@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.
Files changed (2) hide show
  1. package/dist/index.css +6 -3
  2. 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: rgba(255,159,10,0.20);
10094
- background-color: rgba(255,159,10,0.08);
10095
- color: var(--warning-color);
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gyramais/gyra-design",
3
- "version": "0.2.42",
3
+ "version": "0.2.43",
4
4
  "description": "Gyramais Design System",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.esm.js",