@mindly/ui-components 8.5.9 → 8.6.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.
@@ -14,7 +14,7 @@ export type CheckboxListCategory = {
14
14
  type CheckboxListProps = {
15
15
  type: CheckboxTypes;
16
16
  items: CheckboxListCategory[];
17
- colorsByItemIds: Record<CheckboxListItem['id'], string>;
17
+ colorsByItemIds?: Record<CheckboxListItem['id'], string>;
18
18
  selected?: string[];
19
19
  onChange?: (selected: string[]) => void;
20
20
  name: string;
package/dist/index.d.ts CHANGED
@@ -4893,7 +4893,7 @@ type CheckboxListCategory = {
4893
4893
  type CheckboxListProps = {
4894
4894
  type: CheckboxTypes;
4895
4895
  items: CheckboxListCategory[];
4896
- colorsByItemIds: Record<CheckboxListItem['id'], string>;
4896
+ colorsByItemIds?: Record<CheckboxListItem['id'], string>;
4897
4897
  selected?: string[];
4898
4898
  onChange?: (selected: string[]) => void;
4899
4899
  name: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "8.5.9",
3
+ "version": "8.6.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",