@primer/react-brand 0.23.0 → 0.24.0-rc.0d07385
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/lib/CTABanner/CTABanner.d.ts +2 -4
- package/lib/FAQ/FAQ.d.ts +3 -4
- package/lib/Heading/Heading.d.ts +1 -1
- package/lib/Hero/Hero.d.ts +1 -1
- package/lib/SectionIntro/SectionIntro.d.ts +1 -1
- package/lib/Text/Text.d.ts +1 -1
- package/lib/css/main.css +465 -424
- package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/base/colors/color-scales.css +1 -1
- package/lib/design-tokens/css/tokens/base/size/size.css +1 -1
- package/lib/design-tokens/css/tokens/base/typography/typography.css +2 -2
- package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/colors/global.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/action-menu/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/anchor-nav/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/card/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/comparison-table/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/comparison-table/comparison-table.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/control/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/cta-banner/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/faq/faq.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/footer/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/grid/grid.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/hero/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/image/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/inline-link/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/label/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/label/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/link/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/link/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/logosuite/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pillar/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/pillar/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/prose/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/river/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/river/river.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/subdomain-nav-bar/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +2 -2
- package/lib/design-tokens/css/tokens/functional/components/timeline/colors-with-modes.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/border.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/breakpoints.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size-coarse.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size-fine.css +1 -1
- package/lib/design-tokens/css/tokens/functional/size/size.css +15 -28
- package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +81 -126
- package/lib/design-tokens/css/tokens/functional/typography/typography.css +37 -34
- package/lib/design-tokens/js/module/tokens/base/colors/color-scales.js +1 -1
- package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/js/module/tokens/base/typography/typography.js +3 -3
- package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/colors/global.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/footer/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/grid/grid.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/hero/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/image/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/inline-link/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/inline-link/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/label/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/link/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/logosuite/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/logosuite/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/pillar/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/river/river.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/timeline/base.js +3 -3
- package/lib/design-tokens/js/module/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/size/size.js +60 -282
- package/lib/design-tokens/js/module/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/typography/typography-responsive.js +318 -50
- package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +157 -851
- package/lib/design-tokens/js/tokens/base/colors/color-scales.js +1 -1
- package/lib/design-tokens/js/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/js/tokens/base/typography/typography.js +2 -2
- package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/colors/global.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/card/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/faq/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/footer/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/grid/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/grid/grid.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/hero/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/image/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/inline-link/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/inline-link/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/label/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/link/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/logosuite/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/logosuite/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/pillar/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/river/river.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +2 -2
- package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/js/tokens/functional/size/size.js +15 -28
- package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +20 -5
- package/lib/design-tokens/js/tokens/functional/typography/typography.js +37 -34
- package/lib/design-tokens/scss/tokens/base/colors/color-scales.scss +1 -1
- package/lib/design-tokens/scss/tokens/base/size/size.scss +1 -1
- package/lib/design-tokens/scss/tokens/base/typography/typography.scss +2 -2
- package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/colors/global.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/card/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/comparison-table/comparison-table.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/faq/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/faq/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/faq/faq.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/footer/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/grid/grid.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/hero/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/image/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/inline-link/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/inline-link/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/label/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/link/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/logosuite/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/logosuite/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/pillar/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/prose/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/river/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/river/river.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +2 -2
- package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/border.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/breakpoints.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size-coarse.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size-fine.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/size.scss +15 -28
- package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +20 -5
- package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +37 -34
- package/lib/design-tokens/ts/tokens/base/colors/color-scales.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/colors/color-scales.js +1 -1
- package/lib/design-tokens/ts/tokens/base/size/size.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/ts/tokens/base/typography/typography.d.ts +3 -3
- package/lib/design-tokens/ts/tokens/base/typography/typography.js +2 -2
- package/lib/design-tokens/ts/tokens/functional/animation/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/colors/global.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/colors/global.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/comparison-table/comparison-table.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/faq.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/faq/faq.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/footer/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/footer/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/grid.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/grid/grid.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/hero/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/hero/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/image/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/image/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/inline-link/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/label/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/label/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/link/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/link/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/logosuite/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/pillar/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/prose/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/prose/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/river.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/river/river.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/base.js +2 -2
- package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/border.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/border.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/breakpoints.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/breakpoints.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-coarse.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-coarse.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-fine.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size-fine.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size.d.ts +8 -29
- package/lib/design-tokens/ts/tokens/functional/size/size.js +18 -39
- package/lib/design-tokens/ts/tokens/functional/size/viewport.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.d.ts +31 -2
- package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +34 -5
- package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +4 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography.js +37 -34
- package/lib/findElementInChildren.d.ts +3 -0
- package/lib/forms/index.d.ts +0 -1
- package/lib/index.d.ts +1 -1
- package/lib/index.js +1 -1
- package/lib/{River → river/River}/River.d.ts +7 -2
- package/lib/river/RiverBreakout/RiverBreakout.d.ts +22 -0
- package/lib/river/RiverBreakout/RiverBreakout.visual.spec.d.ts +1 -0
- package/lib/river/RiverBreakout/index.d.ts +1 -0
- package/lib/river/index.d.ts +2 -0
- package/package.json +1 -1
- package/lib/design-tokens/css/tokens/functional/components/control/base.css +0 -18
- package/lib/design-tokens/js/module/tokens/functional/components/control/base.js +0 -195
- package/lib/design-tokens/js/tokens/functional/components/control/base.js +0 -16
- package/lib/design-tokens/scss/tokens/functional/components/control/base.scss +0 -15
- package/lib/design-tokens/ts/tokens/functional/components/control/base.d.ts +0 -33
- package/lib/design-tokens/ts/tokens/functional/components/control/base.js +0 -32
- /package/lib/{River → river/River}/River.visual.spec.d.ts +0 -0
- /package/lib/{River → river/River}/index.d.ts +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Thu, 17 Aug 2023 22:03:53 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
module.exports = {
|
|
@@ -40,20 +40,20 @@ module.exports = {
|
|
|
40
40
|
]
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
|
-
"
|
|
43
|
+
"medium": {
|
|
44
44
|
"size": {
|
|
45
|
-
"value": "
|
|
45
|
+
"value": "3rem",
|
|
46
46
|
"filePath": "tokens/functional/size/size.json",
|
|
47
47
|
"isSource": true,
|
|
48
48
|
"original": {
|
|
49
|
-
"value": "{base.size.
|
|
49
|
+
"value": "{base.size.48}"
|
|
50
50
|
},
|
|
51
51
|
"name": "size",
|
|
52
52
|
"attributes": {},
|
|
53
53
|
"path": [
|
|
54
54
|
"brand",
|
|
55
55
|
"control",
|
|
56
|
-
"
|
|
56
|
+
"medium",
|
|
57
57
|
"size"
|
|
58
58
|
]
|
|
59
59
|
},
|
|
@@ -69,110 +69,110 @@ module.exports = {
|
|
|
69
69
|
"path": [
|
|
70
70
|
"brand",
|
|
71
71
|
"control",
|
|
72
|
-
"
|
|
72
|
+
"medium",
|
|
73
73
|
"lineBoxHeight"
|
|
74
74
|
]
|
|
75
75
|
},
|
|
76
76
|
"paddingBlock": {
|
|
77
|
-
"value": "
|
|
77
|
+
"value": "0.75rem",
|
|
78
78
|
"filePath": "tokens/functional/size/size.json",
|
|
79
79
|
"isSource": true,
|
|
80
80
|
"original": {
|
|
81
|
-
"value": "
|
|
81
|
+
"value": "{base.size.12}"
|
|
82
82
|
},
|
|
83
83
|
"name": "paddingBlock",
|
|
84
84
|
"attributes": {},
|
|
85
85
|
"path": [
|
|
86
86
|
"brand",
|
|
87
87
|
"control",
|
|
88
|
-
"
|
|
88
|
+
"medium",
|
|
89
89
|
"paddingBlock"
|
|
90
90
|
]
|
|
91
91
|
},
|
|
92
92
|
"paddingInline": {
|
|
93
93
|
"condensed": {
|
|
94
|
-
"value": "0.
|
|
94
|
+
"value": "0.75rem",
|
|
95
95
|
"filePath": "tokens/functional/size/size.json",
|
|
96
96
|
"isSource": true,
|
|
97
97
|
"original": {
|
|
98
|
-
"value": "{base.size.
|
|
98
|
+
"value": "{base.size.12}"
|
|
99
99
|
},
|
|
100
100
|
"name": "condensed",
|
|
101
101
|
"attributes": {},
|
|
102
102
|
"path": [
|
|
103
103
|
"brand",
|
|
104
104
|
"control",
|
|
105
|
-
"
|
|
105
|
+
"medium",
|
|
106
106
|
"paddingInline",
|
|
107
107
|
"condensed"
|
|
108
108
|
]
|
|
109
109
|
},
|
|
110
110
|
"normal": {
|
|
111
|
-
"value": "
|
|
111
|
+
"value": "1rem",
|
|
112
112
|
"filePath": "tokens/functional/size/size.json",
|
|
113
113
|
"isSource": true,
|
|
114
114
|
"original": {
|
|
115
|
-
"value": "{base.size.
|
|
115
|
+
"value": "{base.size.16}"
|
|
116
116
|
},
|
|
117
117
|
"name": "normal",
|
|
118
118
|
"attributes": {},
|
|
119
119
|
"path": [
|
|
120
120
|
"brand",
|
|
121
121
|
"control",
|
|
122
|
-
"
|
|
122
|
+
"medium",
|
|
123
123
|
"paddingInline",
|
|
124
124
|
"normal"
|
|
125
125
|
]
|
|
126
126
|
},
|
|
127
127
|
"spacious": {
|
|
128
|
-
"value": "
|
|
128
|
+
"value": "1.5rem",
|
|
129
129
|
"filePath": "tokens/functional/size/size.json",
|
|
130
130
|
"isSource": true,
|
|
131
131
|
"original": {
|
|
132
|
-
"value": "{base.size.
|
|
132
|
+
"value": "{base.size.24}"
|
|
133
133
|
},
|
|
134
134
|
"name": "spacious",
|
|
135
135
|
"attributes": {},
|
|
136
136
|
"path": [
|
|
137
137
|
"brand",
|
|
138
138
|
"control",
|
|
139
|
-
"
|
|
139
|
+
"medium",
|
|
140
140
|
"paddingInline",
|
|
141
141
|
"spacious"
|
|
142
142
|
]
|
|
143
143
|
}
|
|
144
144
|
},
|
|
145
145
|
"gap": {
|
|
146
|
-
"value": "0.
|
|
146
|
+
"value": "0.5rem",
|
|
147
147
|
"filePath": "tokens/functional/size/size.json",
|
|
148
148
|
"isSource": true,
|
|
149
149
|
"original": {
|
|
150
|
-
"value": "{base.size.
|
|
150
|
+
"value": "{base.size.8}"
|
|
151
151
|
},
|
|
152
152
|
"name": "gap",
|
|
153
153
|
"attributes": {},
|
|
154
154
|
"path": [
|
|
155
155
|
"brand",
|
|
156
156
|
"control",
|
|
157
|
-
"
|
|
157
|
+
"medium",
|
|
158
158
|
"gap"
|
|
159
159
|
]
|
|
160
160
|
}
|
|
161
161
|
},
|
|
162
|
-
"
|
|
162
|
+
"large": {
|
|
163
163
|
"size": {
|
|
164
|
-
"value": "
|
|
164
|
+
"value": "3.5rem",
|
|
165
165
|
"filePath": "tokens/functional/size/size.json",
|
|
166
166
|
"isSource": true,
|
|
167
167
|
"original": {
|
|
168
|
-
"value": "
|
|
168
|
+
"value": "56px"
|
|
169
169
|
},
|
|
170
170
|
"name": "size",
|
|
171
171
|
"attributes": {},
|
|
172
172
|
"path": [
|
|
173
173
|
"brand",
|
|
174
174
|
"control",
|
|
175
|
-
"
|
|
175
|
+
"large",
|
|
176
176
|
"size"
|
|
177
177
|
]
|
|
178
178
|
},
|
|
@@ -188,222 +188,50 @@ module.exports = {
|
|
|
188
188
|
"path": [
|
|
189
189
|
"brand",
|
|
190
190
|
"control",
|
|
191
|
-
"
|
|
192
|
-
"lineBoxHeight"
|
|
193
|
-
]
|
|
194
|
-
},
|
|
195
|
-
"paddingBlock": {
|
|
196
|
-
"value": "calc((1.75rem - 1.25rem) / 2)",
|
|
197
|
-
"filePath": "tokens/functional/size/size.json",
|
|
198
|
-
"isSource": true,
|
|
199
|
-
"original": {
|
|
200
|
-
"value": "calc(({brand.control.small.size} - {brand.control.small.lineBoxHeight}) / 2)"
|
|
201
|
-
},
|
|
202
|
-
"name": "paddingBlock",
|
|
203
|
-
"attributes": {},
|
|
204
|
-
"path": [
|
|
205
|
-
"brand",
|
|
206
|
-
"control",
|
|
207
|
-
"small",
|
|
208
|
-
"paddingBlock"
|
|
209
|
-
]
|
|
210
|
-
},
|
|
211
|
-
"paddingInline": {
|
|
212
|
-
"condensed": {
|
|
213
|
-
"value": "0.5rem",
|
|
214
|
-
"filePath": "tokens/functional/size/size.json",
|
|
215
|
-
"isSource": true,
|
|
216
|
-
"original": {
|
|
217
|
-
"value": "{base.size.8}"
|
|
218
|
-
},
|
|
219
|
-
"name": "condensed",
|
|
220
|
-
"attributes": {},
|
|
221
|
-
"path": [
|
|
222
|
-
"brand",
|
|
223
|
-
"control",
|
|
224
|
-
"small",
|
|
225
|
-
"paddingInline",
|
|
226
|
-
"condensed"
|
|
227
|
-
]
|
|
228
|
-
},
|
|
229
|
-
"normal": {
|
|
230
|
-
"value": "0.75rem",
|
|
231
|
-
"filePath": "tokens/functional/size/size.json",
|
|
232
|
-
"isSource": true,
|
|
233
|
-
"original": {
|
|
234
|
-
"value": "{base.size.12}"
|
|
235
|
-
},
|
|
236
|
-
"name": "normal",
|
|
237
|
-
"attributes": {},
|
|
238
|
-
"path": [
|
|
239
|
-
"brand",
|
|
240
|
-
"control",
|
|
241
|
-
"small",
|
|
242
|
-
"paddingInline",
|
|
243
|
-
"normal"
|
|
244
|
-
]
|
|
245
|
-
}
|
|
246
|
-
},
|
|
247
|
-
"gap": {
|
|
248
|
-
"value": "0.25rem",
|
|
249
|
-
"filePath": "tokens/functional/size/size.json",
|
|
250
|
-
"isSource": true,
|
|
251
|
-
"original": {
|
|
252
|
-
"value": "{base.size.4}"
|
|
253
|
-
},
|
|
254
|
-
"name": "gap",
|
|
255
|
-
"attributes": {},
|
|
256
|
-
"path": [
|
|
257
|
-
"brand",
|
|
258
|
-
"control",
|
|
259
|
-
"small",
|
|
260
|
-
"gap"
|
|
261
|
-
]
|
|
262
|
-
}
|
|
263
|
-
},
|
|
264
|
-
"medium": {
|
|
265
|
-
"lineBoxHeight": {
|
|
266
|
-
"value": "1.25rem",
|
|
267
|
-
"filePath": "tokens/functional/size/size.json",
|
|
268
|
-
"isSource": true,
|
|
269
|
-
"original": {
|
|
270
|
-
"value": "{base.size.20}"
|
|
271
|
-
},
|
|
272
|
-
"name": "lineBoxHeight",
|
|
273
|
-
"attributes": {},
|
|
274
|
-
"path": [
|
|
275
|
-
"brand",
|
|
276
|
-
"control",
|
|
277
|
-
"medium",
|
|
191
|
+
"large",
|
|
278
192
|
"lineBoxHeight"
|
|
279
193
|
]
|
|
280
194
|
},
|
|
281
195
|
"paddingBlock": {
|
|
282
|
-
"value": "
|
|
196
|
+
"value": "1.125rem",
|
|
283
197
|
"filePath": "tokens/functional/size/size.json",
|
|
284
198
|
"isSource": true,
|
|
285
199
|
"original": {
|
|
286
|
-
"value": "
|
|
200
|
+
"value": "18px"
|
|
287
201
|
},
|
|
288
202
|
"name": "paddingBlock",
|
|
289
203
|
"attributes": {},
|
|
290
204
|
"path": [
|
|
291
205
|
"brand",
|
|
292
206
|
"control",
|
|
293
|
-
"
|
|
207
|
+
"large",
|
|
294
208
|
"paddingBlock"
|
|
295
209
|
]
|
|
296
210
|
},
|
|
297
211
|
"paddingInline": {
|
|
298
212
|
"condensed": {
|
|
299
|
-
"value": "0.5rem",
|
|
300
|
-
"filePath": "tokens/functional/size/size.json",
|
|
301
|
-
"isSource": true,
|
|
302
|
-
"original": {
|
|
303
|
-
"value": "{base.size.8}"
|
|
304
|
-
},
|
|
305
|
-
"name": "condensed",
|
|
306
|
-
"attributes": {},
|
|
307
|
-
"path": [
|
|
308
|
-
"brand",
|
|
309
|
-
"control",
|
|
310
|
-
"medium",
|
|
311
|
-
"paddingInline",
|
|
312
|
-
"condensed"
|
|
313
|
-
]
|
|
314
|
-
},
|
|
315
|
-
"normal": {
|
|
316
|
-
"value": "0.75rem",
|
|
317
|
-
"filePath": "tokens/functional/size/size.json",
|
|
318
|
-
"isSource": true,
|
|
319
|
-
"original": {
|
|
320
|
-
"value": "{base.size.12}"
|
|
321
|
-
},
|
|
322
|
-
"name": "normal",
|
|
323
|
-
"attributes": {},
|
|
324
|
-
"path": [
|
|
325
|
-
"brand",
|
|
326
|
-
"control",
|
|
327
|
-
"medium",
|
|
328
|
-
"paddingInline",
|
|
329
|
-
"normal"
|
|
330
|
-
]
|
|
331
|
-
},
|
|
332
|
-
"spacious": {
|
|
333
213
|
"value": "1rem",
|
|
334
214
|
"filePath": "tokens/functional/size/size.json",
|
|
335
215
|
"isSource": true,
|
|
336
216
|
"original": {
|
|
337
217
|
"value": "{base.size.16}"
|
|
338
218
|
},
|
|
339
|
-
"name": "
|
|
219
|
+
"name": "condensed",
|
|
340
220
|
"attributes": {},
|
|
341
221
|
"path": [
|
|
342
222
|
"brand",
|
|
343
223
|
"control",
|
|
344
|
-
"
|
|
224
|
+
"large",
|
|
345
225
|
"paddingInline",
|
|
346
|
-
"
|
|
226
|
+
"condensed"
|
|
347
227
|
]
|
|
348
|
-
}
|
|
349
|
-
},
|
|
350
|
-
"gap": {
|
|
351
|
-
"value": "0.5rem",
|
|
352
|
-
"filePath": "tokens/functional/size/size.json",
|
|
353
|
-
"isSource": true,
|
|
354
|
-
"original": {
|
|
355
|
-
"value": "{base.size.8}"
|
|
356
|
-
},
|
|
357
|
-
"name": "gap",
|
|
358
|
-
"attributes": {},
|
|
359
|
-
"path": [
|
|
360
|
-
"brand",
|
|
361
|
-
"control",
|
|
362
|
-
"medium",
|
|
363
|
-
"gap"
|
|
364
|
-
]
|
|
365
|
-
}
|
|
366
|
-
},
|
|
367
|
-
"large": {
|
|
368
|
-
"lineBoxHeight": {
|
|
369
|
-
"value": "1.25rem",
|
|
370
|
-
"filePath": "tokens/functional/size/size.json",
|
|
371
|
-
"isSource": true,
|
|
372
|
-
"original": {
|
|
373
|
-
"value": "{base.size.20}"
|
|
374
|
-
},
|
|
375
|
-
"name": "lineBoxHeight",
|
|
376
|
-
"attributes": {},
|
|
377
|
-
"path": [
|
|
378
|
-
"brand",
|
|
379
|
-
"control",
|
|
380
|
-
"large",
|
|
381
|
-
"lineBoxHeight"
|
|
382
|
-
]
|
|
383
|
-
},
|
|
384
|
-
"paddingBlock": {
|
|
385
|
-
"value": "calc((var(--base-size-48) - 1.25rem) / 2)",
|
|
386
|
-
"filePath": "tokens/functional/size/size.json",
|
|
387
|
-
"isSource": true,
|
|
388
|
-
"original": {
|
|
389
|
-
"value": "calc(({brand.control.large.size} - {brand.control.large.lineBoxHeight}) / 2)"
|
|
390
228
|
},
|
|
391
|
-
"name": "paddingBlock",
|
|
392
|
-
"attributes": {},
|
|
393
|
-
"path": [
|
|
394
|
-
"brand",
|
|
395
|
-
"control",
|
|
396
|
-
"large",
|
|
397
|
-
"paddingBlock"
|
|
398
|
-
]
|
|
399
|
-
},
|
|
400
|
-
"paddingInline": {
|
|
401
229
|
"normal": {
|
|
402
|
-
"value": "
|
|
230
|
+
"value": "1.25rem",
|
|
403
231
|
"filePath": "tokens/functional/size/size.json",
|
|
404
232
|
"isSource": true,
|
|
405
233
|
"original": {
|
|
406
|
-
"value": "{base.size.
|
|
234
|
+
"value": "{base.size.20}"
|
|
407
235
|
},
|
|
408
236
|
"name": "normal",
|
|
409
237
|
"attributes": {},
|
|
@@ -416,11 +244,11 @@ module.exports = {
|
|
|
416
244
|
]
|
|
417
245
|
},
|
|
418
246
|
"spacious": {
|
|
419
|
-
"value": "
|
|
247
|
+
"value": "2rem",
|
|
420
248
|
"filePath": "tokens/functional/size/size.json",
|
|
421
249
|
"isSource": true,
|
|
422
250
|
"original": {
|
|
423
|
-
"value": "{base.size.
|
|
251
|
+
"value": "{base.size.32}"
|
|
424
252
|
},
|
|
425
253
|
"name": "spacious",
|
|
426
254
|
"attributes": {},
|
|
@@ -434,11 +262,11 @@ module.exports = {
|
|
|
434
262
|
}
|
|
435
263
|
},
|
|
436
264
|
"gap": {
|
|
437
|
-
"value": "
|
|
265
|
+
"value": "1rem",
|
|
438
266
|
"filePath": "tokens/functional/size/size.json",
|
|
439
267
|
"isSource": true,
|
|
440
268
|
"original": {
|
|
441
|
-
"value": "{base.size.
|
|
269
|
+
"value": "{base.size.16}"
|
|
442
270
|
},
|
|
443
271
|
"name": "gap",
|
|
444
272
|
"attributes": {},
|
|
@@ -450,105 +278,55 @@ module.exports = {
|
|
|
450
278
|
]
|
|
451
279
|
}
|
|
452
280
|
},
|
|
453
|
-
"
|
|
454
|
-
"
|
|
455
|
-
"value": "
|
|
281
|
+
"border": {
|
|
282
|
+
"radius": {
|
|
283
|
+
"value": "var(--brand-borderRadius-medium)",
|
|
456
284
|
"filePath": "tokens/functional/size/size.json",
|
|
457
285
|
"isSource": true,
|
|
458
286
|
"original": {
|
|
459
|
-
"value": "
|
|
287
|
+
"value": "var(--brand-borderRadius-medium)"
|
|
460
288
|
},
|
|
461
|
-
"name": "
|
|
289
|
+
"name": "radius",
|
|
462
290
|
"attributes": {},
|
|
463
291
|
"path": [
|
|
464
292
|
"brand",
|
|
465
293
|
"control",
|
|
466
|
-
"
|
|
467
|
-
"
|
|
294
|
+
"border",
|
|
295
|
+
"radius"
|
|
468
296
|
]
|
|
469
|
-
}
|
|
470
|
-
|
|
471
|
-
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
"animation": {
|
|
300
|
+
"duration": {
|
|
301
|
+
"value": "80ms",
|
|
472
302
|
"filePath": "tokens/functional/size/size.json",
|
|
473
303
|
"isSource": true,
|
|
474
304
|
"original": {
|
|
475
|
-
"value": "
|
|
305
|
+
"value": "80ms"
|
|
476
306
|
},
|
|
477
|
-
"name": "
|
|
307
|
+
"name": "duration",
|
|
478
308
|
"attributes": {},
|
|
479
309
|
"path": [
|
|
480
310
|
"brand",
|
|
481
311
|
"control",
|
|
482
|
-
"
|
|
483
|
-
"
|
|
312
|
+
"animation",
|
|
313
|
+
"duration"
|
|
484
314
|
]
|
|
485
315
|
},
|
|
486
|
-
"
|
|
487
|
-
"value": "
|
|
316
|
+
"easing": {
|
|
317
|
+
"value": "var(--brand-animation-easing-glide)",
|
|
488
318
|
"filePath": "tokens/functional/size/size.json",
|
|
489
319
|
"isSource": true,
|
|
490
320
|
"original": {
|
|
491
|
-
"value": "
|
|
321
|
+
"value": "var(--brand-animation-easing-glide)"
|
|
492
322
|
},
|
|
493
|
-
"name": "
|
|
323
|
+
"name": "easing",
|
|
494
324
|
"attributes": {},
|
|
495
325
|
"path": [
|
|
496
326
|
"brand",
|
|
497
327
|
"control",
|
|
498
|
-
"
|
|
499
|
-
"
|
|
500
|
-
]
|
|
501
|
-
},
|
|
502
|
-
"paddingInline": {
|
|
503
|
-
"normal": {
|
|
504
|
-
"value": "0.75rem",
|
|
505
|
-
"filePath": "tokens/functional/size/size.json",
|
|
506
|
-
"isSource": true,
|
|
507
|
-
"original": {
|
|
508
|
-
"value": "{base.size.12}"
|
|
509
|
-
},
|
|
510
|
-
"name": "normal",
|
|
511
|
-
"attributes": {},
|
|
512
|
-
"path": [
|
|
513
|
-
"brand",
|
|
514
|
-
"control",
|
|
515
|
-
"xlarge",
|
|
516
|
-
"paddingInline",
|
|
517
|
-
"normal"
|
|
518
|
-
]
|
|
519
|
-
},
|
|
520
|
-
"spacious": {
|
|
521
|
-
"value": "1rem",
|
|
522
|
-
"filePath": "tokens/functional/size/size.json",
|
|
523
|
-
"isSource": true,
|
|
524
|
-
"original": {
|
|
525
|
-
"value": "{base.size.16}"
|
|
526
|
-
},
|
|
527
|
-
"name": "spacious",
|
|
528
|
-
"attributes": {},
|
|
529
|
-
"path": [
|
|
530
|
-
"brand",
|
|
531
|
-
"control",
|
|
532
|
-
"xlarge",
|
|
533
|
-
"paddingInline",
|
|
534
|
-
"spacious"
|
|
535
|
-
]
|
|
536
|
-
}
|
|
537
|
-
},
|
|
538
|
-
"gap": {
|
|
539
|
-
"value": "0.5rem",
|
|
540
|
-
"filePath": "tokens/functional/size/size.json",
|
|
541
|
-
"isSource": true,
|
|
542
|
-
"original": {
|
|
543
|
-
"value": "{base.size.8}"
|
|
544
|
-
},
|
|
545
|
-
"name": "gap",
|
|
546
|
-
"attributes": {},
|
|
547
|
-
"path": [
|
|
548
|
-
"brand",
|
|
549
|
-
"control",
|
|
550
|
-
"xlarge",
|
|
551
|
-
"gap"
|
|
328
|
+
"animation",
|
|
329
|
+
"easing"
|
|
552
330
|
]
|
|
553
331
|
}
|
|
554
332
|
}
|