@mindly/ui-components 7.0.3 → 7.0.4

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.
@@ -2,7 +2,8 @@ import React, { ReactElement, ReactText } from 'react';
2
2
  import { CheckboxTypes } from '../CustomCheckbox/CustomCheckbox';
3
3
  export type CheckboxListItem = {
4
4
  id: ReactText;
5
- label: string;
5
+ label?: string;
6
+ name?: string;
6
7
  icon?: ReactElement;
7
8
  isFavorite?: boolean;
8
9
  };
package/dist/index.d.ts CHANGED
@@ -4454,7 +4454,8 @@ declare const _default$7: React__default.MemoExoticComponent<React__default.Forw
4454
4454
 
4455
4455
  type CheckboxListItem = {
4456
4456
  id: ReactText;
4457
- label: string;
4457
+ label?: string;
4458
+ name?: string;
4458
4459
  icon?: ReactElement;
4459
4460
  isFavorite?: boolean;
4460
4461
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "7.0.3",
3
+ "version": "7.0.4",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",