@onereach/styles 16.2.0-beta.4757.0 → 16.2.0-beta.4808.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/base.layer.css CHANGED
@@ -1,18 +1,8 @@
1
1
  @layer base {
2
2
 
3
- .light-scheme {
4
- color-scheme: only light;
5
- }
6
-
7
- .dark-scheme {
8
- color-scheme: only dark;
9
- }
10
-
11
3
  body {
12
4
  @apply text-on-background dark:text-on-background-dark;
13
- @apply typography-body-1-regular;
14
- @apply light-scheme dark:dark-scheme;
15
-
5
+ @apply typography-body-1-regular
16
6
  }
17
7
 
18
8
  }
package/main-v3.css CHANGED
@@ -4,5 +4,6 @@
4
4
 
5
5
  @import "tokens-v3.css";
6
6
  @import "font.css";
7
+ @import "scrollbar.css";
7
8
 
8
9
  @import "base.layer.css";
package/main.css CHANGED
@@ -4,6 +4,7 @@
4
4
 
5
5
  @import "tokens-v3.css";
6
6
  @import "font.css";
7
+ @import "scrollbar.css";
7
8
 
8
9
  @import "base.layer.css";
9
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@onereach/styles",
3
- "version": "16.2.0-beta.4757.0",
3
+ "version": "16.2.0-beta.4808.0",
4
4
  "description": "Styles for or-ui-next",
5
5
  "license": "UNLICENSED",
6
6
  "main": "./main.css",
@@ -44,7 +44,7 @@
44
44
  "json-to-scss": "json-to-scss mock/design-tokens.json src/variables/tokens"
45
45
  },
46
46
  "dependencies": {
47
- "@onereach/font-icons": "^16.1.2",
47
+ "@onereach/font-icons": "^16.2.0-beta.4808.0",
48
48
  "tailwindcss": "3.3.3"
49
49
  },
50
50
  "devDependencies": {