@primer/brand-css 0.66.0 → 0.67.0-rc.aeae84f6

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.
@@ -36,10 +36,11 @@
36
36
  }
37
37
 
38
38
  .SectionIntro-label {
39
- margin-block-end: var(--base-size-8);
39
+ margin-block-end: var(--base-size-2);
40
40
  }
41
41
 
42
42
  .SectionIntro-description {
43
+ padding-block-start: var(--base-size-2);
43
44
  max-width: 50ch;
44
45
  }
45
46
 
@@ -10,7 +10,6 @@
10
10
  }
11
11
 
12
12
  .TextCursorAnimation-text {
13
- text-transform: uppercase;
14
13
  font-weight: var(--brand-text-weight-500);
15
14
  clip-path: inset(0 calc((1 - var(--brand-TextCursorAnimation-reveal-progress, 1)) * 100%) 0 0);
16
15
  white-space: pre;
@@ -635,7 +635,16 @@
635
635
 
636
636
  @media screen and (min-width: 63.25rem) {
637
637
  .RiverBreakout--variant-gridline .River__visual--has-background {
638
+ align-items: flex-end;
638
639
  padding: var(--base-size-64);
640
+ padding-block-end: 0;
641
+ }
642
+
643
+ .RiverBreakout--variant-gridline .River__visual--has-background img,
644
+ .RiverBreakout--variant-gridline .River__visual--has-background picture,
645
+ .RiverBreakout--variant-gridline .River__visual--has-background video {
646
+ border-end-start-radius: 0;
647
+ border-end-end-radius: 0;
639
648
  }
640
649
 
641
650
  .RiverBreakout--variant-gridline .River__visual--has-background.River__visual--rounded {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/brand-css",
3
- "version": "0.66.0",
3
+ "version": "0.67.0-rc.aeae84f6",
4
4
  "description": "CSS stylesheets for Primer Brand components",
5
5
  "keywords": [
6
6
  "primer",