@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 CHANGED
@@ -1,5 +1,11 @@
1
1
  # @orioro/template-react
2
2
 
3
+ ## 0.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - add cop logo to mutirao
8
+
3
9
  ## 0.12.0
4
10
 
5
11
  ### Minor Changes
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(Portal, null, /*#__PURE__*/React$1.createElement(Confetti, {
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: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redus/georedus-ui",
3
- "version": "0.12.0",
3
+ "version": "0.13.0",
4
4
  "packageManager": "yarn@4.0.2",
5
5
  "type": "module",
6
6
  "main": "dist/main.js",