@onereach/styles 2.12.1-next.947.0 → 2.12.1-next.950.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.12.1-next.947.0",
3
+ "version": "2.12.1-next.950.0",
4
4
  "description": "Styles for or-ui-next",
5
5
  "license": "UNLICENSED",
6
6
  "main": "./main.css",
@@ -203,6 +203,8 @@ module.exports = {
203
203
  '&[type="radio"]:not(:checked)',
204
204
  ]);
205
205
 
206
+ addVariant('selected', '&[selected]');
207
+
206
208
  addVariant('valid', ['&:valid', '&:not([invalid])']);
207
209
  addVariant('invalid', ['&:invalid', '&[invalid]']);
208
210