@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/fm/575.js +1 -1
- package/dist/fm/598.js +1 -1
- package/dist/fm/84.js +2 -2
- package/dist/fm/@mf-types/compiled-types/Turnstile/Turnstile.d.ts +1 -0
- package/dist/fm/@mf-types.zip +0 -0
- package/dist/fm/__federation_expose_componentClasses.js +1 -1
- package/dist/fm/__federation_expose_components.js +1 -1
- package/dist/fm/__federation_expose_theme.js +1 -1
- package/dist/fm/flowComponents.js +1 -1
- package/dist/fm/main.js +1 -1
- package/dist/fm/mf-manifest.json +1 -1
- package/dist/fm/mf-stats.json +1 -1
- package/dist/index.cjs.js +1806 -1715
- package/dist/index.d.ts +1 -0
- package/dist/types/Turnstile/Turnstile.d.ts +1 -0
- package/package.json +2 -2
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.
|
|
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.
|
|
115
|
+
"@descope/web-components-ui": "1.123.0"
|
|
116
116
|
},
|
|
117
117
|
"peerDependencies": {
|
|
118
118
|
"react": ">= 18"
|