@optifye/dashboard-core 4.2.4 → 4.2.5

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.mts CHANGED
@@ -4164,6 +4164,7 @@ type CoreComponents = {
4164
4164
  CardFooter: any;
4165
4165
  Button: any;
4166
4166
  HourlyOutputChart: any;
4167
+ VideoGridView: any;
4167
4168
  };
4168
4169
  declare const useRegistry: () => CoreComponents;
4169
4170
  interface RegistryProviderProps {
package/dist/index.d.ts CHANGED
@@ -4164,6 +4164,7 @@ type CoreComponents = {
4164
4164
  CardFooter: any;
4165
4165
  Button: any;
4166
4166
  HourlyOutputChart: any;
4167
+ VideoGridView: any;
4167
4168
  };
4168
4169
  declare const useRegistry: () => CoreComponents;
4169
4170
  interface RegistryProviderProps {