@cas-smartdesign/design-tokens 1.7.2 → 1.8.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.
@@ -5,6 +5,7 @@
5
5
  <meta http-equiv="X-UA-Compatible" content="IE=edge" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>SmartDesign design tokens</title>
8
+ <link rel="stylesheet" href="./tokens.css" />
8
9
  <style>.markdown-body {
9
10
  box-sizing: border-box;
10
11
  min-width: 200px;
@@ -41,181 +42,13 @@ th {
41
42
  margin-left: 4px;
42
43
  }
43
44
 
44
- :root {
45
- --color-base-red-50: #ffeeef;
46
- --color-base-red-100: #ffe2e5;
47
- --color-base-red-150: #ffccd2;
48
- --color-base-red-200: #ffb7bf;
49
- --color-base-red-300: #ff97a3;
50
- --color-base-red-400: #f96778;
51
- --color-base-red-450: #f14558;
52
- --color-base-red-500: #ea2138;
53
- --color-base-red-600: #e2001a;
54
- --color-base-red-700: #cc0017;
55
- --color-base-red-800: #b50015;
56
- --color-base-red-900: #9f0012;
57
- --color-base-orange-50: #fff5ef;
58
- --color-base-orange-100: #ffefe5;
59
- --color-base-orange-150: #ffe3d1;
60
- --color-base-orange-200: #ffd7be;
61
- --color-base-orange-300: #ffc19b;
62
- --color-base-orange-400: #ffa670;
63
- --color-base-orange-450: #ff9250;
64
- --color-base-orange-500: #ff7e30;
65
- --color-base-orange-600: #ff6b11;
66
- --color-base-orange-700: #e95f0c;
67
- --color-base-orange-800: #d65404;
68
- --color-base-orange-900: #bf4800;
69
- --color-base-yellow-50: #fffaeb;
70
- --color-base-yellow-100: #fff6de;
71
- --color-base-yellow-150: #fff0cc;
72
- --color-base-yellow-200: #ffeab6;
73
- --color-base-yellow-300: #ffe39d;
74
- --color-base-yellow-400: #ffd97b;
75
- --color-base-yellow-450: #ffcf58;
76
- --color-base-yellow-500: #ffc434;
77
- --color-base-yellow-600: #ffbb11;
78
- --color-base-yellow-700: #e9aa0c;
79
- --color-base-yellow-800: #d69a04;
80
- --color-base-yellow-900: #bf8800;
81
- --color-base-green-50: #f6faec;
82
- --color-base-green-100: #f0f7df;
83
- --color-base-green-150: #e8f2d0;
84
- --color-base-green-200: #deedbc;
85
- --color-base-green-300: #cee49c;
86
- --color-base-green-400: #bedb79;
87
- --color-base-green-450: #add154;
88
- --color-base-green-500: #9bc730;
89
- --color-base-green-600: #8abd0c;
90
- --color-base-green-700: #7baa0b;
91
- --color-base-green-800: #6e970a;
92
- --color-base-green-900: #618508;
93
- --color-base-dark-green-50: #eaf4ec;
94
- --color-base-dark-green-100: #dff2e3;
95
- --color-base-dark-green-150: #ccecd3;
96
- --color-base-dark-green-200: #b1dfbb;
97
- --color-base-dark-green-300: #93d3a2;
98
- --color-base-dark-green-400: #72c584;
99
- --color-base-dark-green-450: #4cb563;
100
- --color-base-dark-green-500: #26a642;
101
- --color-base-dark-green-600: #009621;
102
- --color-base-dark-green-700: #00871e;
103
- --color-base-dark-green-800: #00781a;
104
- --color-base-dark-green-900: #006917;
105
- --color-base-cyan-50: #e3f0f5;
106
- --color-base-cyan-100: #d5eff8;
107
- --color-base-cyan-150: #c2e8f3;
108
- --color-base-cyan-200: #aee0ef;
109
- --color-base-cyan-300: #92d4e7;
110
- --color-base-cyan-400: #70c7e0;
111
- --color-base-cyan-450: #43b4d6;
112
- --color-base-cyan-500: #19a3cb;
113
- --color-base-cyan-600: #0099c5;
114
- --color-base-cyan-700: #008ab2;
115
- --color-base-cyan-800: #007a9e;
116
- --color-base-cyan-900: #006b8a;
117
- --color-base-blue-50: #e7f1fa;
118
- --color-base-blue-100: #d6eeff;
119
- --color-base-blue-150: #c7e7ff;
120
- --color-base-blue-200: #b1deff;
121
- --color-base-blue-300: #8ecfff;
122
- --color-base-blue-400: #6ac0ff;
123
- --color-base-blue-450: #4ab2ff;
124
- --color-base-blue-500: #2ba4ff;
125
- --color-base-blue-600: #0d98ff;
126
- --color-base-blue-700: #0c88e6;
127
- --color-base-blue-800: #0a77ca;
128
- --color-base-blue-900: #0968af;
129
- --color-base-dark-blue-50: #e1ebf6;
130
- --color-base-dark-blue-100: #d3e6fa;
131
- --color-base-dark-blue-150: #b9d7f5;
132
- --color-base-dark-blue-200: #9bc6f2;
133
- --color-base-dark-blue-300: #77afe7;
134
- --color-base-dark-blue-400: #5198e0;
135
- --color-base-dark-blue-450: #3a85d1;
136
- --color-base-dark-blue-500: #2576c7;
137
- --color-base-dark-blue-600: #1467ba;
138
- --color-base-dark-blue-700: #125da8;
139
- --color-base-dark-blue-800: #105295;
140
- --color-base-dark-blue-900: #0e4883;
141
- --color-base-pink-50: #fce6f3;
142
- --color-base-pink-100: #fad5eb;
143
- --color-base-pink-150: #f7bbdd;
144
- --color-base-pink-200: #f2a1cf;
145
- --color-base-pink-300: #ec78ba;
146
- --color-base-pink-400: #e755a8;
147
- --color-base-pink-450: #d94397;
148
- --color-base-pink-500: #cc2f89;
149
- --color-base-pink-600: #c41579;
150
- --color-base-pink-700: #b4136e;
151
- --color-base-pink-800: #a01163;
152
- --color-base-pink-900: #8a0f55;
153
- --color-base-purple-50: #f4e2f6;
154
- --color-base-purple-100: #eccff0;
155
- --color-base-purple-150: #dab2e0;
156
- --color-base-purple-200: #c792cf;
157
- --color-base-purple-300: #ab66b4;
158
- --color-base-purple-400: #93459e;
159
- --color-base-purple-450: #823591;
160
- --color-base-purple-500: #772386;
161
- --color-base-purple-600: #6c127b;
162
- --color-base-purple-700: #5e106b;
163
- --color-base-purple-800: #530d5e;
164
- --color-base-purple-900: #450b4f;
165
- --color-base-brown-50: #f2eae4;
166
- --color-base-brown-100: #eadcd2;
167
- --color-base-brown-150: #d8c4b3;
168
- --color-base-brown-200: #bca38d;
169
- --color-base-brown-300: #a08165;
170
- --color-base-brown-400: #8b6747;
171
- --color-base-brown-450: #755438;
172
- --color-base-brown-500: #65472b;
173
- --color-base-brown-600: #593b20;
174
- --color-base-brown-700: #4f351d;
175
- --color-base-brown-800: #462f1b;
176
- --color-base-brown-900: #3f2915;
177
- --color-base-grey-50: #f9f9f9;
178
- --color-base-grey-100: #f3f3f3;
179
- --color-base-grey-150: #eeeeee;
180
- --color-base-grey-200: #e5e5e5;
181
- --color-base-grey-300: #d9d9d9;
182
- --color-base-grey-400: #cccccc;
183
- --color-base-grey-450: #bbbbbb;
184
- --color-base-grey-500: #aaaaaa;
185
- --color-base-grey-600: #999999;
186
- --color-base-grey-700: #777777;
187
- --color-base-grey-800: #666666;
188
- --color-base-grey-900: #555555;
189
- --color-base-white: #ffffff;
190
- --color-base-black: #111111;
191
- --color-font-base: #111111;
192
- --color-font-secondary: #555555;
193
- --color-font-tertiary: #999999;
194
- --color-font-warn: #555555;
195
- --color-font-suggest: #bf8800;
196
- --color-font-error: #cc0017;
197
- --size-font-tiny: 12px;
198
- --size-font-small: 13px;
199
- --size-font-medium: 16px;
200
- --size-font-large: 20px;
201
- --size-font-xl: 24px;
202
- --size-font-xxl: 32px;
203
- --size-font-xxxl: 48px;
204
- --size-font-base: 16px;
205
- --font-family-base: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
206
- --time-transition-short: 275ms;
207
- --time-transition-base: 300ms;
208
- --time-transition-long: 600ms;
209
- --time-transition-xl: 1000ms;
210
- }
211
-
212
- /*light*/
213
-
45
+ /* light */
214
46
  .markdown-body {
47
+ color-scheme: light;
215
48
  -ms-text-size-adjust: 100%;
216
49
  -webkit-text-size-adjust: 100%;
217
50
  margin: 0;
218
- color: #1F2328;
51
+ color: #1f2328;
219
52
  background-color: #ffffff;
220
53
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI","Noto Sans",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
221
54
  font-size: 16px;
@@ -284,12 +117,12 @@ th {
284
117
  font-weight: 600;
285
118
  padding-bottom: .3em;
286
119
  font-size: 2em;
287
- border-bottom: 1px solid hsla(210,18%,87%,1);
120
+ border-bottom: 1px solid #d1d9e0b3;
288
121
  }
289
122
 
290
123
  .markdown-body mark {
291
124
  background-color: #fff8c5;
292
- color: #1F2328;
125
+ color: #1f2328;
293
126
  }
294
127
 
295
128
  .markdown-body small {
@@ -316,7 +149,6 @@ th {
316
149
  border-style: none;
317
150
  max-width: 100%;
318
151
  box-sizing: content-box;
319
- background-color: #ffffff;
320
152
  }
321
153
 
322
154
  .markdown-body code,
@@ -328,18 +160,18 @@ th {
328
160
  }
329
161
 
330
162
  .markdown-body figure {
331
- margin: 1em 40px;
163
+ margin: 1em 2.5rem;
332
164
  }
333
165
 
334
166
  .markdown-body hr {
335
167
  box-sizing: content-box;
336
168
  overflow: hidden;
337
169
  background: transparent;
338
- border-bottom: 1px solid hsla(210,18%,87%,1);
170
+ border-bottom: 1px solid #d1d9e0b3;
339
171
  height: .25em;
340
172
  padding: 0;
341
- margin: 24px 0;
342
- background-color: #d0d7de;
173
+ margin: 1.5rem 0;
174
+ background-color: #d1d9e0;
343
175
  border: 0;
344
176
  }
345
177
 
@@ -392,7 +224,7 @@ th {
392
224
  }
393
225
 
394
226
  .markdown-body ::placeholder {
395
- color: #6e7781;
227
+ color: #59636e;
396
228
  opacity: 1;
397
229
  }
398
230
 
@@ -414,6 +246,7 @@ th {
414
246
  width: max-content;
415
247
  max-width: 100%;
416
248
  overflow: auto;
249
+ font-variant: tabular-nums;
417
250
  }
418
251
 
419
252
  .markdown-body td,
@@ -425,10 +258,6 @@ th {
425
258
  cursor: pointer;
426
259
  }
427
260
 
428
- .markdown-body details:not([open])>*:not(summary) {
429
- display: none !important;
430
- }
431
-
432
261
  .markdown-body a:focus,
433
262
  .markdown-body [role=button]:focus,
434
263
  .markdown-body input[type=radio]:focus,
@@ -465,16 +294,16 @@ th {
465
294
 
466
295
  .markdown-body kbd {
467
296
  display: inline-block;
468
- padding: 3px 5px;
469
- font: 11px ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;
297
+ padding: 0.25rem;
298
+ font: 11px ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
470
299
  line-height: 10px;
471
- color: #1F2328;
300
+ color: #1f2328;
472
301
  vertical-align: middle;
473
302
  background-color: #f6f8fa;
474
- border: solid 1px rgba(175,184,193,0.2);
475
- border-bottom-color: rgba(175,184,193,0.2);
303
+ border: solid 1px #d1d9e0b3;
304
+ border-bottom-color: #d1d9e0b3;
476
305
  border-radius: 6px;
477
- box-shadow: inset 0 -1px 0 rgba(175,184,193,0.2);
306
+ box-shadow: inset 0 -1px 0 #d1d9e0b3;
478
307
  }
479
308
 
480
309
  .markdown-body h1,
@@ -483,8 +312,8 @@ th {
483
312
  .markdown-body h4,
484
313
  .markdown-body h5,
485
314
  .markdown-body h6 {
486
- margin-top: 24px;
487
- margin-bottom: 16px;
315
+ margin-top: 1.5rem;
316
+ margin-bottom: 1rem;
488
317
  font-weight: 600;
489
318
  line-height: 1.25;
490
319
  }
@@ -493,7 +322,7 @@ th {
493
322
  font-weight: 600;
494
323
  padding-bottom: .3em;
495
324
  font-size: 1.5em;
496
- border-bottom: 1px solid hsla(210,18%,87%,1);
325
+ border-bottom: 1px solid #d1d9e0b3;
497
326
  }
498
327
 
499
328
  .markdown-body h3 {
@@ -514,7 +343,7 @@ th {
514
343
  .markdown-body h6 {
515
344
  font-weight: 600;
516
345
  font-size: .85em;
517
- color: #656d76;
346
+ color: #59636e;
518
347
  }
519
348
 
520
349
  .markdown-body p {
@@ -525,8 +354,8 @@ th {
525
354
  .markdown-body blockquote {
526
355
  margin: 0;
527
356
  padding: 0 1em;
528
- color: #656d76;
529
- border-left: .25em solid #d0d7de;
357
+ color: #59636e;
358
+ border-left: .25em solid #d1d9e0;
530
359
  }
531
360
 
532
361
  .markdown-body ul,
@@ -555,14 +384,14 @@ th {
555
384
  .markdown-body tt,
556
385
  .markdown-body code,
557
386
  .markdown-body samp {
558
- font-family: ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;
387
+ font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
559
388
  font-size: 12px;
560
389
  }
561
390
 
562
391
  .markdown-body pre {
563
392
  margin-top: 0;
564
393
  margin-bottom: 0;
565
- font-family: ui-monospace,SFMono-Regular,SF Mono,Menlo,Consolas,Liberation Mono,monospace;
394
+ font-family: ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace;
566
395
  font-size: 12px;
567
396
  word-wrap: normal;
568
397
  }
@@ -577,12 +406,11 @@ th {
577
406
  .markdown-body input::-webkit-outer-spin-button,
578
407
  .markdown-body input::-webkit-inner-spin-button {
579
408
  margin: 0;
580
- -webkit-appearance: none;
581
409
  appearance: none;
582
410
  }
583
411
 
584
412
  .markdown-body .mr-2 {
585
- margin-right: 8px !important;
413
+ margin-right: 0.5rem !important;
586
414
  }
587
415
 
588
416
  .markdown-body::before {
@@ -615,7 +443,7 @@ th {
615
443
 
616
444
  .markdown-body .anchor {
617
445
  float: left;
618
- padding-right: 4px;
446
+ padding-right: 0.25rem;
619
447
  margin-left: -20px;
620
448
  line-height: 1;
621
449
  }
@@ -633,7 +461,7 @@ th {
633
461
  .markdown-body pre,
634
462
  .markdown-body details {
635
463
  margin-top: 0;
636
- margin-bottom: 16px;
464
+ margin-bottom: 1rem;
637
465
  }
638
466
 
639
467
  .markdown-body blockquote>:first-child {
@@ -650,7 +478,7 @@ th {
650
478
  .markdown-body h4 .octicon-link,
651
479
  .markdown-body h5 .octicon-link,
652
480
  .markdown-body h6 .octicon-link {
653
- color: #1F2328;
481
+ color: #1f2328;
654
482
  vertical-align: middle;
655
483
  visibility: hidden;
656
484
  }
@@ -752,7 +580,7 @@ th {
752
580
  }
753
581
 
754
582
  .markdown-body li>p {
755
- margin-top: 16px;
583
+ margin-top: 1rem;
756
584
  }
757
585
 
758
586
  .markdown-body li+li {
@@ -765,15 +593,15 @@ th {
765
593
 
766
594
  .markdown-body dl dt {
767
595
  padding: 0;
768
- margin-top: 16px;
596
+ margin-top: 1rem;
769
597
  font-size: 1em;
770
598
  font-style: italic;
771
599
  font-weight: 600;
772
600
  }
773
601
 
774
602
  .markdown-body dl dd {
775
- padding: 0 16px;
776
- margin-bottom: 16px;
603
+ padding: 0 1rem;
604
+ margin-bottom: 1rem;
777
605
  }
778
606
 
779
607
  .markdown-body table th {
@@ -783,7 +611,7 @@ th {
783
611
  .markdown-body table th,
784
612
  .markdown-body table td {
785
613
  padding: 6px 13px;
786
- border: 1px solid #d0d7de;
614
+ border: 1px solid #d1d9e0;
787
615
  }
788
616
 
789
617
  .markdown-body table td>:last-child {
@@ -792,7 +620,7 @@ th {
792
620
 
793
621
  .markdown-body table tr {
794
622
  background-color: #ffffff;
795
- border-top: 1px solid hsla(210,18%,87%,1);
623
+ border-top: 1px solid #d1d9e0b3;
796
624
  }
797
625
 
798
626
  .markdown-body table tr:nth-child(2n) {
@@ -829,7 +657,7 @@ th {
829
657
  padding: 7px;
830
658
  margin: 13px 0 0;
831
659
  overflow: hidden;
832
- border: 1px solid #d0d7de;
660
+ border: 1px solid #d1d9e0;
833
661
  }
834
662
 
835
663
  .markdown-body span.frame span img {
@@ -841,7 +669,7 @@ th {
841
669
  display: block;
842
670
  padding: 5px 0 0;
843
671
  clear: both;
844
- color: #1F2328;
672
+ color: #1f2328;
845
673
  }
846
674
 
847
675
  .markdown-body span.align-center {
@@ -911,7 +739,7 @@ th {
911
739
  margin: 0;
912
740
  font-size: 85%;
913
741
  white-space: break-spaces;
914
- background-color: rgba(175,184,193,0.2);
742
+ background-color: #818b981f;
915
743
  border-radius: 6px;
916
744
  }
917
745
 
@@ -942,7 +770,7 @@ th {
942
770
  }
943
771
 
944
772
  .markdown-body .highlight {
945
- margin-bottom: 16px;
773
+ margin-bottom: 1rem;
946
774
  }
947
775
 
948
776
  .markdown-body .highlight pre {
@@ -952,11 +780,11 @@ th {
952
780
 
953
781
  .markdown-body .highlight pre,
954
782
  .markdown-body pre {
955
- padding: 16px;
783
+ padding: 1rem;
956
784
  overflow: auto;
957
785
  font-size: 85%;
958
786
  line-height: 1.45;
959
- color: #1F2328;
787
+ color: #1f2328;
960
788
  background-color: #f6f8fa;
961
789
  border-radius: 6px;
962
790
  }
@@ -985,7 +813,7 @@ th {
985
813
  }
986
814
 
987
815
  .markdown-body .csv-data .blob-num {
988
- padding: 10px 8px 9px;
816
+ padding: 10px 0.5rem 9px;
989
817
  text-align: right;
990
818
  background: #ffffff;
991
819
  border: 0;
@@ -1011,18 +839,18 @@ th {
1011
839
 
1012
840
  .markdown-body .footnotes {
1013
841
  font-size: 12px;
1014
- color: #656d76;
1015
- border-top: 1px solid #d0d7de;
842
+ color: #59636e;
843
+ border-top: 1px solid #d1d9e0;
1016
844
  }
1017
845
 
1018
846
  .markdown-body .footnotes ol {
1019
- padding-left: 16px;
847
+ padding-left: 1rem;
1020
848
  }
1021
849
 
1022
850
  .markdown-body .footnotes ol ul {
1023
851
  display: inline-block;
1024
- padding-left: 16px;
1025
- margin-top: 16px;
852
+ padding-left: 1rem;
853
+ margin-top: 1rem;
1026
854
  }
1027
855
 
1028
856
  .markdown-body .footnotes li {
@@ -1031,10 +859,10 @@ th {
1031
859
 
1032
860
  .markdown-body .footnotes li:target::before {
1033
861
  position: absolute;
1034
- top: -8px;
1035
- right: -8px;
1036
- bottom: -8px;
1037
- left: -24px;
862
+ top: calc(0.5rem*-1);
863
+ right: calc(0.5rem*-1);
864
+ bottom: calc(0.5rem*-1);
865
+ left: calc(1.5rem*-1);
1038
866
  pointer-events: none;
1039
867
  content: "";
1040
868
  border: 2px solid #0969da;
@@ -1042,15 +870,19 @@ th {
1042
870
  }
1043
871
 
1044
872
  .markdown-body .footnotes li:target {
1045
- color: #1F2328;
873
+ color: #1f2328;
1046
874
  }
1047
875
 
1048
876
  .markdown-body .footnotes .data-footnote-backref g-emoji {
1049
877
  font-family: monospace;
1050
878
  }
1051
879
 
880
+ .markdown-body body:has(:modal) {
881
+ padding-right: var(--dialog-scrollgutter) !important;
882
+ }
883
+
1052
884
  .markdown-body .pl-c {
1053
- color: #57606a;
885
+ color: #59636e;
1054
886
  }
1055
887
 
1056
888
  .markdown-body .pl-c1,
@@ -1065,11 +897,11 @@ th {
1065
897
 
1066
898
  .markdown-body .pl-smi,
1067
899
  .markdown-body .pl-s .pl-s1 {
1068
- color: #24292f;
900
+ color: #1f2328;
1069
901
  }
1070
902
 
1071
903
  .markdown-body .pl-ent {
1072
- color: #116329;
904
+ color: #0550ae;
1073
905
  }
1074
906
 
1075
907
  .markdown-body .pl-k {
@@ -1123,12 +955,12 @@ th {
1123
955
 
1124
956
  .markdown-body .pl-mi {
1125
957
  font-style: italic;
1126
- color: #24292f;
958
+ color: #1f2328;
1127
959
  }
1128
960
 
1129
961
  .markdown-body .pl-mb {
1130
962
  font-weight: bold;
1131
- color: #24292f;
963
+ color: #1f2328;
1132
964
  }
1133
965
 
1134
966
  .markdown-body .pl-md {
@@ -1147,7 +979,7 @@ th {
1147
979
  }
1148
980
 
1149
981
  .markdown-body .pl-mi2 {
1150
- color: #eaeef2;
982
+ color: #d1d9e0;
1151
983
  background-color: #0550ae;
1152
984
  }
1153
985
 
@@ -1157,11 +989,11 @@ th {
1157
989
  }
1158
990
 
1159
991
  .markdown-body .pl-ba {
1160
- color: #57606a;
992
+ color: #59636e;
1161
993
  }
1162
994
 
1163
995
  .markdown-body .pl-sg {
1164
- color: #8c959f;
996
+ color: #818b98;
1165
997
  }
1166
998
 
1167
999
  .markdown-body .pl-corl {
@@ -1169,6 +1001,20 @@ th {
1169
1001
  color: #0a3069;
1170
1002
  }
1171
1003
 
1004
+ .markdown-body [role=button]:focus:not(:focus-visible),
1005
+ .markdown-body [role=tabpanel][tabindex="0"]:focus:not(:focus-visible),
1006
+ .markdown-body button:focus:not(:focus-visible),
1007
+ .markdown-body summary:focus:not(:focus-visible),
1008
+ .markdown-body a:focus:not(:focus-visible) {
1009
+ outline: none;
1010
+ box-shadow: none;
1011
+ }
1012
+
1013
+ .markdown-body [tabindex="0"]:focus:not(:focus-visible),
1014
+ .markdown-body details-dialog:focus:not(:focus-visible) {
1015
+ outline: none;
1016
+ }
1017
+
1172
1018
  .markdown-body g-emoji {
1173
1019
  display: inline-block;
1174
1020
  min-width: 1ch;
@@ -1198,7 +1044,7 @@ th {
1198
1044
  }
1199
1045
 
1200
1046
  .markdown-body .task-list-item+.task-list-item {
1201
- margin-top: 4px;
1047
+ margin-top: 0.25rem;
1202
1048
  }
1203
1049
 
1204
1050
  .markdown-body .task-list-item .handle {
@@ -1210,12 +1056,12 @@ th {
1210
1056
  vertical-align: middle;
1211
1057
  }
1212
1058
 
1213
- .markdown-body .contains-task-list:dir(rtl) .task-list-item-checkbox {
1059
+ .markdown-body ul:dir(rtl) .task-list-item-checkbox {
1214
1060
  margin: 0 -1.6em .25em .2em;
1215
1061
  }
1216
1062
 
1217
- .markdown-body .contains-task-list {
1218
- position: relative;
1063
+ .markdown-body ol:dir(rtl) .task-list-item-checkbox {
1064
+ margin: 0 -1.6em .25em .2em;
1219
1065
  }
1220
1066
 
1221
1067
  .markdown-body .contains-task-list:hover .task-list-item-convert-container,
@@ -1232,10 +1078,10 @@ th {
1232
1078
  }
1233
1079
 
1234
1080
  .markdown-body .markdown-alert {
1235
- padding: 8px 16px;
1236
- margin-bottom: 16px;
1081
+ padding: 0.5rem 1rem;
1082
+ margin-bottom: 1rem;
1237
1083
  color: inherit;
1238
- border-left: .25em solid #d0d7de;
1084
+ border-left: .25em solid #d1d9e0;
1239
1085
  }
1240
1086
 
1241
1087
  .markdown-body .markdown-alert>:first-child {
@@ -1278,7 +1124,7 @@ th {
1278
1124
  }
1279
1125
 
1280
1126
  .markdown-body .markdown-alert.markdown-alert-tip {
1281
- border-left-color: #1f883d;
1127
+ border-left-color: #1a7f37;
1282
1128
  }
1283
1129
 
1284
1130
  .markdown-body .markdown-alert.markdown-alert-tip .markdown-alert-title {
@@ -1292,6 +1138,15 @@ th {
1292
1138
  .markdown-body .markdown-alert.markdown-alert-caution .markdown-alert-title {
1293
1139
  color: #d1242f;
1294
1140
  }
1141
+
1142
+ .markdown-body>*:first-child>.heading-element:first-child {
1143
+ margin-top: 0 !important;
1144
+ }
1145
+
1146
+ .markdown-body .highlight pre:has(+.zeroclipboard-container) {
1147
+ min-height: 52px;
1148
+ }
1149
+
1295
1150
  </style>
1296
1151
  </head>
1297
1152
  <body>
@@ -1459,6 +1314,7 @@ th {
1459
1314
  <tr><td><span>color-font-warn</span></td><td><span>--color-font-warn</span></td><td><div class="color-block"><div class="color-box" style="background: #555555"></div><span>#555555</span></div></td></tr>
1460
1315
  <tr><td><span>color-font-suggest</span></td><td><span>--color-font-suggest</span></td><td><div class="color-block"><div class="color-box" style="background: #bf8800"></div><span>#BF8800</span></div></td></tr>
1461
1316
  <tr><td><span>color-font-error</span></td><td><span>--color-font-error</span></td><td><div class="color-block"><div class="color-box" style="background: #cc0017"></div><span>#CC0017</span></div></td></tr>
1317
+ <tr><th colspan="3">font</th></tr><tr><th>name</th><th>css variable</th><th>value</th></tr><tr><td><span>font-family-base</span></td><td><span>--font-family-base</span></td><td><span>"Segoe UI", Tahoma, Geneva, Verdana, sans-serif</span></td></tr>
1462
1318
  <tr><th colspan="3">size</th></tr><tr><th>name</th><th>css variable</th><th>value</th></tr><tr><td><span>size-font-tiny</span></td><td><span>--size-font-tiny</span></td><td><span>12px</span></td></tr>
1463
1319
  <tr><td><span>size-font-small</span></td><td><span>--size-font-small</span></td><td><span>13px</span></td></tr>
1464
1320
  <tr><td><span>size-font-medium</span></td><td><span>--size-font-medium</span></td><td><span>16px</span></td></tr>
@@ -1467,7 +1323,6 @@ th {
1467
1323
  <tr><td><span>size-font-xxl</span></td><td><span>--size-font-xxl</span></td><td><span>32px</span></td></tr>
1468
1324
  <tr><td><span>size-font-xxxl</span></td><td><span>--size-font-xxxl</span></td><td><span>48px</span></td></tr>
1469
1325
  <tr><td><span>size-font-base</span></td><td><span>--size-font-base</span></td><td><span>16px</span></td></tr>
1470
- <tr><th colspan="3">font</th></tr><tr><th>name</th><th>css variable</th><th>value</th></tr><tr><td><span>font-family-base</span></td><td><span>--font-family-base</span></td><td><span>"Segoe UI", Tahoma, Geneva, Verdana, sans-serif</span></td></tr>
1471
1326
  <tr><th colspan="3">time</th></tr><tr><th>name</th><th>css variable</th><th>value</th></tr><tr><td><span>time-transition-short</span></td><td><span>--time-transition-short</span></td><td><span>275ms</span></td></tr>
1472
1327
  <tr><td><span>time-transition-base</span></td><td><span>--time-transition-base</span></td><td><span>300ms</span></td></tr>
1473
1328
  <tr><td><span>time-transition-long</span></td><td><span>--time-transition-long</span></td><td><span>600ms</span></td></tr>
@@ -151,6 +151,7 @@ module.exports = {
151
151
  "color-font-warn": "#555555",
152
152
  "color-font-suggest": "#bf8800",
153
153
  "color-font-error": "#cc0017",
154
+ "font-family-base": '"Segoe UI", Tahoma, Geneva, Verdana, sans-serif',
154
155
  "size-font-tiny": "12px",
155
156
  "size-font-small": "13px",
156
157
  "size-font-medium": "16px",
@@ -159,9 +160,8 @@ module.exports = {
159
160
  "size-font-xxl": "32px",
160
161
  "size-font-xxxl": "48px",
161
162
  "size-font-base": "16px",
162
- "font-family-base": "\"Segoe UI\", Tahoma, Geneva, Verdana, sans-serif",
163
163
  "time-transition-short": "275ms",
164
164
  "time-transition-base": "300ms",
165
165
  "time-transition-long": "600ms",
166
- "time-transition-xl": "1000ms"
166
+ "time-transition-xl": "1000ms",
167
167
  };
package/dist/tokens.css CHANGED
@@ -151,6 +151,7 @@
151
151
  --color-font-warn: #555555;
152
152
  --color-font-suggest: #bf8800;
153
153
  --color-font-error: #cc0017;
154
+ --font-family-base: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
154
155
  --size-font-tiny: 12px;
155
156
  --size-font-small: 13px;
156
157
  --size-font-medium: 16px;
@@ -159,7 +160,6 @@
159
160
  --size-font-xxl: 32px;
160
161
  --size-font-xxxl: 48px;
161
162
  --size-font-base: 16px;
162
- --font-family-base: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
163
163
  --time-transition-short: 275ms;
164
164
  --time-transition-base: 300ms;
165
165
  --time-transition-long: 600ms;
package/dist/tokens.d.ts CHANGED
@@ -151,6 +151,7 @@ interface Tokens {
151
151
  "color-font-warn": string;
152
152
  "color-font-suggest": string;
153
153
  "color-font-error": string;
154
+ "font-family-base": string;
154
155
  "size-font-tiny": string;
155
156
  "size-font-small": string;
156
157
  "size-font-medium": string;
@@ -159,7 +160,6 @@ interface Tokens {
159
160
  "size-font-xxl": string;
160
161
  "size-font-xxxl": string;
161
162
  "size-font-base": string;
162
- "font-family-base": string;
163
163
  "time-transition-short": string;
164
164
  "time-transition-base": string;
165
165
  "time-transition-long": string;
@@ -151,6 +151,7 @@ export default {
151
151
  "color-font-warn": "#555555",
152
152
  "color-font-suggest": "#bf8800",
153
153
  "color-font-error": "#cc0017",
154
+ "font-family-base": "\"Segoe UI\", Tahoma, Geneva, Verdana, sans-serif",
154
155
  "size-font-tiny": "12px",
155
156
  "size-font-small": "13px",
156
157
  "size-font-medium": "16px",
@@ -159,7 +160,6 @@ export default {
159
160
  "size-font-xxl": "32px",
160
161
  "size-font-xxxl": "48px",
161
162
  "size-font-base": "16px",
162
- "font-family-base": "\"Segoe UI\", Tahoma, Geneva, Verdana, sans-serif",
163
163
  "time-transition-short": "275ms",
164
164
  "time-transition-base": "300ms",
165
165
  "time-transition-long": "600ms",
package/dist/tokens.json CHANGED
@@ -151,6 +151,7 @@
151
151
  "color-font-warn": "#555555",
152
152
  "color-font-suggest": "#bf8800",
153
153
  "color-font-error": "#cc0017",
154
+ "font-family-base": "\"Segoe UI\", Tahoma, Geneva, Verdana, sans-serif",
154
155
  "size-font-tiny": "12px",
155
156
  "size-font-small": "13px",
156
157
  "size-font-medium": "16px",
@@ -159,7 +160,6 @@
159
160
  "size-font-xxl": "32px",
160
161
  "size-font-xxxl": "48px",
161
162
  "size-font-base": "16px",
162
- "font-family-base": "\"Segoe UI\", Tahoma, Geneva, Verdana, sans-serif",
163
163
  "time-transition-short": "275ms",
164
164
  "time-transition-base": "300ms",
165
165
  "time-transition-long": "600ms",
package/dist/tokens.scss CHANGED
@@ -454,6 +454,9 @@
454
454
  $color-font-error-plain: #cc0017;
455
455
  $color-font-error: var(--color-font-error, $color-font-error-plain);
456
456
 
457
+ $font-family-base-plain: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
458
+ $font-family-base: var(--font-family-base, $font-family-base-plain);
459
+
457
460
  $size-font-tiny-plain: 12px;
458
461
  $size-font-tiny: var(--size-font-tiny, $size-font-tiny-plain);
459
462
 
@@ -478,9 +481,6 @@
478
481
  $size-font-base-plain: 16px;
479
482
  $size-font-base: var(--size-font-base, $size-font-base-plain);
480
483
 
481
- $font-family-base-plain: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
482
- $font-family-base: var(--font-family-base, $font-family-base-plain);
483
-
484
484
  $time-transition-short-plain: 275ms;
485
485
  $time-transition-short: var(--time-transition-short, $time-transition-short-plain);
486
486
 
@@ -1,172 +1,177 @@
1
1
  {
2
- "@cypress/vite-dev-server@5.0.7": {
2
+ "@cypress/vite-dev-server@7.0.0": {
3
3
  "licenses": "MIT",
4
4
  "repository": "https://github.com/cypress-io/cypress",
5
5
  "licenseUrl": "https://github.com/cypress-io/cypress/tree/develop/npm/vite-dev-server#readme"
6
6
  },
7
- "@rollup/plugin-node-resolve@15.2.3": {
7
+ "@eslint/js@9.34.0": {
8
+ "licenses": "MIT",
9
+ "repository": "https://github.com/eslint/eslint",
10
+ "licenseUrl": "https://unpkg.com/@eslint/js@9.34.0/LICENSE"
11
+ },
12
+ "@rollup/plugin-node-resolve@16.0.1": {
8
13
  "licenses": "MIT",
9
14
  "repository": "https://github.com/rollup/plugins",
10
- "licenseUrl": "https://github.com/rollup/plugins/raw/HEAD/LICENSE"
15
+ "licenseUrl": "https://unpkg.com/@rollup/plugin-node-resolve@16.0.1/LICENSE"
11
16
  },
12
- "@types/node@20.10.6": {
17
+ "@types/node@24.3.0": {
13
18
  "licenses": "MIT",
14
19
  "repository": "https://github.com/DefinitelyTyped/DefinitelyTyped",
15
- "licenseUrl": "https://github.com/DefinitelyTyped/DefinitelyTyped/raw/HEAD/LICENSE"
20
+ "licenseUrl": "https://unpkg.com/@types/node@24.3.0/LICENSE"
16
21
  },
17
- "@typescript-eslint/eslint-plugin@6.17.0": {
22
+ "@typescript-eslint/eslint-plugin@8.41.0": {
18
23
  "licenses": "MIT",
19
24
  "repository": "https://github.com/typescript-eslint/typescript-eslint",
20
- "licenseUrl": "https://github.com/typescript-eslint/typescript-eslint/raw/HEAD/LICENSE"
25
+ "licenseUrl": "https://unpkg.com/@typescript-eslint/eslint-plugin@8.41.0/LICENSE"
21
26
  },
22
- "@typescript-eslint/parser@6.17.0": {
23
- "licenses": "BSD-2-Clause",
27
+ "@typescript-eslint/parser@8.41.0": {
28
+ "licenses": "MIT",
24
29
  "repository": "https://github.com/typescript-eslint/typescript-eslint",
25
- "licenseUrl": "https://github.com/typescript-eslint/typescript-eslint/raw/HEAD/LICENSE"
30
+ "licenseUrl": "https://unpkg.com/@typescript-eslint/parser@8.41.0/LICENSE"
26
31
  },
27
- "@vitest/coverage-v8@1.1.1": {
32
+ "@vitest/coverage-v8@3.2.4": {
28
33
  "licenses": "MIT",
29
34
  "repository": "https://github.com/vitest-dev/vitest",
30
- "licenseUrl": "https://github.com/vitest-dev/vitest/raw/HEAD/LICENSE"
35
+ "licenseUrl": "https://unpkg.com/@vitest/coverage-v8@3.2.4/LICENSE"
31
36
  },
32
- "@vitest/ui@1.1.1": {
37
+ "@vitest/ui@3.2.4": {
33
38
  "licenses": "MIT",
34
39
  "repository": "https://github.com/vitest-dev/vitest",
35
- "licenseUrl": "https://github.com/vitest-dev/vitest/raw/HEAD/LICENSE"
40
+ "licenseUrl": "https://unpkg.com/@vitest/ui@3.2.4/LICENSE"
36
41
  },
37
- "axe-core@4.8.3": {
42
+ "axe-core@4.10.3": {
38
43
  "licenses": "MPL-2.0",
39
44
  "repository": "https://github.com/dequelabs/axe-core",
40
- "licenseUrl": "https://github.com/dequelabs/axe-core/raw/HEAD/LICENSE"
45
+ "licenseUrl": "https://unpkg.com/axe-core@4.10.3/LICENSE"
41
46
  },
42
- "cypress-axe@1.5.0": {
47
+ "cypress-axe@1.7.0": {
43
48
  "licenses": "MIT",
44
49
  "repository": "https://github.com/component-driven/cypress-axe",
45
- "licenseUrl": "https://github.com/component-driven/cypress-axe/raw/HEAD/License.md"
46
- },
47
- "cypress-real-events@1.13.0": {
48
- "licenses": "MIT",
49
- "repository": "https://github.com/dmtrKovalenko/cypress-real-events",
50
- "licenseUrl": "https://github.com/dmtrKovalenko/cypress-real-events"
50
+ "licenseUrl": "https://unpkg.com/cypress-axe@1.7.0/License.md"
51
51
  },
52
- "cypress@13.6.2": {
52
+ "cypress@15.0.0": {
53
53
  "licenses": "MIT",
54
54
  "repository": "https://github.com/cypress-io/cypress",
55
55
  "licenseUrl": "https://cypress.io"
56
56
  },
57
- "esbuild@0.19.11": {
57
+ "esbuild@0.25.9": {
58
58
  "licenses": "MIT",
59
59
  "repository": "https://github.com/evanw/esbuild",
60
- "licenseUrl": "https://github.com/evanw/esbuild/raw/HEAD/LICENSE.md"
60
+ "licenseUrl": "https://unpkg.com/esbuild@0.25.9/LICENSE.md"
61
61
  },
62
62
  "eslint-config-google@0.14.0": {
63
63
  "licenses": "Apache-2.0",
64
64
  "repository": "https://github.com/google/eslint-config-google",
65
- "licenseUrl": "https://github.com/google/eslint-config-google/raw/HEAD/LICENSE"
65
+ "licenseUrl": "https://unpkg.com/eslint-config-google@0.14.0/LICENSE"
66
66
  },
67
- "eslint-config-prettier@9.1.0": {
67
+ "eslint-config-prettier@10.1.8": {
68
68
  "licenses": "MIT",
69
69
  "repository": "https://github.com/prettier/eslint-config-prettier",
70
- "licenseUrl": "https://github.com/prettier/eslint-config-prettier/raw/HEAD/LICENSE"
70
+ "licenseUrl": "https://unpkg.com/eslint-config-prettier@10.1.8/LICENSE"
71
71
  },
72
- "eslint@8.56.0": {
72
+ "eslint@9.34.0": {
73
73
  "licenses": "MIT",
74
74
  "repository": "https://github.com/eslint/eslint",
75
- "licenseUrl": "https://github.com/eslint/eslint/raw/HEAD/LICENSE"
75
+ "licenseUrl": "https://unpkg.com/eslint@9.34.0/LICENSE"
76
76
  },
77
- "github-markdown-css@5.5.0": {
77
+ "github-markdown-css@5.8.1": {
78
78
  "licenses": "MIT",
79
79
  "repository": "https://github.com/sindresorhus/github-markdown-css",
80
- "licenseUrl": "https://github.com/sindresorhus/github-markdown-css/raw/HEAD/license"
80
+ "licenseUrl": "https://unpkg.com/github-markdown-css@5.8.1/license"
81
81
  },
82
- "junit-report-builder@3.1.0": {
82
+ "junit-report-builder@5.1.1": {
83
83
  "licenses": "MIT",
84
84
  "repository": "https://github.com/davidparsson/junit-report-builder",
85
- "licenseUrl": "https://github.com/davidparsson/junit-report-builder/raw/HEAD/LICENSE"
85
+ "licenseUrl": "https://unpkg.com/junit-report-builder@5.1.1/LICENSE"
86
86
  },
87
- "lint-staged@15.2.0": {
87
+ "lint-staged@16.1.5": {
88
88
  "licenses": "MIT",
89
- "repository": "https://github.com/okonet/lint-staged",
90
- "licenseUrl": "https://github.com/okonet/lint-staged/raw/HEAD/LICENSE"
89
+ "repository": "https://github.com/lint-staged/lint-staged",
90
+ "licenseUrl": "https://unpkg.com/lint-staged@16.1.5/LICENSE"
91
91
  },
92
- "marked@11.1.1": {
92
+ "marked@16.2.1": {
93
93
  "licenses": "MIT",
94
94
  "repository": "https://github.com/markedjs/marked",
95
- "licenseUrl": "https://github.com/markedjs/marked/raw/HEAD/LICENSE.md"
95
+ "licenseUrl": "https://unpkg.com/marked@16.2.1/LICENSE.md"
96
96
  },
97
- "prettier@3.1.1": {
97
+ "prettier@3.6.2": {
98
98
  "licenses": "MIT",
99
99
  "repository": "https://github.com/prettier/prettier",
100
- "licenseUrl": "https://github.com/prettier/prettier/raw/HEAD/LICENSE"
100
+ "licenseUrl": "https://unpkg.com/prettier@3.6.2/LICENSE"
101
101
  },
102
102
  "resolve-pkg@2.0.0": {
103
103
  "licenses": "MIT",
104
104
  "repository": "https://github.com/sindresorhus/resolve-pkg",
105
- "licenseUrl": "https://github.com/sindresorhus/resolve-pkg/raw/HEAD/license"
105
+ "licenseUrl": "https://unpkg.com/resolve-pkg@2.0.0/license"
106
106
  },
107
- "sass@1.69.6": {
107
+ "sass@1.91.0": {
108
108
  "licenses": "MIT",
109
109
  "repository": "https://github.com/sass/dart-sass",
110
- "licenseUrl": "https://github.com/sass/dart-sass/raw/HEAD/LICENSE"
110
+ "licenseUrl": "https://unpkg.com/sass@1.91.0/LICENSE"
111
111
  },
112
- "style-dictionary@3.9.1": {
112
+ "style-dictionary@5.0.4": {
113
113
  "licenses": "Apache-2.0",
114
114
  "repository": "https://github.com/amzn/style-dictionary",
115
- "licenseUrl": "https://github.com/amzn/style-dictionary/raw/HEAD/LICENSE"
115
+ "licenseUrl": "https://unpkg.com/style-dictionary@5.0.4/LICENSE"
116
116
  },
117
- "stylelint-config-recommended-scss@14.0.0": {
117
+ "stylelint-config-recommended-scss@16.0.0": {
118
118
  "licenses": "MIT",
119
119
  "repository": "https://github.com/stylelint-scss/stylelint-config-recommended-scss",
120
- "licenseUrl": "https://github.com/stylelint-scss/stylelint-config-recommended-scss/raw/HEAD/LICENSE"
120
+ "licenseUrl": "https://unpkg.com/stylelint-config-recommended-scss@16.0.0/LICENSE"
121
121
  },
122
- "stylelint-config-standard@36.0.0": {
122
+ "stylelint-config-standard@39.0.0": {
123
123
  "licenses": "MIT",
124
124
  "repository": "https://github.com/stylelint/stylelint-config-standard",
125
- "licenseUrl": "https://github.com/stylelint/stylelint-config-standard/raw/HEAD/LICENSE"
125
+ "licenseUrl": "https://unpkg.com/stylelint-config-standard@39.0.0/LICENSE"
126
126
  },
127
- "stylelint-scss@6.0.0": {
127
+ "stylelint-scss@6.12.1": {
128
128
  "licenses": "MIT",
129
129
  "repository": "https://github.com/stylelint-scss/stylelint-scss",
130
- "licenseUrl": "https://github.com/stylelint-scss/stylelint-scss/raw/HEAD/LICENSE"
130
+ "licenseUrl": "https://unpkg.com/stylelint-scss@6.12.1/LICENSE"
131
131
  },
132
- "stylelint@16.1.0": {
132
+ "stylelint@16.23.1": {
133
133
  "licenses": "MIT",
134
134
  "repository": "https://github.com/stylelint/stylelint",
135
- "licenseUrl": "https://github.com/stylelint/stylelint/raw/HEAD/LICENSE"
135
+ "licenseUrl": "https://unpkg.com/stylelint@16.23.1/LICENSE"
136
136
  },
137
- "tsup@8.0.1": {
137
+ "tsup@8.5.0": {
138
138
  "licenses": "MIT",
139
139
  "repository": "https://github.com/egoist/tsup",
140
- "licenseUrl": "https://github.com/egoist/tsup/raw/HEAD/LICENSE"
140
+ "licenseUrl": "https://unpkg.com/tsup@8.5.0/LICENSE"
141
141
  },
142
- "turbo@1.11.2": {
143
- "licenses": "MPL-2.0",
144
- "repository": "https://github.com/vercel/turbo",
145
- "licenseUrl": "https://github.com/vercel/turbo/raw/HEAD/LICENSE"
142
+ "turbo@2.5.6": {
143
+ "licenses": "MIT",
144
+ "repository": "https://github.com/vercel/turborepo",
145
+ "licenseUrl": "https://unpkg.com/turbo@2.5.6/LICENSE"
146
+ },
147
+ "typescript-eslint@8.41.0": {
148
+ "licenses": "MIT",
149
+ "repository": "https://github.com/typescript-eslint/typescript-eslint",
150
+ "licenseUrl": "https://unpkg.com/typescript-eslint@8.41.0/LICENSE"
146
151
  },
147
- "typescript@5.3.3": {
152
+ "typescript@5.9.2": {
148
153
  "licenses": "Apache-2.0",
149
- "repository": "https://github.com/Microsoft/TypeScript",
150
- "licenseUrl": "https://github.com/Microsoft/TypeScript/raw/HEAD/LICENSE.txt"
154
+ "repository": "https://github.com/microsoft/TypeScript",
155
+ "licenseUrl": "https://unpkg.com/typescript@5.9.2/LICENSE.txt"
151
156
  },
152
- "vite-tsconfig-paths@4.2.3": {
157
+ "vite-tsconfig-paths@5.1.4": {
153
158
  "licenses": "MIT",
154
159
  "repository": "https://github.com/aleclarson/vite-tsconfig-paths",
155
- "licenseUrl": "https://github.com/aleclarson/vite-tsconfig-paths/raw/HEAD/LICENSE"
160
+ "licenseUrl": "https://unpkg.com/vite-tsconfig-paths@5.1.4/LICENSE"
156
161
  },
157
- "vite@5.0.10": {
162
+ "vite@7.1.3": {
158
163
  "licenses": "MIT",
159
164
  "repository": "https://github.com/vitejs/vite",
160
- "licenseUrl": "https://github.com/vitejs/vite/raw/HEAD/LICENSE.md"
165
+ "licenseUrl": "https://unpkg.com/vite@7.1.3/LICENSE.md"
161
166
  },
162
- "vitest@1.1.1": {
167
+ "vitest@3.2.4": {
163
168
  "licenses": "MIT",
164
169
  "repository": "https://github.com/vitest-dev/vitest",
165
- "licenseUrl": "https://github.com/vitest-dev/vitest/raw/HEAD/LICENSE.md"
170
+ "licenseUrl": "https://unpkg.com/vitest@3.2.4/LICENSE.md"
166
171
  },
167
- "yargs@17.7.2": {
172
+ "yargs@18.0.0": {
168
173
  "licenses": "MIT",
169
174
  "repository": "https://github.com/yargs/yargs",
170
- "licenseUrl": "https://github.com/yargs/yargs/raw/HEAD/LICENSE"
175
+ "licenseUrl": "https://unpkg.com/yargs@18.0.0/LICENSE"
171
176
  }
172
177
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cas-smartdesign/design-tokens",
3
- "version": "1.7.2",
3
+ "version": "1.8.1",
4
4
  "description": "Design tokens for SmartDesign",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "main": "dist/tokens.cjs.js",
@@ -15,8 +15,8 @@
15
15
  "access": "public"
16
16
  },
17
17
  "devDependencies": {
18
- "style-dictionary": "^3.9.1",
19
- "@cas-smartdesign/license-generator": "^1.6.3"
18
+ "style-dictionary": "^5.0.4",
19
+ "@cas-smartdesign/license-generator": "^1.8.1"
20
20
  },
21
21
  "scripts": {
22
22
  "version": "pnpm version",