@ahmadmubarak98/namozaj 1.6.5 → 1.6.6
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/main.d.ts +1 -1
- package/dist/namozaj.js +2 -0
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -269,7 +269,7 @@ export declare type HelperTextConfig = {
|
|
|
269
269
|
color?: BaseColors | string;
|
|
270
270
|
};
|
|
271
271
|
|
|
272
|
-
export declare type InputRestriction = "alpha" | "alphanumeric" | "numeric" | "alpha-with-spaces" | "alphanumeric-with-spaces" | "numeric-with-spaces" | RegExp;
|
|
272
|
+
export declare type InputRestriction = "alpha" | "alphanumeric" | "numeric" | "alpha-with-spaces" | "alphanumeric-with-spaces" | "numeric-with-spaces" | 'email' | RegExp;
|
|
273
273
|
|
|
274
274
|
export declare type ModalSize = "small" | "medium" | "large" | "full";
|
|
275
275
|
|
package/dist/namozaj.js
CHANGED