@onereach/styles 2.34.0-beta.2234.0 → 2.34.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.
@@ -51,20 +51,20 @@ $design-tokens: (
51
51
  black: #000
52
52
  ),
53
53
  dark: (
54
- primary: #A4C8FF,
55
- error: #FFB4A9,
56
- warning: #FBBC0C,
57
- success: #6CE036,
58
- neutral-0: #1B1B1D,
59
- neutral-1: #222428,
60
- neutral-2: #26292F,
61
- neutral-3: #2A2E36,
62
- neutral-4: #E1EAF6,
63
- neutral-5: #DFE8F6,
64
- neutral-6: #E3E2E6,
65
- c-body-bg: #1B1B1D,
66
- white: #222428,
67
- black: #fff
54
+ primary: #c94277,
55
+ error: #2f0a28,
56
+ warning: #A27E6F,
57
+ success: #cadbc0,
58
+ neutral-0: #A27E6F,
59
+ neutral-1: #9F7366,
60
+ neutral-2: #94524A,
61
+ neutral-3: #7B4042,
62
+ neutral-4: #622E39,
63
+ neutral-5: #491C31,
64
+ neutral-6: #B6AD98,
65
+ c-body-bg: #fff,
66
+ white: #fff,
67
+ black: #000
68
68
  ),
69
69
  custom: (
70
70
  primary: rgb(236, 0, 140),
package/tokens.css CHANGED
@@ -63,6 +63,14 @@
63
63
  --or-c-warning-opacity-0-16: rgba(153,112,0,0.16);
64
64
  --or-c-overlay: rgba(27,27,29,0.8);
65
65
  --or-c-outline-variant: rgba(223,226,235,1);
66
+ --or-c-primary-hover-opacity-0-08: rgba(0,119,220,0.08);
67
+ --or-c-primary-hover-opacity-0-12: rgba(0,119,220,0.12);
68
+ --or-c-primary-hover-opacity-0-16: rgba(0,119,220,0.16);
69
+ --or-c-primary-hover-opacity-0-32: rgba(0,119,220,0.32);
70
+ --or-c-primary-hover-opacity-0-48: rgba(0,119,220,0.48);
71
+ --or-c-primary-hover-opacity-0-64: rgba(0,119,220,0.64);
72
+ --or-c-primary-hover-opacity-0-80: rgba(0,119,220,0.8);
73
+ --or-c-primary-hover-opacity-0-96: rgba(0,119,220,0.96);
66
74
  }
67
75
  [data-theme="dark-mode"], [data-theme="dark"] {
68
76
  --or-c-primary: rgba(164,200,255,1);
@@ -125,4 +133,12 @@
125
133
  --or-c-warning-opacity-0-16: rgba(251,188,12,0.16);
126
134
  --or-c-overlay: rgba(27,27,29,0.8);
127
135
  --or-c-outline-variant: rgba(67,71,78,1);
136
+ --or-c-primary-hover-opacity-0-08: rgba(111,174,255,0.08);
137
+ --or-c-primary-hover-opacity-0-12: rgba(111,174,255,0.12);
138
+ --or-c-primary-hover-opacity-0-16: rgba(111,174,255,0.16);
139
+ --or-c-primary-hover-opacity-0-32: rgba(111,174,255,0.32);
140
+ --or-c-primary-hover-opacity-0-48: rgba(111,174,255,0.48);
141
+ --or-c-primary-hover-opacity-0-64: rgba(111,174,255,0.64);
142
+ --or-c-primary-hover-opacity-0-80: rgba(111,174,255,0.8);
143
+ --or-c-primary-hover-opacity-0-96: rgba(111,174,255,0.96);
128
144
  }