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