@c2n/theme 0.0.9 → 0.0.11

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/report.json CHANGED
@@ -264,10 +264,10 @@
264
264
  ]
265
265
  },
266
266
  "@c2n/avatar": {
267
- "total": 39,
268
- "mapped": 13,
267
+ "total": 49,
268
+ "mapped": 19,
269
269
  "unmapped": 5,
270
- "excluded": 12,
270
+ "excluded": 16,
271
271
  "noDefault": 9,
272
272
  "unmappedVars": [
273
273
  {
@@ -390,6 +390,34 @@
390
390
  "default": "rgb(161, 161, 170)",
391
391
  "rule": "R2",
392
392
  "reason": "identity / syntax colours are not themed"
393
+ },
394
+ {
395
+ "name": "--c2-avatar-group--max-width",
396
+ "type": "pixel",
397
+ "default": "320px",
398
+ "rule": "R0",
399
+ "reason": "responsive avatar-group width"
400
+ },
401
+ {
402
+ "name": "--c2-avatar-group--overlap",
403
+ "type": "pixel",
404
+ "default": "10px",
405
+ "rule": "R0",
406
+ "reason": "avatar stacking geometry"
407
+ },
408
+ {
409
+ "name": "--c2-avatar-group__avatar--box-shadow",
410
+ "type": "box-shadow",
411
+ "default": "0 0 0 2px #ffffff",
412
+ "rule": "R0",
413
+ "reason": "overlap separation ring"
414
+ },
415
+ {
416
+ "name": "--c2-avatar-group__overflow--size",
417
+ "type": "pixel",
418
+ "default": "32px",
419
+ "rule": "R0",
420
+ "reason": "overflow badge geometry"
393
421
  }
394
422
  ]
395
423
  },
@@ -544,6 +572,79 @@
544
572
  }
545
573
  ]
546
574
  },
575
+ "@c2n/border-beam": {
576
+ "total": 11,
577
+ "mapped": 2,
578
+ "unmapped": 0,
579
+ "excluded": 9,
580
+ "noDefault": 0,
581
+ "unmappedVars": [],
582
+ "excludedVars": [
583
+ {
584
+ "name": "--c2-border-beam--outset",
585
+ "type": "pixel",
586
+ "default": "0px",
587
+ "rule": "R0",
588
+ "reason": "container border alignment geometry"
589
+ },
590
+ {
591
+ "name": "--c2-border-beam__beam--size",
592
+ "type": "pixel",
593
+ "default": "100px",
594
+ "rule": "R0",
595
+ "reason": "decorative highlight length"
596
+ },
597
+ {
598
+ "name": "--c2-border-beam__beam--width",
599
+ "type": "pixel",
600
+ "default": "1px",
601
+ "rule": "R0",
602
+ "reason": "decorative stroke geometry"
603
+ },
604
+ {
605
+ "name": "--c2-border-beam__beam--color-to",
606
+ "type": "color",
607
+ "default": "#60a5fa",
608
+ "rule": "R0",
609
+ "reason": "coordinated decorative gradient stop"
610
+ },
611
+ {
612
+ "name": "--c2-border-beam__beam--opacity",
613
+ "type": "opacity",
614
+ "default": "0.95",
615
+ "rule": "R0",
616
+ "reason": "decorative effect opacity"
617
+ },
618
+ {
619
+ "name": "--c2-border-beam__beam--filter",
620
+ "type": "filter",
621
+ "default": "drop-shadow(0 0 3px rgba(2, 101, 220, 0.35))",
622
+ "rule": "R0",
623
+ "reason": "decorative glow effect"
624
+ },
625
+ {
626
+ "name": "--c2-border-beam__beam--duration",
627
+ "type": "time",
628
+ "default": "6s",
629
+ "rule": "R0",
630
+ "reason": "decorative animation timing"
631
+ },
632
+ {
633
+ "name": "--c2-border-beam__beam--delay",
634
+ "type": "time",
635
+ "default": "0s",
636
+ "rule": "R0",
637
+ "reason": "decorative animation timing"
638
+ },
639
+ {
640
+ "name": "--c2-border-beam--z-index",
641
+ "type": "integer",
642
+ "default": "1",
643
+ "rule": "R0",
644
+ "reason": "consumer stacking context"
645
+ }
646
+ ]
647
+ },
547
648
  "@c2n/breadcrumb": {
548
649
  "total": 18,
549
650
  "mapped": 8,
@@ -1516,6 +1617,171 @@
1516
1617
  }
1517
1618
  ]
1518
1619
  },
1620
+ "@c2n/code-editor": {
1621
+ "total": 45,
1622
+ "mapped": 22,
1623
+ "unmapped": 7,
1624
+ "excluded": 15,
1625
+ "noDefault": 1,
1626
+ "unmappedVars": [
1627
+ {
1628
+ "name": "--c2-code-editor--line-height",
1629
+ "type": "line-height",
1630
+ "default": "1.6",
1631
+ "rule": "R13",
1632
+ "reason": "property line-height is not themed by design"
1633
+ },
1634
+ {
1635
+ "name": "--c2-code-editor--min-height",
1636
+ "type": "pixel",
1637
+ "default": "120px",
1638
+ "rule": "R13",
1639
+ "reason": "property min-height is not themed by design"
1640
+ },
1641
+ {
1642
+ "name": "--c2-code-editor--max-height",
1643
+ "type": "pixel",
1644
+ "default": "420px",
1645
+ "rule": "R13",
1646
+ "reason": "property max-height is not themed by design"
1647
+ },
1648
+ {
1649
+ "name": "--c2-code-editor--padding-block",
1650
+ "type": "padding",
1651
+ "default": "10px",
1652
+ "rule": "R13",
1653
+ "reason": "property padding-block is not themed by design"
1654
+ },
1655
+ {
1656
+ "name": "--c2-code-editor--padding-inline",
1657
+ "type": "padding",
1658
+ "default": "12px",
1659
+ "rule": "R13",
1660
+ "reason": "property padding-inline is not themed by design"
1661
+ },
1662
+ {
1663
+ "name": "--c2-code-editor__gutter--min-width",
1664
+ "type": "pixel",
1665
+ "default": "32px",
1666
+ "rule": "R13",
1667
+ "reason": "property min-width is not themed by design"
1668
+ },
1669
+ {
1670
+ "name": "--c2-code-editor--gap",
1671
+ "type": "pixel",
1672
+ "default": "6px",
1673
+ "rule": "R13",
1674
+ "reason": "property gap is not themed by design"
1675
+ }
1676
+ ],
1677
+ "excludedVars": [
1678
+ {
1679
+ "name": "--c2-code-editor--color",
1680
+ "type": "color",
1681
+ "default": "#24292e",
1682
+ "rule": "R0",
1683
+ "reason": "code foreground; the syntax palette is themed as a unit"
1684
+ },
1685
+ {
1686
+ "name": "--c2-code-editor--font-size",
1687
+ "type": "font-size",
1688
+ "default": "13px",
1689
+ "rule": "R0",
1690
+ "reason": "code font size, off the 12/14 text scale"
1691
+ },
1692
+ {
1693
+ "name": "--c2-code-editor__gutter--background",
1694
+ "type": "color",
1695
+ "default": "transparent",
1696
+ "rule": "R2",
1697
+ "reason": "keyword / derived value transparent"
1698
+ },
1699
+ {
1700
+ "name": "--c2-code-editor__theme--token-keyword",
1701
+ "type": "color",
1702
+ "default": "#cf222e",
1703
+ "rule": "R2",
1704
+ "reason": "identity / syntax colours are not themed"
1705
+ },
1706
+ {
1707
+ "name": "--c2-code-editor__theme--token-string",
1708
+ "type": "color",
1709
+ "default": "#032f62",
1710
+ "rule": "R2",
1711
+ "reason": "identity / syntax colours are not themed"
1712
+ },
1713
+ {
1714
+ "name": "--c2-code-editor__theme--token-comment",
1715
+ "type": "color",
1716
+ "default": "#636c76",
1717
+ "rule": "R2",
1718
+ "reason": "identity / syntax colours are not themed"
1719
+ },
1720
+ {
1721
+ "name": "--c2-code-editor__theme--token-constant",
1722
+ "type": "color",
1723
+ "default": "#0550ae",
1724
+ "rule": "R2",
1725
+ "reason": "identity / syntax colours are not themed"
1726
+ },
1727
+ {
1728
+ "name": "--c2-code-editor__theme--token-function",
1729
+ "type": "color",
1730
+ "default": "#6f42c1",
1731
+ "rule": "R2",
1732
+ "reason": "identity / syntax colours are not themed"
1733
+ },
1734
+ {
1735
+ "name": "--c2-code-editor__theme--token-type",
1736
+ "type": "color",
1737
+ "default": "#953800",
1738
+ "rule": "R2",
1739
+ "reason": "identity / syntax colours are not themed"
1740
+ },
1741
+ {
1742
+ "name": "--c2-code-editor__theme--token-property",
1743
+ "type": "color",
1744
+ "default": "#0550ae",
1745
+ "rule": "R2",
1746
+ "reason": "identity / syntax colours are not themed"
1747
+ },
1748
+ {
1749
+ "name": "--c2-code-editor__theme--token-variable",
1750
+ "type": "color",
1751
+ "default": "#24292e",
1752
+ "rule": "R2",
1753
+ "reason": "identity / syntax colours are not themed"
1754
+ },
1755
+ {
1756
+ "name": "--c2-code-editor__theme--token-tag",
1757
+ "type": "color",
1758
+ "default": "#116329",
1759
+ "rule": "R2",
1760
+ "reason": "identity / syntax colours are not themed"
1761
+ },
1762
+ {
1763
+ "name": "--c2-code-editor__theme--token-punctuation",
1764
+ "type": "color",
1765
+ "default": "#24292e",
1766
+ "rule": "R2",
1767
+ "reason": "identity / syntax colours are not themed"
1768
+ },
1769
+ {
1770
+ "name": "--c2-code-editor__theme--token-link",
1771
+ "type": "color",
1772
+ "default": "#032f62",
1773
+ "rule": "R2",
1774
+ "reason": "identity / syntax colours are not themed"
1775
+ },
1776
+ {
1777
+ "name": "--c2-code-editor__theme--token-invalid",
1778
+ "type": "color",
1779
+ "default": "#cf222e",
1780
+ "rule": "R2",
1781
+ "reason": "identity / syntax colours are not themed"
1782
+ }
1783
+ ]
1784
+ },
1519
1785
  "@c2n/code-viewer": {
1520
1786
  "total": 55,
1521
1787
  "mapped": 10,
@@ -2031,71 +2297,320 @@
2031
2297
  }
2032
2298
  ]
2033
2299
  },
2034
- "@c2n/date-input": {
2035
- "total": 26,
2300
+ "@c2n/dashboard": {
2301
+ "total": 51,
2036
2302
  "mapped": 16,
2037
- "unmapped": 8,
2038
- "excluded": 2,
2039
- "noDefault": 0,
2303
+ "unmapped": 21,
2304
+ "excluded": 13,
2305
+ "noDefault": 1,
2040
2306
  "unmappedVars": [
2041
2307
  {
2042
- "name": "--c2-date-input--min-height",
2308
+ "name": "--c2-dashboard--gap",
2043
2309
  "type": "pixel",
2044
- "default": "36px",
2310
+ "default": "8px",
2045
2311
  "rule": "R13",
2046
- "reason": "property min-height is not themed by design"
2312
+ "reason": "property gap is not themed by design"
2047
2313
  },
2048
2314
  {
2049
- "name": "--c2-date-input--gap",
2050
- "type": "pixel",
2051
- "default": "8px",
2315
+ "name": "--c2-dashboard--padding",
2316
+ "type": "padding",
2317
+ "default": "0px",
2052
2318
  "rule": "R13",
2053
- "reason": "property gap is not themed by design"
2319
+ "reason": "property padding is not themed by design"
2054
2320
  },
2055
2321
  {
2056
- "name": "--c2-date-input--padding",
2322
+ "name": "--c2-dash-card--padding",
2057
2323
  "type": "padding",
2058
- "default": "6px 8px 6px 12px",
2324
+ "default": "0px",
2059
2325
  "rule": "R13",
2060
2326
  "reason": "property padding is not themed by design"
2061
2327
  },
2062
2328
  {
2063
- "name": "--c2-date-input--line-height",
2064
- "type": "pixel",
2065
- "default": "20px",
2329
+ "name": "--c2-dash-card--overflow",
2330
+ "type": "overflow",
2331
+ "default": "hidden",
2066
2332
  "rule": "R13",
2067
- "reason": "property line-height is not themed by design"
2333
+ "reason": "property overflow is not themed by design"
2068
2334
  },
2069
2335
  {
2070
- "name": "--c2-date-input__focus--outline-offset",
2071
- "type": "pixel",
2072
- "default": "0px",
2336
+ "name": "--c2-dash-card__expanded--z-index",
2337
+ "type": "number",
2338
+ "default": "20",
2073
2339
  "rule": "R13",
2074
- "reason": "property outline-offset is not themed by design"
2340
+ "reason": "property z-index is not themed by design"
2075
2341
  },
2076
2342
  {
2077
- "name": "--c2-date-input__calendar-icon--size",
2343
+ "name": "--c2-dash-card__header--min-height",
2078
2344
  "type": "pixel",
2079
- "default": "18px",
2345
+ "default": "44px",
2080
2346
  "rule": "R13",
2081
- "reason": "property size is not themed by design"
2347
+ "reason": "property min-height is not themed by design"
2082
2348
  },
2083
2349
  {
2084
- "name": "--c2-date-input__supporting-text--gap",
2350
+ "name": "--c2-dash-card__header--padding-block",
2351
+ "type": "padding",
2352
+ "default": "8px",
2353
+ "rule": "R13",
2354
+ "reason": "property padding-block is not themed by design"
2355
+ },
2356
+ {
2357
+ "name": "--c2-dash-card__header--padding-inline",
2358
+ "type": "padding",
2359
+ "default": "12px",
2360
+ "rule": "R13",
2361
+ "reason": "property padding-inline is not themed by design"
2362
+ },
2363
+ {
2364
+ "name": "--c2-dash-card__header--gap",
2085
2365
  "type": "pixel",
2086
- "default": "4px",
2366
+ "default": "12px",
2087
2367
  "rule": "R13",
2088
2368
  "reason": "property gap is not themed by design"
2089
2369
  },
2090
2370
  {
2091
- "name": "--c2-date-input__supporting-text--line-height",
2371
+ "name": "--c2-dash-card__footer--min-height",
2092
2372
  "type": "pixel",
2093
- "default": "16px",
2373
+ "default": "36px",
2094
2374
  "rule": "R13",
2095
- "reason": "property line-height is not themed by design"
2096
- }
2097
- ],
2098
- "excludedVars": [
2375
+ "reason": "property min-height is not themed by design"
2376
+ },
2377
+ {
2378
+ "name": "--c2-dash-card__footer--padding-block",
2379
+ "type": "padding",
2380
+ "default": "6px",
2381
+ "rule": "R13",
2382
+ "reason": "property padding-block is not themed by design"
2383
+ },
2384
+ {
2385
+ "name": "--c2-dash-card__footer--padding-inline",
2386
+ "type": "padding",
2387
+ "default": "12px",
2388
+ "rule": "R13",
2389
+ "reason": "property padding-inline is not themed by design"
2390
+ },
2391
+ {
2392
+ "name": "--c2-dash-card__footer--gap",
2393
+ "type": "pixel",
2394
+ "default": "8px",
2395
+ "rule": "R13",
2396
+ "reason": "property gap is not themed by design"
2397
+ },
2398
+ {
2399
+ "name": "--c2-dash-card__actions--gap",
2400
+ "type": "pixel",
2401
+ "default": "8px",
2402
+ "rule": "R13",
2403
+ "reason": "property gap is not themed by design"
2404
+ },
2405
+ {
2406
+ "name": "--c2-dash-card__controls--gap",
2407
+ "type": "pixel",
2408
+ "default": "2px",
2409
+ "rule": "R13",
2410
+ "reason": "property gap is not themed by design"
2411
+ },
2412
+ {
2413
+ "name": "--c2-dash-card__controls--offset",
2414
+ "type": "pixel",
2415
+ "default": "4px",
2416
+ "rule": "R13",
2417
+ "reason": "property offset is not themed by design"
2418
+ },
2419
+ {
2420
+ "name": "--c2-dash-card__control--size",
2421
+ "type": "pixel",
2422
+ "default": "24px",
2423
+ "rule": "R13",
2424
+ "reason": "property size is not themed by design"
2425
+ },
2426
+ {
2427
+ "name": "--c2-dash-card__control--icon-size",
2428
+ "type": "pixel",
2429
+ "default": "16px",
2430
+ "rule": "R13",
2431
+ "reason": "property icon-size is not themed by design"
2432
+ },
2433
+ {
2434
+ "name": "--c2-dash-card__control__focus--outline-offset",
2435
+ "type": "pixel",
2436
+ "default": "2px",
2437
+ "rule": "R13",
2438
+ "reason": "property outline-offset is not themed by design"
2439
+ },
2440
+ {
2441
+ "name": "--c2-dash-card__handle--size",
2442
+ "type": "pixel",
2443
+ "default": "6px",
2444
+ "rule": "R13",
2445
+ "reason": "property size is not themed by design"
2446
+ },
2447
+ {
2448
+ "name": "--c2-dash-card__handle--inset",
2449
+ "type": "pixel",
2450
+ "default": "2px",
2451
+ "rule": "R13",
2452
+ "reason": "property inset is not themed by design"
2453
+ }
2454
+ ],
2455
+ "excludedVars": [
2456
+ {
2457
+ "name": "--c2-dashboard--background",
2458
+ "type": "background",
2459
+ "default": "transparent",
2460
+ "rule": "R2",
2461
+ "reason": "keyword / derived value transparent"
2462
+ },
2463
+ {
2464
+ "name": "--c2-dashboard--border",
2465
+ "type": "border",
2466
+ "default": "none",
2467
+ "rule": "R2",
2468
+ "reason": "keyword / derived value none"
2469
+ },
2470
+ {
2471
+ "name": "--c2-dashboard--border-radius",
2472
+ "type": "border-radius",
2473
+ "default": "0px",
2474
+ "rule": "R0",
2475
+ "reason": "square by default; the grid is a frame only once an app fills it"
2476
+ },
2477
+ {
2478
+ "name": "--c2-dash-card--background",
2479
+ "type": "background",
2480
+ "default": "transparent",
2481
+ "rule": "R2",
2482
+ "reason": "keyword / derived value transparent"
2483
+ },
2484
+ {
2485
+ "name": "--c2-dash-card--border",
2486
+ "type": "border",
2487
+ "default": "none",
2488
+ "rule": "R2",
2489
+ "reason": "keyword / derived value none"
2490
+ },
2491
+ {
2492
+ "name": "--c2-dash-card--border-radius",
2493
+ "type": "border-radius",
2494
+ "default": "0px",
2495
+ "rule": "R0",
2496
+ "reason": "bare pane; the surface inside it owns the radius"
2497
+ },
2498
+ {
2499
+ "name": "--c2-dash-card--box-shadow",
2500
+ "type": "box-shadow",
2501
+ "default": "none",
2502
+ "rule": "R2",
2503
+ "reason": "keyword / derived value none"
2504
+ },
2505
+ {
2506
+ "name": "--c2-dash-card__header--background",
2507
+ "type": "background",
2508
+ "default": "transparent",
2509
+ "rule": "R2",
2510
+ "reason": "keyword / derived value transparent"
2511
+ },
2512
+ {
2513
+ "name": "--c2-dash-card__header--border-bottom",
2514
+ "type": "border",
2515
+ "default": "none",
2516
+ "rule": "R2",
2517
+ "reason": "keyword / derived value none"
2518
+ },
2519
+ {
2520
+ "name": "--c2-dash-card__footer--background",
2521
+ "type": "background",
2522
+ "default": "transparent",
2523
+ "rule": "R2",
2524
+ "reason": "keyword / derived value transparent"
2525
+ },
2526
+ {
2527
+ "name": "--c2-dash-card__footer--border-top",
2528
+ "type": "border",
2529
+ "default": "none",
2530
+ "rule": "R2",
2531
+ "reason": "keyword / derived value none"
2532
+ },
2533
+ {
2534
+ "name": "--c2-dash-card__control--background",
2535
+ "type": "background",
2536
+ "default": "transparent",
2537
+ "rule": "R2",
2538
+ "reason": "keyword / derived value transparent"
2539
+ },
2540
+ {
2541
+ "name": "--c2-dash-card__handle--background",
2542
+ "type": "background",
2543
+ "default": "transparent",
2544
+ "rule": "R2",
2545
+ "reason": "keyword / derived value transparent"
2546
+ }
2547
+ ]
2548
+ },
2549
+ "@c2n/date-input": {
2550
+ "total": 26,
2551
+ "mapped": 16,
2552
+ "unmapped": 8,
2553
+ "excluded": 2,
2554
+ "noDefault": 0,
2555
+ "unmappedVars": [
2556
+ {
2557
+ "name": "--c2-date-input--min-height",
2558
+ "type": "pixel",
2559
+ "default": "36px",
2560
+ "rule": "R13",
2561
+ "reason": "property min-height is not themed by design"
2562
+ },
2563
+ {
2564
+ "name": "--c2-date-input--gap",
2565
+ "type": "pixel",
2566
+ "default": "8px",
2567
+ "rule": "R13",
2568
+ "reason": "property gap is not themed by design"
2569
+ },
2570
+ {
2571
+ "name": "--c2-date-input--padding",
2572
+ "type": "padding",
2573
+ "default": "6px 8px 6px 12px",
2574
+ "rule": "R13",
2575
+ "reason": "property padding is not themed by design"
2576
+ },
2577
+ {
2578
+ "name": "--c2-date-input--line-height",
2579
+ "type": "pixel",
2580
+ "default": "20px",
2581
+ "rule": "R13",
2582
+ "reason": "property line-height is not themed by design"
2583
+ },
2584
+ {
2585
+ "name": "--c2-date-input__focus--outline-offset",
2586
+ "type": "pixel",
2587
+ "default": "0px",
2588
+ "rule": "R13",
2589
+ "reason": "property outline-offset is not themed by design"
2590
+ },
2591
+ {
2592
+ "name": "--c2-date-input__calendar-icon--size",
2593
+ "type": "pixel",
2594
+ "default": "18px",
2595
+ "rule": "R13",
2596
+ "reason": "property size is not themed by design"
2597
+ },
2598
+ {
2599
+ "name": "--c2-date-input__supporting-text--gap",
2600
+ "type": "pixel",
2601
+ "default": "4px",
2602
+ "rule": "R13",
2603
+ "reason": "property gap is not themed by design"
2604
+ },
2605
+ {
2606
+ "name": "--c2-date-input__supporting-text--line-height",
2607
+ "type": "pixel",
2608
+ "default": "16px",
2609
+ "rule": "R13",
2610
+ "reason": "property line-height is not themed by design"
2611
+ }
2612
+ ],
2613
+ "excludedVars": [
2099
2614
  {
2100
2615
  "name": "--c2-date-input--font-family",
2101
2616
  "type": "font-family",
@@ -5310,6 +5825,227 @@
5310
5825
  }
5311
5826
  ]
5312
5827
  },
5828
+ "@c2n/steps": {
5829
+ "total": 56,
5830
+ "mapped": 18,
5831
+ "unmapped": 24,
5832
+ "excluded": 6,
5833
+ "noDefault": 8,
5834
+ "unmappedVars": [
5835
+ {
5836
+ "name": "--c2-steps--gap",
5837
+ "type": "pixel",
5838
+ "default": "0px",
5839
+ "rule": "R13",
5840
+ "reason": "property gap is not themed by design"
5841
+ },
5842
+ {
5843
+ "name": "--c2-steps--padding-block",
5844
+ "type": "padding",
5845
+ "default": "0px",
5846
+ "rule": "R13",
5847
+ "reason": "property padding-block is not themed by design"
5848
+ },
5849
+ {
5850
+ "name": "--c2-steps--padding-inline",
5851
+ "type": "padding",
5852
+ "default": "0px",
5853
+ "rule": "R13",
5854
+ "reason": "property padding-inline is not themed by design"
5855
+ },
5856
+ {
5857
+ "name": "--c2-steps--overflow-y",
5858
+ "type": "overflow",
5859
+ "default": "visible",
5860
+ "rule": "R13",
5861
+ "reason": "property overflow-y is not themed by design"
5862
+ },
5863
+ {
5864
+ "name": "--c2-step__row--gap",
5865
+ "type": "pixel",
5866
+ "default": "10px",
5867
+ "rule": "R13",
5868
+ "reason": "property gap is not themed by design"
5869
+ },
5870
+ {
5871
+ "name": "--c2-step__row--padding-block",
5872
+ "type": "padding",
5873
+ "default": "7px",
5874
+ "rule": "R13",
5875
+ "reason": "property padding-block is not themed by design"
5876
+ },
5877
+ {
5878
+ "name": "--c2-step__row--padding-inline",
5879
+ "type": "padding",
5880
+ "default": "12px",
5881
+ "rule": "R13",
5882
+ "reason": "property padding-inline is not themed by design"
5883
+ },
5884
+ {
5885
+ "name": "--c2-step__row--indent",
5886
+ "type": "pixel",
5887
+ "default": "marker size + row gap",
5888
+ "rule": "R13",
5889
+ "reason": "property indent is not themed by design"
5890
+ },
5891
+ {
5892
+ "name": "--c2-step__row--outline",
5893
+ "type": "border",
5894
+ "default": "2px solid rgb(2, 101, 220)",
5895
+ "rule": "R13",
5896
+ "reason": "property outline is not themed by design"
5897
+ },
5898
+ {
5899
+ "name": "--c2-step__toggle--size",
5900
+ "type": "pixel",
5901
+ "default": "14px",
5902
+ "rule": "R13",
5903
+ "reason": "property size is not themed by design"
5904
+ },
5905
+ {
5906
+ "name": "--c2-step__toggle--gap",
5907
+ "type": "pixel",
5908
+ "default": "4px",
5909
+ "rule": "R13",
5910
+ "reason": "property gap is not themed by design"
5911
+ },
5912
+ {
5913
+ "name": "--c2-step__guide--width",
5914
+ "type": "pixel",
5915
+ "default": "0px",
5916
+ "rule": "R13",
5917
+ "reason": "property width is not themed by design"
5918
+ },
5919
+ {
5920
+ "name": "--c2-step__marker--size",
5921
+ "type": "pixel",
5922
+ "default": "16px",
5923
+ "rule": "R13",
5924
+ "reason": "property size is not themed by design"
5925
+ },
5926
+ {
5927
+ "name": "--c2-step__marker--font-size",
5928
+ "type": "font-size",
5929
+ "default": "10px",
5930
+ "rule": "R9",
5931
+ "reason": "font-size 10px has no token"
5932
+ },
5933
+ {
5934
+ "name": "--c2-step__marker--padding-inline",
5935
+ "type": "padding",
5936
+ "default": "3px",
5937
+ "rule": "R13",
5938
+ "reason": "property padding-inline is not themed by design"
5939
+ },
5940
+ {
5941
+ "name": "--c2-step__rail--width",
5942
+ "type": "pixel",
5943
+ "default": "0px",
5944
+ "rule": "R13",
5945
+ "reason": "property width is not themed by design"
5946
+ },
5947
+ {
5948
+ "name": "--c2-step__rail--gap",
5949
+ "type": "pixel",
5950
+ "default": "4px",
5951
+ "rule": "R13",
5952
+ "reason": "property gap is not themed by design"
5953
+ },
5954
+ {
5955
+ "name": "--c2-step__label--font-size",
5956
+ "type": "font-size",
5957
+ "default": "13px",
5958
+ "rule": "R9",
5959
+ "reason": "font-size 13px has no token"
5960
+ },
5961
+ {
5962
+ "name": "--c2-step__detail--gap",
5963
+ "type": "pixel",
5964
+ "default": "8px",
5965
+ "rule": "R13",
5966
+ "reason": "property gap is not themed by design"
5967
+ },
5968
+ {
5969
+ "name": "--c2-step__detail--row-gap",
5970
+ "type": "pixel",
5971
+ "default": "2px",
5972
+ "rule": "R13",
5973
+ "reason": "property row-gap is not themed by design"
5974
+ },
5975
+ {
5976
+ "name": "--c2-step__text--flex-direction",
5977
+ "type": "flex-direction-row",
5978
+ "default": "row",
5979
+ "rule": "R13",
5980
+ "reason": "property flex-direction is not themed by design"
5981
+ },
5982
+ {
5983
+ "name": "--c2-step__text--align-items",
5984
+ "type": "align-items",
5985
+ "default": "baseline",
5986
+ "rule": "R13",
5987
+ "reason": "property align-items is not themed by design"
5988
+ },
5989
+ {
5990
+ "name": "--c2-step--enter-duration",
5991
+ "type": "time",
5992
+ "default": "260ms",
5993
+ "rule": "R13",
5994
+ "reason": "property enter-duration is not themed by design"
5995
+ },
5996
+ {
5997
+ "name": "--c2-step--enter-translate",
5998
+ "type": "translate",
5999
+ "default": "-4px",
6000
+ "rule": "R13",
6001
+ "reason": "property enter-translate is not themed by design"
6002
+ }
6003
+ ],
6004
+ "excludedVars": [
6005
+ {
6006
+ "name": "--c2-steps--max-height",
6007
+ "type": "max-height",
6008
+ "default": "none",
6009
+ "rule": "R2",
6010
+ "reason": "keyword / derived value none"
6011
+ },
6012
+ {
6013
+ "name": "--c2-step__marker--background",
6014
+ "type": "color",
6015
+ "default": "transparent",
6016
+ "rule": "R2",
6017
+ "reason": "keyword / derived value transparent"
6018
+ },
6019
+ {
6020
+ "name": "--c2-step__detail--font-weight",
6021
+ "type": "font-weight",
6022
+ "default": "400",
6023
+ "rule": "R0",
6024
+ "reason": "normal weight, below the font-weight scale"
6025
+ },
6026
+ {
6027
+ "name": "--c2-step__trailing--font-weight",
6028
+ "type": "font-weight",
6029
+ "default": "400",
6030
+ "rule": "R0",
6031
+ "reason": "normal weight, below the font-weight scale"
6032
+ },
6033
+ {
6034
+ "name": "--c2-step__success--color",
6035
+ "type": "color",
6036
+ "default": "#16a34a",
6037
+ "rule": "R0",
6038
+ "reason": "semantic success colour"
6039
+ },
6040
+ {
6041
+ "name": "--c2-step__warning--color",
6042
+ "type": "color",
6043
+ "default": "#d97706",
6044
+ "rule": "R0",
6045
+ "reason": "semantic warning colour"
6046
+ }
6047
+ ]
6048
+ },
5313
6049
  "@c2n/switch": {
5314
6050
  "total": 33,
5315
6051
  "mapped": 14,
@@ -5939,6 +6675,129 @@
5939
6675
  }
5940
6676
  ]
5941
6677
  },
6678
+ "@c2n/theme-select": {
6679
+ "total": 38,
6680
+ "mapped": 18,
6681
+ "unmapped": 14,
6682
+ "excluded": 2,
6683
+ "noDefault": 4,
6684
+ "unmappedVars": [
6685
+ {
6686
+ "name": "--c2-theme-select__trigger--size",
6687
+ "type": "pixel",
6688
+ "default": "32px",
6689
+ "rule": "R13",
6690
+ "reason": "property size is not themed by design"
6691
+ },
6692
+ {
6693
+ "name": "--c2-theme-select__trigger--padding-inline",
6694
+ "type": "pixel",
6695
+ "default": "8px",
6696
+ "rule": "R13",
6697
+ "reason": "property padding-inline is not themed by design"
6698
+ },
6699
+ {
6700
+ "name": "--c2-theme-select__trigger--gap",
6701
+ "type": "pixel",
6702
+ "default": "8px",
6703
+ "rule": "R13",
6704
+ "reason": "property gap is not themed by design"
6705
+ },
6706
+ {
6707
+ "name": "--c2-theme-select__trigger--border",
6708
+ "type": "border",
6709
+ "default": "1px solid transparent",
6710
+ "rule": "R5",
6711
+ "reason": "transparent / zero border"
6712
+ },
6713
+ {
6714
+ "name": "--c2-theme-select__trigger__focus--outline-offset",
6715
+ "type": "pixel",
6716
+ "default": "2px",
6717
+ "rule": "R13",
6718
+ "reason": "property outline-offset is not themed by design"
6719
+ },
6720
+ {
6721
+ "name": "--c2-theme-select__icon--size",
6722
+ "type": "pixel",
6723
+ "default": "16px",
6724
+ "rule": "R13",
6725
+ "reason": "property size is not themed by design"
6726
+ },
6727
+ {
6728
+ "name": "--c2-theme-select__menu--padding",
6729
+ "type": "pixel",
6730
+ "default": "4px",
6731
+ "rule": "R13",
6732
+ "reason": "property padding is not themed by design"
6733
+ },
6734
+ {
6735
+ "name": "--c2-theme-select__menu--min-width",
6736
+ "type": "pixel",
6737
+ "default": "148px",
6738
+ "rule": "R13",
6739
+ "reason": "property min-width is not themed by design"
6740
+ },
6741
+ {
6742
+ "name": "--c2-theme-select__menu--gap",
6743
+ "type": "pixel",
6744
+ "default": "2px",
6745
+ "rule": "R13",
6746
+ "reason": "property gap is not themed by design"
6747
+ },
6748
+ {
6749
+ "name": "--c2-theme-select__menu--offset",
6750
+ "type": "pixel",
6751
+ "default": "6px",
6752
+ "rule": "R13",
6753
+ "reason": "property offset is not themed by design"
6754
+ },
6755
+ {
6756
+ "name": "--c2-theme-select__menu-item--gap",
6757
+ "type": "pixel",
6758
+ "default": "8px",
6759
+ "rule": "R13",
6760
+ "reason": "property gap is not themed by design"
6761
+ },
6762
+ {
6763
+ "name": "--c2-theme-select__menu-item--padding-block",
6764
+ "type": "pixel",
6765
+ "default": "6px",
6766
+ "rule": "R13",
6767
+ "reason": "property padding-block is not themed by design"
6768
+ },
6769
+ {
6770
+ "name": "--c2-theme-select__menu-item--padding-inline",
6771
+ "type": "pixel",
6772
+ "default": "8px",
6773
+ "rule": "R13",
6774
+ "reason": "property padding-inline is not themed by design"
6775
+ },
6776
+ {
6777
+ "name": "--c2-theme-select__check--size",
6778
+ "type": "pixel",
6779
+ "default": "14px",
6780
+ "rule": "R13",
6781
+ "reason": "property size is not themed by design"
6782
+ }
6783
+ ],
6784
+ "excludedVars": [
6785
+ {
6786
+ "name": "--c2-theme-select__trigger--background",
6787
+ "type": "color",
6788
+ "default": "transparent",
6789
+ "rule": "R2",
6790
+ "reason": "keyword / derived value transparent"
6791
+ },
6792
+ {
6793
+ "name": "--c2-theme-select__trigger__active--background",
6794
+ "type": "color",
6795
+ "default": "#e4e4e7",
6796
+ "rule": "R0",
6797
+ "reason": "pressed tint one step below color-surface-container"
6798
+ }
6799
+ ]
6800
+ },
5942
6801
  "@c2n/toast": {
5943
6802
  "total": 29,
5944
6803
  "mapped": 10,
@@ -6498,11 +7357,11 @@
6498
7357
  }
6499
7358
  },
6500
7359
  "totals": {
6501
- "total": 1930,
6502
- "mapped": 853,
6503
- "unmapped": 645,
6504
- "excluded": 188,
6505
- "noDefault": 244
7360
+ "total": 2141,
7361
+ "mapped": 935,
7362
+ "unmapped": 711,
7363
+ "excluded": 237,
7364
+ "noDefault": 258
6506
7365
  },
6507
7366
  "unparsed": []
6508
7367
  }