@onereach/styles 2.35.1 → 2.35.2-beta.2368.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.35.1",
3
+ "version": "2.35.2-beta.2368.0",
4
4
  "description": "Styles for or-ui-next",
5
5
  "license": "UNLICENSED",
6
6
  "main": "./main.css",
@@ -53,6 +53,5 @@
53
53
  },
54
54
  "publishConfig": {
55
55
  "access": "public"
56
- },
57
- "gitHead": "cfa25cc86fde585263be7e6e8562054b3cd084c5"
56
+ }
58
57
  }
@@ -143,6 +143,7 @@ module.exports = {
143
143
  },
144
144
 
145
145
  boxShadow: {
146
+ 'none': '0 0 #0000',
146
147
  ...parseBoxShadowTokens(boxShadowTokens),
147
148
  DEFAULT: '0 1px 1px rgba(0 0 0 / 0.24), 0 0 1px rgba(0 0 0 / 0.16)',
148
149
  },