@akad/design-system 0.2.0-beta.9 → 1.0.0-alpha.1
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/css/core.css +1 -0
- package/css/package.json +9 -1
- package/css/theme-aon.css +1 -0
- package/css/theme-bees.css +1 -0
- package/css/theme-bmc.css +1 -0
- package/css/theme-default.css +1 -0
- package/css/theme-linker.css +1 -0
- package/css/theme-oggi.css +1 -0
- package/css/theme-streetgo.css +1 -0
- package/package.json +1 -1
- package/react/package.json +1 -1
- package/react/react-lib.js +2703 -2820
- package/react/react-lib.umd.cjs +5 -5
- package/react/src/components/atoms/Button/Button.config.d.ts +106 -0
- package/react/{components → src/components}/atoms/Button/Button.d.ts +11 -7
- package/react/{components → src/components}/atoms/Button/Button.stories.d.ts +2 -2
- package/react/src/components/atoms/Button/index.d.ts +4 -0
- package/react/src/components/atoms/Caption/Caption.config.d.ts +6 -0
- package/react/src/components/atoms/Caption/index.d.ts +4 -0
- package/react/src/components/atoms/Card/Card.config.d.ts +92 -0
- package/react/{components → src/components}/atoms/Card/Card.d.ts +8 -4
- package/react/src/components/atoms/Card/index.d.ts +4 -0
- package/react/{components → src/components}/atoms/Checkbox/Checkbox.config.d.ts +18 -18
- package/react/src/components/atoms/Checkbox/index.d.ts +4 -0
- package/react/src/components/atoms/Heading/Heading.config.d.ts +22 -0
- package/react/src/components/atoms/Heading/index.d.ts +4 -0
- package/react/src/components/atoms/HorizontalRule/HorizontalRule.config.d.ts +30 -0
- package/react/{components → src/components}/atoms/HorizontalRule/HorizontalRule.d.ts +2 -2
- package/react/src/components/atoms/HorizontalRule/index.d.ts +4 -0
- package/react/src/components/atoms/Icon/Icon.config.d.ts +125 -0
- package/react/{components → src/components}/atoms/Icon/Icon.d.ts +3 -3
- package/react/{components → src/components}/atoms/Icon/Icon.stories.d.ts +3 -3
- package/react/src/components/atoms/Icon/index.d.ts +4 -0
- package/react/src/components/atoms/Input/Input.config.d.ts +146 -0
- package/react/{components → src/components}/atoms/Input/Input.stories.d.ts +2 -2
- package/react/src/components/atoms/Input/index.d.ts +4 -0
- package/react/src/components/atoms/Loading/Loading.config.d.ts +52 -0
- package/react/{components → src/components}/atoms/Loading/Loading.d.ts +1 -1
- package/react/src/components/atoms/Loading/index.d.ts +4 -0
- package/react/src/components/atoms/Option/Option.config.d.ts +53 -0
- package/react/src/components/atoms/Option/index.d.ts +4 -0
- package/react/src/components/atoms/Paragraph/Paragraph.config.d.ts +19 -0
- package/react/src/components/atoms/Paragraph/index.d.ts +4 -0
- package/react/src/components/atoms/Progress/Progress.config.d.ts +30 -0
- package/react/src/components/atoms/Progress/index.d.ts +4 -0
- package/react/src/components/atoms/Select/Select.config.d.ts +121 -0
- package/react/{components → src/components}/atoms/Select/Select.stories.d.ts +4 -4
- package/react/src/components/atoms/Select/index.d.ts +4 -0
- package/react/src/components/atoms/Subtitle/Subtitle.config.d.ts +18 -0
- package/react/src/components/atoms/Subtitle/index.d.ts +4 -0
- package/react/src/components/atoms/TextArea/TextArea.config.d.ts +128 -0
- package/react/{components → src/components}/atoms/TextArea/TextArea.d.ts +0 -1
- package/react/{components → src/components}/atoms/TextArea/TextArea.stories.d.ts +2 -2
- package/react/src/components/atoms/TextArea/index.d.ts +4 -0
- package/react/src/components/atoms/Tooltip/Tooltip.config.d.ts +41 -0
- package/react/{components → src/components}/atoms/Tooltip/Tooltip.d.ts +3 -1
- package/react/{components → src/components}/atoms/Tooltip/Tooltip.stories.d.ts +6 -6
- package/react/src/components/atoms/Tooltip/index.d.ts +4 -0
- package/react/src/components/bosons/Container/Container.config.d.ts +18 -0
- package/react/src/components/bosons/Container/index.d.ts +4 -0
- package/react/{components → src/components}/bosons/FlexLayout/FlexElement.config.d.ts +2 -2
- package/react/src/components/bosons/FlexLayout/FlexLayout.config.d.ts +95 -0
- package/react/src/components/bosons/FlexLayout/index.d.ts +8 -0
- package/react/{components → src/components}/bosons/GridLayout/GridElement.config.d.ts +2 -2
- package/react/{components → src/components}/bosons/GridLayout/GridElement.d.ts +6 -1
- package/react/src/components/bosons/GridLayout/GridLayout.config.d.ts +80 -0
- package/react/{components → src/components}/bosons/GridLayout/GridLayout.d.ts +3 -3
- package/react/src/components/bosons/GridLayout/index.d.ts +8 -0
- package/react/src/components/bosons/Spacer/Spacer.config.d.ts +24 -0
- package/react/{components → src/components}/bosons/Spacer/Spacer.stories.d.ts +2 -2
- package/react/src/components/bosons/Spacer/index.d.ts +4 -0
- package/react/src/components/bosons/Wrapper/Wrapper.config.d.ts +27 -0
- package/react/src/components/bosons/Wrapper/index.d.ts +4 -0
- package/react/src/components/index.d.ts +37 -0
- package/react/src/components/molecules/Accordion/Accordion.config.d.ts +31 -0
- package/react/{components → src/components}/molecules/Accordion/Accordion.d.ts +2 -2
- package/react/{components → src/components}/molecules/Accordion/Accordion.stories.d.ts +1 -1
- package/react/src/components/molecules/Accordion/AccordionItem.config.d.ts +28 -0
- package/react/{components → src/components}/molecules/Accordion/AccordionItem.d.ts +7 -1
- package/react/src/components/molecules/Accordion/index.d.ts +8 -0
- package/react/{components → src/components}/molecules/ActiveTags/ActiveTags.config.d.ts +2 -2
- package/react/src/components/molecules/ActiveTags/index.d.ts +4 -0
- package/react/{components → src/components}/molecules/Carousel/Carousel.config.d.ts +2 -2
- package/react/src/components/molecules/Carousel/index.d.ts +4 -0
- package/react/src/components/molecules/EditableSelect/EditableSelect.config.d.ts +104 -0
- package/react/{components → src/components}/molecules/EditableSelect/EditableSelect.d.ts +2 -2
- package/react/src/components/molecules/EditableSelect/index.d.ts +4 -0
- package/react/{components → src/components}/molecules/Indicator/Indicator.config.d.ts +3 -3
- package/react/src/components/molecules/Indicator/index.d.ts +4 -0
- package/react/{components → src/components}/molecules/InlineEditable/InlineEditable.config.d.ts +3 -3
- package/react/src/components/molecules/InlineEditable/index.d.ts +4 -0
- package/react/src/components/molecules/Modal/Modal.config.d.ts +44 -0
- package/react/{components → src/components}/molecules/Modal/Modal.d.ts +2 -2
- package/react/{components → src/components}/molecules/Modal/Modal.stories.d.ts +2 -2
- package/react/src/components/molecules/Modal/index.d.ts +4 -0
- package/react/{components → src/components}/molecules/Notification/Notification.config.d.ts +13 -32
- package/react/src/components/molecules/Notification/Notification.d.ts +22 -0
- package/react/{components → src/components}/molecules/Notification/Notification.stories.d.ts +1 -1
- package/react/src/components/molecules/Notification/index.d.ts +4 -0
- package/react/src/components/molecules/PasswordConfirmation/PasswordConfirmation.config.d.ts +32 -0
- package/react/{components → src/components}/molecules/PasswordConfirmation/PasswordConfirmation.stories.d.ts +1 -1
- package/react/src/components/molecules/PasswordConfirmation/index.d.ts +4 -0
- package/react/{components → src/components}/molecules/Stepper/Stepper.config.d.ts +2 -2
- package/react/{components → src/components}/molecules/Stepper/Stepper.d.ts +7 -2
- package/react/src/components/molecules/Stepper/index.d.ts +4 -0
- package/react/{components/molecules/Table/Table.types.d.ts → src/components/molecules/Table/Table.config.d.ts} +23 -0
- package/react/{components → src/components}/molecules/Table/Table.d.ts +1 -1
- package/react/{components → src/components}/molecules/Table/Table.stories.d.ts +3 -3
- package/react/{components → src/components}/molecules/Table/TableRow.d.ts +1 -1
- package/react/{components → src/components}/molecules/Table/dataTable.mock.d.ts +1 -1
- package/react/src/components/molecules/Table/index.d.ts +4 -0
- package/react/{components → src/components}/molecules/Tabs/Tab.d.ts +1 -1
- package/react/src/components/molecules/Tabs/Tabs.config.d.ts +44 -0
- package/react/{components → src/components}/molecules/Tabs/Tabs.d.ts +11 -1
- package/react/{components → src/components}/molecules/Tabs/Tabs.stories.d.ts +1 -1
- package/react/src/components/molecules/Tabs/index.d.ts +4 -0
- package/react/src/components/molecules/ThemeProvider/ThemeProvider.config.d.ts +28 -0
- package/react/src/components/organisms/NotificationList/NotificationList.config.d.ts +32 -0
- package/react/{components → src/components}/organisms/NotificationList/NotificationList.d.ts +1 -1
- package/react/{components → src/components}/organisms/NotificationList/NotificationList.stories.d.ts +1 -1
- package/react/src/components/organisms/NotificationList/index.d.ts +4 -0
- package/react/{components → src/components}/templates/SplitLayout/SplitLayout.config.d.ts +2 -2
- package/react/{components → src/components}/templates/TwoColumns/TwoColumns.config.d.ts +2 -2
- package/react/src/components/templates/TwoColumns/index.d.ts +4 -0
- package/react/src/enum/colorProps.d.ts +30 -0
- package/scss/core/base/index.scss +3 -0
- package/scss/core/base/reset.scss +27 -0
- package/scss/core/base/typography.scss +18 -0
- package/scss/core/components/atoms/button.scss +816 -0
- package/scss/core/components/atoms/caption.scss +13 -0
- package/scss/core/components/atoms/card.scss +24 -0
- package/scss/core/components/atoms/checkbox.scss +61 -0
- package/scss/core/components/atoms/heading.scss +69 -0
- package/scss/core/components/atoms/horizontal-rule.scss +27 -0
- package/scss/core/components/atoms/icon.scss +49 -0
- package/scss/core/components/atoms/input.scss +333 -0
- package/scss/core/components/atoms/loading.scss +120 -0
- package/scss/core/components/atoms/option.scss +78 -0
- package/scss/core/components/atoms/paragraph.scss +44 -0
- package/scss/core/components/atoms/progress.scss +32 -0
- package/scss/core/components/atoms/select.scss +253 -0
- package/scss/core/components/atoms/subtitle.scss +21 -0
- package/scss/core/components/atoms/textarea.scss +340 -0
- package/scss/core/components/atoms/tooltip.scss +197 -0
- package/scss/core/components/bosons/container.scss +5 -0
- package/scss/core/components/bosons/flex-layout.scss +45 -0
- package/scss/core/components/bosons/grid-layout.scss +76 -0
- package/scss/core/components/bosons/grid.scss +79 -0
- package/scss/core/components/bosons/spacer.scss +45 -0
- package/scss/core/components/bosons/wrapper.scss +32 -0
- package/scss/core/components/index.scss +49 -0
- package/scss/core/components/molecules/accordion.scss +93 -0
- package/scss/core/components/molecules/active-tags.scss +58 -0
- package/scss/core/components/molecules/carousel.scss +67 -0
- package/scss/core/components/molecules/editable-select.scss +141 -0
- package/scss/core/components/molecules/indicator.scss +37 -0
- package/scss/core/components/molecules/inline-editable.scss +23 -0
- package/scss/core/components/molecules/modal.scss +70 -0
- package/scss/core/components/molecules/notification.scss +109 -0
- package/scss/core/components/molecules/password-confirmation.scss +16 -0
- package/scss/core/components/molecules/stepper.scss +84 -0
- package/scss/core/components/molecules/table.scss +95 -0
- package/scss/core/components/molecules/tabs.scss +114 -0
- package/scss/core/components/molecules/theme-provider.scss +6 -0
- package/scss/core/components/organisms/notification-list.scss +77 -0
- package/scss/core/components/templates/split-layout.scss +51 -0
- package/scss/core/components/templates/two-columns.scss +30 -0
- package/scss/core/functions/breakpoints.scss +35 -0
- package/scss/core/functions/fonts.scss +17 -0
- package/scss/core/functions/index.scss +5 -0
- package/scss/core/functions/spacings.scss +8 -0
- package/scss/core/functions/tokens.scss +14 -0
- package/scss/core/helpers/borders.scss +87 -0
- package/scss/core/helpers/colors.scss +167 -0
- package/scss/core/helpers/display.scss +177 -0
- package/scss/core/helpers/elevation.scss +16 -0
- package/scss/core/helpers/index.scss +6 -0
- package/scss/core/helpers/order.scss +20 -0
- package/scss/core/index.scss +18 -0
- package/scss/core/mixins/breakpoints.scss +90 -0
- package/scss/core/mixins/grid.scss +8 -0
- package/scss/core/mixins/index.scss +5 -0
- package/scss/core/tokens/borders.scss +12 -0
- package/scss/core/tokens/breakpoints.scss +20 -0
- package/scss/core/tokens/icons.scss +2 -0
- package/scss/core/tokens/index.scss +8 -0
- package/scss/core/tokens/opacity.scss +6 -0
- package/scss/core/tokens/shadows.scss +15 -0
- package/scss/core/tokens/spacings.scss +41 -0
- package/scss/core/tokens/typography.scss +20 -0
- package/scss/themes/aon/colors.scss +83 -0
- package/scss/themes/aon/index.scss +54 -0
- package/scss/themes/aon/typography.scss +7 -0
- package/scss/themes/bees/colors.scss +32 -0
- package/scss/themes/bees/index.scss +51 -0
- package/scss/themes/bees/typography.scss +6 -0
- package/scss/themes/bmc/colors.scss +81 -0
- package/scss/themes/bmc/index.scss +54 -0
- package/scss/themes/bmc/typography.scss +5 -0
- package/scss/themes/default/colors.scss +109 -0
- package/scss/themes/default/index.scss +80 -0
- package/scss/themes/default/typography.scss +7 -0
- package/scss/themes/linker/colors.scss +35 -0
- package/scss/themes/linker/index.scss +30 -0
- package/scss/themes/linker/typography.scss +6 -0
- package/scss/themes/oggi/colors.scss +81 -0
- package/scss/themes/oggi/index.scss +54 -0
- package/scss/themes/oggi/typography.scss +5 -0
- package/scss/themes/streetgo/colors.scss +81 -0
- package/scss/themes/streetgo/index.scss +54 -0
- package/scss/themes/streetgo/typography.scss +5 -0
- package/css/aon-theme.css +0 -1
- package/css/bees-theme.css +0 -1
- package/css/bmc-theme.css +0 -1
- package/css/default-theme.css +0 -1
- package/css/linker-theme.css +0 -1
- package/css/oggi-theme.css +0 -1
- package/css/streetgo-theme.css +0 -1
- package/react/components/atoms/Button/Button.config.d.ts +0 -94
- package/react/components/atoms/Button/index.d.ts +0 -4
- package/react/components/atoms/Caption/Caption.config.d.ts +0 -6
- package/react/components/atoms/Caption/index.d.ts +0 -4
- package/react/components/atoms/Card/Card.config.d.ts +0 -76
- package/react/components/atoms/Card/index.d.ts +0 -4
- package/react/components/atoms/Checkbox/index.d.ts +0 -5
- package/react/components/atoms/Heading/Heading.config.d.ts +0 -23
- package/react/components/atoms/Heading/index.d.ts +0 -4
- package/react/components/atoms/HorizontalRule/HorizontalRule.config.d.ts +0 -32
- package/react/components/atoms/HorizontalRule/index.d.ts +0 -4
- package/react/components/atoms/Icon/Icon.config.d.ts +0 -129
- package/react/components/atoms/Icon/index.d.ts +0 -4
- package/react/components/atoms/Input/Input.config.d.ts +0 -151
- package/react/components/atoms/Input/index.d.ts +0 -4
- package/react/components/atoms/Loading/Loading.config.d.ts +0 -54
- package/react/components/atoms/Loading/index.d.ts +0 -4
- package/react/components/atoms/Option/Option.config.d.ts +0 -53
- package/react/components/atoms/Option/index.d.ts +0 -4
- package/react/components/atoms/Paragraph/Paragraph.config.d.ts +0 -20
- package/react/components/atoms/Paragraph/index.d.ts +0 -4
- package/react/components/atoms/Progress/Progress.config.d.ts +0 -31
- package/react/components/atoms/Progress/index.d.ts +0 -4
- package/react/components/atoms/Select/Select.config.d.ts +0 -125
- package/react/components/atoms/Select/index.d.ts +0 -4
- package/react/components/atoms/Subtitle/Subtitle.config.d.ts +0 -19
- package/react/components/atoms/Subtitle/index.d.ts +0 -4
- package/react/components/atoms/TextArea/TextArea.config.d.ts +0 -132
- package/react/components/atoms/TextArea/index.d.ts +0 -4
- package/react/components/atoms/Tooltip/Tooltip.config.d.ts +0 -38
- package/react/components/atoms/Tooltip/index.d.ts +0 -4
- package/react/components/bosons/Container/Container.config.d.ts +0 -18
- package/react/components/bosons/Container/index.d.ts +0 -4
- package/react/components/bosons/FlexLayout/FlexLayout.config.d.ts +0 -100
- package/react/components/bosons/FlexLayout/index.d.ts +0 -5
- package/react/components/bosons/GridLayout/GridLayout.config.d.ts +0 -82
- package/react/components/bosons/GridLayout/index.d.ts +0 -5
- package/react/components/bosons/Spacer/Spacer.config.d.ts +0 -25
- package/react/components/bosons/Spacer/index.d.ts +0 -4
- package/react/components/bosons/Wrapper/Wrapper.config.d.ts +0 -28
- package/react/components/bosons/Wrapper/index.d.ts +0 -4
- package/react/components/index.d.ts +0 -39
- package/react/components/molecules/Accordion/Accordion.config.d.ts +0 -25
- package/react/components/molecules/Accordion/AccordionItem.config.d.ts +0 -28
- package/react/components/molecules/Accordion/index.d.ts +0 -5
- package/react/components/molecules/ActiveTags/index.d.ts +0 -4
- package/react/components/molecules/Carousel/index.d.ts +0 -4
- package/react/components/molecules/EditableSelect/EditableSelect.config.d.ts +0 -105
- package/react/components/molecules/EditableSelect/index.d.ts +0 -4
- package/react/components/molecules/Indicator/index.d.ts +0 -4
- package/react/components/molecules/InlineEditable/index.d.ts +0 -4
- package/react/components/molecules/Modal/Modal.config.d.ts +0 -41
- package/react/components/molecules/Modal/index.d.ts +0 -4
- package/react/components/molecules/Notification/Notification.d.ts +0 -7
- package/react/components/molecules/Notification/index.d.ts +0 -5
- package/react/components/molecules/PasswordConfirmation/PasswordConfirmation.config.d.ts +0 -32
- package/react/components/molecules/PasswordConfirmation/index.d.ts +0 -4
- package/react/components/molecules/Stepper/index.d.ts +0 -4
- package/react/components/molecules/Table/Table.config.d.ts +0 -23
- package/react/components/molecules/Table/index.d.ts +0 -5
- package/react/components/molecules/Tabs/Tabs.config.d.ts +0 -45
- package/react/components/molecules/Tabs/index.d.ts +0 -6
- package/react/components/molecules/ThemeProvider/ThemeProvider.config.d.ts +0 -30
- package/react/components/organisms/NotificationList/NotificationList.config.d.ts +0 -33
- package/react/components/organisms/NotificationList/index.d.ts +0 -4
- package/react/components/templates/TwoColumns/index.d.ts +0 -5
- package/react/decorators/storybook.d.ts +0 -3
- package/react/decorators/storybook.test.d.ts +0 -1
- package/react/types/hooks/types.d.ts +0 -99
- package/react/types/types.d.ts +0 -43
- /package/react/{components → src/components}/atoms/Button/Button.test.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Caption/Caption.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Caption/Caption.stories.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Caption/Caption.test.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Card/Card.stories.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Card/Card.test.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Checkbox/Checkbox.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Checkbox/Checkbox.stories.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Checkbox/Checkbox.test.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Heading/Heading.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Heading/Heading.stories.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Heading/Heading.test.d.ts +0 -0
- /package/react/{components → src/components}/atoms/HorizontalRule/HorizontalRule.stories.d.ts +0 -0
- /package/react/{components → src/components}/atoms/HorizontalRule/HorizontalRule.test.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Icon/Icon.test.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Input/Input.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Input/Input.test.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Input/mask.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Loading/Loading.stories.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Loading/Loading.test.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Option/Option.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Option/Option.stories.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Option/Option.test.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Paragraph/Paragraph.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Paragraph/Paragraph.stories.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Paragraph/Paragraph.test.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Progress/Progress.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Progress/Progress.stories.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Progress/Progress.test.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Select/Select.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Select/Select.test.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Subtitle/Subtitle.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Subtitle/Subtitle.stories.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Subtitle/Subtitle.test.d.ts +0 -0
- /package/react/{components → src/components}/atoms/TextArea/TextArea.test.d.ts +0 -0
- /package/react/{components → src/components}/atoms/Tooltip/Tooltip.test.d.ts +0 -0
- /package/react/{components → src/components}/bosons/Container/Container.d.ts +0 -0
- /package/react/{components → src/components}/bosons/Container/Container.stories.d.ts +0 -0
- /package/react/{components → src/components}/bosons/Container/Container.test.d.ts +0 -0
- /package/react/{components → src/components}/bosons/FlexLayout/FlexElement.d.ts +0 -0
- /package/react/{components → src/components}/bosons/FlexLayout/FlexLayout.d.ts +0 -0
- /package/react/{components → src/components}/bosons/FlexLayout/FlexLayout.stories.d.ts +0 -0
- /package/react/{components → src/components}/bosons/FlexLayout/FlexLayout.test.d.ts +0 -0
- /package/react/{components → src/components}/bosons/GridLayout/GridElement.test.d.ts +0 -0
- /package/react/{components → src/components}/bosons/GridLayout/GridLayout.stories.d.ts +0 -0
- /package/react/{components → src/components}/bosons/GridLayout/GridLayout.test.d.ts +0 -0
- /package/react/{components → src/components}/bosons/Spacer/Spacer.d.ts +0 -0
- /package/react/{components → src/components}/bosons/Spacer/Spacer.test.d.ts +0 -0
- /package/react/{components → src/components}/bosons/Wrapper/Wrapper.d.ts +0 -0
- /package/react/{components → src/components}/bosons/Wrapper/Wrapper.stories.d.ts +0 -0
- /package/react/{components → src/components}/bosons/Wrapper/Wrapper.test.d.ts +0 -0
- /package/react/{components → src/components}/molecules/Accordion/Accordion.test.d.ts +0 -0
- /package/react/{components → src/components}/molecules/ActiveTags/ActiveTags.d.ts +0 -0
- /package/react/{components → src/components}/molecules/ActiveTags/ActiveTags.stories.d.ts +0 -0
- /package/react/{components → src/components}/molecules/ActiveTags/ActiveTags.test.d.ts +0 -0
- /package/react/{components → src/components}/molecules/Carousel/Carousel.d.ts +0 -0
- /package/react/{components → src/components}/molecules/Carousel/Carousel.test.d.ts +0 -0
- /package/react/{components → src/components}/molecules/EditableSelect/EditableSelect.stories.d.ts +0 -0
- /package/react/{components → src/components}/molecules/EditableSelect/EditableSelect.test.d.ts +0 -0
- /package/react/{components → src/components}/molecules/Indicator/Indicator.d.ts +0 -0
- /package/react/{components → src/components}/molecules/Indicator/Indicator.stories.d.ts +0 -0
- /package/react/{components → src/components}/molecules/Indicator/Indicator.test.d.ts +0 -0
- /package/react/{components → src/components}/molecules/InlineEditable/InlineEditable.d.ts +0 -0
- /package/react/{components → src/components}/molecules/InlineEditable/InlineEditable.stories.d.ts +0 -0
- /package/react/{components → src/components}/molecules/InlineEditable/InlineEditable.test.d.ts +0 -0
- /package/react/{components → src/components}/molecules/Modal/Modal.test.d.ts +0 -0
- /package/react/{components → src/components}/molecules/Notification/Notification.test.d.ts +0 -0
- /package/react/{components → src/components}/molecules/PasswordConfirmation/PasswordConfirmartion.test.d.ts +0 -0
- /package/react/{components → src/components}/molecules/PasswordConfirmation/PasswordConfirmation.d.ts +0 -0
- /package/react/{components → src/components}/molecules/Stepper/Stepper.stories.d.ts +0 -0
- /package/react/{components → src/components}/molecules/Stepper/Stepper.test.d.ts +0 -0
- /package/react/{components → src/components}/molecules/Table/Table.test.d.ts +0 -0
- /package/react/{components → src/components}/molecules/Tabs/Tab.test.d.ts +0 -0
- /package/react/{components → src/components}/molecules/Tabs/Tabs.test.d.ts +0 -0
- /package/react/{components → src/components}/molecules/ThemeProvider/ThemeProvider.d.ts +0 -0
- /package/react/{components → src/components}/molecules/ThemeProvider/ThemeProvider.test.d.ts +0 -0
- /package/react/{components → src/components}/molecules/ThemeProvider/index.d.ts +0 -0
- /package/react/{components → src/components}/organisms/NotificationList/NotificationList.test.d.ts +0 -0
- /package/react/{components → src/components}/templates/SplitLayout/SplitLayout.d.ts +0 -0
- /package/react/{components → src/components}/templates/SplitLayout/SplitLayout.test.d.ts +0 -0
- /package/react/{components → src/components}/templates/SplitLayout/index.d.ts +0 -0
- /package/react/{components → src/components}/templates/TwoColumns/TwoColumns.d.ts +0 -0
- /package/react/{components → src/components}/templates/TwoColumns/TwoColumns.test.d.ts +0 -0
- /package/react/{main.d.ts → src/main.d.ts} +0 -0
|
@@ -1,41 +0,0 @@
|
|
|
1
|
-
export declare const Elevation: readonly [1, 2, 3, 4];
|
|
2
|
-
export type Elevation = (typeof Elevation)[number];
|
|
3
|
-
export interface ElevationProps {
|
|
4
|
-
type: NumberConstructor;
|
|
5
|
-
options: readonly Elevation[];
|
|
6
|
-
}
|
|
7
|
-
export declare const Variant: {
|
|
8
|
-
readonly Squared: "squared";
|
|
9
|
-
readonly Rounded: "rounded";
|
|
10
|
-
};
|
|
11
|
-
export type Variant = (typeof Variant)[keyof typeof Variant];
|
|
12
|
-
export interface VariantProps {
|
|
13
|
-
type: StringConstructor;
|
|
14
|
-
default: Variant;
|
|
15
|
-
options: Variant[];
|
|
16
|
-
}
|
|
17
|
-
export interface CancelBtnTextProps {
|
|
18
|
-
type: StringConstructor;
|
|
19
|
-
default: string;
|
|
20
|
-
}
|
|
21
|
-
export interface ConfirmBtnTextProps {
|
|
22
|
-
type: StringConstructor;
|
|
23
|
-
default: string;
|
|
24
|
-
}
|
|
25
|
-
export interface IsModalOpenProps {
|
|
26
|
-
type: BooleanConstructor;
|
|
27
|
-
default: boolean;
|
|
28
|
-
}
|
|
29
|
-
export interface ModalConfig {
|
|
30
|
-
name: string;
|
|
31
|
-
class: string;
|
|
32
|
-
props: {
|
|
33
|
-
elevation: ElevationProps;
|
|
34
|
-
variant: VariantProps;
|
|
35
|
-
cancelBtnText: CancelBtnTextProps;
|
|
36
|
-
confirmBtnText: ConfirmBtnTextProps;
|
|
37
|
-
isModalOpen: IsModalOpenProps;
|
|
38
|
-
};
|
|
39
|
-
}
|
|
40
|
-
declare const ModalConfig: ModalConfig;
|
|
41
|
-
export default ModalConfig;
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
import { DsNotificationProps } from './Notification.config';
|
|
2
|
-
|
|
3
|
-
declare const DsNotification: {
|
|
4
|
-
({ className, type, variant, id, children, message, autoClose, autoCloseTimer, dismissible, elevation, progressBar, handleClose, testId, }: DsNotificationProps): import("react/jsx-runtime").JSX.Element | null;
|
|
5
|
-
displayName: string;
|
|
6
|
-
};
|
|
7
|
-
export default DsNotification;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
export interface ValidationItem {
|
|
2
|
-
title: string;
|
|
3
|
-
rule: (_password: string) => boolean;
|
|
4
|
-
}
|
|
5
|
-
export interface OnChangeProps {
|
|
6
|
-
type: FunctionConstructor;
|
|
7
|
-
default: () => void;
|
|
8
|
-
}
|
|
9
|
-
export interface ValidationListProps {
|
|
10
|
-
type: ArrayConstructor;
|
|
11
|
-
default: ValidationItem[];
|
|
12
|
-
}
|
|
13
|
-
export interface InstructionLabelProps {
|
|
14
|
-
type: StringConstructor;
|
|
15
|
-
default: string;
|
|
16
|
-
}
|
|
17
|
-
export interface TestIdProps {
|
|
18
|
-
type: StringConstructor;
|
|
19
|
-
default: string;
|
|
20
|
-
}
|
|
21
|
-
export interface PasswordConfirmationConfig {
|
|
22
|
-
name: string;
|
|
23
|
-
class: string;
|
|
24
|
-
props: {
|
|
25
|
-
onChange: OnChangeProps;
|
|
26
|
-
validationList: ValidationListProps;
|
|
27
|
-
instructionLabel: InstructionLabelProps;
|
|
28
|
-
testId: TestIdProps;
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
declare const DsPasswordConfirmationConfig: PasswordConfirmationConfig;
|
|
32
|
-
export default DsPasswordConfirmationConfig;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export interface HeaderProps {
|
|
2
|
-
type: ArrayConstructor;
|
|
3
|
-
default: unknown[];
|
|
4
|
-
}
|
|
5
|
-
export interface ItemsProps {
|
|
6
|
-
type: ArrayConstructor;
|
|
7
|
-
default: unknown[];
|
|
8
|
-
}
|
|
9
|
-
export interface ColumnsProps {
|
|
10
|
-
type: ArrayConstructor;
|
|
11
|
-
default: unknown[];
|
|
12
|
-
}
|
|
13
|
-
export interface TableConfig {
|
|
14
|
-
name: string;
|
|
15
|
-
class: string;
|
|
16
|
-
props: {
|
|
17
|
-
header: HeaderProps;
|
|
18
|
-
items: ItemsProps;
|
|
19
|
-
columns: ColumnsProps;
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
declare const TableConfig: TableConfig;
|
|
23
|
-
export default TableConfig;
|
|
@@ -1,45 +0,0 @@
|
|
|
1
|
-
export declare const Color: {
|
|
2
|
-
readonly None: "";
|
|
3
|
-
readonly Primary: "primary";
|
|
4
|
-
readonly Secondary: "secondary";
|
|
5
|
-
readonly Neutral: "neutral";
|
|
6
|
-
readonly Success: "success";
|
|
7
|
-
readonly Warning: "warning";
|
|
8
|
-
readonly Danger: "danger";
|
|
9
|
-
readonly Info: "info";
|
|
10
|
-
};
|
|
11
|
-
export type Color = (typeof Color)[keyof typeof Color];
|
|
12
|
-
export interface TabsProps {
|
|
13
|
-
type: ArrayConstructor;
|
|
14
|
-
required: boolean;
|
|
15
|
-
}
|
|
16
|
-
export interface SelectedTabProps {
|
|
17
|
-
type: NumberConstructor;
|
|
18
|
-
default: number;
|
|
19
|
-
}
|
|
20
|
-
export interface ColorProps {
|
|
21
|
-
type: StringConstructor;
|
|
22
|
-
default: Color;
|
|
23
|
-
options: Color[];
|
|
24
|
-
}
|
|
25
|
-
export interface ClassNameProps {
|
|
26
|
-
type: StringConstructor;
|
|
27
|
-
default: string;
|
|
28
|
-
}
|
|
29
|
-
export interface OnChangeProps {
|
|
30
|
-
type: FunctionConstructor;
|
|
31
|
-
default: () => void;
|
|
32
|
-
}
|
|
33
|
-
export interface DsTabsConfig {
|
|
34
|
-
name: string;
|
|
35
|
-
class: string;
|
|
36
|
-
props: {
|
|
37
|
-
tabs: TabsProps;
|
|
38
|
-
selectedTab: SelectedTabProps;
|
|
39
|
-
color: ColorProps;
|
|
40
|
-
className: ClassNameProps;
|
|
41
|
-
onChange: OnChangeProps;
|
|
42
|
-
};
|
|
43
|
-
}
|
|
44
|
-
declare const DsTabsConfig: DsTabsConfig;
|
|
45
|
-
export default DsTabsConfig;
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
export declare const Theme: {
|
|
2
|
-
readonly Light: "light";
|
|
3
|
-
readonly Dark: "dark";
|
|
4
|
-
};
|
|
5
|
-
export type Theme = (typeof Theme)[keyof typeof Theme];
|
|
6
|
-
export declare const Library: {
|
|
7
|
-
readonly Core: "core";
|
|
8
|
-
readonly Marketing: "mkt";
|
|
9
|
-
};
|
|
10
|
-
export type Library = (typeof Library)[keyof typeof Library];
|
|
11
|
-
export interface ThemeProps {
|
|
12
|
-
type: StringConstructor;
|
|
13
|
-
default: Theme;
|
|
14
|
-
options: Theme[];
|
|
15
|
-
}
|
|
16
|
-
export interface LibraryProps {
|
|
17
|
-
type: StringConstructor;
|
|
18
|
-
default: Library;
|
|
19
|
-
options: Library[];
|
|
20
|
-
}
|
|
21
|
-
export interface ThemeProviderConfig {
|
|
22
|
-
name: string;
|
|
23
|
-
class: string;
|
|
24
|
-
props: {
|
|
25
|
-
theme: ThemeProps;
|
|
26
|
-
library: LibraryProps;
|
|
27
|
-
};
|
|
28
|
-
}
|
|
29
|
-
declare const ThemeProviderConfig: ThemeProviderConfig;
|
|
30
|
-
export default ThemeProviderConfig;
|
|
@@ -1,33 +0,0 @@
|
|
|
1
|
-
export declare const Position: {
|
|
2
|
-
readonly TopLeft: "top-left";
|
|
3
|
-
readonly TopCenter: "top-center";
|
|
4
|
-
readonly TopRight: "top-right";
|
|
5
|
-
readonly BottomLeft: "bottom-left";
|
|
6
|
-
readonly BottomCenter: "bottom-center";
|
|
7
|
-
readonly BottomRight: "bottom-right";
|
|
8
|
-
};
|
|
9
|
-
export type Position = (typeof Position)[keyof typeof Position];
|
|
10
|
-
export interface PositionProps {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: Position;
|
|
13
|
-
options: Position[];
|
|
14
|
-
}
|
|
15
|
-
export interface FluidProps {
|
|
16
|
-
type: BooleanConstructor;
|
|
17
|
-
default: boolean;
|
|
18
|
-
}
|
|
19
|
-
export interface ClassNameProps {
|
|
20
|
-
type: StringConstructor;
|
|
21
|
-
default: string;
|
|
22
|
-
}
|
|
23
|
-
export interface DsNotificationListConfig {
|
|
24
|
-
name: string;
|
|
25
|
-
class: string;
|
|
26
|
-
props: {
|
|
27
|
-
position: PositionProps;
|
|
28
|
-
fluid: FluidProps;
|
|
29
|
-
className: ClassNameProps;
|
|
30
|
-
};
|
|
31
|
-
}
|
|
32
|
-
declare const DsNotificationListConfig: DsNotificationListConfig;
|
|
33
|
-
export default DsNotificationListConfig;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export {};
|
|
@@ -1,99 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
import { JSONSchemaType } from 'ajv';
|
|
3
|
-
|
|
4
|
-
export interface EventData {
|
|
5
|
-
[key: string]: React.ChangeEvent<HTMLInputElement>;
|
|
6
|
-
}
|
|
7
|
-
export type TestSchema = JSONSchemaType<{
|
|
8
|
-
$id: string;
|
|
9
|
-
type: 'object';
|
|
10
|
-
schemas?: {
|
|
11
|
-
mainSchema: {
|
|
12
|
-
$id: string;
|
|
13
|
-
type: 'object';
|
|
14
|
-
required: string[];
|
|
15
|
-
properties: {
|
|
16
|
-
effectiveDate: {
|
|
17
|
-
$ref: string;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
};
|
|
21
|
-
definitions?: Record<string, FormSchema>;
|
|
22
|
-
};
|
|
23
|
-
definitions?: Record<string, FormSchema>;
|
|
24
|
-
}>;
|
|
25
|
-
export interface FormSchema {
|
|
26
|
-
$id?: string;
|
|
27
|
-
properties?: {
|
|
28
|
-
[key: string]: InputValidator;
|
|
29
|
-
};
|
|
30
|
-
dependentRequired?: DependentRequired;
|
|
31
|
-
required?: Array<string>;
|
|
32
|
-
definitions?: Record<string, FormSchema>;
|
|
33
|
-
type?: string;
|
|
34
|
-
formatMinimum?: string;
|
|
35
|
-
formatMaximum?: string;
|
|
36
|
-
format?: string;
|
|
37
|
-
schemas?: {
|
|
38
|
-
definitions?: Record<string, FormSchema>;
|
|
39
|
-
};
|
|
40
|
-
items?: Record<string, FormSchema>;
|
|
41
|
-
'x-label'?: string;
|
|
42
|
-
'x-placeholder'?: string;
|
|
43
|
-
'x-tooltip'?: string;
|
|
44
|
-
'x-mask'?: string;
|
|
45
|
-
'x-options'?: Array<SelectOption>;
|
|
46
|
-
}
|
|
47
|
-
export interface InputValidator {
|
|
48
|
-
$id?: string;
|
|
49
|
-
type?: string;
|
|
50
|
-
pattern?: string;
|
|
51
|
-
format?: string;
|
|
52
|
-
contains: FormSchema;
|
|
53
|
-
}
|
|
54
|
-
export interface DependentRequired {
|
|
55
|
-
[key: string]: Array<string>;
|
|
56
|
-
}
|
|
57
|
-
export interface FormValidated {
|
|
58
|
-
status: boolean | undefined;
|
|
59
|
-
fields: InputValidated;
|
|
60
|
-
}
|
|
61
|
-
export interface InputValidated {
|
|
62
|
-
[key: string]: {
|
|
63
|
-
status: string | boolean;
|
|
64
|
-
touched?: boolean | undefined;
|
|
65
|
-
message?: string | undefined;
|
|
66
|
-
};
|
|
67
|
-
}
|
|
68
|
-
export interface FormDataParsed {
|
|
69
|
-
[key: string]: string | number | boolean | undefined | Array<object> | object;
|
|
70
|
-
toJson?: () => string;
|
|
71
|
-
}
|
|
72
|
-
export type SelectOption = {
|
|
73
|
-
value: string;
|
|
74
|
-
label: string;
|
|
75
|
-
} | object;
|
|
76
|
-
export interface FormField {
|
|
77
|
-
name: string;
|
|
78
|
-
feedback: string | undefined;
|
|
79
|
-
tooltip?: string;
|
|
80
|
-
label?: string;
|
|
81
|
-
placeholder?: string;
|
|
82
|
-
onBlurHandler?: () => void;
|
|
83
|
-
onChangeHandler?: (e: React.ChangeEvent<HTMLSelectElement>) => void;
|
|
84
|
-
onFocusHandler?: () => void;
|
|
85
|
-
onChange?: () => void;
|
|
86
|
-
status?: string;
|
|
87
|
-
animated: boolean;
|
|
88
|
-
type?: string;
|
|
89
|
-
mask?: string;
|
|
90
|
-
min?: string;
|
|
91
|
-
max?: string;
|
|
92
|
-
value?: string | number | boolean | object | undefined;
|
|
93
|
-
checked?: boolean;
|
|
94
|
-
options?: Array<SelectOption>;
|
|
95
|
-
ref: (inputRef: HTMLInputElement) => void;
|
|
96
|
-
}
|
|
97
|
-
export interface FieldsElementDictionary {
|
|
98
|
-
[key: string]: HTMLInputElement;
|
|
99
|
-
}
|
package/react/types/types.d.ts
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
import { default as React } from 'react';
|
|
2
|
-
|
|
3
|
-
export interface DsAccordionItemProps {
|
|
4
|
-
index?: number;
|
|
5
|
-
title: React.ReactNode;
|
|
6
|
-
content: React.ReactNode;
|
|
7
|
-
className?: string;
|
|
8
|
-
onToggle: React.MouseEventHandler<HTMLButtonElement>;
|
|
9
|
-
active: boolean;
|
|
10
|
-
disabled: boolean;
|
|
11
|
-
}
|
|
12
|
-
export interface DsAccordionItems {
|
|
13
|
-
index?: number;
|
|
14
|
-
title: React.ReactNode;
|
|
15
|
-
content: React.ReactNode;
|
|
16
|
-
className?: string;
|
|
17
|
-
disabled: boolean;
|
|
18
|
-
active: boolean;
|
|
19
|
-
}
|
|
20
|
-
export interface DsGridElementProps {
|
|
21
|
-
row: string;
|
|
22
|
-
col: string;
|
|
23
|
-
mobileRow?: string;
|
|
24
|
-
mobileCol?: string;
|
|
25
|
-
}
|
|
26
|
-
export interface DsStepProps {
|
|
27
|
-
index?: number;
|
|
28
|
-
disabled?: boolean;
|
|
29
|
-
icon: string;
|
|
30
|
-
label: string;
|
|
31
|
-
name: string;
|
|
32
|
-
}
|
|
33
|
-
export interface DsTabProps {
|
|
34
|
-
active?: boolean;
|
|
35
|
-
className?: string;
|
|
36
|
-
color?: string;
|
|
37
|
-
content: React.ReactNode | string;
|
|
38
|
-
disabled?: boolean;
|
|
39
|
-
name?: string;
|
|
40
|
-
index: number;
|
|
41
|
-
title: React.ReactNode | string;
|
|
42
|
-
onClick?: (index: number) => void;
|
|
43
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/react/{components → src/components}/atoms/HorizontalRule/HorizontalRule.stories.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/react/{components → src/components}/molecules/EditableSelect/EditableSelect.stories.d.ts
RENAMED
|
File without changes
|
/package/react/{components → src/components}/molecules/EditableSelect/EditableSelect.test.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/react/{components → src/components}/molecules/InlineEditable/InlineEditable.stories.d.ts
RENAMED
|
File without changes
|
/package/react/{components → src/components}/molecules/InlineEditable/InlineEditable.test.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/react/{components → src/components}/molecules/ThemeProvider/ThemeProvider.test.d.ts
RENAMED
|
File without changes
|
|
File without changes
|
/package/react/{components → src/components}/organisms/NotificationList/NotificationList.test.d.ts
RENAMED
|
File without changes
|