-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
95 changed files
with
114 additions
and
112 deletions.
There are no files selected for viewing
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# Leave it empty unless you need to change the default behavior. | ||
# The default URL is auto generated using next pattern: http://<current_machine_ip>:3000 | ||
UUI_APP_BASE_URL= | ||
# The URL of UUI web site. It can be either local or external. | ||
# If the {{HOST_NAME}} placeholder is specified, then it is replaced by the real IP address of the host machine | ||
# (it is needed for docker containers to be able to access server on the host machine) | ||
# | ||
UUI_APP_BASE_URL=http://{{HOST_NAME}}:3000 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
import { ip } from 'address'; | ||
|
||
export const currentMachineIpv4 = ip(); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
/** | ||
* Keep in sync with app/src/documents/structureComponents.ts | ||
*/ | ||
export enum TComponentId { | ||
accordion= 'accordion', | ||
adaptivePanel= 'adaptivePanel', | ||
advancedTables= 'advancedTables', | ||
alert= 'alert', | ||
anchor= 'anchor', | ||
avatar= 'avatar', | ||
avatarStack= 'avatarStack', | ||
badge= 'badge', | ||
blocker= 'blocker', | ||
button= 'button', | ||
checkbox= 'checkbox', | ||
checkboxGroup= 'checkboxGroup', | ||
controlGroup= 'controlGroup', | ||
countIndicator= 'countIndicator', | ||
datePicker= 'datePicker', | ||
dropdown= 'dropdown', | ||
dropdownContainer= 'dropdownContainer', | ||
dropdownMenu = 'dropdownMenu', | ||
editableTables= 'editableTables', | ||
fileUpload= 'fileUpload', | ||
filtersPanel= 'filtersPanel', | ||
flexCell= 'flexCell', | ||
flexItems= 'flexItems', | ||
flexRow= 'flexRow', | ||
flexSpacer= 'flexSpacer', | ||
form= 'form', | ||
iconButton= 'iconButton', | ||
iconContainer= 'iconContainer', | ||
labeledInput= 'labeledInput', | ||
linkButton= 'linkButton', | ||
mainMenu= 'mainMenu', | ||
modals= 'modals', | ||
multiSwitch= 'multiSwitch', | ||
notificationCard= 'notificationCard', | ||
numericInput= 'numericInput', | ||
paginator= 'paginator', | ||
panel= 'panel', | ||
pickerInput= 'pickerInput', | ||
PickerList= 'PickerList', | ||
pickerModal= 'pickerModal', | ||
presetsPanel= 'presetsPanel', | ||
progressBar= 'progressBar', | ||
radioGroup= 'radioGroup', | ||
radioInput= 'radioInput', | ||
rangeDatePicker= 'rangeDatePicker', | ||
rating= 'rating', | ||
richTextEditor= 'richTextEditor', | ||
richTextView= 'richTextView', | ||
rteOverview= 'rteOverview', | ||
rteSerializers= 'rteSerializers', | ||
scrollSpy= 'scrollSpy', | ||
searchInput= 'searchInput', | ||
slider= 'slider', | ||
sliderRating= 'sliderRating', | ||
spinner= 'spinner', | ||
statusIndicator= 'statusIndicator', | ||
'switch' = 'switch', | ||
tabButton= 'tabButton', | ||
tables= 'tables', | ||
tablesOverview= 'tablesOverview', | ||
tag= 'tag', | ||
text= 'text', | ||
textArea= 'textArea', | ||
textInput= 'textInput', | ||
textPlaceholder= 'textPlaceholder', | ||
timePicker= 'timePicker', | ||
tooltip= 'tooltip', | ||
useTableState= 'useTableState', | ||
verticalTabButton= 'verticalTabButton', | ||
virtualList= 'virtualList' | ||
} | ||
|
||
/** | ||
* Keep list of previews in sync with corresponding *.doc.tsx files | ||
*/ | ||
export type TPreviewIdByComponentId = { | ||
[TComponentId.badge]: ('Colors' | 'Sizes with icon' | 'Sizes without icon')[], | ||
}; |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,3 @@ | ||
export { TestBuilder } from './utils/testBuilder'; | ||
export { TTheme } from './types'; | ||
export { TComponentId } from './data/testData'; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed
BIN
-3.9 KB
uui-e2e-tests/tests/__screenshots__/chromium/Badge-NotSkin-Electric-Sizes.png
Binary file not shown.
Binary file removed
BIN
-4.01 KB
uui-e2e-tests/tests/__screenshots__/chromium/Badge-NotSkin-Loveship-Sizes.png
Binary file not shown.
Binary file removed
BIN
-4.01 KB
uui-e2e-tests/tests/__screenshots__/chromium/Badge-NotSkin-Loveship-dark-Sizes.png
Binary file not shown.
Binary file removed
BIN
-4.01 KB
uui-e2e-tests/tests/__screenshots__/chromium/Badge-NotSkin-Promo-Sizes.png
Binary file not shown.
Binary file removed
BIN
-5 KB
...2e-tests/tests/__screenshots__/chromium/Badge-NotSkin-Vanilla-thunder-Sizes.png
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed
BIN
-3.9 KB
uui-e2e-tests/tests/__screenshots__/chromium/Badge-Skin-Electric-Sizes.png
Diff not rendered.
Binary file removed
BIN
-4.01 KB
uui-e2e-tests/tests/__screenshots__/chromium/Badge-Skin-Loveship-Sizes.png
Diff not rendered.
Binary file removed
BIN
-4.01 KB
uui-e2e-tests/tests/__screenshots__/chromium/Badge-Skin-Loveship-dark-Sizes.png
Diff not rendered.
Binary file removed
BIN
-4.01 KB
uui-e2e-tests/tests/__screenshots__/chromium/Badge-Skin-Promo-Sizes.png
Diff not rendered.
Binary file removed
BIN
-5 KB
uui-e2e-tests/tests/__screenshots__/chromium/Badge-Skin-Vanilla-thunder-Sizes.png
Diff not rendered.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed
BIN
-9.27 KB
uui-e2e-tests/tests/__screenshots__/webkit/Badge-NotSkin-Electric-Sizes.png
Diff not rendered.
Binary file removed
BIN
-9.51 KB
uui-e2e-tests/tests/__screenshots__/webkit/Badge-NotSkin-Loveship-Sizes.png
Diff not rendered.
Binary file removed
BIN
-9.74 KB
uui-e2e-tests/tests/__screenshots__/webkit/Badge-NotSkin-Loveship-dark-Sizes.png
Diff not rendered.
Binary file removed
BIN
-9.71 KB
uui-e2e-tests/tests/__screenshots__/webkit/Badge-NotSkin-Promo-Sizes.png
Diff not rendered.
Binary file removed
BIN
-8.73 KB
uui-e2e-tests/tests/__screenshots__/webkit/Badge-NotSkin-Vanilla-thunder-Sizes.png
Diff not rendered.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Binary file removed
BIN
-9.27 KB
uui-e2e-tests/tests/__screenshots__/webkit/Badge-Skin-Electric-Sizes.png
Diff not rendered.
Binary file removed
BIN
-16.3 KB
uui-e2e-tests/tests/__screenshots__/webkit/Badge-Skin-Loveship-Sizes.png
Diff not rendered.
Binary file removed
BIN
-16.5 KB
uui-e2e-tests/tests/__screenshots__/webkit/Badge-Skin-Loveship-dark-Sizes.png
Diff not rendered.
Binary file removed
BIN
-9.71 KB
uui-e2e-tests/tests/__screenshots__/webkit/Badge-Skin-Promo-Sizes.png
Diff not rendered.
Binary file removed
BIN
-8.73 KB
uui-e2e-tests/tests/__screenshots__/webkit/Badge-Skin-Vanilla-thunder-Sizes.png
Diff not rendered.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters