@junoput01/junoui 0.2.0
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/CHANGELOG.md +199 -0
- package/README.md +117 -0
- package/dist/android/colors.xml +94 -0
- package/dist/android/dimens.xml +49 -0
- package/dist/css/juno-fonts.css +45 -0
- package/dist/css/juno-tokens.css +345 -0
- package/dist/css/juno.css +4481 -0
- package/dist/flutter/juno_tokens.dart +143 -0
- package/dist/fonts/b612-400.woff2 +0 -0
- package/dist/fonts/b612-700.woff2 +0 -0
- package/dist/fonts/b612-mono-400.woff2 +0 -0
- package/dist/fonts/b612-mono-700.woff2 +0 -0
- package/dist/icons/juno-icons.svg +69 -0
- package/dist/ios/JunoTokens.swift +149 -0
- package/dist/js/tokens.d.ts +11 -0
- package/dist/js/tokens.js +244 -0
- package/dist/json/tokens.json +921 -0
- package/dist/scss/_juno-tokens.scss +176 -0
- package/package.json +92 -0
- package/src/css/base.css +120 -0
- package/src/css/components/accordion.css +83 -0
- package/src/css/components/alert.css +90 -0
- package/src/css/components/avatar.css +82 -0
- package/src/css/components/badge.css +55 -0
- package/src/css/components/breadcrumb.css +64 -0
- package/src/css/components/button.css +59 -0
- package/src/css/components/card.css +68 -0
- package/src/css/components/checkbox.css +89 -0
- package/src/css/components/chip.css +89 -0
- package/src/css/components/divider.css +50 -0
- package/src/css/components/dock.css +74 -0
- package/src/css/components/dot.css +35 -0
- package/src/css/components/drawer.css +80 -0
- package/src/css/components/field.css +37 -0
- package/src/css/components/gauge.css +78 -0
- package/src/css/components/icon.css +35 -0
- package/src/css/components/input.css +60 -0
- package/src/css/components/list.css +135 -0
- package/src/css/components/loader.css +159 -0
- package/src/css/components/menu.css +114 -0
- package/src/css/components/modal.css +161 -0
- package/src/css/components/navbar.css +103 -0
- package/src/css/components/pagination.css +72 -0
- package/src/css/components/pillbar.css +111 -0
- package/src/css/components/popover.css +73 -0
- package/src/css/components/rail.css +96 -0
- package/src/css/components/readout.css +45 -0
- package/src/css/components/segmented.css +99 -0
- package/src/css/components/select.css +38 -0
- package/src/css/components/skeleton.css +62 -0
- package/src/css/components/slider.css +117 -0
- package/src/css/components/spark.css +26 -0
- package/src/css/components/stepper.css +121 -0
- package/src/css/components/switch.css +131 -0
- package/src/css/components/table.css +443 -0
- package/src/css/components/tabs.css +66 -0
- package/src/css/components/thumb.css +69 -0
- package/src/css/components/toast.css +109 -0
- package/src/css/components/toggle-button.css +91 -0
- package/src/css/components/tooltip.css +155 -0
- package/src/css/density.css +40 -0
- package/src/css/fonts.css +45 -0
- package/src/css/layout.css +99 -0
- package/src/css/typescale.css +27 -0
- package/src/css/utilities.css +76 -0
- package/src/fonts/LICENSE +93 -0
- package/src/fonts/b612-400.woff2 +0 -0
- package/src/fonts/b612-700.woff2 +0 -0
- package/src/fonts/b612-mono-400.woff2 +0 -0
- package/src/fonts/b612-mono-700.woff2 +0 -0
- package/src/icons/LICENSE +21 -0
- package/src/icons/arrow-clockwise.svg +1 -0
- package/src/icons/arrow-down.svg +1 -0
- package/src/icons/arrow-left.svg +1 -0
- package/src/icons/arrow-right.svg +1 -0
- package/src/icons/arrow-up.svg +1 -0
- package/src/icons/arrows-clockwise.svg +1 -0
- package/src/icons/arrows-out.svg +1 -0
- package/src/icons/bell.svg +1 -0
- package/src/icons/calendar-blank.svg +1 -0
- package/src/icons/caret-down.svg +1 -0
- package/src/icons/caret-left.svg +1 -0
- package/src/icons/caret-right.svg +1 -0
- package/src/icons/caret-up.svg +1 -0
- package/src/icons/chat-circle.svg +1 -0
- package/src/icons/check-circle.svg +1 -0
- package/src/icons/check.svg +1 -0
- package/src/icons/clock.svg +1 -0
- package/src/icons/cloud-arrow-down.svg +1 -0
- package/src/icons/cloud.svg +1 -0
- package/src/icons/copy.svg +1 -0
- package/src/icons/cpu.svg +1 -0
- package/src/icons/dots-three-vertical.svg +1 -0
- package/src/icons/dots-three.svg +1 -0
- package/src/icons/download.svg +1 -0
- package/src/icons/envelope.svg +1 -0
- package/src/icons/eye-slash.svg +1 -0
- package/src/icons/eye.svg +1 -0
- package/src/icons/file.svg +1 -0
- package/src/icons/film-strip.svg +1 -0
- package/src/icons/floppy-disk.svg +1 -0
- package/src/icons/folder.svg +1 -0
- package/src/icons/funnel.svg +1 -0
- package/src/icons/gear.svg +1 -0
- package/src/icons/hard-drives.svg +1 -0
- package/src/icons/heart.svg +1 -0
- package/src/icons/hexagon.svg +1 -0
- package/src/icons/house.svg +1 -0
- package/src/icons/images.svg +1 -0
- package/src/icons/info.svg +1 -0
- package/src/icons/link.svg +1 -0
- package/src/icons/list.svg +1 -0
- package/src/icons/lock-open.svg +1 -0
- package/src/icons/lock.svg +1 -0
- package/src/icons/magnifying-glass.svg +1 -0
- package/src/icons/minus.svg +1 -0
- package/src/icons/moon.svg +1 -0
- package/src/icons/pencil-simple.svg +1 -0
- package/src/icons/play.svg +1 -0
- package/src/icons/plus.svg +1 -0
- package/src/icons/puzzle-piece.svg +1 -0
- package/src/icons/question.svg +1 -0
- package/src/icons/sliders-horizontal.svg +1 -0
- package/src/icons/sliders.svg +1 -0
- package/src/icons/squares-four.svg +1 -0
- package/src/icons/star.svg +1 -0
- package/src/icons/sun.svg +1 -0
- package/src/icons/trash.svg +1 -0
- package/src/icons/upload-simple.svg +1 -0
- package/src/icons/upload.svg +1 -0
- package/src/icons/user.svg +1 -0
- package/src/icons/users.svg +1 -0
- package/src/icons/warning-circle.svg +1 -0
- package/src/icons/warning.svg +1 -0
- package/src/icons/x-circle.svg +1 -0
- package/src/icons/x.svg +1 -0
|
@@ -0,0 +1,921 @@
|
|
|
1
|
+
{
|
|
2
|
+
"color": {
|
|
3
|
+
"colorblind": {
|
|
4
|
+
"dark": {
|
|
5
|
+
"nominal": {
|
|
6
|
+
"$value": "#78A9FF",
|
|
7
|
+
"$type": "color",
|
|
8
|
+
"$description": "Normal / OK state. Nominal readings, confirmed-good, success."
|
|
9
|
+
},
|
|
10
|
+
"active": {
|
|
11
|
+
"$value": "#BE95FF",
|
|
12
|
+
"$type": "color",
|
|
13
|
+
"$description": "Selected / active mode, armed state, focus rings, live status."
|
|
14
|
+
},
|
|
15
|
+
"target": {
|
|
16
|
+
"$value": "#FF7EB6",
|
|
17
|
+
"$type": "color",
|
|
18
|
+
"$description": "Managed / computed goal, automated set-point. Use sparingly."
|
|
19
|
+
},
|
|
20
|
+
"caution": {
|
|
21
|
+
"$value": "#F1C21B",
|
|
22
|
+
"$type": "color",
|
|
23
|
+
"$description": "Abnormal but not critical. Approaching limits, degraded, watch."
|
|
24
|
+
},
|
|
25
|
+
"warning": {
|
|
26
|
+
"$value": "#FF832B",
|
|
27
|
+
"$type": "color",
|
|
28
|
+
"$description": "Limit exceeded / critical. Immediate action. Reserve strictly."
|
|
29
|
+
},
|
|
30
|
+
"data": {
|
|
31
|
+
"$value": "oklch(93% 0.008 85)",
|
|
32
|
+
"$type": "color",
|
|
33
|
+
"$description": "Primary numeric readouts and live values. Brightest text."
|
|
34
|
+
},
|
|
35
|
+
"label": {
|
|
36
|
+
"$value": "oklch(63% 0.012 85)",
|
|
37
|
+
"$type": "color",
|
|
38
|
+
"$description": "Labels, units, helper and secondary text. Never for values."
|
|
39
|
+
},
|
|
40
|
+
"muted": {
|
|
41
|
+
"$value": "oklch(48.5% 0.010 85)",
|
|
42
|
+
"$type": "color",
|
|
43
|
+
"$description": "Disabled, placeholder, decorative separators. No meaning."
|
|
44
|
+
},
|
|
45
|
+
"border": {
|
|
46
|
+
"$value": "oklch(30% 0.012 85)",
|
|
47
|
+
"$type": "color",
|
|
48
|
+
"$description": "Hairline borders and dividers."
|
|
49
|
+
},
|
|
50
|
+
"s0": {
|
|
51
|
+
"$value": "oklch(11% 0.010 85)",
|
|
52
|
+
"$type": "color",
|
|
53
|
+
"$description": "Surface — base background."
|
|
54
|
+
},
|
|
55
|
+
"s1": {
|
|
56
|
+
"$value": "oklch(15% 0.012 85)",
|
|
57
|
+
"$type": "color",
|
|
58
|
+
"$description": "Surface — panel background."
|
|
59
|
+
},
|
|
60
|
+
"s2": {
|
|
61
|
+
"$value": "oklch(19% 0.012 85)",
|
|
62
|
+
"$type": "color",
|
|
63
|
+
"$description": "Surface — elevated card."
|
|
64
|
+
},
|
|
65
|
+
"s3": {
|
|
66
|
+
"$value": "oklch(24% 0.012 85)",
|
|
67
|
+
"$type": "color",
|
|
68
|
+
"$description": "Surface — selected / overlay."
|
|
69
|
+
},
|
|
70
|
+
"data-dim": {
|
|
71
|
+
"$value": "oklch(38% 0.010 85)",
|
|
72
|
+
"$type": "color",
|
|
73
|
+
"$description": "Faint metadata — timestamps, tick labels. Decorative; sits below muted."
|
|
74
|
+
},
|
|
75
|
+
"border-strong": {
|
|
76
|
+
"$value": "oklch(40% 0.012 85)",
|
|
77
|
+
"$type": "color",
|
|
78
|
+
"$description": "Divider / stronger rule — heavier than the hairline border."
|
|
79
|
+
}
|
|
80
|
+
},
|
|
81
|
+
"light": {
|
|
82
|
+
"nominal": {
|
|
83
|
+
"$value": "#0043CE",
|
|
84
|
+
"$type": "color",
|
|
85
|
+
"$description": "Normal / OK state. Nominal readings, confirmed-good, success."
|
|
86
|
+
},
|
|
87
|
+
"active": {
|
|
88
|
+
"$value": "#6929C4",
|
|
89
|
+
"$type": "color",
|
|
90
|
+
"$description": "Selected / active mode, armed state, focus rings, live status."
|
|
91
|
+
},
|
|
92
|
+
"target": {
|
|
93
|
+
"$value": "#9F1853",
|
|
94
|
+
"$type": "color",
|
|
95
|
+
"$description": "Managed / computed goal, automated set-point. Use sparingly."
|
|
96
|
+
},
|
|
97
|
+
"caution": {
|
|
98
|
+
"$value": "#7D4F00",
|
|
99
|
+
"$type": "color",
|
|
100
|
+
"$description": "Abnormal but not critical. Approaching limits, degraded, watch."
|
|
101
|
+
},
|
|
102
|
+
"warning": {
|
|
103
|
+
"$value": "#BA4300",
|
|
104
|
+
"$type": "color",
|
|
105
|
+
"$description": "Limit exceeded / critical. Immediate action. Reserve strictly."
|
|
106
|
+
},
|
|
107
|
+
"data": {
|
|
108
|
+
"$value": "oklch(14% 0.008 85)",
|
|
109
|
+
"$type": "color",
|
|
110
|
+
"$description": "Primary numeric readouts and live values. Brightest text."
|
|
111
|
+
},
|
|
112
|
+
"label": {
|
|
113
|
+
"$value": "oklch(42% 0.010 85)",
|
|
114
|
+
"$type": "color",
|
|
115
|
+
"$description": "Labels, units, helper and secondary text. Never for values."
|
|
116
|
+
},
|
|
117
|
+
"muted": {
|
|
118
|
+
"$value": "oklch(63% 0.008 85)",
|
|
119
|
+
"$type": "color",
|
|
120
|
+
"$description": "Disabled, placeholder, decorative separators. No meaning."
|
|
121
|
+
},
|
|
122
|
+
"border": {
|
|
123
|
+
"$value": "oklch(82% 0.010 85)",
|
|
124
|
+
"$type": "color",
|
|
125
|
+
"$description": "Hairline borders and dividers."
|
|
126
|
+
},
|
|
127
|
+
"s0": {
|
|
128
|
+
"$value": "oklch(97% 0.008 85)",
|
|
129
|
+
"$type": "color",
|
|
130
|
+
"$description": "Surface — base background."
|
|
131
|
+
},
|
|
132
|
+
"s1": {
|
|
133
|
+
"$value": "oklch(93% 0.010 85)",
|
|
134
|
+
"$type": "color",
|
|
135
|
+
"$description": "Surface — panel background."
|
|
136
|
+
},
|
|
137
|
+
"s2": {
|
|
138
|
+
"$value": "oklch(89% 0.010 85)",
|
|
139
|
+
"$type": "color",
|
|
140
|
+
"$description": "Surface — elevated card."
|
|
141
|
+
},
|
|
142
|
+
"s3": {
|
|
143
|
+
"$value": "oklch(85% 0.010 85)",
|
|
144
|
+
"$type": "color",
|
|
145
|
+
"$description": "Surface — selected / overlay."
|
|
146
|
+
},
|
|
147
|
+
"data-dim": {
|
|
148
|
+
"$value": "oklch(70% 0.008 85)",
|
|
149
|
+
"$type": "color",
|
|
150
|
+
"$description": "Faint metadata — timestamps, tick labels. Decorative; sits below muted."
|
|
151
|
+
},
|
|
152
|
+
"border-strong": {
|
|
153
|
+
"$value": "oklch(74% 0.010 85)",
|
|
154
|
+
"$type": "color",
|
|
155
|
+
"$description": "Divider / stronger rule — heavier than the hairline border."
|
|
156
|
+
}
|
|
157
|
+
}
|
|
158
|
+
},
|
|
159
|
+
"soft": {
|
|
160
|
+
"dark": {
|
|
161
|
+
"nominal": {
|
|
162
|
+
"$value": "oklch(63% 0.13 155)",
|
|
163
|
+
"$type": "color",
|
|
164
|
+
"$description": "Normal / OK state. Nominal readings, confirmed-good, success."
|
|
165
|
+
},
|
|
166
|
+
"active": {
|
|
167
|
+
"$value": "oklch(67% 0.12 210)",
|
|
168
|
+
"$type": "color",
|
|
169
|
+
"$description": "Selected / active mode, armed state, focus rings, live status."
|
|
170
|
+
},
|
|
171
|
+
"target": {
|
|
172
|
+
"$value": "oklch(58% 0.14 318)",
|
|
173
|
+
"$type": "color",
|
|
174
|
+
"$description": "Managed / computed goal, automated set-point. Use sparingly."
|
|
175
|
+
},
|
|
176
|
+
"caution": {
|
|
177
|
+
"$value": "oklch(72% 0.12 75)",
|
|
178
|
+
"$type": "color",
|
|
179
|
+
"$description": "Abnormal but not critical. Approaching limits, degraded, watch."
|
|
180
|
+
},
|
|
181
|
+
"warning": {
|
|
182
|
+
"$value": "oklch(62% 0.15 30)",
|
|
183
|
+
"$type": "color",
|
|
184
|
+
"$description": "Limit exceeded / critical. Immediate action. Reserve strictly."
|
|
185
|
+
},
|
|
186
|
+
"data": {
|
|
187
|
+
"$value": "oklch(90% 0.008 88)",
|
|
188
|
+
"$type": "color",
|
|
189
|
+
"$description": "Primary numeric readouts and live values. Brightest text."
|
|
190
|
+
},
|
|
191
|
+
"label": {
|
|
192
|
+
"$value": "oklch(63% 0.010 88)",
|
|
193
|
+
"$type": "color",
|
|
194
|
+
"$description": "Labels, units, helper and secondary text. Never for values."
|
|
195
|
+
},
|
|
196
|
+
"muted": {
|
|
197
|
+
"$value": "oklch(48.5% 0.010 88)",
|
|
198
|
+
"$type": "color",
|
|
199
|
+
"$description": "Disabled, placeholder, decorative separators. No meaning."
|
|
200
|
+
},
|
|
201
|
+
"border": {
|
|
202
|
+
"$value": "oklch(31% 0.010 88)",
|
|
203
|
+
"$type": "color",
|
|
204
|
+
"$description": "Hairline borders and dividers."
|
|
205
|
+
},
|
|
206
|
+
"s0": {
|
|
207
|
+
"$value": "oklch(12% 0.012 88)",
|
|
208
|
+
"$type": "color",
|
|
209
|
+
"$description": "Surface — base background."
|
|
210
|
+
},
|
|
211
|
+
"s1": {
|
|
212
|
+
"$value": "oklch(16% 0.012 88)",
|
|
213
|
+
"$type": "color",
|
|
214
|
+
"$description": "Surface — panel background."
|
|
215
|
+
},
|
|
216
|
+
"s2": {
|
|
217
|
+
"$value": "oklch(20% 0.012 88)",
|
|
218
|
+
"$type": "color",
|
|
219
|
+
"$description": "Surface — elevated card."
|
|
220
|
+
},
|
|
221
|
+
"s3": {
|
|
222
|
+
"$value": "oklch(25% 0.012 88)",
|
|
223
|
+
"$type": "color",
|
|
224
|
+
"$description": "Surface — selected / overlay."
|
|
225
|
+
},
|
|
226
|
+
"data-dim": {
|
|
227
|
+
"$value": "oklch(39% 0.010 88)",
|
|
228
|
+
"$type": "color",
|
|
229
|
+
"$description": "Faint metadata — timestamps, tick labels. Decorative; sits below muted."
|
|
230
|
+
},
|
|
231
|
+
"border-strong": {
|
|
232
|
+
"$value": "oklch(41% 0.010 88)",
|
|
233
|
+
"$type": "color",
|
|
234
|
+
"$description": "Divider / stronger rule — heavier than the hairline border."
|
|
235
|
+
}
|
|
236
|
+
},
|
|
237
|
+
"light": {
|
|
238
|
+
"nominal": {
|
|
239
|
+
"$value": "oklch(40% 0.11 155)",
|
|
240
|
+
"$type": "color",
|
|
241
|
+
"$description": "Normal / OK state. Nominal readings, confirmed-good, success."
|
|
242
|
+
},
|
|
243
|
+
"active": {
|
|
244
|
+
"$value": "oklch(44% 0.11 210)",
|
|
245
|
+
"$type": "color",
|
|
246
|
+
"$description": "Selected / active mode, armed state, focus rings, live status."
|
|
247
|
+
},
|
|
248
|
+
"target": {
|
|
249
|
+
"$value": "oklch(42% 0.12 318)",
|
|
250
|
+
"$type": "color",
|
|
251
|
+
"$description": "Managed / computed goal, automated set-point. Use sparingly."
|
|
252
|
+
},
|
|
253
|
+
"caution": {
|
|
254
|
+
"$value": "oklch(50% 0.12 75)",
|
|
255
|
+
"$type": "color",
|
|
256
|
+
"$description": "Abnormal but not critical. Approaching limits, degraded, watch."
|
|
257
|
+
},
|
|
258
|
+
"warning": {
|
|
259
|
+
"$value": "oklch(42% 0.13 30)",
|
|
260
|
+
"$type": "color",
|
|
261
|
+
"$description": "Limit exceeded / critical. Immediate action. Reserve strictly."
|
|
262
|
+
},
|
|
263
|
+
"data": {
|
|
264
|
+
"$value": "oklch(14% 0.008 88)",
|
|
265
|
+
"$type": "color",
|
|
266
|
+
"$description": "Primary numeric readouts and live values. Brightest text."
|
|
267
|
+
},
|
|
268
|
+
"label": {
|
|
269
|
+
"$value": "oklch(44% 0.010 88)",
|
|
270
|
+
"$type": "color",
|
|
271
|
+
"$description": "Labels, units, helper and secondary text. Never for values."
|
|
272
|
+
},
|
|
273
|
+
"muted": {
|
|
274
|
+
"$value": "oklch(62.5% 0.008 88)",
|
|
275
|
+
"$type": "color",
|
|
276
|
+
"$description": "Disabled, placeholder, decorative separators. No meaning."
|
|
277
|
+
},
|
|
278
|
+
"border": {
|
|
279
|
+
"$value": "oklch(84% 0.010 88)",
|
|
280
|
+
"$type": "color",
|
|
281
|
+
"$description": "Hairline borders and dividers."
|
|
282
|
+
},
|
|
283
|
+
"s0": {
|
|
284
|
+
"$value": "oklch(96% 0.010 88)",
|
|
285
|
+
"$type": "color",
|
|
286
|
+
"$description": "Surface — base background."
|
|
287
|
+
},
|
|
288
|
+
"s1": {
|
|
289
|
+
"$value": "oklch(92% 0.010 88)",
|
|
290
|
+
"$type": "color",
|
|
291
|
+
"$description": "Surface — panel background."
|
|
292
|
+
},
|
|
293
|
+
"s2": {
|
|
294
|
+
"$value": "oklch(88% 0.010 88)",
|
|
295
|
+
"$type": "color",
|
|
296
|
+
"$description": "Surface — elevated card."
|
|
297
|
+
},
|
|
298
|
+
"s3": {
|
|
299
|
+
"$value": "oklch(84% 0.010 88)",
|
|
300
|
+
"$type": "color",
|
|
301
|
+
"$description": "Surface — selected / overlay."
|
|
302
|
+
},
|
|
303
|
+
"data-dim": {
|
|
304
|
+
"$value": "oklch(69% 0.008 88)",
|
|
305
|
+
"$type": "color",
|
|
306
|
+
"$description": "Faint metadata — timestamps, tick labels. Decorative; sits below muted."
|
|
307
|
+
},
|
|
308
|
+
"border-strong": {
|
|
309
|
+
"$value": "oklch(76% 0.010 88)",
|
|
310
|
+
"$type": "color",
|
|
311
|
+
"$description": "Divider / stronger rule — heavier than the hairline border."
|
|
312
|
+
}
|
|
313
|
+
}
|
|
314
|
+
},
|
|
315
|
+
"standard": {
|
|
316
|
+
"dark": {
|
|
317
|
+
"nominal": {
|
|
318
|
+
"$value": "oklch(73% 0.22 148)",
|
|
319
|
+
"$type": "color",
|
|
320
|
+
"$description": "Normal / OK state. Nominal readings, confirmed-good, success."
|
|
321
|
+
},
|
|
322
|
+
"active": {
|
|
323
|
+
"$value": "oklch(76% 0.16 204)",
|
|
324
|
+
"$type": "color",
|
|
325
|
+
"$description": "Selected / active mode, armed state, focus rings, live status."
|
|
326
|
+
},
|
|
327
|
+
"target": {
|
|
328
|
+
"$value": "oklch(65% 0.26 324)",
|
|
329
|
+
"$type": "color",
|
|
330
|
+
"$description": "Managed / computed goal, automated set-point. Use sparingly."
|
|
331
|
+
},
|
|
332
|
+
"caution": {
|
|
333
|
+
"$value": "oklch(77% 0.17 73)",
|
|
334
|
+
"$type": "color",
|
|
335
|
+
"$description": "Abnormal but not critical. Approaching limits, degraded, watch."
|
|
336
|
+
},
|
|
337
|
+
"warning": {
|
|
338
|
+
"$value": "oklch(63% 0.22 28)",
|
|
339
|
+
"$type": "color",
|
|
340
|
+
"$description": "Limit exceeded / critical. Immediate action. Reserve strictly."
|
|
341
|
+
},
|
|
342
|
+
"data": {
|
|
343
|
+
"$value": "oklch(93% 0.008 85)",
|
|
344
|
+
"$type": "color",
|
|
345
|
+
"$description": "Primary numeric readouts and live values. Brightest text."
|
|
346
|
+
},
|
|
347
|
+
"label": {
|
|
348
|
+
"$value": "oklch(63% 0.012 85)",
|
|
349
|
+
"$type": "color",
|
|
350
|
+
"$description": "Labels, units, helper and secondary text. Never for values."
|
|
351
|
+
},
|
|
352
|
+
"muted": {
|
|
353
|
+
"$value": "oklch(48.5% 0.010 85)",
|
|
354
|
+
"$type": "color",
|
|
355
|
+
"$description": "Disabled, placeholder, decorative separators. No meaning."
|
|
356
|
+
},
|
|
357
|
+
"border": {
|
|
358
|
+
"$value": "oklch(30% 0.012 85)",
|
|
359
|
+
"$type": "color",
|
|
360
|
+
"$description": "Hairline borders and dividers."
|
|
361
|
+
},
|
|
362
|
+
"s0": {
|
|
363
|
+
"$value": "oklch(11% 0.010 85)",
|
|
364
|
+
"$type": "color",
|
|
365
|
+
"$description": "Surface — base background."
|
|
366
|
+
},
|
|
367
|
+
"s1": {
|
|
368
|
+
"$value": "oklch(15% 0.012 85)",
|
|
369
|
+
"$type": "color",
|
|
370
|
+
"$description": "Surface — panel background."
|
|
371
|
+
},
|
|
372
|
+
"s2": {
|
|
373
|
+
"$value": "oklch(19% 0.012 85)",
|
|
374
|
+
"$type": "color",
|
|
375
|
+
"$description": "Surface — elevated card."
|
|
376
|
+
},
|
|
377
|
+
"s3": {
|
|
378
|
+
"$value": "oklch(24% 0.012 85)",
|
|
379
|
+
"$type": "color",
|
|
380
|
+
"$description": "Surface — selected / overlay."
|
|
381
|
+
},
|
|
382
|
+
"data-dim": {
|
|
383
|
+
"$value": "oklch(38% 0.010 85)",
|
|
384
|
+
"$type": "color",
|
|
385
|
+
"$description": "Faint metadata — timestamps, tick labels. Decorative; sits below muted."
|
|
386
|
+
},
|
|
387
|
+
"border-strong": {
|
|
388
|
+
"$value": "oklch(40% 0.012 85)",
|
|
389
|
+
"$type": "color",
|
|
390
|
+
"$description": "Divider / stronger rule — heavier than the hairline border."
|
|
391
|
+
}
|
|
392
|
+
},
|
|
393
|
+
"light": {
|
|
394
|
+
"nominal": {
|
|
395
|
+
"$value": "oklch(42% 0.18 148)",
|
|
396
|
+
"$type": "color",
|
|
397
|
+
"$description": "Normal / OK state. Nominal readings, confirmed-good, success."
|
|
398
|
+
},
|
|
399
|
+
"active": {
|
|
400
|
+
"$value": "oklch(47% 0.16 220)",
|
|
401
|
+
"$type": "color",
|
|
402
|
+
"$description": "Selected / active mode, armed state, focus rings, live status."
|
|
403
|
+
},
|
|
404
|
+
"target": {
|
|
405
|
+
"$value": "oklch(45% 0.22 324)",
|
|
406
|
+
"$type": "color",
|
|
407
|
+
"$description": "Managed / computed goal, automated set-point. Use sparingly."
|
|
408
|
+
},
|
|
409
|
+
"caution": {
|
|
410
|
+
"$value": "oklch(50% 0.17 73)",
|
|
411
|
+
"$type": "color",
|
|
412
|
+
"$description": "Abnormal but not critical. Approaching limits, degraded, watch."
|
|
413
|
+
},
|
|
414
|
+
"warning": {
|
|
415
|
+
"$value": "oklch(42% 0.21 26)",
|
|
416
|
+
"$type": "color",
|
|
417
|
+
"$description": "Limit exceeded / critical. Immediate action. Reserve strictly."
|
|
418
|
+
},
|
|
419
|
+
"data": {
|
|
420
|
+
"$value": "oklch(14% 0.008 85)",
|
|
421
|
+
"$type": "color",
|
|
422
|
+
"$description": "Primary numeric readouts and live values. Brightest text."
|
|
423
|
+
},
|
|
424
|
+
"label": {
|
|
425
|
+
"$value": "oklch(42% 0.010 85)",
|
|
426
|
+
"$type": "color",
|
|
427
|
+
"$description": "Labels, units, helper and secondary text. Never for values."
|
|
428
|
+
},
|
|
429
|
+
"muted": {
|
|
430
|
+
"$value": "oklch(63% 0.008 85)",
|
|
431
|
+
"$type": "color",
|
|
432
|
+
"$description": "Disabled, placeholder, decorative separators. No meaning."
|
|
433
|
+
},
|
|
434
|
+
"border": {
|
|
435
|
+
"$value": "oklch(82% 0.010 85)",
|
|
436
|
+
"$type": "color",
|
|
437
|
+
"$description": "Hairline borders and dividers."
|
|
438
|
+
},
|
|
439
|
+
"s0": {
|
|
440
|
+
"$value": "oklch(97% 0.008 85)",
|
|
441
|
+
"$type": "color",
|
|
442
|
+
"$description": "Surface — base background."
|
|
443
|
+
},
|
|
444
|
+
"s1": {
|
|
445
|
+
"$value": "oklch(93% 0.010 85)",
|
|
446
|
+
"$type": "color",
|
|
447
|
+
"$description": "Surface — panel background."
|
|
448
|
+
},
|
|
449
|
+
"s2": {
|
|
450
|
+
"$value": "oklch(89% 0.010 85)",
|
|
451
|
+
"$type": "color",
|
|
452
|
+
"$description": "Surface — elevated card."
|
|
453
|
+
},
|
|
454
|
+
"s3": {
|
|
455
|
+
"$value": "oklch(85% 0.010 85)",
|
|
456
|
+
"$type": "color",
|
|
457
|
+
"$description": "Surface — selected / overlay."
|
|
458
|
+
},
|
|
459
|
+
"data-dim": {
|
|
460
|
+
"$value": "oklch(70% 0.008 85)",
|
|
461
|
+
"$type": "color",
|
|
462
|
+
"$description": "Faint metadata — timestamps, tick labels. Decorative; sits below muted."
|
|
463
|
+
},
|
|
464
|
+
"border-strong": {
|
|
465
|
+
"$value": "oklch(74% 0.010 85)",
|
|
466
|
+
"$type": "color",
|
|
467
|
+
"$description": "Divider / stronger rule — heavier than the hairline border."
|
|
468
|
+
}
|
|
469
|
+
}
|
|
470
|
+
}
|
|
471
|
+
},
|
|
472
|
+
"border": {
|
|
473
|
+
"width": {
|
|
474
|
+
"1": {
|
|
475
|
+
"$value": "1px",
|
|
476
|
+
"$type": "dimension",
|
|
477
|
+
"$description": "Default hairline borders and dividers."
|
|
478
|
+
},
|
|
479
|
+
"2": {
|
|
480
|
+
"$value": "2px",
|
|
481
|
+
"$type": "dimension",
|
|
482
|
+
"$description": "Status accent edge (card top border)."
|
|
483
|
+
},
|
|
484
|
+
"3": {
|
|
485
|
+
"$value": "3px",
|
|
486
|
+
"$type": "dimension",
|
|
487
|
+
"$description": "Callout / note left accent."
|
|
488
|
+
}
|
|
489
|
+
}
|
|
490
|
+
},
|
|
491
|
+
"bp": {
|
|
492
|
+
"sm": {
|
|
493
|
+
"$value": "640px",
|
|
494
|
+
"$type": "dimension",
|
|
495
|
+
"$description": "≥ small — phone landscape."
|
|
496
|
+
},
|
|
497
|
+
"md": {
|
|
498
|
+
"$value": "768px",
|
|
499
|
+
"$type": "dimension",
|
|
500
|
+
"$description": "≥ medium — tablet."
|
|
501
|
+
},
|
|
502
|
+
"lg": {
|
|
503
|
+
"$value": "1024px",
|
|
504
|
+
"$type": "dimension",
|
|
505
|
+
"$description": "≥ large — laptop."
|
|
506
|
+
},
|
|
507
|
+
"xl": {
|
|
508
|
+
"$value": "1280px",
|
|
509
|
+
"$type": "dimension",
|
|
510
|
+
"$description": "≥ extra-large — desktop."
|
|
511
|
+
},
|
|
512
|
+
"2xl": {
|
|
513
|
+
"$value": "1536px",
|
|
514
|
+
"$type": "dimension",
|
|
515
|
+
"$description": "≥ 2x large — wide desktop."
|
|
516
|
+
}
|
|
517
|
+
},
|
|
518
|
+
"shadow": {
|
|
519
|
+
"1": {
|
|
520
|
+
"$value": "0 1px 2px rgb(0 0 0 / 0.30)",
|
|
521
|
+
"$type": "shadow",
|
|
522
|
+
"$description": "e1 — raised cards, hovered tiles."
|
|
523
|
+
},
|
|
524
|
+
"2": {
|
|
525
|
+
"$value": "0 4px 14px rgb(0 0 0 / 0.35)",
|
|
526
|
+
"$type": "shadow",
|
|
527
|
+
"$description": "e2 — menu, popover, tooltip (anchored layer)."
|
|
528
|
+
},
|
|
529
|
+
"3": {
|
|
530
|
+
"$value": "0 12px 32px rgb(0 0 0 / 0.50)",
|
|
531
|
+
"$type": "shadow",
|
|
532
|
+
"$description": "e3 — modal, drawer (overlay layer)."
|
|
533
|
+
}
|
|
534
|
+
},
|
|
535
|
+
"motion": {
|
|
536
|
+
"duration": {
|
|
537
|
+
"instant": {
|
|
538
|
+
"$value": "80ms",
|
|
539
|
+
"$type": "duration",
|
|
540
|
+
"$description": "State feedback — hover, press, immediate value change."
|
|
541
|
+
},
|
|
542
|
+
"quick": {
|
|
543
|
+
"$value": "140ms",
|
|
544
|
+
"$type": "duration",
|
|
545
|
+
"$description": "Tooltip, menu — fast transient overlays."
|
|
546
|
+
},
|
|
547
|
+
"base": {
|
|
548
|
+
"$value": "200ms",
|
|
549
|
+
"$type": "duration",
|
|
550
|
+
"$description": "Popover, drawer — standard overlay motion."
|
|
551
|
+
},
|
|
552
|
+
"deliberate": {
|
|
553
|
+
"$value": "300ms",
|
|
554
|
+
"$type": "duration",
|
|
555
|
+
"$description": "Modal, scrim — blocking surfaces enter slowly."
|
|
556
|
+
}
|
|
557
|
+
},
|
|
558
|
+
"ease": {
|
|
559
|
+
"decel": {
|
|
560
|
+
"$value": "cubic-bezier(0.2, 0.8, 0.2, 1)",
|
|
561
|
+
"$type": "cubicBezier",
|
|
562
|
+
"$description": "Enter — decelerate into place. Default for things appearing."
|
|
563
|
+
},
|
|
564
|
+
"accel": {
|
|
565
|
+
"$value": "cubic-bezier(0.4, 0, 1, 1)",
|
|
566
|
+
"$type": "cubicBezier",
|
|
567
|
+
"$description": "Exit — accelerate away. For things leaving the screen."
|
|
568
|
+
},
|
|
569
|
+
"standard": {
|
|
570
|
+
"$value": "cubic-bezier(0.2, 0.7, 0.3, 1)",
|
|
571
|
+
"$type": "cubicBezier",
|
|
572
|
+
"$description": "Move — on-screen repositioning that starts and ends at rest."
|
|
573
|
+
},
|
|
574
|
+
"spring": {
|
|
575
|
+
"$value": "cubic-bezier(0.2, 0.9, 0.3, 1.2)",
|
|
576
|
+
"$type": "cubicBezier",
|
|
577
|
+
"$description": "Toggle — slight overshoot for switches, checkmarks."
|
|
578
|
+
}
|
|
579
|
+
}
|
|
580
|
+
},
|
|
581
|
+
"opacity": {
|
|
582
|
+
"disabled": {
|
|
583
|
+
"$value": 0.45,
|
|
584
|
+
"$type": "number",
|
|
585
|
+
"$description": "Disabled / inert control — dimmed but legible."
|
|
586
|
+
},
|
|
587
|
+
"muted": {
|
|
588
|
+
"$value": 0.65,
|
|
589
|
+
"$type": "number",
|
|
590
|
+
"$description": "De-emphasised but active content — secondary text, placeholder."
|
|
591
|
+
},
|
|
592
|
+
"scrim": {
|
|
593
|
+
"$value": 0.62,
|
|
594
|
+
"$type": "number",
|
|
595
|
+
"$description": "Backdrop dim behind a modal or drawer (one scrim at a time)."
|
|
596
|
+
}
|
|
597
|
+
},
|
|
598
|
+
"radius": {
|
|
599
|
+
"2": {
|
|
600
|
+
"$value": "2px",
|
|
601
|
+
"$type": "dimension",
|
|
602
|
+
"$description": "Badges, small inline chips."
|
|
603
|
+
},
|
|
604
|
+
"3": {
|
|
605
|
+
"$value": "3px",
|
|
606
|
+
"$type": "dimension",
|
|
607
|
+
"$description": "Filled badges, dot containers."
|
|
608
|
+
},
|
|
609
|
+
"4": {
|
|
610
|
+
"$value": "4px",
|
|
611
|
+
"$type": "dimension",
|
|
612
|
+
"$description": "Buttons, swatches, token rows."
|
|
613
|
+
},
|
|
614
|
+
"5": {
|
|
615
|
+
"$value": "5px",
|
|
616
|
+
"$type": "dimension",
|
|
617
|
+
"$description": "Readout tiles."
|
|
618
|
+
},
|
|
619
|
+
"8": {
|
|
620
|
+
"$value": "8px",
|
|
621
|
+
"$type": "dimension",
|
|
622
|
+
"$description": "Cards, panels, large containers."
|
|
623
|
+
}
|
|
624
|
+
},
|
|
625
|
+
"size": {
|
|
626
|
+
"tap": {
|
|
627
|
+
"min": {
|
|
628
|
+
"$value": "24px",
|
|
629
|
+
"$type": "dimension",
|
|
630
|
+
"$description": "WCAG 2.2 AA minimum interactive target."
|
|
631
|
+
},
|
|
632
|
+
"comfortable": {
|
|
633
|
+
"$value": "44px",
|
|
634
|
+
"$type": "dimension",
|
|
635
|
+
"$description": "Recommended primary action target (mobile)."
|
|
636
|
+
}
|
|
637
|
+
},
|
|
638
|
+
"dot": {
|
|
639
|
+
"sm": {
|
|
640
|
+
"$value": "8px",
|
|
641
|
+
"$type": "dimension",
|
|
642
|
+
"$description": "Inline status dot indicator."
|
|
643
|
+
},
|
|
644
|
+
"md": {
|
|
645
|
+
"$value": "10px",
|
|
646
|
+
"$type": "dimension",
|
|
647
|
+
"$description": "Legend / status-scale dot."
|
|
648
|
+
}
|
|
649
|
+
}
|
|
650
|
+
},
|
|
651
|
+
"space": {
|
|
652
|
+
"2": {
|
|
653
|
+
"$value": "2px",
|
|
654
|
+
"$type": "dimension",
|
|
655
|
+
"$description": "Hairline gaps, icon-to-text nudges."
|
|
656
|
+
},
|
|
657
|
+
"4": {
|
|
658
|
+
"$value": "4px",
|
|
659
|
+
"$type": "dimension",
|
|
660
|
+
"$description": "Tight inner gaps, chip padding."
|
|
661
|
+
},
|
|
662
|
+
"8": {
|
|
663
|
+
"$value": "8px",
|
|
664
|
+
"$type": "dimension",
|
|
665
|
+
"$description": "Default small gap between related items."
|
|
666
|
+
},
|
|
667
|
+
"10": {
|
|
668
|
+
"$value": "10px",
|
|
669
|
+
"$type": "dimension",
|
|
670
|
+
"$description": "Compact control padding."
|
|
671
|
+
},
|
|
672
|
+
"12": {
|
|
673
|
+
"$value": "12px",
|
|
674
|
+
"$type": "dimension",
|
|
675
|
+
"$description": "Card row gaps, control vertical padding."
|
|
676
|
+
},
|
|
677
|
+
"16": {
|
|
678
|
+
"$value": "16px",
|
|
679
|
+
"$type": "dimension",
|
|
680
|
+
"$description": "Card body padding, grid gaps."
|
|
681
|
+
},
|
|
682
|
+
"20": {
|
|
683
|
+
"$value": "20px",
|
|
684
|
+
"$type": "dimension",
|
|
685
|
+
"$description": "Panel padding, section sub-gaps."
|
|
686
|
+
},
|
|
687
|
+
"24": {
|
|
688
|
+
"$value": "24px",
|
|
689
|
+
"$type": "dimension",
|
|
690
|
+
"$description": "Card/panel padding, comfortable grid gaps."
|
|
691
|
+
},
|
|
692
|
+
"28": {
|
|
693
|
+
"$value": "28px",
|
|
694
|
+
"$type": "dimension",
|
|
695
|
+
"$description": "Large card padding."
|
|
696
|
+
},
|
|
697
|
+
"32": {
|
|
698
|
+
"$value": "32px",
|
|
699
|
+
"$type": "dimension",
|
|
700
|
+
"$description": "Section header spacing."
|
|
701
|
+
},
|
|
702
|
+
"40": {
|
|
703
|
+
"$value": "40px",
|
|
704
|
+
"$type": "dimension",
|
|
705
|
+
"$description": "Page horizontal padding."
|
|
706
|
+
},
|
|
707
|
+
"56": {
|
|
708
|
+
"$value": "56px",
|
|
709
|
+
"$type": "dimension",
|
|
710
|
+
"$description": "Page top padding."
|
|
711
|
+
},
|
|
712
|
+
"72": {
|
|
713
|
+
"$value": "72px",
|
|
714
|
+
"$type": "dimension",
|
|
715
|
+
"$description": "Between major sections."
|
|
716
|
+
},
|
|
717
|
+
"96": {
|
|
718
|
+
"$value": "96px",
|
|
719
|
+
"$type": "dimension",
|
|
720
|
+
"$description": "Page bottom padding."
|
|
721
|
+
}
|
|
722
|
+
},
|
|
723
|
+
"font": {
|
|
724
|
+
"family": {
|
|
725
|
+
"sans": {
|
|
726
|
+
"$value": "'B612', sans-serif",
|
|
727
|
+
"$type": "fontFamily",
|
|
728
|
+
"$description": "All non-numeric UI: headings, labels, navigation, buttons. Highly legible on dense technical displays."
|
|
729
|
+
},
|
|
730
|
+
"mono": {
|
|
731
|
+
"$value": "'B612 Mono', monospace",
|
|
732
|
+
"$type": "fontFamily",
|
|
733
|
+
"$description": "All numeric readouts, timestamps, identifiers, code. Fixed-width prevents value jitter."
|
|
734
|
+
}
|
|
735
|
+
},
|
|
736
|
+
"weight": {
|
|
737
|
+
"light": {
|
|
738
|
+
"$value": 300,
|
|
739
|
+
"$type": "fontWeight"
|
|
740
|
+
},
|
|
741
|
+
"regular": {
|
|
742
|
+
"$value": 400,
|
|
743
|
+
"$type": "fontWeight"
|
|
744
|
+
},
|
|
745
|
+
"medium": {
|
|
746
|
+
"$value": 500,
|
|
747
|
+
"$type": "fontWeight"
|
|
748
|
+
},
|
|
749
|
+
"semibold": {
|
|
750
|
+
"$value": 600,
|
|
751
|
+
"$type": "fontWeight"
|
|
752
|
+
},
|
|
753
|
+
"bold": {
|
|
754
|
+
"$value": 700,
|
|
755
|
+
"$type": "fontWeight"
|
|
756
|
+
}
|
|
757
|
+
},
|
|
758
|
+
"size": {
|
|
759
|
+
"10": {
|
|
760
|
+
"$value": "10px",
|
|
761
|
+
"$type": "dimension",
|
|
762
|
+
"$description": "Micro / uppercase dimension identifiers."
|
|
763
|
+
},
|
|
764
|
+
"11": {
|
|
765
|
+
"$value": "11px",
|
|
766
|
+
"$type": "dimension",
|
|
767
|
+
"$description": "Captions, helper text."
|
|
768
|
+
},
|
|
769
|
+
"12": {
|
|
770
|
+
"$value": "12px",
|
|
771
|
+
"$type": "dimension",
|
|
772
|
+
"$description": "Dense UI text."
|
|
773
|
+
},
|
|
774
|
+
"13": {
|
|
775
|
+
"$value": "13px",
|
|
776
|
+
"$type": "dimension",
|
|
777
|
+
"$description": "Labels, body in panels."
|
|
778
|
+
},
|
|
779
|
+
"14": {
|
|
780
|
+
"$value": "14px",
|
|
781
|
+
"$type": "dimension",
|
|
782
|
+
"$description": "Body copy."
|
|
783
|
+
},
|
|
784
|
+
"16": {
|
|
785
|
+
"$value": "16px",
|
|
786
|
+
"$type": "dimension",
|
|
787
|
+
"$description": "Emphasis body / brand mark."
|
|
788
|
+
},
|
|
789
|
+
"18": {
|
|
790
|
+
"$value": "18px",
|
|
791
|
+
"$type": "dimension",
|
|
792
|
+
"$description": "Heading — medium (uppercase)."
|
|
793
|
+
},
|
|
794
|
+
"20": {
|
|
795
|
+
"$value": "20px",
|
|
796
|
+
"$type": "dimension",
|
|
797
|
+
"$description": "Heading — medium / value-md."
|
|
798
|
+
},
|
|
799
|
+
"28": {
|
|
800
|
+
"$value": "28px",
|
|
801
|
+
"$type": "dimension",
|
|
802
|
+
"$description": "Heading — large."
|
|
803
|
+
},
|
|
804
|
+
"32": {
|
|
805
|
+
"$value": "32px",
|
|
806
|
+
"$type": "dimension",
|
|
807
|
+
"$description": "Value — large."
|
|
808
|
+
},
|
|
809
|
+
"36": {
|
|
810
|
+
"$value": "36px",
|
|
811
|
+
"$type": "dimension",
|
|
812
|
+
"$description": "Display — small (page title)."
|
|
813
|
+
},
|
|
814
|
+
"38": {
|
|
815
|
+
"$value": "38px",
|
|
816
|
+
"$type": "dimension",
|
|
817
|
+
"$description": "Readout tile value."
|
|
818
|
+
},
|
|
819
|
+
"48": {
|
|
820
|
+
"$value": "48px",
|
|
821
|
+
"$type": "dimension",
|
|
822
|
+
"$description": "Value — extra large."
|
|
823
|
+
},
|
|
824
|
+
"52": {
|
|
825
|
+
"$value": "52px",
|
|
826
|
+
"$type": "dimension",
|
|
827
|
+
"$description": "Display — large hero value."
|
|
828
|
+
}
|
|
829
|
+
},
|
|
830
|
+
"lineHeight": {
|
|
831
|
+
"none": {
|
|
832
|
+
"$value": 1,
|
|
833
|
+
"$type": "number"
|
|
834
|
+
},
|
|
835
|
+
"tight": {
|
|
836
|
+
"$value": 1.1,
|
|
837
|
+
"$type": "number"
|
|
838
|
+
},
|
|
839
|
+
"snug": {
|
|
840
|
+
"$value": 1.2,
|
|
841
|
+
"$type": "number"
|
|
842
|
+
},
|
|
843
|
+
"normal": {
|
|
844
|
+
"$value": 1.4,
|
|
845
|
+
"$type": "number"
|
|
846
|
+
},
|
|
847
|
+
"relaxed": {
|
|
848
|
+
"$value": 1.5,
|
|
849
|
+
"$type": "number"
|
|
850
|
+
},
|
|
851
|
+
"loose": {
|
|
852
|
+
"$value": 1.7,
|
|
853
|
+
"$type": "number"
|
|
854
|
+
}
|
|
855
|
+
},
|
|
856
|
+
"tracking": {
|
|
857
|
+
"tight": {
|
|
858
|
+
"$value": "0.02em",
|
|
859
|
+
"$type": "dimension",
|
|
860
|
+
"$description": "Base UI tracking."
|
|
861
|
+
},
|
|
862
|
+
"normal": {
|
|
863
|
+
"$value": "0.06em",
|
|
864
|
+
"$type": "dimension",
|
|
865
|
+
"$description": "Uppercase headings."
|
|
866
|
+
},
|
|
867
|
+
"label": {
|
|
868
|
+
"$value": "0.08em",
|
|
869
|
+
"$type": "dimension",
|
|
870
|
+
"$description": "Status labels."
|
|
871
|
+
},
|
|
872
|
+
"wide": {
|
|
873
|
+
"$value": "0.12em",
|
|
874
|
+
"$type": "dimension",
|
|
875
|
+
"$description": "Toggle controls, card titles."
|
|
876
|
+
},
|
|
877
|
+
"caps": {
|
|
878
|
+
"$value": "0.15em",
|
|
879
|
+
"$type": "dimension",
|
|
880
|
+
"$description": "Badge / button uppercase."
|
|
881
|
+
},
|
|
882
|
+
"wider": {
|
|
883
|
+
"$value": "0.2em",
|
|
884
|
+
"$type": "dimension",
|
|
885
|
+
"$description": "Brand mark, section accents."
|
|
886
|
+
},
|
|
887
|
+
"widest": {
|
|
888
|
+
"$value": "0.3em",
|
|
889
|
+
"$type": "dimension",
|
|
890
|
+
"$description": "Section eyebrow labels."
|
|
891
|
+
}
|
|
892
|
+
}
|
|
893
|
+
},
|
|
894
|
+
"z": {
|
|
895
|
+
"surface": {
|
|
896
|
+
"$value": 0,
|
|
897
|
+
"$type": "number",
|
|
898
|
+
"$description": "Level 0 — base content and data panels."
|
|
899
|
+
},
|
|
900
|
+
"raised": {
|
|
901
|
+
"$value": 100,
|
|
902
|
+
"$type": "number",
|
|
903
|
+
"$description": "Level 1 — sticky rails, raised cards."
|
|
904
|
+
},
|
|
905
|
+
"anchored": {
|
|
906
|
+
"$value": 2000,
|
|
907
|
+
"$type": "number",
|
|
908
|
+
"$description": "Level 2 — menu, popover, dropdown, tooltip."
|
|
909
|
+
},
|
|
910
|
+
"overlay": {
|
|
911
|
+
"$value": 4000,
|
|
912
|
+
"$type": "number",
|
|
913
|
+
"$description": "Level 4 — modal, drawer + scrim."
|
|
914
|
+
},
|
|
915
|
+
"alert": {
|
|
916
|
+
"$value": 5000,
|
|
917
|
+
"$type": "number",
|
|
918
|
+
"$description": "Level 5 — toast, critical alert. Above everything."
|
|
919
|
+
}
|
|
920
|
+
}
|
|
921
|
+
}
|