@bikematrix/web-components 1.1.21 → 1.1.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/bm_core.es.js +1 -1
- package/dist/bm_core.js +1 -1
- package/dist/bm_core.umd.js +1 -1
- package/package.json +1 -1
package/dist/bm_core.es.js
CHANGED
|
@@ -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:
|
|
16863
|
+
<a href="{{productUrl}}" style="text-decoration: none; color: #000">
|
|
16864
16864
|
<p>
|
|
16865
16865
|
<span>{{priceFrom}}</span>
|
|
16866
16866
|
<strong>{{price}}</strong>
|
package/dist/bm_core.js
CHANGED
|
@@ -80,7 +80,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
80
80
|
<a href="{{productUrl}}">{{productTitle}}{{bm-sort}}</a>
|
|
81
81
|
</div>
|
|
82
82
|
<div class="bm-compatible-product-price">
|
|
83
|
-
<a href="{{productUrl}}" style="text-decoration: none; color:
|
|
83
|
+
<a href="{{productUrl}}" style="text-decoration: none; color: #000">
|
|
84
84
|
<p>
|
|
85
85
|
<span>{{priceFrom}}</span>
|
|
86
86
|
<strong>{{price}}</strong>
|
package/dist/bm_core.umd.js
CHANGED
|
@@ -80,7 +80,7 @@ function print() { __p += __j.call(arguments, '') }
|
|
|
80
80
|
<a href="{{productUrl}}">{{productTitle}}{{bm-sort}}</a>
|
|
81
81
|
</div>
|
|
82
82
|
<div class="bm-compatible-product-price">
|
|
83
|
-
<a href="{{productUrl}}" style="text-decoration: none; color:
|
|
83
|
+
<a href="{{productUrl}}" style="text-decoration: none; color: #000">
|
|
84
84
|
<p>
|
|
85
85
|
<span>{{priceFrom}}</span>
|
|
86
86
|
<strong>{{price}}</strong>
|