@nqlib/nqui 0.1.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/INSTALLATION.md +221 -0
- package/README.md +276 -0
- package/dist/App.d.ts +3 -0
- package/dist/App.d.ts.map +1 -0
- package/dist/components/AppLayout.d.ts +2 -0
- package/dist/components/AppLayout.d.ts.map +1 -0
- package/dist/components/app-sidebar.d.ts +4 -0
- package/dist/components/app-sidebar.d.ts.map +1 -0
- package/dist/components/component-example.d.ts +2 -0
- package/dist/components/component-example.d.ts.map +1 -0
- package/dist/components/custom/color-picker.d.ts +9 -0
- package/dist/components/custom/color-picker.d.ts.map +1 -0
- package/dist/components/custom/color-slider.d.ts +22 -0
- package/dist/components/custom/color-slider.d.ts.map +1 -0
- package/dist/components/custom/enhanced-button.d.ts +34 -0
- package/dist/components/custom/enhanced-button.d.ts.map +1 -0
- package/dist/components/custom/enhanced-checkbox.d.ts +28 -0
- package/dist/components/custom/enhanced-checkbox.d.ts.map +1 -0
- package/dist/components/custom/enhanced-radio-group.d.ts +36 -0
- package/dist/components/custom/enhanced-radio-group.d.ts.map +1 -0
- package/dist/components/custom/enhanced-scroll-area.d.ts +34 -0
- package/dist/components/custom/enhanced-scroll-area.d.ts.map +1 -0
- package/dist/components/custom/enhanced-separator.d.ts +36 -0
- package/dist/components/custom/enhanced-separator.d.ts.map +1 -0
- package/dist/components/custom/nqui-logo.d.ts +9 -0
- package/dist/components/custom/nqui-logo.d.ts.map +1 -0
- package/dist/components/custom/rating.d.ts +60 -0
- package/dist/components/custom/rating.d.ts.map +1 -0
- package/dist/components/custom/table-of-contents.d.ts +77 -0
- package/dist/components/custom/table-of-contents.d.ts.map +1 -0
- package/dist/components/debug/crosshair.d.ts +5 -0
- package/dist/components/debug/crosshair.d.ts.map +1 -0
- package/dist/components/debug/debug-panel.d.ts +5 -0
- package/dist/components/debug/debug-panel.d.ts.map +1 -0
- package/dist/components/debug/dependencies.d.ts +23 -0
- package/dist/components/debug/dependencies.d.ts.map +1 -0
- package/dist/components/debug/index.d.ts +17 -0
- package/dist/components/debug/index.d.ts.map +1 -0
- package/dist/components/debug/magnifier.d.ts +9 -0
- package/dist/components/debug/magnifier.d.ts.map +1 -0
- package/dist/components/debug/ui-tester.d.ts +13 -0
- package/dist/components/debug/ui-tester.d.ts.map +1 -0
- package/dist/components/debug/utils/css-variable-parser.d.ts +28 -0
- package/dist/components/debug/utils/css-variable-parser.d.ts.map +1 -0
- package/dist/components/debug/utils/element-selector.d.ts +24 -0
- package/dist/components/debug/utils/element-selector.d.ts.map +1 -0
- package/dist/components/debug/utils/style-injector.d.ts +40 -0
- package/dist/components/debug/utils/style-injector.d.ts.map +1 -0
- package/dist/components/debug/utils/style-parser.d.ts +53 -0
- package/dist/components/debug/utils/style-parser.d.ts.map +1 -0
- package/dist/components/example.d.ts +7 -0
- package/dist/components/example.d.ts.map +1 -0
- package/dist/components/login-form.d.ts +2 -0
- package/dist/components/login-form.d.ts.map +1 -0
- package/dist/components/nav-user.d.ts +8 -0
- package/dist/components/nav-user.d.ts.map +1 -0
- package/dist/components/showcase/app-builder/app-builder-context.d.ts +16 -0
- package/dist/components/showcase/app-builder/app-builder-context.d.ts.map +1 -0
- package/dist/components/showcase/app-builder/app-canvas.d.ts +11 -0
- package/dist/components/showcase/app-builder/app-canvas.d.ts.map +1 -0
- package/dist/components/showcase/app-builder/widget-configurator.d.ts +10 -0
- package/dist/components/showcase/app-builder/widget-configurator.d.ts.map +1 -0
- package/dist/components/showcase/app-builder/widget-palette.d.ts +6 -0
- package/dist/components/showcase/app-builder/widget-palette.d.ts.map +1 -0
- package/dist/components/showcase/app-builder/widget-registry.d.ts +29 -0
- package/dist/components/showcase/app-builder/widget-registry.d.ts.map +1 -0
- package/dist/components/showcase/app-builder/widget-renderer.d.ts +7 -0
- package/dist/components/showcase/app-builder/widget-renderer.d.ts.map +1 -0
- package/dist/components/theme-toggle.d.ts +2 -0
- package/dist/components/theme-toggle.d.ts.map +1 -0
- package/dist/components/ui/accordion.d.ts +8 -0
- package/dist/components/ui/accordion.d.ts.map +1 -0
- package/dist/components/ui/alert-dialog.d.ts +19 -0
- package/dist/components/ui/alert-dialog.d.ts.map +1 -0
- package/dist/components/ui/alert.d.ts +11 -0
- package/dist/components/ui/alert.d.ts.map +1 -0
- package/dist/components/ui/aspect-ratio.d.ts +4 -0
- package/dist/components/ui/aspect-ratio.d.ts.map +1 -0
- package/dist/components/ui/avatar.d.ts +7 -0
- package/dist/components/ui/avatar.d.ts.map +1 -0
- package/dist/components/ui/badge.d.ts +10 -0
- package/dist/components/ui/badge.d.ts.map +1 -0
- package/dist/components/ui/breadcrumb.d.ts +20 -0
- package/dist/components/ui/breadcrumb.d.ts.map +1 -0
- package/dist/components/ui/button-group.d.ts +12 -0
- package/dist/components/ui/button-group.d.ts.map +1 -0
- package/dist/components/ui/button.d.ts +12 -0
- package/dist/components/ui/button.d.ts.map +1 -0
- package/dist/components/ui/calendar.d.ts +9 -0
- package/dist/components/ui/calendar.d.ts.map +1 -0
- package/dist/components/ui/card.d.ts +9 -0
- package/dist/components/ui/card.d.ts.map +1 -0
- package/dist/components/ui/carousel.d.ts +29 -0
- package/dist/components/ui/carousel.d.ts.map +1 -0
- package/dist/components/ui/chart.d.ts +41 -0
- package/dist/components/ui/chart.d.ts.map +1 -0
- package/dist/components/ui/checkbox.d.ts +5 -0
- package/dist/components/ui/checkbox.d.ts.map +1 -0
- package/dist/components/ui/collapsible.d.ts +6 -0
- package/dist/components/ui/collapsible.d.ts.map +1 -0
- package/dist/components/ui/combobox.d.ts +25 -0
- package/dist/components/ui/combobox.d.ts.map +1 -0
- package/dist/components/ui/command.d.ts +19 -0
- package/dist/components/ui/command.d.ts.map +1 -0
- package/dist/components/ui/context-menu.d.ts +28 -0
- package/dist/components/ui/context-menu.d.ts.map +1 -0
- package/dist/components/ui/dialog.d.ts +18 -0
- package/dist/components/ui/dialog.d.ts.map +1 -0
- package/dist/components/ui/drawer.d.ts +14 -0
- package/dist/components/ui/drawer.d.ts.map +1 -0
- package/dist/components/ui/dropdown-menu.d.ts +28 -0
- package/dist/components/ui/dropdown-menu.d.ts.map +1 -0
- package/dist/components/ui/empty.d.ts +12 -0
- package/dist/components/ui/empty.d.ts.map +1 -0
- package/dist/components/ui/field.d.ts +25 -0
- package/dist/components/ui/field.d.ts.map +1 -0
- package/dist/components/ui/hover-card.d.ts +7 -0
- package/dist/components/ui/hover-card.d.ts.map +1 -0
- package/dist/components/ui/input-group.d.ts +17 -0
- package/dist/components/ui/input-group.d.ts.map +1 -0
- package/dist/components/ui/input-otp.d.ts +12 -0
- package/dist/components/ui/input-otp.d.ts.map +1 -0
- package/dist/components/ui/input.d.ts +4 -0
- package/dist/components/ui/input.d.ts.map +1 -0
- package/dist/components/ui/item.d.ts +24 -0
- package/dist/components/ui/item.d.ts.map +1 -0
- package/dist/components/ui/kbd.d.ts +4 -0
- package/dist/components/ui/kbd.d.ts.map +1 -0
- package/dist/components/ui/label.d.ts +6 -0
- package/dist/components/ui/label.d.ts.map +1 -0
- package/dist/components/ui/menubar.d.ts +27 -0
- package/dist/components/ui/menubar.d.ts.map +1 -0
- package/dist/components/ui/native-select.d.ts +9 -0
- package/dist/components/ui/native-select.d.ts.map +1 -0
- package/dist/components/ui/navigation-menu.d.ts +15 -0
- package/dist/components/ui/navigation-menu.d.ts.map +1 -0
- package/dist/components/ui/pagination.d.ts +14 -0
- package/dist/components/ui/pagination.d.ts.map +1 -0
- package/dist/components/ui/popover.d.ts +11 -0
- package/dist/components/ui/popover.d.ts.map +1 -0
- package/dist/components/ui/progress.d.ts +5 -0
- package/dist/components/ui/progress.d.ts.map +1 -0
- package/dist/components/ui/radio-group.d.ts +6 -0
- package/dist/components/ui/radio-group.d.ts.map +1 -0
- package/dist/components/ui/resizable.d.ts +8 -0
- package/dist/components/ui/resizable.d.ts.map +1 -0
- package/dist/components/ui/scroll-area.d.ts +6 -0
- package/dist/components/ui/scroll-area.d.ts.map +1 -0
- package/dist/components/ui/select.d.ts +16 -0
- package/dist/components/ui/select.d.ts.map +1 -0
- package/dist/components/ui/separator.d.ts +5 -0
- package/dist/components/ui/separator.d.ts.map +1 -0
- package/dist/components/ui/sheet.d.ts +26 -0
- package/dist/components/ui/sheet.d.ts.map +1 -0
- package/dist/components/ui/sidebar.d.ts +66 -0
- package/dist/components/ui/sidebar.d.ts.map +1 -0
- package/dist/components/ui/skeleton.d.ts +3 -0
- package/dist/components/ui/skeleton.d.ts.map +1 -0
- package/dist/components/ui/slider.d.ts +5 -0
- package/dist/components/ui/slider.d.ts.map +1 -0
- package/dist/components/ui/sonner.d.ts +4 -0
- package/dist/components/ui/sonner.d.ts.map +1 -0
- package/dist/components/ui/spinner.d.ts +3 -0
- package/dist/components/ui/spinner.d.ts.map +1 -0
- package/dist/components/ui/switch.d.ts +5 -0
- package/dist/components/ui/switch.d.ts.map +1 -0
- package/dist/components/ui/table.d.ts +11 -0
- package/dist/components/ui/table.d.ts.map +1 -0
- package/dist/components/ui/tabs.d.ts +12 -0
- package/dist/components/ui/tabs.d.ts.map +1 -0
- package/dist/components/ui/textarea.d.ts +4 -0
- package/dist/components/ui/textarea.d.ts.map +1 -0
- package/dist/components/ui/toggle-group.d.ts +11 -0
- package/dist/components/ui/toggle-group.d.ts.map +1 -0
- package/dist/components/ui/toggle.d.ts +10 -0
- package/dist/components/ui/toggle.d.ts.map +1 -0
- package/dist/components/ui/tooltip.d.ts +8 -0
- package/dist/components/ui/tooltip.d.ts.map +1 -0
- package/dist/hooks/use-mobile.d.ts +2 -0
- package/dist/hooks/use-mobile.d.ts.map +1 -0
- package/dist/hooks/use-scroll-spy.d.ts +50 -0
- package/dist/hooks/use-scroll-spy.d.ts.map +1 -0
- package/dist/index.d.ts +80 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/lib/utils.d.ts +3 -0
- package/dist/lib/utils.d.ts.map +1 -0
- package/dist/main.d.ts +3 -0
- package/dist/main.d.ts.map +1 -0
- package/dist/mockdata/toc.d.ts +11 -0
- package/dist/mockdata/toc.d.ts.map +1 -0
- package/dist/nqui.cjs.js +521 -0
- package/dist/nqui.css +148 -0
- package/dist/nqui.es.js +35453 -0
- package/dist/pages/AppBuilder.d.ts +2 -0
- package/dist/pages/AppBuilder.d.ts.map +1 -0
- package/dist/pages/Dashboard.d.ts +2 -0
- package/dist/pages/Dashboard.d.ts.map +1 -0
- package/dist/pages/Drafts.d.ts +2 -0
- package/dist/pages/Drafts.d.ts.map +1 -0
- package/dist/pages/Inbox.d.ts +2 -0
- package/dist/pages/Inbox.d.ts.map +1 -0
- package/dist/pages/Junk.d.ts +2 -0
- package/dist/pages/Junk.d.ts.map +1 -0
- package/dist/pages/Sent.d.ts +2 -0
- package/dist/pages/Sent.d.ts.map +1 -0
- package/dist/pages/Settings.d.ts +2 -0
- package/dist/pages/Settings.d.ts.map +1 -0
- package/dist/pages/Trash.d.ts +2 -0
- package/dist/pages/Trash.d.ts.map +1 -0
- package/dist/styles.css +544 -0
- package/dist/vite.svg +1 -0
- package/package.json +128 -0
- package/scripts/build-styles.js +205 -0
- package/scripts/examples/nextjs-layout.tsx +30 -0
- package/scripts/examples/nextjs-page.tsx +66 -0
- package/scripts/init-css.js +568 -0
- package/scripts/init-debug-css.js +123 -0
- package/scripts/publish-npmjs.js +87 -0
- package/scripts/validate-exports.mjs +117 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"AppBuilder.d.ts","sourceRoot":"","sources":["../../src/pages/AppBuilder.tsx"],"names":[],"mappings":"AAOA,MAAM,CAAC,OAAO,UAAU,UAAU,4CAwEjC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Dashboard.d.ts","sourceRoot":"","sources":["../../src/pages/Dashboard.tsx"],"names":[],"mappings":"AAwOA,MAAM,CAAC,OAAO,UAAU,SAAS,4CAspDhC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Drafts.d.ts","sourceRoot":"","sources":["../../src/pages/Drafts.tsx"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,UAAU,MAAM,4CAW7B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Inbox.d.ts","sourceRoot":"","sources":["../../src/pages/Inbox.tsx"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,UAAU,KAAK,4CAW5B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Junk.d.ts","sourceRoot":"","sources":["../../src/pages/Junk.tsx"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,UAAU,IAAI,4CAW3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Sent.d.ts","sourceRoot":"","sources":["../../src/pages/Sent.tsx"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,UAAU,IAAI,4CAW3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Settings.d.ts","sourceRoot":"","sources":["../../src/pages/Settings.tsx"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,UAAU,QAAQ,4CAW/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"Trash.d.ts","sourceRoot":"","sources":["../../src/pages/Trash.tsx"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,UAAU,KAAK,4CAW5B"}
|
package/dist/styles.css
ADDED
|
@@ -0,0 +1,544 @@
|
|
|
1
|
+
/* nqui Design System CSS
|
|
2
|
+
*
|
|
3
|
+
* This file contains ALL design tokens, CSS variables, and color scales from nqui.
|
|
4
|
+
* It includes everything the library needs to style components correctly.
|
|
5
|
+
*
|
|
6
|
+
* IMPORTANT: This file does NOT include Tailwind CSS imports or framework-specific directives.
|
|
7
|
+
* You must have Tailwind CSS configured in your project and add the appropriate imports.
|
|
8
|
+
*
|
|
9
|
+
* For Next.js with Tailwind CSS v4:
|
|
10
|
+
* @import "tailwindcss";
|
|
11
|
+
* @source "./**/*.{js,ts,jsx,tsx,mdx}";
|
|
12
|
+
* @source "../node_modules/@nqlib/nqui/dist/**/*.js";
|
|
13
|
+
* @import "@nqlib/nqui/styles";
|
|
14
|
+
*
|
|
15
|
+
* For Vite with Tailwind CSS v4:
|
|
16
|
+
* @import "tailwindcss";
|
|
17
|
+
* @import "@nqlib/nqui/styles";
|
|
18
|
+
*
|
|
19
|
+
* This file includes:
|
|
20
|
+
* - All CSS variables (--primary, --background, --foreground, etc.)
|
|
21
|
+
* - Complete color scales (100-600) for all semantic colors
|
|
22
|
+
* - Light and dark mode support
|
|
23
|
+
* - Base layer styles
|
|
24
|
+
* - Utility animations
|
|
25
|
+
*
|
|
26
|
+
* Generated by: npm run build:lib
|
|
27
|
+
* Do not edit manually
|
|
28
|
+
*/
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
/* ============================================
|
|
32
|
+
nqui Color System & Design Tokens
|
|
33
|
+
============================================ */
|
|
34
|
+
|
|
35
|
+
:root {
|
|
36
|
+
/* ============================================
|
|
37
|
+
Primary Color Scale - Light Mode
|
|
38
|
+
Blue Theme (Hue 240)
|
|
39
|
+
============================================ */
|
|
40
|
+
|
|
41
|
+
/* Primary Color Scale (Light Mode) - Blue Theme (Hue 240) */
|
|
42
|
+
--primary-100: oklch(0.95 0.08 240);
|
|
43
|
+
--primary-200: oklch(0.90 0.10 240);
|
|
44
|
+
--primary-300: oklch(0.85 0.12 240);
|
|
45
|
+
--primary-400: oklch(0.80 0.14 240);
|
|
46
|
+
--primary-500: oklch(0.60 0.25 240); /* Main primary - darker for light mode */
|
|
47
|
+
--primary-600: oklch(0.50 0.28 240);
|
|
48
|
+
|
|
49
|
+
/* ============================================
|
|
50
|
+
Semantic Color Scales - Light Mode
|
|
51
|
+
============================================ */
|
|
52
|
+
|
|
53
|
+
/* Success Color Scale (Light Mode) - Green (Hue 142) */
|
|
54
|
+
--success-100: oklch(0.95 0.08 142);
|
|
55
|
+
--success-200: oklch(0.90 0.10 142);
|
|
56
|
+
--success-300: oklch(0.75 0.12 142);
|
|
57
|
+
--success-400: oklch(0.60 0.14 142);
|
|
58
|
+
--success-500: oklch(0.50 0.15 142);
|
|
59
|
+
--success-600: oklch(0.40 0.18 142);
|
|
60
|
+
|
|
61
|
+
/* Warning Color Scale (Light Mode) - Orange (Hue 65) */
|
|
62
|
+
--warning-100: oklch(0.95 0.08 65);
|
|
63
|
+
--warning-200: oklch(0.90 0.10 65);
|
|
64
|
+
--warning-300: oklch(0.85 0.12 65);
|
|
65
|
+
--warning-400: oklch(0.75 0.14 65);
|
|
66
|
+
--warning-500: oklch(0.70 0.15 65);
|
|
67
|
+
--warning-600: oklch(0.60 0.18 65);
|
|
68
|
+
|
|
69
|
+
/* Destructive Color Scale (Light Mode) - Red (Hue 25) */
|
|
70
|
+
--danger-100: oklch(0.95 0.08 25);
|
|
71
|
+
--danger-200: oklch(0.90 0.10 25);
|
|
72
|
+
--danger-300: oklch(0.80 0.12 25);
|
|
73
|
+
--danger-400: oklch(0.70 0.14 25);
|
|
74
|
+
--danger-500: oklch(0.60 0.15 25);
|
|
75
|
+
--danger-600: oklch(0.50 0.18 25);
|
|
76
|
+
|
|
77
|
+
/* Info Color Scale (Light Mode) - Cyan/Teal (Hue 200) */
|
|
78
|
+
--info-100: oklch(0.95 0.08 200);
|
|
79
|
+
--info-200: oklch(0.90 0.10 200);
|
|
80
|
+
--info-300: oklch(0.80 0.12 200);
|
|
81
|
+
--info-400: oklch(0.70 0.14 200);
|
|
82
|
+
--info-500: oklch(0.60 0.15 200);
|
|
83
|
+
--info-600: oklch(0.50 0.18 200);
|
|
84
|
+
|
|
85
|
+
/* ============================================
|
|
86
|
+
System Color Mappings - Light Mode
|
|
87
|
+
============================================ */
|
|
88
|
+
|
|
89
|
+
/* Primary Colors - Mapped to color scales */
|
|
90
|
+
--primary: var(--primary-500);
|
|
91
|
+
--primary-foreground: oklch(0.98 0 0); /* Light text for contrast */
|
|
92
|
+
--primary-hover: var(--primary-400);
|
|
93
|
+
--ring: var(--primary-500); /* Focus ring uses primary color */
|
|
94
|
+
|
|
95
|
+
/* Semantic Colors - Mapped to color scales */
|
|
96
|
+
--success: var(--success-500);
|
|
97
|
+
--success-foreground: oklch(0.98 0 0);
|
|
98
|
+
|
|
99
|
+
--warning: var(--warning-500);
|
|
100
|
+
--warning-foreground: oklch(0.145 0 0);
|
|
101
|
+
|
|
102
|
+
--destructive: var(--danger-500);
|
|
103
|
+
--destructive-foreground: oklch(0.98 0 0);
|
|
104
|
+
|
|
105
|
+
--info: var(--info-500);
|
|
106
|
+
--info-foreground: oklch(0.98 0 0);
|
|
107
|
+
|
|
108
|
+
/* Additional variables from index.css */
|
|
109
|
+
--background: oklch(1 0 0);
|
|
110
|
+
--foreground: oklch(0.145 0 0);
|
|
111
|
+
--card: oklch(1 0 0);
|
|
112
|
+
--card-foreground: oklch(0.145 0 0);
|
|
113
|
+
--popover: oklch(1 0 0);
|
|
114
|
+
--popover-foreground: oklch(0.145 0 0);
|
|
115
|
+
/* --primary and --primary-foreground are now defined in colors.css */
|
|
116
|
+
--secondary: oklch(0.967 0.001 286.375);
|
|
117
|
+
--secondary-foreground: oklch(0.21 0.006 285.885);
|
|
118
|
+
--muted: oklch(0.97 0 0);
|
|
119
|
+
--muted-foreground: oklch(0.556 0 0);
|
|
120
|
+
--accent: oklch(0.97 0 0);
|
|
121
|
+
--accent-foreground: oklch(0.205 0 0);
|
|
122
|
+
/* --destructive, --success, --warning, --info and their foregrounds are now defined in colors.css */
|
|
123
|
+
--border: oklch(0.922 0 0);
|
|
124
|
+
--input: oklch(0.922 0 0);
|
|
125
|
+
/* --ring is now defined in colors.css to use primary color */
|
|
126
|
+
--chart-1: oklch(0.809 0.105 251.813);
|
|
127
|
+
--chart-2: oklch(0.623 0.214 259.815);
|
|
128
|
+
--chart-3: oklch(0.546 0.245 262.881);
|
|
129
|
+
--chart-4: oklch(0.488 0.243 264.376);
|
|
130
|
+
--chart-5: oklch(0.424 0.199 265.638);
|
|
131
|
+
--radius: 0.45rem;
|
|
132
|
+
--sidebar: oklch(0.985 0 0);
|
|
133
|
+
--sidebar-foreground: oklch(0.145 0 0);
|
|
134
|
+
--sidebar-primary: oklch(0.546 0.245 262.881);
|
|
135
|
+
--sidebar-primary-foreground: oklch(0.97 0.014 254.604);
|
|
136
|
+
--sidebar-accent: oklch(0.97 0 0);
|
|
137
|
+
--sidebar-accent-foreground: oklch(0.205 0 0);
|
|
138
|
+
--sidebar-border: oklch(0.922 0 0);
|
|
139
|
+
--sidebar-ring: oklch(0.708 0 0);
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
.dark {
|
|
143
|
+
/* ============================================
|
|
144
|
+
Primary Color Scale - Dark Mode
|
|
145
|
+
Blue Theme (Hue 240)
|
|
146
|
+
============================================ */
|
|
147
|
+
|
|
148
|
+
/* Primary Color Scale (Dark Mode) - Blue Theme (Hue 240) */
|
|
149
|
+
--primary-100: oklch(0.40 0.15 240);
|
|
150
|
+
--primary-200: oklch(0.45 0.18 240);
|
|
151
|
+
--primary-300: oklch(0.50 0.20 240);
|
|
152
|
+
--primary-400: oklch(0.55 0.22 240);
|
|
153
|
+
--primary-500: oklch(0.65 0.20 240); /* Main primary - lighter for dark mode */
|
|
154
|
+
--primary-600: oklch(0.70 0.22 240);
|
|
155
|
+
|
|
156
|
+
/* ============================================
|
|
157
|
+
Semantic Color Scales - Dark Mode
|
|
158
|
+
============================================ */
|
|
159
|
+
|
|
160
|
+
/* Success Color Scale (Dark Mode) - Green (Hue 142) */
|
|
161
|
+
--success-100: oklch(0.40 0.15 142);
|
|
162
|
+
--success-200: oklch(0.45 0.18 142);
|
|
163
|
+
--success-300: oklch(0.50 0.20 142);
|
|
164
|
+
--success-400: oklch(0.55 0.22 142);
|
|
165
|
+
--success-500: oklch(0.65 0.20 142);
|
|
166
|
+
--success-600: oklch(0.70 0.22 142);
|
|
167
|
+
|
|
168
|
+
/* Warning Color Scale (Dark Mode) - Orange (Hue 65) */
|
|
169
|
+
--warning-100: oklch(0.50 0.15 65);
|
|
170
|
+
--warning-200: oklch(0.55 0.18 65);
|
|
171
|
+
--warning-300: oklch(0.60 0.20 65);
|
|
172
|
+
--warning-400: oklch(0.65 0.22 65);
|
|
173
|
+
--warning-500: oklch(0.75 0.15 65);
|
|
174
|
+
--warning-600: oklch(0.80 0.18 65);
|
|
175
|
+
|
|
176
|
+
/* Destructive Color Scale (Dark Mode) - Red (Hue 25) */
|
|
177
|
+
--danger-100: oklch(0.40 0.15 25);
|
|
178
|
+
--danger-200: oklch(0.45 0.18 25);
|
|
179
|
+
--danger-300: oklch(0.50 0.20 25);
|
|
180
|
+
--danger-400: oklch(0.55 0.22 25);
|
|
181
|
+
--danger-500: oklch(0.65 0.15 25);
|
|
182
|
+
--danger-600: oklch(0.70 0.18 25);
|
|
183
|
+
|
|
184
|
+
/* Info Color Scale (Dark Mode) - Cyan/Teal (Hue 200) */
|
|
185
|
+
--info-100: oklch(0.40 0.15 200);
|
|
186
|
+
--info-200: oklch(0.45 0.18 200);
|
|
187
|
+
--info-300: oklch(0.50 0.20 200);
|
|
188
|
+
--info-400: oklch(0.55 0.22 200);
|
|
189
|
+
--info-500: oklch(0.65 0.15 200);
|
|
190
|
+
--info-600: oklch(0.70 0.18 200);
|
|
191
|
+
|
|
192
|
+
/* ============================================
|
|
193
|
+
System Color Mappings - Dark Mode
|
|
194
|
+
============================================ */
|
|
195
|
+
|
|
196
|
+
/* Primary Colors - Mapped to color scales */
|
|
197
|
+
--primary: var(--primary-500);
|
|
198
|
+
--primary-foreground: oklch(0.98 0 0); /* Light text for contrast */
|
|
199
|
+
--primary-hover: var(--primary-400);
|
|
200
|
+
--ring: var(--primary-500); /* Focus ring uses primary color */
|
|
201
|
+
|
|
202
|
+
/* Semantic Colors - Mapped to color scales */
|
|
203
|
+
--success: var(--success-500);
|
|
204
|
+
--success-foreground: oklch(0.98 0 0);
|
|
205
|
+
|
|
206
|
+
--warning: var(--warning-500);
|
|
207
|
+
--warning-foreground: oklch(0.985 0 0);
|
|
208
|
+
|
|
209
|
+
--destructive: var(--danger-500);
|
|
210
|
+
--destructive-foreground: oklch(0.98 0 0);
|
|
211
|
+
|
|
212
|
+
--info: var(--info-500);
|
|
213
|
+
--info-foreground: oklch(0.98 0 0);
|
|
214
|
+
|
|
215
|
+
/* Additional variables from index.css */
|
|
216
|
+
--background: oklch(0.145 0 0);
|
|
217
|
+
--foreground: oklch(0.985 0 0);
|
|
218
|
+
--card: oklch(0.205 0 0);
|
|
219
|
+
--card-foreground: oklch(0.985 0 0);
|
|
220
|
+
--popover: oklch(0.205 0 0);
|
|
221
|
+
--popover-foreground: oklch(0.985 0 0);
|
|
222
|
+
/* --primary and --primary-foreground are now defined in colors.css */
|
|
223
|
+
--secondary: oklch(0.274 0.006 286.033);
|
|
224
|
+
--secondary-foreground: oklch(0.985 0 0);
|
|
225
|
+
--muted: oklch(0.269 0 0);
|
|
226
|
+
--muted-foreground: oklch(0.708 0 0);
|
|
227
|
+
--accent: oklch(0.371 0 0);
|
|
228
|
+
--accent-foreground: oklch(0.985 0 0);
|
|
229
|
+
/* --destructive, --success, --warning, --info and their foregrounds are now defined in colors.css */
|
|
230
|
+
--border: oklch(1 0 0 / 10%);
|
|
231
|
+
--input: oklch(1 0 0 / 15%);
|
|
232
|
+
/* --ring is now defined in colors.css to use primary color */
|
|
233
|
+
--chart-1: oklch(0.809 0.105 251.813);
|
|
234
|
+
--chart-2: oklch(0.623 0.214 259.815);
|
|
235
|
+
--chart-3: oklch(0.546 0.245 262.881);
|
|
236
|
+
--chart-4: oklch(0.488 0.243 264.376);
|
|
237
|
+
--chart-5: oklch(0.424 0.199 265.638);
|
|
238
|
+
--sidebar: oklch(0.205 0 0);
|
|
239
|
+
--sidebar-foreground: oklch(0.985 0 0);
|
|
240
|
+
--sidebar-primary: oklch(0.623 0.214 259.815);
|
|
241
|
+
--sidebar-primary-foreground: oklch(0.97 0.014 254.604);
|
|
242
|
+
--sidebar-accent: oklch(0.269 0 0);
|
|
243
|
+
--sidebar-accent-foreground: oklch(0.985 0 0);
|
|
244
|
+
--sidebar-border: oklch(1 0 0 / 10%);
|
|
245
|
+
--sidebar-ring: oklch(0.556 0 0);
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
@theme inline {
|
|
249
|
+
--font-sans: 'Inter Variable', sans-serif;
|
|
250
|
+
--color-sidebar-ring: var(--sidebar-ring);
|
|
251
|
+
--color-sidebar-border: var(--sidebar-border);
|
|
252
|
+
--color-sidebar-accent-foreground: var(--sidebar-accent-foreground);
|
|
253
|
+
--color-sidebar-accent: var(--sidebar-accent);
|
|
254
|
+
--color-sidebar-primary-foreground: var(--sidebar-primary-foreground);
|
|
255
|
+
--color-sidebar-primary: var(--sidebar-primary);
|
|
256
|
+
--color-sidebar-foreground: var(--sidebar-foreground);
|
|
257
|
+
--color-sidebar: var(--sidebar);
|
|
258
|
+
--color-chart-5: var(--chart-5);
|
|
259
|
+
--color-chart-4: var(--chart-4);
|
|
260
|
+
--color-chart-3: var(--chart-3);
|
|
261
|
+
--color-chart-2: var(--chart-2);
|
|
262
|
+
--color-chart-1: var(--chart-1);
|
|
263
|
+
--color-ring: var(--ring);
|
|
264
|
+
--color-input: var(--input);
|
|
265
|
+
--color-border: var(--border);
|
|
266
|
+
--color-destructive: var(--destructive);
|
|
267
|
+
--color-destructive-foreground: var(--destructive-foreground);
|
|
268
|
+
--color-success: var(--success);
|
|
269
|
+
--color-success-foreground: var(--success-foreground);
|
|
270
|
+
--color-warning: var(--warning);
|
|
271
|
+
--color-warning-foreground: var(--warning-foreground);
|
|
272
|
+
--color-info: var(--info);
|
|
273
|
+
--color-info-foreground: var(--info-foreground);
|
|
274
|
+
--color-accent-foreground: var(--accent-foreground);
|
|
275
|
+
--color-accent: var(--accent);
|
|
276
|
+
--color-muted-foreground: var(--muted-foreground);
|
|
277
|
+
--color-muted: var(--muted);
|
|
278
|
+
--color-secondary-foreground: var(--secondary-foreground);
|
|
279
|
+
--color-secondary: var(--secondary);
|
|
280
|
+
--color-primary-foreground: var(--primary-foreground);
|
|
281
|
+
--color-primary: var(--primary);
|
|
282
|
+
--color-popover-foreground: var(--popover-foreground);
|
|
283
|
+
--color-popover: var(--popover);
|
|
284
|
+
--color-card-foreground: var(--card-foreground);
|
|
285
|
+
--color-card: var(--card);
|
|
286
|
+
--color-foreground: var(--foreground);
|
|
287
|
+
--color-background: var(--background);
|
|
288
|
+
--radius-sm: calc(var(--radius) - 4px);
|
|
289
|
+
--radius-md: calc(var(--radius) - 2px);
|
|
290
|
+
--radius-lg: var(--radius);
|
|
291
|
+
--radius-xl: calc(var(--radius) + 4px);
|
|
292
|
+
--radius-2xl: calc(var(--radius) + 8px);
|
|
293
|
+
--radius-3xl: calc(var(--radius) + 12px);
|
|
294
|
+
--radius-4xl: calc(var(--radius) + 16px);
|
|
295
|
+
|
|
296
|
+
/* Button enhanced styling */
|
|
297
|
+
--button-gradient: linear-gradient(to bottom, rgba(255,255,255,0.15), transparent);
|
|
298
|
+
--button-shadow: 0 1px 0 0 rgba(255,255,255,0.15) inset, 0 1px 1px 0 rgba(0,0,0,0.075);
|
|
299
|
+
}
|
|
300
|
+
|
|
301
|
+
@layer base {
|
|
302
|
+
* {
|
|
303
|
+
@apply border-border outline-ring/50;
|
|
304
|
+
}
|
|
305
|
+
body {
|
|
306
|
+
@apply font-sans bg-background text-foreground;
|
|
307
|
+
}
|
|
308
|
+
html {
|
|
309
|
+
@apply font-sans;
|
|
310
|
+
}
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
@layer utilities {
|
|
314
|
+
@keyframes radio-pulse {
|
|
315
|
+
0% {
|
|
316
|
+
box-shadow: 0 0 0 0 color-mix(in oklch, var(--primary) 40%, transparent);
|
|
317
|
+
}
|
|
318
|
+
70% {
|
|
319
|
+
box-shadow: 0 0 0 8px color-mix(in oklch, var(--primary) 0%, transparent);
|
|
320
|
+
}
|
|
321
|
+
100% {
|
|
322
|
+
box-shadow: 0 0 0 0 color-mix(in oklch, var(--primary) 0%, transparent);
|
|
323
|
+
}
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
@keyframes accordion-down {
|
|
327
|
+
from {
|
|
328
|
+
height: 0;
|
|
329
|
+
}
|
|
330
|
+
to {
|
|
331
|
+
height: var(--radix-accordion-content-height);
|
|
332
|
+
}
|
|
333
|
+
}
|
|
334
|
+
|
|
335
|
+
@keyframes accordion-up {
|
|
336
|
+
from {
|
|
337
|
+
height: var(--radix-accordion-content-height);
|
|
338
|
+
}
|
|
339
|
+
to {
|
|
340
|
+
height: 0;
|
|
341
|
+
}
|
|
342
|
+
}
|
|
343
|
+
|
|
344
|
+
/* Separator Decorative Variants */
|
|
345
|
+
/* Base transparent gradient line for decorative variants */
|
|
346
|
+
.separator-transparent::before {
|
|
347
|
+
content: "";
|
|
348
|
+
position: absolute;
|
|
349
|
+
top: 0;
|
|
350
|
+
left: 5%;
|
|
351
|
+
right: 5%;
|
|
352
|
+
width: 90%;
|
|
353
|
+
height: 1px;
|
|
354
|
+
background-image: linear-gradient(to right, transparent, var(--border), transparent);
|
|
355
|
+
}
|
|
356
|
+
|
|
357
|
+
/* Arrow/Diamond Down - decorative arrow shape in center */
|
|
358
|
+
.separator-arrow-down::after {
|
|
359
|
+
content: "";
|
|
360
|
+
position: absolute;
|
|
361
|
+
z-index: 1;
|
|
362
|
+
top: -7px;
|
|
363
|
+
left: calc(50% - 7px);
|
|
364
|
+
width: 14px;
|
|
365
|
+
height: 14px;
|
|
366
|
+
transform: rotate(45deg);
|
|
367
|
+
background-color: var(--background);
|
|
368
|
+
border-bottom: 1px solid var(--border);
|
|
369
|
+
border-right: 1px solid var(--border);
|
|
370
|
+
}
|
|
371
|
+
|
|
372
|
+
/* Tab Down - rounded tab shape in center */
|
|
373
|
+
.separator-tab-down::after {
|
|
374
|
+
content: "";
|
|
375
|
+
position: absolute;
|
|
376
|
+
z-index: 1;
|
|
377
|
+
top: 0;
|
|
378
|
+
left: calc(50% - 10px);
|
|
379
|
+
width: 20px;
|
|
380
|
+
height: 14px;
|
|
381
|
+
background-color: var(--background);
|
|
382
|
+
border-bottom: 1px solid var(--border);
|
|
383
|
+
border-left: 1px solid var(--border);
|
|
384
|
+
border-right: 1px solid var(--border);
|
|
385
|
+
border-radius: 0 0 var(--radius) var(--radius);
|
|
386
|
+
}
|
|
387
|
+
|
|
388
|
+
/* Stopper - rectangular stopper in center */
|
|
389
|
+
.separator-stopper::after {
|
|
390
|
+
content: "";
|
|
391
|
+
position: absolute;
|
|
392
|
+
z-index: 1;
|
|
393
|
+
top: -6px;
|
|
394
|
+
left: calc(50% - 7px);
|
|
395
|
+
width: 14px;
|
|
396
|
+
height: 12px;
|
|
397
|
+
background-color: var(--background);
|
|
398
|
+
border-left: 1px solid var(--border);
|
|
399
|
+
border-right: 1px solid var(--border);
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
/* Dot - circular dot in center with shadow */
|
|
403
|
+
.separator-dot::after {
|
|
404
|
+
content: "";
|
|
405
|
+
position: absolute;
|
|
406
|
+
z-index: 1;
|
|
407
|
+
top: -9px;
|
|
408
|
+
left: calc(50% - 9px);
|
|
409
|
+
width: 18px;
|
|
410
|
+
height: 18px;
|
|
411
|
+
background-color: var(--primary);
|
|
412
|
+
border: 1px solid var(--border);
|
|
413
|
+
border-radius: 50%;
|
|
414
|
+
box-shadow: inset 0 0 0 2px var(--background), 0 0 0 4px var(--background);
|
|
415
|
+
}
|
|
416
|
+
|
|
417
|
+
/* Text Decoration - text/character decoration in center */
|
|
418
|
+
.separator-text-decoration {
|
|
419
|
+
border-top: 1px solid var(--border);
|
|
420
|
+
background-color: transparent;
|
|
421
|
+
}
|
|
422
|
+
|
|
423
|
+
.separator-text-decoration::before {
|
|
424
|
+
content: var(--separator-text-content, "j");
|
|
425
|
+
position: absolute;
|
|
426
|
+
z-index: 1;
|
|
427
|
+
top: 50%;
|
|
428
|
+
left: 50%;
|
|
429
|
+
transform: translate(-50%, -65%);
|
|
430
|
+
background-color: var(--background);
|
|
431
|
+
color: var(--foreground);
|
|
432
|
+
display: inline-block;
|
|
433
|
+
font-size: 1rem;
|
|
434
|
+
line-height: 1rem;
|
|
435
|
+
padding: 0 0.5rem;
|
|
436
|
+
text-rendering: geometricPrecision;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
/* Shiny Corner - lighting effect on 2 edges (left/right for horizontal, top/bottom for vertical) */
|
|
440
|
+
.separator-shiny-corner {
|
|
441
|
+
background: linear-gradient(
|
|
442
|
+
90deg,
|
|
443
|
+
color-mix(in oklch, var(--foreground) 60%, transparent) 0%,
|
|
444
|
+
transparent 8%,
|
|
445
|
+
var(--border) 20%,
|
|
446
|
+
var(--border) 80%,
|
|
447
|
+
transparent 92%,
|
|
448
|
+
color-mix(in oklch, var(--foreground) 60%, transparent) 100%
|
|
449
|
+
);
|
|
450
|
+
position: relative;
|
|
451
|
+
}
|
|
452
|
+
|
|
453
|
+
.separator-shiny-corner::before {
|
|
454
|
+
content: "";
|
|
455
|
+
position: absolute;
|
|
456
|
+
inset: -1px;
|
|
457
|
+
background: linear-gradient(
|
|
458
|
+
90deg,
|
|
459
|
+
color-mix(in oklch, var(--foreground) 80%, transparent) 0%,
|
|
460
|
+
transparent 5%,
|
|
461
|
+
transparent 95%,
|
|
462
|
+
color-mix(in oklch, var(--foreground) 80%, transparent) 100%
|
|
463
|
+
);
|
|
464
|
+
filter: blur(1px);
|
|
465
|
+
opacity: 0.7;
|
|
466
|
+
z-index: -1;
|
|
467
|
+
}
|
|
468
|
+
|
|
469
|
+
/* Vertical orientation support for shiny corner */
|
|
470
|
+
[aria-orientation="vertical"].separator-shiny-corner {
|
|
471
|
+
background: linear-gradient(
|
|
472
|
+
180deg,
|
|
473
|
+
color-mix(in oklch, var(--foreground) 60%, transparent) 0%,
|
|
474
|
+
transparent 8%,
|
|
475
|
+
var(--border) 20%,
|
|
476
|
+
var(--border) 80%,
|
|
477
|
+
transparent 92%,
|
|
478
|
+
color-mix(in oklch, var(--foreground) 60%, transparent) 100%
|
|
479
|
+
);
|
|
480
|
+
}
|
|
481
|
+
|
|
482
|
+
[aria-orientation="vertical"].separator-shiny-corner::before {
|
|
483
|
+
background: linear-gradient(
|
|
484
|
+
180deg,
|
|
485
|
+
color-mix(in oklch, var(--foreground) 80%, transparent) 0%,
|
|
486
|
+
transparent 5%,
|
|
487
|
+
transparent 95%,
|
|
488
|
+
color-mix(in oklch, var(--foreground) 80%, transparent) 100%
|
|
489
|
+
);
|
|
490
|
+
}
|
|
491
|
+
|
|
492
|
+
/* Shiny Edge - softer gradient highlight on edges */
|
|
493
|
+
.separator-shiny-edge {
|
|
494
|
+
background: linear-gradient(
|
|
495
|
+
90deg,
|
|
496
|
+
color-mix(in oklch, var(--foreground) 40%, transparent) 0%,
|
|
497
|
+
transparent 10%,
|
|
498
|
+
var(--border) 30%,
|
|
499
|
+
var(--border) 70%,
|
|
500
|
+
transparent 90%,
|
|
501
|
+
color-mix(in oklch, var(--foreground) 40%, transparent) 100%
|
|
502
|
+
);
|
|
503
|
+
position: relative;
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
.separator-shiny-edge::before {
|
|
507
|
+
content: "";
|
|
508
|
+
position: absolute;
|
|
509
|
+
inset: -0.5px;
|
|
510
|
+
background: linear-gradient(
|
|
511
|
+
90deg,
|
|
512
|
+
color-mix(in oklch, var(--primary) 50%, transparent) 0%,
|
|
513
|
+
transparent 8%,
|
|
514
|
+
transparent 92%,
|
|
515
|
+
color-mix(in oklch, var(--primary) 50%, transparent) 100%
|
|
516
|
+
);
|
|
517
|
+
filter: blur(0.5px);
|
|
518
|
+
opacity: 0.5;
|
|
519
|
+
z-index: -1;
|
|
520
|
+
}
|
|
521
|
+
|
|
522
|
+
/* Vertical orientation support for shiny edge */
|
|
523
|
+
[aria-orientation="vertical"].separator-shiny-edge {
|
|
524
|
+
background: linear-gradient(
|
|
525
|
+
180deg,
|
|
526
|
+
color-mix(in oklch, var(--foreground) 40%, transparent) 0%,
|
|
527
|
+
transparent 10%,
|
|
528
|
+
var(--border) 30%,
|
|
529
|
+
var(--border) 70%,
|
|
530
|
+
transparent 90%,
|
|
531
|
+
color-mix(in oklch, var(--foreground) 40%, transparent) 100%
|
|
532
|
+
);
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
[aria-orientation="vertical"].separator-shiny-edge::before {
|
|
536
|
+
background: linear-gradient(
|
|
537
|
+
180deg,
|
|
538
|
+
color-mix(in oklch, var(--primary) 50%, transparent) 0%,
|
|
539
|
+
transparent 8%,
|
|
540
|
+
transparent 92%,
|
|
541
|
+
color-mix(in oklch, var(--primary) 50%, transparent) 100%
|
|
542
|
+
);
|
|
543
|
+
}
|
|
544
|
+
}
|
package/dist/vite.svg
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" aria-hidden="true" role="img" class="iconify iconify--logos" width="31.88" height="32" preserveAspectRatio="xMidYMid meet" viewBox="0 0 256 257"><defs><linearGradient id="IconifyId1813088fe1fbc01fb466" x1="-.828%" x2="57.636%" y1="7.652%" y2="78.411%"><stop offset="0%" stop-color="#41D1FF"></stop><stop offset="100%" stop-color="#BD34FE"></stop></linearGradient><linearGradient id="IconifyId1813088fe1fbc01fb467" x1="43.376%" x2="50.316%" y1="2.242%" y2="89.03%"><stop offset="0%" stop-color="#FFEA83"></stop><stop offset="8.333%" stop-color="#FFDD35"></stop><stop offset="100%" stop-color="#FFA800"></stop></linearGradient></defs><path fill="url(#IconifyId1813088fe1fbc01fb466)" d="M255.153 37.938L134.897 252.976c-2.483 4.44-8.862 4.466-11.382.048L.875 37.958c-2.746-4.814 1.371-10.646 6.827-9.67l120.385 21.517a6.537 6.537 0 0 0 2.322-.004l117.867-21.483c5.438-.991 9.574 4.796 6.877 9.62Z"></path><path fill="url(#IconifyId1813088fe1fbc01fb467)" d="M185.432.063L96.44 17.501a3.268 3.268 0 0 0-2.634 3.014l-5.474 92.456a3.268 3.268 0 0 0 3.997 3.378l24.777-5.718c2.318-.535 4.413 1.507 3.936 3.838l-7.361 36.047c-.495 2.426 1.782 4.5 4.151 3.78l15.304-4.649c2.372-.72 4.652 1.36 4.15 3.788l-11.698 56.621c-.732 3.542 3.979 5.473 5.943 2.437l1.313-2.028l72.516-144.72c1.215-2.423-.88-5.186-3.54-4.672l-25.505 4.922c-2.396.462-4.435-1.77-3.759-4.114l16.646-57.705c.677-2.35-1.37-4.583-3.769-4.113Z"></path></svg>
|