@gyramais/gyra-design 0.2.42 → 0.2.43
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/index.css +6 -3
- package/package.json +1 -1
package/dist/index.css
CHANGED
|
@@ -10089,10 +10089,13 @@ h6 {
|
|
|
10089
10089
|
.gyramais-sync-chip.gyramais-sync-chip-error .gyramais-sync-chip-label {
|
|
10090
10090
|
color: var(--status-danger-text);
|
|
10091
10091
|
}
|
|
10092
|
+
/* "Sincronizando" e' status neutro (em andamento), nao warning: pilula,
|
|
10093
|
+
ponto e pulse em cinza — sincronizar nao sinaliza problema. Erro fica
|
|
10094
|
+
vermelho e sucesso verde; so o em-andamento saiu do laranja. */
|
|
10092
10095
|
.gyramais-sync-chip.gyramais-sync-chip-warning {
|
|
10093
|
-
border-color:
|
|
10094
|
-
background-color:
|
|
10095
|
-
color: var(--
|
|
10096
|
+
border-color: var(--color-border-secondary);
|
|
10097
|
+
background-color: var(--color-surface-secondary);
|
|
10098
|
+
color: var(--color-text-secondary);
|
|
10096
10099
|
}
|
|
10097
10100
|
.gyramais-sync-chip.gyramais-sync-chip-success {
|
|
10098
10101
|
border-color: rgba(52,199,89,0.18);
|