@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @orioro/template-react
2
2
 
3
+ ## 0.13.1
4
+
5
+ ### Patch Changes
6
+
7
+ - fix icon import issue
8
+
3
9
  ## 0.13.0
4
10
 
5
11
  ### Minor Changes
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 Icon$1, { Icon } from '@mdi/react';
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$1, {
8161
+ }, /*#__PURE__*/React$1.createElement(Icon, {
8162
8162
  style: {
8163
8163
  flexShrink: 0,
8164
8164
  color: 'var(--gray-9)'
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redus/georedus-ui",
3
- "version": "0.13.0",
3
+ "version": "0.13.1",
4
4
  "packageManager": "yarn@4.0.2",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",