@progressive-development/pd-wizard 0.1.80 → 0.1.82

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 +3 -3
  2. package/src/PdWizard.js +3 -0
package/package.json CHANGED
@@ -14,7 +14,7 @@
14
14
  "order",
15
15
  "steps"
16
16
  ],
17
- "version": "0.1.80",
17
+ "version": "0.1.82",
18
18
  "main": "index.js",
19
19
  "module": "index.js",
20
20
  "scripts": {
@@ -31,8 +31,8 @@
31
31
  },
32
32
  "dependencies": {
33
33
  "@lit/localize": "^0.11.4",
34
- "@progressive-development/pd-forms": "^0.2.15",
35
- "@progressive-development/pd-icon": "^0.1.22",
34
+ "@progressive-development/pd-forms": "^0.2.16",
35
+ "@progressive-development/pd-icon": "^0.1.23",
36
36
  "@progressive-development/pd-shared-styles": "0.1.1",
37
37
  "lit": "^2.8.0"
38
38
  },
package/src/PdWizard.js CHANGED
@@ -173,6 +173,9 @@ export class PdWizard extends LitElement {
173
173
  top: 3px;
174
174
  right: 3px;
175
175
  }
176
+ .title {
177
+ margin-left: 50px;
178
+ }
176
179
  }
177
180
 
178
181
  `];