@ship-ui/core 0.16.6 → 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.6",
4
+ "version": "0.16.7",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=20",
7
7
  "@angular/core": ">=20"
@@ -160,8 +160,10 @@ $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
168
  // min-height: p2r(32);
167
169
  height: min-content;
@@ -178,12 +180,10 @@ $shipMenu: true !default;
178
180
  transition: transform 125ms linear;
179
181
  transform: scale(1);
180
182
 
181
- &.as-row,
182
- &:has([suffix]) {
183
- justify-content: flex-start;
184
- align-items: center;
185
- flex-direction: row;
186
- }
183
+ // &.as-row,
184
+ // &:has([suffix]) {
185
+ // flex-direction: row;
186
+ // }
187
187
 
188
188
  &:active {
189
189
  transform: scale(0.98);