@zonos/amino 4.2.6 → 4.3.0
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/all.d.ts +1 -0
- package/components/alert-dialog/AlertContext.d.ts +3 -3
- package/components/alert-dialog/AlertDialog.d.ts +4 -4
- package/components/avatar/AvatarBase.d.ts +5 -5
- package/components/avatar/ImageAvatar.d.ts +2 -2
- package/components/avatar/UserAvatar.d.ts +2 -2
- package/components/badge/Badge.d.ts +4 -4
- package/components/banner/Banner.d.ts +3 -3
- package/components/button/Button.d.ts +11 -11
- package/components/button/MenuButton.d.ts +2 -2
- package/components/button/RippleGroup.d.ts +2 -2
- package/components/button/_Ripple.d.ts +1 -1
- package/components/button/useRipple.d.ts +3 -3
- package/components/card/Card.d.ts +2 -2
- package/components/checkbox/Checkbox.d.ts +2 -2
- package/components/collapse/Collapse.d.ts +2 -2
- package/components/confirm-dialog/ConfirmContext.d.ts +3 -3
- package/components/confirm-dialog/ConfirmDialog.d.ts +4 -4
- package/components/connection-map/ConnectionMap.d.ts +3 -3
- package/components/cover-sheet/CoverSheet.d.ts +2 -2
- package/components/cover-sheet/CoverSheetActions.d.ts +2 -2
- package/components/currency/Currency.d.ts +1 -1
- package/components/currency/DualCurrency.d.ts +2 -2
- package/components/dark-mode-wrapper/DarkModeWrapper.d.ts +2 -2
- package/components/dialog/Dialog.d.ts +3 -3
- package/components/dialog/_BaseDialog.d.ts +3 -3
- package/components/divider/Divider.d.ts +1 -1
- package/components/drop-zone/DropZone.d.ts +3 -3
- package/components/emoji/Emoji.d.ts +1 -1
- package/components/file-upload/FileUpload.d.ts +3 -3
- package/components/graph-matrix/GraphMatrix.d.ts +3 -3
- package/components/graph-matrix/GraphMatrix.js +1 -1
- package/components/graph-matrix/_GraphiqlContextWrapper.d.ts +4 -4
- package/components/graph-matrix/_LoadingIcon.js +1 -1
- package/components/help-text/HelpText.d.ts +2 -2
- package/components/input/Input.d.ts +6 -6
- package/components/input/SearchInput.d.ts +3 -3
- package/components/input/input-type/_FloatLabelInput.d.ts +6 -6
- package/components/layout/Layout.d.ts +3 -3
- package/components/layout/Layout.js +1 -1
- package/components/layout/NavigationGroup.d.ts +3 -3
- package/components/lightbox/LightBox.d.ts +3 -3
- package/components/list/CollapsibleList.d.ts +3 -3
- package/components/list/List.d.ts +2 -2
- package/components/list-item/ListItem.d.ts +2 -2
- package/components/mdx-anchor/MdxAnchor.d.ts +2 -2
- package/components/mdx-badge/MdxBadge.d.ts +1 -1
- package/components/mdx-banner/MdxBanner.d.ts +2 -2
- package/components/mdx-bread-crumbs/MdxBreadCrumbs.d.ts +2 -2
- package/components/mdx-button/MdxButton.d.ts +2 -2
- package/components/mdx-card/MdxCard.d.ts +3 -3
- package/components/mdx-card-grid/MdxCardGrid.d.ts +2 -2
- package/components/mdx-code-block/MdxCodeBlock.d.ts +2 -2
- package/components/mdx-collapse/MdxCollapse.d.ts +2 -2
- package/components/mdx-copy-value/MdxCopyValue.d.ts +1 -1
- package/components/mdx-hero/MdxHero.d.ts +2 -2
- package/components/mdx-image/MdxImage.d.ts +2 -2
- package/components/mdx-progress-checkbox/MdxProgressCheckbox.d.ts +2 -2
- package/components/mdx-related-content/MdxRelatedContent.d.ts +2 -2
- package/components/mdx-section/MdxSection.d.ts +2 -2
- package/components/mdx-subtitle/MdxSubtitle.d.ts +1 -1
- package/components/mdx-table/MdxTable.d.ts +1 -1
- package/components/mdx-tabs/MdxTab.d.ts +1 -1
- package/components/mdx-tabs/MdxTabs.d.ts +2 -2
- package/components/mdx-video-guide/MdxVideoGuide.d.ts +1 -1
- package/components/menu/MenuItem.d.ts +2 -2
- package/components/nested-data-table/NestedDataTable.d.ts +13 -5
- 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 +2 -2
- package/components/nested-data-table/_Filter.js +1 -1
- package/components/nested-data-table/_TableData.d.ts +10 -3
- package/components/nested-data-table/_TableData.js +1 -1
- package/components/ownership-block/OwnershipBlock.d.ts +2 -2
- package/components/pivot-table/PivotTable.d.ts +8 -8
- package/components/profile-icon/ProfileIcon.d.ts +1 -1
- package/components/radio/Radio.d.ts +1 -1
- package/components/radio/RadioGroup.d.ts +2 -2
- package/components/rest-state/RestState.d.ts +2 -2
- package/components/rich-checkbox/RichCheckbox.d.ts +3 -3
- package/components/rich-radio/RichRadio.d.ts +3 -3
- package/components/rounded-icon/RoundedIcon.d.ts +5 -5
- package/components/section/HSection.d.ts +2 -2
- package/components/section/VSection.d.ts +2 -2
- package/components/section/_SectionHeader.d.ts +2 -2
- package/components/section/_SectionInnerWrapper.d.ts +2 -2
- package/components/section/_SectionSubheader.d.ts +2 -2
- package/components/select/CountryMultiSelect.d.ts +3 -3
- package/components/select/CountryMultiSelect.js +1 -1
- package/components/select/CountryPhoneSelect.d.ts +4 -4
- package/components/select/CountrySelect.d.ts +4 -4
- package/components/select/CountrySelect.js +1 -1
- package/components/select/MultiSelect.d.ts +5 -5
- package/components/select/MultiSelect.js +1 -1
- package/components/select/Select.d.ts +5 -5
- package/components/select/Select.js +1 -1
- package/components/select/_StyledReactSelect.d.ts +5 -5
- package/components/skeleton/Skeleton.d.ts +2 -2
- package/components/slide-over/SlideOver.d.ts +3 -3
- package/components/slider/Slider.d.ts +1 -1
- package/components/sortable-list/SortableList.d.ts +3 -3
- package/components/sortable-list/SortableListItem.d.ts +1 -1
- package/components/spinner/Spinner.d.ts +3 -3
- package/components/spinner/Spinner.js +1 -1
- package/components/split-panel/SplitPanel.d.ts +5 -5
- package/components/split-panel/SplitPanel.js +1 -1
- package/components/stack/GridSpacing.d.ts +2 -2
- package/components/stack/HStack.d.ts +1 -1
- package/components/stack/Stack.d.ts +3 -3
- package/components/stack/VStack.d.ts +1 -1
- package/components/surface/Surface.d.ts +3 -3
- package/components/switch/Switch.d.ts +2 -2
- package/components/table/Table.d.ts +2 -2
- package/components/table/TableBody.d.ts +2 -2
- package/components/table/TableCell.d.ts +3 -3
- package/components/table/TableFooter.d.ts +2 -2
- package/components/table/TableHead.d.ts +2 -2
- package/components/table/TableRow.d.ts +2 -2
- package/components/table/TableRowCollapse.d.ts +2 -2
- package/components/tabs/Tabs.d.ts +1 -1
- package/components/tag/Tag.d.ts +1 -1
- package/components/text/LegacyText.d.ts +3 -3
- package/components/text/Text.d.ts +10 -10
- package/components/text-avatar/TextAvatar.d.ts +1 -1
- package/components/textarea/Textarea.d.ts +3 -3
- package/components/thumbnail/Thumbnail.d.ts +4 -4
- package/components/toast/Toast.d.ts +3 -3
- package/components/toast/ToastContext.d.ts +5 -5
- package/components/tooltip/Tooltip.d.ts +3 -3
- package/icons/ArrowSwapDuotoneIcon.d.ts +1 -1
- package/icons/BagDuotoneIcon.d.ts +1 -1
- package/icons/BankDuotoneIcon.d.ts +1 -1
- package/icons/BellDuotoneIcon.d.ts +1 -1
- package/icons/BellOffDuotoneIcon.d.ts +1 -1
- package/icons/BookDuotoneIcon.d.ts +1 -1
- package/icons/BookmarkAddDuotoneIcon.d.ts +1 -1
- package/icons/BookmarkCheckDuotoneIcon.d.ts +1 -1
- package/icons/BookmarkOffDuotoneIcon.d.ts +1 -1
- package/icons/BookmarkRemoveDuotoneIcon.d.ts +1 -1
- package/icons/BookmarkSubtractDuotoneIcon.d.ts +1 -1
- package/icons/BoxesDuotoneIcon.d.ts +1 -1
- package/icons/BufferDuotoneIcon.d.ts +1 -1
- package/icons/CalculatorDuotoneIcon.d.ts +1 -1
- package/icons/CalendarDuotoneIcon.d.ts +1 -1
- package/icons/CardDuotoneIcon.d.ts +1 -1
- package/icons/CartDuotoneIcon.d.ts +1 -1
- package/icons/ChartDuotoneIcon.d.ts +1 -1
- package/icons/CheckCircleDuotoneIcon.d.ts +1 -1
- package/icons/CheckoutDuotoneIcon.d.ts +1 -1
- package/icons/ChevronDownCircleDuotoneIcon.d.ts +1 -1
- package/icons/ChevronLeftCircleDuotoneIcon.d.ts +1 -1
- package/icons/ChevronRightCircleDuotoneIcon.d.ts +1 -1
- package/icons/ChevronUpCircleDuotoneIcon.d.ts +1 -1
- package/icons/ClassifyDuotoneIcon.d.ts +1 -1
- package/icons/ClearDuotoneIcon.d.ts +1 -1
- package/icons/ClockDuotoneIcon.d.ts +1 -1
- package/icons/CodeCircleDuotoneIcon.d.ts +1 -1
- package/icons/CodeDuotoneIcon.d.ts +1 -1
- package/icons/CoinsDuotoneIcon.d.ts +1 -1
- package/icons/CommentDuotoneIcon.d.ts +1 -1
- package/icons/CopyDuotoneIcon.d.ts +1 -1
- package/icons/CubeDuotoneIcon.d.ts +1 -1
- package/icons/DashboardDuotoneIcon.d.ts +1 -1
- package/icons/DislikeDuotoneIcon.d.ts +1 -1
- package/icons/DocsDuotoneIcon.d.ts +1 -1
- package/icons/DollarDuotoneIcon.d.ts +1 -1
- package/icons/DoubleChevronDuotoneIcon.d.ts +1 -1
- package/icons/DragDuotoneIcon.d.ts +1 -1
- package/icons/EditDuotoneIcon.d.ts +1 -1
- package/icons/ExclamationMarkDuotoneIcon.d.ts +1 -1
- package/icons/ExportDuotoneIcon.d.ts +1 -1
- package/icons/ExternalDuotoneIcon.d.ts +1 -1
- package/icons/EyeDuotoneIcon.d.ts +1 -1
- package/icons/EyeOffDuotoneIcon.d.ts +1 -1
- package/icons/FileDuotoneIcon.d.ts +1 -1
- package/icons/FileUploadDuotoneIcon.d.ts +1 -1
- package/icons/FolderListDuotoneIcon.d.ts +1 -1
- package/icons/FolderUploadDuotoneIcon.d.ts +1 -1
- package/icons/GridDuotoneIcon.d.ts +1 -1
- package/icons/HelloDuotoneIcon.d.ts +1 -1
- package/icons/HelpDuotoneIcon.d.ts +1 -1
- package/icons/HomeDuotoneIcon.d.ts +1 -1
- package/icons/ImageDuotoneIcon.d.ts +1 -1
- package/icons/ImportDuotoneIcon.d.ts +1 -1
- package/icons/InfoDuotoneIcon.d.ts +1 -1
- package/icons/IntegrationDuotoneIcon.d.ts +1 -1
- package/icons/LandedCostDuotoneIcon.d.ts +1 -1
- package/icons/LaptopDuotoneIcon.d.ts +1 -1
- package/icons/LightDuotoneIcon.d.ts +1 -1
- package/icons/LikeDuotoneIcon.d.ts +1 -1
- package/icons/LineDownDuotoneIcon.d.ts +1 -1
- package/icons/LineUpDuotoneIcon.d.ts +1 -1
- package/icons/LinkDuotoneIcon.d.ts +1 -1
- package/icons/LocationDuotoneIcon.d.ts +1 -1
- package/icons/LockDuotoneIcon.d.ts +1 -1
- package/icons/LoginDuotoneIcon.d.ts +1 -1
- package/icons/LogoutDuotoneIcon.d.ts +1 -1
- package/icons/MailDuotoneIcon.d.ts +1 -1
- package/icons/MenuDuotoneIcon.d.ts +1 -1
- package/icons/MinusCircleDuotoneIcon.d.ts +1 -1
- package/icons/MobileDuotoneIcon.d.ts +1 -1
- package/icons/MoneyDuotoneIcon.d.ts +1 -1
- package/icons/MonitorDuotoneIcon.d.ts +1 -1
- package/icons/PauseCircleDuotoneIcon.d.ts +1 -1
- package/icons/PercentBadgeDuotoneIcon.d.ts +1 -1
- package/icons/PercentDuotoneIcon.d.ts +1 -1
- package/icons/PlayCircleDuotoneIcon.d.ts +1 -1
- package/icons/PlusCircleDuotoneIcon.d.ts +1 -1
- package/icons/PrinterDuotoneIcon.d.ts +1 -1
- package/icons/RateDuotoneIcon.d.ts +1 -1
- package/icons/ReceiptDuotoneIcon.d.ts +1 -1
- package/icons/RefreshDuotoneIcon.d.ts +1 -1
- package/icons/RemoveCircleDuotoneIcon.d.ts +1 -1
- package/icons/RestrictDuotoneIcon.d.ts +1 -1
- package/icons/RocketDuotoneIcon.d.ts +1 -1
- package/icons/ScanDuotoneIcon.d.ts +1 -1
- package/icons/ScreenDuotoneIcon.d.ts +1 -1
- package/icons/SendDuotoneIcon.d.ts +1 -1
- package/icons/SettingsDuotoneIcon.d.ts +1 -1
- package/icons/ShoppingListDuotoneIcon.d.ts +1 -1
- package/icons/ShoppingTagDuotoneIcon.d.ts +1 -1
- package/icons/ShoppingTagIcon.d.ts +1 -1
- package/icons/StarOffDuotoneIcon.d.ts +1 -1
- package/icons/StarsDuotoneIcon.d.ts +1 -1
- package/icons/SunnyDuotoneIcon.d.ts +1 -1
- package/icons/TagDuotoneIcon.d.ts +1 -1
- package/icons/TagIcon.d.ts +1 -1
- package/icons/TrashCanDuotoneIcon.d.ts +1 -1
- package/icons/TruckDuotoneIcon.d.ts +1 -1
- package/icons/UserDuotoneIcon.d.ts +1 -1
- package/icons/WarningDuotoneIcon.d.ts +1 -1
- package/icons/custom/ZonosLogoIcon.d.ts +7 -0
- package/icons/custom/ZonosLogoIcon.js +1 -0
- package/icons/custom/products/CheckoutIcon.d.ts +1 -1
- package/icons/custom/products/ClassifyIcon.d.ts +1 -1
- package/icons/custom/products/ClearIcon.d.ts +1 -1
- package/icons/custom/products/DashboardIcon.d.ts +1 -1
- package/icons/custom/products/HelloIcon.d.ts +1 -1
- package/icons/custom/products/LandedCostIcon.d.ts +1 -1
- package/icons/custom/products/RateIcon.d.ts +1 -1
- package/icons/custom/products/RestrictIcon.d.ts +1 -1
- package/icons/custom/products/ScreenIcon.d.ts +1 -1
- package/icons/flag-icon/FlagIcon.d.ts +3 -3
- package/icons/flag-icon/_FlagIconBase.d.ts +2 -2
- package/icons/flags/AD.d.ts +1 -1
- package/icons/flags/AE.d.ts +1 -1
- package/icons/flags/AF.d.ts +1 -1
- package/icons/flags/AG.d.ts +1 -1
- package/icons/flags/AI.d.ts +1 -1
- package/icons/flags/AL.d.ts +1 -1
- package/icons/flags/AM.d.ts +1 -1
- package/icons/flags/AO.d.ts +1 -1
- package/icons/flags/AR.d.ts +1 -1
- package/icons/flags/AS.d.ts +1 -1
- package/icons/flags/AT.d.ts +1 -1
- package/icons/flags/AU.d.ts +1 -1
- package/icons/flags/AW.d.ts +1 -1
- package/icons/flags/AX.d.ts +1 -1
- package/icons/flags/AZ.d.ts +1 -1
- package/icons/flags/BA.d.ts +1 -1
- package/icons/flags/BB.d.ts +1 -1
- package/icons/flags/BD.d.ts +1 -1
- package/icons/flags/BE.d.ts +1 -1
- package/icons/flags/BF.d.ts +1 -1
- package/icons/flags/BG.d.ts +1 -1
- package/icons/flags/BH.d.ts +1 -1
- package/icons/flags/BI.d.ts +1 -1
- package/icons/flags/BJ.d.ts +1 -1
- package/icons/flags/BL.d.ts +1 -1
- package/icons/flags/BM.d.ts +1 -1
- package/icons/flags/BN.d.ts +1 -1
- package/icons/flags/BO.d.ts +1 -1
- package/icons/flags/BQ.d.ts +1 -1
- package/icons/flags/BR.d.ts +1 -1
- package/icons/flags/BS.d.ts +1 -1
- package/icons/flags/BT.d.ts +1 -1
- package/icons/flags/BW.d.ts +1 -1
- package/icons/flags/BY.d.ts +1 -1
- package/icons/flags/BZ.d.ts +1 -1
- package/icons/flags/CA.d.ts +1 -1
- package/icons/flags/CD.d.ts +1 -1
- package/icons/flags/CF.d.ts +1 -1
- package/icons/flags/CG.d.ts +1 -1
- package/icons/flags/CH.d.ts +1 -1
- package/icons/flags/CI.d.ts +1 -1
- package/icons/flags/CK.d.ts +1 -1
- package/icons/flags/CL.d.ts +1 -1
- package/icons/flags/CM.d.ts +1 -1
- package/icons/flags/CN.d.ts +1 -1
- package/icons/flags/CO.d.ts +1 -1
- package/icons/flags/CR.d.ts +1 -1
- package/icons/flags/CU.d.ts +1 -1
- package/icons/flags/CV.d.ts +1 -1
- package/icons/flags/CW.d.ts +1 -1
- package/icons/flags/CY.d.ts +1 -1
- package/icons/flags/CZ.d.ts +1 -1
- package/icons/flags/DE.d.ts +1 -1
- package/icons/flags/DJ.d.ts +1 -1
- package/icons/flags/DK.d.ts +1 -1
- package/icons/flags/DM.d.ts +1 -1
- package/icons/flags/DO.d.ts +1 -1
- package/icons/flags/DZ.d.ts +1 -1
- package/icons/flags/Default.d.ts +1 -1
- package/icons/flags/EC.d.ts +1 -1
- package/icons/flags/EE.d.ts +1 -1
- package/icons/flags/EG.d.ts +1 -1
- package/icons/flags/EH.d.ts +1 -1
- package/icons/flags/ER.d.ts +1 -1
- package/icons/flags/ES.d.ts +1 -1
- package/icons/flags/ET.d.ts +1 -1
- package/icons/flags/FI.d.ts +1 -1
- package/icons/flags/FJ.d.ts +1 -1
- package/icons/flags/FK.d.ts +1 -1
- package/icons/flags/FM.d.ts +1 -1
- package/icons/flags/FO.d.ts +1 -1
- package/icons/flags/FR.d.ts +1 -1
- package/icons/flags/GA.d.ts +1 -1
- package/icons/flags/GB.d.ts +1 -1
- package/icons/flags/GD.d.ts +1 -1
- package/icons/flags/GE.d.ts +1 -1
- package/icons/flags/GF.d.ts +1 -1
- package/icons/flags/GG.d.ts +1 -1
- package/icons/flags/GH.d.ts +1 -1
- package/icons/flags/GI.d.ts +1 -1
- package/icons/flags/GL.d.ts +1 -1
- package/icons/flags/GM.d.ts +1 -1
- package/icons/flags/GN.d.ts +1 -1
- package/icons/flags/GP.d.ts +1 -1
- package/icons/flags/GQ.d.ts +1 -1
- package/icons/flags/GR.d.ts +1 -1
- package/icons/flags/GT.d.ts +1 -1
- package/icons/flags/GU.d.ts +1 -1
- package/icons/flags/GW.d.ts +1 -1
- package/icons/flags/GY.d.ts +1 -1
- package/icons/flags/HK.d.ts +1 -1
- package/icons/flags/HM.d.ts +1 -1
- package/icons/flags/HN.d.ts +1 -1
- package/icons/flags/HR.d.ts +1 -1
- package/icons/flags/HT.d.ts +1 -1
- package/icons/flags/HU.d.ts +1 -1
- package/icons/flags/IC.d.ts +1 -1
- package/icons/flags/ID.d.ts +1 -1
- package/icons/flags/IE.d.ts +1 -1
- package/icons/flags/IL.d.ts +1 -1
- package/icons/flags/IM.d.ts +1 -1
- package/icons/flags/IN.d.ts +1 -1
- package/icons/flags/IQ.d.ts +1 -1
- package/icons/flags/IR.d.ts +1 -1
- package/icons/flags/IS.d.ts +1 -1
- package/icons/flags/IT.d.ts +1 -1
- package/icons/flags/JE.d.ts +1 -1
- package/icons/flags/JM.d.ts +1 -1
- package/icons/flags/JO.d.ts +1 -1
- package/icons/flags/JP.d.ts +1 -1
- package/icons/flags/KE.d.ts +1 -1
- package/icons/flags/KG.d.ts +1 -1
- package/icons/flags/KH.d.ts +1 -1
- package/icons/flags/KI.d.ts +1 -1
- package/icons/flags/KM.d.ts +1 -1
- package/icons/flags/KN.d.ts +1 -1
- package/icons/flags/KP.d.ts +1 -1
- package/icons/flags/KR.d.ts +1 -1
- package/icons/flags/KW.d.ts +1 -1
- package/icons/flags/KY.d.ts +1 -1
- package/icons/flags/KZ.d.ts +1 -1
- package/icons/flags/LA.d.ts +1 -1
- package/icons/flags/LB.d.ts +1 -1
- package/icons/flags/LC.d.ts +1 -1
- package/icons/flags/LI.d.ts +1 -1
- package/icons/flags/LK.d.ts +1 -1
- package/icons/flags/LR.d.ts +1 -1
- package/icons/flags/LS.d.ts +1 -1
- package/icons/flags/LT.d.ts +1 -1
- package/icons/flags/LU.d.ts +1 -1
- package/icons/flags/LV.d.ts +1 -1
- package/icons/flags/LY.d.ts +1 -1
- package/icons/flags/MA.d.ts +1 -1
- package/icons/flags/MC.d.ts +1 -1
- package/icons/flags/MD.d.ts +1 -1
- package/icons/flags/ME.d.ts +1 -1
- package/icons/flags/MF.d.ts +1 -1
- package/icons/flags/MG.d.ts +1 -1
- package/icons/flags/MH.d.ts +1 -1
- package/icons/flags/MK.d.ts +1 -1
- package/icons/flags/ML.d.ts +1 -1
- package/icons/flags/MM.d.ts +1 -1
- package/icons/flags/MN.d.ts +1 -1
- package/icons/flags/MO.d.ts +1 -1
- package/icons/flags/MP.d.ts +1 -1
- package/icons/flags/MQ.d.ts +1 -1
- package/icons/flags/MR.d.ts +1 -1
- package/icons/flags/MS.d.ts +1 -1
- package/icons/flags/MT.d.ts +1 -1
- package/icons/flags/MU.d.ts +1 -1
- package/icons/flags/MV.d.ts +1 -1
- package/icons/flags/MW.d.ts +1 -1
- package/icons/flags/MX.d.ts +1 -1
- package/icons/flags/MY.d.ts +1 -1
- package/icons/flags/MZ.d.ts +1 -1
- package/icons/flags/NA.d.ts +1 -1
- package/icons/flags/NC.d.ts +1 -1
- package/icons/flags/NE.d.ts +1 -1
- package/icons/flags/NF.d.ts +1 -1
- package/icons/flags/NG.d.ts +1 -1
- package/icons/flags/NI.d.ts +1 -1
- package/icons/flags/NL.d.ts +1 -1
- package/icons/flags/NO.d.ts +1 -1
- package/icons/flags/NP.d.ts +1 -1
- package/icons/flags/NR.d.ts +1 -1
- package/icons/flags/NU.d.ts +1 -1
- package/icons/flags/NZ.d.ts +1 -1
- package/icons/flags/OM.d.ts +1 -1
- package/icons/flags/PA.d.ts +1 -1
- package/icons/flags/PE.d.ts +1 -1
- package/icons/flags/PF.d.ts +1 -1
- package/icons/flags/PG.d.ts +1 -1
- package/icons/flags/PH.d.ts +1 -1
- package/icons/flags/PK.d.ts +1 -1
- package/icons/flags/PL.d.ts +1 -1
- package/icons/flags/PM.d.ts +1 -1
- package/icons/flags/PN.d.ts +1 -1
- package/icons/flags/PR.d.ts +1 -1
- package/icons/flags/PS.d.ts +1 -1
- package/icons/flags/PT.d.ts +1 -1
- package/icons/flags/PW.d.ts +1 -1
- package/icons/flags/PY.d.ts +1 -1
- package/icons/flags/QA.d.ts +1 -1
- package/icons/flags/RE.d.ts +1 -1
- package/icons/flags/RO.d.ts +1 -1
- package/icons/flags/RS.d.ts +1 -1
- package/icons/flags/RU.d.ts +1 -1
- package/icons/flags/RW.d.ts +1 -1
- package/icons/flags/SA.d.ts +1 -1
- package/icons/flags/SB.d.ts +1 -1
- package/icons/flags/SC.d.ts +1 -1
- package/icons/flags/SD.d.ts +1 -1
- package/icons/flags/SE.d.ts +1 -1
- package/icons/flags/SG.d.ts +1 -1
- package/icons/flags/SH.d.ts +1 -1
- package/icons/flags/SI.d.ts +1 -1
- package/icons/flags/SJ.d.ts +1 -1
- package/icons/flags/SK.d.ts +1 -1
- package/icons/flags/SL.d.ts +1 -1
- package/icons/flags/SM.d.ts +1 -1
- package/icons/flags/SN.d.ts +1 -1
- package/icons/flags/SO.d.ts +1 -1
- package/icons/flags/SR.d.ts +1 -1
- package/icons/flags/SS.d.ts +1 -1
- package/icons/flags/ST.d.ts +1 -1
- package/icons/flags/SV.d.ts +1 -1
- package/icons/flags/SX.d.ts +1 -1
- package/icons/flags/SY.d.ts +1 -1
- package/icons/flags/SZ.d.ts +1 -1
- package/icons/flags/TC.d.ts +1 -1
- package/icons/flags/TD.d.ts +1 -1
- package/icons/flags/TF.d.ts +1 -1
- package/icons/flags/TG.d.ts +1 -1
- package/icons/flags/TH.d.ts +1 -1
- package/icons/flags/TJ.d.ts +1 -1
- package/icons/flags/TK.d.ts +1 -1
- package/icons/flags/TL.d.ts +1 -1
- package/icons/flags/TM.d.ts +1 -1
- package/icons/flags/TN.d.ts +1 -1
- package/icons/flags/TO.d.ts +1 -1
- package/icons/flags/TR.d.ts +1 -1
- package/icons/flags/TT.d.ts +1 -1
- package/icons/flags/TV.d.ts +1 -1
- package/icons/flags/TW.d.ts +1 -1
- package/icons/flags/TZ.d.ts +1 -1
- package/icons/flags/UA.d.ts +1 -1
- package/icons/flags/UG.d.ts +1 -1
- package/icons/flags/UM.d.ts +1 -1
- package/icons/flags/US.d.ts +1 -1
- package/icons/flags/UY.d.ts +1 -1
- package/icons/flags/UZ.d.ts +1 -1
- package/icons/flags/VA.d.ts +1 -1
- package/icons/flags/VC.d.ts +1 -1
- package/icons/flags/VE.d.ts +1 -1
- package/icons/flags/VG.d.ts +1 -1
- package/icons/flags/VI.d.ts +1 -1
- package/icons/flags/VN.d.ts +1 -1
- package/icons/flags/VU.d.ts +1 -1
- package/icons/flags/WF.d.ts +1 -1
- package/icons/flags/WS.d.ts +1 -1
- package/icons/flags/YE.d.ts +1 -1
- package/icons/flags/YT.d.ts +1 -1
- package/icons/flags/ZA.d.ts +1 -1
- package/icons/flags/ZM.d.ts +1 -1
- package/icons/flags/ZW.d.ts +1 -1
- package/icons/icon-base/_IconBase.d.ts +1 -1
- package/package.json +3 -3
- package/styles/constants/theme.d.ts +2 -2
- package/types/AlertDialogOpts.d.ts +2 -2
- package/types/Color.d.ts +3 -3
- package/types/ConfirmDialogOpts.d.ts +2 -2
- package/types/Depth.d.ts +1 -1
- package/types/IAminoTheme.d.ts +1 -1
- package/types/ICountry.d.ts +2 -2
- package/types/IGeoJsonWorld.d.ts +5 -5
- package/types/IOption.d.ts +1 -1
- package/types/IconProps.d.ts +2 -2
- package/types/Intent.d.ts +1 -1
- package/types/NoInfer.d.ts +1 -1
- package/types/SectionLayout.d.ts +1 -1
- package/types/Size.d.ts +1 -1
- package/types/StyledProps.d.ts +1 -1
- package/types/Theme.d.ts +1 -1
- package/types/UploadedFile.d.ts +1 -1
- package/utils/_extractQueryParams.js +1 -1
- package/utils/_graphiqlFetcher.d.ts +9 -9
- package/utils/flattenRow.d.ts +5 -4
- package/utils/flattenRow.js +1 -1
- package/utils/getCountryCodeByName.d.ts +1 -1
- package/utils/getHashId.d.ts +1 -1
- package/utils/getProductDetails.d.ts +3 -3
- package/utils/getTestId.d.ts +1 -1
- package/utils/handleFetch.d.ts +3 -3
- package/utils/hooks/_useGraphiqlExplorer.d.ts +1 -1
- package/utils/hooks/_useGraphiqlExplorer.js +1 -1
- package/utils/hooks/_useGraphiqlFetcher.d.ts +2 -2
- package/utils/hooks/action-pivot-table/useHasuraGqlPagination.d.ts +1 -1
- package/utils/hooks/useStorage.d.ts +5 -5
- package/utils/hooks/useSwrt.d.ts +1 -1
- package/utils/hooks/useSwrt.js +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/storage.d.ts +3 -3
- package/utils/truncateText.d.ts +1 -1
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { MouseEventHandler, ReactNode } from 'react';
|
|
2
|
-
export
|
|
1
|
+
import type { MouseEventHandler, ReactNode } from 'react';
|
|
2
|
+
export type TableRowCollapseProps = {
|
|
3
3
|
className?: string;
|
|
4
4
|
children?: ReactNode;
|
|
5
5
|
onToggleCollapse: MouseEventHandler<HTMLTableRowElement>;
|
package/components/tag/Tag.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
|
|
3
|
-
export
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
type LegacyTextStyle = 'h1' | 'h2' | 'h3' | 'h4' | 'h5' | 'h6' | 'p' | 'code' | 'subtitle' | 'small-header' | 'input-label';
|
|
3
|
+
export type LegacyTextProps = {
|
|
4
4
|
children: ReactNode;
|
|
5
5
|
title?: string;
|
|
6
6
|
type?: LegacyTextStyle;
|
|
@@ -1,7 +1,7 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { Color } from "../../types";
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import type { Color } from "../../types";
|
|
3
3
|
export declare const textOthers: readonly ["code", "subtitle", "small-header", "input-label"];
|
|
4
|
-
|
|
4
|
+
type OtherText = typeof textOthers[number];
|
|
5
5
|
export declare const textOptions: readonly [{
|
|
6
6
|
readonly label: "Page Header (3XL) · 34px (2.125rem)";
|
|
7
7
|
readonly size: "3xl";
|
|
@@ -81,18 +81,18 @@ export declare const textOptions: readonly [{
|
|
|
81
81
|
readonly type: "hint-text";
|
|
82
82
|
readonly weight: 400;
|
|
83
83
|
}];
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
export
|
|
87
|
-
|
|
88
|
-
|
|
84
|
+
type Size = typeof textOptions[number]['size'];
|
|
85
|
+
type Type = typeof textOptions[number]['type'];
|
|
86
|
+
export type FontWeight = typeof textOptions[number]['weight'] | 800;
|
|
87
|
+
type Tag = typeof textOptions[number]['tag'];
|
|
88
|
+
type TypographyOverrides = {
|
|
89
89
|
color?: Color;
|
|
90
90
|
fontSize?: Size;
|
|
91
91
|
fontWeight?: FontWeight;
|
|
92
92
|
lineHeight?: Size;
|
|
93
93
|
};
|
|
94
|
-
|
|
95
|
-
export
|
|
94
|
+
type TextStyle = Type | OtherText;
|
|
95
|
+
export type TextProps = {
|
|
96
96
|
children: ReactNode;
|
|
97
97
|
className?: string;
|
|
98
98
|
isUppercase?: boolean;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { ReactNode, TextareaHTMLAttributes } from 'react';
|
|
2
|
-
|
|
1
|
+
import { type ReactNode, type TextareaHTMLAttributes } from 'react';
|
|
2
|
+
type TextareaType = {
|
|
3
3
|
error?: boolean;
|
|
4
4
|
helpText?: ReactNode;
|
|
5
5
|
label?: string;
|
|
6
6
|
/** @desc A value (in px) that will determine how wide the input is. If nothing is passed, it defaults to 100% */
|
|
7
7
|
width?: number;
|
|
8
8
|
};
|
|
9
|
-
export
|
|
9
|
+
export type TextareaProps = TextareaType & Omit<TextareaHTMLAttributes<HTMLTextAreaElement>, 'children'>;
|
|
10
10
|
export declare const Textarea: import("react").ForwardRefExoticComponent<TextareaType & Omit<TextareaHTMLAttributes<HTMLTextAreaElement>, "children"> & import("react").RefAttributes<HTMLTextAreaElement>>;
|
|
11
11
|
export {};
|
|
@@ -1,12 +1,12 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import {
|
|
3
|
-
import {
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import type { ImageSize } from "../avatar/AvatarBase";
|
|
3
|
+
import type { ColorPrefix } from "../../types/Color";
|
|
4
4
|
declare const thumbnailShapes: {
|
|
5
5
|
readonly round: "50%";
|
|
6
6
|
readonly rounded: "20%";
|
|
7
7
|
readonly square: "0px";
|
|
8
8
|
};
|
|
9
|
-
export
|
|
9
|
+
export type ThumbnailProps = {
|
|
10
10
|
/** @default 32 */
|
|
11
11
|
size?: ImageSize;
|
|
12
12
|
/** @default 'round' */
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { Intent } from "../../types";
|
|
3
|
-
export
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import type { Intent } from "../../types";
|
|
3
|
+
export type ToastProps = {
|
|
4
4
|
children: ReactNode;
|
|
5
5
|
toastKey: string;
|
|
6
6
|
intent?: Extract<Intent, 'success' | 'warning' | 'error' | 'info'>;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { ToastProps } from './Toast';
|
|
3
|
-
|
|
4
|
-
export
|
|
1
|
+
import { type ReactNode } from 'react';
|
|
2
|
+
import { type ToastProps } from './Toast';
|
|
3
|
+
type BaseProps = Omit<ToastProps, 'children' | 'toastKey'>;
|
|
4
|
+
export type ToastContextFunctionType = (toast: ReactNode, props?: BaseProps) => void;
|
|
5
5
|
export declare const ToastContext: import("react").Context<ToastContextFunctionType>;
|
|
6
|
-
|
|
6
|
+
type Props = {
|
|
7
7
|
children: ReactNode;
|
|
8
8
|
};
|
|
9
9
|
export declare const ToastContextProvider: ({ children }: Props) => JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { ReactNode } from 'react';
|
|
2
|
-
import { Color } from "../../types";
|
|
3
|
-
export
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import type { Color } from "../../types";
|
|
3
|
+
export type TooltipProps = {
|
|
4
4
|
background?: Color;
|
|
5
5
|
children: ReactNode;
|
|
6
6
|
className?: string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const ArrowSwapDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const BagDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const BankDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const BellDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const BellOffDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const BookDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const BookmarkAddDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const BookmarkCheckDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const BookmarkOffDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const BookmarkRemoveDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const BookmarkSubtractDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const BoxesDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const BufferDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const CalculatorDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const CalendarDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const CardDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const CartDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const ChartDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const CheckCircleDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const CheckoutDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const ChevronDownCircleDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const ChevronLeftCircleDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const ChevronRightCircleDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const ChevronUpCircleDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const ClassifyDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const ClearDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const ClockDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const CodeCircleDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const CodeDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const CoinsDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const CommentDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const CopyDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const CubeDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const DashboardDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const DislikeDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const DocsDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const DollarDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const DoubleChevronDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const DragDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const EditDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const ExclamationMarkDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const ExportDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const ExternalDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const EyeDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const EyeOffDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const FileDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const FileUploadDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const FolderListDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const FolderUploadDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const GridDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const HelloDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const HelpDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const HomeDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
/// <reference types="react" />
|
|
2
|
-
import { Color } from "../types";
|
|
2
|
+
import type { Color } from "../types";
|
|
3
3
|
import type { IconProps } from "../types/IconProps";
|
|
4
4
|
export declare const ImageDuotoneIcon: import("react").ForwardRefExoticComponent<IconProps & {
|
|
5
5
|
secondaryColor?: Color | undefined;
|