@progressive-development/pd-page 0.1.40 → 0.1.42

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.
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Progressive development page helper, teaser, menu, footer.",
4
4
  "license": "SEE LICENSE IN LICENSE",
5
5
  "author": "PD Progressive Development",
6
- "version": "0.1.40",
6
+ "version": "0.1.42",
7
7
  "main": "index.js",
8
8
  "module": "index.js",
9
9
  "scripts": {
@@ -17,9 +17,9 @@
17
17
  "storybook:build": "npm run analyze -- --exclude dist && build-storybook"
18
18
  },
19
19
  "dependencies": {
20
- "@progressive-development/pd-contact": "^0.1.18",
21
- "@progressive-development/pd-dialog": "^0.1.21",
22
- "@progressive-development/pd-forms": "^0.1.23",
20
+ "@progressive-development/pd-contact": "^0.1.19",
21
+ "@progressive-development/pd-dialog": "^0.1.22",
22
+ "@progressive-development/pd-forms": "^0.1.24",
23
23
  "@progressive-development/pd-icon": "^0.1.13",
24
24
  "@progressive-development/pd-shared-styles": "^0.1.1",
25
25
  "lit": "^2.2.0",
@@ -170,11 +170,13 @@ export class PdContactUs extends LitElement {
170
170
  valueName="msg"
171
171
  ></pd-input-area>
172
172
  </pd-form-row>
173
- </pd-form-container>
173
+
174
+ <pd-form-row>
175
+ <pd-button class="quarter3" text="Absenden" @click="${this._sendMail}" primary></pd-button>
176
+ </pd-form-row>
177
+
178
+ </pd-form-container>
174
179
 
175
- <pd-form-row>
176
- <pd-button class="quarter3" text="Absenden" @click="${this._sendMail}" primary></pd-button>
177
- </pd-form-row>
178
180
  </div>
179
181
  </div>
180
182
  </div>