@redus/georedus-ui 0.12.0 → 0.13.0
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 +17 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/main.js
CHANGED
|
@@ -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: {
|