@bikematrix/web-components 1.1.21 → 1.1.23

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.
@@ -16860,7 +16860,7 @@ const Gn = {
16860
16860
  <a href="{{productUrl}}">{{productTitle}}{{bm-sort}}</a>
16861
16861
  </div>
16862
16862
  <div class="bm-compatible-product-price">
16863
- <a href="{{productUrl}}" style="text-decoration: none; color: 'black'">
16863
+ <a href="{{productUrl}}" style="text-decoration: none; color: #000">
16864
16864
  <p>
16865
16865
  <span>{{priceFrom}}</span>
16866
16866
  <strong>{{price}}</strong>
@@ -20853,7 +20853,7 @@ yt.use(G8).use(t1).init({
20853
20853
  // order and from where user language should be detected
20854
20854
  order: ["htmlTag", "querystring", "cookie", "localStorage", "sessionStorage", "navigator", "path", "subdomain"]
20855
20855
  },
20856
- supportedLngs: ["en", "en-GB", "en-US", "de", "fr", "es", "it", "nl"],
20856
+ supportedLngs: ["en", "en-GB", "en-US", "de", "fr", "es", "it", "nl", "fi"],
20857
20857
  fallbackLng: "en-GB",
20858
20858
  interpolation: {
20859
20859
  escapeValue: !1