@lime-bundles/widget 3.1.0 → 3.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/dist/index.cjs +6 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +6 -7
- package/dist/index.js.map +1 -1
- package/dist/lime-bundle.global.js +14 -15
- package/dist/lime-bundle.global.js.map +1 -1
- package/docs/css-variables.md +3 -0
- package/package.json +2 -2
package/dist/index.cjs
CHANGED
|
@@ -3371,11 +3371,10 @@ var BUNDLE_MIX_MATCH_CSS = `/* Lime Bundles \u2014 Mix & Match styles */
|
|
|
3371
3371
|
|
|
3372
3372
|
/* Per-pick quantity stepper inside the picker modal product row.
|
|
3373
3373
|
Three flex cells (\u2212 / number / +) sharing a single outer border \u2014
|
|
3374
|
-
|
|
3375
|
-
|
|
3376
|
-
|
|
3377
|
-
|
|
3378
|
-
per-button borders, so the rounded outer corners stay clean.
|
|
3374
|
+
driven by its own --lb-picker-qty-stepper-* variables so merchants
|
|
3375
|
+
can style the stepper independently of the variant dropdown. The
|
|
3376
|
+
cell dividers come from a 1px border on the centre value rather
|
|
3377
|
+
than per-button borders, so the rounded outer corners stay clean.
|
|
3379
3378
|
Mirrors extensions/bundle-theme/assets/bundle-mix-match.css so
|
|
3380
3379
|
the headless web component matches the Liquid theme widget. */
|
|
3381
3380
|
/* Quantity label + stepper sit together in a .lb-bundle-variant-option-group
|
|
@@ -3396,8 +3395,8 @@ var BUNDLE_MIX_MATCH_CSS = `/* Lime Bundles \u2014 Mix & Match styles */
|
|
|
3396
3395
|
align-items: stretch;
|
|
3397
3396
|
flex-shrink: 0;
|
|
3398
3397
|
height: 32px;
|
|
3399
|
-
border: var(--lb-picker-
|
|
3400
|
-
border-radius: var(--lb-picker-
|
|
3398
|
+
border: var(--lb-picker-qty-stepper-border-width) solid var(--lb-picker-qty-stepper-border-color);
|
|
3399
|
+
border-radius: var(--lb-picker-qty-stepper-radius);
|
|
3401
3400
|
background-color: var(--lb-picker-bg);
|
|
3402
3401
|
overflow: hidden;
|
|
3403
3402
|
box-sizing: border-box;
|