ionbase-ui 0.38.0 → 0.47.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/figma-descriptions.json +39 -39
- package/dist/figma-map.json +1 -1
- package/dist/meta/Alert.json +2 -0
- package/dist/meta/Avatar.json +1 -0
- package/dist/meta/AvatarGradient.json +30 -30
- package/dist/meta/AvatarGroup.json +1 -0
- package/dist/meta/Button.json +1 -0
- package/dist/meta/components.json +36 -31
- package/dist/meta/contrast.json +2432 -1513
- package/dist/meta/index.json +1 -1
- package/dist/meta/patterns/index.json +1 -1
- package/dist/styles/alert.css +6 -0
- package/dist/styles/avatar-gradient.css +98 -55
- package/dist/styles/avatar.css +7 -1
- package/dist/styles/button.css +6 -1
- package/dist/styles/tokens/base.css +88 -16
- package/dist/styles/tokens/theme-dark.css +42 -29
- package/dist/tokens/index.d.ts +441 -51
- package/dist/tokens/index.d.ts.map +1 -1
- package/dist/tokens/index.js +362 -44
- package/dist/tokens/index.js.map +1 -1
- package/llms.txt +1 -1
- package/package.json +1 -1
package/dist/meta/contrast.json
CHANGED
|
@@ -4,9 +4,7 @@
|
|
|
4
4
|
"text": 4.5,
|
|
5
5
|
"nonText": 3
|
|
6
6
|
},
|
|
7
|
-
"deferredModes": [
|
|
8
|
-
"Dark"
|
|
9
|
-
],
|
|
7
|
+
"deferredModes": [],
|
|
10
8
|
"pairings": [
|
|
11
9
|
{
|
|
12
10
|
"component": "confidence-indicator",
|
|
@@ -78,6 +76,20 @@
|
|
|
78
76
|
"ratio": 2.01,
|
|
79
77
|
"min": 4.5
|
|
80
78
|
},
|
|
79
|
+
{
|
|
80
|
+
"component": "confidence-indicator",
|
|
81
|
+
"context": "ion-confidence--medium&ion-confidence__bar--on ion-confidence__bar--on",
|
|
82
|
+
"state": "default",
|
|
83
|
+
"fg": "--text-secondary",
|
|
84
|
+
"bg": "--icon-information",
|
|
85
|
+
"backdrop": null,
|
|
86
|
+
"kind": "text",
|
|
87
|
+
"mode": "Dark",
|
|
88
|
+
"fgHex": "#dde0e4",
|
|
89
|
+
"bgHex": "#9a8ff4",
|
|
90
|
+
"ratio": 2.08,
|
|
91
|
+
"min": 4.5
|
|
92
|
+
},
|
|
81
93
|
{
|
|
82
94
|
"component": "streaming-text",
|
|
83
95
|
"context": "ion-streaming-text ion-streaming-text__cursor",
|
|
@@ -106,20 +118,6 @@
|
|
|
106
118
|
"ratio": 2.38,
|
|
107
119
|
"min": 4.5
|
|
108
120
|
},
|
|
109
|
-
{
|
|
110
|
-
"component": "confidence-indicator",
|
|
111
|
-
"context": "ion-confidence--medium&ion-confidence__bar--on ion-confidence__bar--on",
|
|
112
|
-
"state": "default",
|
|
113
|
-
"fg": "--text-secondary",
|
|
114
|
-
"bg": "--icon-information",
|
|
115
|
-
"backdrop": null,
|
|
116
|
-
"kind": "text",
|
|
117
|
-
"mode": "Dark",
|
|
118
|
-
"fgHex": "#dde0e4",
|
|
119
|
-
"bgHex": "#7e6ff1",
|
|
120
|
-
"ratio": 2.92,
|
|
121
|
-
"min": 4.5
|
|
122
|
-
},
|
|
123
121
|
{
|
|
124
122
|
"component": "approval-gate",
|
|
125
123
|
"context": "ion-approval-gate ion-approval-gate__action",
|
|
@@ -511,34 +509,6 @@
|
|
|
511
509
|
"ratio": 3.12,
|
|
512
510
|
"min": 4.5
|
|
513
511
|
},
|
|
514
|
-
{
|
|
515
|
-
"component": "alert",
|
|
516
|
-
"context": "ion-alert--solid&ion-alert--information",
|
|
517
|
-
"state": "default",
|
|
518
|
-
"fg": "--text-on-color",
|
|
519
|
-
"bg": "--surface-information",
|
|
520
|
-
"backdrop": "--surface-information",
|
|
521
|
-
"kind": "text",
|
|
522
|
-
"mode": "Dark",
|
|
523
|
-
"fgHex": "#000000",
|
|
524
|
-
"bgHex": "#5a4cd6",
|
|
525
|
-
"ratio": 3.44,
|
|
526
|
-
"min": 4.5
|
|
527
|
-
},
|
|
528
|
-
{
|
|
529
|
-
"component": "avatar",
|
|
530
|
-
"context": "ion-avatar__indicator--information ion-avatar__indicator--information",
|
|
531
|
-
"state": "default",
|
|
532
|
-
"fg": "--text-on-color",
|
|
533
|
-
"bg": "--surface-information",
|
|
534
|
-
"backdrop": null,
|
|
535
|
-
"kind": "text",
|
|
536
|
-
"mode": "Dark",
|
|
537
|
-
"fgHex": "#000000",
|
|
538
|
-
"bgHex": "#5a4cd6",
|
|
539
|
-
"ratio": 3.44,
|
|
540
|
-
"min": 4.5
|
|
541
|
-
},
|
|
542
512
|
{
|
|
543
513
|
"component": "checkbox",
|
|
544
514
|
"context": "ion-checkbox--disabled ion-checkbox__label",
|
|
@@ -734,237 +704,6 @@
|
|
|
734
704
|
"ratio": 3.65,
|
|
735
705
|
"min": 4.5
|
|
736
706
|
},
|
|
737
|
-
{
|
|
738
|
-
"component": "alert",
|
|
739
|
-
"context": "ion-alert ion-alert__dismiss",
|
|
740
|
-
"state": "hover",
|
|
741
|
-
"fg": "--icon-information",
|
|
742
|
-
"bg": "--surface-hover",
|
|
743
|
-
"backdrop": "--surface-information-subtle",
|
|
744
|
-
"kind": "non-text",
|
|
745
|
-
"mode": "Dark",
|
|
746
|
-
"fgHex": "#7e6ff1",
|
|
747
|
-
"bgHex": "#311371",
|
|
748
|
-
"compositedOver": "--surface-information-subtle",
|
|
749
|
-
"ratio": 3.71,
|
|
750
|
-
"min": 3
|
|
751
|
-
},
|
|
752
|
-
{
|
|
753
|
-
"component": "link",
|
|
754
|
-
"context": "ion-link",
|
|
755
|
-
"state": "default",
|
|
756
|
-
"fg": "--text-link-visited",
|
|
757
|
-
"bg": "--surface-muted",
|
|
758
|
-
"backdrop": null,
|
|
759
|
-
"kind": "text",
|
|
760
|
-
"ground": "assumed",
|
|
761
|
-
"mode": "Dark",
|
|
762
|
-
"fgHex": "#7e6ff1",
|
|
763
|
-
"bgHex": "#1d2735",
|
|
764
|
-
"ratio": 3.9,
|
|
765
|
-
"min": 4.5
|
|
766
|
-
},
|
|
767
|
-
{
|
|
768
|
-
"component": "link",
|
|
769
|
-
"context": "ion-link--inline",
|
|
770
|
-
"state": "default",
|
|
771
|
-
"fg": "--text-link-visited",
|
|
772
|
-
"bg": "--surface-muted",
|
|
773
|
-
"backdrop": null,
|
|
774
|
-
"kind": "text",
|
|
775
|
-
"ground": "assumed",
|
|
776
|
-
"mode": "Dark",
|
|
777
|
-
"fgHex": "#7e6ff1",
|
|
778
|
-
"bgHex": "#1d2735",
|
|
779
|
-
"ratio": 3.9,
|
|
780
|
-
"min": 4.5
|
|
781
|
-
},
|
|
782
|
-
{
|
|
783
|
-
"component": "link",
|
|
784
|
-
"context": "ion-link--standalone",
|
|
785
|
-
"state": "default",
|
|
786
|
-
"fg": "--text-link-visited",
|
|
787
|
-
"bg": "--surface-muted",
|
|
788
|
-
"backdrop": null,
|
|
789
|
-
"kind": "text",
|
|
790
|
-
"ground": "assumed",
|
|
791
|
-
"mode": "Dark",
|
|
792
|
-
"fgHex": "#7e6ff1",
|
|
793
|
-
"bgHex": "#1d2735",
|
|
794
|
-
"ratio": 3.9,
|
|
795
|
-
"min": 4.5
|
|
796
|
-
},
|
|
797
|
-
{
|
|
798
|
-
"component": "link",
|
|
799
|
-
"context": "ion-link",
|
|
800
|
-
"state": "focus",
|
|
801
|
-
"fg": "--text-link-visited",
|
|
802
|
-
"bg": "--surface-muted",
|
|
803
|
-
"backdrop": null,
|
|
804
|
-
"kind": "text",
|
|
805
|
-
"ground": "assumed",
|
|
806
|
-
"mode": "Dark",
|
|
807
|
-
"fgHex": "#7e6ff1",
|
|
808
|
-
"bgHex": "#1d2735",
|
|
809
|
-
"ratio": 3.9,
|
|
810
|
-
"min": 4.5
|
|
811
|
-
},
|
|
812
|
-
{
|
|
813
|
-
"component": "link",
|
|
814
|
-
"context": "ion-link ion-link__icon-start",
|
|
815
|
-
"state": "default",
|
|
816
|
-
"fg": "--text-link-visited",
|
|
817
|
-
"bg": "--surface-muted",
|
|
818
|
-
"backdrop": null,
|
|
819
|
-
"kind": "non-text",
|
|
820
|
-
"ground": "assumed",
|
|
821
|
-
"mode": "Dark",
|
|
822
|
-
"fgHex": "#7e6ff1",
|
|
823
|
-
"bgHex": "#1d2735",
|
|
824
|
-
"ratio": 3.9,
|
|
825
|
-
"min": 3
|
|
826
|
-
},
|
|
827
|
-
{
|
|
828
|
-
"component": "link",
|
|
829
|
-
"context": "ion-link ion-link__icon-end",
|
|
830
|
-
"state": "default",
|
|
831
|
-
"fg": "--text-link-visited",
|
|
832
|
-
"bg": "--surface-muted",
|
|
833
|
-
"backdrop": null,
|
|
834
|
-
"kind": "non-text",
|
|
835
|
-
"ground": "assumed",
|
|
836
|
-
"mode": "Dark",
|
|
837
|
-
"fgHex": "#7e6ff1",
|
|
838
|
-
"bgHex": "#1d2735",
|
|
839
|
-
"ratio": 3.9,
|
|
840
|
-
"min": 3
|
|
841
|
-
},
|
|
842
|
-
{
|
|
843
|
-
"component": "toast",
|
|
844
|
-
"context": "ion-toast ion-toast__icon",
|
|
845
|
-
"state": "default",
|
|
846
|
-
"fg": "--icon-information",
|
|
847
|
-
"bg": "--surface-raised",
|
|
848
|
-
"backdrop": "--surface-raised",
|
|
849
|
-
"kind": "non-text",
|
|
850
|
-
"mode": "Dark",
|
|
851
|
-
"fgHex": "#7e6ff1",
|
|
852
|
-
"bgHex": "#1d2735",
|
|
853
|
-
"ratio": 3.9,
|
|
854
|
-
"min": 3
|
|
855
|
-
},
|
|
856
|
-
{
|
|
857
|
-
"component": "alert",
|
|
858
|
-
"context": "ion-alert ion-alert__icon",
|
|
859
|
-
"state": "default",
|
|
860
|
-
"fg": "--icon-information",
|
|
861
|
-
"bg": "--surface-information-subtle",
|
|
862
|
-
"backdrop": "--surface-information-subtle",
|
|
863
|
-
"kind": "non-text",
|
|
864
|
-
"mode": "Dark",
|
|
865
|
-
"fgHex": "#7e6ff1",
|
|
866
|
-
"bgHex": "#260769",
|
|
867
|
-
"ratio": 4.12,
|
|
868
|
-
"min": 3
|
|
869
|
-
},
|
|
870
|
-
{
|
|
871
|
-
"component": "alert",
|
|
872
|
-
"context": "ion-alert ion-alert__dismiss",
|
|
873
|
-
"state": "default",
|
|
874
|
-
"fg": "--icon-information",
|
|
875
|
-
"bg": "--surface-information-subtle",
|
|
876
|
-
"backdrop": "--surface-information-subtle",
|
|
877
|
-
"kind": "non-text",
|
|
878
|
-
"mode": "Dark",
|
|
879
|
-
"fgHex": "#7e6ff1",
|
|
880
|
-
"bgHex": "#260769",
|
|
881
|
-
"ratio": 4.12,
|
|
882
|
-
"min": 3
|
|
883
|
-
},
|
|
884
|
-
{
|
|
885
|
-
"component": "alert",
|
|
886
|
-
"context": "ion-alert ion-alert__dismiss",
|
|
887
|
-
"state": "focus",
|
|
888
|
-
"fg": "--icon-information",
|
|
889
|
-
"bg": "--surface-information-subtle",
|
|
890
|
-
"backdrop": "--surface-information-subtle",
|
|
891
|
-
"kind": "non-text",
|
|
892
|
-
"mode": "Dark",
|
|
893
|
-
"fgHex": "#7e6ff1",
|
|
894
|
-
"bgHex": "#260769",
|
|
895
|
-
"ratio": 4.12,
|
|
896
|
-
"min": 3
|
|
897
|
-
},
|
|
898
|
-
{
|
|
899
|
-
"component": "approval-gate",
|
|
900
|
-
"context": "ion-approval-gate ion-approval-gate__icon",
|
|
901
|
-
"state": "default",
|
|
902
|
-
"fg": "--icon-information",
|
|
903
|
-
"bg": "--surface-information-subtle",
|
|
904
|
-
"backdrop": "--surface-information-subtle",
|
|
905
|
-
"kind": "non-text",
|
|
906
|
-
"mode": "Dark",
|
|
907
|
-
"fgHex": "#7e6ff1",
|
|
908
|
-
"bgHex": "#260769",
|
|
909
|
-
"ratio": 4.12,
|
|
910
|
-
"min": 3
|
|
911
|
-
},
|
|
912
|
-
{
|
|
913
|
-
"component": "badge",
|
|
914
|
-
"context": "ion-badge--information",
|
|
915
|
-
"state": "default",
|
|
916
|
-
"fg": "--icon-information",
|
|
917
|
-
"bg": "--surface-information-subtle",
|
|
918
|
-
"backdrop": null,
|
|
919
|
-
"kind": "non-text",
|
|
920
|
-
"mode": "Dark",
|
|
921
|
-
"fgHex": "#7e6ff1",
|
|
922
|
-
"bgHex": "#260769",
|
|
923
|
-
"ratio": 4.12,
|
|
924
|
-
"min": 3
|
|
925
|
-
},
|
|
926
|
-
{
|
|
927
|
-
"component": "button",
|
|
928
|
-
"context": "ion-button--primary-soft",
|
|
929
|
-
"state": "hover",
|
|
930
|
-
"fg": "--text-primary",
|
|
931
|
-
"bg": "--surface-primary-subtle-hover",
|
|
932
|
-
"backdrop": null,
|
|
933
|
-
"kind": "text",
|
|
934
|
-
"mode": "Dark",
|
|
935
|
-
"fgHex": "#609cf0",
|
|
936
|
-
"bgHex": "#0e2d8b",
|
|
937
|
-
"ratio": 4.25,
|
|
938
|
-
"min": 4.5
|
|
939
|
-
},
|
|
940
|
-
{
|
|
941
|
-
"component": "button",
|
|
942
|
-
"context": "ion-button--primary-soft",
|
|
943
|
-
"state": "pressed",
|
|
944
|
-
"fg": "--text-primary",
|
|
945
|
-
"bg": "--surface-primary-tint",
|
|
946
|
-
"backdrop": null,
|
|
947
|
-
"kind": "text",
|
|
948
|
-
"mode": "Dark",
|
|
949
|
-
"fgHex": "#609cf0",
|
|
950
|
-
"bgHex": "#0e2d8b",
|
|
951
|
-
"ratio": 4.25,
|
|
952
|
-
"min": 4.5
|
|
953
|
-
},
|
|
954
|
-
{
|
|
955
|
-
"component": "citation",
|
|
956
|
-
"context": "ion-citation",
|
|
957
|
-
"state": "hover",
|
|
958
|
-
"fg": "--text-link",
|
|
959
|
-
"bg": "--surface-primary-subtle-hover",
|
|
960
|
-
"backdrop": "--surface-primary-subtle",
|
|
961
|
-
"kind": "text",
|
|
962
|
-
"mode": "Dark",
|
|
963
|
-
"fgHex": "#609cf0",
|
|
964
|
-
"bgHex": "#0e2d8b",
|
|
965
|
-
"ratio": 4.25,
|
|
966
|
-
"min": 4.5
|
|
967
|
-
},
|
|
968
707
|
{
|
|
969
708
|
"component": "approval-gate",
|
|
970
709
|
"context": "ion-approval-gate ion-approval-gate__action",
|
|
@@ -1775,154 +1514,8 @@
|
|
|
1775
1514
|
"min": 4.5
|
|
1776
1515
|
},
|
|
1777
1516
|
{
|
|
1778
|
-
"component": "
|
|
1779
|
-
"context": "ion-
|
|
1780
|
-
"state": "default",
|
|
1781
|
-
"fg": "--text-link-visited",
|
|
1782
|
-
"bg": "--surface-page",
|
|
1783
|
-
"backdrop": null,
|
|
1784
|
-
"kind": "text",
|
|
1785
|
-
"ground": "assumed",
|
|
1786
|
-
"mode": "Dark",
|
|
1787
|
-
"fgHex": "#7e6ff1",
|
|
1788
|
-
"bgHex": "#131923",
|
|
1789
|
-
"ratio": 4.56,
|
|
1790
|
-
"min": 4.5
|
|
1791
|
-
},
|
|
1792
|
-
{
|
|
1793
|
-
"component": "link",
|
|
1794
|
-
"context": "ion-link--inline",
|
|
1795
|
-
"state": "default",
|
|
1796
|
-
"fg": "--text-link-visited",
|
|
1797
|
-
"bg": "--surface-page",
|
|
1798
|
-
"backdrop": null,
|
|
1799
|
-
"kind": "text",
|
|
1800
|
-
"ground": "assumed",
|
|
1801
|
-
"mode": "Dark",
|
|
1802
|
-
"fgHex": "#7e6ff1",
|
|
1803
|
-
"bgHex": "#131923",
|
|
1804
|
-
"ratio": 4.56,
|
|
1805
|
-
"min": 4.5
|
|
1806
|
-
},
|
|
1807
|
-
{
|
|
1808
|
-
"component": "link",
|
|
1809
|
-
"context": "ion-link--standalone",
|
|
1810
|
-
"state": "default",
|
|
1811
|
-
"fg": "--text-link-visited",
|
|
1812
|
-
"bg": "--surface-page",
|
|
1813
|
-
"backdrop": null,
|
|
1814
|
-
"kind": "text",
|
|
1815
|
-
"ground": "assumed",
|
|
1816
|
-
"mode": "Dark",
|
|
1817
|
-
"fgHex": "#7e6ff1",
|
|
1818
|
-
"bgHex": "#131923",
|
|
1819
|
-
"ratio": 4.56,
|
|
1820
|
-
"min": 4.5
|
|
1821
|
-
},
|
|
1822
|
-
{
|
|
1823
|
-
"component": "link",
|
|
1824
|
-
"context": "ion-link",
|
|
1825
|
-
"state": "focus",
|
|
1826
|
-
"fg": "--text-link-visited",
|
|
1827
|
-
"bg": "--surface-page",
|
|
1828
|
-
"backdrop": null,
|
|
1829
|
-
"kind": "text",
|
|
1830
|
-
"ground": "assumed",
|
|
1831
|
-
"mode": "Dark",
|
|
1832
|
-
"fgHex": "#7e6ff1",
|
|
1833
|
-
"bgHex": "#131923",
|
|
1834
|
-
"ratio": 4.56,
|
|
1835
|
-
"min": 4.5
|
|
1836
|
-
},
|
|
1837
|
-
{
|
|
1838
|
-
"component": "link",
|
|
1839
|
-
"context": "ion-link ion-link__icon-start",
|
|
1840
|
-
"state": "default",
|
|
1841
|
-
"fg": "--text-link-visited",
|
|
1842
|
-
"bg": "--surface-page",
|
|
1843
|
-
"backdrop": null,
|
|
1844
|
-
"kind": "non-text",
|
|
1845
|
-
"ground": "assumed",
|
|
1846
|
-
"mode": "Dark",
|
|
1847
|
-
"fgHex": "#7e6ff1",
|
|
1848
|
-
"bgHex": "#131923",
|
|
1849
|
-
"ratio": 4.56,
|
|
1850
|
-
"min": 3
|
|
1851
|
-
},
|
|
1852
|
-
{
|
|
1853
|
-
"component": "link",
|
|
1854
|
-
"context": "ion-link ion-link__icon-end",
|
|
1855
|
-
"state": "default",
|
|
1856
|
-
"fg": "--text-link-visited",
|
|
1857
|
-
"bg": "--surface-page",
|
|
1858
|
-
"backdrop": null,
|
|
1859
|
-
"kind": "non-text",
|
|
1860
|
-
"ground": "assumed",
|
|
1861
|
-
"mode": "Dark",
|
|
1862
|
-
"fgHex": "#7e6ff1",
|
|
1863
|
-
"bgHex": "#131923",
|
|
1864
|
-
"ratio": 4.56,
|
|
1865
|
-
"min": 3
|
|
1866
|
-
},
|
|
1867
|
-
{
|
|
1868
|
-
"component": "alert",
|
|
1869
|
-
"context": "ion-alert--solid&ion-alert--primary",
|
|
1870
|
-
"state": "default",
|
|
1871
|
-
"fg": "--text-on-color",
|
|
1872
|
-
"bg": "--surface-primary",
|
|
1873
|
-
"backdrop": "--surface-primary",
|
|
1874
|
-
"kind": "text",
|
|
1875
|
-
"mode": "Dark",
|
|
1876
|
-
"fgHex": "#000000",
|
|
1877
|
-
"bgHex": "#286ef0",
|
|
1878
|
-
"ratio": 4.58,
|
|
1879
|
-
"min": 4.5
|
|
1880
|
-
},
|
|
1881
|
-
{
|
|
1882
|
-
"component": "approval-gate",
|
|
1883
|
-
"context": "ion-approval-gate__action--approve ion-approval-gate__action--approve",
|
|
1884
|
-
"state": "default",
|
|
1885
|
-
"fg": "--text-on-color",
|
|
1886
|
-
"bg": "--surface-primary",
|
|
1887
|
-
"backdrop": "--surface-information-subtle",
|
|
1888
|
-
"kind": "text",
|
|
1889
|
-
"mode": "Dark",
|
|
1890
|
-
"fgHex": "#000000",
|
|
1891
|
-
"bgHex": "#286ef0",
|
|
1892
|
-
"ratio": 4.58,
|
|
1893
|
-
"min": 4.5
|
|
1894
|
-
},
|
|
1895
|
-
{
|
|
1896
|
-
"component": "avatar",
|
|
1897
|
-
"context": "ion-avatar__indicator--primary ion-avatar__indicator--primary",
|
|
1898
|
-
"state": "default",
|
|
1899
|
-
"fg": "--text-on-color",
|
|
1900
|
-
"bg": "--surface-primary",
|
|
1901
|
-
"backdrop": null,
|
|
1902
|
-
"kind": "text",
|
|
1903
|
-
"mode": "Dark",
|
|
1904
|
-
"fgHex": "#000000",
|
|
1905
|
-
"bgHex": "#286ef0",
|
|
1906
|
-
"ratio": 4.58,
|
|
1907
|
-
"min": 4.5
|
|
1908
|
-
},
|
|
1909
|
-
{
|
|
1910
|
-
"component": "button",
|
|
1911
|
-
"context": "ion-button--primary-brand",
|
|
1912
|
-
"state": "default",
|
|
1913
|
-
"fg": "--text-on-color",
|
|
1914
|
-
"bg": "--surface-primary",
|
|
1915
|
-
"backdrop": null,
|
|
1916
|
-
"kind": "text",
|
|
1917
|
-
"mode": "Dark",
|
|
1918
|
-
"fgHex": "#000000",
|
|
1919
|
-
"bgHex": "#286ef0",
|
|
1920
|
-
"ratio": 4.58,
|
|
1921
|
-
"min": 4.5
|
|
1922
|
-
},
|
|
1923
|
-
{
|
|
1924
|
-
"component": "agent-activity",
|
|
1925
|
-
"context": "ion-agent-activity__step--done ion-agent-activity__step--done",
|
|
1517
|
+
"component": "agent-activity",
|
|
1518
|
+
"context": "ion-agent-activity__step--done ion-agent-activity__step--done",
|
|
1926
1519
|
"state": "default",
|
|
1927
1520
|
"fg": "--icon-success",
|
|
1928
1521
|
"bg": "--surface-muted",
|
|
@@ -1963,20 +1556,6 @@
|
|
|
1963
1556
|
"ratio": 4.67,
|
|
1964
1557
|
"min": 4.5
|
|
1965
1558
|
},
|
|
1966
|
-
{
|
|
1967
|
-
"component": "alert",
|
|
1968
|
-
"context": "ion-alert--success",
|
|
1969
|
-
"state": "default",
|
|
1970
|
-
"fg": "--text-success",
|
|
1971
|
-
"bg": "--surface-success-subtle",
|
|
1972
|
-
"backdrop": "--surface-success-subtle",
|
|
1973
|
-
"kind": "text",
|
|
1974
|
-
"mode": "Dark",
|
|
1975
|
-
"fgHex": "#39b378",
|
|
1976
|
-
"bgHex": "#023c13",
|
|
1977
|
-
"ratio": 4.76,
|
|
1978
|
-
"min": 4.5
|
|
1979
|
-
},
|
|
1980
1559
|
{
|
|
1981
1560
|
"component": "badge",
|
|
1982
1561
|
"context": "ion-badge--success",
|
|
@@ -2230,34 +1809,6 @@
|
|
|
2230
1809
|
"ratio": 4.92,
|
|
2231
1810
|
"min": 3
|
|
2232
1811
|
},
|
|
2233
|
-
{
|
|
2234
|
-
"component": "avatar-gradient",
|
|
2235
|
-
"context": "ion-avatar-gradient--blue",
|
|
2236
|
-
"state": "default",
|
|
2237
|
-
"fg": "--color-blue-600",
|
|
2238
|
-
"bg": "--color-blue-50",
|
|
2239
|
-
"backdrop": "--color-blue-50",
|
|
2240
|
-
"kind": "text",
|
|
2241
|
-
"mode": "Light",
|
|
2242
|
-
"fgHex": "#1c62e3",
|
|
2243
|
-
"bgHex": "#ebf7ff",
|
|
2244
|
-
"ratio": 4.94,
|
|
2245
|
-
"min": 4.5
|
|
2246
|
-
},
|
|
2247
|
-
{
|
|
2248
|
-
"component": "avatar-gradient",
|
|
2249
|
-
"context": "ion-avatar-gradient--blue",
|
|
2250
|
-
"state": "default",
|
|
2251
|
-
"fg": "--color-blue-600",
|
|
2252
|
-
"bg": "--color-blue-50",
|
|
2253
|
-
"backdrop": "--color-blue-50",
|
|
2254
|
-
"kind": "text",
|
|
2255
|
-
"mode": "Dark",
|
|
2256
|
-
"fgHex": "#1c62e3",
|
|
2257
|
-
"bgHex": "#ebf7ff",
|
|
2258
|
-
"ratio": 4.94,
|
|
2259
|
-
"min": 4.5
|
|
2260
|
-
},
|
|
2261
1812
|
{
|
|
2262
1813
|
"component": "badge",
|
|
2263
1814
|
"context": "ion-badge--primary",
|
|
@@ -2329,62 +1880,6 @@
|
|
|
2329
1880
|
"ratio": 5.05,
|
|
2330
1881
|
"min": 3
|
|
2331
1882
|
},
|
|
2332
|
-
{
|
|
2333
|
-
"component": "alert",
|
|
2334
|
-
"context": "ion-alert--solid&ion-alert--error",
|
|
2335
|
-
"state": "default",
|
|
2336
|
-
"fg": "--text-on-color",
|
|
2337
|
-
"bg": "--surface-error",
|
|
2338
|
-
"backdrop": "--surface-error",
|
|
2339
|
-
"kind": "text",
|
|
2340
|
-
"mode": "Dark",
|
|
2341
|
-
"fgHex": "#000000",
|
|
2342
|
-
"bgHex": "#eb3737",
|
|
2343
|
-
"ratio": 5.13,
|
|
2344
|
-
"min": 4.5
|
|
2345
|
-
},
|
|
2346
|
-
{
|
|
2347
|
-
"component": "avatar-gradient",
|
|
2348
|
-
"context": "ion-avatar-gradient--green",
|
|
2349
|
-
"state": "default",
|
|
2350
|
-
"fg": "--color-green-600",
|
|
2351
|
-
"bg": "--color-green-50",
|
|
2352
|
-
"backdrop": "--color-green-50",
|
|
2353
|
-
"kind": "text",
|
|
2354
|
-
"mode": "Light",
|
|
2355
|
-
"fgHex": "#0d7d38",
|
|
2356
|
-
"bgHex": "#f8fefc",
|
|
2357
|
-
"ratio": 5.13,
|
|
2358
|
-
"min": 4.5
|
|
2359
|
-
},
|
|
2360
|
-
{
|
|
2361
|
-
"component": "avatar-gradient",
|
|
2362
|
-
"context": "ion-avatar-gradient--green",
|
|
2363
|
-
"state": "default",
|
|
2364
|
-
"fg": "--color-green-600",
|
|
2365
|
-
"bg": "--color-green-50",
|
|
2366
|
-
"backdrop": "--color-green-50",
|
|
2367
|
-
"kind": "text",
|
|
2368
|
-
"mode": "Dark",
|
|
2369
|
-
"fgHex": "#0d7d38",
|
|
2370
|
-
"bgHex": "#f8fefc",
|
|
2371
|
-
"ratio": 5.13,
|
|
2372
|
-
"min": 4.5
|
|
2373
|
-
},
|
|
2374
|
-
{
|
|
2375
|
-
"component": "avatar",
|
|
2376
|
-
"context": "ion-avatar__indicator--error ion-avatar__indicator--error",
|
|
2377
|
-
"state": "default",
|
|
2378
|
-
"fg": "--text-on-color",
|
|
2379
|
-
"bg": "--surface-error",
|
|
2380
|
-
"backdrop": null,
|
|
2381
|
-
"kind": "text",
|
|
2382
|
-
"mode": "Dark",
|
|
2383
|
-
"fgHex": "#000000",
|
|
2384
|
-
"bgHex": "#eb3737",
|
|
2385
|
-
"ratio": 5.13,
|
|
2386
|
-
"min": 4.5
|
|
2387
|
-
},
|
|
2388
1883
|
{
|
|
2389
1884
|
"component": "badge",
|
|
2390
1885
|
"context": "ion-badge--success",
|
|
@@ -2399,20 +1894,6 @@
|
|
|
2399
1894
|
"ratio": 5.13,
|
|
2400
1895
|
"min": 3
|
|
2401
1896
|
},
|
|
2402
|
-
{
|
|
2403
|
-
"component": "button",
|
|
2404
|
-
"context": "ion-button--destructive",
|
|
2405
|
-
"state": "default",
|
|
2406
|
-
"fg": "--text-on-color",
|
|
2407
|
-
"bg": "--surface-error",
|
|
2408
|
-
"backdrop": null,
|
|
2409
|
-
"kind": "text",
|
|
2410
|
-
"mode": "Dark",
|
|
2411
|
-
"fgHex": "#000000",
|
|
2412
|
-
"bgHex": "#eb3737",
|
|
2413
|
-
"ratio": 5.13,
|
|
2414
|
-
"min": 4.5
|
|
2415
|
-
},
|
|
2416
1897
|
{
|
|
2417
1898
|
"component": "agent-activity",
|
|
2418
1899
|
"context": "ion-agent-activity__step--failed ion-agent-activity__step--failed",
|
|
@@ -2428,6 +1909,21 @@
|
|
|
2428
1909
|
"ratio": 5.16,
|
|
2429
1910
|
"min": 3
|
|
2430
1911
|
},
|
|
1912
|
+
{
|
|
1913
|
+
"component": "alert",
|
|
1914
|
+
"context": "ion-alert ion-alert__dismiss",
|
|
1915
|
+
"state": "hover",
|
|
1916
|
+
"fg": "--icon-information",
|
|
1917
|
+
"bg": "--surface-hover",
|
|
1918
|
+
"backdrop": "--surface-information-subtle",
|
|
1919
|
+
"kind": "non-text",
|
|
1920
|
+
"mode": "Dark",
|
|
1921
|
+
"fgHex": "#9a8ff4",
|
|
1922
|
+
"bgHex": "#311371",
|
|
1923
|
+
"compositedOver": "--surface-information-subtle",
|
|
1924
|
+
"ratio": 5.2,
|
|
1925
|
+
"min": 3
|
|
1926
|
+
},
|
|
2431
1927
|
{
|
|
2432
1928
|
"component": "agent-activity",
|
|
2433
1929
|
"context": "ion-agent-activity__step--done ion-agent-activity__step--done",
|
|
@@ -2457,6 +1953,20 @@
|
|
|
2457
1953
|
"ratio": 5.24,
|
|
2458
1954
|
"min": 4.5
|
|
2459
1955
|
},
|
|
1956
|
+
{
|
|
1957
|
+
"component": "alert",
|
|
1958
|
+
"context": "ion-alert--solid&ion-alert--success",
|
|
1959
|
+
"state": "default",
|
|
1960
|
+
"fg": "--text-on-color",
|
|
1961
|
+
"bg": "--surface-success",
|
|
1962
|
+
"backdrop": "--surface-success",
|
|
1963
|
+
"kind": "text",
|
|
1964
|
+
"mode": "Dark",
|
|
1965
|
+
"fgHex": "#ffffff",
|
|
1966
|
+
"bgHex": "#0d7d38",
|
|
1967
|
+
"ratio": 5.24,
|
|
1968
|
+
"min": 4.5
|
|
1969
|
+
},
|
|
2460
1970
|
{
|
|
2461
1971
|
"component": "avatar",
|
|
2462
1972
|
"context": "ion-avatar__indicator--success ion-avatar__indicator--success",
|
|
@@ -2471,6 +1981,20 @@
|
|
|
2471
1981
|
"ratio": 5.24,
|
|
2472
1982
|
"min": 4.5
|
|
2473
1983
|
},
|
|
1984
|
+
{
|
|
1985
|
+
"component": "avatar",
|
|
1986
|
+
"context": "ion-avatar__indicator--success ion-avatar__indicator--success",
|
|
1987
|
+
"state": "default",
|
|
1988
|
+
"fg": "--text-on-color",
|
|
1989
|
+
"bg": "--surface-success",
|
|
1990
|
+
"backdrop": null,
|
|
1991
|
+
"kind": "text",
|
|
1992
|
+
"mode": "Dark",
|
|
1993
|
+
"fgHex": "#ffffff",
|
|
1994
|
+
"bgHex": "#0d7d38",
|
|
1995
|
+
"ratio": 5.24,
|
|
1996
|
+
"min": 4.5
|
|
1997
|
+
},
|
|
2474
1998
|
{
|
|
2475
1999
|
"component": "button",
|
|
2476
2000
|
"context": "ion-button--success",
|
|
@@ -2486,89 +2010,107 @@
|
|
|
2486
2010
|
"min": 4.5
|
|
2487
2011
|
},
|
|
2488
2012
|
{
|
|
2489
|
-
"component": "
|
|
2490
|
-
"context": "ion-
|
|
2013
|
+
"component": "button",
|
|
2014
|
+
"context": "ion-button--success",
|
|
2491
2015
|
"state": "default",
|
|
2492
|
-
"fg": "--
|
|
2493
|
-
"bg": "--surface-
|
|
2016
|
+
"fg": "--text-on-color",
|
|
2017
|
+
"bg": "--surface-success",
|
|
2494
2018
|
"backdrop": null,
|
|
2495
|
-
"kind": "
|
|
2496
|
-
"
|
|
2019
|
+
"kind": "text",
|
|
2020
|
+
"mode": "Dark",
|
|
2021
|
+
"fgHex": "#ffffff",
|
|
2022
|
+
"bgHex": "#0d7d38",
|
|
2023
|
+
"ratio": 5.24,
|
|
2024
|
+
"min": 4.5
|
|
2025
|
+
},
|
|
2026
|
+
{
|
|
2027
|
+
"component": "avatar-gradient",
|
|
2028
|
+
"context": "ion-avatar-gradient--pink",
|
|
2029
|
+
"state": "default",
|
|
2030
|
+
"fg": "--text-palette-4",
|
|
2031
|
+
"bg": "--surface-palette-4",
|
|
2032
|
+
"backdrop": "--surface-palette-4-subtle",
|
|
2033
|
+
"kind": "text",
|
|
2497
2034
|
"mode": "Light",
|
|
2498
|
-
"fgHex": "#
|
|
2499
|
-
"bgHex": "#
|
|
2500
|
-
"ratio": 5.
|
|
2501
|
-
"min":
|
|
2035
|
+
"fgHex": "#881141",
|
|
2036
|
+
"bgHex": "#f9a9d5",
|
|
2037
|
+
"ratio": 5.29,
|
|
2038
|
+
"min": 4.5
|
|
2502
2039
|
},
|
|
2503
2040
|
{
|
|
2504
|
-
"component": "
|
|
2505
|
-
"context": "ion-
|
|
2041
|
+
"component": "avatar-gradient",
|
|
2042
|
+
"context": "ion-avatar-gradient--pink",
|
|
2506
2043
|
"state": "default",
|
|
2507
|
-
"fg": "--text-
|
|
2508
|
-
"bg": "--surface-
|
|
2509
|
-
"backdrop": "--surface-
|
|
2044
|
+
"fg": "--text-palette-4",
|
|
2045
|
+
"bg": "--surface-sheen",
|
|
2046
|
+
"backdrop": "--surface-palette-4-subtle",
|
|
2510
2047
|
"kind": "text",
|
|
2511
|
-
"
|
|
2512
|
-
"
|
|
2513
|
-
"
|
|
2514
|
-
"
|
|
2048
|
+
"flat": "--surface-palette-4-subtle",
|
|
2049
|
+
"mode": "Light",
|
|
2050
|
+
"fgHex": "#881141",
|
|
2051
|
+
"bgHex": "#f9a9d5",
|
|
2052
|
+
"compositedOver": "gradient at 50%,0%",
|
|
2053
|
+
"ratio": 5.29,
|
|
2515
2054
|
"min": 4.5
|
|
2516
2055
|
},
|
|
2517
2056
|
{
|
|
2518
|
-
"component": "
|
|
2519
|
-
"context": "ion-
|
|
2057
|
+
"component": "agent-activity",
|
|
2058
|
+
"context": "ion-agent-activity__step--failed ion-agent-activity__step--failed",
|
|
2520
2059
|
"state": "default",
|
|
2521
|
-
"fg": "--icon-
|
|
2522
|
-
"bg": "--surface-
|
|
2060
|
+
"fg": "--icon-error",
|
|
2061
|
+
"bg": "--surface-muted",
|
|
2523
2062
|
"backdrop": null,
|
|
2524
2063
|
"kind": "non-text",
|
|
2525
|
-
"
|
|
2526
|
-
"
|
|
2527
|
-
"
|
|
2528
|
-
"
|
|
2064
|
+
"ground": "assumed",
|
|
2065
|
+
"mode": "Light",
|
|
2066
|
+
"fgHex": "#c61616",
|
|
2067
|
+
"bgHex": "#f0f2f4",
|
|
2068
|
+
"ratio": 5.3,
|
|
2529
2069
|
"min": 3
|
|
2530
2070
|
},
|
|
2531
2071
|
{
|
|
2532
|
-
"component": "
|
|
2533
|
-
"context": "ion-
|
|
2072
|
+
"component": "avatar-gradient",
|
|
2073
|
+
"context": "ion-avatar-gradient--red",
|
|
2534
2074
|
"state": "default",
|
|
2535
|
-
"fg": "--text-
|
|
2536
|
-
"bg": "--surface-
|
|
2537
|
-
"backdrop":
|
|
2075
|
+
"fg": "--text-palette-7",
|
|
2076
|
+
"bg": "--surface-palette-7",
|
|
2077
|
+
"backdrop": "--surface-palette-7-subtle",
|
|
2538
2078
|
"kind": "text",
|
|
2539
2079
|
"mode": "Dark",
|
|
2540
|
-
"fgHex": "#
|
|
2541
|
-
"bgHex": "#
|
|
2542
|
-
"ratio": 5.
|
|
2080
|
+
"fgHex": "#fed2d2",
|
|
2081
|
+
"bgHex": "#ad1515",
|
|
2082
|
+
"ratio": 5.31,
|
|
2543
2083
|
"min": 4.5
|
|
2544
2084
|
},
|
|
2545
2085
|
{
|
|
2546
|
-
"component": "
|
|
2547
|
-
"context": "ion-
|
|
2086
|
+
"component": "avatar-gradient",
|
|
2087
|
+
"context": "ion-avatar-gradient--red",
|
|
2548
2088
|
"state": "default",
|
|
2549
|
-
"fg": "--text-
|
|
2550
|
-
"bg": "--surface-
|
|
2551
|
-
"backdrop": "--surface-
|
|
2089
|
+
"fg": "--text-palette-7",
|
|
2090
|
+
"bg": "--surface-sheen",
|
|
2091
|
+
"backdrop": "--surface-palette-7-subtle",
|
|
2552
2092
|
"kind": "text",
|
|
2093
|
+
"flat": "--surface-palette-7-subtle",
|
|
2553
2094
|
"mode": "Dark",
|
|
2554
|
-
"fgHex": "#
|
|
2555
|
-
"bgHex": "#
|
|
2556
|
-
"
|
|
2095
|
+
"fgHex": "#fed2d2",
|
|
2096
|
+
"bgHex": "#ad1515",
|
|
2097
|
+
"compositedOver": "gradient at 50%,0%",
|
|
2098
|
+
"ratio": 5.31,
|
|
2557
2099
|
"min": 4.5
|
|
2558
2100
|
},
|
|
2559
2101
|
{
|
|
2560
|
-
"component": "
|
|
2561
|
-
"context": "ion-
|
|
2562
|
-
"state": "
|
|
2563
|
-
"fg": "--
|
|
2102
|
+
"component": "badge",
|
|
2103
|
+
"context": "ion-badge--primary",
|
|
2104
|
+
"state": "default",
|
|
2105
|
+
"fg": "--icon-primary",
|
|
2564
2106
|
"bg": "--surface-primary-subtle",
|
|
2565
|
-
"backdrop":
|
|
2566
|
-
"kind": "text",
|
|
2107
|
+
"backdrop": null,
|
|
2108
|
+
"kind": "non-text",
|
|
2567
2109
|
"mode": "Dark",
|
|
2568
2110
|
"fgHex": "#609cf0",
|
|
2569
2111
|
"bgHex": "#071e69",
|
|
2570
2112
|
"ratio": 5.37,
|
|
2571
|
-
"min":
|
|
2113
|
+
"min": 3
|
|
2572
2114
|
},
|
|
2573
2115
|
{
|
|
2574
2116
|
"component": "menu",
|
|
@@ -2627,6 +2169,20 @@
|
|
|
2627
2169
|
"ratio": 5.38,
|
|
2628
2170
|
"min": 4.5
|
|
2629
2171
|
},
|
|
2172
|
+
{
|
|
2173
|
+
"component": "alert",
|
|
2174
|
+
"context": "ion-alert--solid&ion-alert--primary",
|
|
2175
|
+
"state": "default",
|
|
2176
|
+
"fg": "--text-on-color",
|
|
2177
|
+
"bg": "--surface-primary",
|
|
2178
|
+
"backdrop": "--surface-primary",
|
|
2179
|
+
"kind": "text",
|
|
2180
|
+
"mode": "Dark",
|
|
2181
|
+
"fgHex": "#ffffff",
|
|
2182
|
+
"bgHex": "#1c62e3",
|
|
2183
|
+
"ratio": 5.38,
|
|
2184
|
+
"min": 4.5
|
|
2185
|
+
},
|
|
2630
2186
|
{
|
|
2631
2187
|
"component": "approval-gate",
|
|
2632
2188
|
"context": "ion-approval-gate__action--approve ion-approval-gate__action--approve",
|
|
@@ -2642,22 +2198,22 @@
|
|
|
2642
2198
|
"min": 4.5
|
|
2643
2199
|
},
|
|
2644
2200
|
{
|
|
2645
|
-
"component": "
|
|
2646
|
-
"context": "ion-
|
|
2201
|
+
"component": "approval-gate",
|
|
2202
|
+
"context": "ion-approval-gate__action--approve ion-approval-gate__action--approve",
|
|
2647
2203
|
"state": "default",
|
|
2648
2204
|
"fg": "--text-on-color",
|
|
2649
2205
|
"bg": "--surface-primary",
|
|
2650
|
-
"backdrop":
|
|
2206
|
+
"backdrop": "--surface-information-subtle",
|
|
2651
2207
|
"kind": "text",
|
|
2652
|
-
"mode": "
|
|
2208
|
+
"mode": "Dark",
|
|
2653
2209
|
"fgHex": "#ffffff",
|
|
2654
2210
|
"bgHex": "#1c62e3",
|
|
2655
2211
|
"ratio": 5.38,
|
|
2656
2212
|
"min": 4.5
|
|
2657
2213
|
},
|
|
2658
2214
|
{
|
|
2659
|
-
"component": "
|
|
2660
|
-
"context": "ion-
|
|
2215
|
+
"component": "avatar",
|
|
2216
|
+
"context": "ion-avatar__indicator--primary ion-avatar__indicator--primary",
|
|
2661
2217
|
"state": "default",
|
|
2662
2218
|
"fg": "--text-on-color",
|
|
2663
2219
|
"bg": "--surface-primary",
|
|
@@ -2670,118 +2226,61 @@
|
|
|
2670
2226
|
"min": 4.5
|
|
2671
2227
|
},
|
|
2672
2228
|
{
|
|
2673
|
-
"component": "
|
|
2674
|
-
"context": "ion-
|
|
2229
|
+
"component": "avatar",
|
|
2230
|
+
"context": "ion-avatar__indicator--primary ion-avatar__indicator--primary",
|
|
2675
2231
|
"state": "default",
|
|
2676
|
-
"fg": "--
|
|
2677
|
-
"bg": "--surface-
|
|
2232
|
+
"fg": "--text-on-color",
|
|
2233
|
+
"bg": "--surface-primary",
|
|
2678
2234
|
"backdrop": null,
|
|
2679
|
-
"kind": "
|
|
2680
|
-
"ground": "assumed",
|
|
2235
|
+
"kind": "text",
|
|
2681
2236
|
"mode": "Dark",
|
|
2682
|
-
"fgHex": "#
|
|
2683
|
-
"bgHex": "#
|
|
2684
|
-
"ratio": 5.
|
|
2685
|
-
"min":
|
|
2237
|
+
"fgHex": "#ffffff",
|
|
2238
|
+
"bgHex": "#1c62e3",
|
|
2239
|
+
"ratio": 5.38,
|
|
2240
|
+
"min": 4.5
|
|
2686
2241
|
},
|
|
2687
2242
|
{
|
|
2688
|
-
"component": "
|
|
2689
|
-
"context": "ion-
|
|
2243
|
+
"component": "button",
|
|
2244
|
+
"context": "ion-button--primary-brand",
|
|
2690
2245
|
"state": "default",
|
|
2691
|
-
"fg": "--
|
|
2692
|
-
"bg": "--
|
|
2693
|
-
"backdrop":
|
|
2246
|
+
"fg": "--text-on-color",
|
|
2247
|
+
"bg": "--surface-primary",
|
|
2248
|
+
"backdrop": null,
|
|
2694
2249
|
"kind": "text",
|
|
2695
2250
|
"mode": "Light",
|
|
2696
|
-
"fgHex": "#
|
|
2697
|
-
"bgHex": "#
|
|
2698
|
-
"ratio": 5.
|
|
2251
|
+
"fgHex": "#ffffff",
|
|
2252
|
+
"bgHex": "#1c62e3",
|
|
2253
|
+
"ratio": 5.38,
|
|
2699
2254
|
"min": 4.5
|
|
2700
2255
|
},
|
|
2701
2256
|
{
|
|
2702
|
-
"component": "
|
|
2703
|
-
"context": "ion-
|
|
2257
|
+
"component": "button",
|
|
2258
|
+
"context": "ion-button--primary-brand",
|
|
2704
2259
|
"state": "default",
|
|
2705
|
-
"fg": "--
|
|
2706
|
-
"bg": "--
|
|
2707
|
-
"backdrop":
|
|
2260
|
+
"fg": "--text-on-color",
|
|
2261
|
+
"bg": "--surface-primary",
|
|
2262
|
+
"backdrop": null,
|
|
2708
2263
|
"kind": "text",
|
|
2709
2264
|
"mode": "Dark",
|
|
2710
|
-
"fgHex": "#
|
|
2711
|
-
"bgHex": "#
|
|
2712
|
-
"ratio": 5.
|
|
2265
|
+
"fgHex": "#ffffff",
|
|
2266
|
+
"bgHex": "#1c62e3",
|
|
2267
|
+
"ratio": 5.38,
|
|
2713
2268
|
"min": 4.5
|
|
2714
2269
|
},
|
|
2715
2270
|
{
|
|
2716
|
-
"component": "
|
|
2717
|
-
"context": "ion-
|
|
2271
|
+
"component": "agent-activity",
|
|
2272
|
+
"context": "ion-agent-activity__step--active ion-agent-activity__step--active",
|
|
2718
2273
|
"state": "default",
|
|
2719
|
-
"fg": "--
|
|
2274
|
+
"fg": "--icon-primary",
|
|
2720
2275
|
"bg": "--surface-muted",
|
|
2721
2276
|
"backdrop": null,
|
|
2722
|
-
"kind": "text",
|
|
2277
|
+
"kind": "non-text",
|
|
2723
2278
|
"ground": "assumed",
|
|
2724
2279
|
"mode": "Dark",
|
|
2725
2280
|
"fgHex": "#609cf0",
|
|
2726
2281
|
"bgHex": "#1d2735",
|
|
2727
2282
|
"ratio": 5.39,
|
|
2728
|
-
"min":
|
|
2729
|
-
},
|
|
2730
|
-
{
|
|
2731
|
-
"component": "toast",
|
|
2732
|
-
"context": "ion-toast ion-toast__action",
|
|
2733
|
-
"state": "default",
|
|
2734
|
-
"fg": "--text-link",
|
|
2735
|
-
"bg": "--surface-raised",
|
|
2736
|
-
"backdrop": "--surface-raised",
|
|
2737
|
-
"kind": "text",
|
|
2738
|
-
"mode": "Dark",
|
|
2739
|
-
"fgHex": "#609cf0",
|
|
2740
|
-
"bgHex": "#1d2735",
|
|
2741
|
-
"ratio": 5.39,
|
|
2742
|
-
"min": 4.5
|
|
2743
|
-
},
|
|
2744
|
-
{
|
|
2745
|
-
"component": "toast",
|
|
2746
|
-
"context": "ion-toast ion-toast__action",
|
|
2747
|
-
"state": "focus",
|
|
2748
|
-
"fg": "--text-link",
|
|
2749
|
-
"bg": "--surface-raised",
|
|
2750
|
-
"backdrop": "--surface-raised",
|
|
2751
|
-
"kind": "text",
|
|
2752
|
-
"mode": "Dark",
|
|
2753
|
-
"fgHex": "#609cf0",
|
|
2754
|
-
"bgHex": "#1d2735",
|
|
2755
|
-
"ratio": 5.39,
|
|
2756
|
-
"min": 4.5
|
|
2757
|
-
},
|
|
2758
|
-
{
|
|
2759
|
-
"component": "avatar-gradient",
|
|
2760
|
-
"context": "ion-avatar-gradient--red",
|
|
2761
|
-
"state": "default",
|
|
2762
|
-
"fg": "--color-red-600",
|
|
2763
|
-
"bg": "--color-red-50",
|
|
2764
|
-
"backdrop": "--color-red-50",
|
|
2765
|
-
"kind": "text",
|
|
2766
|
-
"mode": "Light",
|
|
2767
|
-
"fgHex": "#c61616",
|
|
2768
|
-
"bgHex": "#fef1f1",
|
|
2769
|
-
"ratio": 5.41,
|
|
2770
|
-
"min": 4.5
|
|
2771
|
-
},
|
|
2772
|
-
{
|
|
2773
|
-
"component": "avatar-gradient",
|
|
2774
|
-
"context": "ion-avatar-gradient--red",
|
|
2775
|
-
"state": "default",
|
|
2776
|
-
"fg": "--color-red-600",
|
|
2777
|
-
"bg": "--color-red-50",
|
|
2778
|
-
"backdrop": "--color-red-50",
|
|
2779
|
-
"kind": "text",
|
|
2780
|
-
"mode": "Dark",
|
|
2781
|
-
"fgHex": "#c61616",
|
|
2782
|
-
"bgHex": "#fef1f1",
|
|
2783
|
-
"ratio": 5.41,
|
|
2784
|
-
"min": 4.5
|
|
2283
|
+
"min": 3
|
|
2785
2284
|
},
|
|
2786
2285
|
{
|
|
2787
2286
|
"component": "badge",
|
|
@@ -2802,14 +2301,14 @@
|
|
|
2802
2301
|
"context": "ion-link",
|
|
2803
2302
|
"state": "default",
|
|
2804
2303
|
"fg": "--text-link-visited",
|
|
2805
|
-
"bg": "--surface-
|
|
2304
|
+
"bg": "--surface-muted",
|
|
2806
2305
|
"backdrop": null,
|
|
2807
2306
|
"kind": "text",
|
|
2808
2307
|
"ground": "assumed",
|
|
2809
2308
|
"mode": "Dark",
|
|
2810
|
-
"fgHex": "#
|
|
2811
|
-
"bgHex": "#
|
|
2812
|
-
"ratio": 5.
|
|
2309
|
+
"fgHex": "#9a8ff4",
|
|
2310
|
+
"bgHex": "#1d2735",
|
|
2311
|
+
"ratio": 5.46,
|
|
2813
2312
|
"min": 4.5
|
|
2814
2313
|
},
|
|
2815
2314
|
{
|
|
@@ -2817,14 +2316,14 @@
|
|
|
2817
2316
|
"context": "ion-link--inline",
|
|
2818
2317
|
"state": "default",
|
|
2819
2318
|
"fg": "--text-link-visited",
|
|
2820
|
-
"bg": "--surface-
|
|
2319
|
+
"bg": "--surface-muted",
|
|
2821
2320
|
"backdrop": null,
|
|
2822
2321
|
"kind": "text",
|
|
2823
2322
|
"ground": "assumed",
|
|
2824
2323
|
"mode": "Dark",
|
|
2825
|
-
"fgHex": "#
|
|
2826
|
-
"bgHex": "#
|
|
2827
|
-
"ratio": 5.
|
|
2324
|
+
"fgHex": "#9a8ff4",
|
|
2325
|
+
"bgHex": "#1d2735",
|
|
2326
|
+
"ratio": 5.46,
|
|
2828
2327
|
"min": 4.5
|
|
2829
2328
|
},
|
|
2830
2329
|
{
|
|
@@ -2832,14 +2331,14 @@
|
|
|
2832
2331
|
"context": "ion-link--standalone",
|
|
2833
2332
|
"state": "default",
|
|
2834
2333
|
"fg": "--text-link-visited",
|
|
2835
|
-
"bg": "--surface-
|
|
2334
|
+
"bg": "--surface-muted",
|
|
2836
2335
|
"backdrop": null,
|
|
2837
2336
|
"kind": "text",
|
|
2838
2337
|
"ground": "assumed",
|
|
2839
2338
|
"mode": "Dark",
|
|
2840
|
-
"fgHex": "#
|
|
2841
|
-
"bgHex": "#
|
|
2842
|
-
"ratio": 5.
|
|
2339
|
+
"fgHex": "#9a8ff4",
|
|
2340
|
+
"bgHex": "#1d2735",
|
|
2341
|
+
"ratio": 5.46,
|
|
2843
2342
|
"min": 4.5
|
|
2844
2343
|
},
|
|
2845
2344
|
{
|
|
@@ -2847,14 +2346,14 @@
|
|
|
2847
2346
|
"context": "ion-link",
|
|
2848
2347
|
"state": "focus",
|
|
2849
2348
|
"fg": "--text-link-visited",
|
|
2850
|
-
"bg": "--surface-
|
|
2349
|
+
"bg": "--surface-muted",
|
|
2851
2350
|
"backdrop": null,
|
|
2852
2351
|
"kind": "text",
|
|
2853
2352
|
"ground": "assumed",
|
|
2854
2353
|
"mode": "Dark",
|
|
2855
|
-
"fgHex": "#
|
|
2856
|
-
"bgHex": "#
|
|
2857
|
-
"ratio": 5.
|
|
2354
|
+
"fgHex": "#9a8ff4",
|
|
2355
|
+
"bgHex": "#1d2735",
|
|
2356
|
+
"ratio": 5.46,
|
|
2858
2357
|
"min": 4.5
|
|
2859
2358
|
},
|
|
2860
2359
|
{
|
|
@@ -2862,14 +2361,14 @@
|
|
|
2862
2361
|
"context": "ion-link ion-link__icon-start",
|
|
2863
2362
|
"state": "default",
|
|
2864
2363
|
"fg": "--text-link-visited",
|
|
2865
|
-
"bg": "--surface-
|
|
2364
|
+
"bg": "--surface-muted",
|
|
2866
2365
|
"backdrop": null,
|
|
2867
2366
|
"kind": "non-text",
|
|
2868
2367
|
"ground": "assumed",
|
|
2869
2368
|
"mode": "Dark",
|
|
2870
|
-
"fgHex": "#
|
|
2871
|
-
"bgHex": "#
|
|
2872
|
-
"ratio": 5.
|
|
2369
|
+
"fgHex": "#9a8ff4",
|
|
2370
|
+
"bgHex": "#1d2735",
|
|
2371
|
+
"ratio": 5.46,
|
|
2873
2372
|
"min": 3
|
|
2874
2373
|
},
|
|
2875
2374
|
{
|
|
@@ -2877,14 +2376,28 @@
|
|
|
2877
2376
|
"context": "ion-link ion-link__icon-end",
|
|
2878
2377
|
"state": "default",
|
|
2879
2378
|
"fg": "--text-link-visited",
|
|
2880
|
-
"bg": "--surface-
|
|
2379
|
+
"bg": "--surface-muted",
|
|
2881
2380
|
"backdrop": null,
|
|
2882
2381
|
"kind": "non-text",
|
|
2883
2382
|
"ground": "assumed",
|
|
2884
2383
|
"mode": "Dark",
|
|
2885
|
-
"fgHex": "#
|
|
2886
|
-
"bgHex": "#
|
|
2887
|
-
"ratio": 5.
|
|
2384
|
+
"fgHex": "#9a8ff4",
|
|
2385
|
+
"bgHex": "#1d2735",
|
|
2386
|
+
"ratio": 5.46,
|
|
2387
|
+
"min": 3
|
|
2388
|
+
},
|
|
2389
|
+
{
|
|
2390
|
+
"component": "toast",
|
|
2391
|
+
"context": "ion-toast ion-toast__icon",
|
|
2392
|
+
"state": "default",
|
|
2393
|
+
"fg": "--icon-information",
|
|
2394
|
+
"bg": "--surface-raised",
|
|
2395
|
+
"backdrop": "--surface-raised",
|
|
2396
|
+
"kind": "non-text",
|
|
2397
|
+
"mode": "Dark",
|
|
2398
|
+
"fgHex": "#9a8ff4",
|
|
2399
|
+
"bgHex": "#1d2735",
|
|
2400
|
+
"ratio": 5.46,
|
|
2888
2401
|
"min": 3
|
|
2889
2402
|
},
|
|
2890
2403
|
{
|
|
@@ -2897,36 +2410,8 @@
|
|
|
2897
2410
|
"kind": "text",
|
|
2898
2411
|
"mode": "Light",
|
|
2899
2412
|
"fgHex": "#af3e0e",
|
|
2900
|
-
"bgHex": "#
|
|
2901
|
-
"ratio": 5.
|
|
2902
|
-
"min": 4.5
|
|
2903
|
-
},
|
|
2904
|
-
{
|
|
2905
|
-
"component": "avatar-gradient",
|
|
2906
|
-
"context": "ion-avatar-gradient--orange",
|
|
2907
|
-
"state": "default",
|
|
2908
|
-
"fg": "--color-orange-600",
|
|
2909
|
-
"bg": "--color-orange-50",
|
|
2910
|
-
"backdrop": "--color-orange-50",
|
|
2911
|
-
"kind": "text",
|
|
2912
|
-
"mode": "Light",
|
|
2913
|
-
"fgHex": "#af3e0e",
|
|
2914
|
-
"bgHex": "#fff4e5",
|
|
2915
|
-
"ratio": 5.49,
|
|
2916
|
-
"min": 4.5
|
|
2917
|
-
},
|
|
2918
|
-
{
|
|
2919
|
-
"component": "avatar-gradient",
|
|
2920
|
-
"context": "ion-avatar-gradient--orange",
|
|
2921
|
-
"state": "default",
|
|
2922
|
-
"fg": "--color-orange-600",
|
|
2923
|
-
"bg": "--color-orange-50",
|
|
2924
|
-
"backdrop": "--color-orange-50",
|
|
2925
|
-
"kind": "text",
|
|
2926
|
-
"mode": "Dark",
|
|
2927
|
-
"fgHex": "#af3e0e",
|
|
2928
|
-
"bgHex": "#fff4e5",
|
|
2929
|
-
"ratio": 5.49,
|
|
2413
|
+
"bgHex": "#fff6ea",
|
|
2414
|
+
"ratio": 5.58,
|
|
2930
2415
|
"min": 4.5
|
|
2931
2416
|
},
|
|
2932
2417
|
{
|
|
@@ -2939,8 +2424,8 @@
|
|
|
2939
2424
|
"kind": "non-text",
|
|
2940
2425
|
"mode": "Light",
|
|
2941
2426
|
"fgHex": "#af3e0e",
|
|
2942
|
-
"bgHex": "#
|
|
2943
|
-
"ratio": 5.
|
|
2427
|
+
"bgHex": "#fff6ea",
|
|
2428
|
+
"ratio": 5.58,
|
|
2944
2429
|
"min": 3
|
|
2945
2430
|
},
|
|
2946
2431
|
{
|
|
@@ -2974,74 +2459,164 @@
|
|
|
2974
2459
|
"min": 3
|
|
2975
2460
|
},
|
|
2976
2461
|
{
|
|
2977
|
-
"component": "
|
|
2978
|
-
"context": "ion-
|
|
2462
|
+
"component": "avatar-gradient",
|
|
2463
|
+
"context": "ion-avatar-gradient--pink",
|
|
2464
|
+
"state": "default",
|
|
2465
|
+
"fg": "--text-palette-4",
|
|
2466
|
+
"bg": "--surface-palette-4",
|
|
2467
|
+
"backdrop": "--surface-palette-4-subtle",
|
|
2468
|
+
"kind": "text",
|
|
2469
|
+
"mode": "Dark",
|
|
2470
|
+
"fgHex": "#fbd0e8",
|
|
2471
|
+
"bgHex": "#a0134b",
|
|
2472
|
+
"ratio": 5.68,
|
|
2473
|
+
"min": 4.5
|
|
2474
|
+
},
|
|
2475
|
+
{
|
|
2476
|
+
"component": "avatar-gradient",
|
|
2477
|
+
"context": "ion-avatar-gradient--pink",
|
|
2478
|
+
"state": "default",
|
|
2479
|
+
"fg": "--text-palette-4",
|
|
2480
|
+
"bg": "--surface-sheen",
|
|
2481
|
+
"backdrop": "--surface-palette-4-subtle",
|
|
2482
|
+
"kind": "text",
|
|
2483
|
+
"flat": "--surface-palette-4-subtle",
|
|
2484
|
+
"mode": "Dark",
|
|
2485
|
+
"fgHex": "#fbd0e8",
|
|
2486
|
+
"bgHex": "#a0134b",
|
|
2487
|
+
"compositedOver": "gradient at 50%,0%",
|
|
2488
|
+
"ratio": 5.68,
|
|
2489
|
+
"min": 4.5
|
|
2490
|
+
},
|
|
2491
|
+
{
|
|
2492
|
+
"component": "avatar-gradient",
|
|
2493
|
+
"context": "ion-avatar-gradient--green",
|
|
2494
|
+
"state": "default",
|
|
2495
|
+
"fg": "--text-palette-6",
|
|
2496
|
+
"bg": "--surface-palette-6",
|
|
2497
|
+
"backdrop": "--surface-palette-6-subtle",
|
|
2498
|
+
"kind": "text",
|
|
2499
|
+
"mode": "Dark",
|
|
2500
|
+
"fgHex": "#c6ebdc",
|
|
2501
|
+
"bgHex": "#076426",
|
|
2502
|
+
"ratio": 5.71,
|
|
2503
|
+
"min": 4.5
|
|
2504
|
+
},
|
|
2505
|
+
{
|
|
2506
|
+
"component": "avatar-gradient",
|
|
2507
|
+
"context": "ion-avatar-gradient--green",
|
|
2508
|
+
"state": "default",
|
|
2509
|
+
"fg": "--text-palette-6",
|
|
2510
|
+
"bg": "--surface-sheen",
|
|
2511
|
+
"backdrop": "--surface-palette-6-subtle",
|
|
2512
|
+
"kind": "text",
|
|
2513
|
+
"flat": "--surface-palette-6-subtle",
|
|
2514
|
+
"mode": "Dark",
|
|
2515
|
+
"fgHex": "#c6ebdc",
|
|
2516
|
+
"bgHex": "#076426",
|
|
2517
|
+
"compositedOver": "gradient at 50%,0%",
|
|
2518
|
+
"ratio": 5.71,
|
|
2519
|
+
"min": 4.5
|
|
2520
|
+
},
|
|
2521
|
+
{
|
|
2522
|
+
"component": "avatar-gradient",
|
|
2523
|
+
"context": "ion-avatar-gradient--red",
|
|
2524
|
+
"state": "default",
|
|
2525
|
+
"fg": "--text-palette-7",
|
|
2526
|
+
"bg": "--surface-palette-7",
|
|
2527
|
+
"backdrop": "--surface-palette-7-subtle",
|
|
2528
|
+
"kind": "text",
|
|
2529
|
+
"mode": "Light",
|
|
2530
|
+
"fgHex": "#850e0e",
|
|
2531
|
+
"bgHex": "#ffadad",
|
|
2532
|
+
"ratio": 5.73,
|
|
2533
|
+
"min": 4.5
|
|
2534
|
+
},
|
|
2535
|
+
{
|
|
2536
|
+
"component": "avatar-gradient",
|
|
2537
|
+
"context": "ion-avatar-gradient--red",
|
|
2979
2538
|
"state": "default",
|
|
2980
|
-
"fg": "--text-
|
|
2981
|
-
"bg": "--surface-
|
|
2982
|
-
"backdrop": "--surface-
|
|
2539
|
+
"fg": "--text-palette-7",
|
|
2540
|
+
"bg": "--surface-sheen",
|
|
2541
|
+
"backdrop": "--surface-palette-7-subtle",
|
|
2983
2542
|
"kind": "text",
|
|
2984
|
-
"
|
|
2985
|
-
"
|
|
2986
|
-
"
|
|
2987
|
-
"
|
|
2543
|
+
"flat": "--surface-palette-7-subtle",
|
|
2544
|
+
"mode": "Light",
|
|
2545
|
+
"fgHex": "#850e0e",
|
|
2546
|
+
"bgHex": "#ffadad",
|
|
2547
|
+
"compositedOver": "gradient at 50%,0%",
|
|
2548
|
+
"ratio": 5.73,
|
|
2988
2549
|
"min": 4.5
|
|
2989
2550
|
},
|
|
2990
2551
|
{
|
|
2991
|
-
"component": "
|
|
2992
|
-
"context": "ion-
|
|
2552
|
+
"component": "alert",
|
|
2553
|
+
"context": "ion-alert ion-alert__icon",
|
|
2993
2554
|
"state": "default",
|
|
2994
|
-
"fg": "--
|
|
2995
|
-
"bg": "--surface-
|
|
2996
|
-
"backdrop":
|
|
2997
|
-
"kind": "text",
|
|
2555
|
+
"fg": "--icon-information",
|
|
2556
|
+
"bg": "--surface-information-subtle",
|
|
2557
|
+
"backdrop": "--surface-information-subtle",
|
|
2558
|
+
"kind": "non-text",
|
|
2998
2559
|
"mode": "Dark",
|
|
2999
|
-
"fgHex": "#
|
|
3000
|
-
"bgHex": "#
|
|
3001
|
-
"ratio": 5.
|
|
3002
|
-
"min":
|
|
2560
|
+
"fgHex": "#9a8ff4",
|
|
2561
|
+
"bgHex": "#260769",
|
|
2562
|
+
"ratio": 5.78,
|
|
2563
|
+
"min": 3
|
|
3003
2564
|
},
|
|
3004
2565
|
{
|
|
3005
|
-
"component": "
|
|
3006
|
-
"context": "ion-
|
|
2566
|
+
"component": "alert",
|
|
2567
|
+
"context": "ion-alert ion-alert__dismiss",
|
|
3007
2568
|
"state": "default",
|
|
3008
|
-
"fg": "--
|
|
3009
|
-
"bg": "--surface-
|
|
3010
|
-
"backdrop":
|
|
3011
|
-
"kind": "text",
|
|
2569
|
+
"fg": "--icon-information",
|
|
2570
|
+
"bg": "--surface-information-subtle",
|
|
2571
|
+
"backdrop": "--surface-information-subtle",
|
|
2572
|
+
"kind": "non-text",
|
|
3012
2573
|
"mode": "Dark",
|
|
3013
|
-
"fgHex": "#
|
|
3014
|
-
"bgHex": "#
|
|
3015
|
-
"ratio": 5.
|
|
3016
|
-
"min":
|
|
2574
|
+
"fgHex": "#9a8ff4",
|
|
2575
|
+
"bgHex": "#260769",
|
|
2576
|
+
"ratio": 5.78,
|
|
2577
|
+
"min": 3
|
|
3017
2578
|
},
|
|
3018
2579
|
{
|
|
3019
2580
|
"component": "alert",
|
|
3020
|
-
"context": "ion-alert
|
|
2581
|
+
"context": "ion-alert ion-alert__dismiss",
|
|
2582
|
+
"state": "focus",
|
|
2583
|
+
"fg": "--icon-information",
|
|
2584
|
+
"bg": "--surface-information-subtle",
|
|
2585
|
+
"backdrop": "--surface-information-subtle",
|
|
2586
|
+
"kind": "non-text",
|
|
2587
|
+
"mode": "Dark",
|
|
2588
|
+
"fgHex": "#9a8ff4",
|
|
2589
|
+
"bgHex": "#260769",
|
|
2590
|
+
"ratio": 5.78,
|
|
2591
|
+
"min": 3
|
|
2592
|
+
},
|
|
2593
|
+
{
|
|
2594
|
+
"component": "approval-gate",
|
|
2595
|
+
"context": "ion-approval-gate ion-approval-gate__icon",
|
|
3021
2596
|
"state": "default",
|
|
3022
|
-
"fg": "--
|
|
3023
|
-
"bg": "--surface-
|
|
3024
|
-
"backdrop": "--surface-
|
|
3025
|
-
"kind": "text",
|
|
2597
|
+
"fg": "--icon-information",
|
|
2598
|
+
"bg": "--surface-information-subtle",
|
|
2599
|
+
"backdrop": "--surface-information-subtle",
|
|
2600
|
+
"kind": "non-text",
|
|
3026
2601
|
"mode": "Dark",
|
|
3027
|
-
"fgHex": "#
|
|
3028
|
-
"bgHex": "#
|
|
3029
|
-
"ratio": 5.
|
|
3030
|
-
"min":
|
|
2602
|
+
"fgHex": "#9a8ff4",
|
|
2603
|
+
"bgHex": "#260769",
|
|
2604
|
+
"ratio": 5.78,
|
|
2605
|
+
"min": 3
|
|
3031
2606
|
},
|
|
3032
2607
|
{
|
|
3033
|
-
"component": "
|
|
3034
|
-
"context": "ion-
|
|
2608
|
+
"component": "badge",
|
|
2609
|
+
"context": "ion-badge--information",
|
|
3035
2610
|
"state": "default",
|
|
3036
|
-
"fg": "--
|
|
3037
|
-
"bg": "--surface-
|
|
2611
|
+
"fg": "--icon-information",
|
|
2612
|
+
"bg": "--surface-information-subtle",
|
|
3038
2613
|
"backdrop": null,
|
|
3039
|
-
"kind": "text",
|
|
2614
|
+
"kind": "non-text",
|
|
3040
2615
|
"mode": "Dark",
|
|
3041
|
-
"fgHex": "#
|
|
3042
|
-
"bgHex": "#
|
|
3043
|
-
"ratio": 5.
|
|
3044
|
-
"min":
|
|
2616
|
+
"fgHex": "#9a8ff4",
|
|
2617
|
+
"bgHex": "#260769",
|
|
2618
|
+
"ratio": 5.78,
|
|
2619
|
+
"min": 3
|
|
3045
2620
|
},
|
|
3046
2621
|
{
|
|
3047
2622
|
"component": "agent-activity",
|
|
@@ -3566,6 +3141,20 @@
|
|
|
3566
3141
|
"ratio": 5.95,
|
|
3567
3142
|
"min": 4.5
|
|
3568
3143
|
},
|
|
3144
|
+
{
|
|
3145
|
+
"component": "alert",
|
|
3146
|
+
"context": "ion-alert--solid&ion-alert--error",
|
|
3147
|
+
"state": "default",
|
|
3148
|
+
"fg": "--text-on-color",
|
|
3149
|
+
"bg": "--surface-error",
|
|
3150
|
+
"backdrop": "--surface-error",
|
|
3151
|
+
"kind": "text",
|
|
3152
|
+
"mode": "Dark",
|
|
3153
|
+
"fgHex": "#ffffff",
|
|
3154
|
+
"bgHex": "#c61616",
|
|
3155
|
+
"ratio": 5.95,
|
|
3156
|
+
"min": 4.5
|
|
3157
|
+
},
|
|
3569
3158
|
{
|
|
3570
3159
|
"component": "avatar",
|
|
3571
3160
|
"context": "ion-avatar__indicator--error ion-avatar__indicator--error",
|
|
@@ -3580,6 +3169,20 @@
|
|
|
3580
3169
|
"ratio": 5.95,
|
|
3581
3170
|
"min": 4.5
|
|
3582
3171
|
},
|
|
3172
|
+
{
|
|
3173
|
+
"component": "avatar",
|
|
3174
|
+
"context": "ion-avatar__indicator--error ion-avatar__indicator--error",
|
|
3175
|
+
"state": "default",
|
|
3176
|
+
"fg": "--text-on-color",
|
|
3177
|
+
"bg": "--surface-error",
|
|
3178
|
+
"backdrop": null,
|
|
3179
|
+
"kind": "text",
|
|
3180
|
+
"mode": "Dark",
|
|
3181
|
+
"fgHex": "#ffffff",
|
|
3182
|
+
"bgHex": "#c61616",
|
|
3183
|
+
"ratio": 5.95,
|
|
3184
|
+
"min": 4.5
|
|
3185
|
+
},
|
|
3583
3186
|
{
|
|
3584
3187
|
"component": "button",
|
|
3585
3188
|
"context": "ion-button--destructive",
|
|
@@ -3594,6 +3197,20 @@
|
|
|
3594
3197
|
"ratio": 5.95,
|
|
3595
3198
|
"min": 4.5
|
|
3596
3199
|
},
|
|
3200
|
+
{
|
|
3201
|
+
"component": "button",
|
|
3202
|
+
"context": "ion-button--destructive",
|
|
3203
|
+
"state": "default",
|
|
3204
|
+
"fg": "--text-on-color",
|
|
3205
|
+
"bg": "--surface-error",
|
|
3206
|
+
"backdrop": null,
|
|
3207
|
+
"kind": "text",
|
|
3208
|
+
"mode": "Dark",
|
|
3209
|
+
"fgHex": "#ffffff",
|
|
3210
|
+
"bgHex": "#c61616",
|
|
3211
|
+
"ratio": 5.95,
|
|
3212
|
+
"min": 4.5
|
|
3213
|
+
},
|
|
3597
3214
|
{
|
|
3598
3215
|
"component": "alert",
|
|
3599
3216
|
"context": "ion-alert--solid&ion-alert--warning",
|
|
@@ -3608,6 +3225,50 @@
|
|
|
3608
3225
|
"ratio": 5.97,
|
|
3609
3226
|
"min": 4.5
|
|
3610
3227
|
},
|
|
3228
|
+
{
|
|
3229
|
+
"component": "alert",
|
|
3230
|
+
"context": "ion-alert--solid&ion-alert--warning",
|
|
3231
|
+
"state": "default",
|
|
3232
|
+
"fg": "--text-on-color",
|
|
3233
|
+
"bg": "--surface-warning",
|
|
3234
|
+
"backdrop": "--surface-warning",
|
|
3235
|
+
"kind": "text",
|
|
3236
|
+
"mode": "Dark",
|
|
3237
|
+
"fgHex": "#ffffff",
|
|
3238
|
+
"bgHex": "#af3e0e",
|
|
3239
|
+
"ratio": 5.97,
|
|
3240
|
+
"min": 4.5
|
|
3241
|
+
},
|
|
3242
|
+
{
|
|
3243
|
+
"component": "avatar-gradient",
|
|
3244
|
+
"context": "ion-avatar-gradient--green",
|
|
3245
|
+
"state": "default",
|
|
3246
|
+
"fg": "--text-palette-6",
|
|
3247
|
+
"bg": "--surface-palette-6",
|
|
3248
|
+
"backdrop": "--surface-palette-6-subtle",
|
|
3249
|
+
"kind": "text",
|
|
3250
|
+
"mode": "Light",
|
|
3251
|
+
"fgHex": "#054d1a",
|
|
3252
|
+
"bgHex": "#82d8b4",
|
|
3253
|
+
"ratio": 5.97,
|
|
3254
|
+
"min": 4.5
|
|
3255
|
+
},
|
|
3256
|
+
{
|
|
3257
|
+
"component": "avatar-gradient",
|
|
3258
|
+
"context": "ion-avatar-gradient--green",
|
|
3259
|
+
"state": "default",
|
|
3260
|
+
"fg": "--text-palette-6",
|
|
3261
|
+
"bg": "--surface-sheen",
|
|
3262
|
+
"backdrop": "--surface-palette-6-subtle",
|
|
3263
|
+
"kind": "text",
|
|
3264
|
+
"flat": "--surface-palette-6-subtle",
|
|
3265
|
+
"mode": "Light",
|
|
3266
|
+
"fgHex": "#054d1a",
|
|
3267
|
+
"bgHex": "#82d8b4",
|
|
3268
|
+
"compositedOver": "gradient at 50%,0%",
|
|
3269
|
+
"ratio": 5.97,
|
|
3270
|
+
"min": 4.5
|
|
3271
|
+
},
|
|
3611
3272
|
{
|
|
3612
3273
|
"component": "avatar",
|
|
3613
3274
|
"context": "ion-avatar__indicator--warning ion-avatar__indicator--warning",
|
|
@@ -3622,6 +3283,20 @@
|
|
|
3622
3283
|
"ratio": 5.97,
|
|
3623
3284
|
"min": 4.5
|
|
3624
3285
|
},
|
|
3286
|
+
{
|
|
3287
|
+
"component": "avatar",
|
|
3288
|
+
"context": "ion-avatar__indicator--warning ion-avatar__indicator--warning",
|
|
3289
|
+
"state": "default",
|
|
3290
|
+
"fg": "--text-on-color",
|
|
3291
|
+
"bg": "--surface-warning",
|
|
3292
|
+
"backdrop": null,
|
|
3293
|
+
"kind": "text",
|
|
3294
|
+
"mode": "Dark",
|
|
3295
|
+
"fgHex": "#ffffff",
|
|
3296
|
+
"bgHex": "#af3e0e",
|
|
3297
|
+
"ratio": 5.97,
|
|
3298
|
+
"min": 4.5
|
|
3299
|
+
},
|
|
3625
3300
|
{
|
|
3626
3301
|
"component": "alert",
|
|
3627
3302
|
"context": "ion-alert ion-alert__dismiss",
|
|
@@ -3638,77 +3313,198 @@
|
|
|
3638
3313
|
"min": 3
|
|
3639
3314
|
},
|
|
3640
3315
|
{
|
|
3641
|
-
"component": "agent-activity",
|
|
3642
|
-
"context": "ion-agent-activity__step--failed ion-agent-activity__step--failed",
|
|
3316
|
+
"component": "agent-activity",
|
|
3317
|
+
"context": "ion-agent-activity__step--failed ion-agent-activity__step--failed",
|
|
3318
|
+
"state": "default",
|
|
3319
|
+
"fg": "--icon-error",
|
|
3320
|
+
"bg": "--surface-page",
|
|
3321
|
+
"backdrop": null,
|
|
3322
|
+
"kind": "non-text",
|
|
3323
|
+
"ground": "assumed",
|
|
3324
|
+
"mode": "Dark",
|
|
3325
|
+
"fgHex": "#f56b6b",
|
|
3326
|
+
"bgHex": "#131923",
|
|
3327
|
+
"ratio": 6.04,
|
|
3328
|
+
"min": 3
|
|
3329
|
+
},
|
|
3330
|
+
{
|
|
3331
|
+
"component": "badge",
|
|
3332
|
+
"context": "ion-badge--warning",
|
|
3333
|
+
"state": "default",
|
|
3334
|
+
"fg": "--icon-warning",
|
|
3335
|
+
"bg": "--surface-warning-subtle",
|
|
3336
|
+
"backdrop": null,
|
|
3337
|
+
"kind": "non-text",
|
|
3338
|
+
"mode": "Dark",
|
|
3339
|
+
"fgHex": "#ef8539",
|
|
3340
|
+
"bgHex": "#401604",
|
|
3341
|
+
"ratio": 6.06,
|
|
3342
|
+
"min": 3
|
|
3343
|
+
},
|
|
3344
|
+
{
|
|
3345
|
+
"component": "avatar-gradient",
|
|
3346
|
+
"context": "ion-avatar-gradient--orange",
|
|
3347
|
+
"state": "default",
|
|
3348
|
+
"fg": "--text-palette-5",
|
|
3349
|
+
"bg": "--surface-palette-5",
|
|
3350
|
+
"backdrop": "--surface-palette-5-subtle",
|
|
3351
|
+
"kind": "text",
|
|
3352
|
+
"mode": "Dark",
|
|
3353
|
+
"fgHex": "#fedbb4",
|
|
3354
|
+
"bgHex": "#8e2f07",
|
|
3355
|
+
"ratio": 6.25,
|
|
3356
|
+
"min": 4.5
|
|
3357
|
+
},
|
|
3358
|
+
{
|
|
3359
|
+
"component": "avatar-gradient",
|
|
3360
|
+
"context": "ion-avatar-gradient--orange",
|
|
3361
|
+
"state": "default",
|
|
3362
|
+
"fg": "--text-palette-5",
|
|
3363
|
+
"bg": "--surface-sheen",
|
|
3364
|
+
"backdrop": "--surface-palette-5-subtle",
|
|
3365
|
+
"kind": "text",
|
|
3366
|
+
"flat": "--surface-palette-5-subtle",
|
|
3367
|
+
"mode": "Dark",
|
|
3368
|
+
"fgHex": "#fedbb4",
|
|
3369
|
+
"bgHex": "#8e2f07",
|
|
3370
|
+
"compositedOver": "gradient at 50%,0%",
|
|
3371
|
+
"ratio": 6.25,
|
|
3372
|
+
"min": 4.5
|
|
3373
|
+
},
|
|
3374
|
+
{
|
|
3375
|
+
"component": "agent-activity",
|
|
3376
|
+
"context": "ion-agent-activity__step--active ion-agent-activity__step--active",
|
|
3377
|
+
"state": "default",
|
|
3378
|
+
"fg": "--icon-primary",
|
|
3379
|
+
"bg": "--surface-page",
|
|
3380
|
+
"backdrop": null,
|
|
3381
|
+
"kind": "non-text",
|
|
3382
|
+
"ground": "assumed",
|
|
3383
|
+
"mode": "Dark",
|
|
3384
|
+
"fgHex": "#609cf0",
|
|
3385
|
+
"bgHex": "#131923",
|
|
3386
|
+
"ratio": 6.31,
|
|
3387
|
+
"min": 3
|
|
3388
|
+
},
|
|
3389
|
+
{
|
|
3390
|
+
"component": "avatar-gradient",
|
|
3391
|
+
"context": "ion-avatar-gradient--violet",
|
|
3392
|
+
"state": "default",
|
|
3393
|
+
"fg": "--text-palette-3",
|
|
3394
|
+
"bg": "--surface-palette-3",
|
|
3395
|
+
"backdrop": "--surface-palette-3-subtle",
|
|
3396
|
+
"kind": "text",
|
|
3397
|
+
"mode": "Light",
|
|
3398
|
+
"fgHex": "#350e8b",
|
|
3399
|
+
"bgHex": "#adadf5",
|
|
3400
|
+
"ratio": 6.35,
|
|
3401
|
+
"min": 4.5
|
|
3402
|
+
},
|
|
3403
|
+
{
|
|
3404
|
+
"component": "avatar-gradient",
|
|
3405
|
+
"context": "ion-avatar-gradient--violet",
|
|
3406
|
+
"state": "default",
|
|
3407
|
+
"fg": "--text-palette-3",
|
|
3408
|
+
"bg": "--surface-sheen",
|
|
3409
|
+
"backdrop": "--surface-palette-3-subtle",
|
|
3410
|
+
"kind": "text",
|
|
3411
|
+
"flat": "--surface-palette-3-subtle",
|
|
3412
|
+
"mode": "Light",
|
|
3413
|
+
"fgHex": "#350e8b",
|
|
3414
|
+
"bgHex": "#adadf5",
|
|
3415
|
+
"compositedOver": "gradient at 50%,0%",
|
|
3416
|
+
"ratio": 6.35,
|
|
3417
|
+
"min": 4.5
|
|
3418
|
+
},
|
|
3419
|
+
{
|
|
3420
|
+
"component": "link",
|
|
3421
|
+
"context": "ion-link",
|
|
3422
|
+
"state": "default",
|
|
3423
|
+
"fg": "--text-link-visited",
|
|
3424
|
+
"bg": "--surface-page",
|
|
3425
|
+
"backdrop": null,
|
|
3426
|
+
"kind": "text",
|
|
3427
|
+
"ground": "assumed",
|
|
3428
|
+
"mode": "Dark",
|
|
3429
|
+
"fgHex": "#9a8ff4",
|
|
3430
|
+
"bgHex": "#131923",
|
|
3431
|
+
"ratio": 6.39,
|
|
3432
|
+
"min": 4.5
|
|
3433
|
+
},
|
|
3434
|
+
{
|
|
3435
|
+
"component": "link",
|
|
3436
|
+
"context": "ion-link--inline",
|
|
3643
3437
|
"state": "default",
|
|
3644
|
-
"fg": "--
|
|
3438
|
+
"fg": "--text-link-visited",
|
|
3645
3439
|
"bg": "--surface-page",
|
|
3646
3440
|
"backdrop": null,
|
|
3647
|
-
"kind": "
|
|
3441
|
+
"kind": "text",
|
|
3648
3442
|
"ground": "assumed",
|
|
3649
3443
|
"mode": "Dark",
|
|
3650
|
-
"fgHex": "#
|
|
3444
|
+
"fgHex": "#9a8ff4",
|
|
3651
3445
|
"bgHex": "#131923",
|
|
3652
|
-
"ratio": 6.
|
|
3653
|
-
"min":
|
|
3446
|
+
"ratio": 6.39,
|
|
3447
|
+
"min": 4.5
|
|
3654
3448
|
},
|
|
3655
3449
|
{
|
|
3656
|
-
"component": "
|
|
3657
|
-
"context": "ion-
|
|
3450
|
+
"component": "link",
|
|
3451
|
+
"context": "ion-link--standalone",
|
|
3658
3452
|
"state": "default",
|
|
3659
|
-
"fg": "--text-
|
|
3660
|
-
"bg": "--surface-
|
|
3661
|
-
"backdrop":
|
|
3453
|
+
"fg": "--text-link-visited",
|
|
3454
|
+
"bg": "--surface-page",
|
|
3455
|
+
"backdrop": null,
|
|
3662
3456
|
"kind": "text",
|
|
3457
|
+
"ground": "assumed",
|
|
3663
3458
|
"mode": "Dark",
|
|
3664
|
-
"fgHex": "#
|
|
3665
|
-
"bgHex": "#
|
|
3666
|
-
"ratio": 6.
|
|
3459
|
+
"fgHex": "#9a8ff4",
|
|
3460
|
+
"bgHex": "#131923",
|
|
3461
|
+
"ratio": 6.39,
|
|
3667
3462
|
"min": 4.5
|
|
3668
3463
|
},
|
|
3669
3464
|
{
|
|
3670
|
-
"component": "
|
|
3671
|
-
"context": "ion-
|
|
3672
|
-
"state": "
|
|
3673
|
-
"fg": "--
|
|
3674
|
-
"bg": "--surface-
|
|
3465
|
+
"component": "link",
|
|
3466
|
+
"context": "ion-link",
|
|
3467
|
+
"state": "focus",
|
|
3468
|
+
"fg": "--text-link-visited",
|
|
3469
|
+
"bg": "--surface-page",
|
|
3675
3470
|
"backdrop": null,
|
|
3676
|
-
"kind": "
|
|
3471
|
+
"kind": "text",
|
|
3472
|
+
"ground": "assumed",
|
|
3677
3473
|
"mode": "Dark",
|
|
3678
|
-
"fgHex": "#
|
|
3679
|
-
"bgHex": "#
|
|
3680
|
-
"ratio": 6.
|
|
3681
|
-
"min":
|
|
3474
|
+
"fgHex": "#9a8ff4",
|
|
3475
|
+
"bgHex": "#131923",
|
|
3476
|
+
"ratio": 6.39,
|
|
3477
|
+
"min": 4.5
|
|
3682
3478
|
},
|
|
3683
3479
|
{
|
|
3684
|
-
"component": "
|
|
3685
|
-
"context": "ion-
|
|
3480
|
+
"component": "link",
|
|
3481
|
+
"context": "ion-link ion-link__icon-start",
|
|
3686
3482
|
"state": "default",
|
|
3687
|
-
"fg": "--
|
|
3483
|
+
"fg": "--text-link-visited",
|
|
3688
3484
|
"bg": "--surface-page",
|
|
3689
3485
|
"backdrop": null,
|
|
3690
3486
|
"kind": "non-text",
|
|
3691
3487
|
"ground": "assumed",
|
|
3692
3488
|
"mode": "Dark",
|
|
3693
|
-
"fgHex": "#
|
|
3489
|
+
"fgHex": "#9a8ff4",
|
|
3694
3490
|
"bgHex": "#131923",
|
|
3695
|
-
"ratio": 6.
|
|
3491
|
+
"ratio": 6.39,
|
|
3696
3492
|
"min": 3
|
|
3697
3493
|
},
|
|
3698
3494
|
{
|
|
3699
|
-
"component": "
|
|
3700
|
-
"context": "ion-
|
|
3495
|
+
"component": "link",
|
|
3496
|
+
"context": "ion-link ion-link__icon-end",
|
|
3701
3497
|
"state": "default",
|
|
3702
|
-
"fg": "--text-link",
|
|
3498
|
+
"fg": "--text-link-visited",
|
|
3703
3499
|
"bg": "--surface-page",
|
|
3704
3500
|
"backdrop": null,
|
|
3705
|
-
"kind": "text",
|
|
3501
|
+
"kind": "non-text",
|
|
3706
3502
|
"ground": "assumed",
|
|
3707
3503
|
"mode": "Dark",
|
|
3708
|
-
"fgHex": "#
|
|
3504
|
+
"fgHex": "#9a8ff4",
|
|
3709
3505
|
"bgHex": "#131923",
|
|
3710
|
-
"ratio": 6.
|
|
3711
|
-
"min":
|
|
3506
|
+
"ratio": 6.39,
|
|
3507
|
+
"min": 3
|
|
3712
3508
|
},
|
|
3713
3509
|
{
|
|
3714
3510
|
"component": "input",
|
|
@@ -3725,6 +3521,36 @@
|
|
|
3725
3521
|
"ratio": 6.46,
|
|
3726
3522
|
"min": 4.5
|
|
3727
3523
|
},
|
|
3524
|
+
{
|
|
3525
|
+
"component": "avatar-gradient",
|
|
3526
|
+
"context": "ion-avatar-gradient--blue",
|
|
3527
|
+
"state": "default",
|
|
3528
|
+
"fg": "--text-palette-2",
|
|
3529
|
+
"bg": "--surface-palette-2",
|
|
3530
|
+
"backdrop": "--surface-palette-2-subtle",
|
|
3531
|
+
"kind": "text",
|
|
3532
|
+
"mode": "Dark",
|
|
3533
|
+
"fgHex": "#c7e4fa",
|
|
3534
|
+
"bgHex": "#1541b2",
|
|
3535
|
+
"ratio": 6.54,
|
|
3536
|
+
"min": 4.5
|
|
3537
|
+
},
|
|
3538
|
+
{
|
|
3539
|
+
"component": "avatar-gradient",
|
|
3540
|
+
"context": "ion-avatar-gradient--blue",
|
|
3541
|
+
"state": "default",
|
|
3542
|
+
"fg": "--text-palette-2",
|
|
3543
|
+
"bg": "--surface-sheen",
|
|
3544
|
+
"backdrop": "--surface-palette-2-subtle",
|
|
3545
|
+
"kind": "text",
|
|
3546
|
+
"flat": "--surface-palette-2-subtle",
|
|
3547
|
+
"mode": "Dark",
|
|
3548
|
+
"fgHex": "#c7e4fa",
|
|
3549
|
+
"bgHex": "#1541b2",
|
|
3550
|
+
"compositedOver": "gradient at 50%,0%",
|
|
3551
|
+
"ratio": 6.54,
|
|
3552
|
+
"min": 4.5
|
|
3553
|
+
},
|
|
3728
3554
|
{
|
|
3729
3555
|
"component": "agent-stop",
|
|
3730
3556
|
"context": "ion-agent-stop",
|
|
@@ -3824,34 +3650,6 @@
|
|
|
3824
3650
|
"ratio": 6.7,
|
|
3825
3651
|
"min": 3
|
|
3826
3652
|
},
|
|
3827
|
-
{
|
|
3828
|
-
"component": "avatar-gradient",
|
|
3829
|
-
"context": "ion-avatar-gradient--violet",
|
|
3830
|
-
"state": "default",
|
|
3831
|
-
"fg": "--color-purple-600",
|
|
3832
|
-
"bg": "--color-purple-50",
|
|
3833
|
-
"backdrop": "--color-purple-50",
|
|
3834
|
-
"kind": "text",
|
|
3835
|
-
"mode": "Light",
|
|
3836
|
-
"fgHex": "#4f3cc8",
|
|
3837
|
-
"bgHex": "#f6f1f8",
|
|
3838
|
-
"ratio": 6.7,
|
|
3839
|
-
"min": 4.5
|
|
3840
|
-
},
|
|
3841
|
-
{
|
|
3842
|
-
"component": "avatar-gradient",
|
|
3843
|
-
"context": "ion-avatar-gradient--violet",
|
|
3844
|
-
"state": "default",
|
|
3845
|
-
"fg": "--color-purple-600",
|
|
3846
|
-
"bg": "--color-purple-50",
|
|
3847
|
-
"backdrop": "--color-purple-50",
|
|
3848
|
-
"kind": "text",
|
|
3849
|
-
"mode": "Dark",
|
|
3850
|
-
"fgHex": "#4f3cc8",
|
|
3851
|
-
"bgHex": "#f6f1f8",
|
|
3852
|
-
"ratio": 6.7,
|
|
3853
|
-
"min": 4.5
|
|
3854
|
-
},
|
|
3855
3653
|
{
|
|
3856
3654
|
"component": "badge",
|
|
3857
3655
|
"context": "ion-badge--information",
|
|
@@ -4375,6 +4173,34 @@
|
|
|
4375
4173
|
"ratio": 6.81,
|
|
4376
4174
|
"min": 4.5
|
|
4377
4175
|
},
|
|
4176
|
+
{
|
|
4177
|
+
"component": "avatar-gradient",
|
|
4178
|
+
"context": "ion-avatar-gradient--pink",
|
|
4179
|
+
"state": "default",
|
|
4180
|
+
"fg": "--text-palette-4",
|
|
4181
|
+
"bg": "--surface-palette-4-tint",
|
|
4182
|
+
"backdrop": "--surface-palette-4-subtle",
|
|
4183
|
+
"kind": "text",
|
|
4184
|
+
"mode": "Light",
|
|
4185
|
+
"fgHex": "#881141",
|
|
4186
|
+
"bgHex": "#fbd0e8",
|
|
4187
|
+
"ratio": 6.94,
|
|
4188
|
+
"min": 4.5
|
|
4189
|
+
},
|
|
4190
|
+
{
|
|
4191
|
+
"component": "avatar-gradient",
|
|
4192
|
+
"context": "ion-avatar-gradient--pink",
|
|
4193
|
+
"state": "default",
|
|
4194
|
+
"fg": "--text-palette-4",
|
|
4195
|
+
"bg": "--surface-palette-4-tint",
|
|
4196
|
+
"backdrop": "--surface-palette-4-subtle",
|
|
4197
|
+
"kind": "text",
|
|
4198
|
+
"mode": "Dark",
|
|
4199
|
+
"fgHex": "#fbd0e8",
|
|
4200
|
+
"bgHex": "#881141",
|
|
4201
|
+
"ratio": 6.94,
|
|
4202
|
+
"min": 4.5
|
|
4203
|
+
},
|
|
4378
4204
|
{
|
|
4379
4205
|
"component": "agent-activity",
|
|
4380
4206
|
"context": "ion-agent-activity ion-agent-activity__glyph",
|
|
@@ -4849,205 +4675,64 @@
|
|
|
4849
4675
|
"ground": "assumed",
|
|
4850
4676
|
"mode": "Dark",
|
|
4851
4677
|
"fgHex": "#9ca3b0",
|
|
4852
|
-
"bgHex": "#131923",
|
|
4853
|
-
"ratio": 6.95,
|
|
4854
|
-
"min": 4.5
|
|
4855
|
-
},
|
|
4856
|
-
{
|
|
4857
|
-
"component": "tabs",
|
|
4858
|
-
"context": "ion-tabs__item--underline ion-tabs__item--underline",
|
|
4859
|
-
"state": "focus",
|
|
4860
|
-
"fg": "--text-tertiary",
|
|
4861
|
-
"bg": "--surface-page",
|
|
4862
|
-
"backdrop": null,
|
|
4863
|
-
"kind": "text",
|
|
4864
|
-
"ground": "assumed",
|
|
4865
|
-
"mode": "Dark",
|
|
4866
|
-
"fgHex": "#9ca3b0",
|
|
4867
|
-
"bgHex": "#131923",
|
|
4868
|
-
"ratio": 6.95,
|
|
4869
|
-
"min": 4.5
|
|
4870
|
-
},
|
|
4871
|
-
{
|
|
4872
|
-
"component": "tabs",
|
|
4873
|
-
"context": "ion-tabs__item--underline ion-tabs__item--underline",
|
|
4874
|
-
"state": "disabled",
|
|
4875
|
-
"fg": "--text-tertiary",
|
|
4876
|
-
"bg": "--surface-page",
|
|
4877
|
-
"backdrop": null,
|
|
4878
|
-
"kind": "text",
|
|
4879
|
-
"ground": "assumed",
|
|
4880
|
-
"mode": "Dark",
|
|
4881
|
-
"fgHex": "#9ca3b0",
|
|
4882
|
-
"bgHex": "#131923",
|
|
4883
|
-
"ratio": 6.95,
|
|
4884
|
-
"min": 4.5
|
|
4885
|
-
},
|
|
4886
|
-
{
|
|
4887
|
-
"component": "agent-activity",
|
|
4888
|
-
"context": "ion-agent-activity ion-agent-activity__glyph",
|
|
4889
|
-
"state": "default",
|
|
4890
|
-
"fg": "--icon-tertiary",
|
|
4891
|
-
"bg": "--surface-page",
|
|
4892
|
-
"backdrop": null,
|
|
4893
|
-
"kind": "non-text",
|
|
4894
|
-
"ground": "assumed",
|
|
4895
|
-
"mode": "Light",
|
|
4896
|
-
"fgHex": "#4b5563",
|
|
4897
|
-
"bgHex": "#f6f8f9",
|
|
4898
|
-
"ratio": 7.09,
|
|
4899
|
-
"min": 3
|
|
4900
|
-
},
|
|
4901
|
-
{
|
|
4902
|
-
"component": "agent-activity",
|
|
4903
|
-
"context": "ion-agent-activity ion-agent-activity__detail",
|
|
4904
|
-
"state": "default",
|
|
4905
|
-
"fg": "--text-tertiary",
|
|
4906
|
-
"bg": "--surface-page",
|
|
4907
|
-
"backdrop": null,
|
|
4908
|
-
"kind": "text",
|
|
4909
|
-
"ground": "assumed",
|
|
4910
|
-
"mode": "Light",
|
|
4911
|
-
"fgHex": "#4b5563",
|
|
4912
|
-
"bgHex": "#f6f8f9",
|
|
4913
|
-
"ratio": 7.09,
|
|
4914
|
-
"min": 4.5
|
|
4915
|
-
},
|
|
4916
|
-
{
|
|
4917
|
-
"component": "agent-activity",
|
|
4918
|
-
"context": "ion-agent-activity__step--skipped ion-agent-activity__step--skipped",
|
|
4919
|
-
"state": "default",
|
|
4920
|
-
"fg": "--text-tertiary",
|
|
4921
|
-
"bg": "--surface-page",
|
|
4922
|
-
"backdrop": null,
|
|
4923
|
-
"kind": "text",
|
|
4924
|
-
"ground": "assumed",
|
|
4925
|
-
"mode": "Light",
|
|
4926
|
-
"fgHex": "#4b5563",
|
|
4927
|
-
"bgHex": "#f6f8f9",
|
|
4928
|
-
"ratio": 7.09,
|
|
4929
|
-
"min": 4.5
|
|
4930
|
-
},
|
|
4931
|
-
{
|
|
4932
|
-
"component": "avatar-gradient",
|
|
4933
|
-
"context": "ion-avatar-gradient",
|
|
4934
|
-
"state": "default",
|
|
4935
|
-
"fg": "--color-gray-600",
|
|
4936
|
-
"bg": "--color-gray-50",
|
|
4937
|
-
"backdrop": "--color-gray-50",
|
|
4938
|
-
"kind": "text",
|
|
4939
|
-
"mode": "Light",
|
|
4940
|
-
"fgHex": "#4b5563",
|
|
4941
|
-
"bgHex": "#f6f8f9",
|
|
4942
|
-
"ratio": 7.09,
|
|
4943
|
-
"min": 4.5
|
|
4944
|
-
},
|
|
4945
|
-
{
|
|
4946
|
-
"component": "avatar-gradient",
|
|
4947
|
-
"context": "ion-avatar-gradient",
|
|
4948
|
-
"state": "default",
|
|
4949
|
-
"fg": "--color-gray-600",
|
|
4950
|
-
"bg": "--color-gray-50",
|
|
4951
|
-
"backdrop": "--color-gray-50",
|
|
4952
|
-
"kind": "text",
|
|
4953
|
-
"mode": "Dark",
|
|
4954
|
-
"fgHex": "#4b5563",
|
|
4955
|
-
"bgHex": "#f6f8f9",
|
|
4956
|
-
"ratio": 7.09,
|
|
4957
|
-
"min": 4.5
|
|
4958
|
-
},
|
|
4959
|
-
{
|
|
4960
|
-
"component": "avatar-gradient",
|
|
4961
|
-
"context": "ion-avatar-gradient--mini",
|
|
4962
|
-
"state": "default",
|
|
4963
|
-
"fg": "--color-gray-600",
|
|
4964
|
-
"bg": "--color-gray-50",
|
|
4965
|
-
"backdrop": "--color-gray-50",
|
|
4966
|
-
"kind": "text",
|
|
4967
|
-
"mode": "Light",
|
|
4968
|
-
"fgHex": "#4b5563",
|
|
4969
|
-
"bgHex": "#f6f8f9",
|
|
4970
|
-
"ratio": 7.09,
|
|
4971
|
-
"min": 4.5
|
|
4972
|
-
},
|
|
4973
|
-
{
|
|
4974
|
-
"component": "avatar-gradient",
|
|
4975
|
-
"context": "ion-avatar-gradient--mini",
|
|
4976
|
-
"state": "default",
|
|
4977
|
-
"fg": "--color-gray-600",
|
|
4978
|
-
"bg": "--color-gray-50",
|
|
4979
|
-
"backdrop": "--color-gray-50",
|
|
4980
|
-
"kind": "text",
|
|
4981
|
-
"mode": "Dark",
|
|
4982
|
-
"fgHex": "#4b5563",
|
|
4983
|
-
"bgHex": "#f6f8f9",
|
|
4984
|
-
"ratio": 7.09,
|
|
4985
|
-
"min": 4.5
|
|
4986
|
-
},
|
|
4987
|
-
{
|
|
4988
|
-
"component": "avatar-gradient",
|
|
4989
|
-
"context": "ion-avatar-gradient--sm",
|
|
4990
|
-
"state": "default",
|
|
4991
|
-
"fg": "--color-gray-600",
|
|
4992
|
-
"bg": "--color-gray-50",
|
|
4993
|
-
"backdrop": "--color-gray-50",
|
|
4994
|
-
"kind": "text",
|
|
4995
|
-
"mode": "Light",
|
|
4996
|
-
"fgHex": "#4b5563",
|
|
4997
|
-
"bgHex": "#f6f8f9",
|
|
4998
|
-
"ratio": 7.09,
|
|
4678
|
+
"bgHex": "#131923",
|
|
4679
|
+
"ratio": 6.95,
|
|
4999
4680
|
"min": 4.5
|
|
5000
4681
|
},
|
|
5001
4682
|
{
|
|
5002
|
-
"component": "
|
|
5003
|
-
"context": "ion-
|
|
5004
|
-
"state": "
|
|
5005
|
-
"fg": "--
|
|
5006
|
-
"bg": "--
|
|
5007
|
-
"backdrop":
|
|
4683
|
+
"component": "tabs",
|
|
4684
|
+
"context": "ion-tabs__item--underline ion-tabs__item--underline",
|
|
4685
|
+
"state": "focus",
|
|
4686
|
+
"fg": "--text-tertiary",
|
|
4687
|
+
"bg": "--surface-page",
|
|
4688
|
+
"backdrop": null,
|
|
5008
4689
|
"kind": "text",
|
|
4690
|
+
"ground": "assumed",
|
|
5009
4691
|
"mode": "Dark",
|
|
5010
|
-
"fgHex": "#
|
|
5011
|
-
"bgHex": "#
|
|
5012
|
-
"ratio":
|
|
4692
|
+
"fgHex": "#9ca3b0",
|
|
4693
|
+
"bgHex": "#131923",
|
|
4694
|
+
"ratio": 6.95,
|
|
5013
4695
|
"min": 4.5
|
|
5014
4696
|
},
|
|
5015
4697
|
{
|
|
5016
|
-
"component": "
|
|
5017
|
-
"context": "ion-
|
|
5018
|
-
"state": "
|
|
5019
|
-
"fg": "--
|
|
5020
|
-
"bg": "--
|
|
5021
|
-
"backdrop":
|
|
4698
|
+
"component": "tabs",
|
|
4699
|
+
"context": "ion-tabs__item--underline ion-tabs__item--underline",
|
|
4700
|
+
"state": "disabled",
|
|
4701
|
+
"fg": "--text-tertiary",
|
|
4702
|
+
"bg": "--surface-page",
|
|
4703
|
+
"backdrop": null,
|
|
5022
4704
|
"kind": "text",
|
|
5023
|
-
"
|
|
5024
|
-
"
|
|
5025
|
-
"
|
|
5026
|
-
"
|
|
4705
|
+
"ground": "assumed",
|
|
4706
|
+
"mode": "Dark",
|
|
4707
|
+
"fgHex": "#9ca3b0",
|
|
4708
|
+
"bgHex": "#131923",
|
|
4709
|
+
"ratio": 6.95,
|
|
5027
4710
|
"min": 4.5
|
|
5028
4711
|
},
|
|
5029
4712
|
{
|
|
5030
|
-
"component": "
|
|
5031
|
-
"context": "ion-
|
|
4713
|
+
"component": "agent-activity",
|
|
4714
|
+
"context": "ion-agent-activity ion-agent-activity__glyph",
|
|
5032
4715
|
"state": "default",
|
|
5033
|
-
"fg": "--
|
|
5034
|
-
"bg": "--
|
|
5035
|
-
"backdrop":
|
|
5036
|
-
"kind": "text",
|
|
5037
|
-
"
|
|
4716
|
+
"fg": "--icon-tertiary",
|
|
4717
|
+
"bg": "--surface-page",
|
|
4718
|
+
"backdrop": null,
|
|
4719
|
+
"kind": "non-text",
|
|
4720
|
+
"ground": "assumed",
|
|
4721
|
+
"mode": "Light",
|
|
5038
4722
|
"fgHex": "#4b5563",
|
|
5039
4723
|
"bgHex": "#f6f8f9",
|
|
5040
4724
|
"ratio": 7.09,
|
|
5041
|
-
"min":
|
|
4725
|
+
"min": 3
|
|
5042
4726
|
},
|
|
5043
4727
|
{
|
|
5044
|
-
"component": "
|
|
5045
|
-
"context": "ion-
|
|
4728
|
+
"component": "agent-activity",
|
|
4729
|
+
"context": "ion-agent-activity ion-agent-activity__detail",
|
|
5046
4730
|
"state": "default",
|
|
5047
|
-
"fg": "--
|
|
5048
|
-
"bg": "--
|
|
5049
|
-
"backdrop":
|
|
4731
|
+
"fg": "--text-tertiary",
|
|
4732
|
+
"bg": "--surface-page",
|
|
4733
|
+
"backdrop": null,
|
|
5050
4734
|
"kind": "text",
|
|
4735
|
+
"ground": "assumed",
|
|
5051
4736
|
"mode": "Light",
|
|
5052
4737
|
"fgHex": "#4b5563",
|
|
5053
4738
|
"bgHex": "#f6f8f9",
|
|
@@ -5055,14 +4740,15 @@
|
|
|
5055
4740
|
"min": 4.5
|
|
5056
4741
|
},
|
|
5057
4742
|
{
|
|
5058
|
-
"component": "
|
|
5059
|
-
"context": "ion-
|
|
4743
|
+
"component": "agent-activity",
|
|
4744
|
+
"context": "ion-agent-activity__step--skipped ion-agent-activity__step--skipped",
|
|
5060
4745
|
"state": "default",
|
|
5061
|
-
"fg": "--
|
|
5062
|
-
"bg": "--
|
|
5063
|
-
"backdrop":
|
|
4746
|
+
"fg": "--text-tertiary",
|
|
4747
|
+
"bg": "--surface-page",
|
|
4748
|
+
"backdrop": null,
|
|
5064
4749
|
"kind": "text",
|
|
5065
|
-
"
|
|
4750
|
+
"ground": "assumed",
|
|
4751
|
+
"mode": "Light",
|
|
5066
4752
|
"fgHex": "#4b5563",
|
|
5067
4753
|
"bgHex": "#f6f8f9",
|
|
5068
4754
|
"ratio": 7.09,
|
|
@@ -5568,10 +5254,10 @@
|
|
|
5568
5254
|
"bg": "--surface-error-hover",
|
|
5569
5255
|
"backdrop": null,
|
|
5570
5256
|
"kind": "text",
|
|
5571
|
-
"mode": "
|
|
5572
|
-
"fgHex": "#
|
|
5573
|
-
"bgHex": "#
|
|
5574
|
-
"ratio": 7.
|
|
5257
|
+
"mode": "Light",
|
|
5258
|
+
"fgHex": "#ffffff",
|
|
5259
|
+
"bgHex": "#ad1515",
|
|
5260
|
+
"ratio": 7.25,
|
|
5575
5261
|
"min": 4.5
|
|
5576
5262
|
},
|
|
5577
5263
|
{
|
|
@@ -5582,7 +5268,7 @@
|
|
|
5582
5268
|
"bg": "--surface-error-hover",
|
|
5583
5269
|
"backdrop": null,
|
|
5584
5270
|
"kind": "text",
|
|
5585
|
-
"mode": "
|
|
5271
|
+
"mode": "Dark",
|
|
5586
5272
|
"fgHex": "#ffffff",
|
|
5587
5273
|
"bgHex": "#ad1515",
|
|
5588
5274
|
"ratio": 7.25,
|
|
@@ -5617,6 +5303,50 @@
|
|
|
5617
5303
|
"ratio": 7.34,
|
|
5618
5304
|
"min": 4.5
|
|
5619
5305
|
},
|
|
5306
|
+
{
|
|
5307
|
+
"component": "button",
|
|
5308
|
+
"context": "ion-button--success",
|
|
5309
|
+
"state": "hover",
|
|
5310
|
+
"fg": "--text-on-color",
|
|
5311
|
+
"bg": "--surface-success-hover",
|
|
5312
|
+
"backdrop": null,
|
|
5313
|
+
"kind": "text",
|
|
5314
|
+
"mode": "Dark",
|
|
5315
|
+
"fgHex": "#ffffff",
|
|
5316
|
+
"bgHex": "#076426",
|
|
5317
|
+
"ratio": 7.34,
|
|
5318
|
+
"min": 4.5
|
|
5319
|
+
},
|
|
5320
|
+
{
|
|
5321
|
+
"component": "avatar-gradient",
|
|
5322
|
+
"context": "ion-avatar-gradient--orange",
|
|
5323
|
+
"state": "default",
|
|
5324
|
+
"fg": "--text-palette-5",
|
|
5325
|
+
"bg": "--surface-palette-5",
|
|
5326
|
+
"backdrop": "--surface-palette-5-subtle",
|
|
5327
|
+
"kind": "text",
|
|
5328
|
+
"mode": "Light",
|
|
5329
|
+
"fgHex": "#671f07",
|
|
5330
|
+
"bgHex": "#fdc17c",
|
|
5331
|
+
"ratio": 7.37,
|
|
5332
|
+
"min": 4.5
|
|
5333
|
+
},
|
|
5334
|
+
{
|
|
5335
|
+
"component": "avatar-gradient",
|
|
5336
|
+
"context": "ion-avatar-gradient--orange",
|
|
5337
|
+
"state": "default",
|
|
5338
|
+
"fg": "--text-palette-5",
|
|
5339
|
+
"bg": "--surface-sheen",
|
|
5340
|
+
"backdrop": "--surface-palette-5-subtle",
|
|
5341
|
+
"kind": "text",
|
|
5342
|
+
"flat": "--surface-palette-5-subtle",
|
|
5343
|
+
"mode": "Light",
|
|
5344
|
+
"fgHex": "#671f07",
|
|
5345
|
+
"bgHex": "#fdc17c",
|
|
5346
|
+
"compositedOver": "gradient at 50%,0%",
|
|
5347
|
+
"ratio": 7.37,
|
|
5348
|
+
"min": 4.5
|
|
5349
|
+
},
|
|
5620
5350
|
{
|
|
5621
5351
|
"component": "agent-stop",
|
|
5622
5352
|
"context": "ion-agent-stop",
|
|
@@ -5645,6 +5375,64 @@
|
|
|
5645
5375
|
"ratio": 7.39,
|
|
5646
5376
|
"min": 4.5
|
|
5647
5377
|
},
|
|
5378
|
+
{
|
|
5379
|
+
"component": "avatar-gradient",
|
|
5380
|
+
"context": "ion-avatar-gradient--violet",
|
|
5381
|
+
"state": "default",
|
|
5382
|
+
"fg": "--text-palette-3",
|
|
5383
|
+
"bg": "--surface-palette-3",
|
|
5384
|
+
"backdrop": "--surface-palette-3-subtle",
|
|
5385
|
+
"kind": "text",
|
|
5386
|
+
"mode": "Dark",
|
|
5387
|
+
"fgHex": "#dfd4fc",
|
|
5388
|
+
"bgHex": "#4715b2",
|
|
5389
|
+
"ratio": 7.41,
|
|
5390
|
+
"min": 4.5
|
|
5391
|
+
},
|
|
5392
|
+
{
|
|
5393
|
+
"component": "avatar-gradient",
|
|
5394
|
+
"context": "ion-avatar-gradient--violet",
|
|
5395
|
+
"state": "default",
|
|
5396
|
+
"fg": "--text-palette-3",
|
|
5397
|
+
"bg": "--surface-sheen",
|
|
5398
|
+
"backdrop": "--surface-palette-3-subtle",
|
|
5399
|
+
"kind": "text",
|
|
5400
|
+
"flat": "--surface-palette-3-subtle",
|
|
5401
|
+
"mode": "Dark",
|
|
5402
|
+
"fgHex": "#dfd4fc",
|
|
5403
|
+
"bgHex": "#4715b2",
|
|
5404
|
+
"compositedOver": "gradient at 50%,0%",
|
|
5405
|
+
"ratio": 7.41,
|
|
5406
|
+
"min": 4.5
|
|
5407
|
+
},
|
|
5408
|
+
{
|
|
5409
|
+
"component": "avatar-gradient",
|
|
5410
|
+
"context": "ion-avatar-gradient--red",
|
|
5411
|
+
"state": "default",
|
|
5412
|
+
"fg": "--text-palette-7",
|
|
5413
|
+
"bg": "--surface-palette-7-tint",
|
|
5414
|
+
"backdrop": "--surface-palette-7-subtle",
|
|
5415
|
+
"kind": "text",
|
|
5416
|
+
"mode": "Light",
|
|
5417
|
+
"fgHex": "#850e0e",
|
|
5418
|
+
"bgHex": "#fed2d2",
|
|
5419
|
+
"ratio": 7.43,
|
|
5420
|
+
"min": 4.5
|
|
5421
|
+
},
|
|
5422
|
+
{
|
|
5423
|
+
"component": "avatar-gradient",
|
|
5424
|
+
"context": "ion-avatar-gradient--red",
|
|
5425
|
+
"state": "default",
|
|
5426
|
+
"fg": "--text-palette-7",
|
|
5427
|
+
"bg": "--surface-palette-7-tint",
|
|
5428
|
+
"backdrop": "--surface-palette-7-subtle",
|
|
5429
|
+
"kind": "text",
|
|
5430
|
+
"mode": "Dark",
|
|
5431
|
+
"fgHex": "#fed2d2",
|
|
5432
|
+
"bgHex": "#850e0e",
|
|
5433
|
+
"ratio": 7.43,
|
|
5434
|
+
"min": 4.5
|
|
5435
|
+
},
|
|
5648
5436
|
{
|
|
5649
5437
|
"component": "alert",
|
|
5650
5438
|
"context": "ion-alert--solid&ion-alert--information",
|
|
@@ -5659,6 +5447,20 @@
|
|
|
5659
5447
|
"ratio": 7.47,
|
|
5660
5448
|
"min": 4.5
|
|
5661
5449
|
},
|
|
5450
|
+
{
|
|
5451
|
+
"component": "alert",
|
|
5452
|
+
"context": "ion-alert--solid&ion-alert--information",
|
|
5453
|
+
"state": "default",
|
|
5454
|
+
"fg": "--text-on-color",
|
|
5455
|
+
"bg": "--surface-information",
|
|
5456
|
+
"backdrop": "--surface-information",
|
|
5457
|
+
"kind": "text",
|
|
5458
|
+
"mode": "Dark",
|
|
5459
|
+
"fgHex": "#ffffff",
|
|
5460
|
+
"bgHex": "#4f3cc8",
|
|
5461
|
+
"ratio": 7.47,
|
|
5462
|
+
"min": 4.5
|
|
5463
|
+
},
|
|
5662
5464
|
{
|
|
5663
5465
|
"component": "avatar",
|
|
5664
5466
|
"context": "ion-avatar__indicator--information ion-avatar__indicator--information",
|
|
@@ -5673,6 +5475,20 @@
|
|
|
5673
5475
|
"ratio": 7.47,
|
|
5674
5476
|
"min": 4.5
|
|
5675
5477
|
},
|
|
5478
|
+
{
|
|
5479
|
+
"component": "avatar",
|
|
5480
|
+
"context": "ion-avatar__indicator--information ion-avatar__indicator--information",
|
|
5481
|
+
"state": "default",
|
|
5482
|
+
"fg": "--text-on-color",
|
|
5483
|
+
"bg": "--surface-information",
|
|
5484
|
+
"backdrop": null,
|
|
5485
|
+
"kind": "text",
|
|
5486
|
+
"mode": "Dark",
|
|
5487
|
+
"fgHex": "#ffffff",
|
|
5488
|
+
"bgHex": "#4f3cc8",
|
|
5489
|
+
"ratio": 7.47,
|
|
5490
|
+
"min": 4.5
|
|
5491
|
+
},
|
|
5676
5492
|
{
|
|
5677
5493
|
"component": "toast",
|
|
5678
5494
|
"context": "ion-toast ion-toast__icon",
|
|
@@ -5687,6 +5503,20 @@
|
|
|
5687
5503
|
"ratio": 7.47,
|
|
5688
5504
|
"min": 3
|
|
5689
5505
|
},
|
|
5506
|
+
{
|
|
5507
|
+
"component": "alert",
|
|
5508
|
+
"context": "ion-alert--success",
|
|
5509
|
+
"state": "default",
|
|
5510
|
+
"fg": "--text-success",
|
|
5511
|
+
"bg": "--surface-success-subtle",
|
|
5512
|
+
"backdrop": "--surface-success-subtle",
|
|
5513
|
+
"kind": "text",
|
|
5514
|
+
"mode": "Dark",
|
|
5515
|
+
"fgHex": "#82d8b4",
|
|
5516
|
+
"bgHex": "#023c13",
|
|
5517
|
+
"ratio": 7.5,
|
|
5518
|
+
"min": 4.5
|
|
5519
|
+
},
|
|
5690
5520
|
{
|
|
5691
5521
|
"component": "citation",
|
|
5692
5522
|
"context": "ion-citation",
|
|
@@ -5717,80 +5547,38 @@
|
|
|
5717
5547
|
"min": 3
|
|
5718
5548
|
},
|
|
5719
5549
|
{
|
|
5720
|
-
"component": "
|
|
5721
|
-
"context": "ion-
|
|
5722
|
-
"state": "hover",
|
|
5723
|
-
"fg": "--text-on-color",
|
|
5724
|
-
"bg": "--surface-primary-hover",
|
|
5725
|
-
"backdrop": "--surface-information-subtle",
|
|
5726
|
-
"kind": "text",
|
|
5727
|
-
"mode": "Dark",
|
|
5728
|
-
"fgHex": "#000000",
|
|
5729
|
-
"bgHex": "#609cf0",
|
|
5730
|
-
"ratio": 7.51,
|
|
5731
|
-
"min": 4.5
|
|
5732
|
-
},
|
|
5733
|
-
{
|
|
5734
|
-
"component": "button",
|
|
5735
|
-
"context": "ion-button--primary-brand",
|
|
5736
|
-
"state": "hover",
|
|
5737
|
-
"fg": "--text-on-color",
|
|
5738
|
-
"bg": "--surface-primary-hover",
|
|
5739
|
-
"backdrop": null,
|
|
5740
|
-
"kind": "text",
|
|
5741
|
-
"mode": "Dark",
|
|
5742
|
-
"fgHex": "#000000",
|
|
5743
|
-
"bgHex": "#609cf0",
|
|
5744
|
-
"ratio": 7.51,
|
|
5745
|
-
"min": 4.5
|
|
5746
|
-
},
|
|
5747
|
-
{
|
|
5748
|
-
"component": "citation",
|
|
5749
|
-
"context": "ion-citation-list ion-citation-list__source",
|
|
5550
|
+
"component": "agent-activity",
|
|
5551
|
+
"context": "ion-agent-activity ion-agent-activity__glyph",
|
|
5750
5552
|
"state": "default",
|
|
5751
|
-
"fg": "--
|
|
5553
|
+
"fg": "--icon-tertiary",
|
|
5752
5554
|
"bg": "--surface-default",
|
|
5753
5555
|
"backdrop": null,
|
|
5754
|
-
"kind": "text",
|
|
5556
|
+
"kind": "non-text",
|
|
5755
5557
|
"ground": "assumed",
|
|
5756
|
-
"mode": "
|
|
5757
|
-
"fgHex": "#
|
|
5758
|
-
"bgHex": "#
|
|
5759
|
-
"ratio": 7.
|
|
5760
|
-
"min":
|
|
5761
|
-
},
|
|
5762
|
-
{
|
|
5763
|
-
"component": "table",
|
|
5764
|
-
"context": "ion-table__cell-content--link ion-table__cell-content--link",
|
|
5765
|
-
"state": "default",
|
|
5766
|
-
"fg": "--text-link",
|
|
5767
|
-
"bg": "--surface-default",
|
|
5768
|
-
"backdrop": "--surface-default",
|
|
5769
|
-
"kind": "text",
|
|
5770
|
-
"mode": "Dark",
|
|
5771
|
-
"fgHex": "#609cf0",
|
|
5772
|
-
"bgHex": "#000000",
|
|
5773
|
-
"ratio": 7.51,
|
|
5774
|
-
"min": 4.5
|
|
5558
|
+
"mode": "Light",
|
|
5559
|
+
"fgHex": "#4b5563",
|
|
5560
|
+
"bgHex": "#ffffff",
|
|
5561
|
+
"ratio": 7.56,
|
|
5562
|
+
"min": 3
|
|
5775
5563
|
},
|
|
5776
5564
|
{
|
|
5777
5565
|
"component": "agent-activity",
|
|
5778
|
-
"context": "ion-agent-activity ion-agent-
|
|
5566
|
+
"context": "ion-agent-activity ion-agent-activity__detail",
|
|
5779
5567
|
"state": "default",
|
|
5780
|
-
"fg": "--
|
|
5568
|
+
"fg": "--text-tertiary",
|
|
5781
5569
|
"bg": "--surface-default",
|
|
5782
5570
|
"backdrop": null,
|
|
5783
|
-
"kind": "
|
|
5571
|
+
"kind": "text",
|
|
5784
5572
|
"ground": "assumed",
|
|
5785
5573
|
"mode": "Light",
|
|
5786
5574
|
"fgHex": "#4b5563",
|
|
5787
5575
|
"bgHex": "#ffffff",
|
|
5788
5576
|
"ratio": 7.56,
|
|
5789
|
-
"min":
|
|
5577
|
+
"min": 4.5
|
|
5790
5578
|
},
|
|
5791
5579
|
{
|
|
5792
5580
|
"component": "agent-activity",
|
|
5793
|
-
"context": "ion-agent-
|
|
5581
|
+
"context": "ion-agent-activity__step--skipped ion-agent-activity__step--skipped",
|
|
5794
5582
|
"state": "default",
|
|
5795
5583
|
"fg": "--text-tertiary",
|
|
5796
5584
|
"bg": "--surface-default",
|
|
@@ -5804,17 +5592,32 @@
|
|
|
5804
5592
|
"min": 4.5
|
|
5805
5593
|
},
|
|
5806
5594
|
{
|
|
5807
|
-
"component": "
|
|
5808
|
-
"context": "ion-
|
|
5595
|
+
"component": "avatar-gradient",
|
|
5596
|
+
"context": "ion-avatar-gradient--blue",
|
|
5597
|
+
"state": "default",
|
|
5598
|
+
"fg": "--text-palette-2",
|
|
5599
|
+
"bg": "--surface-palette-2",
|
|
5600
|
+
"backdrop": "--surface-palette-2-subtle",
|
|
5601
|
+
"kind": "text",
|
|
5602
|
+
"mode": "Light",
|
|
5603
|
+
"fgHex": "#0e2d8b",
|
|
5604
|
+
"bgHex": "#9fd5f9",
|
|
5605
|
+
"ratio": 7.56,
|
|
5606
|
+
"min": 4.5
|
|
5607
|
+
},
|
|
5608
|
+
{
|
|
5609
|
+
"component": "avatar-gradient",
|
|
5610
|
+
"context": "ion-avatar-gradient--blue",
|
|
5809
5611
|
"state": "default",
|
|
5810
|
-
"fg": "--text-
|
|
5811
|
-
"bg": "--surface-
|
|
5812
|
-
"backdrop":
|
|
5612
|
+
"fg": "--text-palette-2",
|
|
5613
|
+
"bg": "--surface-sheen",
|
|
5614
|
+
"backdrop": "--surface-palette-2-subtle",
|
|
5813
5615
|
"kind": "text",
|
|
5814
|
-
"
|
|
5616
|
+
"flat": "--surface-palette-2-subtle",
|
|
5815
5617
|
"mode": "Light",
|
|
5816
|
-
"fgHex": "#
|
|
5817
|
-
"bgHex": "#
|
|
5618
|
+
"fgHex": "#0e2d8b",
|
|
5619
|
+
"bgHex": "#9fd5f9",
|
|
5620
|
+
"compositedOver": "gradient at 50%,0%",
|
|
5818
5621
|
"ratio": 7.56,
|
|
5819
5622
|
"min": 4.5
|
|
5820
5623
|
},
|
|
@@ -5998,6 +5801,48 @@
|
|
|
5998
5801
|
"ratio": 7.56,
|
|
5999
5802
|
"min": 4.5
|
|
6000
5803
|
},
|
|
5804
|
+
{
|
|
5805
|
+
"component": "button",
|
|
5806
|
+
"context": "ion-button--primary-soft",
|
|
5807
|
+
"state": "hover",
|
|
5808
|
+
"fg": "--text-primary",
|
|
5809
|
+
"bg": "--surface-primary-subtle-hover",
|
|
5810
|
+
"backdrop": null,
|
|
5811
|
+
"kind": "text",
|
|
5812
|
+
"mode": "Dark",
|
|
5813
|
+
"fgHex": "#9fd5f9",
|
|
5814
|
+
"bgHex": "#0e2d8b",
|
|
5815
|
+
"ratio": 7.56,
|
|
5816
|
+
"min": 4.5
|
|
5817
|
+
},
|
|
5818
|
+
{
|
|
5819
|
+
"component": "button",
|
|
5820
|
+
"context": "ion-button--primary-soft",
|
|
5821
|
+
"state": "pressed",
|
|
5822
|
+
"fg": "--text-primary",
|
|
5823
|
+
"bg": "--surface-primary-tint",
|
|
5824
|
+
"backdrop": null,
|
|
5825
|
+
"kind": "text",
|
|
5826
|
+
"mode": "Dark",
|
|
5827
|
+
"fgHex": "#9fd5f9",
|
|
5828
|
+
"bgHex": "#0e2d8b",
|
|
5829
|
+
"ratio": 7.56,
|
|
5830
|
+
"min": 4.5
|
|
5831
|
+
},
|
|
5832
|
+
{
|
|
5833
|
+
"component": "citation",
|
|
5834
|
+
"context": "ion-citation",
|
|
5835
|
+
"state": "hover",
|
|
5836
|
+
"fg": "--text-link",
|
|
5837
|
+
"bg": "--surface-primary-subtle-hover",
|
|
5838
|
+
"backdrop": "--surface-primary-subtle",
|
|
5839
|
+
"kind": "text",
|
|
5840
|
+
"mode": "Dark",
|
|
5841
|
+
"fgHex": "#9fd5f9",
|
|
5842
|
+
"bgHex": "#0e2d8b",
|
|
5843
|
+
"ratio": 7.56,
|
|
5844
|
+
"min": 4.5
|
|
5845
|
+
},
|
|
6001
5846
|
{
|
|
6002
5847
|
"component": "citation",
|
|
6003
5848
|
"context": "ion-citation-list ion-citation-list__label",
|
|
@@ -6281,6 +6126,96 @@
|
|
|
6281
6126
|
"ratio": 7.56,
|
|
6282
6127
|
"min": 4.5
|
|
6283
6128
|
},
|
|
6129
|
+
{
|
|
6130
|
+
"component": "link",
|
|
6131
|
+
"context": "ion-link",
|
|
6132
|
+
"state": "default",
|
|
6133
|
+
"fg": "--text-link-visited",
|
|
6134
|
+
"bg": "--surface-default",
|
|
6135
|
+
"backdrop": null,
|
|
6136
|
+
"kind": "text",
|
|
6137
|
+
"ground": "assumed",
|
|
6138
|
+
"mode": "Dark",
|
|
6139
|
+
"fgHex": "#9a8ff4",
|
|
6140
|
+
"bgHex": "#000000",
|
|
6141
|
+
"ratio": 7.61,
|
|
6142
|
+
"min": 4.5
|
|
6143
|
+
},
|
|
6144
|
+
{
|
|
6145
|
+
"component": "link",
|
|
6146
|
+
"context": "ion-link--inline",
|
|
6147
|
+
"state": "default",
|
|
6148
|
+
"fg": "--text-link-visited",
|
|
6149
|
+
"bg": "--surface-default",
|
|
6150
|
+
"backdrop": null,
|
|
6151
|
+
"kind": "text",
|
|
6152
|
+
"ground": "assumed",
|
|
6153
|
+
"mode": "Dark",
|
|
6154
|
+
"fgHex": "#9a8ff4",
|
|
6155
|
+
"bgHex": "#000000",
|
|
6156
|
+
"ratio": 7.61,
|
|
6157
|
+
"min": 4.5
|
|
6158
|
+
},
|
|
6159
|
+
{
|
|
6160
|
+
"component": "link",
|
|
6161
|
+
"context": "ion-link--standalone",
|
|
6162
|
+
"state": "default",
|
|
6163
|
+
"fg": "--text-link-visited",
|
|
6164
|
+
"bg": "--surface-default",
|
|
6165
|
+
"backdrop": null,
|
|
6166
|
+
"kind": "text",
|
|
6167
|
+
"ground": "assumed",
|
|
6168
|
+
"mode": "Dark",
|
|
6169
|
+
"fgHex": "#9a8ff4",
|
|
6170
|
+
"bgHex": "#000000",
|
|
6171
|
+
"ratio": 7.61,
|
|
6172
|
+
"min": 4.5
|
|
6173
|
+
},
|
|
6174
|
+
{
|
|
6175
|
+
"component": "link",
|
|
6176
|
+
"context": "ion-link",
|
|
6177
|
+
"state": "focus",
|
|
6178
|
+
"fg": "--text-link-visited",
|
|
6179
|
+
"bg": "--surface-default",
|
|
6180
|
+
"backdrop": null,
|
|
6181
|
+
"kind": "text",
|
|
6182
|
+
"ground": "assumed",
|
|
6183
|
+
"mode": "Dark",
|
|
6184
|
+
"fgHex": "#9a8ff4",
|
|
6185
|
+
"bgHex": "#000000",
|
|
6186
|
+
"ratio": 7.61,
|
|
6187
|
+
"min": 4.5
|
|
6188
|
+
},
|
|
6189
|
+
{
|
|
6190
|
+
"component": "link",
|
|
6191
|
+
"context": "ion-link ion-link__icon-start",
|
|
6192
|
+
"state": "default",
|
|
6193
|
+
"fg": "--text-link-visited",
|
|
6194
|
+
"bg": "--surface-default",
|
|
6195
|
+
"backdrop": null,
|
|
6196
|
+
"kind": "non-text",
|
|
6197
|
+
"ground": "assumed",
|
|
6198
|
+
"mode": "Dark",
|
|
6199
|
+
"fgHex": "#9a8ff4",
|
|
6200
|
+
"bgHex": "#000000",
|
|
6201
|
+
"ratio": 7.61,
|
|
6202
|
+
"min": 3
|
|
6203
|
+
},
|
|
6204
|
+
{
|
|
6205
|
+
"component": "link",
|
|
6206
|
+
"context": "ion-link ion-link__icon-end",
|
|
6207
|
+
"state": "default",
|
|
6208
|
+
"fg": "--text-link-visited",
|
|
6209
|
+
"bg": "--surface-default",
|
|
6210
|
+
"backdrop": null,
|
|
6211
|
+
"kind": "non-text",
|
|
6212
|
+
"ground": "assumed",
|
|
6213
|
+
"mode": "Dark",
|
|
6214
|
+
"fgHex": "#9a8ff4",
|
|
6215
|
+
"bgHex": "#000000",
|
|
6216
|
+
"ratio": 7.61,
|
|
6217
|
+
"min": 3
|
|
6218
|
+
},
|
|
6284
6219
|
{
|
|
6285
6220
|
"component": "alert",
|
|
6286
6221
|
"context": "ion-alert",
|
|
@@ -6408,90 +6343,254 @@
|
|
|
6408
6343
|
"ratio": 7.7,
|
|
6409
6344
|
"min": 4.5
|
|
6410
6345
|
},
|
|
6346
|
+
{
|
|
6347
|
+
"component": "avatar-gradient",
|
|
6348
|
+
"context": "ion-avatar-gradient--green",
|
|
6349
|
+
"state": "default",
|
|
6350
|
+
"fg": "--text-palette-6",
|
|
6351
|
+
"bg": "--surface-palette-6-tint",
|
|
6352
|
+
"backdrop": "--surface-palette-6-subtle",
|
|
6353
|
+
"kind": "text",
|
|
6354
|
+
"mode": "Light",
|
|
6355
|
+
"fgHex": "#054d1a",
|
|
6356
|
+
"bgHex": "#c6ebdc",
|
|
6357
|
+
"ratio": 7.83,
|
|
6358
|
+
"min": 4.5
|
|
6359
|
+
},
|
|
6360
|
+
{
|
|
6361
|
+
"component": "avatar-gradient",
|
|
6362
|
+
"context": "ion-avatar-gradient--green",
|
|
6363
|
+
"state": "default",
|
|
6364
|
+
"fg": "--text-palette-6",
|
|
6365
|
+
"bg": "--surface-palette-6-tint",
|
|
6366
|
+
"backdrop": "--surface-palette-6-subtle",
|
|
6367
|
+
"kind": "text",
|
|
6368
|
+
"mode": "Dark",
|
|
6369
|
+
"fgHex": "#c6ebdc",
|
|
6370
|
+
"bgHex": "#054d1a",
|
|
6371
|
+
"ratio": 7.83,
|
|
6372
|
+
"min": 4.5
|
|
6373
|
+
},
|
|
6411
6374
|
{
|
|
6412
6375
|
"component": "agent-activity",
|
|
6413
6376
|
"context": "ion-agent-activity__step--done ion-agent-activity__step--done",
|
|
6414
6377
|
"state": "default",
|
|
6415
|
-
"fg": "--icon-success",
|
|
6416
|
-
"bg": "--surface-default",
|
|
6417
|
-
"backdrop": null,
|
|
6418
|
-
"kind": "non-text",
|
|
6419
|
-
"ground": "assumed",
|
|
6378
|
+
"fg": "--icon-success",
|
|
6379
|
+
"bg": "--surface-default",
|
|
6380
|
+
"backdrop": null,
|
|
6381
|
+
"kind": "non-text",
|
|
6382
|
+
"ground": "assumed",
|
|
6383
|
+
"mode": "Dark",
|
|
6384
|
+
"fgHex": "#39b378",
|
|
6385
|
+
"bgHex": "#000000",
|
|
6386
|
+
"ratio": 7.89,
|
|
6387
|
+
"min": 3
|
|
6388
|
+
},
|
|
6389
|
+
{
|
|
6390
|
+
"component": "alert",
|
|
6391
|
+
"context": "ion-alert--primary",
|
|
6392
|
+
"state": "default",
|
|
6393
|
+
"fg": "--text-link",
|
|
6394
|
+
"bg": "--surface-primary-subtle",
|
|
6395
|
+
"backdrop": "--surface-primary-subtle",
|
|
6396
|
+
"kind": "text",
|
|
6397
|
+
"mode": "Light",
|
|
6398
|
+
"fgHex": "#1541b2",
|
|
6399
|
+
"bgHex": "#ebf7ff",
|
|
6400
|
+
"ratio": 7.93,
|
|
6401
|
+
"min": 4.5
|
|
6402
|
+
},
|
|
6403
|
+
{
|
|
6404
|
+
"component": "citation",
|
|
6405
|
+
"context": "ion-citation",
|
|
6406
|
+
"state": "default",
|
|
6407
|
+
"fg": "--text-link",
|
|
6408
|
+
"bg": "--surface-primary-subtle",
|
|
6409
|
+
"backdrop": "--surface-primary-subtle",
|
|
6410
|
+
"kind": "text",
|
|
6411
|
+
"mode": "Light",
|
|
6412
|
+
"fgHex": "#1541b2",
|
|
6413
|
+
"bgHex": "#ebf7ff",
|
|
6414
|
+
"ratio": 7.93,
|
|
6415
|
+
"min": 4.5
|
|
6416
|
+
},
|
|
6417
|
+
{
|
|
6418
|
+
"component": "citation",
|
|
6419
|
+
"context": "ion-citation",
|
|
6420
|
+
"state": "focus",
|
|
6421
|
+
"fg": "--text-link",
|
|
6422
|
+
"bg": "--surface-primary-subtle",
|
|
6423
|
+
"backdrop": "--surface-primary-subtle",
|
|
6424
|
+
"kind": "text",
|
|
6425
|
+
"mode": "Light",
|
|
6426
|
+
"fgHex": "#1541b2",
|
|
6427
|
+
"bgHex": "#ebf7ff",
|
|
6428
|
+
"ratio": 7.93,
|
|
6429
|
+
"min": 4.5
|
|
6430
|
+
},
|
|
6431
|
+
{
|
|
6432
|
+
"component": "citation",
|
|
6433
|
+
"context": "ion-citation-list ion-citation-list__source",
|
|
6434
|
+
"state": "default",
|
|
6435
|
+
"fg": "--text-link",
|
|
6436
|
+
"bg": "--surface-page",
|
|
6437
|
+
"backdrop": null,
|
|
6438
|
+
"kind": "text",
|
|
6439
|
+
"ground": "assumed",
|
|
6440
|
+
"mode": "Light",
|
|
6441
|
+
"fgHex": "#1541b2",
|
|
6442
|
+
"bgHex": "#f6f8f9",
|
|
6443
|
+
"ratio": 8.11,
|
|
6444
|
+
"min": 4.5
|
|
6445
|
+
},
|
|
6446
|
+
{
|
|
6447
|
+
"component": "avatar-gradient",
|
|
6448
|
+
"context": "ion-avatar-gradient",
|
|
6449
|
+
"state": "default",
|
|
6450
|
+
"fg": "--text-palette-1",
|
|
6451
|
+
"bg": "--surface-palette-1",
|
|
6452
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
6453
|
+
"kind": "text",
|
|
6454
|
+
"mode": "Dark",
|
|
6455
|
+
"fgHex": "#e5e7eb",
|
|
6456
|
+
"bgHex": "#384252",
|
|
6457
|
+
"ratio": 8.2,
|
|
6458
|
+
"min": 4.5
|
|
6459
|
+
},
|
|
6460
|
+
{
|
|
6461
|
+
"component": "avatar-gradient",
|
|
6462
|
+
"context": "ion-avatar-gradient",
|
|
6463
|
+
"state": "default",
|
|
6464
|
+
"fg": "--text-palette-1",
|
|
6465
|
+
"bg": "--surface-sheen",
|
|
6466
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
6467
|
+
"kind": "text",
|
|
6468
|
+
"flat": "--surface-palette-1-subtle",
|
|
6469
|
+
"mode": "Dark",
|
|
6470
|
+
"fgHex": "#e5e7eb",
|
|
6471
|
+
"bgHex": "#384252",
|
|
6472
|
+
"compositedOver": "gradient at 50%,0%",
|
|
6473
|
+
"ratio": 8.2,
|
|
6474
|
+
"min": 4.5
|
|
6475
|
+
},
|
|
6476
|
+
{
|
|
6477
|
+
"component": "avatar-gradient",
|
|
6478
|
+
"context": "ion-avatar-gradient--mini",
|
|
6479
|
+
"state": "default",
|
|
6480
|
+
"fg": "--text-palette-1",
|
|
6481
|
+
"bg": "--surface-palette-1",
|
|
6482
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
6483
|
+
"kind": "text",
|
|
6484
|
+
"mode": "Dark",
|
|
6485
|
+
"fgHex": "#e5e7eb",
|
|
6486
|
+
"bgHex": "#384252",
|
|
6487
|
+
"ratio": 8.2,
|
|
6488
|
+
"min": 4.5
|
|
6489
|
+
},
|
|
6490
|
+
{
|
|
6491
|
+
"component": "avatar-gradient",
|
|
6492
|
+
"context": "ion-avatar-gradient--mini",
|
|
6493
|
+
"state": "default",
|
|
6494
|
+
"fg": "--text-palette-1",
|
|
6495
|
+
"bg": "--surface-sheen",
|
|
6496
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
6497
|
+
"kind": "text",
|
|
6498
|
+
"flat": "--surface-palette-1-subtle",
|
|
6499
|
+
"mode": "Dark",
|
|
6500
|
+
"fgHex": "#e5e7eb",
|
|
6501
|
+
"bgHex": "#384252",
|
|
6502
|
+
"compositedOver": "gradient at 50%,0%",
|
|
6503
|
+
"ratio": 8.2,
|
|
6504
|
+
"min": 4.5
|
|
6505
|
+
},
|
|
6506
|
+
{
|
|
6507
|
+
"component": "avatar-gradient",
|
|
6508
|
+
"context": "ion-avatar-gradient--sm",
|
|
6509
|
+
"state": "default",
|
|
6510
|
+
"fg": "--text-palette-1",
|
|
6511
|
+
"bg": "--surface-palette-1",
|
|
6512
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
6513
|
+
"kind": "text",
|
|
6420
6514
|
"mode": "Dark",
|
|
6421
|
-
"fgHex": "#
|
|
6422
|
-
"bgHex": "#
|
|
6423
|
-
"ratio":
|
|
6424
|
-
"min":
|
|
6515
|
+
"fgHex": "#e5e7eb",
|
|
6516
|
+
"bgHex": "#384252",
|
|
6517
|
+
"ratio": 8.2,
|
|
6518
|
+
"min": 4.5
|
|
6425
6519
|
},
|
|
6426
6520
|
{
|
|
6427
|
-
"component": "
|
|
6428
|
-
"context": "ion-
|
|
6429
|
-
"state": "
|
|
6430
|
-
"fg": "--text-
|
|
6431
|
-
"bg": "--surface-
|
|
6432
|
-
"backdrop":
|
|
6521
|
+
"component": "avatar-gradient",
|
|
6522
|
+
"context": "ion-avatar-gradient--sm",
|
|
6523
|
+
"state": "default",
|
|
6524
|
+
"fg": "--text-palette-1",
|
|
6525
|
+
"bg": "--surface-sheen",
|
|
6526
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
6433
6527
|
"kind": "text",
|
|
6528
|
+
"flat": "--surface-palette-1-subtle",
|
|
6434
6529
|
"mode": "Dark",
|
|
6435
|
-
"fgHex": "#
|
|
6436
|
-
"bgHex": "#
|
|
6437
|
-
"
|
|
6530
|
+
"fgHex": "#e5e7eb",
|
|
6531
|
+
"bgHex": "#384252",
|
|
6532
|
+
"compositedOver": "gradient at 50%,0%",
|
|
6533
|
+
"ratio": 8.2,
|
|
6438
6534
|
"min": 4.5
|
|
6439
6535
|
},
|
|
6440
6536
|
{
|
|
6441
|
-
"component": "
|
|
6442
|
-
"context": "ion-
|
|
6537
|
+
"component": "avatar-gradient",
|
|
6538
|
+
"context": "ion-avatar-gradient--lg",
|
|
6443
6539
|
"state": "default",
|
|
6444
|
-
"fg": "--text-
|
|
6445
|
-
"bg": "--surface-
|
|
6446
|
-
"backdrop": "--surface-
|
|
6540
|
+
"fg": "--text-palette-1",
|
|
6541
|
+
"bg": "--surface-palette-1",
|
|
6542
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
6447
6543
|
"kind": "text",
|
|
6448
|
-
"mode": "
|
|
6449
|
-
"fgHex": "#
|
|
6450
|
-
"bgHex": "#
|
|
6451
|
-
"ratio":
|
|
6544
|
+
"mode": "Dark",
|
|
6545
|
+
"fgHex": "#e5e7eb",
|
|
6546
|
+
"bgHex": "#384252",
|
|
6547
|
+
"ratio": 8.2,
|
|
6452
6548
|
"min": 4.5
|
|
6453
6549
|
},
|
|
6454
6550
|
{
|
|
6455
|
-
"component": "
|
|
6456
|
-
"context": "ion-
|
|
6551
|
+
"component": "avatar-gradient",
|
|
6552
|
+
"context": "ion-avatar-gradient--lg",
|
|
6457
6553
|
"state": "default",
|
|
6458
|
-
"fg": "--text-
|
|
6459
|
-
"bg": "--surface-
|
|
6460
|
-
"backdrop": "--surface-
|
|
6554
|
+
"fg": "--text-palette-1",
|
|
6555
|
+
"bg": "--surface-sheen",
|
|
6556
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
6461
6557
|
"kind": "text",
|
|
6462
|
-
"
|
|
6463
|
-
"
|
|
6464
|
-
"
|
|
6465
|
-
"
|
|
6558
|
+
"flat": "--surface-palette-1-subtle",
|
|
6559
|
+
"mode": "Dark",
|
|
6560
|
+
"fgHex": "#e5e7eb",
|
|
6561
|
+
"bgHex": "#384252",
|
|
6562
|
+
"compositedOver": "gradient at 50%,0%",
|
|
6563
|
+
"ratio": 8.2,
|
|
6466
6564
|
"min": 4.5
|
|
6467
6565
|
},
|
|
6468
6566
|
{
|
|
6469
|
-
"component": "
|
|
6470
|
-
"context": "ion-
|
|
6471
|
-
"state": "
|
|
6472
|
-
"fg": "--text-
|
|
6473
|
-
"bg": "--surface-
|
|
6474
|
-
"backdrop": "--surface-
|
|
6567
|
+
"component": "avatar-gradient",
|
|
6568
|
+
"context": "ion-avatar-gradient--slate",
|
|
6569
|
+
"state": "default",
|
|
6570
|
+
"fg": "--text-palette-1",
|
|
6571
|
+
"bg": "--surface-palette-1",
|
|
6572
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
6475
6573
|
"kind": "text",
|
|
6476
|
-
"mode": "
|
|
6477
|
-
"fgHex": "#
|
|
6478
|
-
"bgHex": "#
|
|
6479
|
-
"ratio":
|
|
6574
|
+
"mode": "Dark",
|
|
6575
|
+
"fgHex": "#e5e7eb",
|
|
6576
|
+
"bgHex": "#384252",
|
|
6577
|
+
"ratio": 8.2,
|
|
6480
6578
|
"min": 4.5
|
|
6481
6579
|
},
|
|
6482
6580
|
{
|
|
6483
|
-
"component": "
|
|
6484
|
-
"context": "ion-
|
|
6581
|
+
"component": "avatar-gradient",
|
|
6582
|
+
"context": "ion-avatar-gradient--slate",
|
|
6485
6583
|
"state": "default",
|
|
6486
|
-
"fg": "--text-
|
|
6487
|
-
"bg": "--surface-
|
|
6488
|
-
"backdrop":
|
|
6584
|
+
"fg": "--text-palette-1",
|
|
6585
|
+
"bg": "--surface-sheen",
|
|
6586
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
6489
6587
|
"kind": "text",
|
|
6490
|
-
"
|
|
6491
|
-
"mode": "
|
|
6492
|
-
"fgHex": "#
|
|
6493
|
-
"bgHex": "#
|
|
6494
|
-
"
|
|
6588
|
+
"flat": "--surface-palette-1-subtle",
|
|
6589
|
+
"mode": "Dark",
|
|
6590
|
+
"fgHex": "#e5e7eb",
|
|
6591
|
+
"bgHex": "#384252",
|
|
6592
|
+
"compositedOver": "gradient at 50%,0%",
|
|
6593
|
+
"ratio": 8.2,
|
|
6495
6594
|
"min": 4.5
|
|
6496
6595
|
},
|
|
6497
6596
|
{
|
|
@@ -7031,6 +7130,20 @@
|
|
|
7031
7130
|
"ratio": 8.64,
|
|
7032
7131
|
"min": 4.5
|
|
7033
7132
|
},
|
|
7133
|
+
{
|
|
7134
|
+
"component": "approval-gate",
|
|
7135
|
+
"context": "ion-approval-gate__action--approve ion-approval-gate__action--approve",
|
|
7136
|
+
"state": "hover",
|
|
7137
|
+
"fg": "--text-on-color",
|
|
7138
|
+
"bg": "--surface-primary-hover",
|
|
7139
|
+
"backdrop": "--surface-information-subtle",
|
|
7140
|
+
"kind": "text",
|
|
7141
|
+
"mode": "Dark",
|
|
7142
|
+
"fgHex": "#ffffff",
|
|
7143
|
+
"bgHex": "#1541b2",
|
|
7144
|
+
"ratio": 8.64,
|
|
7145
|
+
"min": 4.5
|
|
7146
|
+
},
|
|
7034
7147
|
{
|
|
7035
7148
|
"component": "button",
|
|
7036
7149
|
"context": "ion-button--primary-brand",
|
|
@@ -7045,6 +7158,20 @@
|
|
|
7045
7158
|
"ratio": 8.64,
|
|
7046
7159
|
"min": 4.5
|
|
7047
7160
|
},
|
|
7161
|
+
{
|
|
7162
|
+
"component": "button",
|
|
7163
|
+
"context": "ion-button--primary-brand",
|
|
7164
|
+
"state": "hover",
|
|
7165
|
+
"fg": "--text-on-color",
|
|
7166
|
+
"bg": "--surface-primary-hover",
|
|
7167
|
+
"backdrop": null,
|
|
7168
|
+
"kind": "text",
|
|
7169
|
+
"mode": "Dark",
|
|
7170
|
+
"fgHex": "#ffffff",
|
|
7171
|
+
"bgHex": "#1541b2",
|
|
7172
|
+
"ratio": 8.64,
|
|
7173
|
+
"min": 4.5
|
|
7174
|
+
},
|
|
7048
7175
|
{
|
|
7049
7176
|
"component": "citation",
|
|
7050
7177
|
"context": "ion-citation-list ion-citation-list__source",
|
|
@@ -7102,6 +7229,76 @@
|
|
|
7102
7229
|
"ratio": 8.64,
|
|
7103
7230
|
"min": 4.5
|
|
7104
7231
|
},
|
|
7232
|
+
{
|
|
7233
|
+
"component": "avatar-gradient",
|
|
7234
|
+
"context": "ion-avatar-gradient--pink",
|
|
7235
|
+
"state": "default",
|
|
7236
|
+
"fg": "--text-palette-4",
|
|
7237
|
+
"bg": "--surface-palette-4-subtle",
|
|
7238
|
+
"backdrop": "--surface-palette-4-subtle",
|
|
7239
|
+
"kind": "text",
|
|
7240
|
+
"mode": "Light",
|
|
7241
|
+
"fgHex": "#881141",
|
|
7242
|
+
"bgHex": "#fdf2f8",
|
|
7243
|
+
"ratio": 8.73,
|
|
7244
|
+
"min": 4.5
|
|
7245
|
+
},
|
|
7246
|
+
{
|
|
7247
|
+
"component": "avatar-gradient",
|
|
7248
|
+
"context": "ion-avatar-gradient--blue",
|
|
7249
|
+
"state": "default",
|
|
7250
|
+
"fg": "--text-palette-2",
|
|
7251
|
+
"bg": "--surface-palette-2-tint",
|
|
7252
|
+
"backdrop": "--surface-palette-2-subtle",
|
|
7253
|
+
"kind": "text",
|
|
7254
|
+
"mode": "Light",
|
|
7255
|
+
"fgHex": "#0e2d8b",
|
|
7256
|
+
"bgHex": "#c7e4fa",
|
|
7257
|
+
"ratio": 9,
|
|
7258
|
+
"min": 4.5
|
|
7259
|
+
},
|
|
7260
|
+
{
|
|
7261
|
+
"component": "avatar-gradient",
|
|
7262
|
+
"context": "ion-avatar-gradient--blue",
|
|
7263
|
+
"state": "default",
|
|
7264
|
+
"fg": "--text-palette-2",
|
|
7265
|
+
"bg": "--surface-palette-2-tint",
|
|
7266
|
+
"backdrop": "--surface-palette-2-subtle",
|
|
7267
|
+
"kind": "text",
|
|
7268
|
+
"mode": "Dark",
|
|
7269
|
+
"fgHex": "#c7e4fa",
|
|
7270
|
+
"bgHex": "#0e2d8b",
|
|
7271
|
+
"ratio": 9,
|
|
7272
|
+
"min": 4.5
|
|
7273
|
+
},
|
|
7274
|
+
{
|
|
7275
|
+
"component": "avatar-gradient",
|
|
7276
|
+
"context": "ion-avatar-gradient--orange",
|
|
7277
|
+
"state": "default",
|
|
7278
|
+
"fg": "--text-palette-5",
|
|
7279
|
+
"bg": "--surface-palette-5-tint",
|
|
7280
|
+
"backdrop": "--surface-palette-5-subtle",
|
|
7281
|
+
"kind": "text",
|
|
7282
|
+
"mode": "Light",
|
|
7283
|
+
"fgHex": "#671f07",
|
|
7284
|
+
"bgHex": "#fedbb4",
|
|
7285
|
+
"ratio": 9.01,
|
|
7286
|
+
"min": 4.5
|
|
7287
|
+
},
|
|
7288
|
+
{
|
|
7289
|
+
"component": "avatar-gradient",
|
|
7290
|
+
"context": "ion-avatar-gradient--orange",
|
|
7291
|
+
"state": "default",
|
|
7292
|
+
"fg": "--text-palette-5",
|
|
7293
|
+
"bg": "--surface-palette-5-tint",
|
|
7294
|
+
"backdrop": "--surface-palette-5-subtle",
|
|
7295
|
+
"kind": "text",
|
|
7296
|
+
"mode": "Dark",
|
|
7297
|
+
"fgHex": "#fedbb4",
|
|
7298
|
+
"bgHex": "#671f07",
|
|
7299
|
+
"ratio": 9.01,
|
|
7300
|
+
"min": 4.5
|
|
7301
|
+
},
|
|
7105
7302
|
{
|
|
7106
7303
|
"component": "agent-activity",
|
|
7107
7304
|
"context": "ion-agent-activity ion-agent-activity__step",
|
|
@@ -7590,6 +7787,20 @@
|
|
|
7590
7787
|
"ratio": 9.11,
|
|
7591
7788
|
"min": 4.5
|
|
7592
7789
|
},
|
|
7790
|
+
{
|
|
7791
|
+
"component": "avatar-gradient",
|
|
7792
|
+
"context": "ion-avatar-gradient--red",
|
|
7793
|
+
"state": "default",
|
|
7794
|
+
"fg": "--text-palette-7",
|
|
7795
|
+
"bg": "--surface-palette-7-subtle",
|
|
7796
|
+
"backdrop": "--surface-palette-7-subtle",
|
|
7797
|
+
"kind": "text",
|
|
7798
|
+
"mode": "Light",
|
|
7799
|
+
"fgHex": "#850e0e",
|
|
7800
|
+
"bgHex": "#fef1f1",
|
|
7801
|
+
"ratio": 9.23,
|
|
7802
|
+
"min": 4.5
|
|
7803
|
+
},
|
|
7593
7804
|
{
|
|
7594
7805
|
"component": "link",
|
|
7595
7806
|
"context": "ion-link",
|
|
@@ -7806,6 +8017,34 @@
|
|
|
7806
8017
|
"ratio": 9.34,
|
|
7807
8018
|
"min": 4.5
|
|
7808
8019
|
},
|
|
8020
|
+
{
|
|
8021
|
+
"component": "avatar-gradient",
|
|
8022
|
+
"context": "ion-avatar-gradient--violet",
|
|
8023
|
+
"state": "default",
|
|
8024
|
+
"fg": "--text-palette-3",
|
|
8025
|
+
"bg": "--surface-palette-3-tint",
|
|
8026
|
+
"backdrop": "--surface-palette-3-subtle",
|
|
8027
|
+
"kind": "text",
|
|
8028
|
+
"mode": "Light",
|
|
8029
|
+
"fgHex": "#350e8b",
|
|
8030
|
+
"bgHex": "#dfd4fc",
|
|
8031
|
+
"ratio": 9.43,
|
|
8032
|
+
"min": 4.5
|
|
8033
|
+
},
|
|
8034
|
+
{
|
|
8035
|
+
"component": "avatar-gradient",
|
|
8036
|
+
"context": "ion-avatar-gradient--violet",
|
|
8037
|
+
"state": "default",
|
|
8038
|
+
"fg": "--text-palette-3",
|
|
8039
|
+
"bg": "--surface-palette-3-tint",
|
|
8040
|
+
"backdrop": "--surface-palette-3-subtle",
|
|
8041
|
+
"kind": "text",
|
|
8042
|
+
"mode": "Dark",
|
|
8043
|
+
"fgHex": "#dfd4fc",
|
|
8044
|
+
"bgHex": "#350e8b",
|
|
8045
|
+
"ratio": 9.43,
|
|
8046
|
+
"min": 4.5
|
|
8047
|
+
},
|
|
7809
8048
|
{
|
|
7810
8049
|
"component": "agent-activity",
|
|
7811
8050
|
"context": "ion-agent-activity ion-agent-activity__step",
|
|
@@ -7835,6 +8074,20 @@
|
|
|
7835
8074
|
"ratio": 9.53,
|
|
7836
8075
|
"min": 3
|
|
7837
8076
|
},
|
|
8077
|
+
{
|
|
8078
|
+
"component": "button",
|
|
8079
|
+
"context": "ion-button--primary-neutral",
|
|
8080
|
+
"state": "hover",
|
|
8081
|
+
"fg": "--text-inverse",
|
|
8082
|
+
"bg": "--surface-inverse-subtle",
|
|
8083
|
+
"backdrop": null,
|
|
8084
|
+
"kind": "text",
|
|
8085
|
+
"mode": "Light",
|
|
8086
|
+
"fgHex": "#f6f8f9",
|
|
8087
|
+
"bgHex": "#384252",
|
|
8088
|
+
"ratio": 9.53,
|
|
8089
|
+
"min": 4.5
|
|
8090
|
+
},
|
|
7838
8091
|
{
|
|
7839
8092
|
"component": "button",
|
|
7840
8093
|
"context": "ion-button--secondary",
|
|
@@ -8248,29 +8501,84 @@
|
|
|
8248
8501
|
"min": 4.5
|
|
8249
8502
|
},
|
|
8250
8503
|
{
|
|
8251
|
-
"component": "
|
|
8252
|
-
"context": "ion-
|
|
8253
|
-
"state": "
|
|
8254
|
-
"fg": "--text-link
|
|
8255
|
-
"bg": "--surface-
|
|
8504
|
+
"component": "alert",
|
|
8505
|
+
"context": "ion-alert--primary",
|
|
8506
|
+
"state": "default",
|
|
8507
|
+
"fg": "--text-link",
|
|
8508
|
+
"bg": "--surface-primary-subtle",
|
|
8509
|
+
"backdrop": "--surface-primary-subtle",
|
|
8510
|
+
"kind": "text",
|
|
8511
|
+
"mode": "Dark",
|
|
8512
|
+
"fgHex": "#9fd5f9",
|
|
8513
|
+
"bgHex": "#071e69",
|
|
8514
|
+
"ratio": 9.55,
|
|
8515
|
+
"min": 4.5
|
|
8516
|
+
},
|
|
8517
|
+
{
|
|
8518
|
+
"component": "button",
|
|
8519
|
+
"context": "ion-button--primary-soft",
|
|
8520
|
+
"state": "default",
|
|
8521
|
+
"fg": "--text-primary",
|
|
8522
|
+
"bg": "--surface-primary-subtle",
|
|
8256
8523
|
"backdrop": null,
|
|
8257
8524
|
"kind": "text",
|
|
8258
|
-
"ground": "assumed",
|
|
8259
8525
|
"mode": "Dark",
|
|
8260
8526
|
"fgHex": "#9fd5f9",
|
|
8261
|
-
"bgHex": "#
|
|
8262
|
-
"ratio": 9.
|
|
8527
|
+
"bgHex": "#071e69",
|
|
8528
|
+
"ratio": 9.55,
|
|
8263
8529
|
"min": 4.5
|
|
8264
8530
|
},
|
|
8265
8531
|
{
|
|
8266
|
-
"component": "
|
|
8267
|
-
"context": "ion-
|
|
8268
|
-
"state": "
|
|
8269
|
-
"fg": "--text-link
|
|
8532
|
+
"component": "citation",
|
|
8533
|
+
"context": "ion-citation",
|
|
8534
|
+
"state": "default",
|
|
8535
|
+
"fg": "--text-link",
|
|
8536
|
+
"bg": "--surface-primary-subtle",
|
|
8537
|
+
"backdrop": "--surface-primary-subtle",
|
|
8538
|
+
"kind": "text",
|
|
8539
|
+
"mode": "Dark",
|
|
8540
|
+
"fgHex": "#9fd5f9",
|
|
8541
|
+
"bgHex": "#071e69",
|
|
8542
|
+
"ratio": 9.55,
|
|
8543
|
+
"min": 4.5
|
|
8544
|
+
},
|
|
8545
|
+
{
|
|
8546
|
+
"component": "citation",
|
|
8547
|
+
"context": "ion-citation",
|
|
8548
|
+
"state": "focus",
|
|
8549
|
+
"fg": "--text-link",
|
|
8550
|
+
"bg": "--surface-primary-subtle",
|
|
8551
|
+
"backdrop": "--surface-primary-subtle",
|
|
8552
|
+
"kind": "text",
|
|
8553
|
+
"mode": "Dark",
|
|
8554
|
+
"fgHex": "#9fd5f9",
|
|
8555
|
+
"bgHex": "#071e69",
|
|
8556
|
+
"ratio": 9.55,
|
|
8557
|
+
"min": 4.5
|
|
8558
|
+
},
|
|
8559
|
+
{
|
|
8560
|
+
"component": "citation",
|
|
8561
|
+
"context": "ion-citation-list ion-citation-list__source",
|
|
8562
|
+
"state": "default",
|
|
8563
|
+
"fg": "--text-link",
|
|
8270
8564
|
"bg": "--surface-muted",
|
|
8271
8565
|
"backdrop": null,
|
|
8272
8566
|
"kind": "text",
|
|
8273
|
-
"ground": "assumed",
|
|
8567
|
+
"ground": "assumed",
|
|
8568
|
+
"mode": "Dark",
|
|
8569
|
+
"fgHex": "#9fd5f9",
|
|
8570
|
+
"bgHex": "#1d2735",
|
|
8571
|
+
"ratio": 9.58,
|
|
8572
|
+
"min": 4.5
|
|
8573
|
+
},
|
|
8574
|
+
{
|
|
8575
|
+
"component": "toast",
|
|
8576
|
+
"context": "ion-toast ion-toast__action",
|
|
8577
|
+
"state": "default",
|
|
8578
|
+
"fg": "--text-link",
|
|
8579
|
+
"bg": "--surface-raised",
|
|
8580
|
+
"backdrop": "--surface-raised",
|
|
8581
|
+
"kind": "text",
|
|
8274
8582
|
"mode": "Dark",
|
|
8275
8583
|
"fgHex": "#9fd5f9",
|
|
8276
8584
|
"bgHex": "#1d2735",
|
|
@@ -8280,8 +8588,8 @@
|
|
|
8280
8588
|
{
|
|
8281
8589
|
"component": "toast",
|
|
8282
8590
|
"context": "ion-toast ion-toast__action",
|
|
8283
|
-
"state": "
|
|
8284
|
-
"fg": "--text-link
|
|
8591
|
+
"state": "focus",
|
|
8592
|
+
"fg": "--text-link",
|
|
8285
8593
|
"bg": "--surface-raised",
|
|
8286
8594
|
"backdrop": "--surface-raised",
|
|
8287
8595
|
"kind": "text",
|
|
@@ -8291,6 +8599,20 @@
|
|
|
8291
8599
|
"ratio": 9.58,
|
|
8292
8600
|
"min": 4.5
|
|
8293
8601
|
},
|
|
8602
|
+
{
|
|
8603
|
+
"component": "avatar-gradient",
|
|
8604
|
+
"context": "ion-avatar-gradient--red",
|
|
8605
|
+
"state": "default",
|
|
8606
|
+
"fg": "--text-palette-7",
|
|
8607
|
+
"bg": "--surface-palette-7-subtle",
|
|
8608
|
+
"backdrop": "--surface-palette-7-subtle",
|
|
8609
|
+
"kind": "text",
|
|
8610
|
+
"mode": "Dark",
|
|
8611
|
+
"fgHex": "#fed2d2",
|
|
8612
|
+
"bgHex": "#650a0a",
|
|
8613
|
+
"ratio": 9.6,
|
|
8614
|
+
"min": 4.5
|
|
8615
|
+
},
|
|
8294
8616
|
{
|
|
8295
8617
|
"component": "link",
|
|
8296
8618
|
"context": "ion-link",
|
|
@@ -8381,6 +8703,20 @@
|
|
|
8381
8703
|
"ratio": 9.77,
|
|
8382
8704
|
"min": 3
|
|
8383
8705
|
},
|
|
8706
|
+
{
|
|
8707
|
+
"component": "alert",
|
|
8708
|
+
"context": "ion-alert--warning",
|
|
8709
|
+
"state": "default",
|
|
8710
|
+
"fg": "--text-warning",
|
|
8711
|
+
"bg": "--surface-warning-subtle",
|
|
8712
|
+
"backdrop": "--surface-warning-subtle",
|
|
8713
|
+
"kind": "text",
|
|
8714
|
+
"mode": "Dark",
|
|
8715
|
+
"fgHex": "#fdc17c",
|
|
8716
|
+
"bgHex": "#401604",
|
|
8717
|
+
"ratio": 9.81,
|
|
8718
|
+
"min": 4.5
|
|
8719
|
+
},
|
|
8384
8720
|
{
|
|
8385
8721
|
"component": "popover",
|
|
8386
8722
|
"context": "ion-popover ion-popover__close",
|
|
@@ -8411,6 +8747,34 @@
|
|
|
8411
8747
|
"ratio": 9.81,
|
|
8412
8748
|
"min": 3
|
|
8413
8749
|
},
|
|
8750
|
+
{
|
|
8751
|
+
"component": "avatar-gradient",
|
|
8752
|
+
"context": "ion-avatar-gradient--green",
|
|
8753
|
+
"state": "default",
|
|
8754
|
+
"fg": "--text-palette-6",
|
|
8755
|
+
"bg": "--surface-palette-6-subtle",
|
|
8756
|
+
"backdrop": "--surface-palette-6-subtle",
|
|
8757
|
+
"kind": "text",
|
|
8758
|
+
"mode": "Dark",
|
|
8759
|
+
"fgHex": "#c6ebdc",
|
|
8760
|
+
"bgHex": "#023c13",
|
|
8761
|
+
"ratio": 9.84,
|
|
8762
|
+
"min": 4.5
|
|
8763
|
+
},
|
|
8764
|
+
{
|
|
8765
|
+
"component": "avatar-gradient",
|
|
8766
|
+
"context": "ion-avatar-gradient--green",
|
|
8767
|
+
"state": "default",
|
|
8768
|
+
"fg": "--text-palette-6",
|
|
8769
|
+
"bg": "--surface-palette-6-subtle",
|
|
8770
|
+
"backdrop": "--surface-palette-6-subtle",
|
|
8771
|
+
"kind": "text",
|
|
8772
|
+
"mode": "Light",
|
|
8773
|
+
"fgHex": "#054d1a",
|
|
8774
|
+
"bgHex": "#f8fefc",
|
|
8775
|
+
"ratio": 9.88,
|
|
8776
|
+
"min": 4.5
|
|
8777
|
+
},
|
|
8414
8778
|
{
|
|
8415
8779
|
"component": "input",
|
|
8416
8780
|
"context": "ion-field--error ion-field__helper",
|
|
@@ -8440,6 +8804,20 @@
|
|
|
8440
8804
|
"ratio": 10.08,
|
|
8441
8805
|
"min": 4.5
|
|
8442
8806
|
},
|
|
8807
|
+
{
|
|
8808
|
+
"component": "button",
|
|
8809
|
+
"context": "ion-button--success",
|
|
8810
|
+
"state": "pressed",
|
|
8811
|
+
"fg": "--text-on-color",
|
|
8812
|
+
"bg": "--surface-success-pressed",
|
|
8813
|
+
"backdrop": null,
|
|
8814
|
+
"kind": "text",
|
|
8815
|
+
"mode": "Dark",
|
|
8816
|
+
"fgHex": "#ffffff",
|
|
8817
|
+
"bgHex": "#054d1a",
|
|
8818
|
+
"ratio": 10.08,
|
|
8819
|
+
"min": 4.5
|
|
8820
|
+
},
|
|
8443
8821
|
{
|
|
8444
8822
|
"component": "agent-activity",
|
|
8445
8823
|
"context": "ion-agent-activity ion-agent-activity__step",
|
|
@@ -8455,20 +8833,6 @@
|
|
|
8455
8833
|
"ratio": 10.15,
|
|
8456
8834
|
"min": 4.5
|
|
8457
8835
|
},
|
|
8458
|
-
{
|
|
8459
|
-
"component": "button",
|
|
8460
|
-
"context": "ion-button--primary-neutral",
|
|
8461
|
-
"state": "hover",
|
|
8462
|
-
"fg": "--text-on-color",
|
|
8463
|
-
"bg": "--surface-inverse-subtle",
|
|
8464
|
-
"backdrop": null,
|
|
8465
|
-
"kind": "text",
|
|
8466
|
-
"mode": "Light",
|
|
8467
|
-
"fgHex": "#ffffff",
|
|
8468
|
-
"bgHex": "#384252",
|
|
8469
|
-
"ratio": 10.15,
|
|
8470
|
-
"min": 4.5
|
|
8471
|
-
},
|
|
8472
8836
|
{
|
|
8473
8837
|
"component": "button",
|
|
8474
8838
|
"context": "ion-button--secondary",
|
|
@@ -9077,6 +9441,34 @@
|
|
|
9077
9441
|
"ratio": 10.16,
|
|
9078
9442
|
"min": 4.5
|
|
9079
9443
|
},
|
|
9444
|
+
{
|
|
9445
|
+
"component": "button",
|
|
9446
|
+
"context": "ion-button--destructive",
|
|
9447
|
+
"state": "pressed",
|
|
9448
|
+
"fg": "--text-on-color",
|
|
9449
|
+
"bg": "--surface-error-pressed",
|
|
9450
|
+
"backdrop": null,
|
|
9451
|
+
"kind": "text",
|
|
9452
|
+
"mode": "Dark",
|
|
9453
|
+
"fgHex": "#ffffff",
|
|
9454
|
+
"bgHex": "#850e0e",
|
|
9455
|
+
"ratio": 10.16,
|
|
9456
|
+
"min": 4.5
|
|
9457
|
+
},
|
|
9458
|
+
{
|
|
9459
|
+
"component": "avatar-gradient",
|
|
9460
|
+
"context": "ion-avatar-gradient--pink",
|
|
9461
|
+
"state": "default",
|
|
9462
|
+
"fg": "--text-palette-4",
|
|
9463
|
+
"bg": "--surface-palette-4-subtle",
|
|
9464
|
+
"backdrop": "--surface-palette-4-subtle",
|
|
9465
|
+
"kind": "text",
|
|
9466
|
+
"mode": "Dark",
|
|
9467
|
+
"fgHex": "#fbd0e8",
|
|
9468
|
+
"bgHex": "#5a0427",
|
|
9469
|
+
"ratio": 10.32,
|
|
9470
|
+
"min": 4.5
|
|
9471
|
+
},
|
|
9080
9472
|
{
|
|
9081
9473
|
"component": "link",
|
|
9082
9474
|
"context": "ion-link",
|
|
@@ -9197,6 +9589,34 @@
|
|
|
9197
9589
|
"ratio": 10.59,
|
|
9198
9590
|
"min": 4.5
|
|
9199
9591
|
},
|
|
9592
|
+
{
|
|
9593
|
+
"component": "avatar-gradient",
|
|
9594
|
+
"context": "ion-avatar-gradient--blue",
|
|
9595
|
+
"state": "default",
|
|
9596
|
+
"fg": "--text-palette-2",
|
|
9597
|
+
"bg": "--surface-palette-2-subtle",
|
|
9598
|
+
"backdrop": "--surface-palette-2-subtle",
|
|
9599
|
+
"kind": "text",
|
|
9600
|
+
"mode": "Light",
|
|
9601
|
+
"fgHex": "#0e2d8b",
|
|
9602
|
+
"bgHex": "#ebf7ff",
|
|
9603
|
+
"ratio": 10.91,
|
|
9604
|
+
"min": 4.5
|
|
9605
|
+
},
|
|
9606
|
+
{
|
|
9607
|
+
"component": "avatar-gradient",
|
|
9608
|
+
"context": "ion-avatar-gradient--orange",
|
|
9609
|
+
"state": "default",
|
|
9610
|
+
"fg": "--text-palette-5",
|
|
9611
|
+
"bg": "--surface-palette-5-subtle",
|
|
9612
|
+
"backdrop": "--surface-palette-5-subtle",
|
|
9613
|
+
"kind": "text",
|
|
9614
|
+
"mode": "Light",
|
|
9615
|
+
"fgHex": "#671f07",
|
|
9616
|
+
"bgHex": "#fff6ea",
|
|
9617
|
+
"ratio": 11.05,
|
|
9618
|
+
"min": 4.5
|
|
9619
|
+
},
|
|
9200
9620
|
{
|
|
9201
9621
|
"component": "link",
|
|
9202
9622
|
"context": "ion-link",
|
|
@@ -9228,89 +9648,252 @@
|
|
|
9228
9648
|
"min": 4.5
|
|
9229
9649
|
},
|
|
9230
9650
|
{
|
|
9231
|
-
"component": "
|
|
9232
|
-
"context": "ion-
|
|
9233
|
-
"state": "
|
|
9234
|
-
"fg": "--text-link
|
|
9651
|
+
"component": "citation",
|
|
9652
|
+
"context": "ion-citation-list ion-citation-list__source",
|
|
9653
|
+
"state": "default",
|
|
9654
|
+
"fg": "--text-link",
|
|
9235
9655
|
"bg": "--surface-page",
|
|
9236
9656
|
"backdrop": null,
|
|
9237
9657
|
"kind": "text",
|
|
9238
|
-
"ground": "assumed",
|
|
9239
|
-
"mode": "Dark",
|
|
9240
|
-
"fgHex": "#9fd5f9",
|
|
9241
|
-
"bgHex": "#131923",
|
|
9242
|
-
"ratio": 11.22,
|
|
9658
|
+
"ground": "assumed",
|
|
9659
|
+
"mode": "Dark",
|
|
9660
|
+
"fgHex": "#9fd5f9",
|
|
9661
|
+
"bgHex": "#131923",
|
|
9662
|
+
"ratio": 11.22,
|
|
9663
|
+
"min": 4.5
|
|
9664
|
+
},
|
|
9665
|
+
{
|
|
9666
|
+
"component": "table",
|
|
9667
|
+
"context": "ion-table",
|
|
9668
|
+
"state": "selected",
|
|
9669
|
+
"fg": "--text-secondary",
|
|
9670
|
+
"bg": "--surface-primary-subtle",
|
|
9671
|
+
"backdrop": "--surface-default",
|
|
9672
|
+
"kind": "text",
|
|
9673
|
+
"mode": "Dark",
|
|
9674
|
+
"fgHex": "#dde0e4",
|
|
9675
|
+
"bgHex": "#071e69",
|
|
9676
|
+
"ratio": 11.34,
|
|
9677
|
+
"min": 4.5
|
|
9678
|
+
},
|
|
9679
|
+
{
|
|
9680
|
+
"component": "avatar-gradient",
|
|
9681
|
+
"context": "ion-avatar-gradient--violet",
|
|
9682
|
+
"state": "default",
|
|
9683
|
+
"fg": "--text-palette-3",
|
|
9684
|
+
"bg": "--surface-palette-3-subtle",
|
|
9685
|
+
"backdrop": "--surface-palette-3-subtle",
|
|
9686
|
+
"kind": "text",
|
|
9687
|
+
"mode": "Dark",
|
|
9688
|
+
"fgHex": "#dfd4fc",
|
|
9689
|
+
"bgHex": "#260769",
|
|
9690
|
+
"ratio": 11.36,
|
|
9691
|
+
"min": 4.5
|
|
9692
|
+
},
|
|
9693
|
+
{
|
|
9694
|
+
"component": "avatar-gradient",
|
|
9695
|
+
"context": "ion-avatar-gradient--blue",
|
|
9696
|
+
"state": "default",
|
|
9697
|
+
"fg": "--text-palette-2",
|
|
9698
|
+
"bg": "--surface-palette-2-subtle",
|
|
9699
|
+
"backdrop": "--surface-palette-2-subtle",
|
|
9700
|
+
"kind": "text",
|
|
9701
|
+
"mode": "Dark",
|
|
9702
|
+
"fgHex": "#c7e4fa",
|
|
9703
|
+
"bgHex": "#071e69",
|
|
9704
|
+
"ratio": 11.37,
|
|
9705
|
+
"min": 4.5
|
|
9706
|
+
},
|
|
9707
|
+
{
|
|
9708
|
+
"component": "agent-activity",
|
|
9709
|
+
"context": "ion-agent-activity ion-agent-activity__step",
|
|
9710
|
+
"state": "default",
|
|
9711
|
+
"fg": "--text-secondary",
|
|
9712
|
+
"bg": "--surface-muted",
|
|
9713
|
+
"backdrop": null,
|
|
9714
|
+
"kind": "text",
|
|
9715
|
+
"ground": "assumed",
|
|
9716
|
+
"mode": "Dark",
|
|
9717
|
+
"fgHex": "#dde0e4",
|
|
9718
|
+
"bgHex": "#1d2735",
|
|
9719
|
+
"ratio": 11.38,
|
|
9720
|
+
"min": 4.5
|
|
9721
|
+
},
|
|
9722
|
+
{
|
|
9723
|
+
"component": "agent-stop",
|
|
9724
|
+
"context": "ion-agent-stop",
|
|
9725
|
+
"state": "disabled",
|
|
9726
|
+
"fg": "--text-secondary",
|
|
9727
|
+
"bg": "--surface-muted",
|
|
9728
|
+
"backdrop": "--surface-default",
|
|
9729
|
+
"kind": "text",
|
|
9730
|
+
"mode": "Dark",
|
|
9731
|
+
"fgHex": "#dde0e4",
|
|
9732
|
+
"bgHex": "#1d2735",
|
|
9733
|
+
"ratio": 11.38,
|
|
9734
|
+
"min": 4.5
|
|
9735
|
+
},
|
|
9736
|
+
{
|
|
9737
|
+
"component": "alert",
|
|
9738
|
+
"context": "ion-alert--neutral",
|
|
9739
|
+
"state": "default",
|
|
9740
|
+
"fg": "--text-secondary",
|
|
9741
|
+
"bg": "--surface-muted",
|
|
9742
|
+
"backdrop": "--surface-muted",
|
|
9743
|
+
"kind": "text",
|
|
9744
|
+
"mode": "Dark",
|
|
9745
|
+
"fgHex": "#dde0e4",
|
|
9746
|
+
"bgHex": "#1d2735",
|
|
9747
|
+
"ratio": 11.38,
|
|
9748
|
+
"min": 4.5
|
|
9749
|
+
},
|
|
9750
|
+
{
|
|
9751
|
+
"component": "avatar-gradient",
|
|
9752
|
+
"context": "ion-avatar-gradient",
|
|
9753
|
+
"state": "default",
|
|
9754
|
+
"fg": "--text-palette-1",
|
|
9755
|
+
"bg": "--surface-palette-1",
|
|
9756
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
9757
|
+
"kind": "text",
|
|
9758
|
+
"mode": "Light",
|
|
9759
|
+
"fgHex": "#1d2735",
|
|
9760
|
+
"bgHex": "#dde0e4",
|
|
9761
|
+
"ratio": 11.38,
|
|
9762
|
+
"min": 4.5
|
|
9763
|
+
},
|
|
9764
|
+
{
|
|
9765
|
+
"component": "avatar-gradient",
|
|
9766
|
+
"context": "ion-avatar-gradient",
|
|
9767
|
+
"state": "default",
|
|
9768
|
+
"fg": "--text-palette-1",
|
|
9769
|
+
"bg": "--surface-sheen",
|
|
9770
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
9771
|
+
"kind": "text",
|
|
9772
|
+
"flat": "--surface-palette-1-subtle",
|
|
9773
|
+
"mode": "Light",
|
|
9774
|
+
"fgHex": "#1d2735",
|
|
9775
|
+
"bgHex": "#dde0e4",
|
|
9776
|
+
"compositedOver": "gradient at 50%,0%",
|
|
9777
|
+
"ratio": 11.38,
|
|
9778
|
+
"min": 4.5
|
|
9779
|
+
},
|
|
9780
|
+
{
|
|
9781
|
+
"component": "avatar-gradient",
|
|
9782
|
+
"context": "ion-avatar-gradient--mini",
|
|
9783
|
+
"state": "default",
|
|
9784
|
+
"fg": "--text-palette-1",
|
|
9785
|
+
"bg": "--surface-palette-1",
|
|
9786
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
9787
|
+
"kind": "text",
|
|
9788
|
+
"mode": "Light",
|
|
9789
|
+
"fgHex": "#1d2735",
|
|
9790
|
+
"bgHex": "#dde0e4",
|
|
9791
|
+
"ratio": 11.38,
|
|
9792
|
+
"min": 4.5
|
|
9793
|
+
},
|
|
9794
|
+
{
|
|
9795
|
+
"component": "avatar-gradient",
|
|
9796
|
+
"context": "ion-avatar-gradient--mini",
|
|
9797
|
+
"state": "default",
|
|
9798
|
+
"fg": "--text-palette-1",
|
|
9799
|
+
"bg": "--surface-sheen",
|
|
9800
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
9801
|
+
"kind": "text",
|
|
9802
|
+
"flat": "--surface-palette-1-subtle",
|
|
9803
|
+
"mode": "Light",
|
|
9804
|
+
"fgHex": "#1d2735",
|
|
9805
|
+
"bgHex": "#dde0e4",
|
|
9806
|
+
"compositedOver": "gradient at 50%,0%",
|
|
9807
|
+
"ratio": 11.38,
|
|
9808
|
+
"min": 4.5
|
|
9809
|
+
},
|
|
9810
|
+
{
|
|
9811
|
+
"component": "avatar-gradient",
|
|
9812
|
+
"context": "ion-avatar-gradient--sm",
|
|
9813
|
+
"state": "default",
|
|
9814
|
+
"fg": "--text-palette-1",
|
|
9815
|
+
"bg": "--surface-palette-1",
|
|
9816
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
9817
|
+
"kind": "text",
|
|
9818
|
+
"mode": "Light",
|
|
9819
|
+
"fgHex": "#1d2735",
|
|
9820
|
+
"bgHex": "#dde0e4",
|
|
9821
|
+
"ratio": 11.38,
|
|
9243
9822
|
"min": 4.5
|
|
9244
9823
|
},
|
|
9245
9824
|
{
|
|
9246
|
-
"component": "
|
|
9247
|
-
"context": "ion-
|
|
9248
|
-
"state": "
|
|
9249
|
-
"fg": "--text-
|
|
9250
|
-
"bg": "--surface-
|
|
9251
|
-
"backdrop":
|
|
9825
|
+
"component": "avatar-gradient",
|
|
9826
|
+
"context": "ion-avatar-gradient--sm",
|
|
9827
|
+
"state": "default",
|
|
9828
|
+
"fg": "--text-palette-1",
|
|
9829
|
+
"bg": "--surface-sheen",
|
|
9830
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
9252
9831
|
"kind": "text",
|
|
9253
|
-
"
|
|
9254
|
-
"mode": "
|
|
9255
|
-
"fgHex": "#
|
|
9256
|
-
"bgHex": "#
|
|
9257
|
-
"
|
|
9832
|
+
"flat": "--surface-palette-1-subtle",
|
|
9833
|
+
"mode": "Light",
|
|
9834
|
+
"fgHex": "#1d2735",
|
|
9835
|
+
"bgHex": "#dde0e4",
|
|
9836
|
+
"compositedOver": "gradient at 50%,0%",
|
|
9837
|
+
"ratio": 11.38,
|
|
9258
9838
|
"min": 4.5
|
|
9259
9839
|
},
|
|
9260
9840
|
{
|
|
9261
|
-
"component": "
|
|
9262
|
-
"context": "ion-
|
|
9263
|
-
"state": "
|
|
9264
|
-
"fg": "--text-
|
|
9265
|
-
"bg": "--surface-
|
|
9266
|
-
"backdrop": "--surface-
|
|
9841
|
+
"component": "avatar-gradient",
|
|
9842
|
+
"context": "ion-avatar-gradient--lg",
|
|
9843
|
+
"state": "default",
|
|
9844
|
+
"fg": "--text-palette-1",
|
|
9845
|
+
"bg": "--surface-palette-1",
|
|
9846
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
9267
9847
|
"kind": "text",
|
|
9268
|
-
"mode": "
|
|
9269
|
-
"fgHex": "#
|
|
9270
|
-
"bgHex": "#
|
|
9271
|
-
"ratio": 11.
|
|
9848
|
+
"mode": "Light",
|
|
9849
|
+
"fgHex": "#1d2735",
|
|
9850
|
+
"bgHex": "#dde0e4",
|
|
9851
|
+
"ratio": 11.38,
|
|
9272
9852
|
"min": 4.5
|
|
9273
9853
|
},
|
|
9274
9854
|
{
|
|
9275
|
-
"component": "
|
|
9276
|
-
"context": "ion-
|
|
9855
|
+
"component": "avatar-gradient",
|
|
9856
|
+
"context": "ion-avatar-gradient--lg",
|
|
9277
9857
|
"state": "default",
|
|
9278
|
-
"fg": "--text-
|
|
9279
|
-
"bg": "--surface-
|
|
9280
|
-
"backdrop":
|
|
9858
|
+
"fg": "--text-palette-1",
|
|
9859
|
+
"bg": "--surface-sheen",
|
|
9860
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
9281
9861
|
"kind": "text",
|
|
9282
|
-
"
|
|
9283
|
-
"mode": "
|
|
9284
|
-
"fgHex": "#
|
|
9285
|
-
"bgHex": "#
|
|
9862
|
+
"flat": "--surface-palette-1-subtle",
|
|
9863
|
+
"mode": "Light",
|
|
9864
|
+
"fgHex": "#1d2735",
|
|
9865
|
+
"bgHex": "#dde0e4",
|
|
9866
|
+
"compositedOver": "gradient at 50%,0%",
|
|
9286
9867
|
"ratio": 11.38,
|
|
9287
9868
|
"min": 4.5
|
|
9288
9869
|
},
|
|
9289
9870
|
{
|
|
9290
|
-
"component": "
|
|
9291
|
-
"context": "ion-
|
|
9292
|
-
"state": "
|
|
9293
|
-
"fg": "--text-
|
|
9294
|
-
"bg": "--surface-
|
|
9295
|
-
"backdrop": "--surface-
|
|
9871
|
+
"component": "avatar-gradient",
|
|
9872
|
+
"context": "ion-avatar-gradient--slate",
|
|
9873
|
+
"state": "default",
|
|
9874
|
+
"fg": "--text-palette-1",
|
|
9875
|
+
"bg": "--surface-palette-1",
|
|
9876
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
9296
9877
|
"kind": "text",
|
|
9297
|
-
"mode": "
|
|
9298
|
-
"fgHex": "#
|
|
9299
|
-
"bgHex": "#
|
|
9878
|
+
"mode": "Light",
|
|
9879
|
+
"fgHex": "#1d2735",
|
|
9880
|
+
"bgHex": "#dde0e4",
|
|
9300
9881
|
"ratio": 11.38,
|
|
9301
9882
|
"min": 4.5
|
|
9302
9883
|
},
|
|
9303
9884
|
{
|
|
9304
|
-
"component": "
|
|
9305
|
-
"context": "ion-
|
|
9885
|
+
"component": "avatar-gradient",
|
|
9886
|
+
"context": "ion-avatar-gradient--slate",
|
|
9306
9887
|
"state": "default",
|
|
9307
|
-
"fg": "--text-
|
|
9308
|
-
"bg": "--surface-
|
|
9309
|
-
"backdrop": "--surface-
|
|
9888
|
+
"fg": "--text-palette-1",
|
|
9889
|
+
"bg": "--surface-sheen",
|
|
9890
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
9310
9891
|
"kind": "text",
|
|
9311
|
-
"
|
|
9312
|
-
"
|
|
9313
|
-
"
|
|
9892
|
+
"flat": "--surface-palette-1-subtle",
|
|
9893
|
+
"mode": "Light",
|
|
9894
|
+
"fgHex": "#1d2735",
|
|
9895
|
+
"bgHex": "#dde0e4",
|
|
9896
|
+
"compositedOver": "gradient at 50%,0%",
|
|
9314
9897
|
"ratio": 11.38,
|
|
9315
9898
|
"min": 4.5
|
|
9316
9899
|
},
|
|
@@ -9755,17 +10338,47 @@
|
|
|
9755
10338
|
"min": 4.5
|
|
9756
10339
|
},
|
|
9757
10340
|
{
|
|
9758
|
-
"component": "
|
|
9759
|
-
"context": "ion-
|
|
9760
|
-
"state": "
|
|
9761
|
-
"fg": "--text-
|
|
9762
|
-
"bg": "--surface-
|
|
10341
|
+
"component": "link",
|
|
10342
|
+
"context": "ion-link",
|
|
10343
|
+
"state": "hover",
|
|
10344
|
+
"fg": "--text-link-hover",
|
|
10345
|
+
"bg": "--surface-muted",
|
|
9763
10346
|
"backdrop": null,
|
|
9764
10347
|
"kind": "text",
|
|
10348
|
+
"ground": "assumed",
|
|
9765
10349
|
"mode": "Dark",
|
|
9766
|
-
"fgHex": "#
|
|
9767
|
-
"bgHex": "#
|
|
9768
|
-
"ratio": 11.
|
|
10350
|
+
"fgHex": "#c7e4fa",
|
|
10351
|
+
"bgHex": "#1d2735",
|
|
10352
|
+
"ratio": 11.41,
|
|
10353
|
+
"min": 4.5
|
|
10354
|
+
},
|
|
10355
|
+
{
|
|
10356
|
+
"component": "link",
|
|
10357
|
+
"context": "ion-link--standalone",
|
|
10358
|
+
"state": "hover",
|
|
10359
|
+
"fg": "--text-link-hover",
|
|
10360
|
+
"bg": "--surface-muted",
|
|
10361
|
+
"backdrop": null,
|
|
10362
|
+
"kind": "text",
|
|
10363
|
+
"ground": "assumed",
|
|
10364
|
+
"mode": "Dark",
|
|
10365
|
+
"fgHex": "#c7e4fa",
|
|
10366
|
+
"bgHex": "#1d2735",
|
|
10367
|
+
"ratio": 11.41,
|
|
10368
|
+
"min": 4.5
|
|
10369
|
+
},
|
|
10370
|
+
{
|
|
10371
|
+
"component": "toast",
|
|
10372
|
+
"context": "ion-toast ion-toast__action",
|
|
10373
|
+
"state": "hover",
|
|
10374
|
+
"fg": "--text-link-hover",
|
|
10375
|
+
"bg": "--surface-raised",
|
|
10376
|
+
"backdrop": "--surface-raised",
|
|
10377
|
+
"kind": "text",
|
|
10378
|
+
"mode": "Dark",
|
|
10379
|
+
"fgHex": "#c7e4fa",
|
|
10380
|
+
"bgHex": "#1d2735",
|
|
10381
|
+
"ratio": 11.41,
|
|
9769
10382
|
"min": 4.5
|
|
9770
10383
|
},
|
|
9771
10384
|
{
|
|
@@ -9783,6 +10396,20 @@
|
|
|
9783
10396
|
"ratio": 11.83,
|
|
9784
10397
|
"min": 4.5
|
|
9785
10398
|
},
|
|
10399
|
+
{
|
|
10400
|
+
"component": "avatar-gradient",
|
|
10401
|
+
"context": "ion-avatar-gradient--violet",
|
|
10402
|
+
"state": "default",
|
|
10403
|
+
"fg": "--text-palette-3",
|
|
10404
|
+
"bg": "--surface-palette-3-subtle",
|
|
10405
|
+
"backdrop": "--surface-palette-3-subtle",
|
|
10406
|
+
"kind": "text",
|
|
10407
|
+
"mode": "Light",
|
|
10408
|
+
"fgHex": "#350e8b",
|
|
10409
|
+
"bgHex": "#f6f1f8",
|
|
10410
|
+
"ratio": 11.88,
|
|
10411
|
+
"min": 4.5
|
|
10412
|
+
},
|
|
9786
10413
|
{
|
|
9787
10414
|
"component": "button",
|
|
9788
10415
|
"context": "ion-button--primary-brand",
|
|
@@ -9797,6 +10424,20 @@
|
|
|
9797
10424
|
"ratio": 11.89,
|
|
9798
10425
|
"min": 4.5
|
|
9799
10426
|
},
|
|
10427
|
+
{
|
|
10428
|
+
"component": "button",
|
|
10429
|
+
"context": "ion-button--primary-brand",
|
|
10430
|
+
"state": "pressed",
|
|
10431
|
+
"fg": "--text-on-color",
|
|
10432
|
+
"bg": "--surface-primary-pressed",
|
|
10433
|
+
"backdrop": null,
|
|
10434
|
+
"kind": "text",
|
|
10435
|
+
"mode": "Dark",
|
|
10436
|
+
"fgHex": "#ffffff",
|
|
10437
|
+
"bgHex": "#0e2d8b",
|
|
10438
|
+
"ratio": 11.89,
|
|
10439
|
+
"min": 4.5
|
|
10440
|
+
},
|
|
9800
10441
|
{
|
|
9801
10442
|
"component": "link",
|
|
9802
10443
|
"context": "ion-link",
|
|
@@ -9841,6 +10482,20 @@
|
|
|
9841
10482
|
"ratio": 11.89,
|
|
9842
10483
|
"min": 4.5
|
|
9843
10484
|
},
|
|
10485
|
+
{
|
|
10486
|
+
"component": "avatar-gradient",
|
|
10487
|
+
"context": "ion-avatar-gradient--orange",
|
|
10488
|
+
"state": "default",
|
|
10489
|
+
"fg": "--text-palette-5",
|
|
10490
|
+
"bg": "--surface-palette-5-subtle",
|
|
10491
|
+
"backdrop": "--surface-palette-5-subtle",
|
|
10492
|
+
"kind": "text",
|
|
10493
|
+
"mode": "Dark",
|
|
10494
|
+
"fgHex": "#fedbb4",
|
|
10495
|
+
"bgHex": "#401604",
|
|
10496
|
+
"ratio": 11.99,
|
|
10497
|
+
"min": 4.5
|
|
10498
|
+
},
|
|
9844
10499
|
{
|
|
9845
10500
|
"component": "approval-gate",
|
|
9846
10501
|
"context": "ion-approval-gate ion-approval-gate__detail",
|
|
@@ -9856,17 +10511,143 @@
|
|
|
9856
10511
|
"min": 4.5
|
|
9857
10512
|
},
|
|
9858
10513
|
{
|
|
9859
|
-
"component": "
|
|
9860
|
-
"context": "ion-
|
|
9861
|
-
"state": "
|
|
9862
|
-
"fg": "--text-
|
|
9863
|
-
"bg": "--surface-
|
|
9864
|
-
"backdrop":
|
|
10514
|
+
"component": "avatar-gradient",
|
|
10515
|
+
"context": "ion-avatar-gradient",
|
|
10516
|
+
"state": "default",
|
|
10517
|
+
"fg": "--text-palette-1",
|
|
10518
|
+
"bg": "--surface-palette-1-tint",
|
|
10519
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
10520
|
+
"kind": "text",
|
|
10521
|
+
"mode": "Light",
|
|
10522
|
+
"fgHex": "#1d2735",
|
|
10523
|
+
"bgHex": "#e5e7eb",
|
|
10524
|
+
"ratio": 12.17,
|
|
10525
|
+
"min": 4.5
|
|
10526
|
+
},
|
|
10527
|
+
{
|
|
10528
|
+
"component": "avatar-gradient",
|
|
10529
|
+
"context": "ion-avatar-gradient",
|
|
10530
|
+
"state": "default",
|
|
10531
|
+
"fg": "--text-palette-1",
|
|
10532
|
+
"bg": "--surface-palette-1-tint",
|
|
10533
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
9865
10534
|
"kind": "text",
|
|
9866
10535
|
"mode": "Dark",
|
|
9867
|
-
"fgHex": "#
|
|
9868
|
-
"bgHex": "#
|
|
9869
|
-
"ratio": 12.
|
|
10536
|
+
"fgHex": "#e5e7eb",
|
|
10537
|
+
"bgHex": "#1d2735",
|
|
10538
|
+
"ratio": 12.17,
|
|
10539
|
+
"min": 4.5
|
|
10540
|
+
},
|
|
10541
|
+
{
|
|
10542
|
+
"component": "avatar-gradient",
|
|
10543
|
+
"context": "ion-avatar-gradient--mini",
|
|
10544
|
+
"state": "default",
|
|
10545
|
+
"fg": "--text-palette-1",
|
|
10546
|
+
"bg": "--surface-palette-1-tint",
|
|
10547
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
10548
|
+
"kind": "text",
|
|
10549
|
+
"mode": "Light",
|
|
10550
|
+
"fgHex": "#1d2735",
|
|
10551
|
+
"bgHex": "#e5e7eb",
|
|
10552
|
+
"ratio": 12.17,
|
|
10553
|
+
"min": 4.5
|
|
10554
|
+
},
|
|
10555
|
+
{
|
|
10556
|
+
"component": "avatar-gradient",
|
|
10557
|
+
"context": "ion-avatar-gradient--mini",
|
|
10558
|
+
"state": "default",
|
|
10559
|
+
"fg": "--text-palette-1",
|
|
10560
|
+
"bg": "--surface-palette-1-tint",
|
|
10561
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
10562
|
+
"kind": "text",
|
|
10563
|
+
"mode": "Dark",
|
|
10564
|
+
"fgHex": "#e5e7eb",
|
|
10565
|
+
"bgHex": "#1d2735",
|
|
10566
|
+
"ratio": 12.17,
|
|
10567
|
+
"min": 4.5
|
|
10568
|
+
},
|
|
10569
|
+
{
|
|
10570
|
+
"component": "avatar-gradient",
|
|
10571
|
+
"context": "ion-avatar-gradient--sm",
|
|
10572
|
+
"state": "default",
|
|
10573
|
+
"fg": "--text-palette-1",
|
|
10574
|
+
"bg": "--surface-palette-1-tint",
|
|
10575
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
10576
|
+
"kind": "text",
|
|
10577
|
+
"mode": "Light",
|
|
10578
|
+
"fgHex": "#1d2735",
|
|
10579
|
+
"bgHex": "#e5e7eb",
|
|
10580
|
+
"ratio": 12.17,
|
|
10581
|
+
"min": 4.5
|
|
10582
|
+
},
|
|
10583
|
+
{
|
|
10584
|
+
"component": "avatar-gradient",
|
|
10585
|
+
"context": "ion-avatar-gradient--sm",
|
|
10586
|
+
"state": "default",
|
|
10587
|
+
"fg": "--text-palette-1",
|
|
10588
|
+
"bg": "--surface-palette-1-tint",
|
|
10589
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
10590
|
+
"kind": "text",
|
|
10591
|
+
"mode": "Dark",
|
|
10592
|
+
"fgHex": "#e5e7eb",
|
|
10593
|
+
"bgHex": "#1d2735",
|
|
10594
|
+
"ratio": 12.17,
|
|
10595
|
+
"min": 4.5
|
|
10596
|
+
},
|
|
10597
|
+
{
|
|
10598
|
+
"component": "avatar-gradient",
|
|
10599
|
+
"context": "ion-avatar-gradient--lg",
|
|
10600
|
+
"state": "default",
|
|
10601
|
+
"fg": "--text-palette-1",
|
|
10602
|
+
"bg": "--surface-palette-1-tint",
|
|
10603
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
10604
|
+
"kind": "text",
|
|
10605
|
+
"mode": "Light",
|
|
10606
|
+
"fgHex": "#1d2735",
|
|
10607
|
+
"bgHex": "#e5e7eb",
|
|
10608
|
+
"ratio": 12.17,
|
|
10609
|
+
"min": 4.5
|
|
10610
|
+
},
|
|
10611
|
+
{
|
|
10612
|
+
"component": "avatar-gradient",
|
|
10613
|
+
"context": "ion-avatar-gradient--lg",
|
|
10614
|
+
"state": "default",
|
|
10615
|
+
"fg": "--text-palette-1",
|
|
10616
|
+
"bg": "--surface-palette-1-tint",
|
|
10617
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
10618
|
+
"kind": "text",
|
|
10619
|
+
"mode": "Dark",
|
|
10620
|
+
"fgHex": "#e5e7eb",
|
|
10621
|
+
"bgHex": "#1d2735",
|
|
10622
|
+
"ratio": 12.17,
|
|
10623
|
+
"min": 4.5
|
|
10624
|
+
},
|
|
10625
|
+
{
|
|
10626
|
+
"component": "avatar-gradient",
|
|
10627
|
+
"context": "ion-avatar-gradient--slate",
|
|
10628
|
+
"state": "default",
|
|
10629
|
+
"fg": "--text-palette-1",
|
|
10630
|
+
"bg": "--surface-palette-1-tint",
|
|
10631
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
10632
|
+
"kind": "text",
|
|
10633
|
+
"mode": "Light",
|
|
10634
|
+
"fgHex": "#1d2735",
|
|
10635
|
+
"bgHex": "#e5e7eb",
|
|
10636
|
+
"ratio": 12.17,
|
|
10637
|
+
"min": 4.5
|
|
10638
|
+
},
|
|
10639
|
+
{
|
|
10640
|
+
"component": "avatar-gradient",
|
|
10641
|
+
"context": "ion-avatar-gradient--slate",
|
|
10642
|
+
"state": "default",
|
|
10643
|
+
"fg": "--text-palette-1",
|
|
10644
|
+
"bg": "--surface-palette-1-tint",
|
|
10645
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
10646
|
+
"kind": "text",
|
|
10647
|
+
"mode": "Dark",
|
|
10648
|
+
"fgHex": "#e5e7eb",
|
|
10649
|
+
"bgHex": "#1d2735",
|
|
10650
|
+
"ratio": 12.17,
|
|
9870
10651
|
"min": 4.5
|
|
9871
10652
|
},
|
|
9872
10653
|
{
|
|
@@ -10297,16 +11078,17 @@
|
|
|
10297
11078
|
"min": 4.5
|
|
10298
11079
|
},
|
|
10299
11080
|
{
|
|
10300
|
-
"component": "
|
|
10301
|
-
"context": "ion-
|
|
10302
|
-
"state": "
|
|
10303
|
-
"fg": "--text-
|
|
10304
|
-
"bg": "--surface-
|
|
11081
|
+
"component": "citation",
|
|
11082
|
+
"context": "ion-citation-list ion-citation-list__source",
|
|
11083
|
+
"state": "default",
|
|
11084
|
+
"fg": "--text-link",
|
|
11085
|
+
"bg": "--surface-default",
|
|
10305
11086
|
"backdrop": null,
|
|
10306
11087
|
"kind": "text",
|
|
11088
|
+
"ground": "assumed",
|
|
10307
11089
|
"mode": "Dark",
|
|
10308
|
-
"fgHex": "#
|
|
10309
|
-
"bgHex": "#
|
|
11090
|
+
"fgHex": "#9fd5f9",
|
|
11091
|
+
"bgHex": "#000000",
|
|
10310
11092
|
"ratio": 13.36,
|
|
10311
11093
|
"min": 4.5
|
|
10312
11094
|
},
|
|
@@ -10315,13 +11097,13 @@
|
|
|
10315
11097
|
"context": "ion-link",
|
|
10316
11098
|
"state": "hover",
|
|
10317
11099
|
"fg": "--text-link-hover",
|
|
10318
|
-
"bg": "--surface-
|
|
11100
|
+
"bg": "--surface-page",
|
|
10319
11101
|
"backdrop": null,
|
|
10320
11102
|
"kind": "text",
|
|
10321
11103
|
"ground": "assumed",
|
|
10322
11104
|
"mode": "Dark",
|
|
10323
|
-
"fgHex": "#
|
|
10324
|
-
"bgHex": "#
|
|
11105
|
+
"fgHex": "#c7e4fa",
|
|
11106
|
+
"bgHex": "#131923",
|
|
10325
11107
|
"ratio": 13.36,
|
|
10326
11108
|
"min": 4.5
|
|
10327
11109
|
},
|
|
@@ -10330,11 +11112,25 @@
|
|
|
10330
11112
|
"context": "ion-link--standalone",
|
|
10331
11113
|
"state": "hover",
|
|
10332
11114
|
"fg": "--text-link-hover",
|
|
10333
|
-
"bg": "--surface-
|
|
11115
|
+
"bg": "--surface-page",
|
|
10334
11116
|
"backdrop": null,
|
|
10335
11117
|
"kind": "text",
|
|
10336
11118
|
"ground": "assumed",
|
|
10337
11119
|
"mode": "Dark",
|
|
11120
|
+
"fgHex": "#c7e4fa",
|
|
11121
|
+
"bgHex": "#131923",
|
|
11122
|
+
"ratio": 13.36,
|
|
11123
|
+
"min": 4.5
|
|
11124
|
+
},
|
|
11125
|
+
{
|
|
11126
|
+
"component": "table",
|
|
11127
|
+
"context": "ion-table__cell-content--link ion-table__cell-content--link",
|
|
11128
|
+
"state": "default",
|
|
11129
|
+
"fg": "--text-link",
|
|
11130
|
+
"bg": "--surface-default",
|
|
11131
|
+
"backdrop": "--surface-default",
|
|
11132
|
+
"kind": "text",
|
|
11133
|
+
"mode": "Dark",
|
|
10338
11134
|
"fgHex": "#9fd5f9",
|
|
10339
11135
|
"bgHex": "#000000",
|
|
10340
11136
|
"ratio": 13.36,
|
|
@@ -10430,6 +11226,20 @@
|
|
|
10430
11226
|
"ratio": 13.49,
|
|
10431
11227
|
"min": 3
|
|
10432
11228
|
},
|
|
11229
|
+
{
|
|
11230
|
+
"component": "alert",
|
|
11231
|
+
"context": "ion-alert--solid&ion-alert--neutral",
|
|
11232
|
+
"state": "default",
|
|
11233
|
+
"fg": "--text-inverse",
|
|
11234
|
+
"bg": "--surface-inverse",
|
|
11235
|
+
"backdrop": "--surface-inverse",
|
|
11236
|
+
"kind": "text",
|
|
11237
|
+
"mode": "Light",
|
|
11238
|
+
"fgHex": "#f6f8f9",
|
|
11239
|
+
"bgHex": "#1d2735",
|
|
11240
|
+
"ratio": 14.14,
|
|
11241
|
+
"min": 4.5
|
|
11242
|
+
},
|
|
10433
11243
|
{
|
|
10434
11244
|
"component": "approval-gate",
|
|
10435
11245
|
"context": "ion-approval-gate--low",
|
|
@@ -10444,6 +11254,118 @@
|
|
|
10444
11254
|
"ratio": 14.14,
|
|
10445
11255
|
"min": 4.5
|
|
10446
11256
|
},
|
|
11257
|
+
{
|
|
11258
|
+
"component": "avatar-gradient",
|
|
11259
|
+
"context": "ion-avatar-gradient",
|
|
11260
|
+
"state": "default",
|
|
11261
|
+
"fg": "--text-palette-1",
|
|
11262
|
+
"bg": "--surface-palette-1-subtle",
|
|
11263
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
11264
|
+
"kind": "text",
|
|
11265
|
+
"mode": "Light",
|
|
11266
|
+
"fgHex": "#1d2735",
|
|
11267
|
+
"bgHex": "#f6f8f9",
|
|
11268
|
+
"ratio": 14.14,
|
|
11269
|
+
"min": 4.5
|
|
11270
|
+
},
|
|
11271
|
+
{
|
|
11272
|
+
"component": "avatar-gradient",
|
|
11273
|
+
"context": "ion-avatar-gradient--mini",
|
|
11274
|
+
"state": "default",
|
|
11275
|
+
"fg": "--text-palette-1",
|
|
11276
|
+
"bg": "--surface-palette-1-subtle",
|
|
11277
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
11278
|
+
"kind": "text",
|
|
11279
|
+
"mode": "Light",
|
|
11280
|
+
"fgHex": "#1d2735",
|
|
11281
|
+
"bgHex": "#f6f8f9",
|
|
11282
|
+
"ratio": 14.14,
|
|
11283
|
+
"min": 4.5
|
|
11284
|
+
},
|
|
11285
|
+
{
|
|
11286
|
+
"component": "avatar-gradient",
|
|
11287
|
+
"context": "ion-avatar-gradient--sm",
|
|
11288
|
+
"state": "default",
|
|
11289
|
+
"fg": "--text-palette-1",
|
|
11290
|
+
"bg": "--surface-palette-1-subtle",
|
|
11291
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
11292
|
+
"kind": "text",
|
|
11293
|
+
"mode": "Light",
|
|
11294
|
+
"fgHex": "#1d2735",
|
|
11295
|
+
"bgHex": "#f6f8f9",
|
|
11296
|
+
"ratio": 14.14,
|
|
11297
|
+
"min": 4.5
|
|
11298
|
+
},
|
|
11299
|
+
{
|
|
11300
|
+
"component": "avatar-gradient",
|
|
11301
|
+
"context": "ion-avatar-gradient--lg",
|
|
11302
|
+
"state": "default",
|
|
11303
|
+
"fg": "--text-palette-1",
|
|
11304
|
+
"bg": "--surface-palette-1-subtle",
|
|
11305
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
11306
|
+
"kind": "text",
|
|
11307
|
+
"mode": "Light",
|
|
11308
|
+
"fgHex": "#1d2735",
|
|
11309
|
+
"bgHex": "#f6f8f9",
|
|
11310
|
+
"ratio": 14.14,
|
|
11311
|
+
"min": 4.5
|
|
11312
|
+
},
|
|
11313
|
+
{
|
|
11314
|
+
"component": "avatar-gradient",
|
|
11315
|
+
"context": "ion-avatar-gradient--slate",
|
|
11316
|
+
"state": "default",
|
|
11317
|
+
"fg": "--text-palette-1",
|
|
11318
|
+
"bg": "--surface-palette-1-subtle",
|
|
11319
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
11320
|
+
"kind": "text",
|
|
11321
|
+
"mode": "Light",
|
|
11322
|
+
"fgHex": "#1d2735",
|
|
11323
|
+
"bgHex": "#f6f8f9",
|
|
11324
|
+
"ratio": 14.14,
|
|
11325
|
+
"min": 4.5
|
|
11326
|
+
},
|
|
11327
|
+
{
|
|
11328
|
+
"component": "avatar",
|
|
11329
|
+
"context": "ion-avatar__indicator--neutral ion-avatar__indicator--neutral",
|
|
11330
|
+
"state": "default",
|
|
11331
|
+
"fg": "--text-inverse",
|
|
11332
|
+
"bg": "--surface-inverse",
|
|
11333
|
+
"backdrop": null,
|
|
11334
|
+
"kind": "text",
|
|
11335
|
+
"mode": "Light",
|
|
11336
|
+
"fgHex": "#f6f8f9",
|
|
11337
|
+
"bgHex": "#1d2735",
|
|
11338
|
+
"ratio": 14.14,
|
|
11339
|
+
"min": 4.5
|
|
11340
|
+
},
|
|
11341
|
+
{
|
|
11342
|
+
"component": "button",
|
|
11343
|
+
"context": "ion-button--primary-neutral",
|
|
11344
|
+
"state": "default",
|
|
11345
|
+
"fg": "--text-inverse",
|
|
11346
|
+
"bg": "--surface-inverse",
|
|
11347
|
+
"backdrop": null,
|
|
11348
|
+
"kind": "text",
|
|
11349
|
+
"mode": "Light",
|
|
11350
|
+
"fgHex": "#f6f8f9",
|
|
11351
|
+
"bgHex": "#1d2735",
|
|
11352
|
+
"ratio": 14.14,
|
|
11353
|
+
"min": 4.5
|
|
11354
|
+
},
|
|
11355
|
+
{
|
|
11356
|
+
"component": "button",
|
|
11357
|
+
"context": "ion-button--primary-neutral",
|
|
11358
|
+
"state": "pressed",
|
|
11359
|
+
"fg": "--text-inverse",
|
|
11360
|
+
"bg": "--surface-inverse",
|
|
11361
|
+
"backdrop": null,
|
|
11362
|
+
"kind": "text",
|
|
11363
|
+
"mode": "Light",
|
|
11364
|
+
"fgHex": "#f6f8f9",
|
|
11365
|
+
"bgHex": "#1d2735",
|
|
11366
|
+
"ratio": 14.14,
|
|
11367
|
+
"min": 4.5
|
|
11368
|
+
},
|
|
10447
11369
|
{
|
|
10448
11370
|
"component": "confidence-indicator",
|
|
10449
11371
|
"context": "ion-confidence ion-confidence__label",
|
|
@@ -10695,6 +11617,90 @@
|
|
|
10695
11617
|
"ratio": 14.19,
|
|
10696
11618
|
"min": 4.5
|
|
10697
11619
|
},
|
|
11620
|
+
{
|
|
11621
|
+
"component": "avatar-gradient",
|
|
11622
|
+
"context": "ion-avatar-gradient",
|
|
11623
|
+
"state": "default",
|
|
11624
|
+
"fg": "--text-palette-1",
|
|
11625
|
+
"bg": "--surface-palette-1-subtle",
|
|
11626
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
11627
|
+
"kind": "text",
|
|
11628
|
+
"mode": "Dark",
|
|
11629
|
+
"fgHex": "#e5e7eb",
|
|
11630
|
+
"bgHex": "#131923",
|
|
11631
|
+
"ratio": 14.24,
|
|
11632
|
+
"min": 4.5
|
|
11633
|
+
},
|
|
11634
|
+
{
|
|
11635
|
+
"component": "avatar-gradient",
|
|
11636
|
+
"context": "ion-avatar-gradient--mini",
|
|
11637
|
+
"state": "default",
|
|
11638
|
+
"fg": "--text-palette-1",
|
|
11639
|
+
"bg": "--surface-palette-1-subtle",
|
|
11640
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
11641
|
+
"kind": "text",
|
|
11642
|
+
"mode": "Dark",
|
|
11643
|
+
"fgHex": "#e5e7eb",
|
|
11644
|
+
"bgHex": "#131923",
|
|
11645
|
+
"ratio": 14.24,
|
|
11646
|
+
"min": 4.5
|
|
11647
|
+
},
|
|
11648
|
+
{
|
|
11649
|
+
"component": "avatar-gradient",
|
|
11650
|
+
"context": "ion-avatar-gradient--sm",
|
|
11651
|
+
"state": "default",
|
|
11652
|
+
"fg": "--text-palette-1",
|
|
11653
|
+
"bg": "--surface-palette-1-subtle",
|
|
11654
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
11655
|
+
"kind": "text",
|
|
11656
|
+
"mode": "Dark",
|
|
11657
|
+
"fgHex": "#e5e7eb",
|
|
11658
|
+
"bgHex": "#131923",
|
|
11659
|
+
"ratio": 14.24,
|
|
11660
|
+
"min": 4.5
|
|
11661
|
+
},
|
|
11662
|
+
{
|
|
11663
|
+
"component": "avatar-gradient",
|
|
11664
|
+
"context": "ion-avatar-gradient--lg",
|
|
11665
|
+
"state": "default",
|
|
11666
|
+
"fg": "--text-palette-1",
|
|
11667
|
+
"bg": "--surface-palette-1-subtle",
|
|
11668
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
11669
|
+
"kind": "text",
|
|
11670
|
+
"mode": "Dark",
|
|
11671
|
+
"fgHex": "#e5e7eb",
|
|
11672
|
+
"bgHex": "#131923",
|
|
11673
|
+
"ratio": 14.24,
|
|
11674
|
+
"min": 4.5
|
|
11675
|
+
},
|
|
11676
|
+
{
|
|
11677
|
+
"component": "avatar-gradient",
|
|
11678
|
+
"context": "ion-avatar-gradient--slate",
|
|
11679
|
+
"state": "default",
|
|
11680
|
+
"fg": "--text-palette-1",
|
|
11681
|
+
"bg": "--surface-palette-1-subtle",
|
|
11682
|
+
"backdrop": "--surface-palette-1-subtle",
|
|
11683
|
+
"kind": "text",
|
|
11684
|
+
"mode": "Dark",
|
|
11685
|
+
"fgHex": "#e5e7eb",
|
|
11686
|
+
"bgHex": "#131923",
|
|
11687
|
+
"ratio": 14.24,
|
|
11688
|
+
"min": 4.5
|
|
11689
|
+
},
|
|
11690
|
+
{
|
|
11691
|
+
"component": "button",
|
|
11692
|
+
"context": "ion-button--primary-neutral",
|
|
11693
|
+
"state": "hover",
|
|
11694
|
+
"fg": "--text-inverse",
|
|
11695
|
+
"bg": "--surface-inverse-subtle",
|
|
11696
|
+
"backdrop": null,
|
|
11697
|
+
"kind": "text",
|
|
11698
|
+
"mode": "Dark",
|
|
11699
|
+
"fgHex": "#131923",
|
|
11700
|
+
"bgHex": "#e5e7eb",
|
|
11701
|
+
"ratio": 14.24,
|
|
11702
|
+
"min": 4.5
|
|
11703
|
+
},
|
|
10698
11704
|
{
|
|
10699
11705
|
"component": "menu",
|
|
10700
11706
|
"context": "ion-menu ion-menu__item",
|
|
@@ -10801,97 +11807,41 @@
|
|
|
10801
11807
|
"context": "ion-approval-gate ion-approval-gate__title",
|
|
10802
11808
|
"state": "default",
|
|
10803
11809
|
"fg": "--text-default",
|
|
10804
|
-
"bg": "--surface-information-subtle",
|
|
10805
|
-
"backdrop": "--surface-information-subtle",
|
|
10806
|
-
"kind": "text",
|
|
10807
|
-
"mode": "Dark",
|
|
10808
|
-
"fgHex": "#f6f8f9",
|
|
10809
|
-
"bgHex": "#260769",
|
|
10810
|
-
"ratio": 14.97,
|
|
10811
|
-
"min": 4.5
|
|
10812
|
-
},
|
|
10813
|
-
{
|
|
10814
|
-
"component": "approval-gate",
|
|
10815
|
-
"context": "ion-approval-gate ion-approval-gate__title",
|
|
10816
|
-
"state": "focus",
|
|
10817
|
-
"fg": "--text-default",
|
|
10818
|
-
"bg": "--surface-information-subtle",
|
|
10819
|
-
"backdrop": "--surface-information-subtle",
|
|
10820
|
-
"kind": "text",
|
|
10821
|
-
"mode": "Dark",
|
|
10822
|
-
"fgHex": "#f6f8f9",
|
|
10823
|
-
"bgHex": "#260769",
|
|
10824
|
-
"ratio": 14.97,
|
|
10825
|
-
"min": 4.5
|
|
10826
|
-
},
|
|
10827
|
-
{
|
|
10828
|
-
"component": "approval-gate",
|
|
10829
|
-
"context": "ion-approval-gate ion-approval-gate__actions",
|
|
10830
|
-
"state": "default",
|
|
10831
|
-
"fg": "--text-default",
|
|
10832
|
-
"bg": "--surface-information-subtle",
|
|
10833
|
-
"backdrop": "--surface-information-subtle",
|
|
10834
|
-
"kind": "text",
|
|
10835
|
-
"mode": "Dark",
|
|
10836
|
-
"fgHex": "#f6f8f9",
|
|
10837
|
-
"bgHex": "#260769",
|
|
10838
|
-
"ratio": 14.97,
|
|
10839
|
-
"min": 4.5
|
|
10840
|
-
},
|
|
10841
|
-
{
|
|
10842
|
-
"component": "alert",
|
|
10843
|
-
"context": "ion-alert--solid&ion-alert--neutral",
|
|
10844
|
-
"state": "default",
|
|
10845
|
-
"fg": "--text-on-color",
|
|
10846
|
-
"bg": "--surface-inverse",
|
|
10847
|
-
"backdrop": "--surface-inverse",
|
|
10848
|
-
"kind": "text",
|
|
10849
|
-
"mode": "Light",
|
|
10850
|
-
"fgHex": "#ffffff",
|
|
10851
|
-
"bgHex": "#1d2735",
|
|
10852
|
-
"ratio": 15.07,
|
|
10853
|
-
"min": 4.5
|
|
10854
|
-
},
|
|
10855
|
-
{
|
|
10856
|
-
"component": "avatar",
|
|
10857
|
-
"context": "ion-avatar__indicator--neutral ion-avatar__indicator--neutral",
|
|
10858
|
-
"state": "default",
|
|
10859
|
-
"fg": "--text-on-color",
|
|
10860
|
-
"bg": "--surface-inverse",
|
|
10861
|
-
"backdrop": null,
|
|
11810
|
+
"bg": "--surface-information-subtle",
|
|
11811
|
+
"backdrop": "--surface-information-subtle",
|
|
10862
11812
|
"kind": "text",
|
|
10863
|
-
"mode": "
|
|
10864
|
-
"fgHex": "#
|
|
10865
|
-
"bgHex": "#
|
|
10866
|
-
"ratio":
|
|
11813
|
+
"mode": "Dark",
|
|
11814
|
+
"fgHex": "#f6f8f9",
|
|
11815
|
+
"bgHex": "#260769",
|
|
11816
|
+
"ratio": 14.97,
|
|
10867
11817
|
"min": 4.5
|
|
10868
11818
|
},
|
|
10869
11819
|
{
|
|
10870
|
-
"component": "
|
|
10871
|
-
"context": "ion-
|
|
10872
|
-
"state": "
|
|
10873
|
-
"fg": "--text-
|
|
10874
|
-
"bg": "--surface-
|
|
10875
|
-
"backdrop":
|
|
11820
|
+
"component": "approval-gate",
|
|
11821
|
+
"context": "ion-approval-gate ion-approval-gate__title",
|
|
11822
|
+
"state": "focus",
|
|
11823
|
+
"fg": "--text-default",
|
|
11824
|
+
"bg": "--surface-information-subtle",
|
|
11825
|
+
"backdrop": "--surface-information-subtle",
|
|
10876
11826
|
"kind": "text",
|
|
10877
|
-
"mode": "
|
|
10878
|
-
"fgHex": "#
|
|
10879
|
-
"bgHex": "#
|
|
10880
|
-
"ratio":
|
|
11827
|
+
"mode": "Dark",
|
|
11828
|
+
"fgHex": "#f6f8f9",
|
|
11829
|
+
"bgHex": "#260769",
|
|
11830
|
+
"ratio": 14.97,
|
|
10881
11831
|
"min": 4.5
|
|
10882
11832
|
},
|
|
10883
11833
|
{
|
|
10884
|
-
"component": "
|
|
10885
|
-
"context": "ion-
|
|
10886
|
-
"state": "
|
|
10887
|
-
"fg": "--text-
|
|
10888
|
-
"bg": "--surface-
|
|
10889
|
-
"backdrop":
|
|
11834
|
+
"component": "approval-gate",
|
|
11835
|
+
"context": "ion-approval-gate ion-approval-gate__actions",
|
|
11836
|
+
"state": "default",
|
|
11837
|
+
"fg": "--text-default",
|
|
11838
|
+
"bg": "--surface-information-subtle",
|
|
11839
|
+
"backdrop": "--surface-information-subtle",
|
|
10890
11840
|
"kind": "text",
|
|
10891
|
-
"mode": "
|
|
10892
|
-
"fgHex": "#
|
|
10893
|
-
"bgHex": "#
|
|
10894
|
-
"ratio":
|
|
11841
|
+
"mode": "Dark",
|
|
11842
|
+
"fgHex": "#f6f8f9",
|
|
11843
|
+
"bgHex": "#260769",
|
|
11844
|
+
"ratio": 14.97,
|
|
10895
11845
|
"min": 4.5
|
|
10896
11846
|
},
|
|
10897
11847
|
{
|
|
@@ -11797,6 +12747,36 @@
|
|
|
11797
12747
|
"ratio": 15.86,
|
|
11798
12748
|
"min": 4.5
|
|
11799
12749
|
},
|
|
12750
|
+
{
|
|
12751
|
+
"component": "link",
|
|
12752
|
+
"context": "ion-link",
|
|
12753
|
+
"state": "hover",
|
|
12754
|
+
"fg": "--text-link-hover",
|
|
12755
|
+
"bg": "--surface-default",
|
|
12756
|
+
"backdrop": null,
|
|
12757
|
+
"kind": "text",
|
|
12758
|
+
"ground": "assumed",
|
|
12759
|
+
"mode": "Dark",
|
|
12760
|
+
"fgHex": "#c7e4fa",
|
|
12761
|
+
"bgHex": "#000000",
|
|
12762
|
+
"ratio": 15.91,
|
|
12763
|
+
"min": 4.5
|
|
12764
|
+
},
|
|
12765
|
+
{
|
|
12766
|
+
"component": "link",
|
|
12767
|
+
"context": "ion-link--standalone",
|
|
12768
|
+
"state": "hover",
|
|
12769
|
+
"fg": "--text-link-hover",
|
|
12770
|
+
"bg": "--surface-default",
|
|
12771
|
+
"backdrop": null,
|
|
12772
|
+
"kind": "text",
|
|
12773
|
+
"ground": "assumed",
|
|
12774
|
+
"mode": "Dark",
|
|
12775
|
+
"fgHex": "#c7e4fa",
|
|
12776
|
+
"bgHex": "#000000",
|
|
12777
|
+
"ratio": 15.91,
|
|
12778
|
+
"min": 4.5
|
|
12779
|
+
},
|
|
11800
12780
|
{
|
|
11801
12781
|
"component": "approval-gate",
|
|
11802
12782
|
"context": "ion-approval-gate--high",
|
|
@@ -11807,8 +12787,8 @@
|
|
|
11807
12787
|
"kind": "text",
|
|
11808
12788
|
"mode": "Light",
|
|
11809
12789
|
"fgHex": "#131923",
|
|
11810
|
-
"bgHex": "#
|
|
11811
|
-
"ratio": 16.
|
|
12790
|
+
"bgHex": "#fff6ea",
|
|
12791
|
+
"ratio": 16.48,
|
|
11812
12792
|
"min": 4.5
|
|
11813
12793
|
},
|
|
11814
12794
|
{
|
|
@@ -12139,20 +13119,6 @@
|
|
|
12139
13119
|
"ratio": 16.55,
|
|
12140
13120
|
"min": 4.5
|
|
12141
13121
|
},
|
|
12142
|
-
{
|
|
12143
|
-
"component": "button",
|
|
12144
|
-
"context": "ion-button--primary-neutral",
|
|
12145
|
-
"state": "hover",
|
|
12146
|
-
"fg": "--text-on-color",
|
|
12147
|
-
"bg": "--surface-inverse-subtle",
|
|
12148
|
-
"backdrop": null,
|
|
12149
|
-
"kind": "text",
|
|
12150
|
-
"mode": "Dark",
|
|
12151
|
-
"fgHex": "#000000",
|
|
12152
|
-
"bgHex": "#e5e7eb",
|
|
12153
|
-
"ratio": 16.96,
|
|
12154
|
-
"min": 4.5
|
|
12155
|
-
},
|
|
12156
13122
|
{
|
|
12157
13123
|
"component": "menu",
|
|
12158
13124
|
"context": "ion-menu__item--selected ion-menu__item--selected",
|
|
@@ -12266,6 +13232,20 @@
|
|
|
12266
13232
|
"ratio": 17.63,
|
|
12267
13233
|
"min": 4.5
|
|
12268
13234
|
},
|
|
13235
|
+
{
|
|
13236
|
+
"component": "alert",
|
|
13237
|
+
"context": "ion-alert--solid&ion-alert--neutral",
|
|
13238
|
+
"state": "default",
|
|
13239
|
+
"fg": "--text-inverse",
|
|
13240
|
+
"bg": "--surface-inverse",
|
|
13241
|
+
"backdrop": "--surface-inverse",
|
|
13242
|
+
"kind": "text",
|
|
13243
|
+
"mode": "Dark",
|
|
13244
|
+
"fgHex": "#131923",
|
|
13245
|
+
"bgHex": "#ffffff",
|
|
13246
|
+
"ratio": 17.63,
|
|
13247
|
+
"min": 4.5
|
|
13248
|
+
},
|
|
12269
13249
|
{
|
|
12270
13250
|
"component": "approval-gate",
|
|
12271
13251
|
"context": "ion-approval-gate--approved",
|
|
@@ -12336,6 +13316,48 @@
|
|
|
12336
13316
|
"ratio": 17.63,
|
|
12337
13317
|
"min": 4.5
|
|
12338
13318
|
},
|
|
13319
|
+
{
|
|
13320
|
+
"component": "avatar",
|
|
13321
|
+
"context": "ion-avatar__indicator--neutral ion-avatar__indicator--neutral",
|
|
13322
|
+
"state": "default",
|
|
13323
|
+
"fg": "--text-inverse",
|
|
13324
|
+
"bg": "--surface-inverse",
|
|
13325
|
+
"backdrop": null,
|
|
13326
|
+
"kind": "text",
|
|
13327
|
+
"mode": "Dark",
|
|
13328
|
+
"fgHex": "#131923",
|
|
13329
|
+
"bgHex": "#ffffff",
|
|
13330
|
+
"ratio": 17.63,
|
|
13331
|
+
"min": 4.5
|
|
13332
|
+
},
|
|
13333
|
+
{
|
|
13334
|
+
"component": "button",
|
|
13335
|
+
"context": "ion-button--primary-neutral",
|
|
13336
|
+
"state": "default",
|
|
13337
|
+
"fg": "--text-inverse",
|
|
13338
|
+
"bg": "--surface-inverse",
|
|
13339
|
+
"backdrop": null,
|
|
13340
|
+
"kind": "text",
|
|
13341
|
+
"mode": "Dark",
|
|
13342
|
+
"fgHex": "#131923",
|
|
13343
|
+
"bgHex": "#ffffff",
|
|
13344
|
+
"ratio": 17.63,
|
|
13345
|
+
"min": 4.5
|
|
13346
|
+
},
|
|
13347
|
+
{
|
|
13348
|
+
"component": "button",
|
|
13349
|
+
"context": "ion-button--primary-neutral",
|
|
13350
|
+
"state": "pressed",
|
|
13351
|
+
"fg": "--text-inverse",
|
|
13352
|
+
"bg": "--surface-inverse",
|
|
13353
|
+
"backdrop": null,
|
|
13354
|
+
"kind": "text",
|
|
13355
|
+
"mode": "Dark",
|
|
13356
|
+
"fgHex": "#131923",
|
|
13357
|
+
"bgHex": "#ffffff",
|
|
13358
|
+
"ratio": 17.63,
|
|
13359
|
+
"min": 4.5
|
|
13360
|
+
},
|
|
12339
13361
|
{
|
|
12340
13362
|
"component": "confidence-indicator",
|
|
12341
13363
|
"context": "ion-confidence ion-confidence__label",
|
|
@@ -13001,62 +14023,6 @@
|
|
|
13001
14023
|
"bgHex": "#000000",
|
|
13002
14024
|
"ratio": 19.71,
|
|
13003
14025
|
"min": 4.5
|
|
13004
|
-
},
|
|
13005
|
-
{
|
|
13006
|
-
"component": "alert",
|
|
13007
|
-
"context": "ion-alert--solid&ion-alert--neutral",
|
|
13008
|
-
"state": "default",
|
|
13009
|
-
"fg": "--text-on-color",
|
|
13010
|
-
"bg": "--surface-inverse",
|
|
13011
|
-
"backdrop": "--surface-inverse",
|
|
13012
|
-
"kind": "text",
|
|
13013
|
-
"mode": "Dark",
|
|
13014
|
-
"fgHex": "#000000",
|
|
13015
|
-
"bgHex": "#ffffff",
|
|
13016
|
-
"ratio": 21,
|
|
13017
|
-
"min": 4.5
|
|
13018
|
-
},
|
|
13019
|
-
{
|
|
13020
|
-
"component": "avatar",
|
|
13021
|
-
"context": "ion-avatar__indicator--neutral ion-avatar__indicator--neutral",
|
|
13022
|
-
"state": "default",
|
|
13023
|
-
"fg": "--text-on-color",
|
|
13024
|
-
"bg": "--surface-inverse",
|
|
13025
|
-
"backdrop": null,
|
|
13026
|
-
"kind": "text",
|
|
13027
|
-
"mode": "Dark",
|
|
13028
|
-
"fgHex": "#000000",
|
|
13029
|
-
"bgHex": "#ffffff",
|
|
13030
|
-
"ratio": 21,
|
|
13031
|
-
"min": 4.5
|
|
13032
|
-
},
|
|
13033
|
-
{
|
|
13034
|
-
"component": "button",
|
|
13035
|
-
"context": "ion-button--primary-neutral",
|
|
13036
|
-
"state": "default",
|
|
13037
|
-
"fg": "--text-on-color",
|
|
13038
|
-
"bg": "--surface-inverse",
|
|
13039
|
-
"backdrop": null,
|
|
13040
|
-
"kind": "text",
|
|
13041
|
-
"mode": "Dark",
|
|
13042
|
-
"fgHex": "#000000",
|
|
13043
|
-
"bgHex": "#ffffff",
|
|
13044
|
-
"ratio": 21,
|
|
13045
|
-
"min": 4.5
|
|
13046
|
-
},
|
|
13047
|
-
{
|
|
13048
|
-
"component": "button",
|
|
13049
|
-
"context": "ion-button--primary-neutral",
|
|
13050
|
-
"state": "pressed",
|
|
13051
|
-
"fg": "--text-on-color",
|
|
13052
|
-
"bg": "--surface-inverse",
|
|
13053
|
-
"backdrop": null,
|
|
13054
|
-
"kind": "text",
|
|
13055
|
-
"mode": "Dark",
|
|
13056
|
-
"fgHex": "#000000",
|
|
13057
|
-
"bgHex": "#ffffff",
|
|
13058
|
-
"ratio": 21,
|
|
13059
|
-
"min": 4.5
|
|
13060
14026
|
}
|
|
13061
14027
|
],
|
|
13062
14028
|
"accepted": [
|
|
@@ -13132,9 +14098,7 @@
|
|
|
13132
14098
|
"Tabs",
|
|
13133
14099
|
"Toggle"
|
|
13134
14100
|
]
|
|
13135
|
-
}
|
|
13136
|
-
],
|
|
13137
|
-
"deferred": [
|
|
14101
|
+
},
|
|
13138
14102
|
{
|
|
13139
14103
|
"fg": "--text-disabled",
|
|
13140
14104
|
"bg": "--surface-disabled",
|
|
@@ -13148,80 +14112,6 @@
|
|
|
13148
14112
|
"Select"
|
|
13149
14113
|
]
|
|
13150
14114
|
},
|
|
13151
|
-
{
|
|
13152
|
-
"fg": "--text-on-color",
|
|
13153
|
-
"bg": "--surface-information",
|
|
13154
|
-
"mode": "Dark",
|
|
13155
|
-
"kind": "defect",
|
|
13156
|
-
"ratio": 3.44,
|
|
13157
|
-
"reason": "Long-recorded. Fix is the same shape as the success green on 2026-08-18: move the PURPLE PRIMITIVES, not the role binding. Re-pointing surface/information at information/700 would make the base identical to its own hover.",
|
|
13158
|
-
"affects": [
|
|
13159
|
-
"Alert"
|
|
13160
|
-
],
|
|
13161
|
-
"surfacedBy": "Alert with emphasis=solid intent=information",
|
|
13162
|
-
"note": "AGENTS.md described this role as 'not yet used'. That was wrong, and this gate is what proved it — Alert ships it today.",
|
|
13163
|
-
"appliesTo": {
|
|
13164
|
-
"component": "Alert",
|
|
13165
|
-
"props": {
|
|
13166
|
-
"emphasis": "solid",
|
|
13167
|
-
"intent": "information"
|
|
13168
|
-
}
|
|
13169
|
-
}
|
|
13170
|
-
},
|
|
13171
|
-
{
|
|
13172
|
-
"fg": "--text-primary",
|
|
13173
|
-
"bg": "--surface-primary-subtle-hover",
|
|
13174
|
-
"mode": "Dark",
|
|
13175
|
-
"kind": "defect",
|
|
13176
|
-
"ratio": 4.25,
|
|
13177
|
-
"reason": "Found by this gate on 2026-08-18, not previously known. Button primary-soft on hover in dark mode. Marginal — 4.25 against 4.5 — but it is an interactive state, so it is the state a user is most likely to be reading when they act.",
|
|
13178
|
-
"affects": [
|
|
13179
|
-
"Button"
|
|
13180
|
-
],
|
|
13181
|
-
"surfacedBy": "Button variant=primary-soft, hover",
|
|
13182
|
-
"appliesTo": {
|
|
13183
|
-
"component": "Button",
|
|
13184
|
-
"props": {
|
|
13185
|
-
"variant": "primary-soft"
|
|
13186
|
-
}
|
|
13187
|
-
}
|
|
13188
|
-
},
|
|
13189
|
-
{
|
|
13190
|
-
"fg": "--text-primary",
|
|
13191
|
-
"bg": "--surface-primary-tint",
|
|
13192
|
-
"mode": "Dark",
|
|
13193
|
-
"kind": "defect",
|
|
13194
|
-
"ratio": 4.25,
|
|
13195
|
-
"reason": "Same pair of values as the hover case above — surface/primary-tint and surface/primary-subtle/hover both resolve to #0e2d8b in Dark. One fix addresses both.",
|
|
13196
|
-
"affects": [
|
|
13197
|
-
"Button"
|
|
13198
|
-
],
|
|
13199
|
-
"surfacedBy": "Button variant=primary-soft, pressed",
|
|
13200
|
-
"appliesTo": {
|
|
13201
|
-
"component": "Button",
|
|
13202
|
-
"props": {
|
|
13203
|
-
"variant": "primary-soft"
|
|
13204
|
-
}
|
|
13205
|
-
}
|
|
13206
|
-
},
|
|
13207
|
-
{
|
|
13208
|
-
"fg": "--text-link",
|
|
13209
|
-
"bg": "--surface-primary-subtle-hover",
|
|
13210
|
-
"mode": "Dark",
|
|
13211
|
-
"kind": "defect",
|
|
13212
|
-
"ratio": 4.25,
|
|
13213
|
-
"reason": "Citation on a hovered primary-subtle surface. The THIRD component to land on #0e2d8b in Dark — surface/primary-tint and surface/primary-subtle/hover both resolve to it, and text/link and text/primary both read 4.25:1 against it. One primitive shift fixes all three. Undocumented until 3 Sep 2026, when the gate was made to count its own deferred findings instead of a comment claiming there were three.",
|
|
13214
|
-
"affects": [
|
|
13215
|
-
"Citation"
|
|
13216
|
-
],
|
|
13217
|
-
"surfacedBy": "Citation, hover",
|
|
13218
|
-
"appliesTo": {
|
|
13219
|
-
"component": "Citation",
|
|
13220
|
-
"props": {
|
|
13221
|
-
"href": "set"
|
|
13222
|
-
}
|
|
13223
|
-
}
|
|
13224
|
-
},
|
|
13225
14115
|
{
|
|
13226
14116
|
"fg": "--text-disabled",
|
|
13227
14117
|
"bg": "--surface-muted",
|
|
@@ -13271,21 +14161,50 @@
|
|
|
13271
14161
|
]
|
|
13272
14162
|
},
|
|
13273
14163
|
{
|
|
13274
|
-
"fg": "--text-
|
|
13275
|
-
"bg": "--
|
|
14164
|
+
"fg": "--text-secondary",
|
|
14165
|
+
"bg": "--icon-warning",
|
|
14166
|
+
"mode": "Dark",
|
|
14167
|
+
"kind": "wcag-exempt",
|
|
14168
|
+
"ratio": 1.96,
|
|
14169
|
+
"reason": "Not a text pairing — the same construction as Light. `.ion-confidence__bar--on` is an empty, aria-hidden <span>; the gate pairs the inherited text colour against its background because it models every element as potentially holding text. There is no text and SC 1.4.3 does not apply. SC 1.4.11 does, and was measured by hand against surface/muted — the lightest Dark neutral and so the worst realistic ground, mirroring how the Light entries used the darkest: the filled bar reads 5.8:1 against the unfilled one, and the unfilled bar's outline 5.94:1. Both clear 3:1.",
|
|
14170
|
+
"affects": [
|
|
14171
|
+
"ConfidenceIndicator"
|
|
14172
|
+
]
|
|
14173
|
+
},
|
|
14174
|
+
{
|
|
14175
|
+
"fg": "--text-secondary",
|
|
14176
|
+
"bg": "--icon-success",
|
|
14177
|
+
"mode": "Dark",
|
|
14178
|
+
"kind": "wcag-exempt",
|
|
14179
|
+
"ratio": 2.01,
|
|
14180
|
+
"reason": "As above — an empty bar, not text. Filled vs unfilled measures 5.66:1 against surface/muted, over 3:1.",
|
|
14181
|
+
"affects": [
|
|
14182
|
+
"ConfidenceIndicator"
|
|
14183
|
+
]
|
|
14184
|
+
},
|
|
14185
|
+
{
|
|
14186
|
+
"fg": "--text-secondary",
|
|
14187
|
+
"bg": "--icon-information",
|
|
14188
|
+
"mode": "Dark",
|
|
14189
|
+
"kind": "wcag-exempt",
|
|
14190
|
+
"ratio": 2.08,
|
|
14191
|
+
"reason": "As above — an empty bar, not text. Filled vs unfilled measures 5.46:1 against surface/muted, over 3:1. This entry recorded 3.9:1 and a warning to re-measure after the purple primitives moved; they moved on 4 Sep 2026 (purple/400 #7e6ff1 -> #9a8ff4) and this is the re-measurement. It is now in line with the warning (5.8) and success (5.66) bars rather than the outlier.",
|
|
14192
|
+
"affects": [
|
|
14193
|
+
"ConfidenceIndicator"
|
|
14194
|
+
]
|
|
14195
|
+
},
|
|
14196
|
+
{
|
|
14197
|
+
"fg": "--text-default",
|
|
14198
|
+
"bg": "--text-tertiary",
|
|
13276
14199
|
"mode": "Dark",
|
|
13277
|
-
"kind": "
|
|
13278
|
-
"ratio":
|
|
13279
|
-
"reason": "
|
|
14200
|
+
"kind": "wcag-exempt",
|
|
14201
|
+
"ratio": 2.38,
|
|
14202
|
+
"reason": "Not a text pairing — the same construction as Light. `.ion-streaming-text__cursor` is an empty, aria-hidden <span> drawn as a block, deliberately not a text character, since some screen readers read a literal cursor glyph aloud. The gate pairs the paragraph's inherited colour against the cursor's background. Measured properly the cursor is 6.95:1 against the page and 5.94:1 against surface/muted, the worst realistic ground.",
|
|
13280
14203
|
"affects": [
|
|
13281
|
-
"
|
|
13282
|
-
]
|
|
13283
|
-
"surfacedBy": "Link, :visited, on a muted surface",
|
|
13284
|
-
"appliesTo": {
|
|
13285
|
-
"component": "Link",
|
|
13286
|
-
"props": {}
|
|
13287
|
-
}
|
|
14204
|
+
"StreamingText"
|
|
14205
|
+
]
|
|
13288
14206
|
}
|
|
13289
14207
|
],
|
|
14208
|
+
"deferred": [],
|
|
13290
14209
|
"skipped": []
|
|
13291
14210
|
}
|