chore(release): snapshot 1.4.2

This commit is contained in:
Erik Silva
2025-12-17 13:36:23 -03:00
parent 2a112f169d
commit 99d828869a
95 changed files with 9933 additions and 1601 deletions

View File

@@ -10,6 +10,18 @@
--brand-color: #ff0080;
--brand-color-strong: #ff0080;
/* Escala de cores da marca */
--color-brand-50: #fff1f8;
--color-brand-100: #ffe0f0;
--color-brand-200: #ffc7e4;
--color-brand-300: #ffa0d2;
--color-brand-400: #ff6bb7;
--color-brand-500: #ff3a9d;
--color-brand-600: #ff0080;
--color-brand-700: #d6006a;
--color-brand-800: #ad0058;
--color-brand-900: #8a004a;
/* Superfícies e tipografia */
--color-surface-light: #ffffff;
--color-surface-dark: #0a0a0a;
@@ -50,5 +62,17 @@
--color-text-primary: #f8fafc;
--color-text-secondary: #cbd5f5;
--color-text-inverse: #0f172a;
/* Cores da marca com maior contraste para dark mode */
--color-brand-50: #4a0029;
--color-brand-100: #660037;
--color-brand-200: #8a004a;
--color-brand-300: #ad0058;
--color-brand-400: #d6006a;
--color-brand-500: #ff0080;
--color-brand-600: #ff3a9d;
--color-brand-700: #ff6bb7;
--color-brand-800: #ffa0d2;
--color-brand-900: #ffc7e4;
}
}