@diskette/palette 0.7.0 → 0.9.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 (142) hide show
  1. package/README.md +233 -0
  2. package/dist/colors/amber.d.ts +128 -0
  3. package/dist/colors/amber.js +127 -0
  4. package/dist/colors/black-alpha.d.ts +31 -0
  5. package/dist/colors/black-alpha.js +30 -0
  6. package/dist/colors/blue.d.ts +128 -0
  7. package/dist/colors/blue.js +127 -0
  8. package/dist/colors/bronze.d.ts +128 -0
  9. package/dist/colors/bronze.js +127 -0
  10. package/dist/colors/brown.d.ts +128 -0
  11. package/dist/colors/brown.js +127 -0
  12. package/dist/colors/crimson.d.ts +128 -0
  13. package/dist/colors/crimson.js +127 -0
  14. package/dist/colors/cyan.d.ts +128 -0
  15. package/dist/colors/cyan.js +127 -0
  16. package/dist/colors/gold.d.ts +128 -0
  17. package/dist/colors/gold.js +127 -0
  18. package/dist/colors/grass.d.ts +128 -0
  19. package/dist/colors/grass.js +127 -0
  20. package/dist/colors/gray.d.ts +128 -0
  21. package/dist/colors/gray.js +127 -0
  22. package/dist/colors/green.d.ts +128 -0
  23. package/dist/colors/green.js +127 -0
  24. package/dist/colors/index.d.ts +33 -0
  25. package/dist/colors/index.js +33 -0
  26. package/dist/colors/indigo.d.ts +128 -0
  27. package/dist/colors/indigo.js +127 -0
  28. package/dist/colors/iris.d.ts +128 -0
  29. package/dist/colors/iris.js +127 -0
  30. package/dist/colors/jade.d.ts +128 -0
  31. package/dist/colors/jade.js +127 -0
  32. package/dist/colors/lime.d.ts +128 -0
  33. package/dist/colors/lime.js +127 -0
  34. package/dist/colors/mauve.d.ts +128 -0
  35. package/dist/colors/mauve.js +127 -0
  36. package/dist/colors/mint.d.ts +128 -0
  37. package/dist/colors/mint.js +127 -0
  38. package/dist/colors/olive.d.ts +128 -0
  39. package/dist/colors/olive.js +127 -0
  40. package/dist/colors/orange.d.ts +128 -0
  41. package/dist/colors/orange.js +127 -0
  42. package/dist/colors/pink.d.ts +128 -0
  43. package/dist/colors/pink.js +127 -0
  44. package/dist/colors/plum.d.ts +128 -0
  45. package/dist/colors/plum.js +127 -0
  46. package/dist/colors/purple.d.ts +128 -0
  47. package/dist/colors/purple.js +127 -0
  48. package/dist/colors/red.d.ts +128 -0
  49. package/dist/colors/red.js +127 -0
  50. package/dist/colors/ruby.d.ts +128 -0
  51. package/dist/colors/ruby.js +127 -0
  52. package/dist/colors/sage.d.ts +128 -0
  53. package/dist/colors/sage.js +127 -0
  54. package/dist/colors/sand.d.ts +128 -0
  55. package/dist/colors/sand.js +127 -0
  56. package/dist/colors/sky.d.ts +128 -0
  57. package/dist/colors/sky.js +127 -0
  58. package/dist/colors/slate.d.ts +128 -0
  59. package/dist/colors/slate.js +127 -0
  60. package/dist/colors/teal.d.ts +128 -0
  61. package/dist/colors/teal.js +127 -0
  62. package/dist/colors/tomato.d.ts +128 -0
  63. package/dist/colors/tomato.js +127 -0
  64. package/dist/colors/violet.d.ts +128 -0
  65. package/dist/colors/violet.js +127 -0
  66. package/dist/colors/white-alpha.d.ts +31 -0
  67. package/dist/colors/white-alpha.js +30 -0
  68. package/dist/colors/yellow.d.ts +128 -0
  69. package/dist/colors/yellow.js +127 -0
  70. package/dist/index.d.ts +3911 -0
  71. package/dist/index.js +67 -0
  72. package/dist/lib.d.ts +30 -0
  73. package/dist/lib.js +87 -0
  74. package/dist/types.d.ts +40 -0
  75. package/dist/{colors.js → types.js} +0 -1
  76. package/package.json +7 -6
  77. package/dist/accents.css +0 -63
  78. package/dist/amber-accents.css +0 -32
  79. package/dist/amber-p3.css +0 -95
  80. package/dist/black-alpha.css +0 -29
  81. package/dist/blue-accents.css +0 -32
  82. package/dist/blue-p3.css +0 -95
  83. package/dist/bronze-accents.css +0 -32
  84. package/dist/bronze-p3.css +0 -95
  85. package/dist/brown-accents.css +0 -32
  86. package/dist/brown-p3.css +0 -95
  87. package/dist/colors.d.ts +0 -6
  88. package/dist/crimson-accents.css +0 -32
  89. package/dist/crimson-p3.css +0 -95
  90. package/dist/cyan-accents.css +0 -32
  91. package/dist/cyan-p3.css +0 -95
  92. package/dist/gold-accents.css +0 -32
  93. package/dist/gold-p3.css +0 -95
  94. package/dist/grass-accents.css +0 -32
  95. package/dist/grass-p3.css +0 -95
  96. package/dist/gray-accents.css +0 -32
  97. package/dist/gray-p3.css +0 -95
  98. package/dist/green-accents.css +0 -32
  99. package/dist/green-p3.css +0 -95
  100. package/dist/indigo-accents.css +0 -32
  101. package/dist/indigo-p3.css +0 -95
  102. package/dist/iris-accents.css +0 -32
  103. package/dist/iris-p3.css +0 -95
  104. package/dist/jade-accents.css +0 -32
  105. package/dist/jade-p3.css +0 -95
  106. package/dist/lime-accents.css +0 -32
  107. package/dist/lime-p3.css +0 -95
  108. package/dist/mauve-accents.css +0 -65
  109. package/dist/mauve-p3.css +0 -95
  110. package/dist/mint-accents.css +0 -32
  111. package/dist/mint-p3.css +0 -95
  112. package/dist/olive-accents.css +0 -65
  113. package/dist/olive-p3.css +0 -95
  114. package/dist/orange-accents.css +0 -32
  115. package/dist/orange-p3.css +0 -95
  116. package/dist/pink-accents.css +0 -32
  117. package/dist/pink-p3.css +0 -95
  118. package/dist/plum-accents.css +0 -32
  119. package/dist/plum-p3.css +0 -95
  120. package/dist/purple-accents.css +0 -32
  121. package/dist/purple-p3.css +0 -95
  122. package/dist/red-accents.css +0 -32
  123. package/dist/red-p3.css +0 -95
  124. package/dist/ruby-accents.css +0 -32
  125. package/dist/ruby-p3.css +0 -95
  126. package/dist/sage-accents.css +0 -65
  127. package/dist/sage-p3.css +0 -95
  128. package/dist/sand-accents.css +0 -65
  129. package/dist/sand-p3.css +0 -95
  130. package/dist/sky-accents.css +0 -32
  131. package/dist/sky-p3.css +0 -95
  132. package/dist/slate-accents.css +0 -65
  133. package/dist/slate-p3.css +0 -95
  134. package/dist/teal-accents.css +0 -32
  135. package/dist/teal-p3.css +0 -95
  136. package/dist/tomato-accents.css +0 -32
  137. package/dist/tomato-p3.css +0 -95
  138. package/dist/violet-accents.css +0 -32
  139. package/dist/violet-p3.css +0 -95
  140. package/dist/white-alpha.css +0 -29
  141. package/dist/yellow-accents.css +0 -32
  142. package/dist/yellow-p3.css +0 -95
@@ -0,0 +1,127 @@
1
+ export default {
2
+ srgb: {
3
+ light: {
4
+ gold1: '#fdfdfc',
5
+ gold2: '#faf9f2',
6
+ gold3: '#f2f0e7',
7
+ gold4: '#eae6db',
8
+ gold5: '#e1dccf',
9
+ gold6: '#d8d0bf',
10
+ gold7: '#cbc0aa',
11
+ gold8: '#b9a88d',
12
+ gold9: '#978365',
13
+ gold10: '#8c7a5e',
14
+ gold11: '#71624b',
15
+ gold12: '#3b352b',
16
+ goldA1: '#55550003',
17
+ goldA2: '#9d8a000d',
18
+ goldA3: '#75600018',
19
+ goldA4: '#6b4e0024',
20
+ goldA5: '#60460030',
21
+ goldA6: '#64440040',
22
+ goldA7: '#63420055',
23
+ goldA8: '#633d0072',
24
+ goldA9: '#5332009a',
25
+ goldA10: '#492d00a1',
26
+ goldA11: '#362100b4',
27
+ goldA12: '#130c00d4',
28
+ surface: '#f9f8efcc',
29
+ },
30
+ dark: {
31
+ gold1: '#121211',
32
+ gold2: '#1b1a17',
33
+ gold3: '#24231f',
34
+ gold4: '#2d2b26',
35
+ gold5: '#38352e',
36
+ gold6: '#444039',
37
+ gold7: '#544f46',
38
+ gold8: '#696256',
39
+ gold9: '#978365',
40
+ gold10: '#a39073',
41
+ gold11: '#cbb99f',
42
+ gold12: '#e8e2d9',
43
+ goldA1: '#91911102',
44
+ goldA2: '#f9e29d0b',
45
+ goldA3: '#f8ecbb15',
46
+ goldA4: '#ffeec41e',
47
+ goldA5: '#feecc22a',
48
+ goldA6: '#feebcb37',
49
+ goldA7: '#ffedcd48',
50
+ goldA8: '#fdeaca5f',
51
+ goldA9: '#ffdba690',
52
+ goldA10: '#fedfb09d',
53
+ goldA11: '#fee7c6c8',
54
+ goldA12: '#fef7ede7',
55
+ surface: '#25231d80',
56
+ },
57
+ },
58
+ p3: {
59
+ light: {
60
+ gold1: 'color(display-p3 0.992 0.992 0.989)',
61
+ gold2: 'color(display-p3 0.98 0.976 0.953)',
62
+ gold3: 'color(display-p3 0.947 0.94 0.909)',
63
+ gold4: 'color(display-p3 0.914 0.904 0.865)',
64
+ gold5: 'color(display-p3 0.88 0.865 0.816)',
65
+ gold6: 'color(display-p3 0.84 0.818 0.756)',
66
+ gold7: 'color(display-p3 0.788 0.753 0.677)',
67
+ gold8: 'color(display-p3 0.715 0.66 0.565)',
68
+ gold9: 'color(display-p3 0.579 0.517 0.41)',
69
+ gold10: 'color(display-p3 0.538 0.479 0.38)',
70
+ gold11: 'color(display-p3 0.433 0.386 0.305)',
71
+ gold12: 'color(display-p3 0.227 0.209 0.173)',
72
+ goldA1: 'color(display-p3 0.349 0.349 0.024 / 0.012)',
73
+ goldA2: 'color(display-p3 0.592 0.514 0.024 / 0.048)',
74
+ goldA3: 'color(display-p3 0.4 0.357 0.012 / 0.091)',
75
+ goldA4: 'color(display-p3 0.357 0.298 0.008 / 0.134)',
76
+ goldA5: 'color(display-p3 0.345 0.282 0.004 / 0.185)',
77
+ goldA6: 'color(display-p3 0.341 0.263 0.004 / 0.244)',
78
+ goldA7: 'color(display-p3 0.345 0.235 0.004 / 0.322)',
79
+ goldA8: 'color(display-p3 0.345 0.22 0.004 / 0.436)',
80
+ goldA9: 'color(display-p3 0.286 0.18 0 / 0.589)',
81
+ goldA10: 'color(display-p3 0.255 0.161 0 / 0.62)',
82
+ goldA11: 'color(display-p3 0.433 0.386 0.305)',
83
+ goldA12: 'color(display-p3 0.227 0.209 0.173)',
84
+ surface: 'color(display-p3 0.9765 0.9725 0.9412 / 0.8)',
85
+ },
86
+ dark: {
87
+ gold1: 'color(display-p3 0.071 0.071 0.067)',
88
+ gold2: 'color(display-p3 0.104 0.101 0.09)',
89
+ gold3: 'color(display-p3 0.141 0.136 0.122)',
90
+ gold4: 'color(display-p3 0.177 0.17 0.152)',
91
+ gold5: 'color(display-p3 0.217 0.207 0.185)',
92
+ gold6: 'color(display-p3 0.265 0.252 0.225)',
93
+ gold7: 'color(display-p3 0.327 0.31 0.277)',
94
+ gold8: 'color(display-p3 0.407 0.384 0.342)',
95
+ gold9: 'color(display-p3 0.579 0.517 0.41)',
96
+ gold10: 'color(display-p3 0.628 0.566 0.463)',
97
+ gold11: 'color(display-p3 0.784 0.728 0.635)',
98
+ gold12: 'color(display-p3 0.906 0.887 0.855)',
99
+ goldA1: 'color(display-p3 0.855 0.855 0.071 / 0.005)',
100
+ goldA2: 'color(display-p3 0.98 0.89 0.616 / 0.043)',
101
+ goldA3: 'color(display-p3 1 0.949 0.753 / 0.08)',
102
+ goldA4: 'color(display-p3 1 0.933 0.8 / 0.118)',
103
+ goldA5: 'color(display-p3 1 0.949 0.804 / 0.16)',
104
+ goldA6: 'color(display-p3 1 0.925 0.8 / 0.215)',
105
+ goldA7: 'color(display-p3 1 0.945 0.831 / 0.278)',
106
+ goldA8: 'color(display-p3 1 0.937 0.82 / 0.366)',
107
+ goldA9: 'color(display-p3 0.996 0.882 0.69 / 0.551)',
108
+ goldA10: 'color(display-p3 1 0.894 0.725 / 0.601)',
109
+ goldA11: 'color(display-p3 0.784 0.728 0.635)',
110
+ goldA12: 'color(display-p3 0.906 0.887 0.855)',
111
+ surface: 'color(display-p3 0.1412 0.1333 0.1098 / 0.5)',
112
+ },
113
+ },
114
+ contrast: 'white',
115
+ indicator: 'gold9',
116
+ track: 'gold9',
117
+ surface: {
118
+ srgb: {
119
+ light: '#f9f8efcc',
120
+ dark: '#25231d80',
121
+ },
122
+ p3: {
123
+ light: 'color(display-p3 0.9765 0.9725 0.9412 / 0.8)',
124
+ dark: 'color(display-p3 0.1412 0.1333 0.1098 / 0.5)',
125
+ },
126
+ },
127
+ };
@@ -0,0 +1,128 @@
1
+ declare const _default: {
2
+ srgb: {
3
+ light: {
4
+ grass1: string;
5
+ grass2: string;
6
+ grass3: string;
7
+ grass4: string;
8
+ grass5: string;
9
+ grass6: string;
10
+ grass7: string;
11
+ grass8: string;
12
+ grass9: string;
13
+ grass10: string;
14
+ grass11: string;
15
+ grass12: string;
16
+ grassA1: string;
17
+ grassA2: string;
18
+ grassA3: string;
19
+ grassA4: string;
20
+ grassA5: string;
21
+ grassA6: string;
22
+ grassA7: string;
23
+ grassA8: string;
24
+ grassA9: string;
25
+ grassA10: string;
26
+ grassA11: string;
27
+ grassA12: string;
28
+ surface: string;
29
+ };
30
+ dark: {
31
+ grass1: string;
32
+ grass2: string;
33
+ grass3: string;
34
+ grass4: string;
35
+ grass5: string;
36
+ grass6: string;
37
+ grass7: string;
38
+ grass8: string;
39
+ grass9: string;
40
+ grass10: string;
41
+ grass11: string;
42
+ grass12: string;
43
+ grassA1: string;
44
+ grassA2: string;
45
+ grassA3: string;
46
+ grassA4: string;
47
+ grassA5: string;
48
+ grassA6: string;
49
+ grassA7: string;
50
+ grassA8: string;
51
+ grassA9: string;
52
+ grassA10: string;
53
+ grassA11: string;
54
+ grassA12: string;
55
+ surface: string;
56
+ };
57
+ };
58
+ p3: {
59
+ light: {
60
+ grass1: string;
61
+ grass2: string;
62
+ grass3: string;
63
+ grass4: string;
64
+ grass5: string;
65
+ grass6: string;
66
+ grass7: string;
67
+ grass8: string;
68
+ grass9: string;
69
+ grass10: string;
70
+ grass11: string;
71
+ grass12: string;
72
+ grassA1: string;
73
+ grassA2: string;
74
+ grassA3: string;
75
+ grassA4: string;
76
+ grassA5: string;
77
+ grassA6: string;
78
+ grassA7: string;
79
+ grassA8: string;
80
+ grassA9: string;
81
+ grassA10: string;
82
+ grassA11: string;
83
+ grassA12: string;
84
+ surface: string;
85
+ };
86
+ dark: {
87
+ grass1: string;
88
+ grass2: string;
89
+ grass3: string;
90
+ grass4: string;
91
+ grass5: string;
92
+ grass6: string;
93
+ grass7: string;
94
+ grass8: string;
95
+ grass9: string;
96
+ grass10: string;
97
+ grass11: string;
98
+ grass12: string;
99
+ grassA1: string;
100
+ grassA2: string;
101
+ grassA3: string;
102
+ grassA4: string;
103
+ grassA5: string;
104
+ grassA6: string;
105
+ grassA7: string;
106
+ grassA8: string;
107
+ grassA9: string;
108
+ grassA10: string;
109
+ grassA11: string;
110
+ grassA12: string;
111
+ surface: string;
112
+ };
113
+ };
114
+ contrast: string;
115
+ indicator: string;
116
+ track: string;
117
+ surface: {
118
+ srgb: {
119
+ light: string;
120
+ dark: string;
121
+ };
122
+ p3: {
123
+ light: string;
124
+ dark: string;
125
+ };
126
+ };
127
+ };
128
+ export default _default;
@@ -0,0 +1,127 @@
1
+ export default {
2
+ srgb: {
3
+ light: {
4
+ grass1: '#fbfefb',
5
+ grass2: '#f5fbf5',
6
+ grass3: '#e9f6e9',
7
+ grass4: '#daf1db',
8
+ grass5: '#c9e8ca',
9
+ grass6: '#b2ddb5',
10
+ grass7: '#94ce9a',
11
+ grass8: '#65ba74',
12
+ grass9: '#46a758',
13
+ grass10: '#3e9b4f',
14
+ grass11: '#2a7e3b',
15
+ grass12: '#203c25',
16
+ grassA1: '#00c00004',
17
+ grassA2: '#0099000a',
18
+ grassA3: '#00970016',
19
+ grassA4: '#009f0725',
20
+ grassA5: '#00930536',
21
+ grassA6: '#008f0a4d',
22
+ grassA7: '#018b0f6b',
23
+ grassA8: '#008d199a',
24
+ grassA9: '#008619b9',
25
+ grassA10: '#007b17c1',
26
+ grassA11: '#006514d5',
27
+ grassA12: '#002006df',
28
+ surface: '#f3faf3cc',
29
+ },
30
+ dark: {
31
+ grass1: '#0e1511',
32
+ grass2: '#141a15',
33
+ grass3: '#1b2a1e',
34
+ grass4: '#1d3a24',
35
+ grass5: '#25482d',
36
+ grass6: '#2d5736',
37
+ grass7: '#366740',
38
+ grass8: '#3e7949',
39
+ grass9: '#46a758',
40
+ grass10: '#53b365',
41
+ grass11: '#71d083',
42
+ grass12: '#c2f0c2',
43
+ grassA1: '#00de1205',
44
+ grassA2: '#5ef7780a',
45
+ grassA3: '#70fe8c1b',
46
+ grassA4: '#57ff802c',
47
+ grassA5: '#68ff8b3b',
48
+ grassA6: '#71ff8f4b',
49
+ grassA7: '#77fd925d',
50
+ grassA8: '#77fd9070',
51
+ grassA9: '#65ff82a1',
52
+ grassA10: '#72ff8dae',
53
+ grassA11: '#89ff9fcd',
54
+ grassA12: '#ceffceef',
55
+ surface: '#19231b80',
56
+ },
57
+ },
58
+ p3: {
59
+ light: {
60
+ grass1: 'color(display-p3 0.986 0.996 0.985)',
61
+ grass2: 'color(display-p3 0.966 0.983 0.964)',
62
+ grass3: 'color(display-p3 0.923 0.965 0.917)',
63
+ grass4: 'color(display-p3 0.872 0.94 0.865)',
64
+ grass5: 'color(display-p3 0.811 0.908 0.802)',
65
+ grass6: 'color(display-p3 0.733 0.864 0.724)',
66
+ grass7: 'color(display-p3 0.628 0.803 0.622)',
67
+ grass8: 'color(display-p3 0.477 0.72 0.482)',
68
+ grass9: 'color(display-p3 0.38 0.647 0.378)',
69
+ grass10: 'color(display-p3 0.344 0.598 0.342)',
70
+ grass11: 'color(display-p3 0.263 0.488 0.261)',
71
+ grass12: 'color(display-p3 0.151 0.233 0.153)',
72
+ grassA1: 'color(display-p3 0.024 0.757 0.024 / 0.016)',
73
+ grassA2: 'color(display-p3 0.024 0.565 0.024 / 0.036)',
74
+ grassA3: 'color(display-p3 0.059 0.576 0.008 / 0.083)',
75
+ grassA4: 'color(display-p3 0.035 0.565 0.008 / 0.134)',
76
+ grassA5: 'color(display-p3 0.047 0.545 0.008 / 0.197)',
77
+ grassA6: 'color(display-p3 0.031 0.502 0.004 / 0.275)',
78
+ grassA7: 'color(display-p3 0.012 0.482 0.004 / 0.377)',
79
+ grassA8: 'color(display-p3 0 0.467 0.008 / 0.522)',
80
+ grassA9: 'color(display-p3 0.008 0.435 0 / 0.624)',
81
+ grassA10: 'color(display-p3 0.008 0.388 0 / 0.659)',
82
+ grassA11: 'color(display-p3 0.263 0.488 0.261)',
83
+ grassA12: 'color(display-p3 0.151 0.233 0.153)',
84
+ surface: 'color(display-p3 0.9569 0.9804 0.9569 / 0.8)',
85
+ },
86
+ dark: {
87
+ grass1: 'color(display-p3 0.062 0.083 0.067)',
88
+ grass2: 'color(display-p3 0.083 0.103 0.085)',
89
+ grass3: 'color(display-p3 0.118 0.163 0.122)',
90
+ grass4: 'color(display-p3 0.142 0.225 0.15)',
91
+ grass5: 'color(display-p3 0.178 0.279 0.186)',
92
+ grass6: 'color(display-p3 0.217 0.337 0.224)',
93
+ grass7: 'color(display-p3 0.258 0.4 0.264)',
94
+ grass8: 'color(display-p3 0.302 0.47 0.305)',
95
+ grass9: 'color(display-p3 0.38 0.647 0.378)',
96
+ grass10: 'color(display-p3 0.426 0.694 0.426)',
97
+ grass11: 'color(display-p3 0.535 0.807 0.542)',
98
+ grass12: 'color(display-p3 0.797 0.936 0.776)',
99
+ grassA1: 'color(display-p3 0 0.992 0.071 / 0.017)',
100
+ grassA2: 'color(display-p3 0.482 0.996 0.584 / 0.038)',
101
+ grassA3: 'color(display-p3 0.549 0.992 0.588 / 0.106)',
102
+ grassA4: 'color(display-p3 0.51 0.996 0.557 / 0.169)',
103
+ grassA5: 'color(display-p3 0.553 1 0.588 / 0.227)',
104
+ grassA6: 'color(display-p3 0.584 1 0.608 / 0.29)',
105
+ grassA7: 'color(display-p3 0.604 1 0.616 / 0.358)',
106
+ grassA8: 'color(display-p3 0.608 1 0.62 / 0.433)',
107
+ grassA9: 'color(display-p3 0.573 1 0.569 / 0.622)',
108
+ grassA10: 'color(display-p3 0.6 0.996 0.6 / 0.673)',
109
+ grassA11: 'color(display-p3 0.535 0.807 0.542)',
110
+ grassA12: 'color(display-p3 0.797 0.936 0.776)',
111
+ surface: 'color(display-p3 0.102 0.1333 0.102 / 0.5)',
112
+ },
113
+ },
114
+ contrast: 'white',
115
+ indicator: 'grass9',
116
+ track: 'grass9',
117
+ surface: {
118
+ srgb: {
119
+ light: '#f3faf3cc',
120
+ dark: '#19231b80',
121
+ },
122
+ p3: {
123
+ light: 'color(display-p3 0.9569 0.9804 0.9569 / 0.8)',
124
+ dark: 'color(display-p3 0.102 0.1333 0.102 / 0.5)',
125
+ },
126
+ },
127
+ };
@@ -0,0 +1,128 @@
1
+ declare const _default: {
2
+ srgb: {
3
+ light: {
4
+ gray1: string;
5
+ gray2: string;
6
+ gray3: string;
7
+ gray4: string;
8
+ gray5: string;
9
+ gray6: string;
10
+ gray7: string;
11
+ gray8: string;
12
+ gray9: string;
13
+ gray10: string;
14
+ gray11: string;
15
+ gray12: string;
16
+ grayA1: string;
17
+ grayA2: string;
18
+ grayA3: string;
19
+ grayA4: string;
20
+ grayA5: string;
21
+ grayA6: string;
22
+ grayA7: string;
23
+ grayA8: string;
24
+ grayA9: string;
25
+ grayA10: string;
26
+ grayA11: string;
27
+ grayA12: string;
28
+ surface: string;
29
+ };
30
+ dark: {
31
+ gray1: string;
32
+ gray2: string;
33
+ gray3: string;
34
+ gray4: string;
35
+ gray5: string;
36
+ gray6: string;
37
+ gray7: string;
38
+ gray8: string;
39
+ gray9: string;
40
+ gray10: string;
41
+ gray11: string;
42
+ gray12: string;
43
+ grayA1: string;
44
+ grayA2: string;
45
+ grayA3: string;
46
+ grayA4: string;
47
+ grayA5: string;
48
+ grayA6: string;
49
+ grayA7: string;
50
+ grayA8: string;
51
+ grayA9: string;
52
+ grayA10: string;
53
+ grayA11: string;
54
+ grayA12: string;
55
+ surface: string;
56
+ };
57
+ };
58
+ p3: {
59
+ light: {
60
+ gray1: string;
61
+ gray2: string;
62
+ gray3: string;
63
+ gray4: string;
64
+ gray5: string;
65
+ gray6: string;
66
+ gray7: string;
67
+ gray8: string;
68
+ gray9: string;
69
+ gray10: string;
70
+ gray11: string;
71
+ gray12: string;
72
+ grayA1: string;
73
+ grayA2: string;
74
+ grayA3: string;
75
+ grayA4: string;
76
+ grayA5: string;
77
+ grayA6: string;
78
+ grayA7: string;
79
+ grayA8: string;
80
+ grayA9: string;
81
+ grayA10: string;
82
+ grayA11: string;
83
+ grayA12: string;
84
+ surface: string;
85
+ };
86
+ dark: {
87
+ gray1: string;
88
+ gray2: string;
89
+ gray3: string;
90
+ gray4: string;
91
+ gray5: string;
92
+ gray6: string;
93
+ gray7: string;
94
+ gray8: string;
95
+ gray9: string;
96
+ gray10: string;
97
+ gray11: string;
98
+ gray12: string;
99
+ grayA1: string;
100
+ grayA2: string;
101
+ grayA3: string;
102
+ grayA4: string;
103
+ grayA5: string;
104
+ grayA6: string;
105
+ grayA7: string;
106
+ grayA8: string;
107
+ grayA9: string;
108
+ grayA10: string;
109
+ grayA11: string;
110
+ grayA12: string;
111
+ surface: string;
112
+ };
113
+ };
114
+ contrast: string;
115
+ indicator: string;
116
+ track: string;
117
+ surface: {
118
+ srgb: {
119
+ light: string;
120
+ dark: string;
121
+ };
122
+ p3: {
123
+ light: string;
124
+ dark: string;
125
+ };
126
+ };
127
+ };
128
+ export default _default;
@@ -0,0 +1,127 @@
1
+ export default {
2
+ srgb: {
3
+ light: {
4
+ gray1: '#fcfcfc',
5
+ gray2: '#f9f9f9',
6
+ gray3: '#f0f0f0',
7
+ gray4: '#e8e8e8',
8
+ gray5: '#e0e0e0',
9
+ gray6: '#d9d9d9',
10
+ gray7: '#cecece',
11
+ gray8: '#bbbbbb',
12
+ gray9: '#8d8d8d',
13
+ gray10: '#838383',
14
+ gray11: '#646464',
15
+ gray12: '#202020',
16
+ grayA1: '#00000003',
17
+ grayA2: '#00000006',
18
+ grayA3: '#0000000f',
19
+ grayA4: '#00000017',
20
+ grayA5: '#0000001f',
21
+ grayA6: '#00000026',
22
+ grayA7: '#00000031',
23
+ grayA8: '#00000044',
24
+ grayA9: '#00000072',
25
+ grayA10: '#0000007c',
26
+ grayA11: '#0000009b',
27
+ grayA12: '#000000df',
28
+ surface: '#ffffffcc',
29
+ },
30
+ dark: {
31
+ gray1: '#111111',
32
+ gray2: '#191919',
33
+ gray3: '#222222',
34
+ gray4: '#2a2a2a',
35
+ gray5: '#313131',
36
+ gray6: '#3a3a3a',
37
+ gray7: '#484848',
38
+ gray8: '#606060',
39
+ gray9: '#6e6e6e',
40
+ gray10: '#7b7b7b',
41
+ gray11: '#b4b4b4',
42
+ gray12: '#eeeeee',
43
+ grayA1: '#00000000',
44
+ grayA2: '#ffffff09',
45
+ grayA3: '#ffffff12',
46
+ grayA4: '#ffffff1b',
47
+ grayA5: '#ffffff22',
48
+ grayA6: '#ffffff2c',
49
+ grayA7: '#ffffff3b',
50
+ grayA8: '#ffffff55',
51
+ grayA9: '#ffffff64',
52
+ grayA10: '#ffffff72',
53
+ grayA11: '#ffffffaf',
54
+ grayA12: '#ffffffed',
55
+ surface: '#21212180',
56
+ },
57
+ },
58
+ p3: {
59
+ light: {
60
+ gray1: 'color(display-p3 0.988 0.988 0.988)',
61
+ gray2: 'color(display-p3 0.975 0.975 0.975)',
62
+ gray3: 'color(display-p3 0.939 0.939 0.939)',
63
+ gray4: 'color(display-p3 0.908 0.908 0.908)',
64
+ gray5: 'color(display-p3 0.88 0.88 0.88)',
65
+ gray6: 'color(display-p3 0.849 0.849 0.849)',
66
+ gray7: 'color(display-p3 0.807 0.807 0.807)',
67
+ gray8: 'color(display-p3 0.732 0.732 0.732)',
68
+ gray9: 'color(display-p3 0.553 0.553 0.553)',
69
+ gray10: 'color(display-p3 0.512 0.512 0.512)',
70
+ gray11: 'color(display-p3 0.392 0.392 0.392)',
71
+ gray12: 'color(display-p3 0.125 0.125 0.125)',
72
+ grayA1: 'color(display-p3 0 0 0 / 0.012)',
73
+ grayA2: 'color(display-p3 0 0 0 / 0.024)',
74
+ grayA3: 'color(display-p3 0 0 0 / 0.063)',
75
+ grayA4: 'color(display-p3 0 0 0 / 0.09)',
76
+ grayA5: 'color(display-p3 0 0 0 / 0.122)',
77
+ grayA6: 'color(display-p3 0 0 0 / 0.153)',
78
+ grayA7: 'color(display-p3 0 0 0 / 0.192)',
79
+ grayA8: 'color(display-p3 0 0 0 / 0.267)',
80
+ grayA9: 'color(display-p3 0 0 0 / 0.447)',
81
+ grayA10: 'color(display-p3 0 0 0 / 0.486)',
82
+ grayA11: 'color(display-p3 0 0 0 / 0.608)',
83
+ grayA12: 'color(display-p3 0 0 0 / 0.875)',
84
+ surface: 'color(display-p3 1 1 1 / 0.8)',
85
+ },
86
+ dark: {
87
+ gray1: 'color(display-p3 0.067 0.067 0.067)',
88
+ gray2: 'color(display-p3 0.098 0.098 0.098)',
89
+ gray3: 'color(display-p3 0.135 0.135 0.135)',
90
+ gray4: 'color(display-p3 0.163 0.163 0.163)',
91
+ gray5: 'color(display-p3 0.192 0.192 0.192)',
92
+ gray6: 'color(display-p3 0.228 0.228 0.228)',
93
+ gray7: 'color(display-p3 0.283 0.283 0.283)',
94
+ gray8: 'color(display-p3 0.375 0.375 0.375)',
95
+ gray9: 'color(display-p3 0.431 0.431 0.431)',
96
+ gray10: 'color(display-p3 0.484 0.484 0.484)',
97
+ gray11: 'color(display-p3 0.706 0.706 0.706)',
98
+ gray12: 'color(display-p3 0.933 0.933 0.933)',
99
+ grayA1: 'color(display-p3 0 0 0 / 0)',
100
+ grayA2: 'color(display-p3 1 1 1 / 0.034)',
101
+ grayA3: 'color(display-p3 1 1 1 / 0.071)',
102
+ grayA4: 'color(display-p3 1 1 1 / 0.105)',
103
+ grayA5: 'color(display-p3 1 1 1 / 0.134)',
104
+ grayA6: 'color(display-p3 1 1 1 / 0.172)',
105
+ grayA7: 'color(display-p3 1 1 1 / 0.231)',
106
+ grayA8: 'color(display-p3 1 1 1 / 0.332)',
107
+ grayA9: 'color(display-p3 1 1 1 / 0.391)',
108
+ grayA10: 'color(display-p3 1 1 1 / 0.445)',
109
+ grayA11: 'color(display-p3 1 1 1 / 0.685)',
110
+ grayA12: 'color(display-p3 1 1 1 / 0.929)',
111
+ surface: 'color(display-p3 0.1255 0.1255 0.1255 / 0.5)',
112
+ },
113
+ },
114
+ contrast: 'white',
115
+ indicator: 'gray9',
116
+ track: 'gray9',
117
+ surface: {
118
+ srgb: {
119
+ light: '#ffffffcc',
120
+ dark: '#21212180',
121
+ },
122
+ p3: {
123
+ light: 'color(display-p3 1 1 1 / 0.8)',
124
+ dark: 'color(display-p3 0.1255 0.1255 0.1255 / 0.5)',
125
+ },
126
+ },
127
+ };