@atlaskit/primitives 1.3.0 → 1.4.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.
@@ -6,161 +6,481 @@ exports[`@atlaskit/primitives bg styles are generated correctly 1`] = `
6
6
  'color.background.accent.lime.subtlest',
7
7
  '#EEFBDA',
8
8
  ),
9
+ 'color.background.accent.lime.subtlest.hovered': token(
10
+ 'color.background.accent.lime.subtlest.hovered',
11
+ '#D3F1A7',
12
+ ),
13
+ 'color.background.accent.lime.subtlest.pressed': token(
14
+ 'color.background.accent.lime.subtlest.pressed',
15
+ '#B3DF72',
16
+ ),
9
17
  'color.background.accent.lime.subtler': token(
10
18
  'color.background.accent.lime.subtler',
11
19
  '#D3F1A7',
12
20
  ),
21
+ 'color.background.accent.lime.subtler.hovered': token(
22
+ 'color.background.accent.lime.subtler.hovered',
23
+ '#B3DF72',
24
+ ),
25
+ 'color.background.accent.lime.subtler.pressed': token(
26
+ 'color.background.accent.lime.subtler.pressed',
27
+ '#94C748',
28
+ ),
13
29
  'color.background.accent.lime.subtle': token(
14
30
  'color.background.accent.lime.subtle',
15
31
  '#94C748',
16
32
  ),
33
+ 'color.background.accent.lime.subtle.hovered': token(
34
+ 'color.background.accent.lime.subtle.hovered',
35
+ '#B3DF72',
36
+ ),
37
+ 'color.background.accent.lime.subtle.pressed': token(
38
+ 'color.background.accent.lime.subtle.pressed',
39
+ '#D3F1A7',
40
+ ),
17
41
  'color.background.accent.lime.bolder': token(
18
42
  'color.background.accent.lime.bolder',
19
43
  '#5B7F24',
20
44
  ),
45
+ 'color.background.accent.lime.bolder.hovered': token(
46
+ 'color.background.accent.lime.bolder.hovered',
47
+ '#37471F',
48
+ ),
49
+ 'color.background.accent.lime.bolder.pressed': token(
50
+ 'color.background.accent.lime.bolder.pressed',
51
+ '#37471F',
52
+ ),
21
53
  'color.background.accent.red.subtlest': token(
22
54
  'color.background.accent.red.subtlest',
23
55
  '#FF8F73',
24
56
  ),
57
+ 'color.background.accent.red.subtlest.hovered': token(
58
+ 'color.background.accent.red.subtlest.hovered',
59
+ '#FF7452',
60
+ ),
61
+ 'color.background.accent.red.subtlest.pressed': token(
62
+ 'color.background.accent.red.subtlest.pressed',
63
+ '#FF5630',
64
+ ),
25
65
  'color.background.accent.red.subtler': token(
26
66
  'color.background.accent.red.subtler',
27
67
  '#FF7452',
28
68
  ),
69
+ 'color.background.accent.red.subtler.hovered': token(
70
+ 'color.background.accent.red.subtler.hovered',
71
+ '#FF5630',
72
+ ),
73
+ 'color.background.accent.red.subtler.pressed': token(
74
+ 'color.background.accent.red.subtler.pressed',
75
+ '#DE350B',
76
+ ),
29
77
  'color.background.accent.red.subtle': token(
30
78
  'color.background.accent.red.subtle',
31
79
  '#DE350B',
32
80
  ),
81
+ 'color.background.accent.red.subtle.hovered': token(
82
+ 'color.background.accent.red.subtle.hovered',
83
+ '#FF5630',
84
+ ),
85
+ 'color.background.accent.red.subtle.pressed': token(
86
+ 'color.background.accent.red.subtle.pressed',
87
+ '#FF7452',
88
+ ),
33
89
  'color.background.accent.red.bolder': token(
34
90
  'color.background.accent.red.bolder',
35
91
  '#DE350B',
36
92
  ),
93
+ 'color.background.accent.red.bolder.hovered': token(
94
+ 'color.background.accent.red.bolder.hovered',
95
+ '#FF5630',
96
+ ),
97
+ 'color.background.accent.red.bolder.pressed': token(
98
+ 'color.background.accent.red.bolder.pressed',
99
+ '#FF7452',
100
+ ),
37
101
  'color.background.accent.orange.subtlest': token(
38
102
  'color.background.accent.orange.subtlest',
39
103
  '#F18D13',
40
104
  ),
105
+ 'color.background.accent.orange.subtlest.hovered': token(
106
+ 'color.background.accent.orange.subtlest.hovered',
107
+ '#FEC57B',
108
+ ),
109
+ 'color.background.accent.orange.subtlest.pressed': token(
110
+ 'color.background.accent.orange.subtlest.pressed',
111
+ '#FFE2BD',
112
+ ),
41
113
  'color.background.accent.orange.subtler': token(
42
114
  'color.background.accent.orange.subtler',
43
115
  '#B65C02',
44
116
  ),
117
+ 'color.background.accent.orange.subtler.hovered': token(
118
+ 'color.background.accent.orange.subtler.hovered',
119
+ '#F18D13',
120
+ ),
121
+ 'color.background.accent.orange.subtler.pressed': token(
122
+ 'color.background.accent.orange.subtler.pressed',
123
+ '#FEC57B',
124
+ ),
45
125
  'color.background.accent.orange.subtle': token(
46
126
  'color.background.accent.orange.subtle',
47
127
  '#5F3811',
48
128
  ),
129
+ 'color.background.accent.orange.subtle.hovered': token(
130
+ 'color.background.accent.orange.subtle.hovered',
131
+ '#974F0C',
132
+ ),
133
+ 'color.background.accent.orange.subtle.pressed': token(
134
+ 'color.background.accent.orange.subtle.pressed',
135
+ '#B65C02',
136
+ ),
49
137
  'color.background.accent.orange.bolder': token(
50
138
  'color.background.accent.orange.bolder',
51
139
  '#43290F',
52
140
  ),
141
+ 'color.background.accent.orange.bolder.hovered': token(
142
+ 'color.background.accent.orange.bolder.hovered',
143
+ '#5F3811',
144
+ ),
145
+ 'color.background.accent.orange.bolder.pressed': token(
146
+ 'color.background.accent.orange.bolder.pressed',
147
+ '#974F0C',
148
+ ),
53
149
  'color.background.accent.yellow.subtlest': token(
54
150
  'color.background.accent.yellow.subtlest',
55
151
  '#FFE380',
56
152
  ),
153
+ 'color.background.accent.yellow.subtlest.hovered': token(
154
+ 'color.background.accent.yellow.subtlest.hovered',
155
+ '#FFC400',
156
+ ),
157
+ 'color.background.accent.yellow.subtlest.pressed': token(
158
+ 'color.background.accent.yellow.subtlest.pressed',
159
+ '#FFAB00',
160
+ ),
57
161
  'color.background.accent.yellow.subtler': token(
58
162
  'color.background.accent.yellow.subtler',
59
163
  '#FFC400',
60
164
  ),
165
+ 'color.background.accent.yellow.subtler.hovered': token(
166
+ 'color.background.accent.yellow.subtler.hovered',
167
+ '#FFAB00',
168
+ ),
169
+ 'color.background.accent.yellow.subtler.pressed': token(
170
+ 'color.background.accent.yellow.subtler.pressed',
171
+ '#FF991F',
172
+ ),
61
173
  'color.background.accent.yellow.subtle': token(
62
174
  'color.background.accent.yellow.subtle',
63
175
  '#FF991F',
64
176
  ),
177
+ 'color.background.accent.yellow.subtle.hovered': token(
178
+ 'color.background.accent.yellow.subtle.hovered',
179
+ '#FFAB00',
180
+ ),
181
+ 'color.background.accent.yellow.subtle.pressed': token(
182
+ 'color.background.accent.yellow.subtle.pressed',
183
+ '#FFC400',
184
+ ),
65
185
  'color.background.accent.yellow.bolder': token(
66
186
  'color.background.accent.yellow.bolder',
67
187
  '#FF991F',
68
188
  ),
189
+ 'color.background.accent.yellow.bolder.hovered': token(
190
+ 'color.background.accent.yellow.bolder.hovered',
191
+ '#FFAB00',
192
+ ),
193
+ 'color.background.accent.yellow.bolder.pressed': token(
194
+ 'color.background.accent.yellow.bolder.pressed',
195
+ '#FFC400',
196
+ ),
69
197
  'color.background.accent.green.subtlest': token(
70
198
  'color.background.accent.green.subtlest',
71
199
  '#79F2C0',
72
200
  ),
201
+ 'color.background.accent.green.subtlest.hovered': token(
202
+ 'color.background.accent.green.subtlest.hovered',
203
+ '#57D9A3',
204
+ ),
205
+ 'color.background.accent.green.subtlest.pressed': token(
206
+ 'color.background.accent.green.subtlest.pressed',
207
+ '#36B37E',
208
+ ),
73
209
  'color.background.accent.green.subtler': token(
74
210
  'color.background.accent.green.subtler',
75
211
  '#57D9A3',
76
212
  ),
213
+ 'color.background.accent.green.subtler.hovered': token(
214
+ 'color.background.accent.green.subtler.hovered',
215
+ '#36B37E',
216
+ ),
217
+ 'color.background.accent.green.subtler.pressed': token(
218
+ 'color.background.accent.green.subtler.pressed',
219
+ '#00875A',
220
+ ),
77
221
  'color.background.accent.green.subtle': token(
78
222
  'color.background.accent.green.subtle',
79
223
  '#00875A',
80
224
  ),
225
+ 'color.background.accent.green.subtle.hovered': token(
226
+ 'color.background.accent.green.subtle.hovered',
227
+ '#36B37E',
228
+ ),
229
+ 'color.background.accent.green.subtle.pressed': token(
230
+ 'color.background.accent.green.subtle.pressed',
231
+ '#57D9A3',
232
+ ),
81
233
  'color.background.accent.green.bolder': token(
82
234
  'color.background.accent.green.bolder',
83
235
  '#00875A',
84
236
  ),
237
+ 'color.background.accent.green.bolder.hovered': token(
238
+ 'color.background.accent.green.bolder.hovered',
239
+ '#36B37E',
240
+ ),
241
+ 'color.background.accent.green.bolder.pressed': token(
242
+ 'color.background.accent.green.bolder.pressed',
243
+ '#57D9A3',
244
+ ),
85
245
  'color.background.accent.teal.subtlest': token(
86
246
  'color.background.accent.teal.subtlest',
87
247
  '#79E2F2',
88
248
  ),
249
+ 'color.background.accent.teal.subtlest.hovered': token(
250
+ 'color.background.accent.teal.subtlest.hovered',
251
+ '#00C7E6',
252
+ ),
253
+ 'color.background.accent.teal.subtlest.pressed': token(
254
+ 'color.background.accent.teal.subtlest.pressed',
255
+ '#00B8D9',
256
+ ),
89
257
  'color.background.accent.teal.subtler': token(
90
258
  'color.background.accent.teal.subtler',
91
259
  '#00C7E6',
92
260
  ),
261
+ 'color.background.accent.teal.subtler.hovered': token(
262
+ 'color.background.accent.teal.subtler.hovered',
263
+ '#00B8D9',
264
+ ),
265
+ 'color.background.accent.teal.subtler.pressed': token(
266
+ 'color.background.accent.teal.subtler.pressed',
267
+ '#00A3BF',
268
+ ),
93
269
  'color.background.accent.teal.subtle': token(
94
270
  'color.background.accent.teal.subtle',
95
271
  '#00A3BF',
96
272
  ),
273
+ 'color.background.accent.teal.subtle.hovered': token(
274
+ 'color.background.accent.teal.subtle.hovered',
275
+ '#00B8D9',
276
+ ),
277
+ 'color.background.accent.teal.subtle.pressed': token(
278
+ 'color.background.accent.teal.subtle.pressed',
279
+ '#00C7E6',
280
+ ),
97
281
  'color.background.accent.teal.bolder': token(
98
282
  'color.background.accent.teal.bolder',
99
283
  '#00A3BF',
100
284
  ),
285
+ 'color.background.accent.teal.bolder.hovered': token(
286
+ 'color.background.accent.teal.bolder.hovered',
287
+ '#00B8D9',
288
+ ),
289
+ 'color.background.accent.teal.bolder.pressed': token(
290
+ 'color.background.accent.teal.bolder.pressed',
291
+ '#00C7E6',
292
+ ),
101
293
  'color.background.accent.blue.subtlest': token(
102
294
  'color.background.accent.blue.subtlest',
103
295
  '#4C9AFF',
104
296
  ),
297
+ 'color.background.accent.blue.subtlest.hovered': token(
298
+ 'color.background.accent.blue.subtlest.hovered',
299
+ '#2684FF',
300
+ ),
301
+ 'color.background.accent.blue.subtlest.pressed': token(
302
+ 'color.background.accent.blue.subtlest.pressed',
303
+ '#0065FF',
304
+ ),
105
305
  'color.background.accent.blue.subtler': token(
106
306
  'color.background.accent.blue.subtler',
107
307
  '#2684FF',
108
308
  ),
309
+ 'color.background.accent.blue.subtler.hovered': token(
310
+ 'color.background.accent.blue.subtler.hovered',
311
+ '#0065FF',
312
+ ),
313
+ 'color.background.accent.blue.subtler.pressed': token(
314
+ 'color.background.accent.blue.subtler.pressed',
315
+ '#0052CC',
316
+ ),
109
317
  'color.background.accent.blue.subtle': token(
110
318
  'color.background.accent.blue.subtle',
111
319
  '#0052CC',
112
320
  ),
321
+ 'color.background.accent.blue.subtle.hovered': token(
322
+ 'color.background.accent.blue.subtle.hovered',
323
+ '#0065FF',
324
+ ),
325
+ 'color.background.accent.blue.subtle.pressed': token(
326
+ 'color.background.accent.blue.subtle.pressed',
327
+ '#2684FF',
328
+ ),
113
329
  'color.background.accent.blue.bolder': token(
114
330
  'color.background.accent.blue.bolder',
115
331
  '#0052CC',
116
332
  ),
333
+ 'color.background.accent.blue.bolder.hovered': token(
334
+ 'color.background.accent.blue.bolder.hovered',
335
+ '#0065FF',
336
+ ),
337
+ 'color.background.accent.blue.bolder.pressed': token(
338
+ 'color.background.accent.blue.bolder.pressed',
339
+ '#2684FF',
340
+ ),
117
341
  'color.background.accent.purple.subtlest': token(
118
342
  'color.background.accent.purple.subtlest',
119
343
  '#998DD9',
120
344
  ),
345
+ 'color.background.accent.purple.subtlest.hovered': token(
346
+ 'color.background.accent.purple.subtlest.hovered',
347
+ '#8777D9',
348
+ ),
349
+ 'color.background.accent.purple.subtlest.pressed': token(
350
+ 'color.background.accent.purple.subtlest.pressed',
351
+ '#6554C0',
352
+ ),
121
353
  'color.background.accent.purple.subtler': token(
122
354
  'color.background.accent.purple.subtler',
123
355
  '#8777D9',
124
356
  ),
357
+ 'color.background.accent.purple.subtler.hovered': token(
358
+ 'color.background.accent.purple.subtler.hovered',
359
+ '#6554C0',
360
+ ),
361
+ 'color.background.accent.purple.subtler.pressed': token(
362
+ 'color.background.accent.purple.subtler.pressed',
363
+ '#5243AA',
364
+ ),
125
365
  'color.background.accent.purple.subtle': token(
126
366
  'color.background.accent.purple.subtle',
127
367
  '#5243AA',
128
368
  ),
369
+ 'color.background.accent.purple.subtle.hovered': token(
370
+ 'color.background.accent.purple.subtle.hovered',
371
+ '#6554C0',
372
+ ),
373
+ 'color.background.accent.purple.subtle.pressed': token(
374
+ 'color.background.accent.purple.subtle.pressed',
375
+ '#8777D9',
376
+ ),
129
377
  'color.background.accent.purple.bolder': token(
130
378
  'color.background.accent.purple.bolder',
131
379
  '#5243AA',
132
380
  ),
381
+ 'color.background.accent.purple.bolder.hovered': token(
382
+ 'color.background.accent.purple.bolder.hovered',
383
+ '#6554C0',
384
+ ),
385
+ 'color.background.accent.purple.bolder.pressed': token(
386
+ 'color.background.accent.purple.bolder.pressed',
387
+ '#8777D9',
388
+ ),
133
389
  'color.background.accent.magenta.subtlest': token(
134
390
  'color.background.accent.magenta.subtlest',
135
- '#E774BB',
391
+ '#FFECF8',
392
+ ),
393
+ 'color.background.accent.magenta.subtlest.hovered': token(
394
+ 'color.background.accent.magenta.subtlest.hovered',
395
+ '#FDD0EC',
396
+ ),
397
+ 'color.background.accent.magenta.subtlest.pressed': token(
398
+ 'color.background.accent.magenta.subtlest.pressed',
399
+ '#F797D2',
136
400
  ),
137
401
  'color.background.accent.magenta.subtler': token(
138
402
  'color.background.accent.magenta.subtler',
403
+ '#FDD0EC',
404
+ ),
405
+ 'color.background.accent.magenta.subtler.hovered': token(
406
+ 'color.background.accent.magenta.subtler.hovered',
407
+ '#F797D2',
408
+ ),
409
+ 'color.background.accent.magenta.subtler.pressed': token(
410
+ 'color.background.accent.magenta.subtler.pressed',
139
411
  '#E774BB',
140
412
  ),
141
413
  'color.background.accent.magenta.subtle': token(
142
414
  'color.background.accent.magenta.subtle',
143
415
  '#E774BB',
144
416
  ),
417
+ 'color.background.accent.magenta.subtle.hovered': token(
418
+ 'color.background.accent.magenta.subtle.hovered',
419
+ '#F797D2',
420
+ ),
421
+ 'color.background.accent.magenta.subtle.pressed': token(
422
+ 'color.background.accent.magenta.subtle.pressed',
423
+ '#FDD0EC',
424
+ ),
145
425
  'color.background.accent.magenta.bolder': token(
146
426
  'color.background.accent.magenta.bolder',
147
- '#E774BB',
427
+ '#AE4787',
428
+ ),
429
+ 'color.background.accent.magenta.bolder.hovered': token(
430
+ 'color.background.accent.magenta.bolder.hovered',
431
+ '#943D73',
432
+ ),
433
+ 'color.background.accent.magenta.bolder.pressed': token(
434
+ 'color.background.accent.magenta.bolder.pressed',
435
+ '#50253F',
148
436
  ),
149
437
  'color.background.accent.gray.subtlest': token(
150
438
  'color.background.accent.gray.subtlest',
151
439
  '#6B778C',
152
440
  ),
441
+ 'color.background.accent.gray.subtlest.hovered': token(
442
+ 'color.background.accent.gray.subtlest.hovered',
443
+ '#5E6C84',
444
+ ),
445
+ 'color.background.accent.gray.subtlest.pressed': token(
446
+ 'color.background.accent.gray.subtlest.pressed',
447
+ '#505F79',
448
+ ),
153
449
  'color.background.accent.gray.subtler': token(
154
450
  'color.background.accent.gray.subtler',
155
451
  '#5E6C84',
156
452
  ),
453
+ 'color.background.accent.gray.subtler.hovered': token(
454
+ 'color.background.accent.gray.subtler.hovered',
455
+ '#505F79',
456
+ ),
457
+ 'color.background.accent.gray.subtler.pressed': token(
458
+ 'color.background.accent.gray.subtler.pressed',
459
+ '#42526E',
460
+ ),
157
461
  'color.background.accent.gray.subtle': token(
158
462
  'color.background.accent.gray.subtle',
159
- '#42526E',
463
+ '#505F79',
464
+ ),
465
+ 'color.background.accent.gray.subtle.hovered': token(
466
+ 'color.background.accent.gray.subtle.hovered',
467
+ '#5E6C84',
468
+ ),
469
+ 'color.background.accent.gray.subtle.pressed': token(
470
+ 'color.background.accent.gray.subtle.pressed',
471
+ '#6B778C',
160
472
  ),
161
473
  'color.background.accent.gray.bolder': token(
162
474
  'color.background.accent.gray.bolder',
163
- '#505F79',
475
+ '#42526E',
476
+ ),
477
+ 'color.background.accent.gray.bolder.hovered': token(
478
+ 'color.background.accent.gray.bolder.hovered',
479
+ '#344563',
480
+ ),
481
+ 'color.background.accent.gray.bolder.pressed': token(
482
+ 'color.background.accent.gray.bolder.pressed',
483
+ '#253858',
164
484
  ),
165
485
  'color.background.disabled': token('color.background.disabled', '#091e4289'),
166
486
  'color.background.input': token('color.background.input', '#FAFBFC'),
@@ -83,45 +83,125 @@ export type BackgroundColor = keyof typeof backgroundColorMap;
83
83
  // @public (undocumented)
84
84
  const backgroundColorMap: {
85
85
  readonly 'color.background.accent.lime.subtlest': "var(--ds-background-accent-lime-subtlest)";
86
+ readonly 'color.background.accent.lime.subtlest.hovered': "var(--ds-background-accent-lime-subtlest-hovered)";
87
+ readonly 'color.background.accent.lime.subtlest.pressed': "var(--ds-background-accent-lime-subtlest-pressed)";
86
88
  readonly 'color.background.accent.lime.subtler': "var(--ds-background-accent-lime-subtler)";
89
+ readonly 'color.background.accent.lime.subtler.hovered': "var(--ds-background-accent-lime-subtler-hovered)";
90
+ readonly 'color.background.accent.lime.subtler.pressed': "var(--ds-background-accent-lime-subtler-pressed)";
87
91
  readonly 'color.background.accent.lime.subtle': "var(--ds-background-accent-lime-subtle)";
92
+ readonly 'color.background.accent.lime.subtle.hovered': "var(--ds-background-accent-lime-subtle-hovered)";
93
+ readonly 'color.background.accent.lime.subtle.pressed': "var(--ds-background-accent-lime-subtle-pressed)";
88
94
  readonly 'color.background.accent.lime.bolder': "var(--ds-background-accent-lime-bolder)";
95
+ readonly 'color.background.accent.lime.bolder.hovered': "var(--ds-background-accent-lime-bolder-hovered)";
96
+ readonly 'color.background.accent.lime.bolder.pressed': "var(--ds-background-accent-lime-bolder-pressed)";
89
97
  readonly 'color.background.accent.red.subtlest': "var(--ds-background-accent-red-subtlest)";
98
+ readonly 'color.background.accent.red.subtlest.hovered': "var(--ds-background-accent-red-subtlest-hovered)";
99
+ readonly 'color.background.accent.red.subtlest.pressed': "var(--ds-background-accent-red-subtlest-pressed)";
90
100
  readonly 'color.background.accent.red.subtler': "var(--ds-background-accent-red-subtler)";
101
+ readonly 'color.background.accent.red.subtler.hovered': "var(--ds-background-accent-red-subtler-hovered)";
102
+ readonly 'color.background.accent.red.subtler.pressed': "var(--ds-background-accent-red-subtler-pressed)";
91
103
  readonly 'color.background.accent.red.subtle': "var(--ds-background-accent-red-subtle)";
104
+ readonly 'color.background.accent.red.subtle.hovered': "var(--ds-background-accent-red-subtle-hovered)";
105
+ readonly 'color.background.accent.red.subtle.pressed': "var(--ds-background-accent-red-subtle-pressed)";
92
106
  readonly 'color.background.accent.red.bolder': "var(--ds-background-accent-red-bolder)";
107
+ readonly 'color.background.accent.red.bolder.hovered': "var(--ds-background-accent-red-bolder-hovered)";
108
+ readonly 'color.background.accent.red.bolder.pressed': "var(--ds-background-accent-red-bolder-pressed)";
93
109
  readonly 'color.background.accent.orange.subtlest': "var(--ds-background-accent-orange-subtlest)";
110
+ readonly 'color.background.accent.orange.subtlest.hovered': "var(--ds-background-accent-orange-subtlest-hovered)";
111
+ readonly 'color.background.accent.orange.subtlest.pressed': "var(--ds-background-accent-orange-subtlest-pressed)";
94
112
  readonly 'color.background.accent.orange.subtler': "var(--ds-background-accent-orange-subtler)";
113
+ readonly 'color.background.accent.orange.subtler.hovered': "var(--ds-background-accent-orange-subtler-hovered)";
114
+ readonly 'color.background.accent.orange.subtler.pressed': "var(--ds-background-accent-orange-subtler-pressed)";
95
115
  readonly 'color.background.accent.orange.subtle': "var(--ds-background-accent-orange-subtle)";
116
+ readonly 'color.background.accent.orange.subtle.hovered': "var(--ds-background-accent-orange-subtle-hovered)";
117
+ readonly 'color.background.accent.orange.subtle.pressed': "var(--ds-background-accent-orange-subtle-pressed)";
96
118
  readonly 'color.background.accent.orange.bolder': "var(--ds-background-accent-orange-bolder)";
119
+ readonly 'color.background.accent.orange.bolder.hovered': "var(--ds-background-accent-orange-bolder-hovered)";
120
+ readonly 'color.background.accent.orange.bolder.pressed': "var(--ds-background-accent-orange-bolder-pressed)";
97
121
  readonly 'color.background.accent.yellow.subtlest': "var(--ds-background-accent-yellow-subtlest)";
122
+ readonly 'color.background.accent.yellow.subtlest.hovered': "var(--ds-background-accent-yellow-subtlest-hovered)";
123
+ readonly 'color.background.accent.yellow.subtlest.pressed': "var(--ds-background-accent-yellow-subtlest-pressed)";
98
124
  readonly 'color.background.accent.yellow.subtler': "var(--ds-background-accent-yellow-subtler)";
125
+ readonly 'color.background.accent.yellow.subtler.hovered': "var(--ds-background-accent-yellow-subtler-hovered)";
126
+ readonly 'color.background.accent.yellow.subtler.pressed': "var(--ds-background-accent-yellow-subtler-pressed)";
99
127
  readonly 'color.background.accent.yellow.subtle': "var(--ds-background-accent-yellow-subtle)";
128
+ readonly 'color.background.accent.yellow.subtle.hovered': "var(--ds-background-accent-yellow-subtle-hovered)";
129
+ readonly 'color.background.accent.yellow.subtle.pressed': "var(--ds-background-accent-yellow-subtle-pressed)";
100
130
  readonly 'color.background.accent.yellow.bolder': "var(--ds-background-accent-yellow-bolder)";
131
+ readonly 'color.background.accent.yellow.bolder.hovered': "var(--ds-background-accent-yellow-bolder-hovered)";
132
+ readonly 'color.background.accent.yellow.bolder.pressed': "var(--ds-background-accent-yellow-bolder-pressed)";
101
133
  readonly 'color.background.accent.green.subtlest': "var(--ds-background-accent-green-subtlest)";
134
+ readonly 'color.background.accent.green.subtlest.hovered': "var(--ds-background-accent-green-subtlest-hovered)";
135
+ readonly 'color.background.accent.green.subtlest.pressed': "var(--ds-background-accent-green-subtlest-pressed)";
102
136
  readonly 'color.background.accent.green.subtler': "var(--ds-background-accent-green-subtler)";
137
+ readonly 'color.background.accent.green.subtler.hovered': "var(--ds-background-accent-green-subtler-hovered)";
138
+ readonly 'color.background.accent.green.subtler.pressed': "var(--ds-background-accent-green-subtler-pressed)";
103
139
  readonly 'color.background.accent.green.subtle': "var(--ds-background-accent-green-subtle)";
140
+ readonly 'color.background.accent.green.subtle.hovered': "var(--ds-background-accent-green-subtle-hovered)";
141
+ readonly 'color.background.accent.green.subtle.pressed': "var(--ds-background-accent-green-subtle-pressed)";
104
142
  readonly 'color.background.accent.green.bolder': "var(--ds-background-accent-green-bolder)";
143
+ readonly 'color.background.accent.green.bolder.hovered': "var(--ds-background-accent-green-bolder-hovered)";
144
+ readonly 'color.background.accent.green.bolder.pressed': "var(--ds-background-accent-green-bolder-pressed)";
105
145
  readonly 'color.background.accent.teal.subtlest': "var(--ds-background-accent-teal-subtlest)";
146
+ readonly 'color.background.accent.teal.subtlest.hovered': "var(--ds-background-accent-teal-subtlest-hovered)";
147
+ readonly 'color.background.accent.teal.subtlest.pressed': "var(--ds-background-accent-teal-subtlest-pressed)";
106
148
  readonly 'color.background.accent.teal.subtler': "var(--ds-background-accent-teal-subtler)";
149
+ readonly 'color.background.accent.teal.subtler.hovered': "var(--ds-background-accent-teal-subtler-hovered)";
150
+ readonly 'color.background.accent.teal.subtler.pressed': "var(--ds-background-accent-teal-subtler-pressed)";
107
151
  readonly 'color.background.accent.teal.subtle': "var(--ds-background-accent-teal-subtle)";
152
+ readonly 'color.background.accent.teal.subtle.hovered': "var(--ds-background-accent-teal-subtle-hovered)";
153
+ readonly 'color.background.accent.teal.subtle.pressed': "var(--ds-background-accent-teal-subtle-pressed)";
108
154
  readonly 'color.background.accent.teal.bolder': "var(--ds-background-accent-teal-bolder)";
155
+ readonly 'color.background.accent.teal.bolder.hovered': "var(--ds-background-accent-teal-bolder-hovered)";
156
+ readonly 'color.background.accent.teal.bolder.pressed': "var(--ds-background-accent-teal-bolder-pressed)";
109
157
  readonly 'color.background.accent.blue.subtlest': "var(--ds-background-accent-blue-subtlest)";
158
+ readonly 'color.background.accent.blue.subtlest.hovered': "var(--ds-background-accent-blue-subtlest-hovered)";
159
+ readonly 'color.background.accent.blue.subtlest.pressed': "var(--ds-background-accent-blue-subtlest-pressed)";
110
160
  readonly 'color.background.accent.blue.subtler': "var(--ds-background-accent-blue-subtler)";
161
+ readonly 'color.background.accent.blue.subtler.hovered': "var(--ds-background-accent-blue-subtler-hovered)";
162
+ readonly 'color.background.accent.blue.subtler.pressed': "var(--ds-background-accent-blue-subtler-pressed)";
111
163
  readonly 'color.background.accent.blue.subtle': "var(--ds-background-accent-blue-subtle)";
164
+ readonly 'color.background.accent.blue.subtle.hovered': "var(--ds-background-accent-blue-subtle-hovered)";
165
+ readonly 'color.background.accent.blue.subtle.pressed': "var(--ds-background-accent-blue-subtle-pressed)";
112
166
  readonly 'color.background.accent.blue.bolder': "var(--ds-background-accent-blue-bolder)";
167
+ readonly 'color.background.accent.blue.bolder.hovered': "var(--ds-background-accent-blue-bolder-hovered)";
168
+ readonly 'color.background.accent.blue.bolder.pressed': "var(--ds-background-accent-blue-bolder-pressed)";
113
169
  readonly 'color.background.accent.purple.subtlest': "var(--ds-background-accent-purple-subtlest)";
170
+ readonly 'color.background.accent.purple.subtlest.hovered': "var(--ds-background-accent-purple-subtlest-hovered)";
171
+ readonly 'color.background.accent.purple.subtlest.pressed': "var(--ds-background-accent-purple-subtlest-pressed)";
114
172
  readonly 'color.background.accent.purple.subtler': "var(--ds-background-accent-purple-subtler)";
173
+ readonly 'color.background.accent.purple.subtler.hovered': "var(--ds-background-accent-purple-subtler-hovered)";
174
+ readonly 'color.background.accent.purple.subtler.pressed': "var(--ds-background-accent-purple-subtler-pressed)";
115
175
  readonly 'color.background.accent.purple.subtle': "var(--ds-background-accent-purple-subtle)";
176
+ readonly 'color.background.accent.purple.subtle.hovered': "var(--ds-background-accent-purple-subtle-hovered)";
177
+ readonly 'color.background.accent.purple.subtle.pressed': "var(--ds-background-accent-purple-subtle-pressed)";
116
178
  readonly 'color.background.accent.purple.bolder': "var(--ds-background-accent-purple-bolder)";
179
+ readonly 'color.background.accent.purple.bolder.hovered': "var(--ds-background-accent-purple-bolder-hovered)";
180
+ readonly 'color.background.accent.purple.bolder.pressed': "var(--ds-background-accent-purple-bolder-pressed)";
117
181
  readonly 'color.background.accent.magenta.subtlest': "var(--ds-background-accent-magenta-subtlest)";
182
+ readonly 'color.background.accent.magenta.subtlest.hovered': "var(--ds-background-accent-magenta-subtlest-hovered)";
183
+ readonly 'color.background.accent.magenta.subtlest.pressed': "var(--ds-background-accent-magenta-subtlest-pressed)";
118
184
  readonly 'color.background.accent.magenta.subtler': "var(--ds-background-accent-magenta-subtler)";
185
+ readonly 'color.background.accent.magenta.subtler.hovered': "var(--ds-background-accent-magenta-subtler-hovered)";
186
+ readonly 'color.background.accent.magenta.subtler.pressed': "var(--ds-background-accent-magenta-subtler-pressed)";
119
187
  readonly 'color.background.accent.magenta.subtle': "var(--ds-background-accent-magenta-subtle)";
188
+ readonly 'color.background.accent.magenta.subtle.hovered': "var(--ds-background-accent-magenta-subtle-hovered)";
189
+ readonly 'color.background.accent.magenta.subtle.pressed': "var(--ds-background-accent-magenta-subtle-pressed)";
120
190
  readonly 'color.background.accent.magenta.bolder': "var(--ds-background-accent-magenta-bolder)";
191
+ readonly 'color.background.accent.magenta.bolder.hovered': "var(--ds-background-accent-magenta-bolder-hovered)";
192
+ readonly 'color.background.accent.magenta.bolder.pressed': "var(--ds-background-accent-magenta-bolder-pressed)";
121
193
  readonly 'color.background.accent.gray.subtlest': "var(--ds-background-accent-gray-subtlest)";
194
+ readonly 'color.background.accent.gray.subtlest.hovered': "var(--ds-background-accent-gray-subtlest-hovered)";
195
+ readonly 'color.background.accent.gray.subtlest.pressed': "var(--ds-background-accent-gray-subtlest-pressed)";
122
196
  readonly 'color.background.accent.gray.subtler': "var(--ds-background-accent-gray-subtler)";
197
+ readonly 'color.background.accent.gray.subtler.hovered': "var(--ds-background-accent-gray-subtler-hovered)";
198
+ readonly 'color.background.accent.gray.subtler.pressed': "var(--ds-background-accent-gray-subtler-pressed)";
123
199
  readonly 'color.background.accent.gray.subtle': "var(--ds-background-accent-gray-subtle)";
200
+ readonly 'color.background.accent.gray.subtle.hovered': "var(--ds-background-accent-gray-subtle-hovered)";
201
+ readonly 'color.background.accent.gray.subtle.pressed': "var(--ds-background-accent-gray-subtle-pressed)";
124
202
  readonly 'color.background.accent.gray.bolder': "var(--ds-background-accent-gray-bolder)";
203
+ readonly 'color.background.accent.gray.bolder.hovered': "var(--ds-background-accent-gray-bolder-hovered)";
204
+ readonly 'color.background.accent.gray.bolder.pressed': "var(--ds-background-accent-gray-bolder-pressed)";
125
205
  readonly 'color.background.disabled': "var(--ds-background-disabled)";
126
206
  readonly 'color.background.input': "var(--ds-background-input)";
127
207
  readonly 'color.background.input.hovered': "var(--ds-background-input-hovered)";
@@ -512,6 +592,9 @@ const layerMap: {
512
592
  readonly tooltip: 800;
513
593
  };
514
594
 
595
+ // @public (undocumented)
596
+ type MarginSpace = 'auto' | Space;
597
+
515
598
  // @public
516
599
  export const media: {
517
600
  readonly above: {
@@ -660,6 +743,17 @@ type TokenisedProps = {
660
743
  insetInlineEnd?: Space;
661
744
  insetInlineStart?: Space;
662
745
  left?: AutoComplete<Space>;
746
+ margin?: AutoComplete<MarginSpace>;
747
+ marginBlock?: AutoComplete<MarginSpace>;
748
+ marginBlockEnd?: AutoComplete<MarginSpace>;
749
+ marginBlockStart?: AutoComplete<MarginSpace>;
750
+ marginBottom?: AutoComplete<MarginSpace>;
751
+ marginInline?: AutoComplete<MarginSpace>;
752
+ marginInlineEnd?: AutoComplete<MarginSpace>;
753
+ marginInlineStart?: AutoComplete<MarginSpace>;
754
+ marginLeft?: AutoComplete<MarginSpace>;
755
+ marginRight?: AutoComplete<MarginSpace>;
756
+ marginTop?: AutoComplete<MarginSpace>;
663
757
  maxBlockSize?: AutoComplete<Dimension>;
664
758
  maxHeight?: AutoComplete<Dimension>;
665
759
  maxInlineSize?: AutoComplete<Dimension>;
@@ -678,6 +772,10 @@ type TokenisedProps = {
678
772
  paddingInline?: Space;
679
773
  paddingInlineEnd?: Space;
680
774
  paddingInlineStart?: Space;
775
+ paddingBottom?: AutoComplete<Space>;
776
+ paddingLeft?: AutoComplete<Space>;
777
+ paddingRight?: AutoComplete<Space>;
778
+ paddingTop?: AutoComplete<Space>;
681
779
  right?: AutoComplete<Space>;
682
780
  rowGap?: Space;
683
781
  top?: AutoComplete<Space>;