build: actualizar dist con la versión de producción más reciente

This commit is contained in:
2026-08-14 16:34:38 -04:00
parent a5fe1f7b27
commit abfd2c4fae
15 changed files with 1794 additions and 350 deletions
+70 -2
View File
@@ -1069,6 +1069,60 @@ img {
margin-top: 48px;
}
.quick-launch__meta {
display: flex;
align-items: center;
justify-content: space-between;
gap: 12px;
flex-wrap: wrap;
}
.access-indicator {
display: inline-flex;
align-items: center;
gap: 7px;
color: var(--muted);
font-size: 0.67rem;
font-weight: 700;
white-space: nowrap;
}
.access-indicator > span {
width: 7px;
height: 7px;
flex: 0 0 auto;
border-radius: 50%;
background: var(--line);
}
.access-indicator--granted {
color: #4f758b;
}
.access-indicator--granted > span {
background: var(--glm-green);
box-shadow: 0 0 0 3px var(--green-soft);
}
.access-indicator--denied {
color: #b3261e;
}
.access-indicator--denied > span {
background: #d32f2f;
box-shadow: 0 0 0 3px #fde8e7;
}
.access-indicator--checking {
color: #7a7a7a;
}
.access-indicator--checking > span {
background: #a8a8a8;
box-shadow: 0 0 0 3px #f0f0f0;
}
.quick-launch__category {
color: var(--glm-blue);
font-size: 0.64rem;
@@ -1366,6 +1420,13 @@ img {
white-space: nowrap;
}
.directory-row__status {
display: inline-flex;
align-items: center;
}
.directory-row__category {
color: var(--glm-blue);
font-size: 0.65rem;
@@ -1921,6 +1982,10 @@ img {
gap: 18px;
}
.ai-icon-button:disabled {
cursor: default;
}
.ai-icon-actions {
display: flex;
align-items: center;
@@ -2274,7 +2339,9 @@ img {
grid-template-columns: 34px 44px minmax(190px, 1fr) 112px 44px 80px;
}
.directory-row__category {
.directory-row__category {
display: none;
}
@@ -2624,7 +2691,8 @@ img {
}
.directory-row__category,
.directory-row .availability {
.directory-row .availability,
.directory-row__status {
display: none;
}