@progressive-development/pd-order 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.
@@ -225,6 +225,8 @@ class PdOrderSummary extends LitElement {
225
225
  ?withPayment="${this.withPayment}"
226
226
  .orderContact="${this.order.contacts.orderContact}"
227
227
  .billingContact="${this.order.contacts.billingContact}"
228
+ .adminContact="${this.order.contacts.adminContact}"
229
+ .propertyContact="${this.order.contacts.propertyContact}"
228
230
  summary
229
231
  >
230
232
  </pd-order-contacts>
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.6",
6
+ "version": "0.5.8",
7
7
  "main": "./dist/index.js",
8
8
  "module": "./dist/index.js",
9
9
  "exports": {
@@ -35,20 +35,21 @@
35
35
  "build-storybook": "storybook build"
36
36
  },
37
37
  "dependencies": {
38
- "@progressive-development/pd-content": "^0.5.2",
39
- "@progressive-development/pd-dialog": "^0.5.1",
38
+ "@lit/localize": "^0.11.4",
39
+ "@progressive-development/pd-contact": "^0.5.5",
40
+ "@progressive-development/pd-content": "^0.5.3",
41
+ "@progressive-development/pd-dialog": "^0.5.2",
42
+ "@progressive-development/pd-forms": "^0.5.2",
40
43
  "@progressive-development/pd-price": "^0.5.0",
41
- "@progressive-development/pd-forms": "^0.5.1",
42
- "@progressive-development/pd-contact": "^0.5.4",
43
44
  "@progressive-development/pd-shared-styles": "^0.1.1",
45
+ "@progressive-development/pd-zip-check": "^0.1.60",
44
46
  "fecha": "^4.2.3",
45
- "lit": "^2.8.0",
46
- "@lit/localize": "^0.12.2"
47
+ "lit": "^2.8.0"
47
48
  },
48
49
  "devDependencies": {
49
50
  "@chromatic-com/storybook": "^1.3.4",
50
51
  "@custom-elements-manifest/analyzer": "^0.4.17",
51
- "@lit/localize-tools": "^0.7.2",
52
+ "@lit/localize-tools": "^0.6.10",
52
53
  "@storybook/addon-essentials": "^8.0.10",
53
54
  "@storybook/addon-links": "^8.0.10",
54
55
  "@storybook/blocks": "^8.0.10",