@hanzo/ui 8.0.82 → 8.0.86

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.
Files changed (42) hide show
  1. package/dist/backends/gui/button.d.ts +3 -3
  2. package/dist/backends/gui/card.d.ts.map +1 -1
  3. package/dist/backends/gui/card.js.map +1 -1
  4. package/dist/backends/gui/command.js.map +1 -1
  5. package/dist/backends/gui/context-menu.d.ts +3 -3
  6. package/dist/backends/gui/dropdown-menu.d.ts +4 -4
  7. package/dist/backends/gui/resizable.cjs +4 -1
  8. package/dist/backends/gui/resizable.d.ts.map +1 -1
  9. package/dist/backends/gui/resizable.js +4 -1
  10. package/dist/backends/gui/resizable.js.map +1 -1
  11. package/dist/backends/gui/scroll-area.d.ts.map +1 -1
  12. package/dist/backends/gui/scroll-area.js.map +1 -1
  13. package/dist/backends/gui/textarea.js.map +1 -1
  14. package/dist/box.cjs +31 -0
  15. package/dist/box.d.ts +26 -0
  16. package/dist/box.d.ts.map +1 -0
  17. package/dist/box.js +29 -0
  18. package/dist/box.js.map +1 -0
  19. package/dist/chat/Thread.d.ts.map +1 -1
  20. package/dist/chat/Thread.js.map +1 -1
  21. package/dist/gallery.cjs +2 -1
  22. package/dist/gallery.d.ts.map +1 -1
  23. package/dist/gallery.js +2 -1
  24. package/dist/gallery.js.map +1 -1
  25. package/dist/gui-config.cjs +8 -2
  26. package/dist/gui-config.d.ts +469 -461
  27. package/dist/gui-config.d.ts.map +1 -1
  28. package/dist/gui-config.js +8 -2
  29. package/dist/gui-config.js.map +1 -1
  30. package/dist/index.cjs +5 -1
  31. package/dist/index.d.ts +2 -0
  32. package/dist/index.d.ts.map +1 -1
  33. package/dist/index.js +2 -0
  34. package/dist/index.js.map +1 -1
  35. package/dist/models/ModelSelector.js.map +1 -1
  36. package/dist/styles.css +10 -0
  37. package/dist/tw.cjs +468 -0
  38. package/dist/tw.d.ts +31 -0
  39. package/dist/tw.d.ts.map +1 -0
  40. package/dist/tw.js +466 -0
  41. package/dist/tw.js.map +1 -0
  42. package/package.json +10 -2
@@ -188,143 +188,143 @@ export declare const config: import("@hanzogui/web").GuiInternalConfig<{
188
188
  family: string;
189
189
  size: {
190
190
  1: number | import("@hanzogui/web").Variable<any>;
191
- 5: number | import("@hanzogui/web").Variable<any>;
192
- 7: number | import("@hanzogui/web").Variable<any>;
193
- 12: number | import("@hanzogui/web").Variable<any>;
194
191
  2: number | import("@hanzogui/web").Variable<any>;
195
- 3: number | import("@hanzogui/web").Variable<any>;
196
- 16: number | import("@hanzogui/web").Variable<any>;
197
192
  4: number | import("@hanzogui/web").Variable<any>;
198
193
  6: number | import("@hanzogui/web").Variable<any>;
199
- true: number | import("@hanzogui/web").Variable<any>;
200
- 10: number | import("@hanzogui/web").Variable<any>;
201
194
  8: number | import("@hanzogui/web").Variable<any>;
202
- 11: number | import("@hanzogui/web").Variable<any>;
203
- 9: number | import("@hanzogui/web").Variable<any>;
204
- 15: number | import("@hanzogui/web").Variable<any>;
195
+ 10: number | import("@hanzogui/web").Variable<any>;
196
+ 12: number | import("@hanzogui/web").Variable<any>;
205
197
  14: number | import("@hanzogui/web").Variable<any>;
198
+ 16: number | import("@hanzogui/web").Variable<any>;
199
+ 3: number | import("@hanzogui/web").Variable<any>;
200
+ 5: number | import("@hanzogui/web").Variable<any>;
201
+ 7: number | import("@hanzogui/web").Variable<any>;
202
+ 9: number | import("@hanzogui/web").Variable<any>;
203
+ 11: number | import("@hanzogui/web").Variable<any>;
206
204
  13: number | import("@hanzogui/web").Variable<any>;
205
+ 15: number | import("@hanzogui/web").Variable<any>;
206
+ true: number | import("@hanzogui/web").Variable<any>;
207
207
  };
208
208
  lineHeight: {
209
209
  1: number | import("@hanzogui/web").Variable<any>;
210
- 5: number | import("@hanzogui/web").Variable<any>;
211
- 7: number | import("@hanzogui/web").Variable<any>;
212
- 12: number | import("@hanzogui/web").Variable<any>;
213
210
  2: number | import("@hanzogui/web").Variable<any>;
214
- 3: number | import("@hanzogui/web").Variable<any>;
215
- 16: number | import("@hanzogui/web").Variable<any>;
216
211
  4: number | import("@hanzogui/web").Variable<any>;
217
212
  6: number | import("@hanzogui/web").Variable<any>;
218
- true: number | import("@hanzogui/web").Variable<any>;
219
- 10: number | import("@hanzogui/web").Variable<any>;
220
213
  8: number | import("@hanzogui/web").Variable<any>;
221
- 11: number | import("@hanzogui/web").Variable<any>;
222
- 9: number | import("@hanzogui/web").Variable<any>;
223
- 15: number | import("@hanzogui/web").Variable<any>;
214
+ 10: number | import("@hanzogui/web").Variable<any>;
215
+ 12: number | import("@hanzogui/web").Variable<any>;
224
216
  14: number | import("@hanzogui/web").Variable<any>;
217
+ 16: number | import("@hanzogui/web").Variable<any>;
218
+ 3: number | import("@hanzogui/web").Variable<any>;
219
+ 5: number | import("@hanzogui/web").Variable<any>;
220
+ 7: number | import("@hanzogui/web").Variable<any>;
221
+ 9: number | import("@hanzogui/web").Variable<any>;
222
+ 11: number | import("@hanzogui/web").Variable<any>;
225
223
  13: number | import("@hanzogui/web").Variable<any>;
224
+ 15: number | import("@hanzogui/web").Variable<any>;
225
+ true: number | import("@hanzogui/web").Variable<any>;
226
226
  };
227
227
  weight: {
228
228
  1: any;
229
- 5: any;
230
- 7: any;
231
- 12: any;
232
229
  2: any;
233
- 3: any;
234
- 16: any;
235
230
  4: any;
236
231
  6: any;
237
- true: any;
238
- 10: any;
239
232
  8: any;
240
- 11: any;
241
- 9: any;
242
- 15: any;
233
+ 10: any;
234
+ 12: any;
243
235
  14: any;
236
+ 16: any;
237
+ 3: any;
238
+ 5: any;
239
+ 7: any;
240
+ 9: any;
241
+ 11: any;
244
242
  13: any;
243
+ 15: any;
244
+ true: any;
245
245
  };
246
246
  letterSpacing: {
247
247
  1: any;
248
- 5: any;
249
- 7: any;
250
- 12: any;
251
248
  2: any;
252
- 3: any;
253
- 16: any;
254
249
  4: any;
255
250
  6: any;
256
- true: any;
257
- 10: any;
258
251
  8: any;
259
- 11: any;
260
- 9: any;
261
- 15: any;
252
+ 10: any;
253
+ 12: any;
262
254
  14: any;
255
+ 16: any;
256
+ 3: any;
257
+ 5: any;
258
+ 7: any;
259
+ 9: any;
260
+ 11: any;
263
261
  13: any;
262
+ 15: any;
263
+ true: any;
264
264
  };
265
265
  style: {
266
266
  1: any;
267
- 5: any;
268
- 7: any;
269
- 12: any;
270
267
  2: any;
271
- 3: any;
272
- 16: any;
273
268
  4: any;
274
269
  6: any;
275
- true: any;
276
- 10: any;
277
270
  8: any;
278
- 11: any;
279
- 9: any;
280
- 15: any;
271
+ 10: any;
272
+ 12: any;
281
273
  14: any;
274
+ 16: any;
275
+ 3: any;
276
+ 5: any;
277
+ 7: any;
278
+ 9: any;
279
+ 11: any;
282
280
  13: any;
281
+ 15: any;
282
+ true: any;
283
283
  };
284
284
  transform: {
285
285
  1: any;
286
- 5: any;
287
- 7: any;
288
- 12: any;
289
286
  2: any;
290
- 3: any;
291
- 16: any;
292
287
  4: any;
293
288
  6: any;
294
- true: any;
295
- 10: any;
296
289
  8: any;
297
- 11: any;
298
- 9: any;
299
- 15: any;
290
+ 10: any;
291
+ 12: any;
300
292
  14: any;
293
+ 16: any;
294
+ 3: any;
295
+ 5: any;
296
+ 7: any;
297
+ 9: any;
298
+ 11: any;
301
299
  13: any;
300
+ 15: any;
301
+ true: any;
302
302
  };
303
303
  color: {
304
304
  1: any;
305
- 5: any;
306
- 7: any;
307
- 12: any;
308
305
  2: any;
309
- 3: any;
310
- 16: any;
311
306
  4: any;
312
307
  6: any;
313
- true: any;
314
- 10: any;
315
308
  8: any;
316
- 11: any;
317
- 9: any;
318
- 15: any;
309
+ 10: any;
310
+ 12: any;
319
311
  14: any;
312
+ 16: any;
313
+ 3: any;
314
+ 5: any;
315
+ 7: any;
316
+ 9: any;
317
+ 11: any;
320
318
  13: any;
319
+ 15: any;
320
+ true: any;
321
321
  };
322
322
  face: Partial<Partial<{
323
- bold: {
323
+ normal: {
324
324
  normal?: string;
325
325
  italic?: string;
326
326
  };
327
- normal: {
327
+ bold: {
328
328
  normal?: string;
329
329
  italic?: string;
330
330
  };
@@ -332,19 +332,19 @@ export declare const config: import("@hanzogui/web").GuiInternalConfig<{
332
332
  normal?: string;
333
333
  italic?: string;
334
334
  };
335
- 500: {
335
+ 200: {
336
336
  normal?: string;
337
337
  italic?: string;
338
338
  };
339
- 700: {
339
+ 300: {
340
340
  normal?: string;
341
341
  italic?: string;
342
342
  };
343
- 200: {
343
+ 500: {
344
344
  normal?: string;
345
345
  italic?: string;
346
346
  };
347
- 300: {
347
+ 700: {
348
348
  normal?: string;
349
349
  italic?: string;
350
350
  };
@@ -370,143 +370,143 @@ export declare const config: import("@hanzogui/web").GuiInternalConfig<{
370
370
  family: string;
371
371
  size: {
372
372
  1: number | import("@hanzogui/web").Variable<any>;
373
- 5: number | import("@hanzogui/web").Variable<any>;
374
- 7: number | import("@hanzogui/web").Variable<any>;
375
- 12: number | import("@hanzogui/web").Variable<any>;
376
373
  2: number | import("@hanzogui/web").Variable<any>;
377
- 3: number | import("@hanzogui/web").Variable<any>;
378
- 16: number | import("@hanzogui/web").Variable<any>;
379
374
  4: number | import("@hanzogui/web").Variable<any>;
380
375
  6: number | import("@hanzogui/web").Variable<any>;
381
- true: number | import("@hanzogui/web").Variable<any>;
382
- 10: number | import("@hanzogui/web").Variable<any>;
383
376
  8: number | import("@hanzogui/web").Variable<any>;
384
- 11: number | import("@hanzogui/web").Variable<any>;
385
- 9: number | import("@hanzogui/web").Variable<any>;
386
- 15: number | import("@hanzogui/web").Variable<any>;
377
+ 10: number | import("@hanzogui/web").Variable<any>;
378
+ 12: number | import("@hanzogui/web").Variable<any>;
387
379
  14: number | import("@hanzogui/web").Variable<any>;
380
+ 16: number | import("@hanzogui/web").Variable<any>;
381
+ 3: number | import("@hanzogui/web").Variable<any>;
382
+ 5: number | import("@hanzogui/web").Variable<any>;
383
+ 7: number | import("@hanzogui/web").Variable<any>;
384
+ 9: number | import("@hanzogui/web").Variable<any>;
385
+ 11: number | import("@hanzogui/web").Variable<any>;
388
386
  13: number | import("@hanzogui/web").Variable<any>;
387
+ 15: number | import("@hanzogui/web").Variable<any>;
388
+ true: number | import("@hanzogui/web").Variable<any>;
389
389
  };
390
390
  lineHeight: {
391
391
  1: number | import("@hanzogui/web").Variable<any>;
392
- 5: number | import("@hanzogui/web").Variable<any>;
393
- 7: number | import("@hanzogui/web").Variable<any>;
394
- 12: number | import("@hanzogui/web").Variable<any>;
395
392
  2: number | import("@hanzogui/web").Variable<any>;
396
- 3: number | import("@hanzogui/web").Variable<any>;
397
- 16: number | import("@hanzogui/web").Variable<any>;
398
393
  4: number | import("@hanzogui/web").Variable<any>;
399
394
  6: number | import("@hanzogui/web").Variable<any>;
400
- true: number | import("@hanzogui/web").Variable<any>;
401
- 10: number | import("@hanzogui/web").Variable<any>;
402
395
  8: number | import("@hanzogui/web").Variable<any>;
403
- 11: number | import("@hanzogui/web").Variable<any>;
404
- 9: number | import("@hanzogui/web").Variable<any>;
405
- 15: number | import("@hanzogui/web").Variable<any>;
396
+ 10: number | import("@hanzogui/web").Variable<any>;
397
+ 12: number | import("@hanzogui/web").Variable<any>;
406
398
  14: number | import("@hanzogui/web").Variable<any>;
399
+ 16: number | import("@hanzogui/web").Variable<any>;
400
+ 3: number | import("@hanzogui/web").Variable<any>;
401
+ 5: number | import("@hanzogui/web").Variable<any>;
402
+ 7: number | import("@hanzogui/web").Variable<any>;
403
+ 9: number | import("@hanzogui/web").Variable<any>;
404
+ 11: number | import("@hanzogui/web").Variable<any>;
407
405
  13: number | import("@hanzogui/web").Variable<any>;
406
+ 15: number | import("@hanzogui/web").Variable<any>;
407
+ true: number | import("@hanzogui/web").Variable<any>;
408
408
  };
409
409
  weight: {
410
410
  1: any;
411
- 5: any;
412
- 7: any;
413
- 12: any;
414
411
  2: any;
415
- 3: any;
416
- 16: any;
417
412
  4: any;
418
413
  6: any;
419
- true: any;
420
- 10: any;
421
414
  8: any;
422
- 11: any;
423
- 9: any;
424
- 15: any;
415
+ 10: any;
416
+ 12: any;
425
417
  14: any;
418
+ 16: any;
419
+ 3: any;
420
+ 5: any;
421
+ 7: any;
422
+ 9: any;
423
+ 11: any;
426
424
  13: any;
425
+ 15: any;
426
+ true: any;
427
427
  };
428
428
  letterSpacing: {
429
429
  1: any;
430
- 5: any;
431
- 7: any;
432
- 12: any;
433
430
  2: any;
434
- 3: any;
435
- 16: any;
436
431
  4: any;
437
432
  6: any;
438
- true: any;
439
- 10: any;
440
433
  8: any;
441
- 11: any;
442
- 9: any;
443
- 15: any;
434
+ 10: any;
435
+ 12: any;
444
436
  14: any;
437
+ 16: any;
438
+ 3: any;
439
+ 5: any;
440
+ 7: any;
441
+ 9: any;
442
+ 11: any;
445
443
  13: any;
444
+ 15: any;
445
+ true: any;
446
446
  };
447
447
  style: {
448
448
  1: any;
449
- 5: any;
450
- 7: any;
451
- 12: any;
452
449
  2: any;
453
- 3: any;
454
- 16: any;
455
450
  4: any;
456
451
  6: any;
457
- true: any;
458
- 10: any;
459
452
  8: any;
460
- 11: any;
461
- 9: any;
462
- 15: any;
453
+ 10: any;
454
+ 12: any;
463
455
  14: any;
456
+ 16: any;
457
+ 3: any;
458
+ 5: any;
459
+ 7: any;
460
+ 9: any;
461
+ 11: any;
464
462
  13: any;
463
+ 15: any;
464
+ true: any;
465
465
  };
466
466
  transform: {
467
467
  1: any;
468
- 5: any;
469
- 7: any;
470
- 12: any;
471
468
  2: any;
472
- 3: any;
473
- 16: any;
474
469
  4: any;
475
470
  6: any;
476
- true: any;
477
- 10: any;
478
471
  8: any;
479
- 11: any;
480
- 9: any;
481
- 15: any;
472
+ 10: any;
473
+ 12: any;
482
474
  14: any;
475
+ 16: any;
476
+ 3: any;
477
+ 5: any;
478
+ 7: any;
479
+ 9: any;
480
+ 11: any;
483
481
  13: any;
482
+ 15: any;
483
+ true: any;
484
484
  };
485
485
  color: {
486
486
  1: any;
487
- 5: any;
488
- 7: any;
489
- 12: any;
490
487
  2: any;
491
- 3: any;
492
- 16: any;
493
488
  4: any;
494
489
  6: any;
495
- true: any;
496
- 10: any;
497
490
  8: any;
498
- 11: any;
499
- 9: any;
500
- 15: any;
491
+ 10: any;
492
+ 12: any;
501
493
  14: any;
494
+ 16: any;
495
+ 3: any;
496
+ 5: any;
497
+ 7: any;
498
+ 9: any;
499
+ 11: any;
502
500
  13: any;
501
+ 15: any;
502
+ true: any;
503
503
  };
504
504
  face: Partial<Partial<{
505
- bold: {
505
+ normal: {
506
506
  normal?: string;
507
507
  italic?: string;
508
508
  };
509
- normal: {
509
+ bold: {
510
510
  normal?: string;
511
511
  italic?: string;
512
512
  };
@@ -514,19 +514,19 @@ export declare const config: import("@hanzogui/web").GuiInternalConfig<{
514
514
  normal?: string;
515
515
  italic?: string;
516
516
  };
517
- 500: {
517
+ 200: {
518
518
  normal?: string;
519
519
  italic?: string;
520
520
  };
521
- 700: {
521
+ 300: {
522
522
  normal?: string;
523
523
  italic?: string;
524
524
  };
525
- 200: {
525
+ 500: {
526
526
  normal?: string;
527
527
  italic?: string;
528
528
  };
529
- 300: {
529
+ 700: {
530
530
  normal?: string;
531
531
  italic?: string;
532
532
  };
@@ -552,143 +552,143 @@ export declare const config: import("@hanzogui/web").GuiInternalConfig<{
552
552
  family: string;
553
553
  size: {
554
554
  1: number | import("@hanzogui/web").Variable<any>;
555
- 5: number | import("@hanzogui/web").Variable<any>;
556
- 7: number | import("@hanzogui/web").Variable<any>;
557
- 12: number | import("@hanzogui/web").Variable<any>;
558
555
  2: number | import("@hanzogui/web").Variable<any>;
559
- 3: number | import("@hanzogui/web").Variable<any>;
560
- 16: number | import("@hanzogui/web").Variable<any>;
561
556
  4: number | import("@hanzogui/web").Variable<any>;
562
557
  6: number | import("@hanzogui/web").Variable<any>;
563
- true: number | import("@hanzogui/web").Variable<any>;
564
- 10: number | import("@hanzogui/web").Variable<any>;
565
558
  8: number | import("@hanzogui/web").Variable<any>;
566
- 11: number | import("@hanzogui/web").Variable<any>;
567
- 9: number | import("@hanzogui/web").Variable<any>;
568
- 15: number | import("@hanzogui/web").Variable<any>;
559
+ 10: number | import("@hanzogui/web").Variable<any>;
560
+ 12: number | import("@hanzogui/web").Variable<any>;
569
561
  14: number | import("@hanzogui/web").Variable<any>;
562
+ 16: number | import("@hanzogui/web").Variable<any>;
563
+ 3: number | import("@hanzogui/web").Variable<any>;
564
+ 5: number | import("@hanzogui/web").Variable<any>;
565
+ 7: number | import("@hanzogui/web").Variable<any>;
566
+ 9: number | import("@hanzogui/web").Variable<any>;
567
+ 11: number | import("@hanzogui/web").Variable<any>;
570
568
  13: number | import("@hanzogui/web").Variable<any>;
569
+ 15: number | import("@hanzogui/web").Variable<any>;
570
+ true: number | import("@hanzogui/web").Variable<any>;
571
571
  };
572
572
  lineHeight: {
573
573
  1: number | import("@hanzogui/web").Variable<any>;
574
- 5: number | import("@hanzogui/web").Variable<any>;
575
- 7: number | import("@hanzogui/web").Variable<any>;
576
- 12: number | import("@hanzogui/web").Variable<any>;
577
574
  2: number | import("@hanzogui/web").Variable<any>;
578
- 3: number | import("@hanzogui/web").Variable<any>;
579
- 16: number | import("@hanzogui/web").Variable<any>;
580
575
  4: number | import("@hanzogui/web").Variable<any>;
581
576
  6: number | import("@hanzogui/web").Variable<any>;
582
- true: number | import("@hanzogui/web").Variable<any>;
583
- 10: number | import("@hanzogui/web").Variable<any>;
584
577
  8: number | import("@hanzogui/web").Variable<any>;
585
- 11: number | import("@hanzogui/web").Variable<any>;
586
- 9: number | import("@hanzogui/web").Variable<any>;
587
- 15: number | import("@hanzogui/web").Variable<any>;
578
+ 10: number | import("@hanzogui/web").Variable<any>;
579
+ 12: number | import("@hanzogui/web").Variable<any>;
588
580
  14: number | import("@hanzogui/web").Variable<any>;
581
+ 16: number | import("@hanzogui/web").Variable<any>;
582
+ 3: number | import("@hanzogui/web").Variable<any>;
583
+ 5: number | import("@hanzogui/web").Variable<any>;
584
+ 7: number | import("@hanzogui/web").Variable<any>;
585
+ 9: number | import("@hanzogui/web").Variable<any>;
586
+ 11: number | import("@hanzogui/web").Variable<any>;
589
587
  13: number | import("@hanzogui/web").Variable<any>;
588
+ 15: number | import("@hanzogui/web").Variable<any>;
589
+ true: number | import("@hanzogui/web").Variable<any>;
590
590
  };
591
591
  weight: {
592
592
  1: any;
593
- 5: any;
594
- 7: any;
595
- 12: any;
596
593
  2: any;
597
- 3: any;
598
- 16: any;
599
594
  4: any;
600
595
  6: any;
601
- true: any;
602
- 10: any;
603
596
  8: any;
604
- 11: any;
605
- 9: any;
606
- 15: any;
597
+ 10: any;
598
+ 12: any;
607
599
  14: any;
600
+ 16: any;
601
+ 3: any;
602
+ 5: any;
603
+ 7: any;
604
+ 9: any;
605
+ 11: any;
608
606
  13: any;
607
+ 15: any;
608
+ true: any;
609
609
  };
610
610
  letterSpacing: {
611
611
  1: any;
612
- 5: any;
613
- 7: any;
614
- 12: any;
615
612
  2: any;
616
- 3: any;
617
- 16: any;
618
613
  4: any;
619
614
  6: any;
620
- true: any;
621
- 10: any;
622
615
  8: any;
623
- 11: any;
624
- 9: any;
625
- 15: any;
616
+ 10: any;
617
+ 12: any;
626
618
  14: any;
619
+ 16: any;
620
+ 3: any;
621
+ 5: any;
622
+ 7: any;
623
+ 9: any;
624
+ 11: any;
627
625
  13: any;
626
+ 15: any;
627
+ true: any;
628
628
  };
629
629
  style: {
630
630
  1: any;
631
- 5: any;
632
- 7: any;
633
- 12: any;
634
631
  2: any;
635
- 3: any;
636
- 16: any;
637
632
  4: any;
638
633
  6: any;
639
- true: any;
640
- 10: any;
641
634
  8: any;
642
- 11: any;
643
- 9: any;
644
- 15: any;
635
+ 10: any;
636
+ 12: any;
645
637
  14: any;
646
- 13: any;
647
- };
648
- transform: {
649
- 1: any;
638
+ 16: any;
639
+ 3: any;
650
640
  5: any;
651
641
  7: any;
652
- 12: any;
642
+ 9: any;
643
+ 11: any;
644
+ 13: any;
645
+ 15: any;
646
+ true: any;
647
+ };
648
+ transform: {
649
+ 1: any;
653
650
  2: any;
654
- 3: any;
655
- 16: any;
656
651
  4: any;
657
652
  6: any;
658
- true: any;
659
- 10: any;
660
653
  8: any;
661
- 11: any;
662
- 9: any;
663
- 15: any;
654
+ 10: any;
655
+ 12: any;
664
656
  14: any;
657
+ 16: any;
658
+ 3: any;
659
+ 5: any;
660
+ 7: any;
661
+ 9: any;
662
+ 11: any;
665
663
  13: any;
664
+ 15: any;
665
+ true: any;
666
666
  };
667
667
  color: {
668
668
  1: any;
669
- 5: any;
670
- 7: any;
671
- 12: any;
672
669
  2: any;
673
- 3: any;
674
- 16: any;
675
670
  4: any;
676
671
  6: any;
677
- true: any;
678
- 10: any;
679
672
  8: any;
680
- 11: any;
681
- 9: any;
682
- 15: any;
673
+ 10: any;
674
+ 12: any;
683
675
  14: any;
676
+ 16: any;
677
+ 3: any;
678
+ 5: any;
679
+ 7: any;
680
+ 9: any;
681
+ 11: any;
684
682
  13: any;
683
+ 15: any;
684
+ true: any;
685
685
  };
686
686
  face: Partial<Partial<{
687
- bold: {
687
+ normal: {
688
688
  normal?: string;
689
689
  italic?: string;
690
690
  };
691
- normal: {
691
+ bold: {
692
692
  normal?: string;
693
693
  italic?: string;
694
694
  };
@@ -696,19 +696,19 @@ export declare const config: import("@hanzogui/web").GuiInternalConfig<{
696
696
  normal?: string;
697
697
  italic?: string;
698
698
  };
699
- 500: {
699
+ 200: {
700
700
  normal?: string;
701
701
  italic?: string;
702
702
  };
703
- 700: {
703
+ 300: {
704
704
  normal?: string;
705
705
  italic?: string;
706
706
  };
707
- 200: {
707
+ 500: {
708
708
  normal?: string;
709
709
  italic?: string;
710
710
  };
711
- 300: {
711
+ 700: {
712
712
  normal?: string;
713
713
  italic?: string;
714
714
  };
@@ -789,8 +789,16 @@ export default config;
789
789
  * resolves to `var(--background)` and still emits its class, and that `var()`
790
790
  * now reads design's value from the cascade. So the ground follows the brand,
791
791
  * the theme and any runtime retune, which is the whole point.
792
+ *
793
+ * It takes the table it emits, because a surface may mount `monochrome` instead
794
+ * (below) and would otherwise ship the full sheet beside the reduced runtime —
795
+ * 390 themes of CSS for a config that can activate 150. One emitter, either
796
+ * table; the prune is the same either way, because the shadowing is a property
797
+ * of gui and not of which rows are in the table.
792
798
  */
793
- export declare function css(): string;
799
+ export declare function css(conf?: {
800
+ getCSS(): string;
801
+ }): string;
794
802
  /**
795
803
  * The same system with the chromatic sub-themes omitted — 150 themes instead of
796
804
  * 390, and 62% less theme table.
@@ -997,143 +1005,143 @@ export declare const monochrome: import("@hanzogui/web").GuiInternalConfig<{
997
1005
  family: string;
998
1006
  size: {
999
1007
  1: number | import("@hanzogui/web").Variable<any>;
1000
- 5: number | import("@hanzogui/web").Variable<any>;
1001
- 7: number | import("@hanzogui/web").Variable<any>;
1002
- 12: number | import("@hanzogui/web").Variable<any>;
1003
1008
  2: number | import("@hanzogui/web").Variable<any>;
1004
- 3: number | import("@hanzogui/web").Variable<any>;
1005
- 16: number | import("@hanzogui/web").Variable<any>;
1006
1009
  4: number | import("@hanzogui/web").Variable<any>;
1007
1010
  6: number | import("@hanzogui/web").Variable<any>;
1008
- true: number | import("@hanzogui/web").Variable<any>;
1009
- 10: number | import("@hanzogui/web").Variable<any>;
1010
1011
  8: number | import("@hanzogui/web").Variable<any>;
1011
- 11: number | import("@hanzogui/web").Variable<any>;
1012
- 9: number | import("@hanzogui/web").Variable<any>;
1013
- 15: number | import("@hanzogui/web").Variable<any>;
1012
+ 10: number | import("@hanzogui/web").Variable<any>;
1013
+ 12: number | import("@hanzogui/web").Variable<any>;
1014
1014
  14: number | import("@hanzogui/web").Variable<any>;
1015
+ 16: number | import("@hanzogui/web").Variable<any>;
1016
+ 3: number | import("@hanzogui/web").Variable<any>;
1017
+ 5: number | import("@hanzogui/web").Variable<any>;
1018
+ 7: number | import("@hanzogui/web").Variable<any>;
1019
+ 9: number | import("@hanzogui/web").Variable<any>;
1020
+ 11: number | import("@hanzogui/web").Variable<any>;
1015
1021
  13: number | import("@hanzogui/web").Variable<any>;
1022
+ 15: number | import("@hanzogui/web").Variable<any>;
1023
+ true: number | import("@hanzogui/web").Variable<any>;
1016
1024
  };
1017
1025
  lineHeight: {
1018
1026
  1: number | import("@hanzogui/web").Variable<any>;
1019
- 5: number | import("@hanzogui/web").Variable<any>;
1020
- 7: number | import("@hanzogui/web").Variable<any>;
1021
- 12: number | import("@hanzogui/web").Variable<any>;
1022
1027
  2: number | import("@hanzogui/web").Variable<any>;
1023
- 3: number | import("@hanzogui/web").Variable<any>;
1024
- 16: number | import("@hanzogui/web").Variable<any>;
1025
1028
  4: number | import("@hanzogui/web").Variable<any>;
1026
1029
  6: number | import("@hanzogui/web").Variable<any>;
1027
- true: number | import("@hanzogui/web").Variable<any>;
1028
- 10: number | import("@hanzogui/web").Variable<any>;
1029
1030
  8: number | import("@hanzogui/web").Variable<any>;
1030
- 11: number | import("@hanzogui/web").Variable<any>;
1031
- 9: number | import("@hanzogui/web").Variable<any>;
1032
- 15: number | import("@hanzogui/web").Variable<any>;
1031
+ 10: number | import("@hanzogui/web").Variable<any>;
1032
+ 12: number | import("@hanzogui/web").Variable<any>;
1033
1033
  14: number | import("@hanzogui/web").Variable<any>;
1034
+ 16: number | import("@hanzogui/web").Variable<any>;
1035
+ 3: number | import("@hanzogui/web").Variable<any>;
1036
+ 5: number | import("@hanzogui/web").Variable<any>;
1037
+ 7: number | import("@hanzogui/web").Variable<any>;
1038
+ 9: number | import("@hanzogui/web").Variable<any>;
1039
+ 11: number | import("@hanzogui/web").Variable<any>;
1034
1040
  13: number | import("@hanzogui/web").Variable<any>;
1041
+ 15: number | import("@hanzogui/web").Variable<any>;
1042
+ true: number | import("@hanzogui/web").Variable<any>;
1035
1043
  };
1036
1044
  weight: {
1037
1045
  1: any;
1038
- 5: any;
1039
- 7: any;
1040
- 12: any;
1041
1046
  2: any;
1042
- 3: any;
1043
- 16: any;
1044
1047
  4: any;
1045
1048
  6: any;
1046
- true: any;
1047
- 10: any;
1048
1049
  8: any;
1049
- 11: any;
1050
- 9: any;
1051
- 15: any;
1050
+ 10: any;
1051
+ 12: any;
1052
1052
  14: any;
1053
+ 16: any;
1054
+ 3: any;
1055
+ 5: any;
1056
+ 7: any;
1057
+ 9: any;
1058
+ 11: any;
1053
1059
  13: any;
1060
+ 15: any;
1061
+ true: any;
1054
1062
  };
1055
1063
  letterSpacing: {
1056
1064
  1: any;
1057
- 5: any;
1058
- 7: any;
1059
- 12: any;
1060
1065
  2: any;
1061
- 3: any;
1062
- 16: any;
1063
1066
  4: any;
1064
1067
  6: any;
1065
- true: any;
1066
- 10: any;
1067
1068
  8: any;
1068
- 11: any;
1069
- 9: any;
1070
- 15: any;
1069
+ 10: any;
1070
+ 12: any;
1071
1071
  14: any;
1072
+ 16: any;
1073
+ 3: any;
1074
+ 5: any;
1075
+ 7: any;
1076
+ 9: any;
1077
+ 11: any;
1072
1078
  13: any;
1079
+ 15: any;
1080
+ true: any;
1073
1081
  };
1074
1082
  style: {
1075
1083
  1: any;
1076
- 5: any;
1077
- 7: any;
1078
- 12: any;
1079
1084
  2: any;
1080
- 3: any;
1081
- 16: any;
1082
1085
  4: any;
1083
1086
  6: any;
1084
- true: any;
1085
- 10: any;
1086
1087
  8: any;
1087
- 11: any;
1088
- 9: any;
1089
- 15: any;
1088
+ 10: any;
1089
+ 12: any;
1090
1090
  14: any;
1091
+ 16: any;
1092
+ 3: any;
1093
+ 5: any;
1094
+ 7: any;
1095
+ 9: any;
1096
+ 11: any;
1091
1097
  13: any;
1098
+ 15: any;
1099
+ true: any;
1092
1100
  };
1093
1101
  transform: {
1094
1102
  1: any;
1095
- 5: any;
1096
- 7: any;
1097
- 12: any;
1098
1103
  2: any;
1099
- 3: any;
1100
- 16: any;
1101
1104
  4: any;
1102
1105
  6: any;
1103
- true: any;
1104
- 10: any;
1105
1106
  8: any;
1106
- 11: any;
1107
- 9: any;
1108
- 15: any;
1107
+ 10: any;
1108
+ 12: any;
1109
1109
  14: any;
1110
+ 16: any;
1111
+ 3: any;
1112
+ 5: any;
1113
+ 7: any;
1114
+ 9: any;
1115
+ 11: any;
1110
1116
  13: any;
1117
+ 15: any;
1118
+ true: any;
1111
1119
  };
1112
1120
  color: {
1113
1121
  1: any;
1114
- 5: any;
1115
- 7: any;
1116
- 12: any;
1117
1122
  2: any;
1118
- 3: any;
1119
- 16: any;
1120
1123
  4: any;
1121
1124
  6: any;
1122
- true: any;
1123
- 10: any;
1124
1125
  8: any;
1125
- 11: any;
1126
- 9: any;
1127
- 15: any;
1126
+ 10: any;
1127
+ 12: any;
1128
1128
  14: any;
1129
+ 16: any;
1130
+ 3: any;
1131
+ 5: any;
1132
+ 7: any;
1133
+ 9: any;
1134
+ 11: any;
1129
1135
  13: any;
1136
+ 15: any;
1137
+ true: any;
1130
1138
  };
1131
1139
  face: Partial<Partial<{
1132
- bold: {
1140
+ normal: {
1133
1141
  normal?: string;
1134
1142
  italic?: string;
1135
1143
  };
1136
- normal: {
1144
+ bold: {
1137
1145
  normal?: string;
1138
1146
  italic?: string;
1139
1147
  };
@@ -1141,19 +1149,19 @@ export declare const monochrome: import("@hanzogui/web").GuiInternalConfig<{
1141
1149
  normal?: string;
1142
1150
  italic?: string;
1143
1151
  };
1144
- 500: {
1152
+ 200: {
1145
1153
  normal?: string;
1146
1154
  italic?: string;
1147
1155
  };
1148
- 700: {
1156
+ 300: {
1149
1157
  normal?: string;
1150
1158
  italic?: string;
1151
1159
  };
1152
- 200: {
1160
+ 500: {
1153
1161
  normal?: string;
1154
1162
  italic?: string;
1155
1163
  };
1156
- 300: {
1164
+ 700: {
1157
1165
  normal?: string;
1158
1166
  italic?: string;
1159
1167
  };
@@ -1179,143 +1187,143 @@ export declare const monochrome: import("@hanzogui/web").GuiInternalConfig<{
1179
1187
  family: string;
1180
1188
  size: {
1181
1189
  1: number | import("@hanzogui/web").Variable<any>;
1182
- 5: number | import("@hanzogui/web").Variable<any>;
1183
- 7: number | import("@hanzogui/web").Variable<any>;
1184
- 12: number | import("@hanzogui/web").Variable<any>;
1185
1190
  2: number | import("@hanzogui/web").Variable<any>;
1186
- 3: number | import("@hanzogui/web").Variable<any>;
1187
- 16: number | import("@hanzogui/web").Variable<any>;
1188
1191
  4: number | import("@hanzogui/web").Variable<any>;
1189
1192
  6: number | import("@hanzogui/web").Variable<any>;
1190
- true: number | import("@hanzogui/web").Variable<any>;
1191
- 10: number | import("@hanzogui/web").Variable<any>;
1192
1193
  8: number | import("@hanzogui/web").Variable<any>;
1193
- 11: number | import("@hanzogui/web").Variable<any>;
1194
- 9: number | import("@hanzogui/web").Variable<any>;
1195
- 15: number | import("@hanzogui/web").Variable<any>;
1194
+ 10: number | import("@hanzogui/web").Variable<any>;
1195
+ 12: number | import("@hanzogui/web").Variable<any>;
1196
1196
  14: number | import("@hanzogui/web").Variable<any>;
1197
+ 16: number | import("@hanzogui/web").Variable<any>;
1198
+ 3: number | import("@hanzogui/web").Variable<any>;
1199
+ 5: number | import("@hanzogui/web").Variable<any>;
1200
+ 7: number | import("@hanzogui/web").Variable<any>;
1201
+ 9: number | import("@hanzogui/web").Variable<any>;
1202
+ 11: number | import("@hanzogui/web").Variable<any>;
1197
1203
  13: number | import("@hanzogui/web").Variable<any>;
1204
+ 15: number | import("@hanzogui/web").Variable<any>;
1205
+ true: number | import("@hanzogui/web").Variable<any>;
1198
1206
  };
1199
1207
  lineHeight: {
1200
1208
  1: number | import("@hanzogui/web").Variable<any>;
1201
- 5: number | import("@hanzogui/web").Variable<any>;
1202
- 7: number | import("@hanzogui/web").Variable<any>;
1203
- 12: number | import("@hanzogui/web").Variable<any>;
1204
1209
  2: number | import("@hanzogui/web").Variable<any>;
1205
- 3: number | import("@hanzogui/web").Variable<any>;
1206
- 16: number | import("@hanzogui/web").Variable<any>;
1207
1210
  4: number | import("@hanzogui/web").Variable<any>;
1208
1211
  6: number | import("@hanzogui/web").Variable<any>;
1209
- true: number | import("@hanzogui/web").Variable<any>;
1210
- 10: number | import("@hanzogui/web").Variable<any>;
1211
1212
  8: number | import("@hanzogui/web").Variable<any>;
1212
- 11: number | import("@hanzogui/web").Variable<any>;
1213
- 9: number | import("@hanzogui/web").Variable<any>;
1214
- 15: number | import("@hanzogui/web").Variable<any>;
1213
+ 10: number | import("@hanzogui/web").Variable<any>;
1214
+ 12: number | import("@hanzogui/web").Variable<any>;
1215
1215
  14: number | import("@hanzogui/web").Variable<any>;
1216
+ 16: number | import("@hanzogui/web").Variable<any>;
1217
+ 3: number | import("@hanzogui/web").Variable<any>;
1218
+ 5: number | import("@hanzogui/web").Variable<any>;
1219
+ 7: number | import("@hanzogui/web").Variable<any>;
1220
+ 9: number | import("@hanzogui/web").Variable<any>;
1221
+ 11: number | import("@hanzogui/web").Variable<any>;
1216
1222
  13: number | import("@hanzogui/web").Variable<any>;
1223
+ 15: number | import("@hanzogui/web").Variable<any>;
1224
+ true: number | import("@hanzogui/web").Variable<any>;
1217
1225
  };
1218
1226
  weight: {
1219
1227
  1: any;
1220
- 5: any;
1221
- 7: any;
1222
- 12: any;
1223
1228
  2: any;
1224
- 3: any;
1225
- 16: any;
1226
1229
  4: any;
1227
- 6: any;
1228
- true: any;
1229
- 10: any;
1230
- 8: any;
1231
- 11: any;
1232
- 9: any;
1233
- 15: any;
1230
+ 6: any;
1231
+ 8: any;
1232
+ 10: any;
1233
+ 12: any;
1234
1234
  14: any;
1235
+ 16: any;
1236
+ 3: any;
1237
+ 5: any;
1238
+ 7: any;
1239
+ 9: any;
1240
+ 11: any;
1235
1241
  13: any;
1242
+ 15: any;
1243
+ true: any;
1236
1244
  };
1237
1245
  letterSpacing: {
1238
1246
  1: any;
1239
- 5: any;
1240
- 7: any;
1241
- 12: any;
1242
1247
  2: any;
1243
- 3: any;
1244
- 16: any;
1245
1248
  4: any;
1246
1249
  6: any;
1247
- true: any;
1248
- 10: any;
1249
1250
  8: any;
1250
- 11: any;
1251
- 9: any;
1252
- 15: any;
1251
+ 10: any;
1252
+ 12: any;
1253
1253
  14: any;
1254
+ 16: any;
1255
+ 3: any;
1256
+ 5: any;
1257
+ 7: any;
1258
+ 9: any;
1259
+ 11: any;
1254
1260
  13: any;
1261
+ 15: any;
1262
+ true: any;
1255
1263
  };
1256
1264
  style: {
1257
1265
  1: any;
1258
- 5: any;
1259
- 7: any;
1260
- 12: any;
1261
1266
  2: any;
1262
- 3: any;
1263
- 16: any;
1264
1267
  4: any;
1265
1268
  6: any;
1266
- true: any;
1267
- 10: any;
1268
1269
  8: any;
1269
- 11: any;
1270
- 9: any;
1271
- 15: any;
1270
+ 10: any;
1271
+ 12: any;
1272
1272
  14: any;
1273
+ 16: any;
1274
+ 3: any;
1275
+ 5: any;
1276
+ 7: any;
1277
+ 9: any;
1278
+ 11: any;
1273
1279
  13: any;
1280
+ 15: any;
1281
+ true: any;
1274
1282
  };
1275
1283
  transform: {
1276
1284
  1: any;
1277
- 5: any;
1278
- 7: any;
1279
- 12: any;
1280
1285
  2: any;
1281
- 3: any;
1282
- 16: any;
1283
1286
  4: any;
1284
1287
  6: any;
1285
- true: any;
1286
- 10: any;
1287
1288
  8: any;
1288
- 11: any;
1289
- 9: any;
1290
- 15: any;
1289
+ 10: any;
1290
+ 12: any;
1291
1291
  14: any;
1292
+ 16: any;
1293
+ 3: any;
1294
+ 5: any;
1295
+ 7: any;
1296
+ 9: any;
1297
+ 11: any;
1292
1298
  13: any;
1299
+ 15: any;
1300
+ true: any;
1293
1301
  };
1294
1302
  color: {
1295
1303
  1: any;
1296
- 5: any;
1297
- 7: any;
1298
- 12: any;
1299
1304
  2: any;
1300
- 3: any;
1301
- 16: any;
1302
1305
  4: any;
1303
1306
  6: any;
1304
- true: any;
1305
- 10: any;
1306
1307
  8: any;
1307
- 11: any;
1308
- 9: any;
1309
- 15: any;
1308
+ 10: any;
1309
+ 12: any;
1310
1310
  14: any;
1311
+ 16: any;
1312
+ 3: any;
1313
+ 5: any;
1314
+ 7: any;
1315
+ 9: any;
1316
+ 11: any;
1311
1317
  13: any;
1318
+ 15: any;
1319
+ true: any;
1312
1320
  };
1313
1321
  face: Partial<Partial<{
1314
- bold: {
1322
+ normal: {
1315
1323
  normal?: string;
1316
1324
  italic?: string;
1317
1325
  };
1318
- normal: {
1326
+ bold: {
1319
1327
  normal?: string;
1320
1328
  italic?: string;
1321
1329
  };
@@ -1323,19 +1331,19 @@ export declare const monochrome: import("@hanzogui/web").GuiInternalConfig<{
1323
1331
  normal?: string;
1324
1332
  italic?: string;
1325
1333
  };
1326
- 500: {
1334
+ 200: {
1327
1335
  normal?: string;
1328
1336
  italic?: string;
1329
1337
  };
1330
- 700: {
1338
+ 300: {
1331
1339
  normal?: string;
1332
1340
  italic?: string;
1333
1341
  };
1334
- 200: {
1342
+ 500: {
1335
1343
  normal?: string;
1336
1344
  italic?: string;
1337
1345
  };
1338
- 300: {
1346
+ 700: {
1339
1347
  normal?: string;
1340
1348
  italic?: string;
1341
1349
  };
@@ -1361,143 +1369,143 @@ export declare const monochrome: import("@hanzogui/web").GuiInternalConfig<{
1361
1369
  family: string;
1362
1370
  size: {
1363
1371
  1: number | import("@hanzogui/web").Variable<any>;
1364
- 5: number | import("@hanzogui/web").Variable<any>;
1365
- 7: number | import("@hanzogui/web").Variable<any>;
1366
- 12: number | import("@hanzogui/web").Variable<any>;
1367
1372
  2: number | import("@hanzogui/web").Variable<any>;
1368
- 3: number | import("@hanzogui/web").Variable<any>;
1369
- 16: number | import("@hanzogui/web").Variable<any>;
1370
1373
  4: number | import("@hanzogui/web").Variable<any>;
1371
1374
  6: number | import("@hanzogui/web").Variable<any>;
1372
- true: number | import("@hanzogui/web").Variable<any>;
1373
- 10: number | import("@hanzogui/web").Variable<any>;
1374
1375
  8: number | import("@hanzogui/web").Variable<any>;
1375
- 11: number | import("@hanzogui/web").Variable<any>;
1376
- 9: number | import("@hanzogui/web").Variable<any>;
1377
- 15: number | import("@hanzogui/web").Variable<any>;
1376
+ 10: number | import("@hanzogui/web").Variable<any>;
1377
+ 12: number | import("@hanzogui/web").Variable<any>;
1378
1378
  14: number | import("@hanzogui/web").Variable<any>;
1379
+ 16: number | import("@hanzogui/web").Variable<any>;
1380
+ 3: number | import("@hanzogui/web").Variable<any>;
1381
+ 5: number | import("@hanzogui/web").Variable<any>;
1382
+ 7: number | import("@hanzogui/web").Variable<any>;
1383
+ 9: number | import("@hanzogui/web").Variable<any>;
1384
+ 11: number | import("@hanzogui/web").Variable<any>;
1379
1385
  13: number | import("@hanzogui/web").Variable<any>;
1386
+ 15: number | import("@hanzogui/web").Variable<any>;
1387
+ true: number | import("@hanzogui/web").Variable<any>;
1380
1388
  };
1381
1389
  lineHeight: {
1382
1390
  1: number | import("@hanzogui/web").Variable<any>;
1383
- 5: number | import("@hanzogui/web").Variable<any>;
1384
- 7: number | import("@hanzogui/web").Variable<any>;
1385
- 12: number | import("@hanzogui/web").Variable<any>;
1386
1391
  2: number | import("@hanzogui/web").Variable<any>;
1387
- 3: number | import("@hanzogui/web").Variable<any>;
1388
- 16: number | import("@hanzogui/web").Variable<any>;
1389
1392
  4: number | import("@hanzogui/web").Variable<any>;
1390
1393
  6: number | import("@hanzogui/web").Variable<any>;
1391
- true: number | import("@hanzogui/web").Variable<any>;
1392
- 10: number | import("@hanzogui/web").Variable<any>;
1393
1394
  8: number | import("@hanzogui/web").Variable<any>;
1394
- 11: number | import("@hanzogui/web").Variable<any>;
1395
- 9: number | import("@hanzogui/web").Variable<any>;
1396
- 15: number | import("@hanzogui/web").Variable<any>;
1395
+ 10: number | import("@hanzogui/web").Variable<any>;
1396
+ 12: number | import("@hanzogui/web").Variable<any>;
1397
1397
  14: number | import("@hanzogui/web").Variable<any>;
1398
+ 16: number | import("@hanzogui/web").Variable<any>;
1399
+ 3: number | import("@hanzogui/web").Variable<any>;
1400
+ 5: number | import("@hanzogui/web").Variable<any>;
1401
+ 7: number | import("@hanzogui/web").Variable<any>;
1402
+ 9: number | import("@hanzogui/web").Variable<any>;
1403
+ 11: number | import("@hanzogui/web").Variable<any>;
1398
1404
  13: number | import("@hanzogui/web").Variable<any>;
1405
+ 15: number | import("@hanzogui/web").Variable<any>;
1406
+ true: number | import("@hanzogui/web").Variable<any>;
1399
1407
  };
1400
1408
  weight: {
1401
1409
  1: any;
1402
- 5: any;
1403
- 7: any;
1404
- 12: any;
1405
1410
  2: any;
1406
- 3: any;
1407
- 16: any;
1408
1411
  4: any;
1409
1412
  6: any;
1410
- true: any;
1411
- 10: any;
1412
1413
  8: any;
1413
- 11: any;
1414
- 9: any;
1415
- 15: any;
1414
+ 10: any;
1415
+ 12: any;
1416
1416
  14: any;
1417
+ 16: any;
1418
+ 3: any;
1419
+ 5: any;
1420
+ 7: any;
1421
+ 9: any;
1422
+ 11: any;
1417
1423
  13: any;
1424
+ 15: any;
1425
+ true: any;
1418
1426
  };
1419
1427
  letterSpacing: {
1420
1428
  1: any;
1421
- 5: any;
1422
- 7: any;
1423
- 12: any;
1424
1429
  2: any;
1425
- 3: any;
1426
- 16: any;
1427
1430
  4: any;
1428
1431
  6: any;
1429
- true: any;
1430
- 10: any;
1431
1432
  8: any;
1432
- 11: any;
1433
- 9: any;
1434
- 15: any;
1433
+ 10: any;
1434
+ 12: any;
1435
1435
  14: any;
1436
+ 16: any;
1437
+ 3: any;
1438
+ 5: any;
1439
+ 7: any;
1440
+ 9: any;
1441
+ 11: any;
1436
1442
  13: any;
1443
+ 15: any;
1444
+ true: any;
1437
1445
  };
1438
1446
  style: {
1439
1447
  1: any;
1440
- 5: any;
1441
- 7: any;
1442
- 12: any;
1443
1448
  2: any;
1444
- 3: any;
1445
- 16: any;
1446
1449
  4: any;
1447
1450
  6: any;
1448
- true: any;
1449
- 10: any;
1450
1451
  8: any;
1451
- 11: any;
1452
- 9: any;
1453
- 15: any;
1452
+ 10: any;
1453
+ 12: any;
1454
1454
  14: any;
1455
+ 16: any;
1456
+ 3: any;
1457
+ 5: any;
1458
+ 7: any;
1459
+ 9: any;
1460
+ 11: any;
1455
1461
  13: any;
1462
+ 15: any;
1463
+ true: any;
1456
1464
  };
1457
1465
  transform: {
1458
1466
  1: any;
1459
- 5: any;
1460
- 7: any;
1461
- 12: any;
1462
1467
  2: any;
1463
- 3: any;
1464
- 16: any;
1465
1468
  4: any;
1466
1469
  6: any;
1467
- true: any;
1468
- 10: any;
1469
1470
  8: any;
1470
- 11: any;
1471
- 9: any;
1472
- 15: any;
1471
+ 10: any;
1472
+ 12: any;
1473
1473
  14: any;
1474
+ 16: any;
1475
+ 3: any;
1476
+ 5: any;
1477
+ 7: any;
1478
+ 9: any;
1479
+ 11: any;
1474
1480
  13: any;
1481
+ 15: any;
1482
+ true: any;
1475
1483
  };
1476
1484
  color: {
1477
1485
  1: any;
1478
- 5: any;
1479
- 7: any;
1480
- 12: any;
1481
1486
  2: any;
1482
- 3: any;
1483
- 16: any;
1484
1487
  4: any;
1485
1488
  6: any;
1486
- true: any;
1487
- 10: any;
1488
1489
  8: any;
1489
- 11: any;
1490
- 9: any;
1491
- 15: any;
1490
+ 10: any;
1491
+ 12: any;
1492
1492
  14: any;
1493
+ 16: any;
1494
+ 3: any;
1495
+ 5: any;
1496
+ 7: any;
1497
+ 9: any;
1498
+ 11: any;
1493
1499
  13: any;
1500
+ 15: any;
1501
+ true: any;
1494
1502
  };
1495
1503
  face: Partial<Partial<{
1496
- bold: {
1504
+ normal: {
1497
1505
  normal?: string;
1498
1506
  italic?: string;
1499
1507
  };
1500
- normal: {
1508
+ bold: {
1501
1509
  normal?: string;
1502
1510
  italic?: string;
1503
1511
  };
@@ -1505,19 +1513,19 @@ export declare const monochrome: import("@hanzogui/web").GuiInternalConfig<{
1505
1513
  normal?: string;
1506
1514
  italic?: string;
1507
1515
  };
1508
- 500: {
1516
+ 200: {
1509
1517
  normal?: string;
1510
1518
  italic?: string;
1511
1519
  };
1512
- 700: {
1520
+ 300: {
1513
1521
  normal?: string;
1514
1522
  italic?: string;
1515
1523
  };
1516
- 200: {
1524
+ 500: {
1517
1525
  normal?: string;
1518
1526
  italic?: string;
1519
1527
  };
1520
- 300: {
1528
+ 700: {
1521
1529
  normal?: string;
1522
1530
  italic?: string;
1523
1531
  };