@progressive-development/pd-wizard 0.5.6 → 0.5.8

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.
@@ -21,7 +21,7 @@ class PdSteps extends LitElement {
21
21
  display: block;
22
22
  background-color: var(--pd-steps-bg-color, var(--pd-default-col));
23
23
 
24
- padding-top: 0.5em;
24
+ padding-top: var(--pd-step-padding-top, 0.5em);
25
25
  /* needed for the absolut step name */
26
26
  padding-bottom: calc(var(--pd-step-name-font-size, 1em) * 2.5);
27
27
  }
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent pd-wizard following open-wc recommendations",
4
4
  "author": "PD Progressive Development",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
- "version": "0.5.6",
6
+ "version": "0.5.8",
7
7
  "main": "./dist/index.js",
8
8
  "module": "./dist/index.js",
9
9
  "exports": {
@@ -35,7 +35,7 @@
35
35
  },
36
36
  "dependencies": {
37
37
  "@lit/localize": "^0.11.4",
38
- "@progressive-development/pd-forms": "^0.5.6",
38
+ "@progressive-development/pd-forms": "^0.5.7",
39
39
  "@progressive-development/pd-icon": "^0.5.0",
40
40
  "@progressive-development/pd-shared-styles": "0.1.1",
41
41
  "lit": "^2.8.0"