gantri-components 2.15.2 → 2.16.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.
@@ -51,6 +51,8 @@ declare module 'styled-components' {
51
51
  glossysnowwhite: string;
52
52
  meadow: string;
53
53
  midnight: string;
54
+ olive: string;
55
+ peach: string;
54
56
  persimmon: string;
55
57
  sage: string;
56
58
  sand: string;
@@ -154,7 +156,7 @@ declare module 'styled-components' {
154
156
  };
155
157
  }
156
158
  }
157
- export declare const allProductColorCodes: readonly ["blossompink", "canyon", "carbon", "coral", "fog", "forest", "glossysnowwhite", "meadow", "midnight", "persimmon", "sage", "sand", "sedona", "sky", "snow", "sproutgreen", "stone", "sunrise"];
159
+ 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"];
158
160
  export type ProductColorCode = typeof allProductColorCodes[number];
159
161
  /** Color codes that are no longer available for as product options. */
160
162
  export declare const retiredProductColorCodes: ProductColorCode[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantri-components",
3
- "version": "2.15.2",
3
+ "version": "2.16.0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "umd": "dist/index.umd.js",