@m4l/styles 7.1.25 → 7.1.27

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@m4l/styles",
3
- "version": "7.1.25",
3
+ "version": "7.1.27",
4
4
  "license": "UNLICENSED",
5
5
  "author": "m4l team",
6
6
  "publishConfig": {
@@ -2,8 +2,8 @@ import { BaseChipColors } from '../../types';
2
2
  /**
3
3
  * Lista de colores definidos para pintar los tags en modo light
4
4
  */
5
- export declare const BASE_TAG_OBJECT_COLORS_LIGHT: BaseChipColors;
5
+ export declare const BASE_TAG_OBJECT_COLORS_LIGHT: Omit<BaseChipColors, 'primary'>;
6
6
  /**
7
7
  * Lista de colores definidos para pintar los tags en modo light
8
8
  */
9
- export declare const BASE_TAG_OBJECT_COLORS_DARK: BaseChipColors;
9
+ export declare const BASE_TAG_OBJECT_COLORS_DARK: Omit<BaseChipColors, 'primary'>;