@descope/flow-components 2.0.505 → 2.0.507
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 +0 -2
- package/package.json +2 -2
package/dist/index.cjs.js
CHANGED
|
@@ -98171,7 +98171,6 @@ descope-boolean-field-internal {
|
|
|
98171
98171
|
const collapsibleContainer = {
|
|
98172
98172
|
...helperTheme,
|
|
98173
98173
|
|
|
98174
|
-
[compVars.itemsGrow]: '0',
|
|
98175
98174
|
[compVars.hostWidth]: '100%',
|
|
98176
98175
|
[compVars.boxShadow]: 'none',
|
|
98177
98176
|
|
|
@@ -98183,7 +98182,6 @@ descope-boolean-field-internal {
|
|
|
98183
98182
|
[compVars.backgroundSize]: 'cover',
|
|
98184
98183
|
[compVars.backgroundRepeat]: 'no-repeat',
|
|
98185
98184
|
|
|
98186
|
-
[compVars.color]: globalRefs.colors.surface.contrast,
|
|
98187
98185
|
[compVars.borderRadius]: '0px',
|
|
98188
98186
|
[compVars.hostDirection]: globalRefs.direction,
|
|
98189
98187
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@descope/flow-components",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.507",
|
|
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.68.0"
|
|
108
108
|
},
|
|
109
109
|
"peerDependencies": {
|
|
110
110
|
"react": ">= 18"
|