mayak-common-library 0.0.530 → 0.0.532
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 +6 -6
- package/package.json +1 -1
- package/tailwind.config.js +4 -0
package/dist/index.d.mts
CHANGED
|
@@ -333,7 +333,7 @@ interface IBlockOurTeam {
|
|
|
333
333
|
classes?: string;
|
|
334
334
|
full?: boolean;
|
|
335
335
|
}
|
|
336
|
-
declare function BlockOurTeam({ team, title, text, classes, full, }: IBlockOurTeam): react_jsx_runtime.JSX.Element;
|
|
336
|
+
declare function BlockOurTeam({ team, title, text, classes, full, }: IBlockOurTeam): react_jsx_runtime.JSX.Element | null;
|
|
337
337
|
|
|
338
338
|
interface IBlockTabsGroupLinks {
|
|
339
339
|
title: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -333,7 +333,7 @@ interface IBlockOurTeam {
|
|
|
333
333
|
classes?: string;
|
|
334
334
|
full?: boolean;
|
|
335
335
|
}
|
|
336
|
-
declare function BlockOurTeam({ team, title, text, classes, full, }: IBlockOurTeam): react_jsx_runtime.JSX.Element;
|
|
336
|
+
declare function BlockOurTeam({ team, title, text, classes, full, }: IBlockOurTeam): react_jsx_runtime.JSX.Element | null;
|
|
337
337
|
|
|
338
338
|
interface IBlockTabsGroupLinks {
|
|
339
339
|
title: string;
|