@primer/primitives 11.4.0-rc.daff2d10 → 11.4.0-rc.e472be0d
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/dist/build/formats/markdownLlmGuidelines.d.ts +3 -1
- package/dist/build/formats/markdownLlmGuidelines.js +53 -10
- package/dist/build/platforms/llmGuidelines.js +1 -0
- package/dist/build/preprocessors/inheritGroupProperties.d.ts +7 -0
- package/dist/build/preprocessors/inheritGroupProperties.js +70 -0
- package/dist/build/primerStyleDictionary.js +2 -0
- package/dist/build/schemas/designToken.d.ts +1 -1
- package/dist/build/schemas/designToken.js +113 -21
- package/dist/build/schemas/dimensionToken.d.ts +2 -2
- package/dist/build/schemas/dimensionToken.js +4 -2
- package/dist/build/schemas/validTokenType.d.ts +5 -1
- package/dist/build/schemas/validTokenType.js +71 -17
- package/dist/css/functional/size/size-coarse.css +3 -3
- package/dist/css/functional/size/size-fine.css +3 -3
- package/dist/css/functional/themes/dark-colorblind-high-contrast.css +4 -4
- package/dist/css/functional/themes/dark-colorblind.css +4 -4
- package/dist/css/functional/themes/dark-dimmed-high-contrast.css +4 -4
- package/dist/css/functional/themes/dark-dimmed.css +4 -4
- package/dist/css/functional/themes/dark-high-contrast.css +4 -4
- package/dist/css/functional/themes/dark-tritanopia-high-contrast.css +4 -4
- package/dist/css/functional/themes/dark-tritanopia.css +4 -4
- package/dist/css/functional/themes/dark.css +4 -4
- package/dist/css/functional/themes/light-colorblind-high-contrast.css +4 -4
- package/dist/css/functional/themes/light-colorblind.css +4 -4
- package/dist/css/functional/themes/light-high-contrast.css +4 -4
- package/dist/css/functional/themes/light-tritanopia-high-contrast.css +4 -4
- package/dist/css/functional/themes/light-tritanopia.css +4 -4
- package/dist/css/functional/themes/light.css +4 -4
- package/dist/docs/functional/size/size-coarse.json +45 -3
- package/dist/docs/functional/size/size-fine.json +45 -3
- package/dist/docs/functional/themes/dark-colorblind-high-contrast.json +22 -2
- package/dist/docs/functional/themes/dark-colorblind.json +22 -2
- package/dist/docs/functional/themes/dark-dimmed-high-contrast.json +22 -2
- package/dist/docs/functional/themes/dark-dimmed.json +22 -2
- package/dist/docs/functional/themes/dark-high-contrast.json +22 -2
- package/dist/docs/functional/themes/dark-tritanopia-high-contrast.json +22 -2
- package/dist/docs/functional/themes/dark-tritanopia.json +22 -2
- package/dist/docs/functional/themes/dark.json +22 -2
- package/dist/docs/functional/themes/light-colorblind-high-contrast.json +22 -2
- package/dist/docs/functional/themes/light-colorblind.json +22 -2
- package/dist/docs/functional/themes/light-high-contrast.json +22 -2
- package/dist/docs/functional/themes/light-tritanopia-high-contrast.json +22 -2
- package/dist/docs/functional/themes/light-tritanopia.json +22 -2
- package/dist/docs/functional/themes/light.json +22 -2
- package/dist/figma/themes/dark-colorblind.json +2 -0
- package/dist/figma/themes/dark-dimmed.json +2 -0
- package/dist/figma/themes/dark-high-contrast.json +2 -0
- package/dist/figma/themes/dark-tritanopia.json +2 -0
- package/dist/figma/themes/dark.json +2 -0
- package/dist/figma/themes/light-colorblind.json +2 -0
- package/dist/figma/themes/light-high-contrast.json +2 -0
- package/dist/figma/themes/light-tritanopia.json +2 -0
- package/dist/figma/themes/light.json +2 -0
- package/dist/internalCss/dark-colorblind-high-contrast.css +4 -4
- package/dist/internalCss/dark-colorblind.css +4 -4
- package/dist/internalCss/dark-dimmed-high-contrast.css +4 -4
- package/dist/internalCss/dark-dimmed.css +4 -4
- package/dist/internalCss/dark-high-contrast.css +4 -4
- package/dist/internalCss/dark-tritanopia-high-contrast.css +4 -4
- package/dist/internalCss/dark-tritanopia.css +4 -4
- package/dist/internalCss/dark.css +4 -4
- package/dist/internalCss/light-colorblind-high-contrast.css +4 -4
- package/dist/internalCss/light-colorblind.css +4 -4
- package/dist/internalCss/light-high-contrast.css +4 -4
- package/dist/internalCss/light-tritanopia-high-contrast.css +4 -4
- package/dist/internalCss/light-tritanopia.css +4 -4
- package/dist/internalCss/light.css +4 -4
- package/dist/styleLint/functional/size/size-coarse.json +42 -0
- package/dist/styleLint/functional/size/size-fine.json +42 -0
- package/dist/styleLint/functional/themes/dark-colorblind-high-contrast.json +20 -0
- package/dist/styleLint/functional/themes/dark-colorblind.json +20 -0
- package/dist/styleLint/functional/themes/dark-dimmed-high-contrast.json +20 -0
- package/dist/styleLint/functional/themes/dark-dimmed.json +20 -0
- package/dist/styleLint/functional/themes/dark-high-contrast.json +20 -0
- package/dist/styleLint/functional/themes/dark-tritanopia-high-contrast.json +20 -0
- package/dist/styleLint/functional/themes/dark-tritanopia.json +20 -0
- package/dist/styleLint/functional/themes/dark.json +20 -0
- package/dist/styleLint/functional/themes/light-colorblind-high-contrast.json +20 -0
- package/dist/styleLint/functional/themes/light-colorblind.json +20 -0
- package/dist/styleLint/functional/themes/light-high-contrast.json +20 -0
- package/dist/styleLint/functional/themes/light-tritanopia-high-contrast.json +20 -0
- package/dist/styleLint/functional/themes/light-tritanopia.json +20 -0
- package/dist/styleLint/functional/themes/light.json +20 -0
- package/package.json +1 -1
- package/src/tokens/functional/color/data-vis.json5 +7 -0
- package/src/tokens/functional/color/focus.json5 +5 -0
- package/src/tokens/functional/color/selection.json5 +5 -0
- package/src/tokens/functional/size/size-coarse.json5 +24 -3
- package/src/tokens/functional/size/size-fine.json5 +45 -24
- package/token-guidelines.llm.md +109 -86
|
@@ -1098,7 +1098,7 @@
|
|
|
1098
1098
|
--fgColor-onInverse: var(--base-color-neutral-0); /** Text color for use on inverse backgrounds */
|
|
1099
1099
|
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
1100
1100
|
--fgColor-white: var(--base-color-neutral-13); /** Pure white text */
|
|
1101
|
-
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
1101
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
1102
1102
|
--header-fgColor-default: #ffffffb3;
|
|
1103
1103
|
--overlay-bgColor: var(--base-color-neutral-0);
|
|
1104
1104
|
--page-header-bgColor: var(--bgColor-default);
|
|
@@ -1113,7 +1113,7 @@
|
|
|
1113
1113
|
--progressBar-track-bgColor: var(--borderColor-default);
|
|
1114
1114
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
1115
1115
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
1116
|
-
--selection-bgColor: #1f6febb3;
|
|
1116
|
+
--selection-bgColor: #1f6febb3; /** Background color for text selection highlights */
|
|
1117
1117
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
1118
1118
|
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
1119
1119
|
--shadow-resting-medium: 0px 1px 1px 0px #01040966, 0px 3px 6px 0px #010409cc;
|
|
@@ -2294,7 +2294,7 @@
|
|
|
2294
2294
|
--fgColor-onInverse: var(--base-color-neutral-0); /** Text color for use on inverse backgrounds */
|
|
2295
2295
|
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
2296
2296
|
--fgColor-white: var(--base-color-neutral-13); /** Pure white text */
|
|
2297
|
-
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
2297
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
2298
2298
|
--header-fgColor-default: #ffffffb3;
|
|
2299
2299
|
--overlay-bgColor: var(--base-color-neutral-0);
|
|
2300
2300
|
--page-header-bgColor: var(--bgColor-default);
|
|
@@ -2309,7 +2309,7 @@
|
|
|
2309
2309
|
--progressBar-track-bgColor: var(--borderColor-default);
|
|
2310
2310
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
2311
2311
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
2312
|
-
--selection-bgColor: #1f6febb3;
|
|
2312
|
+
--selection-bgColor: #1f6febb3; /** Background color for text selection highlights */
|
|
2313
2313
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
2314
2314
|
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
2315
2315
|
--shadow-resting-medium: 0px 1px 1px 0px #01040966, 0px 3px 6px 0px #010409cc;
|
|
@@ -1090,7 +1090,7 @@
|
|
|
1090
1090
|
--fgColor-open: var(--fgColor-success); /** Text color for open state indicators (issues, PRs) */
|
|
1091
1091
|
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
1092
1092
|
--fgColor-white: var(--base-color-neutral-13); /** Pure white text */
|
|
1093
|
-
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
1093
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
1094
1094
|
--header-fgColor-default: #cdd9e5b3;
|
|
1095
1095
|
--label-auburn-borderColor: var(--label-auburn-fgColor-rest);
|
|
1096
1096
|
--label-blue-borderColor: var(--label-blue-fgColor-rest);
|
|
@@ -1121,7 +1121,7 @@
|
|
|
1121
1121
|
--progressBar-bgColor-sponsors: var(--bgColor-sponsors-emphasis);
|
|
1122
1122
|
--progressBar-bgColor-success: var(--bgColor-success-emphasis);
|
|
1123
1123
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
1124
|
-
--selection-bgColor: #1b4b91b3;
|
|
1124
|
+
--selection-bgColor: #1b4b91b3; /** Background color for text selection highlights */
|
|
1125
1125
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
1126
1126
|
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
1127
1127
|
--shadow-resting-medium: 0px 1px 1px 0px #01040966, 0px 3px 6px 0px #010409cc;
|
|
@@ -2286,7 +2286,7 @@
|
|
|
2286
2286
|
--fgColor-open: var(--fgColor-success); /** Text color for open state indicators (issues, PRs) */
|
|
2287
2287
|
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
2288
2288
|
--fgColor-white: var(--base-color-neutral-13); /** Pure white text */
|
|
2289
|
-
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
2289
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
2290
2290
|
--header-fgColor-default: #cdd9e5b3;
|
|
2291
2291
|
--label-auburn-borderColor: var(--label-auburn-fgColor-rest);
|
|
2292
2292
|
--label-blue-borderColor: var(--label-blue-fgColor-rest);
|
|
@@ -2317,7 +2317,7 @@
|
|
|
2317
2317
|
--progressBar-bgColor-sponsors: var(--bgColor-sponsors-emphasis);
|
|
2318
2318
|
--progressBar-bgColor-success: var(--bgColor-success-emphasis);
|
|
2319
2319
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
2320
|
-
--selection-bgColor: #1b4b91b3;
|
|
2320
|
+
--selection-bgColor: #1b4b91b3; /** Background color for text selection highlights */
|
|
2321
2321
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
2322
2322
|
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
2323
2323
|
--shadow-resting-medium: 0px 1px 1px 0px #01040966, 0px 3px 6px 0px #010409cc;
|
|
@@ -1125,7 +1125,7 @@
|
|
|
1125
1125
|
--fgColor-open: var(--fgColor-success); /** Text color for open state indicators (issues, PRs) */
|
|
1126
1126
|
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
1127
1127
|
--fgColor-white: var(--base-color-neutral-13); /** Pure white text */
|
|
1128
|
-
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
1128
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
1129
1129
|
--header-fgColor-default: #cdd9e5b3;
|
|
1130
1130
|
--page-header-bgColor: var(--bgColor-default);
|
|
1131
1131
|
--progressBar-bgColor-accent: var(--bgColor-accent-emphasis);
|
|
@@ -1139,7 +1139,7 @@
|
|
|
1139
1139
|
--progressBar-track-bgColor: var(--borderColor-default);
|
|
1140
1140
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
1141
1141
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
1142
|
-
--selection-bgColor: #316dcab3;
|
|
1142
|
+
--selection-bgColor: #316dcab3; /** Background color for text selection highlights */
|
|
1143
1143
|
--shadow-floating-large: 0px 0px 0px 1px #3d444d, 0px 24px 48px 0px #010409; /** Large floating shadow for modals and dialogs */
|
|
1144
1144
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
1145
1145
|
--shadow-floating-medium: 0px 0px 0px 1px #3d444d, 0px 8px 16px -4px #01040966, 0px 4px 32px -4px #01040966, 0px 24px 48px -12px #01040966, 0px 48px 96px -24px #01040966;
|
|
@@ -2321,7 +2321,7 @@
|
|
|
2321
2321
|
--fgColor-open: var(--fgColor-success); /** Text color for open state indicators (issues, PRs) */
|
|
2322
2322
|
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
2323
2323
|
--fgColor-white: var(--base-color-neutral-13); /** Pure white text */
|
|
2324
|
-
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
2324
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
2325
2325
|
--header-fgColor-default: #cdd9e5b3;
|
|
2326
2326
|
--page-header-bgColor: var(--bgColor-default);
|
|
2327
2327
|
--progressBar-bgColor-accent: var(--bgColor-accent-emphasis);
|
|
@@ -2335,7 +2335,7 @@
|
|
|
2335
2335
|
--progressBar-track-bgColor: var(--borderColor-default);
|
|
2336
2336
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
2337
2337
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
2338
|
-
--selection-bgColor: #316dcab3;
|
|
2338
|
+
--selection-bgColor: #316dcab3; /** Background color for text selection highlights */
|
|
2339
2339
|
--shadow-floating-large: 0px 0px 0px 1px #3d444d, 0px 24px 48px 0px #010409; /** Large floating shadow for modals and dialogs */
|
|
2340
2340
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
2341
2341
|
--shadow-floating-medium: 0px 0px 0px 1px #3d444d, 0px 8px 16px -4px #01040966, 0px 4px 32px -4px #01040966, 0px 24px 48px -12px #01040966, 0px 48px 96px -24px #01040966;
|
|
@@ -1058,7 +1058,7 @@
|
|
|
1058
1058
|
--fgColor-onEmphasis: var(--base-color-neutral-13); /** Text color for use on emphasis backgrounds */
|
|
1059
1059
|
--fgColor-onInverse: var(--base-color-neutral-0); /** Text color for use on inverse backgrounds */
|
|
1060
1060
|
--fgColor-white: var(--base-color-neutral-13); /** Pure white text */
|
|
1061
|
-
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
1061
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
1062
1062
|
--header-fgColor-default: #ffffffb3;
|
|
1063
1063
|
--label-auburn-borderColor: var(--label-auburn-fgColor-rest);
|
|
1064
1064
|
--label-blue-borderColor: var(--label-blue-fgColor-rest);
|
|
@@ -1090,7 +1090,7 @@
|
|
|
1090
1090
|
--progressBar-bgColor-success: var(--bgColor-success-emphasis);
|
|
1091
1091
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
1092
1092
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
1093
|
-
--selection-bgColor: #194fb1b3;
|
|
1093
|
+
--selection-bgColor: #194fb1b3; /** Background color for text selection highlights */
|
|
1094
1094
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
1095
1095
|
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
1096
1096
|
--shadow-resting-medium: 0px 1px 1px 0px #01040966, 0px 3px 6px 0px #010409cc;
|
|
@@ -2254,7 +2254,7 @@
|
|
|
2254
2254
|
--fgColor-onEmphasis: var(--base-color-neutral-13); /** Text color for use on emphasis backgrounds */
|
|
2255
2255
|
--fgColor-onInverse: var(--base-color-neutral-0); /** Text color for use on inverse backgrounds */
|
|
2256
2256
|
--fgColor-white: var(--base-color-neutral-13); /** Pure white text */
|
|
2257
|
-
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
2257
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
2258
2258
|
--header-fgColor-default: #ffffffb3;
|
|
2259
2259
|
--label-auburn-borderColor: var(--label-auburn-fgColor-rest);
|
|
2260
2260
|
--label-blue-borderColor: var(--label-blue-fgColor-rest);
|
|
@@ -2286,7 +2286,7 @@
|
|
|
2286
2286
|
--progressBar-bgColor-success: var(--bgColor-success-emphasis);
|
|
2287
2287
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
2288
2288
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
2289
|
-
--selection-bgColor: #194fb1b3;
|
|
2289
|
+
--selection-bgColor: #194fb1b3; /** Background color for text selection highlights */
|
|
2290
2290
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
2291
2291
|
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
2292
2292
|
--shadow-resting-medium: 0px 1px 1px 0px #01040966, 0px 3px 6px 0px #010409cc;
|
|
@@ -1058,7 +1058,7 @@
|
|
|
1058
1058
|
--fgColor-onEmphasis: var(--base-color-neutral-13); /** Text color for use on emphasis backgrounds */
|
|
1059
1059
|
--fgColor-onInverse: var(--base-color-neutral-0); /** Text color for use on inverse backgrounds */
|
|
1060
1060
|
--fgColor-white: var(--base-color-neutral-13); /** Pure white text */
|
|
1061
|
-
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
1061
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
1062
1062
|
--header-fgColor-default: #ffffffb3;
|
|
1063
1063
|
--label-auburn-borderColor: var(--label-auburn-fgColor-rest);
|
|
1064
1064
|
--label-blue-borderColor: var(--label-blue-fgColor-rest);
|
|
@@ -1090,7 +1090,7 @@
|
|
|
1090
1090
|
--progressBar-bgColor-success: var(--bgColor-success-emphasis);
|
|
1091
1091
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
1092
1092
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
1093
|
-
--selection-bgColor: #194fb1b3;
|
|
1093
|
+
--selection-bgColor: #194fb1b3; /** Background color for text selection highlights */
|
|
1094
1094
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
1095
1095
|
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
1096
1096
|
--shadow-resting-medium: 0px 1px 1px 0px #01040966, 0px 3px 6px 0px #010409cc;
|
|
@@ -2254,7 +2254,7 @@
|
|
|
2254
2254
|
--fgColor-onEmphasis: var(--base-color-neutral-13); /** Text color for use on emphasis backgrounds */
|
|
2255
2255
|
--fgColor-onInverse: var(--base-color-neutral-0); /** Text color for use on inverse backgrounds */
|
|
2256
2256
|
--fgColor-white: var(--base-color-neutral-13); /** Pure white text */
|
|
2257
|
-
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
2257
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
2258
2258
|
--header-fgColor-default: #ffffffb3;
|
|
2259
2259
|
--label-auburn-borderColor: var(--label-auburn-fgColor-rest);
|
|
2260
2260
|
--label-blue-borderColor: var(--label-blue-fgColor-rest);
|
|
@@ -2286,7 +2286,7 @@
|
|
|
2286
2286
|
--progressBar-bgColor-success: var(--bgColor-success-emphasis);
|
|
2287
2287
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
2288
2288
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
2289
|
-
--selection-bgColor: #194fb1b3;
|
|
2289
|
+
--selection-bgColor: #194fb1b3; /** Background color for text selection highlights */
|
|
2290
2290
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
2291
2291
|
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
2292
2292
|
--shadow-resting-medium: 0px 1px 1px 0px #01040966, 0px 3px 6px 0px #010409cc;
|
|
@@ -1100,7 +1100,7 @@
|
|
|
1100
1100
|
--fgColor-onInverse: var(--base-color-neutral-0); /** Text color for use on inverse backgrounds */
|
|
1101
1101
|
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
1102
1102
|
--fgColor-white: var(--base-color-neutral-13); /** Pure white text */
|
|
1103
|
-
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
1103
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
1104
1104
|
--header-fgColor-default: #ffffffb3;
|
|
1105
1105
|
--overlay-bgColor: var(--base-color-neutral-0);
|
|
1106
1106
|
--page-header-bgColor: var(--bgColor-default);
|
|
@@ -1115,7 +1115,7 @@
|
|
|
1115
1115
|
--progressBar-track-bgColor: var(--borderColor-default);
|
|
1116
1116
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
1117
1117
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
1118
|
-
--selection-bgColor: #1f6febb3;
|
|
1118
|
+
--selection-bgColor: #1f6febb3; /** Background color for text selection highlights */
|
|
1119
1119
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
1120
1120
|
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
1121
1121
|
--shadow-resting-medium: 0px 1px 1px 0px #01040966, 0px 3px 6px 0px #010409cc;
|
|
@@ -2296,7 +2296,7 @@
|
|
|
2296
2296
|
--fgColor-onInverse: var(--base-color-neutral-0); /** Text color for use on inverse backgrounds */
|
|
2297
2297
|
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
2298
2298
|
--fgColor-white: var(--base-color-neutral-13); /** Pure white text */
|
|
2299
|
-
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
2299
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
2300
2300
|
--header-fgColor-default: #ffffffb3;
|
|
2301
2301
|
--overlay-bgColor: var(--base-color-neutral-0);
|
|
2302
2302
|
--page-header-bgColor: var(--bgColor-default);
|
|
@@ -2311,7 +2311,7 @@
|
|
|
2311
2311
|
--progressBar-track-bgColor: var(--borderColor-default);
|
|
2312
2312
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
2313
2313
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
2314
|
-
--selection-bgColor: #1f6febb3;
|
|
2314
|
+
--selection-bgColor: #1f6febb3; /** Background color for text selection highlights */
|
|
2315
2315
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
2316
2316
|
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
2317
2317
|
--shadow-resting-medium: 0px 1px 1px 0px #01040966, 0px 3px 6px 0px #010409cc;
|
|
@@ -1098,7 +1098,7 @@
|
|
|
1098
1098
|
--fgColor-open: var(--fgColor-success); /** Text color for open state indicators (issues, PRs) */
|
|
1099
1099
|
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
1100
1100
|
--fgColor-white: var(--base-color-neutral-13); /** Pure white text */
|
|
1101
|
-
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
1101
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
1102
1102
|
--header-fgColor-default: #ffffffb3;
|
|
1103
1103
|
--overlay-bgColor: var(--base-color-neutral-0);
|
|
1104
1104
|
--page-header-bgColor: var(--bgColor-default);
|
|
@@ -1113,7 +1113,7 @@
|
|
|
1113
1113
|
--progressBar-track-bgColor: var(--borderColor-default);
|
|
1114
1114
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
1115
1115
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
1116
|
-
--selection-bgColor: #1f6febb3;
|
|
1116
|
+
--selection-bgColor: #1f6febb3; /** Background color for text selection highlights */
|
|
1117
1117
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
1118
1118
|
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
1119
1119
|
--shadow-resting-medium: 0px 1px 1px 0px #01040966, 0px 3px 6px 0px #010409cc;
|
|
@@ -2294,7 +2294,7 @@
|
|
|
2294
2294
|
--fgColor-open: var(--fgColor-success); /** Text color for open state indicators (issues, PRs) */
|
|
2295
2295
|
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
2296
2296
|
--fgColor-white: var(--base-color-neutral-13); /** Pure white text */
|
|
2297
|
-
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
2297
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
2298
2298
|
--header-fgColor-default: #ffffffb3;
|
|
2299
2299
|
--overlay-bgColor: var(--base-color-neutral-0);
|
|
2300
2300
|
--page-header-bgColor: var(--bgColor-default);
|
|
@@ -2309,7 +2309,7 @@
|
|
|
2309
2309
|
--progressBar-track-bgColor: var(--borderColor-default);
|
|
2310
2310
|
--reactionButton-selected-fgColor-rest: var(--fgColor-link);
|
|
2311
2311
|
--selectMenu-borderColor: var(--borderColor-default);
|
|
2312
|
-
--selection-bgColor: #1f6febb3;
|
|
2312
|
+
--selection-bgColor: #1f6febb3; /** Background color for text selection highlights */
|
|
2313
2313
|
--shadow-floating-legacy: 0px 6px 12px -3px #01040966, 0px 6px 18px 0px #01040966;
|
|
2314
2314
|
--shadow-inset: inset 0px 1px 0px 0px #0104093d;
|
|
2315
2315
|
--shadow-resting-medium: 0px 1px 1px 0px #01040966, 0px 3px 6px 0px #010409cc;
|
|
@@ -1069,7 +1069,7 @@
|
|
|
1069
1069
|
--fgColor-onInverse: var(--base-color-neutral-0); /** Text color for use on inverse backgrounds */
|
|
1070
1070
|
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
1071
1071
|
--fgColor-white: var(--base-color-neutral-0); /** Pure white text */
|
|
1072
|
-
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
1072
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
1073
1073
|
--header-fgColor-default: #ffffffb3;
|
|
1074
1074
|
--header-fgColor-logo: var(--base-color-neutral-0);
|
|
1075
1075
|
--label-auburn-borderColor: var(--label-auburn-fgColor-rest);
|
|
@@ -1101,7 +1101,7 @@
|
|
|
1101
1101
|
--progressBar-bgColor-severe: var(--bgColor-severe-emphasis);
|
|
1102
1102
|
--progressBar-bgColor-sponsors: var(--bgColor-sponsors-emphasis);
|
|
1103
1103
|
--progressBar-bgColor-success: var(--bgColor-success-emphasis);
|
|
1104
|
-
--selection-bgColor: #0349b433;
|
|
1104
|
+
--selection-bgColor: #0349b433; /** Background color for text selection highlights */
|
|
1105
1105
|
--shadow-inset: inset 0px 1px 0px 0px #0104090a;
|
|
1106
1106
|
--shadow-resting-small: 0px 1px 1px 0px #0104090f, 0px 1px 3px 0px #0104090f;
|
|
1107
1107
|
--shadow-resting-xsmall: 0px 1px 1px 0px #0104090f;
|
|
@@ -2265,7 +2265,7 @@
|
|
|
2265
2265
|
--fgColor-onInverse: var(--base-color-neutral-0); /** Text color for use on inverse backgrounds */
|
|
2266
2266
|
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
2267
2267
|
--fgColor-white: var(--base-color-neutral-0); /** Pure white text */
|
|
2268
|
-
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
2268
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
2269
2269
|
--header-fgColor-default: #ffffffb3;
|
|
2270
2270
|
--header-fgColor-logo: var(--base-color-neutral-0);
|
|
2271
2271
|
--label-auburn-borderColor: var(--label-auburn-fgColor-rest);
|
|
@@ -2297,7 +2297,7 @@
|
|
|
2297
2297
|
--progressBar-bgColor-severe: var(--bgColor-severe-emphasis);
|
|
2298
2298
|
--progressBar-bgColor-sponsors: var(--bgColor-sponsors-emphasis);
|
|
2299
2299
|
--progressBar-bgColor-success: var(--bgColor-success-emphasis);
|
|
2300
|
-
--selection-bgColor: #0349b433;
|
|
2300
|
+
--selection-bgColor: #0349b433; /** Background color for text selection highlights */
|
|
2301
2301
|
--shadow-inset: inset 0px 1px 0px 0px #0104090a;
|
|
2302
2302
|
--shadow-resting-small: 0px 1px 1px 0px #0104090f, 0px 1px 3px 0px #0104090f;
|
|
2303
2303
|
--shadow-resting-xsmall: 0px 1px 1px 0px #0104090f;
|
|
@@ -1086,7 +1086,7 @@
|
|
|
1086
1086
|
--fgColor-onInverse: var(--base-color-neutral-0); /** Text color for use on inverse backgrounds */
|
|
1087
1087
|
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
1088
1088
|
--fgColor-white: var(--base-color-neutral-0); /** Pure white text */
|
|
1089
|
-
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
1089
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
1090
1090
|
--header-fgColor-default: #ffffffb3;
|
|
1091
1091
|
--header-fgColor-logo: var(--base-color-neutral-0);
|
|
1092
1092
|
--overlay-bgColor: var(--base-color-neutral-0);
|
|
@@ -1100,7 +1100,7 @@
|
|
|
1100
1100
|
--progressBar-bgColor-sponsors: var(--bgColor-sponsors-emphasis);
|
|
1101
1101
|
--progressBar-bgColor-success: var(--bgColor-success-emphasis);
|
|
1102
1102
|
--progressBar-track-bgColor: var(--borderColor-default);
|
|
1103
|
-
--selection-bgColor: #0969da33;
|
|
1103
|
+
--selection-bgColor: #0969da33; /** Background color for text selection highlights */
|
|
1104
1104
|
--shadow-inset: inset 0px 1px 0px 0px #1f23280a;
|
|
1105
1105
|
--shadow-resting-small: 0px 1px 1px 0px #1f23280f, 0px 1px 3px 0px #1f23280f;
|
|
1106
1106
|
--shadow-resting-xsmall: 0px 1px 1px 0px #1f23280f;
|
|
@@ -2282,7 +2282,7 @@
|
|
|
2282
2282
|
--fgColor-onInverse: var(--base-color-neutral-0); /** Text color for use on inverse backgrounds */
|
|
2283
2283
|
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
2284
2284
|
--fgColor-white: var(--base-color-neutral-0); /** Pure white text */
|
|
2285
|
-
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
2285
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
2286
2286
|
--header-fgColor-default: #ffffffb3;
|
|
2287
2287
|
--header-fgColor-logo: var(--base-color-neutral-0);
|
|
2288
2288
|
--overlay-bgColor: var(--base-color-neutral-0);
|
|
@@ -2296,7 +2296,7 @@
|
|
|
2296
2296
|
--progressBar-bgColor-sponsors: var(--bgColor-sponsors-emphasis);
|
|
2297
2297
|
--progressBar-bgColor-success: var(--bgColor-success-emphasis);
|
|
2298
2298
|
--progressBar-track-bgColor: var(--borderColor-default);
|
|
2299
|
-
--selection-bgColor: #0969da33;
|
|
2299
|
+
--selection-bgColor: #0969da33; /** Background color for text selection highlights */
|
|
2300
2300
|
--shadow-inset: inset 0px 1px 0px 0px #1f23280a;
|
|
2301
2301
|
--shadow-resting-small: 0px 1px 1px 0px #1f23280f, 0px 1px 3px 0px #1f23280f;
|
|
2302
2302
|
--shadow-resting-xsmall: 0px 1px 1px 0px #1f23280f;
|
|
@@ -1069,7 +1069,7 @@
|
|
|
1069
1069
|
--fgColor-open: var(--fgColor-success); /** Text color for open state indicators (issues, PRs) */
|
|
1070
1070
|
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
1071
1071
|
--fgColor-white: var(--base-color-neutral-0); /** Pure white text */
|
|
1072
|
-
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
1072
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
1073
1073
|
--header-fgColor-default: #ffffffb3;
|
|
1074
1074
|
--header-fgColor-logo: var(--base-color-neutral-0);
|
|
1075
1075
|
--label-auburn-borderColor: var(--label-auburn-fgColor-rest);
|
|
@@ -1101,7 +1101,7 @@
|
|
|
1101
1101
|
--progressBar-bgColor-severe: var(--bgColor-severe-emphasis);
|
|
1102
1102
|
--progressBar-bgColor-sponsors: var(--bgColor-sponsors-emphasis);
|
|
1103
1103
|
--progressBar-bgColor-success: var(--bgColor-success-emphasis);
|
|
1104
|
-
--selection-bgColor: #0349b433;
|
|
1104
|
+
--selection-bgColor: #0349b433; /** Background color for text selection highlights */
|
|
1105
1105
|
--shadow-inset: inset 0px 1px 0px 0px #0104090a;
|
|
1106
1106
|
--shadow-resting-small: 0px 1px 1px 0px #0104090f, 0px 1px 3px 0px #0104090f;
|
|
1107
1107
|
--shadow-resting-xsmall: 0px 1px 1px 0px #0104090f;
|
|
@@ -2265,7 +2265,7 @@
|
|
|
2265
2265
|
--fgColor-open: var(--fgColor-success); /** Text color for open state indicators (issues, PRs) */
|
|
2266
2266
|
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
2267
2267
|
--fgColor-white: var(--base-color-neutral-0); /** Pure white text */
|
|
2268
|
-
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
2268
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
2269
2269
|
--header-fgColor-default: #ffffffb3;
|
|
2270
2270
|
--header-fgColor-logo: var(--base-color-neutral-0);
|
|
2271
2271
|
--label-auburn-borderColor: var(--label-auburn-fgColor-rest);
|
|
@@ -2297,7 +2297,7 @@
|
|
|
2297
2297
|
--progressBar-bgColor-severe: var(--bgColor-severe-emphasis);
|
|
2298
2298
|
--progressBar-bgColor-sponsors: var(--bgColor-sponsors-emphasis);
|
|
2299
2299
|
--progressBar-bgColor-success: var(--bgColor-success-emphasis);
|
|
2300
|
-
--selection-bgColor: #0349b433;
|
|
2300
|
+
--selection-bgColor: #0349b433; /** Background color for text selection highlights */
|
|
2301
2301
|
--shadow-inset: inset 0px 1px 0px 0px #0104090a;
|
|
2302
2302
|
--shadow-resting-small: 0px 1px 1px 0px #0104090f, 0px 1px 3px 0px #0104090f;
|
|
2303
2303
|
--shadow-resting-xsmall: 0px 1px 1px 0px #0104090f;
|
|
@@ -1069,7 +1069,7 @@
|
|
|
1069
1069
|
--fgColor-onInverse: var(--base-color-neutral-0); /** Text color for use on inverse backgrounds */
|
|
1070
1070
|
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
1071
1071
|
--fgColor-white: var(--base-color-neutral-0); /** Pure white text */
|
|
1072
|
-
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
1072
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
1073
1073
|
--header-fgColor-default: #ffffffb3;
|
|
1074
1074
|
--header-fgColor-logo: var(--base-color-neutral-0);
|
|
1075
1075
|
--label-auburn-borderColor: var(--label-auburn-fgColor-rest);
|
|
@@ -1101,7 +1101,7 @@
|
|
|
1101
1101
|
--progressBar-bgColor-severe: var(--bgColor-severe-emphasis);
|
|
1102
1102
|
--progressBar-bgColor-sponsors: var(--bgColor-sponsors-emphasis);
|
|
1103
1103
|
--progressBar-bgColor-success: var(--bgColor-success-emphasis);
|
|
1104
|
-
--selection-bgColor: #0349b433;
|
|
1104
|
+
--selection-bgColor: #0349b433; /** Background color for text selection highlights */
|
|
1105
1105
|
--shadow-inset: inset 0px 1px 0px 0px #0104090a;
|
|
1106
1106
|
--shadow-resting-small: 0px 1px 1px 0px #0104090f, 0px 1px 3px 0px #0104090f;
|
|
1107
1107
|
--shadow-resting-xsmall: 0px 1px 1px 0px #0104090f;
|
|
@@ -2265,7 +2265,7 @@
|
|
|
2265
2265
|
--fgColor-onInverse: var(--base-color-neutral-0); /** Text color for use on inverse backgrounds */
|
|
2266
2266
|
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
2267
2267
|
--fgColor-white: var(--base-color-neutral-0); /** Pure white text */
|
|
2268
|
-
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
2268
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
2269
2269
|
--header-fgColor-default: #ffffffb3;
|
|
2270
2270
|
--header-fgColor-logo: var(--base-color-neutral-0);
|
|
2271
2271
|
--label-auburn-borderColor: var(--label-auburn-fgColor-rest);
|
|
@@ -2297,7 +2297,7 @@
|
|
|
2297
2297
|
--progressBar-bgColor-severe: var(--bgColor-severe-emphasis);
|
|
2298
2298
|
--progressBar-bgColor-sponsors: var(--bgColor-sponsors-emphasis);
|
|
2299
2299
|
--progressBar-bgColor-success: var(--bgColor-success-emphasis);
|
|
2300
|
-
--selection-bgColor: #0349b433;
|
|
2300
|
+
--selection-bgColor: #0349b433; /** Background color for text selection highlights */
|
|
2301
2301
|
--shadow-inset: inset 0px 1px 0px 0px #0104090a;
|
|
2302
2302
|
--shadow-resting-small: 0px 1px 1px 0px #0104090f, 0px 1px 3px 0px #0104090f;
|
|
2303
2303
|
--shadow-resting-xsmall: 0px 1px 1px 0px #0104090f;
|
|
@@ -1087,7 +1087,7 @@
|
|
|
1087
1087
|
--fgColor-onInverse: var(--base-color-neutral-0); /** Text color for use on inverse backgrounds */
|
|
1088
1088
|
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
1089
1089
|
--fgColor-white: var(--base-color-neutral-0); /** Pure white text */
|
|
1090
|
-
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
1090
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
1091
1091
|
--header-fgColor-default: #ffffffb3;
|
|
1092
1092
|
--header-fgColor-logo: var(--base-color-neutral-0);
|
|
1093
1093
|
--overlay-bgColor: var(--base-color-neutral-0);
|
|
@@ -1101,7 +1101,7 @@
|
|
|
1101
1101
|
--progressBar-bgColor-sponsors: var(--bgColor-sponsors-emphasis);
|
|
1102
1102
|
--progressBar-bgColor-success: var(--bgColor-success-emphasis);
|
|
1103
1103
|
--progressBar-track-bgColor: var(--borderColor-default);
|
|
1104
|
-
--selection-bgColor: #0969da33;
|
|
1104
|
+
--selection-bgColor: #0969da33; /** Background color for text selection highlights */
|
|
1105
1105
|
--shadow-inset: inset 0px 1px 0px 0px #1f23280a;
|
|
1106
1106
|
--shadow-resting-small: 0px 1px 1px 0px #1f23280f, 0px 1px 3px 0px #1f23280f;
|
|
1107
1107
|
--shadow-resting-xsmall: 0px 1px 1px 0px #1f23280f;
|
|
@@ -2283,7 +2283,7 @@
|
|
|
2283
2283
|
--fgColor-onInverse: var(--base-color-neutral-0); /** Text color for use on inverse backgrounds */
|
|
2284
2284
|
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
2285
2285
|
--fgColor-white: var(--base-color-neutral-0); /** Pure white text */
|
|
2286
|
-
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
2286
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
2287
2287
|
--header-fgColor-default: #ffffffb3;
|
|
2288
2288
|
--header-fgColor-logo: var(--base-color-neutral-0);
|
|
2289
2289
|
--overlay-bgColor: var(--base-color-neutral-0);
|
|
@@ -2297,7 +2297,7 @@
|
|
|
2297
2297
|
--progressBar-bgColor-sponsors: var(--bgColor-sponsors-emphasis);
|
|
2298
2298
|
--progressBar-bgColor-success: var(--bgColor-success-emphasis);
|
|
2299
2299
|
--progressBar-track-bgColor: var(--borderColor-default);
|
|
2300
|
-
--selection-bgColor: #0969da33;
|
|
2300
|
+
--selection-bgColor: #0969da33; /** Background color for text selection highlights */
|
|
2301
2301
|
--shadow-inset: inset 0px 1px 0px 0px #1f23280a;
|
|
2302
2302
|
--shadow-resting-small: 0px 1px 1px 0px #1f23280f, 0px 1px 3px 0px #1f23280f;
|
|
2303
2303
|
--shadow-resting-xsmall: 0px 1px 1px 0px #1f23280f;
|
|
@@ -1087,7 +1087,7 @@
|
|
|
1087
1087
|
--fgColor-open: var(--fgColor-success); /** Text color for open state indicators (issues, PRs) */
|
|
1088
1088
|
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
1089
1089
|
--fgColor-white: var(--base-color-neutral-0); /** Pure white text */
|
|
1090
|
-
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
1090
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
1091
1091
|
--header-fgColor-default: #ffffffb3;
|
|
1092
1092
|
--header-fgColor-logo: var(--base-color-neutral-0);
|
|
1093
1093
|
--overlay-bgColor: var(--base-color-neutral-0);
|
|
@@ -1100,7 +1100,7 @@
|
|
|
1100
1100
|
--progressBar-bgColor-severe: var(--bgColor-severe-emphasis);
|
|
1101
1101
|
--progressBar-bgColor-sponsors: var(--bgColor-sponsors-emphasis);
|
|
1102
1102
|
--progressBar-track-bgColor: var(--borderColor-default);
|
|
1103
|
-
--selection-bgColor: #0969da33;
|
|
1103
|
+
--selection-bgColor: #0969da33; /** Background color for text selection highlights */
|
|
1104
1104
|
--shadow-inset: inset 0px 1px 0px 0px #1f23280a;
|
|
1105
1105
|
--shadow-resting-small: 0px 1px 1px 0px #1f23280f, 0px 1px 3px 0px #1f23280f;
|
|
1106
1106
|
--shadow-resting-xsmall: 0px 1px 1px 0px #1f23280f;
|
|
@@ -2283,7 +2283,7 @@
|
|
|
2283
2283
|
--fgColor-open: var(--fgColor-success); /** Text color for open state indicators (issues, PRs) */
|
|
2284
2284
|
--fgColor-upsell: var(--fgColor-done); /** Text color for upsell and promotional content */
|
|
2285
2285
|
--fgColor-white: var(--base-color-neutral-0); /** Pure white text */
|
|
2286
|
-
--focus-outlineColor: var(--borderColor-accent-emphasis);
|
|
2286
|
+
--focus-outlineColor: var(--borderColor-accent-emphasis); /** Outline color for focus states on interactive elements */
|
|
2287
2287
|
--header-fgColor-default: #ffffffb3;
|
|
2288
2288
|
--header-fgColor-logo: var(--base-color-neutral-0);
|
|
2289
2289
|
--overlay-bgColor: var(--base-color-neutral-0);
|
|
@@ -2296,7 +2296,7 @@
|
|
|
2296
2296
|
--progressBar-bgColor-severe: var(--bgColor-severe-emphasis);
|
|
2297
2297
|
--progressBar-bgColor-sponsors: var(--bgColor-sponsors-emphasis);
|
|
2298
2298
|
--progressBar-track-bgColor: var(--borderColor-default);
|
|
2299
|
-
--selection-bgColor: #0969da33;
|
|
2299
|
+
--selection-bgColor: #0969da33; /** Background color for text selection highlights */
|
|
2300
2300
|
--shadow-inset: inset 0px 1px 0px 0px #1f23280a;
|
|
2301
2301
|
--shadow-resting-small: 0px 1px 1px 0px #1f23280f, 0px 1px 3px 0px #1f23280f;
|
|
2302
2302
|
--shadow-resting-xsmall: 0px 1px 1px 0px #1f23280f;
|
|
@@ -3,11 +3,25 @@
|
|
|
3
3
|
"key": "{control.minTarget.auto}",
|
|
4
4
|
"$value": ["0.171875rem", "2.75px"],
|
|
5
5
|
"$type": "dimension",
|
|
6
|
+
"$description": "Minimum touch target size for coarse pointer devices (touch screens)",
|
|
7
|
+
"$extensions": {
|
|
8
|
+
"org.primer.llm": {
|
|
9
|
+
"usage": ["touch-target", "mobile-button", "tap-area"],
|
|
10
|
+
"rules": "Use as minimum size for interactive elements on touch devices. Ensures WCAG 2.5.5 compliance (44x44px minimum). Do NOT use for fine pointer (mouse) contexts."
|
|
11
|
+
}
|
|
12
|
+
},
|
|
6
13
|
"filePath": "src/tokens/functional/size/size-coarse.json5",
|
|
7
14
|
"isSource": true,
|
|
8
15
|
"original": {
|
|
9
16
|
"$value": "{base.size.44}",
|
|
10
17
|
"$type": "dimension",
|
|
18
|
+
"$description": "Minimum touch target size for coarse pointer devices (touch screens)",
|
|
19
|
+
"$extensions": {
|
|
20
|
+
"org.primer.llm": {
|
|
21
|
+
"usage": ["touch-target", "mobile-button", "tap-area"],
|
|
22
|
+
"rules": "Use as minimum size for interactive elements on touch devices. Ensures WCAG 2.5.5 compliance (44x44px minimum). Do NOT use for fine pointer (mouse) contexts."
|
|
23
|
+
}
|
|
24
|
+
},
|
|
11
25
|
"key": "{control.minTarget.auto}"
|
|
12
26
|
},
|
|
13
27
|
"name": "control-minTarget-auto",
|
|
@@ -18,11 +32,25 @@
|
|
|
18
32
|
"key": "{controlStack.medium.gap.auto}",
|
|
19
33
|
"$value": ["0.046875rem", "0.75px"],
|
|
20
34
|
"$type": "dimension",
|
|
35
|
+
"$description": "Gap between stacked controls in medium density layouts for touch devices",
|
|
36
|
+
"$extensions": {
|
|
37
|
+
"org.primer.llm": {
|
|
38
|
+
"usage": ["touch-control-spacing", "mobile-form-gap", "stacked-buttons"],
|
|
39
|
+
"rules": "Use for spacing between interactive controls on touch devices in standard layouts. Do NOT use for desktop/mouse interfaces."
|
|
40
|
+
}
|
|
41
|
+
},
|
|
21
42
|
"filePath": "src/tokens/functional/size/size-coarse.json5",
|
|
22
43
|
"isSource": true,
|
|
23
44
|
"original": {
|
|
24
45
|
"$value": "{base.size.12}",
|
|
25
46
|
"$type": "dimension",
|
|
47
|
+
"$description": "Gap between stacked controls in medium density layouts for touch devices",
|
|
48
|
+
"$extensions": {
|
|
49
|
+
"org.primer.llm": {
|
|
50
|
+
"usage": ["touch-control-spacing", "mobile-form-gap", "stacked-buttons"],
|
|
51
|
+
"rules": "Use for spacing between interactive controls on touch devices in standard layouts. Do NOT use for desktop/mouse interfaces."
|
|
52
|
+
}
|
|
53
|
+
},
|
|
26
54
|
"key": "{controlStack.medium.gap.auto}"
|
|
27
55
|
},
|
|
28
56
|
"name": "controlStack-medium-gap-auto",
|
|
@@ -33,11 +61,25 @@
|
|
|
33
61
|
"key": "{controlStack.small.gap.auto}",
|
|
34
62
|
"$value": ["0.0625rem", "1px"],
|
|
35
63
|
"$type": "dimension",
|
|
64
|
+
"$description": "Gap between stacked controls in small density layouts for touch devices",
|
|
65
|
+
"$extensions": {
|
|
66
|
+
"org.primer.llm": {
|
|
67
|
+
"usage": ["touch-control-spacing", "mobile-form-gap", "stacked-buttons"],
|
|
68
|
+
"rules": "Use for spacing between interactive controls on touch devices in compact layouts. Provides adequate touch separation. Do NOT use for desktop/mouse interfaces."
|
|
69
|
+
}
|
|
70
|
+
},
|
|
36
71
|
"filePath": "src/tokens/functional/size/size-coarse.json5",
|
|
37
72
|
"isSource": true,
|
|
38
73
|
"original": {
|
|
39
74
|
"$value": "{base.size.16}",
|
|
40
75
|
"$type": "dimension",
|
|
76
|
+
"$description": "Gap between stacked controls in small density layouts for touch devices",
|
|
77
|
+
"$extensions": {
|
|
78
|
+
"org.primer.llm": {
|
|
79
|
+
"usage": ["touch-control-spacing", "mobile-form-gap", "stacked-buttons"],
|
|
80
|
+
"rules": "Use for spacing between interactive controls on touch devices in compact layouts. Provides adequate touch separation. Do NOT use for desktop/mouse interfaces."
|
|
81
|
+
}
|
|
82
|
+
},
|
|
41
83
|
"key": "{controlStack.small.gap.auto}"
|
|
42
84
|
},
|
|
43
85
|
"name": "controlStack-small-gap-auto",
|
|
@@ -3,11 +3,25 @@
|
|
|
3
3
|
"key": "{control.minTarget.auto}",
|
|
4
4
|
"$value": ["0.0625rem", "1px"],
|
|
5
5
|
"$type": "dimension",
|
|
6
|
+
"$description": "Minimum target size for fine pointer devices (mouse)",
|
|
7
|
+
"$extensions": {
|
|
8
|
+
"org.primer.llm": {
|
|
9
|
+
"usage": ["mouse-target", "desktop-button", "click-area"],
|
|
10
|
+
"rules": "Use as minimum size for interactive elements on desktop/mouse interfaces. Smaller than touch targets for denser layouts. Do NOT use for touch/mobile contexts."
|
|
11
|
+
}
|
|
12
|
+
},
|
|
6
13
|
"filePath": "src/tokens/functional/size/size-fine.json5",
|
|
7
14
|
"isSource": true,
|
|
8
15
|
"original": {
|
|
9
16
|
"$value": "{base.size.16}",
|
|
10
17
|
"$type": "dimension",
|
|
18
|
+
"$description": "Minimum target size for fine pointer devices (mouse)",
|
|
19
|
+
"$extensions": {
|
|
20
|
+
"org.primer.llm": {
|
|
21
|
+
"usage": ["mouse-target", "desktop-button", "click-area"],
|
|
22
|
+
"rules": "Use as minimum size for interactive elements on desktop/mouse interfaces. Smaller than touch targets for denser layouts. Do NOT use for touch/mobile contexts."
|
|
23
|
+
}
|
|
24
|
+
},
|
|
11
25
|
"key": "{control.minTarget.auto}"
|
|
12
26
|
},
|
|
13
27
|
"name": "control-minTarget-auto",
|
|
@@ -18,11 +32,25 @@
|
|
|
18
32
|
"key": "{controlStack.medium.gap.auto}",
|
|
19
33
|
"$value": ["0.03125rem", "0.5px"],
|
|
20
34
|
"$type": "dimension",
|
|
35
|
+
"$description": "Gap between stacked controls in medium density layouts for mouse interfaces",
|
|
36
|
+
"$extensions": {
|
|
37
|
+
"org.primer.llm": {
|
|
38
|
+
"usage": ["desktop-control-spacing", "form-gap", "stacked-buttons"],
|
|
39
|
+
"rules": "Use for spacing between interactive controls on desktop in standard layouts. Do NOT use for mobile/touch interfaces."
|
|
40
|
+
}
|
|
41
|
+
},
|
|
21
42
|
"filePath": "src/tokens/functional/size/size-fine.json5",
|
|
22
43
|
"isSource": true,
|
|
23
44
|
"original": {
|
|
24
45
|
"$value": "{base.size.8}",
|
|
25
46
|
"$type": "dimension",
|
|
47
|
+
"$description": "Gap between stacked controls in medium density layouts for mouse interfaces",
|
|
48
|
+
"$extensions": {
|
|
49
|
+
"org.primer.llm": {
|
|
50
|
+
"usage": ["desktop-control-spacing", "form-gap", "stacked-buttons"],
|
|
51
|
+
"rules": "Use for spacing between interactive controls on desktop in standard layouts. Do NOT use for mobile/touch interfaces."
|
|
52
|
+
}
|
|
53
|
+
},
|
|
26
54
|
"key": "{controlStack.medium.gap.auto}"
|
|
27
55
|
},
|
|
28
56
|
"name": "controlStack-medium-gap-auto",
|
|
@@ -33,11 +61,25 @@
|
|
|
33
61
|
"key": "{controlStack.small.gap.auto}",
|
|
34
62
|
"$value": ["0.03125rem", "0.5px"],
|
|
35
63
|
"$type": "dimension",
|
|
64
|
+
"$description": "Gap between stacked controls in small density layouts for mouse interfaces",
|
|
65
|
+
"$extensions": {
|
|
66
|
+
"org.primer.llm": {
|
|
67
|
+
"usage": ["desktop-control-spacing", "form-gap", "stacked-buttons"],
|
|
68
|
+
"rules": "Use for spacing between interactive controls on desktop in compact layouts. Tighter spacing than touch devices. Do NOT use for mobile/touch interfaces."
|
|
69
|
+
}
|
|
70
|
+
},
|
|
36
71
|
"filePath": "src/tokens/functional/size/size-fine.json5",
|
|
37
72
|
"isSource": true,
|
|
38
73
|
"original": {
|
|
39
74
|
"$value": "{base.size.8}",
|
|
40
75
|
"$type": "dimension",
|
|
76
|
+
"$description": "Gap between stacked controls in small density layouts for mouse interfaces",
|
|
77
|
+
"$extensions": {
|
|
78
|
+
"org.primer.llm": {
|
|
79
|
+
"usage": ["desktop-control-spacing", "form-gap", "stacked-buttons"],
|
|
80
|
+
"rules": "Use for spacing between interactive controls on desktop in compact layouts. Tighter spacing than touch devices. Do NOT use for mobile/touch interfaces."
|
|
81
|
+
}
|
|
82
|
+
},
|
|
41
83
|
"key": "{controlStack.small.gap.auto}"
|
|
42
84
|
},
|
|
43
85
|
"name": "controlStack-small-gap-auto",
|