@primer/brand-css 0.57.0 → 0.57.1-rc.ec374a7c

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.
@@ -448,3 +448,7 @@
448
448
  .PricingOptions__feature-list-accordion[open] .PricingOptions__feature-list-accordion-chevron {
449
449
  transform: rotate(180deg);
450
450
  }
451
+
452
+ .PricingOptions__feature-list-accordion-content {
453
+ animation: none !important;
454
+ }
@@ -82,8 +82,12 @@
82
82
 
83
83
  .SubNav__heading-separator {
84
84
  position: relative;
85
- top: var(--base-size-2);
85
+ top: 0;
86
86
  color: var(--brand-color-text-muted);
87
+ min-width: var(--base-size-8);
88
+ min-height: var(--base-size-16);
89
+ display: inline-flex;
90
+ align-items: center;
87
91
  }
88
92
 
89
93
  /*
@@ -275,6 +279,12 @@
275
279
  animation: fade-in 0.3s var(--brand-animation-easing-glide) forwards;
276
280
  }
277
281
 
282
+ .SubNav__heading-separator--main:not(.SubNav__heading-separator--has-adjacent-label),
283
+ .SubNav__heading-separator--subheading-active,
284
+ .SubNav__subheading-container-active {
285
+ display: none;
286
+ }
287
+
278
288
  .SubNav__header-container {
279
289
  display: flex;
280
290
  width: 100%;
@@ -286,10 +296,6 @@
286
296
  z-index: 9998;
287
297
  }
288
298
 
289
- .SubNav__heading-separator:not(.SubNav__heading-separator--has-adjacent-label) {
290
- display: none;
291
- }
292
-
293
299
  .SubNav__links-overlay {
294
300
  position: relative;
295
301
  display: flex;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@primer/brand-css",
3
- "version": "0.57.0",
3
+ "version": "0.57.1-rc.ec374a7c",
4
4
  "description": "CSS stylesheets for Primer Brand components",
5
5
  "keywords": [
6
6
  "primer",