@digital-realty/ix-chip 1.1.7 → 1.1.9

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/IxChip.d.ts CHANGED
@@ -25,5 +25,5 @@ export declare class IxChip extends LitElement {
25
25
  */
26
26
  label: string;
27
27
  remove: () => void;
28
- render(): import("lit").TemplateResult<1>;
28
+ render(): import("lit-html").TemplateResult<1>;
29
29
  }
@@ -1,5 +1,5 @@
1
1
  import { LitElement } from 'lit';
2
2
  import '@material/web/chips/chip-set';
3
3
  export declare class IxChipSet extends LitElement {
4
- render(): import("lit").TemplateResult<1>;
4
+ render(): import("lit-html").TemplateResult<1>;
5
5
  }
@@ -12,6 +12,6 @@ export declare class IxCustomChip extends LitElement {
12
12
  noIcon: boolean;
13
13
  pill: boolean;
14
14
  overrideDefaultText: string;
15
- render(): import("lit").TemplateResult<1>;
15
+ render(): import("lit-html").TemplateResult<1>;
16
16
  }
17
17
  export {};
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent ix-chip following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "Digital Realty",
6
- "version": "1.1.7",
6
+ "version": "1.1.9",
7
7
  "type": "module",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.js",
@@ -31,10 +31,10 @@
31
31
  "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\""
32
32
  },
33
33
  "dependencies": {
34
- "@digital-realty/ix-icon": "^1.1.5",
34
+ "@digital-realty/ix-icon": "^1.1.7",
35
35
  "@lit/react": "^1.0.2",
36
36
  "@material/web": "1.2.0",
37
- "lit": "^2.8.0 || ^3.0.0",
37
+ "lit": "^3.2.1",
38
38
  "react": "^18.2.0"
39
39
  },
40
40
  "devDependencies": {
@@ -105,5 +105,5 @@
105
105
  "README.md",
106
106
  "LICENSE"
107
107
  ],
108
- "gitHead": "3590ef8890b3526a1395c48f0e94c72757c33c35"
108
+ "gitHead": "04150e3af2bfe53d1e9dffb86f7c6c13f0e735c8"
109
109
  }