@terraware/web-components 4.2.26-rc.0 → 4.3.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/_vendor/react-multi-carousel/index.js +13 -0
- package/_vendor/react-multi-carousel/lib/Arrows.js +13 -0
- package/_vendor/react-multi-carousel/lib/Carousel.js +19 -0
- package/_vendor/react-multi-carousel/lib/CarouselItems.js +14 -0
- package/_vendor/react-multi-carousel/lib/Dots.js +16 -0
- package/_vendor/react-multi-carousel/lib/index.js +13 -0
- package/_vendor/react-multi-carousel/lib/types.js +13 -0
- package/_vendor/react-multi-carousel/lib/utils/clones.js +14 -0
- package/_vendor/react-multi-carousel/lib/utils/common.js +13 -0
- package/_vendor/react-multi-carousel/lib/utils/dots.js +14 -0
- package/_vendor/react-multi-carousel/lib/utils/elementWidth.js +12 -0
- package/_vendor/react-multi-carousel/lib/utils/index.js +20 -0
- package/_vendor/react-multi-carousel/lib/utils/mouseOrTouchMove.js +14 -0
- package/_vendor/react-multi-carousel/lib/utils/next.js +13 -0
- package/_vendor/react-multi-carousel/lib/utils/previous.js +14 -0
- package/_vendor/react-multi-carousel/lib/utils/throttle.js +12 -0
- package/_vendor/react-multi-carousel/lib/utils/throwError.js +14 -0
- package/_virtual/Arrows.js +3 -0
- package/_virtual/Carousel.js +3 -0
- package/_virtual/CarouselItems.js +3 -0
- package/_virtual/Dots.js +3 -0
- package/_virtual/_commonjsHelpers.js +5 -0
- package/_virtual/clones.js +3 -0
- package/_virtual/common.js +3 -0
- package/_virtual/dots2.js +3 -0
- package/_virtual/elementWidth.js +3 -0
- package/_virtual/index.js +7 -0
- package/_virtual/index2.js +3 -0
- package/_virtual/index3.js +3 -0
- package/_virtual/mouseOrTouchMove.js +3 -0
- package/_virtual/next.js +3 -0
- package/_virtual/previous.js +3 -0
- package/_virtual/throttle.js +3 -0
- package/_virtual/throwError.js +3 -0
- package/_virtual/types.js +3 -0
- package/components/AntSwitch/index.js +6 -4
- package/components/Autocomplete/Autocomplete.js +19 -16
- package/components/Badge/index.js +8 -6
- package/components/BusySpinner/index.js +11 -8
- package/components/Button/Button.js +12 -9
- package/components/Checkbox.js +11 -8
- package/components/Confirm/index.js +14 -17
- package/components/DatePicker/DatePicker.js +19 -23
- package/components/DialogBox/DialogBox.js +25 -20
- package/components/Divisor.js +11 -8
- package/components/Dropdown.js +18 -15
- package/components/EditableTable/index.js +17 -14
- package/components/ErrorBox/ErrorBox.js +18 -15
- package/components/FileChooser/index.js +20 -15
- package/components/FormBottomBar/index.js +15 -12
- package/components/Icon/Icon.js +9 -6
- package/components/Icon/icons/index.js +252 -251
- package/components/IconTooltip/index.js +14 -9
- package/components/Map/MapBox.js +35 -32
- package/components/Map/MapContainer.js +10 -6
- package/components/Map/MapDateSliderControl.js +14 -12
- package/components/Map/MapDrawer.js +16 -12
- package/components/Map/MapLegend.js +32 -28
- package/components/Map/MapViewStyleControl.js +11 -9
- package/components/Map/ReactMapboxWrapper.js +1 -1
- package/components/Map/index.js +13 -11
- package/components/Map/types.js +5 -3
- package/components/Map/useMaintainLayerOrder.js +5 -2
- package/components/Markdown/index.js +6 -4
- package/components/Message/Message.js +25 -20
- package/components/MultiSelect/index.js +26 -23
- package/components/Navbar/NavFooter.js +8 -5
- package/components/Navbar/NavItem.js +14 -11
- package/components/Navbar/NavSection.js +10 -7
- package/components/Navbar/Navbar.js +16 -11
- package/components/Navbar/SubNavbar.js +8 -5
- package/components/Note.js +10 -7
- package/components/OverlayModal/OverlayModal.js +13 -11
- package/components/PageForm/index.js +15 -12
- package/components/PhotoChooser/index.js +30 -25
- package/components/PhotosCarousel/index.js +15 -18
- package/components/Pill/index.js +14 -11
- package/components/PillList/index.js +10 -7
- package/components/PlacementWrapper/index.js +8 -6
- package/components/PopoverMenu/Popover.js +12 -9
- package/components/PopoverMenu/index.js +14 -11
- package/components/PopoverMultiSelect/index.js +14 -11
- package/components/ProgressCircle/ProgressCircle.js +12 -9
- package/components/RadioButton.js +9 -6
- package/components/Select/Select.js +9 -6
- package/components/Select/SelectT.js +30 -26
- package/components/Separator/index.js +7 -5
- package/components/Size.js +1 -1
- package/components/Slider/index.js +9 -6
- package/components/SummaryBox.js +13 -10
- package/components/Tabs/index.js +22 -18
- package/components/TextTruncated/index.js +13 -20
- package/components/Textfield/Textfield.js +34 -28
- package/components/Textfield/TruncatedTextArea.js +12 -10
- package/components/TimelineSlider/TimelineMarker.js +8 -6
- package/components/TimelineSlider/TimelineRail.js +6 -4
- package/components/TimelineSlider/index.js +14 -12
- package/components/Tooltip/Tooltip.js +12 -7
- package/components/ViewPhotosDialog/index.js +14 -11
- package/components/VirtualWalkthrough/Annotation.js +10 -8
- package/components/VirtualWalkthrough/AnnotationEditPane.js +23 -21
- package/components/VirtualWalkthrough/AnnotationPanel.js +16 -14
- package/components/VirtualWalkthrough/Application.js +9 -7
- package/components/VirtualWalkthrough/AutoRotator.js +5 -3
- package/components/VirtualWalkthrough/BlockingSpinner.js +10 -7
- package/components/VirtualWalkthrough/BoundaryRing.js +8 -6
- package/components/VirtualWalkthrough/BoundaryWall.js +8 -6
- package/components/VirtualWalkthrough/CameraInfo.js +15 -13
- package/components/VirtualWalkthrough/ControlsInfoPane.js +59 -57
- package/components/VirtualWalkthrough/GradientSky.js +8 -6
- package/components/VirtualWalkthrough/SplatControls.js +37 -35
- package/components/VirtualWalkthrough/SplatCrop.js +6 -4
- package/components/VirtualWalkthrough/SplatFadeCrop.js +7 -5
- package/components/VirtualWalkthrough/SplatModel.js +17 -14
- package/components/VirtualWalkthrough/SplatRevealRain.js +6 -4
- package/components/VirtualWalkthrough/TfAnnotationManager.js +8 -5
- package/components/VirtualWalkthrough/TfXrNavigation.js +7 -5
- package/components/VirtualWalkthrough/VirtualWalkthroughViewer.js +47 -45
- package/components/VirtualWalkthrough/VrAnnotationPanel.js +9 -7
- package/components/VirtualWalkthrough/XrAnnotationInteraction.js +9 -7
- package/components/VirtualWalkthrough/XrExitButton.js +9 -7
- package/components/VirtualWalkthrough/XrGazeDwell.js +9 -7
- package/components/VirtualWalkthrough/XrPointerRay.js +9 -7
- package/components/VirtualWalkthrough/boundary-ring.js +7 -5
- package/components/VirtualWalkthrough/boundary-wall.js +8 -6
- package/components/VirtualWalkthrough/groundPlane.js +6 -3
- package/components/VirtualWalkthrough/gsplat-fade-crop-effect.js +5 -2
- package/components/VirtualWalkthrough/splatFormat.js +6 -4
- package/components/VirtualWalkthrough/vr-annotation-panel-layout.js +4 -2
- package/components/VirtualWalkthrough/vr-annotation-panel.js +8 -5
- package/components/VirtualWalkthrough/walkthrough-camera.js +6 -4
- package/components/VirtualWalkthrough/xr-annotation-candidates.js +8 -6
- package/components/VirtualWalkthrough/xr-annotation-interaction.js +9 -6
- package/components/VirtualWalkthrough/xr-annotation-targeting.js +5 -2
- package/components/VirtualWalkthrough/xr-button-arming.js +4 -2
- package/components/VirtualWalkthrough/xr-button-hold.js +5 -3
- package/components/VirtualWalkthrough/xr-exit-button.js +10 -8
- package/components/VirtualWalkthrough/xr-face-buttons.js +6 -4
- package/components/VirtualWalkthrough/xr-gaze-dwell-state.js +5 -3
- package/components/VirtualWalkthrough/xr-gaze-dwell.js +9 -7
- package/components/VirtualWalkthrough/xr-interactive-ui.js +10 -8
- package/components/VirtualWalkthrough/xr-pointer-ray.js +5 -3
- package/components/VirtualWalkthrough/xr-progress-pie.js +4 -2
- package/components/VirtualWalkthrough/xr-ray-quad.js +5 -2
- package/components/VirtualWalkthrough/xr-scene-bounds.js +5 -3
- package/components/VirtualWalkthrough/xr-teleport-gesture.js +4 -2
- package/components/svg/BlobbyGrayIconImage.js +13 -11
- package/components/svg/BlobbyGrayIconImport.js +13 -11
- package/components/svg/BlobbyGrayIconUploadToTheCloud.js +13 -11
- package/components/svg/BlobbyIconCloudChecked.js +41 -39
- package/components/svg/BlobbyIconExportOrUploadPhoto.js +41 -39
- package/components/svg/BlobbyIconFolder.js +41 -39
- package/components/svg/BlobbyIconGraphReport.js +41 -39
- package/components/svg/BlobbyIconHappy.js +41 -39
- package/components/svg/BlobbyIconHeartMonitor.js +41 -39
- package/components/svg/BlobbyIconLeaf.js +41 -39
- package/components/svg/BlobbyIconLibrary.js +41 -39
- package/components/svg/BlobbyIconNursery.js +41 -39
- package/components/svg/BlobbyIconOrganization.js +41 -39
- package/components/svg/BlobbyIconParchment.js +41 -39
- package/components/svg/BlobbyIconPeople.js +41 -39
- package/components/svg/BlobbyIconSeedBank.js +41 -39
- package/components/svg/BlobbyIconSeedling.js +41 -39
- package/components/svg/BlobbyIconSeeds.js +41 -39
- package/components/svg/BlobbyIconSite.js +42 -40
- package/components/svg/BlobbyIconSparkles.js +41 -39
- package/components/svg/BlobbyIconWrench.js +41 -39
- package/components/svg/Bug.js +8 -6
- package/components/svg/Calendar.js +8 -6
- package/components/svg/CaretDown.js +8 -6
- package/components/svg/CaretLeft.js +8 -6
- package/components/svg/CaretRight.js +8 -6
- package/components/svg/CaretUp.js +8 -6
- package/components/svg/ChevronDown.js +8 -6
- package/components/svg/ChevronUp.js +8 -6
- package/components/svg/Close.js +8 -6
- package/components/svg/Critical.js +8 -6
- package/components/svg/Edit.js +41 -39
- package/components/svg/Error.js +8 -6
- package/components/svg/Filter.js +8 -6
- package/components/svg/Folder.js +8 -6
- package/components/svg/Help.js +8 -6
- package/components/svg/Home.js +8 -6
- package/components/svg/IconAdd.js +8 -6
- package/components/svg/IconArrowRight.js +8 -6
- package/components/svg/IconBusinessNetwork.js +8 -6
- package/components/svg/IconCalendar.js +8 -6
- package/components/svg/IconCancel.js +8 -6
- package/components/svg/IconChargingBattery.js +8 -6
- package/components/svg/IconChecklist.js +8 -6
- package/components/svg/IconCheckmark.js +8 -6
- package/components/svg/IconCoinInHand.js +8 -6
- package/components/svg/IconColumns.js +8 -6
- package/components/svg/IconComment.js +8 -6
- package/components/svg/IconDashboard.js +8 -6
- package/components/svg/IconDataMigration.js +8 -6
- package/components/svg/IconDocument.js +8 -6
- package/components/svg/IconDownloadFromTheCloud.js +8 -6
- package/components/svg/IconEdit.js +8 -6
- package/components/svg/IconExpand.js +8 -6
- package/components/svg/IconExport.js +8 -6
- package/components/svg/IconExternalLink.js +8 -6
- package/components/svg/IconEye.js +8 -6
- package/components/svg/IconEyeOff.js +8 -6
- package/components/svg/IconFile.js +8 -6
- package/components/svg/IconFolder.js +8 -6
- package/components/svg/IconFullScreen.js +8 -6
- package/components/svg/IconFutures.js +8 -6
- package/components/svg/IconGraphReport.js +8 -6
- package/components/svg/IconHeartMonitor.js +8 -6
- package/components/svg/IconHelp.js +8 -6
- package/components/svg/IconHistory.js +8 -6
- package/components/svg/IconImport.js +8 -6
- package/components/svg/IconIndex.js +8 -6
- package/components/svg/IconLayers.js +8 -6
- package/components/svg/IconLibrary.js +8 -6
- package/components/svg/IconList.js +8 -6
- package/components/svg/IconLivePlant.js +8 -6
- package/components/svg/IconLocations.js +8 -6
- package/components/svg/IconMail.js +8 -6
- package/components/svg/IconManager.js +8 -6
- package/components/svg/IconMarker.js +8 -6
- package/components/svg/IconMenu.js +8 -6
- package/components/svg/IconMenuHorizontal.js +8 -6
- package/components/svg/IconModule.js +8 -6
- package/components/svg/IconMyLocation.js +8 -6
- package/components/svg/IconNote.js +8 -6
- package/components/svg/IconNursery.js +8 -6
- package/components/svg/IconOrg.js +8 -6
- package/components/svg/IconParchment.js +8 -6
- package/components/svg/IconPhoto.js +8 -6
- package/components/svg/IconPlantsFilled.js +8 -6
- package/components/svg/IconRedo.js +8 -6
- package/components/svg/IconRestorationSite.js +8 -6
- package/components/svg/IconSeedBank.js +8 -6
- package/components/svg/IconSeedling.js +8 -6
- package/components/svg/IconSettings.js +8 -6
- package/components/svg/IconSlice.js +8 -6
- package/components/svg/IconSubmit.js +8 -6
- package/components/svg/IconSubtract.js +8 -6
- package/components/svg/IconSynced.js +8 -6
- package/components/svg/IconTrashCan.js +8 -6
- package/components/svg/IconTreasureMap.js +8 -6
- package/components/svg/IconUnavailable.js +8 -6
- package/components/svg/IconUndo.js +8 -6
- package/components/svg/IconVariable.js +8 -6
- package/components/svg/IconVideo.js +9 -7
- package/components/svg/IconWifi.js +8 -6
- package/components/svg/Info.js +8 -6
- package/components/svg/Key.js +8 -6
- package/components/svg/Leaf.js +8 -6
- package/components/svg/Lock.js +8 -6
- package/components/svg/Logo.js +16 -14
- package/components/svg/MenuVertical.js +8 -6
- package/components/svg/Notification.js +8 -6
- package/components/svg/Person.js +8 -6
- package/components/svg/Plus.js +8 -6
- package/components/svg/RestorationSite.js +8 -6
- package/components/svg/Search.js +8 -6
- package/components/svg/Seeds.js +8 -6
- package/components/svg/Site.js +8 -6
- package/components/svg/Sparkles.js +8 -6
- package/components/svg/Species.js +8 -6
- package/components/svg/Species2.js +41 -39
- package/components/svg/Spinner.js +16 -14
- package/components/svg/Star.js +8 -6
- package/components/svg/Success.js +8 -6
- package/components/svg/SuccessFilled.js +8 -6
- package/components/svg/TerrawareLogoDesktop.js +17 -15
- package/components/svg/TerrawareLogoMobile.js +9 -7
- package/components/svg/Touchscreen.js +8 -6
- package/components/svg/UploadCloud.js +41 -39
- package/components/svg/Warning.js +8 -6
- package/components/svg/WelcomeClipboard.js +32 -30
- package/components/svg/index.js +127 -127
- package/components/table/EnhancedTableToolbar.js +18 -15
- package/components/table/EnhancedTableToolbarV2.js +8 -6
- package/components/table/TableCellRenderer.js +37 -32
- package/components/table/TableHeader.js +17 -14
- package/components/table/TableHeaderItem.js +18 -15
- package/components/table/density.js +5 -3
- package/components/table/index.js +40 -37
- package/components/table/sort.js +6 -4
- package/components/table/types.js +1 -1
- package/components/types/index.js +1 -1
- package/hooks/useBoolean.js +4 -2
- package/hooks/useCameraPosition.js +5 -2
- package/hooks/useDevicePerformance.js +6 -3
- package/hooks/useXr.js +6 -4
- package/index.js +55 -58
- package/package.json +6 -2
- package/style-dictionary-dist/TerrawareTheme.js +2 -1
- package/theme.js +5 -2
- package/utils/color.js +5 -2
- package/utils/date.js +7 -6
- package/utils/index.js +4 -5
- package/utils/preventDefaultEvent.js +2 -1
- package/utils/text.js +3 -2
- package/utils/useDeviceInfo.js +2 -1
- package/virtualWalkthrough.js +23 -31
- package/components/Button/button.test.js +0 -23
- package/components/MultiSelect/MultiSelect.test.js +0 -73
- package/components/VirtualWalkthrough/TfXrNavigation.test.js +0 -110
- package/components/VirtualWalkthrough/boundary-ring.test.js +0 -109
- package/components/VirtualWalkthrough/boundary-wall.test.js +0 -203
- package/components/VirtualWalkthrough/groundPlane.test.js +0 -45
- package/components/VirtualWalkthrough/splatFormat.test.js +0 -51
- package/components/VirtualWalkthrough/vr-annotation-panel-layout.test.js +0 -26
- package/components/VirtualWalkthrough/xr-annotation-targeting.test.js +0 -66
- package/components/VirtualWalkthrough/xr-button-arming.test.js +0 -35
- package/components/VirtualWalkthrough/xr-button-hold.test.js +0 -57
- package/components/VirtualWalkthrough/xr-exit-button.test.js +0 -23
- package/components/VirtualWalkthrough/xr-face-buttons.test.js +0 -82
- package/components/VirtualWalkthrough/xr-gaze-dwell-state.test.js +0 -61
- package/components/VirtualWalkthrough/xr-interactive-ui.test.js +0 -165
- package/components/VirtualWalkthrough/xr-progress-pie.test.js +0 -79
- package/components/VirtualWalkthrough/xr-ray-quad.test.js +0 -37
- package/components/VirtualWalkthrough/xr-scene-bounds.test.js +0 -70
- package/components/VirtualWalkthrough/xr-teleport-gesture.test.js +0 -90
- package/components/table/sort.test.js +0 -35
- package/utils/date.test.js +0 -84
- package/utils/text.test.js +0 -21
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgMenuVertical = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M12 16.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m0-6a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3m0-6a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgMenuVertical as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgNotification = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M11.639 2.009C7.597 2.199 4.5 5.672 4.5 9.69v3.634L3.175 15.99l-.007.015c-.533 1.134.33 2.495 1.583 2.495H9c0 1.648 1.352 3 3 3s3-1.352 3-3h4.248c1.253 0 2.117-1.361 1.584-2.495l-.007-.015-1.325-2.666V9.5c0-4.253-3.568-7.693-7.861-7.491m.07 1.498A5.987 5.987 0 0 1 18 9.5v4q0 .176.078.334l1.397 2.81c.09.193-.015.356-.227.356H4.751c-.212 0-.316-.163-.226-.355v-.002l1.397-2.809A.75.75 0 0 0 6 13.5V9.69c0-3.25 2.49-6.032 5.709-6.183M10.5 18.5h3c0 .837-.663 1.5-1.5 1.5s-1.5-.663-1.5-1.5"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgNotification as default };
|
package/components/svg/Person.js
CHANGED
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgPerson = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M12 2C9.247 2 7 4.247 7 7s2.247 5 5 5c2.752 0 5-2.247 5-5s-2.248-5-5-5m0 1.5c1.942 0 3.5 1.558 3.5 3.5s-1.558 3.5-3.5 3.5A3.49 3.49 0 0 1 8.5 7c0-1.942 1.558-3.5 3.5-3.5M5.99 14A2 2 0 0 0 4 15.99v.76c0 1.802 1.14 3.196 2.653 4.031S10.084 22 12 22s3.833-.384 5.347-1.219c1.29-.712 2.262-1.85 2.534-3.281H20v-1.51c0-1.09-.9-1.99-1.99-1.99zm0 1.5h12.02c.28 0 .491.21.491.49V16H18.5v.75c0 1.198-.673 2.054-1.878 2.719S13.71 20.5 12 20.5s-3.417-.366-4.622-1.031S5.5 17.948 5.5 16.75v-.76c0-.28.21-.49.49-.49"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgPerson as default };
|
package/components/svg/Plus.js
CHANGED
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgPlus = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M11.988 2.49a.75.75 0 0 0-.738.76v8h-8a.751.751 0 1 0 0 1.5h8v8a.751.751 0 1 0 1.5 0v-8h8a.75.75 0 1 0 0-1.5h-8v-8a.75.75 0 0 0-.762-.76"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgPlus as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgRestorationSite = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M12 1.5c-.775 0-1.495.247-1.999.751a2.44 2.44 0 0 0-.54.86c-.226-.069-.453-.139-.679-.134a2.47 2.47 0 0 0-1.596.653c-.597.537-.94 1.374-.897 2.264-.848.058-1.617.463-2.065 1.12-.476.698-.55 1.655-.162 2.54-.35.19-.648.453-.876.752a3.38 3.38 0 0 0-.686 2.047c0 .94.404 1.88 1.185 2.512.614.498 1.493.68 2.459.633.144.748.429 1.445.966 1.953.718.678 1.734 1.049 2.89 1.049v.75c0 .366-.122 1.021-.404 1.485s-.618.765-1.346.765a.75.75 0 0 0 0 1.5h7.5a.75.75 0 0 0 0-1.5c-.728 0-1.064-.3-1.346-.765-.282-.464-.404-1.119-.404-1.485v-.75c1.156 0 2.172-.37 2.89-1.049.537-.508.822-1.205.966-1.953.966.047 1.845-.135 2.46-.633a3.23 3.23 0 0 0 1.184-2.513c0-.722-.23-1.45-.686-2.046a2.8 2.8 0 0 0-.876-.752c.388-.885.314-1.842-.162-2.54-.448-.657-1.217-1.062-2.065-1.12.043-.89-.3-1.727-.896-2.264a2.47 2.47 0 0 0-1.597-.653c-.226-.005-.453.066-.679.133a2.44 2.44 0 0 0-.54-.859C13.495 1.747 12.775 1.5 12 1.5M12 3c.475 0 .755.128.938.312.183.183.312.463.312.938a.75.75 0 0 0 1.28.53c.25-.25.454-.307.659-.303a.98.98 0 0 1 .621.268c.39.35.624.96.27 1.67a.75.75 0 0 0 .934 1.037c.701-.263 1.244 0 1.522.408s.357.937-.316 1.61a.75.75 0 0 0 .53 1.28c.376 0 .641.163.873.467.232.303.377.751.377 1.135 0 .51-.22 1.018-.628 1.348-.407.33-1.012.528-1.959.318a.75.75 0 0 0-.913.732c0 .696-.233 1.227-.64 1.611-.407.385-1.016.639-1.86.639v-.75a.751.751 0 1 0-1.5 0v3c0 .63.146 1.468.616 2.25h-2.232c.47-.782.616-1.62.616-2.25v-3a.75.75 0 1 0-1.5 0V17c-.844 0-1.453-.254-1.86-.639-.407-.384-.64-.915-.64-1.611a.75.75 0 0 0-.913-.732c-.947.21-1.552.012-1.96-.318A1.74 1.74 0 0 1 4 12.352c0-.384.145-.832.377-1.135s.497-.467.873-.467a.75.75 0 0 0 .53-1.28c-.673-.673-.594-1.202-.316-1.61.278-.407.82-.671 1.522-.408a.75.75 0 0 0 .935-1.037c-.355-.71-.12-1.32.268-1.67a.98.98 0 0 1 .623-.268c.204-.004.408.053.658.303a.75.75 0 0 0 1.28-.53c0-.475.129-.755.312-.938.183-.184.463-.312.938-.312"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgRestorationSite as default };
|
package/components/svg/Search.js
CHANGED
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgSearch = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M10.25 3C6.255 3 3 6.255 3 10.25s3.255 7.25 7.25 7.25c1.728 0 3.317-.61 4.565-1.625l4.905 4.905a.75.75 0 1 0 1.06-1.06l-4.905-4.905A7.2 7.2 0 0 0 17.5 10.25C17.5 6.255 14.245 3 10.25 3m0 1.5A5.74 5.74 0 0 1 16 10.25a5.73 5.73 0 0 1-1.604 3.985.8.8 0 0 0-.16.16A5.73 5.73 0 0 1 10.25 16a5.74 5.74 0 0 1-5.75-5.75 5.74 5.74 0 0 1 5.75-5.75"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgSearch as default };
|
package/components/svg/Seeds.js
CHANGED
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgSeeds = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M6 4C3.862 4 2 5.502 2 7.5S3.862 11 6 11s4-1.502 4-3.5S8.138 4 6 4m0 1.5c1.452 0 2.5.96 2.5 2s-1.048 2-2.5 2-2.5-.96-2.5-2 1.048-2 2.5-2m11.427.74c-.835.014-1.637.314-2.255.932-1.413 1.413-1.158 3.79.353 5.303 1.512 1.511 3.89 1.766 5.303.353s1.158-3.79-.353-5.303c-.85-.85-1.975-1.303-3.048-1.285m.287 1.508c.575.052 1.187.325 1.7.838 1.027 1.027 1.089 2.446.354 3.182-.736.735-2.155.673-3.182-.354s-1.089-2.446-.354-3.182c.368-.367.907-.536 1.482-.484m-9.649 4.163c-1.372.014-2.643.688-3.21 1.94-.823 1.82.254 3.956 2.202 4.838a4.4 4.4 0 0 0 2.363.363C10.09 20.244 11.46 21 13 21c2.138 0 4-1.502 4-3.5S15.138 14 13 14c-.363 0-.713.047-1.05.127a4.37 4.37 0 0 0-2.008-1.817 4.5 4.5 0 0 0-1.877-.399m-.191 1.504c.454-.04.954.038 1.45.263 1.323.598 1.882 1.905 1.453 2.852-.428.948-1.778 1.39-3.101.791s-1.883-1.905-1.454-2.852c.268-.592.896-.987 1.652-1.054M13 15.5c1.452 0 2.5.96 2.5 2s-1.048 2-2.5 2c-.918 0-1.683-.406-2.113-.95a3.15 3.15 0 0 0 1.258-1.402c.233-.516.309-1.057.26-1.588q.285-.059.595-.06"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgSeeds as default };
|
package/components/svg/Site.js
CHANGED
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgSite = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
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 4M9.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.777V9.132zm-.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.8.8 0 0 0-.17-.243l-.47-.47.47-.47a.75.75 0 0 0-.537-1.29m9.007.511a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-6.5.75a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m2 1.25a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m3 0a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5m-1.5 2a.75.75 0 1 0 0 1.5.75.75 0 0 0 0-1.5"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgSite as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgSparkles = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M5.962 1.501a.75.75 0 0 0-.674.512l-.943 2.832-2.832.943a.75.75 0 0 0 0 1.424l2.83.944.945 2.831a.75.75 0 0 0 1.424 0l.943-2.832 2.832-.943a.75.75 0 0 0 0-1.424l-2.832-.943-.943-2.832a.75.75 0 0 0-.75-.512M6 4.623l.35 1.052a.75.75 0 0 0 .475.474l1.052.351-1.052.35a.75.75 0 0 0-.474.475L6 8.377l-.35-1.052a.75.75 0 0 0-.475-.474L4.123 6.5l1.052-.35a.75.75 0 0 0 .474-.475zm9.72 1.378a.75.75 0 0 0-.684.52l-1.463 4.552-4.552 1.463a.75.75 0 0 0 0 1.428l4.552 1.463 1.463 4.553a.75.75 0 0 0 1.428 0l1.463-4.553 4.553-1.463a.75.75 0 0 0 0-1.428l-4.553-1.463-1.463-4.552A.75.75 0 0 0 15.72 6m.03 3.2.867 2.697a.75.75 0 0 0 .485.485l2.698.867-2.698.867a.75.75 0 0 0-.485.485L15.75 17.3l-.867-2.698a.75.75 0 0 0-.484-.485L11.7 13.25l2.699-.867a.75.75 0 0 0 .484-.485zM5.212 14a.75.75 0 0 0-.674.512l-.757 2.27-2.268.755a.75.75 0 0 0 0 1.424l2.268.756.757 2.27a.75.75 0 0 0 1.424 0l.756-2.27 2.27-.756a.75.75 0 0 0 0-1.424l-2.27-.757-.756-2.268a.75.75 0 0 0-.75-.512m.038 3.121.163.49a.75.75 0 0 0 .475.475l.489.163-.49.163a.75.75 0 0 0-.474.475l-.163.49-.164-.49a.75.75 0 0 0-.475-.475l-.489-.163.49-.163a.75.75 0 0 0 .474-.475z"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgSparkles as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgSpecies = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M22 17.74a.75.75 0 0 0-.22-.52l-2.5-2.5a.75.75 0 1 0-1.06 1.06L19.44 17h-6.69c-.7 0-1.25-.55-1.25-1.25v-7a.751.751 0 1 0-1.5 0v7c0 1.51 1.24 2.75 2.75 2.75h6.69l-1.22 1.22a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 .22-.54m-.5-11.5a.75.75 0 0 0-.22-.52l-2.5-2.5a.75.75 0 1 0-1.06 1.06l1.22 1.22H3.25a.75.75 0 1 0 0 1.5h15.69l-1.22 1.22a.75.75 0 1 0 1.06 1.06l2.5-2.5a.75.75 0 0 0 .22-.54"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgSpecies as default };
|
|
@@ -1,41 +1,42 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgSpecies2 = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
fill: "none",
|
|
10
11
|
viewBox: "0 0 200 128",
|
|
11
12
|
"aria-labelledby": titleId,
|
|
12
13
|
...props,
|
|
13
|
-
children: [title ? /*#__PURE__*/
|
|
14
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
14
15
|
id: titleId,
|
|
15
16
|
children: title
|
|
16
|
-
}) : null, /*#__PURE__*/
|
|
17
|
+
}) : null, /*#__PURE__*/jsxs("g", {
|
|
17
18
|
clipPath: "url(#species2_svg__a)",
|
|
18
|
-
children: [/*#__PURE__*/
|
|
19
|
+
children: [/*#__PURE__*/jsx("path", {
|
|
19
20
|
fill: "#E2F6EC",
|
|
20
21
|
fillRule: "evenodd",
|
|
21
22
|
d: "M85.957 4.231c27.911-2.327 55.85 13.068 64.879 39.58 9.385 27.56-1.432 58.971-25.993 74.602-21.169 13.473-47.12.371-66.2-15.926-14.37-12.272-16.13-31.86-11.068-50.066 6.08-21.874 15.757-46.304 38.382-48.19",
|
|
22
23
|
clipRule: "evenodd"
|
|
23
|
-
}), /*#__PURE__*/
|
|
24
|
+
}), /*#__PURE__*/jsx("path", {
|
|
24
25
|
fill: "url(#species2_svg__b)",
|
|
25
26
|
fillOpacity: 0.2,
|
|
26
27
|
fillRule: "evenodd",
|
|
27
28
|
d: "M85.957 4.231c27.911-2.327 55.85 13.068 64.879 39.58 9.385 27.56-1.432 58.971-25.993 74.602-21.169 13.473-47.12.371-66.2-15.926-14.37-12.272-16.13-31.86-11.068-50.066 6.08-21.874 15.757-46.304 38.382-48.19",
|
|
28
29
|
clipRule: "evenodd"
|
|
29
|
-
}), /*#__PURE__*/
|
|
30
|
+
}), /*#__PURE__*/jsx("path", {
|
|
30
31
|
fill: "url(#species2_svg__c)",
|
|
31
32
|
d: "M144.999 66.449h-.019c-2.75 0-4.982-3.33-5-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
32
|
-
}), /*#__PURE__*/
|
|
33
|
+
}), /*#__PURE__*/jsx("path", {
|
|
33
34
|
fill: "url(#species2_svg__d)",
|
|
34
35
|
d: "M70.999 23.449h-.02c-2.75 0-4.98-3.33-4.999-7.449-.018 4.11-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
35
|
-
}), /*#__PURE__*/
|
|
36
|
+
}), /*#__PURE__*/jsx("path", {
|
|
36
37
|
fill: "url(#species2_svg__e)",
|
|
37
38
|
d: "M64.999 103.449h-.02c-2.75 0-4.98-3.33-4.999-7.449-.018 4.109-2.239 7.434-4.98 7.449 2.741.015 4.962 3.34 4.98 7.449.018-4.119 2.25-7.449 5-7.449z"
|
|
38
|
-
}), /*#__PURE__*/
|
|
39
|
+
}), /*#__PURE__*/jsxs("mask", {
|
|
39
40
|
id: "species2_svg__g",
|
|
40
41
|
width: 200,
|
|
41
42
|
height: 128,
|
|
@@ -45,118 +46,119 @@ const SvgSpecies2 = ({
|
|
|
45
46
|
style: {
|
|
46
47
|
maskType: 'alpha'
|
|
47
48
|
},
|
|
48
|
-
children: [/*#__PURE__*/
|
|
49
|
+
children: [/*#__PURE__*/jsx("path", {
|
|
49
50
|
fill: "#E2F6EC",
|
|
50
51
|
fillRule: "evenodd",
|
|
51
52
|
d: "M85.957 4.231c27.911-2.327 55.85 13.068 64.879 39.58 9.385 27.56-1.432 58.971-25.993 74.602-21.169 13.473-47.12.371-66.2-15.926-14.37-12.272-16.13-31.86-11.068-50.066 6.08-21.874 15.757-46.304 38.382-48.19",
|
|
52
53
|
clipRule: "evenodd"
|
|
53
|
-
}), /*#__PURE__*/
|
|
54
|
+
}), /*#__PURE__*/jsx("path", {
|
|
54
55
|
fill: "url(#species2_svg__f)",
|
|
55
56
|
fillOpacity: 0.2,
|
|
56
57
|
fillRule: "evenodd",
|
|
57
58
|
d: "M85.957 4.231c27.911-2.327 55.85 13.068 64.879 39.58 9.385 27.56-1.432 58.971-25.993 74.602-21.169 13.473-47.12.371-66.2-15.926-14.37-12.272-16.13-31.86-11.068-50.066 6.08-21.874 15.757-46.304 38.382-48.19",
|
|
58
59
|
clipRule: "evenodd"
|
|
59
60
|
})]
|
|
60
|
-
}), /*#__PURE__*/
|
|
61
|
+
}), /*#__PURE__*/jsx("g", {
|
|
61
62
|
mask: "url(#species2_svg__g)",
|
|
62
|
-
children: /*#__PURE__*/
|
|
63
|
+
children: /*#__PURE__*/jsx("path", {
|
|
63
64
|
fill: "url(#species2_svg__h)",
|
|
64
65
|
d: "m126.786 122.661 27.568-33.52-34.107-34.108-5.646-.346-17.15-17.15-17.461 14.42 8.124 8.124V83.99z",
|
|
65
66
|
opacity: 0.25
|
|
66
67
|
})
|
|
67
|
-
}), /*#__PURE__*/
|
|
68
|
+
}), /*#__PURE__*/jsx("path", {
|
|
68
69
|
fill: "#EAF3DC",
|
|
69
70
|
d: "M78.667 40.667c0-2.554 2.113-4.667 4.666-4.667H94c2.553 0 4.667 2.113 4.667 4.667v8c0 2.553-2.114 4.666-4.667 4.666h-3.333V60h10.666v-2c0-2.553 2.114-4.667 4.667-4.667h10.667c2.553 0 4.666 2.114 4.666 4.667v8c0 2.553-2.113 4.667-4.666 4.667H106c-2.553 0-4.667-2.114-4.667-4.667v-2H90.667v16.667c0 .393.273.666.666.666h10v-2c0-2.553 2.114-4.666 4.667-4.666h10.667c2.553 0 4.666 2.113 4.666 4.666v8c0 2.554-2.113 4.667-4.666 4.667H106c-2.553 0-4.667-2.113-4.667-4.667v-2h-10c-2.553 0-4.666-2.113-4.666-4.666V53.333h-3.334c-2.553 0-4.666-2.113-4.666-4.666z"
|
|
70
|
-
}), /*#__PURE__*/
|
|
71
|
+
}), /*#__PURE__*/jsx("path", {
|
|
71
72
|
fill: "#2C8658",
|
|
72
73
|
d: "M83.333 36c-2.553 0-4.666 2.113-4.666 4.667v8c0 2.553 2.113 4.666 4.666 4.666h3.334v27.334c0 2.553 2.113 4.666 4.666 4.666h10v2c0 2.554 2.114 4.667 4.667 4.667h10.667c2.553 0 4.666-2.113 4.666-4.667v-8c0-2.553-2.113-4.666-4.666-4.666H106c-2.553 0-4.667 2.113-4.667 4.666v2h-10c-.393 0-.666-.273-.666-.666V64h10.666v2c0 2.553 2.114 4.667 4.667 4.667h10.667c2.553 0 4.666-2.114 4.666-4.667v-8c0-2.553-2.113-4.667-4.666-4.667H106c-2.553 0-4.667 2.114-4.667 4.667v2H90.667v-6.667H94c2.553 0 4.667-2.113 4.667-4.666v-8C98.667 38.113 96.553 36 94 36zm0 4H94c.394 0 .667.273.667.667v8c0 .393-.273.666-.667.666h-5.005a2 2 0 0 0-.649 0h-5.013c-.393 0-.666-.273-.666-.666v-8c0-.394.273-.667.666-.667M106 57.333h10.667c.393 0 .666.274.666.667v8c0 .393-.273.667-.666.667H106c-.393 0-.667-.274-.667-.667v-3.672a2 2 0 0 0 0-.648V58c0-.393.274-.667.667-.667m0 21.334h10.667c.393 0 .666.273.666.666v8c0 .394-.273.667-.666.667H106c-.393 0-.667-.273-.667-.667v-3.671a2 2 0 0 0 0-.649v-3.68c0-.393.274-.666.667-.666"
|
|
73
74
|
})]
|
|
74
|
-
}), /*#__PURE__*/
|
|
75
|
-
children: [/*#__PURE__*/
|
|
75
|
+
}), /*#__PURE__*/jsxs("defs", {
|
|
76
|
+
children: [/*#__PURE__*/jsxs("linearGradient", {
|
|
76
77
|
id: "species2_svg__b",
|
|
77
78
|
x1: 139.5,
|
|
78
79
|
x2: 52.354,
|
|
79
80
|
y1: 110,
|
|
80
81
|
y2: 24.156,
|
|
81
82
|
gradientUnits: "userSpaceOnUse",
|
|
82
|
-
children: [/*#__PURE__*/
|
|
83
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
83
84
|
stopColor: "#F1F0EC"
|
|
84
|
-
}), /*#__PURE__*/
|
|
85
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
85
86
|
offset: 1,
|
|
86
87
|
stopColor: "#84D6AC"
|
|
87
88
|
})]
|
|
88
|
-
}), /*#__PURE__*/
|
|
89
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
89
90
|
id: "species2_svg__c",
|
|
90
91
|
x1: 135,
|
|
91
92
|
x2: 145,
|
|
92
93
|
y1: 59,
|
|
93
94
|
y2: 74,
|
|
94
95
|
gradientUnits: "userSpaceOnUse",
|
|
95
|
-
children: [/*#__PURE__*/
|
|
96
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
96
97
|
stopColor: "#2C8658"
|
|
97
|
-
}), /*#__PURE__*/
|
|
98
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
98
99
|
offset: 1,
|
|
99
100
|
stopColor: "#ACD278"
|
|
100
101
|
})]
|
|
101
|
-
}), /*#__PURE__*/
|
|
102
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
102
103
|
id: "species2_svg__d",
|
|
103
104
|
x1: 61,
|
|
104
105
|
x2: 71,
|
|
105
106
|
y1: 16,
|
|
106
107
|
y2: 31,
|
|
107
108
|
gradientUnits: "userSpaceOnUse",
|
|
108
|
-
children: [/*#__PURE__*/
|
|
109
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
109
110
|
stopColor: "#2C8658"
|
|
110
|
-
}), /*#__PURE__*/
|
|
111
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
111
112
|
offset: 1,
|
|
112
113
|
stopColor: "#ACD278"
|
|
113
114
|
})]
|
|
114
|
-
}), /*#__PURE__*/
|
|
115
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
115
116
|
id: "species2_svg__e",
|
|
116
117
|
x1: 55,
|
|
117
118
|
x2: 65,
|
|
118
119
|
y1: 96,
|
|
119
120
|
y2: 111,
|
|
120
121
|
gradientUnits: "userSpaceOnUse",
|
|
121
|
-
children: [/*#__PURE__*/
|
|
122
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
122
123
|
stopColor: "#2C8658"
|
|
123
|
-
}), /*#__PURE__*/
|
|
124
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
124
125
|
offset: 1,
|
|
125
126
|
stopColor: "#ACD278"
|
|
126
127
|
})]
|
|
127
|
-
}), /*#__PURE__*/
|
|
128
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
128
129
|
id: "species2_svg__f",
|
|
129
130
|
x1: 139.5,
|
|
130
131
|
x2: 52.354,
|
|
131
132
|
y1: 110,
|
|
132
133
|
y2: 24.156,
|
|
133
134
|
gradientUnits: "userSpaceOnUse",
|
|
134
|
-
children: [/*#__PURE__*/
|
|
135
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
135
136
|
stopColor: "#F1F0EC"
|
|
136
|
-
}), /*#__PURE__*/
|
|
137
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
137
138
|
offset: 1,
|
|
138
139
|
stopColor: "#84D6AC"
|
|
139
140
|
})]
|
|
140
|
-
}), /*#__PURE__*/
|
|
141
|
+
}), /*#__PURE__*/jsxs("linearGradient", {
|
|
141
142
|
id: "species2_svg__h",
|
|
142
143
|
x1: 79.642,
|
|
143
144
|
x2: 145.224,
|
|
144
145
|
y1: 54,
|
|
145
146
|
y2: 99.97,
|
|
146
147
|
gradientUnits: "userSpaceOnUse",
|
|
147
|
-
children: [/*#__PURE__*/
|
|
148
|
+
children: [/*#__PURE__*/jsx("stop", {
|
|
148
149
|
stopColor: "#2C8658"
|
|
149
|
-
}), /*#__PURE__*/
|
|
150
|
+
}), /*#__PURE__*/jsx("stop", {
|
|
150
151
|
offset: 1,
|
|
151
152
|
stopColor: "#ACD278"
|
|
152
153
|
})]
|
|
153
|
-
}), /*#__PURE__*/
|
|
154
|
+
}), /*#__PURE__*/jsx("clipPath", {
|
|
154
155
|
id: "species2_svg__a",
|
|
155
|
-
children: /*#__PURE__*/
|
|
156
|
+
children: /*#__PURE__*/jsx("path", {
|
|
156
157
|
fill: "#fff",
|
|
157
158
|
d: "M0 0h200v128H0z"
|
|
158
159
|
})
|
|
159
160
|
})]
|
|
160
161
|
})]
|
|
161
162
|
});
|
|
162
|
-
|
|
163
|
+
|
|
164
|
+
export { SvgSpecies2 as default };
|
|
@@ -1,46 +1,48 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgSpinner = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
xmlSpace: "preserve",
|
|
10
11
|
viewBox: "0 0 48 48",
|
|
11
12
|
"aria-labelledby": titleId,
|
|
12
13
|
...props,
|
|
13
|
-
children: [title ? /*#__PURE__*/
|
|
14
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
14
15
|
id: titleId,
|
|
15
16
|
children: title
|
|
16
|
-
}) : null, /*#__PURE__*/
|
|
17
|
+
}) : null, /*#__PURE__*/jsx("circle", {
|
|
17
18
|
cx: 24,
|
|
18
19
|
cy: 24,
|
|
19
20
|
r: 20,
|
|
20
21
|
fill: "none"
|
|
21
|
-
}), /*#__PURE__*/
|
|
22
|
+
}), /*#__PURE__*/jsx("path", {
|
|
22
23
|
d: "M24 12c-.8 0-1.5-.7-1.5-1.5v-5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5v5c0 .8-.7 1.5-1.5 1.5"
|
|
23
|
-
}), /*#__PURE__*/
|
|
24
|
+
}), /*#__PURE__*/jsx("path", {
|
|
24
25
|
d: "M24 44c-.8 0-1.5-.7-1.5-1.5v-5c0-.8.7-1.5 1.5-1.5s1.5.7 1.5 1.5v5c0 .8-.7 1.5-1.5 1.5",
|
|
25
26
|
opacity: 0.1
|
|
26
|
-
}), /*#__PURE__*/
|
|
27
|
+
}), /*#__PURE__*/jsx("path", {
|
|
27
28
|
d: "M10.5 25.5h-5c-.8 0-1.5-.7-1.5-1.5s.7-1.5 1.5-1.5h5c.8 0 1.5.7 1.5 1.5s-.7 1.5-1.5 1.5",
|
|
28
29
|
opacity: 0.55
|
|
29
|
-
}), /*#__PURE__*/
|
|
30
|
+
}), /*#__PURE__*/jsx("path", {
|
|
30
31
|
d: "M17.3 13.8c-.5 0-1-.3-1.3-.8l-2.5-4.3c-.5-.7-.2-1.6.5-2s1.6-.2 2 .5l2.5 4.3c.4.7.2 1.6-.5 2-.2.2-.5.3-.7.3",
|
|
31
32
|
opacity: 0.85
|
|
32
|
-
}), /*#__PURE__*/
|
|
33
|
+
}), /*#__PURE__*/jsx("path", {
|
|
33
34
|
d: "M33.3 41.5c-.5 0-1-.3-1.3-.8l-2.5-4.3c-.4-.7-.2-1.6.5-2s1.6-.2 2 .5l2.5 4.3c.4.7.2 1.6-.5 2-.2.3-.5.3-.7.3",
|
|
34
35
|
opacity: 0.05
|
|
35
|
-
}), /*#__PURE__*/
|
|
36
|
+
}), /*#__PURE__*/jsx("path", {
|
|
36
37
|
d: "M8 34.8c-.5 0-1-.3-1.3-.8-.4-.7-.2-1.6.5-2l4.3-2.5c.7-.4 1.6-.2 2 .5s.2 1.6-.5 2l-4.3 2.5c-.2.2-.5.3-.7.3",
|
|
37
38
|
opacity: 0.4
|
|
38
|
-
}), /*#__PURE__*/
|
|
39
|
+
}), /*#__PURE__*/jsx("path", {
|
|
39
40
|
d: "M12.3 18.8c-.3 0-.5-.1-.7-.2L7.2 16c-.7-.4-1-1.3-.5-2s1.3-1 2-.5L13 16c.7.4 1 1.3.5 2-.2.5-.7.8-1.2.8",
|
|
40
41
|
opacity: 0.7
|
|
41
|
-
}), /*#__PURE__*/
|
|
42
|
+
}), /*#__PURE__*/jsx("path", {
|
|
42
43
|
d: "M14.7 41.5c-.3 0-.5-.1-.7-.2-.7-.4-1-1.3-.5-2L16 35c.4-.7 1.3-1 2-.5.7.4 1 1.3.5 2L16 40.8c-.2.5-.7.7-1.3.7",
|
|
43
44
|
opacity: 0.25
|
|
44
45
|
})]
|
|
45
46
|
});
|
|
46
|
-
|
|
47
|
+
|
|
48
|
+
export { SvgSpinner as default };
|
package/components/svg/Star.js
CHANGED
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgStar = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 23 22",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "m11.412 0 3.386 7.34 8.027.952-5.935 5.488 1.575 7.928-7.053-3.948-7.053 3.948 1.575-7.928-5.935-5.488 8.027-.952z"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgStar as default };
|
|
@@ -1,19 +1,21 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
1
|
+
import 'react';
|
|
2
|
+
import { jsxs, jsx } from 'react/jsx-runtime';
|
|
3
|
+
|
|
3
4
|
const SvgSuccess = ({
|
|
4
5
|
title,
|
|
5
6
|
titleId,
|
|
6
7
|
...props
|
|
7
|
-
}) => /*#__PURE__*/
|
|
8
|
+
}) => /*#__PURE__*/jsxs("svg", {
|
|
8
9
|
xmlns: "http://www.w3.org/2000/svg",
|
|
9
10
|
viewBox: "0 0 24 24",
|
|
10
11
|
"aria-labelledby": titleId,
|
|
11
12
|
...props,
|
|
12
|
-
children: [title ? /*#__PURE__*/
|
|
13
|
+
children: [title ? /*#__PURE__*/jsx("title", {
|
|
13
14
|
id: titleId,
|
|
14
15
|
children: title
|
|
15
|
-
}) : null, /*#__PURE__*/
|
|
16
|
+
}) : null, /*#__PURE__*/jsx("path", {
|
|
16
17
|
d: "M12 2C6.486 2 2 6.486 2 12s4.486 10 10 10 10-4.486 10-10S17.514 2 12 2m0 1.5c4.703 0 8.5 3.797 8.5 8.5s-3.797 8.5-8.5 8.5A8.49 8.49 0 0 1 3.5 12c0-4.703 3.797-8.5 8.5-8.5m3.735 5.493a.75.75 0 0 0-.515.227l-4.47 4.47-1.97-1.97a.75.75 0 1 0-1.06 1.06l2.5 2.5a.75.75 0 0 0 1.06 0l5-5a.75.75 0 0 0-.545-1.287"
|
|
17
18
|
})]
|
|
18
19
|
});
|
|
19
|
-
|
|
20
|
+
|
|
21
|
+
export { SvgSuccess as default };
|