anentrypoint-design 0.0.314 → 0.0.315

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/app-shell.css CHANGED
@@ -277,8 +277,13 @@ body.canvas-host { background: transparent !important; }
277
277
  .brand .slash { color: var(--accent-ink); font-weight: 700; margin: 0 3px; }
278
278
 
279
279
  .app-search {
280
- display: inline-flex; align-items: center; gap: 10px;
281
- padding: 9px 16px; background: var(--bg-2);
280
+ display: inline-flex; align-items: center; gap: var(--space-2-5);
281
+ /* Snap to the single-line control ladder (--field-height == --ctl-md, 34px,
282
+ density-scaled) so the topbar search aligns with sibling topbar controls and
283
+ shrinks under [data-density]. Was raw 9px 16px padding off the ladder — the
284
+ one front-door input the control-height port missed. */
285
+ height: var(--field-height);
286
+ padding: 0 var(--space-3); background: var(--bg-2);
282
287
  border-radius: var(--r-pill);
283
288
  font-size: var(--fs-sm); color: var(--fg-3);
284
289
  max-width: 360px;
@@ -1170,7 +1175,9 @@ table tr.clickable:focus-visible td { background: var(--bg-2); }
1170
1175
  }
1171
1176
  .ds-barchart-label { font-size: var(--fs-sm); color: var(--fg-2); }
1172
1177
  .ds-barchart-track {
1173
- height: var(--space-2); border-radius: var(--r-pill);
1178
+ /* 6px unifies with the system's other bar tracks (.ds-upload-bar,
1179
+ .ds-bar-bg); was --space-2 (8px), the lone thicker slab in the bar family. */
1180
+ height: var(--space-1-75); border-radius: var(--r-pill);
1174
1181
  background: var(--bg-3); overflow: hidden;
1175
1182
  }
1176
1183
  .ds-barchart-fill {
package/dist/247420.css CHANGED
@@ -829,8 +829,13 @@
829
829
  .ds-247420 .brand .slash { color: var(--accent-ink); font-weight: 700; margin: 0 3px; }
830
830
 
831
831
  .ds-247420 .app-search {
832
- display: inline-flex; align-items: center; gap: 10px;
833
- padding: 9px 16px; background: var(--bg-2);
832
+ display: inline-flex; align-items: center; gap: var(--space-2-5);
833
+ /* Snap to the single-line control ladder (--field-height == --ctl-md, 34px,
834
+ density-scaled) so the topbar search aligns with sibling topbar controls and
835
+ shrinks under [data-density]. Was raw 9px 16px padding off the ladder — the
836
+ one front-door input the control-height port missed. */
837
+ height: var(--field-height);
838
+ padding: 0 var(--space-3); background: var(--bg-2);
834
839
  border-radius: var(--r-pill);
835
840
  font-size: var(--fs-sm); color: var(--fg-3);
836
841
  max-width: 360px;
@@ -1722,7 +1727,9 @@
1722
1727
  }
1723
1728
  .ds-247420 .ds-barchart-label { font-size: var(--fs-sm); color: var(--fg-2); }
1724
1729
  .ds-247420 .ds-barchart-track {
1725
- height: var(--space-2); border-radius: var(--r-pill);
1730
+ /* 6px unifies with the system's other bar tracks (.ds-upload-bar,
1731
+ .ds-bar-bg); was --space-2 (8px), the lone thicker slab in the bar family. */
1732
+ height: var(--space-1-75); border-radius: var(--r-pill);
1726
1733
  background: var(--bg-3); overflow: hidden;
1727
1734
  }
1728
1735
  .ds-247420 .ds-barchart-fill {
@@ -8994,8 +9001,8 @@
8994
9001
  color: var(--panel-text, var(--fg-text));
8995
9002
  border: 1px solid var(--rule);
8996
9003
  border-radius: var(--r-1, 6px);
8997
- padding: 6px 10px;
8998
- font-size: 12px;
9004
+ padding: var(--space-1-75) var(--space-2-5);
9005
+ font-size: var(--fs-micro);
8999
9006
  line-height: 1.4;
9000
9007
  max-width: 280px;
9001
9008
  box-shadow: var(--shadow-3);