@digital-realty/ix-wizard 1.1.10 → 1.1.12

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.10",
6
+ "version": "1.1.12",
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.6",
34
+ "@digital-realty/ix-button": "^3.3.8",
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": {
@@ -43,9 +43,9 @@
43
43
  "@open-wc/testing": "^3.1.6",
44
44
  "@typescript-eslint/eslint-plugin": "^5.48.0",
45
45
  "@typescript-eslint/parser": "^5.48.0",
46
- "@web/dev-server": "^0.1.34",
47
- "@web/dev-server-storybook": "^0.5.4",
48
- "@web/test-runner": "^0.14.0",
46
+ "@web/dev-server": "^0.4.6",
47
+ "@web/dev-server-storybook": "^2.0.3",
48
+ "@web/test-runner": "^0.20.2",
49
49
  "concurrently": "^9.1.0",
50
50
  "eslint": "^8.31.0",
51
51
  "eslint-config-prettier": "^8.3.0",
@@ -109,5 +109,5 @@
109
109
  "README.md",
110
110
  "LICENSE"
111
111
  ],
112
- "gitHead": "3590ef8890b3526a1395c48f0e94c72757c33c35"
112
+ "gitHead": "efb86e89e9bfdb5a9a797dd223331ad6455b692c"
113
113
  }