@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.
@@ -15,6 +15,7 @@ function AlgoliaActiveCategories() {
15
15
  'hierarchicalCategories.lvl0',
16
16
  'hierarchicalCategories.lvl1',
17
17
  'hierarchicalCategories.lvl2',
18
+ 'hierarchicalCategories.lvl3',
18
19
  ],
19
20
  });
20
21
  const t = useFormattedMessage();
@@ -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: 0;
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(--row-gap) var(--column-gap);
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 {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonic-equipment/ui",
3
- "version": "176.0.0",
3
+ "version": "178.0.0",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "engines": {