@montytools/cli 0.5.0 → 0.5.2

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.
@@ -3,6 +3,10 @@
3
3
  @import "shadcn/tailwind.css";
4
4
  @import "@fontsource-variable/roboto";
5
5
 
6
+ /* Shared platform chrome (@montytools/sdk/ui) ships Tailwind classes in its
7
+ dist — scan it so they compile. */
8
+ @source "../node_modules/@montytools/sdk/dist/ui.js";
9
+
6
10
 
7
11
  @custom-variant dark (&:is(.dark *));
8
12
 
@@ -85,37 +89,37 @@
85
89
  }
86
90
 
87
91
  .dark {
88
- --background: oklch(0.153 0.006 107.1);
89
- --foreground: oklch(0.988 0.003 106.5);
90
- --card: oklch(0.228 0.013 107.4);
91
- --card-foreground: oklch(0.988 0.003 106.5);
92
- --popover: oklch(0.228 0.013 107.4);
93
- --popover-foreground: oklch(0.988 0.003 106.5);
94
- --primary: oklch(0.437 0.078 188.216);
95
- --primary-foreground: oklch(0.984 0.014 180.72);
96
- --secondary: oklch(0.274 0.006 286.033);
97
- --secondary-foreground: oklch(0.985 0 0);
98
- --muted: oklch(0.286 0.016 107.4);
99
- --muted-foreground: oklch(0.737 0.021 106.9);
100
- --accent: oklch(0.286 0.016 107.4);
101
- --accent-foreground: oklch(0.988 0.003 106.5);
102
- --destructive: oklch(0.704 0.191 22.216);
103
- --border: oklch(1 0 0 / 10%);
104
- --input: oklch(1 0 0 / 15%);
105
- --ring: oklch(0.58 0.031 107.3);
106
- --chart-1: oklch(0.855 0.138 181.071);
107
- --chart-2: oklch(0.704 0.14 182.503);
108
- --chart-3: oklch(0.6 0.118 184.704);
109
- --chart-4: oklch(0.511 0.096 186.391);
110
- --chart-5: oklch(0.437 0.078 188.216);
111
- --sidebar: oklch(0.228 0.013 107.4);
112
- --sidebar-foreground: oklch(0.988 0.003 106.5);
113
- --sidebar-primary: oklch(0.704 0.14 182.503);
114
- --sidebar-primary-foreground: oklch(0.277 0.046 192.524);
115
- --sidebar-accent: oklch(0.286 0.016 107.4);
116
- --sidebar-accent-foreground: oklch(0.988 0.003 106.5);
117
- --sidebar-border: oklch(1 0 0 / 10%);
118
- --sidebar-ring: oklch(0.58 0.031 107.3);
92
+ --background: #101112;
93
+ --foreground: #F1F2F3;
94
+ --card: #17181A;
95
+ --card-foreground: #F1F2F3;
96
+ --popover: #17181A;
97
+ --popover-foreground: #F1F2F3;
98
+ --primary: #266DF0;
99
+ --primary-foreground: #FFFFFF;
100
+ --secondary: rgb(255 255 255 / 0.05);
101
+ --secondary-foreground: #F1F2F3;
102
+ --muted: rgb(255 255 255 / 0.05);
103
+ --muted-foreground: rgb(255 255 255 / 0.6);
104
+ --accent: rgb(255 255 255 / 0.05);
105
+ --accent-foreground: #F1F2F3;
106
+ --destructive: oklch(0.68 0.19 25);
107
+ --border: #1B1C1F;
108
+ --input: #212224;
109
+ --ring: #266DF0;
110
+ --chart-1: #266DF0;
111
+ --chart-2: #4E8CFC;
112
+ --chart-3: #9B69FF;
113
+ --chart-4: #6EA5F7;
114
+ --chart-5: #2D3A55;
115
+ --sidebar: #101112;
116
+ --sidebar-foreground: #F1F2F3;
117
+ --sidebar-primary: #266DF0;
118
+ --sidebar-primary-foreground: #FFFFFF;
119
+ --sidebar-accent: rgb(255 255 255 / 0.05);
120
+ --sidebar-accent-foreground: #F1F2F3;
121
+ --sidebar-border: #1B1C1F;
122
+ --sidebar-ring: #266DF0;
119
123
  }
120
124
 
121
125
  @layer base {