@proximus/lavender-price 2.0.0-alpha.65 → 2.0.0-alpha.67

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/dist/index.es.js +3 -1
  2. package/package.json +1 -1
package/dist/index.es.js CHANGED
@@ -20,7 +20,9 @@ const u = [
20
20
  this.buildPrice();
21
21
  }), this.observer.observe(this, {
22
22
  childList: !0,
23
- subtree: !0
23
+ subtree: !0,
24
+ // By observing characterData, we ensure that any changes to the text content of the price element will trigger a rebuild of the price display, allowing it to update correctly in response to dynamic data changes.
25
+ characterData: !0
24
26
  });
25
27
  }
26
28
  attributeChangedCallback(e, t, r) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@proximus/lavender-price",
3
- "version": "2.0.0-alpha.65",
3
+ "version": "2.0.0-alpha.67",
4
4
  "description": "",
5
5
  "main": "dist/index.es.js",
6
6
  "types": "dist/index.d.ts",