@overmap-ai/core 1.0.51-bulk-form-submission.3 → 1.0.51-hover-cards.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.
@@ -80,5 +80,6 @@ export declare const selectCategory: (offline_id: string | null) => (state: Root
80
80
  export declare const selectUsedColors: Selector<CSSColor[]>;
81
81
  export declare const selectCategoryVisibility: (state: RootState) => CategoryVisibility;
82
82
  export declare const selectHiddenCategoryCount: (state: RootState) => number;
83
+ export declare const selectIssueCountOfCategory: SelectorWithArgs<string | null, number>;
83
84
  export declare const categoryReducer: Reducer<CategoryState>;
84
85
  export {};
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Core functionality for Overmap",
4
4
  "author": "Wôrdn Inc.",
5
5
  "license": "UNLICENSED",
6
- "version": "1.0.51-bulk-form-submission.3",
6
+ "version": "1.0.51-hover-cards.0",
7
7
  "type": "module",
8
8
  "main": "dist/overmap-core.umd.cjs",
9
9
  "module": "dist/overmap-core.js",