@namba_one/ui-kit-2 1.2.5 → 1.2.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/index.d.ts +1 -1
- package/dist/index.es.js +2070 -2067
- package/dist/index.umd.js +19 -19
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3937,7 +3937,7 @@ export declare type LoaderProps = {
|
|
|
3937
3937
|
size: number | string;
|
|
3938
3938
|
};
|
|
3939
3939
|
|
|
3940
|
-
export declare function makeScrollToColumnIndex(scrollContainer: HTMLElement, columns: HTMLElement[]): (index: number, align?: "start" | "center" | "end",
|
|
3940
|
+
export declare function makeScrollToColumnIndex(scrollContainer: HTMLElement, columns: HTMLElement[]): (index: number, align?: "start" | "center" | "end", additionalOffset?: number) => void;
|
|
3941
3941
|
|
|
3942
3942
|
export declare const masks: {
|
|
3943
3943
|
phone: {
|