@deque/cauldron-styles 6.23.0-canary.d105112e → 6.23.1-canary.091724bc
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/dist/index.css +2 -1
- 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