@deque/cauldron-styles 6.23.0-canary.b7ff8fb1 → 6.23.0-canary.d105112e
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 +1 -2
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -5962,7 +5962,6 @@ 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;
|
|
5966
5965
|
}
|
|
5967
5966
|
|
|
5968
5967
|
.SectionHeader :is(h1, h2, h3, h4, h5, h6) {
|
|
@@ -5979,11 +5978,11 @@ button.Accordion__trigger {
|
|
|
5979
5978
|
'heading children'
|
|
5980
5979
|
'description children';
|
|
5981
5980
|
align-items: start;
|
|
5982
|
-
column-gap: var(--space-smallest);
|
|
5983
5981
|
}
|
|
5984
5982
|
|
|
5985
5983
|
.SectionHeader__actions {
|
|
5986
5984
|
margin: 0;
|
|
5985
|
+
align-self: center;
|
|
5987
5986
|
justify-self: end;
|
|
5988
5987
|
}
|
|
5989
5988
|
}
|
package/package.json
CHANGED