@mappedin/viewer 0.43.1-4dca18b.0 → 0.43.1-ca88fc3.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/dist/index.js +31139 -31140
- package/dist/types/src/components/carousel/nav-chevrons.d.ts +0 -2
- package/dist/types/src/components/common/fullscreen-overlay.d.ts +0 -2
- package/dist/types/src/components/directions/warning-text.d.ts +0 -2
- package/dist/types/src/components/positioner/index.d.ts +0 -2
- package/dist/types/src/components/search-results/search-result.d.ts +0 -2
- package/dist/types/src/components/with-content/index.d.ts +0 -2
- package/dist/types/src/lib/logger.d.ts +3 -3
- package/dist/types/src/lib/utils/dom-utils.d.ts +1 -1
- package/package.json +1 -1
|
@@ -10,7 +10,6 @@ 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;
|
|
14
13
|
prefix?: string | undefined | undefined;
|
|
15
14
|
role?: import("react").AriaRole | undefined;
|
|
16
15
|
children?: import("react").ReactNode | Iterable<import("react").ReactNode>;
|
|
@@ -52,7 +51,6 @@ export declare const SideNavButton: import("styled-components").IStyledComponent
|
|
|
52
51
|
unselectable?: "on" | "off" | undefined | undefined;
|
|
53
52
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
54
53
|
is?: string | undefined | undefined;
|
|
55
|
-
exportparts?: string | undefined | undefined;
|
|
56
54
|
"aria-activedescendant"?: string | undefined | undefined;
|
|
57
55
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
58
56
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
@@ -10,7 +10,6 @@ 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;
|
|
14
13
|
prefix?: string | undefined | undefined;
|
|
15
14
|
role?: import("react").AriaRole | undefined;
|
|
16
15
|
children?: import("react").ReactNode | Iterable<import("react").ReactNode>;
|
|
@@ -52,7 +51,6 @@ export declare const FullscreenOverlay: import("styled-components").IStyledCompo
|
|
|
52
51
|
unselectable?: "on" | "off" | undefined | undefined;
|
|
53
52
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
54
53
|
is?: string | undefined | undefined;
|
|
55
|
-
exportparts?: string | undefined | undefined;
|
|
56
54
|
"aria-activedescendant"?: string | undefined | undefined;
|
|
57
55
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
58
56
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
@@ -11,7 +11,6 @@ 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;
|
|
15
14
|
prefix?: string | undefined | undefined;
|
|
16
15
|
role?: import("react").AriaRole | undefined;
|
|
17
16
|
children?: import("react").ReactNode | Iterable<import("react").ReactNode>;
|
|
@@ -53,7 +52,6 @@ declare const WarningText: import("styled-components").IStyledComponent<"web", i
|
|
|
53
52
|
unselectable?: "on" | "off" | undefined | undefined;
|
|
54
53
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
55
54
|
is?: string | undefined | undefined;
|
|
56
|
-
exportparts?: string | undefined | undefined;
|
|
57
55
|
"aria-activedescendant"?: string | undefined | undefined;
|
|
58
56
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
59
57
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
@@ -50,8 +50,6 @@ 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;
|
|
55
53
|
children?: import("react").ReactNode | Iterable<import("react").ReactNode>;
|
|
56
54
|
"aria-activedescendant"?: string | undefined | undefined;
|
|
57
55
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
@@ -14,7 +14,6 @@ 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;
|
|
18
17
|
prefix?: string | undefined | undefined;
|
|
19
18
|
role?: import("react").AriaRole | undefined;
|
|
20
19
|
children?: import("react").ReactNode | Iterable<import("react").ReactNode>;
|
|
@@ -56,7 +55,6 @@ export declare const ResultWrapper: import("styled-components").IStyledComponent
|
|
|
56
55
|
unselectable?: "on" | "off" | undefined | undefined;
|
|
57
56
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
58
57
|
is?: string | undefined | undefined;
|
|
59
|
-
exportparts?: string | undefined | undefined;
|
|
60
58
|
"aria-activedescendant"?: string | undefined | undefined;
|
|
61
59
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
62
60
|
"aria-autocomplete"?: "none" | "inline" | "list" | "both" | undefined | undefined;
|
|
@@ -10,7 +10,6 @@ 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;
|
|
14
13
|
prefix?: string | undefined | undefined;
|
|
15
14
|
role?: import("react").AriaRole | undefined;
|
|
16
15
|
children?: import("react").ReactNode | Iterable<import("react").ReactNode>;
|
|
@@ -52,7 +51,6 @@ declare const Wrapper: import("styled-components").IStyledComponent<"web", {
|
|
|
52
51
|
unselectable?: "on" | "off" | undefined | undefined;
|
|
53
52
|
inputMode?: "none" | "text" | "tel" | "url" | "email" | "numeric" | "decimal" | "search" | undefined | undefined;
|
|
54
53
|
is?: string | undefined | undefined;
|
|
55
|
-
exportparts?: string | undefined | undefined;
|
|
56
54
|
"aria-activedescendant"?: string | undefined | undefined;
|
|
57
55
|
"aria-atomic"?: (boolean | "true" | "false") | undefined;
|
|
58
56
|
"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: (message?: any, ...optionalParams: any[]) => void;
|
|
13
|
+
warn: (message?: any, ...optionalParams: any[]) => void;
|
|
14
|
+
error: (message?: any, ...optionalParams: any[]) => 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 = import("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
|
*/
|