@onereach/styles 2.28.1-beta.1845.0 → 2.28.1-beta.1847.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/styles",
3
- "version": "2.28.1-beta.1845.0",
3
+ "version": "2.28.1-beta.1847.0",
4
4
  "description": "Styles for or-ui-next",
5
5
  "main": "./main.css",
6
6
  "unpkg": "./main.css",
@@ -33,7 +33,9 @@ module.exports = {
33
33
  '2xl': '1536px',
34
34
  },
35
35
 
36
- spacing: parseSpacingTokens(spacingTokens),
36
+ spacing: {
37
+ ...parseSpacingTokens(spacingTokens),
38
+ },
37
39
 
38
40
  backgroundColor: {
39
41
  // Avoid using `text` colors as a background (only for corner cases)
@@ -129,6 +131,7 @@ module.exports = {
129
131
  },
130
132
 
131
133
  borderRadius: {
134
+ '0': '0px',
132
135
  ...parseBorderRadiusTokens(borderRadiusTokens),
133
136
  'full': '9999px',
134
137
  },