@primer/react-brand 0.28.0-rc.1b12495 → 0.28.0-rc.3b9fb9e
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/Card/index.d.ts +0 -1
- package/lib/css/main.css +129 -145
- 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 +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 +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/bento/base.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/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 +1 -1
- 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/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 +2 -5
- package/lib/design-tokens/css/tokens/functional/typography/typography.css +1 -1
- 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 +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 +1 -1
- 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 -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/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 -51
- package/lib/design-tokens/js/module/tokens/functional/typography/typography.js +1 -1
- 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 +1 -1
- 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/bento/base.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/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 -4
- package/lib/design-tokens/js/tokens/functional/typography/typography.js +1 -1
- 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 +1 -1
- 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/bento/base.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/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 -4
- package/lib/design-tokens/scss/tokens/functional/typography/typography.scss +1 -1
- 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 +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 +1 -1
- 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 -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/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 -6
- package/lib/design-tokens/ts/tokens/functional/typography/typography-responsive.js +1 -6
- 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/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/Card/index.d.ts
CHANGED
package/lib/css/main.css
CHANGED
|
@@ -94,7 +94,7 @@ select {
|
|
|
94
94
|
|
|
95
95
|
/**
|
|
96
96
|
* Do not edit directly
|
|
97
|
-
* Generated on Tue, 24 Oct 2023
|
|
97
|
+
* Generated on Tue, 24 Oct 2023 13:11:06 GMT
|
|
98
98
|
*/
|
|
99
99
|
|
|
100
100
|
:root,
|
|
@@ -634,7 +634,7 @@ select {
|
|
|
634
634
|
|
|
635
635
|
/**
|
|
636
636
|
* Do not edit directly
|
|
637
|
-
* Generated on Tue, 24 Oct 2023
|
|
637
|
+
* Generated on Tue, 24 Oct 2023 13:11:06 GMT
|
|
638
638
|
*/
|
|
639
639
|
|
|
640
640
|
:root {
|
|
@@ -659,7 +659,7 @@ select {
|
|
|
659
659
|
|
|
660
660
|
/**
|
|
661
661
|
* Do not edit directly
|
|
662
|
-
* Generated on Tue, 24 Oct 2023
|
|
662
|
+
* Generated on Tue, 24 Oct 2023 13:11:06 GMT
|
|
663
663
|
*/
|
|
664
664
|
|
|
665
665
|
:root {
|
|
@@ -675,7 +675,7 @@ select {
|
|
|
675
675
|
|
|
676
676
|
/**
|
|
677
677
|
* Do not edit directly
|
|
678
|
-
* Generated on Tue, 24 Oct 2023
|
|
678
|
+
* Generated on Tue, 24 Oct 2023 13:11:06 GMT
|
|
679
679
|
*/
|
|
680
680
|
|
|
681
681
|
:root {
|
|
@@ -695,10 +695,7 @@ select {
|
|
|
695
695
|
--brand-text-letterSpacing-700: -0.02em;
|
|
696
696
|
--brand-text-letterSpacing-600: -0.02em;
|
|
697
697
|
--brand-text-letterSpacing-500: -0.01em;
|
|
698
|
-
--brand-text-letterSpacing-400:
|
|
699
|
-
--brand-text-letterSpacing-300: 0em;
|
|
700
|
-
--brand-text-letterSpacing-200: 0em;
|
|
701
|
-
--brand-text-letterSpacing-100: 0.02em;
|
|
698
|
+
--brand-text-letterSpacing-400: -0.01em;
|
|
702
699
|
--brand-text-lineHeight-1000: 1.1;
|
|
703
700
|
--brand-text-lineHeight-900: 1.1;
|
|
704
701
|
--brand-text-lineHeight-800: 1.2;
|
|
@@ -807,7 +804,7 @@ select {
|
|
|
807
804
|
|
|
808
805
|
/**
|
|
809
806
|
* Do not edit directly
|
|
810
|
-
* Generated on Tue, 24 Oct 2023
|
|
807
|
+
* Generated on Tue, 24 Oct 2023 13:11:06 GMT
|
|
811
808
|
*/
|
|
812
809
|
|
|
813
810
|
:root {
|
|
@@ -821,7 +818,7 @@ select {
|
|
|
821
818
|
|
|
822
819
|
/**
|
|
823
820
|
* Do not edit directly
|
|
824
|
-
* Generated on Tue, 24 Oct 2023
|
|
821
|
+
* Generated on Tue, 24 Oct 2023 13:11:06 GMT
|
|
825
822
|
*/
|
|
826
823
|
|
|
827
824
|
:root {
|
|
@@ -840,7 +837,7 @@ select {
|
|
|
840
837
|
|
|
841
838
|
/**
|
|
842
839
|
* Do not edit directly
|
|
843
|
-
* Generated on Tue, 24 Oct 2023
|
|
840
|
+
* Generated on Tue, 24 Oct 2023 13:11:07 GMT
|
|
844
841
|
*/
|
|
845
842
|
|
|
846
843
|
:root,
|
|
@@ -1045,7 +1042,7 @@ select {
|
|
|
1045
1042
|
font-weight: var(--brand-text-weight-700);
|
|
1046
1043
|
font-size: var(--brand-text-size-700);
|
|
1047
1044
|
line-height: var(--brand-text-lineHeight-700);
|
|
1048
|
-
letter-spacing: var(--brand-text-letterSpacing-
|
|
1045
|
+
letter-spacing: var(--brand-text-body-letterSpacing-100);
|
|
1049
1046
|
}
|
|
1050
1047
|
|
|
1051
1048
|
.Primer_Brand__Text-module__Text--600___ThppA {
|
|
@@ -1064,28 +1061,24 @@ select {
|
|
|
1064
1061
|
font-weight: var(--brand-text-weight-400);
|
|
1065
1062
|
font-size: var(--brand-text-size-400);
|
|
1066
1063
|
line-height: var(--brand-text-lineHeight-400);
|
|
1067
|
-
letter-spacing: var(--brand-text-letterSpacing-400);
|
|
1068
1064
|
}
|
|
1069
1065
|
|
|
1070
1066
|
.Primer_Brand__Text-module__Text--300___TBQTB {
|
|
1071
1067
|
font-weight: var(--brand-text-weight-300);
|
|
1072
1068
|
font-size: var(--brand-text-size-300);
|
|
1073
1069
|
line-height: var(--brand-text-lineHeight-300);
|
|
1074
|
-
letter-spacing: var(--brand-text-letterSpacing-300);
|
|
1075
1070
|
}
|
|
1076
1071
|
|
|
1077
1072
|
.Primer_Brand__Text-module__Text--200___XAIGT {
|
|
1078
1073
|
font-weight: var(--brand-text-weight-200);
|
|
1079
1074
|
font-size: var(--brand-text-size-200);
|
|
1080
1075
|
line-height: var(--brand-text-lineHeight-200);
|
|
1081
|
-
letter-spacing: var(--brand-text-letterSpacing-200);
|
|
1082
1076
|
}
|
|
1083
1077
|
|
|
1084
1078
|
.Primer_Brand__Text-module__Text--100___csEom {
|
|
1085
1079
|
font-weight: var(--brand-text-weight-100);
|
|
1086
1080
|
font-size: var(--brand-text-size-100);
|
|
1087
1081
|
line-height: var(--brand-text-lineHeight-100);
|
|
1088
|
-
letter-spacing: var(--brand-text-letterSpacing-100);
|
|
1089
1082
|
}
|
|
1090
1083
|
|
|
1091
1084
|
.Primer_Brand__Text-module__Text--weight-heavy___ege7O,
|
|
@@ -1218,7 +1211,7 @@ select {
|
|
|
1218
1211
|
|
|
1219
1212
|
/**
|
|
1220
1213
|
* Do not edit directly
|
|
1221
|
-
* Generated on Tue, 24 Oct 2023
|
|
1214
|
+
* Generated on Tue, 24 Oct 2023 13:11:07 GMT
|
|
1222
1215
|
*/
|
|
1223
1216
|
|
|
1224
1217
|
:root,
|
|
@@ -1780,7 +1773,7 @@ select {
|
|
|
1780
1773
|
|
|
1781
1774
|
/**
|
|
1782
1775
|
* Do not edit directly
|
|
1783
|
-
* Generated on Tue, 24 Oct 2023
|
|
1776
|
+
* Generated on Tue, 24 Oct 2023 13:11:06 GMT
|
|
1784
1777
|
*/
|
|
1785
1778
|
|
|
1786
1779
|
:root {
|
|
@@ -2007,7 +2000,7 @@ select {
|
|
|
2007
2000
|
|
|
2008
2001
|
/**
|
|
2009
2002
|
* Do not edit directly
|
|
2010
|
-
* Generated on Tue, 24 Oct 2023
|
|
2003
|
+
* Generated on Tue, 24 Oct 2023 13:11:07 GMT
|
|
2011
2004
|
*/
|
|
2012
2005
|
|
|
2013
2006
|
:root,
|
|
@@ -2266,7 +2259,7 @@ select {
|
|
|
2266
2259
|
|
|
2267
2260
|
/**
|
|
2268
2261
|
* Do not edit directly
|
|
2269
|
-
* Generated on Tue, 24 Oct 2023
|
|
2262
|
+
* Generated on Tue, 24 Oct 2023 13:11:06 GMT
|
|
2270
2263
|
*/
|
|
2271
2264
|
|
|
2272
2265
|
:root {
|
|
@@ -2292,7 +2285,7 @@ select {
|
|
|
2292
2285
|
|
|
2293
2286
|
/**
|
|
2294
2287
|
* Do not edit directly
|
|
2295
|
-
* Generated on Tue, 24 Oct 2023
|
|
2288
|
+
* Generated on Tue, 24 Oct 2023 13:11:07 GMT
|
|
2296
2289
|
*/
|
|
2297
2290
|
|
|
2298
2291
|
:root,
|
|
@@ -3050,7 +3043,7 @@ select {
|
|
|
3050
3043
|
|
|
3051
3044
|
/**
|
|
3052
3045
|
* Do not edit directly
|
|
3053
|
-
* Generated on Tue, 24 Oct 2023
|
|
3046
|
+
* Generated on Tue, 24 Oct 2023 13:11:06 GMT
|
|
3054
3047
|
*/
|
|
3055
3048
|
|
|
3056
3049
|
:root {
|
|
@@ -3886,7 +3879,7 @@ select {
|
|
|
3886
3879
|
|
|
3887
3880
|
/**
|
|
3888
3881
|
* Do not edit directly
|
|
3889
|
-
* Generated on Tue, 24 Oct 2023
|
|
3882
|
+
* Generated on Tue, 24 Oct 2023 13:11:06 GMT
|
|
3890
3883
|
*/
|
|
3891
3884
|
|
|
3892
3885
|
:root {
|
|
@@ -3907,7 +3900,7 @@ select {
|
|
|
3907
3900
|
|
|
3908
3901
|
/**
|
|
3909
3902
|
* Do not edit directly
|
|
3910
|
-
* Generated on Tue, 24 Oct 2023
|
|
3903
|
+
* Generated on Tue, 24 Oct 2023 13:11:06 GMT
|
|
3911
3904
|
*/
|
|
3912
3905
|
|
|
3913
3906
|
:root {
|
|
@@ -3917,7 +3910,7 @@ select {
|
|
|
3917
3910
|
|
|
3918
3911
|
/**
|
|
3919
3912
|
* Do not edit directly
|
|
3920
|
-
* Generated on Tue, 24 Oct 2023
|
|
3913
|
+
* Generated on Tue, 24 Oct 2023 13:11:06 GMT
|
|
3921
3914
|
*/
|
|
3922
3915
|
|
|
3923
3916
|
:root {
|
|
@@ -4267,18 +4260,10 @@ select {
|
|
|
4267
4260
|
display: block;
|
|
4268
4261
|
margin: 0;
|
|
4269
4262
|
padding: 0;
|
|
4270
|
-
}
|
|
4271
|
-
|
|
4272
|
-
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper___b2uqO {
|
|
4273
|
-
display: flex;
|
|
4274
|
-
flex-direction: column;
|
|
4275
|
-
justify-content: space-between;
|
|
4276
|
-
overflow-y: auto;
|
|
4277
4263
|
position: absolute;
|
|
4278
4264
|
top: 75px;
|
|
4279
4265
|
left: 0;
|
|
4280
4266
|
right: 0;
|
|
4281
|
-
bottom: 0;
|
|
4282
4267
|
z-index: 2;
|
|
4283
4268
|
background-color: var(--brand-color-canvas-default);
|
|
4284
4269
|
width: 100vw;
|
|
@@ -4286,10 +4271,6 @@ select {
|
|
|
4286
4271
|
animation: Primer_Brand__SubdomainNavBar-module__fade-in-down___kwg9g 500ms;
|
|
4287
4272
|
animation-timing-function: var(--brand-animation-easing-default);
|
|
4288
4273
|
}
|
|
4289
|
-
|
|
4290
|
-
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-menu-wrapper--close___NzelD {
|
|
4291
|
-
display: none;
|
|
4292
|
-
}
|
|
4293
4274
|
}
|
|
4294
4275
|
|
|
4295
4276
|
@media screen and (min-width: 48rem) {
|
|
@@ -4621,9 +4602,12 @@ select {
|
|
|
4621
4602
|
|
|
4622
4603
|
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area--visible___fLvbf {
|
|
4623
4604
|
display: flex;
|
|
4605
|
+
position: absolute;
|
|
4624
4606
|
left: 0;
|
|
4625
4607
|
z-index: 99;
|
|
4626
4608
|
width: 100%;
|
|
4609
|
+
bottom: calc((-100vh - 75px) - -150px);
|
|
4610
|
+
bottom: calc(calc(-100vh - 75px) - -150px);
|
|
4627
4611
|
height: auto;
|
|
4628
4612
|
animation-name: Primer_Brand__SubdomainNavBar-module__fade-in-down-staggered___zQfEQ;
|
|
4629
4613
|
animation-duration: 500ms;
|
|
@@ -4836,7 +4820,7 @@ select {
|
|
|
4836
4820
|
|
|
4837
4821
|
/**
|
|
4838
4822
|
* Do not edit directly
|
|
4839
|
-
* Generated on Tue, 24 Oct 2023
|
|
4823
|
+
* Generated on Tue, 24 Oct 2023 13:11:07 GMT
|
|
4840
4824
|
*/
|
|
4841
4825
|
|
|
4842
4826
|
:root,
|
|
@@ -4864,7 +4848,7 @@ select {
|
|
|
4864
4848
|
|
|
4865
4849
|
/**
|
|
4866
4850
|
* Do not edit directly
|
|
4867
|
-
* Generated on Tue, 24 Oct 2023
|
|
4851
|
+
* Generated on Tue, 24 Oct 2023 13:11:07 GMT
|
|
4868
4852
|
*/
|
|
4869
4853
|
|
|
4870
4854
|
:root,
|
|
@@ -4880,7 +4864,7 @@ select {
|
|
|
4880
4864
|
|
|
4881
4865
|
/**
|
|
4882
4866
|
* Do not edit directly
|
|
4883
|
-
* Generated on Tue, 24 Oct 2023
|
|
4867
|
+
* Generated on Tue, 24 Oct 2023 13:11:06 GMT
|
|
4884
4868
|
*/
|
|
4885
4869
|
|
|
4886
4870
|
:root {
|
|
@@ -5002,7 +4986,7 @@ select {
|
|
|
5002
4986
|
|
|
5003
4987
|
/**
|
|
5004
4988
|
* Do not edit directly
|
|
5005
|
-
* Generated on Tue, 24 Oct 2023
|
|
4989
|
+
* Generated on Tue, 24 Oct 2023 13:11:07 GMT
|
|
5006
4990
|
*/
|
|
5007
4991
|
|
|
5008
4992
|
:root,
|
|
@@ -5018,7 +5002,7 @@ select {
|
|
|
5018
5002
|
|
|
5019
5003
|
/**
|
|
5020
5004
|
* Do not edit directly
|
|
5021
|
-
* Generated on Tue, 24 Oct 2023
|
|
5005
|
+
* Generated on Tue, 24 Oct 2023 13:11:07 GMT
|
|
5022
5006
|
*/
|
|
5023
5007
|
|
|
5024
5008
|
:root,
|
|
@@ -5264,7 +5248,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5264
5248
|
|
|
5265
5249
|
/**
|
|
5266
5250
|
* Do not edit directly
|
|
5267
|
-
* Generated on Tue, 24 Oct 2023
|
|
5251
|
+
* Generated on Tue, 24 Oct 2023 13:11:06 GMT
|
|
5268
5252
|
*/
|
|
5269
5253
|
|
|
5270
5254
|
:root {
|
|
@@ -5273,7 +5257,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5273
5257
|
|
|
5274
5258
|
/**
|
|
5275
5259
|
* Do not edit directly
|
|
5276
|
-
* Generated on Tue, 24 Oct 2023
|
|
5260
|
+
* Generated on Tue, 24 Oct 2023 13:11:07 GMT
|
|
5277
5261
|
*/
|
|
5278
5262
|
|
|
5279
5263
|
:root,
|
|
@@ -5291,7 +5275,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5291
5275
|
|
|
5292
5276
|
/**
|
|
5293
5277
|
* Do not edit directly
|
|
5294
|
-
* Generated on Tue, 24 Oct 2023
|
|
5278
|
+
* Generated on Tue, 24 Oct 2023 13:11:06 GMT
|
|
5295
5279
|
*/
|
|
5296
5280
|
|
|
5297
5281
|
:root {
|
|
@@ -5422,7 +5406,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5422
5406
|
|
|
5423
5407
|
/**
|
|
5424
5408
|
* Do not edit directly
|
|
5425
|
-
* Generated on Tue, 24 Oct 2023
|
|
5409
|
+
* Generated on Tue, 24 Oct 2023 13:11:07 GMT
|
|
5426
5410
|
*/
|
|
5427
5411
|
|
|
5428
5412
|
:root,
|
|
@@ -6523,7 +6507,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6523
6507
|
|
|
6524
6508
|
/**
|
|
6525
6509
|
* Do not edit directly
|
|
6526
|
-
* Generated on Tue, 24 Oct 2023
|
|
6510
|
+
* Generated on Tue, 24 Oct 2023 13:11:06 GMT
|
|
6527
6511
|
*/
|
|
6528
6512
|
|
|
6529
6513
|
:root {
|
|
@@ -6537,7 +6521,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6537
6521
|
|
|
6538
6522
|
/**
|
|
6539
6523
|
* Do not edit directly
|
|
6540
|
-
* Generated on Tue, 24 Oct 2023
|
|
6524
|
+
* Generated on Tue, 24 Oct 2023 13:11:06 GMT
|
|
6541
6525
|
*/
|
|
6542
6526
|
|
|
6543
6527
|
:root {
|
|
@@ -6747,7 +6731,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6747
6731
|
|
|
6748
6732
|
/**
|
|
6749
6733
|
* Do not edit directly
|
|
6750
|
-
* Generated on Tue, 24 Oct 2023
|
|
6734
|
+
* Generated on Tue, 24 Oct 2023 13:11:07 GMT
|
|
6751
6735
|
*/
|
|
6752
6736
|
|
|
6753
6737
|
:root,
|
|
@@ -6763,7 +6747,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6763
6747
|
|
|
6764
6748
|
/**
|
|
6765
6749
|
* Do not edit directly
|
|
6766
|
-
* Generated on Tue, 24 Oct 2023
|
|
6750
|
+
* Generated on Tue, 24 Oct 2023 13:11:06 GMT
|
|
6767
6751
|
*/
|
|
6768
6752
|
|
|
6769
6753
|
:root {
|
|
@@ -7081,7 +7065,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
7081
7065
|
|
|
7082
7066
|
/**
|
|
7083
7067
|
* Do not edit directly
|
|
7084
|
-
* Generated on Tue, 24 Oct 2023
|
|
7068
|
+
* Generated on Tue, 24 Oct 2023 13:11:07 GMT
|
|
7085
7069
|
*/
|
|
7086
7070
|
|
|
7087
7071
|
:root,
|
|
@@ -7497,7 +7481,7 @@ html {
|
|
|
7497
7481
|
|
|
7498
7482
|
/**
|
|
7499
7483
|
* Do not edit directly
|
|
7500
|
-
* Generated on Tue, 24 Oct 2023
|
|
7484
|
+
* Generated on Tue, 24 Oct 2023 13:11:07 GMT
|
|
7501
7485
|
*/
|
|
7502
7486
|
|
|
7503
7487
|
:root,
|
|
@@ -7675,7 +7659,7 @@ html {
|
|
|
7675
7659
|
|
|
7676
7660
|
/**
|
|
7677
7661
|
* Do not edit directly
|
|
7678
|
-
* Generated on Tue, 24 Oct 2023
|
|
7662
|
+
* Generated on Tue, 24 Oct 2023 13:11:07 GMT
|
|
7679
7663
|
*/
|
|
7680
7664
|
|
|
7681
7665
|
:root,
|
|
@@ -7802,7 +7786,7 @@ html {
|
|
|
7802
7786
|
|
|
7803
7787
|
/**
|
|
7804
7788
|
* Do not edit directly
|
|
7805
|
-
* Generated on Tue, 24 Oct 2023
|
|
7789
|
+
* Generated on Tue, 24 Oct 2023 13:11:07 GMT
|
|
7806
7790
|
*/
|
|
7807
7791
|
|
|
7808
7792
|
:root,
|
|
@@ -7930,88 +7914,6 @@ html {
|
|
|
7930
7914
|
color: var(--brand-Pillar-icon-color-yellow);
|
|
7931
7915
|
}
|
|
7932
7916
|
|
|
7933
|
-
/**
|
|
7934
|
-
* Do not edit directly
|
|
7935
|
-
* Generated on Tue, 24 Oct 2023 18:09:27 GMT
|
|
7936
|
-
*/
|
|
7937
|
-
|
|
7938
|
-
:root {
|
|
7939
|
-
--brand-Card-animation-easing: var(--brand-animation-easing-default);
|
|
7940
|
-
--brand-Card-animation-duration: 600ms;
|
|
7941
|
-
--brand-Card-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%);
|
|
7942
|
-
--brand-Card-maxWidth: 26.25rem;
|
|
7943
|
-
}
|
|
7944
|
-
|
|
7945
|
-
/**
|
|
7946
|
-
* Do not edit directly
|
|
7947
|
-
* Generated on Tue, 24 Oct 2023 18:09:28 GMT
|
|
7948
|
-
*/
|
|
7949
|
-
|
|
7950
|
-
:root,
|
|
7951
|
-
[data-color-mode="light"] {
|
|
7952
|
-
--brand-Card-background-default: var(--brand-color-canvas-default);
|
|
7953
|
-
--brand-Card-icon-background-default: var(--base-color-scale-gray-0);
|
|
7954
|
-
--brand-Card-icon-background-blue: var(--base-color-scale-blue-0);
|
|
7955
|
-
--brand-Card-icon-background-coral: var(--base-color-scale-coral-0);
|
|
7956
|
-
--brand-Card-icon-background-green: var(--base-color-scale-green-0);
|
|
7957
|
-
--brand-Card-icon-background-gray: var(--base-color-scale-gray-0);
|
|
7958
|
-
--brand-Card-icon-background-indigo: var(--base-color-scale-indigo-0);
|
|
7959
|
-
--brand-Card-icon-background-lemon: var(--base-color-scale-lemon-0);
|
|
7960
|
-
--brand-Card-icon-background-lime: var(--base-color-scale-lime-0);
|
|
7961
|
-
--brand-Card-icon-background-orange: var(--base-color-scale-orange-0);
|
|
7962
|
-
--brand-Card-icon-background-pink: var(--base-color-scale-pink-0);
|
|
7963
|
-
--brand-Card-icon-background-purple: var(--base-color-scale-purple-0);
|
|
7964
|
-
--brand-Card-icon-background-red: var(--base-color-scale-red-0);
|
|
7965
|
-
--brand-Card-icon-background-teal: var(--base-color-scale-teal-0);
|
|
7966
|
-
--brand-Card-icon-background-yellow: var(--base-color-scale-yellow-0);
|
|
7967
|
-
--brand-Card-icon-color-default: var(--brand-color-scale-gray-5);
|
|
7968
|
-
--brand-Card-icon-color-blue: var(--base-color-scale-blue-5);
|
|
7969
|
-
--brand-Card-icon-color-coral: var(--base-color-scale-coral-5);
|
|
7970
|
-
--brand-Card-icon-color-green: var(--base-color-scale-green-5);
|
|
7971
|
-
--brand-Card-icon-color-gray: var(--base-color-scale-gray-6);
|
|
7972
|
-
--brand-Card-icon-color-indigo: var(--base-color-scale-indigo-5);
|
|
7973
|
-
--brand-Card-icon-color-lemon: var(--base-color-scale-lemon-5);
|
|
7974
|
-
--brand-Card-icon-color-lime: var(--base-color-scale-lime-5);
|
|
7975
|
-
--brand-Card-icon-color-orange: var(--base-color-scale-orange-5);
|
|
7976
|
-
--brand-Card-icon-color-pink: var(--base-color-scale-pink-5);
|
|
7977
|
-
--brand-Card-icon-color-purple: var(--base-color-scale-purple-5);
|
|
7978
|
-
--brand-Card-icon-color-red: var(--base-color-scale-red-5);
|
|
7979
|
-
--brand-Card-icon-color-teal: var(--base-color-scale-teal-5);
|
|
7980
|
-
--brand-Card-icon-color-yellow: var(--base-color-scale-yellow-5);
|
|
7981
|
-
}
|
|
7982
|
-
|
|
7983
|
-
[data-color-mode="dark"] {
|
|
7984
|
-
--brand-Card-background-default: var(--brand-color-canvas-subtle);
|
|
7985
|
-
--brand-Card-icon-background-default: var(--base-color-scale-gray-6);
|
|
7986
|
-
--brand-Card-icon-background-blue: var(--base-color-scale-blue-8);
|
|
7987
|
-
--brand-Card-icon-background-coral: var(--base-color-scale-coral-8);
|
|
7988
|
-
--brand-Card-icon-background-green: var(--base-color-scale-green-8);
|
|
7989
|
-
--brand-Card-icon-background-gray: var(--base-color-scale-gray-6);
|
|
7990
|
-
--brand-Card-icon-background-indigo: var(--base-color-scale-indigo-8);
|
|
7991
|
-
--brand-Card-icon-background-lemon: var(--base-color-scale-lemon-8);
|
|
7992
|
-
--brand-Card-icon-background-lime: var(--base-color-scale-lime-8);
|
|
7993
|
-
--brand-Card-icon-background-orange: var(--base-color-scale-orange-8);
|
|
7994
|
-
--brand-Card-icon-background-pink: var(--base-color-scale-pink-8);
|
|
7995
|
-
--brand-Card-icon-background-purple: var(--base-color-scale-purple-8);
|
|
7996
|
-
--brand-Card-icon-background-red: var(--base-color-scale-red-8);
|
|
7997
|
-
--brand-Card-icon-background-teal: var(--base-color-scale-teal-8);
|
|
7998
|
-
--brand-Card-icon-background-yellow: var(--base-color-scale-yellow-8);
|
|
7999
|
-
--brand-Card-icon-color-default: var(--brand-color-scale-gray-2);
|
|
8000
|
-
--brand-Card-icon-color-blue: var(--base-color-scale-blue-2);
|
|
8001
|
-
--brand-Card-icon-color-coral: var(--base-color-scale-coral-2);
|
|
8002
|
-
--brand-Card-icon-color-green: var(--base-color-scale-green-2);
|
|
8003
|
-
--brand-Card-icon-color-gray: var(--base-color-scale-gray-2);
|
|
8004
|
-
--brand-Card-icon-color-indigo: var(--base-color-scale-indigo-2);
|
|
8005
|
-
--brand-Card-icon-color-lemon: var(--base-color-scale-lemon-2);
|
|
8006
|
-
--brand-Card-icon-color-lime: var(--base-color-scale-lime-2);
|
|
8007
|
-
--brand-Card-icon-color-orange: var(--base-color-scale-orange-2);
|
|
8008
|
-
--brand-Card-icon-color-pink: var(--base-color-scale-pink-2);
|
|
8009
|
-
--brand-Card-icon-color-purple: var(--base-color-scale-purple-2);
|
|
8010
|
-
--brand-Card-icon-color-red: var(--base-color-scale-red-2);
|
|
8011
|
-
--brand-Card-icon-color-teal: var(--base-color-scale-teal-2);
|
|
8012
|
-
--brand-Card-icon-color-yellow: var(--base-color-scale-yellow-2);
|
|
8013
|
-
}
|
|
8014
|
-
|
|
8015
7917
|
.Primer_Brand__Card-module__Card___ByGEk {
|
|
8016
7918
|
max-width: var(--brand-Card-maxWidth);
|
|
8017
7919
|
text-decoration: none;
|
|
@@ -8313,6 +8215,88 @@ html {
|
|
|
8313
8215
|
z-index: -1;
|
|
8314
8216
|
}
|
|
8315
8217
|
|
|
8218
|
+
/**
|
|
8219
|
+
* Do not edit directly
|
|
8220
|
+
* Generated on Tue, 24 Oct 2023 13:11:06 GMT
|
|
8221
|
+
*/
|
|
8222
|
+
|
|
8223
|
+
:root {
|
|
8224
|
+
--brand-Card-animation-easing: var(--brand-animation-easing-default);
|
|
8225
|
+
--brand-Card-animation-duration: 600ms;
|
|
8226
|
+
--brand-Card-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%);
|
|
8227
|
+
--brand-Card-maxWidth: 26.25rem;
|
|
8228
|
+
}
|
|
8229
|
+
|
|
8230
|
+
/**
|
|
8231
|
+
* Do not edit directly
|
|
8232
|
+
* Generated on Tue, 24 Oct 2023 13:11:07 GMT
|
|
8233
|
+
*/
|
|
8234
|
+
|
|
8235
|
+
:root,
|
|
8236
|
+
[data-color-mode="light"] {
|
|
8237
|
+
--brand-Card-background-default: var(--brand-color-canvas-default);
|
|
8238
|
+
--brand-Card-icon-background-default: var(--base-color-scale-gray-0);
|
|
8239
|
+
--brand-Card-icon-background-blue: var(--base-color-scale-blue-0);
|
|
8240
|
+
--brand-Card-icon-background-coral: var(--base-color-scale-coral-0);
|
|
8241
|
+
--brand-Card-icon-background-green: var(--base-color-scale-green-0);
|
|
8242
|
+
--brand-Card-icon-background-gray: var(--base-color-scale-gray-0);
|
|
8243
|
+
--brand-Card-icon-background-indigo: var(--base-color-scale-indigo-0);
|
|
8244
|
+
--brand-Card-icon-background-lemon: var(--base-color-scale-lemon-0);
|
|
8245
|
+
--brand-Card-icon-background-lime: var(--base-color-scale-lime-0);
|
|
8246
|
+
--brand-Card-icon-background-orange: var(--base-color-scale-orange-0);
|
|
8247
|
+
--brand-Card-icon-background-pink: var(--base-color-scale-pink-0);
|
|
8248
|
+
--brand-Card-icon-background-purple: var(--base-color-scale-purple-0);
|
|
8249
|
+
--brand-Card-icon-background-red: var(--base-color-scale-red-0);
|
|
8250
|
+
--brand-Card-icon-background-teal: var(--base-color-scale-teal-0);
|
|
8251
|
+
--brand-Card-icon-background-yellow: var(--base-color-scale-yellow-0);
|
|
8252
|
+
--brand-Card-icon-color-default: var(--brand-color-scale-gray-5);
|
|
8253
|
+
--brand-Card-icon-color-blue: var(--base-color-scale-blue-5);
|
|
8254
|
+
--brand-Card-icon-color-coral: var(--base-color-scale-coral-5);
|
|
8255
|
+
--brand-Card-icon-color-green: var(--base-color-scale-green-5);
|
|
8256
|
+
--brand-Card-icon-color-gray: var(--base-color-scale-gray-6);
|
|
8257
|
+
--brand-Card-icon-color-indigo: var(--base-color-scale-indigo-5);
|
|
8258
|
+
--brand-Card-icon-color-lemon: var(--base-color-scale-lemon-5);
|
|
8259
|
+
--brand-Card-icon-color-lime: var(--base-color-scale-lime-5);
|
|
8260
|
+
--brand-Card-icon-color-orange: var(--base-color-scale-orange-5);
|
|
8261
|
+
--brand-Card-icon-color-pink: var(--base-color-scale-pink-5);
|
|
8262
|
+
--brand-Card-icon-color-purple: var(--base-color-scale-purple-5);
|
|
8263
|
+
--brand-Card-icon-color-red: var(--base-color-scale-red-5);
|
|
8264
|
+
--brand-Card-icon-color-teal: var(--base-color-scale-teal-5);
|
|
8265
|
+
--brand-Card-icon-color-yellow: var(--base-color-scale-yellow-5);
|
|
8266
|
+
}
|
|
8267
|
+
|
|
8268
|
+
[data-color-mode="dark"] {
|
|
8269
|
+
--brand-Card-background-default: var(--brand-color-canvas-subtle);
|
|
8270
|
+
--brand-Card-icon-background-default: var(--base-color-scale-gray-6);
|
|
8271
|
+
--brand-Card-icon-background-blue: var(--base-color-scale-blue-8);
|
|
8272
|
+
--brand-Card-icon-background-coral: var(--base-color-scale-coral-8);
|
|
8273
|
+
--brand-Card-icon-background-green: var(--base-color-scale-green-8);
|
|
8274
|
+
--brand-Card-icon-background-gray: var(--base-color-scale-gray-6);
|
|
8275
|
+
--brand-Card-icon-background-indigo: var(--base-color-scale-indigo-8);
|
|
8276
|
+
--brand-Card-icon-background-lemon: var(--base-color-scale-lemon-8);
|
|
8277
|
+
--brand-Card-icon-background-lime: var(--base-color-scale-lime-8);
|
|
8278
|
+
--brand-Card-icon-background-orange: var(--base-color-scale-orange-8);
|
|
8279
|
+
--brand-Card-icon-background-pink: var(--base-color-scale-pink-8);
|
|
8280
|
+
--brand-Card-icon-background-purple: var(--base-color-scale-purple-8);
|
|
8281
|
+
--brand-Card-icon-background-red: var(--base-color-scale-red-8);
|
|
8282
|
+
--brand-Card-icon-background-teal: var(--base-color-scale-teal-8);
|
|
8283
|
+
--brand-Card-icon-background-yellow: var(--base-color-scale-yellow-8);
|
|
8284
|
+
--brand-Card-icon-color-default: var(--brand-color-scale-gray-2);
|
|
8285
|
+
--brand-Card-icon-color-blue: var(--base-color-scale-blue-2);
|
|
8286
|
+
--brand-Card-icon-color-coral: var(--base-color-scale-coral-2);
|
|
8287
|
+
--brand-Card-icon-color-green: var(--base-color-scale-green-2);
|
|
8288
|
+
--brand-Card-icon-color-gray: var(--base-color-scale-gray-2);
|
|
8289
|
+
--brand-Card-icon-color-indigo: var(--base-color-scale-indigo-2);
|
|
8290
|
+
--brand-Card-icon-color-lemon: var(--base-color-scale-lemon-2);
|
|
8291
|
+
--brand-Card-icon-color-lime: var(--base-color-scale-lime-2);
|
|
8292
|
+
--brand-Card-icon-color-orange: var(--base-color-scale-orange-2);
|
|
8293
|
+
--brand-Card-icon-color-pink: var(--base-color-scale-pink-2);
|
|
8294
|
+
--brand-Card-icon-color-purple: var(--base-color-scale-purple-2);
|
|
8295
|
+
--brand-Card-icon-color-red: var(--base-color-scale-red-2);
|
|
8296
|
+
--brand-Card-icon-color-teal: var(--base-color-scale-teal-2);
|
|
8297
|
+
--brand-Card-icon-color-yellow: var(--base-color-scale-yellow-2);
|
|
8298
|
+
}
|
|
8299
|
+
|
|
8316
8300
|
.Primer_Brand__SectionIntro-module__SectionIntro___RduRB {
|
|
8317
8301
|
display: flex;
|
|
8318
8302
|
flex-direction: column;
|
|
@@ -8368,7 +8352,7 @@ html {
|
|
|
8368
8352
|
|
|
8369
8353
|
/**
|
|
8370
8354
|
* Do not edit directly
|
|
8371
|
-
* Generated on Tue, 24 Oct 2023
|
|
8355
|
+
* Generated on Tue, 24 Oct 2023 13:11:07 GMT
|
|
8372
8356
|
*/
|
|
8373
8357
|
|
|
8374
8358
|
:root,
|
|
@@ -8812,7 +8796,7 @@ html {
|
|
|
8812
8796
|
|
|
8813
8797
|
/**
|
|
8814
8798
|
* Do not edit directly
|
|
8815
|
-
* Generated on Tue, 24 Oct 2023
|
|
8799
|
+
* Generated on Tue, 24 Oct 2023 13:11:06 GMT
|
|
8816
8800
|
*/
|
|
8817
8801
|
|
|
8818
8802
|
:root {
|
|
@@ -8823,7 +8807,7 @@ html {
|
|
|
8823
8807
|
|
|
8824
8808
|
/**
|
|
8825
8809
|
* Do not edit directly
|
|
8826
|
-
* Generated on Tue, 24 Oct 2023
|
|
8810
|
+
* Generated on Tue, 24 Oct 2023 13:11:07 GMT
|
|
8827
8811
|
*/
|
|
8828
8812
|
|
|
8829
8813
|
:root,
|
|
@@ -13060,7 +13044,7 @@ html {
|
|
|
13060
13044
|
|
|
13061
13045
|
/**
|
|
13062
13046
|
* Do not edit directly
|
|
13063
|
-
* Generated on Tue, 24 Oct 2023
|
|
13047
|
+
* Generated on Tue, 24 Oct 2023 13:11:06 GMT
|
|
13064
13048
|
*/
|
|
13065
13049
|
|
|
13066
13050
|
:root {
|
|
@@ -13078,7 +13062,7 @@ html {
|
|
|
13078
13062
|
|
|
13079
13063
|
/**
|
|
13080
13064
|
* Do not edit directly
|
|
13081
|
-
* Generated on Tue, 24 Oct 2023
|
|
13065
|
+
* Generated on Tue, 24 Oct 2023 13:11:07 GMT
|
|
13082
13066
|
*/
|
|
13083
13067
|
|
|
13084
13068
|
:root,
|
|
@@ -13094,7 +13078,7 @@ html {
|
|
|
13094
13078
|
|
|
13095
13079
|
/**
|
|
13096
13080
|
* Do not edit directly
|
|
13097
|
-
* Generated on Tue, 24 Oct 2023
|
|
13081
|
+
* Generated on Tue, 24 Oct 2023 13:11:06 GMT
|
|
13098
13082
|
*/
|
|
13099
13083
|
|
|
13100
13084
|
:root {
|
|
@@ -13319,7 +13303,7 @@ html {
|
|
|
13319
13303
|
|
|
13320
13304
|
/**
|
|
13321
13305
|
* Do not edit directly
|
|
13322
|
-
* Generated on Tue, 24 Oct 2023
|
|
13306
|
+
* Generated on Tue, 24 Oct 2023 13:11:07 GMT
|
|
13323
13307
|
*/
|
|
13324
13308
|
|
|
13325
13309
|
:root,
|
|
@@ -13333,7 +13317,7 @@ html {
|
|
|
13333
13317
|
|
|
13334
13318
|
/**
|
|
13335
13319
|
* Do not edit directly
|
|
13336
|
-
* Generated on Tue, 24 Oct 2023
|
|
13320
|
+
* Generated on Tue, 24 Oct 2023 13:11:06 GMT
|
|
13337
13321
|
*/
|
|
13338
13322
|
|
|
13339
13323
|
:root {
|
|
@@ -13347,7 +13331,7 @@ html {
|
|
|
13347
13331
|
|
|
13348
13332
|
/**
|
|
13349
13333
|
* Do not edit directly
|
|
13350
|
-
* Generated on Tue, 24 Oct 2023
|
|
13334
|
+
* Generated on Tue, 24 Oct 2023 13:11:06 GMT
|
|
13351
13335
|
*/
|
|
13352
13336
|
|
|
13353
13337
|
:root {
|