mayak-common-library 0.0.781 → 0.0.783
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.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +6 -6
- package/dist/index.mjs +5 -5
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -1192,7 +1192,7 @@ declare const Button: FC<CustomButtonProps>;
|
|
|
1192
1192
|
interface ButtonDarkProps {
|
|
1193
1193
|
title: string;
|
|
1194
1194
|
classes?: string;
|
|
1195
|
-
view?: 'dark' | 'transparent';
|
|
1195
|
+
view?: 'dark' | 'transparent' | 'header';
|
|
1196
1196
|
icon?: ReactNode;
|
|
1197
1197
|
}
|
|
1198
1198
|
declare const ButtonDark: FC<ButtonDarkProps & LoadingButtonProps>;
|
package/dist/index.d.ts
CHANGED
|
@@ -1192,7 +1192,7 @@ declare const Button: FC<CustomButtonProps>;
|
|
|
1192
1192
|
interface ButtonDarkProps {
|
|
1193
1193
|
title: string;
|
|
1194
1194
|
classes?: string;
|
|
1195
|
-
view?: 'dark' | 'transparent';
|
|
1195
|
+
view?: 'dark' | 'transparent' | 'header';
|
|
1196
1196
|
icon?: ReactNode;
|
|
1197
1197
|
}
|
|
1198
1198
|
declare const ButtonDark: FC<ButtonDarkProps & LoadingButtonProps>;
|