@progressive-development/pd-order 0.5.4 → 0.5.5

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.
@@ -194,7 +194,7 @@ class PdOrderContacts extends LitElement {
194
194
  <pd-contact
195
195
  id="propertyContactId"
196
196
  class="collapse-contact"
197
- .requiredField="${this.requiredFields}"
197
+ .requiredField="${["street", "streetNr", "zip", "city"]}"
198
198
  .inputFields="${["street", "city", "additionalHint"]}"
199
199
  .contact="${this.propertyContact}"
200
200
  ?withPropertyDate="${this.withPropertyDate}"
package/package.json CHANGED
@@ -3,7 +3,7 @@
3
3
  "description": "Progressive Development Order Component",
4
4
  "author": "PD Progressive Development",
5
5
  "license": "SEE LICENSE IN LICENSE",
6
- "version": "0.5.4",
6
+ "version": "0.5.5",
7
7
  "main": "./dist/index.js",
8
8
  "module": "./dist/index.js",
9
9
  "exports": {