@diskette/palette 0.14.0 → 0.16.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.
Files changed (74) hide show
  1. package/dist/cli/cli.js +11 -0
  2. package/dist/cli/commands/generate.d.ts +64 -0
  3. package/dist/cli/commands/generate.js +87 -0
  4. package/dist/cli/commands/list.d.ts +48 -0
  5. package/dist/cli/commands/list.js +33 -0
  6. package/dist/colors/amber.d.ts +1 -5
  7. package/dist/colors/amber.js +0 -4
  8. package/dist/colors/blue.d.ts +1 -5
  9. package/dist/colors/blue.js +0 -4
  10. package/dist/colors/bronze.d.ts +1 -5
  11. package/dist/colors/bronze.js +0 -4
  12. package/dist/colors/brown.d.ts +1 -5
  13. package/dist/colors/brown.js +0 -4
  14. package/dist/colors/crimson.d.ts +1 -5
  15. package/dist/colors/crimson.js +0 -4
  16. package/dist/colors/cyan.d.ts +1 -5
  17. package/dist/colors/cyan.js +0 -4
  18. package/dist/colors/gold.d.ts +1 -5
  19. package/dist/colors/gold.js +0 -4
  20. package/dist/colors/grass.d.ts +1 -5
  21. package/dist/colors/grass.js +0 -4
  22. package/dist/colors/gray.d.ts +1 -5
  23. package/dist/colors/gray.js +0 -4
  24. package/dist/colors/green.d.ts +1 -5
  25. package/dist/colors/green.js +0 -4
  26. package/dist/colors/indigo.d.ts +1 -5
  27. package/dist/colors/indigo.js +0 -4
  28. package/dist/colors/iris.d.ts +1 -5
  29. package/dist/colors/iris.js +0 -4
  30. package/dist/colors/jade.d.ts +1 -5
  31. package/dist/colors/jade.js +0 -4
  32. package/dist/colors/lime.d.ts +1 -5
  33. package/dist/colors/lime.js +0 -4
  34. package/dist/colors/mauve.d.ts +1 -5
  35. package/dist/colors/mauve.js +0 -4
  36. package/dist/colors/mint.d.ts +1 -5
  37. package/dist/colors/mint.js +0 -4
  38. package/dist/colors/olive.d.ts +1 -5
  39. package/dist/colors/olive.js +0 -4
  40. package/dist/colors/orange.d.ts +1 -5
  41. package/dist/colors/orange.js +0 -4
  42. package/dist/colors/pink.d.ts +1 -5
  43. package/dist/colors/pink.js +0 -4
  44. package/dist/colors/plum.d.ts +1 -5
  45. package/dist/colors/plum.js +0 -4
  46. package/dist/colors/purple.d.ts +1 -5
  47. package/dist/colors/purple.js +0 -4
  48. package/dist/colors/red.d.ts +1 -5
  49. package/dist/colors/red.js +0 -4
  50. package/dist/colors/ruby.d.ts +1 -5
  51. package/dist/colors/ruby.js +0 -4
  52. package/dist/colors/sage.d.ts +1 -5
  53. package/dist/colors/sage.js +0 -4
  54. package/dist/colors/sand.d.ts +1 -5
  55. package/dist/colors/sand.js +0 -4
  56. package/dist/colors/sky.d.ts +1 -5
  57. package/dist/colors/sky.js +0 -4
  58. package/dist/colors/slate.d.ts +1 -5
  59. package/dist/colors/slate.js +0 -4
  60. package/dist/colors/teal.d.ts +1 -5
  61. package/dist/colors/teal.js +0 -4
  62. package/dist/colors/tomato.d.ts +1 -5
  63. package/dist/colors/tomato.js +0 -4
  64. package/dist/colors/violet.d.ts +1 -5
  65. package/dist/colors/violet.js +0 -4
  66. package/dist/colors/yellow.d.ts +1 -5
  67. package/dist/colors/yellow.js +0 -4
  68. package/dist/css.d.ts +3 -3
  69. package/dist/css.js +8 -1
  70. package/dist/index.d.ts +32 -156
  71. package/dist/types.d.ts +7 -7
  72. package/package.json +8 -5
  73. package/dist/cli.js +0 -100
  74. /package/dist/{cli.d.ts → cli/cli.d.ts} +0 -0
package/dist/index.d.ts CHANGED
@@ -25,7 +25,6 @@ export declare const colors: ({
25
25
  amberA10: string;
26
26
  amberA11: string;
27
27
  amberA12: string;
28
- surface: string;
29
28
  };
30
29
  dark: {
31
30
  amber1: string;
@@ -52,7 +51,6 @@ export declare const colors: ({
52
51
  amberA10: string;
53
52
  amberA11: string;
54
53
  amberA12: string;
55
- surface: string;
56
54
  };
57
55
  };
58
56
  p3: {
@@ -81,7 +79,6 @@ export declare const colors: ({
81
79
  amberA10: string;
82
80
  amberA11: string;
83
81
  amberA12: string;
84
- surface: string;
85
82
  };
86
83
  dark: {
87
84
  amber1: string;
@@ -108,7 +105,6 @@ export declare const colors: ({
108
105
  amberA10: string;
109
106
  amberA11: string;
110
107
  amberA12: string;
111
- surface: string;
112
108
  };
113
109
  };
114
110
  contrast: string;
@@ -124,7 +120,7 @@ export declare const colors: ({
124
120
  dark: string;
125
121
  };
126
122
  };
127
- name: string;
123
+ name: "amber";
128
124
  } | {
129
125
  srgb: {
130
126
  light: {
@@ -152,7 +148,6 @@ export declare const colors: ({
152
148
  blueA10: string;
153
149
  blueA11: string;
154
150
  blueA12: string;
155
- surface: string;
156
151
  };
157
152
  dark: {
158
153
  blue1: string;
@@ -179,7 +174,6 @@ export declare const colors: ({
179
174
  blueA10: string;
180
175
  blueA11: string;
181
176
  blueA12: string;
182
- surface: string;
183
177
  };
184
178
  };
185
179
  p3: {
@@ -208,7 +202,6 @@ export declare const colors: ({
208
202
  blueA10: string;
209
203
  blueA11: string;
210
204
  blueA12: string;
211
- surface: string;
212
205
  };
213
206
  dark: {
214
207
  blue1: string;
@@ -235,7 +228,6 @@ export declare const colors: ({
235
228
  blueA10: string;
236
229
  blueA11: string;
237
230
  blueA12: string;
238
- surface: string;
239
231
  };
240
232
  };
241
233
  contrast: string;
@@ -251,7 +243,7 @@ export declare const colors: ({
251
243
  dark: string;
252
244
  };
253
245
  };
254
- name: string;
246
+ name: "blue";
255
247
  } | {
256
248
  srgb: {
257
249
  light: {
@@ -279,7 +271,6 @@ export declare const colors: ({
279
271
  bronzeA10: string;
280
272
  bronzeA11: string;
281
273
  bronzeA12: string;
282
- surface: string;
283
274
  };
284
275
  dark: {
285
276
  bronze1: string;
@@ -306,7 +297,6 @@ export declare const colors: ({
306
297
  bronzeA10: string;
307
298
  bronzeA11: string;
308
299
  bronzeA12: string;
309
- surface: string;
310
300
  };
311
301
  };
312
302
  p3: {
@@ -335,7 +325,6 @@ export declare const colors: ({
335
325
  bronzeA10: string;
336
326
  bronzeA11: string;
337
327
  bronzeA12: string;
338
- surface: string;
339
328
  };
340
329
  dark: {
341
330
  bronze1: string;
@@ -362,7 +351,6 @@ export declare const colors: ({
362
351
  bronzeA10: string;
363
352
  bronzeA11: string;
364
353
  bronzeA12: string;
365
- surface: string;
366
354
  };
367
355
  };
368
356
  contrast: string;
@@ -378,7 +366,7 @@ export declare const colors: ({
378
366
  dark: string;
379
367
  };
380
368
  };
381
- name: string;
369
+ name: "bronze";
382
370
  } | {
383
371
  srgb: {
384
372
  light: {
@@ -406,7 +394,6 @@ export declare const colors: ({
406
394
  brownA10: string;
407
395
  brownA11: string;
408
396
  brownA12: string;
409
- surface: string;
410
397
  };
411
398
  dark: {
412
399
  brown1: string;
@@ -433,7 +420,6 @@ export declare const colors: ({
433
420
  brownA10: string;
434
421
  brownA11: string;
435
422
  brownA12: string;
436
- surface: string;
437
423
  };
438
424
  };
439
425
  p3: {
@@ -462,7 +448,6 @@ export declare const colors: ({
462
448
  brownA10: string;
463
449
  brownA11: string;
464
450
  brownA12: string;
465
- surface: string;
466
451
  };
467
452
  dark: {
468
453
  brown1: string;
@@ -489,7 +474,6 @@ export declare const colors: ({
489
474
  brownA10: string;
490
475
  brownA11: string;
491
476
  brownA12: string;
492
- surface: string;
493
477
  };
494
478
  };
495
479
  contrast: string;
@@ -505,7 +489,7 @@ export declare const colors: ({
505
489
  dark: string;
506
490
  };
507
491
  };
508
- name: string;
492
+ name: "brown";
509
493
  } | {
510
494
  srgb: {
511
495
  light: {
@@ -533,7 +517,6 @@ export declare const colors: ({
533
517
  crimsonA10: string;
534
518
  crimsonA11: string;
535
519
  crimsonA12: string;
536
- surface: string;
537
520
  };
538
521
  dark: {
539
522
  crimson1: string;
@@ -560,7 +543,6 @@ export declare const colors: ({
560
543
  crimsonA10: string;
561
544
  crimsonA11: string;
562
545
  crimsonA12: string;
563
- surface: string;
564
546
  };
565
547
  };
566
548
  p3: {
@@ -589,7 +571,6 @@ export declare const colors: ({
589
571
  crimsonA10: string;
590
572
  crimsonA11: string;
591
573
  crimsonA12: string;
592
- surface: string;
593
574
  };
594
575
  dark: {
595
576
  crimson1: string;
@@ -616,7 +597,6 @@ export declare const colors: ({
616
597
  crimsonA10: string;
617
598
  crimsonA11: string;
618
599
  crimsonA12: string;
619
- surface: string;
620
600
  };
621
601
  };
622
602
  contrast: string;
@@ -632,7 +612,7 @@ export declare const colors: ({
632
612
  dark: string;
633
613
  };
634
614
  };
635
- name: string;
615
+ name: "crimson";
636
616
  } | {
637
617
  srgb: {
638
618
  light: {
@@ -660,7 +640,6 @@ export declare const colors: ({
660
640
  cyanA10: string;
661
641
  cyanA11: string;
662
642
  cyanA12: string;
663
- surface: string;
664
643
  };
665
644
  dark: {
666
645
  cyan1: string;
@@ -687,7 +666,6 @@ export declare const colors: ({
687
666
  cyanA10: string;
688
667
  cyanA11: string;
689
668
  cyanA12: string;
690
- surface: string;
691
669
  };
692
670
  };
693
671
  p3: {
@@ -716,7 +694,6 @@ export declare const colors: ({
716
694
  cyanA10: string;
717
695
  cyanA11: string;
718
696
  cyanA12: string;
719
- surface: string;
720
697
  };
721
698
  dark: {
722
699
  cyan1: string;
@@ -743,7 +720,6 @@ export declare const colors: ({
743
720
  cyanA10: string;
744
721
  cyanA11: string;
745
722
  cyanA12: string;
746
- surface: string;
747
723
  };
748
724
  };
749
725
  contrast: string;
@@ -759,7 +735,7 @@ export declare const colors: ({
759
735
  dark: string;
760
736
  };
761
737
  };
762
- name: string;
738
+ name: "cyan";
763
739
  } | {
764
740
  srgb: {
765
741
  light: {
@@ -787,7 +763,6 @@ export declare const colors: ({
787
763
  goldA10: string;
788
764
  goldA11: string;
789
765
  goldA12: string;
790
- surface: string;
791
766
  };
792
767
  dark: {
793
768
  gold1: string;
@@ -814,7 +789,6 @@ export declare const colors: ({
814
789
  goldA10: string;
815
790
  goldA11: string;
816
791
  goldA12: string;
817
- surface: string;
818
792
  };
819
793
  };
820
794
  p3: {
@@ -843,7 +817,6 @@ export declare const colors: ({
843
817
  goldA10: string;
844
818
  goldA11: string;
845
819
  goldA12: string;
846
- surface: string;
847
820
  };
848
821
  dark: {
849
822
  gold1: string;
@@ -870,7 +843,6 @@ export declare const colors: ({
870
843
  goldA10: string;
871
844
  goldA11: string;
872
845
  goldA12: string;
873
- surface: string;
874
846
  };
875
847
  };
876
848
  contrast: string;
@@ -886,7 +858,7 @@ export declare const colors: ({
886
858
  dark: string;
887
859
  };
888
860
  };
889
- name: string;
861
+ name: "gold";
890
862
  } | {
891
863
  srgb: {
892
864
  light: {
@@ -914,7 +886,6 @@ export declare const colors: ({
914
886
  grassA10: string;
915
887
  grassA11: string;
916
888
  grassA12: string;
917
- surface: string;
918
889
  };
919
890
  dark: {
920
891
  grass1: string;
@@ -941,7 +912,6 @@ export declare const colors: ({
941
912
  grassA10: string;
942
913
  grassA11: string;
943
914
  grassA12: string;
944
- surface: string;
945
915
  };
946
916
  };
947
917
  p3: {
@@ -970,7 +940,6 @@ export declare const colors: ({
970
940
  grassA10: string;
971
941
  grassA11: string;
972
942
  grassA12: string;
973
- surface: string;
974
943
  };
975
944
  dark: {
976
945
  grass1: string;
@@ -997,7 +966,6 @@ export declare const colors: ({
997
966
  grassA10: string;
998
967
  grassA11: string;
999
968
  grassA12: string;
1000
- surface: string;
1001
969
  };
1002
970
  };
1003
971
  contrast: string;
@@ -1013,7 +981,7 @@ export declare const colors: ({
1013
981
  dark: string;
1014
982
  };
1015
983
  };
1016
- name: string;
984
+ name: "grass";
1017
985
  } | {
1018
986
  srgb: {
1019
987
  light: {
@@ -1041,7 +1009,6 @@ export declare const colors: ({
1041
1009
  grayA10: string;
1042
1010
  grayA11: string;
1043
1011
  grayA12: string;
1044
- surface: string;
1045
1012
  };
1046
1013
  dark: {
1047
1014
  gray1: string;
@@ -1068,7 +1035,6 @@ export declare const colors: ({
1068
1035
  grayA10: string;
1069
1036
  grayA11: string;
1070
1037
  grayA12: string;
1071
- surface: string;
1072
1038
  };
1073
1039
  };
1074
1040
  p3: {
@@ -1097,7 +1063,6 @@ export declare const colors: ({
1097
1063
  grayA10: string;
1098
1064
  grayA11: string;
1099
1065
  grayA12: string;
1100
- surface: string;
1101
1066
  };
1102
1067
  dark: {
1103
1068
  gray1: string;
@@ -1124,7 +1089,6 @@ export declare const colors: ({
1124
1089
  grayA10: string;
1125
1090
  grayA11: string;
1126
1091
  grayA12: string;
1127
- surface: string;
1128
1092
  };
1129
1093
  };
1130
1094
  contrast: string;
@@ -1140,7 +1104,7 @@ export declare const colors: ({
1140
1104
  dark: string;
1141
1105
  };
1142
1106
  };
1143
- name: string;
1107
+ name: "gray";
1144
1108
  } | {
1145
1109
  srgb: {
1146
1110
  light: {
@@ -1168,7 +1132,6 @@ export declare const colors: ({
1168
1132
  greenA10: string;
1169
1133
  greenA11: string;
1170
1134
  greenA12: string;
1171
- surface: string;
1172
1135
  };
1173
1136
  dark: {
1174
1137
  green1: string;
@@ -1195,7 +1158,6 @@ export declare const colors: ({
1195
1158
  greenA10: string;
1196
1159
  greenA11: string;
1197
1160
  greenA12: string;
1198
- surface: string;
1199
1161
  };
1200
1162
  };
1201
1163
  p3: {
@@ -1224,7 +1186,6 @@ export declare const colors: ({
1224
1186
  greenA10: string;
1225
1187
  greenA11: string;
1226
1188
  greenA12: string;
1227
- surface: string;
1228
1189
  };
1229
1190
  dark: {
1230
1191
  green1: string;
@@ -1251,7 +1212,6 @@ export declare const colors: ({
1251
1212
  greenA10: string;
1252
1213
  greenA11: string;
1253
1214
  greenA12: string;
1254
- surface: string;
1255
1215
  };
1256
1216
  };
1257
1217
  contrast: string;
@@ -1267,7 +1227,7 @@ export declare const colors: ({
1267
1227
  dark: string;
1268
1228
  };
1269
1229
  };
1270
- name: string;
1230
+ name: "green";
1271
1231
  } | {
1272
1232
  srgb: {
1273
1233
  light: {
@@ -1295,7 +1255,6 @@ export declare const colors: ({
1295
1255
  indigoA10: string;
1296
1256
  indigoA11: string;
1297
1257
  indigoA12: string;
1298
- surface: string;
1299
1258
  };
1300
1259
  dark: {
1301
1260
  indigo1: string;
@@ -1322,7 +1281,6 @@ export declare const colors: ({
1322
1281
  indigoA10: string;
1323
1282
  indigoA11: string;
1324
1283
  indigoA12: string;
1325
- surface: string;
1326
1284
  };
1327
1285
  };
1328
1286
  p3: {
@@ -1351,7 +1309,6 @@ export declare const colors: ({
1351
1309
  indigoA10: string;
1352
1310
  indigoA11: string;
1353
1311
  indigoA12: string;
1354
- surface: string;
1355
1312
  };
1356
1313
  dark: {
1357
1314
  indigo1: string;
@@ -1378,7 +1335,6 @@ export declare const colors: ({
1378
1335
  indigoA10: string;
1379
1336
  indigoA11: string;
1380
1337
  indigoA12: string;
1381
- surface: string;
1382
1338
  };
1383
1339
  };
1384
1340
  contrast: string;
@@ -1394,7 +1350,7 @@ export declare const colors: ({
1394
1350
  dark: string;
1395
1351
  };
1396
1352
  };
1397
- name: string;
1353
+ name: "indigo";
1398
1354
  } | {
1399
1355
  srgb: {
1400
1356
  light: {
@@ -1422,7 +1378,6 @@ export declare const colors: ({
1422
1378
  irisA10: string;
1423
1379
  irisA11: string;
1424
1380
  irisA12: string;
1425
- surface: string;
1426
1381
  };
1427
1382
  dark: {
1428
1383
  iris1: string;
@@ -1449,7 +1404,6 @@ export declare const colors: ({
1449
1404
  irisA10: string;
1450
1405
  irisA11: string;
1451
1406
  irisA12: string;
1452
- surface: string;
1453
1407
  };
1454
1408
  };
1455
1409
  p3: {
@@ -1478,7 +1432,6 @@ export declare const colors: ({
1478
1432
  irisA10: string;
1479
1433
  irisA11: string;
1480
1434
  irisA12: string;
1481
- surface: string;
1482
1435
  };
1483
1436
  dark: {
1484
1437
  iris1: string;
@@ -1505,7 +1458,6 @@ export declare const colors: ({
1505
1458
  irisA10: string;
1506
1459
  irisA11: string;
1507
1460
  irisA12: string;
1508
- surface: string;
1509
1461
  };
1510
1462
  };
1511
1463
  contrast: string;
@@ -1521,7 +1473,7 @@ export declare const colors: ({
1521
1473
  dark: string;
1522
1474
  };
1523
1475
  };
1524
- name: string;
1476
+ name: "iris";
1525
1477
  } | {
1526
1478
  srgb: {
1527
1479
  light: {
@@ -1549,7 +1501,6 @@ export declare const colors: ({
1549
1501
  jadeA10: string;
1550
1502
  jadeA11: string;
1551
1503
  jadeA12: string;
1552
- surface: string;
1553
1504
  };
1554
1505
  dark: {
1555
1506
  jade1: string;
@@ -1576,7 +1527,6 @@ export declare const colors: ({
1576
1527
  jadeA10: string;
1577
1528
  jadeA11: string;
1578
1529
  jadeA12: string;
1579
- surface: string;
1580
1530
  };
1581
1531
  };
1582
1532
  p3: {
@@ -1605,7 +1555,6 @@ export declare const colors: ({
1605
1555
  jadeA10: string;
1606
1556
  jadeA11: string;
1607
1557
  jadeA12: string;
1608
- surface: string;
1609
1558
  };
1610
1559
  dark: {
1611
1560
  jade1: string;
@@ -1632,7 +1581,6 @@ export declare const colors: ({
1632
1581
  jadeA10: string;
1633
1582
  jadeA11: string;
1634
1583
  jadeA12: string;
1635
- surface: string;
1636
1584
  };
1637
1585
  };
1638
1586
  contrast: string;
@@ -1648,7 +1596,7 @@ export declare const colors: ({
1648
1596
  dark: string;
1649
1597
  };
1650
1598
  };
1651
- name: string;
1599
+ name: "jade";
1652
1600
  } | {
1653
1601
  srgb: {
1654
1602
  light: {
@@ -1676,7 +1624,6 @@ export declare const colors: ({
1676
1624
  limeA10: string;
1677
1625
  limeA11: string;
1678
1626
  limeA12: string;
1679
- surface: string;
1680
1627
  };
1681
1628
  dark: {
1682
1629
  lime1: string;
@@ -1703,7 +1650,6 @@ export declare const colors: ({
1703
1650
  limeA10: string;
1704
1651
  limeA11: string;
1705
1652
  limeA12: string;
1706
- surface: string;
1707
1653
  };
1708
1654
  };
1709
1655
  p3: {
@@ -1732,7 +1678,6 @@ export declare const colors: ({
1732
1678
  limeA10: string;
1733
1679
  limeA11: string;
1734
1680
  limeA12: string;
1735
- surface: string;
1736
1681
  };
1737
1682
  dark: {
1738
1683
  lime1: string;
@@ -1759,7 +1704,6 @@ export declare const colors: ({
1759
1704
  limeA10: string;
1760
1705
  limeA11: string;
1761
1706
  limeA12: string;
1762
- surface: string;
1763
1707
  };
1764
1708
  };
1765
1709
  contrast: string;
@@ -1775,7 +1719,7 @@ export declare const colors: ({
1775
1719
  dark: string;
1776
1720
  };
1777
1721
  };
1778
- name: string;
1722
+ name: "lime";
1779
1723
  } | {
1780
1724
  srgb: {
1781
1725
  light: {
@@ -1803,7 +1747,6 @@ export declare const colors: ({
1803
1747
  mauveA10: string;
1804
1748
  mauveA11: string;
1805
1749
  mauveA12: string;
1806
- surface: string;
1807
1750
  };
1808
1751
  dark: {
1809
1752
  mauve1: string;
@@ -1830,7 +1773,6 @@ export declare const colors: ({
1830
1773
  mauveA10: string;
1831
1774
  mauveA11: string;
1832
1775
  mauveA12: string;
1833
- surface: string;
1834
1776
  };
1835
1777
  };
1836
1778
  p3: {
@@ -1859,7 +1801,6 @@ export declare const colors: ({
1859
1801
  mauveA10: string;
1860
1802
  mauveA11: string;
1861
1803
  mauveA12: string;
1862
- surface: string;
1863
1804
  };
1864
1805
  dark: {
1865
1806
  mauve1: string;
@@ -1886,7 +1827,6 @@ export declare const colors: ({
1886
1827
  mauveA10: string;
1887
1828
  mauveA11: string;
1888
1829
  mauveA12: string;
1889
- surface: string;
1890
1830
  };
1891
1831
  };
1892
1832
  contrast: string;
@@ -1902,7 +1842,7 @@ export declare const colors: ({
1902
1842
  dark: string;
1903
1843
  };
1904
1844
  };
1905
- name: string;
1845
+ name: "mauve";
1906
1846
  } | {
1907
1847
  srgb: {
1908
1848
  light: {
@@ -1930,7 +1870,6 @@ export declare const colors: ({
1930
1870
  mintA10: string;
1931
1871
  mintA11: string;
1932
1872
  mintA12: string;
1933
- surface: string;
1934
1873
  };
1935
1874
  dark: {
1936
1875
  mint1: string;
@@ -1957,7 +1896,6 @@ export declare const colors: ({
1957
1896
  mintA10: string;
1958
1897
  mintA11: string;
1959
1898
  mintA12: string;
1960
- surface: string;
1961
1899
  };
1962
1900
  };
1963
1901
  p3: {
@@ -1986,7 +1924,6 @@ export declare const colors: ({
1986
1924
  mintA10: string;
1987
1925
  mintA11: string;
1988
1926
  mintA12: string;
1989
- surface: string;
1990
1927
  };
1991
1928
  dark: {
1992
1929
  mint1: string;
@@ -2013,7 +1950,6 @@ export declare const colors: ({
2013
1950
  mintA10: string;
2014
1951
  mintA11: string;
2015
1952
  mintA12: string;
2016
- surface: string;
2017
1953
  };
2018
1954
  };
2019
1955
  contrast: string;
@@ -2029,7 +1965,7 @@ export declare const colors: ({
2029
1965
  dark: string;
2030
1966
  };
2031
1967
  };
2032
- name: string;
1968
+ name: "mint";
2033
1969
  } | {
2034
1970
  srgb: {
2035
1971
  light: {
@@ -2057,7 +1993,6 @@ export declare const colors: ({
2057
1993
  oliveA10: string;
2058
1994
  oliveA11: string;
2059
1995
  oliveA12: string;
2060
- surface: string;
2061
1996
  };
2062
1997
  dark: {
2063
1998
  olive1: string;
@@ -2084,7 +2019,6 @@ export declare const colors: ({
2084
2019
  oliveA10: string;
2085
2020
  oliveA11: string;
2086
2021
  oliveA12: string;
2087
- surface: string;
2088
2022
  };
2089
2023
  };
2090
2024
  p3: {
@@ -2113,7 +2047,6 @@ export declare const colors: ({
2113
2047
  oliveA10: string;
2114
2048
  oliveA11: string;
2115
2049
  oliveA12: string;
2116
- surface: string;
2117
2050
  };
2118
2051
  dark: {
2119
2052
  olive1: string;
@@ -2140,7 +2073,6 @@ export declare const colors: ({
2140
2073
  oliveA10: string;
2141
2074
  oliveA11: string;
2142
2075
  oliveA12: string;
2143
- surface: string;
2144
2076
  };
2145
2077
  };
2146
2078
  contrast: string;
@@ -2156,7 +2088,7 @@ export declare const colors: ({
2156
2088
  dark: string;
2157
2089
  };
2158
2090
  };
2159
- name: string;
2091
+ name: "olive";
2160
2092
  } | {
2161
2093
  srgb: {
2162
2094
  light: {
@@ -2184,7 +2116,6 @@ export declare const colors: ({
2184
2116
  orangeA10: string;
2185
2117
  orangeA11: string;
2186
2118
  orangeA12: string;
2187
- surface: string;
2188
2119
  };
2189
2120
  dark: {
2190
2121
  orange1: string;
@@ -2211,7 +2142,6 @@ export declare const colors: ({
2211
2142
  orangeA10: string;
2212
2143
  orangeA11: string;
2213
2144
  orangeA12: string;
2214
- surface: string;
2215
2145
  };
2216
2146
  };
2217
2147
  p3: {
@@ -2240,7 +2170,6 @@ export declare const colors: ({
2240
2170
  orangeA10: string;
2241
2171
  orangeA11: string;
2242
2172
  orangeA12: string;
2243
- surface: string;
2244
2173
  };
2245
2174
  dark: {
2246
2175
  orange1: string;
@@ -2267,7 +2196,6 @@ export declare const colors: ({
2267
2196
  orangeA10: string;
2268
2197
  orangeA11: string;
2269
2198
  orangeA12: string;
2270
- surface: string;
2271
2199
  };
2272
2200
  };
2273
2201
  contrast: string;
@@ -2283,7 +2211,7 @@ export declare const colors: ({
2283
2211
  dark: string;
2284
2212
  };
2285
2213
  };
2286
- name: string;
2214
+ name: "orange";
2287
2215
  } | {
2288
2216
  srgb: {
2289
2217
  light: {
@@ -2311,7 +2239,6 @@ export declare const colors: ({
2311
2239
  pinkA10: string;
2312
2240
  pinkA11: string;
2313
2241
  pinkA12: string;
2314
- surface: string;
2315
2242
  };
2316
2243
  dark: {
2317
2244
  pink1: string;
@@ -2338,7 +2265,6 @@ export declare const colors: ({
2338
2265
  pinkA10: string;
2339
2266
  pinkA11: string;
2340
2267
  pinkA12: string;
2341
- surface: string;
2342
2268
  };
2343
2269
  };
2344
2270
  p3: {
@@ -2367,7 +2293,6 @@ export declare const colors: ({
2367
2293
  pinkA10: string;
2368
2294
  pinkA11: string;
2369
2295
  pinkA12: string;
2370
- surface: string;
2371
2296
  };
2372
2297
  dark: {
2373
2298
  pink1: string;
@@ -2394,7 +2319,6 @@ export declare const colors: ({
2394
2319
  pinkA10: string;
2395
2320
  pinkA11: string;
2396
2321
  pinkA12: string;
2397
- surface: string;
2398
2322
  };
2399
2323
  };
2400
2324
  contrast: string;
@@ -2410,7 +2334,7 @@ export declare const colors: ({
2410
2334
  dark: string;
2411
2335
  };
2412
2336
  };
2413
- name: string;
2337
+ name: "pink";
2414
2338
  } | {
2415
2339
  srgb: {
2416
2340
  light: {
@@ -2438,7 +2362,6 @@ export declare const colors: ({
2438
2362
  plumA10: string;
2439
2363
  plumA11: string;
2440
2364
  plumA12: string;
2441
- surface: string;
2442
2365
  };
2443
2366
  dark: {
2444
2367
  plum1: string;
@@ -2465,7 +2388,6 @@ export declare const colors: ({
2465
2388
  plumA10: string;
2466
2389
  plumA11: string;
2467
2390
  plumA12: string;
2468
- surface: string;
2469
2391
  };
2470
2392
  };
2471
2393
  p3: {
@@ -2494,7 +2416,6 @@ export declare const colors: ({
2494
2416
  plumA10: string;
2495
2417
  plumA11: string;
2496
2418
  plumA12: string;
2497
- surface: string;
2498
2419
  };
2499
2420
  dark: {
2500
2421
  plum1: string;
@@ -2521,7 +2442,6 @@ export declare const colors: ({
2521
2442
  plumA10: string;
2522
2443
  plumA11: string;
2523
2444
  plumA12: string;
2524
- surface: string;
2525
2445
  };
2526
2446
  };
2527
2447
  contrast: string;
@@ -2537,7 +2457,7 @@ export declare const colors: ({
2537
2457
  dark: string;
2538
2458
  };
2539
2459
  };
2540
- name: string;
2460
+ name: "plum";
2541
2461
  } | {
2542
2462
  srgb: {
2543
2463
  light: {
@@ -2565,7 +2485,6 @@ export declare const colors: ({
2565
2485
  purpleA10: string;
2566
2486
  purpleA11: string;
2567
2487
  purpleA12: string;
2568
- surface: string;
2569
2488
  };
2570
2489
  dark: {
2571
2490
  purple1: string;
@@ -2592,7 +2511,6 @@ export declare const colors: ({
2592
2511
  purpleA10: string;
2593
2512
  purpleA11: string;
2594
2513
  purpleA12: string;
2595
- surface: string;
2596
2514
  };
2597
2515
  };
2598
2516
  p3: {
@@ -2621,7 +2539,6 @@ export declare const colors: ({
2621
2539
  purpleA10: string;
2622
2540
  purpleA11: string;
2623
2541
  purpleA12: string;
2624
- surface: string;
2625
2542
  };
2626
2543
  dark: {
2627
2544
  purple1: string;
@@ -2648,7 +2565,6 @@ export declare const colors: ({
2648
2565
  purpleA10: string;
2649
2566
  purpleA11: string;
2650
2567
  purpleA12: string;
2651
- surface: string;
2652
2568
  };
2653
2569
  };
2654
2570
  contrast: string;
@@ -2664,7 +2580,7 @@ export declare const colors: ({
2664
2580
  dark: string;
2665
2581
  };
2666
2582
  };
2667
- name: string;
2583
+ name: "purple";
2668
2584
  } | {
2669
2585
  srgb: {
2670
2586
  light: {
@@ -2692,7 +2608,6 @@ export declare const colors: ({
2692
2608
  redA10: string;
2693
2609
  redA11: string;
2694
2610
  redA12: string;
2695
- surface: string;
2696
2611
  };
2697
2612
  dark: {
2698
2613
  red1: string;
@@ -2719,7 +2634,6 @@ export declare const colors: ({
2719
2634
  redA10: string;
2720
2635
  redA11: string;
2721
2636
  redA12: string;
2722
- surface: string;
2723
2637
  };
2724
2638
  };
2725
2639
  p3: {
@@ -2748,7 +2662,6 @@ export declare const colors: ({
2748
2662
  redA10: string;
2749
2663
  redA11: string;
2750
2664
  redA12: string;
2751
- surface: string;
2752
2665
  };
2753
2666
  dark: {
2754
2667
  red1: string;
@@ -2775,7 +2688,6 @@ export declare const colors: ({
2775
2688
  redA10: string;
2776
2689
  redA11: string;
2777
2690
  redA12: string;
2778
- surface: string;
2779
2691
  };
2780
2692
  };
2781
2693
  contrast: string;
@@ -2791,7 +2703,7 @@ export declare const colors: ({
2791
2703
  dark: string;
2792
2704
  };
2793
2705
  };
2794
- name: string;
2706
+ name: "red";
2795
2707
  } | {
2796
2708
  srgb: {
2797
2709
  light: {
@@ -2819,7 +2731,6 @@ export declare const colors: ({
2819
2731
  rubyA10: string;
2820
2732
  rubyA11: string;
2821
2733
  rubyA12: string;
2822
- surface: string;
2823
2734
  };
2824
2735
  dark: {
2825
2736
  ruby1: string;
@@ -2846,7 +2757,6 @@ export declare const colors: ({
2846
2757
  rubyA10: string;
2847
2758
  rubyA11: string;
2848
2759
  rubyA12: string;
2849
- surface: string;
2850
2760
  };
2851
2761
  };
2852
2762
  p3: {
@@ -2875,7 +2785,6 @@ export declare const colors: ({
2875
2785
  rubyA10: string;
2876
2786
  rubyA11: string;
2877
2787
  rubyA12: string;
2878
- surface: string;
2879
2788
  };
2880
2789
  dark: {
2881
2790
  ruby1: string;
@@ -2902,7 +2811,6 @@ export declare const colors: ({
2902
2811
  rubyA10: string;
2903
2812
  rubyA11: string;
2904
2813
  rubyA12: string;
2905
- surface: string;
2906
2814
  };
2907
2815
  };
2908
2816
  contrast: string;
@@ -2918,7 +2826,7 @@ export declare const colors: ({
2918
2826
  dark: string;
2919
2827
  };
2920
2828
  };
2921
- name: string;
2829
+ name: "ruby";
2922
2830
  } | {
2923
2831
  srgb: {
2924
2832
  light: {
@@ -2946,7 +2854,6 @@ export declare const colors: ({
2946
2854
  sageA10: string;
2947
2855
  sageA11: string;
2948
2856
  sageA12: string;
2949
- surface: string;
2950
2857
  };
2951
2858
  dark: {
2952
2859
  sage1: string;
@@ -2973,7 +2880,6 @@ export declare const colors: ({
2973
2880
  sageA10: string;
2974
2881
  sageA11: string;
2975
2882
  sageA12: string;
2976
- surface: string;
2977
2883
  };
2978
2884
  };
2979
2885
  p3: {
@@ -3002,7 +2908,6 @@ export declare const colors: ({
3002
2908
  sageA10: string;
3003
2909
  sageA11: string;
3004
2910
  sageA12: string;
3005
- surface: string;
3006
2911
  };
3007
2912
  dark: {
3008
2913
  sage1: string;
@@ -3029,7 +2934,6 @@ export declare const colors: ({
3029
2934
  sageA10: string;
3030
2935
  sageA11: string;
3031
2936
  sageA12: string;
3032
- surface: string;
3033
2937
  };
3034
2938
  };
3035
2939
  contrast: string;
@@ -3045,7 +2949,7 @@ export declare const colors: ({
3045
2949
  dark: string;
3046
2950
  };
3047
2951
  };
3048
- name: string;
2952
+ name: "sage";
3049
2953
  } | {
3050
2954
  srgb: {
3051
2955
  light: {
@@ -3073,7 +2977,6 @@ export declare const colors: ({
3073
2977
  sandA10: string;
3074
2978
  sandA11: string;
3075
2979
  sandA12: string;
3076
- surface: string;
3077
2980
  };
3078
2981
  dark: {
3079
2982
  sand1: string;
@@ -3100,7 +3003,6 @@ export declare const colors: ({
3100
3003
  sandA10: string;
3101
3004
  sandA11: string;
3102
3005
  sandA12: string;
3103
- surface: string;
3104
3006
  };
3105
3007
  };
3106
3008
  p3: {
@@ -3129,7 +3031,6 @@ export declare const colors: ({
3129
3031
  sandA10: string;
3130
3032
  sandA11: string;
3131
3033
  sandA12: string;
3132
- surface: string;
3133
3034
  };
3134
3035
  dark: {
3135
3036
  sand1: string;
@@ -3156,7 +3057,6 @@ export declare const colors: ({
3156
3057
  sandA10: string;
3157
3058
  sandA11: string;
3158
3059
  sandA12: string;
3159
- surface: string;
3160
3060
  };
3161
3061
  };
3162
3062
  contrast: string;
@@ -3172,7 +3072,7 @@ export declare const colors: ({
3172
3072
  dark: string;
3173
3073
  };
3174
3074
  };
3175
- name: string;
3075
+ name: "sand";
3176
3076
  } | {
3177
3077
  srgb: {
3178
3078
  light: {
@@ -3200,7 +3100,6 @@ export declare const colors: ({
3200
3100
  skyA10: string;
3201
3101
  skyA11: string;
3202
3102
  skyA12: string;
3203
- surface: string;
3204
3103
  };
3205
3104
  dark: {
3206
3105
  sky1: string;
@@ -3227,7 +3126,6 @@ export declare const colors: ({
3227
3126
  skyA10: string;
3228
3127
  skyA11: string;
3229
3128
  skyA12: string;
3230
- surface: string;
3231
3129
  };
3232
3130
  };
3233
3131
  p3: {
@@ -3256,7 +3154,6 @@ export declare const colors: ({
3256
3154
  skyA10: string;
3257
3155
  skyA11: string;
3258
3156
  skyA12: string;
3259
- surface: string;
3260
3157
  };
3261
3158
  dark: {
3262
3159
  sky1: string;
@@ -3283,7 +3180,6 @@ export declare const colors: ({
3283
3180
  skyA10: string;
3284
3181
  skyA11: string;
3285
3182
  skyA12: string;
3286
- surface: string;
3287
3183
  };
3288
3184
  };
3289
3185
  contrast: string;
@@ -3299,7 +3195,7 @@ export declare const colors: ({
3299
3195
  dark: string;
3300
3196
  };
3301
3197
  };
3302
- name: string;
3198
+ name: "sky";
3303
3199
  } | {
3304
3200
  srgb: {
3305
3201
  light: {
@@ -3327,7 +3223,6 @@ export declare const colors: ({
3327
3223
  slateA10: string;
3328
3224
  slateA11: string;
3329
3225
  slateA12: string;
3330
- surface: string;
3331
3226
  };
3332
3227
  dark: {
3333
3228
  slate1: string;
@@ -3354,7 +3249,6 @@ export declare const colors: ({
3354
3249
  slateA10: string;
3355
3250
  slateA11: string;
3356
3251
  slateA12: string;
3357
- surface: string;
3358
3252
  };
3359
3253
  };
3360
3254
  p3: {
@@ -3383,7 +3277,6 @@ export declare const colors: ({
3383
3277
  slateA10: string;
3384
3278
  slateA11: string;
3385
3279
  slateA12: string;
3386
- surface: string;
3387
3280
  };
3388
3281
  dark: {
3389
3282
  slate1: string;
@@ -3410,7 +3303,6 @@ export declare const colors: ({
3410
3303
  slateA10: string;
3411
3304
  slateA11: string;
3412
3305
  slateA12: string;
3413
- surface: string;
3414
3306
  };
3415
3307
  };
3416
3308
  contrast: string;
@@ -3426,7 +3318,7 @@ export declare const colors: ({
3426
3318
  dark: string;
3427
3319
  };
3428
3320
  };
3429
- name: string;
3321
+ name: "slate";
3430
3322
  } | {
3431
3323
  srgb: {
3432
3324
  light: {
@@ -3454,7 +3346,6 @@ export declare const colors: ({
3454
3346
  tealA10: string;
3455
3347
  tealA11: string;
3456
3348
  tealA12: string;
3457
- surface: string;
3458
3349
  };
3459
3350
  dark: {
3460
3351
  teal1: string;
@@ -3481,7 +3372,6 @@ export declare const colors: ({
3481
3372
  tealA10: string;
3482
3373
  tealA11: string;
3483
3374
  tealA12: string;
3484
- surface: string;
3485
3375
  };
3486
3376
  };
3487
3377
  p3: {
@@ -3510,7 +3400,6 @@ export declare const colors: ({
3510
3400
  tealA10: string;
3511
3401
  tealA11: string;
3512
3402
  tealA12: string;
3513
- surface: string;
3514
3403
  };
3515
3404
  dark: {
3516
3405
  teal1: string;
@@ -3537,7 +3426,6 @@ export declare const colors: ({
3537
3426
  tealA10: string;
3538
3427
  tealA11: string;
3539
3428
  tealA12: string;
3540
- surface: string;
3541
3429
  };
3542
3430
  };
3543
3431
  contrast: string;
@@ -3553,7 +3441,7 @@ export declare const colors: ({
3553
3441
  dark: string;
3554
3442
  };
3555
3443
  };
3556
- name: string;
3444
+ name: "teal";
3557
3445
  } | {
3558
3446
  srgb: {
3559
3447
  light: {
@@ -3581,7 +3469,6 @@ export declare const colors: ({
3581
3469
  tomatoA10: string;
3582
3470
  tomatoA11: string;
3583
3471
  tomatoA12: string;
3584
- surface: string;
3585
3472
  };
3586
3473
  dark: {
3587
3474
  tomato1: string;
@@ -3608,7 +3495,6 @@ export declare const colors: ({
3608
3495
  tomatoA10: string;
3609
3496
  tomatoA11: string;
3610
3497
  tomatoA12: string;
3611
- surface: string;
3612
3498
  };
3613
3499
  };
3614
3500
  p3: {
@@ -3637,7 +3523,6 @@ export declare const colors: ({
3637
3523
  tomatoA10: string;
3638
3524
  tomatoA11: string;
3639
3525
  tomatoA12: string;
3640
- surface: string;
3641
3526
  };
3642
3527
  dark: {
3643
3528
  tomato1: string;
@@ -3664,7 +3549,6 @@ export declare const colors: ({
3664
3549
  tomatoA10: string;
3665
3550
  tomatoA11: string;
3666
3551
  tomatoA12: string;
3667
- surface: string;
3668
3552
  };
3669
3553
  };
3670
3554
  contrast: string;
@@ -3680,7 +3564,7 @@ export declare const colors: ({
3680
3564
  dark: string;
3681
3565
  };
3682
3566
  };
3683
- name: string;
3567
+ name: "tomato";
3684
3568
  } | {
3685
3569
  srgb: {
3686
3570
  light: {
@@ -3708,7 +3592,6 @@ export declare const colors: ({
3708
3592
  violetA10: string;
3709
3593
  violetA11: string;
3710
3594
  violetA12: string;
3711
- surface: string;
3712
3595
  };
3713
3596
  dark: {
3714
3597
  violet1: string;
@@ -3735,7 +3618,6 @@ export declare const colors: ({
3735
3618
  violetA10: string;
3736
3619
  violetA11: string;
3737
3620
  violetA12: string;
3738
- surface: string;
3739
3621
  };
3740
3622
  };
3741
3623
  p3: {
@@ -3764,7 +3646,6 @@ export declare const colors: ({
3764
3646
  violetA10: string;
3765
3647
  violetA11: string;
3766
3648
  violetA12: string;
3767
- surface: string;
3768
3649
  };
3769
3650
  dark: {
3770
3651
  violet1: string;
@@ -3791,7 +3672,6 @@ export declare const colors: ({
3791
3672
  violetA10: string;
3792
3673
  violetA11: string;
3793
3674
  violetA12: string;
3794
- surface: string;
3795
3675
  };
3796
3676
  };
3797
3677
  contrast: string;
@@ -3807,7 +3687,7 @@ export declare const colors: ({
3807
3687
  dark: string;
3808
3688
  };
3809
3689
  };
3810
- name: string;
3690
+ name: "violet";
3811
3691
  } | {
3812
3692
  srgb: {
3813
3693
  light: {
@@ -3835,7 +3715,6 @@ export declare const colors: ({
3835
3715
  yellowA10: string;
3836
3716
  yellowA11: string;
3837
3717
  yellowA12: string;
3838
- surface: string;
3839
3718
  };
3840
3719
  dark: {
3841
3720
  yellow1: string;
@@ -3862,7 +3741,6 @@ export declare const colors: ({
3862
3741
  yellowA10: string;
3863
3742
  yellowA11: string;
3864
3743
  yellowA12: string;
3865
- surface: string;
3866
3744
  };
3867
3745
  };
3868
3746
  p3: {
@@ -3891,7 +3769,6 @@ export declare const colors: ({
3891
3769
  yellowA10: string;
3892
3770
  yellowA11: string;
3893
3771
  yellowA12: string;
3894
- surface: string;
3895
3772
  };
3896
3773
  dark: {
3897
3774
  yellow1: string;
@@ -3918,7 +3795,6 @@ export declare const colors: ({
3918
3795
  yellowA10: string;
3919
3796
  yellowA11: string;
3920
3797
  yellowA12: string;
3921
- surface: string;
3922
3798
  };
3923
3799
  };
3924
3800
  contrast: string;
@@ -3934,10 +3810,10 @@ export declare const colors: ({
3934
3810
  dark: string;
3935
3811
  };
3936
3812
  };
3937
- name: string;
3813
+ name: "yellow";
3938
3814
  })[];
3939
3815
  export default colors;
3940
3816
  export { accentColors, grayColors } from './types.ts';
3941
- export type { AccentColor, AlphaConfig, AlphaScale, Color, ColorPalette, ColorScale, GrayColor, } from './types.ts';
3817
+ export type { AccentColor, AlphaConfig, AlphaScale, Color, ColorScale, GrayColor, ScaleSteps, } from './types.ts';
3942
3818
  export { css } from './css.ts';
3943
3819
  export { getMatchingGrayColor } from './utils.ts';