@rango-dev/ui 0.15.1-next.2 → 0.15.1-next.3
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 +452 -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 +1347 -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 +33 -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 +301 -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/index.d.ts +2 -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/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 +297 -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 +453 -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 +299 -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 +595 -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 +13 -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 +151 -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/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 +743 -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 +297 -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 +72 -35
- 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 +146 -72
- package/dist/widget/ui/src/components/Icon/common.d.ts.map +1 -1
- package/dist/widget/ui/src/components/IconButton/IconButton.d.ts +9 -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 +149 -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 +151 -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 +152 -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 +151 -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 +447 -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 +897 -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/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 +149 -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 +299 -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 +149 -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 +299 -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 +597 -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 +149 -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 +73 -36
- 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/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 +152 -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 +752 -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 +151 -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 +72 -35
- 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 +889 -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 +1335 -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 +299 -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 +452 -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 +3 -6
- 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 +150 -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 +7 -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 +158 -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 +744 -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 +54 -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 +72 -35
- 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 +153 -0
- package/dist/widget/ui/src/components/common/styles.d.ts.map +1 -0
- package/dist/widget/ui/src/components/index.d.ts +20 -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 +726 -352
- 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 +738 -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 +38 -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 +581 -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 +72 -35
- 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/hooks/index.d.ts +1 -0
- package/dist/widget/ui/src/hooks/index.d.ts.map +1 -1
- package/dist/widget/ui/src/hooks/usePaddingRight.d.ts +7 -0
- package/dist/widget/ui/src/hooks/usePaddingRight.d.ts.map +1 -0
- 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/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/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/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/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 +38 -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 +795 -318
- 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 +5 -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 +167 -0
- package/src/components/BestRoute/BestRoute.tsx +178 -217
- package/src/components/BestRoute/BestRoute.types.ts +31 -0
- package/src/components/BestRoute/BestRouteSkeleton.styles.ts +106 -0
- package/src/components/BestRoute/BestRouteSkeleton.tsx +112 -0
- package/src/components/BestRoute/BestRouteSkeleton.types.ts +5 -0
- package/src/components/BestRoute/index.ts +2 -0
- package/src/components/BestRoute/mock.ts +118 -530
- 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 +474 -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 +38 -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 +31 -0
- package/src/components/Chip/Chip.tsx +13 -38
- package/src/components/Chip/Chip.types.ts +15 -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 +18 -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 +27 -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 +47 -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 +44 -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 +21 -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 +40 -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 +117 -62
- package/src/components/Modal/Modal.types.ts +21 -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 +38 -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 +43 -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/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 +130 -0
- package/src/components/StepDetails/StepDetails.tsx +96 -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 +61 -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 +116 -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 +9 -0
- package/src/components/Tooltip/Tooltip.tsx +48 -105
- package/src/components/Tooltip/Tooltip.types.ts +7 -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 +34 -0
- package/src/components/Wallet/Wallet.styles.ts +59 -0
- package/src/components/Wallet/Wallet.tsx +2 -76
- package/src/components/Wallet/Wallet.types.ts +65 -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 +20 -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 +39 -0
- package/src/containers/SwapInput/SwapInput.styles.ts +57 -0
- package/src/containers/SwapInput/SwapInput.tsx +106 -0
- package/src/containers/SwapInput/SwapInput.types.ts +41 -0
- package/src/containers/SwapInput/TokenSection.styles.ts +42 -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/hooks/index.ts +1 -0
- package/src/hooks/usePaddingRight.ts +38 -0
- package/src/icons/AutoTheme.tsx +25 -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/Done.tsx +21 -0
- package/src/icons/Error.tsx +21 -0
- package/src/icons/ExternalLink.tsx +21 -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/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 +37 -0
- package/src/index.ts +1 -0
- package/src/theme.ts +141 -91
- 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,145 @@
|
|
|
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
|
+
};
|
|
82
|
+
fontSizes: {
|
|
83
|
+
10: string;
|
|
84
|
+
12: string;
|
|
85
|
+
14: string;
|
|
86
|
+
16: string;
|
|
87
|
+
18: string;
|
|
88
|
+
20: string;
|
|
89
|
+
22: string;
|
|
90
|
+
24: string;
|
|
91
|
+
28: string;
|
|
92
|
+
32: string;
|
|
93
|
+
36: string;
|
|
94
|
+
40: string;
|
|
95
|
+
48: string;
|
|
96
|
+
};
|
|
97
|
+
fonts: {};
|
|
98
|
+
fontWeights: {
|
|
99
|
+
regular: number;
|
|
100
|
+
medium: number;
|
|
101
|
+
semiBold: number;
|
|
102
|
+
bold: number;
|
|
103
|
+
};
|
|
104
|
+
lineHeights: {
|
|
105
|
+
12: string;
|
|
106
|
+
16: string;
|
|
107
|
+
20: string;
|
|
108
|
+
24: string;
|
|
109
|
+
26: string;
|
|
110
|
+
28: string;
|
|
111
|
+
30: string;
|
|
112
|
+
36: string;
|
|
113
|
+
40: string;
|
|
114
|
+
44: string;
|
|
115
|
+
52: string;
|
|
116
|
+
64: string;
|
|
117
|
+
};
|
|
118
|
+
letterSpacings: {};
|
|
119
|
+
sizes: {
|
|
120
|
+
4: string;
|
|
121
|
+
6: string;
|
|
122
|
+
8: string;
|
|
123
|
+
12: string;
|
|
124
|
+
16: string;
|
|
125
|
+
18: string;
|
|
126
|
+
20: string;
|
|
127
|
+
24: string;
|
|
128
|
+
28: string;
|
|
129
|
+
32: string;
|
|
130
|
+
36: string;
|
|
131
|
+
40: string;
|
|
132
|
+
45: string;
|
|
133
|
+
48: string;
|
|
134
|
+
};
|
|
135
|
+
borderWidths: {};
|
|
136
|
+
borderStyles: {};
|
|
137
|
+
shadows: {
|
|
138
|
+
s: string;
|
|
139
|
+
};
|
|
140
|
+
zIndices: {};
|
|
141
|
+
transitions: {};
|
|
142
|
+
};
|
|
3
143
|
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
144
|
[name: string]: unknown;
|
|
5
145
|
})[], CSS = import("@stitches/react/types/css-util").CSS<{
|
|
@@ -8,17 +148,17 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
8
148
|
lg: string;
|
|
9
149
|
}, {
|
|
10
150
|
colors: {
|
|
11
|
-
primary: string;
|
|
12
|
-
primary100: string;
|
|
13
|
-
primary200: string;
|
|
14
|
-
primary300: string;
|
|
15
|
-
primary400: string;
|
|
16
151
|
primary500: string;
|
|
17
152
|
primary600: string;
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
153
|
+
secondary100: string;
|
|
154
|
+
secondary200: string;
|
|
155
|
+
secondary300: string;
|
|
156
|
+
secondary400: string;
|
|
157
|
+
secondary500: string;
|
|
158
|
+
secondary600: string;
|
|
159
|
+
secondary700: string;
|
|
160
|
+
secondary800: string;
|
|
161
|
+
secondary900: string;
|
|
22
162
|
neutral100: string;
|
|
23
163
|
neutral200: string;
|
|
24
164
|
neutral300: string;
|
|
@@ -28,39 +168,63 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
28
168
|
neutral700: string;
|
|
29
169
|
neutral800: string;
|
|
30
170
|
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
171
|
error100: string;
|
|
45
172
|
error300: string;
|
|
46
173
|
error500: string;
|
|
174
|
+
error600: string;
|
|
47
175
|
error700: string;
|
|
48
|
-
|
|
176
|
+
warning100: string;
|
|
177
|
+
warning300: string;
|
|
178
|
+
warning500: string;
|
|
179
|
+
warning600: string;
|
|
180
|
+
warning700: string;
|
|
181
|
+
info100: string;
|
|
182
|
+
info300: string;
|
|
183
|
+
info500: string;
|
|
184
|
+
info600: string;
|
|
185
|
+
info700: string;
|
|
186
|
+
success100: string;
|
|
187
|
+
success300: string;
|
|
188
|
+
success500: string;
|
|
189
|
+
success600: string;
|
|
190
|
+
success700: string;
|
|
191
|
+
background: string;
|
|
192
|
+
foreground: string;
|
|
49
193
|
};
|
|
50
194
|
space: {
|
|
195
|
+
0: string;
|
|
196
|
+
5: string;
|
|
197
|
+
10: string;
|
|
198
|
+
15: string;
|
|
199
|
+
20: string;
|
|
200
|
+
25: string;
|
|
201
|
+
30: string;
|
|
202
|
+
40: string;
|
|
203
|
+
46: string;
|
|
204
|
+
50: string;
|
|
205
|
+
60: string;
|
|
206
|
+
70: string;
|
|
207
|
+
80: string;
|
|
208
|
+
90: string;
|
|
209
|
+
100: string;
|
|
51
210
|
2: string;
|
|
52
211
|
4: string;
|
|
53
212
|
6: string;
|
|
54
213
|
8: string;
|
|
55
|
-
10: string;
|
|
56
214
|
12: string;
|
|
57
215
|
16: string;
|
|
58
|
-
20: string;
|
|
59
216
|
24: string;
|
|
60
217
|
28: string;
|
|
61
|
-
30: string;
|
|
62
218
|
32: string;
|
|
63
219
|
};
|
|
220
|
+
radii: {
|
|
221
|
+
xs: string;
|
|
222
|
+
sm: string;
|
|
223
|
+
xm: string;
|
|
224
|
+
md: string;
|
|
225
|
+
xl: string;
|
|
226
|
+
lg: string;
|
|
227
|
+
};
|
|
64
228
|
fontSizes: {
|
|
65
229
|
10: string;
|
|
66
230
|
12: string;
|
|
@@ -68,7 +232,9 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
68
232
|
16: string;
|
|
69
233
|
18: string;
|
|
70
234
|
20: string;
|
|
235
|
+
22: string;
|
|
71
236
|
24: string;
|
|
237
|
+
28: string;
|
|
72
238
|
32: string;
|
|
73
239
|
36: string;
|
|
74
240
|
40: string;
|
|
@@ -76,12 +242,25 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
76
242
|
};
|
|
77
243
|
fonts: {};
|
|
78
244
|
fontWeights: {
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
245
|
+
regular: number;
|
|
246
|
+
medium: number;
|
|
247
|
+
semiBold: number;
|
|
248
|
+
bold: number;
|
|
249
|
+
};
|
|
250
|
+
lineHeights: {
|
|
251
|
+
12: string;
|
|
252
|
+
16: string;
|
|
253
|
+
20: string;
|
|
254
|
+
24: string;
|
|
255
|
+
26: string;
|
|
256
|
+
28: string;
|
|
257
|
+
30: string;
|
|
258
|
+
36: string;
|
|
259
|
+
40: string;
|
|
260
|
+
44: string;
|
|
261
|
+
52: string;
|
|
262
|
+
64: string;
|
|
83
263
|
};
|
|
84
|
-
lineHeights: {};
|
|
85
264
|
letterSpacings: {};
|
|
86
265
|
sizes: {
|
|
87
266
|
4: string;
|
|
@@ -89,20 +268,18 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
89
268
|
8: string;
|
|
90
269
|
12: string;
|
|
91
270
|
16: string;
|
|
271
|
+
18: string;
|
|
92
272
|
20: string;
|
|
93
273
|
24: string;
|
|
94
274
|
28: string;
|
|
95
275
|
32: string;
|
|
96
276
|
36: string;
|
|
97
277
|
40: string;
|
|
278
|
+
45: string;
|
|
98
279
|
48: string;
|
|
99
280
|
};
|
|
100
281
|
borderWidths: {};
|
|
101
282
|
borderStyles: {};
|
|
102
|
-
radii: {
|
|
103
|
-
5: string;
|
|
104
|
-
10: string;
|
|
105
|
-
};
|
|
106
283
|
shadows: {
|
|
107
284
|
s: string;
|
|
108
285
|
};
|
|
@@ -129,17 +306,17 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
129
306
|
lg: string;
|
|
130
307
|
}, {
|
|
131
308
|
colors: {
|
|
132
|
-
primary: string;
|
|
133
|
-
primary100: string;
|
|
134
|
-
primary200: string;
|
|
135
|
-
primary300: string;
|
|
136
|
-
primary400: string;
|
|
137
309
|
primary500: string;
|
|
138
310
|
primary600: string;
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
311
|
+
secondary100: string;
|
|
312
|
+
secondary200: string;
|
|
313
|
+
secondary300: string;
|
|
314
|
+
secondary400: string;
|
|
315
|
+
secondary500: string;
|
|
316
|
+
secondary600: string;
|
|
317
|
+
secondary700: string;
|
|
318
|
+
secondary800: string;
|
|
319
|
+
secondary900: string;
|
|
143
320
|
neutral100: string;
|
|
144
321
|
neutral200: string;
|
|
145
322
|
neutral300: string;
|
|
@@ -149,39 +326,63 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
149
326
|
neutral700: string;
|
|
150
327
|
neutral800: string;
|
|
151
328
|
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
329
|
error100: string;
|
|
166
330
|
error300: string;
|
|
167
331
|
error500: string;
|
|
332
|
+
error600: string;
|
|
168
333
|
error700: string;
|
|
169
|
-
|
|
334
|
+
warning100: string;
|
|
335
|
+
warning300: string;
|
|
336
|
+
warning500: string;
|
|
337
|
+
warning600: string;
|
|
338
|
+
warning700: string;
|
|
339
|
+
info100: string;
|
|
340
|
+
info300: string;
|
|
341
|
+
info500: string;
|
|
342
|
+
info600: string;
|
|
343
|
+
info700: string;
|
|
344
|
+
success100: string;
|
|
345
|
+
success300: string;
|
|
346
|
+
success500: string;
|
|
347
|
+
success600: string;
|
|
348
|
+
success700: string;
|
|
349
|
+
background: string;
|
|
350
|
+
foreground: string;
|
|
170
351
|
};
|
|
171
352
|
space: {
|
|
353
|
+
0: string;
|
|
354
|
+
5: string;
|
|
355
|
+
10: string;
|
|
356
|
+
15: string;
|
|
357
|
+
20: string;
|
|
358
|
+
25: string;
|
|
359
|
+
30: string;
|
|
360
|
+
40: string;
|
|
361
|
+
46: string;
|
|
362
|
+
50: string;
|
|
363
|
+
60: string;
|
|
364
|
+
70: string;
|
|
365
|
+
80: string;
|
|
366
|
+
90: string;
|
|
367
|
+
100: string;
|
|
172
368
|
2: string;
|
|
173
369
|
4: string;
|
|
174
370
|
6: string;
|
|
175
371
|
8: string;
|
|
176
|
-
10: string;
|
|
177
372
|
12: string;
|
|
178
373
|
16: string;
|
|
179
|
-
20: string;
|
|
180
374
|
24: string;
|
|
181
375
|
28: string;
|
|
182
|
-
30: string;
|
|
183
376
|
32: string;
|
|
184
377
|
};
|
|
378
|
+
radii: {
|
|
379
|
+
xs: string;
|
|
380
|
+
sm: string;
|
|
381
|
+
xm: string;
|
|
382
|
+
md: string;
|
|
383
|
+
xl: string;
|
|
384
|
+
lg: string;
|
|
385
|
+
};
|
|
185
386
|
fontSizes: {
|
|
186
387
|
10: string;
|
|
187
388
|
12: string;
|
|
@@ -189,7 +390,9 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
189
390
|
16: string;
|
|
190
391
|
18: string;
|
|
191
392
|
20: string;
|
|
393
|
+
22: string;
|
|
192
394
|
24: string;
|
|
395
|
+
28: string;
|
|
193
396
|
32: string;
|
|
194
397
|
36: string;
|
|
195
398
|
40: string;
|
|
@@ -197,12 +400,25 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
197
400
|
};
|
|
198
401
|
fonts: {};
|
|
199
402
|
fontWeights: {
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
403
|
+
regular: number;
|
|
404
|
+
medium: number;
|
|
405
|
+
semiBold: number;
|
|
406
|
+
bold: number;
|
|
407
|
+
};
|
|
408
|
+
lineHeights: {
|
|
409
|
+
12: string;
|
|
410
|
+
16: string;
|
|
411
|
+
20: string;
|
|
412
|
+
24: string;
|
|
413
|
+
26: string;
|
|
414
|
+
28: string;
|
|
415
|
+
30: string;
|
|
416
|
+
36: string;
|
|
417
|
+
40: string;
|
|
418
|
+
44: string;
|
|
419
|
+
52: string;
|
|
420
|
+
64: string;
|
|
204
421
|
};
|
|
205
|
-
lineHeights: {};
|
|
206
422
|
letterSpacings: {};
|
|
207
423
|
sizes: {
|
|
208
424
|
4: string;
|
|
@@ -210,20 +426,18 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
210
426
|
8: string;
|
|
211
427
|
12: string;
|
|
212
428
|
16: string;
|
|
429
|
+
18: string;
|
|
213
430
|
20: string;
|
|
214
431
|
24: string;
|
|
215
432
|
28: string;
|
|
216
433
|
32: string;
|
|
217
434
|
36: string;
|
|
218
435
|
40: string;
|
|
436
|
+
45: string;
|
|
219
437
|
48: string;
|
|
220
438
|
};
|
|
221
439
|
borderWidths: {};
|
|
222
440
|
borderStyles: {};
|
|
223
|
-
radii: {
|
|
224
|
-
5: string;
|
|
225
|
-
10: string;
|
|
226
|
-
};
|
|
227
441
|
shadows: {
|
|
228
442
|
s: string;
|
|
229
443
|
};
|
|
@@ -237,17 +451,17 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
237
451
|
lg: string;
|
|
238
452
|
}, {
|
|
239
453
|
colors: {
|
|
240
|
-
primary: string;
|
|
241
|
-
primary100: string;
|
|
242
|
-
primary200: string;
|
|
243
|
-
primary300: string;
|
|
244
|
-
primary400: string;
|
|
245
454
|
primary500: string;
|
|
246
455
|
primary600: string;
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
456
|
+
secondary100: string;
|
|
457
|
+
secondary200: string;
|
|
458
|
+
secondary300: string;
|
|
459
|
+
secondary400: string;
|
|
460
|
+
secondary500: string;
|
|
461
|
+
secondary600: string;
|
|
462
|
+
secondary700: string;
|
|
463
|
+
secondary800: string;
|
|
464
|
+
secondary900: string;
|
|
251
465
|
neutral100: string;
|
|
252
466
|
neutral200: string;
|
|
253
467
|
neutral300: string;
|
|
@@ -257,39 +471,63 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
257
471
|
neutral700: string;
|
|
258
472
|
neutral800: string;
|
|
259
473
|
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
474
|
error100: string;
|
|
274
475
|
error300: string;
|
|
275
476
|
error500: string;
|
|
477
|
+
error600: string;
|
|
276
478
|
error700: string;
|
|
277
|
-
|
|
479
|
+
warning100: string;
|
|
480
|
+
warning300: string;
|
|
481
|
+
warning500: string;
|
|
482
|
+
warning600: string;
|
|
483
|
+
warning700: string;
|
|
484
|
+
info100: string;
|
|
485
|
+
info300: string;
|
|
486
|
+
info500: string;
|
|
487
|
+
info600: string;
|
|
488
|
+
info700: string;
|
|
489
|
+
success100: string;
|
|
490
|
+
success300: string;
|
|
491
|
+
success500: string;
|
|
492
|
+
success600: string;
|
|
493
|
+
success700: string;
|
|
494
|
+
background: string;
|
|
495
|
+
foreground: string;
|
|
278
496
|
};
|
|
279
497
|
space: {
|
|
498
|
+
0: string;
|
|
499
|
+
5: string;
|
|
500
|
+
10: string;
|
|
501
|
+
15: string;
|
|
502
|
+
20: string;
|
|
503
|
+
25: string;
|
|
504
|
+
30: string;
|
|
505
|
+
40: string;
|
|
506
|
+
46: string;
|
|
507
|
+
50: string;
|
|
508
|
+
60: string;
|
|
509
|
+
70: string;
|
|
510
|
+
80: string;
|
|
511
|
+
90: string;
|
|
512
|
+
100: string;
|
|
280
513
|
2: string;
|
|
281
514
|
4: string;
|
|
282
515
|
6: string;
|
|
283
516
|
8: string;
|
|
284
|
-
10: string;
|
|
285
517
|
12: string;
|
|
286
518
|
16: string;
|
|
287
|
-
20: string;
|
|
288
519
|
24: string;
|
|
289
520
|
28: string;
|
|
290
|
-
30: string;
|
|
291
521
|
32: string;
|
|
292
522
|
};
|
|
523
|
+
radii: {
|
|
524
|
+
xs: string;
|
|
525
|
+
sm: string;
|
|
526
|
+
xm: string;
|
|
527
|
+
md: string;
|
|
528
|
+
xl: string;
|
|
529
|
+
lg: string;
|
|
530
|
+
};
|
|
293
531
|
fontSizes: {
|
|
294
532
|
10: string;
|
|
295
533
|
12: string;
|
|
@@ -297,7 +535,9 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
297
535
|
16: string;
|
|
298
536
|
18: string;
|
|
299
537
|
20: string;
|
|
538
|
+
22: string;
|
|
300
539
|
24: string;
|
|
540
|
+
28: string;
|
|
301
541
|
32: string;
|
|
302
542
|
36: string;
|
|
303
543
|
40: string;
|
|
@@ -305,12 +545,25 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
305
545
|
};
|
|
306
546
|
fonts: {};
|
|
307
547
|
fontWeights: {
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
548
|
+
regular: number;
|
|
549
|
+
medium: number;
|
|
550
|
+
semiBold: number;
|
|
551
|
+
bold: number;
|
|
552
|
+
};
|
|
553
|
+
lineHeights: {
|
|
554
|
+
12: string;
|
|
555
|
+
16: string;
|
|
556
|
+
20: string;
|
|
557
|
+
24: string;
|
|
558
|
+
26: string;
|
|
559
|
+
28: string;
|
|
560
|
+
30: string;
|
|
561
|
+
36: string;
|
|
562
|
+
40: string;
|
|
563
|
+
44: string;
|
|
564
|
+
52: string;
|
|
565
|
+
64: string;
|
|
312
566
|
};
|
|
313
|
-
lineHeights: {};
|
|
314
567
|
letterSpacings: {};
|
|
315
568
|
sizes: {
|
|
316
569
|
4: string;
|
|
@@ -318,20 +571,18 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
318
571
|
8: string;
|
|
319
572
|
12: string;
|
|
320
573
|
16: string;
|
|
574
|
+
18: string;
|
|
321
575
|
20: string;
|
|
322
576
|
24: string;
|
|
323
577
|
28: string;
|
|
324
578
|
32: string;
|
|
325
579
|
36: string;
|
|
326
580
|
40: string;
|
|
581
|
+
45: string;
|
|
327
582
|
48: string;
|
|
328
583
|
};
|
|
329
584
|
borderWidths: {};
|
|
330
585
|
borderStyles: {};
|
|
331
|
-
radii: {
|
|
332
|
-
5: string;
|
|
333
|
-
10: string;
|
|
334
|
-
};
|
|
335
586
|
shadows: {
|
|
336
587
|
s: string;
|
|
337
588
|
};
|
|
@@ -354,17 +605,17 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
354
605
|
lg: string;
|
|
355
606
|
}, CSS>, createTheme: <Argument0 extends string | ({
|
|
356
607
|
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
608
|
primary500?: string | number | boolean | undefined;
|
|
363
609
|
primary600?: string | number | boolean | undefined;
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
610
|
+
secondary100?: string | number | boolean | undefined;
|
|
611
|
+
secondary200?: string | number | boolean | undefined;
|
|
612
|
+
secondary300?: string | number | boolean | undefined;
|
|
613
|
+
secondary400?: string | number | boolean | undefined;
|
|
614
|
+
secondary500?: string | number | boolean | undefined;
|
|
615
|
+
secondary600?: string | number | boolean | undefined;
|
|
616
|
+
secondary700?: string | number | boolean | undefined;
|
|
617
|
+
secondary800?: string | number | boolean | undefined;
|
|
618
|
+
secondary900?: string | number | boolean | undefined;
|
|
368
619
|
neutral100?: string | number | boolean | undefined;
|
|
369
620
|
neutral200?: string | number | boolean | undefined;
|
|
370
621
|
neutral300?: string | number | boolean | undefined;
|
|
@@ -374,39 +625,63 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
374
625
|
neutral700?: string | number | boolean | undefined;
|
|
375
626
|
neutral800?: string | number | boolean | undefined;
|
|
376
627
|
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
628
|
error100?: string | number | boolean | undefined;
|
|
391
629
|
error300?: string | number | boolean | undefined;
|
|
392
630
|
error500?: string | number | boolean | undefined;
|
|
631
|
+
error600?: string | number | boolean | undefined;
|
|
393
632
|
error700?: string | number | boolean | undefined;
|
|
394
|
-
|
|
633
|
+
warning100?: string | number | boolean | undefined;
|
|
634
|
+
warning300?: string | number | boolean | undefined;
|
|
635
|
+
warning500?: string | number | boolean | undefined;
|
|
636
|
+
warning600?: string | number | boolean | undefined;
|
|
637
|
+
warning700?: string | number | boolean | undefined;
|
|
638
|
+
info100?: string | number | boolean | undefined;
|
|
639
|
+
info300?: string | number | boolean | undefined;
|
|
640
|
+
info500?: string | number | boolean | undefined;
|
|
641
|
+
info600?: string | number | boolean | undefined;
|
|
642
|
+
info700?: string | number | boolean | undefined;
|
|
643
|
+
success100?: string | number | boolean | undefined;
|
|
644
|
+
success300?: string | number | boolean | undefined;
|
|
645
|
+
success500?: string | number | boolean | undefined;
|
|
646
|
+
success600?: string | number | boolean | undefined;
|
|
647
|
+
success700?: string | number | boolean | undefined;
|
|
648
|
+
background?: string | number | boolean | undefined;
|
|
649
|
+
foreground?: string | number | boolean | undefined;
|
|
395
650
|
} | undefined;
|
|
396
651
|
space?: {
|
|
652
|
+
0?: string | number | boolean | undefined;
|
|
653
|
+
5?: string | number | boolean | undefined;
|
|
654
|
+
10?: string | number | boolean | undefined;
|
|
655
|
+
15?: string | number | boolean | undefined;
|
|
656
|
+
20?: string | number | boolean | undefined;
|
|
657
|
+
25?: string | number | boolean | undefined;
|
|
658
|
+
30?: string | number | boolean | undefined;
|
|
659
|
+
40?: string | number | boolean | undefined;
|
|
660
|
+
46?: string | number | boolean | undefined;
|
|
661
|
+
50?: string | number | boolean | undefined;
|
|
662
|
+
60?: string | number | boolean | undefined;
|
|
663
|
+
70?: string | number | boolean | undefined;
|
|
664
|
+
80?: string | number | boolean | undefined;
|
|
665
|
+
90?: string | number | boolean | undefined;
|
|
666
|
+
100?: string | number | boolean | undefined;
|
|
397
667
|
2?: string | number | boolean | undefined;
|
|
398
668
|
4?: string | number | boolean | undefined;
|
|
399
669
|
6?: string | number | boolean | undefined;
|
|
400
670
|
8?: string | number | boolean | undefined;
|
|
401
|
-
10?: string | number | boolean | undefined;
|
|
402
671
|
12?: string | number | boolean | undefined;
|
|
403
672
|
16?: string | number | boolean | undefined;
|
|
404
|
-
20?: string | number | boolean | undefined;
|
|
405
673
|
24?: string | number | boolean | undefined;
|
|
406
674
|
28?: string | number | boolean | undefined;
|
|
407
|
-
30?: string | number | boolean | undefined;
|
|
408
675
|
32?: string | number | boolean | undefined;
|
|
409
676
|
} | undefined;
|
|
677
|
+
radii?: {
|
|
678
|
+
xs?: string | number | boolean | undefined;
|
|
679
|
+
sm?: string | number | boolean | undefined;
|
|
680
|
+
xm?: string | number | boolean | undefined;
|
|
681
|
+
md?: string | number | boolean | undefined;
|
|
682
|
+
xl?: string | number | boolean | undefined;
|
|
683
|
+
lg?: string | number | boolean | undefined;
|
|
684
|
+
} | undefined;
|
|
410
685
|
fontSizes?: {
|
|
411
686
|
10?: string | number | boolean | undefined;
|
|
412
687
|
12?: string | number | boolean | undefined;
|
|
@@ -414,7 +689,9 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
414
689
|
16?: string | number | boolean | undefined;
|
|
415
690
|
18?: string | number | boolean | undefined;
|
|
416
691
|
20?: string | number | boolean | undefined;
|
|
692
|
+
22?: string | number | boolean | undefined;
|
|
417
693
|
24?: string | number | boolean | undefined;
|
|
694
|
+
28?: string | number | boolean | undefined;
|
|
418
695
|
32?: string | number | boolean | undefined;
|
|
419
696
|
36?: string | number | boolean | undefined;
|
|
420
697
|
40?: string | number | boolean | undefined;
|
|
@@ -422,12 +699,25 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
422
699
|
} | undefined;
|
|
423
700
|
fonts?: {} | undefined;
|
|
424
701
|
fontWeights?: {
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
702
|
+
regular?: string | number | boolean | undefined;
|
|
703
|
+
medium?: string | number | boolean | undefined;
|
|
704
|
+
semiBold?: string | number | boolean | undefined;
|
|
705
|
+
bold?: string | number | boolean | undefined;
|
|
706
|
+
} | undefined;
|
|
707
|
+
lineHeights?: {
|
|
708
|
+
12?: string | number | boolean | undefined;
|
|
709
|
+
16?: string | number | boolean | undefined;
|
|
710
|
+
20?: string | number | boolean | undefined;
|
|
711
|
+
24?: string | number | boolean | undefined;
|
|
712
|
+
26?: string | number | boolean | undefined;
|
|
713
|
+
28?: string | number | boolean | undefined;
|
|
714
|
+
30?: string | number | boolean | undefined;
|
|
715
|
+
36?: string | number | boolean | undefined;
|
|
716
|
+
40?: string | number | boolean | undefined;
|
|
717
|
+
44?: string | number | boolean | undefined;
|
|
718
|
+
52?: string | number | boolean | undefined;
|
|
719
|
+
64?: string | number | boolean | undefined;
|
|
429
720
|
} | undefined;
|
|
430
|
-
lineHeights?: {} | undefined;
|
|
431
721
|
letterSpacings?: {} | undefined;
|
|
432
722
|
sizes?: {
|
|
433
723
|
4?: string | number | boolean | undefined;
|
|
@@ -435,20 +725,18 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
435
725
|
8?: string | number | boolean | undefined;
|
|
436
726
|
12?: string | number | boolean | undefined;
|
|
437
727
|
16?: string | number | boolean | undefined;
|
|
728
|
+
18?: string | number | boolean | undefined;
|
|
438
729
|
20?: string | number | boolean | undefined;
|
|
439
730
|
24?: string | number | boolean | undefined;
|
|
440
731
|
28?: string | number | boolean | undefined;
|
|
441
732
|
32?: string | number | boolean | undefined;
|
|
442
733
|
36?: string | number | boolean | undefined;
|
|
443
734
|
40?: string | number | boolean | undefined;
|
|
735
|
+
45?: string | number | boolean | undefined;
|
|
444
736
|
48?: string | number | boolean | undefined;
|
|
445
737
|
} | undefined;
|
|
446
738
|
borderWidths?: {} | undefined;
|
|
447
739
|
borderStyles?: {} | undefined;
|
|
448
|
-
radii?: {
|
|
449
|
-
5?: string | number | boolean | undefined;
|
|
450
|
-
10?: string | number | boolean | undefined;
|
|
451
|
-
} | undefined;
|
|
452
740
|
shadows?: {
|
|
453
741
|
s?: string | number | boolean | undefined;
|
|
454
742
|
} | undefined;
|
|
@@ -461,17 +749,17 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
461
749
|
};
|
|
462
750
|
}), Argument1 extends string | ({
|
|
463
751
|
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
752
|
primary500?: string | number | boolean | undefined;
|
|
470
753
|
primary600?: string | number | boolean | undefined;
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
754
|
+
secondary100?: string | number | boolean | undefined;
|
|
755
|
+
secondary200?: string | number | boolean | undefined;
|
|
756
|
+
secondary300?: string | number | boolean | undefined;
|
|
757
|
+
secondary400?: string | number | boolean | undefined;
|
|
758
|
+
secondary500?: string | number | boolean | undefined;
|
|
759
|
+
secondary600?: string | number | boolean | undefined;
|
|
760
|
+
secondary700?: string | number | boolean | undefined;
|
|
761
|
+
secondary800?: string | number | boolean | undefined;
|
|
762
|
+
secondary900?: string | number | boolean | undefined;
|
|
475
763
|
neutral100?: string | number | boolean | undefined;
|
|
476
764
|
neutral200?: string | number | boolean | undefined;
|
|
477
765
|
neutral300?: string | number | boolean | undefined;
|
|
@@ -481,39 +769,63 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
481
769
|
neutral700?: string | number | boolean | undefined;
|
|
482
770
|
neutral800?: string | number | boolean | undefined;
|
|
483
771
|
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
772
|
error100?: string | number | boolean | undefined;
|
|
498
773
|
error300?: string | number | boolean | undefined;
|
|
499
774
|
error500?: string | number | boolean | undefined;
|
|
775
|
+
error600?: string | number | boolean | undefined;
|
|
500
776
|
error700?: string | number | boolean | undefined;
|
|
501
|
-
|
|
777
|
+
warning100?: string | number | boolean | undefined;
|
|
778
|
+
warning300?: string | number | boolean | undefined;
|
|
779
|
+
warning500?: string | number | boolean | undefined;
|
|
780
|
+
warning600?: string | number | boolean | undefined;
|
|
781
|
+
warning700?: string | number | boolean | undefined;
|
|
782
|
+
info100?: string | number | boolean | undefined;
|
|
783
|
+
info300?: string | number | boolean | undefined;
|
|
784
|
+
info500?: string | number | boolean | undefined;
|
|
785
|
+
info600?: string | number | boolean | undefined;
|
|
786
|
+
info700?: string | number | boolean | undefined;
|
|
787
|
+
success100?: string | number | boolean | undefined;
|
|
788
|
+
success300?: string | number | boolean | undefined;
|
|
789
|
+
success500?: string | number | boolean | undefined;
|
|
790
|
+
success600?: string | number | boolean | undefined;
|
|
791
|
+
success700?: string | number | boolean | undefined;
|
|
792
|
+
background?: string | number | boolean | undefined;
|
|
793
|
+
foreground?: string | number | boolean | undefined;
|
|
502
794
|
} | undefined;
|
|
503
795
|
space?: {
|
|
796
|
+
0?: string | number | boolean | undefined;
|
|
797
|
+
5?: string | number | boolean | undefined;
|
|
798
|
+
10?: string | number | boolean | undefined;
|
|
799
|
+
15?: string | number | boolean | undefined;
|
|
800
|
+
20?: string | number | boolean | undefined;
|
|
801
|
+
25?: string | number | boolean | undefined;
|
|
802
|
+
30?: string | number | boolean | undefined;
|
|
803
|
+
40?: string | number | boolean | undefined;
|
|
804
|
+
46?: string | number | boolean | undefined;
|
|
805
|
+
50?: string | number | boolean | undefined;
|
|
806
|
+
60?: string | number | boolean | undefined;
|
|
807
|
+
70?: string | number | boolean | undefined;
|
|
808
|
+
80?: string | number | boolean | undefined;
|
|
809
|
+
90?: string | number | boolean | undefined;
|
|
810
|
+
100?: string | number | boolean | undefined;
|
|
504
811
|
2?: string | number | boolean | undefined;
|
|
505
812
|
4?: string | number | boolean | undefined;
|
|
506
813
|
6?: string | number | boolean | undefined;
|
|
507
814
|
8?: string | number | boolean | undefined;
|
|
508
|
-
10?: string | number | boolean | undefined;
|
|
509
815
|
12?: string | number | boolean | undefined;
|
|
510
816
|
16?: string | number | boolean | undefined;
|
|
511
|
-
20?: string | number | boolean | undefined;
|
|
512
817
|
24?: string | number | boolean | undefined;
|
|
513
818
|
28?: string | number | boolean | undefined;
|
|
514
|
-
30?: string | number | boolean | undefined;
|
|
515
819
|
32?: string | number | boolean | undefined;
|
|
516
820
|
} | undefined;
|
|
821
|
+
radii?: {
|
|
822
|
+
xs?: string | number | boolean | undefined;
|
|
823
|
+
sm?: string | number | boolean | undefined;
|
|
824
|
+
xm?: string | number | boolean | undefined;
|
|
825
|
+
md?: string | number | boolean | undefined;
|
|
826
|
+
xl?: string | number | boolean | undefined;
|
|
827
|
+
lg?: string | number | boolean | undefined;
|
|
828
|
+
} | undefined;
|
|
517
829
|
fontSizes?: {
|
|
518
830
|
10?: string | number | boolean | undefined;
|
|
519
831
|
12?: string | number | boolean | undefined;
|
|
@@ -521,7 +833,9 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
521
833
|
16?: string | number | boolean | undefined;
|
|
522
834
|
18?: string | number | boolean | undefined;
|
|
523
835
|
20?: string | number | boolean | undefined;
|
|
836
|
+
22?: string | number | boolean | undefined;
|
|
524
837
|
24?: string | number | boolean | undefined;
|
|
838
|
+
28?: string | number | boolean | undefined;
|
|
525
839
|
32?: string | number | boolean | undefined;
|
|
526
840
|
36?: string | number | boolean | undefined;
|
|
527
841
|
40?: string | number | boolean | undefined;
|
|
@@ -529,12 +843,25 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
529
843
|
} | undefined;
|
|
530
844
|
fonts?: {} | undefined;
|
|
531
845
|
fontWeights?: {
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
846
|
+
regular?: string | number | boolean | undefined;
|
|
847
|
+
medium?: string | number | boolean | undefined;
|
|
848
|
+
semiBold?: string | number | boolean | undefined;
|
|
849
|
+
bold?: string | number | boolean | undefined;
|
|
850
|
+
} | undefined;
|
|
851
|
+
lineHeights?: {
|
|
852
|
+
12?: string | number | boolean | undefined;
|
|
853
|
+
16?: string | number | boolean | undefined;
|
|
854
|
+
20?: string | number | boolean | undefined;
|
|
855
|
+
24?: string | number | boolean | undefined;
|
|
856
|
+
26?: string | number | boolean | undefined;
|
|
857
|
+
28?: string | number | boolean | undefined;
|
|
858
|
+
30?: string | number | boolean | undefined;
|
|
859
|
+
36?: string | number | boolean | undefined;
|
|
860
|
+
40?: string | number | boolean | undefined;
|
|
861
|
+
44?: string | number | boolean | undefined;
|
|
862
|
+
52?: string | number | boolean | undefined;
|
|
863
|
+
64?: string | number | boolean | undefined;
|
|
536
864
|
} | undefined;
|
|
537
|
-
lineHeights?: {} | undefined;
|
|
538
865
|
letterSpacings?: {} | undefined;
|
|
539
866
|
sizes?: {
|
|
540
867
|
4?: string | number | boolean | undefined;
|
|
@@ -542,20 +869,18 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
542
869
|
8?: string | number | boolean | undefined;
|
|
543
870
|
12?: string | number | boolean | undefined;
|
|
544
871
|
16?: string | number | boolean | undefined;
|
|
872
|
+
18?: string | number | boolean | undefined;
|
|
545
873
|
20?: string | number | boolean | undefined;
|
|
546
874
|
24?: string | number | boolean | undefined;
|
|
547
875
|
28?: string | number | boolean | undefined;
|
|
548
876
|
32?: string | number | boolean | undefined;
|
|
549
877
|
36?: string | number | boolean | undefined;
|
|
550
878
|
40?: string | number | boolean | undefined;
|
|
879
|
+
45?: string | number | boolean | undefined;
|
|
551
880
|
48?: string | number | boolean | undefined;
|
|
552
881
|
} | undefined;
|
|
553
882
|
borderWidths?: {} | undefined;
|
|
554
883
|
borderStyles?: {} | undefined;
|
|
555
|
-
radii?: {
|
|
556
|
-
5?: string | number | boolean | undefined;
|
|
557
|
-
10?: string | number | boolean | undefined;
|
|
558
|
-
} | undefined;
|
|
559
884
|
shadows?: {
|
|
560
885
|
s?: string | number | boolean | undefined;
|
|
561
886
|
} | undefined;
|
|
@@ -576,17 +901,17 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
576
901
|
lg: string;
|
|
577
902
|
}, {
|
|
578
903
|
colors: {
|
|
579
|
-
primary: string;
|
|
580
|
-
primary100: string;
|
|
581
|
-
primary200: string;
|
|
582
|
-
primary300: string;
|
|
583
|
-
primary400: string;
|
|
584
904
|
primary500: string;
|
|
585
905
|
primary600: string;
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
906
|
+
secondary100: string;
|
|
907
|
+
secondary200: string;
|
|
908
|
+
secondary300: string;
|
|
909
|
+
secondary400: string;
|
|
910
|
+
secondary500: string;
|
|
911
|
+
secondary600: string;
|
|
912
|
+
secondary700: string;
|
|
913
|
+
secondary800: string;
|
|
914
|
+
secondary900: string;
|
|
590
915
|
neutral100: string;
|
|
591
916
|
neutral200: string;
|
|
592
917
|
neutral300: string;
|
|
@@ -596,39 +921,63 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
596
921
|
neutral700: string;
|
|
597
922
|
neutral800: string;
|
|
598
923
|
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
924
|
error100: string;
|
|
613
925
|
error300: string;
|
|
614
926
|
error500: string;
|
|
927
|
+
error600: string;
|
|
615
928
|
error700: string;
|
|
616
|
-
|
|
929
|
+
warning100: string;
|
|
930
|
+
warning300: string;
|
|
931
|
+
warning500: string;
|
|
932
|
+
warning600: string;
|
|
933
|
+
warning700: string;
|
|
934
|
+
info100: string;
|
|
935
|
+
info300: string;
|
|
936
|
+
info500: string;
|
|
937
|
+
info600: string;
|
|
938
|
+
info700: string;
|
|
939
|
+
success100: string;
|
|
940
|
+
success300: string;
|
|
941
|
+
success500: string;
|
|
942
|
+
success600: string;
|
|
943
|
+
success700: string;
|
|
944
|
+
background: string;
|
|
945
|
+
foreground: string;
|
|
617
946
|
};
|
|
618
947
|
space: {
|
|
948
|
+
0: string;
|
|
949
|
+
5: string;
|
|
950
|
+
10: string;
|
|
951
|
+
15: string;
|
|
952
|
+
20: string;
|
|
953
|
+
25: string;
|
|
954
|
+
30: string;
|
|
955
|
+
40: string;
|
|
956
|
+
46: string;
|
|
957
|
+
50: string;
|
|
958
|
+
60: string;
|
|
959
|
+
70: string;
|
|
960
|
+
80: string;
|
|
961
|
+
90: string;
|
|
962
|
+
100: string;
|
|
619
963
|
2: string;
|
|
620
964
|
4: string;
|
|
621
965
|
6: string;
|
|
622
966
|
8: string;
|
|
623
|
-
10: string;
|
|
624
967
|
12: string;
|
|
625
968
|
16: string;
|
|
626
|
-
20: string;
|
|
627
969
|
24: string;
|
|
628
970
|
28: string;
|
|
629
|
-
30: string;
|
|
630
971
|
32: string;
|
|
631
972
|
};
|
|
973
|
+
radii: {
|
|
974
|
+
xs: string;
|
|
975
|
+
sm: string;
|
|
976
|
+
xm: string;
|
|
977
|
+
md: string;
|
|
978
|
+
xl: string;
|
|
979
|
+
lg: string;
|
|
980
|
+
};
|
|
632
981
|
fontSizes: {
|
|
633
982
|
10: string;
|
|
634
983
|
12: string;
|
|
@@ -636,7 +985,9 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
636
985
|
16: string;
|
|
637
986
|
18: string;
|
|
638
987
|
20: string;
|
|
988
|
+
22: string;
|
|
639
989
|
24: string;
|
|
990
|
+
28: string;
|
|
640
991
|
32: string;
|
|
641
992
|
36: string;
|
|
642
993
|
40: string;
|
|
@@ -644,12 +995,25 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
644
995
|
};
|
|
645
996
|
fonts: {};
|
|
646
997
|
fontWeights: {
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
998
|
+
regular: number;
|
|
999
|
+
medium: number;
|
|
1000
|
+
semiBold: number;
|
|
1001
|
+
bold: number;
|
|
1002
|
+
};
|
|
1003
|
+
lineHeights: {
|
|
1004
|
+
12: string;
|
|
1005
|
+
16: string;
|
|
1006
|
+
20: string;
|
|
1007
|
+
24: string;
|
|
1008
|
+
26: string;
|
|
1009
|
+
28: string;
|
|
1010
|
+
30: string;
|
|
1011
|
+
36: string;
|
|
1012
|
+
40: string;
|
|
1013
|
+
44: string;
|
|
1014
|
+
52: string;
|
|
1015
|
+
64: string;
|
|
651
1016
|
};
|
|
652
|
-
lineHeights: {};
|
|
653
1017
|
letterSpacings: {};
|
|
654
1018
|
sizes: {
|
|
655
1019
|
4: string;
|
|
@@ -657,20 +1021,18 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
657
1021
|
8: string;
|
|
658
1022
|
12: string;
|
|
659
1023
|
16: string;
|
|
1024
|
+
18: string;
|
|
660
1025
|
20: string;
|
|
661
1026
|
24: string;
|
|
662
1027
|
28: string;
|
|
663
1028
|
32: string;
|
|
664
1029
|
36: string;
|
|
665
1030
|
40: string;
|
|
1031
|
+
45: string;
|
|
666
1032
|
48: string;
|
|
667
1033
|
};
|
|
668
1034
|
borderWidths: {};
|
|
669
1035
|
borderStyles: {};
|
|
670
|
-
radii: {
|
|
671
|
-
5: string;
|
|
672
|
-
10: string;
|
|
673
|
-
};
|
|
674
1036
|
shadows: {
|
|
675
1037
|
s: string;
|
|
676
1038
|
};
|
|
@@ -692,17 +1054,17 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
692
1054
|
lg: string;
|
|
693
1055
|
}, {
|
|
694
1056
|
colors: {
|
|
695
|
-
primary: string;
|
|
696
|
-
primary100: string;
|
|
697
|
-
primary200: string;
|
|
698
|
-
primary300: string;
|
|
699
|
-
primary400: string;
|
|
700
1057
|
primary500: string;
|
|
701
1058
|
primary600: string;
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
1059
|
+
secondary100: string;
|
|
1060
|
+
secondary200: string;
|
|
1061
|
+
secondary300: string;
|
|
1062
|
+
secondary400: string;
|
|
1063
|
+
secondary500: string;
|
|
1064
|
+
secondary600: string;
|
|
1065
|
+
secondary700: string;
|
|
1066
|
+
secondary800: string;
|
|
1067
|
+
secondary900: string;
|
|
706
1068
|
neutral100: string;
|
|
707
1069
|
neutral200: string;
|
|
708
1070
|
neutral300: string;
|
|
@@ -712,39 +1074,63 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
712
1074
|
neutral700: string;
|
|
713
1075
|
neutral800: string;
|
|
714
1076
|
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
1077
|
error100: string;
|
|
729
1078
|
error300: string;
|
|
730
1079
|
error500: string;
|
|
1080
|
+
error600: string;
|
|
731
1081
|
error700: string;
|
|
732
|
-
|
|
1082
|
+
warning100: string;
|
|
1083
|
+
warning300: string;
|
|
1084
|
+
warning500: string;
|
|
1085
|
+
warning600: string;
|
|
1086
|
+
warning700: string;
|
|
1087
|
+
info100: string;
|
|
1088
|
+
info300: string;
|
|
1089
|
+
info500: string;
|
|
1090
|
+
info600: string;
|
|
1091
|
+
info700: string;
|
|
1092
|
+
success100: string;
|
|
1093
|
+
success300: string;
|
|
1094
|
+
success500: string;
|
|
1095
|
+
success600: string;
|
|
1096
|
+
success700: string;
|
|
1097
|
+
background: string;
|
|
1098
|
+
foreground: string;
|
|
733
1099
|
};
|
|
734
1100
|
space: {
|
|
1101
|
+
0: string;
|
|
1102
|
+
5: string;
|
|
1103
|
+
10: string;
|
|
1104
|
+
15: string;
|
|
1105
|
+
20: string;
|
|
1106
|
+
25: string;
|
|
1107
|
+
30: string;
|
|
1108
|
+
40: string;
|
|
1109
|
+
46: string;
|
|
1110
|
+
50: string;
|
|
1111
|
+
60: string;
|
|
1112
|
+
70: string;
|
|
1113
|
+
80: string;
|
|
1114
|
+
90: string;
|
|
1115
|
+
100: string;
|
|
735
1116
|
2: string;
|
|
736
1117
|
4: string;
|
|
737
1118
|
6: string;
|
|
738
1119
|
8: string;
|
|
739
|
-
10: string;
|
|
740
1120
|
12: string;
|
|
741
1121
|
16: string;
|
|
742
|
-
20: string;
|
|
743
1122
|
24: string;
|
|
744
1123
|
28: string;
|
|
745
|
-
30: string;
|
|
746
1124
|
32: string;
|
|
747
1125
|
};
|
|
1126
|
+
radii: {
|
|
1127
|
+
xs: string;
|
|
1128
|
+
sm: string;
|
|
1129
|
+
xm: string;
|
|
1130
|
+
md: string;
|
|
1131
|
+
xl: string;
|
|
1132
|
+
lg: string;
|
|
1133
|
+
};
|
|
748
1134
|
fontSizes: {
|
|
749
1135
|
10: string;
|
|
750
1136
|
12: string;
|
|
@@ -752,7 +1138,9 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
752
1138
|
16: string;
|
|
753
1139
|
18: string;
|
|
754
1140
|
20: string;
|
|
1141
|
+
22: string;
|
|
755
1142
|
24: string;
|
|
1143
|
+
28: string;
|
|
756
1144
|
32: string;
|
|
757
1145
|
36: string;
|
|
758
1146
|
40: string;
|
|
@@ -760,12 +1148,25 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
760
1148
|
};
|
|
761
1149
|
fonts: {};
|
|
762
1150
|
fontWeights: {
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
1151
|
+
regular: number;
|
|
1152
|
+
medium: number;
|
|
1153
|
+
semiBold: number;
|
|
1154
|
+
bold: number;
|
|
1155
|
+
};
|
|
1156
|
+
lineHeights: {
|
|
1157
|
+
12: string;
|
|
1158
|
+
16: string;
|
|
1159
|
+
20: string;
|
|
1160
|
+
24: string;
|
|
1161
|
+
26: string;
|
|
1162
|
+
28: string;
|
|
1163
|
+
30: string;
|
|
1164
|
+
36: string;
|
|
1165
|
+
40: string;
|
|
1166
|
+
44: string;
|
|
1167
|
+
52: string;
|
|
1168
|
+
64: string;
|
|
767
1169
|
};
|
|
768
|
-
lineHeights: {};
|
|
769
1170
|
letterSpacings: {};
|
|
770
1171
|
sizes: {
|
|
771
1172
|
4: string;
|
|
@@ -773,20 +1174,18 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
773
1174
|
8: string;
|
|
774
1175
|
12: string;
|
|
775
1176
|
16: string;
|
|
1177
|
+
18: string;
|
|
776
1178
|
20: string;
|
|
777
1179
|
24: string;
|
|
778
1180
|
28: string;
|
|
779
1181
|
32: string;
|
|
780
1182
|
36: string;
|
|
781
1183
|
40: string;
|
|
1184
|
+
45: string;
|
|
782
1185
|
48: string;
|
|
783
1186
|
};
|
|
784
1187
|
borderWidths: {};
|
|
785
1188
|
borderStyles: {};
|
|
786
|
-
radii: {
|
|
787
|
-
5: string;
|
|
788
|
-
10: string;
|
|
789
|
-
};
|
|
790
1189
|
shadows: {
|
|
791
1190
|
s: string;
|
|
792
1191
|
};
|
|
@@ -799,17 +1198,17 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
799
1198
|
lg: string;
|
|
800
1199
|
}, {
|
|
801
1200
|
colors: {
|
|
802
|
-
primary: string;
|
|
803
|
-
primary100: string;
|
|
804
|
-
primary200: string;
|
|
805
|
-
primary300: string;
|
|
806
|
-
primary400: string;
|
|
807
1201
|
primary500: string;
|
|
808
1202
|
primary600: string;
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
1203
|
+
secondary100: string;
|
|
1204
|
+
secondary200: string;
|
|
1205
|
+
secondary300: string;
|
|
1206
|
+
secondary400: string;
|
|
1207
|
+
secondary500: string;
|
|
1208
|
+
secondary600: string;
|
|
1209
|
+
secondary700: string;
|
|
1210
|
+
secondary800: string;
|
|
1211
|
+
secondary900: string;
|
|
813
1212
|
neutral100: string;
|
|
814
1213
|
neutral200: string;
|
|
815
1214
|
neutral300: string;
|
|
@@ -819,39 +1218,63 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
819
1218
|
neutral700: string;
|
|
820
1219
|
neutral800: string;
|
|
821
1220
|
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
1221
|
error100: string;
|
|
836
1222
|
error300: string;
|
|
837
1223
|
error500: string;
|
|
1224
|
+
error600: string;
|
|
838
1225
|
error700: string;
|
|
839
|
-
|
|
1226
|
+
warning100: string;
|
|
1227
|
+
warning300: string;
|
|
1228
|
+
warning500: string;
|
|
1229
|
+
warning600: string;
|
|
1230
|
+
warning700: string;
|
|
1231
|
+
info100: string;
|
|
1232
|
+
info300: string;
|
|
1233
|
+
info500: string;
|
|
1234
|
+
info600: string;
|
|
1235
|
+
info700: string;
|
|
1236
|
+
success100: string;
|
|
1237
|
+
success300: string;
|
|
1238
|
+
success500: string;
|
|
1239
|
+
success600: string;
|
|
1240
|
+
success700: string;
|
|
1241
|
+
background: string;
|
|
1242
|
+
foreground: string;
|
|
840
1243
|
};
|
|
841
1244
|
space: {
|
|
1245
|
+
0: string;
|
|
1246
|
+
5: string;
|
|
1247
|
+
10: string;
|
|
1248
|
+
15: string;
|
|
1249
|
+
20: string;
|
|
1250
|
+
25: string;
|
|
1251
|
+
30: string;
|
|
1252
|
+
40: string;
|
|
1253
|
+
46: string;
|
|
1254
|
+
50: string;
|
|
1255
|
+
60: string;
|
|
1256
|
+
70: string;
|
|
1257
|
+
80: string;
|
|
1258
|
+
90: string;
|
|
1259
|
+
100: string;
|
|
842
1260
|
2: string;
|
|
843
1261
|
4: string;
|
|
844
1262
|
6: string;
|
|
845
1263
|
8: string;
|
|
846
|
-
10: string;
|
|
847
1264
|
12: string;
|
|
848
1265
|
16: string;
|
|
849
|
-
20: string;
|
|
850
1266
|
24: string;
|
|
851
1267
|
28: string;
|
|
852
|
-
30: string;
|
|
853
1268
|
32: string;
|
|
854
1269
|
};
|
|
1270
|
+
radii: {
|
|
1271
|
+
xs: string;
|
|
1272
|
+
sm: string;
|
|
1273
|
+
xm: string;
|
|
1274
|
+
md: string;
|
|
1275
|
+
xl: string;
|
|
1276
|
+
lg: string;
|
|
1277
|
+
};
|
|
855
1278
|
fontSizes: {
|
|
856
1279
|
10: string;
|
|
857
1280
|
12: string;
|
|
@@ -859,7 +1282,9 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
859
1282
|
16: string;
|
|
860
1283
|
18: string;
|
|
861
1284
|
20: string;
|
|
1285
|
+
22: string;
|
|
862
1286
|
24: string;
|
|
1287
|
+
28: string;
|
|
863
1288
|
32: string;
|
|
864
1289
|
36: string;
|
|
865
1290
|
40: string;
|
|
@@ -867,12 +1292,25 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
867
1292
|
};
|
|
868
1293
|
fonts: {};
|
|
869
1294
|
fontWeights: {
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
1295
|
+
regular: number;
|
|
1296
|
+
medium: number;
|
|
1297
|
+
semiBold: number;
|
|
1298
|
+
bold: number;
|
|
1299
|
+
};
|
|
1300
|
+
lineHeights: {
|
|
1301
|
+
12: string;
|
|
1302
|
+
16: string;
|
|
1303
|
+
20: string;
|
|
1304
|
+
24: string;
|
|
1305
|
+
26: string;
|
|
1306
|
+
28: string;
|
|
1307
|
+
30: string;
|
|
1308
|
+
36: string;
|
|
1309
|
+
40: string;
|
|
1310
|
+
44: string;
|
|
1311
|
+
52: string;
|
|
1312
|
+
64: string;
|
|
874
1313
|
};
|
|
875
|
-
lineHeights: {};
|
|
876
1314
|
letterSpacings: {};
|
|
877
1315
|
sizes: {
|
|
878
1316
|
4: string;
|
|
@@ -880,20 +1318,18 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
880
1318
|
8: string;
|
|
881
1319
|
12: string;
|
|
882
1320
|
16: string;
|
|
1321
|
+
18: string;
|
|
883
1322
|
20: string;
|
|
884
1323
|
24: string;
|
|
885
1324
|
28: string;
|
|
886
1325
|
32: string;
|
|
887
1326
|
36: string;
|
|
888
1327
|
40: string;
|
|
1328
|
+
45: string;
|
|
889
1329
|
48: string;
|
|
890
1330
|
};
|
|
891
1331
|
borderWidths: {};
|
|
892
1332
|
borderStyles: {};
|
|
893
|
-
radii: {
|
|
894
|
-
5: string;
|
|
895
|
-
10: string;
|
|
896
|
-
};
|
|
897
1333
|
shadows: {
|
|
898
1334
|
s: string;
|
|
899
1335
|
};
|
|
@@ -908,17 +1344,17 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
908
1344
|
};
|
|
909
1345
|
theme: {
|
|
910
1346
|
colors: {
|
|
911
|
-
primary: string;
|
|
912
|
-
primary100: string;
|
|
913
|
-
primary200: string;
|
|
914
|
-
primary300: string;
|
|
915
|
-
primary400: string;
|
|
916
1347
|
primary500: string;
|
|
917
1348
|
primary600: string;
|
|
918
|
-
|
|
919
|
-
|
|
920
|
-
|
|
921
|
-
|
|
1349
|
+
secondary100: string;
|
|
1350
|
+
secondary200: string;
|
|
1351
|
+
secondary300: string;
|
|
1352
|
+
secondary400: string;
|
|
1353
|
+
secondary500: string;
|
|
1354
|
+
secondary600: string;
|
|
1355
|
+
secondary700: string;
|
|
1356
|
+
secondary800: string;
|
|
1357
|
+
secondary900: string;
|
|
922
1358
|
neutral100: string;
|
|
923
1359
|
neutral200: string;
|
|
924
1360
|
neutral300: string;
|
|
@@ -928,39 +1364,63 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
928
1364
|
neutral700: string;
|
|
929
1365
|
neutral800: string;
|
|
930
1366
|
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
1367
|
error100: string;
|
|
945
1368
|
error300: string;
|
|
946
1369
|
error500: string;
|
|
1370
|
+
error600: string;
|
|
947
1371
|
error700: string;
|
|
948
|
-
|
|
1372
|
+
warning100: string;
|
|
1373
|
+
warning300: string;
|
|
1374
|
+
warning500: string;
|
|
1375
|
+
warning600: string;
|
|
1376
|
+
warning700: string;
|
|
1377
|
+
info100: string;
|
|
1378
|
+
info300: string;
|
|
1379
|
+
info500: string;
|
|
1380
|
+
info600: string;
|
|
1381
|
+
info700: string;
|
|
1382
|
+
success100: string;
|
|
1383
|
+
success300: string;
|
|
1384
|
+
success500: string;
|
|
1385
|
+
success600: string;
|
|
1386
|
+
success700: string;
|
|
1387
|
+
background: string;
|
|
1388
|
+
foreground: string;
|
|
949
1389
|
};
|
|
950
1390
|
space: {
|
|
1391
|
+
0: string;
|
|
1392
|
+
5: string;
|
|
1393
|
+
10: string;
|
|
1394
|
+
15: string;
|
|
1395
|
+
20: string;
|
|
1396
|
+
25: string;
|
|
1397
|
+
30: string;
|
|
1398
|
+
40: string;
|
|
1399
|
+
46: string;
|
|
1400
|
+
50: string;
|
|
1401
|
+
60: string;
|
|
1402
|
+
70: string;
|
|
1403
|
+
80: string;
|
|
1404
|
+
90: string;
|
|
1405
|
+
100: string;
|
|
951
1406
|
2: string;
|
|
952
1407
|
4: string;
|
|
953
1408
|
6: string;
|
|
954
1409
|
8: string;
|
|
955
|
-
10: string;
|
|
956
1410
|
12: string;
|
|
957
1411
|
16: string;
|
|
958
|
-
20: string;
|
|
959
1412
|
24: string;
|
|
960
1413
|
28: string;
|
|
961
|
-
30: string;
|
|
962
1414
|
32: string;
|
|
963
1415
|
};
|
|
1416
|
+
radii: {
|
|
1417
|
+
xs: string;
|
|
1418
|
+
sm: string;
|
|
1419
|
+
xm: string;
|
|
1420
|
+
md: string;
|
|
1421
|
+
xl: string;
|
|
1422
|
+
lg: string;
|
|
1423
|
+
};
|
|
964
1424
|
fontSizes: {
|
|
965
1425
|
10: string;
|
|
966
1426
|
12: string;
|
|
@@ -968,7 +1428,9 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
968
1428
|
16: string;
|
|
969
1429
|
18: string;
|
|
970
1430
|
20: string;
|
|
1431
|
+
22: string;
|
|
971
1432
|
24: string;
|
|
1433
|
+
28: string;
|
|
972
1434
|
32: string;
|
|
973
1435
|
36: string;
|
|
974
1436
|
40: string;
|
|
@@ -976,12 +1438,25 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
976
1438
|
};
|
|
977
1439
|
fonts: {};
|
|
978
1440
|
fontWeights: {
|
|
979
|
-
|
|
980
|
-
|
|
981
|
-
|
|
982
|
-
|
|
1441
|
+
regular: number;
|
|
1442
|
+
medium: number;
|
|
1443
|
+
semiBold: number;
|
|
1444
|
+
bold: number;
|
|
1445
|
+
};
|
|
1446
|
+
lineHeights: {
|
|
1447
|
+
12: string;
|
|
1448
|
+
16: string;
|
|
1449
|
+
20: string;
|
|
1450
|
+
24: string;
|
|
1451
|
+
26: string;
|
|
1452
|
+
28: string;
|
|
1453
|
+
30: string;
|
|
1454
|
+
36: string;
|
|
1455
|
+
40: string;
|
|
1456
|
+
44: string;
|
|
1457
|
+
52: string;
|
|
1458
|
+
64: string;
|
|
983
1459
|
};
|
|
984
|
-
lineHeights: {};
|
|
985
1460
|
letterSpacings: {};
|
|
986
1461
|
sizes: {
|
|
987
1462
|
4: string;
|
|
@@ -989,20 +1464,18 @@ export declare const styled: <Type extends import("react").ComponentType<any> |
|
|
|
989
1464
|
8: string;
|
|
990
1465
|
12: string;
|
|
991
1466
|
16: string;
|
|
1467
|
+
18: string;
|
|
992
1468
|
20: string;
|
|
993
1469
|
24: string;
|
|
994
1470
|
28: string;
|
|
995
1471
|
32: string;
|
|
996
1472
|
36: string;
|
|
997
1473
|
40: string;
|
|
1474
|
+
45: string;
|
|
998
1475
|
48: string;
|
|
999
1476
|
};
|
|
1000
1477
|
borderWidths: {};
|
|
1001
1478
|
borderStyles: {};
|
|
1002
|
-
radii: {
|
|
1003
|
-
5: string;
|
|
1004
|
-
10: string;
|
|
1005
|
-
};
|
|
1006
1479
|
shadows: {
|
|
1007
1480
|
s: string;
|
|
1008
1481
|
};
|
|
@@ -1021,7 +1494,9 @@ export declare const darkTheme: string & {
|
|
|
1021
1494
|
selector: string;
|
|
1022
1495
|
} & import("@stitches/react/types/stitches").ThemeTokens<{
|
|
1023
1496
|
colors: {
|
|
1024
|
-
|
|
1497
|
+
secondary400: string;
|
|
1498
|
+
secondary500: string;
|
|
1499
|
+
secondary600: string;
|
|
1025
1500
|
neutral900: string;
|
|
1026
1501
|
neutral800: string;
|
|
1027
1502
|
neutral700: string;
|
|
@@ -1031,8 +1506,10 @@ export declare const darkTheme: string & {
|
|
|
1031
1506
|
neutral300: string;
|
|
1032
1507
|
neutral200: string;
|
|
1033
1508
|
neutral100: string;
|
|
1034
|
-
|
|
1509
|
+
error500: string;
|
|
1510
|
+
warning500: string;
|
|
1035
1511
|
background: string;
|
|
1512
|
+
foreground: string;
|
|
1036
1513
|
};
|
|
1037
1514
|
shadows: {
|
|
1038
1515
|
s: string;
|