@lime-bundles/widget 4.1.0 → 4.2.0

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/README.md CHANGED
@@ -129,7 +129,7 @@ The widget renders its own inline fallback; listen for this event if you want to
129
129
  - **Countdown timer.** When a bundle has `endsAt`, the widget ticks live and hides on expiry.
130
130
  - **Variant dropdowns.** Products with multiple eligible variants render a `<select>`; switching live-updates the row price and bundle total.
131
131
  - **Mix-match picker modal.** Full modal with search, quantity stepper, progress bar, focus trap, and keyboard navigation.
132
- - **Out-of-stock handling.** Honours `widgetConfig.outOfStockBehavior` (`hide` vs `show_greyed_out`); hides the widget when the bundle is unfulfillable.
132
+ - **Out-of-stock handling.** Sold-out products render greyed out with the CTA locked; a bundle that can't be completed doesn't render.
133
133
  - **A/B testing.** Reads the merchant's A/B config, buckets the visitor via a first-party cookie, applies Variant B overrides.
134
134
  - **Analytics.** Impression and add-to-cart events fire regardless of whether you override the cart.
135
135