@ship-ui/core 0.16.5 → 0.16.7

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.5",
4
+ "version": "0.16.7",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=20",
7
7
  "@angular/core": ">=20"
@@ -160,10 +160,13 @@ $shipMenu: true !default;
160
160
 
161
161
  button {
162
162
  display: flex;
163
- flex-direction: column;
164
- justify-content: center;
163
+ // flex-direction: column;
164
+ justify-content: flex-start;
165
+ align-items: center;
166
+ // justify-content: center;
165
167
  text-align: left;
166
- min-height: p2r(32);
168
+ // min-height: p2r(32);
169
+ height: min-content;
167
170
  margin: p2r(0 8);
168
171
  padding: p2r(4 8);
169
172
  gap: p2r(0 8);
@@ -177,12 +180,10 @@ $shipMenu: true !default;
177
180
  transition: transform 125ms linear;
178
181
  transform: scale(1);
179
182
 
180
- &.as-row,
181
- &:has([suffix]) {
182
- justify-content: flex-start;
183
- align-items: center;
184
- flex-direction: row;
185
- }
183
+ // &.as-row,
184
+ // &:has([suffix]) {
185
+ // flex-direction: row;
186
+ // }
186
187
 
187
188
  &:active {
188
189
  transform: scale(0.98);