@descope/flow-components 2.0.374 → 2.0.375

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
@@ -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: 'countrySelection' | 'inputBox';
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.374",
3
+ "version": "2.0.375",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",
@@ -102,7 +102,7 @@
102
102
  "typescript": "^5.0.0"
103
103
  },
104
104
  "dependencies": {
105
- "@descope/web-components-ui": "1.0.403"
105
+ "@descope/web-components-ui": "1.0.404"
106
106
  },
107
107
  "peerDependencies": {
108
108
  "react": ">=17"