@terraware/web-components 2.14.1-rc.3 → 2.15.1-rc.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/Autocomplete/Autocomplete.d.ts +1 -0
- package/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/components/Autocomplete/Autocomplete.js +42 -44
- package/components/Badge/index.d.ts +1 -0
- package/components/Badge/index.d.ts.map +1 -1
- package/components/Badge/index.js +7 -8
- package/components/BusySpinner/index.d.ts +1 -0
- package/components/BusySpinner/index.d.ts.map +1 -1
- package/components/BusySpinner/index.js +5 -3
- package/components/Button/Button.d.ts +2 -1
- package/components/Button/Button.d.ts.map +1 -1
- package/components/Button/Button.js +23 -24
- package/components/Button/button.test.js +4 -4
- package/components/Checkbox.js +25 -27
- package/components/Confirm/index.js +28 -28
- package/components/DatePicker/DatePicker.js +25 -31
- package/components/DialogBox/DialogBox.js +31 -25
- package/components/Divisor.d.ts +1 -0
- package/components/Divisor.d.ts.map +1 -1
- package/components/Divisor.js +3 -2
- package/components/Dropdown.d.ts +1 -0
- package/components/Dropdown.d.ts.map +1 -1
- package/components/Dropdown.js +39 -51
- package/components/ErrorBox/ErrorBox.d.ts +1 -0
- package/components/ErrorBox/ErrorBox.d.ts.map +1 -1
- package/components/ErrorBox/ErrorBox.js +11 -8
- package/components/FileChooser/index.d.ts +1 -0
- package/components/FileChooser/index.d.ts.map +1 -1
- package/components/FileChooser/index.js +58 -62
- package/components/FormBottomBar/index.d.ts +1 -0
- package/components/FormBottomBar/index.d.ts.map +1 -1
- package/components/FormBottomBar/index.js +55 -68
- package/components/Icon/Icon.d.ts +2 -1
- package/components/Icon/Icon.d.ts.map +1 -1
- package/components/Icon/Icon.js +16 -19
- package/components/Icon/icons/index.js +2 -3
- package/components/IconTooltip/index.d.ts +1 -0
- package/components/IconTooltip/index.d.ts.map +1 -1
- package/components/IconTooltip/index.js +32 -39
- package/components/Message/Message.d.ts +1 -0
- package/components/Message/Message.d.ts.map +1 -1
- package/components/Message/Message.js +21 -17
- package/components/MultiSelect/MultiSelect.test.js +16 -30
- package/components/MultiSelect/index.d.ts +1 -0
- package/components/MultiSelect/index.d.ts.map +1 -1
- package/components/MultiSelect/index.js +32 -42
- package/components/Navbar/NavFooter.js +3 -1
- package/components/Navbar/NavItem.js +19 -23
- package/components/Navbar/NavSection.d.ts +1 -0
- package/components/Navbar/NavSection.d.ts.map +1 -1
- package/components/Navbar/NavSection.js +4 -3
- package/components/Navbar/Navbar.js +26 -27
- package/components/Navbar/SubNavbar.js +3 -1
- package/components/Note.d.ts +1 -0
- package/components/Note.d.ts.map +1 -1
- package/components/Note.js +12 -12
- package/components/PageForm/index.js +18 -39
- package/components/PhotoChooser/index.d.ts +1 -0
- package/components/PhotoChooser/index.d.ts.map +1 -1
- package/components/PhotoChooser/index.js +57 -72
- package/components/Pill/index.d.ts +1 -0
- package/components/Pill/index.d.ts.map +1 -1
- package/components/Pill/index.js +12 -10
- package/components/PillList/index.d.ts +1 -0
- package/components/PillList/index.d.ts.map +1 -1
- package/components/PillList/index.js +15 -15
- package/components/PopoverMenu/Popover.js +25 -28
- package/components/PopoverMenu/index.js +26 -30
- package/components/PopoverMultiSelect/index.d.ts +1 -0
- package/components/PopoverMultiSelect/index.d.ts.map +1 -1
- package/components/PopoverMultiSelect/index.js +19 -26
- package/components/ProgressCircle/ProgressCircle.d.ts +1 -0
- package/components/ProgressCircle/ProgressCircle.d.ts.map +1 -1
- package/components/ProgressCircle/ProgressCircle.js +7 -6
- package/components/RadioButton.js +1 -1
- package/components/Select/Select.d.ts +1 -0
- package/components/Select/Select.d.ts.map +1 -1
- package/components/Select/Select.js +3 -9
- package/components/Select/SelectT.js +65 -81
- package/components/Separator/index.d.ts +1 -1
- package/components/Separator/index.d.ts.map +1 -1
- package/components/Separator/index.js +2 -3
- package/components/Slider/index.d.ts +1 -0
- package/components/Slider/index.d.ts.map +1 -1
- package/components/Slider/index.js +13 -11
- package/components/SummaryBox.d.ts +1 -0
- package/components/SummaryBox.d.ts.map +1 -1
- package/components/SummaryBox.js +45 -46
- package/components/Tabs/index.js +33 -41
- package/components/TextTruncated/index.js +52 -62
- package/components/Textfield/Textfield.d.ts +1 -0
- package/components/Textfield/Textfield.d.ts.map +1 -1
- package/components/Textfield/Textfield.js +38 -38
- package/components/Textfield/TruncatedTextArea.d.ts +1 -1
- package/components/Textfield/TruncatedTextArea.d.ts.map +1 -1
- package/components/Textfield/TruncatedTextArea.js +29 -42
- package/components/Tooltip/Tooltip.d.ts +1 -0
- package/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/components/Tooltip/Tooltip.js +24 -28
- package/components/ViewPhotosDialog/index.js +41 -65
- package/components/svg/BlobbyGrayIconImage.d.ts +1 -1
- package/components/svg/BlobbyGrayIconImage.d.ts.map +1 -1
- package/components/svg/BlobbyGrayIconImage.js +7 -9
- package/components/svg/BlobbyGrayIconImport.d.ts +1 -1
- package/components/svg/BlobbyGrayIconImport.d.ts.map +1 -1
- package/components/svg/BlobbyGrayIconImport.js +7 -9
- package/components/svg/BlobbyGrayIconUploadToTheCloud.d.ts +1 -1
- package/components/svg/BlobbyGrayIconUploadToTheCloud.d.ts.map +1 -1
- package/components/svg/BlobbyGrayIconUploadToTheCloud.js +7 -9
- package/components/svg/BlobbyIconCloudChecked.d.ts +1 -1
- package/components/svg/BlobbyIconCloudChecked.d.ts.map +1 -1
- package/components/svg/BlobbyIconCloudChecked.js +7 -9
- package/components/svg/BlobbyIconExportOrUploadPhoto.d.ts +1 -1
- package/components/svg/BlobbyIconExportOrUploadPhoto.d.ts.map +1 -1
- package/components/svg/BlobbyIconExportOrUploadPhoto.js +7 -9
- package/components/svg/BlobbyIconFolder.d.ts +1 -1
- package/components/svg/BlobbyIconFolder.d.ts.map +1 -1
- package/components/svg/BlobbyIconFolder.js +7 -9
- package/components/svg/BlobbyIconGraphReport.d.ts +1 -1
- package/components/svg/BlobbyIconGraphReport.d.ts.map +1 -1
- package/components/svg/BlobbyIconGraphReport.js +7 -9
- package/components/svg/BlobbyIconHappy.d.ts +1 -1
- package/components/svg/BlobbyIconHappy.d.ts.map +1 -1
- package/components/svg/BlobbyIconHappy.js +7 -9
- package/components/svg/BlobbyIconHeartMonitor.d.ts +1 -1
- package/components/svg/BlobbyIconHeartMonitor.d.ts.map +1 -1
- package/components/svg/BlobbyIconHeartMonitor.js +7 -9
- package/components/svg/BlobbyIconLeaf.d.ts +1 -1
- package/components/svg/BlobbyIconLeaf.d.ts.map +1 -1
- package/components/svg/BlobbyIconLeaf.js +7 -9
- package/components/svg/BlobbyIconLibrary.d.ts +1 -1
- package/components/svg/BlobbyIconLibrary.d.ts.map +1 -1
- package/components/svg/BlobbyIconLibrary.js +7 -9
- package/components/svg/BlobbyIconNursery.d.ts +1 -1
- package/components/svg/BlobbyIconNursery.d.ts.map +1 -1
- package/components/svg/BlobbyIconNursery.js +7 -9
- package/components/svg/BlobbyIconOrganization.d.ts +1 -1
- package/components/svg/BlobbyIconOrganization.d.ts.map +1 -1
- package/components/svg/BlobbyIconOrganization.js +7 -9
- package/components/svg/BlobbyIconParchment.d.ts +1 -1
- package/components/svg/BlobbyIconParchment.d.ts.map +1 -1
- package/components/svg/BlobbyIconParchment.js +7 -9
- package/components/svg/BlobbyIconPeople.d.ts +1 -1
- package/components/svg/BlobbyIconPeople.d.ts.map +1 -1
- package/components/svg/BlobbyIconPeople.js +7 -9
- package/components/svg/BlobbyIconSeedBank.d.ts +1 -1
- package/components/svg/BlobbyIconSeedBank.d.ts.map +1 -1
- package/components/svg/BlobbyIconSeedBank.js +7 -9
- package/components/svg/BlobbyIconSeedling.d.ts +1 -1
- package/components/svg/BlobbyIconSeedling.d.ts.map +1 -1
- package/components/svg/BlobbyIconSeedling.js +7 -9
- package/components/svg/BlobbyIconSeeds.d.ts +1 -1
- package/components/svg/BlobbyIconSeeds.d.ts.map +1 -1
- package/components/svg/BlobbyIconSeeds.js +7 -9
- package/components/svg/BlobbyIconSite.d.ts +1 -1
- package/components/svg/BlobbyIconSite.d.ts.map +1 -1
- package/components/svg/BlobbyIconSite.js +7 -9
- package/components/svg/BlobbyIconSparkles.d.ts +1 -1
- package/components/svg/BlobbyIconSparkles.d.ts.map +1 -1
- package/components/svg/BlobbyIconSparkles.js +7 -9
- package/components/svg/BlobbyIconWrench.d.ts +1 -1
- package/components/svg/BlobbyIconWrench.d.ts.map +1 -1
- package/components/svg/BlobbyIconWrench.js +7 -9
- package/components/svg/Bug.d.ts +1 -1
- package/components/svg/Bug.d.ts.map +1 -1
- package/components/svg/Bug.js +7 -9
- package/components/svg/Calendar.d.ts +1 -1
- package/components/svg/Calendar.d.ts.map +1 -1
- package/components/svg/Calendar.js +7 -9
- package/components/svg/CaretDown.d.ts +1 -1
- package/components/svg/CaretDown.d.ts.map +1 -1
- package/components/svg/CaretDown.js +7 -9
- package/components/svg/CaretLeft.d.ts +1 -1
- package/components/svg/CaretLeft.d.ts.map +1 -1
- package/components/svg/CaretLeft.js +7 -9
- package/components/svg/CaretRight.d.ts +1 -1
- package/components/svg/CaretRight.d.ts.map +1 -1
- package/components/svg/CaretRight.js +7 -9
- package/components/svg/CaretUp.d.ts +1 -1
- package/components/svg/CaretUp.d.ts.map +1 -1
- package/components/svg/CaretUp.js +7 -9
- package/components/svg/ChevronDown.d.ts +1 -1
- package/components/svg/ChevronDown.d.ts.map +1 -1
- package/components/svg/ChevronDown.js +7 -9
- package/components/svg/ChevronUp.d.ts +1 -1
- package/components/svg/ChevronUp.d.ts.map +1 -1
- package/components/svg/ChevronUp.js +7 -9
- package/components/svg/Close.d.ts +1 -1
- package/components/svg/Close.d.ts.map +1 -1
- package/components/svg/Close.js +7 -9
- package/components/svg/Critical.d.ts +1 -1
- package/components/svg/Critical.d.ts.map +1 -1
- package/components/svg/Critical.js +7 -9
- package/components/svg/Edit.d.ts +1 -1
- package/components/svg/Edit.d.ts.map +1 -1
- package/components/svg/Edit.js +7 -9
- package/components/svg/Error.d.ts +1 -1
- package/components/svg/Error.d.ts.map +1 -1
- package/components/svg/Error.js +7 -9
- package/components/svg/Filter.d.ts +1 -1
- package/components/svg/Filter.d.ts.map +1 -1
- package/components/svg/Filter.js +7 -9
- package/components/svg/Folder.d.ts +1 -1
- package/components/svg/Folder.d.ts.map +1 -1
- package/components/svg/Folder.js +7 -9
- package/components/svg/Help.d.ts +1 -1
- package/components/svg/Help.d.ts.map +1 -1
- package/components/svg/Help.js +7 -9
- package/components/svg/Home.d.ts +1 -1
- package/components/svg/Home.d.ts.map +1 -1
- package/components/svg/Home.js +7 -9
- package/components/svg/IconAdd.d.ts +1 -1
- package/components/svg/IconAdd.d.ts.map +1 -1
- package/components/svg/IconAdd.js +7 -9
- package/components/svg/IconArrowRight.d.ts +1 -1
- package/components/svg/IconArrowRight.d.ts.map +1 -1
- package/components/svg/IconArrowRight.js +7 -9
- package/components/svg/IconBusinessNetwork.d.ts +1 -1
- package/components/svg/IconBusinessNetwork.d.ts.map +1 -1
- package/components/svg/IconBusinessNetwork.js +7 -9
- package/components/svg/IconCancel.d.ts +1 -1
- package/components/svg/IconCancel.d.ts.map +1 -1
- package/components/svg/IconCancel.js +7 -9
- package/components/svg/IconChargingBattery.d.ts +1 -1
- package/components/svg/IconChargingBattery.d.ts.map +1 -1
- package/components/svg/IconChargingBattery.js +7 -9
- package/components/svg/IconCheckmark.d.ts +1 -1
- package/components/svg/IconCheckmark.d.ts.map +1 -1
- package/components/svg/IconCheckmark.js +7 -9
- package/components/svg/IconCoinInHand.d.ts +1 -1
- package/components/svg/IconCoinInHand.d.ts.map +1 -1
- package/components/svg/IconCoinInHand.js +7 -9
- package/components/svg/IconColumns.d.ts +1 -1
- package/components/svg/IconColumns.d.ts.map +1 -1
- package/components/svg/IconColumns.js +7 -9
- package/components/svg/IconDashboard.d.ts +1 -1
- package/components/svg/IconDashboard.d.ts.map +1 -1
- package/components/svg/IconDashboard.js +7 -9
- package/components/svg/IconEdit.d.ts +1 -1
- package/components/svg/IconEdit.d.ts.map +1 -1
- package/components/svg/IconEdit.js +7 -9
- package/components/svg/IconExport.d.ts +1 -1
- package/components/svg/IconExport.d.ts.map +1 -1
- package/components/svg/IconExport.js +7 -9
- package/components/svg/IconFile.d.ts +1 -1
- package/components/svg/IconFile.d.ts.map +1 -1
- package/components/svg/IconFile.js +7 -9
- package/components/svg/IconFolder.d.ts +1 -1
- package/components/svg/IconFolder.d.ts.map +1 -1
- package/components/svg/IconFolder.js +7 -9
- package/components/svg/IconFullScreen.d.ts +1 -1
- package/components/svg/IconFullScreen.d.ts.map +1 -1
- package/components/svg/IconFullScreen.js +7 -9
- package/components/svg/IconFutures.d.ts +1 -1
- package/components/svg/IconFutures.d.ts.map +1 -1
- package/components/svg/IconFutures.js +7 -9
- package/components/svg/IconGraphReport.d.ts +1 -1
- package/components/svg/IconGraphReport.d.ts.map +1 -1
- package/components/svg/IconGraphReport.js +7 -9
- package/components/svg/IconHeartMonitor.d.ts +1 -1
- package/components/svg/IconHeartMonitor.d.ts.map +1 -1
- package/components/svg/IconHeartMonitor.js +7 -9
- package/components/svg/IconHistory.d.ts +1 -1
- package/components/svg/IconHistory.d.ts.map +1 -1
- package/components/svg/IconHistory.js +7 -9
- package/components/svg/IconImport.d.ts +1 -1
- package/components/svg/IconImport.d.ts.map +1 -1
- package/components/svg/IconImport.js +7 -9
- package/components/svg/IconLayers.d.ts +1 -1
- package/components/svg/IconLayers.d.ts.map +1 -1
- package/components/svg/IconLayers.js +7 -9
- package/components/svg/IconList.d.ts +1 -1
- package/components/svg/IconList.d.ts.map +1 -1
- package/components/svg/IconList.js +7 -9
- package/components/svg/IconLocations.d.ts +1 -1
- package/components/svg/IconLocations.d.ts.map +1 -1
- package/components/svg/IconLocations.js +7 -9
- package/components/svg/IconMail.d.ts +1 -1
- package/components/svg/IconMail.d.ts.map +1 -1
- package/components/svg/IconMail.js +7 -9
- package/components/svg/IconManager.d.ts +1 -1
- package/components/svg/IconManager.d.ts.map +1 -1
- package/components/svg/IconManager.js +7 -9
- package/components/svg/IconMarker.d.ts +1 -1
- package/components/svg/IconMarker.d.ts.map +1 -1
- package/components/svg/IconMarker.js +7 -9
- package/components/svg/IconMenu.d.ts +1 -1
- package/components/svg/IconMenu.d.ts.map +1 -1
- package/components/svg/IconMenu.js +7 -9
- package/components/svg/IconMenuHorizontal.d.ts +1 -1
- package/components/svg/IconMenuHorizontal.d.ts.map +1 -1
- package/components/svg/IconMenuHorizontal.js +7 -9
- package/components/svg/IconModule.d.ts +1 -1
- package/components/svg/IconModule.d.ts.map +1 -1
- package/components/svg/IconModule.js +7 -9
- package/components/svg/IconMyLocation.d.ts +1 -1
- package/components/svg/IconMyLocation.d.ts.map +1 -1
- package/components/svg/IconMyLocation.js +7 -9
- package/components/svg/IconNursery.d.ts +1 -1
- package/components/svg/IconNursery.d.ts.map +1 -1
- package/components/svg/IconNursery.js +7 -9
- package/components/svg/IconOrg.d.ts +1 -1
- package/components/svg/IconOrg.d.ts.map +1 -1
- package/components/svg/IconOrg.js +7 -9
- package/components/svg/IconParchment.d.ts +1 -1
- package/components/svg/IconParchment.d.ts.map +1 -1
- package/components/svg/IconParchment.js +7 -9
- package/components/svg/IconRedo.d.ts +1 -1
- package/components/svg/IconRedo.d.ts.map +1 -1
- package/components/svg/IconRedo.js +7 -9
- package/components/svg/IconRestorationSite.d.ts +1 -1
- package/components/svg/IconRestorationSite.d.ts.map +1 -1
- package/components/svg/IconRestorationSite.js +7 -9
- package/components/svg/IconSeedBank.d.ts +1 -1
- package/components/svg/IconSeedBank.d.ts.map +1 -1
- package/components/svg/IconSeedBank.js +7 -9
- package/components/svg/IconSeedling.d.ts +1 -1
- package/components/svg/IconSeedling.d.ts.map +1 -1
- package/components/svg/IconSeedling.js +7 -9
- package/components/svg/IconSlice.d.ts +1 -1
- package/components/svg/IconSlice.d.ts.map +1 -1
- package/components/svg/IconSlice.js +7 -9
- package/components/svg/IconSubmit.d.ts +1 -1
- package/components/svg/IconSubmit.d.ts.map +1 -1
- package/components/svg/IconSubmit.js +7 -9
- package/components/svg/IconSubtract.d.ts +1 -1
- package/components/svg/IconSubtract.d.ts.map +1 -1
- package/components/svg/IconSubtract.js +7 -9
- package/components/svg/IconSynced.d.ts +1 -1
- package/components/svg/IconSynced.d.ts.map +1 -1
- package/components/svg/IconSynced.js +7 -9
- package/components/svg/IconTrashCan.d.ts +1 -1
- package/components/svg/IconTrashCan.d.ts.map +1 -1
- package/components/svg/IconTrashCan.js +7 -9
- package/components/svg/IconTreasureMap.d.ts +1 -1
- package/components/svg/IconTreasureMap.d.ts.map +1 -1
- package/components/svg/IconTreasureMap.js +7 -9
- package/components/svg/IconUndo.d.ts +1 -1
- package/components/svg/IconUndo.d.ts.map +1 -1
- package/components/svg/IconUndo.js +7 -9
- package/components/svg/IconWifi.d.ts +1 -1
- package/components/svg/IconWifi.d.ts.map +1 -1
- package/components/svg/IconWifi.js +7 -9
- package/components/svg/Info.d.ts +1 -1
- package/components/svg/Info.d.ts.map +1 -1
- package/components/svg/Info.js +7 -9
- package/components/svg/Key.d.ts +1 -1
- package/components/svg/Key.d.ts.map +1 -1
- package/components/svg/Key.js +7 -9
- package/components/svg/Leaf.d.ts +1 -1
- package/components/svg/Leaf.d.ts.map +1 -1
- package/components/svg/Leaf.js +7 -9
- package/components/svg/Lock.d.ts +1 -1
- package/components/svg/Lock.d.ts.map +1 -1
- package/components/svg/Lock.js +7 -9
- package/components/svg/Logo.d.ts +1 -1
- package/components/svg/Logo.d.ts.map +1 -1
- package/components/svg/Logo.js +7 -9
- package/components/svg/MenuVertical.d.ts +1 -1
- package/components/svg/MenuVertical.d.ts.map +1 -1
- package/components/svg/MenuVertical.js +7 -9
- package/components/svg/Notification.d.ts +1 -1
- package/components/svg/Notification.d.ts.map +1 -1
- package/components/svg/Notification.js +7 -9
- package/components/svg/Person.d.ts +1 -1
- package/components/svg/Person.d.ts.map +1 -1
- package/components/svg/Person.js +7 -9
- package/components/svg/Plus.d.ts +1 -1
- package/components/svg/Plus.d.ts.map +1 -1
- package/components/svg/Plus.js +7 -9
- package/components/svg/RestorationSite.d.ts +1 -1
- package/components/svg/RestorationSite.d.ts.map +1 -1
- package/components/svg/RestorationSite.js +7 -9
- package/components/svg/Search.d.ts +1 -1
- package/components/svg/Search.d.ts.map +1 -1
- package/components/svg/Search.js +7 -9
- package/components/svg/Seeds.d.ts +1 -1
- package/components/svg/Seeds.d.ts.map +1 -1
- package/components/svg/Seeds.js +7 -9
- package/components/svg/Site.d.ts +1 -1
- package/components/svg/Site.d.ts.map +1 -1
- package/components/svg/Site.js +7 -9
- package/components/svg/Sparkles.d.ts +1 -1
- package/components/svg/Sparkles.d.ts.map +1 -1
- package/components/svg/Sparkles.js +7 -9
- package/components/svg/Species.d.ts +1 -1
- package/components/svg/Species.d.ts.map +1 -1
- package/components/svg/Species.js +7 -9
- package/components/svg/Species2.d.ts +1 -1
- package/components/svg/Species2.d.ts.map +1 -1
- package/components/svg/Species2.js +7 -9
- package/components/svg/Spinner.d.ts +1 -1
- package/components/svg/Spinner.d.ts.map +1 -1
- package/components/svg/Spinner.js +7 -9
- package/components/svg/Success.d.ts +1 -1
- package/components/svg/Success.d.ts.map +1 -1
- package/components/svg/Success.js +7 -9
- package/components/svg/Touchscreen.d.ts +1 -1
- package/components/svg/Touchscreen.d.ts.map +1 -1
- package/components/svg/Touchscreen.js +7 -9
- package/components/svg/UploadCloud.d.ts +1 -1
- package/components/svg/UploadCloud.d.ts.map +1 -1
- package/components/svg/UploadCloud.js +7 -9
- package/components/svg/Warning.d.ts +1 -1
- package/components/svg/Warning.d.ts.map +1 -1
- package/components/svg/Warning.js +7 -9
- package/components/svg/index.js +101 -101
- package/components/table/EnhancedTableToolbar.d.ts +1 -0
- package/components/table/EnhancedTableToolbar.d.ts.map +1 -1
- package/components/table/EnhancedTableToolbar.js +45 -45
- package/components/table/EnhancedTableToolbarV2.d.ts +2 -1
- package/components/table/EnhancedTableToolbarV2.d.ts.map +1 -1
- package/components/table/EnhancedTableToolbarV2.js +21 -22
- package/components/table/TableCellRenderer.js +70 -60
- package/components/table/TableHeader.js +27 -33
- package/components/table/TableHeaderItem.js +30 -33
- package/components/table/index.d.ts.map +1 -1
- package/components/table/index.js +145 -189
- package/components/table/sort.js +10 -16
- package/components/table/sort.test.js +12 -12
- package/index.js +50 -50
- package/license-report.html +1 -1
- package/package.json +5 -5
- package/stories/Autocomplete.stories.d.ts +2 -2
- package/stories/Autocomplete.stories.d.ts.map +1 -1
- package/stories/Badge.stories.d.ts +2 -1
- package/stories/Badge.stories.d.ts.map +1 -1
- package/stories/BusySpinner.stories.d.ts +1 -1
- package/stories/BusySpinner.stories.d.ts.map +1 -1
- package/stories/Button.stories.d.ts +1 -1
- package/stories/Button.stories.d.ts.map +1 -1
- package/stories/Checkbox.stories.d.ts +2 -2
- package/stories/Checkbox.stories.d.ts.map +1 -1
- package/stories/Confirm.stories.d.ts +5 -5
- package/stories/Confirm.stories.d.ts.map +1 -1
- package/stories/DatePicker.stories.d.ts +5 -5
- package/stories/DatePicker.stories.d.ts.map +1 -1
- package/stories/DialogBox.stories.d.ts +6 -6
- package/stories/DialogBox.stories.d.ts.map +1 -1
- package/stories/Divisor.stories.d.ts +1 -1
- package/stories/Divisor.stories.d.ts.map +1 -1
- package/stories/Dropdown.stories.d.ts +3 -3
- package/stories/Dropdown.stories.d.ts.map +1 -1
- package/stories/ErrorBox.stories.d.ts +1 -1
- package/stories/ErrorBox.stories.d.ts.map +1 -1
- package/stories/FileChooser.stories.d.ts +2 -2
- package/stories/FileChooser.stories.d.ts.map +1 -1
- package/stories/Icon.stories.d.ts +1 -1
- package/stories/Icon.stories.d.ts.map +1 -1
- package/stories/IconTooltip.stories.d.ts +2 -2
- package/stories/IconTooltip.stories.d.ts.map +1 -1
- package/stories/IntersectionObserver.stories.d.ts +1 -1
- package/stories/IntersectionObserver.stories.d.ts.map +1 -1
- package/stories/Message.stories.d.ts +2 -2
- package/stories/Message.stories.d.ts.map +1 -1
- package/stories/MultiSelect.stories.d.ts +2 -2
- package/stories/MultiSelect.stories.d.ts.map +1 -1
- package/stories/Navbar.stories.d.ts +2 -2
- package/stories/Navbar.stories.d.ts.map +1 -1
- package/stories/Note.stories.d.ts +1 -1
- package/stories/Note.stories.d.ts.map +1 -1
- package/stories/PageForm.stories.d.ts +2 -2
- package/stories/PageForm.stories.d.ts.map +1 -1
- package/stories/PhotoChooser.stories.d.ts +2 -2
- package/stories/PhotoChooser.stories.d.ts.map +1 -1
- package/stories/PillList.stories.d.ts +1 -1
- package/stories/PillList.stories.d.ts.map +1 -1
- package/stories/PopoverMenu.stories.d.ts +2 -2
- package/stories/PopoverMenu.stories.d.ts.map +1 -1
- package/stories/PopoverMultiSelect.stories.d.ts +1 -1
- package/stories/PopoverMultiSelect.stories.d.ts.map +1 -1
- package/stories/ProgressCircle.stories.d.ts +1 -1
- package/stories/ProgressCircle.stories.d.ts.map +1 -1
- package/stories/RadioButton.stories.d.ts +1 -1
- package/stories/RadioButton.stories.d.ts.map +1 -1
- package/stories/Select.stories.d.ts +4 -4
- package/stories/Select.stories.d.ts.map +1 -1
- package/stories/Separator.stories.d.ts +2 -2
- package/stories/Slider.stories.d.ts +2 -2
- package/stories/Slider.stories.d.ts.map +1 -1
- package/stories/SummaryBox.stories.d.ts +3 -3
- package/stories/SummaryBox.stories.d.ts.map +1 -1
- package/stories/Table.stories.d.ts +5 -5
- package/stories/Tabs.stories.d.ts +3 -2
- package/stories/Tabs.stories.d.ts.map +1 -1
- package/stories/TextTruncated.stories.d.ts +3 -3
- package/stories/TextTruncated.stories.d.ts.map +1 -1
- package/stories/TextfieldNew.stories.d.ts +5 -5
- package/stories/TextfieldNew.stories.d.ts.map +1 -1
- package/stories/Theme.stories.d.ts +1 -1
- package/stories/Theme.stories.d.ts.map +1 -1
- package/stories/Tooltip.stories.d.ts +1 -1
- package/stories/Tooltip.stories.d.ts.map +1 -1
- package/stories/ViewPhotosDialog.stories.d.ts +1 -1
- package/stories/ViewPhotosDialog.stories.d.ts.map +1 -1
- package/style-dictionary-dist/TerrawareTheme.js +2 -3
- package/theme.js +2 -4
- package/utils/date.d.ts +1 -1
- package/utils/date.d.ts.map +1 -1
- package/utils/date.js +14 -17
- package/utils/date.test.js +22 -22
- package/utils/index.js +7 -7
- package/utils/preventDefaultEvent.js +2 -5
- package/utils/text.js +10 -15
- package/utils/text.test.js +10 -10
- package/utils/useDeviceInfo.js +18 -18
package/components/svg/Help.js
CHANGED
@@ -1,18 +1,17 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
4
3
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
6
5
|
value: true
|
7
6
|
});
|
8
7
|
exports.default = void 0;
|
9
|
-
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
10
8
|
var React = _interopRequireWildcard(require("react"));
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
titleId
|
15
|
-
props
|
9
|
+
const SvgHelp = _ref => {
|
10
|
+
let {
|
11
|
+
title,
|
12
|
+
titleId,
|
13
|
+
...props
|
14
|
+
} = _ref;
|
16
15
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
17
16
|
xmlns: "http://www.w3.org/2000/svg",
|
18
17
|
viewBox: "0 0 24 24",
|
@@ -23,5 +22,4 @@ var SvgHelp = function SvgHelp(_ref) {
|
|
23
22
|
d: "M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2Zm0 1.5c4.703 0 8.5 3.797 8.5 8.5 0 4.703-3.797 8.5-8.5 8.5A8.489 8.489 0 0 1 3.5 12c0-4.703 3.797-8.5 8.5-8.5Zm0 3c-1.648 0-3 1.352-3 3v.25a.75.75 0 1 0 1.5 0V9.5c0-.837.663-1.5 1.5-1.5s1.5.663 1.5 1.5c0 1.17-.304 1.317-.838 1.736-.267.21-.616.452-.915.859-.299.407-.497.974-.497 1.655a.751.751 0 1 0 1.5 0c0-.427.083-.6.206-.768.123-.167.336-.334.632-.566C14.179 11.951 15 11.079 15 9.5c0-1.648-1.352-3-3-3Zm0 9.5a1 1 0 1 0 0 2 1 1 0 0 0 0-2Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgHelp;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgHelp;
|
package/components/svg/Home.d.ts
CHANGED
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgHome: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgHome: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgHome;
|
8
8
|
//# sourceMappingURL=Home.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Home.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Home.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,OAAO,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,
|
1
|
+
{"version":3,"file":"Home.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Home.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,OAAO,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAKjF,CAAC;AACF,eAAe,OAAO,CAAC"}
|
package/components/svg/Home.js
CHANGED
@@ -1,18 +1,17 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
4
3
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
6
5
|
value: true
|
7
6
|
});
|
8
7
|
exports.default = void 0;
|
9
|
-
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
10
8
|
var React = _interopRequireWildcard(require("react"));
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
titleId
|
15
|
-
props
|
9
|
+
const SvgHome = _ref => {
|
10
|
+
let {
|
11
|
+
title,
|
12
|
+
titleId,
|
13
|
+
...props
|
14
|
+
} = _ref;
|
16
15
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
17
16
|
xmlns: "http://www.w3.org/2000/svg",
|
18
17
|
viewBox: "0 0 24 24",
|
@@ -23,5 +22,4 @@ var SvgHome = function SvgHome(_ref) {
|
|
23
22
|
d: "M11.976 2a.75.75 0 0 0-.44.161L4.43 7.76A3.752 3.752 0 0 0 3 10.705v9.545c0 .682.568 1.25 1.25 1.25h5c.682 0 1.25-.568 1.25-1.25v-5c0-.148.102-.25.25-.25h2.5c.148 0 .25.102.25.25v5c0 .682.568 1.25 1.25 1.25h5c.682 0 1.25-.568 1.25-1.25v-9.545a3.752 3.752 0 0 0-1.43-2.945L12.464 2.16A.75.75 0 0 0 11.976 2ZM12 3.705l6.643 5.233c.542.428.857 1.077.857 1.767V20H15v-4.75c0-.957-.793-1.75-1.75-1.75h-2.5c-.957 0-1.75.793-1.75 1.75V20H4.5v-9.295c0-.69.315-1.34.857-1.767L12 3.705Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgHome;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgHome;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconAdd: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconAdd: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconAdd;
|
8
8
|
//# sourceMappingURL=IconAdd.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconAdd.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconAdd.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,UAAU,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,
|
1
|
+
{"version":3,"file":"IconAdd.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconAdd.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,UAAU,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAKpF,CAAC;AACF,eAAe,UAAU,CAAC"}
|
@@ -1,18 +1,17 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
4
3
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
6
5
|
value: true
|
7
6
|
});
|
8
7
|
exports.default = void 0;
|
9
|
-
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
10
8
|
var React = _interopRequireWildcard(require("react"));
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
titleId
|
15
|
-
props
|
9
|
+
const SvgIconAdd = _ref => {
|
10
|
+
let {
|
11
|
+
title,
|
12
|
+
titleId,
|
13
|
+
...props
|
14
|
+
} = _ref;
|
16
15
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
17
16
|
xmlns: "http://www.w3.org/2000/svg",
|
18
17
|
viewBox: "0 0 24 24",
|
@@ -23,5 +22,4 @@ var SvgIconAdd = function SvgIconAdd(_ref) {
|
|
23
22
|
d: "M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2Zm0 1.5c4.703 0 8.5 3.797 8.5 8.5 0 4.703-3.797 8.5-8.5 8.5A8.489 8.489 0 0 1 3.5 12c0-4.703 3.797-8.5 8.5-8.5Zm-.012 3.49a.75.75 0 0 0-.738.76v3.5h-3.5a.751.751 0 1 0 0 1.5h3.5v3.5a.751.751 0 1 0 1.5 0v-3.5h3.5a.751.751 0 1 0 0-1.5h-3.5v-3.5a.75.75 0 0 0-.762-.76Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconAdd;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconAdd;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconArrowRight: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconArrowRight: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconArrowRight;
|
8
8
|
//# sourceMappingURL=IconArrowRight.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconArrowRight.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconArrowRight.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,iBAAiB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,
|
1
|
+
{"version":3,"file":"IconArrowRight.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconArrowRight.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,iBAAiB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAQ3F,CAAC;AACF,eAAe,iBAAiB,CAAC"}
|
@@ -1,18 +1,17 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
4
3
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
6
5
|
value: true
|
7
6
|
});
|
8
7
|
exports.default = void 0;
|
9
|
-
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
10
8
|
var React = _interopRequireWildcard(require("react"));
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
titleId
|
15
|
-
props
|
9
|
+
const SvgIconArrowRight = _ref => {
|
10
|
+
let {
|
11
|
+
title,
|
12
|
+
titleId,
|
13
|
+
...props
|
14
|
+
} = _ref;
|
16
15
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
17
16
|
xmlns: "http://www.w3.org/2000/svg",
|
18
17
|
fill: "none",
|
@@ -25,5 +24,4 @@ var SvgIconArrowRight = function SvgIconArrowRight(_ref) {
|
|
25
24
|
d: "M13.242 4.492a.75.75 0 0 0-.522 1.288l5.72 5.72H3.75a.751.751 0 1 0 0 1.5h14.69l-5.72 5.72a.75.75 0 1 0 1.06 1.06l7-7a.75.75 0 0 0 0-1.06l-7-7a.75.75 0 0 0-.538-.228Z"
|
26
25
|
}));
|
27
26
|
};
|
28
|
-
var _default = SvgIconArrowRight;
|
29
|
-
exports.default = _default;
|
27
|
+
var _default = exports.default = SvgIconArrowRight;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconBusinessNetwork: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconBusinessNetwork: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconBusinessNetwork;
|
8
8
|
//# sourceMappingURL=IconBusinessNetwork.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconBusinessNetwork.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconBusinessNetwork.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,sBAAsB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,
|
1
|
+
{"version":3,"file":"IconBusinessNetwork.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconBusinessNetwork.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,sBAAsB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAKhG,CAAC;AACF,eAAe,sBAAsB,CAAC"}
|
@@ -1,18 +1,17 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
4
3
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
6
5
|
value: true
|
7
6
|
});
|
8
7
|
exports.default = void 0;
|
9
|
-
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
10
8
|
var React = _interopRequireWildcard(require("react"));
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
titleId
|
15
|
-
props
|
9
|
+
const SvgIconBusinessNetwork = _ref => {
|
10
|
+
let {
|
11
|
+
title,
|
12
|
+
titleId,
|
13
|
+
...props
|
14
|
+
} = _ref;
|
16
15
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
17
16
|
xmlns: "http://www.w3.org/2000/svg",
|
18
17
|
viewBox: "0 0 24 24",
|
@@ -23,5 +22,4 @@ var SvgIconBusinessNetwork = function SvgIconBusinessNetwork(_ref) {
|
|
23
22
|
d: "M12 1a1.75 1.75 0 0 0-1.742 1.888L4.744 6.062a1.75 1.75 0 0 0-2.087.071A1.75 1.75 0 0 0 3 9.081v5.84a1.75 1.75 0 0 0 .75 3.329c.356 0 .703-.109.995-.311l5.51 3.172A1.752 1.752 0 0 0 12 23a1.75 1.75 0 0 0 1.742-1.888l5.514-3.173a1.75 1.75 0 0 0 2.087-.073A1.75 1.75 0 0 0 21 14.92v-5.84a1.75 1.75 0 0 0-.75-3.329 1.75 1.75 0 0 0-.995.312l-5.51-3.173A1.752 1.752 0 0 0 12 1Zm-.994 3.188a1.75 1.75 0 0 0 1.99.001l5.51 3.172a1.75 1.75 0 0 0 .994 1.72v5.84a1.75 1.75 0 0 0-.992 1.717l-5.514 3.174A1.75 1.75 0 0 0 12 19.5a1.75 1.75 0 0 0-.996.311l-5.51-3.172a1.75 1.75 0 0 0-.994-1.72v-5.84a1.75 1.75 0 0 0 .992-1.717l5.514-3.175ZM12 6.5c-.77 0-1.444.316-1.873.799A2.547 2.547 0 0 0 9.5 9c0 .604.198 1.218.627 1.701.429.483 1.102.799 1.873.799.77 0 1.444-.316 1.873-.799.43-.483.627-1.097.627-1.701 0-.604-.198-1.218-.627-1.701-.43-.483-1.102-.799-1.873-.799ZM12 8c.396 0 .598.121.752.295.154.173.248.434.248.705 0 .27-.094.532-.248.705-.154.174-.356.295-.752.295s-.598-.121-.752-.295A1.08 1.08 0 0 1 11 9c0-.27.094-.532.248-.705C11.402 8.12 11.604 8 12 8Zm-2.25 4.5c-.958 0-1.75.793-1.75 1.75V15c0 .86.618 1.505 1.347 1.898.728.392 1.646.602 2.653.602 1.007 0 1.925-.21 2.653-.602C15.382 16.505 16 15.86 16 15v-.75c0-.957-.793-1.75-1.75-1.75h-4.5Zm0 1.5h4.5c.148 0 .25.102.25.25V15c0 .107-.11.336-.558.577-.448.241-1.154.423-1.942.423s-1.495-.182-1.942-.423c-.448-.241-.558-.47-.558-.577v-.75c0-.148.102-.25.25-.25Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconBusinessNetwork;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconBusinessNetwork;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconCancel: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconCancel: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconCancel;
|
8
8
|
//# sourceMappingURL=IconCancel.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconCancel.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconCancel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,aAAa,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,
|
1
|
+
{"version":3,"file":"IconCancel.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconCancel.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,aAAa,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAKvF,CAAC;AACF,eAAe,aAAa,CAAC"}
|
@@ -1,18 +1,17 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
4
3
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
6
5
|
value: true
|
7
6
|
});
|
8
7
|
exports.default = void 0;
|
9
|
-
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
10
8
|
var React = _interopRequireWildcard(require("react"));
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
titleId
|
15
|
-
props
|
9
|
+
const SvgIconCancel = _ref => {
|
10
|
+
let {
|
11
|
+
title,
|
12
|
+
titleId,
|
13
|
+
...props
|
14
|
+
} = _ref;
|
16
15
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
17
16
|
xmlns: "http://www.w3.org/2000/svg",
|
18
17
|
viewBox: "0 0 24 24",
|
@@ -23,5 +22,4 @@ var SvgIconCancel = function SvgIconCancel(_ref) {
|
|
23
22
|
d: "M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2Zm0 1.5c4.703 0 8.5 3.797 8.5 8.5 0 4.703-3.797 8.5-8.5 8.5A8.489 8.489 0 0 1 3.5 12c0-4.703 3.797-8.5 8.5-8.5Zm3.243 4.49a.75.75 0 0 0-.523.23L12 10.94 9.28 8.22a.75.75 0 1 0-1.06 1.06L10.94 12l-2.72 2.72a.75.75 0 1 0 1.06 1.06L12 13.06l2.72 2.72a.75.75 0 1 0 1.06-1.06L13.06 12l2.72-2.72a.75.75 0 0 0-.537-1.29Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconCancel;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconCancel;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconChargingBattery: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconChargingBattery: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconChargingBattery;
|
8
8
|
//# sourceMappingURL=IconChargingBattery.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconChargingBattery.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconChargingBattery.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,sBAAsB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,
|
1
|
+
{"version":3,"file":"IconChargingBattery.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconChargingBattery.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,sBAAsB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAKhG,CAAC;AACF,eAAe,sBAAsB,CAAC"}
|
@@ -1,18 +1,17 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
4
3
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
6
5
|
value: true
|
7
6
|
});
|
8
7
|
exports.default = void 0;
|
9
|
-
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
10
8
|
var React = _interopRequireWildcard(require("react"));
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
titleId
|
15
|
-
props
|
9
|
+
const SvgIconChargingBattery = _ref => {
|
10
|
+
let {
|
11
|
+
title,
|
12
|
+
titleId,
|
13
|
+
...props
|
14
|
+
} = _ref;
|
16
15
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
17
16
|
xmlns: "http://www.w3.org/2000/svg",
|
18
17
|
viewBox: "0 0 24 24",
|
@@ -23,5 +22,4 @@ var SvgIconChargingBattery = function SvgIconChargingBattery(_ref) {
|
|
23
22
|
d: "M4.75 6C3.24 6 2 7.24 2 8.75v6.5C2 16.76 3.24 18 4.75 18h12.5c1.51 0 2.75-1.24 2.75-2.75V14h1a1 1 0 0 0 1-1v-2a1 1 0 0 0-1-1h-1V8.75C20 7.24 18.76 6 17.25 6H4.75Zm0 1.5h12.5c.7 0 1.25.55 1.25 1.25v6.5c0 .7-.55 1.25-1.25 1.25H4.75c-.7 0-1.25-.55-1.25-1.25v-6.5c0-.7.55-1.25 1.25-1.25Zm5.652 1.503a.356.356 0 0 0-.402.354V12l-3.055-.99a.357.357 0 0 0-.316.622l4.785 3.285a.357.357 0 0 0 .586-.274V12l3.055.99a.357.357 0 0 0 .316-.622l-4.785-3.285a.36.36 0 0 0-.184-.08Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconChargingBattery;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconChargingBattery;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconCheckmark: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconCheckmark: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconCheckmark;
|
8
8
|
//# sourceMappingURL=IconCheckmark.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconCheckmark.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconCheckmark.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,gBAAgB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,
|
1
|
+
{"version":3,"file":"IconCheckmark.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconCheckmark.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,gBAAgB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAK1F,CAAC;AACF,eAAe,gBAAgB,CAAC"}
|
@@ -1,18 +1,17 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
4
3
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
6
5
|
value: true
|
7
6
|
});
|
8
7
|
exports.default = void 0;
|
9
|
-
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
10
8
|
var React = _interopRequireWildcard(require("react"));
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
titleId
|
15
|
-
props
|
9
|
+
const SvgIconCheckmark = _ref => {
|
10
|
+
let {
|
11
|
+
title,
|
12
|
+
titleId,
|
13
|
+
...props
|
14
|
+
} = _ref;
|
16
15
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
17
16
|
xmlns: "http://www.w3.org/2000/svg",
|
18
17
|
viewBox: "0 0 24 24",
|
@@ -23,5 +22,4 @@ var SvgIconCheckmark = function SvgIconCheckmark(_ref) {
|
|
23
22
|
d: "M21.735 4.493a.75.75 0 0 0-.515.227L8.25 17.69l-5.47-5.47a.751.751 0 0 0-1.29.527.75.75 0 0 0 .23.533l6 6a.75.75 0 0 0 1.06 0l13.5-13.5a.75.75 0 0 0-.545-1.287Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconCheckmark;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconCheckmark;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconCoinInHand: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconCoinInHand: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconCoinInHand;
|
8
8
|
//# sourceMappingURL=IconCoinInHand.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconCoinInHand.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconCoinInHand.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,iBAAiB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,
|
1
|
+
{"version":3,"file":"IconCoinInHand.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconCoinInHand.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,iBAAiB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAK3F,CAAC;AACF,eAAe,iBAAiB,CAAC"}
|
@@ -1,18 +1,17 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
4
3
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
6
5
|
value: true
|
7
6
|
});
|
8
7
|
exports.default = void 0;
|
9
|
-
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
10
8
|
var React = _interopRequireWildcard(require("react"));
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
titleId
|
15
|
-
props
|
9
|
+
const SvgIconCoinInHand = _ref => {
|
10
|
+
let {
|
11
|
+
title,
|
12
|
+
titleId,
|
13
|
+
...props
|
14
|
+
} = _ref;
|
16
15
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
17
16
|
xmlns: "http://www.w3.org/2000/svg",
|
18
17
|
viewBox: "0 0 24 24",
|
@@ -23,5 +22,4 @@ var SvgIconCoinInHand = function SvgIconCoinInHand(_ref) {
|
|
23
22
|
d: "M13 1c-2.753 0-5 2.247-5 5s2.247 5 5 5c2.752 0 5-2.247 5-5s-2.248-5-5-5Zm0 1.5c1.942 0 3.5 1.558 3.5 3.5S14.942 9.5 13 9.5A3.489 3.489 0 0 1 9.5 6c0-1.942 1.558-3.5 3.5-3.5Zm-.008.76a.5.5 0 0 0-.492.507v.277a1.21 1.21 0 0 0-.917 1.163 1.22 1.22 0 0 0 1.229 1.209h.459c.218 0 .395.169.395.375a.386.386 0 0 1-.396.375h-.193a.5.5 0 0 0-.157 0h-.241a.629.629 0 0 1-.42-.153.417.417 0 0 0-.689.468c.15.226.508.443.93.497v.255a.499.499 0 1 0 1 0v-.255c.568-.106 1-.598 1-1.187a1.22 1.22 0 0 0-1.229-1.208h-.459a.387.387 0 0 1-.396-.375c0-.206.178-.375.396-.375h.096a.5.5 0 0 0 .177 0h.165c.209 0 .308.132.313.138a.416.416 0 1 0 .707-.442 1.207 1.207 0 0 0-.77-.505v-.257a.5.5 0 0 0-.508-.507Zm7.815 7.75c-.56.005-1.092.227-1.565.578-.507.377-2.033 1.516-3.353 2.502-.287-.914-1.136-1.59-2.139-1.59h-2.196c-1.406 0-2.061-.114-2.624-.233-.563-.12-1.107-.267-2.017-.267-1.942 0-3.407 1.246-4.366 2.396-.96 1.148-1.48 2.296-1.48 2.296a.75.75 0 1 0 1.366.622s.45-.98 1.265-1.957C4.514 14.38 5.63 13.5 6.913 13.5c.76 0 1.09.103 1.705.233s1.444.267 2.936.267h2.196c.423 0 .75.327.75.75a.74.74 0 0 1-.285.589.78.78 0 0 0-.042.035l-.001.001a.756.756 0 0 1-.422.125h-3.5a.751.751 0 1 0 0 1.5h3.5c.47 0 .908-.15 1.27-.4l.002-.001a.75.75 0 0 0 .09-.058s4.276-3.193 5.025-3.749v-.001c.282-.21.518-.28.683-.281.166-.002.29.039.46.21a.736.736 0 0 1 .006 1.047c-2.678 2.251-4.362 3.751-5.475 4.63-1.126.89-1.598 1.103-2.061 1.103-1.826 0-3.85-.5-6-.5-1.25 0-2.129.672-2.6 1.3-.47.628-.628 1.268-.628 1.268a.75.75 0 1 0 1.456.364s.093-.36.372-.732.65-.7 1.4-.7c1.904 0 3.918.5 6 .5.951 0 1.792-.478 2.991-1.425 1.184-.935 2.847-2.42 5.508-4.658a.744.744 0 0 0 .092-.076c.003-.004.004-.008.008-.012l.002.002.026-.027a.75.75 0 0 0 .165-.267c.623-.876.582-2.095-.201-2.878a2.17 2.17 0 0 0-1.534-.65Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconCoinInHand;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconCoinInHand;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconColumns: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconColumns: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconColumns;
|
8
8
|
//# sourceMappingURL=IconColumns.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconColumns.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconColumns.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,cAAc,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,
|
1
|
+
{"version":3,"file":"IconColumns.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconColumns.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,cAAc,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAKxF,CAAC;AACF,eAAe,cAAc,CAAC"}
|
@@ -1,18 +1,17 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
4
3
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
6
5
|
value: true
|
7
6
|
});
|
8
7
|
exports.default = void 0;
|
9
|
-
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
10
8
|
var React = _interopRequireWildcard(require("react"));
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
titleId
|
15
|
-
props
|
9
|
+
const SvgIconColumns = _ref => {
|
10
|
+
let {
|
11
|
+
title,
|
12
|
+
titleId,
|
13
|
+
...props
|
14
|
+
} = _ref;
|
16
15
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
17
16
|
xmlns: "http://www.w3.org/2000/svg",
|
18
17
|
viewBox: "0 0 24 24",
|
@@ -23,5 +22,4 @@ var SvgIconColumns = function SvgIconColumns(_ref) {
|
|
23
22
|
d: "M4.25 3.5A2.261 2.261 0 0 0 2 5.75v12.5a2.261 2.261 0 0 0 2.25 2.25h15.5A2.261 2.261 0 0 0 22 18.25V5.75a2.261 2.261 0 0 0-2.25-2.25H4.25Zm0 1.5H8v14H4.25a.739.739 0 0 1-.75-.75V5.75c0-.423.327-.75.75-.75ZM9.5 5h5v14h-5V5ZM16 5h3.75c.423 0 .75.327.75.75v12.5c0 .423-.327.75-.75.75H16V5Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconColumns;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconColumns;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconDashboard: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconDashboard: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconDashboard;
|
8
8
|
//# sourceMappingURL=IconDashboard.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconDashboard.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconDashboard.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,gBAAgB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,
|
1
|
+
{"version":3,"file":"IconDashboard.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconDashboard.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,gBAAgB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAK1F,CAAC;AACF,eAAe,gBAAgB,CAAC"}
|
@@ -1,18 +1,17 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
4
3
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
6
5
|
value: true
|
7
6
|
});
|
8
7
|
exports.default = void 0;
|
9
|
-
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
10
8
|
var React = _interopRequireWildcard(require("react"));
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
titleId
|
15
|
-
props
|
9
|
+
const SvgIconDashboard = _ref => {
|
10
|
+
let {
|
11
|
+
title,
|
12
|
+
titleId,
|
13
|
+
...props
|
14
|
+
} = _ref;
|
16
15
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
17
16
|
xmlns: "http://www.w3.org/2000/svg",
|
18
17
|
viewBox: "0 0 24 24",
|
@@ -23,5 +22,4 @@ var SvgIconDashboard = function SvgIconDashboard(_ref) {
|
|
23
22
|
d: "M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2Zm0 1.5c4.703 0 8.5 3.797 8.5 8.5 0 4.703-3.797 8.5-8.5 8.5A8.489 8.489 0 0 1 3.5 12c0-4.703 3.797-8.5 8.5-8.5Zm0 .75a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM7.05 6.3a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm9.9 0a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm.299 3.308c-1.145-.019-5.186 1.283-5.632 1.468a1 1 0 0 0 .766 1.848c.51-.212 5.372-2.71 5.16-3.22-.026-.064-.13-.093-.294-.096ZM5 11.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm14 0a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5ZM7.05 16.2a.75.75 0 1 0 0 1.499.75.75 0 0 0 0-1.5Zm9.9 0a.75.75 0 1 0 0 1.499.75.75 0 0 0 0-1.5Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconDashboard;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconDashboard;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconEdit: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconEdit: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconEdit;
|
8
8
|
//# sourceMappingURL=IconEdit.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconEdit.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconEdit.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,WAAW,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,
|
1
|
+
{"version":3,"file":"IconEdit.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconEdit.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,WAAW,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAQrF,CAAC;AACF,eAAe,WAAW,CAAC"}
|
@@ -1,18 +1,17 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
4
3
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
6
5
|
value: true
|
7
6
|
});
|
8
7
|
exports.default = void 0;
|
9
|
-
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
10
8
|
var React = _interopRequireWildcard(require("react"));
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
titleId
|
15
|
-
props
|
9
|
+
const SvgIconEdit = _ref => {
|
10
|
+
let {
|
11
|
+
title,
|
12
|
+
titleId,
|
13
|
+
...props
|
14
|
+
} = _ref;
|
16
15
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
17
16
|
xmlns: "http://www.w3.org/2000/svg",
|
18
17
|
fill: "none",
|
@@ -25,5 +24,4 @@ var SvgIconEdit = function SvgIconEdit(_ref) {
|
|
25
24
|
d: "M18 2.505c-.897 0-1.795.34-2.475 1.02L4.458 14.592a1.75 1.75 0 0 0-.445.758l-1.484 5.194a.75.75 0 0 0 .927.927l5.195-1.484h.001c.285-.082.546-.234.756-.445L20.475 8.475a3.51 3.51 0 0 0 0-4.95A3.488 3.488 0 0 0 18 2.505Zm0 1.491c.51 0 1.02.197 1.413.59h.001c.787.787.787 2.04 0 2.828l-.97.97-2.828-2.828.97-.97c.393-.393.904-.59 1.414-.59Zm-3.444 2.62 2.828 2.828-9.037 9.037a.252.252 0 0 1-.109.064l-3.896 1.113 1.113-3.897v-.001a.245.245 0 0 1 .064-.108l9.037-9.036Z"
|
26
25
|
}));
|
27
26
|
};
|
28
|
-
var _default = SvgIconEdit;
|
29
|
-
exports.default = _default;
|
27
|
+
var _default = exports.default = SvgIconEdit;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconExport: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconExport: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconExport;
|
8
8
|
//# sourceMappingURL=IconExport.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconExport.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconExport.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,aAAa,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,
|
1
|
+
{"version":3,"file":"IconExport.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconExport.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,aAAa,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAKvF,CAAC;AACF,eAAe,aAAa,CAAC"}
|
@@ -1,18 +1,17 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
4
3
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
6
5
|
value: true
|
7
6
|
});
|
8
7
|
exports.default = void 0;
|
9
|
-
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
10
8
|
var React = _interopRequireWildcard(require("react"));
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
titleId
|
15
|
-
props
|
9
|
+
const SvgIconExport = _ref => {
|
10
|
+
let {
|
11
|
+
title,
|
12
|
+
titleId,
|
13
|
+
...props
|
14
|
+
} = _ref;
|
16
15
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
17
16
|
xmlns: "http://www.w3.org/2000/svg",
|
18
17
|
viewBox: "0 0 24 24",
|
@@ -23,5 +22,4 @@ var SvgIconExport = function SvgIconExport(_ref) {
|
|
23
22
|
d: "M6.25 2A2.261 2.261 0 0 0 4 4.25v15.5A2.261 2.261 0 0 0 6.25 22h11.5A2.261 2.261 0 0 0 20 19.75V9.25a.75.75 0 0 0-.22-.53l-.008-.008L13.28 2.22a.75.75 0 0 0-.53-.22h-6.5Zm0 1.5H12v4.25A2.261 2.261 0 0 0 14.25 10h4.25v9.75c0 .423-.327.75-.75.75H6.25a.739.739 0 0 1-.75-.75V4.25c0-.423.327-.75.75-.75Zm7.25 1.06 3.94 3.94h-3.19a.739.739 0 0 1-.75-.75V4.56Zm-1.512 6.43a.75.75 0 0 0-.738.76v3.19l-.72-.72a.75.75 0 1 0-1.06 1.06l2 2a.75.75 0 0 0 1.06 0l2-2a.75.75 0 1 0-1.06-1.06l-.72.72v-3.19a.75.75 0 0 0-.762-.76Zm.023 6.51H8.75a.751.751 0 1 0 0 1.5h6.5a.751.751 0 1 0 0-1.5h-3.24Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconExport;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconExport;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconFile: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconFile: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconFile;
|
8
8
|
//# sourceMappingURL=IconFile.d.ts.map
|