@progressive-development/pd-contact 0.6.24 → 0.6.26

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.
@@ -370,7 +370,7 @@ let PdContact = class extends LitElement {
370
370
  }
371
371
  getValues() {
372
372
  var _a;
373
- const contactFormValues = (_a = this._contactForm) == null ? void 0 : _a.getValues();
373
+ const contactFormValues = (_a = this._contactForm) == null ? void 0 : _a.getValues().origin;
374
374
  console.log("VAlues:", contactFormValues);
375
375
  const commonValues = {
376
376
  business: this._business,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@progressive-development/pd-contact",
3
- "version": "0.6.24",
3
+ "version": "0.6.26",
4
4
  "description": "Progressive Development Contact component",
5
5
  "author": "PD Progressive Development",
6
6
  "license": "SEE LICENSE IN LICENSE",
@@ -39,7 +39,7 @@
39
39
  },
40
40
  "dependencies": {
41
41
  "@lit/localize": "^0.12.2",
42
- "@progressive-development/pd-forms": "^0.8.5",
42
+ "@progressive-development/pd-forms": "^0.8.7",
43
43
  "@progressive-development/pd-icon": "^0.7.6",
44
44
  "@progressive-development/pd-shared-styles": "^0.2.5",
45
45
  "lit": "^3.3.0"