@onereach/styles 2.36.1-beta.2385.0 → 2.36.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.36.1-beta.2385.0",
3
+ "version": "2.36.1",
4
4
  "description": "Styles for or-ui-next",
5
5
  "license": "UNLICENSED",
6
6
  "main": "./main.css",
@@ -21,7 +21,8 @@
21
21
  "tokens.css",
22
22
  "main-v3.css",
23
23
  "font.css",
24
- "scrollbar.css"
24
+ "scrollbar.css",
25
+ "temporary-dark-v2.css"
25
26
  ],
26
27
  "scripts": {
27
28
  "dev": "pnpm build:scss -- --watch",
@@ -53,5 +54,6 @@
53
54
  },
54
55
  "publishConfig": {
55
56
  "access": "public"
56
- }
57
+ },
58
+ "gitHead": "7ac0b1f0fd9ec4a8367ec5a74d5c78c3d4b03351"
57
59
  }
@@ -220,7 +220,6 @@ module.exports = {
220
220
 
221
221
  addVariant('children', ['& > *']);
222
222
  addVariant('first-child', ['& > *:first-child']);
223
- addVariant('intermediate-child', ['& > *:not(:first-child):not(:last-child)']);
224
223
  addVariant('last-child', ['& > *:last-child']);
225
224
 
226
225
  addVariant('links', ['& :any-link']);
@@ -0,0 +1,3 @@
1
+ [data-theme="dark"] {
2
+ color: var(--c-neutral-6);
3
+ }