structra-ui 0.1.83 → 0.1.86
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/package.json
CHANGED
package/types/structra-ui.d.ts
CHANGED
|
@@ -18,6 +18,10 @@ declare enum ButtonVariant {
|
|
|
18
18
|
Secondary = "secondary",
|
|
19
19
|
/** Texto/ícone sem caixa — navegação secundária, “link” com aparência de botão acessível. */
|
|
20
20
|
Ghost = "ghost",
|
|
21
|
+
/**
|
|
22
|
+
* Hiperligação em estilo `<a>`: só texto sublinhado, fundo transparente; hover altera só a cor do texto.
|
|
23
|
+
*/
|
|
24
|
+
Link = "link",
|
|
21
25
|
/**
|
|
22
26
|
* Ação destrutiva / apagar: tokens de erro do tema
|
|
23
27
|
* (`--app-color-error*`), mesmo padrão em toda a lib.
|