@deque/cauldron-styles 6.23.0 → 6.23.1-canary.51188453

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.
Files changed (2) hide show
  1. package/dist/index.css +2 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -5962,6 +5962,7 @@ button.Accordion__trigger {
5962
5962
  color: var(--section-header-description-color);
5963
5963
  font-size: var(--text-size-base);
5964
5964
  grid-area: description;
5965
+ max-width: 30.5rem;
5965
5966
  }
5966
5967
 
5967
5968
  .SectionHeader :is(h1, h2, h3, h4, h5, h6) {
@@ -5978,11 +5979,11 @@ button.Accordion__trigger {
5978
5979
  'heading children'
5979
5980
  'description children';
5980
5981
  align-items: start;
5982
+ column-gap: var(--space-smallest);
5981
5983
  }
5982
5984
 
5983
5985
  .SectionHeader__actions {
5984
5986
  margin: 0;
5985
- align-self: center;
5986
5987
  justify-self: end;
5987
5988
  }
5988
5989
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "6.23.0",
3
+ "version": "6.23.1-canary.51188453",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",