@cloudgrid-io/ui 0.0.1

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.
@@ -0,0 +1,1043 @@
1
+ {
2
+ "$description": "CloudGrid tokens: the CloudGrid Web 2026 design language.\n\nThis is the @cloudgrid-io/ui copy, ported 2026-08-10 from the v0 library\n(atomicfuse/ui, src/styles/tokens.css), which was itself synced from\ncloudgrid-landing. That makes this the third copy in the chain, and three\ncopies is one too many: the intent is that this package becomes authoritative\nand the other two consume it. Until that migration happens, treat the SITE's\nsrc/styles/tokens.css as the source of truth and sync changes forward to here.\n\nThe site's copy carries a superset (a legacy alias shim, --bg/--ink/etc., for\nits unrebuilt surfaces) that is deliberately NOT part of this package.\n\nValues here are the real brand system. The setup guide's Step 2 sketch\n(cyan/magenta, dark-first, Nunito/DM Mono) does not describe this brand and\nwas not used.\n\nOriginally ported from the Claude Design project \"Cloudgrid\"\n(303a54ca-2f23-4906-8040-879e8d9a7b6f), token files colors/typography/fonts/\nspacing/radius/elevation/motion. Values marked SOURCE were sampled from the\nsupplied 1440px brand frames or given by the brand owner.\n\nThe system is light, flat and gradient-free. Containment is done with 1px\nhairlines, not elevation. The one dramatic move is the purple panel, which is\na token flip rather than a separate stylesheet: put data-cg-surface=\"panel\" on\nany container filled with --cg-surface-panel and every semantic token below\nswitches to its on-purple value.\n\nA theme change is a value swap in this file. Components consume custom\nproperties exclusively and must never hardcode a hex.",
3
+ "brand": {
4
+ "$description": "brand (SOURCE)",
5
+ "ink": {
6
+ "$value": "#222222",
7
+ "$type": "color",
8
+ "$extensions": {
9
+ "io.cloudgrid": {
10
+ "css": "--cg-ink"
11
+ }
12
+ }
13
+ },
14
+ "primary": {
15
+ "$value": "#5a47f0",
16
+ "$type": "color",
17
+ "$extensions": {
18
+ "io.cloudgrid": {
19
+ "css": "--cg-primary"
20
+ }
21
+ }
22
+ },
23
+ "secondary": {
24
+ "$value": "#b6de68",
25
+ "$type": "color",
26
+ "$extensions": {
27
+ "io.cloudgrid": {
28
+ "css": "--cg-secondary"
29
+ }
30
+ }
31
+ },
32
+ "tertiary": {
33
+ "$value": "#60e9f0",
34
+ "$type": "color",
35
+ "$extensions": {
36
+ "io.cloudgrid": {
37
+ "css": "--cg-tertiary"
38
+ }
39
+ }
40
+ }
41
+ },
42
+ "danger": {
43
+ "$description": "danger (PLACEHOLDER, not a brand value)\n\nOperator decision 2026-08-16, issue #62, stated as a placeholder in the\noperator's own words: \"its just a red i found. one day the brand designer\nmight change it, but until then this is it.\"\n\nIt lives here, beside the brand sources, because that is the one place a\ndesigner should have to edit. Nothing else in the system carries a red.\n\nMeasured against every surface before it was chosen, because a flat value\ncannot work on all three:\n\n#E53935 on white #ffffff : 4.23:1\n#E53935 on panel #5a47f0 : 1.38:1 <-- invisible, hence the override\n#E53935 on ink #222222 : 3.76:1\n\n1.38:1 on purple is the #41 failure repeating: that issue found the primary\nbutton rendering the panel's own colour at 1:1. The per-surface values in\nthe panel and ink scopes below are derived from this red rather than being\nnew brand decisions.\n\nKNOWN, and deliberately not \"fixed\" by changing the operator's value: 4.23:1\non white clears the 3:1 bar for UI components and borders, and is just under\nthe 4.5:1 AA bar for body text. `text-destructive` has 5 uses. A future\nbrand pass can darken it; that is a decision, not a tidy-up.",
44
+ "danger": {
45
+ "$value": "#E53935",
46
+ "$type": "color",
47
+ "$extensions": {
48
+ "io.cloudgrid": {
49
+ "css": "--cg-danger"
50
+ }
51
+ }
52
+ }
53
+ },
54
+ "brand-derived": {
55
+ "$description": "brand derived (interaction only)",
56
+ "primary-press": {
57
+ "$value": "#4b39db",
58
+ "$type": "color",
59
+ "$extensions": {
60
+ "io.cloudgrid": {
61
+ "css": "--cg-primary-press"
62
+ }
63
+ }
64
+ },
65
+ "primary-tint": {
66
+ "$value": "#eeecfe",
67
+ "$type": "color",
68
+ "$extensions": {
69
+ "io.cloudgrid": {
70
+ "css": "--cg-primary-tint"
71
+ }
72
+ }
73
+ },
74
+ "secondary-press": {
75
+ "$value": "#a6cf57",
76
+ "$type": "color",
77
+ "$extensions": {
78
+ "io.cloudgrid": {
79
+ "css": "--cg-secondary-press"
80
+ }
81
+ }
82
+ },
83
+ "tertiary-press": {
84
+ "$value": "#4dd8e0",
85
+ "$type": "color",
86
+ "$extensions": {
87
+ "io.cloudgrid": {
88
+ "css": "--cg-tertiary-press"
89
+ }
90
+ }
91
+ }
92
+ },
93
+ "neutrals": {
94
+ "neutral-0": {
95
+ "$value": "#ffffff",
96
+ "$type": "color",
97
+ "$extensions": {
98
+ "io.cloudgrid": {
99
+ "css": "--cg-neutral-0"
100
+ }
101
+ }
102
+ },
103
+ "lavender-50": {
104
+ "$value": "#f2f1f7; /* SOURCE: alternate page wash */ --cg-neutral-100: #f1f1f1; /* SOURCE: hairline / card border */ --cg-neutral-200: #e3e3e3; /* SOURCE: control border, inactive pill fill */ --cg-neutral-400: #acacac; /* SOURCE: placeholder */ --cg-neutral-500: #8e8e8e; /* SOURCE: footer text */ --cg-neutral-700: #595959; /* SOURCE: legal / secondary text */ --cg-neutral-900: #222222; /* SOURCE: ink */ /* ---- semantic surfaces ---- */ --cg-surface-page: var(--cg-neutral-0)",
105
+ "$extensions": {
106
+ "io.cloudgrid": {
107
+ "raw": true,
108
+ "css": "--cg-lavender-50"
109
+ }
110
+ }
111
+ },
112
+ "neutral-100": {
113
+ "$value": "#f1f1f1; /* SOURCE: hairline / card border */ --cg-neutral-200: #e3e3e3; /* SOURCE: control border, inactive pill fill */ --cg-neutral-400: #acacac; /* SOURCE: placeholder */ --cg-neutral-500: #8e8e8e; /* SOURCE: footer text */ --cg-neutral-700: #595959; /* SOURCE: legal / secondary text */ --cg-neutral-900: #222222; /* SOURCE: ink */ /* ---- semantic surfaces ---- */ --cg-surface-page: var(--cg-neutral-0)",
114
+ "$extensions": {
115
+ "io.cloudgrid": {
116
+ "raw": true,
117
+ "css": "--cg-neutral-100"
118
+ }
119
+ }
120
+ },
121
+ "neutral-200": {
122
+ "$value": "#e3e3e3; /* SOURCE: control border, inactive pill fill */ --cg-neutral-400: #acacac; /* SOURCE: placeholder */ --cg-neutral-500: #8e8e8e; /* SOURCE: footer text */ --cg-neutral-700: #595959; /* SOURCE: legal / secondary text */ --cg-neutral-900: #222222; /* SOURCE: ink */ /* ---- semantic surfaces ---- */ --cg-surface-page: var(--cg-neutral-0)",
123
+ "$extensions": {
124
+ "io.cloudgrid": {
125
+ "raw": true,
126
+ "css": "--cg-neutral-200"
127
+ }
128
+ }
129
+ },
130
+ "neutral-400": {
131
+ "$value": "#acacac; /* SOURCE: placeholder */ --cg-neutral-500: #8e8e8e; /* SOURCE: footer text */ --cg-neutral-700: #595959; /* SOURCE: legal / secondary text */ --cg-neutral-900: #222222; /* SOURCE: ink */ /* ---- semantic surfaces ---- */ --cg-surface-page: var(--cg-neutral-0)",
132
+ "$extensions": {
133
+ "io.cloudgrid": {
134
+ "raw": true,
135
+ "css": "--cg-neutral-400"
136
+ }
137
+ }
138
+ },
139
+ "neutral-500": {
140
+ "$value": "#8e8e8e; /* SOURCE: footer text */ --cg-neutral-700: #595959; /* SOURCE: legal / secondary text */ --cg-neutral-900: #222222; /* SOURCE: ink */ /* ---- semantic surfaces ---- */ --cg-surface-page: var(--cg-neutral-0)",
141
+ "$extensions": {
142
+ "io.cloudgrid": {
143
+ "raw": true,
144
+ "css": "--cg-neutral-500"
145
+ }
146
+ }
147
+ },
148
+ "neutral-700": {
149
+ "$value": "#595959; /* SOURCE: legal / secondary text */ --cg-neutral-900: #222222; /* SOURCE: ink */ /* ---- semantic surfaces ---- */ --cg-surface-page: var(--cg-neutral-0)",
150
+ "$extensions": {
151
+ "io.cloudgrid": {
152
+ "raw": true,
153
+ "css": "--cg-neutral-700"
154
+ }
155
+ }
156
+ },
157
+ "neutral-900": {
158
+ "$value": "#222222; /* SOURCE: ink */ /* ---- semantic surfaces ---- */ --cg-surface-page: var(--cg-neutral-0)",
159
+ "$extensions": {
160
+ "io.cloudgrid": {
161
+ "raw": true,
162
+ "css": "--cg-neutral-900"
163
+ }
164
+ }
165
+ }
166
+ },
167
+ "semantic-surfaces": {
168
+ "surface-page": {
169
+ "$value": "{neutrals.neutral-0}",
170
+ "$extensions": {
171
+ "io.cloudgrid": {
172
+ "css": "--cg-surface-page"
173
+ }
174
+ }
175
+ },
176
+ "surface-page-alt": {
177
+ "$value": "{neutrals.lavender-50}",
178
+ "$extensions": {
179
+ "io.cloudgrid": {
180
+ "css": "--cg-surface-page-alt"
181
+ }
182
+ }
183
+ },
184
+ "surface-card": {
185
+ "$value": "{neutrals.neutral-0}",
186
+ "$extensions": {
187
+ "io.cloudgrid": {
188
+ "css": "--cg-surface-card"
189
+ }
190
+ }
191
+ },
192
+ "surface-subtle": {
193
+ "$value": "{neutrals.lavender-50}",
194
+ "$extensions": {
195
+ "io.cloudgrid": {
196
+ "css": "--cg-surface-subtle"
197
+ }
198
+ }
199
+ },
200
+ "surface-control": {
201
+ "$value": "{neutrals.neutral-200}",
202
+ "$extensions": {
203
+ "io.cloudgrid": {
204
+ "css": "--cg-surface-control"
205
+ }
206
+ }
207
+ },
208
+ "surface-panel": {
209
+ "$value": "{brand.primary}",
210
+ "$extensions": {
211
+ "io.cloudgrid": {
212
+ "css": "--cg-surface-panel"
213
+ }
214
+ }
215
+ },
216
+ "surface-code": {
217
+ "$value": "{brand.ink}",
218
+ "$extensions": {
219
+ "io.cloudgrid": {
220
+ "css": "--cg-surface-code"
221
+ }
222
+ }
223
+ }
224
+ },
225
+ "semantic-text": {
226
+ "text-primary": {
227
+ "$value": "{neutrals.neutral-900}",
228
+ "$extensions": {
229
+ "io.cloudgrid": {
230
+ "css": "--cg-text-primary"
231
+ }
232
+ }
233
+ },
234
+ "text-secondary": {
235
+ "$value": "{neutrals.neutral-700}",
236
+ "$extensions": {
237
+ "io.cloudgrid": {
238
+ "css": "--cg-text-secondary"
239
+ }
240
+ }
241
+ },
242
+ "text-muted": {
243
+ "$value": "{neutrals.neutral-500}",
244
+ "$extensions": {
245
+ "io.cloudgrid": {
246
+ "css": "--cg-text-muted"
247
+ }
248
+ }
249
+ },
250
+ "text-placeholder": {
251
+ "$value": "{neutrals.neutral-400}",
252
+ "$extensions": {
253
+ "io.cloudgrid": {
254
+ "css": "--cg-text-placeholder"
255
+ }
256
+ }
257
+ },
258
+ "text-accent": {
259
+ "$value": "{brand.primary}",
260
+ "$extensions": {
261
+ "io.cloudgrid": {
262
+ "css": "--cg-text-accent"
263
+ }
264
+ }
265
+ },
266
+ "text-inverse": {
267
+ "$value": "{neutrals.neutral-0}",
268
+ "$extensions": {
269
+ "io.cloudgrid": {
270
+ "css": "--cg-text-inverse"
271
+ }
272
+ }
273
+ },
274
+ "text-on-primary": {
275
+ "$value": "{neutrals.neutral-0}",
276
+ "$extensions": {
277
+ "io.cloudgrid": {
278
+ "css": "--cg-text-on-primary"
279
+ }
280
+ }
281
+ },
282
+ "text-on-accent": {
283
+ "$value": "{brand.ink}",
284
+ "$extensions": {
285
+ "io.cloudgrid": {
286
+ "css": "--cg-text-on-accent"
287
+ }
288
+ }
289
+ },
290
+ "text-on-code": {
291
+ "$value": "#e7e7e7",
292
+ "$type": "color",
293
+ "$extensions": {
294
+ "io.cloudgrid": {
295
+ "css": "--cg-text-on-code"
296
+ }
297
+ }
298
+ }
299
+ },
300
+ "semantic-lines": {
301
+ "border-hairline": {
302
+ "$value": "{neutrals.neutral-100}",
303
+ "$extensions": {
304
+ "io.cloudgrid": {
305
+ "css": "--cg-border-hairline"
306
+ }
307
+ }
308
+ },
309
+ "border-control": {
310
+ "$value": "{neutrals.neutral-200}",
311
+ "$extensions": {
312
+ "io.cloudgrid": {
313
+ "css": "--cg-border-control"
314
+ }
315
+ }
316
+ },
317
+ "border-strong": {
318
+ "$value": "{brand.ink}",
319
+ "$extensions": {
320
+ "io.cloudgrid": {
321
+ "css": "--cg-border-strong"
322
+ }
323
+ }
324
+ },
325
+ "border-accent": {
326
+ "$value": "{brand.primary}",
327
+ "$extensions": {
328
+ "io.cloudgrid": {
329
+ "css": "--cg-border-accent"
330
+ }
331
+ }
332
+ },
333
+ "focus-ring": {
334
+ "$value": "rgba(90, 71, 240, 0.28)",
335
+ "$type": "color",
336
+ "$extensions": {
337
+ "io.cloudgrid": {
338
+ "css": "--cg-focus-ring"
339
+ }
340
+ }
341
+ }
342
+ },
343
+ "link": {
344
+ "link": {
345
+ "$value": "{semantic-text.text-primary}",
346
+ "$extensions": {
347
+ "io.cloudgrid": {
348
+ "css": "--cg-link"
349
+ }
350
+ }
351
+ },
352
+ "link-hover": {
353
+ "$value": "{brand.primary}",
354
+ "$extensions": {
355
+ "io.cloudgrid": {
356
+ "css": "--cg-link-hover"
357
+ }
358
+ }
359
+ }
360
+ },
361
+ "type-families": {
362
+ "$description": "H1 is Futura Condensed Extra Bold where it is installed. It is a licensed\nface, NOT a webfont, so Saira Semi Condensed 800 is the self-hosted\nfallback that keeps every H1 heavy and condensed everywhere else. Drop the\nlicensed woff2 in and it takes over with no other change.",
363
+ "font-display": {
364
+ "$value": "'Futura Condensed ExtraBold', 'Futura Condensed', 'Saira Semi Condensed Variable', 'Saira Semi Condensed', 'Arial Narrow', sans-serif",
365
+ "$type": "fontFamily",
366
+ "$extensions": {
367
+ "io.cloudgrid": {
368
+ "css": "--cg-font-display"
369
+ }
370
+ }
371
+ },
372
+ "font-body": {
373
+ "$value": "'Manrope Variable', 'Manrope', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif",
374
+ "$type": "fontFamily",
375
+ "$extensions": {
376
+ "io.cloudgrid": {
377
+ "css": "--cg-font-body"
378
+ }
379
+ }
380
+ },
381
+ "font-mono": {
382
+ "$value": "'JetBrains Mono Variable', 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace",
383
+ "$type": "fontFamily",
384
+ "$extensions": {
385
+ "io.cloudgrid": {
386
+ "css": "--cg-font-mono"
387
+ }
388
+ }
389
+ }
390
+ },
391
+ "weights": {
392
+ "$description": "weights (Manrope ships 400/500/700)",
393
+ "weight-regular": {
394
+ "$value": "400",
395
+ "$type": "fontWeight",
396
+ "$extensions": {
397
+ "io.cloudgrid": {
398
+ "css": "--cg-weight-regular"
399
+ }
400
+ }
401
+ },
402
+ "weight-medium": {
403
+ "$value": "500",
404
+ "$type": "fontWeight",
405
+ "$extensions": {
406
+ "io.cloudgrid": {
407
+ "css": "--cg-weight-medium"
408
+ }
409
+ }
410
+ },
411
+ "weight-bold": {
412
+ "$value": "700",
413
+ "$type": "fontWeight",
414
+ "$extensions": {
415
+ "io.cloudgrid": {
416
+ "css": "--cg-weight-bold"
417
+ }
418
+ }
419
+ },
420
+ "weight-display": {
421
+ "$value": "800",
422
+ "$type": "fontWeight",
423
+ "$extensions": {
424
+ "io.cloudgrid": {
425
+ "css": "--cg-weight-display"
426
+ }
427
+ }
428
+ }
429
+ },
430
+ "h1-display-ramp": {
431
+ "$description": "H1 display ramp: uppercase, condensed, Primary or white\n\nStepped down one notch 2026-08-06 (operator: main headings read too\ndominant). The SOURCE values were xl 64 / lg 48 / md 42 / sm 32.",
432
+ "display-xl": {
433
+ "$value": "56px",
434
+ "$type": "dimension",
435
+ "$extensions": {
436
+ "io.cloudgrid": {
437
+ "css": "--cg-display-xl"
438
+ }
439
+ }
440
+ },
441
+ "display-lg": {
442
+ "$value": "44px",
443
+ "$type": "dimension",
444
+ "$extensions": {
445
+ "io.cloudgrid": {
446
+ "css": "--cg-display-lg"
447
+ }
448
+ }
449
+ },
450
+ "display-md": {
451
+ "$value": "38px; /* SOURCE: onboarding H1 (was 42px) */ --cg-display-sm: 30px",
452
+ "$extensions": {
453
+ "io.cloudgrid": {
454
+ "raw": true,
455
+ "css": "--cg-display-md"
456
+ }
457
+ }
458
+ },
459
+ "display-sm": {
460
+ "$value": "30px",
461
+ "$type": "dimension",
462
+ "$extensions": {
463
+ "io.cloudgrid": {
464
+ "css": "--cg-display-sm"
465
+ }
466
+ }
467
+ },
468
+ "display-line": {
469
+ "$value": "1.06",
470
+ "$type": "number",
471
+ "$extensions": {
472
+ "io.cloudgrid": {
473
+ "css": "--cg-display-line"
474
+ }
475
+ }
476
+ },
477
+ "display-tracking": {
478
+ "$value": "0.012em",
479
+ "$type": "dimension",
480
+ "$extensions": {
481
+ "io.cloudgrid": {
482
+ "css": "--cg-display-tracking"
483
+ }
484
+ }
485
+ }
486
+ },
487
+ "manrope-ramp": {
488
+ "heading-lg": {
489
+ "$value": "24px",
490
+ "$type": "dimension",
491
+ "$extensions": {
492
+ "io.cloudgrid": {
493
+ "css": "--cg-heading-lg"
494
+ }
495
+ }
496
+ },
497
+ "heading-md": {
498
+ "$value": "20px; /* SOURCE: card title */ --cg-heading-sm: 17px; /* SOURCE: step title */ --cg-heading-line: 1.3",
499
+ "$extensions": {
500
+ "io.cloudgrid": {
501
+ "raw": true,
502
+ "css": "--cg-heading-md"
503
+ }
504
+ }
505
+ },
506
+ "heading-sm": {
507
+ "$value": "17px; /* SOURCE: step title */ --cg-heading-line: 1.3",
508
+ "$extensions": {
509
+ "io.cloudgrid": {
510
+ "raw": true,
511
+ "css": "--cg-heading-sm"
512
+ }
513
+ }
514
+ },
515
+ "heading-line": {
516
+ "$value": "1.3",
517
+ "$type": "number",
518
+ "$extensions": {
519
+ "io.cloudgrid": {
520
+ "css": "--cg-heading-line"
521
+ }
522
+ }
523
+ },
524
+ "body-lg": {
525
+ "$value": "19px; /* SOURCE: H1 subline */ --cg-body-md: 16px; /* SOURCE: default UI text */ --cg-body-sm: 15px; /* SOURCE: card body, legal */ --cg-caption: 13px; /* SOURCE: footer, helper */ --cg-body-line: 1.5",
526
+ "$extensions": {
527
+ "io.cloudgrid": {
528
+ "raw": true,
529
+ "css": "--cg-body-lg"
530
+ }
531
+ }
532
+ },
533
+ "body-md": {
534
+ "$value": "16px; /* SOURCE: default UI text */ --cg-body-sm: 15px; /* SOURCE: card body, legal */ --cg-caption: 13px; /* SOURCE: footer, helper */ --cg-body-line: 1.5",
535
+ "$extensions": {
536
+ "io.cloudgrid": {
537
+ "raw": true,
538
+ "css": "--cg-body-md"
539
+ }
540
+ }
541
+ },
542
+ "body-sm": {
543
+ "$value": "15px; /* SOURCE: card body, legal */ --cg-caption: 13px; /* SOURCE: footer, helper */ --cg-body-line: 1.5",
544
+ "$extensions": {
545
+ "io.cloudgrid": {
546
+ "raw": true,
547
+ "css": "--cg-body-sm"
548
+ }
549
+ }
550
+ },
551
+ "caption": {
552
+ "$value": "13px; /* SOURCE: footer, helper */ --cg-body-line: 1.5",
553
+ "$extensions": {
554
+ "io.cloudgrid": {
555
+ "raw": true,
556
+ "css": "--cg-caption"
557
+ }
558
+ }
559
+ },
560
+ "body-line": {
561
+ "$value": "1.5",
562
+ "$type": "number",
563
+ "$extensions": {
564
+ "io.cloudgrid": {
565
+ "css": "--cg-body-line"
566
+ }
567
+ }
568
+ },
569
+ "body-tracking": {
570
+ "$value": "0em",
571
+ "$type": "dimension",
572
+ "$extensions": {
573
+ "io.cloudgrid": {
574
+ "css": "--cg-body-tracking"
575
+ }
576
+ }
577
+ },
578
+ "mono-size": {
579
+ "$value": "14px",
580
+ "$type": "dimension",
581
+ "$extensions": {
582
+ "io.cloudgrid": {
583
+ "css": "--cg-mono-size"
584
+ }
585
+ }
586
+ },
587
+ "mono-line": {
588
+ "$value": "1.7",
589
+ "$type": "number",
590
+ "$extensions": {
591
+ "io.cloudgrid": {
592
+ "css": "--cg-mono-line"
593
+ }
594
+ }
595
+ },
596
+ "label-size": {
597
+ "$value": "15px",
598
+ "$type": "dimension",
599
+ "$extensions": {
600
+ "io.cloudgrid": {
601
+ "css": "--cg-label-size"
602
+ }
603
+ }
604
+ },
605
+ "label-weight": {
606
+ "$value": "{weights.weight-medium}",
607
+ "$extensions": {
608
+ "io.cloudgrid": {
609
+ "css": "--cg-label-weight"
610
+ }
611
+ }
612
+ }
613
+ },
614
+ "spacing": {
615
+ "$description": "spacing: 4px base",
616
+ "space-1": {
617
+ "$value": "4px",
618
+ "$type": "dimension",
619
+ "$extensions": {
620
+ "io.cloudgrid": {
621
+ "css": "--cg-space-1"
622
+ }
623
+ }
624
+ },
625
+ "space-2": {
626
+ "$value": "8px",
627
+ "$type": "dimension",
628
+ "$extensions": {
629
+ "io.cloudgrid": {
630
+ "css": "--cg-space-2"
631
+ }
632
+ }
633
+ },
634
+ "space-3": {
635
+ "$value": "12px",
636
+ "$type": "dimension",
637
+ "$extensions": {
638
+ "io.cloudgrid": {
639
+ "css": "--cg-space-3"
640
+ }
641
+ }
642
+ },
643
+ "space-4": {
644
+ "$value": "16px",
645
+ "$type": "dimension",
646
+ "$extensions": {
647
+ "io.cloudgrid": {
648
+ "css": "--cg-space-4"
649
+ }
650
+ }
651
+ },
652
+ "space-5": {
653
+ "$value": "20px",
654
+ "$type": "dimension",
655
+ "$extensions": {
656
+ "io.cloudgrid": {
657
+ "css": "--cg-space-5"
658
+ }
659
+ }
660
+ },
661
+ "space-6": {
662
+ "$value": "24px",
663
+ "$type": "dimension",
664
+ "$extensions": {
665
+ "io.cloudgrid": {
666
+ "css": "--cg-space-6"
667
+ }
668
+ }
669
+ },
670
+ "space-8": {
671
+ "$value": "32px",
672
+ "$type": "dimension",
673
+ "$extensions": {
674
+ "io.cloudgrid": {
675
+ "css": "--cg-space-8"
676
+ }
677
+ }
678
+ },
679
+ "space-10": {
680
+ "$value": "40px",
681
+ "$type": "dimension",
682
+ "$extensions": {
683
+ "io.cloudgrid": {
684
+ "css": "--cg-space-10"
685
+ }
686
+ }
687
+ },
688
+ "space-12": {
689
+ "$value": "48px",
690
+ "$type": "dimension",
691
+ "$extensions": {
692
+ "io.cloudgrid": {
693
+ "css": "--cg-space-12"
694
+ }
695
+ }
696
+ },
697
+ "space-16": {
698
+ "$value": "64px",
699
+ "$type": "dimension",
700
+ "$extensions": {
701
+ "io.cloudgrid": {
702
+ "css": "--cg-space-16"
703
+ }
704
+ }
705
+ },
706
+ "space-20": {
707
+ "$value": "80px",
708
+ "$type": "dimension",
709
+ "$extensions": {
710
+ "io.cloudgrid": {
711
+ "css": "--cg-space-20"
712
+ }
713
+ }
714
+ },
715
+ "space-30": {
716
+ "$value": "120px",
717
+ "$type": "dimension",
718
+ "$extensions": {
719
+ "io.cloudgrid": {
720
+ "css": "--cg-space-30"
721
+ }
722
+ }
723
+ }
724
+ },
725
+ "layout": {
726
+ "$description": "layout (SOURCE measurements from the 1440px frames)",
727
+ "column-form": {
728
+ "$value": "414px",
729
+ "$type": "dimension",
730
+ "$extensions": {
731
+ "io.cloudgrid": {
732
+ "css": "--cg-column-form"
733
+ }
734
+ }
735
+ },
736
+ "column-wide": {
737
+ "$value": "920px; /* SOURCE 844px; widened 2026-08-06 with the container */ --cg-page-pad: 32px",
738
+ "$extensions": {
739
+ "io.cloudgrid": {
740
+ "raw": true,
741
+ "css": "--cg-column-wide"
742
+ }
743
+ }
744
+ },
745
+ "page-pad": {
746
+ "$value": "32px",
747
+ "$type": "dimension",
748
+ "$extensions": {
749
+ "io.cloudgrid": {
750
+ "css": "--cg-page-pad"
751
+ }
752
+ }
753
+ },
754
+ "header-height": {
755
+ "$value": "90px",
756
+ "$type": "dimension",
757
+ "$extensions": {
758
+ "io.cloudgrid": {
759
+ "css": "--cg-header-height"
760
+ }
761
+ }
762
+ },
763
+ "footer-height": {
764
+ "$value": "64px",
765
+ "$type": "dimension",
766
+ "$extensions": {
767
+ "io.cloudgrid": {
768
+ "css": "--cg-footer-height"
769
+ }
770
+ }
771
+ },
772
+ "stack-tight": {
773
+ "$value": "8px",
774
+ "$type": "dimension",
775
+ "$extensions": {
776
+ "io.cloudgrid": {
777
+ "css": "--cg-stack-tight"
778
+ }
779
+ }
780
+ },
781
+ "stack": {
782
+ "$value": "16px",
783
+ "$type": "dimension",
784
+ "$extensions": {
785
+ "io.cloudgrid": {
786
+ "css": "--cg-stack"
787
+ }
788
+ }
789
+ },
790
+ "stack-loose": {
791
+ "$value": "24px",
792
+ "$type": "dimension",
793
+ "$extensions": {
794
+ "io.cloudgrid": {
795
+ "css": "--cg-stack-loose"
796
+ }
797
+ }
798
+ },
799
+ "section-gap": {
800
+ "$value": "56px",
801
+ "$type": "dimension",
802
+ "$extensions": {
803
+ "io.cloudgrid": {
804
+ "css": "--cg-section-gap"
805
+ }
806
+ }
807
+ },
808
+ "container": {
809
+ "$value": "1280px",
810
+ "$type": "dimension",
811
+ "$description": "Marketing pages are wider than the onboarding frames the system was\nmeasured from, so the site adds one container width of its own.\n1120 -> 1280 on 2026-08-06 (operator: too much white space at the sides).",
812
+ "$extensions": {
813
+ "io.cloudgrid": {
814
+ "css": "--cg-container"
815
+ }
816
+ }
817
+ },
818
+ "measure": {
819
+ "$value": "68ch",
820
+ "$type": "dimension",
821
+ "$extensions": {
822
+ "io.cloudgrid": {
823
+ "css": "--cg-measure"
824
+ }
825
+ }
826
+ }
827
+ },
828
+ "corners": {
829
+ "radius-xs": {
830
+ "$value": "8px",
831
+ "$type": "dimension",
832
+ "$extensions": {
833
+ "io.cloudgrid": {
834
+ "css": "--cg-radius-xs"
835
+ }
836
+ }
837
+ },
838
+ "radius-sm": {
839
+ "$value": "10px",
840
+ "$type": "dimension",
841
+ "$extensions": {
842
+ "io.cloudgrid": {
843
+ "css": "--cg-radius-sm"
844
+ }
845
+ }
846
+ },
847
+ "radius-md": {
848
+ "$value": "12px; /* SOURCE: code block, OTP cell */ --cg-radius-lg: 14px; /* SOURCE: provider button, input, tool card */ --cg-radius-xl: 16px; /* SOURCE: option card */ --cg-radius-2xl: 24px; /* SOURCE: full-bleed purple panel */ --cg-radius-pill: 999px",
849
+ "$extensions": {
850
+ "io.cloudgrid": {
851
+ "raw": true,
852
+ "css": "--cg-radius-md"
853
+ }
854
+ }
855
+ },
856
+ "radius-lg": {
857
+ "$value": "14px; /* SOURCE: provider button, input, tool card */ --cg-radius-xl: 16px; /* SOURCE: option card */ --cg-radius-2xl: 24px; /* SOURCE: full-bleed purple panel */ --cg-radius-pill: 999px",
858
+ "$extensions": {
859
+ "io.cloudgrid": {
860
+ "raw": true,
861
+ "css": "--cg-radius-lg"
862
+ }
863
+ }
864
+ },
865
+ "radius-xl": {
866
+ "$value": "16px; /* SOURCE: option card */ --cg-radius-2xl: 24px; /* SOURCE: full-bleed purple panel */ --cg-radius-pill: 999px",
867
+ "$extensions": {
868
+ "io.cloudgrid": {
869
+ "raw": true,
870
+ "css": "--cg-radius-xl"
871
+ }
872
+ }
873
+ },
874
+ "radius-2xl": {
875
+ "$value": "24px; /* SOURCE: full-bleed purple panel */ --cg-radius-pill: 999px",
876
+ "$extensions": {
877
+ "io.cloudgrid": {
878
+ "raw": true,
879
+ "css": "--cg-radius-2xl"
880
+ }
881
+ }
882
+ },
883
+ "radius-pill": {
884
+ "$value": "999px",
885
+ "$type": "dimension",
886
+ "$extensions": {
887
+ "io.cloudgrid": {
888
+ "css": "--cg-radius-pill"
889
+ }
890
+ }
891
+ },
892
+ "border-width": {
893
+ "$value": "1px",
894
+ "$type": "dimension",
895
+ "$extensions": {
896
+ "io.cloudgrid": {
897
+ "css": "--cg-border-width"
898
+ }
899
+ }
900
+ },
901
+ "border-width-strong": {
902
+ "$value": "1.5px",
903
+ "$type": "dimension",
904
+ "$extensions": {
905
+ "io.cloudgrid": {
906
+ "css": "--cg-border-width-strong"
907
+ }
908
+ }
909
+ }
910
+ },
911
+ "elevation": {
912
+ "$description": "elevation: hairlines first, shadow only on the wash or on hover",
913
+ "shadow-none": {
914
+ "$value": "none",
915
+ "$extensions": {
916
+ "io.cloudgrid": {
917
+ "raw": true,
918
+ "css": "--cg-shadow-none"
919
+ }
920
+ }
921
+ },
922
+ "shadow-card": {
923
+ "$value": "0 1px 2px rgba(34, 34, 34, 0.04)",
924
+ "$extensions": {
925
+ "io.cloudgrid": {
926
+ "raw": true,
927
+ "css": "--cg-shadow-card"
928
+ }
929
+ }
930
+ },
931
+ "shadow-raised": {
932
+ "$value": "0 4px 14px rgba(34, 34, 34, 0.06)",
933
+ "$extensions": {
934
+ "io.cloudgrid": {
935
+ "raw": true,
936
+ "css": "--cg-shadow-raised"
937
+ }
938
+ }
939
+ },
940
+ "shadow-hover": {
941
+ "$value": "0 8px 24px rgba(34, 34, 34, 0.08)",
942
+ "$extensions": {
943
+ "io.cloudgrid": {
944
+ "raw": true,
945
+ "css": "--cg-shadow-hover"
946
+ }
947
+ }
948
+ },
949
+ "shadow-panel": {
950
+ "$value": "0 10px 40px rgba(90, 71, 240, 0.18)",
951
+ "$extensions": {
952
+ "io.cloudgrid": {
953
+ "raw": true,
954
+ "css": "--cg-shadow-panel"
955
+ }
956
+ }
957
+ },
958
+ "ring-focus": {
959
+ "$value": "0 0 0 3px var(--cg-focus-ring)",
960
+ "$extensions": {
961
+ "io.cloudgrid": {
962
+ "raw": true,
963
+ "css": "--cg-ring-focus"
964
+ }
965
+ }
966
+ }
967
+ },
968
+ "motion": {
969
+ "$description": "motion: small and quick, nothing slides in",
970
+ "duration-fast": {
971
+ "$value": "120ms",
972
+ "$type": "duration",
973
+ "$extensions": {
974
+ "io.cloudgrid": {
975
+ "css": "--cg-duration-fast"
976
+ }
977
+ }
978
+ },
979
+ "duration": {
980
+ "$value": "180ms",
981
+ "$type": "duration",
982
+ "$extensions": {
983
+ "io.cloudgrid": {
984
+ "css": "--cg-duration"
985
+ }
986
+ }
987
+ },
988
+ "duration-slow": {
989
+ "$value": "280ms",
990
+ "$type": "duration",
991
+ "$extensions": {
992
+ "io.cloudgrid": {
993
+ "css": "--cg-duration-slow"
994
+ }
995
+ }
996
+ },
997
+ "ease-out": {
998
+ "$value": "cubic-bezier(0, 0, 0.2, 1)",
999
+ "$type": "cubicBezier",
1000
+ "$extensions": {
1001
+ "io.cloudgrid": {
1002
+ "css": "--cg-ease-out"
1003
+ }
1004
+ }
1005
+ },
1006
+ "ease-in-out": {
1007
+ "$value": "cubic-bezier(0.4, 0, 0.2, 1)",
1008
+ "$type": "cubicBezier",
1009
+ "$extensions": {
1010
+ "io.cloudgrid": {
1011
+ "css": "--cg-ease-in-out"
1012
+ }
1013
+ }
1014
+ },
1015
+ "transition-control": {
1016
+ "$value": "background-color var(--cg-duration) var(--cg-ease-out), border-color var(--cg-duration) var(--cg-ease-out), color var(--cg-duration) var(--cg-ease-out), box-shadow var(--cg-duration) var(--cg-ease-out)",
1017
+ "$extensions": {
1018
+ "io.cloudgrid": {
1019
+ "raw": true,
1020
+ "css": "--cg-transition-control"
1021
+ }
1022
+ }
1023
+ },
1024
+ "lift-hover": {
1025
+ "$value": "translateY(-1px)",
1026
+ "$extensions": {
1027
+ "io.cloudgrid": {
1028
+ "raw": true,
1029
+ "css": "--cg-lift-hover"
1030
+ }
1031
+ }
1032
+ },
1033
+ "press-scale": {
1034
+ "$value": "0.985",
1035
+ "$type": "number",
1036
+ "$extensions": {
1037
+ "io.cloudgrid": {
1038
+ "css": "--cg-press-scale"
1039
+ }
1040
+ }
1041
+ }
1042
+ }
1043
+ }