@runwell/shopify-toolkit 0.17.2 → 0.17.4
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.
|
@@ -4,7 +4,8 @@
|
|
|
4
4
|
"category": "customer",
|
|
5
5
|
"description": "Lifetime-spend tier card on the customer account page. Combined with Shopify Flow auto-tagging and tag-targeted discounts, replaces Smile.io / Yotpo Loyalty / LoyaltyLion. App-free.",
|
|
6
6
|
"files": {
|
|
7
|
-
"sections": ["sections/runwell-tier-card.liquid"]
|
|
7
|
+
"sections": ["sections/runwell-tier-card.liquid"],
|
|
8
|
+
"assets": ["assets/runwell-loyalty-tiers.css"]
|
|
8
9
|
},
|
|
9
10
|
"config": {
|
|
10
11
|
"schema": {
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
"category": "customer",
|
|
5
5
|
"description": "Native wishlist using localStorage. Heart icon on cards + dedicated /pages/wishlist page. v1 ships localStorage; metafield sync via App Proxy is v0.2. Replaces Wishlist Plus, Wishlist King, Globo Wishlist.",
|
|
6
6
|
"files": {
|
|
7
|
-
"assets": ["assets/runwell-wishlist.js"],
|
|
7
|
+
"assets": ["assets/runwell-wishlist.js", "assets/runwell-wishlist.css"],
|
|
8
8
|
"snippets": ["snippets/runwell-wishlist-icon.liquid"],
|
|
9
9
|
"sections": ["sections/runwell-wishlist-page.liquid"],
|
|
10
10
|
"templates": ["templates/page.wishlist.json"]
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@runwell/shopify-toolkit",
|
|
3
|
-
"version": "0.17.
|
|
3
|
+
"version": "0.17.4",
|
|
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",
|