@worldresources/wri-design-systems 2.202.7 → 2.202.8

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/dist/index.cjs.js CHANGED
@@ -1953,7 +1953,7 @@
1953
1953
  padding: ${k(200)} ${k(300)};
1954
1954
  border-bottom: ${M(100)} solid
1955
1955
  ${w("neutral",300)};
1956
- min-height: ${k(1600)};
1956
+ min-height: ${k(1e3)};
1957
1957
 
1958
1958
  .ds-map-pop-up-close-button {
1959
1959
  margin-top: ${k(100)};
package/dist/index.esm.js CHANGED
@@ -2072,7 +2072,7 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as o,Ic
2072
2072
  padding: ${He(200)} ${He(300)};
2073
2073
  border-bottom: ${je(100)} solid
2074
2074
  ${ze("neutral",300)};
2075
- min-height: ${He(1600)};
2075
+ min-height: ${He(1e3)};
2076
2076
 
2077
2077
  .ds-map-pop-up-close-button {
2078
2078
  margin-top: ${He(100)};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worldresources/wri-design-systems",
3
- "version": "2.202.7",
3
+ "version": "2.202.8",
4
4
  "description": "WRI UI Library",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",