@etus/tokens 0.1.1 → 0.1.2
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/dist/tokens.css +1452 -1251
- package/dist/tokens.d.ts +7 -0
- package/dist/tokens.js +2407 -0
- package/dist/tokens.meta.json +13671 -0
- package/package.json +6 -4
- package/dist/tokens.ts +0 -2596
package/dist/tokens.css
CHANGED
|
@@ -7,13 +7,8 @@
|
|
|
7
7
|
|
|
8
8
|
/* Light Theme & Global Tokens */
|
|
9
9
|
:root {
|
|
10
|
-
--accent-
|
|
11
|
-
--accent
|
|
12
|
-
--accent-foreground-dark: oklch(95.66% 0.0052 67.76);
|
|
13
|
-
--accent-foreground-light: oklch(19.53% 0.0020 106.58);
|
|
14
|
-
--accent-foreground: oklch(19.53% 0.0020 106.58);
|
|
15
|
-
--accent-light: oklch(97.74% 0.0368 137.83);
|
|
16
|
-
--accent: oklch(97.74% 0.0368 137.83);
|
|
10
|
+
--accent-foreground: oklch(26.88% 0.0527 163.85);
|
|
11
|
+
--accent: oklch(95.21% 0.0467 171.12);
|
|
17
12
|
--accordion-content-padding-bottom-lg: 24px;
|
|
18
13
|
--accordion-content-padding-bottom-md: 16px;
|
|
19
14
|
--accordion-content-padding-bottom-sm: 8px;
|
|
@@ -36,35 +31,26 @@
|
|
|
36
31
|
--alert-root-padding-y: 12px;
|
|
37
32
|
--alert-root-radius: 0.5rem;
|
|
38
33
|
--alert-variant-default-bg: oklch(100.00% 0.0000 0);
|
|
39
|
-
--alert-variant-default-border: oklch(92.
|
|
40
|
-
--alert-variant-default-fg: oklch(
|
|
34
|
+
--alert-variant-default-border: oklch(92.19% 0.0000 0);
|
|
35
|
+
--alert-variant-default-fg: oklch(14.48% 0.0000 0);
|
|
41
36
|
--alert-variant-destructive-bg: oklch(100.00% 0.0000 0);
|
|
42
|
-
--alert-variant-destructive-border: oklch(
|
|
43
|
-
--alert-variant-destructive-fg: oklch(
|
|
44
|
-
--alpha-10: oklch(100.00% 0.0000 0 / 90.2%);
|
|
45
|
-
--alpha-20: oklch(100.00% 0.0000 0 / 80.0%);
|
|
46
|
-
--alpha-30: oklch(100.00% 0.0000 0 / 70.2%);
|
|
47
|
-
--alpha-40: oklch(100.00% 0.0000 0 / 60.0%);
|
|
48
|
-
--alpha-50: oklch(100.00% 0.0000 0 / 50.2%);
|
|
49
|
-
--alpha-5: oklch(100.00% 0.0000 0 / 94.9%);
|
|
50
|
-
--alpha-60: oklch(100.00% 0.0000 0 / 40.0%);
|
|
51
|
-
--alpha-70: oklch(100.00% 0.0000 0 / 30.2%);
|
|
52
|
-
--alpha-80: oklch(100.00% 0.0000 0 / 20.0%);
|
|
53
|
-
--alpha-90: oklch(100.00% 0.0000 0 / 10.2%);
|
|
37
|
+
--alert-variant-destructive-border: oklch(57.71% 0.2152 27.33);
|
|
38
|
+
--alert-variant-destructive-fg: oklch(57.71% 0.2152 27.33);
|
|
54
39
|
--asset-manager-grid-columns: minmax(200px, 1fr);
|
|
55
40
|
--asset-manager-grid-gap: 16px;
|
|
56
41
|
--asset-manager-item-background: oklch(100.00% 0.0000 0);
|
|
57
|
-
--asset-manager-item-border: oklch(92.
|
|
42
|
+
--asset-manager-item-border: oklch(92.19% 0.0000 0);
|
|
58
43
|
--asset-manager-item-radius: 0.375rem;
|
|
59
|
-
--asset-manager-preview-background: oklch(
|
|
44
|
+
--asset-manager-preview-background: oklch(97.02% 0.0000 0);
|
|
60
45
|
--asset-manager-preview-height: 150px;
|
|
46
|
+
--asset-manager-root-min-height-lg: 600px;
|
|
61
47
|
--autocomplete-content-bg: oklch(100.00% 0.0000 0);
|
|
62
|
-
--autocomplete-content-border: oklch(92.
|
|
63
|
-
--autocomplete-content-fg: oklch(
|
|
48
|
+
--autocomplete-content-border: oklch(92.19% 0.0000 0);
|
|
49
|
+
--autocomplete-content-fg: oklch(14.48% 0.0000 0);
|
|
64
50
|
--autocomplete-content-margin-top: 4px;
|
|
65
51
|
--autocomplete-content-radius: 0.375rem;
|
|
66
52
|
--autocomplete-content-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
67
|
-
--autocomplete-empty-fg: oklch(
|
|
53
|
+
--autocomplete-empty-fg: oklch(71.55% 0.0000 0);
|
|
68
54
|
--autocomplete-empty-padding: 8px;
|
|
69
55
|
--autocomplete-empty-text: 0.875rem;
|
|
70
56
|
--autocomplete-input-height-lg: 40px;
|
|
@@ -80,28 +66,28 @@
|
|
|
80
66
|
--autocomplete-input-text-lg: 1rem;
|
|
81
67
|
--autocomplete-input-text-md: 0.875rem;
|
|
82
68
|
--autocomplete-input-text-sm: 0.875rem;
|
|
83
|
-
--autocomplete-item-highlighted-bg: oklch(
|
|
84
|
-
--autocomplete-item-highlighted-fg: oklch(
|
|
69
|
+
--autocomplete-item-highlighted-bg: oklch(95.21% 0.0467 171.12);
|
|
70
|
+
--autocomplete-item-highlighted-fg: oklch(26.88% 0.0527 163.85);
|
|
85
71
|
--autocomplete-item-padding-x: 8px;
|
|
86
72
|
--autocomplete-item-padding-y: 6px;
|
|
87
73
|
--autocomplete-item-radius: 0.125rem;
|
|
88
74
|
--autocomplete-item-text: 0.875rem;
|
|
89
|
-
--autocomplete-loading-fg: oklch(
|
|
75
|
+
--autocomplete-loading-fg: oklch(71.55% 0.0000 0);
|
|
90
76
|
--autocomplete-loading-padding: 8px;
|
|
91
77
|
--autocomplete-loading-text: 0.875rem;
|
|
92
78
|
--avatar-border-contrast: rgba(0, 0, 0, 0.08);
|
|
93
|
-
--avatar-fallback-bg-default: oklch(
|
|
94
|
-
--avatar-fallback-bg-destructive: oklch(
|
|
95
|
-
--avatar-fallback-bg-primary: oklch(81.
|
|
96
|
-
--avatar-fallback-bg-secondary: oklch(
|
|
97
|
-
--avatar-fallback-bg-success: oklch(
|
|
98
|
-
--avatar-fallback-bg-warning: oklch(
|
|
99
|
-
--avatar-fallback-text-default: oklch(
|
|
100
|
-
--avatar-fallback-text-destructive: oklch(
|
|
101
|
-
--avatar-fallback-text-primary: oklch(
|
|
102
|
-
--avatar-fallback-text-secondary: oklch(
|
|
103
|
-
--avatar-fallback-text-success: oklch(
|
|
104
|
-
--avatar-fallback-text-warning: oklch(
|
|
79
|
+
--avatar-fallback-bg-default: oklch(97.02% 0.0000 0);
|
|
80
|
+
--avatar-fallback-bg-destructive: oklch(57.71% 0.2152 27.33);
|
|
81
|
+
--avatar-fallback-bg-primary: oklch(81.75% 0.1821 159.79);
|
|
82
|
+
--avatar-fallback-bg-secondary: oklch(97.98% 0.0312 139.44);
|
|
83
|
+
--avatar-fallback-bg-success: oklch(62.71% 0.1699 149.21);
|
|
84
|
+
--avatar-fallback-bg-warning: oklch(68.06% 0.1423 75.83);
|
|
85
|
+
--avatar-fallback-text-default: oklch(71.55% 0.0000 0);
|
|
86
|
+
--avatar-fallback-text-destructive: oklch(100.00% 0.0000 0);
|
|
87
|
+
--avatar-fallback-text-primary: oklch(18.34% 0.0338 166.67);
|
|
88
|
+
--avatar-fallback-text-secondary: oklch(28.73% 0.0661 137.75);
|
|
89
|
+
--avatar-fallback-text-success: oklch(100.00% 0.0000 0);
|
|
90
|
+
--avatar-fallback-text-warning: oklch(100.00% 0.0000 0);
|
|
105
91
|
--avatar-radius-circle: 9999px;
|
|
106
92
|
--avatar-radius-square: 0.375rem;
|
|
107
93
|
--avatar-size-2xl: 64px;
|
|
@@ -116,24 +102,19 @@
|
|
|
116
102
|
--avatar-text-sm: 0.875rem;
|
|
117
103
|
--avatar-text-xl: 1.25rem;
|
|
118
104
|
--avatar-text-xs: 0.75rem;
|
|
119
|
-
--background-dark: oklch(13.39% 0.0026 106.74);
|
|
120
|
-
--background-dark:input\30: oklch(100.00% 0.0000 0);
|
|
121
|
-
--background-light: oklch(100.00% 0.0000 0);
|
|
122
105
|
--background: oklch(100.00% 0.0000 0);
|
|
123
|
-
--badge-bg
|
|
124
|
-
--badge-
|
|
125
|
-
--badge-color-destructive-
|
|
126
|
-
--badge-color-destructive-border: oklch(56.65% 0.1994 21.83);
|
|
127
|
-
--badge-color-destructive-fg: oklch(95.00% 0.0174 13.10);
|
|
106
|
+
--badge-color-destructive-bg: oklch(57.71% 0.2152 27.33);
|
|
107
|
+
--badge-color-destructive-border: oklch(57.71% 0.2152 27.33);
|
|
108
|
+
--badge-color-destructive-fg: oklch(100.00% 0.0000 0);
|
|
128
109
|
--badge-color-outline-bg: transparent;
|
|
129
|
-
--badge-color-outline-border: oklch(92.
|
|
130
|
-
--badge-color-outline-fg: oklch(
|
|
131
|
-
--badge-color-primary-bg: oklch(81.
|
|
132
|
-
--badge-color-primary-border: oklch(81.
|
|
133
|
-
--badge-color-primary-fg: oklch(
|
|
134
|
-
--badge-color-secondary-bg: oklch(
|
|
135
|
-
--badge-color-secondary-border: oklch(92.
|
|
136
|
-
--badge-color-secondary-fg: oklch(
|
|
110
|
+
--badge-color-outline-border: oklch(92.19% 0.0000 0);
|
|
111
|
+
--badge-color-outline-fg: oklch(14.48% 0.0000 0);
|
|
112
|
+
--badge-color-primary-bg: oklch(81.75% 0.1821 159.79);
|
|
113
|
+
--badge-color-primary-border: oklch(81.75% 0.1821 159.79);
|
|
114
|
+
--badge-color-primary-fg: oklch(18.34% 0.0338 166.67);
|
|
115
|
+
--badge-color-secondary-bg: oklch(97.98% 0.0312 139.44);
|
|
116
|
+
--badge-color-secondary-border: oklch(92.19% 0.0000 0);
|
|
117
|
+
--badge-color-secondary-fg: oklch(28.73% 0.0661 137.75);
|
|
137
118
|
--badge-radius-default: 0.375rem;
|
|
138
119
|
--badge-radius-pill: 9999px;
|
|
139
120
|
--badge-size-lg-h: 28px;
|
|
@@ -145,45 +126,39 @@
|
|
|
145
126
|
--badge-size-sm-h: 22px;
|
|
146
127
|
--badge-size-sm-px: 8px;
|
|
147
128
|
--badge-size-sm-text: 0.75rem;
|
|
148
|
-
--badge-text-alert: oklch(19.53% 0.0020 106.58);
|
|
149
129
|
--banner-root-gap: 8px;
|
|
150
130
|
--banner-root-padding-x: 16px;
|
|
151
131
|
--banner-root-padding-y: 12px;
|
|
152
132
|
--banner-text-size: 0.875rem;
|
|
133
|
+
--base-black-20: oklch(0.00% 0.0000 0 / 20.0%);
|
|
134
|
+
--base-black-40: oklch(0.00% 0.0000 0 / 40.0%);
|
|
135
|
+
--base-black-60: oklch(0.00% 0.0000 0 / 60.0%);
|
|
136
|
+
--base-black-80: oklch(0.00% 0.0000 0 / 80.0%);
|
|
153
137
|
--base-black: oklch(0.00% 0.0000 0);
|
|
154
|
-
--base-transparent: oklch(
|
|
138
|
+
--base-transparent: oklch(0.00% 0.0000 0 / 0.0%);
|
|
155
139
|
--base-white: oklch(100.00% 0.0000 0);
|
|
156
|
-
--
|
|
157
|
-
--
|
|
158
|
-
--
|
|
159
|
-
--
|
|
160
|
-
--
|
|
161
|
-
--
|
|
162
|
-
--
|
|
163
|
-
--
|
|
164
|
-
--
|
|
165
|
-
--
|
|
166
|
-
--
|
|
167
|
-
--border-
|
|
168
|
-
--border-semantic-
|
|
169
|
-
--border-semantic-
|
|
170
|
-
--border-semantic-
|
|
171
|
-
--border-semantic-
|
|
172
|
-
--border-semantic-
|
|
173
|
-
--border-semantic-
|
|
174
|
-
--border-semantic-
|
|
175
|
-
--border
|
|
176
|
-
--
|
|
177
|
-
--
|
|
178
|
-
--border-style-double: double;
|
|
179
|
-
--border-style-hidden: hidden;
|
|
180
|
-
--border-style-none: none;
|
|
181
|
-
--border-style-solid: solid;
|
|
182
|
-
--border-width-border-3: 3px;
|
|
183
|
-
--border-width-border-5: 5px;
|
|
184
|
-
--border-width-border-6: 6px;
|
|
185
|
-
--border-width-border-7: 6px;
|
|
186
|
-
--border: oklch(92.82% 0.0029 84.56);
|
|
140
|
+
--blue-100: oklch(93.19% 0.0316 255.59);
|
|
141
|
+
--blue-200: oklch(88.23% 0.0571 254.13);
|
|
142
|
+
--blue-300: oklch(80.91% 0.0956 251.81);
|
|
143
|
+
--blue-400: oklch(71.37% 0.1434 254.62);
|
|
144
|
+
--blue-500: oklch(62.31% 0.1880 259.81);
|
|
145
|
+
--blue-50: oklch(97.05% 0.0142 254.60);
|
|
146
|
+
--blue-600: oklch(54.61% 0.2152 262.88);
|
|
147
|
+
--blue-700: oklch(48.82% 0.2172 264.38);
|
|
148
|
+
--blue-800: oklch(42.44% 0.1809 265.64);
|
|
149
|
+
--blue-900: oklch(37.91% 0.1378 265.52);
|
|
150
|
+
--blue-950: oklch(28.23% 0.0874 267.94);
|
|
151
|
+
--border-semantic-default: oklch(92.19% 0.0000 0);
|
|
152
|
+
--border-semantic-disabled: oklch(92.19% 0.0000 0);
|
|
153
|
+
--border-semantic-error: oklch(63.68% 0.2078 25.33);
|
|
154
|
+
--border-semantic-focus: oklch(81.75% 0.1821 159.79);
|
|
155
|
+
--border-semantic-strong: oklch(71.55% 0.0000 0);
|
|
156
|
+
--border-semantic-subtle: oklch(97.02% 0.0000 0);
|
|
157
|
+
--border-semantic-success: oklch(62.71% 0.1699 149.21);
|
|
158
|
+
--border-semantic-warning: oklch(66.58% 0.1574 58.32);
|
|
159
|
+
--border: oklch(92.19% 0.0000 0);
|
|
160
|
+
--brand-accent-background: oklch(95.21% 0.0467 171.12);
|
|
161
|
+
--brand-accent-foreground: oklch(26.88% 0.0527 163.85);
|
|
187
162
|
--brand-green-dark: oklch(47.37% 0.1147 155.11);
|
|
188
163
|
--brand-green-light: oklch(91.50% 0.1458 137.94);
|
|
189
164
|
--brand-green-primary: oklch(88.23% 0.2057 138.41);
|
|
@@ -198,44 +173,79 @@
|
|
|
198
173
|
--brand-neutral-gray-05: oklch(93.45% 0.0058 84.57);
|
|
199
174
|
--brand-neutral-gray-06: oklch(96.11% 0.0041 91.45);
|
|
200
175
|
--brand-neutral-off-white: oklch(98.56% 0.0017 67.80);
|
|
176
|
+
--brand-primary-100: oklch(95.21% 0.0467 171.12);
|
|
177
|
+
--brand-primary-200: oklch(90.88% 0.0912 168.55);
|
|
178
|
+
--brand-primary-300: oklch(87.18% 0.1296 166.48);
|
|
179
|
+
--brand-primary-400: oklch(84.11% 0.1609 163.31);
|
|
180
|
+
--brand-primary-500: oklch(81.75% 0.1821 159.79);
|
|
181
|
+
--brand-primary-50: oklch(97.65% 0.0243 170.99);
|
|
182
|
+
--brand-primary-600: oklch(69.20% 0.1533 159.90);
|
|
183
|
+
--brand-primary-700: oklch(56.08% 0.1221 160.56);
|
|
184
|
+
--brand-primary-800: oklch(42.11% 0.0897 161.06);
|
|
185
|
+
--brand-primary-900: oklch(26.88% 0.0527 163.85);
|
|
186
|
+
--brand-primary-950: oklch(18.34% 0.0338 166.67);
|
|
187
|
+
--brand-primary-active: oklch(56.08% 0.1221 160.56);
|
|
188
|
+
--brand-primary-background: oklch(81.75% 0.1821 159.79);
|
|
189
|
+
--brand-primary-border: oklch(90.88% 0.0912 168.55);
|
|
190
|
+
--brand-primary-foreground: oklch(18.34% 0.0338 166.67);
|
|
191
|
+
--brand-primary-hover: oklch(69.20% 0.1533 159.90);
|
|
192
|
+
--brand-primary-subtle-foreground: oklch(56.08% 0.1221 160.56);
|
|
193
|
+
--brand-primary-subtle: oklch(97.65% 0.0243 170.99);
|
|
194
|
+
--brand-secondary-100: oklch(97.98% 0.0312 139.44);
|
|
195
|
+
--brand-secondary-200: oklch(94.80% 0.0824 139.21);
|
|
196
|
+
--brand-secondary-300: oklch(92.69% 0.1227 138.76);
|
|
197
|
+
--brand-secondary-400: oklch(89.58% 0.1950 137.90);
|
|
198
|
+
--brand-secondary-500: oklch(87.82% 0.2037 137.75);
|
|
199
|
+
--brand-secondary-50: oklch(98.93% 0.0139 138.71);
|
|
200
|
+
--brand-secondary-600: oklch(72.57% 0.1684 137.62);
|
|
201
|
+
--brand-secondary-700: oklch(58.24% 0.1354 137.66);
|
|
202
|
+
--brand-secondary-800: oklch(42.97% 0.0993 137.99);
|
|
203
|
+
--brand-secondary-900: oklch(28.73% 0.0661 137.75);
|
|
204
|
+
--brand-secondary-950: oklch(21.23% 0.0502 138.22);
|
|
205
|
+
--brand-secondary-active: oklch(58.24% 0.1354 137.66);
|
|
206
|
+
--brand-secondary-background: oklch(87.82% 0.2037 137.75);
|
|
201
207
|
--brand-secondary-blue-01: oklch(87.65% 0.0705 214.23);
|
|
202
208
|
--brand-secondary-blue-02: oklch(91.74% 0.0496 213.90);
|
|
203
209
|
--brand-secondary-blue-03: oklch(94.53% 0.0369 213.51);
|
|
210
|
+
--brand-secondary-border: oklch(94.80% 0.0824 139.21);
|
|
211
|
+
--brand-secondary-foreground: oklch(21.23% 0.0502 138.22);
|
|
204
212
|
--brand-secondary-green-01: oklch(89.98% 0.1534 125.85);
|
|
205
213
|
--brand-secondary-green-02: oklch(92.74% 0.1074 124.65);
|
|
206
214
|
--brand-secondary-green-03: oklch(95.61% 0.0839 124.49);
|
|
215
|
+
--brand-secondary-hover: oklch(72.57% 0.1684 137.62);
|
|
207
216
|
--brand-secondary-pink-01: oklch(83.87% 0.0897 344.52);
|
|
208
217
|
--brand-secondary-pink-02: oklch(90.22% 0.0546 343.48);
|
|
209
218
|
--brand-secondary-pink-03: oklch(93.10% 0.0406 343.74);
|
|
219
|
+
--brand-secondary-subtle-foreground: oklch(58.24% 0.1354 137.66);
|
|
220
|
+
--brand-secondary-subtle: oklch(98.93% 0.0139 138.71);
|
|
210
221
|
--brand-secondary-yellow-01: oklch(92.74% 0.1387 107.93);
|
|
211
222
|
--brand-secondary-yellow-02: oklch(95.38% 0.0993 106.91);
|
|
212
223
|
--brand-secondary-yellow-03: oklch(97.51% 0.0778 106.19);
|
|
213
224
|
--breadcrumb-ellipsis-size: 36px;
|
|
214
|
-
--breadcrumb-link-hover: oklch(
|
|
225
|
+
--breadcrumb-link-hover: oklch(14.48% 0.0000 0);
|
|
215
226
|
--breadcrumb-list-gap-default: 0.375rem;
|
|
216
227
|
--breadcrumb-list-gap-sm: 0.625rem;
|
|
217
|
-
--breadcrumb-list-text: oklch(
|
|
218
|
-
--breadcrumb-page-text: oklch(
|
|
228
|
+
--breadcrumb-list-text: oklch(71.55% 0.0000 0);
|
|
229
|
+
--breadcrumb-page-text: oklch(14.48% 0.0000 0);
|
|
219
230
|
--breadcrumb-separator-size: 0.875rem;
|
|
220
|
-
--
|
|
221
|
-
--
|
|
222
|
-
--
|
|
223
|
-
--
|
|
224
|
-
--
|
|
225
|
-
--
|
|
226
|
-
--
|
|
227
|
-
--
|
|
228
|
-
--
|
|
229
|
-
--
|
|
230
|
-
--
|
|
231
|
-
--
|
|
232
|
-
--
|
|
233
|
-
--button-
|
|
234
|
-
--button-disabled-
|
|
235
|
-
--button-disabled-
|
|
236
|
-
--button-
|
|
237
|
-
--button-group-item-background-
|
|
238
|
-
--button-group-item-background-hover: oklch(95.66% 0.0052 67.76);
|
|
231
|
+
--breakpoint-2xl: 1440px;
|
|
232
|
+
--breakpoint-3xl: 1920px;
|
|
233
|
+
--breakpoint-4xl: 2560px;
|
|
234
|
+
--breakpoint-lg: 1024px;
|
|
235
|
+
--breakpoint-md: 768px;
|
|
236
|
+
--breakpoint-sm: 360px;
|
|
237
|
+
--breakpoint-xl: 1280px;
|
|
238
|
+
--breakpoint-xs: 320px;
|
|
239
|
+
--breakpoints-2xl: 1440px;
|
|
240
|
+
--breakpoints-3xl: 1920px;
|
|
241
|
+
--breakpoints-4xl: 2560px;
|
|
242
|
+
--breakpoints-sm: 360px;
|
|
243
|
+
--breakpoints-xs: 320px;
|
|
244
|
+
--button-disabled-bg: oklch(97.02% 0.0000 0);
|
|
245
|
+
--button-disabled-border: oklch(92.19% 0.0000 0);
|
|
246
|
+
--button-disabled-fg: oklch(71.55% 0.0000 0);
|
|
247
|
+
--button-group-item-background-active: oklch(97.02% 0.0000 0);
|
|
248
|
+
--button-group-item-background-hover: oklch(97.02% 0.0000 0);
|
|
239
249
|
--button-group-item-background: oklch(100.00% 0.0000 0);
|
|
240
250
|
--button-group-item-font-size: 0.875rem;
|
|
241
251
|
--button-group-item-font-weight: 600;
|
|
@@ -243,45 +253,41 @@
|
|
|
243
253
|
--button-group-item-height: 40px;
|
|
244
254
|
--button-group-item-padding-x: 16px;
|
|
245
255
|
--button-group-item-padding-y: 8px;
|
|
246
|
-
--button-group-root-border-color: oklch(92.
|
|
256
|
+
--button-group-root-border-color: oklch(92.19% 0.0000 0);
|
|
247
257
|
--button-group-root-radius: 0.375rem;
|
|
248
258
|
--button-group-root-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
249
|
-
--button-group-separator-color: oklch(
|
|
250
|
-
--button-link-color-fg-
|
|
251
|
-
--button-link-color-fg-hover: oklch(81.
|
|
252
|
-
--button-link-gray-fg-
|
|
253
|
-
--button-link-gray-fg-hover: oklch(
|
|
254
|
-
--button-primary-bg-
|
|
259
|
+
--button-group-separator-color: oklch(92.19% 0.0000 0);
|
|
260
|
+
--button-link-color-fg-default: oklch(81.75% 0.1821 159.79);
|
|
261
|
+
--button-link-color-fg-hover: oklch(81.75% 0.1821 159.79);
|
|
262
|
+
--button-link-gray-fg-default: oklch(71.55% 0.0000 0);
|
|
263
|
+
--button-link-gray-fg-hover: oklch(14.48% 0.0000 0);
|
|
264
|
+
--button-primary-bg-default: oklch(81.75% 0.1821 159.79);
|
|
255
265
|
--button-primary-bg-hover: oklch(72.03% 0.1822 150.05);
|
|
256
|
-
--button-primary-border-
|
|
266
|
+
--button-primary-border-default: oklch(81.75% 0.1821 159.79);
|
|
257
267
|
--button-primary-border-hover: oklch(72.03% 0.1822 150.05);
|
|
258
|
-
--button-primary-fg-
|
|
268
|
+
--button-primary-fg-default: oklch(18.34% 0.0338 166.67);
|
|
259
269
|
--button-radius-default: 6px;
|
|
260
270
|
--button-radius-full: 9999px;
|
|
261
271
|
--button-radius-lg: 8px;
|
|
262
272
|
--button-radius-sm: 4px;
|
|
263
273
|
--button-radius-xl: 10px;
|
|
264
|
-
--button-ring-brand: oklch(81.
|
|
265
|
-
--button-ring-gray: oklch(
|
|
266
|
-
--button-secondary-color-bg-
|
|
274
|
+
--button-ring-brand: oklch(81.75% 0.1821 159.79);
|
|
275
|
+
--button-ring-gray: oklch(81.75% 0.1821 159.79);
|
|
276
|
+
--button-secondary-color-bg-default: oklch(87.87% 0.1277 154.40);
|
|
267
277
|
--button-secondary-color-bg-hover: oklch(85.41% 0.1543 153.03);
|
|
268
|
-
--button-secondary-color-border-
|
|
278
|
+
--button-secondary-color-border-default: oklch(85.41% 0.1543 153.03);
|
|
269
279
|
--button-secondary-color-border-hover: oklch(84.08% 0.1705 152.55);
|
|
270
|
-
--button-secondary-color-fg-
|
|
280
|
+
--button-secondary-color-fg-default: oklch(64.44% 0.1647 149.79);
|
|
271
281
|
--button-secondary-color-fg-hover: oklch(56.61% 0.1469 149.54);
|
|
272
|
-
--button-secondary-gray-bg-
|
|
273
|
-
--button-secondary-gray-bg-hover: oklch(
|
|
274
|
-
--button-secondary-gray-border-
|
|
275
|
-
--button-secondary-gray-border-hover: oklch(92.
|
|
276
|
-
--button-secondary-gray-fg-
|
|
277
|
-
--button-secondary-gray-fg-hover: oklch(
|
|
278
|
-
--button-shadow-
|
|
279
|
-
--button-shadow-
|
|
280
|
-
--button-shadow-
|
|
281
|
-
--button-shadow-ico-hover: oklch(64.44% 0.1647 149.79);
|
|
282
|
-
--button-shadow-ico-inactive: oklch(79.33% 0.0065 75.40);
|
|
283
|
-
--button-shadow-text-hover: oklch(45.10% 0.1203 149.15);
|
|
284
|
-
--button-shadow-text-shadow: oklch(40.23% 0.0021 67.76);
|
|
282
|
+
--button-secondary-gray-bg-default: oklch(100.00% 0.0000 0);
|
|
283
|
+
--button-secondary-gray-bg-hover: oklch(95.21% 0.0467 171.12);
|
|
284
|
+
--button-secondary-gray-border-default: oklch(92.19% 0.0000 0);
|
|
285
|
+
--button-secondary-gray-border-hover: oklch(92.19% 0.0000 0);
|
|
286
|
+
--button-secondary-gray-fg-default: oklch(14.48% 0.0000 0);
|
|
287
|
+
--button-secondary-gray-fg-hover: oklch(26.88% 0.0527 163.85);
|
|
288
|
+
--button-shadow-default: 0 1px 2px 0 rgb(0 0 0 / 0.05), 0 1px 3px 0 rgb(0 0 0 / 0.1);
|
|
289
|
+
--button-shadow-sm: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
290
|
+
--button-shadow-xs: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
285
291
|
--button-size-2xl-gap: 8px;
|
|
286
292
|
--button-size-2xl-h: 60px;
|
|
287
293
|
--button-size-2xl-leading: 28px;
|
|
@@ -317,12 +323,12 @@
|
|
|
317
323
|
--button-size-xl-px: 32px;
|
|
318
324
|
--button-size-xl-py: 12px;
|
|
319
325
|
--button-size-xl-text: 16px;
|
|
320
|
-
--button-tertiary-color-bg-hover: oklch(
|
|
321
|
-
--button-tertiary-color-fg-
|
|
322
|
-
--button-tertiary-color-fg-hover: oklch(81.
|
|
323
|
-
--button-tertiary-gray-bg-hover: oklch(
|
|
324
|
-
--button-tertiary-gray-fg-
|
|
325
|
-
--button-tertiary-gray-fg-hover: oklch(
|
|
326
|
+
--button-tertiary-color-bg-hover: oklch(97.02% 0.0000 0);
|
|
327
|
+
--button-tertiary-color-fg-default: oklch(81.75% 0.1821 159.79);
|
|
328
|
+
--button-tertiary-color-fg-hover: oklch(81.75% 0.1821 159.79);
|
|
329
|
+
--button-tertiary-gray-bg-hover: oklch(95.21% 0.0467 171.12);
|
|
330
|
+
--button-tertiary-gray-fg-default: oklch(71.55% 0.0000 0);
|
|
331
|
+
--button-tertiary-gray-fg-hover: oklch(14.48% 0.0000 0);
|
|
326
332
|
--calendar-cell-gap: 0.125rem;
|
|
327
333
|
--calendar-cell-size: 36px;
|
|
328
334
|
--calendar-container-cell-size-default: 32px;
|
|
@@ -349,21 +355,17 @@
|
|
|
349
355
|
--callout-text-md: 0.875rem;
|
|
350
356
|
--callout-text-sm: 0.75rem;
|
|
351
357
|
--card-content-padding-x: 24px;
|
|
352
|
-
--card-
|
|
353
|
-
--card-description-color: oklch(65.05% 0.0063 84.57);
|
|
358
|
+
--card-description-color: oklch(71.55% 0.0000 0);
|
|
354
359
|
--card-description-text-size: 0.875rem;
|
|
355
360
|
--card-footer-padding-top: 24px;
|
|
356
361
|
--card-footer-padding-x: 24px;
|
|
357
|
-
--card-foreground
|
|
358
|
-
--card-foreground-light: oklch(13.39% 0.0026 106.74);
|
|
359
|
-
--card-foreground: oklch(13.39% 0.0026 106.74);
|
|
362
|
+
--card-foreground: oklch(14.48% 0.0000 0);
|
|
360
363
|
--card-header-gap: 8px;
|
|
361
364
|
--card-header-padding-bottom: 24px;
|
|
362
365
|
--card-header-padding-x: 24px;
|
|
363
|
-
--card-light: oklch(100.00% 0.0000 0);
|
|
364
366
|
--card-root-background: oklch(100.00% 0.0000 0);
|
|
365
367
|
--card-root-border-width: 1px;
|
|
366
|
-
--card-root-foreground: oklch(
|
|
368
|
+
--card-root-foreground: oklch(14.48% 0.0000 0);
|
|
367
369
|
--card-root-gap: 24px;
|
|
368
370
|
--card-root-padding-y: 24px;
|
|
369
371
|
--card-root-radius: 0.75rem;
|
|
@@ -377,27 +379,17 @@
|
|
|
377
379
|
--carousel-item-gap-default: 16px;
|
|
378
380
|
--carousel-item-gap-lg: 24px;
|
|
379
381
|
--carousel-item-gap-sm: 8px;
|
|
380
|
-
--chart-1
|
|
381
|
-
--chart-
|
|
382
|
-
--chart-
|
|
383
|
-
--chart-
|
|
384
|
-
--chart-
|
|
385
|
-
--chart-2: oklch(60.02% 0.1038 184.70);
|
|
386
|
-
--chart-3-dark: oklch(76.86% 0.1647 70.08);
|
|
387
|
-
--chart-3-light: oklch(39.82% 0.0664 227.39);
|
|
388
|
-
--chart-3: oklch(39.82% 0.0664 227.39);
|
|
389
|
-
--chart-4-dark: oklch(62.68% 0.2325 303.90);
|
|
390
|
-
--chart-4-light: oklch(83.69% 0.1644 84.43);
|
|
391
|
-
--chart-4: oklch(83.69% 0.1644 84.43);
|
|
392
|
-
--chart-5-dark: oklch(56.65% 0.1994 21.83);
|
|
393
|
-
--chart-5-light: oklch(76.86% 0.1647 70.08);
|
|
394
|
-
--chart-5: oklch(76.86% 0.1647 70.08);
|
|
382
|
+
--chart-1: oklch(81.75% 0.1821 159.79);
|
|
383
|
+
--chart-2: oklch(66.68% 0.2591 322.15);
|
|
384
|
+
--chart-3: oklch(62.31% 0.1880 259.81);
|
|
385
|
+
--chart-4: oklch(86.06% 0.1731 91.94);
|
|
386
|
+
--chart-5: oklch(63.68% 0.2078 25.33);
|
|
395
387
|
--chart-indicator-dot-size: 10px;
|
|
396
388
|
--chart-indicator-line-width: 4px;
|
|
397
389
|
--chart-legend-gap: 16px;
|
|
398
390
|
--chart-legend-padding: 12px;
|
|
399
391
|
--chart-tooltip-bg: oklch(100.00% 0.0000 0);
|
|
400
|
-
--chart-tooltip-border: oklch(92.
|
|
392
|
+
--chart-tooltip-border: oklch(92.19% 0.0000 0);
|
|
401
393
|
--chart-tooltip-gap: 6px;
|
|
402
394
|
--chart-tooltip-min-width: 8rem;
|
|
403
395
|
--chart-tooltip-padding-x: 10px;
|
|
@@ -405,47 +397,47 @@
|
|
|
405
397
|
--chart-tooltip-radius: 0.5rem;
|
|
406
398
|
--chart-tooltip-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
|
|
407
399
|
--chart-tooltip-text: 0.75rem;
|
|
408
|
-
--checkbox-indicator-color: oklch(
|
|
409
|
-
--checkbox-root-bg-checked: oklch(81.
|
|
400
|
+
--checkbox-indicator-color: oklch(18.34% 0.0338 166.67);
|
|
401
|
+
--checkbox-root-bg-checked: oklch(81.75% 0.1821 159.79);
|
|
410
402
|
--checkbox-root-bg-default: oklch(100.00% 0.0000 0);
|
|
411
|
-
--checkbox-root-bg-disabled: oklch(
|
|
412
|
-
--checkbox-root-border-checked: oklch(81.
|
|
413
|
-
--checkbox-root-border-default: oklch(81.
|
|
414
|
-
--checkbox-root-border-focus: oklch(
|
|
403
|
+
--checkbox-root-bg-disabled: oklch(97.02% 0.0000 0);
|
|
404
|
+
--checkbox-root-border-checked: oklch(81.75% 0.1821 159.79);
|
|
405
|
+
--checkbox-root-border-default: oklch(81.75% 0.1821 159.79);
|
|
406
|
+
--checkbox-root-border-focus: oklch(81.75% 0.1821 159.79);
|
|
415
407
|
--checkbox-root-radius: 0.375rem;
|
|
416
408
|
--checkbox-root-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
417
409
|
--checkbox-size-lg: 24px;
|
|
418
410
|
--checkbox-size-md: 20px;
|
|
419
411
|
--checkbox-size-sm: 16px;
|
|
420
|
-
--color-chrome: oklch(
|
|
421
|
-
--color-desktop: oklch(
|
|
422
|
-
--color-edge: oklch(
|
|
423
|
-
--color-firefox: oklch(
|
|
424
|
-
--color-mobile: oklch(
|
|
425
|
-
--color-other: oklch(
|
|
412
|
+
--color-chrome: oklch(81.75% 0.1821 159.79);
|
|
413
|
+
--color-desktop: oklch(81.75% 0.1821 159.79);
|
|
414
|
+
--color-edge: oklch(86.06% 0.1731 91.94);
|
|
415
|
+
--color-firefox: oklch(62.31% 0.1880 259.81);
|
|
416
|
+
--color-mobile: oklch(66.68% 0.2591 322.15);
|
|
417
|
+
--color-other: oklch(63.68% 0.2078 25.33);
|
|
426
418
|
--color-picker-content-gap: 12px;
|
|
427
419
|
--color-picker-content-padding: 12px;
|
|
428
420
|
--color-picker-content-width: 260px;
|
|
429
421
|
--color-picker-swatch-radius: 0.125rem;
|
|
430
422
|
--color-picker-swatch-size: 24px;
|
|
431
|
-
--color-picker-trigger-border: oklch(92.
|
|
423
|
+
--color-picker-trigger-border: oklch(92.19% 0.0000 0);
|
|
432
424
|
--color-picker-trigger-radius: 0.375rem;
|
|
433
425
|
--color-picker-trigger-size: 32px;
|
|
434
|
-
--color-safari: oklch(
|
|
426
|
+
--color-safari: oklch(66.68% 0.2591 322.15);
|
|
435
427
|
--combobox-content-bg: oklch(100.00% 0.0000 0);
|
|
436
|
-
--combobox-content-border: oklch(92.
|
|
437
|
-
--combobox-content-fg: oklch(
|
|
428
|
+
--combobox-content-border: oklch(92.19% 0.0000 0);
|
|
429
|
+
--combobox-content-fg: oklch(14.48% 0.0000 0);
|
|
438
430
|
--combobox-content-min-width: 8rem;
|
|
439
431
|
--combobox-content-radius: 0.375rem;
|
|
440
432
|
--combobox-content-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
441
|
-
--combobox-item-focus-bg: oklch(
|
|
442
|
-
--combobox-item-focus-fg: oklch(
|
|
433
|
+
--combobox-item-focus-bg: oklch(95.21% 0.0467 171.12);
|
|
434
|
+
--combobox-item-focus-fg: oklch(26.88% 0.0527 163.85);
|
|
443
435
|
--combobox-item-padding-x: 8px;
|
|
444
436
|
--combobox-item-padding-y: 6px;
|
|
445
437
|
--combobox-item-radius: 0.125rem;
|
|
446
438
|
--combobox-item-text: 0.875rem;
|
|
447
|
-
--combobox-trigger-border-default: oklch(92.
|
|
448
|
-
--combobox-trigger-border-focus: oklch(
|
|
439
|
+
--combobox-trigger-border-default: oklch(92.19% 0.0000 0);
|
|
440
|
+
--combobox-trigger-border-focus: oklch(81.75% 0.1821 159.79);
|
|
449
441
|
--combobox-trigger-gap: 8px;
|
|
450
442
|
--combobox-trigger-height-lg: 40px;
|
|
451
443
|
--combobox-trigger-height-md: 36px;
|
|
@@ -523,24 +515,11 @@
|
|
|
523
515
|
--comment-system-actions-gap: 8px;
|
|
524
516
|
--comment-system-actions-margin-top: 8px;
|
|
525
517
|
--comment-system-item-background: oklch(100.00% 0.0000 0);
|
|
526
|
-
--comment-system-item-border: oklch(92.
|
|
518
|
+
--comment-system-item-border: oklch(92.19% 0.0000 0);
|
|
527
519
|
--comment-system-item-gap: 12px;
|
|
528
520
|
--comment-system-item-padding: 16px;
|
|
529
521
|
--comment-system-item-radius: 0.375rem;
|
|
530
522
|
--comment-system-root-gap: 16px;
|
|
531
|
-
--container-2xl: 672px;
|
|
532
|
-
--container-2xs: 288px;
|
|
533
|
-
--container-3xl: 768px;
|
|
534
|
-
--container-3xs: 256px;
|
|
535
|
-
--container-4xl: 896px;
|
|
536
|
-
--container-5xl: 1024px;
|
|
537
|
-
--container-6xl: 1152px;
|
|
538
|
-
--container-7xl: 1280px;
|
|
539
|
-
--container-lg: 512px;
|
|
540
|
-
--container-md: 448px;
|
|
541
|
-
--container-sm: 384px;
|
|
542
|
-
--container-xl: 576px;
|
|
543
|
-
--container-xs: 320px;
|
|
544
523
|
--context-menu-checkbox-size: 16px;
|
|
545
524
|
--context-menu-content-border-width: 1px;
|
|
546
525
|
--context-menu-content-min-width: 8rem;
|
|
@@ -561,21 +540,42 @@
|
|
|
561
540
|
--context-menu-separator-margin-x: -4px;
|
|
562
541
|
--context-menu-separator-margin-y: 4px;
|
|
563
542
|
--context-menu-shortcut-text-size: 0.75rem;
|
|
564
|
-
--
|
|
543
|
+
--core-background-background: oklch(100.00% 0.0000 0);
|
|
544
|
+
--core-background-card-foreground: oklch(14.48% 0.0000 0);
|
|
545
|
+
--core-background-card: oklch(98.51% 0.0000 0);
|
|
546
|
+
--core-background-foreground: oklch(14.48% 0.0000 0);
|
|
547
|
+
--core-background-inversed-foreground: oklch(98.51% 0.0000 0);
|
|
548
|
+
--core-background-muted-foreground: oklch(55.55% 0.0000 0);
|
|
549
|
+
--core-background-muted: oklch(97.02% 0.0000 0);
|
|
550
|
+
--core-background-overlay: oklch(0.00% 0.0000 0 / 60.0%);
|
|
551
|
+
--core-background-popover-foreground: oklch(20.46% 0.0000 0);
|
|
552
|
+
--core-background-popover: oklch(100.00% 0.0000 0);
|
|
553
|
+
--core-background-surface-foreground: oklch(26.86% 0.0000 0);
|
|
554
|
+
--core-background-surface: oklch(98.51% 0.0000 0);
|
|
555
|
+
--core-border-border: oklch(92.19% 0.0000 0);
|
|
556
|
+
--core-border-input: oklch(92.19% 0.0000 0);
|
|
557
|
+
--core-border-ring: oklch(81.75% 0.1821 159.79);
|
|
558
|
+
--datatable-column-menu-trigger-size: 16px;
|
|
559
|
+
--datatable-error-state-icon-color: oklch(57.71% 0.2152 27.33);
|
|
560
|
+
--datatable-error-state-icon-size: 24px;
|
|
565
561
|
--datatable-header-padding-y-comfortable: 16px;
|
|
566
562
|
--datatable-header-padding-y-compact: 4px;
|
|
567
563
|
--datatable-header-padding-y-default: 12px;
|
|
568
|
-
--datatable-pagination-info-color: oklch(
|
|
564
|
+
--datatable-pagination-info-color: oklch(71.55% 0.0000 0);
|
|
569
565
|
--datatable-pagination-info-size: 0.875rem;
|
|
570
566
|
--datatable-pagination-padding-x: 8px;
|
|
571
|
-
--datatable-row-bg-highlighted: oklch(81.
|
|
572
|
-
--datatable-row-bg-hover: oklch(
|
|
573
|
-
--datatable-row-bg-selected: oklch(
|
|
567
|
+
--datatable-row-bg-highlighted: oklch(81.75% 0.1821 159.79);
|
|
568
|
+
--datatable-row-bg-hover: oklch(97.02% 0.0000 0);
|
|
569
|
+
--datatable-row-bg-selected: oklch(97.02% 0.0000 0);
|
|
574
570
|
--datatable-row-padding-y-comfortable: 16px;
|
|
575
571
|
--datatable-row-padding-y-compact: 4px;
|
|
576
572
|
--datatable-row-padding-y-default: 8px;
|
|
573
|
+
--datatable-sort-badge-bg: oklch(81.75% 0.1821 159.79);
|
|
574
|
+
--datatable-sort-badge-fg: oklch(18.34% 0.0338 166.67);
|
|
575
|
+
--datatable-sort-badge-font-size: 0.625rem;
|
|
576
|
+
--datatable-sort-badge-size: 14px;
|
|
577
577
|
--datatable-toolbar-gap: 8px;
|
|
578
|
-
--datatable-toolbar-search-icon-color: oklch(
|
|
578
|
+
--datatable-toolbar-search-icon-color: oklch(71.55% 0.0000 0);
|
|
579
579
|
--datatable-toolbar-search-icon-left: 12px;
|
|
580
580
|
--datatable-toolbar-search-icon-size: 1rem;
|
|
581
581
|
--datatable-toolbar-search-icon-top: 50%;
|
|
@@ -601,101 +601,43 @@
|
|
|
601
601
|
--date-range-picker-trigger-gap: 8px;
|
|
602
602
|
--date-range-picker-trigger-padding-x: 12px;
|
|
603
603
|
--date-range-picker-trigger-width: 300px;
|
|
604
|
-
--
|
|
605
|
-
--
|
|
606
|
-
--
|
|
607
|
-
--
|
|
608
|
-
--
|
|
609
|
-
--
|
|
610
|
-
--
|
|
611
|
-
--
|
|
612
|
-
--
|
|
613
|
-
--
|
|
614
|
-
--
|
|
615
|
-
--desktop-heading-sm-font-family: Inter;
|
|
616
|
-
--desktop-heading-sm-font-size: 24px;
|
|
617
|
-
--desktop-heading-sm-font-weight: 700;
|
|
618
|
-
--desktop-heading-sm-letter-spacing: 0px;
|
|
619
|
-
--desktop-heading-sm-line-height: 32px;
|
|
620
|
-
--desktop-heading-xl-font-family: Inter;
|
|
621
|
-
--desktop-heading-xl-font-size: 48px;
|
|
622
|
-
--desktop-heading-xl-font-weight: 700;
|
|
623
|
-
--desktop-heading-xl-letter-spacing: 0px;
|
|
624
|
-
--desktop-heading-xl-line-height: 48px;
|
|
625
|
-
--desktop-section-padding-y: 96px;
|
|
626
|
-
--desktop-section-title-gap-lg: 20px;
|
|
627
|
-
--desktop-section-title-gap-md: 20px;
|
|
628
|
-
--desktop-section-title-gap-sm: 16px;
|
|
629
|
-
--desktop-section-title-gap-xl: 24px;
|
|
630
|
-
--destructive-dark: oklch(66.49% 0.1475 16.22);
|
|
631
|
-
--destructive-dark:destructive\60: oklch(56.65% 0.1994 21.83);
|
|
632
|
-
--destructive-dark:destructive\70: oklch(56.65% 0.1994 21.83);
|
|
633
|
-
--destructive-dark:destructive\90: oklch(56.65% 0.1994 21.83);
|
|
634
|
-
--destructive-foreground-dark: oklch(95.00% 0.0174 13.10);
|
|
635
|
-
--destructive-foreground-light: oklch(95.00% 0.0174 13.10);
|
|
636
|
-
--destructive-foreground: oklch(95.00% 0.0174 13.10);
|
|
637
|
-
--destructive-light: oklch(56.65% 0.1994 21.83);
|
|
638
|
-
--destructive: oklch(56.65% 0.1994 21.83);
|
|
639
|
-
--destructive\20-dark:destructive\40: oklch(57.71% 0.2152 27.33 / 20.0%);
|
|
640
|
-
--destructive\40-dark:destructive\60: oklch(57.71% 0.2152 27.33 / 40.0%);
|
|
641
|
-
--divider-color-default: oklch(92.82% 0.0029 84.56);
|
|
642
|
-
--divider-color-dual: oklch(92.82% 0.0029 84.56);
|
|
604
|
+
--destructive-border: oklch(63.68% 0.2078 25.33);
|
|
605
|
+
--destructive-foreground: oklch(100.00% 0.0000 0);
|
|
606
|
+
--destructive-subtle-fg: oklch(50.54% 0.1905 27.52);
|
|
607
|
+
--destructive-subtle: oklch(97.05% 0.0129 17.38);
|
|
608
|
+
--destructive: oklch(57.71% 0.2152 27.33);
|
|
609
|
+
--disabled-background: oklch(92.19% 0.0000 0);
|
|
610
|
+
--disabled-border: oklch(92.19% 0.0000 0);
|
|
611
|
+
--disabled-foreground: oklch(71.55% 0.0000 0);
|
|
612
|
+
--disabled: oklch(97.02% 0.0000 0);
|
|
613
|
+
--divider-color-default: oklch(92.19% 0.0000 0);
|
|
614
|
+
--divider-color-dual: oklch(92.19% 0.0000 0);
|
|
643
615
|
--divider-content-bg-default: oklch(100.00% 0.0000 0);
|
|
644
|
-
--divider-content-bg-fill: oklch(
|
|
645
|
-
--divider-content-text-default: oklch(
|
|
646
|
-
--divider-content-text-heading: oklch(
|
|
616
|
+
--divider-content-bg-fill: oklch(97.98% 0.0312 139.44);
|
|
617
|
+
--divider-content-text-default: oklch(71.55% 0.0000 0);
|
|
618
|
+
--divider-content-text-heading: oklch(14.48% 0.0000 0);
|
|
647
619
|
--drag-and-drop-draggable-opacity-dragging: 0.5;
|
|
648
|
-
--drag-and-drop-droppable-background-active: oklch(81.
|
|
620
|
+
--drag-and-drop-droppable-background-active: oklch(81.75% 0.1821 159.79);
|
|
649
621
|
--drag-and-drop-droppable-background-opacity: 0.05;
|
|
650
|
-
--drag-and-drop-droppable-border-active: oklch(81.
|
|
651
|
-
--drag-and-drop-handle-color-hover: oklch(
|
|
652
|
-
--drag-and-drop-handle-color: oklch(
|
|
622
|
+
--drag-and-drop-droppable-border-active: oklch(81.75% 0.1821 159.79);
|
|
623
|
+
--drag-and-drop-handle-color-hover: oklch(14.48% 0.0000 0);
|
|
624
|
+
--drag-and-drop-handle-color: oklch(71.55% 0.0000 0);
|
|
653
625
|
--drag-and-drop-handle-padding: 8px;
|
|
654
626
|
--drag-and-drop-overlay-background: oklch(100.00% 0.0000 0);
|
|
655
627
|
--drag-and-drop-overlay-radius: 0.375rem;
|
|
656
628
|
--drag-and-drop-overlay-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
657
629
|
--drawer-content-bg: oklch(100.00% 0.0000 0);
|
|
658
|
-
--drawer-content-border: oklch(92.
|
|
630
|
+
--drawer-content-border: oklch(92.19% 0.0000 0);
|
|
659
631
|
--drawer-content-radius: 0.75rem;
|
|
660
632
|
--drawer-footer-gap: 8px;
|
|
661
633
|
--drawer-footer-padding: 16px;
|
|
662
|
-
--drawer-handle-bg: oklch(
|
|
634
|
+
--drawer-handle-bg: oklch(97.02% 0.0000 0);
|
|
663
635
|
--drawer-handle-height: 8px;
|
|
664
636
|
--drawer-handle-margin-top: 16px;
|
|
665
637
|
--drawer-handle-width: 96px;
|
|
666
638
|
--drawer-header-gap: 8px;
|
|
667
639
|
--drawer-header-padding: 16px;
|
|
668
|
-
--drawer-overlay-bg: oklch(0% 0 0 /
|
|
669
|
-
--drop-shadow-2xl-blur-radius: 25px;
|
|
670
|
-
--drop-shadow-2xl-color: oklch(0.00% 0.0000 0 / 14.9%);
|
|
671
|
-
--drop-shadow-2xl-offset-x: 0px;
|
|
672
|
-
--drop-shadow-2xl-offset-y: 25px;
|
|
673
|
-
--drop-shadow-2xl-spread-radius: 0px;
|
|
674
|
-
--drop-shadow-lg-blur-radius: 2px;
|
|
675
|
-
--drop-shadow-lg-color: oklch(0.00% 0.0000 0 / 5.1%);
|
|
676
|
-
--drop-shadow-lg-offset-x: 0px;
|
|
677
|
-
--drop-shadow-lg-offset-y: 2px;
|
|
678
|
-
--drop-shadow-lg-spread-radius: 0px;
|
|
679
|
-
--drop-shadow-md-blur-radius: 3px;
|
|
680
|
-
--drop-shadow-md-color: oklch(0.00% 0.0000 0 / 12.2%);
|
|
681
|
-
--drop-shadow-md-offset-x: 0px;
|
|
682
|
-
--drop-shadow-md-offset-y: 3px;
|
|
683
|
-
--drop-shadow-md-spread-radius: 0px;
|
|
684
|
-
--drop-shadow-sm-blur-radius: 2px;
|
|
685
|
-
--drop-shadow-sm-color: oklch(0.00% 0.0000 0 / 14.9%);
|
|
686
|
-
--drop-shadow-sm-offset-x: 0px;
|
|
687
|
-
--drop-shadow-sm-offset-y: 1px;
|
|
688
|
-
--drop-shadow-sm-spread-radius: 0px;
|
|
689
|
-
--drop-shadow-xl-blur-radius: 7px;
|
|
690
|
-
--drop-shadow-xl-color: oklch(0.00% 0.0000 0 / 10.2%);
|
|
691
|
-
--drop-shadow-xl-offset-x: 0px;
|
|
692
|
-
--drop-shadow-xl-offset-y: 9px;
|
|
693
|
-
--drop-shadow-xl-spread-radius: 0px;
|
|
694
|
-
--drop-shadow-xs-blur-radius: 1px;
|
|
695
|
-
--drop-shadow-xs-color: oklch(0.00% 0.0000 0 / 5.1%);
|
|
696
|
-
--drop-shadow-xs-offset-x: 0px;
|
|
697
|
-
--drop-shadow-xs-offset-y: 1px;
|
|
698
|
-
--drop-shadow-xs-spread-radius: 0px;
|
|
640
|
+
--drawer-overlay-bg: oklch(0.00% 0.0000 0 / 60.0%);
|
|
699
641
|
--dropdown-menu-checkbox-size: 16px;
|
|
700
642
|
--dropdown-menu-content-border-width: 1px;
|
|
701
643
|
--dropdown-menu-content-min-width: 8rem;
|
|
@@ -718,149 +660,87 @@
|
|
|
718
660
|
--dropdown-menu-shortcut-text-size: 0.75rem;
|
|
719
661
|
--duration-fast: 100ms;
|
|
720
662
|
--duration-instant: 0ms;
|
|
663
|
+
--duration-moderate: 300ms;
|
|
721
664
|
--duration-normal: 200ms;
|
|
722
665
|
--duration-slow: 300ms;
|
|
723
666
|
--duration-slower: 500ms;
|
|
667
|
+
--duration-slowest: 700ms;
|
|
668
|
+
--ease-default: cubic-bezier(0.4, 0, 0.2, 1);
|
|
669
|
+
--ease-emphasized: cubic-bezier(0.2, 0, 0, 1);
|
|
670
|
+
--ease-in: cubic-bezier(0.4, 0, 1, 1);
|
|
671
|
+
--ease-linear: cubic-bezier(0, 0, 1, 1);
|
|
672
|
+
--ease-out: cubic-bezier(0, 0, 0.2, 1);
|
|
673
|
+
--ease-spring: cubic-bezier(0.36, 1.56, 0.64, 1);
|
|
724
674
|
--easing-bounce: cubic-bezier(0.68, -0.55, 0.265, 1.55);
|
|
725
675
|
--easing-default: cubic-bezier(0.4, 0, 0.2, 1);
|
|
726
676
|
--easing-in-out: cubic-bezier(0.4, 0, 0.2, 1);
|
|
727
677
|
--easing-in: cubic-bezier(0.4, 0, 1, 1);
|
|
728
678
|
--easing-out: cubic-bezier(0, 0, 0.2, 1);
|
|
729
679
|
--easing-spring: cubic-bezier(0.175, 0.885, 0.32, 1.275);
|
|
730
|
-
--empty-state-media-icon-bg: oklch(
|
|
731
|
-
--empty-state-media-icon-fg: oklch(
|
|
680
|
+
--empty-state-media-icon-bg: oklch(97.02% 0.0000 0);
|
|
681
|
+
--empty-state-media-icon-fg: oklch(14.48% 0.0000 0);
|
|
732
682
|
--empty-state-media-icon-icon-size: 24px;
|
|
733
683
|
--empty-state-media-icon-radius: 0.5rem;
|
|
734
684
|
--empty-state-media-icon-size: 40px;
|
|
735
|
-
--
|
|
736
|
-
--
|
|
737
|
-
--
|
|
738
|
-
--
|
|
739
|
-
--
|
|
740
|
-
--
|
|
741
|
-
--
|
|
742
|
-
--
|
|
743
|
-
--
|
|
744
|
-
--etus-900: oklch(33.65% 0.0545 168.81);
|
|
745
|
-
--etus-950: oklch(23.75% 0.0348 172.89);
|
|
746
|
-
--etus-main-v1-100: oklch(94.66% 0.0344 314.10);
|
|
747
|
-
--etus-main-v1-200: oklch(91.92% 0.0500 314.56);
|
|
748
|
-
--etus-main-v1-300: oklch(89.15% 0.0664 313.27);
|
|
749
|
-
--etus-main-v1-400: oklch(86.25% 0.0839 313.87);
|
|
750
|
-
--etus-main-v1-500: oklch(83.48% 0.0994 313.40);
|
|
751
|
-
--etus-main-v1-600: oklch(73.49% 0.1205 313.26);
|
|
752
|
-
--etus-main-v1-700: oklch(63.11% 0.1518 312.06);
|
|
753
|
-
--etus-main-v1-800: oklch(53.12% 0.1771 311.48);
|
|
754
|
-
--etus-main-v1-900: oklch(43.46% 0.1774 310.49);
|
|
755
|
-
--etus-main-v2-100: oklch(95.19% 0.0114 71.90);
|
|
756
|
-
--etus-main-v2-200: oklch(83.18% 0.0493 65.03);
|
|
757
|
-
--etus-main-v2-300: oklch(71.17% 0.0861 55.71);
|
|
758
|
-
--etus-main-v2-400: oklch(59.29% 0.1192 46.06);
|
|
759
|
-
--etus-main-v2-500: oklch(47.74% 0.1537 34.54);
|
|
760
|
-
--etus-main-v2-600: oklch(43.69% 0.1437 32.51);
|
|
761
|
-
--etus-main-v2-700: oklch(39.57% 0.1337 30.33);
|
|
762
|
-
--etus-main-v2-800: oklch(34.71% 0.1207 26.21);
|
|
763
|
-
--etus-main-v2-900: oklch(31.24% 0.1114 26.59);
|
|
764
|
-
--etus-main-v3-100: oklch(95.40% 0.0199 154.90);
|
|
765
|
-
--etus-main-v3-200: oklch(89.52% 0.0504 146.04);
|
|
766
|
-
--etus-main-v3-300: oklch(82.92% 0.0827 145.82);
|
|
767
|
-
--etus-main-v3-400: oklch(76.60% 0.1179 145.30);
|
|
768
|
-
--etus-main-v3-500: oklch(67.31% 0.1624 144.21);
|
|
769
|
-
--etus-main-v3-600: oklch(62.91% 0.1543 144.20);
|
|
770
|
-
--etus-main-v3-700: oklch(57.52% 0.1446 144.18);
|
|
771
|
-
--etus-main-v3-800: oklch(52.34% 0.1347 144.17);
|
|
772
|
-
--etus-main-v3-900: oklch(42.54% 0.1159 144.31);
|
|
773
|
-
--etus-main-v4-100: oklch(95.60% 0.0187 25.60);
|
|
774
|
-
--etus-main-v4-200: oklch(87.12% 0.0619 18.41);
|
|
775
|
-
--etus-main-v4-300: oklch(78.39% 0.1118 19.89);
|
|
776
|
-
--etus-main-v4-400: oklch(69.28% 0.1670 22.43);
|
|
777
|
-
--etus-main-v4-500: oklch(69.28% 0.1670 22.43);
|
|
778
|
-
--etus-main-v4-600: oklch(60.83% 0.2090 27.03);
|
|
779
|
-
--etus-main-v4-700: oklch(56.80% 0.2002 26.41);
|
|
780
|
-
--etus-main-v4-800: oklch(53.86% 0.1937 26.72);
|
|
781
|
-
--etus-main-v4-900: oklch(50.16% 0.1887 27.48);
|
|
782
|
-
--etus-main-v5-100: oklch(97.85% 0.0310 92.94);
|
|
783
|
-
--etus-main-v5-200: oklch(94.48% 0.0756 91.82);
|
|
784
|
-
--etus-main-v5-300: oklch(91.31% 0.1188 91.67);
|
|
785
|
-
--etus-main-v5-400: oklch(88.59% 0.1539 91.23);
|
|
786
|
-
--etus-main-v5-500: oklch(86.22% 0.1681 88.31);
|
|
787
|
-
--etus-main-v5-600: oklch(81.79% 0.1705 77.95);
|
|
788
|
-
--etus-main-v5-700: oklch(78.39% 0.1719 68.09);
|
|
789
|
-
--etus-main-v5-800: oklch(75.54% 0.1777 59.69);
|
|
790
|
-
--etus-main-v5-900: oklch(70.76% 0.1975 46.46);
|
|
791
|
-
--etus-main-v6-100: oklch(95.32% 0.0218 239.43);
|
|
792
|
-
--etus-main-v6-200: oklch(88.48% 0.0546 243.39);
|
|
793
|
-
--etus-main-v6-300: oklch(81.63% 0.0896 243.62);
|
|
794
|
-
--etus-main-v6-400: oklch(74.82% 0.1235 244.75);
|
|
795
|
-
--etus-main-v6-500: oklch(65.82% 0.1690 248.81);
|
|
796
|
-
--etus-main-v6-600: oklch(61.79% 0.1668 250.87);
|
|
797
|
-
--etus-main-v6-700: oklch(56.45% 0.1633 253.27);
|
|
798
|
-
--etus-main-v6-800: oklch(51.34% 0.1603 255.67);
|
|
799
|
-
--etus-main-v6-900: oklch(42.17% 0.1569 259.91);
|
|
800
|
-
--etus-v2-100: oklch(96.73% 0.0455 145.21);
|
|
801
|
-
--etus-v2-200: oklch(93.25% 0.0917 146.61);
|
|
802
|
-
--etus-v2-300: oklch(89.73% 0.1353 148.18);
|
|
803
|
-
--etus-v2-400: oklch(86.29% 0.1803 149.53);
|
|
804
|
-
--etus-v2-500: oklch(82.82% 0.2224 150.79);
|
|
805
|
-
--etus-v2-600: oklch(73.17% 0.1953 151.24);
|
|
806
|
-
--etus-v2-700: oklch(63.76% 0.1695 151.54);
|
|
807
|
-
--etus-v2-800: oklch(54.29% 0.1436 151.75);
|
|
808
|
-
--etus-v2-900: oklch(44.70% 0.1169 152.27);
|
|
809
|
-
--evolution-100: oklch(96.67% 0.0469 173.09);
|
|
810
|
-
--evolution-200: oklch(94.01% 0.0881 170.71);
|
|
811
|
-
--evolution-300: oklch(90.85% 0.1422 168.16);
|
|
812
|
-
--evolution-400: oklch(88.23% 0.1844 162.72);
|
|
813
|
-
--evolution-500: oklch(88.18% 0.2017 159.34);
|
|
814
|
-
--evolution-50: oklch(98.49% 0.0209 170.64);
|
|
815
|
-
--evolution-600: oklch(71.16% 0.1661 158.13);
|
|
816
|
-
--evolution-700: oklch(59.39% 0.1342 160.06);
|
|
817
|
-
--evolution-800: oklch(49.80% 0.1069 162.41);
|
|
818
|
-
--evolution-900: oklch(43.43% 0.0894 164.54);
|
|
819
|
-
--evolution-950: oklch(29.83% 0.0631 164.52);
|
|
820
|
-
--feed-content-description-color: oklch(65.05% 0.0063 84.57);
|
|
685
|
+
--event-calendar-root-min-height-full: 500px;
|
|
686
|
+
--event-calendar-root-min-height-lg: 600px;
|
|
687
|
+
--event-calendar-root-min-height-md: 500px;
|
|
688
|
+
--extended-chart-1: oklch(81.75% 0.1821 159.79);
|
|
689
|
+
--extended-chart-2: oklch(65.95% 0.2608 320.32);
|
|
690
|
+
--extended-chart-3: oklch(62.31% 0.1880 259.81);
|
|
691
|
+
--extended-chart-4: oklch(79.52% 0.1617 86.05);
|
|
692
|
+
--extended-chart-5: oklch(63.68% 0.2078 25.33);
|
|
693
|
+
--feed-content-description-color: oklch(71.55% 0.0000 0);
|
|
821
694
|
--feed-content-description-size: 0.875rem;
|
|
822
695
|
--feed-content-title-weight: 500;
|
|
823
|
-
--feed-icon-background: oklch(
|
|
824
|
-
--feed-icon-color: oklch(
|
|
696
|
+
--feed-icon-background: oklch(97.02% 0.0000 0);
|
|
697
|
+
--feed-icon-color: oklch(71.55% 0.0000 0);
|
|
825
698
|
--feed-icon-radius: 9999px;
|
|
826
699
|
--feed-icon-size: 32px;
|
|
827
|
-
--feed-item-background-active: oklch(
|
|
700
|
+
--feed-item-background-active: oklch(97.02% 0.0000 0);
|
|
828
701
|
--feed-item-background-highlight: oklch(100.00% 0.0000 0 / 94.9%);
|
|
829
|
-
--feed-item-border-color: oklch(92.
|
|
702
|
+
--feed-item-border-color: oklch(92.19% 0.0000 0);
|
|
830
703
|
--feed-item-gap: 12px;
|
|
831
704
|
--feed-item-padding-x: 16px;
|
|
832
705
|
--feed-item-padding-y: 16px;
|
|
833
706
|
--feed-item-radius: 0.375rem;
|
|
834
707
|
--feed-root-gap: 16px;
|
|
835
|
-
--feed-timestamp-color: oklch(
|
|
708
|
+
--feed-timestamp-color: oklch(71.55% 0.0000 0);
|
|
836
709
|
--feed-timestamp-size: 0.75rem;
|
|
837
|
-
--file-upload-dropzone-background-hover: oklch(
|
|
710
|
+
--file-upload-dropzone-background-hover: oklch(95.21% 0.0467 171.12);
|
|
838
711
|
--file-upload-dropzone-background: oklch(100.00% 0.0000 0);
|
|
839
|
-
--file-upload-dropzone-border-color: oklch(
|
|
712
|
+
--file-upload-dropzone-border-color: oklch(71.55% 0.0000 0);
|
|
840
713
|
--file-upload-dropzone-border-style: dashed;
|
|
841
714
|
--file-upload-dropzone-border-width: 2px;
|
|
842
715
|
--file-upload-dropzone-gap: 16px;
|
|
843
716
|
--file-upload-dropzone-padding: 40px;
|
|
844
717
|
--file-upload-dropzone-radius: 0.5rem;
|
|
845
|
-
--file-upload-icon-color: oklch(
|
|
718
|
+
--file-upload-icon-color: oklch(71.55% 0.0000 0);
|
|
846
719
|
--file-upload-icon-size: 40px;
|
|
847
|
-
--file-upload-item-border: oklch(92.
|
|
720
|
+
--file-upload-item-border: oklch(92.19% 0.0000 0);
|
|
848
721
|
--file-upload-item-gap: 12px;
|
|
849
722
|
--file-upload-item-padding: 12px;
|
|
850
723
|
--file-upload-item-radius: 0.375rem;
|
|
851
|
-
--filter-builder-group-border-color: oklch(92.
|
|
724
|
+
--filter-builder-group-border-color: oklch(92.19% 0.0000 0);
|
|
852
725
|
--filter-builder-group-border-left-width: 2px;
|
|
853
726
|
--filter-builder-group-gap: 8px;
|
|
854
727
|
--filter-builder-group-margin-left: 16px;
|
|
855
728
|
--filter-builder-group-padding-left: 16px;
|
|
856
729
|
--filter-builder-row-gap: 8px;
|
|
857
730
|
--filter-builder-row-padding-y: 8px;
|
|
858
|
-
--focus-ring-color: oklch(
|
|
731
|
+
--focus-ring-color: oklch(81.75% 0.1821 159.79);
|
|
732
|
+
--focus-ring-destructive-color: oklch(50.54% 0.1905 27.52);
|
|
733
|
+
--focus-ring-destructive-shadow: 0 0 0 2px #b91c1c40;
|
|
734
|
+
--focus-ring-ghost-color: oklch(92.19% 0.0000 0);
|
|
735
|
+
--focus-ring-ghost-shadow: 0 0 0 2px #e5e5e540;
|
|
859
736
|
--focus-ring-offset: 2px;
|
|
737
|
+
--focus-ring-outline-color: oklch(81.75% 0.1821 159.79);
|
|
738
|
+
--focus-ring-outline-shadow: 0 0 0 2px #19e69940;
|
|
739
|
+
--focus-ring-primary-color: oklch(81.75% 0.1821 159.79);
|
|
740
|
+
--focus-ring-primary-shadow: 0 0 0 2px #19e69940;
|
|
741
|
+
--focus-ring-secondary-color: oklch(58.24% 0.1354 137.66);
|
|
742
|
+
--focus-ring-secondary-shadow: 0 0 0 2px #508d3740;
|
|
860
743
|
--focus-ring-width: 2px;
|
|
861
|
-
--font-font-mono: Geist Mono;
|
|
862
|
-
--font-font-sans: Inter;
|
|
863
|
-
--font-font-serif: Georgia;
|
|
864
744
|
--font-leading-loose: 2;
|
|
865
745
|
--font-leading-none: 1;
|
|
866
746
|
--font-leading-normal: 1.5;
|
|
@@ -882,27 +762,47 @@
|
|
|
882
762
|
--font-weight-normal: 400;
|
|
883
763
|
--font-weight-semibold: 600;
|
|
884
764
|
--font-weight-thin: 100;
|
|
885
|
-
--foreground
|
|
886
|
-
--
|
|
887
|
-
--foreground: oklch(19.53% 0.0020 106.58);
|
|
888
|
-
--form-error-fg: oklch(56.65% 0.1994 21.83);
|
|
765
|
+
--foreground: oklch(14.48% 0.0000 0);
|
|
766
|
+
--form-error-fg: oklch(57.71% 0.2152 27.33);
|
|
889
767
|
--form-error-size: 12px;
|
|
890
768
|
--form-error-weight: 500;
|
|
891
|
-
--form-helper-fg: oklch(
|
|
769
|
+
--form-helper-fg: oklch(71.55% 0.0000 0);
|
|
892
770
|
--form-helper-margin-top: 8px;
|
|
893
771
|
--form-helper-size: 12px;
|
|
894
|
-
--form-label-fg: oklch(
|
|
772
|
+
--form-label-fg: oklch(14.48% 0.0000 0);
|
|
895
773
|
--form-label-size: 14px;
|
|
896
774
|
--form-label-weight: 500;
|
|
897
|
-
--
|
|
775
|
+
--fuchsia-100: oklch(92.74% 0.0464 317.08);
|
|
776
|
+
--fuchsia-200: oklch(86.29% 0.0932 318.07);
|
|
777
|
+
--fuchsia-300: oklch(79.32% 0.1454 318.64);
|
|
778
|
+
--fuchsia-400: oklch(72.33% 0.2034 319.49);
|
|
779
|
+
--fuchsia-500: oklch(65.95% 0.2608 320.32);
|
|
780
|
+
--fuchsia-50: oklch(96.70% 0.0213 316.46);
|
|
781
|
+
--fuchsia-600: oklch(55.67% 0.2346 320.38);
|
|
782
|
+
--fuchsia-700: oklch(45.62% 0.1930 320.21);
|
|
783
|
+
--fuchsia-800: oklch(35.68% 0.1512 320.61);
|
|
784
|
+
--fuchsia-900: oklch(24.61% 0.1035 320.37);
|
|
785
|
+
--fuchsia-950: oklch(19.86% 0.0826 320.14);
|
|
786
|
+
--green-100: oklch(96.24% 0.0434 156.74);
|
|
787
|
+
--green-200: oklch(92.50% 0.0806 155.99);
|
|
788
|
+
--green-300: oklch(87.12% 0.1363 154.45);
|
|
789
|
+
--green-400: oklch(80.03% 0.1821 151.71);
|
|
790
|
+
--green-500: oklch(72.27% 0.1920 149.58);
|
|
791
|
+
--green-50: oklch(98.19% 0.0181 155.83);
|
|
792
|
+
--green-600: oklch(62.71% 0.1699 149.21);
|
|
793
|
+
--green-700: oklch(52.73% 0.1371 150.07);
|
|
794
|
+
--green-800: oklch(44.79% 0.1083 151.33);
|
|
795
|
+
--green-900: oklch(39.25% 0.0896 152.54);
|
|
796
|
+
--green-950: oklch(26.64% 0.0628 152.93);
|
|
797
|
+
--heading-base-color: oklch(14.48% 0.0000 0);
|
|
898
798
|
--heading-base-font-family: Inter;
|
|
899
799
|
--heading-base-font-weight: 600;
|
|
900
800
|
--heading-base-letter-spacing: -0.025em;
|
|
901
801
|
--heading-base-scroll-margin: 80px;
|
|
902
|
-
--heading-color-default: oklch(
|
|
903
|
-
--heading-color-destructive: oklch(
|
|
904
|
-
--heading-color-muted: oklch(
|
|
905
|
-
--heading-color-primary: oklch(81.
|
|
802
|
+
--heading-color-default: oklch(14.48% 0.0000 0);
|
|
803
|
+
--heading-color-destructive: oklch(57.71% 0.2152 27.33);
|
|
804
|
+
--heading-color-muted: oklch(71.55% 0.0000 0);
|
|
805
|
+
--heading-color-primary: oklch(81.75% 0.1821 159.79);
|
|
906
806
|
--heading-size-2xl-font-size: 24px;
|
|
907
807
|
--heading-size-2xl-line-height: 32px;
|
|
908
808
|
--heading-size-3xl-font-size: 30px;
|
|
@@ -933,11 +833,11 @@
|
|
|
933
833
|
--hover-card-content-width-sm: 12rem;
|
|
934
834
|
--hover-card-content-z-index: 50;
|
|
935
835
|
--icon-color-default: currentColor;
|
|
936
|
-
--icon-color-destructive: oklch(
|
|
937
|
-
--icon-color-muted: oklch(
|
|
938
|
-
--icon-color-primary: oklch(81.
|
|
939
|
-
--icon-color-success: oklch(
|
|
940
|
-
--icon-color-warning: oklch(
|
|
836
|
+
--icon-color-destructive: oklch(57.71% 0.2152 27.33);
|
|
837
|
+
--icon-color-muted: oklch(71.55% 0.0000 0);
|
|
838
|
+
--icon-color-primary: oklch(81.75% 0.1821 159.79);
|
|
839
|
+
--icon-color-success: oklch(62.71% 0.1699 149.21);
|
|
840
|
+
--icon-color-warning: oklch(68.06% 0.1423 75.83);
|
|
941
841
|
--icon-size-2xl: 40px;
|
|
942
842
|
--icon-size-2xs: 10px;
|
|
943
843
|
--icon-size-3xl: 48px;
|
|
@@ -954,19 +854,22 @@
|
|
|
954
854
|
--image-size-sm: 48px;
|
|
955
855
|
--image-size-xl: 128px;
|
|
956
856
|
--image-size-xs: 32px;
|
|
957
|
-
--image-skeleton-bg: oklch(
|
|
857
|
+
--image-skeleton-bg: oklch(97.02% 0.0000 0);
|
|
858
|
+
--info-border: oklch(62.31% 0.1880 259.81);
|
|
859
|
+
--info-foreground: oklch(100.00% 0.0000 0);
|
|
860
|
+
--info-subtle-fg: oklch(48.82% 0.2172 264.38);
|
|
861
|
+
--info-subtle: oklch(97.05% 0.0142 254.60);
|
|
862
|
+
--info: oklch(54.61% 0.2152 262.88);
|
|
958
863
|
--input-bg-default: oklch(100.00% 0.0000 0);
|
|
959
|
-
--input-bg-disabled: oklch(
|
|
960
|
-
--input-border-default: oklch(92.
|
|
961
|
-
--input-border-error: oklch(
|
|
962
|
-
--input-border-focus: oklch(
|
|
864
|
+
--input-bg-disabled: oklch(97.02% 0.0000 0);
|
|
865
|
+
--input-border-default: oklch(92.19% 0.0000 0);
|
|
866
|
+
--input-border-error: oklch(57.71% 0.2152 27.33);
|
|
867
|
+
--input-border-focus: oklch(81.75% 0.1821 159.79);
|
|
963
868
|
--input-border-width: 1px;
|
|
964
|
-
--input-
|
|
965
|
-
--input-
|
|
966
|
-
--input-fg-
|
|
967
|
-
--input-fg-
|
|
968
|
-
--input-fg-icon: oklch(65.05% 0.0063 84.57);
|
|
969
|
-
--input-fg-placeholder: oklch(65.05% 0.0063 84.57);
|
|
869
|
+
--input-fg-default: oklch(14.48% 0.0000 0);
|
|
870
|
+
--input-fg-disabled: oklch(71.55% 0.0000 0);
|
|
871
|
+
--input-fg-icon: oklch(71.55% 0.0000 0);
|
|
872
|
+
--input-fg-placeholder: oklch(71.55% 0.0000 0);
|
|
970
873
|
--input-icon-padding-lg: 44px;
|
|
971
874
|
--input-icon-padding-md: 40px;
|
|
972
875
|
--input-icon-padding-sm: 36px;
|
|
@@ -982,17 +885,16 @@
|
|
|
982
885
|
--input-icon-size-sm: 16px;
|
|
983
886
|
--input-icon-size-xl: 24px;
|
|
984
887
|
--input-icon-size-xs: 16px;
|
|
985
|
-
--input-
|
|
986
|
-
--input-otp-caret-color: oklch(19.53% 0.0020 106.58);
|
|
888
|
+
--input-otp-caret-color: oklch(14.48% 0.0000 0);
|
|
987
889
|
--input-otp-caret-height: 16px;
|
|
988
890
|
--input-otp-caret-width: 1px;
|
|
989
891
|
--input-otp-container-gap-lg: 8px;
|
|
990
892
|
--input-otp-container-gap-md: 8px;
|
|
991
893
|
--input-otp-container-gap-sm: 8px;
|
|
992
|
-
--input-otp-slot-active-border: oklch(
|
|
993
|
-
--input-otp-slot-active-ring: oklch(
|
|
894
|
+
--input-otp-slot-active-border: oklch(81.75% 0.1821 159.79);
|
|
895
|
+
--input-otp-slot-active-ring: oklch(81.75% 0.1821 159.79);
|
|
994
896
|
--input-otp-slot-bg: oklch(100.00% 0.0000 0);
|
|
995
|
-
--input-otp-slot-border: oklch(
|
|
897
|
+
--input-otp-slot-border: oklch(92.19% 0.0000 0);
|
|
996
898
|
--input-otp-slot-size-lg-radius: 0.375rem;
|
|
997
899
|
--input-otp-slot-size-lg-size: 48px;
|
|
998
900
|
--input-otp-slot-size-lg-text: 1.125rem;
|
|
@@ -1023,32 +925,17 @@
|
|
|
1023
925
|
--input-size-xs-px: 8px;
|
|
1024
926
|
--input-size-xs-py: 2px;
|
|
1025
927
|
--input-size-xs-text: 0.75rem;
|
|
1026
|
-
--input: oklch(
|
|
1027
|
-
--inset-shadow-2xs-blur-radius: 0px;
|
|
1028
|
-
--inset-shadow-2xs-color: oklch(0.00% 0.0000 0 / 5.1%);
|
|
1029
|
-
--inset-shadow-2xs-offset-x: 0px;
|
|
1030
|
-
--inset-shadow-2xs-offset-y: 1px;
|
|
1031
|
-
--inset-shadow-2xs-spread-radius: 0px;
|
|
1032
|
-
--inset-shadow-sm-blur-radius: 4px;
|
|
1033
|
-
--inset-shadow-sm-color: oklch(0.00% 0.0000 0 / 5.1%);
|
|
1034
|
-
--inset-shadow-sm-offset-x: 0px;
|
|
1035
|
-
--inset-shadow-sm-offset-y: 2px;
|
|
1036
|
-
--inset-shadow-sm-spread-radius: 0px;
|
|
1037
|
-
--inset-shadow-xs-blur-radius: 1px;
|
|
1038
|
-
--inset-shadow-xs-color: oklch(0.00% 0.0000 0 / 5.1%);
|
|
1039
|
-
--inset-shadow-xs-offset-x: 0px;
|
|
1040
|
-
--inset-shadow-xs-offset-y: 1px;
|
|
1041
|
-
--inset-shadow-xs-spread-radius: 0px;
|
|
928
|
+
--input: oklch(92.19% 0.0000 0);
|
|
1042
929
|
--kanban-board-gap: 16px;
|
|
1043
930
|
--kanban-board-height: 100%;
|
|
1044
931
|
--kanban-board-padding: 16px;
|
|
1045
932
|
--kanban-card-background: oklch(100.00% 0.0000 0);
|
|
1046
|
-
--kanban-card-foreground: oklch(
|
|
933
|
+
--kanban-card-foreground: oklch(14.48% 0.0000 0);
|
|
1047
934
|
--kanban-card-gap: 8px;
|
|
1048
935
|
--kanban-card-padding: 12px;
|
|
1049
936
|
--kanban-card-radius: 0.125rem;
|
|
1050
937
|
--kanban-card-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1051
|
-
--kanban-column-background: oklch(
|
|
938
|
+
--kanban-column-background: oklch(97.02% 0.0000 0);
|
|
1052
939
|
--kanban-column-gap: 12px;
|
|
1053
940
|
--kanban-column-padding: 12px;
|
|
1054
941
|
--kanban-column-radius: 0.375rem;
|
|
@@ -1082,29 +969,29 @@
|
|
|
1082
969
|
--kbd-size-xs-height: 16px;
|
|
1083
970
|
--kbd-size-xs-min-width: 16px;
|
|
1084
971
|
--kbd-size-xs-padding-x: 2px;
|
|
1085
|
-
--kbd-variant-default-background: oklch(
|
|
1086
|
-
--kbd-variant-default-color: oklch(
|
|
972
|
+
--kbd-variant-default-background: oklch(97.02% 0.0000 0);
|
|
973
|
+
--kbd-variant-default-color: oklch(71.55% 0.0000 0);
|
|
1087
974
|
--kbd-variant-ghost-background: transparent;
|
|
1088
|
-
--kbd-variant-ghost-color: oklch(
|
|
975
|
+
--kbd-variant-ghost-color: oklch(71.55% 0.0000 0);
|
|
1089
976
|
--kbd-variant-outline-background: transparent;
|
|
1090
|
-
--kbd-variant-outline-border-color: oklch(92.
|
|
1091
|
-
--kbd-variant-outline-color: oklch(
|
|
1092
|
-
--kpi-card-sparkline-down: oklch(
|
|
1093
|
-
--kpi-card-sparkline-neutral: oklch(
|
|
977
|
+
--kbd-variant-outline-border-color: oklch(92.19% 0.0000 0);
|
|
978
|
+
--kbd-variant-outline-color: oklch(14.48% 0.0000 0);
|
|
979
|
+
--kpi-card-sparkline-down: oklch(57.71% 0.2152 27.33);
|
|
980
|
+
--kpi-card-sparkline-neutral: oklch(71.55% 0.0000 0);
|
|
1094
981
|
--kpi-card-sparkline-opacity: 0.6;
|
|
1095
|
-
--kpi-card-sparkline-up: oklch(
|
|
1096
|
-
--kpi-card-trend-down: oklch(
|
|
1097
|
-
--kpi-card-trend-neutral: oklch(
|
|
1098
|
-
--kpi-card-trend-up: oklch(
|
|
982
|
+
--kpi-card-sparkline-up: oklch(62.71% 0.1699 149.21);
|
|
983
|
+
--kpi-card-trend-down: oklch(57.71% 0.2152 27.33);
|
|
984
|
+
--kpi-card-trend-neutral: oklch(71.55% 0.0000 0);
|
|
985
|
+
--kpi-card-trend-up: oklch(62.71% 0.1699 149.21);
|
|
1099
986
|
--kpi-card-value-size-lg: 2.25rem;
|
|
1100
987
|
--kpi-card-value-size-md: 1.875rem;
|
|
1101
988
|
--kpi-card-value-size-sm: 1.5rem;
|
|
1102
989
|
--kpi-card-value-weight: 700;
|
|
1103
990
|
--label-disabled-cursor: not-allowed;
|
|
1104
991
|
--label-disabled-opacity: 0.5;
|
|
1105
|
-
--label-optional-color: oklch(
|
|
992
|
+
--label-optional-color: oklch(71.55% 0.0000 0);
|
|
1106
993
|
--label-optional-font-weight: 400;
|
|
1107
|
-
--label-required-color: oklch(
|
|
994
|
+
--label-required-color: oklch(57.71% 0.2152 27.33);
|
|
1108
995
|
--label-root-align-items: center;
|
|
1109
996
|
--label-root-display: flex;
|
|
1110
997
|
--label-root-font-size: 14px;
|
|
@@ -1140,13 +1027,13 @@
|
|
|
1140
1027
|
--layout-grid-margin-sm: 16px;
|
|
1141
1028
|
--layout-grid-margin-xl: auto;
|
|
1142
1029
|
--layout-header-background: oklch(100.00% 0.0000 0);
|
|
1143
|
-
--layout-header-border: oklch(92.
|
|
1030
|
+
--layout-header-border: oklch(92.19% 0.0000 0);
|
|
1144
1031
|
--layout-header-height: 56px;
|
|
1145
|
-
--layout-rail-background: oklch(
|
|
1146
|
-
--layout-rail-border: oklch(92.
|
|
1032
|
+
--layout-rail-background: oklch(98.51% 0.0000 0);
|
|
1033
|
+
--layout-rail-border: oklch(92.19% 0.0000 0);
|
|
1147
1034
|
--layout-rail-width: 48px;
|
|
1148
|
-
--layout-sidebar-background: oklch(
|
|
1149
|
-
--layout-sidebar-border: oklch(92.
|
|
1035
|
+
--layout-sidebar-background: oklch(98.51% 0.0000 0);
|
|
1036
|
+
--layout-sidebar-border: oklch(92.19% 0.0000 0);
|
|
1150
1037
|
--layout-sidebar-collapsed-width: 64px;
|
|
1151
1038
|
--layout-sidebar-width: 240px;
|
|
1152
1039
|
--lightbox-button-background-hover: oklch(100.00% 0.0000 0 / 80.0%);
|
|
@@ -1165,29 +1052,29 @@
|
|
|
1165
1052
|
--lightbox-thumbnail-opacity-inactive: 0.6;
|
|
1166
1053
|
--lightbox-thumbnail-ring-color: oklch(100.00% 0.0000 0);
|
|
1167
1054
|
--lightbox-thumbnail-size: 64px;
|
|
1168
|
-
--link-color-default: oklch(81.
|
|
1169
|
-
--link-color-muted: oklch(
|
|
1170
|
-
--link-color-nav-hover: oklch(81.
|
|
1171
|
-
--link-color-nav: oklch(
|
|
1172
|
-
--link-color-subtle: oklch(
|
|
1055
|
+
--link-color-default: oklch(81.75% 0.1821 159.79);
|
|
1056
|
+
--link-color-muted: oklch(71.55% 0.0000 0);
|
|
1057
|
+
--link-color-nav-hover: oklch(81.75% 0.1821 159.79);
|
|
1058
|
+
--link-color-nav: oklch(14.48% 0.0000 0);
|
|
1059
|
+
--link-color-subtle: oklch(14.48% 0.0000 0);
|
|
1173
1060
|
--link-text-default: 16px;
|
|
1174
1061
|
--link-text-lg: 18px;
|
|
1175
1062
|
--link-text-sm: 14px;
|
|
1176
1063
|
--link-text-xs: 12px;
|
|
1177
1064
|
--markdown-editor-area-background: transparent;
|
|
1178
|
-
--markdown-editor-area-foreground: oklch(
|
|
1065
|
+
--markdown-editor-area-foreground: oklch(14.48% 0.0000 0);
|
|
1179
1066
|
--markdown-editor-area-padding: 16px;
|
|
1180
|
-
--markdown-editor-help-code-bg: oklch(
|
|
1067
|
+
--markdown-editor-help-code-bg: oklch(97.02% 0.0000 0);
|
|
1181
1068
|
--markdown-editor-help-code-padding-x: 0.375rem;
|
|
1182
1069
|
--markdown-editor-help-code-padding-y: 0.125rem;
|
|
1183
1070
|
--markdown-editor-preview-background: oklch(100.00% 0.0000 0);
|
|
1184
1071
|
--markdown-editor-preview-padding: 16px;
|
|
1185
1072
|
--markdown-editor-root-background: oklch(100.00% 0.0000 0);
|
|
1186
|
-
--markdown-editor-root-border: oklch(
|
|
1073
|
+
--markdown-editor-root-border: oklch(92.19% 0.0000 0);
|
|
1187
1074
|
--markdown-editor-root-min-height: 200px;
|
|
1188
1075
|
--markdown-editor-root-radius: 0.375rem;
|
|
1189
|
-
--markdown-editor-toolbar-background: oklch(
|
|
1190
|
-
--markdown-editor-toolbar-border-bottom: oklch(92.
|
|
1076
|
+
--markdown-editor-toolbar-background: oklch(97.02% 0.0000 0);
|
|
1077
|
+
--markdown-editor-toolbar-border-bottom: oklch(92.19% 0.0000 0);
|
|
1191
1078
|
--markdown-editor-toolbar-gap: 4px;
|
|
1192
1079
|
--markdown-editor-toolbar-padding: 8px;
|
|
1193
1080
|
--menubar-checkbox-radius: 1px;
|
|
@@ -1223,34 +1110,8 @@
|
|
|
1223
1110
|
--menubar-trigger-padding-y: 4px;
|
|
1224
1111
|
--menubar-trigger-radius: 0.125rem;
|
|
1225
1112
|
--menubar-trigger-text-size: 0.875rem;
|
|
1226
|
-
--mobile-container-padding-x: 24px;
|
|
1227
|
-
--mobile-heading-lg-font-family: Inter;
|
|
1228
|
-
--mobile-heading-lg-font-size: 30px;
|
|
1229
|
-
--mobile-heading-lg-font-weight: 700;
|
|
1230
|
-
--mobile-heading-lg-letter-spacing: 0px;
|
|
1231
|
-
--mobile-heading-lg-line-height: 36px;
|
|
1232
|
-
--mobile-heading-md-font-family: Inter;
|
|
1233
|
-
--mobile-heading-md-font-size: 30px;
|
|
1234
|
-
--mobile-heading-md-font-weight: 700;
|
|
1235
|
-
--mobile-heading-md-letter-spacing: 0px;
|
|
1236
|
-
--mobile-heading-md-line-height: 36px;
|
|
1237
|
-
--mobile-heading-sm-font-family: Inter;
|
|
1238
|
-
--mobile-heading-sm-font-size: 24px;
|
|
1239
|
-
--mobile-heading-sm-font-weight: 700;
|
|
1240
|
-
--mobile-heading-sm-letter-spacing: 0px;
|
|
1241
|
-
--mobile-heading-sm-line-height: 32px;
|
|
1242
|
-
--mobile-heading-xl-font-family: Inter;
|
|
1243
|
-
--mobile-heading-xl-font-size: 30px;
|
|
1244
|
-
--mobile-heading-xl-font-weight: 700;
|
|
1245
|
-
--mobile-heading-xl-letter-spacing: 0px;
|
|
1246
|
-
--mobile-heading-xl-line-height: 36px;
|
|
1247
|
-
--mobile-section-padding-y: 64px;
|
|
1248
|
-
--mobile-section-title-gap-lg: 16px;
|
|
1249
|
-
--mobile-section-title-gap-md: 20px;
|
|
1250
|
-
--mobile-section-title-gap-sm: 16px;
|
|
1251
|
-
--mobile-section-title-gap-xl: 16px;
|
|
1252
1113
|
--modal-content-bg: oklch(100.00% 0.0000 0);
|
|
1253
|
-
--modal-content-border: oklch(92.
|
|
1114
|
+
--modal-content-border: oklch(92.19% 0.0000 0);
|
|
1254
1115
|
--modal-content-gap: 16px;
|
|
1255
1116
|
--modal-content-max-width: 32rem;
|
|
1256
1117
|
--modal-content-padding: 24px;
|
|
@@ -1258,18 +1119,13 @@
|
|
|
1258
1119
|
--modal-content-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1259
1120
|
--modal-footer-gap: 8px;
|
|
1260
1121
|
--modal-header-gap: 8px;
|
|
1261
|
-
--modal-overlay-bg:
|
|
1262
|
-
--motion-delay-extra-long: 500ms;
|
|
1263
|
-
--motion-delay-long: 300ms;
|
|
1264
|
-
--motion-delay-medium: 150ms;
|
|
1265
|
-
--motion-delay-none: 0ms;
|
|
1266
|
-
--motion-delay-short: 75ms;
|
|
1122
|
+
--modal-overlay-bg: oklch(0.00% 0.0000 0 / 60.0%);
|
|
1267
1123
|
--multiselect-content-bg: oklch(100.00% 0.0000 0);
|
|
1268
|
-
--multiselect-content-fg: oklch(
|
|
1124
|
+
--multiselect-content-fg: oklch(14.48% 0.0000 0);
|
|
1269
1125
|
--multiselect-content-radius: 0.375rem;
|
|
1270
1126
|
--multiselect-content-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
1271
1127
|
--multiselect-content-width: 200px;
|
|
1272
|
-
--multiselect-empty-fg: oklch(
|
|
1128
|
+
--multiselect-empty-fg: oklch(71.55% 0.0000 0);
|
|
1273
1129
|
--multiselect-empty-padding-y: 24px;
|
|
1274
1130
|
--multiselect-empty-text: 0.875rem;
|
|
1275
1131
|
--multiselect-input-height: 36px;
|
|
@@ -1279,8 +1135,8 @@
|
|
|
1279
1135
|
--multiselect-item-padding-y: 6px;
|
|
1280
1136
|
--multiselect-item-radius: 0.125rem;
|
|
1281
1137
|
--multiselect-item-text: 0.875rem;
|
|
1282
|
-
--multiselect-tag-bg: oklch(
|
|
1283
|
-
--multiselect-tag-fg: oklch(
|
|
1138
|
+
--multiselect-tag-bg: oklch(97.98% 0.0312 139.44);
|
|
1139
|
+
--multiselect-tag-fg: oklch(28.73% 0.0661 137.75);
|
|
1284
1140
|
--multiselect-tag-padding-x-lg: 10px;
|
|
1285
1141
|
--multiselect-tag-padding-x-md: 8px;
|
|
1286
1142
|
--multiselect-tag-padding-x-sm: 6px;
|
|
@@ -1304,73 +1160,58 @@
|
|
|
1304
1160
|
--multiselect-trigger-text-md: 0.875rem;
|
|
1305
1161
|
--multiselect-trigger-text-sm: 0.875rem;
|
|
1306
1162
|
--multiselect-trigger-width: 200px;
|
|
1307
|
-
--muted-
|
|
1308
|
-
--muted
|
|
1309
|
-
--muted-foreground-light: oklch(65.05% 0.0063 84.57);
|
|
1310
|
-
--muted-foreground: oklch(65.05% 0.0063 84.57);
|
|
1311
|
-
--muted-light: oklch(95.66% 0.0052 67.76);
|
|
1312
|
-
--muted: oklch(95.66% 0.0052 67.76);
|
|
1163
|
+
--muted-foreground: oklch(71.55% 0.0000 0);
|
|
1164
|
+
--muted: oklch(97.02% 0.0000 0);
|
|
1313
1165
|
--navbar-item-gap: 16px;
|
|
1314
1166
|
--navbar-root-background: oklch(100.00% 0.0000 0);
|
|
1315
|
-
--navbar-root-border-color: oklch(92.
|
|
1167
|
+
--navbar-root-border-color: oklch(92.19% 0.0000 0);
|
|
1316
1168
|
--navbar-root-border-width: 1px;
|
|
1317
1169
|
--navbar-root-height: 4rem;
|
|
1318
1170
|
--navbar-root-padding-x: 16px;
|
|
1319
1171
|
--navbar-root-padding-y: 8px;
|
|
1320
1172
|
--navigation-menu-content-bg: oklch(100.00% 0.0000 0);
|
|
1321
|
-
--navigation-menu-content-text: oklch(
|
|
1322
|
-
--navigation-menu-indicator-bg: oklch(92.
|
|
1173
|
+
--navigation-menu-content-text: oklch(14.48% 0.0000 0);
|
|
1174
|
+
--navigation-menu-indicator-bg: oklch(92.19% 0.0000 0);
|
|
1323
1175
|
--navigation-menu-trigger-bg: oklch(100.00% 0.0000 0);
|
|
1324
|
-
--navigation-menu-trigger-hover-bg: oklch(
|
|
1325
|
-
--navigation-menu-trigger-hover-text: oklch(
|
|
1176
|
+
--navigation-menu-trigger-hover-bg: oklch(95.21% 0.0467 171.12);
|
|
1177
|
+
--navigation-menu-trigger-hover-text: oklch(26.88% 0.0527 163.85);
|
|
1326
1178
|
--navigation-menu-viewport-bg: oklch(100.00% 0.0000 0);
|
|
1327
|
-
--navigation-menu-viewport-text: oklch(
|
|
1328
|
-
--
|
|
1179
|
+
--navigation-menu-viewport-text: oklch(14.48% 0.0000 0);
|
|
1180
|
+
--neutral-100: oklch(97.02% 0.0000 0);
|
|
1181
|
+
--neutral-200: oklch(92.19% 0.0000 0);
|
|
1182
|
+
--neutral-300: oklch(86.99% 0.0000 0);
|
|
1183
|
+
--neutral-400: oklch(71.55% 0.0000 0);
|
|
1184
|
+
--neutral-500: oklch(55.55% 0.0000 0);
|
|
1185
|
+
--neutral-50: oklch(98.51% 0.0000 0);
|
|
1186
|
+
--neutral-600: oklch(43.86% 0.0000 0);
|
|
1187
|
+
--neutral-700: oklch(37.15% 0.0000 0);
|
|
1188
|
+
--neutral-800: oklch(26.86% 0.0000 0);
|
|
1189
|
+
--neutral-900: oklch(20.46% 0.0000 0);
|
|
1190
|
+
--neutral-950: oklch(14.48% 0.0000 0);
|
|
1191
|
+
--notification-bg-hover: oklch(95.21% 0.0467 171.12);
|
|
1329
1192
|
--notification-bg-read: oklch(100.00% 0.0000 0);
|
|
1330
|
-
--notification-bg-unread: oklch(
|
|
1331
|
-
--notification-dot-color-default: oklch(81.
|
|
1332
|
-
--notification-dot-color-error: oklch(
|
|
1333
|
-
--notification-dot-color-info: oklch(
|
|
1334
|
-
--notification-dot-color-success: oklch(
|
|
1335
|
-
--notification-dot-color-warning: oklch(
|
|
1193
|
+
--notification-bg-unread: oklch(95.21% 0.0467 171.12);
|
|
1194
|
+
--notification-dot-color-default: oklch(81.75% 0.1821 159.79);
|
|
1195
|
+
--notification-dot-color-error: oklch(57.71% 0.2152 27.33);
|
|
1196
|
+
--notification-dot-color-info: oklch(54.61% 0.2152 262.88);
|
|
1197
|
+
--notification-dot-color-success: oklch(62.71% 0.1699 149.21);
|
|
1198
|
+
--notification-dot-color-warning: oklch(68.06% 0.1423 75.83);
|
|
1336
1199
|
--notification-dot-left: 6px;
|
|
1337
1200
|
--notification-dot-size: 8px;
|
|
1338
1201
|
--notification-dot-top: 16px;
|
|
1339
1202
|
--notification-root-gap: 12px;
|
|
1340
1203
|
--notification-root-padding: 12px;
|
|
1341
|
-
--
|
|
1342
|
-
--opacity-opacity-100: 1;
|
|
1343
|
-
--opacity-opacity-10: 0.1;
|
|
1344
|
-
--opacity-opacity-15: 0.15;
|
|
1345
|
-
--opacity-opacity-20: 0.2;
|
|
1346
|
-
--opacity-opacity-25: 0.25;
|
|
1347
|
-
--opacity-opacity-30: 0.3;
|
|
1348
|
-
--opacity-opacity-35: 0.35;
|
|
1349
|
-
--opacity-opacity-40: 0.4;
|
|
1350
|
-
--opacity-opacity-45: 0.45;
|
|
1351
|
-
--opacity-opacity-50: 0.5;
|
|
1352
|
-
--opacity-opacity-55: 0.55;
|
|
1353
|
-
--opacity-opacity-5: 0.05;
|
|
1354
|
-
--opacity-opacity-60: 0.6;
|
|
1355
|
-
--opacity-opacity-65: 0.65;
|
|
1356
|
-
--opacity-opacity-70: 0.7;
|
|
1357
|
-
--opacity-opacity-75: 0.75;
|
|
1358
|
-
--opacity-opacity-80: 0.8;
|
|
1359
|
-
--opacity-opacity-85: 0.85;
|
|
1360
|
-
--opacity-opacity-90: 0.9;
|
|
1361
|
-
--opacity-opacity-95: 0.95;
|
|
1362
|
-
--outline: oklch(71.55% 0.0000 0 / 50.2%);
|
|
1363
|
-
--outline\10-dark:outline\20: oklch(71.55% 0.0000 0 / 10.2%);
|
|
1204
|
+
--overlay: oklch(0.00% 0.0000 0 / 60.0%);
|
|
1364
1205
|
--pagination-button-gap: 4px;
|
|
1365
1206
|
--pagination-button-padding-x: 10px;
|
|
1366
1207
|
--pagination-content-gap: 4px;
|
|
1367
1208
|
--pagination-ellipsis-size: 36px;
|
|
1368
1209
|
--paragraph-base-font-family: Inter;
|
|
1369
|
-
--paragraph-color-default: oklch(
|
|
1370
|
-
--paragraph-color-destructive: oklch(
|
|
1371
|
-
--paragraph-color-muted: oklch(
|
|
1372
|
-
--paragraph-color-primary: oklch(81.
|
|
1373
|
-
--paragraph-color-success: oklch(
|
|
1210
|
+
--paragraph-color-default: oklch(14.48% 0.0000 0);
|
|
1211
|
+
--paragraph-color-destructive: oklch(57.71% 0.2152 27.33);
|
|
1212
|
+
--paragraph-color-muted: oklch(71.55% 0.0000 0);
|
|
1213
|
+
--paragraph-color-primary: oklch(81.75% 0.1821 159.79);
|
|
1214
|
+
--paragraph-color-success: oklch(62.71% 0.1699 149.21);
|
|
1374
1215
|
--paragraph-size-base-font-size: 16px;
|
|
1375
1216
|
--paragraph-size-base-line-height: 24px;
|
|
1376
1217
|
--paragraph-size-lg-font-size: 18px;
|
|
@@ -1389,40 +1230,37 @@
|
|
|
1389
1230
|
--paragraph-weight-medium: 500;
|
|
1390
1231
|
--paragraph-weight-normal: 400;
|
|
1391
1232
|
--paragraph-weight-semibold: 600;
|
|
1392
|
-
--payment-input-icon-color-active: oklch(
|
|
1393
|
-
--payment-input-icon-color: oklch(
|
|
1233
|
+
--payment-input-icon-color-active: oklch(14.48% 0.0000 0);
|
|
1234
|
+
--payment-input-icon-color: oklch(71.55% 0.0000 0);
|
|
1394
1235
|
--payment-input-icon-left: 12px;
|
|
1395
1236
|
--payment-input-icon-size: 20px;
|
|
1396
1237
|
--payment-input-root-padding-left: 40px;
|
|
1397
|
-
--phone-input-country-select-border-color: oklch(92.
|
|
1238
|
+
--phone-input-country-select-border-color: oklch(92.19% 0.0000 0);
|
|
1398
1239
|
--phone-input-country-select-border-right-width: 1px;
|
|
1399
1240
|
--phone-input-country-select-width: 100px;
|
|
1400
1241
|
--phone-input-flag-margin-right: 8px;
|
|
1401
1242
|
--phone-input-flag-size: 16px;
|
|
1402
1243
|
--popover-bg: oklch(100.00% 0.0000 0);
|
|
1403
|
-
--popover-border: oklch(92.
|
|
1244
|
+
--popover-border: oklch(92.19% 0.0000 0);
|
|
1404
1245
|
--popover-content-background: oklch(100.00% 0.0000 0);
|
|
1405
1246
|
--popover-content-border-width: 1px;
|
|
1406
|
-
--popover-content-foreground: oklch(
|
|
1247
|
+
--popover-content-foreground: oklch(14.48% 0.0000 0);
|
|
1407
1248
|
--popover-content-padding: 16px;
|
|
1408
1249
|
--popover-content-radius: 0.375rem;
|
|
1409
1250
|
--popover-content-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
1410
1251
|
--popover-content-width: 18rem;
|
|
1411
1252
|
--popover-content-z-index: 50;
|
|
1412
|
-
--popover-
|
|
1413
|
-
--popover-
|
|
1414
|
-
--popover-foreground-dark: oklch(98.56% 0.0017 67.80);
|
|
1415
|
-
--popover-foreground-light: oklch(40.23% 0.0021 67.76);
|
|
1416
|
-
--popover-foreground: oklch(40.23% 0.0021 67.76);
|
|
1417
|
-
--popover-light: oklch(100.00% 0.0000 0);
|
|
1253
|
+
--popover-fg: oklch(14.48% 0.0000 0);
|
|
1254
|
+
--popover-foreground: oklch(14.48% 0.0000 0);
|
|
1418
1255
|
--popover-radius: 0.375rem;
|
|
1419
1256
|
--popover: oklch(100.00% 0.0000 0);
|
|
1420
|
-
--primary-
|
|
1421
|
-
--primary-
|
|
1422
|
-
--primary-foreground
|
|
1423
|
-
--primary-
|
|
1424
|
-
--primary-
|
|
1425
|
-
--primary: oklch(
|
|
1257
|
+
--primary-active: oklch(56.08% 0.1221 160.56);
|
|
1258
|
+
--primary-border: oklch(90.88% 0.0912 168.55);
|
|
1259
|
+
--primary-foreground: oklch(18.34% 0.0338 166.67);
|
|
1260
|
+
--primary-hover: oklch(69.20% 0.1533 159.90);
|
|
1261
|
+
--primary-subtle-foreground: oklch(56.08% 0.1221 160.56);
|
|
1262
|
+
--primary-subtle: oklch(97.65% 0.0243 170.99);
|
|
1263
|
+
--primary: oklch(81.75% 0.1821 159.79);
|
|
1426
1264
|
--priority-high-bg: oklch(93% 0.10 55);
|
|
1427
1265
|
--priority-high-text: oklch(45% 0.15 55);
|
|
1428
1266
|
--priority-low-bg: oklch(95% 0.01 250);
|
|
@@ -1431,20 +1269,20 @@
|
|
|
1431
1269
|
--priority-medium-text: oklch(45% 0.15 95);
|
|
1432
1270
|
--priority-urgent-bg: oklch(93% 0.08 25);
|
|
1433
1271
|
--priority-urgent-text: oklch(45% 0.18 25);
|
|
1434
|
-
--progress-bar-fill-color-default: oklch(
|
|
1435
|
-
--progress-bar-fill-color-error: oklch(
|
|
1436
|
-
--progress-bar-fill-color-primary: oklch(81.
|
|
1437
|
-
--progress-bar-fill-color-success: oklch(
|
|
1438
|
-
--progress-bar-fill-color-warning: oklch(
|
|
1272
|
+
--progress-bar-fill-color-default: oklch(62.71% 0.1699 149.21);
|
|
1273
|
+
--progress-bar-fill-color-error: oklch(57.71% 0.2152 27.33);
|
|
1274
|
+
--progress-bar-fill-color-primary: oklch(81.75% 0.1821 159.79);
|
|
1275
|
+
--progress-bar-fill-color-success: oklch(62.71% 0.1699 149.21);
|
|
1276
|
+
--progress-bar-fill-color-warning: oklch(68.06% 0.1423 75.83);
|
|
1439
1277
|
--progress-bar-indicator-border-radius: 9999px;
|
|
1440
1278
|
--progress-bar-indicator-flex: 1;
|
|
1441
1279
|
--progress-bar-indicator-height: 100%;
|
|
1442
1280
|
--progress-bar-indicator-transition: all;
|
|
1443
1281
|
--progress-bar-indicator-width: 100%;
|
|
1444
|
-
--progress-bar-label-position-bottom-color: oklch(
|
|
1282
|
+
--progress-bar-label-position-bottom-color: oklch(71.55% 0.0000 0);
|
|
1445
1283
|
--progress-bar-label-position-bottom-margin-top: 0.375rem;
|
|
1446
|
-
--progress-bar-label-position-floating-color: oklch(
|
|
1447
|
-
--progress-bar-label-position-right-color: oklch(
|
|
1284
|
+
--progress-bar-label-position-floating-color: oklch(14.48% 0.0000 0);
|
|
1285
|
+
--progress-bar-label-position-right-color: oklch(14.48% 0.0000 0);
|
|
1448
1286
|
--progress-bar-label-position-right-margin-left: 12px;
|
|
1449
1287
|
--progress-bar-label-text-font-size: 0.875rem;
|
|
1450
1288
|
--progress-bar-label-text-font-weight: 500;
|
|
@@ -1458,18 +1296,18 @@
|
|
|
1458
1296
|
--progress-bar-size-sm-height: 0.375rem;
|
|
1459
1297
|
--progress-bar-size-xl-height: 16px;
|
|
1460
1298
|
--progress-bar-size-xs-height: 4px;
|
|
1461
|
-
--progress-bar-track-color-default: oklch(
|
|
1462
|
-
--progress-bar-track-color-error: oklch(
|
|
1463
|
-
--progress-bar-track-color-primary: oklch(81.
|
|
1464
|
-
--progress-bar-track-color-success: oklch(
|
|
1465
|
-
--progress-bar-track-color-warning: oklch(
|
|
1466
|
-
--progress-circle-indicator-color-default: oklch(
|
|
1467
|
-
--progress-circle-indicator-color-error: oklch(
|
|
1468
|
-
--progress-circle-indicator-color-primary: oklch(81.
|
|
1469
|
-
--progress-circle-indicator-color-success: oklch(
|
|
1470
|
-
--progress-circle-indicator-color-warning: oklch(
|
|
1299
|
+
--progress-bar-track-color-default: oklch(97.02% 0.0000 0);
|
|
1300
|
+
--progress-bar-track-color-error: oklch(57.71% 0.2152 27.33);
|
|
1301
|
+
--progress-bar-track-color-primary: oklch(81.75% 0.1821 159.79);
|
|
1302
|
+
--progress-bar-track-color-success: oklch(62.71% 0.1699 149.21);
|
|
1303
|
+
--progress-bar-track-color-warning: oklch(68.06% 0.1423 75.83);
|
|
1304
|
+
--progress-circle-indicator-color-default: oklch(62.71% 0.1699 149.21);
|
|
1305
|
+
--progress-circle-indicator-color-error: oklch(57.71% 0.2152 27.33);
|
|
1306
|
+
--progress-circle-indicator-color-primary: oklch(81.75% 0.1821 159.79);
|
|
1307
|
+
--progress-circle-indicator-color-success: oklch(62.71% 0.1699 149.21);
|
|
1308
|
+
--progress-circle-indicator-color-warning: oklch(68.06% 0.1423 75.83);
|
|
1471
1309
|
--progress-circle-indicator-transition: all 300ms ease-out;
|
|
1472
|
-
--progress-circle-label-color: oklch(
|
|
1310
|
+
--progress-circle-label-color: oklch(71.55% 0.0000 0);
|
|
1473
1311
|
--progress-circle-size-lg-diameter: 280px;
|
|
1474
1312
|
--progress-circle-size-lg-stroke-width: 14px;
|
|
1475
1313
|
--progress-circle-size-md-diameter: 240px;
|
|
@@ -1480,70 +1318,91 @@
|
|
|
1480
1318
|
--progress-circle-size-xs-stroke-width: 8px;
|
|
1481
1319
|
--progress-circle-size-xxs-diameter: 64px;
|
|
1482
1320
|
--progress-circle-size-xxs-stroke-width: 4px;
|
|
1483
|
-
--progress-circle-track-color-default: oklch(
|
|
1484
|
-
--progress-circle-track-color-error: oklch(
|
|
1485
|
-
--progress-circle-track-color-primary: oklch(81.
|
|
1486
|
-
--progress-circle-track-color-success: oklch(
|
|
1487
|
-
--progress-circle-track-color-warning: oklch(
|
|
1488
|
-
--progress-circle-value-color: oklch(
|
|
1321
|
+
--progress-circle-track-color-default: oklch(97.02% 0.0000 0);
|
|
1322
|
+
--progress-circle-track-color-error: oklch(57.71% 0.2152 27.33);
|
|
1323
|
+
--progress-circle-track-color-primary: oklch(81.75% 0.1821 159.79);
|
|
1324
|
+
--progress-circle-track-color-success: oklch(62.71% 0.1699 149.21);
|
|
1325
|
+
--progress-circle-track-color-warning: oklch(68.06% 0.1423 75.83);
|
|
1326
|
+
--progress-circle-value-color: oklch(14.48% 0.0000 0);
|
|
1489
1327
|
--progress-circle-value-font-weight: 600;
|
|
1490
|
-
--radio-indicator-color: oklch(
|
|
1328
|
+
--radio-indicator-color: oklch(18.34% 0.0338 166.67);
|
|
1491
1329
|
--radio-indicator-size-lg: 12px;
|
|
1492
1330
|
--radio-indicator-size-md: 10px;
|
|
1493
1331
|
--radio-indicator-size-sm: 8px;
|
|
1494
|
-
--radio-root-bg-checked: oklch(81.
|
|
1332
|
+
--radio-root-bg-checked: oklch(81.75% 0.1821 159.79);
|
|
1495
1333
|
--radio-root-bg-default: oklch(100.00% 0.0000 0);
|
|
1496
|
-
--radio-root-bg-disabled: oklch(
|
|
1497
|
-
--radio-root-border-checked: oklch(81.
|
|
1498
|
-
--radio-root-border-default: oklch(81.
|
|
1499
|
-
--radio-root-border-focus: oklch(
|
|
1334
|
+
--radio-root-bg-disabled: oklch(97.02% 0.0000 0);
|
|
1335
|
+
--radio-root-border-checked: oklch(81.75% 0.1821 159.79);
|
|
1336
|
+
--radio-root-border-default: oklch(81.75% 0.1821 159.79);
|
|
1337
|
+
--radio-root-border-focus: oklch(81.75% 0.1821 159.79);
|
|
1500
1338
|
--radio-root-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1501
1339
|
--radio-root-size-lg: 24px;
|
|
1502
1340
|
--radio-root-size-md: 20px;
|
|
1503
1341
|
--radio-root-size-sm: 16px;
|
|
1342
|
+
--radius-2xl: 20px;
|
|
1343
|
+
--radius-3xl: 24px;
|
|
1344
|
+
--radius-4xl: 32px;
|
|
1345
|
+
--radius-full: 9999px;
|
|
1346
|
+
--radius-lg: 12px;
|
|
1347
|
+
--radius-md: 8px;
|
|
1348
|
+
--radius-none: 0px;
|
|
1349
|
+
--radius-pill: 999px;
|
|
1350
|
+
--radius-sm: 4px;
|
|
1351
|
+
--radius-xl: 16px;
|
|
1352
|
+
--radius-xs: 2px;
|
|
1504
1353
|
--radius: 4px;
|
|
1505
|
-
--rail-accent-foreground: oklch(
|
|
1506
|
-
--rail-accent: oklch(
|
|
1507
|
-
--rail-background: oklch(98.
|
|
1508
|
-
--rail-border: oklch(92.
|
|
1354
|
+
--rail-accent-foreground: oklch(26.88% 0.0527 163.85);
|
|
1355
|
+
--rail-accent: oklch(95.21% 0.0467 171.12);
|
|
1356
|
+
--rail-background: oklch(98.51% 0.0000 0);
|
|
1357
|
+
--rail-border: oklch(92.19% 0.0000 0);
|
|
1509
1358
|
--rail-width: 3.5rem;
|
|
1510
|
-
--rating-icon-color-empty: oklch(
|
|
1511
|
-
--rating-icon-color-filled: oklch(
|
|
1359
|
+
--rating-icon-color-empty: oklch(55.55% 0.0000 0);
|
|
1360
|
+
--rating-icon-color-filled: oklch(68.06% 0.1423 75.83);
|
|
1512
1361
|
--rating-icon-size-lg: 24px;
|
|
1513
1362
|
--rating-icon-size-md: 20px;
|
|
1514
1363
|
--rating-icon-size-sm: 16px;
|
|
1515
1364
|
--rating-item-gap: 2px;
|
|
1516
|
-
--
|
|
1517
|
-
--
|
|
1365
|
+
--red-100: oklch(93.56% 0.0309 17.72);
|
|
1366
|
+
--red-200: oklch(88.45% 0.0593 18.33);
|
|
1367
|
+
--red-300: oklch(80.77% 0.1035 19.57);
|
|
1368
|
+
--red-400: oklch(71.06% 0.1661 22.22);
|
|
1369
|
+
--red-500: oklch(63.68% 0.2078 25.33);
|
|
1370
|
+
--red-50: oklch(97.05% 0.0129 17.38);
|
|
1371
|
+
--red-600: oklch(57.71% 0.2152 27.33);
|
|
1372
|
+
--red-700: oklch(50.54% 0.1905 27.52);
|
|
1373
|
+
--red-800: oklch(44.37% 0.1613 26.90);
|
|
1374
|
+
--red-900: oklch(39.58% 0.1331 25.72);
|
|
1375
|
+
--red-950: oklch(25.75% 0.0886 26.04);
|
|
1376
|
+
--report-generator-output-max-height-lg: 500px;
|
|
1377
|
+
--report-generator-root-min-height-lg: 500px;
|
|
1378
|
+
--resizable-handle-bg: oklch(92.19% 0.0000 0);
|
|
1379
|
+
--resizable-handle-grip-bg: oklch(92.19% 0.0000 0);
|
|
1518
1380
|
--resizable-handle-grip-height: 16px;
|
|
1519
1381
|
--resizable-handle-grip-radius: 1px;
|
|
1520
1382
|
--resizable-handle-grip-width: 12px;
|
|
1521
|
-
--resizable-handle-ring: oklch(
|
|
1383
|
+
--resizable-handle-ring: oklch(81.75% 0.1821 159.79);
|
|
1522
1384
|
--resizable-handle-width-default: 1px;
|
|
1523
1385
|
--resizable-handle-width-vertical: 1px;
|
|
1524
1386
|
--rich-text-editor-content-min-height: 200px;
|
|
1525
1387
|
--rich-text-editor-content-padding: 16px;
|
|
1526
1388
|
--rich-text-editor-root-background: oklch(100.00% 0.0000 0);
|
|
1527
|
-
--rich-text-editor-root-border: oklch(
|
|
1389
|
+
--rich-text-editor-root-border: oklch(92.19% 0.0000 0);
|
|
1528
1390
|
--rich-text-editor-root-radius: 0.375rem;
|
|
1529
|
-
--rich-text-editor-toolbar-background: oklch(
|
|
1530
|
-
--rich-text-editor-toolbar-border-bottom: oklch(92.
|
|
1391
|
+
--rich-text-editor-toolbar-background: oklch(97.02% 0.0000 0);
|
|
1392
|
+
--rich-text-editor-toolbar-border-bottom: oklch(92.19% 0.0000 0);
|
|
1531
1393
|
--rich-text-editor-toolbar-gap: 4px;
|
|
1532
1394
|
--rich-text-editor-toolbar-padding: 8px;
|
|
1533
|
-
--ring-dark: oklch(88.23% 0.2057 138.41);
|
|
1534
|
-
--ring-light: oklch(64.44% 0.1647 149.79);
|
|
1535
1395
|
--ring-offset: oklch(100.00% 0.0000 0);
|
|
1536
|
-
--ring: oklch(
|
|
1537
|
-
--scroll-bar-thumb-bg: oklch(92.
|
|
1396
|
+
--ring: oklch(81.75% 0.1821 159.79);
|
|
1397
|
+
--scroll-bar-thumb-bg: oklch(92.19% 0.0000 0);
|
|
1538
1398
|
--scroll-bar-width-default: 0.625rem;
|
|
1539
1399
|
--scroll-bar-width-thin: 0.375rem;
|
|
1540
1400
|
--scroll-bar-width-wide: 0.875rem;
|
|
1541
|
-
--secondary-
|
|
1542
|
-
--secondary-
|
|
1543
|
-
--secondary-foreground
|
|
1544
|
-
--secondary-
|
|
1545
|
-
--secondary
|
|
1546
|
-
--secondary: oklch(95.66% 0.0052 67.76);
|
|
1401
|
+
--secondary-foreground: oklch(28.73% 0.0661 137.75);
|
|
1402
|
+
--secondary-hover: oklch(94.80% 0.0824 139.21);
|
|
1403
|
+
--secondary-subtle-foreground: oklch(58.24% 0.1354 137.66);
|
|
1404
|
+
--secondary-subtle: oklch(98.93% 0.0139 138.71);
|
|
1405
|
+
--secondary: oklch(97.98% 0.0312 139.44);
|
|
1547
1406
|
--section-content-gap: 16px;
|
|
1548
1407
|
--section-header-gap: 8px;
|
|
1549
1408
|
--section-header-margin-bottom: 16px;
|
|
@@ -1551,13 +1410,13 @@
|
|
|
1551
1410
|
--section-root-padding-x: 24px;
|
|
1552
1411
|
--section-root-padding-y: 32px;
|
|
1553
1412
|
--select-content-bg: oklch(100.00% 0.0000 0);
|
|
1554
|
-
--select-content-border: oklch(92.
|
|
1555
|
-
--select-content-fg: oklch(
|
|
1413
|
+
--select-content-border: oklch(92.19% 0.0000 0);
|
|
1414
|
+
--select-content-fg: oklch(14.48% 0.0000 0);
|
|
1556
1415
|
--select-content-min-width: 8rem;
|
|
1557
1416
|
--select-content-radius: 0.375rem;
|
|
1558
1417
|
--select-content-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
|
|
1559
|
-
--select-item-focus-bg: oklch(
|
|
1560
|
-
--select-item-focus-fg: oklch(
|
|
1418
|
+
--select-item-focus-bg: oklch(95.21% 0.0467 171.12);
|
|
1419
|
+
--select-item-focus-fg: oklch(26.88% 0.0527 163.85);
|
|
1561
1420
|
--select-item-padding-l: 8px;
|
|
1562
1421
|
--select-item-padding-r: 32px;
|
|
1563
1422
|
--select-item-padding-y: 0.375rem;
|
|
@@ -1575,188 +1434,35 @@
|
|
|
1575
1434
|
--select-trigger-text-lg: 1rem;
|
|
1576
1435
|
--select-trigger-text-md: 0.875rem;
|
|
1577
1436
|
--select-trigger-text-sm: 0.875rem;
|
|
1578
|
-
--sevends-base-black: oklch(0.00% 0.0000 0);
|
|
1579
|
-
--sevends-base-transparent: oklch(100.00% 0.0000 0 / 0.0%);
|
|
1580
|
-
--sevends-base-white: oklch(100.00% 0.0000 0);
|
|
1581
|
-
--sevends-blue-100: oklch(97.59% 0.0157 216.67);
|
|
1582
|
-
--sevends-blue-200: oklch(94.53% 0.0369 213.51);
|
|
1583
|
-
--sevends-blue-300: oklch(91.74% 0.0496 213.90);
|
|
1584
|
-
--sevends-blue-400: oklch(87.65% 0.0705 214.23);
|
|
1585
|
-
--sevends-blue-500: oklch(80.31% 0.1075 216.16);
|
|
1586
|
-
--sevends-blue-600: oklch(78.10% 0.1175 216.51);
|
|
1587
|
-
--sevends-blue-700: oklch(75.81% 0.1250 218.03);
|
|
1588
|
-
--sevends-blue-800: oklch(73.70% 0.1297 220.02);
|
|
1589
|
-
--sevends-blue-900: oklch(68.14% 0.1200 220.43);
|
|
1590
|
-
--sevends-gray-100: oklch(95.66% 0.0052 67.76);
|
|
1591
|
-
--sevends-gray-200: oklch(92.82% 0.0029 84.56);
|
|
1592
|
-
--sevends-gray-300: oklch(88.60% 0.0046 78.30);
|
|
1593
|
-
--sevends-gray-400: oklch(84.57% 0.0059 84.57);
|
|
1594
|
-
--sevends-gray-500: oklch(79.33% 0.0065 75.40);
|
|
1595
|
-
--sevends-gray-50: oklch(98.56% 0.0017 67.80);
|
|
1596
|
-
--sevends-gray-600: oklch(65.05% 0.0063 84.57);
|
|
1597
|
-
--sevends-gray-700: oklch(52.77% 0.0048 91.49);
|
|
1598
|
-
--sevends-gray-800: oklch(40.23% 0.0021 67.76);
|
|
1599
|
-
--sevends-gray-900: oklch(19.53% 0.0020 106.58);
|
|
1600
|
-
--sevends-gray-950: oklch(13.39% 0.0026 106.74);
|
|
1601
|
-
--sevends-green-100: oklch(98.42% 0.0316 124.45);
|
|
1602
|
-
--sevends-green-200: oklch(95.61% 0.0839 124.49);
|
|
1603
|
-
--sevends-green-300: oklch(92.74% 0.1074 124.65);
|
|
1604
|
-
--sevends-green-400: oklch(89.98% 0.1534 125.85);
|
|
1605
|
-
--sevends-green-500: oklch(88.21% 0.1793 126.70);
|
|
1606
|
-
--sevends-green-600: oklch(86.93% 0.1976 127.63);
|
|
1607
|
-
--sevends-green-700: oklch(85.49% 0.2109 128.53);
|
|
1608
|
-
--sevends-green-800: oklch(84.36% 0.2212 129.75);
|
|
1609
|
-
--sevends-green-900: oklch(77.94% 0.2040 129.80);
|
|
1610
|
-
--sevends-main-1-100: oklch(97.74% 0.0368 137.83);
|
|
1611
|
-
--sevends-main-1-200: oklch(92.97% 0.1184 137.86);
|
|
1612
|
-
--sevends-main-1-300: oklch(91.49% 0.1468 137.74);
|
|
1613
|
-
--sevends-main-1-400: oklch(90.00% 0.1757 138.07);
|
|
1614
|
-
--sevends-main-1-500: oklch(88.23% 0.2057 138.41);
|
|
1615
|
-
--sevends-main-1-600: oklch(85.44% 0.2240 138.80);
|
|
1616
|
-
--sevends-main-1-700: oklch(82.96% 0.2349 139.08);
|
|
1617
|
-
--sevends-main-1-800: oklch(80.77% 0.2441 139.61);
|
|
1618
|
-
--sevends-main-1-900: oklch(77.76% 0.2500 140.43);
|
|
1619
|
-
--sevends-main-2-100: oklch(87.87% 0.1277 154.40);
|
|
1620
|
-
--sevends-main-2-200: oklch(85.41% 0.1543 153.03);
|
|
1621
|
-
--sevends-main-2-300: oklch(84.08% 0.1705 152.55);
|
|
1622
|
-
--sevends-main-2-400: oklch(82.57% 0.1857 151.52);
|
|
1623
|
-
--sevends-main-2-500: oklch(81.06% 0.2032 150.12);
|
|
1624
|
-
--sevends-main-2-600: oklch(72.03% 0.1822 150.05);
|
|
1625
|
-
--sevends-main-2-700: oklch(64.44% 0.1647 149.79);
|
|
1626
|
-
--sevends-main-2-800: oklch(56.61% 0.1469 149.54);
|
|
1627
|
-
--sevends-main-2-900: oklch(45.10% 0.1203 149.15);
|
|
1628
|
-
--sevends-main-2-950: oklch(26.30% 0.0630 151.19);
|
|
1629
|
-
--sevends-pink-100: oklch(95.91% 0.0218 344.20);
|
|
1630
|
-
--sevends-pink-200: oklch(93.10% 0.0406 343.74);
|
|
1631
|
-
--sevends-pink-300: oklch(90.22% 0.0546 343.48);
|
|
1632
|
-
--sevends-pink-400: oklch(83.87% 0.0897 344.52);
|
|
1633
|
-
--sevends-pink-500: oklch(75.10% 0.1420 346.73);
|
|
1634
|
-
--sevends-pink-600: oklch(67.26% 0.1918 349.21);
|
|
1635
|
-
--sevends-pink-700: oklch(61.49% 0.2265 352.67);
|
|
1636
|
-
--sevends-pink-800: oklch(53.84% 0.2064 354.13);
|
|
1637
|
-
--sevends-pink-900: oklch(44.40% 0.1687 353.32);
|
|
1638
|
-
--sevends-red-100: oklch(80.49% 0.0780 12.92);
|
|
1639
|
-
--sevends-red-200: oklch(71.81% 0.1206 14.69);
|
|
1640
|
-
--sevends-red-300: oklch(66.49% 0.1475 16.22);
|
|
1641
|
-
--sevends-red-400: oklch(61.43% 0.1749 18.14);
|
|
1642
|
-
--sevends-red-500: oklch(56.65% 0.1994 21.83);
|
|
1643
|
-
--sevends-red-50: oklch(95.00% 0.0174 13.10);
|
|
1644
|
-
--sevends-red-600: oklch(52.24% 0.1829 21.48);
|
|
1645
|
-
--sevends-red-700: oklch(48.83% 0.1691 21.48);
|
|
1646
|
-
--sevends-red-800: oklch(44.91% 0.1540 21.05);
|
|
1647
|
-
--sevends-red-900: oklch(39.33% 0.1330 20.76);
|
|
1648
|
-
--sevends-yellow-100: oklch(98.63% 0.0428 105.74);
|
|
1649
|
-
--sevends-yellow-200: oklch(97.51% 0.0778 106.19);
|
|
1650
|
-
--sevends-yellow-300: oklch(95.38% 0.0993 106.91);
|
|
1651
|
-
--sevends-yellow-400: oklch(92.74% 0.1387 107.93);
|
|
1652
|
-
--sevends-yellow-500: oklch(91.37% 0.1593 108.01);
|
|
1653
|
-
--sevends-yellow-600: oklch(90.39% 0.1726 107.97);
|
|
1654
|
-
--sevends-yellow-700: oklch(89.39% 0.1821 108.21);
|
|
1655
|
-
--sevends-yellow-800: oklch(88.52% 0.1872 108.02);
|
|
1656
|
-
--sevends-yellow-900: oklch(81.68% 0.1721 107.82);
|
|
1657
|
-
--shadow-2xl-blur-radius: 50px;
|
|
1658
|
-
--shadow-2xl-color: oklch(0.00% 0.0000 0 / 25.1%);
|
|
1659
|
-
--shadow-2xl-offset-x: 0px;
|
|
1660
|
-
--shadow-2xl-offset-y: 25px;
|
|
1661
|
-
--shadow-2xl-spread-radius: -12px;
|
|
1662
|
-
--shadow-2xs-blur-radius: 0px;
|
|
1663
|
-
--shadow-2xs-color: oklch(0.00% 0.0000 0 / 0.0%);
|
|
1664
|
-
--shadow-2xs-offset-x: 0px;
|
|
1665
|
-
--shadow-2xs-offset-y: 0px;
|
|
1666
|
-
--shadow-2xs-spread-radius: 0px;
|
|
1667
|
-
--shadow-2xs-type: shadow;
|
|
1668
|
-
--shadow-button: oklch(64.44% 0.1647 149.79);
|
|
1669
|
-
--shadow-lg-1-blur-radius: 2px;
|
|
1670
|
-
--shadow-lg-1-color: oklch(0.00% 0.0000 0 / 1.2%);
|
|
1671
|
-
--shadow-lg-1-offset-x: 0px;
|
|
1672
|
-
--shadow-lg-1-offset-y: 2px;
|
|
1673
|
-
--shadow-lg-1-spread-radius: -3px;
|
|
1674
|
-
--shadow-lg-2-blur-radius: 6px;
|
|
1675
|
-
--shadow-lg-2-color: oklch(0.00% 0.0000 0 / 5.1%);
|
|
1676
|
-
--shadow-lg-2-offset-x: 0px;
|
|
1677
|
-
--shadow-lg-2-offset-y: 4px;
|
|
1678
|
-
--shadow-lg-2-spread-radius: -4px;
|
|
1679
|
-
--shadow-md-1-blur-radius: 6px;
|
|
1680
|
-
--shadow-md-1-color: oklch(0.00% 0.0000 0 / 5.1%);
|
|
1681
|
-
--shadow-md-1-offset-x: 0px;
|
|
1682
|
-
--shadow-md-1-offset-y: 4px;
|
|
1683
|
-
--shadow-md-1-spread-radius: -1px;
|
|
1684
|
-
--shadow-md-2-blur-radius: 4px;
|
|
1685
|
-
--shadow-md-2-color: oklch(0.00% 0.0000 0 / 5.1%);
|
|
1686
|
-
--shadow-md-2-offset-x: 0px;
|
|
1687
|
-
--shadow-md-2-offset-y: 2px;
|
|
1688
|
-
--shadow-md-2-spread-radius: -2px;
|
|
1689
|
-
--shadow-sm-1-blur-radius: 0px;
|
|
1690
|
-
--shadow-sm-1-color: oklch(0.00% 0.0000 0 / 0.0%);
|
|
1691
|
-
--shadow-sm-1-offset-x: 0px;
|
|
1692
|
-
--shadow-sm-1-offset-y: 0px;
|
|
1693
|
-
--shadow-sm-1-spread-radius: 0px;
|
|
1694
|
-
--shadow-sm-2-blur-radius: 0px;
|
|
1695
|
-
--shadow-sm-2-color: oklch(0.00% 0.0000 0 / 0.0%);
|
|
1696
|
-
--shadow-sm-2-offset-x: 0px;
|
|
1697
|
-
--shadow-sm-2-offset-y: 0px;
|
|
1698
|
-
--shadow-sm-2-spread-radius: -1px;
|
|
1699
|
-
--shadow-xl-1-blur-radius: 25px;
|
|
1700
|
-
--shadow-xl-1-color: oklch(0.00% 0.0000 0 / 10.2%);
|
|
1701
|
-
--shadow-xl-1-offset-x: 0px;
|
|
1702
|
-
--shadow-xl-1-offset-y: 20px;
|
|
1703
|
-
--shadow-xl-1-spread-radius: -5px;
|
|
1704
|
-
--shadow-xl-2-blur-radius: 10px;
|
|
1705
|
-
--shadow-xl-2-color: oklch(0.00% 0.0000 0 / 10.2%);
|
|
1706
|
-
--shadow-xl-2-offset-x: 0px;
|
|
1707
|
-
--shadow-xl-2-offset-y: 8px;
|
|
1708
|
-
--shadow-xl-2-spread-radius: -6px;
|
|
1709
|
-
--shadow-xs-blur-radius: 0px;
|
|
1710
|
-
--shadow-xs-color: oklch(0.00% 0.0000 0 / 0.0%);
|
|
1711
|
-
--shadow-xs-offset-x: 0px;
|
|
1712
|
-
--shadow-xs-offset-y: 0px;
|
|
1713
|
-
--shadow-xs-spread-radius: 0px;
|
|
1714
1437
|
--sheet-content-bg: oklch(100.00% 0.0000 0);
|
|
1715
|
-
--sheet-content-border: oklch(92.
|
|
1438
|
+
--sheet-content-border: oklch(92.19% 0.0000 0);
|
|
1439
|
+
--sheet-content-max-height-lg: 600px;
|
|
1716
1440
|
--sheet-content-padding: 24px;
|
|
1717
1441
|
--sheet-content-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
1718
1442
|
--sheet-content-width-default: 24rem;
|
|
1719
1443
|
--sheet-content-width-lg: 32rem;
|
|
1720
1444
|
--sheet-content-width-sm: 18rem;
|
|
1721
|
-
--sheet-overlay-bg-blur: oklch(0% 0 0 /
|
|
1722
|
-
--sheet-overlay-bg-default: oklch(0% 0 0 /
|
|
1723
|
-
--sheet-overlay-bg-light: oklch(0% 0 0 /
|
|
1724
|
-
--sidebar-accent-
|
|
1725
|
-
--sidebar-accent
|
|
1726
|
-
--sidebar-
|
|
1727
|
-
--sidebar-
|
|
1728
|
-
--sidebar-
|
|
1729
|
-
--sidebar-accent: oklch(97.74% 0.0368 137.83);
|
|
1730
|
-
--sidebar-background-dark: oklch(19.53% 0.0020 106.58);
|
|
1731
|
-
--sidebar-background-light: oklch(98.56% 0.0017 67.80);
|
|
1732
|
-
--sidebar-background: oklch(98.56% 0.0017 67.80);
|
|
1733
|
-
--sidebar-border-dark: oklch(100.00% 0.0000 0 / 10.2%);
|
|
1734
|
-
--sidebar-border-light: oklch(92.82% 0.0029 84.56);
|
|
1735
|
-
--sidebar-border: oklch(92.82% 0.0029 84.56);
|
|
1736
|
-
--sidebar-foreground-dark: oklch(98.56% 0.0017 67.80);
|
|
1737
|
-
--sidebar-foreground-light: oklch(40.23% 0.0021 67.76);
|
|
1738
|
-
--sidebar-foreground: oklch(40.23% 0.0021 67.76);
|
|
1445
|
+
--sheet-overlay-bg-blur: oklch(0.00% 0.0000 0 / 60.0%);
|
|
1446
|
+
--sheet-overlay-bg-default: oklch(0.00% 0.0000 0 / 60.0%);
|
|
1447
|
+
--sheet-overlay-bg-light: oklch(0.00% 0.0000 0 / 60.0%);
|
|
1448
|
+
--sidebar-accent-foreground: oklch(26.88% 0.0527 163.85);
|
|
1449
|
+
--sidebar-accent: oklch(95.21% 0.0467 171.12);
|
|
1450
|
+
--sidebar-background: oklch(98.51% 0.0000 0);
|
|
1451
|
+
--sidebar-border: oklch(92.19% 0.0000 0);
|
|
1452
|
+
--sidebar-foreground: oklch(20.46% 0.0000 0);
|
|
1739
1453
|
--sidebar-group-padding: 8px;
|
|
1740
1454
|
--sidebar-input-background: oklch(100.00% 0.0000 0);
|
|
1741
|
-
--sidebar-input-border: oklch(92.
|
|
1742
|
-
--sidebar-input-foreground: oklch(
|
|
1455
|
+
--sidebar-input-border: oklch(92.19% 0.0000 0);
|
|
1456
|
+
--sidebar-input-foreground: oklch(14.48% 0.0000 0);
|
|
1743
1457
|
--sidebar-input-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1744
|
-
--sidebar-
|
|
1745
|
-
--sidebar-primary-foreground-dark: oklch(98.56% 0.0017 67.80);
|
|
1746
|
-
--sidebar-primary-foreground-light: oklch(98.56% 0.0017 67.80);
|
|
1747
|
-
--sidebar-primary-foreground: oklch(98.56% 0.0017 67.80);
|
|
1748
|
-
--sidebar-primary-light: oklch(19.53% 0.0020 106.58);
|
|
1749
|
-
--sidebar-primary: oklch(19.53% 0.0020 106.58);
|
|
1750
|
-
--sidebar-ring-dark: oklch(65.05% 0.0063 84.57);
|
|
1751
|
-
--sidebar-ring-light: oklch(84.57% 0.0059 84.57);
|
|
1752
|
-
--sidebar-ring: oklch(84.57% 0.0059 84.57);
|
|
1458
|
+
--sidebar-panel-width: 13.5rem;
|
|
1753
1459
|
--sidebar-width-icon: 3rem;
|
|
1754
1460
|
--sidebar-width-mobile: 18rem;
|
|
1755
1461
|
--sidebar-width: 16rem;
|
|
1756
|
-
--single-stat-label-color: oklch(
|
|
1462
|
+
--single-stat-label-color: oklch(71.55% 0.0000 0);
|
|
1757
1463
|
--single-stat-label-size: 0.875rem;
|
|
1758
1464
|
--single-stat-label-weight: 500;
|
|
1759
|
-
--single-stat-value-color: oklch(
|
|
1465
|
+
--single-stat-value-color: oklch(14.48% 0.0000 0);
|
|
1760
1466
|
--single-stat-value-size-lg: 2.25rem;
|
|
1761
1467
|
--single-stat-value-size-md: 1.5rem;
|
|
1762
1468
|
--single-stat-value-size-sm: 1.25rem;
|
|
@@ -1764,7 +1470,7 @@
|
|
|
1764
1470
|
--single-stat-value-size-xs: 1.125rem;
|
|
1765
1471
|
--single-stat-value-weight: 700;
|
|
1766
1472
|
--skeleton-animation: pulse;
|
|
1767
|
-
--skeleton-bg: oklch(
|
|
1473
|
+
--skeleton-bg: oklch(97.02% 0.0000 0);
|
|
1768
1474
|
--skeleton-shape-circle-aspect-ratio: 1 / 1;
|
|
1769
1475
|
--skeleton-shape-circle-border-radius: 9999px;
|
|
1770
1476
|
--skeleton-shape-heading-border-radius: 0.25rem;
|
|
@@ -1795,21 +1501,13 @@
|
|
|
1795
1501
|
--skeleton-size-text-sm: 96px;
|
|
1796
1502
|
--skeleton-size-text-xl: 256px;
|
|
1797
1503
|
--skeleton-size-text-xs: 64px;
|
|
1798
|
-
--slider-
|
|
1799
|
-
--slider-handle-bg: oklch(100.00% 0.0000 0);
|
|
1800
|
-
--slider-handle-border: oklch(81.06% 0.2032 150.12);
|
|
1801
|
-
--slider-label-text: oklch(19.53% 0.0020 106.58);
|
|
1802
|
-
--slider-range-bg-default: oklch(81.06% 0.2032 150.12);
|
|
1803
|
-
--slider-range-bg: oklch(81.06% 0.2032 150.12);
|
|
1504
|
+
--slider-range-bg-default: oklch(81.75% 0.1821 159.79);
|
|
1804
1505
|
--slider-thumb-bg: oklch(100.00% 0.0000 0);
|
|
1805
|
-
--slider-thumb-border: oklch(81.
|
|
1506
|
+
--slider-thumb-border: oklch(81.75% 0.1821 159.79);
|
|
1806
1507
|
--slider-thumb-size-lg: 28px;
|
|
1807
1508
|
--slider-thumb-size-md: 24px;
|
|
1808
1509
|
--slider-thumb-size-sm: 20px;
|
|
1809
|
-
--slider-
|
|
1810
|
-
--slider-tooltip-border: oklch(92.82% 0.0029 84.56);
|
|
1811
|
-
--slider-tooltip-text: oklch(65.05% 0.0063 84.57);
|
|
1812
|
-
--slider-track-bg: oklch(95.66% 0.0052 67.76);
|
|
1510
|
+
--slider-track-bg: oklch(97.98% 0.0312 139.44);
|
|
1813
1511
|
--slider-track-height-lg: 10px;
|
|
1814
1512
|
--slider-track-height-md: 8px;
|
|
1815
1513
|
--slider-track-height-sm: 6px;
|
|
@@ -1819,23 +1517,50 @@
|
|
|
1819
1517
|
--spacer-size-sm: 16px;
|
|
1820
1518
|
--spacer-size-xl: 48px;
|
|
1821
1519
|
--spacer-size-xs: 8px;
|
|
1520
|
+
--spacing-12: 48px;
|
|
1521
|
+
--spacing-16: 64px;
|
|
1522
|
+
--spacing-1: 4px;
|
|
1523
|
+
--spacing-20: 80px;
|
|
1524
|
+
--spacing-24: 96px;
|
|
1525
|
+
--spacing-2: 8px;
|
|
1526
|
+
--spacing-32: 128px;
|
|
1527
|
+
--spacing-40: 160px;
|
|
1528
|
+
--spacing-48: 192px;
|
|
1529
|
+
--spacing-4: 16px;
|
|
1530
|
+
--spacing-56: 224px;
|
|
1531
|
+
--spacing-64: 256px;
|
|
1532
|
+
--spacing-8: 32px;
|
|
1533
|
+
--spacing-none: 0px;
|
|
1534
|
+
--spacing-s-12: 12px;
|
|
1535
|
+
--spacing-s-16: 16px;
|
|
1536
|
+
--spacing-s-1: 1px;
|
|
1537
|
+
--spacing-s-20: 20px;
|
|
1538
|
+
--spacing-s-24: 24px;
|
|
1539
|
+
--spacing-s-2: 2px;
|
|
1540
|
+
--spacing-s-32: 32px;
|
|
1541
|
+
--spacing-s-40: 40px;
|
|
1542
|
+
--spacing-s-48: 48px;
|
|
1543
|
+
--spacing-s-4: 4px;
|
|
1544
|
+
--spacing-s-56: 56px;
|
|
1545
|
+
--spacing-s-64: 64px;
|
|
1546
|
+
--spacing-s-8: 8px;
|
|
1822
1547
|
--spacing: 4px;
|
|
1823
1548
|
--spinner-color-current: currentColor;
|
|
1824
|
-
--spinner-color-default: oklch(
|
|
1825
|
-
--spinner-color-error: oklch(
|
|
1826
|
-
--spinner-color-primary: oklch(81.
|
|
1827
|
-
--spinner-color-secondary: oklch(
|
|
1828
|
-
--spinner-color-success: oklch(
|
|
1829
|
-
--spinner-color-warning: oklch(
|
|
1830
|
-
--spinner-gradient-end: oklch(
|
|
1831
|
-
--spinner-gradient-start: oklch(81.
|
|
1549
|
+
--spinner-color-default: oklch(71.55% 0.0000 0);
|
|
1550
|
+
--spinner-color-error: oklch(57.71% 0.2152 27.33);
|
|
1551
|
+
--spinner-color-primary: oklch(81.75% 0.1821 159.79);
|
|
1552
|
+
--spinner-color-secondary: oklch(28.73% 0.0661 137.75);
|
|
1553
|
+
--spinner-color-success: oklch(62.71% 0.1699 149.21);
|
|
1554
|
+
--spinner-color-warning: oklch(68.06% 0.1423 75.83);
|
|
1555
|
+
--spinner-gradient-end: oklch(69.20% 0.1533 159.90);
|
|
1556
|
+
--spinner-gradient-start: oklch(81.75% 0.1821 159.79);
|
|
1832
1557
|
--spinner-size-lg: 24px;
|
|
1833
1558
|
--spinner-size-md: 20px;
|
|
1834
1559
|
--spinner-size-sm: 16px;
|
|
1835
1560
|
--spinner-size-xl: 32px;
|
|
1836
1561
|
--spinner-size-xs: 12px;
|
|
1837
1562
|
--split-button-divider-color-contrast: oklch(100.00% 0.0000 0 / 80.0%);
|
|
1838
|
-
--split-button-divider-color: oklch(92.
|
|
1563
|
+
--split-button-divider-color: oklch(92.19% 0.0000 0);
|
|
1839
1564
|
--split-button-trigger-padding-x: 8px;
|
|
1840
1565
|
--state-disabled-opacity: 0.38;
|
|
1841
1566
|
--state-focus-opacity: 0.12;
|
|
@@ -1851,6 +1576,15 @@
|
|
|
1851
1576
|
--status-changes-requested-bg: oklch(93% 0.10 85);
|
|
1852
1577
|
--status-changes-requested-dot: oklch(70% 0.18 85);
|
|
1853
1578
|
--status-changes-requested-text: oklch(45% 0.15 85);
|
|
1579
|
+
--status-destructive-background: oklch(63.68% 0.2078 25.33);
|
|
1580
|
+
--status-destructive-border: oklch(88.45% 0.0593 18.33);
|
|
1581
|
+
--status-destructive-foreground: oklch(100.00% 0.0000 0);
|
|
1582
|
+
--status-destructive-hover: oklch(57.71% 0.2152 27.33);
|
|
1583
|
+
--status-destructive-subtle-foreground: oklch(50.54% 0.1905 27.52);
|
|
1584
|
+
--status-destructive-subtle: oklch(97.05% 0.0129 17.38);
|
|
1585
|
+
--status-disabled-border: oklch(86.99% 0.0000 0);
|
|
1586
|
+
--status-disabled-disabled: oklch(97.02% 0.0000 0);
|
|
1587
|
+
--status-disabled-foreground: oklch(71.55% 0.0000 0);
|
|
1854
1588
|
--status-escalated-bg: oklch(93% 0.10 55);
|
|
1855
1589
|
--status-escalated-dot: oklch(65% 0.20 55);
|
|
1856
1590
|
--status-escalated-text: oklch(45% 0.15 55);
|
|
@@ -1860,47 +1594,67 @@
|
|
|
1860
1594
|
--status-in-review-bg: oklch(93% 0.08 250);
|
|
1861
1595
|
--status-in-review-dot: oklch(60% 0.18 250);
|
|
1862
1596
|
--status-in-review-text: oklch(45% 0.15 250);
|
|
1863
|
-
--status-indicator-dot-color-error: oklch(
|
|
1864
|
-
--status-indicator-dot-color-info: oklch(
|
|
1865
|
-
--status-indicator-dot-color-neutral: oklch(
|
|
1866
|
-
--status-indicator-dot-color-success: oklch(
|
|
1867
|
-
--status-indicator-dot-color-warning: oklch(
|
|
1597
|
+
--status-indicator-dot-color-error: oklch(57.71% 0.2152 27.33);
|
|
1598
|
+
--status-indicator-dot-color-info: oklch(54.61% 0.2152 262.88);
|
|
1599
|
+
--status-indicator-dot-color-neutral: oklch(71.55% 0.0000 0);
|
|
1600
|
+
--status-indicator-dot-color-success: oklch(62.71% 0.1699 149.21);
|
|
1601
|
+
--status-indicator-dot-color-warning: oklch(68.06% 0.1423 75.83);
|
|
1868
1602
|
--status-indicator-dot-size-default: 10px;
|
|
1869
1603
|
--status-indicator-dot-size-lg: 12px;
|
|
1870
1604
|
--status-indicator-dot-size-sm: 8px;
|
|
1871
1605
|
--status-indicator-dot-size-xs: 6px;
|
|
1872
|
-
--status-indicator-label-color: oklch(
|
|
1606
|
+
--status-indicator-label-color: oklch(14.48% 0.0000 0);
|
|
1873
1607
|
--status-indicator-label-font-size: 0.875rem;
|
|
1874
1608
|
--status-indicator-label-gap: 8px;
|
|
1875
1609
|
--status-indicator-root-border-radius: 9999px;
|
|
1876
1610
|
--status-indicator-root-shrink: 0;
|
|
1611
|
+
--status-info-background: oklch(54.61% 0.2152 262.88);
|
|
1612
|
+
--status-info-border: oklch(88.23% 0.0571 254.13);
|
|
1613
|
+
--status-info-foreground: oklch(100.00% 0.0000 0);
|
|
1614
|
+
--status-info-subtle-foreground: oklch(48.82% 0.2172 264.38);
|
|
1615
|
+
--status-info-subtle: oklch(97.05% 0.0142 254.60);
|
|
1877
1616
|
--status-pending-bg: oklch(95% 0.01 250);
|
|
1878
1617
|
--status-pending-dot: oklch(65% 0.02 250);
|
|
1879
1618
|
--status-pending-text: oklch(55% 0.02 250);
|
|
1880
1619
|
--status-rejected-bg: oklch(93% 0.08 25);
|
|
1881
1620
|
--status-rejected-dot: oklch(55% 0.22 25);
|
|
1882
1621
|
--status-rejected-text: oklch(45% 0.18 25);
|
|
1883
|
-
--
|
|
1884
|
-
--
|
|
1885
|
-
--
|
|
1886
|
-
--
|
|
1622
|
+
--status-success-background: oklch(62.71% 0.1699 149.21);
|
|
1623
|
+
--status-success-border: oklch(92.50% 0.0806 155.99);
|
|
1624
|
+
--status-success-foreground: oklch(100.00% 0.0000 0);
|
|
1625
|
+
--status-success-subtle-foreground: oklch(52.73% 0.1371 150.07);
|
|
1626
|
+
--status-success-subtle: oklch(98.19% 0.0181 155.83);
|
|
1627
|
+
--status-warning-background: oklch(86.06% 0.1731 91.94);
|
|
1628
|
+
--status-warning-border: oklch(94.51% 0.1243 101.54);
|
|
1629
|
+
--status-warning-foreground: oklch(100.00% 0.0000 0);
|
|
1630
|
+
--status-warning-subtle-foreground: oklch(55.38% 0.1207 66.44);
|
|
1631
|
+
--status-warning-subtle: oklch(98.73% 0.0262 102.21);
|
|
1632
|
+
--stepper-indicator-background-active: oklch(81.75% 0.1821 159.79);
|
|
1633
|
+
--stepper-indicator-background-inactive: oklch(97.02% 0.0000 0);
|
|
1634
|
+
--stepper-indicator-color-active: oklch(18.34% 0.0338 166.67);
|
|
1635
|
+
--stepper-indicator-color-inactive: oklch(71.55% 0.0000 0);
|
|
1887
1636
|
--stepper-indicator-font-size: 0.875rem;
|
|
1888
1637
|
--stepper-indicator-radius: 9999px;
|
|
1889
1638
|
--stepper-indicator-size: 32px;
|
|
1890
1639
|
--stepper-item-gap: 8px;
|
|
1891
1640
|
--stepper-root-gap: 32px;
|
|
1892
|
-
--stepper-separator-color-active: oklch(81.
|
|
1893
|
-
--stepper-separator-color: oklch(
|
|
1641
|
+
--stepper-separator-color-active: oklch(81.75% 0.1821 159.79);
|
|
1642
|
+
--stepper-separator-color: oklch(97.02% 0.0000 0);
|
|
1894
1643
|
--stepper-separator-height: 2px;
|
|
1895
|
-
--success-
|
|
1896
|
-
--success: oklch(
|
|
1644
|
+
--success-border: oklch(62.71% 0.1699 149.21);
|
|
1645
|
+
--success-foreground: oklch(100.00% 0.0000 0);
|
|
1646
|
+
--success-subtle-fg: oklch(52.73% 0.1371 150.07);
|
|
1647
|
+
--success-subtle: oklch(98.19% 0.0181 155.83);
|
|
1648
|
+
--success: oklch(62.71% 0.1699 149.21);
|
|
1897
1649
|
--surface-default: oklch(100.00% 0.0000 0);
|
|
1898
|
-
--surface-disabled: oklch(
|
|
1899
|
-
--surface-
|
|
1650
|
+
--surface-disabled: oklch(97.02% 0.0000 0);
|
|
1651
|
+
--surface-foreground: oklch(20.46% 0.0000 0);
|
|
1652
|
+
--surface-hover: oklch(97.65% 0.0243 170.99);
|
|
1900
1653
|
--surface-overlay: oklch(100.00% 0.0000 0);
|
|
1901
1654
|
--surface-raised: oklch(100.00% 0.0000 0);
|
|
1902
|
-
--surface-selected: oklch(97.
|
|
1903
|
-
--surface-sunken: oklch(
|
|
1655
|
+
--surface-selected: oklch(97.65% 0.0243 170.99);
|
|
1656
|
+
--surface-sunken: oklch(98.51% 0.0000 0);
|
|
1657
|
+
--surface: oklch(98.51% 0.0000 0);
|
|
1904
1658
|
--switch-size-lg-h: 28px;
|
|
1905
1659
|
--switch-size-lg-w: 56px;
|
|
1906
1660
|
--switch-size-md-h: 24px;
|
|
@@ -1912,18 +1666,12 @@
|
|
|
1912
1666
|
--switch-thumb-size-lg: 24px;
|
|
1913
1667
|
--switch-thumb-size-md: 20px;
|
|
1914
1668
|
--switch-thumb-size-sm: 16px;
|
|
1915
|
-
--switch-track-bg-disabled: oklch(
|
|
1916
|
-
--switch-track-bg-off: oklch(
|
|
1917
|
-
--switch-track-bg-on: oklch(81.
|
|
1669
|
+
--switch-track-bg-disabled: oklch(97.02% 0.0000 0);
|
|
1670
|
+
--switch-track-bg-off: oklch(92.19% 0.0000 0);
|
|
1671
|
+
--switch-track-bg-on: oklch(81.75% 0.1821 159.79);
|
|
1918
1672
|
--switch-track-radius: 9999px;
|
|
1919
1673
|
--switch-track-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
1920
|
-
--
|
|
1921
|
-
--tab-bg-base: oklch(98.56% 0.0017 67.80);
|
|
1922
|
-
--tab-ico-hover: oklch(45.10% 0.1203 149.15);
|
|
1923
|
-
--tab-ico-inactive: oklch(79.33% 0.0065 75.40);
|
|
1924
|
-
--tab-text-active: oklch(19.53% 0.0020 106.58);
|
|
1925
|
-
--tab-text-inactive: oklch(52.77% 0.0048 91.49);
|
|
1926
|
-
--table-caption-fg: oklch(65.05% 0.0063 84.57);
|
|
1674
|
+
--table-caption-fg: oklch(71.55% 0.0000 0);
|
|
1927
1675
|
--table-caption-margin-top: 16px;
|
|
1928
1676
|
--table-caption-text: 0.875rem;
|
|
1929
1677
|
--table-cell-padding-comfortable-y: 16px;
|
|
@@ -1931,24 +1679,24 @@
|
|
|
1931
1679
|
--table-cell-padding-default-y: 8px;
|
|
1932
1680
|
--table-cell-padding-x: 8px;
|
|
1933
1681
|
--table-cell-text: 0.875rem;
|
|
1934
|
-
--table-footer-bg: oklch(
|
|
1935
|
-
--table-footer-border: oklch(92.
|
|
1682
|
+
--table-footer-bg: oklch(97.02% 0.0000 0)/50;
|
|
1683
|
+
--table-footer-border: oklch(92.19% 0.0000 0);
|
|
1936
1684
|
--table-header-bg: oklch(100.00% 0.0000 0);
|
|
1937
|
-
--table-header-fg: oklch(
|
|
1685
|
+
--table-header-fg: oklch(71.55% 0.0000 0);
|
|
1938
1686
|
--table-header-height: 40px;
|
|
1939
1687
|
--table-header-padding-x: 8px;
|
|
1940
|
-
--table-row-border: oklch(92.
|
|
1941
|
-
--table-row-hover: oklch(
|
|
1942
|
-
--table-row-selected: oklch(
|
|
1943
|
-
--table-row-striped: oklch(
|
|
1944
|
-
--tabs-list-bg: oklch(
|
|
1945
|
-
--tabs-list-fg: oklch(
|
|
1688
|
+
--table-row-border: oklch(92.19% 0.0000 0);
|
|
1689
|
+
--table-row-hover: oklch(97.02% 0.0000 0)/50;
|
|
1690
|
+
--table-row-selected: oklch(97.02% 0.0000 0);
|
|
1691
|
+
--table-row-striped: oklch(97.02% 0.0000 0)/30;
|
|
1692
|
+
--tabs-list-bg: oklch(97.02% 0.0000 0);
|
|
1693
|
+
--tabs-list-fg: oklch(71.55% 0.0000 0);
|
|
1946
1694
|
--tabs-list-height: 36px;
|
|
1947
1695
|
--tabs-list-padding: 4px;
|
|
1948
1696
|
--tabs-list-radius: 0.5rem;
|
|
1949
1697
|
--tabs-root-gap: 8px;
|
|
1950
1698
|
--tabs-trigger-active-bg: oklch(100.00% 0.0000 0);
|
|
1951
|
-
--tabs-trigger-active-fg: oklch(
|
|
1699
|
+
--tabs-trigger-active-fg: oklch(14.48% 0.0000 0);
|
|
1952
1700
|
--tabs-trigger-active-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
1953
1701
|
--tabs-trigger-base-gap: 6px;
|
|
1954
1702
|
--tabs-trigger-base-padding-x: 8px;
|
|
@@ -1956,19 +1704,19 @@
|
|
|
1956
1704
|
--tabs-trigger-base-radius: 0.125rem;
|
|
1957
1705
|
--tabs-trigger-base-text: 0.875rem;
|
|
1958
1706
|
--tabs-trigger-base-weight: 500;
|
|
1959
|
-
--tabs-trigger-focus-ring: oklch(
|
|
1960
|
-
--tabs-trigger-inactive-fg: oklch(
|
|
1961
|
-
--tag-checkbox-bg-checked: oklch(81.
|
|
1707
|
+
--tabs-trigger-focus-ring: oklch(81.75% 0.1821 159.79);
|
|
1708
|
+
--tabs-trigger-inactive-fg: oklch(14.48% 0.0000 0);
|
|
1709
|
+
--tag-checkbox-bg-checked: oklch(81.75% 0.1821 159.79);
|
|
1962
1710
|
--tag-checkbox-bg-default: oklch(100.00% 0.0000 0);
|
|
1963
|
-
--tag-checkbox-border-checked: oklch(81.
|
|
1964
|
-
--tag-checkbox-border-default: oklch(92.
|
|
1965
|
-
--tag-checkbox-text-checked: oklch(
|
|
1966
|
-
--tag-color-bg-checked: oklch(
|
|
1711
|
+
--tag-checkbox-border-checked: oklch(81.75% 0.1821 159.79);
|
|
1712
|
+
--tag-checkbox-border-default: oklch(92.19% 0.0000 0);
|
|
1713
|
+
--tag-checkbox-text-checked: oklch(18.34% 0.0338 166.67);
|
|
1714
|
+
--tag-color-bg-checked: oklch(97.02% 0.0000 0);
|
|
1967
1715
|
--tag-color-bg-default: oklch(100.00% 0.0000 0);
|
|
1968
|
-
--tag-color-bg-hover: oklch(
|
|
1969
|
-
--tag-color-border-checked: oklch(81.
|
|
1970
|
-
--tag-color-border-default: oklch(92.
|
|
1971
|
-
--tag-color-text-default: oklch(
|
|
1716
|
+
--tag-color-bg-hover: oklch(97.02% 0.0000 0);
|
|
1717
|
+
--tag-color-border-checked: oklch(81.75% 0.1821 159.79);
|
|
1718
|
+
--tag-color-border-default: oklch(92.19% 0.0000 0);
|
|
1719
|
+
--tag-color-text-default: oklch(14.48% 0.0000 0);
|
|
1972
1720
|
--tag-size-checkbox-lg: 1.125rem;
|
|
1973
1721
|
--tag-size-checkbox-md: 16px;
|
|
1974
1722
|
--tag-size-checkbox-sm: 0.875rem;
|
|
@@ -1993,13 +1741,13 @@
|
|
|
1993
1741
|
--tag-size-text-sm: 0.75rem;
|
|
1994
1742
|
--tags-input-input-background: transparent;
|
|
1995
1743
|
--tags-input-root-background: oklch(100.00% 0.0000 0);
|
|
1996
|
-
--tags-input-root-border: oklch(
|
|
1744
|
+
--tags-input-root-border: oklch(92.19% 0.0000 0);
|
|
1997
1745
|
--tags-input-root-gap: 8px;
|
|
1998
1746
|
--tags-input-root-min-height: 40px;
|
|
1999
1747
|
--tags-input-root-padding: 8px;
|
|
2000
1748
|
--tags-input-root-radius: 0.375rem;
|
|
2001
|
-
--tags-input-tag-background: oklch(
|
|
2002
|
-
--tags-input-tag-foreground: oklch(
|
|
1749
|
+
--tags-input-tag-background: oklch(97.98% 0.0312 139.44);
|
|
1750
|
+
--tags-input-tag-foreground: oklch(28.73% 0.0661 137.75);
|
|
2003
1751
|
--tags-input-tag-gap: 4px;
|
|
2004
1752
|
--tags-input-tag-radius: 0.125rem;
|
|
2005
1753
|
--task-status-backlog-bg: oklch(95% 0.01 250);
|
|
@@ -2020,18 +1768,57 @@
|
|
|
2020
1768
|
--task-status-todo-bg: oklch(92% 0.01 250);
|
|
2021
1769
|
--task-status-todo-dot: oklch(70% 0.02 250);
|
|
2022
1770
|
--task-status-todo-text: oklch(55% 0.02 250);
|
|
2023
|
-
--text-color-default: oklch(
|
|
2024
|
-
--text-color-muted: oklch(
|
|
2025
|
-
--text-disabled: oklch(
|
|
2026
|
-
--text-error: oklch(
|
|
2027
|
-
--text-
|
|
1771
|
+
--text-color-default: oklch(14.48% 0.0000 0);
|
|
1772
|
+
--text-color-muted: oklch(71.55% 0.0000 0);
|
|
1773
|
+
--text-disabled: oklch(86.99% 0.0000 0);
|
|
1774
|
+
--text-error: oklch(57.71% 0.2152 27.33);
|
|
1775
|
+
--text-font-family-font-family-2: Space Grotesk;
|
|
1776
|
+
--text-font-family-font-family: Inter;
|
|
1777
|
+
--text-font-size-2xl: 24px;
|
|
1778
|
+
--text-font-size-2xs: 10px;
|
|
1779
|
+
--text-font-size-3xl: 32px;
|
|
1780
|
+
--text-font-size-4xl: 36px;
|
|
1781
|
+
--text-font-size-5xl: 48px;
|
|
1782
|
+
--text-font-size-6xl: 60px;
|
|
1783
|
+
--text-font-size-7xl: 72px;
|
|
1784
|
+
--text-font-size-8xl: 96px;
|
|
1785
|
+
--text-font-size-9xl: 128px;
|
|
1786
|
+
--text-font-size-base: 16px;
|
|
1787
|
+
--text-font-size-lg: 18px;
|
|
1788
|
+
--text-font-size-sm: 14px;
|
|
1789
|
+
--text-font-size-xl: 20px;
|
|
1790
|
+
--text-font-size-xs: 12px;
|
|
1791
|
+
--text-font-weight-black: 900;
|
|
1792
|
+
--text-font-weight-bold: 700;
|
|
1793
|
+
--text-font-weight-extrabold: 800;
|
|
1794
|
+
--text-font-weight-extralight: 200;
|
|
1795
|
+
--text-font-weight-light: 300;
|
|
1796
|
+
--text-font-weight-medium: 500;
|
|
1797
|
+
--text-font-weight-normal: 400;
|
|
1798
|
+
--text-font-weight-semibold: 600;
|
|
1799
|
+
--text-font-weight-thin: 100;
|
|
1800
|
+
--text-info: oklch(54.61% 0.2152 262.88);
|
|
2028
1801
|
--text-inverse: oklch(100.00% 0.0000 0);
|
|
2029
|
-
--text-
|
|
2030
|
-
--text-
|
|
2031
|
-
--text-
|
|
2032
|
-
--text-
|
|
2033
|
-
--text-
|
|
2034
|
-
--text-
|
|
1802
|
+
--text-line-height-2xl: 36px;
|
|
1803
|
+
--text-line-height-2xs: 12px;
|
|
1804
|
+
--text-line-height-3xl: 40px;
|
|
1805
|
+
--text-line-height-4xl: 44px;
|
|
1806
|
+
--text-line-height-5xl: 48px;
|
|
1807
|
+
--text-line-height-6xl: 60px;
|
|
1808
|
+
--text-line-height-7xl: 72px;
|
|
1809
|
+
--text-line-height-8xl: 96px;
|
|
1810
|
+
--text-line-height-9xl: 128px;
|
|
1811
|
+
--text-line-height-base: 24px;
|
|
1812
|
+
--text-line-height-lg: 28px;
|
|
1813
|
+
--text-line-height-sm: 20px;
|
|
1814
|
+
--text-line-height-xl: 32px;
|
|
1815
|
+
--text-line-height-xs: 16px;
|
|
1816
|
+
--text-muted: oklch(71.55% 0.0000 0);
|
|
1817
|
+
--text-on-destructive: oklch(100.00% 0.0000 0);
|
|
1818
|
+
--text-on-primary: oklch(100.00% 0.0000 0);
|
|
1819
|
+
--text-placeholder: oklch(71.55% 0.0000 0);
|
|
1820
|
+
--text-primary: oklch(14.48% 0.0000 0);
|
|
1821
|
+
--text-secondary: oklch(55.55% 0.0000 0);
|
|
2035
1822
|
--text-size-2xl-font-size: 24px;
|
|
2036
1823
|
--text-size-2xl-line-height: 32px;
|
|
2037
1824
|
--text-size-3xl-font-size: 30px;
|
|
@@ -2048,22 +1835,22 @@
|
|
|
2048
1835
|
--text-size-xl-line-height: 28px;
|
|
2049
1836
|
--text-size-xs-font-size: 12px;
|
|
2050
1837
|
--text-size-xs-line-height: 16px;
|
|
2051
|
-
--text-success: oklch(
|
|
2052
|
-
--text-tertiary: oklch(
|
|
2053
|
-
--text-warning: oklch(
|
|
1838
|
+
--text-success: oklch(62.71% 0.1699 149.21);
|
|
1839
|
+
--text-tertiary: oklch(71.55% 0.0000 0);
|
|
1840
|
+
--text-warning: oklch(68.06% 0.1423 75.83);
|
|
2054
1841
|
--text-weight-bold: 700;
|
|
2055
1842
|
--text-weight-medium: 500;
|
|
2056
1843
|
--text-weight-normal: 400;
|
|
2057
1844
|
--text-weight-semibold: 600;
|
|
2058
1845
|
--textarea-bg-default: oklch(100.00% 0.0000 0);
|
|
2059
|
-
--textarea-bg-disabled: oklch(
|
|
2060
|
-
--textarea-border-default: oklch(92.
|
|
2061
|
-
--textarea-border-error: oklch(
|
|
2062
|
-
--textarea-border-focus: oklch(
|
|
1846
|
+
--textarea-bg-disabled: oklch(97.02% 0.0000 0);
|
|
1847
|
+
--textarea-border-default: oklch(92.19% 0.0000 0);
|
|
1848
|
+
--textarea-border-error: oklch(57.71% 0.2152 27.33);
|
|
1849
|
+
--textarea-border-focus: oklch(81.75% 0.1821 159.79);
|
|
2063
1850
|
--textarea-border-width: 1px;
|
|
2064
|
-
--textarea-fg-default: oklch(
|
|
2065
|
-
--textarea-fg-disabled: oklch(
|
|
2066
|
-
--textarea-fg-placeholder: oklch(
|
|
1851
|
+
--textarea-fg-default: oklch(14.48% 0.0000 0);
|
|
1852
|
+
--textarea-fg-disabled: oklch(71.55% 0.0000 0);
|
|
1853
|
+
--textarea-fg-placeholder: oklch(71.55% 0.0000 0);
|
|
2067
1854
|
--textarea-radius: 0.375rem;
|
|
2068
1855
|
--textarea-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
|
|
2069
1856
|
--textarea-size-lg-min-h: 96px;
|
|
@@ -2078,7 +1865,7 @@
|
|
|
2078
1865
|
--textarea-size-sm-px: 10px;
|
|
2079
1866
|
--textarea-size-sm-py: 6px;
|
|
2080
1867
|
--textarea-size-sm-text: 0.875rem;
|
|
2081
|
-
--thumbnail-root-bg: oklch(
|
|
1868
|
+
--thumbnail-root-bg: oklch(97.02% 0.0000 0);
|
|
2082
1869
|
--thumbnail-rounded-default: 0.375rem;
|
|
2083
1870
|
--thumbnail-rounded-full: 9999px;
|
|
2084
1871
|
--thumbnail-rounded-lg: 0.5rem;
|
|
@@ -2116,13 +1903,13 @@
|
|
|
2116
1903
|
--timeline-root-gap-default: 16px;
|
|
2117
1904
|
--timeline-root-gap-detailed: 24px;
|
|
2118
1905
|
--tip-bg: oklch(96.50% 0.0250 293.54);
|
|
2119
|
-
--tip-foreground: oklch(
|
|
1906
|
+
--tip-foreground: oklch(14.48% 0.0000 0);
|
|
2120
1907
|
--tip: oklch(58.97% 0.1820 293.54);
|
|
2121
1908
|
--toggle-group-item-background-active: oklch(100.00% 0.0000 0);
|
|
2122
|
-
--toggle-group-item-color-active: oklch(
|
|
1909
|
+
--toggle-group-item-color-active: oklch(14.48% 0.0000 0);
|
|
2123
1910
|
--toggle-group-item-radius: 0.125rem;
|
|
2124
1911
|
--toggle-group-item-shadow-active: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
|
|
2125
|
-
--toggle-group-root-background: oklch(
|
|
1912
|
+
--toggle-group-root-background: oklch(97.02% 0.0000 0);
|
|
2126
1913
|
--toggle-group-root-gap: 4px;
|
|
2127
1914
|
--toggle-group-root-padding: 4px;
|
|
2128
1915
|
--toggle-group-root-radius: 0.375rem;
|
|
@@ -2145,148 +1932,634 @@
|
|
|
2145
1932
|
--toggle-size-sm-height: 32px;
|
|
2146
1933
|
--toggle-size-sm-min-width: 32px;
|
|
2147
1934
|
--toggle-size-sm-padding-x: 0.375rem;
|
|
2148
|
-
--toggle-variant-default-bg-default: oklch(
|
|
2149
|
-
--toggle-variant-default-bg-hover: oklch(
|
|
2150
|
-
--toggle-variant-default-bg-on: oklch(81.
|
|
1935
|
+
--toggle-variant-default-bg-default: oklch(97.02% 0.0000 0);
|
|
1936
|
+
--toggle-variant-default-bg-hover: oklch(97.02% 0.0000 0);
|
|
1937
|
+
--toggle-variant-default-bg-on: oklch(81.75% 0.1821 159.79);
|
|
2151
1938
|
--toggle-variant-default-border: transparent;
|
|
2152
|
-
--toggle-variant-default-color-default: oklch(
|
|
2153
|
-
--toggle-variant-default-color-hover: oklch(
|
|
2154
|
-
--toggle-variant-default-color-on: oklch(
|
|
1939
|
+
--toggle-variant-default-color-default: oklch(71.55% 0.0000 0);
|
|
1940
|
+
--toggle-variant-default-color-hover: oklch(14.48% 0.0000 0);
|
|
1941
|
+
--toggle-variant-default-color-on: oklch(18.34% 0.0338 166.67);
|
|
2155
1942
|
--toggle-variant-outline-bg-default: transparent;
|
|
2156
|
-
--toggle-variant-outline-bg-hover: oklch(
|
|
2157
|
-
--toggle-variant-outline-bg-on: oklch(81.
|
|
2158
|
-
--toggle-variant-outline-border: oklch(92.
|
|
2159
|
-
--toggle-variant-outline-color-default: oklch(
|
|
2160
|
-
--toggle-variant-outline-color-hover: oklch(
|
|
2161
|
-
--toggle-variant-outline-color-on: oklch(
|
|
2162
|
-
--toolbar-button-background-hover: oklch(
|
|
2163
|
-
--toolbar-button-foreground-muted: oklch(
|
|
2164
|
-
--toolbar-button-foreground: oklch(
|
|
1943
|
+
--toggle-variant-outline-bg-hover: oklch(97.02% 0.0000 0);
|
|
1944
|
+
--toggle-variant-outline-bg-on: oklch(81.75% 0.1821 159.79);
|
|
1945
|
+
--toggle-variant-outline-border: oklch(92.19% 0.0000 0);
|
|
1946
|
+
--toggle-variant-outline-color-default: oklch(14.48% 0.0000 0);
|
|
1947
|
+
--toggle-variant-outline-color-hover: oklch(14.48% 0.0000 0);
|
|
1948
|
+
--toggle-variant-outline-color-on: oklch(18.34% 0.0338 166.67);
|
|
1949
|
+
--toolbar-button-background-hover: oklch(97.02% 0.0000 0);
|
|
1950
|
+
--toolbar-button-foreground-muted: oklch(71.55% 0.0000 0);
|
|
1951
|
+
--toolbar-button-foreground: oklch(14.48% 0.0000 0);
|
|
2165
1952
|
--toolbar-button-height: 36px;
|
|
2166
1953
|
--toolbar-button-padding-x: 12px;
|
|
2167
1954
|
--toolbar-button-radius: 0.375rem;
|
|
2168
1955
|
--toolbar-root-background: oklch(100.00% 0.0000 0);
|
|
2169
|
-
--toolbar-root-border: oklch(92.
|
|
1956
|
+
--toolbar-root-border: oklch(92.19% 0.0000 0);
|
|
2170
1957
|
--toolbar-root-gap: 8px;
|
|
2171
1958
|
--toolbar-root-padding: 8px;
|
|
2172
1959
|
--toolbar-root-radius: 0.375rem;
|
|
2173
|
-
--toolbar-separator-color: oklch(92.
|
|
1960
|
+
--toolbar-separator-color: oklch(92.19% 0.0000 0);
|
|
2174
1961
|
--toolbar-separator-margin-x: 8px;
|
|
2175
1962
|
--toolbar-separator-width: 1px;
|
|
2176
1963
|
--tooltip-arrow-radius: 0.125rem;
|
|
2177
1964
|
--tooltip-arrow-size: 0.625rem;
|
|
2178
|
-
--tooltip-content-background: oklch(
|
|
1965
|
+
--tooltip-content-background: oklch(14.48% 0.0000 0);
|
|
2179
1966
|
--tooltip-content-foreground: oklch(100.00% 0.0000 0);
|
|
2180
1967
|
--tooltip-content-padding-x: 12px;
|
|
2181
1968
|
--tooltip-content-padding-y: 0.375rem;
|
|
2182
1969
|
--tooltip-content-radius: 0.375rem;
|
|
2183
1970
|
--tooltip-content-text-size: 0.75rem;
|
|
2184
1971
|
--tooltip-content-z-index: 50;
|
|
2185
|
-
--
|
|
2186
|
-
--
|
|
1972
|
+
--typography-caption-c1-font-family: Inter;
|
|
1973
|
+
--typography-caption-c1-font-size: 12px;
|
|
1974
|
+
--typography-caption-c1-font-weight: 600;
|
|
1975
|
+
--typography-caption-c1-fontfamily: Inter;
|
|
1976
|
+
--typography-caption-c1-fontsize: 12px;
|
|
1977
|
+
--typography-caption-c1-fontstretch: normal;
|
|
1978
|
+
--typography-caption-c1-fontstyle: normal;
|
|
1979
|
+
--typography-caption-c1-fontweight: 600;
|
|
1980
|
+
--typography-caption-c1-letterspacing: 0px;
|
|
1981
|
+
--typography-caption-c1-line-height: 16px;
|
|
1982
|
+
--typography-caption-c1-lineheight: 16px;
|
|
1983
|
+
--typography-caption-c1-paragraphindent: 0;
|
|
1984
|
+
--typography-caption-c1-paragraphspacing: 0px;
|
|
1985
|
+
--typography-caption-c1-textcase: none;
|
|
1986
|
+
--typography-caption-c1-textdecoration: none;
|
|
1987
|
+
--typography-caption-c2-font-family: Inter;
|
|
1988
|
+
--typography-caption-c2-font-size: 10px;
|
|
1989
|
+
--typography-caption-c2-font-weight: 600;
|
|
1990
|
+
--typography-caption-c2-fontfamily: Inter;
|
|
1991
|
+
--typography-caption-c2-fontsize: 10px;
|
|
1992
|
+
--typography-caption-c2-fontstretch: normal;
|
|
1993
|
+
--typography-caption-c2-fontstyle: normal;
|
|
1994
|
+
--typography-caption-c2-fontweight: 600;
|
|
1995
|
+
--typography-caption-c2-letterspacing: 0px;
|
|
1996
|
+
--typography-caption-c2-line-height: 12px;
|
|
1997
|
+
--typography-caption-c2-lineheight: 12px;
|
|
1998
|
+
--typography-caption-c2-paragraphindent: 0;
|
|
1999
|
+
--typography-caption-c2-paragraphspacing: 0px;
|
|
2000
|
+
--typography-caption-c2-textcase: none;
|
|
2001
|
+
--typography-caption-c2-textdecoration: none;
|
|
2002
|
+
--typography-component-button-md-fontfamily: Inter;
|
|
2003
|
+
--typography-component-button-md-fontsize: 14px;
|
|
2004
|
+
--typography-component-button-md-fontstretch: normal;
|
|
2005
|
+
--typography-component-button-md-fontstyle: normal;
|
|
2006
|
+
--typography-component-button-md-fontweight: 500;
|
|
2007
|
+
--typography-component-button-md-letterspacing: 0px;
|
|
2008
|
+
--typography-component-button-md-lineheight: 16px;
|
|
2009
|
+
--typography-component-button-md-paragraphindent: 0;
|
|
2010
|
+
--typography-component-button-md-paragraphspacing: 0px;
|
|
2011
|
+
--typography-component-button-md-textcase: none;
|
|
2012
|
+
--typography-component-button-md-textdecoration: none;
|
|
2013
|
+
--typography-component-button-sm-fontfamily: Inter;
|
|
2014
|
+
--typography-component-button-sm-fontsize: 12px;
|
|
2015
|
+
--typography-component-button-sm-fontstretch: normal;
|
|
2016
|
+
--typography-component-button-sm-fontstyle: normal;
|
|
2017
|
+
--typography-component-button-sm-fontweight: 500;
|
|
2018
|
+
--typography-component-button-sm-letterspacing: 0px;
|
|
2019
|
+
--typography-component-button-sm-lineheight: 16px;
|
|
2020
|
+
--typography-component-button-sm-paragraphindent: 0;
|
|
2021
|
+
--typography-component-button-sm-paragraphspacing: 0px;
|
|
2022
|
+
--typography-component-button-sm-textcase: none;
|
|
2023
|
+
--typography-component-button-sm-textdecoration: none;
|
|
2024
|
+
--typography-display-d1-font-family: Space Grotesk;
|
|
2025
|
+
--typography-display-d1-font-size: 72px;
|
|
2026
|
+
--typography-display-d1-font-weight: 700;
|
|
2027
|
+
--typography-display-d1-fontfamily: Space Grotesk;
|
|
2028
|
+
--typography-display-d1-fontsize: 72px;
|
|
2029
|
+
--typography-display-d1-fontstretch: normal;
|
|
2030
|
+
--typography-display-d1-fontstyle: normal;
|
|
2031
|
+
--typography-display-d1-fontweight: 700;
|
|
2032
|
+
--typography-display-d1-letterspacing: 0px;
|
|
2033
|
+
--typography-display-d1-line-height: 96px;
|
|
2034
|
+
--typography-display-d1-lineheight: 96px;
|
|
2035
|
+
--typography-display-d1-paragraphindent: 0;
|
|
2036
|
+
--typography-display-d1-paragraphspacing: 0px;
|
|
2037
|
+
--typography-display-d1-textcase: none;
|
|
2038
|
+
--typography-display-d1-textdecoration: none;
|
|
2039
|
+
--typography-display-d2-font-family: Space Grotesk;
|
|
2040
|
+
--typography-display-d2-font-size: 60px;
|
|
2041
|
+
--typography-display-d2-font-weight: 700;
|
|
2042
|
+
--typography-display-d2-fontfamily: Space Grotesk;
|
|
2043
|
+
--typography-display-d2-fontsize: 60px;
|
|
2044
|
+
--typography-display-d2-fontstretch: normal;
|
|
2045
|
+
--typography-display-d2-fontstyle: normal;
|
|
2046
|
+
--typography-display-d2-fontweight: 700;
|
|
2047
|
+
--typography-display-d2-letterspacing: 0px;
|
|
2048
|
+
--typography-display-d2-line-height: 72px;
|
|
2049
|
+
--typography-display-d2-lineheight: 72px;
|
|
2050
|
+
--typography-display-d2-paragraphindent: 0;
|
|
2051
|
+
--typography-display-d2-paragraphspacing: 0px;
|
|
2052
|
+
--typography-display-d2-textcase: none;
|
|
2053
|
+
--typography-display-d2-textdecoration: none;
|
|
2054
|
+
--typography-display-d3-font-family: Space Grotesk;
|
|
2055
|
+
--typography-display-d3-font-size: 48px;
|
|
2056
|
+
--typography-display-d3-font-weight: 700;
|
|
2057
|
+
--typography-display-d3-fontfamily: Space Grotesk;
|
|
2058
|
+
--typography-display-d3-fontsize: 48px;
|
|
2059
|
+
--typography-display-d3-fontstretch: normal;
|
|
2060
|
+
--typography-display-d3-fontstyle: normal;
|
|
2061
|
+
--typography-display-d3-fontweight: 700;
|
|
2062
|
+
--typography-display-d3-letterspacing: 0px;
|
|
2063
|
+
--typography-display-d3-line-height: 60px;
|
|
2064
|
+
--typography-display-d3-lineheight: 60px;
|
|
2065
|
+
--typography-display-d3-paragraphindent: 0;
|
|
2066
|
+
--typography-display-d3-paragraphspacing: 0px;
|
|
2067
|
+
--typography-display-d3-textcase: none;
|
|
2068
|
+
--typography-display-d3-textdecoration: none;
|
|
2069
|
+
--typography-heading-h1-font-family: Inter;
|
|
2070
|
+
--typography-heading-h1-font-size: 36px;
|
|
2071
|
+
--typography-heading-h1-font-weight: 700;
|
|
2072
|
+
--typography-heading-h1-fontfamily: Inter;
|
|
2073
|
+
--typography-heading-h1-fontsize: 36px;
|
|
2074
|
+
--typography-heading-h1-fontstretch: normal;
|
|
2075
|
+
--typography-heading-h1-fontstyle: normal;
|
|
2076
|
+
--typography-heading-h1-fontweight: 700;
|
|
2077
|
+
--typography-heading-h1-letterspacing: 0px;
|
|
2078
|
+
--typography-heading-h1-line-height: 44px;
|
|
2079
|
+
--typography-heading-h1-lineheight: 44px;
|
|
2080
|
+
--typography-heading-h1-paragraphindent: 0;
|
|
2081
|
+
--typography-heading-h1-paragraphspacing: 0px;
|
|
2082
|
+
--typography-heading-h1-textcase: none;
|
|
2083
|
+
--typography-heading-h1-textdecoration: none;
|
|
2084
|
+
--typography-heading-h2-font-family: Inter;
|
|
2085
|
+
--typography-heading-h2-font-size: 32px;
|
|
2086
|
+
--typography-heading-h2-font-weight: 700;
|
|
2087
|
+
--typography-heading-h2-fontfamily: Inter;
|
|
2088
|
+
--typography-heading-h2-fontsize: 32px;
|
|
2089
|
+
--typography-heading-h2-fontstretch: normal;
|
|
2090
|
+
--typography-heading-h2-fontstyle: normal;
|
|
2091
|
+
--typography-heading-h2-fontweight: 700;
|
|
2092
|
+
--typography-heading-h2-letterspacing: 0px;
|
|
2093
|
+
--typography-heading-h2-line-height: 40px;
|
|
2094
|
+
--typography-heading-h2-lineheight: 40px;
|
|
2095
|
+
--typography-heading-h2-paragraphindent: 0;
|
|
2096
|
+
--typography-heading-h2-paragraphspacing: 0px;
|
|
2097
|
+
--typography-heading-h2-textcase: none;
|
|
2098
|
+
--typography-heading-h2-textdecoration: none;
|
|
2099
|
+
--typography-heading-h3-font-family: Inter;
|
|
2100
|
+
--typography-heading-h3-font-size: 24px;
|
|
2101
|
+
--typography-heading-h3-font-weight: 700;
|
|
2102
|
+
--typography-heading-h3-fontfamily: Inter;
|
|
2103
|
+
--typography-heading-h3-fontsize: 24px;
|
|
2104
|
+
--typography-heading-h3-fontstretch: normal;
|
|
2105
|
+
--typography-heading-h3-fontstyle: normal;
|
|
2106
|
+
--typography-heading-h3-fontweight: 700;
|
|
2107
|
+
--typography-heading-h3-letterspacing: 0px;
|
|
2108
|
+
--typography-heading-h3-line-height: 36px;
|
|
2109
|
+
--typography-heading-h3-lineheight: 32px;
|
|
2110
|
+
--typography-heading-h3-paragraphindent: 0;
|
|
2111
|
+
--typography-heading-h3-paragraphspacing: 0px;
|
|
2112
|
+
--typography-heading-h3-textcase: none;
|
|
2113
|
+
--typography-heading-h3-textdecoration: none;
|
|
2114
|
+
--typography-heading-h4-font-family: Inter;
|
|
2115
|
+
--typography-heading-h4-font-size: 20px;
|
|
2116
|
+
--typography-heading-h4-font-weight: 700;
|
|
2117
|
+
--typography-heading-h4-fontfamily: Inter;
|
|
2118
|
+
--typography-heading-h4-fontsize: 20px;
|
|
2119
|
+
--typography-heading-h4-fontstretch: normal;
|
|
2120
|
+
--typography-heading-h4-fontstyle: normal;
|
|
2121
|
+
--typography-heading-h4-fontweight: 600;
|
|
2122
|
+
--typography-heading-h4-letterspacing: 0px;
|
|
2123
|
+
--typography-heading-h4-line-height: 28px;
|
|
2124
|
+
--typography-heading-h4-lineheight: 28px;
|
|
2125
|
+
--typography-heading-h4-paragraphindent: 0;
|
|
2126
|
+
--typography-heading-h4-paragraphspacing: 0px;
|
|
2127
|
+
--typography-heading-h4-textcase: none;
|
|
2128
|
+
--typography-heading-h4-textdecoration: none;
|
|
2129
|
+
--typography-heading-h5-font-family: Inter;
|
|
2130
|
+
--typography-heading-h5-font-size: 18px;
|
|
2131
|
+
--typography-heading-h5-font-weight: 700;
|
|
2132
|
+
--typography-heading-h5-fontfamily: Inter;
|
|
2133
|
+
--typography-heading-h5-fontsize: 18px;
|
|
2134
|
+
--typography-heading-h5-fontstretch: normal;
|
|
2135
|
+
--typography-heading-h5-fontstyle: normal;
|
|
2136
|
+
--typography-heading-h5-fontweight: 600;
|
|
2137
|
+
--typography-heading-h5-letterspacing: 0px;
|
|
2138
|
+
--typography-heading-h5-line-height: 24px;
|
|
2139
|
+
--typography-heading-h5-lineheight: 24px;
|
|
2140
|
+
--typography-heading-h5-paragraphindent: 0;
|
|
2141
|
+
--typography-heading-h5-paragraphspacing: 0px;
|
|
2142
|
+
--typography-heading-h5-textcase: none;
|
|
2143
|
+
--typography-heading-h5-textdecoration: none;
|
|
2144
|
+
--typography-paragraph-p1-font-family: Inter;
|
|
2145
|
+
--typography-paragraph-p1-font-size: 18px;
|
|
2146
|
+
--typography-paragraph-p1-font-weight: 400;
|
|
2147
|
+
--typography-paragraph-p1-fontfamily: Inter;
|
|
2148
|
+
--typography-paragraph-p1-fontsize: 18px;
|
|
2149
|
+
--typography-paragraph-p1-fontstretch: normal;
|
|
2150
|
+
--typography-paragraph-p1-fontstyle: normal;
|
|
2151
|
+
--typography-paragraph-p1-fontweight: 400;
|
|
2152
|
+
--typography-paragraph-p1-letterspacing: 0px;
|
|
2153
|
+
--typography-paragraph-p1-line-height: 28px;
|
|
2154
|
+
--typography-paragraph-p1-lineheight: 28px;
|
|
2155
|
+
--typography-paragraph-p1-paragraphindent: 0;
|
|
2156
|
+
--typography-paragraph-p1-paragraphspacing: 0px;
|
|
2157
|
+
--typography-paragraph-p1-textcase: none;
|
|
2158
|
+
--typography-paragraph-p1-textdecoration: none;
|
|
2159
|
+
--typography-paragraph-p2-font-family: Inter;
|
|
2160
|
+
--typography-paragraph-p2-font-size: 16px;
|
|
2161
|
+
--typography-paragraph-p2-font-weight: 400;
|
|
2162
|
+
--typography-paragraph-p2-fontfamily: Inter;
|
|
2163
|
+
--typography-paragraph-p2-fontsize: 16px;
|
|
2164
|
+
--typography-paragraph-p2-fontstretch: normal;
|
|
2165
|
+
--typography-paragraph-p2-fontstyle: normal;
|
|
2166
|
+
--typography-paragraph-p2-fontweight: 400;
|
|
2167
|
+
--typography-paragraph-p2-letterspacing: 0px;
|
|
2168
|
+
--typography-paragraph-p2-line-height: 24px;
|
|
2169
|
+
--typography-paragraph-p2-lineheight: 24px;
|
|
2170
|
+
--typography-paragraph-p2-paragraphindent: 0;
|
|
2171
|
+
--typography-paragraph-p2-paragraphspacing: 0px;
|
|
2172
|
+
--typography-paragraph-p2-textcase: none;
|
|
2173
|
+
--typography-paragraph-p2-textdecoration: none;
|
|
2174
|
+
--typography-paragraph-p3-font-family: Inter;
|
|
2175
|
+
--typography-paragraph-p3-font-size: 14px;
|
|
2176
|
+
--typography-paragraph-p3-font-weight: 400;
|
|
2177
|
+
--typography-paragraph-p3-fontfamily: Inter;
|
|
2178
|
+
--typography-paragraph-p3-fontsize: 14px;
|
|
2179
|
+
--typography-paragraph-p3-fontstretch: normal;
|
|
2180
|
+
--typography-paragraph-p3-fontstyle: normal;
|
|
2181
|
+
--typography-paragraph-p3-fontweight: 400;
|
|
2182
|
+
--typography-paragraph-p3-letterspacing: 0px;
|
|
2183
|
+
--typography-paragraph-p3-line-height: 20px;
|
|
2184
|
+
--typography-paragraph-p3-lineheight: 20px;
|
|
2185
|
+
--typography-paragraph-p3-paragraphindent: 0;
|
|
2186
|
+
--typography-paragraph-p3-paragraphspacing: 0px;
|
|
2187
|
+
--typography-paragraph-p3-textcase: none;
|
|
2188
|
+
--typography-paragraph-p3-textdecoration: none;
|
|
2189
|
+
--typography-paragraph-p4-font-family: Inter;
|
|
2190
|
+
--typography-paragraph-p4-font-size: 12px;
|
|
2191
|
+
--typography-paragraph-p4-font-weight: 400;
|
|
2192
|
+
--typography-paragraph-p4-fontfamily: Inter;
|
|
2193
|
+
--typography-paragraph-p4-fontsize: 12px;
|
|
2194
|
+
--typography-paragraph-p4-fontstretch: normal;
|
|
2195
|
+
--typography-paragraph-p4-fontstyle: normal;
|
|
2196
|
+
--typography-paragraph-p4-fontweight: 400;
|
|
2197
|
+
--typography-paragraph-p4-letterspacing: 0px;
|
|
2198
|
+
--typography-paragraph-p4-line-height: 16px;
|
|
2199
|
+
--typography-paragraph-p4-lineheight: 16px;
|
|
2200
|
+
--typography-paragraph-p4-paragraphindent: 0;
|
|
2201
|
+
--typography-paragraph-p4-paragraphspacing: 0px;
|
|
2202
|
+
--typography-paragraph-p4-textcase: none;
|
|
2203
|
+
--typography-paragraph-p4-textdecoration: none;
|
|
2204
|
+
--warning-border: oklch(66.58% 0.1574 58.32);
|
|
2205
|
+
--warning-foreground: oklch(100.00% 0.0000 0);
|
|
2206
|
+
--warning-subtle-fg: oklch(55.38% 0.1207 66.44);
|
|
2207
|
+
--warning-subtle: oklch(98.73% 0.0262 102.21);
|
|
2208
|
+
--warning: oklch(68.06% 0.1423 75.83);
|
|
2209
|
+
--yellow-100: oklch(97.29% 0.0693 103.19);
|
|
2210
|
+
--yellow-200: oklch(94.51% 0.1243 101.54);
|
|
2211
|
+
--yellow-300: oklch(90.52% 0.1657 98.11);
|
|
2212
|
+
--yellow-400: oklch(86.06% 0.1731 91.94);
|
|
2213
|
+
--yellow-500: oklch(79.52% 0.1617 86.05);
|
|
2214
|
+
--yellow-50: oklch(98.73% 0.0262 102.21);
|
|
2215
|
+
--yellow-600: oklch(68.06% 0.1423 75.83);
|
|
2216
|
+
--yellow-700: oklch(55.38% 0.1207 66.44);
|
|
2217
|
+
--yellow-800: oklch(47.62% 0.1034 61.91);
|
|
2218
|
+
--yellow-900: oklch(42.10% 0.0897 57.71);
|
|
2219
|
+
--yellow-950: oklch(28.57% 0.0639 53.81);
|
|
2187
2220
|
--z-base: 0;
|
|
2188
|
-
--z-dropdown:
|
|
2189
|
-
--z-fixed:
|
|
2221
|
+
--z-dropdown: 100;
|
|
2222
|
+
--z-fixed: 250;
|
|
2190
2223
|
--z-hide: -1;
|
|
2191
|
-
--z-
|
|
2192
|
-
--z-
|
|
2193
|
-
--z-
|
|
2194
|
-
--z-
|
|
2195
|
-
--z-
|
|
2224
|
+
--z-index-z-base: 0;
|
|
2225
|
+
--z-index-z-dropdown: 100;
|
|
2226
|
+
--z-index-z-modal: 400;
|
|
2227
|
+
--z-index-z-overlay: 300;
|
|
2228
|
+
--z-index-z-popover: 500;
|
|
2229
|
+
--z-index-z-raised: 10;
|
|
2230
|
+
--z-index-z-sticky: 200;
|
|
2231
|
+
--z-index-z-toast: 700;
|
|
2232
|
+
--z-index-z-tooltip: 600;
|
|
2233
|
+
--z-modal: 400;
|
|
2234
|
+
--z-overlay: 300;
|
|
2235
|
+
--z-popover: 500;
|
|
2236
|
+
--z-raised: 10;
|
|
2237
|
+
--z-sticky: 200;
|
|
2238
|
+
--z-toast: 700;
|
|
2239
|
+
--z-tooltip: 600;
|
|
2196
2240
|
}
|
|
2197
2241
|
|
|
2198
2242
|
/* Dark Theme */
|
|
2199
2243
|
.dark {
|
|
2200
|
-
--accent-
|
|
2201
|
-
--accent
|
|
2202
|
-
--
|
|
2203
|
-
--
|
|
2204
|
-
--
|
|
2205
|
-
--
|
|
2206
|
-
--
|
|
2207
|
-
--
|
|
2208
|
-
--
|
|
2209
|
-
--
|
|
2210
|
-
--
|
|
2211
|
-
--
|
|
2212
|
-
--
|
|
2213
|
-
--
|
|
2214
|
-
--background: oklch(
|
|
2215
|
-
--border: oklch(
|
|
2216
|
-
--
|
|
2217
|
-
--
|
|
2218
|
-
--
|
|
2219
|
-
--
|
|
2220
|
-
--
|
|
2221
|
-
--
|
|
2222
|
-
--chart-
|
|
2223
|
-
--
|
|
2224
|
-
--
|
|
2225
|
-
--
|
|
2226
|
-
--
|
|
2227
|
-
--
|
|
2228
|
-
--
|
|
2229
|
-
--
|
|
2230
|
-
--
|
|
2231
|
-
--foreground: oklch(
|
|
2232
|
-
--
|
|
2233
|
-
--
|
|
2234
|
-
--
|
|
2235
|
-
--
|
|
2236
|
-
--
|
|
2237
|
-
--
|
|
2238
|
-
--
|
|
2239
|
-
--
|
|
2240
|
-
--
|
|
2244
|
+
--accent-foreground: oklch(95.21% 0.0467 171.12);
|
|
2245
|
+
--accent: oklch(26.88% 0.0527 163.85);
|
|
2246
|
+
--background: oklch(14.48% 0.0000 0);
|
|
2247
|
+
--border: oklch(37.15% 0.0000 0);
|
|
2248
|
+
--brand-accent-background: oklch(26.88% 0.0527 163.85);
|
|
2249
|
+
--brand-accent-foreground: oklch(95.21% 0.0467 171.12);
|
|
2250
|
+
--brand-primary-active: oklch(90.88% 0.0912 168.55);
|
|
2251
|
+
--brand-primary-background: oklch(84.11% 0.1609 163.31);
|
|
2252
|
+
--brand-primary-border: oklch(42.11% 0.0897 161.06);
|
|
2253
|
+
--brand-primary-foreground: oklch(18.34% 0.0338 166.67);
|
|
2254
|
+
--brand-primary-hover: oklch(87.18% 0.1296 166.48);
|
|
2255
|
+
--brand-primary-subtle-foreground: oklch(87.18% 0.1296 166.48);
|
|
2256
|
+
--brand-primary-subtle: oklch(18.34% 0.0338 166.67);
|
|
2257
|
+
--brand-secondary-active: oklch(94.80% 0.0824 139.21);
|
|
2258
|
+
--brand-secondary-background: oklch(89.58% 0.1950 137.90);
|
|
2259
|
+
--brand-secondary-border: oklch(42.97% 0.0993 137.99);
|
|
2260
|
+
--brand-secondary-foreground: oklch(21.23% 0.0502 138.22);
|
|
2261
|
+
--brand-secondary-hover: oklch(92.69% 0.1227 138.76);
|
|
2262
|
+
--brand-secondary-subtle-foreground: oklch(92.69% 0.1227 138.76);
|
|
2263
|
+
--brand-secondary-subtle: oklch(21.23% 0.0502 138.22);
|
|
2264
|
+
--card-foreground: oklch(98.51% 0.0000 0);
|
|
2265
|
+
--card: oklch(26.86% 0.0000 0);
|
|
2266
|
+
--chart-1: oklch(81.75% 0.1821 159.79);
|
|
2267
|
+
--chart-2: oklch(66.68% 0.2591 322.15);
|
|
2268
|
+
--chart-3: oklch(62.31% 0.1880 259.81);
|
|
2269
|
+
--chart-4: oklch(86.06% 0.1731 91.94);
|
|
2270
|
+
--chart-5: oklch(63.68% 0.2078 25.33);
|
|
2271
|
+
--core-background-background: oklch(20.46% 0.0000 0);
|
|
2272
|
+
--core-background-card-foreground: oklch(98.51% 0.0000 0);
|
|
2273
|
+
--core-background-card: oklch(26.86% 0.0000 0);
|
|
2274
|
+
--core-background-foreground: oklch(98.51% 0.0000 0);
|
|
2275
|
+
--core-background-inversed-foreground: oklch(14.48% 0.0000 0);
|
|
2276
|
+
--core-background-muted-foreground: oklch(71.55% 0.0000 0);
|
|
2277
|
+
--core-background-muted: oklch(37.15% 0.0000 0);
|
|
2278
|
+
--core-background-overlay: oklch(0.00% 0.0000 0 / 80.0%);
|
|
2279
|
+
--core-background-popover-foreground: oklch(98.51% 0.0000 0);
|
|
2280
|
+
--core-background-popover: oklch(20.46% 0.0000 0);
|
|
2281
|
+
--core-background-surface-foreground: oklch(97.02% 0.0000 0);
|
|
2282
|
+
--core-background-surface: oklch(14.48% 0.0000 0);
|
|
2283
|
+
--core-border-border: oklch(37.15% 0.0000 0);
|
|
2284
|
+
--core-border-input: oklch(43.86% 0.0000 0);
|
|
2285
|
+
--core-border-ring: oklch(84.11% 0.1609 163.31);
|
|
2286
|
+
--destructive-border: oklch(50.54% 0.1905 27.52);
|
|
2287
|
+
--destructive-foreground: oklch(100.00% 0.0000 0);
|
|
2288
|
+
--destructive-subtle-fg: oklch(80.77% 0.1035 19.57);
|
|
2289
|
+
--destructive-subtle: oklch(25.75% 0.0886 26.04);
|
|
2290
|
+
--destructive: oklch(63.68% 0.2078 25.33);
|
|
2291
|
+
--disabled-background: oklch(26.86% 0.0000 0);
|
|
2292
|
+
--disabled-border: oklch(37.15% 0.0000 0);
|
|
2293
|
+
--disabled-foreground: oklch(43.86% 0.0000 0);
|
|
2294
|
+
--disabled: oklch(26.86% 0.0000 0);
|
|
2295
|
+
--extended-chart-1: oklch(81.75% 0.1821 159.79);
|
|
2296
|
+
--extended-chart-2: oklch(65.95% 0.2608 320.32);
|
|
2297
|
+
--extended-chart-3: oklch(62.31% 0.1880 259.81);
|
|
2298
|
+
--extended-chart-4: oklch(79.52% 0.1617 86.05);
|
|
2299
|
+
--extended-chart-5: oklch(63.68% 0.2078 25.33);
|
|
2300
|
+
--foreground: oklch(98.51% 0.0000 0);
|
|
2301
|
+
--heading-base-color: oklch(98.51% 0.0000 0);
|
|
2302
|
+
--heading-color-default: oklch(98.51% 0.0000 0);
|
|
2303
|
+
--heading-color-destructive: oklch(63.68% 0.2078 25.33);
|
|
2304
|
+
--heading-color-muted: oklch(71.55% 0.0000 0);
|
|
2305
|
+
--heading-color-primary: oklch(84.11% 0.1609 163.31);
|
|
2306
|
+
--info-border: oklch(54.61% 0.2152 262.88);
|
|
2307
|
+
--info-foreground: oklch(100.00% 0.0000 0);
|
|
2308
|
+
--info-subtle-fg: oklch(80.91% 0.0956 251.81);
|
|
2309
|
+
--info-subtle: oklch(28.23% 0.0874 267.94);
|
|
2310
|
+
--info: oklch(62.31% 0.1880 259.81);
|
|
2311
|
+
--input: oklch(43.86% 0.0000 0);
|
|
2312
|
+
--kbd-variant-default-background: oklch(26.86% 0.0000 0);
|
|
2313
|
+
--kbd-variant-default-color: oklch(71.55% 0.0000 0);
|
|
2241
2314
|
--kbd-variant-ghost-background: transparent;
|
|
2242
|
-
--kbd-variant-ghost-color: oklch(
|
|
2315
|
+
--kbd-variant-ghost-color: oklch(71.55% 0.0000 0);
|
|
2243
2316
|
--kbd-variant-outline-background: transparent;
|
|
2244
|
-
--kbd-variant-outline-border-color: oklch(
|
|
2245
|
-
--kbd-variant-outline-color: oklch(98.
|
|
2246
|
-
--label-optional-color: oklch(
|
|
2247
|
-
--label-required-color: oklch(
|
|
2248
|
-
--link-color-default: oklch(
|
|
2249
|
-
--link-color-muted: oklch(
|
|
2250
|
-
--link-color-nav-hover: oklch(
|
|
2251
|
-
--link-color-nav: oklch(98.
|
|
2252
|
-
--link-color-subtle: oklch(98.
|
|
2253
|
-
--muted-foreground: oklch(
|
|
2254
|
-
--muted: oklch(
|
|
2255
|
-
--
|
|
2256
|
-
--
|
|
2257
|
-
--paragraph-color-
|
|
2258
|
-
--paragraph-color-
|
|
2259
|
-
--paragraph-color-
|
|
2260
|
-
--paragraph-color-primary: oklch(88.23% 0.2057 138.41);
|
|
2317
|
+
--kbd-variant-outline-border-color: oklch(37.15% 0.0000 0);
|
|
2318
|
+
--kbd-variant-outline-color: oklch(98.51% 0.0000 0);
|
|
2319
|
+
--label-optional-color: oklch(71.55% 0.0000 0);
|
|
2320
|
+
--label-required-color: oklch(63.68% 0.2078 25.33);
|
|
2321
|
+
--link-color-default: oklch(84.11% 0.1609 163.31);
|
|
2322
|
+
--link-color-muted: oklch(71.55% 0.0000 0);
|
|
2323
|
+
--link-color-nav-hover: oklch(84.11% 0.1609 163.31);
|
|
2324
|
+
--link-color-nav: oklch(98.51% 0.0000 0);
|
|
2325
|
+
--link-color-subtle: oklch(98.51% 0.0000 0);
|
|
2326
|
+
--muted-foreground: oklch(71.55% 0.0000 0);
|
|
2327
|
+
--muted: oklch(26.86% 0.0000 0);
|
|
2328
|
+
--overlay: oklch(0.00% 0.0000 0 / 80.0%);
|
|
2329
|
+
--paragraph-color-default: oklch(98.51% 0.0000 0);
|
|
2330
|
+
--paragraph-color-destructive: oklch(63.68% 0.2078 25.33);
|
|
2331
|
+
--paragraph-color-muted: oklch(71.55% 0.0000 0);
|
|
2332
|
+
--paragraph-color-primary: oklch(84.11% 0.1609 163.31);
|
|
2261
2333
|
--paragraph-color-success: oklch(72.27% 0.1920 149.58);
|
|
2262
|
-
--popover-foreground: oklch(98.
|
|
2263
|
-
--popover: oklch(
|
|
2264
|
-
--primary-
|
|
2265
|
-
--primary: oklch(
|
|
2334
|
+
--popover-foreground: oklch(98.51% 0.0000 0);
|
|
2335
|
+
--popover: oklch(20.46% 0.0000 0);
|
|
2336
|
+
--primary-active: oklch(90.88% 0.0912 168.55);
|
|
2337
|
+
--primary-border: oklch(42.11% 0.0897 161.06);
|
|
2338
|
+
--primary-foreground: oklch(18.34% 0.0338 166.67);
|
|
2339
|
+
--primary-hover: oklch(87.18% 0.1296 166.48);
|
|
2340
|
+
--primary-subtle-foreground: oklch(87.18% 0.1296 166.48);
|
|
2341
|
+
--primary-subtle: oklch(18.34% 0.0338 166.67);
|
|
2342
|
+
--primary: oklch(84.11% 0.1609 163.31);
|
|
2343
|
+
--ring-offset: oklch(14.48% 0.0000 0);
|
|
2344
|
+
--ring: oklch(84.11% 0.1609 163.31);
|
|
2345
|
+
--secondary-foreground: oklch(97.98% 0.0312 139.44);
|
|
2346
|
+
--secondary-hover: oklch(42.97% 0.0993 137.99);
|
|
2347
|
+
--secondary-subtle-foreground: oklch(92.69% 0.1227 138.76);
|
|
2348
|
+
--secondary-subtle: oklch(21.23% 0.0502 138.22);
|
|
2349
|
+
--secondary: oklch(28.73% 0.0661 137.75);
|
|
2350
|
+
--shadow-lg: inset 0 1px 0 0 rgb(255 255 255 / 0.08), 0 12px 24px 0 rgb(0 0 0 / 0.45);
|
|
2351
|
+
--shadow-md: inset 0 1px 0 0 rgb(255 255 255 / 0.08), 0 6px 12px 0 rgb(0 0 0 / 0.40);
|
|
2352
|
+
--shadow-sm: inset 0 1px 0 0 rgb(255 255 255 / 0.08), 0 2px 4px 0 rgb(0 0 0 / 0.35);
|
|
2353
|
+
--shadow-xl: inset 0 1px 0 0 rgb(255 255 255 / 0.08), 0 24px 48px 0 rgb(0 0 0 / 0.50);
|
|
2354
|
+
--sidebar-accent-foreground: oklch(95.21% 0.0467 171.12);
|
|
2355
|
+
--sidebar-accent: oklch(26.88% 0.0527 163.85);
|
|
2356
|
+
--sidebar-background: oklch(20.46% 0.0000 0);
|
|
2357
|
+
--sidebar-border: oklch(26.86% 0.0000 0);
|
|
2358
|
+
--sidebar-foreground: oklch(97.02% 0.0000 0);
|
|
2359
|
+
--status-destructive-background: oklch(63.68% 0.2078 25.33);
|
|
2360
|
+
--status-destructive-border: oklch(44.37% 0.1613 26.90);
|
|
2361
|
+
--status-destructive-foreground: oklch(100.00% 0.0000 0);
|
|
2362
|
+
--status-destructive-hover: oklch(71.06% 0.1661 22.22);
|
|
2363
|
+
--status-destructive-subtle-foreground: oklch(80.77% 0.1035 19.57);
|
|
2364
|
+
--status-destructive-subtle: oklch(25.75% 0.0886 26.04);
|
|
2365
|
+
--status-disabled-border: oklch(37.15% 0.0000 0);
|
|
2366
|
+
--status-disabled-disabled: oklch(26.86% 0.0000 0);
|
|
2367
|
+
--status-disabled-foreground: oklch(43.86% 0.0000 0);
|
|
2368
|
+
--status-info-background: oklch(62.31% 0.1880 259.81);
|
|
2369
|
+
--status-info-border: oklch(42.44% 0.1809 265.64);
|
|
2370
|
+
--status-info-foreground: oklch(100.00% 0.0000 0);
|
|
2371
|
+
--status-info-subtle-foreground: oklch(80.91% 0.0956 251.81);
|
|
2372
|
+
--status-info-subtle: oklch(28.23% 0.0874 267.94);
|
|
2373
|
+
--status-success-background: oklch(72.27% 0.1920 149.58);
|
|
2374
|
+
--status-success-border: oklch(44.79% 0.1083 151.33);
|
|
2375
|
+
--status-success-foreground: oklch(100.00% 0.0000 0);
|
|
2376
|
+
--status-success-subtle-foreground: oklch(87.12% 0.1363 154.45);
|
|
2377
|
+
--status-success-subtle: oklch(26.64% 0.0628 152.93);
|
|
2378
|
+
--status-warning-background: oklch(79.52% 0.1617 86.05);
|
|
2379
|
+
--status-warning-border: oklch(47.62% 0.1034 61.91);
|
|
2380
|
+
--status-warning-foreground: oklch(100.00% 0.0000 0);
|
|
2381
|
+
--status-warning-subtle-foreground: oklch(90.52% 0.1657 98.11);
|
|
2382
|
+
--status-warning-subtle: oklch(28.57% 0.0639 53.81);
|
|
2383
|
+
--success-border: oklch(52.73% 0.1371 150.07);
|
|
2384
|
+
--success-foreground: oklch(100.00% 0.0000 0);
|
|
2385
|
+
--success-subtle-fg: oklch(87.12% 0.1363 154.45);
|
|
2386
|
+
--success-subtle: oklch(26.64% 0.0628 152.93);
|
|
2387
|
+
--success: oklch(72.27% 0.1920 149.58);
|
|
2388
|
+
--surface-foreground: oklch(97.02% 0.0000 0);
|
|
2389
|
+
--surface: oklch(20.46% 0.0000 0);
|
|
2390
|
+
--text-color-default: oklch(98.51% 0.0000 0);
|
|
2391
|
+
--text-color-muted: oklch(71.55% 0.0000 0);
|
|
2392
|
+
--warning-border: oklch(55.38% 0.1207 66.44);
|
|
2393
|
+
--warning-foreground: oklch(100.00% 0.0000 0);
|
|
2394
|
+
--warning-subtle-fg: oklch(90.52% 0.1657 98.11);
|
|
2395
|
+
--warning-subtle: oklch(28.57% 0.0639 53.81);
|
|
2396
|
+
--warning: oklch(79.52% 0.1617 86.05);
|
|
2397
|
+
}
|
|
2398
|
+
|
|
2399
|
+
/* Light Theme (force-light cascade override) */
|
|
2400
|
+
.light {
|
|
2401
|
+
--accent-foreground: oklch(26.88% 0.0527 163.85);
|
|
2402
|
+
--accent: oklch(95.21% 0.0467 171.12);
|
|
2403
|
+
--background: oklch(100.00% 0.0000 0);
|
|
2404
|
+
--border: oklch(92.19% 0.0000 0);
|
|
2405
|
+
--brand-accent-background: oklch(95.21% 0.0467 171.12);
|
|
2406
|
+
--brand-accent-foreground: oklch(26.88% 0.0527 163.85);
|
|
2407
|
+
--brand-primary-active: oklch(56.08% 0.1221 160.56);
|
|
2408
|
+
--brand-primary-background: oklch(81.75% 0.1821 159.79);
|
|
2409
|
+
--brand-primary-border: oklch(90.88% 0.0912 168.55);
|
|
2410
|
+
--brand-primary-foreground: oklch(18.34% 0.0338 166.67);
|
|
2411
|
+
--brand-primary-hover: oklch(69.20% 0.1533 159.90);
|
|
2412
|
+
--brand-primary-subtle-foreground: oklch(56.08% 0.1221 160.56);
|
|
2413
|
+
--brand-primary-subtle: oklch(97.65% 0.0243 170.99);
|
|
2414
|
+
--brand-secondary-active: oklch(58.24% 0.1354 137.66);
|
|
2415
|
+
--brand-secondary-background: oklch(87.82% 0.2037 137.75);
|
|
2416
|
+
--brand-secondary-border: oklch(94.80% 0.0824 139.21);
|
|
2417
|
+
--brand-secondary-foreground: oklch(21.23% 0.0502 138.22);
|
|
2418
|
+
--brand-secondary-hover: oklch(72.57% 0.1684 137.62);
|
|
2419
|
+
--brand-secondary-subtle-foreground: oklch(58.24% 0.1354 137.66);
|
|
2420
|
+
--brand-secondary-subtle: oklch(98.93% 0.0139 138.71);
|
|
2421
|
+
--card-foreground: oklch(14.48% 0.0000 0);
|
|
2422
|
+
--card: oklch(100.00% 0.0000 0);
|
|
2423
|
+
--chart-1: oklch(81.75% 0.1821 159.79);
|
|
2424
|
+
--chart-2: oklch(66.68% 0.2591 322.15);
|
|
2425
|
+
--chart-3: oklch(62.31% 0.1880 259.81);
|
|
2426
|
+
--chart-4: oklch(86.06% 0.1731 91.94);
|
|
2427
|
+
--chart-5: oklch(63.68% 0.2078 25.33);
|
|
2428
|
+
--core-background-background: oklch(100.00% 0.0000 0);
|
|
2429
|
+
--core-background-card-foreground: oklch(14.48% 0.0000 0);
|
|
2430
|
+
--core-background-card: oklch(98.51% 0.0000 0);
|
|
2431
|
+
--core-background-foreground: oklch(14.48% 0.0000 0);
|
|
2432
|
+
--core-background-inversed-foreground: oklch(98.51% 0.0000 0);
|
|
2433
|
+
--core-background-muted-foreground: oklch(55.55% 0.0000 0);
|
|
2434
|
+
--core-background-muted: oklch(97.02% 0.0000 0);
|
|
2435
|
+
--core-background-overlay: oklch(0.00% 0.0000 0 / 60.0%);
|
|
2436
|
+
--core-background-popover-foreground: oklch(20.46% 0.0000 0);
|
|
2437
|
+
--core-background-popover: oklch(100.00% 0.0000 0);
|
|
2438
|
+
--core-background-surface-foreground: oklch(26.86% 0.0000 0);
|
|
2439
|
+
--core-background-surface: oklch(98.51% 0.0000 0);
|
|
2440
|
+
--core-border-border: oklch(92.19% 0.0000 0);
|
|
2441
|
+
--core-border-input: oklch(92.19% 0.0000 0);
|
|
2442
|
+
--core-border-ring: oklch(81.75% 0.1821 159.79);
|
|
2443
|
+
--destructive-border: oklch(63.68% 0.2078 25.33);
|
|
2444
|
+
--destructive-foreground: oklch(100.00% 0.0000 0);
|
|
2445
|
+
--destructive-subtle-fg: oklch(50.54% 0.1905 27.52);
|
|
2446
|
+
--destructive-subtle: oklch(97.05% 0.0129 17.38);
|
|
2447
|
+
--destructive: oklch(57.71% 0.2152 27.33);
|
|
2448
|
+
--disabled-background: oklch(92.19% 0.0000 0);
|
|
2449
|
+
--disabled-border: oklch(92.19% 0.0000 0);
|
|
2450
|
+
--disabled-foreground: oklch(71.55% 0.0000 0);
|
|
2451
|
+
--disabled: oklch(97.02% 0.0000 0);
|
|
2452
|
+
--extended-chart-1: oklch(81.75% 0.1821 159.79);
|
|
2453
|
+
--extended-chart-2: oklch(65.95% 0.2608 320.32);
|
|
2454
|
+
--extended-chart-3: oklch(62.31% 0.1880 259.81);
|
|
2455
|
+
--extended-chart-4: oklch(79.52% 0.1617 86.05);
|
|
2456
|
+
--extended-chart-5: oklch(63.68% 0.2078 25.33);
|
|
2457
|
+
--foreground: oklch(14.48% 0.0000 0);
|
|
2458
|
+
--heading-base-color: oklch(14.48% 0.0000 0);
|
|
2459
|
+
--heading-color-default: oklch(14.48% 0.0000 0);
|
|
2460
|
+
--heading-color-destructive: oklch(57.71% 0.2152 27.33);
|
|
2461
|
+
--heading-color-muted: oklch(71.55% 0.0000 0);
|
|
2462
|
+
--heading-color-primary: oklch(81.75% 0.1821 159.79);
|
|
2463
|
+
--info-border: oklch(62.31% 0.1880 259.81);
|
|
2464
|
+
--info-foreground: oklch(100.00% 0.0000 0);
|
|
2465
|
+
--info-subtle-fg: oklch(48.82% 0.2172 264.38);
|
|
2466
|
+
--info-subtle: oklch(97.05% 0.0142 254.60);
|
|
2467
|
+
--info: oklch(54.61% 0.2152 262.88);
|
|
2468
|
+
--input: oklch(92.19% 0.0000 0);
|
|
2469
|
+
--kbd-variant-default-background: oklch(97.02% 0.0000 0);
|
|
2470
|
+
--kbd-variant-default-color: oklch(71.55% 0.0000 0);
|
|
2471
|
+
--kbd-variant-ghost-background: transparent;
|
|
2472
|
+
--kbd-variant-ghost-color: oklch(71.55% 0.0000 0);
|
|
2473
|
+
--kbd-variant-outline-background: transparent;
|
|
2474
|
+
--kbd-variant-outline-border-color: oklch(92.19% 0.0000 0);
|
|
2475
|
+
--kbd-variant-outline-color: oklch(14.48% 0.0000 0);
|
|
2476
|
+
--label-optional-color: oklch(71.55% 0.0000 0);
|
|
2477
|
+
--label-required-color: oklch(57.71% 0.2152 27.33);
|
|
2478
|
+
--link-color-default: oklch(81.75% 0.1821 159.79);
|
|
2479
|
+
--link-color-muted: oklch(71.55% 0.0000 0);
|
|
2480
|
+
--link-color-nav-hover: oklch(81.75% 0.1821 159.79);
|
|
2481
|
+
--link-color-nav: oklch(14.48% 0.0000 0);
|
|
2482
|
+
--link-color-subtle: oklch(14.48% 0.0000 0);
|
|
2483
|
+
--muted-foreground: oklch(71.55% 0.0000 0);
|
|
2484
|
+
--muted: oklch(97.02% 0.0000 0);
|
|
2485
|
+
--overlay: oklch(0.00% 0.0000 0 / 60.0%);
|
|
2486
|
+
--paragraph-color-default: oklch(14.48% 0.0000 0);
|
|
2487
|
+
--paragraph-color-destructive: oklch(57.71% 0.2152 27.33);
|
|
2488
|
+
--paragraph-color-muted: oklch(71.55% 0.0000 0);
|
|
2489
|
+
--paragraph-color-primary: oklch(81.75% 0.1821 159.79);
|
|
2490
|
+
--paragraph-color-success: oklch(62.71% 0.1699 149.21);
|
|
2491
|
+
--popover-foreground: oklch(14.48% 0.0000 0);
|
|
2492
|
+
--popover: oklch(100.00% 0.0000 0);
|
|
2493
|
+
--primary-active: oklch(56.08% 0.1221 160.56);
|
|
2494
|
+
--primary-border: oklch(90.88% 0.0912 168.55);
|
|
2495
|
+
--primary-foreground: oklch(18.34% 0.0338 166.67);
|
|
2496
|
+
--primary-hover: oklch(69.20% 0.1533 159.90);
|
|
2497
|
+
--primary-subtle-foreground: oklch(56.08% 0.1221 160.56);
|
|
2498
|
+
--primary-subtle: oklch(97.65% 0.0243 170.99);
|
|
2499
|
+
--primary: oklch(81.75% 0.1821 159.79);
|
|
2266
2500
|
--ring-offset: oklch(100.00% 0.0000 0);
|
|
2267
|
-
--ring: oklch(
|
|
2268
|
-
--secondary-foreground: oklch(
|
|
2269
|
-
--secondary: oklch(
|
|
2270
|
-
--
|
|
2271
|
-
--
|
|
2272
|
-
--
|
|
2273
|
-
--sidebar-
|
|
2274
|
-
--sidebar-
|
|
2275
|
-
--sidebar-
|
|
2276
|
-
--sidebar-
|
|
2277
|
-
--sidebar-
|
|
2278
|
-
--
|
|
2279
|
-
--
|
|
2501
|
+
--ring: oklch(81.75% 0.1821 159.79);
|
|
2502
|
+
--secondary-foreground: oklch(28.73% 0.0661 137.75);
|
|
2503
|
+
--secondary-hover: oklch(94.80% 0.0824 139.21);
|
|
2504
|
+
--secondary-subtle-foreground: oklch(58.24% 0.1354 137.66);
|
|
2505
|
+
--secondary-subtle: oklch(98.93% 0.0139 138.71);
|
|
2506
|
+
--secondary: oklch(97.98% 0.0312 139.44);
|
|
2507
|
+
--sidebar-accent-foreground: oklch(26.88% 0.0527 163.85);
|
|
2508
|
+
--sidebar-accent: oklch(95.21% 0.0467 171.12);
|
|
2509
|
+
--sidebar-background: oklch(98.51% 0.0000 0);
|
|
2510
|
+
--sidebar-border: oklch(92.19% 0.0000 0);
|
|
2511
|
+
--sidebar-foreground: oklch(20.46% 0.0000 0);
|
|
2512
|
+
--status-destructive-background: oklch(63.68% 0.2078 25.33);
|
|
2513
|
+
--status-destructive-border: oklch(88.45% 0.0593 18.33);
|
|
2514
|
+
--status-destructive-foreground: oklch(100.00% 0.0000 0);
|
|
2515
|
+
--status-destructive-hover: oklch(57.71% 0.2152 27.33);
|
|
2516
|
+
--status-destructive-subtle-foreground: oklch(50.54% 0.1905 27.52);
|
|
2517
|
+
--status-destructive-subtle: oklch(97.05% 0.0129 17.38);
|
|
2518
|
+
--status-disabled-border: oklch(86.99% 0.0000 0);
|
|
2519
|
+
--status-disabled-disabled: oklch(97.02% 0.0000 0);
|
|
2520
|
+
--status-disabled-foreground: oklch(71.55% 0.0000 0);
|
|
2521
|
+
--status-info-background: oklch(54.61% 0.2152 262.88);
|
|
2522
|
+
--status-info-border: oklch(88.23% 0.0571 254.13);
|
|
2523
|
+
--status-info-foreground: oklch(100.00% 0.0000 0);
|
|
2524
|
+
--status-info-subtle-foreground: oklch(48.82% 0.2172 264.38);
|
|
2525
|
+
--status-info-subtle: oklch(97.05% 0.0142 254.60);
|
|
2526
|
+
--status-success-background: oklch(62.71% 0.1699 149.21);
|
|
2527
|
+
--status-success-border: oklch(92.50% 0.0806 155.99);
|
|
2528
|
+
--status-success-foreground: oklch(100.00% 0.0000 0);
|
|
2529
|
+
--status-success-subtle-foreground: oklch(52.73% 0.1371 150.07);
|
|
2530
|
+
--status-success-subtle: oklch(98.19% 0.0181 155.83);
|
|
2531
|
+
--status-warning-background: oklch(86.06% 0.1731 91.94);
|
|
2532
|
+
--status-warning-border: oklch(94.51% 0.1243 101.54);
|
|
2533
|
+
--status-warning-foreground: oklch(100.00% 0.0000 0);
|
|
2534
|
+
--status-warning-subtle-foreground: oklch(55.38% 0.1207 66.44);
|
|
2535
|
+
--status-warning-subtle: oklch(98.73% 0.0262 102.21);
|
|
2536
|
+
--success-border: oklch(62.71% 0.1699 149.21);
|
|
2537
|
+
--success-foreground: oklch(100.00% 0.0000 0);
|
|
2538
|
+
--success-subtle-fg: oklch(52.73% 0.1371 150.07);
|
|
2539
|
+
--success-subtle: oklch(98.19% 0.0181 155.83);
|
|
2540
|
+
--success: oklch(62.71% 0.1699 149.21);
|
|
2541
|
+
--surface-foreground: oklch(20.46% 0.0000 0);
|
|
2542
|
+
--surface: oklch(98.51% 0.0000 0);
|
|
2543
|
+
--text-color-default: oklch(14.48% 0.0000 0);
|
|
2544
|
+
--text-color-muted: oklch(71.55% 0.0000 0);
|
|
2545
|
+
--warning-border: oklch(66.58% 0.1574 58.32);
|
|
2546
|
+
--warning-foreground: oklch(100.00% 0.0000 0);
|
|
2547
|
+
--warning-subtle-fg: oklch(55.38% 0.1207 66.44);
|
|
2548
|
+
--warning-subtle: oklch(98.73% 0.0262 102.21);
|
|
2549
|
+
--warning: oklch(68.06% 0.1423 75.83);
|
|
2280
2550
|
}
|
|
2281
2551
|
|
|
2282
2552
|
/* Tailwind Theme Integration */
|
|
2283
2553
|
@theme inline {
|
|
2284
|
-
--
|
|
2285
|
-
--
|
|
2286
|
-
--
|
|
2287
|
-
--
|
|
2554
|
+
--breakpoint-2xl: 1440px;
|
|
2555
|
+
--breakpoint-3xl: 1920px;
|
|
2556
|
+
--breakpoint-4xl: 2560px;
|
|
2557
|
+
--breakpoint-lg: 1024px;
|
|
2558
|
+
--breakpoint-md: 768px;
|
|
2559
|
+
--breakpoint-sm: 360px;
|
|
2560
|
+
--breakpoint-xl: 1280px;
|
|
2561
|
+
--breakpoint-xs: 320px;
|
|
2288
2562
|
--color-accent-foreground: var(--accent-foreground);
|
|
2289
|
-
--color-accent-light: var(--accent-light);
|
|
2290
2563
|
--color-accent: var(--accent);
|
|
2291
2564
|
--color-alert-variant-default-bg: var(--alert-variant-default-bg);
|
|
2292
2565
|
--color-alert-variant-default-border: var(--alert-variant-default-border);
|
|
@@ -2294,16 +2567,6 @@
|
|
|
2294
2567
|
--color-alert-variant-destructive-bg: var(--alert-variant-destructive-bg);
|
|
2295
2568
|
--color-alert-variant-destructive-border: var(--alert-variant-destructive-border);
|
|
2296
2569
|
--color-alert-variant-destructive-fg: var(--alert-variant-destructive-fg);
|
|
2297
|
-
--color-alpha-10: var(--alpha-10);
|
|
2298
|
-
--color-alpha-20: var(--alpha-20);
|
|
2299
|
-
--color-alpha-30: var(--alpha-30);
|
|
2300
|
-
--color-alpha-40: var(--alpha-40);
|
|
2301
|
-
--color-alpha-50: var(--alpha-50);
|
|
2302
|
-
--color-alpha-5: var(--alpha-5);
|
|
2303
|
-
--color-alpha-60: var(--alpha-60);
|
|
2304
|
-
--color-alpha-70: var(--alpha-70);
|
|
2305
|
-
--color-alpha-80: var(--alpha-80);
|
|
2306
|
-
--color-alpha-90: var(--alpha-90);
|
|
2307
2570
|
--color-asset-manager-item-background: var(--asset-manager-item-background);
|
|
2308
2571
|
--color-asset-manager-item-border: var(--asset-manager-item-border);
|
|
2309
2572
|
--color-asset-manager-preview-background: var(--asset-manager-preview-background);
|
|
@@ -2327,12 +2590,7 @@
|
|
|
2327
2590
|
--color-avatar-fallback-text-secondary: var(--avatar-fallback-text-secondary);
|
|
2328
2591
|
--color-avatar-fallback-text-success: var(--avatar-fallback-text-success);
|
|
2329
2592
|
--color-avatar-fallback-text-warning: var(--avatar-fallback-text-warning);
|
|
2330
|
-
--color-background-dark: var(--background-dark);
|
|
2331
|
-
--color-background-dark:input\30: var(--background-dark:input\30);
|
|
2332
|
-
--color-background-light: var(--background-light);
|
|
2333
2593
|
--color-background: var(--background);
|
|
2334
|
-
--color-badge-bg-alert: var(--badge-bg-alert);
|
|
2335
|
-
--color-badge-bg-hover-alert: var(--badge-bg-hover-alert);
|
|
2336
2594
|
--color-badge-color-destructive-bg: var(--badge-color-destructive-bg);
|
|
2337
2595
|
--color-badge-color-destructive-border: var(--badge-color-destructive-border);
|
|
2338
2596
|
--color-badge-color-destructive-fg: var(--badge-color-destructive-fg);
|
|
@@ -2345,12 +2603,13 @@
|
|
|
2345
2603
|
--color-badge-color-secondary-bg: var(--badge-color-secondary-bg);
|
|
2346
2604
|
--color-badge-color-secondary-border: var(--badge-color-secondary-border);
|
|
2347
2605
|
--color-badge-color-secondary-fg: var(--badge-color-secondary-fg);
|
|
2348
|
-
--color-
|
|
2606
|
+
--color-base-black-20: var(--base-black-20);
|
|
2607
|
+
--color-base-black-40: var(--base-black-40);
|
|
2608
|
+
--color-base-black-60: var(--base-black-60);
|
|
2609
|
+
--color-base-black-80: var(--base-black-80);
|
|
2349
2610
|
--color-base-black: var(--base-black);
|
|
2350
2611
|
--color-base-transparent: var(--base-transparent);
|
|
2351
2612
|
--color-base-white: var(--base-white);
|
|
2352
|
-
--color-border-dark: var(--border-dark);
|
|
2353
|
-
--color-border-light: var(--border-light);
|
|
2354
2613
|
--color-border-semantic-default: var(--border-semantic-default);
|
|
2355
2614
|
--color-border-semantic-disabled: var(--border-semantic-disabled);
|
|
2356
2615
|
--color-border-semantic-error: var(--border-semantic-error);
|
|
@@ -2360,6 +2619,8 @@
|
|
|
2360
2619
|
--color-border-semantic-success: var(--border-semantic-success);
|
|
2361
2620
|
--color-border-semantic-warning: var(--border-semantic-warning);
|
|
2362
2621
|
--color-border: var(--border);
|
|
2622
|
+
--color-brand-accent-background: var(--brand-accent-background);
|
|
2623
|
+
--color-brand-accent-foreground: var(--brand-accent-foreground);
|
|
2363
2624
|
--color-brand-green-dark: var(--brand-green-dark);
|
|
2364
2625
|
--color-brand-green-light: var(--brand-green-light);
|
|
2365
2626
|
--color-brand-green-primary: var(--brand-green-primary);
|
|
@@ -2374,32 +2635,57 @@
|
|
|
2374
2635
|
--color-brand-neutral-gray-05: var(--brand-neutral-gray-05);
|
|
2375
2636
|
--color-brand-neutral-gray-06: var(--brand-neutral-gray-06);
|
|
2376
2637
|
--color-brand-neutral-off-white: var(--brand-neutral-off-white);
|
|
2638
|
+
--color-brand-primary-100: var(--brand-primary-100);
|
|
2639
|
+
--color-brand-primary-200: var(--brand-primary-200);
|
|
2640
|
+
--color-brand-primary-300: var(--brand-primary-300);
|
|
2641
|
+
--color-brand-primary-400: var(--brand-primary-400);
|
|
2642
|
+
--color-brand-primary-500: var(--brand-primary-500);
|
|
2643
|
+
--color-brand-primary-50: var(--brand-primary-50);
|
|
2644
|
+
--color-brand-primary-600: var(--brand-primary-600);
|
|
2645
|
+
--color-brand-primary-700: var(--brand-primary-700);
|
|
2646
|
+
--color-brand-primary-800: var(--brand-primary-800);
|
|
2647
|
+
--color-brand-primary-900: var(--brand-primary-900);
|
|
2648
|
+
--color-brand-primary-950: var(--brand-primary-950);
|
|
2649
|
+
--color-brand-primary-active: var(--brand-primary-active);
|
|
2650
|
+
--color-brand-primary-background: var(--brand-primary-background);
|
|
2651
|
+
--color-brand-primary-border: var(--brand-primary-border);
|
|
2652
|
+
--color-brand-primary-foreground: var(--brand-primary-foreground);
|
|
2653
|
+
--color-brand-primary-hover: var(--brand-primary-hover);
|
|
2654
|
+
--color-brand-primary-subtle-foreground: var(--brand-primary-subtle-foreground);
|
|
2655
|
+
--color-brand-primary-subtle: var(--brand-primary-subtle);
|
|
2656
|
+
--color-brand-secondary-100: var(--brand-secondary-100);
|
|
2657
|
+
--color-brand-secondary-200: var(--brand-secondary-200);
|
|
2658
|
+
--color-brand-secondary-300: var(--brand-secondary-300);
|
|
2659
|
+
--color-brand-secondary-400: var(--brand-secondary-400);
|
|
2660
|
+
--color-brand-secondary-500: var(--brand-secondary-500);
|
|
2661
|
+
--color-brand-secondary-50: var(--brand-secondary-50);
|
|
2662
|
+
--color-brand-secondary-600: var(--brand-secondary-600);
|
|
2663
|
+
--color-brand-secondary-700: var(--brand-secondary-700);
|
|
2664
|
+
--color-brand-secondary-800: var(--brand-secondary-800);
|
|
2665
|
+
--color-brand-secondary-900: var(--brand-secondary-900);
|
|
2666
|
+
--color-brand-secondary-950: var(--brand-secondary-950);
|
|
2667
|
+
--color-brand-secondary-active: var(--brand-secondary-active);
|
|
2668
|
+
--color-brand-secondary-background: var(--brand-secondary-background);
|
|
2377
2669
|
--color-brand-secondary-blue-01: var(--brand-secondary-blue-01);
|
|
2378
2670
|
--color-brand-secondary-blue-02: var(--brand-secondary-blue-02);
|
|
2379
2671
|
--color-brand-secondary-blue-03: var(--brand-secondary-blue-03);
|
|
2672
|
+
--color-brand-secondary-border: var(--brand-secondary-border);
|
|
2673
|
+
--color-brand-secondary-foreground: var(--brand-secondary-foreground);
|
|
2380
2674
|
--color-brand-secondary-green-01: var(--brand-secondary-green-01);
|
|
2381
2675
|
--color-brand-secondary-green-02: var(--brand-secondary-green-02);
|
|
2382
2676
|
--color-brand-secondary-green-03: var(--brand-secondary-green-03);
|
|
2677
|
+
--color-brand-secondary-hover: var(--brand-secondary-hover);
|
|
2383
2678
|
--color-brand-secondary-pink-01: var(--brand-secondary-pink-01);
|
|
2384
2679
|
--color-brand-secondary-pink-02: var(--brand-secondary-pink-02);
|
|
2385
2680
|
--color-brand-secondary-pink-03: var(--brand-secondary-pink-03);
|
|
2681
|
+
--color-brand-secondary-subtle-foreground: var(--brand-secondary-subtle-foreground);
|
|
2682
|
+
--color-brand-secondary-subtle: var(--brand-secondary-subtle);
|
|
2386
2683
|
--color-brand-secondary-yellow-01: var(--brand-secondary-yellow-01);
|
|
2387
2684
|
--color-brand-secondary-yellow-02: var(--brand-secondary-yellow-02);
|
|
2388
2685
|
--color-brand-secondary-yellow-03: var(--brand-secondary-yellow-03);
|
|
2389
2686
|
--color-breadcrumb-link-hover: var(--breadcrumb-link-hover);
|
|
2390
2687
|
--color-breadcrumb-list-text: var(--breadcrumb-list-text);
|
|
2391
2688
|
--color-breadcrumb-page-text: var(--breadcrumb-page-text);
|
|
2392
|
-
--color-brius-100: var(--brius-100);
|
|
2393
|
-
--color-brius-200: var(--brius-200);
|
|
2394
|
-
--color-brius-300: var(--brius-300);
|
|
2395
|
-
--color-brius-400: var(--brius-400);
|
|
2396
|
-
--color-brius-500: var(--brius-500);
|
|
2397
|
-
--color-brius-50: var(--brius-50);
|
|
2398
|
-
--color-brius-600: var(--brius-600);
|
|
2399
|
-
--color-brius-700: var(--brius-700);
|
|
2400
|
-
--color-brius-800: var(--brius-800);
|
|
2401
|
-
--color-brius-900: var(--brius-900);
|
|
2402
|
-
--color-brius-950: var(--brius-950);
|
|
2403
2689
|
--color-button-disabled-bg: var(--button-disabled-bg);
|
|
2404
2690
|
--color-button-disabled-border: var(--button-disabled-border);
|
|
2405
2691
|
--color-button-disabled-fg: var(--button-disabled-fg);
|
|
@@ -2408,65 +2694,44 @@
|
|
|
2408
2694
|
--color-button-group-item-background: var(--button-group-item-background);
|
|
2409
2695
|
--color-button-group-root-border-color: var(--button-group-root-border-color);
|
|
2410
2696
|
--color-button-group-separator-color: var(--button-group-separator-color);
|
|
2411
|
-
--color-button-link-color-fg-
|
|
2697
|
+
--color-button-link-color-fg-default: var(--button-link-color-fg-default);
|
|
2412
2698
|
--color-button-link-color-fg-hover: var(--button-link-color-fg-hover);
|
|
2413
|
-
--color-button-link-gray-fg-
|
|
2699
|
+
--color-button-link-gray-fg-default: var(--button-link-gray-fg-default);
|
|
2414
2700
|
--color-button-link-gray-fg-hover: var(--button-link-gray-fg-hover);
|
|
2415
|
-
--color-button-primary-bg-
|
|
2701
|
+
--color-button-primary-bg-default: var(--button-primary-bg-default);
|
|
2416
2702
|
--color-button-primary-bg-hover: var(--button-primary-bg-hover);
|
|
2417
|
-
--color-button-primary-border-
|
|
2703
|
+
--color-button-primary-border-default: var(--button-primary-border-default);
|
|
2418
2704
|
--color-button-primary-border-hover: var(--button-primary-border-hover);
|
|
2419
|
-
--color-button-primary-fg-
|
|
2705
|
+
--color-button-primary-fg-default: var(--button-primary-fg-default);
|
|
2420
2706
|
--color-button-ring-brand: var(--button-ring-brand);
|
|
2421
2707
|
--color-button-ring-gray: var(--button-ring-gray);
|
|
2422
|
-
--color-button-secondary-color-bg-
|
|
2708
|
+
--color-button-secondary-color-bg-default: var(--button-secondary-color-bg-default);
|
|
2423
2709
|
--color-button-secondary-color-bg-hover: var(--button-secondary-color-bg-hover);
|
|
2424
|
-
--color-button-secondary-color-border-
|
|
2710
|
+
--color-button-secondary-color-border-default: var(--button-secondary-color-border-default);
|
|
2425
2711
|
--color-button-secondary-color-border-hover: var(--button-secondary-color-border-hover);
|
|
2426
|
-
--color-button-secondary-color-fg-
|
|
2712
|
+
--color-button-secondary-color-fg-default: var(--button-secondary-color-fg-default);
|
|
2427
2713
|
--color-button-secondary-color-fg-hover: var(--button-secondary-color-fg-hover);
|
|
2428
|
-
--color-button-secondary-gray-bg-
|
|
2714
|
+
--color-button-secondary-gray-bg-default: var(--button-secondary-gray-bg-default);
|
|
2429
2715
|
--color-button-secondary-gray-bg-hover: var(--button-secondary-gray-bg-hover);
|
|
2430
|
-
--color-button-secondary-gray-border-
|
|
2716
|
+
--color-button-secondary-gray-border-default: var(--button-secondary-gray-border-default);
|
|
2431
2717
|
--color-button-secondary-gray-border-hover: var(--button-secondary-gray-border-hover);
|
|
2432
|
-
--color-button-secondary-gray-fg-
|
|
2718
|
+
--color-button-secondary-gray-fg-default: var(--button-secondary-gray-fg-default);
|
|
2433
2719
|
--color-button-secondary-gray-fg-hover: var(--button-secondary-gray-fg-hover);
|
|
2434
|
-
--color-button-shadow-bg-hover: var(--button-shadow-bg-hover);
|
|
2435
|
-
--color-button-shadow-bg-shadow: var(--button-shadow-bg-shadow);
|
|
2436
|
-
--color-button-shadow-ico-active: var(--button-shadow-ico-active);
|
|
2437
|
-
--color-button-shadow-ico-hover: var(--button-shadow-ico-hover);
|
|
2438
|
-
--color-button-shadow-ico-inactive: var(--button-shadow-ico-inactive);
|
|
2439
|
-
--color-button-shadow-text-hover: var(--button-shadow-text-hover);
|
|
2440
|
-
--color-button-shadow-text-shadow: var(--button-shadow-text-shadow);
|
|
2441
2720
|
--color-button-tertiary-color-bg-hover: var(--button-tertiary-color-bg-hover);
|
|
2442
|
-
--color-button-tertiary-color-fg-
|
|
2721
|
+
--color-button-tertiary-color-fg-default: var(--button-tertiary-color-fg-default);
|
|
2443
2722
|
--color-button-tertiary-color-fg-hover: var(--button-tertiary-color-fg-hover);
|
|
2444
2723
|
--color-button-tertiary-gray-bg-hover: var(--button-tertiary-gray-bg-hover);
|
|
2445
|
-
--color-button-tertiary-gray-fg-
|
|
2724
|
+
--color-button-tertiary-gray-fg-default: var(--button-tertiary-gray-fg-default);
|
|
2446
2725
|
--color-button-tertiary-gray-fg-hover: var(--button-tertiary-gray-fg-hover);
|
|
2447
|
-
--color-card-dark: var(--card-dark);
|
|
2448
2726
|
--color-card-description-color: var(--card-description-color);
|
|
2449
|
-
--color-card-foreground-dark: var(--card-foreground-dark);
|
|
2450
|
-
--color-card-foreground-light: var(--card-foreground-light);
|
|
2451
2727
|
--color-card-foreground: var(--card-foreground);
|
|
2452
|
-
--color-card-light: var(--card-light);
|
|
2453
2728
|
--color-card-root-background: var(--card-root-background);
|
|
2454
2729
|
--color-card-root-foreground: var(--card-root-foreground);
|
|
2455
2730
|
--color-card: var(--card);
|
|
2456
|
-
--color-chart-1-dark: var(--chart-1-dark);
|
|
2457
|
-
--color-chart-1-light: var(--chart-1-light);
|
|
2458
2731
|
--color-chart-1: var(--chart-1);
|
|
2459
|
-
--color-chart-2-dark: var(--chart-2-dark);
|
|
2460
|
-
--color-chart-2-light: var(--chart-2-light);
|
|
2461
2732
|
--color-chart-2: var(--chart-2);
|
|
2462
|
-
--color-chart-3-dark: var(--chart-3-dark);
|
|
2463
|
-
--color-chart-3-light: var(--chart-3-light);
|
|
2464
2733
|
--color-chart-3: var(--chart-3);
|
|
2465
|
-
--color-chart-4-dark: var(--chart-4-dark);
|
|
2466
|
-
--color-chart-4-light: var(--chart-4-light);
|
|
2467
2734
|
--color-chart-4: var(--chart-4);
|
|
2468
|
-
--color-chart-5-dark: var(--chart-5-dark);
|
|
2469
|
-
--color-chart-5-light: var(--chart-5-light);
|
|
2470
2735
|
--color-chart-5: var(--chart-5);
|
|
2471
2736
|
--color-chart-tooltip-bg: var(--chart-tooltip-bg);
|
|
2472
2737
|
--color-chart-tooltip-border: var(--chart-tooltip-border);
|
|
@@ -2494,23 +2759,38 @@
|
|
|
2494
2759
|
--color-combobox-trigger-border-focus: var(--combobox-trigger-border-focus);
|
|
2495
2760
|
--color-comment-system-item-background: var(--comment-system-item-background);
|
|
2496
2761
|
--color-comment-system-item-border: var(--comment-system-item-border);
|
|
2497
|
-
--color-
|
|
2762
|
+
--color-core-background-background: var(--core-background-background);
|
|
2763
|
+
--color-core-background-card-foreground: var(--core-background-card-foreground);
|
|
2764
|
+
--color-core-background-card: var(--core-background-card);
|
|
2765
|
+
--color-core-background-foreground: var(--core-background-foreground);
|
|
2766
|
+
--color-core-background-inversed-foreground: var(--core-background-inversed-foreground);
|
|
2767
|
+
--color-core-background-muted-foreground: var(--core-background-muted-foreground);
|
|
2768
|
+
--color-core-background-muted: var(--core-background-muted);
|
|
2769
|
+
--color-core-background-overlay: var(--core-background-overlay);
|
|
2770
|
+
--color-core-background-popover-foreground: var(--core-background-popover-foreground);
|
|
2771
|
+
--color-core-background-popover: var(--core-background-popover);
|
|
2772
|
+
--color-core-background-surface-foreground: var(--core-background-surface-foreground);
|
|
2773
|
+
--color-core-background-surface: var(--core-background-surface);
|
|
2774
|
+
--color-core-border-border: var(--core-border-border);
|
|
2775
|
+
--color-core-border-input: var(--core-border-input);
|
|
2776
|
+
--color-core-border-ring: var(--core-border-ring);
|
|
2777
|
+
--color-datatable-error-state-icon-color: var(--datatable-error-state-icon-color);
|
|
2498
2778
|
--color-datatable-pagination-info-color: var(--datatable-pagination-info-color);
|
|
2499
2779
|
--color-datatable-row-bg-highlighted: var(--datatable-row-bg-highlighted);
|
|
2500
2780
|
--color-datatable-row-bg-hover: var(--datatable-row-bg-hover);
|
|
2501
2781
|
--color-datatable-row-bg-selected: var(--datatable-row-bg-selected);
|
|
2782
|
+
--color-datatable-sort-badge-bg: var(--datatable-sort-badge-bg);
|
|
2783
|
+
--color-datatable-sort-badge-fg: var(--datatable-sort-badge-fg);
|
|
2502
2784
|
--color-datatable-toolbar-search-icon-color: var(--datatable-toolbar-search-icon-color);
|
|
2503
|
-
--color-destructive-
|
|
2504
|
-
--color-destructive-dark:destructive\60: var(--destructive-dark:destructive\60);
|
|
2505
|
-
--color-destructive-dark:destructive\70: var(--destructive-dark:destructive\70);
|
|
2506
|
-
--color-destructive-dark:destructive\90: var(--destructive-dark:destructive\90);
|
|
2507
|
-
--color-destructive-foreground-dark: var(--destructive-foreground-dark);
|
|
2508
|
-
--color-destructive-foreground-light: var(--destructive-foreground-light);
|
|
2785
|
+
--color-destructive-border: var(--destructive-border);
|
|
2509
2786
|
--color-destructive-foreground: var(--destructive-foreground);
|
|
2510
|
-
--color-destructive-
|
|
2787
|
+
--color-destructive-subtle-fg: var(--destructive-subtle-fg);
|
|
2788
|
+
--color-destructive-subtle: var(--destructive-subtle);
|
|
2511
2789
|
--color-destructive: var(--destructive);
|
|
2512
|
-
--color-
|
|
2513
|
-
--color-
|
|
2790
|
+
--color-disabled-background: var(--disabled-background);
|
|
2791
|
+
--color-disabled-border: var(--disabled-border);
|
|
2792
|
+
--color-disabled-foreground: var(--disabled-foreground);
|
|
2793
|
+
--color-disabled: var(--disabled);
|
|
2514
2794
|
--color-divider-color-default: var(--divider-color-default);
|
|
2515
2795
|
--color-divider-color-dual: var(--divider-color-dual);
|
|
2516
2796
|
--color-divider-content-bg-default: var(--divider-content-bg-default);
|
|
@@ -2526,99 +2806,13 @@
|
|
|
2526
2806
|
--color-drawer-content-border: var(--drawer-content-border);
|
|
2527
2807
|
--color-drawer-handle-bg: var(--drawer-handle-bg);
|
|
2528
2808
|
--color-drawer-overlay-bg: var(--drawer-overlay-bg);
|
|
2529
|
-
--color-drop-shadow-2xl-color: var(--drop-shadow-2xl-color);
|
|
2530
|
-
--color-drop-shadow-lg-color: var(--drop-shadow-lg-color);
|
|
2531
|
-
--color-drop-shadow-md-color: var(--drop-shadow-md-color);
|
|
2532
|
-
--color-drop-shadow-sm-color: var(--drop-shadow-sm-color);
|
|
2533
|
-
--color-drop-shadow-xl-color: var(--drop-shadow-xl-color);
|
|
2534
|
-
--color-drop-shadow-xs-color: var(--drop-shadow-xs-color);
|
|
2535
2809
|
--color-empty-state-media-icon-bg: var(--empty-state-media-icon-bg);
|
|
2536
2810
|
--color-empty-state-media-icon-fg: var(--empty-state-media-icon-fg);
|
|
2537
|
-
--color-
|
|
2538
|
-
--color-
|
|
2539
|
-
--color-
|
|
2540
|
-
--color-
|
|
2541
|
-
--color-
|
|
2542
|
-
--color-etus-50: var(--etus-50);
|
|
2543
|
-
--color-etus-600: var(--etus-600);
|
|
2544
|
-
--color-etus-700: var(--etus-700);
|
|
2545
|
-
--color-etus-800: var(--etus-800);
|
|
2546
|
-
--color-etus-900: var(--etus-900);
|
|
2547
|
-
--color-etus-950: var(--etus-950);
|
|
2548
|
-
--color-etus-main-v1-100: var(--etus-main-v1-100);
|
|
2549
|
-
--color-etus-main-v1-200: var(--etus-main-v1-200);
|
|
2550
|
-
--color-etus-main-v1-300: var(--etus-main-v1-300);
|
|
2551
|
-
--color-etus-main-v1-400: var(--etus-main-v1-400);
|
|
2552
|
-
--color-etus-main-v1-500: var(--etus-main-v1-500);
|
|
2553
|
-
--color-etus-main-v1-600: var(--etus-main-v1-600);
|
|
2554
|
-
--color-etus-main-v1-700: var(--etus-main-v1-700);
|
|
2555
|
-
--color-etus-main-v1-800: var(--etus-main-v1-800);
|
|
2556
|
-
--color-etus-main-v1-900: var(--etus-main-v1-900);
|
|
2557
|
-
--color-etus-main-v2-100: var(--etus-main-v2-100);
|
|
2558
|
-
--color-etus-main-v2-200: var(--etus-main-v2-200);
|
|
2559
|
-
--color-etus-main-v2-300: var(--etus-main-v2-300);
|
|
2560
|
-
--color-etus-main-v2-400: var(--etus-main-v2-400);
|
|
2561
|
-
--color-etus-main-v2-500: var(--etus-main-v2-500);
|
|
2562
|
-
--color-etus-main-v2-600: var(--etus-main-v2-600);
|
|
2563
|
-
--color-etus-main-v2-700: var(--etus-main-v2-700);
|
|
2564
|
-
--color-etus-main-v2-800: var(--etus-main-v2-800);
|
|
2565
|
-
--color-etus-main-v2-900: var(--etus-main-v2-900);
|
|
2566
|
-
--color-etus-main-v3-100: var(--etus-main-v3-100);
|
|
2567
|
-
--color-etus-main-v3-200: var(--etus-main-v3-200);
|
|
2568
|
-
--color-etus-main-v3-300: var(--etus-main-v3-300);
|
|
2569
|
-
--color-etus-main-v3-400: var(--etus-main-v3-400);
|
|
2570
|
-
--color-etus-main-v3-500: var(--etus-main-v3-500);
|
|
2571
|
-
--color-etus-main-v3-600: var(--etus-main-v3-600);
|
|
2572
|
-
--color-etus-main-v3-700: var(--etus-main-v3-700);
|
|
2573
|
-
--color-etus-main-v3-800: var(--etus-main-v3-800);
|
|
2574
|
-
--color-etus-main-v3-900: var(--etus-main-v3-900);
|
|
2575
|
-
--color-etus-main-v4-100: var(--etus-main-v4-100);
|
|
2576
|
-
--color-etus-main-v4-200: var(--etus-main-v4-200);
|
|
2577
|
-
--color-etus-main-v4-300: var(--etus-main-v4-300);
|
|
2578
|
-
--color-etus-main-v4-400: var(--etus-main-v4-400);
|
|
2579
|
-
--color-etus-main-v4-500: var(--etus-main-v4-500);
|
|
2580
|
-
--color-etus-main-v4-600: var(--etus-main-v4-600);
|
|
2581
|
-
--color-etus-main-v4-700: var(--etus-main-v4-700);
|
|
2582
|
-
--color-etus-main-v4-800: var(--etus-main-v4-800);
|
|
2583
|
-
--color-etus-main-v4-900: var(--etus-main-v4-900);
|
|
2584
|
-
--color-etus-main-v5-100: var(--etus-main-v5-100);
|
|
2585
|
-
--color-etus-main-v5-200: var(--etus-main-v5-200);
|
|
2586
|
-
--color-etus-main-v5-300: var(--etus-main-v5-300);
|
|
2587
|
-
--color-etus-main-v5-400: var(--etus-main-v5-400);
|
|
2588
|
-
--color-etus-main-v5-500: var(--etus-main-v5-500);
|
|
2589
|
-
--color-etus-main-v5-600: var(--etus-main-v5-600);
|
|
2590
|
-
--color-etus-main-v5-700: var(--etus-main-v5-700);
|
|
2591
|
-
--color-etus-main-v5-800: var(--etus-main-v5-800);
|
|
2592
|
-
--color-etus-main-v5-900: var(--etus-main-v5-900);
|
|
2593
|
-
--color-etus-main-v6-100: var(--etus-main-v6-100);
|
|
2594
|
-
--color-etus-main-v6-200: var(--etus-main-v6-200);
|
|
2595
|
-
--color-etus-main-v6-300: var(--etus-main-v6-300);
|
|
2596
|
-
--color-etus-main-v6-400: var(--etus-main-v6-400);
|
|
2597
|
-
--color-etus-main-v6-500: var(--etus-main-v6-500);
|
|
2598
|
-
--color-etus-main-v6-600: var(--etus-main-v6-600);
|
|
2599
|
-
--color-etus-main-v6-700: var(--etus-main-v6-700);
|
|
2600
|
-
--color-etus-main-v6-800: var(--etus-main-v6-800);
|
|
2601
|
-
--color-etus-main-v6-900: var(--etus-main-v6-900);
|
|
2602
|
-
--color-etus-v2-100: var(--etus-v2-100);
|
|
2603
|
-
--color-etus-v2-200: var(--etus-v2-200);
|
|
2604
|
-
--color-etus-v2-300: var(--etus-v2-300);
|
|
2605
|
-
--color-etus-v2-400: var(--etus-v2-400);
|
|
2606
|
-
--color-etus-v2-500: var(--etus-v2-500);
|
|
2607
|
-
--color-etus-v2-600: var(--etus-v2-600);
|
|
2608
|
-
--color-etus-v2-700: var(--etus-v2-700);
|
|
2609
|
-
--color-etus-v2-800: var(--etus-v2-800);
|
|
2610
|
-
--color-etus-v2-900: var(--etus-v2-900);
|
|
2611
|
-
--color-evolution-100: var(--evolution-100);
|
|
2612
|
-
--color-evolution-200: var(--evolution-200);
|
|
2613
|
-
--color-evolution-300: var(--evolution-300);
|
|
2614
|
-
--color-evolution-400: var(--evolution-400);
|
|
2615
|
-
--color-evolution-500: var(--evolution-500);
|
|
2616
|
-
--color-evolution-50: var(--evolution-50);
|
|
2617
|
-
--color-evolution-600: var(--evolution-600);
|
|
2618
|
-
--color-evolution-700: var(--evolution-700);
|
|
2619
|
-
--color-evolution-800: var(--evolution-800);
|
|
2620
|
-
--color-evolution-900: var(--evolution-900);
|
|
2621
|
-
--color-evolution-950: var(--evolution-950);
|
|
2811
|
+
--color-extended-chart-1: var(--extended-chart-1);
|
|
2812
|
+
--color-extended-chart-2: var(--extended-chart-2);
|
|
2813
|
+
--color-extended-chart-3: var(--extended-chart-3);
|
|
2814
|
+
--color-extended-chart-4: var(--extended-chart-4);
|
|
2815
|
+
--color-extended-chart-5: var(--extended-chart-5);
|
|
2622
2816
|
--color-feed-content-description-color: var(--feed-content-description-color);
|
|
2623
2817
|
--color-feed-icon-background: var(--feed-icon-background);
|
|
2624
2818
|
--color-feed-icon-color: var(--feed-icon-color);
|
|
@@ -2633,8 +2827,11 @@
|
|
|
2633
2827
|
--color-file-upload-item-border: var(--file-upload-item-border);
|
|
2634
2828
|
--color-filter-builder-group-border-color: var(--filter-builder-group-border-color);
|
|
2635
2829
|
--color-focus-ring-color: var(--focus-ring-color);
|
|
2636
|
-
--color-
|
|
2637
|
-
--color-
|
|
2830
|
+
--color-focus-ring-destructive-color: var(--focus-ring-destructive-color);
|
|
2831
|
+
--color-focus-ring-ghost-color: var(--focus-ring-ghost-color);
|
|
2832
|
+
--color-focus-ring-outline-color: var(--focus-ring-outline-color);
|
|
2833
|
+
--color-focus-ring-primary-color: var(--focus-ring-primary-color);
|
|
2834
|
+
--color-focus-ring-secondary-color: var(--focus-ring-secondary-color);
|
|
2638
2835
|
--color-foreground: var(--foreground);
|
|
2639
2836
|
--color-form-error-fg: var(--form-error-fg);
|
|
2640
2837
|
--color-form-helper-fg: var(--form-helper-fg);
|
|
@@ -2652,27 +2849,26 @@
|
|
|
2652
2849
|
--color-image-rounded-circle: var(--image-rounded-circle);
|
|
2653
2850
|
--color-image-rounded-rounded: var(--image-rounded-rounded);
|
|
2654
2851
|
--color-image-skeleton-bg: var(--image-skeleton-bg);
|
|
2852
|
+
--color-info-border: var(--info-border);
|
|
2853
|
+
--color-info-foreground: var(--info-foreground);
|
|
2854
|
+
--color-info-subtle-fg: var(--info-subtle-fg);
|
|
2855
|
+
--color-info-subtle: var(--info-subtle);
|
|
2856
|
+
--color-info: var(--info);
|
|
2655
2857
|
--color-input-bg-default: var(--input-bg-default);
|
|
2656
2858
|
--color-input-bg-disabled: var(--input-bg-disabled);
|
|
2657
2859
|
--color-input-border-default: var(--input-border-default);
|
|
2658
2860
|
--color-input-border-error: var(--input-border-error);
|
|
2659
2861
|
--color-input-border-focus: var(--input-border-focus);
|
|
2660
|
-
--color-input-dark: var(--input-dark);
|
|
2661
|
-
--color-input-dark:input\80: var(--input-dark:input\80);
|
|
2662
2862
|
--color-input-fg-default: var(--input-fg-default);
|
|
2663
2863
|
--color-input-fg-disabled: var(--input-fg-disabled);
|
|
2664
2864
|
--color-input-fg-icon: var(--input-fg-icon);
|
|
2665
2865
|
--color-input-fg-placeholder: var(--input-fg-placeholder);
|
|
2666
|
-
--color-input-light: var(--input-light);
|
|
2667
2866
|
--color-input-otp-caret-color: var(--input-otp-caret-color);
|
|
2668
2867
|
--color-input-otp-slot-active-border: var(--input-otp-slot-active-border);
|
|
2669
2868
|
--color-input-otp-slot-active-ring: var(--input-otp-slot-active-ring);
|
|
2670
2869
|
--color-input-otp-slot-bg: var(--input-otp-slot-bg);
|
|
2671
2870
|
--color-input-otp-slot-border: var(--input-otp-slot-border);
|
|
2672
2871
|
--color-input: var(--input);
|
|
2673
|
-
--color-inset-shadow-2xs-color: var(--inset-shadow-2xs-color);
|
|
2674
|
-
--color-inset-shadow-sm-color: var(--inset-shadow-sm-color);
|
|
2675
|
-
--color-inset-shadow-xs-color: var(--inset-shadow-xs-color);
|
|
2676
2872
|
--color-kanban-card-background: var(--kanban-card-background);
|
|
2677
2873
|
--color-kanban-card-foreground: var(--kanban-card-foreground);
|
|
2678
2874
|
--color-kanban-column-background: var(--kanban-column-background);
|
|
@@ -2726,11 +2922,7 @@
|
|
|
2726
2922
|
--color-multiselect-empty-fg: var(--multiselect-empty-fg);
|
|
2727
2923
|
--color-multiselect-tag-bg: var(--multiselect-tag-bg);
|
|
2728
2924
|
--color-multiselect-tag-fg: var(--multiselect-tag-fg);
|
|
2729
|
-
--color-muted-dark: var(--muted-dark);
|
|
2730
|
-
--color-muted-foreground-dark: var(--muted-foreground-dark);
|
|
2731
|
-
--color-muted-foreground-light: var(--muted-foreground-light);
|
|
2732
2925
|
--color-muted-foreground: var(--muted-foreground);
|
|
2733
|
-
--color-muted-light: var(--muted-light);
|
|
2734
2926
|
--color-muted: var(--muted);
|
|
2735
2927
|
--color-navbar-root-background: var(--navbar-root-background);
|
|
2736
2928
|
--color-navbar-root-border-color: var(--navbar-root-border-color);
|
|
@@ -2750,8 +2942,7 @@
|
|
|
2750
2942
|
--color-notification-dot-color-info: var(--notification-dot-color-info);
|
|
2751
2943
|
--color-notification-dot-color-success: var(--notification-dot-color-success);
|
|
2752
2944
|
--color-notification-dot-color-warning: var(--notification-dot-color-warning);
|
|
2753
|
-
--color-
|
|
2754
|
-
--color-outline\10-dark:outline\20: var(--outline\10-dark:outline\20);
|
|
2945
|
+
--color-overlay: var(--overlay);
|
|
2755
2946
|
--color-paragraph-color-default: var(--paragraph-color-default);
|
|
2756
2947
|
--color-paragraph-color-destructive: var(--paragraph-color-destructive);
|
|
2757
2948
|
--color-paragraph-color-muted: var(--paragraph-color-muted);
|
|
@@ -2764,18 +2955,15 @@
|
|
|
2764
2955
|
--color-popover-border: var(--popover-border);
|
|
2765
2956
|
--color-popover-content-background: var(--popover-content-background);
|
|
2766
2957
|
--color-popover-content-foreground: var(--popover-content-foreground);
|
|
2767
|
-
--color-popover-dark: var(--popover-dark);
|
|
2768
2958
|
--color-popover-fg: var(--popover-fg);
|
|
2769
|
-
--color-popover-foreground-dark: var(--popover-foreground-dark);
|
|
2770
|
-
--color-popover-foreground-light: var(--popover-foreground-light);
|
|
2771
2959
|
--color-popover-foreground: var(--popover-foreground);
|
|
2772
|
-
--color-popover-light: var(--popover-light);
|
|
2773
2960
|
--color-popover: var(--popover);
|
|
2774
|
-
--color-primary-
|
|
2775
|
-
--color-primary-
|
|
2776
|
-
--color-primary-foreground-light: var(--primary-foreground-light);
|
|
2961
|
+
--color-primary-active: var(--primary-active);
|
|
2962
|
+
--color-primary-border: var(--primary-border);
|
|
2777
2963
|
--color-primary-foreground: var(--primary-foreground);
|
|
2778
|
-
--color-primary-
|
|
2964
|
+
--color-primary-hover: var(--primary-hover);
|
|
2965
|
+
--color-primary-subtle-foreground: var(--primary-subtle-foreground);
|
|
2966
|
+
--color-primary-subtle: var(--primary-subtle);
|
|
2779
2967
|
--color-primary: var(--primary);
|
|
2780
2968
|
--color-priority-high-bg: var(--priority-high-bg);
|
|
2781
2969
|
--color-priority-high-text: var(--priority-high-text);
|
|
@@ -2830,80 +3018,38 @@
|
|
|
2830
3018
|
--color-rich-text-editor-root-border: var(--rich-text-editor-root-border);
|
|
2831
3019
|
--color-rich-text-editor-toolbar-background: var(--rich-text-editor-toolbar-background);
|
|
2832
3020
|
--color-rich-text-editor-toolbar-border-bottom: var(--rich-text-editor-toolbar-border-bottom);
|
|
2833
|
-
--color-ring-dark: var(--ring-dark);
|
|
2834
|
-
--color-ring-light: var(--ring-light);
|
|
2835
3021
|
--color-ring-offset: var(--ring-offset);
|
|
2836
3022
|
--color-ring: var(--ring);
|
|
2837
3023
|
--color-scroll-bar-thumb-bg: var(--scroll-bar-thumb-bg);
|
|
2838
|
-
--color-secondary-dark: var(--secondary-dark);
|
|
2839
|
-
--color-secondary-foreground-dark: var(--secondary-foreground-dark);
|
|
2840
|
-
--color-secondary-foreground-light: var(--secondary-foreground-light);
|
|
2841
3024
|
--color-secondary-foreground: var(--secondary-foreground);
|
|
2842
|
-
--color-secondary-
|
|
3025
|
+
--color-secondary-hover: var(--secondary-hover);
|
|
3026
|
+
--color-secondary-subtle-foreground: var(--secondary-subtle-foreground);
|
|
3027
|
+
--color-secondary-subtle: var(--secondary-subtle);
|
|
2843
3028
|
--color-secondary: var(--secondary);
|
|
2844
3029
|
--color-select-content-bg: var(--select-content-bg);
|
|
2845
3030
|
--color-select-content-border: var(--select-content-border);
|
|
2846
3031
|
--color-select-content-fg: var(--select-content-fg);
|
|
2847
3032
|
--color-select-item-focus-bg: var(--select-item-focus-bg);
|
|
2848
3033
|
--color-select-item-focus-fg: var(--select-item-focus-fg);
|
|
2849
|
-
--color-shadow-2xl-color: var(--shadow-2xl-color);
|
|
2850
|
-
--color-shadow-2xs-color: var(--shadow-2xs-color);
|
|
2851
|
-
--color-shadow-button: var(--shadow-button);
|
|
2852
|
-
--color-shadow-lg-1-color: var(--shadow-lg-1-color);
|
|
2853
|
-
--color-shadow-lg-2-color: var(--shadow-lg-2-color);
|
|
2854
|
-
--color-shadow-md-1-color: var(--shadow-md-1-color);
|
|
2855
|
-
--color-shadow-md-2-color: var(--shadow-md-2-color);
|
|
2856
|
-
--color-shadow-sm-1-color: var(--shadow-sm-1-color);
|
|
2857
|
-
--color-shadow-sm-2-color: var(--shadow-sm-2-color);
|
|
2858
|
-
--color-shadow-xl-1-color: var(--shadow-xl-1-color);
|
|
2859
|
-
--color-shadow-xl-2-color: var(--shadow-xl-2-color);
|
|
2860
|
-
--color-shadow-xs-color: var(--shadow-xs-color);
|
|
2861
3034
|
--color-sheet-content-bg: var(--sheet-content-bg);
|
|
2862
3035
|
--color-sheet-content-border: var(--sheet-content-border);
|
|
2863
3036
|
--color-sheet-overlay-bg-blur: var(--sheet-overlay-bg-blur);
|
|
2864
3037
|
--color-sheet-overlay-bg-default: var(--sheet-overlay-bg-default);
|
|
2865
3038
|
--color-sheet-overlay-bg-light: var(--sheet-overlay-bg-light);
|
|
2866
|
-
--color-sidebar-accent-dark: var(--sidebar-accent-dark);
|
|
2867
|
-
--color-sidebar-accent-foreground-dark: var(--sidebar-accent-foreground-dark);
|
|
2868
|
-
--color-sidebar-accent-foreground-light: var(--sidebar-accent-foreground-light);
|
|
2869
3039
|
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
|
|
2870
|
-
--color-sidebar-accent-light: var(--sidebar-accent-light);
|
|
2871
3040
|
--color-sidebar-accent: var(--sidebar-accent);
|
|
2872
|
-
--color-sidebar-background-dark: var(--sidebar-background-dark);
|
|
2873
|
-
--color-sidebar-background-light: var(--sidebar-background-light);
|
|
2874
3041
|
--color-sidebar-background: var(--sidebar-background);
|
|
2875
|
-
--color-sidebar-border-dark: var(--sidebar-border-dark);
|
|
2876
|
-
--color-sidebar-border-light: var(--sidebar-border-light);
|
|
2877
3042
|
--color-sidebar-border: var(--sidebar-border);
|
|
2878
|
-
--color-sidebar-foreground-dark: var(--sidebar-foreground-dark);
|
|
2879
|
-
--color-sidebar-foreground-light: var(--sidebar-foreground-light);
|
|
2880
3043
|
--color-sidebar-foreground: var(--sidebar-foreground);
|
|
2881
3044
|
--color-sidebar-input-background: var(--sidebar-input-background);
|
|
2882
3045
|
--color-sidebar-input-border: var(--sidebar-input-border);
|
|
2883
3046
|
--color-sidebar-input-foreground: var(--sidebar-input-foreground);
|
|
2884
|
-
--color-sidebar-primary-dark: var(--sidebar-primary-dark);
|
|
2885
|
-
--color-sidebar-primary-foreground-dark: var(--sidebar-primary-foreground-dark);
|
|
2886
|
-
--color-sidebar-primary-foreground-light: var(--sidebar-primary-foreground-light);
|
|
2887
|
-
--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
|
|
2888
|
-
--color-sidebar-primary-light: var(--sidebar-primary-light);
|
|
2889
|
-
--color-sidebar-primary: var(--sidebar-primary);
|
|
2890
|
-
--color-sidebar-ring-dark: var(--sidebar-ring-dark);
|
|
2891
|
-
--color-sidebar-ring-light: var(--sidebar-ring-light);
|
|
2892
|
-
--color-sidebar-ring: var(--sidebar-ring);
|
|
2893
3047
|
--color-single-stat-label-color: var(--single-stat-label-color);
|
|
2894
3048
|
--color-single-stat-value-color: var(--single-stat-value-color);
|
|
2895
3049
|
--color-skeleton-bg: var(--skeleton-bg);
|
|
2896
|
-
--color-slider-focus-ring: var(--slider-focus-ring);
|
|
2897
|
-
--color-slider-handle-bg: var(--slider-handle-bg);
|
|
2898
|
-
--color-slider-handle-border: var(--slider-handle-border);
|
|
2899
|
-
--color-slider-label-text: var(--slider-label-text);
|
|
2900
3050
|
--color-slider-range-bg-default: var(--slider-range-bg-default);
|
|
2901
|
-
--color-slider-range-bg: var(--slider-range-bg);
|
|
2902
3051
|
--color-slider-thumb-bg: var(--slider-thumb-bg);
|
|
2903
3052
|
--color-slider-thumb-border: var(--slider-thumb-border);
|
|
2904
|
-
--color-slider-tooltip-bg: var(--slider-tooltip-bg);
|
|
2905
|
-
--color-slider-tooltip-border: var(--slider-tooltip-border);
|
|
2906
|
-
--color-slider-tooltip-text: var(--slider-tooltip-text);
|
|
2907
3053
|
--color-slider-track-bg: var(--slider-track-bg);
|
|
2908
3054
|
--color-spinner-color-default: var(--spinner-color-default);
|
|
2909
3055
|
--color-spinner-color-error: var(--spinner-color-error);
|
|
@@ -2924,6 +3070,15 @@
|
|
|
2924
3070
|
--color-status-changes-requested-bg: var(--status-changes-requested-bg);
|
|
2925
3071
|
--color-status-changes-requested-dot: var(--status-changes-requested-dot);
|
|
2926
3072
|
--color-status-changes-requested-text: var(--status-changes-requested-text);
|
|
3073
|
+
--color-status-destructive-background: var(--status-destructive-background);
|
|
3074
|
+
--color-status-destructive-border: var(--status-destructive-border);
|
|
3075
|
+
--color-status-destructive-foreground: var(--status-destructive-foreground);
|
|
3076
|
+
--color-status-destructive-hover: var(--status-destructive-hover);
|
|
3077
|
+
--color-status-destructive-subtle-foreground: var(--status-destructive-subtle-foreground);
|
|
3078
|
+
--color-status-destructive-subtle: var(--status-destructive-subtle);
|
|
3079
|
+
--color-status-disabled-border: var(--status-disabled-border);
|
|
3080
|
+
--color-status-disabled-disabled: var(--status-disabled-disabled);
|
|
3081
|
+
--color-status-disabled-foreground: var(--status-disabled-foreground);
|
|
2927
3082
|
--color-status-escalated-bg: var(--status-escalated-bg);
|
|
2928
3083
|
--color-status-escalated-dot: var(--status-escalated-dot);
|
|
2929
3084
|
--color-status-escalated-text: var(--status-escalated-text);
|
|
@@ -2939,38 +3094,51 @@
|
|
|
2939
3094
|
--color-status-indicator-dot-color-success: var(--status-indicator-dot-color-success);
|
|
2940
3095
|
--color-status-indicator-dot-color-warning: var(--status-indicator-dot-color-warning);
|
|
2941
3096
|
--color-status-indicator-label-color: var(--status-indicator-label-color);
|
|
2942
|
-
--color-status-
|
|
3097
|
+
--color-status-info-background: var(--status-info-background);
|
|
3098
|
+
--color-status-info-border: var(--status-info-border);
|
|
3099
|
+
--color-status-info-foreground: var(--status-info-foreground);
|
|
3100
|
+
--color-status-info-subtle-foreground: var(--status-info-subtle-foreground);
|
|
3101
|
+
--color-status-info-subtle: var(--status-info-subtle);
|
|
2943
3102
|
--color-status-pending-bg: var(--status-pending-bg);
|
|
2944
3103
|
--color-status-pending-dot: var(--status-pending-dot);
|
|
2945
3104
|
--color-status-pending-text: var(--status-pending-text);
|
|
2946
3105
|
--color-status-rejected-bg: var(--status-rejected-bg);
|
|
2947
3106
|
--color-status-rejected-dot: var(--status-rejected-dot);
|
|
2948
3107
|
--color-status-rejected-text: var(--status-rejected-text);
|
|
3108
|
+
--color-status-success-background: var(--status-success-background);
|
|
3109
|
+
--color-status-success-border: var(--status-success-border);
|
|
3110
|
+
--color-status-success-foreground: var(--status-success-foreground);
|
|
3111
|
+
--color-status-success-subtle-foreground: var(--status-success-subtle-foreground);
|
|
3112
|
+
--color-status-success-subtle: var(--status-success-subtle);
|
|
3113
|
+
--color-status-warning-background: var(--status-warning-background);
|
|
3114
|
+
--color-status-warning-border: var(--status-warning-border);
|
|
3115
|
+
--color-status-warning-foreground: var(--status-warning-foreground);
|
|
3116
|
+
--color-status-warning-subtle-foreground: var(--status-warning-subtle-foreground);
|
|
3117
|
+
--color-status-warning-subtle: var(--status-warning-subtle);
|
|
2949
3118
|
--color-stepper-indicator-background-active: var(--stepper-indicator-background-active);
|
|
2950
3119
|
--color-stepper-indicator-background-inactive: var(--stepper-indicator-background-inactive);
|
|
2951
3120
|
--color-stepper-indicator-color-active: var(--stepper-indicator-color-active);
|
|
2952
3121
|
--color-stepper-indicator-color-inactive: var(--stepper-indicator-color-inactive);
|
|
2953
3122
|
--color-stepper-separator-color-active: var(--stepper-separator-color-active);
|
|
2954
3123
|
--color-stepper-separator-color: var(--stepper-separator-color);
|
|
3124
|
+
--color-success-border: var(--success-border);
|
|
2955
3125
|
--color-success-foreground: var(--success-foreground);
|
|
3126
|
+
--color-success-subtle-fg: var(--success-subtle-fg);
|
|
3127
|
+
--color-success-subtle: var(--success-subtle);
|
|
2956
3128
|
--color-success: var(--success);
|
|
2957
3129
|
--color-surface-default: var(--surface-default);
|
|
2958
3130
|
--color-surface-disabled: var(--surface-disabled);
|
|
3131
|
+
--color-surface-foreground: var(--surface-foreground);
|
|
2959
3132
|
--color-surface-hover: var(--surface-hover);
|
|
2960
3133
|
--color-surface-overlay: var(--surface-overlay);
|
|
2961
3134
|
--color-surface-raised: var(--surface-raised);
|
|
2962
3135
|
--color-surface-selected: var(--surface-selected);
|
|
2963
3136
|
--color-surface-sunken: var(--surface-sunken);
|
|
3137
|
+
--color-surface: var(--surface);
|
|
2964
3138
|
--color-switch-thumb-bg: var(--switch-thumb-bg);
|
|
2965
3139
|
--color-switch-track-bg-disabled: var(--switch-track-bg-disabled);
|
|
2966
3140
|
--color-switch-track-bg-off: var(--switch-track-bg-off);
|
|
2967
3141
|
--color-switch-track-bg-on: var(--switch-track-bg-on);
|
|
2968
|
-
--color-tab-bg-active: var(--tab-bg-active);
|
|
2969
|
-
--color-tab-bg-base: var(--tab-bg-base);
|
|
2970
|
-
--color-tab-ico-hover: var(--tab-ico-hover);
|
|
2971
|
-
--color-tab-ico-inactive: var(--tab-ico-inactive);
|
|
2972
|
-
--color-tab-text-active: var(--tab-text-active);
|
|
2973
|
-
--color-tab-text-inactive: var(--tab-text-inactive);
|
|
2974
3142
|
--color-table-caption-fg: var(--table-caption-fg);
|
|
2975
3143
|
--color-table-footer-border: var(--table-footer-border);
|
|
2976
3144
|
--color-table-header-bg: var(--table-header-bg);
|
|
@@ -3073,30 +3241,63 @@
|
|
|
3073
3241
|
--color-toolbar-separator-color: var(--toolbar-separator-color);
|
|
3074
3242
|
--color-tooltip-content-background: var(--tooltip-content-background);
|
|
3075
3243
|
--color-tooltip-content-foreground: var(--tooltip-content-foreground);
|
|
3244
|
+
--color-warning-border: var(--warning-border);
|
|
3076
3245
|
--color-warning-foreground: var(--warning-foreground);
|
|
3246
|
+
--color-warning-subtle-fg: var(--warning-subtle-fg);
|
|
3247
|
+
--color-warning-subtle: var(--warning-subtle);
|
|
3077
3248
|
--color-warning: var(--warning);
|
|
3078
|
-
--
|
|
3079
|
-
--
|
|
3080
|
-
--
|
|
3249
|
+
--radius-2xl: var(--radius-2xl);
|
|
3250
|
+
--radius-3xl: var(--radius-3xl);
|
|
3251
|
+
--radius-4xl: var(--radius-4xl);
|
|
3081
3252
|
--radius-circle: var(--avatar-radius-circle);
|
|
3082
3253
|
--radius-default: var(--badge-radius-default);
|
|
3083
3254
|
--radius-full: var(--button-radius-full);
|
|
3084
|
-
--radius-lg: var(--
|
|
3085
|
-
--radius-
|
|
3255
|
+
--radius-lg: var(--radius-lg);
|
|
3256
|
+
--radius-md: var(--radius-md);
|
|
3257
|
+
--radius-none: var(--radius-none);
|
|
3258
|
+
--radius-pill: var(--radius-pill);
|
|
3086
3259
|
--radius-radius: var(--radius);
|
|
3087
|
-
--radius-sm: var(--
|
|
3260
|
+
--radius-sm: var(--radius-sm);
|
|
3088
3261
|
--radius-square: var(--avatar-radius-square);
|
|
3089
|
-
--radius-xl: var(--
|
|
3090
|
-
--
|
|
3091
|
-
--shadow-
|
|
3092
|
-
--shadow-
|
|
3262
|
+
--radius-xl: var(--radius-xl);
|
|
3263
|
+
--radius-xs: var(--radius-xs);
|
|
3264
|
+
--shadow-default: var(--button-shadow-default);
|
|
3265
|
+
--shadow-lg: var(--card-root-shadow-lg);
|
|
3093
3266
|
--shadow-shadow: var(--autocomplete-content-shadow);
|
|
3094
|
-
--shadow-
|
|
3095
|
-
--shadow-
|
|
3096
|
-
--
|
|
3267
|
+
--shadow-sm: var(--button-shadow-sm);
|
|
3268
|
+
--shadow-xl: var(--card-root-shadow-xl);
|
|
3269
|
+
--shadow-xs: var(--button-shadow-xs);
|
|
3270
|
+
--spacing-none: var(--spacing-none);
|
|
3097
3271
|
--spacing-normal: var(--paragraph-spacing-normal);
|
|
3098
3272
|
--spacing-relaxed: var(--paragraph-spacing-relaxed);
|
|
3273
|
+
--spacing-s-12: var(--spacing-s-12);
|
|
3274
|
+
--spacing-s-16: var(--spacing-s-16);
|
|
3275
|
+
--spacing-s-1: var(--spacing-s-1);
|
|
3276
|
+
--spacing-s-20: var(--spacing-s-20);
|
|
3277
|
+
--spacing-s-24: var(--spacing-s-24);
|
|
3278
|
+
--spacing-s-2: var(--spacing-s-2);
|
|
3279
|
+
--spacing-s-32: var(--spacing-s-32);
|
|
3280
|
+
--spacing-s-40: var(--spacing-s-40);
|
|
3281
|
+
--spacing-s-48: var(--spacing-s-48);
|
|
3282
|
+
--spacing-s-4: var(--spacing-s-4);
|
|
3283
|
+
--spacing-s-56: var(--spacing-s-56);
|
|
3284
|
+
--spacing-s-64: var(--spacing-s-64);
|
|
3285
|
+
--spacing-s-8: var(--spacing-s-8);
|
|
3099
3286
|
--spacing-spacing: var(--spacing);
|
|
3100
3287
|
--spacing-tight: var(--paragraph-spacing-tight);
|
|
3101
|
-
--text-
|
|
3288
|
+
--text-2xl: var(--text-font-size-2xl);
|
|
3289
|
+
--text-2xs: var(--text-font-size-2xs);
|
|
3290
|
+
--text-3xl: var(--text-font-size-3xl);
|
|
3291
|
+
--text-4xl: var(--text-font-size-4xl);
|
|
3292
|
+
--text-5xl: var(--text-font-size-5xl);
|
|
3293
|
+
--text-6xl: var(--text-font-size-6xl);
|
|
3294
|
+
--text-7xl: var(--text-font-size-7xl);
|
|
3295
|
+
--text-8xl: var(--text-font-size-8xl);
|
|
3296
|
+
--text-9xl: var(--text-font-size-9xl);
|
|
3297
|
+
--text-base: var(--text-font-size-base);
|
|
3298
|
+
--text-font-size: var(--typography-heading-h1-font-size);
|
|
3299
|
+
--text-lg: var(--text-font-size-lg);
|
|
3300
|
+
--text-sm: var(--text-font-size-sm);
|
|
3301
|
+
--text-xl: var(--text-font-size-xl);
|
|
3302
|
+
--text-xs: var(--text-font-size-xs);
|
|
3102
3303
|
}
|