@ship-ui/core 0.13.22 → 0.13.23

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.13.22",
4
+ "version": "0.13.23",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=19",
7
7
  "@angular/core": ">=19"
@@ -105,7 +105,7 @@ $shipSelect: false !default;
105
105
  align-items: center;
106
106
  min-height: var(--select-option-mih);
107
107
  margin: p2r(0 8);
108
- padding: p2r(0 8);
108
+ padding: p2r(8);
109
109
  gap: p2r(8);
110
110
  width: calc(100% - #{p2r(16)});
111
111
  border-radius: var(--shape-2);