@tenorlab/react-dashboard 1.0.9 → 1.1.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.
@@ -44,8 +44,8 @@ export declare const parseKeyAndTitleFromFilePath: (path: string) => {
44
44
  title: string;
45
45
  folder: string;
46
46
  } | null;
47
- export declare const getMetaInfoFromFile: (metaModules: Record<string, Record<string, TWidgetMetaInfoBase>>, baseSrcPath: string, // i.e. '/src/plugins' or '/src/static-widgets'
48
- folderName: string, // i.e. widget-outstanding-balance
47
+ export declare const getMetaInfoFromFile: (metaModules: Record<string, Record<string, TWidgetMetaInfoBase>>, baseSrcPath: string, // e.g. '/src/plugins' or '/src/static-widgets'
48
+ folderName: string, // e.g. 'gold-prices' (derived from folder)
49
49
  key: string) => TWidgetMetaInfoBase | undefined;
50
50
  export declare const remoteWidgetDiscovery: (manifestUrl: string) => Promise<{
51
51
  entries: [string, IDynamicWidgetCatalogEntryBase][];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tenorlab/react-dashboard",
3
- "version": "1.0.9",
3
+ "version": "1.1.0",
4
4
  "description": "Foundation components for creating user-configurable dashboards in React",
5
5
  "author": "Damiano Fusco",
6
6
  "type": "module",