sag_components 2.0.0-beta106 → 2.0.0-beta108

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.d.ts CHANGED
@@ -1438,13 +1438,7 @@ declare function ItemManagerPanel({ width, height, onSendForms, editMode, itemAn
1438
1438
  height?: string;
1439
1439
  onSendForms?: () => void;
1440
1440
  editMode?: boolean;
1441
- itemAndPackage?: {
1442
- name: string;
1443
- packages: {
1444
- brands: string;
1445
- component: string;
1446
- }[];
1447
- }[];
1441
+ itemAndPackage?: any[];
1448
1442
  setItemAndPackage: any;
1449
1443
  linkColor?: string;
1450
1444
  backgroundColor?: string;