gantri-components 2.49.0 → 2.50.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.
@@ -1,4 +1,4 @@
1
- export { getButtonsColors, getThemeColor, getThemeSpacing, palette, lightTheme, darkTheme, createTheme, } from './theme';
1
+ export { getButtonsColors, getThemeColor, getThemeSpacing, palette, spacing, lightTheme, darkTheme, createTheme, } from './theme';
2
2
  export { type PaletteColor as Color } from './theme';
3
3
  export { ThemeProvider } from './theme-provider';
4
4
  export * from './animations';
@@ -184,6 +184,7 @@ declare module 'styled-components' {
184
184
  };
185
185
  }
186
186
  }
187
+ export declare const spacing: DefaultTheme['dimensions']['spacing'];
187
188
  export declare const allProductColorCodes: readonly ["blossompink", "canyon", "carbon", "coral", "fog", "forest", "glossysnowwhite", "meadow", "midnight", "olive", "peach", "persimmon", "sage", "sand", "sedona", "sky", "snow", "sproutgreen", "stone", "sunrise"];
188
189
  export type ProductColorCode = typeof allProductColorCodes[number];
189
190
  /** Color codes that are no longer available for as product options. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantri-components",
3
- "version": "2.49.0",
3
+ "version": "2.50.0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "umd": "dist/index.umd.js",