anentrypoint-design 0.0.58 → 0.0.60

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
@@ -2413,3 +2413,8 @@
2413
2413
  .ds-247420 .row .meta { font-size: 10px; }
2414
2414
  .ds-247420 h1 { font-size: 22px !important; }
2415
2415
  }
2416
+
2417
+ /* file-browser stage + utility surfaces — replaces inline style strings in kit/fsbrowse */
2418
+ .ds-247420 .ds-file-stage { padding: var(--space-4) var(--space-5); }
2419
+ .ds-247420 .ds-meta-mono { color: var(--panel-text-3); font-family: var(--ff-mono); font-size: var(--fs-xs); }
2420
+ .ds-247420 .ds-error-banner { background: var(--flame); color: var(--ink); padding: var(--space-2) var(--space-3); border-radius: var(--r-3); margin-bottom: var(--space-3); cursor: pointer; }