anentrypoint-design 0.0.383 → 0.0.384

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "anentrypoint-design",
3
- "version": "0.0.383",
3
+ "version": "0.0.384",
4
4
  "description": "247420 design system SDK — webjsx + modified ripple-ui, single-file ESM bundle for reproducible use of the AnEntrypoint design.",
5
5
  "type": "module",
6
6
  "main": "./dist/247420.js",
@@ -254,6 +254,16 @@ table tr.clickable:focus-visible td { background: var(--bg-2); }
254
254
  Changelog
255
255
  ============================================================ */
256
256
  .ds-changelog-row {
257
+ /* The !important is load-bearing and was empirically confirmed so -- do not
258
+ remove it on a specificity argument. A changelog row carries three tracks
259
+ (date, version, message) where a plain .row carries two, and the responsive
260
+ blocks in responsive.css legitimately rewrite .row's template at several
261
+ breakpoints. Those blocks are later in the cascade, so at tablet width the
262
+ two-track override wins on source order and collapses the version column:
263
+ measured live, removing this flag changes the computed template from
264
+ "120.75px 77.625px 70.125px" to "103.5px 0px 165px" -- a zero-width column
265
+ and the version silently gone. Scoping to .app does not help, because the
266
+ competing rules would need to be scoped in lockstep. */
257
267
  grid-template-columns: minmax(110px, 14ch) minmax(60px, 9ch) minmax(0, 1fr) !important;
258
268
  }
259
269
  .ds-changelog-ver {