@digital-realty/ix-search-bar 2.2.8 → 2.2.10
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/IxSearchBar.d.ts +1 -1
- package/package.json +4 -4
package/dist/IxSearchBar.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ export declare class IxSearchBar extends LitElement {
|
|
|
13
13
|
get itemsLabel(): "item" | "items";
|
|
14
14
|
_dispatchEvent(items: Item[]): void;
|
|
15
15
|
filterItems(value: string): void;
|
|
16
|
-
render(): import("lit").TemplateResult<1>;
|
|
16
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
17
17
|
}
|
|
18
18
|
declare global {
|
|
19
19
|
interface HTMLElementTagNameMap {
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Webcomponent ix-search-bar following open-wc recommendations",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Digital Realty",
|
|
6
|
-
"version": "2.2.
|
|
6
|
+
"version": "2.2.10",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"module": "dist/index.js",
|
|
@@ -27,9 +27,9 @@
|
|
|
27
27
|
"test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\""
|
|
28
28
|
},
|
|
29
29
|
"dependencies": {
|
|
30
|
-
"@digital-realty/ix-textbox": "^2.2.
|
|
30
|
+
"@digital-realty/ix-textbox": "^2.2.10",
|
|
31
31
|
"@lit/react": "^1.0.2",
|
|
32
|
-
"lit": "^
|
|
32
|
+
"lit": "^3.2.1",
|
|
33
33
|
"react": "^18.2.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
@@ -105,5 +105,5 @@
|
|
|
105
105
|
"README.md",
|
|
106
106
|
"LICENSE"
|
|
107
107
|
],
|
|
108
|
-
"gitHead": "
|
|
108
|
+
"gitHead": "e4c11a6977cda71e7bc4c230c8bbbef9df6e3722"
|
|
109
109
|
}
|