@worldresources/wri-design-systems 2.126.1 → 2.126.2

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
@@ -1764,6 +1764,7 @@
1764
1764
  border-radius: 2px;
1765
1765
  background-color: ${e};
1766
1766
  border: 1px solid ${p("neutral",400)};
1767
+ margin-top: 5px;
1767
1768
  `,Or=e=>r.css`
1768
1769
  width: 20px;
1769
1770
  height: 20px;
package/dist/index.esm.js CHANGED
@@ -1805,6 +1805,7 @@ import{createSystem as e,defaultConfig as t,Button as r,Box as n,Spinner as o,Ic
1805
1805
  border-radius: 2px;
1806
1806
  background-color: ${e};
1807
1807
  border: 1px solid ${te("neutral",400)};
1808
+ margin-top: 5px;
1808
1809
  `,Yn=e=>j`
1809
1810
  width: 20px;
1810
1811
  height: 20px;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worldresources/wri-design-systems",
3
- "version": "2.126.1",
3
+ "version": "2.126.2",
4
4
  "description": "WRI UI Library",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",