@digital-realty/ix-textbox 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.
@@ -148,6 +148,6 @@ export declare class IxTextbox extends LitElement {
148
148
  autocomplete: string;
149
149
  focus(): void;
150
150
  protected createRenderRoot(): this;
151
- renderStyles(): import("lit").TemplateResult<1>;
152
- protected render(): import("lit").TemplateResult<1 | 2>;
151
+ renderStyles(): import("lit-html").TemplateResult<1>;
152
+ protected render(): import("lit-html").TemplateResult<1 | 2 | 3>;
153
153
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@digital-realty/ix-textbox",
3
- "version": "2.2.8",
3
+ "version": "2.2.9",
4
4
  "description": "Webcomponent ix-textbox following open-wc recommendations",
5
5
  "license": "MIT",
6
6
  "author": "Digital Realty",
@@ -27,16 +27,15 @@
27
27
  "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\""
28
28
  },
29
29
  "dependencies": {
30
- "@digital-realty/ix-icon": "^1.1.5",
31
- "@digital-realty/ix-phone-input": "^2.2.6",
30
+ "@digital-realty/ix-icon": "^1.1.6",
31
+ "@digital-realty/ix-phone-input": "^2.2.7",
32
32
  "@lit/react": "^1.0.2",
33
33
  "@material/web": "1.2.0",
34
- "lit": "^2.8.0 || ^3.0.0",
34
+ "lit": "^3.2.1",
35
35
  "react": "^18.2.0"
36
36
  },
37
37
  "devDependencies": {
38
38
  "@custom-elements-manifest/analyzer": "^0.4.17",
39
- "@digital-realty/theme": "^1.0.30",
40
39
  "@open-wc/eslint-config": "^9.2.1",
41
40
  "@open-wc/testing": "^3.1.6",
42
41
  "@types/react": "^18.2.22",
@@ -112,5 +111,5 @@
112
111
  "README.md",
113
112
  "LICENSE"
114
113
  ],
115
- "gitHead": "3590ef8890b3526a1395c48f0e94c72757c33c35"
114
+ "gitHead": "a781e30ec63dcc3307d86b94e35fa93c4e61f22f"
116
115
  }