@redus/georedus-ui 0.12.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 +12 -0
- package/dist/main.js +19 -4
- 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';
|
|
@@ -7482,10 +7482,25 @@ function redus_mutirao_cop_2025(conf) {
|
|
|
7482
7482
|
}, /*#__PURE__*/React$1.createElement(Flex, {
|
|
7483
7483
|
direction: "column",
|
|
7484
7484
|
gap: "2"
|
|
7485
|
+
}, /*#__PURE__*/React$1.createElement(Box, {
|
|
7486
|
+
pr: "120px",
|
|
7487
|
+
style: {
|
|
7488
|
+
position: 'relative'
|
|
7489
|
+
}
|
|
7485
7490
|
}, /*#__PURE__*/React$1.createElement(Heading, {
|
|
7486
7491
|
as: "h1",
|
|
7487
7492
|
size: "6"
|
|
7488
|
-
}, properties.name), /*#__PURE__*/React$1.createElement(
|
|
7493
|
+
}, properties.name), /*#__PURE__*/React$1.createElement("img", {
|
|
7494
|
+
style: {
|
|
7495
|
+
position: 'absolute',
|
|
7496
|
+
top: 0,
|
|
7497
|
+
right: 0,
|
|
7498
|
+
width: '100px',
|
|
7499
|
+
height: 'auto'
|
|
7500
|
+
},
|
|
7501
|
+
alt: "Logo COP30 Bel\xE9m",
|
|
7502
|
+
src: "/georedus/mutirao-cop30/COP30_Official_Logo.svg"
|
|
7503
|
+
})), /*#__PURE__*/React$1.createElement(Portal, null, /*#__PURE__*/React$1.createElement(Confetti, {
|
|
7489
7504
|
style: {
|
|
7490
7505
|
position: 'fixed',
|
|
7491
7506
|
top: 0,
|
|
@@ -7602,7 +7617,7 @@ function redus_mutirao_cop_2025(conf) {
|
|
|
7602
7617
|
style: {
|
|
7603
7618
|
display: 'inline-flex'
|
|
7604
7619
|
}
|
|
7605
|
-
}, eixo && /*#__PURE__*/React$1.createElement(Icon, {
|
|
7620
|
+
}, eixo && eixo.iconPath && /*#__PURE__*/React$1.createElement(Icon, {
|
|
7606
7621
|
path: eixo.iconPath,
|
|
7607
7622
|
size: "18px",
|
|
7608
7623
|
style: {
|
|
@@ -8143,7 +8158,7 @@ function ViewControl(_ref8) {
|
|
|
8143
8158
|
}, viewSpec.sourceLabel), viewSpec.shortDescription && /*#__PURE__*/React$1.createElement(Flex, {
|
|
8144
8159
|
direction: "row",
|
|
8145
8160
|
gap: "2"
|
|
8146
|
-
}, /*#__PURE__*/React$1.createElement(Icon
|
|
8161
|
+
}, /*#__PURE__*/React$1.createElement(Icon, {
|
|
8147
8162
|
style: {
|
|
8148
8163
|
flexShrink: 0,
|
|
8149
8164
|
color: 'var(--gray-9)'
|