@ship-ui/core 0.15.31 → 0.15.32

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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@ship-ui/core",
3
3
  "license": "MIT",
4
- "version": "0.15.31",
4
+ "version": "0.15.32",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=19",
7
7
  "@angular/core": ">=19"
@@ -128,7 +128,9 @@ $shipButtonGroup: true !default;
128
128
  left: anchor(left);
129
129
  right: anchor(right);
130
130
  position-anchor: var(--btng-id);
131
- transition: all 0.175s ease-out;
131
+ transition:
132
+ left 0.175s ease-out,
133
+ right 0.175s ease-out;
132
134
  border-radius: var(--btng-s-a);
133
135
  }
134
136
 
@@ -61,11 +61,6 @@ $shipToggleCard: true !default;
61
61
  padding: p2r(0 16);
62
62
  min-height: 0;
63
63
  overflow: hidden;
64
- // overflow: hidden;
65
- // max-height: 0;
66
- // transition:
67
- // max-height 250ms linear,
68
- // padding 250ms linear;
69
64
  }
70
65
  }
71
66
  }