@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,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 SvgCalendar = function SvgCalendar(_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 20 20",
|
@@ -22,4 +23,5 @@ const SvgCalendar = _ref => {
|
|
22
23
|
d: "M18.133 1.891a2.978 2.978 0 0 0-2.119-.882h-1a1 1 0 1 0-2 0l-6-.009a1 1 0 0 0-2 0h-1a3 3 0 0 0-3 3v1.992l-.023 9.994a3 3 0 0 0 2.995 3l12 .018a3 3 0 0 0 3-3l.018-12a2.98 2.98 0 0 0-.87-2.113ZM4.01 2.991h1a1 1 0 0 0 2 0l6 .009a1 1 0 0 0 2 0h1a1 1 0 0 1 1 1v.987l-14-.021v-.987a1 1 0 0 1 1-.988Zm11.982 14.018-12-.018a1 1 0 0 1-1-1l.01-9.014L17 7l-.014 9.012a1 1 0 0 1-.996.997Z"
|
23
24
|
}));
|
24
25
|
};
|
25
|
-
var _default =
|
26
|
+
var _default = SvgCalendar;
|
27
|
+
exports.default = _default;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgCaretDown: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
6
|
+
declare const SvgCaretDown: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
7
|
export default SvgCaretDown;
|
8
8
|
//# sourceMappingURL=CaretDown.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CaretDown.d.ts","sourceRoot":"","sources":["../../../src/components/svg/CaretDown.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":"CaretDown.d.ts","sourceRoot":"","sources":["../../../src/components/svg/CaretDown.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,gBAKtF,CAAC;AACF,eAAe,YAAY,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 SvgCaretDown = function SvgCaretDown(_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 SvgCaretDown = _ref => {
|
|
22
23
|
d: "M21.743 5.99a.75.75 0 0 0-.523.23L12 15.44 2.78 6.22a.75.75 0 1 0-1.06 1.06l9.75 9.75a.75.75 0 0 0 1.06 0l9.75-9.75a.75.75 0 0 0-.537-1.29Z"
|
23
24
|
}));
|
24
25
|
};
|
25
|
-
var _default =
|
26
|
+
var _default = SvgCaretDown;
|
27
|
+
exports.default = _default;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgCaretLeft: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
6
|
+
declare const SvgCaretLeft: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
7
|
export default SvgCaretLeft;
|
8
8
|
//# sourceMappingURL=CaretLeft.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CaretLeft.d.ts","sourceRoot":"","sources":["../../../src/components/svg/CaretLeft.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":"CaretLeft.d.ts","sourceRoot":"","sources":["../../../src/components/svg/CaretLeft.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,gBAKtF,CAAC;AACF,eAAe,YAAY,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 SvgCaretLeft = function SvgCaretLeft(_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 SvgCaretLeft = _ref => {
|
|
22
23
|
d: "M17.235 1.493a.75.75 0 0 0-.515.227l-9.75 9.75a.75.75 0 0 0 0 1.06l9.75 9.75a.75.75 0 1 0 1.06-1.06L8.56 12l9.22-9.22a.75.75 0 0 0-.545-1.287Z"
|
23
24
|
}));
|
24
25
|
};
|
25
|
-
var _default =
|
26
|
+
var _default = SvgCaretLeft;
|
27
|
+
exports.default = _default;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgCaretRight: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
6
|
+
declare const SvgCaretRight: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
7
|
export default SvgCaretRight;
|
8
8
|
//# sourceMappingURL=CaretRight.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CaretRight.d.ts","sourceRoot":"","sources":["../../../src/components/svg/CaretRight.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":"CaretRight.d.ts","sourceRoot":"","sources":["../../../src/components/svg/CaretRight.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,gBAKvF,CAAC;AACF,eAAe,aAAa,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 SvgCaretRight = function SvgCaretRight(_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 SvgCaretRight = _ref => {
|
|
22
23
|
d: "M7.123 1.49A.75.75 0 0 0 6.6 2.78l9.22 9.22-9.22 9.22a.75.75 0 1 0 1.06 1.06l9.75-9.75a.75.75 0 0 0 0-1.06l-9.75-9.75a.75.75 0 0 0-.537-.228z"
|
23
24
|
}));
|
24
25
|
};
|
25
|
-
var _default =
|
26
|
+
var _default = SvgCaretRight;
|
27
|
+
exports.default = _default;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgCaretUp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
6
|
+
declare const SvgCaretUp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
7
|
export default SvgCaretUp;
|
8
8
|
//# sourceMappingURL=CaretUp.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"CaretUp.d.ts","sourceRoot":"","sources":["../../../src/components/svg/CaretUp.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":"CaretUp.d.ts","sourceRoot":"","sources":["../../../src/components/svg/CaretUp.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 SvgCaretUp = function SvgCaretUp(_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 SvgCaretUp = _ref => {
|
|
22
23
|
d: "M11.99 5.75a.75.75 0 0 0-.52.22l-9.75 9.75a.75.75 0 1 0 1.06 1.06L12 7.56l9.22 9.22a.75.75 0 1 0 1.06-1.06l-9.75-9.75a.75.75 0 0 0-.54-.22Z"
|
23
24
|
}));
|
24
25
|
};
|
25
|
-
var _default =
|
26
|
+
var _default = SvgCaretUp;
|
27
|
+
exports.default = _default;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgChevronDown: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
6
|
+
declare const SvgChevronDown: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
7
|
export default SvgChevronDown;
|
8
8
|
//# sourceMappingURL=ChevronDown.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ChevronDown.d.ts","sourceRoot":"","sources":["../../../src/components/svg/ChevronDown.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,cAAc,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,
|
1
|
+
{"version":3,"file":"ChevronDown.d.ts","sourceRoot":"","sources":["../../../src/components/svg/ChevronDown.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AACjC,UAAU,SAAS;IACjB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;CAClB;AACD,QAAA,MAAM,cAAc,iCAAkC,SAAS,aAAa,CAAC,GAAG,SAAS,gBAKxF,CAAC;AACF,eAAe,cAAc,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 SvgChevronDown = function SvgChevronDown(_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 SvgChevronDown = _ref => {
|
|
22
23
|
d: "m15 8.65-3 3-3-3c-.3-.3-.75-.3-1.05 0L6.9 9.7c-.3.3-.3.75 0 1.05l4.6 4.6c.3.3.75.3 1.05 0l4.6-4.6c.3-.3.3-.75 0-1.05L16.1 8.65c-.35-.3-.8-.3-1.1 0Z"
|
23
24
|
}));
|
24
25
|
};
|
25
|
-
var _default =
|
26
|
+
var _default = SvgChevronDown;
|
27
|
+
exports.default = _default;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgChevronUp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
6
|
+
declare const SvgChevronUp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
7
|
export default SvgChevronUp;
|
8
8
|
//# sourceMappingURL=ChevronUp.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ChevronUp.d.ts","sourceRoot":"","sources":["../../../src/components/svg/ChevronUp.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":"ChevronUp.d.ts","sourceRoot":"","sources":["../../../src/components/svg/ChevronUp.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,gBAKtF,CAAC;AACF,eAAe,YAAY,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 SvgChevronUp = function SvgChevronUp(_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 SvgChevronUp = _ref => {
|
|
22
23
|
d: "m9.025 15.35 3-3 3 3c.3.3.75.3 1.05 0l1.05-1.05c.3-.3.3-.75 0-1.05l-4.6-4.6c-.3-.3-.75-.3-1.05 0l-4.6 4.6c-.3.3-.3.75 0 1.05l1.05 1.05c.35.3.8.3 1.1 0Z"
|
23
24
|
}));
|
24
25
|
};
|
25
|
-
var _default =
|
26
|
+
var _default = SvgChevronUp;
|
27
|
+
exports.default = _default;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgClose: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
6
|
+
declare const SvgClose: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
7
|
export default SvgClose;
|
8
8
|
//# sourceMappingURL=Close.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Close.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Close.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":"Close.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Close.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/Close.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 SvgClose = function SvgClose(_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 SvgClose = _ref => {
|
|
22
23
|
d: "M19.743 3.49a.75.75 0 0 0-.523.23L12 10.94 4.78 3.72a.75.75 0 1 0-1.06 1.06L10.94 12l-7.22 7.22a.75.75 0 1 0 1.06 1.06L12 13.06l7.22 7.22a.75.75 0 1 0 1.06-1.06L13.06 12l7.22-7.22a.75.75 0 0 0-.537-1.29Z"
|
23
24
|
}));
|
24
25
|
};
|
25
|
-
var _default =
|
26
|
+
var _default = SvgClose;
|
27
|
+
exports.default = _default;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgCritical: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
6
|
+
declare const SvgCritical: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
7
|
export default SvgCritical;
|
8
8
|
//# sourceMappingURL=Critical.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Critical.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Critical.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":"Critical.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Critical.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 SvgCritical = function SvgCritical(_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 SvgCritical = _ref => {
|
|
22
23
|
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 6c-.957 0-1.75.793-1.75 1.75v1.5c0 .957.793 1.75 1.75 1.75h8.5c.957 0 1.75-.793 1.75-1.75v-1.5c0-.957-.793-1.75-1.75-1.75h-8.5Zm0 1.5h8.5c.148 0 .25.102.25.25v1.5c0 .148-.102.25-.25.25h-8.5a.239.239 0 0 1-.25-.25v-1.5c0-.148.102-.25.25-.25Z"
|
23
24
|
}));
|
24
25
|
};
|
25
|
-
var _default =
|
26
|
+
var _default = SvgCritical;
|
27
|
+
exports.default = _default;
|
package/components/svg/Edit.d.ts
CHANGED
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgEdit: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
6
|
+
declare const SvgEdit: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
7
|
export default SvgEdit;
|
8
8
|
//# sourceMappingURL=Edit.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Edit.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Edit.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":"Edit.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Edit.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,gBAoGjF,CAAC;AACF,eAAe,OAAO,CAAC"}
|
package/components/svg/Edit.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 SvgEdit = function SvgEdit(_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 SvgEdit = _ref => {
|
|
153
154
|
d: "M0 0h200v128H0z"
|
154
155
|
}))));
|
155
156
|
};
|
156
|
-
var _default =
|
157
|
+
var _default = SvgEdit;
|
158
|
+
exports.default = _default;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgError: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
6
|
+
declare const SvgError: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
7
|
export default SvgError;
|
8
8
|
//# sourceMappingURL=Error.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Error.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Error.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":"Error.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Error.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/Error.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 SvgError = function SvgError(_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 SvgError = _ref => {
|
|
22
23
|
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 6c-.957 0-1.75.793-1.75 1.75v1.5c0 .957.793 1.75 1.75 1.75h8.5c.957 0 1.75-.793 1.75-1.75v-1.5c0-.957-.793-1.75-1.75-1.75h-8.5Zm0 1.5h8.5c.148 0 .25.102.25.25v1.5c0 .148-.102.25-.25.25h-8.5a.239.239 0 0 1-.25-.25v-1.5c0-.148.102-.25.25-.25Z"
|
23
24
|
}));
|
24
25
|
};
|
25
|
-
var _default =
|
26
|
+
var _default = SvgError;
|
27
|
+
exports.default = _default;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgFilter: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
6
|
+
declare const SvgFilter: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
7
|
export default SvgFilter;
|
8
8
|
//# sourceMappingURL=Filter.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Filter.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Filter.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":"Filter.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Filter.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/Filter.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 SvgFilter = function SvgFilter(_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 SvgFilter = _ref => {
|
|
22
23
|
d: "M4.25 3C3.568 3 3 3.568 3 4.25v1.545c0 1.148.528 2.234 1.43 2.945l5.07 3.995v7.515a.75.75 0 0 0 1.185.61l3.5-2.5a.75.75 0 0 0 .315-.61v-5.016l5.07-3.994A3.752 3.752 0 0 0 21 5.795V4.25C21 3.568 20.432 3 19.75 3H4.25Zm.25 1.5h15v1.295c0 .69-.315 1.34-.857 1.767l-5 3.938h-3.287L5.357 7.562A2.247 2.247 0 0 1 4.5 5.795V4.5ZM11 13h2v4.364l-2 1.429V13Z"
|
23
24
|
}));
|
24
25
|
};
|
25
|
-
var _default =
|
26
|
+
var _default = SvgFilter;
|
27
|
+
exports.default = _default;
|
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgFolder: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
6
|
+
declare const SvgFolder: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
7
|
export default SvgFolder;
|
8
8
|
//# sourceMappingURL=Folder.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Folder.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Folder.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":"Folder.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Folder.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/Folder.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 SvgFolder = function SvgFolder(_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 SvgFolder = _ref => {
|
|
22
23
|
d: "M4.25 4A2.261 2.261 0 0 0 2 6.25v11.5A2.261 2.261 0 0 0 4.25 20h15.5A2.261 2.261 0 0 0 22 17.75v-9a2.261 2.261 0 0 0-2.25-2.25h-7.729L9.787 4.638A2.75 2.75 0 0 0 8.026 4H4.25Zm0 1.5h3.776c.293 0 .575.103.8.29l1.752 1.46-1.752 1.46c-.225.187-.507.29-.8.29H3.5V6.25c0-.423.327-.75.75-.75ZM12.021 8h7.729c.423 0 .75.327.75.75v9c0 .423-.327.75-.75.75H4.25a.739.739 0 0 1-.75-.75V10.5h4.526a2.75 2.75 0 0 0 1.76-.638L12.022 8Z"
|
23
24
|
}));
|
24
25
|
};
|
25
|
-
var _default =
|
26
|
+
var _default = SvgFolder;
|
27
|
+
exports.default = _default;
|
package/components/svg/Help.d.ts
CHANGED
@@ -3,6 +3,6 @@ interface SVGRProps {
|
|
3
3
|
title?: string;
|
4
4
|
titleId?: string;
|
5
5
|
}
|
6
|
-
declare const SvgHelp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) =>
|
6
|
+
declare const SvgHelp: ({ title, titleId, ...props }: SVGProps<SVGSVGElement> & SVGRProps) => JSX.Element;
|
7
7
|
export default SvgHelp;
|
8
8
|
//# sourceMappingURL=Help.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"Help.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Help.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":"Help.d.ts","sourceRoot":"","sources":["../../../src/components/svg/Help.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"}
|