@ppg_pl/pallete 2.0.21 → 2.0.22
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/dist/cjs/my-backdrop_8.cjs.entry.js +4 -0
- package/dist/cjs/my-backdrop_8.cjs.entry.js.map +1 -1
- package/dist/collection/components/my-modal/my-modal.js +4 -0
- package/dist/collection/components/my-modal/my-modal.js.map +1 -1
- package/dist/components/my-modal2.js +4 -0
- package/dist/components/my-modal2.js.map +1 -1
- package/dist/esm/my-backdrop_8.entry.js +4 -0
- package/dist/esm/my-backdrop_8.entry.js.map +1 -1
- package/dist/pallete/p-c49a7a8e.entry.js +2 -0
- package/dist/pallete/p-c49a7a8e.entry.js.map +1 -0
- package/dist/pallete/pallete.esm.js +1 -1
- package/package.json +1 -1
- package/www/build/p-c49a7a8e.entry.js +2 -0
- package/www/build/p-c49a7a8e.entry.js.map +1 -0
- package/www/build/pallete.esm.js +1 -1
- package/dist/pallete/p-00f46562.entry.js +0 -2
- package/dist/pallete/p-00f46562.entry.js.map +0 -1
- package/www/build/p-00f46562.entry.js +0 -2
- package/www/build/p-00f46562.entry.js.map +0 -1
|
@@ -2982,6 +2982,10 @@ const MyModal = class {
|
|
|
2982
2982
|
componentWillLoad() {
|
|
2983
2983
|
this.preloader = true;
|
|
2984
2984
|
this.fetchProductData();
|
|
2985
|
+
setDataLayer({
|
|
2986
|
+
shop: this.shop,
|
|
2987
|
+
product: this.product,
|
|
2988
|
+
});
|
|
2985
2989
|
}
|
|
2986
2990
|
componentWillRender() {
|
|
2987
2991
|
this.displayForMobile();
|