@descope/flow-components 2.0.444 → 2.0.445
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 +7 -5
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -93585,11 +93585,12 @@ descope-boolean-field-internal {
|
|
|
93585
93585
|
}
|
|
93586
93586
|
|
|
93587
93587
|
descope-autocomplete-field-internal {
|
|
93588
|
-
|
|
93589
|
-
|
|
93590
|
-
|
|
93591
|
-
|
|
93592
|
-
|
|
93588
|
+
display: inline-block;
|
|
93589
|
+
box-sizing: border-box;
|
|
93590
|
+
user-select: none;
|
|
93591
|
+
width: 100%;
|
|
93592
|
+
max-width: 100%;
|
|
93593
|
+
}
|
|
93593
93594
|
|
|
93594
93595
|
descope-autocomplete-field-internal ::slotted {
|
|
93595
93596
|
padding: 0;
|
|
@@ -94087,6 +94088,7 @@ descope-boolean-field-internal {
|
|
|
94087
94088
|
display: inline-block;
|
|
94088
94089
|
box-sizing: border-box;
|
|
94089
94090
|
user-select: none;
|
|
94091
|
+
width: 100%;
|
|
94090
94092
|
max-width: 100%;
|
|
94091
94093
|
}
|
|
94092
94094
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@descope/flow-components",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.445",
|
|
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.
|
|
107
|
+
"@descope/web-components-ui": "1.38.0"
|
|
108
108
|
},
|
|
109
109
|
"peerDependencies": {
|
|
110
110
|
"react": ">= 18"
|