@descope/flow-components 2.0.374 → 2.0.376
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 +1 -1
- package/package.json +3 -3
package/dist/index.d.ts
CHANGED
|
@@ -835,7 +835,7 @@ declare global {
|
|
|
835
835
|
declare const DateField: React.ForwardRefExoticComponent<Omit<Omit<DescopeInputProps, "external-input">, "ref"> & React.RefAttributes<HTMLInputElement>>;
|
|
836
836
|
|
|
837
837
|
type Props = {
|
|
838
|
-
variant
|
|
838
|
+
variant?: 'countrySelection' | 'inputBox';
|
|
839
839
|
'default-code'?: string;
|
|
840
840
|
'phone-input-label'?: string;
|
|
841
841
|
'phone-input-placeholder'?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@descope/flow-components",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.376",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -73,7 +73,7 @@
|
|
|
73
73
|
"eslint-plugin-jest-dom": "5.4.0",
|
|
74
74
|
"eslint-plugin-jest-formatting": "3.1.0",
|
|
75
75
|
"eslint-plugin-jsx-a11y": "^6.6.1",
|
|
76
|
-
"eslint-plugin-n": "17.
|
|
76
|
+
"eslint-plugin-n": "17.14.0",
|
|
77
77
|
"eslint-plugin-no-only-tests": "3.3.0",
|
|
78
78
|
"eslint-plugin-prefer-arrow": "1.2.3",
|
|
79
79
|
"eslint-plugin-prettier": "5.2.1",
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
"typescript": "^5.0.0"
|
|
103
103
|
},
|
|
104
104
|
"dependencies": {
|
|
105
|
-
"@descope/web-components-ui": "1.0.
|
|
105
|
+
"@descope/web-components-ui": "1.0.404"
|
|
106
106
|
},
|
|
107
107
|
"peerDependencies": {
|
|
108
108
|
"react": ">=17"
|