@decisiv/ui-components 2.0.1-alpha.97 → 2.0.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/lib/atoms/BooleanInput/elements.d.ts.map +1 -1
- package/lib/atoms/BooleanInput/elements.js +8 -3
- package/lib/atoms/BooleanInput/index.d.ts.map +1 -1
- package/lib/atoms/BooleanInput/index.js +8 -4
- package/lib/atoms/BooleanInput/types.d.ts +2 -0
- package/lib/atoms/BooleanInput/types.d.ts.map +1 -1
- package/lib/atoms/Calendar/index.d.ts.map +1 -1
- package/lib/atoms/Calendar/index.js +38 -5
- package/lib/atoms/Calendar/index.test.js +5 -5
- package/lib/atoms/Calendar/types.d.ts +1 -1
- package/lib/atoms/Calendar/types.d.ts.map +1 -1
- package/lib/atoms/InputField/Containers.d.ts +2 -1
- package/lib/atoms/InputField/Containers.d.ts.map +1 -1
- package/lib/atoms/InputField/Containers.js +3 -1
- package/lib/atoms/InputField/HelpMessage.d.ts +1 -1
- package/lib/atoms/InputField/HelpMessage.d.ts.map +1 -1
- package/lib/atoms/InputField/HelpMessage.js +23 -7
- package/lib/atoms/InputField/index.d.ts +6 -1
- package/lib/atoms/InputField/index.d.ts.map +1 -1
- package/lib/atoms/InputField/index.js +21 -4
- package/lib/atoms/InputField/index.test.js +53 -0
- package/lib/atoms/InputField/schema.js +2 -2
- package/lib/atoms/InputField/styles.d.ts +7 -0
- package/lib/atoms/InputField/styles.d.ts.map +1 -0
- package/lib/atoms/InputField/styles.js +31 -0
- package/lib/atoms/OptionsList/Category/index.d.ts +4 -0
- package/lib/atoms/OptionsList/Category/index.d.ts.map +1 -0
- package/lib/atoms/OptionsList/Category/index.js +85 -0
- package/lib/atoms/OptionsList/Category/styles.d.ts +5 -0
- package/lib/atoms/OptionsList/Category/styles.d.ts.map +1 -0
- package/lib/atoms/OptionsList/Category/styles.js +35 -0
- package/lib/atoms/OptionsList/{Option.d.ts → Option/index.d.ts} +2 -2
- package/lib/atoms/OptionsList/Option/index.d.ts.map +1 -0
- package/lib/atoms/OptionsList/Option/index.js +182 -0
- package/lib/atoms/OptionsList/Option/styles.d.ts +17 -0
- package/lib/atoms/OptionsList/Option/styles.d.ts.map +1 -0
- package/lib/atoms/OptionsList/Option/styles.js +86 -0
- package/lib/atoms/OptionsList/context.d.ts +1 -0
- package/lib/atoms/OptionsList/context.d.ts.map +1 -1
- package/lib/atoms/OptionsList/index.d.ts +1 -44
- package/lib/atoms/OptionsList/index.d.ts.map +1 -1
- package/lib/atoms/OptionsList/index.js +259 -40
- package/lib/atoms/OptionsList/index.test.js +329 -186
- package/lib/atoms/OptionsList/schema.d.ts.map +1 -1
- package/lib/atoms/OptionsList/schema.js +7 -1
- package/lib/atoms/OptionsList/styles.d.ts +45 -0
- package/lib/atoms/OptionsList/styles.d.ts.map +1 -0
- package/lib/atoms/OptionsList/styles.js +29 -0
- package/lib/atoms/OptionsList/types.d.ts +50 -1
- package/lib/atoms/OptionsList/types.d.ts.map +1 -1
- package/lib/atoms/OptionsList/utils.d.ts +2 -1
- package/lib/atoms/OptionsList/utils.d.ts.map +1 -1
- package/lib/atoms/OptionsList/utils.js +49 -2
- package/lib/components/Alert/Container.d.ts +201 -0
- package/lib/components/Alert/Container.d.ts.map +1 -0
- package/lib/components/Alert/Container.js +26 -0
- package/lib/components/Alert/StyledButton.d.ts +5 -0
- package/lib/components/Alert/StyledButton.d.ts.map +1 -0
- package/lib/components/Alert/StyledButton.js +23 -0
- package/lib/components/Alert/index.d.ts +27 -0
- package/lib/components/Alert/index.d.ts.map +1 -0
- package/lib/components/Alert/index.js +112 -0
- package/lib/components/Alert/index.test.js +79 -0
- package/lib/components/Alert/intents.d.ts +13 -0
- package/lib/components/Alert/intents.d.ts.map +1 -0
- package/lib/components/Alert/intents.js +72 -0
- package/lib/components/{Tabs/schema.tab.d.ts → Alert/schema.d.ts} +1 -1
- package/lib/components/Alert/schema.d.ts.map +1 -0
- package/lib/components/Alert/schema.js +25 -0
- package/lib/components/Alert/types.d.ts +36 -0
- package/lib/components/Alert/types.d.ts.map +1 -0
- package/lib/components/Alert/types.js +32 -0
- package/lib/components/Avatar/AvatarContainer.d.ts +1 -13
- package/lib/components/Avatar/AvatarContainer.d.ts.map +1 -1
- package/lib/components/Avatar/AvatarContainer.js +12 -13
- package/lib/components/Avatar/AvatarContent.d.ts +2 -2
- package/lib/components/Avatar/AvatarContent.d.ts.map +1 -1
- package/lib/components/Avatar/AvatarContent.js +24 -20
- package/lib/components/Avatar/index.d.ts.map +1 -1
- package/lib/components/Avatar/index.js +42 -5
- package/lib/components/Avatar/index.test.js +4 -0
- package/lib/components/Avatar/schema.d.ts.map +1 -1
- package/lib/components/Avatar/schema.js +3 -1
- package/lib/components/Avatar/types.d.ts +15 -2
- package/lib/components/Avatar/types.d.ts.map +1 -1
- package/lib/components/Badge/index.d.ts.map +1 -1
- package/lib/components/Badge/index.js +2 -58
- package/lib/components/Badge/index.test.js +15 -4
- package/lib/components/Badge/schema.d.ts.map +1 -1
- package/lib/components/Badge/schema.js +1 -0
- package/lib/components/Badge/styles.d.ts +3 -0
- package/lib/components/Badge/styles.d.ts.map +1 -0
- package/lib/components/Badge/styles.js +97 -0
- package/lib/components/Badge/types.d.ts +3 -1
- package/lib/components/Badge/types.d.ts.map +1 -1
- package/lib/components/Badge/types.js +2 -1
- package/lib/components/Button/StyledButton.d.ts +3 -6
- package/lib/components/Button/StyledButton.d.ts.map +1 -1
- package/lib/components/Button/StyledButton.js +39 -11
- package/lib/components/Button/index.d.ts.map +1 -1
- package/lib/components/Button/index.js +51 -12
- package/lib/components/Button/index.test.js +43 -8
- package/lib/components/Button/schema.d.ts.map +1 -1
- package/lib/components/Button/schema.js +4 -1
- package/lib/components/Button/types.d.ts +4 -1
- package/lib/components/Button/types.d.ts.map +1 -1
- package/lib/components/Combobox/Target.d.ts.map +1 -1
- package/lib/components/Combobox/Target.js +10 -0
- package/lib/components/Combobox/index.d.ts.map +1 -1
- package/lib/components/Combobox/index.js +111 -59
- package/lib/components/Combobox/index.test.js +110 -25
- package/lib/components/Combobox/schema.d.ts.map +1 -1
- package/lib/components/Combobox/schema.js +7 -1
- package/lib/components/Combobox/types.d.ts +7 -2
- package/lib/components/Combobox/types.d.ts.map +1 -1
- package/lib/components/Drawer/index.d.ts +22 -0
- package/lib/components/Drawer/index.d.ts.map +1 -0
- package/lib/components/Drawer/index.js +122 -0
- package/lib/components/Drawer/index.test.js +164 -0
- package/lib/components/Drawer/schema.d.ts +3 -0
- package/lib/components/Drawer/schema.d.ts.map +1 -0
- package/lib/components/Drawer/schema.js +32 -0
- package/lib/components/Drawer/styles.d.ts +11 -0
- package/lib/components/Drawer/styles.d.ts.map +1 -0
- package/lib/components/Drawer/styles.js +79 -0
- package/lib/components/DropdownList/index.d.ts.map +1 -1
- package/lib/components/DropdownList/index.js +10 -3
- package/lib/components/DropdownList/index.test.js +38 -25
- package/lib/components/DropdownList/schema.js +1 -1
- package/lib/components/Filter/ActionFilter/index.d.ts +5 -0
- package/lib/components/Filter/ActionFilter/index.d.ts.map +1 -0
- package/lib/components/Filter/ActionFilter/index.js +43 -0
- package/lib/components/Filter/IconWrapper/index.d.ts +2 -2
- package/lib/components/Filter/IconWrapper/index.d.ts.map +1 -1
- package/lib/components/Filter/SimplePrimary/index.d.ts +2 -28
- package/lib/components/Filter/SimplePrimary/index.d.ts.map +1 -1
- package/lib/components/Filter/SimplePrimary/index.js +9 -21
- package/lib/components/Filter/StyledFilter.d.ts +2 -2
- package/lib/components/Filter/StyledFilter.d.ts.map +1 -1
- package/lib/components/Filter/StyledFilter.js +28 -1
- package/lib/components/Filter/StyledLabel/index.d.ts +3 -3
- package/lib/components/Filter/StyledLabel/index.d.ts.map +1 -1
- package/lib/components/Filter/StyledLabel/index.js +14 -6
- package/lib/components/Filter/index.d.ts +4 -25
- package/lib/components/Filter/index.d.ts.map +1 -1
- package/lib/components/Filter/index.js +41 -29
- package/lib/components/Filter/index.test.js +33 -4
- package/lib/components/Filter/kind.d.ts +4 -3
- package/lib/components/Filter/kind.d.ts.map +1 -1
- package/lib/components/Filter/kind.js +20 -22
- package/lib/components/Filter/schema.d.ts.map +1 -1
- package/lib/components/Filter/schema.js +8 -3
- package/lib/components/Filter/types.d.ts +21 -7
- package/lib/components/Filter/types.d.ts.map +1 -1
- package/lib/components/JumpTo/JumpToMenu.d.ts.map +1 -1
- package/lib/components/JumpTo/JumpToMenu.js +50 -9
- package/lib/components/JumpTo/index.test.js +84 -0
- package/lib/components/JumpTo/schema.d.ts.map +1 -1
- package/lib/components/JumpTo/schema.js +2 -1
- package/lib/components/JumpTo/types.d.ts +1 -0
- package/lib/components/JumpTo/types.d.ts.map +1 -1
- package/lib/components/JumpTo/utils.d.ts.map +1 -1
- package/lib/components/JumpTo/utils.js +3 -7
- package/lib/components/LeftNav/Item/NavExpandedItem/index.js +7 -2
- package/lib/components/LeftNav/index.test.js +35 -19
- package/lib/components/LeftNav/schema.d.ts.map +1 -1
- package/lib/components/LeftNav/schema.js +3 -1
- package/lib/components/LeftNav/types.d.ts +1 -0
- package/lib/components/LeftNav/types.d.ts.map +1 -1
- package/lib/components/Link/DisabledLink.d.ts +7 -0
- package/lib/components/Link/DisabledLink.d.ts.map +1 -0
- package/lib/components/Link/DisabledLink.js +46 -0
- package/lib/components/Link/Link.d.ts +4 -0
- package/lib/components/Link/Link.d.ts.map +1 -0
- package/lib/components/Link/Link.js +67 -0
- package/lib/components/Link/index.d.ts +4 -23
- package/lib/components/Link/index.d.ts.map +1 -1
- package/lib/components/Link/index.js +19 -157
- package/lib/components/Link/index.test.js +62 -49
- package/lib/components/Link/schema.d.ts.map +1 -1
- package/lib/components/Link/schema.js +1 -0
- package/lib/components/Link/styles.d.ts +20 -0
- package/lib/components/Link/styles.d.ts.map +1 -0
- package/lib/components/Link/styles.js +131 -0
- package/lib/components/Link/types.d.ts +28 -0
- package/lib/components/Link/types.d.ts.map +1 -0
- package/lib/components/List/BaseCell/index.d.ts +6 -0
- package/lib/components/List/BaseCell/index.d.ts.map +1 -0
- package/lib/components/List/BaseCell/index.js +17 -0
- package/lib/components/List/BaseCell/index.test.js +33 -0
- package/lib/components/List/BaseCell/styles.d.ts +198 -0
- package/lib/components/List/BaseCell/styles.d.ts.map +1 -0
- package/lib/components/List/BaseCell/styles.js +26 -0
- package/lib/components/List/ContentContainer/index.d.ts +21 -0
- package/lib/components/List/ContentContainer/index.d.ts.map +1 -0
- package/lib/components/List/ContentContainer/index.js +82 -0
- package/lib/components/List/ContentContainer/index.test.js +102 -0
- package/lib/components/List/DefaultCell/index.d.ts +6 -0
- package/lib/components/List/DefaultCell/index.d.ts.map +1 -0
- package/lib/components/List/DefaultCell/index.js +26 -0
- package/lib/components/List/EditableCell/index.d.ts +13 -0
- package/lib/components/List/EditableCell/index.d.ts.map +1 -0
- package/lib/components/List/EditableCell/index.js +47 -0
- package/lib/components/List/EditableCell/styles.d.ts +204 -0
- package/lib/components/List/EditableCell/styles.d.ts.map +1 -0
- package/lib/components/List/EditableCell/styles.js +47 -0
- package/lib/components/List/LabelContainer/index.d.ts +9 -0
- package/lib/components/List/LabelContainer/index.d.ts.map +1 -0
- package/lib/components/List/LabelContainer/index.js +38 -0
- package/lib/components/List/LabelContainer/index.test.js +105 -0
- package/lib/components/List/LabelContainer/styles.d.ts +4 -0
- package/lib/components/List/LabelContainer/styles.d.ts.map +1 -0
- package/lib/components/List/LabelContainer/styles.js +28 -0
- package/lib/components/List/ListItem/index.d.ts +8 -0
- package/lib/components/List/ListItem/index.d.ts.map +1 -0
- package/lib/components/List/ListItem/index.js +43 -0
- package/lib/components/List/ListItem/index.test.js +76 -0
- package/lib/components/List/ListItem/schema.d.ts +4 -0
- package/lib/components/List/ListItem/schema.d.ts.map +1 -0
- package/lib/components/List/ListItem/schema.js +30 -0
- package/lib/components/List/ListItem/styles.d.ts +2 -0
- package/lib/components/List/ListItem/styles.d.ts.map +1 -0
- package/lib/components/List/ListItem/styles.js +23 -0
- package/lib/components/List/constants.d.ts +19 -0
- package/lib/components/List/constants.d.ts.map +1 -0
- package/lib/components/List/constants.js +28 -0
- package/lib/components/List/index.d.ts +15 -0
- package/lib/components/List/index.d.ts.map +1 -0
- package/lib/components/List/index.js +67 -0
- package/lib/components/List/index.test.js +64 -0
- package/lib/components/List/schema.d.ts +4 -0
- package/lib/components/List/schema.d.ts.map +1 -0
- package/lib/components/List/schema.js +26 -0
- package/lib/components/List/styles.d.ts +198 -0
- package/lib/components/List/styles.d.ts.map +1 -0
- package/lib/components/List/styles.js +34 -0
- package/lib/components/List/types.d.ts +15 -0
- package/lib/components/List/types.d.ts.map +1 -0
- package/lib/components/List/types.js +5 -0
- package/lib/components/Loading/Loading.d.ts +12 -0
- package/lib/components/Loading/Loading.d.ts.map +1 -0
- package/lib/components/Loading/Loading.js +70 -0
- package/lib/components/Loading/index.d.ts +4 -0
- package/lib/components/Loading/index.d.ts.map +1 -0
- package/lib/components/Loading/index.js +33 -0
- package/lib/components/Loading/index.test.js +55 -0
- package/lib/components/Loading/schema.d.ts +4 -0
- package/lib/components/Loading/schema.d.ts.map +1 -0
- package/lib/components/Loading/schema.js +31 -0
- package/lib/components/Loading/styles.d.ts +211 -0
- package/lib/components/Loading/styles.d.ts.map +1 -0
- package/lib/components/Loading/styles.js +77 -0
- package/lib/components/Loading/types.d.ts +10 -0
- package/lib/components/Loading/types.d.ts.map +1 -0
- package/lib/components/Loading/types.js +5 -0
- package/lib/components/Modal/Manager.d.ts +6 -0
- package/lib/components/Modal/Manager.d.ts.map +1 -0
- package/lib/components/Modal/Manager.js +53 -0
- package/lib/components/Modal/ResponsiveModalWrapper.d.ts +11 -0
- package/lib/components/Modal/ResponsiveModalWrapper.d.ts.map +1 -0
- package/lib/components/Modal/ResponsiveModalWrapper.js +82 -0
- package/lib/components/Modal/components.d.ts +199 -1
- package/lib/components/Modal/components.d.ts.map +1 -1
- package/lib/components/Modal/components.js +16 -24
- package/lib/components/Modal/index.d.ts +8 -4
- package/lib/components/Modal/index.d.ts.map +1 -1
- package/lib/components/Modal/index.js +63 -95
- package/lib/components/Modal/index.test.js +99 -0
- package/lib/components/Modal/schema.d.ts.map +1 -1
- package/lib/components/Modal/schema.js +2 -1
- package/lib/components/Modal/types.d.ts +2 -1
- package/lib/components/Modal/types.d.ts.map +1 -1
- package/lib/components/Modal/utils.d.ts +1 -1
- package/lib/components/Modal/utils.d.ts.map +1 -1
- package/lib/components/Modal/utils.js +7 -5
- package/lib/components/Pagination/Pages.d.ts +1 -7
- package/lib/components/Pagination/Pages.d.ts.map +1 -1
- package/lib/components/Pagination/Pages.js +17 -0
- package/lib/components/Pagination/Pagination.d.ts +13 -14
- package/lib/components/Pagination/Pagination.d.ts.map +1 -1
- package/lib/components/Pagination/Pagination.js +20 -5
- package/lib/components/Pagination/Pagination.test.js +14 -0
- package/lib/components/Pagination/paginate.d.ts +1 -1
- package/lib/components/Pagination/paginate.d.ts.map +1 -1
- package/lib/components/Pagination/paginate.js +4 -0
- package/lib/components/Pagination/paginate.test.js +38 -17
- package/lib/components/Pagination/schema.d.ts.map +1 -1
- package/lib/components/Pagination/schema.js +3 -1
- package/lib/components/Pagination/types.d.ts +24 -1
- package/lib/components/Pagination/types.d.ts.map +1 -1
- package/lib/components/PasswordField/IconWrapper.d.ts +198 -0
- package/lib/components/PasswordField/IconWrapper.d.ts.map +1 -0
- package/lib/components/PasswordField/IconWrapper.js +32 -0
- package/lib/components/PasswordField/Input.d.ts +6 -0
- package/lib/components/PasswordField/Input.d.ts.map +1 -0
- package/lib/components/PasswordField/Input.js +28 -0
- package/lib/components/PasswordField/ShowPasswordButton.d.ts +8 -0
- package/lib/components/PasswordField/ShowPasswordButton.d.ts.map +1 -0
- package/lib/components/PasswordField/ShowPasswordButton.js +48 -0
- package/lib/components/PasswordField/index.d.ts +14 -0
- package/lib/components/PasswordField/index.d.ts.map +1 -0
- package/lib/components/PasswordField/index.js +113 -0
- package/lib/components/PasswordField/index.test.js +217 -0
- package/lib/components/PasswordField/schema.d.ts +3 -0
- package/lib/components/PasswordField/schema.d.ts.map +1 -0
- package/lib/components/PasswordField/schema.js +27 -0
- package/lib/components/Popover/Arrow.d.ts +2 -2
- package/lib/components/Popover/index.d.ts.map +1 -1
- package/lib/components/Popover/index.js +25 -10
- package/lib/components/Popover/schema.d.ts.map +1 -1
- package/lib/components/Popover/schema.js +28 -20
- package/lib/components/Popover/types.d.ts +6 -2
- package/lib/components/Popover/types.d.ts.map +1 -1
- package/lib/components/SearchInput/index.d.ts +11 -0
- package/lib/components/SearchInput/index.d.ts.map +1 -0
- package/lib/components/SearchInput/index.js +179 -0
- package/lib/components/SearchInput/index.test.js +660 -0
- package/lib/components/SearchInput/schema.d.ts +3 -0
- package/lib/components/SearchInput/schema.d.ts.map +1 -0
- package/lib/components/SearchInput/schema.js +38 -0
- package/lib/components/SearchInput/styles.d.ts +1176 -0
- package/lib/components/SearchInput/styles.d.ts.map +1 -0
- package/lib/components/SearchInput/styles.js +97 -0
- package/lib/components/SearchInput/types.d.ts +39 -0
- package/lib/components/SearchInput/types.d.ts.map +1 -0
- package/lib/components/SearchInput/types.js +5 -0
- package/lib/components/Select/Target.d.ts.map +1 -1
- package/lib/components/Select/Target.js +5 -1
- package/lib/components/Select/index.d.ts.map +1 -1
- package/lib/components/Select/index.js +7 -3
- package/lib/components/Select/index.test.js +43 -19
- package/lib/components/Select/schema.d.ts.map +1 -1
- package/lib/components/Select/schema.js +2 -0
- package/lib/components/Select/types.d.ts +2 -0
- package/lib/components/Select/types.d.ts.map +1 -1
- package/lib/components/SelectDate/Target.d.ts.map +1 -1
- package/lib/components/SelectDate/Target.js +5 -1
- package/lib/components/SelectDate/index.d.ts.map +1 -1
- package/lib/components/SelectDate/index.js +7 -3
- package/lib/components/SelectDate/schema.d.ts.map +1 -1
- package/lib/components/SelectDate/schema.js +1 -0
- package/lib/components/SelectDate/types.d.ts +1 -0
- package/lib/components/SelectDate/types.d.ts.map +1 -1
- package/lib/components/SelectDateRange/index.d.ts.map +1 -1
- package/lib/components/SelectDateRange/index.js +6 -2
- package/lib/components/SelectDateRange/schema.d.ts.map +1 -1
- package/lib/components/SelectDateRange/schema.js +1 -0
- package/lib/components/StepTracker/index.d.ts +11 -0
- package/lib/components/StepTracker/index.d.ts.map +1 -0
- package/lib/components/StepTracker/index.js +56 -0
- package/lib/components/StepTracker/index.test.js +89 -0
- package/lib/components/StepTracker/schema.d.ts +3 -0
- package/lib/components/StepTracker/schema.d.ts.map +1 -0
- package/lib/components/StepTracker/schema.js +19 -0
- package/lib/components/StepTracker/styles.d.ts +605 -0
- package/lib/components/StepTracker/styles.d.ts.map +1 -0
- package/lib/components/StepTracker/styles.js +114 -0
- package/lib/components/Table/Body.d.ts.map +1 -1
- package/lib/components/Table/Body.js +2 -5
- package/lib/components/Table/Container.d.ts.map +1 -1
- package/lib/components/Table/Container.js +6 -1
- package/lib/components/Table/Grip.d.ts +6 -2
- package/lib/components/Table/Grip.d.ts.map +1 -1
- package/lib/components/Table/Grip.js +9 -3
- package/lib/components/Table/index.js +1 -1
- package/lib/components/Tabs/Tab/index.d.ts +13 -0
- package/lib/components/Tabs/Tab/index.d.ts.map +1 -0
- package/lib/components/Tabs/Tab/index.js +94 -0
- package/lib/components/Tabs/Tab/schema.d.ts +3 -0
- package/lib/components/Tabs/Tab/schema.d.ts.map +1 -0
- package/lib/components/Tabs/Tab/styles.d.ts +7 -0
- package/lib/components/Tabs/Tab/styles.d.ts.map +1 -0
- package/lib/components/Tabs/Tab/styles.js +37 -0
- package/lib/components/Tabs/context.d.ts +2 -2
- package/lib/components/Tabs/context.d.ts.map +1 -1
- package/lib/components/Tabs/context.js +1 -1
- package/lib/components/Tabs/index.d.ts +17 -6
- package/lib/components/Tabs/index.d.ts.map +1 -1
- package/lib/components/Tabs/index.js +104 -163
- package/lib/components/Tabs/index.test.js +54 -2
- package/lib/components/Tabs/styles.d.ts +4 -0
- package/lib/components/Tabs/styles.d.ts.map +1 -0
- package/lib/components/Tabs/styles.js +35 -0
- package/lib/components/Tag/Action.d.ts +4 -0
- package/lib/components/Tag/Action.d.ts.map +1 -0
- package/lib/components/Tag/Action.js +39 -0
- package/lib/components/Tag/constants.d.ts +2 -2
- package/lib/components/Tag/constants.d.ts.map +1 -1
- package/lib/components/Tag/constants.js +4 -4
- package/lib/components/Tag/index.d.ts +1 -3
- package/lib/components/Tag/index.d.ts.map +1 -1
- package/lib/components/Tag/index.js +40 -97
- package/lib/components/Tag/index.test.js +239 -2
- package/lib/components/Tag/propTypes.d.ts +4 -1
- package/lib/components/Tag/propTypes.d.ts.map +1 -1
- package/lib/components/Tag/propTypes.js +5 -2
- package/lib/components/Tag/schema.d.ts.map +1 -1
- package/lib/components/Tag/schema.js +3 -1
- package/lib/components/Tag/styles.d.ts +13 -0
- package/lib/components/Tag/styles.d.ts.map +1 -0
- package/lib/components/Tag/styles.js +133 -0
- package/lib/components/Tag/types.d.ts +11 -12
- package/lib/components/Tag/types.d.ts.map +1 -1
- package/lib/components/TagInput/index.d.ts +5 -0
- package/lib/components/TagInput/index.d.ts.map +1 -0
- package/lib/components/TagInput/index.js +363 -0
- package/lib/components/TagInput/index.test.js +1143 -0
- package/lib/components/TagInput/schema.d.ts +3 -0
- package/lib/components/TagInput/schema.d.ts.map +1 -0
- package/lib/components/TagInput/schema.js +36 -0
- package/lib/components/TagInput/styles.d.ts +10 -0
- package/lib/components/TagInput/styles.d.ts.map +1 -0
- package/lib/components/TagInput/styles.js +52 -0
- package/lib/components/TagInput/types.d.ts +21 -0
- package/lib/components/TagInput/types.d.ts.map +1 -0
- package/lib/components/TagInput/types.js +5 -0
- package/lib/components/Toggle/Fieldset.d.ts.map +1 -1
- package/lib/components/Toggle/Fieldset.js +20 -11
- package/lib/components/Toggle/Option.d.ts.map +1 -1
- package/lib/components/Toggle/Option.js +1 -1
- package/lib/components/Toggle/Slider.d.ts +1 -3
- package/lib/components/Toggle/Slider.d.ts.map +1 -1
- package/lib/components/Toggle/Slider.js +29 -24
- package/lib/components/Toggle/index.d.ts.map +1 -1
- package/lib/components/Toggle/index.js +2 -1
- package/lib/components/Toggle/propTypes.js +1 -1
- package/lib/components/Toggle/schema.js +1 -1
- package/lib/components/Toggle/types.d.ts +3 -2
- package/lib/components/Toggle/types.d.ts.map +1 -1
- package/lib/components/ToggleView/ToggleView.d.ts +5 -0
- package/lib/components/ToggleView/ToggleView.d.ts.map +1 -0
- package/lib/components/ToggleView/ToggleView.js +80 -0
- package/lib/components/ToggleView/index.d.ts +4 -0
- package/lib/components/ToggleView/index.d.ts.map +1 -0
- package/lib/components/ToggleView/index.js +33 -0
- package/lib/components/ToggleView/index.test.js +61 -0
- package/lib/components/ToggleView/schema.d.ts +3 -0
- package/lib/components/ToggleView/schema.d.ts.map +1 -0
- package/lib/components/ToggleView/schema.js +24 -0
- package/lib/components/ToggleView/styles.d.ts +6 -0
- package/lib/components/ToggleView/styles.d.ts.map +1 -0
- package/lib/components/ToggleView/styles.js +23 -0
- package/lib/components/ToggleView/types.d.ts +23 -0
- package/lib/components/ToggleView/types.d.ts.map +1 -0
- package/lib/components/ToggleView/types.js +12 -0
- package/lib/components/Tooltip/index.d.ts.map +1 -1
- package/lib/components/Tooltip/index.js +3 -13
- package/lib/components/Tooltip/schema.d.ts +3 -0
- package/lib/components/Tooltip/schema.d.ts.map +1 -0
- package/lib/components/Tooltip/schema.js +29 -0
- package/lib/components/TopNav/Menu/index.d.ts +1 -1
- package/lib/components/TopNav/index.d.ts +1 -1
- package/lib/components/Typography/withColors.d.ts +1 -1
- package/lib/components/Typography/withColors.d.ts.map +1 -1
- package/lib/components/Typography/withColors.js +1 -1
- package/lib/components/Wizard/index.d.ts +33 -0
- package/lib/components/Wizard/index.d.ts.map +1 -0
- package/lib/components/Wizard/index.js +161 -0
- package/lib/components/Wizard/index.test.js +940 -0
- package/lib/components/Wizard/schema.d.ts +3 -0
- package/lib/components/Wizard/schema.d.ts.map +1 -0
- package/lib/components/Wizard/schema.js +42 -0
- package/lib/components/Wizard/styles.d.ts +990 -0
- package/lib/components/Wizard/styles.d.ts.map +1 -0
- package/lib/components/Wizard/styles.js +79 -0
- package/lib/components/index.d.ts +11 -1
- package/lib/components/index.d.ts.map +1 -1
- package/lib/components/index.js +196 -1
- package/lib/modifiers/palette.d.ts +36 -0
- package/lib/modifiers/palette.d.ts.map +1 -0
- package/lib/modifiers/palette.js +88 -0
- package/lib/modifiers/spacingSchema.d.ts.map +1 -1
- package/lib/modifiers/spacingSchema.js +29 -16
- package/lib/providers/ConfigProvider/utils/linkRenderer.d.ts +2 -1
- package/lib/providers/ConfigProvider/utils/linkRenderer.d.ts.map +1 -1
- package/lib/providers/ConfigProvider/utils/translations.d.ts +45 -1
- package/lib/providers/ConfigProvider/utils/translations.d.ts.map +1 -1
- package/lib/providers/ConfigProvider/utils/translations.js +46 -2
- package/lib/types/index.d.ts +2 -0
- package/lib/types/index.d.ts.map +1 -0
- package/lib/types/index.js +5 -0
- package/lib/utils/commonUIColors.d.ts +351 -3
- package/lib/utils/commonUIColors.d.ts.map +1 -1
- package/lib/utils/commonUIColors.js +6 -2
- package/lib/utils/useDebounce.d.ts +2 -0
- package/lib/utils/useDebounce.d.ts.map +1 -0
- package/lib/utils/useDebounce.js +37 -0
- package/lib/utils/useStackingContext.d.ts +12 -0
- package/lib/utils/useStackingContext.d.ts.map +1 -0
- package/lib/utils/useStackingContext.js +46 -0
- package/package.json +26 -13
- package/CHANGELOG.md +0 -796
- package/lib/atoms/OptionsList/Category.d.ts +0 -4
- package/lib/atoms/OptionsList/Category.d.ts.map +0 -1
- package/lib/atoms/OptionsList/Category.js +0 -53
- package/lib/atoms/OptionsList/Option.d.ts.map +0 -1
- package/lib/atoms/OptionsList/Option.js +0 -197
- package/lib/components/Tabs/Tab.d.ts +0 -5
- package/lib/components/Tabs/Tab.d.ts.map +0 -1
- package/lib/components/Tabs/Tab.js +0 -109
- package/lib/components/Tabs/schema.tab.d.ts.map +0 -1
- package/lib/components/Tabs/types.d.ts +0 -27
- package/lib/components/Tabs/types.d.ts.map +0 -1
- package/lib/components/Tag/ActionButton.d.ts +0 -5
- package/lib/components/Tag/ActionButton.d.ts.map +0 -1
- package/lib/components/Tag/ActionButton.js +0 -56
- /package/lib/components/{Tabs → Link}/types.js +0 -0
- /package/lib/components/Tabs/{schema.tab.js → Tab/schema.js} +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../../src/components/Wizard/styles.ts"],"names":[],"mappings":";AAkBA,eAAO,MAAM,eAAe;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;2CAQ3B,CAAC;AAEF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6EAYlB,CAAC;AAEF,eAAO,MAAM,aAAa;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;wCAMzB,CAAC;AAEF,eAAO,MAAM,UAAU;;;SAYtB,CAAC;AAGF,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;SAuBlB,CAAC;AAEF,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;6BA0BlC,CAAC"}
|
|
@@ -0,0 +1,79 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.ActionButtonsContainer = exports.Footer = exports.ScrollYBox = exports.StepContainer = exports.Header = exports.WizardContainer = void 0;
|
|
7
|
+
|
|
8
|
+
var _breakpointObserver = require("@decisiv/breakpoint-observer");
|
|
9
|
+
|
|
10
|
+
var _designTokens = require("@decisiv/design-tokens");
|
|
11
|
+
|
|
12
|
+
var _polished = require("polished");
|
|
13
|
+
|
|
14
|
+
var _styledComponents = _interopRequireWildcard(require("styled-components"));
|
|
15
|
+
|
|
16
|
+
var _styleModifiers = require("../../utils/styleModifiers");
|
|
17
|
+
|
|
18
|
+
var _Flex = _interopRequireDefault(require("../Flex"));
|
|
19
|
+
|
|
20
|
+
var _components = require("../Modal/components");
|
|
21
|
+
|
|
22
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
23
|
+
|
|
24
|
+
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; if (desc.get || desc.set) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } } newObj.default = obj; return newObj; } }
|
|
25
|
+
|
|
26
|
+
var FOOTER_HEIGHT = {
|
|
27
|
+
DEFAULT: (0, _polished.rem)(_designTokens.spacing.base * 6.2),
|
|
28
|
+
TWO_BUTTONS: (0, _polished.rem)(_designTokens.spacing.base * 13.5),
|
|
29
|
+
THREE_BUTTONS: (0, _polished.rem)(_designTokens.spacing.base * 19)
|
|
30
|
+
}; // Define styled components
|
|
31
|
+
|
|
32
|
+
var WizardContainer = (0, _styledComponents.default)(_Flex.default).attrs({
|
|
33
|
+
flex: 1,
|
|
34
|
+
flexDirection: 'column',
|
|
35
|
+
alignItems: 'center'
|
|
36
|
+
}).withConfig({
|
|
37
|
+
displayName: "styles__WizardContainer",
|
|
38
|
+
componentId: "sc-5745v5-0"
|
|
39
|
+
})(["width:100%;height:100%;overflow-y:auto;"]);
|
|
40
|
+
exports.WizardContainer = WizardContainer;
|
|
41
|
+
var Header = (0, _styledComponents.default)(_Flex.default).attrs({
|
|
42
|
+
flex: 1,
|
|
43
|
+
padding: 3,
|
|
44
|
+
paddingBottom: 2,
|
|
45
|
+
flexDirection: 'column',
|
|
46
|
+
justifyContent: 'center'
|
|
47
|
+
}).withConfig({
|
|
48
|
+
displayName: "styles__Header",
|
|
49
|
+
componentId: "sc-5745v5-1"
|
|
50
|
+
})(["width:100%;background-color:", ";row-gap:", ";text-align:center;border-bottom:1px solid ", ";"], (0, _polished.toColorString)(_designTokens.color.base.fullMoon), (0, _polished.rem)(_designTokens.spacing.base * 2), (0, _polished.toColorString)(_designTokens.color.opacity.charcoal15));
|
|
51
|
+
exports.Header = Header;
|
|
52
|
+
var StepContainer = (0, _styledComponents.default)(_Flex.default).attrs({
|
|
53
|
+
flex: 1,
|
|
54
|
+
padding: 3,
|
|
55
|
+
flexDirection: 'column'
|
|
56
|
+
}).withConfig({
|
|
57
|
+
displayName: "styles__StepContainer",
|
|
58
|
+
componentId: "sc-5745v5-2"
|
|
59
|
+
})(["width:100%;"]);
|
|
60
|
+
exports.StepContainer = StepContainer;
|
|
61
|
+
var ScrollYBox = (0, _styledComponents.default)(_components.ScrollYBox).withConfig({
|
|
62
|
+
displayName: "styles__ScrollYBox",
|
|
63
|
+
componentId: "sc-5745v5-3"
|
|
64
|
+
})(["max-height:calc(100vh - ", ");", ";"], (0, _polished.rem)(_designTokens.spacing.base * 14.2), (0, _styleModifiers.when)('size', _breakpointObserver.sizes.XS, (0, _styledComponents.css)(["position:relative;max-height:unset;overflow-y:unset;"]))); // this is not styled as mobile first because the button itself isnt yet
|
|
65
|
+
|
|
66
|
+
exports.ScrollYBox = ScrollYBox;
|
|
67
|
+
var Footer = (0, _styledComponents.default)(_components.Footer).withConfig({
|
|
68
|
+
displayName: "styles__Footer",
|
|
69
|
+
componentId: "sc-5745v5-4"
|
|
70
|
+
})(["width:100%;height:", ";flex-direction:row-reverse;justify-content:space-between;", ";"], FOOTER_HEIGHT.DEFAULT, (0, _styleModifiers.when)('size', _breakpointObserver.sizes.XS, (0, _styledComponents.css)(["height:auto;position:relative;max-height:", ";flex-direction:column;align-items:flex-start;button{width:100%;height:", ";font-size:", ";}"], FOOTER_HEIGHT.THREE_BUTTONS, (0, _polished.rem)(_designTokens.spacing.base * 5), (0, _polished.rem)(_designTokens.typography.size.alias.extraLarge))));
|
|
71
|
+
exports.Footer = Footer;
|
|
72
|
+
var ActionButtonsContainer = (0, _styledComponents.default)(_Flex.default).attrs({
|
|
73
|
+
flex: 1,
|
|
74
|
+
justifyContent: 'end'
|
|
75
|
+
}).withConfig({
|
|
76
|
+
displayName: "styles__ActionButtonsContainer",
|
|
77
|
+
componentId: "sc-5745v5-5"
|
|
78
|
+
})(["width:100%;flex-direction:column;margin-bottom:", ";row-gap:", ";", ";", ";"], (0, _polished.rem)(_designTokens.spacing.base * 0.5), (0, _polished.rem)(_designTokens.spacing.base * 0.5), (0, _styleModifiers.when)('size', _breakpointObserver.sizes.XS, (0, _styledComponents.css)(["align-items:flex-start;"])), (0, _styleModifiers.when)('size', _breakpointObserver.sizes.LG, (0, _styledComponents.css)(["flex-direction:row-reverse;column-gap:", ";margin-bottom:0;"], (0, _polished.rem)(_designTokens.spacing.base * 0.5))));
|
|
79
|
+
exports.ActionButtonsContainer = ActionButtonsContainer;
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
export { default as Accordion } from './Accordion';
|
|
2
|
+
export { default as Alert, AlertProps } from './Alert';
|
|
2
3
|
export { AvatarProps, AvatarRef, default as Avatar } from './Avatar';
|
|
3
4
|
export { BadgeProps, BadgeRef, default as Badge } from './Badge';
|
|
4
5
|
export { BreadcrumbsRef, default as Breadcrumbs } from './Breadcrumbs';
|
|
@@ -6,6 +7,7 @@ export { default as Button } from './Button';
|
|
|
6
7
|
export { default as Checkbox } from './Checkbox';
|
|
7
8
|
export { default as CheckboxGroup } from './CheckboxGroup';
|
|
8
9
|
export { default as Combobox } from './Combobox';
|
|
10
|
+
export { default as Drawer } from './Drawer';
|
|
9
11
|
export { default as DropdownList, DropdownListCategory, DropdownListItem, DropdownListOption, DropdownListProps, } from './DropdownList';
|
|
10
12
|
export { default as Filter } from './Filter';
|
|
11
13
|
export { default as Flex } from './Flex';
|
|
@@ -13,25 +15,33 @@ export { Column, Container, default as Grid, Row } from './Grid';
|
|
|
13
15
|
export { default as JumpTo, JumpToRef } from './JumpTo';
|
|
14
16
|
export { default as LeftNav, useStickyLeftNav } from './LeftNav';
|
|
15
17
|
export { default as Link } from './Link';
|
|
18
|
+
export { default as Loading, LoadingProps, LoadingSize, LoadingVariant, } from './Loading';
|
|
16
19
|
export { default as Menu } from './Menu';
|
|
17
20
|
export { default as Message } from './Message';
|
|
18
21
|
export { default as Modal } from './Modal';
|
|
19
22
|
export { default as OptionsList } from '../atoms/OptionsList';
|
|
20
23
|
export { Notification, NotificationsPanel, Notifier, useNotifications, } from './Notifications';
|
|
21
24
|
export { default as Pagination } from './Pagination';
|
|
25
|
+
export { default as PasswordField } from './PasswordField';
|
|
22
26
|
export { default as Popover } from './Popover';
|
|
23
27
|
export { default as RadioGroup } from './RadioGroup';
|
|
24
28
|
export { default as Select } from './Select';
|
|
29
|
+
export { default as SearchInput, SearchItem } from './SearchInput';
|
|
25
30
|
export { default as SelectDate, DisabledDateRuleName, DayOfWeek, } from './SelectDate';
|
|
26
31
|
export { default as SelectDateRange } from './SelectDateRange';
|
|
27
32
|
export { default as SelectMenu } from './SelectMenu';
|
|
33
|
+
export { default as StepTracker, StepTrackerProps } from './StepTracker';
|
|
28
34
|
export { default as Table, TableProps } from './Table';
|
|
29
|
-
export { default as Tabs, Tab } from './Tabs';
|
|
35
|
+
export { default as Tabs, Tab, TabsProps, TabData, TabIcon, TabProps, } from './Tabs';
|
|
30
36
|
export { default as Tag, TagActionButtonRef, TagRef } from './Tag';
|
|
37
|
+
export { default as TagInput, TagInputProps } from './TagInput';
|
|
31
38
|
export { default as TextArea } from './TextArea';
|
|
32
39
|
export { default as TextField } from './TextField';
|
|
33
40
|
export { default as Toggle } from './Toggle';
|
|
41
|
+
export { default as ToggleView } from './ToggleView';
|
|
34
42
|
export { default as TopNav } from './TopNav';
|
|
35
43
|
export { default as Tooltip } from './Tooltip';
|
|
44
|
+
export { default as Wizard, WizardProps, Step } from './Wizard';
|
|
36
45
|
export * from './Typography';
|
|
46
|
+
export { default as List, useList, useListItemContent } from './List';
|
|
37
47
|
//# sourceMappingURL=index.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,SAAS,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AACrE,OAAO,EAAE,UAAU,EAAE,QAAQ,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EACL,OAAO,IAAI,YAAY,EACvB,oBAAoB,EACpB,gBAAgB,EAChB,kBAAkB,EAClB,iBAAiB,GAClB,MAAM,gBAAgB,CAAC;AACxB,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC;AACzC,OAAO,EAAE,MAAM,EAAE,SAAS,EAAE,OAAO,IAAI,IAAI,EAAE,GAAG,EAAE,MAAM,QAAQ,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACxD,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,gBAAgB,EAAE,MAAM,WAAW,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC;AACzC,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC;AACzC,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,EACL,YAAY,EACZ,kBAAkB,EAClB,QAAQ,EACR,gBAAgB,GACjB,MAAM,iBAAiB,CAAC;AACzB,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EACL,OAAO,IAAI,UAAU,EACrB,oBAAoB,EACpB,SAAS,GACV,MAAM,cAAc,CAAC;AACtB,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,UAAU,EAAE,MAAM,SAAS,CAAC;AACvD,OAAO,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"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"}
|
package/lib/components/index.js
CHANGED
|
@@ -5,6 +5,8 @@ Object.defineProperty(exports, "__esModule", {
|
|
|
5
5
|
});
|
|
6
6
|
var _exportNames = {
|
|
7
7
|
Accordion: true,
|
|
8
|
+
Alert: true,
|
|
9
|
+
AlertProps: true,
|
|
8
10
|
AvatarProps: true,
|
|
9
11
|
AvatarRef: true,
|
|
10
12
|
Avatar: true,
|
|
@@ -17,6 +19,7 @@ var _exportNames = {
|
|
|
17
19
|
Checkbox: true,
|
|
18
20
|
CheckboxGroup: true,
|
|
19
21
|
Combobox: true,
|
|
22
|
+
Drawer: true,
|
|
20
23
|
DropdownList: true,
|
|
21
24
|
DropdownListCategory: true,
|
|
22
25
|
DropdownListItem: true,
|
|
@@ -33,6 +36,10 @@ var _exportNames = {
|
|
|
33
36
|
LeftNav: true,
|
|
34
37
|
useStickyLeftNav: true,
|
|
35
38
|
Link: true,
|
|
39
|
+
Loading: true,
|
|
40
|
+
LoadingProps: true,
|
|
41
|
+
LoadingSize: true,
|
|
42
|
+
LoadingVariant: true,
|
|
36
43
|
Menu: true,
|
|
37
44
|
Message: true,
|
|
38
45
|
Modal: true,
|
|
@@ -42,26 +49,44 @@ var _exportNames = {
|
|
|
42
49
|
Notifier: true,
|
|
43
50
|
useNotifications: true,
|
|
44
51
|
Pagination: true,
|
|
52
|
+
PasswordField: true,
|
|
45
53
|
Popover: true,
|
|
46
54
|
RadioGroup: true,
|
|
47
55
|
Select: true,
|
|
56
|
+
SearchInput: true,
|
|
57
|
+
SearchItem: true,
|
|
48
58
|
SelectDate: true,
|
|
49
59
|
DisabledDateRuleName: true,
|
|
50
60
|
DayOfWeek: true,
|
|
51
61
|
SelectDateRange: true,
|
|
52
62
|
SelectMenu: true,
|
|
63
|
+
StepTracker: true,
|
|
64
|
+
StepTrackerProps: true,
|
|
53
65
|
Table: true,
|
|
54
66
|
TableProps: true,
|
|
55
67
|
Tabs: true,
|
|
56
68
|
Tab: true,
|
|
69
|
+
TabsProps: true,
|
|
70
|
+
TabData: true,
|
|
71
|
+
TabIcon: true,
|
|
72
|
+
TabProps: true,
|
|
57
73
|
Tag: true,
|
|
58
74
|
TagActionButtonRef: true,
|
|
59
75
|
TagRef: true,
|
|
76
|
+
TagInput: true,
|
|
77
|
+
TagInputProps: true,
|
|
60
78
|
TextArea: true,
|
|
61
79
|
TextField: true,
|
|
62
80
|
Toggle: true,
|
|
81
|
+
ToggleView: true,
|
|
63
82
|
TopNav: true,
|
|
64
|
-
Tooltip: true
|
|
83
|
+
Tooltip: true,
|
|
84
|
+
Wizard: true,
|
|
85
|
+
WizardProps: true,
|
|
86
|
+
Step: true,
|
|
87
|
+
List: true,
|
|
88
|
+
useList: true,
|
|
89
|
+
useListItemContent: true
|
|
65
90
|
};
|
|
66
91
|
Object.defineProperty(exports, "Accordion", {
|
|
67
92
|
enumerable: true,
|
|
@@ -69,6 +94,18 @@ Object.defineProperty(exports, "Accordion", {
|
|
|
69
94
|
return _Accordion.default;
|
|
70
95
|
}
|
|
71
96
|
});
|
|
97
|
+
Object.defineProperty(exports, "Alert", {
|
|
98
|
+
enumerable: true,
|
|
99
|
+
get: function get() {
|
|
100
|
+
return _Alert.default;
|
|
101
|
+
}
|
|
102
|
+
});
|
|
103
|
+
Object.defineProperty(exports, "AlertProps", {
|
|
104
|
+
enumerable: true,
|
|
105
|
+
get: function get() {
|
|
106
|
+
return _Alert.AlertProps;
|
|
107
|
+
}
|
|
108
|
+
});
|
|
72
109
|
Object.defineProperty(exports, "AvatarProps", {
|
|
73
110
|
enumerable: true,
|
|
74
111
|
get: function get() {
|
|
@@ -141,6 +178,12 @@ Object.defineProperty(exports, "Combobox", {
|
|
|
141
178
|
return _Combobox.default;
|
|
142
179
|
}
|
|
143
180
|
});
|
|
181
|
+
Object.defineProperty(exports, "Drawer", {
|
|
182
|
+
enumerable: true,
|
|
183
|
+
get: function get() {
|
|
184
|
+
return _Drawer.default;
|
|
185
|
+
}
|
|
186
|
+
});
|
|
144
187
|
Object.defineProperty(exports, "DropdownList", {
|
|
145
188
|
enumerable: true,
|
|
146
189
|
get: function get() {
|
|
@@ -237,6 +280,30 @@ Object.defineProperty(exports, "Link", {
|
|
|
237
280
|
return _Link.default;
|
|
238
281
|
}
|
|
239
282
|
});
|
|
283
|
+
Object.defineProperty(exports, "Loading", {
|
|
284
|
+
enumerable: true,
|
|
285
|
+
get: function get() {
|
|
286
|
+
return _Loading.default;
|
|
287
|
+
}
|
|
288
|
+
});
|
|
289
|
+
Object.defineProperty(exports, "LoadingProps", {
|
|
290
|
+
enumerable: true,
|
|
291
|
+
get: function get() {
|
|
292
|
+
return _Loading.LoadingProps;
|
|
293
|
+
}
|
|
294
|
+
});
|
|
295
|
+
Object.defineProperty(exports, "LoadingSize", {
|
|
296
|
+
enumerable: true,
|
|
297
|
+
get: function get() {
|
|
298
|
+
return _Loading.LoadingSize;
|
|
299
|
+
}
|
|
300
|
+
});
|
|
301
|
+
Object.defineProperty(exports, "LoadingVariant", {
|
|
302
|
+
enumerable: true,
|
|
303
|
+
get: function get() {
|
|
304
|
+
return _Loading.LoadingVariant;
|
|
305
|
+
}
|
|
306
|
+
});
|
|
240
307
|
Object.defineProperty(exports, "Menu", {
|
|
241
308
|
enumerable: true,
|
|
242
309
|
get: function get() {
|
|
@@ -291,6 +358,12 @@ Object.defineProperty(exports, "Pagination", {
|
|
|
291
358
|
return _Pagination.default;
|
|
292
359
|
}
|
|
293
360
|
});
|
|
361
|
+
Object.defineProperty(exports, "PasswordField", {
|
|
362
|
+
enumerable: true,
|
|
363
|
+
get: function get() {
|
|
364
|
+
return _PasswordField.default;
|
|
365
|
+
}
|
|
366
|
+
});
|
|
294
367
|
Object.defineProperty(exports, "Popover", {
|
|
295
368
|
enumerable: true,
|
|
296
369
|
get: function get() {
|
|
@@ -309,6 +382,18 @@ Object.defineProperty(exports, "Select", {
|
|
|
309
382
|
return _Select.default;
|
|
310
383
|
}
|
|
311
384
|
});
|
|
385
|
+
Object.defineProperty(exports, "SearchInput", {
|
|
386
|
+
enumerable: true,
|
|
387
|
+
get: function get() {
|
|
388
|
+
return _SearchInput.default;
|
|
389
|
+
}
|
|
390
|
+
});
|
|
391
|
+
Object.defineProperty(exports, "SearchItem", {
|
|
392
|
+
enumerable: true,
|
|
393
|
+
get: function get() {
|
|
394
|
+
return _SearchInput.SearchItem;
|
|
395
|
+
}
|
|
396
|
+
});
|
|
312
397
|
Object.defineProperty(exports, "SelectDate", {
|
|
313
398
|
enumerable: true,
|
|
314
399
|
get: function get() {
|
|
@@ -339,6 +424,18 @@ Object.defineProperty(exports, "SelectMenu", {
|
|
|
339
424
|
return _SelectMenu.default;
|
|
340
425
|
}
|
|
341
426
|
});
|
|
427
|
+
Object.defineProperty(exports, "StepTracker", {
|
|
428
|
+
enumerable: true,
|
|
429
|
+
get: function get() {
|
|
430
|
+
return _StepTracker.default;
|
|
431
|
+
}
|
|
432
|
+
});
|
|
433
|
+
Object.defineProperty(exports, "StepTrackerProps", {
|
|
434
|
+
enumerable: true,
|
|
435
|
+
get: function get() {
|
|
436
|
+
return _StepTracker.StepTrackerProps;
|
|
437
|
+
}
|
|
438
|
+
});
|
|
342
439
|
Object.defineProperty(exports, "Table", {
|
|
343
440
|
enumerable: true,
|
|
344
441
|
get: function get() {
|
|
@@ -363,6 +460,30 @@ Object.defineProperty(exports, "Tab", {
|
|
|
363
460
|
return _Tabs.Tab;
|
|
364
461
|
}
|
|
365
462
|
});
|
|
463
|
+
Object.defineProperty(exports, "TabsProps", {
|
|
464
|
+
enumerable: true,
|
|
465
|
+
get: function get() {
|
|
466
|
+
return _Tabs.TabsProps;
|
|
467
|
+
}
|
|
468
|
+
});
|
|
469
|
+
Object.defineProperty(exports, "TabData", {
|
|
470
|
+
enumerable: true,
|
|
471
|
+
get: function get() {
|
|
472
|
+
return _Tabs.TabData;
|
|
473
|
+
}
|
|
474
|
+
});
|
|
475
|
+
Object.defineProperty(exports, "TabIcon", {
|
|
476
|
+
enumerable: true,
|
|
477
|
+
get: function get() {
|
|
478
|
+
return _Tabs.TabIcon;
|
|
479
|
+
}
|
|
480
|
+
});
|
|
481
|
+
Object.defineProperty(exports, "TabProps", {
|
|
482
|
+
enumerable: true,
|
|
483
|
+
get: function get() {
|
|
484
|
+
return _Tabs.TabProps;
|
|
485
|
+
}
|
|
486
|
+
});
|
|
366
487
|
Object.defineProperty(exports, "Tag", {
|
|
367
488
|
enumerable: true,
|
|
368
489
|
get: function get() {
|
|
@@ -381,6 +502,18 @@ Object.defineProperty(exports, "TagRef", {
|
|
|
381
502
|
return _Tag.TagRef;
|
|
382
503
|
}
|
|
383
504
|
});
|
|
505
|
+
Object.defineProperty(exports, "TagInput", {
|
|
506
|
+
enumerable: true,
|
|
507
|
+
get: function get() {
|
|
508
|
+
return _TagInput.default;
|
|
509
|
+
}
|
|
510
|
+
});
|
|
511
|
+
Object.defineProperty(exports, "TagInputProps", {
|
|
512
|
+
enumerable: true,
|
|
513
|
+
get: function get() {
|
|
514
|
+
return _TagInput.TagInputProps;
|
|
515
|
+
}
|
|
516
|
+
});
|
|
384
517
|
Object.defineProperty(exports, "TextArea", {
|
|
385
518
|
enumerable: true,
|
|
386
519
|
get: function get() {
|
|
@@ -399,6 +532,12 @@ Object.defineProperty(exports, "Toggle", {
|
|
|
399
532
|
return _Toggle.default;
|
|
400
533
|
}
|
|
401
534
|
});
|
|
535
|
+
Object.defineProperty(exports, "ToggleView", {
|
|
536
|
+
enumerable: true,
|
|
537
|
+
get: function get() {
|
|
538
|
+
return _ToggleView.default;
|
|
539
|
+
}
|
|
540
|
+
});
|
|
402
541
|
Object.defineProperty(exports, "TopNav", {
|
|
403
542
|
enumerable: true,
|
|
404
543
|
get: function get() {
|
|
@@ -411,9 +550,47 @@ Object.defineProperty(exports, "Tooltip", {
|
|
|
411
550
|
return _Tooltip.default;
|
|
412
551
|
}
|
|
413
552
|
});
|
|
553
|
+
Object.defineProperty(exports, "Wizard", {
|
|
554
|
+
enumerable: true,
|
|
555
|
+
get: function get() {
|
|
556
|
+
return _Wizard.default;
|
|
557
|
+
}
|
|
558
|
+
});
|
|
559
|
+
Object.defineProperty(exports, "WizardProps", {
|
|
560
|
+
enumerable: true,
|
|
561
|
+
get: function get() {
|
|
562
|
+
return _Wizard.WizardProps;
|
|
563
|
+
}
|
|
564
|
+
});
|
|
565
|
+
Object.defineProperty(exports, "Step", {
|
|
566
|
+
enumerable: true,
|
|
567
|
+
get: function get() {
|
|
568
|
+
return _Wizard.Step;
|
|
569
|
+
}
|
|
570
|
+
});
|
|
571
|
+
Object.defineProperty(exports, "List", {
|
|
572
|
+
enumerable: true,
|
|
573
|
+
get: function get() {
|
|
574
|
+
return _List.default;
|
|
575
|
+
}
|
|
576
|
+
});
|
|
577
|
+
Object.defineProperty(exports, "useList", {
|
|
578
|
+
enumerable: true,
|
|
579
|
+
get: function get() {
|
|
580
|
+
return _List.useList;
|
|
581
|
+
}
|
|
582
|
+
});
|
|
583
|
+
Object.defineProperty(exports, "useListItemContent", {
|
|
584
|
+
enumerable: true,
|
|
585
|
+
get: function get() {
|
|
586
|
+
return _List.useListItemContent;
|
|
587
|
+
}
|
|
588
|
+
});
|
|
414
589
|
|
|
415
590
|
var _Accordion = _interopRequireDefault(require("./Accordion"));
|
|
416
591
|
|
|
592
|
+
var _Alert = _interopRequireWildcard(require("./Alert"));
|
|
593
|
+
|
|
417
594
|
var _Avatar = _interopRequireWildcard(require("./Avatar"));
|
|
418
595
|
|
|
419
596
|
var _Badge = _interopRequireWildcard(require("./Badge"));
|
|
@@ -428,6 +605,8 @@ var _CheckboxGroup = _interopRequireDefault(require("./CheckboxGroup"));
|
|
|
428
605
|
|
|
429
606
|
var _Combobox = _interopRequireDefault(require("./Combobox"));
|
|
430
607
|
|
|
608
|
+
var _Drawer = _interopRequireDefault(require("./Drawer"));
|
|
609
|
+
|
|
431
610
|
var _DropdownList = _interopRequireWildcard(require("./DropdownList"));
|
|
432
611
|
|
|
433
612
|
var _Filter = _interopRequireDefault(require("./Filter"));
|
|
@@ -442,6 +621,8 @@ var _LeftNav = _interopRequireWildcard(require("./LeftNav"));
|
|
|
442
621
|
|
|
443
622
|
var _Link = _interopRequireDefault(require("./Link"));
|
|
444
623
|
|
|
624
|
+
var _Loading = _interopRequireWildcard(require("./Loading"));
|
|
625
|
+
|
|
445
626
|
var _Menu = _interopRequireDefault(require("./Menu"));
|
|
446
627
|
|
|
447
628
|
var _Message = _interopRequireDefault(require("./Message"));
|
|
@@ -454,34 +635,46 @@ var _Notifications = require("./Notifications");
|
|
|
454
635
|
|
|
455
636
|
var _Pagination = _interopRequireDefault(require("./Pagination"));
|
|
456
637
|
|
|
638
|
+
var _PasswordField = _interopRequireDefault(require("./PasswordField"));
|
|
639
|
+
|
|
457
640
|
var _Popover = _interopRequireDefault(require("./Popover"));
|
|
458
641
|
|
|
459
642
|
var _RadioGroup = _interopRequireDefault(require("./RadioGroup"));
|
|
460
643
|
|
|
461
644
|
var _Select = _interopRequireDefault(require("./Select"));
|
|
462
645
|
|
|
646
|
+
var _SearchInput = _interopRequireWildcard(require("./SearchInput"));
|
|
647
|
+
|
|
463
648
|
var _SelectDate = _interopRequireWildcard(require("./SelectDate"));
|
|
464
649
|
|
|
465
650
|
var _SelectDateRange = _interopRequireDefault(require("./SelectDateRange"));
|
|
466
651
|
|
|
467
652
|
var _SelectMenu = _interopRequireDefault(require("./SelectMenu"));
|
|
468
653
|
|
|
654
|
+
var _StepTracker = _interopRequireWildcard(require("./StepTracker"));
|
|
655
|
+
|
|
469
656
|
var _Table = _interopRequireWildcard(require("./Table"));
|
|
470
657
|
|
|
471
658
|
var _Tabs = _interopRequireWildcard(require("./Tabs"));
|
|
472
659
|
|
|
473
660
|
var _Tag = _interopRequireWildcard(require("./Tag"));
|
|
474
661
|
|
|
662
|
+
var _TagInput = _interopRequireWildcard(require("./TagInput"));
|
|
663
|
+
|
|
475
664
|
var _TextArea = _interopRequireDefault(require("./TextArea"));
|
|
476
665
|
|
|
477
666
|
var _TextField = _interopRequireDefault(require("./TextField"));
|
|
478
667
|
|
|
479
668
|
var _Toggle = _interopRequireDefault(require("./Toggle"));
|
|
480
669
|
|
|
670
|
+
var _ToggleView = _interopRequireDefault(require("./ToggleView"));
|
|
671
|
+
|
|
481
672
|
var _TopNav = _interopRequireDefault(require("./TopNav"));
|
|
482
673
|
|
|
483
674
|
var _Tooltip = _interopRequireDefault(require("./Tooltip"));
|
|
484
675
|
|
|
676
|
+
var _Wizard = _interopRequireWildcard(require("./Wizard"));
|
|
677
|
+
|
|
485
678
|
var _Typography = require("./Typography");
|
|
486
679
|
|
|
487
680
|
Object.keys(_Typography).forEach(function (key) {
|
|
@@ -495,6 +688,8 @@ Object.keys(_Typography).forEach(function (key) {
|
|
|
495
688
|
});
|
|
496
689
|
});
|
|
497
690
|
|
|
691
|
+
var _List = _interopRequireWildcard(require("./List"));
|
|
692
|
+
|
|
498
693
|
function _interopRequireWildcard(obj) { if (obj && obj.__esModule) { return obj; } else { var newObj = {}; if (obj != null) { for (var key in obj) { if (Object.prototype.hasOwnProperty.call(obj, key)) { var desc = Object.defineProperty && Object.getOwnPropertyDescriptor ? Object.getOwnPropertyDescriptor(obj, key) : {}; if (desc.get || desc.set) { Object.defineProperty(newObj, key, desc); } else { newObj[key] = obj[key]; } } } } newObj.default = obj; return newObj; } }
|
|
499
694
|
|
|
500
695
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
import { FlattenSimpleInterpolation } from 'styled-components';
|
|
2
|
+
import { CommonUIColorKeys } from '../utils/commonUIColors';
|
|
3
|
+
export interface PaletteProps {
|
|
4
|
+
color?: CommonUIColorKeys;
|
|
5
|
+
palette?: 'pastel' | 'bright' | 'dark';
|
|
6
|
+
}
|
|
7
|
+
export declare const PALETTE_MAPPER: {
|
|
8
|
+
readonly pastel: "light";
|
|
9
|
+
readonly bright: "medium";
|
|
10
|
+
readonly dark: "dark";
|
|
11
|
+
};
|
|
12
|
+
export declare const FG_COLOR: {
|
|
13
|
+
pastel: {
|
|
14
|
+
readonly alpha: 0.8;
|
|
15
|
+
readonly red: number;
|
|
16
|
+
readonly green: number;
|
|
17
|
+
readonly blue: number;
|
|
18
|
+
readonly fg: import("polished/lib/types/color").RgbColor | import("polished/lib/types/color").RgbaColor;
|
|
19
|
+
} | {
|
|
20
|
+
readonly alpha: 0.8;
|
|
21
|
+
readonly red: number;
|
|
22
|
+
readonly green: number;
|
|
23
|
+
readonly blue: number;
|
|
24
|
+
readonly fg: import("polished/lib/types/color").RgbColor | import("polished/lib/types/color").RgbaColor;
|
|
25
|
+
};
|
|
26
|
+
readonly bright: import("@decisiv/design-tokens/lib/color").Color;
|
|
27
|
+
readonly dark: import("@decisiv/design-tokens/lib/color").Color;
|
|
28
|
+
};
|
|
29
|
+
export declare const BORDER_OPACITY: {
|
|
30
|
+
readonly pastel: 0.1;
|
|
31
|
+
readonly bright: 0.15;
|
|
32
|
+
readonly dark: 0.3;
|
|
33
|
+
};
|
|
34
|
+
export declare function withPalette(props: PaletteProps): FlattenSimpleInterpolation;
|
|
35
|
+
export declare function withBorderedPalette(props: PaletteProps): FlattenSimpleInterpolation;
|
|
36
|
+
//# sourceMappingURL=palette.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"palette.d.ts","sourceRoot":"","sources":["../../src/modifiers/palette.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,0BAA0B,EAE3B,MAAM,mBAAmB,CAAC;AAM3B,OAAO,EAGL,iBAAiB,EAClB,MAAM,yBAAyB,CAAC;AAEjC,MAAM,WAAW,YAAY;IAC3B,KAAK,CAAC,EAAE,iBAAiB,CAAC;IAC1B,OAAO,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,MAAM,CAAC;CACxC;AAED,eAAO,MAAM,cAAc;;;;CAIjB,CAAC;AAEX,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;CAIX,CAAC;AAEX,eAAO,MAAM,cAAc;;;;CAIjB,CAAC;AA2BX,wBAAgB,WAAW,CAAC,KAAK,EAAE,YAAY,GAAG,0BAA0B,CAI3E;AAKD,wBAAgB,mBAAmB,CACjC,KAAK,EAAE,YAAY,GAClB,0BAA0B,CAa5B"}
|
|
@@ -0,0 +1,88 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports.withPalette = withPalette;
|
|
7
|
+
exports.withBorderedPalette = withBorderedPalette;
|
|
8
|
+
exports.BORDER_OPACITY = exports.FG_COLOR = exports.PALETTE_MAPPER = void 0;
|
|
9
|
+
|
|
10
|
+
var _toColorString = _interopRequireDefault(require("polished/lib/color/toColorString"));
|
|
11
|
+
|
|
12
|
+
var _styledComponents = require("styled-components");
|
|
13
|
+
|
|
14
|
+
var _color = _interopRequireDefault(require("@decisiv/design-tokens/lib/color"));
|
|
15
|
+
|
|
16
|
+
var _color2 = _interopRequireDefault(require("./color"));
|
|
17
|
+
|
|
18
|
+
var _commonUIColors = require("../utils/commonUIColors");
|
|
19
|
+
|
|
20
|
+
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
21
|
+
|
|
22
|
+
function ownKeys(object, enumerableOnly) { var keys = Object.keys(object); if (Object.getOwnPropertySymbols) { keys.push.apply(keys, Object.getOwnPropertySymbols(object)); } if (enumerableOnly) keys = keys.filter(function (sym) { return Object.getOwnPropertyDescriptor(object, sym).enumerable; }); return keys; }
|
|
23
|
+
|
|
24
|
+
function _objectSpread(target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i] != null ? arguments[i] : {}; if (i % 2) { ownKeys(source, true).forEach(function (key) { _defineProperty(target, key, source[key]); }); } else if (Object.getOwnPropertyDescriptors) { Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)); } else { ownKeys(source).forEach(function (key) { Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key)); }); } } return target; }
|
|
25
|
+
|
|
26
|
+
function _defineProperty(obj, key, value) { if (key in obj) { Object.defineProperty(obj, key, { value: value, enumerable: true, configurable: true, writable: true }); } else { obj[key] = value; } return obj; }
|
|
27
|
+
|
|
28
|
+
var PALETTE_MAPPER = {
|
|
29
|
+
pastel: 'light',
|
|
30
|
+
bright: 'medium',
|
|
31
|
+
dark: 'dark'
|
|
32
|
+
};
|
|
33
|
+
exports.PALETTE_MAPPER = PALETTE_MAPPER;
|
|
34
|
+
var FG_COLOR = {
|
|
35
|
+
pastel: _objectSpread({}, _color.default.base.charcoal, {
|
|
36
|
+
alpha: 0.8
|
|
37
|
+
}),
|
|
38
|
+
bright: _color.default.base.snowWhite,
|
|
39
|
+
dark: _color.default.base.snowWhite
|
|
40
|
+
};
|
|
41
|
+
exports.FG_COLOR = FG_COLOR;
|
|
42
|
+
var BORDER_OPACITY = {
|
|
43
|
+
pastel: 0.1,
|
|
44
|
+
bright: 0.15,
|
|
45
|
+
dark: 0.3
|
|
46
|
+
};
|
|
47
|
+
exports.BORDER_OPACITY = BORDER_OPACITY;
|
|
48
|
+
|
|
49
|
+
var colorModifiers = function colorModifiers(props) {
|
|
50
|
+
var _props$palette = props.palette,
|
|
51
|
+
palette = _props$palette === void 0 ? 'bright' : _props$palette,
|
|
52
|
+
colorProp = props.color;
|
|
53
|
+
|
|
54
|
+
if (colorProp && colorProp in _commonUIColors.commonUIColors) {
|
|
55
|
+
var baseColor = _commonUIColors.commonUIThreeShadeColors[colorProp];
|
|
56
|
+
var fgColor = FG_COLOR[palette];
|
|
57
|
+
var bgColor = baseColor[PALETTE_MAPPER[palette]];
|
|
58
|
+
var colorPalette = palette === 'bright' ? bgColor : _objectSpread({}, bgColor, {
|
|
59
|
+
fg: fgColor
|
|
60
|
+
});
|
|
61
|
+
return (0, _styledComponents.css)(["", ""], (0, _color2.default)(colorPalette));
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
return (0, _styledComponents.css)(["", ""], (0, _color2.default)(_commonUIColors.commonUIColors.licoriceMousse));
|
|
65
|
+
};
|
|
66
|
+
/**
|
|
67
|
+
* Helper to apply the palette color Interpolation
|
|
68
|
+
*/
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
function withPalette(props) {
|
|
72
|
+
return (0, _styledComponents.css)(["", ""], colorModifiers(props));
|
|
73
|
+
}
|
|
74
|
+
/**
|
|
75
|
+
* Helper to apply the palette color Interpolation with borders
|
|
76
|
+
*/
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
function withBorderedPalette(props) {
|
|
80
|
+
var _props$palette2 = props.palette,
|
|
81
|
+
palette = _props$palette2 === void 0 ? 'bright' : _props$palette2;
|
|
82
|
+
|
|
83
|
+
var borderColor = _objectSpread({}, _color.default.base.charcoal, {
|
|
84
|
+
alpha: BORDER_OPACITY[palette]
|
|
85
|
+
});
|
|
86
|
+
|
|
87
|
+
return (0, _styledComponents.css)(["", " border:1px solid ", ";"], colorModifiers(props), (0, _toColorString.default)(borderColor));
|
|
88
|
+
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"spacingSchema.d.ts","sourceRoot":"","sources":["../../src/modifiers/spacingSchema.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"spacingSchema.d.ts","sourceRoot":"","sources":["../../src/modifiers/spacingSchema.ts"],"names":[],"mappings":"AAaA,eAAO,MAAM,0BAA0B,cA2CrC,CAAC"}
|