ui phase 1

This commit is contained in:
hamid
2026-07-17 17:10:39 +03:30
parent f1cba6cf74
commit 370c1beefa
151 changed files with 4254 additions and 1840 deletions
+15
View File
@@ -90,6 +90,13 @@
--bal-warning-contrast: #f3efe9;
--bal-info: #1d4a40;
--bal-info-contrast: #f3efe9;
/* Soft feedback tints — StatusChip v2's default (soft bg + solid text); solid fill is
reserved for the alarm tier only. Weight hierarchy: neutral < info < progress <
success < warning < alarm (see StatusChip.tsx). */
--bal-success-soft: rgba(31, 107, 80, 0.12);
--bal-error-soft: rgba(168, 57, 42, 0.12);
--bal-warning-soft: rgba(138, 100, 24, 0.14);
--bal-info-soft: rgba(29, 74, 64, 0.10);
/* Elevation — teal-tinted shadow steps (replaces MUI's grey default stack).
Consumed by theme.ts's `shadows` array + the MuiPaper/MuiDialog overrides. */
@@ -145,6 +152,10 @@
--bal-warning-contrast: #f3efe9;
--bal-info: #2f6b5e;
--bal-info-contrast: #f3efe9;
--bal-success-soft: rgba(37, 118, 89, 0.18);
--bal-error-soft: rgba(181, 64, 47, 0.18);
--bal-warning-soft: rgba(151, 112, 31, 0.20);
--bal-info-soft: rgba(47, 107, 94, 0.16);
--bal-shadow-1: 0 1px 2px rgba(6, 18, 15, 0.24), 0 1px 1px rgba(6, 18, 15, 0.16);
--bal-shadow-2: 0 4px 12px rgba(6, 18, 15, 0.32), 0 2px 4px rgba(6, 18, 15, 0.20);
@@ -199,6 +210,10 @@
--bal-warning-contrast: #f3efe9;
--bal-info: #2f6b5e;
--bal-info-contrast: #f3efe9;
--bal-success-soft: rgba(37, 118, 89, 0.18);
--bal-error-soft: rgba(181, 64, 47, 0.18);
--bal-warning-soft: rgba(151, 112, 31, 0.20);
--bal-info-soft: rgba(47, 107, 94, 0.16);
/* Elevation — black-teal shadow steps (deeper + darker than light scheme) */
--bal-shadow-1: 0 1px 2px rgba(6, 18, 15, 0.24), 0 1px 1px rgba(6, 18, 15, 0.16);