@descope/flow-components 2.0.115 → 2.0.116

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 +2 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -278,8 +278,8 @@ type Props$6 = {
278
278
  'phone-input-placeholder'?: string;
279
279
  'country-input-placeholder'?: string;
280
280
  'restrict-countries'?: string;
281
- };
282
- declare const Phone: React.ForwardRefExoticComponent<Props$6 & React.RefAttributes<HTMLInputElement>>;
281
+ } & DescopeInputProps;
282
+ declare const Phone: React.ForwardRefExoticComponent<Omit<Props$6, "ref"> & React.RefAttributes<HTMLInputElement>>;
283
283
 
284
284
  type Props$5 = {
285
285
  children?: JSX.Element[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@descope/flow-components",
3
- "version": "2.0.115",
3
+ "version": "2.0.116",
4
4
  "description": "",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.esm.js",