@runwell/shopify-toolkit 0.24.4 → 0.24.5
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.
|
@@ -182,7 +182,9 @@
|
|
|
182
182
|
}
|
|
183
183
|
|
|
184
184
|
.runwell-bundle-quantity-builder__option--popular {
|
|
185
|
-
|
|
185
|
+
/* Visual emphasis lives in the MOST POPULAR badge; do not stack a
|
|
186
|
+
colored border here, since that would still read as 'selected'
|
|
187
|
+
when the customer has actually picked a different tier. */
|
|
186
188
|
position: relative;
|
|
187
189
|
}
|
|
188
190
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@runwell/shopify-toolkit",
|
|
3
|
-
"version": "0.24.
|
|
3
|
+
"version": "0.24.5",
|
|
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",
|