anentrypoint-design 0.0.215 → 0.0.216

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
@@ -44,12 +44,12 @@ body {
44
44
  ::selection { background: color-mix(in oklab, var(--accent) 24%, var(--bg-2)); color: var(--fg); }
45
45
 
46
46
  /* Every root has a CQ container so fluid type can resolve to a meaningful inline-size. */
47
- .app, [class*="kit-"], .ds-stage {
47
+ .app, .ds-stage {
48
48
  container-type: inline-size;
49
49
  overflow-x: clip;
50
50
  min-width: 0;
51
51
  }
52
- .app *, [class*="kit-"] * { min-width: 0; }
52
+ .app * { min-width: 0; }
53
53
 
54
54
  /* ============================================================
55
55
  Typography
package/dist/247420.css CHANGED
@@ -498,12 +498,12 @@
498
498
  .ds-247420 ::selection { background: color-mix(in oklab, var(--accent) 24%, var(--bg-2)); color: var(--fg); }
499
499
 
500
500
  /* Every root has a CQ container so fluid type can resolve to a meaningful inline-size. */
501
- .ds-247420 .app, .ds-247420[class*="kit-"], .ds-247420 .ds-stage {
501
+ .ds-247420 .app, .ds-247420 .ds-stage {
502
502
  container-type: inline-size;
503
503
  overflow-x: clip;
504
504
  min-width: 0;
505
505
  }
506
- .ds-247420 .app *, .ds-247420[class*="kit-"] * { min-width: 0; }
506
+ .ds-247420 .app * { min-width: 0; }
507
507
 
508
508
  /* ============================================================
509
509
  Typography