@worldresources/wri-design-systems 2.191.3 → 2.191.4

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
@@ -1177,7 +1177,6 @@
1177
1177
  width: 100%;
1178
1178
  border-radius: 4px;
1179
1179
  padding: ${"small"===e?"4px 8px":"12px"};
1180
- margin-top: 8px;
1181
1180
  background-color: ${h("neutral",100)};
1182
1181
  color: ${h("neutral",800)};
1183
1182
  border: 1px solid ${h("neutral",400)};
package/dist/index.esm.js CHANGED
@@ -1206,7 +1206,6 @@ import{createSystem as e,defaultConfig as t,Button as n,Box as r,Spinner as o,Ic
1206
1206
  width: 100%;
1207
1207
  border-radius: 4px;
1208
1208
  padding: ${"small"===e?"4px 8px":"12px"};
1209
- margin-top: 8px;
1210
1209
  background-color: ${Re("neutral",100)};
1211
1210
  color: ${Re("neutral",800)};
1212
1211
  border: 1px solid ${Re("neutral",400)};
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worldresources/wri-design-systems",
3
- "version": "2.191.3",
3
+ "version": "2.191.4",
4
4
  "description": "WRI UI Library",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",