@internetarchive/ia-item-navigator 1.0.1 → 1.0.2-a1
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/src/loader.d.ts +4 -4
- package/package.json +4 -5
package/dist/src/loader.d.ts
CHANGED
|
@@ -5,9 +5,9 @@ export declare class IAItemNavLoader extends LitElement {
|
|
|
5
5
|
type: StringConstructor;
|
|
6
6
|
};
|
|
7
7
|
};
|
|
8
|
-
get bookIconSvg(): import("lit").TemplateResult<2>;
|
|
9
|
-
get icon(): import("lit").TemplateResult<2>;
|
|
10
|
-
get loader(): import("lit").TemplateResult<2>;
|
|
11
|
-
render(): import("lit").TemplateResult<1>;
|
|
8
|
+
get bookIconSvg(): import("lit-html").TemplateResult<2>;
|
|
9
|
+
get icon(): import("lit-html").TemplateResult<2>;
|
|
10
|
+
get loader(): import("lit-html").TemplateResult<2>;
|
|
11
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
12
12
|
static get styles(): import("lit").CSSResult;
|
|
13
13
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@internetarchive/ia-item-navigator",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.2-a1",
|
|
4
4
|
"description": "Internet Archive's Item Navigator, visually explore an item's contents.",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -26,10 +26,9 @@
|
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@internetarchive/ia-menu-slider": "^2.0.0",
|
|
29
|
-
"@internetarchive/
|
|
30
|
-
"@internetarchive/icon-
|
|
31
|
-
"@internetarchive/icon-
|
|
32
|
-
"@internetarchive/icon-visual-adjustment": "^1.3.2",
|
|
29
|
+
"@internetarchive/icon-ellipses": "^1.4.0-alpha.0",
|
|
30
|
+
"@internetarchive/icon-share": "^1.4.0-alpha.0",
|
|
31
|
+
"@internetarchive/icon-visual-adjustment": "^1.4.0-alpha.0",
|
|
33
32
|
"@internetarchive/modal-manager": "^0.2.1",
|
|
34
33
|
"@internetarchive/search-service": "^0.1.2",
|
|
35
34
|
"@internetarchive/shared-resize-observer": "^0.0.1",
|