style(13-03): apply Prettier formatting across repo

Mechanical reformat — no logic changes. 398 files changed, 19125
insertions(+), 16457 deletions(-). Prettier 3.8.4 with .prettierrc
(singleQuote:true, semi:true, tabWidth:2, trailingComma:all,
printWidth:100). Isolated per D-13-08 for reviewability.
This commit is contained in:
Lucas Berger
2026-06-11 20:35:18 -04:00
parent 4bc0445173
commit 982438dc10
398 changed files with 19050 additions and 16382 deletions
+6 -6
View File
@@ -108,17 +108,17 @@ body {
* current /api/me members list). Remapping it keeps all-day events solid-filled
* even in that fallback case, so the pill never degrades to the light tint. */
--sx-color-primary-container: var(--sx-color-primary);
--sx-color-on-primary-container: #FFFFFF;
--sx-color-on-primary-container: #ffffff;
--sx-color-shared-container: var(--sx-color-shared);
--sx-color-on-shared-container: #FFFFFF;
--sx-color-on-shared-container: #ffffff;
--sx-color-member-1-container: var(--sx-color-member-1);
--sx-color-on-member-1-container: #FFFFFF;
--sx-color-on-member-1-container: #ffffff;
--sx-color-member-2-container: var(--sx-color-member-2);
--sx-color-on-member-2-container: #FFFFFF;
--sx-color-on-member-2-container: #ffffff;
--sx-color-member-3-container: var(--sx-color-member-3);
--sx-color-on-member-3-container: #FFFFFF;
--sx-color-on-member-3-container: #ffffff;
--sx-color-member-4-container: var(--sx-color-member-4);
--sx-color-on-member-4-container: #FFFFFF;
--sx-color-on-member-4-container: #ffffff;
}
/* Week/Day all-day row — .sx__date-grid-event is exclusively all-day in this view */
+19 -18
View File
@@ -18,18 +18,18 @@
* BASE SURFACE / BORDER / TEXT PALETTE
* ───────────────────────────────────────────────────────────────────────── */
--color-surface: #FFFFFF;
--color-surface-dim: #F7F7F8;
--color-surface-raised: #FFFFFF;
--color-surface: #ffffff;
--color-surface-dim: #f7f7f8;
--color-surface-raised: #ffffff;
--color-border: #E2E4E9;
--color-border-subtle: #ECEEF2;
--color-border: #e2e4e9;
--color-border-subtle: #eceef2;
--color-text-primary: #111318;
--color-text-secondary: #6B7280;
--color-text-muted: #9CA3AF;
--color-text-secondary: #6b7280;
--color-text-muted: #9ca3af;
--color-focus-ring: #4A90D9;
--color-focus-ring: #4a90d9;
--color-overlay: rgba(0, 0, 0, 0.32);
/* ─────────────────────────────────────────────────────────────────────────
@@ -37,18 +37,18 @@
* 10% accent band — ONLY for event chip fills and color legend swatches.
* ───────────────────────────────────────────────────────────────────────── */
--color-member-0: #4A90D9;
--color-member-1: #50C878;
--color-member-2: #F5A623;
--color-member-3: #9B59B6;
--color-member-4: #E67E22;
--color-member-5: #1ABC9C;
--color-member-0: #4a90d9;
--color-member-1: #50c878;
--color-member-2: #f5a623;
--color-member-3: #9b59b6;
--color-member-4: #e67e22;
--color-member-5: #1abc9c;
/* Shared-family calendar — rose, confirmed by user */
--color-shared-family: #F25C7A;
--color-shared-family: #f25c7a;
/* Destructive — declared for Phase 3 reuse; not used in Phase 2 (read-only) */
--color-destructive: #DC2626;
--color-destructive: #dc2626;
/* ─────────────────────────────────────────────────────────────────────────
* SPACING SCALE (multiples of 4px)
@@ -66,7 +66,7 @@
* TYPOGRAPHY
* ───────────────────────────────────────────────────────────────────────── */
--font-family-base: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
--font-family-base: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
/* Body — 15px/400/1.5: popover description, agenda location lines */
--text-body-size: 15px;
@@ -147,7 +147,8 @@
}
@keyframes pulse {
0%, 100% {
0%,
100% {
opacity: 1;
}
50% {
+2 -2
View File
@@ -72,6 +72,6 @@ export const tokens = {
bpPhone: '0px',
bpTablet: '768px',
bpDesktop: '1280px',
} as const
} as const;
export type Tokens = typeof tokens
export type Tokens = typeof tokens;