@zonos/amino 5.0.3 → 5.0.5
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/components/alert-dialog/AlertContext.d.ts +1 -1
- package/components/alert-dialog/AlertContext.js +1 -1
- package/components/alert-dialog/AlertDialog.d.ts +2 -2
- package/components/alert-dialog/AlertDialog.js +1 -1
- package/components/alert-dialog/useAlert.js +1 -1
- package/components/announcement-dialog/AnnouncementDialog.d.ts +1 -1
- package/components/announcement-dialog/AnnouncementDialog.js +1 -1
- package/components/avatar/ImageAvatar.d.ts +1 -1
- package/components/avatar/UserAvatar.d.ts +1 -1
- package/components/avatar/UserAvatar.js +1 -1
- package/components/badge/Badge.d.ts +1 -1
- package/components/banner/Banner.d.ts +1 -1
- package/components/banner/Banner.js +1 -1
- package/components/button/Button.d.ts +5 -5
- package/components/button/Button.js +1 -1
- package/components/button/RippleGroup.d.ts +1 -1
- package/components/button/RippleGroup.js +1 -1
- package/components/button/useRipple.d.ts +1 -1
- package/components/collapse/Collapse.js +1 -1
- package/components/confirm-dialog/ConfirmContext.d.ts +1 -1
- package/components/confirm-dialog/ConfirmContext.js +1 -1
- package/components/confirm-dialog/ConfirmDialog.d.ts +2 -2
- package/components/confirm-dialog/ConfirmDialog.js +1 -1
- package/components/confirm-dialog/useConfirm.js +1 -1
- package/components/connection-map/ConnectionMap.d.ts +2 -2
- package/components/connection-map/ConnectionMap.js +1 -1
- package/components/cover-sheet/CoverSheet.d.ts +1 -1
- package/components/cover-sheet/CoverSheet.js +1 -1
- package/components/cover-sheet/CoverSheetActions.js +1 -1
- package/components/currency/Currency.js +1 -1
- package/components/currency/DualCurrency.js +1 -1
- package/components/danger-zone/DangerZone.d.ts +1 -1
- package/components/dialog/Dialog.d.ts +1 -1
- package/components/dialog/Dialog.js +1 -1
- package/components/dialog/_BaseDialog.d.ts +1 -1
- package/components/dialog/_BaseDialog.js +1 -1
- package/components/drop-zone/DropZone.d.ts +1 -1
- package/components/drop-zone/DropZone.js +1 -1
- package/components/file-upload/FileUpload.js +1 -1
- package/components/graph-matrix/GraphMatrix.d.ts +1 -1
- package/components/graph-matrix/GraphMatrix.js +1 -1
- package/components/graph-matrix/_LoadingIcon.js +1 -1
- package/components/input/Input.d.ts +2 -2
- package/components/input/Input.js +1 -1
- package/components/input/SearchInput.d.ts +1 -1
- package/components/input/input-type/_DateInput.d.ts +1 -1
- package/components/input/input-type/_DateInput.js +1 -1
- package/components/input/input-type/_FloatLabelInput.d.ts +3 -3
- package/components/input/input-type/_NumberInput.d.ts +1 -1
- package/components/input/input-type/_NumberInput.js +1 -1
- package/components/input/input-type/_PasswordInput.d.ts +1 -1
- package/components/input/input-type/_PasswordInput.js +1 -1
- package/components/input/input-type/_TimeInput.d.ts +1 -1
- package/components/input/input-type/_TimeInput.js +1 -1
- package/components/layout/Layout.d.ts +1 -1
- package/components/layout/Layout.js +1 -1
- package/components/lightbox/LightBox.d.ts +1 -1
- package/components/lightbox/LightBox.js +1 -1
- package/components/list/CollapsibleList.d.ts +1 -1
- package/components/list/CollapsibleList.js +1 -1
- package/components/nested-data-table/NestedDataTable.d.ts +1 -1
- package/components/nested-data-table/NestedDataTable.js +1 -1
- package/components/nested-data-table/NestedDataTableHasura.d.ts +1 -1
- package/components/nested-data-table/NestedDataTableHasura.js +1 -1
- package/components/nested-data-table/_Filter.d.ts +1 -1
- package/components/nested-data-table/_Filter.js +1 -1
- package/components/nested-data-table/_TableData.d.ts +2 -2
- package/components/nested-data-table/_TableData.js +1 -1
- package/components/ownership-block/OwnershipBlock.d.ts +1 -1
- package/components/profile-icon/ProfileIcon.d.ts +1 -1
- package/components/profile-icon/ProfileIcon.js +1 -1
- package/components/radio/RadioGroup.js +1 -1
- package/components/rich-card-select/RichCardStateSelect.d.ts +1 -1
- package/components/rich-card-select/RichCardStateSelect.js +1 -1
- package/components/rich-checkbox/RichCheckbox.js +1 -1
- package/components/rich-radio/RichRadio.js +1 -1
- package/components/rounded-icon/RoundedIcon.d.ts +2 -2
- package/components/section/HSection.js +1 -1
- package/components/section/VSection.js +1 -1
- package/components/section/_SectionSubheader.js +1 -1
- package/components/select/CountryMultiSelect.d.ts +3 -3
- package/components/select/CountryMultiSelect.js +1 -1
- package/components/select/CountryPhoneSelect.d.ts +3 -3
- package/components/select/CountryPhoneSelect.js +1 -1
- package/components/select/CountrySelect.d.ts +2 -2
- package/components/select/CountrySelect.js +1 -1
- package/components/select/MultiSelect.d.ts +2 -2
- package/components/select/Select.d.ts +3 -3
- package/components/select/_StyledReactSelect.d.ts +3 -3
- package/components/slide-over/SlideOver.d.ts +1 -1
- package/components/sortable-list/SortableList.d.ts +1 -1
- package/components/spinner/Spinner.d.ts +1 -1
- package/components/stack/HStack.d.ts +1 -1
- package/components/stack/HStack.js +1 -1
- package/components/stack/Stack.d.ts +1 -1
- package/components/stack/VStack.d.ts +1 -1
- package/components/stack/VStack.js +1 -1
- package/components/styles/ColorPalette.js +1 -1
- package/components/surface/Surface.d.ts +1 -1
- package/components/table/TableRowCollapse.js +1 -1
- package/components/tabs/Tabs.js +1 -1
- package/components/text/Text.d.ts +1 -1
- package/components/textarea/Textarea.js +1 -1
- package/components/theme-select/ThemeSelect.js +1 -1
- package/components/thumbnail/Thumbnail.d.ts +2 -2
- package/components/toast/Toast.d.ts +1 -1
- package/components/toast/ToastContext.d.ts +1 -1
- package/components/tooltip/Tooltip.d.ts +1 -1
- package/components/tooltip/Tooltip.js +1 -1
- package/icons/ArrowDownDuotoneIcon.d.ts +1 -1
- package/icons/ArrowDownIcon.d.ts +1 -1
- package/icons/ArrowLeftDuotoneIcon.d.ts +1 -1
- package/icons/ArrowLeftIcon.d.ts +1 -1
- package/icons/ArrowRightDuotoneIcon.d.ts +1 -1
- package/icons/ArrowRightIcon.d.ts +1 -1
- package/icons/ArrowSwapDuotoneIcon.d.ts +2 -2
- package/icons/ArrowSwapIcon.d.ts +1 -1
- package/icons/ArrowUpDuotoneIcon.d.ts +1 -1
- package/icons/ArrowUpIcon.d.ts +1 -1
- package/icons/BagDuotoneIcon.d.ts +2 -2
- package/icons/BagIcon.d.ts +1 -1
- package/icons/BankDuotoneIcon.d.ts +2 -2
- package/icons/BankIcon.d.ts +1 -1
- package/icons/BellDuotoneIcon.d.ts +2 -2
- package/icons/BellIcon.d.ts +1 -1
- package/icons/BellOffDuotoneIcon.d.ts +2 -2
- package/icons/BellOffIcon.d.ts +1 -1
- package/icons/BookDuotoneIcon.d.ts +2 -2
- package/icons/BookIcon.d.ts +1 -1
- package/icons/BookmarkAddDuotoneIcon.d.ts +2 -2
- package/icons/BookmarkAddIcon.d.ts +1 -1
- package/icons/BookmarkCheckDuotoneIcon.d.ts +2 -2
- package/icons/BookmarkCheckIcon.d.ts +1 -1
- package/icons/BookmarkDuotoneIcon.d.ts +1 -1
- package/icons/BookmarkIcon.d.ts +1 -1
- package/icons/BookmarkOffDuotoneIcon.d.ts +2 -2
- package/icons/BookmarkOffIcon.d.ts +1 -1
- package/icons/BookmarkRemoveDuotoneIcon.d.ts +2 -2
- package/icons/BookmarkRemoveIcon.d.ts +1 -1
- package/icons/BookmarkSubtractDuotoneIcon.d.ts +2 -2
- package/icons/BookmarkSubtractIcon.d.ts +1 -1
- package/icons/BoxesDuotoneIcon.d.ts +2 -2
- package/icons/BoxesIcon.d.ts +1 -1
- package/icons/BufferDuotoneIcon.d.ts +2 -2
- package/icons/BufferIcon.d.ts +1 -1
- package/icons/CalculatorDuotoneIcon.d.ts +2 -2
- package/icons/CalculatorIcon.d.ts +1 -1
- package/icons/CalendarDuotoneIcon.d.ts +2 -2
- package/icons/CalendarIcon.d.ts +1 -1
- package/icons/CardDuotoneIcon.d.ts +2 -2
- package/icons/CardIcon.d.ts +1 -1
- package/icons/CaretDownDuotoneIcon.d.ts +1 -1
- package/icons/CaretDownIcon.d.ts +1 -1
- package/icons/CaretLeftDuotoneIcon.d.ts +1 -1
- package/icons/CaretLeftIcon.d.ts +1 -1
- package/icons/CaretRightDuotoneIcon.d.ts +1 -1
- package/icons/CaretRightIcon.d.ts +1 -1
- package/icons/CaretUpDuotoneIcon.d.ts +1 -1
- package/icons/CaretUpIcon.d.ts +1 -1
- package/icons/CartDuotoneIcon.d.ts +2 -2
- package/icons/CartIcon.d.ts +1 -1
- package/icons/ChartDuotoneIcon.d.ts +2 -2
- package/icons/ChartIcon.d.ts +1 -1
- package/icons/CheckCircleDuotoneIcon.d.ts +2 -2
- package/icons/CheckCircleIcon.d.ts +1 -1
- package/icons/CheckmarkDuotoneIcon.d.ts +1 -1
- package/icons/CheckmarkIcon.d.ts +1 -1
- package/icons/CheckoutDuotoneIcon.d.ts +2 -2
- package/icons/CheckoutIcon.d.ts +1 -1
- package/icons/ChevronDownCircleDuotoneIcon.d.ts +2 -2
- package/icons/ChevronDownCircleIcon.d.ts +1 -1
- package/icons/ChevronDownDuotoneIcon.d.ts +1 -1
- package/icons/ChevronDownIcon.d.ts +1 -1
- package/icons/ChevronLeftCircleDuotoneIcon.d.ts +2 -2
- package/icons/ChevronLeftCircleIcon.d.ts +1 -1
- package/icons/ChevronLeftDuotoneIcon.d.ts +1 -1
- package/icons/ChevronLeftIcon.d.ts +1 -1
- package/icons/ChevronRightCircleDuotoneIcon.d.ts +2 -2
- package/icons/ChevronRightCircleIcon.d.ts +1 -1
- package/icons/ChevronRightDuotoneIcon.d.ts +1 -1
- package/icons/ChevronRightIcon.d.ts +1 -1
- package/icons/ChevronUpCircleDuotoneIcon.d.ts +2 -2
- package/icons/ChevronUpCircleIcon.d.ts +1 -1
- package/icons/ChevronUpDuotoneIcon.d.ts +1 -1
- package/icons/ChevronUpIcon.d.ts +1 -1
- package/icons/CircleDuotoneIcon.d.ts +1 -1
- package/icons/CircleIcon.d.ts +1 -1
- package/icons/ClassifyDuotoneIcon.d.ts +2 -2
- package/icons/ClassifyIcon.d.ts +1 -1
- package/icons/ClearDuotoneIcon.d.ts +2 -2
- package/icons/ClearIcon.d.ts +1 -1
- package/icons/ClockDuotoneIcon.d.ts +2 -2
- package/icons/ClockIcon.d.ts +1 -1
- package/icons/CodeCircleDuotoneIcon.d.ts +2 -2
- package/icons/CodeCircleIcon.d.ts +1 -1
- package/icons/CodeDuotoneIcon.d.ts +2 -2
- package/icons/CodeIcon.d.ts +1 -1
- package/icons/CoinsDuotoneIcon.d.ts +2 -2
- package/icons/CoinsIcon.d.ts +1 -1
- package/icons/CommentDuotoneIcon.d.ts +2 -2
- package/icons/CommentIcon.d.ts +1 -1
- package/icons/CopyDuotoneIcon.d.ts +2 -2
- package/icons/CopyIcon.d.ts +1 -1
- package/icons/CubeDuotoneIcon.d.ts +2 -2
- package/icons/CubeIcon.d.ts +1 -1
- package/icons/DashboardDuotoneIcon.d.ts +2 -2
- package/icons/DashboardIcon.d.ts +1 -1
- package/icons/DiamondDuotoneIcon.d.ts +1 -1
- package/icons/DiamondIcon.d.ts +1 -1
- package/icons/DislikeDuotoneIcon.d.ts +2 -2
- package/icons/DislikeIcon.d.ts +1 -1
- package/icons/DocsDuotoneIcon.d.ts +2 -2
- package/icons/DocsIcon.d.ts +1 -1
- package/icons/DollarDuotoneIcon.d.ts +2 -2
- package/icons/DollarIcon.d.ts +1 -1
- package/icons/DoubleChevronDuotoneIcon.d.ts +2 -2
- package/icons/DoubleChevronIcon.d.ts +1 -1
- package/icons/DragDuotoneIcon.d.ts +2 -2
- package/icons/DragIcon.d.ts +1 -1
- package/icons/EditDuotoneIcon.d.ts +2 -2
- package/icons/EditIcon.d.ts +1 -1
- package/icons/ExclamationMarkDuotoneIcon.d.ts +2 -2
- package/icons/ExclamationMarkIcon.d.ts +1 -1
- package/icons/ExportDuotoneIcon.d.ts +2 -2
- package/icons/ExportIcon.d.ts +1 -1
- package/icons/ExternalDuotoneIcon.d.ts +2 -2
- package/icons/ExternalIcon.d.ts +1 -1
- package/icons/EyeDuotoneIcon.d.ts +2 -2
- package/icons/EyeIcon.d.ts +1 -1
- package/icons/EyeOffDuotoneIcon.d.ts +2 -2
- package/icons/EyeOffIcon.d.ts +1 -1
- package/icons/FileDuotoneIcon.d.ts +2 -2
- package/icons/FileIcon.d.ts +1 -1
- package/icons/FileUploadDuotoneIcon.d.ts +2 -2
- package/icons/FileUploadIcon.d.ts +1 -1
- package/icons/FilterDuotoneIcon.d.ts +1 -1
- package/icons/FilterIcon.d.ts +1 -1
- package/icons/FolderListDuotoneIcon.d.ts +2 -2
- package/icons/FolderListIcon.d.ts +1 -1
- package/icons/FolderUploadDuotoneIcon.d.ts +2 -2
- package/icons/FolderUploadIcon.d.ts +1 -1
- package/icons/GlobeDuotoneIcon.d.ts +2 -2
- package/icons/GlobeIcon.d.ts +1 -1
- package/icons/GraphQLDuotoneIcon.d.ts +1 -1
- package/icons/GraphQLIcon.d.ts +1 -1
- package/icons/GridDuotoneIcon.d.ts +2 -2
- package/icons/GridIcon.d.ts +1 -1
- package/icons/HelloDuotoneIcon.d.ts +2 -2
- package/icons/HelloIcon.d.ts +1 -1
- package/icons/HelpDuotoneIcon.d.ts +2 -2
- package/icons/HelpIcon.d.ts +1 -1
- package/icons/HexagonDuotoneIcon.d.ts +1 -1
- package/icons/HexagonIcon.d.ts +1 -1
- package/icons/HomeDuotoneIcon.d.ts +2 -2
- package/icons/HomeIcon.d.ts +1 -1
- package/icons/ImageDuotoneIcon.d.ts +2 -2
- package/icons/ImageIcon.d.ts +1 -1
- package/icons/ImportDuotoneIcon.d.ts +2 -2
- package/icons/ImportIcon.d.ts +1 -1
- package/icons/InfoDuotoneIcon.d.ts +2 -2
- package/icons/InfoIcon.d.ts +1 -1
- package/icons/IntegrationDuotoneIcon.d.ts +2 -2
- package/icons/IntegrationIcon.d.ts +1 -1
- package/icons/LandedCostDuotoneIcon.d.ts +2 -2
- package/icons/LandedCostIcon.d.ts +1 -1
- package/icons/LaptopDuotoneIcon.d.ts +2 -2
- package/icons/LaptopIcon.d.ts +1 -1
- package/icons/LightDuotoneIcon.d.ts +2 -2
- package/icons/LightIcon.d.ts +1 -1
- package/icons/LikeDuotoneIcon.d.ts +2 -2
- package/icons/LikeIcon.d.ts +1 -1
- package/icons/LineDownDuotoneIcon.d.ts +2 -2
- package/icons/LineDownIcon.d.ts +1 -1
- package/icons/LineUpDuotoneIcon.d.ts +2 -2
- package/icons/LineUpIcon.d.ts +1 -1
- package/icons/LinkDuotoneIcon.d.ts +2 -2
- package/icons/LinkIcon.d.ts +1 -1
- package/icons/LocationDuotoneIcon.d.ts +2 -2
- package/icons/LocationIcon.d.ts +1 -1
- package/icons/LockDuotoneIcon.d.ts +2 -2
- package/icons/LockIcon.d.ts +1 -1
- package/icons/LoginDuotoneIcon.d.ts +2 -2
- package/icons/LoginIcon.d.ts +1 -1
- package/icons/LogoutDuotoneIcon.d.ts +2 -2
- package/icons/LogoutIcon.d.ts +1 -1
- package/icons/MailDuotoneIcon.d.ts +2 -2
- package/icons/MailIcon.d.ts +1 -1
- package/icons/MenuDuotoneIcon.d.ts +2 -2
- package/icons/MenuIcon.d.ts +1 -1
- package/icons/MinusCircleDuotoneIcon.d.ts +2 -2
- package/icons/MinusCircleIcon.d.ts +1 -1
- package/icons/MinusDuotoneIcon.d.ts +1 -1
- package/icons/MinusIcon.d.ts +1 -1
- package/icons/MobileDuotoneIcon.d.ts +2 -2
- package/icons/MobileIcon.d.ts +1 -1
- package/icons/MoneyDuotoneIcon.d.ts +2 -2
- package/icons/MoneyIcon.d.ts +1 -1
- package/icons/MonitorDuotoneIcon.d.ts +2 -2
- package/icons/MonitorIcon.d.ts +1 -1
- package/icons/NightDuotoneIcon.d.ts +1 -1
- package/icons/NightIcon.d.ts +1 -1
- package/icons/PauseCircleDuotoneIcon.d.ts +2 -2
- package/icons/PauseCircleIcon.d.ts +1 -1
- package/icons/PercentBadgeDuotoneIcon.d.ts +2 -2
- package/icons/PercentBadgeIcon.d.ts +1 -1
- package/icons/PercentDuotoneIcon.d.ts +2 -2
- package/icons/PercentIcon.d.ts +1 -1
- package/icons/PlaneDuotoneIcon.d.ts +2 -2
- package/icons/PlaneIcon.d.ts +1 -1
- package/icons/PlayCircleDuotoneIcon.d.ts +2 -2
- package/icons/PlayCircleIcon.d.ts +1 -1
- package/icons/PlayDuotoneIcon.d.ts +1 -1
- package/icons/PlayIcon.d.ts +1 -1
- package/icons/PlusCircleDuotoneIcon.d.ts +2 -2
- package/icons/PlusCircleIcon.d.ts +1 -1
- package/icons/PlusDuotoneIcon.d.ts +1 -1
- package/icons/PlusIcon.d.ts +1 -1
- package/icons/PrinterDuotoneIcon.d.ts +2 -2
- package/icons/PrinterIcon.d.ts +1 -1
- package/icons/RateDuotoneIcon.d.ts +2 -2
- package/icons/RateIcon.d.ts +1 -1
- package/icons/ReceiptDuotoneIcon.d.ts +2 -2
- package/icons/ReceiptIcon.d.ts +1 -1
- package/icons/RefreshDuotoneIcon.d.ts +2 -2
- package/icons/RefreshIcon.d.ts +1 -1
- package/icons/RemoveCircleDuotoneIcon.d.ts +2 -2
- package/icons/RemoveCircleIcon.d.ts +1 -1
- package/icons/RemoveDuotoneIcon.d.ts +1 -1
- package/icons/RemoveIcon.d.ts +1 -1
- package/icons/RestrictDuotoneIcon.d.ts +2 -2
- package/icons/RestrictIcon.d.ts +1 -1
- package/icons/RocketDuotoneIcon.d.ts +2 -2
- package/icons/RocketIcon.d.ts +1 -1
- package/icons/ScanDuotoneIcon.d.ts +2 -2
- package/icons/ScanIcon.d.ts +1 -1
- package/icons/ScreenDuotoneIcon.d.ts +2 -2
- package/icons/ScreenIcon.d.ts +1 -1
- package/icons/SearchDuotoneIcon.d.ts +1 -1
- package/icons/SearchIcon.d.ts +1 -1
- package/icons/SendDuotoneIcon.d.ts +2 -2
- package/icons/SendIcon.d.ts +1 -1
- package/icons/SettingsDuotoneIcon.d.ts +2 -2
- package/icons/SettingsIcon.d.ts +1 -1
- package/icons/ShoppingListDuotoneIcon.d.ts +2 -2
- package/icons/ShoppingListIcon.d.ts +1 -1
- package/icons/ShoppingTagDuotoneIcon.d.ts +2 -2
- package/icons/ShoppingTagIcon.d.ts +2 -2
- package/icons/SquareDuotoneIcon.d.ts +1 -1
- package/icons/SquareIcon.d.ts +1 -1
- package/icons/StarDuotoneIcon.d.ts +1 -1
- package/icons/StarIcon.d.ts +1 -1
- package/icons/StarOffDuotoneIcon.d.ts +2 -2
- package/icons/StarOffIcon.d.ts +1 -1
- package/icons/StarsDuotoneIcon.d.ts +2 -2
- package/icons/StarsIcon.d.ts +1 -1
- package/icons/SunnyDuotoneIcon.d.ts +2 -2
- package/icons/SunnyIcon.d.ts +1 -1
- package/icons/TagDuotoneIcon.d.ts +2 -2
- package/icons/TagIcon.d.ts +2 -2
- package/icons/ThreeDotDuotoneIcon.d.ts +1 -1
- package/icons/ThreeDotIcon.d.ts +1 -1
- package/icons/TotalLandedCostDuotoneIcon.d.ts +1 -1
- package/icons/TotalLandedCostIcon.d.ts +1 -1
- package/icons/TrashCanDuotoneIcon.d.ts +2 -2
- package/icons/TrashCanIcon.d.ts +1 -1
- package/icons/TriangleDuotoneIcon.d.ts +1 -1
- package/icons/TriangleIcon.d.ts +1 -1
- package/icons/TruckDuotoneIcon.d.ts +2 -2
- package/icons/TruckIcon.d.ts +1 -1
- package/icons/UserDuotoneIcon.d.ts +2 -2
- package/icons/UserIcon.d.ts +1 -1
- package/icons/UtahDuotoneIcon.d.ts +1 -1
- package/icons/UtahIcon.d.ts +1 -1
- package/icons/WarningDuotoneIcon.d.ts +2 -2
- package/icons/WarningIcon.d.ts +1 -1
- package/icons/custom/AvatarIcon.d.ts +1 -1
- package/icons/custom/ZonosIcon.d.ts +1 -1
- package/icons/custom/ZonosLogoIcon.d.ts +1 -1
- package/icons/custom/us-states/AlabamaIcon.d.ts +1 -1
- package/icons/custom/us-states/AlaskaIcon.d.ts +1 -1
- package/icons/custom/us-states/ArizonaIcon.d.ts +1 -1
- package/icons/custom/us-states/ArkansasIcon.d.ts +1 -1
- package/icons/custom/us-states/CaliforniaIcon.d.ts +1 -1
- package/icons/custom/us-states/ColoradoIcon.d.ts +1 -1
- package/icons/custom/us-states/ConnecticutIcon.d.ts +1 -1
- package/icons/custom/us-states/DelawareIcon.d.ts +1 -1
- package/icons/custom/us-states/FloridaIcon.d.ts +1 -1
- package/icons/custom/us-states/GeorgiaIcon.d.ts +1 -1
- package/icons/custom/us-states/HawaiiIcon.d.ts +1 -1
- package/icons/custom/us-states/IdahoIcon.d.ts +1 -1
- package/icons/custom/us-states/IllinoisIcon.d.ts +1 -1
- package/icons/custom/us-states/IndianaIcon.d.ts +1 -1
- package/icons/custom/us-states/IowaIcon.d.ts +1 -1
- package/icons/custom/us-states/KansasIcon.d.ts +1 -1
- package/icons/custom/us-states/KentuckyIcon.d.ts +1 -1
- package/icons/custom/us-states/LouisianaIcon.d.ts +1 -1
- package/icons/custom/us-states/MaineIcon.d.ts +1 -1
- package/icons/custom/us-states/MarylandIcon.d.ts +1 -1
- package/icons/custom/us-states/MassachusettsIcon.d.ts +1 -1
- package/icons/custom/us-states/MichiganIcon.d.ts +1 -1
- package/icons/custom/us-states/MinnesotaIcon.d.ts +1 -1
- package/icons/custom/us-states/MississippiIcon.d.ts +1 -1
- package/icons/custom/us-states/MissouriIcon.d.ts +1 -1
- package/icons/custom/us-states/MontanaIcon.d.ts +1 -1
- package/icons/custom/us-states/NebraskaIcon.d.ts +1 -1
- package/icons/custom/us-states/NevadaIcon.d.ts +1 -1
- package/icons/custom/us-states/NewHampshireIcon.d.ts +1 -1
- package/icons/custom/us-states/NewJerseyIcon.d.ts +1 -1
- package/icons/custom/us-states/NewMexicoIcon.d.ts +1 -1
- package/icons/custom/us-states/NewYorkIcon.d.ts +1 -1
- package/icons/custom/us-states/NorthCarolinaIcon.d.ts +1 -1
- package/icons/custom/us-states/NorthDakotaIcon.d.ts +1 -1
- package/icons/custom/us-states/OhioIcon.d.ts +1 -1
- package/icons/custom/us-states/OklahomaIcon.d.ts +1 -1
- package/icons/custom/us-states/OregonIcon.d.ts +1 -1
- package/icons/custom/us-states/PennsylvaniaIcon.d.ts +1 -1
- package/icons/custom/us-states/RhodeIslandIcon.d.ts +1 -1
- package/icons/custom/us-states/SouthCarolinaIcon.d.ts +1 -1
- package/icons/custom/us-states/SouthDakotaIcon.d.ts +1 -1
- package/icons/custom/us-states/TennesseeIcon.d.ts +1 -1
- package/icons/custom/us-states/TexasIcon.d.ts +1 -1
- package/icons/custom/us-states/UtahIcon.d.ts +1 -1
- package/icons/custom/us-states/VermontIcon.d.ts +1 -1
- package/icons/custom/us-states/VirginiaIcon.d.ts +1 -1
- package/icons/custom/us-states/WashingtonIcon.d.ts +1 -1
- package/icons/custom/us-states/WestVirginiaIcon.d.ts +1 -1
- package/icons/custom/us-states/WisconsinIcon.d.ts +1 -1
- package/icons/custom/us-states/WyomingIcon.d.ts +1 -1
- package/icons/flag-icon/FlagIcon.d.ts +1 -1
- package/icons/icon-base/_IconBase.d.ts +1 -1
- package/icons/icon-base/_StateIconBase.d.ts +1 -1
- package/package.json +3 -3
- package/styles/constants/theme.d.ts +2 -0
- package/styles/constants/theme.js +1 -1
- package/theme.css +2 -0
- package/types/AlertDialogOpts.d.ts +1 -1
- package/types/ConfirmDialogOpts.d.ts +1 -1
- package/types/FetcherError.d.ts +1 -1
- package/types/ICountry.d.ts +1 -1
- package/types/IconProps.d.ts +1 -1
- package/utils/_graphiqlFetcher.d.ts +1 -1
- package/utils/getCountryCodeByName.d.ts +1 -1
- package/utils/getProductDetails.d.ts +1 -1
- package/utils/handleFetch.d.ts +1 -1
- package/utils/hooks/_useGraphiqlFetcher.d.ts +1 -1
- package/utils/hooks/_useGraphiqlStorage.js +1 -1
- package/utils/hooks/useAminoTheme.js +1 -1
- package/utils/hooks/useCurrentShema.d.ts +8 -1
- package/utils/hooks/useCurrentShema.js +1 -1
- package/utils/hooks/useNotify.d.ts +1 -1
- package/utils/hooks/useStorage.d.ts +9 -3
- package/utils/hooks/useStorage.js +1 -1
- package/utils/hooks/useSwrt.d.ts +1 -1
- package/utils/prepCountryOptions.d.ts +1 -1
- package/utils/prepRegionCountryOptions.d.ts +1 -1
- package/utils/setupNestedData.d.ts +1 -1
- package/utils/unitedStates.d.ts +1 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-ccfac372.js"),n=require("react/jsx-runtime"),t=require("styled-components"),i=require("
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),n=require("react/jsx-runtime"),t=require("styled-components"),i=require("../card/Card.js"),r=require("../select/Select.js"),o=require("../stack/HStack.js"),s=require("../text/Text.js"),a=require("../../icons/custom/theme/ThemeDarkIcon.js"),c=require("../../icons/custom/theme/ThemeLightIcon.js"),l=require("../../icons/NightIcon.js"),u=require("../../icons/SunnyIcon.js"),d=require("../../styles/constants/theme.js"),h=require("../../utils/hooks/useAminoTheme.js");function m(e){return e&&e.__esModule?e:{default:e}}require("../help-text/HelpText.js"),require("../select/_StyledReactSelect.js"),require("react"),require("react-select"),require("../checkbox/Checkbox.js"),require("framer-motion"),require("../../icons/CheckmarkIcon.js"),require("../../icons/icon-base/_IconBase.js"),require("../../utils/getTestId.js"),require("../../icons/CheckCircleIcon.js"),require("../../icons/DoubleChevronIcon.js"),require("../../icons/RemoveCircleIcon.js"),require("../../icons/RemoveIcon.js"),require("../stack/Stack.js"),require("../../icons/flag-icon/useStableUniqueId.js"),require("uuid"),require("../../icons/icon-base/_ThemeIconBase.js"),require("zod"),require("../../utils/hooks/useStorage.js"),require("../../utils/hooks/useSwr.js"),require("swr"),require("../../utils/storage.js");var p,x,b,g,j,k,f,q=m(t),y=q.default.button(p||(p=e.__makeTemplateObject(["\n border: ",";\n color: ",";\n border-radius: ",";\n\n &:not([disabled]) {\n &:active,\n &:focus {\n outline: none;\n }\n }\n"],["\n border: ",";\n color: ",";\n border-radius: ",";\n\n &:not([disabled]) {\n &:active,\n &:focus {\n outline: none;\n }\n }\n"])),(function(e){return"2px solid ".concat(e.isActive?d.theme.blue400:"transparent")}),(function(e){return e.isActive?d.theme.primary:d.theme.textColor}),d.theme.radius8),v=q.default(i.Card)(x||(x=e.__makeTemplateObject(["\n background: ",";\n display: flex;\n flex-direction: column;\n align-items: center;\n padding: ",";\n\n svg {\n height: 64px;\n width: 110px;\n box-shadow: ",";\n margin-bottom: ",";\n }\n"],["\n background: ",";\n display: flex;\n flex-direction: column;\n align-items: center;\n padding: ",";\n\n svg {\n height: 64px;\n width: 110px;\n box-shadow: ",";\n margin-bottom: ",";\n }\n"])),d.theme.gray0,d.theme.space16,d.theme.v3ShadowLarge,d.theme.space16),w=q.default.div(b||(b=e.__makeTemplateObject(["\n background: ",";\n height: 28px;\n width: 28px;\n border-radius: 50%;\n transition: ",";\n position: absolute;\n top: 2px;\n left: ",";\n"],["\n background: ",";\n height: 28px;\n width: 28px;\n border-radius: 50%;\n transition: ",";\n position: absolute;\n top: 2px;\n left: ",";\n"])),d.theme.primary,d.theme.transition,(function(e){return e.checked?"calc(100% - 30px)":"2px"})),T=q.default(u.SunnyIcon)(g||(g=e.__makeTemplateObject(["\n position: absolute;\n top: 6px;\n right: 5.8px;\n color: ",";\n"],["\n position: absolute;\n top: 6px;\n right: 5.8px;\n color: ",";\n"])),(function(e){return e.isActive?d.theme.gray0:d.theme.gray1200})),I=q.default(l.NightIcon)(j||(j=e.__makeTemplateObject(["\n position: absolute;\n top: 6px;\n left: 6px;\n color: ",";\n"],["\n position: absolute;\n top: 6px;\n left: 6px;\n color: ",";\n"])),(function(e){return e.isActive?d.theme.gray0:d.theme.gray1200})),_=q.default.div(k||(k=e.__makeTemplateObject(["\n margin-right: ",";\n width: 62px;\n height: 32px;\n min-width: 24px;\n min-height: 16px;\n line-height: 16px;\n border-radius: 20px;\n background: ",";\n box-shadow: ",";\n display: block;\n user-select: none;\n position: relative;\n"],["\n margin-right: ",";\n width: 62px;\n height: 32px;\n min-width: 24px;\n min-height: 16px;\n line-height: 16px;\n border-radius: 20px;\n background: ",";\n box-shadow: ",";\n display: block;\n user-select: none;\n position: relative;\n"])),d.theme.space16,d.theme.gray50,d.theme.v3ShadowInset),S=q.default.label(f||(f=e.__makeTemplateObject(["\n display: flex;\n flex-direction: row;\n cursor: pointer;\n\n &.disabled {\n "," {\n background: ",";\n }\n cursor: not-allowed;\n }\n"],["\n display: flex;\n flex-direction: row;\n cursor: pointer;\n\n &.disabled {\n "," {\n background: ",";\n }\n cursor: not-allowed;\n }\n"])),_,(function(e){return e.checked?d.theme.gray300:""})),C=[{label:"Light",value:"day"},{label:"Dark",value:"night"}];exports.ThemeSelect=function(e){var t=e.className,i=e.disabled,d=void 0!==i&&i,m=e.type,p=void 0===m?"select":m,x=h.useAminoTheme(),b=x.aminoTheme,g=x.setAminoTheme,j="day"===b;return n.jsxs(n.Fragment,{children:["cards"===p&&n.jsxs(o.HStack,{className:t,children:[n.jsx(y,{"data-theme":"day",isActive:"day"===b,onClick:function(){return g("day")},type:"button",children:n.jsxs(v,{children:[n.jsx(c.ThemeLightIcon,{}),n.jsx(s.Text,{type:"bold-label",children:"Light"})]})}),n.jsx(y,{"data-theme":"night",isActive:"night"===b,onClick:function(){return g("night")},type:"button",children:n.jsxs(v,{children:[n.jsx(a.ThemeDarkIcon,{}),n.jsx(s.Text,{type:"bold-label",children:"Dark"})]})})]}),"select"===p&&n.jsx(r.Select,{className:t,icon:function(){switch(b){case"day":default:return n.jsx(u.SunnyIcon,{});case"night":return n.jsx(l.NightIcon,{})}}(),isClearable:!1,isDisabled:d,onChange:function(e){return g((null==e?void 0:e.value)||"day")},options:C,value:C.filter((function(e){return e.value===b}))}),"toggle"===p&&n.jsx(S,{checked:j,className:"".concat(t," ").concat(d?"disabled":""),onClick:function(){return!d&&g("day"===b?"night":"day")},children:n.jsxs(_,{checked:j,children:[n.jsx(w,{checked:j,id:"amino-theme-switch"}),n.jsx(T,{isActive:"day"===b,size:20}),n.jsx(I,{isActive:"night"===b,size:20})]})})]})};
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ReactNode } from 'react';
|
|
2
|
-
import type { ImageSize } from
|
|
3
|
-
import type { ColorPrefix } from
|
|
2
|
+
import type { ImageSize } from 'src/components/avatar/AvatarBase';
|
|
3
|
+
import type { ColorPrefix } from 'src/types/Color';
|
|
4
4
|
declare const thumbnailShapes: {
|
|
5
5
|
readonly round: "50%";
|
|
6
6
|
readonly rounded: "20%";
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { type ReactNode } from 'react';
|
|
2
|
-
import { type ToastProps } from '
|
|
2
|
+
import { type ToastProps } from 'src/components/toast/Toast';
|
|
3
3
|
type BaseProps = Omit<ToastProps, 'children' | 'toastKey'>;
|
|
4
4
|
export type ToastContextFunctionType = (toast: ReactNode, props?: BaseProps) => void;
|
|
5
5
|
export declare const ToastContext: import("react").Context<ToastContextFunctionType>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { ReactNode } from 'react';
|
|
2
2
|
import { type TooltipProps as MuiTooltipProps } from '@mui/material/Tooltip';
|
|
3
|
-
import type { Color, Theme } from
|
|
3
|
+
import type { Color, Theme } from 'src/types';
|
|
4
4
|
export type TooltipProps = {
|
|
5
5
|
background?: Color;
|
|
6
6
|
children: ReactNode;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var e=require("../../_tslib-ccfac372.js"),t=require("react/jsx-runtime"),o=require("@mui/material/styles"),s=require("@mui/material/Tooltip"),a=require("styled-components"),n=require("../stack/VStack.js"),r=require("../text/Text.js"),i=require("../../styles/constants/theme.js"),l=require("../../utils/hooks/useAminoTheme.js");function d(e){return e&&e.__esModule?e:{default:e}}require("../stack/Stack.js"),require("react"),require("zod"),require("../../utils/
|
|
1
|
+
"use strict";var e=require("../../_tslib-ccfac372.js"),t=require("react/jsx-runtime"),o=require("@mui/material/styles"),s=require("@mui/material/Tooltip"),a=require("styled-components"),n=require("../stack/VStack.js"),r=require("../text/Text.js"),i=require("../../styles/constants/theme.js"),l=require("../../utils/hooks/useAminoTheme.js");function d(e){return e&&e.__esModule?e:{default:e}}require("../stack/Stack.js"),require("react"),require("zod"),require("../../utils/hooks/useStorage.js"),require("../../utils/hooks/useSwr.js"),require("swr"),require("../../utils/storage.js");var u,p,c,m,h=d(s),g=d(a),_=g.default(n.VStack)(u||(u=e.__makeTemplateObject(["\n padding-top: 3px;\n"],["\n padding-top: 3px;\n"]))),b=g.default.div(p||(p=e.__makeTemplateObject([""],[""]))),j=g.default.span(c||(c=e.__makeTemplateObject(["\n display: none;\n"],["\n display: none;\n"]))),k=g.default.div(m||(m=e.__makeTemplateObject(["\n position: relative;\n [disabled] + "," {\n display: block;\n cursor: not-allowed;\n /** @desc avoid showing tooltip on top of dialog or coversheet */\n z-index: 10;\n\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n bottom: 0;\n }\n"],["\n position: relative;\n [disabled] + "," {\n display: block;\n cursor: not-allowed;\n /** @desc avoid showing tooltip on top of dialog or coversheet */\n z-index: 10;\n\n position: absolute;\n left: 0;\n top: 0;\n right: 0;\n bottom: 0;\n }\n"])),j),x=o.styled((function(o){var s=o.className,a=o.dataTheme,n=e.__rest(o,["className","dataTheme"]);return t.jsx(h.default,e.__assign({},n,{classes:{popper:s},PopperProps:e.__assign(e.__assign({},n.PopperProps),{"data-theme":a})}))}))((function(e){var t,o,a=e.background;return(t={})["& .".concat(s.tooltipClasses.tooltip)]={backgroundColor:a?i.theme[a]:i.theme.gray1200,boxShadow:i.theme.v3ShadowLarge},t["&[data-theme='night']"]=((o={})[".".concat(s.tooltipClasses.tooltip)]={backgroundColor:a?i.theme[a]:i.theme.gray50},o),t}));exports.Tooltip=function(o){var s=o.background,a=o.children,n=o.className,i=o.open,d=o.showTooltip,u=o.subtitle,p=o.tag,c=o.themeOverride,m=o.title,h=e.__rest(o,["background","children","className","open","showTooltip","subtitle","tag","themeOverride","title"]),g=l.useAminoTheme().aminoTheme;return d?t.jsx(x,e.__assign({},h,{background:s,className:n,dataTheme:c||g,open:i,title:t.jsxs(_,{spacing:8,children:[m&&t.jsx(r.Text,{isUppercase:!1,type:"small-header",children:m}),"string"==typeof u?t.jsx(r.Text,{type:"caption",children:u}):u]}),children:t.jsxs(k,{as:p,children:[a,t.jsx(j,{})]})})):t.jsx(b,{as:p,children:a})};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const ArrowDownDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/ArrowDownIcon.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const ArrowDownIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const ArrowLeftDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/ArrowLeftIcon.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const ArrowLeftIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const ArrowRightDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const ArrowRightIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { Color } from
|
|
3
|
-
import type { IconProps } from
|
|
2
|
+
import type { Color } from 'src/types';
|
|
3
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
4
4
|
export declare const ArrowSwapDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/ArrowSwapIcon.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const ArrowSwapIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const ArrowUpDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/ArrowUpIcon.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const ArrowUpIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { Color } from
|
|
3
|
-
import type { IconProps } from
|
|
2
|
+
import type { Color } from 'src/types';
|
|
3
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
4
4
|
export declare const BagDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/BagIcon.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const BagIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { Color } from
|
|
3
|
-
import type { IconProps } from
|
|
2
|
+
import type { Color } from 'src/types';
|
|
3
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
4
4
|
export declare const BankDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/BankIcon.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const BankIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { Color } from
|
|
3
|
-
import type { IconProps } from
|
|
2
|
+
import type { Color } from 'src/types';
|
|
3
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
4
4
|
export declare const BellDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/BellIcon.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const BellIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { Color } from
|
|
3
|
-
import type { IconProps } from
|
|
2
|
+
import type { Color } from 'src/types';
|
|
3
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
4
4
|
export declare const BellOffDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/BellOffIcon.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const BellOffIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { Color } from
|
|
3
|
-
import type { IconProps } from
|
|
2
|
+
import type { Color } from 'src/types';
|
|
3
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
4
4
|
export declare const BookDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/BookIcon.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const BookIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { Color } from
|
|
3
|
-
import type { IconProps } from
|
|
2
|
+
import type { Color } from 'src/types';
|
|
3
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
4
4
|
export declare const BookmarkAddDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const BookmarkAddIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { Color } from
|
|
3
|
-
import type { IconProps } from
|
|
2
|
+
import type { Color } from 'src/types';
|
|
3
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
4
4
|
export declare const BookmarkCheckDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const BookmarkCheckIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const BookmarkDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/BookmarkIcon.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const BookmarkIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { Color } from
|
|
3
|
-
import type { IconProps } from
|
|
2
|
+
import type { Color } from 'src/types';
|
|
3
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
4
4
|
export declare const BookmarkOffDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const BookmarkOffIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { Color } from
|
|
3
|
-
import type { IconProps } from
|
|
2
|
+
import type { Color } from 'src/types';
|
|
3
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
4
4
|
export declare const BookmarkRemoveDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const BookmarkRemoveIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { Color } from
|
|
3
|
-
import type { IconProps } from
|
|
2
|
+
import type { Color } from 'src/types';
|
|
3
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
4
4
|
export declare const BookmarkSubtractDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const BookmarkSubtractIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { Color } from
|
|
3
|
-
import type { IconProps } from
|
|
2
|
+
import type { Color } from 'src/types';
|
|
3
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
4
4
|
export declare const BoxesDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/BoxesIcon.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const BoxesIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { Color } from
|
|
3
|
-
import type { IconProps } from
|
|
2
|
+
import type { Color } from 'src/types';
|
|
3
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
4
4
|
export declare const BufferDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/BufferIcon.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const BufferIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { Color } from
|
|
3
|
-
import type { IconProps } from
|
|
2
|
+
import type { Color } from 'src/types';
|
|
3
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
4
4
|
export declare const CalculatorDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const CalculatorIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { Color } from
|
|
3
|
-
import type { IconProps } from
|
|
2
|
+
import type { Color } from 'src/types';
|
|
3
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
4
4
|
export declare const CalendarDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/CalendarIcon.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const CalendarIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { Color } from
|
|
3
|
-
import type { IconProps } from
|
|
2
|
+
import type { Color } from 'src/types';
|
|
3
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
4
4
|
export declare const CardDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/CardIcon.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const CardIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const CaretDownDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/CaretDownIcon.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const CaretDownIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const CaretLeftDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/CaretLeftIcon.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const CaretLeftIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const CaretRightDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const CaretRightIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const CaretUpDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/CaretUpIcon.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const CaretUpIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { Color } from
|
|
3
|
-
import type { IconProps } from
|
|
2
|
+
import type { Color } from 'src/types';
|
|
3
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
4
4
|
export declare const CartDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/CartIcon.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const CartIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { Color } from
|
|
3
|
-
import type { IconProps } from
|
|
2
|
+
import type { Color } from 'src/types';
|
|
3
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
4
4
|
export declare const ChartDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/ChartIcon.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const ChartIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { Color } from
|
|
3
|
-
import type { IconProps } from
|
|
2
|
+
import type { Color } from 'src/types';
|
|
3
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
4
4
|
export declare const CheckCircleDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const CheckCircleIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const CheckmarkDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/CheckmarkIcon.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const CheckmarkIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { Color } from
|
|
3
|
-
import type { IconProps } from
|
|
2
|
+
import type { Color } from 'src/types';
|
|
3
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
4
4
|
export declare const CheckoutDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/CheckoutIcon.d.ts
CHANGED
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const CheckoutIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { Color } from
|
|
3
|
-
import type { IconProps } from
|
|
2
|
+
import type { Color } from 'src/types';
|
|
3
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
4
4
|
export declare const ChevronDownCircleDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const ChevronDownCircleIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import type { IconProps } from
|
|
2
|
+
import type { IconProps } from 'src/types/IconProps';
|
|
3
3
|
export declare const ChevronDownDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|