gantri-components 2.238.0 → 2.238.2

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