@worldresources/wri-design-systems 2.162.0 → 2.163.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/dist/index.cjs.js CHANGED
@@ -2434,7 +2434,7 @@ function Jd(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
2434
2434
  height: 6px;
2435
2435
  border-color: ${h("neutral",300)};
2436
2436
  border-radius: 4px;
2437
- margin: 8px auto;
2437
+ margin: 6px auto;
2438
2438
  cursor: grab;
2439
2439
  border: 2px;
2440
2440
  &:focus {
package/dist/index.esm.js CHANGED
@@ -2490,7 +2490,7 @@ function Ph(e,t){var n=Object.keys(e);if(Object.getOwnPropertySymbols){var r=Obj
2490
2490
  height: 6px;
2491
2491
  border-color: ${we("neutral",300)};
2492
2492
  border-radius: 4px;
2493
- margin: 8px auto;
2493
+ margin: 6px auto;
2494
2494
  cursor: grab;
2495
2495
  border: 2px;
2496
2496
  &:focus {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worldresources/wri-design-systems",
3
- "version": "2.162.0",
3
+ "version": "2.163.0",
4
4
  "description": "WRI UI Library",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",