@sonic-equipment/ui 176.0.0 → 178.0.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.
|
@@ -9,6 +9,7 @@ function AlgoliaActiveFilters() {
|
|
|
9
9
|
'hierarchicalCategories.lvl0',
|
|
10
10
|
'hierarchicalCategories.lvl1',
|
|
11
11
|
'hierarchicalCategories.lvl2',
|
|
12
|
+
'hierarchicalCategories.lvl3',
|
|
12
13
|
];
|
|
13
14
|
const { refine: clearAllFilters } = useClearRefinements({
|
|
14
15
|
excludedAttributes: itemsToIgnore,
|
package/dist/styles.css
CHANGED
|
@@ -3330,25 +3330,13 @@ html {
|
|
|
3330
3330
|
|
|
3331
3331
|
.product-overview-grid-module-bzys- {
|
|
3332
3332
|
--nr-of-columns: 1;
|
|
3333
|
-
--column-gap:
|
|
3333
|
+
--column-gap: var(--space-16);
|
|
3334
3334
|
--row-gap: var(--space-16);
|
|
3335
3335
|
|
|
3336
3336
|
position: relative;
|
|
3337
3337
|
display: grid;
|
|
3338
|
-
gap: var(--
|
|
3338
|
+
gap: var(--column-gap) var(--row-gap);
|
|
3339
3339
|
grid-template-columns: repeat(var(--nr-of-columns), 1fr);
|
|
3340
|
-
|
|
3341
|
-
/** TODO: @Kristiaan the following code introduces a bug
|
|
3342
|
-
** that cuts off the carts around 50px when the filters are open.
|
|
3343
|
-
** I commented out the code for now, but it should be fixed later.;
|
|
3344
|
-
|
|
3345
|
-
-> grid-template-rows: repeat(
|
|
3346
|
-
-> auto-fill,
|
|
3347
|
-
-> [item-start] minmax(0, min-content) [item-end] 50px
|
|
3348
|
-
-> );
|
|
3349
|
-
|
|
3350
|
-
**/
|
|
3351
|
-
|
|
3352
3340
|
inline-size: 100%;
|
|
3353
3341
|
}
|
|
3354
3342
|
|
|
@@ -3376,7 +3364,6 @@ html {
|
|
|
3376
3364
|
.product-overview-grid-module-MlUVA {
|
|
3377
3365
|
position: relative;
|
|
3378
3366
|
display: grid;
|
|
3379
|
-
grid-row: span 2;
|
|
3380
3367
|
min-block-size: 380px;
|
|
3381
3368
|
}
|
|
3382
3369
|
|
|
@@ -3410,8 +3397,6 @@ html {
|
|
|
3410
3397
|
@media (width >= 576px) {
|
|
3411
3398
|
.product-overview-grid-module-bzys- {
|
|
3412
3399
|
--nr-of-columns: 2;
|
|
3413
|
-
--row-gap: 0;
|
|
3414
|
-
--column-gap: var(--space-16);
|
|
3415
3400
|
}
|
|
3416
3401
|
|
|
3417
3402
|
.product-overview-grid-module-MlUVA {
|