@ppg_pl/pallete 2.0.7 → 2.0.9

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.
@@ -24,8 +24,8 @@ const setDataLayer = (obj) => {
24
24
  // export const APIURL = 'http://57.128.200.45:8055';
25
25
  // export const accessToken = '_baZ127gfvFIFmZ5umrrTBUUm6D7ve6p';
26
26
  // PROD
27
- const APIURL = 'https://147.135.211.144'; //'https://pallete-colors-backend.herokuapp.com';
28
- const accessToken = 'uBKzhiNM4rkdZSe_PQvKJp9pE-DSTmtu';
27
+ const APIURL = 'https://color-selector.pl'; //'https://pallete-colors-backend.herokuapp.com';
28
+ const accessToken = 'uBKzhiNM4rkdZSe_PQvKJp9pE-DSTmtu'; //'_baZ127gfvFIFmZ5umrrTBUUm6D7ve6p'
29
29
  class API {
30
30
  async getData(ep) {
31
31
  try {
@@ -288,7 +288,6 @@ const MyModalBundle = class {
288
288
  render() {
289
289
  let content = null;
290
290
  if (this.show) {
291
- console.log(this.baselink, this.shop, this.product);
292
291
  content = [index$1.h("my-backdrop", null), index$1.h("my-modal", { shop: this.shop, product: this.product, baselink: this.baselink })];
293
292
  }
294
293
  return (index$1.h("div", { onClick: () => {