@runwell/shopify-toolkit 0.15.0 → 0.15.2
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/modules/comparison-table/variants/feature-columns/sections/runwell-comparison-table.liquid
CHANGED
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
{%- assign parts = row | split: '|' -%}
|
|
57
57
|
{%- if parts.size > 0 and parts[0] != blank -%}
|
|
58
58
|
<tr>
|
|
59
|
-
<td style="padding: 0.8rem 1rem 0.8rem 0; vertical-align: top; border-bottom: 1px solid rgba(11,61,56,0.12); font-weight:
|
|
59
|
+
<td style="padding: 0.8rem 1rem 0.8rem 0; vertical-align: top; border-bottom: 1px solid rgba(11,61,56,0.12); font-family: var(--font-heading-family); font-weight: 400; font-size: var(--runwell-h4-size); line-height: 1.35;">
|
|
60
60
|
{{ parts[0] | strip }}
|
|
61
61
|
</td>
|
|
62
62
|
{%- for block in section.blocks -%}
|
package/modules/comparison-table/variants/feature-rows/sections/runwell-comparison-table.liquid
CHANGED
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
<tbody>
|
|
52
52
|
{%- for block in section.blocks -%}
|
|
53
53
|
<tr {{ block.shopify_attributes }}>
|
|
54
|
-
<td style="padding: 1.05rem 1.2rem 1.05rem 0; vertical-align: middle; border-bottom: 1px solid rgba(0,0,0,0.08); font-weight:
|
|
54
|
+
<td style="padding: 1.05rem 1.2rem 1.05rem 0; vertical-align: middle; border-bottom: 1px solid rgba(0,0,0,0.08); font-family: var(--font-heading-family); font-weight: 400; font-size: var(--runwell-h4-size); line-height: 1.35;">
|
|
55
55
|
{{ block.settings.feature }}
|
|
56
56
|
</td>
|
|
57
57
|
<td style="padding: 1.05rem 1rem; vertical-align: middle; border-bottom: 1px solid rgba(0,0,0,0.08); text-align: center;">
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@runwell/shopify-toolkit",
|
|
3
|
-
"version": "0.15.
|
|
3
|
+
"version": "0.15.2",
|
|
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",
|