@lime-bundles/widget 2.2.1 → 2.3.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.
@@ -151,8 +151,9 @@ Merchants can set these (and any other CSS) via Lime Bundles admin → Settings
151
151
 
152
152
  These exist for internal composition and are not merchant-configurable. The CSS in `extensions/bundle-theme/assets/bundle-base.css` defines them on `.lb-bundle-widget` with fixed values.
153
153
 
154
- - `--lb-text-muted`: muted body text colour.
155
154
  - `--lb-thumbnail-bg`: placeholder background behind images.
156
155
  - `--lb-widget-pad`: internal padding token.
157
156
  - `--lb-progress-color`: volume progress bar accent.
158
157
 
158
+ Muted secondary text (subtitles, variant badges, unit price, etc.) is not a separate variable — the CSS uses `color-mix(in srgb, var(--lb-text) 60%, transparent)` directly so merchants who customise `--lb-text` get a matching muted tone for free.
159
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lime-bundles/widget",
3
- "version": "2.2.1",
3
+ "version": "2.3.0",
4
4
  "description": "Drop-in <lime-bundle> web component for the Lime Bundles Shopify app. Embed merchant-configured bundles on Hydrogen, Astro, Vue, Svelte, or any JavaScript-enabled headless storefront.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -46,7 +46,7 @@
46
46
  "typecheck": "tsc --noEmit"
47
47
  },
48
48
  "dependencies": {
49
- "@lime-bundles/core": "^2.2.0"
49
+ "@lime-bundles/core": "^2.3.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "tsup": "^8.0.0",