@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
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconFile.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconFile.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":"IconFile.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconFile.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,4CAKrF,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 SvgIconFile = _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 SvgIconFile = function SvgIconFile(_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.56Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconFile;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconFile;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconFolder: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconFolder: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconFolder;
|
8
8
|
//# sourceMappingURL=IconFolder.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconFolder.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconFolder.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":"IconFolder.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconFolder.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 SvgIconFolder = _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 SvgIconFolder = function SvgIconFolder(_ref) {
|
|
23
22
|
d: "M4.25 4A2.261 2.261 0 0 0 2 6.25v11.5A2.261 2.261 0 0 0 4.25 20h15.5A2.261 2.261 0 0 0 22 17.75v-9a2.261 2.261 0 0 0-2.25-2.25h-7.729L9.787 4.638A2.75 2.75 0 0 0 8.026 4H4.25Zm0 1.5h3.776c.293 0 .575.103.8.29l1.752 1.46-1.752 1.46c-.225.187-.507.29-.8.29H3.5V6.25c0-.423.327-.75.75-.75ZM12.021 8h7.729c.423 0 .75.327.75.75v9c0 .423-.327.75-.75.75H4.25a.739.739 0 0 1-.75-.75V10.5h4.526a2.75 2.75 0 0 0 1.76-.638L12.022 8Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconFolder;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconFolder;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconFullScreen: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconFullScreen: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconFullScreen;
|
8
8
|
//# sourceMappingURL=IconFullScreen.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconFullScreen.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconFullScreen.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":"IconFullScreen.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconFullScreen.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 SvgIconFullScreen = _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",
|
@@ -24,5 +23,4 @@ var SvgIconFullScreen = function SvgIconFullScreen(_ref) {
|
|
24
23
|
d: "M5.75 3C4.24 3 3 4.24 3 5.75v3a.75.75 0 1 0 1.5 0v-3c0-.699.55-1.25 1.25-1.25h3a.75.75 0 1 0 0-1.5h-3Zm9.5 0a.75.75 0 1 0 0 1.5h3c.7 0 1.25.551 1.25 1.25v3a.75.75 0 1 0 1.5 0v-3C21 4.24 19.76 3 18.25 3h-3ZM3.738 14.49a.75.75 0 0 0-.738.76v3C3 19.76 4.24 21 5.75 21h3a.751.751 0 1 0 0-1.5h-3c-.7 0-1.25-.55-1.25-1.25v-3a.75.75 0 0 0-.762-.76Zm16.5 0a.75.75 0 0 0-.738.76v3c0 .7-.55 1.25-1.25 1.25h-3a.75.75 0 1 0 0 1.5h3c1.51 0 2.75-1.24 2.75-2.75v-3a.75.75 0 0 0-.762-.76Z"
|
25
24
|
}));
|
26
25
|
};
|
27
|
-
var _default = SvgIconFullScreen;
|
28
|
-
exports.default = _default;
|
26
|
+
var _default = exports.default = SvgIconFullScreen;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconFutures: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconFutures: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconFutures;
|
8
8
|
//# sourceMappingURL=IconFutures.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconFutures.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconFutures.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":"IconFutures.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconFutures.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 SvgIconFutures = _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 SvgIconFutures = function SvgIconFutures(_ref) {
|
|
23
22
|
d: "M12 2a2.515 2.515 0 0 0-2.503 2.503V20.5H7.5v-8.497A2.515 2.515 0 0 0 4.997 9.5a2.514 2.514 0 0 0-2.502 2.503V20.5H1.75a.751.751 0 1 0 0 1.5h15.372c.08.013.163.013.243 0h3.247c.09.017.183.017.274 0h1.364a.751.751 0 1 0 0-1.5h-.75V7.003A2.515 2.515 0 0 0 18.997 4.5a2.514 2.514 0 0 0-2.502 2.503V20.5H14.5l.003-15.997A2.515 2.515 0 0 0 12 2Zm0 1.5a.992.992 0 0 1 1.003 1.003L13 20.5h-2.003V4.503A.992.992 0 0 1 12 3.5ZM18.997 6A.992.992 0 0 1 20 7.003V20.5h-2.005V7.003A.991.991 0 0 1 18.997 6Zm-14 5A.992.992 0 0 1 6 12.003V20.5H3.995v-8.497A.99.99 0 0 1 4.997 11Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconFutures;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconFutures;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconGraphReport: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconGraphReport: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconGraphReport;
|
8
8
|
//# sourceMappingURL=IconGraphReport.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconGraphReport.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconGraphReport.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,kBAAkB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,
|
1
|
+
{"version":3,"file":"IconGraphReport.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconGraphReport.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,kBAAkB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAK5F,CAAC;AACF,eAAe,kBAAkB,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 SvgIconGraphReport = _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 SvgIconGraphReport = function SvgIconGraphReport(_ref) {
|
|
23
22
|
d: "M6.25 2C5.01 2 4 3.01 4 4.25v15.5C4 20.99 5.01 22 6.25 22h11.5c1.24 0 2.25-1.01 2.25-2.25V9.25a.747.747 0 0 0-.22-.53l-6.5-6.5a.747.747 0 0 0-.53-.22h-6.5Zm0 1.5H12v4.25C12 8.99 13.01 10 14.25 10h4.25v9.75a.75.75 0 0 1-.75.75H6.25a.749.749 0 0 1-.75-.75V4.25c0-.415.335-.75.75-.75Zm7.25 1.06 3.94 3.94h-3.19a.749.749 0 0 1-.75-.75V4.56ZM16 12.5a1 1 0 0 0-.997.937L13 15.44l-1.503-1.503a1 1 0 0 0-1.68-.666 1 1 0 0 0-.314.665l-1.566 1.567A1 1 0 0 0 8 17.5a1 1 0 0 0 .997-.936L10.5 15.06l1.503 1.504a1 1 0 0 0 1.68.665 1 1 0 0 0 .314-.665l2.067-2.067A1 1 0 0 0 16 12.5Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconGraphReport;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconGraphReport;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconHeartMonitor: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconHeartMonitor: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconHeartMonitor;
|
8
8
|
//# sourceMappingURL=IconHeartMonitor.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconHeartMonitor.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconHeartMonitor.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,mBAAmB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,
|
1
|
+
{"version":3,"file":"IconHeartMonitor.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconHeartMonitor.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,mBAAmB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAK7F,CAAC;AACF,eAAe,mBAAmB,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 SvgIconHeartMonitor = _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 SvgIconHeartMonitor = function SvgIconHeartMonitor(_ref) {
|
|
23
22
|
d: "M4.75 3C3.24 3 2 4.24 2 5.75v12.5C2 19.76 3.24 21 4.75 21h14.5c1.51 0 2.75-1.24 2.75-2.75V5.75C22 4.24 20.76 3 19.25 3H4.75Zm0 1.5h14.5c.7 0 1.25.55 1.25 1.25v12.5c0 .7-.55 1.25-1.25 1.25H4.75c-.7 0-1.25-.55-1.25-1.25V13.5h1.25a.747.747 0 0 0 .643-.364l.758-1.263 1.413 3.182c.12.27.388.444.683.445a.769.769 0 0 0 .686-.44l1.733-3.814 1.878 5.257a.748.748 0 0 0 .706.497.75.75 0 0 0 .67-.414L15.715 13h.537a1.25 1.25 0 1 0 0-1.5H15.25a.75.75 0 0 0-.67.414l-1.215 2.429-1.909-5.346a.75.75 0 0 0-.675-.496.74.74 0 0 0-.714.438l-1.81 3.982-1.322-2.976a.75.75 0 0 0-1.328-.081L4.324 12H3.5V5.75c0-.7.55-1.25 1.25-1.25Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconHeartMonitor;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconHeartMonitor;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconHistory: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconHistory: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconHistory;
|
8
8
|
//# sourceMappingURL=IconHistory.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconHistory.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconHistory.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":"IconHistory.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconHistory.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 SvgIconHistory = _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 SvgIconHistory = function SvgIconHistory(_ref) {
|
|
23
22
|
d: "M12 2a9.989 9.989 0 0 0-8 4.006V4.25a.75.75 0 1 0-1.5 0v3.5a.75.75 0 0 0 .75.75h3.5a.75.75 0 1 0 0-1.5H5.125A8.482 8.482 0 0 1 12 3.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 12 .75.75 0 1 0 2 12c0 5.514 4.486 10 10 10s10-4.486 10-10S17.514 2 12 2Zm-.262 4.49a.75.75 0 0 0-.738.76v6a.75.75 0 0 0 .75.75h4a.751.751 0 1 0 0-1.5H12.5V7.25a.75.75 0 0 0-.762-.76Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconHistory;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconHistory;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconImport: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconImport: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconImport;
|
8
8
|
//# sourceMappingURL=IconImport.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconImport.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconImport.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":"IconImport.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconImport.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 SvgIconImport = _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 SvgIconImport = function SvgIconImport(_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.51 5.94a.75.75 0 0 0-.52.22l-2 2a.75.75 0 1 0 1.06 1.06l.72-.72v2.69a.751.751 0 1 0 1.5 0v-2.69l.72.72a.75.75 0 1 0 1.06-1.06l-2-2a.75.75 0 0 0-.54-.22Zm-3.24 7a.751.751 0 1 0 0 1.5h6.5a.751.751 0 1 0 0-1.5h-6.5Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconImport;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconImport;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconLayers: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconLayers: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconLayers;
|
8
8
|
//# sourceMappingURL=IconLayers.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconLayers.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconLayers.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":"IconLayers.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconLayers.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 SvgIconLayers = _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 SvgIconLayers = function SvgIconLayers(_ref) {
|
|
23
22
|
d: "M7.197 3c-1.204 0-2.274.79-2.628 1.941L3.601 8.09C3.162 9.516 4.258 11 5.75 11h11.052c1.203 0 2.274-.79 2.628-1.941v-.001l.967-3.146C20.838 4.483 19.741 3 18.248 3H7.198Zm0 1.5h11.051c.525 0 .871.469.717.97l-.969 3.148a1.242 1.242 0 0 1-1.193.882H5.75a.733.733 0 0 1-.717-.97l.969-3.147A1.244 1.244 0 0 1 7.197 4.5ZM20.35 9.447a3.729 3.729 0 0 1-1.704 2.065l-.649 2.105a1.243 1.243 0 0 1-1.194.883H5.75a.744.744 0 0 1-.603-.305.741.741 0 0 1-.114-.666l.475-1.544a3.21 3.21 0 0 1-1.43-.45L3.6 13.087a2.23 2.23 0 0 0 .34 1.998 2.227 2.227 0 0 0 1.81.914h11.052c1.215 0 2.271-.78 2.629-1.941l.968-3.147a2.23 2.23 0 0 0-.05-1.465Zm0 5a3.729 3.729 0 0 1-1.704 2.065l-.649 2.105a1.243 1.243 0 0 1-1.194.883H5.75a.744.744 0 0 1-.603-.305.741.741 0 0 1-.114-.666l.475-1.544a3.21 3.21 0 0 1-1.43-.45L3.6 18.087a2.23 2.23 0 0 0 .34 1.998 2.227 2.227 0 0 0 1.81.914h11.052c1.215 0 2.271-.78 2.629-1.941l.968-3.147a2.23 2.23 0 0 0-.05-1.465Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconLayers;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconLayers;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconList: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconList: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconList;
|
8
8
|
//# sourceMappingURL=IconList.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconList.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconList.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":"IconList.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconList.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,4CAKrF,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 SvgIconList = _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 SvgIconList = function SvgIconList(_ref) {
|
|
23
22
|
d: "M3.75 2.5c-.682 0-1.25.568-1.25 1.25v3C2.5 7.432 3.068 8 3.75 8h3C7.432 8 8 7.432 8 6.75v-3c0-.682-.568-1.25-1.25-1.25h-3ZM4 4h2.5v2.5H4V4Zm6.25.5a.75.75 0 1 0 0 1.5h10.5a.75.75 0 1 0 0-1.5h-10.5Zm-6.5 4.75c-.682 0-1.25.568-1.25 1.25v3c0 .682.568 1.25 1.25 1.25h3c.682 0 1.25-.568 1.25-1.25v-3c0-.682-.568-1.25-1.25-1.25h-3Zm.25 1.5h2.5v2.5H4v-2.5Zm6.25.5a.751.751 0 1 0 0 1.5h10.5a.751.751 0 1 0 0-1.5h-10.5ZM3.75 16c-.682 0-1.25.568-1.25 1.25v3c0 .682.568 1.25 1.25 1.25h3c.682 0 1.25-.568 1.25-1.25v-3C8 16.568 7.432 16 6.75 16h-3ZM4 17.5h2.5V20H4v-2.5Zm6.25.5a.751.751 0 1 0 0 1.5h10.5a.751.751 0 1 0 0-1.5h-10.5Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconList;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconList;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconLocations: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconLocations: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconLocations;
|
8
8
|
//# sourceMappingURL=IconLocations.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconLocations.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconLocations.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;AAED,QAAA,MAAM,gBAAgB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,
|
1
|
+
{"version":3,"file":"IconLocations.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconLocations.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;AAED,QAAA,MAAM,gBAAgB,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAK1F,CAAC;AAEF,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 SvgIconLocations = _ref => {
|
10
|
+
let {
|
11
|
+
title,
|
12
|
+
titleId,
|
13
|
+
...props
|
14
|
+
} = _ref;
|
16
15
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
17
16
|
viewBox: "0 0 12 13",
|
18
17
|
xmlns: "http://www.w3.org/2000/svg",
|
@@ -23,5 +22,4 @@ var SvgIconLocations = function SvgIconLocations(_ref) {
|
|
23
22
|
d: "M5.99974 0C3.79652 0 1.99974 1.79678 1.99974 4C1.99974 4.98569 2.58426 6.08205 3.24713 7.17187C3.91 8.2617 4.68276 9.2988 5.16054 9.91471C5.578 10.4526 6.42147 10.4526 6.83893 9.91471C7.31671 9.2988 8.08947 8.2617 8.75234 7.17187C9.41521 6.08205 9.99974 4.98569 9.99974 4C9.99974 1.79678 8.20296 0 5.99974 0ZM5.99974 1C7.66252 1 8.99974 2.33722 8.99974 4C8.99974 4.51664 8.52716 5.61717 7.89752 6.65234C7.26789 7.68752 6.51278 8.70366 6.04857 9.30208C6.01536 9.34487 5.98412 9.34487 5.95091 9.30208C5.48669 8.70366 4.73158 7.68752 4.10195 6.65234C3.47232 5.61717 2.99974 4.51664 2.99974 4C2.99974 2.33722 4.33696 1 5.99974 1ZM5.99974 3C5.73452 3 5.48017 3.10536 5.29263 3.29289C5.10509 3.48043 4.99974 3.73478 4.99974 4C4.99974 4.26522 5.10509 4.51957 5.29263 4.70711C5.48017 4.89464 5.73452 5 5.99974 5C6.26495 5 6.51931 4.89464 6.70684 4.70711C6.89438 4.51957 6.99974 4.26522 6.99974 4C6.99974 3.73478 6.89438 3.48043 6.70684 3.29289C6.51931 3.10536 6.26495 3 5.99974 3ZM1.90794 8.33333C1.44727 8.33333 1.0282 8.60537 0.841535 9.02604L0.1013 10.6927C-0.0596996 11.055 -0.02746 11.4697 0.18854 11.8021C0.404873 12.1347 0.770722 12.3333 1.16706 12.3333H10.8318C11.2281 12.3333 11.5943 12.1347 11.8103 11.8021C12.0266 11.4697 12.0592 11.0554 11.8982 10.6927L11.1579 9.02604C10.9709 8.60537 10.5525 8.33333 10.0915 8.33333H9.00625C8.79391 8.655 8.56351 8.988 8.31484 9.33333H10.0915C10.1572 9.33333 10.2172 9.37196 10.2439 9.43229L10.9841 11.099C11.0161 11.171 10.9904 11.2295 10.9717 11.2578C10.9531 11.2861 10.9111 11.3333 10.8324 11.3333H1.16706C1.08839 11.3333 1.04541 11.2855 1.02708 11.2572C1.00875 11.2288 0.983045 11.171 1.01471 11.099L1.7556 9.43229C1.78226 9.37229 1.84227 9.33333 1.90794 9.33333H3.68398C3.43498 8.988 3.20523 8.655 2.99323 8.33333H1.90794Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconLocations;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconLocations;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconMail: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconMail: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconMail;
|
8
8
|
//# sourceMappingURL=IconMail.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconMail.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconMail.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":"IconMail.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconMail.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,4CAKrF,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 SvgIconMail = _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 SvgIconMail = function SvgIconMail(_ref) {
|
|
23
22
|
d: "M5.25 4A3.262 3.262 0 0 0 2 7.25v9.5A3.262 3.262 0 0 0 5.25 20h13.5A3.261 3.261 0 0 0 22 16.75v-9.5A3.262 3.262 0 0 0 18.75 4H5.25Zm0 1.5h13.5c.975 0 1.75.775 1.75 1.75v.553L12 12.398 3.5 7.803V7.25c0-.975.775-1.75 1.75-1.75ZM3.5 9.508l8.144 4.402a.75.75 0 0 0 .712 0L20.5 9.508v7.242a1.74 1.74 0 0 1-1.75 1.75H5.25a1.74 1.74 0 0 1-1.75-1.75V9.508Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconMail;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconMail;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconManager: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconManager: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconManager;
|
8
8
|
//# sourceMappingURL=IconManager.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconManager.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconManager.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":"IconManager.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconManager.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"}
|