@erpsquad/common 1.8.30 → 1.8.32

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.
@@ -100,6 +100,8 @@ export { default as ViewModal } from './view-modal/view-modal';
100
100
  export { default as ControllerSelect } from './select/controller/controller-select';
101
101
  export { default as ganttData } from './gantt/gantt'
102
102
  export { default as DefaultAggregation } from './material-table/components/default-aggregation';
103
+ export { default as LabelValue } from './label-value/label-value';
104
+ export { default as Listing } from './listing/listing';
103
105
 
104
106
  // Icon exports
105
107
  export * from './icons';