gantri-components 2.254.3 → 2.255.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.
@@ -194,6 +194,7 @@ declare module 'styled-components' {
194
194
  mp1: FontInfo;
195
195
  mp2: FontInfo;
196
196
  mp3: FontInfo;
197
+ xl: FontInfo;
197
198
  p0: FontInfo;
198
199
  p1: FontInfo;
199
200
  p2: FontInfo;
@@ -227,6 +228,7 @@ export type ColorAvailabilityRule = {
227
228
  type: 'flag-gated';
228
229
  } | {
229
230
  categories: string[];
231
+ productIds?: number[];
230
232
  type: 'only-on-categories';
231
233
  };
232
234
  export interface ProductColorDetails {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantri-components",
3
- "version": "2.254.3",
3
+ "version": "2.255.0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",