@descope/flow-components 3.7.1 → 3.7.2

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.
@@ -5,7 +5,7 @@
5
5
  "name": "flowComponents",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "3.7.1",
8
+ "buildVersion": "3.7.2",
9
9
  "buildName": "@descope/flow-components"
10
10
  },
11
11
  "remoteEntry": {
@@ -5,7 +5,7 @@
5
5
  "name": "flowComponents",
6
6
  "type": "app",
7
7
  "buildInfo": {
8
- "buildVersion": "3.7.1",
8
+ "buildVersion": "3.7.2",
9
9
  "buildName": "@descope/flow-components"
10
10
  },
11
11
  "remoteEntry": {
package/dist/index.cjs.js CHANGED
@@ -105770,7 +105770,7 @@ descope-enriched-text {
105770
105770
  width: 100%; /* fill non-flex parents */
105771
105771
  flex-grow: 1; /* absorb extra space in flex parents */
105772
105772
  flex-shrink: 0; /* hold full width — shrink:1 would let siblings squeeze it below 100% */
105773
- flex-basis: 100%; /* start at full width before grow/shrink */
105773
+ flex-basis: auto; /* defer to width:100% on the main axis; avoids forcing 100% height in column-flex parents */
105774
105774
  min-width: 0; /* prevent overflow when the outer host is itself inside a constrained flex row */
105775
105775
  }
105776
105776
  `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/flow-components",
3
- "version": "3.7.1",
3
+ "version": "3.7.2",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -97,7 +97,7 @@
97
97
  "webpack-subresource-integrity": "5.2.0-rc.1"
98
98
  },
99
99
  "dependencies": {
100
- "@descope/web-components-ui": "3.7.1"
100
+ "@descope/web-components-ui": "3.7.2"
101
101
  },
102
102
  "peerDependencies": {
103
103
  "react": ">= 18"