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.
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/styles/theme.d.ts +1 -1
- package/package.json +1 -1
package/dist/styles/theme.d.ts
CHANGED
|
@@ -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[];
|