gantri-components 1.103.0 → 1.104.0
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/styles/theme.d.ts +1 -1
- package/package.json +1 -1
package/dist/styles/theme.d.ts
CHANGED
|
@@ -149,7 +149,7 @@ export declare const productColors: Record<keyof DefaultTheme['colors']['product
|
|
|
149
149
|
export declare const lightTheme: DefaultTheme;
|
|
150
150
|
export declare const darkTheme: DefaultTheme;
|
|
151
151
|
export declare const getThemeColor: (color: PaletteColor, currentTheme?: DefaultTheme) => string;
|
|
152
|
-
export declare const getThemeSpacing: (property: string, currentTheme?: DefaultTheme) =>
|
|
152
|
+
export declare const getThemeSpacing: (property: string, currentTheme?: DefaultTheme) => string;
|
|
153
153
|
export declare const getButtonsColors: (color: ButtonColor, theme?: DefaultTheme) => {
|
|
154
154
|
primary: {
|
|
155
155
|
background: string;
|