@thalamiq/ui 0.1.8 → 0.1.10

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.
@@ -31,9 +31,9 @@
31
31
  Borders & structure
32
32
  ------------------------------------------------------------ */
33
33
 
34
- --border: oklch(0.9 0.006 255);
35
- --input: oklch(0.9 0.006 255);
36
- --ring: oklch(0.56 0.12 255);
34
+ --border: oklch(0.88 0.004 260);
35
+ --input: oklch(0.95 0.004 260);
36
+ --ring: oklch(0.5 0.1 255);
37
37
 
38
38
  /* ------------------------------------------------------------
39
39
  Text hierarchy
@@ -117,22 +117,22 @@
117
117
  Radius
118
118
  ------------------------------------------------------------ */
119
119
 
120
- --radius: 0.25rem;
120
+ --radius: 0.5rem;
121
121
 
122
122
  /* ------------------------------------------------------------
123
123
  Sidebar
124
124
  ------------------------------------------------------------ */
125
125
 
126
- --sidebar: oklch(0.97 0 0);
127
- --sidebar-foreground: oklch(0.21 0.02 265);
126
+ --sidebar: oklch(0.95 0.003 260);
127
+ --sidebar-foreground: oklch(0.25 0.01 260);
128
128
 
129
129
  --sidebar-primary: var(--primary);
130
130
  --sidebar-primary-foreground: var(--primary-foreground);
131
131
 
132
- --sidebar-accent: oklch(0.94 0 0);
133
- --sidebar-accent-foreground: oklch(0.21 0.02 265);
132
+ --sidebar-accent: oklch(0.90 0.006 260);
133
+ --sidebar-accent-foreground: oklch(0.20 0.01 260);
134
134
 
135
- --sidebar-border: var(--border);
135
+ --sidebar-border: oklch(0.88 0.004 260);
136
136
  --sidebar-ring: var(--ring);
137
137
  }
138
138
 
@@ -150,9 +150,9 @@
150
150
  --popover: oklch(0.18 0.01 265);
151
151
  --popover-foreground: oklch(0.95 0 0);
152
152
 
153
- --border: oklch(0.28 0.01 265);
154
- --input: oklch(0.28 0.01 265);
155
- --ring: oklch(0.62 0.14 255);
153
+ --border: oklch(0.26 0.006 260);
154
+ --input: oklch(0.16 0.006 260);
155
+ --ring: oklch(0.55 0.1 255);
156
156
 
157
157
  --muted: oklch(0.25 0.01 265);
158
158
  --muted-foreground: oklch(0.65 0 0);
@@ -193,16 +193,16 @@
193
193
  --chart-4: oklch(0.7 0.12 90);
194
194
  --chart-5: oklch(0.65 0.12 30);
195
195
 
196
- --sidebar: oklch(0.18 0.01 265);
197
- --sidebar-foreground: oklch(0.95 0 0);
196
+ --sidebar: oklch(0.11 0.006 260);
197
+ --sidebar-foreground: oklch(0.85 0 0);
198
198
 
199
199
  --sidebar-primary: var(--primary);
200
200
  --sidebar-primary-foreground: var(--primary-foreground);
201
201
 
202
- --sidebar-accent: oklch(0.25 0.01 265);
203
- --sidebar-accent-foreground: oklch(0.95 0 0);
202
+ --sidebar-accent: oklch(0.18 0.008 260);
203
+ --sidebar-accent-foreground: oklch(0.92 0 0);
204
204
 
205
- --sidebar-border: var(--border);
205
+ --sidebar-border: oklch(0.22 0.006 260);
206
206
  --sidebar-ring: var(--ring);
207
207
  }
208
208
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@thalamiq/ui",
3
- "version": "0.1.8",
3
+ "version": "0.1.10",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public",