zz-shopify-components 0.0.13 → 0.0.14

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "zz-shopify-components",
3
- "version": "0.0.13",
3
+ "version": "0.0.14",
4
4
  "description": "Reusable Shopify components for theme projects",
5
5
  "keywords": [
6
6
  "shopify",
@@ -8,7 +8,7 @@
8
8
  </span>
9
9
  {% assign percent = price | times: 100 | divided_by: compare_at_price %}
10
10
  {% assign discount_percentage = 100 | minus: percent %}
11
- <span class='discount_percentage tw-font-regular tw-ml-[10px] tw-px-[10px] tw-pt-[2px] tw-text-[10px] tw-rounded-[6px] tw-text-white tw-bg-[#FC6C0F]'>
11
+ <span class='discount_percentage tw-font-regular tw-ml-[10px] tw-px-[10px] tw-pt-[2px] tw-text-[10px] lg:tw-text-[12px] tw-rounded-[6px] tw-text-white tw-bg-[#FC6C0F]'>
12
12
  {% if show_discount_percentage_off == true %}
13
13
  {{- discount_percentage -}}
14
14
  %OFF