@knime/kds-styles 0.0.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 (132) hide show
  1. package/LICENSE +710 -0
  2. package/README.md +46 -0
  3. package/dist/icons/ai-general.svg +1 -0
  4. package/dist/icons/annotation-mode.svg +1 -0
  5. package/dist/icons/arrow-down.svg +1 -0
  6. package/dist/icons/arrow-up.svg +1 -0
  7. package/dist/icons/arrows-expand.svg +1 -0
  8. package/dist/icons/arrows-move.svg +1 -0
  9. package/dist/icons/arrows-order.svg +1 -0
  10. package/dist/icons/back.svg +1 -0
  11. package/dist/icons/bold.svg +1 -0
  12. package/dist/icons/calendar.svg +1 -0
  13. package/dist/icons/case-sensitive.svg +1 -0
  14. package/dist/icons/center-aligned.svg +1 -0
  15. package/dist/icons/checkmark.svg +1 -0
  16. package/dist/icons/chevron-down.svg +1 -0
  17. package/dist/icons/chevron-left-double.svg +1 -0
  18. package/dist/icons/chevron-left.svg +1 -0
  19. package/dist/icons/chevron-right-double.svg +1 -0
  20. package/dist/icons/chevron-right.svg +1 -0
  21. package/dist/icons/chevron-up.svg +1 -0
  22. package/dist/icons/circle-error.svg +1 -0
  23. package/dist/icons/circle-info.svg +1 -0
  24. package/dist/icons/circle-question.svg +1 -0
  25. package/dist/icons/circle-success.svg +1 -0
  26. package/dist/icons/cloud-download.svg +1 -0
  27. package/dist/icons/cloud-knime.svg +1 -0
  28. package/dist/icons/cloud-upload.svg +1 -0
  29. package/dist/icons/cloud-workflow.svg +1 -0
  30. package/dist/icons/code-block.svg +1 -0
  31. package/dist/icons/color-picker.svg +1 -0
  32. package/dist/icons/component.svg +1 -0
  33. package/dist/icons/connection.svg +1 -0
  34. package/dist/icons/cursor.svg +1 -0
  35. package/dist/icons/data-app.svg +1 -0
  36. package/dist/icons/date-time.svg +1 -0
  37. package/dist/icons/db-database.svg +1 -0
  38. package/dist/icons/def.ts +131 -0
  39. package/dist/icons/deploy.svg +1 -0
  40. package/dist/icons/detect.svg +1 -0
  41. package/dist/icons/divider.svg +1 -0
  42. package/dist/icons/duration.svg +1 -0
  43. package/dist/icons/edit.svg +1 -0
  44. package/dist/icons/education.svg +1 -0
  45. package/dist/icons/error-panel.svg +1 -0
  46. package/dist/icons/execute.svg +1 -0
  47. package/dist/icons/extension-community.svg +1 -0
  48. package/dist/icons/extension.svg +1 -0
  49. package/dist/icons/external-link.svg +1 -0
  50. package/dist/icons/eye.svg +1 -0
  51. package/dist/icons/file-export.svg +1 -0
  52. package/dist/icons/file-text.svg +1 -0
  53. package/dist/icons/file.svg +1 -0
  54. package/dist/icons/filter.svg +1 -0
  55. package/dist/icons/flow-variable-in-out.svg +1 -0
  56. package/dist/icons/flow-variable-in.svg +1 -0
  57. package/dist/icons/flow-variable-out.svg +1 -0
  58. package/dist/icons/folder-plus.svg +1 -0
  59. package/dist/icons/folder-workflow.svg +1 -0
  60. package/dist/icons/folder.svg +1 -0
  61. package/dist/icons/forum.svg +1 -0
  62. package/dist/icons/function-catalog.svg +1 -0
  63. package/dist/icons/home.svg +1 -0
  64. package/dist/icons/import.svg +1 -0
  65. package/dist/icons/info.svg +1 -0
  66. package/dist/icons/interval.svg +1 -0
  67. package/dist/icons/italic.svg +1 -0
  68. package/dist/icons/left-aligned.svg +1 -0
  69. package/dist/icons/like.svg +1 -0
  70. package/dist/icons/limit.svg +1 -0
  71. package/dist/icons/link.svg +1 -0
  72. package/dist/icons/linked-metanode.svg +1 -0
  73. package/dist/icons/list-bulletpoint.svg +1 -0
  74. package/dist/icons/list-number.svg +1 -0
  75. package/dist/icons/list-thumbs.svg +1 -0
  76. package/dist/icons/list.svg +1 -0
  77. package/dist/icons/local-filesystem.svg +1 -0
  78. package/dist/icons/lock.svg +1 -0
  79. package/dist/icons/metanode.svg +1 -0
  80. package/dist/icons/minus.svg +1 -0
  81. package/dist/icons/more-actions.svg +1 -0
  82. package/dist/icons/node-stack.svg +1 -0
  83. package/dist/icons/open-in-new-window.svg +1 -0
  84. package/dist/icons/parameter.svg +1 -0
  85. package/dist/icons/pending-changes.svg +1 -0
  86. package/dist/icons/placeholder.svg +1 -0
  87. package/dist/icons/plus.svg +1 -0
  88. package/dist/icons/quote.svg +1 -0
  89. package/dist/icons/re-execution.svg +1 -0
  90. package/dist/icons/redo.svg +1 -0
  91. package/dist/icons/reload.svg +1 -0
  92. package/dist/icons/reset-all.svg +1 -0
  93. package/dist/icons/right-aligned.svg +1 -0
  94. package/dist/icons/rocket.svg +1 -0
  95. package/dist/icons/save-as.svg +1 -0
  96. package/dist/icons/save.svg +1 -0
  97. package/dist/icons/schedule.svg +1 -0
  98. package/dist/icons/search.svg +1 -0
  99. package/dist/icons/selected-cancel.svg +1 -0
  100. package/dist/icons/selected-execute.svg +1 -0
  101. package/dist/icons/selected-reset.svg +1 -0
  102. package/dist/icons/send.svg +1 -0
  103. package/dist/icons/server-rack-workflow.svg +1 -0
  104. package/dist/icons/settings.svg +1 -0
  105. package/dist/icons/share.svg +1 -0
  106. package/dist/icons/shortcuts.svg +1 -0
  107. package/dist/icons/sort-ascending.svg +1 -0
  108. package/dist/icons/sort-descending.svg +1 -0
  109. package/dist/icons/space-local.svg +1 -0
  110. package/dist/icons/space-private.svg +1 -0
  111. package/dist/icons/space.svg +1 -0
  112. package/dist/icons/strikethrough.svg +1 -0
  113. package/dist/icons/text.svg +1 -0
  114. package/dist/icons/textstyles.svg +1 -0
  115. package/dist/icons/thumbs-down.svg +1 -0
  116. package/dist/icons/thumbs-up.svg +1 -0
  117. package/dist/icons/time.svg +1 -0
  118. package/dist/icons/to-bottom.svg +1 -0
  119. package/dist/icons/to-top.svg +1 -0
  120. package/dist/icons/trash.svg +1 -0
  121. package/dist/icons/trigger.svg +1 -0
  122. package/dist/icons/underline.svg +1 -0
  123. package/dist/icons/undo.svg +1 -0
  124. package/dist/icons/unlink.svg +1 -0
  125. package/dist/icons/user.svg +1 -0
  126. package/dist/icons/view-cards.svg +1 -0
  127. package/dist/icons/warning.svg +1 -0
  128. package/dist/icons/workflow.svg +1 -0
  129. package/dist/icons/x-close.svg +1 -0
  130. package/dist/tokens/css/_properties.css +2409 -0
  131. package/dist/tokens/css/_variables.css +407 -0
  132. package/package.json +40 -0
@@ -0,0 +1,2409 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+
5
+ @property --kds-core-color-neutral-25 {
6
+ syntax: "<color>";
7
+ inherits: true;
8
+ initial-value: hsl(0 0% 99%);
9
+ }
10
+
11
+ @property --kds-core-color-neutral-50 {
12
+ syntax: "<color>";
13
+ inherits: true;
14
+ initial-value: hsl(0 0% 98%);
15
+ }
16
+
17
+ @property --kds-core-color-neutral-100 {
18
+ syntax: "<color>";
19
+ inherits: true;
20
+ initial-value: hsl(0 0% 94%);
21
+ }
22
+
23
+ @property --kds-core-color-neutral-175 {
24
+ syntax: "<color>";
25
+ inherits: true;
26
+ initial-value: hsl(0 0% 90%);
27
+ }
28
+
29
+ @property --kds-core-color-neutral-250 {
30
+ syntax: "<color>";
31
+ inherits: true;
32
+ initial-value: hsl(0 0% 73%);
33
+ }
34
+
35
+ @property --kds-core-color-neutral-275 {
36
+ syntax: "<color>";
37
+ inherits: true;
38
+ initial-value: hsl(0 0% 64%);
39
+ }
40
+
41
+ @property --kds-core-color-neutral-325 {
42
+ syntax: "<color>";
43
+ inherits: true;
44
+ initial-value: hsl(0 0% 48%);
45
+ }
46
+
47
+ @property --kds-core-color-neutral-375 {
48
+ syntax: "<color>";
49
+ inherits: true;
50
+ initial-value: hsl(0 0% 43%);
51
+ }
52
+
53
+ @property --kds-core-color-neutral-400 {
54
+ syntax: "<color>";
55
+ inherits: true;
56
+ initial-value: hsl(0 0% 32%);
57
+ }
58
+
59
+ @property --kds-core-color-neutral-475 {
60
+ syntax: "<color>";
61
+ inherits: true;
62
+ initial-value: hsl(0 0% 22%);
63
+ }
64
+
65
+ @property --kds-core-color-neutral-550 {
66
+ syntax: "<color>";
67
+ inherits: true;
68
+ initial-value: hsl(0 0% 19%);
69
+ }
70
+
71
+ @property --kds-core-color-neutral-650 {
72
+ syntax: "<color>";
73
+ inherits: true;
74
+ initial-value: hsl(0 0% 16%);
75
+ }
76
+
77
+ @property --kds-core-color-neutral-725 {
78
+ syntax: "<color>";
79
+ inherits: true;
80
+ initial-value: hsl(0 0% 13%);
81
+ }
82
+
83
+ @property --kds-core-color-neutral-800 {
84
+ syntax: "<color>";
85
+ inherits: true;
86
+ initial-value: hsl(0 0% 11%);
87
+ }
88
+
89
+ @property --kds-core-color-neutral-875 {
90
+ syntax: "<color>";
91
+ inherits: true;
92
+ initial-value: hsl(0 0% 10%);
93
+ }
94
+
95
+ @property --kds-core-color-red-25 {
96
+ syntax: "<color>";
97
+ inherits: true;
98
+ initial-value: hsl(0 56% 98%);
99
+ }
100
+
101
+ @property --kds-core-color-red-50 {
102
+ syntax: "<color>";
103
+ inherits: true;
104
+ initial-value: hsl(0 100% 97%);
105
+ }
106
+
107
+ @property --kds-core-color-red-100 {
108
+ syntax: "<color>";
109
+ inherits: true;
110
+ initial-value: hsl(2 100% 92%);
111
+ }
112
+
113
+ @property --kds-core-color-red-175 {
114
+ syntax: "<color>";
115
+ inherits: true;
116
+ initial-value: hsl(3 100% 86%);
117
+ }
118
+
119
+ @property --kds-core-color-red-250 {
120
+ syntax: "<color>";
121
+ inherits: true;
122
+ initial-value: hsl(4 100% 80%);
123
+ }
124
+
125
+ @property --kds-core-color-red-325 {
126
+ syntax: "<color>";
127
+ inherits: true;
128
+ initial-value: hsl(3 100% 72%);
129
+ }
130
+
131
+ @property --kds-core-color-red-400 {
132
+ syntax: "<color>";
133
+ inherits: true;
134
+ initial-value: hsl(0 100% 66%);
135
+ }
136
+
137
+ @property --kds-core-color-red-475 {
138
+ syntax: "<color>";
139
+ inherits: true;
140
+ initial-value: hsl(356 77% 54%);
141
+ }
142
+
143
+ @property --kds-core-color-red-550 {
144
+ syntax: "<color>";
145
+ inherits: true;
146
+ initial-value: hsl(353 75% 45%);
147
+ }
148
+
149
+ @property --kds-core-color-red-650 {
150
+ syntax: "<color>";
151
+ inherits: true;
152
+ initial-value: hsl(349 91% 35%);
153
+ }
154
+
155
+ @property --kds-core-color-red-725 {
156
+ syntax: "<color>";
157
+ inherits: true;
158
+ initial-value: hsl(348 97% 27%);
159
+ }
160
+
161
+ @property --kds-core-color-red-800 {
162
+ syntax: "<color>";
163
+ inherits: true;
164
+ initial-value: hsl(348 94% 21%);
165
+ }
166
+
167
+ @property --kds-core-color-red-875 {
168
+ syntax: "<color>";
169
+ inherits: true;
170
+ initial-value: hsl(353 84% 15%);
171
+ }
172
+
173
+ @property --kds-core-color-orange-25 {
174
+ syntax: "<color>";
175
+ inherits: true;
176
+ initial-value: hsl(34 54% 98%);
177
+ }
178
+
179
+ @property --kds-core-color-orange-50 {
180
+ syntax: "<color>";
181
+ inherits: true;
182
+ initial-value: hsl(30 95% 92%);
183
+ }
184
+
185
+ @property --kds-core-color-orange-100 {
186
+ syntax: "<color>";
187
+ inherits: true;
188
+ initial-value: hsl(31 100% 83%);
189
+ }
190
+
191
+ @property --kds-core-color-orange-175 {
192
+ syntax: "<color>";
193
+ inherits: true;
194
+ initial-value: hsl(31 79% 74%);
195
+ }
196
+
197
+ @property --kds-core-color-orange-250 {
198
+ syntax: "<color>";
199
+ inherits: true;
200
+ initial-value: hsl(31 83% 66%);
201
+ }
202
+
203
+ @property --kds-core-color-orange-325 {
204
+ syntax: "<color>";
205
+ inherits: true;
206
+ initial-value: hsl(30 80% 60%);
207
+ }
208
+
209
+ @property --kds-core-color-orange-400 {
210
+ syntax: "<color>";
211
+ inherits: true;
212
+ initial-value: hsl(27 68% 55%);
213
+ }
214
+
215
+ @property --kds-core-color-orange-475 {
216
+ syntax: "<color>";
217
+ inherits: true;
218
+ initial-value: hsl(25 59% 51%);
219
+ }
220
+
221
+ @property --kds-core-color-orange-550 {
222
+ syntax: "<color>";
223
+ inherits: true;
224
+ initial-value: hsl(22 60% 45%);
225
+ }
226
+
227
+ @property --kds-core-color-orange-650 {
228
+ syntax: "<color>";
229
+ inherits: true;
230
+ initial-value: hsl(19 63% 38%);
231
+ }
232
+
233
+ @property --kds-core-color-orange-725 {
234
+ syntax: "<color>";
235
+ inherits: true;
236
+ initial-value: hsl(16 67% 31%);
237
+ }
238
+
239
+ @property --kds-core-color-orange-800 {
240
+ syntax: "<color>";
241
+ inherits: true;
242
+ initial-value: hsl(13 66% 23%);
243
+ }
244
+
245
+ @property --kds-core-color-orange-875 {
246
+ syntax: "<color>";
247
+ inherits: true;
248
+ initial-value: hsl(13 58% 14%);
249
+ }
250
+
251
+ @property --kds-core-color-yellow-25 {
252
+ syntax: "<color>";
253
+ inherits: true;
254
+ initial-value: hsl(43 78% 97%);
255
+ }
256
+
257
+ @property --kds-core-color-yellow-50 {
258
+ syntax: "<color>";
259
+ inherits: true;
260
+ initial-value: hsl(43 100% 89%);
261
+ }
262
+
263
+ @property --kds-core-color-yellow-100 {
264
+ syntax: "<color>";
265
+ inherits: true;
266
+ initial-value: hsl(45 100% 78%);
267
+ }
268
+
269
+ @property --kds-core-color-yellow-175 {
270
+ syntax: "<color>";
271
+ inherits: true;
272
+ initial-value: hsl(48 100% 68%);
273
+ }
274
+
275
+ @property --kds-core-color-yellow-250 {
276
+ syntax: "<color>";
277
+ inherits: true;
278
+ initial-value: hsl(51 100% 50%);
279
+ }
280
+
281
+ @property --kds-core-color-yellow-325 {
282
+ syntax: "<color>";
283
+ inherits: true;
284
+ initial-value: hsl(51 99% 47%);
285
+ }
286
+
287
+ @property --kds-core-color-yellow-400 {
288
+ syntax: "<color>";
289
+ inherits: true;
290
+ initial-value: hsl(49 99% 44%);
291
+ }
292
+
293
+ @property --kds-core-color-yellow-475 {
294
+ syntax: "<color>";
295
+ inherits: true;
296
+ initial-value: hsl(47 100% 39%);
297
+ }
298
+
299
+ @property --kds-core-color-yellow-550 {
300
+ syntax: "<color>";
301
+ inherits: true;
302
+ initial-value: hsl(46 100% 34%);
303
+ }
304
+
305
+ @property --kds-core-color-yellow-650 {
306
+ syntax: "<color>";
307
+ inherits: true;
308
+ initial-value: hsl(44 100% 26%);
309
+ }
310
+
311
+ @property --kds-core-color-yellow-725 {
312
+ syntax: "<color>";
313
+ inherits: true;
314
+ initial-value: hsl(43 100% 19%);
315
+ }
316
+
317
+ @property --kds-core-color-yellow-800 {
318
+ syntax: "<color>";
319
+ inherits: true;
320
+ initial-value: hsl(44 94% 14%);
321
+ }
322
+
323
+ @property --kds-core-color-yellow-875 {
324
+ syntax: "<color>";
325
+ inherits: true;
326
+ initial-value: hsl(51 100% 8%);
327
+ }
328
+
329
+ @property --kds-core-color-green-25 {
330
+ syntax: "<color>";
331
+ inherits: true;
332
+ initial-value: hsl(125 65% 97%);
333
+ }
334
+
335
+ @property --kds-core-color-green-50 {
336
+ syntax: "<color>";
337
+ inherits: true;
338
+ initial-value: hsl(120 95% 92%);
339
+ }
340
+
341
+ @property --kds-core-color-green-100 {
342
+ syntax: "<color>";
343
+ inherits: true;
344
+ initial-value: hsl(116 72% 82%);
345
+ }
346
+
347
+ @property --kds-core-color-green-175 {
348
+ syntax: "<color>";
349
+ inherits: true;
350
+ initial-value: hsl(112 57% 71%);
351
+ }
352
+
353
+ @property --kds-core-color-green-250 {
354
+ syntax: "<color>";
355
+ inherits: true;
356
+ initial-value: hsl(109 47% 61%);
357
+ }
358
+
359
+ @property --kds-core-color-green-325 {
360
+ syntax: "<color>";
361
+ inherits: true;
362
+ initial-value: hsl(107 43% 55%);
363
+ }
364
+
365
+ @property --kds-core-color-green-400 {
366
+ syntax: "<color>";
367
+ inherits: true;
368
+ initial-value: hsl(107 42% 44%);
369
+ }
370
+
371
+ @property --kds-core-color-green-475 {
372
+ syntax: "<color>";
373
+ inherits: true;
374
+ initial-value: hsl(108 46% 37%);
375
+ }
376
+
377
+ @property --kds-core-color-green-550 {
378
+ syntax: "<color>";
379
+ inherits: true;
380
+ initial-value: hsl(111 48% 31%);
381
+ }
382
+
383
+ @property --kds-core-color-green-650 {
384
+ syntax: "<color>";
385
+ inherits: true;
386
+ initial-value: hsl(116 47% 26%);
387
+ }
388
+
389
+ @property --kds-core-color-green-725 {
390
+ syntax: "<color>";
391
+ inherits: true;
392
+ initial-value: hsl(124 47% 21%);
393
+ }
394
+
395
+ @property --kds-core-color-green-800 {
396
+ syntax: "<color>";
397
+ inherits: true;
398
+ initial-value: hsl(132 52% 15%);
399
+ }
400
+
401
+ @property --kds-core-color-green-875 {
402
+ syntax: "<color>";
403
+ inherits: true;
404
+ initial-value: hsl(139 56% 10%);
405
+ }
406
+
407
+ @property --kds-core-color-teal-25 {
408
+ syntax: "<color>";
409
+ inherits: true;
410
+ initial-value: hsl(165 80% 96%);
411
+ }
412
+
413
+ @property --kds-core-color-teal-50 {
414
+ syntax: "<color>";
415
+ inherits: true;
416
+ initial-value: hsl(166 68% 93%);
417
+ }
418
+
419
+ @property --kds-core-color-teal-100 {
420
+ syntax: "<color>";
421
+ inherits: true;
422
+ initial-value: hsl(168 47% 85%);
423
+ }
424
+
425
+ @property --kds-core-color-teal-175 {
426
+ syntax: "<color>";
427
+ inherits: true;
428
+ initial-value: hsl(169 34% 76%);
429
+ }
430
+
431
+ @property --kds-core-color-teal-250 {
432
+ syntax: "<color>";
433
+ inherits: true;
434
+ initial-value: hsl(170 31% 66%);
435
+ }
436
+
437
+ @property --kds-core-color-teal-325 {
438
+ syntax: "<color>";
439
+ inherits: true;
440
+ initial-value: hsl(170 28% 57%);
441
+ }
442
+
443
+ @property --kds-core-color-teal-400 {
444
+ syntax: "<color>";
445
+ inherits: true;
446
+ initial-value: hsl(172 27% 48%);
447
+ }
448
+
449
+ @property --kds-core-color-teal-475 {
450
+ syntax: "<color>";
451
+ inherits: true;
452
+ initial-value: hsl(173 37% 39%);
453
+ }
454
+
455
+ @property --kds-core-color-teal-550 {
456
+ syntax: "<color>";
457
+ inherits: true;
458
+ initial-value: hsl(174 48% 31%);
459
+ }
460
+
461
+ @property --kds-core-color-teal-650 {
462
+ syntax: "<color>";
463
+ inherits: true;
464
+ initial-value: hsl(176 67% 22%);
465
+ }
466
+
467
+ @property --kds-core-color-teal-725 {
468
+ syntax: "<color>";
469
+ inherits: true;
470
+ initial-value: hsl(177 82% 18%);
471
+ }
472
+
473
+ @property --kds-core-color-teal-800 {
474
+ syntax: "<color>";
475
+ inherits: true;
476
+ initial-value: hsl(175 93% 12%);
477
+ }
478
+
479
+ @property --kds-core-color-teal-875 {
480
+ syntax: "<color>";
481
+ inherits: true;
482
+ initial-value: hsl(174 73% 9%);
483
+ }
484
+
485
+ @property --kds-core-color-blue-25 {
486
+ syntax: "<color>";
487
+ inherits: true;
488
+ initial-value: hsl(225 40% 98%);
489
+ }
490
+
491
+ @property --kds-core-color-blue-50 {
492
+ syntax: "<color>";
493
+ inherits: true;
494
+ initial-value: hsl(217 100% 97%);
495
+ }
496
+
497
+ @property --kds-core-color-blue-100 {
498
+ syntax: "<color>";
499
+ inherits: true;
500
+ initial-value: hsl(216 100% 92%);
501
+ }
502
+
503
+ @property --kds-core-color-blue-175 {
504
+ syntax: "<color>";
505
+ inherits: true;
506
+ initial-value: hsl(215 100% 84%);
507
+ }
508
+
509
+ @property --kds-core-color-blue-250 {
510
+ syntax: "<color>";
511
+ inherits: true;
512
+ initial-value: hsl(214 92% 77%);
513
+ }
514
+
515
+ @property --kds-core-color-blue-325 {
516
+ syntax: "<color>";
517
+ inherits: true;
518
+ initial-value: hsl(212 78% 68%);
519
+ }
520
+
521
+ @property --kds-core-color-blue-400 {
522
+ syntax: "<color>";
523
+ inherits: true;
524
+ initial-value: hsl(211 67% 59%);
525
+ }
526
+
527
+ @property --kds-core-color-blue-475 {
528
+ syntax: "<color>";
529
+ inherits: true;
530
+ initial-value: hsl(209 57% 50%);
531
+ }
532
+
533
+ @property --kds-core-color-blue-550 {
534
+ syntax: "<color>";
535
+ inherits: true;
536
+ initial-value: hsl(208 63% 41%);
537
+ }
538
+
539
+ @property --kds-core-color-blue-650 {
540
+ syntax: "<color>";
541
+ inherits: true;
542
+ initial-value: hsl(208 61% 34%);
543
+ }
544
+
545
+ @property --kds-core-color-blue-725 {
546
+ syntax: "<color>";
547
+ inherits: true;
548
+ initial-value: hsl(210 50% 28%);
549
+ }
550
+
551
+ @property --kds-core-color-blue-800 {
552
+ syntax: "<color>";
553
+ inherits: true;
554
+ initial-value: hsl(209 50% 20%);
555
+ }
556
+
557
+ @property --kds-core-color-blue-875 {
558
+ syntax: "<color>";
559
+ inherits: true;
560
+ initial-value: hsl(209 59% 14%);
561
+ }
562
+
563
+ @property --kds-core-color-transparent {
564
+ syntax: "<color>";
565
+ inherits: true;
566
+ initial-value: hsl(330 0% 11% / 0);
567
+ }
568
+
569
+ @property --kds-core-dimension-0 {
570
+ syntax: "<length>";
571
+ inherits: false;
572
+ initial-value: 0;
573
+ }
574
+
575
+ @property --kds-core-dimension-6 {
576
+ syntax: "<length>";
577
+ inherits: false;
578
+ initial-value: 1px;
579
+ }
580
+
581
+ @property --kds-core-dimension-12 {
582
+ syntax: "<length>";
583
+ inherits: false;
584
+ initial-value: 2px;
585
+ }
586
+
587
+ @property --kds-core-dimension-25 {
588
+ syntax: "<length>";
589
+ inherits: false;
590
+ initial-value: 4px;
591
+ }
592
+
593
+ @property --kds-core-dimension-31 {
594
+ syntax: "<length>";
595
+ inherits: false;
596
+ initial-value: 5px;
597
+ }
598
+
599
+ @property --kds-core-dimension-37 {
600
+ syntax: "<length>";
601
+ inherits: false;
602
+ initial-value: 6px;
603
+ }
604
+
605
+ @property --kds-core-dimension-44 {
606
+ syntax: "<length>";
607
+ inherits: false;
608
+ initial-value: 7px;
609
+ }
610
+
611
+ @property --kds-core-dimension-50 {
612
+ syntax: "<length>";
613
+ inherits: false;
614
+ initial-value: 8px;
615
+ }
616
+
617
+ @property --kds-core-dimension-56 {
618
+ syntax: "<length>";
619
+ inherits: false;
620
+ initial-value: 9px;
621
+ }
622
+
623
+ @property --kds-core-dimension-75 {
624
+ syntax: "<length>";
625
+ inherits: false;
626
+ initial-value: 12px;
627
+ }
628
+
629
+ @property --kds-core-dimension-88 {
630
+ syntax: "<length>";
631
+ inherits: false;
632
+ initial-value: 14px;
633
+ }
634
+
635
+ @property --kds-core-dimension-100 {
636
+ syntax: "<length>";
637
+ inherits: false;
638
+ initial-value: 16px;
639
+ }
640
+
641
+ @property --kds-core-dimension-125 {
642
+ syntax: "<length>";
643
+ inherits: false;
644
+ initial-value: 20px;
645
+ }
646
+
647
+ @property --kds-core-dimension-150 {
648
+ syntax: "<length>";
649
+ inherits: false;
650
+ initial-value: 24px;
651
+ }
652
+
653
+ @property --kds-core-dimension-175 {
654
+ syntax: "<length>";
655
+ inherits: false;
656
+ initial-value: 28px;
657
+ }
658
+
659
+ @property --kds-core-dimension-200 {
660
+ syntax: "<length>";
661
+ inherits: false;
662
+ initial-value: 32px;
663
+ }
664
+
665
+ @property --kds-core-dimension-225 {
666
+ syntax: "<length>";
667
+ inherits: false;
668
+ initial-value: 36px;
669
+ }
670
+
671
+ @property --kds-core-dimension-250 {
672
+ syntax: "<length>";
673
+ inherits: false;
674
+ initial-value: 40px;
675
+ }
676
+
677
+ @property --kds-core-dimension-275 {
678
+ syntax: "<length>";
679
+ inherits: false;
680
+ initial-value: 44px;
681
+ }
682
+
683
+ @property --kds-core-dimension-300 {
684
+ syntax: "<length>";
685
+ inherits: false;
686
+ initial-value: 48px;
687
+ }
688
+
689
+ @property --kds-core-dimension-350 {
690
+ syntax: "<length>";
691
+ inherits: false;
692
+ initial-value: 56px;
693
+ }
694
+
695
+ @property --kds-core-dimension-400 {
696
+ syntax: "<length>";
697
+ inherits: false;
698
+ initial-value: 64px;
699
+ }
700
+
701
+ @property --kds-core-dimension-450 {
702
+ syntax: "<length>";
703
+ inherits: false;
704
+ initial-value: 72px;
705
+ }
706
+
707
+ @property --kds-core-dimension-500 {
708
+ syntax: "<length>";
709
+ inherits: false;
710
+ initial-value: 80px;
711
+ }
712
+
713
+ @property --kds-core-dimension-600 {
714
+ syntax: "<length>";
715
+ inherits: false;
716
+ initial-value: 96px;
717
+ }
718
+
719
+ @property --kds-core-dimension-700 {
720
+ syntax: "<length>";
721
+ inherits: false;
722
+ initial-value: 112px;
723
+ }
724
+
725
+ @property --kds-core-dimension-800 {
726
+ syntax: "<length>";
727
+ inherits: false;
728
+ initial-value: 128px;
729
+ }
730
+
731
+ @property --kds-core-dimension-900 {
732
+ syntax: "<length>";
733
+ inherits: false;
734
+ initial-value: 144px;
735
+ }
736
+
737
+ @property --kds-core-dimension-1000 {
738
+ syntax: "<length>";
739
+ inherits: false;
740
+ initial-value: 160px;
741
+ }
742
+
743
+ @property --kds-core-dimension-1100 {
744
+ syntax: "<length>";
745
+ inherits: false;
746
+ initial-value: 176px;
747
+ }
748
+
749
+ @property --kds-core-dimension-1200 {
750
+ syntax: "<length>";
751
+ inherits: false;
752
+ initial-value: 192px;
753
+ }
754
+
755
+ @property --kds-core-dimension-1300 {
756
+ syntax: "<length>";
757
+ inherits: false;
758
+ initial-value: 208px;
759
+ }
760
+
761
+ @property --kds-core-dimension-1400 {
762
+ syntax: "<length>";
763
+ inherits: false;
764
+ initial-value: 224px;
765
+ }
766
+
767
+ @property --kds-core-dimension-1500 {
768
+ syntax: "<length>";
769
+ inherits: false;
770
+ initial-value: 240px;
771
+ }
772
+
773
+ @property --kds-core-dimension-1600 {
774
+ syntax: "<length>";
775
+ inherits: false;
776
+ initial-value: 256px;
777
+ }
778
+
779
+ @property --kds-core-dimension-2000 {
780
+ syntax: "<length>";
781
+ inherits: false;
782
+ initial-value: 320px;
783
+ }
784
+
785
+ @property --kds-core-dimension-2400 {
786
+ syntax: "<length>";
787
+ inherits: false;
788
+ initial-value: 384px;
789
+ }
790
+
791
+ @property --kds-core-dimension-base {
792
+ syntax: "<length>";
793
+ inherits: false;
794
+ initial-value: 0.16px;
795
+ }
796
+
797
+ @property --kds-core-size-scale {
798
+ syntax: "<length>";
799
+ inherits: false;
800
+ initial-value: 16px;
801
+ }
802
+
803
+ @property --kds-core-font-size-rem {
804
+ syntax: "<length>";
805
+ inherits: true;
806
+ initial-value: 16px;
807
+ }
808
+
809
+ @property --kds-core-font-size-scaled-0-5x {
810
+ syntax: "<length>";
811
+ inherits: true;
812
+ initial-value: 8px;
813
+ }
814
+
815
+ @property --kds-core-font-size-scaled-0-56x {
816
+ syntax: "<length>";
817
+ inherits: true;
818
+ initial-value: 9px;
819
+ }
820
+
821
+ @property --kds-core-font-size-scaled-0-62x {
822
+ syntax: "<length>";
823
+ inherits: true;
824
+ initial-value: 10px;
825
+ }
826
+
827
+ @property --kds-core-font-size-scaled-0-68x {
828
+ syntax: "<length>";
829
+ inherits: true;
830
+ initial-value: 11px;
831
+ }
832
+
833
+ @property --kds-core-font-size-scaled-0-75x {
834
+ syntax: "<length>";
835
+ inherits: true;
836
+ initial-value: 12px;
837
+ }
838
+
839
+ @property --kds-core-font-size-scaled-0-81x {
840
+ syntax: "<length>";
841
+ inherits: true;
842
+ initial-value: 13px;
843
+ }
844
+
845
+ @property --kds-core-font-size-scaled-0-87x {
846
+ syntax: "<length>";
847
+ inherits: true;
848
+ initial-value: 14px;
849
+ }
850
+
851
+ @property --kds-core-font-size-scaled-1x {
852
+ syntax: "<length>";
853
+ inherits: true;
854
+ initial-value: 16px;
855
+ }
856
+
857
+ @property --kds-core-font-size-scaled-1-25x {
858
+ syntax: "<length>";
859
+ inherits: true;
860
+ initial-value: 20px;
861
+ }
862
+
863
+ @property --kds-core-font-size-scaled-1-5x {
864
+ syntax: "<length>";
865
+ inherits: true;
866
+ initial-value: 24px;
867
+ }
868
+
869
+ @property --kds-core-font-size-scaled-1-75x {
870
+ syntax: "<length>";
871
+ inherits: true;
872
+ initial-value: 28px;
873
+ }
874
+
875
+ @property --kds-core-font-size-scaled-2x {
876
+ syntax: "<length>";
877
+ inherits: true;
878
+ initial-value: 32px;
879
+ }
880
+
881
+ @property --kds-core-font-size-scaled-2-25x {
882
+ syntax: "<length>";
883
+ inherits: true;
884
+ initial-value: 36px;
885
+ }
886
+
887
+ @property --kds-core-font-size-scaled-2-5x {
888
+ syntax: "<length>";
889
+ inherits: true;
890
+ initial-value: 40px;
891
+ }
892
+
893
+ @property --kds-core-font-size-scaled-2-75x {
894
+ syntax: "<length>";
895
+ inherits: true;
896
+ initial-value: 44px;
897
+ }
898
+
899
+ @property --kds-core-font-size-scaled-3x {
900
+ syntax: "<length>";
901
+ inherits: true;
902
+ initial-value: 48px;
903
+ }
904
+
905
+ @property --kds-core-font-size-scaled-3-25x {
906
+ syntax: "<length>";
907
+ inherits: true;
908
+ initial-value: 52px;
909
+ }
910
+
911
+ @property --kds-core-font-size-scaled-3-5x {
912
+ syntax: "<length>";
913
+ inherits: true;
914
+ initial-value: 56px;
915
+ }
916
+
917
+ @property --kds-core-font-size-scaled-3-75x {
918
+ syntax: "<length>";
919
+ inherits: true;
920
+ initial-value: 60px;
921
+ }
922
+
923
+ @property --kds-core-font-size-scaled-4x {
924
+ syntax: "<length>";
925
+ inherits: true;
926
+ initial-value: 64px;
927
+ }
928
+
929
+ @property --kds-core-font-size-scaled-4-5x {
930
+ syntax: "<length>";
931
+ inherits: true;
932
+ initial-value: 72px;
933
+ }
934
+
935
+ @property --kds-core-font-size-scaled-5x {
936
+ syntax: "<length>";
937
+ inherits: true;
938
+ initial-value: 80px;
939
+ }
940
+
941
+ @property --kds-core-font-size-scaled-5-5x {
942
+ syntax: "<length>";
943
+ inherits: true;
944
+ initial-value: 88px;
945
+ }
946
+
947
+ @property --kds-core-font-size-scaled-6x {
948
+ syntax: "<length>";
949
+ inherits: true;
950
+ initial-value: 96px;
951
+ }
952
+
953
+ @property --kds-core-font-size-scaled-base {
954
+ syntax: "<length>";
955
+ inherits: true;
956
+ initial-value: 0.16px;
957
+ }
958
+
959
+ @property --kds-core-paragraph-spacing-none {
960
+ syntax: "<length>";
961
+ inherits: false;
962
+ initial-value: 0;
963
+ }
964
+
965
+ @property --kds-core-paragraph-spacing-small {
966
+ syntax: "<length>";
967
+ inherits: false;
968
+ initial-value: 0.25px;
969
+ }
970
+
971
+ @property --kds-core-paragraph-spacing-medium {
972
+ syntax: "<length>";
973
+ inherits: false;
974
+ initial-value: 0.5px;
975
+ }
976
+
977
+ @property --kds-core-paragraph-spacing-large {
978
+ syntax: "<length>";
979
+ inherits: false;
980
+ initial-value: 0.75px;
981
+ }
982
+
983
+ @property --kds-core-paragraph-spacing-extra-large {
984
+ syntax: "<length>";
985
+ inherits: false;
986
+ initial-value: 1px;
987
+ }
988
+
989
+ @property --kds-core-font-family-roboto {
990
+ syntax: "<string>#";
991
+ inherits: true;
992
+ initial-value: Roboto;
993
+ }
994
+
995
+ @property --kds-core-font-family-roboto-condensed {
996
+ syntax: "<string>#";
997
+ inherits: true;
998
+ initial-value: 'Roboto Condensed';
999
+ }
1000
+
1001
+ @property --kds-core-font-weight-regular {
1002
+ syntax: "<number>";
1003
+ inherits: true;
1004
+ initial-value: 400;
1005
+ }
1006
+
1007
+ @property --kds-core-font-weight-regular-italic-weight {
1008
+ syntax: "<number>";
1009
+ inherits: true;
1010
+ initial-value: 400;
1011
+ }
1012
+
1013
+ @property --kds-core-font-weight-regular-italic-style {
1014
+ syntax: "*";
1015
+ inherits: false;
1016
+ initial-value: italic;
1017
+ }
1018
+
1019
+ @property --kds-core-font-weight-medium {
1020
+ syntax: "<number>";
1021
+ inherits: true;
1022
+ initial-value: 500;
1023
+ }
1024
+
1025
+ @property --kds-core-font-weight-strong {
1026
+ syntax: "<number>";
1027
+ inherits: true;
1028
+ initial-value: 700;
1029
+ }
1030
+
1031
+ @property --kds-core-line-height-singleline {
1032
+ syntax: "<number> | <percentage>";
1033
+ inherits: true;
1034
+ initial-value: 1;
1035
+ }
1036
+
1037
+ @property --kds-core-line-height-multiline-narrow {
1038
+ syntax: "<number> | <percentage>";
1039
+ inherits: true;
1040
+ initial-value: 1.3;
1041
+ }
1042
+
1043
+ @property --kds-core-line-height-multiline-wide {
1044
+ syntax: "<number> | <percentage>";
1045
+ inherits: true;
1046
+ initial-value: 1.5;
1047
+ }
1048
+
1049
+ @property --kds-color-surface-default {
1050
+ syntax: "<color>";
1051
+ inherits: true;
1052
+ initial-value: light-dark(hsl(0 0% 98%), hsl(0 0% 16%));
1053
+ }
1054
+
1055
+ @property --kds-color-surface-muted {
1056
+ syntax: "<color>";
1057
+ inherits: true;
1058
+ initial-value: light-dark(hsl(0 0% 94%), hsl(0 0% 19%));
1059
+ }
1060
+
1061
+ @property --kds-color-surface-subtle {
1062
+ syntax: "<color>";
1063
+ inherits: true;
1064
+ initial-value: light-dark(hsl(0 0% 90%), hsl(0 0% 22%));
1065
+ }
1066
+
1067
+ @property --kds-color-background-page-default {
1068
+ syntax: "<color>";
1069
+ inherits: true;
1070
+ initial-value: light-dark(hsl(0 0% 99%), hsl(0 0% 13%));
1071
+ }
1072
+
1073
+ @property --kds-color-background-neutral-initial {
1074
+ syntax: "<color>";
1075
+ inherits: true;
1076
+ initial-value: hsl(330 0% 11% / 0);
1077
+ }
1078
+
1079
+ @property --kds-color-background-neutral-hover {
1080
+ syntax: "<color>";
1081
+ inherits: true;
1082
+ initial-value: light-dark(hsl(180 0% 48% / 0.16), hsl(300 0% 90% / 0.16));
1083
+ }
1084
+
1085
+ @property --kds-color-background-neutral-active {
1086
+ syntax: "<color>";
1087
+ inherits: true;
1088
+ initial-value: light-dark(hsl(180 0% 48% / 0.32), hsl(180 0% 48% / 0.56));
1089
+ }
1090
+
1091
+ @property --kds-color-background-neutral-bold-initial {
1092
+ syntax: "<color>";
1093
+ inherits: true;
1094
+ initial-value: light-dark(hsl(330 0% 73% / 0.4), hsl(0 0% 32%));
1095
+ }
1096
+
1097
+ @property --kds-color-background-neutral-bold-hover {
1098
+ syntax: "<color>";
1099
+ inherits: true;
1100
+ initial-value: light-dark(hsl(330 0% 63.406% / 0.4), hsl(0 0% 48%));
1101
+ }
1102
+
1103
+ @property --kds-color-background-neutral-bold-active {
1104
+ syntax: "<color>";
1105
+ inherits: true;
1106
+ initial-value: light-dark(hsl(180 0% 60.265% / 0.4), hsl(0 0% 73%));
1107
+ }
1108
+
1109
+ @property --kds-color-background-primary-initial {
1110
+ syntax: "<color>";
1111
+ inherits: true;
1112
+ initial-value: light-dark(hsl(168 47% 85%), hsl(170 31% 66%));
1113
+ }
1114
+
1115
+ @property --kds-color-background-primary-hover {
1116
+ syntax: "<color>";
1117
+ inherits: true;
1118
+ initial-value: light-dark(hsl(167.99 28.225% 77.432%), hsl(169.8 30.912% 68.747%));
1119
+ }
1120
+
1121
+ @property --kds-color-background-primary-active {
1122
+ syntax: "<color>";
1123
+ inherits: true;
1124
+ initial-value: light-dark(hsl(167.97 19.012% 70%), hsl(169.17 30.736% 78.281%));
1125
+ }
1126
+
1127
+ @property --kds-color-background-primary-bold-initial {
1128
+ syntax: "<color>";
1129
+ inherits: true;
1130
+ initial-value: light-dark(hsl(176 67% 22%), hsl(174 48% 31%));
1131
+ }
1132
+
1133
+ @property --kds-color-background-primary-bold-hover {
1134
+ syntax: "<color>";
1135
+ inherits: true;
1136
+ initial-value: light-dark(hsl(175.68 58.452% 19.462%), hsl(172.81 27.176% 42.604%));
1137
+ }
1138
+
1139
+ @property --kds-color-background-primary-bold-active {
1140
+ syntax: "<color>";
1141
+ inherits: true;
1142
+ initial-value: light-dark(hsl(175.24 49.005% 15.917%), hsl(171.42 19.56% 64.2%));
1143
+ }
1144
+
1145
+ @property --kds-color-background-selected-initial {
1146
+ syntax: "<color>";
1147
+ inherits: true;
1148
+ initial-value: light-dark(hsl(166 68% 93%), hsl(176 67% 22% / 0.32));
1149
+ }
1150
+
1151
+ @property --kds-color-background-selected-hover {
1152
+ syntax: "<color>";
1153
+ inherits: true;
1154
+ initial-value: light-dark(hsl(168 47% 85%), hsl(174 48% 31% / 0.56));
1155
+ }
1156
+
1157
+ @property --kds-color-background-selected-active {
1158
+ syntax: "<color>";
1159
+ inherits: true;
1160
+ initial-value: light-dark(hsl(169 34% 76%), hsl(172 27% 48% / 0.72));
1161
+ }
1162
+
1163
+ @property --kds-color-background-selected-bold-initial {
1164
+ syntax: "<color>";
1165
+ inherits: true;
1166
+ initial-value: light-dark(hsl(174 48% 31%), hsl(176 67% 22%));
1167
+ }
1168
+
1169
+ @property --kds-color-background-selected-bold-hover {
1170
+ syntax: "<color>";
1171
+ inherits: true;
1172
+ initial-value: light-dark(hsl(176 67% 22%), hsl(174 48% 31%));
1173
+ }
1174
+
1175
+ @property --kds-color-background-selected-bold-active {
1176
+ syntax: "<color>";
1177
+ inherits: true;
1178
+ initial-value: light-dark(hsl(177 82% 18%), hsl(172 27% 48%));
1179
+ }
1180
+
1181
+ @property --kds-color-background-danger-initial {
1182
+ syntax: "<color>";
1183
+ inherits: true;
1184
+ initial-value: light-dark(hsl(2.4731 100% 96.876%), hsl(356.66 65.093% 15.235%));
1185
+ }
1186
+
1187
+ @property --kds-color-background-danger-hover {
1188
+ syntax: "<color>";
1189
+ inherits: true;
1190
+ initial-value: light-dark(hsl(3 100% 86%), hsl(349 91% 35% / 0.72));
1191
+ }
1192
+
1193
+ @property --kds-color-background-danger-active {
1194
+ syntax: "<color>";
1195
+ inherits: true;
1196
+ initial-value: light-dark(hsl(4 100% 80%), hsl(353 75% 45% / 0.72));
1197
+ }
1198
+
1199
+ @property --kds-color-background-danger-bold-initial {
1200
+ syntax: "<color>";
1201
+ inherits: true;
1202
+ initial-value: light-dark(hsl(349 91% 35%), hsl(348 97% 27%));
1203
+ }
1204
+
1205
+ @property --kds-color-background-danger-bold-hover {
1206
+ syntax: "<color>";
1207
+ inherits: true;
1208
+ initial-value: light-dark(hsl(348 97% 27%), hsl(353 75% 45% / 0.8));
1209
+ }
1210
+
1211
+ @property --kds-color-background-danger-bold-active {
1212
+ syntax: "<color>";
1213
+ inherits: true;
1214
+ initial-value: light-dark(hsl(348 94% 21%), hsl(356 77% 54% / 0.8));
1215
+ }
1216
+
1217
+ @property --kds-color-background-warning-initial {
1218
+ syntax: "<color>";
1219
+ inherits: true;
1220
+ initial-value: light-dark(hsl(29.514 98.554% 96.838%), hsl(14.626 60.206% 14.715%));
1221
+ }
1222
+
1223
+ @property --kds-color-background-warning-hover {
1224
+ syntax: "<color>";
1225
+ inherits: true;
1226
+ initial-value: light-dark(hsl(29.512 39.352% 92.463%), hsl(14.171 48.783% 17.797%));
1227
+ }
1228
+
1229
+ @property --kds-color-background-warning-active {
1230
+ syntax: "<color>";
1231
+ inherits: true;
1232
+ initial-value: light-dark(hsl(29.51 23.726% 88.128%), hsl(14.532 35.821% 23.829%));
1233
+ }
1234
+
1235
+ @property --kds-color-background-warning-bold-initial {
1236
+ syntax: "<color>";
1237
+ inherits: true;
1238
+ initial-value: light-dark(hsl(22 60% 45%), hsl(19 63% 38%));
1239
+ }
1240
+
1241
+ @property --kds-color-background-warning-bold-hover {
1242
+ syntax: "<color>";
1243
+ inherits: true;
1244
+ initial-value: light-dark(hsl(21.929 58.367% 37.68%), hsl(19.04 44.421% 47.984%));
1245
+ }
1246
+
1247
+ @property --kds-color-background-warning-bold-active {
1248
+ syntax: "<color>";
1249
+ inherits: true;
1250
+ initial-value: light-dark(hsl(21.825 55.638% 28.836%), hsl(19.038 42.206% 52.935%));
1251
+ }
1252
+
1253
+ @property --kds-color-background-success-initial {
1254
+ syntax: "<color>";
1255
+ inherits: true;
1256
+ initial-value: light-dark(hsl(118.68 97.025% 96.828%), hsl(128.09 38.652% 10.529%));
1257
+ }
1258
+
1259
+ @property --kds-color-background-success-hover {
1260
+ syntax: "<color>";
1261
+ inherits: true;
1262
+ initial-value: light-dark(hsl(118.68 38.813% 92.454%), hsl(126.93 29.012% 13.533%));
1263
+ }
1264
+
1265
+ @property --kds-color-background-success-active {
1266
+ syntax: "<color>";
1267
+ inherits: true;
1268
+ initial-value: light-dark(hsl(118.67 23.411% 88.119%), hsl(125.21 18.669% 19.69%));
1269
+ }
1270
+
1271
+ @property --kds-color-background-success-bold-initial {
1272
+ syntax: "<color>";
1273
+ inherits: true;
1274
+ initial-value: light-dark(hsl(111 48% 31%), hsl(116 47% 26%));
1275
+ }
1276
+
1277
+ @property --kds-color-background-success-bold-hover {
1278
+ syntax: "<color>";
1279
+ inherits: true;
1280
+ initial-value: light-dark(hsl(110.47 45.877% 26.246%), hsl(112.26 28.404% 37.07%));
1281
+ }
1282
+
1283
+ @property --kds-color-background-success-bold-active {
1284
+ syntax: "<color>";
1285
+ inherits: true;
1286
+ initial-value: light-dark(hsl(109.63 42.516% 20.454%), hsl(111.19 22.717% 42.67%));
1287
+ }
1288
+
1289
+ @property --kds-color-background-info-initial {
1290
+ syntax: "<color>";
1291
+ inherits: true;
1292
+ initial-value: light-dark(hsl(216.77 100% 96.851%), hsl(211.86 41.035% 17.864%));
1293
+ }
1294
+
1295
+ @property --kds-color-background-info-hover {
1296
+ syntax: "<color>";
1297
+ inherits: true;
1298
+ initial-value: light-dark(hsl(216.77 39.826% 92.476%), hsl(212.68 33.733% 20.806%));
1299
+ }
1300
+
1301
+ @property --kds-color-background-info-active {
1302
+ syntax: "<color>";
1303
+ inherits: true;
1304
+ initial-value: light-dark(hsl(216.78 23.993% 88.14%), hsl(213.81 24.237% 26.721%));
1305
+ }
1306
+
1307
+ @property --kds-color-background-info-bold-initial {
1308
+ syntax: "<color>";
1309
+ inherits: true;
1310
+ initial-value: light-dark(hsl(208 63% 41%), hsl(208 61% 34%));
1311
+ }
1312
+
1313
+ @property --kds-color-background-info-bold-hover {
1314
+ syntax: "<color>";
1315
+ inherits: true;
1316
+ initial-value: light-dark(hsl(208.92 58.259% 34.934%), hsl(211.76 34.965% 45.77%));
1317
+ }
1318
+
1319
+ @property --kds-color-background-info-bold-active {
1320
+ syntax: "<color>";
1321
+ inherits: true;
1322
+ initial-value: light-dark(hsl(210.19 52% 27.273%), hsl(212.8 29.174% 51.036%));
1323
+ }
1324
+
1325
+ @property --kds-color-background-brand-initial {
1326
+ syntax: "<color>";
1327
+ inherits: true;
1328
+ initial-value: hsl(51 100% 50%);
1329
+ }
1330
+
1331
+ @property --kds-color-background-brand-hover {
1332
+ syntax: "<color>";
1333
+ inherits: true;
1334
+ initial-value: light-dark(hsl(50.165 84.159% 44.695%), hsl(48.411 100% 65.242%));
1335
+ }
1336
+
1337
+ @property --kds-color-background-brand-active {
1338
+ syntax: "<color>";
1339
+ inherits: true;
1340
+ initial-value: light-dark(hsl(49.385 73.102% 35.333%), hsl(47.704 100% 69.488%));
1341
+ }
1342
+
1343
+ @property --kds-color-background-input-initial {
1344
+ syntax: "<color>";
1345
+ inherits: true;
1346
+ initial-value: light-dark(hsl(0 0% 99%), hsl(0 0% 22%));
1347
+ }
1348
+
1349
+ @property --kds-color-background-input-hover {
1350
+ syntax: "<color>";
1351
+ inherits: true;
1352
+ initial-value: light-dark(hsl(330 0% 94.521%), hsl(330 0% 30.187%));
1353
+ }
1354
+
1355
+ @property --kds-color-background-input-active {
1356
+ syntax: "<color>";
1357
+ inherits: true;
1358
+ initial-value: light-dark(hsl(330 0% 85.683%), hsl(336 0% 38.771%));
1359
+ }
1360
+
1361
+ @property --kds-color-background-disabled-default {
1362
+ syntax: "<color>";
1363
+ inherits: true;
1364
+ initial-value: hsl(180 0% 48% / 0.48);
1365
+ }
1366
+
1367
+ @property --kds-color-text-and-icon-neutral {
1368
+ syntax: "<color>";
1369
+ inherits: true;
1370
+ initial-value: light-dark(hsl(0 0% 16%), hsl(0 0% 94%));
1371
+ }
1372
+
1373
+ @property --kds-color-text-and-icon-muted {
1374
+ syntax: "<color>";
1375
+ inherits: true;
1376
+ initial-value: light-dark(hsl(0 0% 32%), hsl(0 0% 73%));
1377
+ }
1378
+
1379
+ @property --kds-color-text-and-icon-subtle {
1380
+ syntax: "<color>";
1381
+ inherits: true;
1382
+ initial-value: light-dark(hsl(0 0% 43%), hsl(0 0% 73%));
1383
+ }
1384
+
1385
+ @property --kds-color-text-and-icon-neutral-inverted {
1386
+ syntax: "<color>";
1387
+ inherits: true;
1388
+ initial-value: light-dark(hsl(0 0% 98%), hsl(0 0% 16%));
1389
+ }
1390
+
1391
+ @property --kds-color-text-and-icon-primary {
1392
+ syntax: "<color>";
1393
+ inherits: true;
1394
+ initial-value: hsl(176 67% 22%);
1395
+ }
1396
+
1397
+ @property --kds-color-text-and-icon-primary-inverted {
1398
+ syntax: "<color>";
1399
+ inherits: true;
1400
+ initial-value: hsl(166 68% 93%);
1401
+ }
1402
+
1403
+ @property --kds-color-text-and-icon-selected {
1404
+ syntax: "<color>";
1405
+ inherits: true;
1406
+ initial-value: light-dark(hsl(176 67% 22%), hsl(169 34% 76%));
1407
+ }
1408
+
1409
+ @property --kds-color-text-and-icon-selected-inverted {
1410
+ syntax: "<color>";
1411
+ inherits: true;
1412
+ initial-value: hsl(165 80% 96%);
1413
+ }
1414
+
1415
+ @property --kds-color-text-and-icon-warning {
1416
+ syntax: "<color>";
1417
+ inherits: true;
1418
+ initial-value: light-dark(hsl(19 63% 38%), hsl(31 83% 66%));
1419
+ }
1420
+
1421
+ @property --kds-color-text-and-icon-warning-inverted {
1422
+ syntax: "<color>";
1423
+ inherits: true;
1424
+ initial-value: hsl(31 100% 83%);
1425
+ }
1426
+
1427
+ @property --kds-color-text-and-icon-danger {
1428
+ syntax: "<color>";
1429
+ inherits: true;
1430
+ initial-value: light-dark(hsl(349 91% 35%), hsl(4 100% 80%));
1431
+ }
1432
+
1433
+ @property --kds-color-text-and-icon-danger-inverted {
1434
+ syntax: "<color>";
1435
+ inherits: true;
1436
+ initial-value: light-dark(hsl(0 100% 97%), hsl(2 100% 92%));
1437
+ }
1438
+
1439
+ @property --kds-color-text-and-icon-success {
1440
+ syntax: "<color>";
1441
+ inherits: true;
1442
+ initial-value: light-dark(hsl(116 47% 26%), hsl(109 47% 61%));
1443
+ }
1444
+
1445
+ @property --kds-color-text-and-icon-success-inverted {
1446
+ syntax: "<color>";
1447
+ inherits: true;
1448
+ initial-value: hsl(120 95% 92%);
1449
+ }
1450
+
1451
+ @property --kds-color-text-and-icon-disabled {
1452
+ syntax: "<color>";
1453
+ inherits: true;
1454
+ initial-value: light-dark(hsl(0 0% 64%), hsl(0 0% 48%));
1455
+ }
1456
+
1457
+ @property --kds-color-text-and-icon-info {
1458
+ syntax: "<color>";
1459
+ inherits: true;
1460
+ initial-value: light-dark(hsl(208 61% 34%), hsl(214 92% 77%));
1461
+ }
1462
+
1463
+ @property --kds-color-border-neutral {
1464
+ syntax: "<color>";
1465
+ inherits: true;
1466
+ initial-value: light-dark(hsl(345 0% 10% / 0.4), hsl(330 0% 99% / 0.5));
1467
+ }
1468
+
1469
+ @property --kds-color-border-muted {
1470
+ syntax: "<color>";
1471
+ inherits: true;
1472
+ initial-value: light-dark(hsl(345 0% 10% / 0.2), hsl(330 0% 99% / 0.2));
1473
+ }
1474
+
1475
+ @property --kds-color-border-subtle {
1476
+ syntax: "<color>";
1477
+ inherits: true;
1478
+ initial-value: light-dark(hsl(345 0% 10% / 0.1), hsl(330 0% 99% / 0.1));
1479
+ }
1480
+
1481
+ @property --kds-color-border-primary-bold {
1482
+ syntax: "<color>";
1483
+ inherits: true;
1484
+ initial-value: hsl(177 82% 18%);
1485
+ }
1486
+
1487
+ @property --kds-color-border-primary {
1488
+ syntax: "<color>";
1489
+ inherits: true;
1490
+ initial-value: light-dark(hsl(170 31% 66%), hsl(169 34% 76%));
1491
+ }
1492
+
1493
+ @property --kds-color-border-selected-bold {
1494
+ syntax: "<color>";
1495
+ inherits: true;
1496
+ initial-value: light-dark(hsl(174 48% 31%), hsl(169 34% 76%));
1497
+ }
1498
+
1499
+ @property --kds-color-border-selected {
1500
+ syntax: "<color>";
1501
+ inherits: true;
1502
+ initial-value: light-dark(hsl(172 27% 48%), hsl(168 47% 85%));
1503
+ }
1504
+
1505
+ @property --kds-color-border-selected-accent {
1506
+ syntax: "<color>";
1507
+ inherits: true;
1508
+ initial-value: light-dark(hsl(209 57% 50%), hsl(214 92% 77%));
1509
+ }
1510
+
1511
+ @property --kds-color-border-warning-bold {
1512
+ syntax: "<color>";
1513
+ inherits: true;
1514
+ initial-value: light-dark(hsl(19 63% 38%), hsl(31 100% 83%));
1515
+ }
1516
+
1517
+ @property --kds-color-border-warning {
1518
+ syntax: "<color>";
1519
+ inherits: true;
1520
+ initial-value: light-dark(hsl(31 79% 74%), hsl(13 66% 23%));
1521
+ }
1522
+
1523
+ @property --kds-color-border-danger-bold {
1524
+ syntax: "<color>";
1525
+ inherits: true;
1526
+ initial-value: light-dark(hsl(349 91% 35%), hsl(4 100% 80%));
1527
+ }
1528
+
1529
+ @property --kds-color-border-danger {
1530
+ syntax: "<color>";
1531
+ inherits: true;
1532
+ initial-value: light-dark(hsl(3 100% 86%), hsl(348 94% 21%));
1533
+ }
1534
+
1535
+ @property --kds-color-border-success-bold {
1536
+ syntax: "<color>";
1537
+ inherits: true;
1538
+ initial-value: light-dark(hsl(116 47% 26%), hsl(112 57% 71%));
1539
+ }
1540
+
1541
+ @property --kds-color-border-success {
1542
+ syntax: "<color>";
1543
+ inherits: true;
1544
+ initial-value: light-dark(hsl(112 57% 71%), hsl(124 47% 21%));
1545
+ }
1546
+
1547
+ @property --kds-color-border-info-bold {
1548
+ syntax: "<color>";
1549
+ inherits: true;
1550
+ initial-value: light-dark(hsl(208 61% 34%), hsl(215 100% 84%));
1551
+ }
1552
+
1553
+ @property --kds-color-border-info {
1554
+ syntax: "<color>";
1555
+ inherits: true;
1556
+ initial-value: light-dark(hsl(215 100% 84%), hsl(210 50% 28%));
1557
+ }
1558
+
1559
+ @property --kds-color-border-transparent {
1560
+ syntax: "<color>";
1561
+ inherits: true;
1562
+ initial-value: hsl(330 0% 11% / 0);
1563
+ }
1564
+
1565
+ @property --kds-color-border-disabled {
1566
+ syntax: "<color>";
1567
+ inherits: true;
1568
+ initial-value: light-dark(hsl(0 0% 73%), hsl(0 0% 48%));
1569
+ }
1570
+
1571
+ @property --kds-color-border-brand {
1572
+ syntax: "<color>";
1573
+ inherits: true;
1574
+ initial-value: hsl(51 100% 50%);
1575
+ }
1576
+
1577
+ @property --kds-color-border-neutral-bold-initial {
1578
+ syntax: "<color>";
1579
+ inherits: true;
1580
+ initial-value: light-dark(hsl(345 0% 10% / 0.4), hsl(330 0% 99% / 0.4));
1581
+ }
1582
+
1583
+ @property --kds-color-border-neutral-bold-hover {
1584
+ syntax: "<color>";
1585
+ inherits: true;
1586
+ initial-value: light-dark(hsl(345 0% 10% / 0.64), hsl(330 0% 99% / 0.58));
1587
+ }
1588
+
1589
+ @property --kds-color-border-neutral-bold-active {
1590
+ syntax: "<color>";
1591
+ inherits: true;
1592
+ initial-value: light-dark(hsl(345 0% 10% / 0.74), hsl(330 0% 99% / 0.68));
1593
+ }
1594
+
1595
+ @property --kds-color-focus-outline {
1596
+ syntax: "<color>";
1597
+ inherits: true;
1598
+ initial-value: light-dark(hsl(209 57% 50%), hsl(214 92% 77%));
1599
+ }
1600
+
1601
+ @property --kds-color-focus-background {
1602
+ syntax: "<color>";
1603
+ inherits: true;
1604
+ initial-value: light-dark(hsl(217 100% 97%), hsl(211.86 41.035% 17.864%));
1605
+ }
1606
+
1607
+ @property --kds-color-blanket-default {
1608
+ syntax: "<color>";
1609
+ inherits: true;
1610
+ initial-value: hsl(330 0% 11% / 0.8);
1611
+ }
1612
+
1613
+ @property --kds-color-nodes-and-variables-flow-variable {
1614
+ syntax: "<color>";
1615
+ inherits: true;
1616
+ initial-value: hsl(0 100% 65%);
1617
+ }
1618
+
1619
+ @property --kds-color-skeleton-default {
1620
+ syntax: "<color>";
1621
+ inherits: true;
1622
+ initial-value: light-dark(linear-gradient(90deg, hsla(0, 0%, 10%, 0.02) 0%, hsla(0, 0%, 10%, 0.15) 25%, hsla(0, 0%, 10%, 0.02) 65%, hsla(0, 0%, 10%, 0.00) 100%), linear-gradient(90deg, hsla(0, 0%, 94%, 0.02) 0%, hsla(0, 0%, 94%, 0.15) 25%, hsla(0, 0%, 94%, 0.02) 65%, hsla(0, 0%, 94%, 0.00) 100%));
1623
+ }
1624
+
1625
+ @property --kds-color-elevation-top {
1626
+ syntax: "<color>";
1627
+ inherits: true;
1628
+ initial-value: light-dark(hsl(330 0% 73% / 0.32), hsl(345 0% 10% / 0.9));
1629
+ }
1630
+
1631
+ @property --kds-color-elevation-middle {
1632
+ syntax: "<color>";
1633
+ inherits: true;
1634
+ initial-value: light-dark(hsl(330 0% 32% / 0.14), hsl(345 0% 10% / 0.94));
1635
+ }
1636
+
1637
+ @property --kds-color-elevation-bottom {
1638
+ syntax: "<color>";
1639
+ inherits: true;
1640
+ initial-value: light-dark(hsl(330 0% 32% / 0.12), hsl(345 0% 10% / 0.98));
1641
+ }
1642
+
1643
+ @property --kds-color-desktop-header-background-default {
1644
+ syntax: "<color>";
1645
+ inherits: true;
1646
+ initial-value: hsl(0 0% 10%);
1647
+ }
1648
+
1649
+ @property --kds-color-desktop-header-background-muted {
1650
+ syntax: "<color>";
1651
+ inherits: true;
1652
+ initial-value: light-dark(hsl(0 0% 98%), hsl(0 0% 16%));
1653
+ }
1654
+
1655
+ @property --kds-color-desktop-header-background-accent {
1656
+ syntax: "<color>";
1657
+ inherits: true;
1658
+ initial-value: light-dark(hsl(0 0% 98%), hsl(0 0% 16%));
1659
+ }
1660
+
1661
+ @property --kds-color-desktop-header-text-and-icon-neutral {
1662
+ syntax: "<color>";
1663
+ inherits: true;
1664
+ initial-value: light-dark(hsl(0 0% 16%), hsl(0 0% 94%));
1665
+ }
1666
+
1667
+ @property --kds-color-desktop-header-text-and-icon-muted {
1668
+ syntax: "<color>";
1669
+ inherits: true;
1670
+ initial-value: light-dark(hsl(0 0% 32%), hsl(0 0% 73%));
1671
+ }
1672
+
1673
+ @property --kds-color-desktop-header-border-default {
1674
+ syntax: "<color>";
1675
+ inherits: true;
1676
+ initial-value: light-dark(hsl(345 0% 10% / 0.1), hsl(330 0% 99% / 0.1));
1677
+ }
1678
+
1679
+ @property --kds-color-table-header-background-default {
1680
+ syntax: "<color>";
1681
+ inherits: true;
1682
+ initial-value: hsl(0 0% 99%);
1683
+ }
1684
+
1685
+ @property --kds-color-loading-spinner-progress-on-filled {
1686
+ syntax: "<color>";
1687
+ inherits: true;
1688
+ initial-value: hsl(166 68% 93%);
1689
+ }
1690
+
1691
+ @property --kds-color-loading-spinner-progress-on-transparent {
1692
+ syntax: "<color>";
1693
+ inherits: true;
1694
+ initial-value: light-dark(hsl(0 0% 16%), hsl(0 0% 94%));
1695
+ }
1696
+
1697
+ @property --kds-color-loading-spinner-track-on-filled {
1698
+ syntax: "<color>";
1699
+ inherits: true;
1700
+ initial-value: hsl(166 68% 93% / 0.24);
1701
+ }
1702
+
1703
+ @property --kds-color-loading-spinner-track-on-transparent {
1704
+ syntax: "<color>";
1705
+ inherits: true;
1706
+ initial-value: light-dark(hsl(120 0% 16% / 0.24), hsl(0 0% 94% / 0.24));
1707
+ }
1708
+
1709
+ @property --kds-color-skeleton-bar-default {
1710
+ syntax: "<color>";
1711
+ inherits: true;
1712
+ initial-value: light-dark(linear-gradient(90deg, hsla(0, 0%, 10%, 0.02) 0%, hsla(0, 0%, 10%, 0.15) 25%, hsla(0, 0%, 10%, 0.02) 65%, hsla(0, 0%, 10%, 0.00) 100%), linear-gradient(90deg, hsla(0, 0%, 94%, 0.02) 0%, hsla(0, 0%, 94%, 0.15) 25%, hsla(0, 0%, 94%, 0.02) 65%, hsla(0, 0%, 94%, 0.00) 100%));
1713
+ }
1714
+
1715
+ @property --kds-border-radius-container-none {
1716
+ syntax: "<length>";
1717
+ inherits: false;
1718
+ initial-value: 0;
1719
+ }
1720
+
1721
+ @property --kds-border-radius-container-0-12x {
1722
+ syntax: "<length>";
1723
+ inherits: false;
1724
+ initial-value: 2px;
1725
+ }
1726
+
1727
+ @property --kds-border-radius-container-0-25x {
1728
+ syntax: "<length>";
1729
+ inherits: false;
1730
+ initial-value: 4px;
1731
+ }
1732
+
1733
+ @property --kds-border-radius-container-0-31x {
1734
+ syntax: "<length>";
1735
+ inherits: false;
1736
+ initial-value: 5px;
1737
+ }
1738
+
1739
+ @property --kds-border-radius-container-0-37x {
1740
+ syntax: "<length>";
1741
+ inherits: false;
1742
+ initial-value: 6px;
1743
+ }
1744
+
1745
+ @property --kds-border-radius-container-0-44x {
1746
+ syntax: "<length>";
1747
+ inherits: false;
1748
+ initial-value: 7px;
1749
+ }
1750
+
1751
+ @property --kds-border-radius-container-0-50x {
1752
+ syntax: "<length>";
1753
+ inherits: false;
1754
+ initial-value: 8px;
1755
+ }
1756
+
1757
+ @property --kds-border-radius-container-0-56x {
1758
+ syntax: "<length>";
1759
+ inherits: false;
1760
+ initial-value: 9px;
1761
+ }
1762
+
1763
+ @property --kds-border-radius-container-1x {
1764
+ syntax: "<length>";
1765
+ inherits: false;
1766
+ initial-value: 16px;
1767
+ }
1768
+
1769
+ @property --kds-border-radius-container-pill {
1770
+ syntax: "<length>";
1771
+ inherits: false;
1772
+ initial-value: 1000px;
1773
+ }
1774
+
1775
+ @property --kds-border-width-base-none {
1776
+ syntax: "<length>";
1777
+ inherits: false;
1778
+ initial-value: 0;
1779
+ }
1780
+
1781
+ @property --kds-border-width-base-s {
1782
+ syntax: "<length>";
1783
+ inherits: false;
1784
+ initial-value: 1px;
1785
+ }
1786
+
1787
+ @property --kds-border-width-base-m {
1788
+ syntax: "<length>";
1789
+ inherits: false;
1790
+ initial-value: 2px;
1791
+ }
1792
+
1793
+ @property --kds-border-width-icon-stroke-s {
1794
+ syntax: "<length>";
1795
+ inherits: false;
1796
+ initial-value: 1px;
1797
+ }
1798
+
1799
+ @property --kds-border-width-icon-stroke-m {
1800
+ syntax: "<length>";
1801
+ inherits: false;
1802
+ initial-value: 1.25px;
1803
+ }
1804
+
1805
+ @property --kds-border-width-icon-stroke-l {
1806
+ syntax: "<length>";
1807
+ inherits: false;
1808
+ initial-value: 1.5px;
1809
+ }
1810
+
1811
+ @property --kds-border-action-transparent {
1812
+ syntax: "<string>";
1813
+ inherits: false;
1814
+ initial-value: 1px solid hsl(330 0% 11% / 0);
1815
+ }
1816
+
1817
+ @property --kds-border-action-default {
1818
+ syntax: "<string>";
1819
+ inherits: false;
1820
+ initial-value: 1px solid light-dark(hsl(345 0% 10% / 0.4), hsl(330 0% 99% / 0.5));
1821
+ }
1822
+
1823
+ @property --kds-border-action-disabled {
1824
+ syntax: "<string>";
1825
+ inherits: false;
1826
+ initial-value: 1px solid light-dark(hsl(0 0% 73%), hsl(0 0% 48%));
1827
+ }
1828
+
1829
+ @property --kds-border-action-focused {
1830
+ syntax: "<string>";
1831
+ inherits: false;
1832
+ initial-value: 2px solid light-dark(hsl(209 57% 50%), hsl(214 92% 77%));
1833
+ }
1834
+
1835
+ @property --kds-border-action-selected {
1836
+ syntax: "<string>";
1837
+ inherits: false;
1838
+ initial-value: 1px solid light-dark(hsl(172 27% 48%), hsl(168 47% 85%));
1839
+ }
1840
+
1841
+ @property --kds-border-action-selected-accent {
1842
+ syntax: "<string>";
1843
+ inherits: false;
1844
+ initial-value: 1px solid light-dark(hsl(209 57% 50%), hsl(214 92% 77%));
1845
+ }
1846
+
1847
+ @property --kds-border-action-error {
1848
+ syntax: "<string>";
1849
+ inherits: false;
1850
+ initial-value: 1px solid light-dark(hsl(349 91% 35%), hsl(4 100% 80%));
1851
+ }
1852
+
1853
+ @property --kds-border-action-primary {
1854
+ syntax: "<string>";
1855
+ inherits: false;
1856
+ initial-value: 1px solid hsl(177 82% 18%);
1857
+ }
1858
+
1859
+ @property --kds-border-action-input {
1860
+ syntax: "<string>";
1861
+ inherits: false;
1862
+ initial-value: 1px none light-dark(hsl(345 0% 10% / 0.4), hsl(330 0% 99% / 0.5));
1863
+ }
1864
+
1865
+ @property --kds-border-base-default {
1866
+ syntax: "<string>";
1867
+ inherits: false;
1868
+ initial-value: 1px solid light-dark(hsl(345 0% 10% / 0.4), hsl(330 0% 99% / 0.5));
1869
+ }
1870
+
1871
+ @property --kds-border-base-muted {
1872
+ syntax: "<string>";
1873
+ inherits: false;
1874
+ initial-value: 1px solid light-dark(hsl(345 0% 10% / 0.2), hsl(330 0% 99% / 0.2));
1875
+ }
1876
+
1877
+ @property --kds-border-base-subtle {
1878
+ syntax: "<string>";
1879
+ inherits: false;
1880
+ initial-value: 1px solid light-dark(hsl(345 0% 10% / 0.1), hsl(330 0% 99% / 0.1));
1881
+ }
1882
+
1883
+ @property --kds-border-base-brand {
1884
+ syntax: "<string>";
1885
+ inherits: false;
1886
+ initial-value: 1px soild hsl(51 100% 50%);
1887
+ }
1888
+
1889
+ @property --kds-border-base-danger {
1890
+ syntax: "<string>";
1891
+ inherits: false;
1892
+ initial-value: 1px soild light-dark(hsl(3 100% 86%), hsl(348 94% 21%));
1893
+ }
1894
+
1895
+ @property --kds-border-base-warning {
1896
+ syntax: "<string>";
1897
+ inherits: false;
1898
+ initial-value: 1px soild light-dark(hsl(31 79% 74%), hsl(13 66% 23%));
1899
+ }
1900
+
1901
+ @property --kds-border-base-success {
1902
+ syntax: "<string>";
1903
+ inherits: false;
1904
+ initial-value: 1px soild light-dark(hsl(112 57% 71%), hsl(124 47% 21%));
1905
+ }
1906
+
1907
+ @property --kds-border-base-info {
1908
+ syntax: "<string>";
1909
+ inherits: false;
1910
+ initial-value: 1px soild light-dark(hsl(215 100% 84%), hsl(210 50% 28%));
1911
+ }
1912
+
1913
+ @property --kds-sizing-viewport-breakpoints-576 {
1914
+ syntax: "<length>";
1915
+ inherits: false;
1916
+ initial-value: 576px;
1917
+ }
1918
+
1919
+ @property --kds-sizing-viewport-breakpoints-768 {
1920
+ syntax: "<length>";
1921
+ inherits: false;
1922
+ initial-value: 768px;
1923
+ }
1924
+
1925
+ @property --kds-sizing-viewport-breakpoints-1024 {
1926
+ syntax: "<length>";
1927
+ inherits: false;
1928
+ initial-value: 1024px;
1929
+ }
1930
+
1931
+ @property --kds-sizing-viewport-breakpoints-1200 {
1932
+ syntax: "<length>";
1933
+ inherits: false;
1934
+ initial-value: 1200px;
1935
+ }
1936
+
1937
+ @property --kds-sizing-viewport-breakpoints-1400 {
1938
+ syntax: "<length>";
1939
+ inherits: false;
1940
+ initial-value: 1400px;
1941
+ }
1942
+
1943
+ @property --kds-sizing-viewport-breakpoints-1728 {
1944
+ syntax: "<length>";
1945
+ inherits: false;
1946
+ initial-value: 1728px;
1947
+ }
1948
+
1949
+ @property --kds-spacing-container-none {
1950
+ syntax: "<length>";
1951
+ inherits: false;
1952
+ initial-value: 0;
1953
+ }
1954
+
1955
+ @property --kds-spacing-container-0-10x {
1956
+ syntax: "<length>";
1957
+ inherits: false;
1958
+ initial-value: 1px;
1959
+ }
1960
+
1961
+ @property --kds-spacing-container-0-12x {
1962
+ syntax: "<length>";
1963
+ inherits: false;
1964
+ initial-value: 2px;
1965
+ }
1966
+
1967
+ @property --kds-spacing-container-0-25x {
1968
+ syntax: "<length>";
1969
+ inherits: false;
1970
+ initial-value: 4px;
1971
+ }
1972
+
1973
+ @property --kds-spacing-container-0-37x {
1974
+ syntax: "<length>";
1975
+ inherits: false;
1976
+ initial-value: 6px;
1977
+ }
1978
+
1979
+ @property --kds-spacing-container-0-5x {
1980
+ syntax: "<length>";
1981
+ inherits: false;
1982
+ initial-value: 8px;
1983
+ }
1984
+
1985
+ @property --kds-spacing-container-0-75x {
1986
+ syntax: "<length>";
1987
+ inherits: false;
1988
+ initial-value: 12px;
1989
+ }
1990
+
1991
+ @property --kds-spacing-container-1x {
1992
+ syntax: "<length>";
1993
+ inherits: false;
1994
+ initial-value: 16px;
1995
+ }
1996
+
1997
+ @property --kds-spacing-container-1-25x {
1998
+ syntax: "<length>";
1999
+ inherits: false;
2000
+ initial-value: 20px;
2001
+ }
2002
+
2003
+ @property --kds-spacing-container-1-5x {
2004
+ syntax: "<length>";
2005
+ inherits: false;
2006
+ initial-value: 24px;
2007
+ }
2008
+
2009
+ @property --kds-spacing-container-2x {
2010
+ syntax: "<length>";
2011
+ inherits: false;
2012
+ initial-value: 32px;
2013
+ }
2014
+
2015
+ @property --kds-spacing-container-auto {
2016
+ syntax: "<length>";
2017
+ inherits: false;
2018
+ initial-value: AUTO;
2019
+ }
2020
+
2021
+ @property --kds-spacing-input-label-spacing-bottom {
2022
+ syntax: "<length>";
2023
+ inherits: false;
2024
+ initial-value: 6px;
2025
+ }
2026
+
2027
+ @property --kds-spacing-input-sub-text-spacing-top {
2028
+ syntax: "<length>";
2029
+ inherits: false;
2030
+ initial-value: 4px;
2031
+ }
2032
+
2033
+ @property --kds-dimension-component-height-0-75x {
2034
+ syntax: "<length>";
2035
+ inherits: false;
2036
+ initial-value: 12px;
2037
+ }
2038
+
2039
+ @property --kds-dimension-component-height-0-88x {
2040
+ syntax: "<length>";
2041
+ inherits: false;
2042
+ initial-value: 14px;
2043
+ }
2044
+
2045
+ @property --kds-dimension-component-height-1x {
2046
+ syntax: "<length>";
2047
+ inherits: false;
2048
+ initial-value: 16px;
2049
+ }
2050
+
2051
+ @property --kds-dimension-component-height-1-25x {
2052
+ syntax: "<length>";
2053
+ inherits: false;
2054
+ initial-value: 20px;
2055
+ }
2056
+
2057
+ @property --kds-dimension-component-height-1-5x {
2058
+ syntax: "<length>";
2059
+ inherits: false;
2060
+ initial-value: 24px;
2061
+ }
2062
+
2063
+ @property --kds-dimension-component-height-1-75x {
2064
+ syntax: "<length>";
2065
+ inherits: false;
2066
+ initial-value: 28px;
2067
+ }
2068
+
2069
+ @property --kds-dimension-component-height-2-25x {
2070
+ syntax: "<length>";
2071
+ inherits: false;
2072
+ initial-value: 36px;
2073
+ }
2074
+
2075
+ @property --kds-dimension-component-height-2-5x {
2076
+ syntax: "<length>";
2077
+ inherits: false;
2078
+ initial-value: 40px;
2079
+ }
2080
+
2081
+ @property --kds-dimension-component-width-0-75x {
2082
+ syntax: "<length>";
2083
+ inherits: false;
2084
+ initial-value: 12px;
2085
+ }
2086
+
2087
+ @property --kds-dimension-component-width-0-88x {
2088
+ syntax: "<length>";
2089
+ inherits: false;
2090
+ initial-value: 14px;
2091
+ }
2092
+
2093
+ @property --kds-dimension-component-width-1x {
2094
+ syntax: "<length>";
2095
+ inherits: false;
2096
+ initial-value: 16px;
2097
+ }
2098
+
2099
+ @property --kds-dimension-component-width-1-25x {
2100
+ syntax: "<length>";
2101
+ inherits: false;
2102
+ initial-value: 20px;
2103
+ }
2104
+
2105
+ @property --kds-dimension-component-width-1-5x {
2106
+ syntax: "<length>";
2107
+ inherits: false;
2108
+ initial-value: 24px;
2109
+ }
2110
+
2111
+ @property --kds-dimension-component-width-1-75x {
2112
+ syntax: "<length>";
2113
+ inherits: false;
2114
+ initial-value: 28px;
2115
+ }
2116
+
2117
+ @property --kds-dimension-component-width-2-25x {
2118
+ syntax: "<length>";
2119
+ inherits: false;
2120
+ initial-value: 36px;
2121
+ }
2122
+
2123
+ @property --kds-dimension-icon-0-56x {
2124
+ syntax: "<length>";
2125
+ inherits: false;
2126
+ initial-value: 9px;
2127
+ }
2128
+
2129
+ @property --kds-dimension-icon-0-75x {
2130
+ syntax: "<length>";
2131
+ inherits: false;
2132
+ initial-value: 12px;
2133
+ }
2134
+
2135
+ @property --kds-dimension-icon-1x {
2136
+ syntax: "<length>";
2137
+ inherits: false;
2138
+ initial-value: 16px;
2139
+ }
2140
+
2141
+ @property --kds-dimension-icon-1-25x {
2142
+ syntax: "<length>";
2143
+ inherits: false;
2144
+ initial-value: 20px;
2145
+ }
2146
+
2147
+ @property --kds-font-base-display-small {
2148
+ syntax: "<string>";
2149
+ inherits: true;
2150
+ initial-value: 700 20px/1.3 Roboto;
2151
+ }
2152
+
2153
+ @property --kds-font-base-display-medium {
2154
+ syntax: "<string>";
2155
+ inherits: true;
2156
+ initial-value: 700 24px/1.3 Roboto;
2157
+ }
2158
+
2159
+ @property --kds-font-base-display-large {
2160
+ syntax: "<string>";
2161
+ inherits: true;
2162
+ initial-value: 700 32px/1.3 Roboto;
2163
+ }
2164
+
2165
+ @property --kds-font-base-display-xlarge {
2166
+ syntax: "<string>";
2167
+ inherits: true;
2168
+ initial-value: 700 40px/1.3 Roboto;
2169
+ }
2170
+
2171
+ @property --kds-font-base-title-xsmall {
2172
+ syntax: "<string>";
2173
+ inherits: true;
2174
+ initial-value: 500 10px/1 Roboto;
2175
+ }
2176
+
2177
+ @property --kds-font-base-title-small {
2178
+ syntax: "<string>";
2179
+ inherits: true;
2180
+ initial-value: 500 12px/1 Roboto;
2181
+ }
2182
+
2183
+ @property --kds-font-base-title-small-strong {
2184
+ syntax: "<string>";
2185
+ inherits: true;
2186
+ initial-value: 700 12px/1 Roboto;
2187
+ }
2188
+
2189
+ @property --kds-font-base-title-medium {
2190
+ syntax: "<string>";
2191
+ inherits: true;
2192
+ initial-value: 500 14px/1 Roboto;
2193
+ }
2194
+
2195
+ @property --kds-font-base-title-medium-strong {
2196
+ syntax: "<string>";
2197
+ inherits: true;
2198
+ initial-value: 700 14px/1 Roboto;
2199
+ }
2200
+
2201
+ @property --kds-font-base-title-large {
2202
+ syntax: "<string>";
2203
+ inherits: true;
2204
+ initial-value: 500 16px/1 Roboto;
2205
+ }
2206
+
2207
+ @property --kds-font-base-title-large-strong {
2208
+ syntax: "<string>";
2209
+ inherits: true;
2210
+ initial-value: 700 16px/1 Roboto;
2211
+ }
2212
+
2213
+ @property --kds-font-base-body-small {
2214
+ syntax: "<string>";
2215
+ inherits: true;
2216
+ initial-value: 400 12px/1.5 Roboto;
2217
+ }
2218
+
2219
+ @property --kds-font-base-body-medium {
2220
+ syntax: "<string>";
2221
+ inherits: true;
2222
+ initial-value: 400 14px/1.5 Roboto;
2223
+ }
2224
+
2225
+ @property --kds-font-base-body-large {
2226
+ syntax: "<string>";
2227
+ inherits: true;
2228
+ initial-value: 400 16px/1.3 Roboto;
2229
+ }
2230
+
2231
+ @property --kds-font-base-body-xlarge {
2232
+ syntax: "<string>";
2233
+ inherits: true;
2234
+ initial-value: 400 20px/1.5 Roboto;
2235
+ }
2236
+
2237
+ @property --kds-font-base-subtext-xsmall {
2238
+ syntax: "<string>";
2239
+ inherits: true;
2240
+ initial-value: 400 9px Roboto;
2241
+ }
2242
+
2243
+ @property --kds-font-base-subtext-small {
2244
+ syntax: "<string>";
2245
+ inherits: true;
2246
+ initial-value: 400 10px/1.3 Roboto;
2247
+ }
2248
+
2249
+ @property --kds-font-base-subtext-medium {
2250
+ syntax: "<string>";
2251
+ inherits: true;
2252
+ initial-value: 400 12px/1.3 Roboto;
2253
+ }
2254
+
2255
+ @property --kds-font-base-interactive-xsmall-strong {
2256
+ syntax: "<string>";
2257
+ inherits: true;
2258
+ initial-value: 500 11px/1 Roboto;
2259
+ }
2260
+
2261
+ @property --kds-font-base-interactive-small {
2262
+ syntax: "<string>";
2263
+ inherits: true;
2264
+ initial-value: 400 12px/1 Roboto;
2265
+ }
2266
+
2267
+ @property --kds-font-base-interactive-small-italic {
2268
+ syntax: "<string>";
2269
+ inherits: true;
2270
+ initial-value: italic 400 12px/1 Roboto;
2271
+ }
2272
+
2273
+ @property --kds-font-base-interactive-small-strong {
2274
+ syntax: "<string>";
2275
+ inherits: true;
2276
+ initial-value: 500 12px/1 Roboto;
2277
+ }
2278
+
2279
+ @property --kds-font-base-interactive-medium {
2280
+ syntax: "<string>";
2281
+ inherits: true;
2282
+ initial-value: 400 14px/1 Roboto;
2283
+ }
2284
+
2285
+ @property --kds-font-base-interactive-medium-strong {
2286
+ syntax: "<string>";
2287
+ inherits: true;
2288
+ initial-value: 500 14px/1 Roboto;
2289
+ }
2290
+
2291
+ @property --kds-font-base-interactive-large {
2292
+ syntax: "<string>";
2293
+ inherits: true;
2294
+ initial-value: 400 16px/1 Roboto;
2295
+ }
2296
+
2297
+ @property --kds-font-base-interactive-large-strong {
2298
+ syntax: "<string>";
2299
+ inherits: true;
2300
+ initial-value: 500 16px/1 Roboto;
2301
+ }
2302
+
2303
+ @property --kds-font-annotations-h1 {
2304
+ syntax: "<string>";
2305
+ inherits: true;
2306
+ initial-value: 700 36px/1.5 'Roboto Condensed';
2307
+ }
2308
+
2309
+ @property --kds-font-annotations-h2 {
2310
+ syntax: "<string>";
2311
+ inherits: true;
2312
+ initial-value: 700 30px/1.5 'Roboto Condensed';
2313
+ }
2314
+
2315
+ @property --kds-font-annotations-h3 {
2316
+ syntax: "<string>";
2317
+ inherits: true;
2318
+ initial-value: 700 26px/1.5 'Roboto Condensed';
2319
+ }
2320
+
2321
+ @property --kds-font-annotations-h4 {
2322
+ syntax: "<string>";
2323
+ inherits: true;
2324
+ initial-value: 700 22px/1.5 'Roboto Condensed';
2325
+ }
2326
+
2327
+ @property --kds-font-annotations-h5 {
2328
+ syntax: "<string>";
2329
+ inherits: true;
2330
+ initial-value: 700 16px/1.5 'Roboto Condensed';
2331
+ }
2332
+
2333
+ @property --kds-font-annotations-h6 {
2334
+ syntax: "<string>";
2335
+ inherits: true;
2336
+ initial-value: 700 13px/1.5 'Roboto Condensed';
2337
+ }
2338
+
2339
+ @property --kds-font-annotations-body {
2340
+ syntax: "<string>";
2341
+ inherits: true;
2342
+ initial-value: 700 13px/1.5 'Roboto Condensed';
2343
+ }
2344
+
2345
+ @property --kds-font-dataapps-h1 {
2346
+ syntax: "<string>";
2347
+ inherits: true;
2348
+ initial-value: 700 36px/1.5 Roboto;
2349
+ }
2350
+
2351
+ @property --kds-font-dataapps-h2 {
2352
+ syntax: "<string>";
2353
+ inherits: true;
2354
+ initial-value: 700 30px/1.5 Roboto;
2355
+ }
2356
+
2357
+ @property --kds-font-dataapps-h3 {
2358
+ syntax: "<string>";
2359
+ inherits: true;
2360
+ initial-value: 700 26px/1.5 Roboto;
2361
+ }
2362
+
2363
+ @property --kds-font-dataapps-h4 {
2364
+ syntax: "<string>";
2365
+ inherits: true;
2366
+ initial-value: 700 22px/1.5 Roboto;
2367
+ }
2368
+
2369
+ @property --kds-font-dataapps-h5 {
2370
+ syntax: "<string>";
2371
+ inherits: true;
2372
+ initial-value: 700 16px/1.5 Roboto;
2373
+ }
2374
+
2375
+ @property --kds-font-dataapps-h6 {
2376
+ syntax: "<string>";
2377
+ inherits: true;
2378
+ initial-value: 700 13px/1.5 Roboto;
2379
+ }
2380
+
2381
+ @property --kds-font-dataapps-body {
2382
+ syntax: "<string>";
2383
+ inherits: true;
2384
+ initial-value: 700 13px/1.5 Roboto;
2385
+ }
2386
+
2387
+ @property --kds-font-dataapps-body-small {
2388
+ syntax: "<string>";
2389
+ inherits: true;
2390
+ initial-value: 700 10px/1.5 Roboto;
2391
+ }
2392
+
2393
+ @property --elevation-level-0 {
2394
+ syntax: "*";
2395
+ inherits: false;
2396
+ initial-value: 0 0 0 0 light-dark(hsl(330 0% 73% / 0.32), hsl(345 0% 10% / 0.9));
2397
+ }
2398
+
2399
+ @property --elevation-level-1 {
2400
+ syntax: "*";
2401
+ inherits: false;
2402
+ initial-value: 0 1px 1px 0 light-dark(hsl(330 0% 73% / 0.32), hsl(345 0% 10% / 0.9)), 0 0 1px 0 light-dark(hsl(330 0% 32% / 0.14), hsl(345 0% 10% / 0.94)), 0 0 8px 0 light-dark(hsl(330 0% 32% / 0.12), hsl(345 0% 10% / 0.98));
2403
+ }
2404
+
2405
+ @property --elevation-level-3 {
2406
+ syntax: "*";
2407
+ inherits: false;
2408
+ initial-value: 0 2px 4px 0 light-dark(hsl(330 0% 73% / 0.32), hsl(345 0% 10% / 0.9)), 0 4px 8px 0 light-dark(hsl(330 0% 32% / 0.14), hsl(345 0% 10% / 0.94)), 0 0 20px 0 light-dark(hsl(330 0% 32% / 0.12), hsl(345 0% 10% / 0.98));
2409
+ }