@org-design-system/styles 0.1.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSE +19 -0
- package/README.md +51 -0
- package/dist/index.cjs +723 -0
- package/dist/index.css +295 -0
- package/dist/index.d.cts +692 -0
- package/dist/index.d.ts +692 -0
- package/dist/index.js +695 -0
- package/package.json +41 -0
- package/src/component.css +20 -0
- package/src/index.css +295 -0
- package/src/index.ts +2 -0
- package/src/tailwind.tokens.ts +299 -0
- package/src/tokens.generated.ts +391 -0
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1,692 @@
|
|
|
1
|
+
declare const tokens$1: {
|
|
2
|
+
readonly color: {
|
|
3
|
+
readonly green: {
|
|
4
|
+
readonly '1': "oklch(13.929% 0.01574 120.111)";
|
|
5
|
+
readonly '2': "oklch(20.180% 0.02079 119.586)";
|
|
6
|
+
readonly '3': "oklch(26.035% 0.03495 121.463)";
|
|
7
|
+
readonly '4': "oklch(31.159% 0.05034 121.731)";
|
|
8
|
+
readonly '5': "oklch(35.836% 0.06161 121.367)";
|
|
9
|
+
readonly '6': "oklch(40.733% 0.07227 121.113)";
|
|
10
|
+
readonly '7': "oklch(46.185% 0.08353 120.739)";
|
|
11
|
+
readonly '8': "oklch(52.315% 0.09811 121.373)";
|
|
12
|
+
readonly '9': "oklch(90.962% 0.18848 121.314)";
|
|
13
|
+
readonly '10': "oklch(87.984% 0.16494 121.240)";
|
|
14
|
+
readonly '11': "oklch(86.779% 0.16480 121.322)";
|
|
15
|
+
readonly '12': "oklch(94.488% 0.08475 120.827)";
|
|
16
|
+
readonly alpha: {
|
|
17
|
+
readonly '1': "oklch(54.467% 0.18194 142.064 / 0.009999999776482582)";
|
|
18
|
+
readonly '2': "oklch(91.609% 0.19721 122.833 / 0.05999999865889549)";
|
|
19
|
+
readonly '3': "oklch(91.737% 0.18693 123.466 / 0.12999999523162842)";
|
|
20
|
+
readonly '4': "oklch(92.762% 0.19504 123.178 / 0.18000000715255737)";
|
|
21
|
+
readonly '5': "oklch(92.606% 0.19350 122.705 / 0.23999999463558197)";
|
|
22
|
+
readonly '6': "oklch(93.338% 0.19226 122.153 / 0.28999999165534973)";
|
|
23
|
+
readonly '7': "oklch(93.279% 0.18834 121.488 / 0.36000001430511475)";
|
|
24
|
+
readonly '8': "oklch(93.717% 0.19063 121.930 / 0.4300000071525574)";
|
|
25
|
+
readonly '9': "oklch(93.728% 0.19479 121.411 / 0.9599999785423279)";
|
|
26
|
+
readonly '10': "oklch(93.910% 0.17704 121.163 / 0.9100000262260437)";
|
|
27
|
+
readonly '11': "oklch(93.811% 0.17972 121.331 / 0.8999999761581421)";
|
|
28
|
+
readonly '12': "oklch(96.770% 0.08694 121.078 / 0.9700000286102295)";
|
|
29
|
+
};
|
|
30
|
+
};
|
|
31
|
+
readonly red: {
|
|
32
|
+
readonly '1': "oklch(14.035% 0.01562 28.753)";
|
|
33
|
+
readonly '2': "oklch(19.667% 0.02386 23.867)";
|
|
34
|
+
readonly '3': "oklch(24.790% 0.07540 26.521)";
|
|
35
|
+
readonly '4': "oklch(28.781% 0.11338 26.821)";
|
|
36
|
+
readonly '5': "oklch(33.157% 0.12650 27.057)";
|
|
37
|
+
readonly '6': "oklch(38.161% 0.13208 26.995)";
|
|
38
|
+
readonly '7': "oklch(44.942% 0.14232 26.726)";
|
|
39
|
+
readonly '8': "oklch(54.153% 0.17272 26.767)";
|
|
40
|
+
readonly '9': "oklch(64.887% 0.23697 26.973)";
|
|
41
|
+
readonly '10': "oklch(60.863% 0.23703 26.898)";
|
|
42
|
+
readonly '11': "oklch(76.916% 0.13666 27.548)";
|
|
43
|
+
readonly '12': "oklch(89.618% 0.05443 27.826)";
|
|
44
|
+
readonly alpha: {
|
|
45
|
+
readonly '1': "oklch(57.701% 0.23678 29.234 / 0.029999999329447746)";
|
|
46
|
+
readonly '2': "oklch(69.401% 0.19152 27.160 / 0.09000000357627869)";
|
|
47
|
+
readonly '3': "oklch(63.719% 0.24861 29.224 / 0.2199999988079071)";
|
|
48
|
+
readonly '4': "oklch(62.796% 0.25768 29.234 / 0.3100000023841858)";
|
|
49
|
+
readonly '5': "oklch(62.617% 0.25409 28.709 / 0.38999998569488525)";
|
|
50
|
+
readonly '6': "oklch(64.004% 0.24049 28.229 / 0.46000000834465027)";
|
|
51
|
+
readonly '7': "oklch(66.006% 0.22405 27.446 / 0.5699999928474426)";
|
|
52
|
+
readonly '8': "oklch(66.773% 0.21946 27.140 / 0.7400000095367432)";
|
|
53
|
+
readonly '9': "oklch(64.887% 0.23697 26.973)";
|
|
54
|
+
readonly '10': "oklch(63.467% 0.24808 27.082 / 0.9399999976158142)";
|
|
55
|
+
readonly '11': "oklch(76.916% 0.13666 27.548)";
|
|
56
|
+
readonly '12': "oklch(89.618% 0.05443 27.826)";
|
|
57
|
+
};
|
|
58
|
+
};
|
|
59
|
+
readonly yellow: {
|
|
60
|
+
readonly '1': "oklch(14.042% 0.01080 86.919)";
|
|
61
|
+
readonly '2': "oklch(20.368% 0.01545 74.521)";
|
|
62
|
+
readonly '3': "oklch(25.426% 0.03579 72.708)";
|
|
63
|
+
readonly '4': "oklch(29.146% 0.06118 71.572)";
|
|
64
|
+
readonly '5': "oklch(33.347% 0.06707 71.814)";
|
|
65
|
+
readonly '6': "oklch(38.560% 0.06578 72.230)";
|
|
66
|
+
readonly '7': "oklch(45.135% 0.07133 71.333)";
|
|
67
|
+
readonly '8': "oklch(53.893% 0.08585 71.345)";
|
|
68
|
+
readonly '9': "oklch(78.617% 0.14705 71.872)";
|
|
69
|
+
readonly '10': "oklch(75.244% 0.14751 71.625)";
|
|
70
|
+
readonly '11': "oklch(82.108% 0.12828 71.819)";
|
|
71
|
+
readonly '12': "oklch(92.757% 0.04646 70.972)";
|
|
72
|
+
readonly alpha: {
|
|
73
|
+
readonly '1': "oklch(48.411% 0.19511 29.829 / 0.009999999776482582)";
|
|
74
|
+
readonly '2': "oklch(82.660% 0.13441 71.992 / 0.07000000029802322)";
|
|
75
|
+
readonly '3': "oklch(78.650% 0.16014 67.778 / 0.15000000596046448)";
|
|
76
|
+
readonly '4': "oklch(75.621% 0.17780 59.353 / 0.2199999988079071)";
|
|
77
|
+
readonly '5': "oklch(76.859% 0.17276 64.251 / 0.27000001072883606)";
|
|
78
|
+
readonly '6': "oklch(80.594% 0.15782 69.604 / 0.33000001311302185)";
|
|
79
|
+
readonly '7': "oklch(82.045% 0.14521 69.848 / 0.4099999964237213)";
|
|
80
|
+
readonly '8': "oklch(82.843% 0.14088 70.987 / 0.5400000214576721)";
|
|
81
|
+
readonly '9': "oklch(81.736% 0.15334 71.804 / 0.949999988079071)";
|
|
82
|
+
readonly '10': "oklch(80.629% 0.15913 71.149 / 0.9100000262260437)";
|
|
83
|
+
readonly '11': "oklch(84.103% 0.13165 71.875 / 0.9700000286102295)";
|
|
84
|
+
readonly '12': "oklch(93.940% 0.04735 71.862 / 0.9800000190734863)";
|
|
85
|
+
};
|
|
86
|
+
};
|
|
87
|
+
readonly blue: {
|
|
88
|
+
readonly '1': "oklch(13.945% 0.02453 256.348)";
|
|
89
|
+
readonly '2': "oklch(20.316% 0.02936 255.448)";
|
|
90
|
+
readonly '3': "oklch(26.933% 0.06472 254.279)";
|
|
91
|
+
readonly '4': "oklch(31.736% 0.09355 253.373)";
|
|
92
|
+
readonly '5': "oklch(36.350% 0.10237 253.403)";
|
|
93
|
+
readonly '6': "oklch(41.448% 0.10722 253.461)";
|
|
94
|
+
readonly '7': "oklch(47.169% 0.11511 253.542)";
|
|
95
|
+
readonly '8': "oklch(53.551% 0.13282 253.399)";
|
|
96
|
+
readonly '9': "oklch(75.987% 0.12514 253.837)";
|
|
97
|
+
readonly '10': "oklch(72.507% 0.12510 253.588)";
|
|
98
|
+
readonly '11': "oklch(76.977% 0.12030 252.362)";
|
|
99
|
+
readonly '12': "oklch(90.882% 0.04506 252.742)";
|
|
100
|
+
readonly alpha: {
|
|
101
|
+
readonly '1': "oklch(44.295% 0.29416 260.213 / 0.03999999910593033)";
|
|
102
|
+
readonly '2': "oklch(64.514% 0.19193 255.622 / 0.10999999940395355)";
|
|
103
|
+
readonly '3': "oklch(61.761% 0.20392 255.278 / 0.25)";
|
|
104
|
+
readonly '4': "oklch(60.330% 0.21476 255.162 / 0.36000001430511475)";
|
|
105
|
+
readonly '5': "oklch(62.748% 0.20377 254.388 / 0.4300000071525574)";
|
|
106
|
+
readonly '6': "oklch(65.234% 0.18877 253.894 / 0.5)";
|
|
107
|
+
readonly '7': "oklch(66.820% 0.17727 253.981 / 0.5899999737739563)";
|
|
108
|
+
readonly '8': "oklch(67.271% 0.17492 253.458 / 0.7099999785423279)";
|
|
109
|
+
readonly '9': "oklch(75.987% 0.12514 253.837)";
|
|
110
|
+
readonly '10': "oklch(75.107% 0.13012 253.932 / 0.949999988079071)";
|
|
111
|
+
readonly '11': "oklch(76.977% 0.12030 252.362)";
|
|
112
|
+
readonly '12': "oklch(90.882% 0.04506 252.742)";
|
|
113
|
+
};
|
|
114
|
+
};
|
|
115
|
+
readonly gray: {
|
|
116
|
+
readonly '1': "oklch(13.979% 0.00000 86.067)";
|
|
117
|
+
readonly '2': "oklch(20.904% 0.00000 86.067)";
|
|
118
|
+
readonly '3': "oklch(25.196% 0.00000 86.067)";
|
|
119
|
+
readonly '4': "oklch(28.094% 0.00000 86.067)";
|
|
120
|
+
readonly '5': "oklch(31.317% 0.00000 86.067)";
|
|
121
|
+
readonly '6': "oklch(34.846% 0.00000 86.067)";
|
|
122
|
+
readonly '7': "oklch(40.167% 0.00000 86.067)";
|
|
123
|
+
readonly '8': "oklch(48.906% 0.00000 86.067)";
|
|
124
|
+
readonly '9': "oklch(53.476% 0.00000 86.067)";
|
|
125
|
+
readonly '10': "oklch(58.292% 0.00000 86.067)";
|
|
126
|
+
readonly '11': "oklch(76.993% 0.00000 86.067)";
|
|
127
|
+
readonly '12': "oklch(94.912% 0.00000 86.067)";
|
|
128
|
+
readonly alpha: {
|
|
129
|
+
readonly '1': "oklch(13.979% 0.00000 86.067 / 0)";
|
|
130
|
+
readonly '2': "oklch(100.000% 0.00000 86.067 / 0.05999999865889549)";
|
|
131
|
+
readonly '3': "oklch(100.000% 0.00000 86.067 / 0.10000000149011612)";
|
|
132
|
+
readonly '4': "oklch(100.000% 0.00000 86.067 / 0.12999999523162842)";
|
|
133
|
+
readonly '5': "oklch(100.000% 0.00000 86.067 / 0.1599999964237213)";
|
|
134
|
+
readonly '6': "oklch(100.000% 0.00000 86.067 / 0.20000000298023224)";
|
|
135
|
+
readonly '7': "oklch(100.000% 0.00000 86.067 / 0.25)";
|
|
136
|
+
readonly '8': "oklch(100.000% 0.00000 86.067 / 0.3499999940395355)";
|
|
137
|
+
readonly '9': "oklch(100.000% 0.00000 86.067 / 0.4099999964237213)";
|
|
138
|
+
readonly '10': "oklch(100.000% 0.00000 86.067 / 0.46000000834465027)";
|
|
139
|
+
readonly '11': "oklch(100.000% 0.00000 86.067 / 0.6899999976158142)";
|
|
140
|
+
readonly '12': "oklch(100.000% 0.00000 86.067 / 0.9300000071525574)";
|
|
141
|
+
};
|
|
142
|
+
};
|
|
143
|
+
readonly text: {
|
|
144
|
+
readonly primary: "oklch(94.912% 0.00000 86.067)";
|
|
145
|
+
readonly secondary: "oklch(76.993% 0.00000 86.067)";
|
|
146
|
+
readonly disabled: "oklch(53.476% 0.00000 86.067)";
|
|
147
|
+
readonly selected: "oklch(87.984% 0.16494 121.240)";
|
|
148
|
+
readonly focus: {
|
|
149
|
+
readonly DEFAULT: "oklch(94.488% 0.08475 120.827)";
|
|
150
|
+
readonly subtle: "oklch(86.779% 0.16480 121.322)";
|
|
151
|
+
};
|
|
152
|
+
readonly info: {
|
|
153
|
+
readonly DEFAULT: "oklch(76.977% 0.12030 252.362)";
|
|
154
|
+
readonly subtle: "oklch(75.987% 0.12514 253.837)";
|
|
155
|
+
};
|
|
156
|
+
readonly warning: {
|
|
157
|
+
readonly DEFAULT: "oklch(75.244% 0.14751 71.625)";
|
|
158
|
+
readonly subtle: "oklch(53.893% 0.08585 71.345)";
|
|
159
|
+
};
|
|
160
|
+
readonly error: {
|
|
161
|
+
readonly DEFAULT: "oklch(89.618% 0.05443 27.826)";
|
|
162
|
+
readonly subtle: "oklch(76.916% 0.13666 27.548)";
|
|
163
|
+
};
|
|
164
|
+
};
|
|
165
|
+
readonly icon: {
|
|
166
|
+
readonly primary: "oklch(94.912% 0.00000 86.067)";
|
|
167
|
+
readonly secondary: "oklch(76.993% 0.00000 86.067)";
|
|
168
|
+
readonly disabled: "oklch(53.476% 0.00000 86.067)";
|
|
169
|
+
readonly selected: "oklch(87.984% 0.16494 121.240)";
|
|
170
|
+
readonly focus: {
|
|
171
|
+
readonly DEFAULT: "oklch(94.488% 0.08475 120.827)";
|
|
172
|
+
readonly subltle: "oklch(86.779% 0.16480 121.322)";
|
|
173
|
+
};
|
|
174
|
+
readonly info: {
|
|
175
|
+
readonly DEFAULT: "oklch(76.977% 0.12030 252.362)";
|
|
176
|
+
readonly subtle: "oklch(75.987% 0.12514 253.837)";
|
|
177
|
+
};
|
|
178
|
+
readonly warning: {
|
|
179
|
+
readonly DEFAULT: "oklch(75.244% 0.14751 71.625)";
|
|
180
|
+
readonly subtle: "oklch(53.893% 0.08585 71.345)";
|
|
181
|
+
};
|
|
182
|
+
readonly error: {
|
|
183
|
+
readonly DEFAULT: "oklch(89.618% 0.05443 27.826)";
|
|
184
|
+
readonly subtle: "oklch(76.916% 0.13666 27.548)";
|
|
185
|
+
};
|
|
186
|
+
};
|
|
187
|
+
readonly surface: {
|
|
188
|
+
readonly bg: "oklch(15.942% 0.01297 235.868)";
|
|
189
|
+
readonly primary: "oklch(94.912% 0.00000 86.067 / 0.0020000000949949026)";
|
|
190
|
+
readonly secondary: "oklch(13.979% 0.00000 86.067 / 0.0020000000949949026)";
|
|
191
|
+
readonly disabled: "oklch(100.000% 0.00000 86.067 / 0.10000000149011612)";
|
|
192
|
+
readonly selected: "oklch(91.609% 0.19721 122.833 / 0.05999999865889549)";
|
|
193
|
+
readonly hover: "oklch(100.000% 0.00000 86.067 / 0.10000000149011612)";
|
|
194
|
+
readonly success: {
|
|
195
|
+
readonly DEFAULT: "oklch(92.762% 0.19504 123.178 / 0.18000000715255737)";
|
|
196
|
+
readonly hover: "oklch(91.737% 0.18693 123.466 / 0.12999999523162842)";
|
|
197
|
+
};
|
|
198
|
+
readonly info: {
|
|
199
|
+
readonly DEFAULT: "oklch(64.514% 0.19193 255.622 / 0.10999999940395355)";
|
|
200
|
+
readonly hover: "oklch(61.761% 0.20392 255.278 / 0.25)";
|
|
201
|
+
};
|
|
202
|
+
readonly warnig: {
|
|
203
|
+
readonly DEFAULT: "oklch(82.660% 0.13441 71.992 / 0.07000000029802322)";
|
|
204
|
+
readonly hover: "oklch(78.650% 0.16014 67.778 / 0.15000000596046448)";
|
|
205
|
+
};
|
|
206
|
+
readonly error: {
|
|
207
|
+
readonly DEFAULT: "oklch(69.401% 0.19152 27.160 / 0.09000000357627869)";
|
|
208
|
+
readonly hover: "oklch(63.719% 0.24861 29.224 / 0.2199999988079071)";
|
|
209
|
+
};
|
|
210
|
+
readonly overlay: "oklch(13.979% 0.00000 86.067 / 0.6000000238418579)";
|
|
211
|
+
readonly tertiary: "oklch(100.000% 0.00000 86.067 / 0.05999999865889549)";
|
|
212
|
+
readonly focus: "oklch(40.733% 0.07227 121.113)";
|
|
213
|
+
};
|
|
214
|
+
readonly stroke: {
|
|
215
|
+
readonly primary: "oklch(40.167% 0.00000 86.067)";
|
|
216
|
+
readonly secondary: "oklch(46.185% 0.08353 120.739)";
|
|
217
|
+
readonly disabled: "oklch(100.000% 0.00000 86.067 / 0.3499999940395355)";
|
|
218
|
+
readonly selected: "oklch(46.185% 0.08353 120.739)";
|
|
219
|
+
readonly success: "oklch(52.315% 0.09811 121.373)";
|
|
220
|
+
readonly info: "oklch(53.551% 0.13282 253.399)";
|
|
221
|
+
readonly warning: "oklch(53.893% 0.08585 71.345)";
|
|
222
|
+
readonly error: "oklch(44.942% 0.14232 26.726)";
|
|
223
|
+
};
|
|
224
|
+
};
|
|
225
|
+
readonly opacity: {
|
|
226
|
+
readonly '0': {
|
|
227
|
+
readonly '2': 0.20000000298023224;
|
|
228
|
+
};
|
|
229
|
+
readonly '2': 2;
|
|
230
|
+
readonly '4': 4;
|
|
231
|
+
readonly '5': 5;
|
|
232
|
+
readonly '8': 8;
|
|
233
|
+
readonly '10': 10;
|
|
234
|
+
readonly '20': 20;
|
|
235
|
+
readonly '40': 40;
|
|
236
|
+
readonly '60': 60;
|
|
237
|
+
readonly '80': 80;
|
|
238
|
+
readonly '100': 100;
|
|
239
|
+
};
|
|
240
|
+
readonly text: {
|
|
241
|
+
readonly font: {
|
|
242
|
+
readonly family: {
|
|
243
|
+
readonly heading: "Space Grotesk";
|
|
244
|
+
readonly body: "Montserrat";
|
|
245
|
+
readonly code: "Fira Mono";
|
|
246
|
+
};
|
|
247
|
+
readonly weight: {
|
|
248
|
+
readonly light: 300;
|
|
249
|
+
readonly regular: 400;
|
|
250
|
+
readonly medium: 500;
|
|
251
|
+
readonly italic: "Italic";
|
|
252
|
+
readonly bold: 700;
|
|
253
|
+
};
|
|
254
|
+
readonly size: {
|
|
255
|
+
readonly xxxl: "1.5rem";
|
|
256
|
+
readonly xxl: "1.25rem";
|
|
257
|
+
readonly xl: "1rem";
|
|
258
|
+
readonly lg: "0.875rem";
|
|
259
|
+
readonly md: "0.75rem";
|
|
260
|
+
readonly sm: "0.625rem";
|
|
261
|
+
readonly xs: "0.5rem";
|
|
262
|
+
};
|
|
263
|
+
};
|
|
264
|
+
readonly line: {
|
|
265
|
+
readonly height: {
|
|
266
|
+
readonly xxxl: "2rem";
|
|
267
|
+
readonly xxl: "1.625rem";
|
|
268
|
+
readonly xl: "1.25rem";
|
|
269
|
+
readonly lg: "1.125rem";
|
|
270
|
+
readonly md: "1rem";
|
|
271
|
+
readonly sm: "0.875rem";
|
|
272
|
+
readonly xs: "0.625rem";
|
|
273
|
+
};
|
|
274
|
+
};
|
|
275
|
+
readonly letter: {
|
|
276
|
+
readonly spacing: {
|
|
277
|
+
readonly xxxl: "-0.01899999938905239rem";
|
|
278
|
+
readonly xxl: "-0.012500000186264515rem";
|
|
279
|
+
readonly xl: "-0.006000000052154064rem";
|
|
280
|
+
readonly lg: "0";
|
|
281
|
+
readonly md: "0.006000000052154064rem";
|
|
282
|
+
readonly sm: "0.013000000268220901rem";
|
|
283
|
+
readonly xs: "0.01899999938905239rem";
|
|
284
|
+
};
|
|
285
|
+
};
|
|
286
|
+
};
|
|
287
|
+
readonly dim: {
|
|
288
|
+
readonly '0': "0";
|
|
289
|
+
readonly '1': "0.0625rem";
|
|
290
|
+
readonly '2': "0.125rem";
|
|
291
|
+
readonly '4': "0.25rem";
|
|
292
|
+
readonly '5': "0.3125rem";
|
|
293
|
+
readonly '6': "0.375rem";
|
|
294
|
+
readonly '8': "0.5rem";
|
|
295
|
+
readonly '10': "0.625rem";
|
|
296
|
+
readonly '12': "0.75rem";
|
|
297
|
+
readonly '14': "0.875rem";
|
|
298
|
+
readonly '16': "1rem";
|
|
299
|
+
readonly '18': "1.125rem";
|
|
300
|
+
readonly '20': "1.25rem";
|
|
301
|
+
readonly '22': "1.375rem";
|
|
302
|
+
readonly '24': "1.5rem";
|
|
303
|
+
readonly '26': "1.625rem";
|
|
304
|
+
readonly '28': "1.75rem";
|
|
305
|
+
readonly '30': "1.875rem";
|
|
306
|
+
readonly '32': "2rem";
|
|
307
|
+
readonly '34': "2.125rem";
|
|
308
|
+
readonly '36': "2.25rem";
|
|
309
|
+
readonly '38': "2.375rem";
|
|
310
|
+
readonly '40': "2.5rem";
|
|
311
|
+
readonly '42': "2.625rem";
|
|
312
|
+
readonly '44': "2.75rem";
|
|
313
|
+
readonly '46': "2.875rem";
|
|
314
|
+
readonly '48': "3rem";
|
|
315
|
+
readonly '60': "3.75rem";
|
|
316
|
+
readonly '64': "4rem";
|
|
317
|
+
readonly '80': "5rem";
|
|
318
|
+
readonly '100': "6.25rem";
|
|
319
|
+
readonly '1p5': "0.09399999678134918rem";
|
|
320
|
+
readonly '0p5': "0.03099999949336052rem";
|
|
321
|
+
readonly '0p1': "0.006000000052154064rem";
|
|
322
|
+
readonly '0p2': "0.013000000268220901rem";
|
|
323
|
+
readonly '0p3': "0.01899999938905239rem";
|
|
324
|
+
readonly '': {
|
|
325
|
+
readonly '0p3': "-0.01899999938905239rem";
|
|
326
|
+
readonly '0p2': "-0.012500000186264515rem";
|
|
327
|
+
readonly '0p1': "-0.006000000052154064rem";
|
|
328
|
+
};
|
|
329
|
+
};
|
|
330
|
+
readonly effects: {
|
|
331
|
+
readonly bg_blur: {
|
|
332
|
+
readonly '40': "2.5rem";
|
|
333
|
+
readonly '60': "3.75rem";
|
|
334
|
+
readonly '80': "5rem";
|
|
335
|
+
};
|
|
336
|
+
readonly layer_blur: {
|
|
337
|
+
readonly '20': "1.25rem";
|
|
338
|
+
};
|
|
339
|
+
};
|
|
340
|
+
readonly radius: {
|
|
341
|
+
readonly sm: "0.125rem";
|
|
342
|
+
readonly md: "0.25rem";
|
|
343
|
+
readonly lg: "0.5rem";
|
|
344
|
+
readonly rounded: "9999px";
|
|
345
|
+
};
|
|
346
|
+
readonly stroke: {
|
|
347
|
+
readonly xl: "0.09399999678134918rem";
|
|
348
|
+
readonly lg: "0.0625rem";
|
|
349
|
+
readonly default: "0.03099999949336052rem";
|
|
350
|
+
};
|
|
351
|
+
readonly spacing: {
|
|
352
|
+
readonly '0': "0";
|
|
353
|
+
readonly '2': "0.125rem";
|
|
354
|
+
readonly '4': "0.25rem";
|
|
355
|
+
readonly '6': "0.375rem";
|
|
356
|
+
readonly '8': "0.5rem";
|
|
357
|
+
readonly '10': "0.625rem";
|
|
358
|
+
readonly '12': "0.75rem";
|
|
359
|
+
readonly '14': "0.875rem";
|
|
360
|
+
readonly '16': "1rem";
|
|
361
|
+
readonly '18': "1.125rem";
|
|
362
|
+
readonly '20': "1.25rem";
|
|
363
|
+
readonly '24': "1.5rem";
|
|
364
|
+
readonly '28': "1.75rem";
|
|
365
|
+
readonly '32': "2rem";
|
|
366
|
+
readonly '40': "2.5rem";
|
|
367
|
+
readonly '48': "3rem";
|
|
368
|
+
readonly '64': "4rem";
|
|
369
|
+
};
|
|
370
|
+
readonly sizing: {
|
|
371
|
+
readonly '0': "0";
|
|
372
|
+
readonly '2': "0.125rem";
|
|
373
|
+
readonly '4': "0.25rem";
|
|
374
|
+
readonly '6': "0.375rem";
|
|
375
|
+
readonly '8': "0.5rem";
|
|
376
|
+
readonly '10': "0.625rem";
|
|
377
|
+
readonly '12': "0.75rem";
|
|
378
|
+
readonly '14': "0.875rem";
|
|
379
|
+
readonly '16': "1rem";
|
|
380
|
+
readonly '18': "1.125rem";
|
|
381
|
+
readonly '20': "1.25rem";
|
|
382
|
+
readonly '24': "1.5rem";
|
|
383
|
+
readonly '28': "1.75rem";
|
|
384
|
+
readonly '32': "2rem";
|
|
385
|
+
readonly '40': "2.5rem";
|
|
386
|
+
readonly '48': "3rem";
|
|
387
|
+
readonly '64': "4rem";
|
|
388
|
+
};
|
|
389
|
+
};
|
|
390
|
+
type DesignTokens = typeof tokens$1;
|
|
391
|
+
|
|
392
|
+
declare const tokens: {
|
|
393
|
+
colors: {
|
|
394
|
+
green: {
|
|
395
|
+
'1': string;
|
|
396
|
+
'2': string;
|
|
397
|
+
'3': string;
|
|
398
|
+
'4': string;
|
|
399
|
+
'5': string;
|
|
400
|
+
'6': string;
|
|
401
|
+
'7': string;
|
|
402
|
+
'8': string;
|
|
403
|
+
'9': string;
|
|
404
|
+
'10': string;
|
|
405
|
+
'11': string;
|
|
406
|
+
'12': string;
|
|
407
|
+
alpha: {
|
|
408
|
+
'1': string;
|
|
409
|
+
'2': string;
|
|
410
|
+
'3': string;
|
|
411
|
+
'4': string;
|
|
412
|
+
'5': string;
|
|
413
|
+
'6': string;
|
|
414
|
+
'7': string;
|
|
415
|
+
'8': string;
|
|
416
|
+
'9': string;
|
|
417
|
+
'10': string;
|
|
418
|
+
'11': string;
|
|
419
|
+
'12': string;
|
|
420
|
+
};
|
|
421
|
+
};
|
|
422
|
+
red: {
|
|
423
|
+
'1': string;
|
|
424
|
+
'2': string;
|
|
425
|
+
'3': string;
|
|
426
|
+
'4': string;
|
|
427
|
+
'5': string;
|
|
428
|
+
'6': string;
|
|
429
|
+
'7': string;
|
|
430
|
+
'8': string;
|
|
431
|
+
'9': string;
|
|
432
|
+
'10': string;
|
|
433
|
+
'11': string;
|
|
434
|
+
'12': string;
|
|
435
|
+
alpha: {
|
|
436
|
+
'1': string;
|
|
437
|
+
'2': string;
|
|
438
|
+
'3': string;
|
|
439
|
+
'4': string;
|
|
440
|
+
'5': string;
|
|
441
|
+
'6': string;
|
|
442
|
+
'7': string;
|
|
443
|
+
'8': string;
|
|
444
|
+
'9': string;
|
|
445
|
+
'10': string;
|
|
446
|
+
'11': string;
|
|
447
|
+
'12': string;
|
|
448
|
+
};
|
|
449
|
+
};
|
|
450
|
+
yellow: {
|
|
451
|
+
'1': string;
|
|
452
|
+
'2': string;
|
|
453
|
+
'3': string;
|
|
454
|
+
'4': string;
|
|
455
|
+
'5': string;
|
|
456
|
+
'6': string;
|
|
457
|
+
'7': string;
|
|
458
|
+
'8': string;
|
|
459
|
+
'9': string;
|
|
460
|
+
'10': string;
|
|
461
|
+
'11': string;
|
|
462
|
+
'12': string;
|
|
463
|
+
alpha: {
|
|
464
|
+
'1': string;
|
|
465
|
+
'2': string;
|
|
466
|
+
'3': string;
|
|
467
|
+
'4': string;
|
|
468
|
+
'5': string;
|
|
469
|
+
'6': string;
|
|
470
|
+
'7': string;
|
|
471
|
+
'8': string;
|
|
472
|
+
'9': string;
|
|
473
|
+
'10': string;
|
|
474
|
+
'11': string;
|
|
475
|
+
'12': string;
|
|
476
|
+
};
|
|
477
|
+
};
|
|
478
|
+
blue: {
|
|
479
|
+
'1': string;
|
|
480
|
+
'2': string;
|
|
481
|
+
'3': string;
|
|
482
|
+
'4': string;
|
|
483
|
+
'5': string;
|
|
484
|
+
'6': string;
|
|
485
|
+
'7': string;
|
|
486
|
+
'8': string;
|
|
487
|
+
'9': string;
|
|
488
|
+
'10': string;
|
|
489
|
+
'11': string;
|
|
490
|
+
'12': string;
|
|
491
|
+
alpha: {
|
|
492
|
+
'1': string;
|
|
493
|
+
'2': string;
|
|
494
|
+
'3': string;
|
|
495
|
+
'4': string;
|
|
496
|
+
'5': string;
|
|
497
|
+
'6': string;
|
|
498
|
+
'7': string;
|
|
499
|
+
'8': string;
|
|
500
|
+
'9': string;
|
|
501
|
+
'10': string;
|
|
502
|
+
'11': string;
|
|
503
|
+
'12': string;
|
|
504
|
+
};
|
|
505
|
+
};
|
|
506
|
+
gray: {
|
|
507
|
+
'1': string;
|
|
508
|
+
'2': string;
|
|
509
|
+
'3': string;
|
|
510
|
+
'4': string;
|
|
511
|
+
'5': string;
|
|
512
|
+
'6': string;
|
|
513
|
+
'7': string;
|
|
514
|
+
'8': string;
|
|
515
|
+
'9': string;
|
|
516
|
+
'10': string;
|
|
517
|
+
'11': string;
|
|
518
|
+
'12': string;
|
|
519
|
+
alpha: {
|
|
520
|
+
'1': string;
|
|
521
|
+
'2': string;
|
|
522
|
+
'3': string;
|
|
523
|
+
'4': string;
|
|
524
|
+
'5': string;
|
|
525
|
+
'6': string;
|
|
526
|
+
'7': string;
|
|
527
|
+
'8': string;
|
|
528
|
+
'9': string;
|
|
529
|
+
'10': string;
|
|
530
|
+
'11': string;
|
|
531
|
+
'12': string;
|
|
532
|
+
};
|
|
533
|
+
};
|
|
534
|
+
text: {
|
|
535
|
+
primary: string;
|
|
536
|
+
secondary: string;
|
|
537
|
+
disabled: string;
|
|
538
|
+
selected: string;
|
|
539
|
+
focus: {
|
|
540
|
+
DEFAULT: string;
|
|
541
|
+
subtle: string;
|
|
542
|
+
};
|
|
543
|
+
info: {
|
|
544
|
+
DEFAULT: string;
|
|
545
|
+
subtle: string;
|
|
546
|
+
};
|
|
547
|
+
warning: {
|
|
548
|
+
DEFAULT: string;
|
|
549
|
+
subtle: string;
|
|
550
|
+
};
|
|
551
|
+
error: {
|
|
552
|
+
DEFAULT: string;
|
|
553
|
+
subtle: string;
|
|
554
|
+
};
|
|
555
|
+
};
|
|
556
|
+
icon: {
|
|
557
|
+
primary: string;
|
|
558
|
+
secondary: string;
|
|
559
|
+
disabled: string;
|
|
560
|
+
selected: string;
|
|
561
|
+
focus: {
|
|
562
|
+
DEFAULT: string;
|
|
563
|
+
subltle: string;
|
|
564
|
+
};
|
|
565
|
+
info: {
|
|
566
|
+
DEFAULT: string;
|
|
567
|
+
subtle: string;
|
|
568
|
+
};
|
|
569
|
+
warning: {
|
|
570
|
+
DEFAULT: string;
|
|
571
|
+
subtle: string;
|
|
572
|
+
};
|
|
573
|
+
error: {
|
|
574
|
+
DEFAULT: string;
|
|
575
|
+
subtle: string;
|
|
576
|
+
};
|
|
577
|
+
};
|
|
578
|
+
surface: {
|
|
579
|
+
bg: string;
|
|
580
|
+
primary: string;
|
|
581
|
+
secondary: string;
|
|
582
|
+
disabled: string;
|
|
583
|
+
selected: string;
|
|
584
|
+
hover: string;
|
|
585
|
+
success: {
|
|
586
|
+
DEFAULT: string;
|
|
587
|
+
hover: string;
|
|
588
|
+
};
|
|
589
|
+
info: {
|
|
590
|
+
DEFAULT: string;
|
|
591
|
+
hover: string;
|
|
592
|
+
};
|
|
593
|
+
warnig: {
|
|
594
|
+
DEFAULT: string;
|
|
595
|
+
hover: string;
|
|
596
|
+
};
|
|
597
|
+
error: {
|
|
598
|
+
DEFAULT: string;
|
|
599
|
+
hover: string;
|
|
600
|
+
};
|
|
601
|
+
overlay: string;
|
|
602
|
+
tertiary: string;
|
|
603
|
+
focus: string;
|
|
604
|
+
};
|
|
605
|
+
stroke: {
|
|
606
|
+
primary: string;
|
|
607
|
+
secondary: string;
|
|
608
|
+
disabled: string;
|
|
609
|
+
selected: string;
|
|
610
|
+
success: string;
|
|
611
|
+
info: string;
|
|
612
|
+
warning: string;
|
|
613
|
+
error: string;
|
|
614
|
+
};
|
|
615
|
+
};
|
|
616
|
+
spacing: {
|
|
617
|
+
'0': string;
|
|
618
|
+
'2': string;
|
|
619
|
+
'4': string;
|
|
620
|
+
'6': string;
|
|
621
|
+
'8': string;
|
|
622
|
+
'10': string;
|
|
623
|
+
'12': string;
|
|
624
|
+
'14': string;
|
|
625
|
+
'16': string;
|
|
626
|
+
'18': string;
|
|
627
|
+
'20': string;
|
|
628
|
+
'24': string;
|
|
629
|
+
'28': string;
|
|
630
|
+
'32': string;
|
|
631
|
+
'40': string;
|
|
632
|
+
'48': string;
|
|
633
|
+
'64': string;
|
|
634
|
+
};
|
|
635
|
+
borderRadius: {
|
|
636
|
+
sm: string;
|
|
637
|
+
md: string;
|
|
638
|
+
lg: string;
|
|
639
|
+
rounded: string;
|
|
640
|
+
};
|
|
641
|
+
opacity: {
|
|
642
|
+
'0': {
|
|
643
|
+
'2': string;
|
|
644
|
+
};
|
|
645
|
+
'2': string;
|
|
646
|
+
'4': string;
|
|
647
|
+
'5': string;
|
|
648
|
+
'8': string;
|
|
649
|
+
'10': string;
|
|
650
|
+
'20': string;
|
|
651
|
+
'40': string;
|
|
652
|
+
'60': string;
|
|
653
|
+
'80': string;
|
|
654
|
+
'100': string;
|
|
655
|
+
};
|
|
656
|
+
fontSize: {
|
|
657
|
+
xxxl: string;
|
|
658
|
+
xxl: string;
|
|
659
|
+
xl: string;
|
|
660
|
+
lg: string;
|
|
661
|
+
md: string;
|
|
662
|
+
sm: string;
|
|
663
|
+
xs: string;
|
|
664
|
+
};
|
|
665
|
+
fontWeight: {
|
|
666
|
+
light: string;
|
|
667
|
+
regular: string;
|
|
668
|
+
medium: string;
|
|
669
|
+
italic: string;
|
|
670
|
+
bold: string;
|
|
671
|
+
};
|
|
672
|
+
lineHeight: {
|
|
673
|
+
xxxl: string;
|
|
674
|
+
xxl: string;
|
|
675
|
+
xl: string;
|
|
676
|
+
lg: string;
|
|
677
|
+
md: string;
|
|
678
|
+
sm: string;
|
|
679
|
+
xs: string;
|
|
680
|
+
};
|
|
681
|
+
letterSpacing: {
|
|
682
|
+
xxxl: string;
|
|
683
|
+
xxl: string;
|
|
684
|
+
xl: string;
|
|
685
|
+
lg: string;
|
|
686
|
+
md: string;
|
|
687
|
+
sm: string;
|
|
688
|
+
xs: string;
|
|
689
|
+
};
|
|
690
|
+
};
|
|
691
|
+
|
|
692
|
+
export { type DesignTokens, tokens$1 as designTokens, tokens as tailwindTokens };
|