@onereach/styles 2.35.1-beta.2361.0 → 2.35.1-beta.2362.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-beta.2361.0",
3
+ "version": "2.35.1-beta.2362.0",
4
4
  "description": "Styles for or-ui-next",
5
5
  "license": "UNLICENSED",
6
6
  "main": "./main.css",
@@ -115,8 +115,7 @@ module.exports = {
115
115
 
116
116
  '100%': {
117
117
  strokeDasharray: '25%, 100%',
118
- // calc added here only for safari support
119
- strokeDashoffset: 'calc((100% - 0px) * -2.5)',
118
+ strokeDashoffset: '-250%',
120
119
  },
121
120
  },
122
121
 
@@ -143,6 +142,7 @@ module.exports = {
143
142
  },
144
143
 
145
144
  boxShadow: {
145
+ 'none': '0 0 #0000',
146
146
  ...parseBoxShadowTokens(boxShadowTokens),
147
147
  DEFAULT: '0 1px 1px rgba(0 0 0 / 0.24), 0 0 1px rgba(0 0 0 / 0.16)',
148
148
  },