prlg-ui 1.8.185 → 1.8.186

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
@@ -1512,6 +1512,8 @@ export declare const IconField: __VLS_WithTemplateSlots_7<typeof __VLS_component
1512
1512
  export declare interface IData<T> {
1513
1513
  isLoading?: boolean;
1514
1514
  isViewCheckbox?: boolean;
1515
+ viewBgColor?: boolean;
1516
+ bgColor?: string;
1515
1517
  data: T;
1516
1518
  }
1517
1519