@progressive-development/pd-wizard 0.6.0 → 0.6.2

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.
@@ -20,7 +20,7 @@ export declare class PdSteps extends LitElement {
20
20
  */
21
21
  styleTyp: "circle" | "tab";
22
22
  static styles: CSSResultGroup;
23
- render(): import('lit-html').TemplateResult<1>;
23
+ render(): import('lit-html', { with: { "resolution-mode": "import" } }).TemplateResult<1>;
24
24
  private _renderCircle;
25
25
  private _stepClicked;
26
26
  }
@@ -33,7 +33,7 @@ export declare class PdWizard extends LitElement {
33
33
  */
34
34
  private _submited;
35
35
  static styles: CSSResultGroup;
36
- protected render(): import('lit-html').TemplateResult<1>;
36
+ protected render(): import('lit-html', { with: { "resolution-mode": "import" } }).TemplateResult<1>;
37
37
  private _previousStep;
38
38
  private _nextStep;
39
39
  private _submit;
@@ -3,7 +3,7 @@ declare const meta: {
3
3
  title: string;
4
4
  component: string;
5
5
  tags: string[];
6
- render: ({ steps, currentStepNr, styleTyp }: import('@storybook/web-components').Args) => import('lit-html').TemplateResult<1>;
6
+ render: ({ steps, currentStepNr, styleTyp }: import('@storybook/web-components').Args) => import('lit-html', { with: { "resolution-mode": "import" } }).TemplateResult<1>;
7
7
  argTypes: {
8
8
  steps: {
9
9
  control: "object";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progressive-development/pd-wizard",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
4
4
  "description": "Webcomponent pd-wizard following open-wc recommendations",
5
5
  "author": "PD Progressive Development",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@lit/localize": "^0.12.2",
42
- "@progressive-development/pd-forms": "^0.6.0",
42
+ "@progressive-development/pd-forms": "^0.6.4",
43
43
  "@progressive-development/pd-icon": "^0.6.1",
44
44
  "@progressive-development/pd-shared-styles": "^0.2.1",
45
45
  "lit": "^3.3.0"