dowel-ui 0.29.0 → 0.30.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 CHANGED
@@ -63,8 +63,8 @@ npx shadcn@latest add https://lacodda.github.io/dowel/r/app.json # or a whole
63
63
  Ninety-four primitives so far - the everyday controls, forms, overlays built on
64
64
  [Base UI](https://base-ui.com), menus and selection, the command palette,
65
65
  tables and long lists, charts, the screens between asking for data and showing
66
- it, markdown, code and diffs, a desktop window's own chrome and the three
67
- abilities of a catalogue table. Each is
66
+ it, markdown, code and diffs, the frame a screen sits in, a desktop window's
67
+ own chrome and the three abilities of a catalogue table. Each is
68
68
  written in the vocabulary - no raw
69
69
  colours, no `dark:` utilities - and runs its own gate before it ships: axe, the
70
70
  keyboard, a dependency budget and a picture in both themes.
@@ -0,0 +1,349 @@
1
+ {
2
+ "$description": "atlas - every colour of the dowel theme on the nebula accent #8A7DF5, resolved by a browser, in both themes. For a consumer that cannot evaluate CSS; the formulas live in theme.css.",
3
+ "$extensions": {
4
+ "com.lacodda.dowel": {
5
+ "package": "dowel-ui",
6
+ "version": "0.30.0",
7
+ "product": "atlas",
8
+ "code": "at",
9
+ "accent": "#8A7DF5"
10
+ }
11
+ },
12
+ "color": {
13
+ "$type": "color",
14
+ "dark": {
15
+ "bg": {
16
+ "$value": "#191921"
17
+ },
18
+ "raise": {
19
+ "$value": "#22212c"
20
+ },
21
+ "soft": {
22
+ "$value": "#ffffff0b"
23
+ },
24
+ "softer": {
25
+ "$value": "#ffffff06"
26
+ },
27
+ "line": {
28
+ "$value": "#ffffff14"
29
+ },
30
+ "line-2": {
31
+ "$value": "#ffffff26"
32
+ },
33
+ "text": {
34
+ "$value": "#e6e3f0"
35
+ },
36
+ "dim": {
37
+ "$value": "#a49fb4"
38
+ },
39
+ "faint": {
40
+ "$value": "#706c81"
41
+ },
42
+ "accent": {
43
+ "$value": "#8a7df5"
44
+ },
45
+ "accent-2": {
46
+ "$value": "#a19bf9"
47
+ },
48
+ "accent-soft": {
49
+ "$value": "#8a7df529"
50
+ },
51
+ "good": {
52
+ "$value": "#45d18f"
53
+ },
54
+ "warn": {
55
+ "$value": "#e8b13f"
56
+ },
57
+ "bad": {
58
+ "$value": "#ef6a6a"
59
+ },
60
+ "info": {
61
+ "$value": "#4cc4e0"
62
+ },
63
+ "good-soft": {
64
+ "$value": "#45d18f24"
65
+ },
66
+ "warn-soft": {
67
+ "$value": "#e8b13f24"
68
+ },
69
+ "bad-soft": {
70
+ "$value": "#ef6a6a24"
71
+ },
72
+ "info-soft": {
73
+ "$value": "#4cc4e026"
74
+ },
75
+ "series-1": {
76
+ "$value": "#3987e5"
77
+ },
78
+ "series-2": {
79
+ "$value": "#d95926"
80
+ },
81
+ "series-3": {
82
+ "$value": "#199e70"
83
+ },
84
+ "series-4": {
85
+ "$value": "#c98500"
86
+ },
87
+ "series-5": {
88
+ "$value": "#d55181"
89
+ },
90
+ "series-6": {
91
+ "$value": "#008300"
92
+ },
93
+ "series-7": {
94
+ "$value": "#9085e9"
95
+ },
96
+ "series-8": {
97
+ "$value": "#a3215a"
98
+ },
99
+ "scale-100": {
100
+ "$value": "#0d366b"
101
+ },
102
+ "scale-200": {
103
+ "$value": "#184f95"
104
+ },
105
+ "scale-300": {
106
+ "$value": "#256abf"
107
+ },
108
+ "scale-400": {
109
+ "$value": "#2a78d6"
110
+ },
111
+ "scale-500": {
112
+ "$value": "#3987e5"
113
+ },
114
+ "scale-600": {
115
+ "$value": "#5598e7"
116
+ },
117
+ "scale-700": {
118
+ "$value": "#86b6ef"
119
+ },
120
+ "chart-grid": {
121
+ "$value": "#ffffff0f"
122
+ },
123
+ "chart-axis": {
124
+ "$value": "#ffffff24"
125
+ },
126
+ "heat-1": {
127
+ "$value": "#28528e"
128
+ },
129
+ "heat-2": {
130
+ "$value": "#3a65a3"
131
+ },
132
+ "heat-3": {
133
+ "$value": "#4d78b7"
134
+ },
135
+ "heat-4": {
136
+ "$value": "#608ccd"
137
+ },
138
+ "heat-5": {
139
+ "$value": "#73a0e2"
140
+ },
141
+ "syntax-keyword": {
142
+ "$value": "#c792ea"
143
+ },
144
+ "syntax-string": {
145
+ "$value": "#9ccc65"
146
+ },
147
+ "syntax-number": {
148
+ "$value": "#f78c6c"
149
+ },
150
+ "syntax-comment": {
151
+ "$value": "#9e99a6"
152
+ },
153
+ "syntax-name": {
154
+ "$value": "#82aaff"
155
+ },
156
+ "syntax-type": {
157
+ "$value": "#4dd0b1"
158
+ },
159
+ "syntax-punctuation": {
160
+ "$value": "#c4bfcb"
161
+ },
162
+ "syntax-meta": {
163
+ "$value": "#f0a868"
164
+ },
165
+ "on-accent": {
166
+ "$value": "#000000"
167
+ },
168
+ "on-good": {
169
+ "$value": "#000000"
170
+ },
171
+ "on-warn": {
172
+ "$value": "#000000"
173
+ },
174
+ "on-bad": {
175
+ "$value": "#000000"
176
+ },
177
+ "on-info": {
178
+ "$value": "#000000"
179
+ }
180
+ },
181
+ "light": {
182
+ "bg": {
183
+ "$value": "#efeef8"
184
+ },
185
+ "raise": {
186
+ "$value": "#ffffff"
187
+ },
188
+ "soft": {
189
+ "$value": "#4740780d"
190
+ },
191
+ "softer": {
192
+ "$value": "#47407808"
193
+ },
194
+ "line": {
195
+ "$value": "#3731591c"
196
+ },
197
+ "line-2": {
198
+ "$value": "#37315933"
199
+ },
200
+ "text": {
201
+ "$value": "#282532"
202
+ },
203
+ "dim": {
204
+ "$value": "#666377"
205
+ },
206
+ "faint": {
207
+ "$value": "#8a869b"
208
+ },
209
+ "accent": {
210
+ "$value": "#5e4cbf"
211
+ },
212
+ "accent-2": {
213
+ "$value": "#452c9e"
214
+ },
215
+ "accent-soft": {
216
+ "$value": "#8a7df51f"
217
+ },
218
+ "good": {
219
+ "$value": "#0c8554"
220
+ },
221
+ "warn": {
222
+ "$value": "#9a6b0c"
223
+ },
224
+ "bad": {
225
+ "$value": "#c93b3b"
226
+ },
227
+ "info": {
228
+ "$value": "#0d7f9c"
229
+ },
230
+ "good-soft": {
231
+ "$value": "#0c85541f"
232
+ },
233
+ "warn-soft": {
234
+ "$value": "#9a6b0c24"
235
+ },
236
+ "bad-soft": {
237
+ "$value": "#c93b3b1f"
238
+ },
239
+ "info-soft": {
240
+ "$value": "#0d7f9c1c"
241
+ },
242
+ "series-1": {
243
+ "$value": "#2a78d6"
244
+ },
245
+ "series-2": {
246
+ "$value": "#eb6834"
247
+ },
248
+ "series-3": {
249
+ "$value": "#1baf7a"
250
+ },
251
+ "series-4": {
252
+ "$value": "#eda100"
253
+ },
254
+ "series-5": {
255
+ "$value": "#e87ba4"
256
+ },
257
+ "series-6": {
258
+ "$value": "#008300"
259
+ },
260
+ "series-7": {
261
+ "$value": "#4a3aa7"
262
+ },
263
+ "series-8": {
264
+ "$value": "#85284d"
265
+ },
266
+ "scale-100": {
267
+ "$value": "#cde2fb"
268
+ },
269
+ "scale-200": {
270
+ "$value": "#9ec5f4"
271
+ },
272
+ "scale-300": {
273
+ "$value": "#6da7ec"
274
+ },
275
+ "scale-400": {
276
+ "$value": "#3987e5"
277
+ },
278
+ "scale-500": {
279
+ "$value": "#2a78d6"
280
+ },
281
+ "scale-600": {
282
+ "$value": "#1c5cab"
283
+ },
284
+ "scale-700": {
285
+ "$value": "#104281"
286
+ },
287
+ "chart-grid": {
288
+ "$value": "#37315914"
289
+ },
290
+ "chart-axis": {
291
+ "$value": "#3731592e"
292
+ },
293
+ "heat-1": {
294
+ "$value": "#84a8fd"
295
+ },
296
+ "heat-2": {
297
+ "$value": "#7193e7"
298
+ },
299
+ "heat-3": {
300
+ "$value": "#5e7fd1"
301
+ },
302
+ "heat-4": {
303
+ "$value": "#4c6cbb"
304
+ },
305
+ "heat-5": {
306
+ "$value": "#3b58a6"
307
+ },
308
+ "syntax-keyword": {
309
+ "$value": "#7c3aad"
310
+ },
311
+ "syntax-string": {
312
+ "$value": "#276c2b"
313
+ },
314
+ "syntax-number": {
315
+ "$value": "#b5451b"
316
+ },
317
+ "syntax-comment": {
318
+ "$value": "#6f6b78"
319
+ },
320
+ "syntax-name": {
321
+ "$value": "#1a5fb4"
322
+ },
323
+ "syntax-type": {
324
+ "$value": "#00695c"
325
+ },
326
+ "syntax-punctuation": {
327
+ "$value": "#4a4753"
328
+ },
329
+ "syntax-meta": {
330
+ "$value": "#9c4a00"
331
+ },
332
+ "on-accent": {
333
+ "$value": "#ffffff"
334
+ },
335
+ "on-good": {
336
+ "$value": "#ffffff"
337
+ },
338
+ "on-warn": {
339
+ "$value": "#ffffff"
340
+ },
341
+ "on-bad": {
342
+ "$value": "#ffffff"
343
+ },
344
+ "on-info": {
345
+ "$value": "#ffffff"
346
+ }
347
+ }
348
+ }
349
+ }
@@ -0,0 +1,349 @@
1
+ {
2
+ "$description": "austeris - every colour of the dowel theme on the orchid accent #C25BD9, resolved by a browser, in both themes. For a consumer that cannot evaluate CSS; the formulas live in theme.css.",
3
+ "$extensions": {
4
+ "com.lacodda.dowel": {
5
+ "package": "dowel-ui",
6
+ "version": "0.30.0",
7
+ "product": "austeris",
8
+ "code": "au",
9
+ "accent": "#C25BD9"
10
+ }
11
+ },
12
+ "color": {
13
+ "$type": "color",
14
+ "dark": {
15
+ "bg": {
16
+ "$value": "#1c1720"
17
+ },
18
+ "raise": {
19
+ "$value": "#25202a"
20
+ },
21
+ "soft": {
22
+ "$value": "#ffffff0b"
23
+ },
24
+ "softer": {
25
+ "$value": "#ffffff06"
26
+ },
27
+ "line": {
28
+ "$value": "#ffffff14"
29
+ },
30
+ "line-2": {
31
+ "$value": "#ffffff26"
32
+ },
33
+ "text": {
34
+ "$value": "#eae1ee"
35
+ },
36
+ "dim": {
37
+ "$value": "#aa9db1"
38
+ },
39
+ "faint": {
40
+ "$value": "#766a7f"
41
+ },
42
+ "accent": {
43
+ "$value": "#c25bd9"
44
+ },
45
+ "accent-2": {
46
+ "$value": "#d182e3"
47
+ },
48
+ "accent-soft": {
49
+ "$value": "#c25bd929"
50
+ },
51
+ "good": {
52
+ "$value": "#45d18f"
53
+ },
54
+ "warn": {
55
+ "$value": "#e8b13f"
56
+ },
57
+ "bad": {
58
+ "$value": "#ef6a6a"
59
+ },
60
+ "info": {
61
+ "$value": "#4cc4e0"
62
+ },
63
+ "good-soft": {
64
+ "$value": "#45d18f24"
65
+ },
66
+ "warn-soft": {
67
+ "$value": "#e8b13f24"
68
+ },
69
+ "bad-soft": {
70
+ "$value": "#ef6a6a24"
71
+ },
72
+ "info-soft": {
73
+ "$value": "#4cc4e026"
74
+ },
75
+ "series-1": {
76
+ "$value": "#3987e5"
77
+ },
78
+ "series-2": {
79
+ "$value": "#d95926"
80
+ },
81
+ "series-3": {
82
+ "$value": "#199e70"
83
+ },
84
+ "series-4": {
85
+ "$value": "#c98500"
86
+ },
87
+ "series-5": {
88
+ "$value": "#d55181"
89
+ },
90
+ "series-6": {
91
+ "$value": "#008300"
92
+ },
93
+ "series-7": {
94
+ "$value": "#9085e9"
95
+ },
96
+ "series-8": {
97
+ "$value": "#a3215a"
98
+ },
99
+ "scale-100": {
100
+ "$value": "#0d366b"
101
+ },
102
+ "scale-200": {
103
+ "$value": "#184f95"
104
+ },
105
+ "scale-300": {
106
+ "$value": "#256abf"
107
+ },
108
+ "scale-400": {
109
+ "$value": "#2a78d6"
110
+ },
111
+ "scale-500": {
112
+ "$value": "#3987e5"
113
+ },
114
+ "scale-600": {
115
+ "$value": "#5598e7"
116
+ },
117
+ "scale-700": {
118
+ "$value": "#86b6ef"
119
+ },
120
+ "chart-grid": {
121
+ "$value": "#ffffff0f"
122
+ },
123
+ "chart-axis": {
124
+ "$value": "#ffffff24"
125
+ },
126
+ "heat-1": {
127
+ "$value": "#28528e"
128
+ },
129
+ "heat-2": {
130
+ "$value": "#3a65a3"
131
+ },
132
+ "heat-3": {
133
+ "$value": "#4d78b7"
134
+ },
135
+ "heat-4": {
136
+ "$value": "#608ccd"
137
+ },
138
+ "heat-5": {
139
+ "$value": "#73a0e2"
140
+ },
141
+ "syntax-keyword": {
142
+ "$value": "#c792ea"
143
+ },
144
+ "syntax-string": {
145
+ "$value": "#9ccc65"
146
+ },
147
+ "syntax-number": {
148
+ "$value": "#f78c6c"
149
+ },
150
+ "syntax-comment": {
151
+ "$value": "#9e99a6"
152
+ },
153
+ "syntax-name": {
154
+ "$value": "#82aaff"
155
+ },
156
+ "syntax-type": {
157
+ "$value": "#4dd0b1"
158
+ },
159
+ "syntax-punctuation": {
160
+ "$value": "#c4bfcb"
161
+ },
162
+ "syntax-meta": {
163
+ "$value": "#f0a868"
164
+ },
165
+ "on-accent": {
166
+ "$value": "#000000"
167
+ },
168
+ "on-good": {
169
+ "$value": "#000000"
170
+ },
171
+ "on-warn": {
172
+ "$value": "#000000"
173
+ },
174
+ "on-bad": {
175
+ "$value": "#000000"
176
+ },
177
+ "on-info": {
178
+ "$value": "#000000"
179
+ }
180
+ },
181
+ "light": {
182
+ "bg": {
183
+ "$value": "#f3ecf6"
184
+ },
185
+ "raise": {
186
+ "$value": "#ffffff"
187
+ },
188
+ "soft": {
189
+ "$value": "#5f346c0d"
190
+ },
191
+ "softer": {
192
+ "$value": "#5f346c08"
193
+ },
194
+ "line": {
195
+ "$value": "#4629511c"
196
+ },
197
+ "line-2": {
198
+ "$value": "#46295133"
199
+ },
200
+ "text": {
201
+ "$value": "#2b2430"
202
+ },
203
+ "dim": {
204
+ "$value": "#6c6175"
205
+ },
206
+ "faint": {
207
+ "$value": "#908399"
208
+ },
209
+ "accent": {
210
+ "$value": "#9329a9"
211
+ },
212
+ "accent-2": {
213
+ "$value": "#730089"
214
+ },
215
+ "accent-soft": {
216
+ "$value": "#c25bd91f"
217
+ },
218
+ "good": {
219
+ "$value": "#0c8554"
220
+ },
221
+ "warn": {
222
+ "$value": "#9a6b0c"
223
+ },
224
+ "bad": {
225
+ "$value": "#c93b3b"
226
+ },
227
+ "info": {
228
+ "$value": "#0d7f9c"
229
+ },
230
+ "good-soft": {
231
+ "$value": "#0c85541f"
232
+ },
233
+ "warn-soft": {
234
+ "$value": "#9a6b0c24"
235
+ },
236
+ "bad-soft": {
237
+ "$value": "#c93b3b1f"
238
+ },
239
+ "info-soft": {
240
+ "$value": "#0d7f9c1c"
241
+ },
242
+ "series-1": {
243
+ "$value": "#2a78d6"
244
+ },
245
+ "series-2": {
246
+ "$value": "#eb6834"
247
+ },
248
+ "series-3": {
249
+ "$value": "#1baf7a"
250
+ },
251
+ "series-4": {
252
+ "$value": "#eda100"
253
+ },
254
+ "series-5": {
255
+ "$value": "#e87ba4"
256
+ },
257
+ "series-6": {
258
+ "$value": "#008300"
259
+ },
260
+ "series-7": {
261
+ "$value": "#4a3aa7"
262
+ },
263
+ "series-8": {
264
+ "$value": "#85284d"
265
+ },
266
+ "scale-100": {
267
+ "$value": "#cde2fb"
268
+ },
269
+ "scale-200": {
270
+ "$value": "#9ec5f4"
271
+ },
272
+ "scale-300": {
273
+ "$value": "#6da7ec"
274
+ },
275
+ "scale-400": {
276
+ "$value": "#3987e5"
277
+ },
278
+ "scale-500": {
279
+ "$value": "#2a78d6"
280
+ },
281
+ "scale-600": {
282
+ "$value": "#1c5cab"
283
+ },
284
+ "scale-700": {
285
+ "$value": "#104281"
286
+ },
287
+ "chart-grid": {
288
+ "$value": "#46295114"
289
+ },
290
+ "chart-axis": {
291
+ "$value": "#4629512e"
292
+ },
293
+ "heat-1": {
294
+ "$value": "#84a8fd"
295
+ },
296
+ "heat-2": {
297
+ "$value": "#7193e7"
298
+ },
299
+ "heat-3": {
300
+ "$value": "#5e7fd1"
301
+ },
302
+ "heat-4": {
303
+ "$value": "#4c6cbb"
304
+ },
305
+ "heat-5": {
306
+ "$value": "#3b58a6"
307
+ },
308
+ "syntax-keyword": {
309
+ "$value": "#7c3aad"
310
+ },
311
+ "syntax-string": {
312
+ "$value": "#276c2b"
313
+ },
314
+ "syntax-number": {
315
+ "$value": "#b5451b"
316
+ },
317
+ "syntax-comment": {
318
+ "$value": "#6f6b78"
319
+ },
320
+ "syntax-name": {
321
+ "$value": "#1a5fb4"
322
+ },
323
+ "syntax-type": {
324
+ "$value": "#00695c"
325
+ },
326
+ "syntax-punctuation": {
327
+ "$value": "#4a4753"
328
+ },
329
+ "syntax-meta": {
330
+ "$value": "#9c4a00"
331
+ },
332
+ "on-accent": {
333
+ "$value": "#ffffff"
334
+ },
335
+ "on-good": {
336
+ "$value": "#ffffff"
337
+ },
338
+ "on-warn": {
339
+ "$value": "#ffffff"
340
+ },
341
+ "on-bad": {
342
+ "$value": "#ffffff"
343
+ },
344
+ "on-info": {
345
+ "$value": "#ffffff"
346
+ }
347
+ }
348
+ }
349
+ }