gantri-components 2.117.2 → 2.117.4

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