@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,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 GridDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/GridIcon.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 GridIcon: 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 HelloDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/HelloIcon.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 HelloIcon: 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 HelpDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/HelpIcon.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 HelpIcon: 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 HexagonDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/HexagonIcon.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 HexagonIcon: 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 HomeDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/HomeIcon.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 HomeIcon: 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 ImageDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/ImageIcon.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 ImageIcon: 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 ImportDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/ImportIcon.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 ImportIcon: 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 InfoDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/InfoIcon.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 InfoIcon: 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 IntegrationDuotoneIcon: 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 IntegrationIcon: 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 LandedCostDuotoneIcon: 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 LandedCostIcon: 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 LaptopDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/LaptopIcon.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 LaptopIcon: 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 LightDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/LightIcon.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 LightIcon: 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 LikeDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/LikeIcon.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 LikeIcon: 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 LineDownDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/LineDownIcon.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 LineDownIcon: 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 LineUpDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/LineUpIcon.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 LineUpIcon: 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 LinkDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/LinkIcon.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 LinkIcon: 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 LocationDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/LocationIcon.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 LocationIcon: 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 LockDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/LockIcon.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 LockIcon: 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 LoginDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/LoginIcon.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 LoginIcon: 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 LogoutDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/LogoutIcon.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 LogoutIcon: 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 MailDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/MailIcon.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 MailIcon: 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 MenuDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/MenuIcon.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 MenuIcon: 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 MinusCircleDuotoneIcon: 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 MinusCircleIcon: 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 MinusDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/MinusIcon.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 MinusIcon: 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 MobileDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/MobileIcon.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 MobileIcon: 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 MoneyDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/MoneyIcon.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 MoneyIcon: 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 MonitorDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/MonitorIcon.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 MonitorIcon: 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 NightDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/NightIcon.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 NightIcon: 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 PauseCircleDuotoneIcon: 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 PauseCircleIcon: 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 PercentBadgeDuotoneIcon: 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 PercentBadgeIcon: 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 PercentDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/PercentIcon.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 PercentIcon: 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 PlaneDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
6
6
|
} & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/PlaneIcon.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 PlaneIcon: 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 PlayCircleDuotoneIcon: 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 PlayCircleIcon: 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 PlayDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/PlayIcon.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 PlayIcon: 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 PlusCircleDuotoneIcon: 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 PlusCircleIcon: 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 PlusDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|
package/icons/PlusIcon.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 PlusIcon: import("react").ForwardRefExoticComponent<IconProps & import("react").RefAttributes<SVGSVGElement>>;
|