@oneli8/tokens 1.0.0-beta.2 → 1.0.0-beta.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +75 -69
- package/dist/figma/variables.json +3682 -0
- package/dist/status/components.json +158 -0
- package/dist/tailwind/preset.mjs +335 -0
- package/dist/tailwind/theme.css +303 -0
- package/dist/tokens.css +597 -0
- package/dist/tokens.d.ts +391 -0
- package/dist/tokens.js +387 -0
- package/package.json +43 -17
- package/src/tokens.json +1936 -0
- package/build/css/tokens.css +0 -840
- package/build/figma/variables.json +0 -7472
- package/build/manifest.json +0 -22
- package/build/status/components.json +0 -235
- package/build/tailwind/preset.mjs +0 -257
- package/build/tailwind/theme.css +0 -124
- package/build/typescript/index.d.ts +0 -10
- package/build/typescript/index.js +0 -6876
- package/schema/component-status.schema.json +0 -32
- package/schema/token-file.schema.json +0 -31
- package/scripts/build.mjs +0 -191
- package/scripts/test.mjs +0 -96
- package/src/component.json +0 -262
- package/src/primitive.json +0 -211
- package/src/semantic.json +0 -1299
- package/src/themes.json +0 -823
- package/status/components.json +0 -16
package/dist/tokens.d.ts
ADDED
|
@@ -0,0 +1,391 @@
|
|
|
1
|
+
/* GENERATED from packages/tokens/src/tokens.json — do not edit. */
|
|
2
|
+
|
|
3
|
+
/** Every token name emitted by this build, without the --ol8- prefix. */
|
|
4
|
+
export type Ol8TokenName =
|
|
5
|
+
| 'color-blue-120'
|
|
6
|
+
| 'color-blue-240'
|
|
7
|
+
| 'color-blue-360'
|
|
8
|
+
| 'color-blue-480'
|
|
9
|
+
| 'color-blue-600'
|
|
10
|
+
| 'color-blue-720'
|
|
11
|
+
| 'color-blue-840'
|
|
12
|
+
| 'color-blue-930'
|
|
13
|
+
| 'color-blue-030'
|
|
14
|
+
| 'color-blue-060'
|
|
15
|
+
| 'color-blue-090'
|
|
16
|
+
| 'color-cyan-120'
|
|
17
|
+
| 'color-cyan-240'
|
|
18
|
+
| 'color-cyan-360'
|
|
19
|
+
| 'color-cyan-480'
|
|
20
|
+
| 'color-cyan-600'
|
|
21
|
+
| 'color-cyan-720'
|
|
22
|
+
| 'color-cyan-840'
|
|
23
|
+
| 'color-cyan-930'
|
|
24
|
+
| 'color-cyan-030'
|
|
25
|
+
| 'color-cyan-060'
|
|
26
|
+
| 'color-cyan-090'
|
|
27
|
+
| 'color-green-120'
|
|
28
|
+
| 'color-green-240'
|
|
29
|
+
| 'color-green-360'
|
|
30
|
+
| 'color-green-480'
|
|
31
|
+
| 'color-green-600'
|
|
32
|
+
| 'color-green-720'
|
|
33
|
+
| 'color-green-840'
|
|
34
|
+
| 'color-green-930'
|
|
35
|
+
| 'color-green-030'
|
|
36
|
+
| 'color-green-060'
|
|
37
|
+
| 'color-green-090'
|
|
38
|
+
| 'color-yellow-120'
|
|
39
|
+
| 'color-yellow-240'
|
|
40
|
+
| 'color-yellow-360'
|
|
41
|
+
| 'color-yellow-480'
|
|
42
|
+
| 'color-yellow-600'
|
|
43
|
+
| 'color-yellow-720'
|
|
44
|
+
| 'color-yellow-840'
|
|
45
|
+
| 'color-yellow-930'
|
|
46
|
+
| 'color-yellow-030'
|
|
47
|
+
| 'color-yellow-060'
|
|
48
|
+
| 'color-yellow-090'
|
|
49
|
+
| 'color-orange-120'
|
|
50
|
+
| 'color-orange-240'
|
|
51
|
+
| 'color-orange-360'
|
|
52
|
+
| 'color-orange-480'
|
|
53
|
+
| 'color-orange-600'
|
|
54
|
+
| 'color-orange-720'
|
|
55
|
+
| 'color-orange-840'
|
|
56
|
+
| 'color-orange-930'
|
|
57
|
+
| 'color-orange-030'
|
|
58
|
+
| 'color-orange-060'
|
|
59
|
+
| 'color-orange-090'
|
|
60
|
+
| 'color-pink-120'
|
|
61
|
+
| 'color-pink-240'
|
|
62
|
+
| 'color-pink-360'
|
|
63
|
+
| 'color-pink-480'
|
|
64
|
+
| 'color-pink-600'
|
|
65
|
+
| 'color-pink-720'
|
|
66
|
+
| 'color-pink-840'
|
|
67
|
+
| 'color-pink-930'
|
|
68
|
+
| 'color-pink-030'
|
|
69
|
+
| 'color-pink-060'
|
|
70
|
+
| 'color-pink-090'
|
|
71
|
+
| 'color-violet-120'
|
|
72
|
+
| 'color-violet-240'
|
|
73
|
+
| 'color-violet-360'
|
|
74
|
+
| 'color-violet-480'
|
|
75
|
+
| 'color-violet-600'
|
|
76
|
+
| 'color-violet-720'
|
|
77
|
+
| 'color-violet-840'
|
|
78
|
+
| 'color-violet-930'
|
|
79
|
+
| 'color-violet-030'
|
|
80
|
+
| 'color-violet-060'
|
|
81
|
+
| 'color-violet-090'
|
|
82
|
+
| 'color-red-120'
|
|
83
|
+
| 'color-red-240'
|
|
84
|
+
| 'color-red-360'
|
|
85
|
+
| 'color-red-480'
|
|
86
|
+
| 'color-red-600'
|
|
87
|
+
| 'color-red-720'
|
|
88
|
+
| 'color-red-840'
|
|
89
|
+
| 'color-red-930'
|
|
90
|
+
| 'color-red-030'
|
|
91
|
+
| 'color-red-060'
|
|
92
|
+
| 'color-red-090'
|
|
93
|
+
| 'color-neutral-120'
|
|
94
|
+
| 'color-neutral-240'
|
|
95
|
+
| 'color-neutral-360'
|
|
96
|
+
| 'color-neutral-480'
|
|
97
|
+
| 'color-neutral-600'
|
|
98
|
+
| 'color-neutral-720'
|
|
99
|
+
| 'color-neutral-840'
|
|
100
|
+
| 'color-neutral-930'
|
|
101
|
+
| 'color-neutral-030'
|
|
102
|
+
| 'color-neutral-060'
|
|
103
|
+
| 'color-neutral-090'
|
|
104
|
+
| 'color-primary-120'
|
|
105
|
+
| 'color-primary-240'
|
|
106
|
+
| 'color-primary-360'
|
|
107
|
+
| 'color-primary-480'
|
|
108
|
+
| 'color-primary-600'
|
|
109
|
+
| 'color-primary-720'
|
|
110
|
+
| 'color-primary-840'
|
|
111
|
+
| 'color-primary-930'
|
|
112
|
+
| 'color-primary-030'
|
|
113
|
+
| 'color-primary-060'
|
|
114
|
+
| 'color-primary-090'
|
|
115
|
+
| 'color-background-canvas'
|
|
116
|
+
| 'color-background-subtle'
|
|
117
|
+
| 'color-background-inverse'
|
|
118
|
+
| 'color-surface-default'
|
|
119
|
+
| 'color-surface-raised'
|
|
120
|
+
| 'color-surface-sunken'
|
|
121
|
+
| 'color-surface-selected'
|
|
122
|
+
| 'color-surface-disabled'
|
|
123
|
+
| 'color-text-primary'
|
|
124
|
+
| 'color-text-secondary'
|
|
125
|
+
| 'color-text-muted'
|
|
126
|
+
| 'color-text-disabled'
|
|
127
|
+
| 'color-text-inverse'
|
|
128
|
+
| 'color-text-link'
|
|
129
|
+
| 'color-icon-primary'
|
|
130
|
+
| 'color-icon-secondary'
|
|
131
|
+
| 'color-icon-muted'
|
|
132
|
+
| 'color-icon-disabled'
|
|
133
|
+
| 'color-icon-inverse'
|
|
134
|
+
| 'color-border-subtle'
|
|
135
|
+
| 'color-border-default'
|
|
136
|
+
| 'color-border-strong'
|
|
137
|
+
| 'color-border-disabled'
|
|
138
|
+
| 'color-focus-inner'
|
|
139
|
+
| 'color-focus-outer'
|
|
140
|
+
| 'color-actionprimary-default'
|
|
141
|
+
| 'color-actionprimary-hover'
|
|
142
|
+
| 'color-actionprimary-pressed'
|
|
143
|
+
| 'color-actionprimary-content'
|
|
144
|
+
| 'color-actionprimary-disabled'
|
|
145
|
+
| 'color-actionprimary-disabledcontent'
|
|
146
|
+
| 'color-actionsecondary-surfacedefault'
|
|
147
|
+
| 'color-actionsecondary-surfacehover'
|
|
148
|
+
| 'color-actionsecondary-surfacepressed'
|
|
149
|
+
| 'color-actionsecondary-surfacedisabled'
|
|
150
|
+
| 'color-actionsecondary-contentdefault'
|
|
151
|
+
| 'color-actionsecondary-contenthover'
|
|
152
|
+
| 'color-actionsecondary-contentpressed'
|
|
153
|
+
| 'color-actionsecondary-contentdisabled'
|
|
154
|
+
| 'color-actionquiet-surfacedefault'
|
|
155
|
+
| 'color-actionquiet-surfacehover'
|
|
156
|
+
| 'color-actionquiet-surfacepressed'
|
|
157
|
+
| 'color-actionquiet-surfacedisabled'
|
|
158
|
+
| 'color-actionquiet-contentdefault'
|
|
159
|
+
| 'color-actionquiet-contenthover'
|
|
160
|
+
| 'color-actionquiet-contentpressed'
|
|
161
|
+
| 'color-actionquiet-contentdisabled'
|
|
162
|
+
| 'color-actiondestructive-default'
|
|
163
|
+
| 'color-actiondestructive-hover'
|
|
164
|
+
| 'color-actiondestructive-pressed'
|
|
165
|
+
| 'color-actiondestructive-content'
|
|
166
|
+
| 'color-actiondestructive-disabled'
|
|
167
|
+
| 'color-actiondestructive-disabledcontent'
|
|
168
|
+
| 'color-feedbackinformative-surface'
|
|
169
|
+
| 'color-feedbackinformative-content'
|
|
170
|
+
| 'color-feedbackinformative-inlinecontent'
|
|
171
|
+
| 'color-feedbackpositive-surface'
|
|
172
|
+
| 'color-feedbackpositive-content'
|
|
173
|
+
| 'color-feedbackpositive-inlinecontent'
|
|
174
|
+
| 'color-feedbackcaution-surface'
|
|
175
|
+
| 'color-feedbackcaution-content'
|
|
176
|
+
| 'color-feedbackcaution-inlinecontent'
|
|
177
|
+
| 'color-feedbackcritical-surface'
|
|
178
|
+
| 'color-feedbackcritical-content'
|
|
179
|
+
| 'color-feedbackcritical-inlinecontent'
|
|
180
|
+
| 'color-selection-surface'
|
|
181
|
+
| 'color-selection-content'
|
|
182
|
+
| 'color-control-thumb'
|
|
183
|
+
| 'material-gem-color-cutedge-outerhigh'
|
|
184
|
+
| 'material-gem-color-cutedge-outermid'
|
|
185
|
+
| 'material-gem-color-cutedge-outerlow'
|
|
186
|
+
| 'material-gem-color-cutedge-outeraccent'
|
|
187
|
+
| 'material-gem-color-cutedge-high'
|
|
188
|
+
| 'material-gem-color-cutedge-mid'
|
|
189
|
+
| 'material-gem-color-cutedge-low'
|
|
190
|
+
| 'material-gem-color-cutedge-shadow'
|
|
191
|
+
| 'material-gem-color-quiet-environmentalface'
|
|
192
|
+
| 'material-gem-color-quiet-stabilizedface'
|
|
193
|
+
| 'material-gem-color-quiet-opaqueequivalent'
|
|
194
|
+
| 'material-gem-color-innerthincut-face'
|
|
195
|
+
| 'material-gem-color-innerthincut-high'
|
|
196
|
+
| 'material-gem-color-innerthincut-mid'
|
|
197
|
+
| 'material-gem-color-innerthincut-low'
|
|
198
|
+
| 'material-gem-color-facet-cool'
|
|
199
|
+
| 'material-gem-color-facet-warm'
|
|
200
|
+
| 'material-gem-color-family-emerald-environmentalface'
|
|
201
|
+
| 'material-gem-color-family-emerald-stabilizedface'
|
|
202
|
+
| 'material-gem-color-family-emerald-edge'
|
|
203
|
+
| 'material-gem-color-family-emerald-innerhigh'
|
|
204
|
+
| 'material-gem-color-family-emerald-innermid'
|
|
205
|
+
| 'material-gem-color-family-emerald-innerlow'
|
|
206
|
+
| 'material-gem-color-family-emerald-opaqueequivalent'
|
|
207
|
+
| 'material-gem-color-family-ruby-environmentalface'
|
|
208
|
+
| 'material-gem-color-family-ruby-stabilizedface'
|
|
209
|
+
| 'material-gem-color-family-ruby-edge'
|
|
210
|
+
| 'material-gem-color-family-ruby-innerhigh'
|
|
211
|
+
| 'material-gem-color-family-ruby-innermid'
|
|
212
|
+
| 'material-gem-color-family-ruby-innerlow'
|
|
213
|
+
| 'material-gem-color-family-ruby-opaqueequivalent'
|
|
214
|
+
| 'material-gem-color-family-sapphire-environmentalface'
|
|
215
|
+
| 'material-gem-color-family-sapphire-stabilizedface'
|
|
216
|
+
| 'material-gem-color-family-sapphire-edge'
|
|
217
|
+
| 'material-gem-color-family-sapphire-innerhigh'
|
|
218
|
+
| 'material-gem-color-family-sapphire-innermid'
|
|
219
|
+
| 'material-gem-color-family-sapphire-innerlow'
|
|
220
|
+
| 'material-gem-color-family-sapphire-opaqueequivalent'
|
|
221
|
+
| 'material-gem-color-family-amethyst-environmentalface'
|
|
222
|
+
| 'material-gem-color-family-amethyst-stabilizedface'
|
|
223
|
+
| 'material-gem-color-family-amethyst-edge'
|
|
224
|
+
| 'material-gem-color-family-amethyst-innerhigh'
|
|
225
|
+
| 'material-gem-color-family-amethyst-innermid'
|
|
226
|
+
| 'material-gem-color-family-amethyst-innerlow'
|
|
227
|
+
| 'material-gem-color-family-amethyst-opaqueequivalent'
|
|
228
|
+
| 'material-control-gem--primary-start'
|
|
229
|
+
| 'material-control-gem--primary-mid'
|
|
230
|
+
| 'material-control-gem--primary-end'
|
|
231
|
+
| 'material-control-gem--primary-hover-start'
|
|
232
|
+
| 'material-control-gem--primary-hover-mid'
|
|
233
|
+
| 'material-control-gem--primary-hover-end'
|
|
234
|
+
| 'material-control-gem--primary-loading-start'
|
|
235
|
+
| 'material-control-gem--primary-loading-mid'
|
|
236
|
+
| 'material-control-gem--primary-loading-end'
|
|
237
|
+
| 'material-control-gem--primary-content'
|
|
238
|
+
| 'material-control-gem--secondary-high'
|
|
239
|
+
| 'material-control-gem--secondary-mid'
|
|
240
|
+
| 'material-control-gem--secondary-low'
|
|
241
|
+
| 'material-control-gem--secondary-hover-high'
|
|
242
|
+
| 'material-control-gem--secondary-hover-mid'
|
|
243
|
+
| 'material-control-gem--secondary-hover-low'
|
|
244
|
+
| 'material-control-gem--secondary-loading-high'
|
|
245
|
+
| 'material-control-gem--secondary-loading-mid'
|
|
246
|
+
| 'material-control-gem--secondary-loading-low'
|
|
247
|
+
| 'material-control-gem--secondary-content'
|
|
248
|
+
| 'material-control-gem--rim-default'
|
|
249
|
+
| 'material-control-gem--rim-specular'
|
|
250
|
+
| 'material-control-gem--rim-hover'
|
|
251
|
+
| 'material-control-gem--blur'
|
|
252
|
+
| 'material-control-gem--stop-1'
|
|
253
|
+
| 'material-control-gem--stop-2'
|
|
254
|
+
| 'material-control-gem--stop-3'
|
|
255
|
+
| 'dimension-scale-108'
|
|
256
|
+
| 'dimension-scale-000'
|
|
257
|
+
| 'dimension-scale-003'
|
|
258
|
+
| 'dimension-scale-006'
|
|
259
|
+
| 'dimension-scale-009'
|
|
260
|
+
| 'dimension-scale-012'
|
|
261
|
+
| 'dimension-scale-015'
|
|
262
|
+
| 'dimension-scale-018'
|
|
263
|
+
| 'dimension-scale-024'
|
|
264
|
+
| 'dimension-scale-030'
|
|
265
|
+
| 'dimension-scale-036'
|
|
266
|
+
| 'dimension-scale-042'
|
|
267
|
+
| 'dimension-scale-048'
|
|
268
|
+
| 'dimension-scale-060'
|
|
269
|
+
| 'dimension-scale-072'
|
|
270
|
+
| 'dimension-scale-084'
|
|
271
|
+
| 'dimension-scale-096'
|
|
272
|
+
| 'shape-radius-none'
|
|
273
|
+
| 'shape-radius-subtle'
|
|
274
|
+
| 'shape-radius-compact'
|
|
275
|
+
| 'shape-radius-medium'
|
|
276
|
+
| 'shape-radius-standard'
|
|
277
|
+
| 'shape-radius-comfortable'
|
|
278
|
+
| 'shape-radius-container'
|
|
279
|
+
| 'shape-radius-display'
|
|
280
|
+
| 'shape-radius-full'
|
|
281
|
+
| 'font-family-display'
|
|
282
|
+
| 'font-family-functional'
|
|
283
|
+
| 'font-size-012'
|
|
284
|
+
| 'font-size-016'
|
|
285
|
+
| 'font-size-021'
|
|
286
|
+
| 'font-size-030'
|
|
287
|
+
| 'font-size-039'
|
|
288
|
+
| 'font-size-051'
|
|
289
|
+
| 'font-size-066'
|
|
290
|
+
| 'font-line-018'
|
|
291
|
+
| 'font-line-024'
|
|
292
|
+
| 'font-line-030'
|
|
293
|
+
| 'font-line-039'
|
|
294
|
+
| 'font-line-048'
|
|
295
|
+
| 'font-line-060'
|
|
296
|
+
| 'font-line-072'
|
|
297
|
+
| 'font-weight-regular'
|
|
298
|
+
| 'font-weight-semibold'
|
|
299
|
+
| 'font-weight-bold'
|
|
300
|
+
| 'font-variation-functional'
|
|
301
|
+
| 'border-width-standard'
|
|
302
|
+
| 'spacing-stack-grouped'
|
|
303
|
+
| 'spacing-stack-related'
|
|
304
|
+
| 'spacing-inset-standard'
|
|
305
|
+
| 'elevation-flat'
|
|
306
|
+
| 'elevation-raised'
|
|
307
|
+
| 'elevation-floating'
|
|
308
|
+
| 'elevation-overlay'
|
|
309
|
+
| 'elevation-blocking'
|
|
310
|
+
| 'icon-source-size'
|
|
311
|
+
| 'icon-source-stroke'
|
|
312
|
+
| 'icon-size-108'
|
|
313
|
+
| 'icon-size-009'
|
|
314
|
+
| 'icon-size-012'
|
|
315
|
+
| 'icon-size-018'
|
|
316
|
+
| 'icon-size-024'
|
|
317
|
+
| 'icon-size-030'
|
|
318
|
+
| 'icon-size-036'
|
|
319
|
+
| 'icon-size-048'
|
|
320
|
+
| 'icon-size-060'
|
|
321
|
+
| 'icon-size-072'
|
|
322
|
+
| 'icon-size-096'
|
|
323
|
+
| 'component-choice-chip-terminal'
|
|
324
|
+
| 'component-choice-chip-height-standard'
|
|
325
|
+
| 'component-choice-chip-target-standard'
|
|
326
|
+
| 'component-choice-chip-rail-inset-standard'
|
|
327
|
+
| 'component-button-gap-compact'
|
|
328
|
+
| 'component-button-gap-comfortable'
|
|
329
|
+
| 'component-button-paddinginline-compact'
|
|
330
|
+
| 'component-button-paddinginline-standard'
|
|
331
|
+
| 'component-button-paddinginline-comfortable'
|
|
332
|
+
| 'component-button-paddinginline-large'
|
|
333
|
+
| 'component-button-height-compact'
|
|
334
|
+
| 'component-button-height-standard'
|
|
335
|
+
| 'component-button-height-comfortable'
|
|
336
|
+
| 'component-button-height-large'
|
|
337
|
+
| 'component-button-radius-compact'
|
|
338
|
+
| 'component-button-radius-standard'
|
|
339
|
+
| 'component-button-radius-comfortable'
|
|
340
|
+
| 'component-button-radius-large'
|
|
341
|
+
| 'component-button-secondaryboundary'
|
|
342
|
+
| 'component-icon-stroke'
|
|
343
|
+
| 'component-iconbutton-box-compact'
|
|
344
|
+
| 'component-iconbutton-box-standard'
|
|
345
|
+
| 'component-iconbutton-box-comfortable'
|
|
346
|
+
| 'component-iconbutton-box-large'
|
|
347
|
+
| 'component-iconbutton-target-compact'
|
|
348
|
+
| 'component-iconbutton-target-standard'
|
|
349
|
+
| 'component-iconbutton-target-comfortable'
|
|
350
|
+
| 'component-iconbutton-target-large'
|
|
351
|
+
| 'component-iconbutton-radius-compact'
|
|
352
|
+
| 'component-iconbutton-radius-standard'
|
|
353
|
+
| 'component-iconbutton-radius-comfortable'
|
|
354
|
+
| 'component-iconbutton-radius-large'
|
|
355
|
+
| 'component-iconbutton-artwork-compact'
|
|
356
|
+
| 'component-iconbutton-artwork-standard'
|
|
357
|
+
| 'component-iconbutton-artwork-comfortable'
|
|
358
|
+
| 'component-iconbutton-artwork-large'
|
|
359
|
+
| 'component-iconbutton-pressedscrim'
|
|
360
|
+
| 'component-checkbox-radius-compact'
|
|
361
|
+
| 'component-checkbox-radius-comfortable'
|
|
362
|
+
| 'component-checkbox-boundary'
|
|
363
|
+
| 'component-radio-boundary'
|
|
364
|
+
| 'component-radio-dot-compact'
|
|
365
|
+
| 'component-radio-dot-comfortable'
|
|
366
|
+
| 'component-switch-trackwidth-compact'
|
|
367
|
+
| 'component-switch-trackwidth-comfortable'
|
|
368
|
+
| 'component-switch-trackheight-compact'
|
|
369
|
+
| 'component-switch-trackheight-comfortable'
|
|
370
|
+
| 'component-switch-thumb-compact'
|
|
371
|
+
| 'component-switch-thumb-comfortable'
|
|
372
|
+
| 'component-switch-inset'
|
|
373
|
+
| 'component-choice-optical-stroke'
|
|
374
|
+
| 'component-choice-mixed-bar-width'
|
|
375
|
+
| 'component-choice-mixed-bar-height'
|
|
376
|
+
| 'component-choice-gap-compact'
|
|
377
|
+
| 'component-choice-gap-standard'
|
|
378
|
+
| 'component-choice-rowminimum'
|
|
379
|
+
| 'component-selectionoption-inset-standard'
|
|
380
|
+
| 'component-selectionoption-inset-large'
|
|
381
|
+
| 'component-selectionoption-minimum-standard'
|
|
382
|
+
| 'component-selectionoption-minimum-large'
|
|
383
|
+
| 'focus-ring-innerwidth'
|
|
384
|
+
| 'focus-ring-outerwidth'
|
|
385
|
+
| 'size-icon-small'
|
|
386
|
+
| 'size-icon-standard'
|
|
387
|
+
| 'size-icon-micro'
|
|
388
|
+
| 'size-icon-compact';
|
|
389
|
+
|
|
390
|
+
/** Flat map of token name to resolved CSS value. */
|
|
391
|
+
export declare const tokens: Readonly<Record<Ol8TokenName, string>>;
|