@ship-ui/core 0.16.6 → 0.16.8

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.8",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=20",
7
7
  "@angular/core": ">=20"
@@ -31,7 +31,6 @@ $shipButtonShadow: false !default;
31
31
  vertical-align: middle;
32
32
  text-decoration: none;
33
33
  height: var(--btn-h);
34
- min-width: var(--btn-h);
35
34
  box-shadow: var(--btn-bs);
36
35
  font: var(--btn-f);
37
36
 
@@ -91,6 +91,10 @@ $shipMenu: true !default;
91
91
  padding: 0;
92
92
  }
93
93
 
94
+ .popover-content {
95
+ overflow: hidden;
96
+ }
97
+
94
98
  .form-field-wrap {
95
99
  sh-form-field {
96
100
  z-index: 10;
@@ -160,8 +164,10 @@ $shipMenu: true !default;
160
164
 
161
165
  button {
162
166
  display: flex;
163
- flex-direction: column;
164
- justify-content: center;
167
+ // flex-direction: column;
168
+ justify-content: flex-start;
169
+ align-items: center;
170
+ // justify-content: center;
165
171
  text-align: left;
166
172
  // min-height: p2r(32);
167
173
  height: min-content;
@@ -178,12 +184,10 @@ $shipMenu: true !default;
178
184
  transition: transform 125ms linear;
179
185
  transform: scale(1);
180
186
 
181
- &.as-row,
182
- &:has([suffix]) {
183
- justify-content: flex-start;
184
- align-items: center;
185
- flex-direction: row;
186
- }
187
+ // &.as-row,
188
+ // &:has([suffix]) {
189
+ // flex-direction: row;
190
+ // }
187
191
 
188
192
  &:active {
189
193
  transform: scale(0.98);