@descope/flow-components 2.0.618 → 2.0.620

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.d.ts CHANGED
@@ -1090,6 +1090,7 @@ type Props$3 = {
1090
1090
  textVariant?: TypographyVariants;
1091
1091
  textMode?: Mode;
1092
1092
  textAlign?: TextAlign;
1093
+ readonly?: boolean;
1093
1094
  'full-width'?: boolean;
1094
1095
  };
1095
1096
  declare const Turnstile: React.ForwardRefExoticComponent<Props$3 & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
@@ -7,6 +7,7 @@ type Props = {
7
7
  textVariant?: TypographyVariants;
8
8
  textMode?: Mode;
9
9
  textAlign?: TextAlign;
10
+ readonly?: boolean;
10
11
  'full-width'?: boolean;
11
12
  };
12
13
  declare const Turnstile: React.ForwardRefExoticComponent<Props & React.HTMLAttributes<HTMLDivElement> & React.RefAttributes<HTMLDivElement>>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/flow-components",
3
- "version": "2.0.618",
3
+ "version": "2.0.620",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -112,7 +112,7 @@
112
112
  "webpack-dev-server": "5.0.4"
113
113
  },
114
114
  "dependencies": {
115
- "@descope/web-components-ui": "1.121.0"
115
+ "@descope/web-components-ui": "1.123.0"
116
116
  },
117
117
  "peerDependencies": {
118
118
  "react": ">= 18"