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.
@@ -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) => any;
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;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantri-components",
3
- "version": "1.103.0",
3
+ "version": "1.104.0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "umd": "dist/index.umd.js",