@zonos/amino 5.7.0 → 6.0.0-alpha.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/components/avatar/AvatarBase.js +1 -1
- package/components/avatar/ImageAvatar.js +1 -1
- package/components/avatar/UserAvatar.js +1 -1
- package/components/badge/Badge.js +1 -1
- package/components/banner/Banner.js +1 -1
- package/components/button/Button.js +1 -1
- package/components/button/ButtonIcon.js +1 -1
- package/components/button/MenuButton.js +1 -1
- package/components/button/RippleGroup.js +1 -1
- package/components/button/button-group/ButtonGroup.js +1 -1
- package/components/card/Card.js +1 -1
- package/components/checkbox/Checkbox.js +1 -1
- package/components/collapse/Collapse.js +1 -1
- package/components/connection-map/ConnectionMap.js +1 -1
- package/components/country-multi-select/CountryMultiSelectExpanded.js +1 -1
- package/components/country-multi-select/CountryMultiSelectExpandedOption.js +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.js +1 -1
- package/components/dialog/BaseDialog.js +1 -1
- package/components/dialog/Dialog.js +1 -1
- package/components/dialog/DismissableDialog.js +1 -1
- package/components/dialog/alert/AlertContext.js +1 -1
- package/components/dialog/alert/AlertDialog.js +1 -1
- package/components/dialog/alert/useAlert.js +1 -1
- package/components/dialog/announcement/AnnouncementDialog.js +1 -1
- package/components/dialog/confirm/ConfirmContext.js +1 -1
- package/components/dialog/confirm/ConfirmDialog.js +1 -1
- package/components/dialog/confirm/useConfirm.js +1 -1
- package/components/divider/Divider.js +1 -1
- package/components/drop-zone/DropZone.js +1 -1
- package/components/file-upload/FileUpload.js +1 -1
- package/components/filter/FilterWrapper.js +1 -1
- package/components/filter/filter-amount/FilterAmount.js +1 -1
- package/components/filter/filter-date/DateControls.js +1 -1
- package/components/filter/filter-date/DateControlsWrapper.js +1 -1
- package/components/filter/filter-date/FilterDate.js +1 -1
- package/components/filter/filter-date/_DateControls/_IsAfter.js +1 -1
- package/components/filter/filter-date/_DateControls/_IsBefore.js +1 -1
- package/components/filter/filter-date/_DateControls/_IsBeforeOrOn.js +1 -1
- package/components/filter/filter-date/_DateControls/_IsBetween.js +1 -1
- package/components/filter/filter-date/_DateControls/_IsEqualTo.js +1 -1
- package/components/filter/filter-date/_DateControls/_IsInTheLast.js +1 -1
- package/components/filter/filter-date/_DateControls/_IsOnOrAfter.js +1 -1
- package/components/filter/filter-multi-select/FilterMultiSelect.js +1 -1
- package/components/filter/filter-select/FilterSelect.js +1 -1
- package/components/filter/filter-text/FilterText.js +1 -1
- package/components/filter/useFilterWrapper.js +1 -1
- package/components/flex/Flex.js +1 -1
- package/components/glow/GlowWrapper.js +1 -1
- package/components/help-text/HelpText.js +1 -1
- package/components/input/Input.js +1 -1
- package/components/input/MultiInput.js +1 -1
- package/components/input/input-simple/InputSimple.js +1 -1
- package/components/input/input-simple/input-type/_DateInput.js +1 -1
- package/components/input/input-simple/input-type/_InputBase.js +1 -1
- package/components/input/input-simple/input-type/_NumberInput.js +1 -1
- package/components/input/input-simple/input-type/_PasswordInput.js +1 -1
- package/components/input/input-simple/input-type/_TimeInput.js +1 -1
- package/components/input/input-type/_DateInput.js +1 -1
- package/components/input/input-type/_FloatLabelInput.js +1 -1
- package/components/input/input-type/_NumberInput.js +1 -1
- package/components/input/input-type/_PasswordInput.js +1 -1
- package/components/input/input-type/_TimeInput.js +1 -1
- package/components/json-vision-viewer/JsonVisionViewer.js +1 -1
- package/components/language-picker/AnimatedGlobe.js +1 -0
- package/components/language-picker/LanguageItem.js +1 -0
- package/components/language-picker/LanguagePicker.js +1 -0
- package/components/layout/Layout.js +1 -1
- package/components/layout/NavigationGroup.js +1 -1
- package/components/lightbox/LightBox.js +1 -1
- package/components/list/CollapsibleList.js +1 -1
- package/components/list/List.js +1 -1
- package/components/list-item/ListItem.js +1 -1
- package/components/menu/Menu.js +1 -1
- package/components/menu/MenuItem.js +1 -1
- package/components/nested-data-table/NestedDataTable.js +1 -1
- package/components/nested-data-table/NestedDataTableHasura.js +1 -1
- package/components/nested-data-table/_Filter.js +1 -1
- package/components/nested-data-table/_TableData.js +1 -1
- package/components/pivot-table/PivotTable.js +1 -1
- package/components/progress-bar/ProgressBar.js +1 -1
- package/components/radio/Radio.js +1 -1
- package/components/radio/RadioGroup.js +1 -1
- package/components/rest-state/RestState.js +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.js +1 -1
- package/components/section/HSection.js +1 -1
- package/components/section/VSection.js +1 -1
- package/components/section/_SectionHeader.js +1 -1
- package/components/section/_SectionInnerWrapper.js +1 -1
- package/components/section/_SectionSubheader.js +1 -1
- package/components/select/CountryMultiSelect.js +1 -1
- package/components/select/CountrySelect.js +1 -1
- package/components/select/LanguageSelect.js +1 -1
- package/components/select/MultiSelect.js +1 -1
- package/components/select/Select.js +1 -1
- package/components/select/_StyledReactSelect.js +1 -1
- package/components/simple-table/SimpleTable.js +1 -1
- package/components/simple-table/SimpleTableRow.js +1 -1
- package/components/skeleton/Skeleton.js +1 -1
- package/components/slide-over/SlideOver.js +1 -1
- package/components/spinner/Spinner.js +1 -1
- package/components/split-panel/SplitPanel.js +1 -1
- package/components/stack/HStack.js +1 -1
- package/components/stack/Stack.js +1 -1
- package/components/stack/VStack.js +1 -1
- package/components/surface/Surface.js +1 -1
- package/components/switch/Switch.js +1 -1
- package/components/table/Table.js +1 -1
- package/components/table/TableCell.js +1 -1
- package/components/table/TableRow.js +1 -1
- package/components/table/TableRowCollapse.js +1 -1
- package/components/tabs/Tabs.js +1 -1
- package/components/tag/Tag.js +1 -1
- package/components/text/Text.js +1 -1
- package/components/text-avatar/TextAvatar.js +1 -1
- package/components/textarea/Textarea.js +1 -1
- package/components/theme-select/ThemeSelect.js +1 -1
- package/components/thumbnail/Thumbnail.js +1 -1
- package/components/toast/Toast.js +1 -1
- package/components/toast/ToastContext.js +1 -1
- package/components/toggle/Toggle.js +1 -1
- package/components/tooltip/Tooltip.js +1 -1
- package/components/ui/alert-dialog.js +1 -0
- package/components/ui/avatar.js +1 -0
- package/components/ui/badge.js +1 -0
- package/components/ui/button.js +1 -0
- package/components/ui/card.js +1 -0
- package/components/ui/checkbox.js +1 -0
- package/components/ui/collapsible.js +1 -0
- package/components/ui/dialog.js +1 -0
- package/components/ui/dropdown-menu.js +1 -0
- package/components/ui/input.js +1 -0
- package/components/ui/label.js +1 -0
- package/components/ui/popover.js +1 -0
- package/components/ui/progress.js +1 -0
- package/components/ui/radio-group.js +1 -0
- package/components/ui/select.js +1 -0
- package/components/ui/separator.js +1 -0
- package/components/ui/sheet.js +1 -0
- package/components/ui/skeleton.js +1 -0
- package/components/ui/sonner.js +1 -0
- package/components/ui/switch.js +1 -0
- package/components/ui/tabs.js +1 -0
- package/components/ui/textarea.js +1 -0
- package/components/ui/toggle-group.js +1 -0
- package/components/ui/toggle.js +1 -0
- package/components/ui/tooltip.js +1 -0
- package/icons/flag-icon/FlagIcon.js +1 -1
- package/icons/flag-icon/_FlagIconBase.js +1 -1
- package/icons/flags/AD.js +1 -1
- package/icons/flags/AE.js +1 -1
- package/icons/flags/AF.js +1 -1
- package/icons/flags/AG.js +1 -1
- package/icons/flags/AI.js +1 -1
- package/icons/flags/AL.js +1 -1
- package/icons/flags/AM.js +1 -1
- package/icons/flags/AO.js +1 -1
- package/icons/flags/AQ.js +1 -1
- package/icons/flags/AR.js +1 -1
- package/icons/flags/AS.js +1 -1
- package/icons/flags/AT.js +1 -1
- package/icons/flags/AU.js +1 -1
- package/icons/flags/AW.js +1 -1
- package/icons/flags/AX.js +1 -1
- package/icons/flags/AZ.js +1 -1
- package/icons/flags/BA.js +1 -1
- package/icons/flags/BB.js +1 -1
- package/icons/flags/BD.js +1 -1
- package/icons/flags/BE.js +1 -1
- package/icons/flags/BF.js +1 -1
- package/icons/flags/BG.js +1 -1
- package/icons/flags/BH.js +1 -1
- package/icons/flags/BI.js +1 -1
- package/icons/flags/BJ.js +1 -1
- package/icons/flags/BL.js +1 -1
- package/icons/flags/BM.js +1 -1
- package/icons/flags/BN.js +1 -1
- package/icons/flags/BO.js +1 -1
- package/icons/flags/BQ.js +1 -1
- package/icons/flags/BR.js +1 -1
- package/icons/flags/BS.js +1 -1
- package/icons/flags/BT.js +1 -1
- package/icons/flags/BV.js +1 -1
- package/icons/flags/BW.js +1 -1
- package/icons/flags/BY.js +1 -1
- package/icons/flags/BZ.js +1 -1
- package/icons/flags/CA.js +1 -1
- package/icons/flags/CC.js +1 -1
- package/icons/flags/CD.js +1 -1
- package/icons/flags/CF.js +1 -1
- package/icons/flags/CG.js +1 -1
- package/icons/flags/CH.js +1 -1
- package/icons/flags/CI.js +1 -1
- package/icons/flags/CK.js +1 -1
- package/icons/flags/CL.js +1 -1
- package/icons/flags/CM.js +1 -1
- package/icons/flags/CN.js +1 -1
- package/icons/flags/CO.js +1 -1
- package/icons/flags/CR.js +1 -1
- package/icons/flags/CU.js +1 -1
- package/icons/flags/CV.js +1 -1
- package/icons/flags/CW.js +1 -1
- package/icons/flags/CX.js +1 -1
- package/icons/flags/CY.js +1 -1
- package/icons/flags/CZ.js +1 -1
- package/icons/flags/DE.js +1 -1
- package/icons/flags/DJ.js +1 -1
- package/icons/flags/DK.js +1 -1
- package/icons/flags/DM.js +1 -1
- package/icons/flags/DO.js +1 -1
- package/icons/flags/DZ.js +1 -1
- package/icons/flags/Default.js +1 -1
- package/icons/flags/EC.js +1 -1
- package/icons/flags/EE.js +1 -1
- package/icons/flags/EG.js +1 -1
- package/icons/flags/EH.js +1 -1
- package/icons/flags/ER.js +1 -1
- package/icons/flags/ES.js +1 -1
- package/icons/flags/ET.js +1 -1
- package/icons/flags/FI.js +1 -1
- package/icons/flags/FJ.js +1 -1
- package/icons/flags/FK.js +1 -1
- package/icons/flags/FM.js +1 -1
- package/icons/flags/FO.js +1 -1
- package/icons/flags/FR.js +1 -1
- package/icons/flags/GA.js +1 -1
- package/icons/flags/GB.js +1 -1
- package/icons/flags/GD.js +1 -1
- package/icons/flags/GE.js +1 -1
- package/icons/flags/GF.js +1 -1
- package/icons/flags/GG.js +1 -1
- package/icons/flags/GH.js +1 -1
- package/icons/flags/GI.js +1 -1
- package/icons/flags/GL.js +1 -1
- package/icons/flags/GM.js +1 -1
- package/icons/flags/GN.js +1 -1
- package/icons/flags/GP.js +1 -1
- package/icons/flags/GQ.js +1 -1
- package/icons/flags/GR.js +1 -1
- package/icons/flags/GS.js +1 -1
- package/icons/flags/GT.js +1 -1
- package/icons/flags/GU.js +1 -1
- package/icons/flags/GW.js +1 -1
- package/icons/flags/GY.js +1 -1
- package/icons/flags/HK.js +1 -1
- package/icons/flags/HM.js +1 -1
- package/icons/flags/HN.js +1 -1
- package/icons/flags/HR.js +1 -1
- package/icons/flags/HT.js +1 -1
- package/icons/flags/HU.js +1 -1
- package/icons/flags/IC.js +1 -1
- package/icons/flags/ID.js +1 -1
- package/icons/flags/IE.js +1 -1
- package/icons/flags/IL.js +1 -1
- package/icons/flags/IM.js +1 -1
- package/icons/flags/IN.js +1 -1
- package/icons/flags/IO.js +1 -1
- package/icons/flags/IQ.js +1 -1
- package/icons/flags/IR.js +1 -1
- package/icons/flags/IS.js +1 -1
- package/icons/flags/IT.js +1 -1
- package/icons/flags/JE.js +1 -1
- package/icons/flags/JM.js +1 -1
- package/icons/flags/JO.js +1 -1
- package/icons/flags/JP.js +1 -1
- package/icons/flags/KE.js +1 -1
- package/icons/flags/KG.js +1 -1
- package/icons/flags/KH.js +1 -1
- package/icons/flags/KI.js +1 -1
- package/icons/flags/KM.js +1 -1
- package/icons/flags/KN.js +1 -1
- package/icons/flags/KP.js +1 -1
- package/icons/flags/KR.js +1 -1
- package/icons/flags/KW.js +1 -1
- package/icons/flags/KY.js +1 -1
- package/icons/flags/KZ.js +1 -1
- package/icons/flags/LA.js +1 -1
- package/icons/flags/LB.js +1 -1
- package/icons/flags/LC.js +1 -1
- package/icons/flags/LI.js +1 -1
- package/icons/flags/LK.js +1 -1
- package/icons/flags/LR.js +1 -1
- package/icons/flags/LS.js +1 -1
- package/icons/flags/LT.js +1 -1
- package/icons/flags/LU.js +1 -1
- package/icons/flags/LV.js +1 -1
- package/icons/flags/LY.js +1 -1
- package/icons/flags/MA.js +1 -1
- package/icons/flags/MC.js +1 -1
- package/icons/flags/MD.js +1 -1
- package/icons/flags/ME.js +1 -1
- package/icons/flags/MF.js +1 -1
- package/icons/flags/MG.js +1 -1
- package/icons/flags/MH.js +1 -1
- package/icons/flags/MK.js +1 -1
- package/icons/flags/ML.js +1 -1
- package/icons/flags/MM.js +1 -1
- package/icons/flags/MN.js +1 -1
- package/icons/flags/MO.js +1 -1
- package/icons/flags/MP.js +1 -1
- package/icons/flags/MQ.js +1 -1
- package/icons/flags/MR.js +1 -1
- package/icons/flags/MS.js +1 -1
- package/icons/flags/MT.js +1 -1
- package/icons/flags/MU.js +1 -1
- package/icons/flags/MV.js +1 -1
- package/icons/flags/MW.js +1 -1
- package/icons/flags/MX.js +1 -1
- package/icons/flags/MY.js +1 -1
- package/icons/flags/MZ.js +1 -1
- package/icons/flags/NA.js +1 -1
- package/icons/flags/NC.js +1 -1
- package/icons/flags/NE.js +1 -1
- package/icons/flags/NF.js +1 -1
- package/icons/flags/NG.js +1 -1
- package/icons/flags/NI.js +1 -1
- package/icons/flags/NL.js +1 -1
- package/icons/flags/NO.js +1 -1
- package/icons/flags/NP.js +1 -1
- package/icons/flags/NR.js +1 -1
- package/icons/flags/NU.js +1 -1
- package/icons/flags/NZ.js +1 -1
- package/icons/flags/OM.js +1 -1
- package/icons/flags/PA.js +1 -1
- package/icons/flags/PE.js +1 -1
- package/icons/flags/PF.js +1 -1
- package/icons/flags/PG.js +1 -1
- package/icons/flags/PH.js +1 -1
- package/icons/flags/PK.js +1 -1
- package/icons/flags/PL.js +1 -1
- package/icons/flags/PM.js +1 -1
- package/icons/flags/PN.js +1 -1
- package/icons/flags/PR.js +1 -1
- package/icons/flags/PS.js +1 -1
- package/icons/flags/PT.js +1 -1
- package/icons/flags/PW.js +1 -1
- package/icons/flags/PY.js +1 -1
- package/icons/flags/QA.js +1 -1
- package/icons/flags/RE.js +1 -1
- package/icons/flags/RO.js +1 -1
- package/icons/flags/RS.js +1 -1
- package/icons/flags/RU.js +1 -1
- package/icons/flags/RW.js +1 -1
- package/icons/flags/SA.js +1 -1
- package/icons/flags/SB.js +1 -1
- package/icons/flags/SC.js +1 -1
- package/icons/flags/SD.js +1 -1
- package/icons/flags/SE.js +1 -1
- package/icons/flags/SG.js +1 -1
- package/icons/flags/SH.js +1 -1
- package/icons/flags/SI.js +1 -1
- package/icons/flags/SJ.js +1 -1
- package/icons/flags/SK.js +1 -1
- package/icons/flags/SL.js +1 -1
- package/icons/flags/SM.js +1 -1
- package/icons/flags/SN.js +1 -1
- package/icons/flags/SO.js +1 -1
- package/icons/flags/SR.js +1 -1
- package/icons/flags/SS.js +1 -1
- package/icons/flags/ST.js +1 -1
- package/icons/flags/SV.js +1 -1
- package/icons/flags/SX.js +1 -1
- package/icons/flags/SY.js +1 -1
- package/icons/flags/SZ.js +1 -1
- package/icons/flags/TC.js +1 -1
- package/icons/flags/TD.js +1 -1
- package/icons/flags/TF.js +1 -1
- package/icons/flags/TG.js +1 -1
- package/icons/flags/TH.js +1 -1
- package/icons/flags/TJ.js +1 -1
- package/icons/flags/TK.js +1 -1
- package/icons/flags/TL.js +1 -1
- package/icons/flags/TM.js +1 -1
- package/icons/flags/TN.js +1 -1
- package/icons/flags/TO.js +1 -1
- package/icons/flags/TR.js +1 -1
- package/icons/flags/TT.js +1 -1
- package/icons/flags/TV.js +1 -1
- package/icons/flags/TW.js +1 -1
- package/icons/flags/TZ.js +1 -1
- package/icons/flags/UA.js +1 -1
- package/icons/flags/UG.js +1 -1
- package/icons/flags/UM.js +1 -1
- package/icons/flags/US.js +1 -1
- package/icons/flags/UY.js +1 -1
- package/icons/flags/UZ.js +1 -1
- package/icons/flags/VA.js +1 -1
- package/icons/flags/VC.js +1 -1
- package/icons/flags/VE.js +1 -1
- package/icons/flags/VG.js +1 -1
- package/icons/flags/VI.js +1 -1
- package/icons/flags/VN.js +1 -1
- package/icons/flags/VU.js +1 -1
- package/icons/flags/WF.js +1 -1
- package/icons/flags/WS.js +1 -1
- package/icons/flags/YE.js +1 -1
- package/icons/flags/YT.js +1 -1
- package/icons/flags/ZA.js +1 -1
- package/icons/flags/ZM.js +1 -1
- package/icons/flags/ZW.js +1 -1
- package/package.json +23 -6
- package/{all.d.ts → src/all.d.ts} +29 -0
- package/{components → src/components}/collapse/Collapse.d.ts +5 -2
- package/{components → src/components}/input/input-simple/input-type/_DateInput.d.ts +1 -1
- package/{components → src/components}/input/input-simple/input-type/_InputBase.d.ts +1 -1
- package/{components → src/components}/input/input-simple/input-type/_NumberInput.d.ts +1 -1
- package/{components → src/components}/input/input-simple/input-type/_PasswordInput.d.ts +1 -1
- package/{components → src/components}/input/input-simple/input-type/_TimeInput.d.ts +1 -1
- package/{components → src/components}/input/input-type/_DateInput.d.ts +1 -1
- package/{components → src/components}/input/input-type/_FloatLabelInput.d.ts +1 -1
- package/{components → src/components}/input/input-type/_NumberInput.d.ts +1 -1
- package/{components → src/components}/input/input-type/_PasswordInput.d.ts +1 -1
- package/{components → src/components}/input/input-type/_TimeInput.d.ts +1 -1
- package/src/components/language-picker/AnimatedGlobe.d.ts +6 -0
- package/src/components/language-picker/LanguageItem.d.ts +20 -0
- package/src/components/language-picker/LanguagePicker.d.ts +33 -0
- package/src/components/tooltip/Tooltip.d.ts +97 -0
- package/src/components/ui/alert-dialog.d.ts +20 -0
- package/src/components/ui/avatar.d.ts +6 -0
- package/src/components/ui/badge.d.ts +8 -0
- package/src/components/ui/button.d.ts +16 -0
- package/src/components/ui/card.d.ts +8 -0
- package/src/components/ui/checkbox.d.ts +4 -0
- package/src/components/ui/collapsible.d.ts +5 -0
- package/src/components/ui/dialog.d.ts +19 -0
- package/src/components/ui/dropdown-menu.d.ts +27 -0
- package/src/components/ui/input.d.ts +3 -0
- package/src/components/ui/label.d.ts +5 -0
- package/src/components/ui/popover.d.ts +7 -0
- package/src/components/ui/progress.d.ts +4 -0
- package/src/components/ui/radio-group.d.ts +5 -0
- package/src/components/ui/select.d.ts +13 -0
- package/src/components/ui/separator.d.ts +4 -0
- package/src/components/ui/sheet.d.ts +22 -0
- package/src/components/ui/skeleton.d.ts +2 -0
- package/src/components/ui/sonner.d.ts +4 -0
- package/src/components/ui/switch.d.ts +4 -0
- package/src/components/ui/tabs.d.ts +7 -0
- package/src/components/ui/textarea.d.ts +3 -0
- package/src/components/ui/toggle-group.d.ts +12 -0
- package/src/components/ui/toggle.d.ts +12 -0
- package/src/components/ui/tooltip.d.ts +7 -0
- package/src/types/deep/DeepKeyofAtIndex.test-d.d.ts +1 -0
- package/src/utils/cn.d.ts +10 -0
- package/src/visual-regression.spec.d.ts +1 -0
- package/tailwind.css +16 -0
- package/test-utils/storybook-helpers.d.ts +124 -0
- package/tsconfig.emitDeclarationOnly.tsbuildinfo +1 -1
- package/tsconfig.tsbuildinfo +1 -1
- package/utils/cn.js +1 -0
- package/utils/hooks/useNotify.js +1 -1
- package/CountryMultiSelectExpandedOption-4b9c710a.js +0 -1
- package/DateControlsWrapper-8bc4369f.js +0 -1
- package/components/tooltip/Tooltip.d.ts +0 -41
- package/global.module-569e4fd5.js +0 -1
- package/global.module.scss +0 -28
- package/style-inject.es-d4ddeae4.js +0 -1
- /package/{components → src/components}/__amino__/TranslateAminoText.d.ts +0 -0
- /package/{components → src/components}/avatar/AvatarBase.d.ts +0 -0
- /package/{components → src/components}/avatar/ImageAvatar.d.ts +0 -0
- /package/{components → src/components}/avatar/UserAvatar.d.ts +0 -0
- /package/{components → src/components}/badge/Badge.d.ts +0 -0
- /package/{components → src/components}/banner/Banner.d.ts +0 -0
- /package/{components → src/components}/button/Button.d.ts +0 -0
- /package/{components → src/components}/button/ButtonIcon.d.ts +0 -0
- /package/{components → src/components}/button/MenuButton.d.ts +0 -0
- /package/{components → src/components}/button/RippleGroup.d.ts +0 -0
- /package/{components → src/components}/button/_Ripple.d.ts +0 -0
- /package/{components → src/components}/button/button-group/ButtonGroup.d.ts +0 -0
- /package/{components → src/components}/button/useRipple.d.ts +0 -0
- /package/{components → src/components}/card/Card.d.ts +0 -0
- /package/{components → src/components}/checkbox/Checkbox.d.ts +0 -0
- /package/{components → src/components}/connection-map/ConnectionMap.d.ts +0 -0
- /package/{components → src/components}/country-multi-select/CountryMultiSelectExpanded.d.ts +0 -0
- /package/{components → src/components}/country-multi-select/CountryMultiSelectExpandedOption.d.ts +0 -0
- /package/{components → src/components}/cover-sheet/CoverSheet.d.ts +0 -0
- /package/{components → src/components}/cover-sheet/CoverSheetActions.d.ts +0 -0
- /package/{components → src/components}/currency/Currency.d.ts +0 -0
- /package/{components → src/components}/currency/DualCurrency.d.ts +0 -0
- /package/{components → src/components}/danger-zone/DangerZone.d.ts +0 -0
- /package/{components → src/components}/dialog/BaseDialog.d.ts +0 -0
- /package/{components → src/components}/dialog/Dialog.d.ts +0 -0
- /package/{components → src/components}/dialog/DismissableDialog.d.ts +0 -0
- /package/{components → src/components}/dialog/alert/AlertContext.d.ts +0 -0
- /package/{components → src/components}/dialog/alert/AlertDialog.d.ts +0 -0
- /package/{components → src/components}/dialog/alert/useAlert.d.ts +0 -0
- /package/{components → src/components}/dialog/announcement/AnnouncementDialog.d.ts +0 -0
- /package/{components → src/components}/dialog/confirm/ConfirmContext.d.ts +0 -0
- /package/{components → src/components}/dialog/confirm/ConfirmDialog.d.ts +0 -0
- /package/{components → src/components}/dialog/confirm/useConfirm.d.ts +0 -0
- /package/{components → src/components}/divider/Divider.d.ts +0 -0
- /package/{components → src/components}/drop-zone/DropZone.d.ts +0 -0
- /package/{components → src/components}/file-upload/FileUpload.d.ts +0 -0
- /package/{components → src/components}/filter/FilterWrapper.d.ts +0 -0
- /package/{components → src/components}/filter/filter-amount/FilterAmount.d.ts +0 -0
- /package/{components → src/components}/filter/filter-amount/filterAmountReducer.d.ts +0 -0
- /package/{components → src/components}/filter/filter-date/DateControls.d.ts +0 -0
- /package/{components → src/components}/filter/filter-date/DateControlsWrapper.d.ts +0 -0
- /package/{components → src/components}/filter/filter-date/FilterDate.d.ts +0 -0
- /package/{components → src/components}/filter/filter-date/_DateControls/_IsAfter.d.ts +0 -0
- /package/{components → src/components}/filter/filter-date/_DateControls/_IsBefore.d.ts +0 -0
- /package/{components → src/components}/filter/filter-date/_DateControls/_IsBeforeOrOn.d.ts +0 -0
- /package/{components → src/components}/filter/filter-date/_DateControls/_IsBetween.d.ts +0 -0
- /package/{components → src/components}/filter/filter-date/_DateControls/_IsEqualTo.d.ts +0 -0
- /package/{components → src/components}/filter/filter-date/_DateControls/_IsInTheLast.d.ts +0 -0
- /package/{components → src/components}/filter/filter-date/_DateControls/_IsOnOrAfter.d.ts +0 -0
- /package/{components → src/components}/filter/filter-date/filterDateReducer.d.ts +0 -0
- /package/{components → src/components}/filter/filter-multi-select/FilterMultiSelect.d.ts +0 -0
- /package/{components → src/components}/filter/filter-select/FilterSelect.d.ts +0 -0
- /package/{components → src/components}/filter/filter-text/FilterText.d.ts +0 -0
- /package/{components → src/components}/filter/useFilterWrapper.d.ts +0 -0
- /package/{components → src/components}/flex/Flex.d.ts +0 -0
- /package/{components → src/components}/glow/GlowWrapper.d.ts +0 -0
- /package/{components → src/components}/help-text/HelpText.d.ts +0 -0
- /package/{components → src/components}/input/Input.d.ts +0 -0
- /package/{components → src/components}/input/MultiInput.d.ts +0 -0
- /package/{components → src/components}/input/input-simple/InputSimple.d.ts +0 -0
- /package/{components → src/components}/json-vision-viewer/JsonVisionViewer.d.ts +0 -0
- /package/{components → src/components}/layout/Layout.d.ts +0 -0
- /package/{components → src/components}/layout/NavigationGroup.d.ts +0 -0
- /package/{components → src/components}/lightbox/LightBox.d.ts +0 -0
- /package/{components → src/components}/list/CollapsibleList.d.ts +0 -0
- /package/{components → src/components}/list/List.d.ts +0 -0
- /package/{components → src/components}/list-item/ListItem.d.ts +0 -0
- /package/{components → src/components}/menu/Menu.d.ts +0 -0
- /package/{components → src/components}/menu/MenuItem.d.ts +0 -0
- /package/{components → src/components}/nested-data-table/NestedDataTable.d.ts +0 -0
- /package/{components → src/components}/nested-data-table/NestedDataTableHasura.d.ts +0 -0
- /package/{components → src/components}/nested-data-table/_Filter.d.ts +0 -0
- /package/{components → src/components}/nested-data-table/_TableData.d.ts +0 -0
- /package/{components → src/components}/pivot-table/PivotTable.d.ts +0 -0
- /package/{components → src/components}/progress-bar/ProgressBar.d.ts +0 -0
- /package/{components → src/components}/radio/Radio.d.ts +0 -0
- /package/{components → src/components}/radio/RadioGroup.d.ts +0 -0
- /package/{components → src/components}/rest-state/RestState.d.ts +0 -0
- /package/{components → src/components}/rich-card-select/RichCardStateSelect.d.ts +0 -0
- /package/{components → src/components}/rich-checkbox/RichCheckbox.d.ts +0 -0
- /package/{components → src/components}/rich-radio/RichRadio.d.ts +0 -0
- /package/{components → src/components}/rounded-icon/RoundedIcon.d.ts +0 -0
- /package/{components → src/components}/section/HSection.d.ts +0 -0
- /package/{components → src/components}/section/VSection.d.ts +0 -0
- /package/{components → src/components}/section/_SectionHeader.d.ts +0 -0
- /package/{components → src/components}/section/_SectionInnerWrapper.d.ts +0 -0
- /package/{components → src/components}/section/_SectionSubheader.d.ts +0 -0
- /package/{components → src/components}/select/CountryMultiSelect.d.ts +0 -0
- /package/{components → src/components}/select/CountrySelect.d.ts +0 -0
- /package/{components → src/components}/select/LanguageSelect.d.ts +0 -0
- /package/{components → src/components}/select/MultiSelect.d.ts +0 -0
- /package/{components → src/components}/select/Select.d.ts +0 -0
- /package/{components → src/components}/select/_StyledReactSelect.d.ts +0 -0
- /package/{components → src/components}/simple-table/SimpleTable.d.ts +0 -0
- /package/{components → src/components}/simple-table/SimpleTableRow.d.ts +0 -0
- /package/{components → src/components}/skeleton/Skeleton.d.ts +0 -0
- /package/{components → src/components}/slide-over/SlideOver.d.ts +0 -0
- /package/{components → src/components}/spinner/Spinner.d.ts +0 -0
- /package/{components → src/components}/split-panel/SplitPanel.d.ts +0 -0
- /package/{components → src/components}/stack/HStack.d.ts +0 -0
- /package/{components → src/components}/stack/Stack.d.ts +0 -0
- /package/{components → src/components}/stack/VStack.d.ts +0 -0
- /package/{components → src/components}/surface/Surface.d.ts +0 -0
- /package/{components → src/components}/switch/Switch.d.ts +0 -0
- /package/{components → src/components}/table/Table.d.ts +0 -0
- /package/{components → src/components}/table/TableBody.d.ts +0 -0
- /package/{components → src/components}/table/TableCell.d.ts +0 -0
- /package/{components → src/components}/table/TableFooter.d.ts +0 -0
- /package/{components → src/components}/table/TableHead.d.ts +0 -0
- /package/{components → src/components}/table/TableRow.d.ts +0 -0
- /package/{components → src/components}/table/TableRowCollapse.d.ts +0 -0
- /package/{components → src/components}/tabs/Tabs.d.ts +0 -0
- /package/{components → src/components}/tag/Tag.d.ts +0 -0
- /package/{components → src/components}/text/Text.d.ts +0 -0
- /package/{components → src/components}/text-avatar/TextAvatar.d.ts +0 -0
- /package/{components → src/components}/textarea/Textarea.d.ts +0 -0
- /package/{components → src/components}/theme-select/ThemeSelect.d.ts +0 -0
- /package/{components → src/components}/thumbnail/Thumbnail.d.ts +0 -0
- /package/{components → src/components}/toast/Toast.d.ts +0 -0
- /package/{components → src/components}/toast/ToastContext.d.ts +0 -0
- /package/{components → src/components}/toggle/Toggle.d.ts +0 -0
- /package/{components → src/components}/translations/Translate.d.ts +0 -0
- /package/{types/deep/Deep.test-d.d.ts → src/css-comparison.spec.d.ts} +0 -0
- /package/{icons → src/icons}/AIDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/AIIcon.d.ts +0 -0
- /package/{icons → src/icons}/ArrowDownDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ArrowDownIcon.d.ts +0 -0
- /package/{icons → src/icons}/ArrowLeftDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ArrowLeftIcon.d.ts +0 -0
- /package/{icons → src/icons}/ArrowRightDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ArrowRightIcon.d.ts +0 -0
- /package/{icons → src/icons}/ArrowSwapDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ArrowSwapIcon.d.ts +0 -0
- /package/{icons → src/icons}/ArrowUpDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ArrowUpIcon.d.ts +0 -0
- /package/{icons → src/icons}/BagDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/BagIcon.d.ts +0 -0
- /package/{icons → src/icons}/BankDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/BankIcon.d.ts +0 -0
- /package/{icons → src/icons}/BellDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/BellIcon.d.ts +0 -0
- /package/{icons → src/icons}/BellOffDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/BellOffIcon.d.ts +0 -0
- /package/{icons → src/icons}/BookDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/BookIcon.d.ts +0 -0
- /package/{icons → src/icons}/BookmarkAddDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/BookmarkAddIcon.d.ts +0 -0
- /package/{icons → src/icons}/BookmarkCheckDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/BookmarkCheckIcon.d.ts +0 -0
- /package/{icons → src/icons}/BookmarkDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/BookmarkIcon.d.ts +0 -0
- /package/{icons → src/icons}/BookmarkOffDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/BookmarkOffIcon.d.ts +0 -0
- /package/{icons → src/icons}/BookmarkRemoveDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/BookmarkRemoveIcon.d.ts +0 -0
- /package/{icons → src/icons}/BookmarkSubtractDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/BookmarkSubtractIcon.d.ts +0 -0
- /package/{icons → src/icons}/BoxesDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/BoxesIcon.d.ts +0 -0
- /package/{icons → src/icons}/BufferDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/BufferIcon.d.ts +0 -0
- /package/{icons → src/icons}/CalculatorDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/CalculatorIcon.d.ts +0 -0
- /package/{icons → src/icons}/CalendarDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/CalendarIcon.d.ts +0 -0
- /package/{icons → src/icons}/CardDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/CardIcon.d.ts +0 -0
- /package/{icons → src/icons}/CaretDownDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/CaretDownIcon.d.ts +0 -0
- /package/{icons → src/icons}/CaretLeftDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/CaretLeftIcon.d.ts +0 -0
- /package/{icons → src/icons}/CaretRightDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/CaretRightIcon.d.ts +0 -0
- /package/{icons → src/icons}/CaretUpDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/CaretUpIcon.d.ts +0 -0
- /package/{icons → src/icons}/CartDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/CartIcon.d.ts +0 -0
- /package/{icons → src/icons}/ChartDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ChartIcon.d.ts +0 -0
- /package/{icons → src/icons}/CheckCircleDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/CheckCircleIcon.d.ts +0 -0
- /package/{icons → src/icons}/CheckmarkDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/CheckmarkIcon.d.ts +0 -0
- /package/{icons → src/icons}/CheckoutDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/CheckoutIcon.d.ts +0 -0
- /package/{icons → src/icons}/ChevronDownCircleDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ChevronDownCircleIcon.d.ts +0 -0
- /package/{icons → src/icons}/ChevronDownDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ChevronDownIcon.d.ts +0 -0
- /package/{icons → src/icons}/ChevronLeftCircleDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ChevronLeftCircleIcon.d.ts +0 -0
- /package/{icons → src/icons}/ChevronLeftDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ChevronLeftIcon.d.ts +0 -0
- /package/{icons → src/icons}/ChevronRightCircleDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ChevronRightCircleIcon.d.ts +0 -0
- /package/{icons → src/icons}/ChevronRightDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ChevronRightIcon.d.ts +0 -0
- /package/{icons → src/icons}/ChevronUpCircleDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ChevronUpCircleIcon.d.ts +0 -0
- /package/{icons → src/icons}/ChevronUpDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ChevronUpIcon.d.ts +0 -0
- /package/{icons → src/icons}/CircleDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/CircleIcon.d.ts +0 -0
- /package/{icons → src/icons}/ClassifyDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ClassifyIcon.d.ts +0 -0
- /package/{icons → src/icons}/ClearDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ClearIcon.d.ts +0 -0
- /package/{icons → src/icons}/ClockDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ClockIcon.d.ts +0 -0
- /package/{icons → src/icons}/CodeCircleDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/CodeCircleIcon.d.ts +0 -0
- /package/{icons → src/icons}/CodeDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/CodeIcon.d.ts +0 -0
- /package/{icons → src/icons}/CoinsDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/CoinsIcon.d.ts +0 -0
- /package/{icons → src/icons}/CollectDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/CollectIcon.d.ts +0 -0
- /package/{icons → src/icons}/CommentDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/CommentIcon.d.ts +0 -0
- /package/{icons → src/icons}/CopilotDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/CopilotIcon.d.ts +0 -0
- /package/{icons → src/icons}/CopyDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/CopyIDIcon.d.ts +0 -0
- /package/{icons → src/icons}/CopyIcon.d.ts +0 -0
- /package/{icons → src/icons}/CubeDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/CubeIcon.d.ts +0 -0
- /package/{icons → src/icons}/DashboardDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/DashboardIcon.d.ts +0 -0
- /package/{icons → src/icons}/DiamondDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/DiamondIcon.d.ts +0 -0
- /package/{icons → src/icons}/DislikeDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/DislikeIcon.d.ts +0 -0
- /package/{icons → src/icons}/DocsDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/DocsIcon.d.ts +0 -0
- /package/{icons → src/icons}/DollarDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/DollarIcon.d.ts +0 -0
- /package/{icons → src/icons}/DoubleChevronDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/DoubleChevronIcon.d.ts +0 -0
- /package/{icons → src/icons}/DragDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/DragIcon.d.ts +0 -0
- /package/{icons → src/icons}/EditDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/EditIcon.d.ts +0 -0
- /package/{icons → src/icons}/ExclamationMarkDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ExclamationMarkIcon.d.ts +0 -0
- /package/{icons → src/icons}/ExportDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ExportIcon.d.ts +0 -0
- /package/{icons → src/icons}/ExternalDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ExternalIcon.d.ts +0 -0
- /package/{icons → src/icons}/EyeDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/EyeIcon.d.ts +0 -0
- /package/{icons → src/icons}/EyeOffDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/EyeOffIcon.d.ts +0 -0
- /package/{icons → src/icons}/FileDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/FileIcon.d.ts +0 -0
- /package/{icons → src/icons}/FileUploadDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/FileUploadIcon.d.ts +0 -0
- /package/{icons → src/icons}/FilterDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/FilterIcon.d.ts +0 -0
- /package/{icons → src/icons}/FolderListDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/FolderListIcon.d.ts +0 -0
- /package/{icons → src/icons}/FolderUploadDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/FolderUploadIcon.d.ts +0 -0
- /package/{icons → src/icons}/FusionDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/FusionIcon.d.ts +0 -0
- /package/{icons → src/icons}/GlobeDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/GlobeIcon.d.ts +0 -0
- /package/{icons → src/icons}/GraphQLDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/GraphQLIcon.d.ts +0 -0
- /package/{icons → src/icons}/GridDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/GridIcon.d.ts +0 -0
- /package/{icons → src/icons}/HelloDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/HelloIcon.d.ts +0 -0
- /package/{icons → src/icons}/HelpDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/HelpIcon.d.ts +0 -0
- /package/{icons → src/icons}/HexagonDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/HexagonIcon.d.ts +0 -0
- /package/{icons → src/icons}/HomeDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/HomeIcon.d.ts +0 -0
- /package/{icons → src/icons}/ImageDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ImageIcon.d.ts +0 -0
- /package/{icons → src/icons}/ImportDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ImportIcon.d.ts +0 -0
- /package/{icons → src/icons}/InfoDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/InfoIcon.d.ts +0 -0
- /package/{icons → src/icons}/IntegrationDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/IntegrationIcon.d.ts +0 -0
- /package/{icons → src/icons}/LandedCostDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/LandedCostIcon.d.ts +0 -0
- /package/{icons → src/icons}/LaptopDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/LaptopIcon.d.ts +0 -0
- /package/{icons → src/icons}/LeftPanelClosedDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/LeftPanelClosedIcon.d.ts +0 -0
- /package/{icons → src/icons}/LeftPanelOpenDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/LeftPanelOpenIcon.d.ts +0 -0
- /package/{icons → src/icons}/LightDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/LightIcon.d.ts +0 -0
- /package/{icons → src/icons}/LikeDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/LikeIcon.d.ts +0 -0
- /package/{icons → src/icons}/LineDownDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/LineDownIcon.d.ts +0 -0
- /package/{icons → src/icons}/LineUpDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/LineUpIcon.d.ts +0 -0
- /package/{icons → src/icons}/LinkDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/LinkIcon.d.ts +0 -0
- /package/{icons → src/icons}/LocationDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/LocationIcon.d.ts +0 -0
- /package/{icons → src/icons}/LockDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/LockIcon.d.ts +0 -0
- /package/{icons → src/icons}/LoginDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/LoginIcon.d.ts +0 -0
- /package/{icons → src/icons}/LogoutDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/LogoutIcon.d.ts +0 -0
- /package/{icons → src/icons}/MailDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/MailIcon.d.ts +0 -0
- /package/{icons → src/icons}/MaximizeDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/MaximizeIcon.d.ts +0 -0
- /package/{icons → src/icons}/MenuDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/MenuIcon.d.ts +0 -0
- /package/{icons → src/icons}/MinimizeDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/MinimizeIcon.d.ts +0 -0
- /package/{icons → src/icons}/MinusCircleDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/MinusCircleIcon.d.ts +0 -0
- /package/{icons → src/icons}/MinusDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/MinusIcon.d.ts +0 -0
- /package/{icons → src/icons}/MobileDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/MobileIcon.d.ts +0 -0
- /package/{icons → src/icons}/MoneyDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/MoneyIcon.d.ts +0 -0
- /package/{icons → src/icons}/MonitorDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/MonitorIcon.d.ts +0 -0
- /package/{icons → src/icons}/NightDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/NightIcon.d.ts +0 -0
- /package/{icons → src/icons}/NoteIcon.d.ts +0 -0
- /package/{icons → src/icons}/PaletteDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/PaletteIcon.d.ts +0 -0
- /package/{icons → src/icons}/PauseCircleDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/PauseCircleIcon.d.ts +0 -0
- /package/{icons → src/icons}/PenDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/PenIcon.d.ts +0 -0
- /package/{icons → src/icons}/PercentBadgeDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/PercentBadgeIcon.d.ts +0 -0
- /package/{icons → src/icons}/PercentDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/PercentIcon.d.ts +0 -0
- /package/{icons → src/icons}/PlaneDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/PlaneIcon.d.ts +0 -0
- /package/{icons → src/icons}/PlayCircleDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/PlayCircleIcon.d.ts +0 -0
- /package/{icons → src/icons}/PlayDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/PlayIcon.d.ts +0 -0
- /package/{icons → src/icons}/PlusCircleDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/PlusCircleIcon.d.ts +0 -0
- /package/{icons → src/icons}/PlusDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/PlusIcon.d.ts +0 -0
- /package/{icons → src/icons}/PrepayDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/PrepayIcon.d.ts +0 -0
- /package/{icons → src/icons}/PrinterDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/PrinterIcon.d.ts +0 -0
- /package/{icons → src/icons}/RadioIcon.d.ts +0 -0
- /package/{icons → src/icons}/RateDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/RateIcon.d.ts +0 -0
- /package/{icons → src/icons}/ReceiptDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ReceiptIcon.d.ts +0 -0
- /package/{icons → src/icons}/RefreshDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/RefreshIcon.d.ts +0 -0
- /package/{icons → src/icons}/RemoveCircleDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/RemoveCircleIcon.d.ts +0 -0
- /package/{icons → src/icons}/RemoveDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/RemoveIcon.d.ts +0 -0
- /package/{icons → src/icons}/RestrictDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/RestrictIcon.d.ts +0 -0
- /package/{icons → src/icons}/RightPanelClosedDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/RightPanelClosedIcon.d.ts +0 -0
- /package/{icons → src/icons}/RightPanelOpenDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/RightPanelOpenIcon.d.ts +0 -0
- /package/{icons → src/icons}/RocketDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/RocketIcon.d.ts +0 -0
- /package/{icons → src/icons}/RulesIcon.d.ts +0 -0
- /package/{icons → src/icons}/ScanDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ScanIcon.d.ts +0 -0
- /package/{icons → src/icons}/ScreenDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ScreenIcon.d.ts +0 -0
- /package/{icons → src/icons}/SearchDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/SearchIcon.d.ts +0 -0
- /package/{icons → src/icons}/SendDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/SendIcon.d.ts +0 -0
- /package/{icons → src/icons}/SettingsDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/SettingsIcon.d.ts +0 -0
- /package/{icons → src/icons}/ShoppingListDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ShoppingListIcon.d.ts +0 -0
- /package/{icons → src/icons}/ShoppingTagDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ShoppingTagIcon.d.ts +0 -0
- /package/{icons → src/icons}/SquareDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/SquareIcon.d.ts +0 -0
- /package/{icons → src/icons}/StarDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/StarIcon.d.ts +0 -0
- /package/{icons → src/icons}/StarOffDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/StarOffIcon.d.ts +0 -0
- /package/{icons → src/icons}/StarsDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/StarsIcon.d.ts +0 -0
- /package/{icons → src/icons}/SunnyDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/SunnyIcon.d.ts +0 -0
- /package/{icons → src/icons}/TagDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/TagIcon.d.ts +0 -0
- /package/{icons → src/icons}/TaxDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/TaxIcon.d.ts +0 -0
- /package/{icons → src/icons}/ThreeDotDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/ThreeDotIcon.d.ts +0 -0
- /package/{icons → src/icons}/TotalLandedCostDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/TotalLandedCostIcon.d.ts +0 -0
- /package/{icons → src/icons}/TrashCanDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/TrashCanIcon.d.ts +0 -0
- /package/{icons → src/icons}/TriangleDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/TriangleIcon.d.ts +0 -0
- /package/{icons → src/icons}/TruckDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/TruckIcon.d.ts +0 -0
- /package/{icons → src/icons}/UFODuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/UFOIcon.d.ts +0 -0
- /package/{icons → src/icons}/UserDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/UserIcon.d.ts +0 -0
- /package/{icons → src/icons}/UsersIcon.d.ts +0 -0
- /package/{icons → src/icons}/UtahDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/UtahIcon.d.ts +0 -0
- /package/{icons → src/icons}/WarningDuotoneIcon.d.ts +0 -0
- /package/{icons → src/icons}/WarningIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/AvatarIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/logo/ZonosIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/logo/ZonosLogoIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/logo/ZonosWordmark.d.ts +0 -0
- /package/{icons → src/icons}/custom/products/CheckoutColorIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/products/ClassifyColorIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/products/ClearColorIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/products/CollectColorIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/products/CounterCompanionColorIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/products/DashboardColorIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/products/HelloColorIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/products/InclusivePricingColorIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/products/LandedCostColorIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/products/PrepayColorIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/products/RateColorIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/products/RestrictColorIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/products/ScreenColorIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/products/TaxColorIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/theme/ThemeDarkIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/theme/ThemeLightIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/AlabamaIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/AlaskaIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/ArizonaIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/ArkansasIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/CaliforniaIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/ColoradoIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/ConnecticutIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/DelawareIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/FloridaIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/GeorgiaIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/HawaiiIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/IdahoIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/IllinoisIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/IndianaIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/IowaIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/KansasIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/KentuckyIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/LouisianaIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/MaineIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/MarylandIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/MassachusettsIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/MichiganIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/MinnesotaIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/MississippiIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/MissouriIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/MontanaIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/NebraskaIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/NevadaIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/NewHampshireIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/NewJerseyIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/NewMexicoIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/NewYorkIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/NorthCarolinaIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/NorthDakotaIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/OhioIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/OklahomaIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/OregonIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/PennsylvaniaIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/PuertoRicoIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/RhodeIslandIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/SouthCarolinaIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/SouthDakotaIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/TennesseeIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/TexasIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/UtahIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/VermontIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/VirginiaIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/WashingtonIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/WestVirginiaIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/WisconsinIcon.d.ts +0 -0
- /package/{icons → src/icons}/custom/us-states/WyomingIcon.d.ts +0 -0
- /package/{icons → src/icons}/flag-icon/FlagIcon.d.ts +0 -0
- /package/{icons → src/icons}/flag-icon/_FlagIconBase.d.ts +0 -0
- /package/{icons → src/icons}/flags/AD.d.ts +0 -0
- /package/{icons → src/icons}/flags/AE.d.ts +0 -0
- /package/{icons → src/icons}/flags/AF.d.ts +0 -0
- /package/{icons → src/icons}/flags/AG.d.ts +0 -0
- /package/{icons → src/icons}/flags/AI.d.ts +0 -0
- /package/{icons → src/icons}/flags/AL.d.ts +0 -0
- /package/{icons → src/icons}/flags/AM.d.ts +0 -0
- /package/{icons → src/icons}/flags/AO.d.ts +0 -0
- /package/{icons → src/icons}/flags/AQ.d.ts +0 -0
- /package/{icons → src/icons}/flags/AR.d.ts +0 -0
- /package/{icons → src/icons}/flags/AS.d.ts +0 -0
- /package/{icons → src/icons}/flags/AT.d.ts +0 -0
- /package/{icons → src/icons}/flags/AU.d.ts +0 -0
- /package/{icons → src/icons}/flags/AW.d.ts +0 -0
- /package/{icons → src/icons}/flags/AX.d.ts +0 -0
- /package/{icons → src/icons}/flags/AZ.d.ts +0 -0
- /package/{icons → src/icons}/flags/BA.d.ts +0 -0
- /package/{icons → src/icons}/flags/BB.d.ts +0 -0
- /package/{icons → src/icons}/flags/BD.d.ts +0 -0
- /package/{icons → src/icons}/flags/BE.d.ts +0 -0
- /package/{icons → src/icons}/flags/BF.d.ts +0 -0
- /package/{icons → src/icons}/flags/BG.d.ts +0 -0
- /package/{icons → src/icons}/flags/BH.d.ts +0 -0
- /package/{icons → src/icons}/flags/BI.d.ts +0 -0
- /package/{icons → src/icons}/flags/BJ.d.ts +0 -0
- /package/{icons → src/icons}/flags/BL.d.ts +0 -0
- /package/{icons → src/icons}/flags/BM.d.ts +0 -0
- /package/{icons → src/icons}/flags/BN.d.ts +0 -0
- /package/{icons → src/icons}/flags/BO.d.ts +0 -0
- /package/{icons → src/icons}/flags/BQ.d.ts +0 -0
- /package/{icons → src/icons}/flags/BR.d.ts +0 -0
- /package/{icons → src/icons}/flags/BS.d.ts +0 -0
- /package/{icons → src/icons}/flags/BT.d.ts +0 -0
- /package/{icons → src/icons}/flags/BV.d.ts +0 -0
- /package/{icons → src/icons}/flags/BW.d.ts +0 -0
- /package/{icons → src/icons}/flags/BY.d.ts +0 -0
- /package/{icons → src/icons}/flags/BZ.d.ts +0 -0
- /package/{icons → src/icons}/flags/CA.d.ts +0 -0
- /package/{icons → src/icons}/flags/CC.d.ts +0 -0
- /package/{icons → src/icons}/flags/CD.d.ts +0 -0
- /package/{icons → src/icons}/flags/CF.d.ts +0 -0
- /package/{icons → src/icons}/flags/CG.d.ts +0 -0
- /package/{icons → src/icons}/flags/CH.d.ts +0 -0
- /package/{icons → src/icons}/flags/CI.d.ts +0 -0
- /package/{icons → src/icons}/flags/CK.d.ts +0 -0
- /package/{icons → src/icons}/flags/CL.d.ts +0 -0
- /package/{icons → src/icons}/flags/CM.d.ts +0 -0
- /package/{icons → src/icons}/flags/CN.d.ts +0 -0
- /package/{icons → src/icons}/flags/CO.d.ts +0 -0
- /package/{icons → src/icons}/flags/CR.d.ts +0 -0
- /package/{icons → src/icons}/flags/CU.d.ts +0 -0
- /package/{icons → src/icons}/flags/CV.d.ts +0 -0
- /package/{icons → src/icons}/flags/CW.d.ts +0 -0
- /package/{icons → src/icons}/flags/CX.d.ts +0 -0
- /package/{icons → src/icons}/flags/CY.d.ts +0 -0
- /package/{icons → src/icons}/flags/CZ.d.ts +0 -0
- /package/{icons → src/icons}/flags/DE.d.ts +0 -0
- /package/{icons → src/icons}/flags/DJ.d.ts +0 -0
- /package/{icons → src/icons}/flags/DK.d.ts +0 -0
- /package/{icons → src/icons}/flags/DM.d.ts +0 -0
- /package/{icons → src/icons}/flags/DO.d.ts +0 -0
- /package/{icons → src/icons}/flags/DZ.d.ts +0 -0
- /package/{icons → src/icons}/flags/Default.d.ts +0 -0
- /package/{icons → src/icons}/flags/EC.d.ts +0 -0
- /package/{icons → src/icons}/flags/EE.d.ts +0 -0
- /package/{icons → src/icons}/flags/EG.d.ts +0 -0
- /package/{icons → src/icons}/flags/EH.d.ts +0 -0
- /package/{icons → src/icons}/flags/ER.d.ts +0 -0
- /package/{icons → src/icons}/flags/ES.d.ts +0 -0
- /package/{icons → src/icons}/flags/ET.d.ts +0 -0
- /package/{icons → src/icons}/flags/FI.d.ts +0 -0
- /package/{icons → src/icons}/flags/FJ.d.ts +0 -0
- /package/{icons → src/icons}/flags/FK.d.ts +0 -0
- /package/{icons → src/icons}/flags/FM.d.ts +0 -0
- /package/{icons → src/icons}/flags/FO.d.ts +0 -0
- /package/{icons → src/icons}/flags/FR.d.ts +0 -0
- /package/{icons → src/icons}/flags/GA.d.ts +0 -0
- /package/{icons → src/icons}/flags/GB.d.ts +0 -0
- /package/{icons → src/icons}/flags/GD.d.ts +0 -0
- /package/{icons → src/icons}/flags/GE.d.ts +0 -0
- /package/{icons → src/icons}/flags/GF.d.ts +0 -0
- /package/{icons → src/icons}/flags/GG.d.ts +0 -0
- /package/{icons → src/icons}/flags/GH.d.ts +0 -0
- /package/{icons → src/icons}/flags/GI.d.ts +0 -0
- /package/{icons → src/icons}/flags/GL.d.ts +0 -0
- /package/{icons → src/icons}/flags/GM.d.ts +0 -0
- /package/{icons → src/icons}/flags/GN.d.ts +0 -0
- /package/{icons → src/icons}/flags/GP.d.ts +0 -0
- /package/{icons → src/icons}/flags/GQ.d.ts +0 -0
- /package/{icons → src/icons}/flags/GR.d.ts +0 -0
- /package/{icons → src/icons}/flags/GS.d.ts +0 -0
- /package/{icons → src/icons}/flags/GT.d.ts +0 -0
- /package/{icons → src/icons}/flags/GU.d.ts +0 -0
- /package/{icons → src/icons}/flags/GW.d.ts +0 -0
- /package/{icons → src/icons}/flags/GY.d.ts +0 -0
- /package/{icons → src/icons}/flags/HK.d.ts +0 -0
- /package/{icons → src/icons}/flags/HM.d.ts +0 -0
- /package/{icons → src/icons}/flags/HN.d.ts +0 -0
- /package/{icons → src/icons}/flags/HR.d.ts +0 -0
- /package/{icons → src/icons}/flags/HT.d.ts +0 -0
- /package/{icons → src/icons}/flags/HU.d.ts +0 -0
- /package/{icons → src/icons}/flags/IC.d.ts +0 -0
- /package/{icons → src/icons}/flags/ID.d.ts +0 -0
- /package/{icons → src/icons}/flags/IE.d.ts +0 -0
- /package/{icons → src/icons}/flags/IL.d.ts +0 -0
- /package/{icons → src/icons}/flags/IM.d.ts +0 -0
- /package/{icons → src/icons}/flags/IN.d.ts +0 -0
- /package/{icons → src/icons}/flags/IO.d.ts +0 -0
- /package/{icons → src/icons}/flags/IQ.d.ts +0 -0
- /package/{icons → src/icons}/flags/IR.d.ts +0 -0
- /package/{icons → src/icons}/flags/IS.d.ts +0 -0
- /package/{icons → src/icons}/flags/IT.d.ts +0 -0
- /package/{icons → src/icons}/flags/JE.d.ts +0 -0
- /package/{icons → src/icons}/flags/JM.d.ts +0 -0
- /package/{icons → src/icons}/flags/JO.d.ts +0 -0
- /package/{icons → src/icons}/flags/JP.d.ts +0 -0
- /package/{icons → src/icons}/flags/KE.d.ts +0 -0
- /package/{icons → src/icons}/flags/KG.d.ts +0 -0
- /package/{icons → src/icons}/flags/KH.d.ts +0 -0
- /package/{icons → src/icons}/flags/KI.d.ts +0 -0
- /package/{icons → src/icons}/flags/KM.d.ts +0 -0
- /package/{icons → src/icons}/flags/KN.d.ts +0 -0
- /package/{icons → src/icons}/flags/KP.d.ts +0 -0
- /package/{icons → src/icons}/flags/KR.d.ts +0 -0
- /package/{icons → src/icons}/flags/KW.d.ts +0 -0
- /package/{icons → src/icons}/flags/KY.d.ts +0 -0
- /package/{icons → src/icons}/flags/KZ.d.ts +0 -0
- /package/{icons → src/icons}/flags/LA.d.ts +0 -0
- /package/{icons → src/icons}/flags/LB.d.ts +0 -0
- /package/{icons → src/icons}/flags/LC.d.ts +0 -0
- /package/{icons → src/icons}/flags/LI.d.ts +0 -0
- /package/{icons → src/icons}/flags/LK.d.ts +0 -0
- /package/{icons → src/icons}/flags/LR.d.ts +0 -0
- /package/{icons → src/icons}/flags/LS.d.ts +0 -0
- /package/{icons → src/icons}/flags/LT.d.ts +0 -0
- /package/{icons → src/icons}/flags/LU.d.ts +0 -0
- /package/{icons → src/icons}/flags/LV.d.ts +0 -0
- /package/{icons → src/icons}/flags/LY.d.ts +0 -0
- /package/{icons → src/icons}/flags/MA.d.ts +0 -0
- /package/{icons → src/icons}/flags/MC.d.ts +0 -0
- /package/{icons → src/icons}/flags/MD.d.ts +0 -0
- /package/{icons → src/icons}/flags/ME.d.ts +0 -0
- /package/{icons → src/icons}/flags/MF.d.ts +0 -0
- /package/{icons → src/icons}/flags/MG.d.ts +0 -0
- /package/{icons → src/icons}/flags/MH.d.ts +0 -0
- /package/{icons → src/icons}/flags/MK.d.ts +0 -0
- /package/{icons → src/icons}/flags/ML.d.ts +0 -0
- /package/{icons → src/icons}/flags/MM.d.ts +0 -0
- /package/{icons → src/icons}/flags/MN.d.ts +0 -0
- /package/{icons → src/icons}/flags/MO.d.ts +0 -0
- /package/{icons → src/icons}/flags/MP.d.ts +0 -0
- /package/{icons → src/icons}/flags/MQ.d.ts +0 -0
- /package/{icons → src/icons}/flags/MR.d.ts +0 -0
- /package/{icons → src/icons}/flags/MS.d.ts +0 -0
- /package/{icons → src/icons}/flags/MT.d.ts +0 -0
- /package/{icons → src/icons}/flags/MU.d.ts +0 -0
- /package/{icons → src/icons}/flags/MV.d.ts +0 -0
- /package/{icons → src/icons}/flags/MW.d.ts +0 -0
- /package/{icons → src/icons}/flags/MX.d.ts +0 -0
- /package/{icons → src/icons}/flags/MY.d.ts +0 -0
- /package/{icons → src/icons}/flags/MZ.d.ts +0 -0
- /package/{icons → src/icons}/flags/NA.d.ts +0 -0
- /package/{icons → src/icons}/flags/NC.d.ts +0 -0
- /package/{icons → src/icons}/flags/NE.d.ts +0 -0
- /package/{icons → src/icons}/flags/NF.d.ts +0 -0
- /package/{icons → src/icons}/flags/NG.d.ts +0 -0
- /package/{icons → src/icons}/flags/NI.d.ts +0 -0
- /package/{icons → src/icons}/flags/NL.d.ts +0 -0
- /package/{icons → src/icons}/flags/NO.d.ts +0 -0
- /package/{icons → src/icons}/flags/NP.d.ts +0 -0
- /package/{icons → src/icons}/flags/NR.d.ts +0 -0
- /package/{icons → src/icons}/flags/NU.d.ts +0 -0
- /package/{icons → src/icons}/flags/NZ.d.ts +0 -0
- /package/{icons → src/icons}/flags/OM.d.ts +0 -0
- /package/{icons → src/icons}/flags/PA.d.ts +0 -0
- /package/{icons → src/icons}/flags/PE.d.ts +0 -0
- /package/{icons → src/icons}/flags/PF.d.ts +0 -0
- /package/{icons → src/icons}/flags/PG.d.ts +0 -0
- /package/{icons → src/icons}/flags/PH.d.ts +0 -0
- /package/{icons → src/icons}/flags/PK.d.ts +0 -0
- /package/{icons → src/icons}/flags/PL.d.ts +0 -0
- /package/{icons → src/icons}/flags/PM.d.ts +0 -0
- /package/{icons → src/icons}/flags/PN.d.ts +0 -0
- /package/{icons → src/icons}/flags/PR.d.ts +0 -0
- /package/{icons → src/icons}/flags/PS.d.ts +0 -0
- /package/{icons → src/icons}/flags/PT.d.ts +0 -0
- /package/{icons → src/icons}/flags/PW.d.ts +0 -0
- /package/{icons → src/icons}/flags/PY.d.ts +0 -0
- /package/{icons → src/icons}/flags/QA.d.ts +0 -0
- /package/{icons → src/icons}/flags/RE.d.ts +0 -0
- /package/{icons → src/icons}/flags/RO.d.ts +0 -0
- /package/{icons → src/icons}/flags/RS.d.ts +0 -0
- /package/{icons → src/icons}/flags/RU.d.ts +0 -0
- /package/{icons → src/icons}/flags/RW.d.ts +0 -0
- /package/{icons → src/icons}/flags/SA.d.ts +0 -0
- /package/{icons → src/icons}/flags/SB.d.ts +0 -0
- /package/{icons → src/icons}/flags/SC.d.ts +0 -0
- /package/{icons → src/icons}/flags/SD.d.ts +0 -0
- /package/{icons → src/icons}/flags/SE.d.ts +0 -0
- /package/{icons → src/icons}/flags/SG.d.ts +0 -0
- /package/{icons → src/icons}/flags/SH.d.ts +0 -0
- /package/{icons → src/icons}/flags/SI.d.ts +0 -0
- /package/{icons → src/icons}/flags/SJ.d.ts +0 -0
- /package/{icons → src/icons}/flags/SK.d.ts +0 -0
- /package/{icons → src/icons}/flags/SL.d.ts +0 -0
- /package/{icons → src/icons}/flags/SM.d.ts +0 -0
- /package/{icons → src/icons}/flags/SN.d.ts +0 -0
- /package/{icons → src/icons}/flags/SO.d.ts +0 -0
- /package/{icons → src/icons}/flags/SR.d.ts +0 -0
- /package/{icons → src/icons}/flags/SS.d.ts +0 -0
- /package/{icons → src/icons}/flags/ST.d.ts +0 -0
- /package/{icons → src/icons}/flags/SV.d.ts +0 -0
- /package/{icons → src/icons}/flags/SX.d.ts +0 -0
- /package/{icons → src/icons}/flags/SY.d.ts +0 -0
- /package/{icons → src/icons}/flags/SZ.d.ts +0 -0
- /package/{icons → src/icons}/flags/TC.d.ts +0 -0
- /package/{icons → src/icons}/flags/TD.d.ts +0 -0
- /package/{icons → src/icons}/flags/TF.d.ts +0 -0
- /package/{icons → src/icons}/flags/TG.d.ts +0 -0
- /package/{icons → src/icons}/flags/TH.d.ts +0 -0
- /package/{icons → src/icons}/flags/TJ.d.ts +0 -0
- /package/{icons → src/icons}/flags/TK.d.ts +0 -0
- /package/{icons → src/icons}/flags/TL.d.ts +0 -0
- /package/{icons → src/icons}/flags/TM.d.ts +0 -0
- /package/{icons → src/icons}/flags/TN.d.ts +0 -0
- /package/{icons → src/icons}/flags/TO.d.ts +0 -0
- /package/{icons → src/icons}/flags/TR.d.ts +0 -0
- /package/{icons → src/icons}/flags/TT.d.ts +0 -0
- /package/{icons → src/icons}/flags/TV.d.ts +0 -0
- /package/{icons → src/icons}/flags/TW.d.ts +0 -0
- /package/{icons → src/icons}/flags/TZ.d.ts +0 -0
- /package/{icons → src/icons}/flags/UA.d.ts +0 -0
- /package/{icons → src/icons}/flags/UG.d.ts +0 -0
- /package/{icons → src/icons}/flags/UM.d.ts +0 -0
- /package/{icons → src/icons}/flags/US.d.ts +0 -0
- /package/{icons → src/icons}/flags/UY.d.ts +0 -0
- /package/{icons → src/icons}/flags/UZ.d.ts +0 -0
- /package/{icons → src/icons}/flags/VA.d.ts +0 -0
- /package/{icons → src/icons}/flags/VC.d.ts +0 -0
- /package/{icons → src/icons}/flags/VE.d.ts +0 -0
- /package/{icons → src/icons}/flags/VG.d.ts +0 -0
- /package/{icons → src/icons}/flags/VI.d.ts +0 -0
- /package/{icons → src/icons}/flags/VN.d.ts +0 -0
- /package/{icons → src/icons}/flags/VU.d.ts +0 -0
- /package/{icons → src/icons}/flags/WF.d.ts +0 -0
- /package/{icons → src/icons}/flags/WS.d.ts +0 -0
- /package/{icons → src/icons}/flags/YE.d.ts +0 -0
- /package/{icons → src/icons}/flags/YT.d.ts +0 -0
- /package/{icons → src/icons}/flags/ZA.d.ts +0 -0
- /package/{icons → src/icons}/flags/ZM.d.ts +0 -0
- /package/{icons → src/icons}/flags/ZW.d.ts +0 -0
- /package/{icons → src/icons}/flags/_FlagIndex.d.ts +0 -0
- /package/{icons → src/icons}/icon-base/_IconBase.d.ts +0 -0
- /package/{icons → src/icons}/icon-base/_StateIconBase.d.ts +0 -0
- /package/{icons → src/icons}/icon-base/_ThemeIconBase.d.ts +0 -0
- /package/{styles → src/styles}/constants/theme.d.ts +0 -0
- /package/{styles → src/styles}/devices.d.ts +0 -0
- /package/{tools → src/tools}/mcp/client.d.ts +0 -0
- /package/{tools → src/tools}/mcp/index.d.ts +0 -0
- /package/{tools → src/tools}/mcp/tools.d.ts +0 -0
- /package/{tools → src/tools}/mcp/types.d.ts +0 -0
- /package/{types → src/types}/BaseProps.d.ts +0 -0
- /package/{types → src/types}/Color.d.ts +0 -0
- /package/{types → src/types}/Depth.d.ts +0 -0
- /package/{types → src/types}/GeoJsonWorld.d.ts +0 -0
- /package/{types → src/types}/GridSpacing.d.ts +0 -0
- /package/{types → src/types}/IconProps.d.ts +0 -0
- /package/{types → src/types}/Intent.d.ts +0 -0
- /package/{types → src/types}/ReactComponent.d.ts +0 -0
- /package/{types → src/types}/SectionLayout.d.ts +0 -0
- /package/{types → src/types}/SelectOption.d.ts +0 -0
- /package/{types → src/types}/Size.d.ts +0 -0
- /package/{types → src/types}/Theme.d.ts +0 -0
- /package/{types → src/types}/UnitedStates.d.ts +0 -0
- /package/{types → src/types}/UploadedFile.d.ts +0 -0
- /package/{types → src/types}/Variant.d.ts +0 -0
- /package/{types/deep/DeepKeyofAtIndex.test-d.d.ts → src/types/deep/Deep.test-d.d.ts} +0 -0
- /package/{types → src/types}/deep/DeepKeyof.d.ts +0 -0
- /package/{types → src/types}/deep/DeepKeyofAtIndex.d.ts +0 -0
- /package/{types → src/types}/deep/DeepReducerActions.d.ts +0 -0
- /package/{types → src/types}/deep/deep.d.ts +0 -0
- /package/{utils → src/utils}/_extractQueryParams.d.ts +0 -0
- /package/{utils → src/utils}/addIndex.d.ts +0 -0
- /package/{utils → src/utils}/changeDeepProperty.d.ts +0 -0
- /package/{utils → src/utils}/changeDeepPropertyAtIndex.d.ts +0 -0
- /package/{utils → src/utils}/countryPhoneCodes.d.ts +0 -0
- /package/{utils → src/utils}/flattenRow.d.ts +0 -0
- /package/{utils → src/utils}/formatCurrency.d.ts +0 -0
- /package/{utils → src/utils}/getAminoColor.d.ts +0 -0
- /package/{utils → src/utils}/getCountryCodeByName.d.ts +0 -0
- /package/{utils → src/utils}/getCountryUrls.d.ts +0 -0
- /package/{utils → src/utils}/getFuzzySearch.d.ts +0 -0
- /package/{utils → src/utils}/getHashId.d.ts +0 -0
- /package/{utils → src/utils}/getIsInternalLink.d.ts +0 -0
- /package/{utils → src/utils}/getProductDetails.d.ts +0 -0
- /package/{utils → src/utils}/getTestId.d.ts +0 -0
- /package/{utils → src/utils}/handleFetch.d.ts +0 -0
- /package/{utils → src/utils}/hooks/action-pivot-table/useHasuraGqlPagination.d.ts +0 -0
- /package/{utils → src/utils}/hooks/useAminoTheme.d.ts +0 -0
- /package/{utils → src/utils}/hooks/useCountryOptions.d.ts +0 -0
- /package/{utils → src/utils}/hooks/useDropdown.d.ts +0 -0
- /package/{utils → src/utils}/hooks/useHandleOutsideClick.d.ts +0 -0
- /package/{utils → src/utils}/hooks/useHeightAdjustTextarea.d.ts +0 -0
- /package/{utils → src/utils}/hooks/useNotify.d.ts +0 -0
- /package/{utils → src/utils}/hooks/usePrevious.d.ts +0 -0
- /package/{utils → src/utils}/hooks/useStateUrl.d.ts +0 -0
- /package/{utils → src/utils}/hooks/useStorage.d.ts +0 -0
- /package/{utils → src/utils}/hooks/useSwr.d.ts +0 -0
- /package/{utils → src/utils}/hooks/useSwrt.d.ts +0 -0
- /package/{utils → src/utils}/isKeyInObj.d.ts +0 -0
- /package/{utils → src/utils}/jsonParse.d.ts +0 -0
- /package/{utils → src/utils}/multiinput/parseStringIntoTags.d.ts +0 -0
- /package/{utils → src/utils}/prepCountryOptions.d.ts +0 -0
- /package/{utils → src/utils}/prepRegionCountryOptions.d.ts +0 -0
- /package/{utils → src/utils}/setupNestedData.d.ts +0 -0
- /package/{utils → src/utils}/storage.d.ts +0 -0
- /package/{utils → src/utils}/style.d.ts +0 -0
- /package/{utils → src/utils}/translations/AminoTranslationStore.d.ts +0 -0
- /package/{utils → src/utils}/translations/__amino__/translateAminoText.d.ts +0 -0
- /package/{utils → src/utils}/translations/_handleTranslateComponentText.d.ts +0 -0
- /package/{utils → src/utils}/translations/_handleTranslationVariables.d.ts +0 -0
- /package/{utils → src/utils}/translations/extractTextKeys.d.ts +0 -0
- /package/{utils → src/utils}/translations/supportedLanguages.d.ts +0 -0
- /package/{utils → src/utils}/translations/translate.d.ts +0 -0
- /package/{utils → src/utils}/truncateText.d.ts +0 -0
- /package/{utils → src/utils}/unitedStates.d.ts +0 -0
- /package/{utils → src/utils}/useCopyText.d.ts +0 -0
package/icons/flags/ZM.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var s=require("react"),c=require("../flag-icon/_FlagIconBase.js"),
|
|
1
|
+
"use strict";var s=require("react"),c=require("../flag-icon/_FlagIconBase.js"),r=require("react/jsx-runtime"),e=s.forwardRef((function(s,e){var i=s.borderRadius,a=s.height,h=s.width;return r.jsxs(c.FlagIconBase,{ref:e,borderRadius:i,height:a,viewBox:"0 0 24 25",width:h,children:[r.jsx("path",{d:"M21.333 3.555H2.667A2.667 2.667 0 0 0 0 6.222v12a2.667 2.667 0 0 0 2.667 2.667h18.666A2.667 2.667 0 0 0 24 18.222v-12a2.667 2.667 0 0 0-2.667-2.667Z",fill:"#1A8A00"}),r.jsx("path",{d:"M20.667 20.889h.666A2.667 2.667 0 0 0 24 18.222v-8h-3.333V20.89Z",fill:"#EF7D00"}),r.jsx("path",{d:"M17.333 10.222h3.334V20.89h-3.334V10.222Z",fill:"#141414"}),r.jsx("path",{d:"M14 10.222h3.333V20.89H14V10.222Z",fill:"#DE200F"}),r.jsx("path",{d:"M23.389 5.726c-.073-.014-.478.217-.478.217s.376-.433.29-.433c-.087 0-.578.23-.578.23s.304-.375.202-.332c-.101.044-.65.289-1.069.464.059-.1.043-.248 0-.248s-.29.159-.665.246c-.376.087-.938.405-1.184.362-.246-.044-.737 0-.737 0s-.144-.217-.029-.275c.115-.058.203.087.203.087s.203-.087.203-.21c0-.122-.348-.137-.348-.137s-.145-.187-.375-.187c-.607 0-.65.65-.65.65s-.247-.087-.477-.145c-.232-.058-.636-.029-1.04-.275-.404-.246-.665-.332-.174.188-.723-.246-1.098-.736-1.2-.524-.101.214.275.466.275.466s-.203-.057-.375-.216c-.174-.16-.42-.26-.188.086-.303-.086-.086.232-.086.232s-.246.072 0 .245c.245.173.693.246.693.246s-.203.144-.073.202c.13.058.348.015.348.015s-.174.144 0 .202c.173.058.39 0 .39 0s-.072.144.1.209c.174.065.449-.08.449-.08s-.13.087 0 .16c.13.071.332-.08.332-.08s-.115.195 0 .224c.115.029.303-.115.303-.115s-.115.187 0 .202c.116.014.376-.13.376-.13s-.159.202 0 .202.347-.101.347-.101-.043.159.087.217c.13.058.317-.102.317-.102s.044.304.015.477c-.029.173.187.043.187.043s-.03.26-.203.246c-.173-.014-.347.217-.288.275.058.058.288-.043.288-.043s-.014.318.072.29c.087-.026.232-.204.232-.204s.086.232.145.203c.058-.03.087-.159.087-.231 0-.073.158-.102.158-.102s.043.289.101.233c.059-.057.072-.247.159-.305.086-.057.058.332.144.304.088-.03.044-.29.015-.376-.029-.087.174.072.16 0-.015-.073-.175-.217-.175-.217s.202.073.145 0c-.057-.073-.087-.26 0-.22.087.041.16-.127.16-.127s.23.174.374.116c.144-.058-.187-.26-.187-.26s.506.173.617.144c.112-.03-.17-.216-.17-.216s.318.072.376 0c.057-.073-.207-.13-.207-.13s.35.058.394 0c.044-.058-.1-.13-.1-.13s.577-.014.693-.217c.578.015 1.213-.447 1.271-.549.058-.101-.1-.101-.1-.101s.347-.275.303-.318c-.043-.043-.231.057-.231.057s.448-.39.376-.404Zm-4.291 2.485c-.187 0-.059-.1-.088-.202-.03-.101.101-.014.087-.101-.016-.087 0-.506 0-.506.144.145.216.333.202.477-.014.145.072.159.101.231.03.073-.115.1-.302.1Z",fill:"#EF7D00"})]})}));exports.ZM=e;
|
package/icons/flags/ZW.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
"use strict";var l=require("react"),
|
|
1
|
+
"use strict";var l=require("react"),h=require("../flag-icon/_FlagIconBase.js"),a=require("react/jsx-runtime"),c=l.forwardRef((function(c,i){var s=c.borderRadius,e=c.height,r=c.width,t=l.useId();return a.jsxs(h.FlagIconBase,{ref:i,borderRadius:s,height:e,viewBox:"0 0 24 25",width:r,children:[a.jsxs("g",{clipPath:"url(#".concat(t,"-0)"),children:[a.jsx("path",{d:"M6.77 8.222 1.221 3.98A2.661 2.661 0 0 0 0 6.222v12a2.661 2.661 0 0 0 1.223 2.242L12 12.222l-5.23-4Z",fill:"#EEE"}),a.jsx("path",{d:"m4.455 7.953 1.188 2.409 2.66.387-1.925 1.875.455 2.648-2.378-1.25-2.378 1.25.454-2.648-1.924-1.875 2.658-.387 1.19-2.409Z",fill:"#DE200F"}),a.jsx("path",{d:"M5 10.527c-.611-.5-.861-.86-1.305-1.555-.444-.694-1.028-.611-1.278 0-.389.084-.5.5-.5.5.638-.194 1.055.222 1.111 1.112.056.889-.167 1.138-.555 1.916-.389.778.055.972.055.972l.256 1.35h3.972l.55-2.378h.333S5.611 11.027 5 10.527Z",fill:"#FFD200"}),a.jsx("path",{d:"m3.875 11.243-.23.157s.417.913 1.021 1.044c.604.132 2.558.349 2.558.349l.08-.349s-2.02-.243-2.527-.326c-.508-.084-.902-.875-.902-.875Zm-.5 2.25s.854-.07 1.292 0c.408.067 2.128.162 2.356.175l.075-.327c-.233-.037-2.05-.327-2.557-.357-.541-.032-1.082.23-1.166.51Zm.438.646.104.684h2.838l.122-.523c-1.382-.274-3.064-.161-3.064-.161Z",fill:"#FFAC33"}),a.jsx("path",{d:"M6.782 14.856H2.756l-.005-.027-.253-1.335a.426.426 0 0 1-.185-.23c-.073-.2-.029-.462.129-.78.059-.117.114-.222.165-.32.28-.537.434-.833.388-1.58-.032-.497-.176-.848-.418-1.016-.176-.121-.394-.143-.65-.065l-.058.018.016-.058c.004-.018.117-.426.508-.52.124-.292.329-.472.564-.493.272-.023.543.154.766.503.428.67.68 1.043 1.298 1.548.604.494 2.617 1.902 2.638 1.916l.086.06h-.412l-.551 2.379Zm-3.97-.066h3.917l.55-2.379h.254c-.394-.276-2.021-1.421-2.554-1.858-.626-.512-.88-.888-1.312-1.563-.209-.327-.463-.496-.704-.473-.214.02-.402.19-.516.468L2.441 9l-.018.003c-.278.06-.408.305-.454.418.251-.063.468-.032.646.091.26.18.414.55.446 1.068.048.764-.109 1.066-.394 1.614-.051.098-.106.203-.164.32-.148.294-.192.544-.128.724.054.15.162.2.167.202l.016.008.003.016.25 1.325Z",fill:"#F15A29"}),a.jsx("path",{d:"M23.915 5.555a2.667 2.667 0 0 0-2.582-2H2.667c-.532 0-1.028.156-1.444.424l-.001.001 2.06 1.575h20.633Zm0 13.334c-.296 1.15-1.34 2-2.582 2H2.667a2.658 2.658 0 0 1-1.444-.424h-.001l2.06-1.576h20.633Z",fill:"#319209"}),a.jsx("path",{d:"M3.282 5.556 12 12.222 3.282 18.89h20.633a2.65 2.65 0 0 0 .085-.667v-12c0-.228-.03-.454-.085-.666 0-.002-20.633 0-20.633 0Z",fill:"#FFD200"}),a.jsx("path",{d:"m6.77 8.222 3.487 2.667H24V8.222H6.77Zm0 8H24v-2.667H10.257l-3.488 2.667Z",fill:"#DE200F"}),a.jsx("path",{d:"M10.257 10.889 1.222 3.98a2.76 2.76 0 0 0-.333.254l10.444 7.988L.89 20.21c.104.093.216.178.334.254l9.034-6.908H24v-2.667H10.257Z",fill:"#141414"})]}),a.jsx("defs",{children:a.jsx("clipPath",{id:"".concat(t,"-0"),children:a.jsx("path",{d:"M0 .222h24v24H0z",fill:"#fff"})})})]})}));exports.ZW=c;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@zonos/amino",
|
|
3
|
-
"version": "
|
|
3
|
+
"version": "6.0.0-alpha.0",
|
|
4
4
|
"description": "Core UI components for Amino",
|
|
5
5
|
"repository": "git@github.com:Zonos/amino.git",
|
|
6
6
|
"license": "MIT",
|
|
@@ -19,19 +19,38 @@
|
|
|
19
19
|
"scripts": {},
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@floating-ui/react": "^0.26.0",
|
|
22
|
-
"@
|
|
22
|
+
"@radix-ui/react-alert-dialog": "^1.1.15",
|
|
23
|
+
"@radix-ui/react-avatar": "^1.1.11",
|
|
24
|
+
"@radix-ui/react-checkbox": "^1.3.3",
|
|
25
|
+
"@radix-ui/react-collapsible": "^1.1.12",
|
|
26
|
+
"@radix-ui/react-dialog": "^1.1.15",
|
|
27
|
+
"@radix-ui/react-dropdown-menu": "^2.1.16",
|
|
28
|
+
"@radix-ui/react-label": "^2.1.8",
|
|
29
|
+
"@radix-ui/react-popover": "^1.1.15",
|
|
30
|
+
"@radix-ui/react-progress": "^1.1.8",
|
|
31
|
+
"@radix-ui/react-radio-group": "^1.3.8",
|
|
32
|
+
"@radix-ui/react-select": "^2.2.6",
|
|
33
|
+
"@radix-ui/react-separator": "^1.1.8",
|
|
34
|
+
"@radix-ui/react-slot": "^1.2.4",
|
|
35
|
+
"@radix-ui/react-switch": "^1.2.6",
|
|
36
|
+
"@radix-ui/react-tabs": "^1.1.13",
|
|
37
|
+
"@radix-ui/react-toggle": "^1.1.10",
|
|
38
|
+
"@radix-ui/react-toggle-group": "^1.1.11",
|
|
39
|
+
"@radix-ui/react-tooltip": "^1.2.8",
|
|
23
40
|
"@rollup/plugin-json": "^6.1.0",
|
|
24
41
|
"@t3-oss/env-core": "^0.13.4",
|
|
25
42
|
"clsx": "^2.0.0",
|
|
26
43
|
"d3-geo": "^2.0.2",
|
|
27
44
|
"fuse.js": "^6.6.2",
|
|
28
45
|
"next": "^15.5.7",
|
|
46
|
+
"next-themes": "^0.4.6",
|
|
29
47
|
"react-data-grid": "7.0.0-beta.34",
|
|
30
48
|
"react-dropzone": "^12.1.0",
|
|
31
49
|
"react-intersection-observer": "^9.13.1",
|
|
32
50
|
"react-select": "^5.7.4",
|
|
33
51
|
"react-simple-maps": "^3.0.0",
|
|
34
52
|
"react-split-it": "^2.0.0",
|
|
53
|
+
"sonner": "^2.0.7",
|
|
35
54
|
"topojson-client": "^3.1.0",
|
|
36
55
|
"uuid": "^9.0.0",
|
|
37
56
|
"zod": "^3.23.8",
|
|
@@ -39,10 +58,7 @@
|
|
|
39
58
|
},
|
|
40
59
|
"devDependencies": {},
|
|
41
60
|
"peerDependencies": {
|
|
42
|
-
"@emotion/react": "^11.x",
|
|
43
|
-
"@emotion/styled": "^11.x",
|
|
44
61
|
"dayjs": "*",
|
|
45
|
-
"zustand": "^5.0.0",
|
|
46
62
|
"framer-motion": "^10.x",
|
|
47
63
|
"graphql": "^16.x",
|
|
48
64
|
"graphql-request": "~5.1.0",
|
|
@@ -50,7 +66,8 @@
|
|
|
50
66
|
"react": "^18.x || ^19.x",
|
|
51
67
|
"react-dom": "^18.x || ^19.x",
|
|
52
68
|
"react-tooltip": "^4.x",
|
|
53
|
-
"swr": "2.x"
|
|
69
|
+
"swr": "2.x",
|
|
70
|
+
"zustand": "^5.0.0"
|
|
54
71
|
},
|
|
55
72
|
"types": "all.d.ts"
|
|
56
73
|
}
|
|
@@ -51,6 +51,9 @@ import './components/input/input-simple/InputSimple';
|
|
|
51
51
|
import './components/input/Input';
|
|
52
52
|
import './components/input/MultiInput';
|
|
53
53
|
import './components/json-vision-viewer/JsonVisionViewer';
|
|
54
|
+
import './components/language-picker/AnimatedGlobe';
|
|
55
|
+
import './components/language-picker/LanguageItem';
|
|
56
|
+
import './components/language-picker/LanguagePicker';
|
|
54
57
|
import './components/layout/Layout';
|
|
55
58
|
import './components/layout/NavigationGroup';
|
|
56
59
|
import './components/lightbox/LightBox';
|
|
@@ -107,6 +110,31 @@ import './components/toast/ToastContext';
|
|
|
107
110
|
import './components/toggle/Toggle';
|
|
108
111
|
import './components/tooltip/Tooltip';
|
|
109
112
|
import './components/translations/Translate';
|
|
113
|
+
import './components/ui/alert-dialog';
|
|
114
|
+
import './components/ui/avatar';
|
|
115
|
+
import './components/ui/badge';
|
|
116
|
+
import './components/ui/button';
|
|
117
|
+
import './components/ui/card';
|
|
118
|
+
import './components/ui/checkbox';
|
|
119
|
+
import './components/ui/collapsible';
|
|
120
|
+
import './components/ui/dialog';
|
|
121
|
+
import './components/ui/dropdown-menu';
|
|
122
|
+
import './components/ui/input';
|
|
123
|
+
import './components/ui/label';
|
|
124
|
+
import './components/ui/popover';
|
|
125
|
+
import './components/ui/progress';
|
|
126
|
+
import './components/ui/radio-group';
|
|
127
|
+
import './components/ui/select';
|
|
128
|
+
import './components/ui/separator';
|
|
129
|
+
import './components/ui/sheet';
|
|
130
|
+
import './components/ui/skeleton';
|
|
131
|
+
import './components/ui/sonner';
|
|
132
|
+
import './components/ui/switch';
|
|
133
|
+
import './components/ui/tabs';
|
|
134
|
+
import './components/ui/textarea';
|
|
135
|
+
import './components/ui/toggle-group';
|
|
136
|
+
import './components/ui/toggle';
|
|
137
|
+
import './components/ui/tooltip';
|
|
110
138
|
import './icons/AIDuotoneIcon';
|
|
111
139
|
import './icons/AIIcon';
|
|
112
140
|
import './icons/ArrowDownDuotoneIcon';
|
|
@@ -736,6 +764,7 @@ import './styles/devices';
|
|
|
736
764
|
import './utils/addIndex';
|
|
737
765
|
import './utils/changeDeepProperty';
|
|
738
766
|
import './utils/changeDeepPropertyAtIndex';
|
|
767
|
+
import './utils/cn';
|
|
739
768
|
import './utils/countryPhoneCodes';
|
|
740
769
|
import './utils/flattenRow';
|
|
741
770
|
import './utils/formatCurrency';
|
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
import type { ReactNode } from 'react';
|
|
2
|
-
import type { CollapseProps as MuiCollapseProps } from '@mui/material/Collapse';
|
|
3
2
|
import type { BaseProps } from "../../types/BaseProps";
|
|
4
3
|
export type CollapseProps = BaseProps & {
|
|
5
4
|
children: ReactNode;
|
|
@@ -13,7 +12,11 @@ export type CollapseProps = BaseProps & {
|
|
|
13
12
|
* @default false
|
|
14
13
|
*/
|
|
15
14
|
collapsed?: boolean;
|
|
16
|
-
|
|
15
|
+
/**
|
|
16
|
+
* Whether the collapse should expand horizontally or vertically
|
|
17
|
+
*/
|
|
18
|
+
orientation?: 'horizontal' | 'vertical';
|
|
19
|
+
};
|
|
17
20
|
/**
|
|
18
21
|
* Collapse component animates the expansion and collapse of its content.
|
|
19
22
|
* It's useful for creating accordions, expandable panels, and other interactive UI elements.
|
|
@@ -17,4 +17,4 @@ export declare const DateInput: import("react").ForwardRefExoticComponent<import
|
|
|
17
17
|
type?: import("react").HTMLInputTypeAttribute;
|
|
18
18
|
value: string | null;
|
|
19
19
|
valuePrefix?: import("react").ReactNode;
|
|
20
|
-
} & Pick<import("../../../help-text/HelpText").HelpTextProps, "error"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "error" | "size" | "label" | "pattern" | "disabled" | "type" | "autoFocus" | "placeholder" | "tabIndex" | "prefix" | "inputMode" | "onChange" | "onKeyDown" | "value" | keyof import("../../../../types/BaseProps").BaseProps | "
|
|
20
|
+
} & Pick<import("../../../help-text/HelpText").HelpTextProps, "error"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "error" | "size" | "label" | "pattern" | "disabled" | "type" | "autoFocus" | "placeholder" | "tabIndex" | "prefix" | "inputMode" | "onChange" | "onKeyDown" | "value" | keyof import("../../../../types/BaseProps").BaseProps | "readOnly" | "required" | "noBorder" | "suffix" | "valuePrefix"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -121,5 +121,5 @@ export declare const InputBase: import("react").ForwardRefExoticComponent<BasePr
|
|
|
121
121
|
value: string | null;
|
|
122
122
|
/** An additional value that appears next to the input but cannot be changed by the input */
|
|
123
123
|
valuePrefix?: ReactNode;
|
|
124
|
-
} & Pick<HelpTextProps, "error"> & Omit<InputHTMLAttributes<HTMLInputElement>, "error" | "size" | "label" | "pattern" | "disabled" | "type" | "autoFocus" | "placeholder" | "tabIndex" | "prefix" | "inputMode" | "onChange" | "onKeyDown" | "value" | keyof BaseProps | "
|
|
124
|
+
} & Pick<HelpTextProps, "error"> & Omit<InputHTMLAttributes<HTMLInputElement>, "error" | "size" | "label" | "pattern" | "disabled" | "type" | "autoFocus" | "placeholder" | "tabIndex" | "prefix" | "inputMode" | "onChange" | "onKeyDown" | "value" | keyof BaseProps | "readOnly" | "required" | "noBorder" | "suffix" | "valuePrefix"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
125
125
|
export {};
|
|
@@ -18,4 +18,4 @@ export declare const NumberInput: import("react").ForwardRefExoticComponent<impo
|
|
|
18
18
|
type?: import("react").HTMLInputTypeAttribute;
|
|
19
19
|
value: string | null;
|
|
20
20
|
valuePrefix?: import("react").ReactNode;
|
|
21
|
-
} & Pick<import("../../../help-text/HelpText").HelpTextProps, "error"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "error" | "size" | "label" | "pattern" | "disabled" | "type" | "autoFocus" | "placeholder" | "tabIndex" | "prefix" | "inputMode" | "onChange" | "onKeyDown" | "value" | keyof import("../../../../types/BaseProps").BaseProps | "
|
|
21
|
+
} & Pick<import("../../../help-text/HelpText").HelpTextProps, "error"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "error" | "size" | "label" | "pattern" | "disabled" | "type" | "autoFocus" | "placeholder" | "tabIndex" | "prefix" | "inputMode" | "onChange" | "onKeyDown" | "value" | keyof import("../../../../types/BaseProps").BaseProps | "readOnly" | "required" | "noBorder" | "suffix" | "valuePrefix"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -17,4 +17,4 @@ export declare const PasswordInput: import("react").ForwardRefExoticComponent<im
|
|
|
17
17
|
type?: import("react").HTMLInputTypeAttribute;
|
|
18
18
|
value: string | null;
|
|
19
19
|
valuePrefix?: import("react").ReactNode;
|
|
20
|
-
} & Pick<import("../../../help-text/HelpText").HelpTextProps, "error"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "error" | "size" | "label" | "pattern" | "disabled" | "type" | "autoFocus" | "placeholder" | "tabIndex" | "prefix" | "inputMode" | "onChange" | "onKeyDown" | "value" | keyof import("../../../../types/BaseProps").BaseProps | "
|
|
20
|
+
} & Pick<import("../../../help-text/HelpText").HelpTextProps, "error"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "error" | "size" | "label" | "pattern" | "disabled" | "type" | "autoFocus" | "placeholder" | "tabIndex" | "prefix" | "inputMode" | "onChange" | "onKeyDown" | "value" | keyof import("../../../../types/BaseProps").BaseProps | "readOnly" | "required" | "noBorder" | "suffix" | "valuePrefix"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -17,4 +17,4 @@ export declare const TimeInput: import("react").ForwardRefExoticComponent<import
|
|
|
17
17
|
type?: import("react").HTMLInputTypeAttribute;
|
|
18
18
|
value: string | null;
|
|
19
19
|
valuePrefix?: import("react").ReactNode;
|
|
20
|
-
} & Pick<import("../../../help-text/HelpText").HelpTextProps, "error"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "error" | "size" | "label" | "pattern" | "disabled" | "type" | "autoFocus" | "placeholder" | "tabIndex" | "prefix" | "inputMode" | "onChange" | "onKeyDown" | "value" | keyof import("../../../../types/BaseProps").BaseProps | "
|
|
20
|
+
} & Pick<import("../../../help-text/HelpText").HelpTextProps, "error"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "error" | "size" | "label" | "pattern" | "disabled" | "type" | "autoFocus" | "placeholder" | "tabIndex" | "prefix" | "inputMode" | "onChange" | "onKeyDown" | "value" | keyof import("../../../../types/BaseProps").BaseProps | "readOnly" | "required" | "noBorder" | "suffix" | "valuePrefix"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -17,4 +17,4 @@ export declare const DateInput: import("react").ForwardRefExoticComponent<import
|
|
|
17
17
|
type?: import("react").HTMLInputTypeAttribute;
|
|
18
18
|
value: string | null;
|
|
19
19
|
valuePrefix?: import("react").ReactNode;
|
|
20
|
-
} & Pick<import("../../help-text/HelpText").HelpTextProps, "error"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "error" | "size" | "label" | "pattern" | "disabled" | "type" | "autoFocus" | "placeholder" | "tabIndex" | "prefix" | "inputMode" | "onChange" | "onKeyDown" | "value" | keyof import("../../../types/BaseProps").BaseProps | "
|
|
20
|
+
} & Pick<import("../../help-text/HelpText").HelpTextProps, "error"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "error" | "size" | "label" | "pattern" | "disabled" | "type" | "autoFocus" | "placeholder" | "tabIndex" | "prefix" | "inputMode" | "onChange" | "onKeyDown" | "value" | keyof import("../../../types/BaseProps").BaseProps | "readOnly" | "required" | "noBorder" | "suffix" | "valuePrefix"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -123,5 +123,5 @@ export declare const FloatLabelInput: import("react").ForwardRefExoticComponent<
|
|
|
123
123
|
value: string | null;
|
|
124
124
|
/** An additional value that appears next to the input but cannot be changed by the input */
|
|
125
125
|
valuePrefix?: ReactNode;
|
|
126
|
-
} & Pick<HelpTextProps, "error"> & Omit<InputHTMLAttributes<HTMLInputElement>, "error" | "size" | "label" | "pattern" | "disabled" | "type" | "autoFocus" | "placeholder" | "tabIndex" | "prefix" | "inputMode" | "onChange" | "onKeyDown" | "value" | keyof BaseProps | "
|
|
126
|
+
} & Pick<HelpTextProps, "error"> & Omit<InputHTMLAttributes<HTMLInputElement>, "error" | "size" | "label" | "pattern" | "disabled" | "type" | "autoFocus" | "placeholder" | "tabIndex" | "prefix" | "inputMode" | "onChange" | "onKeyDown" | "value" | keyof BaseProps | "readOnly" | "required" | "noBorder" | "suffix" | "valuePrefix"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
127
127
|
export {};
|
|
@@ -18,4 +18,4 @@ export declare const NumberInput: import("react").ForwardRefExoticComponent<impo
|
|
|
18
18
|
type?: import("react").HTMLInputTypeAttribute;
|
|
19
19
|
value: string | null;
|
|
20
20
|
valuePrefix?: import("react").ReactNode;
|
|
21
|
-
} & Pick<import("../../help-text/HelpText").HelpTextProps, "error"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "error" | "size" | "label" | "pattern" | "disabled" | "type" | "autoFocus" | "placeholder" | "tabIndex" | "prefix" | "inputMode" | "onChange" | "onKeyDown" | "value" | keyof import("../../../types/BaseProps").BaseProps | "
|
|
21
|
+
} & Pick<import("../../help-text/HelpText").HelpTextProps, "error"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "error" | "size" | "label" | "pattern" | "disabled" | "type" | "autoFocus" | "placeholder" | "tabIndex" | "prefix" | "inputMode" | "onChange" | "onKeyDown" | "value" | keyof import("../../../types/BaseProps").BaseProps | "readOnly" | "required" | "noBorder" | "suffix" | "valuePrefix"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -17,4 +17,4 @@ export declare const PasswordInput: import("react").ForwardRefExoticComponent<im
|
|
|
17
17
|
type?: import("react").HTMLInputTypeAttribute;
|
|
18
18
|
value: string | null;
|
|
19
19
|
valuePrefix?: import("react").ReactNode;
|
|
20
|
-
} & Pick<import("../../help-text/HelpText").HelpTextProps, "error"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "error" | "size" | "label" | "pattern" | "disabled" | "type" | "autoFocus" | "placeholder" | "tabIndex" | "prefix" | "inputMode" | "onChange" | "onKeyDown" | "value" | keyof import("../../../types/BaseProps").BaseProps | "
|
|
20
|
+
} & Pick<import("../../help-text/HelpText").HelpTextProps, "error"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "error" | "size" | "label" | "pattern" | "disabled" | "type" | "autoFocus" | "placeholder" | "tabIndex" | "prefix" | "inputMode" | "onChange" | "onKeyDown" | "value" | keyof import("../../../types/BaseProps").BaseProps | "readOnly" | "required" | "noBorder" | "suffix" | "valuePrefix"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -17,4 +17,4 @@ export declare const TimeInput: import("react").ForwardRefExoticComponent<import
|
|
|
17
17
|
type?: import("react").HTMLInputTypeAttribute;
|
|
18
18
|
value: string | null;
|
|
19
19
|
valuePrefix?: import("react").ReactNode;
|
|
20
|
-
} & Pick<import("../../help-text/HelpText").HelpTextProps, "error"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "error" | "size" | "label" | "pattern" | "disabled" | "type" | "autoFocus" | "placeholder" | "tabIndex" | "prefix" | "inputMode" | "onChange" | "onKeyDown" | "value" | keyof import("../../../types/BaseProps").BaseProps | "
|
|
20
|
+
} & Pick<import("../../help-text/HelpText").HelpTextProps, "error"> & Omit<import("react").InputHTMLAttributes<HTMLInputElement>, "error" | "size" | "label" | "pattern" | "disabled" | "type" | "autoFocus" | "placeholder" | "tabIndex" | "prefix" | "inputMode" | "onChange" | "onKeyDown" | "value" | keyof import("../../../types/BaseProps").BaseProps | "readOnly" | "required" | "noBorder" | "suffix" | "valuePrefix"> & import("react").RefAttributes<HTMLInputElement>>;
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
export type LanguageItemProps = {
|
|
3
|
+
/** Language code (e.g., 'en', 'es', 'fr') */
|
|
4
|
+
code: string;
|
|
5
|
+
/** English name of the language */
|
|
6
|
+
englishName: string;
|
|
7
|
+
/** Flag emoji for the language */
|
|
8
|
+
flag: string;
|
|
9
|
+
/** Index for staggered animation */
|
|
10
|
+
index: number;
|
|
11
|
+
/** Whether this language is currently selected */
|
|
12
|
+
isSelected: boolean;
|
|
13
|
+
/** Native name of the language */
|
|
14
|
+
nativeName: string;
|
|
15
|
+
/** Callback when the language is selected */
|
|
16
|
+
onSelect: (code: string) => void;
|
|
17
|
+
/** Whether to show the English name (when viewing in non-current language) */
|
|
18
|
+
showEnglishName: boolean;
|
|
19
|
+
};
|
|
20
|
+
export declare const LanguageItem: ({ code, englishName, flag, index, isSelected, nativeName, onSelect, showEnglishName, }: LanguageItemProps) => ReactNode;
|
|
@@ -0,0 +1,33 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import type { BaseProps } from "../../types/BaseProps";
|
|
3
|
+
export type Language = {
|
|
4
|
+
/** Language code (e.g., 'en', 'es', 'fr') */
|
|
5
|
+
code: string;
|
|
6
|
+
/** English name of the language */
|
|
7
|
+
englishName: string;
|
|
8
|
+
/** Flag emoji for the language */
|
|
9
|
+
flag: string;
|
|
10
|
+
/** Native name of the language */
|
|
11
|
+
nativeName: string;
|
|
12
|
+
};
|
|
13
|
+
export type LanguagePickerProps = BaseProps & {
|
|
14
|
+
/** Currently selected language code */
|
|
15
|
+
currentLanguage: string;
|
|
16
|
+
/**
|
|
17
|
+
* Custom header description text
|
|
18
|
+
* @default 'Select your preferred language for the best experience. Content will be displayed in your chosen language across the platform.'
|
|
19
|
+
*/
|
|
20
|
+
description?: string;
|
|
21
|
+
/** List of available languages */
|
|
22
|
+
languages: Language[];
|
|
23
|
+
/** Called when user confirms language selection */
|
|
24
|
+
onLanguageSelect: (code: string) => void;
|
|
25
|
+
/**
|
|
26
|
+
* Custom header title
|
|
27
|
+
* @default 'Choose your language'
|
|
28
|
+
*/
|
|
29
|
+
title?: string;
|
|
30
|
+
/** Custom button to open the picker. If not provided, a default trigger button is rendered. */
|
|
31
|
+
trigger?: ReactNode;
|
|
32
|
+
};
|
|
33
|
+
export declare const LanguagePicker: ({ className, currentLanguage, description, languages, onLanguageSelect, style, title, trigger, }: LanguagePickerProps) => ReactNode;
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
import type { ReactNode } from 'react';
|
|
2
|
+
import type { BaseProps } from "../../types/BaseProps";
|
|
3
|
+
import type { Theme } from "../../types/Theme";
|
|
4
|
+
type Placement = 'bottom' | 'bottom-end' | 'bottom-start' | 'left' | 'left-end' | 'left-start' | 'right' | 'right-end' | 'right-start' | 'top' | 'top-end' | 'top-start';
|
|
5
|
+
export type TooltipProps = BaseProps & {
|
|
6
|
+
/**
|
|
7
|
+
* The component that will trigger the tooltip.
|
|
8
|
+
*/
|
|
9
|
+
children: ReactNode;
|
|
10
|
+
/**
|
|
11
|
+
* Whether the tooltip should be shown.
|
|
12
|
+
*
|
|
13
|
+
* Leave as undefined to remain uncontrolled.
|
|
14
|
+
* @default undefined
|
|
15
|
+
*/
|
|
16
|
+
disabled?: boolean;
|
|
17
|
+
/**
|
|
18
|
+
* Delay in ms before the tooltip appears.
|
|
19
|
+
* @default 0
|
|
20
|
+
*/
|
|
21
|
+
enterDelay?: number;
|
|
22
|
+
/**
|
|
23
|
+
* Delay in ms before the tooltip appears on subsequent hovers.
|
|
24
|
+
* @default 0
|
|
25
|
+
*/
|
|
26
|
+
enterNextDelay?: number;
|
|
27
|
+
/**
|
|
28
|
+
* Max width of the tooltip in px
|
|
29
|
+
*/
|
|
30
|
+
maxWidth?: number;
|
|
31
|
+
/**
|
|
32
|
+
* Override to stay open.
|
|
33
|
+
* @default false
|
|
34
|
+
*/
|
|
35
|
+
open?: boolean;
|
|
36
|
+
/**
|
|
37
|
+
* Placement of the tooltip.
|
|
38
|
+
* @default 'bottom'
|
|
39
|
+
*/
|
|
40
|
+
placement?: Placement;
|
|
41
|
+
/**
|
|
42
|
+
*
|
|
43
|
+
*/
|
|
44
|
+
subtitle?: ReactNode;
|
|
45
|
+
/**
|
|
46
|
+
* Set to `null` to use current theme. Our default tooltips are designed to be dark.
|
|
47
|
+
*
|
|
48
|
+
* @default 'night'
|
|
49
|
+
*/
|
|
50
|
+
themeOverride?: Theme;
|
|
51
|
+
/**
|
|
52
|
+
* The content of the tooltip.
|
|
53
|
+
*/
|
|
54
|
+
title?: ReactNode;
|
|
55
|
+
};
|
|
56
|
+
/**
|
|
57
|
+
* Tooltip component displays informative text when users hover over, focus on, or tap an element.
|
|
58
|
+
* It supports titles, subtitles, and customization of placement and theme.
|
|
59
|
+
*
|
|
60
|
+
* @example Basic tooltip
|
|
61
|
+
* <Tooltip title="More information">
|
|
62
|
+
* <Button>Hover me</Button>
|
|
63
|
+
* </Tooltip>
|
|
64
|
+
*
|
|
65
|
+
* @example With subtitle
|
|
66
|
+
* <Tooltip
|
|
67
|
+
* title="User profile"
|
|
68
|
+
* subtitle="View and edit your personal information"
|
|
69
|
+
* >
|
|
70
|
+
* <Avatar>JD</Avatar>
|
|
71
|
+
* </Tooltip>
|
|
72
|
+
*
|
|
73
|
+
* @example With placement
|
|
74
|
+
* <Tooltip title="Top placement" placement="top">
|
|
75
|
+
* <span>Hover me</span>
|
|
76
|
+
* </Tooltip>
|
|
77
|
+
*
|
|
78
|
+
* @example Controlled tooltip
|
|
79
|
+
* const [isOpen, setIsOpen] = useState(false);
|
|
80
|
+
*
|
|
81
|
+
* <Tooltip
|
|
82
|
+
* title="This tooltip is controlled programmatically"
|
|
83
|
+
* open={isOpen}
|
|
84
|
+
* >
|
|
85
|
+
* <span>Hover won't affect this tooltip</span>
|
|
86
|
+
* </Tooltip>
|
|
87
|
+
*
|
|
88
|
+
* @example Disabled tooltip
|
|
89
|
+
* <Tooltip
|
|
90
|
+
* title="This won't show"
|
|
91
|
+
* disabled={true}
|
|
92
|
+
* >
|
|
93
|
+
* <Button>Hover me (no tooltip)</Button>
|
|
94
|
+
* </Tooltip>
|
|
95
|
+
*/
|
|
96
|
+
export declare const Tooltip: ({ children, className, disabled, enterDelay, enterNextDelay, maxWidth, open, placement, subtitle, themeOverride, title, }: TooltipProps) => string | number | boolean | Iterable<ReactNode> | import("react").JSX.Element | null | undefined;
|
|
97
|
+
export {};
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import * as AlertDialogPrimitive from '@radix-ui/react-alert-dialog';
|
|
3
|
+
declare const AlertDialog: React.FC<AlertDialogPrimitive.AlertDialogProps>;
|
|
4
|
+
declare const AlertDialogTrigger: React.ForwardRefExoticComponent<AlertDialogPrimitive.AlertDialogTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
|
5
|
+
declare const AlertDialogPortal: React.FC<AlertDialogPrimitive.AlertDialogPortalProps>;
|
|
6
|
+
declare const AlertDialogOverlay: React.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogOverlayProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
7
|
+
declare const AlertDialogContent: React.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
8
|
+
declare const AlertDialogHeader: {
|
|
9
|
+
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
|
|
10
|
+
displayName: string;
|
|
11
|
+
};
|
|
12
|
+
declare const AlertDialogFooter: {
|
|
13
|
+
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
|
|
14
|
+
displayName: string;
|
|
15
|
+
};
|
|
16
|
+
declare const AlertDialogTitle: React.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogTitleProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
|
|
17
|
+
declare const AlertDialogDescription: React.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogDescriptionProps & React.RefAttributes<HTMLParagraphElement>, "ref"> & React.RefAttributes<HTMLParagraphElement>>;
|
|
18
|
+
declare const AlertDialogAction: React.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogActionProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
19
|
+
declare const AlertDialogCancel: React.ForwardRefExoticComponent<Omit<AlertDialogPrimitive.AlertDialogCancelProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
20
|
+
export { AlertDialog, AlertDialogAction, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogTitle, AlertDialogTrigger, };
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import * as AvatarPrimitive from '@radix-ui/react-avatar';
|
|
3
|
+
declare const Avatar: React.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarProps & React.RefAttributes<HTMLSpanElement>, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
|
4
|
+
declare const AvatarImage: React.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarImageProps & React.RefAttributes<HTMLImageElement>, "ref"> & React.RefAttributes<HTMLImageElement>>;
|
|
5
|
+
declare const AvatarFallback: React.ForwardRefExoticComponent<Omit<AvatarPrimitive.AvatarFallbackProps & React.RefAttributes<HTMLSpanElement>, "ref"> & React.RefAttributes<HTMLSpanElement>>;
|
|
6
|
+
export { Avatar, AvatarFallback, AvatarImage };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { type VariantProps } from 'class-variance-authority';
|
|
3
|
+
declare const badgeVariants: (props?: ({
|
|
4
|
+
variant?: "default" | "outline" | "secondary" | "destructive" | null | undefined;
|
|
5
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
6
|
+
export type BadgeProps = {} & React.HTMLAttributes<HTMLDivElement> & VariantProps<typeof badgeVariants>;
|
|
7
|
+
declare function Badge({ className, variant, ...props }: BadgeProps): React.JSX.Element;
|
|
8
|
+
export { Badge, badgeVariants };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { type VariantProps } from 'class-variance-authority';
|
|
3
|
+
declare const buttonVariants: (props?: ({
|
|
4
|
+
size?: "default" | "icon" | "sm" | "lg" | null | undefined;
|
|
5
|
+
variant?: "link" | "default" | "outline" | "secondary" | "destructive" | "ghost" | null | undefined;
|
|
6
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string;
|
|
7
|
+
export type ButtonProps = {
|
|
8
|
+
asChild?: boolean;
|
|
9
|
+
} & React.ButtonHTMLAttributes<HTMLButtonElement> & VariantProps<typeof buttonVariants>;
|
|
10
|
+
declare const Button: React.ForwardRefExoticComponent<{
|
|
11
|
+
asChild?: boolean;
|
|
12
|
+
} & React.ButtonHTMLAttributes<HTMLButtonElement> & VariantProps<(props?: ({
|
|
13
|
+
size?: "default" | "icon" | "sm" | "lg" | null | undefined;
|
|
14
|
+
variant?: "link" | "default" | "outline" | "secondary" | "destructive" | "ghost" | null | undefined;
|
|
15
|
+
} & import("class-variance-authority/types").ClassProp) | undefined) => string> & React.RefAttributes<HTMLButtonElement>>;
|
|
16
|
+
export { Button, buttonVariants };
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
declare const Card: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
3
|
+
declare const CardHeader: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
4
|
+
declare const CardTitle: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
5
|
+
declare const CardDescription: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
6
|
+
declare const CardContent: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
7
|
+
declare const CardFooter: React.ForwardRefExoticComponent<React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
|
|
8
|
+
export { Card, CardContent, CardDescription, CardFooter, CardHeader, CardTitle, };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import * as CheckboxPrimitive from '@radix-ui/react-checkbox';
|
|
3
|
+
declare const Checkbox: React.ForwardRefExoticComponent<Omit<CheckboxPrimitive.CheckboxProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
4
|
+
export { Checkbox };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as CollapsiblePrimitive from '@radix-ui/react-collapsible';
|
|
2
|
+
declare const Collapsible: import("react").ForwardRefExoticComponent<CollapsiblePrimitive.CollapsibleProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
3
|
+
declare const CollapsibleTrigger: import("react").ForwardRefExoticComponent<CollapsiblePrimitive.CollapsibleTriggerProps & import("react").RefAttributes<HTMLButtonElement>>;
|
|
4
|
+
declare const CollapsibleContent: import("react").ForwardRefExoticComponent<CollapsiblePrimitive.CollapsibleContentProps & import("react").RefAttributes<HTMLDivElement>>;
|
|
5
|
+
export { Collapsible, CollapsibleContent, CollapsibleTrigger };
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import * as DialogPrimitive from '@radix-ui/react-dialog';
|
|
3
|
+
declare const Dialog: React.FC<DialogPrimitive.DialogProps>;
|
|
4
|
+
declare const DialogTrigger: React.ForwardRefExoticComponent<DialogPrimitive.DialogTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
|
5
|
+
declare const DialogPortal: React.FC<DialogPrimitive.DialogPortalProps>;
|
|
6
|
+
declare const DialogClose: React.ForwardRefExoticComponent<DialogPrimitive.DialogCloseProps & React.RefAttributes<HTMLButtonElement>>;
|
|
7
|
+
declare const DialogOverlay: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogOverlayProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
8
|
+
declare const DialogContent: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
9
|
+
declare const DialogHeader: {
|
|
10
|
+
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
|
|
11
|
+
displayName: string;
|
|
12
|
+
};
|
|
13
|
+
declare const DialogFooter: {
|
|
14
|
+
({ className, ...props }: React.HTMLAttributes<HTMLDivElement>): React.JSX.Element;
|
|
15
|
+
displayName: string;
|
|
16
|
+
};
|
|
17
|
+
declare const DialogTitle: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogTitleProps & React.RefAttributes<HTMLHeadingElement>, "ref"> & React.RefAttributes<HTMLHeadingElement>>;
|
|
18
|
+
declare const DialogDescription: React.ForwardRefExoticComponent<Omit<DialogPrimitive.DialogDescriptionProps & React.RefAttributes<HTMLParagraphElement>, "ref"> & React.RefAttributes<HTMLParagraphElement>>;
|
|
19
|
+
export { Dialog, DialogClose, DialogContent, DialogDescription, DialogFooter, DialogHeader, DialogOverlay, DialogPortal, DialogTitle, DialogTrigger, };
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import * as DropdownMenuPrimitive from '@radix-ui/react-dropdown-menu';
|
|
3
|
+
declare const DropdownMenu: React.FC<DropdownMenuPrimitive.DropdownMenuProps>;
|
|
4
|
+
declare const DropdownMenuTrigger: React.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
|
5
|
+
declare const DropdownMenuGroup: React.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuGroupProps & React.RefAttributes<HTMLDivElement>>;
|
|
6
|
+
declare const DropdownMenuPortal: React.FC<DropdownMenuPrimitive.DropdownMenuPortalProps>;
|
|
7
|
+
declare const DropdownMenuSub: React.FC<DropdownMenuPrimitive.DropdownMenuSubProps>;
|
|
8
|
+
declare const DropdownMenuRadioGroup: React.ForwardRefExoticComponent<DropdownMenuPrimitive.DropdownMenuRadioGroupProps & React.RefAttributes<HTMLDivElement>>;
|
|
9
|
+
declare const DropdownMenuSubTrigger: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubTriggerProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
10
|
+
inset?: boolean;
|
|
11
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
12
|
+
declare const DropdownMenuSubContent: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSubContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
13
|
+
declare const DropdownMenuContent: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
14
|
+
declare const DropdownMenuItem: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
15
|
+
inset?: boolean;
|
|
16
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
17
|
+
declare const DropdownMenuCheckboxItem: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuCheckboxItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
18
|
+
declare const DropdownMenuRadioItem: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuRadioItemProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
19
|
+
declare const DropdownMenuLabel: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuLabelProps & React.RefAttributes<HTMLDivElement>, "ref"> & {
|
|
20
|
+
inset?: boolean;
|
|
21
|
+
} & React.RefAttributes<HTMLDivElement>>;
|
|
22
|
+
declare const DropdownMenuSeparator: React.ForwardRefExoticComponent<Omit<DropdownMenuPrimitive.DropdownMenuSeparatorProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
23
|
+
declare const DropdownMenuShortcut: {
|
|
24
|
+
({ className, ...props }: React.HTMLAttributes<HTMLSpanElement>): React.JSX.Element;
|
|
25
|
+
displayName: string;
|
|
26
|
+
};
|
|
27
|
+
export { DropdownMenu, DropdownMenuCheckboxItem, DropdownMenuContent, DropdownMenuGroup, DropdownMenuItem, DropdownMenuLabel, DropdownMenuPortal, DropdownMenuRadioGroup, DropdownMenuRadioItem, DropdownMenuSeparator, DropdownMenuShortcut, DropdownMenuSub, DropdownMenuSubContent, DropdownMenuSubTrigger, DropdownMenuTrigger, };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import * as LabelPrimitive from '@radix-ui/react-label';
|
|
3
|
+
import { type VariantProps } from 'class-variance-authority';
|
|
4
|
+
declare const Label: React.ForwardRefExoticComponent<Omit<LabelPrimitive.LabelProps & React.RefAttributes<HTMLLabelElement>, "ref"> & VariantProps<(props?: import("class-variance-authority/types").ClassProp | undefined) => string> & React.RefAttributes<HTMLLabelElement>>;
|
|
5
|
+
export { Label };
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import * as PopoverPrimitive from '@radix-ui/react-popover';
|
|
3
|
+
declare const Popover: React.FC<PopoverPrimitive.PopoverProps>;
|
|
4
|
+
declare const PopoverTrigger: React.ForwardRefExoticComponent<PopoverPrimitive.PopoverTriggerProps & React.RefAttributes<HTMLButtonElement>>;
|
|
5
|
+
declare const PopoverAnchor: React.ForwardRefExoticComponent<PopoverPrimitive.PopoverAnchorProps & React.RefAttributes<HTMLDivElement>>;
|
|
6
|
+
declare const PopoverContent: React.ForwardRefExoticComponent<Omit<PopoverPrimitive.PopoverContentProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
7
|
+
export { Popover, PopoverAnchor, PopoverContent, PopoverTrigger };
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import * as ProgressPrimitive from '@radix-ui/react-progress';
|
|
3
|
+
declare const Progress: React.ForwardRefExoticComponent<Omit<ProgressPrimitive.ProgressProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
4
|
+
export { Progress };
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import * as RadioGroupPrimitive from '@radix-ui/react-radio-group';
|
|
3
|
+
declare const RadioGroup: React.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupProps & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
4
|
+
declare const RadioGroupItem: React.ForwardRefExoticComponent<Omit<RadioGroupPrimitive.RadioGroupItemProps & React.RefAttributes<HTMLButtonElement>, "ref"> & React.RefAttributes<HTMLButtonElement>>;
|
|
5
|
+
export { RadioGroup, RadioGroupItem };
|