@digital-realty/ix-button 3.3.6 → 3.3.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.
@@ -59,5 +59,5 @@ export declare class IxButton extends LitElement implements FormSubmitter {
59
59
  constructor();
60
60
  private readonly handleActivationClick;
61
61
  private readonly tags;
62
- protected render(): import("lit").TemplateResult;
62
+ protected render(): import("lit-html").TemplateResult;
63
63
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent ix-button following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "Digital Realty",
6
- "version": "3.3.6",
6
+ "version": "3.3.7",
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-progress": "^1.2.5",
30
+ "@digital-realty/ix-progress": "^1.2.6",
31
31
  "@lit/react": "^1.0.2",
32
32
  "@material/web": "1.2.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": {
@@ -108,5 +108,5 @@
108
108
  "README.md",
109
109
  "LICENSE"
110
110
  ],
111
- "gitHead": "3590ef8890b3526a1395c48f0e94c72757c33c35"
111
+ "gitHead": "a781e30ec63dcc3307d86b94e35fa93c4e61f22f"
112
112
  }