gantri-components 2.106.1 → 2.107.1

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.
@@ -44,28 +44,7 @@ declare module 'styled-components' {
44
44
  };
45
45
  overlay: PaletteColor;
46
46
  palette: Record<PaletteColor, string>;
47
- product: {
48
- blossompink: string;
49
- canyon: string;
50
- carbon: string;
51
- coral: string;
52
- fog: string;
53
- forest: string;
54
- glossysnowwhite: string;
55
- meadow: string;
56
- midnight: string;
57
- olive: string;
58
- peach: string;
59
- persimmon: string;
60
- sage: string;
61
- sand: string;
62
- sedona: string;
63
- sky: string;
64
- snow: string;
65
- sproutgreen: string;
66
- stone: string;
67
- sunrise: string;
68
- };
47
+ product: Record<ProductColorCode, string>;
69
48
  shadow: {
70
49
  high: string;
71
50
  low: string;
@@ -223,7 +202,7 @@ declare module 'styled-components' {
223
202
  }
224
203
  export declare const spacing: DefaultTheme['dimensions']['spacing'];
225
204
  declare const defaults: DefaultTheme['defaults'];
226
- 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"];
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"];
227
206
  export type ProductColorCode = typeof allProductColorCodes[number];
228
207
  /** Color codes that are no longer available for as product options. */
229
208
  export declare const retiredProductColorCodes: ProductColorCode[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantri-components",
3
- "version": "2.106.1",
3
+ "version": "2.107.1",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "umd": "dist/index.umd.js",