@primer/react-brand 0.28.1 → 0.29.0-rc.323b976
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/VideoPlayer/VideoPlayer.d.ts +1 -0
- package/lib/css/main.css +397 -625
- package/lib/design-tokens/css/tokens/base/colors/color-scales-with-modes.css +267 -529
- package/lib/design-tokens/css/tokens/base/colors/light.css +140 -0
- package/lib/design-tokens/css/tokens/base/size/size.css +1 -1
- package/lib/design-tokens/css/tokens/base/typography/typography.css +1 -1
- package/lib/design-tokens/css/tokens/functional/animation/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/colors/global-with-modes.css +13 -13
- package/lib/design-tokens/css/tokens/functional/colors/global.css +7 -7
- 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/bento/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/button/colors-with-modes.css +5 -5
- package/lib/design-tokens/css/tokens/functional/components/card/base.css +1 -2
- 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 +5 -5
- 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 +2 -2
- package/lib/design-tokens/css/tokens/functional/components/footer/colors.css +2 -2
- package/lib/design-tokens/css/tokens/functional/components/grid/colors-with-modes.css +3 -3
- package/lib/design-tokens/css/tokens/functional/components/grid/colors.css +2 -2
- 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/prose/colors-with-modes.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 +3 -3
- package/lib/design-tokens/css/tokens/functional/components/testimonial/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/testimonial/colors.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/timeline/base.css +1 -1
- 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/components/video-player/base.css +1 -1
- package/lib/design-tokens/css/tokens/functional/components/video-player/colors-with-modes.css +35 -0
- 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 +1 -1
- package/lib/design-tokens/css/tokens/functional/typography/typography-responsive.css +1 -1
- package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
- package/lib/design-tokens/js/module/tokens/base/colors/{color-scales.js → light.js} +843 -825
- package/lib/design-tokens/js/module/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/js/module/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/colors/global.js +25 -25
- package/lib/design-tokens/js/module/tokens/functional/components/bento/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/card/base.js +1 -16
- 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 +3 -3
- package/lib/design-tokens/js/module/tokens/functional/components/grid/colors.js +5 -5
- 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/testimonial/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/testimonial/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/timeline/base.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/js/module/tokens/functional/components/video-player/base.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 +1 -1
- 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 +1 -1
- package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
- package/lib/design-tokens/js/tokens/base/colors/light.js +138 -0
- package/lib/design-tokens/js/tokens/base/size/size.js +1 -1
- package/lib/design-tokens/js/tokens/base/typography/typography.js +1 -1
- package/lib/design-tokens/js/tokens/functional/animation/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/colors/global.js +7 -7
- package/lib/design-tokens/js/tokens/functional/components/bento/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/card/base.js +1 -2
- 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 +2 -2
- package/lib/design-tokens/js/tokens/functional/components/grid/colors.js +2 -2
- 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/testimonial/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/testimonial/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/timeline/base.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/timeline/colors.js +1 -1
- package/lib/design-tokens/js/tokens/functional/components/video-player/base.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 +1 -1
- package/lib/design-tokens/js/tokens/functional/size/viewport.js +1 -1
- package/lib/design-tokens/js/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
- package/lib/design-tokens/scss/tokens/base/colors/light.scss +137 -0
- package/lib/design-tokens/scss/tokens/base/size/size.scss +1 -1
- package/lib/design-tokens/scss/tokens/base/typography/typography.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/animation/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/colors/global.scss +7 -7
- package/lib/design-tokens/scss/tokens/functional/components/bento/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/card/base.scss +1 -2
- 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 +2 -2
- package/lib/design-tokens/scss/tokens/functional/components/grid/colors.scss +2 -2
- 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/testimonial/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/testimonial/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/timeline/base.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/timeline/colors.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/components/video-player/base.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 +1 -1
- package/lib/design-tokens/scss/tokens/functional/size/viewport.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/typography/typography-responsive.scss +1 -1
- package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
- package/lib/design-tokens/ts/tokens/base/colors/{color-scales.d.ts → light.d.ts} +20 -19
- package/lib/design-tokens/ts/tokens/base/colors/light.js +178 -0
- 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 +1 -1
- package/lib/design-tokens/ts/tokens/base/typography/typography.js +1 -1
- 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 +7 -7
- package/lib/design-tokens/ts/tokens/functional/components/bento/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/bento/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/card/base.d.ts +1 -2
- package/lib/design-tokens/ts/tokens/functional/components/card/base.js +1 -2
- 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 +2 -2
- 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 +2 -2
- 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/testimonial/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/base.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/testimonial/colors.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 +1 -1
- 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/components/video-player/base.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/components/video-player/base.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 +1 -1
- package/lib/design-tokens/ts/tokens/functional/size/size.js +1 -1
- 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 +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography.d.ts +1 -1
- package/lib/design-tokens/ts/tokens/functional/typography/typography.js +1 -1
- package/package.json +1 -1
- package/lib/design-tokens/css/tokens/base/colors/color-scales.css +0 -139
- package/lib/design-tokens/js/tokens/base/colors/color-scales.js +0 -137
- package/lib/design-tokens/scss/tokens/base/colors/color-scales.scss +0 -136
- package/lib/design-tokens/ts/tokens/base/colors/color-scales.js +0 -177
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
|
|
@@ -9,6 +9,13 @@ declare const tokens: {
|
|
|
9
9
|
"base": {
|
|
10
10
|
"color": {
|
|
11
11
|
"scale": {
|
|
12
|
+
"black": {
|
|
13
|
+
"0": string
|
|
14
|
+
},
|
|
15
|
+
"transparent": string,
|
|
16
|
+
"white": {
|
|
17
|
+
"0": string
|
|
18
|
+
},
|
|
12
19
|
"gray": {
|
|
13
20
|
"0": string,
|
|
14
21
|
"1": string,
|
|
@@ -21,7 +28,7 @@ declare const tokens: {
|
|
|
21
28
|
"8": string,
|
|
22
29
|
"9": string
|
|
23
30
|
},
|
|
24
|
-
"
|
|
31
|
+
"blue": {
|
|
25
32
|
"0": string,
|
|
26
33
|
"1": string,
|
|
27
34
|
"2": string,
|
|
@@ -33,7 +40,7 @@ declare const tokens: {
|
|
|
33
40
|
"8": string,
|
|
34
41
|
"9": string
|
|
35
42
|
},
|
|
36
|
-
"
|
|
43
|
+
"green": {
|
|
37
44
|
"0": string,
|
|
38
45
|
"1": string,
|
|
39
46
|
"2": string,
|
|
@@ -45,7 +52,7 @@ declare const tokens: {
|
|
|
45
52
|
"8": string,
|
|
46
53
|
"9": string
|
|
47
54
|
},
|
|
48
|
-
"
|
|
55
|
+
"yellow": {
|
|
49
56
|
"0": string,
|
|
50
57
|
"1": string,
|
|
51
58
|
"2": string,
|
|
@@ -57,7 +64,7 @@ declare const tokens: {
|
|
|
57
64
|
"8": string,
|
|
58
65
|
"9": string
|
|
59
66
|
},
|
|
60
|
-
"
|
|
67
|
+
"orange": {
|
|
61
68
|
"0": string,
|
|
62
69
|
"1": string,
|
|
63
70
|
"2": string,
|
|
@@ -69,7 +76,7 @@ declare const tokens: {
|
|
|
69
76
|
"8": string,
|
|
70
77
|
"9": string
|
|
71
78
|
},
|
|
72
|
-
"
|
|
79
|
+
"red": {
|
|
73
80
|
"0": string,
|
|
74
81
|
"1": string,
|
|
75
82
|
"2": string,
|
|
@@ -81,7 +88,7 @@ declare const tokens: {
|
|
|
81
88
|
"8": string,
|
|
82
89
|
"9": string
|
|
83
90
|
},
|
|
84
|
-
"
|
|
91
|
+
"purple": {
|
|
85
92
|
"0": string,
|
|
86
93
|
"1": string,
|
|
87
94
|
"2": string,
|
|
@@ -93,7 +100,7 @@ declare const tokens: {
|
|
|
93
100
|
"8": string,
|
|
94
101
|
"9": string
|
|
95
102
|
},
|
|
96
|
-
"
|
|
103
|
+
"pink": {
|
|
97
104
|
"0": string,
|
|
98
105
|
"1": string,
|
|
99
106
|
"2": string,
|
|
@@ -105,7 +112,7 @@ declare const tokens: {
|
|
|
105
112
|
"8": string,
|
|
106
113
|
"9": string
|
|
107
114
|
},
|
|
108
|
-
"
|
|
115
|
+
"coral": {
|
|
109
116
|
"0": string,
|
|
110
117
|
"1": string,
|
|
111
118
|
"2": string,
|
|
@@ -117,7 +124,7 @@ declare const tokens: {
|
|
|
117
124
|
"8": string,
|
|
118
125
|
"9": string
|
|
119
126
|
},
|
|
120
|
-
"
|
|
127
|
+
"lemon": {
|
|
121
128
|
"0": string,
|
|
122
129
|
"1": string,
|
|
123
130
|
"2": string,
|
|
@@ -129,7 +136,7 @@ declare const tokens: {
|
|
|
129
136
|
"8": string,
|
|
130
137
|
"9": string
|
|
131
138
|
},
|
|
132
|
-
"
|
|
139
|
+
"lime": {
|
|
133
140
|
"0": string,
|
|
134
141
|
"1": string,
|
|
135
142
|
"2": string,
|
|
@@ -141,7 +148,7 @@ declare const tokens: {
|
|
|
141
148
|
"8": string,
|
|
142
149
|
"9": string
|
|
143
150
|
},
|
|
144
|
-
"
|
|
151
|
+
"teal": {
|
|
145
152
|
"0": string,
|
|
146
153
|
"1": string,
|
|
147
154
|
"2": string,
|
|
@@ -153,7 +160,7 @@ declare const tokens: {
|
|
|
153
160
|
"8": string,
|
|
154
161
|
"9": string
|
|
155
162
|
},
|
|
156
|
-
"
|
|
163
|
+
"indigo": {
|
|
157
164
|
"0": string,
|
|
158
165
|
"1": string,
|
|
159
166
|
"2": string,
|
|
@@ -164,12 +171,6 @@ declare const tokens: {
|
|
|
164
171
|
"7": string,
|
|
165
172
|
"8": string,
|
|
166
173
|
"9": string
|
|
167
|
-
},
|
|
168
|
-
"black": {
|
|
169
|
-
"0": string
|
|
170
|
-
},
|
|
171
|
-
"white": {
|
|
172
|
-
"0": string
|
|
173
174
|
}
|
|
174
175
|
}
|
|
175
176
|
}
|
|
@@ -0,0 +1,178 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Do not edit directly
|
|
3
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
4
|
+
*/
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
module.exports = {
|
|
9
|
+
"base": {
|
|
10
|
+
"color": {
|
|
11
|
+
"scale": {
|
|
12
|
+
"black": {
|
|
13
|
+
"0": "#1f2328"
|
|
14
|
+
},
|
|
15
|
+
"transparent": "#ffffff00",
|
|
16
|
+
"white": {
|
|
17
|
+
"0": "#ffffff"
|
|
18
|
+
},
|
|
19
|
+
"gray": {
|
|
20
|
+
"0": "#f6f8fa",
|
|
21
|
+
"1": "#eaeef2",
|
|
22
|
+
"2": "#d0d7de",
|
|
23
|
+
"3": "#afb8c1",
|
|
24
|
+
"4": "#8c959f",
|
|
25
|
+
"5": "#6e7781",
|
|
26
|
+
"6": "#57606a",
|
|
27
|
+
"7": "#424a53",
|
|
28
|
+
"8": "#32383f",
|
|
29
|
+
"9": "#24292f"
|
|
30
|
+
},
|
|
31
|
+
"blue": {
|
|
32
|
+
"0": "#ddf4ff",
|
|
33
|
+
"1": "#b6e3ff",
|
|
34
|
+
"2": "#80ccff",
|
|
35
|
+
"3": "#54aeff",
|
|
36
|
+
"4": "#218bff",
|
|
37
|
+
"5": "#0969da",
|
|
38
|
+
"6": "#0550ae",
|
|
39
|
+
"7": "#033d8b",
|
|
40
|
+
"8": "#0a3069",
|
|
41
|
+
"9": "#002155"
|
|
42
|
+
},
|
|
43
|
+
"green": {
|
|
44
|
+
"0": "#dafbe1",
|
|
45
|
+
"1": "#aceebb",
|
|
46
|
+
"2": "#6fdd8b",
|
|
47
|
+
"3": "#4ac26b",
|
|
48
|
+
"4": "#2da44e",
|
|
49
|
+
"5": "#1a7f37",
|
|
50
|
+
"6": "#116329",
|
|
51
|
+
"7": "#044f1e",
|
|
52
|
+
"8": "#003d16",
|
|
53
|
+
"9": "#002d11"
|
|
54
|
+
},
|
|
55
|
+
"yellow": {
|
|
56
|
+
"0": "#fff8c5",
|
|
57
|
+
"1": "#fae17d",
|
|
58
|
+
"2": "#eac54f",
|
|
59
|
+
"3": "#d4a72c",
|
|
60
|
+
"4": "#bf8700",
|
|
61
|
+
"5": "#9a6700",
|
|
62
|
+
"6": "#7d4e00",
|
|
63
|
+
"7": "#633c01",
|
|
64
|
+
"8": "#4d2d00",
|
|
65
|
+
"9": "#3b2300"
|
|
66
|
+
},
|
|
67
|
+
"orange": {
|
|
68
|
+
"0": "#fff1e5",
|
|
69
|
+
"1": "#ffd8b5",
|
|
70
|
+
"2": "#ffb77c",
|
|
71
|
+
"3": "#fb8f44",
|
|
72
|
+
"4": "#e16f24",
|
|
73
|
+
"5": "#bc4c00",
|
|
74
|
+
"6": "#953800",
|
|
75
|
+
"7": "#762c00",
|
|
76
|
+
"8": "#5c2200",
|
|
77
|
+
"9": "#471700"
|
|
78
|
+
},
|
|
79
|
+
"red": {
|
|
80
|
+
"0": "#ffebe9",
|
|
81
|
+
"1": "#ffcecb",
|
|
82
|
+
"2": "#ffaba8",
|
|
83
|
+
"3": "#ff8182",
|
|
84
|
+
"4": "#fa4549",
|
|
85
|
+
"5": "#cf222e",
|
|
86
|
+
"6": "#a40e26",
|
|
87
|
+
"7": "#82071e",
|
|
88
|
+
"8": "#660018",
|
|
89
|
+
"9": "#4c0014"
|
|
90
|
+
},
|
|
91
|
+
"purple": {
|
|
92
|
+
"0": "#fbefff",
|
|
93
|
+
"1": "#ecd8ff",
|
|
94
|
+
"2": "#d8b9ff",
|
|
95
|
+
"3": "#c297ff",
|
|
96
|
+
"4": "#a475f9",
|
|
97
|
+
"5": "#8250df",
|
|
98
|
+
"6": "#6639ba",
|
|
99
|
+
"7": "#512a97",
|
|
100
|
+
"8": "#3e1f79",
|
|
101
|
+
"9": "#2e1461"
|
|
102
|
+
},
|
|
103
|
+
"pink": {
|
|
104
|
+
"0": "#ffeff7",
|
|
105
|
+
"1": "#ffd3eb",
|
|
106
|
+
"2": "#ffadda",
|
|
107
|
+
"3": "#ff80c8",
|
|
108
|
+
"4": "#e85aad",
|
|
109
|
+
"5": "#bf3989",
|
|
110
|
+
"6": "#99286e",
|
|
111
|
+
"7": "#772057",
|
|
112
|
+
"8": "#611347",
|
|
113
|
+
"9": "#4d0336"
|
|
114
|
+
},
|
|
115
|
+
"coral": {
|
|
116
|
+
"0": "#fff0eb",
|
|
117
|
+
"1": "#ffd6cc",
|
|
118
|
+
"2": "#ffb4a1",
|
|
119
|
+
"3": "#fd8c73",
|
|
120
|
+
"4": "#ec6547",
|
|
121
|
+
"5": "#c4432b",
|
|
122
|
+
"6": "#9e2f1c",
|
|
123
|
+
"7": "#801f0f",
|
|
124
|
+
"8": "#691105",
|
|
125
|
+
"9": "#510901"
|
|
126
|
+
},
|
|
127
|
+
"lemon": {
|
|
128
|
+
"0": "#FDF5B3",
|
|
129
|
+
"1": "#F4E162",
|
|
130
|
+
"2": "#DEC741",
|
|
131
|
+
"3": "#C5AA20",
|
|
132
|
+
"4": "#C5AA20",
|
|
133
|
+
"5": "#866D00",
|
|
134
|
+
"6": "#685400",
|
|
135
|
+
"7": "#534100",
|
|
136
|
+
"8": "#413200",
|
|
137
|
+
"9": "#322400"
|
|
138
|
+
},
|
|
139
|
+
"lime": {
|
|
140
|
+
"0": "#EAFABA",
|
|
141
|
+
"1": "#CDEC78",
|
|
142
|
+
"2": "#B1D353",
|
|
143
|
+
"3": "#94B83B",
|
|
144
|
+
"4": "#799A2A",
|
|
145
|
+
"5": "#5A791B",
|
|
146
|
+
"6": "#425E13",
|
|
147
|
+
"7": "#2F4A06",
|
|
148
|
+
"8": "#233B03",
|
|
149
|
+
"9": "#182C01"
|
|
150
|
+
},
|
|
151
|
+
"teal": {
|
|
152
|
+
"0": "#DAF9F5",
|
|
153
|
+
"1": "#B0EAE3",
|
|
154
|
+
"2": "#6BD6D0",
|
|
155
|
+
"3": "#49BCB7",
|
|
156
|
+
"4": "#339D9B",
|
|
157
|
+
"5": "#197B7B",
|
|
158
|
+
"6": "#136061",
|
|
159
|
+
"7": "#024B4D",
|
|
160
|
+
"8": "#063A3C",
|
|
161
|
+
"9": "#052B2C"
|
|
162
|
+
},
|
|
163
|
+
"indigo": {
|
|
164
|
+
"0": "#EFF2FF",
|
|
165
|
+
"1": "#D7DDFF",
|
|
166
|
+
"2": "#B9C2FF",
|
|
167
|
+
"3": "#9AA4FF",
|
|
168
|
+
"4": "#7683FF",
|
|
169
|
+
"5": "#545DF0",
|
|
170
|
+
"6": "#3C42D0",
|
|
171
|
+
"7": "#2C33A5",
|
|
172
|
+
"8": "#22297F",
|
|
173
|
+
"9": "#191F5C"
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
}
|
|
177
|
+
}
|
|
178
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
|
|
@@ -11,13 +11,13 @@ module.exports = {
|
|
|
11
11
|
"success": {
|
|
12
12
|
"fg": "var(--base-color-scale-green-5)",
|
|
13
13
|
"emphasis": "var(--base-color-scale-green-4)",
|
|
14
|
-
"muted": "
|
|
14
|
+
"muted": "#4bc36b99",
|
|
15
15
|
"subtle": "var(--base-color-scale-green-0)"
|
|
16
16
|
},
|
|
17
17
|
"error": {
|
|
18
18
|
"fg": "var(--base-color-scale-red-5)",
|
|
19
19
|
"emphasis": "var(--base-color-scale-red-5)",
|
|
20
|
-
"muted": "
|
|
20
|
+
"muted": "#ff878599",
|
|
21
21
|
"subtle": "var(--base-color-scale-red-0)"
|
|
22
22
|
},
|
|
23
23
|
"accent": {
|
|
@@ -33,8 +33,8 @@ module.exports = {
|
|
|
33
33
|
"neutral": {
|
|
34
34
|
"emphasisPlus": "var(--base-color-scale-gray-9)",
|
|
35
35
|
"emphasis": "var(--base-color-scale-gray-5)",
|
|
36
|
-
"muted": "
|
|
37
|
-
"subtle": "
|
|
36
|
+
"muted": "#b7bfc8fe",
|
|
37
|
+
"subtle": "#e9edf1fe"
|
|
38
38
|
},
|
|
39
39
|
"canvas": {
|
|
40
40
|
"default": "var(--base-color-scale-white-0)",
|
|
@@ -44,8 +44,8 @@ module.exports = {
|
|
|
44
44
|
},
|
|
45
45
|
"border": {
|
|
46
46
|
"default": "var(--base-color-scale-gray-3)",
|
|
47
|
-
"muted": "
|
|
48
|
-
"subtle": "
|
|
47
|
+
"muted": "#d3d9dffe",
|
|
48
|
+
"subtle": "#e9edf1fe"
|
|
49
49
|
},
|
|
50
50
|
"focus": "var(--base-color-scale-blue-5)"
|
|
51
51
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
|
|
@@ -9,7 +9,6 @@ declare const tokens: {
|
|
|
9
9
|
"brand": {
|
|
10
10
|
"Card": {
|
|
11
11
|
"maxWidth": string,
|
|
12
|
-
"shadow": string,
|
|
13
12
|
"animation": {
|
|
14
13
|
"duration": string,
|
|
15
14
|
"easing": string
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
|
|
@@ -9,7 +9,6 @@ module.exports = {
|
|
|
9
9
|
"brand": {
|
|
10
10
|
"Card": {
|
|
11
11
|
"maxWidth": "26.25rem",
|
|
12
|
-
"shadow": "0 3px 2px hsl(var(--base-color-scale-black-0-hsl) / 4%), 0 7px 5px hsl(var(--base-color-scale-black-0-hsl) / 2%), 0 13px 10px hsl(var(--base-color-scale-black-0-hsl) / 2%), 0 22px 17px hsl(var(--base-color-scale-black-0-hsl) / 2%)",
|
|
13
12
|
"animation": {
|
|
14
13
|
"duration": "600ms",
|
|
15
14
|
"easing": "var(--brand-animation-easing-default)"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
|
|
@@ -9,7 +9,7 @@ module.exports = {
|
|
|
9
9
|
"brand": {
|
|
10
10
|
"footer": {
|
|
11
11
|
"bg": {
|
|
12
|
-
"color": "var(--base-color-scale-white
|
|
12
|
+
"color": "var(--base-color-scale-white)"
|
|
13
13
|
}
|
|
14
14
|
}
|
|
15
15
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 31 Oct 2023 17:38:36 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
|
|
@@ -10,7 +10,7 @@ module.exports = {
|
|
|
10
10
|
"Grid": {
|
|
11
11
|
"column": {
|
|
12
12
|
"bgColor": {
|
|
13
|
-
"overlay": "
|
|
13
|
+
"overlay": "#fb51544d"
|
|
14
14
|
}
|
|
15
15
|
}
|
|
16
16
|
}
|