mediacube-ui-v2 0.0.173 → 0.0.175

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.
@@ -20,7 +20,7 @@ export interface ITab {
20
20
  iconPrepend: IconsListUnion;
21
21
  visible: boolean;
22
22
  isDisabled: boolean;
23
- appendCountColor: string;
23
+ appendCountColor: string | ColorTypes;
24
24
  appendCount: string | number;
25
25
  suffix: string;
26
26
  prefix: string;
@@ -1,5 +1,6 @@
1
1
  export * from './IButton';
2
2
  export * from './ICell';
3
+ export * from './ICheckbox';
3
4
  export * from './IChip';
4
5
  export * from './ICollapse';
5
6
  export * from './IComment';
@@ -109,6 +109,7 @@ declare const icons: {
109
109
  readonly check_circle_solid: string;
110
110
  readonly check_polygonal: string;
111
111
  readonly "checkbox--checked": string;
112
+ readonly "checkbox--indeterminate": string;
112
113
  readonly checkbox: string;
113
114
  readonly checkboxes: string;
114
115
  readonly circle: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "mediacube-ui-v2",
3
- "version": "0.0.173",
3
+ "version": "0.0.175",
4
4
  "license": "MIT",
5
5
  "description": "Design system for Mediacube services",
6
6
  "keywords": [