gantri-components 2.196.0 → 2.198.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.
@@ -206,7 +206,7 @@ declare module 'styled-components' {
206
206
  }
207
207
  export declare const spacing: DefaultTheme['dimensions']['spacing'];
208
208
  declare const defaults: DefaultTheme['defaults'];
209
- export declare const allProductColorCodes: readonly ["blossompink", "canyon", "carbon", "cobalt", "coral", "fog", "forest", "glossysnowwhite", "hibiscus", "meadow", "midnight", "mist", "mustard", "olive", "peach", "persimmon", "poppy", "sage", "sand", "sedona", "sky", "smoke", "snow", "sproutgreen", "stone", "sunrise", "walnut"];
209
+ export declare const allProductColorCodes: readonly ["blossompink", "canyon", "carbon", "cobalt", "coral", "fog", "forest", "gantri", "glossysnowwhite", "hibiscus", "meadow", "midnight", "mist", "mustard", "olive", "peach", "persimmon", "poppy", "sage", "sand", "sedona", "sky", "smoke", "snow", "sproutgreen", "stone", "sunrise", "walnut"];
210
210
  export type ProductColorCode = (typeof allProductColorCodes)[number];
211
211
  /** Color codes that are no longer available for as product options. */
212
212
  export declare const retiredProductColorCodes: ProductColorCode[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantri-components",
3
- "version": "2.196.0",
3
+ "version": "2.198.0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "umd": "dist/index.umd.js",