anentrypoint-design 0.0.376 → 0.0.378
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 +23 -0
- package/dist/247420.js +26 -26
- package/package.json +1 -1
- package/src/community-app.js +16 -4
- package/src/components/freddie.js +3 -3
- package/src/components/git-status.js +1 -1
- package/src/components/shell.js +1 -0
package/dist/247420.css
CHANGED
|
@@ -10724,6 +10724,29 @@
|
|
|
10724
10724
|
color: var(--fg-3, color-mix(in oklab, var(--fg) 55%, transparent));
|
|
10725
10725
|
padding: 10px 8px 4px;
|
|
10726
10726
|
}
|
|
10727
|
+
.ds-247420.ds-247420 .ca-rail .group-header {
|
|
10728
|
+
display: flex;
|
|
10729
|
+
align-items: center;
|
|
10730
|
+
justify-content: space-between;
|
|
10731
|
+
padding-right: var(--space-1, 4px);
|
|
10732
|
+
}
|
|
10733
|
+
.ds-247420.ds-247420 .ca-rail .group-add-btn {
|
|
10734
|
+
display: flex;
|
|
10735
|
+
align-items: center;
|
|
10736
|
+
justify-content: center;
|
|
10737
|
+
width: 20px;
|
|
10738
|
+
height: 20px;
|
|
10739
|
+
padding: 0;
|
|
10740
|
+
border: none;
|
|
10741
|
+
border-radius: var(--r-0);
|
|
10742
|
+
background: transparent;
|
|
10743
|
+
color: var(--fg-3, color-mix(in oklab, var(--fg) 55%, transparent));
|
|
10744
|
+
cursor: pointer;
|
|
10745
|
+
}
|
|
10746
|
+
.ds-247420.ds-247420 .ca-rail .group-add-btn:hover {
|
|
10747
|
+
background: var(--bg-3, color-mix(in oklab, var(--fg) 8%, transparent));
|
|
10748
|
+
color: var(--fg-2, color-mix(in oklab, var(--fg) 78%, transparent));
|
|
10749
|
+
}
|
|
10727
10750
|
.ds-247420.ds-247420 .ca-rail a {
|
|
10728
10751
|
display: flex;
|
|
10729
10752
|
align-items: center;
|