@progressive-development/pd-wizard 0.0.28 → 0.0.29

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.
Files changed (2) hide show
  1. package/package.json +2 -2
  2. package/src/PdWizard.js +1 -1
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "order",
15
15
  "steps"
16
16
  ],
17
- "version": "0.0.28",
17
+ "version": "0.0.29",
18
18
  "main": "index.js",
19
19
  "module": "index.js",
20
20
  "scripts": {
@@ -29,7 +29,7 @@
29
29
  },
30
30
  "dependencies": {
31
31
  "lit": "^2.0.2",
32
- "@progressive-development/pd-forms": "^0.0.28"
32
+ "@progressive-development/pd-forms": "^0.0.29"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@custom-elements-manifest/analyzer": "^0.4.17",
package/src/PdWizard.js CHANGED
@@ -182,7 +182,7 @@ export class PdWizard extends LitElement {
182
182
  background-color: var(--my-header-background-color);
183
183
  height: var(--pd-wizard-title-height, 80px);
184
184
  line-height: 80px;
185
- padding-left: 80px;
185
+ padding-left: var(--pd-wizard-title-padding-left, 0);
186
186
 
187
187
  border-top-left-radius: var(--pd-wizard-top-borderradius, 0);
188
188
  border-top-right-radius: var(--pd-wizard-top-borderradius, 0);