@onereach/styles 7.0.0 → 7.0.1-beta.4435.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": "7.0.0",
3
+ "version": "7.0.1-beta.4435.0",
4
4
  "description": "Styles for or-ui-next",
5
5
  "license": "UNLICENSED",
6
6
  "main": "./main.css",
@@ -57,6 +57,5 @@
57
57
  },
58
58
  "publishConfig": {
59
59
  "access": "public"
60
- },
61
- "gitHead": "5f6a3de4881b278d0afcad8a4cebe31504201c52"
60
+ }
62
61
  }
@@ -1295,6 +1295,10 @@
1295
1295
  {
1296
1296
  "name" : "lg",
1297
1297
  "value" : "8px"
1298
+ },
1299
+ {
1300
+ "name" : "xl",
1301
+ "value" : "16px"
1298
1302
  }
1299
1303
  ],
1300
1304
  "fonts" : [
@@ -1732,6 +1732,7 @@
1732
1732
  "sm": "2px",
1733
1733
  "md": "4px",
1734
1734
  "lg": "8px",
1735
+ "xl": "16px",
1735
1736
  "full": "9999px"
1736
1737
  },
1737
1738
  "borderWidth": {