anentrypoint-design 0.0.474 → 0.0.476

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.
@@ -201,8 +201,8 @@
201
201
  --fs-body: 16px;
202
202
  --fs-lg: 18px;
203
203
  --fs-xl: 21px;
204
- --fs-h4: clamp(19px, 1.8cqi, 24px);
205
- --fs-h3: clamp(22px, 2.4cqi, 30px);
204
+ --fs-h4: clamp(22px, 2cqi, 26px);
205
+ --fs-h3: clamp(25px, 2.6cqi, 34px);
206
206
  --fs-h2: clamp(28px, 3.6cqi, 44px);
207
207
  --fs-h1: clamp(34px, 5cqi, 64px);
208
208
  --fs-hero: clamp(42px, 7cqi, 96px);
package/dist/247420.css CHANGED
@@ -203,8 +203,8 @@
203
203
  --fs-body: 16px;
204
204
  --fs-lg: 18px;
205
205
  --fs-xl: 21px;
206
- --fs-h4: clamp(19px, 1.8cqi, 24px);
207
- --fs-h3: clamp(22px, 2.4cqi, 30px);
206
+ --fs-h4: clamp(22px, 2cqi, 26px);
207
+ --fs-h3: clamp(25px, 2.6cqi, 34px);
208
208
  --fs-h2: clamp(28px, 3.6cqi, 44px);
209
209
  --fs-h1: clamp(34px, 5cqi, 64px);
210
210
  --fs-hero: clamp(42px, 7cqi, 96px);
@@ -2461,8 +2461,7 @@
2461
2461
  .ds-247420 .app .row.ds-changelog-row { grid-template-columns: minmax(70px, 10ch) minmax(0, 1fr) !important; }
2462
2462
  .ds-247420 .ds-changelog-row .title { grid-column: 1 / -1; }
2463
2463
 
2464
- /* Buttons */
2465
- .ds-247420 .btn, .ds-247420 .btn-primary, .ds-247420 .btn-ghost {
2464
+ .ds-247420 .btn:not(.btn-sm):not(.btn-lg), .ds-247420 .btn-primary:not(.btn-sm):not(.btn-lg), .ds-247420 .btn-ghost:not(.btn-sm):not(.btn-lg) {
2466
2465
  /* 11px vertical is optical, not scale drift: --space-2-75 (12) would tip
2467
2466
  the intrinsic box past the 44px min-height floor below and make the
2468
2467
  floor dead, changing the mobile button rhythm. */
@@ -2628,8 +2627,7 @@
2628
2627
  gap: var(--space-3);
2629
2628
  }
2630
2629
 
2631
- /* Buttons */
2632
- .ds-247420 .btn, .ds-247420 .btn-primary, .ds-247420 .btn-ghost {
2630
+ .ds-247420 .btn:not(.btn-sm):not(.btn-lg), .ds-247420 .btn-primary:not(.btn-sm):not(.btn-lg), .ds-247420 .btn-ghost:not(.btn-sm):not(.btn-lg) {
2633
2631
  /* 18px inline has no tier (--space-3 is 16, --space-3-5 is 20); it is the
2634
2632
  tablet CTA width tuned against the 12px vertical, so snapping changes
2635
2633
  the button aspect on the most visible control in the kit. */
@@ -4603,7 +4601,11 @@
4603
4601
  width: 100%; height: 0; border: 0;
4604
4602
  }
4605
4603
  .ds-247420 hr.rule { border-top: 1px solid var(--rule); }
4606
- .ds-247420 hr.rule-double { border-top: 4px double var(--rule-strong); }
4604
+ .ds-247420 hr.rule-double {
4605
+ height: 3px;
4606
+ border-top: 1px solid var(--rule-strong);
4607
+ border-bottom: 1px solid var(--rule-strong);
4608
+ }
4607
4609
  /* 1px was indistinguishable from .rule -- border-style:dotted needs enough
4608
4610
  width to actually draw a gap between dots; below ~2px (esp. at DPRs where
4609
4611
  1px resolves to a sub-pixel value like 0.8px) Chrome collapses it to a