ionbase-ui 0.76.0 → 0.81.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.
Files changed (82) hide show
  1. package/dist/components/Card.d.ts +61 -0
  2. package/dist/components/Card.d.ts.map +1 -0
  3. package/dist/components/Card.js +37 -0
  4. package/dist/components/Card.js.map +1 -0
  5. package/dist/components/CommandPalette.d.ts +76 -0
  6. package/dist/components/CommandPalette.d.ts.map +1 -0
  7. package/dist/components/CommandPalette.js +194 -0
  8. package/dist/components/CommandPalette.js.map +1 -0
  9. package/dist/components/DateField.d.ts +14 -0
  10. package/dist/components/DateField.d.ts.map +1 -1
  11. package/dist/components/DateField.js +1 -1
  12. package/dist/components/DateField.js.map +1 -1
  13. package/dist/components/Kbd.d.ts +45 -0
  14. package/dist/components/Kbd.d.ts.map +1 -0
  15. package/dist/components/Kbd.js +45 -0
  16. package/dist/components/Kbd.js.map +1 -0
  17. package/dist/components/Table.d.ts +18 -0
  18. package/dist/components/Table.d.ts.map +1 -1
  19. package/dist/components/Table.js +14 -3
  20. package/dist/components/Table.js.map +1 -1
  21. package/dist/components/TagGroup.d.ts +51 -0
  22. package/dist/components/TagGroup.d.ts.map +1 -0
  23. package/dist/components/TagGroup.js +84 -0
  24. package/dist/components/TagGroup.js.map +1 -0
  25. package/dist/components/TimeField.d.ts +72 -0
  26. package/dist/components/TimeField.d.ts.map +1 -0
  27. package/dist/components/TimeField.js +102 -0
  28. package/dist/components/TimeField.js.map +1 -0
  29. package/dist/components/index.d.ts +14 -1
  30. package/dist/components/index.d.ts.map +1 -1
  31. package/dist/components/index.js +6 -0
  32. package/dist/components/index.js.map +1 -1
  33. package/dist/components/iso-time.d.ts +23 -0
  34. package/dist/components/iso-time.d.ts.map +1 -0
  35. package/dist/components/iso-time.js +34 -0
  36. package/dist/components/iso-time.js.map +1 -0
  37. package/dist/components/shortcut.d.ts +19 -0
  38. package/dist/components/shortcut.d.ts.map +1 -0
  39. package/dist/components/shortcut.js +122 -0
  40. package/dist/components/shortcut.js.map +1 -0
  41. package/dist/components/use-table-sort.d.ts +38 -0
  42. package/dist/components/use-table-sort.d.ts.map +1 -0
  43. package/dist/components/use-table-sort.js +33 -0
  44. package/dist/components/use-table-sort.js.map +1 -0
  45. package/dist/figma-descriptions.json +103 -68
  46. package/dist/figma-map.json +343 -2
  47. package/dist/meta/Card.json +153 -0
  48. package/dist/meta/Checkbox.json +2 -2
  49. package/dist/meta/CommandPalette.json +178 -0
  50. package/dist/meta/DatePicker.json +2 -2
  51. package/dist/meta/Kbd.json +97 -0
  52. package/dist/meta/Radio.json +2 -2
  53. package/dist/meta/RadioGroup.json +2 -2
  54. package/dist/meta/Table.json +4 -1
  55. package/dist/meta/TableBody.json +3 -0
  56. package/dist/meta/TableCell.json +49 -5
  57. package/dist/meta/TableHead.json +3 -0
  58. package/dist/meta/TableRow.json +3 -0
  59. package/dist/meta/Tag.json +54 -0
  60. package/dist/meta/TagGroup.json +211 -0
  61. package/dist/meta/TimeField.json +224 -0
  62. package/dist/meta/Toggle.json +2 -2
  63. package/dist/meta/components.json +1010 -36
  64. package/dist/meta/contrast.json +1133 -6
  65. package/dist/meta/index.json +86 -12
  66. package/dist/meta/patterns/DataTable.json +27 -3
  67. package/dist/meta/patterns/PageShell.json +15 -2
  68. package/dist/meta/patterns/index.json +7 -3
  69. package/dist/styles/agent-activity.css +4 -2
  70. package/dist/styles/approval-gate.css +4 -3
  71. package/dist/styles/card.css +75 -0
  72. package/dist/styles/citation.css +4 -2
  73. package/dist/styles/command-palette.css +250 -0
  74. package/dist/styles/confidence-indicator.css +2 -2
  75. package/dist/styles/index.css +5 -0
  76. package/dist/styles/kbd.css +47 -0
  77. package/dist/styles/streaming-text.css +3 -2
  78. package/dist/styles/table.css +51 -0
  79. package/dist/styles/tag-group.css +172 -0
  80. package/dist/styles/time-field.css +31 -0
  81. package/llms.txt +2 -2
  82. package/package.json +1 -1
@@ -769,6 +769,34 @@
769
769
  "ratio": 3.12,
770
770
  "min": 4.5
771
771
  },
772
+ {
773
+ "component": "tag-group",
774
+ "context": "ion-tag--disabled",
775
+ "state": "disabled",
776
+ "fg": "--text-disabled",
777
+ "bg": "--surface-disabled",
778
+ "backdrop": "--surface-subtle",
779
+ "kind": "text",
780
+ "mode": "Dark",
781
+ "fgHex": "#6b7280",
782
+ "bgHex": "#1d2735",
783
+ "ratio": 3.12,
784
+ "min": 4.5
785
+ },
786
+ {
787
+ "component": "tag-group",
788
+ "context": "ion-tag--disabled ion-tag__remove",
789
+ "state": "disabled",
790
+ "fg": "--icon-disabled",
791
+ "bg": "--surface-disabled",
792
+ "backdrop": "--surface-subtle",
793
+ "kind": "non-text",
794
+ "mode": "Dark",
795
+ "fgHex": "#6b7280",
796
+ "bgHex": "#1d2735",
797
+ "ratio": 3.12,
798
+ "min": 3
799
+ },
772
800
  {
773
801
  "component": "textarea",
774
802
  "context": "ion-textarea",
@@ -1781,6 +1809,34 @@
1781
1809
  "ratio": 4.31,
1782
1810
  "min": 4.5
1783
1811
  },
1812
+ {
1813
+ "component": "tag-group",
1814
+ "context": "ion-tag--disabled",
1815
+ "state": "disabled",
1816
+ "fg": "--text-disabled",
1817
+ "bg": "--surface-disabled",
1818
+ "backdrop": "--surface-subtle",
1819
+ "kind": "text",
1820
+ "mode": "Light",
1821
+ "fgHex": "#6b7280",
1822
+ "bgHex": "#f0f2f4",
1823
+ "ratio": 4.31,
1824
+ "min": 4.5
1825
+ },
1826
+ {
1827
+ "component": "tag-group",
1828
+ "context": "ion-tag--disabled ion-tag__remove",
1829
+ "state": "disabled",
1830
+ "fg": "--icon-disabled",
1831
+ "bg": "--surface-disabled",
1832
+ "backdrop": "--surface-subtle",
1833
+ "kind": "non-text",
1834
+ "mode": "Light",
1835
+ "fgHex": "#6b7280",
1836
+ "bgHex": "#f0f2f4",
1837
+ "ratio": 4.31,
1838
+ "min": 3
1839
+ },
1784
1840
  {
1785
1841
  "component": "textarea",
1786
1842
  "context": "ion-textarea",
@@ -1885,6 +1941,20 @@
1885
1941
  "ratio": 4.34,
1886
1942
  "min": 3
1887
1943
  },
1944
+ {
1945
+ "component": "command-palette",
1946
+ "context": "ion-command-palette ion-command-palette__option",
1947
+ "state": "disabled",
1948
+ "fg": "--text-disabled",
1949
+ "bg": "--surface-overlay",
1950
+ "backdrop": "--surface-overlay",
1951
+ "kind": "text",
1952
+ "mode": "Dark",
1953
+ "fgHex": "#6b7280",
1954
+ "bgHex": "#000000",
1955
+ "ratio": 4.34,
1956
+ "min": 4.5
1957
+ },
1888
1958
  {
1889
1959
  "component": "date-picker",
1890
1960
  "context": "ion-input",
@@ -2776,6 +2846,20 @@
2776
2846
  "ratio": 4.83,
2777
2847
  "min": 4.5
2778
2848
  },
2849
+ {
2850
+ "component": "command-palette",
2851
+ "context": "ion-command-palette ion-command-palette__option",
2852
+ "state": "disabled",
2853
+ "fg": "--text-disabled",
2854
+ "bg": "--surface-overlay",
2855
+ "backdrop": "--surface-overlay",
2856
+ "kind": "text",
2857
+ "mode": "Light",
2858
+ "fgHex": "#6b7280",
2859
+ "bgHex": "#ffffff",
2860
+ "ratio": 4.83,
2861
+ "min": 4.5
2862
+ },
2779
2863
  {
2780
2864
  "component": "date-picker",
2781
2865
  "context": "ion-input",
@@ -5239,6 +5323,36 @@
5239
5323
  "ratio": 5.94,
5240
5324
  "min": 4.5
5241
5325
  },
5326
+ {
5327
+ "component": "tag-group",
5328
+ "context": "ion-tag-group ion-tag-group__empty",
5329
+ "state": "default",
5330
+ "fg": "--text-tertiary",
5331
+ "bg": "--surface-muted",
5332
+ "backdrop": null,
5333
+ "kind": "text",
5334
+ "ground": "assumed",
5335
+ "mode": "Dark",
5336
+ "fgHex": "#9ca3b0",
5337
+ "bgHex": "#1d2735",
5338
+ "ratio": 5.94,
5339
+ "min": 4.5
5340
+ },
5341
+ {
5342
+ "component": "tag-group",
5343
+ "context": "ion-tag-group ion-tag-group__description",
5344
+ "state": "default",
5345
+ "fg": "--text-tertiary",
5346
+ "bg": "--surface-muted",
5347
+ "backdrop": null,
5348
+ "kind": "text",
5349
+ "ground": "assumed",
5350
+ "mode": "Dark",
5351
+ "fgHex": "#9ca3b0",
5352
+ "bgHex": "#1d2735",
5353
+ "ratio": 5.94,
5354
+ "min": 4.5
5355
+ },
5242
5356
  {
5243
5357
  "component": "agent-activity",
5244
5358
  "context": "ion-agent-activity__step--failed ion-agent-activity__step--failed",
@@ -6677,6 +6791,36 @@
6677
6791
  "ratio": 6.73,
6678
6792
  "min": 4.5
6679
6793
  },
6794
+ {
6795
+ "component": "tag-group",
6796
+ "context": "ion-tag-group ion-tag-group__empty",
6797
+ "state": "default",
6798
+ "fg": "--text-tertiary",
6799
+ "bg": "--surface-muted",
6800
+ "backdrop": null,
6801
+ "kind": "text",
6802
+ "ground": "assumed",
6803
+ "mode": "Light",
6804
+ "fgHex": "#4b5563",
6805
+ "bgHex": "#f0f2f4",
6806
+ "ratio": 6.73,
6807
+ "min": 4.5
6808
+ },
6809
+ {
6810
+ "component": "tag-group",
6811
+ "context": "ion-tag-group ion-tag-group__description",
6812
+ "state": "default",
6813
+ "fg": "--text-tertiary",
6814
+ "bg": "--surface-muted",
6815
+ "backdrop": null,
6816
+ "kind": "text",
6817
+ "ground": "assumed",
6818
+ "mode": "Light",
6819
+ "fgHex": "#4b5563",
6820
+ "bgHex": "#f0f2f4",
6821
+ "ratio": 6.73,
6822
+ "min": 4.5
6823
+ },
6680
6824
  {
6681
6825
  "component": "input",
6682
6826
  "context": "ion-field--error ion-field__helper",
@@ -7405,6 +7549,36 @@
7405
7549
  "ratio": 6.95,
7406
7550
  "min": 4.5
7407
7551
  },
7552
+ {
7553
+ "component": "tag-group",
7554
+ "context": "ion-tag-group ion-tag-group__empty",
7555
+ "state": "default",
7556
+ "fg": "--text-tertiary",
7557
+ "bg": "--surface-page",
7558
+ "backdrop": null,
7559
+ "kind": "text",
7560
+ "ground": "assumed",
7561
+ "mode": "Dark",
7562
+ "fgHex": "#9ca3b0",
7563
+ "bgHex": "#131923",
7564
+ "ratio": 6.95,
7565
+ "min": 4.5
7566
+ },
7567
+ {
7568
+ "component": "tag-group",
7569
+ "context": "ion-tag-group ion-tag-group__description",
7570
+ "state": "default",
7571
+ "fg": "--text-tertiary",
7572
+ "bg": "--surface-page",
7573
+ "backdrop": null,
7574
+ "kind": "text",
7575
+ "ground": "assumed",
7576
+ "mode": "Dark",
7577
+ "fgHex": "#9ca3b0",
7578
+ "bgHex": "#131923",
7579
+ "ratio": 6.95,
7580
+ "min": 4.5
7581
+ },
7408
7582
  {
7409
7583
  "component": "textarea",
7410
7584
  "context": "ion-textarea",
@@ -8160,6 +8334,36 @@
8160
8334
  "ratio": 7.09,
8161
8335
  "min": 4.5
8162
8336
  },
8337
+ {
8338
+ "component": "tag-group",
8339
+ "context": "ion-tag-group ion-tag-group__empty",
8340
+ "state": "default",
8341
+ "fg": "--text-tertiary",
8342
+ "bg": "--surface-page",
8343
+ "backdrop": null,
8344
+ "kind": "text",
8345
+ "ground": "assumed",
8346
+ "mode": "Light",
8347
+ "fgHex": "#4b5563",
8348
+ "bgHex": "#f6f8f9",
8349
+ "ratio": 7.09,
8350
+ "min": 4.5
8351
+ },
8352
+ {
8353
+ "component": "tag-group",
8354
+ "context": "ion-tag-group ion-tag-group__description",
8355
+ "state": "default",
8356
+ "fg": "--text-tertiary",
8357
+ "bg": "--surface-page",
8358
+ "backdrop": null,
8359
+ "kind": "text",
8360
+ "ground": "assumed",
8361
+ "mode": "Light",
8362
+ "fgHex": "#4b5563",
8363
+ "bgHex": "#f6f8f9",
8364
+ "ratio": 7.09,
8365
+ "min": 4.5
8366
+ },
8163
8367
  {
8164
8368
  "component": "textarea",
8165
8369
  "context": "ion-textarea",
@@ -9059,6 +9263,76 @@
9059
9263
  "ratio": 7.56,
9060
9264
  "min": 4.5
9061
9265
  },
9266
+ {
9267
+ "component": "command-palette",
9268
+ "context": "ion-command-palette ion-command-palette__input",
9269
+ "state": "default",
9270
+ "fg": "--text-tertiary",
9271
+ "bg": "--surface-overlay",
9272
+ "backdrop": "--surface-overlay",
9273
+ "kind": "text",
9274
+ "mode": "Light",
9275
+ "fgHex": "#4b5563",
9276
+ "bgHex": "#ffffff",
9277
+ "ratio": 7.56,
9278
+ "min": 4.5
9279
+ },
9280
+ {
9281
+ "component": "command-palette",
9282
+ "context": "ion-command-palette ion-command-palette__heading",
9283
+ "state": "default",
9284
+ "fg": "--text-tertiary",
9285
+ "bg": "--surface-overlay",
9286
+ "backdrop": "--surface-overlay",
9287
+ "kind": "text",
9288
+ "mode": "Light",
9289
+ "fgHex": "#4b5563",
9290
+ "bgHex": "#ffffff",
9291
+ "ratio": 7.56,
9292
+ "min": 4.5
9293
+ },
9294
+ {
9295
+ "component": "command-palette",
9296
+ "context": "ion-command-palette ion-command-palette__description",
9297
+ "state": "default",
9298
+ "fg": "--text-tertiary",
9299
+ "bg": "--surface-overlay",
9300
+ "backdrop": "--surface-overlay",
9301
+ "kind": "text",
9302
+ "mode": "Light",
9303
+ "fgHex": "#4b5563",
9304
+ "bgHex": "#ffffff",
9305
+ "ratio": 7.56,
9306
+ "min": 4.5
9307
+ },
9308
+ {
9309
+ "component": "command-palette",
9310
+ "context": "ion-command-palette ion-command-palette__empty",
9311
+ "state": "default",
9312
+ "fg": "--text-tertiary",
9313
+ "bg": "--surface-overlay",
9314
+ "backdrop": "--surface-overlay",
9315
+ "kind": "text",
9316
+ "mode": "Light",
9317
+ "fgHex": "#4b5563",
9318
+ "bgHex": "#ffffff",
9319
+ "ratio": 7.56,
9320
+ "min": 4.5
9321
+ },
9322
+ {
9323
+ "component": "command-palette",
9324
+ "context": "ion-command-palette ion-command-palette__footer",
9325
+ "state": "default",
9326
+ "fg": "--text-tertiary",
9327
+ "bg": "--surface-overlay",
9328
+ "backdrop": "--surface-overlay",
9329
+ "kind": "text",
9330
+ "mode": "Light",
9331
+ "fgHex": "#4b5563",
9332
+ "bgHex": "#ffffff",
9333
+ "ratio": 7.56,
9334
+ "min": 4.5
9335
+ },
9062
9336
  {
9063
9337
  "component": "confidence-indicator",
9064
9338
  "context": "ion-confidence ion-confidence__basis",
@@ -9469,6 +9743,20 @@
9469
9743
  "ratio": 7.56,
9470
9744
  "min": 4.5
9471
9745
  },
9746
+ {
9747
+ "component": "table",
9748
+ "context": "ion-table ion-table__sort-icon",
9749
+ "state": "default",
9750
+ "fg": "--icon-tertiary",
9751
+ "bg": "--surface-default",
9752
+ "backdrop": "--surface-default",
9753
+ "kind": "non-text",
9754
+ "mode": "Light",
9755
+ "fgHex": "#4b5563",
9756
+ "bgHex": "#ffffff",
9757
+ "ratio": 7.56,
9758
+ "min": 3
9759
+ },
9472
9760
  {
9473
9761
  "component": "tabs",
9474
9762
  "context": "ion-tabs__item--underline ion-tabs__item--underline",
@@ -9530,18 +9818,48 @@
9530
9818
  "min": 4.5
9531
9819
  },
9532
9820
  {
9533
- "component": "tool-call",
9534
- "context": "ion-tool-call ion-tool-call__glyph",
9821
+ "component": "tag-group",
9822
+ "context": "ion-tag-group ion-tag-group__empty",
9535
9823
  "state": "default",
9536
- "fg": "--icon-tertiary",
9824
+ "fg": "--text-tertiary",
9537
9825
  "bg": "--surface-default",
9538
- "backdrop": "--surface-default",
9539
- "kind": "non-text",
9826
+ "backdrop": null,
9827
+ "kind": "text",
9828
+ "ground": "assumed",
9540
9829
  "mode": "Light",
9541
9830
  "fgHex": "#4b5563",
9542
9831
  "bgHex": "#ffffff",
9543
9832
  "ratio": 7.56,
9544
- "min": 3
9833
+ "min": 4.5
9834
+ },
9835
+ {
9836
+ "component": "tag-group",
9837
+ "context": "ion-tag-group ion-tag-group__description",
9838
+ "state": "default",
9839
+ "fg": "--text-tertiary",
9840
+ "bg": "--surface-default",
9841
+ "backdrop": null,
9842
+ "kind": "text",
9843
+ "ground": "assumed",
9844
+ "mode": "Light",
9845
+ "fgHex": "#4b5563",
9846
+ "bgHex": "#ffffff",
9847
+ "ratio": 7.56,
9848
+ "min": 4.5
9849
+ },
9850
+ {
9851
+ "component": "tool-call",
9852
+ "context": "ion-tool-call ion-tool-call__glyph",
9853
+ "state": "default",
9854
+ "fg": "--icon-tertiary",
9855
+ "bg": "--surface-default",
9856
+ "backdrop": "--surface-default",
9857
+ "kind": "non-text",
9858
+ "mode": "Light",
9859
+ "fgHex": "#4b5563",
9860
+ "bgHex": "#ffffff",
9861
+ "ratio": 7.56,
9862
+ "min": 3
9545
9863
  },
9546
9864
  {
9547
9865
  "component": "tool-call",
@@ -10066,6 +10384,34 @@
10066
10384
  "ratio": 8.2,
10067
10385
  "min": 4.5
10068
10386
  },
10387
+ {
10388
+ "component": "kbd",
10389
+ "context": "ion-kbd",
10390
+ "state": "default",
10391
+ "fg": "--text-secondary",
10392
+ "bg": "--surface-subtle",
10393
+ "backdrop": "--surface-subtle",
10394
+ "kind": "text",
10395
+ "mode": "Light",
10396
+ "fgHex": "#384252",
10397
+ "bgHex": "#e5e7eb",
10398
+ "ratio": 8.2,
10399
+ "min": 4.5
10400
+ },
10401
+ {
10402
+ "component": "tag-group",
10403
+ "context": "ion-tag ion-tag__remove",
10404
+ "state": "default",
10405
+ "fg": "--icon-secondary",
10406
+ "bg": "--surface-subtle",
10407
+ "backdrop": "--surface-subtle",
10408
+ "kind": "non-text",
10409
+ "mode": "Light",
10410
+ "fgHex": "#384252",
10411
+ "bgHex": "#e5e7eb",
10412
+ "ratio": 8.2,
10413
+ "min": 3
10414
+ },
10069
10415
  {
10070
10416
  "component": "agent-activity",
10071
10417
  "context": "ion-agent-activity ion-agent-activity__glyph",
@@ -10351,6 +10697,76 @@
10351
10697
  "ratio": 8.28,
10352
10698
  "min": 4.5
10353
10699
  },
10700
+ {
10701
+ "component": "command-palette",
10702
+ "context": "ion-command-palette ion-command-palette__input",
10703
+ "state": "default",
10704
+ "fg": "--text-tertiary",
10705
+ "bg": "--surface-overlay",
10706
+ "backdrop": "--surface-overlay",
10707
+ "kind": "text",
10708
+ "mode": "Dark",
10709
+ "fgHex": "#9ca3b0",
10710
+ "bgHex": "#000000",
10711
+ "ratio": 8.28,
10712
+ "min": 4.5
10713
+ },
10714
+ {
10715
+ "component": "command-palette",
10716
+ "context": "ion-command-palette ion-command-palette__heading",
10717
+ "state": "default",
10718
+ "fg": "--text-tertiary",
10719
+ "bg": "--surface-overlay",
10720
+ "backdrop": "--surface-overlay",
10721
+ "kind": "text",
10722
+ "mode": "Dark",
10723
+ "fgHex": "#9ca3b0",
10724
+ "bgHex": "#000000",
10725
+ "ratio": 8.28,
10726
+ "min": 4.5
10727
+ },
10728
+ {
10729
+ "component": "command-palette",
10730
+ "context": "ion-command-palette ion-command-palette__description",
10731
+ "state": "default",
10732
+ "fg": "--text-tertiary",
10733
+ "bg": "--surface-overlay",
10734
+ "backdrop": "--surface-overlay",
10735
+ "kind": "text",
10736
+ "mode": "Dark",
10737
+ "fgHex": "#9ca3b0",
10738
+ "bgHex": "#000000",
10739
+ "ratio": 8.28,
10740
+ "min": 4.5
10741
+ },
10742
+ {
10743
+ "component": "command-palette",
10744
+ "context": "ion-command-palette ion-command-palette__empty",
10745
+ "state": "default",
10746
+ "fg": "--text-tertiary",
10747
+ "bg": "--surface-overlay",
10748
+ "backdrop": "--surface-overlay",
10749
+ "kind": "text",
10750
+ "mode": "Dark",
10751
+ "fgHex": "#9ca3b0",
10752
+ "bgHex": "#000000",
10753
+ "ratio": 8.28,
10754
+ "min": 4.5
10755
+ },
10756
+ {
10757
+ "component": "command-palette",
10758
+ "context": "ion-command-palette ion-command-palette__footer",
10759
+ "state": "default",
10760
+ "fg": "--text-tertiary",
10761
+ "bg": "--surface-overlay",
10762
+ "backdrop": "--surface-overlay",
10763
+ "kind": "text",
10764
+ "mode": "Dark",
10765
+ "fgHex": "#9ca3b0",
10766
+ "bgHex": "#000000",
10767
+ "ratio": 8.28,
10768
+ "min": 4.5
10769
+ },
10354
10770
  {
10355
10771
  "component": "confidence-indicator",
10356
10772
  "context": "ion-confidence ion-confidence__basis",
@@ -10747,6 +11163,20 @@
10747
11163
  "ratio": 8.28,
10748
11164
  "min": 4.5
10749
11165
  },
11166
+ {
11167
+ "component": "table",
11168
+ "context": "ion-table ion-table__sort-icon",
11169
+ "state": "default",
11170
+ "fg": "--icon-tertiary",
11171
+ "bg": "--surface-default",
11172
+ "backdrop": "--surface-default",
11173
+ "kind": "non-text",
11174
+ "mode": "Dark",
11175
+ "fgHex": "#9ca3b0",
11176
+ "bgHex": "#000000",
11177
+ "ratio": 8.28,
11178
+ "min": 3
11179
+ },
10750
11180
  {
10751
11181
  "component": "tabs",
10752
11182
  "context": "ion-tabs__item--underline ion-tabs__item--underline",
@@ -10807,6 +11237,36 @@
10807
11237
  "ratio": 8.28,
10808
11238
  "min": 4.5
10809
11239
  },
11240
+ {
11241
+ "component": "tag-group",
11242
+ "context": "ion-tag-group ion-tag-group__empty",
11243
+ "state": "default",
11244
+ "fg": "--text-tertiary",
11245
+ "bg": "--surface-default",
11246
+ "backdrop": null,
11247
+ "kind": "text",
11248
+ "ground": "assumed",
11249
+ "mode": "Dark",
11250
+ "fgHex": "#9ca3b0",
11251
+ "bgHex": "#000000",
11252
+ "ratio": 8.28,
11253
+ "min": 4.5
11254
+ },
11255
+ {
11256
+ "component": "tag-group",
11257
+ "context": "ion-tag-group ion-tag-group__description",
11258
+ "state": "default",
11259
+ "fg": "--text-tertiary",
11260
+ "bg": "--surface-default",
11261
+ "backdrop": null,
11262
+ "kind": "text",
11263
+ "ground": "assumed",
11264
+ "mode": "Dark",
11265
+ "fgHex": "#9ca3b0",
11266
+ "bgHex": "#000000",
11267
+ "ratio": 8.28,
11268
+ "min": 4.5
11269
+ },
10810
11270
  {
10811
11271
  "component": "tool-call",
10812
11272
  "context": "ion-tool-call ion-tool-call__glyph",
@@ -11820,6 +12280,21 @@
11820
12280
  "ratio": 9.04,
11821
12281
  "min": 4.5
11822
12282
  },
12283
+ {
12284
+ "component": "tag-group",
12285
+ "context": "ion-tag-group ion-tag-group__label",
12286
+ "state": "default",
12287
+ "fg": "--text-secondary",
12288
+ "bg": "--surface-muted",
12289
+ "backdrop": null,
12290
+ "kind": "text",
12291
+ "ground": "assumed",
12292
+ "mode": "Light",
12293
+ "fgHex": "#384252",
12294
+ "bgHex": "#f0f2f4",
12295
+ "ratio": 9.04,
12296
+ "min": 4.5
12297
+ },
11823
12298
  {
11824
12299
  "component": "toggle",
11825
12300
  "context": "ion-toggle ion-toggle__label",
@@ -13055,6 +13530,21 @@
13055
13530
  "ratio": 9.53,
13056
13531
  "min": 4.5
13057
13532
  },
13533
+ {
13534
+ "component": "tag-group",
13535
+ "context": "ion-tag-group ion-tag-group__label",
13536
+ "state": "default",
13537
+ "fg": "--text-secondary",
13538
+ "bg": "--surface-page",
13539
+ "backdrop": null,
13540
+ "kind": "text",
13541
+ "ground": "assumed",
13542
+ "mode": "Light",
13543
+ "fgHex": "#384252",
13544
+ "bgHex": "#f6f8f9",
13545
+ "ratio": 9.53,
13546
+ "min": 4.5
13547
+ },
13058
13548
  {
13059
13549
  "component": "toggle",
13060
13550
  "context": "ion-toggle ion-toggle__label",
@@ -13565,6 +14055,20 @@
13565
14055
  "ratio": 10.15,
13566
14056
  "min": 4.5
13567
14057
  },
14058
+ {
14059
+ "component": "card",
14060
+ "context": "ion-card ion-card__description",
14061
+ "state": "default",
14062
+ "fg": "--text-secondary",
14063
+ "bg": "--surface-default",
14064
+ "backdrop": "--surface-default",
14065
+ "kind": "text",
14066
+ "mode": "Light",
14067
+ "fgHex": "#384252",
14068
+ "bgHex": "#ffffff",
14069
+ "ratio": 10.15,
14070
+ "min": 4.5
14071
+ },
13568
14072
  {
13569
14073
  "component": "chart",
13570
14074
  "context": "ion-chart ion-chart__caption",
@@ -13639,6 +14143,34 @@
13639
14143
  "ratio": 10.15,
13640
14144
  "min": 3
13641
14145
  },
14146
+ {
14147
+ "component": "command-palette",
14148
+ "context": "ion-command-palette ion-command-palette__search-icon",
14149
+ "state": "default",
14150
+ "fg": "--icon-secondary",
14151
+ "bg": "--surface-overlay",
14152
+ "backdrop": "--surface-overlay",
14153
+ "kind": "non-text",
14154
+ "mode": "Light",
14155
+ "fgHex": "#384252",
14156
+ "bgHex": "#ffffff",
14157
+ "ratio": 10.15,
14158
+ "min": 3
14159
+ },
14160
+ {
14161
+ "component": "command-palette",
14162
+ "context": "ion-command-palette ion-command-palette__icon",
14163
+ "state": "default",
14164
+ "fg": "--icon-secondary",
14165
+ "bg": "--surface-overlay",
14166
+ "backdrop": "--surface-overlay",
14167
+ "kind": "non-text",
14168
+ "mode": "Light",
14169
+ "fgHex": "#384252",
14170
+ "bgHex": "#ffffff",
14171
+ "ratio": 10.15,
14172
+ "min": 3
14173
+ },
13642
14174
  {
13643
14175
  "component": "confidence-indicator",
13644
14176
  "context": "ion-confidence",
@@ -14794,6 +15326,49 @@
14794
15326
  "ratio": 10.15,
14795
15327
  "min": 3
14796
15328
  },
15329
+ {
15330
+ "component": "table",
15331
+ "context": "ion-table ion-table__sort",
15332
+ "state": "default",
15333
+ "fg": "--text-secondary",
15334
+ "bg": "--surface-default",
15335
+ "backdrop": "--surface-default",
15336
+ "kind": "text",
15337
+ "mode": "Light",
15338
+ "fgHex": "#384252",
15339
+ "bgHex": "#ffffff",
15340
+ "ratio": 10.15,
15341
+ "min": 4.5
15342
+ },
15343
+ {
15344
+ "component": "table",
15345
+ "context": "ion-table ion-table__sort",
15346
+ "state": "focus",
15347
+ "fg": "--text-secondary",
15348
+ "bg": "--surface-default",
15349
+ "backdrop": "--surface-default",
15350
+ "kind": "text",
15351
+ "mode": "Light",
15352
+ "fgHex": "#384252",
15353
+ "bgHex": "#ffffff",
15354
+ "ratio": 10.15,
15355
+ "min": 4.5
15356
+ },
15357
+ {
15358
+ "component": "tag-group",
15359
+ "context": "ion-tag-group ion-tag-group__label",
15360
+ "state": "default",
15361
+ "fg": "--text-secondary",
15362
+ "bg": "--surface-default",
15363
+ "backdrop": null,
15364
+ "kind": "text",
15365
+ "ground": "assumed",
15366
+ "mode": "Light",
15367
+ "fgHex": "#384252",
15368
+ "bgHex": "#ffffff",
15369
+ "ratio": 10.15,
15370
+ "min": 4.5
15371
+ },
14797
15372
  {
14798
15373
  "component": "toast",
14799
15374
  "context": "ion-toast ion-toast__message",
@@ -15069,6 +15644,21 @@
15069
15644
  "ratio": 10.91,
15070
15645
  "min": 4.5
15071
15646
  },
15647
+ {
15648
+ "component": "tag-group",
15649
+ "context": "ion-tag ion-tag__remove",
15650
+ "state": "hover",
15651
+ "fg": "--icon-default",
15652
+ "bg": "--surface-hover",
15653
+ "backdrop": "--surface-subtle",
15654
+ "kind": "non-text",
15655
+ "mode": "Light",
15656
+ "fgHex": "#1d2735",
15657
+ "bgHex": "#dadbdf",
15658
+ "compositedOver": "--surface-subtle",
15659
+ "ratio": 10.92,
15660
+ "min": 3
15661
+ },
15072
15662
  {
15073
15663
  "component": "avatar-gradient",
15074
15664
  "context": "ion-avatar-gradient--orange",
@@ -16008,6 +16598,20 @@
16008
16598
  "ratio": 11.38,
16009
16599
  "min": 4.5
16010
16600
  },
16601
+ {
16602
+ "component": "kbd",
16603
+ "context": "ion-kbd",
16604
+ "state": "default",
16605
+ "fg": "--text-secondary",
16606
+ "bg": "--surface-subtle",
16607
+ "backdrop": "--surface-subtle",
16608
+ "kind": "text",
16609
+ "mode": "Dark",
16610
+ "fgHex": "#dde0e4",
16611
+ "bgHex": "#1d2735",
16612
+ "ratio": 11.38,
16613
+ "min": 4.5
16614
+ },
16011
16615
  {
16012
16616
  "component": "nav-item",
16013
16617
  "context": "ion-nav-item",
@@ -16304,6 +16908,35 @@
16304
16908
  "ratio": 11.38,
16305
16909
  "min": 4.5
16306
16910
  },
16911
+ {
16912
+ "component": "tag-group",
16913
+ "context": "ion-tag-group ion-tag-group__label",
16914
+ "state": "default",
16915
+ "fg": "--text-secondary",
16916
+ "bg": "--surface-muted",
16917
+ "backdrop": null,
16918
+ "kind": "text",
16919
+ "ground": "assumed",
16920
+ "mode": "Dark",
16921
+ "fgHex": "#dde0e4",
16922
+ "bgHex": "#1d2735",
16923
+ "ratio": 11.38,
16924
+ "min": 4.5
16925
+ },
16926
+ {
16927
+ "component": "tag-group",
16928
+ "context": "ion-tag ion-tag__remove",
16929
+ "state": "default",
16930
+ "fg": "--icon-secondary",
16931
+ "bg": "--surface-subtle",
16932
+ "backdrop": "--surface-subtle",
16933
+ "kind": "non-text",
16934
+ "mode": "Dark",
16935
+ "fgHex": "#dde0e4",
16936
+ "bgHex": "#1d2735",
16937
+ "ratio": 11.38,
16938
+ "min": 3
16939
+ },
16307
16940
  {
16308
16941
  "component": "toast",
16309
16942
  "context": "ion-toast ion-toast__message",
@@ -16405,6 +17038,21 @@
16405
17038
  "ratio": 11.41,
16406
17039
  "min": 4.5
16407
17040
  },
17041
+ {
17042
+ "component": "tag-group",
17043
+ "context": "ion-tag ion-tag__remove",
17044
+ "state": "hover",
17045
+ "fg": "--icon-default",
17046
+ "bg": "--surface-hover",
17047
+ "backdrop": "--surface-subtle",
17048
+ "kind": "non-text",
17049
+ "mode": "Dark",
17050
+ "fgHex": "#f0f2f4",
17051
+ "bgHex": "#28323f",
17052
+ "compositedOver": "--surface-subtle",
17053
+ "ratio": 11.58,
17054
+ "min": 3
17055
+ },
16408
17056
  {
16409
17057
  "component": "file-upload",
16410
17058
  "context": "ion-file-upload ion-file-upload__remove",
@@ -17566,6 +18214,21 @@
17566
18214
  "ratio": 13.31,
17567
18215
  "min": 4.5
17568
18216
  },
18217
+ {
18218
+ "component": "tag-group",
18219
+ "context": "ion-tag-group ion-tag-group__label",
18220
+ "state": "default",
18221
+ "fg": "--text-secondary",
18222
+ "bg": "--surface-page",
18223
+ "backdrop": null,
18224
+ "kind": "text",
18225
+ "ground": "assumed",
18226
+ "mode": "Dark",
18227
+ "fgHex": "#dde0e4",
18228
+ "bgHex": "#131923",
18229
+ "ratio": 13.31,
18230
+ "min": 4.5
18231
+ },
17569
18232
  {
17570
18233
  "component": "toggle",
17571
18234
  "context": "ion-toggle ion-toggle__label",
@@ -18649,6 +19312,48 @@
18649
19312
  "ratio": 14.14,
18650
19313
  "min": 4.5
18651
19314
  },
19315
+ {
19316
+ "component": "tag-group",
19317
+ "context": "ion-tag",
19318
+ "state": "default",
19319
+ "fg": "--text-default",
19320
+ "bg": "--surface-subtle",
19321
+ "backdrop": "--surface-subtle",
19322
+ "kind": "text",
19323
+ "mode": "Dark",
19324
+ "fgHex": "#f6f8f9",
19325
+ "bgHex": "#1d2735",
19326
+ "ratio": 14.14,
19327
+ "min": 4.5
19328
+ },
19329
+ {
19330
+ "component": "tag-group",
19331
+ "context": "ion-tag ion-tag__cell",
19332
+ "state": "default",
19333
+ "fg": "--text-default",
19334
+ "bg": "--surface-subtle",
19335
+ "backdrop": "--surface-subtle",
19336
+ "kind": "text",
19337
+ "mode": "Dark",
19338
+ "fgHex": "#f6f8f9",
19339
+ "bgHex": "#1d2735",
19340
+ "ratio": 14.14,
19341
+ "min": 4.5
19342
+ },
19343
+ {
19344
+ "component": "tag-group",
19345
+ "context": "ion-tag ion-tag__label",
19346
+ "state": "default",
19347
+ "fg": "--text-default",
19348
+ "bg": "--surface-subtle",
19349
+ "backdrop": "--surface-subtle",
19350
+ "kind": "text",
19351
+ "mode": "Dark",
19352
+ "fgHex": "#f6f8f9",
19353
+ "bgHex": "#1d2735",
19354
+ "ratio": 14.14,
19355
+ "min": 4.5
19356
+ },
18652
19357
  {
18653
19358
  "component": "toast",
18654
19359
  "context": "ion-toast ion-toast__title",
@@ -18804,6 +19509,48 @@
18804
19509
  "ratio": 14.24,
18805
19510
  "min": 4.5
18806
19511
  },
19512
+ {
19513
+ "component": "tag-group",
19514
+ "context": "ion-tag",
19515
+ "state": "default",
19516
+ "fg": "--text-default",
19517
+ "bg": "--surface-subtle",
19518
+ "backdrop": "--surface-subtle",
19519
+ "kind": "text",
19520
+ "mode": "Light",
19521
+ "fgHex": "#131923",
19522
+ "bgHex": "#e5e7eb",
19523
+ "ratio": 14.24,
19524
+ "min": 4.5
19525
+ },
19526
+ {
19527
+ "component": "tag-group",
19528
+ "context": "ion-tag ion-tag__cell",
19529
+ "state": "default",
19530
+ "fg": "--text-default",
19531
+ "bg": "--surface-subtle",
19532
+ "backdrop": "--surface-subtle",
19533
+ "kind": "text",
19534
+ "mode": "Light",
19535
+ "fgHex": "#131923",
19536
+ "bgHex": "#e5e7eb",
19537
+ "ratio": 14.24,
19538
+ "min": 4.5
19539
+ },
19540
+ {
19541
+ "component": "tag-group",
19542
+ "context": "ion-tag ion-tag__label",
19543
+ "state": "default",
19544
+ "fg": "--text-default",
19545
+ "bg": "--surface-subtle",
19546
+ "backdrop": "--surface-subtle",
19547
+ "kind": "text",
19548
+ "mode": "Light",
19549
+ "fgHex": "#131923",
19550
+ "bgHex": "#e5e7eb",
19551
+ "ratio": 14.24,
19552
+ "min": 4.5
19553
+ },
18807
19554
  {
18808
19555
  "component": "menu",
18809
19556
  "context": "ion-menu ion-menu__item",
@@ -19047,6 +19794,20 @@
19047
19794
  "ratio": 15.07,
19048
19795
  "min": 3
19049
19796
  },
19797
+ {
19798
+ "component": "table",
19799
+ "context": "ion-table__sort--active ion-table__sort--active",
19800
+ "state": "default",
19801
+ "fg": "--icon-default",
19802
+ "bg": "--surface-default",
19803
+ "backdrop": "--surface-default",
19804
+ "kind": "non-text",
19805
+ "mode": "Light",
19806
+ "fgHex": "#1d2735",
19807
+ "bgHex": "#ffffff",
19808
+ "ratio": 15.07,
19809
+ "min": 3
19810
+ },
19050
19811
  {
19051
19812
  "component": "date-range-picker",
19052
19813
  "context": "ion-calendar__day--in-range ion-calendar__day",
@@ -19460,6 +20221,21 @@
19460
20221
  "ratio": 15.71,
19461
20222
  "min": 4.5
19462
20223
  },
20224
+ {
20225
+ "component": "command-palette",
20226
+ "context": "ion-command-palette ion-command-palette__option",
20227
+ "state": "focus",
20228
+ "fg": "--text-default",
20229
+ "bg": "--surface-hover",
20230
+ "backdrop": "--surface-overlay",
20231
+ "kind": "text",
20232
+ "mode": "Light",
20233
+ "fgHex": "#131923",
20234
+ "bgHex": "#f2f2f2",
20235
+ "compositedOver": "--surface-overlay",
20236
+ "ratio": 15.78,
20237
+ "min": 4.5
20238
+ },
19463
20239
  {
19464
20240
  "component": "date-picker",
19465
20241
  "context": "ion-calendar ion-calendar__day",
@@ -19520,6 +20296,21 @@
19520
20296
  "ratio": 15.78,
19521
20297
  "min": 4.5
19522
20298
  },
20299
+ {
20300
+ "component": "table",
20301
+ "context": "ion-table ion-table__sort",
20302
+ "state": "hover",
20303
+ "fg": "--text-default",
20304
+ "bg": "--surface-hover",
20305
+ "backdrop": "--surface-default",
20306
+ "kind": "text",
20307
+ "mode": "Light",
20308
+ "fgHex": "#131923",
20309
+ "bgHex": "#f2f2f2",
20310
+ "compositedOver": "--surface-default",
20311
+ "ratio": 15.78,
20312
+ "min": 4.5
20313
+ },
19523
20314
  {
19524
20315
  "component": "tool-call",
19525
20316
  "context": "ion-tool-call ion-tool-call__header",
@@ -19709,6 +20500,20 @@
19709
20500
  "ratio": 15.86,
19710
20501
  "min": 4.5
19711
20502
  },
20503
+ {
20504
+ "component": "card",
20505
+ "context": "ion-card ion-card__description",
20506
+ "state": "default",
20507
+ "fg": "--text-secondary",
20508
+ "bg": "--surface-default",
20509
+ "backdrop": "--surface-default",
20510
+ "kind": "text",
20511
+ "mode": "Dark",
20512
+ "fgHex": "#dde0e4",
20513
+ "bgHex": "#000000",
20514
+ "ratio": 15.86,
20515
+ "min": 4.5
20516
+ },
19712
20517
  {
19713
20518
  "component": "chart",
19714
20519
  "context": "ion-chart ion-chart__caption",
@@ -19769,6 +20574,34 @@
19769
20574
  "ratio": 15.86,
19770
20575
  "min": 3
19771
20576
  },
20577
+ {
20578
+ "component": "command-palette",
20579
+ "context": "ion-command-palette ion-command-palette__search-icon",
20580
+ "state": "default",
20581
+ "fg": "--icon-secondary",
20582
+ "bg": "--surface-overlay",
20583
+ "backdrop": "--surface-overlay",
20584
+ "kind": "non-text",
20585
+ "mode": "Dark",
20586
+ "fgHex": "#dde0e4",
20587
+ "bgHex": "#000000",
20588
+ "ratio": 15.86,
20589
+ "min": 3
20590
+ },
20591
+ {
20592
+ "component": "command-palette",
20593
+ "context": "ion-command-palette ion-command-palette__icon",
20594
+ "state": "default",
20595
+ "fg": "--icon-secondary",
20596
+ "bg": "--surface-overlay",
20597
+ "backdrop": "--surface-overlay",
20598
+ "kind": "non-text",
20599
+ "mode": "Dark",
20600
+ "fgHex": "#dde0e4",
20601
+ "bgHex": "#000000",
20602
+ "ratio": 15.86,
20603
+ "min": 3
20604
+ },
19772
20605
  {
19773
20606
  "component": "confidence-indicator",
19774
20607
  "context": "ion-confidence",
@@ -20798,6 +21631,49 @@
20798
21631
  "ratio": 15.86,
20799
21632
  "min": 3
20800
21633
  },
21634
+ {
21635
+ "component": "table",
21636
+ "context": "ion-table ion-table__sort",
21637
+ "state": "default",
21638
+ "fg": "--text-secondary",
21639
+ "bg": "--surface-default",
21640
+ "backdrop": "--surface-default",
21641
+ "kind": "text",
21642
+ "mode": "Dark",
21643
+ "fgHex": "#dde0e4",
21644
+ "bgHex": "#000000",
21645
+ "ratio": 15.86,
21646
+ "min": 4.5
21647
+ },
21648
+ {
21649
+ "component": "table",
21650
+ "context": "ion-table ion-table__sort",
21651
+ "state": "focus",
21652
+ "fg": "--text-secondary",
21653
+ "bg": "--surface-default",
21654
+ "backdrop": "--surface-default",
21655
+ "kind": "text",
21656
+ "mode": "Dark",
21657
+ "fgHex": "#dde0e4",
21658
+ "bgHex": "#000000",
21659
+ "ratio": 15.86,
21660
+ "min": 4.5
21661
+ },
21662
+ {
21663
+ "component": "tag-group",
21664
+ "context": "ion-tag-group ion-tag-group__label",
21665
+ "state": "default",
21666
+ "fg": "--text-secondary",
21667
+ "bg": "--surface-default",
21668
+ "backdrop": null,
21669
+ "kind": "text",
21670
+ "ground": "assumed",
21671
+ "mode": "Dark",
21672
+ "fgHex": "#dde0e4",
21673
+ "bgHex": "#000000",
21674
+ "ratio": 15.86,
21675
+ "min": 4.5
21676
+ },
20801
21677
  {
20802
21678
  "component": "toggle",
20803
21679
  "context": "ion-toggle ion-toggle__label",
@@ -21837,6 +22713,90 @@
21837
22713
  "ratio": 17.63,
21838
22714
  "min": 4.5
21839
22715
  },
22716
+ {
22717
+ "component": "card",
22718
+ "context": "ion-card",
22719
+ "state": "default",
22720
+ "fg": "--text-default",
22721
+ "bg": "--surface-default",
22722
+ "backdrop": "--surface-default",
22723
+ "kind": "text",
22724
+ "mode": "Light",
22725
+ "fgHex": "#131923",
22726
+ "bgHex": "#ffffff",
22727
+ "ratio": 17.63,
22728
+ "min": 4.5
22729
+ },
22730
+ {
22731
+ "component": "card",
22732
+ "context": "ion-card--danger",
22733
+ "state": "default",
22734
+ "fg": "--text-default",
22735
+ "bg": "--surface-default",
22736
+ "backdrop": "--surface-default",
22737
+ "kind": "text",
22738
+ "mode": "Light",
22739
+ "fgHex": "#131923",
22740
+ "bgHex": "#ffffff",
22741
+ "ratio": 17.63,
22742
+ "min": 4.5
22743
+ },
22744
+ {
22745
+ "component": "card",
22746
+ "context": "ion-card ion-card__header",
22747
+ "state": "default",
22748
+ "fg": "--text-default",
22749
+ "bg": "--surface-default",
22750
+ "backdrop": "--surface-default",
22751
+ "kind": "text",
22752
+ "mode": "Light",
22753
+ "fgHex": "#131923",
22754
+ "bgHex": "#ffffff",
22755
+ "ratio": 17.63,
22756
+ "min": 4.5
22757
+ },
22758
+ {
22759
+ "component": "card",
22760
+ "context": "ion-card ion-card__heading",
22761
+ "state": "default",
22762
+ "fg": "--text-default",
22763
+ "bg": "--surface-default",
22764
+ "backdrop": "--surface-default",
22765
+ "kind": "text",
22766
+ "mode": "Light",
22767
+ "fgHex": "#131923",
22768
+ "bgHex": "#ffffff",
22769
+ "ratio": 17.63,
22770
+ "min": 4.5
22771
+ },
22772
+ {
22773
+ "component": "card",
22774
+ "context": "ion-card ion-card__title",
22775
+ "state": "default",
22776
+ "fg": "--text-default",
22777
+ "bg": "--surface-default",
22778
+ "backdrop": "--surface-default",
22779
+ "kind": "text",
22780
+ "mode": "Light",
22781
+ "fgHex": "#131923",
22782
+ "bgHex": "#ffffff",
22783
+ "ratio": 17.63,
22784
+ "min": 4.5
22785
+ },
22786
+ {
22787
+ "component": "card",
22788
+ "context": "ion-card ion-card__action",
22789
+ "state": "default",
22790
+ "fg": "--text-default",
22791
+ "bg": "--surface-default",
22792
+ "backdrop": "--surface-default",
22793
+ "kind": "text",
22794
+ "mode": "Light",
22795
+ "fgHex": "#131923",
22796
+ "bgHex": "#ffffff",
22797
+ "ratio": 17.63,
22798
+ "min": 4.5
22799
+ },
21840
22800
  {
21841
22801
  "component": "chart",
21842
22802
  "context": "ion-chart-tooltip",
@@ -21921,6 +22881,20 @@
21921
22881
  "ratio": 17.63,
21922
22882
  "min": 4.5
21923
22883
  },
22884
+ {
22885
+ "component": "command-palette",
22886
+ "context": "ion-command-palette ion-command-palette__option",
22887
+ "state": "default",
22888
+ "fg": "--text-default",
22889
+ "bg": "--surface-overlay",
22890
+ "backdrop": "--surface-overlay",
22891
+ "kind": "text",
22892
+ "mode": "Light",
22893
+ "fgHex": "#131923",
22894
+ "bgHex": "#ffffff",
22895
+ "ratio": 17.63,
22896
+ "min": 4.5
22897
+ },
21924
22898
  {
21925
22899
  "component": "confidence-indicator",
21926
22900
  "context": "ion-confidence ion-confidence__label",
@@ -22692,6 +23666,21 @@
22692
23666
  "ratio": 17.96,
22693
23667
  "min": 4.5
22694
23668
  },
23669
+ {
23670
+ "component": "command-palette",
23671
+ "context": "ion-command-palette ion-command-palette__option",
23672
+ "state": "focus",
23673
+ "fg": "--text-default",
23674
+ "bg": "--surface-hover",
23675
+ "backdrop": "--surface-overlay",
23676
+ "kind": "text",
23677
+ "mode": "Dark",
23678
+ "fgHex": "#f6f8f9",
23679
+ "bgHex": "#0d0d0d",
23680
+ "compositedOver": "--surface-overlay",
23681
+ "ratio": 18.27,
23682
+ "min": 4.5
23683
+ },
22695
23684
  {
22696
23685
  "component": "sidebar",
22697
23686
  "context": "ion-sidebar ion-sidebar__row",
@@ -22707,6 +23696,21 @@
22707
23696
  "ratio": 18.27,
22708
23697
  "min": 4.5
22709
23698
  },
23699
+ {
23700
+ "component": "table",
23701
+ "context": "ion-table ion-table__sort",
23702
+ "state": "hover",
23703
+ "fg": "--text-default",
23704
+ "bg": "--surface-hover",
23705
+ "backdrop": "--surface-default",
23706
+ "kind": "text",
23707
+ "mode": "Dark",
23708
+ "fgHex": "#f6f8f9",
23709
+ "bgHex": "#0d0d0d",
23710
+ "compositedOver": "--surface-default",
23711
+ "ratio": 18.27,
23712
+ "min": 4.5
23713
+ },
22710
23714
  {
22711
23715
  "component": "tool-call",
22712
23716
  "context": "ion-tool-call ion-tool-call__header",
@@ -22822,6 +23826,20 @@
22822
23826
  "ratio": 18.71,
22823
23827
  "min": 3
22824
23828
  },
23829
+ {
23830
+ "component": "table",
23831
+ "context": "ion-table__sort--active ion-table__sort--active",
23832
+ "state": "default",
23833
+ "fg": "--icon-default",
23834
+ "bg": "--surface-default",
23835
+ "backdrop": "--surface-default",
23836
+ "kind": "non-text",
23837
+ "mode": "Dark",
23838
+ "fgHex": "#f0f2f4",
23839
+ "bgHex": "#000000",
23840
+ "ratio": 18.71,
23841
+ "min": 3
23842
+ },
22825
23843
  {
22826
23844
  "component": "accordion",
22827
23845
  "context": "ion-accordion ion-accordion__trigger",
@@ -23050,6 +24068,104 @@
23050
24068
  "ratio": 19.71,
23051
24069
  "min": 4.5
23052
24070
  },
24071
+ {
24072
+ "component": "card",
24073
+ "context": "ion-card",
24074
+ "state": "default",
24075
+ "fg": "--text-default",
24076
+ "bg": "--surface-default",
24077
+ "backdrop": "--surface-default",
24078
+ "kind": "text",
24079
+ "mode": "Dark",
24080
+ "fgHex": "#f6f8f9",
24081
+ "bgHex": "#000000",
24082
+ "ratio": 19.71,
24083
+ "min": 4.5
24084
+ },
24085
+ {
24086
+ "component": "card",
24087
+ "context": "ion-card--danger",
24088
+ "state": "default",
24089
+ "fg": "--text-default",
24090
+ "bg": "--surface-default",
24091
+ "backdrop": "--surface-default",
24092
+ "kind": "text",
24093
+ "mode": "Dark",
24094
+ "fgHex": "#f6f8f9",
24095
+ "bgHex": "#000000",
24096
+ "ratio": 19.71,
24097
+ "min": 4.5
24098
+ },
24099
+ {
24100
+ "component": "card",
24101
+ "context": "ion-card ion-card__header",
24102
+ "state": "default",
24103
+ "fg": "--text-default",
24104
+ "bg": "--surface-default",
24105
+ "backdrop": "--surface-default",
24106
+ "kind": "text",
24107
+ "mode": "Dark",
24108
+ "fgHex": "#f6f8f9",
24109
+ "bgHex": "#000000",
24110
+ "ratio": 19.71,
24111
+ "min": 4.5
24112
+ },
24113
+ {
24114
+ "component": "card",
24115
+ "context": "ion-card ion-card__heading",
24116
+ "state": "default",
24117
+ "fg": "--text-default",
24118
+ "bg": "--surface-default",
24119
+ "backdrop": "--surface-default",
24120
+ "kind": "text",
24121
+ "mode": "Dark",
24122
+ "fgHex": "#f6f8f9",
24123
+ "bgHex": "#000000",
24124
+ "ratio": 19.71,
24125
+ "min": 4.5
24126
+ },
24127
+ {
24128
+ "component": "card",
24129
+ "context": "ion-card ion-card__title",
24130
+ "state": "default",
24131
+ "fg": "--text-default",
24132
+ "bg": "--surface-default",
24133
+ "backdrop": "--surface-default",
24134
+ "kind": "text",
24135
+ "mode": "Dark",
24136
+ "fgHex": "#f6f8f9",
24137
+ "bgHex": "#000000",
24138
+ "ratio": 19.71,
24139
+ "min": 4.5
24140
+ },
24141
+ {
24142
+ "component": "card",
24143
+ "context": "ion-card ion-card__action",
24144
+ "state": "default",
24145
+ "fg": "--text-default",
24146
+ "bg": "--surface-default",
24147
+ "backdrop": "--surface-default",
24148
+ "kind": "text",
24149
+ "mode": "Dark",
24150
+ "fgHex": "#f6f8f9",
24151
+ "bgHex": "#000000",
24152
+ "ratio": 19.71,
24153
+ "min": 4.5
24154
+ },
24155
+ {
24156
+ "component": "command-palette",
24157
+ "context": "ion-command-palette ion-command-palette__option",
24158
+ "state": "default",
24159
+ "fg": "--text-default",
24160
+ "bg": "--surface-overlay",
24161
+ "backdrop": "--surface-overlay",
24162
+ "kind": "text",
24163
+ "mode": "Dark",
24164
+ "fgHex": "#f6f8f9",
24165
+ "bgHex": "#000000",
24166
+ "ratio": 19.71,
24167
+ "min": 4.5
24168
+ },
23053
24169
  {
23054
24170
  "component": "confidence-indicator",
23055
24171
  "context": "ion-confidence ion-confidence__label",
@@ -23702,6 +24818,17 @@
23702
24818
  "affects": [
23703
24819
  "Combobox"
23704
24820
  ]
24821
+ },
24822
+ {
24823
+ "fg": "--text-disabled",
24824
+ "bg": "--surface-overlay",
24825
+ "mode": "Dark",
24826
+ "kind": "wcag-exempt",
24827
+ "ratio": 4.34,
24828
+ "reason": "SC 1.4.3 incidental text, inactive component — the --surface-raised entry above, on the palette's overlay surface. A disabled command is listed so the reader knows it exists, cannot be run, and is skipped by the arrow keys; it is never the active row, so it never sits on --surface-hover.",
24829
+ "affects": [
24830
+ "CommandPalette"
24831
+ ]
23705
24832
  }
23706
24833
  ],
23707
24834
  "deferred": [],