@terraware/web-components 4.2.25 → 4.2.26-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/_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.d.ts.map +1 -1
- package/components/PhotosCarousel/index.js +17 -13
- 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,253 +1,254 @@
|
|
|
1
|
-
import
|
|
2
|
-
import
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
import
|
|
7
|
-
import
|
|
8
|
-
import
|
|
9
|
-
import
|
|
10
|
-
import
|
|
11
|
-
import
|
|
12
|
-
import
|
|
13
|
-
import
|
|
14
|
-
import
|
|
15
|
-
import
|
|
16
|
-
import
|
|
17
|
-
import
|
|
18
|
-
import
|
|
19
|
-
import
|
|
20
|
-
import
|
|
21
|
-
import
|
|
22
|
-
import
|
|
23
|
-
import
|
|
24
|
-
import
|
|
25
|
-
import
|
|
26
|
-
import
|
|
27
|
-
import
|
|
28
|
-
import
|
|
29
|
-
import
|
|
30
|
-
import
|
|
31
|
-
import
|
|
32
|
-
import
|
|
33
|
-
import
|
|
34
|
-
import
|
|
35
|
-
import
|
|
36
|
-
import
|
|
37
|
-
import
|
|
38
|
-
import
|
|
39
|
-
import
|
|
40
|
-
import
|
|
41
|
-
import
|
|
42
|
-
import
|
|
43
|
-
import
|
|
44
|
-
import
|
|
45
|
-
import
|
|
46
|
-
import
|
|
47
|
-
import
|
|
48
|
-
import
|
|
49
|
-
import
|
|
50
|
-
import
|
|
51
|
-
import
|
|
52
|
-
import
|
|
53
|
-
import
|
|
54
|
-
import
|
|
55
|
-
import
|
|
56
|
-
import
|
|
57
|
-
import
|
|
58
|
-
import
|
|
59
|
-
import
|
|
60
|
-
import
|
|
61
|
-
import
|
|
62
|
-
import
|
|
63
|
-
import
|
|
64
|
-
import
|
|
65
|
-
import
|
|
66
|
-
import
|
|
67
|
-
import
|
|
68
|
-
import
|
|
69
|
-
import
|
|
70
|
-
import
|
|
71
|
-
import
|
|
72
|
-
import
|
|
73
|
-
import
|
|
74
|
-
import
|
|
75
|
-
import
|
|
76
|
-
import
|
|
77
|
-
import
|
|
78
|
-
import
|
|
79
|
-
import
|
|
80
|
-
import
|
|
81
|
-
import
|
|
82
|
-
import
|
|
83
|
-
import
|
|
84
|
-
import
|
|
85
|
-
import
|
|
86
|
-
import
|
|
87
|
-
import
|
|
88
|
-
import
|
|
89
|
-
import
|
|
90
|
-
import
|
|
91
|
-
import
|
|
92
|
-
import
|
|
93
|
-
import
|
|
94
|
-
import
|
|
95
|
-
import
|
|
96
|
-
import
|
|
97
|
-
import
|
|
98
|
-
import
|
|
99
|
-
import
|
|
100
|
-
import
|
|
101
|
-
import
|
|
102
|
-
import
|
|
103
|
-
import
|
|
104
|
-
import
|
|
105
|
-
import
|
|
106
|
-
import
|
|
107
|
-
import
|
|
108
|
-
import
|
|
109
|
-
import
|
|
110
|
-
import
|
|
111
|
-
import
|
|
112
|
-
import
|
|
113
|
-
import
|
|
114
|
-
import
|
|
115
|
-
import
|
|
116
|
-
import
|
|
117
|
-
import
|
|
118
|
-
import
|
|
119
|
-
import
|
|
120
|
-
import
|
|
121
|
-
import
|
|
122
|
-
import
|
|
123
|
-
import
|
|
124
|
-
import
|
|
125
|
-
|
|
1
|
+
import SvgBlobbyGrayIconImage from '../../svg/BlobbyGrayIconImage.js';
|
|
2
|
+
import SvgBlobbyGrayIconImport from '../../svg/BlobbyGrayIconImport.js';
|
|
3
|
+
import SvgBlobbyGrayIconUploadToTheCloud from '../../svg/BlobbyGrayIconUploadToTheCloud.js';
|
|
4
|
+
import SvgBlobbyIconCloudChecked from '../../svg/BlobbyIconCloudChecked.js';
|
|
5
|
+
import SvgBlobbyIconExportOrUploadPhoto from '../../svg/BlobbyIconExportOrUploadPhoto.js';
|
|
6
|
+
import SvgBlobbyIconFolder from '../../svg/BlobbyIconFolder.js';
|
|
7
|
+
import SvgBlobbyIconGraphReport from '../../svg/BlobbyIconGraphReport.js';
|
|
8
|
+
import SvgBlobbyIconHappy from '../../svg/BlobbyIconHappy.js';
|
|
9
|
+
import SvgBlobbyIconHeartMonitor from '../../svg/BlobbyIconHeartMonitor.js';
|
|
10
|
+
import SvgBlobbyIconLeaf from '../../svg/BlobbyIconLeaf.js';
|
|
11
|
+
import SvgBlobbyIconLibrary from '../../svg/BlobbyIconLibrary.js';
|
|
12
|
+
import SvgBlobbyIconNursery from '../../svg/BlobbyIconNursery.js';
|
|
13
|
+
import SvgBlobbyIconOrganization from '../../svg/BlobbyIconOrganization.js';
|
|
14
|
+
import SvgBlobbyIconParchment from '../../svg/BlobbyIconParchment.js';
|
|
15
|
+
import SvgBlobbyIconPeople from '../../svg/BlobbyIconPeople.js';
|
|
16
|
+
import SvgBlobbyIconSeedBank from '../../svg/BlobbyIconSeedBank.js';
|
|
17
|
+
import SvgBlobbyIconSeedling from '../../svg/BlobbyIconSeedling.js';
|
|
18
|
+
import SvgBlobbyIconSeeds from '../../svg/BlobbyIconSeeds.js';
|
|
19
|
+
import SvgBlobbyIconSite from '../../svg/BlobbyIconSite.js';
|
|
20
|
+
import SvgBlobbyIconSparkles from '../../svg/BlobbyIconSparkles.js';
|
|
21
|
+
import SvgBlobbyIconWrench from '../../svg/BlobbyIconWrench.js';
|
|
22
|
+
import SvgBug from '../../svg/Bug.js';
|
|
23
|
+
import SvgCalendar from '../../svg/Calendar.js';
|
|
24
|
+
import SvgCaretDown from '../../svg/CaretDown.js';
|
|
25
|
+
import SvgCaretLeft from '../../svg/CaretLeft.js';
|
|
26
|
+
import SvgCaretRight from '../../svg/CaretRight.js';
|
|
27
|
+
import SvgCaretUp from '../../svg/CaretUp.js';
|
|
28
|
+
import SvgChevronDown from '../../svg/ChevronDown.js';
|
|
29
|
+
import SvgChevronUp from '../../svg/ChevronUp.js';
|
|
30
|
+
import SvgClose from '../../svg/Close.js';
|
|
31
|
+
import SvgCritical from '../../svg/Critical.js';
|
|
32
|
+
import SvgEdit from '../../svg/Edit.js';
|
|
33
|
+
import SvgError from '../../svg/Error.js';
|
|
34
|
+
import SvgFilter from '../../svg/Filter.js';
|
|
35
|
+
import SvgFolder from '../../svg/Folder.js';
|
|
36
|
+
import SvgHelp from '../../svg/Help.js';
|
|
37
|
+
import SvgHome from '../../svg/Home.js';
|
|
38
|
+
import SvgIconAdd from '../../svg/IconAdd.js';
|
|
39
|
+
import SvgIconArrowRight from '../../svg/IconArrowRight.js';
|
|
40
|
+
import SvgIconBusinessNetwork from '../../svg/IconBusinessNetwork.js';
|
|
41
|
+
import SvgIconCalendar from '../../svg/IconCalendar.js';
|
|
42
|
+
import SvgIconCancel from '../../svg/IconCancel.js';
|
|
43
|
+
import SvgIconChargingBattery from '../../svg/IconChargingBattery.js';
|
|
44
|
+
import SvgIconChecklist from '../../svg/IconChecklist.js';
|
|
45
|
+
import SvgIconCheckmark from '../../svg/IconCheckmark.js';
|
|
46
|
+
import SvgIconCoinInHand from '../../svg/IconCoinInHand.js';
|
|
47
|
+
import SvgIconColumns from '../../svg/IconColumns.js';
|
|
48
|
+
import SvgIconComment from '../../svg/IconComment.js';
|
|
49
|
+
import SvgIconDashboard from '../../svg/IconDashboard.js';
|
|
50
|
+
import SvgIconDataMigration from '../../svg/IconDataMigration.js';
|
|
51
|
+
import SvgIconDocument from '../../svg/IconDocument.js';
|
|
52
|
+
import SvgIconDownloadFromTheCloud from '../../svg/IconDownloadFromTheCloud.js';
|
|
53
|
+
import SvgIconEdit from '../../svg/IconEdit.js';
|
|
54
|
+
import SvgIconExpand from '../../svg/IconExpand.js';
|
|
55
|
+
import SvgIconExport from '../../svg/IconExport.js';
|
|
56
|
+
import SvgIconExternalLink from '../../svg/IconExternalLink.js';
|
|
57
|
+
import SvgIconEye from '../../svg/IconEye.js';
|
|
58
|
+
import SvgIconEyeOff from '../../svg/IconEyeOff.js';
|
|
59
|
+
import SvgIconFile from '../../svg/IconFile.js';
|
|
60
|
+
import SvgIconFolder from '../../svg/IconFolder.js';
|
|
61
|
+
import SvgIconFullScreen from '../../svg/IconFullScreen.js';
|
|
62
|
+
import SvgIconFutures from '../../svg/IconFutures.js';
|
|
63
|
+
import SvgIconGraphReport from '../../svg/IconGraphReport.js';
|
|
64
|
+
import SvgIconHeartMonitor from '../../svg/IconHeartMonitor.js';
|
|
65
|
+
import SvgIconHelp from '../../svg/IconHelp.js';
|
|
66
|
+
import SvgIconHistory from '../../svg/IconHistory.js';
|
|
67
|
+
import SvgIconImport from '../../svg/IconImport.js';
|
|
68
|
+
import SvgIconIndex from '../../svg/IconIndex.js';
|
|
69
|
+
import SvgIconLayers from '../../svg/IconLayers.js';
|
|
70
|
+
import SvgIconLibrary from '../../svg/IconLibrary.js';
|
|
71
|
+
import SvgIconList from '../../svg/IconList.js';
|
|
72
|
+
import SvgIconLivePlant from '../../svg/IconLivePlant.js';
|
|
73
|
+
import SvgIconLocations from '../../svg/IconLocations.js';
|
|
74
|
+
import SvgIconMail from '../../svg/IconMail.js';
|
|
75
|
+
import SvgIconManager from '../../svg/IconManager.js';
|
|
76
|
+
import SvgIconMarker from '../../svg/IconMarker.js';
|
|
77
|
+
import SvgIconMenu from '../../svg/IconMenu.js';
|
|
78
|
+
import SvgIconMenuHorizontal from '../../svg/IconMenuHorizontal.js';
|
|
79
|
+
import SvgIconModule from '../../svg/IconModule.js';
|
|
80
|
+
import SvgIconMyLocation from '../../svg/IconMyLocation.js';
|
|
81
|
+
import SvgIconNote from '../../svg/IconNote.js';
|
|
82
|
+
import SvgIconNursery from '../../svg/IconNursery.js';
|
|
83
|
+
import SvgIconOrg from '../../svg/IconOrg.js';
|
|
84
|
+
import SvgIconParchment from '../../svg/IconParchment.js';
|
|
85
|
+
import SvgIconPhoto from '../../svg/IconPhoto.js';
|
|
86
|
+
import SvgIconPlantsFilled from '../../svg/IconPlantsFilled.js';
|
|
87
|
+
import SvgIconRedo from '../../svg/IconRedo.js';
|
|
88
|
+
import SvgIconRestorationSite from '../../svg/IconRestorationSite.js';
|
|
89
|
+
import SvgIconSeedBank from '../../svg/IconSeedBank.js';
|
|
90
|
+
import SvgIconSeedling from '../../svg/IconSeedling.js';
|
|
91
|
+
import SvgIconSettings from '../../svg/IconSettings.js';
|
|
92
|
+
import SvgIconSlice from '../../svg/IconSlice.js';
|
|
93
|
+
import SvgIconSubmit from '../../svg/IconSubmit.js';
|
|
94
|
+
import SvgIconSubtract from '../../svg/IconSubtract.js';
|
|
95
|
+
import SvgIconSynced from '../../svg/IconSynced.js';
|
|
96
|
+
import SvgIconTrashCan from '../../svg/IconTrashCan.js';
|
|
97
|
+
import SvgIconTreasureMap from '../../svg/IconTreasureMap.js';
|
|
98
|
+
import SvgIconUnavailable from '../../svg/IconUnavailable.js';
|
|
99
|
+
import SvgIconUndo from '../../svg/IconUndo.js';
|
|
100
|
+
import SvgIconVariable from '../../svg/IconVariable.js';
|
|
101
|
+
import SvgIconVideo from '../../svg/IconVideo.js';
|
|
102
|
+
import SvgIconWifi from '../../svg/IconWifi.js';
|
|
103
|
+
import SvgInfo from '../../svg/Info.js';
|
|
104
|
+
import SvgKey from '../../svg/Key.js';
|
|
105
|
+
import SvgLeaf from '../../svg/Leaf.js';
|
|
106
|
+
import SvgLock from '../../svg/Lock.js';
|
|
107
|
+
import SvgMenuVertical from '../../svg/MenuVertical.js';
|
|
108
|
+
import SvgNotification from '../../svg/Notification.js';
|
|
109
|
+
import SvgPerson from '../../svg/Person.js';
|
|
110
|
+
import SvgPlus from '../../svg/Plus.js';
|
|
111
|
+
import SvgRestorationSite from '../../svg/RestorationSite.js';
|
|
112
|
+
import SvgSearch from '../../svg/Search.js';
|
|
113
|
+
import SvgSeeds from '../../svg/Seeds.js';
|
|
114
|
+
import SvgSparkles from '../../svg/Sparkles.js';
|
|
115
|
+
import SvgSpecies from '../../svg/Species.js';
|
|
116
|
+
import SvgSpecies2 from '../../svg/Species2.js';
|
|
117
|
+
import SvgSpinner from '../../svg/Spinner.js';
|
|
118
|
+
import SvgStar from '../../svg/Star.js';
|
|
119
|
+
import SvgSuccess from '../../svg/Success.js';
|
|
120
|
+
import SvgSuccessFilled from '../../svg/SuccessFilled.js';
|
|
121
|
+
import SvgTouchscreen from '../../svg/Touchscreen.js';
|
|
122
|
+
import SvgUploadCloud from '../../svg/UploadCloud.js';
|
|
123
|
+
import SvgWarning from '../../svg/Warning.js';
|
|
124
|
+
import SvgWelcomeClipboard from '../../svg/WelcomeClipboard.js';
|
|
125
|
+
|
|
126
126
|
const icons = {
|
|
127
|
-
blobbyGrayIconImage:
|
|
128
|
-
blobbyGrayIconImport:
|
|
129
|
-
blobbyGrayIconUploadToTheCloud:
|
|
130
|
-
blobbyIconCloudChecked:
|
|
131
|
-
blobbyIconExportOrUploadPhoto:
|
|
132
|
-
blobbyIconFolder:
|
|
133
|
-
blobbyIconGraphReport:
|
|
134
|
-
blobbyIconHappy:
|
|
135
|
-
blobbyIconLeaf:
|
|
136
|
-
blobbyIconLibrary:
|
|
137
|
-
blobbyIconNursery:
|
|
138
|
-
blobbyIconParchment:
|
|
139
|
-
blobbyIconSeedBank:
|
|
140
|
-
blobbyIconSeedling:
|
|
141
|
-
blobbyIconSeeds:
|
|
142
|
-
blobbyIconSite:
|
|
143
|
-
blobbyIconSparkles:
|
|
144
|
-
blobbyIconWrench:
|
|
145
|
-
bug:
|
|
146
|
-
calendar:
|
|
147
|
-
cancel:
|
|
148
|
-
caretDown:
|
|
149
|
-
caretLeft:
|
|
150
|
-
caretRight:
|
|
151
|
-
caretUp:
|
|
152
|
-
chargingBattery:
|
|
153
|
-
checklist:
|
|
154
|
-
checkmark:
|
|
155
|
-
chevronDown:
|
|
156
|
-
chevronUp:
|
|
157
|
-
close:
|
|
158
|
-
critical:
|
|
159
|
-
dashboard:
|
|
160
|
-
downloadFromTheCloud:
|
|
161
|
-
edit:
|
|
162
|
-
error:
|
|
163
|
-
expand:
|
|
164
|
-
filter:
|
|
165
|
-
folder:
|
|
166
|
-
futures:
|
|
167
|
-
help:
|
|
168
|
-
home:
|
|
169
|
-
iconAdd:
|
|
170
|
-
iconArrowRight:
|
|
171
|
-
iconBusinessNetwork:
|
|
172
|
-
iconCalendar:
|
|
173
|
-
iconCoinInHand:
|
|
174
|
-
iconColumns:
|
|
175
|
-
iconComment:
|
|
176
|
-
iconDataMigration:
|
|
177
|
-
iconDocument:
|
|
178
|
-
iconEdit:
|
|
179
|
-
iconExport:
|
|
180
|
-
iconExternalLink:
|
|
181
|
-
iconEye:
|
|
182
|
-
iconEyeOff:
|
|
183
|
-
iconFile:
|
|
184
|
-
iconFolder:
|
|
185
|
-
iconFullScreen:
|
|
186
|
-
iconGraphReport:
|
|
187
|
-
iconHelp:
|
|
188
|
-
iconHistory:
|
|
189
|
-
iconImport:
|
|
190
|
-
iconIndex:
|
|
191
|
-
iconLayers:
|
|
192
|
-
iconLibrary:
|
|
193
|
-
iconList:
|
|
194
|
-
iconLivePlant:
|
|
195
|
-
iconLocations:
|
|
196
|
-
iconMarker:
|
|
197
|
-
iconMenu:
|
|
198
|
-
iconMenuHorizontal:
|
|
199
|
-
iconModule:
|
|
200
|
-
iconMyLocation:
|
|
201
|
-
iconNursery:
|
|
202
|
-
iconParchment:
|
|
203
|
-
iconPhoto:
|
|
204
|
-
iconPlantsFilled:
|
|
205
|
-
iconRedo:
|
|
206
|
-
iconRestorationSite:
|
|
207
|
-
iconSeedling:
|
|
208
|
-
iconSettings:
|
|
209
|
-
iconSlice:
|
|
210
|
-
iconSubmit:
|
|
211
|
-
iconSubtract:
|
|
212
|
-
iconSynced:
|
|
213
|
-
iconTrashCan:
|
|
214
|
-
iconTreasureMap:
|
|
215
|
-
iconUnavailable:
|
|
216
|
-
iconUndo:
|
|
217
|
-
iconVariable:
|
|
218
|
-
iconVideo:
|
|
219
|
-
info:
|
|
220
|
-
key:
|
|
221
|
-
leaf:
|
|
222
|
-
lock:
|
|
223
|
-
mail:
|
|
224
|
-
menuVertical:
|
|
225
|
-
monitoring:
|
|
226
|
-
monitoringNav:
|
|
227
|
-
newOrganization:
|
|
228
|
-
note:
|
|
229
|
-
notification:
|
|
230
|
-
organization:
|
|
231
|
-
organizationNav:
|
|
232
|
-
people:
|
|
233
|
-
peopleNav:
|
|
234
|
-
person:
|
|
235
|
-
plus:
|
|
236
|
-
restorationSite:
|
|
237
|
-
search:
|
|
238
|
-
seedbank:
|
|
239
|
-
seedbankNav:
|
|
240
|
-
seeds:
|
|
241
|
-
sparkles:
|
|
242
|
-
species:
|
|
243
|
-
species2:
|
|
244
|
-
spinner:
|
|
245
|
-
star:
|
|
246
|
-
success:
|
|
247
|
-
successFilled:
|
|
248
|
-
touchscreen:
|
|
249
|
-
uploadCloud:
|
|
250
|
-
warning:
|
|
251
|
-
wifi:
|
|
127
|
+
blobbyGrayIconImage: SvgBlobbyGrayIconImage,
|
|
128
|
+
blobbyGrayIconImport: SvgBlobbyGrayIconImport,
|
|
129
|
+
blobbyGrayIconUploadToTheCloud: SvgBlobbyGrayIconUploadToTheCloud,
|
|
130
|
+
blobbyIconCloudChecked: SvgBlobbyIconCloudChecked,
|
|
131
|
+
blobbyIconExportOrUploadPhoto: SvgBlobbyIconExportOrUploadPhoto,
|
|
132
|
+
blobbyIconFolder: SvgBlobbyIconFolder,
|
|
133
|
+
blobbyIconGraphReport: SvgBlobbyIconGraphReport,
|
|
134
|
+
blobbyIconHappy: SvgBlobbyIconHappy,
|
|
135
|
+
blobbyIconLeaf: SvgBlobbyIconLeaf,
|
|
136
|
+
blobbyIconLibrary: SvgBlobbyIconLibrary,
|
|
137
|
+
blobbyIconNursery: SvgBlobbyIconNursery,
|
|
138
|
+
blobbyIconParchment: SvgBlobbyIconParchment,
|
|
139
|
+
blobbyIconSeedBank: SvgBlobbyIconSeedBank,
|
|
140
|
+
blobbyIconSeedling: SvgBlobbyIconSeedling,
|
|
141
|
+
blobbyIconSeeds: SvgBlobbyIconSeeds,
|
|
142
|
+
blobbyIconSite: SvgBlobbyIconSite,
|
|
143
|
+
blobbyIconSparkles: SvgBlobbyIconSparkles,
|
|
144
|
+
blobbyIconWrench: SvgBlobbyIconWrench,
|
|
145
|
+
bug: SvgBug,
|
|
146
|
+
calendar: SvgCalendar,
|
|
147
|
+
cancel: SvgIconCancel,
|
|
148
|
+
caretDown: SvgCaretDown,
|
|
149
|
+
caretLeft: SvgCaretLeft,
|
|
150
|
+
caretRight: SvgCaretRight,
|
|
151
|
+
caretUp: SvgCaretUp,
|
|
152
|
+
chargingBattery: SvgIconChargingBattery,
|
|
153
|
+
checklist: SvgIconChecklist,
|
|
154
|
+
checkmark: SvgIconCheckmark,
|
|
155
|
+
chevronDown: SvgChevronDown,
|
|
156
|
+
chevronUp: SvgChevronUp,
|
|
157
|
+
close: SvgClose,
|
|
158
|
+
critical: SvgCritical,
|
|
159
|
+
dashboard: SvgIconDashboard,
|
|
160
|
+
downloadFromTheCloud: SvgIconDownloadFromTheCloud,
|
|
161
|
+
edit: SvgEdit,
|
|
162
|
+
error: SvgError,
|
|
163
|
+
expand: SvgIconExpand,
|
|
164
|
+
filter: SvgFilter,
|
|
165
|
+
folder: SvgFolder,
|
|
166
|
+
futures: SvgIconFutures,
|
|
167
|
+
help: SvgHelp,
|
|
168
|
+
home: SvgHome,
|
|
169
|
+
iconAdd: SvgIconAdd,
|
|
170
|
+
iconArrowRight: SvgIconArrowRight,
|
|
171
|
+
iconBusinessNetwork: SvgIconBusinessNetwork,
|
|
172
|
+
iconCalendar: SvgIconCalendar,
|
|
173
|
+
iconCoinInHand: SvgIconCoinInHand,
|
|
174
|
+
iconColumns: SvgIconColumns,
|
|
175
|
+
iconComment: SvgIconComment,
|
|
176
|
+
iconDataMigration: SvgIconDataMigration,
|
|
177
|
+
iconDocument: SvgIconDocument,
|
|
178
|
+
iconEdit: SvgIconEdit,
|
|
179
|
+
iconExport: SvgIconExport,
|
|
180
|
+
iconExternalLink: SvgIconExternalLink,
|
|
181
|
+
iconEye: SvgIconEye,
|
|
182
|
+
iconEyeOff: SvgIconEyeOff,
|
|
183
|
+
iconFile: SvgIconFile,
|
|
184
|
+
iconFolder: SvgIconFolder,
|
|
185
|
+
iconFullScreen: SvgIconFullScreen,
|
|
186
|
+
iconGraphReport: SvgIconGraphReport,
|
|
187
|
+
iconHelp: SvgIconHelp,
|
|
188
|
+
iconHistory: SvgIconHistory,
|
|
189
|
+
iconImport: SvgIconImport,
|
|
190
|
+
iconIndex: SvgIconIndex,
|
|
191
|
+
iconLayers: SvgIconLayers,
|
|
192
|
+
iconLibrary: SvgIconLibrary,
|
|
193
|
+
iconList: SvgIconList,
|
|
194
|
+
iconLivePlant: SvgIconLivePlant,
|
|
195
|
+
iconLocations: SvgIconLocations,
|
|
196
|
+
iconMarker: SvgIconMarker,
|
|
197
|
+
iconMenu: SvgIconMenu,
|
|
198
|
+
iconMenuHorizontal: SvgIconMenuHorizontal,
|
|
199
|
+
iconModule: SvgIconModule,
|
|
200
|
+
iconMyLocation: SvgIconMyLocation,
|
|
201
|
+
iconNursery: SvgIconNursery,
|
|
202
|
+
iconParchment: SvgIconParchment,
|
|
203
|
+
iconPhoto: SvgIconPhoto,
|
|
204
|
+
iconPlantsFilled: SvgIconPlantsFilled,
|
|
205
|
+
iconRedo: SvgIconRedo,
|
|
206
|
+
iconRestorationSite: SvgIconRestorationSite,
|
|
207
|
+
iconSeedling: SvgIconSeedling,
|
|
208
|
+
iconSettings: SvgIconSettings,
|
|
209
|
+
iconSlice: SvgIconSlice,
|
|
210
|
+
iconSubmit: SvgIconSubmit,
|
|
211
|
+
iconSubtract: SvgIconSubtract,
|
|
212
|
+
iconSynced: SvgIconSynced,
|
|
213
|
+
iconTrashCan: SvgIconTrashCan,
|
|
214
|
+
iconTreasureMap: SvgIconTreasureMap,
|
|
215
|
+
iconUnavailable: SvgIconUnavailable,
|
|
216
|
+
iconUndo: SvgIconUndo,
|
|
217
|
+
iconVariable: SvgIconVariable,
|
|
218
|
+
iconVideo: SvgIconVideo,
|
|
219
|
+
info: SvgInfo,
|
|
220
|
+
key: SvgKey,
|
|
221
|
+
leaf: SvgLeaf,
|
|
222
|
+
lock: SvgLock,
|
|
223
|
+
mail: SvgIconMail,
|
|
224
|
+
menuVertical: SvgMenuVertical,
|
|
225
|
+
monitoring: SvgBlobbyIconHeartMonitor,
|
|
226
|
+
monitoringNav: SvgIconHeartMonitor,
|
|
227
|
+
newOrganization: SvgWelcomeClipboard,
|
|
228
|
+
note: SvgIconNote,
|
|
229
|
+
notification: SvgNotification,
|
|
230
|
+
organization: SvgBlobbyIconOrganization,
|
|
231
|
+
organizationNav: SvgIconOrg,
|
|
232
|
+
people: SvgBlobbyIconPeople,
|
|
233
|
+
peopleNav: SvgIconManager,
|
|
234
|
+
person: SvgPerson,
|
|
235
|
+
plus: SvgPlus,
|
|
236
|
+
restorationSite: SvgRestorationSite,
|
|
237
|
+
search: SvgSearch,
|
|
238
|
+
seedbank: SvgBlobbyIconSeedBank,
|
|
239
|
+
seedbankNav: SvgIconSeedBank,
|
|
240
|
+
seeds: SvgSeeds,
|
|
241
|
+
sparkles: SvgSparkles,
|
|
242
|
+
species: SvgSpecies,
|
|
243
|
+
species2: SvgSpecies2,
|
|
244
|
+
spinner: SvgSpinner,
|
|
245
|
+
star: SvgStar,
|
|
246
|
+
success: SvgSuccess,
|
|
247
|
+
successFilled: SvgSuccessFilled,
|
|
248
|
+
touchscreen: SvgTouchscreen,
|
|
249
|
+
uploadCloud: SvgUploadCloud,
|
|
250
|
+
warning: SvgWarning,
|
|
251
|
+
wifi: SvgIconWifi
|
|
252
252
|
};
|
|
253
|
-
|
|
253
|
+
|
|
254
|
+
export { icons as default };
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
|
-
import {
|
|
3
|
-
import
|
|
4
|
-
import
|
|
5
|
-
import
|
|
6
|
-
|
|
2
|
+
import { useTheme, Tooltip } from '@mui/material';
|
|
3
|
+
import 'lodash';
|
|
4
|
+
import 'luxon';
|
|
5
|
+
import useDeviceInfo from '../../utils/useDeviceInfo.js';
|
|
6
|
+
import Icon from '../Icon/Icon.js';
|
|
7
|
+
import { jsx } from 'react/jsx-runtime';
|
|
8
|
+
|
|
9
|
+
function IconTooltip({
|
|
7
10
|
iconName = 'info',
|
|
8
11
|
placement = 'top-start',
|
|
9
12
|
title,
|
|
@@ -20,7 +23,7 @@ export default function IconTooltip({
|
|
|
20
23
|
const handleTooltipOpen = () => {
|
|
21
24
|
setOpen(true);
|
|
22
25
|
};
|
|
23
|
-
return /*#__PURE__*/
|
|
26
|
+
return /*#__PURE__*/jsx(Tooltip, {
|
|
24
27
|
arrow: true,
|
|
25
28
|
onClose: handleTooltipClose,
|
|
26
29
|
open: isMobile ? open : undefined,
|
|
@@ -40,9 +43,9 @@ export default function IconTooltip({
|
|
|
40
43
|
}
|
|
41
44
|
},
|
|
42
45
|
title: title,
|
|
43
|
-
children: /*#__PURE__*/
|
|
46
|
+
children: /*#__PURE__*/jsx("span", {
|
|
44
47
|
onClick: handleTooltipOpen,
|
|
45
|
-
children: /*#__PURE__*/
|
|
48
|
+
children: /*#__PURE__*/jsx(Icon, {
|
|
46
49
|
name: iconName,
|
|
47
50
|
style: {
|
|
48
51
|
fill: theme.palette.TwClrIcnSecondary,
|
|
@@ -53,4 +56,6 @@ export default function IconTooltip({
|
|
|
53
56
|
})
|
|
54
57
|
})
|
|
55
58
|
});
|
|
56
|
-
}
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
export { IconTooltip as default };
|