anentrypoint-design 0.0.306 → 0.0.308
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 +9 -0
- package/dist/247420.css +9 -0
- package/dist/247420.js +14 -14
- package/package.json +1 -1
- package/src/components/content.js +5 -2
package/app-shell.css
CHANGED
|
@@ -988,6 +988,15 @@ table tr.clickable:focus-visible {
|
|
|
988
988
|
}
|
|
989
989
|
table tr.clickable:focus-visible td { background: var(--bg-2); }
|
|
990
990
|
|
|
991
|
+
/* Table() striped/compact opt-in density modifiers (webgeist g-table parity).
|
|
992
|
+
Scoped under .ds-table-wrap so they never leak onto an unrelated bare
|
|
993
|
+
<table> a consumer hand-rolls outside this component. */
|
|
994
|
+
.ds-table-wrap.is-striped table tr:nth-child(even) td { background: var(--bg-2); }
|
|
995
|
+
.ds-table-wrap.is-striped table tr.clickable:nth-child(even):hover td,
|
|
996
|
+
.ds-table-wrap.is-striped table tr.clickable:nth-child(even):focus-visible td { background: var(--bg-3, var(--bg-2)); }
|
|
997
|
+
.ds-table-wrap.is-compact table th { padding: var(--space-1-5, 5px) var(--space-2, 8px); }
|
|
998
|
+
.ds-table-wrap.is-compact table td { padding: var(--space-1-5, 5px) var(--space-2, 8px); }
|
|
999
|
+
|
|
991
1000
|
/* ============================================================
|
|
992
1001
|
Changelog
|
|
993
1002
|
============================================================ */
|
package/dist/247420.css
CHANGED
|
@@ -1524,6 +1524,15 @@
|
|
|
1524
1524
|
}
|
|
1525
1525
|
.ds-247420 table tr.clickable:focus-visible td { background: var(--bg-2); }
|
|
1526
1526
|
|
|
1527
|
+
/* Table() striped/compact opt-in density modifiers (webgeist g-table parity).
|
|
1528
|
+
Scoped under .ds-table-wrap so they never leak onto an unrelated bare
|
|
1529
|
+
<table> a consumer hand-rolls outside this component. */
|
|
1530
|
+
.ds-247420 .ds-table-wrap.is-striped table tr:nth-child(even) td { background: var(--bg-2); }
|
|
1531
|
+
.ds-247420 .ds-table-wrap.is-striped table tr.clickable:nth-child(even):hover td,
|
|
1532
|
+
.ds-247420 .ds-table-wrap.is-striped table tr.clickable:nth-child(even):focus-visible td { background: var(--bg-3, var(--bg-2)); }
|
|
1533
|
+
.ds-247420 .ds-table-wrap.is-compact table th { padding: var(--space-1-5, 5px) var(--space-2, 8px); }
|
|
1534
|
+
.ds-247420 .ds-table-wrap.is-compact table td { padding: var(--space-1-5, 5px) var(--space-2, 8px); }
|
|
1535
|
+
|
|
1527
1536
|
/* ============================================================
|
|
1528
1537
|
Changelog
|
|
1529
1538
|
============================================================ */
|