@dxc-technology/halstack-react 0.0.0-e1c85bf → 0.0.0-e3e5511
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/{dist/BackgroundColorContext.js → BackgroundColorContext.js} +0 -0
- package/{dist/ThemeContext.js → ThemeContext.js} +44 -42
- package/{dist/select/Select.js → V3Select/V3Select.js} +5 -5
- package/V3Select/index.d.ts +27 -0
- package/{dist/textarea/Textarea.js → V3Textarea/V3Textarea.js} +4 -4
- package/V3Textarea/index.d.ts +27 -0
- package/{dist/accordion → accordion}/Accordion.js +0 -0
- package/accordion/index.d.ts +28 -0
- package/{dist/accordion-group → accordion-group}/AccordionGroup.js +0 -0
- package/accordion-group/index.d.ts +16 -0
- package/{dist/alert → alert}/Alert.js +5 -5
- package/{dist/alert → alert}/index.d.ts +0 -0
- package/{dist/badge → badge}/Badge.js +0 -0
- package/{dist/box → box}/Box.js +0 -0
- package/box/index.d.ts +25 -0
- package/{dist/button → button}/Button.js +3 -3
- package/button/Button.stories.js +27 -0
- package/button/index.d.ts +24 -0
- package/{dist/card → card}/Card.js +0 -0
- package/card/index.d.ts +22 -0
- package/{dist/checkbox → checkbox}/Checkbox.js +4 -5
- package/checkbox/index.d.ts +24 -0
- package/{dist/chip → chip}/Chip.js +0 -0
- package/chip/index.d.ts +22 -0
- package/{dist/common → common}/OpenSans.css +0 -0
- package/{dist/common → common}/RequiredComponent.js +0 -0
- package/{dist/common → common}/fonts/OpenSans-Bold.ttf +0 -0
- package/{dist/common → common}/fonts/OpenSans-BoldItalic.ttf +0 -0
- package/{dist/common → common}/fonts/OpenSans-ExtraBold.ttf +0 -0
- package/{dist/common → common}/fonts/OpenSans-ExtraBoldItalic.ttf +0 -0
- package/{dist/common → common}/fonts/OpenSans-Italic.ttf +0 -0
- package/{dist/common → common}/fonts/OpenSans-Light.ttf +0 -0
- package/{dist/common → common}/fonts/OpenSans-LightItalic.ttf +0 -0
- package/{dist/common → common}/fonts/OpenSans-Regular.ttf +0 -0
- package/{dist/common → common}/fonts/OpenSans-SemiBold.ttf +0 -0
- package/{dist/common → common}/fonts/OpenSans-SemiBoldItalic.ttf +0 -0
- package/{dist/common → common}/utils.js +0 -0
- package/{dist/common → common}/variables.js +223 -90
- package/{dist/date → date}/Date.js +0 -0
- package/date/index.d.ts +27 -0
- package/{dist/new-date/NewDate.js → date-input/DateInput.js} +36 -36
- package/{dist/new-date → date-input}/index.d.ts +3 -3
- package/{dist/dialog → dialog}/Dialog.js +0 -0
- package/dialog/index.d.ts +18 -0
- package/{dist/dropdown → dropdown}/Dropdown.js +0 -0
- package/dropdown/index.d.ts +26 -0
- package/{dist/file-input → file-input}/FileInput.js +6 -3
- package/{dist/file-input → file-input}/FileItem.js +26 -4
- package/{dist/file-input → file-input}/index.d.ts +1 -1
- package/{dist/footer → footer}/Footer.js +44 -18
- package/footer/Icons.js +77 -0
- package/footer/index.d.ts +25 -0
- package/{dist/header → header}/Header.js +122 -55
- package/header/Icons.js +59 -0
- package/header/index.d.ts +25 -0
- package/{dist/heading → heading}/Heading.js +12 -0
- package/heading/index.d.ts +17 -0
- package/input-text/Icons.js +22 -0
- package/{dist/input-text → input-text}/InputText.js +4 -6
- package/input-text/index.d.ts +36 -0
- package/{dist/layout → layout}/ApplicationLayout.js +4 -8
- package/layout/Icons.js +55 -0
- package/{dist/link → link}/Link.js +0 -0
- package/link/index.d.ts +23 -0
- package/main.d.ts +40 -0
- package/{dist/main.js → main.js} +30 -30
- package/{dist/number/Number.js → number-input/NumberInput.js} +9 -11
- package/{dist/number/NumberContext.js → number-input/NumberInputContext.js} +2 -2
- package/{dist/number → number-input}/index.d.ts +3 -3
- package/package.json +21 -17
- package/paginator/Icons.js +66 -0
- package/{dist/paginator → paginator}/Paginator.js +53 -37
- package/paginator/index.d.ts +20 -0
- package/{dist/password/Password.js → password-input/PasswordInput.js} +14 -11
- package/{dist/password → password-input}/index.d.ts +5 -5
- package/{dist/progress-bar → progress-bar}/ProgressBar.js +0 -0
- package/progress-bar/index.d.ts +18 -0
- package/{dist/radio → radio}/Radio.js +0 -0
- package/radio/index.d.ts +23 -0
- package/{dist/resultsetTable → resultsetTable}/ResultsetTable.js +0 -0
- package/resultsetTable/index.d.ts +19 -0
- package/select/Select.js +1137 -0
- package/select/index.d.ts +131 -0
- package/{dist/sidenav → sidenav}/Sidenav.js +0 -0
- package/sidenav/index.d.ts +13 -0
- package/{dist/slider → slider}/Slider.js +104 -19
- package/slider/index.d.ts +29 -0
- package/{dist/spinner → spinner}/Spinner.js +0 -0
- package/spinner/index.d.ts +17 -0
- package/{dist/switch → switch}/Switch.js +0 -0
- package/switch/index.d.ts +24 -0
- package/{dist/table → table}/Table.js +0 -0
- package/table/index.d.ts +13 -0
- package/{dist/tabs → tabs}/Tabs.js +0 -0
- package/tabs/index.d.ts +19 -0
- package/{dist/tag → tag}/Tag.js +0 -0
- package/tag/index.d.ts +24 -0
- package/{dist/new-input-text/NewInputText.js → text-input/TextInput.js} +51 -59
- package/{dist/new-input-text → text-input}/index.d.ts +1 -1
- package/{dist/new-textarea/NewTextarea.js → textarea/Textarea.js} +16 -9
- package/{dist/new-textarea → textarea}/index.d.ts +1 -1
- package/{dist/toggle → toggle}/Toggle.js +0 -0
- package/toggle/index.d.ts +21 -0
- package/{dist/toggle-group → toggle-group}/ToggleGroup.js +132 -28
- package/toggle-group/index.d.ts +21 -0
- package/{dist/upload → upload}/Upload.js +0 -0
- package/{dist/upload → upload}/buttons-upload/ButtonsUpload.js +7 -11
- package/upload/buttons-upload/Icons.js +40 -0
- package/{dist/upload → upload}/dragAndDropArea/DragAndDropArea.js +14 -14
- package/upload/dragAndDropArea/Icons.js +39 -0
- package/{dist/upload → upload}/file-upload/FileToUpload.js +26 -21
- package/upload/file-upload/Icons.js +66 -0
- package/{dist/upload → upload}/files-upload/FilesToUpload.js +0 -0
- package/upload/index.d.ts +15 -0
- package/upload/transaction/Icons.js +160 -0
- package/{dist/upload → upload}/transaction/Transaction.js +11 -38
- package/{dist/upload → upload}/transactions/Transactions.js +0 -0
- package/{dist/useTheme.js → useTheme.js} +0 -0
- package/wizard/Icons.js +65 -0
- package/{dist/wizard → wizard}/Wizard.js +3 -9
- package/wizard/index.d.ts +18 -0
- package/README.md +0 -66
- package/babel.config.js +0 -8
- package/dist/checkbox/Checkbox.stories.js +0 -144
- package/dist/checkbox/readme.md +0 -116
- package/dist/date/Date.stories.js +0 -205
- package/dist/date/readme.md +0 -73
- package/dist/footer/Footer.stories.js +0 -94
- package/dist/footer/dxc_logo.svg +0 -15
- package/dist/footer/readme.md +0 -41
- package/dist/header/Header.stories.js +0 -176
- package/dist/header/close_icon.svg +0 -1
- package/dist/header/dxc_logo_black.svg +0 -8
- package/dist/header/hamb_menu_black.svg +0 -1
- package/dist/header/hamb_menu_white.svg +0 -1
- package/dist/header/readme.md +0 -33
- package/dist/input-text/InputText.stories.js +0 -209
- package/dist/input-text/error.svg +0 -1
- package/dist/input-text/readme.md +0 -91
- package/dist/layout/facebook.svg +0 -45
- package/dist/layout/linkedin.svg +0 -50
- package/dist/layout/twitter.svg +0 -53
- package/dist/link/readme.md +0 -51
- package/dist/main.d.ts +0 -7
- package/dist/paginator/images/next.svg +0 -3
- package/dist/paginator/images/nextPage.svg +0 -3
- package/dist/paginator/images/previous.svg +0 -3
- package/dist/paginator/images/previousPage.svg +0 -3
- package/dist/paginator/readme.md +0 -50
- package/dist/password/styles.css +0 -3
- package/dist/progress-bar/ProgressBar.stories.js +0 -280
- package/dist/progress-bar/readme.md +0 -63
- package/dist/radio/Radio.stories.js +0 -166
- package/dist/radio/readme.md +0 -70
- package/dist/resultsetTable/arrow_downward-24px_wht.svg +0 -1
- package/dist/resultsetTable/arrow_upward-24px_wht.svg +0 -1
- package/dist/resultsetTable/unfold_more-24px_wht.svg +0 -1
- package/dist/slider/Slider.stories.js +0 -241
- package/dist/slider/readme.md +0 -64
- package/dist/spinner/Spinner.stories.js +0 -183
- package/dist/spinner/readme.md +0 -65
- package/dist/switch/Switch.stories.js +0 -134
- package/dist/switch/readme.md +0 -133
- package/dist/tabs/Tabs.stories.js +0 -130
- package/dist/tabs/readme.md +0 -78
- package/dist/tabs-for-sections/TabsForSections.js +0 -92
- package/dist/tabs-for-sections/readme.md +0 -78
- package/dist/toggle/Toggle.stories.js +0 -297
- package/dist/toggle/readme.md +0 -80
- package/dist/upload/Upload.stories.js +0 -72
- package/dist/upload/buttons-upload/drag-drop-icon.svg +0 -4
- package/dist/upload/buttons-upload/upload-button.svg +0 -1
- package/dist/upload/dragAndDropArea/upload_drop.svg +0 -4
- package/dist/upload/dragAndDropArea/upload_file.svg +0 -4
- package/dist/upload/file-upload/audio-icon.svg +0 -4
- package/dist/upload/file-upload/close.svg +0 -4
- package/dist/upload/file-upload/file-icon.svg +0 -4
- package/dist/upload/file-upload/video-icon.svg +0 -4
- package/dist/upload/readme.md +0 -37
- package/dist/upload/transaction/audio-icon-err.svg +0 -4
- package/dist/upload/transaction/audio-icon.svg +0 -4
- package/dist/upload/transaction/error-icon.svg +0 -4
- package/dist/upload/transaction/file-icon-err.svg +0 -4
- package/dist/upload/transaction/file-icon.svg +0 -4
- package/dist/upload/transaction/image-icon-err.svg +0 -4
- package/dist/upload/transaction/image-icon.svg +0 -4
- package/dist/upload/transaction/success-icon.svg +0 -4
- package/dist/upload/transaction/video-icon-err.svg +0 -4
- package/dist/upload/transaction/video-icon.svg +0 -4
- package/dist/wizard/invalid_icon.svg +0 -5
- package/dist/wizard/valid_icon.svg +0 -5
- package/dist/wizard/validation-wrong.svg +0 -6
- package/test/Accordion.test.js +0 -33
- package/test/AccordionGroup.test.js +0 -125
- package/test/Alert.test.js +0 -53
- package/test/Box.test.js +0 -10
- package/test/Button.test.js +0 -18
- package/test/Card.test.js +0 -30
- package/test/Checkbox.test.js +0 -45
- package/test/Chip.test.js +0 -25
- package/test/Date.test.js +0 -393
- package/test/Dialog.test.js +0 -23
- package/test/Dropdown.test.js +0 -145
- package/test/FileInput.test.js +0 -201
- package/test/Footer.test.js +0 -99
- package/test/Header.test.js +0 -39
- package/test/Heading.test.js +0 -35
- package/test/InputText.test.js +0 -240
- package/test/Link.test.js +0 -43
- package/test/NewDate.test.js +0 -232
- package/test/NewInputText.test.js +0 -734
- package/test/NewTextarea.test.js +0 -195
- package/test/Number.test.js +0 -257
- package/test/Paginator.test.js +0 -177
- package/test/Password.test.js +0 -83
- package/test/ProgressBar.test.js +0 -35
- package/test/Radio.test.js +0 -37
- package/test/ResultsetTable.test.js +0 -329
- package/test/Select.test.js +0 -212
- package/test/Sidenav.test.js +0 -45
- package/test/Slider.test.js +0 -82
- package/test/Spinner.test.js +0 -32
- package/test/Switch.test.js +0 -45
- package/test/Table.test.js +0 -36
- package/test/Tabs.test.js +0 -109
- package/test/TabsForSections.test.js +0 -34
- package/test/Tag.test.js +0 -32
- package/test/TextArea.test.js +0 -52
- package/test/ToggleGroup.test.js +0 -81
- package/test/Upload.test.js +0 -60
- package/test/Wizard.test.js +0 -130
- package/test/mocks/pngMock.js +0 -1
- package/test/mocks/svgMock.js +0 -1
|
File without changes
|
|
@@ -85,7 +85,7 @@ var parseAdvancedTheme = function parseAdvancedTheme(advancedTheme) {
|
|
|
85
85
|
};
|
|
86
86
|
|
|
87
87
|
var parseTheme = function parseTheme(theme) {
|
|
88
|
-
var _ref, _theme$accordion, _ref2, _theme$accordion2, _ref3, _theme$accordion3, _ref4, _theme$accordion4, _ref5, _theme$accordion5, _setOpacity, _theme$accordion6, _setOpacity2, _theme$accordion7, _setOpacity3, _theme$accordion8, _setOpacity4, _theme$accordion9, _setOpacity5, _theme$accordion10, _ref6, _theme$button, _ref7, _theme$button2, _ref8, _theme$button3, _ref9, _theme$button4, _ref10, _theme$button5, _ref11, _theme$button6, _ref12, _theme$button7, _subLightness, _theme$button8, _subLightness2, _theme$button9, _subLightness3, _theme$button10, _addLightness, _theme$button11, _addLightness2, _theme$button12, _ref13, _theme$checkbox, _ref14, _theme$checkbox2, _ref15, _theme$checkbox3, _setOpacity6, _theme$checkbox4, _setOpacity7, _theme$checkbox5, _setOpacity8, _theme$checkbox6, _ref16, _theme$chip, _setOpacity9, _theme$chip2, _ref17, _theme$chip3, _setOpacity10, _theme$chip4, _ref18, _theme$date, _ref19, _theme$date2, _setOpacity11, _theme$date3, _ref20, _theme$dropdown, _ref21, _theme$dropdown2, _setOpacity12, _theme$dropdown3, _setOpacity13, _theme$dropdown4, _setOpacity14, _theme$dropdown5, _setOpacity15, _theme$dropdown6, _ref22, _theme$fileInput, _ref23, _theme$fileInput2, _ref24, _theme$fileInput3, _ref25, _theme$fileInput4, _setOpacity16, _theme$fileInput5, _setOpacity17, _theme$fileInput6, _setOpacity18, _theme$fileInput7, _ref26, _theme$footer, _ref27, _theme$footer2, _ref28, _theme$footer3, _ref29, _theme$footer4, _ref30, _theme$footer5, _ref31, _theme$footer6, _ref32, _theme$header, _ref33, _theme$header2, _ref34, _theme$header3, _ref35, _theme$header4, _ref36, _theme$header5, _setOpacity19, _theme$header6, _ref37, _theme$header7, _ref38, _theme$header8, _setOpacity20, _theme$inputText,
|
|
88
|
+
var _ref, _theme$accordion, _ref2, _theme$accordion2, _ref3, _theme$accordion3, _ref4, _theme$accordion4, _ref5, _theme$accordion5, _setOpacity, _theme$accordion6, _setOpacity2, _theme$accordion7, _setOpacity3, _theme$accordion8, _setOpacity4, _theme$accordion9, _setOpacity5, _theme$accordion10, _ref6, _theme$button, _ref7, _theme$button2, _ref8, _theme$button3, _ref9, _theme$button4, _ref10, _theme$button5, _ref11, _theme$button6, _ref12, _theme$button7, _subLightness, _theme$button8, _subLightness2, _theme$button9, _subLightness3, _theme$button10, _addLightness, _theme$button11, _addLightness2, _theme$button12, _ref13, _theme$checkbox, _ref14, _theme$checkbox2, _ref15, _theme$checkbox3, _setOpacity6, _theme$checkbox4, _setOpacity7, _theme$checkbox5, _setOpacity8, _theme$checkbox6, _ref16, _theme$chip, _setOpacity9, _theme$chip2, _ref17, _theme$chip3, _setOpacity10, _theme$chip4, _ref18, _theme$date, _ref19, _theme$date2, _setOpacity11, _theme$date3, _ref20, _theme$dropdown, _ref21, _theme$dropdown2, _setOpacity12, _theme$dropdown3, _setOpacity13, _theme$dropdown4, _setOpacity14, _theme$dropdown5, _setOpacity15, _theme$dropdown6, _ref22, _theme$fileInput, _ref23, _theme$fileInput2, _ref24, _theme$fileInput3, _ref25, _theme$fileInput4, _setOpacity16, _theme$fileInput5, _setOpacity17, _theme$fileInput6, _setOpacity18, _theme$fileInput7, _ref26, _theme$footer, _ref27, _theme$footer2, _ref28, _theme$footer3, _ref29, _theme$footer4, _ref30, _theme$footer5, _ref31, _theme$footer6, _ref32, _theme$header, _ref33, _theme$header2, _ref34, _theme$header3, _ref35, _theme$header4, _ref36, _theme$header5, _setOpacity19, _theme$header6, _ref37, _theme$header7, _ref38, _theme$header8, _ref39, _theme$header9, _ref40, _theme$header10, _setOpacity20, _theme$inputText, _ref41, _theme$textInput, _subLightness4, _theme$textInput2, _ref42, _theme$paginator, _ref43, _theme$paginator2, _ref44, _theme$progressBar, _ref45, _theme$progressBar2, _ref46, _theme$radio, _setOpacity21, _theme$radio2, _ref47, _theme$V3Select, _ref48, _theme$V3Select2, _ref49, _theme$V3Select3, _addLightness3, _theme$V3Select4, _subLightness5, _theme$V3Select5, _ref50, _theme$sidenav, _setOpacity22, _theme$sidenav2, _ref51, _theme$sidenav3, _ref52, _theme$slider, _ref53, _theme$slider2, _ref54, _theme$slider3, _subLightness6, _theme$slider4, _subLightness7, _theme$slider5, _setOpacity23, _theme$slider6, _setOpacity24, _theme$slider7, _setOpacity25, _theme$slider8, _setOpacity26, _theme$slider9, _ref55, _theme$spinner, _ref56, _theme$spinner2, _ref57, _theme$switch, _setOpacity27, _theme$switch2, _ref58, _theme$table, _ref59, _theme$table2, _ref60, _theme$tabs, _ref61, _theme$tabs2, _ref62, _theme$tabs3, _ref63, _theme$tabs4, _addLightness4, _theme$tabs5, _addLightness5, _theme$tabs6, _ref64, _theme$toggleGroup, _ref65, _theme$toggleGroup2, _ref66, _theme$toggleGroup3, _ref67, _theme$toggleGroup4, _ref68, _theme$toggleGroup5, _subLightness8, _theme$toggleGroup6, _subLightness9, _theme$toggleGroup7, _addLightness6, _theme$toggleGroup8, _addLightness7, _theme$toggleGroup9, _subLightness10, _theme$toggleGroup10, _addLightness8, _theme$toggleGroup11, _setOpacity28, _theme$toggleGroup12, _ref69, _theme$wizard, _ref70, _theme$wizard2;
|
|
89
89
|
|
|
90
90
|
var componentTokensCopy = JSON.parse(JSON.stringify(_variables.componentTokens));
|
|
91
91
|
var accordionTokens = componentTokensCopy.accordion;
|
|
@@ -159,34 +159,36 @@ var parseTheme = function parseTheme(theme) {
|
|
|
159
159
|
headerTokens.hamburguerHoverColor = (_setOpacity19 = setOpacity(theme === null || theme === void 0 ? void 0 : (_theme$header6 = theme.header) === null || _theme$header6 === void 0 ? void 0 : _theme$header6.hamburguerColor, 0.16)) !== null && _setOpacity19 !== void 0 ? _setOpacity19 : headerTokens.hamburguerHoverColor;
|
|
160
160
|
headerTokens.logo = (_ref37 = theme === null || theme === void 0 ? void 0 : (_theme$header7 = theme.header) === null || _theme$header7 === void 0 ? void 0 : _theme$header7.logo) !== null && _ref37 !== void 0 ? _ref37 : headerTokens.logo;
|
|
161
161
|
headerTokens.logoResponsive = (_ref38 = theme === null || theme === void 0 ? void 0 : (_theme$header8 = theme.header) === null || _theme$header8 === void 0 ? void 0 : _theme$header8.logoResponsive) !== null && _ref38 !== void 0 ? _ref38 : headerTokens.logoResponsive;
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
var
|
|
165
|
-
|
|
166
|
-
|
|
162
|
+
headerTokens.contentColor = (_ref39 = theme === null || theme === void 0 ? void 0 : (_theme$header9 = theme.header) === null || _theme$header9 === void 0 ? void 0 : _theme$header9.contentColor) !== null && _ref39 !== void 0 ? _ref39 : headerTokens.contentColor;
|
|
163
|
+
headerTokens.contentColorOnDark = (_ref40 = theme === null || theme === void 0 ? void 0 : (_theme$header10 = theme.header) === null || _theme$header10 === void 0 ? void 0 : _theme$header10.contentColorOnDark) !== null && _ref40 !== void 0 ? _ref40 : headerTokens.contentColorOnDark;
|
|
164
|
+
var inputTextTokens = componentTokensCopy.inputText;
|
|
165
|
+
inputTextTokens.selectedOptionBackgroundColor = (_setOpacity20 = setOpacity(theme === null || theme === void 0 ? void 0 : (_theme$inputText = theme.inputText) === null || _theme$inputText === void 0 ? void 0 : _theme$inputText.selectedBaseColor, 0.34)) !== null && _setOpacity20 !== void 0 ? _setOpacity20 : inputTextTokens.selectedOptionBackgroundColor;
|
|
166
|
+
var textInputTokens = componentTokensCopy.textInput;
|
|
167
|
+
textInputTokens.hoverListOptionBackgroundColor = (_ref41 = theme === null || theme === void 0 ? void 0 : (_theme$textInput = theme.textInput) === null || _theme$textInput === void 0 ? void 0 : _theme$textInput.baseColor) !== null && _ref41 !== void 0 ? _ref41 : textInputTokens.hoverListOptionBackgroundColor;
|
|
168
|
+
textInputTokens.activeListOptionBackgroundColor = (_subLightness4 = subLightness(theme === null || theme === void 0 ? void 0 : (_theme$textInput2 = theme.textInput) === null || _theme$textInput2 === void 0 ? void 0 : _theme$textInput2.baseColor, 15)) !== null && _subLightness4 !== void 0 ? _subLightness4 : textInputTokens.activeListOptionBackgroundColor;
|
|
167
169
|
var paginatorTokens = componentTokensCopy.paginator;
|
|
168
|
-
paginatorTokens.backgroundColor = (
|
|
169
|
-
paginatorTokens.fontColor = (
|
|
170
|
+
paginatorTokens.backgroundColor = (_ref42 = theme === null || theme === void 0 ? void 0 : (_theme$paginator = theme.paginator) === null || _theme$paginator === void 0 ? void 0 : _theme$paginator.baseColor) !== null && _ref42 !== void 0 ? _ref42 : paginatorTokens.backgroundColor;
|
|
171
|
+
paginatorTokens.fontColor = (_ref43 = theme === null || theme === void 0 ? void 0 : (_theme$paginator2 = theme.paginator) === null || _theme$paginator2 === void 0 ? void 0 : _theme$paginator2.fontColor) !== null && _ref43 !== void 0 ? _ref43 : paginatorTokens.fontColor;
|
|
170
172
|
var progressBarTokens = componentTokensCopy.progressBar;
|
|
171
|
-
progressBarTokens.trackLineColor = (
|
|
172
|
-
progressBarTokens.totalLineColor = (
|
|
173
|
+
progressBarTokens.trackLineColor = (_ref44 = theme === null || theme === void 0 ? void 0 : (_theme$progressBar = theme.progressBar) === null || _theme$progressBar === void 0 ? void 0 : _theme$progressBar.accentColor) !== null && _ref44 !== void 0 ? _ref44 : progressBarTokens.trackLineColor;
|
|
174
|
+
progressBarTokens.totalLineColor = (_ref45 = theme === null || theme === void 0 ? void 0 : (_theme$progressBar2 = theme.progressBar) === null || _theme$progressBar2 === void 0 ? void 0 : _theme$progressBar2.baseColor) !== null && _ref45 !== void 0 ? _ref45 : progressBarTokens.totalLineColor;
|
|
173
175
|
var radioTokens = componentTokensCopy.radio;
|
|
174
|
-
radioTokens.color = (
|
|
176
|
+
radioTokens.color = (_ref46 = theme === null || theme === void 0 ? void 0 : (_theme$radio = theme.radio) === null || _theme$radio === void 0 ? void 0 : _theme$radio.baseColor) !== null && _ref46 !== void 0 ? _ref46 : radioTokens.color;
|
|
175
177
|
radioTokens.disabledColor = (_setOpacity21 = setOpacity(theme === null || theme === void 0 ? void 0 : (_theme$radio2 = theme.radio) === null || _theme$radio2 === void 0 ? void 0 : _theme$radio2.baseColor, 0.34)) !== null && _setOpacity21 !== void 0 ? _setOpacity21 : radioTokens.disabledColor;
|
|
176
|
-
var
|
|
177
|
-
|
|
178
|
-
|
|
179
|
-
|
|
180
|
-
|
|
181
|
-
|
|
178
|
+
var v3SelectTokens = componentTokensCopy.V3Select;
|
|
179
|
+
v3SelectTokens.selectedOptionBackgroundColor = (_ref47 = theme === null || theme === void 0 ? void 0 : (_theme$V3Select = theme.V3Select) === null || _theme$V3Select === void 0 ? void 0 : _theme$V3Select.baseColor) !== null && _ref47 !== void 0 ? _ref47 : v3SelectTokens.selectedOptionBackgroundColor;
|
|
180
|
+
v3SelectTokens.optionFontColor = (_ref48 = theme === null || theme === void 0 ? void 0 : (_theme$V3Select2 = theme.V3Select) === null || _theme$V3Select2 === void 0 ? void 0 : _theme$V3Select2.fontColor) !== null && _ref48 !== void 0 ? _ref48 : v3SelectTokens.optionFontColor;
|
|
181
|
+
v3SelectTokens.valueFontColor = (_ref49 = theme === null || theme === void 0 ? void 0 : (_theme$V3Select3 = theme.V3Select) === null || _theme$V3Select3 === void 0 ? void 0 : _theme$V3Select3.fontColor) !== null && _ref49 !== void 0 ? _ref49 : v3SelectTokens.valueFontColor;
|
|
182
|
+
v3SelectTokens.hoverOptionBackgroundColor = (_addLightness3 = addLightness(theme === null || theme === void 0 ? void 0 : (_theme$V3Select4 = theme.V3Select) === null || _theme$V3Select4 === void 0 ? void 0 : _theme$V3Select4.baseColor, 10)) !== null && _addLightness3 !== void 0 ? _addLightness3 : v3SelectTokens.hoverOptionBackgroundColor;
|
|
183
|
+
v3SelectTokens.activeOptionBackgroundColor = (_subLightness5 = subLightness(theme === null || theme === void 0 ? void 0 : (_theme$V3Select5 = theme.V3Select) === null || _theme$V3Select5 === void 0 ? void 0 : _theme$V3Select5.baseColor, 15)) !== null && _subLightness5 !== void 0 ? _subLightness5 : v3SelectTokens.activeOptionBackgroundColor;
|
|
182
184
|
var sideNavTokens = componentTokensCopy.sidenav;
|
|
183
|
-
sideNavTokens.backgroundColor = (
|
|
185
|
+
sideNavTokens.backgroundColor = (_ref50 = theme === null || theme === void 0 ? void 0 : (_theme$sidenav = theme.sidenav) === null || _theme$sidenav === void 0 ? void 0 : _theme$sidenav.baseColor) !== null && _ref50 !== void 0 ? _ref50 : sideNavTokens.backgroundColor;
|
|
184
186
|
sideNavTokens.arrowContainerColor = (_setOpacity22 = setOpacity(theme === null || theme === void 0 ? void 0 : (_theme$sidenav2 = theme.sidenav) === null || _theme$sidenav2 === void 0 ? void 0 : _theme$sidenav2.arrowBaseColor, 0.8)) !== null && _setOpacity22 !== void 0 ? _setOpacity22 : sideNavTokens.arrowContainerColor;
|
|
185
|
-
sideNavTokens.arrowColor = (
|
|
187
|
+
sideNavTokens.arrowColor = (_ref51 = theme === null || theme === void 0 ? void 0 : (_theme$sidenav3 = theme.sidenav) === null || _theme$sidenav3 === void 0 ? void 0 : _theme$sidenav3.arrowAccentColor) !== null && _ref51 !== void 0 ? _ref51 : sideNavTokens.arrowColor;
|
|
186
188
|
var sliderTokens = componentTokensCopy.slider;
|
|
187
|
-
sliderTokens.thumbBackgroundColor = (
|
|
188
|
-
sliderTokens.tickBackgroundColor = (
|
|
189
|
-
sliderTokens.trackLineColor = (
|
|
189
|
+
sliderTokens.thumbBackgroundColor = (_ref52 = theme === null || theme === void 0 ? void 0 : (_theme$slider = theme.slider) === null || _theme$slider === void 0 ? void 0 : _theme$slider.baseColor) !== null && _ref52 !== void 0 ? _ref52 : sliderTokens.thumbBackgroundColor;
|
|
190
|
+
sliderTokens.tickBackgroundColor = (_ref53 = theme === null || theme === void 0 ? void 0 : (_theme$slider2 = theme.slider) === null || _theme$slider2 === void 0 ? void 0 : _theme$slider2.baseColor) !== null && _ref53 !== void 0 ? _ref53 : sliderTokens.tickBackgroundColor;
|
|
191
|
+
sliderTokens.trackLineColor = (_ref54 = theme === null || theme === void 0 ? void 0 : (_theme$slider3 = theme.slider) === null || _theme$slider3 === void 0 ? void 0 : _theme$slider3.baseColor) !== null && _ref54 !== void 0 ? _ref54 : sliderTokens.trackLineColor;
|
|
190
192
|
sliderTokens.hoverThumbBackgroundColor = (_subLightness6 = subLightness(theme === null || theme === void 0 ? void 0 : (_theme$slider4 = theme.slider) === null || _theme$slider4 === void 0 ? void 0 : _theme$slider4.baseColor, 15)) !== null && _subLightness6 !== void 0 ? _subLightness6 : sliderTokens.thumbBackgroundColor;
|
|
191
193
|
sliderTokens.activeThumbBackgroundColor = (_subLightness7 = subLightness(theme === null || theme === void 0 ? void 0 : (_theme$slider5 = theme.slider) === null || _theme$slider5 === void 0 ? void 0 : _theme$slider5.baseColor, 15)) !== null && _subLightness7 !== void 0 ? _subLightness7 : sliderTokens.thumbBackgroundColor;
|
|
192
194
|
sliderTokens.totalLineColor = (_setOpacity23 = setOpacity(theme === null || theme === void 0 ? void 0 : (_theme$slider6 = theme.slider) === null || _theme$slider6 === void 0 ? void 0 : _theme$slider6.baseColor, 0.34)) !== null && _setOpacity23 !== void 0 ? _setOpacity23 : sliderTokens.totalLineColor;
|
|
@@ -194,27 +196,27 @@ var parseTheme = function parseTheme(theme) {
|
|
|
194
196
|
sliderTokens.disabledTickBackgroundColor = (_setOpacity25 = setOpacity(theme === null || theme === void 0 ? void 0 : (_theme$slider8 = theme.slider) === null || _theme$slider8 === void 0 ? void 0 : _theme$slider8.baseColor, 0.34)) !== null && _setOpacity25 !== void 0 ? _setOpacity25 : sliderTokens.disabledTickBackgroundColor;
|
|
195
197
|
sliderTokens.disabledTrackLineColor = (_setOpacity26 = setOpacity(theme === null || theme === void 0 ? void 0 : (_theme$slider9 = theme.slider) === null || _theme$slider9 === void 0 ? void 0 : _theme$slider9.baseColor, 0.34)) !== null && _setOpacity26 !== void 0 ? _setOpacity26 : sliderTokens.disabledTrackLineColor;
|
|
196
198
|
var spinnerTokens = componentTokensCopy.spinner;
|
|
197
|
-
spinnerTokens.trackCircleColor = (
|
|
198
|
-
spinnerTokens.totalCircleColor = (
|
|
199
|
+
spinnerTokens.trackCircleColor = (_ref55 = theme === null || theme === void 0 ? void 0 : (_theme$spinner = theme.spinner) === null || _theme$spinner === void 0 ? void 0 : _theme$spinner.accentColor) !== null && _ref55 !== void 0 ? _ref55 : spinnerTokens.trackCircleColor;
|
|
200
|
+
spinnerTokens.totalCircleColor = (_ref56 = theme === null || theme === void 0 ? void 0 : (_theme$spinner2 = theme.spinner) === null || _theme$spinner2 === void 0 ? void 0 : _theme$spinner2.baseColor) !== null && _ref56 !== void 0 ? _ref56 : spinnerTokens.totalCircleColor;
|
|
199
201
|
var switchTokens = componentTokensCopy["switch"];
|
|
200
|
-
switchTokens.checkedTrackBackgroundColor = (
|
|
202
|
+
switchTokens.checkedTrackBackgroundColor = (_ref57 = theme === null || theme === void 0 ? void 0 : (_theme$switch = theme["switch"]) === null || _theme$switch === void 0 ? void 0 : _theme$switch.checkedBaseColor) !== null && _ref57 !== void 0 ? _ref57 : switchTokens.checkedTrackBackgroundColor;
|
|
201
203
|
switchTokens.disabledCheckedTrackBackgroundColor = (_setOpacity27 = setOpacity(theme === null || theme === void 0 ? void 0 : (_theme$switch2 = theme["switch"]) === null || _theme$switch2 === void 0 ? void 0 : _theme$switch2.checkedBaseColor, 0.34)) !== null && _setOpacity27 !== void 0 ? _setOpacity27 : switchTokens.disabledCheckedTrackBackgroundColor;
|
|
202
204
|
var tableTokens = componentTokensCopy.table;
|
|
203
|
-
tableTokens.headerBackgroundColor = (
|
|
204
|
-
tableTokens.headerFontColor = (
|
|
205
|
+
tableTokens.headerBackgroundColor = (_ref58 = theme === null || theme === void 0 ? void 0 : (_theme$table = theme.table) === null || _theme$table === void 0 ? void 0 : _theme$table.baseColor) !== null && _ref58 !== void 0 ? _ref58 : tableTokens.headerBackgroundColor;
|
|
206
|
+
tableTokens.headerFontColor = (_ref59 = theme === null || theme === void 0 ? void 0 : (_theme$table2 = theme.table) === null || _theme$table2 === void 0 ? void 0 : _theme$table2.fontColor) !== null && _ref59 !== void 0 ? _ref59 : tableTokens.headerFontColor;
|
|
205
207
|
var tabsTokens = componentTokensCopy.tabs;
|
|
206
|
-
tabsTokens.selectedFontColor = (
|
|
207
|
-
tabsTokens.selectedIconColor = (
|
|
208
|
-
tabsTokens.selectedUnderlineColor = (
|
|
209
|
-
tabsTokens.focusOutline = (
|
|
208
|
+
tabsTokens.selectedFontColor = (_ref60 = theme === null || theme === void 0 ? void 0 : (_theme$tabs = theme.tabs) === null || _theme$tabs === void 0 ? void 0 : _theme$tabs.baseColor) !== null && _ref60 !== void 0 ? _ref60 : tabsTokens.selectedFontColor;
|
|
209
|
+
tabsTokens.selectedIconColor = (_ref61 = theme === null || theme === void 0 ? void 0 : (_theme$tabs2 = theme.tabs) === null || _theme$tabs2 === void 0 ? void 0 : _theme$tabs2.baseColor) !== null && _ref61 !== void 0 ? _ref61 : tabsTokens.selectedIconColor;
|
|
210
|
+
tabsTokens.selectedUnderlineColor = (_ref62 = theme === null || theme === void 0 ? void 0 : (_theme$tabs3 = theme.tabs) === null || _theme$tabs3 === void 0 ? void 0 : _theme$tabs3.baseColor) !== null && _ref62 !== void 0 ? _ref62 : tabsTokens.selectedUnderlineColor;
|
|
211
|
+
tabsTokens.focusOutline = (_ref63 = theme === null || theme === void 0 ? void 0 : (_theme$tabs4 = theme.tabs) === null || _theme$tabs4 === void 0 ? void 0 : _theme$tabs4.baseColor) !== null && _ref63 !== void 0 ? _ref63 : tabsTokens.focusOutline;
|
|
210
212
|
tabsTokens.hoverBackgroundColor = (_addLightness4 = addLightness(theme === null || theme === void 0 ? void 0 : (_theme$tabs5 = theme.tabs) === null || _theme$tabs5 === void 0 ? void 0 : _theme$tabs5.baseColor, 58)) !== null && _addLightness4 !== void 0 ? _addLightness4 : tabsTokens.hoverBackgroundColor;
|
|
211
213
|
tabsTokens.pressedBackgroundColor = (_addLightness5 = addLightness(theme === null || theme === void 0 ? void 0 : (_theme$tabs6 = theme.tabs) === null || _theme$tabs6 === void 0 ? void 0 : _theme$tabs6.baseColor, 53)) !== null && _addLightness5 !== void 0 ? _addLightness5 : tabsTokens.pressedBackgroundColor;
|
|
212
214
|
var toggleGroupTokens = componentTokensCopy.toggleGroup;
|
|
213
|
-
toggleGroupTokens.selectedBackgroundColor = (
|
|
214
|
-
toggleGroupTokens.selectedFontColor = (
|
|
215
|
-
toggleGroupTokens.unselectedBackgroundColor = (
|
|
216
|
-
toggleGroupTokens.unselectedActiveBackgroundColor = (
|
|
217
|
-
toggleGroupTokens.unselectedFontColor = (
|
|
215
|
+
toggleGroupTokens.selectedBackgroundColor = (_ref64 = theme === null || theme === void 0 ? void 0 : (_theme$toggleGroup = theme.toggleGroup) === null || _theme$toggleGroup === void 0 ? void 0 : _theme$toggleGroup.selectedBaseColor) !== null && _ref64 !== void 0 ? _ref64 : buttonTokens.selectedBackgroundColor;
|
|
216
|
+
toggleGroupTokens.selectedFontColor = (_ref65 = theme === null || theme === void 0 ? void 0 : (_theme$toggleGroup2 = theme.toggleGroup) === null || _theme$toggleGroup2 === void 0 ? void 0 : _theme$toggleGroup2.selectedFontColor) !== null && _ref65 !== void 0 ? _ref65 : toggleGroupTokens.selectedFontColor;
|
|
217
|
+
toggleGroupTokens.unselectedBackgroundColor = (_ref66 = theme === null || theme === void 0 ? void 0 : (_theme$toggleGroup3 = theme.toggleGroup) === null || _theme$toggleGroup3 === void 0 ? void 0 : _theme$toggleGroup3.unselectedBaseColor) !== null && _ref66 !== void 0 ? _ref66 : toggleGroupTokens.unselectedBackgroundColor;
|
|
218
|
+
toggleGroupTokens.unselectedActiveBackgroundColor = (_ref67 = theme === null || theme === void 0 ? void 0 : (_theme$toggleGroup4 = theme.toggleGroup) === null || _theme$toggleGroup4 === void 0 ? void 0 : _theme$toggleGroup4.selectedBaseColor) !== null && _ref67 !== void 0 ? _ref67 : toggleGroupTokens.unselectedActiveBackgroundColor;
|
|
219
|
+
toggleGroupTokens.unselectedFontColor = (_ref68 = theme === null || theme === void 0 ? void 0 : (_theme$toggleGroup5 = theme.toggleGroup) === null || _theme$toggleGroup5 === void 0 ? void 0 : _theme$toggleGroup5.unselectedFontColor) !== null && _ref68 !== void 0 ? _ref68 : toggleGroupTokens.unselectedFontColor;
|
|
218
220
|
toggleGroupTokens.selectedHoverBackgroundColor = (_subLightness8 = subLightness(theme === null || theme === void 0 ? void 0 : (_theme$toggleGroup6 = theme.toggleGroup) === null || _theme$toggleGroup6 === void 0 ? void 0 : _theme$toggleGroup6.selectedBaseColor, 8)) !== null && _subLightness8 !== void 0 ? _subLightness8 : buttonTokens.selectedHoverBackgroundColor;
|
|
219
221
|
toggleGroupTokens.selectedActiveBackgroundColor = (_subLightness9 = subLightness(theme === null || theme === void 0 ? void 0 : (_theme$toggleGroup7 = theme.toggleGroup) === null || _theme$toggleGroup7 === void 0 ? void 0 : _theme$toggleGroup7.selectedBaseColor, 18)) !== null && _subLightness9 !== void 0 ? _subLightness9 : toggleGroupTokens.selectedActiveBackgroundColor;
|
|
220
222
|
toggleGroupTokens.selectedDisabledBackgroundColor = (_addLightness6 = addLightness(theme === null || theme === void 0 ? void 0 : (_theme$toggleGroup8 = theme.toggleGroup) === null || _theme$toggleGroup8 === void 0 ? void 0 : _theme$toggleGroup8.selectedBaseColor, 57)) !== null && _addLightness6 !== void 0 ? _addLightness6 : toggleGroupTokens.selectedDisabledBackgroundColor;
|
|
@@ -223,15 +225,15 @@ var parseTheme = function parseTheme(theme) {
|
|
|
223
225
|
toggleGroupTokens.unselectedDisabledBackgroundColor = (_addLightness8 = addLightness(theme === null || theme === void 0 ? void 0 : (_theme$toggleGroup11 = theme.toggleGroup) === null || _theme$toggleGroup11 === void 0 ? void 0 : _theme$toggleGroup11.unselectedBaseColor, 5)) !== null && _addLightness8 !== void 0 ? _addLightness8 : toggleGroupTokens.unselectedDisabledBackgroundColor;
|
|
224
226
|
toggleGroupTokens.unselectedDisabledFontColor = (_setOpacity28 = setOpacity(theme === null || theme === void 0 ? void 0 : (_theme$toggleGroup12 = theme.toggleGroup) === null || _theme$toggleGroup12 === void 0 ? void 0 : _theme$toggleGroup12.unselectedFontColor, 0.34)) !== null && _setOpacity28 !== void 0 ? _setOpacity28 : toggleGroupTokens.unselectedDisabledFontColor;
|
|
225
227
|
var wizardTokens = componentTokensCopy.wizard;
|
|
226
|
-
wizardTokens.stepContainerSelectedBackgroundColor = (
|
|
227
|
-
wizardTokens.stepContainerSelectedFontColor = (
|
|
228
|
+
wizardTokens.stepContainerSelectedBackgroundColor = (_ref69 = theme === null || theme === void 0 ? void 0 : (_theme$wizard = theme.wizard) === null || _theme$wizard === void 0 ? void 0 : _theme$wizard.baseColor) !== null && _ref69 !== void 0 ? _ref69 : wizardTokens.stepContainerSelectedBackgroundColor;
|
|
229
|
+
wizardTokens.stepContainerSelectedFontColor = (_ref70 = theme === null || theme === void 0 ? void 0 : (_theme$wizard2 = theme.wizard) === null || _theme$wizard2 === void 0 ? void 0 : _theme$wizard2.fontColor) !== null && _ref70 !== void 0 ? _ref70 : wizardTokens.stepContainerSelectedFontColor;
|
|
228
230
|
return componentTokensCopy;
|
|
229
231
|
};
|
|
230
232
|
|
|
231
|
-
var ThemeProvider = function ThemeProvider(
|
|
232
|
-
var theme =
|
|
233
|
-
advancedTheme =
|
|
234
|
-
children =
|
|
233
|
+
var ThemeProvider = function ThemeProvider(_ref71) {
|
|
234
|
+
var theme = _ref71.theme,
|
|
235
|
+
advancedTheme = _ref71.advancedTheme,
|
|
236
|
+
children = _ref71.children;
|
|
235
237
|
var parsedTheme = (0, _react.useMemo)(function () {
|
|
236
238
|
return theme && parseTheme(theme) || advancedTheme && parseAdvancedTheme(advancedTheme);
|
|
237
239
|
}, [theme, advancedTheme]);
|
|
@@ -145,7 +145,7 @@ function _templateObject() {
|
|
|
145
145
|
return data;
|
|
146
146
|
}
|
|
147
147
|
|
|
148
|
-
var
|
|
148
|
+
var V3DxcSelect = function V3DxcSelect(_ref) {
|
|
149
149
|
var value = _ref.value,
|
|
150
150
|
name = _ref.name,
|
|
151
151
|
onChange = _ref.onChange,
|
|
@@ -283,7 +283,7 @@ var DxcSelect = function DxcSelect(_ref) {
|
|
|
283
283
|
};
|
|
284
284
|
|
|
285
285
|
return _react["default"].createElement(_styledComponents.ThemeProvider, {
|
|
286
|
-
theme: colorsTheme.
|
|
286
|
+
theme: colorsTheme.V3Select
|
|
287
287
|
}, _react["default"].createElement(SelectContainer, {
|
|
288
288
|
margin: margin,
|
|
289
289
|
size: size,
|
|
@@ -317,7 +317,7 @@ var DxcSelect = function DxcSelect(_ref) {
|
|
|
317
317
|
disableRipple: true,
|
|
318
318
|
key: option.value
|
|
319
319
|
}, _react["default"].createElement(_BackgroundColorContext.BackgroundColorProvider, {
|
|
320
|
-
color: colorsTheme.
|
|
320
|
+
color: colorsTheme.V3Select.optionBackgroundColor
|
|
321
321
|
}, _react["default"].createElement(ThemedOption, {
|
|
322
322
|
option: option
|
|
323
323
|
})));
|
|
@@ -519,7 +519,7 @@ var SelectContainer = _styledComponents["default"].div(_templateObject10(), func
|
|
|
519
519
|
return props.backgroundType === "dark" ? props.theme.selectedOptionBackgroundColorOnDark : props.theme.selectedOptionBackgroundColor;
|
|
520
520
|
});
|
|
521
521
|
|
|
522
|
-
|
|
522
|
+
V3DxcSelect.propTypes = {
|
|
523
523
|
size: _propTypes["default"].oneOf((0, _toConsumableArray2["default"])(Object.keys(sizes))),
|
|
524
524
|
label: _propTypes["default"].string,
|
|
525
525
|
assistiveText: _propTypes["default"].string,
|
|
@@ -545,5 +545,5 @@ DxcSelect.propTypes = {
|
|
|
545
545
|
}), _propTypes["default"].oneOf((0, _toConsumableArray2["default"])(Object.keys(_variables.spaces)))]),
|
|
546
546
|
tabIndex: _propTypes["default"].number
|
|
547
547
|
};
|
|
548
|
-
var _default =
|
|
548
|
+
var _default = V3DxcSelect;
|
|
549
549
|
exports["default"] = _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
type Size = "small" | "medium" | "large" | "fillParent";
|
|
2
|
+
type Space = "xxsmall" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "xxlarge";
|
|
3
|
+
type Margin = {
|
|
4
|
+
top?: Space;
|
|
5
|
+
bottom?: Space;
|
|
6
|
+
left?: Space;
|
|
7
|
+
right?: Space;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
type Props = {
|
|
11
|
+
value?: any;
|
|
12
|
+
name?: string;
|
|
13
|
+
onChange?: void;
|
|
14
|
+
label?: string,
|
|
15
|
+
assistiveText?: string;
|
|
16
|
+
required?: boolean;
|
|
17
|
+
disabled?: boolean;
|
|
18
|
+
invalid?: boolean;
|
|
19
|
+
options?: any;
|
|
20
|
+
iconPosition?: "before" | "after";
|
|
21
|
+
multiple?: boolean;
|
|
22
|
+
margin?: Space | Margin;
|
|
23
|
+
size?: Size;
|
|
24
|
+
tabIndex?: number;
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export default function V3DxcSelect(props: Props): JSX.Element;
|
|
@@ -45,7 +45,7 @@ function _templateObject() {
|
|
|
45
45
|
return data;
|
|
46
46
|
}
|
|
47
47
|
|
|
48
|
-
var
|
|
48
|
+
var V3DxcTextarea = function V3DxcTextarea(_ref) {
|
|
49
49
|
var _ref$label = _ref.label,
|
|
50
50
|
label = _ref$label === void 0 ? " " : _ref$label,
|
|
51
51
|
_ref$name = _ref.name,
|
|
@@ -107,7 +107,7 @@ var DxcTextarea = function DxcTextarea(_ref) {
|
|
|
107
107
|
};
|
|
108
108
|
|
|
109
109
|
return _react["default"].createElement(_styledComponents.ThemeProvider, {
|
|
110
|
-
theme: colorsTheme.
|
|
110
|
+
theme: colorsTheme.V3Textarea
|
|
111
111
|
}, _react["default"].createElement(TextContainer, {
|
|
112
112
|
required: required,
|
|
113
113
|
assistiveText: assistiveText,
|
|
@@ -239,7 +239,7 @@ var TextContainer = _styledComponents["default"].div(_templateObject(), function
|
|
|
239
239
|
return props.backgroundType === "dark" ? props.theme.disabledColorOnDark : props.theme.disabledColor;
|
|
240
240
|
});
|
|
241
241
|
|
|
242
|
-
|
|
242
|
+
V3DxcTextarea.propTypes = {
|
|
243
243
|
label: _propTypes["default"].string,
|
|
244
244
|
name: _propTypes["default"].string,
|
|
245
245
|
value: _propTypes["default"].string,
|
|
@@ -260,5 +260,5 @@ DxcTextarea.propTypes = {
|
|
|
260
260
|
}), _propTypes["default"].oneOf((0, _toConsumableArray2["default"])(Object.keys(_variables.spaces)))]),
|
|
261
261
|
tabIndex: _propTypes["default"].number
|
|
262
262
|
};
|
|
263
|
-
var _default =
|
|
263
|
+
var _default = V3DxcTextarea;
|
|
264
264
|
exports["default"] = _default;
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
type Size = "small" | "medium" | "large" | "fillParent";
|
|
2
|
+
type Space = "xxsmall" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "xxlarge";
|
|
3
|
+
type Margin = {
|
|
4
|
+
top?: Space;
|
|
5
|
+
bottom?: Space;
|
|
6
|
+
left?: Space;
|
|
7
|
+
right?: Space;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
type Props = {
|
|
11
|
+
label?: string;
|
|
12
|
+
name?: string;
|
|
13
|
+
value?: string;
|
|
14
|
+
assistiveText?: string;
|
|
15
|
+
disabled?: boolean,
|
|
16
|
+
onChange?: void;
|
|
17
|
+
onBlur?: void;
|
|
18
|
+
numRows?: number;
|
|
19
|
+
required?: boolean;
|
|
20
|
+
invalid?: boolean;
|
|
21
|
+
placeholder?: string;
|
|
22
|
+
margin?: Space | Margin;
|
|
23
|
+
size?: Size;
|
|
24
|
+
tabIndex?: number;
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
export default function V3DxcTextarea(props: Props): JSX.Element;
|
|
File without changes
|
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
type Space = "xxsmall" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "xxlarge";
|
|
2
|
+
type Margin = {
|
|
3
|
+
top?: Space;
|
|
4
|
+
bottom?: Space;
|
|
5
|
+
left?: Space;
|
|
6
|
+
right?: Space;
|
|
7
|
+
};
|
|
8
|
+
type Padding = {
|
|
9
|
+
top?: Space;
|
|
10
|
+
bottom?: Space;
|
|
11
|
+
left?: Space;
|
|
12
|
+
right?: Space;
|
|
13
|
+
};
|
|
14
|
+
|
|
15
|
+
type Props = {
|
|
16
|
+
label?: string;
|
|
17
|
+
iconSrc?: string;
|
|
18
|
+
icon?: any;
|
|
19
|
+
assistiveText?: string;
|
|
20
|
+
disabled?: boolean;
|
|
21
|
+
onChange?: void;
|
|
22
|
+
isExpanded?: boolean;
|
|
23
|
+
margin?: Space | Margin;
|
|
24
|
+
padding?: Space | Padding;
|
|
25
|
+
tabIndex?: number;
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
export default function DxcAccordion(props: Props): JSX.Element;
|
|
File without changes
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
type Space = "xxsmall" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "xxlarge";
|
|
2
|
+
type Margin = {
|
|
3
|
+
top?: Space;
|
|
4
|
+
bottom?: Space;
|
|
5
|
+
left?: Space;
|
|
6
|
+
right?: Space;
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
type Props = {
|
|
10
|
+
disabled?: boolean;
|
|
11
|
+
onActiveChange?: void;
|
|
12
|
+
indexActive?: number;
|
|
13
|
+
margin?: Space | Margin;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
export default function DxcAccordionGroup(props: Props): JSX.Element;
|
|
@@ -30,7 +30,7 @@ var _useTheme = _interopRequireDefault(require("../useTheme.js"));
|
|
|
30
30
|
var _BackgroundColorContext = require("../BackgroundColorContext.js");
|
|
31
31
|
|
|
32
32
|
function _templateObject10() {
|
|
33
|
-
var data = (0, _taggedTemplateLiteral2["default"])(["\n display: flex;\n flex-wrap: wrap;\n align-content: center;\n height: 24px;\n width: 24px;\n border: 1px solid transparent;\n border-radius:
|
|
33
|
+
var data = (0, _taggedTemplateLiteral2["default"])(["\n display: flex;\n flex-wrap: wrap;\n align-content: center;\n height: 24px;\n width: 24px;\n border: 1px solid transparent;\n border-radius: 2px;\n box-shadow: 0 0 0 2px transparent;\n padding: 3px;\n margin-left: 12px;\n background-color: transparent;\n color: #000000;\n cursor: pointer;\n\n &:hover {\n background-color: ", ";\n }\n &:focus {\n outline: none;\n box-shadow: 0 0 0 2px ", ";\n }\n &:focus-visible {\n outline: none;\n box-shadow: 0 0 0 2px ", ";\n }\n &:active {\n background-color: ", ";\n }\n"]);
|
|
34
34
|
|
|
35
35
|
_templateObject10 = function _templateObject10() {
|
|
36
36
|
return data;
|
|
@@ -100,7 +100,7 @@ function _templateObject4() {
|
|
|
100
100
|
}
|
|
101
101
|
|
|
102
102
|
function _templateObject3() {
|
|
103
|
-
var data = (0, _taggedTemplateLiteral2["default"])(["\n margin: ", ";\n margin-top: ", ";\n margin-right: ", ";\n margin-bottom: ", ";\n margin-left: ", ";\n display: ", ";\n overflow: hidden;\n\n background-color: ", ";\n\n border-radius: ", ";\n border-width: ", ";\n border-style: ", ";\n border-color: ", ";\n\n padding-left: 12px;\n padding-right: 12px;\n justify-content: ", ";\n align-items: ", ";\n max-width: ", ";\n width: ", ";\n z-index: ", ";\n"]);
|
|
103
|
+
var data = (0, _taggedTemplateLiteral2["default"])(["\n margin: ", ";\n margin-top: ", ";\n margin-right: ", ";\n margin-bottom: ", ";\n margin-left: ", ";\n display: ", ";\n overflow: hidden;\n box-sizing: border-box;\n\n background-color: ", ";\n\n border-radius: ", ";\n border-width: ", ";\n border-style: ", ";\n border-color: ", ";\n\n padding-left: 12px;\n padding-right: 12px;\n justify-content: ", ";\n align-items: ", ";\n max-width: ", ";\n width: ", ";\n z-index: ", ";\n"]);
|
|
104
104
|
|
|
105
105
|
_templateObject3 = function _templateObject3() {
|
|
106
106
|
return data;
|
|
@@ -295,7 +295,7 @@ var AlertContainer = _styledComponents["default"].div(_templateObject3(), functi
|
|
|
295
295
|
}, function (props) {
|
|
296
296
|
return props.margin && (0, _typeof2["default"])(props.margin) === "object" && props.margin.left ? _variables.spaces[props.margin.left] : "";
|
|
297
297
|
}, function (props) {
|
|
298
|
-
return props.
|
|
298
|
+
return props.size === "fitContent" ? "inline-block" : "block";
|
|
299
299
|
}, function (props) {
|
|
300
300
|
return props.type === "info" && props.theme.infoBackgroundColor || props.type === "confirm" && props.theme.successBackgroundColor || props.type === "warning" && props.theme.warningBackgroundColor || props.type === "error" && props.theme.errorBackgroundColor;
|
|
301
301
|
}, function (props) {
|
|
@@ -311,9 +311,9 @@ var AlertContainer = _styledComponents["default"].div(_templateObject3(), functi
|
|
|
311
311
|
}, function (props) {
|
|
312
312
|
return props.mode === "modal" ? "center" : "";
|
|
313
313
|
}, function (props) {
|
|
314
|
-
return props.size
|
|
314
|
+
return props.size !== "fillParent" && calculateWidth(props.margin, "fillParent");
|
|
315
315
|
}, function (props) {
|
|
316
|
-
return calculateWidth(props.margin, props.size);
|
|
316
|
+
return props.size !== "fillParent" && calculateWidth(props.margin, props.size);
|
|
317
317
|
}, function (props) {
|
|
318
318
|
return props.mode === "modal" ? "1300" : "";
|
|
319
319
|
});
|
|
File without changes
|
|
File without changes
|
package/{dist/box → box}/Box.js
RENAMED
|
File without changes
|
package/box/index.d.ts
ADDED
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
type Size = "small" | "medium" | "large" | "fillParent" | "fitContent";
|
|
2
|
+
type Space = "xxsmall" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "xxlarge";
|
|
3
|
+
type Margin = {
|
|
4
|
+
top?: Space;
|
|
5
|
+
bottom?: Space;
|
|
6
|
+
left?: Space;
|
|
7
|
+
right?: Space;
|
|
8
|
+
};
|
|
9
|
+
type Padding = {
|
|
10
|
+
top?: Space;
|
|
11
|
+
bottom?: Space;
|
|
12
|
+
left?: Space;
|
|
13
|
+
right?: Space;
|
|
14
|
+
};
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
type Props = {
|
|
18
|
+
shadowDepth?: 0 | 1 | 2;
|
|
19
|
+
margin?: Space | Margin;
|
|
20
|
+
padging?: Space | Padding;
|
|
21
|
+
display: string;
|
|
22
|
+
size: Size;
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
export default function DxcBox(props: Props): JSX.Element;
|
|
@@ -17,7 +17,7 @@ var _typeof2 = _interopRequireDefault(require("@babel/runtime/helpers/typeof"));
|
|
|
17
17
|
|
|
18
18
|
var _react = _interopRequireWildcard(require("react"));
|
|
19
19
|
|
|
20
|
-
var
|
|
20
|
+
var _Button = _interopRequireDefault(require("@material-ui/core/Button"));
|
|
21
21
|
|
|
22
22
|
var _propTypes = _interopRequireDefault(require("prop-types"));
|
|
23
23
|
|
|
@@ -52,7 +52,7 @@ function _templateObject3() {
|
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
function _templateObject2() {
|
|
55
|
-
var data = (0, _taggedTemplateLiteral2["default"])(["\n max-height: 24px;\n max-width: 24px;\n margin-left: ", ";\n margin-right: ", ";\n overflow: hidden;\n
|
|
55
|
+
var data = (0, _taggedTemplateLiteral2["default"])(["\n max-height: 24px;\n max-width: 24px;\n margin-left: ", ";\n margin-right: ", ";\n overflow: hidden;\n display: flex;\n img,\n svg {\n height: 100%;\n width: 100%;\n }\n"]);
|
|
56
56
|
|
|
57
57
|
_templateObject2 = function _templateObject2() {
|
|
58
58
|
return data;
|
|
@@ -105,7 +105,7 @@ var DxcButton = function DxcButton(_ref) {
|
|
|
105
105
|
size: size,
|
|
106
106
|
backgroundType: backgroundType,
|
|
107
107
|
icon: icon
|
|
108
|
-
}, _react["default"].createElement(
|
|
108
|
+
}, _react["default"].createElement(_Button["default"], {
|
|
109
109
|
disabled: disabled,
|
|
110
110
|
type: type,
|
|
111
111
|
disableRipple: true,
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault");
|
|
4
|
+
|
|
5
|
+
Object.defineProperty(exports, "__esModule", {
|
|
6
|
+
value: true
|
|
7
|
+
});
|
|
8
|
+
exports.Primary = exports["default"] = void 0;
|
|
9
|
+
|
|
10
|
+
var _react = _interopRequireDefault(require("react"));
|
|
11
|
+
|
|
12
|
+
var _Button = _interopRequireDefault(require("./Button"));
|
|
13
|
+
|
|
14
|
+
var _default = {
|
|
15
|
+
title: "Button",
|
|
16
|
+
component: _Button["default"]
|
|
17
|
+
};
|
|
18
|
+
exports["default"] = _default;
|
|
19
|
+
|
|
20
|
+
var Primary = function Primary() {
|
|
21
|
+
return _react["default"].createElement(_Button["default"], {
|
|
22
|
+
mode: "primary",
|
|
23
|
+
label: "Primary Button"
|
|
24
|
+
});
|
|
25
|
+
};
|
|
26
|
+
|
|
27
|
+
exports.Primary = Primary;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
type Size = "small" | "medium" | "large" | "fillParent" | "fitContent";
|
|
2
|
+
type Space = "xxsmall" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "xxlarge";
|
|
3
|
+
type Margin = {
|
|
4
|
+
top?: Space;
|
|
5
|
+
bottom?: Space;
|
|
6
|
+
left?: Space;
|
|
7
|
+
right?: Space;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
type Props = {
|
|
11
|
+
label?: string;
|
|
12
|
+
mode?: "primary" | "secondary" | "text";
|
|
13
|
+
disabled?: boolean;
|
|
14
|
+
iconPosition?: "before" | "after";
|
|
15
|
+
type?: "button" | "reset" | "submit";
|
|
16
|
+
iconSrc?: string;
|
|
17
|
+
icon?: any;
|
|
18
|
+
onClick?: void;
|
|
19
|
+
margin?: Space | Margin;
|
|
20
|
+
size?: Size;
|
|
21
|
+
tabIndex?: number;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export default function DxcButton(props: Props): JSX.Element;
|
|
File without changes
|
package/card/index.d.ts
ADDED
|
@@ -0,0 +1,22 @@
|
|
|
1
|
+
type Space = "xxsmall" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "xxlarge";
|
|
2
|
+
type Margin = {
|
|
3
|
+
top?: Space;
|
|
4
|
+
bottom?: Space;
|
|
5
|
+
left?: Space;
|
|
6
|
+
right?: Space;
|
|
7
|
+
};
|
|
8
|
+
|
|
9
|
+
type Props = {
|
|
10
|
+
imageSrc?: string;
|
|
11
|
+
margin?: Space | Margin;
|
|
12
|
+
contentPadding?: any;
|
|
13
|
+
linkHref?: string;
|
|
14
|
+
onClick?: void;
|
|
15
|
+
imageBgColor?: string;
|
|
16
|
+
imagePadding?: any;
|
|
17
|
+
imagePosition?: "before" | "after";
|
|
18
|
+
outlined?: boolean;
|
|
19
|
+
imageCover?: boolean;
|
|
20
|
+
};
|
|
21
|
+
|
|
22
|
+
export default function DxcCard(props: Props): JSX.Element;
|
|
@@ -46,7 +46,7 @@ function _templateObject3() {
|
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
function _templateObject2() {
|
|
49
|
-
var data = (0, _taggedTemplateLiteral2["default"])(["\n margin: ", ";\n margin-top: ", ";\n margin-right: ", ";\n margin-bottom: ", ";\n margin-left: ", ";\n width: ", ";\n display: inline-flex;\n align-items: center;\n cursor: ", ";\n position: relative;\n flex-direction: ", ";\n .MuiCheckbox-colorSecondary {\n .MuiIconButton-label {\n & > .MuiSvgIcon-root {\n color: ", ";\n }\n }\n &.Mui-disabled {\n .MuiIconButton-label {\n & > .MuiSvgIcon-root {\n color: ", ";\n opacity: 0.34;\n }\n }\n }\n &.Mui-checked {\n .MuiIconButton-label {\n & > .MuiSvgIcon-root {\n color: ", ";\n }\n }\n\n &:hover {\n background-color: transparent;\n .MuiIconButton-label {\n & > .MuiSvgIcon-root {\n background-color: transparent;\n color: ", ";\n }\n }\n }\n }\n .MuiIconButton-label {\n & > .MuiSvgIcon-root {\n width: 24px;\n height: 24px;\n }\n }\n }\n\n .MuiIconButton-colorSecondary {\n &:hover {\n background-color: transparent;\n }\n }\n .MuiButtonBase-root {\n &:hover {\n .MuiIconButton-label {\n & > .MuiSvgIcon-root {\n color: ", ";\n }\n }\n }\n\n &.Mui-focusVisible {\n .MuiIconButton-label {\n box-shadow: 0 0 0 2px\n ", ";\n }\n }\n z-index: 1;\n margin
|
|
49
|
+
var data = (0, _taggedTemplateLiteral2["default"])(["\n margin: ", ";\n margin-top: ", ";\n margin-right: ", ";\n margin-bottom: ", ";\n margin-left: ", ";\n width: ", ";\n display: inline-flex;\n align-items: center;\n cursor: ", ";\n position: relative;\n flex-direction: ", ";\n .MuiCheckbox-colorSecondary {\n .MuiIconButton-label {\n & > .MuiSvgIcon-root {\n color: ", ";\n }\n }\n &.Mui-disabled {\n .MuiIconButton-label {\n & > .MuiSvgIcon-root {\n color: ", ";\n opacity: 0.34;\n }\n }\n }\n &.Mui-checked {\n .MuiIconButton-label {\n & > .MuiSvgIcon-root {\n color: ", ";\n }\n }\n\n &:hover {\n background-color: transparent;\n .MuiIconButton-label {\n & > .MuiSvgIcon-root {\n background-color: transparent;\n color: ", ";\n }\n }\n }\n }\n .MuiIconButton-label {\n & > .MuiSvgIcon-root {\n width: 24px;\n height: 24px;\n }\n }\n }\n\n .MuiIconButton-colorSecondary {\n &:hover {\n background-color: transparent;\n }\n }\n .MuiButtonBase-root {\n &:hover {\n .MuiIconButton-label {\n & > .MuiSvgIcon-root {\n color: ", ";\n }\n }\n }\n\n &.Mui-focusVisible {\n .MuiIconButton-label {\n box-shadow: 0 0 0 2px\n ", ";\n }\n }\n z-index: 1;\n margin-left: ", ";\n margin-right: ", ";\n padding: 0px;\n left: ", ";\n right: ", ";\n }\n"]);
|
|
50
50
|
|
|
51
51
|
_templateObject2 = function _templateObject2() {
|
|
52
52
|
return data;
|
|
@@ -122,6 +122,7 @@ var DxcCheckbox = function DxcCheckbox(_ref) {
|
|
|
122
122
|
}, _react["default"].createElement(CheckboxContainer, {
|
|
123
123
|
id: name,
|
|
124
124
|
brightness: _variables.componentTokens,
|
|
125
|
+
label: label,
|
|
125
126
|
labelPosition: labelPosition,
|
|
126
127
|
disabled: disabled,
|
|
127
128
|
margin: margin,
|
|
@@ -255,11 +256,9 @@ var CheckboxContainer = _styledComponents["default"].span(_templateObject2(), fu
|
|
|
255
256
|
}, function (props) {
|
|
256
257
|
return props.backgroundType === "dark" ? props.theme.focusColorOnDark : props.theme.focusColor;
|
|
257
258
|
}, function (props) {
|
|
258
|
-
return props.theme.checkLabelSpacing;
|
|
259
|
+
return props.labelPosition === "before" && props.label ? props.theme.checkLabelSpacing : "0";
|
|
259
260
|
}, function (props) {
|
|
260
|
-
return props.labelPosition === "after" ?
|
|
261
|
-
}, function (props) {
|
|
262
|
-
return props.labelPosition === "before" ? "0px" : "";
|
|
261
|
+
return props.labelPosition === "after" && props.label ? props.theme.checkLabelSpacing : "0";
|
|
263
262
|
}, function (props) {
|
|
264
263
|
return props.labelPosition === "before" ? "unset" : "1px";
|
|
265
264
|
}, function (props) {
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
type Size = "small" | "medium" | "large" | "fillParent" | "fitContent";
|
|
2
|
+
type Space = "xxsmall" | "xsmall" | "small" | "medium" | "large" | "xlarge" | "xxlarge";
|
|
3
|
+
type Margin = {
|
|
4
|
+
top?: Space;
|
|
5
|
+
bottom?: Space;
|
|
6
|
+
left?: Space;
|
|
7
|
+
right?: Space;
|
|
8
|
+
};
|
|
9
|
+
|
|
10
|
+
type Props = {
|
|
11
|
+
checked?: boolean;
|
|
12
|
+
value?: any;
|
|
13
|
+
label?: string;
|
|
14
|
+
labelPosition?: "before" | "after";
|
|
15
|
+
name?: string,
|
|
16
|
+
disabled?: boolean;
|
|
17
|
+
onChange?: void;
|
|
18
|
+
required?: boolean;
|
|
19
|
+
margin?: Space | Margin;
|
|
20
|
+
size?: Size;
|
|
21
|
+
tabIndex?: number;
|
|
22
|
+
};
|
|
23
|
+
|
|
24
|
+
export default function DxcCheckbox(props: Props): JSX.Element;
|
|
File without changes
|