@digital-realty/ix-switch-bar 2.2.5 → 2.2.7

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.
@@ -10,8 +10,8 @@ export declare class IxSwitchBar extends LitElement {
10
10
  showOnlySelectedIcon: boolean;
11
11
  static get styles(): import("lit").CSSResult[];
12
12
  get isNoteProvided(): number | "";
13
- renderNote(): typeof nothing | import("lit").TemplateResult<1>;
14
- render(): import("lit").TemplateResult<1>;
13
+ renderNote(): typeof nothing | import("lit-html").TemplateResult<1>;
14
+ render(): import("lit-html").TemplateResult<1>;
15
15
  }
16
16
  declare global {
17
17
  interface HTMLElementTagNameMap {
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent ix-switch-bar following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "Digital Realty",
6
- "version": "2.2.5",
6
+ "version": "2.2.7",
7
7
  "type": "module",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.js",
@@ -27,9 +27,9 @@
27
27
  "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\""
28
28
  },
29
29
  "dependencies": {
30
- "@digital-realty/ix-switch": "^2.2.5",
30
+ "@digital-realty/ix-switch": "^2.2.7",
31
31
  "@lit/react": "^1.0.2",
32
- "lit": "^2.8.0 || ^3.0.0",
32
+ "lit": "^3.2.1",
33
33
  "react": "^18.2.0"
34
34
  },
35
35
  "devDependencies": {
@@ -39,8 +39,8 @@
39
39
  "@types/react": "^18.2.22",
40
40
  "@typescript-eslint/eslint-plugin": "^5.48.0",
41
41
  "@typescript-eslint/parser": "^5.48.0",
42
- "@web/dev-server": "^0.1.34",
43
- "@web/test-runner": "^0.14.0",
42
+ "@web/dev-server": "^0.4.6",
43
+ "@web/test-runner": "^0.20.2",
44
44
  "concurrently": "^9.1.0",
45
45
  "eslint": "^8.31.0",
46
46
  "eslint-config-prettier": "^8.3.0",
@@ -104,5 +104,5 @@
104
104
  "README.md",
105
105
  "LICENSE"
106
106
  ],
107
- "gitHead": "3590ef8890b3526a1395c48f0e94c72757c33c35"
107
+ "gitHead": "efb86e89e9bfdb5a9a797dd223331ad6455b692c"
108
108
  }