@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,1176 @@
|
|
|
1
|
+
/// <reference types="react" />
|
|
2
|
+
import { Props as MessageProps } from '../Message';
|
|
3
|
+
export declare const StyledFlex: import("styled-components").StyledComponent<"div", any, Partial<{
|
|
4
|
+
readonly alignContent?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
5
|
+
readonly XS: "XS";
|
|
6
|
+
readonly SM: "SM";
|
|
7
|
+
readonly MD: "MD";
|
|
8
|
+
readonly LG: "LG";
|
|
9
|
+
readonly XL: "XL";
|
|
10
|
+
}> | undefined;
|
|
11
|
+
readonly alignItems?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
12
|
+
readonly XS: "XS";
|
|
13
|
+
readonly SM: "SM";
|
|
14
|
+
readonly MD: "MD";
|
|
15
|
+
readonly LG: "LG";
|
|
16
|
+
readonly XL: "XL";
|
|
17
|
+
}> | undefined;
|
|
18
|
+
readonly alignSelf?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
19
|
+
readonly XS: "XS";
|
|
20
|
+
readonly SM: "SM";
|
|
21
|
+
readonly MD: "MD";
|
|
22
|
+
readonly LG: "LG";
|
|
23
|
+
readonly XL: "XL";
|
|
24
|
+
}> | undefined;
|
|
25
|
+
readonly flex?: string | number | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("react").ReactText, {
|
|
26
|
+
readonly XS: "XS";
|
|
27
|
+
readonly SM: "SM";
|
|
28
|
+
readonly MD: "MD";
|
|
29
|
+
readonly LG: "LG";
|
|
30
|
+
readonly XL: "XL";
|
|
31
|
+
}> | undefined;
|
|
32
|
+
readonly flexBasis?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
33
|
+
readonly XS: "XS";
|
|
34
|
+
readonly SM: "SM";
|
|
35
|
+
readonly MD: "MD";
|
|
36
|
+
readonly LG: "LG";
|
|
37
|
+
readonly XL: "XL";
|
|
38
|
+
}> | undefined;
|
|
39
|
+
readonly flexDirection?: "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").FlexDirectionProperty, {
|
|
40
|
+
readonly XS: "XS";
|
|
41
|
+
readonly SM: "SM";
|
|
42
|
+
readonly MD: "MD";
|
|
43
|
+
readonly LG: "LG";
|
|
44
|
+
readonly XL: "XL";
|
|
45
|
+
}> | undefined;
|
|
46
|
+
readonly flexGrow?: number | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").GlobalsNumber, {
|
|
47
|
+
readonly XS: "XS";
|
|
48
|
+
readonly SM: "SM";
|
|
49
|
+
readonly MD: "MD";
|
|
50
|
+
readonly LG: "LG";
|
|
51
|
+
readonly XL: "XL";
|
|
52
|
+
}> | undefined;
|
|
53
|
+
readonly flexShrink?: number | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").GlobalsNumber, {
|
|
54
|
+
readonly XS: "XS";
|
|
55
|
+
readonly SM: "SM";
|
|
56
|
+
readonly MD: "MD";
|
|
57
|
+
readonly LG: "LG";
|
|
58
|
+
readonly XL: "XL";
|
|
59
|
+
}> | undefined;
|
|
60
|
+
readonly flexWrap?: "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").FlexWrapProperty, {
|
|
61
|
+
readonly XS: "XS";
|
|
62
|
+
readonly SM: "SM";
|
|
63
|
+
readonly MD: "MD";
|
|
64
|
+
readonly LG: "LG";
|
|
65
|
+
readonly XL: "XL";
|
|
66
|
+
}> | undefined;
|
|
67
|
+
readonly justifyContent?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
68
|
+
readonly XS: "XS";
|
|
69
|
+
readonly SM: "SM";
|
|
70
|
+
readonly MD: "MD";
|
|
71
|
+
readonly LG: "LG";
|
|
72
|
+
readonly XL: "XL";
|
|
73
|
+
}> | undefined;
|
|
74
|
+
readonly justifyItems?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
75
|
+
readonly XS: "XS";
|
|
76
|
+
readonly SM: "SM";
|
|
77
|
+
readonly MD: "MD";
|
|
78
|
+
readonly LG: "LG";
|
|
79
|
+
readonly XL: "XL";
|
|
80
|
+
}> | undefined;
|
|
81
|
+
readonly justifySelf?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
82
|
+
readonly XS: "XS";
|
|
83
|
+
readonly SM: "SM";
|
|
84
|
+
readonly MD: "MD";
|
|
85
|
+
readonly LG: "LG";
|
|
86
|
+
readonly XL: "XL";
|
|
87
|
+
}> | undefined;
|
|
88
|
+
readonly order?: number | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").GlobalsNumber, {
|
|
89
|
+
readonly XS: "XS";
|
|
90
|
+
readonly SM: "SM";
|
|
91
|
+
readonly MD: "MD";
|
|
92
|
+
readonly LG: "LG";
|
|
93
|
+
readonly XL: "XL";
|
|
94
|
+
}> | undefined;
|
|
95
|
+
readonly size?: "XS" | "SM" | "MD" | "LG" | "XL" | undefined;
|
|
96
|
+
}> & Partial<{
|
|
97
|
+
readonly margin: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
98
|
+
readonly XS: "XS";
|
|
99
|
+
readonly SM: "SM";
|
|
100
|
+
readonly MD: "MD";
|
|
101
|
+
readonly LG: "LG";
|
|
102
|
+
readonly XL: "XL";
|
|
103
|
+
}>;
|
|
104
|
+
readonly marginBottom: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
105
|
+
readonly XS: "XS";
|
|
106
|
+
readonly SM: "SM";
|
|
107
|
+
readonly MD: "MD";
|
|
108
|
+
readonly LG: "LG";
|
|
109
|
+
readonly XL: "XL";
|
|
110
|
+
}>;
|
|
111
|
+
readonly marginLeft: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
112
|
+
readonly XS: "XS";
|
|
113
|
+
readonly SM: "SM";
|
|
114
|
+
readonly MD: "MD";
|
|
115
|
+
readonly LG: "LG";
|
|
116
|
+
readonly XL: "XL";
|
|
117
|
+
}>;
|
|
118
|
+
readonly marginRight: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
119
|
+
readonly XS: "XS";
|
|
120
|
+
readonly SM: "SM";
|
|
121
|
+
readonly MD: "MD";
|
|
122
|
+
readonly LG: "LG";
|
|
123
|
+
readonly XL: "XL";
|
|
124
|
+
}>;
|
|
125
|
+
readonly marginTop: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
126
|
+
readonly XS: "XS";
|
|
127
|
+
readonly SM: "SM";
|
|
128
|
+
readonly MD: "MD";
|
|
129
|
+
readonly LG: "LG";
|
|
130
|
+
readonly XL: "XL";
|
|
131
|
+
}>;
|
|
132
|
+
readonly marginX: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
133
|
+
readonly XS: "XS";
|
|
134
|
+
readonly SM: "SM";
|
|
135
|
+
readonly MD: "MD";
|
|
136
|
+
readonly LG: "LG";
|
|
137
|
+
readonly XL: "XL";
|
|
138
|
+
}>;
|
|
139
|
+
readonly marginY: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
140
|
+
readonly XS: "XS";
|
|
141
|
+
readonly SM: "SM";
|
|
142
|
+
readonly MD: "MD";
|
|
143
|
+
readonly LG: "LG";
|
|
144
|
+
readonly XL: "XL";
|
|
145
|
+
}>;
|
|
146
|
+
readonly padding: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
147
|
+
readonly XS: "XS";
|
|
148
|
+
readonly SM: "SM";
|
|
149
|
+
readonly MD: "MD";
|
|
150
|
+
readonly LG: "LG";
|
|
151
|
+
readonly XL: "XL";
|
|
152
|
+
}>;
|
|
153
|
+
readonly paddingBottom: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
154
|
+
readonly XS: "XS";
|
|
155
|
+
readonly SM: "SM";
|
|
156
|
+
readonly MD: "MD";
|
|
157
|
+
readonly LG: "LG";
|
|
158
|
+
readonly XL: "XL";
|
|
159
|
+
}>;
|
|
160
|
+
readonly paddingLeft: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
161
|
+
readonly XS: "XS";
|
|
162
|
+
readonly SM: "SM";
|
|
163
|
+
readonly MD: "MD";
|
|
164
|
+
readonly LG: "LG";
|
|
165
|
+
readonly XL: "XL";
|
|
166
|
+
}>;
|
|
167
|
+
readonly paddingRight: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
168
|
+
readonly XS: "XS";
|
|
169
|
+
readonly SM: "SM";
|
|
170
|
+
readonly MD: "MD";
|
|
171
|
+
readonly LG: "LG";
|
|
172
|
+
readonly XL: "XL";
|
|
173
|
+
}>;
|
|
174
|
+
readonly paddingTop: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
175
|
+
readonly XS: "XS";
|
|
176
|
+
readonly SM: "SM";
|
|
177
|
+
readonly MD: "MD";
|
|
178
|
+
readonly LG: "LG";
|
|
179
|
+
readonly XL: "XL";
|
|
180
|
+
}>;
|
|
181
|
+
readonly paddingX: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
182
|
+
readonly XS: "XS";
|
|
183
|
+
readonly SM: "SM";
|
|
184
|
+
readonly MD: "MD";
|
|
185
|
+
readonly LG: "LG";
|
|
186
|
+
readonly XL: "XL";
|
|
187
|
+
}>;
|
|
188
|
+
readonly paddingY: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
189
|
+
readonly XS: "XS";
|
|
190
|
+
readonly SM: "SM";
|
|
191
|
+
readonly MD: "MD";
|
|
192
|
+
readonly LG: "LG";
|
|
193
|
+
readonly XL: "XL";
|
|
194
|
+
}>;
|
|
195
|
+
}> & {
|
|
196
|
+
mediumSized: boolean;
|
|
197
|
+
}, never>;
|
|
198
|
+
export declare const StyledBody: import("styled-components").StyledComponent<"div", any, import("../Flex").FlexComponentProps, never>;
|
|
199
|
+
export declare const ButtonGroup: import("styled-components").StyledComponent<"div", any, Partial<{
|
|
200
|
+
readonly alignContent?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
201
|
+
readonly XS: "XS";
|
|
202
|
+
readonly SM: "SM";
|
|
203
|
+
readonly MD: "MD";
|
|
204
|
+
readonly LG: "LG";
|
|
205
|
+
readonly XL: "XL";
|
|
206
|
+
}> | undefined;
|
|
207
|
+
readonly alignItems?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
208
|
+
readonly XS: "XS";
|
|
209
|
+
readonly SM: "SM";
|
|
210
|
+
readonly MD: "MD";
|
|
211
|
+
readonly LG: "LG";
|
|
212
|
+
readonly XL: "XL";
|
|
213
|
+
}> | undefined;
|
|
214
|
+
readonly alignSelf?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
215
|
+
readonly XS: "XS";
|
|
216
|
+
readonly SM: "SM";
|
|
217
|
+
readonly MD: "MD";
|
|
218
|
+
readonly LG: "LG";
|
|
219
|
+
readonly XL: "XL";
|
|
220
|
+
}> | undefined;
|
|
221
|
+
readonly flex?: string | number | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("react").ReactText, {
|
|
222
|
+
readonly XS: "XS";
|
|
223
|
+
readonly SM: "SM";
|
|
224
|
+
readonly MD: "MD";
|
|
225
|
+
readonly LG: "LG";
|
|
226
|
+
readonly XL: "XL";
|
|
227
|
+
}> | undefined;
|
|
228
|
+
readonly flexBasis?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
229
|
+
readonly XS: "XS";
|
|
230
|
+
readonly SM: "SM";
|
|
231
|
+
readonly MD: "MD";
|
|
232
|
+
readonly LG: "LG";
|
|
233
|
+
readonly XL: "XL";
|
|
234
|
+
}> | undefined;
|
|
235
|
+
readonly flexDirection?: "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").FlexDirectionProperty, {
|
|
236
|
+
readonly XS: "XS";
|
|
237
|
+
readonly SM: "SM";
|
|
238
|
+
readonly MD: "MD";
|
|
239
|
+
readonly LG: "LG";
|
|
240
|
+
readonly XL: "XL";
|
|
241
|
+
}> | undefined;
|
|
242
|
+
readonly flexGrow?: number | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").GlobalsNumber, {
|
|
243
|
+
readonly XS: "XS";
|
|
244
|
+
readonly SM: "SM";
|
|
245
|
+
readonly MD: "MD";
|
|
246
|
+
readonly LG: "LG";
|
|
247
|
+
readonly XL: "XL";
|
|
248
|
+
}> | undefined;
|
|
249
|
+
readonly flexShrink?: number | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").GlobalsNumber, {
|
|
250
|
+
readonly XS: "XS";
|
|
251
|
+
readonly SM: "SM";
|
|
252
|
+
readonly MD: "MD";
|
|
253
|
+
readonly LG: "LG";
|
|
254
|
+
readonly XL: "XL";
|
|
255
|
+
}> | undefined;
|
|
256
|
+
readonly flexWrap?: "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").FlexWrapProperty, {
|
|
257
|
+
readonly XS: "XS";
|
|
258
|
+
readonly SM: "SM";
|
|
259
|
+
readonly MD: "MD";
|
|
260
|
+
readonly LG: "LG";
|
|
261
|
+
readonly XL: "XL";
|
|
262
|
+
}> | undefined;
|
|
263
|
+
readonly justifyContent?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
264
|
+
readonly XS: "XS";
|
|
265
|
+
readonly SM: "SM";
|
|
266
|
+
readonly MD: "MD";
|
|
267
|
+
readonly LG: "LG";
|
|
268
|
+
readonly XL: "XL";
|
|
269
|
+
}> | undefined;
|
|
270
|
+
readonly justifyItems?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
271
|
+
readonly XS: "XS";
|
|
272
|
+
readonly SM: "SM";
|
|
273
|
+
readonly MD: "MD";
|
|
274
|
+
readonly LG: "LG";
|
|
275
|
+
readonly XL: "XL";
|
|
276
|
+
}> | undefined;
|
|
277
|
+
readonly justifySelf?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
278
|
+
readonly XS: "XS";
|
|
279
|
+
readonly SM: "SM";
|
|
280
|
+
readonly MD: "MD";
|
|
281
|
+
readonly LG: "LG";
|
|
282
|
+
readonly XL: "XL";
|
|
283
|
+
}> | undefined;
|
|
284
|
+
readonly order?: number | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").GlobalsNumber, {
|
|
285
|
+
readonly XS: "XS";
|
|
286
|
+
readonly SM: "SM";
|
|
287
|
+
readonly MD: "MD";
|
|
288
|
+
readonly LG: "LG";
|
|
289
|
+
readonly XL: "XL";
|
|
290
|
+
}> | undefined;
|
|
291
|
+
readonly size?: "XS" | "SM" | "MD" | "LG" | "XL" | undefined;
|
|
292
|
+
}> & Partial<{
|
|
293
|
+
readonly margin: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
294
|
+
readonly XS: "XS";
|
|
295
|
+
readonly SM: "SM";
|
|
296
|
+
readonly MD: "MD";
|
|
297
|
+
readonly LG: "LG";
|
|
298
|
+
readonly XL: "XL";
|
|
299
|
+
}>;
|
|
300
|
+
readonly marginBottom: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
301
|
+
readonly XS: "XS";
|
|
302
|
+
readonly SM: "SM";
|
|
303
|
+
readonly MD: "MD";
|
|
304
|
+
readonly LG: "LG";
|
|
305
|
+
readonly XL: "XL";
|
|
306
|
+
}>;
|
|
307
|
+
readonly marginLeft: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
308
|
+
readonly XS: "XS";
|
|
309
|
+
readonly SM: "SM";
|
|
310
|
+
readonly MD: "MD";
|
|
311
|
+
readonly LG: "LG";
|
|
312
|
+
readonly XL: "XL";
|
|
313
|
+
}>;
|
|
314
|
+
readonly marginRight: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
315
|
+
readonly XS: "XS";
|
|
316
|
+
readonly SM: "SM";
|
|
317
|
+
readonly MD: "MD";
|
|
318
|
+
readonly LG: "LG";
|
|
319
|
+
readonly XL: "XL";
|
|
320
|
+
}>;
|
|
321
|
+
readonly marginTop: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
322
|
+
readonly XS: "XS";
|
|
323
|
+
readonly SM: "SM";
|
|
324
|
+
readonly MD: "MD";
|
|
325
|
+
readonly LG: "LG";
|
|
326
|
+
readonly XL: "XL";
|
|
327
|
+
}>;
|
|
328
|
+
readonly marginX: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
329
|
+
readonly XS: "XS";
|
|
330
|
+
readonly SM: "SM";
|
|
331
|
+
readonly MD: "MD";
|
|
332
|
+
readonly LG: "LG";
|
|
333
|
+
readonly XL: "XL";
|
|
334
|
+
}>;
|
|
335
|
+
readonly marginY: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
336
|
+
readonly XS: "XS";
|
|
337
|
+
readonly SM: "SM";
|
|
338
|
+
readonly MD: "MD";
|
|
339
|
+
readonly LG: "LG";
|
|
340
|
+
readonly XL: "XL";
|
|
341
|
+
}>;
|
|
342
|
+
readonly padding: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
343
|
+
readonly XS: "XS";
|
|
344
|
+
readonly SM: "SM";
|
|
345
|
+
readonly MD: "MD";
|
|
346
|
+
readonly LG: "LG";
|
|
347
|
+
readonly XL: "XL";
|
|
348
|
+
}>;
|
|
349
|
+
readonly paddingBottom: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
350
|
+
readonly XS: "XS";
|
|
351
|
+
readonly SM: "SM";
|
|
352
|
+
readonly MD: "MD";
|
|
353
|
+
readonly LG: "LG";
|
|
354
|
+
readonly XL: "XL";
|
|
355
|
+
}>;
|
|
356
|
+
readonly paddingLeft: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
357
|
+
readonly XS: "XS";
|
|
358
|
+
readonly SM: "SM";
|
|
359
|
+
readonly MD: "MD";
|
|
360
|
+
readonly LG: "LG";
|
|
361
|
+
readonly XL: "XL";
|
|
362
|
+
}>;
|
|
363
|
+
readonly paddingRight: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
364
|
+
readonly XS: "XS";
|
|
365
|
+
readonly SM: "SM";
|
|
366
|
+
readonly MD: "MD";
|
|
367
|
+
readonly LG: "LG";
|
|
368
|
+
readonly XL: "XL";
|
|
369
|
+
}>;
|
|
370
|
+
readonly paddingTop: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
371
|
+
readonly XS: "XS";
|
|
372
|
+
readonly SM: "SM";
|
|
373
|
+
readonly MD: "MD";
|
|
374
|
+
readonly LG: "LG";
|
|
375
|
+
readonly XL: "XL";
|
|
376
|
+
}>;
|
|
377
|
+
readonly paddingX: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
378
|
+
readonly XS: "XS";
|
|
379
|
+
readonly SM: "SM";
|
|
380
|
+
readonly MD: "MD";
|
|
381
|
+
readonly LG: "LG";
|
|
382
|
+
readonly XL: "XL";
|
|
383
|
+
}>;
|
|
384
|
+
readonly paddingY: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
385
|
+
readonly XS: "XS";
|
|
386
|
+
readonly SM: "SM";
|
|
387
|
+
readonly MD: "MD";
|
|
388
|
+
readonly LG: "LG";
|
|
389
|
+
readonly XL: "XL";
|
|
390
|
+
}>;
|
|
391
|
+
}> & {
|
|
392
|
+
mediumSized: boolean;
|
|
393
|
+
}, never>;
|
|
394
|
+
export declare const SearchIconWrapper: import("styled-components").StyledComponent<"div", any, Partial<{
|
|
395
|
+
readonly alignContent?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
396
|
+
readonly XS: "XS";
|
|
397
|
+
readonly SM: "SM";
|
|
398
|
+
readonly MD: "MD";
|
|
399
|
+
readonly LG: "LG";
|
|
400
|
+
readonly XL: "XL";
|
|
401
|
+
}> | undefined;
|
|
402
|
+
readonly alignItems?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
403
|
+
readonly XS: "XS";
|
|
404
|
+
readonly SM: "SM";
|
|
405
|
+
readonly MD: "MD";
|
|
406
|
+
readonly LG: "LG";
|
|
407
|
+
readonly XL: "XL";
|
|
408
|
+
}> | undefined;
|
|
409
|
+
readonly alignSelf?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
410
|
+
readonly XS: "XS";
|
|
411
|
+
readonly SM: "SM";
|
|
412
|
+
readonly MD: "MD";
|
|
413
|
+
readonly LG: "LG";
|
|
414
|
+
readonly XL: "XL";
|
|
415
|
+
}> | undefined;
|
|
416
|
+
readonly flex?: string | number | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("react").ReactText, {
|
|
417
|
+
readonly XS: "XS";
|
|
418
|
+
readonly SM: "SM";
|
|
419
|
+
readonly MD: "MD";
|
|
420
|
+
readonly LG: "LG";
|
|
421
|
+
readonly XL: "XL";
|
|
422
|
+
}> | undefined;
|
|
423
|
+
readonly flexBasis?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
424
|
+
readonly XS: "XS";
|
|
425
|
+
readonly SM: "SM";
|
|
426
|
+
readonly MD: "MD";
|
|
427
|
+
readonly LG: "LG";
|
|
428
|
+
readonly XL: "XL";
|
|
429
|
+
}> | undefined;
|
|
430
|
+
readonly flexDirection?: "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").FlexDirectionProperty, {
|
|
431
|
+
readonly XS: "XS";
|
|
432
|
+
readonly SM: "SM";
|
|
433
|
+
readonly MD: "MD";
|
|
434
|
+
readonly LG: "LG";
|
|
435
|
+
readonly XL: "XL";
|
|
436
|
+
}> | undefined;
|
|
437
|
+
readonly flexGrow?: number | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").GlobalsNumber, {
|
|
438
|
+
readonly XS: "XS";
|
|
439
|
+
readonly SM: "SM";
|
|
440
|
+
readonly MD: "MD";
|
|
441
|
+
readonly LG: "LG";
|
|
442
|
+
readonly XL: "XL";
|
|
443
|
+
}> | undefined;
|
|
444
|
+
readonly flexShrink?: number | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").GlobalsNumber, {
|
|
445
|
+
readonly XS: "XS";
|
|
446
|
+
readonly SM: "SM";
|
|
447
|
+
readonly MD: "MD";
|
|
448
|
+
readonly LG: "LG";
|
|
449
|
+
readonly XL: "XL";
|
|
450
|
+
}> | undefined;
|
|
451
|
+
readonly flexWrap?: "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").FlexWrapProperty, {
|
|
452
|
+
readonly XS: "XS";
|
|
453
|
+
readonly SM: "SM";
|
|
454
|
+
readonly MD: "MD";
|
|
455
|
+
readonly LG: "LG";
|
|
456
|
+
readonly XL: "XL";
|
|
457
|
+
}> | undefined;
|
|
458
|
+
readonly justifyContent?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
459
|
+
readonly XS: "XS";
|
|
460
|
+
readonly SM: "SM";
|
|
461
|
+
readonly MD: "MD";
|
|
462
|
+
readonly LG: "LG";
|
|
463
|
+
readonly XL: "XL";
|
|
464
|
+
}> | undefined;
|
|
465
|
+
readonly justifyItems?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
466
|
+
readonly XS: "XS";
|
|
467
|
+
readonly SM: "SM";
|
|
468
|
+
readonly MD: "MD";
|
|
469
|
+
readonly LG: "LG";
|
|
470
|
+
readonly XL: "XL";
|
|
471
|
+
}> | undefined;
|
|
472
|
+
readonly justifySelf?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
473
|
+
readonly XS: "XS";
|
|
474
|
+
readonly SM: "SM";
|
|
475
|
+
readonly MD: "MD";
|
|
476
|
+
readonly LG: "LG";
|
|
477
|
+
readonly XL: "XL";
|
|
478
|
+
}> | undefined;
|
|
479
|
+
readonly order?: number | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").GlobalsNumber, {
|
|
480
|
+
readonly XS: "XS";
|
|
481
|
+
readonly SM: "SM";
|
|
482
|
+
readonly MD: "MD";
|
|
483
|
+
readonly LG: "LG";
|
|
484
|
+
readonly XL: "XL";
|
|
485
|
+
}> | undefined;
|
|
486
|
+
readonly size?: "XS" | "SM" | "MD" | "LG" | "XL" | undefined;
|
|
487
|
+
}> & Partial<{
|
|
488
|
+
readonly margin: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
489
|
+
readonly XS: "XS";
|
|
490
|
+
readonly SM: "SM";
|
|
491
|
+
readonly MD: "MD";
|
|
492
|
+
readonly LG: "LG";
|
|
493
|
+
readonly XL: "XL";
|
|
494
|
+
}>;
|
|
495
|
+
readonly marginBottom: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
496
|
+
readonly XS: "XS";
|
|
497
|
+
readonly SM: "SM";
|
|
498
|
+
readonly MD: "MD";
|
|
499
|
+
readonly LG: "LG";
|
|
500
|
+
readonly XL: "XL";
|
|
501
|
+
}>;
|
|
502
|
+
readonly marginLeft: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
503
|
+
readonly XS: "XS";
|
|
504
|
+
readonly SM: "SM";
|
|
505
|
+
readonly MD: "MD";
|
|
506
|
+
readonly LG: "LG";
|
|
507
|
+
readonly XL: "XL";
|
|
508
|
+
}>;
|
|
509
|
+
readonly marginRight: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
510
|
+
readonly XS: "XS";
|
|
511
|
+
readonly SM: "SM";
|
|
512
|
+
readonly MD: "MD";
|
|
513
|
+
readonly LG: "LG";
|
|
514
|
+
readonly XL: "XL";
|
|
515
|
+
}>;
|
|
516
|
+
readonly marginTop: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
517
|
+
readonly XS: "XS";
|
|
518
|
+
readonly SM: "SM";
|
|
519
|
+
readonly MD: "MD";
|
|
520
|
+
readonly LG: "LG";
|
|
521
|
+
readonly XL: "XL";
|
|
522
|
+
}>;
|
|
523
|
+
readonly marginX: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
524
|
+
readonly XS: "XS";
|
|
525
|
+
readonly SM: "SM";
|
|
526
|
+
readonly MD: "MD";
|
|
527
|
+
readonly LG: "LG";
|
|
528
|
+
readonly XL: "XL";
|
|
529
|
+
}>;
|
|
530
|
+
readonly marginY: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
531
|
+
readonly XS: "XS";
|
|
532
|
+
readonly SM: "SM";
|
|
533
|
+
readonly MD: "MD";
|
|
534
|
+
readonly LG: "LG";
|
|
535
|
+
readonly XL: "XL";
|
|
536
|
+
}>;
|
|
537
|
+
readonly padding: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
538
|
+
readonly XS: "XS";
|
|
539
|
+
readonly SM: "SM";
|
|
540
|
+
readonly MD: "MD";
|
|
541
|
+
readonly LG: "LG";
|
|
542
|
+
readonly XL: "XL";
|
|
543
|
+
}>;
|
|
544
|
+
readonly paddingBottom: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
545
|
+
readonly XS: "XS";
|
|
546
|
+
readonly SM: "SM";
|
|
547
|
+
readonly MD: "MD";
|
|
548
|
+
readonly LG: "LG";
|
|
549
|
+
readonly XL: "XL";
|
|
550
|
+
}>;
|
|
551
|
+
readonly paddingLeft: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
552
|
+
readonly XS: "XS";
|
|
553
|
+
readonly SM: "SM";
|
|
554
|
+
readonly MD: "MD";
|
|
555
|
+
readonly LG: "LG";
|
|
556
|
+
readonly XL: "XL";
|
|
557
|
+
}>;
|
|
558
|
+
readonly paddingRight: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
559
|
+
readonly XS: "XS";
|
|
560
|
+
readonly SM: "SM";
|
|
561
|
+
readonly MD: "MD";
|
|
562
|
+
readonly LG: "LG";
|
|
563
|
+
readonly XL: "XL";
|
|
564
|
+
}>;
|
|
565
|
+
readonly paddingTop: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
566
|
+
readonly XS: "XS";
|
|
567
|
+
readonly SM: "SM";
|
|
568
|
+
readonly MD: "MD";
|
|
569
|
+
readonly LG: "LG";
|
|
570
|
+
readonly XL: "XL";
|
|
571
|
+
}>;
|
|
572
|
+
readonly paddingX: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
573
|
+
readonly XS: "XS";
|
|
574
|
+
readonly SM: "SM";
|
|
575
|
+
readonly MD: "MD";
|
|
576
|
+
readonly LG: "LG";
|
|
577
|
+
readonly XL: "XL";
|
|
578
|
+
}>;
|
|
579
|
+
readonly paddingY: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
580
|
+
readonly XS: "XS";
|
|
581
|
+
readonly SM: "SM";
|
|
582
|
+
readonly MD: "MD";
|
|
583
|
+
readonly LG: "LG";
|
|
584
|
+
readonly XL: "XL";
|
|
585
|
+
}>;
|
|
586
|
+
}> & {
|
|
587
|
+
inputSize: string;
|
|
588
|
+
}, never>;
|
|
589
|
+
export declare const TimesIconWrapper: import("styled-components").StyledComponent<"div", any, Partial<{
|
|
590
|
+
readonly alignContent?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
591
|
+
readonly XS: "XS";
|
|
592
|
+
readonly SM: "SM";
|
|
593
|
+
readonly MD: "MD";
|
|
594
|
+
readonly LG: "LG";
|
|
595
|
+
readonly XL: "XL";
|
|
596
|
+
}> | undefined;
|
|
597
|
+
readonly alignItems?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
598
|
+
readonly XS: "XS";
|
|
599
|
+
readonly SM: "SM";
|
|
600
|
+
readonly MD: "MD";
|
|
601
|
+
readonly LG: "LG";
|
|
602
|
+
readonly XL: "XL";
|
|
603
|
+
}> | undefined;
|
|
604
|
+
readonly alignSelf?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
605
|
+
readonly XS: "XS";
|
|
606
|
+
readonly SM: "SM";
|
|
607
|
+
readonly MD: "MD";
|
|
608
|
+
readonly LG: "LG";
|
|
609
|
+
readonly XL: "XL";
|
|
610
|
+
}> | undefined;
|
|
611
|
+
readonly flex?: string | number | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("react").ReactText, {
|
|
612
|
+
readonly XS: "XS";
|
|
613
|
+
readonly SM: "SM";
|
|
614
|
+
readonly MD: "MD";
|
|
615
|
+
readonly LG: "LG";
|
|
616
|
+
readonly XL: "XL";
|
|
617
|
+
}> | undefined;
|
|
618
|
+
readonly flexBasis?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
619
|
+
readonly XS: "XS";
|
|
620
|
+
readonly SM: "SM";
|
|
621
|
+
readonly MD: "MD";
|
|
622
|
+
readonly LG: "LG";
|
|
623
|
+
readonly XL: "XL";
|
|
624
|
+
}> | undefined;
|
|
625
|
+
readonly flexDirection?: "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").FlexDirectionProperty, {
|
|
626
|
+
readonly XS: "XS";
|
|
627
|
+
readonly SM: "SM";
|
|
628
|
+
readonly MD: "MD";
|
|
629
|
+
readonly LG: "LG";
|
|
630
|
+
readonly XL: "XL";
|
|
631
|
+
}> | undefined;
|
|
632
|
+
readonly flexGrow?: number | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").GlobalsNumber, {
|
|
633
|
+
readonly XS: "XS";
|
|
634
|
+
readonly SM: "SM";
|
|
635
|
+
readonly MD: "MD";
|
|
636
|
+
readonly LG: "LG";
|
|
637
|
+
readonly XL: "XL";
|
|
638
|
+
}> | undefined;
|
|
639
|
+
readonly flexShrink?: number | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").GlobalsNumber, {
|
|
640
|
+
readonly XS: "XS";
|
|
641
|
+
readonly SM: "SM";
|
|
642
|
+
readonly MD: "MD";
|
|
643
|
+
readonly LG: "LG";
|
|
644
|
+
readonly XL: "XL";
|
|
645
|
+
}> | undefined;
|
|
646
|
+
readonly flexWrap?: "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").FlexWrapProperty, {
|
|
647
|
+
readonly XS: "XS";
|
|
648
|
+
readonly SM: "SM";
|
|
649
|
+
readonly MD: "MD";
|
|
650
|
+
readonly LG: "LG";
|
|
651
|
+
readonly XL: "XL";
|
|
652
|
+
}> | undefined;
|
|
653
|
+
readonly justifyContent?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
654
|
+
readonly XS: "XS";
|
|
655
|
+
readonly SM: "SM";
|
|
656
|
+
readonly MD: "MD";
|
|
657
|
+
readonly LG: "LG";
|
|
658
|
+
readonly XL: "XL";
|
|
659
|
+
}> | undefined;
|
|
660
|
+
readonly justifyItems?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
661
|
+
readonly XS: "XS";
|
|
662
|
+
readonly SM: "SM";
|
|
663
|
+
readonly MD: "MD";
|
|
664
|
+
readonly LG: "LG";
|
|
665
|
+
readonly XL: "XL";
|
|
666
|
+
}> | undefined;
|
|
667
|
+
readonly justifySelf?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
668
|
+
readonly XS: "XS";
|
|
669
|
+
readonly SM: "SM";
|
|
670
|
+
readonly MD: "MD";
|
|
671
|
+
readonly LG: "LG";
|
|
672
|
+
readonly XL: "XL";
|
|
673
|
+
}> | undefined;
|
|
674
|
+
readonly order?: number | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").GlobalsNumber, {
|
|
675
|
+
readonly XS: "XS";
|
|
676
|
+
readonly SM: "SM";
|
|
677
|
+
readonly MD: "MD";
|
|
678
|
+
readonly LG: "LG";
|
|
679
|
+
readonly XL: "XL";
|
|
680
|
+
}> | undefined;
|
|
681
|
+
readonly size?: "XS" | "SM" | "MD" | "LG" | "XL" | undefined;
|
|
682
|
+
}> & Partial<{
|
|
683
|
+
readonly margin: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
684
|
+
readonly XS: "XS";
|
|
685
|
+
readonly SM: "SM";
|
|
686
|
+
readonly MD: "MD";
|
|
687
|
+
readonly LG: "LG";
|
|
688
|
+
readonly XL: "XL";
|
|
689
|
+
}>;
|
|
690
|
+
readonly marginBottom: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
691
|
+
readonly XS: "XS";
|
|
692
|
+
readonly SM: "SM";
|
|
693
|
+
readonly MD: "MD";
|
|
694
|
+
readonly LG: "LG";
|
|
695
|
+
readonly XL: "XL";
|
|
696
|
+
}>;
|
|
697
|
+
readonly marginLeft: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
698
|
+
readonly XS: "XS";
|
|
699
|
+
readonly SM: "SM";
|
|
700
|
+
readonly MD: "MD";
|
|
701
|
+
readonly LG: "LG";
|
|
702
|
+
readonly XL: "XL";
|
|
703
|
+
}>;
|
|
704
|
+
readonly marginRight: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
705
|
+
readonly XS: "XS";
|
|
706
|
+
readonly SM: "SM";
|
|
707
|
+
readonly MD: "MD";
|
|
708
|
+
readonly LG: "LG";
|
|
709
|
+
readonly XL: "XL";
|
|
710
|
+
}>;
|
|
711
|
+
readonly marginTop: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
712
|
+
readonly XS: "XS";
|
|
713
|
+
readonly SM: "SM";
|
|
714
|
+
readonly MD: "MD";
|
|
715
|
+
readonly LG: "LG";
|
|
716
|
+
readonly XL: "XL";
|
|
717
|
+
}>;
|
|
718
|
+
readonly marginX: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
719
|
+
readonly XS: "XS";
|
|
720
|
+
readonly SM: "SM";
|
|
721
|
+
readonly MD: "MD";
|
|
722
|
+
readonly LG: "LG";
|
|
723
|
+
readonly XL: "XL";
|
|
724
|
+
}>;
|
|
725
|
+
readonly marginY: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
726
|
+
readonly XS: "XS";
|
|
727
|
+
readonly SM: "SM";
|
|
728
|
+
readonly MD: "MD";
|
|
729
|
+
readonly LG: "LG";
|
|
730
|
+
readonly XL: "XL";
|
|
731
|
+
}>;
|
|
732
|
+
readonly padding: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
733
|
+
readonly XS: "XS";
|
|
734
|
+
readonly SM: "SM";
|
|
735
|
+
readonly MD: "MD";
|
|
736
|
+
readonly LG: "LG";
|
|
737
|
+
readonly XL: "XL";
|
|
738
|
+
}>;
|
|
739
|
+
readonly paddingBottom: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
740
|
+
readonly XS: "XS";
|
|
741
|
+
readonly SM: "SM";
|
|
742
|
+
readonly MD: "MD";
|
|
743
|
+
readonly LG: "LG";
|
|
744
|
+
readonly XL: "XL";
|
|
745
|
+
}>;
|
|
746
|
+
readonly paddingLeft: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
747
|
+
readonly XS: "XS";
|
|
748
|
+
readonly SM: "SM";
|
|
749
|
+
readonly MD: "MD";
|
|
750
|
+
readonly LG: "LG";
|
|
751
|
+
readonly XL: "XL";
|
|
752
|
+
}>;
|
|
753
|
+
readonly paddingRight: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
754
|
+
readonly XS: "XS";
|
|
755
|
+
readonly SM: "SM";
|
|
756
|
+
readonly MD: "MD";
|
|
757
|
+
readonly LG: "LG";
|
|
758
|
+
readonly XL: "XL";
|
|
759
|
+
}>;
|
|
760
|
+
readonly paddingTop: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
761
|
+
readonly XS: "XS";
|
|
762
|
+
readonly SM: "SM";
|
|
763
|
+
readonly MD: "MD";
|
|
764
|
+
readonly LG: "LG";
|
|
765
|
+
readonly XL: "XL";
|
|
766
|
+
}>;
|
|
767
|
+
readonly paddingX: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
768
|
+
readonly XS: "XS";
|
|
769
|
+
readonly SM: "SM";
|
|
770
|
+
readonly MD: "MD";
|
|
771
|
+
readonly LG: "LG";
|
|
772
|
+
readonly XL: "XL";
|
|
773
|
+
}>;
|
|
774
|
+
readonly paddingY: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
775
|
+
readonly XS: "XS";
|
|
776
|
+
readonly SM: "SM";
|
|
777
|
+
readonly MD: "MD";
|
|
778
|
+
readonly LG: "LG";
|
|
779
|
+
readonly XL: "XL";
|
|
780
|
+
}>;
|
|
781
|
+
}> & {
|
|
782
|
+
visible: boolean;
|
|
783
|
+
}, never>;
|
|
784
|
+
export declare const StyledInput: import("styled-components").StyledComponent<"input", any, {}, never>;
|
|
785
|
+
export declare const SelectWrapper: import("styled-components").StyledComponent<"div", any, Partial<{
|
|
786
|
+
readonly alignContent?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
787
|
+
readonly XS: "XS";
|
|
788
|
+
readonly SM: "SM";
|
|
789
|
+
readonly MD: "MD";
|
|
790
|
+
readonly LG: "LG";
|
|
791
|
+
readonly XL: "XL";
|
|
792
|
+
}> | undefined;
|
|
793
|
+
readonly alignItems?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
794
|
+
readonly XS: "XS";
|
|
795
|
+
readonly SM: "SM";
|
|
796
|
+
readonly MD: "MD";
|
|
797
|
+
readonly LG: "LG";
|
|
798
|
+
readonly XL: "XL";
|
|
799
|
+
}> | undefined;
|
|
800
|
+
readonly alignSelf?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
801
|
+
readonly XS: "XS";
|
|
802
|
+
readonly SM: "SM";
|
|
803
|
+
readonly MD: "MD";
|
|
804
|
+
readonly LG: "LG";
|
|
805
|
+
readonly XL: "XL";
|
|
806
|
+
}> | undefined;
|
|
807
|
+
readonly flex?: string | number | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("react").ReactText, {
|
|
808
|
+
readonly XS: "XS";
|
|
809
|
+
readonly SM: "SM";
|
|
810
|
+
readonly MD: "MD";
|
|
811
|
+
readonly LG: "LG";
|
|
812
|
+
readonly XL: "XL";
|
|
813
|
+
}> | undefined;
|
|
814
|
+
readonly flexBasis?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
815
|
+
readonly XS: "XS";
|
|
816
|
+
readonly SM: "SM";
|
|
817
|
+
readonly MD: "MD";
|
|
818
|
+
readonly LG: "LG";
|
|
819
|
+
readonly XL: "XL";
|
|
820
|
+
}> | undefined;
|
|
821
|
+
readonly flexDirection?: "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").FlexDirectionProperty, {
|
|
822
|
+
readonly XS: "XS";
|
|
823
|
+
readonly SM: "SM";
|
|
824
|
+
readonly MD: "MD";
|
|
825
|
+
readonly LG: "LG";
|
|
826
|
+
readonly XL: "XL";
|
|
827
|
+
}> | undefined;
|
|
828
|
+
readonly flexGrow?: number | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").GlobalsNumber, {
|
|
829
|
+
readonly XS: "XS";
|
|
830
|
+
readonly SM: "SM";
|
|
831
|
+
readonly MD: "MD";
|
|
832
|
+
readonly LG: "LG";
|
|
833
|
+
readonly XL: "XL";
|
|
834
|
+
}> | undefined;
|
|
835
|
+
readonly flexShrink?: number | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").GlobalsNumber, {
|
|
836
|
+
readonly XS: "XS";
|
|
837
|
+
readonly SM: "SM";
|
|
838
|
+
readonly MD: "MD";
|
|
839
|
+
readonly LG: "LG";
|
|
840
|
+
readonly XL: "XL";
|
|
841
|
+
}> | undefined;
|
|
842
|
+
readonly flexWrap?: "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").FlexWrapProperty, {
|
|
843
|
+
readonly XS: "XS";
|
|
844
|
+
readonly SM: "SM";
|
|
845
|
+
readonly MD: "MD";
|
|
846
|
+
readonly LG: "LG";
|
|
847
|
+
readonly XL: "XL";
|
|
848
|
+
}> | undefined;
|
|
849
|
+
readonly justifyContent?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
850
|
+
readonly XS: "XS";
|
|
851
|
+
readonly SM: "SM";
|
|
852
|
+
readonly MD: "MD";
|
|
853
|
+
readonly LG: "LG";
|
|
854
|
+
readonly XL: "XL";
|
|
855
|
+
}> | undefined;
|
|
856
|
+
readonly justifyItems?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
857
|
+
readonly XS: "XS";
|
|
858
|
+
readonly SM: "SM";
|
|
859
|
+
readonly MD: "MD";
|
|
860
|
+
readonly LG: "LG";
|
|
861
|
+
readonly XL: "XL";
|
|
862
|
+
}> | undefined;
|
|
863
|
+
readonly justifySelf?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
864
|
+
readonly XS: "XS";
|
|
865
|
+
readonly SM: "SM";
|
|
866
|
+
readonly MD: "MD";
|
|
867
|
+
readonly LG: "LG";
|
|
868
|
+
readonly XL: "XL";
|
|
869
|
+
}> | undefined;
|
|
870
|
+
readonly order?: number | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").GlobalsNumber, {
|
|
871
|
+
readonly XS: "XS";
|
|
872
|
+
readonly SM: "SM";
|
|
873
|
+
readonly MD: "MD";
|
|
874
|
+
readonly LG: "LG";
|
|
875
|
+
readonly XL: "XL";
|
|
876
|
+
}> | undefined;
|
|
877
|
+
readonly size?: "XS" | "SM" | "MD" | "LG" | "XL" | undefined;
|
|
878
|
+
}> & Partial<{
|
|
879
|
+
readonly margin: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
880
|
+
readonly XS: "XS";
|
|
881
|
+
readonly SM: "SM";
|
|
882
|
+
readonly MD: "MD";
|
|
883
|
+
readonly LG: "LG";
|
|
884
|
+
readonly XL: "XL";
|
|
885
|
+
}>;
|
|
886
|
+
readonly marginBottom: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
887
|
+
readonly XS: "XS";
|
|
888
|
+
readonly SM: "SM";
|
|
889
|
+
readonly MD: "MD";
|
|
890
|
+
readonly LG: "LG";
|
|
891
|
+
readonly XL: "XL";
|
|
892
|
+
}>;
|
|
893
|
+
readonly marginLeft: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
894
|
+
readonly XS: "XS";
|
|
895
|
+
readonly SM: "SM";
|
|
896
|
+
readonly MD: "MD";
|
|
897
|
+
readonly LG: "LG";
|
|
898
|
+
readonly XL: "XL";
|
|
899
|
+
}>;
|
|
900
|
+
readonly marginRight: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
901
|
+
readonly XS: "XS";
|
|
902
|
+
readonly SM: "SM";
|
|
903
|
+
readonly MD: "MD";
|
|
904
|
+
readonly LG: "LG";
|
|
905
|
+
readonly XL: "XL";
|
|
906
|
+
}>;
|
|
907
|
+
readonly marginTop: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
908
|
+
readonly XS: "XS";
|
|
909
|
+
readonly SM: "SM";
|
|
910
|
+
readonly MD: "MD";
|
|
911
|
+
readonly LG: "LG";
|
|
912
|
+
readonly XL: "XL";
|
|
913
|
+
}>;
|
|
914
|
+
readonly marginX: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
915
|
+
readonly XS: "XS";
|
|
916
|
+
readonly SM: "SM";
|
|
917
|
+
readonly MD: "MD";
|
|
918
|
+
readonly LG: "LG";
|
|
919
|
+
readonly XL: "XL";
|
|
920
|
+
}>;
|
|
921
|
+
readonly marginY: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
922
|
+
readonly XS: "XS";
|
|
923
|
+
readonly SM: "SM";
|
|
924
|
+
readonly MD: "MD";
|
|
925
|
+
readonly LG: "LG";
|
|
926
|
+
readonly XL: "XL";
|
|
927
|
+
}>;
|
|
928
|
+
readonly padding: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
929
|
+
readonly XS: "XS";
|
|
930
|
+
readonly SM: "SM";
|
|
931
|
+
readonly MD: "MD";
|
|
932
|
+
readonly LG: "LG";
|
|
933
|
+
readonly XL: "XL";
|
|
934
|
+
}>;
|
|
935
|
+
readonly paddingBottom: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
936
|
+
readonly XS: "XS";
|
|
937
|
+
readonly SM: "SM";
|
|
938
|
+
readonly MD: "MD";
|
|
939
|
+
readonly LG: "LG";
|
|
940
|
+
readonly XL: "XL";
|
|
941
|
+
}>;
|
|
942
|
+
readonly paddingLeft: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
943
|
+
readonly XS: "XS";
|
|
944
|
+
readonly SM: "SM";
|
|
945
|
+
readonly MD: "MD";
|
|
946
|
+
readonly LG: "LG";
|
|
947
|
+
readonly XL: "XL";
|
|
948
|
+
}>;
|
|
949
|
+
readonly paddingRight: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
950
|
+
readonly XS: "XS";
|
|
951
|
+
readonly SM: "SM";
|
|
952
|
+
readonly MD: "MD";
|
|
953
|
+
readonly LG: "LG";
|
|
954
|
+
readonly XL: "XL";
|
|
955
|
+
}>;
|
|
956
|
+
readonly paddingTop: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
957
|
+
readonly XS: "XS";
|
|
958
|
+
readonly SM: "SM";
|
|
959
|
+
readonly MD: "MD";
|
|
960
|
+
readonly LG: "LG";
|
|
961
|
+
readonly XL: "XL";
|
|
962
|
+
}>;
|
|
963
|
+
readonly paddingX: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
964
|
+
readonly XS: "XS";
|
|
965
|
+
readonly SM: "SM";
|
|
966
|
+
readonly MD: "MD";
|
|
967
|
+
readonly LG: "LG";
|
|
968
|
+
readonly XL: "XL";
|
|
969
|
+
}>;
|
|
970
|
+
readonly paddingY: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
971
|
+
readonly XS: "XS";
|
|
972
|
+
readonly SM: "SM";
|
|
973
|
+
readonly MD: "MD";
|
|
974
|
+
readonly LG: "LG";
|
|
975
|
+
readonly XL: "XL";
|
|
976
|
+
}>;
|
|
977
|
+
}> & {
|
|
978
|
+
width?: string | undefined;
|
|
979
|
+
}, never>;
|
|
980
|
+
export declare const WarningMessage: import("styled-components").StyledComponent<import("react").RefForwardingComponent<HTMLDivElement, MessageProps>, any, MessageProps, never>;
|
|
981
|
+
export declare const SearchInputContainer: import("styled-components").StyledComponent<"div", any, Partial<{
|
|
982
|
+
readonly alignContent?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
983
|
+
readonly XS: "XS";
|
|
984
|
+
readonly SM: "SM";
|
|
985
|
+
readonly MD: "MD";
|
|
986
|
+
readonly LG: "LG";
|
|
987
|
+
readonly XL: "XL";
|
|
988
|
+
}> | undefined;
|
|
989
|
+
readonly alignItems?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
990
|
+
readonly XS: "XS";
|
|
991
|
+
readonly SM: "SM";
|
|
992
|
+
readonly MD: "MD";
|
|
993
|
+
readonly LG: "LG";
|
|
994
|
+
readonly XL: "XL";
|
|
995
|
+
}> | undefined;
|
|
996
|
+
readonly alignSelf?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
997
|
+
readonly XS: "XS";
|
|
998
|
+
readonly SM: "SM";
|
|
999
|
+
readonly MD: "MD";
|
|
1000
|
+
readonly LG: "LG";
|
|
1001
|
+
readonly XL: "XL";
|
|
1002
|
+
}> | undefined;
|
|
1003
|
+
readonly flex?: string | number | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("react").ReactText, {
|
|
1004
|
+
readonly XS: "XS";
|
|
1005
|
+
readonly SM: "SM";
|
|
1006
|
+
readonly MD: "MD";
|
|
1007
|
+
readonly LG: "LG";
|
|
1008
|
+
readonly XL: "XL";
|
|
1009
|
+
}> | undefined;
|
|
1010
|
+
readonly flexBasis?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
1011
|
+
readonly XS: "XS";
|
|
1012
|
+
readonly SM: "SM";
|
|
1013
|
+
readonly MD: "MD";
|
|
1014
|
+
readonly LG: "LG";
|
|
1015
|
+
readonly XL: "XL";
|
|
1016
|
+
}> | undefined;
|
|
1017
|
+
readonly flexDirection?: "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | "row" | "column" | "column-reverse" | "row-reverse" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").FlexDirectionProperty, {
|
|
1018
|
+
readonly XS: "XS";
|
|
1019
|
+
readonly SM: "SM";
|
|
1020
|
+
readonly MD: "MD";
|
|
1021
|
+
readonly LG: "LG";
|
|
1022
|
+
readonly XL: "XL";
|
|
1023
|
+
}> | undefined;
|
|
1024
|
+
readonly flexGrow?: number | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").GlobalsNumber, {
|
|
1025
|
+
readonly XS: "XS";
|
|
1026
|
+
readonly SM: "SM";
|
|
1027
|
+
readonly MD: "MD";
|
|
1028
|
+
readonly LG: "LG";
|
|
1029
|
+
readonly XL: "XL";
|
|
1030
|
+
}> | undefined;
|
|
1031
|
+
readonly flexShrink?: number | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").GlobalsNumber, {
|
|
1032
|
+
readonly XS: "XS";
|
|
1033
|
+
readonly SM: "SM";
|
|
1034
|
+
readonly MD: "MD";
|
|
1035
|
+
readonly LG: "LG";
|
|
1036
|
+
readonly XL: "XL";
|
|
1037
|
+
}> | undefined;
|
|
1038
|
+
readonly flexWrap?: "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | "nowrap" | "wrap" | "wrap-reverse" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").FlexWrapProperty, {
|
|
1039
|
+
readonly XS: "XS";
|
|
1040
|
+
readonly SM: "SM";
|
|
1041
|
+
readonly MD: "MD";
|
|
1042
|
+
readonly LG: "LG";
|
|
1043
|
+
readonly XL: "XL";
|
|
1044
|
+
}> | undefined;
|
|
1045
|
+
readonly justifyContent?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
1046
|
+
readonly XS: "XS";
|
|
1047
|
+
readonly SM: "SM";
|
|
1048
|
+
readonly MD: "MD";
|
|
1049
|
+
readonly LG: "LG";
|
|
1050
|
+
readonly XL: "XL";
|
|
1051
|
+
}> | undefined;
|
|
1052
|
+
readonly justifyItems?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
1053
|
+
readonly XS: "XS";
|
|
1054
|
+
readonly SM: "SM";
|
|
1055
|
+
readonly MD: "MD";
|
|
1056
|
+
readonly LG: "LG";
|
|
1057
|
+
readonly XL: "XL";
|
|
1058
|
+
}> | undefined;
|
|
1059
|
+
readonly justifySelf?: string | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<string, {
|
|
1060
|
+
readonly XS: "XS";
|
|
1061
|
+
readonly SM: "SM";
|
|
1062
|
+
readonly MD: "MD";
|
|
1063
|
+
readonly LG: "LG";
|
|
1064
|
+
readonly XL: "XL";
|
|
1065
|
+
}> | undefined;
|
|
1066
|
+
readonly order?: number | "-moz-initial" | "inherit" | "initial" | "revert" | "unset" | import("../../utils/dynamicModifiers").DynamicResponsiveModifiersProp<import("csstype").GlobalsNumber, {
|
|
1067
|
+
readonly XS: "XS";
|
|
1068
|
+
readonly SM: "SM";
|
|
1069
|
+
readonly MD: "MD";
|
|
1070
|
+
readonly LG: "LG";
|
|
1071
|
+
readonly XL: "XL";
|
|
1072
|
+
}> | undefined;
|
|
1073
|
+
readonly size?: "XS" | "SM" | "MD" | "LG" | "XL" | undefined;
|
|
1074
|
+
}> & Partial<{
|
|
1075
|
+
readonly margin: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
1076
|
+
readonly XS: "XS";
|
|
1077
|
+
readonly SM: "SM";
|
|
1078
|
+
readonly MD: "MD";
|
|
1079
|
+
readonly LG: "LG";
|
|
1080
|
+
readonly XL: "XL";
|
|
1081
|
+
}>;
|
|
1082
|
+
readonly marginBottom: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
1083
|
+
readonly XS: "XS";
|
|
1084
|
+
readonly SM: "SM";
|
|
1085
|
+
readonly MD: "MD";
|
|
1086
|
+
readonly LG: "LG";
|
|
1087
|
+
readonly XL: "XL";
|
|
1088
|
+
}>;
|
|
1089
|
+
readonly marginLeft: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
1090
|
+
readonly XS: "XS";
|
|
1091
|
+
readonly SM: "SM";
|
|
1092
|
+
readonly MD: "MD";
|
|
1093
|
+
readonly LG: "LG";
|
|
1094
|
+
readonly XL: "XL";
|
|
1095
|
+
}>;
|
|
1096
|
+
readonly marginRight: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
1097
|
+
readonly XS: "XS";
|
|
1098
|
+
readonly SM: "SM";
|
|
1099
|
+
readonly MD: "MD";
|
|
1100
|
+
readonly LG: "LG";
|
|
1101
|
+
readonly XL: "XL";
|
|
1102
|
+
}>;
|
|
1103
|
+
readonly marginTop: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
1104
|
+
readonly XS: "XS";
|
|
1105
|
+
readonly SM: "SM";
|
|
1106
|
+
readonly MD: "MD";
|
|
1107
|
+
readonly LG: "LG";
|
|
1108
|
+
readonly XL: "XL";
|
|
1109
|
+
}>;
|
|
1110
|
+
readonly marginX: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
1111
|
+
readonly XS: "XS";
|
|
1112
|
+
readonly SM: "SM";
|
|
1113
|
+
readonly MD: "MD";
|
|
1114
|
+
readonly LG: "LG";
|
|
1115
|
+
readonly XL: "XL";
|
|
1116
|
+
}>;
|
|
1117
|
+
readonly marginY: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
1118
|
+
readonly XS: "XS";
|
|
1119
|
+
readonly SM: "SM";
|
|
1120
|
+
readonly MD: "MD";
|
|
1121
|
+
readonly LG: "LG";
|
|
1122
|
+
readonly XL: "XL";
|
|
1123
|
+
}>;
|
|
1124
|
+
readonly padding: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
1125
|
+
readonly XS: "XS";
|
|
1126
|
+
readonly SM: "SM";
|
|
1127
|
+
readonly MD: "MD";
|
|
1128
|
+
readonly LG: "LG";
|
|
1129
|
+
readonly XL: "XL";
|
|
1130
|
+
}>;
|
|
1131
|
+
readonly paddingBottom: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
1132
|
+
readonly XS: "XS";
|
|
1133
|
+
readonly SM: "SM";
|
|
1134
|
+
readonly MD: "MD";
|
|
1135
|
+
readonly LG: "LG";
|
|
1136
|
+
readonly XL: "XL";
|
|
1137
|
+
}>;
|
|
1138
|
+
readonly paddingLeft: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
1139
|
+
readonly XS: "XS";
|
|
1140
|
+
readonly SM: "SM";
|
|
1141
|
+
readonly MD: "MD";
|
|
1142
|
+
readonly LG: "LG";
|
|
1143
|
+
readonly XL: "XL";
|
|
1144
|
+
}>;
|
|
1145
|
+
readonly paddingRight: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
1146
|
+
readonly XS: "XS";
|
|
1147
|
+
readonly SM: "SM";
|
|
1148
|
+
readonly MD: "MD";
|
|
1149
|
+
readonly LG: "LG";
|
|
1150
|
+
readonly XL: "XL";
|
|
1151
|
+
}>;
|
|
1152
|
+
readonly paddingTop: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
1153
|
+
readonly XS: "XS";
|
|
1154
|
+
readonly SM: "SM";
|
|
1155
|
+
readonly MD: "MD";
|
|
1156
|
+
readonly LG: "LG";
|
|
1157
|
+
readonly XL: "XL";
|
|
1158
|
+
}>;
|
|
1159
|
+
readonly paddingX: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
1160
|
+
readonly XS: "XS";
|
|
1161
|
+
readonly SM: "SM";
|
|
1162
|
+
readonly MD: "MD";
|
|
1163
|
+
readonly LG: "LG";
|
|
1164
|
+
readonly XL: "XL";
|
|
1165
|
+
}>;
|
|
1166
|
+
readonly paddingY: import("../../utils/dynamicModifiers").DynamicModifiersProp<number, {
|
|
1167
|
+
readonly XS: "XS";
|
|
1168
|
+
readonly SM: "SM";
|
|
1169
|
+
readonly MD: "MD";
|
|
1170
|
+
readonly LG: "LG";
|
|
1171
|
+
readonly XL: "XL";
|
|
1172
|
+
}>;
|
|
1173
|
+
}> & {
|
|
1174
|
+
flexDirection: string;
|
|
1175
|
+
}, "flexDirection">;
|
|
1176
|
+
//# sourceMappingURL=styles.d.ts.map
|