@digital-realty/ix-radio 1.1.5 → 1.1.6

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/IxRadio.d.ts CHANGED
@@ -50,8 +50,8 @@ export declare class IxRadio extends LitElement {
50
50
  * https://developer.mozilla.org/en-US/docs/Web/API/ValidityState
51
51
  */
52
52
  get validity(): ValidityState;
53
- get renderRadio(): import("lit").TemplateResult<1>;
54
- protected render(): import("lit").TemplateResult<1>;
53
+ get renderRadio(): import("lit-html").TemplateResult<1>;
54
+ protected render(): import("lit-html").TemplateResult<1>;
55
55
  focus(): void;
56
56
  formResetCallback(): void;
57
57
  formStateRestoreCallback(state: string): void;
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent ix-radio following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "interxion",
6
- "version": "1.1.5",
6
+ "version": "1.1.6",
7
7
  "type": "module",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.js",
@@ -30,7 +30,7 @@
30
30
  "@lit/react": "^1.0.2",
31
31
  "@material/web": "1.2.0",
32
32
  "i18next": "^23.3.0",
33
- "lit": "^2.8.0 || ^3.0.0",
33
+ "lit": "^3.2.1",
34
34
  "react": "^18.2.0"
35
35
  },
36
36
  "devDependencies": {
@@ -107,5 +107,5 @@
107
107
  "README.md",
108
108
  "LICENSE"
109
109
  ],
110
- "gitHead": "3590ef8890b3526a1395c48f0e94c72757c33c35"
110
+ "gitHead": "a781e30ec63dcc3307d86b94e35fa93c4e61f22f"
111
111
  }