gantri-components 2.222.0 → 2.223.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.
@@ -261,10 +261,6 @@ declare const productColorsDefinition: {
261
261
  status: "active";
262
262
  };
263
263
  cobalt: {
264
- availability: {
265
- productIds: number[];
266
- type: "trade-only-on-products";
267
- };
268
264
  code: string;
269
265
  fullColorName: string;
270
266
  hexColor: string;
@@ -417,10 +413,6 @@ declare const productColorsDefinition: {
417
413
  status: "active";
418
414
  };
419
415
  poppy: {
420
- availability: {
421
- productIds: number[];
422
- type: "trade-only-on-products";
423
- };
424
416
  code: string;
425
417
  fullColorName: string;
426
418
  hexColor: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "gantri-components",
3
- "version": "2.222.0",
3
+ "version": "2.223.0",
4
4
  "main": "dist/index.cjs.js",
5
5
  "module": "dist/index.esm.js",
6
6
  "types": "dist/index.d.ts",