@ship-ui/core 0.16.14 → 0.16.15

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.14",
4
+ "version": "0.16.15",
5
5
  "peerDependencies": {
6
6
  "@angular/common": ">=20",
7
7
  "@angular/core": ">=20"
@@ -154,13 +154,14 @@ $shipTable: true !default;
154
154
  }
155
155
 
156
156
  .actionbar {
157
- /* 1. Set up the layout */
158
157
  display: grid;
159
158
  grid-column: 1 / -1;
160
159
  align-items: start;
161
160
  gap: p2r(8);
162
161
  grid-template-rows: 1fr;
163
- padding: p2r(8 0);
162
+ grid-auto-flow: column;
163
+ grid-auto-columns: max-content;
164
+ padding: p2r(8);
164
165
  border: 1px solid var(--base-4);
165
166
  border-width: p2r(1 0);
166
167
  opacity: 1;