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.
- package/dist/components/button-menu/button-menu.types.d.ts +1 -0
- package/dist/helpers/generate-skus-functions/get-colors-by-product/get-colors-by-product.types.d.ts +1 -0
- package/dist/helpers/generate-skus-functions/get-light-colors/__tests__/get-light-colors.test.d.ts +1 -0
- package/dist/helpers/generate-skus-functions/get-light-colors/get-light-colors.d.ts +3 -0
- package/dist/helpers/generate-skus-functions/get-light-colors/get-light-colors.types.d.ts +3 -0
- package/dist/helpers/generate-skus-functions/get-light-colors/index.d.ts +1 -0
- package/dist/helpers/generate-skus-functions/helpers/get-is-color-available-for-product-id/get-is-color-available-for-product-id.constants.d.ts +1 -0
- package/dist/helpers/generate-skus-functions/helpers/get-is-color-available-for-product-id/get-is-color-available-for-product-id.d.ts +2 -1
- package/dist/helpers/generate-skus-functions/index.d.ts +1 -0
- package/dist/helpers/get-file-url/helpers/get-cloudinary-prefix/get-cloudinary-prefix.d.ts +2 -2
- 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
|
@@ -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[];
|