@descope/web-components-ui 1.69.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.
@@ -20753,9 +20753,9 @@ const CollapsibleContainerClass = compose(
20753
20753
  boxShadow: { selector: selectors.wrapper },
20754
20754
 
20755
20755
  headerIconOrder: { selector: selectors.icon, property: 'order' },
20756
- headerJustifyContent: { selector: selectors.header, property: 'justify-content' },
20757
20756
  headerCursor: { selector: selectors.header, property: 'cursor' },
20758
20757
  headerGap: { selector: selectors.header, property: 'gap' },
20758
+ textGrow: { selector: selectors.text, property: 'flex-grow' },
20759
20759
  textDirection: { selector: selectors.text, property: 'direction' },
20760
20760
  iconAnimationDuration: { selector: selectors.icon, property: 'transition-duration' },
20761
20761
  contentAnimationDuration: { selector: selectors.content, property: 'transition-duration' },
@@ -20805,7 +20805,7 @@ const collapsibleContainer = {
20805
20805
  [compVars.contentAnimationDuration]: '0.1s',
20806
20806
 
20807
20807
  [compVars.borderWidth]: '0px',
20808
- [compVars.headerJustifyContent]: 'flex-start',
20808
+ [compVars.textGrow]: '0',
20809
20809
 
20810
20810
  verticalPadding: {
20811
20811
  sm: { [compVars.verticalPadding]: '5px' },
@@ -20859,7 +20859,7 @@ const collapsibleContainer = {
20859
20859
  },
20860
20860
 
20861
20861
  _fillTitle: {
20862
- [compVars.headerJustifyContent]: 'space-between',
20862
+ [compVars.textGrow]: '1',
20863
20863
  },
20864
20864
 
20865
20865
  _border: {