@mappedin/viewer 0.43.1-ef0fe4c.0 → 0.43.2-75e5ca2.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.
- package/CHANGELOG.md +8 -0
- package/dist/index.js +31213 -31199
- package/dist/types/src/components/carousel/nav-chevrons.d.ts +2 -0
- package/dist/types/src/components/common/fullscreen-overlay.d.ts +2 -0
- package/dist/types/src/components/directions/warning-text.d.ts +2 -0
- package/dist/types/src/components/positioner/index.d.ts +2 -0
- package/dist/types/src/components/search-results/search-result.d.ts +2 -0
- package/dist/types/src/components/with-content/index.d.ts +2 -0
- package/dist/types/src/lib/logger.d.ts +3 -3
- package/dist/types/src/lib/utils/dom-utils.d.ts +1 -1
- package/dist/types/src/stores/map-store/controllers/directions.d.ts +24 -24
- package/dist/types/src/stores/root-store/index.d.ts +1 -1
- package/package.json +2 -2
|
@@ -10,6 +10,7 @@ export declare const SideNavButton: import("styled-components").IStyledComponent
|
|
|
10
10
|
security?: string | undefined | undefined;
|
|
11
11
|
className?: string | undefined | undefined;
|
|
12
12
|
id?: string | undefined | undefined;
|
|
13
|
+
part?: string | undefined | undefined;
|
|
13
14
|
prefix?: string | undefined | undefined;
|
|
14
15
|
role?: import("react").AriaRole | undefined;
|
|
15
16
|
children?: import("react").ReactNode | Iterable<import("react").ReactNode>;
|
|
@@ -51,6 +52,7 @@ export declare const SideNavButton: import("styled-components").IStyledComponent
|
|
|
51
52
|
unselectable?: "on" | "off" | undefined | undefined;
|
|
52
53
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
53
54
|
is?: string | undefined | undefined;
|
|
55
|
+
exportparts?: string | undefined | undefined;
|
|
54
56
|
"aria-activedescendant"?: string | undefined | undefined;
|
|
55
57
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
56
58
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
@@ -10,6 +10,7 @@ export declare const FullscreenOverlay: import("styled-components").IStyledCompo
|
|
|
10
10
|
security?: string | undefined | undefined;
|
|
11
11
|
className?: string | undefined | undefined;
|
|
12
12
|
id?: string | undefined | undefined;
|
|
13
|
+
part?: string | undefined | undefined;
|
|
13
14
|
prefix?: string | undefined | undefined;
|
|
14
15
|
role?: import("react").AriaRole | undefined;
|
|
15
16
|
children?: import("react").ReactNode | Iterable<import("react").ReactNode>;
|
|
@@ -51,6 +52,7 @@ export declare const FullscreenOverlay: import("styled-components").IStyledCompo
|
|
|
51
52
|
unselectable?: "on" | "off" | undefined | undefined;
|
|
52
53
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
53
54
|
is?: string | undefined | undefined;
|
|
55
|
+
exportparts?: string | undefined | undefined;
|
|
54
56
|
"aria-activedescendant"?: string | undefined | undefined;
|
|
55
57
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
56
58
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
@@ -11,6 +11,7 @@ declare const WarningText: import("styled-components").IStyledComponent<"web", i
|
|
|
11
11
|
security?: string | undefined | undefined;
|
|
12
12
|
className?: string | undefined | undefined;
|
|
13
13
|
id?: string | undefined | undefined;
|
|
14
|
+
part?: string | undefined | undefined;
|
|
14
15
|
prefix?: string | undefined | undefined;
|
|
15
16
|
role?: import("react").AriaRole | undefined;
|
|
16
17
|
children?: import("react").ReactNode | Iterable<import("react").ReactNode>;
|
|
@@ -52,6 +53,7 @@ declare const WarningText: import("styled-components").IStyledComponent<"web", i
|
|
|
52
53
|
unselectable?: "on" | "off" | undefined | undefined;
|
|
53
54
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
54
55
|
is?: string | undefined | undefined;
|
|
56
|
+
exportparts?: string | undefined | undefined;
|
|
55
57
|
"aria-activedescendant"?: string | undefined | undefined;
|
|
56
58
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
57
59
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
@@ -50,6 +50,8 @@ declare const Positioner: import("styled-components").IStyledComponent<"web", {
|
|
|
50
50
|
unselectable?: "on" | "off" | undefined | undefined;
|
|
51
51
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
52
52
|
is?: string | undefined | undefined;
|
|
53
|
+
exportparts?: string | undefined | undefined;
|
|
54
|
+
part?: string | undefined | undefined;
|
|
53
55
|
children?: import("react").ReactNode | Iterable<import("react").ReactNode>;
|
|
54
56
|
"aria-activedescendant"?: string | undefined | undefined;
|
|
55
57
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
@@ -14,6 +14,7 @@ export declare const ResultWrapper: import("styled-components").IStyledComponent
|
|
|
14
14
|
security?: string | undefined | undefined;
|
|
15
15
|
className?: string | undefined | undefined;
|
|
16
16
|
id?: string | undefined | undefined;
|
|
17
|
+
part?: string | undefined | undefined;
|
|
17
18
|
prefix?: string | undefined | undefined;
|
|
18
19
|
role?: import("react").AriaRole | undefined;
|
|
19
20
|
children?: import("react").ReactNode | Iterable<import("react").ReactNode>;
|
|
@@ -55,6 +56,7 @@ export declare const ResultWrapper: import("styled-components").IStyledComponent
|
|
|
55
56
|
unselectable?: "on" | "off" | undefined | undefined;
|
|
56
57
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
57
58
|
is?: string | undefined | undefined;
|
|
59
|
+
exportparts?: string | undefined | undefined;
|
|
58
60
|
"aria-activedescendant"?: string | undefined | undefined;
|
|
59
61
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
60
62
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
@@ -10,6 +10,7 @@ declare const Wrapper: import("styled-components").IStyledComponent<"web", {
|
|
|
10
10
|
security?: string | undefined | undefined;
|
|
11
11
|
className?: string | undefined | undefined;
|
|
12
12
|
id?: string | undefined | undefined;
|
|
13
|
+
part?: string | undefined | undefined;
|
|
13
14
|
prefix?: string | undefined | undefined;
|
|
14
15
|
role?: import("react").AriaRole | undefined;
|
|
15
16
|
children?: import("react").ReactNode | Iterable<import("react").ReactNode>;
|
|
@@ -51,6 +52,7 @@ declare const Wrapper: import("styled-components").IStyledComponent<"web", {
|
|
|
51
52
|
unselectable?: "on" | "off" | undefined | undefined;
|
|
52
53
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
53
54
|
is?: string | undefined | undefined;
|
|
55
|
+
exportparts?: string | undefined | undefined;
|
|
54
56
|
"aria-activedescendant"?: string | undefined | undefined;
|
|
55
57
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
56
58
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
@@ -9,9 +9,9 @@ export declare class Logger {
|
|
|
9
9
|
private level;
|
|
10
10
|
constructor(prefix: any);
|
|
11
11
|
setLevel: (level: E_LOG_LEVEL) => void;
|
|
12
|
-
log: (
|
|
13
|
-
warn: (
|
|
14
|
-
error: (
|
|
12
|
+
log: (...args: Parameters<(typeof console)["log"]>) => void;
|
|
13
|
+
warn: (...args: Parameters<(typeof console)["warn"]>) => void;
|
|
14
|
+
error: (...args: Parameters<(typeof console)["error"]>) => void;
|
|
15
15
|
}
|
|
16
16
|
declare const logger: Logger;
|
|
17
17
|
export default logger;
|
|
@@ -9,7 +9,7 @@ export declare const getRootElementWithFallback: (element: HTMLElement | null |
|
|
|
9
9
|
/**
|
|
10
10
|
* Make a react component identifiable by a given id. Should be used with {@link isIdentifiableAs}.
|
|
11
11
|
*/
|
|
12
|
-
export declare const makeIdentifiable: <T =
|
|
12
|
+
export declare const makeIdentifiable: <T = React.FC>(component: T, id: string) => T;
|
|
13
13
|
/**
|
|
14
14
|
* Check if a react element is identifiable by a given id. Should be used with {@link makeIdentifiable}.
|
|
15
15
|
*/
|
|
@@ -291,7 +291,7 @@ declare class DirectionsController {
|
|
|
291
291
|
readonly locationProfiles: /*elided*/ any[];
|
|
292
292
|
"__#59@#private": any;
|
|
293
293
|
readonly id: string;
|
|
294
|
-
readonly geoJSONBoundingBox: {};
|
|
294
|
+
readonly geoJSONBoundingBox: {} | undefined;
|
|
295
295
|
}[];
|
|
296
296
|
readonly doors: /*elided*/ any[];
|
|
297
297
|
readonly connections: {
|
|
@@ -445,7 +445,7 @@ declare class DirectionsController {
|
|
|
445
445
|
}[];
|
|
446
446
|
"__#59@#private": any;
|
|
447
447
|
readonly id: string;
|
|
448
|
-
readonly geoJSONBoundingBox: {};
|
|
448
|
+
readonly geoJSONBoundingBox: {} | undefined;
|
|
449
449
|
readonly geoJSON: {
|
|
450
450
|
properties: null;
|
|
451
451
|
type: string;
|
|
@@ -510,7 +510,7 @@ declare class DirectionsController {
|
|
|
510
510
|
readonly locationProfiles: /*elided*/ any[];
|
|
511
511
|
"__#59@#private": any;
|
|
512
512
|
readonly id: string;
|
|
513
|
-
readonly geoJSONBoundingBox: {};
|
|
513
|
+
readonly geoJSONBoundingBox: {} | undefined;
|
|
514
514
|
}[];
|
|
515
515
|
readonly categories: {
|
|
516
516
|
"__#30@#private": any;
|
|
@@ -577,7 +577,7 @@ declare class DirectionsController {
|
|
|
577
577
|
readonly locationProfiles: /*elided*/ any[];
|
|
578
578
|
"__#59@#private": any;
|
|
579
579
|
readonly id: string;
|
|
580
|
-
readonly geoJSONBoundingBox: {};
|
|
580
|
+
readonly geoJSONBoundingBox: {} | undefined;
|
|
581
581
|
}[];
|
|
582
582
|
readonly focusTarget: import("@mappedin/mappedin-js/mappedin-js/src/types").TFocusTarget[];
|
|
583
583
|
readonly openingHours: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/opening-hours").OpeningHours;
|
|
@@ -589,7 +589,7 @@ declare class DirectionsController {
|
|
|
589
589
|
}[];
|
|
590
590
|
"__#59@#private": any;
|
|
591
591
|
readonly id: string;
|
|
592
|
-
readonly geoJSONBoundingBox: {};
|
|
592
|
+
readonly geoJSONBoundingBox: {} | undefined;
|
|
593
593
|
}[];
|
|
594
594
|
readonly center: Coordinate;
|
|
595
595
|
readonly geoJSON: {
|
|
@@ -745,7 +745,7 @@ declare class DirectionsController {
|
|
|
745
745
|
readonly locationProfiles: /*elided*/ any[];
|
|
746
746
|
"__#59@#private": any;
|
|
747
747
|
readonly id: string;
|
|
748
|
-
readonly geoJSONBoundingBox: {};
|
|
748
|
+
readonly geoJSONBoundingBox: {} | undefined;
|
|
749
749
|
}[];
|
|
750
750
|
readonly doors: {
|
|
751
751
|
"__#15@#private": any;
|
|
@@ -804,7 +804,7 @@ declare class DirectionsController {
|
|
|
804
804
|
readonly locationProfiles: /*elided*/ any[];
|
|
805
805
|
"__#59@#private": any;
|
|
806
806
|
readonly id: string;
|
|
807
|
-
readonly geoJSONBoundingBox: {};
|
|
807
|
+
readonly geoJSONBoundingBox: {} | undefined;
|
|
808
808
|
}[];
|
|
809
809
|
readonly connections: {
|
|
810
810
|
"__#18@#private": any;
|
|
@@ -957,7 +957,7 @@ declare class DirectionsController {
|
|
|
957
957
|
}[];
|
|
958
958
|
"__#59@#private": any;
|
|
959
959
|
readonly id: string;
|
|
960
|
-
readonly geoJSONBoundingBox: {};
|
|
960
|
+
readonly geoJSONBoundingBox: {} | undefined;
|
|
961
961
|
readonly geoJSON: {
|
|
962
962
|
properties: null;
|
|
963
963
|
type: string;
|
|
@@ -1022,7 +1022,7 @@ declare class DirectionsController {
|
|
|
1022
1022
|
readonly locationProfiles: /*elided*/ any[];
|
|
1023
1023
|
"__#59@#private": any;
|
|
1024
1024
|
readonly id: string;
|
|
1025
|
-
readonly geoJSONBoundingBox: {};
|
|
1025
|
+
readonly geoJSONBoundingBox: {} | undefined;
|
|
1026
1026
|
}[];
|
|
1027
1027
|
readonly categories: {
|
|
1028
1028
|
"__#30@#private": any;
|
|
@@ -1089,7 +1089,7 @@ declare class DirectionsController {
|
|
|
1089
1089
|
readonly locationProfiles: /*elided*/ any[];
|
|
1090
1090
|
"__#59@#private": any;
|
|
1091
1091
|
readonly id: string;
|
|
1092
|
-
readonly geoJSONBoundingBox: {};
|
|
1092
|
+
readonly geoJSONBoundingBox: {} | undefined;
|
|
1093
1093
|
}[];
|
|
1094
1094
|
readonly focusTarget: import("@mappedin/mappedin-js/mappedin-js/src/types").TFocusTarget[];
|
|
1095
1095
|
readonly openingHours: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/opening-hours").OpeningHours;
|
|
@@ -1101,7 +1101,7 @@ declare class DirectionsController {
|
|
|
1101
1101
|
}[];
|
|
1102
1102
|
"__#59@#private": any;
|
|
1103
1103
|
readonly id: string;
|
|
1104
|
-
readonly geoJSONBoundingBox: {};
|
|
1104
|
+
readonly geoJSONBoundingBox: {} | undefined;
|
|
1105
1105
|
}[];
|
|
1106
1106
|
readonly center: Coordinate;
|
|
1107
1107
|
readonly focusTarget: {
|
|
@@ -1363,7 +1363,7 @@ declare class DirectionsController {
|
|
|
1363
1363
|
readonly locationProfiles: /*elided*/ any[];
|
|
1364
1364
|
"__#59@#private": any;
|
|
1365
1365
|
readonly id: string;
|
|
1366
|
-
readonly geoJSONBoundingBox: {};
|
|
1366
|
+
readonly geoJSONBoundingBox: {} | undefined;
|
|
1367
1367
|
}[];
|
|
1368
1368
|
readonly doors: /*elided*/ any[];
|
|
1369
1369
|
readonly connections: {
|
|
@@ -1517,7 +1517,7 @@ declare class DirectionsController {
|
|
|
1517
1517
|
}[];
|
|
1518
1518
|
"__#59@#private": any;
|
|
1519
1519
|
readonly id: string;
|
|
1520
|
-
readonly geoJSONBoundingBox: {};
|
|
1520
|
+
readonly geoJSONBoundingBox: {} | undefined;
|
|
1521
1521
|
readonly geoJSON: {
|
|
1522
1522
|
properties: null;
|
|
1523
1523
|
type: string;
|
|
@@ -1582,7 +1582,7 @@ declare class DirectionsController {
|
|
|
1582
1582
|
readonly locationProfiles: /*elided*/ any[];
|
|
1583
1583
|
"__#59@#private": any;
|
|
1584
1584
|
readonly id: string;
|
|
1585
|
-
readonly geoJSONBoundingBox: {};
|
|
1585
|
+
readonly geoJSONBoundingBox: {} | undefined;
|
|
1586
1586
|
}[];
|
|
1587
1587
|
readonly categories: {
|
|
1588
1588
|
"__#30@#private": any;
|
|
@@ -1649,7 +1649,7 @@ declare class DirectionsController {
|
|
|
1649
1649
|
readonly locationProfiles: /*elided*/ any[];
|
|
1650
1650
|
"__#59@#private": any;
|
|
1651
1651
|
readonly id: string;
|
|
1652
|
-
readonly geoJSONBoundingBox: {};
|
|
1652
|
+
readonly geoJSONBoundingBox: {} | undefined;
|
|
1653
1653
|
}[];
|
|
1654
1654
|
readonly focusTarget: import("@mappedin/mappedin-js/mappedin-js/src/types").TFocusTarget[];
|
|
1655
1655
|
readonly openingHours: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/opening-hours").OpeningHours;
|
|
@@ -1661,7 +1661,7 @@ declare class DirectionsController {
|
|
|
1661
1661
|
}[];
|
|
1662
1662
|
"__#59@#private": any;
|
|
1663
1663
|
readonly id: string;
|
|
1664
|
-
readonly geoJSONBoundingBox: {};
|
|
1664
|
+
readonly geoJSONBoundingBox: {} | undefined;
|
|
1665
1665
|
}[];
|
|
1666
1666
|
readonly center: Coordinate;
|
|
1667
1667
|
readonly geoJSON: {
|
|
@@ -1817,7 +1817,7 @@ declare class DirectionsController {
|
|
|
1817
1817
|
readonly locationProfiles: /*elided*/ any[];
|
|
1818
1818
|
"__#59@#private": any;
|
|
1819
1819
|
readonly id: string;
|
|
1820
|
-
readonly geoJSONBoundingBox: {};
|
|
1820
|
+
readonly geoJSONBoundingBox: {} | undefined;
|
|
1821
1821
|
}[];
|
|
1822
1822
|
readonly doors: {
|
|
1823
1823
|
"__#15@#private": any;
|
|
@@ -1876,7 +1876,7 @@ declare class DirectionsController {
|
|
|
1876
1876
|
readonly locationProfiles: /*elided*/ any[];
|
|
1877
1877
|
"__#59@#private": any;
|
|
1878
1878
|
readonly id: string;
|
|
1879
|
-
readonly geoJSONBoundingBox: {};
|
|
1879
|
+
readonly geoJSONBoundingBox: {} | undefined;
|
|
1880
1880
|
}[];
|
|
1881
1881
|
readonly connections: {
|
|
1882
1882
|
"__#18@#private": any;
|
|
@@ -2029,7 +2029,7 @@ declare class DirectionsController {
|
|
|
2029
2029
|
}[];
|
|
2030
2030
|
"__#59@#private": any;
|
|
2031
2031
|
readonly id: string;
|
|
2032
|
-
readonly geoJSONBoundingBox: {};
|
|
2032
|
+
readonly geoJSONBoundingBox: {} | undefined;
|
|
2033
2033
|
readonly geoJSON: {
|
|
2034
2034
|
properties: null;
|
|
2035
2035
|
type: string;
|
|
@@ -2094,7 +2094,7 @@ declare class DirectionsController {
|
|
|
2094
2094
|
readonly locationProfiles: /*elided*/ any[];
|
|
2095
2095
|
"__#59@#private": any;
|
|
2096
2096
|
readonly id: string;
|
|
2097
|
-
readonly geoJSONBoundingBox: {};
|
|
2097
|
+
readonly geoJSONBoundingBox: {} | undefined;
|
|
2098
2098
|
}[];
|
|
2099
2099
|
readonly categories: {
|
|
2100
2100
|
"__#30@#private": any;
|
|
@@ -2161,7 +2161,7 @@ declare class DirectionsController {
|
|
|
2161
2161
|
readonly locationProfiles: /*elided*/ any[];
|
|
2162
2162
|
"__#59@#private": any;
|
|
2163
2163
|
readonly id: string;
|
|
2164
|
-
readonly geoJSONBoundingBox: {};
|
|
2164
|
+
readonly geoJSONBoundingBox: {} | undefined;
|
|
2165
2165
|
}[];
|
|
2166
2166
|
readonly focusTarget: import("@mappedin/mappedin-js/mappedin-js/src/types").TFocusTarget[];
|
|
2167
2167
|
readonly openingHours: import("@mappedin/mappedin-js/mappedin-js/src/map-data-objects/opening-hours").OpeningHours;
|
|
@@ -2173,12 +2173,12 @@ declare class DirectionsController {
|
|
|
2173
2173
|
}[];
|
|
2174
2174
|
"__#59@#private": any;
|
|
2175
2175
|
readonly id: string;
|
|
2176
|
-
readonly geoJSONBoundingBox: {};
|
|
2176
|
+
readonly geoJSONBoundingBox: {} | undefined;
|
|
2177
2177
|
}[];
|
|
2178
2178
|
readonly anchorTarget: Coordinate;
|
|
2179
2179
|
"__#59@#private": any;
|
|
2180
2180
|
readonly id: string;
|
|
2181
|
-
readonly geoJSONBoundingBox: {};
|
|
2181
|
+
readonly geoJSONBoundingBox: {} | undefined;
|
|
2182
2182
|
readonly geoJSON: {
|
|
2183
2183
|
properties: null;
|
|
2184
2184
|
type: string;
|
|
@@ -2195,7 +2195,7 @@ declare class DirectionsController {
|
|
|
2195
2195
|
destroy(): void;
|
|
2196
2196
|
"__#59@#private": any;
|
|
2197
2197
|
readonly id: string;
|
|
2198
|
-
readonly geoJSONBoundingBox: {};
|
|
2198
|
+
readonly geoJSONBoundingBox: {} | undefined;
|
|
2199
2199
|
readonly geoJSON: {
|
|
2200
2200
|
properties: null;
|
|
2201
2201
|
type: string;
|
|
@@ -190,7 +190,7 @@ declare class RootStore {
|
|
|
190
190
|
readonly locationProfiles: LocationProfile[];
|
|
191
191
|
"__#59@#private": any;
|
|
192
192
|
readonly id: string;
|
|
193
|
-
readonly geoJSONBoundingBox: {};
|
|
193
|
+
readonly geoJSONBoundingBox: {} | undefined;
|
|
194
194
|
}[];
|
|
195
195
|
get nonEmptyFloors(): Floor[];
|
|
196
196
|
get nonEmptyFloorStacks(): FloorStack[];
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mappedin/viewer",
|
|
3
|
-
"version": "0.43.
|
|
3
|
+
"version": "0.43.2-75e5ca2.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"browser": "./dist/index.js",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
20
|
"@ladle/react": "^2.17.2",
|
|
21
|
-
"@mappedin/mappedin-js": "6.0.1-canary-v6-
|
|
21
|
+
"@mappedin/mappedin-js": "6.0.1-canary-v6-db78e371.554",
|
|
22
22
|
"@mappedin/mvf": "2.0.1-a6680b4.0",
|
|
23
23
|
"@mappedin/self-serve-icons": "1.70.1-alpha.bl-SRV-2032.1739993160",
|
|
24
24
|
"@testing-library/jest-dom": "^6.6.2",
|