@primer/primitives 9.1.2 → 10.0.0-rc.29e661a3
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/PrimerStyleDictionary.d.ts +1 -2
- package/dist/build/PrimerStyleDictionary.js +51 -64
- package/dist/build/filters/index.d.ts +14 -13
- package/dist/build/filters/index.js +14 -29
- package/dist/build/filters/isBorder.d.ts +3 -3
- package/dist/build/filters/isBorder.js +2 -6
- package/dist/build/filters/isColor.d.ts +3 -3
- package/dist/build/filters/isColor.js +8 -7
- package/dist/build/filters/isColorWithAlpha.d.ts +3 -3
- package/dist/build/filters/isColorWithAlpha.js +4 -8
- package/dist/build/filters/isColorWithMix.d.ts +3 -3
- package/dist/build/filters/isColorWithMix.js +4 -8
- package/dist/build/filters/isDeprecated.d.ts +3 -3
- package/dist/build/filters/isDeprecated.js +2 -6
- package/dist/build/filters/isDimension.d.ts +3 -3
- package/dist/build/filters/isDimension.js +2 -6
- package/dist/build/filters/isDuration.d.ts +3 -3
- package/dist/build/filters/isDuration.js +2 -6
- package/dist/build/filters/isFontFamily.d.ts +3 -3
- package/dist/build/filters/isFontFamily.js +2 -6
- package/dist/build/filters/isFontWeight.d.ts +3 -3
- package/dist/build/filters/isFontWeight.js +2 -6
- package/dist/build/filters/isFromFile.d.ts +3 -3
- package/dist/build/filters/isFromFile.js +2 -6
- package/dist/build/filters/isNumber.d.ts +3 -3
- package/dist/build/filters/isNumber.js +4 -6
- package/dist/build/filters/isShadow.d.ts +3 -3
- package/dist/build/filters/isShadow.js +2 -6
- package/dist/build/filters/isSource.d.ts +3 -3
- package/dist/build/filters/isSource.js +2 -6
- package/dist/build/filters/isTypography.d.ts +3 -3
- package/dist/build/filters/isTypography.js +2 -6
- package/dist/build/formats/cssAdvanced.d.ts +2 -2
- package/dist/build/formats/cssAdvanced.js +22 -20
- package/dist/build/formats/cssCustomMedia.d.ts +2 -2
- package/dist/build/formats/cssCustomMedia.js +16 -15
- package/dist/build/formats/index.d.ts +9 -9
- package/dist/build/formats/index.js +9 -21
- package/dist/build/formats/javascriptCommonJs.d.ts +2 -2
- package/dist/build/formats/javascriptCommonJs.js +17 -16
- package/dist/build/formats/javascriptEsm.d.ts +2 -2
- package/dist/build/formats/javascriptEsm.js +17 -16
- package/dist/build/formats/jsonFigma.d.ts +2 -2
- package/dist/build/formats/jsonFigma.js +27 -22
- package/dist/build/formats/jsonNestedPrefixed.d.ts +3 -3
- package/dist/build/formats/jsonNestedPrefixed.js +17 -15
- package/dist/build/formats/jsonOneDimensional.d.ts +3 -3
- package/dist/build/formats/jsonOneDimensional.js +24 -16
- package/dist/build/formats/jsonPostCssFallback.d.ts +3 -3
- package/dist/build/formats/jsonPostCssFallback.js +5 -12
- package/dist/build/formats/typescriptExportDefinition.d.ts +2 -2
- package/dist/build/formats/typescriptExportDefinition.js +48 -44
- package/dist/build/formats/utilities/getPropName.d.ts +1 -0
- package/dist/build/formats/utilities/getPropName.js +16 -0
- package/dist/build/formats/utilities/jsonToFlat.d.ts +2 -2
- package/dist/build/formats/utilities/jsonToFlat.js +1 -5
- package/dist/build/formats/utilities/jsonToNestedValue.d.ts +2 -2
- package/dist/build/formats/utilities/jsonToNestedValue.js +4 -6
- package/dist/build/formats/utilities/prefixTokens.d.ts +2 -2
- package/dist/build/formats/utilities/prefixTokens.js +1 -5
- package/dist/build/parsers/index.d.ts +1 -1
- package/dist/build/parsers/index.js +1 -5
- package/dist/build/parsers/w3cJsonParser.d.ts +2 -2
- package/dist/build/parsers/w3cJsonParser.js +5 -7
- package/dist/build/platforms/css.d.ts +1 -1
- package/dist/build/platforms/css.js +19 -11
- package/dist/build/platforms/deprecatedJson.d.ts +1 -1
- package/dist/build/platforms/deprecatedJson.js +3 -7
- package/dist/build/platforms/docJson.d.ts +1 -1
- package/dist/build/platforms/docJson.js +8 -7
- package/dist/build/platforms/fallbacks.d.ts +1 -1
- package/dist/build/platforms/fallbacks.js +3 -7
- package/dist/build/platforms/figma.d.ts +1 -1
- package/dist/build/platforms/figma.js +21 -14
- package/dist/build/platforms/index.d.ts +10 -10
- package/dist/build/platforms/index.js +10 -23
- package/dist/build/platforms/javascript.d.ts +1 -1
- package/dist/build/platforms/javascript.js +3 -7
- package/dist/build/platforms/json.d.ts +1 -1
- package/dist/build/platforms/json.js +3 -7
- package/dist/build/platforms/styleLint.d.ts +1 -1
- package/dist/build/platforms/styleLint.js +3 -7
- package/dist/build/platforms/typeDefinitions.d.ts +1 -1
- package/dist/build/platforms/typeDefinitions.js +6 -10
- package/dist/build/platforms/typescript.d.ts +1 -1
- package/dist/build/platforms/typescript.js +3 -7
- package/dist/build/schemas/alphaValue.js +4 -7
- package/dist/build/schemas/baseToken.d.ts +2 -2
- package/dist/build/schemas/baseToken.js +4 -7
- package/dist/build/schemas/borderToken.d.ts +5 -5
- package/dist/build/schemas/borderToken.js +13 -16
- package/dist/build/schemas/collections.js +8 -14
- package/dist/build/schemas/colorHexValue.js +4 -7
- package/dist/build/schemas/colorToken.d.ts +20 -15
- package/dist/build/schemas/colorToken.js +24 -24
- package/dist/build/schemas/designToken.js +28 -31
- package/dist/build/schemas/dimensionToken.d.ts +5 -5
- package/dist/build/schemas/dimensionToken.js +14 -17
- package/dist/build/schemas/dimensionValue.js +7 -10
- package/dist/build/schemas/durationToken.d.ts +5 -5
- package/dist/build/schemas/durationToken.js +8 -11
- package/dist/build/schemas/durationValue.js +4 -7
- package/dist/build/schemas/fontFamilyToken.d.ts +5 -5
- package/dist/build/schemas/fontFamilyToken.js +13 -16
- package/dist/build/schemas/fontWeightToken.d.ts +5 -5
- package/dist/build/schemas/fontWeightToken.js +14 -17
- package/dist/build/schemas/fontWeightValue.js +4 -7
- package/dist/build/schemas/numberToken.d.ts +5 -5
- package/dist/build/schemas/numberToken.js +15 -18
- package/dist/build/schemas/referenceValue.js +4 -7
- package/dist/build/schemas/scopes.js +5 -10
- package/dist/build/schemas/shadowToken.d.ts +5 -5
- package/dist/build/schemas/shadowToken.js +23 -26
- package/dist/build/schemas/stringToken.d.ts +5 -5
- package/dist/build/schemas/stringToken.js +7 -10
- package/dist/build/schemas/tokenName.js +4 -7
- package/dist/build/schemas/tokenType.d.ts +2 -2
- package/dist/build/schemas/tokenType.js +2 -6
- package/dist/build/schemas/typographyToken.d.ts +5 -5
- package/dist/build/schemas/typographyToken.js +14 -17
- package/dist/build/schemas/validTokenType.js +9 -13
- package/dist/build/schemas/viewportRangeToken.d.ts +5 -5
- package/dist/build/schemas/viewportRangeToken.js +7 -10
- package/dist/build/transformers/borderToCss.d.ts +3 -3
- package/dist/build/transformers/borderToCss.js +16 -16
- package/dist/build/transformers/colorToHex.d.ts +2 -2
- package/dist/build/transformers/colorToHex.js +11 -13
- package/dist/build/transformers/colorToHexMix.d.ts +2 -2
- package/dist/build/transformers/colorToHexMix.js +10 -15
- package/dist/build/transformers/colorToRgbAlpha.d.ts +2 -2
- package/dist/build/transformers/colorToRgbAlpha.js +10 -12
- package/dist/build/transformers/colorToRgbaFloat.d.ts +2 -2
- package/dist/build/transformers/colorToRgbaFloat.js +24 -28
- package/dist/build/transformers/dimensionToPixelUnitless.d.ts +2 -2
- package/dist/build/transformers/dimensionToPixelUnitless.js +13 -14
- package/dist/build/transformers/dimensionToRem.d.ts +2 -2
- package/dist/build/transformers/dimensionToRem.js +12 -13
- package/dist/build/transformers/dimensionToRemPxArray.d.ts +2 -2
- package/dist/build/transformers/dimensionToRemPxArray.js +11 -12
- package/dist/build/transformers/durationToCss.d.ts +2 -2
- package/dist/build/transformers/durationToCss.js +9 -10
- package/dist/build/transformers/figmaAttributes.d.ts +2 -2
- package/dist/build/transformers/figmaAttributes.js +3 -5
- package/dist/build/transformers/floatToPixel.d.ts +4 -4
- package/dist/build/transformers/floatToPixel.js +12 -14
- package/dist/build/transformers/fontFamilyToCss.d.ts +2 -2
- package/dist/build/transformers/fontFamilyToCss.js +10 -13
- package/dist/build/transformers/fontFamilyToFigma.d.ts +3 -3
- package/dist/build/transformers/fontFamilyToFigma.js +15 -17
- package/dist/build/transformers/fontWeightToNumber.d.ts +2 -2
- package/dist/build/transformers/fontWeightToNumber.js +8 -11
- package/dist/build/transformers/index.d.ts +24 -24
- package/dist/build/transformers/index.js +24 -51
- package/dist/build/transformers/jsonDeprecated.d.ts +2 -2
- package/dist/build/transformers/jsonDeprecated.js +6 -8
- package/dist/build/transformers/namePathToCamelCase.d.ts +2 -2
- package/dist/build/transformers/namePathToCamelCase.js +5 -7
- package/dist/build/transformers/namePathToDotNotation.d.ts +2 -2
- package/dist/build/transformers/namePathToDotNotation.js +6 -8
- package/dist/build/transformers/namePathToFigma.d.ts +3 -3
- package/dist/build/transformers/namePathToFigma.js +5 -8
- package/dist/build/transformers/namePathToKebabCase.d.ts +2 -2
- package/dist/build/transformers/namePathToKebabCase.js +4 -6
- package/dist/build/transformers/namePathToPascalCase.d.ts +2 -2
- package/dist/build/transformers/namePathToPascalCase.js +5 -7
- package/dist/build/transformers/namePathToSlashNotation.d.ts +2 -2
- package/dist/build/transformers/namePathToSlashNotation.js +4 -6
- package/dist/build/transformers/shadowToCss.d.ts +2 -2
- package/dist/build/transformers/shadowToCss.js +14 -15
- package/dist/build/transformers/typographyToCss.d.ts +2 -2
- package/dist/build/transformers/typographyToCss.js +13 -15
- package/dist/build/transformers/utilities/alpha.d.ts +1 -1
- package/dist/build/transformers/utilities/alpha.js +4 -8
- package/dist/build/transformers/utilities/checkRequiredTokenProperties.js +1 -5
- package/dist/build/transformers/utilities/getTokenValue.d.ts +2 -2
- package/dist/build/transformers/utilities/getTokenValue.js +10 -12
- package/dist/build/transformers/utilities/hasSpaceInString.js +1 -5
- package/dist/build/transformers/utilities/hexToRgbaFloat.d.ts +1 -1
- package/dist/build/transformers/utilities/hexToRgbaFloat.js +1 -5
- package/dist/build/transformers/utilities/invalidTokenError.d.ts +1 -1
- package/dist/build/transformers/utilities/invalidTokenError.js +11 -10
- package/dist/build/transformers/utilities/isRgbaFloat.js +1 -5
- package/dist/build/transformers/utilities/mix.js +5 -7
- package/dist/build/transformers/utilities/rgbaFloatToHex.js +1 -5
- package/dist/build/types/Border.d.ts +5 -0
- package/dist/build/types/BorderTokenValue.d.ts +10 -0
- package/dist/build/types/ColorHex.d.ts +4 -0
- package/dist/build/types/PlatformInitializer.d.ts +11 -0
- package/dist/build/types/Shadow.d.ts +5 -0
- package/dist/build/types/ShadowTokenValue.d.ts +14 -0
- package/dist/build/types/SizeEm.d.ts +4 -0
- package/dist/build/types/SizePx.d.ts +4 -0
- package/dist/build/types/SizeRem.d.ts +4 -0
- package/dist/build/types/StyleDictionaryConfigGenerator.d.ts +15 -0
- package/dist/build/types/TokenBuildInput.d.ts +8 -0
- package/dist/build/types/TypographyTokenValue.d.ts +12 -0
- package/dist/build/types/w3cTransformedToken.d.ts +8 -0
- package/dist/build/utilities/copyFromDir.d.ts +2 -2
- package/dist/build/utilities/copyFromDir.js +7 -10
- package/dist/build/utilities/filterStringArray.js +1 -5
- package/dist/build/utilities/getFlag.js +1 -5
- package/dist/build/utilities/index.d.ts +9 -3
- package/dist/build/utilities/index.js +9 -9
- package/dist/build/utilities/joinFriendly.js +1 -5
- package/dist/build/utilities/schemaErrorMessage.js +1 -5
- package/dist/build/utilities/toCamelCase.js +5 -9
- package/dist/build/utilities/toPascalCase.js +5 -9
- package/dist/build/utilities/treeWalker.js +2 -6
- package/dist/build/utilities/upperCaseFirstCharacter.js +1 -5
- package/dist/css/functional/themes/dark-colorblind.css +4 -4
- package/dist/css/functional/themes/dark-high-contrast.css +20 -20
- package/dist/css/functional/themes/light-high-contrast.css +14 -14
- package/dist/css/functional/typography/typography.css +20 -20
- package/dist/css/primitives.css +20 -20
- package/dist/docs/base/size/size.json +76 -76
- package/dist/docs/base/typography/typography.json +16 -16
- package/dist/docs/functional/motion/motion.json +18 -18
- package/dist/docs/functional/size/border.json +56 -56
- package/dist/docs/functional/size/breakpoints.json +24 -24
- package/dist/docs/functional/size/size-coarse.json +12 -12
- package/dist/docs/functional/size/size-fine.json +12 -12
- package/dist/docs/functional/size/size.json +264 -264
- package/dist/docs/functional/size/viewport.json +24 -24
- package/dist/docs/functional/themes/dark-colorblind.json +2310 -3186
- package/dist/docs/functional/themes/dark-dimmed.json +2300 -2794
- package/dist/docs/functional/themes/dark-high-contrast.json +2520 -5038
- package/dist/docs/functional/themes/dark-tritanopia.json +2351 -3003
- package/dist/docs/functional/themes/dark.json +2270 -2270
- package/dist/docs/functional/themes/light-colorblind.json +2298 -3124
- package/dist/docs/functional/themes/light-high-contrast.json +2419 -4645
- package/dist/docs/functional/themes/light-tritanopia.json +2330 -2990
- package/dist/docs/functional/themes/light.json +2260 -2260
- package/dist/docs/functional/typography/typography.json +206 -206
- package/dist/figma/dimension/dimension.json +489 -489
- package/dist/figma/figma.json +11 -3
- package/dist/figma/scales/dark-dimmed.json +38 -38
- package/dist/figma/scales/dark-high-constrast.json +38 -38
- package/dist/figma/scales/dark.json +35 -35
- package/dist/figma/scales/light-high-constrast.json +40 -40
- package/dist/figma/scales/light.json +40 -40
- package/dist/figma/shadows/dark-colorblind.json +280 -280
- package/dist/figma/shadows/dark-dimmed.json +280 -280
- package/dist/figma/shadows/dark-high-contrast.json +280 -280
- package/dist/figma/shadows/dark-tritanopia.json +280 -280
- package/dist/figma/shadows/dark.json +280 -280
- package/dist/figma/shadows/light-colorblind.json +281 -281
- package/dist/figma/shadows/light-high-contrast.json +281 -281
- package/dist/figma/shadows/light-tritanopia.json +281 -281
- package/dist/figma/shadows/light.json +281 -281
- package/dist/figma/themes/dark-colorblind.json +4991 -5854
- package/dist/figma/themes/dark-dimmed.json +5314 -5799
- package/dist/figma/themes/dark-high-contrast.json +4210 -6679
- package/dist/figma/themes/dark-tritanopia.json +5165 -5817
- package/dist/figma/themes/dark.json +5534 -5537
- package/dist/figma/themes/light-colorblind.json +4857 -5669
- package/dist/figma/themes/light-high-contrast.json +4198 -6372
- package/dist/figma/themes/light-tritanopia.json +4901 -5529
- package/dist/figma/themes/light.json +5349 -5349
- package/dist/figma/typography/typography.json +112 -156
- package/dist/internalCss/dark-colorblind.css +4 -4
- package/dist/internalCss/dark-high-contrast.css +20 -20
- package/dist/internalCss/light-high-contrast.css +14 -14
- package/dist/styleLint/base/size/size.json +38 -38
- package/dist/styleLint/base/typography/typography.json +8 -8
- package/dist/styleLint/functional/motion/motion.json +12 -12
- package/dist/styleLint/functional/size/border.json +30 -30
- package/dist/styleLint/functional/size/breakpoints.json +12 -12
- package/dist/styleLint/functional/size/size-coarse.json +6 -6
- package/dist/styleLint/functional/size/size-fine.json +6 -6
- package/dist/styleLint/functional/size/size.json +132 -132
- package/dist/styleLint/functional/size/viewport.json +12 -12
- package/dist/styleLint/functional/themes/dark-colorblind.json +1171 -2047
- package/dist/styleLint/functional/themes/dark-dimmed.json +1160 -1654
- package/dist/styleLint/functional/themes/dark-high-contrast.json +1307 -3825
- package/dist/styleLint/functional/themes/dark-tritanopia.json +1232 -1884
- package/dist/styleLint/functional/themes/dark.json +1140 -1140
- package/dist/styleLint/functional/themes/light-colorblind.json +1198 -2024
- package/dist/styleLint/functional/themes/light-high-contrast.json +1270 -3496
- package/dist/styleLint/functional/themes/light-tritanopia.json +1205 -1865
- package/dist/styleLint/functional/themes/light.json +1130 -1130
- package/dist/styleLint/functional/typography/typography.json +114 -114
- package/package.json +19 -10
- package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +4 -4
- package/src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5 +6 -0
- package/src/tokens/functional/color/dark/overrides/dark.tritanopia.json5 +21 -3
- package/src/tokens/functional/color/dark/primitives-dark.json5 +3 -3
- package/src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5 +4 -1
- package/src/tokens/functional/color/light/overrides/light.tritanopia.json5 +4 -1
- package/src/tokens/functional/color/light/primitives-light.json5 +2 -2
|
@@ -1,13 +1,31 @@
|
|
|
1
1
|
[
|
|
2
2
|
{
|
|
3
|
-
"name": "text/
|
|
4
|
-
"value":
|
|
3
|
+
"name": "text/codeInline/weight",
|
|
4
|
+
"value": 400,
|
|
5
|
+
"type": "FLOAT",
|
|
6
|
+
"refId": "typography/text/codeInline/weight",
|
|
7
|
+
"reference": "base/typography/base/text/weight/normal",
|
|
8
|
+
"collection": "typography",
|
|
9
|
+
"mode": "default",
|
|
10
|
+
"group": "typography",
|
|
11
|
+
"scopes": ["FONT_WEIGHT"]
|
|
12
|
+
},
|
|
13
|
+
{
|
|
14
|
+
"name": "text/codeBlock/weight",
|
|
15
|
+
"value": 400,
|
|
5
16
|
"type": "FLOAT",
|
|
6
|
-
"refId": "typography/text/codeBlock/
|
|
17
|
+
"refId": "typography/text/codeBlock/weight",
|
|
18
|
+
"reference": "base/typography/base/text/weight/normal",
|
|
7
19
|
"collection": "typography",
|
|
8
20
|
"mode": "default",
|
|
9
21
|
"group": "typography",
|
|
10
|
-
"scopes": ["
|
|
22
|
+
"scopes": ["FONT_WEIGHT"]
|
|
23
|
+
},
|
|
24
|
+
{
|
|
25
|
+
"name": "lineHeight",
|
|
26
|
+
"value": 1.5385,
|
|
27
|
+
"type": "FLOAT",
|
|
28
|
+
"refId": "lineHeight"
|
|
11
29
|
},
|
|
12
30
|
{
|
|
13
31
|
"name": "text/codeBlock/size",
|
|
@@ -20,14 +38,21 @@
|
|
|
20
38
|
"scopes": ["FONT_SIZE"]
|
|
21
39
|
},
|
|
22
40
|
{
|
|
23
|
-
"name": "text/caption/
|
|
24
|
-
"value":
|
|
41
|
+
"name": "text/caption/weight",
|
|
42
|
+
"value": 400,
|
|
25
43
|
"type": "FLOAT",
|
|
26
|
-
"refId": "typography/text/caption/
|
|
44
|
+
"refId": "typography/text/caption/weight",
|
|
45
|
+
"reference": "base/typography/base/text/weight/normal",
|
|
27
46
|
"collection": "typography",
|
|
28
47
|
"mode": "default",
|
|
29
48
|
"group": "typography",
|
|
30
|
-
"scopes": ["
|
|
49
|
+
"scopes": ["FONT_WEIGHT"]
|
|
50
|
+
},
|
|
51
|
+
{
|
|
52
|
+
"name": "lineHeight",
|
|
53
|
+
"value": 1.3333,
|
|
54
|
+
"type": "FLOAT",
|
|
55
|
+
"refId": "lineHeight"
|
|
31
56
|
},
|
|
32
57
|
{
|
|
33
58
|
"name": "text/caption/size",
|
|
@@ -40,34 +65,33 @@
|
|
|
40
65
|
"scopes": ["FONT_SIZE"]
|
|
41
66
|
},
|
|
42
67
|
{
|
|
43
|
-
"name": "text/body/
|
|
44
|
-
"value":
|
|
68
|
+
"name": "text/body/weight",
|
|
69
|
+
"value": 400,
|
|
45
70
|
"type": "FLOAT",
|
|
46
|
-
"refId": "typography/text/body/
|
|
71
|
+
"refId": "typography/text/body/weight",
|
|
72
|
+
"reference": "base/typography/base/text/weight/normal",
|
|
47
73
|
"collection": "typography",
|
|
48
74
|
"mode": "default",
|
|
49
75
|
"group": "typography",
|
|
50
|
-
"scopes": ["
|
|
76
|
+
"scopes": ["FONT_WEIGHT"]
|
|
51
77
|
},
|
|
52
78
|
{
|
|
53
|
-
"name": "
|
|
54
|
-
"value":
|
|
79
|
+
"name": "small",
|
|
80
|
+
"value": 1.6666,
|
|
55
81
|
"type": "FLOAT",
|
|
56
|
-
"refId": "
|
|
57
|
-
"collection": "typography",
|
|
58
|
-
"mode": "default",
|
|
59
|
-
"group": "typography",
|
|
60
|
-
"scopes": ["LINE_HEIGHT"]
|
|
82
|
+
"refId": "small"
|
|
61
83
|
},
|
|
62
84
|
{
|
|
63
|
-
"name": "
|
|
64
|
-
"value":
|
|
85
|
+
"name": "medium",
|
|
86
|
+
"value": 1.4285,
|
|
65
87
|
"type": "FLOAT",
|
|
66
|
-
"refId": "
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
"
|
|
70
|
-
"
|
|
88
|
+
"refId": "medium"
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"name": "large",
|
|
92
|
+
"value": 1.5,
|
|
93
|
+
"type": "FLOAT",
|
|
94
|
+
"refId": "large"
|
|
71
95
|
},
|
|
72
96
|
{
|
|
73
97
|
"name": "text/body/size/small",
|
|
@@ -100,14 +124,21 @@
|
|
|
100
124
|
"scopes": ["FONT_SIZE"]
|
|
101
125
|
},
|
|
102
126
|
{
|
|
103
|
-
"name": "text/subtitle/
|
|
104
|
-
"value":
|
|
127
|
+
"name": "text/subtitle/weight",
|
|
128
|
+
"value": 400,
|
|
105
129
|
"type": "FLOAT",
|
|
106
|
-
"refId": "typography/text/subtitle/
|
|
130
|
+
"refId": "typography/text/subtitle/weight",
|
|
131
|
+
"reference": "base/typography/base/text/weight/normal",
|
|
107
132
|
"collection": "typography",
|
|
108
133
|
"mode": "default",
|
|
109
134
|
"group": "typography",
|
|
110
|
-
"scopes": ["
|
|
135
|
+
"scopes": ["FONT_WEIGHT"]
|
|
136
|
+
},
|
|
137
|
+
{
|
|
138
|
+
"name": "lineHeight",
|
|
139
|
+
"value": 1.6,
|
|
140
|
+
"type": "FLOAT",
|
|
141
|
+
"refId": "lineHeight"
|
|
111
142
|
},
|
|
112
143
|
{
|
|
113
144
|
"name": "text/subtitle/size",
|
|
@@ -120,34 +151,55 @@
|
|
|
120
151
|
"scopes": ["FONT_SIZE"]
|
|
121
152
|
},
|
|
122
153
|
{
|
|
123
|
-
"name": "text/title/
|
|
124
|
-
"value":
|
|
154
|
+
"name": "text/title/weight/small",
|
|
155
|
+
"value": 600,
|
|
125
156
|
"type": "FLOAT",
|
|
126
|
-
"refId": "typography/text/title/
|
|
157
|
+
"refId": "typography/text/title/weight/small",
|
|
158
|
+
"reference": "base/typography/base/text/weight/semibold",
|
|
127
159
|
"collection": "typography",
|
|
128
160
|
"mode": "default",
|
|
129
161
|
"group": "typography",
|
|
130
|
-
"scopes": ["
|
|
162
|
+
"scopes": ["FONT_WEIGHT"]
|
|
131
163
|
},
|
|
132
164
|
{
|
|
133
|
-
"name": "text/title/
|
|
134
|
-
"value":
|
|
165
|
+
"name": "text/title/weight/medium",
|
|
166
|
+
"value": 600,
|
|
135
167
|
"type": "FLOAT",
|
|
136
|
-
"refId": "typography/text/title/
|
|
168
|
+
"refId": "typography/text/title/weight/medium",
|
|
169
|
+
"reference": "base/typography/base/text/weight/semibold",
|
|
137
170
|
"collection": "typography",
|
|
138
171
|
"mode": "default",
|
|
139
172
|
"group": "typography",
|
|
140
|
-
"scopes": ["
|
|
173
|
+
"scopes": ["FONT_WEIGHT"]
|
|
141
174
|
},
|
|
142
175
|
{
|
|
143
|
-
"name": "text/title/
|
|
144
|
-
"value":
|
|
176
|
+
"name": "text/title/weight/large",
|
|
177
|
+
"value": 600,
|
|
145
178
|
"type": "FLOAT",
|
|
146
|
-
"refId": "typography/text/title/
|
|
179
|
+
"refId": "typography/text/title/weight/large",
|
|
180
|
+
"reference": "base/typography/base/text/weight/semibold",
|
|
147
181
|
"collection": "typography",
|
|
148
182
|
"mode": "default",
|
|
149
183
|
"group": "typography",
|
|
150
|
-
"scopes": ["
|
|
184
|
+
"scopes": ["FONT_WEIGHT"]
|
|
185
|
+
},
|
|
186
|
+
{
|
|
187
|
+
"name": "small",
|
|
188
|
+
"value": 1.5,
|
|
189
|
+
"type": "FLOAT",
|
|
190
|
+
"refId": "small"
|
|
191
|
+
},
|
|
192
|
+
{
|
|
193
|
+
"name": "medium",
|
|
194
|
+
"value": 1.6,
|
|
195
|
+
"type": "FLOAT",
|
|
196
|
+
"refId": "medium"
|
|
197
|
+
},
|
|
198
|
+
{
|
|
199
|
+
"name": "large",
|
|
200
|
+
"value": 1.5,
|
|
201
|
+
"type": "FLOAT",
|
|
202
|
+
"refId": "large"
|
|
151
203
|
},
|
|
152
204
|
{
|
|
153
205
|
"name": "text/title/size/small",
|
|
@@ -180,14 +232,21 @@
|
|
|
180
232
|
"scopes": ["FONT_SIZE"]
|
|
181
233
|
},
|
|
182
234
|
{
|
|
183
|
-
"name": "text/display/
|
|
184
|
-
"value":
|
|
235
|
+
"name": "text/display/weight",
|
|
236
|
+
"value": 500,
|
|
185
237
|
"type": "FLOAT",
|
|
186
|
-
"refId": "typography/text/display/
|
|
238
|
+
"refId": "typography/text/display/weight",
|
|
239
|
+
"reference": "base/typography/base/text/weight/medium",
|
|
187
240
|
"collection": "typography",
|
|
188
241
|
"mode": "default",
|
|
189
242
|
"group": "typography",
|
|
190
|
-
"scopes": ["
|
|
243
|
+
"scopes": ["FONT_WEIGHT"]
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
"name": "lineHeight",
|
|
247
|
+
"value": 1.4,
|
|
248
|
+
"type": "FLOAT",
|
|
249
|
+
"refId": "lineHeight"
|
|
191
250
|
},
|
|
192
251
|
{
|
|
193
252
|
"name": "text/display/size",
|
|
@@ -200,18 +259,14 @@
|
|
|
200
259
|
"scopes": ["FONT_SIZE"]
|
|
201
260
|
},
|
|
202
261
|
{
|
|
203
|
-
"name": "
|
|
204
|
-
"value":
|
|
262
|
+
"name": "lineBoxHeight",
|
|
263
|
+
"value": 1.4,
|
|
205
264
|
"type": "FLOAT",
|
|
206
|
-
"refId": "
|
|
207
|
-
"collection": "typography",
|
|
208
|
-
"mode": "default",
|
|
209
|
-
"group": "typography",
|
|
210
|
-
"scopes": ["LINE_HEIGHT"]
|
|
265
|
+
"refId": "lineBoxHeight"
|
|
211
266
|
},
|
|
212
267
|
{
|
|
213
268
|
"name": "fontStack/monospace",
|
|
214
|
-
"value": "SF Mono",
|
|
269
|
+
"value": "ui-monospace, SFMono-Regular, SF Mono, Menlo, Consolas, Liberation Mono, monospace",
|
|
215
270
|
"type": "STRING",
|
|
216
271
|
"refId": "typography/fontStack/monospace",
|
|
217
272
|
"collection": "typography",
|
|
@@ -221,7 +276,7 @@
|
|
|
221
276
|
},
|
|
222
277
|
{
|
|
223
278
|
"name": "fontStack/sansSerifDisplay",
|
|
224
|
-
"value": "
|
|
279
|
+
"value": "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
225
280
|
"type": "STRING",
|
|
226
281
|
"refId": "typography/fontStack/sansSerifDisplay",
|
|
227
282
|
"collection": "typography",
|
|
@@ -231,7 +286,7 @@
|
|
|
231
286
|
},
|
|
232
287
|
{
|
|
233
288
|
"name": "fontStack/sansSerif",
|
|
234
|
-
"value": "
|
|
289
|
+
"value": "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
235
290
|
"type": "STRING",
|
|
236
291
|
"refId": "typography/fontStack/sansSerif",
|
|
237
292
|
"collection": "typography",
|
|
@@ -241,7 +296,7 @@
|
|
|
241
296
|
},
|
|
242
297
|
{
|
|
243
298
|
"name": "fontStack/system",
|
|
244
|
-
"value": "
|
|
299
|
+
"value": "-apple-system, BlinkMacSystemFont, 'Segoe UI', 'Noto Sans', Helvetica, Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji'",
|
|
245
300
|
"type": "STRING",
|
|
246
301
|
"refId": "typography/fontStack/system",
|
|
247
302
|
"collection": "typography",
|
|
@@ -288,104 +343,5 @@
|
|
|
288
343
|
"mode": "default",
|
|
289
344
|
"group": "base/typography",
|
|
290
345
|
"scopes": ["FONT_WEIGHT"]
|
|
291
|
-
},
|
|
292
|
-
{
|
|
293
|
-
"name": "text/codeInline/weight",
|
|
294
|
-
"value": 400,
|
|
295
|
-
"type": "FLOAT",
|
|
296
|
-
"refId": "typography/text/codeInline/weight",
|
|
297
|
-
"reference": "base/typography/base/text/weight/normal",
|
|
298
|
-
"collection": "typography",
|
|
299
|
-
"mode": "default",
|
|
300
|
-
"group": "typography",
|
|
301
|
-
"scopes": ["FONT_WEIGHT"]
|
|
302
|
-
},
|
|
303
|
-
{
|
|
304
|
-
"name": "text/codeBlock/weight",
|
|
305
|
-
"value": 400,
|
|
306
|
-
"type": "FLOAT",
|
|
307
|
-
"refId": "typography/text/codeBlock/weight",
|
|
308
|
-
"reference": "base/typography/base/text/weight/normal",
|
|
309
|
-
"collection": "typography",
|
|
310
|
-
"mode": "default",
|
|
311
|
-
"group": "typography",
|
|
312
|
-
"scopes": ["FONT_WEIGHT"]
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
"name": "text/caption/weight",
|
|
316
|
-
"value": 400,
|
|
317
|
-
"type": "FLOAT",
|
|
318
|
-
"refId": "typography/text/caption/weight",
|
|
319
|
-
"reference": "base/typography/base/text/weight/normal",
|
|
320
|
-
"collection": "typography",
|
|
321
|
-
"mode": "default",
|
|
322
|
-
"group": "typography",
|
|
323
|
-
"scopes": ["FONT_WEIGHT"]
|
|
324
|
-
},
|
|
325
|
-
{
|
|
326
|
-
"name": "text/body/weight",
|
|
327
|
-
"value": 400,
|
|
328
|
-
"type": "FLOAT",
|
|
329
|
-
"refId": "typography/text/body/weight",
|
|
330
|
-
"reference": "base/typography/base/text/weight/normal",
|
|
331
|
-
"collection": "typography",
|
|
332
|
-
"mode": "default",
|
|
333
|
-
"group": "typography",
|
|
334
|
-
"scopes": ["FONT_WEIGHT"]
|
|
335
|
-
},
|
|
336
|
-
{
|
|
337
|
-
"name": "text/subtitle/weight",
|
|
338
|
-
"value": 400,
|
|
339
|
-
"type": "FLOAT",
|
|
340
|
-
"refId": "typography/text/subtitle/weight",
|
|
341
|
-
"reference": "base/typography/base/text/weight/normal",
|
|
342
|
-
"collection": "typography",
|
|
343
|
-
"mode": "default",
|
|
344
|
-
"group": "typography",
|
|
345
|
-
"scopes": ["FONT_WEIGHT"]
|
|
346
|
-
},
|
|
347
|
-
{
|
|
348
|
-
"name": "text/title/weight/small",
|
|
349
|
-
"value": 600,
|
|
350
|
-
"type": "FLOAT",
|
|
351
|
-
"refId": "typography/text/title/weight/small",
|
|
352
|
-
"reference": "base/typography/base/text/weight/semibold",
|
|
353
|
-
"collection": "typography",
|
|
354
|
-
"mode": "default",
|
|
355
|
-
"group": "typography",
|
|
356
|
-
"scopes": ["FONT_WEIGHT"]
|
|
357
|
-
},
|
|
358
|
-
{
|
|
359
|
-
"name": "text/title/weight/medium",
|
|
360
|
-
"value": 600,
|
|
361
|
-
"type": "FLOAT",
|
|
362
|
-
"refId": "typography/text/title/weight/medium",
|
|
363
|
-
"reference": "base/typography/base/text/weight/semibold",
|
|
364
|
-
"collection": "typography",
|
|
365
|
-
"mode": "default",
|
|
366
|
-
"group": "typography",
|
|
367
|
-
"scopes": ["FONT_WEIGHT"]
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"name": "text/title/weight/large",
|
|
371
|
-
"value": 600,
|
|
372
|
-
"type": "FLOAT",
|
|
373
|
-
"refId": "typography/text/title/weight/large",
|
|
374
|
-
"reference": "base/typography/base/text/weight/semibold",
|
|
375
|
-
"collection": "typography",
|
|
376
|
-
"mode": "default",
|
|
377
|
-
"group": "typography",
|
|
378
|
-
"scopes": ["FONT_WEIGHT"]
|
|
379
|
-
},
|
|
380
|
-
{
|
|
381
|
-
"name": "text/display/weight",
|
|
382
|
-
"value": 500,
|
|
383
|
-
"type": "FLOAT",
|
|
384
|
-
"refId": "typography/text/display/weight",
|
|
385
|
-
"reference": "base/typography/base/text/weight/medium",
|
|
386
|
-
"collection": "typography",
|
|
387
|
-
"mode": "default",
|
|
388
|
-
"group": "typography",
|
|
389
|
-
"scopes": ["FONT_WEIGHT"]
|
|
390
346
|
}
|
|
391
347
|
]
|
|
@@ -554,11 +554,11 @@
|
|
|
554
554
|
--button-outline-borderColor-hover: #3d444d;
|
|
555
555
|
--button-outline-borderColor-selected: #3d444d;
|
|
556
556
|
--button-outline-shadow-selected: 0px 0px 0px 0px #000000;
|
|
557
|
-
--button-danger-fgColor-rest: #
|
|
557
|
+
--button-danger-fgColor-rest: #db6d28;
|
|
558
558
|
--button-danger-fgColor-hover: #ffffff;
|
|
559
559
|
--button-danger-fgColor-active: #ffffff;
|
|
560
560
|
--button-danger-fgColor-disabled: #db6d2880;
|
|
561
|
-
--button-danger-iconColor-rest: #
|
|
561
|
+
--button-danger-iconColor-rest: #db6d28;
|
|
562
562
|
--button-danger-iconColor-hover: #ffffff;
|
|
563
563
|
--button-danger-bgColor-rest: #212830;
|
|
564
564
|
--button-danger-bgColor-hover: #9b4215;
|
|
@@ -1413,11 +1413,11 @@
|
|
|
1413
1413
|
--button-outline-borderColor-hover: #3d444d;
|
|
1414
1414
|
--button-outline-borderColor-selected: #3d444d;
|
|
1415
1415
|
--button-outline-shadow-selected: 0px 0px 0px 0px #000000;
|
|
1416
|
-
--button-danger-fgColor-rest: #
|
|
1416
|
+
--button-danger-fgColor-rest: #db6d28;
|
|
1417
1417
|
--button-danger-fgColor-hover: #ffffff;
|
|
1418
1418
|
--button-danger-fgColor-active: #ffffff;
|
|
1419
1419
|
--button-danger-fgColor-disabled: #db6d2880;
|
|
1420
|
-
--button-danger-iconColor-rest: #
|
|
1420
|
+
--button-danger-iconColor-rest: #db6d28;
|
|
1421
1421
|
--button-danger-iconColor-hover: #ffffff;
|
|
1422
1422
|
--button-danger-bgColor-rest: #212830;
|
|
1423
1423
|
--button-danger-bgColor-hover: #9b4215;
|
|
@@ -459,7 +459,7 @@
|
|
|
459
459
|
--control-bgColor-selected: #262c36;
|
|
460
460
|
--control-fgColor-rest: #ffffff;
|
|
461
461
|
--control-fgColor-placeholder: #b7bdc8;
|
|
462
|
-
--control-fgColor-disabled: #
|
|
462
|
+
--control-fgColor-disabled: #656c76;
|
|
463
463
|
--control-borderColor-rest: #b7bdc8;
|
|
464
464
|
--control-borderColor-emphasis: #b7bdc8;
|
|
465
465
|
--control-borderColor-disabled: #9198a11f;
|
|
@@ -483,21 +483,21 @@
|
|
|
483
483
|
--control-checked-bgColor-rest: #194fb1;
|
|
484
484
|
--control-checked-bgColor-hover: #2b64c1;
|
|
485
485
|
--control-checked-bgColor-active: #3c79d0;
|
|
486
|
-
--control-checked-bgColor-disabled: #
|
|
486
|
+
--control-checked-bgColor-disabled: #656c76;
|
|
487
487
|
--control-checked-fgColor-rest: #ffffff;
|
|
488
488
|
--control-checked-fgColor-disabled: #010409;
|
|
489
489
|
--control-checked-borderColor-rest: #91cbff;
|
|
490
490
|
--control-checked-borderColor-hover: #91cbff;
|
|
491
491
|
--control-checked-borderColor-active: #91cbff;
|
|
492
|
-
--control-checked-borderColor-disabled: #
|
|
492
|
+
--control-checked-borderColor-disabled: #656c76;
|
|
493
493
|
--controlTrack-bgColor-rest: #2a313c;
|
|
494
494
|
--controlTrack-bgColor-hover: #2f3742;
|
|
495
495
|
--controlTrack-bgColor-active: #3d444d;
|
|
496
|
-
--controlTrack-bgColor-disabled: #
|
|
496
|
+
--controlTrack-bgColor-disabled: #656c76;
|
|
497
497
|
--controlTrack-fgColor-rest: #ffffff;
|
|
498
498
|
--controlTrack-fgColor-disabled: #ffffff;
|
|
499
499
|
--controlTrack-borderColor-rest: #b7bdc8;
|
|
500
|
-
--controlTrack-borderColor-disabled: #
|
|
500
|
+
--controlTrack-borderColor-disabled: #656c76;
|
|
501
501
|
--controlKnob-bgColor-rest: #010409;
|
|
502
502
|
--controlKnob-bgColor-disabled: #262c36;
|
|
503
503
|
--controlKnob-bgColor-checked: #ffffff;
|
|
@@ -532,10 +532,10 @@
|
|
|
532
532
|
--button-primary-shadow-selected: 0px 0px 0px 0px #000000;
|
|
533
533
|
--button-invisible-fgColor-rest: #ffffff;
|
|
534
534
|
--button-invisible-fgColor-hover: #ffffff;
|
|
535
|
-
--button-invisible-fgColor-disabled: #
|
|
535
|
+
--button-invisible-fgColor-disabled: #656c76;
|
|
536
536
|
--button-invisible-iconColor-rest: #d1d7e0;
|
|
537
537
|
--button-invisible-iconColor-hover: #d1d7e0;
|
|
538
|
-
--button-invisible-iconColor-disabled: #
|
|
538
|
+
--button-invisible-iconColor-disabled: #656c76;
|
|
539
539
|
--button-invisible-bgColor-rest: #00000000;
|
|
540
540
|
--button-invisible-bgColor-hover: #151b23;
|
|
541
541
|
--button-invisible-bgColor-active: #212830;
|
|
@@ -554,11 +554,11 @@
|
|
|
554
554
|
--button-outline-borderColor-hover: #b7bdc8;
|
|
555
555
|
--button-outline-borderColor-selected: #b7bdc8;
|
|
556
556
|
--button-outline-shadow-selected: 0px 0px 0px 0px #000000;
|
|
557
|
-
--button-danger-fgColor-rest: #
|
|
557
|
+
--button-danger-fgColor-rest: #ffb1af;
|
|
558
558
|
--button-danger-fgColor-hover: #ffffff;
|
|
559
559
|
--button-danger-fgColor-active: #ffffff;
|
|
560
560
|
--button-danger-fgColor-disabled: #ff949280;
|
|
561
|
-
--button-danger-iconColor-rest: #
|
|
561
|
+
--button-danger-iconColor-rest: #ffb1af;
|
|
562
562
|
--button-danger-iconColor-hover: #ffffff;
|
|
563
563
|
--button-danger-bgColor-rest: #262c36;
|
|
564
564
|
--button-danger-bgColor-hover: #ad0116;
|
|
@@ -728,7 +728,7 @@
|
|
|
728
728
|
--fgColor-onInverse: #010409;
|
|
729
729
|
--fgColor-white: #ffffff;
|
|
730
730
|
--fgColor-black: #010409;
|
|
731
|
-
--fgColor-disabled: #
|
|
731
|
+
--fgColor-disabled: #656c76;
|
|
732
732
|
--fgColor-link: #74b9ff;
|
|
733
733
|
--fgColor-neutral: #d1d7e0;
|
|
734
734
|
--fgColor-accent: #74b9ff;
|
|
@@ -1318,7 +1318,7 @@
|
|
|
1318
1318
|
--control-bgColor-selected: #262c36;
|
|
1319
1319
|
--control-fgColor-rest: #ffffff;
|
|
1320
1320
|
--control-fgColor-placeholder: #b7bdc8;
|
|
1321
|
-
--control-fgColor-disabled: #
|
|
1321
|
+
--control-fgColor-disabled: #656c76;
|
|
1322
1322
|
--control-borderColor-rest: #b7bdc8;
|
|
1323
1323
|
--control-borderColor-emphasis: #b7bdc8;
|
|
1324
1324
|
--control-borderColor-disabled: #9198a11f;
|
|
@@ -1342,21 +1342,21 @@
|
|
|
1342
1342
|
--control-checked-bgColor-rest: #194fb1;
|
|
1343
1343
|
--control-checked-bgColor-hover: #2b64c1;
|
|
1344
1344
|
--control-checked-bgColor-active: #3c79d0;
|
|
1345
|
-
--control-checked-bgColor-disabled: #
|
|
1345
|
+
--control-checked-bgColor-disabled: #656c76;
|
|
1346
1346
|
--control-checked-fgColor-rest: #ffffff;
|
|
1347
1347
|
--control-checked-fgColor-disabled: #010409;
|
|
1348
1348
|
--control-checked-borderColor-rest: #91cbff;
|
|
1349
1349
|
--control-checked-borderColor-hover: #91cbff;
|
|
1350
1350
|
--control-checked-borderColor-active: #91cbff;
|
|
1351
|
-
--control-checked-borderColor-disabled: #
|
|
1351
|
+
--control-checked-borderColor-disabled: #656c76;
|
|
1352
1352
|
--controlTrack-bgColor-rest: #2a313c;
|
|
1353
1353
|
--controlTrack-bgColor-hover: #2f3742;
|
|
1354
1354
|
--controlTrack-bgColor-active: #3d444d;
|
|
1355
|
-
--controlTrack-bgColor-disabled: #
|
|
1355
|
+
--controlTrack-bgColor-disabled: #656c76;
|
|
1356
1356
|
--controlTrack-fgColor-rest: #ffffff;
|
|
1357
1357
|
--controlTrack-fgColor-disabled: #ffffff;
|
|
1358
1358
|
--controlTrack-borderColor-rest: #b7bdc8;
|
|
1359
|
-
--controlTrack-borderColor-disabled: #
|
|
1359
|
+
--controlTrack-borderColor-disabled: #656c76;
|
|
1360
1360
|
--controlKnob-bgColor-rest: #010409;
|
|
1361
1361
|
--controlKnob-bgColor-disabled: #262c36;
|
|
1362
1362
|
--controlKnob-bgColor-checked: #ffffff;
|
|
@@ -1391,10 +1391,10 @@
|
|
|
1391
1391
|
--button-primary-shadow-selected: 0px 0px 0px 0px #000000;
|
|
1392
1392
|
--button-invisible-fgColor-rest: #ffffff;
|
|
1393
1393
|
--button-invisible-fgColor-hover: #ffffff;
|
|
1394
|
-
--button-invisible-fgColor-disabled: #
|
|
1394
|
+
--button-invisible-fgColor-disabled: #656c76;
|
|
1395
1395
|
--button-invisible-iconColor-rest: #d1d7e0;
|
|
1396
1396
|
--button-invisible-iconColor-hover: #d1d7e0;
|
|
1397
|
-
--button-invisible-iconColor-disabled: #
|
|
1397
|
+
--button-invisible-iconColor-disabled: #656c76;
|
|
1398
1398
|
--button-invisible-bgColor-rest: #00000000;
|
|
1399
1399
|
--button-invisible-bgColor-hover: #151b23;
|
|
1400
1400
|
--button-invisible-bgColor-active: #212830;
|
|
@@ -1413,11 +1413,11 @@
|
|
|
1413
1413
|
--button-outline-borderColor-hover: #b7bdc8;
|
|
1414
1414
|
--button-outline-borderColor-selected: #b7bdc8;
|
|
1415
1415
|
--button-outline-shadow-selected: 0px 0px 0px 0px #000000;
|
|
1416
|
-
--button-danger-fgColor-rest: #
|
|
1416
|
+
--button-danger-fgColor-rest: #ffb1af;
|
|
1417
1417
|
--button-danger-fgColor-hover: #ffffff;
|
|
1418
1418
|
--button-danger-fgColor-active: #ffffff;
|
|
1419
1419
|
--button-danger-fgColor-disabled: #ff949280;
|
|
1420
|
-
--button-danger-iconColor-rest: #
|
|
1420
|
+
--button-danger-iconColor-rest: #ffb1af;
|
|
1421
1421
|
--button-danger-iconColor-hover: #ffffff;
|
|
1422
1422
|
--button-danger-bgColor-rest: #262c36;
|
|
1423
1423
|
--button-danger-bgColor-hover: #ad0116;
|
|
@@ -1587,7 +1587,7 @@
|
|
|
1587
1587
|
--fgColor-onInverse: #010409;
|
|
1588
1588
|
--fgColor-white: #ffffff;
|
|
1589
1589
|
--fgColor-black: #010409;
|
|
1590
|
-
--fgColor-disabled: #
|
|
1590
|
+
--fgColor-disabled: #656c76;
|
|
1591
1591
|
--fgColor-link: #74b9ff;
|
|
1592
1592
|
--fgColor-neutral: #d1d7e0;
|
|
1593
1593
|
--fgColor-accent: #74b9ff;
|
|
@@ -476,7 +476,7 @@
|
|
|
476
476
|
--control-transparent-borderColor-rest: #ffffff00;
|
|
477
477
|
--control-transparent-borderColor-hover: #454c54;
|
|
478
478
|
--control-transparent-borderColor-active: #454c54;
|
|
479
|
-
--control-danger-fgColor-rest: #
|
|
479
|
+
--control-danger-fgColor-rest: #86061d;
|
|
480
480
|
--control-danger-fgColor-hover: #ffffff;
|
|
481
481
|
--control-danger-bgColor-hover: #a0111f;
|
|
482
482
|
--control-danger-bgColor-active: #8c0b1d;
|
|
@@ -554,11 +554,11 @@
|
|
|
554
554
|
--button-outline-borderColor-hover: #013d14;
|
|
555
555
|
--button-outline-borderColor-active: #013d14;
|
|
556
556
|
--button-outline-shadow-selected: inset 0px 1px 0px 0px #021a4a33;
|
|
557
|
-
--button-danger-fgColor-rest: #
|
|
557
|
+
--button-danger-fgColor-rest: #86061d;
|
|
558
558
|
--button-danger-fgColor-hover: #ffffff;
|
|
559
559
|
--button-danger-fgColor-active: #ffffff;
|
|
560
|
-
--button-danger-fgColor-disabled: #
|
|
561
|
-
--button-danger-iconColor-rest: #
|
|
560
|
+
--button-danger-fgColor-disabled: #86061d80;
|
|
561
|
+
--button-danger-iconColor-rest: #86061d;
|
|
562
562
|
--button-danger-iconColor-hover: #ffffff;
|
|
563
563
|
--button-danger-bgColor-rest: #e0e6eb;
|
|
564
564
|
--button-danger-bgColor-hover: #86061d;
|
|
@@ -585,7 +585,7 @@
|
|
|
585
585
|
--buttonCounter-danger-bgColor-rest: #a0111f1a;
|
|
586
586
|
--buttonCounter-danger-fgColor-rest: #980e1e;
|
|
587
587
|
--buttonCounter-danger-fgColor-hover: #ffffff;
|
|
588
|
-
--buttonCounter-danger-fgColor-disabled: #
|
|
588
|
+
--buttonCounter-danger-fgColor-disabled: #86061d80;
|
|
589
589
|
--reactionButton-selected-bgColor-rest: #dff7ff;
|
|
590
590
|
--reactionButton-selected-bgColor-hover: #c7e9ff;
|
|
591
591
|
--reactionButton-selected-fgColor-rest: #023b95;
|
|
@@ -737,8 +737,8 @@
|
|
|
737
737
|
--fgColor-open: #024c1a;
|
|
738
738
|
--fgColor-attention: #603700;
|
|
739
739
|
--fgColor-severe: #702c00;
|
|
740
|
-
--fgColor-danger: #
|
|
741
|
-
--fgColor-closed: #
|
|
740
|
+
--fgColor-danger: #86061d;
|
|
741
|
+
--fgColor-closed: #86061d;
|
|
742
742
|
--fgColor-done: #512598;
|
|
743
743
|
--fgColor-upsell: #512598;
|
|
744
744
|
--fgColor-sponsors: #7d0c57;
|
|
@@ -1335,7 +1335,7 @@
|
|
|
1335
1335
|
--control-transparent-borderColor-rest: #ffffff00;
|
|
1336
1336
|
--control-transparent-borderColor-hover: #454c54;
|
|
1337
1337
|
--control-transparent-borderColor-active: #454c54;
|
|
1338
|
-
--control-danger-fgColor-rest: #
|
|
1338
|
+
--control-danger-fgColor-rest: #86061d;
|
|
1339
1339
|
--control-danger-fgColor-hover: #ffffff;
|
|
1340
1340
|
--control-danger-bgColor-hover: #a0111f;
|
|
1341
1341
|
--control-danger-bgColor-active: #8c0b1d;
|
|
@@ -1413,11 +1413,11 @@
|
|
|
1413
1413
|
--button-outline-borderColor-hover: #013d14;
|
|
1414
1414
|
--button-outline-borderColor-active: #013d14;
|
|
1415
1415
|
--button-outline-shadow-selected: inset 0px 1px 0px 0px #021a4a33;
|
|
1416
|
-
--button-danger-fgColor-rest: #
|
|
1416
|
+
--button-danger-fgColor-rest: #86061d;
|
|
1417
1417
|
--button-danger-fgColor-hover: #ffffff;
|
|
1418
1418
|
--button-danger-fgColor-active: #ffffff;
|
|
1419
|
-
--button-danger-fgColor-disabled: #
|
|
1420
|
-
--button-danger-iconColor-rest: #
|
|
1419
|
+
--button-danger-fgColor-disabled: #86061d80;
|
|
1420
|
+
--button-danger-iconColor-rest: #86061d;
|
|
1421
1421
|
--button-danger-iconColor-hover: #ffffff;
|
|
1422
1422
|
--button-danger-bgColor-rest: #e0e6eb;
|
|
1423
1423
|
--button-danger-bgColor-hover: #86061d;
|
|
@@ -1444,7 +1444,7 @@
|
|
|
1444
1444
|
--buttonCounter-danger-bgColor-rest: #a0111f1a;
|
|
1445
1445
|
--buttonCounter-danger-fgColor-rest: #980e1e;
|
|
1446
1446
|
--buttonCounter-danger-fgColor-hover: #ffffff;
|
|
1447
|
-
--buttonCounter-danger-fgColor-disabled: #
|
|
1447
|
+
--buttonCounter-danger-fgColor-disabled: #86061d80;
|
|
1448
1448
|
--reactionButton-selected-bgColor-rest: #dff7ff;
|
|
1449
1449
|
--reactionButton-selected-bgColor-hover: #c7e9ff;
|
|
1450
1450
|
--reactionButton-selected-fgColor-rest: #023b95;
|
|
@@ -1596,8 +1596,8 @@
|
|
|
1596
1596
|
--fgColor-open: #024c1a;
|
|
1597
1597
|
--fgColor-attention: #603700;
|
|
1598
1598
|
--fgColor-severe: #702c00;
|
|
1599
|
-
--fgColor-danger: #
|
|
1600
|
-
--fgColor-closed: #
|
|
1599
|
+
--fgColor-danger: #86061d;
|
|
1600
|
+
--fgColor-closed: #86061d;
|
|
1601
1601
|
--fgColor-done: #512598;
|
|
1602
1602
|
--fgColor-upsell: #512598;
|
|
1603
1603
|
--fgColor-sponsors: #7d0c57;
|