@kvell-group/ui 1.12.0 → 1.12.1
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/components/Inputs/CardInput/CardInput.d.ts +1 -1
- package/dist/components/Inputs/CvvInput/CvvInput.d.ts +1 -1
- package/dist/components/Inputs/MaskedInput/MaskedInput.d.ts +1 -1
- package/dist/components/Inputs/types.d.ts +1 -1
- package/dist/constants/masks.d.ts +1 -1
- package/dist/constants/masks.js +1 -1
- package/package.json +1 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
export declare const CARD_NUMBER_MASK: "0000 0000 0000 0000";
|
|
1
|
+
export declare const CARD_NUMBER_MASK: "0000 0000 0000 0000 000";
|
|
2
2
|
export declare const CARD_CVV_MASK: "000";
|
|
3
3
|
export declare const CARD_EXPIRY_DATE_MASK: "00/00";
|
|
4
4
|
export declare const PHONE_MASK: "+7 000 000 00 00";
|
package/dist/constants/masks.js
CHANGED