anentrypoint-design 0.0.313 → 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
@@ -241,11 +241,15 @@ body.canvas-host { background: transparent !important; }
241
241
  .app-topbar nav a { flex: 0 0 auto; }
242
242
  .app-topbar nav a {
243
243
  color: var(--fg-2);
244
- padding: 12px 14px;
245
- min-height: 44px;
244
+ /* Dense desktop chrome (was a 44px pill with 12px 14px pad — marketing-scale
245
+ touch target in the top bar). Matches the .app-side a treatment: ~34px,
246
+ --r-1 rounded rect, tighter padding. The 44px tap target is restored under
247
+ @media(pointer:coarse) (the existing .app-topbar nav a rule further down). */
248
+ padding: var(--space-2) var(--space-2-5);
249
+ min-height: 34px;
246
250
  display: flex;
247
251
  align-items: center;
248
- border-radius: var(--r-pill);
252
+ border-radius: var(--r-1);
249
253
  transition: background var(--dur-snap) var(--ease), color var(--dur-snap) var(--ease);
250
254
  }
251
255
  .app-topbar nav a:hover { background: var(--bg-2); color: var(--fg); }
@@ -273,8 +277,13 @@ body.canvas-host { background: transparent !important; }
273
277
  .brand .slash { color: var(--accent-ink); font-weight: 700; margin: 0 3px; }
274
278
 
275
279
  .app-search {
276
- display: inline-flex; align-items: center; gap: 10px;
277
- 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);
278
287
  border-radius: var(--r-pill);
279
288
  font-size: var(--fs-sm); color: var(--fg-3);
280
289
  max-width: 360px;
@@ -1166,7 +1175,9 @@ table tr.clickable:focus-visible td { background: var(--bg-2); }
1166
1175
  }
1167
1176
  .ds-barchart-label { font-size: var(--fs-sm); color: var(--fg-2); }
1168
1177
  .ds-barchart-track {
1169
- 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);
1170
1181
  background: var(--bg-3); overflow: hidden;
1171
1182
  }
1172
1183
  .ds-barchart-fill {
package/dist/247420.css CHANGED
@@ -793,11 +793,15 @@
793
793
  .ds-247420 .app-topbar nav a { flex: 0 0 auto; }
794
794
  .ds-247420 .app-topbar nav a {
795
795
  color: var(--fg-2);
796
- padding: 12px 14px;
797
- min-height: 44px;
796
+ /* Dense desktop chrome (was a 44px pill with 12px 14px pad — marketing-scale
797
+ touch target in the top bar). Matches the .app-side a treatment: ~34px,
798
+ --r-1 rounded rect, tighter padding. The 44px tap target is restored under
799
+ @media(pointer:coarse) (the existing .app-topbar nav a rule further down). */
800
+ padding: var(--space-2) var(--space-2-5);
801
+ min-height: 34px;
798
802
  display: flex;
799
803
  align-items: center;
800
- border-radius: var(--r-pill);
804
+ border-radius: var(--r-1);
801
805
  transition: background var(--dur-snap) var(--ease), color var(--dur-snap) var(--ease);
802
806
  }
803
807
  .ds-247420 .app-topbar nav a:hover { background: var(--bg-2); color: var(--fg); }
@@ -825,8 +829,13 @@
825
829
  .ds-247420 .brand .slash { color: var(--accent-ink); font-weight: 700; margin: 0 3px; }
826
830
 
827
831
  .ds-247420 .app-search {
828
- display: inline-flex; align-items: center; gap: 10px;
829
- 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);
830
839
  border-radius: var(--r-pill);
831
840
  font-size: var(--fs-sm); color: var(--fg-3);
832
841
  max-width: 360px;
@@ -1718,7 +1727,9 @@
1718
1727
  }
1719
1728
  .ds-247420 .ds-barchart-label { font-size: var(--fs-sm); color: var(--fg-2); }
1720
1729
  .ds-247420 .ds-barchart-track {
1721
- 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);
1722
1733
  background: var(--bg-3); overflow: hidden;
1723
1734
  }
1724
1735
  .ds-247420 .ds-barchart-fill {
@@ -8990,8 +9001,8 @@
8990
9001
  color: var(--panel-text, var(--fg-text));
8991
9002
  border: 1px solid var(--rule);
8992
9003
  border-radius: var(--r-1, 6px);
8993
- padding: 6px 10px;
8994
- font-size: 12px;
9004
+ padding: var(--space-1-75) var(--space-2-5);
9005
+ font-size: var(--fs-micro);
8995
9006
  line-height: 1.4;
8996
9007
  max-width: 280px;
8997
9008
  box-shadow: var(--shadow-3);
@@ -9034,8 +9045,12 @@
9034
9045
  .ds-247420 .ds-dropdown-list { display: flex; flex-direction: column; }
9035
9046
  .ds-247420 .ds-dropdown-item {
9036
9047
  display: flex; align-items: center; gap: 8px;
9037
- min-height: 44px;
9038
- padding: 8px 12px;
9048
+ /* Dense desktop row (was an unconditional 44px touch target — a menu of
9049
+ these was very tall on desktop). ~30px here; the 44px tap target is
9050
+ restored under @media(pointer:coarse) below, matching the .ds-check-row
9051
+ treatment. */
9052
+ min-height: 30px;
9053
+ padding: var(--space-1-5) var(--space-2-75);
9039
9054
  background: transparent; border: 0;
9040
9055
  color: inherit; font: inherit; text-align: left;
9041
9056
  border-radius: var(--r-1, 4px);
@@ -9046,6 +9061,9 @@
9046
9061
  background: var(--panel-2, var(--rule));
9047
9062
  outline: none;
9048
9063
  }
9064
+ @media (pointer: coarse) {
9065
+ .ds-247420 .ds-dropdown-item { min-height: 44px; padding: var(--space-2) var(--space-3); }
9066
+ }
9049
9067
  .ds-247420 .ds-dropdown-item:focus-visible {
9050
9068
  outline: var(--focus-w) solid var(--focus-color);
9051
9069
  outline-offset: calc(var(--focus-offset) * -1);