anentrypoint-design 0.0.307 → 0.0.309
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 -2
- package/dist/247420.css +9 -2
- 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
|
============================================================ */
|
|
@@ -4457,8 +4466,6 @@ input[type="password"]:not(:placeholder-shown) + .input-clear {
|
|
|
4457
4466
|
.ds-auth-remember-text { color: var(--panel-text-2); font-size: 13px; }
|
|
4458
4467
|
.ds-auth-forgot { font-size: 13px; }
|
|
4459
4468
|
.ds-auth-error { padding: 8px 10px; background: var(--panel-1); border-radius: var(--r-0); color: var(--danger); font-size: 13px; overflow-wrap: anywhere; }
|
|
4460
|
-
.ds-auth-divider { display: flex; align-items: center; gap: 10px; margin: 6px 0; color: var(--panel-text-3); font-size: 12px; }
|
|
4461
|
-
.ds-auth-divider-line { flex: 1; height: 1px; background: var(--panel-2); }
|
|
4462
4469
|
.ds-auth-providers { display: flex; gap: 8px; flex-wrap: wrap; }
|
|
4463
4470
|
.ds-auth-provider-btn { flex: 1 1 100px; min-width: 0; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 10px; }
|
|
4464
4471
|
.ds-auth-provider-btn--loading { opacity: 0.7; pointer-events: none; }
|
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
|
============================================================ */
|
|
@@ -4981,8 +4990,6 @@
|
|
|
4981
4990
|
.ds-247420 .ds-auth-remember-text { color: var(--panel-text-2); font-size: 13px; }
|
|
4982
4991
|
.ds-247420 .ds-auth-forgot { font-size: 13px; }
|
|
4983
4992
|
.ds-247420 .ds-auth-error { padding: 8px 10px; background: var(--panel-1); border-radius: var(--r-0); color: var(--danger); font-size: 13px; overflow-wrap: anywhere; }
|
|
4984
|
-
.ds-247420 .ds-auth-divider { display: flex; align-items: center; gap: 10px; margin: 6px 0; color: var(--panel-text-3); font-size: 12px; }
|
|
4985
|
-
.ds-247420 .ds-auth-divider-line { flex: 1; height: 1px; background: var(--panel-2); }
|
|
4986
4993
|
.ds-247420 .ds-auth-providers { display: flex; gap: 8px; flex-wrap: wrap; }
|
|
4987
4994
|
.ds-247420 .ds-auth-provider-btn { flex: 1 1 100px; min-width: 0; display: flex; align-items: center; justify-content: center; gap: 8px; padding: 10px; }
|
|
4988
4995
|
.ds-247420 .ds-auth-provider-btn--loading { opacity: 0.7; pointer-events: none; }
|