@descope/web-components-ui 1.67.0 → 1.68.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.
@@ -20781,7 +20781,6 @@ const { shadowColor } = helperRefs;
20781
20781
  const collapsibleContainer = {
20782
20782
  ...helperTheme,
20783
20783
 
20784
- [compVars.itemsGrow]: '0',
20785
20784
  [compVars.hostWidth]: '100%',
20786
20785
  [compVars.boxShadow]: 'none',
20787
20786
 
@@ -20793,7 +20792,6 @@ const collapsibleContainer = {
20793
20792
  [compVars.backgroundSize]: 'cover',
20794
20793
  [compVars.backgroundRepeat]: 'no-repeat',
20795
20794
 
20796
- [compVars.color]: globalRefs.colors.surface.contrast,
20797
20795
  [compVars.borderRadius]: '0px',
20798
20796
  [compVars.hostDirection]: globalRefs.direction,
20799
20797