@sonic-equipment/ui 0.0.95 → 0.0.96

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 +0 -4
  2. package/package.json +1 -1
package/dist/styles.css CHANGED
@@ -1423,7 +1423,6 @@
1423
1423
  position: relative;
1424
1424
  display: block;
1425
1425
  width: 100%;
1426
- height: 100%;
1427
1426
  -webkit-user-select: none;
1428
1427
  -moz-user-select: none;
1429
1428
  user-select: none;
@@ -2711,7 +2710,6 @@
2711
2710
  .card-carousel-module-JXQmk {
2712
2711
  display: flex;
2713
2712
  width: 100%;
2714
- height: 100%;
2715
2713
  flex-direction: column;
2716
2714
  gap: var(--space-24);
2717
2715
  }
@@ -2726,7 +2724,6 @@
2726
2724
  --padding: var(--space-16);
2727
2725
 
2728
2726
  width: calc(100% + (2 * var(--padding)));
2729
- height: 100%;
2730
2727
  padding: var(--padding);
2731
2728
  margin-top: calc(var(--padding) * -1);
2732
2729
  margin-bottom: calc(var(--padding) * -1);
@@ -5317,7 +5314,6 @@ button.swiper-pagination-bullet {
5317
5314
  --card-width: 154px;
5318
5315
 
5319
5316
  overflow: hidden;
5320
- height: 100%;
5321
5317
  padding-top: 32px;
5322
5318
  margin-top: -32px;
5323
5319
  gap: var(--column-gap);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sonic-equipment/ui",
3
- "version": "0.0.95",
3
+ "version": "0.0.96",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "engines": {