@ship-ui/core 0.17.12 → 0.17.14

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.17.12",
4
+ "version": "0.17.14",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=20",
7
7
  "@angular/core": ">=20",
@@ -167,7 +167,7 @@ $shipMenu: true !default;
167
167
  justify-content: flex-start;
168
168
  align-items: center;
169
169
  text-align: left;
170
- min-height: p2r(32);
170
+ // min-height: p2r(32);
171
171
  height: min-content;
172
172
  margin: p2r(0 8);
173
173
  padding: p2r(4 8);