@ship-ui/core 0.15.13 → 0.15.14

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.15.13",
4
+ "version": "0.15.14",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=19",
7
7
  "@angular/core": ">=19"
@@ -271,6 +271,7 @@ $shipFormFieldShadow: false !default;
271
271
  &[type='time'] {
272
272
  appearance: textfield;
273
273
  text-align: center;
274
+ line-height: p2r(16);
274
275
 
275
276
  &::-webkit-calendar-picker-indicator {
276
277
  appearance: none;