@primer/primitives 9.1.2 → 10.0.0-rc.2963a70e
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/dist/build/PrimerStyleDictionary.d.ts +1 -2
- package/dist/build/PrimerStyleDictionary.js +52 -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/isCubicBezier.d.ts +7 -0
- package/dist/build/filters/isCubicBezier.js +10 -0
- 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 +50 -46
- 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 +7 -9
- package/dist/build/platforms/css.d.ts +1 -1
- package/dist/build/platforms/css.js +20 -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/cubicBezierToken.d.ts +18 -0
- package/dist/build/schemas/cubicBezierToken.js +8 -0
- package/dist/build/schemas/designToken.js +30 -32
- 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.d.ts +1 -1
- package/dist/build/schemas/validTokenType.js +10 -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/cubicBezierToCss.d.ts +8 -0
- package/dist/build/transformers/cubicBezierToCss.js +23 -0
- 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 +10 -11
- 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 +25 -24
- package/dist/build/transformers/index.js +25 -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/base/motion/motion.css +17 -0
- package/dist/css/functional/motion/motion.css +4 -3
- package/dist/css/functional/themes/dark-colorblind.css +58 -38
- package/dist/css/functional/themes/dark-dimmed.css +44 -24
- package/dist/css/functional/themes/dark-high-contrast.css +62 -42
- package/dist/css/functional/themes/dark-tritanopia.css +44 -24
- package/dist/css/functional/themes/dark.css +42 -22
- package/dist/css/functional/themes/light-colorblind.css +60 -40
- package/dist/css/functional/themes/light-high-contrast.css +58 -38
- package/dist/css/functional/themes/light-tritanopia.css +42 -22
- package/dist/css/functional/themes/light.css +42 -22
- package/dist/css/functional/typography/typography.css +43 -43
- package/dist/css/primitives.css +64 -46
- package/dist/docs/base/motion/motion.json +205 -0
- 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 +33 -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 +2868 -3462
- package/dist/docs/functional/themes/dark-dimmed.json +2826 -3016
- package/dist/docs/functional/themes/dark-high-contrast.json +2822 -5100
- package/dist/docs/functional/themes/dark-tritanopia.json +2829 -3203
- package/dist/docs/functional/themes/dark.json +2808 -2520
- package/dist/docs/functional/themes/light-colorblind.json +2604 -3150
- package/dist/docs/functional/themes/light-high-contrast.json +2653 -4609
- package/dist/docs/functional/themes/light-tritanopia.json +2546 -2960
- package/dist/docs/functional/themes/light.json +2590 -2312
- package/dist/docs/functional/typography/typography.json +206 -206
- package/dist/fallbacks/base/motion/motion.json +17 -0
- package/dist/fallbacks/functional/motion/motion.json +1 -0
- package/dist/figma/dimension/dimension.json +492 -492
- package/dist/figma/figma.json +21 -13
- package/dist/figma/scales/dark-dimmed.json +3536 -656
- package/dist/figma/scales/dark-high-constrast.json +3535 -655
- package/dist/figma/scales/dark.json +3371 -491
- package/dist/figma/scales/light-high-constrast.json +3532 -652
- package/dist/figma/scales/light.json +3367 -487
- package/dist/figma/shadows/dark-colorblind.json +199 -199
- package/dist/figma/shadows/dark-dimmed.json +199 -199
- package/dist/figma/shadows/dark-high-contrast.json +199 -199
- package/dist/figma/shadows/dark-tritanopia.json +199 -199
- package/dist/figma/shadows/dark.json +199 -199
- package/dist/figma/shadows/light-colorblind.json +189 -189
- package/dist/figma/shadows/light-high-contrast.json +191 -191
- package/dist/figma/shadows/light-tritanopia.json +189 -189
- package/dist/figma/shadows/light.json +189 -189
- package/dist/figma/themes/dark-colorblind.json +4470 -5204
- package/dist/figma/themes/dark-dimmed.json +4771 -5081
- package/dist/figma/themes/dark-high-contrast.json +4189 -6548
- package/dist/figma/themes/dark-tritanopia.json +4629 -5153
- package/dist/figma/themes/dark.json +5072 -4916
- package/dist/figma/themes/light-colorblind.json +4490 -5127
- package/dist/figma/themes/light-high-contrast.json +4170 -6201
- package/dist/figma/themes/light-tritanopia.json +4525 -5027
- package/dist/figma/themes/light.json +4982 -4825
- package/dist/figma/typography/typography.json +159 -203
- package/dist/internalCss/dark-colorblind.css +58 -38
- package/dist/internalCss/dark-dimmed.css +44 -24
- package/dist/internalCss/dark-high-contrast.css +62 -42
- package/dist/internalCss/dark-tritanopia.css +44 -24
- package/dist/internalCss/dark.css +42 -22
- package/dist/internalCss/light-colorblind.css +60 -40
- package/dist/internalCss/light-high-contrast.css +58 -38
- package/dist/internalCss/light-tritanopia.css +42 -22
- package/dist/internalCss/light.css +42 -22
- package/dist/styleLint/base/motion/motion.json +205 -0
- 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 +27 -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 +1644 -2238
- package/dist/styleLint/functional/themes/dark-dimmed.json +1699 -1889
- package/dist/styleLint/functional/themes/dark-high-contrast.json +1627 -3905
- package/dist/styleLint/functional/themes/dark-tritanopia.json +1704 -2078
- package/dist/styleLint/functional/themes/dark.json +1692 -1404
- package/dist/styleLint/functional/themes/light-colorblind.json +1506 -2052
- package/dist/styleLint/functional/themes/light-high-contrast.json +1515 -3471
- package/dist/styleLint/functional/themes/light-tritanopia.json +1434 -1848
- package/dist/styleLint/functional/themes/light.json +1474 -1196
- package/dist/styleLint/functional/typography/typography.json +114 -114
- package/package.json +22 -22
- package/src/tokens/base/motion/easing.json5 +26 -0
- package/src/tokens/base/motion/timing.json5 +50 -0
- package/src/tokens/functional/color/dark/app-dark.json5 +203 -88
- package/src/tokens/functional/color/dark/data-vis-dark.json5 +20 -20
- package/src/tokens/functional/color/dark/display-dark.json5 +95 -95
- package/src/tokens/functional/color/dark/overrides/dark.dimmed.json5 +0 -8
- package/src/tokens/functional/color/dark/overrides/dark.high-contrast.json5 +43 -30
- package/src/tokens/functional/color/dark/overrides/dark.protanopia-deuteranopia.json5 +62 -30
- package/src/tokens/functional/color/dark/overrides/dark.tritanopia.json5 +53 -12
- package/src/tokens/functional/color/dark/patterns-dark.json5 +16 -4
- package/src/tokens/functional/color/dark/primitives-dark.json5 +4 -4
- package/src/tokens/functional/color/light/app-light.json5 +195 -85
- package/src/tokens/functional/color/light/data-vis-light.json5 +20 -20
- package/src/tokens/functional/color/light/overrides/light.high-contrast.json5 +25 -25
- package/src/tokens/functional/color/light/overrides/light.protanopia-deuteranopia.json5 +65 -34
- package/src/tokens/functional/color/light/overrides/light.tritanopia.json5 +66 -11
- package/src/tokens/functional/color/light/patterns-light.json5 +13 -1
- package/src/tokens/functional/color/light/primitives-light.json5 +2 -2
- package/src/tokens/functional/motion/loading.json5 +1 -1
- package/src/tokens/functional/motion/patterns.json5 +9 -2
|
@@ -0,0 +1,205 @@
|
|
|
1
|
+
{
|
|
2
|
+
"base-easing-linear": {
|
|
3
|
+
"$value": [0, 0, 1, 1],
|
|
4
|
+
"$type": "cubicBezier",
|
|
5
|
+
"$description": "Ideal for non-movement properties, like opacity or background color.",
|
|
6
|
+
"filePath": "src/tokens/base/motion/easing.json5",
|
|
7
|
+
"isSource": true,
|
|
8
|
+
"original": {
|
|
9
|
+
"$value": [0, 0, 1, 1],
|
|
10
|
+
"$type": "cubicBezier",
|
|
11
|
+
"$description": "Ideal for non-movement properties, like opacity or background color."
|
|
12
|
+
},
|
|
13
|
+
"name": "base-easing-linear",
|
|
14
|
+
"attributes": {},
|
|
15
|
+
"path": ["base", "easing", "linear"]
|
|
16
|
+
},
|
|
17
|
+
"base-easing-easeIn": {
|
|
18
|
+
"$value": [0.7, 0.1, 0.75, 0.9],
|
|
19
|
+
"$type": "cubicBezier",
|
|
20
|
+
"$description": "Ideal for movement that starts on the page and ends off the page.",
|
|
21
|
+
"filePath": "src/tokens/base/motion/easing.json5",
|
|
22
|
+
"isSource": true,
|
|
23
|
+
"original": {
|
|
24
|
+
"$value": [0.7, 0.1, 0.75, 0.9],
|
|
25
|
+
"$type": "cubicBezier",
|
|
26
|
+
"$description": "Ideal for movement that starts on the page and ends off the page."
|
|
27
|
+
},
|
|
28
|
+
"name": "base-easing-easeIn",
|
|
29
|
+
"attributes": {},
|
|
30
|
+
"path": ["base", "easing", "easeIn"]
|
|
31
|
+
},
|
|
32
|
+
"base-easing-easeOut": {
|
|
33
|
+
"$value": [0.16, 1, 0.3, 1],
|
|
34
|
+
"$type": "cubicBezier",
|
|
35
|
+
"$description": "Ideal for movement that starts off the page and ends on the page.",
|
|
36
|
+
"filePath": "src/tokens/base/motion/easing.json5",
|
|
37
|
+
"isSource": true,
|
|
38
|
+
"original": {
|
|
39
|
+
"$value": [0.16, 1, 0.3, 1],
|
|
40
|
+
"$type": "cubicBezier",
|
|
41
|
+
"$description": "Ideal for movement that starts off the page and ends on the page."
|
|
42
|
+
},
|
|
43
|
+
"name": "base-easing-easeOut",
|
|
44
|
+
"attributes": {},
|
|
45
|
+
"path": ["base", "easing", "easeOut"]
|
|
46
|
+
},
|
|
47
|
+
"base-easing-easeInOut": {
|
|
48
|
+
"$value": [0.6, 0, 0.2, 1],
|
|
49
|
+
"$type": "cubicBezier",
|
|
50
|
+
"$description": "Ideal for movement that starts and ends on the page.",
|
|
51
|
+
"filePath": "src/tokens/base/motion/easing.json5",
|
|
52
|
+
"isSource": true,
|
|
53
|
+
"original": {
|
|
54
|
+
"$value": [0.6, 0, 0.2, 1],
|
|
55
|
+
"$type": "cubicBezier",
|
|
56
|
+
"$description": "Ideal for movement that starts and ends on the page."
|
|
57
|
+
},
|
|
58
|
+
"name": "base-easing-easeInOut",
|
|
59
|
+
"attributes": {},
|
|
60
|
+
"path": ["base", "easing", "easeInOut"]
|
|
61
|
+
},
|
|
62
|
+
"base-duration-0": {
|
|
63
|
+
"$value": "0ms",
|
|
64
|
+
"$type": "duration",
|
|
65
|
+
"filePath": "src/tokens/base/motion/timing.json5",
|
|
66
|
+
"isSource": true,
|
|
67
|
+
"original": {
|
|
68
|
+
"$value": "0ms",
|
|
69
|
+
"$type": "duration"
|
|
70
|
+
},
|
|
71
|
+
"name": "base-duration-0",
|
|
72
|
+
"attributes": {},
|
|
73
|
+
"path": ["base", "duration", "0"]
|
|
74
|
+
},
|
|
75
|
+
"base-duration-75": {
|
|
76
|
+
"$value": "75ms",
|
|
77
|
+
"$type": "duration",
|
|
78
|
+
"filePath": "src/tokens/base/motion/timing.json5",
|
|
79
|
+
"isSource": true,
|
|
80
|
+
"original": {
|
|
81
|
+
"$value": "75ms",
|
|
82
|
+
"$type": "duration"
|
|
83
|
+
},
|
|
84
|
+
"name": "base-duration-75",
|
|
85
|
+
"attributes": {},
|
|
86
|
+
"path": ["base", "duration", "75"]
|
|
87
|
+
},
|
|
88
|
+
"base-duration-200": {
|
|
89
|
+
"$value": "200ms",
|
|
90
|
+
"$type": "duration",
|
|
91
|
+
"filePath": "src/tokens/base/motion/timing.json5",
|
|
92
|
+
"isSource": true,
|
|
93
|
+
"original": {
|
|
94
|
+
"$value": "200ms",
|
|
95
|
+
"$type": "duration"
|
|
96
|
+
},
|
|
97
|
+
"name": "base-duration-200",
|
|
98
|
+
"attributes": {},
|
|
99
|
+
"path": ["base", "duration", "200"]
|
|
100
|
+
},
|
|
101
|
+
"base-duration-300": {
|
|
102
|
+
"$value": "300ms",
|
|
103
|
+
"$type": "duration",
|
|
104
|
+
"filePath": "src/tokens/base/motion/timing.json5",
|
|
105
|
+
"isSource": true,
|
|
106
|
+
"original": {
|
|
107
|
+
"$value": "300ms",
|
|
108
|
+
"$type": "duration"
|
|
109
|
+
},
|
|
110
|
+
"name": "base-duration-300",
|
|
111
|
+
"attributes": {},
|
|
112
|
+
"path": ["base", "duration", "300"]
|
|
113
|
+
},
|
|
114
|
+
"base-duration-400": {
|
|
115
|
+
"$value": "400ms",
|
|
116
|
+
"$type": "duration",
|
|
117
|
+
"filePath": "src/tokens/base/motion/timing.json5",
|
|
118
|
+
"isSource": true,
|
|
119
|
+
"original": {
|
|
120
|
+
"$value": "400ms",
|
|
121
|
+
"$type": "duration"
|
|
122
|
+
},
|
|
123
|
+
"name": "base-duration-400",
|
|
124
|
+
"attributes": {},
|
|
125
|
+
"path": ["base", "duration", "400"]
|
|
126
|
+
},
|
|
127
|
+
"base-duration-500": {
|
|
128
|
+
"$value": "500ms",
|
|
129
|
+
"$type": "duration",
|
|
130
|
+
"filePath": "src/tokens/base/motion/timing.json5",
|
|
131
|
+
"isSource": true,
|
|
132
|
+
"original": {
|
|
133
|
+
"$value": "500ms",
|
|
134
|
+
"$type": "duration"
|
|
135
|
+
},
|
|
136
|
+
"name": "base-duration-500",
|
|
137
|
+
"attributes": {},
|
|
138
|
+
"path": ["base", "duration", "500"]
|
|
139
|
+
},
|
|
140
|
+
"base-duration-600": {
|
|
141
|
+
"$value": "600ms",
|
|
142
|
+
"$type": "duration",
|
|
143
|
+
"filePath": "src/tokens/base/motion/timing.json5",
|
|
144
|
+
"isSource": true,
|
|
145
|
+
"original": {
|
|
146
|
+
"$value": "600ms",
|
|
147
|
+
"$type": "duration"
|
|
148
|
+
},
|
|
149
|
+
"name": "base-duration-600",
|
|
150
|
+
"attributes": {},
|
|
151
|
+
"path": ["base", "duration", "600"]
|
|
152
|
+
},
|
|
153
|
+
"base-duration-700": {
|
|
154
|
+
"$value": "700ms",
|
|
155
|
+
"$type": "duration",
|
|
156
|
+
"filePath": "src/tokens/base/motion/timing.json5",
|
|
157
|
+
"isSource": true,
|
|
158
|
+
"original": {
|
|
159
|
+
"$value": "700ms",
|
|
160
|
+
"$type": "duration"
|
|
161
|
+
},
|
|
162
|
+
"name": "base-duration-700",
|
|
163
|
+
"attributes": {},
|
|
164
|
+
"path": ["base", "duration", "700"]
|
|
165
|
+
},
|
|
166
|
+
"base-duration-800": {
|
|
167
|
+
"$value": "800ms",
|
|
168
|
+
"$type": "duration",
|
|
169
|
+
"filePath": "src/tokens/base/motion/timing.json5",
|
|
170
|
+
"isSource": true,
|
|
171
|
+
"original": {
|
|
172
|
+
"$value": "800ms",
|
|
173
|
+
"$type": "duration"
|
|
174
|
+
},
|
|
175
|
+
"name": "base-duration-800",
|
|
176
|
+
"attributes": {},
|
|
177
|
+
"path": ["base", "duration", "800"]
|
|
178
|
+
},
|
|
179
|
+
"base-duration-900": {
|
|
180
|
+
"$value": "900ms",
|
|
181
|
+
"$type": "duration",
|
|
182
|
+
"filePath": "src/tokens/base/motion/timing.json5",
|
|
183
|
+
"isSource": true,
|
|
184
|
+
"original": {
|
|
185
|
+
"$value": "900ms",
|
|
186
|
+
"$type": "duration"
|
|
187
|
+
},
|
|
188
|
+
"name": "base-duration-900",
|
|
189
|
+
"attributes": {},
|
|
190
|
+
"path": ["base", "duration", "900"]
|
|
191
|
+
},
|
|
192
|
+
"base-duration-1000": {
|
|
193
|
+
"$value": "1000ms",
|
|
194
|
+
"$type": "duration",
|
|
195
|
+
"filePath": "src/tokens/base/motion/timing.json5",
|
|
196
|
+
"isSource": true,
|
|
197
|
+
"original": {
|
|
198
|
+
"$value": "1000ms",
|
|
199
|
+
"$type": "duration"
|
|
200
|
+
},
|
|
201
|
+
"name": "base-duration-1000",
|
|
202
|
+
"attributes": {},
|
|
203
|
+
"path": ["base", "duration", "1000"]
|
|
204
|
+
}
|
|
205
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"base-size-2": {
|
|
3
|
-
"value": ["0.125rem", "2px"],
|
|
3
|
+
"$value": ["0.125rem", "2px"],
|
|
4
4
|
"$type": "dimension",
|
|
5
5
|
"$extensions": {
|
|
6
6
|
"org.primer.figma": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"filePath": "src/tokens/base/size/size.json",
|
|
12
12
|
"isSource": true,
|
|
13
13
|
"original": {
|
|
14
|
-
"value": "2px",
|
|
14
|
+
"$value": "2px",
|
|
15
15
|
"$type": "dimension",
|
|
16
16
|
"$extensions": {
|
|
17
17
|
"org.primer.figma": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"path": ["base", "size", "2"]
|
|
26
26
|
},
|
|
27
27
|
"base-size-4": {
|
|
28
|
-
"value": ["0.25rem", "4px"],
|
|
28
|
+
"$value": ["0.25rem", "4px"],
|
|
29
29
|
"$type": "dimension",
|
|
30
30
|
"$extensions": {
|
|
31
31
|
"org.primer.figma": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"filePath": "src/tokens/base/size/size.json",
|
|
37
37
|
"isSource": true,
|
|
38
38
|
"original": {
|
|
39
|
-
"value": "4px",
|
|
39
|
+
"$value": "4px",
|
|
40
40
|
"$type": "dimension",
|
|
41
41
|
"$extensions": {
|
|
42
42
|
"org.primer.figma": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"path": ["base", "size", "4"]
|
|
51
51
|
},
|
|
52
52
|
"base-size-6": {
|
|
53
|
-
"value": ["0.375rem", "6px"],
|
|
53
|
+
"$value": ["0.375rem", "6px"],
|
|
54
54
|
"$type": "dimension",
|
|
55
55
|
"$extensions": {
|
|
56
56
|
"org.primer.figma": {
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"filePath": "src/tokens/base/size/size.json",
|
|
62
62
|
"isSource": true,
|
|
63
63
|
"original": {
|
|
64
|
-
"value": "6px",
|
|
64
|
+
"$value": "6px",
|
|
65
65
|
"$type": "dimension",
|
|
66
66
|
"$extensions": {
|
|
67
67
|
"org.primer.figma": {
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"path": ["base", "size", "6"]
|
|
76
76
|
},
|
|
77
77
|
"base-size-8": {
|
|
78
|
-
"value": ["0.5rem", "8px"],
|
|
78
|
+
"$value": ["0.5rem", "8px"],
|
|
79
79
|
"$type": "dimension",
|
|
80
80
|
"$extensions": {
|
|
81
81
|
"org.primer.figma": {
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"filePath": "src/tokens/base/size/size.json",
|
|
87
87
|
"isSource": true,
|
|
88
88
|
"original": {
|
|
89
|
-
"value": "8px",
|
|
89
|
+
"$value": "8px",
|
|
90
90
|
"$type": "dimension",
|
|
91
91
|
"$extensions": {
|
|
92
92
|
"org.primer.figma": {
|
|
@@ -100,7 +100,7 @@
|
|
|
100
100
|
"path": ["base", "size", "8"]
|
|
101
101
|
},
|
|
102
102
|
"base-size-12": {
|
|
103
|
-
"value": ["0.75rem", "12px"],
|
|
103
|
+
"$value": ["0.75rem", "12px"],
|
|
104
104
|
"$type": "dimension",
|
|
105
105
|
"$extensions": {
|
|
106
106
|
"org.primer.figma": {
|
|
@@ -111,7 +111,7 @@
|
|
|
111
111
|
"filePath": "src/tokens/base/size/size.json",
|
|
112
112
|
"isSource": true,
|
|
113
113
|
"original": {
|
|
114
|
-
"value": "12px",
|
|
114
|
+
"$value": "12px",
|
|
115
115
|
"$type": "dimension",
|
|
116
116
|
"$extensions": {
|
|
117
117
|
"org.primer.figma": {
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"path": ["base", "size", "12"]
|
|
126
126
|
},
|
|
127
127
|
"base-size-16": {
|
|
128
|
-
"value": ["1rem", "16px"],
|
|
128
|
+
"$value": ["1rem", "16px"],
|
|
129
129
|
"$type": "dimension",
|
|
130
130
|
"$extensions": {
|
|
131
131
|
"org.primer.figma": {
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
"filePath": "src/tokens/base/size/size.json",
|
|
137
137
|
"isSource": true,
|
|
138
138
|
"original": {
|
|
139
|
-
"value": "16px",
|
|
139
|
+
"$value": "16px",
|
|
140
140
|
"$type": "dimension",
|
|
141
141
|
"$extensions": {
|
|
142
142
|
"org.primer.figma": {
|
|
@@ -150,7 +150,7 @@
|
|
|
150
150
|
"path": ["base", "size", "16"]
|
|
151
151
|
},
|
|
152
152
|
"base-size-20": {
|
|
153
|
-
"value": ["1.25rem", "20px"],
|
|
153
|
+
"$value": ["1.25rem", "20px"],
|
|
154
154
|
"$type": "dimension",
|
|
155
155
|
"$extensions": {
|
|
156
156
|
"org.primer.figma": {
|
|
@@ -161,7 +161,7 @@
|
|
|
161
161
|
"filePath": "src/tokens/base/size/size.json",
|
|
162
162
|
"isSource": true,
|
|
163
163
|
"original": {
|
|
164
|
-
"value": "20px",
|
|
164
|
+
"$value": "20px",
|
|
165
165
|
"$type": "dimension",
|
|
166
166
|
"$extensions": {
|
|
167
167
|
"org.primer.figma": {
|
|
@@ -175,7 +175,7 @@
|
|
|
175
175
|
"path": ["base", "size", "20"]
|
|
176
176
|
},
|
|
177
177
|
"base-size-24": {
|
|
178
|
-
"value": ["1.5rem", "24px"],
|
|
178
|
+
"$value": ["1.5rem", "24px"],
|
|
179
179
|
"$type": "dimension",
|
|
180
180
|
"$extensions": {
|
|
181
181
|
"org.primer.figma": {
|
|
@@ -186,7 +186,7 @@
|
|
|
186
186
|
"filePath": "src/tokens/base/size/size.json",
|
|
187
187
|
"isSource": true,
|
|
188
188
|
"original": {
|
|
189
|
-
"value": "24px",
|
|
189
|
+
"$value": "24px",
|
|
190
190
|
"$type": "dimension",
|
|
191
191
|
"$extensions": {
|
|
192
192
|
"org.primer.figma": {
|
|
@@ -200,7 +200,7 @@
|
|
|
200
200
|
"path": ["base", "size", "24"]
|
|
201
201
|
},
|
|
202
202
|
"base-size-28": {
|
|
203
|
-
"value": ["1.75rem", "28px"],
|
|
203
|
+
"$value": ["1.75rem", "28px"],
|
|
204
204
|
"$type": "dimension",
|
|
205
205
|
"$extensions": {
|
|
206
206
|
"org.primer.figma": {
|
|
@@ -211,7 +211,7 @@
|
|
|
211
211
|
"filePath": "src/tokens/base/size/size.json",
|
|
212
212
|
"isSource": true,
|
|
213
213
|
"original": {
|
|
214
|
-
"value": "28px",
|
|
214
|
+
"$value": "28px",
|
|
215
215
|
"$type": "dimension",
|
|
216
216
|
"$extensions": {
|
|
217
217
|
"org.primer.figma": {
|
|
@@ -225,7 +225,7 @@
|
|
|
225
225
|
"path": ["base", "size", "28"]
|
|
226
226
|
},
|
|
227
227
|
"base-size-32": {
|
|
228
|
-
"value": ["2rem", "32px"],
|
|
228
|
+
"$value": ["2rem", "32px"],
|
|
229
229
|
"$type": "dimension",
|
|
230
230
|
"$extensions": {
|
|
231
231
|
"org.primer.figma": {
|
|
@@ -236,7 +236,7 @@
|
|
|
236
236
|
"filePath": "src/tokens/base/size/size.json",
|
|
237
237
|
"isSource": true,
|
|
238
238
|
"original": {
|
|
239
|
-
"value": "32px",
|
|
239
|
+
"$value": "32px",
|
|
240
240
|
"$type": "dimension",
|
|
241
241
|
"$extensions": {
|
|
242
242
|
"org.primer.figma": {
|
|
@@ -250,7 +250,7 @@
|
|
|
250
250
|
"path": ["base", "size", "32"]
|
|
251
251
|
},
|
|
252
252
|
"base-size-36": {
|
|
253
|
-
"value": ["2.25rem", "36px"],
|
|
253
|
+
"$value": ["2.25rem", "36px"],
|
|
254
254
|
"$type": "dimension",
|
|
255
255
|
"$extensions": {
|
|
256
256
|
"org.primer.figma": {
|
|
@@ -261,7 +261,7 @@
|
|
|
261
261
|
"filePath": "src/tokens/base/size/size.json",
|
|
262
262
|
"isSource": true,
|
|
263
263
|
"original": {
|
|
264
|
-
"value": "36px",
|
|
264
|
+
"$value": "36px",
|
|
265
265
|
"$type": "dimension",
|
|
266
266
|
"$extensions": {
|
|
267
267
|
"org.primer.figma": {
|
|
@@ -275,7 +275,7 @@
|
|
|
275
275
|
"path": ["base", "size", "36"]
|
|
276
276
|
},
|
|
277
277
|
"base-size-40": {
|
|
278
|
-
"value": ["2.5rem", "40px"],
|
|
278
|
+
"$value": ["2.5rem", "40px"],
|
|
279
279
|
"$type": "dimension",
|
|
280
280
|
"$extensions": {
|
|
281
281
|
"org.primer.figma": {
|
|
@@ -286,7 +286,7 @@
|
|
|
286
286
|
"filePath": "src/tokens/base/size/size.json",
|
|
287
287
|
"isSource": true,
|
|
288
288
|
"original": {
|
|
289
|
-
"value": "40px",
|
|
289
|
+
"$value": "40px",
|
|
290
290
|
"$type": "dimension",
|
|
291
291
|
"$extensions": {
|
|
292
292
|
"org.primer.figma": {
|
|
@@ -300,7 +300,7 @@
|
|
|
300
300
|
"path": ["base", "size", "40"]
|
|
301
301
|
},
|
|
302
302
|
"base-size-44": {
|
|
303
|
-
"value": ["2.75rem", "44px"],
|
|
303
|
+
"$value": ["2.75rem", "44px"],
|
|
304
304
|
"$type": "dimension",
|
|
305
305
|
"$extensions": {
|
|
306
306
|
"org.primer.figma": {
|
|
@@ -311,7 +311,7 @@
|
|
|
311
311
|
"filePath": "src/tokens/base/size/size.json",
|
|
312
312
|
"isSource": true,
|
|
313
313
|
"original": {
|
|
314
|
-
"value": "44px",
|
|
314
|
+
"$value": "44px",
|
|
315
315
|
"$type": "dimension",
|
|
316
316
|
"$extensions": {
|
|
317
317
|
"org.primer.figma": {
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
"path": ["base", "size", "44"]
|
|
326
326
|
},
|
|
327
327
|
"base-size-48": {
|
|
328
|
-
"value": ["3rem", "48px"],
|
|
328
|
+
"$value": ["3rem", "48px"],
|
|
329
329
|
"$type": "dimension",
|
|
330
330
|
"$extensions": {
|
|
331
331
|
"org.primer.figma": {
|
|
@@ -336,7 +336,7 @@
|
|
|
336
336
|
"filePath": "src/tokens/base/size/size.json",
|
|
337
337
|
"isSource": true,
|
|
338
338
|
"original": {
|
|
339
|
-
"value": "48px",
|
|
339
|
+
"$value": "48px",
|
|
340
340
|
"$type": "dimension",
|
|
341
341
|
"$extensions": {
|
|
342
342
|
"org.primer.figma": {
|
|
@@ -350,7 +350,7 @@
|
|
|
350
350
|
"path": ["base", "size", "48"]
|
|
351
351
|
},
|
|
352
352
|
"base-size-64": {
|
|
353
|
-
"value": ["4rem", "64px"],
|
|
353
|
+
"$value": ["4rem", "64px"],
|
|
354
354
|
"$type": "dimension",
|
|
355
355
|
"$extensions": {
|
|
356
356
|
"org.primer.figma": {
|
|
@@ -361,7 +361,7 @@
|
|
|
361
361
|
"filePath": "src/tokens/base/size/size.json",
|
|
362
362
|
"isSource": true,
|
|
363
363
|
"original": {
|
|
364
|
-
"value": "64px",
|
|
364
|
+
"$value": "64px",
|
|
365
365
|
"$type": "dimension",
|
|
366
366
|
"$extensions": {
|
|
367
367
|
"org.primer.figma": {
|
|
@@ -375,7 +375,7 @@
|
|
|
375
375
|
"path": ["base", "size", "64"]
|
|
376
376
|
},
|
|
377
377
|
"base-size-80": {
|
|
378
|
-
"value": ["5rem", "80px"],
|
|
378
|
+
"$value": ["5rem", "80px"],
|
|
379
379
|
"$type": "dimension",
|
|
380
380
|
"$extensions": {
|
|
381
381
|
"org.primer.figma": {
|
|
@@ -386,7 +386,7 @@
|
|
|
386
386
|
"filePath": "src/tokens/base/size/size.json",
|
|
387
387
|
"isSource": true,
|
|
388
388
|
"original": {
|
|
389
|
-
"value": "80px",
|
|
389
|
+
"$value": "80px",
|
|
390
390
|
"$type": "dimension",
|
|
391
391
|
"$extensions": {
|
|
392
392
|
"org.primer.figma": {
|
|
@@ -400,7 +400,7 @@
|
|
|
400
400
|
"path": ["base", "size", "80"]
|
|
401
401
|
},
|
|
402
402
|
"base-size-96": {
|
|
403
|
-
"value": ["6rem", "96px"],
|
|
403
|
+
"$value": ["6rem", "96px"],
|
|
404
404
|
"$type": "dimension",
|
|
405
405
|
"$extensions": {
|
|
406
406
|
"org.primer.figma": {
|
|
@@ -411,7 +411,7 @@
|
|
|
411
411
|
"filePath": "src/tokens/base/size/size.json",
|
|
412
412
|
"isSource": true,
|
|
413
413
|
"original": {
|
|
414
|
-
"value": "96px",
|
|
414
|
+
"$value": "96px",
|
|
415
415
|
"$type": "dimension",
|
|
416
416
|
"$extensions": {
|
|
417
417
|
"org.primer.figma": {
|
|
@@ -425,7 +425,7 @@
|
|
|
425
425
|
"path": ["base", "size", "96"]
|
|
426
426
|
},
|
|
427
427
|
"base-size-112": {
|
|
428
|
-
"value": ["7rem", "112px"],
|
|
428
|
+
"$value": ["7rem", "112px"],
|
|
429
429
|
"$type": "dimension",
|
|
430
430
|
"$extensions": {
|
|
431
431
|
"org.primer.figma": {
|
|
@@ -436,7 +436,7 @@
|
|
|
436
436
|
"filePath": "src/tokens/base/size/size.json",
|
|
437
437
|
"isSource": true,
|
|
438
438
|
"original": {
|
|
439
|
-
"value": "112px",
|
|
439
|
+
"$value": "112px",
|
|
440
440
|
"$type": "dimension",
|
|
441
441
|
"$extensions": {
|
|
442
442
|
"org.primer.figma": {
|
|
@@ -450,7 +450,7 @@
|
|
|
450
450
|
"path": ["base", "size", "112"]
|
|
451
451
|
},
|
|
452
452
|
"base-size-128": {
|
|
453
|
-
"value": ["8rem", "128px"],
|
|
453
|
+
"$value": ["8rem", "128px"],
|
|
454
454
|
"$type": "dimension",
|
|
455
455
|
"$extensions": {
|
|
456
456
|
"org.primer.figma": {
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
"filePath": "src/tokens/base/size/size.json",
|
|
462
462
|
"isSource": true,
|
|
463
463
|
"original": {
|
|
464
|
-
"value": "128px",
|
|
464
|
+
"$value": "128px",
|
|
465
465
|
"$type": "dimension",
|
|
466
466
|
"$extensions": {
|
|
467
467
|
"org.primer.figma": {
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"base-text-weight-light": {
|
|
3
3
|
"$type": "fontWeight",
|
|
4
|
-
"value": 300,
|
|
4
|
+
"$value": 300,
|
|
5
5
|
"$extensions": {
|
|
6
6
|
"org.primer.figma": {
|
|
7
7
|
"collection": "base/typography",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"isSource": true,
|
|
13
13
|
"original": {
|
|
14
14
|
"$type": "fontWeight",
|
|
15
|
-
"value": 300,
|
|
15
|
+
"$value": 300,
|
|
16
16
|
"$extensions": {
|
|
17
17
|
"org.primer.figma": {
|
|
18
18
|
"collection": "base/typography",
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"path": ["base", "text", "weight", "light"]
|
|
26
26
|
},
|
|
27
27
|
"base-text-weight-normal": {
|
|
28
|
-
"value": 400,
|
|
28
|
+
"$value": 400,
|
|
29
29
|
"$type": "fontWeight",
|
|
30
30
|
"$extensions": {
|
|
31
31
|
"org.primer.figma": {
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"filePath": "src/tokens/base/typography/typography.json",
|
|
37
37
|
"isSource": true,
|
|
38
38
|
"original": {
|
|
39
|
-
"value": 400,
|
|
39
|
+
"$value": 400,
|
|
40
40
|
"$type": "fontWeight",
|
|
41
41
|
"$extensions": {
|
|
42
42
|
"org.primer.figma": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"path": ["base", "text", "weight", "normal"]
|
|
51
51
|
},
|
|
52
52
|
"base-text-weight-medium": {
|
|
53
|
-
"value": 500,
|
|
53
|
+
"$value": 500,
|
|
54
54
|
"$type": "fontWeight",
|
|
55
55
|
"$extensions": {
|
|
56
56
|
"org.primer.figma": {
|
|
@@ -61,7 +61,7 @@
|
|
|
61
61
|
"filePath": "src/tokens/base/typography/typography.json",
|
|
62
62
|
"isSource": true,
|
|
63
63
|
"original": {
|
|
64
|
-
"value": 500,
|
|
64
|
+
"$value": 500,
|
|
65
65
|
"$type": "fontWeight",
|
|
66
66
|
"$extensions": {
|
|
67
67
|
"org.primer.figma": {
|
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
"path": ["base", "text", "weight", "medium"]
|
|
76
76
|
},
|
|
77
77
|
"base-text-weight-semibold": {
|
|
78
|
-
"value": 600,
|
|
78
|
+
"$value": 600,
|
|
79
79
|
"$type": "fontWeight",
|
|
80
80
|
"$extensions": {
|
|
81
81
|
"org.primer.figma": {
|
|
@@ -86,7 +86,7 @@
|
|
|
86
86
|
"filePath": "src/tokens/base/typography/typography.json",
|
|
87
87
|
"isSource": true,
|
|
88
88
|
"original": {
|
|
89
|
-
"value": 600,
|
|
89
|
+
"$value": 600,
|
|
90
90
|
"$type": "fontWeight",
|
|
91
91
|
"$extensions": {
|
|
92
92
|
"org.primer.figma": {
|
|
@@ -1,44 +1,59 @@
|
|
|
1
1
|
{
|
|
2
2
|
"motion-loading-delay-default": {
|
|
3
|
-
"value": "1000ms",
|
|
3
|
+
"$value": "1000ms",
|
|
4
4
|
"$type": "duration",
|
|
5
|
-
"
|
|
5
|
+
"$description": "The amount of time to wait before showing a loading indicator or announcing a loading state to assistive technologies.",
|
|
6
6
|
"filePath": "src/tokens/functional/motion/loading.json5",
|
|
7
7
|
"isSource": true,
|
|
8
8
|
"original": {
|
|
9
|
-
"value": "
|
|
9
|
+
"$value": "{base.duration.1000}",
|
|
10
10
|
"$type": "duration",
|
|
11
|
-
"
|
|
11
|
+
"$description": "The amount of time to wait before showing a loading indicator or announcing a loading state to assistive technologies."
|
|
12
12
|
},
|
|
13
13
|
"name": "motion-loading-delay-default",
|
|
14
14
|
"attributes": {},
|
|
15
15
|
"path": ["motion", "loading", "delay", "default"]
|
|
16
16
|
},
|
|
17
17
|
"motion-spinner-duration-rotation": {
|
|
18
|
-
"value": "1000ms",
|
|
18
|
+
"$value": "1000ms",
|
|
19
19
|
"$type": "duration",
|
|
20
|
-
"
|
|
20
|
+
"$description": "The amount of time it takes the \"Spinner\" loading indicator to make a full 360deg rotation",
|
|
21
21
|
"filePath": "src/tokens/functional/motion/patterns.json5",
|
|
22
22
|
"isSource": true,
|
|
23
23
|
"original": {
|
|
24
|
-
"value": "
|
|
24
|
+
"$value": "{base.duration.1000}",
|
|
25
25
|
"$type": "duration",
|
|
26
|
-
"
|
|
26
|
+
"$description": "The amount of time it takes the \"Spinner\" loading indicator to make a full 360deg rotation"
|
|
27
27
|
},
|
|
28
28
|
"name": "motion-spinner-duration-rotation",
|
|
29
29
|
"attributes": {},
|
|
30
30
|
"path": ["motion", "spinner", "duration", "rotation"]
|
|
31
31
|
},
|
|
32
|
+
"motion-spinner-easing-rotation": {
|
|
33
|
+
"$value": [0, 0, 1, 1],
|
|
34
|
+
"$type": "cubicBezier",
|
|
35
|
+
"$description": "The easing curve for the \"Spinner\" loading indicator rotation",
|
|
36
|
+
"filePath": "src/tokens/functional/motion/patterns.json5",
|
|
37
|
+
"isSource": true,
|
|
38
|
+
"original": {
|
|
39
|
+
"$value": "{base.easing.linear}",
|
|
40
|
+
"$type": "cubicBezier",
|
|
41
|
+
"$description": "The easing curve for the \"Spinner\" loading indicator rotation"
|
|
42
|
+
},
|
|
43
|
+
"name": "motion-spinner-easing-rotation",
|
|
44
|
+
"attributes": {},
|
|
45
|
+
"path": ["motion", "spinner", "easing", "rotation"]
|
|
46
|
+
},
|
|
32
47
|
"motion-skeletonLoader-shimmer-duration-scale": {
|
|
33
|
-
"value": "1000ms",
|
|
48
|
+
"$value": "1000ms",
|
|
34
49
|
"$type": "duration",
|
|
35
|
-
"
|
|
50
|
+
"$description": "The amount of times it takes the \"shimmer\" effect to go from the start (left) of the skeleton loader to the end (right)",
|
|
36
51
|
"filePath": "src/tokens/functional/motion/patterns.json5",
|
|
37
52
|
"isSource": true,
|
|
38
53
|
"original": {
|
|
39
|
-
"value": "
|
|
54
|
+
"$value": "{base.duration.1000}",
|
|
40
55
|
"$type": "duration",
|
|
41
|
-
"
|
|
56
|
+
"$description": "The amount of times it takes the \"shimmer\" effect to go from the start (left) of the skeleton loader to the end (right)"
|
|
42
57
|
},
|
|
43
58
|
"name": "motion-skeletonLoader-shimmer-duration-scale",
|
|
44
59
|
"attributes": {},
|