@daikin-oss/dds-tokens 0.2.1 → 0.3.1

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 (46) hide show
  1. package/CHANGELOG.md +15 -0
  2. package/README.md +1 -1
  3. package/build/css/aaf/Dark/variables.css +17 -88
  4. package/build/css/aaf/Light/variables.css +17 -88
  5. package/build/css/daikin/Dark/variables.css +21 -111
  6. package/build/css/daikin/Light/variables.css +17 -107
  7. package/build/js/aaf/Dark/variables.cjs +16 -87
  8. package/build/js/aaf/Dark/variables.d.cts +16 -107
  9. package/build/js/aaf/Dark/variables.d.ts +16 -107
  10. package/build/js/aaf/Dark/variables.js +17 -88
  11. package/build/js/aaf/Light/variables.cjs +16 -87
  12. package/build/js/aaf/Light/variables.d.cts +16 -107
  13. package/build/js/aaf/Light/variables.d.ts +16 -107
  14. package/build/js/aaf/Light/variables.js +17 -88
  15. package/build/js/daikin/Dark/variables.cjs +20 -110
  16. package/build/js/daikin/Dark/variables.d.cts +16 -127
  17. package/build/js/daikin/Dark/variables.d.ts +16 -127
  18. package/build/js/daikin/Dark/variables.js +21 -111
  19. package/build/js/daikin/Light/variables.cjs +16 -106
  20. package/build/js/daikin/Light/variables.d.cts +16 -127
  21. package/build/js/daikin/Light/variables.d.ts +16 -127
  22. package/build/js/daikin/Light/variables.js +17 -107
  23. package/build/json/aaf/Dark/tokens.json +302 -449
  24. package/build/json/aaf/Light/tokens.json +302 -449
  25. package/build/json/daikin/Dark/tokens.json +390 -571
  26. package/build/json/daikin/Light/tokens.json +386 -567
  27. package/build/scss/aaf/Dark/_mixins.scss +17 -88
  28. package/build/scss/aaf/Light/_mixins.scss +17 -88
  29. package/build/scss/daikin/Dark/_mixins.scss +21 -111
  30. package/build/scss/daikin/Light/_mixins.scss +17 -107
  31. package/package.json +1 -1
  32. package/themes/aaf/dark/component.json +1 -113
  33. package/themes/aaf/dark/system.json +1 -49
  34. package/themes/aaf/light/component.json +1 -113
  35. package/themes/aaf/light/system.json +1 -49
  36. package/themes/component.json +1 -184
  37. package/themes/dkn/dark/component.json +0 -237
  38. package/themes/dkn/dark/system.json +4 -77
  39. package/themes/dkn/light/component.json +0 -237
  40. package/themes/dkn/light/system.json +0 -73
  41. package/themes/reference.json +131 -200
  42. package/themes/system.json +1 -31
  43. package/build/css/aaf/Dark/buttons.css +0 -22
  44. package/build/css/aaf/Light/buttons.css +0 -22
  45. package/build/css/daikin/Dark/buttons.css +0 -22
  46. package/build/css/daikin/Light/buttons.css +0 -22
@@ -1,1078 +1,897 @@
1
1
  {
2
2
  "color-blue-10": [
3
3
  "#ddf3fc",
4
- "color"
4
+ "color",
5
+ null
5
6
  ],
6
7
  "color-blue-20": [
7
8
  "#bbe7f9",
8
- "color"
9
+ "color",
10
+ null
9
11
  ],
10
12
  "color-blue-30": [
11
13
  "#98dbf7",
12
- "color"
14
+ "color",
15
+ null
13
16
  ],
14
17
  "color-blue-40": [
15
18
  "#76cff4",
16
- "color"
19
+ "color",
20
+ null
17
21
  ],
18
22
  "color-blue-50": [
19
23
  "#54c3f1",
20
- "color"
24
+ "color",
25
+ null
21
26
  ],
22
27
  "color-blue-60": [
23
28
  "#30ade9",
24
- "color"
29
+ "color",
30
+ null
25
31
  ],
26
32
  "color-blue-70": [
27
33
  "#0097e0",
28
- "color"
34
+ "color",
35
+ null
29
36
  ],
30
37
  "color-blue-80": [
31
38
  "#0081c0",
32
- "color"
39
+ "color",
40
+ null
33
41
  ],
34
42
  "color-blue-90": [
35
43
  "#00689a",
36
- "color"
44
+ "color",
45
+ null
37
46
  ],
38
47
  "color-blue-100": [
39
48
  "#005077",
40
- "color"
49
+ "color",
50
+ null
41
51
  ],
42
52
  "color-blue-110": [
43
53
  "#004160",
44
- "color"
54
+ "color",
55
+ null
45
56
  ],
46
57
  "color-blue-120": [
47
58
  "#002b40",
48
- "color"
59
+ "color",
60
+ null
49
61
  ],
50
62
  "color-green-10": [
51
63
  "#ccfef8",
52
- "color"
64
+ "color",
65
+ null
53
66
  ],
54
67
  "color-green-20": [
55
68
  "#9bfaef",
56
- "color"
69
+ "color",
70
+ null
57
71
  ],
58
72
  "color-green-30": [
59
73
  "#6cf5e4",
60
- "color"
74
+ "color",
75
+ null
61
76
  ],
62
77
  "color-green-40": [
63
78
  "#3bf1dc",
64
- "color"
79
+ "color",
80
+ null
65
81
  ],
66
82
  "color-green-50": [
67
83
  "#13e5cc",
68
- "color"
84
+ "color",
85
+ null
69
86
  ],
70
87
  "color-green-60": [
71
88
  "#00c3ac",
72
- "color"
89
+ "color",
90
+ null
73
91
  ],
74
92
  "color-green-70": [
75
93
  "#008f7e",
76
- "color"
94
+ "color",
95
+ null
77
96
  ],
78
97
  "color-green-80": [
79
98
  "#007b6c",
80
- "color"
99
+ "color",
100
+ null
81
101
  ],
82
102
  "color-green-90": [
83
103
  "#00665a",
84
- "color"
104
+ "color",
105
+ null
85
106
  ],
86
107
  "color-green-100": [
87
108
  "#005248",
88
- "color"
109
+ "color",
110
+ null
89
111
  ],
90
112
  "color-green-110": [
91
113
  "#003d36",
92
- "color"
114
+ "color",
115
+ null
93
116
  ],
94
117
  "color-green-120": [
95
118
  "#002924",
96
- "color"
119
+ "color",
120
+ null
97
121
  ],
98
122
  "color-yellow-10": [
99
123
  "#fff4d7",
100
- "color"
124
+ "color",
125
+ null
101
126
  ],
102
127
  "color-yellow-20": [
103
128
  "#ffeaaf",
104
- "color"
129
+ "color",
130
+ null
105
131
  ],
106
132
  "color-yellow-30": [
107
133
  "#ffd45f",
108
- "color"
134
+ "color",
135
+ null
109
136
  ],
110
137
  "color-yellow-40": [
111
138
  "#ffc936",
112
- "color"
139
+ "color",
140
+ null
113
141
  ],
114
142
  "color-yellow-50": [
115
143
  "#ffbf0e",
116
- "color"
144
+ "color",
145
+ null
117
146
  ],
118
147
  "color-yellow-60": [
119
148
  "#efb000",
120
- "color"
149
+ "color",
150
+ null
121
151
  ],
122
152
  "color-yellow-70": [
123
153
  "#b88700",
124
- "color"
154
+ "color",
155
+ null
125
156
  ],
126
157
  "color-yellow-80": [
127
158
  "#9e7400",
128
- "color"
159
+ "color",
160
+ null
129
161
  ],
130
162
  "color-yellow-90": [
131
163
  "#836000",
132
- "color"
164
+ "color",
165
+ null
133
166
  ],
134
167
  "color-yellow-100": [
135
168
  "#694d00",
136
- "color"
169
+ "color",
170
+ null
137
171
  ],
138
172
  "color-yellow-110": [
139
173
  "#4f3a00",
140
- "color"
174
+ "color",
175
+ null
141
176
  ],
142
177
  "color-yellow-120": [
143
178
  "#352700",
144
- "color"
179
+ "color",
180
+ null
145
181
  ],
146
182
  "color-orange-10": [
147
183
  "#feead9",
148
- "color"
184
+ "color",
185
+ null
149
186
  ],
150
187
  "color-orange-20": [
151
188
  "#fcd4b3",
152
- "color"
189
+ "color",
190
+ null
153
191
  ],
154
192
  "color-orange-30": [
155
193
  "#fbbf8e",
156
- "color"
194
+ "color",
195
+ null
157
196
  ],
158
197
  "color-orange-40": [
159
198
  "#ff9c4b",
160
- "color"
199
+ "color",
200
+ null
161
201
  ],
162
202
  "color-orange-50": [
163
203
  "#fd8b2e",
164
- "color"
204
+ "color",
205
+ null
165
206
  ],
166
207
  "color-orange-60": [
167
208
  "#fa7a12",
168
- "color"
209
+ "color",
210
+ null
169
211
  ],
170
212
  "color-orange-70": [
171
213
  "#e46b08",
172
- "color"
214
+ "color",
215
+ null
173
216
  ],
174
217
  "color-orange-80": [
175
218
  "#b45100",
176
- "color"
219
+ "color",
220
+ null
177
221
  ],
178
222
  "color-orange-90": [
179
223
  "#964400",
180
- "color"
224
+ "color",
225
+ null
181
226
  ],
182
227
  "color-orange-100": [
183
228
  "#783600",
184
- "color"
229
+ "color",
230
+ null
185
231
  ],
186
232
  "color-orange-110": [
187
233
  "#5a2900",
188
- "color"
234
+ "color",
235
+ null
189
236
  ],
190
237
  "color-orange-120": [
191
238
  "#3c1b00",
192
- "color"
239
+ "color",
240
+ null
193
241
  ],
194
242
  "color-red-10": [
195
243
  "#fdd9db",
196
- "color"
244
+ "color",
245
+ null
197
246
  ],
198
247
  "color-red-20": [
199
248
  "#fbb3b7",
200
- "color"
249
+ "color",
250
+ null
201
251
  ],
202
252
  "color-red-30": [
203
253
  "#f98d93",
204
- "color"
254
+ "color",
255
+ null
205
256
  ],
206
257
  "color-red-40": [
207
258
  "#f7666f",
208
- "color"
259
+ "color",
260
+ null
209
261
  ],
210
262
  "color-red-50": [
211
263
  "#f4404b",
212
- "color"
264
+ "color",
265
+ null
213
266
  ],
214
267
  "color-red-60": [
215
268
  "#f21a27",
216
- "color"
269
+ "color",
270
+ null
217
271
  ],
218
272
  "color-red-70": [
219
273
  "#d80c18",
220
- "color"
274
+ "color",
275
+ null
221
276
  ],
222
277
  "color-red-80": [
223
278
  "#b90a15",
224
- "color"
279
+ "color",
280
+ null
225
281
  ],
226
282
  "color-red-90": [
227
283
  "#9a0911",
228
- "color"
284
+ "color",
285
+ null
229
286
  ],
230
287
  "color-red-100": [
231
288
  "#7b070e",
232
- "color"
289
+ "color",
290
+ null
233
291
  ],
234
292
  "color-red-110": [
235
293
  "#5d050a",
236
- "color"
294
+ "color",
295
+ null
237
296
  ],
238
297
  "color-red-120": [
239
298
  "#3e0307",
240
- "color"
241
- ],
242
- "color-red-aaf-100": [
243
- "#fcecea",
244
- "color"
245
- ],
246
- "color-red-aaf-200": [
247
- "#f5c0b8",
248
- "color"
249
- ],
250
- "color-red-aaf-300": [
251
- "#f8aeba",
252
- "color"
253
- ],
254
- "color-red-aaf-400": [
255
- "#db4f66",
256
- "color"
257
- ],
258
- "color-red-aaf-500": [
259
- "#d2324c",
260
- "color"
261
- ],
262
- "color-red-aaf-600": [
263
- "#c8102e",
264
- "color"
299
+ "color",
300
+ null
265
301
  ],
266
302
  "color-gray-10": [
267
303
  "#f2f2f2",
268
- "color"
304
+ "color",
305
+ null
269
306
  ],
270
307
  "color-gray-20": [
271
308
  "#ebebeb",
272
- "color"
309
+ "color",
310
+ null
273
311
  ],
274
312
  "color-gray-30": [
275
313
  "#dcdcdc",
276
- "color"
314
+ "color",
315
+ null
277
316
  ],
278
317
  "color-gray-40": [
279
318
  "#cecece",
280
- "color"
319
+ "color",
320
+ null
281
321
  ],
282
322
  "color-gray-50": [
283
323
  "#bfbfbf",
284
- "color"
324
+ "color",
325
+ null
285
326
  ],
286
327
  "color-gray-60": [
287
328
  "#a0a0a0",
288
- "color"
329
+ "color",
330
+ null
289
331
  ],
290
332
  "color-gray-70": [
291
333
  "#828282",
292
- "color"
334
+ "color",
335
+ null
293
336
  ],
294
337
  "color-gray-80": [
295
338
  "#616161",
296
- "color"
339
+ "color",
340
+ null
297
341
  ],
298
342
  "color-gray-90": [
299
343
  "#515151",
300
- "color"
344
+ "color",
345
+ null
301
346
  ],
302
347
  "color-gray-100": [
303
348
  "#414141",
304
- "color"
349
+ "color",
350
+ null
305
351
  ],
306
352
  "color-gray-110": [
307
353
  "#313131",
308
- "color"
354
+ "color",
355
+ null
309
356
  ],
310
357
  "color-gray-120": [
311
358
  "#212121",
312
- "color"
359
+ "color",
360
+ null
313
361
  ],
314
362
  "color-black": [
315
363
  "#000000",
316
- "color"
364
+ "color",
365
+ null
317
366
  ],
318
367
  "color-white": [
319
368
  "#ffffff",
320
- "color"
321
- ],
322
- "color-black-shadow": [
323
- "rgba(0, 0, 0, 0.1)",
324
- "color"
325
- ],
326
- "color-white-shadow": [
327
- "rgba(255, 255, 255, 0.1)",
328
- "color"
369
+ "color",
370
+ null
329
371
  ],
330
372
  "color-blue-gray-10": [
331
373
  "#eef0f2",
332
- "color"
374
+ "color",
375
+ null
333
376
  ],
334
377
  "color-blue-gray-20": [
335
378
  "#d8dde0",
336
- "color"
379
+ "color",
380
+ null
337
381
  ],
338
382
  "color-blue-gray-30": [
339
383
  "#bbc1c7",
340
- "color"
384
+ "color",
385
+ null
341
386
  ],
342
387
  "color-blue-gray-40": [
343
388
  "#a4acb4",
344
- "color"
389
+ "color",
390
+ null
345
391
  ],
346
392
  "color-blue-gray-50": [
347
393
  "#8d98a1",
348
- "color"
394
+ "color",
395
+ null
349
396
  ],
350
397
  "color-blue-gray-60": [
351
398
  "#76838e",
352
- "color"
399
+ "color",
400
+ null
353
401
  ],
354
402
  "color-blue-gray-70": [
355
403
  "#636e78",
356
- "color"
404
+ "color",
405
+ null
357
406
  ],
358
407
  "color-blue-gray-80": [
359
408
  "#505961",
360
- "color"
409
+ "color",
410
+ null
361
411
  ],
362
412
  "color-blue-gray-90": [
363
413
  "#444b52",
364
- "color"
414
+ "color",
415
+ null
365
416
  ],
366
417
  "color-blue-gray-100": [
367
418
  "#30353a",
368
- "color"
419
+ "color",
420
+ null
369
421
  ],
370
422
  "color-blue-gray-110": [
371
423
  "#282c30",
372
- "color"
424
+ "color",
425
+ null
373
426
  ],
374
427
  "color-blue-gray-120": [
375
428
  "#1b1e21",
376
- "color"
429
+ "color",
430
+ null
377
431
  ],
378
432
  "color-dark-gray-105": [
379
433
  "#383838",
380
- "color"
434
+ "color",
435
+ null
381
436
  ],
382
437
  "color-dark-gray-115": [
383
438
  "#282828",
384
- "color"
439
+ "color",
440
+ null
385
441
  ],
386
442
  "color-dark-gray-125": [
387
443
  "#1a1a1a",
388
- "color"
444
+ "color",
445
+ null
389
446
  ],
390
447
  "color-purple-10": [
391
448
  "#f0ddf3",
392
- "color"
449
+ "color",
450
+ null
393
451
  ],
394
452
  "color-purple-20": [
395
453
  "#e1bbe8",
396
- "color"
454
+ "color",
455
+ null
397
456
  ],
398
457
  "color-purple-30": [
399
458
  "#d399dc",
400
- "color"
459
+ "color",
460
+ null
401
461
  ],
402
462
  "color-purple-40": [
403
463
  "#c477d0",
404
- "color"
464
+ "color",
465
+ null
405
466
  ],
406
467
  "color-purple-50": [
407
468
  "#b556c5",
408
- "color"
469
+ "color",
470
+ null
409
471
  ],
410
472
  "color-purple-60": [
411
473
  "#a03db0",
412
- "color"
474
+ "color",
475
+ null
413
476
  ],
414
477
  "color-purple-70": [
415
478
  "#81318e",
416
- "color"
479
+ "color",
480
+ null
417
481
  ],
418
482
  "color-purple-80": [
419
483
  "#6f2a7a",
420
- "color"
484
+ "color",
485
+ null
421
486
  ],
422
487
  "color-purple-90": [
423
488
  "#5c2365",
424
- "color"
489
+ "color",
490
+ null
425
491
  ],
426
492
  "color-purple-100": [
427
493
  "#4a1c51",
428
- "color"
494
+ "color",
495
+ null
429
496
  ],
430
497
  "color-purple-110": [
431
498
  "#37153d",
432
- "color"
499
+ "color",
500
+ null
433
501
  ],
434
502
  "color-purple-120": [
435
503
  "#250e29",
436
- "color"
437
- ],
438
- "color-feedback-positive": [
439
- "#00c3ac",
440
- "color"
441
- ],
442
- "color-feedback-warning": [
443
- "#ffbf0e",
444
- "color"
445
- ],
446
- "color-feedback-negative": [
447
- "#f21a27",
448
- "color"
449
- ],
450
- "color-feedback-alarm": [
451
- "#fa7a12",
452
- "color"
453
- ],
454
- "color-feedback-information": [
455
- "#30ade9",
456
- "color"
457
- ],
458
- "color-brand-primary": [
459
- "#30ade9",
460
- "color"
461
- ],
462
- "color-brand-secondary": [
463
- "#76cff4",
464
- "color"
465
- ],
466
- "color-text-brand-primary": [
467
- "#30ade9",
468
- "color"
469
- ],
470
- "color-text-theme": [
471
- "#ffffff",
472
- "color"
473
- ],
474
- "color-text-default": [
475
- "#414141",
476
- "color"
477
- ],
478
- "color-text-default-sub": [
479
- "#616161",
480
- "color"
481
- ],
482
- "color-background-theme": [
483
- "#ffffff",
484
- "color"
485
- ],
486
- "color-background-component": [
487
- "#ffffff",
488
- "color"
489
- ],
490
- "color-background-object": [
491
- "#414141",
492
- "color"
504
+ "color",
505
+ null
493
506
  ],
494
507
  "color-common-brand-default": [
495
508
  "#0097e0",
496
- "color"
509
+ "color",
510
+ null
497
511
  ],
498
512
  "color-common-brand-hover": [
499
513
  "#0081c0",
500
- "color"
514
+ "color",
515
+ null
501
516
  ],
502
517
  "color-common-brand-press": [
503
518
  "#00689a",
504
- "color"
519
+ "color",
520
+ null
505
521
  ],
506
522
  "color-common-surface-brand-hover": [
507
523
  "#ddf3fc",
508
- "color"
524
+ "color",
525
+ null
509
526
  ],
510
527
  "color-common-surface-brand-press": [
511
528
  "#bbe7f9",
512
- "color"
529
+ "color",
530
+ null
513
531
  ],
514
532
  "color-common-surface-neutral-hover": [
515
533
  "#f2f2f2",
516
- "color"
534
+ "color",
535
+ null
517
536
  ],
518
537
  "color-common-surface-neutral-press": [
519
538
  "#ebebeb",
520
- "color"
539
+ "color",
540
+ null
521
541
  ],
522
542
  "color-common-surface-danger-hover": [
523
543
  "#fdd9db",
524
- "color"
544
+ "color",
545
+ null
525
546
  ],
526
547
  "color-common-surface-danger-press": [
527
548
  "#fbb3b7",
528
- "color"
549
+ "color",
550
+ null
529
551
  ],
530
552
  "color-common-surface-default": [
531
553
  "#ffffff",
532
- "color"
554
+ "color",
555
+ null
533
556
  ],
534
557
  "color-common-surface-hover": [
535
558
  "#f2f2f2",
536
- "color"
559
+ "color",
560
+ null
537
561
  ],
538
562
  "color-common-surface-press": [
539
563
  "#ebebeb",
540
- "color"
564
+ "color",
565
+ null
541
566
  ],
542
567
  "color-common-surface-selected-default": [
543
568
  "#ddf3fc",
544
- "color"
569
+ "color",
570
+ null
545
571
  ],
546
572
  "color-common-surface-selected-hover": [
547
573
  "#bbe7f9",
548
- "color"
574
+ "color",
575
+ null
549
576
  ],
550
577
  "color-common-surface-selected-press": [
551
578
  "#98dbf7",
552
- "color"
579
+ "color",
580
+ null
553
581
  ],
554
582
  "color-common-neutral-default": [
555
583
  "#616161",
556
- "color"
584
+ "color",
585
+ null
557
586
  ],
558
587
  "color-common-neutral-hover": [
559
588
  "#515151",
560
- "color"
589
+ "color",
590
+ null
561
591
  ],
562
592
  "color-common-neutral-press": [
563
593
  "#414141",
564
- "color"
594
+ "color",
595
+ null
565
596
  ],
566
597
  "color-common-danger-default": [
567
598
  "#d80c18",
568
- "color"
599
+ "color",
600
+ null
569
601
  ],
570
602
  "color-common-danger-hover": [
571
603
  "#b90a15",
572
- "color"
604
+ "color",
605
+ null
573
606
  ],
574
607
  "color-common-danger-press": [
575
608
  "#9a0911",
576
- "color"
609
+ "color",
610
+ null
577
611
  ],
578
612
  "color-common-success": [
579
613
  "#008f7e",
580
- "color"
614
+ "color",
615
+ null
581
616
  ],
582
617
  "color-common-warning": [
583
618
  "#b88700",
584
- "color"
619
+ "color",
620
+ null
585
621
  ],
586
622
  "color-common-alarm": [
587
623
  "#e46b08",
588
- "color"
624
+ "color",
625
+ null
589
626
  ],
590
627
  "color-common-information": [
591
628
  "#0097e0",
592
- "color"
629
+ "color",
630
+ null
593
631
  ],
594
632
  "color-common-disabled": [
595
633
  "#bfbfbf",
596
- "color"
634
+ "color",
635
+ null
597
636
  ],
598
637
  "color-common-text-primary": [
599
638
  "#414141",
600
- "color"
639
+ "color",
640
+ null
601
641
  ],
602
642
  "color-common-text-secondary": [
603
643
  "#616161",
604
- "color"
644
+ "color",
645
+ null
605
646
  ],
606
647
  "color-common-text-inverse": [
607
648
  "#ffffff",
608
- "color"
649
+ "color",
650
+ null
609
651
  ],
610
652
  "color-common-border-focus": [
611
653
  "#0081c0",
612
- "color"
654
+ "color",
655
+ null
613
656
  ],
614
657
  "color-common-border-empty": [
615
658
  "#cecece",
616
- "color"
659
+ "color",
660
+ null
617
661
  ],
618
662
  "color-common-background-default": [
619
663
  "#ffffff",
620
- "color"
664
+ "color",
665
+ null
621
666
  ],
622
667
  "color-common-background-overlay": [
623
668
  "#000000",
624
- "color"
669
+ "color",
670
+ null
625
671
  ],
626
672
  "color-divider": [
627
673
  "#cecece",
628
- "color"
674
+ "color",
675
+ null
629
676
  ],
630
677
  "color-link-text-default": [
631
678
  "#00689a",
632
- "color"
679
+ "color",
680
+ null
633
681
  ],
634
682
  "color-link-text-hover": [
635
683
  "#005077",
636
- "color"
684
+ "color",
685
+ null
637
686
  ],
638
687
  "color-link-text-press": [
639
688
  "#004160",
640
- "color"
689
+ "color",
690
+ null
641
691
  ],
642
692
  "color-link-text-visited-default": [
643
693
  "#5c2365",
644
- "color"
694
+ "color",
695
+ null
645
696
  ],
646
697
  "color-link-text-visited-hover": [
647
698
  "#4a1c51",
648
- "color"
699
+ "color",
700
+ null
649
701
  ],
650
702
  "color-link-text-visited-press": [
651
703
  "#37153d",
652
- "color"
704
+ "color",
705
+ null
653
706
  ],
654
707
  "color-link-surface-visited-hover": [
655
708
  "#f0ddf3",
656
- "color"
709
+ "color",
710
+ null
657
711
  ],
658
712
  "color-link-surface-visited-press": [
659
713
  "#e1bbe8",
660
- "color"
714
+ "color",
715
+ null
661
716
  ],
662
717
  "border-radius-100": [
663
718
  "4px",
664
- "dimension"
719
+ "dimension",
720
+ "borderRadius"
665
721
  ],
666
722
  "border-radius-150": [
667
723
  "6px",
668
- "dimension"
724
+ "dimension",
725
+ "borderRadius"
669
726
  ],
670
727
  "border-radius-200": [
671
728
  "8px",
672
- "dimension"
729
+ "dimension",
730
+ "borderRadius"
673
731
  ],
674
732
  "border-radius-250": [
675
733
  "10px",
676
- "dimension"
734
+ "dimension",
735
+ "borderRadius"
677
736
  ],
678
737
  "border-radius-300": [
679
738
  "12px",
680
- "dimension"
739
+ "dimension",
740
+ "borderRadius"
681
741
  ],
682
742
  "border-radius-400": [
683
743
  "16px",
684
- "dimension"
744
+ "dimension",
745
+ "borderRadius"
685
746
  ],
686
747
  "border-radius-050": [
687
748
  "2px",
688
- "dimension"
749
+ "dimension",
750
+ "borderRadius"
689
751
  ],
690
752
  "border-width-100": [
691
753
  "4px",
692
- "dimension"
754
+ "dimension",
755
+ "borderWidth"
693
756
  ],
694
757
  "border-width-025": [
695
758
  "1px",
696
- "dimension"
759
+ "dimension",
760
+ "borderWidth"
697
761
  ],
698
762
  "border-width-050": [
699
763
  "2px",
700
- "dimension"
764
+ "dimension",
765
+ "borderWidth"
701
766
  ],
702
767
  "space-100": [
703
768
  "4px",
704
- "dimension"
769
+ "dimension",
770
+ "spacing"
705
771
  ],
706
772
  "space-200": [
707
773
  "8px",
708
- "dimension"
774
+ "dimension",
775
+ "spacing"
709
776
  ],
710
777
  "space-300": [
711
778
  "12px",
712
- "dimension"
779
+ "dimension",
780
+ "spacing"
713
781
  ],
714
782
  "space-400": [
715
783
  "16px",
716
- "dimension"
784
+ "dimension",
785
+ "spacing"
717
786
  ],
718
787
  "space-800": [
719
788
  "32px",
720
- "dimension"
789
+ "dimension",
790
+ "spacing"
721
791
  ],
722
792
  "space-050": [
723
793
  "2px",
724
- "dimension"
725
- ],
726
- "shadow-black": [
727
- "0 -2px 19px 0 rgba(0, 0, 0, 0.1)",
728
- "shadow"
729
- ],
730
- "shadow-white": [
731
- "0 -2px 19px 0 rgba(255, 255, 255, 0.1)",
732
- "shadow"
733
- ],
734
- "font-size-300": [
735
- "12px",
736
- "typography"
737
- ],
738
- "font-size-350": [
739
- "14px",
740
- "typography"
741
- ],
742
- "font-size-400": [
743
- "16px",
744
- "typography"
745
- ],
746
- "line-height-tight": [
747
- "130%",
748
- "typography"
749
- ],
750
- "line-height-normal": [
751
- "150%",
752
- "typography"
753
- ],
754
- "font-weight-bold": [
755
- "Bold",
756
- "typography"
794
+ "dimension",
795
+ "spacing"
757
796
  ],
758
- "font-weight-regular": [
759
- "Regular",
760
- "typography"
761
- ],
762
- "font-family-base": [
763
- "Roboto",
764
- "typography"
765
- ],
766
- "regular-normal-300": [
797
+ "font-regular-normal-300": [
767
798
  "400 12px/1.5 Roboto",
768
- "typography"
799
+ "typography",
800
+ null
769
801
  ],
770
- "regular-normal-350": [
802
+ "font-regular-normal-350": [
771
803
  "400 14px/1.5 Roboto",
772
- "typography"
804
+ "typography",
805
+ null
773
806
  ],
774
- "regular-normal-400": [
807
+ "font-regular-normal-400": [
775
808
  "400 16px/1.5 Roboto",
776
- "typography"
809
+ "typography",
810
+ null
777
811
  ],
778
- "regular-tight-300": [
812
+ "font-regular-tight-300": [
779
813
  "400 12px/1.3 Roboto",
780
- "typography"
814
+ "typography",
815
+ null
781
816
  ],
782
- "regular-tight-350": [
817
+ "font-regular-tight-350": [
783
818
  "400 14px/1.3 Roboto",
784
- "typography"
819
+ "typography",
820
+ null
785
821
  ],
786
- "regular-tight-400": [
822
+ "font-regular-tight-400": [
787
823
  "400 16px/1.3 Roboto",
788
- "typography"
824
+ "typography",
825
+ null
789
826
  ],
790
- "regular-bold-normal-300": [
827
+ "font-regular-bold-normal-300": [
791
828
  "700 12px/1.5 Roboto",
792
- "typography"
829
+ "typography",
830
+ null
793
831
  ],
794
- "regular-bold-normal-350": [
832
+ "font-regular-bold-normal-350": [
795
833
  "700 14px/1.5 Roboto",
796
- "typography"
834
+ "typography",
835
+ null
797
836
  ],
798
- "regular-bold-normal-400": [
837
+ "font-regular-bold-normal-400": [
799
838
  "700 16px/1.5 Roboto",
800
- "typography"
839
+ "typography",
840
+ null
801
841
  ],
802
- "regular-bold-tight-300": [
842
+ "font-regular-bold-tight-300": [
803
843
  "700 12px/1.3 Roboto",
804
- "typography"
844
+ "typography",
845
+ null
805
846
  ],
806
- "regular-bold-tight-350": [
847
+ "font-regular-bold-tight-350": [
807
848
  "700 14px/1.3 Roboto",
808
- "typography"
849
+ "typography",
850
+ null
809
851
  ],
810
- "regular-bold-tight-400": [
852
+ "font-regular-bold-tight-400": [
811
853
  "700 16px/1.3 Roboto",
812
- "typography"
813
- ],
814
- "checkbox-border-unselected": [
815
- "2px solid #bfbfbf",
816
- "border"
817
- ],
818
- "checkbox-color-background": [
819
- "#30ade9",
820
- "color"
821
- ],
822
- "checkbox-color-icon": [
823
- "#ffffff",
824
- "color"
825
- ],
826
- "dropdown-color-background": [
827
- "#ffffff",
828
- "color"
829
- ],
830
- "dropdown-color-text": [
831
- "#515151",
832
- "color"
833
- ],
834
- "dropdown-tray-color-background-selected": [
835
- "#ebebeb",
836
- "color"
837
- ],
838
- "table-color-background": [
839
- "#ffffff",
840
- "color"
841
- ],
842
- "table-color-text": [
843
- "#515151",
844
- "color"
845
- ],
846
- "table-header-border": [
847
- "1px none #000000",
848
- "border"
849
- ],
850
- "table-cell-border": [
851
- "1px none #ebebeb",
852
- "border"
853
- ],
854
- "table-page-number-color-background-selected": [
855
- "#828282",
856
- "color"
857
- ],
858
- "table-page-number-color-text-default": [
859
- "#515151",
860
- "color"
861
- ],
862
- "table-page-number-color-text-selected": [
863
- "#ffffff",
864
- "color"
865
- ],
866
- "table-page-number-border-hover": [
867
- "1px none #828282",
868
- "border"
869
- ],
870
- "login-sso-button-border": [
871
- "1px none #616161",
872
- "border"
873
- ],
874
- "login-sso-button-color-text": [
875
- "#616161",
876
- "color"
877
- ],
878
- "form-color-background": [
879
- "#ffffff",
880
- "color"
881
- ],
882
- "form-color-text-default": [
883
- "#414141",
884
- "color"
885
- ],
886
- "form-color-text-placeholder": [
887
- "#828282",
888
- "color"
889
- ],
890
- "form-color-text-positive": [
891
- "#00c3ac",
892
- "color"
893
- ],
894
- "form-color-text-negative": [
895
- "#f21a27",
896
- "color"
897
- ],
898
- "notification-color-background-success": [
899
- "#00c3ac",
900
- "color"
901
- ],
902
- "notification-color-background-error": [
903
- "#f21a27",
904
- "color"
905
- ],
906
- "notification-color-background-warning": [
907
- "#ffbf0e",
908
- "color"
909
- ],
910
- "notification-color-background-alarm": [
911
- "#fa7a12",
912
- "color"
913
- ],
914
- "notification-color-background-information": [
915
- "#30ade9",
916
- "color"
917
- ],
918
- "notification-color-background-theme": [
919
- "#ffffff",
920
- "color"
921
- ],
922
- "notification-color-text": [
923
- "#414141",
924
- "color"
925
- ],
926
- "notification-shadow": [
927
- "0 -2px 19px 0 rgba(0, 0, 0, 0.1)",
928
- "shadow"
929
- ],
930
- "icon-color-background-neutral": [
931
- "#a0a0a0",
932
- "color"
933
- ],
934
- "icon-color-background-default": [
935
- "#414141",
936
- "color"
937
- ],
938
- "icon-color-background-theme": [
939
- "#ffffff",
940
- "color"
941
- ],
942
- "container-color-background": [
943
- "#ffffff",
944
- "color"
945
- ],
946
- "container-color-text-header": [
947
- "#414141",
948
- "color"
949
- ],
950
- "container-color-text-body": [
951
- "#616161",
952
- "color"
953
- ],
954
- "card-shadow": [
955
- "0 -2px 19px 0 rgba(0, 0, 0, 0.1)",
956
- "shadow"
957
- ],
958
- "card-color-background": [
959
- "#ffffff",
960
- "color"
961
- ],
962
- "card-border-hover": [
963
- "2px solid #BFBFBF",
964
- "border"
965
- ],
966
- "card-border-alert": [
967
- "2px solid #f21a27",
968
- "border"
969
- ],
970
- "card-border-underline": [
971
- "1px solid #d8dde0",
972
- "border"
973
- ],
974
- "button-color-background-primary-active": [
975
- "#30ade9",
976
- "color"
977
- ],
978
- "button-color-background-primary-hover": [
979
- "#76cff4",
980
- "color"
981
- ],
982
- "button-color-background-primary-press": [
983
- "#0097e0",
984
- "color"
985
- ],
986
- "button-color-background-primary-focus": [
987
- "#0081c0",
988
- "color"
989
- ],
990
- "button-color-background-primary-disabled": [
991
- "#dcdcdc",
992
- "color"
993
- ],
994
- "button-color-border-secondary-active": [
995
- "#30ade9",
996
- "color"
997
- ],
998
- "button-color-border-secondary-hover": [
999
- "#76cff4",
1000
- "color"
1001
- ],
1002
- "button-color-border-secondary-press": [
1003
- "#0097e0",
1004
- "color"
1005
- ],
1006
- "button-color-border-secondary-focus": [
1007
- "#0081c0",
1008
- "color"
1009
- ],
1010
- "button-color-border-secondary-disabled": [
1011
- "#dcdcdc",
1012
- "color"
1013
- ],
1014
- "button-color-text-secondary-active": [
1015
- "#30ade9",
1016
- "color"
1017
- ],
1018
- "button-color-text-secondary-hover": [
1019
- "#76cff4",
1020
- "color"
1021
- ],
1022
- "button-color-text-secondary-press": [
1023
- "#0097e0",
1024
- "color"
1025
- ],
1026
- "button-color-text-secondary-focus": [
1027
- "#0081c0",
1028
- "color"
1029
- ],
1030
- "button-color-text-secondary-disabled": [
1031
- "#dcdcdc",
1032
- "color"
1033
- ],
1034
- "button-color-text-primary": [
1035
- "#ffffff",
1036
- "color"
854
+ "typography",
855
+ null
1037
856
  ],
1038
- "tab-color-line-active": [
1039
- "#30ade9",
1040
- "color"
1041
- ],
1042
- "tab-color-line-hover": [
1043
- "#76cff4",
1044
- "color"
1045
- ],
1046
- "tab-color-line-press": [
1047
- "#0097e0",
1048
- "color"
857
+ "font-size-300": [
858
+ "12px",
859
+ "fontSize",
860
+ "fontSizes"
1049
861
  ],
1050
- "tab-color-line-focus": [
1051
- "#0081c0",
1052
- "color"
862
+ "font-size-350": [
863
+ "14px",
864
+ "fontSize",
865
+ "fontSizes"
1053
866
  ],
1054
- "tab-color-line-disabled": [
1055
- "#dcdcdc",
1056
- "color"
867
+ "font-size-400": [
868
+ "16px",
869
+ "fontSize",
870
+ "fontSizes"
1057
871
  ],
1058
- "tab-color-text-active": [
1059
- "#30ade9",
1060
- "color"
872
+ "font-line-height-tight": [
873
+ "1.3",
874
+ "lineHeight",
875
+ "lineHeights"
1061
876
  ],
1062
- "tab-color-text-hover": [
1063
- "#76cff4",
1064
- "color"
877
+ "font-line-height-normal": [
878
+ "1.5",
879
+ "lineHeight",
880
+ "lineHeights"
1065
881
  ],
1066
- "tab-color-text-press": [
1067
- "#0097e0",
1068
- "color"
882
+ "font-weight-bold": [
883
+ "700",
884
+ "fontWeight",
885
+ "fontWeights"
1069
886
  ],
1070
- "tab-color-text-focus": [
1071
- "#0081c0",
1072
- "color"
887
+ "font-weight-regular": [
888
+ "400",
889
+ "fontWeight",
890
+ "fontWeights"
1073
891
  ],
1074
- "tab-color-text-disabled": [
1075
- "#dcdcdc",
1076
- "color"
892
+ "font-family-base": [
893
+ "Roboto",
894
+ "fontFamily",
895
+ "fontFamilies"
1077
896
  ]
1078
897
  }