@digital-realty/ix-wizard 1.1.9 → 1.1.11

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.
@@ -13,8 +13,8 @@ export declare class IxWizard extends LitElement {
13
13
  enableNextStepClick?: boolean | undefined;
14
14
  enableHideCloseButton?: boolean | undefined;
15
15
  firstUpdated(): void;
16
- renderStepCount(): typeof nothing | import("lit").TemplateResult<1>;
17
- renderWithHideAndCloseButton(): import("lit").TemplateResult<1>;
18
- renderDefault(): import("lit").TemplateResult<1>;
19
- render(): import("lit").TemplateResult<1>;
16
+ renderStepCount(): typeof nothing | import("lit-html").TemplateResult<1>;
17
+ renderWithHideAndCloseButton(): import("lit-html").TemplateResult<1>;
18
+ renderDefault(): import("lit-html").TemplateResult<1>;
19
+ render(): import("lit-html").TemplateResult<1>;
20
20
  }
@@ -12,7 +12,7 @@ export declare class IxWizardStep extends LitElement {
12
12
  isNextButtonDisabled: boolean;
13
13
  onNextButtonClick: any;
14
14
  nextButtonText: string;
15
- renderBackButton(): typeof nothing | import("lit").TemplateResult<1>;
16
- renderNextButton(): typeof nothing | import("lit").TemplateResult<1>;
17
- render(): typeof nothing | import("lit").TemplateResult<1>;
15
+ renderBackButton(): typeof nothing | import("lit-html").TemplateResult<1>;
16
+ renderNextButton(): typeof nothing | import("lit-html").TemplateResult<1>;
17
+ render(): typeof nothing | import("lit-html").TemplateResult<1>;
18
18
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent ix-wizard following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "interxion",
6
- "version": "1.1.9",
6
+ "version": "1.1.11",
7
7
  "type": "module",
8
8
  "main": "dist/index.js",
9
9
  "module": "dist/index.js",
@@ -31,10 +31,10 @@
31
31
  "storybook:build": "tsc && npm run analyze -- --exclude dist && build-storybook"
32
32
  },
33
33
  "dependencies": {
34
- "@digital-realty/ix-button": "^3.3.5",
34
+ "@digital-realty/ix-button": "^3.3.7",
35
35
  "@lit/react": "^1.0.2",
36
36
  "@material/web": "1.2.0",
37
- "lit": "^2.8.0 || ^3.0.0",
37
+ "lit": "^3.2.1",
38
38
  "react": "^18.2.0"
39
39
  },
40
40
  "devDependencies": {
@@ -52,6 +52,7 @@
52
52
  "husky": "^4.3.8",
53
53
  "lint-staged": "^10.5.4",
54
54
  "prettier": "^2.4.1",
55
+ "rollup": "^4.29.1",
55
56
  "rollup-plugin-minify-html-literals": "^1.2.6",
56
57
  "rollup-plugin-summary": "^2.0.0",
57
58
  "rollup-plugin-uglify": "^6.0.4",
@@ -108,5 +109,5 @@
108
109
  "README.md",
109
110
  "LICENSE"
110
111
  ],
111
- "gitHead": "a9d1db07af5f5c7c422ad3c56b837d1f71b383be"
112
+ "gitHead": "a781e30ec63dcc3307d86b94e35fa93c4e61f22f"
112
113
  }