@node-core/ui-components 1.0.1-a459447336d99556960d6f9e1c997327b29e4974 → 1.0.1-b2d4fae0fc29bf3aeebacb37572f47a0a81dd8ed
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 -76
- 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 -45
- package/Common/BadgeGroup/index.js +2 -2
- package/Common/BadgeGroup/index.module.css +1 -100
- 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/index.js +2 -4
- 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.module.css +1 -47
- package/MDX/CodeTabs.js +11 -2
- package/Providers/NotificationProvider/index.js +16 -0
- package/Providers/NotificationProvider/index.module.css +2 -0
- package/package.json +5 -2
- package/styles/index.css +1 -1135
- package/Containers/DocSideBar/index.js +0 -1
|
@@ -1,372 +1,2 @@
|
|
|
1
1
|
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
|
2
|
-
.button {
|
|
3
|
-
position: relative;
|
|
4
|
-
display: inline-flex;
|
|
5
|
-
align-items: center;
|
|
6
|
-
justify-content: center;
|
|
7
|
-
gap: calc(var(--spacing, 0.25rem)*2);
|
|
8
|
-
padding-inline: calc(var(--spacing, 0.25rem)*4.5);
|
|
9
|
-
padding-block: calc(var(--spacing, 0.25rem)*2.5);
|
|
10
|
-
text-align: center;
|
|
11
|
-
--tw-font-weight: var(--font-weight-semibold, 600);
|
|
12
|
-
font-weight: var(--font-weight-semibold, 600);
|
|
13
|
-
@media (prefers-reduced-motion: no-preference) {
|
|
14
|
-
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
15
|
-
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
|
|
16
|
-
transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
|
|
17
|
-
}
|
|
18
|
-
svg {
|
|
19
|
-
width: calc(var(--spacing, 0.25rem)*5);
|
|
20
|
-
height: calc(var(--spacing, 0.25rem)*5);
|
|
21
|
-
}
|
|
22
|
-
&[aria-disabled='true'] {
|
|
23
|
-
cursor: not-allowed;
|
|
24
|
-
}
|
|
25
|
-
&.small {
|
|
26
|
-
padding-inline: calc(var(--spacing, 0.25rem)*3);
|
|
27
|
-
padding-block: calc(var(--spacing, 0.25rem)*2);
|
|
28
|
-
font-size: var(--text-sm, 0.875rem);
|
|
29
|
-
line-height: var(--tw-leading, var(--text-sm--line-height, 1.42857));
|
|
30
|
-
}
|
|
31
|
-
&.neutral {
|
|
32
|
-
border-radius: var(--radius-sm, 0.25rem);
|
|
33
|
-
background-color: var(--color-neutral-900, #2c3437);
|
|
34
|
-
color: var(--color-white, #fff);
|
|
35
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
36
|
-
color: var(--color-neutral-200, #e9edf0);
|
|
37
|
-
}
|
|
38
|
-
&:hover:not([aria-disabled='true']) {
|
|
39
|
-
background-color: var(--color-neutral-800, #556066);
|
|
40
|
-
}
|
|
41
|
-
&[aria-disabled='true'] {
|
|
42
|
-
background-color: var(--color-neutral-900, #2c3437);
|
|
43
|
-
opacity: 50%;
|
|
44
|
-
}
|
|
45
|
-
&:focus {
|
|
46
|
-
background-color: var(--color-neutral-800, #556066);
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
&.primary {
|
|
50
|
-
border-radius: var(--radius-sm, 0.25rem);
|
|
51
|
-
border-style: var(--tw-border-style);
|
|
52
|
-
border-width: 1px;
|
|
53
|
-
border-color: var(--color-green-600, #417e38);
|
|
54
|
-
background-color: var(--color-green-600, #417e38);
|
|
55
|
-
color: var(--color-white, #fff);
|
|
56
|
-
--tw-shadow: 0px 1px 2px 0px var(--tw-shadow-color, color-mix(in srgb, #101828 5%, transparent));
|
|
57
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
58
|
-
--tw-shadow: 0px 1px 2px 0px var(--tw-shadow-color, color-mix(in oklab, var(--color-shadow, #101828) 5%, transparent));
|
|
59
|
-
}
|
|
60
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
61
|
-
&:hover:not([aria-disabled='true']) {
|
|
62
|
-
border-color: var(--color-green-700, #2c682c);
|
|
63
|
-
background-color: var(--color-green-700, #2c682c);
|
|
64
|
-
color: var(--color-white, #fff);
|
|
65
|
-
}
|
|
66
|
-
&:focus {
|
|
67
|
-
border-color: var(--color-green-700, #2c682c);
|
|
68
|
-
background-color: var(--color-green-700, #2c682c);
|
|
69
|
-
}
|
|
70
|
-
&[aria-disabled='true'] {
|
|
71
|
-
background-color: var(--color-green-600, #417e38);
|
|
72
|
-
opacity: 50%;
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
&.secondary {
|
|
76
|
-
border-radius: var(--radius-lg, 0.5rem);
|
|
77
|
-
border-style: var(--tw-border-style);
|
|
78
|
-
border-width: 1px;
|
|
79
|
-
border-color: var(--color-neutral-200, #e9edf0);
|
|
80
|
-
color: var(--color-neutral-800, #556066);
|
|
81
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
82
|
-
border-color: var(--color-neutral-900, #2c3437);
|
|
83
|
-
}
|
|
84
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
85
|
-
color: var(--color-neutral-200, #e9edf0);
|
|
86
|
-
}
|
|
87
|
-
&:hover:not([aria-disabled='true']) {
|
|
88
|
-
background-color: var(--color-neutral-200, #e9edf0);
|
|
89
|
-
color: var(--color-neutral-800, #556066);
|
|
90
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
91
|
-
background-color: var(--color-neutral-900, #2c3437);
|
|
92
|
-
}
|
|
93
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
94
|
-
color: var(--color-neutral-200, #e9edf0);
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
&[aria-disabled='true'] {
|
|
98
|
-
background-color: transparent;
|
|
99
|
-
opacity: 50%;
|
|
100
|
-
}
|
|
101
|
-
&:focus {
|
|
102
|
-
background-color: var(--color-neutral-100, #f6f7f9);
|
|
103
|
-
color: var(--color-neutral-800, #556066);
|
|
104
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
105
|
-
background-color: var(--color-neutral-900, #2c3437);
|
|
106
|
-
}
|
|
107
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
108
|
-
color: var(--color-neutral-200, #e9edf0);
|
|
109
|
-
}
|
|
110
|
-
}
|
|
111
|
-
}
|
|
112
|
-
&.special {
|
|
113
|
-
border-radius: var(--radius-lg, 0.5rem);
|
|
114
|
-
border-style: var(--tw-border-style);
|
|
115
|
-
border-width: 1px;
|
|
116
|
-
border-color: color-mix(in srgb, #417e38 30%, transparent);
|
|
117
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
118
|
-
border-color: color-mix(in oklab, var(--color-green-600, #417e38) 30%, transparent);
|
|
119
|
-
}
|
|
120
|
-
background-color: color-mix(in srgb, #417e38 10%, transparent);
|
|
121
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
122
|
-
background-color: color-mix(in oklab, var(--color-green-600, #417e38) 10%, transparent);
|
|
123
|
-
}
|
|
124
|
-
color: var(--color-white, #fff);
|
|
125
|
-
--tw-shadow: 0px 1px 2px 0px var(--tw-shadow-color, color-mix(in srgb, #101828 5%, transparent));
|
|
126
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
127
|
-
--tw-shadow: 0px 1px 2px 0px var(--tw-shadow-color, color-mix(in oklab, var(--color-shadow, #101828) 5%, transparent));
|
|
128
|
-
}
|
|
129
|
-
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
130
|
-
&::before {
|
|
131
|
-
content: var(--tw-content);
|
|
132
|
-
position: absolute;
|
|
133
|
-
}
|
|
134
|
-
&::before {
|
|
135
|
-
content: var(--tw-content);
|
|
136
|
-
top: calc(var(--spacing, 0.25rem)*0);
|
|
137
|
-
}
|
|
138
|
-
&::before {
|
|
139
|
-
content: var(--tw-content);
|
|
140
|
-
right: calc(var(--spacing, 0.25rem)*0);
|
|
141
|
-
}
|
|
142
|
-
&::before {
|
|
143
|
-
content: var(--tw-content);
|
|
144
|
-
left: calc(var(--spacing, 0.25rem)*0);
|
|
145
|
-
}
|
|
146
|
-
&::before {
|
|
147
|
-
content: var(--tw-content);
|
|
148
|
-
z-index: -10;
|
|
149
|
-
}
|
|
150
|
-
&::before {
|
|
151
|
-
content: var(--tw-content);
|
|
152
|
-
margin-inline: auto;
|
|
153
|
-
}
|
|
154
|
-
&::before {
|
|
155
|
-
content: var(--tw-content);
|
|
156
|
-
height: 100%;
|
|
157
|
-
}
|
|
158
|
-
&::before {
|
|
159
|
-
content: var(--tw-content);
|
|
160
|
-
width: 100%;
|
|
161
|
-
}
|
|
162
|
-
&::before {
|
|
163
|
-
content: var(--tw-content);
|
|
164
|
-
background-image: radial-gradient( 8em circle at 50% 10px, var(--color-green-400), transparent 30% );
|
|
165
|
-
}
|
|
166
|
-
&::before {
|
|
167
|
-
content: var(--tw-content);
|
|
168
|
-
opacity: 30%;
|
|
169
|
-
}
|
|
170
|
-
&::before {
|
|
171
|
-
content: var(--tw-content);
|
|
172
|
-
--tw-content: '';
|
|
173
|
-
content: var(--tw-content);
|
|
174
|
-
}
|
|
175
|
-
&::after {
|
|
176
|
-
content: var(--tw-content);
|
|
177
|
-
position: absolute;
|
|
178
|
-
}
|
|
179
|
-
&::after {
|
|
180
|
-
content: var(--tw-content);
|
|
181
|
-
top: -1px;
|
|
182
|
-
}
|
|
183
|
-
&::after {
|
|
184
|
-
content: var(--tw-content);
|
|
185
|
-
right: calc(var(--spacing, 0.25rem)*0);
|
|
186
|
-
}
|
|
187
|
-
&::after {
|
|
188
|
-
content: var(--tw-content);
|
|
189
|
-
left: calc(var(--spacing, 0.25rem)*0);
|
|
190
|
-
}
|
|
191
|
-
&::after {
|
|
192
|
-
content: var(--tw-content);
|
|
193
|
-
margin-inline: auto;
|
|
194
|
-
}
|
|
195
|
-
&::after {
|
|
196
|
-
content: var(--tw-content);
|
|
197
|
-
height: 1px;
|
|
198
|
-
}
|
|
199
|
-
&::after {
|
|
200
|
-
content: var(--tw-content);
|
|
201
|
-
width: 40%;
|
|
202
|
-
}
|
|
203
|
-
&::after {
|
|
204
|
-
content: var(--tw-content);
|
|
205
|
-
--tw-gradient-position: to right in oklab;
|
|
206
|
-
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
207
|
-
}
|
|
208
|
-
&::after {
|
|
209
|
-
content: var(--tw-content);
|
|
210
|
-
--tw-gradient-from: color-mix(in srgb, #417e38 0%, transparent);
|
|
211
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
212
|
-
--tw-gradient-from: color-mix(in oklab, var(--color-green-600, #417e38) 0%, transparent);
|
|
213
|
-
}
|
|
214
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
215
|
-
}
|
|
216
|
-
&::after {
|
|
217
|
-
content: var(--tw-content);
|
|
218
|
-
--tw-gradient-via: var(--color-green-600, #417e38);
|
|
219
|
-
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
|
|
220
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops);
|
|
221
|
-
}
|
|
222
|
-
&::after {
|
|
223
|
-
content: var(--tw-content);
|
|
224
|
-
--tw-gradient-to: color-mix(in srgb, #417e38 0%, transparent);
|
|
225
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
226
|
-
--tw-gradient-to: color-mix(in oklab, var(--color-green-600, #417e38) 0%, transparent);
|
|
227
|
-
}
|
|
228
|
-
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
229
|
-
}
|
|
230
|
-
&::after {
|
|
231
|
-
content: var(--tw-content);
|
|
232
|
-
--tw-content: '';
|
|
233
|
-
content: var(--tw-content);
|
|
234
|
-
}
|
|
235
|
-
&[aria-disabled='true'] {
|
|
236
|
-
opacity: 50%;
|
|
237
|
-
}
|
|
238
|
-
&:hover:not([aria-disabled='true']) {
|
|
239
|
-
background-color: color-mix(in srgb, #417e38 20%, transparent);
|
|
240
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
241
|
-
background-color: color-mix(in oklab, var(--color-green-600, #417e38) 20%, transparent);
|
|
242
|
-
}
|
|
243
|
-
}
|
|
244
|
-
&:focus {
|
|
245
|
-
background-color: color-mix(in srgb, #417e38 20%, transparent);
|
|
246
|
-
@supports (color: color-mix(in lab, red, red)) {
|
|
247
|
-
background-color: color-mix(in oklab, var(--color-green-600, #417e38) 20%, transparent);
|
|
248
|
-
}
|
|
249
|
-
}
|
|
250
|
-
}
|
|
251
|
-
}
|
|
252
|
-
@property --tw-font-weight {
|
|
253
|
-
syntax: "*";
|
|
254
|
-
inherits: false;
|
|
255
|
-
}
|
|
256
|
-
@property --tw-border-style {
|
|
257
|
-
syntax: "*";
|
|
258
|
-
inherits: false;
|
|
259
|
-
initial-value: solid;
|
|
260
|
-
}
|
|
261
|
-
@property --tw-shadow {
|
|
262
|
-
syntax: "*";
|
|
263
|
-
inherits: false;
|
|
264
|
-
initial-value: 0 0 #0000;
|
|
265
|
-
}
|
|
266
|
-
@property --tw-shadow-color {
|
|
267
|
-
syntax: "*";
|
|
268
|
-
inherits: false;
|
|
269
|
-
}
|
|
270
|
-
@property --tw-shadow-alpha {
|
|
271
|
-
syntax: "<percentage>";
|
|
272
|
-
inherits: false;
|
|
273
|
-
initial-value: 100%;
|
|
274
|
-
}
|
|
275
|
-
@property --tw-inset-shadow {
|
|
276
|
-
syntax: "*";
|
|
277
|
-
inherits: false;
|
|
278
|
-
initial-value: 0 0 #0000;
|
|
279
|
-
}
|
|
280
|
-
@property --tw-inset-shadow-color {
|
|
281
|
-
syntax: "*";
|
|
282
|
-
inherits: false;
|
|
283
|
-
}
|
|
284
|
-
@property --tw-inset-shadow-alpha {
|
|
285
|
-
syntax: "<percentage>";
|
|
286
|
-
inherits: false;
|
|
287
|
-
initial-value: 100%;
|
|
288
|
-
}
|
|
289
|
-
@property --tw-ring-color {
|
|
290
|
-
syntax: "*";
|
|
291
|
-
inherits: false;
|
|
292
|
-
}
|
|
293
|
-
@property --tw-ring-shadow {
|
|
294
|
-
syntax: "*";
|
|
295
|
-
inherits: false;
|
|
296
|
-
initial-value: 0 0 #0000;
|
|
297
|
-
}
|
|
298
|
-
@property --tw-inset-ring-color {
|
|
299
|
-
syntax: "*";
|
|
300
|
-
inherits: false;
|
|
301
|
-
}
|
|
302
|
-
@property --tw-inset-ring-shadow {
|
|
303
|
-
syntax: "*";
|
|
304
|
-
inherits: false;
|
|
305
|
-
initial-value: 0 0 #0000;
|
|
306
|
-
}
|
|
307
|
-
@property --tw-ring-inset {
|
|
308
|
-
syntax: "*";
|
|
309
|
-
inherits: false;
|
|
310
|
-
}
|
|
311
|
-
@property --tw-ring-offset-width {
|
|
312
|
-
syntax: "<length>";
|
|
313
|
-
inherits: false;
|
|
314
|
-
initial-value: 0px;
|
|
315
|
-
}
|
|
316
|
-
@property --tw-ring-offset-color {
|
|
317
|
-
syntax: "*";
|
|
318
|
-
inherits: false;
|
|
319
|
-
initial-value: #fff;
|
|
320
|
-
}
|
|
321
|
-
@property --tw-ring-offset-shadow {
|
|
322
|
-
syntax: "*";
|
|
323
|
-
inherits: false;
|
|
324
|
-
initial-value: 0 0 #0000;
|
|
325
|
-
}
|
|
326
|
-
@property --tw-content {
|
|
327
|
-
syntax: "*";
|
|
328
|
-
initial-value: "";
|
|
329
|
-
inherits: false;
|
|
330
|
-
}
|
|
331
|
-
@property --tw-gradient-position {
|
|
332
|
-
syntax: "*";
|
|
333
|
-
inherits: false;
|
|
334
|
-
}
|
|
335
|
-
@property --tw-gradient-from {
|
|
336
|
-
syntax: "<color>";
|
|
337
|
-
inherits: false;
|
|
338
|
-
initial-value: #0000;
|
|
339
|
-
}
|
|
340
|
-
@property --tw-gradient-via {
|
|
341
|
-
syntax: "<color>";
|
|
342
|
-
inherits: false;
|
|
343
|
-
initial-value: #0000;
|
|
344
|
-
}
|
|
345
|
-
@property --tw-gradient-to {
|
|
346
|
-
syntax: "<color>";
|
|
347
|
-
inherits: false;
|
|
348
|
-
initial-value: #0000;
|
|
349
|
-
}
|
|
350
|
-
@property --tw-gradient-stops {
|
|
351
|
-
syntax: "*";
|
|
352
|
-
inherits: false;
|
|
353
|
-
}
|
|
354
|
-
@property --tw-gradient-via-stops {
|
|
355
|
-
syntax: "*";
|
|
356
|
-
inherits: false;
|
|
357
|
-
}
|
|
358
|
-
@property --tw-gradient-from-position {
|
|
359
|
-
syntax: "<length-percentage>";
|
|
360
|
-
inherits: false;
|
|
361
|
-
initial-value: 0%;
|
|
362
|
-
}
|
|
363
|
-
@property --tw-gradient-via-position {
|
|
364
|
-
syntax: "<length-percentage>";
|
|
365
|
-
inherits: false;
|
|
366
|
-
initial-value: 50%;
|
|
367
|
-
}
|
|
368
|
-
@property --tw-gradient-to-position {
|
|
369
|
-
syntax: "<length-percentage>";
|
|
370
|
-
inherits: false;
|
|
371
|
-
initial-value: 100%;
|
|
372
|
-
}
|
|
2
|
+
.button{justify-content:center;align-items:center;gap:calc(var(--spacing,.25rem)*2);padding-inline:calc(var(--spacing,.25rem)*4.5);padding-block:calc(var(--spacing,.25rem)*2.5);text-align:center;--tw-font-weight:var(--font-weight-semibold,600);font-weight:var(--font-weight-semibold,600);display:inline-flex;position:relative}@media (prefers-reduced-motion:no-preference){.button{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))}}.button svg{width:calc(var(--spacing,.25rem)*5);height:calc(var(--spacing,.25rem)*5)}.button[aria-disabled=true]{cursor:not-allowed}.button.small{padding-inline:calc(var(--spacing,.25rem)*3);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))}.button.neutral{border-radius:var(--radius-sm,.25rem);background-color:var(--color-neutral-900,#2c3437);color:var(--color-white,#fff)}.button.neutral:where([data-theme=dark],[data-theme=dark] *){color:var(--color-neutral-200,#e9edf0)}.button.neutral:hover:not([aria-disabled=true]){background-color:var(--color-neutral-800,#556066)}.button.neutral[aria-disabled=true]{background-color:var(--color-neutral-900,#2c3437);opacity:.5}.button.neutral:focus{background-color:var(--color-neutral-800,#556066)}.button.primary{border-radius:var(--radius-sm,.25rem);border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-green-600,#417e38);background-color:var(--color-green-600,#417e38);color:var(--color-white,#fff);--tw-shadow:0px 1px 2px 0px var(--tw-shadow-color,#1018280d)}@supports (color:color-mix(in lab, red, red)){.button.primary{--tw-shadow:0px 1px 2px 0px var(--tw-shadow-color,color-mix(in oklab,var(--color-shadow,#101828)5%,transparent))}}.button.primary{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.button.primary:hover:not([aria-disabled=true]){border-color:var(--color-green-700,#2c682c);background-color:var(--color-green-700,#2c682c);color:var(--color-white,#fff)}.button.primary:focus{border-color:var(--color-green-700,#2c682c);background-color:var(--color-green-700,#2c682c)}.button.primary[aria-disabled=true]{background-color:var(--color-green-600,#417e38);opacity:.5}.button.secondary{border-radius:var(--radius-lg,.5rem);border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-neutral-200,#e9edf0);color:var(--color-neutral-800,#556066)}.button.secondary:where([data-theme=dark],[data-theme=dark] *){border-color:var(--color-neutral-900,#2c3437);color:var(--color-neutral-200,#e9edf0)}.button.secondary:hover:not([aria-disabled=true]){background-color:var(--color-neutral-200,#e9edf0);color:var(--color-neutral-800,#556066)}.button.secondary:hover:not([aria-disabled=true]):where([data-theme=dark],[data-theme=dark] *){background-color:var(--color-neutral-900,#2c3437);color:var(--color-neutral-200,#e9edf0)}.button.secondary[aria-disabled=true]{opacity:.5;background-color:#0000}.button.secondary:focus{background-color:var(--color-neutral-100,#f6f7f9);color:var(--color-neutral-800,#556066)}.button.secondary:focus:where([data-theme=dark],[data-theme=dark] *){background-color:var(--color-neutral-900,#2c3437);color:var(--color-neutral-200,#e9edf0)}.button.special{border-radius:var(--radius-lg,.5rem);border-style:var(--tw-border-style);border-width:1px;border-color:#417e384d}@supports (color:color-mix(in lab, red, red)){.button.special{border-color:color-mix(in oklab,var(--color-green-600,#417e38)30%,transparent)}}.button.special{background-color:#417e381a}@supports (color:color-mix(in lab, red, red)){.button.special{background-color:color-mix(in oklab,var(--color-green-600,#417e38)10%,transparent)}}.button.special{color:var(--color-white,#fff);--tw-shadow:0px 1px 2px 0px var(--tw-shadow-color,#1018280d)}@supports (color:color-mix(in lab, red, red)){.button.special{--tw-shadow:0px 1px 2px 0px var(--tw-shadow-color,color-mix(in oklab,var(--color-shadow,#101828)5%,transparent))}}.button.special{box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.button.special:before{content:var(--tw-content);content:var(--tw-content);top:calc(var(--spacing,.25rem)*0);content:var(--tw-content);right:calc(var(--spacing,.25rem)*0);content:var(--tw-content);left:calc(var(--spacing,.25rem)*0);content:var(--tw-content);z-index:-10;content:var(--tw-content);content:var(--tw-content);content:var(--tw-content);content:var(--tw-content);background-image:radial-gradient(8em circle at 50%10px,var(--color-green-400),transparent 30%);content:var(--tw-content);opacity:.3;content:var(--tw-content);--tw-content:"";content:var(--tw-content);width:100%;height:100%;margin-inline:auto;position:absolute}.button.special:after{content:var(--tw-content);content:var(--tw-content);content:var(--tw-content);top:-1px;right:calc(var(--spacing,.25rem)*0);content:var(--tw-content);left:calc(var(--spacing,.25rem)*0);content:var(--tw-content);content:var(--tw-content);content:var(--tw-content);content:var(--tw-content);--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops));content:var(--tw-content);--tw-gradient-from:#0000;width:40%;height:1px;margin-inline:auto;position:absolute}@supports (color:color-mix(in lab, red, red)){.button.special:after{--tw-gradient-from:color-mix(in oklab,var(--color-green-600,#417e38)0%,transparent)}}.button.special:after{--tw-gradient-stops:var(--tw-gradient-via-stops);content:var(--tw-content);--tw-gradient-via:var(--color-green-600,#417e38);--tw-gradient-via-stops:var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-via)var(--tw-gradient-via-position),var(--tw-gradient-to)var(--tw-gradient-to-position);content:var(--tw-content);--tw-gradient-to:#0000}@supports (color:color-mix(in lab, red, red)){.button.special:after{--tw-gradient-to:color-mix(in oklab,var(--color-green-600,#417e38)0%,transparent)}}.button.special:after{--tw-gradient-stops:var(--tw-gradient-via-stops,var(--tw-gradient-position),var(--tw-gradient-from)var(--tw-gradient-from-position),var(--tw-gradient-to)var(--tw-gradient-to-position));content:var(--tw-content);--tw-content:"";content:var(--tw-content)}.button.special[aria-disabled=true]{opacity:.5}.button.special:hover:not([aria-disabled=true]){background-color:#417e3833}@supports (color:color-mix(in lab, red, red)){.button.special:hover:not([aria-disabled=true]){background-color:color-mix(in oklab,var(--color-green-600,#417e38)20%,transparent)}}.button.special:focus{background-color:#417e3833}@supports (color:color-mix(in lab, red, red)){.button.special:focus{background-color:color-mix(in oklab,var(--color-green-600,#417e38)20%,transparent)}}@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}@property --tw-content{syntax:"*";inherits:false;initial-value:""}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}
|
|
@@ -1,96 +1,2 @@
|
|
|
1
1
|
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
|
2
|
-
.root {
|
|
3
|
-
width: 100%;
|
|
4
|
-
border-radius: var(--radius-sm, 0.25rem);
|
|
5
|
-
border-style: var(--tw-border-style);
|
|
6
|
-
border-width: 1px;
|
|
7
|
-
border-color: var(--color-neutral-900, #2c3437);
|
|
8
|
-
background-color: var(--color-neutral-950, #0d121c);
|
|
9
|
-
.content {
|
|
10
|
-
margin: calc(var(--spacing, 0.25rem)*0);
|
|
11
|
-
padding: calc(var(--spacing, 0.25rem)*4);
|
|
12
|
-
& > code {
|
|
13
|
-
display: grid;
|
|
14
|
-
overflow-x: auto;
|
|
15
|
-
background-color: transparent;
|
|
16
|
-
padding: calc(var(--spacing, 0.25rem)*0);
|
|
17
|
-
font-family: var(--font-ibm-plex-mono, var(--font-ibm-plex-mono));
|
|
18
|
-
font-size: var(--text-sm, 0.875rem);
|
|
19
|
-
line-height: var(--tw-leading, var(--text-sm--line-height, 1.42857));
|
|
20
|
-
--tw-leading: var(--leading-snug, 1.375);
|
|
21
|
-
line-height: var(--leading-snug, 1.375);
|
|
22
|
-
--tw-font-weight: var(--font-weight-regular, 400);
|
|
23
|
-
font-weight: var(--font-weight-regular, 400);
|
|
24
|
-
color: var(--color-neutral-400, #cbd4d9);
|
|
25
|
-
counter-reset: line;
|
|
26
|
-
scrollbar-width: thin;
|
|
27
|
-
& > [class='line'] {
|
|
28
|
-
position: relative;
|
|
29
|
-
min-width: calc(var(--spacing, 0.25rem)*0);
|
|
30
|
-
padding-left: calc(var(--spacing, 0.25rem)*8);
|
|
31
|
-
&:not(:empty:last-child)::before {
|
|
32
|
-
display: inline-block;
|
|
33
|
-
--tw-content: '';
|
|
34
|
-
content: var(--tw-content);
|
|
35
|
-
}
|
|
36
|
-
&:not(:empty:last-child)::after {
|
|
37
|
-
position: absolute;
|
|
38
|
-
top: calc(var(--spacing, 0.25rem)*0);
|
|
39
|
-
left: calc(var(--spacing, 0.25rem)*0);
|
|
40
|
-
margin-right: calc(var(--spacing, 0.25rem)*4);
|
|
41
|
-
width: calc(var(--spacing, 0.25rem)*4.5);
|
|
42
|
-
text-align: right;
|
|
43
|
-
font-family: var(--font-ibm-plex-mono, var(--font-ibm-plex-mono));
|
|
44
|
-
color: var(--color-neutral-600, #929fa5);
|
|
45
|
-
content: counter(line);
|
|
46
|
-
counter-increment: line;
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
& > .footer {
|
|
52
|
-
display: flex;
|
|
53
|
-
align-items: center;
|
|
54
|
-
justify-content: space-between;
|
|
55
|
-
border-top-style: var(--tw-border-style);
|
|
56
|
-
border-top-width: 1px;
|
|
57
|
-
border-top-color: var(--color-neutral-900, #2c3437);
|
|
58
|
-
padding-inline: calc(var(--spacing, 0.25rem)*4);
|
|
59
|
-
padding-block: calc(var(--spacing, 0.25rem)*3);
|
|
60
|
-
font-size: var(--text-sm, 0.875rem);
|
|
61
|
-
line-height: var(--tw-leading, var(--text-sm--line-height, 1.42857));
|
|
62
|
-
--tw-font-weight: var(--font-weight-medium, 500);
|
|
63
|
-
font-weight: var(--font-weight-medium, 500);
|
|
64
|
-
& > .language {
|
|
65
|
-
color: var(--color-neutral-400, #cbd4d9);
|
|
66
|
-
}
|
|
67
|
-
& > .action {
|
|
68
|
-
padding-inline: calc(var(--spacing, 0.25rem)*3);
|
|
69
|
-
padding-block: calc(var(--spacing, 0.25rem)*1.5);
|
|
70
|
-
--tw-font-weight: var(--font-weight-medium, 500);
|
|
71
|
-
font-weight: var(--font-weight-medium, 500);
|
|
72
|
-
}
|
|
73
|
-
}
|
|
74
|
-
}
|
|
75
|
-
.icon {
|
|
76
|
-
width: calc(var(--spacing, 0.25rem)*4);
|
|
77
|
-
height: calc(var(--spacing, 0.25rem)*4);
|
|
78
|
-
}
|
|
79
|
-
@property --tw-border-style {
|
|
80
|
-
syntax: "*";
|
|
81
|
-
inherits: false;
|
|
82
|
-
initial-value: solid;
|
|
83
|
-
}
|
|
84
|
-
@property --tw-leading {
|
|
85
|
-
syntax: "*";
|
|
86
|
-
inherits: false;
|
|
87
|
-
}
|
|
88
|
-
@property --tw-font-weight {
|
|
89
|
-
syntax: "*";
|
|
90
|
-
inherits: false;
|
|
91
|
-
}
|
|
92
|
-
@property --tw-content {
|
|
93
|
-
syntax: "*";
|
|
94
|
-
inherits: false;
|
|
95
|
-
initial-value: "";
|
|
96
|
-
}
|
|
2
|
+
.root{border-radius:var(--radius-sm,.25rem);border-style:var(--tw-border-style);border-width:1px;border-color:var(--color-neutral-900,#2c3437);background-color:var(--color-neutral-950,#0d121c);width:100%}.root .content{margin:calc(var(--spacing,.25rem)*0);padding:calc(var(--spacing,.25rem)*4)}.root .content>code{padding:calc(var(--spacing,.25rem)*0);font-family:var(--font-ibm-plex-mono,var(--font-ibm-plex-mono));font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,1.42857));--tw-leading:var(--leading-snug,1.375);line-height:var(--leading-snug,1.375);--tw-font-weight:var(--font-weight-regular,400);font-weight:var(--font-weight-regular,400);color:var(--color-neutral-400,#cbd4d9);counter-reset:line;scrollbar-width:thin;background-color:#0000;display:grid;overflow-x:auto}.root .content>code>[class=line]{min-width:calc(var(--spacing,.25rem)*0);padding-left:calc(var(--spacing,.25rem)*8);position:relative}.root .content>code>[class=line]:not(:empty:last-child):before{--tw-content:"";content:var(--tw-content);display:inline-block}.root .content>code>[class=line]:not(:empty:last-child):after{top:calc(var(--spacing,.25rem)*0);left:calc(var(--spacing,.25rem)*0);margin-right:calc(var(--spacing,.25rem)*4);width:calc(var(--spacing,.25rem)*4.5);text-align:right;font-family:var(--font-ibm-plex-mono,var(--font-ibm-plex-mono));color:var(--color-neutral-600,#929fa5);content:counter(line);counter-increment:line;position:absolute}.root>.footer{border-top-style:var(--tw-border-style);border-top-width:1px;border-top-color:var(--color-neutral-900,#2c3437);padding-inline:calc(var(--spacing,.25rem)*4);padding-block:calc(var(--spacing,.25rem)*3);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);justify-content:space-between;align-items:center;display:flex}.root>.footer>.language{color:var(--color-neutral-400,#cbd4d9)}.root>.footer>.action{padding-inline:calc(var(--spacing,.25rem)*3);padding-block:calc(var(--spacing,.25rem)*1.5);--tw-font-weight:var(--font-weight-medium,500);font-weight:var(--font-weight-medium,500)}.icon{width:calc(var(--spacing,.25rem)*4);height:calc(var(--spacing,.25rem)*4)}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-leading{syntax:"*";inherits:false}@property --tw-font-weight{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}
|
|
@@ -1,69 +1,2 @@
|
|
|
1
1
|
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
|
2
|
-
.crossLink {
|
|
3
|
-
display: flex;
|
|
4
|
-
flex-direction: column;
|
|
5
|
-
align-items: flex-start;
|
|
6
|
-
gap: calc(var(--spacing, 0.25rem)*2);
|
|
7
|
-
overflow: hidden;
|
|
8
|
-
text-overflow: ellipsis;
|
|
9
|
-
white-space: nowrap;
|
|
10
|
-
border-radius: var(--radius-sm, 0.25rem);
|
|
11
|
-
border-style: var(--tw-border-style);
|
|
12
|
-
border-width: 1px;
|
|
13
|
-
--tw-border-style: solid;
|
|
14
|
-
border-style: solid;
|
|
15
|
-
border-color: var(--color-neutral-300, #d9e1e4);
|
|
16
|
-
background-color: var(--color-white, #fff);
|
|
17
|
-
padding: calc(var(--spacing, 0.25rem)*3);
|
|
18
|
-
text-decoration-line: none;
|
|
19
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
20
|
-
border-color: var(--color-neutral-900, #2c3437);
|
|
21
|
-
}
|
|
22
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
23
|
-
background-color: var(--color-neutral-950, #0d121c);
|
|
24
|
-
}
|
|
25
|
-
.header {
|
|
26
|
-
display: flex;
|
|
27
|
-
align-items: center;
|
|
28
|
-
gap: calc(var(--spacing, 0.25rem)*2);
|
|
29
|
-
align-self: stretch;
|
|
30
|
-
font-size: var(--text-xs, 0.75rem);
|
|
31
|
-
line-height: var(--tw-leading, var(--text-xs--line-height, 1.33333));
|
|
32
|
-
color: var(--color-neutral-800, #556066);
|
|
33
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
34
|
-
color: var(--color-neutral-100, #f6f7f9);
|
|
35
|
-
}
|
|
36
|
-
&.reverse {
|
|
37
|
-
flex-direction: row-reverse;
|
|
38
|
-
justify-content: flex-start;
|
|
39
|
-
}
|
|
40
|
-
.icon {
|
|
41
|
-
width: calc(var(--spacing, 0.25rem)*4);
|
|
42
|
-
height: calc(var(--spacing, 0.25rem)*4);
|
|
43
|
-
color: var(--color-neutral-600, #929fa5);
|
|
44
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
45
|
-
color: var(--color-neutral-400, #cbd4d9);
|
|
46
|
-
}
|
|
47
|
-
}
|
|
48
|
-
}
|
|
49
|
-
.content {
|
|
50
|
-
align-self: stretch;
|
|
51
|
-
overflow: hidden;
|
|
52
|
-
text-overflow: ellipsis;
|
|
53
|
-
white-space: nowrap;
|
|
54
|
-
font-size: var(--text-sm, 0.875rem);
|
|
55
|
-
line-height: var(--tw-leading, var(--text-sm--line-height, 1.42857));
|
|
56
|
-
color: var(--color-neutral-900, #2c3437);
|
|
57
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
58
|
-
color: var(--color-white, #fff);
|
|
59
|
-
}
|
|
60
|
-
&.reverse {
|
|
61
|
-
text-align: right;
|
|
62
|
-
}
|
|
63
|
-
}
|
|
64
|
-
}
|
|
65
|
-
@property --tw-border-style {
|
|
66
|
-
syntax: "*";
|
|
67
|
-
inherits: false;
|
|
68
|
-
initial-value: solid;
|
|
69
|
-
}
|
|
2
|
+
.crossLink{align-items:flex-start;gap:calc(var(--spacing,.25rem)*2);text-overflow:ellipsis;white-space:nowrap;border-radius:var(--radius-sm,.25rem);border-style:var(--tw-border-style);--tw-border-style:solid;border-style:solid;border-width:1px;border-color:var(--color-neutral-300,#d9e1e4);background-color:var(--color-white,#fff);padding:calc(var(--spacing,.25rem)*3);flex-direction:column;text-decoration-line:none;display:flex;overflow:hidden}.crossLink:where([data-theme=dark],[data-theme=dark] *){border-color:var(--color-neutral-900,#2c3437);background-color:var(--color-neutral-950,#0d121c)}.crossLink .header{align-items:center;gap:calc(var(--spacing,.25rem)*2);font-size:var(--text-xs,.75rem);line-height:var(--tw-leading,var(--text-xs--line-height,1.33333));color:var(--color-neutral-800,#556066);align-self:stretch;display:flex}.crossLink .header:where([data-theme=dark],[data-theme=dark] *){color:var(--color-neutral-100,#f6f7f9)}.crossLink .header.reverse{flex-direction:row-reverse;justify-content:flex-start}.crossLink .header .icon{width:calc(var(--spacing,.25rem)*4);height:calc(var(--spacing,.25rem)*4);color:var(--color-neutral-600,#929fa5)}.crossLink .header .icon:where([data-theme=dark],[data-theme=dark] *){color:var(--color-neutral-400,#cbd4d9)}.crossLink .content{text-overflow:ellipsis;white-space:nowrap;font-size:var(--text-sm,.875rem);line-height:var(--tw-leading,var(--text-sm--line-height,1.42857));color:var(--color-neutral-900,#2c3437);align-self:stretch;overflow:hidden}.crossLink .content:where([data-theme=dark],[data-theme=dark] *){color:var(--color-white,#fff)}.crossLink .content.reverse{text-align:right}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}
|
|
@@ -1,77 +1,2 @@
|
|
|
1
1
|
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
|
2
|
-
.tabsList {
|
|
3
|
-
margin-top: calc(var(--spacing, 0.25rem)*10);
|
|
4
|
-
margin-bottom: calc(var(--spacing, 0.25rem)*6);
|
|
5
|
-
display: flex;
|
|
6
|
-
gap: calc(var(--spacing, 0.25rem)*2);
|
|
7
|
-
border-bottom-style: var(--tw-border-style);
|
|
8
|
-
border-bottom-width: 1px;
|
|
9
|
-
border-bottom-color: var(--color-neutral-200, #e9edf0);
|
|
10
|
-
font-family: var(--font-open-sans, var(--font-open-sans));
|
|
11
|
-
@media (width < 670px) {
|
|
12
|
-
display: none;
|
|
13
|
-
}
|
|
14
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
15
|
-
border-bottom-color: var(--color-neutral-800, #556066);
|
|
16
|
-
}
|
|
17
|
-
.tabsTrigger {
|
|
18
|
-
border-bottom-style: var(--tw-border-style);
|
|
19
|
-
border-bottom-width: 2px;
|
|
20
|
-
border-bottom-color: transparent;
|
|
21
|
-
padding-inline: calc(var(--spacing, 0.25rem)*1);
|
|
22
|
-
padding-bottom: 11px;
|
|
23
|
-
font-size: var(--text-sm, 0.875rem);
|
|
24
|
-
line-height: var(--tw-leading, var(--text-sm--line-height, 1.42857));
|
|
25
|
-
--tw-font-weight: var(--font-weight-semibold, 600);
|
|
26
|
-
font-weight: var(--font-weight-semibold, 600);
|
|
27
|
-
color: var(--color-neutral-800, #556066);
|
|
28
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
29
|
-
color: var(--color-neutral-200, #e9edf0);
|
|
30
|
-
}
|
|
31
|
-
&:not([data-state='active']):hover {
|
|
32
|
-
border-bottom-color: var(--color-neutral-900, #2c3437);
|
|
33
|
-
color: var(--color-neutral-900, #2c3437);
|
|
34
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
35
|
-
border-bottom-color: var(--color-neutral-300, #d9e1e4);
|
|
36
|
-
}
|
|
37
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
38
|
-
color: var(--color-neutral-300, #d9e1e4);
|
|
39
|
-
}
|
|
40
|
-
}
|
|
41
|
-
&[data-state='active'] {
|
|
42
|
-
border-bottom-color: var(--color-green-600, #417e38);
|
|
43
|
-
color: var(--color-green-600, #417e38);
|
|
44
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
45
|
-
border-bottom-color: var(--color-green-400, #84ba64);
|
|
46
|
-
}
|
|
47
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
48
|
-
color: var(--color-green-400, #84ba64);
|
|
49
|
-
}
|
|
50
|
-
}
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
.tabsSelect {
|
|
54
|
-
@media (width >= 40rem) {
|
|
55
|
-
visibility: visible;
|
|
56
|
-
}
|
|
57
|
-
@media (width >= 48rem) {
|
|
58
|
-
display: none;
|
|
59
|
-
}
|
|
60
|
-
> span {
|
|
61
|
-
margin-block: calc(var(--spacing, 0.25rem)*6);
|
|
62
|
-
display: none;
|
|
63
|
-
width: 100%;
|
|
64
|
-
@media (width < 670px) {
|
|
65
|
-
display: flex;
|
|
66
|
-
}
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
@property --tw-border-style {
|
|
70
|
-
syntax: "*";
|
|
71
|
-
inherits: false;
|
|
72
|
-
initial-value: solid;
|
|
73
|
-
}
|
|
74
|
-
@property --tw-font-weight {
|
|
75
|
-
syntax: "*";
|
|
76
|
-
inherits: false;
|
|
77
|
-
}
|
|
2
|
+
.tabsList{margin-top:calc(var(--spacing,.25rem)*10);margin-bottom:calc(var(--spacing,.25rem)*6);gap:calc(var(--spacing,.25rem)*2);border-bottom-style:var(--tw-border-style);border-bottom-width:1px;border-bottom-color:var(--color-neutral-200,#e9edf0);font-family:var(--font-open-sans,var(--font-open-sans));display:flex}@media not all and (min-width:670px){.tabsList{display:none}}.tabsList:where([data-theme=dark],[data-theme=dark] *){border-bottom-color:var(--color-neutral-800,#556066)}.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);color:var(--color-neutral-800,#556066);border-bottom-width:2px;border-bottom-color:#0000;padding-bottom:11px}.tabsList .tabsTrigger:where([data-theme=dark],[data-theme=dark] *){color:var(--color-neutral-200,#e9edf0)}.tabsList .tabsTrigger:not([data-state=active]):hover{border-bottom-color:var(--color-neutral-900,#2c3437);color:var(--color-neutral-900,#2c3437)}.tabsList .tabsTrigger:not([data-state=active]):hover:where([data-theme=dark],[data-theme=dark] *){border-bottom-color:var(--color-neutral-300,#d9e1e4);color:var(--color-neutral-300,#d9e1e4)}.tabsList .tabsTrigger[data-state=active]{border-bottom-color:var(--color-green-600,#417e38);color:var(--color-green-600,#417e38)}.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)}@media (min-width:40rem){.tabsSelect{visibility:visible}}@media (min-width:48rem){.tabsSelect{display:none}}.tabsSelect>span{margin-block:calc(var(--spacing,.25rem)*6);width:100%;display:none}@media not all and (min-width:670px){.tabsSelect>span{display:flex}}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-font-weight{syntax:"*";inherits:false}
|
|
@@ -1,16 +1,2 @@
|
|
|
1
1
|
/*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
|
|
2
|
-
.ellipsis {
|
|
3
|
-
width: calc(var(--spacing, 0.25rem)*10);
|
|
4
|
-
padding-inline: calc(var(--spacing, 0.25rem)*3);
|
|
5
|
-
padding-block: calc(var(--spacing, 0.25rem)*2.5);
|
|
6
|
-
--tw-leading: 1;
|
|
7
|
-
line-height: 1;
|
|
8
|
-
color: var(--color-neutral-800, #556066);
|
|
9
|
-
&:where([data-theme=dark], [data-theme=dark] *) {
|
|
10
|
-
color: var(--color-neutral-200, #e9edf0);
|
|
11
|
-
}
|
|
12
|
-
}
|
|
13
|
-
@property --tw-leading {
|
|
14
|
-
syntax: "*";
|
|
15
|
-
inherits: false;
|
|
16
|
-
}
|
|
2
|
+
.ellipsis{width:calc(var(--spacing,.25rem)*10);padding-inline:calc(var(--spacing,.25rem)*3);padding-block:calc(var(--spacing,.25rem)*2.5);--tw-leading:1;color:var(--color-neutral-800,#556066);line-height:1}.ellipsis:where([data-theme=dark],[data-theme=dark] *){color:var(--color-neutral-200,#e9edf0)}@property --tw-leading{syntax:"*";inherits:false}
|