@digital-realty/ix-email-list 1.2.11 → 1.2.13
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/IxEmailList.d.ts +1 -1
- package/package.json +6 -7
package/dist/IxEmailList.d.ts
CHANGED
|
@@ -104,5 +104,5 @@ export declare class IxEmailList extends LitElement {
|
|
|
104
104
|
protected updated(changedProperties: PropertyValues): void;
|
|
105
105
|
focus(): void;
|
|
106
106
|
private addError;
|
|
107
|
-
render(): import("lit").TemplateResult<1>;
|
|
107
|
+
render(): import("lit-html").TemplateResult<1>;
|
|
108
108
|
}
|
package/package.json
CHANGED
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"description": "Webcomponent ix-email-list following open-wc recommendations",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"author": "Digital Realty",
|
|
6
|
-
"version": "1.2.
|
|
6
|
+
"version": "1.2.13",
|
|
7
7
|
"type": "module",
|
|
8
8
|
"main": "dist/index.js",
|
|
9
9
|
"module": "dist/index.js",
|
|
@@ -26,13 +26,12 @@
|
|
|
26
26
|
"test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\""
|
|
27
27
|
},
|
|
28
28
|
"dependencies": {
|
|
29
|
-
"@digital-realty/ix-chip": "^1.1.
|
|
30
|
-
"@digital-realty/ix-field": "^1.1.
|
|
31
|
-
"@digital-realty/ix-icon-button": "^1.1.
|
|
32
|
-
"@digital-realty/theme": "^1.0.30",
|
|
29
|
+
"@digital-realty/ix-chip": "^1.1.9",
|
|
30
|
+
"@digital-realty/ix-field": "^1.1.6",
|
|
31
|
+
"@digital-realty/ix-icon-button": "^1.1.7",
|
|
33
32
|
"@material/web": "1.2.0",
|
|
34
33
|
"@web/test-runner-commands": "^0.9.0",
|
|
35
|
-
"lit": "^
|
|
34
|
+
"lit": "^3.2.1"
|
|
36
35
|
},
|
|
37
36
|
"devDependencies": {
|
|
38
37
|
"@custom-elements-manifest/analyzer": "^0.4.17",
|
|
@@ -103,5 +102,5 @@
|
|
|
103
102
|
"README.md",
|
|
104
103
|
"LICENSE"
|
|
105
104
|
],
|
|
106
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "04150e3af2bfe53d1e9dffb86f7c6c13f0e735c8"
|
|
107
106
|
}
|