@onereach/styles 2.35.1-beta.2365.0 → 2.35.1
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.1",
|
|
4
4
|
"description": "Styles for or-ui-next",
|
|
5
5
|
"license": "UNLICENSED",
|
|
6
6
|
"main": "./main.css",
|
|
@@ -53,5 +53,6 @@
|
|
|
53
53
|
},
|
|
54
54
|
"publishConfig": {
|
|
55
55
|
"access": "public"
|
|
56
|
-
}
|
|
56
|
+
},
|
|
57
|
+
"gitHead": "cfa25cc86fde585263be7e6e8562054b3cd084c5"
|
|
57
58
|
}
|
|
@@ -115,7 +115,8 @@ module.exports = {
|
|
|
115
115
|
|
|
116
116
|
'100%': {
|
|
117
117
|
strokeDasharray: '25%, 100%',
|
|
118
|
-
|
|
118
|
+
// calc added here only for safari support
|
|
119
|
+
strokeDashoffset: 'calc((100% - 0px) * -2.5)',
|
|
119
120
|
},
|
|
120
121
|
},
|
|
121
122
|
|
|
@@ -218,7 +219,6 @@ module.exports = {
|
|
|
218
219
|
|
|
219
220
|
addVariant('children', ['& > *']);
|
|
220
221
|
addVariant('first-child', ['& > *:first-child']);
|
|
221
|
-
addVariant('intermediate-child', ['& > *:not(:first-child):not(:last-child)']);
|
|
222
222
|
addVariant('last-child', ['& > *:last-child']);
|
|
223
223
|
|
|
224
224
|
addVariant('links', ['& :any-link']);
|