@rango-dev/ui 0.15.1-next.2 → 0.15.1-next.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +6 -6
- package/dist/index.js.map +4 -4
- package/dist/translations/en.d.ts.map +1 -1
- package/dist/translations/es.d.ts.map +1 -1
- package/dist/translations/fr.d.ts.map +1 -1
- package/dist/translations/jp.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Alert/Alert.d.ts +6 -6
- package/dist/widget/ui/src/components/Alert/Alert.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Alert/Alert.helpers.d.ts +3 -0
- package/dist/widget/ui/src/components/Alert/Alert.helpers.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Alert/Alert.stories.d.ts +2 -1
- package/dist/widget/ui/src/components/Alert/Alert.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts +467 -0
- package/dist/widget/ui/src/components/Alert/Alert.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Alert/Alert.types.d.ts +11 -0
- package/dist/widget/ui/src/components/Alert/Alert.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Alert/AlertIcon.d.ts +5 -0
- package/dist/widget/ui/src/components/Alert/AlertIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Alert/LoadingFailedAlert.d.ts +3 -0
- package/dist/widget/ui/src/components/Alert/LoadingFailedAlert.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Alert/NotFoundAlert.d.ts +3 -0
- package/dist/widget/ui/src/components/Alert/NotFoundAlert.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BestRoute/BestRoute.d.ts +3 -15
- package/dist/widget/ui/src/components/BestRoute/BestRoute.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BestRoute/BestRoute.stories.d.ts +6 -10
- package/dist/widget/ui/src/components/BestRoute/BestRoute.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BestRoute/BestRoute.styles.d.ts +1393 -0
- package/dist/widget/ui/src/components/BestRoute/BestRoute.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BestRoute/BestRoute.types.d.ts +34 -0
- package/dist/widget/ui/src/components/BestRoute/BestRoute.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.d.ts +4 -0
- package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.styles.d.ts +311 -0
- package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.types.d.ts +6 -0
- package/dist/widget/ui/src/components/BestRoute/BestRouteSkeleton.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BestRoute/RouteSummary.d.ts +12 -0
- package/dist/widget/ui/src/components/BestRoute/RouteSummary.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BestRoute/RouteSummary.styles.d.ts +154 -0
- package/dist/widget/ui/src/components/BestRoute/RouteSummary.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BestRoute/index.d.ts +3 -0
- package/dist/widget/ui/src/components/BestRoute/index.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BestRoute/mock.d.ts +2 -4
- package/dist/widget/ui/src/components/BestRoute/mock.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.d.ts +5 -0
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts +156 -0
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.types.d.ts +6 -0
- package/dist/widget/ui/src/components/BlockchainsChip/BlockchainsChip.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BlockchainsChip/index.d.ts +2 -0
- package/dist/widget/ui/src/components/BlockchainsChip/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/BlockchainsList/BlockchainsList.d.ts +4 -1
- package/dist/widget/ui/src/components/BlockchainsList/BlockchainsList.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BlockchainsList/BlockchainsList.stories.d.ts +1 -1
- package/dist/widget/ui/src/components/BlockchainsList/BlockchainsList.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BottomLogo/BottomLogo.d.ts.map +1 -1
- package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts +307 -0
- package/dist/widget/ui/src/components/BottomLogo/BottomLogo.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Button/Button.d.ts +281 -15
- package/dist/widget/ui/src/components/Button/Button.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Button/Button.stories.d.ts +5 -6
- package/dist/widget/ui/src/components/Button/Button.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Button/Button.styles.d.ts +468 -0
- package/dist/widget/ui/src/components/Button/Button.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Button/Button.types.d.ts +21 -0
- package/dist/widget/ui/src/components/Button/Button.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Button/Ripple.d.ts +6 -0
- package/dist/widget/ui/src/components/Button/Ripple.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ChainToken/ChainToken.constants.d.ts +8 -0
- package/dist/widget/ui/src/components/ChainToken/ChainToken.constants.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ChainToken/ChainToken.d.ts +4 -0
- package/dist/widget/ui/src/components/ChainToken/ChainToken.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ChainToken/ChainToken.stories.d.ts +8 -0
- package/dist/widget/ui/src/components/ChainToken/ChainToken.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts +309 -0
- package/dist/widget/ui/src/components/ChainToken/ChainToken.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ChainToken/ChainToken.types.d.ts +13 -0
- package/dist/widget/ui/src/components/ChainToken/ChainToken.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ChainToken/index.d.ts +2 -0
- package/dist/widget/ui/src/components/ChainToken/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Checkbox/Checkbox.d.ts +4 -11
- package/dist/widget/ui/src/components/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Checkbox/Checkbox.stories.d.ts +5 -5
- package/dist/widget/ui/src/components/Checkbox/Checkbox.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts +615 -0
- package/dist/widget/ui/src/components/Checkbox/Checkbox.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Checkbox/Checkbox.types.d.ts +14 -0
- package/dist/widget/ui/src/components/Checkbox/Checkbox.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Chip/Chip.d.ts +1 -10
- package/dist/widget/ui/src/components/Chip/Chip.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Chip/Chip.stories.d.ts +26 -2
- package/dist/widget/ui/src/components/Chip/Chip.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts +156 -0
- package/dist/widget/ui/src/components/Chip/Chip.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Chip/Chip.types.d.ts +14 -0
- package/dist/widget/ui/src/components/Chip/Chip.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.d.ts +5 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.stories.d.ts +23 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts +156 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.types.d.ts +7 -0
- package/dist/widget/ui/src/components/Collapsible/Collapsible.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Collapsible/index.d.ts +2 -0
- package/dist/widget/ui/src/components/Collapsible/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ColorPicker/ColorPicker.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Divider/Divider.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Drawer/Drawer.d.ts +3 -12
- package/dist/widget/ui/src/components/Drawer/Drawer.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Drawer/Drawer.stories.d.ts +4 -2
- package/dist/widget/ui/src/components/Drawer/Drawer.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts +768 -0
- package/dist/widget/ui/src/components/Drawer/Drawer.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Drawer/Drawer.types.d.ts +18 -0
- package/dist/widget/ui/src/components/Drawer/Drawer.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Header/Header.d.ts +4 -9
- package/dist/widget/ui/src/components/Header/Header.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Header/Header.stories.d.ts +7 -0
- package/dist/widget/ui/src/components/Header/Header.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Header/Header.styles.d.ts +307 -0
- package/dist/widget/ui/src/components/Header/Header.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Header/Header.types.d.ts +7 -0
- package/dist/widget/ui/src/components/Header/Header.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/I18nManager/I18nManager.d.ts +1 -1
- package/dist/widget/ui/src/components/I18nManager/I18nManager.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/AddCircleIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/AddIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/AddWalletIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/AngleDownIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/AngleLeftIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/AngleRightIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/AngleUpIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/ArrowRightIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/BagIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/BanIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/CheckCircleIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/CheckIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/CheckSquareIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/CheckWalletIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/ChevronRightIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts +78 -36
- package/dist/widget/ui/src/components/Icon/CloseIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/CopyIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/DeleteCircleIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/DeleteWalletIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/DisconnectIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/DownloadIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/GasIcon.d.ts +1 -1
- package/dist/widget/ui/src/components/Icon/GasIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/HistoryIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/HorizontalSwapIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/InfoCircleIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/MinusCircleIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/RetryIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/RetryLeftIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/RetryRightIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/SearchIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/SearchMinusIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/SettingIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/SignatureIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/SwapWalletIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/TimeIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/TrashIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/TryAgainIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/VerticalSwapIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/WalletIconIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/WarningIcon.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Icon/common.d.ts +158 -74
- package/dist/widget/ui/src/components/Icon/common.d.ts.map +1 -1
- package/dist/widget/ui/src/components/IconButton/IconButton.d.ts +7 -0
- package/dist/widget/ui/src/components/IconButton/IconButton.d.ts.map +1 -0
- package/dist/widget/ui/src/components/IconButton/IconButton.stories.d.ts +8 -0
- package/dist/widget/ui/src/components/IconButton/IconButton.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/IconButton/IconButton.types.d.ts +12 -0
- package/dist/widget/ui/src/components/IconButton/IconButton.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/IconButton/index.d.ts +2 -0
- package/dist/widget/ui/src/components/IconButton/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/LiquiditySourceList/LiquiditySource.stories.d.ts +1 -1
- package/dist/widget/ui/src/components/LiquiditySourceList/LiquiditySource.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/LiquiditySourceList/LiquiditySourceList.d.ts +2 -2
- package/dist/widget/ui/src/components/LiquiditySourceList/LiquiditySourceList.d.ts.map +1 -1
- package/dist/widget/ui/src/components/List/List.d.ts +5 -0
- package/dist/widget/ui/src/components/List/List.d.ts.map +1 -0
- package/dist/widget/ui/src/components/List/List.stories.d.ts +12 -0
- package/dist/widget/ui/src/components/List/List.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/List/List.styles.d.ts +154 -0
- package/dist/widget/ui/src/components/List/List.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/List/List.types.d.ts +12 -0
- package/dist/widget/ui/src/components/List/List.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/List/index.d.ts +2 -0
- package/dist/widget/ui/src/components/List/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ListItem/ListItem.d.ts +5 -0
- package/dist/widget/ui/src/components/ListItem/ListItem.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts +156 -0
- package/dist/widget/ui/src/components/ListItem/ListItem.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ListItem/ListItem.types.d.ts +11 -0
- package/dist/widget/ui/src/components/ListItem/ListItem.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ListItem/index.d.ts +3 -0
- package/dist/widget/ui/src/components/ListItem/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ListItemButton/ListItemButton.d.ts +5 -0
- package/dist/widget/ui/src/components/ListItemButton/ListItemButton.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts +157 -0
- package/dist/widget/ui/src/components/ListItemButton/ListItemButton.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ListItemButton/ListItemButton.types.d.ts +10 -0
- package/dist/widget/ui/src/components/ListItemButton/ListItemButton.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/ListItemButton/index.d.ts +3 -0
- package/dist/widget/ui/src/components/ListItemButton/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Logo/Logo.d.ts +4 -0
- package/dist/widget/ui/src/components/Logo/Logo.d.ts.map +1 -0
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.d.ts +5 -0
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.d.ts.map +1 -0
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.stories.d.ts +7 -0
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts +156 -0
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.types.d.ts +11 -0
- package/dist/widget/ui/src/components/MessageBox/CollapsibleMessageBox.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/MessageBox/DefaultMessageBox.d.ts +5 -0
- package/dist/widget/ui/src/components/MessageBox/DefaultMessageBox.d.ts.map +1 -0
- package/dist/widget/ui/src/components/MessageBox/MessageBox.d.ts +3 -0
- package/dist/widget/ui/src/components/MessageBox/MessageBox.d.ts.map +1 -0
- package/dist/widget/ui/src/components/MessageBox/MessageBox.stories.d.ts +7 -0
- package/dist/widget/ui/src/components/MessageBox/MessageBox.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts +462 -0
- package/dist/widget/ui/src/components/MessageBox/MessageBox.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/MessageBox/MessageBox.types.d.ts +13 -0
- package/dist/widget/ui/src/components/MessageBox/MessageBox.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/MessageBox/StatusIcon.d.ts +5 -0
- package/dist/widget/ui/src/components/MessageBox/StatusIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/MessageBox/index.d.ts +2 -0
- package/dist/widget/ui/src/components/MessageBox/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Modal/Modal.d.ts +3 -11
- package/dist/widget/ui/src/components/Modal/Modal.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Modal/Modal.stories.d.ts +4 -2
- package/dist/widget/ui/src/components/Modal/Modal.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts +927 -0
- package/dist/widget/ui/src/components/Modal/Modal.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Modal/Modal.types.d.ts +22 -0
- package/dist/widget/ui/src/components/Modal/Modal.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Modal/index.d.ts +1 -0
- package/dist/widget/ui/src/components/Modal/index.d.ts.map +1 -1
- package/dist/widget/ui/src/components/NotFound/NotFound.d.ts +4 -0
- package/dist/widget/ui/src/components/NotFound/NotFound.d.ts.map +1 -0
- package/dist/widget/ui/src/{containers/Settings/Settings.stories.d.ts → components/NotFound/NotFound.stories.d.ts} +2 -2
- package/dist/widget/ui/src/components/NotFound/NotFound.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts +154 -0
- package/dist/widget/ui/src/components/NotFound/NotFound.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/NotFound/NotFound.types.d.ts +5 -0
- package/dist/widget/ui/src/components/NotFound/NotFound.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/NotFound/index.d.ts +2 -0
- package/dist/widget/ui/src/components/NotFound/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/PercentageChange/PercentageChange.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Popover/Popover.d.ts +6 -0
- package/dist/widget/ui/src/components/Popover/Popover.d.ts.map +1 -0
- package/dist/widget/ui/src/{containers/History/History.stories.d.ts → components/Popover/Popover.stories.d.ts} +4 -4
- package/dist/widget/ui/src/components/Popover/Popover.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts +309 -0
- package/dist/widget/ui/src/components/Popover/Popover.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Popover/Popover.types.d.ts +17 -0
- package/dist/widget/ui/src/components/Popover/Popover.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Popover/index.d.ts +2 -0
- package/dist/widget/ui/src/components/Popover/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.d.ts +4 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.d.ts.map +1 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.stories.d.ts +8 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts +154 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.types.d.ts +9 -0
- package/dist/widget/ui/src/components/PriceImpact/PriceImpact.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/PriceImpact/index.d.ts +3 -0
- package/dist/widget/ui/src/components/PriceImpact/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Radio/Radio.d.ts +1 -11
- package/dist/widget/ui/src/components/Radio/Radio.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Radio/Radio.stories.d.ts +1 -1
- package/dist/widget/ui/src/components/Radio/Radio.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts +309 -0
- package/dist/widget/ui/src/components/Radio/Radio.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Radio/Radio.types.d.ts +4 -0
- package/dist/widget/ui/src/components/Radio/Radio.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.d.ts +4 -0
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.d.ts.map +1 -0
- package/dist/widget/ui/src/components/{StatusDrawer/StatusDrawer.stories.d.ts → RadioGroup/RadioGroup.stories.d.ts} +2 -2
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts +617 -0
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.types.d.ts +13 -0
- package/dist/widget/ui/src/components/RadioGroup/RadioGroup.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RadioGroup/index.d.ts +3 -0
- package/dist/widget/ui/src/components/RadioGroup/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RouteCost/RouteCost.d.ts +4 -0
- package/dist/widget/ui/src/components/RouteCost/RouteCost.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RouteCost/RouteCost.styles.d.ts +154 -0
- package/dist/widget/ui/src/components/RouteCost/RouteCost.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RouteCost/RouteCost.types.d.ts +6 -0
- package/dist/widget/ui/src/components/RouteCost/RouteCost.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RouteCost/index.d.ts +2 -0
- package/dist/widget/ui/src/components/RouteCost/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts +79 -37
- package/dist/widget/ui/src/components/RoutesOverview/RoutesOverview.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SecondaryPage/SecondaryPage.d.ts +5 -1
- package/dist/widget/ui/src/components/SecondaryPage/SecondaryPage.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SecondaryPage/SecondaryPage.stories.d.ts +1 -1
- package/dist/widget/ui/src/components/SecondaryPage/SecondaryPage.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.d.ts +4 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.helpers.d.ts +4 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.helpers.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts +460 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.types.d.ts +15 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/SelectableCategoryList.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/index.d.ts +3 -0
- package/dist/widget/ui/src/components/SelectableCategoryList/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SelectableWalletList/SelectableWalletList.d.ts +5 -5
- package/dist/widget/ui/src/components/SelectableWalletList/SelectableWalletList.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SelectableWalletList/SelectableWalletList.stories.d.ts +1 -1
- package/dist/widget/ui/src/components/SelectableWalletList/SelectableWalletList.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SelectableWalletList/mock.d.ts +9 -2
- package/dist/widget/ui/src/components/SelectableWalletList/mock.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Skeleton/Skeleton.d.ts +2 -5
- package/dist/widget/ui/src/components/Skeleton/Skeleton.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Skeleton/Skeleton.stories.d.ts +2 -2
- package/dist/widget/ui/src/components/Skeleton/Skeleton.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts +157 -0
- package/dist/widget/ui/src/components/Skeleton/Skeleton.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Skeleton/Skeleton.types.d.ts +18 -0
- package/dist/widget/ui/src/components/Skeleton/Skeleton.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Spinner/Spinner.d.ts +6 -3
- package/dist/widget/ui/src/components/Spinner/Spinner.d.ts.map +1 -1
- package/dist/widget/ui/src/components/StepDetails/StepDetails.d.ts +4 -0
- package/dist/widget/ui/src/components/StepDetails/StepDetails.d.ts.map +1 -0
- package/dist/widget/ui/src/components/StepDetails/StepDetails.stories.d.ts +7 -0
- package/dist/widget/ui/src/components/StepDetails/StepDetails.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts +777 -0
- package/dist/widget/ui/src/components/StepDetails/StepDetails.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/StepDetails/StepDetails.types.d.ts +10 -0
- package/dist/widget/ui/src/components/StepDetails/StepDetails.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/StepDetails/index.d.ts +3 -0
- package/dist/widget/ui/src/components/StepDetails/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/StepDetails/mock.d.ts +3 -0
- package/dist/widget/ui/src/components/StepDetails/mock.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.d.ts +4 -0
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts +156 -0
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.style.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.types.d.ts +9 -0
- package/dist/widget/ui/src/components/SvgIcon/SvgIcon.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SvgIcon/index.d.ts +3 -0
- package/dist/widget/ui/src/components/SvgIcon/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapContainer/SwapContainer.d.ts +3 -2
- package/dist/widget/ui/src/components/SwapContainer/SwapContainer.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts +78 -36
- package/dist/widget/ui/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.d.ts.map +1 -1
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.d.ts +5 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.helpers.d.ts +4 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.helpers.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.stories.d.ts +6 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts +919 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.types.d.ts +42 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapListItem.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.d.ts +4 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts +1380 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.types.d.ts +7 -0
- package/dist/widget/ui/src/components/SwapListItem/SwapToken.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapListItem/index.d.ts +2 -0
- package/dist/widget/ui/src/components/SwapListItem/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/SwapListItem/mock.d.ts +5 -0
- package/dist/widget/ui/src/components/SwapListItem/mock.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Switch/Switch.d.ts +1 -4
- package/dist/widget/ui/src/components/Switch/Switch.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Switch/Switch.stories.d.ts +1 -1
- package/dist/widget/ui/src/components/Switch/Switch.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts +309 -0
- package/dist/widget/ui/src/components/Switch/Switch.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Switch/Switch.types.d.ts +5 -0
- package/dist/widget/ui/src/components/Switch/Switch.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/TextField/TextField.d.ts +9 -7
- package/dist/widget/ui/src/components/TextField/TextField.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TextField/TextField.stories.d.ts +11 -2
- package/dist/widget/ui/src/components/TextField/TextField.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts +467 -0
- package/dist/widget/ui/src/components/TextField/TextField.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/TextField/TextField.types.d.ts +17 -0
- package/dist/widget/ui/src/components/TextField/TextField.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.d.ts +4 -0
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.d.ts.map +1 -0
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.stories.d.ts +7 -0
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts +5 -0
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.types.d.ts +17 -0
- package/dist/widget/ui/src/components/TokenAmount/TokenAmount.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/TokenAmount/index.d.ts +2 -0
- package/dist/widget/ui/src/components/TokenAmount/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/TokenList/TokenItem.d.ts +4 -3
- package/dist/widget/ui/src/components/TokenList/TokenItem.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TokenList/TokenList.d.ts +4 -1
- package/dist/widget/ui/src/components/TokenList/TokenList.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TokenList/TokenList.stories.d.ts +1 -1
- package/dist/widget/ui/src/components/TokenList/TokenList.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TokenList/mockData.d.ts +1 -1
- package/dist/widget/ui/src/components/TokenList/mockData.d.ts.map +1 -1
- package/dist/widget/ui/src/components/TokenPreview/TokenPreview.d.ts +3 -2
- package/dist/widget/ui/src/components/TokenPreview/TokenPreview.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.d.ts +4 -7
- package/dist/widget/ui/src/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.stories.d.ts +1 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts +463 -0
- package/dist/widget/ui/src/components/Tooltip/Tooltip.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Tooltip/Tooltip.types.d.ts +12 -0
- package/dist/widget/ui/src/components/Tooltip/Tooltip.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Tooltip/useEventListener.d.ts +5 -0
- package/dist/widget/ui/src/components/Tooltip/useEventListener.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Typography/Typography.d.ts +3 -17
- package/dist/widget/ui/src/components/Typography/Typography.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Typography/Typography.stories.d.ts +29 -4
- package/dist/widget/ui/src/components/Typography/Typography.stories.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts +163 -0
- package/dist/widget/ui/src/components/Typography/Typography.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Typography/Typography.types.d.ts +22 -0
- package/dist/widget/ui/src/components/Typography/Typography.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/VirtualizedList/VirtualizedList.d.ts +3 -16
- package/dist/widget/ui/src/components/VirtualizedList/VirtualizedList.d.ts.map +1 -1
- package/dist/widget/ui/src/components/VirtualizedList/VirtualizedList.types.d.ts +16 -0
- package/dist/widget/ui/src/components/VirtualizedList/VirtualizedList.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/VirtualizedList/index.d.ts +2 -0
- package/dist/widget/ui/src/components/VirtualizedList/index.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Wallet/ClickableWallet.d.ts +5 -0
- package/dist/widget/ui/src/components/Wallet/ClickableWallet.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Wallet/ClickableWallet.stories.d.ts +7 -0
- package/dist/widget/ui/src/components/Wallet/ClickableWallet.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Wallet/Content.d.ts +5 -0
- package/dist/widget/ui/src/components/Wallet/Content.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Wallet/SelectableWallet.d.ts +4 -0
- package/dist/widget/ui/src/components/Wallet/SelectableWallet.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Wallet/SelectableWallet.stories.d.ts +7 -0
- package/dist/widget/ui/src/components/Wallet/SelectableWallet.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Wallet/Wallet.d.ts +2 -7
- package/dist/widget/ui/src/components/Wallet/Wallet.d.ts.map +1 -1
- package/dist/widget/ui/src/components/Wallet/Wallet.helpers.d.ts +4 -0
- package/dist/widget/ui/src/components/Wallet/Wallet.helpers.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts +769 -0
- package/dist/widget/ui/src/components/Wallet/Wallet.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Wallet/Wallet.types.d.ts +55 -0
- package/dist/widget/ui/src/components/Wallet/Wallet.types.d.ts.map +1 -0
- package/dist/widget/ui/src/components/Wallet/index.d.ts +2 -0
- package/dist/widget/ui/src/components/Wallet/index.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/FilledCircle.d.ts +78 -36
- package/dist/widget/ui/src/components/common/FilledCircle.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/Image.d.ts +4 -0
- package/dist/widget/ui/src/components/common/Image.d.ts.map +1 -1
- package/dist/widget/ui/src/components/common/styles.d.ts +158 -0
- package/dist/widget/ui/src/components/common/styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/index.d.ts +23 -5
- package/dist/widget/ui/src/components/index.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/ConnectWalletsModal/ConnectWalletsModal.d.ts +2 -2
- package/dist/widget/ui/src/containers/ConnectWalletsModal/ConnectWalletsModal.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/ConnectWalletsModal/mockData.d.ts +1 -1
- package/dist/widget/ui/src/containers/ConnectWalletsModal/mockData.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/History/types.d.ts +0 -38
- package/dist/widget/ui/src/containers/History/types.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/HomePanel/HomePanel.d.ts +9 -6
- package/dist/widget/ui/src/containers/HomePanel/HomePanel.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts +786 -362
- package/dist/widget/ui/src/containers/SwapHistory/SwapHistory.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapHistory/SwapMessages.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.d.ts +4 -0
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.stories.d.ts +9 -0
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts +753 -0
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts +36 -0
- package/dist/widget/ui/src/containers/SwapInput/SwapInput.types.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.d.ts +4 -0
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts +589 -0
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.styles.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.types.d.ts +10 -0
- package/dist/widget/ui/src/containers/SwapInput/TokenSection.types.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/SwapInput/index.d.ts +2 -0
- package/dist/widget/ui/src/containers/SwapInput/index.d.ts.map +1 -0
- package/dist/widget/ui/src/containers/TokenInfo/TokenInfo.d.ts +5 -5
- package/dist/widget/ui/src/containers/TokenInfo/TokenInfo.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts +78 -36
- package/dist/widget/ui/src/containers/TokenSelector/TokenSelector.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/Warnings/BalanceErrors.d.ts.map +1 -1
- package/dist/widget/ui/src/containers/index.d.ts +1 -4
- package/dist/widget/ui/src/containers/index.d.ts.map +1 -1
- package/dist/widget/ui/src/helper/index.d.ts +0 -1
- package/dist/widget/ui/src/helper/index.d.ts.map +1 -1
- package/dist/widget/ui/src/icons/AutoTheme.d.ts +5 -0
- package/dist/widget/ui/src/icons/AutoTheme.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/BorderRadius.d.ts +5 -0
- package/dist/widget/ui/src/icons/BorderRadius.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/ChevronDown.d.ts +5 -0
- package/dist/widget/ui/src/icons/ChevronDown.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/ChevronLeft.d.ts +5 -0
- package/dist/widget/ui/src/icons/ChevronLeft.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/ChevronRight.d.ts +5 -0
- package/dist/widget/ui/src/icons/ChevronRight.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/ChevronUp.d.ts +5 -0
- package/dist/widget/ui/src/icons/ChevronUp.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Close.d.ts +5 -0
- package/dist/widget/ui/src/icons/Close.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Complete.d.ts +5 -0
- package/dist/widget/ui/src/icons/Complete.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Copy.d.ts +5 -0
- package/dist/widget/ui/src/icons/Copy.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/DarkMode.d.ts +5 -0
- package/dist/widget/ui/src/icons/DarkMode.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Delete.d.ts +5 -0
- package/dist/widget/ui/src/icons/Delete.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Desktop.d.ts +5 -0
- package/dist/widget/ui/src/icons/Desktop.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Done.d.ts +5 -0
- package/dist/widget/ui/src/icons/Done.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Error.d.ts +5 -0
- package/dist/widget/ui/src/icons/Error.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/ExternalLink.d.ts +5 -0
- package/dist/widget/ui/src/icons/ExternalLink.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Font.d.ts +5 -0
- package/dist/widget/ui/src/icons/Font.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Gas.d.ts +5 -0
- package/dist/widget/ui/src/icons/Gas.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Gass.d.ts +5 -0
- package/dist/widget/ui/src/icons/Gass.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Icons.stories.d.ts +6 -0
- package/dist/widget/ui/src/icons/Icons.stories.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/InProgress.d.ts +5 -0
- package/dist/widget/ui/src/icons/InProgress.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Info.d.ts +5 -0
- package/dist/widget/ui/src/icons/Info.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/InfoError.d.ts +5 -0
- package/dist/widget/ui/src/icons/InfoError.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/LightMode.d.ts +5 -0
- package/dist/widget/ui/src/icons/LightMode.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Link.d.ts +5 -0
- package/dist/widget/ui/src/icons/Link.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Loading.d.ts +5 -0
- package/dist/widget/ui/src/icons/Loading.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/LogoWithText.d.ts +5 -0
- package/dist/widget/ui/src/icons/LogoWithText.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Next.d.ts +5 -0
- package/dist/widget/ui/src/icons/Next.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/NoNotification.d.ts +5 -0
- package/dist/widget/ui/src/icons/NoNotification.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/NoRoute.d.ts +5 -0
- package/dist/widget/ui/src/icons/NoRoute.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/NotificationNumber.d.ts +5 -0
- package/dist/widget/ui/src/icons/NotificationNumber.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Notifications.d.ts +5 -0
- package/dist/widget/ui/src/icons/Notifications.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Number.d.ts +5 -0
- package/dist/widget/ui/src/icons/Number.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Pin.d.ts +5 -0
- package/dist/widget/ui/src/icons/Pin.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Refresh.d.ts +5 -0
- package/dist/widget/ui/src/icons/Refresh.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Reverse.d.ts +5 -0
- package/dist/widget/ui/src/icons/Reverse.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Route.d.ts +5 -0
- package/dist/widget/ui/src/icons/Route.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Search.d.ts +5 -0
- package/dist/widget/ui/src/icons/Search.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Settings.d.ts +5 -0
- package/dist/widget/ui/src/icons/Settings.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Style.d.ts +5 -0
- package/dist/widget/ui/src/icons/Style.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Time.d.ts +5 -0
- package/dist/widget/ui/src/icons/Time.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Transaction.d.ts +5 -0
- package/dist/widget/ui/src/icons/Transaction.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Wallet.d.ts +5 -0
- package/dist/widget/ui/src/icons/Wallet.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/Warning.d.ts +5 -0
- package/dist/widget/ui/src/icons/Warning.d.ts.map +1 -0
- package/dist/widget/ui/src/icons/index.d.ts +42 -0
- package/dist/widget/ui/src/icons/index.d.ts.map +1 -0
- package/dist/widget/ui/src/index.d.ts +1 -0
- package/dist/widget/ui/src/index.d.ts.map +1 -1
- package/dist/widget/ui/src/theme.d.ts +854 -327
- package/dist/widget/ui/src/theme.d.ts.map +1 -1
- package/dist/widget/ui/src/types/index.d.ts +1 -1
- package/dist/widget/ui/src/types/index.d.ts.map +1 -1
- package/dist/widget/ui/src/types/meta.d.ts +1 -1
- package/dist/widget/ui/src/types/meta.d.ts.map +1 -1
- package/dist/widget/ui/src/types/swaps.d.ts +1 -1
- package/dist/widget/ui/src/types/swaps.d.ts.map +1 -1
- package/dist/widget/ui/src/types/wallet.d.ts +1 -23
- package/dist/widget/ui/src/types/wallet.d.ts.map +1 -1
- package/package.json +13 -8
- package/readme.md +4 -0
- package/src/components/Alert/Alert.helpers.ts +17 -0
- package/src/components/Alert/Alert.stories.tsx +20 -8
- package/src/components/Alert/Alert.styles.ts +166 -0
- package/src/components/Alert/Alert.tsx +45 -90
- package/src/components/Alert/Alert.types.ts +12 -0
- package/src/components/Alert/AlertIcon.tsx +28 -0
- package/src/components/Alert/LoadingFailedAlert.tsx +5 -1
- package/src/components/Alert/NotFoundAlert.tsx +5 -1
- package/src/components/BestRoute/BestRoute.stories.tsx +13 -37
- package/src/components/BestRoute/BestRoute.styles.ts +212 -0
- package/src/components/BestRoute/BestRoute.tsx +163 -217
- package/src/components/BestRoute/BestRoute.types.ts +32 -0
- package/src/components/BestRoute/BestRouteSkeleton.styles.ts +110 -0
- package/src/components/BestRoute/BestRouteSkeleton.tsx +112 -0
- package/src/components/BestRoute/BestRouteSkeleton.types.ts +5 -0
- package/src/components/BestRoute/RouteSummary.styles.ts +15 -0
- package/src/components/BestRoute/RouteSummary.tsx +48 -0
- package/src/components/BestRoute/index.ts +3 -0
- package/src/components/BestRoute/mock.ts +118 -530
- package/src/components/BlockchainsChip/BlockchainsChip.styles.ts +43 -0
- package/src/components/BlockchainsChip/BlockchainsChip.tsx +15 -0
- package/src/components/BlockchainsChip/BlockchainsChip.types.ts +4 -0
- package/src/components/BlockchainsChip/index.ts +1 -0
- package/src/components/BlockchainsList/BlockchainsList.stories.tsx +6 -3
- package/src/components/BlockchainsList/BlockchainsList.tsx +13 -7
- package/src/components/BottomLogo/BottomLogo.styles.ts +15 -0
- package/src/components/BottomLogo/BottomLogo.tsx +13 -33
- package/src/components/Button/Button.stories.tsx +22 -50
- package/src/components/Button/Button.styles.tsx +564 -0
- package/src/components/Button/Button.tsx +40 -412
- package/src/components/Button/Button.types.tsx +27 -0
- package/src/components/Button/Ripple.tsx +82 -0
- package/src/components/ChainToken/ChainToken.constants.ts +9 -0
- package/src/components/ChainToken/ChainToken.stories.tsx +20 -0
- package/src/components/ChainToken/ChainToken.styles.ts +31 -0
- package/src/components/ChainToken/ChainToken.tsx +58 -0
- package/src/components/ChainToken/ChainToken.types.ts +13 -0
- package/src/components/ChainToken/index.ts +1 -0
- package/src/components/Checkbox/Checkbox.stories.tsx +12 -5
- package/src/components/Checkbox/Checkbox.styles.ts +39 -0
- package/src/components/Checkbox/Checkbox.tsx +26 -48
- package/src/components/Checkbox/Checkbox.types.ts +17 -0
- package/src/components/Chip/Chip.stories.tsx +4 -3
- package/src/components/Chip/Chip.styles.ts +41 -0
- package/src/components/Chip/Chip.tsx +13 -38
- package/src/components/Chip/Chip.types.ts +15 -0
- package/src/components/Collapsible/Collapsible.stories.tsx +46 -0
- package/src/components/Collapsible/Collapsible.styles.ts +9 -0
- package/src/components/Collapsible/Collapsible.tsx +21 -0
- package/src/components/Collapsible/Collapsible.types.ts +7 -0
- package/src/components/Collapsible/index.ts +1 -0
- package/src/components/ColorPicker/ColorPicker.tsx +5 -7
- package/src/components/Divider/Divider.tsx +3 -0
- package/src/components/Drawer/Drawer.stories.tsx +19 -24
- package/src/components/Drawer/Drawer.styles.ts +67 -0
- package/src/components/Drawer/Drawer.tsx +36 -94
- package/src/components/Drawer/Drawer.types.ts +17 -0
- package/src/components/Header/Header.stories.tsx +18 -0
- package/src/components/Header/Header.styles.ts +22 -0
- package/src/components/Header/Header.tsx +17 -32
- package/src/components/Header/Header.types.ts +5 -0
- package/src/components/I18nManager/I18nManager.tsx +12 -10
- package/src/components/Icon/AddCircleIcon.tsx +1 -2
- package/src/components/Icon/AddIcon.tsx +1 -2
- package/src/components/Icon/AddWalletIcon.tsx +1 -2
- package/src/components/Icon/AngleDownIcon.tsx +1 -2
- package/src/components/Icon/AngleLeftIcon.tsx +1 -2
- package/src/components/Icon/AngleRightIcon.tsx +1 -2
- package/src/components/Icon/AngleUpIcon.tsx +1 -2
- package/src/components/Icon/ArrowRightIcon.tsx +1 -2
- package/src/components/Icon/BagIcon.tsx +1 -2
- package/src/components/Icon/BanIcon.tsx +1 -2
- package/src/components/Icon/CheckCircleIcon.tsx +1 -2
- package/src/components/Icon/CheckIcon.tsx +1 -2
- package/src/components/Icon/CheckSquareIcon.tsx +1 -2
- package/src/components/Icon/CheckWalletIcon.tsx +1 -2
- package/src/components/Icon/ChevronRightIcon.tsx +1 -2
- package/src/components/Icon/CopyIcon.tsx +1 -2
- package/src/components/Icon/DeleteCircleIcon.tsx +1 -2
- package/src/components/Icon/DeleteWalletIcon.tsx +1 -2
- package/src/components/Icon/DisconnectIcon.tsx +1 -2
- package/src/components/Icon/DownloadIcon.tsx +1 -2
- package/src/components/Icon/GasIcon.tsx +5 -3
- package/src/components/Icon/HistoryIcon.tsx +1 -2
- package/src/components/Icon/HorizontalSwapIcon.tsx +1 -2
- package/src/components/Icon/Icons.stories.tsx +1 -1
- package/src/components/Icon/InfoCircleIcon.tsx +1 -2
- package/src/components/Icon/MinusCircleIcon.tsx +1 -2
- package/src/components/Icon/RetryIcon.tsx +1 -2
- package/src/components/Icon/RetryLeftIcon.tsx +1 -2
- package/src/components/Icon/RetryRightIcon.tsx +1 -2
- package/src/components/Icon/SearchIcon.tsx +1 -2
- package/src/components/Icon/SearchMinusIcon.tsx +1 -2
- package/src/components/Icon/SettingIcon.tsx +1 -2
- package/src/components/Icon/SignatureIcon.tsx +1 -2
- package/src/components/Icon/SwapWalletIcon.tsx +1 -2
- package/src/components/Icon/TimeIcon.tsx +1 -2
- package/src/components/Icon/TrashIcon.tsx +1 -2
- package/src/components/Icon/TryAgainIcon.tsx +1 -2
- package/src/components/Icon/VerticalSwapIcon.tsx +1 -2
- package/src/components/Icon/WalletIconIcon.tsx +1 -2
- package/src/components/Icon/WarningIcon.tsx +1 -2
- package/src/components/IconButton/IconButton.stories.tsx +20 -0
- package/src/components/IconButton/IconButton.tsx +33 -0
- package/src/components/IconButton/IconButton.types.ts +12 -0
- package/src/components/IconButton/index.ts +1 -0
- package/src/components/LiquiditySourceList/LiquiditySource.stories.tsx +6 -3
- package/src/components/LiquiditySourceList/LiquiditySourceList.tsx +49 -31
- package/src/components/List/List.stories.tsx +181 -0
- package/src/components/List/List.styles.tsx +7 -0
- package/src/components/List/List.tsx +30 -0
- package/src/components/List/List.types.ts +12 -0
- package/src/components/List/index.ts +1 -0
- package/src/components/ListItem/ListItem.styles.ts +52 -0
- package/src/components/ListItem/ListItem.tsx +29 -0
- package/src/components/ListItem/ListItem.types.ts +9 -0
- package/src/components/ListItem/index.ts +2 -0
- package/src/components/ListItemButton/ListItemButton.styles.ts +50 -0
- package/src/components/ListItemButton/ListItemButton.tsx +27 -0
- package/src/components/ListItemButton/ListItemButton.types.ts +10 -0
- package/src/components/ListItemButton/index.ts +2 -0
- package/src/components/Logo/Logo.tsx +35 -0
- package/src/components/MessageBox/CollapsibleMessageBox.stories.tsx +27 -0
- package/src/components/MessageBox/CollapsibleMessageBox.styles.tsx +33 -0
- package/src/components/MessageBox/CollapsibleMessageBox.tsx +38 -0
- package/src/components/MessageBox/CollapsibleMessageBox.types.tsx +11 -0
- package/src/components/MessageBox/DefaultMessageBox.tsx +40 -0
- package/src/components/MessageBox/MessageBox.stories.tsx +18 -0
- package/src/components/MessageBox/MessageBox.styles.tsx +60 -0
- package/src/components/MessageBox/MessageBox.tsx +2 -0
- package/src/components/MessageBox/MessageBox.types.tsx +13 -0
- package/src/components/MessageBox/StatusIcon.tsx +28 -0
- package/src/components/MessageBox/index.ts +1 -0
- package/src/components/Modal/Modal.stories.tsx +15 -3
- package/src/components/Modal/Modal.styles.ts +104 -0
- package/src/components/Modal/Modal.tsx +107 -62
- package/src/components/Modal/Modal.types.ts +21 -0
- package/src/components/Modal/index.ts +1 -0
- package/src/components/NotFound/NotFound.stories.tsx +17 -0
- package/src/components/NotFound/NotFound.styles.ts +8 -0
- package/src/components/NotFound/NotFound.tsx +24 -0
- package/src/components/NotFound/NotFound.types.ts +4 -0
- package/src/components/NotFound/index.tsx +1 -0
- package/src/components/PercentageChange/PercentageChange.tsx +2 -1
- package/src/components/Popover/Popover.stories.tsx +64 -0
- package/src/components/Popover/Popover.styles.ts +15 -0
- package/src/components/Popover/Popover.tsx +57 -0
- package/src/components/Popover/Popover.types.ts +23 -0
- package/src/components/Popover/index.ts +1 -0
- package/src/components/PriceImpact/PriceImpact.stories.tsx +21 -0
- package/src/components/PriceImpact/PriceImpact.styles.ts +7 -0
- package/src/components/PriceImpact/PriceImpact.tsx +48 -0
- package/src/components/PriceImpact/PriceImpact.types.ts +9 -0
- package/src/components/PriceImpact/index.ts +2 -0
- package/src/components/Radio/Radio.stories.tsx +12 -19
- package/src/components/Radio/Radio.styles.tsx +39 -0
- package/src/components/Radio/Radio.tsx +7 -93
- package/src/components/Radio/Radio.types.tsx +3 -0
- package/src/components/RadioGroup/RadioGroup.stories.tsx +31 -0
- package/src/components/RadioGroup/RadioGroup.styles.tsx +38 -0
- package/src/components/RadioGroup/RadioGroup.tsx +37 -0
- package/src/components/RadioGroup/RadioGroup.types.tsx +13 -0
- package/src/components/RadioGroup/index.ts +2 -0
- package/src/components/RouteCost/RouteCost.styles.ts +20 -0
- package/src/components/RouteCost/RouteCost.tsx +48 -0
- package/src/components/RouteCost/RouteCost.types.ts +5 -0
- package/src/components/RouteCost/index.ts +1 -0
- package/src/components/RoutesOverview/RoutesOverview.tsx +13 -7
- package/src/components/SecondaryPage/SecondaryPage.stories.tsx +11 -9
- package/src/components/SecondaryPage/SecondaryPage.tsx +22 -4
- package/src/components/SelectableCategoryList/SelectableCategoryList.helpers.ts +35 -0
- package/src/components/SelectableCategoryList/SelectableCategoryList.styles.ts +21 -0
- package/src/components/SelectableCategoryList/SelectableCategoryList.tsx +76 -0
- package/src/components/SelectableCategoryList/SelectableCategoryList.types.ts +16 -0
- package/src/components/SelectableCategoryList/index.ts +2 -0
- package/src/components/SelectableWalletList/SelectableWalletList.stories.tsx +5 -3
- package/src/components/SelectableWalletList/SelectableWalletList.tsx +29 -14
- package/src/components/SelectableWalletList/mock.ts +1 -2
- package/src/components/Skeleton/Skeleton.stories.tsx +39 -15
- package/src/components/Skeleton/Skeleton.styles.ts +66 -0
- package/src/components/Skeleton/Skeleton.tsx +12 -62
- package/src/components/Skeleton/Skeleton.types.ts +20 -0
- package/src/components/Spinner/Spinner.tsx +20 -44
- package/src/components/StepDetail/StepDetail.tsx +9 -9
- package/src/components/StepDetails/StepDetails.stories.tsx +23 -0
- package/src/components/StepDetails/StepDetails.styles.ts +133 -0
- package/src/components/StepDetails/StepDetails.tsx +106 -0
- package/src/components/StepDetails/StepDetails.types.ts +10 -0
- package/src/components/StepDetails/index.ts +2 -0
- package/src/components/StepDetails/mock.ts +35 -0
- package/src/components/SvgIcon/SvgIcon.style.ts +39 -0
- package/src/components/SvgIcon/SvgIcon.tsx +22 -0
- package/src/components/SvgIcon/SvgIcon.types.ts +16 -0
- package/src/components/SvgIcon/index.ts +2 -0
- package/src/components/SwapContainer/SwapContainer.tsx +12 -20
- package/src/components/SwapDetailsPlaceholder/SwapDetailsPlaceholder.tsx +5 -3
- package/src/components/SwapListItem/SwapListItem.helpers.ts +51 -0
- package/src/components/SwapListItem/SwapListItem.stories.tsx +32 -0
- package/src/components/SwapListItem/SwapListItem.styles.ts +74 -0
- package/src/components/SwapListItem/SwapListItem.tsx +64 -0
- package/src/components/SwapListItem/SwapListItem.types.ts +47 -0
- package/src/components/SwapListItem/SwapToken.styles.ts +76 -0
- package/src/components/SwapListItem/SwapToken.tsx +149 -0
- package/src/components/SwapListItem/SwapToken.types.ts +8 -0
- package/src/components/SwapListItem/index.ts +1 -0
- package/src/components/{SwapDetail → SwapListItem}/mock.ts +29 -1
- package/src/components/Switch/Switch.stories.tsx +2 -1
- package/src/components/Switch/Switch.styles.tsx +46 -0
- package/src/components/Switch/Switch.tsx +3 -44
- package/src/components/Switch/Switch.types.tsx +4 -0
- package/src/components/TextField/TextField.stories.tsx +13 -5
- package/src/components/TextField/TextField.styles.ts +123 -0
- package/src/components/TextField/TextField.tsx +52 -149
- package/src/components/TextField/TextField.types.tsx +21 -0
- package/src/components/TokenAmount/TokenAmount.stories.tsx +24 -0
- package/src/components/TokenAmount/TokenAmount.styles.ts +27 -0
- package/src/components/TokenAmount/TokenAmount.tsx +61 -0
- package/src/components/TokenAmount/TokenAmount.types.ts +20 -0
- package/src/components/TokenAmount/index.ts +1 -0
- package/src/components/TokenList/TokenItem.tsx +17 -13
- package/src/components/TokenList/TokenList.stories.tsx +6 -3
- package/src/components/TokenList/TokenList.tsx +12 -3
- package/src/components/TokenList/mockData.ts +1 -1
- package/src/components/TokenPreview/TokenPreview.tsx +20 -21
- package/src/components/Tooltip/Tooltip.stories.tsx +7 -21
- package/src/components/Tooltip/Tooltip.styles.ts +19 -0
- package/src/components/Tooltip/Tooltip.tsx +28 -105
- package/src/components/Tooltip/Tooltip.types.ts +12 -0
- package/src/components/Tooltip/useEventListener.ts +54 -0
- package/src/components/Typography/Typography.stories.tsx +86 -33
- package/src/components/Typography/Typography.styles.tsx +262 -0
- package/src/components/Typography/Typography.tsx +5 -200
- package/src/components/Typography/Typography.types.tsx +28 -0
- package/src/components/VirtualizedList/VirtualizedList.tsx +9 -21
- package/src/components/VirtualizedList/VirtualizedList.types.ts +19 -0
- package/src/components/VirtualizedList/index.ts +1 -0
- package/src/components/Wallet/ClickableWallet.stories.tsx +23 -0
- package/src/components/Wallet/ClickableWallet.tsx +71 -0
- package/src/components/Wallet/Content.tsx +33 -0
- package/src/components/Wallet/SelectableWallet.stories.tsx +23 -0
- package/src/components/Wallet/SelectableWallet.tsx +49 -0
- package/src/components/Wallet/Wallet.helpers.ts +36 -0
- package/src/components/Wallet/Wallet.styles.ts +76 -0
- package/src/components/Wallet/Wallet.tsx +2 -76
- package/src/components/Wallet/Wallet.types.ts +66 -0
- package/src/components/Wallet/index.ts +2 -0
- package/src/components/common/FilledCircle.tsx +1 -1
- package/src/components/common/Image.tsx +30 -3
- package/src/components/common/styles.ts +35 -0
- package/src/components/index.ts +23 -5
- package/src/containers/ConnectWalletsModal/ConnectWalletsModal.tsx +13 -15
- package/src/containers/ConnectWalletsModal/mockData.ts +34 -50
- package/src/containers/History/types.tsx +0 -46
- package/src/containers/HomePanel/HomePanel.tsx +28 -54
- package/src/containers/SwapHistory/SwapHistory.tsx +160 -149
- package/src/containers/SwapHistory/SwapMessages.tsx +26 -18
- package/src/containers/SwapInput/SwapInput.stories.tsx +40 -0
- package/src/containers/SwapInput/SwapInput.styles.ts +64 -0
- package/src/containers/SwapInput/SwapInput.tsx +109 -0
- package/src/containers/SwapInput/SwapInput.types.ts +38 -0
- package/src/containers/SwapInput/TokenSection.styles.ts +49 -0
- package/src/containers/SwapInput/TokenSection.tsx +53 -0
- package/src/containers/SwapInput/TokenSection.types.ts +9 -0
- package/src/containers/SwapInput/index.ts +1 -0
- package/src/containers/TokenInfo/TokenInfo.tsx +35 -33
- package/src/containers/Warnings/BalanceErrors.tsx +17 -25
- package/src/containers/Warnings/MinRequiredSlippage.tsx +1 -1
- package/src/containers/index.ts +1 -4
- package/src/helper/index.ts +10 -17
- package/src/icons/AutoTheme.tsx +25 -0
- package/src/icons/BorderRadius.tsx +21 -0
- package/src/icons/ChevronDown.tsx +21 -0
- package/src/icons/ChevronLeft.tsx +21 -0
- package/src/icons/ChevronRight.tsx +21 -0
- package/src/icons/ChevronUp.tsx +21 -0
- package/src/icons/Close.tsx +28 -0
- package/src/icons/Complete.tsx +19 -0
- package/src/icons/Copy.tsx +19 -0
- package/src/icons/DarkMode.tsx +19 -0
- package/src/icons/Delete.tsx +33 -0
- package/src/icons/Desktop.tsx +271 -0
- package/src/icons/Done.tsx +21 -0
- package/src/icons/Error.tsx +21 -0
- package/src/icons/ExternalLink.tsx +21 -0
- package/src/icons/Font.tsx +27 -0
- package/src/icons/Gas.tsx +39 -0
- package/src/icons/Gass.tsx +39 -0
- package/src/icons/Icons.stories.tsx +68 -0
- package/src/icons/InProgress.tsx +34 -0
- package/src/icons/Info.tsx +29 -0
- package/src/icons/InfoError.tsx +19 -0
- package/src/icons/LightMode.tsx +19 -0
- package/src/icons/Link.tsx +21 -0
- package/src/icons/Loading.tsx +63 -0
- package/src/icons/LogoWithText.tsx +159 -0
- package/src/icons/Next.tsx +21 -0
- package/src/icons/NoNotification.tsx +31 -0
- package/src/icons/NoRoute.tsx +64 -0
- package/src/icons/NotificationNumber.tsx +41 -0
- package/src/icons/Notifications.tsx +21 -0
- package/src/icons/Number.tsx +24 -0
- package/src/icons/Pin.tsx +31 -0
- package/src/icons/Refresh.tsx +19 -0
- package/src/icons/Reverse.tsx +39 -0
- package/src/icons/Route.tsx +33 -0
- package/src/icons/Search.tsx +27 -0
- package/src/icons/Settings.tsx +21 -0
- package/src/icons/Style.tsx +39 -0
- package/src/icons/Time.tsx +33 -0
- package/src/icons/Transaction.tsx +21 -0
- package/src/icons/Wallet.tsx +33 -0
- package/src/icons/Warning.tsx +19 -0
- package/src/icons/index.ts +41 -0
- package/src/index.ts +1 -0
- package/src/theme.ts +147 -92
- package/src/types/index.ts +1 -2
- package/src/types/meta.ts +1 -1
- package/src/types/swaps.ts +2 -1
- package/src/types/wallet.ts +1 -30
- package/dist/widget/ui/src/components/HeaderButtons/HeaderButtons.d.ts +0 -9
- package/dist/widget/ui/src/components/HeaderButtons/HeaderButtons.d.ts.map +0 -1
- package/dist/widget/ui/src/components/HeaderButtons/index.d.ts +0 -2
- package/dist/widget/ui/src/components/HeaderButtons/index.d.ts.map +0 -1
- package/dist/widget/ui/src/components/HeaderLayout/HeaderLayout.d.ts +0 -14
- package/dist/widget/ui/src/components/HeaderLayout/HeaderLayout.d.ts.map +0 -1
- package/dist/widget/ui/src/components/HeaderLayout/index.d.ts +0 -2
- package/dist/widget/ui/src/components/HeaderLayout/index.d.ts.map +0 -1
- package/dist/widget/ui/src/components/StatusDrawer/StatusDrawer.d.ts +0 -12
- package/dist/widget/ui/src/components/StatusDrawer/StatusDrawer.d.ts.map +0 -1
- package/dist/widget/ui/src/components/StatusDrawer/StatusDrawer.stories.d.ts.map +0 -1
- package/dist/widget/ui/src/components/StatusDrawer/index.d.ts +0 -2
- package/dist/widget/ui/src/components/StatusDrawer/index.d.ts.map +0 -1
- package/dist/widget/ui/src/components/SwapDetail/SwapDetail.d.ts +0 -9
- package/dist/widget/ui/src/components/SwapDetail/SwapDetail.d.ts.map +0 -1
- package/dist/widget/ui/src/components/SwapDetail/SwapDetail.stories.d.ts +0 -8
- package/dist/widget/ui/src/components/SwapDetail/SwapDetail.stories.d.ts.map +0 -1
- package/dist/widget/ui/src/components/SwapDetail/Token.d.ts +0 -18
- package/dist/widget/ui/src/components/SwapDetail/Token.d.ts.map +0 -1
- package/dist/widget/ui/src/components/SwapDetail/index.d.ts +0 -2
- package/dist/widget/ui/src/components/SwapDetail/index.d.ts.map +0 -1
- package/dist/widget/ui/src/components/SwapDetail/mock.d.ts +0 -3
- package/dist/widget/ui/src/components/SwapDetail/mock.d.ts.map +0 -1
- package/dist/widget/ui/src/components/Wallet/State.d.ts +0 -8
- package/dist/widget/ui/src/components/Wallet/State.d.ts.map +0 -1
- package/dist/widget/ui/src/components/Wallet/Wallet.stories.d.ts +0 -8
- package/dist/widget/ui/src/components/Wallet/Wallet.stories.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/ConfirmSwap/ConfirmSwap.d.ts +0 -30
- package/dist/widget/ui/src/containers/ConfirmSwap/ConfirmSwap.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/ConfirmSwap/ConfirmSwap.stories.d.ts +0 -9
- package/dist/widget/ui/src/containers/ConfirmSwap/ConfirmSwap.stories.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/ConfirmSwap/index.d.ts +0 -2
- package/dist/widget/ui/src/containers/ConfirmSwap/index.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/ConfirmSwap/mock.d.ts +0 -6
- package/dist/widget/ui/src/containers/ConfirmSwap/mock.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/History/History.d.ts +0 -7
- package/dist/widget/ui/src/containers/History/History.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/History/History.stories.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/History/SwapsGroup.d.ts +0 -14
- package/dist/widget/ui/src/containers/History/SwapsGroup.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/History/index.d.ts +0 -4
- package/dist/widget/ui/src/containers/History/index.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/History/mock.d.ts +0 -3
- package/dist/widget/ui/src/containers/History/mock.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/LiquiditySourcesSelector/LiquiditySourcesSelector.d.ts +0 -14
- package/dist/widget/ui/src/containers/LiquiditySourcesSelector/LiquiditySourcesSelector.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/LiquiditySourcesSelector/LiquiditySourcesSelector.stories.d.ts +0 -6
- package/dist/widget/ui/src/containers/LiquiditySourcesSelector/LiquiditySourcesSelector.stories.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/LiquiditySourcesSelector/index.d.ts +0 -2
- package/dist/widget/ui/src/containers/LiquiditySourcesSelector/index.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/Settings/Settings.d.ts +0 -25
- package/dist/widget/ui/src/containers/Settings/Settings.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/Settings/Settings.stories.d.ts.map +0 -1
- package/dist/widget/ui/src/containers/Settings/index.d.ts +0 -2
- package/dist/widget/ui/src/containers/Settings/index.d.ts.map +0 -1
- package/src/components/HeaderButtons/HeaderButtons.tsx +0 -41
- package/src/components/HeaderButtons/index.ts +0 -1
- package/src/components/HeaderLayout/HeaderLayout.tsx +0 -88
- package/src/components/HeaderLayout/index.ts +0 -1
- package/src/components/StatusDrawer/StatusDrawer.stories.tsx +0 -43
- package/src/components/StatusDrawer/StatusDrawer.tsx +0 -82
- package/src/components/StatusDrawer/index.ts +0 -1
- package/src/components/SwapDetail/SwapDetail.stories.tsx +0 -22
- package/src/components/SwapDetail/SwapDetail.tsx +0 -104
- package/src/components/SwapDetail/Token.tsx +0 -75
- package/src/components/SwapDetail/index.ts +0 -1
- package/src/components/Wallet/State.tsx +0 -34
- package/src/components/Wallet/Wallet.stories.tsx +0 -30
- package/src/containers/ConfirmSwap/ConfirmSwap.stories.tsx +0 -66
- package/src/containers/ConfirmSwap/ConfirmSwap.tsx +0 -247
- package/src/containers/ConfirmSwap/index.ts +0 -1
- package/src/containers/ConfirmSwap/mock.ts +0 -220
- package/src/containers/History/History.stories.tsx +0 -14
- package/src/containers/History/History.tsx +0 -72
- package/src/containers/History/SwapsGroup.tsx +0 -59
- package/src/containers/History/index.ts +0 -3
- package/src/containers/History/mock.ts +0 -826
- package/src/containers/LiquiditySourcesSelector/LiquiditySourcesSelector.stories.tsx +0 -19
- package/src/containers/LiquiditySourcesSelector/LiquiditySourcesSelector.tsx +0 -60
- package/src/containers/LiquiditySourcesSelector/index.ts +0 -1
- package/src/containers/Settings/Settings.stories.tsx +0 -27
- package/src/containers/Settings/Settings.tsx +0 -218
- package/src/containers/Settings/index.ts +0 -1
|
@@ -1,5 +1,150 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { DefaultThemeMap } from '@stitches/react/types/config';
|
|
2
|
+
import type { DefaultThemeMap } from '@stitches/react/types/config';
|
|
3
|
+
export declare const theme: {
|
|
4
|
+
colors: {
|
|
5
|
+
primary500: string;
|
|
6
|
+
primary600: string;
|
|
7
|
+
secondary100: string;
|
|
8
|
+
secondary200: string;
|
|
9
|
+
secondary300: string;
|
|
10
|
+
secondary400: string;
|
|
11
|
+
secondary500: string;
|
|
12
|
+
secondary600: string;
|
|
13
|
+
secondary700: string;
|
|
14
|
+
secondary800: string;
|
|
15
|
+
secondary900: string;
|
|
16
|
+
neutral100: string;
|
|
17
|
+
neutral200: string;
|
|
18
|
+
neutral300: string;
|
|
19
|
+
neutral400: string;
|
|
20
|
+
neutral500: string;
|
|
21
|
+
neutral600: string;
|
|
22
|
+
neutral700: string;
|
|
23
|
+
neutral800: string;
|
|
24
|
+
neutral900: string;
|
|
25
|
+
error100: string;
|
|
26
|
+
error300: string;
|
|
27
|
+
error500: string;
|
|
28
|
+
error600: string;
|
|
29
|
+
error700: string;
|
|
30
|
+
warning100: string;
|
|
31
|
+
warning300: string;
|
|
32
|
+
warning500: string;
|
|
33
|
+
warning600: string;
|
|
34
|
+
warning700: string;
|
|
35
|
+
info100: string;
|
|
36
|
+
info300: string;
|
|
37
|
+
info500: string;
|
|
38
|
+
info600: string;
|
|
39
|
+
info700: string;
|
|
40
|
+
success100: string;
|
|
41
|
+
success300: string;
|
|
42
|
+
success500: string;
|
|
43
|
+
success600: string;
|
|
44
|
+
success700: string;
|
|
45
|
+
background: string;
|
|
46
|
+
foreground: string;
|
|
47
|
+
};
|
|
48
|
+
space: {
|
|
49
|
+
0: string;
|
|
50
|
+
5: string;
|
|
51
|
+
10: string;
|
|
52
|
+
15: string;
|
|
53
|
+
20: string;
|
|
54
|
+
25: string;
|
|
55
|
+
30: string;
|
|
56
|
+
40: string;
|
|
57
|
+
46: string;
|
|
58
|
+
50: string;
|
|
59
|
+
60: string;
|
|
60
|
+
70: string;
|
|
61
|
+
80: string;
|
|
62
|
+
90: string;
|
|
63
|
+
100: string;
|
|
64
|
+
2: string;
|
|
65
|
+
4: string;
|
|
66
|
+
6: string;
|
|
67
|
+
8: string;
|
|
68
|
+
12: string;
|
|
69
|
+
16: string;
|
|
70
|
+
24: string;
|
|
71
|
+
28: string;
|
|
72
|
+
32: string;
|
|
73
|
+
};
|
|
74
|
+
radii: {
|
|
75
|
+
xs: string;
|
|
76
|
+
sm: string;
|
|
77
|
+
xm: string;
|
|
78
|
+
md: string;
|
|
79
|
+
xl: string;
|
|
80
|
+
lg: string;
|
|
81
|
+
primary: string;
|
|
82
|
+
secondary: string;
|
|
83
|
+
};
|
|
84
|
+
fontSizes: {
|
|
85
|
+
10: string;
|
|
86
|
+
12: string;
|
|
87
|
+
14: string;
|
|
88
|
+
16: string;
|
|
89
|
+
18: string;
|
|
90
|
+
20: string;
|
|
91
|
+
22: string;
|
|
92
|
+
24: string;
|
|
93
|
+
28: string;
|
|
94
|
+
32: string;
|
|
95
|
+
36: string;
|
|
96
|
+
40: string;
|
|
97
|
+
48: string;
|
|
98
|
+
};
|
|
99
|
+
fonts: {
|
|
100
|
+
primary: string;
|
|
101
|
+
widget: string;
|
|
102
|
+
};
|
|
103
|
+
fontWeights: {
|
|
104
|
+
regular: number;
|
|
105
|
+
medium: number;
|
|
106
|
+
semiBold: number;
|
|
107
|
+
bold: number;
|
|
108
|
+
};
|
|
109
|
+
lineHeights: {
|
|
110
|
+
12: string;
|
|
111
|
+
16: string;
|
|
112
|
+
20: string;
|
|
113
|
+
24: string;
|
|
114
|
+
26: string;
|
|
115
|
+
28: string;
|
|
116
|
+
30: string;
|
|
117
|
+
36: string;
|
|
118
|
+
40: string;
|
|
119
|
+
44: string;
|
|
120
|
+
52: string;
|
|
121
|
+
64: string;
|
|
122
|
+
};
|
|
123
|
+
letterSpacings: {};
|
|
124
|
+
sizes: {
|
|
125
|
+
4: string;
|
|
126
|
+
6: string;
|
|
127
|
+
8: string;
|
|
128
|
+
12: string;
|
|
129
|
+
16: string;
|
|
130
|
+
18: string;
|
|
131
|
+
20: string;
|
|
132
|
+
24: string;
|
|
133
|
+
28: string;
|
|
134
|
+
32: string;
|
|
135
|
+
36: string;
|
|
136
|
+
40: string;
|
|
137
|
+
45: string;
|
|
138
|
+
48: string;
|
|
139
|
+
};
|
|
140
|
+
borderWidths: {};
|
|
141
|
+
borderStyles: {};
|
|
142
|
+
shadows: {
|
|
143
|
+
s: string;
|
|
144
|
+
};
|
|
145
|
+
zIndices: {};
|
|
146
|
+
transitions: {};
|
|
147
|
+
};
|
|
3
148
|
export declare const styled: <Type extends import("react").ComponentType<any> | import("@stitches/react/types/util").Function | keyof JSX.IntrinsicElements, Composers extends (string | import("react").ComponentType<any> | import("@stitches/react/types/util").Function | {
|
|
4
149
|
[name: string]: unknown;
|
|
5
150
|
})[], CSS = import("@stitches/react/types/css-util").CSS<{
|
|
@@ -8,17 +153,17 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
8
153
|
lg: string;
|
|
9
154
|
}, {
|
|
10
155
|
colors: {
|
|
11
|
-
primary: string;
|
|
12
|
-
primary100: string;
|
|
13
|
-
primary200: string;
|
|
14
|
-
primary300: string;
|
|
15
|
-
primary400: string;
|
|
16
156
|
primary500: string;
|
|
17
157
|
primary600: string;
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
158
|
+
secondary100: string;
|
|
159
|
+
secondary200: string;
|
|
160
|
+
secondary300: string;
|
|
161
|
+
secondary400: string;
|
|
162
|
+
secondary500: string;
|
|
163
|
+
secondary600: string;
|
|
164
|
+
secondary700: string;
|
|
165
|
+
secondary800: string;
|
|
166
|
+
secondary900: string;
|
|
22
167
|
neutral100: string;
|
|
23
168
|
neutral200: string;
|
|
24
169
|
neutral300: string;
|
|
@@ -28,39 +173,65 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
28
173
|
neutral700: string;
|
|
29
174
|
neutral800: string;
|
|
30
175
|
neutral900: string;
|
|
31
|
-
background: string;
|
|
32
|
-
foreground: string;
|
|
33
|
-
success: string;
|
|
34
|
-
success100: string;
|
|
35
|
-
success300: string;
|
|
36
|
-
success500: string;
|
|
37
|
-
success700: string;
|
|
38
|
-
warning: string;
|
|
39
|
-
warning100: string;
|
|
40
|
-
warning300: string;
|
|
41
|
-
warning500: string;
|
|
42
|
-
warning700: string;
|
|
43
|
-
error: string;
|
|
44
176
|
error100: string;
|
|
45
177
|
error300: string;
|
|
46
178
|
error500: string;
|
|
179
|
+
error600: string;
|
|
47
180
|
error700: string;
|
|
48
|
-
|
|
181
|
+
warning100: string;
|
|
182
|
+
warning300: string;
|
|
183
|
+
warning500: string;
|
|
184
|
+
warning600: string;
|
|
185
|
+
warning700: string;
|
|
186
|
+
info100: string;
|
|
187
|
+
info300: string;
|
|
188
|
+
info500: string;
|
|
189
|
+
info600: string;
|
|
190
|
+
info700: string;
|
|
191
|
+
success100: string;
|
|
192
|
+
success300: string;
|
|
193
|
+
success500: string;
|
|
194
|
+
success600: string;
|
|
195
|
+
success700: string;
|
|
196
|
+
background: string;
|
|
197
|
+
foreground: string;
|
|
49
198
|
};
|
|
50
199
|
space: {
|
|
200
|
+
0: string;
|
|
201
|
+
5: string;
|
|
202
|
+
10: string;
|
|
203
|
+
15: string;
|
|
204
|
+
20: string;
|
|
205
|
+
25: string;
|
|
206
|
+
30: string;
|
|
207
|
+
40: string;
|
|
208
|
+
46: string;
|
|
209
|
+
50: string;
|
|
210
|
+
60: string;
|
|
211
|
+
70: string;
|
|
212
|
+
80: string;
|
|
213
|
+
90: string;
|
|
214
|
+
100: string;
|
|
51
215
|
2: string;
|
|
52
216
|
4: string;
|
|
53
217
|
6: string;
|
|
54
218
|
8: string;
|
|
55
|
-
10: string;
|
|
56
219
|
12: string;
|
|
57
220
|
16: string;
|
|
58
|
-
20: string;
|
|
59
221
|
24: string;
|
|
60
222
|
28: string;
|
|
61
|
-
30: string;
|
|
62
223
|
32: string;
|
|
63
224
|
};
|
|
225
|
+
radii: {
|
|
226
|
+
xs: string;
|
|
227
|
+
sm: string;
|
|
228
|
+
xm: string;
|
|
229
|
+
md: string;
|
|
230
|
+
xl: string;
|
|
231
|
+
lg: string;
|
|
232
|
+
primary: string;
|
|
233
|
+
secondary: string;
|
|
234
|
+
};
|
|
64
235
|
fontSizes: {
|
|
65
236
|
10: string;
|
|
66
237
|
12: string;
|
|
@@ -68,20 +239,38 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
68
239
|
16: string;
|
|
69
240
|
18: string;
|
|
70
241
|
20: string;
|
|
242
|
+
22: string;
|
|
71
243
|
24: string;
|
|
244
|
+
28: string;
|
|
72
245
|
32: string;
|
|
73
246
|
36: string;
|
|
74
247
|
40: string;
|
|
75
248
|
48: string;
|
|
76
249
|
};
|
|
77
|
-
fonts: {
|
|
250
|
+
fonts: {
|
|
251
|
+
primary: string;
|
|
252
|
+
widget: string;
|
|
253
|
+
};
|
|
78
254
|
fontWeights: {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
255
|
+
regular: number;
|
|
256
|
+
medium: number;
|
|
257
|
+
semiBold: number;
|
|
258
|
+
bold: number;
|
|
259
|
+
};
|
|
260
|
+
lineHeights: {
|
|
261
|
+
12: string;
|
|
262
|
+
16: string;
|
|
263
|
+
20: string;
|
|
264
|
+
24: string;
|
|
265
|
+
26: string;
|
|
266
|
+
28: string;
|
|
267
|
+
30: string;
|
|
268
|
+
36: string;
|
|
269
|
+
40: string;
|
|
270
|
+
44: string;
|
|
271
|
+
52: string;
|
|
272
|
+
64: string;
|
|
83
273
|
};
|
|
84
|
-
lineHeights: {};
|
|
85
274
|
letterSpacings: {};
|
|
86
275
|
sizes: {
|
|
87
276
|
4: string;
|
|
@@ -89,20 +278,18 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
89
278
|
8: string;
|
|
90
279
|
12: string;
|
|
91
280
|
16: string;
|
|
281
|
+
18: string;
|
|
92
282
|
20: string;
|
|
93
283
|
24: string;
|
|
94
284
|
28: string;
|
|
95
285
|
32: string;
|
|
96
286
|
36: string;
|
|
97
287
|
40: string;
|
|
288
|
+
45: string;
|
|
98
289
|
48: string;
|
|
99
290
|
};
|
|
100
291
|
borderWidths: {};
|
|
101
292
|
borderStyles: {};
|
|
102
|
-
radii: {
|
|
103
|
-
5: string;
|
|
104
|
-
10: string;
|
|
105
|
-
};
|
|
106
293
|
shadows: {
|
|
107
294
|
s: string;
|
|
108
295
|
};
|
|
@@ -129,17 +316,17 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
129
316
|
lg: string;
|
|
130
317
|
}, {
|
|
131
318
|
colors: {
|
|
132
|
-
primary: string;
|
|
133
|
-
primary100: string;
|
|
134
|
-
primary200: string;
|
|
135
|
-
primary300: string;
|
|
136
|
-
primary400: string;
|
|
137
319
|
primary500: string;
|
|
138
320
|
primary600: string;
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
321
|
+
secondary100: string;
|
|
322
|
+
secondary200: string;
|
|
323
|
+
secondary300: string;
|
|
324
|
+
secondary400: string;
|
|
325
|
+
secondary500: string;
|
|
326
|
+
secondary600: string;
|
|
327
|
+
secondary700: string;
|
|
328
|
+
secondary800: string;
|
|
329
|
+
secondary900: string;
|
|
143
330
|
neutral100: string;
|
|
144
331
|
neutral200: string;
|
|
145
332
|
neutral300: string;
|
|
@@ -149,39 +336,65 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
149
336
|
neutral700: string;
|
|
150
337
|
neutral800: string;
|
|
151
338
|
neutral900: string;
|
|
152
|
-
background: string;
|
|
153
|
-
foreground: string;
|
|
154
|
-
success: string;
|
|
155
|
-
success100: string;
|
|
156
|
-
success300: string;
|
|
157
|
-
success500: string;
|
|
158
|
-
success700: string;
|
|
159
|
-
warning: string;
|
|
160
|
-
warning100: string;
|
|
161
|
-
warning300: string;
|
|
162
|
-
warning500: string;
|
|
163
|
-
warning700: string;
|
|
164
|
-
error: string;
|
|
165
339
|
error100: string;
|
|
166
340
|
error300: string;
|
|
167
341
|
error500: string;
|
|
342
|
+
error600: string;
|
|
168
343
|
error700: string;
|
|
169
|
-
|
|
344
|
+
warning100: string;
|
|
345
|
+
warning300: string;
|
|
346
|
+
warning500: string;
|
|
347
|
+
warning600: string;
|
|
348
|
+
warning700: string;
|
|
349
|
+
info100: string;
|
|
350
|
+
info300: string;
|
|
351
|
+
info500: string;
|
|
352
|
+
info600: string;
|
|
353
|
+
info700: string;
|
|
354
|
+
success100: string;
|
|
355
|
+
success300: string;
|
|
356
|
+
success500: string;
|
|
357
|
+
success600: string;
|
|
358
|
+
success700: string;
|
|
359
|
+
background: string;
|
|
360
|
+
foreground: string;
|
|
170
361
|
};
|
|
171
362
|
space: {
|
|
363
|
+
0: string;
|
|
364
|
+
5: string;
|
|
365
|
+
10: string;
|
|
366
|
+
15: string;
|
|
367
|
+
20: string;
|
|
368
|
+
25: string;
|
|
369
|
+
30: string;
|
|
370
|
+
40: string;
|
|
371
|
+
46: string;
|
|
372
|
+
50: string;
|
|
373
|
+
60: string;
|
|
374
|
+
70: string;
|
|
375
|
+
80: string;
|
|
376
|
+
90: string;
|
|
377
|
+
100: string;
|
|
172
378
|
2: string;
|
|
173
379
|
4: string;
|
|
174
380
|
6: string;
|
|
175
381
|
8: string;
|
|
176
|
-
10: string;
|
|
177
382
|
12: string;
|
|
178
383
|
16: string;
|
|
179
|
-
20: string;
|
|
180
384
|
24: string;
|
|
181
385
|
28: string;
|
|
182
|
-
30: string;
|
|
183
386
|
32: string;
|
|
184
387
|
};
|
|
388
|
+
radii: {
|
|
389
|
+
xs: string;
|
|
390
|
+
sm: string;
|
|
391
|
+
xm: string;
|
|
392
|
+
md: string;
|
|
393
|
+
xl: string;
|
|
394
|
+
lg: string;
|
|
395
|
+
primary: string;
|
|
396
|
+
secondary: string;
|
|
397
|
+
};
|
|
185
398
|
fontSizes: {
|
|
186
399
|
10: string;
|
|
187
400
|
12: string;
|
|
@@ -189,20 +402,38 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
189
402
|
16: string;
|
|
190
403
|
18: string;
|
|
191
404
|
20: string;
|
|
405
|
+
22: string;
|
|
192
406
|
24: string;
|
|
407
|
+
28: string;
|
|
193
408
|
32: string;
|
|
194
409
|
36: string;
|
|
195
410
|
40: string;
|
|
196
411
|
48: string;
|
|
197
412
|
};
|
|
198
|
-
fonts: {
|
|
413
|
+
fonts: {
|
|
414
|
+
primary: string;
|
|
415
|
+
widget: string;
|
|
416
|
+
};
|
|
199
417
|
fontWeights: {
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
418
|
+
regular: number;
|
|
419
|
+
medium: number;
|
|
420
|
+
semiBold: number;
|
|
421
|
+
bold: number;
|
|
422
|
+
};
|
|
423
|
+
lineHeights: {
|
|
424
|
+
12: string;
|
|
425
|
+
16: string;
|
|
426
|
+
20: string;
|
|
427
|
+
24: string;
|
|
428
|
+
26: string;
|
|
429
|
+
28: string;
|
|
430
|
+
30: string;
|
|
431
|
+
36: string;
|
|
432
|
+
40: string;
|
|
433
|
+
44: string;
|
|
434
|
+
52: string;
|
|
435
|
+
64: string;
|
|
204
436
|
};
|
|
205
|
-
lineHeights: {};
|
|
206
437
|
letterSpacings: {};
|
|
207
438
|
sizes: {
|
|
208
439
|
4: string;
|
|
@@ -210,20 +441,18 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
210
441
|
8: string;
|
|
211
442
|
12: string;
|
|
212
443
|
16: string;
|
|
444
|
+
18: string;
|
|
213
445
|
20: string;
|
|
214
446
|
24: string;
|
|
215
447
|
28: string;
|
|
216
448
|
32: string;
|
|
217
449
|
36: string;
|
|
218
450
|
40: string;
|
|
451
|
+
45: string;
|
|
219
452
|
48: string;
|
|
220
453
|
};
|
|
221
454
|
borderWidths: {};
|
|
222
455
|
borderStyles: {};
|
|
223
|
-
radii: {
|
|
224
|
-
5: string;
|
|
225
|
-
10: string;
|
|
226
|
-
};
|
|
227
456
|
shadows: {
|
|
228
457
|
s: string;
|
|
229
458
|
};
|
|
@@ -237,17 +466,17 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
237
466
|
lg: string;
|
|
238
467
|
}, {
|
|
239
468
|
colors: {
|
|
240
|
-
primary: string;
|
|
241
|
-
primary100: string;
|
|
242
|
-
primary200: string;
|
|
243
|
-
primary300: string;
|
|
244
|
-
primary400: string;
|
|
245
469
|
primary500: string;
|
|
246
470
|
primary600: string;
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
471
|
+
secondary100: string;
|
|
472
|
+
secondary200: string;
|
|
473
|
+
secondary300: string;
|
|
474
|
+
secondary400: string;
|
|
475
|
+
secondary500: string;
|
|
476
|
+
secondary600: string;
|
|
477
|
+
secondary700: string;
|
|
478
|
+
secondary800: string;
|
|
479
|
+
secondary900: string;
|
|
251
480
|
neutral100: string;
|
|
252
481
|
neutral200: string;
|
|
253
482
|
neutral300: string;
|
|
@@ -257,39 +486,65 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
257
486
|
neutral700: string;
|
|
258
487
|
neutral800: string;
|
|
259
488
|
neutral900: string;
|
|
260
|
-
background: string;
|
|
261
|
-
foreground: string;
|
|
262
|
-
success: string;
|
|
263
|
-
success100: string;
|
|
264
|
-
success300: string;
|
|
265
|
-
success500: string;
|
|
266
|
-
success700: string;
|
|
267
|
-
warning: string;
|
|
268
|
-
warning100: string;
|
|
269
|
-
warning300: string;
|
|
270
|
-
warning500: string;
|
|
271
|
-
warning700: string;
|
|
272
|
-
error: string;
|
|
273
489
|
error100: string;
|
|
274
490
|
error300: string;
|
|
275
491
|
error500: string;
|
|
492
|
+
error600: string;
|
|
276
493
|
error700: string;
|
|
277
|
-
|
|
494
|
+
warning100: string;
|
|
495
|
+
warning300: string;
|
|
496
|
+
warning500: string;
|
|
497
|
+
warning600: string;
|
|
498
|
+
warning700: string;
|
|
499
|
+
info100: string;
|
|
500
|
+
info300: string;
|
|
501
|
+
info500: string;
|
|
502
|
+
info600: string;
|
|
503
|
+
info700: string;
|
|
504
|
+
success100: string;
|
|
505
|
+
success300: string;
|
|
506
|
+
success500: string;
|
|
507
|
+
success600: string;
|
|
508
|
+
success700: string;
|
|
509
|
+
background: string;
|
|
510
|
+
foreground: string;
|
|
278
511
|
};
|
|
279
512
|
space: {
|
|
513
|
+
0: string;
|
|
514
|
+
5: string;
|
|
515
|
+
10: string;
|
|
516
|
+
15: string;
|
|
517
|
+
20: string;
|
|
518
|
+
25: string;
|
|
519
|
+
30: string;
|
|
520
|
+
40: string;
|
|
521
|
+
46: string;
|
|
522
|
+
50: string;
|
|
523
|
+
60: string;
|
|
524
|
+
70: string;
|
|
525
|
+
80: string;
|
|
526
|
+
90: string;
|
|
527
|
+
100: string;
|
|
280
528
|
2: string;
|
|
281
529
|
4: string;
|
|
282
530
|
6: string;
|
|
283
531
|
8: string;
|
|
284
|
-
10: string;
|
|
285
532
|
12: string;
|
|
286
533
|
16: string;
|
|
287
|
-
20: string;
|
|
288
534
|
24: string;
|
|
289
535
|
28: string;
|
|
290
|
-
30: string;
|
|
291
536
|
32: string;
|
|
292
537
|
};
|
|
538
|
+
radii: {
|
|
539
|
+
xs: string;
|
|
540
|
+
sm: string;
|
|
541
|
+
xm: string;
|
|
542
|
+
md: string;
|
|
543
|
+
xl: string;
|
|
544
|
+
lg: string;
|
|
545
|
+
primary: string;
|
|
546
|
+
secondary: string;
|
|
547
|
+
};
|
|
293
548
|
fontSizes: {
|
|
294
549
|
10: string;
|
|
295
550
|
12: string;
|
|
@@ -297,20 +552,38 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
297
552
|
16: string;
|
|
298
553
|
18: string;
|
|
299
554
|
20: string;
|
|
555
|
+
22: string;
|
|
300
556
|
24: string;
|
|
557
|
+
28: string;
|
|
301
558
|
32: string;
|
|
302
559
|
36: string;
|
|
303
560
|
40: string;
|
|
304
561
|
48: string;
|
|
305
562
|
};
|
|
306
|
-
fonts: {
|
|
563
|
+
fonts: {
|
|
564
|
+
primary: string;
|
|
565
|
+
widget: string;
|
|
566
|
+
};
|
|
307
567
|
fontWeights: {
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
568
|
+
regular: number;
|
|
569
|
+
medium: number;
|
|
570
|
+
semiBold: number;
|
|
571
|
+
bold: number;
|
|
572
|
+
};
|
|
573
|
+
lineHeights: {
|
|
574
|
+
12: string;
|
|
575
|
+
16: string;
|
|
576
|
+
20: string;
|
|
577
|
+
24: string;
|
|
578
|
+
26: string;
|
|
579
|
+
28: string;
|
|
580
|
+
30: string;
|
|
581
|
+
36: string;
|
|
582
|
+
40: string;
|
|
583
|
+
44: string;
|
|
584
|
+
52: string;
|
|
585
|
+
64: string;
|
|
312
586
|
};
|
|
313
|
-
lineHeights: {};
|
|
314
587
|
letterSpacings: {};
|
|
315
588
|
sizes: {
|
|
316
589
|
4: string;
|
|
@@ -318,20 +591,18 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
318
591
|
8: string;
|
|
319
592
|
12: string;
|
|
320
593
|
16: string;
|
|
594
|
+
18: string;
|
|
321
595
|
20: string;
|
|
322
596
|
24: string;
|
|
323
597
|
28: string;
|
|
324
598
|
32: string;
|
|
325
599
|
36: string;
|
|
326
600
|
40: string;
|
|
601
|
+
45: string;
|
|
327
602
|
48: string;
|
|
328
603
|
};
|
|
329
604
|
borderWidths: {};
|
|
330
605
|
borderStyles: {};
|
|
331
|
-
radii: {
|
|
332
|
-
5: string;
|
|
333
|
-
10: string;
|
|
334
|
-
};
|
|
335
606
|
shadows: {
|
|
336
607
|
s: string;
|
|
337
608
|
};
|
|
@@ -354,17 +625,17 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
354
625
|
lg: string;
|
|
355
626
|
}, CSS>, createTheme: <Argument0 extends string | ({
|
|
356
627
|
colors?: {
|
|
357
|
-
primary?: string | number | boolean | undefined;
|
|
358
|
-
primary100?: string | number | boolean | undefined;
|
|
359
|
-
primary200?: string | number | boolean | undefined;
|
|
360
|
-
primary300?: string | number | boolean | undefined;
|
|
361
|
-
primary400?: string | number | boolean | undefined;
|
|
362
628
|
primary500?: string | number | boolean | undefined;
|
|
363
629
|
primary600?: string | number | boolean | undefined;
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
630
|
+
secondary100?: string | number | boolean | undefined;
|
|
631
|
+
secondary200?: string | number | boolean | undefined;
|
|
632
|
+
secondary300?: string | number | boolean | undefined;
|
|
633
|
+
secondary400?: string | number | boolean | undefined;
|
|
634
|
+
secondary500?: string | number | boolean | undefined;
|
|
635
|
+
secondary600?: string | number | boolean | undefined;
|
|
636
|
+
secondary700?: string | number | boolean | undefined;
|
|
637
|
+
secondary800?: string | number | boolean | undefined;
|
|
638
|
+
secondary900?: string | number | boolean | undefined;
|
|
368
639
|
neutral100?: string | number | boolean | undefined;
|
|
369
640
|
neutral200?: string | number | boolean | undefined;
|
|
370
641
|
neutral300?: string | number | boolean | undefined;
|
|
@@ -374,39 +645,65 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
374
645
|
neutral700?: string | number | boolean | undefined;
|
|
375
646
|
neutral800?: string | number | boolean | undefined;
|
|
376
647
|
neutral900?: string | number | boolean | undefined;
|
|
377
|
-
background?: string | number | boolean | undefined;
|
|
378
|
-
foreground?: string | number | boolean | undefined;
|
|
379
|
-
success?: string | number | boolean | undefined;
|
|
380
|
-
success100?: string | number | boolean | undefined;
|
|
381
|
-
success300?: string | number | boolean | undefined;
|
|
382
|
-
success500?: string | number | boolean | undefined;
|
|
383
|
-
success700?: string | number | boolean | undefined;
|
|
384
|
-
warning?: string | number | boolean | undefined;
|
|
385
|
-
warning100?: string | number | boolean | undefined;
|
|
386
|
-
warning300?: string | number | boolean | undefined;
|
|
387
|
-
warning500?: string | number | boolean | undefined;
|
|
388
|
-
warning700?: string | number | boolean | undefined;
|
|
389
|
-
error?: string | number | boolean | undefined;
|
|
390
648
|
error100?: string | number | boolean | undefined;
|
|
391
649
|
error300?: string | number | boolean | undefined;
|
|
392
650
|
error500?: string | number | boolean | undefined;
|
|
651
|
+
error600?: string | number | boolean | undefined;
|
|
393
652
|
error700?: string | number | boolean | undefined;
|
|
394
|
-
|
|
653
|
+
warning100?: string | number | boolean | undefined;
|
|
654
|
+
warning300?: string | number | boolean | undefined;
|
|
655
|
+
warning500?: string | number | boolean | undefined;
|
|
656
|
+
warning600?: string | number | boolean | undefined;
|
|
657
|
+
warning700?: string | number | boolean | undefined;
|
|
658
|
+
info100?: string | number | boolean | undefined;
|
|
659
|
+
info300?: string | number | boolean | undefined;
|
|
660
|
+
info500?: string | number | boolean | undefined;
|
|
661
|
+
info600?: string | number | boolean | undefined;
|
|
662
|
+
info700?: string | number | boolean | undefined;
|
|
663
|
+
success100?: string | number | boolean | undefined;
|
|
664
|
+
success300?: string | number | boolean | undefined;
|
|
665
|
+
success500?: string | number | boolean | undefined;
|
|
666
|
+
success600?: string | number | boolean | undefined;
|
|
667
|
+
success700?: string | number | boolean | undefined;
|
|
668
|
+
background?: string | number | boolean | undefined;
|
|
669
|
+
foreground?: string | number | boolean | undefined;
|
|
395
670
|
} | undefined;
|
|
396
671
|
space?: {
|
|
672
|
+
0?: string | number | boolean | undefined;
|
|
673
|
+
5?: string | number | boolean | undefined;
|
|
674
|
+
10?: string | number | boolean | undefined;
|
|
675
|
+
15?: string | number | boolean | undefined;
|
|
676
|
+
20?: string | number | boolean | undefined;
|
|
677
|
+
25?: string | number | boolean | undefined;
|
|
678
|
+
30?: string | number | boolean | undefined;
|
|
679
|
+
40?: string | number | boolean | undefined;
|
|
680
|
+
46?: string | number | boolean | undefined;
|
|
681
|
+
50?: string | number | boolean | undefined;
|
|
682
|
+
60?: string | number | boolean | undefined;
|
|
683
|
+
70?: string | number | boolean | undefined;
|
|
684
|
+
80?: string | number | boolean | undefined;
|
|
685
|
+
90?: string | number | boolean | undefined;
|
|
686
|
+
100?: string | number | boolean | undefined;
|
|
397
687
|
2?: string | number | boolean | undefined;
|
|
398
688
|
4?: string | number | boolean | undefined;
|
|
399
689
|
6?: string | number | boolean | undefined;
|
|
400
690
|
8?: string | number | boolean | undefined;
|
|
401
|
-
10?: string | number | boolean | undefined;
|
|
402
691
|
12?: string | number | boolean | undefined;
|
|
403
692
|
16?: string | number | boolean | undefined;
|
|
404
|
-
20?: string | number | boolean | undefined;
|
|
405
693
|
24?: string | number | boolean | undefined;
|
|
406
694
|
28?: string | number | boolean | undefined;
|
|
407
|
-
30?: string | number | boolean | undefined;
|
|
408
695
|
32?: string | number | boolean | undefined;
|
|
409
696
|
} | undefined;
|
|
697
|
+
radii?: {
|
|
698
|
+
xs?: string | number | boolean | undefined;
|
|
699
|
+
sm?: string | number | boolean | undefined;
|
|
700
|
+
xm?: string | number | boolean | undefined;
|
|
701
|
+
md?: string | number | boolean | undefined;
|
|
702
|
+
xl?: string | number | boolean | undefined;
|
|
703
|
+
lg?: string | number | boolean | undefined;
|
|
704
|
+
primary?: string | number | boolean | undefined;
|
|
705
|
+
secondary?: string | number | boolean | undefined;
|
|
706
|
+
} | undefined;
|
|
410
707
|
fontSizes?: {
|
|
411
708
|
10?: string | number | boolean | undefined;
|
|
412
709
|
12?: string | number | boolean | undefined;
|
|
@@ -414,20 +711,38 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
414
711
|
16?: string | number | boolean | undefined;
|
|
415
712
|
18?: string | number | boolean | undefined;
|
|
416
713
|
20?: string | number | boolean | undefined;
|
|
714
|
+
22?: string | number | boolean | undefined;
|
|
417
715
|
24?: string | number | boolean | undefined;
|
|
716
|
+
28?: string | number | boolean | undefined;
|
|
418
717
|
32?: string | number | boolean | undefined;
|
|
419
718
|
36?: string | number | boolean | undefined;
|
|
420
719
|
40?: string | number | boolean | undefined;
|
|
421
720
|
48?: string | number | boolean | undefined;
|
|
422
721
|
} | undefined;
|
|
423
|
-
fonts?: {
|
|
722
|
+
fonts?: {
|
|
723
|
+
primary?: string | number | boolean | undefined;
|
|
724
|
+
widget?: string | number | boolean | undefined;
|
|
725
|
+
} | undefined;
|
|
424
726
|
fontWeights?: {
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
727
|
+
regular?: string | number | boolean | undefined;
|
|
728
|
+
medium?: string | number | boolean | undefined;
|
|
729
|
+
semiBold?: string | number | boolean | undefined;
|
|
730
|
+
bold?: string | number | boolean | undefined;
|
|
731
|
+
} | undefined;
|
|
732
|
+
lineHeights?: {
|
|
733
|
+
12?: string | number | boolean | undefined;
|
|
734
|
+
16?: string | number | boolean | undefined;
|
|
735
|
+
20?: string | number | boolean | undefined;
|
|
736
|
+
24?: string | number | boolean | undefined;
|
|
737
|
+
26?: string | number | boolean | undefined;
|
|
738
|
+
28?: string | number | boolean | undefined;
|
|
739
|
+
30?: string | number | boolean | undefined;
|
|
740
|
+
36?: string | number | boolean | undefined;
|
|
741
|
+
40?: string | number | boolean | undefined;
|
|
742
|
+
44?: string | number | boolean | undefined;
|
|
743
|
+
52?: string | number | boolean | undefined;
|
|
744
|
+
64?: string | number | boolean | undefined;
|
|
429
745
|
} | undefined;
|
|
430
|
-
lineHeights?: {} | undefined;
|
|
431
746
|
letterSpacings?: {} | undefined;
|
|
432
747
|
sizes?: {
|
|
433
748
|
4?: string | number | boolean | undefined;
|
|
@@ -435,20 +750,18 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
435
750
|
8?: string | number | boolean | undefined;
|
|
436
751
|
12?: string | number | boolean | undefined;
|
|
437
752
|
16?: string | number | boolean | undefined;
|
|
753
|
+
18?: string | number | boolean | undefined;
|
|
438
754
|
20?: string | number | boolean | undefined;
|
|
439
755
|
24?: string | number | boolean | undefined;
|
|
440
756
|
28?: string | number | boolean | undefined;
|
|
441
757
|
32?: string | number | boolean | undefined;
|
|
442
758
|
36?: string | number | boolean | undefined;
|
|
443
759
|
40?: string | number | boolean | undefined;
|
|
760
|
+
45?: string | number | boolean | undefined;
|
|
444
761
|
48?: string | number | boolean | undefined;
|
|
445
762
|
} | undefined;
|
|
446
763
|
borderWidths?: {} | undefined;
|
|
447
764
|
borderStyles?: {} | undefined;
|
|
448
|
-
radii?: {
|
|
449
|
-
5?: string | number | boolean | undefined;
|
|
450
|
-
10?: string | number | boolean | undefined;
|
|
451
|
-
} | undefined;
|
|
452
765
|
shadows?: {
|
|
453
766
|
s?: string | number | boolean | undefined;
|
|
454
767
|
} | undefined;
|
|
@@ -461,17 +774,17 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
461
774
|
};
|
|
462
775
|
}), Argument1 extends string | ({
|
|
463
776
|
colors?: {
|
|
464
|
-
primary?: string | number | boolean | undefined;
|
|
465
|
-
primary100?: string | number | boolean | undefined;
|
|
466
|
-
primary200?: string | number | boolean | undefined;
|
|
467
|
-
primary300?: string | number | boolean | undefined;
|
|
468
|
-
primary400?: string | number | boolean | undefined;
|
|
469
777
|
primary500?: string | number | boolean | undefined;
|
|
470
778
|
primary600?: string | number | boolean | undefined;
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
779
|
+
secondary100?: string | number | boolean | undefined;
|
|
780
|
+
secondary200?: string | number | boolean | undefined;
|
|
781
|
+
secondary300?: string | number | boolean | undefined;
|
|
782
|
+
secondary400?: string | number | boolean | undefined;
|
|
783
|
+
secondary500?: string | number | boolean | undefined;
|
|
784
|
+
secondary600?: string | number | boolean | undefined;
|
|
785
|
+
secondary700?: string | number | boolean | undefined;
|
|
786
|
+
secondary800?: string | number | boolean | undefined;
|
|
787
|
+
secondary900?: string | number | boolean | undefined;
|
|
475
788
|
neutral100?: string | number | boolean | undefined;
|
|
476
789
|
neutral200?: string | number | boolean | undefined;
|
|
477
790
|
neutral300?: string | number | boolean | undefined;
|
|
@@ -481,39 +794,65 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
481
794
|
neutral700?: string | number | boolean | undefined;
|
|
482
795
|
neutral800?: string | number | boolean | undefined;
|
|
483
796
|
neutral900?: string | number | boolean | undefined;
|
|
484
|
-
background?: string | number | boolean | undefined;
|
|
485
|
-
foreground?: string | number | boolean | undefined;
|
|
486
|
-
success?: string | number | boolean | undefined;
|
|
487
|
-
success100?: string | number | boolean | undefined;
|
|
488
|
-
success300?: string | number | boolean | undefined;
|
|
489
|
-
success500?: string | number | boolean | undefined;
|
|
490
|
-
success700?: string | number | boolean | undefined;
|
|
491
|
-
warning?: string | number | boolean | undefined;
|
|
492
|
-
warning100?: string | number | boolean | undefined;
|
|
493
|
-
warning300?: string | number | boolean | undefined;
|
|
494
|
-
warning500?: string | number | boolean | undefined;
|
|
495
|
-
warning700?: string | number | boolean | undefined;
|
|
496
|
-
error?: string | number | boolean | undefined;
|
|
497
797
|
error100?: string | number | boolean | undefined;
|
|
498
798
|
error300?: string | number | boolean | undefined;
|
|
499
799
|
error500?: string | number | boolean | undefined;
|
|
800
|
+
error600?: string | number | boolean | undefined;
|
|
500
801
|
error700?: string | number | boolean | undefined;
|
|
501
|
-
|
|
802
|
+
warning100?: string | number | boolean | undefined;
|
|
803
|
+
warning300?: string | number | boolean | undefined;
|
|
804
|
+
warning500?: string | number | boolean | undefined;
|
|
805
|
+
warning600?: string | number | boolean | undefined;
|
|
806
|
+
warning700?: string | number | boolean | undefined;
|
|
807
|
+
info100?: string | number | boolean | undefined;
|
|
808
|
+
info300?: string | number | boolean | undefined;
|
|
809
|
+
info500?: string | number | boolean | undefined;
|
|
810
|
+
info600?: string | number | boolean | undefined;
|
|
811
|
+
info700?: string | number | boolean | undefined;
|
|
812
|
+
success100?: string | number | boolean | undefined;
|
|
813
|
+
success300?: string | number | boolean | undefined;
|
|
814
|
+
success500?: string | number | boolean | undefined;
|
|
815
|
+
success600?: string | number | boolean | undefined;
|
|
816
|
+
success700?: string | number | boolean | undefined;
|
|
817
|
+
background?: string | number | boolean | undefined;
|
|
818
|
+
foreground?: string | number | boolean | undefined;
|
|
502
819
|
} | undefined;
|
|
503
820
|
space?: {
|
|
821
|
+
0?: string | number | boolean | undefined;
|
|
822
|
+
5?: string | number | boolean | undefined;
|
|
823
|
+
10?: string | number | boolean | undefined;
|
|
824
|
+
15?: string | number | boolean | undefined;
|
|
825
|
+
20?: string | number | boolean | undefined;
|
|
826
|
+
25?: string | number | boolean | undefined;
|
|
827
|
+
30?: string | number | boolean | undefined;
|
|
828
|
+
40?: string | number | boolean | undefined;
|
|
829
|
+
46?: string | number | boolean | undefined;
|
|
830
|
+
50?: string | number | boolean | undefined;
|
|
831
|
+
60?: string | number | boolean | undefined;
|
|
832
|
+
70?: string | number | boolean | undefined;
|
|
833
|
+
80?: string | number | boolean | undefined;
|
|
834
|
+
90?: string | number | boolean | undefined;
|
|
835
|
+
100?: string | number | boolean | undefined;
|
|
504
836
|
2?: string | number | boolean | undefined;
|
|
505
837
|
4?: string | number | boolean | undefined;
|
|
506
838
|
6?: string | number | boolean | undefined;
|
|
507
839
|
8?: string | number | boolean | undefined;
|
|
508
|
-
10?: string | number | boolean | undefined;
|
|
509
840
|
12?: string | number | boolean | undefined;
|
|
510
841
|
16?: string | number | boolean | undefined;
|
|
511
|
-
20?: string | number | boolean | undefined;
|
|
512
842
|
24?: string | number | boolean | undefined;
|
|
513
843
|
28?: string | number | boolean | undefined;
|
|
514
|
-
30?: string | number | boolean | undefined;
|
|
515
844
|
32?: string | number | boolean | undefined;
|
|
516
845
|
} | undefined;
|
|
846
|
+
radii?: {
|
|
847
|
+
xs?: string | number | boolean | undefined;
|
|
848
|
+
sm?: string | number | boolean | undefined;
|
|
849
|
+
xm?: string | number | boolean | undefined;
|
|
850
|
+
md?: string | number | boolean | undefined;
|
|
851
|
+
xl?: string | number | boolean | undefined;
|
|
852
|
+
lg?: string | number | boolean | undefined;
|
|
853
|
+
primary?: string | number | boolean | undefined;
|
|
854
|
+
secondary?: string | number | boolean | undefined;
|
|
855
|
+
} | undefined;
|
|
517
856
|
fontSizes?: {
|
|
518
857
|
10?: string | number | boolean | undefined;
|
|
519
858
|
12?: string | number | boolean | undefined;
|
|
@@ -521,20 +860,38 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
521
860
|
16?: string | number | boolean | undefined;
|
|
522
861
|
18?: string | number | boolean | undefined;
|
|
523
862
|
20?: string | number | boolean | undefined;
|
|
863
|
+
22?: string | number | boolean | undefined;
|
|
524
864
|
24?: string | number | boolean | undefined;
|
|
865
|
+
28?: string | number | boolean | undefined;
|
|
525
866
|
32?: string | number | boolean | undefined;
|
|
526
867
|
36?: string | number | boolean | undefined;
|
|
527
868
|
40?: string | number | boolean | undefined;
|
|
528
869
|
48?: string | number | boolean | undefined;
|
|
529
870
|
} | undefined;
|
|
530
|
-
fonts?: {
|
|
871
|
+
fonts?: {
|
|
872
|
+
primary?: string | number | boolean | undefined;
|
|
873
|
+
widget?: string | number | boolean | undefined;
|
|
874
|
+
} | undefined;
|
|
531
875
|
fontWeights?: {
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
876
|
+
regular?: string | number | boolean | undefined;
|
|
877
|
+
medium?: string | number | boolean | undefined;
|
|
878
|
+
semiBold?: string | number | boolean | undefined;
|
|
879
|
+
bold?: string | number | boolean | undefined;
|
|
880
|
+
} | undefined;
|
|
881
|
+
lineHeights?: {
|
|
882
|
+
12?: string | number | boolean | undefined;
|
|
883
|
+
16?: string | number | boolean | undefined;
|
|
884
|
+
20?: string | number | boolean | undefined;
|
|
885
|
+
24?: string | number | boolean | undefined;
|
|
886
|
+
26?: string | number | boolean | undefined;
|
|
887
|
+
28?: string | number | boolean | undefined;
|
|
888
|
+
30?: string | number | boolean | undefined;
|
|
889
|
+
36?: string | number | boolean | undefined;
|
|
890
|
+
40?: string | number | boolean | undefined;
|
|
891
|
+
44?: string | number | boolean | undefined;
|
|
892
|
+
52?: string | number | boolean | undefined;
|
|
893
|
+
64?: string | number | boolean | undefined;
|
|
536
894
|
} | undefined;
|
|
537
|
-
lineHeights?: {} | undefined;
|
|
538
895
|
letterSpacings?: {} | undefined;
|
|
539
896
|
sizes?: {
|
|
540
897
|
4?: string | number | boolean | undefined;
|
|
@@ -542,20 +899,18 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
542
899
|
8?: string | number | boolean | undefined;
|
|
543
900
|
12?: string | number | boolean | undefined;
|
|
544
901
|
16?: string | number | boolean | undefined;
|
|
902
|
+
18?: string | number | boolean | undefined;
|
|
545
903
|
20?: string | number | boolean | undefined;
|
|
546
904
|
24?: string | number | boolean | undefined;
|
|
547
905
|
28?: string | number | boolean | undefined;
|
|
548
906
|
32?: string | number | boolean | undefined;
|
|
549
907
|
36?: string | number | boolean | undefined;
|
|
550
908
|
40?: string | number | boolean | undefined;
|
|
909
|
+
45?: string | number | boolean | undefined;
|
|
551
910
|
48?: string | number | boolean | undefined;
|
|
552
911
|
} | undefined;
|
|
553
912
|
borderWidths?: {} | undefined;
|
|
554
913
|
borderStyles?: {} | undefined;
|
|
555
|
-
radii?: {
|
|
556
|
-
5?: string | number | boolean | undefined;
|
|
557
|
-
10?: string | number | boolean | undefined;
|
|
558
|
-
} | undefined;
|
|
559
914
|
shadows?: {
|
|
560
915
|
s?: string | number | boolean | undefined;
|
|
561
916
|
} | undefined;
|
|
@@ -576,17 +931,17 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
576
931
|
lg: string;
|
|
577
932
|
}, {
|
|
578
933
|
colors: {
|
|
579
|
-
primary: string;
|
|
580
|
-
primary100: string;
|
|
581
|
-
primary200: string;
|
|
582
|
-
primary300: string;
|
|
583
|
-
primary400: string;
|
|
584
934
|
primary500: string;
|
|
585
935
|
primary600: string;
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
936
|
+
secondary100: string;
|
|
937
|
+
secondary200: string;
|
|
938
|
+
secondary300: string;
|
|
939
|
+
secondary400: string;
|
|
940
|
+
secondary500: string;
|
|
941
|
+
secondary600: string;
|
|
942
|
+
secondary700: string;
|
|
943
|
+
secondary800: string;
|
|
944
|
+
secondary900: string;
|
|
590
945
|
neutral100: string;
|
|
591
946
|
neutral200: string;
|
|
592
947
|
neutral300: string;
|
|
@@ -596,39 +951,65 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
596
951
|
neutral700: string;
|
|
597
952
|
neutral800: string;
|
|
598
953
|
neutral900: string;
|
|
599
|
-
background: string;
|
|
600
|
-
foreground: string;
|
|
601
|
-
success: string;
|
|
602
|
-
success100: string;
|
|
603
|
-
success300: string;
|
|
604
|
-
success500: string;
|
|
605
|
-
success700: string;
|
|
606
|
-
warning: string;
|
|
607
|
-
warning100: string;
|
|
608
|
-
warning300: string;
|
|
609
|
-
warning500: string;
|
|
610
|
-
warning700: string;
|
|
611
|
-
error: string;
|
|
612
954
|
error100: string;
|
|
613
955
|
error300: string;
|
|
614
956
|
error500: string;
|
|
957
|
+
error600: string;
|
|
615
958
|
error700: string;
|
|
616
|
-
|
|
959
|
+
warning100: string;
|
|
960
|
+
warning300: string;
|
|
961
|
+
warning500: string;
|
|
962
|
+
warning600: string;
|
|
963
|
+
warning700: string;
|
|
964
|
+
info100: string;
|
|
965
|
+
info300: string;
|
|
966
|
+
info500: string;
|
|
967
|
+
info600: string;
|
|
968
|
+
info700: string;
|
|
969
|
+
success100: string;
|
|
970
|
+
success300: string;
|
|
971
|
+
success500: string;
|
|
972
|
+
success600: string;
|
|
973
|
+
success700: string;
|
|
974
|
+
background: string;
|
|
975
|
+
foreground: string;
|
|
617
976
|
};
|
|
618
977
|
space: {
|
|
978
|
+
0: string;
|
|
979
|
+
5: string;
|
|
980
|
+
10: string;
|
|
981
|
+
15: string;
|
|
982
|
+
20: string;
|
|
983
|
+
25: string;
|
|
984
|
+
30: string;
|
|
985
|
+
40: string;
|
|
986
|
+
46: string;
|
|
987
|
+
50: string;
|
|
988
|
+
60: string;
|
|
989
|
+
70: string;
|
|
990
|
+
80: string;
|
|
991
|
+
90: string;
|
|
992
|
+
100: string;
|
|
619
993
|
2: string;
|
|
620
994
|
4: string;
|
|
621
995
|
6: string;
|
|
622
996
|
8: string;
|
|
623
|
-
10: string;
|
|
624
997
|
12: string;
|
|
625
998
|
16: string;
|
|
626
|
-
20: string;
|
|
627
999
|
24: string;
|
|
628
1000
|
28: string;
|
|
629
|
-
30: string;
|
|
630
1001
|
32: string;
|
|
631
1002
|
};
|
|
1003
|
+
radii: {
|
|
1004
|
+
xs: string;
|
|
1005
|
+
sm: string;
|
|
1006
|
+
xm: string;
|
|
1007
|
+
md: string;
|
|
1008
|
+
xl: string;
|
|
1009
|
+
lg: string;
|
|
1010
|
+
primary: string;
|
|
1011
|
+
secondary: string;
|
|
1012
|
+
};
|
|
632
1013
|
fontSizes: {
|
|
633
1014
|
10: string;
|
|
634
1015
|
12: string;
|
|
@@ -636,20 +1017,38 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
636
1017
|
16: string;
|
|
637
1018
|
18: string;
|
|
638
1019
|
20: string;
|
|
1020
|
+
22: string;
|
|
639
1021
|
24: string;
|
|
1022
|
+
28: string;
|
|
640
1023
|
32: string;
|
|
641
1024
|
36: string;
|
|
642
1025
|
40: string;
|
|
643
1026
|
48: string;
|
|
644
1027
|
};
|
|
645
|
-
fonts: {
|
|
1028
|
+
fonts: {
|
|
1029
|
+
primary: string;
|
|
1030
|
+
widget: string;
|
|
1031
|
+
};
|
|
646
1032
|
fontWeights: {
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
1033
|
+
regular: number;
|
|
1034
|
+
medium: number;
|
|
1035
|
+
semiBold: number;
|
|
1036
|
+
bold: number;
|
|
1037
|
+
};
|
|
1038
|
+
lineHeights: {
|
|
1039
|
+
12: string;
|
|
1040
|
+
16: string;
|
|
1041
|
+
20: string;
|
|
1042
|
+
24: string;
|
|
1043
|
+
26: string;
|
|
1044
|
+
28: string;
|
|
1045
|
+
30: string;
|
|
1046
|
+
36: string;
|
|
1047
|
+
40: string;
|
|
1048
|
+
44: string;
|
|
1049
|
+
52: string;
|
|
1050
|
+
64: string;
|
|
651
1051
|
};
|
|
652
|
-
lineHeights: {};
|
|
653
1052
|
letterSpacings: {};
|
|
654
1053
|
sizes: {
|
|
655
1054
|
4: string;
|
|
@@ -657,20 +1056,18 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
657
1056
|
8: string;
|
|
658
1057
|
12: string;
|
|
659
1058
|
16: string;
|
|
1059
|
+
18: string;
|
|
660
1060
|
20: string;
|
|
661
1061
|
24: string;
|
|
662
1062
|
28: string;
|
|
663
1063
|
32: string;
|
|
664
1064
|
36: string;
|
|
665
1065
|
40: string;
|
|
1066
|
+
45: string;
|
|
666
1067
|
48: string;
|
|
667
1068
|
};
|
|
668
1069
|
borderWidths: {};
|
|
669
1070
|
borderStyles: {};
|
|
670
|
-
radii: {
|
|
671
|
-
5: string;
|
|
672
|
-
10: string;
|
|
673
|
-
};
|
|
674
1071
|
shadows: {
|
|
675
1072
|
s: string;
|
|
676
1073
|
};
|
|
@@ -692,17 +1089,17 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
692
1089
|
lg: string;
|
|
693
1090
|
}, {
|
|
694
1091
|
colors: {
|
|
695
|
-
primary: string;
|
|
696
|
-
primary100: string;
|
|
697
|
-
primary200: string;
|
|
698
|
-
primary300: string;
|
|
699
|
-
primary400: string;
|
|
700
1092
|
primary500: string;
|
|
701
1093
|
primary600: string;
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
1094
|
+
secondary100: string;
|
|
1095
|
+
secondary200: string;
|
|
1096
|
+
secondary300: string;
|
|
1097
|
+
secondary400: string;
|
|
1098
|
+
secondary500: string;
|
|
1099
|
+
secondary600: string;
|
|
1100
|
+
secondary700: string;
|
|
1101
|
+
secondary800: string;
|
|
1102
|
+
secondary900: string;
|
|
706
1103
|
neutral100: string;
|
|
707
1104
|
neutral200: string;
|
|
708
1105
|
neutral300: string;
|
|
@@ -712,39 +1109,65 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
712
1109
|
neutral700: string;
|
|
713
1110
|
neutral800: string;
|
|
714
1111
|
neutral900: string;
|
|
715
|
-
background: string;
|
|
716
|
-
foreground: string;
|
|
717
|
-
success: string;
|
|
718
|
-
success100: string;
|
|
719
|
-
success300: string;
|
|
720
|
-
success500: string;
|
|
721
|
-
success700: string;
|
|
722
|
-
warning: string;
|
|
723
|
-
warning100: string;
|
|
724
|
-
warning300: string;
|
|
725
|
-
warning500: string;
|
|
726
|
-
warning700: string;
|
|
727
|
-
error: string;
|
|
728
1112
|
error100: string;
|
|
729
1113
|
error300: string;
|
|
730
1114
|
error500: string;
|
|
1115
|
+
error600: string;
|
|
731
1116
|
error700: string;
|
|
732
|
-
|
|
1117
|
+
warning100: string;
|
|
1118
|
+
warning300: string;
|
|
1119
|
+
warning500: string;
|
|
1120
|
+
warning600: string;
|
|
1121
|
+
warning700: string;
|
|
1122
|
+
info100: string;
|
|
1123
|
+
info300: string;
|
|
1124
|
+
info500: string;
|
|
1125
|
+
info600: string;
|
|
1126
|
+
info700: string;
|
|
1127
|
+
success100: string;
|
|
1128
|
+
success300: string;
|
|
1129
|
+
success500: string;
|
|
1130
|
+
success600: string;
|
|
1131
|
+
success700: string;
|
|
1132
|
+
background: string;
|
|
1133
|
+
foreground: string;
|
|
733
1134
|
};
|
|
734
1135
|
space: {
|
|
1136
|
+
0: string;
|
|
1137
|
+
5: string;
|
|
1138
|
+
10: string;
|
|
1139
|
+
15: string;
|
|
1140
|
+
20: string;
|
|
1141
|
+
25: string;
|
|
1142
|
+
30: string;
|
|
1143
|
+
40: string;
|
|
1144
|
+
46: string;
|
|
1145
|
+
50: string;
|
|
1146
|
+
60: string;
|
|
1147
|
+
70: string;
|
|
1148
|
+
80: string;
|
|
1149
|
+
90: string;
|
|
1150
|
+
100: string;
|
|
735
1151
|
2: string;
|
|
736
1152
|
4: string;
|
|
737
1153
|
6: string;
|
|
738
1154
|
8: string;
|
|
739
|
-
10: string;
|
|
740
1155
|
12: string;
|
|
741
1156
|
16: string;
|
|
742
|
-
20: string;
|
|
743
1157
|
24: string;
|
|
744
1158
|
28: string;
|
|
745
|
-
30: string;
|
|
746
1159
|
32: string;
|
|
747
1160
|
};
|
|
1161
|
+
radii: {
|
|
1162
|
+
xs: string;
|
|
1163
|
+
sm: string;
|
|
1164
|
+
xm: string;
|
|
1165
|
+
md: string;
|
|
1166
|
+
xl: string;
|
|
1167
|
+
lg: string;
|
|
1168
|
+
primary: string;
|
|
1169
|
+
secondary: string;
|
|
1170
|
+
};
|
|
748
1171
|
fontSizes: {
|
|
749
1172
|
10: string;
|
|
750
1173
|
12: string;
|
|
@@ -752,20 +1175,38 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
752
1175
|
16: string;
|
|
753
1176
|
18: string;
|
|
754
1177
|
20: string;
|
|
1178
|
+
22: string;
|
|
755
1179
|
24: string;
|
|
1180
|
+
28: string;
|
|
756
1181
|
32: string;
|
|
757
1182
|
36: string;
|
|
758
1183
|
40: string;
|
|
759
1184
|
48: string;
|
|
760
1185
|
};
|
|
761
|
-
fonts: {
|
|
1186
|
+
fonts: {
|
|
1187
|
+
primary: string;
|
|
1188
|
+
widget: string;
|
|
1189
|
+
};
|
|
762
1190
|
fontWeights: {
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
1191
|
+
regular: number;
|
|
1192
|
+
medium: number;
|
|
1193
|
+
semiBold: number;
|
|
1194
|
+
bold: number;
|
|
1195
|
+
};
|
|
1196
|
+
lineHeights: {
|
|
1197
|
+
12: string;
|
|
1198
|
+
16: string;
|
|
1199
|
+
20: string;
|
|
1200
|
+
24: string;
|
|
1201
|
+
26: string;
|
|
1202
|
+
28: string;
|
|
1203
|
+
30: string;
|
|
1204
|
+
36: string;
|
|
1205
|
+
40: string;
|
|
1206
|
+
44: string;
|
|
1207
|
+
52: string;
|
|
1208
|
+
64: string;
|
|
767
1209
|
};
|
|
768
|
-
lineHeights: {};
|
|
769
1210
|
letterSpacings: {};
|
|
770
1211
|
sizes: {
|
|
771
1212
|
4: string;
|
|
@@ -773,20 +1214,18 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
773
1214
|
8: string;
|
|
774
1215
|
12: string;
|
|
775
1216
|
16: string;
|
|
1217
|
+
18: string;
|
|
776
1218
|
20: string;
|
|
777
1219
|
24: string;
|
|
778
1220
|
28: string;
|
|
779
1221
|
32: string;
|
|
780
1222
|
36: string;
|
|
781
1223
|
40: string;
|
|
1224
|
+
45: string;
|
|
782
1225
|
48: string;
|
|
783
1226
|
};
|
|
784
1227
|
borderWidths: {};
|
|
785
1228
|
borderStyles: {};
|
|
786
|
-
radii: {
|
|
787
|
-
5: string;
|
|
788
|
-
10: string;
|
|
789
|
-
};
|
|
790
1229
|
shadows: {
|
|
791
1230
|
s: string;
|
|
792
1231
|
};
|
|
@@ -799,17 +1238,17 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
799
1238
|
lg: string;
|
|
800
1239
|
}, {
|
|
801
1240
|
colors: {
|
|
802
|
-
primary: string;
|
|
803
|
-
primary100: string;
|
|
804
|
-
primary200: string;
|
|
805
|
-
primary300: string;
|
|
806
|
-
primary400: string;
|
|
807
1241
|
primary500: string;
|
|
808
1242
|
primary600: string;
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
1243
|
+
secondary100: string;
|
|
1244
|
+
secondary200: string;
|
|
1245
|
+
secondary300: string;
|
|
1246
|
+
secondary400: string;
|
|
1247
|
+
secondary500: string;
|
|
1248
|
+
secondary600: string;
|
|
1249
|
+
secondary700: string;
|
|
1250
|
+
secondary800: string;
|
|
1251
|
+
secondary900: string;
|
|
813
1252
|
neutral100: string;
|
|
814
1253
|
neutral200: string;
|
|
815
1254
|
neutral300: string;
|
|
@@ -819,39 +1258,65 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
819
1258
|
neutral700: string;
|
|
820
1259
|
neutral800: string;
|
|
821
1260
|
neutral900: string;
|
|
822
|
-
background: string;
|
|
823
|
-
foreground: string;
|
|
824
|
-
success: string;
|
|
825
|
-
success100: string;
|
|
826
|
-
success300: string;
|
|
827
|
-
success500: string;
|
|
828
|
-
success700: string;
|
|
829
|
-
warning: string;
|
|
830
|
-
warning100: string;
|
|
831
|
-
warning300: string;
|
|
832
|
-
warning500: string;
|
|
833
|
-
warning700: string;
|
|
834
|
-
error: string;
|
|
835
1261
|
error100: string;
|
|
836
1262
|
error300: string;
|
|
837
1263
|
error500: string;
|
|
1264
|
+
error600: string;
|
|
838
1265
|
error700: string;
|
|
839
|
-
|
|
1266
|
+
warning100: string;
|
|
1267
|
+
warning300: string;
|
|
1268
|
+
warning500: string;
|
|
1269
|
+
warning600: string;
|
|
1270
|
+
warning700: string;
|
|
1271
|
+
info100: string;
|
|
1272
|
+
info300: string;
|
|
1273
|
+
info500: string;
|
|
1274
|
+
info600: string;
|
|
1275
|
+
info700: string;
|
|
1276
|
+
success100: string;
|
|
1277
|
+
success300: string;
|
|
1278
|
+
success500: string;
|
|
1279
|
+
success600: string;
|
|
1280
|
+
success700: string;
|
|
1281
|
+
background: string;
|
|
1282
|
+
foreground: string;
|
|
840
1283
|
};
|
|
841
1284
|
space: {
|
|
1285
|
+
0: string;
|
|
1286
|
+
5: string;
|
|
1287
|
+
10: string;
|
|
1288
|
+
15: string;
|
|
1289
|
+
20: string;
|
|
1290
|
+
25: string;
|
|
1291
|
+
30: string;
|
|
1292
|
+
40: string;
|
|
1293
|
+
46: string;
|
|
1294
|
+
50: string;
|
|
1295
|
+
60: string;
|
|
1296
|
+
70: string;
|
|
1297
|
+
80: string;
|
|
1298
|
+
90: string;
|
|
1299
|
+
100: string;
|
|
842
1300
|
2: string;
|
|
843
1301
|
4: string;
|
|
844
1302
|
6: string;
|
|
845
1303
|
8: string;
|
|
846
|
-
10: string;
|
|
847
1304
|
12: string;
|
|
848
1305
|
16: string;
|
|
849
|
-
20: string;
|
|
850
1306
|
24: string;
|
|
851
1307
|
28: string;
|
|
852
|
-
30: string;
|
|
853
1308
|
32: string;
|
|
854
1309
|
};
|
|
1310
|
+
radii: {
|
|
1311
|
+
xs: string;
|
|
1312
|
+
sm: string;
|
|
1313
|
+
xm: string;
|
|
1314
|
+
md: string;
|
|
1315
|
+
xl: string;
|
|
1316
|
+
lg: string;
|
|
1317
|
+
primary: string;
|
|
1318
|
+
secondary: string;
|
|
1319
|
+
};
|
|
855
1320
|
fontSizes: {
|
|
856
1321
|
10: string;
|
|
857
1322
|
12: string;
|
|
@@ -859,20 +1324,38 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
859
1324
|
16: string;
|
|
860
1325
|
18: string;
|
|
861
1326
|
20: string;
|
|
1327
|
+
22: string;
|
|
862
1328
|
24: string;
|
|
1329
|
+
28: string;
|
|
863
1330
|
32: string;
|
|
864
1331
|
36: string;
|
|
865
1332
|
40: string;
|
|
866
1333
|
48: string;
|
|
867
1334
|
};
|
|
868
|
-
fonts: {
|
|
1335
|
+
fonts: {
|
|
1336
|
+
primary: string;
|
|
1337
|
+
widget: string;
|
|
1338
|
+
};
|
|
869
1339
|
fontWeights: {
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
1340
|
+
regular: number;
|
|
1341
|
+
medium: number;
|
|
1342
|
+
semiBold: number;
|
|
1343
|
+
bold: number;
|
|
1344
|
+
};
|
|
1345
|
+
lineHeights: {
|
|
1346
|
+
12: string;
|
|
1347
|
+
16: string;
|
|
1348
|
+
20: string;
|
|
1349
|
+
24: string;
|
|
1350
|
+
26: string;
|
|
1351
|
+
28: string;
|
|
1352
|
+
30: string;
|
|
1353
|
+
36: string;
|
|
1354
|
+
40: string;
|
|
1355
|
+
44: string;
|
|
1356
|
+
52: string;
|
|
1357
|
+
64: string;
|
|
874
1358
|
};
|
|
875
|
-
lineHeights: {};
|
|
876
1359
|
letterSpacings: {};
|
|
877
1360
|
sizes: {
|
|
878
1361
|
4: string;
|
|
@@ -880,20 +1363,18 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
880
1363
|
8: string;
|
|
881
1364
|
12: string;
|
|
882
1365
|
16: string;
|
|
1366
|
+
18: string;
|
|
883
1367
|
20: string;
|
|
884
1368
|
24: string;
|
|
885
1369
|
28: string;
|
|
886
1370
|
32: string;
|
|
887
1371
|
36: string;
|
|
888
1372
|
40: string;
|
|
1373
|
+
45: string;
|
|
889
1374
|
48: string;
|
|
890
1375
|
};
|
|
891
1376
|
borderWidths: {};
|
|
892
1377
|
borderStyles: {};
|
|
893
|
-
radii: {
|
|
894
|
-
5: string;
|
|
895
|
-
10: string;
|
|
896
|
-
};
|
|
897
1378
|
shadows: {
|
|
898
1379
|
s: string;
|
|
899
1380
|
};
|
|
@@ -908,17 +1389,17 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
908
1389
|
};
|
|
909
1390
|
theme: {
|
|
910
1391
|
colors: {
|
|
911
|
-
primary: string;
|
|
912
|
-
primary100: string;
|
|
913
|
-
primary200: string;
|
|
914
|
-
primary300: string;
|
|
915
|
-
primary400: string;
|
|
916
1392
|
primary500: string;
|
|
917
1393
|
primary600: string;
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
1394
|
+
secondary100: string;
|
|
1395
|
+
secondary200: string;
|
|
1396
|
+
secondary300: string;
|
|
1397
|
+
secondary400: string;
|
|
1398
|
+
secondary500: string;
|
|
1399
|
+
secondary600: string;
|
|
1400
|
+
secondary700: string;
|
|
1401
|
+
secondary800: string;
|
|
1402
|
+
secondary900: string;
|
|
922
1403
|
neutral100: string;
|
|
923
1404
|
neutral200: string;
|
|
924
1405
|
neutral300: string;
|
|
@@ -928,39 +1409,65 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
928
1409
|
neutral700: string;
|
|
929
1410
|
neutral800: string;
|
|
930
1411
|
neutral900: string;
|
|
931
|
-
background: string;
|
|
932
|
-
foreground: string;
|
|
933
|
-
success: string;
|
|
934
|
-
success100: string;
|
|
935
|
-
success300: string;
|
|
936
|
-
success500: string;
|
|
937
|
-
success700: string;
|
|
938
|
-
warning: string;
|
|
939
|
-
warning100: string;
|
|
940
|
-
warning300: string;
|
|
941
|
-
warning500: string;
|
|
942
|
-
warning700: string;
|
|
943
|
-
error: string;
|
|
944
1412
|
error100: string;
|
|
945
1413
|
error300: string;
|
|
946
1414
|
error500: string;
|
|
1415
|
+
error600: string;
|
|
947
1416
|
error700: string;
|
|
948
|
-
|
|
1417
|
+
warning100: string;
|
|
1418
|
+
warning300: string;
|
|
1419
|
+
warning500: string;
|
|
1420
|
+
warning600: string;
|
|
1421
|
+
warning700: string;
|
|
1422
|
+
info100: string;
|
|
1423
|
+
info300: string;
|
|
1424
|
+
info500: string;
|
|
1425
|
+
info600: string;
|
|
1426
|
+
info700: string;
|
|
1427
|
+
success100: string;
|
|
1428
|
+
success300: string;
|
|
1429
|
+
success500: string;
|
|
1430
|
+
success600: string;
|
|
1431
|
+
success700: string;
|
|
1432
|
+
background: string;
|
|
1433
|
+
foreground: string;
|
|
949
1434
|
};
|
|
950
1435
|
space: {
|
|
1436
|
+
0: string;
|
|
1437
|
+
5: string;
|
|
1438
|
+
10: string;
|
|
1439
|
+
15: string;
|
|
1440
|
+
20: string;
|
|
1441
|
+
25: string;
|
|
1442
|
+
30: string;
|
|
1443
|
+
40: string;
|
|
1444
|
+
46: string;
|
|
1445
|
+
50: string;
|
|
1446
|
+
60: string;
|
|
1447
|
+
70: string;
|
|
1448
|
+
80: string;
|
|
1449
|
+
90: string;
|
|
1450
|
+
100: string;
|
|
951
1451
|
2: string;
|
|
952
1452
|
4: string;
|
|
953
1453
|
6: string;
|
|
954
1454
|
8: string;
|
|
955
|
-
10: string;
|
|
956
1455
|
12: string;
|
|
957
1456
|
16: string;
|
|
958
|
-
20: string;
|
|
959
1457
|
24: string;
|
|
960
1458
|
28: string;
|
|
961
|
-
30: string;
|
|
962
1459
|
32: string;
|
|
963
1460
|
};
|
|
1461
|
+
radii: {
|
|
1462
|
+
xs: string;
|
|
1463
|
+
sm: string;
|
|
1464
|
+
xm: string;
|
|
1465
|
+
md: string;
|
|
1466
|
+
xl: string;
|
|
1467
|
+
lg: string;
|
|
1468
|
+
primary: string;
|
|
1469
|
+
secondary: string;
|
|
1470
|
+
};
|
|
964
1471
|
fontSizes: {
|
|
965
1472
|
10: string;
|
|
966
1473
|
12: string;
|
|
@@ -968,20 +1475,38 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
968
1475
|
16: string;
|
|
969
1476
|
18: string;
|
|
970
1477
|
20: string;
|
|
1478
|
+
22: string;
|
|
971
1479
|
24: string;
|
|
1480
|
+
28: string;
|
|
972
1481
|
32: string;
|
|
973
1482
|
36: string;
|
|
974
1483
|
40: string;
|
|
975
1484
|
48: string;
|
|
976
1485
|
};
|
|
977
|
-
fonts: {
|
|
1486
|
+
fonts: {
|
|
1487
|
+
primary: string;
|
|
1488
|
+
widget: string;
|
|
1489
|
+
};
|
|
978
1490
|
fontWeights: {
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
1491
|
+
regular: number;
|
|
1492
|
+
medium: number;
|
|
1493
|
+
semiBold: number;
|
|
1494
|
+
bold: number;
|
|
1495
|
+
};
|
|
1496
|
+
lineHeights: {
|
|
1497
|
+
12: string;
|
|
1498
|
+
16: string;
|
|
1499
|
+
20: string;
|
|
1500
|
+
24: string;
|
|
1501
|
+
26: string;
|
|
1502
|
+
28: string;
|
|
1503
|
+
30: string;
|
|
1504
|
+
36: string;
|
|
1505
|
+
40: string;
|
|
1506
|
+
44: string;
|
|
1507
|
+
52: string;
|
|
1508
|
+
64: string;
|
|
983
1509
|
};
|
|
984
|
-
lineHeights: {};
|
|
985
1510
|
letterSpacings: {};
|
|
986
1511
|
sizes: {
|
|
987
1512
|
4: string;
|
|
@@ -989,20 +1514,18 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
989
1514
|
8: string;
|
|
990
1515
|
12: string;
|
|
991
1516
|
16: string;
|
|
1517
|
+
18: string;
|
|
992
1518
|
20: string;
|
|
993
1519
|
24: string;
|
|
994
1520
|
28: string;
|
|
995
1521
|
32: string;
|
|
996
1522
|
36: string;
|
|
997
1523
|
40: string;
|
|
1524
|
+
45: string;
|
|
998
1525
|
48: string;
|
|
999
1526
|
};
|
|
1000
1527
|
borderWidths: {};
|
|
1001
1528
|
borderStyles: {};
|
|
1002
|
-
radii: {
|
|
1003
|
-
5: string;
|
|
1004
|
-
10: string;
|
|
1005
|
-
};
|
|
1006
1529
|
shadows: {
|
|
1007
1530
|
s: string;
|
|
1008
1531
|
};
|
|
@@ -1021,7 +1544,9 @@ export declare const darkTheme: string & {
|
|
|
1021
1544
|
selector: string;
|
|
1022
1545
|
} & import("@stitches/react/types/stitches").ThemeTokens<{
|
|
1023
1546
|
colors: {
|
|
1024
|
-
|
|
1547
|
+
secondary400: string;
|
|
1548
|
+
secondary500: string;
|
|
1549
|
+
secondary600: string;
|
|
1025
1550
|
neutral900: string;
|
|
1026
1551
|
neutral800: string;
|
|
1027
1552
|
neutral700: string;
|
|
@@ -1031,8 +1556,10 @@ export declare const darkTheme: string & {
|
|
|
1031
1556
|
neutral300: string;
|
|
1032
1557
|
neutral200: string;
|
|
1033
1558
|
neutral100: string;
|
|
1034
|
-
|
|
1559
|
+
error500: string;
|
|
1560
|
+
warning500: string;
|
|
1035
1561
|
background: string;
|
|
1562
|
+
foreground: string;
|
|
1036
1563
|
};
|
|
1037
1564
|
shadows: {
|
|
1038
1565
|
s: string;
|