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.
- package/dist/index.cjs.js +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/styles/theme.d.ts +0 -8
- package/package.json +1 -1
package/dist/styles/theme.d.ts
CHANGED
|
@@ -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;
|