@descope/flow-components 2.0.138 → 2.0.140

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/index.d.ts CHANGED
@@ -372,7 +372,7 @@ declare global {
372
372
  declare const UploadFile: React.ForwardRefExoticComponent<Props$3 & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
373
373
 
374
374
  type Props$2 = {
375
- disabled?: boolean;
375
+ enabled?: boolean;
376
376
  'site-key'?: string;
377
377
  enterprise?: boolean;
378
378
  action?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/flow-components",
3
- "version": "2.0.138",
3
+ "version": "2.0.140",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -99,7 +99,7 @@
99
99
  "typescript": "^5.0.0"
100
100
  },
101
101
  "dependencies": {
102
- "@descope/web-components-ui": "1.0.192",
102
+ "@descope/web-components-ui": "1.0.193",
103
103
  "rollup-plugin-dts": "^5.3.0"
104
104
  },
105
105
  "peerDependencies": {