pi-kiosk-shared 2.2.43 → 2.2.45
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/dist/ui/Button/Button.d.ts +14 -0
- package/dist/ui/Button/Button.d.ts.map +1 -1
- package/dist/ui/Button/Button.js +56 -17
- package/dist/ui/Button/Button.js.map +1 -1
- package/dist/ui/Checkbox/Checkbox.d.ts +5 -1
- package/dist/ui/Checkbox/Checkbox.d.ts.map +1 -1
- package/dist/ui/Checkbox/Checkbox.js +5 -1
- package/dist/ui/Checkbox/Checkbox.js.map +1 -1
- package/dist/ui/LocaleFlags/LocaleFlagToggle.js +7 -7
- package/dist/ui/LocaleFlags/LocaleFlagToggle.js.map +1 -1
- package/dist/ui/Radio/Radio.d.ts +5 -1
- package/dist/ui/Radio/Radio.d.ts.map +1 -1
- package/dist/ui/Radio/Radio.js +5 -1
- package/dist/ui/Radio/Radio.js.map +1 -1
- package/dist/ui/Switch/Switch.d.ts +5 -1
- package/dist/ui/Switch/Switch.d.ts.map +1 -1
- package/dist/ui/Switch/Switch.js +5 -1
- package/dist/ui/Switch/Switch.js.map +1 -1
- package/package.json +347 -339
- package/src/tokens/admin-theme.css +33 -34
- package/src/tokens/brand-bridge.css +21 -12
- package/src/tokens/theme.css +19 -19
- package/src/tokens/tokens.sync.json +156 -605
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"generatedAt": "2026-07-
|
|
3
|
+
"generatedAt": "2026-07-29T18:47:02.406Z",
|
|
4
4
|
"source": "shared/scripts/gate-tokens-sync.mjs",
|
|
5
5
|
"inputs": [
|
|
6
6
|
"brand-bridge.css",
|
|
@@ -11,128 +11,35 @@
|
|
|
11
11
|
{
|
|
12
12
|
"file": "brand-bridge.css",
|
|
13
13
|
"properties": {
|
|
14
|
-
"--font-family-primary": "
|
|
15
|
-
"--font-
|
|
16
|
-
"--font-size-h1": "32px",
|
|
17
|
-
"--font-size-h2": "28px",
|
|
18
|
-
"--font-size-h3": "24px",
|
|
19
|
-
"--font-size-h4": "20px",
|
|
20
|
-
"--font-size-body-lg": "18px",
|
|
21
|
-
"--font-size-body": "16px",
|
|
22
|
-
"--font-size-body-sm": "14px",
|
|
23
|
-
"--font-size-caption": "12px",
|
|
24
|
-
"--font-size-label": "14px",
|
|
25
|
-
"--font-size-button": "14px",
|
|
26
|
-
"--font-size-overline": "12px",
|
|
27
|
-
"--font-size-mono": "13px",
|
|
28
|
-
"--font-weight-regular": "400",
|
|
29
|
-
"--font-weight-semibold": "600",
|
|
30
|
-
"--font-weight-bold": "700",
|
|
14
|
+
"--font-family-primary": "ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'",
|
|
15
|
+
"--font-family-mono": "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace",
|
|
31
16
|
"--color-brand-primary": "#1f6f78",
|
|
32
17
|
"--color-brand-deep": "#174b52",
|
|
33
18
|
"--color-brand-accent": "#58a9b5",
|
|
34
19
|
"--color-brand-soft": "#eef6f7",
|
|
35
20
|
"--color-brand-text": "#2a3136",
|
|
36
21
|
"--color-brand-limestone": "#d8d2c8",
|
|
22
|
+
"--color-surface-default": "#ffffff",
|
|
37
23
|
"--color-neutral-950": "#0f172a",
|
|
38
24
|
"--color-neutral-100": "#f1f5f9",
|
|
39
25
|
"--color-neutral-200": "#e2e8f0",
|
|
40
|
-
"--color-surface-default": "#ffffff",
|
|
41
|
-
"--color-surface-soft": "var(--color-brand-soft)",
|
|
42
|
-
"--color-action-primary": "var(--color-brand-primary)",
|
|
43
|
-
"--color-text-primary": "#2a3136",
|
|
44
|
-
"--color-text-muted": "#5c656b",
|
|
45
|
-
"--color-border-default": "#d8d2c8",
|
|
46
|
-
"--color-border-focus": "#58a9b5",
|
|
47
|
-
"--focus-ring": "0 0 0 3px rgba(88, 169, 181, 0.35)",
|
|
48
|
-
"--color-status-success": "#1b7f4e",
|
|
49
|
-
"--color-status-warning": "#b45309",
|
|
50
|
-
"--color-status-error": "#b42318",
|
|
51
|
-
"--color-status-info": "#58a9b5",
|
|
52
|
-
"--color-status-processing": "var(--color-status-info)",
|
|
53
|
-
"--color-status-disabled-text": "#9aa3a8",
|
|
54
|
-
"--color-status-disabled-border": "#d8d2c8",
|
|
55
|
-
"--color-status-disabled-surface": "#eef6f7",
|
|
56
|
-
"--color-dark-bg": "#0f3036",
|
|
57
|
-
"--color-dark-surface": "#174b52",
|
|
58
|
-
"--color-dark-text": "#eef6f7",
|
|
59
|
-
"--color-dark-border": "#2a3136",
|
|
60
|
-
"--color-dark-rail": "#174b52",
|
|
61
|
-
"--color-dark-rail-active": "#1f6f78",
|
|
62
|
-
"--gradient-brand-primary": "linear-gradient(135deg, #174b52 0%, #58a9b5 100%)",
|
|
63
|
-
"--gradient-brand-deep": "linear-gradient(135deg, #0f3036 0%, #1f6f78 100%)",
|
|
64
|
-
"--gradient-brand-soft": "linear-gradient(180deg, #eef6f7 0%, #ffffff 100%)",
|
|
65
|
-
"--space-0": "0",
|
|
66
|
-
"--space-1": "4px",
|
|
67
|
-
"--space-2": "8px",
|
|
68
|
-
"--space-3": "12px",
|
|
69
|
-
"--space-4": "16px",
|
|
70
|
-
"--space-5": "24px",
|
|
71
|
-
"--space-6": "32px",
|
|
72
|
-
"--space-7": "40px",
|
|
73
|
-
"--space-8": "48px",
|
|
74
|
-
"--space-9": "64px",
|
|
75
|
-
"--space-10": "80px",
|
|
76
|
-
"--space-mockup-28": "var(--space-7)",
|
|
77
|
-
"--radius-none": "0",
|
|
78
|
-
"--radius-sm": "4px",
|
|
79
|
-
"--radius-md": "8px",
|
|
80
|
-
"--radius-lg": "12px",
|
|
81
|
-
"--radius-xl": "16px",
|
|
82
|
-
"--radius-full": "999px",
|
|
83
|
-
"--opacity-0": "0",
|
|
84
|
-
"--opacity-1": "0.04",
|
|
85
|
-
"--opacity-2": "0.08",
|
|
86
|
-
"--opacity-3": "0.12",
|
|
87
|
-
"--opacity-4": "0.16",
|
|
88
|
-
"--opacity-5": "0.24",
|
|
89
|
-
"--opacity-6": "0.4",
|
|
90
|
-
"--opacity-7": "0.64",
|
|
91
|
-
"--opacity-8": "0.8",
|
|
92
|
-
"--opacity-9": "1",
|
|
93
|
-
"--border-width-0": "0px",
|
|
94
|
-
"--border-width-1": "1px",
|
|
95
|
-
"--border-width-2": "2px",
|
|
96
|
-
"--elevation-0": "none",
|
|
97
|
-
"--elevation-1": "0 1px 2px rgba(42, 49, 54, 0.08)",
|
|
98
|
-
"--elevation-2": "0 2px 8px rgba(42, 49, 54, 0.1)",
|
|
99
|
-
"--elevation-3": "0 8px 24px rgba(42, 49, 54, 0.12)",
|
|
100
|
-
"--elevation-4": "0 16px 40px rgba(42, 49, 54, 0.16)",
|
|
101
|
-
"--z-base": "0",
|
|
102
|
-
"--z-sticky": "10",
|
|
103
|
-
"--z-dropdown": "20",
|
|
104
|
-
"--z-drawer": "30",
|
|
105
|
-
"--z-modal": "40",
|
|
106
|
-
"--z-toast": "50",
|
|
107
|
-
"--ease-standard": "cubic-bezier(0.4, 0, 0.2, 1)",
|
|
108
|
-
"--ease-emphasized": "cubic-bezier(0.2, 0, 0, 1)",
|
|
109
|
-
"--ease-exit": "cubic-bezier(0.4, 0, 1, 1)",
|
|
110
|
-
"--duration-100": "100ms",
|
|
111
|
-
"--duration-200": "200ms",
|
|
112
|
-
"--duration-300": "300ms",
|
|
113
|
-
"--duration-500": "500ms",
|
|
114
|
-
"--brand-primary": "var(--color-brand-primary)",
|
|
115
|
-
"--brand-deep": "var(--color-brand-deep)",
|
|
116
|
-
"--brand-accent": "var(--color-brand-accent)",
|
|
117
|
-
"--brand-soft": "var(--color-brand-soft)",
|
|
118
|
-
"--brand-text": "var(--color-brand-text)",
|
|
119
26
|
"--brand-consumer-accent": "var(--color-brand-primary)",
|
|
120
27
|
"--brand-consumer-accent-soft": "var(--color-brand-soft)",
|
|
121
|
-
"--brand-consumer-accent-foreground": "
|
|
122
|
-
"--brand-admin-accent": "
|
|
123
|
-
"--brand-admin-primary": "
|
|
124
|
-
"--brand-rail-sidebar-bg": "
|
|
125
|
-
"--brand-rail-sidebar-bg-deep": "var(--color-
|
|
126
|
-
"--brand-rail-sidebar-text": "
|
|
127
|
-
"--brand-rail-sidebar-muted": "
|
|
128
|
-
"--brand-rail-sidebar-active": "var(--
|
|
129
|
-
"--brand-rail-sidebar-hover": "rgba(
|
|
28
|
+
"--brand-consumer-accent-foreground": "var(--color-surface-default)",
|
|
29
|
+
"--brand-admin-accent": "#7c3aed",
|
|
30
|
+
"--brand-admin-primary": "#6366f1",
|
|
31
|
+
"--brand-rail-sidebar-bg": "#1e1b4b",
|
|
32
|
+
"--brand-rail-sidebar-bg-deep": "var(--color-neutral-950)",
|
|
33
|
+
"--brand-rail-sidebar-text": "#e0e7ff",
|
|
34
|
+
"--brand-rail-sidebar-muted": "#a5b4fc",
|
|
35
|
+
"--brand-rail-sidebar-active": "var(--brand-admin-accent)",
|
|
36
|
+
"--brand-rail-sidebar-hover": "rgba(124, 58, 237, 0.2)",
|
|
130
37
|
"--brand-rail-page-bg": "var(--color-neutral-100)",
|
|
131
|
-
"--brand-rail-card-border": "var(--color-
|
|
132
|
-
"--brand-rail-kpi-up": "
|
|
133
|
-
"--brand-rail-kpi-down": "
|
|
134
|
-
"--color-accent": "var(--
|
|
135
|
-
"--color-focus-ring": "var(--
|
|
38
|
+
"--brand-rail-card-border": "var(--color-neutral-200)",
|
|
39
|
+
"--brand-rail-kpi-up": "#05805a",
|
|
40
|
+
"--brand-rail-kpi-down": "#da2325",
|
|
41
|
+
"--color-accent": "var(--brand-consumer-accent)",
|
|
42
|
+
"--color-focus-ring": "var(--brand-consumer-accent)",
|
|
136
43
|
"--color-rail-sidebar-bg": "var(--brand-rail-sidebar-bg)",
|
|
137
44
|
"--color-rail-sidebar-text": "var(--brand-rail-sidebar-text)",
|
|
138
45
|
"--color-rail-sidebar-muted": "var(--brand-rail-sidebar-muted)",
|
|
@@ -142,164 +49,104 @@
|
|
|
142
49
|
"--color-rail-card-border": "var(--brand-rail-card-border)",
|
|
143
50
|
"--color-rail-kpi-up": "var(--brand-rail-kpi-up)",
|
|
144
51
|
"--color-rail-kpi-down": "var(--brand-rail-kpi-down)",
|
|
145
|
-
"--color-an-chart-1": "var(--
|
|
52
|
+
"--color-an-chart-1": "var(--brand-admin-primary)"
|
|
146
53
|
},
|
|
147
|
-
"count":
|
|
54
|
+
"count": 39
|
|
148
55
|
},
|
|
149
56
|
{
|
|
150
57
|
"file": "theme.css",
|
|
151
58
|
"properties": {
|
|
152
59
|
"--color-surface": "var(--color-surface-default)",
|
|
153
|
-
"--color-surface-muted": "
|
|
60
|
+
"--color-surface-muted": "#f8fafc",
|
|
154
61
|
"--color-surface-elevated": "var(--color-surface-default)",
|
|
155
62
|
"--color-surface-hover": "var(--color-neutral-100)",
|
|
156
|
-
"--color-on-surface": "var(--color-
|
|
157
|
-
"--color-on-surface-muted": "
|
|
158
|
-
"--color-on-surface-disabled": "
|
|
159
|
-
"--color-primary": "var(--color-
|
|
160
|
-
"--color-primary-foreground": "
|
|
161
|
-
"--color-accent": "var(--
|
|
162
|
-
"--color-accent-foreground": "
|
|
163
|
-
"--color-accent-hover": "
|
|
164
|
-
"--color-success": "
|
|
165
|
-
"--color-success-foreground": "
|
|
166
|
-
"--color-danger": "
|
|
63
|
+
"--color-on-surface": "var(--color-neutral-950)",
|
|
64
|
+
"--color-on-surface-muted": "#475569",
|
|
65
|
+
"--color-on-surface-disabled": "#94a3b8",
|
|
66
|
+
"--color-primary": "var(--color-neutral-950)",
|
|
67
|
+
"--color-primary-foreground": "#f8fafc",
|
|
68
|
+
"--color-accent": "var(--brand-consumer-accent)",
|
|
69
|
+
"--color-accent-foreground": "var(--brand-consumer-accent-foreground)",
|
|
70
|
+
"--color-accent-hover": "#001a33",
|
|
71
|
+
"--color-success": "#16a34a",
|
|
72
|
+
"--color-success-foreground": "#ecfdf5",
|
|
73
|
+
"--color-danger": "#dc2626",
|
|
167
74
|
"--color-danger-foreground": "#fef2f2",
|
|
168
|
-
"--color-warning": "
|
|
75
|
+
"--color-warning": "#d97706",
|
|
169
76
|
"--color-warning-foreground": "#fffbeb",
|
|
170
|
-
"--color-border": "var(--color-
|
|
171
|
-
"--color-border-strong": "
|
|
172
|
-
"--color-focus-ring": "var(--
|
|
77
|
+
"--color-border": "var(--color-neutral-200)",
|
|
78
|
+
"--color-border-strong": "#cbd5e1",
|
|
79
|
+
"--color-focus-ring": "var(--brand-consumer-accent)",
|
|
173
80
|
"--color-qr-render-dark": "#000000",
|
|
174
|
-
"--color-qr-render-light": "
|
|
81
|
+
"--color-qr-render-light": "var(--color-surface-default)",
|
|
175
82
|
"--color-disabled-opacity": "0.55",
|
|
176
|
-
"--radius-sm": "
|
|
177
|
-
"--radius-md": "
|
|
178
|
-
"--radius-lg": "
|
|
179
|
-
"--radius-xl": "
|
|
180
|
-
"--shadow-card": "
|
|
181
|
-
"--shadow-popover": "
|
|
182
|
-
"--motion-duration-fast": "
|
|
183
|
-
"--motion-duration-base": "
|
|
184
|
-
"--motion-easing-standard": "
|
|
83
|
+
"--radius-sm": "0.375rem",
|
|
84
|
+
"--radius-md": "0.5rem",
|
|
85
|
+
"--radius-lg": "0.75rem",
|
|
86
|
+
"--radius-xl": "1rem",
|
|
87
|
+
"--shadow-card": "0 1px 2px rgba(15, 23, 42, 0.06), 0 4px 12px rgba(15, 23, 42, 0.04)",
|
|
88
|
+
"--shadow-popover": "0 6px 24px rgba(15, 23, 42, 0.12)",
|
|
89
|
+
"--motion-duration-fast": "120ms",
|
|
90
|
+
"--motion-duration-base": "200ms",
|
|
91
|
+
"--motion-easing-standard": "cubic-bezier(0.2, 0.8, 0.2, 1)"
|
|
185
92
|
},
|
|
186
93
|
"count": 33
|
|
187
94
|
},
|
|
188
95
|
{
|
|
189
96
|
"file": "admin-theme.css",
|
|
190
97
|
"properties": {
|
|
191
|
-
"--color-an-bg": "var(--color-
|
|
98
|
+
"--color-an-bg": "var(--color-neutral-100)",
|
|
192
99
|
"--color-an-bg-elevated": "var(--color-surface-default)",
|
|
193
100
|
"--color-an-surface": "var(--color-surface-default)",
|
|
194
|
-
"--color-an-surface-muted": "var(--color-
|
|
101
|
+
"--color-an-surface-muted": "var(--color-neutral-100)",
|
|
195
102
|
"--color-an-surface-hover": "var(--color-neutral-100)",
|
|
196
|
-
"--color-an-surface-disabled": "var(--color-
|
|
197
|
-
"--color-an-text": "var(--color-
|
|
198
|
-
"--color-an-text-muted": "
|
|
199
|
-
"--color-an-text-disabled": "
|
|
200
|
-
"--color-an-border": "var(--color-
|
|
201
|
-
"--color-an-border-hover": "
|
|
202
|
-
"--color-an-primary": "var(--color-
|
|
203
|
-
"--color-an-primary-hover": "
|
|
204
|
-
"--color-an-primary-soft": "var(--color-
|
|
205
|
-
"--color-an-focus-ring": "var(--
|
|
206
|
-
"--color-an-danger": "var(--color-
|
|
207
|
-
"--color-an-success": "var(--color-
|
|
208
|
-
"--color-an-warn": "var(--color-
|
|
209
|
-
"--color-an-info": "var(--color-
|
|
103
|
+
"--color-an-surface-disabled": "var(--color-neutral-100)",
|
|
104
|
+
"--color-an-text": "var(--color-neutral-950)",
|
|
105
|
+
"--color-an-text-muted": "#475569",
|
|
106
|
+
"--color-an-text-disabled": "#94a3b8",
|
|
107
|
+
"--color-an-border": "var(--color-neutral-200)",
|
|
108
|
+
"--color-an-border-hover": "#cbd5e1",
|
|
109
|
+
"--color-an-primary": "var(--color-primary)",
|
|
110
|
+
"--color-an-primary-hover": "#4f46e5",
|
|
111
|
+
"--color-an-primary-soft": "var(--color-primary-light)",
|
|
112
|
+
"--color-an-focus-ring": "var(--brand-admin-primary)",
|
|
113
|
+
"--color-an-danger": "var(--color-error)",
|
|
114
|
+
"--color-an-success": "var(--color-success)",
|
|
115
|
+
"--color-an-warn": "var(--color-warning)",
|
|
116
|
+
"--color-an-info": "var(--color-info)",
|
|
210
117
|
"--color-an-disabled-opacity": "0.55",
|
|
211
|
-
"--color-an-chart-1": "var(--
|
|
212
|
-
"--color-an-chart-2": "
|
|
213
|
-
"--color-an-chart-3": "
|
|
214
|
-
"--color-an-chart-4": "
|
|
215
|
-
"--color-an-chart-5": "
|
|
216
|
-
"--color-an-chart-6": "
|
|
217
|
-
"--color-shell-bg": "var(--color-
|
|
118
|
+
"--color-an-chart-1": "var(--brand-admin-primary)",
|
|
119
|
+
"--color-an-chart-2": "#14b8a6",
|
|
120
|
+
"--color-an-chart-3": "#f59e0b",
|
|
121
|
+
"--color-an-chart-4": "#ef4444",
|
|
122
|
+
"--color-an-chart-5": "#8b5cf6",
|
|
123
|
+
"--color-an-chart-6": "#06b6d4",
|
|
124
|
+
"--color-shell-bg": "var(--color-neutral-100)",
|
|
218
125
|
"--color-shell-surface": "var(--color-surface-default)",
|
|
219
|
-
"--color-shell-border": "var(--color-
|
|
220
|
-
"--color-shell-text": "var(--color-
|
|
126
|
+
"--color-shell-border": "var(--color-neutral-200)",
|
|
127
|
+
"--color-shell-text": "var(--color-neutral-950)",
|
|
221
128
|
"--color-rail-sidebar-bg": "var(--brand-rail-sidebar-bg)",
|
|
222
129
|
"--color-rail-sidebar-text": "var(--brand-rail-sidebar-text)",
|
|
223
130
|
"--color-rail-sidebar-muted": "var(--brand-rail-sidebar-muted)",
|
|
224
131
|
"--color-rail-sidebar-active": "var(--brand-rail-sidebar-active)",
|
|
225
132
|
"--color-rail-sidebar-hover": "var(--brand-rail-sidebar-hover)",
|
|
226
133
|
"--color-rail-page-bg": "var(--color-neutral-100)",
|
|
227
|
-
"--color-rail-card-border": "var(--color-
|
|
134
|
+
"--color-rail-card-border": "var(--color-neutral-200)",
|
|
228
135
|
"--color-rail-kpi-up": "var(--brand-rail-kpi-up)",
|
|
229
136
|
"--color-rail-kpi-down": "var(--brand-rail-kpi-down)"
|
|
230
137
|
},
|
|
231
138
|
"count": 39
|
|
232
139
|
}
|
|
233
140
|
],
|
|
234
|
-
"mergedPropertyCount":
|
|
141
|
+
"mergedPropertyCount": 99,
|
|
235
142
|
"properties": {
|
|
236
143
|
"--font-family-primary": {
|
|
237
144
|
"file": "brand-bridge.css",
|
|
238
|
-
"value": "
|
|
239
|
-
},
|
|
240
|
-
"--font-size-display": {
|
|
241
|
-
"file": "brand-bridge.css",
|
|
242
|
-
"value": "40px"
|
|
243
|
-
},
|
|
244
|
-
"--font-size-h1": {
|
|
245
|
-
"file": "brand-bridge.css",
|
|
246
|
-
"value": "32px"
|
|
247
|
-
},
|
|
248
|
-
"--font-size-h2": {
|
|
249
|
-
"file": "brand-bridge.css",
|
|
250
|
-
"value": "28px"
|
|
251
|
-
},
|
|
252
|
-
"--font-size-h3": {
|
|
253
|
-
"file": "brand-bridge.css",
|
|
254
|
-
"value": "24px"
|
|
255
|
-
},
|
|
256
|
-
"--font-size-h4": {
|
|
257
|
-
"file": "brand-bridge.css",
|
|
258
|
-
"value": "20px"
|
|
259
|
-
},
|
|
260
|
-
"--font-size-body-lg": {
|
|
261
|
-
"file": "brand-bridge.css",
|
|
262
|
-
"value": "18px"
|
|
263
|
-
},
|
|
264
|
-
"--font-size-body": {
|
|
265
|
-
"file": "brand-bridge.css",
|
|
266
|
-
"value": "16px"
|
|
267
|
-
},
|
|
268
|
-
"--font-size-body-sm": {
|
|
269
|
-
"file": "brand-bridge.css",
|
|
270
|
-
"value": "14px"
|
|
271
|
-
},
|
|
272
|
-
"--font-size-caption": {
|
|
273
|
-
"file": "brand-bridge.css",
|
|
274
|
-
"value": "12px"
|
|
275
|
-
},
|
|
276
|
-
"--font-size-label": {
|
|
277
|
-
"file": "brand-bridge.css",
|
|
278
|
-
"value": "14px"
|
|
279
|
-
},
|
|
280
|
-
"--font-size-button": {
|
|
281
|
-
"file": "brand-bridge.css",
|
|
282
|
-
"value": "14px"
|
|
283
|
-
},
|
|
284
|
-
"--font-size-overline": {
|
|
285
|
-
"file": "brand-bridge.css",
|
|
286
|
-
"value": "12px"
|
|
287
|
-
},
|
|
288
|
-
"--font-size-mono": {
|
|
289
|
-
"file": "brand-bridge.css",
|
|
290
|
-
"value": "13px"
|
|
291
|
-
},
|
|
292
|
-
"--font-weight-regular": {
|
|
293
|
-
"file": "brand-bridge.css",
|
|
294
|
-
"value": "400"
|
|
145
|
+
"value": "ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji'"
|
|
295
146
|
},
|
|
296
|
-
"--font-
|
|
147
|
+
"--font-family-mono": {
|
|
297
148
|
"file": "brand-bridge.css",
|
|
298
|
-
"value": "
|
|
299
|
-
},
|
|
300
|
-
"--font-weight-bold": {
|
|
301
|
-
"file": "brand-bridge.css",
|
|
302
|
-
"value": "700"
|
|
149
|
+
"value": "ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace"
|
|
303
150
|
},
|
|
304
151
|
"--color-brand-primary": {
|
|
305
152
|
"file": "brand-bridge.css",
|
|
@@ -325,6 +172,10 @@
|
|
|
325
172
|
"file": "brand-bridge.css",
|
|
326
173
|
"value": "#d8d2c8"
|
|
327
174
|
},
|
|
175
|
+
"--color-surface-default": {
|
|
176
|
+
"file": "brand-bridge.css",
|
|
177
|
+
"value": "#ffffff"
|
|
178
|
+
},
|
|
328
179
|
"--color-neutral-950": {
|
|
329
180
|
"file": "brand-bridge.css",
|
|
330
181
|
"value": "#0f172a"
|
|
@@ -337,322 +188,6 @@
|
|
|
337
188
|
"file": "brand-bridge.css",
|
|
338
189
|
"value": "#e2e8f0"
|
|
339
190
|
},
|
|
340
|
-
"--color-surface-default": {
|
|
341
|
-
"file": "brand-bridge.css",
|
|
342
|
-
"value": "#ffffff"
|
|
343
|
-
},
|
|
344
|
-
"--color-surface-soft": {
|
|
345
|
-
"file": "brand-bridge.css",
|
|
346
|
-
"value": "var(--color-brand-soft)"
|
|
347
|
-
},
|
|
348
|
-
"--color-action-primary": {
|
|
349
|
-
"file": "brand-bridge.css",
|
|
350
|
-
"value": "var(--color-brand-primary)"
|
|
351
|
-
},
|
|
352
|
-
"--color-text-primary": {
|
|
353
|
-
"file": "brand-bridge.css",
|
|
354
|
-
"value": "#2a3136"
|
|
355
|
-
},
|
|
356
|
-
"--color-text-muted": {
|
|
357
|
-
"file": "brand-bridge.css",
|
|
358
|
-
"value": "#5c656b"
|
|
359
|
-
},
|
|
360
|
-
"--color-border-default": {
|
|
361
|
-
"file": "brand-bridge.css",
|
|
362
|
-
"value": "#d8d2c8"
|
|
363
|
-
},
|
|
364
|
-
"--color-border-focus": {
|
|
365
|
-
"file": "brand-bridge.css",
|
|
366
|
-
"value": "#58a9b5"
|
|
367
|
-
},
|
|
368
|
-
"--focus-ring": {
|
|
369
|
-
"file": "brand-bridge.css",
|
|
370
|
-
"value": "0 0 0 3px rgba(88, 169, 181, 0.35)"
|
|
371
|
-
},
|
|
372
|
-
"--color-status-success": {
|
|
373
|
-
"file": "brand-bridge.css",
|
|
374
|
-
"value": "#1b7f4e"
|
|
375
|
-
},
|
|
376
|
-
"--color-status-warning": {
|
|
377
|
-
"file": "brand-bridge.css",
|
|
378
|
-
"value": "#b45309"
|
|
379
|
-
},
|
|
380
|
-
"--color-status-error": {
|
|
381
|
-
"file": "brand-bridge.css",
|
|
382
|
-
"value": "#b42318"
|
|
383
|
-
},
|
|
384
|
-
"--color-status-info": {
|
|
385
|
-
"file": "brand-bridge.css",
|
|
386
|
-
"value": "#58a9b5"
|
|
387
|
-
},
|
|
388
|
-
"--color-status-processing": {
|
|
389
|
-
"file": "brand-bridge.css",
|
|
390
|
-
"value": "var(--color-status-info)"
|
|
391
|
-
},
|
|
392
|
-
"--color-status-disabled-text": {
|
|
393
|
-
"file": "brand-bridge.css",
|
|
394
|
-
"value": "#9aa3a8"
|
|
395
|
-
},
|
|
396
|
-
"--color-status-disabled-border": {
|
|
397
|
-
"file": "brand-bridge.css",
|
|
398
|
-
"value": "#d8d2c8"
|
|
399
|
-
},
|
|
400
|
-
"--color-status-disabled-surface": {
|
|
401
|
-
"file": "brand-bridge.css",
|
|
402
|
-
"value": "#eef6f7"
|
|
403
|
-
},
|
|
404
|
-
"--color-dark-bg": {
|
|
405
|
-
"file": "brand-bridge.css",
|
|
406
|
-
"value": "#0f3036"
|
|
407
|
-
},
|
|
408
|
-
"--color-dark-surface": {
|
|
409
|
-
"file": "brand-bridge.css",
|
|
410
|
-
"value": "#174b52"
|
|
411
|
-
},
|
|
412
|
-
"--color-dark-text": {
|
|
413
|
-
"file": "brand-bridge.css",
|
|
414
|
-
"value": "#eef6f7"
|
|
415
|
-
},
|
|
416
|
-
"--color-dark-border": {
|
|
417
|
-
"file": "brand-bridge.css",
|
|
418
|
-
"value": "#2a3136"
|
|
419
|
-
},
|
|
420
|
-
"--color-dark-rail": {
|
|
421
|
-
"file": "brand-bridge.css",
|
|
422
|
-
"value": "#174b52"
|
|
423
|
-
},
|
|
424
|
-
"--color-dark-rail-active": {
|
|
425
|
-
"file": "brand-bridge.css",
|
|
426
|
-
"value": "#1f6f78"
|
|
427
|
-
},
|
|
428
|
-
"--gradient-brand-primary": {
|
|
429
|
-
"file": "brand-bridge.css",
|
|
430
|
-
"value": "linear-gradient(135deg, #174b52 0%, #58a9b5 100%)"
|
|
431
|
-
},
|
|
432
|
-
"--gradient-brand-deep": {
|
|
433
|
-
"file": "brand-bridge.css",
|
|
434
|
-
"value": "linear-gradient(135deg, #0f3036 0%, #1f6f78 100%)"
|
|
435
|
-
},
|
|
436
|
-
"--gradient-brand-soft": {
|
|
437
|
-
"file": "brand-bridge.css",
|
|
438
|
-
"value": "linear-gradient(180deg, #eef6f7 0%, #ffffff 100%)"
|
|
439
|
-
},
|
|
440
|
-
"--space-0": {
|
|
441
|
-
"file": "brand-bridge.css",
|
|
442
|
-
"value": "0"
|
|
443
|
-
},
|
|
444
|
-
"--space-1": {
|
|
445
|
-
"file": "brand-bridge.css",
|
|
446
|
-
"value": "4px"
|
|
447
|
-
},
|
|
448
|
-
"--space-2": {
|
|
449
|
-
"file": "brand-bridge.css",
|
|
450
|
-
"value": "8px"
|
|
451
|
-
},
|
|
452
|
-
"--space-3": {
|
|
453
|
-
"file": "brand-bridge.css",
|
|
454
|
-
"value": "12px"
|
|
455
|
-
},
|
|
456
|
-
"--space-4": {
|
|
457
|
-
"file": "brand-bridge.css",
|
|
458
|
-
"value": "16px"
|
|
459
|
-
},
|
|
460
|
-
"--space-5": {
|
|
461
|
-
"file": "brand-bridge.css",
|
|
462
|
-
"value": "24px"
|
|
463
|
-
},
|
|
464
|
-
"--space-6": {
|
|
465
|
-
"file": "brand-bridge.css",
|
|
466
|
-
"value": "32px"
|
|
467
|
-
},
|
|
468
|
-
"--space-7": {
|
|
469
|
-
"file": "brand-bridge.css",
|
|
470
|
-
"value": "40px"
|
|
471
|
-
},
|
|
472
|
-
"--space-8": {
|
|
473
|
-
"file": "brand-bridge.css",
|
|
474
|
-
"value": "48px"
|
|
475
|
-
},
|
|
476
|
-
"--space-9": {
|
|
477
|
-
"file": "brand-bridge.css",
|
|
478
|
-
"value": "64px"
|
|
479
|
-
},
|
|
480
|
-
"--space-10": {
|
|
481
|
-
"file": "brand-bridge.css",
|
|
482
|
-
"value": "80px"
|
|
483
|
-
},
|
|
484
|
-
"--space-mockup-28": {
|
|
485
|
-
"file": "brand-bridge.css",
|
|
486
|
-
"value": "var(--space-7)"
|
|
487
|
-
},
|
|
488
|
-
"--radius-none": {
|
|
489
|
-
"file": "brand-bridge.css",
|
|
490
|
-
"value": "0"
|
|
491
|
-
},
|
|
492
|
-
"--radius-sm": {
|
|
493
|
-
"file": "theme.css",
|
|
494
|
-
"value": "4px"
|
|
495
|
-
},
|
|
496
|
-
"--radius-md": {
|
|
497
|
-
"file": "theme.css",
|
|
498
|
-
"value": "8px"
|
|
499
|
-
},
|
|
500
|
-
"--radius-lg": {
|
|
501
|
-
"file": "theme.css",
|
|
502
|
-
"value": "12px"
|
|
503
|
-
},
|
|
504
|
-
"--radius-xl": {
|
|
505
|
-
"file": "theme.css",
|
|
506
|
-
"value": "16px"
|
|
507
|
-
},
|
|
508
|
-
"--radius-full": {
|
|
509
|
-
"file": "brand-bridge.css",
|
|
510
|
-
"value": "999px"
|
|
511
|
-
},
|
|
512
|
-
"--opacity-0": {
|
|
513
|
-
"file": "brand-bridge.css",
|
|
514
|
-
"value": "0"
|
|
515
|
-
},
|
|
516
|
-
"--opacity-1": {
|
|
517
|
-
"file": "brand-bridge.css",
|
|
518
|
-
"value": "0.04"
|
|
519
|
-
},
|
|
520
|
-
"--opacity-2": {
|
|
521
|
-
"file": "brand-bridge.css",
|
|
522
|
-
"value": "0.08"
|
|
523
|
-
},
|
|
524
|
-
"--opacity-3": {
|
|
525
|
-
"file": "brand-bridge.css",
|
|
526
|
-
"value": "0.12"
|
|
527
|
-
},
|
|
528
|
-
"--opacity-4": {
|
|
529
|
-
"file": "brand-bridge.css",
|
|
530
|
-
"value": "0.16"
|
|
531
|
-
},
|
|
532
|
-
"--opacity-5": {
|
|
533
|
-
"file": "brand-bridge.css",
|
|
534
|
-
"value": "0.24"
|
|
535
|
-
},
|
|
536
|
-
"--opacity-6": {
|
|
537
|
-
"file": "brand-bridge.css",
|
|
538
|
-
"value": "0.4"
|
|
539
|
-
},
|
|
540
|
-
"--opacity-7": {
|
|
541
|
-
"file": "brand-bridge.css",
|
|
542
|
-
"value": "0.64"
|
|
543
|
-
},
|
|
544
|
-
"--opacity-8": {
|
|
545
|
-
"file": "brand-bridge.css",
|
|
546
|
-
"value": "0.8"
|
|
547
|
-
},
|
|
548
|
-
"--opacity-9": {
|
|
549
|
-
"file": "brand-bridge.css",
|
|
550
|
-
"value": "1"
|
|
551
|
-
},
|
|
552
|
-
"--border-width-0": {
|
|
553
|
-
"file": "brand-bridge.css",
|
|
554
|
-
"value": "0px"
|
|
555
|
-
},
|
|
556
|
-
"--border-width-1": {
|
|
557
|
-
"file": "brand-bridge.css",
|
|
558
|
-
"value": "1px"
|
|
559
|
-
},
|
|
560
|
-
"--border-width-2": {
|
|
561
|
-
"file": "brand-bridge.css",
|
|
562
|
-
"value": "2px"
|
|
563
|
-
},
|
|
564
|
-
"--elevation-0": {
|
|
565
|
-
"file": "brand-bridge.css",
|
|
566
|
-
"value": "none"
|
|
567
|
-
},
|
|
568
|
-
"--elevation-1": {
|
|
569
|
-
"file": "brand-bridge.css",
|
|
570
|
-
"value": "0 1px 2px rgba(42, 49, 54, 0.08)"
|
|
571
|
-
},
|
|
572
|
-
"--elevation-2": {
|
|
573
|
-
"file": "brand-bridge.css",
|
|
574
|
-
"value": "0 2px 8px rgba(42, 49, 54, 0.1)"
|
|
575
|
-
},
|
|
576
|
-
"--elevation-3": {
|
|
577
|
-
"file": "brand-bridge.css",
|
|
578
|
-
"value": "0 8px 24px rgba(42, 49, 54, 0.12)"
|
|
579
|
-
},
|
|
580
|
-
"--elevation-4": {
|
|
581
|
-
"file": "brand-bridge.css",
|
|
582
|
-
"value": "0 16px 40px rgba(42, 49, 54, 0.16)"
|
|
583
|
-
},
|
|
584
|
-
"--z-base": {
|
|
585
|
-
"file": "brand-bridge.css",
|
|
586
|
-
"value": "0"
|
|
587
|
-
},
|
|
588
|
-
"--z-sticky": {
|
|
589
|
-
"file": "brand-bridge.css",
|
|
590
|
-
"value": "10"
|
|
591
|
-
},
|
|
592
|
-
"--z-dropdown": {
|
|
593
|
-
"file": "brand-bridge.css",
|
|
594
|
-
"value": "20"
|
|
595
|
-
},
|
|
596
|
-
"--z-drawer": {
|
|
597
|
-
"file": "brand-bridge.css",
|
|
598
|
-
"value": "30"
|
|
599
|
-
},
|
|
600
|
-
"--z-modal": {
|
|
601
|
-
"file": "brand-bridge.css",
|
|
602
|
-
"value": "40"
|
|
603
|
-
},
|
|
604
|
-
"--z-toast": {
|
|
605
|
-
"file": "brand-bridge.css",
|
|
606
|
-
"value": "50"
|
|
607
|
-
},
|
|
608
|
-
"--ease-standard": {
|
|
609
|
-
"file": "brand-bridge.css",
|
|
610
|
-
"value": "cubic-bezier(0.4, 0, 0.2, 1)"
|
|
611
|
-
},
|
|
612
|
-
"--ease-emphasized": {
|
|
613
|
-
"file": "brand-bridge.css",
|
|
614
|
-
"value": "cubic-bezier(0.2, 0, 0, 1)"
|
|
615
|
-
},
|
|
616
|
-
"--ease-exit": {
|
|
617
|
-
"file": "brand-bridge.css",
|
|
618
|
-
"value": "cubic-bezier(0.4, 0, 1, 1)"
|
|
619
|
-
},
|
|
620
|
-
"--duration-100": {
|
|
621
|
-
"file": "brand-bridge.css",
|
|
622
|
-
"value": "100ms"
|
|
623
|
-
},
|
|
624
|
-
"--duration-200": {
|
|
625
|
-
"file": "brand-bridge.css",
|
|
626
|
-
"value": "200ms"
|
|
627
|
-
},
|
|
628
|
-
"--duration-300": {
|
|
629
|
-
"file": "brand-bridge.css",
|
|
630
|
-
"value": "300ms"
|
|
631
|
-
},
|
|
632
|
-
"--duration-500": {
|
|
633
|
-
"file": "brand-bridge.css",
|
|
634
|
-
"value": "500ms"
|
|
635
|
-
},
|
|
636
|
-
"--brand-primary": {
|
|
637
|
-
"file": "brand-bridge.css",
|
|
638
|
-
"value": "var(--color-brand-primary)"
|
|
639
|
-
},
|
|
640
|
-
"--brand-deep": {
|
|
641
|
-
"file": "brand-bridge.css",
|
|
642
|
-
"value": "var(--color-brand-deep)"
|
|
643
|
-
},
|
|
644
|
-
"--brand-accent": {
|
|
645
|
-
"file": "brand-bridge.css",
|
|
646
|
-
"value": "var(--color-brand-accent)"
|
|
647
|
-
},
|
|
648
|
-
"--brand-soft": {
|
|
649
|
-
"file": "brand-bridge.css",
|
|
650
|
-
"value": "var(--color-brand-soft)"
|
|
651
|
-
},
|
|
652
|
-
"--brand-text": {
|
|
653
|
-
"file": "brand-bridge.css",
|
|
654
|
-
"value": "var(--color-brand-text)"
|
|
655
|
-
},
|
|
656
191
|
"--brand-consumer-accent": {
|
|
657
192
|
"file": "brand-bridge.css",
|
|
658
193
|
"value": "var(--color-brand-primary)"
|
|
@@ -663,39 +198,39 @@
|
|
|
663
198
|
},
|
|
664
199
|
"--brand-consumer-accent-foreground": {
|
|
665
200
|
"file": "brand-bridge.css",
|
|
666
|
-
"value": "
|
|
201
|
+
"value": "var(--color-surface-default)"
|
|
667
202
|
},
|
|
668
203
|
"--brand-admin-accent": {
|
|
669
204
|
"file": "brand-bridge.css",
|
|
670
|
-
"value": "
|
|
205
|
+
"value": "#7c3aed"
|
|
671
206
|
},
|
|
672
207
|
"--brand-admin-primary": {
|
|
673
208
|
"file": "brand-bridge.css",
|
|
674
|
-
"value": "
|
|
209
|
+
"value": "#6366f1"
|
|
675
210
|
},
|
|
676
211
|
"--brand-rail-sidebar-bg": {
|
|
677
212
|
"file": "brand-bridge.css",
|
|
678
|
-
"value": "
|
|
213
|
+
"value": "#1e1b4b"
|
|
679
214
|
},
|
|
680
215
|
"--brand-rail-sidebar-bg-deep": {
|
|
681
216
|
"file": "brand-bridge.css",
|
|
682
|
-
"value": "var(--color-
|
|
217
|
+
"value": "var(--color-neutral-950)"
|
|
683
218
|
},
|
|
684
219
|
"--brand-rail-sidebar-text": {
|
|
685
220
|
"file": "brand-bridge.css",
|
|
686
|
-
"value": "
|
|
221
|
+
"value": "#e0e7ff"
|
|
687
222
|
},
|
|
688
223
|
"--brand-rail-sidebar-muted": {
|
|
689
224
|
"file": "brand-bridge.css",
|
|
690
|
-
"value": "
|
|
225
|
+
"value": "#a5b4fc"
|
|
691
226
|
},
|
|
692
227
|
"--brand-rail-sidebar-active": {
|
|
693
228
|
"file": "brand-bridge.css",
|
|
694
|
-
"value": "var(--
|
|
229
|
+
"value": "var(--brand-admin-accent)"
|
|
695
230
|
},
|
|
696
231
|
"--brand-rail-sidebar-hover": {
|
|
697
232
|
"file": "brand-bridge.css",
|
|
698
|
-
"value": "rgba(
|
|
233
|
+
"value": "rgba(124, 58, 237, 0.2)"
|
|
699
234
|
},
|
|
700
235
|
"--brand-rail-page-bg": {
|
|
701
236
|
"file": "brand-bridge.css",
|
|
@@ -703,23 +238,23 @@
|
|
|
703
238
|
},
|
|
704
239
|
"--brand-rail-card-border": {
|
|
705
240
|
"file": "brand-bridge.css",
|
|
706
|
-
"value": "var(--color-
|
|
241
|
+
"value": "var(--color-neutral-200)"
|
|
707
242
|
},
|
|
708
243
|
"--brand-rail-kpi-up": {
|
|
709
244
|
"file": "brand-bridge.css",
|
|
710
|
-
"value": "
|
|
245
|
+
"value": "#05805a"
|
|
711
246
|
},
|
|
712
247
|
"--brand-rail-kpi-down": {
|
|
713
248
|
"file": "brand-bridge.css",
|
|
714
|
-
"value": "
|
|
249
|
+
"value": "#da2325"
|
|
715
250
|
},
|
|
716
251
|
"--color-accent": {
|
|
717
252
|
"file": "theme.css",
|
|
718
|
-
"value": "var(--
|
|
253
|
+
"value": "var(--brand-consumer-accent)"
|
|
719
254
|
},
|
|
720
255
|
"--color-focus-ring": {
|
|
721
256
|
"file": "theme.css",
|
|
722
|
-
"value": "var(--
|
|
257
|
+
"value": "var(--brand-consumer-accent)"
|
|
723
258
|
},
|
|
724
259
|
"--color-rail-sidebar-bg": {
|
|
725
260
|
"file": "admin-theme.css",
|
|
@@ -747,7 +282,7 @@
|
|
|
747
282
|
},
|
|
748
283
|
"--color-rail-card-border": {
|
|
749
284
|
"file": "admin-theme.css",
|
|
750
|
-
"value": "var(--color-
|
|
285
|
+
"value": "var(--color-neutral-200)"
|
|
751
286
|
},
|
|
752
287
|
"--color-rail-kpi-up": {
|
|
753
288
|
"file": "admin-theme.css",
|
|
@@ -759,7 +294,7 @@
|
|
|
759
294
|
},
|
|
760
295
|
"--color-an-chart-1": {
|
|
761
296
|
"file": "admin-theme.css",
|
|
762
|
-
"value": "var(--
|
|
297
|
+
"value": "var(--brand-admin-primary)"
|
|
763
298
|
},
|
|
764
299
|
"--color-surface": {
|
|
765
300
|
"file": "theme.css",
|
|
@@ -767,7 +302,7 @@
|
|
|
767
302
|
},
|
|
768
303
|
"--color-surface-muted": {
|
|
769
304
|
"file": "theme.css",
|
|
770
|
-
"value": "
|
|
305
|
+
"value": "#f8fafc"
|
|
771
306
|
},
|
|
772
307
|
"--color-surface-elevated": {
|
|
773
308
|
"file": "theme.css",
|
|
@@ -779,43 +314,43 @@
|
|
|
779
314
|
},
|
|
780
315
|
"--color-on-surface": {
|
|
781
316
|
"file": "theme.css",
|
|
782
|
-
"value": "var(--color-
|
|
317
|
+
"value": "var(--color-neutral-950)"
|
|
783
318
|
},
|
|
784
319
|
"--color-on-surface-muted": {
|
|
785
320
|
"file": "theme.css",
|
|
786
|
-
"value": "
|
|
321
|
+
"value": "#475569"
|
|
787
322
|
},
|
|
788
323
|
"--color-on-surface-disabled": {
|
|
789
324
|
"file": "theme.css",
|
|
790
|
-
"value": "
|
|
325
|
+
"value": "#94a3b8"
|
|
791
326
|
},
|
|
792
327
|
"--color-primary": {
|
|
793
328
|
"file": "theme.css",
|
|
794
|
-
"value": "var(--color-
|
|
329
|
+
"value": "var(--color-neutral-950)"
|
|
795
330
|
},
|
|
796
331
|
"--color-primary-foreground": {
|
|
797
332
|
"file": "theme.css",
|
|
798
|
-
"value": "
|
|
333
|
+
"value": "#f8fafc"
|
|
799
334
|
},
|
|
800
335
|
"--color-accent-foreground": {
|
|
801
336
|
"file": "theme.css",
|
|
802
|
-
"value": "
|
|
337
|
+
"value": "var(--brand-consumer-accent-foreground)"
|
|
803
338
|
},
|
|
804
339
|
"--color-accent-hover": {
|
|
805
340
|
"file": "theme.css",
|
|
806
|
-
"value": "
|
|
341
|
+
"value": "#001a33"
|
|
807
342
|
},
|
|
808
343
|
"--color-success": {
|
|
809
344
|
"file": "theme.css",
|
|
810
|
-
"value": "
|
|
345
|
+
"value": "#16a34a"
|
|
811
346
|
},
|
|
812
347
|
"--color-success-foreground": {
|
|
813
348
|
"file": "theme.css",
|
|
814
|
-
"value": "
|
|
349
|
+
"value": "#ecfdf5"
|
|
815
350
|
},
|
|
816
351
|
"--color-danger": {
|
|
817
352
|
"file": "theme.css",
|
|
818
|
-
"value": "
|
|
353
|
+
"value": "#dc2626"
|
|
819
354
|
},
|
|
820
355
|
"--color-danger-foreground": {
|
|
821
356
|
"file": "theme.css",
|
|
@@ -823,7 +358,7 @@
|
|
|
823
358
|
},
|
|
824
359
|
"--color-warning": {
|
|
825
360
|
"file": "theme.css",
|
|
826
|
-
"value": "
|
|
361
|
+
"value": "#d97706"
|
|
827
362
|
},
|
|
828
363
|
"--color-warning-foreground": {
|
|
829
364
|
"file": "theme.css",
|
|
@@ -831,11 +366,11 @@
|
|
|
831
366
|
},
|
|
832
367
|
"--color-border": {
|
|
833
368
|
"file": "theme.css",
|
|
834
|
-
"value": "var(--color-
|
|
369
|
+
"value": "var(--color-neutral-200)"
|
|
835
370
|
},
|
|
836
371
|
"--color-border-strong": {
|
|
837
372
|
"file": "theme.css",
|
|
838
|
-
"value": "
|
|
373
|
+
"value": "#cbd5e1"
|
|
839
374
|
},
|
|
840
375
|
"--color-qr-render-dark": {
|
|
841
376
|
"file": "theme.css",
|
|
@@ -843,35 +378,51 @@
|
|
|
843
378
|
},
|
|
844
379
|
"--color-qr-render-light": {
|
|
845
380
|
"file": "theme.css",
|
|
846
|
-
"value": "
|
|
381
|
+
"value": "var(--color-surface-default)"
|
|
847
382
|
},
|
|
848
383
|
"--color-disabled-opacity": {
|
|
849
384
|
"file": "theme.css",
|
|
850
385
|
"value": "0.55"
|
|
851
386
|
},
|
|
387
|
+
"--radius-sm": {
|
|
388
|
+
"file": "theme.css",
|
|
389
|
+
"value": "0.375rem"
|
|
390
|
+
},
|
|
391
|
+
"--radius-md": {
|
|
392
|
+
"file": "theme.css",
|
|
393
|
+
"value": "0.5rem"
|
|
394
|
+
},
|
|
395
|
+
"--radius-lg": {
|
|
396
|
+
"file": "theme.css",
|
|
397
|
+
"value": "0.75rem"
|
|
398
|
+
},
|
|
399
|
+
"--radius-xl": {
|
|
400
|
+
"file": "theme.css",
|
|
401
|
+
"value": "1rem"
|
|
402
|
+
},
|
|
852
403
|
"--shadow-card": {
|
|
853
404
|
"file": "theme.css",
|
|
854
|
-
"value": "
|
|
405
|
+
"value": "0 1px 2px rgba(15, 23, 42, 0.06), 0 4px 12px rgba(15, 23, 42, 0.04)"
|
|
855
406
|
},
|
|
856
407
|
"--shadow-popover": {
|
|
857
408
|
"file": "theme.css",
|
|
858
|
-
"value": "
|
|
409
|
+
"value": "0 6px 24px rgba(15, 23, 42, 0.12)"
|
|
859
410
|
},
|
|
860
411
|
"--motion-duration-fast": {
|
|
861
412
|
"file": "theme.css",
|
|
862
|
-
"value": "
|
|
413
|
+
"value": "120ms"
|
|
863
414
|
},
|
|
864
415
|
"--motion-duration-base": {
|
|
865
416
|
"file": "theme.css",
|
|
866
|
-
"value": "
|
|
417
|
+
"value": "200ms"
|
|
867
418
|
},
|
|
868
419
|
"--motion-easing-standard": {
|
|
869
420
|
"file": "theme.css",
|
|
870
|
-
"value": "
|
|
421
|
+
"value": "cubic-bezier(0.2, 0.8, 0.2, 1)"
|
|
871
422
|
},
|
|
872
423
|
"--color-an-bg": {
|
|
873
424
|
"file": "admin-theme.css",
|
|
874
|
-
"value": "var(--color-
|
|
425
|
+
"value": "var(--color-neutral-100)"
|
|
875
426
|
},
|
|
876
427
|
"--color-an-bg-elevated": {
|
|
877
428
|
"file": "admin-theme.css",
|
|
@@ -883,7 +434,7 @@
|
|
|
883
434
|
},
|
|
884
435
|
"--color-an-surface-muted": {
|
|
885
436
|
"file": "admin-theme.css",
|
|
886
|
-
"value": "var(--color-
|
|
437
|
+
"value": "var(--color-neutral-100)"
|
|
887
438
|
},
|
|
888
439
|
"--color-an-surface-hover": {
|
|
889
440
|
"file": "admin-theme.css",
|
|
@@ -891,59 +442,59 @@
|
|
|
891
442
|
},
|
|
892
443
|
"--color-an-surface-disabled": {
|
|
893
444
|
"file": "admin-theme.css",
|
|
894
|
-
"value": "var(--color-
|
|
445
|
+
"value": "var(--color-neutral-100)"
|
|
895
446
|
},
|
|
896
447
|
"--color-an-text": {
|
|
897
448
|
"file": "admin-theme.css",
|
|
898
|
-
"value": "var(--color-
|
|
449
|
+
"value": "var(--color-neutral-950)"
|
|
899
450
|
},
|
|
900
451
|
"--color-an-text-muted": {
|
|
901
452
|
"file": "admin-theme.css",
|
|
902
|
-
"value": "
|
|
453
|
+
"value": "#475569"
|
|
903
454
|
},
|
|
904
455
|
"--color-an-text-disabled": {
|
|
905
456
|
"file": "admin-theme.css",
|
|
906
|
-
"value": "
|
|
457
|
+
"value": "#94a3b8"
|
|
907
458
|
},
|
|
908
459
|
"--color-an-border": {
|
|
909
460
|
"file": "admin-theme.css",
|
|
910
|
-
"value": "var(--color-
|
|
461
|
+
"value": "var(--color-neutral-200)"
|
|
911
462
|
},
|
|
912
463
|
"--color-an-border-hover": {
|
|
913
464
|
"file": "admin-theme.css",
|
|
914
|
-
"value": "
|
|
465
|
+
"value": "#cbd5e1"
|
|
915
466
|
},
|
|
916
467
|
"--color-an-primary": {
|
|
917
468
|
"file": "admin-theme.css",
|
|
918
|
-
"value": "var(--color-
|
|
469
|
+
"value": "var(--color-primary)"
|
|
919
470
|
},
|
|
920
471
|
"--color-an-primary-hover": {
|
|
921
472
|
"file": "admin-theme.css",
|
|
922
|
-
"value": "
|
|
473
|
+
"value": "#4f46e5"
|
|
923
474
|
},
|
|
924
475
|
"--color-an-primary-soft": {
|
|
925
476
|
"file": "admin-theme.css",
|
|
926
|
-
"value": "var(--color-
|
|
477
|
+
"value": "var(--color-primary-light)"
|
|
927
478
|
},
|
|
928
479
|
"--color-an-focus-ring": {
|
|
929
480
|
"file": "admin-theme.css",
|
|
930
|
-
"value": "var(--
|
|
481
|
+
"value": "var(--brand-admin-primary)"
|
|
931
482
|
},
|
|
932
483
|
"--color-an-danger": {
|
|
933
484
|
"file": "admin-theme.css",
|
|
934
|
-
"value": "var(--color-
|
|
485
|
+
"value": "var(--color-error)"
|
|
935
486
|
},
|
|
936
487
|
"--color-an-success": {
|
|
937
488
|
"file": "admin-theme.css",
|
|
938
|
-
"value": "var(--color-
|
|
489
|
+
"value": "var(--color-success)"
|
|
939
490
|
},
|
|
940
491
|
"--color-an-warn": {
|
|
941
492
|
"file": "admin-theme.css",
|
|
942
|
-
"value": "var(--color-
|
|
493
|
+
"value": "var(--color-warning)"
|
|
943
494
|
},
|
|
944
495
|
"--color-an-info": {
|
|
945
496
|
"file": "admin-theme.css",
|
|
946
|
-
"value": "var(--color-
|
|
497
|
+
"value": "var(--color-info)"
|
|
947
498
|
},
|
|
948
499
|
"--color-an-disabled-opacity": {
|
|
949
500
|
"file": "admin-theme.css",
|
|
@@ -951,27 +502,27 @@
|
|
|
951
502
|
},
|
|
952
503
|
"--color-an-chart-2": {
|
|
953
504
|
"file": "admin-theme.css",
|
|
954
|
-
"value": "
|
|
505
|
+
"value": "#14b8a6"
|
|
955
506
|
},
|
|
956
507
|
"--color-an-chart-3": {
|
|
957
508
|
"file": "admin-theme.css",
|
|
958
|
-
"value": "
|
|
509
|
+
"value": "#f59e0b"
|
|
959
510
|
},
|
|
960
511
|
"--color-an-chart-4": {
|
|
961
512
|
"file": "admin-theme.css",
|
|
962
|
-
"value": "
|
|
513
|
+
"value": "#ef4444"
|
|
963
514
|
},
|
|
964
515
|
"--color-an-chart-5": {
|
|
965
516
|
"file": "admin-theme.css",
|
|
966
|
-
"value": "
|
|
517
|
+
"value": "#8b5cf6"
|
|
967
518
|
},
|
|
968
519
|
"--color-an-chart-6": {
|
|
969
520
|
"file": "admin-theme.css",
|
|
970
|
-
"value": "
|
|
521
|
+
"value": "#06b6d4"
|
|
971
522
|
},
|
|
972
523
|
"--color-shell-bg": {
|
|
973
524
|
"file": "admin-theme.css",
|
|
974
|
-
"value": "var(--color-
|
|
525
|
+
"value": "var(--color-neutral-100)"
|
|
975
526
|
},
|
|
976
527
|
"--color-shell-surface": {
|
|
977
528
|
"file": "admin-theme.css",
|
|
@@ -979,11 +530,11 @@
|
|
|
979
530
|
},
|
|
980
531
|
"--color-shell-border": {
|
|
981
532
|
"file": "admin-theme.css",
|
|
982
|
-
"value": "var(--color-
|
|
533
|
+
"value": "var(--color-neutral-200)"
|
|
983
534
|
},
|
|
984
535
|
"--color-shell-text": {
|
|
985
536
|
"file": "admin-theme.css",
|
|
986
|
-
"value": "var(--color-
|
|
537
|
+
"value": "var(--color-neutral-950)"
|
|
987
538
|
}
|
|
988
539
|
}
|
|
989
540
|
}
|