@ppg_pl/tinting 0.0.0 → 0.0.1
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/README.md +0 -8
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{modal-header_10.cjs.entry.js → modal-header_9.cjs.entry.js} +9 -22
- package/dist/cjs/modal-header_9.cjs.entry.js.map +1 -0
- package/dist/cjs/tinting.cjs.js +1 -1
- package/dist/collection/collection-manifest.json +0 -1
- package/dist/components/index10.js +3921 -9
- package/dist/components/index10.js.map +1 -1
- package/dist/components/my-component.js +9 -15
- package/dist/components/my-component.js.map +1 -1
- package/dist/components/my-modal.js +1 -1
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{modal-header_10.entry.js → modal-header_9.entry.js} +10 -22
- package/dist/esm/modal-header_9.entry.js.map +1 -0
- package/dist/esm/tinting.js +1 -1
- package/dist/tinting/{p-06cd865b.entry.js → p-fa35b3ef.entry.js} +3 -3
- package/dist/tinting/p-fa35b3ef.entry.js.map +1 -0
- package/dist/tinting/tinting.esm.js +1 -1
- package/dist/tinting/tinting.esm.js.map +1 -1
- package/dist/types/components.d.ts +0 -13
- package/package.json +1 -1
- package/www/build/{p-06cd865b.entry.js → p-fa35b3ef.entry.js} +3 -3
- package/www/build/p-fa35b3ef.entry.js.map +1 -0
- package/www/build/tinting.esm.js +1 -1
- package/www/build/tinting.esm.js.map +1 -1
- package/www/index.html +1 -1
- package/dist/cjs/modal-header_10.cjs.entry.js.map +0 -1
- package/dist/collection/components/loader/index.css +0 -85
- package/dist/collection/components/loader/index.js +0 -19
- package/dist/collection/components/loader/index.js.map +0 -1
- package/dist/components/index11.js +0 -3949
- package/dist/components/index11.js.map +0 -1
- package/dist/components/my-loader.d.ts +0 -11
- package/dist/components/my-loader.js +0 -8
- package/dist/components/my-loader.js.map +0 -1
- package/dist/esm/modal-header_10.entry.js.map +0 -1
- package/dist/tinting/p-06cd865b.entry.js.map +0 -1
- package/dist/types/components/loader/index.d.ts +0 -3
- package/www/build/p-06cd865b.entry.js.map +0 -1
- package/www/build/p-a4907f5e.css +0 -4
- package/www/build/p-e2322b6c.js +0 -163
package/dist/esm/tinting.js
CHANGED
|
@@ -17,7 +17,7 @@ const patchBrowser = () => {
|
|
|
17
17
|
};
|
|
18
18
|
|
|
19
19
|
patchBrowser().then(options => {
|
|
20
|
-
return bootstrapLazy([["modal-
|
|
20
|
+
return bootstrapLazy([["modal-header_9",[[2,"my-component",{"shop":[1],"product":[1],"baselink":[1],"colorname":[1],"show":[32],"readyToClose":[32],"open":[64],"close":[64]},[[0,"readyToCLose","setReadyToCloseHandler"],[0,"close","closeModalHandler"],[0,"onSelectedColorEmit","handleSelectedColor"]]],[0,"my-modal",{"shop":[1],"product":[1],"baselink":[1],"selectedcolor":[1],"arrowDown":[1,"arrow-down"],"chunksNum":[32],"data":[32],"preloader":[32],"loading":[32],"currentColor":[32],"currentIndex":[32],"infoBoxWidth":[32],"boxWidth":[32],"padding":[32],"isMobile":[32],"showRange":[32],"colorCategories":[32],"selectedCategory":[32],"page":[32],"colorIsSelected":[32],"colorsList":[32],"hasMore":[32],"filters":[32],"open":[64]},[[0,"closeInfoBox","closeInfoBoxHandler"],[0,"onCurrentColor","handleEmitColor"],[9,"resize","handleResize"],[0,"colorFamilySelected","handleColorFamilySelected"],[0,"searchColors","searchColorsHandler"]]],[0,"my-backdrop"],[0,"modal-header",{"modalName":[1,"modal-name"],"modalLogo":[1,"modal-logo"],"modalDescription":[1,"modal-description"],"selectedColorFamily":[1,"selected-color-family"],"shop":[1],"productName":[1,"product-name"],"isMobile":[4,"is-mobile"],"closeImage":[1,"close-image"],"productSamples":[16],"colorFamilies":[32]}],[0,"my-colorinfo",{"currentColor":[16],"shop":[1],"product":[1],"baselink":[1],"data":[16],"isMobile":[4,"is-mobile"],"infoBoxWidth":[2,"info-box-width"],"closeImage":[1,"close-image"]}],[0,"my-colorbox",{"color":[1],"name":[1],"shop":[1],"product":[1],"isActive":[4,"is-active"],"isCategoryActive":[4,"is-category-active"],"isImageInsteadHex":[16]}],[2,"my-search",{"productname":[1],"shopname":[1],"isMobile":[4,"is-mobile"],"searchIcon":[1,"search-icon"],"searchText":[32]},[[4,"clearSearchText","clearSearchTextHandler"]]],[2,"my-select",{"options":[16],"placeholder":[1],"isMobile":[4,"is-mobile"],"searchIcon":[1,"search-icon"],"searchText":[32],"filteredOptions":[32],"showDropdown":[32],"selectedValue":[32]},[[4,"clearSearchText","clearSearchTextHandler"]]],[0,"my-slider",{"slides":[16],"shop":[1],"product":[1],"color":[1]}]]]], options);
|
|
21
21
|
});
|
|
22
22
|
|
|
23
23
|
//# sourceMappingURL=tinting.js.map
|