@ship-ui/core 0.16.8 → 0.16.9

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.16.8",
4
+ "version": "0.16.9",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=20",
7
7
  "@angular/core": ">=20"
@@ -164,12 +164,10 @@ $shipMenu: true !default;
164
164
 
165
165
  button {
166
166
  display: flex;
167
- // flex-direction: column;
168
167
  justify-content: flex-start;
169
168
  align-items: center;
170
- // justify-content: center;
171
169
  text-align: left;
172
- // min-height: p2r(32);
170
+ min-height: p2r(32);
173
171
  height: min-content;
174
172
  margin: p2r(0 8);
175
173
  padding: p2r(4 8);
@@ -184,11 +182,6 @@ $shipMenu: true !default;
184
182
  transition: transform 125ms linear;
185
183
  transform: scale(1);
186
184
 
187
- // &.as-row,
188
- // &:has([suffix]) {
189
- // flex-direction: row;
190
- // }
191
-
192
185
  &:active {
193
186
  transform: scale(0.98);
194
187
  }