test-stpr-ui-kit 0.5.49 → 0.5.51
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/test-stpr-ui-kit.es.d.ts +3 -0
- package/dist/test-stpr-ui-kit.js +1394 -1379
- package/dist/test-stpr-ui-kit.umd.cjs +10 -10
- package/package.json +1 -1
|
@@ -319,6 +319,8 @@ declare interface InputProps {
|
|
|
319
319
|
classNameRoot?: string;
|
|
320
320
|
classNameBaseTooltipRoot?: string;
|
|
321
321
|
ref?: ForwardedRef<HTMLInputElement>;
|
|
322
|
+
mask?: string | (string | RegExp)[];
|
|
323
|
+
alwaysShowMask?: boolean;
|
|
322
324
|
}
|
|
323
325
|
|
|
324
326
|
export declare const Label: default_2.FC<LabelProps>;
|
|
@@ -498,6 +500,7 @@ declare type TCrumbItem = {
|
|
|
498
500
|
text: string;
|
|
499
501
|
onClick?: () => void;
|
|
500
502
|
active?: boolean;
|
|
503
|
+
visible?: boolean;
|
|
501
504
|
};
|
|
502
505
|
|
|
503
506
|
export declare type TDatePickerInputSize = "md" | "lg";
|