@terraware/web-components 2.13.1-rc.4 → 2.14.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 +0 -1
- package/components/Autocomplete/Autocomplete.d.ts.map +1 -1
- package/components/Autocomplete/Autocomplete.js +44 -42
- package/components/Badge/index.d.ts +0 -1
- package/components/Badge/index.d.ts.map +1 -1
- package/components/Badge/index.js +8 -7
- package/components/BusySpinner/index.d.ts +0 -1
- package/components/BusySpinner/index.d.ts.map +1 -1
- package/components/BusySpinner/index.js +3 -5
- package/components/Button/Button.d.ts +1 -2
- package/components/Button/Button.d.ts.map +1 -1
- package/components/Button/Button.js +24 -23
- package/components/Button/button.test.js +4 -4
- package/components/Checkbox.js +27 -25
- package/components/Confirm/index.js +28 -28
- package/components/DatePicker/DatePicker.js +24 -18
- package/components/DialogBox/DialogBox.js +25 -31
- package/components/Divisor.d.ts +0 -1
- package/components/Divisor.d.ts.map +1 -1
- package/components/Divisor.js +2 -3
- package/components/Dropdown.d.ts +2 -1
- package/components/Dropdown.d.ts.map +1 -1
- package/components/Dropdown.js +51 -39
- package/components/ErrorBox/ErrorBox.d.ts +0 -1
- package/components/ErrorBox/ErrorBox.d.ts.map +1 -1
- package/components/ErrorBox/ErrorBox.js +8 -11
- package/components/FileChooser/index.d.ts +0 -1
- package/components/FileChooser/index.d.ts.map +1 -1
- package/components/FileChooser/index.js +62 -58
- package/components/FormBottomBar/index.d.ts +0 -1
- package/components/FormBottomBar/index.d.ts.map +1 -1
- package/components/FormBottomBar/index.js +68 -55
- package/components/Icon/Icon.d.ts +3 -4
- package/components/Icon/Icon.d.ts.map +1 -1
- package/components/Icon/Icon.js +19 -16
- package/components/Icon/icons/index.js +3 -2
- package/components/IconTooltip/index.d.ts +0 -1
- package/components/IconTooltip/index.d.ts.map +1 -1
- package/components/IconTooltip/index.js +39 -32
- package/components/Message/Message.d.ts +0 -1
- package/components/Message/Message.d.ts.map +1 -1
- package/components/Message/Message.js +17 -21
- package/components/MultiSelect/MultiSelect.test.js +30 -16
- package/components/MultiSelect/index.d.ts +0 -1
- package/components/MultiSelect/index.d.ts.map +1 -1
- package/components/MultiSelect/index.js +42 -32
- package/components/Navbar/NavFooter.js +1 -3
- package/components/Navbar/NavItem.js +23 -19
- package/components/Navbar/NavSection.d.ts +0 -1
- package/components/Navbar/NavSection.d.ts.map +1 -1
- package/components/Navbar/NavSection.js +3 -4
- package/components/Navbar/Navbar.js +27 -26
- package/components/Navbar/SubNavbar.js +1 -3
- package/components/Note.d.ts +0 -1
- package/components/Note.d.ts.map +1 -1
- package/components/Note.js +12 -12
- package/components/PageForm/index.js +39 -18
- package/components/PhotoChooser/index.d.ts +0 -1
- package/components/PhotoChooser/index.d.ts.map +1 -1
- package/components/PhotoChooser/index.js +72 -57
- package/components/Pill/index.d.ts +0 -1
- package/components/Pill/index.d.ts.map +1 -1
- package/components/Pill/index.js +10 -12
- package/components/PillList/index.d.ts +0 -1
- package/components/PillList/index.d.ts.map +1 -1
- package/components/PillList/index.js +15 -15
- package/components/PopoverMenu/Popover.js +28 -25
- package/components/PopoverMenu/index.js +30 -26
- package/components/PopoverMultiSelect/index.d.ts +0 -1
- package/components/PopoverMultiSelect/index.d.ts.map +1 -1
- package/components/PopoverMultiSelect/index.js +26 -19
- package/components/ProgressCircle/ProgressCircle.d.ts +0 -1
- package/components/ProgressCircle/ProgressCircle.d.ts.map +1 -1
- package/components/ProgressCircle/ProgressCircle.js +6 -7
- package/components/RadioButton.js +1 -1
- package/components/Select/Select.d.ts +14 -13
- package/components/Select/Select.d.ts.map +1 -1
- package/components/Select/Select.js +9 -3
- package/components/Select/SelectT.d.ts +23 -15
- package/components/Select/SelectT.d.ts.map +1 -1
- package/components/Select/SelectT.js +93 -69
- package/components/Separator/index.d.ts +1 -1
- package/components/Separator/index.d.ts.map +1 -1
- package/components/Separator/index.js +3 -2
- package/components/Slider/index.d.ts +0 -1
- package/components/Slider/index.d.ts.map +1 -1
- package/components/Slider/index.js +11 -13
- package/components/SummaryBox.d.ts +0 -1
- package/components/SummaryBox.d.ts.map +1 -1
- package/components/SummaryBox.js +46 -45
- package/components/Tabs/index.js +41 -33
- package/components/TextTruncated/index.js +62 -52
- package/components/Textfield/Textfield.d.ts +0 -1
- 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 +42 -29
- package/components/Tooltip/Tooltip.d.ts +0 -1
- package/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/components/Tooltip/Tooltip.js +28 -24
- package/components/ViewPhotosDialog/index.js +65 -41
- package/components/svg/BlobbyGrayIconImage.d.ts +1 -1
- package/components/svg/BlobbyGrayIconImage.d.ts.map +1 -1
- package/components/svg/BlobbyGrayIconImage.js +9 -7
- package/components/svg/BlobbyGrayIconImport.d.ts +1 -1
- package/components/svg/BlobbyGrayIconImport.d.ts.map +1 -1
- package/components/svg/BlobbyGrayIconImport.js +9 -7
- package/components/svg/BlobbyGrayIconUploadToTheCloud.d.ts +1 -1
- package/components/svg/BlobbyGrayIconUploadToTheCloud.d.ts.map +1 -1
- package/components/svg/BlobbyGrayIconUploadToTheCloud.js +9 -7
- package/components/svg/BlobbyIconCloudChecked.d.ts +1 -1
- package/components/svg/BlobbyIconCloudChecked.d.ts.map +1 -1
- package/components/svg/BlobbyIconCloudChecked.js +9 -7
- package/components/svg/BlobbyIconExportOrUploadPhoto.d.ts +1 -1
- package/components/svg/BlobbyIconExportOrUploadPhoto.d.ts.map +1 -1
- package/components/svg/BlobbyIconExportOrUploadPhoto.js +9 -7
- package/components/svg/BlobbyIconFolder.d.ts +1 -1
- package/components/svg/BlobbyIconFolder.d.ts.map +1 -1
- package/components/svg/BlobbyIconFolder.js +9 -7
- package/components/svg/BlobbyIconGraphReport.d.ts +1 -1
- package/components/svg/BlobbyIconGraphReport.d.ts.map +1 -1
- package/components/svg/BlobbyIconGraphReport.js +9 -7
- package/components/svg/BlobbyIconHappy.d.ts +1 -1
- package/components/svg/BlobbyIconHappy.d.ts.map +1 -1
- package/components/svg/BlobbyIconHappy.js +9 -7
- package/components/svg/BlobbyIconHeartMonitor.d.ts +1 -1
- package/components/svg/BlobbyIconHeartMonitor.d.ts.map +1 -1
- package/components/svg/BlobbyIconHeartMonitor.js +9 -7
- package/components/svg/BlobbyIconLeaf.d.ts +1 -1
- package/components/svg/BlobbyIconLeaf.d.ts.map +1 -1
- package/components/svg/BlobbyIconLeaf.js +9 -7
- package/components/svg/BlobbyIconLibrary.d.ts +1 -1
- package/components/svg/BlobbyIconLibrary.d.ts.map +1 -1
- package/components/svg/BlobbyIconLibrary.js +9 -7
- package/components/svg/BlobbyIconNursery.d.ts +1 -1
- package/components/svg/BlobbyIconNursery.d.ts.map +1 -1
- package/components/svg/BlobbyIconNursery.js +9 -7
- package/components/svg/BlobbyIconOrganization.d.ts +1 -1
- package/components/svg/BlobbyIconOrganization.d.ts.map +1 -1
- package/components/svg/BlobbyIconOrganization.js +9 -7
- package/components/svg/BlobbyIconParchment.d.ts +1 -1
- package/components/svg/BlobbyIconParchment.d.ts.map +1 -1
- package/components/svg/BlobbyIconParchment.js +9 -7
- package/components/svg/BlobbyIconPeople.d.ts +1 -1
- package/components/svg/BlobbyIconPeople.d.ts.map +1 -1
- package/components/svg/BlobbyIconPeople.js +9 -7
- package/components/svg/BlobbyIconSeedBank.d.ts +1 -1
- package/components/svg/BlobbyIconSeedBank.d.ts.map +1 -1
- package/components/svg/BlobbyIconSeedBank.js +9 -7
- package/components/svg/BlobbyIconSeedling.d.ts +1 -1
- package/components/svg/BlobbyIconSeedling.d.ts.map +1 -1
- package/components/svg/BlobbyIconSeedling.js +9 -7
- package/components/svg/BlobbyIconSeeds.d.ts +1 -1
- package/components/svg/BlobbyIconSeeds.d.ts.map +1 -1
- package/components/svg/BlobbyIconSeeds.js +9 -7
- package/components/svg/BlobbyIconSite.d.ts +1 -1
- package/components/svg/BlobbyIconSite.d.ts.map +1 -1
- package/components/svg/BlobbyIconSite.js +9 -7
- package/components/svg/BlobbyIconSparkles.d.ts +1 -1
- package/components/svg/BlobbyIconSparkles.d.ts.map +1 -1
- package/components/svg/BlobbyIconSparkles.js +9 -7
- package/components/svg/BlobbyIconWrench.d.ts +1 -1
- package/components/svg/BlobbyIconWrench.d.ts.map +1 -1
- package/components/svg/BlobbyIconWrench.js +9 -7
- package/components/svg/Bug.d.ts +1 -1
- package/components/svg/Bug.d.ts.map +1 -1
- package/components/svg/Bug.js +9 -7
- package/components/svg/Calendar.d.ts +1 -1
- package/components/svg/Calendar.d.ts.map +1 -1
- package/components/svg/Calendar.js +9 -7
- package/components/svg/CaretDown.d.ts +1 -1
- package/components/svg/CaretDown.d.ts.map +1 -1
- package/components/svg/CaretDown.js +9 -7
- package/components/svg/CaretLeft.d.ts +1 -1
- package/components/svg/CaretLeft.d.ts.map +1 -1
- package/components/svg/CaretLeft.js +9 -7
- package/components/svg/CaretRight.d.ts +1 -1
- package/components/svg/CaretRight.d.ts.map +1 -1
- package/components/svg/CaretRight.js +9 -7
- package/components/svg/CaretUp.d.ts +1 -1
- package/components/svg/CaretUp.d.ts.map +1 -1
- package/components/svg/CaretUp.js +9 -7
- package/components/svg/ChevronDown.d.ts +1 -1
- package/components/svg/ChevronDown.d.ts.map +1 -1
- package/components/svg/ChevronDown.js +9 -7
- package/components/svg/ChevronUp.d.ts +1 -1
- package/components/svg/ChevronUp.d.ts.map +1 -1
- package/components/svg/ChevronUp.js +9 -7
- package/components/svg/Close.d.ts +1 -1
- package/components/svg/Close.d.ts.map +1 -1
- package/components/svg/Close.js +9 -7
- package/components/svg/Critical.d.ts +1 -1
- package/components/svg/Critical.d.ts.map +1 -1
- package/components/svg/Critical.js +9 -7
- package/components/svg/Edit.d.ts +1 -1
- package/components/svg/Edit.d.ts.map +1 -1
- package/components/svg/Edit.js +9 -7
- package/components/svg/Error.d.ts +1 -1
- package/components/svg/Error.d.ts.map +1 -1
- package/components/svg/Error.js +9 -7
- package/components/svg/Filter.d.ts +1 -1
- package/components/svg/Filter.d.ts.map +1 -1
- package/components/svg/Filter.js +9 -7
- package/components/svg/Folder.d.ts +1 -1
- package/components/svg/Folder.d.ts.map +1 -1
- package/components/svg/Folder.js +9 -7
- package/components/svg/Help.d.ts +1 -1
- package/components/svg/Help.d.ts.map +1 -1
- package/components/svg/Help.js +9 -7
- package/components/svg/Home.d.ts +1 -1
- package/components/svg/Home.d.ts.map +1 -1
- package/components/svg/Home.js +9 -7
- package/components/svg/IconAdd.d.ts +1 -1
- package/components/svg/IconAdd.d.ts.map +1 -1
- package/components/svg/IconAdd.js +9 -7
- package/components/svg/IconArrowRight.d.ts +1 -1
- package/components/svg/IconArrowRight.d.ts.map +1 -1
- package/components/svg/IconArrowRight.js +9 -7
- package/components/svg/IconBusinessNetwork.d.ts +1 -1
- package/components/svg/IconBusinessNetwork.d.ts.map +1 -1
- package/components/svg/IconBusinessNetwork.js +9 -7
- package/components/svg/IconCancel.d.ts +1 -1
- package/components/svg/IconCancel.d.ts.map +1 -1
- package/components/svg/IconCancel.js +9 -7
- package/components/svg/IconChargingBattery.d.ts +1 -1
- package/components/svg/IconChargingBattery.d.ts.map +1 -1
- package/components/svg/IconChargingBattery.js +9 -7
- package/components/svg/IconCheckmark.d.ts +1 -1
- package/components/svg/IconCheckmark.d.ts.map +1 -1
- package/components/svg/IconCheckmark.js +9 -7
- package/components/svg/IconCoinInHand.d.ts +1 -1
- package/components/svg/IconCoinInHand.d.ts.map +1 -1
- package/components/svg/IconCoinInHand.js +9 -7
- package/components/svg/IconColumns.d.ts +1 -1
- package/components/svg/IconColumns.d.ts.map +1 -1
- package/components/svg/IconColumns.js +9 -7
- package/components/svg/IconDashboard.d.ts +1 -1
- package/components/svg/IconDashboard.d.ts.map +1 -1
- package/components/svg/IconDashboard.js +9 -7
- package/components/svg/IconEdit.d.ts +1 -1
- package/components/svg/IconEdit.d.ts.map +1 -1
- package/components/svg/IconEdit.js +9 -7
- package/components/svg/IconExport.d.ts +1 -1
- package/components/svg/IconExport.d.ts.map +1 -1
- package/components/svg/IconExport.js +9 -7
- package/components/svg/IconFile.d.ts +1 -1
- package/components/svg/IconFile.d.ts.map +1 -1
- package/components/svg/IconFile.js +9 -7
- package/components/svg/IconFolder.d.ts +1 -1
- package/components/svg/IconFolder.d.ts.map +1 -1
- package/components/svg/IconFolder.js +9 -7
- package/components/svg/IconFullScreen.d.ts +1 -1
- package/components/svg/IconFullScreen.d.ts.map +1 -1
- package/components/svg/IconFullScreen.js +9 -7
- package/components/svg/IconFutures.d.ts +1 -1
- package/components/svg/IconFutures.d.ts.map +1 -1
- package/components/svg/IconFutures.js +9 -7
- package/components/svg/IconGraphReport.d.ts +1 -1
- package/components/svg/IconGraphReport.d.ts.map +1 -1
- package/components/svg/IconGraphReport.js +9 -7
- package/components/svg/IconHeartMonitor.d.ts +1 -1
- package/components/svg/IconHeartMonitor.d.ts.map +1 -1
- package/components/svg/IconHeartMonitor.js +9 -7
- package/components/svg/IconHistory.d.ts +1 -1
- package/components/svg/IconHistory.d.ts.map +1 -1
- package/components/svg/IconHistory.js +9 -7
- package/components/svg/IconImport.d.ts +1 -1
- package/components/svg/IconImport.d.ts.map +1 -1
- package/components/svg/IconImport.js +9 -7
- package/components/svg/IconLayers.d.ts +1 -1
- package/components/svg/IconLayers.d.ts.map +1 -1
- package/components/svg/IconLayers.js +9 -7
- package/components/svg/IconList.d.ts +1 -1
- package/components/svg/IconList.d.ts.map +1 -1
- package/components/svg/IconList.js +9 -7
- package/components/svg/IconLocations.d.ts +1 -1
- package/components/svg/IconLocations.d.ts.map +1 -1
- package/components/svg/IconLocations.js +9 -7
- package/components/svg/IconMail.d.ts +1 -1
- package/components/svg/IconMail.d.ts.map +1 -1
- package/components/svg/IconMail.js +9 -7
- package/components/svg/IconManager.d.ts +1 -1
- package/components/svg/IconManager.d.ts.map +1 -1
- package/components/svg/IconManager.js +9 -7
- package/components/svg/IconMarker.d.ts +1 -1
- package/components/svg/IconMarker.d.ts.map +1 -1
- package/components/svg/IconMarker.js +9 -7
- package/components/svg/IconMenu.d.ts +1 -1
- package/components/svg/IconMenu.d.ts.map +1 -1
- package/components/svg/IconMenu.js +9 -7
- package/components/svg/IconMenuHorizontal.d.ts +1 -1
- package/components/svg/IconMenuHorizontal.d.ts.map +1 -1
- package/components/svg/IconMenuHorizontal.js +9 -7
- package/components/svg/IconModule.d.ts +1 -1
- package/components/svg/IconModule.d.ts.map +1 -1
- package/components/svg/IconModule.js +9 -7
- package/components/svg/IconMyLocation.d.ts +1 -1
- package/components/svg/IconMyLocation.d.ts.map +1 -1
- package/components/svg/IconMyLocation.js +9 -7
- package/components/svg/IconNursery.d.ts +1 -1
- package/components/svg/IconNursery.d.ts.map +1 -1
- package/components/svg/IconNursery.js +9 -7
- package/components/svg/IconOrg.d.ts +1 -1
- package/components/svg/IconOrg.d.ts.map +1 -1
- package/components/svg/IconOrg.js +9 -7
- package/components/svg/IconParchment.d.ts +1 -1
- package/components/svg/IconParchment.d.ts.map +1 -1
- package/components/svg/IconParchment.js +9 -7
- package/components/svg/IconRedo.d.ts +1 -1
- package/components/svg/IconRedo.d.ts.map +1 -1
- package/components/svg/IconRedo.js +9 -7
- package/components/svg/IconRestorationSite.d.ts +1 -1
- package/components/svg/IconRestorationSite.d.ts.map +1 -1
- package/components/svg/IconRestorationSite.js +9 -7
- package/components/svg/IconSeedBank.d.ts +1 -1
- package/components/svg/IconSeedBank.d.ts.map +1 -1
- package/components/svg/IconSeedBank.js +9 -7
- package/components/svg/IconSeedling.d.ts +1 -1
- package/components/svg/IconSeedling.d.ts.map +1 -1
- package/components/svg/IconSeedling.js +9 -7
- package/components/svg/IconSlice.d.ts +1 -1
- package/components/svg/IconSlice.d.ts.map +1 -1
- package/components/svg/IconSlice.js +9 -7
- package/components/svg/IconSubmit.d.ts +1 -1
- package/components/svg/IconSubmit.d.ts.map +1 -1
- package/components/svg/IconSubmit.js +9 -7
- package/components/svg/IconSubtract.d.ts +1 -1
- package/components/svg/IconSubtract.d.ts.map +1 -1
- package/components/svg/IconSubtract.js +9 -7
- package/components/svg/IconSynced.d.ts +1 -1
- package/components/svg/IconSynced.d.ts.map +1 -1
- package/components/svg/IconSynced.js +9 -7
- package/components/svg/IconTrashCan.d.ts +1 -1
- package/components/svg/IconTrashCan.d.ts.map +1 -1
- package/components/svg/IconTrashCan.js +9 -7
- package/components/svg/IconTreasureMap.d.ts +1 -1
- package/components/svg/IconTreasureMap.d.ts.map +1 -1
- package/components/svg/IconTreasureMap.js +9 -7
- package/components/svg/IconUndo.d.ts +1 -1
- package/components/svg/IconUndo.d.ts.map +1 -1
- package/components/svg/IconUndo.js +9 -7
- package/components/svg/IconWifi.d.ts +1 -1
- package/components/svg/IconWifi.d.ts.map +1 -1
- package/components/svg/IconWifi.js +9 -7
- package/components/svg/Info.d.ts +1 -1
- package/components/svg/Info.d.ts.map +1 -1
- package/components/svg/Info.js +9 -7
- package/components/svg/Key.d.ts +1 -1
- package/components/svg/Key.d.ts.map +1 -1
- package/components/svg/Key.js +9 -7
- package/components/svg/Leaf.d.ts +1 -1
- package/components/svg/Leaf.d.ts.map +1 -1
- package/components/svg/Leaf.js +9 -7
- package/components/svg/Lock.d.ts +1 -1
- package/components/svg/Lock.d.ts.map +1 -1
- package/components/svg/Lock.js +9 -7
- package/components/svg/Logo.d.ts +1 -1
- package/components/svg/Logo.d.ts.map +1 -1
- package/components/svg/Logo.js +9 -7
- package/components/svg/MenuVertical.d.ts +1 -1
- package/components/svg/MenuVertical.d.ts.map +1 -1
- package/components/svg/MenuVertical.js +9 -7
- package/components/svg/Notification.d.ts +1 -1
- package/components/svg/Notification.d.ts.map +1 -1
- package/components/svg/Notification.js +9 -7
- package/components/svg/Person.d.ts +1 -1
- package/components/svg/Person.d.ts.map +1 -1
- package/components/svg/Person.js +9 -7
- package/components/svg/Plus.d.ts +1 -1
- package/components/svg/Plus.d.ts.map +1 -1
- package/components/svg/Plus.js +9 -7
- package/components/svg/RestorationSite.d.ts +1 -1
- package/components/svg/RestorationSite.d.ts.map +1 -1
- package/components/svg/RestorationSite.js +9 -7
- package/components/svg/Search.d.ts +1 -1
- package/components/svg/Search.d.ts.map +1 -1
- package/components/svg/Search.js +9 -7
- package/components/svg/Seeds.d.ts +1 -1
- package/components/svg/Seeds.d.ts.map +1 -1
- package/components/svg/Seeds.js +9 -7
- package/components/svg/Site.d.ts +1 -1
- package/components/svg/Site.d.ts.map +1 -1
- package/components/svg/Site.js +9 -7
- package/components/svg/Sparkles.d.ts +1 -1
- package/components/svg/Sparkles.d.ts.map +1 -1
- package/components/svg/Sparkles.js +9 -7
- package/components/svg/Species.d.ts +1 -1
- package/components/svg/Species.d.ts.map +1 -1
- package/components/svg/Species.js +9 -7
- package/components/svg/Species2.d.ts +1 -1
- package/components/svg/Species2.d.ts.map +1 -1
- package/components/svg/Species2.js +9 -7
- package/components/svg/Spinner.d.ts +1 -1
- package/components/svg/Spinner.d.ts.map +1 -1
- package/components/svg/Spinner.js +9 -7
- package/components/svg/Success.d.ts +1 -1
- package/components/svg/Success.d.ts.map +1 -1
- package/components/svg/Success.js +9 -7
- package/components/svg/Touchscreen.d.ts +1 -1
- package/components/svg/Touchscreen.d.ts.map +1 -1
- package/components/svg/Touchscreen.js +9 -7
- package/components/svg/UploadCloud.d.ts +1 -1
- package/components/svg/UploadCloud.d.ts.map +1 -1
- package/components/svg/UploadCloud.js +9 -7
- package/components/svg/Warning.d.ts +1 -1
- package/components/svg/Warning.d.ts.map +1 -1
- package/components/svg/Warning.js +9 -7
- package/components/svg/index.js +101 -101
- package/components/table/EnhancedTableToolbar.d.ts +0 -1
- package/components/table/EnhancedTableToolbar.d.ts.map +1 -1
- package/components/table/EnhancedTableToolbar.js +45 -45
- package/components/table/EnhancedTableToolbarV2.d.ts +1 -2
- package/components/table/EnhancedTableToolbarV2.d.ts.map +1 -1
- package/components/table/EnhancedTableToolbarV2.js +22 -21
- package/components/table/TableCellRenderer.js +60 -70
- package/components/table/TableHeader.js +33 -27
- package/components/table/TableHeaderItem.js +33 -30
- package/components/table/index.d.ts.map +1 -1
- package/components/table/index.js +189 -145
- package/components/table/sort.js +16 -10
- package/components/table/sort.test.js +12 -12
- package/index.js +50 -50
- package/license-report.html +1 -1
- package/package.json +3 -3
- package/stories/Autocomplete.stories.d.ts +2 -2
- package/stories/Autocomplete.stories.d.ts.map +1 -1
- package/stories/Badge.stories.d.ts +1 -2
- 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 +1 -1
- 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 -3
- 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 +2 -3
- 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 +3 -2
- package/theme.js +4 -2
- package/utils/date.js +18 -15
- package/utils/date.test.js +14 -14
- package/utils/date.v1.js +8 -5
- package/utils/index.js +6 -6
- package/utils/preventDefaultEvent.js +5 -2
- package/utils/text.js +15 -10
- package/utils/text.test.js +10 -10
- package/utils/useDeviceInfo.js +18 -18
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Logo.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Logo.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":"Logo.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Logo.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,gBAwBjF,CAAC;AACF,eAAe,OAAO,CAAC"}
|
package/components/svg/Logo.js
CHANGED
@@ -1,17 +1,18 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
3
4
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
4
5
|
Object.defineProperty(exports, "__esModule", {
|
5
6
|
value: true
|
6
7
|
});
|
7
8
|
exports.default = void 0;
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
8
10
|
var React = _interopRequireWildcard(require("react"));
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
titleId,
|
13
|
-
|
14
|
-
} = _ref;
|
11
|
+
var _excluded = ["title", "titleId"];
|
12
|
+
var SvgLogo = function SvgLogo(_ref) {
|
13
|
+
var title = _ref.title,
|
14
|
+
titleId = _ref.titleId,
|
15
|
+
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
15
16
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
16
17
|
xmlns: "http://www.w3.org/2000/svg",
|
17
18
|
viewBox: "0 0 137 16",
|
@@ -40,4 +41,5 @@ const SvgLogo = _ref => {
|
|
40
41
|
d: "M0 0h136.428v16H0z"
|
41
42
|
}))));
|
42
43
|
};
|
43
|
-
var _default =
|
44
|
+
var _default = SvgLogo;
|
45
|
+
exports.default = _default;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgMenuVertical: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
6
|
+
declare const SvgMenuVertical: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
7
|
export default SvgMenuVertical;
|
8
8
|
//# sourceMappingURL=MenuVertical.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"MenuVertical.d.ts","sourceRoot":"","sources":["../../../src/components/svg/MenuVertical.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,eAAe,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,
|
1
|
+
{"version":3,"file":"MenuVertical.d.ts","sourceRoot":"","sources":["../../../src/components/svg/MenuVertical.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,eAAe,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAKzF,CAAC;AACF,eAAe,eAAe,CAAC"}
|
@@ -1,17 +1,18 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
3
4
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
4
5
|
Object.defineProperty(exports, "__esModule", {
|
5
6
|
value: true
|
6
7
|
});
|
7
8
|
exports.default = void 0;
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
8
10
|
var React = _interopRequireWildcard(require("react"));
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
titleId,
|
13
|
-
|
14
|
-
} = _ref;
|
11
|
+
var _excluded = ["title", "titleId"];
|
12
|
+
var SvgMenuVertical = function SvgMenuVertical(_ref) {
|
13
|
+
var title = _ref.title,
|
14
|
+
titleId = _ref.titleId,
|
15
|
+
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
15
16
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
16
17
|
xmlns: "http://www.w3.org/2000/svg",
|
17
18
|
viewBox: "0 0 24 24",
|
@@ -22,4 +23,5 @@ const SvgMenuVertical = _ref => {
|
|
22
23
|
d: "M12 16.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Zm0-6a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Zm0-6a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z"
|
23
24
|
}));
|
24
25
|
};
|
25
|
-
var _default =
|
26
|
+
var _default = SvgMenuVertical;
|
27
|
+
exports.default = _default;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgNotification: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
6
|
+
declare const SvgNotification: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
7
|
export default SvgNotification;
|
8
8
|
//# sourceMappingURL=Notification.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Notification.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Notification.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,eAAe,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,
|
1
|
+
{"version":3,"file":"Notification.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Notification.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,eAAe,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAKzF,CAAC;AACF,eAAe,eAAe,CAAC"}
|
@@ -1,17 +1,18 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
3
4
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
4
5
|
Object.defineProperty(exports, "__esModule", {
|
5
6
|
value: true
|
6
7
|
});
|
7
8
|
exports.default = void 0;
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
8
10
|
var React = _interopRequireWildcard(require("react"));
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
titleId,
|
13
|
-
|
14
|
-
} = _ref;
|
11
|
+
var _excluded = ["title", "titleId"];
|
12
|
+
var SvgNotification = function SvgNotification(_ref) {
|
13
|
+
var title = _ref.title,
|
14
|
+
titleId = _ref.titleId,
|
15
|
+
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
15
16
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
16
17
|
xmlns: "http://www.w3.org/2000/svg",
|
17
18
|
viewBox: "0 0 24 24",
|
@@ -22,4 +23,5 @@ const SvgNotification = _ref => {
|
|
22
23
|
d: "M11.639 2.009C7.597 2.199 4.5 5.672 4.5 9.69v3.634L3.175 15.99a.966.966 0 0 0-.007.015c-.533 1.134.33 2.495 1.583 2.495H9c0 1.648 1.352 3 3 3s3-1.352 3-3h4.248c1.253 0 2.117-1.361 1.584-2.495a.963.963 0 0 0-.007-.015L19.5 13.324V9.5c0-4.253-3.568-7.693-7.861-7.491Zm.07 1.498A5.987 5.987 0 0 1 18 9.5v4c0 .116.027.23.078.334l1.397 2.81c.09.193-.015.356-.227.356H4.751c-.212 0-.316-.163-.226-.355v-.002l1.397-2.809A.75.75 0 0 0 6 13.5V9.69c0-3.25 2.49-6.032 5.709-6.183ZM10.5 18.5h3c0 .837-.663 1.5-1.5 1.5s-1.5-.663-1.5-1.5Z"
|
23
24
|
}));
|
24
25
|
};
|
25
|
-
var _default =
|
26
|
+
var _default = SvgNotification;
|
27
|
+
exports.default = _default;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgPerson: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
6
|
+
declare const SvgPerson: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
7
|
export default SvgPerson;
|
8
8
|
//# sourceMappingURL=Person.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Person.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Person.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,SAAS,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,
|
1
|
+
{"version":3,"file":"Person.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Person.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,SAAS,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAKnF,CAAC;AACF,eAAe,SAAS,CAAC"}
|
package/components/svg/Person.js
CHANGED
@@ -1,17 +1,18 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
3
4
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
4
5
|
Object.defineProperty(exports, "__esModule", {
|
5
6
|
value: true
|
6
7
|
});
|
7
8
|
exports.default = void 0;
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
8
10
|
var React = _interopRequireWildcard(require("react"));
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
titleId,
|
13
|
-
|
14
|
-
} = _ref;
|
11
|
+
var _excluded = ["title", "titleId"];
|
12
|
+
var SvgPerson = function SvgPerson(_ref) {
|
13
|
+
var title = _ref.title,
|
14
|
+
titleId = _ref.titleId,
|
15
|
+
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
15
16
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
16
17
|
xmlns: "http://www.w3.org/2000/svg",
|
17
18
|
viewBox: "0 0 24 24",
|
@@ -22,4 +23,5 @@ const SvgPerson = _ref => {
|
|
22
23
|
d: "M12 2C9.247 2 7 4.247 7 7s2.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.5s-1.558 3.5-3.5 3.5A3.489 3.489 0 0 1 8.5 7c0-1.942 1.558-3.5 3.5-3.5ZM5.99 14A2 2 0 0 0 4 15.99v.76c0 1.802 1.14 3.196 2.653 4.031C8.167 21.616 10.084 22 12 22c1.916 0 3.833-.384 5.347-1.219 1.29-.712 2.262-1.85 2.534-3.281H20v-1.51c0-1.09-.9-1.99-1.99-1.99H5.989Zm0 1.5h12.02c.28 0 .491.21.491.49V16H18.5v.75c0 1.198-.673 2.054-1.878 2.719C15.417 20.134 13.71 20.5 12 20.5c-1.71 0-3.417-.366-4.622-1.031C6.173 18.804 5.5 17.948 5.5 16.75v-.76c0-.28.21-.49.49-.49Z"
|
23
24
|
}));
|
24
25
|
};
|
25
|
-
var _default =
|
26
|
+
var _default = SvgPerson;
|
27
|
+
exports.default = _default;
|
package/components/svg/Plus.d.ts
CHANGED
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgPlus: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
6
|
+
declare const SvgPlus: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
7
|
export default SvgPlus;
|
8
8
|
//# sourceMappingURL=Plus.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Plus.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Plus.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":"Plus.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Plus.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,gBAKjF,CAAC;AACF,eAAe,OAAO,CAAC"}
|
package/components/svg/Plus.js
CHANGED
@@ -1,17 +1,18 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
3
4
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
4
5
|
Object.defineProperty(exports, "__esModule", {
|
5
6
|
value: true
|
6
7
|
});
|
7
8
|
exports.default = void 0;
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
8
10
|
var React = _interopRequireWildcard(require("react"));
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
titleId,
|
13
|
-
|
14
|
-
} = _ref;
|
11
|
+
var _excluded = ["title", "titleId"];
|
12
|
+
var SvgPlus = function SvgPlus(_ref) {
|
13
|
+
var title = _ref.title,
|
14
|
+
titleId = _ref.titleId,
|
15
|
+
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
15
16
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
16
17
|
xmlns: "http://www.w3.org/2000/svg",
|
17
18
|
viewBox: "0 0 24 24",
|
@@ -22,4 +23,5 @@ const SvgPlus = _ref => {
|
|
22
23
|
d: "M11.988 2.49a.75.75 0 0 0-.738.76v8h-8a.751.751 0 1 0 0 1.5h8v8a.751.751 0 1 0 1.5 0v-8h8a.75.75 0 1 0 0-1.5h-8v-8a.75.75 0 0 0-.762-.76Z"
|
23
24
|
}));
|
24
25
|
};
|
25
|
-
var _default =
|
26
|
+
var _default = SvgPlus;
|
27
|
+
exports.default = _default;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgRestorationSite: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
6
|
+
declare const SvgRestorationSite: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
7
|
export default SvgRestorationSite;
|
8
8
|
//# sourceMappingURL=RestorationSite.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"RestorationSite.d.ts","sourceRoot":"","sources":["../../../src/components/svg/RestorationSite.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":"RestorationSite.d.ts","sourceRoot":"","sources":["../../../src/components/svg/RestorationSite.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,gBAK5F,CAAC;AACF,eAAe,kBAAkB,CAAC"}
|
@@ -1,17 +1,18 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
3
4
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
4
5
|
Object.defineProperty(exports, "__esModule", {
|
5
6
|
value: true
|
6
7
|
});
|
7
8
|
exports.default = void 0;
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
8
10
|
var React = _interopRequireWildcard(require("react"));
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
titleId,
|
13
|
-
|
14
|
-
} = _ref;
|
11
|
+
var _excluded = ["title", "titleId"];
|
12
|
+
var SvgRestorationSite = function SvgRestorationSite(_ref) {
|
13
|
+
var title = _ref.title,
|
14
|
+
titleId = _ref.titleId,
|
15
|
+
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
15
16
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
16
17
|
xmlns: "http://www.w3.org/2000/svg",
|
17
18
|
viewBox: "0 0 24 24",
|
@@ -22,4 +23,5 @@ const SvgRestorationSite = _ref => {
|
|
22
23
|
d: "M12 1.5c-.775 0-1.495.247-1.999.751a2.445 2.445 0 0 0-.54.86c-.226-.069-.453-.139-.679-.134a2.467 2.467 0 0 0-1.596.653c-.597.537-.94 1.374-.897 2.264-.848.058-1.617.463-2.065 1.12-.476.698-.55 1.655-.162 2.54-.35.19-.648.453-.876.752a3.378 3.378 0 0 0-.686 2.046c0 .941.404 1.882 1.185 2.513.614.498 1.493.68 2.459.633.144.748.429 1.445.966 1.953.718.678 1.734 1.049 2.89 1.049v.75c0 .366-.122 1.021-.404 1.485-.282.465-.618.765-1.346.765a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5c-.728 0-1.064-.3-1.346-.765-.282-.464-.404-1.119-.404-1.485v-.75c1.156 0 2.172-.37 2.89-1.049.537-.508.822-1.205.966-1.953.966.047 1.845-.135 2.46-.633a3.228 3.228 0 0 0 1.184-2.513c0-.722-.23-1.45-.686-2.046a2.766 2.766 0 0 0-.877-.752c.39-.885.315-1.842-.16-2.54-.45-.657-1.218-1.062-2.066-1.12.043-.89-.3-1.727-.896-2.264a2.467 2.467 0 0 0-1.597-.653c-.226-.005-.454.066-.679.133a2.445 2.445 0 0 0-.54-.859C13.495 1.747 12.775 1.5 12 1.5ZM12 3c.475 0 .755.128.938.312.183.183.312.463.312.938a.75.75 0 0 0 1.28.53c.25-.25.454-.307.659-.303a.978.978 0 0 1 .621.268c.39.35.624.96.27 1.67a.75.75 0 0 0 .934 1.037c.701-.263 1.244 0 1.522.408s.357.937-.316 1.61a.75.75 0 0 0 .53 1.28c.376 0 .641.163.873.467.232.303.377.751.377 1.135 0 .51-.22 1.018-.628 1.348-.407.33-1.012.528-1.959.318a.751.751 0 0 0-.913.732c0 .696-.233 1.227-.64 1.611-.407.385-1.016.639-1.86.639v-.75a.751.751 0 1 0-1.5 0v3c0 .63.146 1.468.616 2.25h-2.232c.47-.782.616-1.62.616-2.25v-3a.75.75 0 1 0-1.5 0V17c-.844 0-1.453-.254-1.86-.639-.407-.384-.64-.915-.64-1.611a.75.75 0 0 0-.913-.732c-.947.21-1.552.012-1.96-.318A1.738 1.738 0 0 1 4 12.352c0-.384.145-.832.377-1.135.232-.304.497-.467.873-.467a.75.75 0 0 0 .53-1.28c-.673-.673-.594-1.202-.316-1.61.278-.407.82-.671 1.522-.408a.75.75 0 0 0 .935-1.037c-.355-.71-.12-1.32.268-1.67a.978.978 0 0 1 .623-.268c.204-.004.408.053.658.303a.75.75 0 0 0 1.28-.53c0-.475.129-.755.312-.938.183-.184.463-.312.938-.312Z"
|
23
24
|
}));
|
24
25
|
};
|
25
|
-
var _default =
|
26
|
+
var _default = SvgRestorationSite;
|
27
|
+
exports.default = _default;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgSearch: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
6
|
+
declare const SvgSearch: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
7
|
export default SvgSearch;
|
8
8
|
//# sourceMappingURL=Search.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Search.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Search.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,SAAS,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,
|
1
|
+
{"version":3,"file":"Search.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Search.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,SAAS,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAKnF,CAAC;AACF,eAAe,SAAS,CAAC"}
|
package/components/svg/Search.js
CHANGED
@@ -1,17 +1,18 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
3
4
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
4
5
|
Object.defineProperty(exports, "__esModule", {
|
5
6
|
value: true
|
6
7
|
});
|
7
8
|
exports.default = void 0;
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
8
10
|
var React = _interopRequireWildcard(require("react"));
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
titleId,
|
13
|
-
|
14
|
-
} = _ref;
|
11
|
+
var _excluded = ["title", "titleId"];
|
12
|
+
var SvgSearch = function SvgSearch(_ref) {
|
13
|
+
var title = _ref.title,
|
14
|
+
titleId = _ref.titleId,
|
15
|
+
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
15
16
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
16
17
|
xmlns: "http://www.w3.org/2000/svg",
|
17
18
|
viewBox: "0 0 24 24",
|
@@ -22,4 +23,5 @@ const SvgSearch = _ref => {
|
|
22
23
|
d: "M10.25 3C6.255 3 3 6.255 3 10.25s3.255 7.25 7.25 7.25c1.728 0 3.317-.61 4.565-1.625l4.905 4.905a.75.75 0 1 0 1.06-1.06l-4.905-4.905A7.213 7.213 0 0 0 17.5 10.25C17.5 6.255 14.245 3 10.25 3Zm0 1.5A5.739 5.739 0 0 1 16 10.25a5.727 5.727 0 0 1-1.604 3.985.746.746 0 0 0-.16.16A5.727 5.727 0 0 1 10.25 16a5.739 5.739 0 0 1-5.75-5.75 5.739 5.739 0 0 1 5.75-5.75Z"
|
23
24
|
}));
|
24
25
|
};
|
25
|
-
var _default =
|
26
|
+
var _default = SvgSearch;
|
27
|
+
exports.default = _default;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgSeeds: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
6
|
+
declare const SvgSeeds: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
7
|
export default SvgSeeds;
|
8
8
|
//# sourceMappingURL=Seeds.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Seeds.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Seeds.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,QAAQ,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,
|
1
|
+
{"version":3,"file":"Seeds.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Seeds.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,QAAQ,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAKlF,CAAC;AACF,eAAe,QAAQ,CAAC"}
|
package/components/svg/Seeds.js
CHANGED
@@ -1,17 +1,18 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
3
4
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
4
5
|
Object.defineProperty(exports, "__esModule", {
|
5
6
|
value: true
|
6
7
|
});
|
7
8
|
exports.default = void 0;
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
8
10
|
var React = _interopRequireWildcard(require("react"));
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
titleId,
|
13
|
-
|
14
|
-
} = _ref;
|
11
|
+
var _excluded = ["title", "titleId"];
|
12
|
+
var SvgSeeds = function SvgSeeds(_ref) {
|
13
|
+
var title = _ref.title,
|
14
|
+
titleId = _ref.titleId,
|
15
|
+
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
15
16
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
16
17
|
xmlns: "http://www.w3.org/2000/svg",
|
17
18
|
viewBox: "0 0 24 24",
|
@@ -22,4 +23,5 @@ const SvgSeeds = _ref => {
|
|
22
23
|
d: "M6 4C3.862 4 2 5.502 2 7.5S3.862 11 6 11s4-1.502 4-3.5S8.138 4 6 4Zm0 1.5c1.452 0 2.5.96 2.5 2s-1.048 2-2.5 2-2.5-.96-2.5-2 1.048-2 2.5-2Zm11.427.74c-.835.014-1.637.314-2.255.932-1.413 1.413-1.158 3.79.353 5.303 1.512 1.511 3.89 1.766 5.303.353 1.413-1.413 1.158-3.79-.353-5.303-.85-.85-1.975-1.303-3.048-1.285Zm.287 1.508c.575.052 1.187.325 1.7.838 1.027 1.027 1.089 2.446.354 3.182-.736.735-2.155.673-3.182-.354-1.027-1.027-1.089-2.446-.354-3.182.368-.367.907-.536 1.482-.484Zm-9.649 4.163c-1.372.014-2.643.688-3.21 1.94-.823 1.82.254 3.956 2.202 4.838a4.408 4.408 0 0 0 2.363.363C10.09 20.244 11.46 21 13 21c2.138 0 4-1.502 4-3.5S15.138 14 13 14c-.363 0-.713.047-1.05.127a4.368 4.368 0 0 0-2.008-1.817 4.46 4.46 0 0 0-1.877-.399Zm-.191 1.504c.454-.04.954.038 1.45.263 1.323.598 1.882 1.905 1.453 2.852-.428.948-1.778 1.39-3.101.791-1.323-.598-1.883-1.905-1.454-2.852.268-.592.896-.987 1.652-1.054ZM13 15.5c1.452 0 2.5.96 2.5 2s-1.048 2-2.5 2c-.918 0-1.683-.406-2.113-.95a3.15 3.15 0 0 0 1.258-1.402c.233-.516.309-1.057.26-1.588.19-.038.389-.06.595-.06Z"
|
23
24
|
}));
|
24
25
|
};
|
25
|
-
var _default =
|
26
|
+
var _default = SvgSeeds;
|
27
|
+
exports.default = _default;
|
package/components/svg/Site.d.ts
CHANGED
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgSite: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
6
|
+
declare const SvgSite: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
7
|
export default SvgSite;
|
8
8
|
//# sourceMappingURL=Site.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Site.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Site.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":"Site.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Site.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,gBAKjF,CAAC;AACF,eAAe,OAAO,CAAC"}
|
package/components/svg/Site.js
CHANGED
@@ -1,17 +1,18 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
3
4
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
4
5
|
Object.defineProperty(exports, "__esModule", {
|
5
6
|
value: true
|
6
7
|
});
|
7
8
|
exports.default = void 0;
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
8
10
|
var React = _interopRequireWildcard(require("react"));
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
titleId,
|
13
|
-
|
14
|
-
} = _ref;
|
11
|
+
var _excluded = ["title", "titleId"];
|
12
|
+
var SvgSite = function SvgSite(_ref) {
|
13
|
+
var title = _ref.title,
|
14
|
+
titleId = _ref.titleId,
|
15
|
+
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
15
16
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
16
17
|
xmlns: "http://www.w3.org/2000/svg",
|
17
18
|
viewBox: "0 0 24 24",
|
@@ -22,4 +23,5 @@ const SvgSite = _ref => {
|
|
22
23
|
d: "M9.271 4a.75.75 0 0 0-.462.144l-5.5 4A.75.75 0 0 0 3 8.75v10.5a.75.75 0 0 0 1.191.606l5.059-3.678 5.059 3.678a.75.75 0 0 0 .882 0l5.5-4A.75.75 0 0 0 21 15.25V4.75a.75.75 0 0 0-1.191-.606L14.75 7.822 9.691 4.144A.75.75 0 0 0 9.271 4ZM9.25 5.678l5.059 3.678a.75.75 0 0 0 .882 0L19.5 6.223v8.645l-4.75 3.454-5.059-3.678a.75.75 0 0 0-.882 0L4.5 17.776V9.132l4.75-3.454Zm-.507 3.311a.75.75 0 0 0-.523.23l-.47.47-.47-.47a.75.75 0 1 0-1.06 1.061l.47.47-.47.47a.75.75 0 1 0 1.06 1.06l.47-.47.47.47a.751.751 0 0 0 1.23-.817.75.75 0 0 0-.17-.243l-.47-.47.47-.47a.75.75 0 0 0-.537-1.29Zm9.007.511a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm-6.5.75a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm2 1.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm3 0a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Zm-1.5 2a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5Z"
|
23
24
|
}));
|
24
25
|
};
|
25
|
-
var _default =
|
26
|
+
var _default = SvgSite;
|
27
|
+
exports.default = _default;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgSparkles: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
6
|
+
declare const SvgSparkles: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
7
|
export default SvgSparkles;
|
8
8
|
//# sourceMappingURL=Sparkles.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Sparkles.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Sparkles.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":"Sparkles.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Sparkles.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,gBAKrF,CAAC;AACF,eAAe,WAAW,CAAC"}
|
@@ -1,17 +1,18 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
3
4
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
4
5
|
Object.defineProperty(exports, "__esModule", {
|
5
6
|
value: true
|
6
7
|
});
|
7
8
|
exports.default = void 0;
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
8
10
|
var React = _interopRequireWildcard(require("react"));
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
titleId,
|
13
|
-
|
14
|
-
} = _ref;
|
11
|
+
var _excluded = ["title", "titleId"];
|
12
|
+
var SvgSparkles = function SvgSparkles(_ref) {
|
13
|
+
var title = _ref.title,
|
14
|
+
titleId = _ref.titleId,
|
15
|
+
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
15
16
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
16
17
|
xmlns: "http://www.w3.org/2000/svg",
|
17
18
|
viewBox: "0 0 24 24",
|
@@ -22,4 +23,5 @@ const SvgSparkles = _ref => {
|
|
22
23
|
d: "M5.962 1.501a.75.75 0 0 0-.674.512l-.943 2.832-2.832.943a.75.75 0 0 0 0 1.424l2.83.944.945 2.831a.75.75 0 0 0 1.424 0l.943-2.832 2.832-.943a.75.75 0 0 0 0-1.424l-2.832-.943-.943-2.832a.75.75 0 0 0-.75-.512ZM6 4.623l.35 1.052a.75.75 0 0 0 .475.474l1.052.351-1.052.35a.75.75 0 0 0-.474.475L6 8.377l-.35-1.052a.75.75 0 0 0-.475-.474L4.123 6.5l1.052-.35a.75.75 0 0 0 .474-.475L6 4.623Zm9.72 1.378a.75.75 0 0 0-.684.52l-1.463 4.552-4.552 1.463a.75.75 0 0 0 0 1.428l4.552 1.463 1.463 4.553a.75.75 0 0 0 1.428 0l1.463-4.553 4.553-1.463a.75.75 0 0 0 0-1.428l-4.553-1.463-1.463-4.552A.75.75 0 0 0 15.72 6Zm.03 3.2.867 2.697a.75.75 0 0 0 .485.485l2.698.867-2.698.867a.75.75 0 0 0-.485.485L15.75 17.3l-.867-2.698a.75.75 0 0 0-.484-.485L11.7 13.25l2.699-.867a.751.751 0 0 0 .484-.485L15.75 9.2ZM5.212 14a.75.75 0 0 0-.674.512l-.757 2.27-2.268.755a.75.75 0 0 0 0 1.424l2.268.756.757 2.27a.75.75 0 0 0 1.424 0l.756-2.27 2.27-.756a.75.75 0 0 0 0-1.424l-2.27-.757-.756-2.268a.75.75 0 0 0-.75-.512Zm.038 3.121.163.49a.75.75 0 0 0 .475.475l.489.163-.49.163a.75.75 0 0 0-.474.475l-.163.49-.164-.49a.75.75 0 0 0-.475-.475l-.489-.163.49-.163a.75.75 0 0 0 .474-.475l.164-.49Z"
|
23
24
|
}));
|
24
25
|
};
|
25
|
-
var _default =
|
26
|
+
var _default = SvgSparkles;
|
27
|
+
exports.default = _default;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgSpecies: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
6
|
+
declare const SvgSpecies: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
7
|
export default SvgSpecies;
|
8
8
|
//# sourceMappingURL=Species.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Species.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Species.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":"Species.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Species.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,gBAKpF,CAAC;AACF,eAAe,UAAU,CAAC"}
|
@@ -1,17 +1,18 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
3
4
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
4
5
|
Object.defineProperty(exports, "__esModule", {
|
5
6
|
value: true
|
6
7
|
});
|
7
8
|
exports.default = void 0;
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
8
10
|
var React = _interopRequireWildcard(require("react"));
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
titleId,
|
13
|
-
|
14
|
-
} = _ref;
|
11
|
+
var _excluded = ["title", "titleId"];
|
12
|
+
var SvgSpecies = function SvgSpecies(_ref) {
|
13
|
+
var title = _ref.title,
|
14
|
+
titleId = _ref.titleId,
|
15
|
+
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
15
16
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
16
17
|
xmlns: "http://www.w3.org/2000/svg",
|
17
18
|
viewBox: "0 0 24 24",
|
@@ -22,4 +23,5 @@ const SvgSpecies = _ref => {
|
|
22
23
|
d: "M22 17.74a.75.75 0 0 0-.22-.52l-2.5-2.5a.75.75 0 1 0-1.06 1.06L19.44 17h-6.69c-.7 0-1.25-.55-1.25-1.25v-7a.751.751 0 1 0-1.5 0v7c0 1.51 1.24 2.75 2.75 2.75h6.69l-1.22 1.22a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 .22-.54Zm-.5-11.5a.75.75 0 0 0-.22-.52l-2.5-2.5a.75.75 0 1 0-1.06 1.06l1.22 1.22H3.25a.75.75 0 1 0 0 1.5h15.69l-1.22 1.22a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 .22-.54Z"
|
23
24
|
}));
|
24
25
|
};
|
25
|
-
var _default =
|
26
|
+
var _default = SvgSpecies;
|
27
|
+
exports.default = _default;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgSpecies2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
6
|
+
declare const SvgSpecies2: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
7
|
export default SvgSpecies2;
|
8
8
|
//# sourceMappingURL=Species2.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Species2.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Species2.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":"Species2.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Species2.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,gBAoGrF,CAAC;AACF,eAAe,WAAW,CAAC"}
|
@@ -1,17 +1,18 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
3
4
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
4
5
|
Object.defineProperty(exports, "__esModule", {
|
5
6
|
value: true
|
6
7
|
});
|
7
8
|
exports.default = void 0;
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
8
10
|
var React = _interopRequireWildcard(require("react"));
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
titleId,
|
13
|
-
|
14
|
-
} = _ref;
|
11
|
+
var _excluded = ["title", "titleId"];
|
12
|
+
var SvgSpecies2 = function SvgSpecies2(_ref) {
|
13
|
+
var title = _ref.title,
|
14
|
+
titleId = _ref.titleId,
|
15
|
+
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
15
16
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
16
17
|
xmlns: "http://www.w3.org/2000/svg",
|
17
18
|
fill: "none",
|
@@ -153,4 +154,5 @@ const SvgSpecies2 = _ref => {
|
|
153
154
|
d: "M0 0h200v128H0z"
|
154
155
|
}))));
|
155
156
|
};
|
156
|
-
var _default =
|
157
|
+
var _default = SvgSpecies2;
|
158
|
+
exports.default = _default;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgSpinner: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
6
|
+
declare const SvgSpinner: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
7
|
export default SvgSpinner;
|
8
8
|
//# sourceMappingURL=Spinner.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Spinner.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Spinner.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":"Spinner.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Spinner.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,gBA4BpF,CAAC;AACF,eAAe,UAAU,CAAC"}
|
@@ -1,17 +1,18 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
+
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
3
4
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
4
5
|
Object.defineProperty(exports, "__esModule", {
|
5
6
|
value: true
|
6
7
|
});
|
7
8
|
exports.default = void 0;
|
9
|
+
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
8
10
|
var React = _interopRequireWildcard(require("react"));
|
9
|
-
|
10
|
-
|
11
|
-
|
12
|
-
titleId,
|
13
|
-
|
14
|
-
} = _ref;
|
11
|
+
var _excluded = ["title", "titleId"];
|
12
|
+
var SvgSpinner = function SvgSpinner(_ref) {
|
13
|
+
var title = _ref.title,
|
14
|
+
titleId = _ref.titleId,
|
15
|
+
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
15
16
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
16
17
|
xmlns: "http://www.w3.org/2000/svg",
|
17
18
|
xmlSpace: "preserve",
|
@@ -49,4 +50,5 @@ const SvgSpinner = _ref => {
|
|
49
50
|
opacity: 0.25
|
50
51
|
}));
|
51
52
|
};
|
52
|
-
var _default =
|
53
|
+
var _default = SvgSpinner;
|
54
|
+
exports.default = _default;
|