@descope/flow-components 2.0.470 → 2.0.472
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 +4 -0
- package/package.json +3 -3
package/dist/index.cjs.js
CHANGED
|
@@ -94211,6 +94211,10 @@ descope-boolean-field-internal {
|
|
|
94211
94211
|
this.button.addEventListener('click', this.onClick.bind(this));
|
|
94212
94212
|
}
|
|
94213
94213
|
|
|
94214
|
+
set onclick(val) {
|
|
94215
|
+
this.button.onclick = val;
|
|
94216
|
+
}
|
|
94217
|
+
|
|
94214
94218
|
init() {
|
|
94215
94219
|
super.init?.();
|
|
94216
94220
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@descope/flow-components",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.472",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
]
|
|
37
37
|
},
|
|
38
38
|
"devDependencies": {
|
|
39
|
-
"@babel/core": "7.26.
|
|
39
|
+
"@babel/core": "7.26.10",
|
|
40
40
|
"@babel/preset-env": "7.26.9",
|
|
41
41
|
"@babel/preset-react": "7.26.3",
|
|
42
42
|
"@babel/preset-typescript": "7.26.0",
|
|
@@ -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.49.0"
|
|
108
108
|
},
|
|
109
109
|
"peerDependencies": {
|
|
110
110
|
"react": ">= 18"
|