@overmap-ai/core 1.0.51-hover-cards.0 → 1.0.51-qr-field.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,6 +80,5 @@ 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>;
84
83
  export declare const categoryReducer: Reducer<CategoryState>;
85
84
  export {};
package/dist/style.css CHANGED
@@ -154,6 +154,11 @@
154
154
  overflow-x: auto;
155
155
  white-space: nowrap;
156
156
  padding-top: calc(var(--space-1) + 1px);
157
+ }._QrScannerWrapper_1puz3_1 {
158
+ background: var(--color-background);
159
+ }
160
+ ._QrScannerWrapper_1puz3_1 svg {
161
+ stroke: #29A383 !important;
157
162
  }._PDFViewerTopbar_103p8_1 {
158
163
  background: var(--color-background);
159
164
  }
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-hover-cards.0",
6
+ "version": "1.0.51-qr-field.0",
7
7
  "type": "module",
8
8
  "main": "dist/overmap-core.umd.cjs",
9
9
  "module": "dist/overmap-core.js",
@@ -39,6 +39,7 @@
39
39
  "lodash.clonedeep": "^4.5.0",
40
40
  "lodash.get": "^4.4.2",
41
41
  "lodash.set": "^4.3.2",
42
+ "qr-scanner": "^1.4.2",
42
43
  "react-leaflet": "^4.2.1",
43
44
  "react-pdf": "^8.0.2",
44
45
  "react-sketch-canvas": "^6.2.0",