@runwell/shopify-toolkit 0.16.0 → 0.16.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.
@@ -18,7 +18,7 @@
18
18
  {%- endif -%}
19
19
 
20
20
  {%- if section.settings.heading != blank -%}
21
- <h2 style="font-family: var(--font-heading-family); font-style: italic; font-weight: 400; line-height: 1.05; margin: 0 0 1rem 0; max-width: 22ch;">
21
+ <h2 style="font-family: var(--font-heading-family); font-style: italic; font-weight: 400; font-size: var(--runwell-h2-size); line-height: 1.05; margin: 0 0 1rem 0; max-width: 22ch;">
22
22
  {{ section.settings.heading }}
23
23
  </h2>
24
24
  {%- endif -%}
@@ -17,7 +17,7 @@
17
17
  {%- endif -%}
18
18
 
19
19
  {%- if section.settings.heading != blank -%}
20
- <h2 style="font-family: var(--font-heading-family); font-style: italic; font-weight: 400; line-height: 1.05; margin: 0 auto 1rem; max-width: 24ch; text-align: center;">
20
+ <h2 style="font-family: var(--font-heading-family); font-style: italic; font-weight: 400; font-size: var(--runwell-h2-size); line-height: 1.05; margin: 0 auto 1rem; max-width: 24ch; text-align: center;">
21
21
  {{ section.settings.heading }}
22
22
  </h2>
23
23
  {%- endif -%}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@runwell/shopify-toolkit",
3
- "version": "0.16.0",
3
+ "version": "0.16.1",
4
4
  "description": "Reusable Shopify theme modules from Runwell. Replaces typically app-driven features (reviews, wishlist, urgency, FAQ, post-purchase upsell, exit popups, free-ship progress, sticky ATC, testimonials, badges, bundles) with native Liquid + JS + CSS that ship across multiple client themes via a config-driven sync CLI.",
5
5
  "type": "module",
6
6
  "main": "lib/index.js",