@descope/flow-components 2.0.507 → 2.0.509

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.cjs.js CHANGED
@@ -98143,9 +98143,9 @@ descope-boolean-field-internal {
98143
98143
  boxShadow: { selector: selectors.wrapper },
98144
98144
 
98145
98145
  headerIconOrder: { selector: selectors.icon, property: 'order' },
98146
- headerJustifyContent: { selector: selectors.header, property: 'justify-content' },
98147
98146
  headerCursor: { selector: selectors.header, property: 'cursor' },
98148
98147
  headerGap: { selector: selectors.header, property: 'gap' },
98148
+ textGrow: { selector: selectors.text, property: 'flex-grow' },
98149
98149
  textDirection: { selector: selectors.text, property: 'direction' },
98150
98150
  iconAnimationDuration: { selector: selectors.icon, property: 'transition-duration' },
98151
98151
  contentAnimationDuration: { selector: selectors.content, property: 'transition-duration' },
@@ -98195,7 +98195,7 @@ descope-boolean-field-internal {
98195
98195
  [compVars.contentAnimationDuration]: '0.1s',
98196
98196
 
98197
98197
  [compVars.borderWidth]: '0px',
98198
- [compVars.headerJustifyContent]: 'flex-start',
98198
+ [compVars.textGrow]: '0',
98199
98199
 
98200
98200
  verticalPadding: {
98201
98201
  sm: { [compVars.verticalPadding]: '5px' },
@@ -98249,7 +98249,7 @@ descope-boolean-field-internal {
98249
98249
  },
98250
98250
 
98251
98251
  _fillTitle: {
98252
- [compVars.headerJustifyContent]: 'space-between',
98252
+ [compVars.textGrow]: '1',
98253
98253
  },
98254
98254
 
98255
98255
  _border: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/flow-components",
3
- "version": "2.0.507",
3
+ "version": "2.0.509",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -104,7 +104,7 @@
104
104
  "typescript": "^5.7.2"
105
105
  },
106
106
  "dependencies": {
107
- "@descope/web-components-ui": "1.68.0"
107
+ "@descope/web-components-ui": "1.70.0"
108
108
  },
109
109
  "peerDependencies": {
110
110
  "react": ">= 18"