@akad/design-system 0.2.0-beta.8 → 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 +2794 -2792
- 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/src/components/molecules/Carousel/Carousel.config.d.ts +7 -0
- package/react/src/components/molecules/Carousel/Carousel.d.ts +31 -0
- 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/Modal.test.d.ts +1 -0
- 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/src/components/templates/SplitLayout/SplitLayout.config.d.ts +7 -0
- package/react/src/components/templates/SplitLayout/SplitLayout.d.ts +9 -0
- package/react/src/components/templates/SplitLayout/index.d.ts +5 -0
- 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 -37
- 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/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/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/molecules/Modal/Modal.test.d.ts → 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/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/templates/TwoColumns/TwoColumns.test.d.ts → src/components/templates/SplitLayout/SplitLayout.test.d.ts} +0 -0
- /package/react/{components → src/components}/templates/TwoColumns/TwoColumns.d.ts +0 -0
- /package/react/{decorators/storybook.test.d.ts → src/components/templates/TwoColumns/TwoColumns.test.d.ts} +0 -0
- /package/react/{main.d.ts → src/main.d.ts} +0 -0
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
export declare const Color: {
|
|
2
|
-
readonly Primary: "primary";
|
|
3
|
-
readonly Secondary: "secondary";
|
|
4
|
-
readonly Info: "info";
|
|
5
|
-
readonly Success: "success";
|
|
6
|
-
readonly Danger: "danger";
|
|
7
|
-
readonly Warning: "warning";
|
|
8
|
-
readonly Neutral: "neutral";
|
|
9
|
-
};
|
|
10
|
-
export type Color = (typeof Color)[keyof typeof Color];
|
|
11
|
-
export declare const Variant: {
|
|
12
|
-
readonly Solid: "solid";
|
|
13
|
-
readonly Outline: "outline";
|
|
14
|
-
readonly Text: "text";
|
|
15
|
-
};
|
|
16
|
-
export type Variant = (typeof Variant)[keyof typeof Variant];
|
|
17
|
-
export declare const Size: {
|
|
18
|
-
readonly Large: "lg";
|
|
19
|
-
readonly Medium: "md";
|
|
20
|
-
readonly Small: "sm";
|
|
21
|
-
};
|
|
22
|
-
export type Size = (typeof Size)[keyof typeof Size];
|
|
23
|
-
export declare const IconPosition: {
|
|
24
|
-
readonly Right: "right";
|
|
25
|
-
readonly Left: "left";
|
|
26
|
-
};
|
|
27
|
-
export type IconPosition = (typeof IconPosition)[keyof typeof IconPosition];
|
|
28
|
-
export interface ColorProps {
|
|
29
|
-
type: StringConstructor;
|
|
30
|
-
default: Color;
|
|
31
|
-
options: Color[];
|
|
32
|
-
}
|
|
33
|
-
export interface VariantProps {
|
|
34
|
-
type: StringConstructor;
|
|
35
|
-
default: Variant;
|
|
36
|
-
options: Variant[];
|
|
37
|
-
}
|
|
38
|
-
export interface SizeProps {
|
|
39
|
-
type: StringConstructor;
|
|
40
|
-
default: Size;
|
|
41
|
-
options: Size[];
|
|
42
|
-
}
|
|
43
|
-
export interface ElevationProps {
|
|
44
|
-
type: NumberConstructor;
|
|
45
|
-
options: number[];
|
|
46
|
-
}
|
|
47
|
-
export interface DisabledProps {
|
|
48
|
-
type: BooleanConstructor;
|
|
49
|
-
default: boolean;
|
|
50
|
-
}
|
|
51
|
-
export interface IconProps {
|
|
52
|
-
type: StringConstructor;
|
|
53
|
-
default: string;
|
|
54
|
-
}
|
|
55
|
-
export interface IconFillProps {
|
|
56
|
-
type: BooleanConstructor;
|
|
57
|
-
default: boolean;
|
|
58
|
-
}
|
|
59
|
-
export interface IconPositionProps {
|
|
60
|
-
type: StringConstructor;
|
|
61
|
-
default: IconPosition;
|
|
62
|
-
options: IconPosition[];
|
|
63
|
-
}
|
|
64
|
-
export interface IdProps {
|
|
65
|
-
type: StringConstructor;
|
|
66
|
-
default: string;
|
|
67
|
-
}
|
|
68
|
-
export interface TestIdProps {
|
|
69
|
-
type: StringConstructor;
|
|
70
|
-
default: string;
|
|
71
|
-
}
|
|
72
|
-
export interface FullSizeProps {
|
|
73
|
-
type: BooleanConstructor;
|
|
74
|
-
default: boolean;
|
|
75
|
-
}
|
|
76
|
-
export interface ButtonConfig {
|
|
77
|
-
name: string;
|
|
78
|
-
class: string;
|
|
79
|
-
props: {
|
|
80
|
-
color: ColorProps;
|
|
81
|
-
variant: VariantProps;
|
|
82
|
-
size: SizeProps;
|
|
83
|
-
elevation: ElevationProps;
|
|
84
|
-
disabled: DisabledProps;
|
|
85
|
-
icon: IconProps;
|
|
86
|
-
iconFill: IconFillProps;
|
|
87
|
-
iconPosition: IconPositionProps;
|
|
88
|
-
id: IdProps;
|
|
89
|
-
testId: TestIdProps;
|
|
90
|
-
fullSize: FullSizeProps;
|
|
91
|
-
};
|
|
92
|
-
}
|
|
93
|
-
declare const ButtonConfig: ButtonConfig;
|
|
94
|
-
export default ButtonConfig;
|
|
@@ -1,76 +0,0 @@
|
|
|
1
|
-
export declare const Color: {
|
|
2
|
-
readonly None: "";
|
|
3
|
-
readonly PrimaryDarker: "primary-darker";
|
|
4
|
-
readonly PrimaryDark: "primary-dark";
|
|
5
|
-
readonly Primary: "primary";
|
|
6
|
-
readonly PrimaryLight: "primary-light";
|
|
7
|
-
readonly PrimaryLighter: "primary-lighter";
|
|
8
|
-
readonly PrimaryLightest: "primary-lightest";
|
|
9
|
-
readonly SecondaryDarker: "secondary-darker";
|
|
10
|
-
readonly SecondaryDark: "secondary-dark";
|
|
11
|
-
readonly Secondary: "secondary";
|
|
12
|
-
readonly SecondaryLight: "secondary-light";
|
|
13
|
-
readonly SecondaryLighter: "secondary-lighter";
|
|
14
|
-
readonly SecondaryLightest: "secondary-lightest";
|
|
15
|
-
readonly Neutral90: "neutral-90";
|
|
16
|
-
readonly Neutral80: "neutral-80";
|
|
17
|
-
readonly Neutral60: "neutral-60";
|
|
18
|
-
readonly Neutral40: "neutral-40";
|
|
19
|
-
readonly Neutral20: "neutral-20";
|
|
20
|
-
readonly Neutral10: "neutral-10";
|
|
21
|
-
readonly Neutral05: "neutral-05";
|
|
22
|
-
readonly Neutral00: "neutral-00";
|
|
23
|
-
readonly SuccessDark: "success-dark";
|
|
24
|
-
readonly Success: "success";
|
|
25
|
-
readonly SuccessLight: "success-light";
|
|
26
|
-
readonly SuccessLighter: "success-lighter";
|
|
27
|
-
readonly WarningDark: "warning-dark";
|
|
28
|
-
readonly Warning: "warning";
|
|
29
|
-
readonly WarningLight: "warning-light";
|
|
30
|
-
readonly WarningLighter: "warning-lighter";
|
|
31
|
-
readonly DangerDark: "danger-dark";
|
|
32
|
-
readonly Danger: "danger";
|
|
33
|
-
readonly DangerLight: "danger-light";
|
|
34
|
-
readonly DangerLighter: "danger-lighter";
|
|
35
|
-
readonly InfoDark: "info-dark";
|
|
36
|
-
readonly Info: "info";
|
|
37
|
-
readonly InfoLight: "info-light";
|
|
38
|
-
readonly InfoLighter: "info-lighter";
|
|
39
|
-
};
|
|
40
|
-
export type Color = (typeof Color)[keyof typeof Color];
|
|
41
|
-
export interface BackgroundColorProps {
|
|
42
|
-
type: StringConstructor;
|
|
43
|
-
default: Color;
|
|
44
|
-
options: Color[];
|
|
45
|
-
}
|
|
46
|
-
export interface BorderColorProps {
|
|
47
|
-
type: StringConstructor;
|
|
48
|
-
default: Color;
|
|
49
|
-
options: Color[];
|
|
50
|
-
}
|
|
51
|
-
export interface ElevationProps {
|
|
52
|
-
type: NumberConstructor;
|
|
53
|
-
default: number;
|
|
54
|
-
options: number[];
|
|
55
|
-
}
|
|
56
|
-
export interface IdProps {
|
|
57
|
-
type: StringConstructor;
|
|
58
|
-
default: string;
|
|
59
|
-
}
|
|
60
|
-
export interface TestIdProps {
|
|
61
|
-
type: StringConstructor;
|
|
62
|
-
default: string;
|
|
63
|
-
}
|
|
64
|
-
export interface CardConfig {
|
|
65
|
-
name: string;
|
|
66
|
-
class: string;
|
|
67
|
-
props: {
|
|
68
|
-
backgroundColor: BackgroundColorProps;
|
|
69
|
-
borderColor: BorderColorProps;
|
|
70
|
-
elevation: ElevationProps;
|
|
71
|
-
id: IdProps;
|
|
72
|
-
testId: TestIdProps;
|
|
73
|
-
};
|
|
74
|
-
}
|
|
75
|
-
declare const CardConfig: CardConfig;
|
|
76
|
-
export default CardConfig;
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export declare const HeadingType: {
|
|
2
|
-
readonly Heading1: "heading-1";
|
|
3
|
-
readonly Heading2: "heading-2";
|
|
4
|
-
readonly Heading3: "heading-3";
|
|
5
|
-
readonly Heading4: "heading-4";
|
|
6
|
-
readonly Heading5: "heading-5";
|
|
7
|
-
readonly Heading6: "heading-6";
|
|
8
|
-
};
|
|
9
|
-
export type HeadingType = (typeof HeadingType)[keyof typeof HeadingType];
|
|
10
|
-
export interface TypeProps {
|
|
11
|
-
type: StringConstructor;
|
|
12
|
-
default: HeadingType;
|
|
13
|
-
options: HeadingType[];
|
|
14
|
-
}
|
|
15
|
-
export interface HeadingConfig {
|
|
16
|
-
name: string;
|
|
17
|
-
class: string;
|
|
18
|
-
props: {
|
|
19
|
-
type: TypeProps;
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
declare const HeadingConfig: HeadingConfig;
|
|
23
|
-
export default HeadingConfig;
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
export declare const BorderStyle: {
|
|
2
|
-
readonly None: "";
|
|
3
|
-
readonly Dashed: "dashed";
|
|
4
|
-
readonly Dotted: "dotted";
|
|
5
|
-
};
|
|
6
|
-
export type BorderStyle = (typeof BorderStyle)[keyof typeof BorderStyle];
|
|
7
|
-
export declare const Size: {
|
|
8
|
-
readonly None: "";
|
|
9
|
-
readonly Small: "small";
|
|
10
|
-
readonly Large: "large";
|
|
11
|
-
};
|
|
12
|
-
export type Size = (typeof Size)[keyof typeof Size];
|
|
13
|
-
export interface BorderStyleProps {
|
|
14
|
-
type: StringConstructor;
|
|
15
|
-
default: BorderStyle;
|
|
16
|
-
options: BorderStyle[];
|
|
17
|
-
}
|
|
18
|
-
export interface SizeProps {
|
|
19
|
-
type: StringConstructor;
|
|
20
|
-
default: Size;
|
|
21
|
-
options: Size[];
|
|
22
|
-
}
|
|
23
|
-
export interface iHRConfig {
|
|
24
|
-
name: string;
|
|
25
|
-
class: string;
|
|
26
|
-
props: {
|
|
27
|
-
borderStyle: BorderStyleProps;
|
|
28
|
-
size: SizeProps;
|
|
29
|
-
};
|
|
30
|
-
}
|
|
31
|
-
declare const HRConfig: iHRConfig;
|
|
32
|
-
export default HRConfig;
|
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
export declare const Color: {
|
|
2
|
-
readonly Primary: "primary";
|
|
3
|
-
readonly PrimaryLightest: "primary-lightest";
|
|
4
|
-
readonly PrimaryLighter: "primary-lighter";
|
|
5
|
-
readonly PrimaryLight: "primary-light";
|
|
6
|
-
readonly PrimaryDark: "primary-dark";
|
|
7
|
-
readonly PrimaryDarker: "primary-darker";
|
|
8
|
-
readonly Neutral90: "neutral-90";
|
|
9
|
-
readonly Neutral80: "neutral-80";
|
|
10
|
-
readonly Neutral60: "neutral-60";
|
|
11
|
-
readonly Neutral40: "neutral-40";
|
|
12
|
-
readonly Neutral20: "neutral-20";
|
|
13
|
-
readonly Neutral10: "neutral-10";
|
|
14
|
-
readonly Neutral05: "neutral-05";
|
|
15
|
-
readonly Neutral00: "neutral-00";
|
|
16
|
-
readonly Secondary: "secondary";
|
|
17
|
-
readonly SecondaryLightest: "secondary-lightest";
|
|
18
|
-
readonly SecondaryLighter: "secondary-lighter";
|
|
19
|
-
readonly SecondaryLight: "secondary-light";
|
|
20
|
-
readonly SecondaryDark: "secondary-dark";
|
|
21
|
-
readonly SecondaryDarker: "secondary-darker";
|
|
22
|
-
readonly Success: "success";
|
|
23
|
-
readonly SuccessLighter: "success-lighter";
|
|
24
|
-
readonly SuccessLight: "success-light";
|
|
25
|
-
readonly SuccessDark: "success-dark";
|
|
26
|
-
readonly Warning: "warning";
|
|
27
|
-
readonly WarningLighter: "warning-lighter";
|
|
28
|
-
readonly WarningLight: "warning-light";
|
|
29
|
-
readonly WarningDark: "warning-dark";
|
|
30
|
-
readonly Danger: "danger";
|
|
31
|
-
readonly DangerLighter: "danger-lighter";
|
|
32
|
-
readonly DangerLight: "danger-light";
|
|
33
|
-
readonly DangerDark: "danger-dark";
|
|
34
|
-
readonly Info: "info";
|
|
35
|
-
readonly InfoLighter: "info-lighter";
|
|
36
|
-
readonly InfoLight: "info-light";
|
|
37
|
-
readonly InfoDark: "info-dark";
|
|
38
|
-
};
|
|
39
|
-
export type Color = (typeof Color)[keyof typeof Color];
|
|
40
|
-
export declare const Variation: {
|
|
41
|
-
readonly Outlined: "outlined";
|
|
42
|
-
readonly Rounded: "rounded";
|
|
43
|
-
readonly Sharp: "sharp";
|
|
44
|
-
};
|
|
45
|
-
export type Variation = (typeof Variation)[keyof typeof Variation];
|
|
46
|
-
export declare const Size: {
|
|
47
|
-
readonly XXS: "xxs";
|
|
48
|
-
readonly XS: "xs";
|
|
49
|
-
readonly SM: "sm";
|
|
50
|
-
readonly MD: "md";
|
|
51
|
-
readonly LG: "lg";
|
|
52
|
-
readonly XL: "xl";
|
|
53
|
-
readonly XXL: "xxl";
|
|
54
|
-
readonly XXXL: "xxxl";
|
|
55
|
-
readonly Huge: "huge";
|
|
56
|
-
};
|
|
57
|
-
export type Size = (typeof Size)[keyof typeof Size];
|
|
58
|
-
export declare const Weight: {
|
|
59
|
-
readonly Bold: "bold";
|
|
60
|
-
readonly Semibold: "semibold";
|
|
61
|
-
readonly Medium: "medium";
|
|
62
|
-
readonly Regular: "regular";
|
|
63
|
-
readonly Light: "light";
|
|
64
|
-
readonly Extralight: "extralight";
|
|
65
|
-
};
|
|
66
|
-
export type Weight = (typeof Weight)[keyof typeof Weight];
|
|
67
|
-
export interface FontVariationSettings {
|
|
68
|
-
fill: number;
|
|
69
|
-
grad: number;
|
|
70
|
-
weight: number;
|
|
71
|
-
opticalSize: number;
|
|
72
|
-
}
|
|
73
|
-
export interface ColorProps {
|
|
74
|
-
type: StringConstructor;
|
|
75
|
-
default: Color;
|
|
76
|
-
options: Color[];
|
|
77
|
-
}
|
|
78
|
-
export interface ImageProps {
|
|
79
|
-
type: StringConstructor;
|
|
80
|
-
default: string;
|
|
81
|
-
}
|
|
82
|
-
export interface VariationProps {
|
|
83
|
-
type: StringConstructor;
|
|
84
|
-
default: Variation;
|
|
85
|
-
options: Variation[];
|
|
86
|
-
}
|
|
87
|
-
export interface SizeProps {
|
|
88
|
-
type: StringConstructor;
|
|
89
|
-
default: Size;
|
|
90
|
-
options: Size[];
|
|
91
|
-
}
|
|
92
|
-
export interface FontVariationSettingsProps {
|
|
93
|
-
type: ObjectConstructor;
|
|
94
|
-
default: FontVariationSettings;
|
|
95
|
-
}
|
|
96
|
-
export interface FillProps {
|
|
97
|
-
type: BooleanConstructor;
|
|
98
|
-
default: boolean;
|
|
99
|
-
}
|
|
100
|
-
export interface WeightProps {
|
|
101
|
-
type: StringConstructor;
|
|
102
|
-
default: Weight;
|
|
103
|
-
options: Weight[];
|
|
104
|
-
}
|
|
105
|
-
export interface TestIdProps {
|
|
106
|
-
type: StringConstructor;
|
|
107
|
-
default: string;
|
|
108
|
-
}
|
|
109
|
-
export interface OnClickProps {
|
|
110
|
-
type: FunctionConstructor;
|
|
111
|
-
default: () => void;
|
|
112
|
-
}
|
|
113
|
-
export interface IconConfig {
|
|
114
|
-
name: string;
|
|
115
|
-
class: string;
|
|
116
|
-
props: {
|
|
117
|
-
color: ColorProps;
|
|
118
|
-
image: ImageProps;
|
|
119
|
-
variation: VariationProps;
|
|
120
|
-
size: SizeProps;
|
|
121
|
-
fontVariationSettings: FontVariationSettingsProps;
|
|
122
|
-
fill: FillProps;
|
|
123
|
-
weight: WeightProps;
|
|
124
|
-
testId: TestIdProps;
|
|
125
|
-
onClick: OnClickProps;
|
|
126
|
-
};
|
|
127
|
-
}
|
|
128
|
-
declare const IconConfig: IconConfig;
|
|
129
|
-
export default IconConfig;
|
|
@@ -1,151 +0,0 @@
|
|
|
1
|
-
export declare const InputType: {
|
|
2
|
-
readonly Text: "text";
|
|
3
|
-
readonly Password: "password";
|
|
4
|
-
readonly Email: "email";
|
|
5
|
-
readonly Date: "date";
|
|
6
|
-
readonly Number: "number";
|
|
7
|
-
};
|
|
8
|
-
export type InputType = (typeof InputType)[keyof typeof InputType];
|
|
9
|
-
export declare const Size: {
|
|
10
|
-
readonly Small: "small";
|
|
11
|
-
readonly Medium: "medium";
|
|
12
|
-
readonly Large: "large";
|
|
13
|
-
};
|
|
14
|
-
export type Size = (typeof Size)[keyof typeof Size];
|
|
15
|
-
export declare const Status: {
|
|
16
|
-
readonly Default: "";
|
|
17
|
-
readonly Error: "error";
|
|
18
|
-
readonly Success: "success";
|
|
19
|
-
};
|
|
20
|
-
export type Status = (typeof Status)[keyof typeof Status];
|
|
21
|
-
export declare const TooltipPlacement: {
|
|
22
|
-
readonly Center: "center";
|
|
23
|
-
readonly End: "end";
|
|
24
|
-
readonly Initial: "initial";
|
|
25
|
-
};
|
|
26
|
-
export type TooltipPlacement = (typeof TooltipPlacement)[keyof typeof TooltipPlacement];
|
|
27
|
-
export declare const TooltipPosition: {
|
|
28
|
-
readonly Top: "top";
|
|
29
|
-
readonly Right: "right";
|
|
30
|
-
readonly Bottom: "bottom";
|
|
31
|
-
readonly Left: "left";
|
|
32
|
-
};
|
|
33
|
-
export type TooltipPosition = (typeof TooltipPosition)[keyof typeof TooltipPosition];
|
|
34
|
-
export interface NameProps {
|
|
35
|
-
type: StringConstructor;
|
|
36
|
-
required: boolean;
|
|
37
|
-
}
|
|
38
|
-
export interface TestIdProps {
|
|
39
|
-
type: StringConstructor;
|
|
40
|
-
default: string;
|
|
41
|
-
}
|
|
42
|
-
export interface TypeProps {
|
|
43
|
-
type: StringConstructor;
|
|
44
|
-
default: InputType;
|
|
45
|
-
options: InputType[];
|
|
46
|
-
}
|
|
47
|
-
export interface AnimatedProps {
|
|
48
|
-
type: BooleanConstructor;
|
|
49
|
-
default: boolean;
|
|
50
|
-
}
|
|
51
|
-
export interface DisabledProps {
|
|
52
|
-
type: BooleanConstructor;
|
|
53
|
-
default: boolean;
|
|
54
|
-
}
|
|
55
|
-
export interface SizeProps {
|
|
56
|
-
type: StringConstructor;
|
|
57
|
-
default: Size;
|
|
58
|
-
options: Size[];
|
|
59
|
-
}
|
|
60
|
-
export interface LabelProps {
|
|
61
|
-
type: StringConstructor;
|
|
62
|
-
default: string;
|
|
63
|
-
}
|
|
64
|
-
export interface PlaceholderProps {
|
|
65
|
-
type: StringConstructor;
|
|
66
|
-
default: string;
|
|
67
|
-
}
|
|
68
|
-
export interface ValueProps {
|
|
69
|
-
type: StringConstructor;
|
|
70
|
-
default: string;
|
|
71
|
-
}
|
|
72
|
-
export interface MinProps {
|
|
73
|
-
type: StringConstructor;
|
|
74
|
-
default: string;
|
|
75
|
-
}
|
|
76
|
-
export interface MaxProps {
|
|
77
|
-
type: StringConstructor;
|
|
78
|
-
default: string;
|
|
79
|
-
}
|
|
80
|
-
export interface StatusProps {
|
|
81
|
-
type: StringConstructor;
|
|
82
|
-
default: Status;
|
|
83
|
-
options: Status[];
|
|
84
|
-
}
|
|
85
|
-
export interface FeedbackProps {
|
|
86
|
-
type: StringConstructor;
|
|
87
|
-
default: string;
|
|
88
|
-
}
|
|
89
|
-
export interface HasFeedbackProps {
|
|
90
|
-
type: BooleanConstructor;
|
|
91
|
-
default: boolean;
|
|
92
|
-
}
|
|
93
|
-
export interface NoMarginProps {
|
|
94
|
-
type: BooleanConstructor;
|
|
95
|
-
default: boolean;
|
|
96
|
-
}
|
|
97
|
-
export interface IconProps {
|
|
98
|
-
type: StringConstructor;
|
|
99
|
-
default: string;
|
|
100
|
-
}
|
|
101
|
-
export interface TooltipProps {
|
|
102
|
-
type: StringConstructor;
|
|
103
|
-
default: string;
|
|
104
|
-
}
|
|
105
|
-
export interface TooltipPlacementProps {
|
|
106
|
-
type: StringConstructor;
|
|
107
|
-
default: TooltipPlacement;
|
|
108
|
-
options: TooltipPlacement[];
|
|
109
|
-
}
|
|
110
|
-
export interface TooltipPositionProps {
|
|
111
|
-
type: StringConstructor;
|
|
112
|
-
default: TooltipPosition;
|
|
113
|
-
options: TooltipPosition[];
|
|
114
|
-
}
|
|
115
|
-
export interface MaskProps {
|
|
116
|
-
type: StringConstructor;
|
|
117
|
-
default: string;
|
|
118
|
-
}
|
|
119
|
-
export interface OnChangeHandlerProps {
|
|
120
|
-
type: FunctionConstructor;
|
|
121
|
-
default: (event: React.ChangeEvent<HTMLInputElement>) => void;
|
|
122
|
-
}
|
|
123
|
-
export interface InputConfig {
|
|
124
|
-
name: string;
|
|
125
|
-
class: string;
|
|
126
|
-
props: {
|
|
127
|
-
name: NameProps;
|
|
128
|
-
testId: TestIdProps;
|
|
129
|
-
type: TypeProps;
|
|
130
|
-
animated: AnimatedProps;
|
|
131
|
-
disabled: DisabledProps;
|
|
132
|
-
size: SizeProps;
|
|
133
|
-
label: LabelProps;
|
|
134
|
-
placeholder: PlaceholderProps;
|
|
135
|
-
value: ValueProps;
|
|
136
|
-
min: MinProps;
|
|
137
|
-
max: MaxProps;
|
|
138
|
-
status: StatusProps;
|
|
139
|
-
feedback: FeedbackProps;
|
|
140
|
-
hasFeedback: HasFeedbackProps;
|
|
141
|
-
noMargin: NoMarginProps;
|
|
142
|
-
icon: IconProps;
|
|
143
|
-
tooltip: TooltipProps;
|
|
144
|
-
tooltipPlacement: TooltipPlacementProps;
|
|
145
|
-
tooltipPosition: TooltipPositionProps;
|
|
146
|
-
mask: MaskProps;
|
|
147
|
-
onChangeHandler: OnChangeHandlerProps;
|
|
148
|
-
};
|
|
149
|
-
}
|
|
150
|
-
declare const InputConfig: InputConfig;
|
|
151
|
-
export default InputConfig;
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
export declare const Size: {
|
|
2
|
-
readonly Small: "small";
|
|
3
|
-
readonly Medium: "medium";
|
|
4
|
-
readonly Large: "large";
|
|
5
|
-
};
|
|
6
|
-
export type Size = (typeof Size)[keyof typeof Size];
|
|
7
|
-
export declare const BackgroundColor: {
|
|
8
|
-
readonly None: "";
|
|
9
|
-
readonly Neutral20: "neutral-20";
|
|
10
|
-
readonly Neutral10: "neutral-10";
|
|
11
|
-
readonly Neutral05: "neutral-05";
|
|
12
|
-
readonly Neutral00: "neutral-00";
|
|
13
|
-
};
|
|
14
|
-
export type BackgroundColor = (typeof BackgroundColor)[keyof typeof BackgroundColor];
|
|
15
|
-
export interface SizeProps {
|
|
16
|
-
type: StringConstructor;
|
|
17
|
-
default: Size;
|
|
18
|
-
options: Size[];
|
|
19
|
-
}
|
|
20
|
-
export interface OpacityProps {
|
|
21
|
-
type: BooleanConstructor;
|
|
22
|
-
default: boolean;
|
|
23
|
-
}
|
|
24
|
-
export interface FullscreenProps {
|
|
25
|
-
type: BooleanConstructor;
|
|
26
|
-
default: boolean;
|
|
27
|
-
}
|
|
28
|
-
export interface BackgroundColorProps {
|
|
29
|
-
type: StringConstructor;
|
|
30
|
-
default: BackgroundColor;
|
|
31
|
-
options: BackgroundColor[];
|
|
32
|
-
}
|
|
33
|
-
export interface IdProps {
|
|
34
|
-
type: StringConstructor;
|
|
35
|
-
default: string;
|
|
36
|
-
}
|
|
37
|
-
export interface TestIdProps {
|
|
38
|
-
type: StringConstructor;
|
|
39
|
-
default: string;
|
|
40
|
-
}
|
|
41
|
-
export interface LoadingConfig {
|
|
42
|
-
name: string;
|
|
43
|
-
class: string;
|
|
44
|
-
props: {
|
|
45
|
-
id: IdProps;
|
|
46
|
-
testId: TestIdProps;
|
|
47
|
-
size: SizeProps;
|
|
48
|
-
opacity: OpacityProps;
|
|
49
|
-
fullscreen: FullscreenProps;
|
|
50
|
-
backgroundColor: BackgroundColorProps;
|
|
51
|
-
};
|
|
52
|
-
}
|
|
53
|
-
declare const LoadingConfig: LoadingConfig;
|
|
54
|
-
export default LoadingConfig;
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
export interface IdProps {
|
|
2
|
-
type: StringConstructor;
|
|
3
|
-
default: string;
|
|
4
|
-
}
|
|
5
|
-
export interface NameProps {
|
|
6
|
-
type: StringConstructor;
|
|
7
|
-
default: string;
|
|
8
|
-
}
|
|
9
|
-
export interface TestIdProps {
|
|
10
|
-
type: StringConstructor;
|
|
11
|
-
default: string;
|
|
12
|
-
}
|
|
13
|
-
export interface LabelProps {
|
|
14
|
-
type: StringConstructor;
|
|
15
|
-
default: string;
|
|
16
|
-
}
|
|
17
|
-
export interface ValueProps {
|
|
18
|
-
type: StringConstructor;
|
|
19
|
-
default: string;
|
|
20
|
-
}
|
|
21
|
-
export interface DisabledProps {
|
|
22
|
-
type: BooleanConstructor;
|
|
23
|
-
default: boolean;
|
|
24
|
-
}
|
|
25
|
-
export interface DetailProps {
|
|
26
|
-
type: StringConstructor;
|
|
27
|
-
default: string;
|
|
28
|
-
}
|
|
29
|
-
export interface CheckedProps {
|
|
30
|
-
type: BooleanConstructor;
|
|
31
|
-
default: boolean;
|
|
32
|
-
}
|
|
33
|
-
export interface OnChangeHandlerProps {
|
|
34
|
-
type: FunctionConstructor;
|
|
35
|
-
default: () => void;
|
|
36
|
-
}
|
|
37
|
-
export interface OptionConfig {
|
|
38
|
-
name: string;
|
|
39
|
-
class: string;
|
|
40
|
-
props: {
|
|
41
|
-
id: IdProps;
|
|
42
|
-
name: NameProps;
|
|
43
|
-
testId: TestIdProps;
|
|
44
|
-
label: LabelProps;
|
|
45
|
-
value: ValueProps;
|
|
46
|
-
disabled: DisabledProps;
|
|
47
|
-
detail: DetailProps;
|
|
48
|
-
checked: CheckedProps;
|
|
49
|
-
onChangeHandler: OnChangeHandlerProps;
|
|
50
|
-
};
|
|
51
|
-
}
|
|
52
|
-
declare const OptionConfig: OptionConfig;
|
|
53
|
-
export default OptionConfig;
|