@knime/kds-styles 0.0.9 → 0.0.11

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.
@@ -0,0 +1,1197 @@
1
+ /**
2
+ * Do not edit directly, this file was auto-generated.
3
+ */
4
+
5
+ @property --kds-color-surface-default {
6
+ syntax: "<color>";
7
+ inherits: true;
8
+ initial-value: hsl(0 0% 98%);
9
+ }
10
+
11
+ @property --kds-color-surface-muted {
12
+ syntax: "<color>";
13
+ inherits: true;
14
+ initial-value: hsl(0 0% 94%);
15
+ }
16
+
17
+ @property --kds-color-surface-subtle {
18
+ syntax: "<color>";
19
+ inherits: true;
20
+ initial-value: hsl(0 0% 90%);
21
+ }
22
+
23
+ @property --kds-color-background-page-default {
24
+ syntax: "<color>";
25
+ inherits: true;
26
+ initial-value: hsl(0 0% 99%);
27
+ }
28
+
29
+ @property --kds-color-background-neutral-initial {
30
+ syntax: "<color>";
31
+ inherits: true;
32
+ initial-value: hsl(330 0% 11% / 0);
33
+ }
34
+
35
+ @property --kds-color-background-neutral-hover {
36
+ syntax: "<color>";
37
+ inherits: true;
38
+ initial-value: hsl(180 0% 48% / 0.16);
39
+ }
40
+
41
+ @property --kds-color-background-neutral-active {
42
+ syntax: "<color>";
43
+ inherits: true;
44
+ initial-value: hsl(180 0% 48% / 0.32);
45
+ }
46
+
47
+ @property --kds-color-background-neutral-bold-initial {
48
+ syntax: "<color>";
49
+ inherits: true;
50
+ initial-value: hsl(330 0% 73% / 0.4);
51
+ }
52
+
53
+ @property --kds-color-background-neutral-bold-hover {
54
+ syntax: "<color>";
55
+ inherits: true;
56
+ initial-value: hsl(330 0% 63.406% / 0.4);
57
+ }
58
+
59
+ @property --kds-color-background-neutral-bold-active {
60
+ syntax: "<color>";
61
+ inherits: true;
62
+ initial-value: hsl(180 0% 60.265% / 0.4);
63
+ }
64
+
65
+ @property --kds-color-background-primary-initial {
66
+ syntax: "<color>";
67
+ inherits: true;
68
+ initial-value: hsl(0 0% 90%);
69
+ }
70
+
71
+ @property --kds-color-background-primary-hover {
72
+ syntax: "<color>";
73
+ inherits: true;
74
+ initial-value: hsl(168 0% 81.947%);
75
+ }
76
+
77
+ @property --kds-color-background-primary-active {
78
+ syntax: "<color>";
79
+ inherits: true;
80
+ initial-value: hsl(330 0% 74.039%);
81
+ }
82
+
83
+ @property --kds-color-background-primary-bold-initial {
84
+ syntax: "<color>";
85
+ inherits: true;
86
+ initial-value: hsl(0 0% 16%);
87
+ }
88
+
89
+ @property --kds-color-background-primary-bold-hover {
90
+ syntax: "<color>";
91
+ inherits: true;
92
+ initial-value: hsl(240 0% 13.84%);
93
+ }
94
+
95
+ @property --kds-color-background-primary-bold-active {
96
+ syntax: "<color>";
97
+ inherits: true;
98
+ initial-value: hsl(340 0% 11.207%);
99
+ }
100
+
101
+ @property --kds-color-background-selected-initial {
102
+ syntax: "<color>";
103
+ inherits: true;
104
+ initial-value: hsl(0 0% 94%);
105
+ }
106
+
107
+ @property --kds-color-background-selected-hover {
108
+ syntax: "<color>";
109
+ inherits: true;
110
+ initial-value: hsl(0 0% 90%);
111
+ }
112
+
113
+ @property --kds-color-background-selected-active {
114
+ syntax: "<color>";
115
+ inherits: true;
116
+ initial-value: hsl(0 0% 73%);
117
+ }
118
+
119
+ @property --kds-color-background-selected-bold-initial {
120
+ syntax: "<color>";
121
+ inherits: true;
122
+ initial-value: hsl(0 0% 19%);
123
+ }
124
+
125
+ @property --kds-color-background-selected-bold-hover {
126
+ syntax: "<color>";
127
+ inherits: true;
128
+ initial-value: hsl(0 0% 16%);
129
+ }
130
+
131
+ @property --kds-color-background-selected-bold-active {
132
+ syntax: "<color>";
133
+ inherits: true;
134
+ initial-value: hsl(0 0% 13%);
135
+ }
136
+
137
+ @property --kds-color-background-danger-initial {
138
+ syntax: "<color>";
139
+ inherits: true;
140
+ initial-value: hsl(2.4731 100% 96.876%);
141
+ }
142
+
143
+ @property --kds-color-background-danger-hover {
144
+ syntax: "<color>";
145
+ inherits: true;
146
+ initial-value: hsl(3 100% 86%);
147
+ }
148
+
149
+ @property --kds-color-background-danger-active {
150
+ syntax: "<color>";
151
+ inherits: true;
152
+ initial-value: hsl(4 100% 80%);
153
+ }
154
+
155
+ @property --kds-color-background-danger-bold-initial {
156
+ syntax: "<color>";
157
+ inherits: true;
158
+ initial-value: hsl(349 91% 35%);
159
+ }
160
+
161
+ @property --kds-color-background-danger-bold-hover {
162
+ syntax: "<color>";
163
+ inherits: true;
164
+ initial-value: hsl(348 97% 27%);
165
+ }
166
+
167
+ @property --kds-color-background-danger-bold-active {
168
+ syntax: "<color>";
169
+ inherits: true;
170
+ initial-value: hsl(348 94% 21%);
171
+ }
172
+
173
+ @property --kds-color-background-warning-initial {
174
+ syntax: "<color>";
175
+ inherits: true;
176
+ initial-value: hsl(29.514 98.554% 96.838%);
177
+ }
178
+
179
+ @property --kds-color-background-warning-hover {
180
+ syntax: "<color>";
181
+ inherits: true;
182
+ initial-value: hsl(29.512 39.352% 92.463%);
183
+ }
184
+
185
+ @property --kds-color-background-warning-active {
186
+ syntax: "<color>";
187
+ inherits: true;
188
+ initial-value: hsl(29.51 23.726% 88.128%);
189
+ }
190
+
191
+ @property --kds-color-background-warning-bold-initial {
192
+ syntax: "<color>";
193
+ inherits: true;
194
+ initial-value: hsl(22 60% 45%);
195
+ }
196
+
197
+ @property --kds-color-background-warning-bold-hover {
198
+ syntax: "<color>";
199
+ inherits: true;
200
+ initial-value: hsl(21.929 58.367% 37.68%);
201
+ }
202
+
203
+ @property --kds-color-background-warning-bold-active {
204
+ syntax: "<color>";
205
+ inherits: true;
206
+ initial-value: hsl(21.825 55.638% 28.836%);
207
+ }
208
+
209
+ @property --kds-color-background-success-initial {
210
+ syntax: "<color>";
211
+ inherits: true;
212
+ initial-value: hsl(118.68 97.025% 96.828%);
213
+ }
214
+
215
+ @property --kds-color-background-success-hover {
216
+ syntax: "<color>";
217
+ inherits: true;
218
+ initial-value: hsl(118.68 38.813% 92.454%);
219
+ }
220
+
221
+ @property --kds-color-background-success-active {
222
+ syntax: "<color>";
223
+ inherits: true;
224
+ initial-value: hsl(118.67 23.411% 88.119%);
225
+ }
226
+
227
+ @property --kds-color-background-success-bold-initial {
228
+ syntax: "<color>";
229
+ inherits: true;
230
+ initial-value: hsl(111 48% 31%);
231
+ }
232
+
233
+ @property --kds-color-background-success-bold-hover {
234
+ syntax: "<color>";
235
+ inherits: true;
236
+ initial-value: hsl(110.47 45.877% 26.246%);
237
+ }
238
+
239
+ @property --kds-color-background-success-bold-active {
240
+ syntax: "<color>";
241
+ inherits: true;
242
+ initial-value: hsl(109.63 42.516% 20.454%);
243
+ }
244
+
245
+ @property --kds-color-background-info-initial {
246
+ syntax: "<color>";
247
+ inherits: true;
248
+ initial-value: hsl(216.77 100% 96.851%);
249
+ }
250
+
251
+ @property --kds-color-background-info-hover {
252
+ syntax: "<color>";
253
+ inherits: true;
254
+ initial-value: hsl(216.77 39.826% 92.476%);
255
+ }
256
+
257
+ @property --kds-color-background-info-active {
258
+ syntax: "<color>";
259
+ inherits: true;
260
+ initial-value: hsl(216.78 23.993% 88.14%);
261
+ }
262
+
263
+ @property --kds-color-background-info-bold-initial {
264
+ syntax: "<color>";
265
+ inherits: true;
266
+ initial-value: hsl(208 63% 41%);
267
+ }
268
+
269
+ @property --kds-color-background-info-bold-hover {
270
+ syntax: "<color>";
271
+ inherits: true;
272
+ initial-value: hsl(208.92 58.259% 34.934%);
273
+ }
274
+
275
+ @property --kds-color-background-info-bold-active {
276
+ syntax: "<color>";
277
+ inherits: true;
278
+ initial-value: hsl(210.19 52% 27.273%);
279
+ }
280
+
281
+ @property --kds-color-background-brand-initial {
282
+ syntax: "<color>";
283
+ inherits: true;
284
+ initial-value: hsl(51 100% 50%);
285
+ }
286
+
287
+ @property --kds-color-background-brand-hover {
288
+ syntax: "<color>";
289
+ inherits: true;
290
+ initial-value: hsl(50.165 84.159% 44.695%);
291
+ }
292
+
293
+ @property --kds-color-background-brand-active {
294
+ syntax: "<color>";
295
+ inherits: true;
296
+ initial-value: hsl(49.385 73.102% 35.333%);
297
+ }
298
+
299
+ @property --kds-color-background-input-initial {
300
+ syntax: "<color>";
301
+ inherits: true;
302
+ initial-value: hsl(0 0% 99%);
303
+ }
304
+
305
+ @property --kds-color-background-input-hover {
306
+ syntax: "<color>";
307
+ inherits: true;
308
+ initial-value: hsl(330 0% 94.521%);
309
+ }
310
+
311
+ @property --kds-color-background-input-active {
312
+ syntax: "<color>";
313
+ inherits: true;
314
+ initial-value: hsl(330 0% 85.683%);
315
+ }
316
+
317
+ @property --kds-color-background-disabled-default {
318
+ syntax: "<color>";
319
+ inherits: true;
320
+ initial-value: hsl(180 0% 48% / 0.48);
321
+ }
322
+
323
+ @property --kds-color-background-disabled-primary {
324
+ syntax: "<color>";
325
+ inherits: true;
326
+ initial-value: hsl(173.77 18.031% 40.307%);
327
+ }
328
+
329
+ @property --kds-color-background-disabled-danger {
330
+ syntax: "<color>";
331
+ inherits: true;
332
+ initial-value: hsl(1.5788 43.542% 37.998%);
333
+ }
334
+
335
+ @property --kds-color-background-disabled-primary-copy {
336
+ syntax: "<color>";
337
+ inherits: true;
338
+ initial-value: hsl(240 0% 37.873%);
339
+ }
340
+
341
+ @property --kds-color-text-and-icon-neutral {
342
+ syntax: "<color>";
343
+ inherits: true;
344
+ initial-value: hsl(0 0% 16%);
345
+ }
346
+
347
+ @property --kds-color-text-and-icon-muted {
348
+ syntax: "<color>";
349
+ inherits: true;
350
+ initial-value: hsl(0 0% 32%);
351
+ }
352
+
353
+ @property --kds-color-text-and-icon-subtle {
354
+ syntax: "<color>";
355
+ inherits: true;
356
+ initial-value: hsl(0 0% 43%);
357
+ }
358
+
359
+ @property --kds-color-text-and-icon-neutral-inverted {
360
+ syntax: "<color>";
361
+ inherits: true;
362
+ initial-value: hsl(0 0% 98%);
363
+ }
364
+
365
+ @property --kds-color-text-and-icon-primary {
366
+ syntax: "<color>";
367
+ inherits: true;
368
+ initial-value: hsl(0 0% 16%);
369
+ }
370
+
371
+ @property --kds-color-text-and-icon-primary-inverted {
372
+ syntax: "<color>";
373
+ inherits: true;
374
+ initial-value: hsl(0 0% 98%);
375
+ }
376
+
377
+ @property --kds-color-text-and-icon-selected {
378
+ syntax: "<color>";
379
+ inherits: true;
380
+ initial-value: hsl(0 0% 16%);
381
+ }
382
+
383
+ @property --kds-color-text-and-icon-selected-inverted {
384
+ syntax: "<color>";
385
+ inherits: true;
386
+ initial-value: hsl(0 0% 98%);
387
+ }
388
+
389
+ @property --kds-color-text-and-icon-warning {
390
+ syntax: "<color>";
391
+ inherits: true;
392
+ initial-value: hsl(19 63% 38%);
393
+ }
394
+
395
+ @property --kds-color-text-and-icon-warning-inverted {
396
+ syntax: "<color>";
397
+ inherits: true;
398
+ initial-value: hsl(31 100% 83%);
399
+ }
400
+
401
+ @property --kds-color-text-and-icon-danger {
402
+ syntax: "<color>";
403
+ inherits: true;
404
+ initial-value: hsl(349 91% 35%);
405
+ }
406
+
407
+ @property --kds-color-text-and-icon-danger-inverted {
408
+ syntax: "<color>";
409
+ inherits: true;
410
+ initial-value: hsl(0 100% 97%);
411
+ }
412
+
413
+ @property --kds-color-text-and-icon-success {
414
+ syntax: "<color>";
415
+ inherits: true;
416
+ initial-value: hsl(116 47% 26%);
417
+ }
418
+
419
+ @property --kds-color-text-and-icon-success-inverted {
420
+ syntax: "<color>";
421
+ inherits: true;
422
+ initial-value: hsl(120 95% 92%);
423
+ }
424
+
425
+ @property --kds-color-text-and-icon-disabled {
426
+ syntax: "<color>";
427
+ inherits: true;
428
+ initial-value: hsl(0 0% 64%);
429
+ }
430
+
431
+ @property --kds-color-text-and-icon-disabled-inverted {
432
+ syntax: "<color>";
433
+ inherits: true;
434
+ initial-value: hsl(0 0% 73%);
435
+ }
436
+
437
+ @property --kds-color-text-and-icon-info {
438
+ syntax: "<color>";
439
+ inherits: true;
440
+ initial-value: hsl(208 61% 34%);
441
+ }
442
+
443
+ @property --kds-color-text-and-icon-editor {
444
+ syntax: "<color>";
445
+ inherits: true;
446
+ initial-value: hsl(0 0% 11%);
447
+ }
448
+
449
+ @property --kds-color-border-neutral {
450
+ syntax: "<color>";
451
+ inherits: true;
452
+ initial-value: hsl(345 0% 10% / 0.4);
453
+ }
454
+
455
+ @property --kds-color-border-muted {
456
+ syntax: "<color>";
457
+ inherits: true;
458
+ initial-value: hsl(345 0% 10% / 0.2);
459
+ }
460
+
461
+ @property --kds-color-border-subtle {
462
+ syntax: "<color>";
463
+ inherits: true;
464
+ initial-value: hsl(345 0% 10% / 0.1);
465
+ }
466
+
467
+ @property --kds-color-border-primary-bold {
468
+ syntax: "<color>";
469
+ inherits: true;
470
+ initial-value: hsl(0 0% 13%);
471
+ }
472
+
473
+ @property --kds-color-border-primary {
474
+ syntax: "<color>";
475
+ inherits: true;
476
+ initial-value: hsl(0 0% 73%);
477
+ }
478
+
479
+ @property --kds-color-border-selected-bold {
480
+ syntax: "<color>";
481
+ inherits: true;
482
+ initial-value: hsl(0 0% 19%);
483
+ }
484
+
485
+ @property --kds-color-border-selected {
486
+ syntax: "<color>";
487
+ inherits: true;
488
+ initial-value: hsl(0 0% 32%);
489
+ }
490
+
491
+ @property --kds-color-border-selected-accent {
492
+ syntax: "<color>";
493
+ inherits: true;
494
+ initial-value: hsl(209 57% 50%);
495
+ }
496
+
497
+ @property --kds-color-border-warning-bold {
498
+ syntax: "<color>";
499
+ inherits: true;
500
+ initial-value: hsl(19 63% 38%);
501
+ }
502
+
503
+ @property --kds-color-border-warning {
504
+ syntax: "<color>";
505
+ inherits: true;
506
+ initial-value: hsl(31 79% 74%);
507
+ }
508
+
509
+ @property --kds-color-border-danger-bold {
510
+ syntax: "<color>";
511
+ inherits: true;
512
+ initial-value: hsl(349 91% 35%);
513
+ }
514
+
515
+ @property --kds-color-border-danger {
516
+ syntax: "<color>";
517
+ inherits: true;
518
+ initial-value: hsl(3 100% 86%);
519
+ }
520
+
521
+ @property --kds-color-border-success-bold {
522
+ syntax: "<color>";
523
+ inherits: true;
524
+ initial-value: hsl(116 47% 26%);
525
+ }
526
+
527
+ @property --kds-color-border-success {
528
+ syntax: "<color>";
529
+ inherits: true;
530
+ initial-value: hsl(112 57% 71%);
531
+ }
532
+
533
+ @property --kds-color-border-info-bold {
534
+ syntax: "<color>";
535
+ inherits: true;
536
+ initial-value: hsl(208 61% 34%);
537
+ }
538
+
539
+ @property --kds-color-border-info {
540
+ syntax: "<color>";
541
+ inherits: true;
542
+ initial-value: hsl(215 100% 84%);
543
+ }
544
+
545
+ @property --kds-color-border-transparent {
546
+ syntax: "<color>";
547
+ inherits: true;
548
+ initial-value: hsl(330 0% 11% / 0);
549
+ }
550
+
551
+ @property --kds-color-border-disabled {
552
+ syntax: "<color>";
553
+ inherits: true;
554
+ initial-value: hsl(0 0% 73%);
555
+ }
556
+
557
+ @property --kds-color-border-brand {
558
+ syntax: "<color>";
559
+ inherits: true;
560
+ initial-value: hsl(51 100% 50%);
561
+ }
562
+
563
+ @property --kds-color-border-neutral-bold-initial {
564
+ syntax: "<color>";
565
+ inherits: true;
566
+ initial-value: hsl(345 0% 10% / 0.4);
567
+ }
568
+
569
+ @property --kds-color-border-neutral-bold-hover {
570
+ syntax: "<color>";
571
+ inherits: true;
572
+ initial-value: hsl(345 0% 10% / 0.64);
573
+ }
574
+
575
+ @property --kds-color-border-neutral-bold-active {
576
+ syntax: "<color>";
577
+ inherits: true;
578
+ initial-value: hsl(345 0% 10% / 0.74);
579
+ }
580
+
581
+ @property --kds-color-focus-outline {
582
+ syntax: "<color>";
583
+ inherits: true;
584
+ initial-value: hsl(209 57% 50%);
585
+ }
586
+
587
+ @property --kds-color-focus-background {
588
+ syntax: "<color>";
589
+ inherits: true;
590
+ initial-value: hsl(217 100% 97%);
591
+ }
592
+
593
+ @property --kds-color-blanket-default {
594
+ syntax: "<color>";
595
+ inherits: true;
596
+ initial-value: hsl(330 0% 11% / 0.8);
597
+ }
598
+
599
+ @property --kds-color-nodes-and-variables-flow-variable {
600
+ syntax: "<color>";
601
+ inherits: true;
602
+ initial-value: hsl(360 84% 63%);
603
+ }
604
+
605
+ @property --kds-color-nodes-and-variables-loop {
606
+ syntax: "<color>";
607
+ inherits: true;
608
+ initial-value: hsl(188 52% 77%);
609
+ }
610
+
611
+ @property --kds-color-nodes-and-variables-manipulator {
612
+ syntax: "<color>";
613
+ inherits: true;
614
+ initial-value: hsl(51 100% 50%);
615
+ }
616
+
617
+ @property --kds-color-nodes-and-variables-predictor {
618
+ syntax: "<color>";
619
+ inherits: true;
620
+ initial-value: hsl(107 43% 55%);
621
+ }
622
+
623
+ @property --kds-color-nodes-and-variables-source {
624
+ syntax: "<color>";
625
+ inherits: true;
626
+ initial-value: hsl(30 80% 60%);
627
+ }
628
+
629
+ @property --kds-color-nodes-and-variables-visualizer {
630
+ syntax: "<color>";
631
+ inherits: true;
632
+ initial-value: hsl(193 60% 43%);
633
+ }
634
+
635
+ @property --kds-color-nodes-and-variables-scope {
636
+ syntax: "<color>";
637
+ inherits: true;
638
+ initial-value: hsl(305 27% 47%);
639
+ }
640
+
641
+ @property --kds-color-nodes-and-variables-learner {
642
+ syntax: "<color>";
643
+ inherits: true;
644
+ initial-value: hsl(67 68% 55%);
645
+ }
646
+
647
+ @property --kds-color-nodes-and-variables-sink {
648
+ syntax: "<color>";
649
+ inherits: true;
650
+ initial-value: hsl(360 84% 63%);
651
+ }
652
+
653
+ @property --kds-color-nodes-and-variables-container {
654
+ syntax: "<color>";
655
+ inherits: true;
656
+ initial-value: hsl(69 54% 40%);
657
+ }
658
+
659
+ @property --kds-color-nodes-and-variables-unknown {
660
+ syntax: "<color>";
661
+ inherits: true;
662
+ initial-value: hsl(353 75% 45%);
663
+ }
664
+
665
+ @property --kds-color-nodes-and-variables-other {
666
+ syntax: "<color>";
667
+ inherits: true;
668
+ initial-value: hsl(29 43% 58%);
669
+ }
670
+
671
+ @property --kds-color-nodes-and-variables-special-nodes-bold {
672
+ syntax: "<color>";
673
+ inherits: true;
674
+ initial-value: hsl(0 0% 32%);
675
+ }
676
+
677
+ @property --kds-color-nodes-and-variables-special-nodes {
678
+ syntax: "<color>";
679
+ inherits: true;
680
+ initial-value: hsl(0 0% 73%);
681
+ }
682
+
683
+ @property --kds-color-nodes-and-variables-special-nodes-muted {
684
+ syntax: "<color>";
685
+ inherits: true;
686
+ initial-value: hsl(0 0% 90%);
687
+ }
688
+
689
+ @property --kds-color-nodes-and-variables-special-nodes-border {
690
+ syntax: "<color>";
691
+ inherits: true;
692
+ initial-value: hsl(0 0% 19%);
693
+ }
694
+
695
+ @property --kds-color-nodes-and-variables-special-nodes-background {
696
+ syntax: "<color>";
697
+ inherits: true;
698
+ initial-value: hsl(0 0% 99%);
699
+ }
700
+
701
+ @property --kds-color-nodes-and-variables-warning-bold {
702
+ syntax: "<color>";
703
+ inherits: true;
704
+ initial-value: hsl(19 63% 38%);
705
+ }
706
+
707
+ @property --kds-color-nodes-and-variables-warning {
708
+ syntax: "<color>";
709
+ inherits: true;
710
+ initial-value: hsl(31 100% 83%);
711
+ }
712
+
713
+ @property --kds-color-nodes-and-variables-error-bold {
714
+ syntax: "<color>";
715
+ inherits: true;
716
+ initial-value: hsl(349 91% 35%);
717
+ }
718
+
719
+ @property --kds-color-nodes-and-variables-error {
720
+ syntax: "<color>";
721
+ inherits: true;
722
+ initial-value: hsl(2 100% 92%);
723
+ }
724
+
725
+ @property --kds-color-nodes-and-variables-loading-bold {
726
+ syntax: "<color>";
727
+ inherits: true;
728
+ initial-value: hsl(208 61% 34%);
729
+ }
730
+
731
+ @property --kds-color-nodes-and-variables-loading {
732
+ syntax: "<color>";
733
+ inherits: true;
734
+ initial-value: hsl(216 100% 92%);
735
+ }
736
+
737
+ @property --kds-color-nodes-and-variables-configuration {
738
+ syntax: "<color>";
739
+ inherits: true;
740
+ initial-value: hsl(65 69% 70%);
741
+ }
742
+
743
+ @property --kds-color-port-data {
744
+ syntax: "<color>";
745
+ inherits: true;
746
+ initial-value: hsl(0 0% 11%);
747
+ }
748
+
749
+ @property --kds-color-port-flow-variable {
750
+ syntax: "<color>";
751
+ inherits: true;
752
+ initial-value: hsl(360 84% 63%);
753
+ }
754
+
755
+ @property --kds-color-port-neutral-inverted {
756
+ syntax: "<color>";
757
+ inherits: true;
758
+ initial-value: hsl(0 0% 99%);
759
+ }
760
+
761
+ @property --kds-color-annotations-special-nodes {
762
+ syntax: "<color>";
763
+ inherits: true;
764
+ initial-value: hsl(0 0% 73%);
765
+ }
766
+
767
+ @property --kds-color-annotations-special-nodes-bold {
768
+ syntax: "<color>";
769
+ inherits: true;
770
+ initial-value: hsl(0 0% 32%);
771
+ }
772
+
773
+ @property --kds-color-annotations-visualizer {
774
+ syntax: "<color>";
775
+ inherits: true;
776
+ initial-value: hsl(193 60% 43%);
777
+ }
778
+
779
+ @property --kds-color-annotations-loading-bold {
780
+ syntax: "<color>";
781
+ inherits: true;
782
+ initial-value: hsl(208 61% 34%);
783
+ }
784
+
785
+ @property --kds-color-annotations-manipulator {
786
+ syntax: "<color>";
787
+ inherits: true;
788
+ initial-value: hsl(51 100% 50%);
789
+ }
790
+
791
+ @property --kds-color-annotations-source {
792
+ syntax: "<color>";
793
+ inherits: true;
794
+ initial-value: hsl(30 80% 60%);
795
+ }
796
+
797
+ @property --kds-color-annotations-sink {
798
+ syntax: "<color>";
799
+ inherits: true;
800
+ initial-value: hsl(360 84% 63%);
801
+ }
802
+
803
+ @property --kds-color-annotations-learner {
804
+ syntax: "<color>";
805
+ inherits: true;
806
+ initial-value: hsl(67 68% 55%);
807
+ }
808
+
809
+ @property --kds-color-annotations-predictor {
810
+ syntax: "<color>";
811
+ inherits: true;
812
+ initial-value: hsl(107 43% 55%);
813
+ }
814
+
815
+ @property --kds-color-annotations-container {
816
+ syntax: "<color>";
817
+ inherits: true;
818
+ initial-value: hsl(67 64% 80%);
819
+ }
820
+
821
+ @property --kds-color-annotations-flow-variable {
822
+ syntax: "<color>";
823
+ inherits: true;
824
+ initial-value: hsl(173 37% 39%);
825
+ }
826
+
827
+ @property --kds-color-annotations-teal-dark {
828
+ syntax: "<color>";
829
+ inherits: true;
830
+ initial-value: hsl(177 82% 18%);
831
+ }
832
+
833
+ @property --kds-color-annotations-other {
834
+ syntax: "<color>";
835
+ inherits: true;
836
+ initial-value: hsl(29 43% 58%);
837
+ }
838
+
839
+ @property --kds-color-annotations-loop {
840
+ syntax: "<color>";
841
+ inherits: true;
842
+ initial-value: hsl(25 30% 35%);
843
+ }
844
+
845
+ @property --kds-color-node-state-error {
846
+ syntax: "<color>";
847
+ inherits: true;
848
+ initial-value: hsl(353 75% 45%);
849
+ }
850
+
851
+ @property --kds-color-node-state-error-border {
852
+ syntax: "<color>";
853
+ inherits: true;
854
+ initial-value: hsl(348 94% 21%);
855
+ }
856
+
857
+ @property --kds-color-node-state-warning {
858
+ syntax: "<color>";
859
+ inherits: true;
860
+ initial-value: hsl(51 100% 50%);
861
+ }
862
+
863
+ @property --kds-color-node-state-warning-border {
864
+ syntax: "<color>";
865
+ inherits: true;
866
+ initial-value: hsl(43 100% 19%);
867
+ }
868
+
869
+ @property --kds-color-node-state-executed {
870
+ syntax: "<color>";
871
+ inherits: true;
872
+ initial-value: hsl(107 43% 55%);
873
+ }
874
+
875
+ @property --kds-color-node-state-executed-border {
876
+ syntax: "<color>";
877
+ inherits: true;
878
+ initial-value: hsl(116 47% 26%);
879
+ }
880
+
881
+ @property --kds-color-node-state-executing {
882
+ syntax: "<color>";
883
+ inherits: true;
884
+ initial-value: hsl(208 63% 41%);
885
+ }
886
+
887
+ @property --kds-color-node-state-inactive {
888
+ syntax: "<color>";
889
+ inherits: true;
890
+ initial-value: hsl(0 0% 99%);
891
+ }
892
+
893
+ @property --kds-color-node-state-inactive-border {
894
+ syntax: "<color>";
895
+ inherits: true;
896
+ initial-value: hsl(0 0% 73%);
897
+ }
898
+
899
+ @property --kds-color-connector-data {
900
+ syntax: "<color>";
901
+ inherits: true;
902
+ initial-value: hsl(0 0% 16%);
903
+ }
904
+
905
+ @property --kds-color-connector-flow-variable {
906
+ syntax: "<color>";
907
+ inherits: true;
908
+ initial-value: hsl(360 84% 63%);
909
+ }
910
+
911
+ @property --kds-color-elevation-top {
912
+ syntax: "<color>";
913
+ inherits: true;
914
+ initial-value: hsl(330 0% 73% / 0.32);
915
+ }
916
+
917
+ @property --kds-color-elevation-middle {
918
+ syntax: "<color>";
919
+ inherits: true;
920
+ initial-value: hsl(330 0% 32% / 0.14);
921
+ }
922
+
923
+ @property --kds-color-elevation-bottom {
924
+ syntax: "<color>";
925
+ inherits: true;
926
+ initial-value: hsl(330 0% 32% / 0.12);
927
+ }
928
+
929
+ @property --kds-color-elevation-knob {
930
+ syntax: "<color>";
931
+ inherits: true;
932
+ initial-value: hsl(330 0% 32% / 0.5);
933
+ }
934
+
935
+ @property --kds-color-desktop-header-background-default {
936
+ syntax: "<color>";
937
+ inherits: true;
938
+ initial-value: hsl(0 0% 10%);
939
+ }
940
+
941
+ @property --kds-color-desktop-header-background-muted {
942
+ syntax: "<color>";
943
+ inherits: true;
944
+ initial-value: hsl(0 0% 98%);
945
+ }
946
+
947
+ @property --kds-color-desktop-header-background-accent {
948
+ syntax: "<color>";
949
+ inherits: true;
950
+ initial-value: hsl(0 0% 98%);
951
+ }
952
+
953
+ @property --kds-color-desktop-header-text-and-icon-neutral {
954
+ syntax: "<color>";
955
+ inherits: true;
956
+ initial-value: hsl(0 0% 16%);
957
+ }
958
+
959
+ @property --kds-color-desktop-header-text-and-icon-muted {
960
+ syntax: "<color>";
961
+ inherits: true;
962
+ initial-value: hsl(0 0% 32%);
963
+ }
964
+
965
+ @property --kds-color-desktop-header-border-default {
966
+ syntax: "<color>";
967
+ inherits: true;
968
+ initial-value: hsl(345 0% 10% / 0.1);
969
+ }
970
+
971
+ @property --kds-color-table-header-background-default {
972
+ syntax: "<color>";
973
+ inherits: true;
974
+ initial-value: hsl(0 0% 99%);
975
+ }
976
+
977
+ @property --kds-color-toggle-switch-knob-initial {
978
+ syntax: "<color>";
979
+ inherits: true;
980
+ initial-value: hsl(0 0% 99%);
981
+ }
982
+
983
+ @property --kds-color-toggle-switch-knob-disabled {
984
+ syntax: "<color>";
985
+ inherits: true;
986
+ initial-value: hsl(0 0% 90%);
987
+ }
988
+
989
+ @property --kds-color-toggle-switch-icon-on {
990
+ syntax: "<color>";
991
+ inherits: true;
992
+ initial-value: hsl(0 0% 16%);
993
+ }
994
+
995
+ @property --kds-color-toggle-switch-icon-off {
996
+ syntax: "<color>";
997
+ inherits: true;
998
+ initial-value: hsl(0 0% 43%);
999
+ }
1000
+
1001
+ @property --kds-color-toggle-switch-icon-disabled {
1002
+ syntax: "<color>";
1003
+ inherits: true;
1004
+ initial-value: hsl(0 0% 64%);
1005
+ }
1006
+
1007
+ @property --kds-color-loading-spinner-progress-on-filled {
1008
+ syntax: "<color>";
1009
+ inherits: true;
1010
+ initial-value: hsl(none 0% 98%);
1011
+ }
1012
+
1013
+ @property --kds-color-loading-spinner-progress-on-transparent {
1014
+ syntax: "<color>";
1015
+ inherits: true;
1016
+ initial-value: hsl(0 0% 16%);
1017
+ }
1018
+
1019
+ @property --kds-color-loading-spinner-track-on-filled {
1020
+ syntax: "<color>";
1021
+ inherits: true;
1022
+ initial-value: hsl(none 0% 98% / 0.24);
1023
+ }
1024
+
1025
+ @property --kds-color-loading-spinner-track-on-transparent {
1026
+ syntax: "<color>";
1027
+ inherits: true;
1028
+ initial-value: hsl(120 0% 16% / 0.24);
1029
+ }
1030
+
1031
+ @property --kds-border-action-transparent {
1032
+ syntax: "<string>";
1033
+ inherits: false;
1034
+ initial-value: 0 solid hsl(330 0% 11% / 0);
1035
+ }
1036
+
1037
+ @property --kds-border-action-default {
1038
+ syntax: "<string>";
1039
+ inherits: false;
1040
+ initial-value: 1px solid hsl(345 0% 10% / 0.4);
1041
+ }
1042
+
1043
+ @property --kds-border-action-disabled {
1044
+ syntax: "<string>";
1045
+ inherits: false;
1046
+ initial-value: 1px solid hsl(0 0% 73%);
1047
+ }
1048
+
1049
+ @property --kds-border-action-focused {
1050
+ syntax: "<string>";
1051
+ inherits: false;
1052
+ initial-value: 2px solid hsl(209 57% 50%);
1053
+ }
1054
+
1055
+ @property --kds-border-action-selected {
1056
+ syntax: "<string>";
1057
+ inherits: false;
1058
+ initial-value: 1px solid hsl(0 0% 32%);
1059
+ }
1060
+
1061
+ @property --kds-border-action-selected-accent {
1062
+ syntax: "<string>";
1063
+ inherits: false;
1064
+ initial-value: 1px solid hsl(209 57% 50%);
1065
+ }
1066
+
1067
+ @property --kds-border-action-error {
1068
+ syntax: "<string>";
1069
+ inherits: false;
1070
+ initial-value: 1px solid hsl(349 91% 35%);
1071
+ }
1072
+
1073
+ @property --kds-border-action-primary {
1074
+ syntax: "<string>";
1075
+ inherits: false;
1076
+ initial-value: 1px solid hsl(0 0% 13%);
1077
+ }
1078
+
1079
+ @property --kds-border-action-input {
1080
+ syntax: "<string>";
1081
+ inherits: false;
1082
+ initial-value: 1px solid hsl(345 0% 10% / 0.4);
1083
+ }
1084
+
1085
+ @property --kds-border-base-default {
1086
+ syntax: "<string>";
1087
+ inherits: false;
1088
+ initial-value: 1px solid hsl(345 0% 10% / 0.4);
1089
+ }
1090
+
1091
+ @property --kds-border-base-muted {
1092
+ syntax: "<string>";
1093
+ inherits: false;
1094
+ initial-value: 1px solid hsl(345 0% 10% / 0.2);
1095
+ }
1096
+
1097
+ @property --kds-border-base-subtle {
1098
+ syntax: "<string>";
1099
+ inherits: false;
1100
+ initial-value: 1px solid hsl(345 0% 10% / 0.1);
1101
+ }
1102
+
1103
+ @property --kds-border-base-brand {
1104
+ syntax: "<string>";
1105
+ inherits: false;
1106
+ initial-value: 1px solid hsl(51 100% 50%);
1107
+ }
1108
+
1109
+ @property --kds-border-base-danger {
1110
+ syntax: "<string>";
1111
+ inherits: false;
1112
+ initial-value: 1px solid hsl(3 100% 86%);
1113
+ }
1114
+
1115
+ @property --kds-border-base-warning {
1116
+ syntax: "<string>";
1117
+ inherits: false;
1118
+ initial-value: 1px solid hsl(31 79% 74%);
1119
+ }
1120
+
1121
+ @property --kds-border-base-success {
1122
+ syntax: "<string>";
1123
+ inherits: false;
1124
+ initial-value: 1px solid hsl(112 57% 71%);
1125
+ }
1126
+
1127
+ @property --kds-border-base-info {
1128
+ syntax: "<string>";
1129
+ inherits: false;
1130
+ initial-value: 1px solid hsl(215 100% 84%);
1131
+ }
1132
+
1133
+ @property --kds-border-node-status-empty {
1134
+ syntax: "<string>";
1135
+ inherits: false;
1136
+ initial-value: 1px solid hsl(0 0% 73%);
1137
+ }
1138
+
1139
+ @property --kds-border-node-status-idle {
1140
+ syntax: "<string>";
1141
+ inherits: false;
1142
+ initial-value: 1px solid hsl(348 94% 21%);
1143
+ }
1144
+
1145
+ @property --kds-border-node-status-warning {
1146
+ syntax: "<string>";
1147
+ inherits: false;
1148
+ initial-value: 1px solid hsl(43 100% 19%);
1149
+ }
1150
+
1151
+ @property --kds-border-node-status-executed {
1152
+ syntax: "<string>";
1153
+ inherits: false;
1154
+ initial-value: 1px solid hsl(116 47% 26%);
1155
+ }
1156
+
1157
+ @property --kds-border-resize-handle-initial {
1158
+ syntax: "<string>";
1159
+ inherits: false;
1160
+ initial-value: 2px solid hsl(345 0% 10% / 0.4);
1161
+ }
1162
+
1163
+ @property --kds-border-resize-handle-hover {
1164
+ syntax: "<string>";
1165
+ inherits: false;
1166
+ initial-value: 2px solid hsl(345 0% 10% / 0.64);
1167
+ }
1168
+
1169
+ @property --kds-border-resize-handle-active {
1170
+ syntax: "<string>";
1171
+ inherits: false;
1172
+ initial-value: 2px solid hsl(345 0% 10% / 0.74);
1173
+ }
1174
+
1175
+ @property --kds-elevation-level-0 {
1176
+ syntax: "*";
1177
+ inherits: false;
1178
+ initial-value: 0 0 0 0 hsl(330 0% 73% / 0.32);
1179
+ }
1180
+
1181
+ @property --kds-elevation-level-1 {
1182
+ syntax: "*";
1183
+ inherits: false;
1184
+ initial-value: 0 1px 1px 0 hsl(330 0% 73% / 0.32), 0 0 1px 0 hsl(330 0% 32% / 0.14), 0 0 8px 0 hsl(330 0% 32% / 0.12);
1185
+ }
1186
+
1187
+ @property --kds-elevation-level-3 {
1188
+ syntax: "*";
1189
+ inherits: false;
1190
+ initial-value: 0 2px 4px 0 hsl(330 0% 73% / 0.32), 0 4px 8px 0 hsl(330 0% 32% / 0.14), 0 0 20px 0 hsl(330 0% 32% / 0.12);
1191
+ }
1192
+
1193
+ @property --kds-box-shadow-knob {
1194
+ syntax: "*";
1195
+ inherits: false;
1196
+ initial-value: 0 1px 2px 0 hsl(330 0% 32% / 0.5);
1197
+ }