anentrypoint-design 0.0.482 → 0.0.484

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/dist/247420.css CHANGED
@@ -11246,7 +11246,7 @@
11246
11246
  /* Buttons inside the dense strip shrink to fit the 26px band. */
11247
11247
  .ds-247420 .ds-ep-statusbar button {
11248
11248
  min-height: 0; height: 20px; padding: 0 var(--space-2);
11249
- border-radius: var(--r-1, 4px);
11249
+ border-radius: var(--r-1, 8px);
11250
11250
  font: var(--fs-micro, 11px)/1 var(--ff-mono, monospace);
11251
11251
  }
11252
11252
 
@@ -11278,7 +11278,7 @@
11278
11278
  border: 1px solid var(--rule);
11279
11279
  color: var(--panel-text, var(--fg));
11280
11280
  padding: var(--space-1-5, 5px) var(--space-2-5, 10px);
11281
- border-radius: var(--r-1, 4px);
11281
+ border-radius: var(--r-1, 8px);
11282
11282
  font-size: var(--fs-tiny, 12px);
11283
11283
  font-family: inherit;
11284
11284
  }
@@ -11396,7 +11396,7 @@
11396
11396
  .ds-247420 .ds-ep-tree-row {
11397
11397
  display: flex; align-items: center; gap: var(--space-1-75);
11398
11398
  padding: var(--space-1) var(--space-2) var(--space-1) 0;
11399
- border-radius: var(--r-1, 10px);
11399
+ border-radius: var(--r-1, 8px);
11400
11400
  cursor: pointer;
11401
11401
  color: var(--panel-text-2);
11402
11402
  transition: background var(--dur-snap, 80ms) var(--ease, ease), color var(--dur-snap, 80ms) var(--ease, ease);
@@ -11458,7 +11458,7 @@
11458
11458
  background: var(--panel-2);
11459
11459
  color: var(--panel-text);
11460
11460
  border: 1px solid var(--rule);
11461
- border-radius: var(--r-1, 10px);
11461
+ border-radius: var(--r-1, 8px);
11462
11462
  padding: var(--space-1) var(--space-2);
11463
11463
  font: inherit;
11464
11464
  min-width: 0; width: 100%;
@@ -11499,7 +11499,7 @@
11499
11499
  .ds-247420 .ds-ep-propfield-value input,
11500
11500
  .ds-247420 .ds-ep-propfield-value .ds-input-bare {
11501
11501
  padding: var(--space-hair) var(--space-1-75);
11502
- border-radius: var(--r-1, 4px);
11502
+ border-radius: var(--r-1, 8px);
11503
11503
  font: var(--fs-tiny, 12px)/1.3 var(--ff-mono, monospace);
11504
11504
  }
11505
11505
  .ds-247420 .ds-input-bare {
@@ -11507,7 +11507,7 @@
11507
11507
  background: var(--panel-2);
11508
11508
  color: var(--panel-text);
11509
11509
  border: 1px solid var(--rule);
11510
- border-radius: var(--r-1, 4px);
11510
+ border-radius: var(--r-1, 8px);
11511
11511
  padding: var(--space-hair) var(--space-1-75);
11512
11512
  font: var(--fs-tiny, 12px)/1.3 var(--ff-mono, monospace);
11513
11513
  min-width: 0;
@@ -11549,7 +11549,7 @@
11549
11549
  border: 1px solid transparent;
11550
11550
  color: inherit; font: inherit;
11551
11551
  width: 100%;
11552
- border-radius: var(--r-1, 4px);
11552
+ border-radius: var(--r-1, 8px);
11553
11553
  padding: var(--space-hair, 2px) var(--space-1, 4px);
11554
11554
  }
11555
11555
  .ds-247420 .ds-ep-inline-input.ds-ep-inline-input:focus-visible {
@@ -11576,7 +11576,7 @@
11576
11576
  width: 100%;
11577
11577
  /* Snapped to --ctl-sm (was a lone 28px literal that happened to match). */
11578
11578
  min-height: var(--ctl-sm); height: var(--ctl-sm); padding: 0 var(--space-2-5);
11579
- border-radius: var(--r-1, 4px);
11579
+ border-radius: var(--r-1, 8px);
11580
11580
  font: var(--fs-tiny, 12px)/1 var(--ff-mono, monospace);
11581
11581
  }
11582
11582
 
@@ -11586,7 +11586,7 @@
11586
11586
  .ds-247420 .ds-ep-tree-row button:not(.ds-ep-btngrp-btn),
11587
11587
  .ds-247420 .ds-ep-toolbar button:not(.ds-ep-btngrp-btn) {
11588
11588
  min-height: 24px; height: 24px; padding: 0 var(--space-2);
11589
- border-radius: var(--r-1, 4px);
11589
+ border-radius: var(--r-1, 8px);
11590
11590
  font: var(--fs-tiny, 12px)/1 var(--ff-mono, monospace);
11591
11591
  }
11592
11592
  @media (pointer: coarse) {
@@ -11613,7 +11613,7 @@
11613
11613
  border: 1px solid var(--rule);
11614
11614
  color: var(--panel-text, var(--fg));
11615
11615
  padding: var(--space-half, 3px) var(--space-2-5, 10px);
11616
- border-radius: var(--r-1, 4px);
11616
+ border-radius: var(--r-1, 8px);
11617
11617
  font: inherit;
11618
11618
  }
11619
11619
  .ds-247420 .ds-ep-pager-btn:hover:not([disabled]) { background: color-mix(in oklab, var(--accent) 10%, transparent); }
@@ -11631,7 +11631,7 @@
11631
11631
  computed to 23px -- just under the target floor. */
11632
11632
  min-width: max(24px, 1.75em);
11633
11633
  padding: var(--space-half, 3px) var(--space-1, 4px);
11634
- border-radius: var(--r-1, 4px);
11634
+ border-radius: var(--r-1, 8px);
11635
11635
  font: inherit;
11636
11636
  text-align: center;
11637
11637
  }
@@ -11710,7 +11710,7 @@
11710
11710
  background: var(--panel-2, var(--bg-2));
11711
11711
  color: var(--panel-text, var(--fg));
11712
11712
  padding: var(--space-2, 8px);
11713
- border-radius: var(--r-1, var(--r-2, 4px));
11713
+ border-radius: var(--r-1, 8px);
11714
11714
  max-height: 300px;
11715
11715
  overflow-y: auto;
11716
11716
  margin: 0;
@@ -11738,7 +11738,7 @@
11738
11738
  .ds-247420 .ds-ep-json-sum {
11739
11739
  cursor: pointer; user-select: none;
11740
11740
  list-style: none;
11741
- border-radius: var(--r-1, 4px);
11741
+ border-radius: var(--r-1, 8px);
11742
11742
  }
11743
11743
  .ds-247420 .ds-ep-json-sum::-webkit-details-marker { display: none; }
11744
11744
  .ds-247420 .ds-ep-json-sum::before {
@@ -11768,7 +11768,7 @@
11768
11768
  color: var(--panel-text-2, var(--fg-2));
11769
11769
  font: var(--fs-micro, 11px)/1 var(--ff-mono, monospace);
11770
11770
  padding: var(--space-half, 3px) var(--space-2, 8px);
11771
- border-radius: var(--r-1, 4px);
11771
+ border-radius: var(--r-1, 8px);
11772
11772
  opacity: 0.75;
11773
11773
  }
11774
11774
  .ds-247420 .ds-ep-json-copy:hover { opacity: 1; border-color: var(--accent); }
@@ -11815,7 +11815,7 @@
11815
11815
  .ds-247420 .ds-ep-btngrp {
11816
11816
  display: inline-flex;
11817
11817
  border: 1px solid var(--rule);
11818
- border-radius: var(--r-1, 10px);
11818
+ border-radius: var(--r-1, 8px);
11819
11819
  overflow: hidden;
11820
11820
  background: var(--panel-2);
11821
11821
  }
@@ -11902,7 +11902,7 @@
11902
11902
  padding: var(--space-2) var(--space-2-5);
11903
11903
  background: transparent; border: 0;
11904
11904
  color: inherit; font: inherit; text-align: left;
11905
- border-radius: var(--r-1, 4px);
11905
+ border-radius: var(--r-1, 8px);
11906
11906
  cursor: pointer;
11907
11907
  }
11908
11908
  .ds-247420 .ds-ep-ctxmenu-item:hover:not(.disabled),
@@ -11977,7 +11977,7 @@
11977
11977
  min-height: var(--ctl-sm); padding: 0 var(--space-3);
11978
11978
  display: inline-flex; align-items: center; justify-content: center;
11979
11979
  border: 1px solid var(--rule);
11980
- border-radius: var(--r-1, 6px);
11980
+ border-radius: var(--r-1, 8px);
11981
11981
  background: var(--panel-2, transparent);
11982
11982
  color: inherit; font: inherit; cursor: pointer;
11983
11983
  }
@@ -12014,7 +12014,7 @@
12014
12014
  .kind-error below recolour border-left-color and nothing else. Do not
12015
12015
  demote to a hairline; that would erase the status signal. */
12016
12016
  border-left: var(--bw-chunk) solid var(--accent);
12017
- border-radius: var(--r-1, 6px);
12017
+ border-radius: var(--r-1, 8px);
12018
12018
  padding: var(--space-2) var(--space-2-75);
12019
12019
  box-shadow: var(--shadow-3);
12020
12020
  min-width: 220px; max-width: 360px;
@@ -12037,7 +12037,7 @@
12037
12037
  font: inherit;
12038
12038
  font-weight: 600;
12039
12039
  padding: var(--space-1) var(--space-1-75);
12040
- border-radius: var(--r-1, 6px);
12040
+ border-radius: var(--r-1, 8px);
12041
12041
  cursor: pointer;
12042
12042
  }
12043
12043
  .ds-247420 .ds-ep-toast-action:hover { background: var(--panel-2, var(--panel-bg)); }
@@ -12240,7 +12240,7 @@
12240
12240
  background: var(--panel-1, var(--panel-bg));
12241
12241
  color: var(--panel-text, var(--fg-text));
12242
12242
  border: 1px solid var(--rule);
12243
- border-radius: var(--r-1, 6px);
12243
+ border-radius: var(--r-1, 8px);
12244
12244
  padding: var(--space-1-75) var(--space-2-5);
12245
12245
  font-size: var(--fs-micro);
12246
12246
  line-height: 1.4;
@@ -12293,7 +12293,7 @@
12293
12293
  padding: var(--space-1-5) var(--space-2-75);
12294
12294
  background: transparent; border: 0;
12295
12295
  color: inherit; font: inherit; text-align: left;
12296
- border-radius: var(--r-1, 4px);
12296
+ border-radius: var(--r-1, 8px);
12297
12297
  cursor: pointer;
12298
12298
  }
12299
12299
  .ds-247420 .ds-dropdown-item:hover,
@@ -12322,7 +12322,7 @@
12322
12322
  background: var(--panel-2, transparent);
12323
12323
  color: inherit; font: inherit;
12324
12324
  border: 1px solid var(--rule);
12325
- border-radius: var(--r-1, 6px);
12325
+ border-radius: var(--r-1, 8px);
12326
12326
  padding: 0 var(--space-2-75);
12327
12327
  cursor: pointer;
12328
12328
  /* Snapped to the --ctl-sm rung so this small control shares the height
@@ -12345,7 +12345,7 @@
12345
12345
  padding: var(--space-1-5) var(--space-2-75);
12346
12346
  background: transparent; border: 0;
12347
12347
  color: inherit; font: inherit; text-align: left;
12348
- border-radius: var(--r-1, 4px);
12348
+ border-radius: var(--r-1, 8px);
12349
12349
  cursor: pointer;
12350
12350
  width: 100%;
12351
12351
  }
@@ -12372,7 +12372,7 @@
12372
12372
  }
12373
12373
  .ds-247420 .ov-menubutton-retry {
12374
12374
  appearance: none; background: transparent; border: 1px solid var(--rule);
12375
- border-radius: var(--r-1, 4px); color: inherit; font: inherit; font-size: var(--fs-sm);
12375
+ border-radius: var(--r-1, 8px); color: inherit; font: inherit; font-size: var(--fs-sm);
12376
12376
  padding: var(--space-hair) var(--space-1-5); cursor: pointer;
12377
12377
  }
12378
12378
  .ds-247420 .ov-menubutton-retry:hover, .ds-247420 .ov-menubutton-retry:focus-visible { background: var(--panel-2, var(--rule)); outline: none; }
@@ -12381,7 +12381,7 @@
12381
12381
  background: var(--panel-2, transparent);
12382
12382
  color: inherit; font: inherit;
12383
12383
  border: 1px solid var(--rule);
12384
- border-radius: var(--r-1, 6px);
12384
+ border-radius: var(--r-1, 8px);
12385
12385
  padding: 0 var(--space-2-75);
12386
12386
  cursor: pointer;
12387
12387
  min-height: var(--ctl-sm); height: var(--ctl-sm);
@@ -12399,7 +12399,7 @@
12399
12399
  .ds-247420 .ds-ep-diagnostics-title { margin: 0; font-size: var(--fs-lg); }
12400
12400
  .ds-247420 .ds-ep-diagnostics-refresh {
12401
12401
  appearance: none; background: var(--panel-2, transparent); color: inherit; font: inherit;
12402
- border: 1px solid var(--rule); border-radius: var(--r-1, 6px);
12402
+ border: 1px solid var(--rule); border-radius: var(--r-1, 8px);
12403
12403
  padding: var(--space-1) var(--space-2-75); cursor: pointer;
12404
12404
  }
12405
12405
  .ds-247420 .ds-ep-diagnostics-refresh:disabled { opacity: 0.6; cursor: not-allowed; }
@@ -12421,7 +12421,7 @@
12421
12421
  .ds-247420 .ds-reorderable-horizontal { flex-direction: row; }
12422
12422
  .ds-247420 .ds-reorder-item {
12423
12423
  display: flex; align-items: center; gap: var(--space-2, 8px);
12424
- padding: var(--space-1, 4px); border-radius: var(--r-1, 10px);
12424
+ padding: var(--space-1, 4px); border-radius: var(--r-1, 8px);
12425
12425
  background: var(--panel-1); color: var(--panel-text);
12426
12426
  transition: transform var(--dur-snap, 120ms) var(--ease, ease), opacity var(--dur-snap, 120ms) var(--ease, ease);
12427
12427
  }
@@ -12429,7 +12429,7 @@
12429
12429
  min-width: 44px; min-height: 44px;
12430
12430
  display: inline-flex; align-items: center; justify-content: center;
12431
12431
  appearance: none; background: transparent; color: var(--panel-text-2, var(--panel-text));
12432
- border: 0; border-radius: var(--r-1, 10px);
12432
+ border: 0; border-radius: var(--r-1, 8px);
12433
12433
  cursor: grab; font: 14px/1 var(--ff-mono, monospace); letter-spacing: -2px;
12434
12434
  touch-action: none; user-select: none;
12435
12435
  }
@@ -12453,7 +12453,7 @@
12453
12453
  display: inline-block; font: 0.85em/1 var(--ff-mono, monospace);
12454
12454
  padding: var(--space-1, 4px) calc(var(--space-1, 4px) * 1.5);
12455
12455
  border: 1px solid var(--rule, var(--panel-text-3));
12456
- border-radius: var(--r-1, 10px);
12456
+ border-radius: var(--r-1, 8px);
12457
12457
  background: var(--panel-2, var(--panel-1)); color: var(--panel-text);
12458
12458
  }
12459
12459
  .ds-247420 .ds-kbd-group { margin: var(--space-3, 16px) 0; }
@@ -12507,7 +12507,7 @@
12507
12507
  padding: var(--space-2, 8px) var(--space-3, 16px);
12508
12508
  background: transparent; border: 0;
12509
12509
  color: var(--fg); font: inherit; text-align: left;
12510
- border-radius: var(--r-1, 10px); cursor: pointer;
12510
+ border-radius: var(--r-1, 8px); cursor: pointer;
12511
12511
  }
12512
12512
  .ds-247420 .ov-cmd-item:hover { background: var(--panel-2, var(--rule)); }
12513
12513
  .ds-247420 .ov-cmd-item.is-active { background: var(--accent); color: var(--accent-fg); }
@@ -12538,7 +12538,7 @@
12538
12538
  .ds-247420 .ov-emoji-search {
12539
12539
  flex-shrink: 0; margin: var(--space-2, 8px); margin-bottom: 0;
12540
12540
  padding: var(--space-1-5, 6px) var(--space-2, 8px);
12541
- border: 1px solid var(--rule); border-radius: var(--r-1, 10px);
12541
+ border: 1px solid var(--rule); border-radius: var(--r-1, 8px);
12542
12542
  background: var(--bg-1, var(--bg-3)); color: var(--fg);
12543
12543
  font: inherit; font-size: var(--fs-sm, 13px);
12544
12544
  }
@@ -12560,7 +12560,7 @@
12560
12560
  .ds-247420 .ov-emoji-cell {
12561
12561
  appearance: none; border: 0; background: transparent;
12562
12562
  aspect-ratio: 1; font-size: var(--fs-lg, 18px);
12563
- border-radius: var(--r-1, 10px); cursor: pointer;
12563
+ border-radius: var(--r-1, 8px); cursor: pointer;
12564
12564
  display: inline-flex; align-items: center; justify-content: center;
12565
12565
  }
12566
12566
  .ds-247420 .ov-emoji-cell:hover, .ds-247420 .ov-emoji-cell:focus-visible {
@@ -12650,7 +12650,7 @@
12650
12650
  .ds-247420 .ov-set-control {
12651
12651
  appearance: none; flex-shrink: 0; max-width: 55%;
12652
12652
  background: var(--bg-3); color: var(--fg);
12653
- border: 1px solid var(--rule); border-radius: var(--r-1, 10px);
12653
+ border: 1px solid var(--rule); border-radius: var(--r-1, 8px);
12654
12654
  padding: var(--space-1, 4px) var(--space-2, 8px); font: inherit;
12655
12655
  }
12656
12656
  .ds-247420 .ov-set-control:focus-visible { outline: var(--focus-w) solid var(--focus-color); outline-offset: 1px; border-color: var(--accent-ink); }
@@ -12659,7 +12659,7 @@
12659
12659
  .ds-247420 .ov-set-btn {
12660
12660
  width: 100%; appearance: none; cursor: pointer;
12661
12661
  background: var(--accent); color: var(--accent-fg);
12662
- border: 0; border-radius: var(--r-1, 10px);
12662
+ border: 0; border-radius: var(--r-1, 8px);
12663
12663
  padding: var(--space-2, 8px); font: inherit;
12664
12664
  }
12665
12665
 
@@ -12745,7 +12745,7 @@
12745
12745
  .ds-247420 .ds-input-color {
12746
12746
  appearance: none; -webkit-appearance: none;
12747
12747
  width: 28px; height: 22px; padding: 0;
12748
- border: 1px solid var(--rule); border-radius: var(--r-1, 4px);
12748
+ border: 1px solid var(--rule); border-radius: var(--r-1, 8px);
12749
12749
  background: var(--panel-2); cursor: pointer; flex-shrink: 0;
12750
12750
  }
12751
12751
  .ds-247420 .ds-input-color::-webkit-color-swatch-wrapper { padding: var(--space-hair); }
@@ -12754,7 +12754,7 @@
12754
12754
  .ds-247420 .ds-input-check {
12755
12755
  appearance: none; -webkit-appearance: none;
12756
12756
  width: 16px; height: 16px; flex-shrink: 0;
12757
- border: 1px solid var(--rule); border-radius: var(--r-1, 4px);
12757
+ border: 1px solid var(--rule); border-radius: var(--r-1, 8px);
12758
12758
  background: var(--panel-2); cursor: pointer; position: relative;
12759
12759
  }
12760
12760
  .ds-247420 .ds-input-check:checked { background: var(--accent); border-color: var(--accent); }
@@ -12840,7 +12840,7 @@
12840
12840
  /* Collapse / CollapseGroup — progressive-disclosure toggle panel. */
12841
12841
  .ds-247420 .ds-ep-collapse {
12842
12842
  border: 1px solid var(--rule);
12843
- border-radius: var(--r-1, 4px);
12843
+ border-radius: var(--r-1, 8px);
12844
12844
  background: var(--panel-2, var(--bg-2));
12845
12845
  }
12846
12846
  .ds-247420 .ds-ep-collapse + .ds-ep-collapse { margin-top: var(--space-1, 4px); }
@@ -12903,7 +12903,7 @@
12903
12903
  padding: var(--space-2, 8px) var(--space-3, 16px);
12904
12904
  background: transparent; border: 0;
12905
12905
  color: var(--fg); font: inherit; text-align: left;
12906
- border-radius: var(--r-1, 10px); cursor: pointer;
12906
+ border-radius: var(--r-1, 8px); cursor: pointer;
12907
12907
  }
12908
12908
  .ds-247420 .ov-perm-item:hover { background: var(--panel-2, var(--rule)); }
12909
12909
  .ds-247420 .ov-perm-item[aria-checked="true"] { color: var(--accent-ink); }
@@ -12918,7 +12918,7 @@
12918
12918
  .ds-247420 .ov-perm-action {
12919
12919
  flex: 1; appearance: none; border: 1px solid var(--rule); background: transparent;
12920
12920
  color: var(--fg-2); font: inherit; font-size: var(--fs-tiny, 12px);
12921
- padding: var(--space-1) var(--space-2); border-radius: var(--r-1, 10px); cursor: pointer;
12921
+ padding: var(--space-1) var(--space-2); border-radius: var(--r-1, 8px); cursor: pointer;
12922
12922
  }
12923
12923
  .ds-247420 .ov-perm-action:hover { background: var(--panel-2, var(--rule)); }
12924
12924
 
@@ -12941,14 +12941,14 @@
12941
12941
  .ds-247420 .ov-approval-cat { color: var(--fg-3); font-weight: 400; }
12942
12942
  .ds-247420 .ov-approval-args {
12943
12943
  margin: 0; padding: var(--space-2, 8px);
12944
- background: var(--panel-2, var(--rule)); border-radius: var(--r-1, 10px);
12944
+ background: var(--panel-2, var(--rule)); border-radius: var(--r-1, 8px);
12945
12945
  font: var(--fs-tiny, 12px)/1.4 var(--ff-mono, monospace);
12946
12946
  color: var(--fg-3); max-height: 100px; overflow: auto; white-space: pre-wrap; word-break: break-all;
12947
12947
  }
12948
12948
  .ds-247420 .ov-approval-note {
12949
12949
  width: 100%; min-height: 48px; resize: vertical;
12950
12950
  padding: var(--space-2, 8px) var(--space-2-75, 12px);
12951
- border: var(--bw-hair) solid var(--rule); border-radius: var(--r-1, 10px);
12951
+ border: var(--bw-hair) solid var(--rule); border-radius: var(--r-1, 8px);
12952
12952
  background: var(--bg); color: var(--fg); font: inherit; box-sizing: border-box;
12953
12953
  }
12954
12954
  .ds-247420 .ov-approval-note:focus-visible { outline: 2px solid var(--accent-ink); outline-offset: 2px; }