@primer/primitives 10.1.0-rc.f1589f93 → 10.1.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/README.md +0 -21
- package/dist/build/filters/index.d.ts +0 -1
- package/dist/build/filters/index.js +0 -1
- package/dist/build/formats/jsonFigma.js +1 -2
- package/dist/build/platforms/css.js +6 -7
- package/dist/build/platforms/docJson.js +0 -1
- package/dist/build/platforms/fallbacks.js +0 -1
- package/dist/build/platforms/javascript.js +0 -1
- package/dist/build/platforms/json.js +0 -1
- package/dist/build/platforms/styleLint.js +0 -1
- package/dist/build/platforms/typescript.js +0 -1
- package/dist/build/primerStyleDictionary.js +7 -3
- package/dist/build/schemas/colorToken.d.ts +0 -18
- package/dist/build/schemas/colorToken.js +0 -7
- package/dist/build/transformers/borderToCss.js +2 -2
- package/dist/build/transformers/colorToRgbaFloat.js +2 -12
- package/dist/build/transformers/index.d.ts +0 -1
- package/dist/build/transformers/index.js +0 -1
- package/dist/css/functional/size/border.css +7 -6
- package/dist/css/functional/themes/dark-colorblind.css +60 -6
- package/dist/css/functional/themes/dark-dimmed.css +60 -6
- package/dist/css/functional/themes/dark-high-contrast.css +60 -6
- package/dist/css/functional/themes/dark-tritanopia.css +60 -6
- package/dist/css/functional/themes/dark.css +60 -6
- package/dist/css/functional/themes/light-colorblind.css +60 -6
- package/dist/css/functional/themes/light-high-contrast.css +60 -6
- package/dist/css/functional/themes/light-tritanopia.css +60 -6
- package/dist/css/functional/themes/light.css +60 -6
- package/dist/css/primitives.css +7 -6
- package/dist/docs/base/size/size.json +19 -19
- package/dist/docs/base/typography/typography.json +4 -4
- package/dist/docs/functional/size/border.json +41 -28
- package/dist/docs/functional/size/breakpoints.json +6 -6
- package/dist/docs/functional/size/size-coarse.json +3 -3
- package/dist/docs/functional/size/size-fine.json +3 -3
- package/dist/docs/functional/size/size.json +66 -66
- package/dist/docs/functional/size/viewport.json +6 -6
- package/dist/docs/functional/themes/dark-colorblind.json +475 -128
- package/dist/docs/functional/themes/dark-dimmed.json +519 -444
- package/dist/docs/functional/themes/dark-high-contrast.json +490 -241
- package/dist/docs/functional/themes/dark-tritanopia.json +485 -200
- package/dist/docs/functional/themes/dark.json +469 -102
- package/dist/docs/functional/themes/light-colorblind.json +463 -94
- package/dist/docs/functional/themes/light-high-contrast.json +487 -274
- package/dist/docs/functional/themes/light-tritanopia.json +463 -102
- package/dist/docs/functional/themes/light.json +460 -105
- package/dist/docs/functional/typography/typography.json +46 -46
- package/dist/fallbacks/functional/size/border.json +7 -6
- package/dist/figma/themes/dark-colorblind.json +14 -54
- package/dist/figma/themes/dark-dimmed.json +15 -356
- package/dist/figma/themes/dark-high-contrast.json +10 -129
- package/dist/figma/themes/dark-tritanopia.json +14 -111
- package/dist/figma/themes/dark.json +14 -34
- package/dist/figma/themes/light-colorblind.json +10 -20
- package/dist/figma/themes/light-high-contrast.json +10 -177
- package/dist/figma/themes/light-tritanopia.json +10 -24
- package/dist/figma/themes/light.json +10 -32
- package/dist/internalCss/dark-colorblind.css +88 -6
- package/dist/internalCss/dark-dimmed.css +88 -6
- package/dist/internalCss/dark-high-contrast.css +88 -6
- package/dist/internalCss/dark-tritanopia.css +88 -6
- package/dist/internalCss/dark.css +88 -6
- package/dist/internalCss/light-colorblind.css +88 -6
- package/dist/internalCss/light-high-contrast.css +88 -6
- package/dist/internalCss/light-tritanopia.css +88 -6
- package/dist/internalCss/light.css +88 -6
- package/dist/styleLint/base/size/size.json +19 -19
- package/dist/styleLint/base/typography/typography.json +4 -4
- package/dist/styleLint/functional/size/border.json +41 -28
- package/dist/styleLint/functional/size/breakpoints.json +6 -6
- package/dist/styleLint/functional/size/size-coarse.json +3 -3
- package/dist/styleLint/functional/size/size-fine.json +3 -3
- package/dist/styleLint/functional/size/size.json +66 -66
- package/dist/styleLint/functional/size/viewport.json +6 -6
- package/dist/styleLint/functional/themes/dark-colorblind.json +475 -128
- package/dist/styleLint/functional/themes/dark-dimmed.json +519 -444
- package/dist/styleLint/functional/themes/dark-high-contrast.json +490 -241
- package/dist/styleLint/functional/themes/dark-tritanopia.json +485 -200
- package/dist/styleLint/functional/themes/dark.json +469 -102
- package/dist/styleLint/functional/themes/light-colorblind.json +463 -94
- package/dist/styleLint/functional/themes/light-high-contrast.json +487 -274
- package/dist/styleLint/functional/themes/light-tritanopia.json +463 -102
- package/dist/styleLint/functional/themes/light.json +460 -105
- package/dist/styleLint/functional/typography/typography.json +46 -46
- package/package.json +1 -1
- package/src/tokens/base/typography/typography.json5 +48 -0
- package/src/tokens/functional/border/border.json5 +236 -0
- package/src/tokens/functional/color/dark/app-dark.json5 +0 -2
- package/src/tokens/functional/color/dark/overrides/dark.dimmed.json5 +120 -6
- package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +46 -29
- package/src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5 +15 -20
- package/src/tokens/functional/color/dark/overrides/dark.tritanopia.json5 +32 -18
- package/src/tokens/functional/color/dark/patterns-dark.json5 +13 -45
- package/src/tokens/functional/color/dark/primitives-dark.json5 +1 -6
- package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +67 -20
- package/src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5 +4 -21
- package/src/tokens/functional/color/light/overrides/light.tritanopia.json5 +3 -16
- package/src/tokens/functional/color/light/patterns-light.json5 +11 -47
- package/src/tokens/functional/color/light/primitives-light.json5 +2 -10
- package/src/tokens/functional/size/border.json5 +115 -0
- package/src/tokens/functional/typography/typography.json5 +527 -0
- package/dist/build/filters/isColorWithMix.d.ts +0 -7
- package/dist/build/filters/isColorWithMix.js +0 -24
- package/dist/build/transformers/colorToHexMix.d.ts +0 -8
- package/dist/build/transformers/colorToHexMix.js +0 -20
- package/dist/build/transformers/utilities/mix.d.ts +0 -5
- package/dist/build/transformers/utilities/mix.js +0 -38
- package/src/tokens/base/typography/typography.json +0 -48
- package/src/tokens/functional/border/dark.json5 +0 -12
- package/src/tokens/functional/border/light.json5 +0 -12
- package/src/tokens/functional/color/dark/patterns-dark.json +0 -3963
- package/src/tokens/functional/size/border.json +0 -111
- package/src/tokens/functional/typography/typography.json +0 -527
- /package/src/tokens/base/size/{size.json → size.json5} +0 -0
- /package/src/tokens/functional/size/{breakpoints.json → breakpoints.json5} +0 -0
- /package/src/tokens/functional/size/{size-coarse.json → size-coarse.json5} +0 -0
- /package/src/tokens/functional/size/{size-fine.json → size-fine.json5} +0 -0
- /package/src/tokens/functional/size/{size.json → size.json5} +0 -0
- /package/src/tokens/functional/size/{viewport.json → viewport.json5} +0 -0
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
"scopes": ["fontFamily"]
|
|
7
7
|
}
|
|
8
8
|
},
|
|
9
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
9
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
10
10
|
"isSource": true,
|
|
11
11
|
"original": {
|
|
12
12
|
"$value": "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
"scopes": ["fontFamily"]
|
|
32
32
|
}
|
|
33
33
|
},
|
|
34
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
34
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
35
35
|
"isSource": true,
|
|
36
36
|
"original": {
|
|
37
37
|
"$value": "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"scopes": ["fontFamily"]
|
|
57
57
|
}
|
|
58
58
|
},
|
|
59
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
59
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
60
60
|
"isSource": true,
|
|
61
61
|
"original": {
|
|
62
62
|
"$value": "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"scopes": ["fontFamily"]
|
|
82
82
|
}
|
|
83
83
|
},
|
|
84
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
84
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
85
85
|
"isSource": true,
|
|
86
86
|
"original": {
|
|
87
87
|
"$value": "ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace",
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
"fontSizeInPx": 40
|
|
111
111
|
}
|
|
112
112
|
},
|
|
113
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
113
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
114
114
|
"isSource": true,
|
|
115
115
|
"original": {
|
|
116
116
|
"$value": 1.4,
|
|
@@ -139,7 +139,7 @@
|
|
|
139
139
|
"scopes": ["fontSize"]
|
|
140
140
|
}
|
|
141
141
|
},
|
|
142
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
142
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
143
143
|
"isSource": true,
|
|
144
144
|
"original": {
|
|
145
145
|
"$value": "40px",
|
|
@@ -167,7 +167,7 @@
|
|
|
167
167
|
"scopes": ["lineHeight"]
|
|
168
168
|
}
|
|
169
169
|
},
|
|
170
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
170
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
171
171
|
"isSource": true,
|
|
172
172
|
"original": {
|
|
173
173
|
"$value": 1.4,
|
|
@@ -195,7 +195,7 @@
|
|
|
195
195
|
"scopes": ["fontWeight"]
|
|
196
196
|
}
|
|
197
197
|
},
|
|
198
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
198
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
199
199
|
"isSource": true,
|
|
200
200
|
"original": {
|
|
201
201
|
"$value": "{base.text.weight.medium}",
|
|
@@ -214,7 +214,7 @@
|
|
|
214
214
|
"type": "fontWeight"
|
|
215
215
|
},
|
|
216
216
|
"text-display-shorthand": {
|
|
217
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
217
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
218
218
|
"isSource": true,
|
|
219
219
|
"original": {
|
|
220
220
|
"$value": {
|
|
@@ -240,7 +240,7 @@
|
|
|
240
240
|
"scopes": ["fontSize"]
|
|
241
241
|
}
|
|
242
242
|
},
|
|
243
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
243
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
244
244
|
"isSource": true,
|
|
245
245
|
"original": {
|
|
246
246
|
"$value": "32px",
|
|
@@ -265,7 +265,7 @@
|
|
|
265
265
|
"scopes": ["fontSize"]
|
|
266
266
|
}
|
|
267
267
|
},
|
|
268
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
268
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
269
269
|
"isSource": true,
|
|
270
270
|
"original": {
|
|
271
271
|
"$value": "20px",
|
|
@@ -290,7 +290,7 @@
|
|
|
290
290
|
"scopes": ["fontSize"]
|
|
291
291
|
}
|
|
292
292
|
},
|
|
293
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
293
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
294
294
|
"isSource": true,
|
|
295
295
|
"original": {
|
|
296
296
|
"$value": "16px",
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
"scopes": ["lineHeight"]
|
|
319
319
|
}
|
|
320
320
|
},
|
|
321
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
321
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
322
322
|
"isSource": true,
|
|
323
323
|
"original": {
|
|
324
324
|
"$value": 1.5,
|
|
@@ -349,7 +349,7 @@
|
|
|
349
349
|
"scopes": ["lineHeight"]
|
|
350
350
|
}
|
|
351
351
|
},
|
|
352
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
352
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
353
353
|
"isSource": true,
|
|
354
354
|
"original": {
|
|
355
355
|
"$value": 1.6,
|
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
"scopes": ["lineHeight"]
|
|
381
381
|
}
|
|
382
382
|
},
|
|
383
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
383
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
384
384
|
"isSource": true,
|
|
385
385
|
"original": {
|
|
386
386
|
"$value": 1.5,
|
|
@@ -408,7 +408,7 @@
|
|
|
408
408
|
"scopes": ["fontWeight"]
|
|
409
409
|
}
|
|
410
410
|
},
|
|
411
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
411
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
412
412
|
"isSource": true,
|
|
413
413
|
"original": {
|
|
414
414
|
"$value": "{base.text.weight.semibold}",
|
|
@@ -433,7 +433,7 @@
|
|
|
433
433
|
"scopes": ["fontWeight"]
|
|
434
434
|
}
|
|
435
435
|
},
|
|
436
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
436
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
437
437
|
"isSource": true,
|
|
438
438
|
"original": {
|
|
439
439
|
"$value": "{base.text.weight.semibold}",
|
|
@@ -458,7 +458,7 @@
|
|
|
458
458
|
"scopes": ["fontWeight"]
|
|
459
459
|
}
|
|
460
460
|
},
|
|
461
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
461
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
462
462
|
"isSource": true,
|
|
463
463
|
"original": {
|
|
464
464
|
"$value": "{base.text.weight.semibold}",
|
|
@@ -477,7 +477,7 @@
|
|
|
477
477
|
"type": "fontWeight"
|
|
478
478
|
},
|
|
479
479
|
"text-title-shorthand-large": {
|
|
480
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
480
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
481
481
|
"isSource": true,
|
|
482
482
|
"original": {
|
|
483
483
|
"$value": {
|
|
@@ -497,7 +497,7 @@
|
|
|
497
497
|
"description": "Page headings for user-created objects, such as issues or pull requests. Utilize title (medium) styles on narrow viewports."
|
|
498
498
|
},
|
|
499
499
|
"text-title-shorthand-medium": {
|
|
500
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
500
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
501
501
|
"isSource": true,
|
|
502
502
|
"original": {
|
|
503
503
|
"$value": {
|
|
@@ -517,7 +517,7 @@
|
|
|
517
517
|
"description": "Default page title. The 32px-equivalent line-height matches with button and other medium control heights. Great for page header composition."
|
|
518
518
|
},
|
|
519
519
|
"text-title-shorthand-small": {
|
|
520
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
520
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
521
521
|
"isSource": true,
|
|
522
522
|
"original": {
|
|
523
523
|
"$value": {
|
|
@@ -543,7 +543,7 @@
|
|
|
543
543
|
"scopes": ["fontSize"]
|
|
544
544
|
}
|
|
545
545
|
},
|
|
546
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
546
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
547
547
|
"isSource": true,
|
|
548
548
|
"original": {
|
|
549
549
|
"$value": "20px",
|
|
@@ -571,7 +571,7 @@
|
|
|
571
571
|
"scopes": ["lineHeight"]
|
|
572
572
|
}
|
|
573
573
|
},
|
|
574
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
574
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
575
575
|
"isSource": true,
|
|
576
576
|
"original": {
|
|
577
577
|
"$value": 1.6,
|
|
@@ -599,7 +599,7 @@
|
|
|
599
599
|
"scopes": ["fontWeight"]
|
|
600
600
|
}
|
|
601
601
|
},
|
|
602
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
602
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
603
603
|
"isSource": true,
|
|
604
604
|
"original": {
|
|
605
605
|
"$value": "{base.text.weight.normal}",
|
|
@@ -618,7 +618,7 @@
|
|
|
618
618
|
"type": "fontWeight"
|
|
619
619
|
},
|
|
620
620
|
"text-subtitle-shorthand": {
|
|
621
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
621
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
622
622
|
"isSource": true,
|
|
623
623
|
"original": {
|
|
624
624
|
"$value": {
|
|
@@ -644,7 +644,7 @@
|
|
|
644
644
|
"scopes": ["fontSize"]
|
|
645
645
|
}
|
|
646
646
|
},
|
|
647
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
647
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
648
648
|
"isSource": true,
|
|
649
649
|
"original": {
|
|
650
650
|
"$value": "16px",
|
|
@@ -669,7 +669,7 @@
|
|
|
669
669
|
"scopes": ["fontSize"]
|
|
670
670
|
}
|
|
671
671
|
},
|
|
672
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
672
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
673
673
|
"isSource": true,
|
|
674
674
|
"original": {
|
|
675
675
|
"$value": "14px",
|
|
@@ -694,7 +694,7 @@
|
|
|
694
694
|
"scopes": ["fontSize"]
|
|
695
695
|
}
|
|
696
696
|
},
|
|
697
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
697
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
698
698
|
"isSource": true,
|
|
699
699
|
"original": {
|
|
700
700
|
"$value": "12px",
|
|
@@ -722,7 +722,7 @@
|
|
|
722
722
|
"scopes": ["lineHeight"]
|
|
723
723
|
}
|
|
724
724
|
},
|
|
725
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
725
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
726
726
|
"isSource": true,
|
|
727
727
|
"original": {
|
|
728
728
|
"$value": 1.5,
|
|
@@ -753,7 +753,7 @@
|
|
|
753
753
|
"scopes": ["lineHeight"]
|
|
754
754
|
}
|
|
755
755
|
},
|
|
756
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
756
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
757
757
|
"isSource": true,
|
|
758
758
|
"original": {
|
|
759
759
|
"$value": 1.4285,
|
|
@@ -784,7 +784,7 @@
|
|
|
784
784
|
"scopes": ["lineHeight"]
|
|
785
785
|
}
|
|
786
786
|
},
|
|
787
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
787
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
788
788
|
"isSource": true,
|
|
789
789
|
"original": {
|
|
790
790
|
"$value": 1.6666,
|
|
@@ -812,7 +812,7 @@
|
|
|
812
812
|
"scopes": ["fontWeight"]
|
|
813
813
|
}
|
|
814
814
|
},
|
|
815
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
815
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
816
816
|
"isSource": true,
|
|
817
817
|
"original": {
|
|
818
818
|
"$value": "{base.text.weight.normal}",
|
|
@@ -831,7 +831,7 @@
|
|
|
831
831
|
"type": "fontWeight"
|
|
832
832
|
},
|
|
833
833
|
"text-body-shorthand-large": {
|
|
834
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
834
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
835
835
|
"isSource": true,
|
|
836
836
|
"original": {
|
|
837
837
|
"$value": {
|
|
@@ -851,7 +851,7 @@
|
|
|
851
851
|
"description": "User-generated content, markdown rendering."
|
|
852
852
|
},
|
|
853
853
|
"text-body-shorthand-medium": {
|
|
854
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
854
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
855
855
|
"isSource": true,
|
|
856
856
|
"original": {
|
|
857
857
|
"$value": {
|
|
@@ -871,7 +871,7 @@
|
|
|
871
871
|
"description": "Default UI font. Most commonly used for body text."
|
|
872
872
|
},
|
|
873
873
|
"text-body-shorthand-small": {
|
|
874
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
874
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
875
875
|
"isSource": true,
|
|
876
876
|
"original": {
|
|
877
877
|
"$value": {
|
|
@@ -897,7 +897,7 @@
|
|
|
897
897
|
"scopes": ["fontSize"]
|
|
898
898
|
}
|
|
899
899
|
},
|
|
900
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
900
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
901
901
|
"isSource": true,
|
|
902
902
|
"original": {
|
|
903
903
|
"$value": "12px",
|
|
@@ -925,7 +925,7 @@
|
|
|
925
925
|
"scopes": ["lineHeight"]
|
|
926
926
|
}
|
|
927
927
|
},
|
|
928
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
928
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
929
929
|
"isSource": true,
|
|
930
930
|
"original": {
|
|
931
931
|
"$value": 1.3333,
|
|
@@ -953,7 +953,7 @@
|
|
|
953
953
|
"scopes": ["fontWeight"]
|
|
954
954
|
}
|
|
955
955
|
},
|
|
956
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
956
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
957
957
|
"isSource": true,
|
|
958
958
|
"original": {
|
|
959
959
|
"$value": "{base.text.weight.normal}",
|
|
@@ -972,7 +972,7 @@
|
|
|
972
972
|
"type": "fontWeight"
|
|
973
973
|
},
|
|
974
974
|
"text-caption-shorthand": {
|
|
975
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
975
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
976
976
|
"isSource": true,
|
|
977
977
|
"original": {
|
|
978
978
|
"$value": {
|
|
@@ -998,7 +998,7 @@
|
|
|
998
998
|
"scopes": ["fontSize"]
|
|
999
999
|
}
|
|
1000
1000
|
},
|
|
1001
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
1001
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
1002
1002
|
"isSource": true,
|
|
1003
1003
|
"original": {
|
|
1004
1004
|
"$value": "13px",
|
|
@@ -1026,7 +1026,7 @@
|
|
|
1026
1026
|
"scopes": ["lineHeight"]
|
|
1027
1027
|
}
|
|
1028
1028
|
},
|
|
1029
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
1029
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
1030
1030
|
"isSource": true,
|
|
1031
1031
|
"original": {
|
|
1032
1032
|
"$value": 1.5385,
|
|
@@ -1054,7 +1054,7 @@
|
|
|
1054
1054
|
"scopes": ["fontWeight"]
|
|
1055
1055
|
}
|
|
1056
1056
|
},
|
|
1057
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
1057
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
1058
1058
|
"isSource": true,
|
|
1059
1059
|
"original": {
|
|
1060
1060
|
"$value": "{base.text.weight.normal}",
|
|
@@ -1073,7 +1073,7 @@
|
|
|
1073
1073
|
"type": "fontWeight"
|
|
1074
1074
|
},
|
|
1075
1075
|
"text-codeBlock-shorthand": {
|
|
1076
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
1076
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
1077
1077
|
"isSource": true,
|
|
1078
1078
|
"original": {
|
|
1079
1079
|
"$value": {
|
|
@@ -1099,7 +1099,7 @@
|
|
|
1099
1099
|
"scopes": ["fontSize"]
|
|
1100
1100
|
}
|
|
1101
1101
|
},
|
|
1102
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
1102
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
1103
1103
|
"isSource": true,
|
|
1104
1104
|
"original": {
|
|
1105
1105
|
"$value": "0.9285em",
|
|
@@ -1124,7 +1124,7 @@
|
|
|
1124
1124
|
"scopes": ["fontWeight"]
|
|
1125
1125
|
}
|
|
1126
1126
|
},
|
|
1127
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
1127
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
1128
1128
|
"isSource": true,
|
|
1129
1129
|
"original": {
|
|
1130
1130
|
"$value": "{base.text.weight.normal}",
|
|
@@ -1143,7 +1143,7 @@
|
|
|
1143
1143
|
"type": "fontWeight"
|
|
1144
1144
|
},
|
|
1145
1145
|
"text-codeInline-shorthand": {
|
|
1146
|
-
"filePath": "src/tokens/functional/typography/typography.
|
|
1146
|
+
"filePath": "src/tokens/functional/typography/typography.json5",
|
|
1147
1147
|
"isSource": true,
|
|
1148
1148
|
"original": {
|
|
1149
1149
|
"$value": {
|
|
@@ -1,10 +1,11 @@
|
|
|
1
1
|
{
|
|
2
|
-
"--boxShadow-thin": "inset 0 0 0
|
|
3
|
-
"--boxShadow-thick": "inset 0 0 0
|
|
4
|
-
"--boxShadow-thicker": "inset 0 0 0
|
|
5
|
-
"--borderWidth-
|
|
6
|
-
"--borderWidth-
|
|
7
|
-
"--borderWidth-
|
|
2
|
+
"--boxShadow-thin": "inset 0 0 0 0.0625rem",
|
|
3
|
+
"--boxShadow-thick": "inset 0 0 0 0.125rem",
|
|
4
|
+
"--boxShadow-thicker": "inset 0 0 0 0.25rem",
|
|
5
|
+
"--borderWidth-default": "0.0625rem",
|
|
6
|
+
"--borderWidth-thin": "0.0625rem",
|
|
7
|
+
"--borderWidth-thick": "0.125rem",
|
|
8
|
+
"--borderWidth-thicker": "0.25rem",
|
|
8
9
|
"--borderRadius-small": "0.1875rem",
|
|
9
10
|
"--borderRadius-medium": "0.375rem",
|
|
10
11
|
"--borderRadius-large": "0.75rem",
|
|
@@ -3043,9 +3043,7 @@
|
|
|
3043
3043
|
"a": 1
|
|
3044
3044
|
},
|
|
3045
3045
|
"type": "COLOR",
|
|
3046
|
-
"isMix": true,
|
|
3047
3046
|
"refId": "mode/control/checked/bgColor/hover",
|
|
3048
|
-
"reference": "mode/bgColor/accent-emphasis",
|
|
3049
3047
|
"collection": "mode",
|
|
3050
3048
|
"mode": "dark colorblind",
|
|
3051
3049
|
"group": "component",
|
|
@@ -3060,9 +3058,7 @@
|
|
|
3060
3058
|
"a": 1
|
|
3061
3059
|
},
|
|
3062
3060
|
"type": "COLOR",
|
|
3063
|
-
"isMix": true,
|
|
3064
3061
|
"refId": "mode/control/checked/bgColor/active",
|
|
3065
|
-
"reference": "mode/bgColor/accent-emphasis",
|
|
3066
3062
|
"collection": "mode",
|
|
3067
3063
|
"mode": "dark colorblind",
|
|
3068
3064
|
"group": "component",
|
|
@@ -3776,22 +3772,6 @@
|
|
|
3776
3772
|
"group": "component (internal)",
|
|
3777
3773
|
"scopes": ["STROKE_COLOR"]
|
|
3778
3774
|
},
|
|
3779
|
-
{
|
|
3780
|
-
"name": "button/primary/borderColor/disabled",
|
|
3781
|
-
"value": {
|
|
3782
|
-
"r": 0.06666666666666667,
|
|
3783
|
-
"g": 0.34509803921568627,
|
|
3784
|
-
"b": 0.7803921568627451,
|
|
3785
|
-
"a": 1
|
|
3786
|
-
},
|
|
3787
|
-
"type": "COLOR",
|
|
3788
|
-
"refId": "mode/button/primary/borderColor/disabled",
|
|
3789
|
-
"reference": "button/primary/bgColor/disabled",
|
|
3790
|
-
"collection": "mode",
|
|
3791
|
-
"mode": "dark colorblind",
|
|
3792
|
-
"group": "component (internal)",
|
|
3793
|
-
"scopes": ["STROKE_COLOR"]
|
|
3794
|
-
},
|
|
3795
3775
|
{
|
|
3796
3776
|
"name": "button/primary/shadow/selected/offsetX",
|
|
3797
3777
|
"value": 0,
|
|
@@ -4005,14 +3985,14 @@
|
|
|
4005
3985
|
{
|
|
4006
3986
|
"name": "button/invisible/bgColor/disabled",
|
|
4007
3987
|
"value": {
|
|
4008
|
-
"r": 0
|
|
4009
|
-
"g": 0
|
|
4010
|
-
"b": 0
|
|
4011
|
-
"a":
|
|
3988
|
+
"r": 0,
|
|
3989
|
+
"g": 0,
|
|
3990
|
+
"b": 0,
|
|
3991
|
+
"a": 0
|
|
4012
3992
|
},
|
|
4013
3993
|
"type": "COLOR",
|
|
4014
3994
|
"refId": "mode/button/invisible/bgColor/disabled",
|
|
4015
|
-
"reference": "
|
|
3995
|
+
"reference": "base/color/dark/base/color/transparent",
|
|
4016
3996
|
"collection": "mode",
|
|
4017
3997
|
"mode": "dark colorblind",
|
|
4018
3998
|
"group": "component (internal)",
|
|
@@ -4053,14 +4033,14 @@
|
|
|
4053
4033
|
{
|
|
4054
4034
|
"name": "button/invisible/borderColor/disabled",
|
|
4055
4035
|
"value": {
|
|
4056
|
-
"r": 0
|
|
4057
|
-
"g": 0
|
|
4058
|
-
"b": 0
|
|
4059
|
-
"a": 0
|
|
4036
|
+
"r": 0,
|
|
4037
|
+
"g": 0,
|
|
4038
|
+
"b": 0,
|
|
4039
|
+
"a": 0
|
|
4060
4040
|
},
|
|
4061
4041
|
"type": "COLOR",
|
|
4062
4042
|
"refId": "mode/button/invisible/borderColor/disabled",
|
|
4063
|
-
"reference": "
|
|
4043
|
+
"reference": "base/color/dark/base/color/transparent",
|
|
4064
4044
|
"collection": "mode",
|
|
4065
4045
|
"mode": "dark colorblind",
|
|
4066
4046
|
"group": "component (internal)",
|
|
@@ -4326,22 +4306,6 @@
|
|
|
4326
4306
|
"group": "component (internal)",
|
|
4327
4307
|
"scopes": ["TEXT_FILL", "SHAPE_FILL"]
|
|
4328
4308
|
},
|
|
4329
|
-
{
|
|
4330
|
-
"name": "button/danger/iconColor/rest",
|
|
4331
|
-
"value": {
|
|
4332
|
-
"r": 0.9411764705882353,
|
|
4333
|
-
"g": 0.5333333333333333,
|
|
4334
|
-
"b": 0.24313725490196078,
|
|
4335
|
-
"a": 1
|
|
4336
|
-
},
|
|
4337
|
-
"type": "COLOR",
|
|
4338
|
-
"refId": "mode/button/danger/iconColor/rest",
|
|
4339
|
-
"reference": "button/danger/fgColor/rest",
|
|
4340
|
-
"collection": "mode",
|
|
4341
|
-
"mode": "dark colorblind",
|
|
4342
|
-
"group": "component (internal)",
|
|
4343
|
-
"scopes": ["TEXT_FILL", "SHAPE_FILL"]
|
|
4344
|
-
},
|
|
4345
4309
|
{
|
|
4346
4310
|
"name": "button/danger/iconColor/hover",
|
|
4347
4311
|
"value": {
|
|
@@ -4805,16 +4769,14 @@
|
|
|
4805
4769
|
{
|
|
4806
4770
|
"name": "reactionButton/selected/bgColor/hover",
|
|
4807
4771
|
"value": {
|
|
4808
|
-
"r": 0.
|
|
4809
|
-
"g": 0.
|
|
4772
|
+
"r": 0.22745098039215686,
|
|
4773
|
+
"g": 0.5490196078431373,
|
|
4810
4774
|
"b": 0.9921568627450981,
|
|
4811
|
-
"a": 0.
|
|
4775
|
+
"a": 0.36
|
|
4812
4776
|
},
|
|
4813
4777
|
"type": "COLOR",
|
|
4814
|
-
"alpha": 0.
|
|
4815
|
-
"isMix": true,
|
|
4778
|
+
"alpha": 0.36,
|
|
4816
4779
|
"refId": "mode/reactionButton/selected/bgColor/hover",
|
|
4817
|
-
"reference": "mode/reactionButton/selected/bgColor/rest",
|
|
4818
4780
|
"collection": "mode",
|
|
4819
4781
|
"mode": "dark colorblind",
|
|
4820
4782
|
"group": "component (internal)",
|
|
@@ -7132,9 +7094,7 @@
|
|
|
7132
7094
|
"a": 1
|
|
7133
7095
|
},
|
|
7134
7096
|
"type": "COLOR",
|
|
7135
|
-
"isMix": true,
|
|
7136
7097
|
"refId": "mode/fgColor/accent",
|
|
7137
|
-
"reference": "base/color/dark/base/color/blue/3",
|
|
7138
7098
|
"collection": "mode",
|
|
7139
7099
|
"mode": "dark colorblind",
|
|
7140
7100
|
"group": "semantic",
|