@descope/web-components-ui 1.68.0 → 1.70.0

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.esm.js CHANGED
@@ -23468,9 +23468,9 @@ const CollapsibleContainerClass = compose(
23468
23468
  boxShadow: { selector: selectors.wrapper },
23469
23469
 
23470
23470
  headerIconOrder: { selector: selectors.icon, property: 'order' },
23471
- headerJustifyContent: { selector: selectors.header, property: 'justify-content' },
23472
23471
  headerCursor: { selector: selectors.header, property: 'cursor' },
23473
23472
  headerGap: { selector: selectors.header, property: 'gap' },
23473
+ textGrow: { selector: selectors.text, property: 'flex-grow' },
23474
23474
  textDirection: { selector: selectors.text, property: 'direction' },
23475
23475
  iconAnimationDuration: { selector: selectors.icon, property: 'transition-duration' },
23476
23476
  contentAnimationDuration: { selector: selectors.content, property: 'transition-duration' },
@@ -23520,7 +23520,7 @@ const collapsibleContainer = {
23520
23520
  [compVars.contentAnimationDuration]: '0.1s',
23521
23521
 
23522
23522
  [compVars.borderWidth]: '0px',
23523
- [compVars.headerJustifyContent]: 'flex-start',
23523
+ [compVars.textGrow]: '0',
23524
23524
 
23525
23525
  verticalPadding: {
23526
23526
  sm: { [compVars.verticalPadding]: '5px' },
@@ -23574,7 +23574,7 @@ const collapsibleContainer = {
23574
23574
  },
23575
23575
 
23576
23576
  _fillTitle: {
23577
- [compVars.headerJustifyContent]: 'space-between',
23577
+ [compVars.textGrow]: '1',
23578
23578
  },
23579
23579
 
23580
23580
  _border: {