@onereach/styles 2.35.1-beta.2362.0 → 2.35.1-beta.2363.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
|
@@ -142,7 +142,6 @@ module.exports = {
|
|
|
142
142
|
},
|
|
143
143
|
|
|
144
144
|
boxShadow: {
|
|
145
|
-
'none': '0 0 #0000',
|
|
146
145
|
...parseBoxShadowTokens(boxShadowTokens),
|
|
147
146
|
DEFAULT: '0 1px 1px rgba(0 0 0 / 0.24), 0 0 1px rgba(0 0 0 / 0.16)',
|
|
148
147
|
},
|
|
@@ -219,6 +218,7 @@ module.exports = {
|
|
|
219
218
|
|
|
220
219
|
addVariant('children', ['& > *']);
|
|
221
220
|
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']);
|