@digital-realty/ix-switch-input 2.2.8 → 2.2.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.
@@ -24,9 +24,9 @@ export declare class IxSwitchInput extends LitElement {
24
24
  onUpdateText(e: TextChangeEvent): void;
25
25
  dispatchSwitchEvent(): void;
26
26
  dispatchTextEvent(eventDetail: TextEventDetail): void;
27
- renderSwitch(): import("lit").TemplateResult<1>;
28
- renderTextbox(): import("lit").TemplateResult<1> | typeof nothing;
29
- render(): import("lit").TemplateResult<1>;
27
+ renderSwitch(): import("lit-html").TemplateResult<1>;
28
+ renderTextbox(): import("lit-html").TemplateResult<1> | typeof nothing;
29
+ render(): import("lit-html").TemplateResult<1>;
30
30
  }
31
31
  declare global {
32
32
  interface HTMLElementTagNameMap {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent ix-switch-input following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "Digital Realty",
6
- "version": "2.2.8",
6
+ "version": "2.2.9",
7
7
  "type": "module",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.js",
@@ -27,10 +27,10 @@
27
27
  "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\""
28
28
  },
29
29
  "dependencies": {
30
- "@digital-realty/ix-switch-bar": "^2.2.5",
31
- "@digital-realty/ix-textbox": "^2.2.8",
30
+ "@digital-realty/ix-switch-bar": "^2.2.6",
31
+ "@digital-realty/ix-textbox": "^2.2.9",
32
32
  "@lit/react": "^1.0.2",
33
- "lit": "^2.8.0 || ^3.0.0",
33
+ "lit": "^3.2.1",
34
34
  "react": "^18.2.0"
35
35
  },
36
36
  "devDependencies": {
@@ -103,5 +103,5 @@
103
103
  "README.md",
104
104
  "LICENSE"
105
105
  ],
106
- "gitHead": "3590ef8890b3526a1395c48f0e94c72757c33c35"
106
+ "gitHead": "a781e30ec63dcc3307d86b94e35fa93c4e61f22f"
107
107
  }