@primer/react-brand 0.25.0-rc.ecd5717 → 0.25.0-rc.eec8b94
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/Accordion/Accordion.d.ts +3 -0
- package/lib/Card/Card.d.ts +1 -0
- package/lib/FAQ/FAQ.d.ts +4 -2
- package/lib/FAQ/FAQGroup.d.ts +22 -0
- package/lib/FAQ/index.d.ts +1 -0
- package/lib/Stack/Stack.d.ts +2 -2
- package/lib/VideoPlayer/VideoPlayer.visual.spec.d.ts +1 -0
- package/lib/css/main.css +415 -195
- 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 +2 -2
- package/lib/design-tokens/css/tokens/functional/colors/global.css +2 -2
- package/lib/design-tokens/css/tokens/functional/components/accordion/colors-with-modes.css +5 -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 +49 -23
- 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 +2 -2
- package/lib/design-tokens/css/tokens/functional/components/faq/colors-with-modes.css +9 -3
- package/lib/design-tokens/css/tokens/functional/components/faq/colors.css +5 -2
- 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/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 +9 -7
- 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 +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 +3 -3
- 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 +17 -14
- package/lib/design-tokens/js/module/tokens/functional/components/faq/colors.js +69 -6
- 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 +45 -13
- 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/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 +2 -2
- 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 +2 -2
- package/lib/design-tokens/js/tokens/functional/components/faq/colors.js +5 -2
- 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 +9 -7
- 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/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 +2 -2
- 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 +2 -2
- package/lib/design-tokens/scss/tokens/functional/components/faq/colors.scss +5 -2
- 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 +9 -7
- 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 +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 +2 -2
- 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 +4 -2
- package/lib/design-tokens/ts/tokens/functional/components/faq/base.js +4 -2
- package/lib/design-tokens/ts/tokens/functional/components/faq/colors.d.ts +12 -3
- package/lib/design-tokens/ts/tokens/functional/components/faq/colors.js +12 -3
- 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 +5 -3
- package/lib/design-tokens/ts/tokens/functional/size/size.js +10 -8
- 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/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/css/main.css
CHANGED
|
@@ -89,7 +89,7 @@ select {
|
|
|
89
89
|
|
|
90
90
|
/**
|
|
91
91
|
* Do not edit directly
|
|
92
|
-
* Generated on Thu,
|
|
92
|
+
* Generated on Thu, 07 Sep 2023 13:47:50 GMT
|
|
93
93
|
*/
|
|
94
94
|
|
|
95
95
|
:root,
|
|
@@ -629,7 +629,7 @@ select {
|
|
|
629
629
|
|
|
630
630
|
/**
|
|
631
631
|
* Do not edit directly
|
|
632
|
-
* Generated on Thu,
|
|
632
|
+
* Generated on Thu, 07 Sep 2023 13:47:50 GMT
|
|
633
633
|
*/
|
|
634
634
|
|
|
635
635
|
:root {
|
|
@@ -654,7 +654,7 @@ select {
|
|
|
654
654
|
|
|
655
655
|
/**
|
|
656
656
|
* Do not edit directly
|
|
657
|
-
* Generated on Thu,
|
|
657
|
+
* Generated on Thu, 07 Sep 2023 13:47:50 GMT
|
|
658
658
|
*/
|
|
659
659
|
|
|
660
660
|
:root {
|
|
@@ -669,7 +669,7 @@ select {
|
|
|
669
669
|
|
|
670
670
|
/**
|
|
671
671
|
* Do not edit directly
|
|
672
|
-
* Generated on Thu,
|
|
672
|
+
* Generated on Thu, 07 Sep 2023 13:47:50 GMT
|
|
673
673
|
*/
|
|
674
674
|
|
|
675
675
|
:root {
|
|
@@ -796,7 +796,7 @@ select {
|
|
|
796
796
|
|
|
797
797
|
/**
|
|
798
798
|
* Do not edit directly
|
|
799
|
-
* Generated on Thu,
|
|
799
|
+
* Generated on Thu, 07 Sep 2023 13:47:50 GMT
|
|
800
800
|
*/
|
|
801
801
|
|
|
802
802
|
:root {
|
|
@@ -810,7 +810,7 @@ select {
|
|
|
810
810
|
|
|
811
811
|
/**
|
|
812
812
|
* Do not edit directly
|
|
813
|
-
* Generated on Thu,
|
|
813
|
+
* Generated on Thu, 07 Sep 2023 13:47:50 GMT
|
|
814
814
|
*/
|
|
815
815
|
|
|
816
816
|
:root {
|
|
@@ -828,7 +828,7 @@ select {
|
|
|
828
828
|
|
|
829
829
|
/**
|
|
830
830
|
* Do not edit directly
|
|
831
|
-
* Generated on Thu,
|
|
831
|
+
* Generated on Thu, 07 Sep 2023 13:47:51 GMT
|
|
832
832
|
*/
|
|
833
833
|
|
|
834
834
|
:root,
|
|
@@ -855,7 +855,7 @@ select {
|
|
|
855
855
|
--brand-color-canvas-overlay: var(--base-color-scale-white-0);
|
|
856
856
|
--brand-color-canvas-inset: var(--base-color-scale-gray-0);
|
|
857
857
|
--brand-color-canvas-subtle: var(--base-color-scale-gray-0);
|
|
858
|
-
--brand-color-border-default: var(--base-color-scale-gray-
|
|
858
|
+
--brand-color-border-default: var(--base-color-scale-gray-3);
|
|
859
859
|
--brand-color-border-muted: hsl(var(--base-color-scale-gray-2-hsl) / 99.7%);
|
|
860
860
|
--brand-color-border-subtle: hsl(var(--base-color-scale-gray-1-hsl) / 99.7%);
|
|
861
861
|
--brand-color-focus: var(--base-color-scale-blue-5);
|
|
@@ -1181,36 +1181,62 @@ select {
|
|
|
1181
1181
|
|
|
1182
1182
|
/**
|
|
1183
1183
|
* Do not edit directly
|
|
1184
|
-
* Generated on Thu,
|
|
1184
|
+
* Generated on Thu, 07 Sep 2023 13:47:51 GMT
|
|
1185
1185
|
*/
|
|
1186
1186
|
|
|
1187
1187
|
:root,
|
|
1188
1188
|
[data-color-mode="light"] {
|
|
1189
|
-
--brand-
|
|
1190
|
-
--brand-
|
|
1191
|
-
--brand-
|
|
1192
|
-
--brand-
|
|
1193
|
-
--brand-
|
|
1194
|
-
--brand-
|
|
1195
|
-
--brand-
|
|
1196
|
-
--brand-
|
|
1197
|
-
--brand-
|
|
1198
|
-
--brand-
|
|
1199
|
-
--brand-
|
|
1189
|
+
--brand-button-primary-bgColor-rest: var(--base-color-scale-black-0);
|
|
1190
|
+
--brand-button-primary-bgColor-hover: var(--base-color-scale-gray-8);
|
|
1191
|
+
--brand-button-primary-bgColor-active: var(--base-color-scale-gray-8);
|
|
1192
|
+
--brand-button-primary-bgColor-disabled: var(--base-color-scale-gray-4);
|
|
1193
|
+
--brand-button-primary-borderColor-rest: var(--base-color-scale-black-0);
|
|
1194
|
+
--brand-button-primary-borderColor-hover: var(--base-color-scale-gray-8);
|
|
1195
|
+
--brand-button-primary-borderColor-active: var(--base-color-scale-gray-8);
|
|
1196
|
+
--brand-button-primary-borderColor-disabled: var(--base-color-scale-gray-4);
|
|
1197
|
+
--brand-button-primary-fgColor-rest: var(--brand-color-text-onEmphasis);
|
|
1198
|
+
--brand-button-primary-fgColor-disabled: var(--base-color-scale-gray-2);
|
|
1199
|
+
--brand-button-primary-shadow-active: inset 0px 1px 0px 0px var(--brand-button-primary-borderColor-active);
|
|
1200
|
+
--brand-button-secondary-bgColor-rest: transparent;
|
|
1201
|
+
--brand-button-secondary-bgColor-hover: hsl(var(--base-color-scale-gray-3-hsl) / 20%);
|
|
1202
|
+
--brand-button-secondary-bgColor-active: hsl(var(--base-color-scale-gray-3-hsl) / 40%);
|
|
1203
|
+
--brand-button-secondary-borderColor-rest: var(--brand-color-border-default);
|
|
1204
|
+
--brand-button-secondary-borderColor-hover: var(--base-color-scale-gray-9);
|
|
1205
|
+
--brand-button-secondary-borderColor-active: var(--base-color-scale-gray-9);
|
|
1206
|
+
--brand-button-secondary-fgColor-rest: var(--brand-color-text-default);
|
|
1207
|
+
--brand-button-secondary-fgColor-disabled: var(--base-color-scale-gray-3);
|
|
1208
|
+
--brand-button-subtle-borderColor-rest: transparent;
|
|
1209
|
+
--brand-button-subtle-borderColor-hover: var(--base-color-scale-gray-9);
|
|
1210
|
+
--brand-button-subtle-borderColor-active: var(--base-color-scale-gray-9);
|
|
1211
|
+
--brand-button-subtle-fgColor-rest: var(--brand-color-text-default);
|
|
1212
|
+
--brand-button-subtle-fgColor-disabled: var(--base-color-scale-gray-3);
|
|
1200
1213
|
}
|
|
1201
1214
|
|
|
1202
1215
|
[data-color-mode="dark"] {
|
|
1203
|
-
--brand-
|
|
1204
|
-
--brand-
|
|
1205
|
-
--brand-
|
|
1206
|
-
--brand-
|
|
1207
|
-
--brand-
|
|
1208
|
-
--brand-
|
|
1209
|
-
--brand-
|
|
1210
|
-
--brand-
|
|
1211
|
-
--brand-
|
|
1212
|
-
--brand-
|
|
1213
|
-
--brand-
|
|
1216
|
+
--brand-button-primary-bgColor-rest: var(--base-color-scale-white-0);
|
|
1217
|
+
--brand-button-primary-bgColor-hover: var(--base-color-scale-gray-0);
|
|
1218
|
+
--brand-button-primary-bgColor-active: var(--base-color-scale-gray-0);
|
|
1219
|
+
--brand-button-primary-bgColor-disabled: var(--base-color-scale-gray-4);
|
|
1220
|
+
--brand-button-primary-borderColor-rest: var(--base-color-scale-white-0);
|
|
1221
|
+
--brand-button-primary-borderColor-hover: var(--base-color-scale-white-0);
|
|
1222
|
+
--brand-button-primary-borderColor-active: var(--base-color-scale-white-0);
|
|
1223
|
+
--brand-button-primary-borderColor-disabled: var(--base-color-scale-gray-4);
|
|
1224
|
+
--brand-button-primary-fgColor-rest: var(--brand-color-text-onEmphasis);
|
|
1225
|
+
--brand-button-primary-fgColor-disabled: var(--base-color-scale-gray-2);
|
|
1226
|
+
--brand-button-primary-shadow-active: inset 0px 1px 0px 0px var(--brand-button-primary-borderColor-active);
|
|
1227
|
+
--brand-button-secondary-bgColor-rest: transparent;
|
|
1228
|
+
--brand-button-secondary-bgColor-hover: hsl(var(--base-color-scale-gray-3-hsl) / 20%);
|
|
1229
|
+
--brand-button-secondary-bgColor-active: hsl(var(--base-color-scale-gray-3-hsl) / 40%);
|
|
1230
|
+
--brand-button-secondary-borderColor-rest: var(--brand-color-border-default);
|
|
1231
|
+
--brand-button-secondary-borderColor-hover: var(--base-color-scale-white-0);
|
|
1232
|
+
--brand-button-secondary-borderColor-active: var(--base-color-scale-white-0);
|
|
1233
|
+
--brand-button-secondary-fgColor-rest: var(--brand-color-text-default);
|
|
1234
|
+
--brand-button-secondary-fgColor-disabled: var(--base-color-scale-gray-4);
|
|
1235
|
+
--brand-button-subtle-borderColor-rest: transparent;
|
|
1236
|
+
--brand-button-subtle-borderColor-hover: var(--base-color-scale-white-0);
|
|
1237
|
+
--brand-button-subtle-borderColor-active: var(--base-color-scale-white-0);
|
|
1238
|
+
--brand-button-subtle-fgColor-rest: var(--brand-color-text-default);
|
|
1239
|
+
--brand-button-subtle-fgColor-disabled: var(--base-color-scale-gray-4);
|
|
1214
1240
|
}
|
|
1215
1241
|
|
|
1216
1242
|
.Primer_Brand__Button-module__Button___lDruK {
|
|
@@ -1225,9 +1251,9 @@ select {
|
|
|
1225
1251
|
justify-content: center;
|
|
1226
1252
|
transition: box-shadow var(--brand-animation-duration-faster);
|
|
1227
1253
|
text-decoration: none;
|
|
1228
|
-
border-radius:
|
|
1254
|
+
border-radius: var(--brand-control-medium-borderRadius);
|
|
1229
1255
|
cursor: pointer;
|
|
1230
|
-
border:
|
|
1256
|
+
border: solid var(--brand-borderWidth-thick) transparent;
|
|
1231
1257
|
background: none;
|
|
1232
1258
|
display: inline-flex;
|
|
1233
1259
|
gap: var(--brand-control-medium-gap);
|
|
@@ -1237,10 +1263,23 @@ select {
|
|
|
1237
1263
|
text-decoration: none;
|
|
1238
1264
|
}
|
|
1239
1265
|
|
|
1240
|
-
.Primer_Brand__Button-module__Button___lDruK:
|
|
1241
|
-
|
|
1242
|
-
|
|
1266
|
+
.Primer_Brand__Button-module__Button___lDruK.Primer_Brand__Button-module__focus-visible___kmhRj:not(.Primer_Brand__Button-module__Button___lDruK[disabled]) {
|
|
1267
|
+
transition: none;
|
|
1268
|
+
outline: 4px solid var(--brand-color-focus);
|
|
1269
|
+
outline-offset: 2px;
|
|
1270
|
+
}
|
|
1271
|
+
|
|
1272
|
+
.Primer_Brand__Button-module__Button___lDruK:focus-visible:not(.Primer_Brand__Button-module__Button___lDruK[disabled]) {
|
|
1243
1273
|
transition: none;
|
|
1274
|
+
outline: 4px solid var(--brand-color-focus);
|
|
1275
|
+
outline-offset: 2px;
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1278
|
+
.Primer_Brand__Button-module__Button--disabled___Ba17E,
|
|
1279
|
+
.Primer_Brand__Button-module__Button--disabled___Ba17E:hover,
|
|
1280
|
+
.Primer_Brand__Button-module__Button--disabled___Ba17E:focus {
|
|
1281
|
+
cursor: not-allowed;
|
|
1282
|
+
outline: none;
|
|
1244
1283
|
}
|
|
1245
1284
|
|
|
1246
1285
|
.Primer_Brand__Button-module__Button__text___Z3ocU {
|
|
@@ -1260,70 +1299,127 @@ select {
|
|
|
1260
1299
|
display: flex;
|
|
1261
1300
|
}
|
|
1262
1301
|
|
|
1263
|
-
|
|
1264
|
-
|
|
1265
|
-
|
|
1302
|
+
/* optically adjust arrow to align with the end (right) padding */
|
|
1303
|
+
/* reduce gap between label and arrow */
|
|
1304
|
+
[dir="ltr"] .Primer_Brand__Button-module__Button-arrow___SkJXQ {
|
|
1305
|
+
margin-right: calc(var(--base-size-4) * -1);
|
|
1266
1306
|
}
|
|
1267
|
-
|
|
1268
|
-
|
|
1269
|
-
.Primer_Brand__Button-module__Button--primary___xIC7G .Primer_Brand__Button-module__Button__icon-visual--disabled___j7aVy {
|
|
1270
|
-
color: var(--brand-Button-fg-primary-disabled);
|
|
1307
|
+
[dir="rtl"] .Primer_Brand__Button-module__Button-arrow___SkJXQ {
|
|
1308
|
+
margin-left: calc(var(--base-size-4) * -1);
|
|
1271
1309
|
}
|
|
1272
|
-
|
|
1273
|
-
|
|
1274
|
-
.Primer_Brand__Button-module__Button--subtle___UMmi9 .Primer_Brand__Button-module__Button-arrow--disabled____UgPq,
|
|
1275
|
-
.Primer_Brand__Button-module__Button--subtle___UMmi9 .Primer_Brand__Button-module__Button__icon-visual--disabled___j7aVy,
|
|
1276
|
-
.Primer_Brand__Button-module__Button--secondary___akMC2 .Primer_Brand__Button-module__Button__icon-visual--disabled___j7aVy {
|
|
1277
|
-
color: var(--brand-Button-fg-secondary-disabled);
|
|
1310
|
+
[dir="ltr"] .Primer_Brand__Button-module__Button-arrow___SkJXQ {
|
|
1311
|
+
margin-left: calc(var(--base-size-8) * -1);
|
|
1278
1312
|
}
|
|
1313
|
+
[dir="rtl"] .Primer_Brand__Button-module__Button-arrow___SkJXQ {
|
|
1314
|
+
margin-right: calc(var(--base-size-8) * -1);
|
|
1315
|
+
}
|
|
1316
|
+
|
|
1317
|
+
/* primary */
|
|
1279
1318
|
|
|
1280
1319
|
.Primer_Brand__Button-module__Button--primary___xIC7G {
|
|
1281
|
-
color: var(--brand-
|
|
1282
|
-
background-color: var(--brand-
|
|
1283
|
-
|
|
1320
|
+
color: var(--brand-button-primary-fgColor-rest);
|
|
1321
|
+
background-color: var(--brand-button-primary-bgColor-rest);
|
|
1322
|
+
border: solid var(--brand-borderWidth-thin) var(--brand-button-primary-borderColor-rest);
|
|
1284
1323
|
}
|
|
1285
1324
|
|
|
1286
|
-
.Primer_Brand__Button-module__Button--primary___xIC7G:not(.Primer_Brand__Button-module__Button___lDruK[disabled]):not(.Primer_Brand__Button-module__Button___lDruK[aria-disabled='true']):hover {
|
|
1287
|
-
|
|
1325
|
+
.Primer_Brand__Button-module__Button--primary___xIC7G:not(.Primer_Brand__Button-module__Button___lDruK[disabled]):not(.Primer_Brand__Button-module__Button___lDruK[aria-disabled='true']):not([aria-expanded='true']):hover {
|
|
1326
|
+
background-color: var(--brand-button-primary-bgColor-hover);
|
|
1327
|
+
border-color: var(--brand-button-primary-borderColor-hover);
|
|
1288
1328
|
}
|
|
1289
1329
|
|
|
1290
|
-
.Primer_Brand__Button-module__Button--primary___xIC7G.Primer_Brand__Button-
|
|
1291
|
-
|
|
1330
|
+
.Primer_Brand__Button-module__Button--primary___xIC7G:not(.Primer_Brand__Button-module__Button___lDruK[disabled]):not(.Primer_Brand__Button-module__Button___lDruK[aria-disabled='true']):active,
|
|
1331
|
+
.Primer_Brand__Button-module__Button--primary___xIC7G[aria-expanded='true'] {
|
|
1332
|
+
background-color: var(--brand-button-primary-bgColor-active);
|
|
1333
|
+
border-color: var(--brand-button-primary-borderColor-active);
|
|
1334
|
+
box-shadow: var(--brand-button-primary-shadow-active);
|
|
1292
1335
|
}
|
|
1293
1336
|
|
|
1294
1337
|
.Primer_Brand__Button-module__Button--label-primary___Leisi {
|
|
1295
|
-
color: var(--brand-
|
|
1338
|
+
color: var(--brand-button-primary-fgColor-rest);
|
|
1296
1339
|
}
|
|
1297
1340
|
|
|
1341
|
+
.Primer_Brand__Button-module__Button--primary___xIC7G:disabled,
|
|
1342
|
+
.Primer_Brand__Button-module__Button--primary___xIC7G[aria-disabled='true'],
|
|
1343
|
+
.Primer_Brand__Button-module__Button--primary___xIC7G.Primer_Brand__Button-module__Button--disabled___Ba17E {
|
|
1344
|
+
background-color: var(--brand-button-primary-bgColor-disabled);
|
|
1345
|
+
border-color: var(--brand-button-primary-borderColor-disabled);
|
|
1346
|
+
}
|
|
1347
|
+
|
|
1348
|
+
.Primer_Brand__Button-module__Button--primary___xIC7G:disabled .Primer_Brand__Button-module__Button-arrow--disabled____UgPq,
|
|
1349
|
+
.Primer_Brand__Button-module__Button--primary___xIC7G[aria-disabled='true'] .Primer_Brand__Button-module__Button-arrow--disabled____UgPq,
|
|
1350
|
+
.Primer_Brand__Button-module__Button--primary___xIC7G.Primer_Brand__Button-module__Button--disabled___Ba17E .Primer_Brand__Button-module__Button-arrow--disabled____UgPq,
|
|
1351
|
+
.Primer_Brand__Button-module__Button--primary___xIC7G:disabled .Primer_Brand__Button-module__Button__icon-visual--disabled___j7aVy,
|
|
1352
|
+
.Primer_Brand__Button-module__Button--primary___xIC7G[aria-disabled='true'] .Primer_Brand__Button-module__Button__icon-visual--disabled___j7aVy,
|
|
1353
|
+
.Primer_Brand__Button-module__Button--primary___xIC7G.Primer_Brand__Button-module__Button--disabled___Ba17E .Primer_Brand__Button-module__Button__icon-visual--disabled___j7aVy,
|
|
1298
1354
|
.Primer_Brand__Button-module__Button--label-primary___Leisi.Primer_Brand__Button-module__Button-label--disabled___ZBpbj {
|
|
1299
|
-
color: var(--brand-
|
|
1355
|
+
color: var(--brand-button-primary-fgColor-disabled);
|
|
1300
1356
|
}
|
|
1301
1357
|
|
|
1358
|
+
/* secondary */
|
|
1359
|
+
|
|
1302
1360
|
.Primer_Brand__Button-module__Button--secondary___akMC2 {
|
|
1303
|
-
|
|
1304
|
-
|
|
1305
|
-
transition: box-shadow 200ms;
|
|
1361
|
+
transition: background-color, border-color 200ms;
|
|
1362
|
+
border-color: var(--brand-button-secondary-borderColor-rest);
|
|
1306
1363
|
}
|
|
1307
1364
|
|
|
1308
|
-
.Primer_Brand__Button-module__Button--secondary___akMC2:not(.Primer_Brand__Button-module__Button___lDruK[disabled]):not(.Primer_Brand__Button-module__Button___lDruK[aria-disabled='true']):hover {
|
|
1309
|
-
|
|
1365
|
+
.Primer_Brand__Button-module__Button--secondary___akMC2:not(.Primer_Brand__Button-module__Button___lDruK[disabled]):not(.Primer_Brand__Button-module__Button___lDruK[aria-disabled='true']):not([aria-expanded='true']):hover {
|
|
1366
|
+
background-color: var(--brand-button-secondary-bgColor-hover);
|
|
1367
|
+
border-color: var(--brand-button-secondary-borderColor-hover);
|
|
1310
1368
|
}
|
|
1311
1369
|
|
|
1312
|
-
.Primer_Brand__Button-module__Button--
|
|
1313
|
-
.Primer_Brand__Button-module__Button--
|
|
1314
|
-
|
|
1315
|
-
color: var(--brand-
|
|
1370
|
+
.Primer_Brand__Button-module__Button--secondary___akMC2:not(.Primer_Brand__Button-module__Button___lDruK[disabled]):not(.Primer_Brand__Button-module__Button___lDruK[aria-disabled='true']):active,
|
|
1371
|
+
.Primer_Brand__Button-module__Button--secondary___akMC2[aria-expanded='true'] {
|
|
1372
|
+
background-color: var(--brand-button-secondary-bgColor-active);
|
|
1373
|
+
border-color: var(--brand-button-secondary-borderColor-active);
|
|
1316
1374
|
}
|
|
1317
1375
|
|
|
1376
|
+
.Primer_Brand__Button-module__Button--label-secondary___DRJoJ {
|
|
1377
|
+
color: var(--brand-button-secondary-fgColor-rest);
|
|
1378
|
+
}
|
|
1379
|
+
|
|
1380
|
+
.Primer_Brand__Button-module__Button--secondary___akMC2 .Primer_Brand__Button-module__Button__icon-visual___zR2Hi,
|
|
1381
|
+
.Primer_Brand__Button-module__Button--secondary___akMC2 .Primer_Brand__Button-module__Button-arrow___SkJXQ {
|
|
1382
|
+
color: var(--brand-button-secondary-fgColor-rest);
|
|
1383
|
+
}
|
|
1384
|
+
|
|
1385
|
+
.Primer_Brand__Button-module__Button--secondary___akMC2:disabled .Primer_Brand__Button-module__Button-arrow--disabled____UgPq,
|
|
1386
|
+
.Primer_Brand__Button-module__Button--secondary___akMC2[aria-disabled='true'] .Primer_Brand__Button-module__Button-arrow--disabled____UgPq,
|
|
1387
|
+
.Primer_Brand__Button-module__Button--secondary___akMC2.Primer_Brand__Button-module__Button--disabled___Ba17E .Primer_Brand__Button-module__Button-arrow--disabled____UgPq,
|
|
1388
|
+
.Primer_Brand__Button-module__Button--secondary___akMC2:disabled .Primer_Brand__Button-module__Button__icon-visual--disabled___j7aVy,
|
|
1389
|
+
.Primer_Brand__Button-module__Button--secondary___akMC2[aria-disabled='true'] .Primer_Brand__Button-module__Button__icon-visual--disabled___j7aVy,
|
|
1390
|
+
.Primer_Brand__Button-module__Button--secondary___akMC2.Primer_Brand__Button-module__Button--disabled___Ba17E .Primer_Brand__Button-module__Button__icon-visual--disabled___j7aVy,
|
|
1391
|
+
.Primer_Brand__Button-module__Button--label-secondary___DRJoJ.Primer_Brand__Button-module__Button-label--disabled___ZBpbj {
|
|
1392
|
+
color: var(--brand-button-secondary-fgColor-disabled);
|
|
1393
|
+
}
|
|
1394
|
+
|
|
1395
|
+
/* subtle */
|
|
1396
|
+
|
|
1318
1397
|
.Primer_Brand__Button-module__Button--subtle___UMmi9 {
|
|
1319
1398
|
color: var(--brand-color-text-default);
|
|
1320
|
-
|
|
1399
|
+
border-color: var(--brand-button-subtle-borderColor-rest);
|
|
1400
|
+
transition: background-color, border-color var(--brand-animation-duration-faster);
|
|
1321
1401
|
}
|
|
1322
1402
|
|
|
1323
1403
|
.Primer_Brand__Button-module__Button--subtle___UMmi9:hover:not(.Primer_Brand__Button-module__Button___lDruK[disabled]) {
|
|
1324
|
-
|
|
1404
|
+
border-color: var(--brand-button-subtle-borderColor-hover);
|
|
1325
1405
|
}
|
|
1326
1406
|
|
|
1407
|
+
.Primer_Brand__Button-module__Button--label-subtle___RRaqm {
|
|
1408
|
+
color: var(--brand-button-subtle-fgColor-rest);
|
|
1409
|
+
}
|
|
1410
|
+
|
|
1411
|
+
.Primer_Brand__Button-module__Button--subtle___UMmi9:disabled .Primer_Brand__Button-module__Button-arrow--disabled____UgPq,
|
|
1412
|
+
.Primer_Brand__Button-module__Button--subtle___UMmi9[aria-disabled='true'] .Primer_Brand__Button-module__Button-arrow--disabled____UgPq,
|
|
1413
|
+
.Primer_Brand__Button-module__Button--subtle___UMmi9.Primer_Brand__Button-module__Button--disabled___Ba17E .Primer_Brand__Button-module__Button-arrow--disabled____UgPq,
|
|
1414
|
+
.Primer_Brand__Button-module__Button--subtle___UMmi9:disabled .Primer_Brand__Button-module__Button__icon-visual--disabled___j7aVy,
|
|
1415
|
+
.Primer_Brand__Button-module__Button--subtle___UMmi9[aria-disabled='true'] .Primer_Brand__Button-module__Button__icon-visual--disabled___j7aVy,
|
|
1416
|
+
.Primer_Brand__Button-module__Button--subtle___UMmi9.Primer_Brand__Button-module__Button--disabled___Ba17E .Primer_Brand__Button-module__Button__icon-visual--disabled___j7aVy,
|
|
1417
|
+
.Primer_Brand__Button-module__Button--label-subtle___RRaqm.Primer_Brand__Button-module__Button-label--disabled___ZBpbj {
|
|
1418
|
+
color: var(--brand-button-subtle-fgColor-disabled);
|
|
1419
|
+
}
|
|
1420
|
+
|
|
1421
|
+
/* size */
|
|
1422
|
+
|
|
1327
1423
|
.Primer_Brand__Button-module__Button--size-medium___EyCyw {
|
|
1328
1424
|
height: var(--brand-control-medium-size);
|
|
1329
1425
|
padding: var(--brand-control-medium-paddingBlock) var(--brand-control-medium-paddingInline-spacious);
|
|
@@ -1332,21 +1428,17 @@ select {
|
|
|
1332
1428
|
.Primer_Brand__Button-module__Button--size-large___REN1l {
|
|
1333
1429
|
height: var(--brand-control-large-size);
|
|
1334
1430
|
padding: var(--brand-control-large-paddingBlock) var(--brand-control-large-paddingInline-spacious);
|
|
1431
|
+
border-radius: var(--brand-control-large-borderRadius);
|
|
1335
1432
|
}
|
|
1336
1433
|
|
|
1337
|
-
.Primer_Brand__Button-module__Button--
|
|
1338
|
-
|
|
1339
|
-
|
|
1340
|
-
|
|
1341
|
-
.Primer_Brand__Button-module__Button--disabled___Ba17E,
|
|
1342
|
-
.Primer_Brand__Button-module__Button--disabled___Ba17E:hover,
|
|
1343
|
-
.Primer_Brand__Button-module__Button--disabled___Ba17E:focus {
|
|
1344
|
-
cursor: not-allowed;
|
|
1345
|
-
outline: none;
|
|
1434
|
+
.Primer_Brand__Button-module__Button--size-large___REN1l .Primer_Brand__Button-module__Button__icon-visual___zR2Hi,
|
|
1435
|
+
.Primer_Brand__Button-module__Button--size-large___REN1l .Primer_Brand__Button-module__Button-arrow___SkJXQ {
|
|
1436
|
+
height: var(--base-size-20);
|
|
1437
|
+
width: var(--base-size-20);
|
|
1346
1438
|
}
|
|
1347
1439
|
|
|
1348
|
-
.Primer_Brand__Button-module__Button--
|
|
1349
|
-
|
|
1440
|
+
.Primer_Brand__Button-module__Button--block___F5RXs {
|
|
1441
|
+
width: 100%;
|
|
1350
1442
|
}
|
|
1351
1443
|
|
|
1352
1444
|
@media (forced-colors: active) {
|
|
@@ -1639,7 +1731,7 @@ select {
|
|
|
1639
1731
|
|
|
1640
1732
|
/**
|
|
1641
1733
|
* Do not edit directly
|
|
1642
|
-
* Generated on Thu,
|
|
1734
|
+
* Generated on Thu, 07 Sep 2023 13:47:50 GMT
|
|
1643
1735
|
*/
|
|
1644
1736
|
|
|
1645
1737
|
:root {
|
|
@@ -1866,7 +1958,7 @@ select {
|
|
|
1866
1958
|
|
|
1867
1959
|
/**
|
|
1868
1960
|
* Do not edit directly
|
|
1869
|
-
* Generated on Thu,
|
|
1961
|
+
* Generated on Thu, 07 Sep 2023 13:47:51 GMT
|
|
1870
1962
|
*/
|
|
1871
1963
|
|
|
1872
1964
|
:root,
|
|
@@ -2125,7 +2217,7 @@ select {
|
|
|
2125
2217
|
|
|
2126
2218
|
/**
|
|
2127
2219
|
* Do not edit directly
|
|
2128
|
-
* Generated on Thu,
|
|
2220
|
+
* Generated on Thu, 07 Sep 2023 13:47:50 GMT
|
|
2129
2221
|
*/
|
|
2130
2222
|
|
|
2131
2223
|
:root {
|
|
@@ -2151,7 +2243,7 @@ select {
|
|
|
2151
2243
|
|
|
2152
2244
|
/**
|
|
2153
2245
|
* Do not edit directly
|
|
2154
|
-
* Generated on Thu,
|
|
2246
|
+
* Generated on Thu, 07 Sep 2023 13:47:51 GMT
|
|
2155
2247
|
*/
|
|
2156
2248
|
|
|
2157
2249
|
:root,
|
|
@@ -2909,15 +3001,15 @@ select {
|
|
|
2909
3001
|
|
|
2910
3002
|
/**
|
|
2911
3003
|
* Do not edit directly
|
|
2912
|
-
* Generated on Thu,
|
|
3004
|
+
* Generated on Thu, 07 Sep 2023 13:47:50 GMT
|
|
2913
3005
|
*/
|
|
2914
3006
|
|
|
2915
3007
|
:root {
|
|
2916
3008
|
--brand-control-animation-easing: var(--brand-animation-easing-glide);
|
|
2917
3009
|
--brand-control-animation-duration: 80ms;
|
|
2918
3010
|
--brand-control-border-radius: var(--brand-borderRadius-medium);
|
|
2919
|
-
--brand-control-large-
|
|
2920
|
-
--brand-control-
|
|
3011
|
+
--brand-control-large-size: 3.75rem;
|
|
3012
|
+
--brand-control-medium-borderRadius: var(--brand-borderRadius-medium);
|
|
2921
3013
|
--brand-controlStack-large-gap-spacious: var(--base-size-12);
|
|
2922
3014
|
--brand-controlStack-large-gap-condensed: var(--base-size-8);
|
|
2923
3015
|
--brand-controlStack-large-gap-auto: var(--base-size-8);
|
|
@@ -2934,17 +3026,19 @@ select {
|
|
|
2934
3026
|
--brand-box-spacing-spacious: var(--base-size-48);
|
|
2935
3027
|
--brand-box-spacing-normal: var(--base-size-24);
|
|
2936
3028
|
--brand-box-spacing-condensed: var(--base-size-16);
|
|
3029
|
+
--brand-control-large-borderRadius: var(--base-size-8);
|
|
2937
3030
|
--brand-control-large-gap: var(--base-size-16);
|
|
2938
3031
|
--brand-control-large-paddingInline-spacious: var(--base-size-32);
|
|
2939
3032
|
--brand-control-large-paddingInline-normal: var(--base-size-20);
|
|
2940
3033
|
--brand-control-large-paddingInline-condensed: var(--base-size-16);
|
|
3034
|
+
--brand-control-large-paddingBlock: var(--base-size-20);
|
|
2941
3035
|
--brand-control-large-lineBoxHeight: var(--base-size-20);
|
|
2942
|
-
--brand-control-medium-gap: var(--base-size-
|
|
2943
|
-
--brand-control-medium-paddingInline-spacious: var(--base-size-
|
|
3036
|
+
--brand-control-medium-gap: var(--base-size-12);
|
|
3037
|
+
--brand-control-medium-paddingInline-spacious: var(--base-size-28);
|
|
2944
3038
|
--brand-control-medium-paddingInline-normal: var(--base-size-16);
|
|
2945
3039
|
--brand-control-medium-paddingInline-condensed: var(--base-size-12);
|
|
2946
|
-
--brand-control-medium-paddingBlock: var(--base-size-
|
|
2947
|
-
--brand-control-medium-lineBoxHeight: var(--base-size-
|
|
3040
|
+
--brand-control-medium-paddingBlock: var(--base-size-16);
|
|
3041
|
+
--brand-control-medium-lineBoxHeight: var(--base-size-16);
|
|
2948
3042
|
--brand-control-medium-size: var(--base-size-48);
|
|
2949
3043
|
--brand-control-minTarget-coarse: var(--base-size-44);
|
|
2950
3044
|
--brand-control-minTarget-fine: var(--base-size-16);
|
|
@@ -3746,7 +3840,7 @@ select {
|
|
|
3746
3840
|
|
|
3747
3841
|
/**
|
|
3748
3842
|
* Do not edit directly
|
|
3749
|
-
* Generated on Thu,
|
|
3843
|
+
* Generated on Thu, 07 Sep 2023 13:47:50 GMT
|
|
3750
3844
|
*/
|
|
3751
3845
|
|
|
3752
3846
|
:root {
|
|
@@ -3767,7 +3861,7 @@ select {
|
|
|
3767
3861
|
|
|
3768
3862
|
/**
|
|
3769
3863
|
* Do not edit directly
|
|
3770
|
-
* Generated on Thu,
|
|
3864
|
+
* Generated on Thu, 07 Sep 2023 13:47:50 GMT
|
|
3771
3865
|
*/
|
|
3772
3866
|
|
|
3773
3867
|
:root {
|
|
@@ -3777,7 +3871,7 @@ select {
|
|
|
3777
3871
|
|
|
3778
3872
|
/**
|
|
3779
3873
|
* Do not edit directly
|
|
3780
|
-
* Generated on Thu,
|
|
3874
|
+
* Generated on Thu, 07 Sep 2023 13:47:50 GMT
|
|
3781
3875
|
*/
|
|
3782
3876
|
|
|
3783
3877
|
:root {
|
|
@@ -4345,6 +4439,7 @@ select {
|
|
|
4345
4439
|
display: flex;
|
|
4346
4440
|
align-items: center;
|
|
4347
4441
|
margin-left: auto;
|
|
4442
|
+
min-width: 0;
|
|
4348
4443
|
}
|
|
4349
4444
|
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-search-trigger___WyUIj {
|
|
4350
4445
|
display: flex;
|
|
@@ -4449,11 +4544,13 @@ select {
|
|
|
4449
4544
|
display: inline-flex;
|
|
4450
4545
|
gap: var(--base-size-16);
|
|
4451
4546
|
align-items: center;
|
|
4547
|
+
min-width: 0;
|
|
4452
4548
|
}
|
|
4453
4549
|
|
|
4454
4550
|
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area-inner___dbpYv {
|
|
4455
4551
|
display: flex;
|
|
4456
4552
|
gap: 16px;
|
|
4553
|
+
min-width: 0;
|
|
4457
4554
|
}
|
|
4458
4555
|
|
|
4459
4556
|
@media screen and (max-width: 48rem) {
|
|
@@ -4484,14 +4581,14 @@ select {
|
|
|
4484
4581
|
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-button-area-inner___dbpYv {
|
|
4485
4582
|
width: 100%;
|
|
4486
4583
|
flex-direction: column;
|
|
4487
|
-
|
|
4488
4584
|
margin: 24px;
|
|
4585
|
+
min-width: 0;
|
|
4489
4586
|
}
|
|
4490
4587
|
}
|
|
4491
4588
|
|
|
4492
4589
|
.Primer_Brand__SubdomainNavBar-module__SubdomainNavBar-cta-button___g_9BM {
|
|
4493
|
-
height: 48px; /*TODO: investigate why this is shorter than medium default height*/
|
|
4494
4590
|
white-space: nowrap;
|
|
4591
|
+
min-width: 0;
|
|
4495
4592
|
}
|
|
4496
4593
|
|
|
4497
4594
|
@media screen and (min-width: 1024px) {
|
|
@@ -4681,7 +4778,7 @@ select {
|
|
|
4681
4778
|
|
|
4682
4779
|
/**
|
|
4683
4780
|
* Do not edit directly
|
|
4684
|
-
* Generated on Thu,
|
|
4781
|
+
* Generated on Thu, 07 Sep 2023 13:47:51 GMT
|
|
4685
4782
|
*/
|
|
4686
4783
|
|
|
4687
4784
|
:root,
|
|
@@ -4709,7 +4806,7 @@ select {
|
|
|
4709
4806
|
|
|
4710
4807
|
/**
|
|
4711
4808
|
* Do not edit directly
|
|
4712
|
-
* Generated on Thu,
|
|
4809
|
+
* Generated on Thu, 07 Sep 2023 13:47:51 GMT
|
|
4713
4810
|
*/
|
|
4714
4811
|
|
|
4715
4812
|
:root,
|
|
@@ -4725,7 +4822,7 @@ select {
|
|
|
4725
4822
|
|
|
4726
4823
|
/**
|
|
4727
4824
|
* Do not edit directly
|
|
4728
|
-
* Generated on Thu,
|
|
4825
|
+
* Generated on Thu, 07 Sep 2023 13:47:50 GMT
|
|
4729
4826
|
*/
|
|
4730
4827
|
|
|
4731
4828
|
:root {
|
|
@@ -4865,7 +4962,7 @@ select {
|
|
|
4865
4962
|
|
|
4866
4963
|
/**
|
|
4867
4964
|
* Do not edit directly
|
|
4868
|
-
* Generated on Thu,
|
|
4965
|
+
* Generated on Thu, 07 Sep 2023 13:47:51 GMT
|
|
4869
4966
|
*/
|
|
4870
4967
|
|
|
4871
4968
|
:root,
|
|
@@ -4881,29 +4978,40 @@ select {
|
|
|
4881
4978
|
|
|
4882
4979
|
/**
|
|
4883
4980
|
* Do not edit directly
|
|
4884
|
-
* Generated on Thu,
|
|
4981
|
+
* Generated on Thu, 07 Sep 2023 13:47:51 GMT
|
|
4885
4982
|
*/
|
|
4886
4983
|
|
|
4887
4984
|
:root,
|
|
4888
4985
|
[data-color-mode="light"] {
|
|
4889
4986
|
--brand-Accordion-toggle-color-start: var(--brand-color-accent-primary);
|
|
4890
4987
|
--brand-Accordion-toggle-color-end: var(--brand-color-accent-primary);
|
|
4988
|
+
--brand-Accordion-border-color-default: var(--brand-color-border-default);
|
|
4989
|
+
--brand-Accordion-border-color-emphasis: var(--base-color-scale-black-0);
|
|
4891
4990
|
}
|
|
4892
4991
|
|
|
4893
4992
|
[data-color-mode="dark"] {
|
|
4894
4993
|
--brand-Accordion-toggle-color-start: var(--brand-color-accent-primary);
|
|
4895
4994
|
--brand-Accordion-toggle-color-end: var(--brand-color-accent-primary);
|
|
4995
|
+
--brand-Accordion-border-color-default: var(--base-color-scale-gray-5);
|
|
4996
|
+
--brand-Accordion-border-color-emphasis: var(--base-color-scale-white-0);
|
|
4896
4997
|
}
|
|
4897
4998
|
|
|
4898
4999
|
.Primer_Brand__Accordion-module__Accordion___M_LPt {
|
|
4899
5000
|
box-sizing: border-box;
|
|
4900
5001
|
position: relative;
|
|
4901
|
-
border-bottom: var(--brand-borderWidth-thin) solid var(--brand-color-border-default);
|
|
4902
5002
|
}
|
|
4903
5003
|
|
|
4904
|
-
.Primer_Brand__Accordion-
|
|
5004
|
+
.Primer_Brand__Accordion-module__Accordion--default___wLsHR {
|
|
5005
|
+
border-bottom: var(--brand-borderWidth-thin) solid var(--brand-Accordion-border-color-default);
|
|
5006
|
+
}
|
|
5007
|
+
|
|
5008
|
+
.Primer_Brand__Accordion-module__Accordion--emphasis___j9wgA:not(.Primer_Brand__Accordion-module__Accordion___M_LPt .Primer_Brand__Accordion-module__Accordion___M_LPt) > .Primer_Brand__Accordion-module__Accordion__summary___NUIYc {
|
|
5009
|
+
border-bottom: var(--brand-borderWidth-thicker) solid var(--brand-Accordion-border-color-emphasis);
|
|
5010
|
+
}
|
|
5011
|
+
|
|
5012
|
+
.Primer_Brand__Accordion-module__Accordion--default___wLsHR::after {
|
|
4905
5013
|
content: '';
|
|
4906
|
-
border: 3px solid var(--brand-
|
|
5014
|
+
border: 3px solid var(--brand-Accordion-border-color-default);
|
|
4907
5015
|
height: 0;
|
|
4908
5016
|
transition: var(--brand-animation-duration-fast) transform;
|
|
4909
5017
|
transform: scaleY(0);
|
|
@@ -4914,7 +5022,7 @@ select {
|
|
|
4914
5022
|
left: 0;
|
|
4915
5023
|
}
|
|
4916
5024
|
|
|
4917
|
-
.Primer_Brand__Accordion-
|
|
5025
|
+
.Primer_Brand__Accordion-module__Accordion--default___wLsHR:hover::after {
|
|
4918
5026
|
transform: scaleY(0.35);
|
|
4919
5027
|
}
|
|
4920
5028
|
|
|
@@ -4922,10 +5030,16 @@ select {
|
|
|
4922
5030
|
cursor: pointer;
|
|
4923
5031
|
padding: var(--base-size-24) 0;
|
|
4924
5032
|
position: relative;
|
|
4925
|
-
display:
|
|
4926
|
-
|
|
4927
|
-
|
|
4928
|
-
|
|
5033
|
+
display: flex;
|
|
5034
|
+
justify-content: space-between;
|
|
5035
|
+
}
|
|
5036
|
+
|
|
5037
|
+
[dir="ltr"] .Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW {
|
|
5038
|
+
padding-left: var(--base-size-48);
|
|
5039
|
+
}
|
|
5040
|
+
|
|
5041
|
+
[dir="rtl"] .Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW {
|
|
5042
|
+
padding-right: var(--base-size-48);
|
|
4929
5043
|
}
|
|
4930
5044
|
|
|
4931
5045
|
.Primer_Brand__Accordion-module__Accordion__summary___NUIYc::-webkit-details-marker {
|
|
@@ -4953,15 +5067,21 @@ select {
|
|
|
4953
5067
|
-webkit-text-fill-color: transparent;
|
|
4954
5068
|
-webkit-box-decoration-break: clone;
|
|
4955
5069
|
box-decoration-break: clone;
|
|
4956
|
-
|
|
4957
|
-
|
|
4958
|
-
|
|
4959
|
-
|
|
4960
|
-
|
|
5070
|
+
position: absolute;
|
|
5071
|
+
}
|
|
5072
|
+
|
|
5073
|
+
.Primer_Brand__Accordion-module__Accordion__summary___NUIYc:not(.Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW) .Primer_Brand__Accordion-module__Accordion__summary--collapsed___spc4w,
|
|
5074
|
+
.Primer_Brand__Accordion-module__Accordion__summary___NUIYc:not(.Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW) .Primer_Brand__Accordion-module__Accordion__summary--expanded___r3Clk {
|
|
5075
|
+
right: 0;
|
|
4961
5076
|
}
|
|
4962
5077
|
|
|
4963
|
-
.Primer_Brand__Accordion-module__Accordion__summary--collapsed___spc4w
|
|
4964
|
-
.Primer_Brand__Accordion-module__Accordion__summary--expanded___r3Clk
|
|
5078
|
+
.Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW .Primer_Brand__Accordion-module__Accordion__summary--collapsed___spc4w,
|
|
5079
|
+
.Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW .Primer_Brand__Accordion-module__Accordion__summary--expanded___r3Clk {
|
|
5080
|
+
left: 0;
|
|
5081
|
+
}
|
|
5082
|
+
|
|
5083
|
+
.Primer_Brand__Accordion-module__Accordion__summary--default___C4Jx_ .Primer_Brand__Accordion-module__Accordion__summary--collapsed___spc4w::before,
|
|
5084
|
+
.Primer_Brand__Accordion-module__Accordion__summary--default___C4Jx_ .Primer_Brand__Accordion-module__Accordion__summary--expanded___r3Clk::after {
|
|
4965
5085
|
transition: transform var(--brand-animation-duration-fast) ease, opacity var(--brand-animation-duration-faster) ease;
|
|
4966
5086
|
display: block;
|
|
4967
5087
|
background: linear-gradient(
|
|
@@ -4973,25 +5093,59 @@ select {
|
|
|
4973
5093
|
background-clip: text;
|
|
4974
5094
|
}
|
|
4975
5095
|
|
|
4976
|
-
.Primer_Brand__Accordion-module__Accordion__summary--collapsed___spc4w::before {
|
|
5096
|
+
.Primer_Brand__Accordion-module__Accordion__summary--default___C4Jx_ .Primer_Brand__Accordion-module__Accordion__summary--collapsed___spc4w::before {
|
|
4977
5097
|
font-weight: var(--base-text-weight-medium);
|
|
4978
5098
|
content: '–';
|
|
4979
5099
|
opacity: 0;
|
|
4980
5100
|
}
|
|
4981
5101
|
|
|
4982
|
-
.Primer_Brand__Accordion-module__Accordion__summary--expanded___r3Clk::after {
|
|
5102
|
+
.Primer_Brand__Accordion-module__Accordion__summary--default___C4Jx_ .Primer_Brand__Accordion-module__Accordion__summary--expanded___r3Clk::after {
|
|
4983
5103
|
content: '+';
|
|
4984
5104
|
}
|
|
4985
5105
|
|
|
4986
|
-
|
|
5106
|
+
.Primer_Brand__Accordion-module__Accordion__summary___NUIYc.Primer_Brand__Accordion-module__Accordion__summary--emphasis___FqzWk .Primer_Brand__Accordion-module__Accordion__summary--collapsed___spc4w,
|
|
5107
|
+
.Primer_Brand__Accordion-module__Accordion__summary___NUIYc.Primer_Brand__Accordion-module__Accordion__summary--emphasis___FqzWk .Primer_Brand__Accordion-module__Accordion__summary--expanded___r3Clk {
|
|
5108
|
+
transform: translate(0, -2px);
|
|
5109
|
+
}
|
|
5110
|
+
|
|
5111
|
+
.Primer_Brand__Accordion-module__Accordion__summary___NUIYc.Primer_Brand__Accordion-module__Accordion__summary--emphasis___FqzWk .Primer_Brand__Accordion-module__Accordion__summary--expanded___r3Clk {
|
|
5112
|
+
opacity: 0;
|
|
5113
|
+
}
|
|
5114
|
+
|
|
5115
|
+
details[open] .Primer_Brand__Accordion-module__Accordion__summary___NUIYc.Primer_Brand__Accordion-module__Accordion__summary--emphasis___FqzWk .Primer_Brand__Accordion-module__Accordion__summary--expanded___r3Clk {
|
|
5116
|
+
opacity: 1;
|
|
5117
|
+
}
|
|
5118
|
+
|
|
5119
|
+
details[open] .Primer_Brand__Accordion-module__Accordion__summary___NUIYc.Primer_Brand__Accordion-module__Accordion__summary--emphasis___FqzWk .Primer_Brand__Accordion-module__Accordion__summary--collapsed___spc4w {
|
|
5120
|
+
opacity: 0;
|
|
5121
|
+
}
|
|
5122
|
+
|
|
5123
|
+
details[open] > .Primer_Brand__Accordion-module__Accordion__summary___NUIYc.Primer_Brand__Accordion-module__Accordion__summary--default___C4Jx_ .Primer_Brand__Accordion-module__Accordion__summary--collapsed___spc4w::before {
|
|
4987
5124
|
opacity: 1;
|
|
4988
5125
|
transform: rotateZ(180deg);
|
|
4989
5126
|
}
|
|
4990
|
-
|
|
5127
|
+
|
|
5128
|
+
details[open] > .Primer_Brand__Accordion-module__Accordion__summary___NUIYc.Primer_Brand__Accordion-module__Accordion__summary--default___C4Jx_ .Primer_Brand__Accordion-module__Accordion__summary--expanded___r3Clk::after {
|
|
4991
5129
|
opacity: 0;
|
|
4992
5130
|
transform: rotateZ(180deg);
|
|
4993
5131
|
}
|
|
4994
5132
|
|
|
5133
|
+
[dir="ltr"] .Primer_Brand__Accordion-module__Accordion__summary___NUIYc:not(.Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW) {
|
|
5134
|
+
padding-right: var(--base-size-48);
|
|
5135
|
+
}
|
|
5136
|
+
|
|
5137
|
+
[dir="rtl"] .Primer_Brand__Accordion-module__Accordion__summary___NUIYc:not(.Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW) {
|
|
5138
|
+
padding-left: var(--base-size-48);
|
|
5139
|
+
}
|
|
5140
|
+
|
|
5141
|
+
[dir="ltr"] .Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW {
|
|
5142
|
+
padding-left: var(--base-size-48);
|
|
5143
|
+
}
|
|
5144
|
+
|
|
5145
|
+
[dir="rtl"] .Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW {
|
|
5146
|
+
padding-right: var(--base-size-48);
|
|
5147
|
+
}
|
|
5148
|
+
|
|
4995
5149
|
.Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
4996
5150
|
color: var(--brand-color-text-muted);
|
|
4997
5151
|
font-family: var(--brand-fontStack-sansSerif);
|
|
@@ -5001,22 +5155,27 @@ details[open] .Primer_Brand__Accordion-module__Accordion__summary--expanded___r3
|
|
|
5001
5155
|
}
|
|
5002
5156
|
|
|
5003
5157
|
details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
5004
|
-
padding-left: var(--base-size-40);
|
|
5005
5158
|
padding-bottom: var(--base-size-24);
|
|
5006
|
-
margin-top: calc(var(--base-size-16) * -1); /* for 8px gap between question and answer */
|
|
5007
5159
|
animation: Primer_Brand__Accordion-module__fade-in___b3l0l 0.5s;
|
|
5008
5160
|
}
|
|
5009
|
-
|
|
5010
|
-
|
|
5161
|
+
|
|
5162
|
+
.Primer_Brand__Accordion-module__Accordion__summary--default___C4Jx_ + .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
5163
|
+
margin-top: calc(var(--base-size-16) * -1); /* for 8px gap between question and answer */
|
|
5164
|
+
}
|
|
5165
|
+
|
|
5166
|
+
[dir="ltr"] details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW + .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
5167
|
+
padding-left: var(--base-size-48);
|
|
5168
|
+
}
|
|
5169
|
+
|
|
5170
|
+
[dir="rtl"] details[open] > .Primer_Brand__Accordion-module__Accordion__summary--reversed-toggles___cpkAW + .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
5171
|
+
padding-right: var(--base-size-48);
|
|
5011
5172
|
}
|
|
5173
|
+
|
|
5012
5174
|
/* Medium breakpoint and up */
|
|
5013
5175
|
@media screen and (min-width: 48rem) {
|
|
5014
5176
|
.Primer_Brand__Accordion-module__Accordion__summary___NUIYc {
|
|
5015
5177
|
gap: var(--base-size-40);
|
|
5016
5178
|
}
|
|
5017
|
-
details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
5018
|
-
padding-left: calc(var(--base-size-48) + var(--base-size-16));
|
|
5019
|
-
}
|
|
5020
5179
|
}
|
|
5021
5180
|
|
|
5022
5181
|
@keyframes Primer_Brand__Accordion-module__fade-in___b3l0l {
|
|
@@ -5030,30 +5189,36 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5030
5189
|
|
|
5031
5190
|
/**
|
|
5032
5191
|
* Do not edit directly
|
|
5033
|
-
* Generated on Thu,
|
|
5192
|
+
* Generated on Thu, 07 Sep 2023 13:47:50 GMT
|
|
5034
5193
|
*/
|
|
5035
5194
|
|
|
5036
5195
|
:root {
|
|
5037
|
-
--brand-FAQ-maxWidth: 51rem;
|
|
5196
|
+
--brand-FAQ-maxWidth-list: 51rem;
|
|
5038
5197
|
}
|
|
5039
5198
|
|
|
5040
5199
|
/**
|
|
5041
5200
|
* Do not edit directly
|
|
5042
|
-
* Generated on Thu,
|
|
5201
|
+
* Generated on Thu, 07 Sep 2023 13:47:51 GMT
|
|
5043
5202
|
*/
|
|
5044
5203
|
|
|
5045
5204
|
:root,
|
|
5046
5205
|
[data-color-mode="light"] {
|
|
5047
|
-
--brand-FAQ-heading
|
|
5206
|
+
--brand-FAQ-color-heading: var(--brand-color-text-default);
|
|
5207
|
+
--brand-FAQ-color-tabBorder-selected: hsl(var(--base-color-scale-blue-5-hsl) / 20%);
|
|
5208
|
+
--brand-FAQ-color-tabLabel-selected: var(--brand-Link-color-accent);
|
|
5209
|
+
--brand-FAQ-color-tabBg-selected: var(--base-color-scale-blue-0);
|
|
5048
5210
|
}
|
|
5049
5211
|
|
|
5050
5212
|
[data-color-mode="dark"] {
|
|
5051
|
-
--brand-FAQ-heading
|
|
5213
|
+
--brand-FAQ-color-heading: var(--brand-color-text-default);
|
|
5214
|
+
--brand-FAQ-color-tabBorder-selected: hsl(var(--base-color-scale-blue-4-hsl) / 20%);
|
|
5215
|
+
--brand-FAQ-color-tabLabel-selected: var(--brand-Link-color-accent);
|
|
5216
|
+
--brand-FAQ-color-tabBg-selected: var(--base-color-scale-blue-9);
|
|
5052
5217
|
}
|
|
5053
5218
|
|
|
5054
5219
|
/**
|
|
5055
5220
|
* Do not edit directly
|
|
5056
|
-
* Generated on Thu,
|
|
5221
|
+
* Generated on Thu, 07 Sep 2023 13:47:50 GMT
|
|
5057
5222
|
*/
|
|
5058
5223
|
|
|
5059
5224
|
:root {
|
|
@@ -5079,17 +5244,18 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5079
5244
|
}
|
|
5080
5245
|
|
|
5081
5246
|
.Primer_Brand__FAQ-module__FAQ___R3vLU {
|
|
5082
|
-
max-width: var(--brand-FAQ-maxWidth);
|
|
5247
|
+
max-width: var(--brand-FAQ-maxWidth-list);
|
|
5083
5248
|
margin: 0 auto;
|
|
5084
5249
|
}
|
|
5085
5250
|
|
|
5086
5251
|
.Primer_Brand__FAQ-module__FAQ__heading___bH0aG {
|
|
5087
|
-
color: var(--brand-FAQ-heading
|
|
5252
|
+
color: var(--brand-FAQ-color-heading);
|
|
5088
5253
|
margin-bottom: var(--brand-FAQ-heading-marginBottom);
|
|
5089
5254
|
}
|
|
5090
5255
|
|
|
5091
5256
|
.Primer_Brand__FAQ-module__FAQ__subheading___I4puv {
|
|
5092
5257
|
margin-bottom: var(--base-size-16);
|
|
5258
|
+
color: var(--brand-color-text-muted);
|
|
5093
5259
|
}
|
|
5094
5260
|
|
|
5095
5261
|
.Primer_Brand__FAQ-module__FAQ__heading--start___eHaT3 {
|
|
@@ -5115,9 +5281,67 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5115
5281
|
margin-top: var(--base-size-48);
|
|
5116
5282
|
}
|
|
5117
5283
|
|
|
5284
|
+
.Primer_Brand__FAQGroup-module__FAQGroup___D0VvR {
|
|
5285
|
+
display: none;
|
|
5286
|
+
justify-content: space-between;
|
|
5287
|
+
gap: var(--brand-stack-gap-spacious);
|
|
5288
|
+
}
|
|
5289
|
+
|
|
5290
|
+
@media screen and (min-width: 48rem) {
|
|
5291
|
+
.Primer_Brand__FAQGroup-module__FAQGroup___D0VvR {
|
|
5292
|
+
display: grid;
|
|
5293
|
+
}
|
|
5294
|
+
|
|
5295
|
+
.Primer_Brand__FAQGroup-module__FAQGroup__accordion___dkveP {
|
|
5296
|
+
display: none;
|
|
5297
|
+
}
|
|
5298
|
+
}
|
|
5299
|
+
|
|
5300
|
+
.Primer_Brand__FAQGroup-module__FAQ__subheading___nYa68 {
|
|
5301
|
+
margin-bottom: var(--base-size-16);
|
|
5302
|
+
}
|
|
5303
|
+
|
|
5304
|
+
.Primer_Brand__FAQGroup-module__FAQGroup__panel-subHeading___F0U3h {
|
|
5305
|
+
margin-top: calc(var(--base-size-8) + 1px);
|
|
5306
|
+
}
|
|
5307
|
+
|
|
5308
|
+
.Primer_Brand__FAQGroup-module__FAQGroup__tablist___WdY5Z .Primer_Brand__FAQGroup-module__FAQ__heading___w52lv {
|
|
5309
|
+
display: none;
|
|
5310
|
+
}
|
|
5311
|
+
|
|
5312
|
+
.Primer_Brand__FAQGroup-module__FAQGroup__tablist-button___EgyrC {
|
|
5313
|
+
justify-content: start;
|
|
5314
|
+
border: var(--brand-borderWidth-thin) solid transparent;
|
|
5315
|
+
}
|
|
5316
|
+
|
|
5317
|
+
.Primer_Brand__FAQGroup-module__FAQGroup__tablist-button___EgyrC > span {
|
|
5318
|
+
overflow: hidden;
|
|
5319
|
+
white-space: nowrap;
|
|
5320
|
+
text-overflow: ellipsis;
|
|
5321
|
+
}
|
|
5322
|
+
|
|
5323
|
+
.Primer_Brand__FAQGroup-module__FAQGroup__tablist-button___EgyrC[aria-selected='true'] {
|
|
5324
|
+
background-color: var(--brand-FAQ-color-tabBg-selected);
|
|
5325
|
+
border-color: var(--brand-FAQ-color-tabBorder-selected);
|
|
5326
|
+
}
|
|
5327
|
+
|
|
5328
|
+
.Primer_Brand__FAQGroup-module__FAQGroup__tablist-button___EgyrC span {
|
|
5329
|
+
color: var(--brand-color-text-muted);
|
|
5330
|
+
}
|
|
5331
|
+
|
|
5332
|
+
.Primer_Brand__FAQGroup-module__FAQGroup__tablist-button___EgyrC[aria-selected='true'] span {
|
|
5333
|
+
color: var(--brand-FAQ-color-tabLabel-selected);
|
|
5334
|
+
}
|
|
5335
|
+
|
|
5336
|
+
.Primer_Brand__FAQGroup-module__FAQGroup__nested-accordion-item___JGGeC summary h4 {
|
|
5337
|
+
font-weight: var(--brand-text-weight-200);
|
|
5338
|
+
font-size: var(--brand-text-size-200);
|
|
5339
|
+
line-height: var(--brand-text-lineHeight-200);
|
|
5340
|
+
}
|
|
5341
|
+
|
|
5118
5342
|
/**
|
|
5119
5343
|
* Do not edit directly
|
|
5120
|
-
* Generated on Thu,
|
|
5344
|
+
* Generated on Thu, 07 Sep 2023 13:47:51 GMT
|
|
5121
5345
|
*/
|
|
5122
5346
|
|
|
5123
5347
|
:root,
|
|
@@ -5433,7 +5657,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5433
5657
|
*/
|
|
5434
5658
|
|
|
5435
5659
|
.Primer_Brand__TextInput-module__TextInput-wrapper--medium___K9iTj {
|
|
5436
|
-
height:
|
|
5660
|
+
height: var(--brand-control-medium-size);
|
|
5437
5661
|
}
|
|
5438
5662
|
|
|
5439
5663
|
.Primer_Brand__TextInput-module__TextInput--medium___kJrew {
|
|
@@ -5449,7 +5673,7 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5449
5673
|
}
|
|
5450
5674
|
|
|
5451
5675
|
.Primer_Brand__TextInput-module__TextInput-wrapper--large___lga4f {
|
|
5452
|
-
height:
|
|
5676
|
+
height: var(--brand-control-large-size);
|
|
5453
5677
|
}
|
|
5454
5678
|
|
|
5455
5679
|
/*
|
|
@@ -5757,7 +5981,6 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5757
5981
|
|
|
5758
5982
|
.Primer_Brand__Select-module__Select-wrapper--medium___xjmMc {
|
|
5759
5983
|
height: var(--brand-control-medium-size);
|
|
5760
|
-
height: 2.5rem;
|
|
5761
5984
|
}
|
|
5762
5985
|
|
|
5763
5986
|
[dir="ltr"] .Primer_Brand__Select-module__Select-wrapper--medium___xjmMc::after {
|
|
@@ -5779,13 +6002,14 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5779
6002
|
.Primer_Brand__Select-module__Select--medium___kckBr {
|
|
5780
6003
|
font-weight: var(--brand-text-weight-100);
|
|
5781
6004
|
font-size: var(--brand-text-size-100);
|
|
5782
|
-
padding-left:
|
|
5783
|
-
padding-right:
|
|
6005
|
+
padding-left: var(--brand-control-medium-paddingInline-condensed);
|
|
6006
|
+
padding-right: var(--brand-control-medium-paddingInline-condensed);
|
|
6007
|
+
padding-top: 0;
|
|
6008
|
+
padding-bottom: 0;
|
|
5784
6009
|
}
|
|
5785
6010
|
|
|
5786
6011
|
.Primer_Brand__Select-module__Select-wrapper--large___Q4_2q {
|
|
5787
6012
|
height: var(--brand-control-large-size);
|
|
5788
|
-
height: 3rem;
|
|
5789
6013
|
}
|
|
5790
6014
|
|
|
5791
6015
|
[dir="ltr"] .Primer_Brand__Select-module__Select-wrapper--large___Q4_2q::after {
|
|
@@ -5807,8 +6031,10 @@ details[open] > .Primer_Brand__Accordion-module__Accordion__content___wMZGe {
|
|
|
5807
6031
|
.Primer_Brand__Select-module__Select--large___A7u6F {
|
|
5808
6032
|
font-weight: var(--brand-text-weight-200);
|
|
5809
6033
|
font-size: var(--brand-text-size-200);
|
|
5810
|
-
padding-left:
|
|
5811
|
-
padding-right:
|
|
6034
|
+
padding-left: var(--brand-control-large-paddingInline-condensed);
|
|
6035
|
+
padding-right: var(--brand-control-large-paddingInline-condensed);
|
|
6036
|
+
padding-top: 0;
|
|
6037
|
+
padding-bottom: 0;
|
|
5812
6038
|
}
|
|
5813
6039
|
|
|
5814
6040
|
/*
|
|
@@ -6216,7 +6442,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6216
6442
|
|
|
6217
6443
|
/**
|
|
6218
6444
|
* Do not edit directly
|
|
6219
|
-
* Generated on Thu,
|
|
6445
|
+
* Generated on Thu, 07 Sep 2023 13:47:50 GMT
|
|
6220
6446
|
*/
|
|
6221
6447
|
|
|
6222
6448
|
:root {
|
|
@@ -6232,7 +6458,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6232
6458
|
|
|
6233
6459
|
/**
|
|
6234
6460
|
* Do not edit directly
|
|
6235
|
-
* Generated on Thu,
|
|
6461
|
+
* Generated on Thu, 07 Sep 2023 13:47:50 GMT
|
|
6236
6462
|
*/
|
|
6237
6463
|
|
|
6238
6464
|
:root {
|
|
@@ -6444,7 +6670,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6444
6670
|
|
|
6445
6671
|
/**
|
|
6446
6672
|
* Do not edit directly
|
|
6447
|
-
* Generated on Thu,
|
|
6673
|
+
* Generated on Thu, 07 Sep 2023 13:47:51 GMT
|
|
6448
6674
|
*/
|
|
6449
6675
|
|
|
6450
6676
|
:root,
|
|
@@ -6460,7 +6686,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6460
6686
|
|
|
6461
6687
|
/**
|
|
6462
6688
|
* Do not edit directly
|
|
6463
|
-
* Generated on Thu,
|
|
6689
|
+
* Generated on Thu, 07 Sep 2023 13:47:50 GMT
|
|
6464
6690
|
*/
|
|
6465
6691
|
|
|
6466
6692
|
:root {
|
|
@@ -6778,7 +7004,7 @@ Fixes safari bug where outline doesn't respect border-radius
|
|
|
6778
7004
|
|
|
6779
7005
|
/**
|
|
6780
7006
|
* Do not edit directly
|
|
6781
|
-
* Generated on Thu,
|
|
7007
|
+
* Generated on Thu, 07 Sep 2023 13:47:51 GMT
|
|
6782
7008
|
*/
|
|
6783
7009
|
|
|
6784
7010
|
:root,
|
|
@@ -7182,7 +7408,7 @@ html {
|
|
|
7182
7408
|
|
|
7183
7409
|
/**
|
|
7184
7410
|
* Do not edit directly
|
|
7185
|
-
* Generated on Thu,
|
|
7411
|
+
* Generated on Thu, 07 Sep 2023 13:47:51 GMT
|
|
7186
7412
|
*/
|
|
7187
7413
|
|
|
7188
7414
|
:root,
|
|
@@ -7360,7 +7586,7 @@ html {
|
|
|
7360
7586
|
|
|
7361
7587
|
/**
|
|
7362
7588
|
* Do not edit directly
|
|
7363
|
-
* Generated on Thu,
|
|
7589
|
+
* Generated on Thu, 07 Sep 2023 13:47:51 GMT
|
|
7364
7590
|
*/
|
|
7365
7591
|
|
|
7366
7592
|
:root,
|
|
@@ -7486,7 +7712,7 @@ html {
|
|
|
7486
7712
|
|
|
7487
7713
|
/**
|
|
7488
7714
|
* Do not edit directly
|
|
7489
|
-
* Generated on Thu,
|
|
7715
|
+
* Generated on Thu, 07 Sep 2023 13:47:51 GMT
|
|
7490
7716
|
*/
|
|
7491
7717
|
|
|
7492
7718
|
:root,
|
|
@@ -7616,7 +7842,7 @@ html {
|
|
|
7616
7842
|
|
|
7617
7843
|
/**
|
|
7618
7844
|
* Do not edit directly
|
|
7619
|
-
* Generated on Thu,
|
|
7845
|
+
* Generated on Thu, 07 Sep 2023 13:47:50 GMT
|
|
7620
7846
|
*/
|
|
7621
7847
|
|
|
7622
7848
|
:root {
|
|
@@ -7628,7 +7854,7 @@ html {
|
|
|
7628
7854
|
|
|
7629
7855
|
/**
|
|
7630
7856
|
* Do not edit directly
|
|
7631
|
-
* Generated on Thu,
|
|
7857
|
+
* Generated on Thu, 07 Sep 2023 13:47:51 GMT
|
|
7632
7858
|
*/
|
|
7633
7859
|
|
|
7634
7860
|
:root,
|
|
@@ -7701,9 +7927,8 @@ html {
|
|
|
7701
7927
|
text-decoration: none;
|
|
7702
7928
|
color: var(--brand-color-text-default);
|
|
7703
7929
|
background-color: var(--brand-Card-background-default);
|
|
7704
|
-
|
|
7705
|
-
|
|
7706
|
-
border-radius: var(--brand-borderRadius-medium);
|
|
7930
|
+
/* Temporary values until a new scale is defined https://github.com/github/primer/issues/2607 */
|
|
7931
|
+
border-radius: var(--base-size-16);
|
|
7707
7932
|
padding: var(--base-size-32);
|
|
7708
7933
|
transition: transform var(--brand-Card-animation-duration) var(--brand-Card-animation-easing);
|
|
7709
7934
|
display: grid;
|
|
@@ -7751,7 +7976,11 @@ html {
|
|
|
7751
7976
|
left: 0;
|
|
7752
7977
|
}
|
|
7753
7978
|
|
|
7754
|
-
.Primer_Brand__Card-module__Card--
|
|
7979
|
+
.Primer_Brand__Card-module__Card--border___nNZlZ {
|
|
7980
|
+
border: var(--brand-borderWidth-thin) solid var(--brand-color-border-default);
|
|
7981
|
+
}
|
|
7982
|
+
|
|
7983
|
+
.Primer_Brand__Card-module__Card--icon___nVz0T {
|
|
7755
7984
|
grid-template-areas:
|
|
7756
7985
|
'image image'
|
|
7757
7986
|
'icon label'
|
|
@@ -7760,12 +7989,12 @@ html {
|
|
|
7760
7989
|
'action action';
|
|
7761
7990
|
}
|
|
7762
7991
|
|
|
7763
|
-
.Primer_Brand__Card-module__Card--
|
|
7992
|
+
.Primer_Brand__Card-module__Card--icon___nVz0T .Primer_Brand__Card-module__Card__label___EAot7 {
|
|
7764
7993
|
justify-self: flex-end;
|
|
7765
7994
|
}
|
|
7766
7995
|
|
|
7767
|
-
.Primer_Brand__Card-module__Card--
|
|
7768
|
-
.Primer_Brand__Card-module__Card--
|
|
7996
|
+
.Primer_Brand__Card-module__Card--icon___nVz0T .Primer_Brand__Card-module__Card__label___EAot7,
|
|
7997
|
+
.Primer_Brand__Card-module__Card--icon___nVz0T .Primer_Brand__Card-module__Card__icon___H4tc9 {
|
|
7769
7998
|
align-self: center;
|
|
7770
7999
|
}
|
|
7771
8000
|
|
|
@@ -7775,7 +8004,8 @@ html {
|
|
|
7775
8004
|
|
|
7776
8005
|
.Primer_Brand__Card-module__Card__image___zt4oH {
|
|
7777
8006
|
margin-bottom: var(--base-size-28);
|
|
7778
|
-
|
|
8007
|
+
/* Temporary values until a new scale is defined https://github.com/github/primer/issues/2607 */
|
|
8008
|
+
border-radius: var(--base-size-8);
|
|
7779
8009
|
overflow: hidden;
|
|
7780
8010
|
grid-area: image;
|
|
7781
8011
|
}
|
|
@@ -7810,7 +8040,7 @@ html {
|
|
|
7810
8040
|
}
|
|
7811
8041
|
|
|
7812
8042
|
.Primer_Brand__Card-module__Card__description___KN9CH {
|
|
7813
|
-
margin-bottom: var(--base-size-
|
|
8043
|
+
margin-bottom: var(--base-size-32);
|
|
7814
8044
|
grid-area: description;
|
|
7815
8045
|
}
|
|
7816
8046
|
|
|
@@ -7821,6 +8051,11 @@ html {
|
|
|
7821
8051
|
align-items: center;
|
|
7822
8052
|
}
|
|
7823
8053
|
|
|
8054
|
+
.Primer_Brand__Card-module__Card__action___C6sRY,
|
|
8055
|
+
.Primer_Brand__Card-module__Card__action___C6sRY span {
|
|
8056
|
+
color: var(--brand-Link-color-accent);
|
|
8057
|
+
}
|
|
8058
|
+
|
|
7824
8059
|
.Primer_Brand__Card-module__Card__icon___H4tc9 svg {
|
|
7825
8060
|
width: var(--base-size-20);
|
|
7826
8061
|
height: var(--base-size-20);
|
|
@@ -7989,7 +8224,7 @@ html {
|
|
|
7989
8224
|
|
|
7990
8225
|
/**
|
|
7991
8226
|
* Do not edit directly
|
|
7992
|
-
* Generated on Thu,
|
|
8227
|
+
* Generated on Thu, 07 Sep 2023 13:47:51 GMT
|
|
7993
8228
|
*/
|
|
7994
8229
|
|
|
7995
8230
|
:root,
|
|
@@ -8018,17 +8253,9 @@ html {
|
|
|
8018
8253
|
}
|
|
8019
8254
|
|
|
8020
8255
|
.Primer_Brand__ActionMenu-module__ActionMenu__button___gqNoG {
|
|
8021
|
-
|
|
8022
|
-
|
|
8023
|
-
|
|
8024
|
-
.Primer_Brand__ActionMenu-module__ActionMenu__button___gqNoG:focus:not(.Primer_Brand__ActionMenu-module__ActionMenu__button___gqNoG[disabled]),
|
|
8025
|
-
.Primer_Brand__ActionMenu-module__ActionMenu__button___gqNoG.Primer_Brand__ActionMenu-module__focus-visible___hVXW3:not(.Primer_Brand__ActionMenu-module__ActionMenu__button___gqNoG[disabled]) {
|
|
8026
|
-
box-shadow: 0 0 0 3px var(--brand-color-focus);
|
|
8027
|
-
}
|
|
8028
|
-
|
|
8029
|
-
.Primer_Brand__ActionMenu-module__ActionMenu__button___gqNoG:focus:not(.Primer_Brand__ActionMenu-module__ActionMenu__button___gqNoG[disabled]),
|
|
8030
|
-
.Primer_Brand__ActionMenu-module__ActionMenu__button___gqNoG:focus-visible:not(.Primer_Brand__ActionMenu-module__ActionMenu__button___gqNoG[disabled]) {
|
|
8031
|
-
box-shadow: 0 0 0 3px var(--brand-color-focus);
|
|
8256
|
+
/* avoid specificity issues */
|
|
8257
|
+
--brand-control-medium-borderRadius: var(--brand-borderRadius-full);
|
|
8258
|
+
--brand-control-large-borderRadius: var(--brand-borderRadius-full);
|
|
8032
8259
|
}
|
|
8033
8260
|
|
|
8034
8261
|
.Primer_Brand__ActionMenu-module__ActionMenu__button___gqNoG > span:first-of-type {
|
|
@@ -8038,10 +8265,6 @@ html {
|
|
|
8038
8265
|
white-space: nowrap;
|
|
8039
8266
|
}
|
|
8040
8267
|
|
|
8041
|
-
.Primer_Brand__ActionMenu-module__ActionMenu__button___gqNoG:hover {
|
|
8042
|
-
border-color: var(--brand-ActionMenu-color-border-hover);
|
|
8043
|
-
}
|
|
8044
|
-
|
|
8045
8268
|
.Primer_Brand__ActionMenu-module__ActionMenu__menu____B9HP {
|
|
8046
8269
|
position: absolute;
|
|
8047
8270
|
z-index: 100;
|
|
@@ -8049,7 +8272,7 @@ html {
|
|
|
8049
8272
|
margin-top: var(--base-size-8);
|
|
8050
8273
|
visibility: hidden;
|
|
8051
8274
|
background-color: var(--brand-color-canvas-default);
|
|
8052
|
-
border: var(--brand-borderWidth-thin) solid var(--brand-color-border-
|
|
8275
|
+
border: var(--brand-borderWidth-thin) solid var(--brand-color-border-muted);
|
|
8053
8276
|
border-radius: var(--brand-borderRadius-large);
|
|
8054
8277
|
max-height: 460px;
|
|
8055
8278
|
overflow-y: auto;
|
|
@@ -8128,15 +8351,6 @@ html {
|
|
|
8128
8351
|
transition: none;
|
|
8129
8352
|
}
|
|
8130
8353
|
|
|
8131
|
-
.Primer_Brand__ActionMenu-module__ActionMenu__button--active___HOEZK {
|
|
8132
|
-
border-color: var(--brand-ActionMenu-color-border-active) !important;
|
|
8133
|
-
box-shadow: 0 0 0 3px var(--brand-ActionMenu-color-border-active) !important;
|
|
8134
|
-
}
|
|
8135
|
-
|
|
8136
|
-
.Primer_Brand__ActionMenu-module__ActionMenu__button--active___HOEZK {
|
|
8137
|
-
transition: none;
|
|
8138
|
-
}
|
|
8139
|
-
|
|
8140
8354
|
.Primer_Brand__ActionMenu-module__ActionMenu__item-leadingVisual___UWjE1 {
|
|
8141
8355
|
display: flex;
|
|
8142
8356
|
min-width: var(--base-size-16);
|
|
@@ -8148,6 +8362,12 @@ html {
|
|
|
8148
8362
|
|
|
8149
8363
|
.Primer_Brand__ActionMenu-module__ActionMenu__item-text___K_1vl {
|
|
8150
8364
|
grid-area: text / text;
|
|
8365
|
+
/* display grid collapses the text line box height for optical alignment */
|
|
8366
|
+
display: grid;
|
|
8367
|
+
}
|
|
8368
|
+
|
|
8369
|
+
.Primer_Brand__ActionMenu-module__ActionMenu__item-text___K_1vl > span {
|
|
8370
|
+
line-height: var(--brand-control-medium-lineBoxHeight);
|
|
8151
8371
|
}
|
|
8152
8372
|
|
|
8153
8373
|
.Primer_Brand__ActionMenu-module__ActionMenu__item-icon___JyMwz {
|
|
@@ -8396,7 +8616,7 @@ html {
|
|
|
8396
8616
|
|
|
8397
8617
|
/**
|
|
8398
8618
|
* Do not edit directly
|
|
8399
|
-
* Generated on Thu,
|
|
8619
|
+
* Generated on Thu, 07 Sep 2023 13:47:50 GMT
|
|
8400
8620
|
*/
|
|
8401
8621
|
|
|
8402
8622
|
:root {
|
|
@@ -12149,7 +12369,7 @@ html {
|
|
|
12149
12369
|
|
|
12150
12370
|
/**
|
|
12151
12371
|
* Do not edit directly
|
|
12152
|
-
* Generated on Thu,
|
|
12372
|
+
* Generated on Thu, 07 Sep 2023 13:47:50 GMT
|
|
12153
12373
|
*/
|
|
12154
12374
|
|
|
12155
12375
|
:root {
|
|
@@ -12167,7 +12387,7 @@ html {
|
|
|
12167
12387
|
|
|
12168
12388
|
/**
|
|
12169
12389
|
* Do not edit directly
|
|
12170
|
-
* Generated on Thu,
|
|
12390
|
+
* Generated on Thu, 07 Sep 2023 13:47:51 GMT
|
|
12171
12391
|
*/
|
|
12172
12392
|
|
|
12173
12393
|
:root,
|
|
@@ -12183,7 +12403,7 @@ html {
|
|
|
12183
12403
|
|
|
12184
12404
|
/**
|
|
12185
12405
|
* Do not edit directly
|
|
12186
|
-
* Generated on Thu,
|
|
12406
|
+
* Generated on Thu, 07 Sep 2023 13:47:50 GMT
|
|
12187
12407
|
*/
|
|
12188
12408
|
|
|
12189
12409
|
:root {
|
|
@@ -12404,7 +12624,7 @@ html {
|
|
|
12404
12624
|
|
|
12405
12625
|
/**
|
|
12406
12626
|
* Do not edit directly
|
|
12407
|
-
* Generated on Thu,
|
|
12627
|
+
* Generated on Thu, 07 Sep 2023 13:47:51 GMT
|
|
12408
12628
|
*/
|
|
12409
12629
|
|
|
12410
12630
|
:root,
|
|
@@ -12418,7 +12638,7 @@ html {
|
|
|
12418
12638
|
|
|
12419
12639
|
/**
|
|
12420
12640
|
* Do not edit directly
|
|
12421
|
-
* Generated on Thu,
|
|
12641
|
+
* Generated on Thu, 07 Sep 2023 13:47:50 GMT
|
|
12422
12642
|
*/
|
|
12423
12643
|
|
|
12424
12644
|
:root {
|