@descope/flow-components 2.0.503 → 2.0.505
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 +5 -2
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -80205,8 +80205,8 @@ function requireIndex_cjs () {
|
|
|
80205
80205
|
:host([loading="true"]) {
|
|
80206
80206
|
pointer-events: none;
|
|
80207
80207
|
}
|
|
80208
|
-
:host([loading="true"])::part(prefix),
|
|
80209
|
-
:host([loading="true"])::part(label) {
|
|
80208
|
+
:host([loading="true"]) ::part(prefix),
|
|
80209
|
+
:host([loading="true"]) ::part(label) {
|
|
80210
80210
|
visibility: hidden;
|
|
80211
80211
|
}
|
|
80212
80212
|
`;
|
|
@@ -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.
|
|
3
|
+
"version": "2.0.505",
|
|
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.66.0"
|
|
108
108
|
},
|
|
109
109
|
"peerDependencies": {
|
|
110
110
|
"react": ">= 18"
|