oddsgate-ds 1.0.61 → 1.0.63
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/cjs/index.js +5 -5
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/types/styles/variables.d.ts +1 -1
- package/dist/esm/index.js +5 -5
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/types/styles/variables.d.ts +1 -1
- package/dist/types.d.ts +1 -1
- package/package.json +1 -1
- package/src/components/atoms/Button/Button.theme.ts +0 -26
- package/src/components/molecules/BlogCard/BlogCard.component.tsx +3 -3
- package/src/components/molecules/BlogCard/BlogCard.theme.ts +7 -2
- package/src/components/molecules/EventsCard/EventsCard.theme.ts +0 -1
- package/src/components/molecules/NewsCard/NewsCard.component.tsx +5 -2
- package/src/components/molecules/NewsCard/NewsCard.theme.ts +7 -1
- package/src/styles/Global.ts +3 -3
- package/src/styles/utilities.ts +15 -5
- package/src/styles/variables.ts +6 -6
|
@@ -23,7 +23,7 @@ export declare const spacesNegative: Record<string, string>;
|
|
|
23
23
|
export declare const typography: Record<string, Record<string, unknown>>;
|
|
24
24
|
export declare const radius: Record<string, string>;
|
|
25
25
|
export declare const shadows: Record<string, string>;
|
|
26
|
-
export declare const zIndexes: Record<
|
|
26
|
+
export declare const zIndexes: Record<number, number>;
|
|
27
27
|
export declare const grid_conf: {
|
|
28
28
|
gridSize: number;
|
|
29
29
|
gutter: number;
|