@primer/primitives 10.0.0 → 10.1.0-rc.3e576ad9
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/filters/isColor.js +0 -3
- package/dist/build/formats/typescriptExportDefinition.js +2 -2
- package/dist/build/platforms/css.d.ts +1 -1
- package/dist/build/platforms/css.js +10 -6
- package/dist/build/platforms/deprecatedJson.d.ts +1 -1
- package/dist/build/platforms/docJson.d.ts +1 -1
- package/dist/build/platforms/docJson.js +5 -1
- package/dist/build/platforms/fallbacks.d.ts +1 -1
- package/dist/build/platforms/figma.d.ts +1 -1
- package/dist/build/platforms/figma.js +6 -3
- package/dist/build/platforms/javascript.d.ts +1 -1
- package/dist/build/platforms/javascript.js +5 -1
- package/dist/build/platforms/json.d.ts +1 -1
- package/dist/build/platforms/json.js +5 -1
- package/dist/build/platforms/styleLint.d.ts +1 -1
- package/dist/build/platforms/styleLint.js +5 -1
- package/dist/build/platforms/typeDefinitions.d.ts +1 -1
- package/dist/build/platforms/typeDefinitions.js +5 -1
- package/dist/build/platforms/typescript.d.ts +1 -1
- package/dist/build/platforms/typescript.js +5 -1
- package/dist/build/preprocessors/themeOverrides.d.ts +2 -0
- package/dist/build/preprocessors/themeOverrides.js +22 -0
- package/dist/build/preprocessors/utilities/transformTokens.d.ts +8 -0
- package/dist/build/preprocessors/utilities/transformTokens.js +22 -0
- package/dist/build/{PrimerStyleDictionary.js → primerStyleDictionary.js} +8 -1
- package/dist/build/schemas/colorToken.d.ts +75 -0
- package/dist/build/schemas/colorToken.js +23 -0
- package/dist/build/transformers/borderToCss.js +2 -2
- package/dist/build/transformers/figmaAttributes.js +1 -1
- package/dist/build/transformers/utilities/invalidTokenError.js +0 -2
- package/dist/build/types/{StyleDictionaryConfigGenerator.d.ts → styleDictionaryConfigGenerator.d.ts} +1 -0
- package/dist/build/types/{TokenBuildInput.d.ts → tokenBuildInput.d.ts} +2 -0
- package/dist/build/utilities/lowerCaseFirstCharacter.d.ts +8 -0
- package/dist/build/utilities/lowerCaseFirstCharacter.js +10 -0
- package/dist/css/functional/size/border.css +7 -6
- package/dist/css/functional/themes/dark-colorblind.css +56 -2
- package/dist/css/functional/themes/dark-dimmed.css +56 -2
- package/dist/css/functional/themes/dark-high-contrast.css +56 -2
- package/dist/css/functional/themes/dark-tritanopia.css +56 -2
- package/dist/css/functional/themes/dark.css +56 -2
- package/dist/css/functional/themes/light-colorblind.css +56 -2
- package/dist/css/functional/themes/light-high-contrast.css +56 -2
- package/dist/css/functional/themes/light-tritanopia.css +56 -2
- package/dist/css/functional/themes/light.css +56 -2
- 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 +450 -7
- package/dist/docs/functional/themes/dark-dimmed.json +450 -7
- package/dist/docs/functional/themes/dark-high-contrast.json +450 -7
- package/dist/docs/functional/themes/dark-tritanopia.json +450 -7
- package/dist/docs/functional/themes/dark.json +450 -7
- package/dist/docs/functional/themes/light-colorblind.json +445 -2
- package/dist/docs/functional/themes/light-high-contrast.json +445 -2
- package/dist/docs/functional/themes/light-tritanopia.json +445 -2
- package/dist/docs/functional/themes/light.json +445 -2
- package/dist/docs/functional/typography/typography.json +46 -46
- package/dist/fallbacks/functional/size/border.json +7 -6
- package/dist/figma/figma.json +0 -8
- package/dist/internalCss/dark-colorblind.css +84 -2
- package/dist/internalCss/dark-dimmed.css +84 -2
- package/dist/internalCss/dark-high-contrast.css +84 -2
- package/dist/internalCss/dark-tritanopia.css +84 -2
- package/dist/internalCss/dark.css +84 -2
- package/dist/internalCss/light-colorblind.css +84 -2
- package/dist/internalCss/light-high-contrast.css +84 -2
- package/dist/internalCss/light-tritanopia.css +84 -2
- package/dist/internalCss/light.css +84 -2
- 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 +450 -7
- package/dist/styleLint/functional/themes/dark-dimmed.json +450 -7
- package/dist/styleLint/functional/themes/dark-high-contrast.json +450 -7
- package/dist/styleLint/functional/themes/dark-tritanopia.json +450 -7
- package/dist/styleLint/functional/themes/dark.json +450 -7
- package/dist/styleLint/functional/themes/light-colorblind.json +445 -2
- package/dist/styleLint/functional/themes/light-high-contrast.json +445 -2
- package/dist/styleLint/functional/themes/light-tritanopia.json +445 -2
- package/dist/styleLint/functional/themes/light.json +445 -2
- package/dist/styleLint/functional/typography/typography.json +46 -46
- package/package.json +11 -10
- package/src/tokens/base/typography/typography.json5 +48 -0
- package/src/tokens/functional/border/border.json5 +236 -0
- package/src/tokens/functional/color/dark/primitives-dark.json5 +0 -1
- package/src/tokens/functional/size/border.json5 +115 -0
- package/src/tokens/functional/typography/typography.json5 +527 -0
- 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/dist/build/{PrimerStyleDictionary.d.ts → primerStyleDictionary.d.ts} +0 -0
- /package/dist/build/types/{Border.d.ts → border.d.ts} +0 -0
- /package/dist/build/types/{BorderTokenValue.d.ts → borderTokenValue.d.ts} +0 -0
- /package/dist/build/types/{ColorHex.d.ts → colorHex.d.ts} +0 -0
- /package/dist/build/types/{PlatformInitializer.d.ts → platformInitializer.d.ts} +0 -0
- /package/dist/build/types/{Shadow.d.ts → shadow.d.ts} +0 -0
- /package/dist/build/types/{ShadowTokenValue.d.ts → shadowTokenValue.d.ts} +0 -0
- /package/dist/build/types/{SizeEm.d.ts → sizeEm.d.ts} +0 -0
- /package/dist/build/types/{SizePx.d.ts → sizePx.d.ts} +0 -0
- /package/dist/build/types/{SizeRem.d.ts → sizeRem.d.ts} +0 -0
- /package/dist/build/types/{TypographyTokenValue.d.ts → typographyTokenValue.d.ts} +0 -0
- /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
|
@@ -8478,7 +8478,7 @@
|
|
|
8478
8478
|
"type": "color"
|
|
8479
8479
|
},
|
|
8480
8480
|
"focus-outline": {
|
|
8481
|
-
"filePath": "src/tokens/functional/border/
|
|
8481
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
8482
8482
|
"isSource": true,
|
|
8483
8483
|
"original": {
|
|
8484
8484
|
"$value": {
|
|
@@ -8491,7 +8491,7 @@
|
|
|
8491
8491
|
"name": "focus-outline",
|
|
8492
8492
|
"attributes": {},
|
|
8493
8493
|
"path": ["focus", "outline"],
|
|
8494
|
-
"value": "
|
|
8494
|
+
"value": "2px solid #0969da",
|
|
8495
8495
|
"type": "border"
|
|
8496
8496
|
},
|
|
8497
8497
|
"menu-bgColor-active": {
|
|
@@ -16092,5 +16092,448 @@
|
|
|
16092
16092
|
"path": ["shadow", "floating", "legacy"],
|
|
16093
16093
|
"value": "0px 6px 12px -3px #25292e0a, 0px 6px 18px 0px #25292e1f",
|
|
16094
16094
|
"type": "shadow"
|
|
16095
|
+
},
|
|
16096
|
+
"border-default": {
|
|
16097
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16098
|
+
"isSource": true,
|
|
16099
|
+
"original": {
|
|
16100
|
+
"$value": {
|
|
16101
|
+
"color": "{borderColor.default}",
|
|
16102
|
+
"style": "solid",
|
|
16103
|
+
"width": "{borderWidth.default}"
|
|
16104
|
+
},
|
|
16105
|
+
"$type": "border"
|
|
16106
|
+
},
|
|
16107
|
+
"name": "border-default",
|
|
16108
|
+
"attributes": {},
|
|
16109
|
+
"path": ["border", "default"],
|
|
16110
|
+
"value": "0.0625rem solid #d1d9e0",
|
|
16111
|
+
"type": "border"
|
|
16112
|
+
},
|
|
16113
|
+
"border-muted": {
|
|
16114
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16115
|
+
"isSource": true,
|
|
16116
|
+
"original": {
|
|
16117
|
+
"$value": {
|
|
16118
|
+
"color": "{borderColor.muted}",
|
|
16119
|
+
"style": "solid",
|
|
16120
|
+
"width": "{borderWidth.default}"
|
|
16121
|
+
},
|
|
16122
|
+
"$type": "border"
|
|
16123
|
+
},
|
|
16124
|
+
"name": "border-muted",
|
|
16125
|
+
"attributes": {},
|
|
16126
|
+
"path": ["border", "muted"],
|
|
16127
|
+
"value": "0.0625rem solid #d1d9e0b3",
|
|
16128
|
+
"type": "border"
|
|
16129
|
+
},
|
|
16130
|
+
"border-emphasis": {
|
|
16131
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16132
|
+
"isSource": true,
|
|
16133
|
+
"original": {
|
|
16134
|
+
"$value": {
|
|
16135
|
+
"color": "{borderColor.emphasis}",
|
|
16136
|
+
"style": "solid",
|
|
16137
|
+
"width": "{borderWidth.default}"
|
|
16138
|
+
},
|
|
16139
|
+
"$type": "border"
|
|
16140
|
+
},
|
|
16141
|
+
"name": "border-emphasis",
|
|
16142
|
+
"attributes": {},
|
|
16143
|
+
"path": ["border", "emphasis"],
|
|
16144
|
+
"value": "0.0625rem solid #818b98",
|
|
16145
|
+
"type": "border"
|
|
16146
|
+
},
|
|
16147
|
+
"border-disabled": {
|
|
16148
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16149
|
+
"isSource": true,
|
|
16150
|
+
"original": {
|
|
16151
|
+
"$value": {
|
|
16152
|
+
"color": "{borderColor.disabled}",
|
|
16153
|
+
"style": "solid",
|
|
16154
|
+
"width": "{borderWidth.default}"
|
|
16155
|
+
},
|
|
16156
|
+
"$type": "border"
|
|
16157
|
+
},
|
|
16158
|
+
"name": "border-disabled",
|
|
16159
|
+
"attributes": {},
|
|
16160
|
+
"path": ["border", "disabled"],
|
|
16161
|
+
"value": "0.0625rem solid #818b981a",
|
|
16162
|
+
"type": "border"
|
|
16163
|
+
},
|
|
16164
|
+
"border-transparent": {
|
|
16165
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16166
|
+
"isSource": true,
|
|
16167
|
+
"original": {
|
|
16168
|
+
"$value": {
|
|
16169
|
+
"color": "{borderColor.transparent}",
|
|
16170
|
+
"style": "solid",
|
|
16171
|
+
"width": "{borderWidth.default}"
|
|
16172
|
+
},
|
|
16173
|
+
"$type": "border"
|
|
16174
|
+
},
|
|
16175
|
+
"name": "border-transparent",
|
|
16176
|
+
"attributes": {},
|
|
16177
|
+
"path": ["border", "transparent"],
|
|
16178
|
+
"value": "0.0625rem solid #ffffff00",
|
|
16179
|
+
"type": "border"
|
|
16180
|
+
},
|
|
16181
|
+
"border-neutral-emphasis": {
|
|
16182
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16183
|
+
"isSource": true,
|
|
16184
|
+
"original": {
|
|
16185
|
+
"$value": {
|
|
16186
|
+
"color": "{borderColor.neutral.emphasis}",
|
|
16187
|
+
"style": "solid",
|
|
16188
|
+
"width": "{borderWidth.default}"
|
|
16189
|
+
},
|
|
16190
|
+
"$type": "border"
|
|
16191
|
+
},
|
|
16192
|
+
"name": "border-neutral-emphasis",
|
|
16193
|
+
"attributes": {},
|
|
16194
|
+
"path": ["border", "neutral", "emphasis"],
|
|
16195
|
+
"value": "0.0625rem solid #59636e",
|
|
16196
|
+
"type": "border"
|
|
16197
|
+
},
|
|
16198
|
+
"border-neutral-muted": {
|
|
16199
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16200
|
+
"isSource": true,
|
|
16201
|
+
"original": {
|
|
16202
|
+
"$value": {
|
|
16203
|
+
"color": "{borderColor.neutral.muted}",
|
|
16204
|
+
"style": "solid",
|
|
16205
|
+
"width": "{borderWidth.default}"
|
|
16206
|
+
},
|
|
16207
|
+
"$type": "border"
|
|
16208
|
+
},
|
|
16209
|
+
"name": "border-neutral-muted",
|
|
16210
|
+
"attributes": {},
|
|
16211
|
+
"path": ["border", "neutral", "muted"],
|
|
16212
|
+
"value": "0.0625rem solid #d1d9e0b3",
|
|
16213
|
+
"type": "border"
|
|
16214
|
+
},
|
|
16215
|
+
"border-accent-emphasis": {
|
|
16216
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16217
|
+
"isSource": true,
|
|
16218
|
+
"original": {
|
|
16219
|
+
"$value": {
|
|
16220
|
+
"color": "{borderColor.accent.emphasis}",
|
|
16221
|
+
"style": "solid",
|
|
16222
|
+
"width": "{borderWidth.default}"
|
|
16223
|
+
},
|
|
16224
|
+
"$type": "border"
|
|
16225
|
+
},
|
|
16226
|
+
"name": "border-accent-emphasis",
|
|
16227
|
+
"attributes": {},
|
|
16228
|
+
"path": ["border", "accent", "emphasis"],
|
|
16229
|
+
"value": "0.0625rem solid #0969da",
|
|
16230
|
+
"type": "border"
|
|
16231
|
+
},
|
|
16232
|
+
"border-accent-muted": {
|
|
16233
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16234
|
+
"isSource": true,
|
|
16235
|
+
"original": {
|
|
16236
|
+
"$value": {
|
|
16237
|
+
"color": "{borderColor.accent.muted}",
|
|
16238
|
+
"style": "solid",
|
|
16239
|
+
"width": "{borderWidth.default}"
|
|
16240
|
+
},
|
|
16241
|
+
"$type": "border"
|
|
16242
|
+
},
|
|
16243
|
+
"name": "border-accent-muted",
|
|
16244
|
+
"attributes": {},
|
|
16245
|
+
"path": ["border", "accent", "muted"],
|
|
16246
|
+
"value": "0.0625rem solid #54aeff66",
|
|
16247
|
+
"type": "border"
|
|
16248
|
+
},
|
|
16249
|
+
"border-success-emphasis": {
|
|
16250
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16251
|
+
"isSource": true,
|
|
16252
|
+
"original": {
|
|
16253
|
+
"$value": {
|
|
16254
|
+
"color": "{borderColor.success.emphasis}",
|
|
16255
|
+
"style": "solid",
|
|
16256
|
+
"width": "{borderWidth.default}"
|
|
16257
|
+
},
|
|
16258
|
+
"$type": "border"
|
|
16259
|
+
},
|
|
16260
|
+
"name": "border-success-emphasis",
|
|
16261
|
+
"attributes": {},
|
|
16262
|
+
"path": ["border", "success", "emphasis"],
|
|
16263
|
+
"value": "0.0625rem solid #1a7f37",
|
|
16264
|
+
"type": "border"
|
|
16265
|
+
},
|
|
16266
|
+
"border-success-muted": {
|
|
16267
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16268
|
+
"isSource": true,
|
|
16269
|
+
"original": {
|
|
16270
|
+
"$value": {
|
|
16271
|
+
"color": "{borderColor.success.muted}",
|
|
16272
|
+
"style": "solid",
|
|
16273
|
+
"width": "{borderWidth.default}"
|
|
16274
|
+
},
|
|
16275
|
+
"$type": "border"
|
|
16276
|
+
},
|
|
16277
|
+
"name": "border-success-muted",
|
|
16278
|
+
"attributes": {},
|
|
16279
|
+
"path": ["border", "success", "muted"],
|
|
16280
|
+
"value": "0.0625rem solid #4ac26b66",
|
|
16281
|
+
"type": "border"
|
|
16282
|
+
},
|
|
16283
|
+
"border-open-emphasis": {
|
|
16284
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16285
|
+
"isSource": true,
|
|
16286
|
+
"original": {
|
|
16287
|
+
"$value": "{border.success.emphasis}",
|
|
16288
|
+
"$type": "border"
|
|
16289
|
+
},
|
|
16290
|
+
"name": "border-open-emphasis",
|
|
16291
|
+
"attributes": {},
|
|
16292
|
+
"path": ["border", "open", "emphasis"],
|
|
16293
|
+
"value": "0.0625rem solid #1a7f37",
|
|
16294
|
+
"type": "border"
|
|
16295
|
+
},
|
|
16296
|
+
"border-open-muted": {
|
|
16297
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16298
|
+
"isSource": true,
|
|
16299
|
+
"original": {
|
|
16300
|
+
"$value": "{border.success.muted}",
|
|
16301
|
+
"$type": "border"
|
|
16302
|
+
},
|
|
16303
|
+
"name": "border-open-muted",
|
|
16304
|
+
"attributes": {},
|
|
16305
|
+
"path": ["border", "open", "muted"],
|
|
16306
|
+
"value": "0.0625rem solid #4ac26b66",
|
|
16307
|
+
"type": "border"
|
|
16308
|
+
},
|
|
16309
|
+
"border-danger-emphasis": {
|
|
16310
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16311
|
+
"isSource": true,
|
|
16312
|
+
"original": {
|
|
16313
|
+
"$value": {
|
|
16314
|
+
"color": "{borderColor.danger.emphasis}",
|
|
16315
|
+
"style": "solid",
|
|
16316
|
+
"width": "{borderWidth.default}"
|
|
16317
|
+
},
|
|
16318
|
+
"$type": "border"
|
|
16319
|
+
},
|
|
16320
|
+
"name": "border-danger-emphasis",
|
|
16321
|
+
"attributes": {},
|
|
16322
|
+
"path": ["border", "danger", "emphasis"],
|
|
16323
|
+
"value": "0.0625rem solid #cf222e",
|
|
16324
|
+
"type": "border"
|
|
16325
|
+
},
|
|
16326
|
+
"border-danger-muted": {
|
|
16327
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16328
|
+
"isSource": true,
|
|
16329
|
+
"original": {
|
|
16330
|
+
"$value": {
|
|
16331
|
+
"color": "{borderColor.danger.muted}",
|
|
16332
|
+
"style": "solid",
|
|
16333
|
+
"width": "{borderWidth.default}"
|
|
16334
|
+
},
|
|
16335
|
+
"$type": "border"
|
|
16336
|
+
},
|
|
16337
|
+
"name": "border-danger-muted",
|
|
16338
|
+
"attributes": {},
|
|
16339
|
+
"path": ["border", "danger", "muted"],
|
|
16340
|
+
"value": "0.0625rem solid #ff818266",
|
|
16341
|
+
"type": "border"
|
|
16342
|
+
},
|
|
16343
|
+
"border-closed-emphasis": {
|
|
16344
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16345
|
+
"isSource": true,
|
|
16346
|
+
"original": {
|
|
16347
|
+
"$value": "{border.danger.emphasis}",
|
|
16348
|
+
"$type": "border"
|
|
16349
|
+
},
|
|
16350
|
+
"name": "border-closed-emphasis",
|
|
16351
|
+
"attributes": {},
|
|
16352
|
+
"path": ["border", "closed", "emphasis"],
|
|
16353
|
+
"value": "0.0625rem solid #cf222e",
|
|
16354
|
+
"type": "border"
|
|
16355
|
+
},
|
|
16356
|
+
"border-closed-muted": {
|
|
16357
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16358
|
+
"isSource": true,
|
|
16359
|
+
"original": {
|
|
16360
|
+
"$value": "{border.danger.muted}",
|
|
16361
|
+
"$type": "border"
|
|
16362
|
+
},
|
|
16363
|
+
"name": "border-closed-muted",
|
|
16364
|
+
"attributes": {},
|
|
16365
|
+
"path": ["border", "closed", "muted"],
|
|
16366
|
+
"value": "0.0625rem solid #ff818266",
|
|
16367
|
+
"type": "border"
|
|
16368
|
+
},
|
|
16369
|
+
"border-attention-emphasis": {
|
|
16370
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16371
|
+
"isSource": true,
|
|
16372
|
+
"original": {
|
|
16373
|
+
"$value": {
|
|
16374
|
+
"color": "{borderColor.attention.emphasis}",
|
|
16375
|
+
"style": "solid",
|
|
16376
|
+
"width": "{borderWidth.default}"
|
|
16377
|
+
},
|
|
16378
|
+
"$type": "border"
|
|
16379
|
+
},
|
|
16380
|
+
"name": "border-attention-emphasis",
|
|
16381
|
+
"attributes": {},
|
|
16382
|
+
"path": ["border", "attention", "emphasis"],
|
|
16383
|
+
"value": "0.0625rem solid #9a6700",
|
|
16384
|
+
"type": "border"
|
|
16385
|
+
},
|
|
16386
|
+
"border-attention-muted": {
|
|
16387
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16388
|
+
"isSource": true,
|
|
16389
|
+
"original": {
|
|
16390
|
+
"$value": {
|
|
16391
|
+
"color": "{borderColor.attention.muted}",
|
|
16392
|
+
"style": "solid",
|
|
16393
|
+
"width": "{borderWidth.default}"
|
|
16394
|
+
},
|
|
16395
|
+
"$type": "border"
|
|
16396
|
+
},
|
|
16397
|
+
"name": "border-attention-muted",
|
|
16398
|
+
"attributes": {},
|
|
16399
|
+
"path": ["border", "attention", "muted"],
|
|
16400
|
+
"value": "0.0625rem solid #d4a72c66",
|
|
16401
|
+
"type": "border"
|
|
16402
|
+
},
|
|
16403
|
+
"border-severe-emphasis": {
|
|
16404
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16405
|
+
"isSource": true,
|
|
16406
|
+
"original": {
|
|
16407
|
+
"$value": {
|
|
16408
|
+
"color": "{borderColor.severe.emphasis}",
|
|
16409
|
+
"style": "solid",
|
|
16410
|
+
"width": "{borderWidth.default}"
|
|
16411
|
+
},
|
|
16412
|
+
"$type": "border"
|
|
16413
|
+
},
|
|
16414
|
+
"name": "border-severe-emphasis",
|
|
16415
|
+
"attributes": {},
|
|
16416
|
+
"path": ["border", "severe", "emphasis"],
|
|
16417
|
+
"value": "0.0625rem solid #bc4c00",
|
|
16418
|
+
"type": "border"
|
|
16419
|
+
},
|
|
16420
|
+
"border-severe-muted": {
|
|
16421
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16422
|
+
"isSource": true,
|
|
16423
|
+
"original": {
|
|
16424
|
+
"$value": {
|
|
16425
|
+
"color": "{borderColor.severe.muted}",
|
|
16426
|
+
"style": "solid",
|
|
16427
|
+
"width": "{borderWidth.default}"
|
|
16428
|
+
},
|
|
16429
|
+
"$type": "border"
|
|
16430
|
+
},
|
|
16431
|
+
"name": "border-severe-muted",
|
|
16432
|
+
"attributes": {},
|
|
16433
|
+
"path": ["border", "severe", "muted"],
|
|
16434
|
+
"value": "0.0625rem solid #fb8f4466",
|
|
16435
|
+
"type": "border"
|
|
16436
|
+
},
|
|
16437
|
+
"border-done-emphasis": {
|
|
16438
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16439
|
+
"isSource": true,
|
|
16440
|
+
"original": {
|
|
16441
|
+
"$value": {
|
|
16442
|
+
"color": "{borderColor.done.emphasis}",
|
|
16443
|
+
"style": "solid",
|
|
16444
|
+
"width": "{borderWidth.default}"
|
|
16445
|
+
},
|
|
16446
|
+
"$type": "border"
|
|
16447
|
+
},
|
|
16448
|
+
"name": "border-done-emphasis",
|
|
16449
|
+
"attributes": {},
|
|
16450
|
+
"path": ["border", "done", "emphasis"],
|
|
16451
|
+
"value": "0.0625rem solid #8250df",
|
|
16452
|
+
"type": "border"
|
|
16453
|
+
},
|
|
16454
|
+
"border-done-muted": {
|
|
16455
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16456
|
+
"isSource": true,
|
|
16457
|
+
"original": {
|
|
16458
|
+
"$value": {
|
|
16459
|
+
"color": "{borderColor.done.muted}",
|
|
16460
|
+
"style": "solid",
|
|
16461
|
+
"width": "{borderWidth.default}"
|
|
16462
|
+
},
|
|
16463
|
+
"$type": "border"
|
|
16464
|
+
},
|
|
16465
|
+
"name": "border-done-muted",
|
|
16466
|
+
"attributes": {},
|
|
16467
|
+
"path": ["border", "done", "muted"],
|
|
16468
|
+
"value": "0.0625rem solid #c297ff66",
|
|
16469
|
+
"type": "border"
|
|
16470
|
+
},
|
|
16471
|
+
"border-upsell-emphasis": {
|
|
16472
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16473
|
+
"isSource": true,
|
|
16474
|
+
"original": {
|
|
16475
|
+
"$value": {
|
|
16476
|
+
"color": "{borderColor.upsell.emphasis}",
|
|
16477
|
+
"style": "solid",
|
|
16478
|
+
"width": "{borderWidth.default}"
|
|
16479
|
+
},
|
|
16480
|
+
"$type": "border"
|
|
16481
|
+
},
|
|
16482
|
+
"name": "border-upsell-emphasis",
|
|
16483
|
+
"attributes": {},
|
|
16484
|
+
"path": ["border", "upsell", "emphasis"],
|
|
16485
|
+
"value": "0.0625rem solid #8250df",
|
|
16486
|
+
"type": "border"
|
|
16487
|
+
},
|
|
16488
|
+
"border-upsell-muted": {
|
|
16489
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16490
|
+
"isSource": true,
|
|
16491
|
+
"original": {
|
|
16492
|
+
"$value": {
|
|
16493
|
+
"color": "{borderColor.upsell.muted}",
|
|
16494
|
+
"style": "solid",
|
|
16495
|
+
"width": "{borderWidth.default}"
|
|
16496
|
+
},
|
|
16497
|
+
"$type": "border"
|
|
16498
|
+
},
|
|
16499
|
+
"name": "border-upsell-muted",
|
|
16500
|
+
"attributes": {},
|
|
16501
|
+
"path": ["border", "upsell", "muted"],
|
|
16502
|
+
"value": "0.0625rem solid #c297ff66",
|
|
16503
|
+
"type": "border"
|
|
16504
|
+
},
|
|
16505
|
+
"border-sponsors-emphasis": {
|
|
16506
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16507
|
+
"isSource": true,
|
|
16508
|
+
"original": {
|
|
16509
|
+
"$value": {
|
|
16510
|
+
"color": "{borderColor.sponsors.emphasis}",
|
|
16511
|
+
"style": "solid",
|
|
16512
|
+
"width": "{borderWidth.default}"
|
|
16513
|
+
},
|
|
16514
|
+
"$type": "border"
|
|
16515
|
+
},
|
|
16516
|
+
"name": "border-sponsors-emphasis",
|
|
16517
|
+
"attributes": {},
|
|
16518
|
+
"path": ["border", "sponsors", "emphasis"],
|
|
16519
|
+
"value": "0.0625rem solid #bf3989",
|
|
16520
|
+
"type": "border"
|
|
16521
|
+
},
|
|
16522
|
+
"border-sponsors-muted": {
|
|
16523
|
+
"filePath": "src/tokens/functional/border/border.json5",
|
|
16524
|
+
"isSource": true,
|
|
16525
|
+
"original": {
|
|
16526
|
+
"$value": {
|
|
16527
|
+
"color": "{borderColor.sponsors.muted}",
|
|
16528
|
+
"style": "solid",
|
|
16529
|
+
"width": "{borderWidth.default}"
|
|
16530
|
+
},
|
|
16531
|
+
"$type": "border"
|
|
16532
|
+
},
|
|
16533
|
+
"name": "border-sponsors-muted",
|
|
16534
|
+
"attributes": {},
|
|
16535
|
+
"path": ["border", "sponsors", "muted"],
|
|
16536
|
+
"value": "0.0625rem solid #ff80c866",
|
|
16537
|
+
"type": "border"
|
|
16095
16538
|
}
|
|
16096
16539
|
}
|