@digital-realty/ix-multi-select 1.1.8 → 1.1.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.
@@ -117,6 +117,6 @@ export declare class IxMultiSelect extends LitElement {
117
117
  * Reset the text field to its default value.
118
118
  */
119
119
  reset(): void;
120
- render(): import("lit").TemplateResult<1>;
120
+ render(): import("lit-html").TemplateResult<1>;
121
121
  }
122
122
  export {};
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent ix-multi-select following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "Digital Realty",
6
- "version": "1.1.8",
6
+ "version": "1.1.10",
7
7
  "type": "module",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.js",
@@ -26,16 +26,15 @@
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.6",
30
- "@digital-realty/ix-field": "^1.1.4",
31
- "@digital-realty/ix-icon-button": "^1.1.4",
32
- "@digital-realty/ix-menu": "^1.1.4",
29
+ "@digital-realty/ix-chip": "^1.1.8",
30
+ "@digital-realty/ix-field": "^1.1.6",
31
+ "@digital-realty/ix-icon-button": "^1.1.6",
32
+ "@digital-realty/ix-menu": "^1.1.6",
33
33
  "@material/web": "1.2.0",
34
- "lit": "^2.8.0 || ^3.0.0"
34
+ "lit": "^3.2.1"
35
35
  },
36
36
  "devDependencies": {
37
37
  "@custom-elements-manifest/analyzer": "^0.4.17",
38
- "@digital-realty/theme": "^1.0.30",
39
38
  "@open-wc/eslint-config": "^9.2.1",
40
39
  "@open-wc/testing": "^3.1.6",
41
40
  "@typescript-eslint/eslint-plugin": "^5.48.0",
@@ -48,6 +47,7 @@
48
47
  "husky": "^4.3.8",
49
48
  "lint-staged": "^10.5.4",
50
49
  "prettier": "^2.4.1",
50
+ "rollup": "^4.29.1",
51
51
  "rollup-plugin-minify-html-literals": "^1.2.6",
52
52
  "rollup-plugin-summary": "^2.0.0",
53
53
  "rollup-plugin-uglify": "^6.0.4",
@@ -101,5 +101,5 @@
101
101
  "README.md",
102
102
  "LICENSE"
103
103
  ],
104
- "gitHead": "6e61104b7971f2d175a16e569a4a410eab5d773f"
104
+ "gitHead": "a781e30ec63dcc3307d86b94e35fa93c4e61f22f"
105
105
  }