ionbase-ui 0.75.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.
- package/dist/components/Card.d.ts +61 -0
- package/dist/components/Card.d.ts.map +1 -0
- package/dist/components/Card.js +37 -0
- package/dist/components/Card.js.map +1 -0
- package/dist/components/CommandPalette.d.ts +76 -0
- package/dist/components/CommandPalette.d.ts.map +1 -0
- package/dist/components/CommandPalette.js +194 -0
- package/dist/components/CommandPalette.js.map +1 -0
- package/dist/components/DateField.d.ts +14 -0
- package/dist/components/DateField.d.ts.map +1 -1
- package/dist/components/DateField.js +1 -1
- package/dist/components/DateField.js.map +1 -1
- package/dist/components/Kbd.d.ts +45 -0
- package/dist/components/Kbd.d.ts.map +1 -0
- package/dist/components/Kbd.js +45 -0
- package/dist/components/Kbd.js.map +1 -0
- package/dist/components/NavItem.d.ts +7 -0
- package/dist/components/NavItem.d.ts.map +1 -1
- package/dist/components/NavItem.js +3 -1
- package/dist/components/NavItem.js.map +1 -1
- package/dist/components/Table.d.ts +18 -0
- package/dist/components/Table.d.ts.map +1 -1
- package/dist/components/Table.js +14 -3
- package/dist/components/Table.js.map +1 -1
- package/dist/components/TagGroup.d.ts +51 -0
- package/dist/components/TagGroup.d.ts.map +1 -0
- package/dist/components/TagGroup.js +84 -0
- package/dist/components/TagGroup.js.map +1 -0
- package/dist/components/TimeField.d.ts +72 -0
- package/dist/components/TimeField.d.ts.map +1 -0
- package/dist/components/TimeField.js +102 -0
- package/dist/components/TimeField.js.map +1 -0
- package/dist/components/index.d.ts +14 -1
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +6 -0
- package/dist/components/index.js.map +1 -1
- package/dist/components/iso-time.d.ts +23 -0
- package/dist/components/iso-time.d.ts.map +1 -0
- package/dist/components/iso-time.js +34 -0
- package/dist/components/iso-time.js.map +1 -0
- package/dist/components/shortcut.d.ts +19 -0
- package/dist/components/shortcut.d.ts.map +1 -0
- package/dist/components/shortcut.js +122 -0
- package/dist/components/shortcut.js.map +1 -0
- package/dist/components/use-table-sort.d.ts +38 -0
- package/dist/components/use-table-sort.d.ts.map +1 -0
- package/dist/components/use-table-sort.js +33 -0
- package/dist/components/use-table-sort.js.map +1 -0
- package/dist/figma-descriptions.json +103 -68
- package/dist/figma-map.json +353 -4
- package/dist/meta/Card.json +153 -0
- package/dist/meta/Checkbox.json +2 -2
- package/dist/meta/CommandPalette.json +178 -0
- package/dist/meta/DatePicker.json +2 -2
- package/dist/meta/Kbd.json +97 -0
- package/dist/meta/NavItem.json +17 -3
- package/dist/meta/Radio.json +2 -2
- package/dist/meta/RadioGroup.json +2 -2
- package/dist/meta/Table.json +4 -1
- package/dist/meta/TableBody.json +3 -0
- package/dist/meta/TableCell.json +49 -5
- package/dist/meta/TableHead.json +3 -0
- package/dist/meta/TableRow.json +3 -0
- package/dist/meta/Tag.json +54 -0
- package/dist/meta/TagGroup.json +211 -0
- package/dist/meta/TimeField.json +224 -0
- package/dist/meta/Toggle.json +2 -2
- package/dist/meta/components.json +1027 -39
- package/dist/meta/contrast.json +1307 -0
- package/dist/meta/index.json +86 -12
- package/dist/meta/patterns/DataTable.json +27 -3
- package/dist/meta/patterns/PageShell.json +15 -2
- package/dist/meta/patterns/index.json +7 -3
- package/dist/styles/agent-activity.css +4 -2
- package/dist/styles/approval-gate.css +4 -3
- package/dist/styles/card.css +75 -0
- package/dist/styles/citation.css +4 -2
- package/dist/styles/command-palette.css +250 -0
- package/dist/styles/confidence-indicator.css +2 -2
- package/dist/styles/index.css +5 -0
- package/dist/styles/kbd.css +47 -0
- package/dist/styles/nav-item.css +37 -2
- package/dist/styles/streaming-text.css +3 -2
- package/dist/styles/table.css +51 -0
- package/dist/styles/tag-group.css +172 -0
- package/dist/styles/time-field.css +31 -0
- package/llms.txt +2 -2
- package/package.json +1 -1
package/dist/meta/contrast.json
CHANGED
|
@@ -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",
|
|
@@ -2672,6 +2742,21 @@
|
|
|
2672
2742
|
"ratio": 4.79,
|
|
2673
2743
|
"min": 3
|
|
2674
2744
|
},
|
|
2745
|
+
{
|
|
2746
|
+
"component": "nav-item",
|
|
2747
|
+
"context": "ion-nav-item--current ion-nav-item__icon",
|
|
2748
|
+
"state": "default",
|
|
2749
|
+
"fg": "--icon-primary",
|
|
2750
|
+
"bg": "--surface-muted",
|
|
2751
|
+
"backdrop": null,
|
|
2752
|
+
"kind": "non-text",
|
|
2753
|
+
"ground": "assumed",
|
|
2754
|
+
"mode": "Light",
|
|
2755
|
+
"fgHex": "#1c62e3",
|
|
2756
|
+
"bgHex": "#f0f2f4",
|
|
2757
|
+
"ratio": 4.79,
|
|
2758
|
+
"min": 3
|
|
2759
|
+
},
|
|
2675
2760
|
{
|
|
2676
2761
|
"component": "stepper",
|
|
2677
2762
|
"context": "ion-stepper__step--complete ion-stepper__step--complete",
|
|
@@ -2761,6 +2846,20 @@
|
|
|
2761
2846
|
"ratio": 4.83,
|
|
2762
2847
|
"min": 4.5
|
|
2763
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
|
+
},
|
|
2764
2863
|
{
|
|
2765
2864
|
"component": "date-picker",
|
|
2766
2865
|
"context": "ion-input",
|
|
@@ -3245,6 +3344,21 @@
|
|
|
3245
3344
|
"ratio": 5.05,
|
|
3246
3345
|
"min": 3
|
|
3247
3346
|
},
|
|
3347
|
+
{
|
|
3348
|
+
"component": "nav-item",
|
|
3349
|
+
"context": "ion-nav-item--current ion-nav-item__icon",
|
|
3350
|
+
"state": "default",
|
|
3351
|
+
"fg": "--icon-primary",
|
|
3352
|
+
"bg": "--surface-page",
|
|
3353
|
+
"backdrop": null,
|
|
3354
|
+
"kind": "non-text",
|
|
3355
|
+
"ground": "assumed",
|
|
3356
|
+
"mode": "Light",
|
|
3357
|
+
"fgHex": "#1c62e3",
|
|
3358
|
+
"bgHex": "#f6f8f9",
|
|
3359
|
+
"ratio": 5.05,
|
|
3360
|
+
"min": 3
|
|
3361
|
+
},
|
|
3248
3362
|
{
|
|
3249
3363
|
"component": "stepper",
|
|
3250
3364
|
"context": "ion-stepper__step--complete ion-stepper__step--complete",
|
|
@@ -3888,6 +4002,21 @@
|
|
|
3888
4002
|
"ratio": 5.38,
|
|
3889
4003
|
"min": 4.5
|
|
3890
4004
|
},
|
|
4005
|
+
{
|
|
4006
|
+
"component": "nav-item",
|
|
4007
|
+
"context": "ion-nav-item--current ion-nav-item__icon",
|
|
4008
|
+
"state": "default",
|
|
4009
|
+
"fg": "--icon-primary",
|
|
4010
|
+
"bg": "--surface-default",
|
|
4011
|
+
"backdrop": null,
|
|
4012
|
+
"kind": "non-text",
|
|
4013
|
+
"ground": "assumed",
|
|
4014
|
+
"mode": "Light",
|
|
4015
|
+
"fgHex": "#1c62e3",
|
|
4016
|
+
"bgHex": "#ffffff",
|
|
4017
|
+
"ratio": 5.38,
|
|
4018
|
+
"min": 3
|
|
4019
|
+
},
|
|
3891
4020
|
{
|
|
3892
4021
|
"component": "stepper",
|
|
3893
4022
|
"context": "ion-stepper__step--complete ion-stepper__step--complete",
|
|
@@ -3988,6 +4117,21 @@
|
|
|
3988
4117
|
"ratio": 5.39,
|
|
3989
4118
|
"min": 3
|
|
3990
4119
|
},
|
|
4120
|
+
{
|
|
4121
|
+
"component": "nav-item",
|
|
4122
|
+
"context": "ion-nav-item--current ion-nav-item__icon",
|
|
4123
|
+
"state": "default",
|
|
4124
|
+
"fg": "--icon-primary",
|
|
4125
|
+
"bg": "--surface-muted",
|
|
4126
|
+
"backdrop": null,
|
|
4127
|
+
"kind": "non-text",
|
|
4128
|
+
"ground": "assumed",
|
|
4129
|
+
"mode": "Dark",
|
|
4130
|
+
"fgHex": "#609cf0",
|
|
4131
|
+
"bgHex": "#1d2735",
|
|
4132
|
+
"ratio": 5.39,
|
|
4133
|
+
"min": 3
|
|
4134
|
+
},
|
|
3991
4135
|
{
|
|
3992
4136
|
"component": "stepper",
|
|
3993
4137
|
"context": "ion-stepper__step--complete ion-stepper__step--complete",
|
|
@@ -5179,6 +5323,36 @@
|
|
|
5179
5323
|
"ratio": 5.94,
|
|
5180
5324
|
"min": 4.5
|
|
5181
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
|
+
},
|
|
5182
5356
|
{
|
|
5183
5357
|
"component": "agent-activity",
|
|
5184
5358
|
"context": "ion-agent-activity__step--failed ion-agent-activity__step--failed",
|
|
@@ -5540,6 +5714,21 @@
|
|
|
5540
5714
|
"ratio": 6.31,
|
|
5541
5715
|
"min": 3
|
|
5542
5716
|
},
|
|
5717
|
+
{
|
|
5718
|
+
"component": "nav-item",
|
|
5719
|
+
"context": "ion-nav-item--current ion-nav-item__icon",
|
|
5720
|
+
"state": "default",
|
|
5721
|
+
"fg": "--icon-primary",
|
|
5722
|
+
"bg": "--surface-page",
|
|
5723
|
+
"backdrop": null,
|
|
5724
|
+
"kind": "non-text",
|
|
5725
|
+
"ground": "assumed",
|
|
5726
|
+
"mode": "Dark",
|
|
5727
|
+
"fgHex": "#609cf0",
|
|
5728
|
+
"bgHex": "#131923",
|
|
5729
|
+
"ratio": 6.31,
|
|
5730
|
+
"min": 3
|
|
5731
|
+
},
|
|
5543
5732
|
{
|
|
5544
5733
|
"component": "stepper",
|
|
5545
5734
|
"context": "ion-stepper__step--complete ion-stepper__step--complete",
|
|
@@ -6602,6 +6791,36 @@
|
|
|
6602
6791
|
"ratio": 6.73,
|
|
6603
6792
|
"min": 4.5
|
|
6604
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
|
+
},
|
|
6605
6824
|
{
|
|
6606
6825
|
"component": "input",
|
|
6607
6826
|
"context": "ion-field--error ion-field__helper",
|
|
@@ -7330,6 +7549,36 @@
|
|
|
7330
7549
|
"ratio": 6.95,
|
|
7331
7550
|
"min": 4.5
|
|
7332
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
|
+
},
|
|
7333
7582
|
{
|
|
7334
7583
|
"component": "textarea",
|
|
7335
7584
|
"context": "ion-textarea",
|
|
@@ -8085,6 +8334,36 @@
|
|
|
8085
8334
|
"ratio": 7.09,
|
|
8086
8335
|
"min": 4.5
|
|
8087
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
|
+
},
|
|
8088
8367
|
{
|
|
8089
8368
|
"component": "textarea",
|
|
8090
8369
|
"context": "ion-textarea",
|
|
@@ -8555,6 +8834,21 @@
|
|
|
8555
8834
|
"ratio": 7.51,
|
|
8556
8835
|
"min": 3
|
|
8557
8836
|
},
|
|
8837
|
+
{
|
|
8838
|
+
"component": "nav-item",
|
|
8839
|
+
"context": "ion-nav-item--current ion-nav-item__icon",
|
|
8840
|
+
"state": "default",
|
|
8841
|
+
"fg": "--icon-primary",
|
|
8842
|
+
"bg": "--surface-default",
|
|
8843
|
+
"backdrop": null,
|
|
8844
|
+
"kind": "non-text",
|
|
8845
|
+
"ground": "assumed",
|
|
8846
|
+
"mode": "Dark",
|
|
8847
|
+
"fgHex": "#609cf0",
|
|
8848
|
+
"bgHex": "#000000",
|
|
8849
|
+
"ratio": 7.51,
|
|
8850
|
+
"min": 3
|
|
8851
|
+
},
|
|
8558
8852
|
{
|
|
8559
8853
|
"component": "stepper",
|
|
8560
8854
|
"context": "ion-stepper__step--complete ion-stepper__step--complete",
|
|
@@ -8969,6 +9263,76 @@
|
|
|
8969
9263
|
"ratio": 7.56,
|
|
8970
9264
|
"min": 4.5
|
|
8971
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
|
+
},
|
|
8972
9336
|
{
|
|
8973
9337
|
"component": "confidence-indicator",
|
|
8974
9338
|
"context": "ion-confidence ion-confidence__basis",
|
|
@@ -9379,6 +9743,20 @@
|
|
|
9379
9743
|
"ratio": 7.56,
|
|
9380
9744
|
"min": 4.5
|
|
9381
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
|
+
},
|
|
9382
9760
|
{
|
|
9383
9761
|
"component": "tabs",
|
|
9384
9762
|
"context": "ion-tabs__item--underline ion-tabs__item--underline",
|
|
@@ -9439,6 +9817,36 @@
|
|
|
9439
9817
|
"ratio": 7.56,
|
|
9440
9818
|
"min": 4.5
|
|
9441
9819
|
},
|
|
9820
|
+
{
|
|
9821
|
+
"component": "tag-group",
|
|
9822
|
+
"context": "ion-tag-group ion-tag-group__empty",
|
|
9823
|
+
"state": "default",
|
|
9824
|
+
"fg": "--text-tertiary",
|
|
9825
|
+
"bg": "--surface-default",
|
|
9826
|
+
"backdrop": null,
|
|
9827
|
+
"kind": "text",
|
|
9828
|
+
"ground": "assumed",
|
|
9829
|
+
"mode": "Light",
|
|
9830
|
+
"fgHex": "#4b5563",
|
|
9831
|
+
"bgHex": "#ffffff",
|
|
9832
|
+
"ratio": 7.56,
|
|
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
|
+
},
|
|
9442
9850
|
{
|
|
9443
9851
|
"component": "tool-call",
|
|
9444
9852
|
"context": "ion-tool-call ion-tool-call__glyph",
|
|
@@ -9976,6 +10384,34 @@
|
|
|
9976
10384
|
"ratio": 8.2,
|
|
9977
10385
|
"min": 4.5
|
|
9978
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
|
+
},
|
|
9979
10415
|
{
|
|
9980
10416
|
"component": "agent-activity",
|
|
9981
10417
|
"context": "ion-agent-activity ion-agent-activity__glyph",
|
|
@@ -10261,6 +10697,76 @@
|
|
|
10261
10697
|
"ratio": 8.28,
|
|
10262
10698
|
"min": 4.5
|
|
10263
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
|
+
},
|
|
10264
10770
|
{
|
|
10265
10771
|
"component": "confidence-indicator",
|
|
10266
10772
|
"context": "ion-confidence ion-confidence__basis",
|
|
@@ -10657,6 +11163,20 @@
|
|
|
10657
11163
|
"ratio": 8.28,
|
|
10658
11164
|
"min": 4.5
|
|
10659
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
|
+
},
|
|
10660
11180
|
{
|
|
10661
11181
|
"component": "tabs",
|
|
10662
11182
|
"context": "ion-tabs__item--underline ion-tabs__item--underline",
|
|
@@ -10717,6 +11237,36 @@
|
|
|
10717
11237
|
"ratio": 8.28,
|
|
10718
11238
|
"min": 4.5
|
|
10719
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
|
+
},
|
|
10720
11270
|
{
|
|
10721
11271
|
"component": "tool-call",
|
|
10722
11272
|
"context": "ion-tool-call ion-tool-call__glyph",
|
|
@@ -11730,6 +12280,21 @@
|
|
|
11730
12280
|
"ratio": 9.04,
|
|
11731
12281
|
"min": 4.5
|
|
11732
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
|
+
},
|
|
11733
12298
|
{
|
|
11734
12299
|
"component": "toggle",
|
|
11735
12300
|
"context": "ion-toggle ion-toggle__label",
|
|
@@ -12965,6 +13530,21 @@
|
|
|
12965
13530
|
"ratio": 9.53,
|
|
12966
13531
|
"min": 4.5
|
|
12967
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
|
+
},
|
|
12968
13548
|
{
|
|
12969
13549
|
"component": "toggle",
|
|
12970
13550
|
"context": "ion-toggle ion-toggle__label",
|
|
@@ -13475,6 +14055,20 @@
|
|
|
13475
14055
|
"ratio": 10.15,
|
|
13476
14056
|
"min": 4.5
|
|
13477
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
|
+
},
|
|
13478
14072
|
{
|
|
13479
14073
|
"component": "chart",
|
|
13480
14074
|
"context": "ion-chart ion-chart__caption",
|
|
@@ -13549,6 +14143,34 @@
|
|
|
13549
14143
|
"ratio": 10.15,
|
|
13550
14144
|
"min": 3
|
|
13551
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
|
+
},
|
|
13552
14174
|
{
|
|
13553
14175
|
"component": "confidence-indicator",
|
|
13554
14176
|
"context": "ion-confidence",
|
|
@@ -14704,6 +15326,49 @@
|
|
|
14704
15326
|
"ratio": 10.15,
|
|
14705
15327
|
"min": 3
|
|
14706
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
|
+
},
|
|
14707
15372
|
{
|
|
14708
15373
|
"component": "toast",
|
|
14709
15374
|
"context": "ion-toast ion-toast__message",
|
|
@@ -14979,6 +15644,21 @@
|
|
|
14979
15644
|
"ratio": 10.91,
|
|
14980
15645
|
"min": 4.5
|
|
14981
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
|
+
},
|
|
14982
15662
|
{
|
|
14983
15663
|
"component": "avatar-gradient",
|
|
14984
15664
|
"context": "ion-avatar-gradient--orange",
|
|
@@ -15918,6 +16598,20 @@
|
|
|
15918
16598
|
"ratio": 11.38,
|
|
15919
16599
|
"min": 4.5
|
|
15920
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
|
+
},
|
|
15921
16615
|
{
|
|
15922
16616
|
"component": "nav-item",
|
|
15923
16617
|
"context": "ion-nav-item",
|
|
@@ -16214,6 +16908,35 @@
|
|
|
16214
16908
|
"ratio": 11.38,
|
|
16215
16909
|
"min": 4.5
|
|
16216
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
|
+
},
|
|
16217
16940
|
{
|
|
16218
16941
|
"component": "toast",
|
|
16219
16942
|
"context": "ion-toast ion-toast__message",
|
|
@@ -16315,6 +17038,21 @@
|
|
|
16315
17038
|
"ratio": 11.41,
|
|
16316
17039
|
"min": 4.5
|
|
16317
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
|
+
},
|
|
16318
17056
|
{
|
|
16319
17057
|
"component": "file-upload",
|
|
16320
17058
|
"context": "ion-file-upload ion-file-upload__remove",
|
|
@@ -17476,6 +18214,21 @@
|
|
|
17476
18214
|
"ratio": 13.31,
|
|
17477
18215
|
"min": 4.5
|
|
17478
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
|
+
},
|
|
17479
18232
|
{
|
|
17480
18233
|
"component": "toggle",
|
|
17481
18234
|
"context": "ion-toggle ion-toggle__label",
|
|
@@ -18352,6 +19105,21 @@
|
|
|
18352
19105
|
"ratio": 14.14,
|
|
18353
19106
|
"min": 3
|
|
18354
19107
|
},
|
|
19108
|
+
{
|
|
19109
|
+
"component": "nav-item",
|
|
19110
|
+
"context": "ion-nav-item--current",
|
|
19111
|
+
"state": "default",
|
|
19112
|
+
"fg": "--text-default",
|
|
19113
|
+
"bg": "--surface-muted",
|
|
19114
|
+
"backdrop": null,
|
|
19115
|
+
"kind": "text",
|
|
19116
|
+
"ground": "assumed",
|
|
19117
|
+
"mode": "Dark",
|
|
19118
|
+
"fgHex": "#f6f8f9",
|
|
19119
|
+
"bgHex": "#1d2735",
|
|
19120
|
+
"ratio": 14.14,
|
|
19121
|
+
"min": 4.5
|
|
19122
|
+
},
|
|
18355
19123
|
{
|
|
18356
19124
|
"component": "nav-item",
|
|
18357
19125
|
"context": "ion-nav-item--disabled",
|
|
@@ -18544,6 +19312,48 @@
|
|
|
18544
19312
|
"ratio": 14.14,
|
|
18545
19313
|
"min": 4.5
|
|
18546
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
|
+
},
|
|
18547
19357
|
{
|
|
18548
19358
|
"component": "toast",
|
|
18549
19359
|
"context": "ion-toast ion-toast__title",
|
|
@@ -18699,6 +19509,48 @@
|
|
|
18699
19509
|
"ratio": 14.24,
|
|
18700
19510
|
"min": 4.5
|
|
18701
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
|
+
},
|
|
18702
19554
|
{
|
|
18703
19555
|
"component": "menu",
|
|
18704
19556
|
"context": "ion-menu ion-menu__item",
|
|
@@ -18942,6 +19794,20 @@
|
|
|
18942
19794
|
"ratio": 15.07,
|
|
18943
19795
|
"min": 3
|
|
18944
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
|
+
},
|
|
18945
19811
|
{
|
|
18946
19812
|
"component": "date-range-picker",
|
|
18947
19813
|
"context": "ion-calendar__day--in-range ion-calendar__day",
|
|
@@ -19134,6 +20000,21 @@
|
|
|
19134
20000
|
"ratio": 15.71,
|
|
19135
20001
|
"min": 3
|
|
19136
20002
|
},
|
|
20003
|
+
{
|
|
20004
|
+
"component": "nav-item",
|
|
20005
|
+
"context": "ion-nav-item--current",
|
|
20006
|
+
"state": "default",
|
|
20007
|
+
"fg": "--text-default",
|
|
20008
|
+
"bg": "--surface-muted",
|
|
20009
|
+
"backdrop": null,
|
|
20010
|
+
"kind": "text",
|
|
20011
|
+
"ground": "assumed",
|
|
20012
|
+
"mode": "Light",
|
|
20013
|
+
"fgHex": "#131923",
|
|
20014
|
+
"bgHex": "#f0f2f4",
|
|
20015
|
+
"ratio": 15.71,
|
|
20016
|
+
"min": 4.5
|
|
20017
|
+
},
|
|
19137
20018
|
{
|
|
19138
20019
|
"component": "nav-item",
|
|
19139
20020
|
"context": "ion-nav-item--disabled",
|
|
@@ -19340,6 +20221,21 @@
|
|
|
19340
20221
|
"ratio": 15.71,
|
|
19341
20222
|
"min": 4.5
|
|
19342
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
|
+
},
|
|
19343
20239
|
{
|
|
19344
20240
|
"component": "date-picker",
|
|
19345
20241
|
"context": "ion-calendar ion-calendar__day",
|
|
@@ -19400,6 +20296,21 @@
|
|
|
19400
20296
|
"ratio": 15.78,
|
|
19401
20297
|
"min": 4.5
|
|
19402
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
|
+
},
|
|
19403
20314
|
{
|
|
19404
20315
|
"component": "tool-call",
|
|
19405
20316
|
"context": "ion-tool-call ion-tool-call__header",
|
|
@@ -19589,6 +20500,20 @@
|
|
|
19589
20500
|
"ratio": 15.86,
|
|
19590
20501
|
"min": 4.5
|
|
19591
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
|
+
},
|
|
19592
20517
|
{
|
|
19593
20518
|
"component": "chart",
|
|
19594
20519
|
"context": "ion-chart ion-chart__caption",
|
|
@@ -19649,6 +20574,34 @@
|
|
|
19649
20574
|
"ratio": 15.86,
|
|
19650
20575
|
"min": 3
|
|
19651
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
|
+
},
|
|
19652
20605
|
{
|
|
19653
20606
|
"component": "confidence-indicator",
|
|
19654
20607
|
"context": "ion-confidence",
|
|
@@ -20678,6 +21631,49 @@
|
|
|
20678
21631
|
"ratio": 15.86,
|
|
20679
21632
|
"min": 3
|
|
20680
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
|
+
},
|
|
20681
21677
|
{
|
|
20682
21678
|
"component": "toggle",
|
|
20683
21679
|
"context": "ion-toggle ion-toggle__label",
|
|
@@ -21045,6 +22041,36 @@
|
|
|
21045
22041
|
"ratio": 16.55,
|
|
21046
22042
|
"min": 4.5
|
|
21047
22043
|
},
|
|
22044
|
+
{
|
|
22045
|
+
"component": "nav-item",
|
|
22046
|
+
"context": "ion-nav-item--current",
|
|
22047
|
+
"state": "default",
|
|
22048
|
+
"fg": "--text-default",
|
|
22049
|
+
"bg": "--surface-page",
|
|
22050
|
+
"backdrop": null,
|
|
22051
|
+
"kind": "text",
|
|
22052
|
+
"ground": "assumed",
|
|
22053
|
+
"mode": "Light",
|
|
22054
|
+
"fgHex": "#131923",
|
|
22055
|
+
"bgHex": "#f6f8f9",
|
|
22056
|
+
"ratio": 16.55,
|
|
22057
|
+
"min": 4.5
|
|
22058
|
+
},
|
|
22059
|
+
{
|
|
22060
|
+
"component": "nav-item",
|
|
22061
|
+
"context": "ion-nav-item--current",
|
|
22062
|
+
"state": "default",
|
|
22063
|
+
"fg": "--text-default",
|
|
22064
|
+
"bg": "--surface-page",
|
|
22065
|
+
"backdrop": null,
|
|
22066
|
+
"kind": "text",
|
|
22067
|
+
"ground": "assumed",
|
|
22068
|
+
"mode": "Dark",
|
|
22069
|
+
"fgHex": "#f6f8f9",
|
|
22070
|
+
"bgHex": "#131923",
|
|
22071
|
+
"ratio": 16.55,
|
|
22072
|
+
"min": 4.5
|
|
22073
|
+
},
|
|
21048
22074
|
{
|
|
21049
22075
|
"component": "nav-item",
|
|
21050
22076
|
"context": "ion-nav-item--disabled",
|
|
@@ -21687,6 +22713,90 @@
|
|
|
21687
22713
|
"ratio": 17.63,
|
|
21688
22714
|
"min": 4.5
|
|
21689
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
|
+
},
|
|
21690
22800
|
{
|
|
21691
22801
|
"component": "chart",
|
|
21692
22802
|
"context": "ion-chart-tooltip",
|
|
@@ -21771,6 +22881,20 @@
|
|
|
21771
22881
|
"ratio": 17.63,
|
|
21772
22882
|
"min": 4.5
|
|
21773
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
|
+
},
|
|
21774
22898
|
{
|
|
21775
22899
|
"component": "confidence-indicator",
|
|
21776
22900
|
"context": "ion-confidence ion-confidence__label",
|
|
@@ -22082,6 +23206,21 @@
|
|
|
22082
23206
|
"ratio": 17.63,
|
|
22083
23207
|
"min": 4.5
|
|
22084
23208
|
},
|
|
23209
|
+
{
|
|
23210
|
+
"component": "nav-item",
|
|
23211
|
+
"context": "ion-nav-item--current",
|
|
23212
|
+
"state": "default",
|
|
23213
|
+
"fg": "--text-default",
|
|
23214
|
+
"bg": "--surface-default",
|
|
23215
|
+
"backdrop": null,
|
|
23216
|
+
"kind": "text",
|
|
23217
|
+
"ground": "assumed",
|
|
23218
|
+
"mode": "Light",
|
|
23219
|
+
"fgHex": "#131923",
|
|
23220
|
+
"bgHex": "#ffffff",
|
|
23221
|
+
"ratio": 17.63,
|
|
23222
|
+
"min": 4.5
|
|
23223
|
+
},
|
|
22085
23224
|
{
|
|
22086
23225
|
"component": "nav-item",
|
|
22087
23226
|
"context": "ion-nav-item--disabled",
|
|
@@ -22527,6 +23666,21 @@
|
|
|
22527
23666
|
"ratio": 17.96,
|
|
22528
23667
|
"min": 4.5
|
|
22529
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
|
+
},
|
|
22530
23684
|
{
|
|
22531
23685
|
"component": "sidebar",
|
|
22532
23686
|
"context": "ion-sidebar ion-sidebar__row",
|
|
@@ -22542,6 +23696,21 @@
|
|
|
22542
23696
|
"ratio": 18.27,
|
|
22543
23697
|
"min": 4.5
|
|
22544
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
|
+
},
|
|
22545
23714
|
{
|
|
22546
23715
|
"component": "tool-call",
|
|
22547
23716
|
"context": "ion-tool-call ion-tool-call__header",
|
|
@@ -22657,6 +23826,20 @@
|
|
|
22657
23826
|
"ratio": 18.71,
|
|
22658
23827
|
"min": 3
|
|
22659
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
|
+
},
|
|
22660
23843
|
{
|
|
22661
23844
|
"component": "accordion",
|
|
22662
23845
|
"context": "ion-accordion ion-accordion__trigger",
|
|
@@ -22885,6 +24068,104 @@
|
|
|
22885
24068
|
"ratio": 19.71,
|
|
22886
24069
|
"min": 4.5
|
|
22887
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
|
+
},
|
|
22888
24169
|
{
|
|
22889
24170
|
"component": "confidence-indicator",
|
|
22890
24171
|
"context": "ion-confidence ion-confidence__label",
|
|
@@ -22944,6 +24225,21 @@
|
|
|
22944
24225
|
"ratio": 19.71,
|
|
22945
24226
|
"min": 4.5
|
|
22946
24227
|
},
|
|
24228
|
+
{
|
|
24229
|
+
"component": "nav-item",
|
|
24230
|
+
"context": "ion-nav-item--current",
|
|
24231
|
+
"state": "default",
|
|
24232
|
+
"fg": "--text-default",
|
|
24233
|
+
"bg": "--surface-default",
|
|
24234
|
+
"backdrop": null,
|
|
24235
|
+
"kind": "text",
|
|
24236
|
+
"ground": "assumed",
|
|
24237
|
+
"mode": "Dark",
|
|
24238
|
+
"fgHex": "#f6f8f9",
|
|
24239
|
+
"bgHex": "#000000",
|
|
24240
|
+
"ratio": 19.71,
|
|
24241
|
+
"min": 4.5
|
|
24242
|
+
},
|
|
22947
24243
|
{
|
|
22948
24244
|
"component": "nav-item",
|
|
22949
24245
|
"context": "ion-nav-item--disabled",
|
|
@@ -23522,6 +24818,17 @@
|
|
|
23522
24818
|
"affects": [
|
|
23523
24819
|
"Combobox"
|
|
23524
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
|
+
]
|
|
23525
24832
|
}
|
|
23526
24833
|
],
|
|
23527
24834
|
"deferred": [],
|