@descope/web-components-ui 1.63.0 → 1.65.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.
@@ -20806,6 +20806,9 @@ const collapsibleContainer = {
20806
20806
  [compVars.iconAnimationDuration]: '0.1s',
20807
20807
  [compVars.contentAnimationDuration]: '0.1s',
20808
20808
 
20809
+ [compVars.borderWidth]: '0px',
20810
+ [compVars.headerJustifyContent]: 'flex-start',
20811
+
20809
20812
  verticalPadding: {
20810
20813
  sm: { [compVars.verticalPadding]: '5px' },
20811
20814
  md: { [compVars.verticalPadding]: '10px' },