@terraware/web-components 4.2.13 → 4.2.14-rc.1
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/AntSwitch/index.js +8 -14
- package/components/Autocomplete/Autocomplete.js +67 -70
- package/components/Badge/index.js +16 -20
- package/components/BusySpinner/index.js +30 -35
- package/components/Button/Button.js +23 -27
- package/components/Button/button.test.js +8 -10
- package/components/Checkbox.js +10 -19
- package/components/Confirm/index.js +44 -51
- package/components/DatePicker/DatePicker.js +116 -117
- package/components/DialogBox/DialogBox.js +76 -66
- package/components/Divisor.js +15 -20
- package/components/Dropdown.js +54 -61
- package/components/EditableTable/index.js +129 -135
- package/components/ErrorBox/ErrorBox.js +37 -36
- package/components/FileChooser/index.js +73 -77
- package/components/FormBottomBar/index.js +63 -69
- package/components/Icon/Icon.js +14 -21
- package/components/Icon/icons/index.js +251 -257
- package/components/IconTooltip/index.js +29 -34
- package/components/Map/MapBox.js +199 -220
- package/components/Map/MapContainer.js +14 -18
- package/components/Map/MapDateSliderControl.js +44 -46
- package/components/Map/MapDrawer.js +32 -33
- package/components/Map/MapLegend.js +96 -95
- package/components/Map/MapViewStyleControl.js +38 -48
- package/components/Map/ReactMapboxWrapper.js +2 -9
- package/components/Map/index.js +47 -55
- package/components/Map/types.js +2 -8
- package/components/Map/useMaintainLayerOrder.js +4 -11
- package/components/Markdown/index.js +14 -21
- package/components/Message/Message.js +59 -51
- package/components/MultiSelect/MultiSelect.test.js +22 -24
- package/components/MultiSelect/index.js +73 -69
- package/components/Navbar/NavFooter.js +8 -13
- package/components/Navbar/NavItem.js +43 -37
- package/components/Navbar/NavSection.js +13 -17
- package/components/Navbar/Navbar.js +35 -38
- package/components/Navbar/SubNavbar.js +8 -13
- package/components/Note.js +14 -19
- package/components/OverlayModal/OverlayModal.js +36 -37
- package/components/PageForm/index.js +30 -35
- package/components/PhotoChooser/index.js +93 -98
- package/components/Pill/index.js +29 -31
- package/components/PillList/index.js +16 -22
- package/components/PlacementWrapper/index.js +20 -25
- package/components/PopoverMenu/Popover.js +33 -37
- package/components/PopoverMenu/index.js +41 -46
- package/components/PopoverMultiSelect/index.js +18 -21
- package/components/ProgressCircle/ProgressCircle.js +23 -26
- package/components/RadioButton.js +7 -14
- package/components/Select/Select.js +8 -13
- package/components/Select/SelectT.js +110 -108
- package/components/Separator/index.js +8 -14
- package/components/Size.js +1 -5
- package/components/Slider/index.js +7 -13
- package/components/SummaryBox.js +36 -39
- package/components/Tabs/index.js +75 -77
- package/components/TextTruncated/index.js +64 -65
- package/components/Textfield/Textfield.js +100 -95
- package/components/Textfield/TruncatedTextArea.js +44 -46
- package/components/TimelineSlider/TimelineMarker.js +24 -28
- package/components/TimelineSlider/TimelineRail.js +5 -11
- package/components/TimelineSlider/index.js +47 -51
- package/components/Tooltip/Tooltip.js +21 -26
- package/components/ViewPhotosDialog/index.js +58 -62
- package/components/VirtualWalkthrough/Annotation.d.ts +41 -0
- package/components/VirtualWalkthrough/Annotation.d.ts.map +1 -0
- package/components/VirtualWalkthrough/Annotation.js +197 -0
- package/components/VirtualWalkthrough/AnnotationEditPane.d.ts +20 -0
- package/components/VirtualWalkthrough/AnnotationEditPane.d.ts.map +1 -0
- package/components/VirtualWalkthrough/AnnotationEditPane.js +136 -0
- package/components/VirtualWalkthrough/AnnotationPanel.d.ts +13 -0
- package/components/VirtualWalkthrough/AnnotationPanel.d.ts.map +1 -0
- package/components/VirtualWalkthrough/AnnotationPanel.js +196 -0
- package/components/VirtualWalkthrough/Application.d.ts +9 -0
- package/components/VirtualWalkthrough/Application.d.ts.map +1 -0
- package/components/VirtualWalkthrough/Application.js +32 -0
- package/components/VirtualWalkthrough/AutoRotator.d.ts +109 -0
- package/components/VirtualWalkthrough/AutoRotator.d.ts.map +1 -0
- package/components/VirtualWalkthrough/AutoRotator.js +217 -0
- package/components/VirtualWalkthrough/BlockingSpinner.d.ts +3 -0
- package/components/VirtualWalkthrough/BlockingSpinner.d.ts.map +1 -0
- package/components/VirtualWalkthrough/BlockingSpinner.js +27 -0
- package/components/VirtualWalkthrough/BoundaryRing.d.ts +9 -0
- package/components/VirtualWalkthrough/BoundaryRing.d.ts.map +1 -0
- package/components/VirtualWalkthrough/BoundaryRing.js +33 -0
- package/components/VirtualWalkthrough/CameraInfo.d.ts +16 -0
- package/components/VirtualWalkthrough/CameraInfo.d.ts.map +1 -0
- package/components/VirtualWalkthrough/CameraInfo.js +88 -0
- package/components/VirtualWalkthrough/ControlsInfoPane.d.ts +37 -0
- package/components/VirtualWalkthrough/ControlsInfoPane.d.ts.map +1 -0
- package/components/VirtualWalkthrough/ControlsInfoPane.js +196 -0
- package/components/VirtualWalkthrough/GradientSky.d.ts +9 -0
- package/components/VirtualWalkthrough/GradientSky.d.ts.map +1 -0
- package/components/VirtualWalkthrough/GradientSky.js +73 -0
- package/components/VirtualWalkthrough/SplatControls.d.ts +50 -0
- package/components/VirtualWalkthrough/SplatControls.d.ts.map +1 -0
- package/components/VirtualWalkthrough/SplatControls.js +252 -0
- package/components/VirtualWalkthrough/SplatCrop.d.ts +8 -0
- package/components/VirtualWalkthrough/SplatCrop.d.ts.map +1 -0
- package/components/VirtualWalkthrough/SplatCrop.js +18 -0
- package/components/VirtualWalkthrough/SplatFadeCrop.d.ts +8 -0
- package/components/VirtualWalkthrough/SplatFadeCrop.d.ts.map +1 -0
- package/components/VirtualWalkthrough/SplatFadeCrop.js +18 -0
- package/components/VirtualWalkthrough/SplatModel.d.ts +15 -0
- package/components/VirtualWalkthrough/SplatModel.d.ts.map +1 -0
- package/components/VirtualWalkthrough/SplatModel.js +60 -0
- package/components/VirtualWalkthrough/SplatRevealRain.d.ts +18 -0
- package/components/VirtualWalkthrough/SplatRevealRain.d.ts.map +1 -0
- package/components/VirtualWalkthrough/SplatRevealRain.js +38 -0
- package/components/VirtualWalkthrough/TfAnnotationManager.d.ts +110 -0
- package/components/VirtualWalkthrough/TfAnnotationManager.d.ts.map +1 -0
- package/components/VirtualWalkthrough/TfAnnotationManager.js +368 -0
- package/components/VirtualWalkthrough/TfXrNavigation.d.ts +15 -0
- package/components/VirtualWalkthrough/TfXrNavigation.d.ts.map +1 -0
- package/components/VirtualWalkthrough/TfXrNavigation.js +24 -0
- package/components/VirtualWalkthrough/VirtualWalkthroughViewer.d.ts +27 -0
- package/components/VirtualWalkthrough/VirtualWalkthroughViewer.d.ts.map +1 -0
- package/components/VirtualWalkthrough/VirtualWalkthroughViewer.js +282 -0
- package/components/VirtualWalkthrough/annotation-styles.css +5 -0
- package/components/VirtualWalkthrough/application-styles.css +4 -0
- package/components/VirtualWalkthrough/boundary-ring.d.ts +47 -0
- package/components/VirtualWalkthrough/boundary-ring.d.ts.map +1 -0
- package/components/VirtualWalkthrough/boundary-ring.js +125 -0
- package/components/VirtualWalkthrough/boundary-ring.test.js +109 -0
- package/components/VirtualWalkthrough/groundPlane.d.ts +14 -0
- package/components/VirtualWalkthrough/groundPlane.d.ts.map +1 -0
- package/components/VirtualWalkthrough/groundPlane.js +47 -0
- package/components/VirtualWalkthrough/groundPlane.test.js +45 -0
- package/components/VirtualWalkthrough/gsplat-fade-crop-effect.d.ts +19 -0
- package/components/VirtualWalkthrough/gsplat-fade-crop-effect.d.ts.map +1 -0
- package/components/VirtualWalkthrough/gsplat-fade-crop-effect.js +119 -0
- package/components/VirtualWalkthrough/walkthrough-camera.d.ts +77 -0
- package/components/VirtualWalkthrough/walkthrough-camera.d.ts.map +1 -0
- package/components/VirtualWalkthrough/walkthrough-camera.js +320 -0
- package/components/svg/BlobbyGrayIconImage.js +36 -41
- package/components/svg/BlobbyGrayIconImport.js +36 -41
- package/components/svg/BlobbyGrayIconUploadToTheCloud.js +36 -41
- package/components/svg/BlobbyIconCloudChecked.js +161 -158
- package/components/svg/BlobbyIconExportOrUploadPhoto.js +161 -158
- package/components/svg/BlobbyIconFolder.js +161 -158
- package/components/svg/BlobbyIconGraphReport.js +161 -158
- package/components/svg/BlobbyIconHappy.js +161 -158
- package/components/svg/BlobbyIconHeartMonitor.js +161 -158
- package/components/svg/BlobbyIconLeaf.js +161 -158
- package/components/svg/BlobbyIconLibrary.js +161 -158
- package/components/svg/BlobbyIconNursery.js +163 -160
- package/components/svg/BlobbyIconOrganization.js +161 -158
- package/components/svg/BlobbyIconParchment.js +161 -158
- package/components/svg/BlobbyIconPeople.js +161 -158
- package/components/svg/BlobbyIconSeedBank.js +161 -158
- package/components/svg/BlobbyIconSeedling.js +161 -158
- package/components/svg/BlobbyIconSeeds.js +161 -158
- package/components/svg/BlobbyIconSite.js +164 -161
- package/components/svg/BlobbyIconSparkles.js +161 -158
- package/components/svg/BlobbyIconWrench.js +161 -158
- package/components/svg/Bug.js +18 -27
- package/components/svg/Calendar.js +18 -27
- package/components/svg/CaretDown.js +18 -27
- package/components/svg/CaretLeft.js +18 -27
- package/components/svg/CaretRight.js +18 -27
- package/components/svg/CaretUp.js +18 -27
- package/components/svg/ChevronDown.js +18 -27
- package/components/svg/ChevronUp.js +18 -27
- package/components/svg/Close.js +18 -27
- package/components/svg/Critical.js +18 -27
- package/components/svg/Edit.js +161 -158
- package/components/svg/Error.js +18 -27
- package/components/svg/Filter.js +18 -27
- package/components/svg/Folder.js +18 -27
- package/components/svg/Help.js +18 -27
- package/components/svg/Home.js +18 -27
- package/components/svg/IconAdd.js +18 -27
- package/components/svg/IconArrowRight.js +19 -28
- package/components/svg/IconBusinessNetwork.js +18 -27
- package/components/svg/IconCalendar.js +18 -27
- package/components/svg/IconCancel.js +18 -27
- package/components/svg/IconChargingBattery.js +18 -27
- package/components/svg/IconChecklist.js +19 -28
- package/components/svg/IconCheckmark.js +18 -27
- package/components/svg/IconCoinInHand.js +18 -27
- package/components/svg/IconColumns.js +18 -27
- package/components/svg/IconComment.js +18 -27
- package/components/svg/IconDashboard.js +18 -27
- package/components/svg/IconDataMigration.js +18 -27
- package/components/svg/IconDocument.js +19 -28
- package/components/svg/IconDownloadFromTheCloud.js +19 -28
- package/components/svg/IconEdit.js +19 -28
- package/components/svg/IconExpand.js +19 -28
- package/components/svg/IconExport.js +18 -27
- package/components/svg/IconExternalLink.js +18 -27
- package/components/svg/IconEye.js +18 -27
- package/components/svg/IconEyeOff.js +18 -27
- package/components/svg/IconFile.js +18 -27
- package/components/svg/IconFolder.js +18 -27
- package/components/svg/IconFullScreen.js +18 -27
- package/components/svg/IconFutures.js +18 -27
- package/components/svg/IconGraphReport.js +18 -27
- package/components/svg/IconHeartMonitor.js +18 -27
- package/components/svg/IconHelp.js +19 -28
- package/components/svg/IconHistory.js +18 -27
- package/components/svg/IconImport.js +18 -27
- package/components/svg/IconIndex.js +18 -27
- package/components/svg/IconLayers.js +18 -27
- package/components/svg/IconLibrary.js +18 -27
- package/components/svg/IconList.js +18 -27
- package/components/svg/IconLivePlant.js +18 -27
- package/components/svg/IconLocations.js +18 -27
- package/components/svg/IconMail.js +18 -27
- package/components/svg/IconManager.js +18 -27
- package/components/svg/IconMarker.js +18 -27
- package/components/svg/IconMenu.js +18 -27
- package/components/svg/IconMenuHorizontal.js +18 -27
- package/components/svg/IconModule.js +18 -27
- package/components/svg/IconMyLocation.js +18 -27
- package/components/svg/IconNote.js +19 -28
- package/components/svg/IconNursery.js +18 -27
- package/components/svg/IconOrg.js +18 -27
- package/components/svg/IconParchment.js +18 -27
- package/components/svg/IconPhoto.js +18 -27
- package/components/svg/IconPlantsFilled.js +18 -27
- package/components/svg/IconRedo.js +18 -27
- package/components/svg/IconRestorationSite.js +18 -27
- package/components/svg/IconSeedBank.js +18 -27
- package/components/svg/IconSeedling.js +18 -27
- package/components/svg/IconSettings.js +18 -27
- package/components/svg/IconSlice.js +18 -27
- package/components/svg/IconSubmit.js +18 -27
- package/components/svg/IconSubtract.js +19 -28
- package/components/svg/IconSynced.js +18 -27
- package/components/svg/IconTrashCan.js +18 -27
- package/components/svg/IconTreasureMap.js +18 -27
- package/components/svg/IconUnavailable.js +18 -27
- package/components/svg/IconUndo.js +18 -27
- package/components/svg/IconVariable.js +18 -27
- package/components/svg/IconVideo.js +19 -28
- package/components/svg/IconWifi.js +18 -27
- package/components/svg/Info.js +18 -27
- package/components/svg/Key.js +18 -27
- package/components/svg/Leaf.js +18 -27
- package/components/svg/Lock.js +18 -27
- package/components/svg/Logo.js +40 -45
- package/components/svg/MenuVertical.js +18 -27
- package/components/svg/Notification.js +18 -27
- package/components/svg/Person.js +18 -27
- package/components/svg/Plus.js +18 -27
- package/components/svg/RestorationSite.js +18 -27
- package/components/svg/Search.js +18 -27
- package/components/svg/Seeds.js +18 -27
- package/components/svg/Site.js +18 -27
- package/components/svg/Sparkles.js +18 -27
- package/components/svg/Species.js +18 -27
- package/components/svg/Species2.js +161 -158
- package/components/svg/Spinner.js +27 -36
- package/components/svg/Star.js +18 -27
- package/components/svg/Success.js +18 -27
- package/components/svg/SuccessFilled.js +18 -27
- package/components/svg/TerrawareLogoDesktop.js +44 -49
- package/components/svg/TerrawareLogoMobile.js +20 -29
- package/components/svg/Touchscreen.js +18 -27
- package/components/svg/UploadCloud.js +161 -158
- package/components/svg/Warning.js +18 -27
- package/components/svg/WelcomeClipboard.js +130 -135
- package/components/svg/index.js +127 -895
- package/components/table/EnhancedTableToolbar.js +45 -47
- package/components/table/EnhancedTableToolbarV2.js +18 -26
- package/components/table/TableCellRenderer.js +137 -143
- package/components/table/TableHeader.js +45 -47
- package/components/table/TableHeaderItem.js +65 -64
- package/components/table/density.js +3 -11
- package/components/table/index.js +225 -218
- package/components/table/sort.js +8 -18
- package/components/table/sort.test.js +6 -8
- package/components/table/types.js +1 -5
- package/components/types/index.js +1 -5
- package/hooks/useBoolean.d.ts +4 -0
- package/hooks/useBoolean.d.ts.map +1 -0
- package/hooks/useBoolean.js +12 -0
- package/hooks/useCameraPosition.d.ts +8 -0
- package/hooks/useCameraPosition.d.ts.map +1 -0
- package/hooks/useCameraPosition.js +33 -0
- package/hooks/useDevicePerformance.d.ts +9 -0
- package/hooks/useDevicePerformance.d.ts.map +1 -0
- package/hooks/useDevicePerformance.js +16 -0
- package/index.js +57 -398
- package/license-report.html +1 -1
- package/package.json +10 -3
- package/style-dictionary-dist/TerrawareTheme.js +1 -7
- package/theme.js +7 -14
- package/utils/color.d.ts +2 -0
- package/utils/color.d.ts.map +1 -0
- package/utils/color.js +14 -0
- package/utils/date.js +13 -24
- package/utils/date.test.js +40 -43
- package/utils/index.js +5 -53
- package/utils/preventDefaultEvent.js +1 -7
- package/utils/text.js +2 -9
- package/utils/text.test.js +9 -11
- package/utils/useDeviceInfo.js +10 -16
- package/virtualWalkthrough.d.ts +34 -0
- package/virtualWalkthrough.d.ts.map +1 -0
- package/virtualWalkthrough.js +30 -0
|
@@ -1,136 +1,131 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
1
|
+
import * as React from 'react';
|
|
2
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
3
|
+
const SvgWelcomeClipboard = ({
|
|
4
|
+
title,
|
|
5
|
+
titleId,
|
|
6
|
+
...props
|
|
7
|
+
}) => /*#__PURE__*/_jsxs("svg", {
|
|
8
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
9
|
+
fill: "none",
|
|
10
|
+
viewBox: "0 0 136 118",
|
|
11
|
+
"aria-labelledby": titleId,
|
|
12
|
+
...props,
|
|
13
|
+
children: [title ? /*#__PURE__*/_jsx("title", {
|
|
14
|
+
id: titleId,
|
|
15
|
+
children: title
|
|
16
|
+
}) : null, /*#__PURE__*/_jsxs("g", {
|
|
17
|
+
filter: "url(#welcome-clipboard_svg__a)",
|
|
18
|
+
children: [/*#__PURE__*/_jsx("rect", {
|
|
19
|
+
width: 97,
|
|
20
|
+
height: 79,
|
|
21
|
+
x: 102.152,
|
|
22
|
+
y: 8.5,
|
|
23
|
+
fill: "#E3E1D9",
|
|
24
|
+
stroke: "#7F775B",
|
|
25
|
+
rx: 3.5,
|
|
26
|
+
transform: "rotate(90 102.152 8.5)"
|
|
27
|
+
}), /*#__PURE__*/_jsx("rect", {
|
|
28
|
+
width: 87,
|
|
29
|
+
height: 74,
|
|
30
|
+
x: 99.652,
|
|
31
|
+
y: 12,
|
|
32
|
+
fill: "#fff",
|
|
33
|
+
rx: 2,
|
|
34
|
+
transform: "rotate(90 99.652 12)"
|
|
35
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
36
|
+
fill: "#9A9172",
|
|
37
|
+
stroke: "#7F775B",
|
|
38
|
+
d: "M56.714 4.5h.369l.109-.352c.303-.979 1.136-1.89 2.382-2.564C60.814.913 62.424.5 64.198.5s3.383.413 4.624 1.084c1.245.674 2.078 1.585 2.382 2.564l.109.352h8.339a1.5 1.5 0 0 1 1.5 1.5v7a1.5 1.5 0 0 1-1.5 1.5h-32a1.5 1.5 0 0 1-1.5-1.5V6a1.5 1.5 0 0 1 1.5-1.5z"
|
|
39
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
40
|
+
fill: "#E3E1D9",
|
|
41
|
+
d: "M39.326 90.738c0-.55.446-.996.996-.996H51.61a.996.996 0 0 1 0 1.992H40.322a.996.996 0 0 1-.996-.996M39.326 85.095c0-1.1.892-1.992 1.992-1.992h36.187a1.992 1.992 0 0 1 0 3.983H41.318c-1.1 0-1.992-.891-1.992-1.992M39.326 75.469c0-.55.446-.996.996-.996h8.632a.996.996 0 0 1 0 1.992h-8.632a.996.996 0 0 1-.996-.996M39.326 69.825c0-1.1.892-1.992 1.992-1.992h17.264a1.992 1.992 0 1 1 0 3.984H41.317c-1.1 0-1.992-.891-1.992-1.992M39.293 60.197c0-.55.446-.996.996-.996h7.653a.996.996 0 0 1 0 1.992H40.29a.996.996 0 0 1-.996-.996M38.967 54.282c0-1.05.85-1.9 1.899-1.9H89.48a1.899 1.899 0 1 1 0 3.799H40.866a1.9 1.9 0 0 1-1.9-1.9M39.326 44.929c0-.55.446-.996.996-.996h14.94a.996.996 0 1 1 0 1.992h-14.94a.996.996 0 0 1-.996-.996M39.326 39.284c0-1.1.892-1.992 1.992-1.992h38.51a1.992 1.992 0 1 1 0 3.984h-38.51c-1.1 0-1.992-.892-1.992-1.992M39.324 29.654c0-.55.446-.996.996-.996h11.288a.996.996 0 1 1 0 1.992H40.32a.996.996 0 0 1-.996-.996M38.969 23.899c0-1.049.85-1.899 1.899-1.899h43.296a1.899 1.899 0 1 1 0 3.798H40.868a1.9 1.9 0 0 1-1.9-1.899"
|
|
42
|
+
}), /*#__PURE__*/_jsx("circle", {
|
|
43
|
+
cx: 35.172,
|
|
44
|
+
cy: 24.279,
|
|
45
|
+
r: 1.519,
|
|
46
|
+
fill: "#E3E1D9"
|
|
47
|
+
}), /*#__PURE__*/_jsx("circle", {
|
|
48
|
+
cx: 35.172,
|
|
49
|
+
cy: 39.471,
|
|
50
|
+
r: 1.519,
|
|
51
|
+
fill: "#E3E1D9"
|
|
52
|
+
}), /*#__PURE__*/_jsx("circle", {
|
|
53
|
+
cx: 35.172,
|
|
54
|
+
cy: 69.854,
|
|
55
|
+
r: 1.519,
|
|
56
|
+
fill: "#E3E1D9"
|
|
57
|
+
}), /*#__PURE__*/_jsx("circle", {
|
|
58
|
+
cx: 35.172,
|
|
59
|
+
cy: 85.046,
|
|
60
|
+
r: 1.519,
|
|
61
|
+
fill: "#E3E1D9"
|
|
62
|
+
}), /*#__PURE__*/_jsx("circle", {
|
|
63
|
+
cx: 35.172,
|
|
64
|
+
cy: 54.663,
|
|
65
|
+
r: 1.519,
|
|
66
|
+
fill: "#E3E1D9"
|
|
67
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
68
|
+
fill: "#E7F2D5",
|
|
69
|
+
d: "M85.603 47.984s14.652-7.97 26.48-3.452 16.355 19.822 16.355 19.822-14.652 7.97-26.48 3.452-16.355-19.822-16.355-19.822"
|
|
70
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
71
|
+
stroke: "#A3D24F",
|
|
72
|
+
strokeLinecap: "round",
|
|
73
|
+
strokeMiterlimit: 10,
|
|
74
|
+
strokeWidth: 2,
|
|
75
|
+
d: "M117.478 58.932c-8.467-5.72-16.299-11.015-40.826-12.502"
|
|
76
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
77
|
+
stroke: "#A3D24F",
|
|
78
|
+
strokeLinecap: "round",
|
|
79
|
+
strokeMiterlimit: 10,
|
|
80
|
+
strokeWidth: 2,
|
|
81
|
+
d: "M85.603 47.984s14.652-7.97 26.48-3.452 16.355 19.822 16.355 19.822-14.652 7.97-26.48 3.452-16.355-19.822-16.355-19.822Z"
|
|
82
|
+
}), /*#__PURE__*/_jsx("circle", {
|
|
83
|
+
cx: 22.783,
|
|
84
|
+
cy: 40,
|
|
85
|
+
r: 15,
|
|
86
|
+
fill: "#fff",
|
|
87
|
+
stroke: "#2C8658",
|
|
88
|
+
strokeWidth: 2
|
|
89
|
+
}), /*#__PURE__*/_jsx("path", {
|
|
90
|
+
stroke: "#2C8658",
|
|
91
|
+
strokeLinecap: "round",
|
|
92
|
+
strokeWidth: 2,
|
|
93
|
+
d: "M22.54 31.048V48.47M31.25 39.759H13.827"
|
|
94
|
+
})]
|
|
95
|
+
}), /*#__PURE__*/_jsx("defs", {
|
|
96
|
+
children: /*#__PURE__*/_jsxs("filter", {
|
|
97
|
+
id: "welcome-clipboard_svg__a",
|
|
98
|
+
width: 134.844,
|
|
99
|
+
height: 118,
|
|
100
|
+
x: 0.783,
|
|
101
|
+
y: 0,
|
|
102
|
+
colorInterpolationFilters: "sRGB",
|
|
103
|
+
filterUnits: "userSpaceOnUse",
|
|
104
|
+
children: [/*#__PURE__*/_jsx("feFlood", {
|
|
105
|
+
floodOpacity: 0,
|
|
106
|
+
result: "BackgroundImageFix"
|
|
107
|
+
}), /*#__PURE__*/_jsx("feColorMatrix", {
|
|
108
|
+
in: "SourceAlpha",
|
|
109
|
+
result: "hardAlpha",
|
|
110
|
+
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
111
|
+
}), /*#__PURE__*/_jsx("feOffset", {
|
|
112
|
+
dy: 6
|
|
113
|
+
}), /*#__PURE__*/_jsx("feGaussianBlur", {
|
|
114
|
+
stdDeviation: 3
|
|
115
|
+
}), /*#__PURE__*/_jsx("feComposite", {
|
|
116
|
+
in2: "hardAlpha",
|
|
117
|
+
operator: "out"
|
|
118
|
+
}), /*#__PURE__*/_jsx("feColorMatrix", {
|
|
119
|
+
values: "0 0 0 0 0.1 0 0 0 0 0.1 0 0 0 0 0.1 0 0 0 0.1 0"
|
|
120
|
+
}), /*#__PURE__*/_jsx("feBlend", {
|
|
121
|
+
in2: "BackgroundImageFix",
|
|
122
|
+
result: "effect1_dropShadow_820_17368"
|
|
123
|
+
}), /*#__PURE__*/_jsx("feBlend", {
|
|
124
|
+
in: "SourceGraphic",
|
|
125
|
+
in2: "effect1_dropShadow_820_17368",
|
|
126
|
+
result: "shape"
|
|
127
|
+
})]
|
|
128
|
+
})
|
|
129
|
+
})]
|
|
7
130
|
});
|
|
8
|
-
|
|
9
|
-
var _objectWithoutProperties2 = _interopRequireDefault(require("@babel/runtime/helpers/esm/objectWithoutProperties"));
|
|
10
|
-
var React = _interopRequireWildcard(require("react"));
|
|
11
|
-
const _excluded = ["title", "titleId"];
|
|
12
|
-
const SvgWelcomeClipboard = _ref => {
|
|
13
|
-
let {
|
|
14
|
-
title,
|
|
15
|
-
titleId
|
|
16
|
-
} = _ref,
|
|
17
|
-
props = (0, _objectWithoutProperties2.default)(_ref, _excluded);
|
|
18
|
-
return /*#__PURE__*/React.createElement("svg", Object.assign({
|
|
19
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
20
|
-
fill: "none",
|
|
21
|
-
viewBox: "0 0 136 118",
|
|
22
|
-
"aria-labelledby": titleId
|
|
23
|
-
}, props), title ? /*#__PURE__*/React.createElement("title", {
|
|
24
|
-
id: titleId
|
|
25
|
-
}, title) : null, /*#__PURE__*/React.createElement("g", {
|
|
26
|
-
filter: "url(#welcome-clipboard_svg__a)"
|
|
27
|
-
}, /*#__PURE__*/React.createElement("rect", {
|
|
28
|
-
width: 97,
|
|
29
|
-
height: 79,
|
|
30
|
-
x: 102.152,
|
|
31
|
-
y: 8.5,
|
|
32
|
-
fill: "#E3E1D9",
|
|
33
|
-
stroke: "#7F775B",
|
|
34
|
-
rx: 3.5,
|
|
35
|
-
transform: "rotate(90 102.152 8.5)"
|
|
36
|
-
}), /*#__PURE__*/React.createElement("rect", {
|
|
37
|
-
width: 87,
|
|
38
|
-
height: 74,
|
|
39
|
-
x: 99.652,
|
|
40
|
-
y: 12,
|
|
41
|
-
fill: "#fff",
|
|
42
|
-
rx: 2,
|
|
43
|
-
transform: "rotate(90 99.652 12)"
|
|
44
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
45
|
-
fill: "#9A9172",
|
|
46
|
-
stroke: "#7F775B",
|
|
47
|
-
d: "M56.714 4.5h.369l.109-.352c.303-.979 1.136-1.89 2.382-2.564C60.814.913 62.424.5 64.198.5s3.383.413 4.624 1.084c1.245.674 2.078 1.585 2.382 2.564l.109.352h8.339a1.5 1.5 0 0 1 1.5 1.5v7a1.5 1.5 0 0 1-1.5 1.5h-32a1.5 1.5 0 0 1-1.5-1.5V6a1.5 1.5 0 0 1 1.5-1.5z"
|
|
48
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
49
|
-
fill: "#E3E1D9",
|
|
50
|
-
d: "M39.326 90.738c0-.55.446-.996.996-.996H51.61a.996.996 0 0 1 0 1.992H40.322a.996.996 0 0 1-.996-.996M39.326 85.095c0-1.1.892-1.992 1.992-1.992h36.187a1.992 1.992 0 0 1 0 3.983H41.318c-1.1 0-1.992-.891-1.992-1.992M39.326 75.469c0-.55.446-.996.996-.996h8.632a.996.996 0 0 1 0 1.992h-8.632a.996.996 0 0 1-.996-.996M39.326 69.825c0-1.1.892-1.992 1.992-1.992h17.264a1.992 1.992 0 1 1 0 3.984H41.317c-1.1 0-1.992-.891-1.992-1.992M39.293 60.197c0-.55.446-.996.996-.996h7.653a.996.996 0 0 1 0 1.992H40.29a.996.996 0 0 1-.996-.996M38.967 54.282c0-1.05.85-1.9 1.899-1.9H89.48a1.899 1.899 0 1 1 0 3.799H40.866a1.9 1.9 0 0 1-1.9-1.9M39.326 44.929c0-.55.446-.996.996-.996h14.94a.996.996 0 1 1 0 1.992h-14.94a.996.996 0 0 1-.996-.996M39.326 39.284c0-1.1.892-1.992 1.992-1.992h38.51a1.992 1.992 0 1 1 0 3.984h-38.51c-1.1 0-1.992-.892-1.992-1.992M39.324 29.654c0-.55.446-.996.996-.996h11.288a.996.996 0 1 1 0 1.992H40.32a.996.996 0 0 1-.996-.996M38.969 23.899c0-1.049.85-1.899 1.899-1.899h43.296a1.899 1.899 0 1 1 0 3.798H40.868a1.9 1.9 0 0 1-1.9-1.899"
|
|
51
|
-
}), /*#__PURE__*/React.createElement("circle", {
|
|
52
|
-
cx: 35.172,
|
|
53
|
-
cy: 24.279,
|
|
54
|
-
r: 1.519,
|
|
55
|
-
fill: "#E3E1D9"
|
|
56
|
-
}), /*#__PURE__*/React.createElement("circle", {
|
|
57
|
-
cx: 35.172,
|
|
58
|
-
cy: 39.471,
|
|
59
|
-
r: 1.519,
|
|
60
|
-
fill: "#E3E1D9"
|
|
61
|
-
}), /*#__PURE__*/React.createElement("circle", {
|
|
62
|
-
cx: 35.172,
|
|
63
|
-
cy: 69.854,
|
|
64
|
-
r: 1.519,
|
|
65
|
-
fill: "#E3E1D9"
|
|
66
|
-
}), /*#__PURE__*/React.createElement("circle", {
|
|
67
|
-
cx: 35.172,
|
|
68
|
-
cy: 85.046,
|
|
69
|
-
r: 1.519,
|
|
70
|
-
fill: "#E3E1D9"
|
|
71
|
-
}), /*#__PURE__*/React.createElement("circle", {
|
|
72
|
-
cx: 35.172,
|
|
73
|
-
cy: 54.663,
|
|
74
|
-
r: 1.519,
|
|
75
|
-
fill: "#E3E1D9"
|
|
76
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
77
|
-
fill: "#E7F2D5",
|
|
78
|
-
d: "M85.603 47.984s14.652-7.97 26.48-3.452 16.355 19.822 16.355 19.822-14.652 7.97-26.48 3.452-16.355-19.822-16.355-19.822"
|
|
79
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
80
|
-
stroke: "#A3D24F",
|
|
81
|
-
strokeLinecap: "round",
|
|
82
|
-
strokeMiterlimit: 10,
|
|
83
|
-
strokeWidth: 2,
|
|
84
|
-
d: "M117.478 58.932c-8.467-5.72-16.299-11.015-40.826-12.502"
|
|
85
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
86
|
-
stroke: "#A3D24F",
|
|
87
|
-
strokeLinecap: "round",
|
|
88
|
-
strokeMiterlimit: 10,
|
|
89
|
-
strokeWidth: 2,
|
|
90
|
-
d: "M85.603 47.984s14.652-7.97 26.48-3.452 16.355 19.822 16.355 19.822-14.652 7.97-26.48 3.452-16.355-19.822-16.355-19.822Z"
|
|
91
|
-
}), /*#__PURE__*/React.createElement("circle", {
|
|
92
|
-
cx: 22.783,
|
|
93
|
-
cy: 40,
|
|
94
|
-
r: 15,
|
|
95
|
-
fill: "#fff",
|
|
96
|
-
stroke: "#2C8658",
|
|
97
|
-
strokeWidth: 2
|
|
98
|
-
}), /*#__PURE__*/React.createElement("path", {
|
|
99
|
-
stroke: "#2C8658",
|
|
100
|
-
strokeLinecap: "round",
|
|
101
|
-
strokeWidth: 2,
|
|
102
|
-
d: "M22.54 31.048V48.47M31.25 39.759H13.827"
|
|
103
|
-
})), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("filter", {
|
|
104
|
-
id: "welcome-clipboard_svg__a",
|
|
105
|
-
width: 134.844,
|
|
106
|
-
height: 118,
|
|
107
|
-
x: 0.783,
|
|
108
|
-
y: 0,
|
|
109
|
-
colorInterpolationFilters: "sRGB",
|
|
110
|
-
filterUnits: "userSpaceOnUse"
|
|
111
|
-
}, /*#__PURE__*/React.createElement("feFlood", {
|
|
112
|
-
floodOpacity: 0,
|
|
113
|
-
result: "BackgroundImageFix"
|
|
114
|
-
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
115
|
-
in: "SourceAlpha",
|
|
116
|
-
result: "hardAlpha",
|
|
117
|
-
values: "0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0"
|
|
118
|
-
}), /*#__PURE__*/React.createElement("feOffset", {
|
|
119
|
-
dy: 6
|
|
120
|
-
}), /*#__PURE__*/React.createElement("feGaussianBlur", {
|
|
121
|
-
stdDeviation: 3
|
|
122
|
-
}), /*#__PURE__*/React.createElement("feComposite", {
|
|
123
|
-
in2: "hardAlpha",
|
|
124
|
-
operator: "out"
|
|
125
|
-
}), /*#__PURE__*/React.createElement("feColorMatrix", {
|
|
126
|
-
values: "0 0 0 0 0.1 0 0 0 0 0.1 0 0 0 0 0.1 0 0 0 0.1 0"
|
|
127
|
-
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
128
|
-
in2: "BackgroundImageFix",
|
|
129
|
-
result: "effect1_dropShadow_820_17368"
|
|
130
|
-
}), /*#__PURE__*/React.createElement("feBlend", {
|
|
131
|
-
in: "SourceGraphic",
|
|
132
|
-
in2: "effect1_dropShadow_820_17368",
|
|
133
|
-
result: "shape"
|
|
134
|
-
}))));
|
|
135
|
-
};
|
|
136
|
-
var _default = exports.default = SvgWelcomeClipboard;
|
|
131
|
+
export default SvgWelcomeClipboard;
|