@sonic-equipment/ui 0.0.73 → 0.0.74

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.
Files changed (2) hide show
  1. package/dist/styles.css +3 -3
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -2601,7 +2601,7 @@
2601
2601
  .category-card-module-4NUjH {
2602
2602
  all: unset;
2603
2603
  display: grid;
2604
- max-width: 136px;
2604
+ width: 88px;
2605
2605
  cursor: pointer;
2606
2606
  padding-inline: 10px;
2607
2607
  place-items: center;
@@ -2694,7 +2694,7 @@
2694
2694
  }
2695
2695
 
2696
2696
  @media (width >= 1440px) {.category-card-module-4NUjH {
2697
- max-width: 144px
2697
+ width: 95px
2698
2698
  }
2699
2699
 
2700
2700
  .category-card-module-4NUjH .category-card-module-oNTrK {
@@ -3030,7 +3030,7 @@
3030
3030
 
3031
3031
  .background-overlay-module-mGiNQ {
3032
3032
  position: fixed;
3033
- z-index: --background-overlay-layer;
3033
+ z-index: var(--background-overlay-layer);
3034
3034
  -webkit-backdrop-filter: blur(4px);
3035
3035
  backdrop-filter: blur(4px);
3036
3036
  background-color: rgb(0 0 0 / 52%);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonic-equipment/ui",
3
- "version": "0.0.73",
3
+ "version": "0.0.74",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "engines": {