@lime-bundles/widget 4.6.1 → 4.6.2
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 +4 -2
- package/dist/index.js +4 -2
- package/dist/lime-bundle.global.js +4 -2
- package/dist/lime-bundle.global.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -4362,8 +4362,10 @@ var BUNDLE_BASE_CSS = `/* Lime Bundles \u2014 shared base styles for all bundle
|
|
|
4362
4362
|
internally (with the .lb-edge-fade treatment) when content exceeds
|
|
4363
4363
|
this. */
|
|
4364
4364
|
--lb-list-max-height: 360px;
|
|
4365
|
-
/* Depth of the soft fade at a scroll list's clipped edge.
|
|
4366
|
-
|
|
4365
|
+
/* Depth of the soft fade at a scroll list's clipped edge. Sized to dim
|
|
4366
|
+
roughly half of the peeking product row (~90px tall): at 20px shoppers
|
|
4367
|
+
read the cut as the end of the list and missed the products below. */
|
|
4368
|
+
--lb-edge-fade-size: 48px;
|
|
4367
4369
|
/* Derived "small" corner radius for chips and badges \u2014 the low-stock badge,
|
|
4368
4370
|
the volume tier badge, the multi-step count chip. Controls and media
|
|
4369
4371
|
(thumbnails, selects, steppers, buttons) take the full --lb-radius: they
|
package/dist/index.js
CHANGED
|
@@ -4371,8 +4371,10 @@ var BUNDLE_BASE_CSS = `/* Lime Bundles \u2014 shared base styles for all bundle
|
|
|
4371
4371
|
internally (with the .lb-edge-fade treatment) when content exceeds
|
|
4372
4372
|
this. */
|
|
4373
4373
|
--lb-list-max-height: 360px;
|
|
4374
|
-
/* Depth of the soft fade at a scroll list's clipped edge.
|
|
4375
|
-
|
|
4374
|
+
/* Depth of the soft fade at a scroll list's clipped edge. Sized to dim
|
|
4375
|
+
roughly half of the peeking product row (~90px tall): at 20px shoppers
|
|
4376
|
+
read the cut as the end of the list and missed the products below. */
|
|
4377
|
+
--lb-edge-fade-size: 48px;
|
|
4376
4378
|
/* Derived "small" corner radius for chips and badges \u2014 the low-stock badge,
|
|
4377
4379
|
the volume tier badge, the multi-step count chip. Controls and media
|
|
4378
4380
|
(thumbnails, selects, steppers, buttons) take the full --lb-radius: they
|
|
@@ -273,8 +273,10 @@
|
|
|
273
273
|
internally (with the .lb-edge-fade treatment) when content exceeds
|
|
274
274
|
this. */
|
|
275
275
|
--lb-list-max-height: 360px;
|
|
276
|
-
/* Depth of the soft fade at a scroll list's clipped edge.
|
|
277
|
-
|
|
276
|
+
/* Depth of the soft fade at a scroll list's clipped edge. Sized to dim
|
|
277
|
+
roughly half of the peeking product row (~90px tall): at 20px shoppers
|
|
278
|
+
read the cut as the end of the list and missed the products below. */
|
|
279
|
+
--lb-edge-fade-size: 48px;
|
|
278
280
|
/* Derived "small" corner radius for chips and badges \u2014 the low-stock badge,
|
|
279
281
|
the volume tier badge, the multi-step count chip. Controls and media
|
|
280
282
|
(thumbnails, selects, steppers, buttons) take the full --lb-radius: they
|