gantri-components 2.254.2 → 2.254.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.
@@ -227,6 +227,7 @@ export type ColorAvailabilityRule = {
227
227
  type: 'flag-gated';
228
228
  } | {
229
229
  categories: string[];
230
+ productIds?: number[];
230
231
  type: 'only-on-categories';
231
232
  };
232
233
  export interface ProductColorDetails {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantri-components",
3
- "version": "2.254.2",
3
+ "version": "2.254.4",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",