@amsterdam/design-system-tokens 0.3.0 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +23 -0
- package/dist/_variables.scss +92 -20
- package/dist/index.css +92 -20
- package/dist/index.d.ts +83 -11
- package/dist/index.js +118 -46
- package/dist/index.json +117 -45
- package/dist/index.tokens.json +205 -51
- package/dist/root.css +92 -20
- package/dist/tokens.d.ts +172 -18
- package/dist/tokens.js +3884 -2248
- package/dist/variables.less +92 -20
- package/package.json +3 -3
- package/src/brand/amsterdam/color.tokens.json +5 -6
- package/src/components/amsterdam/alert.tokens.json +12 -9
- package/src/components/amsterdam/badge.tokens.json +49 -0
- package/src/components/amsterdam/dialog.tokens.json +0 -7
- package/src/components/amsterdam/icon-button.tokens.json +37 -0
- package/src/components/amsterdam/link-list.tokens.json +61 -0
- package/src/components/amsterdam/mega-menu.tokens.json +12 -0
- package/src/components/amsterdam/spotlight.tokens.json +3 -3
- package/src/components/amsterdam/table.tokens.json +20 -0
package/dist/index.tokens.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"amsterdam": {
|
|
3
3
|
"color": {
|
|
4
4
|
"primary-black": "#000000",
|
|
5
|
-
"primary-white": "#
|
|
5
|
+
"primary-white": "#FFFFFF",
|
|
6
6
|
"primary-blue": "#004699",
|
|
7
7
|
"primary-red": "#EC0000",
|
|
8
8
|
"dark-blue": "#102E62",
|
|
@@ -10,13 +10,12 @@
|
|
|
10
10
|
"yellow": "#FFE600",
|
|
11
11
|
"green": "#BED200",
|
|
12
12
|
"dark-green": "#00A03C",
|
|
13
|
-
"blue": "#
|
|
13
|
+
"blue": "#009DE6",
|
|
14
14
|
"purple": "#A00078",
|
|
15
15
|
"magenta": "#E50082",
|
|
16
|
-
"neutral-grey1": "#
|
|
17
|
-
"neutral-grey2": "#
|
|
18
|
-
"neutral-grey3": "#767676"
|
|
19
|
-
"neutral-grey4": "#323232"
|
|
16
|
+
"neutral-grey1": "#E8E8E8",
|
|
17
|
+
"neutral-grey2": "#BEBEBE",
|
|
18
|
+
"neutral-grey3": "#767676"
|
|
20
19
|
},
|
|
21
20
|
"proportion": {
|
|
22
21
|
"x-tall": "9 / 16",
|
|
@@ -113,7 +112,7 @@
|
|
|
113
112
|
"color": "#102E62"
|
|
114
113
|
},
|
|
115
114
|
"on-background-dark": {
|
|
116
|
-
"color": "#
|
|
115
|
+
"color": "#FFFFFF"
|
|
117
116
|
},
|
|
118
117
|
"on-background-light": {
|
|
119
118
|
"color": "#000000"
|
|
@@ -162,8 +161,8 @@
|
|
|
162
161
|
}
|
|
163
162
|
},
|
|
164
163
|
"alert": {
|
|
165
|
-
"
|
|
166
|
-
"border": "
|
|
164
|
+
"border-width": "4px",
|
|
165
|
+
"border-style": "solid",
|
|
167
166
|
"gap": "1rem",
|
|
168
167
|
"padding-block-start": "1rem",
|
|
169
168
|
"padding-block-end": "1rem",
|
|
@@ -174,24 +173,27 @@
|
|
|
174
173
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
175
174
|
"font-weight": 800,
|
|
176
175
|
"spacious": {
|
|
177
|
-
"font-size": "clamp(1.
|
|
178
|
-
"line-height": "1.
|
|
176
|
+
"font-size": "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)",
|
|
177
|
+
"line-height": "1.5"
|
|
179
178
|
},
|
|
180
179
|
"compact": {
|
|
181
|
-
"font-size": "clamp(
|
|
182
|
-
"line-height": "1.
|
|
180
|
+
"font-size": "clamp(1.021rem, calc(0.481vw + 0.925rem), 1.406rem)",
|
|
181
|
+
"line-height": "1.5"
|
|
183
182
|
}
|
|
184
183
|
},
|
|
185
184
|
"error": {
|
|
186
|
-
"background-color": "#ffffff",
|
|
187
185
|
"border-color": "#EC0000"
|
|
188
186
|
},
|
|
187
|
+
"info": {
|
|
188
|
+
"border-color": "#004699"
|
|
189
|
+
},
|
|
189
190
|
"success": {
|
|
190
|
-
"background-color": "#ffffff",
|
|
191
191
|
"border-color": "#00A03C"
|
|
192
192
|
},
|
|
193
|
+
"warning": {
|
|
194
|
+
"border-color": "#FF9100"
|
|
195
|
+
},
|
|
193
196
|
"close": {
|
|
194
|
-
"background-color": "transparent",
|
|
195
197
|
"fill": "#000000",
|
|
196
198
|
"hover": {
|
|
197
199
|
"fill": "#004699"
|
|
@@ -206,11 +208,56 @@
|
|
|
206
208
|
"x-wide": "16 / 9",
|
|
207
209
|
"2x-wide": "32 / 9"
|
|
208
210
|
},
|
|
211
|
+
"badge": {
|
|
212
|
+
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
213
|
+
"font-weight": 800,
|
|
214
|
+
"padding-inline": "0.5rem",
|
|
215
|
+
"spacious": {
|
|
216
|
+
"font-size": "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)",
|
|
217
|
+
"line-height": "1.6"
|
|
218
|
+
},
|
|
219
|
+
"compact": {
|
|
220
|
+
"font-size": "clamp(0.875rem, calc(0.313vw + 0.813rem), 1.125rem)",
|
|
221
|
+
"line-height": "1.6"
|
|
222
|
+
},
|
|
223
|
+
"blue": {
|
|
224
|
+
"background-color": "#009DE6",
|
|
225
|
+
"color": "#000000"
|
|
226
|
+
},
|
|
227
|
+
"dark-blue": {
|
|
228
|
+
"background-color": "#004699",
|
|
229
|
+
"color": "#FFFFFF"
|
|
230
|
+
},
|
|
231
|
+
"dark-green": {
|
|
232
|
+
"background-color": "#00A03C",
|
|
233
|
+
"color": "#FFFFFF"
|
|
234
|
+
},
|
|
235
|
+
"green": {
|
|
236
|
+
"background-color": "#BED200",
|
|
237
|
+
"color": "#000000"
|
|
238
|
+
},
|
|
239
|
+
"magenta": {
|
|
240
|
+
"background-color": "#E50082",
|
|
241
|
+
"color": "#FFFFFF"
|
|
242
|
+
},
|
|
243
|
+
"orange": {
|
|
244
|
+
"background-color": "#FF9100",
|
|
245
|
+
"color": "#000000"
|
|
246
|
+
},
|
|
247
|
+
"purple": {
|
|
248
|
+
"background-color": "#A00078",
|
|
249
|
+
"color": "#FFFFFF"
|
|
250
|
+
},
|
|
251
|
+
"yellow": {
|
|
252
|
+
"background-color": "#FFE600",
|
|
253
|
+
"color": "#000000"
|
|
254
|
+
}
|
|
255
|
+
},
|
|
209
256
|
"blockquote": {
|
|
210
257
|
"color": "#000000",
|
|
211
258
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
212
259
|
"font-weight": 800,
|
|
213
|
-
"inverse-color": "#
|
|
260
|
+
"inverse-color": "#FFFFFF",
|
|
214
261
|
"spacious": {
|
|
215
262
|
"font-size": "clamp(1.531rem, calc(1.016vw + 1.328rem), 2.344rem)",
|
|
216
263
|
"line-height": "1.3"
|
|
@@ -261,7 +308,7 @@
|
|
|
261
308
|
"box-shadow": "inset 0 0 0 3px #102E62"
|
|
262
309
|
},
|
|
263
310
|
"disabled": {
|
|
264
|
-
"box-shadow": "inset 0 0 0 2px #
|
|
311
|
+
"box-shadow": "inset 0 0 0 2px #BEBEBE"
|
|
265
312
|
},
|
|
266
313
|
"focus": {
|
|
267
314
|
"box-shadow": "inset 0 0 0 2px #004699"
|
|
@@ -358,7 +405,7 @@
|
|
|
358
405
|
}
|
|
359
406
|
},
|
|
360
407
|
"dialog": {
|
|
361
|
-
"background-color": "#
|
|
408
|
+
"background-color": "#FFFFFF",
|
|
362
409
|
"border": "0",
|
|
363
410
|
"max-inline-size": "min(87.69vw, 45rem)",
|
|
364
411
|
"title": {
|
|
@@ -377,13 +424,6 @@
|
|
|
377
424
|
"backdrop": {
|
|
378
425
|
"background": "#0006"
|
|
379
426
|
},
|
|
380
|
-
"close": {
|
|
381
|
-
"background-color": "transparent",
|
|
382
|
-
"fill": "#000000",
|
|
383
|
-
"hover": {
|
|
384
|
-
"fill": "#004699"
|
|
385
|
-
}
|
|
386
|
-
},
|
|
387
427
|
"form": {
|
|
388
428
|
"gap": "1.5rem",
|
|
389
429
|
"padding-block": "clamp(1.5rem, calc(1.5rem + ((1vw - 0.5337rem) * 2.1448)), 2.5rem)",
|
|
@@ -438,7 +478,7 @@
|
|
|
438
478
|
"color": "#000000",
|
|
439
479
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
440
480
|
"font-weight": 800,
|
|
441
|
-
"inverse-color": "#
|
|
481
|
+
"inverse-color": "#FFFFFF",
|
|
442
482
|
"spacious": {
|
|
443
483
|
"level-1": {
|
|
444
484
|
"line-height": "1.2",
|
|
@@ -492,6 +532,39 @@
|
|
|
492
532
|
}
|
|
493
533
|
}
|
|
494
534
|
},
|
|
535
|
+
"icon-button": {
|
|
536
|
+
"color": "#004699",
|
|
537
|
+
"outline-offset": "2px",
|
|
538
|
+
"hover": {
|
|
539
|
+
"background-color": "rgba(0, 70, 153, 0.125)",
|
|
540
|
+
"color": "#102E62"
|
|
541
|
+
},
|
|
542
|
+
"disabled": {
|
|
543
|
+
"color": "#BEBEBE"
|
|
544
|
+
},
|
|
545
|
+
"on-background-light": {
|
|
546
|
+
"color": "#000000",
|
|
547
|
+
"hover": {
|
|
548
|
+
"background-color": "rgba(0, 0, 0, 0.125)",
|
|
549
|
+
"color": "#000000"
|
|
550
|
+
},
|
|
551
|
+
"disabled": {
|
|
552
|
+
"color": "#BEBEBE"
|
|
553
|
+
}
|
|
554
|
+
},
|
|
555
|
+
"on-background-dark": {
|
|
556
|
+
"background-color": "#004699",
|
|
557
|
+
"color": "#FFFFFF",
|
|
558
|
+
"hover": {
|
|
559
|
+
"background-color": "#102E62",
|
|
560
|
+
"color": "#FFFFFF"
|
|
561
|
+
},
|
|
562
|
+
"disabled": {
|
|
563
|
+
"color": "#FFFFFF",
|
|
564
|
+
"background-color": "#BEBEBE"
|
|
565
|
+
}
|
|
566
|
+
}
|
|
567
|
+
},
|
|
495
568
|
"icon": {
|
|
496
569
|
"spacious": {
|
|
497
570
|
"size-3": {
|
|
@@ -530,6 +603,63 @@
|
|
|
530
603
|
}
|
|
531
604
|
}
|
|
532
605
|
},
|
|
606
|
+
"link-list": {
|
|
607
|
+
"gap": "0.5em",
|
|
608
|
+
"link": {
|
|
609
|
+
"color": "#004699",
|
|
610
|
+
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
611
|
+
"font-weight": 400,
|
|
612
|
+
"gap": "0.5em",
|
|
613
|
+
"outline-offset": "2px",
|
|
614
|
+
"text-decoration-line": "none",
|
|
615
|
+
"text-decoration-thickness": "0.125rem",
|
|
616
|
+
"text-underline-offset": "0.375rem",
|
|
617
|
+
"spacious": {
|
|
618
|
+
"small": {
|
|
619
|
+
"font-size": "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)",
|
|
620
|
+
"line-height": "1.6"
|
|
621
|
+
},
|
|
622
|
+
"medium": {
|
|
623
|
+
"font-size": "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)",
|
|
624
|
+
"line-height": "1.6"
|
|
625
|
+
},
|
|
626
|
+
"large": {
|
|
627
|
+
"font-size": "clamp(1.313rem, calc(0.703vw + 1.173rem), 1.875rem)",
|
|
628
|
+
"line-height": "1.5"
|
|
629
|
+
}
|
|
630
|
+
},
|
|
631
|
+
"compact": {
|
|
632
|
+
"small": {
|
|
633
|
+
"font-size": "clamp(0.75rem, calc(0.188vw + 0.713rem), 0.9rem)",
|
|
634
|
+
"line-height": "1.6"
|
|
635
|
+
},
|
|
636
|
+
"medium": {
|
|
637
|
+
"font-size": "clamp(0.875rem, calc(0.313vw + 0.813rem), 1.125rem)",
|
|
638
|
+
"line-height": "1.6"
|
|
639
|
+
},
|
|
640
|
+
"large": {
|
|
641
|
+
"font-size": "clamp(1.021rem, calc(0.481vw + 0.925rem), 1.406rem)",
|
|
642
|
+
"line-height": "1.5"
|
|
643
|
+
}
|
|
644
|
+
},
|
|
645
|
+
"hover": {
|
|
646
|
+
"color": "#102E62",
|
|
647
|
+
"text-decoration-line": "underline"
|
|
648
|
+
},
|
|
649
|
+
"on-background-dark": {
|
|
650
|
+
"color": "#FFFFFF",
|
|
651
|
+
"hover": {
|
|
652
|
+
"color": "#FFFFFF"
|
|
653
|
+
}
|
|
654
|
+
},
|
|
655
|
+
"on-background-light": {
|
|
656
|
+
"color": "#000000",
|
|
657
|
+
"hover": {
|
|
658
|
+
"color": "#000000"
|
|
659
|
+
}
|
|
660
|
+
}
|
|
661
|
+
}
|
|
662
|
+
},
|
|
533
663
|
"link": {
|
|
534
664
|
"color": "#004699",
|
|
535
665
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
@@ -588,12 +718,12 @@
|
|
|
588
718
|
}
|
|
589
719
|
},
|
|
590
720
|
"on-background-dark": {
|
|
591
|
-
"color": "#
|
|
721
|
+
"color": "#FFFFFF",
|
|
592
722
|
"hover": {
|
|
593
|
-
"color": "#
|
|
723
|
+
"color": "#FFFFFF"
|
|
594
724
|
},
|
|
595
725
|
"visited": {
|
|
596
|
-
"color": "#
|
|
726
|
+
"color": "#FFFFFF"
|
|
597
727
|
}
|
|
598
728
|
},
|
|
599
729
|
"on-background-light": {
|
|
@@ -621,6 +751,14 @@
|
|
|
621
751
|
"mark": {
|
|
622
752
|
"background-color": "var(--amsterdam-color-yellow)"
|
|
623
753
|
},
|
|
754
|
+
"mega-menu": {
|
|
755
|
+
"list-category": {
|
|
756
|
+
"column-gap": "clamp(1rem, calc(3.125vw + 0.375rem), 3.5rem)",
|
|
757
|
+
"column-width": "20rem",
|
|
758
|
+
"padding-block-start": "1rem",
|
|
759
|
+
"padding-block-end": "clamp(1rem, calc(3.125vw + 0.375rem), 3.5rem)"
|
|
760
|
+
}
|
|
761
|
+
},
|
|
624
762
|
"ordered-list": {
|
|
625
763
|
"color": "#000000",
|
|
626
764
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
@@ -651,7 +789,7 @@
|
|
|
651
789
|
"color": "#000000",
|
|
652
790
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
653
791
|
"font-weight": 800,
|
|
654
|
-
"inverse-color": "#
|
|
792
|
+
"inverse-color": "#FFFFFF",
|
|
655
793
|
"spacious": {
|
|
656
794
|
"font-size": "clamp(2.432rem, calc(2.683vw + 1.895rem), 4.578rem)",
|
|
657
795
|
"line-height": "clamp(2.432rem, calc(2.683vw + 1.895rem), 4.578rem)"
|
|
@@ -717,7 +855,7 @@
|
|
|
717
855
|
"color": "#000000",
|
|
718
856
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
719
857
|
"font-weight": 400,
|
|
720
|
-
"inverse-color": "#
|
|
858
|
+
"inverse-color": "#FFFFFF",
|
|
721
859
|
"spacious": {
|
|
722
860
|
"small": {
|
|
723
861
|
"font-size": "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)",
|
|
@@ -758,7 +896,7 @@
|
|
|
758
896
|
"search-field": {
|
|
759
897
|
"button": {
|
|
760
898
|
"background-color": "#004699",
|
|
761
|
-
"color": "#
|
|
899
|
+
"color": "#FFFFFF",
|
|
762
900
|
"outline-offset": "2px",
|
|
763
901
|
"hover": {
|
|
764
902
|
"background-color": "#102E62"
|
|
@@ -794,7 +932,7 @@
|
|
|
794
932
|
},
|
|
795
933
|
"skip-link": {
|
|
796
934
|
"background-color": "#004699",
|
|
797
|
-
"color": "#
|
|
935
|
+
"color": "#FFFFFF",
|
|
798
936
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
799
937
|
"font-weight": 400,
|
|
800
938
|
"font-size": "clamp(0.964rem, calc(0.295vw + 0.905rem), 1.2rem)",
|
|
@@ -810,6 +948,9 @@
|
|
|
810
948
|
},
|
|
811
949
|
"spotlight": {
|
|
812
950
|
"blue": {
|
|
951
|
+
"background-color": "#009DE6"
|
|
952
|
+
},
|
|
953
|
+
"dark-blue": {
|
|
813
954
|
"background-color": "#004699"
|
|
814
955
|
},
|
|
815
956
|
"dark-green": {
|
|
@@ -818,9 +959,6 @@
|
|
|
818
959
|
"green": {
|
|
819
960
|
"background-color": "#BED200"
|
|
820
961
|
},
|
|
821
|
-
"light-blue": {
|
|
822
|
-
"background-color": "#009DEC"
|
|
823
|
-
},
|
|
824
962
|
"magenta": {
|
|
825
963
|
"background-color": "#E50082"
|
|
826
964
|
},
|
|
@@ -839,7 +977,7 @@
|
|
|
839
977
|
"background-color": "#767676",
|
|
840
978
|
"width": "3.5rem",
|
|
841
979
|
"thumb": {
|
|
842
|
-
"background-color": "#
|
|
980
|
+
"background-color": "#FFFFFF",
|
|
843
981
|
"width": "1.75rem",
|
|
844
982
|
"height": "1.75rem",
|
|
845
983
|
"hover": {
|
|
@@ -851,7 +989,23 @@
|
|
|
851
989
|
},
|
|
852
990
|
"outline-offset": "2px",
|
|
853
991
|
"disabled": {
|
|
854
|
-
"background-color": "#
|
|
992
|
+
"background-color": "#BEBEBE"
|
|
993
|
+
}
|
|
994
|
+
},
|
|
995
|
+
"table": {
|
|
996
|
+
"color": "#000000",
|
|
997
|
+
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
998
|
+
"font-weight": 400,
|
|
999
|
+
"font-size": "clamp(1.125rem, calc(0.469vw + 1.031rem), 1.5rem)",
|
|
1000
|
+
"line-height": "1.6",
|
|
1001
|
+
"caption": {
|
|
1002
|
+
"font-weight": 800
|
|
1003
|
+
},
|
|
1004
|
+
"cell": {
|
|
1005
|
+
"border-bottom": "1px solid #E8E8E8"
|
|
1006
|
+
},
|
|
1007
|
+
"header-cell": {
|
|
1008
|
+
"font-weight": 800
|
|
855
1009
|
}
|
|
856
1010
|
},
|
|
857
1011
|
"text-input": {
|
|
@@ -861,9 +1015,9 @@
|
|
|
861
1015
|
"font-weight": 400,
|
|
862
1016
|
"outline-offset": "2px",
|
|
863
1017
|
"disabled": {
|
|
864
|
-
"background-color": "#
|
|
865
|
-
"box-shadow": "inset 0 0 0 1px #
|
|
866
|
-
"color": "#
|
|
1018
|
+
"background-color": "#FFFFFF",
|
|
1019
|
+
"box-shadow": "inset 0 0 0 1px #BEBEBE",
|
|
1020
|
+
"color": "#BEBEBE"
|
|
867
1021
|
},
|
|
868
1022
|
"hover": {
|
|
869
1023
|
"box-shadow": "inset 0 0 0 2px #000000"
|
|
@@ -978,7 +1132,7 @@
|
|
|
978
1132
|
"border-color": {},
|
|
979
1133
|
"border-radius": {},
|
|
980
1134
|
"border-width": {},
|
|
981
|
-
"color": "#
|
|
1135
|
+
"color": "#FFFFFF",
|
|
982
1136
|
"font-family": "'Amsterdam Sans', Arial, sans-serif",
|
|
983
1137
|
"font-size": {},
|
|
984
1138
|
"line-height": {},
|
|
@@ -994,8 +1148,8 @@
|
|
|
994
1148
|
"gap": {}
|
|
995
1149
|
},
|
|
996
1150
|
"disabled": {
|
|
997
|
-
"background-color": "#
|
|
998
|
-
"color": "#
|
|
1151
|
+
"background-color": "#BEBEBE",
|
|
1152
|
+
"color": "#FFFFFF",
|
|
999
1153
|
"border-color": {}
|
|
1000
1154
|
},
|
|
1001
1155
|
"hover": {
|
|
@@ -1008,9 +1162,9 @@
|
|
|
1008
1162
|
"background-color": "#004699",
|
|
1009
1163
|
"border-color": {},
|
|
1010
1164
|
"border-width": {},
|
|
1011
|
-
"color": "#
|
|
1165
|
+
"color": "#FFFFFF",
|
|
1012
1166
|
"disabled": {
|
|
1013
|
-
"background-color": "#
|
|
1167
|
+
"background-color": "#BEBEBE",
|
|
1014
1168
|
"color": {},
|
|
1015
1169
|
"border-color": {}
|
|
1016
1170
|
},
|
|
@@ -1077,7 +1231,7 @@
|
|
|
1077
1231
|
}
|
|
1078
1232
|
},
|
|
1079
1233
|
"secondary-action": {
|
|
1080
|
-
"background-color": "#
|
|
1234
|
+
"background-color": "#FFFFFF",
|
|
1081
1235
|
"color": "#004699",
|
|
1082
1236
|
"border-color": {},
|
|
1083
1237
|
"border-width": {},
|
|
@@ -1087,8 +1241,8 @@
|
|
|
1087
1241
|
"border-color": {}
|
|
1088
1242
|
},
|
|
1089
1243
|
"disabled": {
|
|
1090
|
-
"background-color": "#
|
|
1091
|
-
"color": "#
|
|
1244
|
+
"background-color": "#FFFFFF",
|
|
1245
|
+
"color": "#BEBEBE",
|
|
1092
1246
|
"border-color": {}
|
|
1093
1247
|
},
|
|
1094
1248
|
"danger": {
|
|
@@ -1161,7 +1315,7 @@
|
|
|
1161
1315
|
},
|
|
1162
1316
|
"disabled": {
|
|
1163
1317
|
"background-color": "transparent",
|
|
1164
|
-
"color": "#
|
|
1318
|
+
"color": "#BEBEBE"
|
|
1165
1319
|
},
|
|
1166
1320
|
"danger": {
|
|
1167
1321
|
"color": {},
|