@redus/georedus-ui 0.13.0 → 0.13.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/CHANGELOG.md +6 -0
- package/dist/main.js +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/main.js
CHANGED
|
@@ -21,7 +21,7 @@ import styled, { keyframes } from 'styled-components';
|
|
|
21
21
|
import { colord } from 'colord';
|
|
22
22
|
import { Heading, Portal, Badge, Tabs, Tooltip, IconButton, Theme, Text, Popover, Dialog } from '@radix-ui/themes';
|
|
23
23
|
import { mdiSprout, mdiTree, mdiCurrencyUsd, mdiAccountMultipleOutline, mdiScaleBalance, mdiHelpCircleOutline, mdiDownload, mdiDotsVertical, mdiOpacity, mdiFilterVariant, mdiBookOpenVariant, mdiMap, mdiEarth, mdiHospitalBox, mdiHomeCity, mdiSchool, mdiAccountGroup, mdiContentCopy, mdiLinkVariant, mdiChevronLeft, mdiShareVariantOutline, mdiForumOutline, mdiDragVertical, mdiLayers, mdiClose, mdiHospital } from '@mdi/js';
|
|
24
|
-
import
|
|
24
|
+
import { Icon } from '@mdi/react';
|
|
25
25
|
import Confetti from 'react-confetti';
|
|
26
26
|
import { nodeIdFromPath } from '@orioro/tree-model';
|
|
27
27
|
import { makeDirNav } from '@orioro/react-dir-nav';
|
|
@@ -8158,7 +8158,7 @@ function ViewControl(_ref8) {
|
|
|
8158
8158
|
}, viewSpec.sourceLabel), viewSpec.shortDescription && /*#__PURE__*/React$1.createElement(Flex, {
|
|
8159
8159
|
direction: "row",
|
|
8160
8160
|
gap: "2"
|
|
8161
|
-
}, /*#__PURE__*/React$1.createElement(Icon
|
|
8161
|
+
}, /*#__PURE__*/React$1.createElement(Icon, {
|
|
8162
8162
|
style: {
|
|
8163
8163
|
flexShrink: 0,
|
|
8164
8164
|
color: 'var(--gray-9)'
|