notra-editor 0.5.0 → 0.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/blockquote-button/blockquote-button.d.cts +2 -2
- package/dist/components/blockquote-button/blockquote-button.d.ts +2 -2
- package/dist/components/code-block-button/code-block-button.d.cts +2 -2
- package/dist/components/code-block-button/code-block-button.d.ts +2 -2
- package/dist/components/code-block-view/code-block-shell.cjs +41 -0
- package/dist/components/code-block-view/code-block-shell.cjs.map +1 -0
- package/dist/components/code-block-view/code-block-shell.d.cts +11 -0
- package/dist/components/code-block-view/code-block-shell.d.ts +11 -0
- package/dist/components/code-block-view/code-block-shell.mjs +17 -0
- package/dist/components/code-block-view/code-block-shell.mjs.map +1 -0
- package/dist/components/{code-block-view.cjs → code-block-view/code-block-view.cjs} +16 -8
- package/dist/components/code-block-view/code-block-view.cjs.map +1 -0
- package/dist/components/code-block-view/code-block-view.d.cts +6 -0
- package/dist/components/code-block-view/code-block-view.d.ts +6 -0
- package/dist/components/code-block-view/code-block-view.mjs +26 -0
- package/dist/components/code-block-view/code-block-view.mjs.map +1 -0
- package/dist/components/code-block-view/language-select.cjs +91 -0
- package/dist/components/code-block-view/language-select.cjs.map +1 -0
- package/dist/components/code-block-view/language-select.d.cts +11 -0
- package/dist/components/code-block-view/language-select.d.ts +11 -0
- package/dist/components/code-block-view/language-select.mjs +74 -0
- package/dist/components/code-block-view/language-select.mjs.map +1 -0
- package/dist/components/heading-dropdown-menu/heading-dropdown-menu.d.cts +2 -2
- package/dist/components/heading-dropdown-menu/heading-dropdown-menu.d.ts +2 -2
- package/dist/components/heading-dropdown-menu/heading-menu-item.d.cts +2 -2
- package/dist/components/heading-dropdown-menu/heading-menu-item.d.ts +2 -2
- package/dist/components/image-popover/image-popover.d.cts +2 -2
- package/dist/components/image-popover/image-popover.d.ts +2 -2
- package/dist/components/image-popover/use-image-popover.d.cts +3 -3
- package/dist/components/image-popover/use-image-popover.d.ts +3 -3
- package/dist/components/link-popover/link-popover.d.cts +2 -2
- package/dist/components/link-popover/link-popover.d.ts +2 -2
- package/dist/components/link-popover/use-link-popover.d.cts +2 -2
- package/dist/components/link-popover/use-link-popover.d.ts +2 -2
- package/dist/components/list-dropdown-menu/list-dropdown-menu.d.cts +2 -2
- package/dist/components/list-dropdown-menu/list-dropdown-menu.d.ts +2 -2
- package/dist/components/list-dropdown-menu/list-menu-item.d.cts +2 -2
- package/dist/components/list-dropdown-menu/list-menu-item.d.ts +2 -2
- package/dist/components/mark-button/mark-button.d.cts +2 -2
- package/dist/components/mark-button/mark-button.d.ts +2 -2
- package/dist/components/toolbar/toolbar.d.cts +2 -2
- package/dist/components/toolbar/toolbar.d.ts +2 -2
- package/dist/components/ui/button.d.cts +2 -2
- package/dist/components/ui/button.d.ts +2 -2
- package/dist/components/ui/command.cjs +207 -0
- package/dist/components/ui/command.cjs.map +1 -0
- package/dist/components/ui/command.d.cts +22 -0
- package/dist/components/ui/command.d.ts +22 -0
- package/dist/components/ui/command.mjs +181 -0
- package/dist/components/ui/command.mjs.map +1 -0
- package/dist/components/ui/dialog.cjs +188 -0
- package/dist/components/ui/dialog.cjs.map +1 -0
- package/dist/components/ui/dialog.d.cts +20 -0
- package/dist/components/ui/dialog.d.ts +20 -0
- package/dist/components/ui/dialog.mjs +155 -0
- package/dist/components/ui/dialog.mjs.map +1 -0
- package/dist/components/ui/dropdown-menu.cjs +3 -2
- package/dist/components/ui/dropdown-menu.cjs.map +1 -1
- package/dist/components/ui/dropdown-menu.d.cts +16 -16
- package/dist/components/ui/dropdown-menu.d.ts +16 -16
- package/dist/components/ui/dropdown-menu.mjs +3 -2
- package/dist/components/ui/dropdown-menu.mjs.map +1 -1
- package/dist/components/ui/input-group.cjs +175 -0
- package/dist/components/ui/input-group.cjs.map +1 -0
- package/dist/components/ui/input-group.d.cts +20 -0
- package/dist/components/ui/input-group.d.ts +20 -0
- package/dist/components/ui/input-group.mjs +146 -0
- package/dist/components/ui/input-group.mjs.map +1 -0
- package/dist/components/ui/input.cjs +1 -1
- package/dist/components/ui/input.cjs.map +1 -1
- package/dist/components/ui/input.d.cts +2 -2
- package/dist/components/ui/input.d.ts +2 -2
- package/dist/components/ui/input.mjs +1 -1
- package/dist/components/ui/input.mjs.map +1 -1
- package/dist/components/ui/popover.cjs +46 -6
- package/dist/components/ui/popover.cjs.map +1 -1
- package/dist/components/ui/popover.d.cts +9 -6
- package/dist/components/ui/popover.d.ts +9 -6
- package/dist/components/ui/popover.mjs +43 -6
- package/dist/components/ui/popover.mjs.map +1 -1
- package/dist/components/ui/separator.cjs +2 -1
- package/dist/components/ui/separator.cjs.map +1 -1
- package/dist/components/ui/separator.d.cts +2 -2
- package/dist/components/ui/separator.d.ts +2 -2
- package/dist/components/ui/separator.mjs +2 -1
- package/dist/components/ui/separator.mjs.map +1 -1
- package/dist/components/ui/textarea.cjs +43 -0
- package/dist/components/ui/textarea.cjs.map +1 -0
- package/dist/components/ui/textarea.d.cts +6 -0
- package/dist/components/ui/textarea.d.ts +6 -0
- package/dist/components/ui/textarea.mjs +19 -0
- package/dist/components/ui/textarea.mjs.map +1 -0
- package/dist/components/undo-redo-button/undo-redo-button.d.cts +2 -2
- package/dist/components/undo-redo-button/undo-redo-button.d.ts +2 -2
- package/dist/components/undo-redo-button/use-undo-redo.d.cts +2 -2
- package/dist/components/undo-redo-button/use-undo-redo.d.ts +2 -2
- package/dist/extensions/code-block.cjs +76 -19
- package/dist/extensions/code-block.cjs.map +1 -1
- package/dist/extensions/code-block.d.cts +7 -3
- package/dist/extensions/code-block.d.ts +7 -3
- package/dist/extensions/code-block.mjs +73 -8
- package/dist/extensions/code-block.mjs.map +1 -1
- package/dist/extensions/editor.d.cts +3 -3
- package/dist/extensions/editor.d.ts +3 -3
- package/dist/extensions/index.d.cts +1 -1
- package/dist/extensions/index.d.ts +1 -1
- package/dist/extensions/shared.cjs +5 -1
- package/dist/extensions/shared.cjs.map +1 -1
- package/dist/extensions/shared.d.cts +2 -1
- package/dist/extensions/shared.d.ts +2 -1
- package/dist/extensions/shared.mjs +5 -1
- package/dist/extensions/shared.mjs.map +1 -1
- package/dist/index.cjs +20 -2
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -0
- package/dist/index.d.ts +6 -0
- package/dist/index.mjs +16 -1
- package/dist/index.mjs.map +1 -1
- package/dist/lib/highlight-code-to-html.cjs +38 -0
- package/dist/lib/highlight-code-to-html.cjs.map +1 -0
- package/dist/lib/highlight-code-to-html.d.cts +6 -0
- package/dist/lib/highlight-code-to-html.d.ts +6 -0
- package/dist/lib/highlight-code-to-html.mjs +14 -0
- package/dist/lib/highlight-code-to-html.mjs.map +1 -0
- package/dist/lib/languages.cjs +181 -0
- package/dist/lib/languages.cjs.map +1 -0
- package/dist/lib/languages.d.cts +24 -0
- package/dist/lib/languages.d.ts +24 -0
- package/dist/lib/languages.mjs +155 -0
- package/dist/lib/languages.mjs.map +1 -0
- package/dist/notra-reader.cjs +32 -3
- package/dist/notra-reader.cjs.map +1 -1
- package/dist/notra-reader.d.cts +11 -1
- package/dist/notra-reader.d.ts +11 -1
- package/dist/notra-reader.mjs +32 -3
- package/dist/notra-reader.mjs.map +1 -1
- package/dist/styles/globals.css +1022 -165
- package/dist/themes/default/editor.css +69 -0
- package/dist/themes/default/shared.css +165 -5
- package/package.json +7 -1
- package/dist/components/code-block-view.cjs.map +0 -1
- package/dist/components/code-block-view.d.cts +0 -12
- package/dist/components/code-block-view.d.ts +0 -12
- package/dist/components/code-block-view.mjs +0 -17
- package/dist/components/code-block-view.mjs.map +0 -1
- package/dist/icons/redo-icon.cjs +0 -54
- package/dist/icons/redo-icon.cjs.map +0 -1
- package/dist/icons/redo-icon.d.cts +0 -7
- package/dist/icons/redo-icon.d.ts +0 -7
- package/dist/icons/redo-icon.mjs +0 -30
- package/dist/icons/redo-icon.mjs.map +0 -1
- package/dist/icons/undo-icon.cjs +0 -54
- package/dist/icons/undo-icon.cjs.map +0 -1
- package/dist/icons/undo-icon.d.cts +0 -7
- package/dist/icons/undo-icon.d.ts +0 -7
- package/dist/icons/undo-icon.mjs +0 -30
- package/dist/icons/undo-icon.mjs.map +0 -1
package/dist/styles/globals.css
CHANGED
|
@@ -3,11 +3,9 @@
|
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
4
|
@layer theme {
|
|
5
5
|
:root, :host {
|
|
6
|
-
--nt-
|
|
7
|
-
"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
8
|
-
--nt-font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
|
|
9
|
-
"Courier New", monospace;
|
|
6
|
+
--nt-color-black: #000;
|
|
10
7
|
--nt-spacing: 0.25rem;
|
|
8
|
+
--nt-container-sm: 24rem;
|
|
11
9
|
--nt-text-xs: 0.75rem;
|
|
12
10
|
--nt-text-xs--line-height: calc(1 / 0.75);
|
|
13
11
|
--nt-text-sm: 0.875rem;
|
|
@@ -16,11 +14,12 @@
|
|
|
16
14
|
--nt-text-base--line-height: calc(1.5 / 1);
|
|
17
15
|
--nt-font-weight-medium: 500;
|
|
18
16
|
--nt-tracking-widest: 0.1em;
|
|
19
|
-
--nt-radius-lg: var(--radius);
|
|
17
|
+
--nt-radius-lg: var(--nt-radius);
|
|
18
|
+
--nt-blur-xs: 4px;
|
|
20
19
|
--nt-default-transition-duration: 150ms;
|
|
21
20
|
--nt-default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
|
|
22
|
-
--nt-default-font-family: var(--
|
|
23
|
-
--nt-default-mono-font-family: var(--
|
|
21
|
+
--nt-default-font-family: var(--font-sans);
|
|
22
|
+
--nt-default-mono-font-family: var(--font-geist-mono);
|
|
24
23
|
}
|
|
25
24
|
}
|
|
26
25
|
@layer base {
|
|
@@ -189,40 +188,90 @@
|
|
|
189
188
|
.nt\:absolute {
|
|
190
189
|
position: absolute;
|
|
191
190
|
}
|
|
191
|
+
.nt\:fixed {
|
|
192
|
+
position: fixed;
|
|
193
|
+
}
|
|
192
194
|
.nt\:relative {
|
|
193
195
|
position: relative;
|
|
194
196
|
}
|
|
197
|
+
.nt\:inset-0 {
|
|
198
|
+
inset: calc(var(--nt-spacing) * 0);
|
|
199
|
+
}
|
|
195
200
|
.nt\:inset-x-0 {
|
|
196
201
|
inset-inline: calc(var(--nt-spacing) * 0);
|
|
197
202
|
}
|
|
198
203
|
.nt\:top-0 {
|
|
199
204
|
top: calc(var(--nt-spacing) * 0);
|
|
200
205
|
}
|
|
206
|
+
.nt\:top-1\/2 {
|
|
207
|
+
top: calc(1 / 2 * 100%);
|
|
208
|
+
}
|
|
209
|
+
.nt\:top-1\/3 {
|
|
210
|
+
top: calc(1 / 3 * 100%);
|
|
211
|
+
}
|
|
212
|
+
.nt\:top-2 {
|
|
213
|
+
top: calc(var(--nt-spacing) * 2);
|
|
214
|
+
}
|
|
201
215
|
.nt\:right-2 {
|
|
202
216
|
right: calc(var(--nt-spacing) * 2);
|
|
203
217
|
}
|
|
218
|
+
.nt\:left-1\/2 {
|
|
219
|
+
left: calc(1 / 2 * 100%);
|
|
220
|
+
}
|
|
221
|
+
.nt\:isolate {
|
|
222
|
+
isolation: isolate;
|
|
223
|
+
}
|
|
204
224
|
.nt\:z-50 {
|
|
205
225
|
z-index: 50;
|
|
206
226
|
}
|
|
227
|
+
.nt\:order-first {
|
|
228
|
+
order: -9999;
|
|
229
|
+
}
|
|
230
|
+
.nt\:order-last {
|
|
231
|
+
order: 9999;
|
|
232
|
+
}
|
|
207
233
|
.nt\:-mx-1 {
|
|
208
234
|
margin-inline: calc(var(--nt-spacing) * -1);
|
|
209
235
|
}
|
|
236
|
+
.nt\:-mx-4 {
|
|
237
|
+
margin-inline: calc(var(--nt-spacing) * -4);
|
|
238
|
+
}
|
|
210
239
|
.nt\:my-1 {
|
|
211
240
|
margin-block: calc(var(--nt-spacing) * 1);
|
|
212
241
|
}
|
|
242
|
+
.nt\:-mb-4 {
|
|
243
|
+
margin-bottom: calc(var(--nt-spacing) * -4);
|
|
244
|
+
}
|
|
213
245
|
.nt\:ml-auto {
|
|
214
246
|
margin-left: auto;
|
|
215
247
|
}
|
|
248
|
+
.nt\:no-scrollbar {
|
|
249
|
+
-ms-overflow-style: none;
|
|
250
|
+
scrollbar-width: none;
|
|
251
|
+
&::-webkit-scrollbar {
|
|
252
|
+
display: none;
|
|
253
|
+
}
|
|
254
|
+
}
|
|
216
255
|
.nt\:flex {
|
|
217
256
|
display: flex;
|
|
218
257
|
}
|
|
258
|
+
.nt\:grid {
|
|
259
|
+
display: grid;
|
|
260
|
+
}
|
|
219
261
|
.nt\:inline-flex {
|
|
220
262
|
display: inline-flex;
|
|
221
263
|
}
|
|
264
|
+
.nt\:field-sizing-content {
|
|
265
|
+
field-sizing: content;
|
|
266
|
+
}
|
|
222
267
|
.nt\:size-3 {
|
|
223
268
|
width: calc(var(--nt-spacing) * 3);
|
|
224
269
|
height: calc(var(--nt-spacing) * 3);
|
|
225
270
|
}
|
|
271
|
+
.nt\:size-4 {
|
|
272
|
+
width: calc(var(--nt-spacing) * 4);
|
|
273
|
+
height: calc(var(--nt-spacing) * 4);
|
|
274
|
+
}
|
|
226
275
|
.nt\:size-6 {
|
|
227
276
|
width: calc(var(--nt-spacing) * 6);
|
|
228
277
|
height: calc(var(--nt-spacing) * 6);
|
|
@@ -239,6 +288,10 @@
|
|
|
239
288
|
width: calc(var(--nt-spacing) * 9);
|
|
240
289
|
height: calc(var(--nt-spacing) * 9);
|
|
241
290
|
}
|
|
291
|
+
.nt\:size-full {
|
|
292
|
+
width: 100%;
|
|
293
|
+
height: 100%;
|
|
294
|
+
}
|
|
242
295
|
.nt\:h-5 {
|
|
243
296
|
height: calc(var(--nt-spacing) * 5);
|
|
244
297
|
}
|
|
@@ -251,27 +304,45 @@
|
|
|
251
304
|
.nt\:h-8 {
|
|
252
305
|
height: calc(var(--nt-spacing) * 8);
|
|
253
306
|
}
|
|
307
|
+
.nt\:h-8\! {
|
|
308
|
+
height: calc(var(--nt-spacing) * 8) !important;
|
|
309
|
+
}
|
|
254
310
|
.nt\:h-9 {
|
|
255
311
|
height: calc(var(--nt-spacing) * 9);
|
|
256
312
|
}
|
|
313
|
+
.nt\:h-auto {
|
|
314
|
+
height: auto;
|
|
315
|
+
}
|
|
257
316
|
.nt\:h-px {
|
|
258
317
|
height: 1px;
|
|
259
318
|
}
|
|
260
319
|
.nt\:max-h-\(--radix-dropdown-menu-content-available-height\) {
|
|
261
320
|
max-height: var(--radix-dropdown-menu-content-available-height);
|
|
262
321
|
}
|
|
322
|
+
.nt\:max-h-72 {
|
|
323
|
+
max-height: calc(var(--nt-spacing) * 72);
|
|
324
|
+
}
|
|
325
|
+
.nt\:min-h-16 {
|
|
326
|
+
min-height: calc(var(--nt-spacing) * 16);
|
|
327
|
+
}
|
|
263
328
|
.nt\:w-\(--radix-dropdown-menu-trigger-width\) {
|
|
264
329
|
width: var(--radix-dropdown-menu-trigger-width);
|
|
265
330
|
}
|
|
266
331
|
.nt\:w-72 {
|
|
267
332
|
width: calc(var(--nt-spacing) * 72);
|
|
268
333
|
}
|
|
334
|
+
.nt\:w-\[200px\] {
|
|
335
|
+
width: 200px;
|
|
336
|
+
}
|
|
269
337
|
.nt\:w-auto {
|
|
270
338
|
width: auto;
|
|
271
339
|
}
|
|
272
340
|
.nt\:w-full {
|
|
273
341
|
width: 100%;
|
|
274
342
|
}
|
|
343
|
+
.nt\:max-w-\[calc\(100\%-2rem\)\] {
|
|
344
|
+
max-width: calc(100% - 2rem);
|
|
345
|
+
}
|
|
275
346
|
.nt\:min-w-0 {
|
|
276
347
|
min-width: calc(var(--nt-spacing) * 0);
|
|
277
348
|
}
|
|
@@ -284,6 +355,9 @@
|
|
|
284
355
|
.nt\:min-w-\[96px\] {
|
|
285
356
|
min-width: 96px;
|
|
286
357
|
}
|
|
358
|
+
.nt\:flex-1 {
|
|
359
|
+
flex: 1;
|
|
360
|
+
}
|
|
287
361
|
.nt\:shrink-0 {
|
|
288
362
|
flex-shrink: 0;
|
|
289
363
|
}
|
|
@@ -293,27 +367,69 @@
|
|
|
293
367
|
.nt\:origin-\(--radix-popover-content-transform-origin\) {
|
|
294
368
|
transform-origin: var(--radix-popover-content-transform-origin);
|
|
295
369
|
}
|
|
370
|
+
.nt\:-translate-x-1\/2 {
|
|
371
|
+
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
|
372
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
373
|
+
}
|
|
374
|
+
.nt\:-translate-y-1\/2 {
|
|
375
|
+
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
|
|
376
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
377
|
+
}
|
|
378
|
+
.nt\:translate-y-0 {
|
|
379
|
+
--tw-translate-y: calc(var(--nt-spacing) * 0);
|
|
380
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
381
|
+
}
|
|
296
382
|
.nt\:cursor-default {
|
|
297
383
|
cursor: default;
|
|
298
384
|
}
|
|
385
|
+
.nt\:cursor-text {
|
|
386
|
+
cursor: text;
|
|
387
|
+
}
|
|
388
|
+
.nt\:resize-none {
|
|
389
|
+
resize: none;
|
|
390
|
+
}
|
|
391
|
+
.nt\:scroll-py-1 {
|
|
392
|
+
scroll-padding-block: calc(var(--nt-spacing) * 1);
|
|
393
|
+
}
|
|
299
394
|
.nt\:flex-col {
|
|
300
395
|
flex-direction: column;
|
|
301
396
|
}
|
|
397
|
+
.nt\:flex-col-reverse {
|
|
398
|
+
flex-direction: column-reverse;
|
|
399
|
+
}
|
|
302
400
|
.nt\:items-center {
|
|
303
401
|
align-items: center;
|
|
304
402
|
}
|
|
403
|
+
.nt\:justify-between {
|
|
404
|
+
justify-content: space-between;
|
|
405
|
+
}
|
|
305
406
|
.nt\:justify-center {
|
|
306
407
|
justify-content: center;
|
|
307
408
|
}
|
|
308
409
|
.nt\:justify-end {
|
|
309
410
|
justify-content: flex-end;
|
|
310
411
|
}
|
|
412
|
+
.nt\:justify-start {
|
|
413
|
+
justify-content: flex-start;
|
|
414
|
+
}
|
|
415
|
+
.nt\:gap-0\.5 {
|
|
416
|
+
gap: calc(var(--nt-spacing) * 0.5);
|
|
417
|
+
}
|
|
311
418
|
.nt\:gap-1 {
|
|
312
419
|
gap: calc(var(--nt-spacing) * 1);
|
|
313
420
|
}
|
|
314
421
|
.nt\:gap-1\.5 {
|
|
315
422
|
gap: calc(var(--nt-spacing) * 1.5);
|
|
316
423
|
}
|
|
424
|
+
.nt\:gap-2 {
|
|
425
|
+
gap: calc(var(--nt-spacing) * 2);
|
|
426
|
+
}
|
|
427
|
+
.nt\:gap-2\.5 {
|
|
428
|
+
gap: calc(var(--nt-spacing) * 2.5);
|
|
429
|
+
}
|
|
430
|
+
.nt\:gap-4 {
|
|
431
|
+
gap: calc(var(--nt-spacing) * 4);
|
|
432
|
+
}
|
|
317
433
|
.nt\:overflow-hidden {
|
|
318
434
|
overflow: hidden;
|
|
319
435
|
}
|
|
@@ -323,6 +439,9 @@
|
|
|
323
439
|
.nt\:overflow-y-auto {
|
|
324
440
|
overflow-y: auto;
|
|
325
441
|
}
|
|
442
|
+
.nt\:rounded-\[calc\(var\(--radius\)-3px\)\] {
|
|
443
|
+
border-radius: calc(var(--radius) - 3px);
|
|
444
|
+
}
|
|
326
445
|
.nt\:rounded-\[min\(var\(--radius-md\)\,10px\)\] {
|
|
327
446
|
border-radius: min(var(--radius-md), 10px);
|
|
328
447
|
}
|
|
@@ -330,48 +449,99 @@
|
|
|
330
449
|
border-radius: min(var(--radius-md), 12px);
|
|
331
450
|
}
|
|
332
451
|
.nt\:rounded-lg {
|
|
333
|
-
border-radius: var(--radius);
|
|
452
|
+
border-radius: var(--nt-radius);
|
|
453
|
+
}
|
|
454
|
+
.nt\:rounded-lg\! {
|
|
455
|
+
border-radius: var(--nt-radius) !important;
|
|
334
456
|
}
|
|
335
457
|
.nt\:rounded-md {
|
|
336
|
-
border-radius: calc(var(--radius) * 0.8);
|
|
458
|
+
border-radius: calc(var(--nt-radius) * 0.8);
|
|
459
|
+
}
|
|
460
|
+
.nt\:rounded-none {
|
|
461
|
+
border-radius: 0;
|
|
462
|
+
}
|
|
463
|
+
.nt\:rounded-sm {
|
|
464
|
+
border-radius: calc(var(--nt-radius) * 0.6);
|
|
465
|
+
}
|
|
466
|
+
.nt\:rounded-xl {
|
|
467
|
+
border-radius: calc(var(--nt-radius) * 1.4);
|
|
468
|
+
}
|
|
469
|
+
.nt\:rounded-xl\! {
|
|
470
|
+
border-radius: calc(var(--nt-radius) * 1.4) !important;
|
|
471
|
+
}
|
|
472
|
+
.nt\:rounded-b-xl {
|
|
473
|
+
border-bottom-right-radius: calc(var(--nt-radius) * 1.4);
|
|
474
|
+
border-bottom-left-radius: calc(var(--nt-radius) * 1.4);
|
|
337
475
|
}
|
|
338
476
|
.nt\:border {
|
|
339
477
|
border-style: var(--tw-border-style);
|
|
340
478
|
border-width: 1px;
|
|
341
479
|
}
|
|
480
|
+
.nt\:border-0 {
|
|
481
|
+
border-style: var(--tw-border-style);
|
|
482
|
+
border-width: 0px;
|
|
483
|
+
}
|
|
484
|
+
.nt\:border-t {
|
|
485
|
+
border-top-style: var(--tw-border-style);
|
|
486
|
+
border-top-width: 1px;
|
|
487
|
+
}
|
|
342
488
|
.nt\:border-none {
|
|
343
489
|
--tw-border-style: none;
|
|
344
490
|
border-style: none;
|
|
345
491
|
}
|
|
346
492
|
.nt\:border-border {
|
|
347
|
-
border-color: var(--border);
|
|
493
|
+
border-color: var(--nt-border);
|
|
348
494
|
}
|
|
349
495
|
.nt\:border-input {
|
|
350
|
-
border-color: var(--input);
|
|
496
|
+
border-color: var(--nt-input);
|
|
497
|
+
}
|
|
498
|
+
.nt\:border-input\/30 {
|
|
499
|
+
border-color: var(--nt-input);
|
|
500
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
501
|
+
border-color: color-mix(in oklab, var(--nt-input) 30%, transparent);
|
|
502
|
+
}
|
|
351
503
|
}
|
|
352
504
|
.nt\:border-transparent {
|
|
353
505
|
border-color: transparent;
|
|
354
506
|
}
|
|
355
507
|
.nt\:bg-background {
|
|
356
|
-
background-color: var(--background);
|
|
508
|
+
background-color: var(--nt-background);
|
|
509
|
+
}
|
|
510
|
+
.nt\:bg-black\/10 {
|
|
511
|
+
background-color: var(--nt-color-black);
|
|
512
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
513
|
+
background-color: color-mix(in oklab, var(--nt-color-black) 10%, transparent);
|
|
514
|
+
}
|
|
357
515
|
}
|
|
358
516
|
.nt\:bg-border {
|
|
359
|
-
background-color: var(--border);
|
|
517
|
+
background-color: var(--nt-border);
|
|
360
518
|
}
|
|
361
519
|
.nt\:bg-destructive\/10 {
|
|
362
|
-
background-color: var(--destructive);
|
|
520
|
+
background-color: var(--nt-destructive);
|
|
521
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
522
|
+
background-color: color-mix(in oklab, var(--nt-destructive) 10%, transparent);
|
|
523
|
+
}
|
|
524
|
+
}
|
|
525
|
+
.nt\:bg-input\/30 {
|
|
526
|
+
background-color: var(--nt-input);
|
|
527
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
528
|
+
background-color: color-mix(in oklab, var(--nt-input) 30%, transparent);
|
|
529
|
+
}
|
|
530
|
+
}
|
|
531
|
+
.nt\:bg-muted\/50 {
|
|
532
|
+
background-color: var(--nt-muted);
|
|
363
533
|
@supports (color: color-mix(in lab, red, red)) {
|
|
364
|
-
background-color: color-mix(in oklab, var(--
|
|
534
|
+
background-color: color-mix(in oklab, var(--nt-muted) 50%, transparent);
|
|
365
535
|
}
|
|
366
536
|
}
|
|
367
537
|
.nt\:bg-popover {
|
|
368
|
-
background-color: var(--popover);
|
|
538
|
+
background-color: var(--nt-popover);
|
|
369
539
|
}
|
|
370
540
|
.nt\:bg-primary {
|
|
371
|
-
background-color: var(--primary);
|
|
541
|
+
background-color: var(--nt-primary);
|
|
372
542
|
}
|
|
373
543
|
.nt\:bg-secondary {
|
|
374
|
-
background-color: var(--secondary);
|
|
544
|
+
background-color: var(--nt-secondary);
|
|
375
545
|
}
|
|
376
546
|
.nt\:bg-transparent {
|
|
377
547
|
background-color: transparent;
|
|
@@ -379,9 +549,15 @@
|
|
|
379
549
|
.nt\:bg-clip-padding {
|
|
380
550
|
background-clip: padding-box;
|
|
381
551
|
}
|
|
552
|
+
.nt\:p-0 {
|
|
553
|
+
padding: calc(var(--nt-spacing) * 0);
|
|
554
|
+
}
|
|
382
555
|
.nt\:p-1 {
|
|
383
556
|
padding: calc(var(--nt-spacing) * 1);
|
|
384
557
|
}
|
|
558
|
+
.nt\:p-2\.5 {
|
|
559
|
+
padding: calc(var(--nt-spacing) * 2.5);
|
|
560
|
+
}
|
|
385
561
|
.nt\:p-4 {
|
|
386
562
|
padding: calc(var(--nt-spacing) * 4);
|
|
387
563
|
}
|
|
@@ -394,21 +570,48 @@
|
|
|
394
570
|
.nt\:px-2\.5 {
|
|
395
571
|
padding-inline: calc(var(--nt-spacing) * 2.5);
|
|
396
572
|
}
|
|
397
|
-
.nt\:px-3 {
|
|
398
|
-
padding-inline: calc(var(--nt-spacing) * 3);
|
|
399
|
-
}
|
|
400
573
|
.nt\:py-1 {
|
|
401
574
|
padding-block: calc(var(--nt-spacing) * 1);
|
|
402
575
|
}
|
|
576
|
+
.nt\:py-1\.5 {
|
|
577
|
+
padding-block: calc(var(--nt-spacing) * 1.5);
|
|
578
|
+
}
|
|
579
|
+
.nt\:py-2 {
|
|
580
|
+
padding-block: calc(var(--nt-spacing) * 2);
|
|
581
|
+
}
|
|
582
|
+
.nt\:py-6 {
|
|
583
|
+
padding-block: calc(var(--nt-spacing) * 6);
|
|
584
|
+
}
|
|
403
585
|
.nt\:\!pt-9 {
|
|
404
586
|
padding-top: calc(var(--nt-spacing) * 9) !important;
|
|
405
587
|
}
|
|
588
|
+
.nt\:pt-2 {
|
|
589
|
+
padding-top: calc(var(--nt-spacing) * 2);
|
|
590
|
+
}
|
|
591
|
+
.nt\:pr-2 {
|
|
592
|
+
padding-right: calc(var(--nt-spacing) * 2);
|
|
593
|
+
}
|
|
406
594
|
.nt\:pr-8 {
|
|
407
595
|
padding-right: calc(var(--nt-spacing) * 8);
|
|
408
596
|
}
|
|
597
|
+
.nt\:pb-0 {
|
|
598
|
+
padding-bottom: calc(var(--nt-spacing) * 0);
|
|
599
|
+
}
|
|
600
|
+
.nt\:pb-2 {
|
|
601
|
+
padding-bottom: calc(var(--nt-spacing) * 2);
|
|
602
|
+
}
|
|
409
603
|
.nt\:pl-1\.5 {
|
|
410
604
|
padding-left: calc(var(--nt-spacing) * 1.5);
|
|
411
605
|
}
|
|
606
|
+
.nt\:pl-2 {
|
|
607
|
+
padding-left: calc(var(--nt-spacing) * 2);
|
|
608
|
+
}
|
|
609
|
+
.nt\:text-center {
|
|
610
|
+
text-align: center;
|
|
611
|
+
}
|
|
612
|
+
.nt\:font-heading {
|
|
613
|
+
font-family: var(--font-sans);
|
|
614
|
+
}
|
|
412
615
|
.nt\:text-base {
|
|
413
616
|
font-size: var(--nt-text-base);
|
|
414
617
|
line-height: var(--tw-leading, var(--nt-text-base--line-height));
|
|
@@ -424,6 +627,10 @@
|
|
|
424
627
|
.nt\:text-\[0\.8rem\] {
|
|
425
628
|
font-size: 0.8rem;
|
|
426
629
|
}
|
|
630
|
+
.nt\:leading-none {
|
|
631
|
+
--tw-leading: 1;
|
|
632
|
+
line-height: 1;
|
|
633
|
+
}
|
|
427
634
|
.nt\:font-medium {
|
|
428
635
|
--tw-font-weight: var(--nt-font-weight-medium);
|
|
429
636
|
font-weight: var(--nt-font-weight-medium);
|
|
@@ -439,26 +646,38 @@
|
|
|
439
646
|
color: var(--tt-brand-color-500);
|
|
440
647
|
}
|
|
441
648
|
.nt\:text-destructive {
|
|
442
|
-
color: var(--destructive);
|
|
649
|
+
color: var(--nt-destructive);
|
|
650
|
+
}
|
|
651
|
+
.nt\:text-foreground {
|
|
652
|
+
color: var(--nt-foreground);
|
|
443
653
|
}
|
|
444
654
|
.nt\:text-muted-foreground {
|
|
445
|
-
color: var(--muted-foreground);
|
|
655
|
+
color: var(--nt-muted-foreground);
|
|
446
656
|
}
|
|
447
657
|
.nt\:text-popover-foreground {
|
|
448
|
-
color: var(--popover-foreground);
|
|
658
|
+
color: var(--nt-popover-foreground);
|
|
449
659
|
}
|
|
450
660
|
.nt\:text-primary {
|
|
451
|
-
color: var(--primary);
|
|
661
|
+
color: var(--nt-primary);
|
|
452
662
|
}
|
|
453
663
|
.nt\:text-primary-foreground {
|
|
454
|
-
color: var(--primary-foreground);
|
|
664
|
+
color: var(--nt-primary-foreground);
|
|
455
665
|
}
|
|
456
666
|
.nt\:text-secondary-foreground {
|
|
457
|
-
color: var(--secondary-foreground);
|
|
667
|
+
color: var(--nt-secondary-foreground);
|
|
458
668
|
}
|
|
459
669
|
.nt\:underline-offset-4 {
|
|
460
670
|
text-underline-offset: 4px;
|
|
461
671
|
}
|
|
672
|
+
.nt\:opacity-0 {
|
|
673
|
+
opacity: 0%;
|
|
674
|
+
}
|
|
675
|
+
.nt\:opacity-50 {
|
|
676
|
+
opacity: 50%;
|
|
677
|
+
}
|
|
678
|
+
.nt\:opacity-100 {
|
|
679
|
+
opacity: 100%;
|
|
680
|
+
}
|
|
462
681
|
.nt\:shadow-lg {
|
|
463
682
|
--tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
|
|
464
683
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
@@ -471,8 +690,12 @@
|
|
|
471
690
|
--tw-shadow: 0 0 #0000;
|
|
472
691
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
473
692
|
}
|
|
474
|
-
.nt\:shadow-
|
|
475
|
-
--tw-shadow: 0
|
|
693
|
+
.nt\:shadow-none\! {
|
|
694
|
+
--tw-shadow: 0 0 #0000 !important;
|
|
695
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
|
|
696
|
+
}
|
|
697
|
+
.nt\:ring-0 {
|
|
698
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
476
699
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
477
700
|
}
|
|
478
701
|
.nt\:ring-1 {
|
|
@@ -480,9 +703,9 @@
|
|
|
480
703
|
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
481
704
|
}
|
|
482
705
|
.nt\:ring-foreground\/10 {
|
|
483
|
-
--tw-ring-color: var(--foreground);
|
|
706
|
+
--tw-ring-color: var(--nt-foreground);
|
|
484
707
|
@supports (color: color-mix(in lab, red, red)) {
|
|
485
|
-
--tw-ring-color: color-mix(in oklab, var(--foreground) 10%, transparent);
|
|
708
|
+
--tw-ring-color: color-mix(in oklab, var(--nt-foreground) 10%, transparent);
|
|
486
709
|
}
|
|
487
710
|
}
|
|
488
711
|
.nt\:outline-hidden {
|
|
@@ -493,13 +716,13 @@
|
|
|
493
716
|
outline-offset: 2px;
|
|
494
717
|
}
|
|
495
718
|
}
|
|
496
|
-
.nt\:transition
|
|
497
|
-
transition-property:
|
|
719
|
+
.nt\:transition-all {
|
|
720
|
+
transition-property: all;
|
|
498
721
|
transition-timing-function: var(--tw-ease, var(--nt-default-transition-timing-function));
|
|
499
722
|
transition-duration: var(--tw-duration, var(--nt-default-transition-duration));
|
|
500
723
|
}
|
|
501
|
-
.nt\:transition-
|
|
502
|
-
transition-property:
|
|
724
|
+
.nt\:transition-colors {
|
|
725
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
503
726
|
transition-timing-function: var(--tw-ease, var(--nt-default-transition-timing-function));
|
|
504
727
|
transition-duration: var(--tw-duration, var(--nt-default-transition-duration));
|
|
505
728
|
}
|
|
@@ -517,23 +740,37 @@
|
|
|
517
740
|
}
|
|
518
741
|
.nt\:group-focus\/dropdown-menu-item\:text-accent-foreground {
|
|
519
742
|
&:is(:where(.nt\:group\/dropdown-menu-item):focus *) {
|
|
520
|
-
color: var(--accent-foreground);
|
|
743
|
+
color: var(--nt-accent-foreground);
|
|
744
|
+
}
|
|
745
|
+
}
|
|
746
|
+
.nt\:group-has-data-\[slot\=command-shortcut\]\/command-item\:hidden {
|
|
747
|
+
&:is(:where(.nt\:group\/command-item):has(*[data-slot="command-shortcut"]) *) {
|
|
748
|
+
display: none;
|
|
521
749
|
}
|
|
522
750
|
}
|
|
523
|
-
.nt\:
|
|
524
|
-
|
|
525
|
-
|
|
751
|
+
.nt\:group-has-\[\>input\]\/input-group\:pt-2 {
|
|
752
|
+
&:is(:where(.nt\:group\/input-group):has(>input) *) {
|
|
753
|
+
padding-top: calc(var(--nt-spacing) * 2);
|
|
526
754
|
}
|
|
527
|
-
|
|
528
|
-
|
|
755
|
+
}
|
|
756
|
+
.nt\:group-has-\[\>input\]\/input-group\:pb-2 {
|
|
757
|
+
&:is(:where(.nt\:group\/input-group):has(>input) *) {
|
|
758
|
+
padding-bottom: calc(var(--nt-spacing) * 2);
|
|
529
759
|
}
|
|
530
760
|
}
|
|
531
|
-
.nt\:
|
|
532
|
-
|
|
533
|
-
|
|
761
|
+
.nt\:group-data-\[checked\=true\]\/command-item\:opacity-100 {
|
|
762
|
+
&:is(:where(.nt\:group\/command-item)[data-checked="true"] *) {
|
|
763
|
+
opacity: 100%;
|
|
534
764
|
}
|
|
535
|
-
|
|
536
|
-
|
|
765
|
+
}
|
|
766
|
+
.nt\:group-data-\[disabled\=true\]\/input-group\:opacity-50 {
|
|
767
|
+
&:is(:where(.nt\:group\/input-group)[data-disabled="true"] *) {
|
|
768
|
+
opacity: 50%;
|
|
769
|
+
}
|
|
770
|
+
}
|
|
771
|
+
.nt\:group-data-selected\/command-item\:text-foreground {
|
|
772
|
+
&:is(:where(.nt\:group\/command-item):where([data-selected="true"]) *) {
|
|
773
|
+
color: var(--nt-foreground);
|
|
537
774
|
}
|
|
538
775
|
}
|
|
539
776
|
.nt\:file\:inline-flex {
|
|
@@ -541,9 +778,9 @@
|
|
|
541
778
|
display: inline-flex;
|
|
542
779
|
}
|
|
543
780
|
}
|
|
544
|
-
.nt\:file\:h-
|
|
781
|
+
.nt\:file\:h-6 {
|
|
545
782
|
&::file-selector-button {
|
|
546
|
-
height: calc(var(--nt-spacing) *
|
|
783
|
+
height: calc(var(--nt-spacing) * 6);
|
|
547
784
|
}
|
|
548
785
|
}
|
|
549
786
|
.nt\:file\:border-0 {
|
|
@@ -571,27 +808,27 @@
|
|
|
571
808
|
}
|
|
572
809
|
.nt\:file\:text-foreground {
|
|
573
810
|
&::file-selector-button {
|
|
574
|
-
color: var(--foreground);
|
|
811
|
+
color: var(--nt-foreground);
|
|
575
812
|
}
|
|
576
813
|
}
|
|
577
814
|
.nt\:placeholder\:text-muted-foreground {
|
|
578
815
|
&::placeholder {
|
|
579
|
-
color: var(--muted-foreground);
|
|
816
|
+
color: var(--nt-muted-foreground);
|
|
580
817
|
}
|
|
581
818
|
}
|
|
582
819
|
.nt\:hover\:bg-accent {
|
|
583
820
|
&:hover {
|
|
584
821
|
@media (hover: hover) {
|
|
585
|
-
background-color: var(--accent);
|
|
822
|
+
background-color: var(--nt-accent);
|
|
586
823
|
}
|
|
587
824
|
}
|
|
588
825
|
}
|
|
589
826
|
.nt\:hover\:bg-destructive\/20 {
|
|
590
827
|
&:hover {
|
|
591
828
|
@media (hover: hover) {
|
|
592
|
-
background-color: var(--destructive);
|
|
829
|
+
background-color: var(--nt-destructive);
|
|
593
830
|
@supports (color: color-mix(in lab, red, red)) {
|
|
594
|
-
background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
831
|
+
background-color: color-mix(in oklab, var(--nt-destructive) 20%, transparent);
|
|
595
832
|
}
|
|
596
833
|
}
|
|
597
834
|
}
|
|
@@ -599,16 +836,16 @@
|
|
|
599
836
|
.nt\:hover\:bg-muted {
|
|
600
837
|
&:hover {
|
|
601
838
|
@media (hover: hover) {
|
|
602
|
-
background-color: var(--muted);
|
|
839
|
+
background-color: var(--nt-muted);
|
|
603
840
|
}
|
|
604
841
|
}
|
|
605
842
|
}
|
|
606
843
|
.nt\:hover\:bg-secondary\/80 {
|
|
607
844
|
&:hover {
|
|
608
845
|
@media (hover: hover) {
|
|
609
|
-
background-color: var(--secondary);
|
|
846
|
+
background-color: var(--nt-secondary);
|
|
610
847
|
@supports (color: color-mix(in lab, red, red)) {
|
|
611
|
-
background-color: color-mix(in oklab, var(--secondary) 80%, transparent);
|
|
848
|
+
background-color: color-mix(in oklab, var(--nt-secondary) 80%, transparent);
|
|
612
849
|
}
|
|
613
850
|
}
|
|
614
851
|
}
|
|
@@ -616,7 +853,7 @@
|
|
|
616
853
|
.nt\:hover\:text-foreground {
|
|
617
854
|
&:hover {
|
|
618
855
|
@media (hover: hover) {
|
|
619
|
-
color: var(--foreground);
|
|
856
|
+
color: var(--nt-foreground);
|
|
620
857
|
}
|
|
621
858
|
}
|
|
622
859
|
}
|
|
@@ -629,18 +866,18 @@
|
|
|
629
866
|
}
|
|
630
867
|
.nt\:focus\:bg-accent {
|
|
631
868
|
&:focus {
|
|
632
|
-
background-color: var(--accent);
|
|
869
|
+
background-color: var(--nt-accent);
|
|
633
870
|
}
|
|
634
871
|
}
|
|
635
872
|
.nt\:focus\:text-accent-foreground {
|
|
636
873
|
&:focus {
|
|
637
|
-
color: var(--accent-foreground);
|
|
874
|
+
color: var(--nt-accent-foreground);
|
|
638
875
|
}
|
|
639
876
|
}
|
|
640
877
|
.nt\:focus\:\*\*\:text-accent-foreground {
|
|
641
878
|
&:focus {
|
|
642
879
|
:is(& *) {
|
|
643
|
-
color: var(--accent-foreground);
|
|
880
|
+
color: var(--nt-accent-foreground);
|
|
644
881
|
}
|
|
645
882
|
}
|
|
646
883
|
}
|
|
@@ -648,22 +885,22 @@
|
|
|
648
885
|
&:not(*[data-variant="destructive"]) {
|
|
649
886
|
&:focus {
|
|
650
887
|
:is(& *) {
|
|
651
|
-
color: var(--accent-foreground);
|
|
888
|
+
color: var(--nt-accent-foreground);
|
|
652
889
|
}
|
|
653
890
|
}
|
|
654
891
|
}
|
|
655
892
|
}
|
|
656
893
|
.nt\:focus-visible\:border-destructive\/40 {
|
|
657
894
|
&:focus-visible {
|
|
658
|
-
border-color: var(--destructive);
|
|
895
|
+
border-color: var(--nt-destructive);
|
|
659
896
|
@supports (color: color-mix(in lab, red, red)) {
|
|
660
|
-
border-color: color-mix(in oklab, var(--destructive) 40%, transparent);
|
|
897
|
+
border-color: color-mix(in oklab, var(--nt-destructive) 40%, transparent);
|
|
661
898
|
}
|
|
662
899
|
}
|
|
663
900
|
}
|
|
664
901
|
.nt\:focus-visible\:border-ring {
|
|
665
902
|
&:focus-visible {
|
|
666
|
-
border-color: var(--ring);
|
|
903
|
+
border-color: var(--nt-ring);
|
|
667
904
|
}
|
|
668
905
|
}
|
|
669
906
|
.nt\:focus-visible\:ring-0 {
|
|
@@ -680,17 +917,17 @@
|
|
|
680
917
|
}
|
|
681
918
|
.nt\:focus-visible\:ring-destructive\/20 {
|
|
682
919
|
&:focus-visible {
|
|
683
|
-
--tw-ring-color: var(--destructive);
|
|
920
|
+
--tw-ring-color: var(--nt-destructive);
|
|
684
921
|
@supports (color: color-mix(in lab, red, red)) {
|
|
685
|
-
--tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
922
|
+
--tw-ring-color: color-mix(in oklab, var(--nt-destructive) 20%, transparent);
|
|
686
923
|
}
|
|
687
924
|
}
|
|
688
925
|
}
|
|
689
926
|
.nt\:focus-visible\:ring-ring\/50 {
|
|
690
927
|
&:focus-visible {
|
|
691
|
-
--tw-ring-color: var(--ring);
|
|
928
|
+
--tw-ring-color: var(--nt-ring);
|
|
692
929
|
@supports (color: color-mix(in lab, red, red)) {
|
|
693
|
-
--tw-ring-color: color-mix(in oklab, var(--ring) 50%, transparent);
|
|
930
|
+
--tw-ring-color: color-mix(in oklab, var(--nt-ring) 50%, transparent);
|
|
694
931
|
}
|
|
695
932
|
}
|
|
696
933
|
}
|
|
@@ -712,6 +949,19 @@
|
|
|
712
949
|
cursor: not-allowed;
|
|
713
950
|
}
|
|
714
951
|
}
|
|
952
|
+
.nt\:disabled\:bg-input\/50 {
|
|
953
|
+
&:disabled {
|
|
954
|
+
background-color: var(--nt-input);
|
|
955
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
956
|
+
background-color: color-mix(in oklab, var(--nt-input) 50%, transparent);
|
|
957
|
+
}
|
|
958
|
+
}
|
|
959
|
+
}
|
|
960
|
+
.nt\:disabled\:bg-transparent {
|
|
961
|
+
&:disabled {
|
|
962
|
+
background-color: transparent;
|
|
963
|
+
}
|
|
964
|
+
}
|
|
715
965
|
.nt\:disabled\:opacity-50 {
|
|
716
966
|
&:disabled {
|
|
717
967
|
opacity: 50%;
|
|
@@ -719,7 +969,40 @@
|
|
|
719
969
|
}
|
|
720
970
|
.nt\:in-data-\[slot\=button-group\]\:rounded-lg {
|
|
721
971
|
:where(*[data-slot="button-group"]) & {
|
|
722
|
-
border-radius: var(--radius);
|
|
972
|
+
border-radius: var(--nt-radius);
|
|
973
|
+
}
|
|
974
|
+
}
|
|
975
|
+
.nt\:in-data-\[slot\=combobox-content\]\:focus-within\:border-inherit {
|
|
976
|
+
:where(*[data-slot="combobox-content"]) & {
|
|
977
|
+
&:focus-within {
|
|
978
|
+
border-color: inherit;
|
|
979
|
+
}
|
|
980
|
+
}
|
|
981
|
+
}
|
|
982
|
+
.nt\:in-data-\[slot\=combobox-content\]\:focus-within\:ring-0 {
|
|
983
|
+
:where(*[data-slot="combobox-content"]) & {
|
|
984
|
+
&:focus-within {
|
|
985
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
986
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
987
|
+
}
|
|
988
|
+
}
|
|
989
|
+
}
|
|
990
|
+
.nt\:in-data-\[slot\=dialog-content\]\:rounded-lg\! {
|
|
991
|
+
:where(*[data-slot="dialog-content"]) & {
|
|
992
|
+
border-radius: var(--nt-radius) !important;
|
|
993
|
+
}
|
|
994
|
+
}
|
|
995
|
+
.nt\:has-disabled\:bg-input\/50 {
|
|
996
|
+
&:has(*:disabled) {
|
|
997
|
+
background-color: var(--nt-input);
|
|
998
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
999
|
+
background-color: color-mix(in oklab, var(--nt-input) 50%, transparent);
|
|
1000
|
+
}
|
|
1001
|
+
}
|
|
1002
|
+
}
|
|
1003
|
+
.nt\:has-disabled\:opacity-50 {
|
|
1004
|
+
&:has(*:disabled) {
|
|
1005
|
+
opacity: 50%;
|
|
723
1006
|
}
|
|
724
1007
|
}
|
|
725
1008
|
.nt\:has-data-\[icon\=inline-end\]\:pr-1\.5 {
|
|
@@ -742,29 +1025,123 @@
|
|
|
742
1025
|
padding-left: calc(var(--nt-spacing) * 2);
|
|
743
1026
|
}
|
|
744
1027
|
}
|
|
1028
|
+
.nt\:has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:border-ring {
|
|
1029
|
+
&:has(*:is([data-slot=input-group-control]:focus-visible)) {
|
|
1030
|
+
border-color: var(--nt-ring);
|
|
1031
|
+
}
|
|
1032
|
+
}
|
|
1033
|
+
.nt\:has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-3 {
|
|
1034
|
+
&:has(*:is([data-slot=input-group-control]:focus-visible)) {
|
|
1035
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1036
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1037
|
+
}
|
|
1038
|
+
}
|
|
1039
|
+
.nt\:has-\[\[data-slot\=input-group-control\]\:focus-visible\]\:ring-ring\/50 {
|
|
1040
|
+
&:has(*:is([data-slot=input-group-control]:focus-visible)) {
|
|
1041
|
+
--tw-ring-color: var(--nt-ring);
|
|
1042
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1043
|
+
--tw-ring-color: color-mix(in oklab, var(--nt-ring) 50%, transparent);
|
|
1044
|
+
}
|
|
1045
|
+
}
|
|
1046
|
+
}
|
|
1047
|
+
.nt\:has-\[\[data-slot\]\[aria-invalid\=true\]\]\:border-destructive {
|
|
1048
|
+
&:has(*:is([data-slot][aria-invalid=true])) {
|
|
1049
|
+
border-color: var(--nt-destructive);
|
|
1050
|
+
}
|
|
1051
|
+
}
|
|
1052
|
+
.nt\:has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-3 {
|
|
1053
|
+
&:has(*:is([data-slot][aria-invalid=true])) {
|
|
1054
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1055
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
1056
|
+
}
|
|
1057
|
+
}
|
|
1058
|
+
.nt\:has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/20 {
|
|
1059
|
+
&:has(*:is([data-slot][aria-invalid=true])) {
|
|
1060
|
+
--tw-ring-color: var(--nt-destructive);
|
|
1061
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1062
|
+
--tw-ring-color: color-mix(in oklab, var(--nt-destructive) 20%, transparent);
|
|
1063
|
+
}
|
|
1064
|
+
}
|
|
1065
|
+
}
|
|
1066
|
+
.nt\:has-\[\>\[data-align\=block-end\]\]\:h-auto {
|
|
1067
|
+
&:has(>[data-align=block-end]) {
|
|
1068
|
+
height: auto;
|
|
1069
|
+
}
|
|
1070
|
+
}
|
|
1071
|
+
.nt\:has-\[\>\[data-align\=block-end\]\]\:flex-col {
|
|
1072
|
+
&:has(>[data-align=block-end]) {
|
|
1073
|
+
flex-direction: column;
|
|
1074
|
+
}
|
|
1075
|
+
}
|
|
1076
|
+
.nt\:has-\[\>\[data-align\=block-start\]\]\:h-auto {
|
|
1077
|
+
&:has(>[data-align=block-start]) {
|
|
1078
|
+
height: auto;
|
|
1079
|
+
}
|
|
1080
|
+
}
|
|
1081
|
+
.nt\:has-\[\>\[data-align\=block-start\]\]\:flex-col {
|
|
1082
|
+
&:has(>[data-align=block-start]) {
|
|
1083
|
+
flex-direction: column;
|
|
1084
|
+
}
|
|
1085
|
+
}
|
|
1086
|
+
.nt\:has-\[\>button\]\:mr-\[-0\.3rem\] {
|
|
1087
|
+
&:has(>button) {
|
|
1088
|
+
margin-right: -0.3rem;
|
|
1089
|
+
}
|
|
1090
|
+
}
|
|
1091
|
+
.nt\:has-\[\>button\]\:ml-\[-0\.3rem\] {
|
|
1092
|
+
&:has(>button) {
|
|
1093
|
+
margin-left: -0.3rem;
|
|
1094
|
+
}
|
|
1095
|
+
}
|
|
1096
|
+
.nt\:has-\[\>kbd\]\:mr-\[-0\.15rem\] {
|
|
1097
|
+
&:has(>kbd) {
|
|
1098
|
+
margin-right: -0.15rem;
|
|
1099
|
+
}
|
|
1100
|
+
}
|
|
1101
|
+
.nt\:has-\[\>kbd\]\:ml-\[-0\.15rem\] {
|
|
1102
|
+
&:has(>kbd) {
|
|
1103
|
+
margin-left: -0.15rem;
|
|
1104
|
+
}
|
|
1105
|
+
}
|
|
1106
|
+
.nt\:has-\[\>svg\]\:p-0 {
|
|
1107
|
+
&:has(>svg) {
|
|
1108
|
+
padding: calc(var(--nt-spacing) * 0);
|
|
1109
|
+
}
|
|
1110
|
+
}
|
|
1111
|
+
.nt\:has-\[\>textarea\]\:h-auto {
|
|
1112
|
+
&:has(>textarea) {
|
|
1113
|
+
height: auto;
|
|
1114
|
+
}
|
|
1115
|
+
}
|
|
745
1116
|
.nt\:aria-expanded\:bg-muted {
|
|
746
1117
|
&[aria-expanded="true"] {
|
|
747
|
-
background-color: var(--muted);
|
|
1118
|
+
background-color: var(--nt-muted);
|
|
748
1119
|
}
|
|
749
1120
|
}
|
|
750
1121
|
.nt\:aria-expanded\:bg-secondary {
|
|
751
1122
|
&[aria-expanded="true"] {
|
|
752
|
-
background-color: var(--secondary);
|
|
1123
|
+
background-color: var(--nt-secondary);
|
|
753
1124
|
}
|
|
754
1125
|
}
|
|
755
1126
|
.nt\:aria-expanded\:text-foreground {
|
|
756
1127
|
&[aria-expanded="true"] {
|
|
757
|
-
color: var(--foreground);
|
|
1128
|
+
color: var(--nt-foreground);
|
|
758
1129
|
}
|
|
759
1130
|
}
|
|
760
1131
|
.nt\:aria-expanded\:text-secondary-foreground {
|
|
761
1132
|
&[aria-expanded="true"] {
|
|
762
|
-
color: var(--secondary-foreground);
|
|
1133
|
+
color: var(--nt-secondary-foreground);
|
|
763
1134
|
}
|
|
764
1135
|
}
|
|
765
1136
|
.nt\:aria-invalid\:border-destructive {
|
|
766
1137
|
&[aria-invalid="true"] {
|
|
767
|
-
border-color: var(--destructive);
|
|
1138
|
+
border-color: var(--nt-destructive);
|
|
1139
|
+
}
|
|
1140
|
+
}
|
|
1141
|
+
.nt\:aria-invalid\:ring-0 {
|
|
1142
|
+
&[aria-invalid="true"] {
|
|
1143
|
+
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
|
|
1144
|
+
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
|
|
768
1145
|
}
|
|
769
1146
|
}
|
|
770
1147
|
.nt\:aria-invalid\:ring-3 {
|
|
@@ -775,40 +1152,20 @@
|
|
|
775
1152
|
}
|
|
776
1153
|
.nt\:aria-invalid\:ring-destructive\/20 {
|
|
777
1154
|
&[aria-invalid="true"] {
|
|
778
|
-
--tw-ring-color: var(--destructive);
|
|
1155
|
+
--tw-ring-color: var(--nt-destructive);
|
|
779
1156
|
@supports (color: color-mix(in lab, red, red)) {
|
|
780
|
-
--tw-ring-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
1157
|
+
--tw-ring-color: color-mix(in oklab, var(--nt-destructive) 20%, transparent);
|
|
781
1158
|
}
|
|
782
1159
|
}
|
|
783
1160
|
}
|
|
784
|
-
.nt\:data-disabled\:pointer-events-none {
|
|
785
|
-
&[data-disabled] {
|
|
786
|
-
pointer-events: none;
|
|
787
|
-
}
|
|
788
|
-
}
|
|
789
|
-
.nt\:data-disabled\:opacity-50 {
|
|
790
|
-
&[data-disabled] {
|
|
791
|
-
opacity: 50%;
|
|
792
|
-
}
|
|
793
|
-
}
|
|
794
1161
|
.nt\:data-inset\:pl-7 {
|
|
795
1162
|
&[data-inset] {
|
|
796
1163
|
padding-left: calc(var(--nt-spacing) * 7);
|
|
797
1164
|
}
|
|
798
1165
|
}
|
|
799
|
-
.nt\:data-open\:bg-accent {
|
|
800
|
-
&[data-open] {
|
|
801
|
-
background-color: var(--accent);
|
|
802
|
-
}
|
|
803
|
-
}
|
|
804
|
-
.nt\:data-open\:text-accent-foreground {
|
|
805
|
-
&[data-open] {
|
|
806
|
-
color: var(--accent-foreground);
|
|
807
|
-
}
|
|
808
|
-
}
|
|
809
1166
|
.nt\:data-\[active-state\=on\]\:bg-accent {
|
|
810
1167
|
&[data-active-state="on"] {
|
|
811
|
-
background-color: var(--accent);
|
|
1168
|
+
background-color: var(--nt-accent);
|
|
812
1169
|
}
|
|
813
1170
|
}
|
|
814
1171
|
.nt\:data-\[active-state\=on\]\:text-\[var\(--tt-brand-color-500\)\] {
|
|
@@ -816,24 +1173,41 @@
|
|
|
816
1173
|
color: var(--tt-brand-color-500);
|
|
817
1174
|
}
|
|
818
1175
|
}
|
|
819
|
-
.nt\:data-\[
|
|
820
|
-
&[data-
|
|
821
|
-
|
|
1176
|
+
.nt\:data-\[disabled\=true\]\:pointer-events-none {
|
|
1177
|
+
&[data-disabled="true"] {
|
|
1178
|
+
pointer-events: none;
|
|
822
1179
|
}
|
|
823
1180
|
}
|
|
824
|
-
.nt\:data-\[
|
|
825
|
-
&[data-
|
|
826
|
-
|
|
1181
|
+
.nt\:data-\[disabled\=true\]\:opacity-50 {
|
|
1182
|
+
&[data-disabled="true"] {
|
|
1183
|
+
opacity: 50%;
|
|
827
1184
|
}
|
|
828
1185
|
}
|
|
829
|
-
.nt\:data-\[
|
|
830
|
-
&[data-
|
|
831
|
-
|
|
1186
|
+
.nt\:data-\[side\=bottom\]\:slide-in-from-top-2 {
|
|
1187
|
+
&[data-side="bottom"] {
|
|
1188
|
+
--tw-enter-translate-y: calc(2*var(--spacing)*-1);
|
|
832
1189
|
}
|
|
833
1190
|
}
|
|
834
|
-
.nt\:data-\[
|
|
835
|
-
&[data-
|
|
836
|
-
|
|
1191
|
+
.nt\:data-\[side\=left\]\:slide-in-from-right-2 {
|
|
1192
|
+
&[data-side="left"] {
|
|
1193
|
+
--tw-enter-translate-x: calc(2*var(--spacing));
|
|
1194
|
+
}
|
|
1195
|
+
}
|
|
1196
|
+
.nt\:data-\[side\=right\]\:slide-in-from-left-2 {
|
|
1197
|
+
&[data-side="right"] {
|
|
1198
|
+
--tw-enter-translate-x: calc(2*var(--spacing)*-1);
|
|
1199
|
+
}
|
|
1200
|
+
}
|
|
1201
|
+
.nt\:data-\[side\=top\]\:slide-in-from-bottom-2 {
|
|
1202
|
+
&[data-side="top"] {
|
|
1203
|
+
--tw-enter-translate-y: calc(2*var(--spacing));
|
|
1204
|
+
}
|
|
1205
|
+
}
|
|
1206
|
+
.nt\:\*\:data-\[slot\=input-group-addon\]\:pl-2\! {
|
|
1207
|
+
:is(& > *) {
|
|
1208
|
+
&[data-slot="input-group-addon"] {
|
|
1209
|
+
padding-left: calc(var(--nt-spacing) * 2) !important;
|
|
1210
|
+
}
|
|
837
1211
|
}
|
|
838
1212
|
}
|
|
839
1213
|
.nt\:data-\[state\=closed\]\:overflow-hidden {
|
|
@@ -843,15 +1217,15 @@
|
|
|
843
1217
|
}
|
|
844
1218
|
.nt\:data-\[variant\=destructive\]\:text-destructive {
|
|
845
1219
|
&[data-variant="destructive"] {
|
|
846
|
-
color: var(--destructive);
|
|
1220
|
+
color: var(--nt-destructive);
|
|
847
1221
|
}
|
|
848
1222
|
}
|
|
849
1223
|
.nt\:data-\[variant\=destructive\]\:focus\:bg-destructive\/10 {
|
|
850
1224
|
&[data-variant="destructive"] {
|
|
851
1225
|
&:focus {
|
|
852
|
-
background-color: var(--destructive);
|
|
1226
|
+
background-color: var(--nt-destructive);
|
|
853
1227
|
@supports (color: color-mix(in lab, red, red)) {
|
|
854
|
-
background-color: color-mix(in oklab, var(--destructive) 10%, transparent);
|
|
1228
|
+
background-color: color-mix(in oklab, var(--nt-destructive) 10%, transparent);
|
|
855
1229
|
}
|
|
856
1230
|
}
|
|
857
1231
|
}
|
|
@@ -859,10 +1233,32 @@
|
|
|
859
1233
|
.nt\:data-\[variant\=destructive\]\:focus\:text-destructive {
|
|
860
1234
|
&[data-variant="destructive"] {
|
|
861
1235
|
&:focus {
|
|
862
|
-
color: var(--destructive);
|
|
1236
|
+
color: var(--nt-destructive);
|
|
863
1237
|
}
|
|
864
1238
|
}
|
|
865
1239
|
}
|
|
1240
|
+
.nt\:supports-backdrop-filter\:backdrop-blur-xs {
|
|
1241
|
+
@supports (backdrop-filter: var(--tw)) {
|
|
1242
|
+
--tw-backdrop-blur: blur(var(--nt-blur-xs));
|
|
1243
|
+
-webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
1244
|
+
backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
|
|
1245
|
+
}
|
|
1246
|
+
}
|
|
1247
|
+
.nt\:sm\:max-w-sm {
|
|
1248
|
+
@media (width >= 40rem) {
|
|
1249
|
+
max-width: var(--nt-container-sm);
|
|
1250
|
+
}
|
|
1251
|
+
}
|
|
1252
|
+
.nt\:sm\:flex-row {
|
|
1253
|
+
@media (width >= 40rem) {
|
|
1254
|
+
flex-direction: row;
|
|
1255
|
+
}
|
|
1256
|
+
}
|
|
1257
|
+
.nt\:sm\:justify-end {
|
|
1258
|
+
@media (width >= 40rem) {
|
|
1259
|
+
justify-content: flex-end;
|
|
1260
|
+
}
|
|
1261
|
+
}
|
|
866
1262
|
.nt\:md\:text-sm {
|
|
867
1263
|
@media (width >= 48rem) {
|
|
868
1264
|
font-size: var(--nt-text-sm);
|
|
@@ -871,32 +1267,37 @@
|
|
|
871
1267
|
}
|
|
872
1268
|
.nt\:dark\:border-input {
|
|
873
1269
|
&:is(.dark *) {
|
|
874
|
-
border-color: var(--input);
|
|
1270
|
+
border-color: var(--nt-input);
|
|
875
1271
|
}
|
|
876
1272
|
}
|
|
877
1273
|
.nt\:dark\:bg-destructive\/20 {
|
|
878
1274
|
&:is(.dark *) {
|
|
879
|
-
background-color: var(--destructive);
|
|
1275
|
+
background-color: var(--nt-destructive);
|
|
880
1276
|
@supports (color: color-mix(in lab, red, red)) {
|
|
881
|
-
background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
1277
|
+
background-color: color-mix(in oklab, var(--nt-destructive) 20%, transparent);
|
|
882
1278
|
}
|
|
883
1279
|
}
|
|
884
1280
|
}
|
|
885
1281
|
.nt\:dark\:bg-input\/30 {
|
|
886
1282
|
&:is(.dark *) {
|
|
887
|
-
background-color: var(--input);
|
|
1283
|
+
background-color: var(--nt-input);
|
|
888
1284
|
@supports (color: color-mix(in lab, red, red)) {
|
|
889
|
-
background-color: color-mix(in oklab, var(--input) 30%, transparent);
|
|
1285
|
+
background-color: color-mix(in oklab, var(--nt-input) 30%, transparent);
|
|
890
1286
|
}
|
|
891
1287
|
}
|
|
892
1288
|
}
|
|
1289
|
+
.nt\:dark\:bg-transparent {
|
|
1290
|
+
&:is(.dark *) {
|
|
1291
|
+
background-color: transparent;
|
|
1292
|
+
}
|
|
1293
|
+
}
|
|
893
1294
|
.nt\:dark\:hover\:bg-destructive\/30 {
|
|
894
1295
|
&:is(.dark *) {
|
|
895
1296
|
&:hover {
|
|
896
1297
|
@media (hover: hover) {
|
|
897
|
-
background-color: var(--destructive);
|
|
1298
|
+
background-color: var(--nt-destructive);
|
|
898
1299
|
@supports (color: color-mix(in lab, red, red)) {
|
|
899
|
-
background-color: color-mix(in oklab, var(--destructive) 30%, transparent);
|
|
1300
|
+
background-color: color-mix(in oklab, var(--nt-destructive) 30%, transparent);
|
|
900
1301
|
}
|
|
901
1302
|
}
|
|
902
1303
|
}
|
|
@@ -906,9 +1307,9 @@
|
|
|
906
1307
|
&:is(.dark *) {
|
|
907
1308
|
&:hover {
|
|
908
1309
|
@media (hover: hover) {
|
|
909
|
-
background-color: var(--input);
|
|
1310
|
+
background-color: var(--nt-input);
|
|
910
1311
|
@supports (color: color-mix(in lab, red, red)) {
|
|
911
|
-
background-color: color-mix(in oklab, var(--input) 50%, transparent);
|
|
1312
|
+
background-color: color-mix(in oklab, var(--nt-input) 50%, transparent);
|
|
912
1313
|
}
|
|
913
1314
|
}
|
|
914
1315
|
}
|
|
@@ -918,9 +1319,9 @@
|
|
|
918
1319
|
&:is(.dark *) {
|
|
919
1320
|
&:hover {
|
|
920
1321
|
@media (hover: hover) {
|
|
921
|
-
background-color: var(--muted);
|
|
1322
|
+
background-color: var(--nt-muted);
|
|
922
1323
|
@supports (color: color-mix(in lab, red, red)) {
|
|
923
|
-
background-color: color-mix(in oklab, var(--muted) 50%, transparent);
|
|
1324
|
+
background-color: color-mix(in oklab, var(--nt-muted) 50%, transparent);
|
|
924
1325
|
}
|
|
925
1326
|
}
|
|
926
1327
|
}
|
|
@@ -929,9 +1330,46 @@
|
|
|
929
1330
|
.nt\:dark\:focus-visible\:ring-destructive\/40 {
|
|
930
1331
|
&:is(.dark *) {
|
|
931
1332
|
&:focus-visible {
|
|
932
|
-
--tw-ring-color: var(--destructive);
|
|
1333
|
+
--tw-ring-color: var(--nt-destructive);
|
|
933
1334
|
@supports (color: color-mix(in lab, red, red)) {
|
|
934
|
-
--tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
|
|
1335
|
+
--tw-ring-color: color-mix(in oklab, var(--nt-destructive) 40%, transparent);
|
|
1336
|
+
}
|
|
1337
|
+
}
|
|
1338
|
+
}
|
|
1339
|
+
}
|
|
1340
|
+
.nt\:dark\:disabled\:bg-input\/80 {
|
|
1341
|
+
&:is(.dark *) {
|
|
1342
|
+
&:disabled {
|
|
1343
|
+
background-color: var(--nt-input);
|
|
1344
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1345
|
+
background-color: color-mix(in oklab, var(--nt-input) 80%, transparent);
|
|
1346
|
+
}
|
|
1347
|
+
}
|
|
1348
|
+
}
|
|
1349
|
+
}
|
|
1350
|
+
.nt\:dark\:disabled\:bg-transparent {
|
|
1351
|
+
&:is(.dark *) {
|
|
1352
|
+
&:disabled {
|
|
1353
|
+
background-color: transparent;
|
|
1354
|
+
}
|
|
1355
|
+
}
|
|
1356
|
+
}
|
|
1357
|
+
.nt\:dark\:has-disabled\:bg-input\/80 {
|
|
1358
|
+
&:is(.dark *) {
|
|
1359
|
+
&:has(*:disabled) {
|
|
1360
|
+
background-color: var(--nt-input);
|
|
1361
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1362
|
+
background-color: color-mix(in oklab, var(--nt-input) 80%, transparent);
|
|
1363
|
+
}
|
|
1364
|
+
}
|
|
1365
|
+
}
|
|
1366
|
+
}
|
|
1367
|
+
.nt\:dark\:has-\[\[data-slot\]\[aria-invalid\=true\]\]\:ring-destructive\/40 {
|
|
1368
|
+
&:is(.dark *) {
|
|
1369
|
+
&:has(*:is([data-slot][aria-invalid=true])) {
|
|
1370
|
+
--tw-ring-color: var(--nt-destructive);
|
|
1371
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1372
|
+
--tw-ring-color: color-mix(in oklab, var(--nt-destructive) 40%, transparent);
|
|
935
1373
|
}
|
|
936
1374
|
}
|
|
937
1375
|
}
|
|
@@ -939,9 +1377,9 @@
|
|
|
939
1377
|
.nt\:dark\:aria-invalid\:border-destructive\/50 {
|
|
940
1378
|
&:is(.dark *) {
|
|
941
1379
|
&[aria-invalid="true"] {
|
|
942
|
-
border-color: var(--destructive);
|
|
1380
|
+
border-color: var(--nt-destructive);
|
|
943
1381
|
@supports (color: color-mix(in lab, red, red)) {
|
|
944
|
-
border-color: color-mix(in oklab, var(--destructive) 50%, transparent);
|
|
1382
|
+
border-color: color-mix(in oklab, var(--nt-destructive) 50%, transparent);
|
|
945
1383
|
}
|
|
946
1384
|
}
|
|
947
1385
|
}
|
|
@@ -949,9 +1387,9 @@
|
|
|
949
1387
|
.nt\:dark\:aria-invalid\:ring-destructive\/40 {
|
|
950
1388
|
&:is(.dark *) {
|
|
951
1389
|
&[aria-invalid="true"] {
|
|
952
|
-
--tw-ring-color: var(--destructive);
|
|
1390
|
+
--tw-ring-color: var(--nt-destructive);
|
|
953
1391
|
@supports (color: color-mix(in lab, red, red)) {
|
|
954
|
-
--tw-ring-color: color-mix(in oklab, var(--destructive) 40%, transparent);
|
|
1392
|
+
--tw-ring-color: color-mix(in oklab, var(--nt-destructive) 40%, transparent);
|
|
955
1393
|
}
|
|
956
1394
|
}
|
|
957
1395
|
}
|
|
@@ -960,14 +1398,98 @@
|
|
|
960
1398
|
&:is(.dark *) {
|
|
961
1399
|
&[data-variant="destructive"] {
|
|
962
1400
|
&:focus {
|
|
963
|
-
background-color: var(--destructive);
|
|
1401
|
+
background-color: var(--nt-destructive);
|
|
964
1402
|
@supports (color: color-mix(in lab, red, red)) {
|
|
965
|
-
background-color: color-mix(in oklab, var(--destructive) 20%, transparent);
|
|
1403
|
+
background-color: color-mix(in oklab, var(--nt-destructive) 20%, transparent);
|
|
966
1404
|
}
|
|
967
1405
|
}
|
|
968
1406
|
}
|
|
969
1407
|
}
|
|
970
1408
|
}
|
|
1409
|
+
.nt\:data-open\:animate-in {
|
|
1410
|
+
&:where([data-state="open"]), &:where([data-open]:not([data-open="false"])) {
|
|
1411
|
+
animation: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
1412
|
+
}
|
|
1413
|
+
}
|
|
1414
|
+
.nt\:data-open\:bg-accent {
|
|
1415
|
+
&:where([data-state="open"]), &:where([data-open]:not([data-open="false"])) {
|
|
1416
|
+
background-color: var(--nt-accent);
|
|
1417
|
+
}
|
|
1418
|
+
}
|
|
1419
|
+
.nt\:data-open\:text-accent-foreground {
|
|
1420
|
+
&:where([data-state="open"]), &:where([data-open]:not([data-open="false"])) {
|
|
1421
|
+
color: var(--nt-accent-foreground);
|
|
1422
|
+
}
|
|
1423
|
+
}
|
|
1424
|
+
.nt\:data-open\:fade-in-0 {
|
|
1425
|
+
&:where([data-state="open"]), &:where([data-open]:not([data-open="false"])) {
|
|
1426
|
+
--tw-enter-opacity: calc(0/100);
|
|
1427
|
+
--tw-enter-opacity: 0;
|
|
1428
|
+
}
|
|
1429
|
+
}
|
|
1430
|
+
.nt\:data-open\:zoom-in-95 {
|
|
1431
|
+
&:where([data-state="open"]), &:where([data-open]:not([data-open="false"])) {
|
|
1432
|
+
--tw-enter-scale: calc(95*1%);
|
|
1433
|
+
--tw-enter-scale: .95;
|
|
1434
|
+
}
|
|
1435
|
+
}
|
|
1436
|
+
.nt\:data-closed\:animate-out {
|
|
1437
|
+
&:where([data-state="closed"]), &:where([data-closed]:not([data-closed="false"])) {
|
|
1438
|
+
animation: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none);
|
|
1439
|
+
}
|
|
1440
|
+
}
|
|
1441
|
+
.nt\:data-closed\:fade-out-0 {
|
|
1442
|
+
&:where([data-state="closed"]), &:where([data-closed]:not([data-closed="false"])) {
|
|
1443
|
+
--tw-exit-opacity: calc(0/100);
|
|
1444
|
+
--tw-exit-opacity: 0;
|
|
1445
|
+
}
|
|
1446
|
+
}
|
|
1447
|
+
.nt\:data-closed\:zoom-out-95 {
|
|
1448
|
+
&:where([data-state="closed"]), &:where([data-closed]:not([data-closed="false"])) {
|
|
1449
|
+
--tw-exit-scale: calc(95*1%);
|
|
1450
|
+
--tw-exit-scale: .95;
|
|
1451
|
+
}
|
|
1452
|
+
}
|
|
1453
|
+
.nt\:data-selected\:bg-muted {
|
|
1454
|
+
&:where([data-selected="true"]) {
|
|
1455
|
+
background-color: var(--nt-muted);
|
|
1456
|
+
}
|
|
1457
|
+
}
|
|
1458
|
+
.nt\:data-selected\:text-foreground {
|
|
1459
|
+
&:where([data-selected="true"]) {
|
|
1460
|
+
color: var(--nt-foreground);
|
|
1461
|
+
}
|
|
1462
|
+
}
|
|
1463
|
+
.nt\:data-disabled\:pointer-events-none {
|
|
1464
|
+
&:where([data-disabled="true"]), &:where([data-disabled]:not([data-disabled="false"])) {
|
|
1465
|
+
pointer-events: none;
|
|
1466
|
+
}
|
|
1467
|
+
}
|
|
1468
|
+
.nt\:data-disabled\:opacity-50 {
|
|
1469
|
+
&:where([data-disabled="true"]), &:where([data-disabled]:not([data-disabled="false"])) {
|
|
1470
|
+
opacity: 50%;
|
|
1471
|
+
}
|
|
1472
|
+
}
|
|
1473
|
+
.nt\:data-horizontal\:h-px {
|
|
1474
|
+
&:where([data-orientation="horizontal"]) {
|
|
1475
|
+
height: 1px;
|
|
1476
|
+
}
|
|
1477
|
+
}
|
|
1478
|
+
.nt\:data-horizontal\:w-full {
|
|
1479
|
+
&:where([data-orientation="horizontal"]) {
|
|
1480
|
+
width: 100%;
|
|
1481
|
+
}
|
|
1482
|
+
}
|
|
1483
|
+
.nt\:data-vertical\:w-px {
|
|
1484
|
+
&:where([data-orientation="vertical"]) {
|
|
1485
|
+
width: 1px;
|
|
1486
|
+
}
|
|
1487
|
+
}
|
|
1488
|
+
.nt\:data-vertical\:self-stretch {
|
|
1489
|
+
&:where([data-orientation="vertical"]) {
|
|
1490
|
+
align-self: stretch;
|
|
1491
|
+
}
|
|
1492
|
+
}
|
|
971
1493
|
.nt\:\[\&_svg\]\:pointer-events-none {
|
|
972
1494
|
& svg {
|
|
973
1495
|
pointer-events: none;
|
|
@@ -996,13 +1518,85 @@
|
|
|
996
1518
|
height: calc(var(--nt-spacing) * 4);
|
|
997
1519
|
}
|
|
998
1520
|
}
|
|
1521
|
+
.nt\:\[\.border-b\]\:pb-2 {
|
|
1522
|
+
&:is(.border-b) {
|
|
1523
|
+
padding-bottom: calc(var(--nt-spacing) * 2);
|
|
1524
|
+
}
|
|
1525
|
+
}
|
|
1526
|
+
.nt\:\[\.border-t\]\:pt-2 {
|
|
1527
|
+
&:is(.border-t) {
|
|
1528
|
+
padding-top: calc(var(--nt-spacing) * 2);
|
|
1529
|
+
}
|
|
1530
|
+
}
|
|
1531
|
+
.nt\:\*\*\:\[\[cmdk-group-heading\]\]\:px-2 {
|
|
1532
|
+
:is(& *) {
|
|
1533
|
+
&:is([cmdk-group-heading]) {
|
|
1534
|
+
padding-inline: calc(var(--nt-spacing) * 2);
|
|
1535
|
+
}
|
|
1536
|
+
}
|
|
1537
|
+
}
|
|
1538
|
+
.nt\:\*\*\:\[\[cmdk-group-heading\]\]\:py-1\.5 {
|
|
1539
|
+
:is(& *) {
|
|
1540
|
+
&:is([cmdk-group-heading]) {
|
|
1541
|
+
padding-block: calc(var(--nt-spacing) * 1.5);
|
|
1542
|
+
}
|
|
1543
|
+
}
|
|
1544
|
+
}
|
|
1545
|
+
.nt\:\*\*\:\[\[cmdk-group-heading\]\]\:text-xs {
|
|
1546
|
+
:is(& *) {
|
|
1547
|
+
&:is([cmdk-group-heading]) {
|
|
1548
|
+
font-size: var(--nt-text-xs);
|
|
1549
|
+
line-height: var(--tw-leading, var(--nt-text-xs--line-height));
|
|
1550
|
+
}
|
|
1551
|
+
}
|
|
1552
|
+
}
|
|
1553
|
+
.nt\:\*\*\:\[\[cmdk-group-heading\]\]\:font-medium {
|
|
1554
|
+
:is(& *) {
|
|
1555
|
+
&:is([cmdk-group-heading]) {
|
|
1556
|
+
--tw-font-weight: var(--nt-font-weight-medium);
|
|
1557
|
+
font-weight: var(--nt-font-weight-medium);
|
|
1558
|
+
}
|
|
1559
|
+
}
|
|
1560
|
+
}
|
|
1561
|
+
.nt\:\*\*\:\[\[cmdk-group-heading\]\]\:text-muted-foreground {
|
|
1562
|
+
:is(& *) {
|
|
1563
|
+
&:is([cmdk-group-heading]) {
|
|
1564
|
+
color: var(--nt-muted-foreground);
|
|
1565
|
+
}
|
|
1566
|
+
}
|
|
1567
|
+
}
|
|
1568
|
+
.nt\:\*\:\[a\]\:underline {
|
|
1569
|
+
:is(& > *) {
|
|
1570
|
+
&:is(a) {
|
|
1571
|
+
text-decoration-line: underline;
|
|
1572
|
+
}
|
|
1573
|
+
}
|
|
1574
|
+
}
|
|
1575
|
+
.nt\:\*\:\[a\]\:underline-offset-3 {
|
|
1576
|
+
:is(& > *) {
|
|
1577
|
+
&:is(a) {
|
|
1578
|
+
text-underline-offset: 3px;
|
|
1579
|
+
}
|
|
1580
|
+
}
|
|
1581
|
+
}
|
|
999
1582
|
.nt\:\[a\]\:hover\:bg-primary\/80 {
|
|
1000
1583
|
&:is(a) {
|
|
1001
1584
|
&:hover {
|
|
1002
1585
|
@media (hover: hover) {
|
|
1003
|
-
background-color: var(--primary);
|
|
1586
|
+
background-color: var(--nt-primary);
|
|
1004
1587
|
@supports (color: color-mix(in lab, red, red)) {
|
|
1005
|
-
background-color: color-mix(in oklab, var(--primary) 80%, transparent);
|
|
1588
|
+
background-color: color-mix(in oklab, var(--nt-primary) 80%, transparent);
|
|
1589
|
+
}
|
|
1590
|
+
}
|
|
1591
|
+
}
|
|
1592
|
+
}
|
|
1593
|
+
}
|
|
1594
|
+
.nt\:\*\:\[a\]\:hover\:text-foreground {
|
|
1595
|
+
:is(& > *) {
|
|
1596
|
+
&:is(a) {
|
|
1597
|
+
&:hover {
|
|
1598
|
+
@media (hover: hover) {
|
|
1599
|
+
color: var(--nt-foreground);
|
|
1006
1600
|
}
|
|
1007
1601
|
}
|
|
1008
1602
|
}
|
|
@@ -1012,34 +1606,216 @@
|
|
|
1012
1606
|
&[data-variant="destructive"] {
|
|
1013
1607
|
:is(& > *) {
|
|
1014
1608
|
&:is(svg) {
|
|
1015
|
-
color: var(--destructive);
|
|
1609
|
+
color: var(--nt-destructive);
|
|
1610
|
+
}
|
|
1611
|
+
}
|
|
1612
|
+
}
|
|
1613
|
+
}
|
|
1614
|
+
.nt\:data-selected\:\*\:\[svg\]\:text-foreground {
|
|
1615
|
+
&:where([data-selected="true"]) {
|
|
1616
|
+
:is(& > *) {
|
|
1617
|
+
&:is(svg) {
|
|
1618
|
+
color: var(--nt-foreground);
|
|
1016
1619
|
}
|
|
1017
1620
|
}
|
|
1018
1621
|
}
|
|
1019
1622
|
}
|
|
1623
|
+
.nt\:has-\[\>\[data-align\=block-end\]\]\:\[\&\>input\]\:pt-3 {
|
|
1624
|
+
&:has(>[data-align=block-end]) {
|
|
1625
|
+
&>input {
|
|
1626
|
+
padding-top: calc(var(--nt-spacing) * 3);
|
|
1627
|
+
}
|
|
1628
|
+
}
|
|
1629
|
+
}
|
|
1630
|
+
.nt\:has-\[\>\[data-align\=block-start\]\]\:\[\&\>input\]\:pb-3 {
|
|
1631
|
+
&:has(>[data-align=block-start]) {
|
|
1632
|
+
&>input {
|
|
1633
|
+
padding-bottom: calc(var(--nt-spacing) * 3);
|
|
1634
|
+
}
|
|
1635
|
+
}
|
|
1636
|
+
}
|
|
1637
|
+
.nt\:has-\[\>\[data-align\=inline-end\]\]\:\[\&\>input\]\:pr-1\.5 {
|
|
1638
|
+
&:has(>[data-align=inline-end]) {
|
|
1639
|
+
&>input {
|
|
1640
|
+
padding-right: calc(var(--nt-spacing) * 1.5);
|
|
1641
|
+
}
|
|
1642
|
+
}
|
|
1643
|
+
}
|
|
1644
|
+
.nt\:has-\[\>\[data-align\=inline-start\]\]\:\[\&\>input\]\:pl-1\.5 {
|
|
1645
|
+
&:has(>[data-align=inline-start]) {
|
|
1646
|
+
&>input {
|
|
1647
|
+
padding-left: calc(var(--nt-spacing) * 1.5);
|
|
1648
|
+
}
|
|
1649
|
+
}
|
|
1650
|
+
}
|
|
1651
|
+
.nt\:\[\&\>kbd\]\:rounded-\[calc\(var\(--radius\)-5px\)\] {
|
|
1652
|
+
&>kbd {
|
|
1653
|
+
border-radius: calc(var(--radius) - 5px);
|
|
1654
|
+
}
|
|
1655
|
+
}
|
|
1656
|
+
.nt\:\[\&\>svg\:not\(\[class\*\=size-\]\)\]\:size-3\.5 {
|
|
1657
|
+
&>svg:not([class*=size-]) {
|
|
1658
|
+
width: calc(var(--nt-spacing) * 3.5);
|
|
1659
|
+
height: calc(var(--nt-spacing) * 3.5);
|
|
1660
|
+
}
|
|
1661
|
+
}
|
|
1662
|
+
.nt\:\[\&\>svg\:not\(\[class\*\=size-\]\)\]\:size-4 {
|
|
1663
|
+
&>svg:not([class*=size-]) {
|
|
1664
|
+
width: calc(var(--nt-spacing) * 4);
|
|
1665
|
+
height: calc(var(--nt-spacing) * 4);
|
|
1666
|
+
}
|
|
1667
|
+
}
|
|
1668
|
+
}
|
|
1669
|
+
@property --tw-animation-delay {
|
|
1670
|
+
syntax: "*";
|
|
1671
|
+
inherits: false;
|
|
1672
|
+
initial-value: 0s;
|
|
1673
|
+
}
|
|
1674
|
+
@property --tw-animation-direction {
|
|
1675
|
+
syntax: "*";
|
|
1676
|
+
inherits: false;
|
|
1677
|
+
initial-value: normal;
|
|
1678
|
+
}
|
|
1679
|
+
@property --tw-animation-duration {
|
|
1680
|
+
syntax: "*";
|
|
1681
|
+
inherits: false;
|
|
1682
|
+
}
|
|
1683
|
+
@property --tw-animation-fill-mode {
|
|
1684
|
+
syntax: "*";
|
|
1685
|
+
inherits: false;
|
|
1686
|
+
initial-value: none;
|
|
1687
|
+
}
|
|
1688
|
+
@property --tw-animation-iteration-count {
|
|
1689
|
+
syntax: "*";
|
|
1690
|
+
inherits: false;
|
|
1691
|
+
initial-value: 1;
|
|
1692
|
+
}
|
|
1693
|
+
@property --tw-enter-blur {
|
|
1694
|
+
syntax: "*";
|
|
1695
|
+
inherits: false;
|
|
1696
|
+
initial-value: 0;
|
|
1697
|
+
}
|
|
1698
|
+
@property --tw-enter-opacity {
|
|
1699
|
+
syntax: "*";
|
|
1700
|
+
inherits: false;
|
|
1701
|
+
initial-value: 1;
|
|
1702
|
+
}
|
|
1703
|
+
@property --tw-enter-rotate {
|
|
1704
|
+
syntax: "*";
|
|
1705
|
+
inherits: false;
|
|
1706
|
+
initial-value: 0;
|
|
1707
|
+
}
|
|
1708
|
+
@property --tw-enter-scale {
|
|
1709
|
+
syntax: "*";
|
|
1710
|
+
inherits: false;
|
|
1711
|
+
initial-value: 1;
|
|
1712
|
+
}
|
|
1713
|
+
@property --tw-enter-translate-x {
|
|
1714
|
+
syntax: "*";
|
|
1715
|
+
inherits: false;
|
|
1716
|
+
initial-value: 0;
|
|
1717
|
+
}
|
|
1718
|
+
@property --tw-enter-translate-y {
|
|
1719
|
+
syntax: "*";
|
|
1720
|
+
inherits: false;
|
|
1721
|
+
initial-value: 0;
|
|
1722
|
+
}
|
|
1723
|
+
@property --tw-exit-blur {
|
|
1724
|
+
syntax: "*";
|
|
1725
|
+
inherits: false;
|
|
1726
|
+
initial-value: 0;
|
|
1727
|
+
}
|
|
1728
|
+
@property --tw-exit-opacity {
|
|
1729
|
+
syntax: "*";
|
|
1730
|
+
inherits: false;
|
|
1731
|
+
initial-value: 1;
|
|
1732
|
+
}
|
|
1733
|
+
@property --tw-exit-rotate {
|
|
1734
|
+
syntax: "*";
|
|
1735
|
+
inherits: false;
|
|
1736
|
+
initial-value: 0;
|
|
1737
|
+
}
|
|
1738
|
+
@property --tw-exit-scale {
|
|
1739
|
+
syntax: "*";
|
|
1740
|
+
inherits: false;
|
|
1741
|
+
initial-value: 1;
|
|
1742
|
+
}
|
|
1743
|
+
@property --tw-exit-translate-x {
|
|
1744
|
+
syntax: "*";
|
|
1745
|
+
inherits: false;
|
|
1746
|
+
initial-value: 0;
|
|
1747
|
+
}
|
|
1748
|
+
@property --tw-exit-translate-y {
|
|
1749
|
+
syntax: "*";
|
|
1750
|
+
inherits: false;
|
|
1751
|
+
initial-value: 0;
|
|
1020
1752
|
}
|
|
1021
1753
|
:root {
|
|
1022
|
-
--
|
|
1023
|
-
--
|
|
1024
|
-
--
|
|
1025
|
-
--foreground: oklch(0.145 0 0);
|
|
1026
|
-
--
|
|
1027
|
-
--
|
|
1028
|
-
--
|
|
1029
|
-
--
|
|
1030
|
-
--
|
|
1031
|
-
--
|
|
1032
|
-
--
|
|
1033
|
-
--
|
|
1034
|
-
--
|
|
1035
|
-
--
|
|
1036
|
-
--
|
|
1037
|
-
--
|
|
1038
|
-
--
|
|
1039
|
-
--
|
|
1040
|
-
--
|
|
1041
|
-
--
|
|
1042
|
-
--
|
|
1754
|
+
--nt-background: oklch(1 0 0);
|
|
1755
|
+
--nt-foreground: oklch(0.145 0 0);
|
|
1756
|
+
--nt-card: oklch(1 0 0);
|
|
1757
|
+
--nt-card-foreground: oklch(0.145 0 0);
|
|
1758
|
+
--nt-popover: oklch(1 0 0);
|
|
1759
|
+
--nt-popover-foreground: oklch(0.145 0 0);
|
|
1760
|
+
--nt-primary: oklch(0.205 0 0);
|
|
1761
|
+
--nt-primary-foreground: oklch(0.985 0 0);
|
|
1762
|
+
--nt-secondary: oklch(0.97 0 0);
|
|
1763
|
+
--nt-secondary-foreground: oklch(0.205 0 0);
|
|
1764
|
+
--nt-muted: oklch(0.97 0 0);
|
|
1765
|
+
--nt-muted-foreground: oklch(0.556 0 0);
|
|
1766
|
+
--nt-accent: oklch(0.97 0 0);
|
|
1767
|
+
--nt-accent-foreground: oklch(0.205 0 0);
|
|
1768
|
+
--nt-destructive: oklch(0.577 0.245 27.325);
|
|
1769
|
+
--nt-border: oklch(0.922 0 0);
|
|
1770
|
+
--nt-input: oklch(0.922 0 0);
|
|
1771
|
+
--nt-ring: oklch(0.708 0 0);
|
|
1772
|
+
--nt-chart-1: oklch(0.87 0 0);
|
|
1773
|
+
--nt-chart-2: oklch(0.556 0 0);
|
|
1774
|
+
--nt-chart-3: oklch(0.439 0 0);
|
|
1775
|
+
--nt-chart-4: oklch(0.371 0 0);
|
|
1776
|
+
--nt-chart-5: oklch(0.269 0 0);
|
|
1777
|
+
--nt-radius: 0.625rem;
|
|
1778
|
+
--nt-sidebar: oklch(0.985 0 0);
|
|
1779
|
+
--nt-sidebar-foreground: oklch(0.145 0 0);
|
|
1780
|
+
--nt-sidebar-primary: oklch(0.205 0 0);
|
|
1781
|
+
--nt-sidebar-primary-foreground: oklch(0.985 0 0);
|
|
1782
|
+
--nt-sidebar-accent: oklch(0.97 0 0);
|
|
1783
|
+
--nt-sidebar-accent-foreground: oklch(0.205 0 0);
|
|
1784
|
+
--nt-sidebar-border: oklch(0.922 0 0);
|
|
1785
|
+
--nt-sidebar-ring: oklch(0.708 0 0);
|
|
1786
|
+
}
|
|
1787
|
+
.dark {
|
|
1788
|
+
--nt-background: oklch(0.145 0 0);
|
|
1789
|
+
--nt-foreground: oklch(0.985 0 0);
|
|
1790
|
+
--nt-card: oklch(0.205 0 0);
|
|
1791
|
+
--nt-card-foreground: oklch(0.985 0 0);
|
|
1792
|
+
--nt-popover: oklch(0.205 0 0);
|
|
1793
|
+
--nt-popover-foreground: oklch(0.985 0 0);
|
|
1794
|
+
--nt-primary: oklch(0.922 0 0);
|
|
1795
|
+
--nt-primary-foreground: oklch(0.205 0 0);
|
|
1796
|
+
--nt-secondary: oklch(0.269 0 0);
|
|
1797
|
+
--nt-secondary-foreground: oklch(0.985 0 0);
|
|
1798
|
+
--nt-muted: oklch(0.269 0 0);
|
|
1799
|
+
--nt-muted-foreground: oklch(0.708 0 0);
|
|
1800
|
+
--nt-accent: oklch(0.269 0 0);
|
|
1801
|
+
--nt-accent-foreground: oklch(0.985 0 0);
|
|
1802
|
+
--nt-destructive: oklch(0.704 0.191 22.216);
|
|
1803
|
+
--nt-border: oklch(1 0 0 / 10%);
|
|
1804
|
+
--nt-input: oklch(1 0 0 / 15%);
|
|
1805
|
+
--nt-ring: oklch(0.556 0 0);
|
|
1806
|
+
--nt-chart-1: oklch(0.87 0 0);
|
|
1807
|
+
--nt-chart-2: oklch(0.556 0 0);
|
|
1808
|
+
--nt-chart-3: oklch(0.439 0 0);
|
|
1809
|
+
--nt-chart-4: oklch(0.371 0 0);
|
|
1810
|
+
--nt-chart-5: oklch(0.269 0 0);
|
|
1811
|
+
--nt-sidebar: oklch(0.205 0 0);
|
|
1812
|
+
--nt-sidebar-foreground: oklch(0.985 0 0);
|
|
1813
|
+
--nt-sidebar-primary: oklch(0.488 0.243 264.376);
|
|
1814
|
+
--nt-sidebar-primary-foreground: oklch(0.985 0 0);
|
|
1815
|
+
--nt-sidebar-accent: oklch(0.269 0 0);
|
|
1816
|
+
--nt-sidebar-accent-foreground: oklch(0.985 0 0);
|
|
1817
|
+
--nt-sidebar-border: oklch(1 0 0 / 10%);
|
|
1818
|
+
--nt-sidebar-ring: oklch(0.556 0 0);
|
|
1043
1819
|
}
|
|
1044
1820
|
@layer base {
|
|
1045
1821
|
.notra button:not(:disabled),
|
|
@@ -1047,11 +1823,30 @@
|
|
|
1047
1823
|
cursor: pointer;
|
|
1048
1824
|
}
|
|
1049
1825
|
}
|
|
1826
|
+
@property --tw-translate-x {
|
|
1827
|
+
syntax: "*";
|
|
1828
|
+
inherits: false;
|
|
1829
|
+
initial-value: 0;
|
|
1830
|
+
}
|
|
1831
|
+
@property --tw-translate-y {
|
|
1832
|
+
syntax: "*";
|
|
1833
|
+
inherits: false;
|
|
1834
|
+
initial-value: 0;
|
|
1835
|
+
}
|
|
1836
|
+
@property --tw-translate-z {
|
|
1837
|
+
syntax: "*";
|
|
1838
|
+
inherits: false;
|
|
1839
|
+
initial-value: 0;
|
|
1840
|
+
}
|
|
1050
1841
|
@property --tw-border-style {
|
|
1051
1842
|
syntax: "*";
|
|
1052
1843
|
inherits: false;
|
|
1053
1844
|
initial-value: solid;
|
|
1054
1845
|
}
|
|
1846
|
+
@property --tw-leading {
|
|
1847
|
+
syntax: "*";
|
|
1848
|
+
inherits: false;
|
|
1849
|
+
}
|
|
1055
1850
|
@property --tw-font-weight {
|
|
1056
1851
|
syntax: "*";
|
|
1057
1852
|
inherits: false;
|
|
@@ -1129,25 +1924,64 @@
|
|
|
1129
1924
|
syntax: "*";
|
|
1130
1925
|
inherits: false;
|
|
1131
1926
|
}
|
|
1132
|
-
@property --tw-
|
|
1927
|
+
@property --tw-backdrop-blur {
|
|
1133
1928
|
syntax: "*";
|
|
1134
1929
|
inherits: false;
|
|
1135
|
-
initial-value: 0;
|
|
1136
1930
|
}
|
|
1137
|
-
@property --tw-
|
|
1931
|
+
@property --tw-backdrop-brightness {
|
|
1138
1932
|
syntax: "*";
|
|
1139
1933
|
inherits: false;
|
|
1140
|
-
initial-value: 0;
|
|
1141
1934
|
}
|
|
1142
|
-
@property --tw-
|
|
1935
|
+
@property --tw-backdrop-contrast {
|
|
1936
|
+
syntax: "*";
|
|
1937
|
+
inherits: false;
|
|
1938
|
+
}
|
|
1939
|
+
@property --tw-backdrop-grayscale {
|
|
1940
|
+
syntax: "*";
|
|
1941
|
+
inherits: false;
|
|
1942
|
+
}
|
|
1943
|
+
@property --tw-backdrop-hue-rotate {
|
|
1944
|
+
syntax: "*";
|
|
1945
|
+
inherits: false;
|
|
1946
|
+
}
|
|
1947
|
+
@property --tw-backdrop-invert {
|
|
1948
|
+
syntax: "*";
|
|
1949
|
+
inherits: false;
|
|
1950
|
+
}
|
|
1951
|
+
@property --tw-backdrop-opacity {
|
|
1952
|
+
syntax: "*";
|
|
1953
|
+
inherits: false;
|
|
1954
|
+
}
|
|
1955
|
+
@property --tw-backdrop-saturate {
|
|
1143
1956
|
syntax: "*";
|
|
1144
1957
|
inherits: false;
|
|
1145
|
-
|
|
1958
|
+
}
|
|
1959
|
+
@property --tw-backdrop-sepia {
|
|
1960
|
+
syntax: "*";
|
|
1961
|
+
inherits: false;
|
|
1962
|
+
}
|
|
1963
|
+
@keyframes enter {
|
|
1964
|
+
from {
|
|
1965
|
+
opacity: var(--tw-enter-opacity,1);
|
|
1966
|
+
transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0));
|
|
1967
|
+
filter: blur(var(--tw-enter-blur,0));
|
|
1968
|
+
}
|
|
1969
|
+
}
|
|
1970
|
+
@keyframes exit {
|
|
1971
|
+
to {
|
|
1972
|
+
opacity: var(--tw-exit-opacity,1);
|
|
1973
|
+
transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0));
|
|
1974
|
+
filter: blur(var(--tw-exit-blur,0));
|
|
1975
|
+
}
|
|
1146
1976
|
}
|
|
1147
1977
|
@layer properties {
|
|
1148
1978
|
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
|
|
1149
1979
|
*, ::before, ::after, ::backdrop {
|
|
1980
|
+
--tw-translate-x: 0;
|
|
1981
|
+
--tw-translate-y: 0;
|
|
1982
|
+
--tw-translate-z: 0;
|
|
1150
1983
|
--tw-border-style: solid;
|
|
1984
|
+
--tw-leading: initial;
|
|
1151
1985
|
--tw-font-weight: initial;
|
|
1152
1986
|
--tw-tracking: initial;
|
|
1153
1987
|
--tw-shadow: 0 0 #0000;
|
|
@@ -1165,9 +1999,32 @@
|
|
|
1165
1999
|
--tw-ring-offset-color: #fff;
|
|
1166
2000
|
--tw-ring-offset-shadow: 0 0 #0000;
|
|
1167
2001
|
--tw-duration: initial;
|
|
1168
|
-
--tw-
|
|
1169
|
-
--tw-
|
|
1170
|
-
--tw-
|
|
2002
|
+
--tw-backdrop-blur: initial;
|
|
2003
|
+
--tw-backdrop-brightness: initial;
|
|
2004
|
+
--tw-backdrop-contrast: initial;
|
|
2005
|
+
--tw-backdrop-grayscale: initial;
|
|
2006
|
+
--tw-backdrop-hue-rotate: initial;
|
|
2007
|
+
--tw-backdrop-invert: initial;
|
|
2008
|
+
--tw-backdrop-opacity: initial;
|
|
2009
|
+
--tw-backdrop-saturate: initial;
|
|
2010
|
+
--tw-backdrop-sepia: initial;
|
|
2011
|
+
--tw-animation-delay: 0s;
|
|
2012
|
+
--tw-animation-direction: normal;
|
|
2013
|
+
--tw-animation-duration: initial;
|
|
2014
|
+
--tw-animation-fill-mode: none;
|
|
2015
|
+
--tw-animation-iteration-count: 1;
|
|
2016
|
+
--tw-enter-blur: 0;
|
|
2017
|
+
--tw-enter-opacity: 1;
|
|
2018
|
+
--tw-enter-rotate: 0;
|
|
2019
|
+
--tw-enter-scale: 1;
|
|
2020
|
+
--tw-enter-translate-x: 0;
|
|
2021
|
+
--tw-enter-translate-y: 0;
|
|
2022
|
+
--tw-exit-blur: 0;
|
|
2023
|
+
--tw-exit-opacity: 1;
|
|
2024
|
+
--tw-exit-rotate: 0;
|
|
2025
|
+
--tw-exit-scale: 1;
|
|
2026
|
+
--tw-exit-translate-x: 0;
|
|
2027
|
+
--tw-exit-translate-y: 0;
|
|
1171
2028
|
}
|
|
1172
2029
|
}
|
|
1173
2030
|
}
|