@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 +1 -1
- package/dist/index.esm.js +1 -1
- package/package.json +1 -1
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:
|
|
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:
|
|
2493
|
+
margin: 6px auto;
|
|
2494
2494
|
cursor: grab;
|
|
2495
2495
|
border: 2px;
|
|
2496
2496
|
&:focus {
|