@node-core/ui-components 1.0.1-53352b306fcbcdb527095209221fd17b7fc955b9 → 1.0.1-5909a0bd471c5bfddac4f1bf7eee50aea0274970
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/Common/AlertBox/index.module.css +1 -82
- package/Common/AvatarGroup/Avatar/index.module.css +1 -59
- package/Common/AvatarGroup/Overlay/index.module.css +1 -37
- package/Common/AvatarGroup/index.module.css +1 -21
- package/Common/Badge/index.js +1 -3
- package/Common/Badge/index.module.css +1 -59
- package/Common/BadgeGroup/index.js +2 -2
- package/Common/BadgeGroup/index.module.css +1 -152
- package/Common/Banner/index.module.css +1 -44
- package/Common/BaseButton/index.module.css +1 -371
- package/Common/BaseCodeBox/index.module.css +1 -95
- package/Common/BaseCrossLink/index.module.css +1 -68
- package/Common/BaseLinkTabs/index.module.css +1 -76
- package/Common/BasePagination/Ellipsis/index.module.css +1 -15
- package/Common/BasePagination/PaginationListItem/index.module.css +1 -41
- package/Common/BasePagination/index.module.css +1 -39
- package/Common/Blockquote/index.module.css +1 -49
- package/Common/Breadcrumbs/BreadcrumbHomeLink/index.module.css +1 -4
- package/Common/Breadcrumbs/BreadcrumbItem/index.module.css +1 -51
- package/Common/Breadcrumbs/BreadcrumbLink/index.module.css +1 -31
- package/Common/Breadcrumbs/BreadcrumbRoot/index.module.css +1 -9
- package/Common/ChangeHistory/index.module.css +1 -197
- package/Common/CodeTabs/index.module.css +1 -66
- package/Common/DataTag/index.module.css +1 -53
- package/Common/GlowingBackdrop/index.module.css +1 -129
- package/Common/LanguageDropDown/index.module.css +1 -150
- package/Common/Modal/index.module.css +1 -233
- package/Common/NodejsLogo/index.module.css +1 -4
- package/Common/Notification/index.module.css +1 -103
- package/Common/Preview/index.module.css +1 -282
- package/Common/Select/NoScriptSelect/index.js +10 -0
- package/Common/Select/StatelessSelect/index.js +31 -0
- package/Common/Select/index.js +3 -6
- package/Common/Select/index.module.css +1 -327
- package/Common/Separator/index.module.css +1 -12
- package/Common/Skeleton/index.module.css +1 -126
- package/Common/Tabs/index.module.css +1 -71
- package/Common/ThemeToggle/index.module.css +1 -21
- package/Common/Tooltip/index.module.css +1 -132
- package/Containers/Article/index.module.css +1 -138
- package/Containers/Footer/index.js +2 -3
- package/Containers/Footer/index.module.css +1 -60
- package/Containers/MetaBar/index.module.css +1 -122
- package/Containers/NavBar/NavItem/index.module.css +1 -73
- package/Containers/NavBar/index.module.css +1 -204
- package/Containers/Sidebar/SidebarGroup/index.module.css +1 -191
- package/Containers/Sidebar/SidebarItem/index.js +1 -1
- package/Containers/Sidebar/SidebarItem/index.module.css +1 -66
- package/Containers/Sidebar/index.js +2 -2
- package/Containers/Sidebar/index.module.css +1 -47
- package/MDX/CodeTabs.js +22 -9
- package/Providers/NotificationProvider/index.module.css +1 -6
- package/package.json +9 -4
- package/styles/index.css +1 -1135
- package/util/array.js +2 -0
- package/Containers/DocSideBar/index.js +0 -1
|
@@ -1,328 +1,2 @@
|
|
|
1
1
|
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
|
2
|
-
.select {
|
|
3
|
-
display: inline-flex;
|
|
4
|
-
flex-direction: column;
|
|
5
|
-
gap: calc(var(--spacing, 0.25rem)*1.5);
|
|
6
|
-
.label {
|
|
7
|
-
display: block;
|
|
8
|
-
width: 100%;
|
|
9
|
-
font-size: var(--text-sm, 0.875rem);
|
|
10
|
-
line-height: var(--tw-leading, var(--text-sm--line-height, 1.42857));
|
|
11
|
-
--tw-font-weight: var(--font-weight-medium, 500);
|
|
12
|
-
font-weight: var(--font-weight-medium, 500);
|
|
13
|
-
color: var(--color-neutral-800, #556066);
|
|
14
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
15
|
-
color: var(--color-neutral-200, #e9edf0);
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
.trigger {
|
|
19
|
-
display: inline-flex;
|
|
20
|
-
height: calc(var(--spacing, 0.25rem)*11);
|
|
21
|
-
width: 100%;
|
|
22
|
-
min-width: 17rem;
|
|
23
|
-
align-items: center;
|
|
24
|
-
justify-content: space-between;
|
|
25
|
-
gap: calc(var(--spacing, 0.25rem)*2);
|
|
26
|
-
border-radius: var(--radius-sm, 0.25rem);
|
|
27
|
-
border-style: var(--tw-border-style);
|
|
28
|
-
border-width: 1px;
|
|
29
|
-
border-color: var(--color-neutral-300, #d9e1e4);
|
|
30
|
-
background-color: var(--color-white, #fff);
|
|
31
|
-
padding-inline: calc(var(--spacing, 0.25rem)*3.5);
|
|
32
|
-
padding-block: calc(var(--spacing, 0.25rem)*2.5);
|
|
33
|
-
text-align: left;
|
|
34
|
-
font-size: var(--text-base, 1rem);
|
|
35
|
-
line-height: var(--tw-leading, var(--text-base--line-height, 1.5));
|
|
36
|
-
--tw-font-weight: var(--font-weight-medium, 500);
|
|
37
|
-
font-weight: var(--font-weight-medium, 500);
|
|
38
|
-
color: var(--color-neutral-900, #2c3437);
|
|
39
|
-
--tw-shadow: 0px 1px 2px 0px var(--tw-shadow-color, color-mix(in srgb, #101828 5%, transparent));
|
|
40
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
41
|
-
--tw-shadow: 0px 1px 2px 0px var(--tw-shadow-color, color-mix(in oklab, var(--color-shadow, #101828) 5%, transparent));
|
|
42
|
-
}
|
|
43
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
44
|
-
--tw-outline-style: none;
|
|
45
|
-
outline-style: none;
|
|
46
|
-
@media (forced-colors: active) {
|
|
47
|
-
outline: 2px solid transparent;
|
|
48
|
-
outline-offset: 2px;
|
|
49
|
-
}
|
|
50
|
-
&:focus {
|
|
51
|
-
border-color: var(--color-neutral-500, #b1bcc2);
|
|
52
|
-
}
|
|
53
|
-
&:focus {
|
|
54
|
-
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
55
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
56
|
-
}
|
|
57
|
-
&:focus {
|
|
58
|
-
--tw-ring-color: var(--color-neutral-500, #b1bcc2);
|
|
59
|
-
}
|
|
60
|
-
&[data-placeholder] {
|
|
61
|
-
color: var(--color-neutral-800, #556066);
|
|
62
|
-
}
|
|
63
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
64
|
-
border-color: var(--color-neutral-800, #556066);
|
|
65
|
-
}
|
|
66
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
67
|
-
background-color: var(--color-neutral-950, #0d121c);
|
|
68
|
-
}
|
|
69
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
70
|
-
color: var(--color-white, #fff);
|
|
71
|
-
}
|
|
72
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
73
|
-
&:focus {
|
|
74
|
-
border-color: var(--color-neutral-600, #929fa5);
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
78
|
-
&:focus {
|
|
79
|
-
--tw-ring-color: var(--color-neutral-600, #929fa5);
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
83
|
-
&[data-placeholder] {
|
|
84
|
-
color: var(--color-neutral-200, #e9edf0);
|
|
85
|
-
}
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
.trigger span {
|
|
89
|
-
display: flex;
|
|
90
|
-
height: calc(var(--spacing, 0.25rem)*5);
|
|
91
|
-
align-items: center;
|
|
92
|
-
gap: calc(var(--spacing, 0.25rem)*2);
|
|
93
|
-
}
|
|
94
|
-
.icon {
|
|
95
|
-
width: calc(var(--spacing, 0.25rem)*5);
|
|
96
|
-
height: calc(var(--spacing, 0.25rem)*5);
|
|
97
|
-
color: var(--color-neutral-600, #929fa5);
|
|
98
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
99
|
-
color: var(--color-neutral-400, #cbd4d9);
|
|
100
|
-
}
|
|
101
|
-
}
|
|
102
|
-
}
|
|
103
|
-
.dropdown {
|
|
104
|
-
max-height: calc(var(--spacing, 0.25rem)*48);
|
|
105
|
-
max-width: var(--container-xs, 20rem);
|
|
106
|
-
overflow: hidden;
|
|
107
|
-
overflow-y: auto;
|
|
108
|
-
border-radius: var(--radius-md, 0.375rem);
|
|
109
|
-
border-style: var(--tw-border-style);
|
|
110
|
-
border-width: 1px;
|
|
111
|
-
border-color: var(--color-neutral-200, #e9edf0);
|
|
112
|
-
background-color: var(--color-white, #fff);
|
|
113
|
-
--tw-shadow: 0px 4px 6px -2px var(--tw-shadow-color, color-mix(in srgb, #101828 3%, transparent)), 0px 12px 16px -4px var(--tw-shadow-color, color-mix(in srgb, #101828 8%, transparent));
|
|
114
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
115
|
-
--tw-shadow: 0px 4px 6px -2px var(--tw-shadow-color, color-mix(in oklab, var(--color-shadow, #101828) 3%, transparent)), 0px 12px 16px -4px var(--tw-shadow-color, color-mix(in oklab, var(--color-shadow, #101828) 8%, transparent));
|
|
116
|
-
}
|
|
117
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
118
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
119
|
-
border-color: var(--color-neutral-800, #556066);
|
|
120
|
-
}
|
|
121
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
122
|
-
background-color: var(--color-neutral-950, #0d121c);
|
|
123
|
-
}
|
|
124
|
-
.item {
|
|
125
|
-
overflow: hidden;
|
|
126
|
-
text-overflow: ellipsis;
|
|
127
|
-
white-space: nowrap;
|
|
128
|
-
padding-inline: calc(var(--spacing, 0.25rem)*2.5);
|
|
129
|
-
padding-block: calc(var(--spacing, 0.25rem)*1.5);
|
|
130
|
-
font-size: var(--text-sm, 0.875rem);
|
|
131
|
-
line-height: var(--tw-leading, var(--text-sm--line-height, 1.42857));
|
|
132
|
-
--tw-font-weight: var(--font-weight-medium, 500);
|
|
133
|
-
font-weight: var(--font-weight-medium, 500);
|
|
134
|
-
-webkit-user-select: none;
|
|
135
|
-
user-select: none;
|
|
136
|
-
}
|
|
137
|
-
.text {
|
|
138
|
-
color: var(--color-neutral-800, #556066);
|
|
139
|
-
&[data-highlighted] {
|
|
140
|
-
background-color: var(--color-green-500, #5fa04e);
|
|
141
|
-
}
|
|
142
|
-
&[data-highlighted] {
|
|
143
|
-
color: var(--color-white, #fff);
|
|
144
|
-
}
|
|
145
|
-
&[data-highlighted] {
|
|
146
|
-
--tw-outline-style: none;
|
|
147
|
-
outline-style: none;
|
|
148
|
-
@media (forced-colors: active) {
|
|
149
|
-
outline: 2px solid transparent;
|
|
150
|
-
outline-offset: 2px;
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
154
|
-
color: var(--color-neutral-200, #e9edf0);
|
|
155
|
-
}
|
|
156
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
157
|
-
&[data-highlighted] {
|
|
158
|
-
background-color: var(--color-green-600, #417e38);
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
162
|
-
&[data-highlighted] {
|
|
163
|
-
color: var(--color-white, #fff);
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
}
|
|
167
|
-
.text > span {
|
|
168
|
-
display: flex;
|
|
169
|
-
align-items: center;
|
|
170
|
-
gap: calc(var(--spacing, 0.25rem)*2);
|
|
171
|
-
}
|
|
172
|
-
.text > span > span {
|
|
173
|
-
max-width: calc(var(--spacing, 0.25rem)*64);
|
|
174
|
-
overflow: hidden;
|
|
175
|
-
text-overflow: ellipsis;
|
|
176
|
-
white-space: nowrap;
|
|
177
|
-
text-wrap: wrap;
|
|
178
|
-
}
|
|
179
|
-
.label {
|
|
180
|
-
color: var(--color-neutral-600, #929fa5);
|
|
181
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
182
|
-
color: var(--color-neutral-400, #cbd4d9);
|
|
183
|
-
}
|
|
184
|
-
}
|
|
185
|
-
}
|
|
186
|
-
.dropdown:has(.label) .text > span {
|
|
187
|
-
&:has(svg) > svg {
|
|
188
|
-
margin-left: calc(var(--spacing, 0.25rem)*3);
|
|
189
|
-
}
|
|
190
|
-
&:not(&:has(svg)) > span {
|
|
191
|
-
margin-left: calc(var(--spacing, 0.25rem)*3);
|
|
192
|
-
}
|
|
193
|
-
}
|
|
194
|
-
.inline {
|
|
195
|
-
.trigger {
|
|
196
|
-
height: auto;
|
|
197
|
-
min-width: fit-content;
|
|
198
|
-
padding-inline: calc(var(--spacing, 0.25rem)*2.5);
|
|
199
|
-
padding-block: calc(var(--spacing, 0.25rem)*2);
|
|
200
|
-
font-size: var(--text-sm, 0.875rem);
|
|
201
|
-
line-height: var(--tw-leading, var(--text-sm--line-height, 1.42857));
|
|
202
|
-
--tw-font-weight: var(--font-weight-medium, 500);
|
|
203
|
-
font-weight: var(--font-weight-medium, 500);
|
|
204
|
-
}
|
|
205
|
-
.icon {
|
|
206
|
-
width: calc(var(--spacing, 0.25rem)*4);
|
|
207
|
-
height: calc(var(--spacing, 0.25rem)*4);
|
|
208
|
-
}
|
|
209
|
-
.text {
|
|
210
|
-
color: var(--color-neutral-900, #2c3437);
|
|
211
|
-
&[data-disabled] {
|
|
212
|
-
color: var(--color-neutral-600, #929fa5);
|
|
213
|
-
}
|
|
214
|
-
&[data-highlighted] {
|
|
215
|
-
background-color: var(--color-neutral-100, #f6f7f9);
|
|
216
|
-
}
|
|
217
|
-
&[data-highlighted] {
|
|
218
|
-
color: var(--color-neutral-900, #2c3437);
|
|
219
|
-
}
|
|
220
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
221
|
-
color: var(--color-white, #fff);
|
|
222
|
-
}
|
|
223
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
224
|
-
&[data-disabled] {
|
|
225
|
-
color: var(--color-neutral-700, #6e7b83);
|
|
226
|
-
}
|
|
227
|
-
}
|
|
228
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
229
|
-
&[data-highlighted] {
|
|
230
|
-
background-color: var(--color-neutral-900, #2c3437);
|
|
231
|
-
}
|
|
232
|
-
}
|
|
233
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
234
|
-
&[data-highlighted] {
|
|
235
|
-
color: var(--color-white, #fff);
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
}
|
|
239
|
-
&.dropdown {
|
|
240
|
-
margin-top: calc(var(--spacing, 0.25rem)*1);
|
|
241
|
-
width: calc(100% + 1.5rem);
|
|
242
|
-
border-radius: 0.25rem;
|
|
243
|
-
}
|
|
244
|
-
}
|
|
245
|
-
.scrollIcon {
|
|
246
|
-
margin-inline: auto;
|
|
247
|
-
margin-block: calc(var(--spacing, 0.25rem)*1);
|
|
248
|
-
width: calc(var(--spacing, 0.25rem)*4);
|
|
249
|
-
height: calc(var(--spacing, 0.25rem)*4);
|
|
250
|
-
color: var(--color-neutral-700, #6e7b83);
|
|
251
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
252
|
-
color: var(--color-neutral-200, #e9edf0);
|
|
253
|
-
}
|
|
254
|
-
}
|
|
255
|
-
@property --tw-font-weight {
|
|
256
|
-
syntax: "*";
|
|
257
|
-
inherits: false;
|
|
258
|
-
}
|
|
259
|
-
@property --tw-border-style {
|
|
260
|
-
syntax: "*";
|
|
261
|
-
inherits: false;
|
|
262
|
-
initial-value: solid;
|
|
263
|
-
}
|
|
264
|
-
@property --tw-shadow {
|
|
265
|
-
syntax: "*";
|
|
266
|
-
inherits: false;
|
|
267
|
-
initial-value: 0 0 #0000;
|
|
268
|
-
}
|
|
269
|
-
@property --tw-shadow-color {
|
|
270
|
-
syntax: "*";
|
|
271
|
-
inherits: false;
|
|
272
|
-
}
|
|
273
|
-
@property --tw-shadow-alpha {
|
|
274
|
-
syntax: "<percentage>";
|
|
275
|
-
inherits: false;
|
|
276
|
-
initial-value: 100%;
|
|
277
|
-
}
|
|
278
|
-
@property --tw-inset-shadow {
|
|
279
|
-
syntax: "*";
|
|
280
|
-
inherits: false;
|
|
281
|
-
initial-value: 0 0 #0000;
|
|
282
|
-
}
|
|
283
|
-
@property --tw-inset-shadow-color {
|
|
284
|
-
syntax: "*";
|
|
285
|
-
inherits: false;
|
|
286
|
-
}
|
|
287
|
-
@property --tw-inset-shadow-alpha {
|
|
288
|
-
syntax: "<percentage>";
|
|
289
|
-
inherits: false;
|
|
290
|
-
initial-value: 100%;
|
|
291
|
-
}
|
|
292
|
-
@property --tw-ring-color {
|
|
293
|
-
syntax: "*";
|
|
294
|
-
inherits: false;
|
|
295
|
-
}
|
|
296
|
-
@property --tw-ring-shadow {
|
|
297
|
-
syntax: "*";
|
|
298
|
-
inherits: false;
|
|
299
|
-
initial-value: 0 0 #0000;
|
|
300
|
-
}
|
|
301
|
-
@property --tw-inset-ring-color {
|
|
302
|
-
syntax: "*";
|
|
303
|
-
inherits: false;
|
|
304
|
-
}
|
|
305
|
-
@property --tw-inset-ring-shadow {
|
|
306
|
-
syntax: "*";
|
|
307
|
-
inherits: false;
|
|
308
|
-
initial-value: 0 0 #0000;
|
|
309
|
-
}
|
|
310
|
-
@property --tw-ring-inset {
|
|
311
|
-
syntax: "*";
|
|
312
|
-
inherits: false;
|
|
313
|
-
}
|
|
314
|
-
@property --tw-ring-offset-width {
|
|
315
|
-
syntax: "<length>";
|
|
316
|
-
inherits: false;
|
|
317
|
-
initial-value: 0px;
|
|
318
|
-
}
|
|
319
|
-
@property --tw-ring-offset-color {
|
|
320
|
-
syntax: "*";
|
|
321
|
-
inherits: false;
|
|
322
|
-
initial-value: #fff;
|
|
323
|
-
}
|
|
324
|
-
@property --tw-ring-offset-shadow {
|
|
325
|
-
syntax: "*";
|
|
326
|
-
inherits: false;
|
|
327
|
-
initial-value: 0 0 #0000;
|
|
328
|
-
}
|
|
2
|
+
.select{gap:calc(var(--spacing,.25rem)*1.5);flex-direction:column;display:inline-flex}.select .label{width:100%;font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,1.42857));--tw-font-weight:var(--font-weight-medium,500);font-weight:var(--font-weight-medium,500);color:var(--color-neutral-800,#556066);display:block}.select .label:where([data-theme=dark],[data-theme=dark] *){color:var(--color-neutral-200,#e9edf0)}.select .trigger{height:calc(var(--spacing,.25rem)*11);justify-content:space-between;align-items:center;gap:calc(var(--spacing,.25rem)*2);border-radius:var(--radius-sm,.25rem);border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-neutral-300,#d9e1e4);background-color:var(--color-white,#fff);width:100%;min-width:17rem;padding-inline:calc(var(--spacing,.25rem)*3.5);padding-block:calc(var(--spacing,.25rem)*2.5);text-align:left;font-size:var(--text-base,1rem);line-height:var(--tw-leading,var(--text-base--line-height,1.5));--tw-font-weight:var(--font-weight-medium,500);font-weight:var(--font-weight-medium,500);color:var(--color-neutral-900,#2c3437);--tw-shadow:0px 1px 2px 0px var(--tw-shadow-color,#1018280d);display:inline-flex}@supports (color:color-mix(in lab, red, red)){.select .trigger{--tw-shadow:0px 1px 2px 0px var(--tw-shadow-color,color-mix(in oklab,var(--color-shadow,#101828)5%,transparent))}}.select .trigger{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.select .trigger{outline-offset:2px;outline:2px solid #0000}}.select .trigger:focus{border-color:var(--color-neutral-500,#b1bcc2);--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);--tw-ring-color:var(--color-neutral-500,#b1bcc2)}.select .trigger[data-placeholder]{color:var(--color-neutral-800,#556066)}.select .trigger:where([data-theme=dark],[data-theme=dark] *){border-color:var(--color-neutral-800,#556066);background-color:var(--color-neutral-950,#0d121c);color:var(--color-white,#fff)}.select .trigger:where([data-theme=dark],[data-theme=dark] *):focus{border-color:var(--color-neutral-600,#929fa5);--tw-ring-color:var(--color-neutral-600,#929fa5)}.select .trigger:where([data-theme=dark],[data-theme=dark] *)[data-placeholder]{color:var(--color-neutral-200,#e9edf0)}.select .trigger span{height:calc(var(--spacing,.25rem)*5);align-items:center;gap:calc(var(--spacing,.25rem)*2);display:flex}.select .icon{width:calc(var(--spacing,.25rem)*5);height:calc(var(--spacing,.25rem)*5);color:var(--color-neutral-600,#929fa5)}.select .icon:where([data-theme=dark],[data-theme=dark] *){color:var(--color-neutral-400,#cbd4d9)}.dropdown{max-height:calc(var(--spacing,.25rem)*48);max-width:var(--container-xs,20rem);border-radius:var(--radius-md,.375rem);border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-neutral-200,#e9edf0);background-color:var(--color-white,#fff);--tw-shadow:0px 4px 6px -2px var(--tw-shadow-color,#10182808),0px 12px 16px -4px var(--tw-shadow-color,#10182814);overflow:hidden auto}@supports (color:color-mix(in lab, red, red)){.dropdown{--tw-shadow:0px 4px 6px -2px var(--tw-shadow-color,color-mix(in oklab,var(--color-shadow,#101828)3%,transparent)),0px 12px 16px -4px var(--tw-shadow-color,color-mix(in oklab,var(--color-shadow,#101828)8%,transparent))}}.dropdown{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.dropdown:where([data-theme=dark],[data-theme=dark] *){border-color:var(--color-neutral-800,#556066);background-color:var(--color-neutral-950,#0d121c)}.dropdown .item{text-overflow:ellipsis;white-space:nowrap;padding-inline:calc(var(--spacing,.25rem)*2.5);padding-block:calc(var(--spacing,.25rem)*1.5);font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,1.42857));--tw-font-weight:var(--font-weight-medium,500);font-weight:var(--font-weight-medium,500);-webkit-user-select:none;user-select:none;overflow:hidden}.dropdown .text{color:var(--color-neutral-800,#556066)}.dropdown .text[data-highlighted]{background-color:var(--color-green-500,#5fa04e);color:var(--color-white,#fff);--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.dropdown .text[data-highlighted]{outline-offset:2px;outline:2px solid #0000}}.dropdown .text:where([data-theme=dark],[data-theme=dark] *){color:var(--color-neutral-200,#e9edf0)}.dropdown .text:where([data-theme=dark],[data-theme=dark] *)[data-highlighted]{background-color:var(--color-green-600,#417e38);color:var(--color-white,#fff)}.dropdown .text>span{align-items:center;gap:calc(var(--spacing,.25rem)*2);display:flex}.dropdown .text>span>span{max-width:calc(var(--spacing,.25rem)*64);text-overflow:ellipsis;white-space:nowrap;text-wrap:wrap;overflow:hidden}.dropdown .label{color:var(--color-neutral-600,#929fa5)}.dropdown .label:where([data-theme=dark],[data-theme=dark] *){color:var(--color-neutral-400,#cbd4d9)}.dropdown:has(.label) .text>span:has(svg)>svg,.dropdown:has(.label) .text>span:not(.dropdown:has(.label) .text>span:has(svg))>span{margin-left:calc(var(--spacing,.25rem)*3)}.inline .trigger{min-width:fit-content;height:auto;padding-inline:calc(var(--spacing,.25rem)*2.5);padding-block:calc(var(--spacing,.25rem)*2);font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,1.42857));--tw-font-weight:var(--font-weight-medium,500);font-weight:var(--font-weight-medium,500)}.inline .icon{width:calc(var(--spacing,.25rem)*4);height:calc(var(--spacing,.25rem)*4)}.inline .text{color:var(--color-neutral-900,#2c3437)}.inline .text[data-disabled]{color:var(--color-neutral-600,#929fa5)}.inline .text[data-highlighted]{background-color:var(--color-neutral-100,#f6f7f9);color:var(--color-neutral-900,#2c3437)}.inline .text:where([data-theme=dark],[data-theme=dark] *){color:var(--color-white,#fff)}.inline .text:where([data-theme=dark],[data-theme=dark] *)[data-disabled]{color:var(--color-neutral-700,#6e7b83)}.inline .text:where([data-theme=dark],[data-theme=dark] *)[data-highlighted]{background-color:var(--color-neutral-900,#2c3437);color:var(--color-white,#fff)}.inline.dropdown{margin-top:calc(var(--spacing,.25rem)*1);border-radius:.25rem;width:calc(100% + 1.5rem)}.scrollIcon{margin-inline:auto;margin-block:calc(var(--spacing,.25rem)*1);width:calc(var(--spacing,.25rem)*4);height:calc(var(--spacing,.25rem)*4);color:var(--color-neutral-700,#6e7b83)}.scrollIcon:where([data-theme=dark],[data-theme=dark] *){color:var(--color-neutral-200,#e9edf0)}.noscript{position:relative}.noscript summary{justify-content:space-between;width:100%;display:flex}.noscript .trigger{display:block}.noscript .dropdown{left:calc(var(--spacing,.25rem)*0);margin-top:calc(var(--spacing,.25rem)*4);position:absolute}.noscript .text{padding-left:calc(var(--spacing,.25rem)*4);white-space:normal;color:var(--color-neutral-800,#556066);display:block}@media (hover:hover){.noscript .text:hover{background-color:var(--color-green-500,#5fa04e);color:var(--color-white,#fff);--tw-outline-style:none;outline-style:none}@media (forced-colors:active){.noscript .text:hover{outline-offset:2px;outline:2px solid #0000}}}.noscript .text:where([data-theme=dark],[data-theme=dark] *){color:var(--color-neutral-200,#e9edf0)}@media (hover:hover){.noscript .text:where([data-theme=dark],[data-theme=dark] *):hover{background-color:var(--color-green-600,#417e38);color:var(--color-white,#fff)}}.noscript .text span{height:auto}.noscript .inline .text{padding-left:calc(var(--spacing,.25rem)*2.5)}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}
|
|
@@ -1,13 +1,2 @@
|
|
|
1
1
|
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
|
2
|
-
.root
|
|
3
|
-
flex-shrink: 0;
|
|
4
|
-
background-color: var(--color-neutral-800, #556066);
|
|
5
|
-
&.horizontal {
|
|
6
|
-
height: 1px;
|
|
7
|
-
width: 100%;
|
|
8
|
-
}
|
|
9
|
-
&.vertical {
|
|
10
|
-
height: 100%;
|
|
11
|
-
width: 1px;
|
|
12
|
-
}
|
|
13
|
-
}
|
|
2
|
+
.root{background-color:var(--color-neutral-800,#556066);flex-shrink:0}.root.horizontal{width:100%;height:1px}.root.vertical{width:1px;height:100%}
|
|
@@ -1,127 +1,2 @@
|
|
|
1
1
|
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
|
2
|
-
.skeleton {
|
|
3
|
-
pointer-events: none;
|
|
4
|
-
animation: pulse 500ms infinite alternate-reverse;
|
|
5
|
-
cursor: default;
|
|
6
|
-
border-radius: var(--radius-md, 0.375rem);
|
|
7
|
-
--tw-border-style: none;
|
|
8
|
-
border-style: none;
|
|
9
|
-
background-clip: border-box;
|
|
10
|
-
color: transparent;
|
|
11
|
-
--tw-shadow: 0 0 #0000;
|
|
12
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
13
|
-
--tw-outline-style: none;
|
|
14
|
-
outline-style: none;
|
|
15
|
-
@media (forced-colors: active) {
|
|
16
|
-
outline: 2px solid transparent;
|
|
17
|
-
outline-offset: 2px;
|
|
18
|
-
}
|
|
19
|
-
-webkit-user-select: none;
|
|
20
|
-
user-select: none;
|
|
21
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
22
|
-
animation: pulse-dark 500ms infinite alternate-reverse;
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
.skeleton[data-inline-skeleton] {
|
|
26
|
-
--tw-leading: 1;
|
|
27
|
-
line-height: 1;
|
|
28
|
-
}
|
|
29
|
-
.skeleton:empty {
|
|
30
|
-
display: block;
|
|
31
|
-
height: calc(var(--spacing, 0.25rem)*3);
|
|
32
|
-
}
|
|
33
|
-
.skeleton > *,
|
|
34
|
-
.skeleton::after,
|
|
35
|
-
.skeleton::before {
|
|
36
|
-
visibility: hidden;
|
|
37
|
-
}
|
|
38
|
-
@property --tw-shadow {
|
|
39
|
-
syntax: "*";
|
|
40
|
-
inherits: false;
|
|
41
|
-
initial-value: 0 0 #0000;
|
|
42
|
-
}
|
|
43
|
-
@property --tw-shadow-color {
|
|
44
|
-
syntax: "*";
|
|
45
|
-
inherits: false;
|
|
46
|
-
}
|
|
47
|
-
@property --tw-shadow-alpha {
|
|
48
|
-
syntax: "<percentage>";
|
|
49
|
-
inherits: false;
|
|
50
|
-
initial-value: 100%;
|
|
51
|
-
}
|
|
52
|
-
@property --tw-inset-shadow {
|
|
53
|
-
syntax: "*";
|
|
54
|
-
inherits: false;
|
|
55
|
-
initial-value: 0 0 #0000;
|
|
56
|
-
}
|
|
57
|
-
@property --tw-inset-shadow-color {
|
|
58
|
-
syntax: "*";
|
|
59
|
-
inherits: false;
|
|
60
|
-
}
|
|
61
|
-
@property --tw-inset-shadow-alpha {
|
|
62
|
-
syntax: "<percentage>";
|
|
63
|
-
inherits: false;
|
|
64
|
-
initial-value: 100%;
|
|
65
|
-
}
|
|
66
|
-
@property --tw-ring-color {
|
|
67
|
-
syntax: "*";
|
|
68
|
-
inherits: false;
|
|
69
|
-
}
|
|
70
|
-
@property --tw-ring-shadow {
|
|
71
|
-
syntax: "*";
|
|
72
|
-
inherits: false;
|
|
73
|
-
initial-value: 0 0 #0000;
|
|
74
|
-
}
|
|
75
|
-
@property --tw-inset-ring-color {
|
|
76
|
-
syntax: "*";
|
|
77
|
-
inherits: false;
|
|
78
|
-
}
|
|
79
|
-
@property --tw-inset-ring-shadow {
|
|
80
|
-
syntax: "*";
|
|
81
|
-
inherits: false;
|
|
82
|
-
initial-value: 0 0 #0000;
|
|
83
|
-
}
|
|
84
|
-
@property --tw-ring-inset {
|
|
85
|
-
syntax: "*";
|
|
86
|
-
inherits: false;
|
|
87
|
-
}
|
|
88
|
-
@property --tw-ring-offset-width {
|
|
89
|
-
syntax: "<length>";
|
|
90
|
-
inherits: false;
|
|
91
|
-
initial-value: 0px;
|
|
92
|
-
}
|
|
93
|
-
@property --tw-ring-offset-color {
|
|
94
|
-
syntax: "*";
|
|
95
|
-
inherits: false;
|
|
96
|
-
initial-value: #fff;
|
|
97
|
-
}
|
|
98
|
-
@property --tw-ring-offset-shadow {
|
|
99
|
-
syntax: "*";
|
|
100
|
-
inherits: false;
|
|
101
|
-
initial-value: 0 0 #0000;
|
|
102
|
-
}
|
|
103
|
-
@property --tw-leading {
|
|
104
|
-
syntax: "*";
|
|
105
|
-
inherits: false;
|
|
106
|
-
}
|
|
107
|
-
@keyframes pulse {
|
|
108
|
-
50% {
|
|
109
|
-
opacity: 0.5;
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
@keyframes pulse {
|
|
113
|
-
from {
|
|
114
|
-
background: var(--color-pulse-100);
|
|
115
|
-
}
|
|
116
|
-
to {
|
|
117
|
-
background: var(--color-pulse-200);
|
|
118
|
-
}
|
|
119
|
-
}
|
|
120
|
-
@keyframes pulse-dark {
|
|
121
|
-
from {
|
|
122
|
-
background: var(--color-pulse-300);
|
|
123
|
-
}
|
|
124
|
-
to {
|
|
125
|
-
background: var(--color-pulse-400);
|
|
126
|
-
}
|
|
127
|
-
}
|
|
2
|
+
.skeleton{pointer-events:none;cursor:default;border-radius:var(--radius-md,.375rem);--tw-border-style:none;color:#0000;--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow);--tw-outline-style:none;background-clip:border-box;border-style:none;outline-style:none;animation:.5s infinite alternate-reverse pulse}@media (forced-colors:active){.skeleton{outline-offset:2px;outline:2px solid #0000}}.skeleton{-webkit-user-select:none;user-select:none}.skeleton:where([data-theme=dark],[data-theme=dark] *){animation:.5s infinite alternate-reverse pulse-dark}.skeleton[data-inline-skeleton]{--tw-leading:1;line-height:1}.skeleton:empty{height:calc(var(--spacing,.25rem)*3);display:block}.skeleton>*,.skeleton:after,.skeleton:before{visibility:hidden}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-leading{syntax:"*";inherits:false}@keyframes pulse{0%{background:var(--color-pulse-100)}to{background:var(--color-pulse-200)}}@keyframes pulse-dark{0%{background:var(--color-pulse-300)}to{background:var(--color-pulse-400)}}
|
|
@@ -1,72 +1,2 @@
|
|
|
1
1
|
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
|
2
|
-
.tabsRoot {
|
|
3
|
-
display: grid;
|
|
4
|
-
max-width: 100%;
|
|
5
|
-
.tabsList {
|
|
6
|
-
display: flex;
|
|
7
|
-
gap: calc(var(--spacing, 0.25rem)*2);
|
|
8
|
-
overflow-x: auto;
|
|
9
|
-
font-family: var(--font-open-sans, var(--font-open-sans));
|
|
10
|
-
scrollbar-width: thin;
|
|
11
|
-
.tabsTrigger {
|
|
12
|
-
border-bottom-style: var(--tw-border-style);
|
|
13
|
-
border-bottom-width: 2px;
|
|
14
|
-
border-bottom-color: transparent;
|
|
15
|
-
padding-inline: calc(var(--spacing, 0.25rem)*1);
|
|
16
|
-
padding-bottom: 11px;
|
|
17
|
-
font-size: var(--text-sm, 0.875rem);
|
|
18
|
-
line-height: var(--tw-leading, var(--text-sm--line-height, 1.42857));
|
|
19
|
-
--tw-font-weight: var(--font-weight-semibold, 600);
|
|
20
|
-
font-weight: var(--font-weight-semibold, 600);
|
|
21
|
-
white-space: nowrap;
|
|
22
|
-
color: var(--color-neutral-800, #556066);
|
|
23
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
24
|
-
color: var(--color-neutral-200, #e9edf0);
|
|
25
|
-
}
|
|
26
|
-
.tabSecondaryLabel {
|
|
27
|
-
padding-left: calc(var(--spacing, 0.25rem)*1);
|
|
28
|
-
color: var(--color-neutral-500, #b1bcc2);
|
|
29
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
30
|
-
color: var(--color-neutral-800, #556066);
|
|
31
|
-
}
|
|
32
|
-
}
|
|
33
|
-
&[data-state='active'] {
|
|
34
|
-
border-bottom-color: var(--color-green-600, #417e38);
|
|
35
|
-
color: var(--color-green-600, #417e38);
|
|
36
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
37
|
-
border-bottom-color: var(--color-green-400, #84ba64);
|
|
38
|
-
}
|
|
39
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
40
|
-
color: var(--color-green-400, #84ba64);
|
|
41
|
-
}
|
|
42
|
-
.tabSecondaryLabel {
|
|
43
|
-
color: var(--color-green-800, #2c682c);
|
|
44
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
45
|
-
color: var(--color-green-600, #417e38);
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
.addons {
|
|
51
|
-
margin-left: auto;
|
|
52
|
-
border-bottom-style: var(--tw-border-style);
|
|
53
|
-
border-bottom-width: 2px;
|
|
54
|
-
border-bottom-color: transparent;
|
|
55
|
-
padding-inline: calc(var(--spacing, 0.25rem)*1);
|
|
56
|
-
padding-bottom: 11px;
|
|
57
|
-
font-size: var(--text-sm, 0.875rem);
|
|
58
|
-
line-height: var(--tw-leading, var(--text-sm--line-height, 1.42857));
|
|
59
|
-
--tw-font-weight: var(--font-weight-semibold, 600);
|
|
60
|
-
font-weight: var(--font-weight-semibold, 600);
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
@property --tw-border-style {
|
|
65
|
-
syntax: "*";
|
|
66
|
-
inherits: false;
|
|
67
|
-
initial-value: solid;
|
|
68
|
-
}
|
|
69
|
-
@property --tw-font-weight {
|
|
70
|
-
syntax: "*";
|
|
71
|
-
inherits: false;
|
|
72
|
-
}
|
|
2
|
+
.tabsRoot{max-width:100%;display:grid}.tabsRoot .tabsList{gap:calc(var(--spacing,.25rem)*2);font-family:var(--font-open-sans,var(--font-open-sans));scrollbar-width:thin;display:flex;overflow-x:auto}.tabsRoot .tabsList .tabsTrigger{border-bottom-style:var(--tw-border-style);padding-inline:calc(var(--spacing,.25rem)*1);font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,1.42857));--tw-font-weight:var(--font-weight-semibold,600);font-weight:var(--font-weight-semibold,600);white-space:nowrap;color:var(--color-neutral-800,#556066);border-bottom-width:2px;border-bottom-color:#0000;padding-bottom:11px}.tabsRoot .tabsList .tabsTrigger:where([data-theme=dark],[data-theme=dark] *){color:var(--color-neutral-200,#e9edf0)}.tabsRoot .tabsList .tabsTrigger .tabSecondaryLabel{padding-left:calc(var(--spacing,.25rem)*1);color:var(--color-neutral-500,#b1bcc2)}.tabsRoot .tabsList .tabsTrigger .tabSecondaryLabel:where([data-theme=dark],[data-theme=dark] *){color:var(--color-neutral-800,#556066)}.tabsRoot .tabsList .tabsTrigger[data-state=active]{border-bottom-color:var(--color-green-600,#417e38);color:var(--color-green-600,#417e38)}.tabsRoot .tabsList .tabsTrigger[data-state=active]:where([data-theme=dark],[data-theme=dark] *){border-bottom-color:var(--color-green-400,#84ba64);color:var(--color-green-400,#84ba64)}.tabsRoot .tabsList .tabsTrigger[data-state=active] .tabSecondaryLabel{color:var(--color-green-800,#2c682c)}.tabsRoot .tabsList .tabsTrigger[data-state=active] .tabSecondaryLabel:where([data-theme=dark],[data-theme=dark] *){color:var(--color-green-600,#417e38)}.tabsRoot .tabsList .addons{border-bottom-style:var(--tw-border-style);padding-inline:calc(var(--spacing,.25rem)*1);font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,1.42857));--tw-font-weight:var(--font-weight-semibold,600);font-weight:var(--font-weight-semibold,600);border-bottom-width:2px;border-bottom-color:#0000;margin-left:auto;padding-bottom:11px}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}
|
|
@@ -1,22 +1,2 @@
|
|
|
1
1
|
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
|
2
|
-
.themeToggle {
|
|
3
|
-
width: calc(var(--spacing, 0.25rem)*9);
|
|
4
|
-
height: calc(var(--spacing, 0.25rem)*9);
|
|
5
|
-
border-radius: var(--radius-md, 0.375rem);
|
|
6
|
-
padding: calc(var(--spacing, 0.25rem)*2);
|
|
7
|
-
color: var(--color-neutral-700, #6e7b83);
|
|
8
|
-
@media (prefers-reduced-motion: no-preference) {
|
|
9
|
-
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
10
|
-
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
|
|
11
|
-
transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
|
|
12
|
-
}
|
|
13
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
14
|
-
color: var(--color-neutral-300, #d9e1e4);
|
|
15
|
-
}
|
|
16
|
-
&:hover {
|
|
17
|
-
background-color: var(--color-neutral-100, #f6f7f9);
|
|
18
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
19
|
-
background-color: var(--color-neutral-900, #2c3437);
|
|
20
|
-
}
|
|
21
|
-
}
|
|
22
|
-
}
|
|
2
|
+
.themeToggle{width:calc(var(--spacing,.25rem)*9);height:calc(var(--spacing,.25rem)*9);border-radius:var(--radius-md,.375rem);padding:calc(var(--spacing,.25rem)*2);color:var(--color-neutral-700,#6e7b83)}@media (prefers-reduced-motion:no-preference){.themeToggle{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function,cubic-bezier(.4,0,.2,1)));transition-duration:var(--tw-duration,var(--default-transition-duration,.15s))}}.themeToggle:where([data-theme=dark],[data-theme=dark] *){color:var(--color-neutral-300,#d9e1e4)}.themeToggle:hover{background-color:var(--color-neutral-100,#f6f7f9)}.themeToggle:hover:where([data-theme=dark],[data-theme=dark] *){background-color:var(--color-neutral-900,#2c3437)}
|