@enya-learning/nova 0.4.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/Readme.md +418 -0
- package/changelog.md +44 -0
- package/components.json +23 -0
- package/dist/chunks/button-npy7isi3nsvlhf86.js +81 -0
- package/dist/chunks/button-npy7isi3nsvlhf86.js.map +1 -0
- package/dist/chunks/rolldown-runtime-fifbipqm1abz4ydz.js +30 -0
- package/dist/chunks/utils-kyb5nny4y41y7hd8.js +10 -0
- package/dist/chunks/utils-kyb5nny4y41y7hd8.js.map +1 -0
- package/dist/chunks/vendor-base-ui-efqwzv4oinwg1f0d.js +16049 -0
- package/dist/chunks/vendor-base-ui-efqwzv4oinwg1f0d.js.map +1 -0
- package/dist/chunks/vendor-styling-eeiy57tyznmxsfky.js +1744 -0
- package/dist/chunks/vendor-styling-eeiy57tyznmxsfky.js.map +1 -0
- package/dist/components/button.js +6 -0
- package/dist/components/enya-logo.js +191 -0
- package/dist/components/enya-logo.js.map +1 -0
- package/dist/index.js +23499 -0
- package/dist/index.js.map +1 -0
- package/dist/src/components/accordion/accordion.d.ts +6 -0
- package/dist/src/components/accordion/index.d.ts +1 -0
- package/dist/src/components/alert/alert.d.ts +10 -0
- package/dist/src/components/alert/index.d.ts +1 -0
- package/dist/src/components/alert-dialog/alert-dialog.d.ts +18 -0
- package/dist/src/components/alert-dialog/index.d.ts +1 -0
- package/dist/src/components/aspect-ratio/aspect-ratio.d.ts +4 -0
- package/dist/src/components/aspect-ratio/index.d.ts +1 -0
- package/dist/src/components/avatar/avatar.d.ts +11 -0
- package/dist/src/components/avatar/index.d.ts +1 -0
- package/dist/src/components/badge/badge.d.ts +7 -0
- package/dist/src/components/badge/index.d.ts +1 -0
- package/dist/src/components/breadcrumb/breadcrumb.d.ts +10 -0
- package/dist/src/components/breadcrumb/index.d.ts +1 -0
- package/dist/src/components/button/button.d.ts +8 -0
- package/dist/src/components/button/index.d.ts +1 -0
- package/dist/src/components/button-group/button-group.d.ts +10 -0
- package/dist/src/components/button-group/index.d.ts +1 -0
- package/dist/src/components/calendar/calendar.d.ts +10 -0
- package/dist/src/components/calendar/index.d.ts +1 -0
- package/dist/src/components/card/card.d.ts +11 -0
- package/dist/src/components/card/index.d.ts +1 -0
- package/dist/src/components/carousel/carousel.d.ts +28 -0
- package/dist/src/components/carousel/index.d.ts +1 -0
- package/dist/src/components/chart/chart.d.ts +44 -0
- package/dist/src/components/chart/index.d.ts +1 -0
- package/dist/src/components/checkbox/checkbox.d.ts +3 -0
- package/dist/src/components/checkbox/index.d.ts +1 -0
- package/dist/src/components/collapsible/collapsible.d.ts +5 -0
- package/dist/src/components/collapsible/index.d.ts +1 -0
- package/dist/src/components/combobox/combobox.d.ts +24 -0
- package/dist/src/components/combobox/index.d.ts +1 -0
- package/dist/src/components/command/command.d.ts +19 -0
- package/dist/src/components/command/index.d.ts +1 -0
- package/dist/src/components/context-menu/context-menu.d.ts +29 -0
- package/dist/src/components/context-menu/index.d.ts +1 -0
- package/dist/src/components/dialog/dialog.d.ts +17 -0
- package/dist/src/components/dialog/index.d.ts +1 -0
- package/dist/src/components/direction/direction.d.ts +1 -0
- package/dist/src/components/direction/index.d.ts +1 -0
- package/dist/src/components/drawer/drawer.d.ts +13 -0
- package/dist/src/components/drawer/index.d.ts +1 -0
- package/dist/src/components/dropdown-menu/dropdown-menu.d.ts +29 -0
- package/dist/src/components/dropdown-menu/index.d.ts +1 -0
- package/dist/src/components/empty/empty.d.ts +11 -0
- package/dist/src/components/empty/index.d.ts +1 -0
- package/dist/src/components/enya-logo/enya-logo.d.ts +121 -0
- package/dist/src/components/enya-logo/index.d.ts +1 -0
- package/dist/src/components/field/field.d.ts +24 -0
- package/dist/src/components/field/index.d.ts +1 -0
- package/dist/src/components/hover-card/hover-card.d.ts +5 -0
- package/dist/src/components/hover-card/index.d.ts +1 -0
- package/dist/src/components/input/index.d.ts +1 -0
- package/dist/src/components/input/input.d.ts +3 -0
- package/dist/src/components/input-group/index.d.ts +1 -0
- package/dist/src/components/input-group/input-group.d.ts +18 -0
- package/dist/src/components/input-otp/index.d.ts +1 -0
- package/dist/src/components/input-otp/input-otp.d.ts +11 -0
- package/dist/src/components/item/index.d.ts +1 -0
- package/dist/src/components/item/item.d.ts +22 -0
- package/dist/src/components/kbd/index.d.ts +1 -0
- package/dist/src/components/kbd/kbd.d.ts +3 -0
- package/dist/src/components/label/index.d.ts +1 -0
- package/dist/src/components/label/label.d.ts +3 -0
- package/dist/src/components/menubar/index.d.ts +1 -0
- package/dist/src/components/menubar/menubar.d.ts +29 -0
- package/dist/src/components/native-select/index.d.ts +1 -0
- package/dist/src/components/native-select/native-select.d.ts +8 -0
- package/dist/src/components/navigation-menu/index.d.ts +1 -0
- package/dist/src/components/navigation-menu/navigation-menu.d.ts +11 -0
- package/dist/src/components/pagination/index.d.ts +1 -0
- package/dist/src/components/pagination/pagination.d.ts +17 -0
- package/dist/src/components/popover/index.d.ts +1 -0
- package/dist/src/components/popover/popover.d.ts +9 -0
- package/dist/src/components/progress/index.d.ts +1 -0
- package/dist/src/components/progress/progress.d.ts +7 -0
- package/dist/src/components/radio-group/index.d.ts +1 -0
- package/dist/src/components/radio-group/radio-group.d.ts +5 -0
- package/dist/src/components/resizable/index.d.ts +1 -0
- package/dist/src/components/resizable/resizable.d.ts +7 -0
- package/dist/src/components/scroll-area/index.d.ts +1 -0
- package/dist/src/components/scroll-area/scroll-area.d.ts +4 -0
- package/dist/src/components/select/index.d.ts +1 -0
- package/dist/src/components/select/select.d.ts +15 -0
- package/dist/src/components/separator/index.d.ts +1 -0
- package/dist/src/components/separator/separator.d.ts +3 -0
- package/dist/src/components/sheet/index.d.ts +1 -0
- package/dist/src/components/sheet/sheet.d.ts +14 -0
- package/dist/src/components/sidebar/index.d.ts +1 -0
- package/dist/src/components/sidebar/sidebar.d.ts +63 -0
- package/dist/src/components/skeleton/index.d.ts +1 -0
- package/dist/src/components/skeleton/skeleton.d.ts +2 -0
- package/dist/src/components/slider/index.d.ts +1 -0
- package/dist/src/components/slider/slider.d.ts +3 -0
- package/dist/src/components/sonner/index.d.ts +1 -0
- package/dist/src/components/sonner/sonner.d.ts +3 -0
- package/dist/src/components/spinner/index.d.ts +1 -0
- package/dist/src/components/spinner/spinner.d.ts +2 -0
- package/dist/src/components/switch/index.d.ts +1 -0
- package/dist/src/components/switch/switch.d.ts +5 -0
- package/dist/src/components/table/index.d.ts +1 -0
- package/dist/src/components/table/table.d.ts +10 -0
- package/dist/src/components/tabs/index.d.ts +1 -0
- package/dist/src/components/tabs/tabs.d.ts +10 -0
- package/dist/src/components/textarea/index.d.ts +1 -0
- package/dist/src/components/textarea/textarea.d.ts +3 -0
- package/dist/src/components/toggle/index.d.ts +1 -0
- package/dist/src/components/toggle/toggle.d.ts +8 -0
- package/dist/src/components/toggle-group/index.d.ts +1 -0
- package/dist/src/components/toggle-group/toggle-group.d.ts +10 -0
- package/dist/src/components/tooltip/index.d.ts +1 -0
- package/dist/src/components/tooltip/tooltip.d.ts +6 -0
- package/dist/src/hooks/use-mobile.d.ts +1 -0
- package/dist/src/index.d.ts +57 -0
- package/dist/src/lib/utils.d.ts +2 -0
- package/dist/src/utils/index.d.ts +1 -0
- package/dist/styles/nova-binding.css +290 -0
- package/dist/styles/nova.css +58 -0
- package/dist/styles/theme-nova.css +201 -0
- package/dist/styles/typography.css +215 -0
- package/dist/utils.js +5 -0
- package/eslint.config.js +30 -0
- package/package.json +94 -0
- package/plopfile.mjs +49 -0
- package/src/components/.gitkeep +0 -0
- package/src/components/accordion/accordion.mdx +83 -0
- package/src/components/accordion/accordion.tsx +81 -0
- package/src/components/accordion/index.ts +1 -0
- package/src/components/alert/alert.tsx +76 -0
- package/src/components/alert/index.ts +1 -0
- package/src/components/alert-dialog/alert-dialog.tsx +187 -0
- package/src/components/alert-dialog/index.ts +1 -0
- package/src/components/aspect-ratio/aspect-ratio.tsx +22 -0
- package/src/components/aspect-ratio/index.ts +1 -0
- package/src/components/avatar/avatar.tsx +107 -0
- package/src/components/avatar/index.ts +1 -0
- package/src/components/badge/badge.tsx +52 -0
- package/src/components/badge/index.ts +1 -0
- package/src/components/breadcrumb/breadcrumb.tsx +122 -0
- package/src/components/breadcrumb/index.ts +1 -0
- package/src/components/button/button.mdx +255 -0
- package/src/components/button/button.tsx +59 -0
- package/src/components/button/index.ts +1 -0
- package/src/components/button-group/button-group.tsx +87 -0
- package/src/components/button-group/index.ts +1 -0
- package/src/components/calendar/calendar.tsx +228 -0
- package/src/components/calendar/index.ts +1 -0
- package/src/components/card/card.tsx +100 -0
- package/src/components/card/index.ts +1 -0
- package/src/components/carousel/carousel.tsx +243 -0
- package/src/components/carousel/index.ts +1 -0
- package/src/components/chart/chart.tsx +371 -0
- package/src/components/chart/index.ts +1 -0
- package/src/components/checkbox/checkbox.tsx +28 -0
- package/src/components/checkbox/index.ts +1 -0
- package/src/components/collapsible/collapsible.tsx +19 -0
- package/src/components/collapsible/index.ts +1 -0
- package/src/components/combobox/combobox.tsx +298 -0
- package/src/components/combobox/index.ts +1 -0
- package/src/components/command/command.tsx +193 -0
- package/src/components/command/index.ts +1 -0
- package/src/components/context-menu/context-menu.tsx +272 -0
- package/src/components/context-menu/index.ts +1 -0
- package/src/components/dialog/dialog.tsx +157 -0
- package/src/components/dialog/index.ts +1 -0
- package/src/components/direction/direction.tsx +4 -0
- package/src/components/direction/index.ts +1 -0
- package/src/components/drawer/drawer.tsx +134 -0
- package/src/components/drawer/index.ts +1 -0
- package/src/components/dropdown-menu/dropdown-menu.tsx +270 -0
- package/src/components/dropdown-menu/index.ts +1 -0
- package/src/components/empty/empty.tsx +104 -0
- package/src/components/empty/index.ts +1 -0
- package/src/components/enya-logo/enya-logo.mdx +174 -0
- package/src/components/enya-logo/enya-logo.tsx +383 -0
- package/src/components/enya-logo/index.ts +1 -0
- package/src/components/field/field.tsx +236 -0
- package/src/components/field/index.ts +1 -0
- package/src/components/hover-card/hover-card.tsx +51 -0
- package/src/components/hover-card/index.ts +1 -0
- package/src/components/input/index.ts +1 -0
- package/src/components/input/input.tsx +20 -0
- package/src/components/input-group/index.ts +1 -0
- package/src/components/input-group/input-group.tsx +157 -0
- package/src/components/input-otp/index.ts +1 -0
- package/src/components/input-otp/input-otp.tsx +84 -0
- package/src/components/item/index.ts +1 -0
- package/src/components/item/item.tsx +201 -0
- package/src/components/kbd/index.ts +1 -0
- package/src/components/kbd/kbd.tsx +26 -0
- package/src/components/label/index.ts +1 -0
- package/src/components/label/label.tsx +20 -0
- package/src/components/menubar/index.ts +1 -0
- package/src/components/menubar/menubar.tsx +281 -0
- package/src/components/native-select/index.ts +1 -0
- package/src/components/native-select/native-select.tsx +65 -0
- package/src/components/navigation-menu/index.ts +1 -0
- package/src/components/navigation-menu/navigation-menu.tsx +171 -0
- package/src/components/pagination/index.ts +1 -0
- package/src/components/pagination/pagination.tsx +133 -0
- package/src/components/popover/index.ts +1 -0
- package/src/components/popover/popover.tsx +88 -0
- package/src/components/progress/index.ts +1 -0
- package/src/components/progress/progress.tsx +83 -0
- package/src/components/radio-group/index.ts +1 -0
- package/src/components/radio-group/radio-group.tsx +36 -0
- package/src/components/resizable/index.ts +1 -0
- package/src/components/resizable/resizable.tsx +50 -0
- package/src/components/scroll-area/index.ts +1 -0
- package/src/components/scroll-area/scroll-area.tsx +53 -0
- package/src/components/select/index.ts +1 -0
- package/src/components/select/select.tsx +205 -0
- package/src/components/separator/index.ts +1 -0
- package/src/components/separator/separator.tsx +23 -0
- package/src/components/sheet/index.ts +1 -0
- package/src/components/sheet/sheet.tsx +137 -0
- package/src/components/sidebar/index.ts +1 -0
- package/src/components/sidebar/sidebar.tsx +722 -0
- package/src/components/skeleton/index.ts +1 -0
- package/src/components/skeleton/skeleton.tsx +13 -0
- package/src/components/slider/index.ts +1 -0
- package/src/components/slider/slider.tsx +52 -0
- package/src/components/sonner/index.ts +1 -0
- package/src/components/sonner/sonner.tsx +45 -0
- package/src/components/spinner/index.ts +1 -0
- package/src/components/spinner/spinner.tsx +15 -0
- package/src/components/switch/index.ts +1 -0
- package/src/components/switch/switch.tsx +30 -0
- package/src/components/table/index.ts +1 -0
- package/src/components/table/table.tsx +116 -0
- package/src/components/tabs/index.ts +1 -0
- package/src/components/tabs/tabs.tsx +80 -0
- package/src/components/textarea/index.ts +1 -0
- package/src/components/textarea/textarea.tsx +18 -0
- package/src/components/toggle/index.ts +1 -0
- package/src/components/toggle/toggle.tsx +45 -0
- package/src/components/toggle-group/index.ts +1 -0
- package/src/components/toggle-group/toggle-group.tsx +87 -0
- package/src/components/tooltip/index.ts +1 -0
- package/src/components/tooltip/tooltip.tsx +64 -0
- package/src/eslint/index.js +13 -0
- package/src/eslint/no-primitive-colors.js +158 -0
- package/src/hooks/use-mobile.ts +21 -0
- package/src/index.ts +58 -0
- package/src/lib/.gitkeep +0 -0
- package/src/lib/utils.ts +6 -0
- package/src/styles/globals.css +77 -0
- package/src/styles/nova-binding.css +290 -0
- package/src/styles/nova.css +58 -0
- package/src/styles/theme-nova.css +201 -0
- package/src/styles/typography.css +215 -0
- package/src/utils/index.ts +1 -0
- package/templates/component/component.tsx.hbs +16 -0
- package/templates/component/index.ts.hbs +1 -0
- package/templates/component/stories.tsx.hbs +13 -0
- package/tsconfig.json +18 -0
- package/tsconfig.lint.json +14 -0
- package/vite.config.ts +101 -0
|
@@ -0,0 +1,290 @@
|
|
|
1
|
+
@import "./theme-nova.css";
|
|
2
|
+
|
|
3
|
+
/*
|
|
4
|
+
* Raw palette — defined in :root so they are always emitted as CSS custom
|
|
5
|
+
* properties regardless of which Tailwind utility classes appear in source.
|
|
6
|
+
* Tailwind v4 tree-shakes variables from @theme that have no reachable
|
|
7
|
+
* utility class, so raw palette values live here instead.
|
|
8
|
+
*/
|
|
9
|
+
:root {
|
|
10
|
+
--color-nova-zinc-50: oklch(98.5% 0 0);
|
|
11
|
+
--color-nova-zinc-100: oklch(96.7% 0.001 286.375);
|
|
12
|
+
--color-nova-zinc-200: oklch(92% 0.004 286.32);
|
|
13
|
+
--color-nova-zinc-300: oklch(87.1% 0.006 286.286);
|
|
14
|
+
--color-nova-zinc-400: oklch(70.5% 0.015 286.067);
|
|
15
|
+
--color-nova-zinc-500: oklch(55.2% 0.016 285.938);
|
|
16
|
+
--color-nova-zinc-600: oklch(44.2% 0.017 285.786);
|
|
17
|
+
--color-nova-zinc-700: oklch(37% 0.013 285.805);
|
|
18
|
+
--color-nova-zinc-800: oklch(27.4% 0.006 286.033);
|
|
19
|
+
--color-nova-zinc-900: oklch(21% 0.006 285.885);
|
|
20
|
+
--color-nova-zinc-950: oklch(14.1% 0.005 285.823);
|
|
21
|
+
|
|
22
|
+
--color-nova-neutral-50: oklch(98.5% 0 0);
|
|
23
|
+
--color-nova-neutral-100: oklch(97% 0 0);
|
|
24
|
+
--color-nova-neutral-200: oklch(92.2% 0 0);
|
|
25
|
+
--color-nova-neutral-300: oklch(87% 0 0);
|
|
26
|
+
--color-nova-neutral-400: oklch(70.8% 0 0);
|
|
27
|
+
--color-nova-neutral-500: oklch(55.6% 0 0);
|
|
28
|
+
--color-nova-neutral-600: oklch(43.9% 0 0);
|
|
29
|
+
--color-nova-neutral-700: oklch(37.1% 0 0);
|
|
30
|
+
--color-nova-neutral-800: oklch(26.9% 0 0);
|
|
31
|
+
--color-nova-neutral-900: oklch(20.5% 0 0);
|
|
32
|
+
--color-nova-neutral-950: oklch(14.5% 0 0);
|
|
33
|
+
|
|
34
|
+
--color-nova-stone-50: oklch(98.5% 0.001 106.423);
|
|
35
|
+
--color-nova-stone-100: oklch(97% 0.001 106.424);
|
|
36
|
+
--color-nova-stone-200: oklch(92.3% 0.003 48.717);
|
|
37
|
+
--color-nova-stone-300: oklch(86.9% 0.005 56.366);
|
|
38
|
+
--color-nova-stone-400: oklch(70.9% 0.01 56.259);
|
|
39
|
+
--color-nova-stone-500: oklch(55.3% 0.013 58.071);
|
|
40
|
+
--color-nova-stone-600: oklch(44.4% 0.011 73.639);
|
|
41
|
+
--color-nova-stone-700: oklch(37.4% 0.01 67.558);
|
|
42
|
+
--color-nova-stone-800: oklch(26.8% 0.007 34.298);
|
|
43
|
+
--color-nova-stone-900: oklch(21.6% 0.006 56.043);
|
|
44
|
+
--color-nova-stone-950: oklch(14.7% 0.004 49.25);
|
|
45
|
+
|
|
46
|
+
--color-nova-blue-50: oklch(97% 0.014 254.604);
|
|
47
|
+
--color-nova-blue-100: oklch(93.2% 0.032 255.585);
|
|
48
|
+
--color-nova-blue-200: oklch(88.2% 0.059 254.128);
|
|
49
|
+
--color-nova-blue-300: oklch(80.9% 0.105 251.813);
|
|
50
|
+
--color-nova-blue-400: oklch(70.7% 0.165 254.624);
|
|
51
|
+
--color-nova-blue-500: oklch(62.3% 0.214 259.815);
|
|
52
|
+
--color-nova-blue-600: oklch(54.6% 0.245 262.881);
|
|
53
|
+
--color-nova-blue-700: oklch(48.8% 0.243 264.376);
|
|
54
|
+
--color-nova-blue-800: oklch(42.4% 0.199 265.638);
|
|
55
|
+
--color-nova-blue-900: oklch(37.9% 0.146 265.522);
|
|
56
|
+
--color-nova-blue-950: oklch(28.2% 0.091 267.935);
|
|
57
|
+
|
|
58
|
+
--color-nova-green-50: oklch(98.2% 0.018 155.826);
|
|
59
|
+
--color-nova-green-100: oklch(96.2% 0.044 156.743);
|
|
60
|
+
--color-nova-green-200: oklch(92.5% 0.084 155.995);
|
|
61
|
+
--color-nova-green-300: oklch(87.1% 0.15 154.449);
|
|
62
|
+
--color-nova-green-400: oklch(79.2% 0.209 151.711);
|
|
63
|
+
--color-nova-green-500: oklch(72.3% 0.219 149.579);
|
|
64
|
+
--color-nova-green-600: oklch(62.7% 0.194 149.214);
|
|
65
|
+
--color-nova-green-700: oklch(52.7% 0.154 150.069);
|
|
66
|
+
--color-nova-green-800: oklch(44.8% 0.119 151.328);
|
|
67
|
+
--color-nova-green-900: oklch(39.3% 0.095 152.535);
|
|
68
|
+
--color-nova-green-950: oklch(26.6% 0.065 152.934);
|
|
69
|
+
|
|
70
|
+
--color-nova-orange-50: oklch(98% 0.016 73.684);
|
|
71
|
+
--color-nova-orange-100: oklch(95.4% 0.038 75.164);
|
|
72
|
+
--color-nova-orange-200: oklch(90.1% 0.076 70.697);
|
|
73
|
+
--color-nova-orange-300: oklch(83.7% 0.128 66.29);
|
|
74
|
+
--color-nova-orange-400: oklch(75% 0.183 55.934);
|
|
75
|
+
--color-nova-orange-500: oklch(70.5% 0.213 47.604);
|
|
76
|
+
--color-nova-orange-600: oklch(64.6% 0.222 41.116);
|
|
77
|
+
--color-nova-orange-700: oklch(55.3% 0.195 38.402);
|
|
78
|
+
--color-nova-orange-800: oklch(47% 0.157 37.304);
|
|
79
|
+
--color-nova-orange-900: oklch(40.8% 0.123 38.172);
|
|
80
|
+
--color-nova-orange-950: oklch(26.6% 0.079 36.259);
|
|
81
|
+
|
|
82
|
+
--color-nova-red-50: oklch(97.1% 0.013 17.38);
|
|
83
|
+
--color-nova-red-100: oklch(93.6% 0.032 17.717);
|
|
84
|
+
--color-nova-red-200: oklch(88.5% 0.062 18.334);
|
|
85
|
+
--color-nova-red-300: oklch(80.8% 0.114 19.571);
|
|
86
|
+
--color-nova-red-400: oklch(70.4% 0.191 22.216);
|
|
87
|
+
--color-nova-red-500: oklch(63.7% 0.237 25.331);
|
|
88
|
+
--color-nova-red-600: oklch(57.7% 0.245 27.325);
|
|
89
|
+
--color-nova-red-700: oklch(50.5% 0.213 27.518);
|
|
90
|
+
--color-nova-red-800: oklch(44.4% 0.177 26.899);
|
|
91
|
+
--color-nova-red-900: oklch(39.6% 0.141 25.723);
|
|
92
|
+
--color-nova-red-950: oklch(25.8% 0.092 26.042);
|
|
93
|
+
|
|
94
|
+
--color-nova-yellow-50: oklch(98.7% 0.026 102.212);
|
|
95
|
+
--color-nova-yellow-100: oklch(97.3% 0.071 103.193);
|
|
96
|
+
--color-nova-yellow-200: oklch(94.5% 0.129 101.54);
|
|
97
|
+
--color-nova-yellow-300: oklch(90.5% 0.182 98.111);
|
|
98
|
+
--color-nova-yellow-400: oklch(85.2% 0.199 91.936);
|
|
99
|
+
--color-nova-yellow-500: oklch(79.5% 0.184 86.047);
|
|
100
|
+
--color-nova-yellow-600: oklch(68.1% 0.162 75.834);
|
|
101
|
+
--color-nova-yellow-700: oklch(55.4% 0.135 66.442);
|
|
102
|
+
--color-nova-yellow-800: oklch(47.6% 0.114 61.907);
|
|
103
|
+
--color-nova-yellow-900: oklch(42.1% 0.095 57.708);
|
|
104
|
+
--color-nova-yellow-950: oklch(28.6% 0.066 53.813);
|
|
105
|
+
|
|
106
|
+
--color-nova-pink-50: oklch(97.1% 0.014 343.198);
|
|
107
|
+
--color-nova-pink-100: oklch(94.8% 0.028 342.258);
|
|
108
|
+
--color-nova-pink-200: oklch(89.9% 0.061 343.231);
|
|
109
|
+
--color-nova-pink-300: oklch(82.3% 0.12 346.018);
|
|
110
|
+
--color-nova-pink-400: oklch(71.8% 0.202 349.761);
|
|
111
|
+
--color-nova-pink-500: oklch(65.6% 0.241 354.308);
|
|
112
|
+
--color-nova-pink-600: oklch(59.2% 0.249 0.584);
|
|
113
|
+
--color-nova-pink-700: oklch(52.5% 0.223 3.958);
|
|
114
|
+
--color-nova-pink-800: oklch(45.9% 0.187 3.815);
|
|
115
|
+
--color-nova-pink-900: oklch(40.8% 0.153 2.432);
|
|
116
|
+
--color-nova-pink-950: oklch(28.4% 0.109 3.907);
|
|
117
|
+
|
|
118
|
+
--color-nova-purple-50: oklch(97.7% 0.014 308.299);
|
|
119
|
+
--color-nova-purple-100: oklch(94.6% 0.033 307.174);
|
|
120
|
+
--color-nova-purple-200: oklch(90.2% 0.063 306.703);
|
|
121
|
+
--color-nova-purple-300: oklch(82.7% 0.119 306.383);
|
|
122
|
+
--color-nova-purple-400: oklch(71.4% 0.203 305.504);
|
|
123
|
+
--color-nova-purple-500: oklch(62.7% 0.265 303.9);
|
|
124
|
+
--color-nova-purple-600: oklch(55.8% 0.288 302.321);
|
|
125
|
+
--color-nova-purple-700: oklch(49.6% 0.265 301.924);
|
|
126
|
+
--color-nova-purple-800: oklch(43.8% 0.218 303.724);
|
|
127
|
+
--color-nova-purple-900: oklch(38.1% 0.176 304.987);
|
|
128
|
+
--color-nova-purple-950: oklch(29.1% 0.149 302.717);
|
|
129
|
+
|
|
130
|
+
--color-nova-amber-50: oklch(98.7% 0.022 95.277);
|
|
131
|
+
--color-nova-amber-100: oklch(96.2% 0.059 95.617);
|
|
132
|
+
--color-nova-amber-200: oklch(92.4% 0.12 95.746);
|
|
133
|
+
--color-nova-amber-300: oklch(87.9% 0.169 91.605);
|
|
134
|
+
--color-nova-amber-400: oklch(82.8% 0.189 84.429);
|
|
135
|
+
--color-nova-amber-500: oklch(76.9% 0.188 70.08);
|
|
136
|
+
--color-nova-amber-600: oklch(66.6% 0.179 58.318);
|
|
137
|
+
--color-nova-amber-700: oklch(55.5% 0.163 48.998);
|
|
138
|
+
--color-nova-amber-800: oklch(47.3% 0.137 46.201);
|
|
139
|
+
--color-nova-amber-900: oklch(41.4% 0.112 45.904);
|
|
140
|
+
--color-nova-amber-950: oklch(27.9% 0.077 45.635);
|
|
141
|
+
|
|
142
|
+
--color-nova-lime-50: oklch(98.6% 0.031 120.757);
|
|
143
|
+
--color-nova-lime-100: oklch(96.7% 0.067 122.328);
|
|
144
|
+
--color-nova-lime-200: oklch(93.8% 0.127 124.321);
|
|
145
|
+
--color-nova-lime-300: oklch(89.7% 0.196 126.665);
|
|
146
|
+
--color-nova-lime-400: oklch(84.1% 0.238 128.85);
|
|
147
|
+
--color-nova-lime-500: oklch(76.8% 0.233 130.85);
|
|
148
|
+
--color-nova-lime-600: oklch(64.8% 0.2 131.684);
|
|
149
|
+
--color-nova-lime-700: oklch(53.2% 0.157 131.589);
|
|
150
|
+
--color-nova-lime-800: oklch(45.3% 0.124 130.933);
|
|
151
|
+
--color-nova-lime-900: oklch(40.5% 0.101 131.063);
|
|
152
|
+
--color-nova-lime-950: oklch(27.4% 0.072 132.109);
|
|
153
|
+
|
|
154
|
+
--color-nova-emerald-50: oklch(97.9% 0.021 166.113);
|
|
155
|
+
--color-nova-emerald-100: oklch(95% 0.052 163.051);
|
|
156
|
+
--color-nova-emerald-200: oklch(90.5% 0.093 164.15);
|
|
157
|
+
--color-nova-emerald-300: oklch(84.5% 0.143 164.978);
|
|
158
|
+
--color-nova-emerald-400: oklch(76.5% 0.177 163.223);
|
|
159
|
+
--color-nova-emerald-500: oklch(69.6% 0.17 162.48);
|
|
160
|
+
--color-nova-emerald-600: oklch(59.6% 0.145 163.225);
|
|
161
|
+
--color-nova-emerald-700: oklch(50.8% 0.118 165.612);
|
|
162
|
+
--color-nova-emerald-800: oklch(43.2% 0.095 166.913);
|
|
163
|
+
--color-nova-emerald-900: oklch(37.8% 0.077 168.94);
|
|
164
|
+
--color-nova-emerald-950: oklch(26.2% 0.051 172.552);
|
|
165
|
+
|
|
166
|
+
--color-nova-teal-50: oklch(98.4% 0.014 180.72);
|
|
167
|
+
--color-nova-teal-100: oklch(95.3% 0.051 180.801);
|
|
168
|
+
--color-nova-teal-200: oklch(91% 0.096 180.426);
|
|
169
|
+
--color-nova-teal-300: oklch(85.5% 0.138 181.071);
|
|
170
|
+
--color-nova-teal-400: oklch(77.7% 0.152 181.912);
|
|
171
|
+
--color-nova-teal-500: oklch(70.4% 0.14 182.503);
|
|
172
|
+
--color-nova-teal-600: oklch(60% 0.118 184.704);
|
|
173
|
+
--color-nova-teal-700: oklch(51.1% 0.096 186.391);
|
|
174
|
+
--color-nova-teal-800: oklch(43.7% 0.078 188.216);
|
|
175
|
+
--color-nova-teal-900: oklch(38.6% 0.063 188.416);
|
|
176
|
+
--color-nova-teal-950: oklch(27.7% 0.046 192.524);
|
|
177
|
+
|
|
178
|
+
--color-nova-cyan-50: oklch(98.4% 0.019 200.873);
|
|
179
|
+
--color-nova-cyan-100: oklch(95.6% 0.045 203.388);
|
|
180
|
+
--color-nova-cyan-200: oklch(91.7% 0.08 205.041);
|
|
181
|
+
--color-nova-cyan-300: oklch(86.5% 0.127 207.078);
|
|
182
|
+
--color-nova-cyan-400: oklch(78.9% 0.154 211.53);
|
|
183
|
+
--color-nova-cyan-500: oklch(71.5% 0.143 215.221);
|
|
184
|
+
--color-nova-cyan-600: oklch(60.9% 0.126 221.723);
|
|
185
|
+
--color-nova-cyan-700: oklch(52% 0.105 223.128);
|
|
186
|
+
--color-nova-cyan-800: oklch(45% 0.085 224.283);
|
|
187
|
+
--color-nova-cyan-900: oklch(39.8% 0.07 227.392);
|
|
188
|
+
--color-nova-cyan-950: oklch(30.2% 0.056 229.695);
|
|
189
|
+
|
|
190
|
+
--color-nova-sky-50: oklch(97.7% 0.013 236.62);
|
|
191
|
+
--color-nova-sky-100: oklch(95.1% 0.026 236.824);
|
|
192
|
+
--color-nova-sky-200: oklch(90.1% 0.058 230.902);
|
|
193
|
+
--color-nova-sky-300: oklch(82.8% 0.111 230.318);
|
|
194
|
+
--color-nova-sky-400: oklch(74.6% 0.16 232.661);
|
|
195
|
+
--color-nova-sky-500: oklch(68.5% 0.169 237.323);
|
|
196
|
+
--color-nova-sky-600: oklch(58.8% 0.158 241.966);
|
|
197
|
+
--color-nova-sky-700: oklch(50% 0.134 242.749);
|
|
198
|
+
--color-nova-sky-800: oklch(44.3% 0.11 240.79);
|
|
199
|
+
--color-nova-sky-900: oklch(39.1% 0.09 240.876);
|
|
200
|
+
--color-nova-sky-950: oklch(29.3% 0.066 243.157);
|
|
201
|
+
|
|
202
|
+
--color-nova-indigo-50: oklch(96.2% 0.018 272.314);
|
|
203
|
+
--color-nova-indigo-100: oklch(93% 0.034 272.788);
|
|
204
|
+
--color-nova-indigo-200: oklch(87% 0.065 274.039);
|
|
205
|
+
--color-nova-indigo-300: oklch(78.5% 0.115 274.713);
|
|
206
|
+
--color-nova-indigo-400: oklch(67.3% 0.182 276.935);
|
|
207
|
+
--color-nova-indigo-500: oklch(58.5% 0.233 277.117);
|
|
208
|
+
--color-nova-indigo-600: oklch(51.1% 0.262 276.966);
|
|
209
|
+
--color-nova-indigo-700: oklch(45.7% 0.24 277.023);
|
|
210
|
+
--color-nova-indigo-800: oklch(39.8% 0.195 277.366);
|
|
211
|
+
--color-nova-indigo-900: oklch(35.9% 0.144 278.697);
|
|
212
|
+
--color-nova-indigo-950: oklch(25.7% 0.09 281.288);
|
|
213
|
+
|
|
214
|
+
--color-nova-violet-50: oklch(96.9% 0.016 293.756);
|
|
215
|
+
--color-nova-violet-100: oklch(94.3% 0.029 294.588);
|
|
216
|
+
--color-nova-violet-200: oklch(89.4% 0.057 293.283);
|
|
217
|
+
--color-nova-violet-300: oklch(81.1% 0.111 293.571);
|
|
218
|
+
--color-nova-violet-400: oklch(70.2% 0.183 293.541);
|
|
219
|
+
--color-nova-violet-500: oklch(60.6% 0.25 292.717);
|
|
220
|
+
--color-nova-violet-600: oklch(54.1% 0.281 293.009);
|
|
221
|
+
--color-nova-violet-700: oklch(49.1% 0.27 292.581);
|
|
222
|
+
--color-nova-violet-800: oklch(43.2% 0.232 292.759);
|
|
223
|
+
--color-nova-violet-900: oklch(38% 0.189 293.745);
|
|
224
|
+
--color-nova-violet-950: oklch(28.3% 0.141 291.089);
|
|
225
|
+
|
|
226
|
+
--color-nova-fuchsia-50: oklch(97.7% 0.017 320.058);
|
|
227
|
+
--color-nova-fuchsia-100: oklch(95.2% 0.037 318.852);
|
|
228
|
+
--color-nova-fuchsia-200: oklch(90.3% 0.076 319.62);
|
|
229
|
+
--color-nova-fuchsia-300: oklch(83.3% 0.145 321.434);
|
|
230
|
+
--color-nova-fuchsia-400: oklch(74% 0.238 322.16);
|
|
231
|
+
--color-nova-fuchsia-500: oklch(66.7% 0.295 322.15);
|
|
232
|
+
--color-nova-fuchsia-600: oklch(59.1% 0.293 322.896);
|
|
233
|
+
--color-nova-fuchsia-700: oklch(51.8% 0.253 323.949);
|
|
234
|
+
--color-nova-fuchsia-800: oklch(45.2% 0.211 324.591);
|
|
235
|
+
--color-nova-fuchsia-900: oklch(40.1% 0.17 325.612);
|
|
236
|
+
--color-nova-fuchsia-950: oklch(29.3% 0.136 325.661);
|
|
237
|
+
|
|
238
|
+
--color-nova-rose-50: oklch(96.9% 0.015 12.422);
|
|
239
|
+
--color-nova-rose-100: oklch(94.1% 0.03 12.58);
|
|
240
|
+
--color-nova-rose-200: oklch(89.2% 0.058 10.001);
|
|
241
|
+
--color-nova-rose-300: oklch(81% 0.117 11.638);
|
|
242
|
+
--color-nova-rose-400: oklch(71.2% 0.194 13.428);
|
|
243
|
+
--color-nova-rose-500: oklch(64.5% 0.246 16.439);
|
|
244
|
+
--color-nova-rose-600: oklch(58.6% 0.253 17.585);
|
|
245
|
+
--color-nova-rose-700: oklch(51.4% 0.222 16.935);
|
|
246
|
+
--color-nova-rose-800: oklch(45.5% 0.188 13.697);
|
|
247
|
+
--color-nova-rose-900: oklch(41% 0.159 10.272);
|
|
248
|
+
--color-nova-rose-950: oklch(27.1% 0.105 12.094);
|
|
249
|
+
|
|
250
|
+
/* brand = blue */
|
|
251
|
+
--color-nova-brand-50: var(--color-nova-blue-50);
|
|
252
|
+
--color-nova-brand-100: var(--color-nova-blue-100);
|
|
253
|
+
--color-nova-brand-200: var(--color-nova-blue-200);
|
|
254
|
+
--color-nova-brand-300: var(--color-nova-blue-300);
|
|
255
|
+
--color-nova-brand-400: var(--color-nova-blue-400);
|
|
256
|
+
--color-nova-brand-500: var(--color-nova-blue-500);
|
|
257
|
+
--color-nova-brand-600: var(--color-nova-blue-600);
|
|
258
|
+
--color-nova-brand-700: var(--color-nova-blue-700);
|
|
259
|
+
--color-nova-brand-800: var(--color-nova-blue-800);
|
|
260
|
+
--color-nova-brand-900: var(--color-nova-blue-900);
|
|
261
|
+
--color-nova-brand-950: var(--color-nova-blue-950);
|
|
262
|
+
}
|
|
263
|
+
|
|
264
|
+
@theme {
|
|
265
|
+
/* white/black are in @theme so Tailwind generates bg-nova-white, text-nova-black, etc. */
|
|
266
|
+
--color-nova-white: #fff;
|
|
267
|
+
--color-nova-black: #000;
|
|
268
|
+
|
|
269
|
+
--ease-bounce: cubic-bezier(0.2, 0, 0, 1.5);
|
|
270
|
+
--default-transition-duration: 100ms;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
@layer base {
|
|
274
|
+
:root {
|
|
275
|
+
color-scheme: light;
|
|
276
|
+
}
|
|
277
|
+
[data-mode="dark"] {
|
|
278
|
+
color-scheme: dark;
|
|
279
|
+
}
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
@layer utilities {
|
|
283
|
+
.no-scrollbar::-webkit-scrollbar {
|
|
284
|
+
display: none;
|
|
285
|
+
}
|
|
286
|
+
.no-scrollbar {
|
|
287
|
+
-ms-overflow-style: none;
|
|
288
|
+
scrollbar-width: none;
|
|
289
|
+
}
|
|
290
|
+
}
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
@import "./nova-binding.css";
|
|
2
|
+
@import "./typography.css";
|
|
3
|
+
|
|
4
|
+
/*
|
|
5
|
+
* Remaps shadcn CSS variables to nova tokens.
|
|
6
|
+
* shadcn components (bg-primary, text-muted-foreground, etc.) continue
|
|
7
|
+
* working without modification — they now reflect nova brand values.
|
|
8
|
+
*/
|
|
9
|
+
@layer base {
|
|
10
|
+
:root {
|
|
11
|
+
--background: var(--color-nova-background);
|
|
12
|
+
--foreground: var(--color-nova-foreground);
|
|
13
|
+
|
|
14
|
+
--card: var(--color-nova-card);
|
|
15
|
+
--card-foreground: var(--color-nova-card-foreground);
|
|
16
|
+
|
|
17
|
+
--popover: var(--color-nova-popover);
|
|
18
|
+
--popover-foreground: var(--color-nova-popover-foreground);
|
|
19
|
+
|
|
20
|
+
--primary: var(--color-nova-primary);
|
|
21
|
+
--primary-foreground: var(--color-nova-primary-foreground);
|
|
22
|
+
|
|
23
|
+
--secondary: var(--color-nova-secondary);
|
|
24
|
+
--secondary-foreground: var(--color-nova-secondary-foreground);
|
|
25
|
+
|
|
26
|
+
--muted: var(--color-nova-muted);
|
|
27
|
+
--muted-foreground: var(--color-nova-muted-foreground);
|
|
28
|
+
|
|
29
|
+
--accent: var(--color-nova-accent);
|
|
30
|
+
--accent-foreground: var(--color-nova-accent-foreground);
|
|
31
|
+
|
|
32
|
+
--destructive: var(--color-nova-destructive);
|
|
33
|
+
--destructive-foreground: var(--color-nova-destructive-foreground);
|
|
34
|
+
|
|
35
|
+
--border: var(--color-nova-border);
|
|
36
|
+
--input: var(--color-nova-input);
|
|
37
|
+
--ring: var(--color-nova-ring);
|
|
38
|
+
|
|
39
|
+
--radius: 0.625rem;
|
|
40
|
+
|
|
41
|
+
--chart-1: var(--color-nova-chart-1);
|
|
42
|
+
--chart-2: var(--color-nova-chart-2);
|
|
43
|
+
--chart-3: var(--color-nova-chart-3);
|
|
44
|
+
--chart-4: var(--color-nova-chart-4);
|
|
45
|
+
--chart-5: var(--color-nova-chart-5);
|
|
46
|
+
|
|
47
|
+
--sidebar: var(--color-nova-sidebar);
|
|
48
|
+
--sidebar-foreground: var(--color-nova-sidebar-foreground);
|
|
49
|
+
--sidebar-primary: var(--color-nova-sidebar-primary);
|
|
50
|
+
--sidebar-primary-foreground: var(--color-nova-sidebar-primary-foreground);
|
|
51
|
+
--sidebar-accent: var(--color-nova-sidebar-accent);
|
|
52
|
+
--sidebar-accent-foreground: var(--color-nova-sidebar-accent-foreground);
|
|
53
|
+
--sidebar-border: var(--color-nova-sidebar-border);
|
|
54
|
+
--sidebar-ring: var(--color-nova-sidebar-ring);
|
|
55
|
+
}
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
/* Component-specific styles added here as components are built */
|
|
@@ -0,0 +1,201 @@
|
|
|
1
|
+
@theme {
|
|
2
|
+
--color-nova-background: light-dark(
|
|
3
|
+
var(--color-nova-white),
|
|
4
|
+
var(--color-nova-black)
|
|
5
|
+
);
|
|
6
|
+
|
|
7
|
+
--color-nova-primary: light-dark(
|
|
8
|
+
var(--color-nova-zinc-900),
|
|
9
|
+
var(--color-nova-zinc-100)
|
|
10
|
+
);
|
|
11
|
+
--color-nova-primary-foreground: light-dark(
|
|
12
|
+
var(--color-nova-zinc-100),
|
|
13
|
+
var(--color-nova-zinc-900)
|
|
14
|
+
);
|
|
15
|
+
|
|
16
|
+
--color-nova-secondary: light-dark(
|
|
17
|
+
var(--color-nova-zinc-100),
|
|
18
|
+
var(--color-nova-zinc-800)
|
|
19
|
+
);
|
|
20
|
+
--color-nova-secondary-foreground: light-dark(
|
|
21
|
+
var(--color-nova-zinc-900),
|
|
22
|
+
var(--color-nova-zinc-100)
|
|
23
|
+
);
|
|
24
|
+
|
|
25
|
+
--color-nova-muted: light-dark(
|
|
26
|
+
var(--color-nova-zinc-50),
|
|
27
|
+
var(--color-nova-zinc-800)
|
|
28
|
+
);
|
|
29
|
+
--color-nova-muted-foreground: light-dark(
|
|
30
|
+
var(--color-nova-zinc-500),
|
|
31
|
+
var(--color-nova-zinc-400)
|
|
32
|
+
);
|
|
33
|
+
|
|
34
|
+
--color-nova-accent: light-dark(
|
|
35
|
+
var(--color-nova-brand-500),
|
|
36
|
+
var(--color-nova-brand-400)
|
|
37
|
+
);
|
|
38
|
+
--color-nova-accent-foreground: light-dark(
|
|
39
|
+
var(--color-nova-zinc-100),
|
|
40
|
+
var(--color-nova-zinc-900)
|
|
41
|
+
);
|
|
42
|
+
|
|
43
|
+
/*DO NOT REFERENCE AS IT MIGHT BE DELETED IN THE FUTURE*/
|
|
44
|
+
--color-nova-foreground: light-dark(
|
|
45
|
+
var(--color-nova-zinc-900),
|
|
46
|
+
var(--color-nova-zinc-100)
|
|
47
|
+
);
|
|
48
|
+
|
|
49
|
+
--color-nova-card: light-dark(
|
|
50
|
+
var(--color-nova-zinc-50),
|
|
51
|
+
var(--color-nova-zinc-900)
|
|
52
|
+
);
|
|
53
|
+
--color-nova-card-foreground: light-dark(
|
|
54
|
+
var(--color-nova-zinc-900),
|
|
55
|
+
var(--color-nova-zinc-100)
|
|
56
|
+
);
|
|
57
|
+
|
|
58
|
+
--color-nova-popover: light-dark(
|
|
59
|
+
var(--color-nova-zinc-50),
|
|
60
|
+
var(--color-nova-zinc-900)
|
|
61
|
+
);
|
|
62
|
+
--color-nova-popover-foreground: light-dark(
|
|
63
|
+
var(--color-nova-zinc-900),
|
|
64
|
+
var(--color-nova-zinc-100)
|
|
65
|
+
);
|
|
66
|
+
|
|
67
|
+
--color-nova-info: light-dark(
|
|
68
|
+
var(--color-nova-blue-600),
|
|
69
|
+
var(--color-nova-blue-400)
|
|
70
|
+
);
|
|
71
|
+
--color-nova-info-foreground: light-dark(
|
|
72
|
+
var(--color-nova-zinc-100),
|
|
73
|
+
var(--color-nova-zinc-900)
|
|
74
|
+
);
|
|
75
|
+
--color-nova-info-soft: light-dark(
|
|
76
|
+
var(--color-nova-blue-50),
|
|
77
|
+
var(--color-nova-blue-950)
|
|
78
|
+
);
|
|
79
|
+
--color-nova-info-soft-foreground: light-dark(
|
|
80
|
+
var(--color-nova-blue-700),
|
|
81
|
+
var(--color-nova-blue-300)
|
|
82
|
+
);
|
|
83
|
+
|
|
84
|
+
--color-nova-success: light-dark(
|
|
85
|
+
var(--color-nova-emerald-600),
|
|
86
|
+
var(--color-nova-emerald-400)
|
|
87
|
+
);
|
|
88
|
+
--color-nova-success-foreground: light-dark(
|
|
89
|
+
var(--color-nova-zinc-100),
|
|
90
|
+
var(--color-nova-zinc-900)
|
|
91
|
+
);
|
|
92
|
+
--color-nova-success-soft: light-dark(
|
|
93
|
+
var(--color-nova-emerald-50),
|
|
94
|
+
var(--color-nova-emerald-950)
|
|
95
|
+
);
|
|
96
|
+
--color-nova-success-soft-foreground: light-dark(
|
|
97
|
+
var(--color-nova-emerald-700),
|
|
98
|
+
var(--color-nova-emerald-300)
|
|
99
|
+
);
|
|
100
|
+
|
|
101
|
+
--color-nova-warning: light-dark(
|
|
102
|
+
var(--color-nova-amber-500),
|
|
103
|
+
var(--color-nova-amber-400)
|
|
104
|
+
);
|
|
105
|
+
--color-nova-warning-foreground: light-dark(
|
|
106
|
+
var(--color-nova-zinc-900),
|
|
107
|
+
var(--color-nova-zinc-900)
|
|
108
|
+
);
|
|
109
|
+
--color-nova-warning-soft: light-dark(
|
|
110
|
+
var(--color-nova-amber-50),
|
|
111
|
+
var(--color-nova-amber-950)
|
|
112
|
+
);
|
|
113
|
+
--color-nova-warning-soft-foreground: light-dark(
|
|
114
|
+
var(--color-nova-amber-700),
|
|
115
|
+
var(--color-nova-amber-300)
|
|
116
|
+
);
|
|
117
|
+
|
|
118
|
+
--color-nova-destructive: light-dark(
|
|
119
|
+
var(--color-nova-red-600),
|
|
120
|
+
var(--color-nova-red-400)
|
|
121
|
+
);
|
|
122
|
+
--color-nova-destructive-foreground: light-dark(
|
|
123
|
+
var(--color-nova-zinc-100),
|
|
124
|
+
var(--color-nova-zinc-900)
|
|
125
|
+
);
|
|
126
|
+
--color-nova-destructive-soft: light-dark(
|
|
127
|
+
var(--color-nova-red-50),
|
|
128
|
+
var(--color-nova-red-950)
|
|
129
|
+
);
|
|
130
|
+
--color-nova-destructive-soft-foreground: light-dark(
|
|
131
|
+
var(--color-nova-red-700),
|
|
132
|
+
var(--color-nova-red-300)
|
|
133
|
+
);
|
|
134
|
+
|
|
135
|
+
--color-nova-border: light-dark(
|
|
136
|
+
var(--color-nova-zinc-200),
|
|
137
|
+
var(--color-nova-zinc-800)
|
|
138
|
+
);
|
|
139
|
+
--color-nova-input: light-dark(
|
|
140
|
+
var(--color-nova-zinc-300),
|
|
141
|
+
var(--color-nova-zinc-700)
|
|
142
|
+
);
|
|
143
|
+
--color-nova-ring: light-dark(
|
|
144
|
+
var(--color-nova-brand-500),
|
|
145
|
+
var(--color-nova-brand-400)
|
|
146
|
+
);
|
|
147
|
+
|
|
148
|
+
--color-nova-chart-1: light-dark(
|
|
149
|
+
var(--color-nova-brand-600),
|
|
150
|
+
var(--color-nova-brand-400)
|
|
151
|
+
);
|
|
152
|
+
--color-nova-chart-2: light-dark(
|
|
153
|
+
var(--color-nova-emerald-800),
|
|
154
|
+
var(--color-nova-emerald-200)
|
|
155
|
+
);
|
|
156
|
+
--color-nova-chart-3: light-dark(
|
|
157
|
+
var(--color-nova-yellow-600),
|
|
158
|
+
var(--color-nova-yellow-400)
|
|
159
|
+
);
|
|
160
|
+
--color-nova-chart-4: light-dark(
|
|
161
|
+
var(--color-nova-blue-800),
|
|
162
|
+
var(--color-nova-blue-400)
|
|
163
|
+
);
|
|
164
|
+
--color-nova-chart-5: light-dark(
|
|
165
|
+
var(--color-nova-red-600),
|
|
166
|
+
var(--color-nova-red-400)
|
|
167
|
+
);
|
|
168
|
+
|
|
169
|
+
--color-nova-sidebar: light-dark(
|
|
170
|
+
var(--color-nova-zinc-50),
|
|
171
|
+
var(--color-nova-zinc-950)
|
|
172
|
+
);
|
|
173
|
+
--color-nova-sidebar-foreground: light-dark(
|
|
174
|
+
var(--color-nova-zinc-900),
|
|
175
|
+
var(--color-nova-zinc-100)
|
|
176
|
+
);
|
|
177
|
+
--color-nova-sidebar-primary: light-dark(
|
|
178
|
+
var(--color-nova-brand-600),
|
|
179
|
+
var(--color-nova-brand-400)
|
|
180
|
+
);
|
|
181
|
+
--color-nova-sidebar-primary-foreground: light-dark(
|
|
182
|
+
var(--color-nova-zinc-100),
|
|
183
|
+
var(--color-nova-zinc-900)
|
|
184
|
+
);
|
|
185
|
+
--color-nova-sidebar-accent: light-dark(
|
|
186
|
+
var(--color-nova-zinc-100),
|
|
187
|
+
var(--color-nova-zinc-800)
|
|
188
|
+
);
|
|
189
|
+
--color-nova-sidebar-accent-foreground: light-dark(
|
|
190
|
+
var(--color-nova-zinc-900),
|
|
191
|
+
var(--color-nova-zinc-100)
|
|
192
|
+
);
|
|
193
|
+
--color-nova-sidebar-border: light-dark(
|
|
194
|
+
var(--color-nova-zinc-200),
|
|
195
|
+
var(--color-nova-zinc-800)
|
|
196
|
+
);
|
|
197
|
+
--color-nova-sidebar-ring: light-dark(
|
|
198
|
+
var(--color-nova-brand-600),
|
|
199
|
+
var(--color-nova-brand-400)
|
|
200
|
+
);
|
|
201
|
+
}
|