@descope/flow-components 2.0.503 → 2.0.504

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
@@ -98196,6 +98196,9 @@ descope-boolean-field-internal {
98196
98196
  [compVars.iconAnimationDuration]: '0.1s',
98197
98197
  [compVars.contentAnimationDuration]: '0.1s',
98198
98198
 
98199
+ [compVars.borderWidth]: '0px',
98200
+ [compVars.headerJustifyContent]: 'flex-start',
98201
+
98199
98202
  verticalPadding: {
98200
98203
  sm: { [compVars.verticalPadding]: '5px' },
98201
98204
  md: { [compVars.verticalPadding]: '10px' },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/flow-components",
3
- "version": "2.0.503",
3
+ "version": "2.0.504",
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.64.0"
107
+ "@descope/web-components-ui": "1.65.0"
108
108
  },
109
109
  "peerDependencies": {
110
110
  "react": ">= 18"