@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,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 SvgIconSeedling = _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 SvgIconSeedling = function SvgIconSeedling(_ref) {
|
|
23
22
|
d: "M6.703 2.003a4.868 4.868 0 0 0-.394.032 5.431 5.431 0 0 0-1.562.443C2.718 3.389 1 5.613 1 8.8a.75.75 0 0 0 1.175.618c.56-.385 1.2-.325 2.033-.093.833.233 1.704.675 2.686.675a4.304 4.304 0 0 0 3.16-1.379.75.75 0 1 0-1.108-1.01c-.5.547-1.32.889-2.052.889-.421 0-1.303-.346-2.283-.62-.593-.165-1.28-.263-1.967-.172.326-1.991 1.446-3.29 2.718-3.862.75-.337 1.531-.422 2.179-.278.176.04.316.134.472.204-1.801.354-2.832 1.49-2.832 1.49a.75.75 0 1 0 1.138.976s1.147-1.436 3.547-1a.745.745 0 0 0 .041.006s.217.003.563.349c.345.345.78 1.05.78 2.657V12h-6a.75.75 0 1 0 0 1.5h.33l.727 6.554A2.76 2.76 0 0 0 9.04 22.5h5.92a2.76 2.76 0 0 0 2.734-2.446l.727-6.554h.329a.751.751 0 1 0 0-1.5h-6V8.25c0-1.607.435-2.312.78-2.657.345-.345.561-.349.562-.349a.746.746 0 0 0 .042-.006c2.4-.436 3.547 1 3.547 1a.75.75 0 1 0 1.138-.976s-1.03-1.136-2.832-1.49c.156-.07.296-.164.472-.204.648-.144 1.429-.06 2.179.278 1.272.571 2.392 1.87 2.718 3.862-.688-.091-1.373.007-1.967.173-.98.273-1.862.619-2.283.619-.732 0-1.553-.342-2.052-.89a.75.75 0 1 0-1.108 1.011A4.304 4.304 0 0 0 17.106 10c.982 0 1.853-.442 2.686-.675.833-.232 1.473-.292 2.033.093A.75.75 0 0 0 23 8.8c0-3.187-1.718-5.411-3.747-6.322-1.014-.456-2.11-.599-3.12-.374-.945.211-1.789.8-2.349 1.677a.751.751 0 0 0-.132.051l-.002.001c-.26.07-.703.222-1.18.7-.18.179-.314.503-.47.765-.156-.262-.29-.586-.47-.766-.479-.479-.924-.63-1.183-.7a.753.753 0 0 0-.131-.05c-.56-.878-1.404-1.467-2.349-1.678a4.511 4.511 0 0 0-1.164-.101ZM7.088 13.5h4.789c.08.013.163.013.243 0h4.792l-.709 6.388A1.242 1.242 0 0 1 14.961 21H9.04a1.24 1.24 0 0 1-1.242-1.111v-.001l-.71-6.388Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconSeedling;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconSeedling;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconSlice: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconSlice: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconSlice;
|
8
8
|
//# sourceMappingURL=IconSlice.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconSlice.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconSlice.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,YAAY,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,
|
1
|
+
{"version":3,"file":"IconSlice.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconSlice.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,YAAY,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAKtF,CAAC;AACF,eAAe,YAAY,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 SvgIconSlice = _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 SvgIconSlice = function SvgIconSlice(_ref) {
|
|
23
22
|
d: "M16.645 1.504c-1.02.001-2.009.395-2.884 1.013a.75.75 0 0 0-.559.337.736.736 0 0 0-.068.06l-7.905 7.903a2.22 2.22 0 0 0-.649 1.498l-.041 1.272-2.32 2.32a.75.75 0 0 0-.204.677l1.039 5.197a.75.75 0 0 0 1.266.383l4.399-4.398 1.27-.041a2.22 2.22 0 0 0 1.498-.65l5.743-5.742c1.007-.17 1.988-.603 2.768-1.383.034-.033.044-.079.076-.113a.75.75 0 0 0 .408-.61c1.369-1.95 1.313-4.603-.398-6.314a4.826 4.826 0 0 0-3.439-1.41Zm-.006 1.492a3.337 3.337 0 0 1 2.384.978c1.063 1.062 1.224 2.655.551 3.971L15.06 3.431c.506-.258 1.036-.433 1.58-.435Zm-2.801 1.335 4.782 4.782c-.562.453-1.201.753-1.871.82a.75.75 0 0 0-.456.215l-5.867 5.867a.715.715 0 0 1-.486.21l-3.222.104a.707.707 0 0 1-.742-.742l.103-3.223a.723.723 0 0 1 .211-.486l7.548-7.547Zm-.54 3.647a1 1 0 0 0-.687.302l-4.158 4.158a1 1 0 1 0 1.414 1.414l4.158-4.158a1 1 0 0 0-.727-1.716ZM4.48 15.767a2.238 2.238 0 0 0 2.059 2.056l-2.289 2.29-.686-3.43.916-.916Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconSlice;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconSlice;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconSubmit: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconSubmit: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconSubmit;
|
8
8
|
//# sourceMappingURL=IconSubmit.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconSubmit.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconSubmit.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":"IconSubmit.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconSubmit.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 SvgIconSubmit = _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 SvgIconSubmit = function SvgIconSubmit(_ref) {
|
|
23
22
|
d: "M12.727 3a.75.75 0 0 0-.727.75V7H5.25C3.74 7 2.5 8.24 2.5 9.75v4.5C2.5 15.76 3.74 17 5.25 17H12v3.25a.75.75 0 0 0 1.273.538l8.5-8.25a.752.752 0 0 0 0-1.076l-8.5-8.25A.751.751 0 0 0 12.727 3Zm.773 2.523L20.173 12 13.5 18.477V16.25a.75.75 0 0 0-.75-.75h-7.5c-.7 0-1.25-.55-1.25-1.25v-4.5c0-.7.55-1.25 1.25-1.25h7.5a.75.75 0 0 0 .75-.75V5.523Zm-.765 3.97a.75.75 0 0 0-.515.227l-2.97 2.97-1.22-1.22a.751.751 0 0 0-1.23.817.75.75 0 0 0 .17.243l1.75 1.75a.75.75 0 0 0 1.06 0l3.5-3.5a.75.75 0 0 0-.545-1.287Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconSubmit;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconSubmit;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconSubtract: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconSubtract: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconSubtract;
|
8
8
|
//# sourceMappingURL=IconSubtract.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconSubtract.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconSubtract.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":"IconSubtract.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconSubtract.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,4CAQzF,CAAC;AACF,eAAe,eAAe,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 SvgIconSubtract = _ref => {
|
10
|
+
let {
|
11
|
+
title,
|
12
|
+
titleId,
|
13
|
+
...props
|
14
|
+
} = _ref;
|
16
15
|
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
17
16
|
xmlns: "http://www.w3.org/2000/svg",
|
18
17
|
fill: "none",
|
@@ -25,5 +24,4 @@ var SvgIconSubtract = function SvgIconSubtract(_ref) {
|
|
25
24
|
d: "M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2Zm0 1.5c4.703 0 8.5 3.797 8.5 8.5 0 4.703-3.797 8.5-8.5 8.5A8.489 8.489 0 0 1 3.5 12c0-4.703 3.797-8.5 8.5-8.5Zm-4.25 7.75a.751.751 0 1 0 0 1.5h8.5a.751.751 0 1 0 0-1.5h-8.5Z"
|
26
25
|
}));
|
27
26
|
};
|
28
|
-
var _default = SvgIconSubtract;
|
29
|
-
exports.default = _default;
|
27
|
+
var _default = exports.default = SvgIconSubtract;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconSynced: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconSynced: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconSynced;
|
8
8
|
//# sourceMappingURL=IconSynced.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconSynced.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconSynced.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":"IconSynced.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconSynced.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 SvgIconSynced = _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 SvgIconSynced = function SvgIconSynced(_ref) {
|
|
23
22
|
d: "M12.985.993a.75.75 0 0 0-.515.227l-1.936 1.935a.749.749 0 0 0-.141.142l-.173.173a.75.75 0 0 0 0 1.06l2.25 2.25a.75.75 0 1 0 1.06-1.06l-1.203-1.203A7.481 7.481 0 0 1 19.5 12a7.477 7.477 0 0 1-3.183 6.126.75.75 0 1 0 .866 1.226A8.991 8.991 0 0 0 21 12c0-4.701-3.627-8.568-8.229-8.96l.76-.76a.75.75 0 0 0-.546-1.287ZM7.29 4.506a.75.75 0 0 0-.472.142A8.991 8.991 0 0 0 3 12c0 4.701 3.627 8.567 8.229 8.96l-.76.76a.75.75 0 1 0 1.061 1.06l1.936-1.935a.748.748 0 0 0 .141-.142l.173-.173a.75.75 0 0 0 0-1.06l-2.25-2.25a.75.75 0 1 0-1.06 1.06l1.203 1.203A7.481 7.481 0 0 1 4.5 12a7.477 7.477 0 0 1 3.183-6.126.75.75 0 0 0-.394-1.368Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconSynced;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconSynced;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconTrashCan: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconTrashCan: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconTrashCan;
|
8
8
|
//# sourceMappingURL=IconTrashCan.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconTrashCan.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconTrashCan.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":"IconTrashCan.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconTrashCan.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,4CAKzF,CAAC;AACF,eAAe,eAAe,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 SvgIconTrashCan = _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 SvgIconTrashCan = function SvgIconTrashCan(_ref) {
|
|
23
22
|
d: "M12 2c-1.648 0-3 1.352-3 3H5.873a.75.75 0 0 0-.243 0H3.75a.75.75 0 1 0 0 1.5H5v12.75C5 20.76 6.24 22 7.75 22h8.5c1.51 0 2.75-1.24 2.75-2.75V6.5h1.25a.75.75 0 1 0 0-1.5h-1.877a.75.75 0 0 0-.243 0H15c0-1.648-1.352-3-3-3Zm0 1.5c.837 0 1.5.663 1.5 1.5h-3c0-.837.663-1.5 1.5-1.5Zm-5.5 3h11v12.75c0 .7-.55 1.25-1.25 1.25h-8.5c-.7 0-1.25-.55-1.25-1.25V6.5Zm3.738 2.49a.75.75 0 0 0-.738.76v7.5a.75.75 0 1 0 1.5 0v-7.5a.75.75 0 0 0-.762-.76Zm3.5 0a.75.75 0 0 0-.738.76v7.5a.751.751 0 1 0 1.5 0v-7.5a.75.75 0 0 0-.762-.76Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconTrashCan;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconTrashCan;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconTreasureMap: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconTreasureMap: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconTreasureMap;
|
8
8
|
//# sourceMappingURL=IconTreasureMap.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconTreasureMap.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconTreasureMap.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":"IconTreasureMap.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconTreasureMap.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 SvgIconTreasureMap = _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 SvgIconTreasureMap = function SvgIconTreasureMap(_ref) {
|
|
23
22
|
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"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconTreasureMap;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconTreasureMap;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconUndo: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconUndo: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconUndo;
|
8
8
|
//# sourceMappingURL=IconUndo.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconUndo.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconUndo.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":"IconUndo.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconUndo.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 SvgIconUndo = _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 SvgIconUndo = function SvgIconUndo(_ref) {
|
|
23
22
|
d: "M8.735 2.993a.75.75 0 0 0-.515.227l-5 5a.75.75 0 0 0 0 1.06l5 5a.75.75 0 1 0 1.06-1.06L5.56 9.5h8.94c2.77 0 5 2.23 5 5s-2.23 5-5 5h-3.75a.751.751 0 1 0 0 1.5h3.75c3.58 0 6.5-2.92 6.5-6.5S18.08 8 14.5 8H5.56l3.72-3.72a.75.75 0 0 0-.545-1.287Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconUndo;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconUndo;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgIconWifi: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgIconWifi: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgIconWifi;
|
8
8
|
//# sourceMappingURL=IconWifi.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconWifi.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconWifi.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":"IconWifi.d.ts","sourceRoot":"","sources":["../../../src/components/svg/IconWifi.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 SvgIconWifi = _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 SvgIconWifi = function SvgIconWifi(_ref) {
|
|
23
22
|
d: "M11.905 3.553A15.317 15.317 0 0 0 1.04 8.049a.75.75 0 1 0 1.06 1.06c5.422-5.421 14.19-5.421 19.61 0a.751.751 0 1 0 1.061-1.06 15.32 15.32 0 0 0-10.866-4.496Zm0 4.46a10.872 10.872 0 0 0-7.712 3.19.75.75 0 1 0 1.06 1.06 9.396 9.396 0 0 1 13.305 0 .75.75 0 1 0 1.06-1.06 10.874 10.874 0 0 0-7.713-3.19Zm0 4.459a6.428 6.428 0 0 0-4.56 1.883.75.75 0 1 0 1.062 1.061 4.937 4.937 0 0 1 6.997 0 .748.748 0 0 0 1.236-.236.75.75 0 0 0-.175-.825 6.428 6.428 0 0 0-4.56-1.883ZM12 17a2 2 0 1 0 0 4 2 2 0 0 0 0-4Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgIconWifi;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgIconWifi;
|
package/components/svg/Info.d.ts
CHANGED
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgInfo: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgInfo: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgInfo;
|
8
8
|
//# sourceMappingURL=Info.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Info.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Info.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":"Info.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Info.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,OAAO,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAKjF,CAAC;AACF,eAAe,OAAO,CAAC"}
|
package/components/svg/Info.js
CHANGED
@@ -1,18 +1,17 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
4
3
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
6
5
|
value: true
|
7
6
|
});
|
8
7
|
exports.default = void 0;
|
9
|
-
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
10
8
|
var React = _interopRequireWildcard(require("react"));
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
titleId
|
15
|
-
props
|
9
|
+
const SvgInfo = _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 SvgInfo = function SvgInfo(_ref) {
|
|
23
22
|
d: "M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2Zm0 1.5c4.703 0 8.5 3.797 8.5 8.5 0 4.703-3.797 8.5-8.5 8.5A8.489 8.489 0 0 1 3.5 12c0-4.703 3.797-8.5 8.5-8.5ZM12 7a1 1 0 1 0 0 2 1 1 0 0 0 0-2Zm-.012 3.49a.75.75 0 0 0-.738.76v5.5a.751.751 0 1 0 1.5 0v-5.5a.75.75 0 0 0-.762-.76Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgInfo;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgInfo;
|
package/components/svg/Key.d.ts
CHANGED
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgKey: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgKey: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgKey;
|
8
8
|
//# sourceMappingURL=Key.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Key.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Key.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,MAAM,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,
|
1
|
+
{"version":3,"file":"Key.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Key.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,MAAM,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAKhF,CAAC;AACF,eAAe,MAAM,CAAC"}
|
package/components/svg/Key.js
CHANGED
@@ -1,18 +1,17 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
4
3
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
6
5
|
value: true
|
7
6
|
});
|
8
7
|
exports.default = void 0;
|
9
|
-
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
10
8
|
var React = _interopRequireWildcard(require("react"));
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
titleId
|
15
|
-
props
|
9
|
+
const SvgKey = _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 SvgKey = function SvgKey(_ref) {
|
|
23
22
|
d: "M15 2.5c-3.58 0-6.5 2.92-6.5 6.5 0 .441.091.852.176 1.264L2.72 16.22a.75.75 0 0 0-.22.53v4a.75.75 0 0 0 .75.75h4a.75.75 0 0 0 .75-.75V19.5h1.75a.75.75 0 0 0 .75-.75V17h1.75a.75.75 0 0 0 .75-.75v-1.102c.636.207 1.298.352 2 .352 3.58 0 6.5-2.92 6.5-6.5S18.58 2.5 15 2.5ZM15 4c2.77 0 5 2.23 5 5s-2.23 5-5 5c-.869 0-1.68-.22-2.39-.607a.75.75 0 0 0-1.11.658V15.5H9.75a.75.75 0 0 0-.75.75V18H7.25a.75.75 0 0 0-.75.75V20H4v-2.94l5.994-5.994a.75.75 0 0 0 .193-.731A4.989 4.989 0 0 1 15 4Zm1 2.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgKey;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgKey;
|
package/components/svg/Leaf.d.ts
CHANGED
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgLeaf: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgLeaf: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgLeaf;
|
8
8
|
//# sourceMappingURL=Leaf.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Leaf.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Leaf.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":"Leaf.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Leaf.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,OAAO,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAKjF,CAAC;AACF,eAAe,OAAO,CAAC"}
|
package/components/svg/Leaf.js
CHANGED
@@ -1,18 +1,17 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
4
3
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
6
5
|
value: true
|
7
6
|
});
|
8
7
|
exports.default = void 0;
|
9
|
-
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
10
8
|
var React = _interopRequireWildcard(require("react"));
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
titleId
|
15
|
-
props
|
9
|
+
const SvgLeaf = _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 16 16",
|
@@ -23,5 +22,4 @@ var SvgLeaf = function SvgLeaf(_ref) {
|
|
23
22
|
d: "M10.844 1.137a1.502 1.502 0 0 0-.451.06C8.76 1.677 4.575 3.058 2.66 5.91l-.008.011-.006.011c-.547.914-.625 1.78-.625 2.468 0 1.279.605 2.362 1.392 3.114.492.471 1.054.768 1.624.968a8.097 8.097 0 0 1-2.355 1.208.5.5 0 1 0 .303.953c3.883-1.235 6.295-4.887 7.091-8.653a.5.5 0 0 0-.978-.207c-.47 2.22-1.544 4.362-3.146 5.914-.52-.035-1.256-.34-1.848-.906-.628-.6-1.083-1.428-1.083-2.39 0-.62.054-1.23.479-1.945 1.613-2.387 5.623-3.843 7.175-4.3.203-.059.418.01.544.177 1.473 1.935 2.093 4.412 2.114 5.944.021 1.62-.39 2.826-1.026 3.628-.635.8-1.492 1.22-2.487 1.26-.498 0-1.099.012-1.85-.562a.5.5 0 1 0-.607.794c.99.756 1.97.77 2.47.77h.01l.01-.001a4.298 4.298 0 0 0 3.238-1.64c.808-1.02 1.265-2.466 1.241-4.262-.024-1.776-.681-4.388-2.317-6.537a1.506 1.506 0 0 0-1.171-.59Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgLeaf;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgLeaf;
|
package/components/svg/Lock.d.ts
CHANGED
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgLock: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgLock: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgLock;
|
8
8
|
//# sourceMappingURL=Lock.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Lock.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Lock.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":"Lock.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Lock.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,OAAO,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,4CAKjF,CAAC;AACF,eAAe,OAAO,CAAC"}
|
package/components/svg/Lock.js
CHANGED
@@ -1,18 +1,17 @@
|
|
1
1
|
"use strict";
|
2
2
|
|
3
|
-
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault").default;
|
4
3
|
var _interopRequireWildcard = require("@babel/runtime/helpers/interopRequireWildcard").default;
|
5
4
|
Object.defineProperty(exports, "__esModule", {
|
6
5
|
value: true
|
7
6
|
});
|
8
7
|
exports.default = void 0;
|
9
|
-
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
10
8
|
var React = _interopRequireWildcard(require("react"));
|
11
|
-
|
12
|
-
|
13
|
-
|
14
|
-
titleId
|
15
|
-
props
|
9
|
+
const SvgLock = _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 32 40",
|
@@ -23,5 +22,4 @@ var SvgLock = function SvgLock(_ref) {
|
|
23
22
|
d: "M16 0c-4.4 0-8 3.6-8 8v4H4.5C2.033 12 0 14.033 0 16.5v19C0 37.968 2.033 40 4.5 40h23c2.468 0 4.5-2.032 4.5-4.5v-19c0-2.467-2.032-4.5-4.5-4.5H24V8c0-4.4-3.6-8-8-8Zm0 3c2.78 0 5 2.22 5 5v4H11V8c0-2.78 2.22-5 5-5ZM4.5 15h23c.846 0 1.5.653 1.5 1.5v19c0 .846-.654 1.5-1.5 1.5h-23c-.846 0-1.5-.654-1.5-1.5v-19c0-.847.654-1.5 1.5-1.5ZM16 23a3 3 0 1 0 0 6 3 3 0 0 0 0-6Z"
|
24
23
|
}));
|
25
24
|
};
|
26
|
-
var _default = SvgLock;
|
27
|
-
exports.default = _default;
|
25
|
+
var _default = exports.default = SvgLock;
|
package/components/svg/Logo.d.ts
CHANGED
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgLogo: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
6
|
+
declare const SvgLogo: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => import("react/jsx-runtime").JSX.Element;
|
7
7
|
export default SvgLogo;
|
8
8
|
//# sourceMappingURL=Logo.d.ts.map
|