@sonic-equipment/ui 217.0.0 → 218.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.
Files changed (2) hide show
  1. package/dist/styles.css +4 -0
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -6060,7 +6060,10 @@ button.swiper-pagination-bullet {
6060
6060
  border-radius: var(--border-radius-22);
6061
6061
  background: var(--color-white);
6062
6062
  box-shadow: 0 0 96px #0000004c;
6063
+ font-family: var(--font-family-sonic);
6064
+ font-size: var(--font-size-base);
6063
6065
  inline-size: var(--size);
6066
+ line-height: var(--line-height-base);
6064
6067
  max-inline-size: var(--size-max);
6065
6068
  min-inline-size: var(--size-min);
6066
6069
  }
@@ -6080,6 +6083,7 @@ button.swiper-pagination-bullet {
6080
6083
  }
6081
6084
 
6082
6085
  .quick-access-menu-module-Hr2Dq .quick-access-menu-module-wUIbQ .quick-access-menu-module-7o1R6 {
6086
+ font: inherit;
6083
6087
  font-weight: var(--font-weight-bold);
6084
6088
  }
6085
6089
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonic-equipment/ui",
3
- "version": "217.0.0",
3
+ "version": "218.0.0",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "engines": {