ionbase-ui 0.48.0 → 0.59.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/LICENSE +21 -0
- package/dist/components/Accordion.d.ts +54 -0
- package/dist/components/Accordion.d.ts.map +1 -0
- package/dist/components/Accordion.js +68 -0
- package/dist/components/Accordion.js.map +1 -0
- package/dist/components/Breadcrumb.d.ts +45 -0
- package/dist/components/Breadcrumb.d.ts.map +1 -0
- package/dist/components/Breadcrumb.js +31 -0
- package/dist/components/Breadcrumb.js.map +1 -0
- package/dist/components/Checkbox.d.ts +2 -1
- package/dist/components/Checkbox.d.ts.map +1 -1
- package/dist/components/Checkbox.js +4 -2
- package/dist/components/Checkbox.js.map +1 -1
- package/dist/components/Combobox.d.ts +86 -0
- package/dist/components/Combobox.d.ts.map +1 -0
- package/dist/components/Combobox.js +261 -0
- package/dist/components/Combobox.js.map +1 -0
- package/dist/components/Drawer.d.ts +52 -0
- package/dist/components/Drawer.d.ts.map +1 -0
- package/dist/components/Drawer.js +66 -0
- package/dist/components/Drawer.js.map +1 -0
- package/dist/components/FileUpload.d.ts +79 -0
- package/dist/components/FileUpload.d.ts.map +1 -0
- package/dist/components/FileUpload.js +218 -0
- package/dist/components/FileUpload.js.map +1 -0
- package/dist/components/ProgressBar.d.ts +46 -0
- package/dist/components/ProgressBar.d.ts.map +1 -0
- package/dist/components/ProgressBar.js +52 -0
- package/dist/components/ProgressBar.js.map +1 -0
- package/dist/components/Select.d.ts +9 -2
- package/dist/components/Select.d.ts.map +1 -1
- package/dist/components/Select.js.map +1 -1
- package/dist/components/Skeleton.d.ts +39 -0
- package/dist/components/Skeleton.d.ts.map +1 -0
- package/dist/components/Skeleton.js +50 -0
- package/dist/components/Skeleton.js.map +1 -0
- package/dist/components/Spinner.d.ts +45 -0
- package/dist/components/Spinner.d.ts.map +1 -0
- package/dist/components/Spinner.js +44 -0
- package/dist/components/Spinner.js.map +1 -0
- package/dist/components/Textarea.d.ts +50 -0
- package/dist/components/Textarea.d.ts.map +1 -0
- package/dist/components/Textarea.js +48 -0
- package/dist/components/Textarea.js.map +1 -0
- package/dist/components/Toggle.d.ts +2 -1
- package/dist/components/Toggle.d.ts.map +1 -1
- package/dist/components/Toggle.js +4 -2
- package/dist/components/Toggle.js.map +1 -1
- package/dist/components/index.d.ts +18 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +9 -0
- package/dist/components/index.js.map +1 -1
- package/dist/components/resolve-selection.d.ts +36 -0
- package/dist/components/resolve-selection.d.ts.map +1 -0
- package/dist/components/resolve-selection.js +14 -0
- package/dist/components/resolve-selection.js.map +1 -0
- package/dist/figma-descriptions.json +204 -144
- package/dist/figma-map.json +2311 -1643
- package/dist/meta/Accordion.json +123 -0
- package/dist/meta/AccordionItem.json +90 -0
- package/dist/meta/Breadcrumb.json +87 -0
- package/dist/meta/BreadcrumbItem.json +78 -0
- package/dist/meta/Checkbox.json +18 -1
- package/dist/meta/Combobox.json +265 -0
- package/dist/meta/Drawer.json +234 -0
- package/dist/meta/EmptyState.json +1 -1
- package/dist/meta/FileUpload.json +246 -0
- package/dist/meta/Input.json +0 -1
- package/dist/meta/PhoneInput.json +39 -39
- package/dist/meta/Popover.json +3 -3
- package/dist/meta/ProgressBar.json +166 -0
- package/dist/meta/Select.json +4 -3
- package/dist/meta/Skeleton.json +120 -0
- package/dist/meta/Spinner.json +123 -0
- package/dist/meta/Textarea.json +520 -0
- package/dist/meta/Toggle.json +18 -1
- package/dist/meta/Tooltip.json +3 -3
- package/dist/meta/components.json +2447 -361
- package/dist/meta/contrast.json +3130 -227
- package/dist/meta/index.json +149 -7
- package/dist/meta/patterns/index.json +1 -1
- package/dist/styles/accordion.css +102 -0
- package/dist/styles/breadcrumb.css +72 -0
- package/dist/styles/combobox.css +154 -0
- package/dist/styles/drawer.css +181 -0
- package/dist/styles/empty-state.css +16 -4
- package/dist/styles/file-upload.css +236 -0
- package/dist/styles/index.css +9 -0
- package/dist/styles/input.css +34 -15
- package/dist/styles/progress-bar.css +107 -0
- package/dist/styles/skeleton.css +76 -0
- package/dist/styles/spinner.css +70 -0
- package/dist/styles/textarea.css +178 -0
- package/dist/styles/tokens/base.css +0 -1
- package/dist/styles/tokens/theme-dark.css +0 -1
- package/dist/tokens/index.d.ts +0 -6
- package/dist/tokens/index.d.ts.map +1 -1
- package/dist/tokens/index.js +0 -5
- package/dist/tokens/index.js.map +1 -1
- package/llms.txt +2 -2
- package/package.json +19 -19
package/dist/meta/contrast.json
CHANGED
|
@@ -118,6 +118,21 @@
|
|
|
118
118
|
"ratio": 2.38,
|
|
119
119
|
"min": 4.5
|
|
120
120
|
},
|
|
121
|
+
{
|
|
122
|
+
"component": "accordion",
|
|
123
|
+
"context": "ion-accordion ion-accordion__trigger",
|
|
124
|
+
"state": "disabled",
|
|
125
|
+
"fg": "--icon-disabled",
|
|
126
|
+
"bg": "--surface-muted",
|
|
127
|
+
"backdrop": null,
|
|
128
|
+
"kind": "non-text",
|
|
129
|
+
"ground": "assumed",
|
|
130
|
+
"mode": "Dark",
|
|
131
|
+
"fgHex": "#6b7280",
|
|
132
|
+
"bgHex": "#1d2735",
|
|
133
|
+
"ratio": 3.12,
|
|
134
|
+
"min": 3
|
|
135
|
+
},
|
|
121
136
|
{
|
|
122
137
|
"component": "approval-gate",
|
|
123
138
|
"context": "ion-approval-gate ion-approval-gate__action",
|
|
@@ -190,6 +205,105 @@
|
|
|
190
205
|
"ratio": 3.12,
|
|
191
206
|
"min": 4.5
|
|
192
207
|
},
|
|
208
|
+
{
|
|
209
|
+
"component": "combobox",
|
|
210
|
+
"context": "ion-combobox ion-combobox__button",
|
|
211
|
+
"state": "disabled",
|
|
212
|
+
"fg": "--icon-disabled",
|
|
213
|
+
"bg": "--surface-muted",
|
|
214
|
+
"backdrop": null,
|
|
215
|
+
"kind": "non-text",
|
|
216
|
+
"ground": "assumed",
|
|
217
|
+
"mode": "Dark",
|
|
218
|
+
"fgHex": "#6b7280",
|
|
219
|
+
"bgHex": "#1d2735",
|
|
220
|
+
"ratio": 3.12,
|
|
221
|
+
"min": 3
|
|
222
|
+
},
|
|
223
|
+
{
|
|
224
|
+
"component": "combobox",
|
|
225
|
+
"context": "ion-combobox-menu ion-combobox-menu__option",
|
|
226
|
+
"state": "disabled",
|
|
227
|
+
"fg": "--text-disabled",
|
|
228
|
+
"bg": "--surface-raised",
|
|
229
|
+
"backdrop": "--surface-raised",
|
|
230
|
+
"kind": "text",
|
|
231
|
+
"mode": "Dark",
|
|
232
|
+
"fgHex": "#6b7280",
|
|
233
|
+
"bgHex": "#1d2735",
|
|
234
|
+
"ratio": 3.12,
|
|
235
|
+
"min": 4.5
|
|
236
|
+
},
|
|
237
|
+
{
|
|
238
|
+
"component": "file-upload",
|
|
239
|
+
"context": "ion-file-upload--disabled ion-file-upload__prompt",
|
|
240
|
+
"state": "disabled",
|
|
241
|
+
"fg": "--text-disabled",
|
|
242
|
+
"bg": "--surface-disabled",
|
|
243
|
+
"backdrop": "--surface-primary-subtle",
|
|
244
|
+
"kind": "text",
|
|
245
|
+
"mode": "Dark",
|
|
246
|
+
"fgHex": "#6b7280",
|
|
247
|
+
"bgHex": "#1d2735",
|
|
248
|
+
"ratio": 3.12,
|
|
249
|
+
"min": 4.5
|
|
250
|
+
},
|
|
251
|
+
{
|
|
252
|
+
"component": "file-upload",
|
|
253
|
+
"context": "ion-file-upload ion-file-upload__prompt",
|
|
254
|
+
"state": "disabled",
|
|
255
|
+
"fg": "--text-disabled",
|
|
256
|
+
"bg": "--surface-disabled",
|
|
257
|
+
"backdrop": "--surface-primary-subtle",
|
|
258
|
+
"kind": "text",
|
|
259
|
+
"mode": "Dark",
|
|
260
|
+
"fgHex": "#6b7280",
|
|
261
|
+
"bgHex": "#1d2735",
|
|
262
|
+
"ratio": 3.12,
|
|
263
|
+
"min": 4.5
|
|
264
|
+
},
|
|
265
|
+
{
|
|
266
|
+
"component": "file-upload",
|
|
267
|
+
"context": "ion-file-upload--disabled ion-file-upload__icon",
|
|
268
|
+
"state": "disabled",
|
|
269
|
+
"fg": "--icon-disabled",
|
|
270
|
+
"bg": "--surface-disabled",
|
|
271
|
+
"backdrop": "--surface-primary-subtle",
|
|
272
|
+
"kind": "non-text",
|
|
273
|
+
"mode": "Dark",
|
|
274
|
+
"fgHex": "#6b7280",
|
|
275
|
+
"bgHex": "#1d2735",
|
|
276
|
+
"ratio": 3.12,
|
|
277
|
+
"min": 3
|
|
278
|
+
},
|
|
279
|
+
{
|
|
280
|
+
"component": "file-upload",
|
|
281
|
+
"context": "ion-file-upload ion-file-upload__icon",
|
|
282
|
+
"state": "disabled",
|
|
283
|
+
"fg": "--icon-disabled",
|
|
284
|
+
"bg": "--surface-disabled",
|
|
285
|
+
"backdrop": "--surface-primary-subtle",
|
|
286
|
+
"kind": "non-text",
|
|
287
|
+
"mode": "Dark",
|
|
288
|
+
"fgHex": "#6b7280",
|
|
289
|
+
"bgHex": "#1d2735",
|
|
290
|
+
"ratio": 3.12,
|
|
291
|
+
"min": 3
|
|
292
|
+
},
|
|
293
|
+
{
|
|
294
|
+
"component": "file-upload",
|
|
295
|
+
"context": "ion-file-upload ion-file-upload__remove",
|
|
296
|
+
"state": "disabled",
|
|
297
|
+
"fg": "--icon-disabled",
|
|
298
|
+
"bg": "--surface-disabled",
|
|
299
|
+
"backdrop": "--surface-primary-subtle",
|
|
300
|
+
"kind": "non-text",
|
|
301
|
+
"mode": "Dark",
|
|
302
|
+
"fgHex": "#6b7280",
|
|
303
|
+
"bgHex": "#1d2735",
|
|
304
|
+
"ratio": 3.12,
|
|
305
|
+
"min": 3
|
|
306
|
+
},
|
|
193
307
|
{
|
|
194
308
|
"component": "input",
|
|
195
309
|
"context": "ion-input--disabled ion-input__field",
|
|
@@ -494,6 +608,20 @@
|
|
|
494
608
|
"ratio": 3.12,
|
|
495
609
|
"min": 4.5
|
|
496
610
|
},
|
|
611
|
+
{
|
|
612
|
+
"component": "textarea",
|
|
613
|
+
"context": "ion-textarea",
|
|
614
|
+
"state": "disabled",
|
|
615
|
+
"fg": "--text-disabled",
|
|
616
|
+
"bg": "--surface-disabled",
|
|
617
|
+
"backdrop": "--surface-page",
|
|
618
|
+
"kind": "text",
|
|
619
|
+
"mode": "Dark",
|
|
620
|
+
"fgHex": "#6b7280",
|
|
621
|
+
"bgHex": "#1d2735",
|
|
622
|
+
"ratio": 3.12,
|
|
623
|
+
"min": 4.5
|
|
624
|
+
},
|
|
497
625
|
{
|
|
498
626
|
"component": "toggle",
|
|
499
627
|
"context": "ion-toggle--disabled ion-toggle__label",
|
|
@@ -524,6 +652,21 @@
|
|
|
524
652
|
"ratio": 3.12,
|
|
525
653
|
"min": 4.5
|
|
526
654
|
},
|
|
655
|
+
{
|
|
656
|
+
"component": "accordion",
|
|
657
|
+
"context": "ion-accordion ion-accordion__trigger",
|
|
658
|
+
"state": "disabled",
|
|
659
|
+
"fg": "--icon-disabled",
|
|
660
|
+
"bg": "--surface-page",
|
|
661
|
+
"backdrop": null,
|
|
662
|
+
"kind": "non-text",
|
|
663
|
+
"ground": "assumed",
|
|
664
|
+
"mode": "Dark",
|
|
665
|
+
"fgHex": "#6b7280",
|
|
666
|
+
"bgHex": "#131923",
|
|
667
|
+
"ratio": 3.65,
|
|
668
|
+
"min": 3
|
|
669
|
+
},
|
|
527
670
|
{
|
|
528
671
|
"component": "checkbox",
|
|
529
672
|
"context": "ion-checkbox--disabled ion-checkbox__label",
|
|
@@ -554,6 +697,21 @@
|
|
|
554
697
|
"ratio": 3.65,
|
|
555
698
|
"min": 4.5
|
|
556
699
|
},
|
|
700
|
+
{
|
|
701
|
+
"component": "combobox",
|
|
702
|
+
"context": "ion-combobox ion-combobox__button",
|
|
703
|
+
"state": "disabled",
|
|
704
|
+
"fg": "--icon-disabled",
|
|
705
|
+
"bg": "--surface-page",
|
|
706
|
+
"backdrop": null,
|
|
707
|
+
"kind": "non-text",
|
|
708
|
+
"ground": "assumed",
|
|
709
|
+
"mode": "Dark",
|
|
710
|
+
"fgHex": "#6b7280",
|
|
711
|
+
"bgHex": "#131923",
|
|
712
|
+
"ratio": 3.65,
|
|
713
|
+
"min": 3
|
|
714
|
+
},
|
|
557
715
|
{
|
|
558
716
|
"component": "link",
|
|
559
717
|
"context": "ion-link--disabled",
|
|
@@ -734,6 +892,21 @@
|
|
|
734
892
|
"ratio": 3.65,
|
|
735
893
|
"min": 4.5
|
|
736
894
|
},
|
|
895
|
+
{
|
|
896
|
+
"component": "accordion",
|
|
897
|
+
"context": "ion-accordion ion-accordion__trigger",
|
|
898
|
+
"state": "disabled",
|
|
899
|
+
"fg": "--icon-disabled",
|
|
900
|
+
"bg": "--surface-muted",
|
|
901
|
+
"backdrop": null,
|
|
902
|
+
"kind": "non-text",
|
|
903
|
+
"ground": "assumed",
|
|
904
|
+
"mode": "Light",
|
|
905
|
+
"fgHex": "#6b7280",
|
|
906
|
+
"bgHex": "#f0f2f4",
|
|
907
|
+
"ratio": 4.31,
|
|
908
|
+
"min": 3
|
|
909
|
+
},
|
|
737
910
|
{
|
|
738
911
|
"component": "approval-gate",
|
|
739
912
|
"context": "ion-approval-gate ion-approval-gate__action",
|
|
@@ -806,6 +979,91 @@
|
|
|
806
979
|
"ratio": 4.31,
|
|
807
980
|
"min": 4.5
|
|
808
981
|
},
|
|
982
|
+
{
|
|
983
|
+
"component": "combobox",
|
|
984
|
+
"context": "ion-combobox ion-combobox__button",
|
|
985
|
+
"state": "disabled",
|
|
986
|
+
"fg": "--icon-disabled",
|
|
987
|
+
"bg": "--surface-muted",
|
|
988
|
+
"backdrop": null,
|
|
989
|
+
"kind": "non-text",
|
|
990
|
+
"ground": "assumed",
|
|
991
|
+
"mode": "Light",
|
|
992
|
+
"fgHex": "#6b7280",
|
|
993
|
+
"bgHex": "#f0f2f4",
|
|
994
|
+
"ratio": 4.31,
|
|
995
|
+
"min": 3
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
"component": "file-upload",
|
|
999
|
+
"context": "ion-file-upload--disabled ion-file-upload__prompt",
|
|
1000
|
+
"state": "disabled",
|
|
1001
|
+
"fg": "--text-disabled",
|
|
1002
|
+
"bg": "--surface-disabled",
|
|
1003
|
+
"backdrop": "--surface-primary-subtle",
|
|
1004
|
+
"kind": "text",
|
|
1005
|
+
"mode": "Light",
|
|
1006
|
+
"fgHex": "#6b7280",
|
|
1007
|
+
"bgHex": "#f0f2f4",
|
|
1008
|
+
"ratio": 4.31,
|
|
1009
|
+
"min": 4.5
|
|
1010
|
+
},
|
|
1011
|
+
{
|
|
1012
|
+
"component": "file-upload",
|
|
1013
|
+
"context": "ion-file-upload ion-file-upload__prompt",
|
|
1014
|
+
"state": "disabled",
|
|
1015
|
+
"fg": "--text-disabled",
|
|
1016
|
+
"bg": "--surface-disabled",
|
|
1017
|
+
"backdrop": "--surface-primary-subtle",
|
|
1018
|
+
"kind": "text",
|
|
1019
|
+
"mode": "Light",
|
|
1020
|
+
"fgHex": "#6b7280",
|
|
1021
|
+
"bgHex": "#f0f2f4",
|
|
1022
|
+
"ratio": 4.31,
|
|
1023
|
+
"min": 4.5
|
|
1024
|
+
},
|
|
1025
|
+
{
|
|
1026
|
+
"component": "file-upload",
|
|
1027
|
+
"context": "ion-file-upload--disabled ion-file-upload__icon",
|
|
1028
|
+
"state": "disabled",
|
|
1029
|
+
"fg": "--icon-disabled",
|
|
1030
|
+
"bg": "--surface-disabled",
|
|
1031
|
+
"backdrop": "--surface-primary-subtle",
|
|
1032
|
+
"kind": "non-text",
|
|
1033
|
+
"mode": "Light",
|
|
1034
|
+
"fgHex": "#6b7280",
|
|
1035
|
+
"bgHex": "#f0f2f4",
|
|
1036
|
+
"ratio": 4.31,
|
|
1037
|
+
"min": 3
|
|
1038
|
+
},
|
|
1039
|
+
{
|
|
1040
|
+
"component": "file-upload",
|
|
1041
|
+
"context": "ion-file-upload ion-file-upload__icon",
|
|
1042
|
+
"state": "disabled",
|
|
1043
|
+
"fg": "--icon-disabled",
|
|
1044
|
+
"bg": "--surface-disabled",
|
|
1045
|
+
"backdrop": "--surface-primary-subtle",
|
|
1046
|
+
"kind": "non-text",
|
|
1047
|
+
"mode": "Light",
|
|
1048
|
+
"fgHex": "#6b7280",
|
|
1049
|
+
"bgHex": "#f0f2f4",
|
|
1050
|
+
"ratio": 4.31,
|
|
1051
|
+
"min": 3
|
|
1052
|
+
},
|
|
1053
|
+
{
|
|
1054
|
+
"component": "file-upload",
|
|
1055
|
+
"context": "ion-file-upload ion-file-upload__remove",
|
|
1056
|
+
"state": "disabled",
|
|
1057
|
+
"fg": "--icon-disabled",
|
|
1058
|
+
"bg": "--surface-disabled",
|
|
1059
|
+
"backdrop": "--surface-primary-subtle",
|
|
1060
|
+
"kind": "non-text",
|
|
1061
|
+
"mode": "Light",
|
|
1062
|
+
"fgHex": "#6b7280",
|
|
1063
|
+
"bgHex": "#f0f2f4",
|
|
1064
|
+
"ratio": 4.31,
|
|
1065
|
+
"min": 3
|
|
1066
|
+
},
|
|
809
1067
|
{
|
|
810
1068
|
"component": "input",
|
|
811
1069
|
"context": "ion-input--disabled ion-input__field",
|
|
@@ -1110,6 +1368,20 @@
|
|
|
1110
1368
|
"ratio": 4.31,
|
|
1111
1369
|
"min": 4.5
|
|
1112
1370
|
},
|
|
1371
|
+
{
|
|
1372
|
+
"component": "textarea",
|
|
1373
|
+
"context": "ion-textarea",
|
|
1374
|
+
"state": "disabled",
|
|
1375
|
+
"fg": "--text-disabled",
|
|
1376
|
+
"bg": "--surface-disabled",
|
|
1377
|
+
"backdrop": "--surface-page",
|
|
1378
|
+
"kind": "text",
|
|
1379
|
+
"mode": "Light",
|
|
1380
|
+
"fgHex": "#6b7280",
|
|
1381
|
+
"bgHex": "#f0f2f4",
|
|
1382
|
+
"ratio": 4.31,
|
|
1383
|
+
"min": 4.5
|
|
1384
|
+
},
|
|
1113
1385
|
{
|
|
1114
1386
|
"component": "toggle",
|
|
1115
1387
|
"context": "ion-toggle--disabled ion-toggle__label",
|
|
@@ -1141,23 +1413,23 @@
|
|
|
1141
1413
|
"min": 4.5
|
|
1142
1414
|
},
|
|
1143
1415
|
{
|
|
1144
|
-
"component": "
|
|
1145
|
-
"context": "ion-
|
|
1416
|
+
"component": "accordion",
|
|
1417
|
+
"context": "ion-accordion ion-accordion__trigger",
|
|
1146
1418
|
"state": "disabled",
|
|
1147
|
-
"fg": "--
|
|
1419
|
+
"fg": "--icon-disabled",
|
|
1148
1420
|
"bg": "--surface-default",
|
|
1149
1421
|
"backdrop": null,
|
|
1150
|
-
"kind": "text",
|
|
1422
|
+
"kind": "non-text",
|
|
1151
1423
|
"ground": "assumed",
|
|
1152
1424
|
"mode": "Dark",
|
|
1153
1425
|
"fgHex": "#6b7280",
|
|
1154
1426
|
"bgHex": "#000000",
|
|
1155
1427
|
"ratio": 4.34,
|
|
1156
|
-
"min":
|
|
1428
|
+
"min": 3
|
|
1157
1429
|
},
|
|
1158
1430
|
{
|
|
1159
1431
|
"component": "checkbox",
|
|
1160
|
-
"context": "ion-checkbox ion-checkbox__label",
|
|
1432
|
+
"context": "ion-checkbox--disabled ion-checkbox__label",
|
|
1161
1433
|
"state": "disabled",
|
|
1162
1434
|
"fg": "--text-disabled",
|
|
1163
1435
|
"bg": "--surface-default",
|
|
@@ -1171,8 +1443,8 @@
|
|
|
1171
1443
|
"min": 4.5
|
|
1172
1444
|
},
|
|
1173
1445
|
{
|
|
1174
|
-
"component": "
|
|
1175
|
-
"context": "ion-
|
|
1446
|
+
"component": "checkbox",
|
|
1447
|
+
"context": "ion-checkbox ion-checkbox__label",
|
|
1176
1448
|
"state": "disabled",
|
|
1177
1449
|
"fg": "--text-disabled",
|
|
1178
1450
|
"bg": "--surface-default",
|
|
@@ -1186,19 +1458,49 @@
|
|
|
1186
1458
|
"min": 4.5
|
|
1187
1459
|
},
|
|
1188
1460
|
{
|
|
1189
|
-
"component": "
|
|
1190
|
-
"context": "ion-
|
|
1461
|
+
"component": "combobox",
|
|
1462
|
+
"context": "ion-combobox ion-combobox__button",
|
|
1191
1463
|
"state": "disabled",
|
|
1192
|
-
"fg": "--
|
|
1464
|
+
"fg": "--icon-disabled",
|
|
1193
1465
|
"bg": "--surface-default",
|
|
1194
1466
|
"backdrop": null,
|
|
1195
|
-
"kind": "text",
|
|
1467
|
+
"kind": "non-text",
|
|
1196
1468
|
"ground": "assumed",
|
|
1197
1469
|
"mode": "Dark",
|
|
1198
1470
|
"fgHex": "#6b7280",
|
|
1199
1471
|
"bgHex": "#000000",
|
|
1200
1472
|
"ratio": 4.34,
|
|
1201
|
-
"min":
|
|
1473
|
+
"min": 3
|
|
1474
|
+
},
|
|
1475
|
+
{
|
|
1476
|
+
"component": "link",
|
|
1477
|
+
"context": "ion-link--disabled",
|
|
1478
|
+
"state": "disabled",
|
|
1479
|
+
"fg": "--text-disabled",
|
|
1480
|
+
"bg": "--surface-default",
|
|
1481
|
+
"backdrop": null,
|
|
1482
|
+
"kind": "text",
|
|
1483
|
+
"ground": "assumed",
|
|
1484
|
+
"mode": "Dark",
|
|
1485
|
+
"fgHex": "#6b7280",
|
|
1486
|
+
"bgHex": "#000000",
|
|
1487
|
+
"ratio": 4.34,
|
|
1488
|
+
"min": 4.5
|
|
1489
|
+
},
|
|
1490
|
+
{
|
|
1491
|
+
"component": "link",
|
|
1492
|
+
"context": "ion-link",
|
|
1493
|
+
"state": "disabled",
|
|
1494
|
+
"fg": "--text-disabled",
|
|
1495
|
+
"bg": "--surface-default",
|
|
1496
|
+
"backdrop": null,
|
|
1497
|
+
"kind": "text",
|
|
1498
|
+
"ground": "assumed",
|
|
1499
|
+
"mode": "Dark",
|
|
1500
|
+
"fgHex": "#6b7280",
|
|
1501
|
+
"bgHex": "#000000",
|
|
1502
|
+
"ratio": 4.34,
|
|
1503
|
+
"min": 4.5
|
|
1202
1504
|
},
|
|
1203
1505
|
{
|
|
1204
1506
|
"component": "menu",
|
|
@@ -1378,6 +1680,21 @@
|
|
|
1378
1680
|
"ratio": 4.5,
|
|
1379
1681
|
"min": 3
|
|
1380
1682
|
},
|
|
1683
|
+
{
|
|
1684
|
+
"component": "accordion",
|
|
1685
|
+
"context": "ion-accordion ion-accordion__trigger",
|
|
1686
|
+
"state": "disabled",
|
|
1687
|
+
"fg": "--icon-disabled",
|
|
1688
|
+
"bg": "--surface-page",
|
|
1689
|
+
"backdrop": null,
|
|
1690
|
+
"kind": "non-text",
|
|
1691
|
+
"ground": "assumed",
|
|
1692
|
+
"mode": "Light",
|
|
1693
|
+
"fgHex": "#6b7280",
|
|
1694
|
+
"bgHex": "#f6f8f9",
|
|
1695
|
+
"ratio": 4.54,
|
|
1696
|
+
"min": 3
|
|
1697
|
+
},
|
|
1381
1698
|
{
|
|
1382
1699
|
"component": "checkbox",
|
|
1383
1700
|
"context": "ion-checkbox--disabled ion-checkbox__label",
|
|
@@ -1408,6 +1725,21 @@
|
|
|
1408
1725
|
"ratio": 4.54,
|
|
1409
1726
|
"min": 4.5
|
|
1410
1727
|
},
|
|
1728
|
+
{
|
|
1729
|
+
"component": "combobox",
|
|
1730
|
+
"context": "ion-combobox ion-combobox__button",
|
|
1731
|
+
"state": "disabled",
|
|
1732
|
+
"fg": "--icon-disabled",
|
|
1733
|
+
"bg": "--surface-page",
|
|
1734
|
+
"backdrop": null,
|
|
1735
|
+
"kind": "non-text",
|
|
1736
|
+
"ground": "assumed",
|
|
1737
|
+
"mode": "Light",
|
|
1738
|
+
"fgHex": "#6b7280",
|
|
1739
|
+
"bgHex": "#f6f8f9",
|
|
1740
|
+
"ratio": 4.54,
|
|
1741
|
+
"min": 3
|
|
1742
|
+
},
|
|
1411
1743
|
{
|
|
1412
1744
|
"component": "link",
|
|
1413
1745
|
"context": "ion-link--disabled",
|
|
@@ -1645,6 +1977,21 @@
|
|
|
1645
1977
|
"ratio": 4.76,
|
|
1646
1978
|
"min": 3
|
|
1647
1979
|
},
|
|
1980
|
+
{
|
|
1981
|
+
"component": "accordion",
|
|
1982
|
+
"context": "ion-accordion ion-accordion__trigger",
|
|
1983
|
+
"state": "hover",
|
|
1984
|
+
"fg": "--text-primary",
|
|
1985
|
+
"bg": "--surface-muted",
|
|
1986
|
+
"backdrop": null,
|
|
1987
|
+
"kind": "text",
|
|
1988
|
+
"ground": "assumed",
|
|
1989
|
+
"mode": "Light",
|
|
1990
|
+
"fgHex": "#1c62e3",
|
|
1991
|
+
"bgHex": "#f0f2f4",
|
|
1992
|
+
"ratio": 4.79,
|
|
1993
|
+
"min": 4.5
|
|
1994
|
+
},
|
|
1648
1995
|
{
|
|
1649
1996
|
"component": "agent-activity",
|
|
1650
1997
|
"context": "ion-agent-activity__step--active ion-agent-activity__step--active",
|
|
@@ -1660,6 +2007,21 @@
|
|
|
1660
2007
|
"ratio": 4.79,
|
|
1661
2008
|
"min": 3
|
|
1662
2009
|
},
|
|
2010
|
+
{
|
|
2011
|
+
"component": "accordion",
|
|
2012
|
+
"context": "ion-accordion ion-accordion__trigger",
|
|
2013
|
+
"state": "disabled",
|
|
2014
|
+
"fg": "--icon-disabled",
|
|
2015
|
+
"bg": "--surface-default",
|
|
2016
|
+
"backdrop": null,
|
|
2017
|
+
"kind": "non-text",
|
|
2018
|
+
"ground": "assumed",
|
|
2019
|
+
"mode": "Light",
|
|
2020
|
+
"fgHex": "#6b7280",
|
|
2021
|
+
"bgHex": "#ffffff",
|
|
2022
|
+
"ratio": 4.83,
|
|
2023
|
+
"min": 3
|
|
2024
|
+
},
|
|
1663
2025
|
{
|
|
1664
2026
|
"component": "checkbox",
|
|
1665
2027
|
"context": "ion-checkbox--disabled ion-checkbox__label",
|
|
@@ -1690,6 +2052,35 @@
|
|
|
1690
2052
|
"ratio": 4.83,
|
|
1691
2053
|
"min": 4.5
|
|
1692
2054
|
},
|
|
2055
|
+
{
|
|
2056
|
+
"component": "combobox",
|
|
2057
|
+
"context": "ion-combobox ion-combobox__button",
|
|
2058
|
+
"state": "disabled",
|
|
2059
|
+
"fg": "--icon-disabled",
|
|
2060
|
+
"bg": "--surface-default",
|
|
2061
|
+
"backdrop": null,
|
|
2062
|
+
"kind": "non-text",
|
|
2063
|
+
"ground": "assumed",
|
|
2064
|
+
"mode": "Light",
|
|
2065
|
+
"fgHex": "#6b7280",
|
|
2066
|
+
"bgHex": "#ffffff",
|
|
2067
|
+
"ratio": 4.83,
|
|
2068
|
+
"min": 3
|
|
2069
|
+
},
|
|
2070
|
+
{
|
|
2071
|
+
"component": "combobox",
|
|
2072
|
+
"context": "ion-combobox-menu ion-combobox-menu__option",
|
|
2073
|
+
"state": "disabled",
|
|
2074
|
+
"fg": "--text-disabled",
|
|
2075
|
+
"bg": "--surface-raised",
|
|
2076
|
+
"backdrop": "--surface-raised",
|
|
2077
|
+
"kind": "text",
|
|
2078
|
+
"mode": "Light",
|
|
2079
|
+
"fgHex": "#6b7280",
|
|
2080
|
+
"bgHex": "#ffffff",
|
|
2081
|
+
"ratio": 4.83,
|
|
2082
|
+
"min": 4.5
|
|
2083
|
+
},
|
|
1693
2084
|
{
|
|
1694
2085
|
"component": "link",
|
|
1695
2086
|
"context": "ion-link--disabled",
|
|
@@ -1955,6 +2346,21 @@
|
|
|
1955
2346
|
"ratio": 4.94,
|
|
1956
2347
|
"min": 3
|
|
1957
2348
|
},
|
|
2349
|
+
{
|
|
2350
|
+
"component": "accordion",
|
|
2351
|
+
"context": "ion-accordion ion-accordion__trigger",
|
|
2352
|
+
"state": "hover",
|
|
2353
|
+
"fg": "--text-primary",
|
|
2354
|
+
"bg": "--surface-page",
|
|
2355
|
+
"backdrop": null,
|
|
2356
|
+
"kind": "text",
|
|
2357
|
+
"ground": "assumed",
|
|
2358
|
+
"mode": "Light",
|
|
2359
|
+
"fgHex": "#1c62e3",
|
|
2360
|
+
"bgHex": "#f6f8f9",
|
|
2361
|
+
"ratio": 5.05,
|
|
2362
|
+
"min": 4.5
|
|
2363
|
+
},
|
|
1958
2364
|
{
|
|
1959
2365
|
"component": "agent-activity",
|
|
1960
2366
|
"context": "ion-agent-activity__step--active ion-agent-activity__step--active",
|
|
@@ -2230,6 +2636,21 @@
|
|
|
2230
2636
|
"ratio": 5.37,
|
|
2231
2637
|
"min": 3
|
|
2232
2638
|
},
|
|
2639
|
+
{
|
|
2640
|
+
"component": "accordion",
|
|
2641
|
+
"context": "ion-accordion ion-accordion__trigger",
|
|
2642
|
+
"state": "hover",
|
|
2643
|
+
"fg": "--text-primary",
|
|
2644
|
+
"bg": "--surface-default",
|
|
2645
|
+
"backdrop": null,
|
|
2646
|
+
"kind": "text",
|
|
2647
|
+
"ground": "assumed",
|
|
2648
|
+
"mode": "Light",
|
|
2649
|
+
"fgHex": "#1c62e3",
|
|
2650
|
+
"bgHex": "#ffffff",
|
|
2651
|
+
"ratio": 5.38,
|
|
2652
|
+
"min": 4.5
|
|
2653
|
+
},
|
|
2233
2654
|
{
|
|
2234
2655
|
"component": "agent-activity",
|
|
2235
2656
|
"context": "ion-agent-activity__step--active ion-agent-activity__step--active",
|
|
@@ -2708,6 +3129,34 @@
|
|
|
2708
3129
|
"ratio": 5.78,
|
|
2709
3130
|
"min": 3
|
|
2710
3131
|
},
|
|
3132
|
+
{
|
|
3133
|
+
"component": "file-upload",
|
|
3134
|
+
"context": "ion-file-upload ion-file-upload__hint",
|
|
3135
|
+
"state": "default",
|
|
3136
|
+
"fg": "--text-tertiary",
|
|
3137
|
+
"bg": "--surface-primary-subtle",
|
|
3138
|
+
"backdrop": "--surface-primary-subtle",
|
|
3139
|
+
"kind": "text",
|
|
3140
|
+
"mode": "Dark",
|
|
3141
|
+
"fgHex": "#9ca3b0",
|
|
3142
|
+
"bgHex": "#071e69",
|
|
3143
|
+
"ratio": 5.92,
|
|
3144
|
+
"min": 4.5
|
|
3145
|
+
},
|
|
3146
|
+
{
|
|
3147
|
+
"component": "file-upload",
|
|
3148
|
+
"context": "ion-file-upload ion-file-upload__size",
|
|
3149
|
+
"state": "default",
|
|
3150
|
+
"fg": "--text-tertiary",
|
|
3151
|
+
"bg": "--surface-primary-subtle",
|
|
3152
|
+
"backdrop": "--surface-primary-subtle",
|
|
3153
|
+
"kind": "text",
|
|
3154
|
+
"mode": "Dark",
|
|
3155
|
+
"fgHex": "#9ca3b0",
|
|
3156
|
+
"bgHex": "#071e69",
|
|
3157
|
+
"ratio": 5.92,
|
|
3158
|
+
"min": 4.5
|
|
3159
|
+
},
|
|
2711
3160
|
{
|
|
2712
3161
|
"component": "agent-activity",
|
|
2713
3162
|
"context": "ion-agent-activity ion-agent-activity__glyph",
|
|
@@ -2947,6 +3396,21 @@
|
|
|
2947
3396
|
"ratio": 5.94,
|
|
2948
3397
|
"min": 4.5
|
|
2949
3398
|
},
|
|
3399
|
+
{
|
|
3400
|
+
"component": "breadcrumb",
|
|
3401
|
+
"context": "ion-breadcrumb ion-breadcrumb__item",
|
|
3402
|
+
"state": "default",
|
|
3403
|
+
"fg": "--text-tertiary",
|
|
3404
|
+
"bg": "--surface-muted",
|
|
3405
|
+
"backdrop": null,
|
|
3406
|
+
"kind": "text",
|
|
3407
|
+
"ground": "assumed",
|
|
3408
|
+
"mode": "Dark",
|
|
3409
|
+
"fgHex": "#9ca3b0",
|
|
3410
|
+
"bgHex": "#1d2735",
|
|
3411
|
+
"ratio": 5.94,
|
|
3412
|
+
"min": 4.5
|
|
3413
|
+
},
|
|
2950
3414
|
{
|
|
2951
3415
|
"component": "citation",
|
|
2952
3416
|
"context": "ion-citation-list ion-citation-list__label",
|
|
@@ -2992,6 +3456,34 @@
|
|
|
2992
3456
|
"ratio": 5.94,
|
|
2993
3457
|
"min": 4.5
|
|
2994
3458
|
},
|
|
3459
|
+
{
|
|
3460
|
+
"component": "combobox",
|
|
3461
|
+
"context": "ion-combobox-menu ion-combobox-menu__description",
|
|
3462
|
+
"state": "default",
|
|
3463
|
+
"fg": "--text-tertiary",
|
|
3464
|
+
"bg": "--surface-raised",
|
|
3465
|
+
"backdrop": "--surface-raised",
|
|
3466
|
+
"kind": "text",
|
|
3467
|
+
"mode": "Dark",
|
|
3468
|
+
"fgHex": "#9ca3b0",
|
|
3469
|
+
"bgHex": "#1d2735",
|
|
3470
|
+
"ratio": 5.94,
|
|
3471
|
+
"min": 4.5
|
|
3472
|
+
},
|
|
3473
|
+
{
|
|
3474
|
+
"component": "combobox",
|
|
3475
|
+
"context": "ion-combobox-menu ion-combobox-menu__empty",
|
|
3476
|
+
"state": "default",
|
|
3477
|
+
"fg": "--text-tertiary",
|
|
3478
|
+
"bg": "--surface-raised",
|
|
3479
|
+
"backdrop": "--surface-raised",
|
|
3480
|
+
"kind": "text",
|
|
3481
|
+
"mode": "Dark",
|
|
3482
|
+
"fgHex": "#9ca3b0",
|
|
3483
|
+
"bgHex": "#1d2735",
|
|
3484
|
+
"ratio": 5.94,
|
|
3485
|
+
"min": 4.5
|
|
3486
|
+
},
|
|
2995
3487
|
{
|
|
2996
3488
|
"component": "confidence-indicator",
|
|
2997
3489
|
"context": "ion-confidence ion-confidence__basis",
|
|
@@ -3476,6 +3968,21 @@
|
|
|
3476
3968
|
"ratio": 6.06,
|
|
3477
3969
|
"min": 3
|
|
3478
3970
|
},
|
|
3971
|
+
{
|
|
3972
|
+
"component": "drawer",
|
|
3973
|
+
"context": "ion-drawer ion-drawer__scrim",
|
|
3974
|
+
"state": "default",
|
|
3975
|
+
"fg": "--text-default",
|
|
3976
|
+
"bg": "--surface-scrim",
|
|
3977
|
+
"backdrop": "--surface-raised",
|
|
3978
|
+
"kind": "text",
|
|
3979
|
+
"mode": "Light",
|
|
3980
|
+
"fgHex": "#131923",
|
|
3981
|
+
"bgHex": "#999999",
|
|
3982
|
+
"compositedOver": "--surface-raised",
|
|
3983
|
+
"ratio": 6.19,
|
|
3984
|
+
"min": 4.5
|
|
3985
|
+
},
|
|
3479
3986
|
{
|
|
3480
3987
|
"component": "avatar-gradient",
|
|
3481
3988
|
"context": "ion-avatar-gradient--orange",
|
|
@@ -4038,6 +4545,21 @@
|
|
|
4038
4545
|
"ratio": 6.73,
|
|
4039
4546
|
"min": 4.5
|
|
4040
4547
|
},
|
|
4548
|
+
{
|
|
4549
|
+
"component": "breadcrumb",
|
|
4550
|
+
"context": "ion-breadcrumb ion-breadcrumb__item",
|
|
4551
|
+
"state": "default",
|
|
4552
|
+
"fg": "--text-tertiary",
|
|
4553
|
+
"bg": "--surface-muted",
|
|
4554
|
+
"backdrop": null,
|
|
4555
|
+
"kind": "text",
|
|
4556
|
+
"ground": "assumed",
|
|
4557
|
+
"mode": "Light",
|
|
4558
|
+
"fgHex": "#4b5563",
|
|
4559
|
+
"bgHex": "#f0f2f4",
|
|
4560
|
+
"ratio": 6.73,
|
|
4561
|
+
"min": 4.5
|
|
4562
|
+
},
|
|
4041
4563
|
{
|
|
4042
4564
|
"component": "citation",
|
|
4043
4565
|
"context": "ion-citation-list ion-citation-list__label",
|
|
@@ -4381,6 +4903,34 @@
|
|
|
4381
4903
|
"ratio": 6.94,
|
|
4382
4904
|
"min": 4.5
|
|
4383
4905
|
},
|
|
4906
|
+
{
|
|
4907
|
+
"component": "file-upload",
|
|
4908
|
+
"context": "ion-file-upload ion-file-upload__hint",
|
|
4909
|
+
"state": "default",
|
|
4910
|
+
"fg": "--text-tertiary",
|
|
4911
|
+
"bg": "--surface-primary-subtle",
|
|
4912
|
+
"backdrop": "--surface-primary-subtle",
|
|
4913
|
+
"kind": "text",
|
|
4914
|
+
"mode": "Light",
|
|
4915
|
+
"fgHex": "#4b5563",
|
|
4916
|
+
"bgHex": "#ebf7ff",
|
|
4917
|
+
"ratio": 6.94,
|
|
4918
|
+
"min": 4.5
|
|
4919
|
+
},
|
|
4920
|
+
{
|
|
4921
|
+
"component": "file-upload",
|
|
4922
|
+
"context": "ion-file-upload ion-file-upload__size",
|
|
4923
|
+
"state": "default",
|
|
4924
|
+
"fg": "--text-tertiary",
|
|
4925
|
+
"bg": "--surface-primary-subtle",
|
|
4926
|
+
"backdrop": "--surface-primary-subtle",
|
|
4927
|
+
"kind": "text",
|
|
4928
|
+
"mode": "Light",
|
|
4929
|
+
"fgHex": "#4b5563",
|
|
4930
|
+
"bgHex": "#ebf7ff",
|
|
4931
|
+
"ratio": 6.94,
|
|
4932
|
+
"min": 4.5
|
|
4933
|
+
},
|
|
4384
4934
|
{
|
|
4385
4935
|
"component": "agent-activity",
|
|
4386
4936
|
"context": "ion-agent-activity ion-agent-activity__glyph",
|
|
@@ -4606,6 +5156,21 @@
|
|
|
4606
5156
|
"ratio": 6.95,
|
|
4607
5157
|
"min": 4.5
|
|
4608
5158
|
},
|
|
5159
|
+
{
|
|
5160
|
+
"component": "breadcrumb",
|
|
5161
|
+
"context": "ion-breadcrumb ion-breadcrumb__item",
|
|
5162
|
+
"state": "default",
|
|
5163
|
+
"fg": "--text-tertiary",
|
|
5164
|
+
"bg": "--surface-page",
|
|
5165
|
+
"backdrop": null,
|
|
5166
|
+
"kind": "text",
|
|
5167
|
+
"ground": "assumed",
|
|
5168
|
+
"mode": "Dark",
|
|
5169
|
+
"fgHex": "#9ca3b0",
|
|
5170
|
+
"bgHex": "#131923",
|
|
5171
|
+
"ratio": 6.95,
|
|
5172
|
+
"min": 4.5
|
|
5173
|
+
},
|
|
4609
5174
|
{
|
|
4610
5175
|
"component": "citation",
|
|
4611
5176
|
"context": "ion-citation-list ion-citation-list__label",
|
|
@@ -4935,10 +5500,108 @@
|
|
|
4935
5500
|
"min": 4.5
|
|
4936
5501
|
},
|
|
4937
5502
|
{
|
|
4938
|
-
"component": "
|
|
4939
|
-
"context": "ion-
|
|
5503
|
+
"component": "textarea",
|
|
5504
|
+
"context": "ion-textarea",
|
|
4940
5505
|
"state": "default",
|
|
4941
|
-
"fg": "--
|
|
5506
|
+
"fg": "--text-tertiary",
|
|
5507
|
+
"bg": "--surface-page",
|
|
5508
|
+
"backdrop": "--surface-page",
|
|
5509
|
+
"kind": "text",
|
|
5510
|
+
"mode": "Dark",
|
|
5511
|
+
"fgHex": "#9ca3b0",
|
|
5512
|
+
"bgHex": "#131923",
|
|
5513
|
+
"ratio": 6.95,
|
|
5514
|
+
"min": 4.5
|
|
5515
|
+
},
|
|
5516
|
+
{
|
|
5517
|
+
"component": "textarea",
|
|
5518
|
+
"context": "ion-textarea--sm",
|
|
5519
|
+
"state": "default",
|
|
5520
|
+
"fg": "--text-tertiary",
|
|
5521
|
+
"bg": "--surface-page",
|
|
5522
|
+
"backdrop": "--surface-page",
|
|
5523
|
+
"kind": "text",
|
|
5524
|
+
"mode": "Dark",
|
|
5525
|
+
"fgHex": "#9ca3b0",
|
|
5526
|
+
"bgHex": "#131923",
|
|
5527
|
+
"ratio": 6.95,
|
|
5528
|
+
"min": 4.5
|
|
5529
|
+
},
|
|
5530
|
+
{
|
|
5531
|
+
"component": "textarea",
|
|
5532
|
+
"context": "ion-textarea--lg",
|
|
5533
|
+
"state": "default",
|
|
5534
|
+
"fg": "--text-tertiary",
|
|
5535
|
+
"bg": "--surface-page",
|
|
5536
|
+
"backdrop": "--surface-page",
|
|
5537
|
+
"kind": "text",
|
|
5538
|
+
"mode": "Dark",
|
|
5539
|
+
"fgHex": "#9ca3b0",
|
|
5540
|
+
"bgHex": "#131923",
|
|
5541
|
+
"ratio": 6.95,
|
|
5542
|
+
"min": 4.5
|
|
5543
|
+
},
|
|
5544
|
+
{
|
|
5545
|
+
"component": "textarea",
|
|
5546
|
+
"context": "ion-textarea",
|
|
5547
|
+
"state": "hover",
|
|
5548
|
+
"fg": "--text-tertiary",
|
|
5549
|
+
"bg": "--surface-page",
|
|
5550
|
+
"backdrop": "--surface-page",
|
|
5551
|
+
"kind": "text",
|
|
5552
|
+
"mode": "Dark",
|
|
5553
|
+
"fgHex": "#9ca3b0",
|
|
5554
|
+
"bgHex": "#131923",
|
|
5555
|
+
"ratio": 6.95,
|
|
5556
|
+
"min": 4.5
|
|
5557
|
+
},
|
|
5558
|
+
{
|
|
5559
|
+
"component": "textarea",
|
|
5560
|
+
"context": "ion-textarea",
|
|
5561
|
+
"state": "focus",
|
|
5562
|
+
"fg": "--text-tertiary",
|
|
5563
|
+
"bg": "--surface-page",
|
|
5564
|
+
"backdrop": "--surface-page",
|
|
5565
|
+
"kind": "text",
|
|
5566
|
+
"mode": "Dark",
|
|
5567
|
+
"fgHex": "#9ca3b0",
|
|
5568
|
+
"bgHex": "#131923",
|
|
5569
|
+
"ratio": 6.95,
|
|
5570
|
+
"min": 4.5
|
|
5571
|
+
},
|
|
5572
|
+
{
|
|
5573
|
+
"component": "textarea",
|
|
5574
|
+
"context": "ion-textarea--invalid",
|
|
5575
|
+
"state": "default",
|
|
5576
|
+
"fg": "--text-tertiary",
|
|
5577
|
+
"bg": "--surface-page",
|
|
5578
|
+
"backdrop": "--surface-page",
|
|
5579
|
+
"kind": "text",
|
|
5580
|
+
"mode": "Dark",
|
|
5581
|
+
"fgHex": "#9ca3b0",
|
|
5582
|
+
"bgHex": "#131923",
|
|
5583
|
+
"ratio": 6.95,
|
|
5584
|
+
"min": 4.5
|
|
5585
|
+
},
|
|
5586
|
+
{
|
|
5587
|
+
"component": "textarea",
|
|
5588
|
+
"context": "ion-textarea--readonly",
|
|
5589
|
+
"state": "default",
|
|
5590
|
+
"fg": "--text-tertiary",
|
|
5591
|
+
"bg": "--surface-page",
|
|
5592
|
+
"backdrop": "--surface-page",
|
|
5593
|
+
"kind": "text",
|
|
5594
|
+
"mode": "Dark",
|
|
5595
|
+
"fgHex": "#9ca3b0",
|
|
5596
|
+
"bgHex": "#131923",
|
|
5597
|
+
"ratio": 6.95,
|
|
5598
|
+
"min": 4.5
|
|
5599
|
+
},
|
|
5600
|
+
{
|
|
5601
|
+
"component": "agent-activity",
|
|
5602
|
+
"context": "ion-agent-activity ion-agent-activity__glyph",
|
|
5603
|
+
"state": "default",
|
|
5604
|
+
"fg": "--icon-tertiary",
|
|
4942
5605
|
"bg": "--surface-page",
|
|
4943
5606
|
"backdrop": null,
|
|
4944
5607
|
"kind": "non-text",
|
|
@@ -5159,6 +5822,21 @@
|
|
|
5159
5822
|
"ratio": 7.09,
|
|
5160
5823
|
"min": 4.5
|
|
5161
5824
|
},
|
|
5825
|
+
{
|
|
5826
|
+
"component": "breadcrumb",
|
|
5827
|
+
"context": "ion-breadcrumb ion-breadcrumb__item",
|
|
5828
|
+
"state": "default",
|
|
5829
|
+
"fg": "--text-tertiary",
|
|
5830
|
+
"bg": "--surface-page",
|
|
5831
|
+
"backdrop": null,
|
|
5832
|
+
"kind": "text",
|
|
5833
|
+
"ground": "assumed",
|
|
5834
|
+
"mode": "Light",
|
|
5835
|
+
"fgHex": "#4b5563",
|
|
5836
|
+
"bgHex": "#f6f8f9",
|
|
5837
|
+
"ratio": 7.09,
|
|
5838
|
+
"min": 4.5
|
|
5839
|
+
},
|
|
5162
5840
|
{
|
|
5163
5841
|
"component": "citation",
|
|
5164
5842
|
"context": "ion-citation-list ion-citation-list__label",
|
|
@@ -5487,6 +6165,104 @@
|
|
|
5487
6165
|
"ratio": 7.09,
|
|
5488
6166
|
"min": 4.5
|
|
5489
6167
|
},
|
|
6168
|
+
{
|
|
6169
|
+
"component": "textarea",
|
|
6170
|
+
"context": "ion-textarea",
|
|
6171
|
+
"state": "default",
|
|
6172
|
+
"fg": "--text-tertiary",
|
|
6173
|
+
"bg": "--surface-page",
|
|
6174
|
+
"backdrop": "--surface-page",
|
|
6175
|
+
"kind": "text",
|
|
6176
|
+
"mode": "Light",
|
|
6177
|
+
"fgHex": "#4b5563",
|
|
6178
|
+
"bgHex": "#f6f8f9",
|
|
6179
|
+
"ratio": 7.09,
|
|
6180
|
+
"min": 4.5
|
|
6181
|
+
},
|
|
6182
|
+
{
|
|
6183
|
+
"component": "textarea",
|
|
6184
|
+
"context": "ion-textarea--sm",
|
|
6185
|
+
"state": "default",
|
|
6186
|
+
"fg": "--text-tertiary",
|
|
6187
|
+
"bg": "--surface-page",
|
|
6188
|
+
"backdrop": "--surface-page",
|
|
6189
|
+
"kind": "text",
|
|
6190
|
+
"mode": "Light",
|
|
6191
|
+
"fgHex": "#4b5563",
|
|
6192
|
+
"bgHex": "#f6f8f9",
|
|
6193
|
+
"ratio": 7.09,
|
|
6194
|
+
"min": 4.5
|
|
6195
|
+
},
|
|
6196
|
+
{
|
|
6197
|
+
"component": "textarea",
|
|
6198
|
+
"context": "ion-textarea--lg",
|
|
6199
|
+
"state": "default",
|
|
6200
|
+
"fg": "--text-tertiary",
|
|
6201
|
+
"bg": "--surface-page",
|
|
6202
|
+
"backdrop": "--surface-page",
|
|
6203
|
+
"kind": "text",
|
|
6204
|
+
"mode": "Light",
|
|
6205
|
+
"fgHex": "#4b5563",
|
|
6206
|
+
"bgHex": "#f6f8f9",
|
|
6207
|
+
"ratio": 7.09,
|
|
6208
|
+
"min": 4.5
|
|
6209
|
+
},
|
|
6210
|
+
{
|
|
6211
|
+
"component": "textarea",
|
|
6212
|
+
"context": "ion-textarea",
|
|
6213
|
+
"state": "hover",
|
|
6214
|
+
"fg": "--text-tertiary",
|
|
6215
|
+
"bg": "--surface-page",
|
|
6216
|
+
"backdrop": "--surface-page",
|
|
6217
|
+
"kind": "text",
|
|
6218
|
+
"mode": "Light",
|
|
6219
|
+
"fgHex": "#4b5563",
|
|
6220
|
+
"bgHex": "#f6f8f9",
|
|
6221
|
+
"ratio": 7.09,
|
|
6222
|
+
"min": 4.5
|
|
6223
|
+
},
|
|
6224
|
+
{
|
|
6225
|
+
"component": "textarea",
|
|
6226
|
+
"context": "ion-textarea",
|
|
6227
|
+
"state": "focus",
|
|
6228
|
+
"fg": "--text-tertiary",
|
|
6229
|
+
"bg": "--surface-page",
|
|
6230
|
+
"backdrop": "--surface-page",
|
|
6231
|
+
"kind": "text",
|
|
6232
|
+
"mode": "Light",
|
|
6233
|
+
"fgHex": "#4b5563",
|
|
6234
|
+
"bgHex": "#f6f8f9",
|
|
6235
|
+
"ratio": 7.09,
|
|
6236
|
+
"min": 4.5
|
|
6237
|
+
},
|
|
6238
|
+
{
|
|
6239
|
+
"component": "textarea",
|
|
6240
|
+
"context": "ion-textarea--invalid",
|
|
6241
|
+
"state": "default",
|
|
6242
|
+
"fg": "--text-tertiary",
|
|
6243
|
+
"bg": "--surface-page",
|
|
6244
|
+
"backdrop": "--surface-page",
|
|
6245
|
+
"kind": "text",
|
|
6246
|
+
"mode": "Light",
|
|
6247
|
+
"fgHex": "#4b5563",
|
|
6248
|
+
"bgHex": "#f6f8f9",
|
|
6249
|
+
"ratio": 7.09,
|
|
6250
|
+
"min": 4.5
|
|
6251
|
+
},
|
|
6252
|
+
{
|
|
6253
|
+
"component": "textarea",
|
|
6254
|
+
"context": "ion-textarea--readonly",
|
|
6255
|
+
"state": "default",
|
|
6256
|
+
"fg": "--text-tertiary",
|
|
6257
|
+
"bg": "--surface-page",
|
|
6258
|
+
"backdrop": "--surface-page",
|
|
6259
|
+
"kind": "text",
|
|
6260
|
+
"mode": "Light",
|
|
6261
|
+
"fgHex": "#4b5563",
|
|
6262
|
+
"bgHex": "#f6f8f9",
|
|
6263
|
+
"ratio": 7.09,
|
|
6264
|
+
"min": 4.5
|
|
6265
|
+
},
|
|
5490
6266
|
{
|
|
5491
6267
|
"component": "alert",
|
|
5492
6268
|
"context": "ion-alert--success",
|
|
@@ -6071,6 +6847,21 @@
|
|
|
6071
6847
|
"ratio": 7.56,
|
|
6072
6848
|
"min": 4.5
|
|
6073
6849
|
},
|
|
6850
|
+
{
|
|
6851
|
+
"component": "breadcrumb",
|
|
6852
|
+
"context": "ion-breadcrumb ion-breadcrumb__item",
|
|
6853
|
+
"state": "default",
|
|
6854
|
+
"fg": "--text-tertiary",
|
|
6855
|
+
"bg": "--surface-default",
|
|
6856
|
+
"backdrop": null,
|
|
6857
|
+
"kind": "text",
|
|
6858
|
+
"ground": "assumed",
|
|
6859
|
+
"mode": "Light",
|
|
6860
|
+
"fgHex": "#4b5563",
|
|
6861
|
+
"bgHex": "#ffffff",
|
|
6862
|
+
"ratio": 7.56,
|
|
6863
|
+
"min": 4.5
|
|
6864
|
+
},
|
|
6074
6865
|
{
|
|
6075
6866
|
"component": "button",
|
|
6076
6867
|
"context": "ion-button--primary-soft",
|
|
@@ -6158,6 +6949,34 @@
|
|
|
6158
6949
|
"ratio": 7.56,
|
|
6159
6950
|
"min": 4.5
|
|
6160
6951
|
},
|
|
6952
|
+
{
|
|
6953
|
+
"component": "combobox",
|
|
6954
|
+
"context": "ion-combobox-menu ion-combobox-menu__description",
|
|
6955
|
+
"state": "default",
|
|
6956
|
+
"fg": "--text-tertiary",
|
|
6957
|
+
"bg": "--surface-raised",
|
|
6958
|
+
"backdrop": "--surface-raised",
|
|
6959
|
+
"kind": "text",
|
|
6960
|
+
"mode": "Light",
|
|
6961
|
+
"fgHex": "#4b5563",
|
|
6962
|
+
"bgHex": "#ffffff",
|
|
6963
|
+
"ratio": 7.56,
|
|
6964
|
+
"min": 4.5
|
|
6965
|
+
},
|
|
6966
|
+
{
|
|
6967
|
+
"component": "combobox",
|
|
6968
|
+
"context": "ion-combobox-menu ion-combobox-menu__empty",
|
|
6969
|
+
"state": "default",
|
|
6970
|
+
"fg": "--text-tertiary",
|
|
6971
|
+
"bg": "--surface-raised",
|
|
6972
|
+
"backdrop": "--surface-raised",
|
|
6973
|
+
"kind": "text",
|
|
6974
|
+
"mode": "Light",
|
|
6975
|
+
"fgHex": "#4b5563",
|
|
6976
|
+
"bgHex": "#ffffff",
|
|
6977
|
+
"ratio": 7.56,
|
|
6978
|
+
"min": 4.5
|
|
6979
|
+
},
|
|
6161
6980
|
{
|
|
6162
6981
|
"component": "confidence-indicator",
|
|
6163
6982
|
"context": "ion-confidence ion-confidence__basis",
|
|
@@ -7133,6 +7952,21 @@
|
|
|
7133
7952
|
"ratio": 8.28,
|
|
7134
7953
|
"min": 4.5
|
|
7135
7954
|
},
|
|
7955
|
+
{
|
|
7956
|
+
"component": "breadcrumb",
|
|
7957
|
+
"context": "ion-breadcrumb ion-breadcrumb__item",
|
|
7958
|
+
"state": "default",
|
|
7959
|
+
"fg": "--text-tertiary",
|
|
7960
|
+
"bg": "--surface-default",
|
|
7961
|
+
"backdrop": null,
|
|
7962
|
+
"kind": "text",
|
|
7963
|
+
"ground": "assumed",
|
|
7964
|
+
"mode": "Dark",
|
|
7965
|
+
"fgHex": "#9ca3b0",
|
|
7966
|
+
"bgHex": "#000000",
|
|
7967
|
+
"ratio": 8.28,
|
|
7968
|
+
"min": 4.5
|
|
7969
|
+
},
|
|
7136
7970
|
{
|
|
7137
7971
|
"component": "citation",
|
|
7138
7972
|
"context": "ion-citation-list ion-citation-list__label",
|
|
@@ -7660,28 +8494,29 @@
|
|
|
7660
8494
|
"min": 4.5
|
|
7661
8495
|
},
|
|
7662
8496
|
{
|
|
7663
|
-
"component": "
|
|
7664
|
-
"context": "ion-
|
|
8497
|
+
"component": "accordion",
|
|
8498
|
+
"context": "ion-accordion ion-accordion__indicator",
|
|
7665
8499
|
"state": "default",
|
|
7666
|
-
"fg": "--
|
|
8500
|
+
"fg": "--icon-secondary",
|
|
7667
8501
|
"bg": "--surface-muted",
|
|
7668
8502
|
"backdrop": null,
|
|
7669
|
-
"kind": "text",
|
|
8503
|
+
"kind": "non-text",
|
|
7670
8504
|
"ground": "assumed",
|
|
7671
8505
|
"mode": "Light",
|
|
7672
8506
|
"fgHex": "#384252",
|
|
7673
8507
|
"bgHex": "#f0f2f4",
|
|
7674
8508
|
"ratio": 9.04,
|
|
7675
|
-
"min":
|
|
8509
|
+
"min": 3
|
|
7676
8510
|
},
|
|
7677
8511
|
{
|
|
7678
|
-
"component": "
|
|
7679
|
-
"context": "ion-
|
|
7680
|
-
"state": "
|
|
8512
|
+
"component": "accordion",
|
|
8513
|
+
"context": "ion-accordion ion-accordion__content",
|
|
8514
|
+
"state": "default",
|
|
7681
8515
|
"fg": "--text-secondary",
|
|
7682
8516
|
"bg": "--surface-muted",
|
|
7683
|
-
"backdrop":
|
|
8517
|
+
"backdrop": null,
|
|
7684
8518
|
"kind": "text",
|
|
8519
|
+
"ground": "assumed",
|
|
7685
8520
|
"mode": "Light",
|
|
7686
8521
|
"fgHex": "#384252",
|
|
7687
8522
|
"bgHex": "#f0f2f4",
|
|
@@ -7689,13 +8524,14 @@
|
|
|
7689
8524
|
"min": 4.5
|
|
7690
8525
|
},
|
|
7691
8526
|
{
|
|
7692
|
-
"component": "
|
|
7693
|
-
"context": "ion-
|
|
8527
|
+
"component": "agent-activity",
|
|
8528
|
+
"context": "ion-agent-activity ion-agent-activity__step",
|
|
7694
8529
|
"state": "default",
|
|
7695
8530
|
"fg": "--text-secondary",
|
|
7696
8531
|
"bg": "--surface-muted",
|
|
7697
|
-
"backdrop":
|
|
8532
|
+
"backdrop": null,
|
|
7698
8533
|
"kind": "text",
|
|
8534
|
+
"ground": "assumed",
|
|
7699
8535
|
"mode": "Light",
|
|
7700
8536
|
"fgHex": "#384252",
|
|
7701
8537
|
"bgHex": "#f0f2f4",
|
|
@@ -7703,7 +8539,65 @@
|
|
|
7703
8539
|
"min": 4.5
|
|
7704
8540
|
},
|
|
7705
8541
|
{
|
|
7706
|
-
"component": "
|
|
8542
|
+
"component": "agent-stop",
|
|
8543
|
+
"context": "ion-agent-stop",
|
|
8544
|
+
"state": "disabled",
|
|
8545
|
+
"fg": "--text-secondary",
|
|
8546
|
+
"bg": "--surface-muted",
|
|
8547
|
+
"backdrop": "--surface-default",
|
|
8548
|
+
"kind": "text",
|
|
8549
|
+
"mode": "Light",
|
|
8550
|
+
"fgHex": "#384252",
|
|
8551
|
+
"bgHex": "#f0f2f4",
|
|
8552
|
+
"ratio": 9.04,
|
|
8553
|
+
"min": 4.5
|
|
8554
|
+
},
|
|
8555
|
+
{
|
|
8556
|
+
"component": "alert",
|
|
8557
|
+
"context": "ion-alert--neutral",
|
|
8558
|
+
"state": "default",
|
|
8559
|
+
"fg": "--text-secondary",
|
|
8560
|
+
"bg": "--surface-muted",
|
|
8561
|
+
"backdrop": "--surface-muted",
|
|
8562
|
+
"kind": "text",
|
|
8563
|
+
"mode": "Light",
|
|
8564
|
+
"fgHex": "#384252",
|
|
8565
|
+
"bgHex": "#f0f2f4",
|
|
8566
|
+
"ratio": 9.04,
|
|
8567
|
+
"min": 4.5
|
|
8568
|
+
},
|
|
8569
|
+
{
|
|
8570
|
+
"component": "breadcrumb",
|
|
8571
|
+
"context": "ion-breadcrumb ion-breadcrumb__link",
|
|
8572
|
+
"state": "default",
|
|
8573
|
+
"fg": "--text-secondary",
|
|
8574
|
+
"bg": "--surface-muted",
|
|
8575
|
+
"backdrop": null,
|
|
8576
|
+
"kind": "text",
|
|
8577
|
+
"ground": "assumed",
|
|
8578
|
+
"mode": "Light",
|
|
8579
|
+
"fgHex": "#384252",
|
|
8580
|
+
"bgHex": "#f0f2f4",
|
|
8581
|
+
"ratio": 9.04,
|
|
8582
|
+
"min": 4.5
|
|
8583
|
+
},
|
|
8584
|
+
{
|
|
8585
|
+
"component": "breadcrumb",
|
|
8586
|
+
"context": "ion-breadcrumb ion-breadcrumb__link",
|
|
8587
|
+
"state": "focus",
|
|
8588
|
+
"fg": "--text-secondary",
|
|
8589
|
+
"bg": "--surface-muted",
|
|
8590
|
+
"backdrop": null,
|
|
8591
|
+
"kind": "text",
|
|
8592
|
+
"ground": "assumed",
|
|
8593
|
+
"mode": "Light",
|
|
8594
|
+
"fgHex": "#384252",
|
|
8595
|
+
"bgHex": "#f0f2f4",
|
|
8596
|
+
"ratio": 9.04,
|
|
8597
|
+
"min": 4.5
|
|
8598
|
+
},
|
|
8599
|
+
{
|
|
8600
|
+
"component": "button",
|
|
7707
8601
|
"context": "ion-button--secondary",
|
|
7708
8602
|
"state": "pressed",
|
|
7709
8603
|
"fg": "--text-secondary",
|
|
@@ -7774,6 +8668,21 @@
|
|
|
7774
8668
|
"ratio": 9.04,
|
|
7775
8669
|
"min": 4.5
|
|
7776
8670
|
},
|
|
8671
|
+
{
|
|
8672
|
+
"component": "combobox",
|
|
8673
|
+
"context": "ion-combobox ion-combobox__button",
|
|
8674
|
+
"state": "default",
|
|
8675
|
+
"fg": "--icon-secondary",
|
|
8676
|
+
"bg": "--surface-muted",
|
|
8677
|
+
"backdrop": null,
|
|
8678
|
+
"kind": "non-text",
|
|
8679
|
+
"ground": "assumed",
|
|
8680
|
+
"mode": "Light",
|
|
8681
|
+
"fgHex": "#384252",
|
|
8682
|
+
"bgHex": "#f0f2f4",
|
|
8683
|
+
"ratio": 9.04,
|
|
8684
|
+
"min": 3
|
|
8685
|
+
},
|
|
7777
8686
|
{
|
|
7778
8687
|
"component": "confidence-indicator",
|
|
7779
8688
|
"context": "ion-confidence",
|
|
@@ -8014,6 +8923,21 @@
|
|
|
8014
8923
|
"ratio": 9.04,
|
|
8015
8924
|
"min": 4.5
|
|
8016
8925
|
},
|
|
8926
|
+
{
|
|
8927
|
+
"component": "progress-bar",
|
|
8928
|
+
"context": "ion-progress-bar ion-progress-bar__value",
|
|
8929
|
+
"state": "default",
|
|
8930
|
+
"fg": "--text-secondary",
|
|
8931
|
+
"bg": "--surface-muted",
|
|
8932
|
+
"backdrop": null,
|
|
8933
|
+
"kind": "text",
|
|
8934
|
+
"ground": "assumed",
|
|
8935
|
+
"mode": "Light",
|
|
8936
|
+
"fgHex": "#384252",
|
|
8937
|
+
"bgHex": "#f0f2f4",
|
|
8938
|
+
"ratio": 9.04,
|
|
8939
|
+
"min": 4.5
|
|
8940
|
+
},
|
|
8017
8941
|
{
|
|
8018
8942
|
"component": "radio",
|
|
8019
8943
|
"context": "ion-radio ion-radio__label",
|
|
@@ -8058,6 +8982,66 @@
|
|
|
8058
8982
|
"ratio": 9.04,
|
|
8059
8983
|
"min": 4.5
|
|
8060
8984
|
},
|
|
8985
|
+
{
|
|
8986
|
+
"component": "spinner",
|
|
8987
|
+
"context": "ion-spinner",
|
|
8988
|
+
"state": "default",
|
|
8989
|
+
"fg": "--text-secondary",
|
|
8990
|
+
"bg": "--surface-muted",
|
|
8991
|
+
"backdrop": null,
|
|
8992
|
+
"kind": "text",
|
|
8993
|
+
"ground": "assumed",
|
|
8994
|
+
"mode": "Light",
|
|
8995
|
+
"fgHex": "#384252",
|
|
8996
|
+
"bgHex": "#f0f2f4",
|
|
8997
|
+
"ratio": 9.04,
|
|
8998
|
+
"min": 4.5
|
|
8999
|
+
},
|
|
9000
|
+
{
|
|
9001
|
+
"component": "spinner",
|
|
9002
|
+
"context": "ion-spinner--sm",
|
|
9003
|
+
"state": "default",
|
|
9004
|
+
"fg": "--text-secondary",
|
|
9005
|
+
"bg": "--surface-muted",
|
|
9006
|
+
"backdrop": null,
|
|
9007
|
+
"kind": "text",
|
|
9008
|
+
"ground": "assumed",
|
|
9009
|
+
"mode": "Light",
|
|
9010
|
+
"fgHex": "#384252",
|
|
9011
|
+
"bgHex": "#f0f2f4",
|
|
9012
|
+
"ratio": 9.04,
|
|
9013
|
+
"min": 4.5
|
|
9014
|
+
},
|
|
9015
|
+
{
|
|
9016
|
+
"component": "spinner",
|
|
9017
|
+
"context": "ion-spinner--lg",
|
|
9018
|
+
"state": "default",
|
|
9019
|
+
"fg": "--text-secondary",
|
|
9020
|
+
"bg": "--surface-muted",
|
|
9021
|
+
"backdrop": null,
|
|
9022
|
+
"kind": "text",
|
|
9023
|
+
"ground": "assumed",
|
|
9024
|
+
"mode": "Light",
|
|
9025
|
+
"fgHex": "#384252",
|
|
9026
|
+
"bgHex": "#f0f2f4",
|
|
9027
|
+
"ratio": 9.04,
|
|
9028
|
+
"min": 4.5
|
|
9029
|
+
},
|
|
9030
|
+
{
|
|
9031
|
+
"component": "spinner",
|
|
9032
|
+
"context": "ion-spinner ion-spinner__ring",
|
|
9033
|
+
"state": "default",
|
|
9034
|
+
"fg": "--text-secondary",
|
|
9035
|
+
"bg": "--surface-muted",
|
|
9036
|
+
"backdrop": null,
|
|
9037
|
+
"kind": "text",
|
|
9038
|
+
"ground": "assumed",
|
|
9039
|
+
"mode": "Light",
|
|
9040
|
+
"fgHex": "#384252",
|
|
9041
|
+
"bgHex": "#f0f2f4",
|
|
9042
|
+
"ratio": 9.04,
|
|
9043
|
+
"min": 4.5
|
|
9044
|
+
},
|
|
8061
9045
|
{
|
|
8062
9046
|
"component": "toggle",
|
|
8063
9047
|
"context": "ion-toggle ion-toggle__label",
|
|
@@ -8073,6 +9057,21 @@
|
|
|
8073
9057
|
"ratio": 9.04,
|
|
8074
9058
|
"min": 4.5
|
|
8075
9059
|
},
|
|
9060
|
+
{
|
|
9061
|
+
"component": "drawer",
|
|
9062
|
+
"context": "ion-drawer ion-drawer__close",
|
|
9063
|
+
"state": "hover",
|
|
9064
|
+
"fg": "--icon-secondary",
|
|
9065
|
+
"bg": "--surface-hover",
|
|
9066
|
+
"backdrop": "--surface-raised",
|
|
9067
|
+
"kind": "non-text",
|
|
9068
|
+
"mode": "Light",
|
|
9069
|
+
"fgHex": "#384252",
|
|
9070
|
+
"bgHex": "#f2f2f2",
|
|
9071
|
+
"compositedOver": "--surface-raised",
|
|
9072
|
+
"ratio": 9.09,
|
|
9073
|
+
"min": 3
|
|
9074
|
+
},
|
|
8076
9075
|
{
|
|
8077
9076
|
"component": "menu",
|
|
8078
9077
|
"context": "ion-menu ion-menu__item",
|
|
@@ -8266,6 +9265,48 @@
|
|
|
8266
9265
|
"ratio": 9.27,
|
|
8267
9266
|
"min": 3
|
|
8268
9267
|
},
|
|
9268
|
+
{
|
|
9269
|
+
"component": "file-upload",
|
|
9270
|
+
"context": "ion-file-upload ion-file-upload__icon",
|
|
9271
|
+
"state": "default",
|
|
9272
|
+
"fg": "--icon-secondary",
|
|
9273
|
+
"bg": "--surface-primary-subtle",
|
|
9274
|
+
"backdrop": "--surface-primary-subtle",
|
|
9275
|
+
"kind": "non-text",
|
|
9276
|
+
"mode": "Light",
|
|
9277
|
+
"fgHex": "#384252",
|
|
9278
|
+
"bgHex": "#ebf7ff",
|
|
9279
|
+
"ratio": 9.32,
|
|
9280
|
+
"min": 3
|
|
9281
|
+
},
|
|
9282
|
+
{
|
|
9283
|
+
"component": "file-upload",
|
|
9284
|
+
"context": "ion-file-upload ion-file-upload__remove",
|
|
9285
|
+
"state": "default",
|
|
9286
|
+
"fg": "--icon-secondary",
|
|
9287
|
+
"bg": "--surface-primary-subtle",
|
|
9288
|
+
"backdrop": "--surface-primary-subtle",
|
|
9289
|
+
"kind": "non-text",
|
|
9290
|
+
"mode": "Light",
|
|
9291
|
+
"fgHex": "#384252",
|
|
9292
|
+
"bgHex": "#ebf7ff",
|
|
9293
|
+
"ratio": 9.32,
|
|
9294
|
+
"min": 3
|
|
9295
|
+
},
|
|
9296
|
+
{
|
|
9297
|
+
"component": "file-upload",
|
|
9298
|
+
"context": "ion-file-upload ion-file-upload__remove",
|
|
9299
|
+
"state": "focus",
|
|
9300
|
+
"fg": "--icon-secondary",
|
|
9301
|
+
"bg": "--surface-primary-subtle",
|
|
9302
|
+
"backdrop": "--surface-primary-subtle",
|
|
9303
|
+
"kind": "non-text",
|
|
9304
|
+
"mode": "Light",
|
|
9305
|
+
"fgHex": "#384252",
|
|
9306
|
+
"bgHex": "#ebf7ff",
|
|
9307
|
+
"ratio": 9.32,
|
|
9308
|
+
"min": 3
|
|
9309
|
+
},
|
|
8269
9310
|
{
|
|
8270
9311
|
"component": "table",
|
|
8271
9312
|
"context": "ion-table",
|
|
@@ -8420,6 +9461,36 @@
|
|
|
8420
9461
|
"ratio": 9.43,
|
|
8421
9462
|
"min": 4.5
|
|
8422
9463
|
},
|
|
9464
|
+
{
|
|
9465
|
+
"component": "accordion",
|
|
9466
|
+
"context": "ion-accordion ion-accordion__indicator",
|
|
9467
|
+
"state": "default",
|
|
9468
|
+
"fg": "--icon-secondary",
|
|
9469
|
+
"bg": "--surface-page",
|
|
9470
|
+
"backdrop": null,
|
|
9471
|
+
"kind": "non-text",
|
|
9472
|
+
"ground": "assumed",
|
|
9473
|
+
"mode": "Light",
|
|
9474
|
+
"fgHex": "#384252",
|
|
9475
|
+
"bgHex": "#f6f8f9",
|
|
9476
|
+
"ratio": 9.53,
|
|
9477
|
+
"min": 3
|
|
9478
|
+
},
|
|
9479
|
+
{
|
|
9480
|
+
"component": "accordion",
|
|
9481
|
+
"context": "ion-accordion ion-accordion__content",
|
|
9482
|
+
"state": "default",
|
|
9483
|
+
"fg": "--text-secondary",
|
|
9484
|
+
"bg": "--surface-page",
|
|
9485
|
+
"backdrop": null,
|
|
9486
|
+
"kind": "text",
|
|
9487
|
+
"ground": "assumed",
|
|
9488
|
+
"mode": "Light",
|
|
9489
|
+
"fgHex": "#384252",
|
|
9490
|
+
"bgHex": "#f6f8f9",
|
|
9491
|
+
"ratio": 9.53,
|
|
9492
|
+
"min": 4.5
|
|
9493
|
+
},
|
|
8423
9494
|
{
|
|
8424
9495
|
"component": "agent-activity",
|
|
8425
9496
|
"context": "ion-agent-activity ion-agent-activity__step",
|
|
@@ -8449,6 +9520,36 @@
|
|
|
8449
9520
|
"ratio": 9.53,
|
|
8450
9521
|
"min": 3
|
|
8451
9522
|
},
|
|
9523
|
+
{
|
|
9524
|
+
"component": "breadcrumb",
|
|
9525
|
+
"context": "ion-breadcrumb ion-breadcrumb__link",
|
|
9526
|
+
"state": "default",
|
|
9527
|
+
"fg": "--text-secondary",
|
|
9528
|
+
"bg": "--surface-page",
|
|
9529
|
+
"backdrop": null,
|
|
9530
|
+
"kind": "text",
|
|
9531
|
+
"ground": "assumed",
|
|
9532
|
+
"mode": "Light",
|
|
9533
|
+
"fgHex": "#384252",
|
|
9534
|
+
"bgHex": "#f6f8f9",
|
|
9535
|
+
"ratio": 9.53,
|
|
9536
|
+
"min": 4.5
|
|
9537
|
+
},
|
|
9538
|
+
{
|
|
9539
|
+
"component": "breadcrumb",
|
|
9540
|
+
"context": "ion-breadcrumb ion-breadcrumb__link",
|
|
9541
|
+
"state": "focus",
|
|
9542
|
+
"fg": "--text-secondary",
|
|
9543
|
+
"bg": "--surface-page",
|
|
9544
|
+
"backdrop": null,
|
|
9545
|
+
"kind": "text",
|
|
9546
|
+
"ground": "assumed",
|
|
9547
|
+
"mode": "Light",
|
|
9548
|
+
"fgHex": "#384252",
|
|
9549
|
+
"bgHex": "#f6f8f9",
|
|
9550
|
+
"ratio": 9.53,
|
|
9551
|
+
"min": 4.5
|
|
9552
|
+
},
|
|
8452
9553
|
{
|
|
8453
9554
|
"component": "button",
|
|
8454
9555
|
"context": "ion-button--primary-neutral",
|
|
@@ -8521,6 +9622,21 @@
|
|
|
8521
9622
|
"ratio": 9.53,
|
|
8522
9623
|
"min": 4.5
|
|
8523
9624
|
},
|
|
9625
|
+
{
|
|
9626
|
+
"component": "combobox",
|
|
9627
|
+
"context": "ion-combobox ion-combobox__button",
|
|
9628
|
+
"state": "default",
|
|
9629
|
+
"fg": "--icon-secondary",
|
|
9630
|
+
"bg": "--surface-page",
|
|
9631
|
+
"backdrop": null,
|
|
9632
|
+
"kind": "non-text",
|
|
9633
|
+
"ground": "assumed",
|
|
9634
|
+
"mode": "Light",
|
|
9635
|
+
"fgHex": "#384252",
|
|
9636
|
+
"bgHex": "#f6f8f9",
|
|
9637
|
+
"ratio": 9.53,
|
|
9638
|
+
"min": 3
|
|
9639
|
+
},
|
|
8524
9640
|
{
|
|
8525
9641
|
"component": "confidence-indicator",
|
|
8526
9642
|
"context": "ion-confidence",
|
|
@@ -8818,8 +9934,8 @@
|
|
|
8818
9934
|
"min": 4.5
|
|
8819
9935
|
},
|
|
8820
9936
|
{
|
|
8821
|
-
"component": "
|
|
8822
|
-
"context": "ion-
|
|
9937
|
+
"component": "progress-bar",
|
|
9938
|
+
"context": "ion-progress-bar ion-progress-bar__value",
|
|
8823
9939
|
"state": "default",
|
|
8824
9940
|
"fg": "--text-secondary",
|
|
8825
9941
|
"bg": "--surface-page",
|
|
@@ -8834,7 +9950,7 @@
|
|
|
8834
9950
|
},
|
|
8835
9951
|
{
|
|
8836
9952
|
"component": "radio",
|
|
8837
|
-
"context": "ion-radio
|
|
9953
|
+
"context": "ion-radio ion-radio__label",
|
|
8838
9954
|
"state": "default",
|
|
8839
9955
|
"fg": "--text-secondary",
|
|
8840
9956
|
"bg": "--surface-page",
|
|
@@ -8848,12 +9964,87 @@
|
|
|
8848
9964
|
"min": 4.5
|
|
8849
9965
|
},
|
|
8850
9966
|
{
|
|
8851
|
-
"component": "
|
|
8852
|
-
"context": "ion-
|
|
9967
|
+
"component": "radio",
|
|
9968
|
+
"context": "ion-radio-group ion-radio-group__label",
|
|
8853
9969
|
"state": "default",
|
|
8854
9970
|
"fg": "--text-secondary",
|
|
8855
9971
|
"bg": "--surface-page",
|
|
8856
|
-
"backdrop":
|
|
9972
|
+
"backdrop": null,
|
|
9973
|
+
"kind": "text",
|
|
9974
|
+
"ground": "assumed",
|
|
9975
|
+
"mode": "Light",
|
|
9976
|
+
"fgHex": "#384252",
|
|
9977
|
+
"bgHex": "#f6f8f9",
|
|
9978
|
+
"ratio": 9.53,
|
|
9979
|
+
"min": 4.5
|
|
9980
|
+
},
|
|
9981
|
+
{
|
|
9982
|
+
"component": "spinner",
|
|
9983
|
+
"context": "ion-spinner",
|
|
9984
|
+
"state": "default",
|
|
9985
|
+
"fg": "--text-secondary",
|
|
9986
|
+
"bg": "--surface-page",
|
|
9987
|
+
"backdrop": null,
|
|
9988
|
+
"kind": "text",
|
|
9989
|
+
"ground": "assumed",
|
|
9990
|
+
"mode": "Light",
|
|
9991
|
+
"fgHex": "#384252",
|
|
9992
|
+
"bgHex": "#f6f8f9",
|
|
9993
|
+
"ratio": 9.53,
|
|
9994
|
+
"min": 4.5
|
|
9995
|
+
},
|
|
9996
|
+
{
|
|
9997
|
+
"component": "spinner",
|
|
9998
|
+
"context": "ion-spinner--sm",
|
|
9999
|
+
"state": "default",
|
|
10000
|
+
"fg": "--text-secondary",
|
|
10001
|
+
"bg": "--surface-page",
|
|
10002
|
+
"backdrop": null,
|
|
10003
|
+
"kind": "text",
|
|
10004
|
+
"ground": "assumed",
|
|
10005
|
+
"mode": "Light",
|
|
10006
|
+
"fgHex": "#384252",
|
|
10007
|
+
"bgHex": "#f6f8f9",
|
|
10008
|
+
"ratio": 9.53,
|
|
10009
|
+
"min": 4.5
|
|
10010
|
+
},
|
|
10011
|
+
{
|
|
10012
|
+
"component": "spinner",
|
|
10013
|
+
"context": "ion-spinner--lg",
|
|
10014
|
+
"state": "default",
|
|
10015
|
+
"fg": "--text-secondary",
|
|
10016
|
+
"bg": "--surface-page",
|
|
10017
|
+
"backdrop": null,
|
|
10018
|
+
"kind": "text",
|
|
10019
|
+
"ground": "assumed",
|
|
10020
|
+
"mode": "Light",
|
|
10021
|
+
"fgHex": "#384252",
|
|
10022
|
+
"bgHex": "#f6f8f9",
|
|
10023
|
+
"ratio": 9.53,
|
|
10024
|
+
"min": 4.5
|
|
10025
|
+
},
|
|
10026
|
+
{
|
|
10027
|
+
"component": "spinner",
|
|
10028
|
+
"context": "ion-spinner ion-spinner__ring",
|
|
10029
|
+
"state": "default",
|
|
10030
|
+
"fg": "--text-secondary",
|
|
10031
|
+
"bg": "--surface-page",
|
|
10032
|
+
"backdrop": null,
|
|
10033
|
+
"kind": "text",
|
|
10034
|
+
"ground": "assumed",
|
|
10035
|
+
"mode": "Light",
|
|
10036
|
+
"fgHex": "#384252",
|
|
10037
|
+
"bgHex": "#f6f8f9",
|
|
10038
|
+
"ratio": 9.53,
|
|
10039
|
+
"min": 4.5
|
|
10040
|
+
},
|
|
10041
|
+
{
|
|
10042
|
+
"component": "table",
|
|
10043
|
+
"context": "ion-table--striped",
|
|
10044
|
+
"state": "default",
|
|
10045
|
+
"fg": "--text-secondary",
|
|
10046
|
+
"bg": "--surface-page",
|
|
10047
|
+
"backdrop": "--surface-default",
|
|
8857
10048
|
"kind": "text",
|
|
8858
10049
|
"mode": "Light",
|
|
8859
10050
|
"fgHex": "#384252",
|
|
@@ -8946,6 +10137,21 @@
|
|
|
8946
10137
|
"ratio": 9.55,
|
|
8947
10138
|
"min": 4.5
|
|
8948
10139
|
},
|
|
10140
|
+
{
|
|
10141
|
+
"component": "accordion",
|
|
10142
|
+
"context": "ion-accordion ion-accordion__trigger",
|
|
10143
|
+
"state": "hover",
|
|
10144
|
+
"fg": "--text-primary",
|
|
10145
|
+
"bg": "--surface-muted",
|
|
10146
|
+
"backdrop": null,
|
|
10147
|
+
"kind": "text",
|
|
10148
|
+
"ground": "assumed",
|
|
10149
|
+
"mode": "Dark",
|
|
10150
|
+
"fgHex": "#9fd5f9",
|
|
10151
|
+
"bgHex": "#1d2735",
|
|
10152
|
+
"ratio": 9.58,
|
|
10153
|
+
"min": 4.5
|
|
10154
|
+
},
|
|
8949
10155
|
{
|
|
8950
10156
|
"component": "citation",
|
|
8951
10157
|
"context": "ion-citation-list ion-citation-list__source",
|
|
@@ -9107,6 +10313,21 @@
|
|
|
9107
10313
|
"ratio": 9.81,
|
|
9108
10314
|
"min": 4.5
|
|
9109
10315
|
},
|
|
10316
|
+
{
|
|
10317
|
+
"component": "drawer",
|
|
10318
|
+
"context": "ion-drawer ion-drawer__close",
|
|
10319
|
+
"state": "hover",
|
|
10320
|
+
"fg": "--icon-secondary",
|
|
10321
|
+
"bg": "--surface-hover",
|
|
10322
|
+
"backdrop": "--surface-raised",
|
|
10323
|
+
"kind": "non-text",
|
|
10324
|
+
"mode": "Dark",
|
|
10325
|
+
"fgHex": "#dde0e4",
|
|
10326
|
+
"bgHex": "#28323f",
|
|
10327
|
+
"compositedOver": "--surface-raised",
|
|
10328
|
+
"ratio": 9.81,
|
|
10329
|
+
"min": 3
|
|
10330
|
+
},
|
|
9110
10331
|
{
|
|
9111
10332
|
"component": "popover",
|
|
9112
10333
|
"context": "ion-popover ion-popover__close",
|
|
@@ -9208,6 +10429,36 @@
|
|
|
9208
10429
|
"ratio": 10.08,
|
|
9209
10430
|
"min": 4.5
|
|
9210
10431
|
},
|
|
10432
|
+
{
|
|
10433
|
+
"component": "accordion",
|
|
10434
|
+
"context": "ion-accordion ion-accordion__indicator",
|
|
10435
|
+
"state": "default",
|
|
10436
|
+
"fg": "--icon-secondary",
|
|
10437
|
+
"bg": "--surface-default",
|
|
10438
|
+
"backdrop": null,
|
|
10439
|
+
"kind": "non-text",
|
|
10440
|
+
"ground": "assumed",
|
|
10441
|
+
"mode": "Light",
|
|
10442
|
+
"fgHex": "#384252",
|
|
10443
|
+
"bgHex": "#ffffff",
|
|
10444
|
+
"ratio": 10.15,
|
|
10445
|
+
"min": 3
|
|
10446
|
+
},
|
|
10447
|
+
{
|
|
10448
|
+
"component": "accordion",
|
|
10449
|
+
"context": "ion-accordion ion-accordion__content",
|
|
10450
|
+
"state": "default",
|
|
10451
|
+
"fg": "--text-secondary",
|
|
10452
|
+
"bg": "--surface-default",
|
|
10453
|
+
"backdrop": null,
|
|
10454
|
+
"kind": "text",
|
|
10455
|
+
"ground": "assumed",
|
|
10456
|
+
"mode": "Light",
|
|
10457
|
+
"fgHex": "#384252",
|
|
10458
|
+
"bgHex": "#ffffff",
|
|
10459
|
+
"ratio": 10.15,
|
|
10460
|
+
"min": 4.5
|
|
10461
|
+
},
|
|
9211
10462
|
{
|
|
9212
10463
|
"component": "agent-activity",
|
|
9213
10464
|
"context": "ion-agent-activity ion-agent-activity__step",
|
|
@@ -9223,6 +10474,36 @@
|
|
|
9223
10474
|
"ratio": 10.15,
|
|
9224
10475
|
"min": 4.5
|
|
9225
10476
|
},
|
|
10477
|
+
{
|
|
10478
|
+
"component": "breadcrumb",
|
|
10479
|
+
"context": "ion-breadcrumb ion-breadcrumb__link",
|
|
10480
|
+
"state": "default",
|
|
10481
|
+
"fg": "--text-secondary",
|
|
10482
|
+
"bg": "--surface-default",
|
|
10483
|
+
"backdrop": null,
|
|
10484
|
+
"kind": "text",
|
|
10485
|
+
"ground": "assumed",
|
|
10486
|
+
"mode": "Light",
|
|
10487
|
+
"fgHex": "#384252",
|
|
10488
|
+
"bgHex": "#ffffff",
|
|
10489
|
+
"ratio": 10.15,
|
|
10490
|
+
"min": 4.5
|
|
10491
|
+
},
|
|
10492
|
+
{
|
|
10493
|
+
"component": "breadcrumb",
|
|
10494
|
+
"context": "ion-breadcrumb ion-breadcrumb__link",
|
|
10495
|
+
"state": "focus",
|
|
10496
|
+
"fg": "--text-secondary",
|
|
10497
|
+
"bg": "--surface-default",
|
|
10498
|
+
"backdrop": null,
|
|
10499
|
+
"kind": "text",
|
|
10500
|
+
"ground": "assumed",
|
|
10501
|
+
"mode": "Light",
|
|
10502
|
+
"fgHex": "#384252",
|
|
10503
|
+
"bgHex": "#ffffff",
|
|
10504
|
+
"ratio": 10.15,
|
|
10505
|
+
"min": 4.5
|
|
10506
|
+
},
|
|
9226
10507
|
{
|
|
9227
10508
|
"component": "button",
|
|
9228
10509
|
"context": "ion-button--secondary",
|
|
@@ -9267,6 +10548,21 @@
|
|
|
9267
10548
|
"ratio": 10.15,
|
|
9268
10549
|
"min": 4.5
|
|
9269
10550
|
},
|
|
10551
|
+
{
|
|
10552
|
+
"component": "combobox",
|
|
10553
|
+
"context": "ion-combobox ion-combobox__button",
|
|
10554
|
+
"state": "default",
|
|
10555
|
+
"fg": "--icon-secondary",
|
|
10556
|
+
"bg": "--surface-default",
|
|
10557
|
+
"backdrop": null,
|
|
10558
|
+
"kind": "non-text",
|
|
10559
|
+
"ground": "assumed",
|
|
10560
|
+
"mode": "Light",
|
|
10561
|
+
"fgHex": "#384252",
|
|
10562
|
+
"bgHex": "#ffffff",
|
|
10563
|
+
"ratio": 10.15,
|
|
10564
|
+
"min": 3
|
|
10565
|
+
},
|
|
9270
10566
|
{
|
|
9271
10567
|
"component": "confidence-indicator",
|
|
9272
10568
|
"context": "ion-confidence",
|
|
@@ -9297,6 +10593,48 @@
|
|
|
9297
10593
|
"ratio": 10.15,
|
|
9298
10594
|
"min": 4.5
|
|
9299
10595
|
},
|
|
10596
|
+
{
|
|
10597
|
+
"component": "drawer",
|
|
10598
|
+
"context": "ion-drawer ion-drawer__description",
|
|
10599
|
+
"state": "default",
|
|
10600
|
+
"fg": "--text-secondary",
|
|
10601
|
+
"bg": "--surface-raised",
|
|
10602
|
+
"backdrop": "--surface-raised",
|
|
10603
|
+
"kind": "text",
|
|
10604
|
+
"mode": "Light",
|
|
10605
|
+
"fgHex": "#384252",
|
|
10606
|
+
"bgHex": "#ffffff",
|
|
10607
|
+
"ratio": 10.15,
|
|
10608
|
+
"min": 4.5
|
|
10609
|
+
},
|
|
10610
|
+
{
|
|
10611
|
+
"component": "drawer",
|
|
10612
|
+
"context": "ion-drawer ion-drawer__close",
|
|
10613
|
+
"state": "default",
|
|
10614
|
+
"fg": "--icon-secondary",
|
|
10615
|
+
"bg": "--surface-raised",
|
|
10616
|
+
"backdrop": "--surface-raised",
|
|
10617
|
+
"kind": "non-text",
|
|
10618
|
+
"mode": "Light",
|
|
10619
|
+
"fgHex": "#384252",
|
|
10620
|
+
"bgHex": "#ffffff",
|
|
10621
|
+
"ratio": 10.15,
|
|
10622
|
+
"min": 3
|
|
10623
|
+
},
|
|
10624
|
+
{
|
|
10625
|
+
"component": "drawer",
|
|
10626
|
+
"context": "ion-drawer ion-drawer__close",
|
|
10627
|
+
"state": "focus",
|
|
10628
|
+
"fg": "--icon-secondary",
|
|
10629
|
+
"bg": "--surface-raised",
|
|
10630
|
+
"backdrop": "--surface-raised",
|
|
10631
|
+
"kind": "non-text",
|
|
10632
|
+
"mode": "Light",
|
|
10633
|
+
"fgHex": "#384252",
|
|
10634
|
+
"bgHex": "#ffffff",
|
|
10635
|
+
"ratio": 10.15,
|
|
10636
|
+
"min": 3
|
|
10637
|
+
},
|
|
9300
10638
|
{
|
|
9301
10639
|
"component": "empty-state",
|
|
9302
10640
|
"context": "ion-empty-state",
|
|
@@ -9647,6 +10985,21 @@
|
|
|
9647
10985
|
"ratio": 10.15,
|
|
9648
10986
|
"min": 4.5
|
|
9649
10987
|
},
|
|
10988
|
+
{
|
|
10989
|
+
"component": "progress-bar",
|
|
10990
|
+
"context": "ion-progress-bar ion-progress-bar__value",
|
|
10991
|
+
"state": "default",
|
|
10992
|
+
"fg": "--text-secondary",
|
|
10993
|
+
"bg": "--surface-default",
|
|
10994
|
+
"backdrop": null,
|
|
10995
|
+
"kind": "text",
|
|
10996
|
+
"ground": "assumed",
|
|
10997
|
+
"mode": "Light",
|
|
10998
|
+
"fgHex": "#384252",
|
|
10999
|
+
"bgHex": "#ffffff",
|
|
11000
|
+
"ratio": 10.15,
|
|
11001
|
+
"min": 4.5
|
|
11002
|
+
},
|
|
9650
11003
|
{
|
|
9651
11004
|
"component": "radio",
|
|
9652
11005
|
"context": "ion-radio ion-radio__label",
|
|
@@ -9692,13 +11045,14 @@
|
|
|
9692
11045
|
"min": 4.5
|
|
9693
11046
|
},
|
|
9694
11047
|
{
|
|
9695
|
-
"component": "
|
|
9696
|
-
"context": "ion-
|
|
11048
|
+
"component": "spinner",
|
|
11049
|
+
"context": "ion-spinner",
|
|
9697
11050
|
"state": "default",
|
|
9698
11051
|
"fg": "--text-secondary",
|
|
9699
11052
|
"bg": "--surface-default",
|
|
9700
|
-
"backdrop":
|
|
11053
|
+
"backdrop": null,
|
|
9701
11054
|
"kind": "text",
|
|
11055
|
+
"ground": "assumed",
|
|
9702
11056
|
"mode": "Light",
|
|
9703
11057
|
"fgHex": "#384252",
|
|
9704
11058
|
"bgHex": "#ffffff",
|
|
@@ -9706,13 +11060,14 @@
|
|
|
9706
11060
|
"min": 4.5
|
|
9707
11061
|
},
|
|
9708
11062
|
{
|
|
9709
|
-
"component": "
|
|
9710
|
-
"context": "ion-
|
|
11063
|
+
"component": "spinner",
|
|
11064
|
+
"context": "ion-spinner--sm",
|
|
9711
11065
|
"state": "default",
|
|
9712
11066
|
"fg": "--text-secondary",
|
|
9713
11067
|
"bg": "--surface-default",
|
|
9714
|
-
"backdrop":
|
|
11068
|
+
"backdrop": null,
|
|
9715
11069
|
"kind": "text",
|
|
11070
|
+
"ground": "assumed",
|
|
9716
11071
|
"mode": "Light",
|
|
9717
11072
|
"fgHex": "#384252",
|
|
9718
11073
|
"bgHex": "#ffffff",
|
|
@@ -9720,13 +11075,14 @@
|
|
|
9720
11075
|
"min": 4.5
|
|
9721
11076
|
},
|
|
9722
11077
|
{
|
|
9723
|
-
"component": "
|
|
9724
|
-
"context": "ion-
|
|
11078
|
+
"component": "spinner",
|
|
11079
|
+
"context": "ion-spinner--lg",
|
|
9725
11080
|
"state": "default",
|
|
9726
11081
|
"fg": "--text-secondary",
|
|
9727
11082
|
"bg": "--surface-default",
|
|
9728
|
-
"backdrop":
|
|
11083
|
+
"backdrop": null,
|
|
9729
11084
|
"kind": "text",
|
|
11085
|
+
"ground": "assumed",
|
|
9730
11086
|
"mode": "Light",
|
|
9731
11087
|
"fgHex": "#384252",
|
|
9732
11088
|
"bgHex": "#ffffff",
|
|
@@ -9734,13 +11090,14 @@
|
|
|
9734
11090
|
"min": 4.5
|
|
9735
11091
|
},
|
|
9736
11092
|
{
|
|
9737
|
-
"component": "
|
|
9738
|
-
"context": "ion-
|
|
11093
|
+
"component": "spinner",
|
|
11094
|
+
"context": "ion-spinner ion-spinner__ring",
|
|
9739
11095
|
"state": "default",
|
|
9740
11096
|
"fg": "--text-secondary",
|
|
9741
11097
|
"bg": "--surface-default",
|
|
9742
|
-
"backdrop":
|
|
11098
|
+
"backdrop": null,
|
|
9743
11099
|
"kind": "text",
|
|
11100
|
+
"ground": "assumed",
|
|
9744
11101
|
"mode": "Light",
|
|
9745
11102
|
"fgHex": "#384252",
|
|
9746
11103
|
"bgHex": "#ffffff",
|
|
@@ -9749,39 +11106,39 @@
|
|
|
9749
11106
|
},
|
|
9750
11107
|
{
|
|
9751
11108
|
"component": "table",
|
|
9752
|
-
"context": "ion-table
|
|
11109
|
+
"context": "ion-table",
|
|
9753
11110
|
"state": "default",
|
|
9754
|
-
"fg": "--
|
|
11111
|
+
"fg": "--text-secondary",
|
|
9755
11112
|
"bg": "--surface-default",
|
|
9756
11113
|
"backdrop": "--surface-default",
|
|
9757
|
-
"kind": "
|
|
11114
|
+
"kind": "text",
|
|
9758
11115
|
"mode": "Light",
|
|
9759
11116
|
"fgHex": "#384252",
|
|
9760
11117
|
"bgHex": "#ffffff",
|
|
9761
11118
|
"ratio": 10.15,
|
|
9762
|
-
"min":
|
|
11119
|
+
"min": 4.5
|
|
9763
11120
|
},
|
|
9764
11121
|
{
|
|
9765
11122
|
"component": "table",
|
|
9766
|
-
"context": "ion-
|
|
11123
|
+
"context": "ion-table--compact",
|
|
9767
11124
|
"state": "default",
|
|
9768
|
-
"fg": "--
|
|
11125
|
+
"fg": "--text-secondary",
|
|
9769
11126
|
"bg": "--surface-default",
|
|
9770
11127
|
"backdrop": "--surface-default",
|
|
9771
|
-
"kind": "
|
|
11128
|
+
"kind": "text",
|
|
9772
11129
|
"mode": "Light",
|
|
9773
11130
|
"fgHex": "#384252",
|
|
9774
11131
|
"bgHex": "#ffffff",
|
|
9775
11132
|
"ratio": 10.15,
|
|
9776
|
-
"min":
|
|
11133
|
+
"min": 4.5
|
|
9777
11134
|
},
|
|
9778
11135
|
{
|
|
9779
|
-
"component": "
|
|
9780
|
-
"context": "ion-
|
|
11136
|
+
"component": "table",
|
|
11137
|
+
"context": "ion-table--relaxed",
|
|
9781
11138
|
"state": "default",
|
|
9782
11139
|
"fg": "--text-secondary",
|
|
9783
|
-
"bg": "--surface-
|
|
9784
|
-
"backdrop": "--surface-
|
|
11140
|
+
"bg": "--surface-default",
|
|
11141
|
+
"backdrop": "--surface-default",
|
|
9785
11142
|
"kind": "text",
|
|
9786
11143
|
"mode": "Light",
|
|
9787
11144
|
"fgHex": "#384252",
|
|
@@ -9790,8 +11147,64 @@
|
|
|
9790
11147
|
"min": 4.5
|
|
9791
11148
|
},
|
|
9792
11149
|
{
|
|
9793
|
-
"component": "
|
|
9794
|
-
"context": "ion-
|
|
11150
|
+
"component": "table",
|
|
11151
|
+
"context": "ion-table ion-table__cell-content",
|
|
11152
|
+
"state": "default",
|
|
11153
|
+
"fg": "--text-secondary",
|
|
11154
|
+
"bg": "--surface-default",
|
|
11155
|
+
"backdrop": "--surface-default",
|
|
11156
|
+
"kind": "text",
|
|
11157
|
+
"mode": "Light",
|
|
11158
|
+
"fgHex": "#384252",
|
|
11159
|
+
"bgHex": "#ffffff",
|
|
11160
|
+
"ratio": 10.15,
|
|
11161
|
+
"min": 4.5
|
|
11162
|
+
},
|
|
11163
|
+
{
|
|
11164
|
+
"component": "table",
|
|
11165
|
+
"context": "ion-table ion-table__cell-icon",
|
|
11166
|
+
"state": "default",
|
|
11167
|
+
"fg": "--icon-interactive",
|
|
11168
|
+
"bg": "--surface-default",
|
|
11169
|
+
"backdrop": "--surface-default",
|
|
11170
|
+
"kind": "non-text",
|
|
11171
|
+
"mode": "Light",
|
|
11172
|
+
"fgHex": "#384252",
|
|
11173
|
+
"bgHex": "#ffffff",
|
|
11174
|
+
"ratio": 10.15,
|
|
11175
|
+
"min": 3
|
|
11176
|
+
},
|
|
11177
|
+
{
|
|
11178
|
+
"component": "table",
|
|
11179
|
+
"context": "ion-table__cell-icon--trailing ion-table__cell-icon--trailing",
|
|
11180
|
+
"state": "default",
|
|
11181
|
+
"fg": "--icon-secondary",
|
|
11182
|
+
"bg": "--surface-default",
|
|
11183
|
+
"backdrop": "--surface-default",
|
|
11184
|
+
"kind": "non-text",
|
|
11185
|
+
"mode": "Light",
|
|
11186
|
+
"fgHex": "#384252",
|
|
11187
|
+
"bgHex": "#ffffff",
|
|
11188
|
+
"ratio": 10.15,
|
|
11189
|
+
"min": 3
|
|
11190
|
+
},
|
|
11191
|
+
{
|
|
11192
|
+
"component": "toast",
|
|
11193
|
+
"context": "ion-toast ion-toast__message",
|
|
11194
|
+
"state": "default",
|
|
11195
|
+
"fg": "--text-secondary",
|
|
11196
|
+
"bg": "--surface-raised",
|
|
11197
|
+
"backdrop": "--surface-raised",
|
|
11198
|
+
"kind": "text",
|
|
11199
|
+
"mode": "Light",
|
|
11200
|
+
"fgHex": "#384252",
|
|
11201
|
+
"bgHex": "#ffffff",
|
|
11202
|
+
"ratio": 10.15,
|
|
11203
|
+
"min": 4.5
|
|
11204
|
+
},
|
|
11205
|
+
{
|
|
11206
|
+
"component": "toast",
|
|
11207
|
+
"context": "ion-toast ion-toast__dismiss",
|
|
9795
11208
|
"state": "default",
|
|
9796
11209
|
"fg": "--icon-secondary",
|
|
9797
11210
|
"bg": "--surface-raised",
|
|
@@ -10066,6 +11479,21 @@
|
|
|
10066
11479
|
"ratio": 11.16,
|
|
10067
11480
|
"min": 4.5
|
|
10068
11481
|
},
|
|
11482
|
+
{
|
|
11483
|
+
"component": "accordion",
|
|
11484
|
+
"context": "ion-accordion ion-accordion__trigger",
|
|
11485
|
+
"state": "hover",
|
|
11486
|
+
"fg": "--text-primary",
|
|
11487
|
+
"bg": "--surface-page",
|
|
11488
|
+
"backdrop": null,
|
|
11489
|
+
"kind": "text",
|
|
11490
|
+
"ground": "assumed",
|
|
11491
|
+
"mode": "Dark",
|
|
11492
|
+
"fgHex": "#9fd5f9",
|
|
11493
|
+
"bgHex": "#131923",
|
|
11494
|
+
"ratio": 11.22,
|
|
11495
|
+
"min": 4.5
|
|
11496
|
+
},
|
|
10069
11497
|
{
|
|
10070
11498
|
"component": "citation",
|
|
10071
11499
|
"context": "ion-citation-list ion-citation-list__source",
|
|
@@ -10081,6 +11509,48 @@
|
|
|
10081
11509
|
"ratio": 11.22,
|
|
10082
11510
|
"min": 4.5
|
|
10083
11511
|
},
|
|
11512
|
+
{
|
|
11513
|
+
"component": "file-upload",
|
|
11514
|
+
"context": "ion-file-upload ion-file-upload__icon",
|
|
11515
|
+
"state": "default",
|
|
11516
|
+
"fg": "--icon-secondary",
|
|
11517
|
+
"bg": "--surface-primary-subtle",
|
|
11518
|
+
"backdrop": "--surface-primary-subtle",
|
|
11519
|
+
"kind": "non-text",
|
|
11520
|
+
"mode": "Dark",
|
|
11521
|
+
"fgHex": "#dde0e4",
|
|
11522
|
+
"bgHex": "#071e69",
|
|
11523
|
+
"ratio": 11.34,
|
|
11524
|
+
"min": 3
|
|
11525
|
+
},
|
|
11526
|
+
{
|
|
11527
|
+
"component": "file-upload",
|
|
11528
|
+
"context": "ion-file-upload ion-file-upload__remove",
|
|
11529
|
+
"state": "default",
|
|
11530
|
+
"fg": "--icon-secondary",
|
|
11531
|
+
"bg": "--surface-primary-subtle",
|
|
11532
|
+
"backdrop": "--surface-primary-subtle",
|
|
11533
|
+
"kind": "non-text",
|
|
11534
|
+
"mode": "Dark",
|
|
11535
|
+
"fgHex": "#dde0e4",
|
|
11536
|
+
"bgHex": "#071e69",
|
|
11537
|
+
"ratio": 11.34,
|
|
11538
|
+
"min": 3
|
|
11539
|
+
},
|
|
11540
|
+
{
|
|
11541
|
+
"component": "file-upload",
|
|
11542
|
+
"context": "ion-file-upload ion-file-upload__remove",
|
|
11543
|
+
"state": "focus",
|
|
11544
|
+
"fg": "--icon-secondary",
|
|
11545
|
+
"bg": "--surface-primary-subtle",
|
|
11546
|
+
"backdrop": "--surface-primary-subtle",
|
|
11547
|
+
"kind": "non-text",
|
|
11548
|
+
"mode": "Dark",
|
|
11549
|
+
"fgHex": "#dde0e4",
|
|
11550
|
+
"bgHex": "#071e69",
|
|
11551
|
+
"ratio": 11.34,
|
|
11552
|
+
"min": 3
|
|
11553
|
+
},
|
|
10084
11554
|
{
|
|
10085
11555
|
"component": "table",
|
|
10086
11556
|
"context": "ion-table",
|
|
@@ -10123,6 +11593,36 @@
|
|
|
10123
11593
|
"ratio": 11.37,
|
|
10124
11594
|
"min": 4.5
|
|
10125
11595
|
},
|
|
11596
|
+
{
|
|
11597
|
+
"component": "accordion",
|
|
11598
|
+
"context": "ion-accordion ion-accordion__indicator",
|
|
11599
|
+
"state": "default",
|
|
11600
|
+
"fg": "--icon-secondary",
|
|
11601
|
+
"bg": "--surface-muted",
|
|
11602
|
+
"backdrop": null,
|
|
11603
|
+
"kind": "non-text",
|
|
11604
|
+
"ground": "assumed",
|
|
11605
|
+
"mode": "Dark",
|
|
11606
|
+
"fgHex": "#dde0e4",
|
|
11607
|
+
"bgHex": "#1d2735",
|
|
11608
|
+
"ratio": 11.38,
|
|
11609
|
+
"min": 3
|
|
11610
|
+
},
|
|
11611
|
+
{
|
|
11612
|
+
"component": "accordion",
|
|
11613
|
+
"context": "ion-accordion ion-accordion__content",
|
|
11614
|
+
"state": "default",
|
|
11615
|
+
"fg": "--text-secondary",
|
|
11616
|
+
"bg": "--surface-muted",
|
|
11617
|
+
"backdrop": null,
|
|
11618
|
+
"kind": "text",
|
|
11619
|
+
"ground": "assumed",
|
|
11620
|
+
"mode": "Dark",
|
|
11621
|
+
"fgHex": "#dde0e4",
|
|
11622
|
+
"bgHex": "#1d2735",
|
|
11623
|
+
"ratio": 11.38,
|
|
11624
|
+
"min": 4.5
|
|
11625
|
+
},
|
|
10126
11626
|
{
|
|
10127
11627
|
"component": "agent-activity",
|
|
10128
11628
|
"context": "ion-agent-activity ion-agent-activity__step",
|
|
@@ -10316,6 +11816,36 @@
|
|
|
10316
11816
|
"ratio": 11.38,
|
|
10317
11817
|
"min": 4.5
|
|
10318
11818
|
},
|
|
11819
|
+
{
|
|
11820
|
+
"component": "breadcrumb",
|
|
11821
|
+
"context": "ion-breadcrumb ion-breadcrumb__link",
|
|
11822
|
+
"state": "default",
|
|
11823
|
+
"fg": "--text-secondary",
|
|
11824
|
+
"bg": "--surface-muted",
|
|
11825
|
+
"backdrop": null,
|
|
11826
|
+
"kind": "text",
|
|
11827
|
+
"ground": "assumed",
|
|
11828
|
+
"mode": "Dark",
|
|
11829
|
+
"fgHex": "#dde0e4",
|
|
11830
|
+
"bgHex": "#1d2735",
|
|
11831
|
+
"ratio": 11.38,
|
|
11832
|
+
"min": 4.5
|
|
11833
|
+
},
|
|
11834
|
+
{
|
|
11835
|
+
"component": "breadcrumb",
|
|
11836
|
+
"context": "ion-breadcrumb ion-breadcrumb__link",
|
|
11837
|
+
"state": "focus",
|
|
11838
|
+
"fg": "--text-secondary",
|
|
11839
|
+
"bg": "--surface-muted",
|
|
11840
|
+
"backdrop": null,
|
|
11841
|
+
"kind": "text",
|
|
11842
|
+
"ground": "assumed",
|
|
11843
|
+
"mode": "Dark",
|
|
11844
|
+
"fgHex": "#dde0e4",
|
|
11845
|
+
"bgHex": "#1d2735",
|
|
11846
|
+
"ratio": 11.38,
|
|
11847
|
+
"min": 4.5
|
|
11848
|
+
},
|
|
10319
11849
|
{
|
|
10320
11850
|
"component": "button",
|
|
10321
11851
|
"context": "ion-button--secondary",
|
|
@@ -10388,6 +11918,21 @@
|
|
|
10388
11918
|
"ratio": 11.38,
|
|
10389
11919
|
"min": 4.5
|
|
10390
11920
|
},
|
|
11921
|
+
{
|
|
11922
|
+
"component": "combobox",
|
|
11923
|
+
"context": "ion-combobox ion-combobox__button",
|
|
11924
|
+
"state": "default",
|
|
11925
|
+
"fg": "--icon-secondary",
|
|
11926
|
+
"bg": "--surface-muted",
|
|
11927
|
+
"backdrop": null,
|
|
11928
|
+
"kind": "non-text",
|
|
11929
|
+
"ground": "assumed",
|
|
11930
|
+
"mode": "Dark",
|
|
11931
|
+
"fgHex": "#dde0e4",
|
|
11932
|
+
"bgHex": "#1d2735",
|
|
11933
|
+
"ratio": 11.38,
|
|
11934
|
+
"min": 3
|
|
11935
|
+
},
|
|
10391
11936
|
{
|
|
10392
11937
|
"component": "confidence-indicator",
|
|
10393
11938
|
"context": "ion-confidence",
|
|
@@ -10418,6 +11963,48 @@
|
|
|
10418
11963
|
"ratio": 11.38,
|
|
10419
11964
|
"min": 4.5
|
|
10420
11965
|
},
|
|
11966
|
+
{
|
|
11967
|
+
"component": "drawer",
|
|
11968
|
+
"context": "ion-drawer ion-drawer__description",
|
|
11969
|
+
"state": "default",
|
|
11970
|
+
"fg": "--text-secondary",
|
|
11971
|
+
"bg": "--surface-raised",
|
|
11972
|
+
"backdrop": "--surface-raised",
|
|
11973
|
+
"kind": "text",
|
|
11974
|
+
"mode": "Dark",
|
|
11975
|
+
"fgHex": "#dde0e4",
|
|
11976
|
+
"bgHex": "#1d2735",
|
|
11977
|
+
"ratio": 11.38,
|
|
11978
|
+
"min": 4.5
|
|
11979
|
+
},
|
|
11980
|
+
{
|
|
11981
|
+
"component": "drawer",
|
|
11982
|
+
"context": "ion-drawer ion-drawer__close",
|
|
11983
|
+
"state": "default",
|
|
11984
|
+
"fg": "--icon-secondary",
|
|
11985
|
+
"bg": "--surface-raised",
|
|
11986
|
+
"backdrop": "--surface-raised",
|
|
11987
|
+
"kind": "non-text",
|
|
11988
|
+
"mode": "Dark",
|
|
11989
|
+
"fgHex": "#dde0e4",
|
|
11990
|
+
"bgHex": "#1d2735",
|
|
11991
|
+
"ratio": 11.38,
|
|
11992
|
+
"min": 3
|
|
11993
|
+
},
|
|
11994
|
+
{
|
|
11995
|
+
"component": "drawer",
|
|
11996
|
+
"context": "ion-drawer ion-drawer__close",
|
|
11997
|
+
"state": "focus",
|
|
11998
|
+
"fg": "--icon-secondary",
|
|
11999
|
+
"bg": "--surface-raised",
|
|
12000
|
+
"backdrop": "--surface-raised",
|
|
12001
|
+
"kind": "non-text",
|
|
12002
|
+
"mode": "Dark",
|
|
12003
|
+
"fgHex": "#dde0e4",
|
|
12004
|
+
"bgHex": "#1d2735",
|
|
12005
|
+
"ratio": 11.38,
|
|
12006
|
+
"min": 3
|
|
12007
|
+
},
|
|
10421
12008
|
{
|
|
10422
12009
|
"component": "empty-state",
|
|
10423
12010
|
"context": "ion-empty-state",
|
|
@@ -10670,6 +12257,21 @@
|
|
|
10670
12257
|
"ratio": 11.38,
|
|
10671
12258
|
"min": 4.5
|
|
10672
12259
|
},
|
|
12260
|
+
{
|
|
12261
|
+
"component": "progress-bar",
|
|
12262
|
+
"context": "ion-progress-bar ion-progress-bar__value",
|
|
12263
|
+
"state": "default",
|
|
12264
|
+
"fg": "--text-secondary",
|
|
12265
|
+
"bg": "--surface-muted",
|
|
12266
|
+
"backdrop": null,
|
|
12267
|
+
"kind": "text",
|
|
12268
|
+
"ground": "assumed",
|
|
12269
|
+
"mode": "Dark",
|
|
12270
|
+
"fgHex": "#dde0e4",
|
|
12271
|
+
"bgHex": "#1d2735",
|
|
12272
|
+
"ratio": 11.38,
|
|
12273
|
+
"min": 4.5
|
|
12274
|
+
},
|
|
10673
12275
|
{
|
|
10674
12276
|
"component": "radio",
|
|
10675
12277
|
"context": "ion-radio ion-radio__label",
|
|
@@ -10715,13 +12317,14 @@
|
|
|
10715
12317
|
"min": 4.5
|
|
10716
12318
|
},
|
|
10717
12319
|
{
|
|
10718
|
-
"component": "
|
|
10719
|
-
"context": "ion-
|
|
12320
|
+
"component": "spinner",
|
|
12321
|
+
"context": "ion-spinner",
|
|
10720
12322
|
"state": "default",
|
|
10721
12323
|
"fg": "--text-secondary",
|
|
10722
|
-
"bg": "--surface-
|
|
10723
|
-
"backdrop":
|
|
12324
|
+
"bg": "--surface-muted",
|
|
12325
|
+
"backdrop": null,
|
|
10724
12326
|
"kind": "text",
|
|
12327
|
+
"ground": "assumed",
|
|
10725
12328
|
"mode": "Dark",
|
|
10726
12329
|
"fgHex": "#dde0e4",
|
|
10727
12330
|
"bgHex": "#1d2735",
|
|
@@ -10729,36 +12332,95 @@
|
|
|
10729
12332
|
"min": 4.5
|
|
10730
12333
|
},
|
|
10731
12334
|
{
|
|
10732
|
-
"component": "
|
|
10733
|
-
"context": "ion-
|
|
12335
|
+
"component": "spinner",
|
|
12336
|
+
"context": "ion-spinner--sm",
|
|
10734
12337
|
"state": "default",
|
|
10735
|
-
"fg": "--
|
|
10736
|
-
"bg": "--surface-
|
|
10737
|
-
"backdrop":
|
|
10738
|
-
"kind": "
|
|
12338
|
+
"fg": "--text-secondary",
|
|
12339
|
+
"bg": "--surface-muted",
|
|
12340
|
+
"backdrop": null,
|
|
12341
|
+
"kind": "text",
|
|
12342
|
+
"ground": "assumed",
|
|
10739
12343
|
"mode": "Dark",
|
|
10740
12344
|
"fgHex": "#dde0e4",
|
|
10741
12345
|
"bgHex": "#1d2735",
|
|
10742
12346
|
"ratio": 11.38,
|
|
10743
|
-
"min":
|
|
12347
|
+
"min": 4.5
|
|
10744
12348
|
},
|
|
10745
12349
|
{
|
|
10746
|
-
"component": "
|
|
10747
|
-
"context": "ion-
|
|
10748
|
-
"state": "
|
|
10749
|
-
"fg": "--
|
|
10750
|
-
"bg": "--surface-
|
|
10751
|
-
"backdrop":
|
|
10752
|
-
"kind": "
|
|
12350
|
+
"component": "spinner",
|
|
12351
|
+
"context": "ion-spinner--lg",
|
|
12352
|
+
"state": "default",
|
|
12353
|
+
"fg": "--text-secondary",
|
|
12354
|
+
"bg": "--surface-muted",
|
|
12355
|
+
"backdrop": null,
|
|
12356
|
+
"kind": "text",
|
|
12357
|
+
"ground": "assumed",
|
|
10753
12358
|
"mode": "Dark",
|
|
10754
12359
|
"fgHex": "#dde0e4",
|
|
10755
12360
|
"bgHex": "#1d2735",
|
|
10756
12361
|
"ratio": 11.38,
|
|
10757
|
-
"min":
|
|
12362
|
+
"min": 4.5
|
|
10758
12363
|
},
|
|
10759
12364
|
{
|
|
10760
|
-
"component": "
|
|
10761
|
-
"context": "ion-
|
|
12365
|
+
"component": "spinner",
|
|
12366
|
+
"context": "ion-spinner ion-spinner__ring",
|
|
12367
|
+
"state": "default",
|
|
12368
|
+
"fg": "--text-secondary",
|
|
12369
|
+
"bg": "--surface-muted",
|
|
12370
|
+
"backdrop": null,
|
|
12371
|
+
"kind": "text",
|
|
12372
|
+
"ground": "assumed",
|
|
12373
|
+
"mode": "Dark",
|
|
12374
|
+
"fgHex": "#dde0e4",
|
|
12375
|
+
"bgHex": "#1d2735",
|
|
12376
|
+
"ratio": 11.38,
|
|
12377
|
+
"min": 4.5
|
|
12378
|
+
},
|
|
12379
|
+
{
|
|
12380
|
+
"component": "toast",
|
|
12381
|
+
"context": "ion-toast ion-toast__message",
|
|
12382
|
+
"state": "default",
|
|
12383
|
+
"fg": "--text-secondary",
|
|
12384
|
+
"bg": "--surface-raised",
|
|
12385
|
+
"backdrop": "--surface-raised",
|
|
12386
|
+
"kind": "text",
|
|
12387
|
+
"mode": "Dark",
|
|
12388
|
+
"fgHex": "#dde0e4",
|
|
12389
|
+
"bgHex": "#1d2735",
|
|
12390
|
+
"ratio": 11.38,
|
|
12391
|
+
"min": 4.5
|
|
12392
|
+
},
|
|
12393
|
+
{
|
|
12394
|
+
"component": "toast",
|
|
12395
|
+
"context": "ion-toast ion-toast__dismiss",
|
|
12396
|
+
"state": "default",
|
|
12397
|
+
"fg": "--icon-secondary",
|
|
12398
|
+
"bg": "--surface-raised",
|
|
12399
|
+
"backdrop": "--surface-raised",
|
|
12400
|
+
"kind": "non-text",
|
|
12401
|
+
"mode": "Dark",
|
|
12402
|
+
"fgHex": "#dde0e4",
|
|
12403
|
+
"bgHex": "#1d2735",
|
|
12404
|
+
"ratio": 11.38,
|
|
12405
|
+
"min": 3
|
|
12406
|
+
},
|
|
12407
|
+
{
|
|
12408
|
+
"component": "toast",
|
|
12409
|
+
"context": "ion-toast ion-toast__dismiss",
|
|
12410
|
+
"state": "focus",
|
|
12411
|
+
"fg": "--icon-secondary",
|
|
12412
|
+
"bg": "--surface-raised",
|
|
12413
|
+
"backdrop": "--surface-raised",
|
|
12414
|
+
"kind": "non-text",
|
|
12415
|
+
"mode": "Dark",
|
|
12416
|
+
"fgHex": "#dde0e4",
|
|
12417
|
+
"bgHex": "#1d2735",
|
|
12418
|
+
"ratio": 11.38,
|
|
12419
|
+
"min": 3
|
|
12420
|
+
},
|
|
12421
|
+
{
|
|
12422
|
+
"component": "toggle",
|
|
12423
|
+
"context": "ion-toggle ion-toggle__label",
|
|
10762
12424
|
"state": "default",
|
|
10763
12425
|
"fg": "--text-secondary",
|
|
10764
12426
|
"bg": "--surface-muted",
|
|
@@ -10815,6 +12477,21 @@
|
|
|
10815
12477
|
"ratio": 11.41,
|
|
10816
12478
|
"min": 4.5
|
|
10817
12479
|
},
|
|
12480
|
+
{
|
|
12481
|
+
"component": "file-upload",
|
|
12482
|
+
"context": "ion-file-upload ion-file-upload__remove",
|
|
12483
|
+
"state": "hover",
|
|
12484
|
+
"fg": "--icon-default",
|
|
12485
|
+
"bg": "--surface-hover",
|
|
12486
|
+
"backdrop": "--surface-primary-subtle",
|
|
12487
|
+
"kind": "non-text",
|
|
12488
|
+
"mode": "Dark",
|
|
12489
|
+
"fgHex": "#f0f2f4",
|
|
12490
|
+
"bgHex": "#132971",
|
|
12491
|
+
"compositedOver": "--surface-primary-subtle",
|
|
12492
|
+
"ratio": 11.8,
|
|
12493
|
+
"min": 3
|
|
12494
|
+
},
|
|
10818
12495
|
{
|
|
10819
12496
|
"component": "input",
|
|
10820
12497
|
"context": "ion-field--error ion-field__helper",
|
|
@@ -11084,6 +12761,51 @@
|
|
|
11084
12761
|
"ratio": 12.17,
|
|
11085
12762
|
"min": 4.5
|
|
11086
12763
|
},
|
|
12764
|
+
{
|
|
12765
|
+
"component": "file-upload",
|
|
12766
|
+
"context": "ion-file-upload ion-file-upload__remove",
|
|
12767
|
+
"state": "hover",
|
|
12768
|
+
"fg": "--icon-default",
|
|
12769
|
+
"bg": "--surface-hover",
|
|
12770
|
+
"backdrop": "--surface-primary-subtle",
|
|
12771
|
+
"kind": "non-text",
|
|
12772
|
+
"mode": "Light",
|
|
12773
|
+
"fgHex": "#1d2735",
|
|
12774
|
+
"bgHex": "#dfebf2",
|
|
12775
|
+
"compositedOver": "--surface-primary-subtle",
|
|
12776
|
+
"ratio": 12.39,
|
|
12777
|
+
"min": 3
|
|
12778
|
+
},
|
|
12779
|
+
{
|
|
12780
|
+
"component": "accordion",
|
|
12781
|
+
"context": "ion-accordion ion-accordion__indicator",
|
|
12782
|
+
"state": "default",
|
|
12783
|
+
"fg": "--icon-secondary",
|
|
12784
|
+
"bg": "--surface-page",
|
|
12785
|
+
"backdrop": null,
|
|
12786
|
+
"kind": "non-text",
|
|
12787
|
+
"ground": "assumed",
|
|
12788
|
+
"mode": "Dark",
|
|
12789
|
+
"fgHex": "#dde0e4",
|
|
12790
|
+
"bgHex": "#131923",
|
|
12791
|
+
"ratio": 13.31,
|
|
12792
|
+
"min": 3
|
|
12793
|
+
},
|
|
12794
|
+
{
|
|
12795
|
+
"component": "accordion",
|
|
12796
|
+
"context": "ion-accordion ion-accordion__content",
|
|
12797
|
+
"state": "default",
|
|
12798
|
+
"fg": "--text-secondary",
|
|
12799
|
+
"bg": "--surface-page",
|
|
12800
|
+
"backdrop": null,
|
|
12801
|
+
"kind": "text",
|
|
12802
|
+
"ground": "assumed",
|
|
12803
|
+
"mode": "Dark",
|
|
12804
|
+
"fgHex": "#dde0e4",
|
|
12805
|
+
"bgHex": "#131923",
|
|
12806
|
+
"ratio": 13.31,
|
|
12807
|
+
"min": 4.5
|
|
12808
|
+
},
|
|
11087
12809
|
{
|
|
11088
12810
|
"component": "agent-activity",
|
|
11089
12811
|
"context": "ion-agent-activity ion-agent-activity__step",
|
|
@@ -11113,6 +12835,36 @@
|
|
|
11113
12835
|
"ratio": 13.31,
|
|
11114
12836
|
"min": 3
|
|
11115
12837
|
},
|
|
12838
|
+
{
|
|
12839
|
+
"component": "breadcrumb",
|
|
12840
|
+
"context": "ion-breadcrumb ion-breadcrumb__link",
|
|
12841
|
+
"state": "default",
|
|
12842
|
+
"fg": "--text-secondary",
|
|
12843
|
+
"bg": "--surface-page",
|
|
12844
|
+
"backdrop": null,
|
|
12845
|
+
"kind": "text",
|
|
12846
|
+
"ground": "assumed",
|
|
12847
|
+
"mode": "Dark",
|
|
12848
|
+
"fgHex": "#dde0e4",
|
|
12849
|
+
"bgHex": "#131923",
|
|
12850
|
+
"ratio": 13.31,
|
|
12851
|
+
"min": 4.5
|
|
12852
|
+
},
|
|
12853
|
+
{
|
|
12854
|
+
"component": "breadcrumb",
|
|
12855
|
+
"context": "ion-breadcrumb ion-breadcrumb__link",
|
|
12856
|
+
"state": "focus",
|
|
12857
|
+
"fg": "--text-secondary",
|
|
12858
|
+
"bg": "--surface-page",
|
|
12859
|
+
"backdrop": null,
|
|
12860
|
+
"kind": "text",
|
|
12861
|
+
"ground": "assumed",
|
|
12862
|
+
"mode": "Dark",
|
|
12863
|
+
"fgHex": "#dde0e4",
|
|
12864
|
+
"bgHex": "#131923",
|
|
12865
|
+
"ratio": 13.31,
|
|
12866
|
+
"min": 4.5
|
|
12867
|
+
},
|
|
11116
12868
|
{
|
|
11117
12869
|
"component": "button",
|
|
11118
12870
|
"context": "ion-button--secondary",
|
|
@@ -11171,6 +12923,21 @@
|
|
|
11171
12923
|
"ratio": 13.31,
|
|
11172
12924
|
"min": 4.5
|
|
11173
12925
|
},
|
|
12926
|
+
{
|
|
12927
|
+
"component": "combobox",
|
|
12928
|
+
"context": "ion-combobox ion-combobox__button",
|
|
12929
|
+
"state": "default",
|
|
12930
|
+
"fg": "--icon-secondary",
|
|
12931
|
+
"bg": "--surface-page",
|
|
12932
|
+
"backdrop": null,
|
|
12933
|
+
"kind": "non-text",
|
|
12934
|
+
"ground": "assumed",
|
|
12935
|
+
"mode": "Dark",
|
|
12936
|
+
"fgHex": "#dde0e4",
|
|
12937
|
+
"bgHex": "#131923",
|
|
12938
|
+
"ratio": 13.31,
|
|
12939
|
+
"min": 3
|
|
12940
|
+
},
|
|
11174
12941
|
{
|
|
11175
12942
|
"component": "confidence-indicator",
|
|
11176
12943
|
"context": "ion-confidence",
|
|
@@ -11467,6 +13234,21 @@
|
|
|
11467
13234
|
"ratio": 13.31,
|
|
11468
13235
|
"min": 4.5
|
|
11469
13236
|
},
|
|
13237
|
+
{
|
|
13238
|
+
"component": "progress-bar",
|
|
13239
|
+
"context": "ion-progress-bar ion-progress-bar__value",
|
|
13240
|
+
"state": "default",
|
|
13241
|
+
"fg": "--text-secondary",
|
|
13242
|
+
"bg": "--surface-page",
|
|
13243
|
+
"backdrop": null,
|
|
13244
|
+
"kind": "text",
|
|
13245
|
+
"ground": "assumed",
|
|
13246
|
+
"mode": "Dark",
|
|
13247
|
+
"fgHex": "#dde0e4",
|
|
13248
|
+
"bgHex": "#131923",
|
|
13249
|
+
"ratio": 13.31,
|
|
13250
|
+
"min": 4.5
|
|
13251
|
+
},
|
|
11470
13252
|
{
|
|
11471
13253
|
"component": "radio",
|
|
11472
13254
|
"context": "ion-radio ion-radio__label",
|
|
@@ -11497,6 +13279,66 @@
|
|
|
11497
13279
|
"ratio": 13.31,
|
|
11498
13280
|
"min": 4.5
|
|
11499
13281
|
},
|
|
13282
|
+
{
|
|
13283
|
+
"component": "spinner",
|
|
13284
|
+
"context": "ion-spinner",
|
|
13285
|
+
"state": "default",
|
|
13286
|
+
"fg": "--text-secondary",
|
|
13287
|
+
"bg": "--surface-page",
|
|
13288
|
+
"backdrop": null,
|
|
13289
|
+
"kind": "text",
|
|
13290
|
+
"ground": "assumed",
|
|
13291
|
+
"mode": "Dark",
|
|
13292
|
+
"fgHex": "#dde0e4",
|
|
13293
|
+
"bgHex": "#131923",
|
|
13294
|
+
"ratio": 13.31,
|
|
13295
|
+
"min": 4.5
|
|
13296
|
+
},
|
|
13297
|
+
{
|
|
13298
|
+
"component": "spinner",
|
|
13299
|
+
"context": "ion-spinner--sm",
|
|
13300
|
+
"state": "default",
|
|
13301
|
+
"fg": "--text-secondary",
|
|
13302
|
+
"bg": "--surface-page",
|
|
13303
|
+
"backdrop": null,
|
|
13304
|
+
"kind": "text",
|
|
13305
|
+
"ground": "assumed",
|
|
13306
|
+
"mode": "Dark",
|
|
13307
|
+
"fgHex": "#dde0e4",
|
|
13308
|
+
"bgHex": "#131923",
|
|
13309
|
+
"ratio": 13.31,
|
|
13310
|
+
"min": 4.5
|
|
13311
|
+
},
|
|
13312
|
+
{
|
|
13313
|
+
"component": "spinner",
|
|
13314
|
+
"context": "ion-spinner--lg",
|
|
13315
|
+
"state": "default",
|
|
13316
|
+
"fg": "--text-secondary",
|
|
13317
|
+
"bg": "--surface-page",
|
|
13318
|
+
"backdrop": null,
|
|
13319
|
+
"kind": "text",
|
|
13320
|
+
"ground": "assumed",
|
|
13321
|
+
"mode": "Dark",
|
|
13322
|
+
"fgHex": "#dde0e4",
|
|
13323
|
+
"bgHex": "#131923",
|
|
13324
|
+
"ratio": 13.31,
|
|
13325
|
+
"min": 4.5
|
|
13326
|
+
},
|
|
13327
|
+
{
|
|
13328
|
+
"component": "spinner",
|
|
13329
|
+
"context": "ion-spinner ion-spinner__ring",
|
|
13330
|
+
"state": "default",
|
|
13331
|
+
"fg": "--text-secondary",
|
|
13332
|
+
"bg": "--surface-page",
|
|
13333
|
+
"backdrop": null,
|
|
13334
|
+
"kind": "text",
|
|
13335
|
+
"ground": "assumed",
|
|
13336
|
+
"mode": "Dark",
|
|
13337
|
+
"fgHex": "#dde0e4",
|
|
13338
|
+
"bgHex": "#131923",
|
|
13339
|
+
"ratio": 13.31,
|
|
13340
|
+
"min": 4.5
|
|
13341
|
+
},
|
|
11500
13342
|
{
|
|
11501
13343
|
"component": "table",
|
|
11502
13344
|
"context": "ion-table--striped",
|
|
@@ -11526,6 +13368,21 @@
|
|
|
11526
13368
|
"ratio": 13.31,
|
|
11527
13369
|
"min": 4.5
|
|
11528
13370
|
},
|
|
13371
|
+
{
|
|
13372
|
+
"component": "accordion",
|
|
13373
|
+
"context": "ion-accordion ion-accordion__trigger",
|
|
13374
|
+
"state": "hover",
|
|
13375
|
+
"fg": "--text-primary",
|
|
13376
|
+
"bg": "--surface-default",
|
|
13377
|
+
"backdrop": null,
|
|
13378
|
+
"kind": "text",
|
|
13379
|
+
"ground": "assumed",
|
|
13380
|
+
"mode": "Dark",
|
|
13381
|
+
"fgHex": "#9fd5f9",
|
|
13382
|
+
"bgHex": "#000000",
|
|
13383
|
+
"ratio": 13.36,
|
|
13384
|
+
"min": 4.5
|
|
13385
|
+
},
|
|
11529
13386
|
{
|
|
11530
13387
|
"component": "citation",
|
|
11531
13388
|
"context": "ion-citation-list ion-citation-list__source",
|
|
@@ -11676,12 +13533,12 @@
|
|
|
11676
13533
|
"min": 3
|
|
11677
13534
|
},
|
|
11678
13535
|
{
|
|
11679
|
-
"component": "
|
|
11680
|
-
"context": "ion-
|
|
11681
|
-
"state": "
|
|
13536
|
+
"component": "file-upload",
|
|
13537
|
+
"context": "ion-file-upload ion-file-upload__prompt",
|
|
13538
|
+
"state": "default",
|
|
11682
13539
|
"fg": "--text-default",
|
|
11683
|
-
"bg": "--surface-
|
|
11684
|
-
"backdrop":
|
|
13540
|
+
"bg": "--surface-primary-subtle",
|
|
13541
|
+
"backdrop": "--surface-primary-subtle",
|
|
11685
13542
|
"kind": "text",
|
|
11686
13543
|
"mode": "Dark",
|
|
11687
13544
|
"fgHex": "#f6f8f9",
|
|
@@ -11690,31 +13547,89 @@
|
|
|
11690
13547
|
"min": 4.5
|
|
11691
13548
|
},
|
|
11692
13549
|
{
|
|
11693
|
-
"component": "
|
|
11694
|
-
"context": "ion-
|
|
13550
|
+
"component": "file-upload",
|
|
13551
|
+
"context": "ion-file-upload ion-file-upload__name",
|
|
11695
13552
|
"state": "default",
|
|
11696
|
-
"fg": "--text-
|
|
11697
|
-
"bg": "--surface-
|
|
11698
|
-
"backdrop": "--surface-
|
|
13553
|
+
"fg": "--text-default",
|
|
13554
|
+
"bg": "--surface-primary-subtle",
|
|
13555
|
+
"backdrop": "--surface-primary-subtle",
|
|
11699
13556
|
"kind": "text",
|
|
11700
|
-
"mode": "
|
|
13557
|
+
"mode": "Dark",
|
|
11701
13558
|
"fgHex": "#f6f8f9",
|
|
11702
|
-
"bgHex": "#
|
|
11703
|
-
"ratio": 14.
|
|
13559
|
+
"bgHex": "#071e69",
|
|
13560
|
+
"ratio": 14.09,
|
|
11704
13561
|
"min": 4.5
|
|
11705
13562
|
},
|
|
11706
13563
|
{
|
|
11707
|
-
"component": "
|
|
11708
|
-
"context": "ion-
|
|
11709
|
-
"state": "
|
|
13564
|
+
"component": "pagination",
|
|
13565
|
+
"context": "ion-pagination ion-pagination__item",
|
|
13566
|
+
"state": "selected",
|
|
11710
13567
|
"fg": "--text-default",
|
|
11711
|
-
"bg": "--surface-
|
|
11712
|
-
"backdrop":
|
|
13568
|
+
"bg": "--surface-selected",
|
|
13569
|
+
"backdrop": null,
|
|
11713
13570
|
"kind": "text",
|
|
11714
13571
|
"mode": "Dark",
|
|
11715
13572
|
"fgHex": "#f6f8f9",
|
|
11716
|
-
"bgHex": "#
|
|
11717
|
-
"ratio": 14.
|
|
13573
|
+
"bgHex": "#071e69",
|
|
13574
|
+
"ratio": 14.09,
|
|
13575
|
+
"min": 4.5
|
|
13576
|
+
},
|
|
13577
|
+
{
|
|
13578
|
+
"component": "accordion",
|
|
13579
|
+
"context": "ion-accordion ion-accordion__trigger",
|
|
13580
|
+
"state": "default",
|
|
13581
|
+
"fg": "--text-default",
|
|
13582
|
+
"bg": "--surface-muted",
|
|
13583
|
+
"backdrop": null,
|
|
13584
|
+
"kind": "text",
|
|
13585
|
+
"ground": "assumed",
|
|
13586
|
+
"mode": "Dark",
|
|
13587
|
+
"fgHex": "#f6f8f9",
|
|
13588
|
+
"bgHex": "#1d2735",
|
|
13589
|
+
"ratio": 14.14,
|
|
13590
|
+
"min": 4.5
|
|
13591
|
+
},
|
|
13592
|
+
{
|
|
13593
|
+
"component": "accordion",
|
|
13594
|
+
"context": "ion-accordion ion-accordion__trigger",
|
|
13595
|
+
"state": "focus",
|
|
13596
|
+
"fg": "--text-default",
|
|
13597
|
+
"bg": "--surface-muted",
|
|
13598
|
+
"backdrop": null,
|
|
13599
|
+
"kind": "text",
|
|
13600
|
+
"ground": "assumed",
|
|
13601
|
+
"mode": "Dark",
|
|
13602
|
+
"fgHex": "#f6f8f9",
|
|
13603
|
+
"bgHex": "#1d2735",
|
|
13604
|
+
"ratio": 14.14,
|
|
13605
|
+
"min": 4.5
|
|
13606
|
+
},
|
|
13607
|
+
{
|
|
13608
|
+
"component": "alert",
|
|
13609
|
+
"context": "ion-alert--solid&ion-alert--neutral",
|
|
13610
|
+
"state": "default",
|
|
13611
|
+
"fg": "--text-inverse",
|
|
13612
|
+
"bg": "--surface-inverse",
|
|
13613
|
+
"backdrop": "--surface-inverse",
|
|
13614
|
+
"kind": "text",
|
|
13615
|
+
"mode": "Light",
|
|
13616
|
+
"fgHex": "#f6f8f9",
|
|
13617
|
+
"bgHex": "#1d2735",
|
|
13618
|
+
"ratio": 14.14,
|
|
13619
|
+
"min": 4.5
|
|
13620
|
+
},
|
|
13621
|
+
{
|
|
13622
|
+
"component": "approval-gate",
|
|
13623
|
+
"context": "ion-approval-gate--low",
|
|
13624
|
+
"state": "default",
|
|
13625
|
+
"fg": "--text-default",
|
|
13626
|
+
"bg": "--surface-muted",
|
|
13627
|
+
"backdrop": "--surface-muted",
|
|
13628
|
+
"kind": "text",
|
|
13629
|
+
"mode": "Dark",
|
|
13630
|
+
"fgHex": "#f6f8f9",
|
|
13631
|
+
"bgHex": "#1d2735",
|
|
13632
|
+
"ratio": 14.14,
|
|
11718
13633
|
"min": 4.5
|
|
11719
13634
|
},
|
|
11720
13635
|
{
|
|
@@ -11801,6 +13716,36 @@
|
|
|
11801
13716
|
"ratio": 14.14,
|
|
11802
13717
|
"min": 4.5
|
|
11803
13718
|
},
|
|
13719
|
+
{
|
|
13720
|
+
"component": "breadcrumb",
|
|
13721
|
+
"context": "ion-breadcrumb ion-breadcrumb__link",
|
|
13722
|
+
"state": "hover",
|
|
13723
|
+
"fg": "--text-default",
|
|
13724
|
+
"bg": "--surface-muted",
|
|
13725
|
+
"backdrop": null,
|
|
13726
|
+
"kind": "text",
|
|
13727
|
+
"ground": "assumed",
|
|
13728
|
+
"mode": "Dark",
|
|
13729
|
+
"fgHex": "#f6f8f9",
|
|
13730
|
+
"bgHex": "#1d2735",
|
|
13731
|
+
"ratio": 14.14,
|
|
13732
|
+
"min": 4.5
|
|
13733
|
+
},
|
|
13734
|
+
{
|
|
13735
|
+
"component": "breadcrumb",
|
|
13736
|
+
"context": "ion-breadcrumb ion-breadcrumb__current",
|
|
13737
|
+
"state": "default",
|
|
13738
|
+
"fg": "--text-default",
|
|
13739
|
+
"bg": "--surface-muted",
|
|
13740
|
+
"backdrop": null,
|
|
13741
|
+
"kind": "text",
|
|
13742
|
+
"ground": "assumed",
|
|
13743
|
+
"mode": "Dark",
|
|
13744
|
+
"fgHex": "#f6f8f9",
|
|
13745
|
+
"bgHex": "#1d2735",
|
|
13746
|
+
"ratio": 14.14,
|
|
13747
|
+
"min": 4.5
|
|
13748
|
+
},
|
|
11804
13749
|
{
|
|
11805
13750
|
"component": "button",
|
|
11806
13751
|
"context": "ion-button--primary-neutral",
|
|
@@ -11829,6 +13774,20 @@
|
|
|
11829
13774
|
"ratio": 14.14,
|
|
11830
13775
|
"min": 4.5
|
|
11831
13776
|
},
|
|
13777
|
+
{
|
|
13778
|
+
"component": "combobox",
|
|
13779
|
+
"context": "ion-combobox-menu ion-combobox-menu__label",
|
|
13780
|
+
"state": "default",
|
|
13781
|
+
"fg": "--text-default",
|
|
13782
|
+
"bg": "--surface-raised",
|
|
13783
|
+
"backdrop": "--surface-raised",
|
|
13784
|
+
"kind": "text",
|
|
13785
|
+
"mode": "Dark",
|
|
13786
|
+
"fgHex": "#f6f8f9",
|
|
13787
|
+
"bgHex": "#1d2735",
|
|
13788
|
+
"ratio": 14.14,
|
|
13789
|
+
"min": 4.5
|
|
13790
|
+
},
|
|
11832
13791
|
{
|
|
11833
13792
|
"component": "confidence-indicator",
|
|
11834
13793
|
"context": "ion-confidence ion-confidence__label",
|
|
@@ -11844,6 +13803,174 @@
|
|
|
11844
13803
|
"ratio": 14.14,
|
|
11845
13804
|
"min": 4.5
|
|
11846
13805
|
},
|
|
13806
|
+
{
|
|
13807
|
+
"component": "drawer",
|
|
13808
|
+
"context": "ion-drawer",
|
|
13809
|
+
"state": "default",
|
|
13810
|
+
"fg": "--text-default",
|
|
13811
|
+
"bg": "--surface-raised",
|
|
13812
|
+
"backdrop": "--surface-raised",
|
|
13813
|
+
"kind": "text",
|
|
13814
|
+
"mode": "Dark",
|
|
13815
|
+
"fgHex": "#f6f8f9",
|
|
13816
|
+
"bgHex": "#1d2735",
|
|
13817
|
+
"ratio": 14.14,
|
|
13818
|
+
"min": 4.5
|
|
13819
|
+
},
|
|
13820
|
+
{
|
|
13821
|
+
"component": "drawer",
|
|
13822
|
+
"context": "ion-drawer--sm",
|
|
13823
|
+
"state": "default",
|
|
13824
|
+
"fg": "--text-default",
|
|
13825
|
+
"bg": "--surface-raised",
|
|
13826
|
+
"backdrop": "--surface-raised",
|
|
13827
|
+
"kind": "text",
|
|
13828
|
+
"mode": "Dark",
|
|
13829
|
+
"fgHex": "#f6f8f9",
|
|
13830
|
+
"bgHex": "#1d2735",
|
|
13831
|
+
"ratio": 14.14,
|
|
13832
|
+
"min": 4.5
|
|
13833
|
+
},
|
|
13834
|
+
{
|
|
13835
|
+
"component": "drawer",
|
|
13836
|
+
"context": "ion-drawer--lg",
|
|
13837
|
+
"state": "default",
|
|
13838
|
+
"fg": "--text-default",
|
|
13839
|
+
"bg": "--surface-raised",
|
|
13840
|
+
"backdrop": "--surface-raised",
|
|
13841
|
+
"kind": "text",
|
|
13842
|
+
"mode": "Dark",
|
|
13843
|
+
"fgHex": "#f6f8f9",
|
|
13844
|
+
"bgHex": "#1d2735",
|
|
13845
|
+
"ratio": 14.14,
|
|
13846
|
+
"min": 4.5
|
|
13847
|
+
},
|
|
13848
|
+
{
|
|
13849
|
+
"component": "drawer",
|
|
13850
|
+
"context": "ion-drawer--start",
|
|
13851
|
+
"state": "default",
|
|
13852
|
+
"fg": "--text-default",
|
|
13853
|
+
"bg": "--surface-raised",
|
|
13854
|
+
"backdrop": "--surface-raised",
|
|
13855
|
+
"kind": "text",
|
|
13856
|
+
"mode": "Dark",
|
|
13857
|
+
"fgHex": "#f6f8f9",
|
|
13858
|
+
"bgHex": "#1d2735",
|
|
13859
|
+
"ratio": 14.14,
|
|
13860
|
+
"min": 4.5
|
|
13861
|
+
},
|
|
13862
|
+
{
|
|
13863
|
+
"component": "drawer",
|
|
13864
|
+
"context": "ion-drawer--end",
|
|
13865
|
+
"state": "default",
|
|
13866
|
+
"fg": "--text-default",
|
|
13867
|
+
"bg": "--surface-raised",
|
|
13868
|
+
"backdrop": "--surface-raised",
|
|
13869
|
+
"kind": "text",
|
|
13870
|
+
"mode": "Dark",
|
|
13871
|
+
"fgHex": "#f6f8f9",
|
|
13872
|
+
"bgHex": "#1d2735",
|
|
13873
|
+
"ratio": 14.14,
|
|
13874
|
+
"min": 4.5
|
|
13875
|
+
},
|
|
13876
|
+
{
|
|
13877
|
+
"component": "drawer",
|
|
13878
|
+
"context": "ion-drawer--top",
|
|
13879
|
+
"state": "default",
|
|
13880
|
+
"fg": "--text-default",
|
|
13881
|
+
"bg": "--surface-raised",
|
|
13882
|
+
"backdrop": "--surface-raised",
|
|
13883
|
+
"kind": "text",
|
|
13884
|
+
"mode": "Dark",
|
|
13885
|
+
"fgHex": "#f6f8f9",
|
|
13886
|
+
"bgHex": "#1d2735",
|
|
13887
|
+
"ratio": 14.14,
|
|
13888
|
+
"min": 4.5
|
|
13889
|
+
},
|
|
13890
|
+
{
|
|
13891
|
+
"component": "drawer",
|
|
13892
|
+
"context": "ion-drawer--bottom",
|
|
13893
|
+
"state": "default",
|
|
13894
|
+
"fg": "--text-default",
|
|
13895
|
+
"bg": "--surface-raised",
|
|
13896
|
+
"backdrop": "--surface-raised",
|
|
13897
|
+
"kind": "text",
|
|
13898
|
+
"mode": "Dark",
|
|
13899
|
+
"fgHex": "#f6f8f9",
|
|
13900
|
+
"bgHex": "#1d2735",
|
|
13901
|
+
"ratio": 14.14,
|
|
13902
|
+
"min": 4.5
|
|
13903
|
+
},
|
|
13904
|
+
{
|
|
13905
|
+
"component": "drawer",
|
|
13906
|
+
"context": "ion-drawer ion-drawer__header",
|
|
13907
|
+
"state": "default",
|
|
13908
|
+
"fg": "--text-default",
|
|
13909
|
+
"bg": "--surface-raised",
|
|
13910
|
+
"backdrop": "--surface-raised",
|
|
13911
|
+
"kind": "text",
|
|
13912
|
+
"mode": "Dark",
|
|
13913
|
+
"fgHex": "#f6f8f9",
|
|
13914
|
+
"bgHex": "#1d2735",
|
|
13915
|
+
"ratio": 14.14,
|
|
13916
|
+
"min": 4.5
|
|
13917
|
+
},
|
|
13918
|
+
{
|
|
13919
|
+
"component": "drawer",
|
|
13920
|
+
"context": "ion-drawer ion-drawer__heading",
|
|
13921
|
+
"state": "default",
|
|
13922
|
+
"fg": "--text-default",
|
|
13923
|
+
"bg": "--surface-raised",
|
|
13924
|
+
"backdrop": "--surface-raised",
|
|
13925
|
+
"kind": "text",
|
|
13926
|
+
"mode": "Dark",
|
|
13927
|
+
"fgHex": "#f6f8f9",
|
|
13928
|
+
"bgHex": "#1d2735",
|
|
13929
|
+
"ratio": 14.14,
|
|
13930
|
+
"min": 4.5
|
|
13931
|
+
},
|
|
13932
|
+
{
|
|
13933
|
+
"component": "drawer",
|
|
13934
|
+
"context": "ion-drawer ion-drawer__title",
|
|
13935
|
+
"state": "default",
|
|
13936
|
+
"fg": "--text-default",
|
|
13937
|
+
"bg": "--surface-raised",
|
|
13938
|
+
"backdrop": "--surface-raised",
|
|
13939
|
+
"kind": "text",
|
|
13940
|
+
"mode": "Dark",
|
|
13941
|
+
"fgHex": "#f6f8f9",
|
|
13942
|
+
"bgHex": "#1d2735",
|
|
13943
|
+
"ratio": 14.14,
|
|
13944
|
+
"min": 4.5
|
|
13945
|
+
},
|
|
13946
|
+
{
|
|
13947
|
+
"component": "drawer",
|
|
13948
|
+
"context": "ion-drawer ion-drawer__body",
|
|
13949
|
+
"state": "default",
|
|
13950
|
+
"fg": "--text-default",
|
|
13951
|
+
"bg": "--surface-raised",
|
|
13952
|
+
"backdrop": "--surface-raised",
|
|
13953
|
+
"kind": "text",
|
|
13954
|
+
"mode": "Dark",
|
|
13955
|
+
"fgHex": "#f6f8f9",
|
|
13956
|
+
"bgHex": "#1d2735",
|
|
13957
|
+
"ratio": 14.14,
|
|
13958
|
+
"min": 4.5
|
|
13959
|
+
},
|
|
13960
|
+
{
|
|
13961
|
+
"component": "drawer",
|
|
13962
|
+
"context": "ion-drawer ion-drawer__footer",
|
|
13963
|
+
"state": "default",
|
|
13964
|
+
"fg": "--text-default",
|
|
13965
|
+
"bg": "--surface-raised",
|
|
13966
|
+
"backdrop": "--surface-raised",
|
|
13967
|
+
"kind": "text",
|
|
13968
|
+
"mode": "Dark",
|
|
13969
|
+
"fgHex": "#f6f8f9",
|
|
13970
|
+
"bgHex": "#1d2735",
|
|
13971
|
+
"ratio": 14.14,
|
|
13972
|
+
"min": 4.5
|
|
13973
|
+
},
|
|
11847
13974
|
{
|
|
11848
13975
|
"component": "empty-state",
|
|
11849
13976
|
"context": "ion-empty-state ion-empty-state__title",
|
|
@@ -11963,6 +14090,21 @@
|
|
|
11963
14090
|
"ratio": 14.14,
|
|
11964
14091
|
"min": 4.5
|
|
11965
14092
|
},
|
|
14093
|
+
{
|
|
14094
|
+
"component": "progress-bar",
|
|
14095
|
+
"context": "ion-progress-bar ion-progress-bar__label",
|
|
14096
|
+
"state": "default",
|
|
14097
|
+
"fg": "--text-default",
|
|
14098
|
+
"bg": "--surface-muted",
|
|
14099
|
+
"backdrop": null,
|
|
14100
|
+
"kind": "text",
|
|
14101
|
+
"ground": "assumed",
|
|
14102
|
+
"mode": "Dark",
|
|
14103
|
+
"fgHex": "#f6f8f9",
|
|
14104
|
+
"bgHex": "#1d2735",
|
|
14105
|
+
"ratio": 14.14,
|
|
14106
|
+
"min": 4.5
|
|
14107
|
+
},
|
|
11966
14108
|
{
|
|
11967
14109
|
"component": "scroll-progress",
|
|
11968
14110
|
"context": "ion-scroll-progress ion-scroll-progress__heading",
|
|
@@ -12422,13 +14564,14 @@
|
|
|
12422
14564
|
"min": 4.5
|
|
12423
14565
|
},
|
|
12424
14566
|
{
|
|
12425
|
-
"component": "
|
|
12426
|
-
"context": "ion-
|
|
14567
|
+
"component": "accordion",
|
|
14568
|
+
"context": "ion-accordion ion-accordion__trigger",
|
|
12427
14569
|
"state": "default",
|
|
12428
14570
|
"fg": "--text-default",
|
|
12429
14571
|
"bg": "--surface-muted",
|
|
12430
|
-
"backdrop":
|
|
14572
|
+
"backdrop": null,
|
|
12431
14573
|
"kind": "text",
|
|
14574
|
+
"ground": "assumed",
|
|
12432
14575
|
"mode": "Light",
|
|
12433
14576
|
"fgHex": "#131923",
|
|
12434
14577
|
"bgHex": "#f0f2f4",
|
|
@@ -12436,8 +14579,67 @@
|
|
|
12436
14579
|
"min": 4.5
|
|
12437
14580
|
},
|
|
12438
14581
|
{
|
|
12439
|
-
"component": "
|
|
12440
|
-
"context": "ion-
|
|
14582
|
+
"component": "accordion",
|
|
14583
|
+
"context": "ion-accordion ion-accordion__trigger",
|
|
14584
|
+
"state": "focus",
|
|
14585
|
+
"fg": "--text-default",
|
|
14586
|
+
"bg": "--surface-muted",
|
|
14587
|
+
"backdrop": null,
|
|
14588
|
+
"kind": "text",
|
|
14589
|
+
"ground": "assumed",
|
|
14590
|
+
"mode": "Light",
|
|
14591
|
+
"fgHex": "#131923",
|
|
14592
|
+
"bgHex": "#f0f2f4",
|
|
14593
|
+
"ratio": 15.71,
|
|
14594
|
+
"min": 4.5
|
|
14595
|
+
},
|
|
14596
|
+
{
|
|
14597
|
+
"component": "approval-gate",
|
|
14598
|
+
"context": "ion-approval-gate--low",
|
|
14599
|
+
"state": "default",
|
|
14600
|
+
"fg": "--text-default",
|
|
14601
|
+
"bg": "--surface-muted",
|
|
14602
|
+
"backdrop": "--surface-muted",
|
|
14603
|
+
"kind": "text",
|
|
14604
|
+
"mode": "Light",
|
|
14605
|
+
"fgHex": "#131923",
|
|
14606
|
+
"bgHex": "#f0f2f4",
|
|
14607
|
+
"ratio": 15.71,
|
|
14608
|
+
"min": 4.5
|
|
14609
|
+
},
|
|
14610
|
+
{
|
|
14611
|
+
"component": "breadcrumb",
|
|
14612
|
+
"context": "ion-breadcrumb ion-breadcrumb__link",
|
|
14613
|
+
"state": "hover",
|
|
14614
|
+
"fg": "--text-default",
|
|
14615
|
+
"bg": "--surface-muted",
|
|
14616
|
+
"backdrop": null,
|
|
14617
|
+
"kind": "text",
|
|
14618
|
+
"ground": "assumed",
|
|
14619
|
+
"mode": "Light",
|
|
14620
|
+
"fgHex": "#131923",
|
|
14621
|
+
"bgHex": "#f0f2f4",
|
|
14622
|
+
"ratio": 15.71,
|
|
14623
|
+
"min": 4.5
|
|
14624
|
+
},
|
|
14625
|
+
{
|
|
14626
|
+
"component": "breadcrumb",
|
|
14627
|
+
"context": "ion-breadcrumb ion-breadcrumb__current",
|
|
14628
|
+
"state": "default",
|
|
14629
|
+
"fg": "--text-default",
|
|
14630
|
+
"bg": "--surface-muted",
|
|
14631
|
+
"backdrop": null,
|
|
14632
|
+
"kind": "text",
|
|
14633
|
+
"ground": "assumed",
|
|
14634
|
+
"mode": "Light",
|
|
14635
|
+
"fgHex": "#131923",
|
|
14636
|
+
"bgHex": "#f0f2f4",
|
|
14637
|
+
"ratio": 15.71,
|
|
14638
|
+
"min": 4.5
|
|
14639
|
+
},
|
|
14640
|
+
{
|
|
14641
|
+
"component": "confidence-indicator",
|
|
14642
|
+
"context": "ion-confidence ion-confidence__label",
|
|
12441
14643
|
"state": "default",
|
|
12442
14644
|
"fg": "--text-default",
|
|
12443
14645
|
"bg": "--surface-muted",
|
|
@@ -12555,6 +14757,21 @@
|
|
|
12555
14757
|
"ratio": 15.71,
|
|
12556
14758
|
"min": 3
|
|
12557
14759
|
},
|
|
14760
|
+
{
|
|
14761
|
+
"component": "progress-bar",
|
|
14762
|
+
"context": "ion-progress-bar ion-progress-bar__label",
|
|
14763
|
+
"state": "default",
|
|
14764
|
+
"fg": "--text-default",
|
|
14765
|
+
"bg": "--surface-muted",
|
|
14766
|
+
"backdrop": null,
|
|
14767
|
+
"kind": "text",
|
|
14768
|
+
"ground": "assumed",
|
|
14769
|
+
"mode": "Light",
|
|
14770
|
+
"fgHex": "#131923",
|
|
14771
|
+
"bgHex": "#f0f2f4",
|
|
14772
|
+
"ratio": 15.71,
|
|
14773
|
+
"min": 4.5
|
|
14774
|
+
},
|
|
12558
14775
|
{
|
|
12559
14776
|
"component": "scroll-progress",
|
|
12560
14777
|
"context": "ion-scroll-progress ion-scroll-progress__heading",
|
|
@@ -12699,6 +14916,36 @@
|
|
|
12699
14916
|
"ratio": 15.83,
|
|
12700
14917
|
"min": 4.5
|
|
12701
14918
|
},
|
|
14919
|
+
{
|
|
14920
|
+
"component": "accordion",
|
|
14921
|
+
"context": "ion-accordion ion-accordion__indicator",
|
|
14922
|
+
"state": "default",
|
|
14923
|
+
"fg": "--icon-secondary",
|
|
14924
|
+
"bg": "--surface-default",
|
|
14925
|
+
"backdrop": null,
|
|
14926
|
+
"kind": "non-text",
|
|
14927
|
+
"ground": "assumed",
|
|
14928
|
+
"mode": "Dark",
|
|
14929
|
+
"fgHex": "#dde0e4",
|
|
14930
|
+
"bgHex": "#000000",
|
|
14931
|
+
"ratio": 15.86,
|
|
14932
|
+
"min": 3
|
|
14933
|
+
},
|
|
14934
|
+
{
|
|
14935
|
+
"component": "accordion",
|
|
14936
|
+
"context": "ion-accordion ion-accordion__content",
|
|
14937
|
+
"state": "default",
|
|
14938
|
+
"fg": "--text-secondary",
|
|
14939
|
+
"bg": "--surface-default",
|
|
14940
|
+
"backdrop": null,
|
|
14941
|
+
"kind": "text",
|
|
14942
|
+
"ground": "assumed",
|
|
14943
|
+
"mode": "Dark",
|
|
14944
|
+
"fgHex": "#dde0e4",
|
|
14945
|
+
"bgHex": "#000000",
|
|
14946
|
+
"ratio": 15.86,
|
|
14947
|
+
"min": 4.5
|
|
14948
|
+
},
|
|
12702
14949
|
{
|
|
12703
14950
|
"component": "agent-activity",
|
|
12704
14951
|
"context": "ion-agent-activity ion-agent-activity__step",
|
|
@@ -12714,6 +14961,36 @@
|
|
|
12714
14961
|
"ratio": 15.86,
|
|
12715
14962
|
"min": 4.5
|
|
12716
14963
|
},
|
|
14964
|
+
{
|
|
14965
|
+
"component": "breadcrumb",
|
|
14966
|
+
"context": "ion-breadcrumb ion-breadcrumb__link",
|
|
14967
|
+
"state": "default",
|
|
14968
|
+
"fg": "--text-secondary",
|
|
14969
|
+
"bg": "--surface-default",
|
|
14970
|
+
"backdrop": null,
|
|
14971
|
+
"kind": "text",
|
|
14972
|
+
"ground": "assumed",
|
|
14973
|
+
"mode": "Dark",
|
|
14974
|
+
"fgHex": "#dde0e4",
|
|
14975
|
+
"bgHex": "#000000",
|
|
14976
|
+
"ratio": 15.86,
|
|
14977
|
+
"min": 4.5
|
|
14978
|
+
},
|
|
14979
|
+
{
|
|
14980
|
+
"component": "breadcrumb",
|
|
14981
|
+
"context": "ion-breadcrumb ion-breadcrumb__link",
|
|
14982
|
+
"state": "focus",
|
|
14983
|
+
"fg": "--text-secondary",
|
|
14984
|
+
"bg": "--surface-default",
|
|
14985
|
+
"backdrop": null,
|
|
14986
|
+
"kind": "text",
|
|
14987
|
+
"ground": "assumed",
|
|
14988
|
+
"mode": "Dark",
|
|
14989
|
+
"fgHex": "#dde0e4",
|
|
14990
|
+
"bgHex": "#000000",
|
|
14991
|
+
"ratio": 15.86,
|
|
14992
|
+
"min": 4.5
|
|
14993
|
+
},
|
|
12717
14994
|
{
|
|
12718
14995
|
"component": "button",
|
|
12719
14996
|
"context": "ion-button--secondary",
|
|
@@ -12758,6 +15035,21 @@
|
|
|
12758
15035
|
"ratio": 15.86,
|
|
12759
15036
|
"min": 4.5
|
|
12760
15037
|
},
|
|
15038
|
+
{
|
|
15039
|
+
"component": "combobox",
|
|
15040
|
+
"context": "ion-combobox ion-combobox__button",
|
|
15041
|
+
"state": "default",
|
|
15042
|
+
"fg": "--icon-secondary",
|
|
15043
|
+
"bg": "--surface-default",
|
|
15044
|
+
"backdrop": null,
|
|
15045
|
+
"kind": "non-text",
|
|
15046
|
+
"ground": "assumed",
|
|
15047
|
+
"mode": "Dark",
|
|
15048
|
+
"fgHex": "#dde0e4",
|
|
15049
|
+
"bgHex": "#000000",
|
|
15050
|
+
"ratio": 15.86,
|
|
15051
|
+
"min": 3
|
|
15052
|
+
},
|
|
12761
15053
|
{
|
|
12762
15054
|
"component": "confidence-indicator",
|
|
12763
15055
|
"context": "ion-confidence",
|
|
@@ -13096,6 +15388,21 @@
|
|
|
13096
15388
|
"ratio": 15.86,
|
|
13097
15389
|
"min": 4.5
|
|
13098
15390
|
},
|
|
15391
|
+
{
|
|
15392
|
+
"component": "progress-bar",
|
|
15393
|
+
"context": "ion-progress-bar ion-progress-bar__value",
|
|
15394
|
+
"state": "default",
|
|
15395
|
+
"fg": "--text-secondary",
|
|
15396
|
+
"bg": "--surface-default",
|
|
15397
|
+
"backdrop": null,
|
|
15398
|
+
"kind": "text",
|
|
15399
|
+
"ground": "assumed",
|
|
15400
|
+
"mode": "Dark",
|
|
15401
|
+
"fgHex": "#dde0e4",
|
|
15402
|
+
"bgHex": "#000000",
|
|
15403
|
+
"ratio": 15.86,
|
|
15404
|
+
"min": 4.5
|
|
15405
|
+
},
|
|
13099
15406
|
{
|
|
13100
15407
|
"component": "radio",
|
|
13101
15408
|
"context": "ion-radio ion-radio__label",
|
|
@@ -13140,6 +15447,66 @@
|
|
|
13140
15447
|
"ratio": 15.86,
|
|
13141
15448
|
"min": 4.5
|
|
13142
15449
|
},
|
|
15450
|
+
{
|
|
15451
|
+
"component": "spinner",
|
|
15452
|
+
"context": "ion-spinner",
|
|
15453
|
+
"state": "default",
|
|
15454
|
+
"fg": "--text-secondary",
|
|
15455
|
+
"bg": "--surface-default",
|
|
15456
|
+
"backdrop": null,
|
|
15457
|
+
"kind": "text",
|
|
15458
|
+
"ground": "assumed",
|
|
15459
|
+
"mode": "Dark",
|
|
15460
|
+
"fgHex": "#dde0e4",
|
|
15461
|
+
"bgHex": "#000000",
|
|
15462
|
+
"ratio": 15.86,
|
|
15463
|
+
"min": 4.5
|
|
15464
|
+
},
|
|
15465
|
+
{
|
|
15466
|
+
"component": "spinner",
|
|
15467
|
+
"context": "ion-spinner--sm",
|
|
15468
|
+
"state": "default",
|
|
15469
|
+
"fg": "--text-secondary",
|
|
15470
|
+
"bg": "--surface-default",
|
|
15471
|
+
"backdrop": null,
|
|
15472
|
+
"kind": "text",
|
|
15473
|
+
"ground": "assumed",
|
|
15474
|
+
"mode": "Dark",
|
|
15475
|
+
"fgHex": "#dde0e4",
|
|
15476
|
+
"bgHex": "#000000",
|
|
15477
|
+
"ratio": 15.86,
|
|
15478
|
+
"min": 4.5
|
|
15479
|
+
},
|
|
15480
|
+
{
|
|
15481
|
+
"component": "spinner",
|
|
15482
|
+
"context": "ion-spinner--lg",
|
|
15483
|
+
"state": "default",
|
|
15484
|
+
"fg": "--text-secondary",
|
|
15485
|
+
"bg": "--surface-default",
|
|
15486
|
+
"backdrop": null,
|
|
15487
|
+
"kind": "text",
|
|
15488
|
+
"ground": "assumed",
|
|
15489
|
+
"mode": "Dark",
|
|
15490
|
+
"fgHex": "#dde0e4",
|
|
15491
|
+
"bgHex": "#000000",
|
|
15492
|
+
"ratio": 15.86,
|
|
15493
|
+
"min": 4.5
|
|
15494
|
+
},
|
|
15495
|
+
{
|
|
15496
|
+
"component": "spinner",
|
|
15497
|
+
"context": "ion-spinner ion-spinner__ring",
|
|
15498
|
+
"state": "default",
|
|
15499
|
+
"fg": "--text-secondary",
|
|
15500
|
+
"bg": "--surface-default",
|
|
15501
|
+
"backdrop": null,
|
|
15502
|
+
"kind": "text",
|
|
15503
|
+
"ground": "assumed",
|
|
15504
|
+
"mode": "Dark",
|
|
15505
|
+
"fgHex": "#dde0e4",
|
|
15506
|
+
"bgHex": "#000000",
|
|
15507
|
+
"ratio": 15.86,
|
|
15508
|
+
"min": 4.5
|
|
15509
|
+
},
|
|
13143
15510
|
{
|
|
13144
15511
|
"component": "table",
|
|
13145
15512
|
"context": "ion-table",
|
|
@@ -13269,6 +15636,34 @@
|
|
|
13269
15636
|
"ratio": 15.91,
|
|
13270
15637
|
"min": 4.5
|
|
13271
15638
|
},
|
|
15639
|
+
{
|
|
15640
|
+
"component": "file-upload",
|
|
15641
|
+
"context": "ion-file-upload ion-file-upload__prompt",
|
|
15642
|
+
"state": "default",
|
|
15643
|
+
"fg": "--text-default",
|
|
15644
|
+
"bg": "--surface-primary-subtle",
|
|
15645
|
+
"backdrop": "--surface-primary-subtle",
|
|
15646
|
+
"kind": "text",
|
|
15647
|
+
"mode": "Light",
|
|
15648
|
+
"fgHex": "#131923",
|
|
15649
|
+
"bgHex": "#ebf7ff",
|
|
15650
|
+
"ratio": 16.19,
|
|
15651
|
+
"min": 4.5
|
|
15652
|
+
},
|
|
15653
|
+
{
|
|
15654
|
+
"component": "file-upload",
|
|
15655
|
+
"context": "ion-file-upload ion-file-upload__name",
|
|
15656
|
+
"state": "default",
|
|
15657
|
+
"fg": "--text-default",
|
|
15658
|
+
"bg": "--surface-primary-subtle",
|
|
15659
|
+
"backdrop": "--surface-primary-subtle",
|
|
15660
|
+
"kind": "text",
|
|
15661
|
+
"mode": "Light",
|
|
15662
|
+
"fgHex": "#131923",
|
|
15663
|
+
"bgHex": "#ebf7ff",
|
|
15664
|
+
"ratio": 16.19,
|
|
15665
|
+
"min": 4.5
|
|
15666
|
+
},
|
|
13272
15667
|
{
|
|
13273
15668
|
"component": "pagination",
|
|
13274
15669
|
"context": "ion-pagination ion-pagination__item",
|
|
@@ -13298,8 +15693,8 @@
|
|
|
13298
15693
|
"min": 4.5
|
|
13299
15694
|
},
|
|
13300
15695
|
{
|
|
13301
|
-
"component": "
|
|
13302
|
-
"context": "ion-
|
|
15696
|
+
"component": "accordion",
|
|
15697
|
+
"context": "ion-accordion ion-accordion__trigger",
|
|
13303
15698
|
"state": "default",
|
|
13304
15699
|
"fg": "--text-default",
|
|
13305
15700
|
"bg": "--surface-page",
|
|
@@ -13313,8 +15708,8 @@
|
|
|
13313
15708
|
"min": 4.5
|
|
13314
15709
|
},
|
|
13315
15710
|
{
|
|
13316
|
-
"component": "
|
|
13317
|
-
"context": "ion-
|
|
15711
|
+
"component": "accordion",
|
|
15712
|
+
"context": "ion-accordion ion-accordion__trigger",
|
|
13318
15713
|
"state": "default",
|
|
13319
15714
|
"fg": "--text-default",
|
|
13320
15715
|
"bg": "--surface-page",
|
|
@@ -13328,9 +15723,9 @@
|
|
|
13328
15723
|
"min": 4.5
|
|
13329
15724
|
},
|
|
13330
15725
|
{
|
|
13331
|
-
"component": "
|
|
13332
|
-
"context": "ion-
|
|
13333
|
-
"state": "
|
|
15726
|
+
"component": "accordion",
|
|
15727
|
+
"context": "ion-accordion ion-accordion__trigger",
|
|
15728
|
+
"state": "focus",
|
|
13334
15729
|
"fg": "--text-default",
|
|
13335
15730
|
"bg": "--surface-page",
|
|
13336
15731
|
"backdrop": null,
|
|
@@ -13343,9 +15738,9 @@
|
|
|
13343
15738
|
"min": 4.5
|
|
13344
15739
|
},
|
|
13345
15740
|
{
|
|
13346
|
-
"component": "
|
|
13347
|
-
"context": "ion-
|
|
13348
|
-
"state": "
|
|
15741
|
+
"component": "accordion",
|
|
15742
|
+
"context": "ion-accordion ion-accordion__trigger",
|
|
15743
|
+
"state": "focus",
|
|
13349
15744
|
"fg": "--text-default",
|
|
13350
15745
|
"bg": "--surface-page",
|
|
13351
15746
|
"backdrop": null,
|
|
@@ -13358,9 +15753,9 @@
|
|
|
13358
15753
|
"min": 4.5
|
|
13359
15754
|
},
|
|
13360
15755
|
{
|
|
13361
|
-
"component": "
|
|
13362
|
-
"context": "ion-
|
|
13363
|
-
"state": "
|
|
15756
|
+
"component": "breadcrumb",
|
|
15757
|
+
"context": "ion-breadcrumb ion-breadcrumb__link",
|
|
15758
|
+
"state": "hover",
|
|
13364
15759
|
"fg": "--text-default",
|
|
13365
15760
|
"bg": "--surface-page",
|
|
13366
15761
|
"backdrop": null,
|
|
@@ -13373,9 +15768,9 @@
|
|
|
13373
15768
|
"min": 4.5
|
|
13374
15769
|
},
|
|
13375
15770
|
{
|
|
13376
|
-
"component": "
|
|
13377
|
-
"context": "ion-
|
|
13378
|
-
"state": "
|
|
15771
|
+
"component": "breadcrumb",
|
|
15772
|
+
"context": "ion-breadcrumb ion-breadcrumb__link",
|
|
15773
|
+
"state": "hover",
|
|
13379
15774
|
"fg": "--text-default",
|
|
13380
15775
|
"bg": "--surface-page",
|
|
13381
15776
|
"backdrop": null,
|
|
@@ -13388,25 +15783,145 @@
|
|
|
13388
15783
|
"min": 4.5
|
|
13389
15784
|
},
|
|
13390
15785
|
{
|
|
13391
|
-
"component": "
|
|
13392
|
-
"context": "ion-
|
|
13393
|
-
"state": "
|
|
13394
|
-
"fg": "--
|
|
15786
|
+
"component": "breadcrumb",
|
|
15787
|
+
"context": "ion-breadcrumb ion-breadcrumb__current",
|
|
15788
|
+
"state": "default",
|
|
15789
|
+
"fg": "--text-default",
|
|
13395
15790
|
"bg": "--surface-page",
|
|
13396
15791
|
"backdrop": null,
|
|
13397
|
-
"kind": "
|
|
15792
|
+
"kind": "text",
|
|
13398
15793
|
"ground": "assumed",
|
|
13399
15794
|
"mode": "Light",
|
|
13400
15795
|
"fgHex": "#131923",
|
|
13401
15796
|
"bgHex": "#f6f8f9",
|
|
13402
15797
|
"ratio": 16.55,
|
|
13403
|
-
"min":
|
|
15798
|
+
"min": 4.5
|
|
13404
15799
|
},
|
|
13405
15800
|
{
|
|
13406
|
-
"component": "
|
|
13407
|
-
"context": "ion-
|
|
13408
|
-
"state": "
|
|
13409
|
-
"fg": "--
|
|
15801
|
+
"component": "breadcrumb",
|
|
15802
|
+
"context": "ion-breadcrumb ion-breadcrumb__current",
|
|
15803
|
+
"state": "default",
|
|
15804
|
+
"fg": "--text-default",
|
|
15805
|
+
"bg": "--surface-page",
|
|
15806
|
+
"backdrop": null,
|
|
15807
|
+
"kind": "text",
|
|
15808
|
+
"ground": "assumed",
|
|
15809
|
+
"mode": "Dark",
|
|
15810
|
+
"fgHex": "#f6f8f9",
|
|
15811
|
+
"bgHex": "#131923",
|
|
15812
|
+
"ratio": 16.55,
|
|
15813
|
+
"min": 4.5
|
|
15814
|
+
},
|
|
15815
|
+
{
|
|
15816
|
+
"component": "confidence-indicator",
|
|
15817
|
+
"context": "ion-confidence ion-confidence__label",
|
|
15818
|
+
"state": "default",
|
|
15819
|
+
"fg": "--text-default",
|
|
15820
|
+
"bg": "--surface-page",
|
|
15821
|
+
"backdrop": null,
|
|
15822
|
+
"kind": "text",
|
|
15823
|
+
"ground": "assumed",
|
|
15824
|
+
"mode": "Light",
|
|
15825
|
+
"fgHex": "#131923",
|
|
15826
|
+
"bgHex": "#f6f8f9",
|
|
15827
|
+
"ratio": 16.55,
|
|
15828
|
+
"min": 4.5
|
|
15829
|
+
},
|
|
15830
|
+
{
|
|
15831
|
+
"component": "confidence-indicator",
|
|
15832
|
+
"context": "ion-confidence ion-confidence__label",
|
|
15833
|
+
"state": "default",
|
|
15834
|
+
"fg": "--text-default",
|
|
15835
|
+
"bg": "--surface-page",
|
|
15836
|
+
"backdrop": null,
|
|
15837
|
+
"kind": "text",
|
|
15838
|
+
"ground": "assumed",
|
|
15839
|
+
"mode": "Dark",
|
|
15840
|
+
"fgHex": "#f6f8f9",
|
|
15841
|
+
"bgHex": "#131923",
|
|
15842
|
+
"ratio": 16.55,
|
|
15843
|
+
"min": 4.5
|
|
15844
|
+
},
|
|
15845
|
+
{
|
|
15846
|
+
"component": "empty-state",
|
|
15847
|
+
"context": "ion-empty-state ion-empty-state__title",
|
|
15848
|
+
"state": "default",
|
|
15849
|
+
"fg": "--text-default",
|
|
15850
|
+
"bg": "--surface-page",
|
|
15851
|
+
"backdrop": null,
|
|
15852
|
+
"kind": "text",
|
|
15853
|
+
"ground": "assumed",
|
|
15854
|
+
"mode": "Light",
|
|
15855
|
+
"fgHex": "#131923",
|
|
15856
|
+
"bgHex": "#f6f8f9",
|
|
15857
|
+
"ratio": 16.55,
|
|
15858
|
+
"min": 4.5
|
|
15859
|
+
},
|
|
15860
|
+
{
|
|
15861
|
+
"component": "empty-state",
|
|
15862
|
+
"context": "ion-empty-state ion-empty-state__title",
|
|
15863
|
+
"state": "default",
|
|
15864
|
+
"fg": "--text-default",
|
|
15865
|
+
"bg": "--surface-page",
|
|
15866
|
+
"backdrop": null,
|
|
15867
|
+
"kind": "text",
|
|
15868
|
+
"ground": "assumed",
|
|
15869
|
+
"mode": "Dark",
|
|
15870
|
+
"fgHex": "#f6f8f9",
|
|
15871
|
+
"bgHex": "#131923",
|
|
15872
|
+
"ratio": 16.55,
|
|
15873
|
+
"min": 4.5
|
|
15874
|
+
},
|
|
15875
|
+
{
|
|
15876
|
+
"component": "full-card",
|
|
15877
|
+
"context": "ion-full-card ion-full-card__headline",
|
|
15878
|
+
"state": "default",
|
|
15879
|
+
"fg": "--text-default",
|
|
15880
|
+
"bg": "--surface-page",
|
|
15881
|
+
"backdrop": null,
|
|
15882
|
+
"kind": "text",
|
|
15883
|
+
"ground": "assumed",
|
|
15884
|
+
"mode": "Light",
|
|
15885
|
+
"fgHex": "#131923",
|
|
15886
|
+
"bgHex": "#f6f8f9",
|
|
15887
|
+
"ratio": 16.55,
|
|
15888
|
+
"min": 4.5
|
|
15889
|
+
},
|
|
15890
|
+
{
|
|
15891
|
+
"component": "full-card",
|
|
15892
|
+
"context": "ion-full-card ion-full-card__headline",
|
|
15893
|
+
"state": "default",
|
|
15894
|
+
"fg": "--text-default",
|
|
15895
|
+
"bg": "--surface-page",
|
|
15896
|
+
"backdrop": null,
|
|
15897
|
+
"kind": "text",
|
|
15898
|
+
"ground": "assumed",
|
|
15899
|
+
"mode": "Dark",
|
|
15900
|
+
"fgHex": "#f6f8f9",
|
|
15901
|
+
"bgHex": "#131923",
|
|
15902
|
+
"ratio": 16.55,
|
|
15903
|
+
"min": 4.5
|
|
15904
|
+
},
|
|
15905
|
+
{
|
|
15906
|
+
"component": "nav-item",
|
|
15907
|
+
"context": "ion-nav-item ion-nav-item__icon",
|
|
15908
|
+
"state": "disabled",
|
|
15909
|
+
"fg": "--icon-interactive-hover",
|
|
15910
|
+
"bg": "--surface-page",
|
|
15911
|
+
"backdrop": null,
|
|
15912
|
+
"kind": "non-text",
|
|
15913
|
+
"ground": "assumed",
|
|
15914
|
+
"mode": "Light",
|
|
15915
|
+
"fgHex": "#131923",
|
|
15916
|
+
"bgHex": "#f6f8f9",
|
|
15917
|
+
"ratio": 16.55,
|
|
15918
|
+
"min": 3
|
|
15919
|
+
},
|
|
15920
|
+
{
|
|
15921
|
+
"component": "nav-item",
|
|
15922
|
+
"context": "ion-nav-item ion-nav-item__icon",
|
|
15923
|
+
"state": "disabled",
|
|
15924
|
+
"fg": "--icon-interactive-hover",
|
|
13410
15925
|
"bg": "--surface-page",
|
|
13411
15926
|
"backdrop": null,
|
|
13412
15927
|
"kind": "non-text",
|
|
@@ -13477,6 +15992,36 @@
|
|
|
13477
15992
|
"ratio": 16.55,
|
|
13478
15993
|
"min": 3
|
|
13479
15994
|
},
|
|
15995
|
+
{
|
|
15996
|
+
"component": "progress-bar",
|
|
15997
|
+
"context": "ion-progress-bar ion-progress-bar__label",
|
|
15998
|
+
"state": "default",
|
|
15999
|
+
"fg": "--text-default",
|
|
16000
|
+
"bg": "--surface-page",
|
|
16001
|
+
"backdrop": null,
|
|
16002
|
+
"kind": "text",
|
|
16003
|
+
"ground": "assumed",
|
|
16004
|
+
"mode": "Light",
|
|
16005
|
+
"fgHex": "#131923",
|
|
16006
|
+
"bgHex": "#f6f8f9",
|
|
16007
|
+
"ratio": 16.55,
|
|
16008
|
+
"min": 4.5
|
|
16009
|
+
},
|
|
16010
|
+
{
|
|
16011
|
+
"component": "progress-bar",
|
|
16012
|
+
"context": "ion-progress-bar ion-progress-bar__label",
|
|
16013
|
+
"state": "default",
|
|
16014
|
+
"fg": "--text-default",
|
|
16015
|
+
"bg": "--surface-page",
|
|
16016
|
+
"backdrop": null,
|
|
16017
|
+
"kind": "text",
|
|
16018
|
+
"ground": "assumed",
|
|
16019
|
+
"mode": "Dark",
|
|
16020
|
+
"fgHex": "#f6f8f9",
|
|
16021
|
+
"bgHex": "#131923",
|
|
16022
|
+
"ratio": 16.55,
|
|
16023
|
+
"min": 4.5
|
|
16024
|
+
},
|
|
13480
16025
|
{
|
|
13481
16026
|
"component": "streaming-text",
|
|
13482
16027
|
"context": "ion-streaming-text",
|
|
@@ -13626,28 +16171,255 @@
|
|
|
13626
16171
|
"min": 4.5
|
|
13627
16172
|
},
|
|
13628
16173
|
{
|
|
13629
|
-
"component": "menu",
|
|
13630
|
-
"context": "ion-menu__item--selected ion-menu__item--selected",
|
|
16174
|
+
"component": "menu",
|
|
16175
|
+
"context": "ion-menu__item--selected ion-menu__item--selected",
|
|
16176
|
+
"state": "hover",
|
|
16177
|
+
"fg": "--icon-default",
|
|
16178
|
+
"bg": "--surface-hover",
|
|
16179
|
+
"backdrop": "--surface-default",
|
|
16180
|
+
"kind": "non-text",
|
|
16181
|
+
"mode": "Dark",
|
|
16182
|
+
"fgHex": "#f0f2f4",
|
|
16183
|
+
"bgHex": "#0d0d0d",
|
|
16184
|
+
"compositedOver": "--surface-default",
|
|
16185
|
+
"ratio": 17.35,
|
|
16186
|
+
"min": 3
|
|
16187
|
+
},
|
|
16188
|
+
{
|
|
16189
|
+
"component": "accordion",
|
|
16190
|
+
"context": "ion-accordion ion-accordion__trigger",
|
|
16191
|
+
"state": "default",
|
|
16192
|
+
"fg": "--text-default",
|
|
16193
|
+
"bg": "--surface-default",
|
|
16194
|
+
"backdrop": null,
|
|
16195
|
+
"kind": "text",
|
|
16196
|
+
"ground": "assumed",
|
|
16197
|
+
"mode": "Light",
|
|
16198
|
+
"fgHex": "#131923",
|
|
16199
|
+
"bgHex": "#ffffff",
|
|
16200
|
+
"ratio": 17.63,
|
|
16201
|
+
"min": 4.5
|
|
16202
|
+
},
|
|
16203
|
+
{
|
|
16204
|
+
"component": "accordion",
|
|
16205
|
+
"context": "ion-accordion ion-accordion__trigger",
|
|
16206
|
+
"state": "focus",
|
|
16207
|
+
"fg": "--text-default",
|
|
16208
|
+
"bg": "--surface-default",
|
|
16209
|
+
"backdrop": null,
|
|
16210
|
+
"kind": "text",
|
|
16211
|
+
"ground": "assumed",
|
|
16212
|
+
"mode": "Light",
|
|
16213
|
+
"fgHex": "#131923",
|
|
16214
|
+
"bgHex": "#ffffff",
|
|
16215
|
+
"ratio": 17.63,
|
|
16216
|
+
"min": 4.5
|
|
16217
|
+
},
|
|
16218
|
+
{
|
|
16219
|
+
"component": "agent-stop",
|
|
16220
|
+
"context": "ion-agent-stop",
|
|
16221
|
+
"state": "default",
|
|
16222
|
+
"fg": "--text-default",
|
|
16223
|
+
"bg": "--surface-default",
|
|
16224
|
+
"backdrop": "--surface-default",
|
|
16225
|
+
"kind": "text",
|
|
16226
|
+
"mode": "Light",
|
|
16227
|
+
"fgHex": "#131923",
|
|
16228
|
+
"bgHex": "#ffffff",
|
|
16229
|
+
"ratio": 17.63,
|
|
16230
|
+
"min": 4.5
|
|
16231
|
+
},
|
|
16232
|
+
{
|
|
16233
|
+
"component": "agent-stop",
|
|
16234
|
+
"context": "ion-agent-stop",
|
|
16235
|
+
"state": "focus",
|
|
16236
|
+
"fg": "--text-default",
|
|
16237
|
+
"bg": "--surface-default",
|
|
16238
|
+
"backdrop": "--surface-default",
|
|
16239
|
+
"kind": "text",
|
|
16240
|
+
"mode": "Light",
|
|
16241
|
+
"fgHex": "#131923",
|
|
16242
|
+
"bgHex": "#ffffff",
|
|
16243
|
+
"ratio": 17.63,
|
|
16244
|
+
"min": 4.5
|
|
16245
|
+
},
|
|
16246
|
+
{
|
|
16247
|
+
"component": "agent-stop",
|
|
16248
|
+
"context": "ion-agent-stop ion-agent-stop__glyph",
|
|
16249
|
+
"state": "default",
|
|
16250
|
+
"fg": "--text-default",
|
|
16251
|
+
"bg": "--surface-default",
|
|
16252
|
+
"backdrop": "--surface-default",
|
|
16253
|
+
"kind": "text",
|
|
16254
|
+
"mode": "Light",
|
|
16255
|
+
"fgHex": "#131923",
|
|
16256
|
+
"bgHex": "#ffffff",
|
|
16257
|
+
"ratio": 17.63,
|
|
16258
|
+
"min": 4.5
|
|
16259
|
+
},
|
|
16260
|
+
{
|
|
16261
|
+
"component": "agent-stop",
|
|
16262
|
+
"context": "ion-agent-stop--sm",
|
|
16263
|
+
"state": "default",
|
|
16264
|
+
"fg": "--text-default",
|
|
16265
|
+
"bg": "--surface-default",
|
|
16266
|
+
"backdrop": "--surface-default",
|
|
16267
|
+
"kind": "text",
|
|
16268
|
+
"mode": "Light",
|
|
16269
|
+
"fgHex": "#131923",
|
|
16270
|
+
"bgHex": "#ffffff",
|
|
16271
|
+
"ratio": 17.63,
|
|
16272
|
+
"min": 4.5
|
|
16273
|
+
},
|
|
16274
|
+
{
|
|
16275
|
+
"component": "agent-stop",
|
|
16276
|
+
"context": "ion-agent-stop--sm ion-agent-stop__glyph",
|
|
16277
|
+
"state": "default",
|
|
16278
|
+
"fg": "--text-default",
|
|
16279
|
+
"bg": "--surface-default",
|
|
16280
|
+
"backdrop": "--surface-default",
|
|
16281
|
+
"kind": "text",
|
|
16282
|
+
"mode": "Light",
|
|
16283
|
+
"fgHex": "#131923",
|
|
16284
|
+
"bgHex": "#ffffff",
|
|
16285
|
+
"ratio": 17.63,
|
|
16286
|
+
"min": 4.5
|
|
16287
|
+
},
|
|
16288
|
+
{
|
|
16289
|
+
"component": "agent-stop",
|
|
16290
|
+
"context": "ion-agent-stop--lg",
|
|
16291
|
+
"state": "default",
|
|
16292
|
+
"fg": "--text-default",
|
|
16293
|
+
"bg": "--surface-default",
|
|
16294
|
+
"backdrop": "--surface-default",
|
|
16295
|
+
"kind": "text",
|
|
16296
|
+
"mode": "Light",
|
|
16297
|
+
"fgHex": "#131923",
|
|
16298
|
+
"bgHex": "#ffffff",
|
|
16299
|
+
"ratio": 17.63,
|
|
16300
|
+
"min": 4.5
|
|
16301
|
+
},
|
|
16302
|
+
{
|
|
16303
|
+
"component": "agent-stop",
|
|
16304
|
+
"context": "ion-agent-stop--lg ion-agent-stop__glyph",
|
|
16305
|
+
"state": "default",
|
|
16306
|
+
"fg": "--text-default",
|
|
16307
|
+
"bg": "--surface-default",
|
|
16308
|
+
"backdrop": "--surface-default",
|
|
16309
|
+
"kind": "text",
|
|
16310
|
+
"mode": "Light",
|
|
16311
|
+
"fgHex": "#131923",
|
|
16312
|
+
"bgHex": "#ffffff",
|
|
16313
|
+
"ratio": 17.63,
|
|
16314
|
+
"min": 4.5
|
|
16315
|
+
},
|
|
16316
|
+
{
|
|
16317
|
+
"component": "alert",
|
|
16318
|
+
"context": "ion-alert--solid&ion-alert--neutral",
|
|
16319
|
+
"state": "default",
|
|
16320
|
+
"fg": "--text-inverse",
|
|
16321
|
+
"bg": "--surface-inverse",
|
|
16322
|
+
"backdrop": "--surface-inverse",
|
|
16323
|
+
"kind": "text",
|
|
16324
|
+
"mode": "Dark",
|
|
16325
|
+
"fgHex": "#131923",
|
|
16326
|
+
"bgHex": "#ffffff",
|
|
16327
|
+
"ratio": 17.63,
|
|
16328
|
+
"min": 4.5
|
|
16329
|
+
},
|
|
16330
|
+
{
|
|
16331
|
+
"component": "approval-gate",
|
|
16332
|
+
"context": "ion-approval-gate--approved",
|
|
16333
|
+
"state": "default",
|
|
16334
|
+
"fg": "--text-default",
|
|
16335
|
+
"bg": "--surface-default",
|
|
16336
|
+
"backdrop": "--surface-default",
|
|
16337
|
+
"kind": "text",
|
|
16338
|
+
"mode": "Light",
|
|
16339
|
+
"fgHex": "#131923",
|
|
16340
|
+
"bgHex": "#ffffff",
|
|
16341
|
+
"ratio": 17.63,
|
|
16342
|
+
"min": 4.5
|
|
16343
|
+
},
|
|
16344
|
+
{
|
|
16345
|
+
"component": "approval-gate",
|
|
16346
|
+
"context": "ion-approval-gate--rejected",
|
|
16347
|
+
"state": "default",
|
|
16348
|
+
"fg": "--text-default",
|
|
16349
|
+
"bg": "--surface-default",
|
|
16350
|
+
"backdrop": "--surface-default",
|
|
16351
|
+
"kind": "text",
|
|
16352
|
+
"mode": "Light",
|
|
16353
|
+
"fgHex": "#131923",
|
|
16354
|
+
"bgHex": "#ffffff",
|
|
16355
|
+
"ratio": 17.63,
|
|
16356
|
+
"min": 4.5
|
|
16357
|
+
},
|
|
16358
|
+
{
|
|
16359
|
+
"component": "approval-gate",
|
|
16360
|
+
"context": "ion-approval-gate--expired",
|
|
16361
|
+
"state": "default",
|
|
16362
|
+
"fg": "--text-default",
|
|
16363
|
+
"bg": "--surface-default",
|
|
16364
|
+
"backdrop": "--surface-default",
|
|
16365
|
+
"kind": "text",
|
|
16366
|
+
"mode": "Light",
|
|
16367
|
+
"fgHex": "#131923",
|
|
16368
|
+
"bgHex": "#ffffff",
|
|
16369
|
+
"ratio": 17.63,
|
|
16370
|
+
"min": 4.5
|
|
16371
|
+
},
|
|
16372
|
+
{
|
|
16373
|
+
"component": "approval-gate",
|
|
16374
|
+
"context": "ion-approval-gate ion-approval-gate__action",
|
|
16375
|
+
"state": "default",
|
|
16376
|
+
"fg": "--text-default",
|
|
16377
|
+
"bg": "--surface-default",
|
|
16378
|
+
"backdrop": "--surface-information-subtle",
|
|
16379
|
+
"kind": "text",
|
|
16380
|
+
"mode": "Light",
|
|
16381
|
+
"fgHex": "#131923",
|
|
16382
|
+
"bgHex": "#ffffff",
|
|
16383
|
+
"ratio": 17.63,
|
|
16384
|
+
"min": 4.5
|
|
16385
|
+
},
|
|
16386
|
+
{
|
|
16387
|
+
"component": "approval-gate",
|
|
16388
|
+
"context": "ion-approval-gate ion-approval-gate__action",
|
|
16389
|
+
"state": "focus",
|
|
16390
|
+
"fg": "--text-default",
|
|
16391
|
+
"bg": "--surface-default",
|
|
16392
|
+
"backdrop": "--surface-information-subtle",
|
|
16393
|
+
"kind": "text",
|
|
16394
|
+
"mode": "Light",
|
|
16395
|
+
"fgHex": "#131923",
|
|
16396
|
+
"bgHex": "#ffffff",
|
|
16397
|
+
"ratio": 17.63,
|
|
16398
|
+
"min": 4.5
|
|
16399
|
+
},
|
|
16400
|
+
{
|
|
16401
|
+
"component": "avatar",
|
|
16402
|
+
"context": "ion-avatar__indicator--neutral ion-avatar__indicator--neutral",
|
|
16403
|
+
"state": "default",
|
|
16404
|
+
"fg": "--text-inverse",
|
|
16405
|
+
"bg": "--surface-inverse",
|
|
16406
|
+
"backdrop": null,
|
|
16407
|
+
"kind": "text",
|
|
16408
|
+
"mode": "Dark",
|
|
16409
|
+
"fgHex": "#131923",
|
|
16410
|
+
"bgHex": "#ffffff",
|
|
16411
|
+
"ratio": 17.63,
|
|
16412
|
+
"min": 4.5
|
|
16413
|
+
},
|
|
16414
|
+
{
|
|
16415
|
+
"component": "breadcrumb",
|
|
16416
|
+
"context": "ion-breadcrumb ion-breadcrumb__link",
|
|
13631
16417
|
"state": "hover",
|
|
13632
|
-
"fg": "--icon-default",
|
|
13633
|
-
"bg": "--surface-hover",
|
|
13634
|
-
"backdrop": "--surface-default",
|
|
13635
|
-
"kind": "non-text",
|
|
13636
|
-
"mode": "Dark",
|
|
13637
|
-
"fgHex": "#f0f2f4",
|
|
13638
|
-
"bgHex": "#0d0d0d",
|
|
13639
|
-
"compositedOver": "--surface-default",
|
|
13640
|
-
"ratio": 17.35,
|
|
13641
|
-
"min": 3
|
|
13642
|
-
},
|
|
13643
|
-
{
|
|
13644
|
-
"component": "agent-stop",
|
|
13645
|
-
"context": "ion-agent-stop",
|
|
13646
|
-
"state": "default",
|
|
13647
16418
|
"fg": "--text-default",
|
|
13648
16419
|
"bg": "--surface-default",
|
|
13649
|
-
"backdrop":
|
|
16420
|
+
"backdrop": null,
|
|
13650
16421
|
"kind": "text",
|
|
16422
|
+
"ground": "assumed",
|
|
13651
16423
|
"mode": "Light",
|
|
13652
16424
|
"fgHex": "#131923",
|
|
13653
16425
|
"bgHex": "#ffffff",
|
|
@@ -13655,13 +16427,14 @@
|
|
|
13655
16427
|
"min": 4.5
|
|
13656
16428
|
},
|
|
13657
16429
|
{
|
|
13658
|
-
"component": "
|
|
13659
|
-
"context": "ion-
|
|
13660
|
-
"state": "
|
|
16430
|
+
"component": "breadcrumb",
|
|
16431
|
+
"context": "ion-breadcrumb ion-breadcrumb__current",
|
|
16432
|
+
"state": "default",
|
|
13661
16433
|
"fg": "--text-default",
|
|
13662
16434
|
"bg": "--surface-default",
|
|
13663
|
-
"backdrop":
|
|
16435
|
+
"backdrop": null,
|
|
13664
16436
|
"kind": "text",
|
|
16437
|
+
"ground": "assumed",
|
|
13665
16438
|
"mode": "Light",
|
|
13666
16439
|
"fgHex": "#131923",
|
|
13667
16440
|
"bgHex": "#ffffff",
|
|
@@ -13669,26 +16442,40 @@
|
|
|
13669
16442
|
"min": 4.5
|
|
13670
16443
|
},
|
|
13671
16444
|
{
|
|
13672
|
-
"component": "
|
|
13673
|
-
"context": "ion-
|
|
16445
|
+
"component": "button",
|
|
16446
|
+
"context": "ion-button--primary-neutral",
|
|
13674
16447
|
"state": "default",
|
|
13675
|
-
"fg": "--text-
|
|
13676
|
-
"bg": "--surface-
|
|
13677
|
-
"backdrop":
|
|
16448
|
+
"fg": "--text-inverse",
|
|
16449
|
+
"bg": "--surface-inverse",
|
|
16450
|
+
"backdrop": null,
|
|
13678
16451
|
"kind": "text",
|
|
13679
|
-
"mode": "
|
|
16452
|
+
"mode": "Dark",
|
|
13680
16453
|
"fgHex": "#131923",
|
|
13681
16454
|
"bgHex": "#ffffff",
|
|
13682
16455
|
"ratio": 17.63,
|
|
13683
16456
|
"min": 4.5
|
|
13684
16457
|
},
|
|
13685
16458
|
{
|
|
13686
|
-
"component": "
|
|
13687
|
-
"context": "ion-
|
|
16459
|
+
"component": "button",
|
|
16460
|
+
"context": "ion-button--primary-neutral",
|
|
16461
|
+
"state": "pressed",
|
|
16462
|
+
"fg": "--text-inverse",
|
|
16463
|
+
"bg": "--surface-inverse",
|
|
16464
|
+
"backdrop": null,
|
|
16465
|
+
"kind": "text",
|
|
16466
|
+
"mode": "Dark",
|
|
16467
|
+
"fgHex": "#131923",
|
|
16468
|
+
"bgHex": "#ffffff",
|
|
16469
|
+
"ratio": 17.63,
|
|
16470
|
+
"min": 4.5
|
|
16471
|
+
},
|
|
16472
|
+
{
|
|
16473
|
+
"component": "combobox",
|
|
16474
|
+
"context": "ion-combobox-menu ion-combobox-menu__label",
|
|
13688
16475
|
"state": "default",
|
|
13689
16476
|
"fg": "--text-default",
|
|
13690
|
-
"bg": "--surface-
|
|
13691
|
-
"backdrop": "--surface-
|
|
16477
|
+
"bg": "--surface-raised",
|
|
16478
|
+
"backdrop": "--surface-raised",
|
|
13692
16479
|
"kind": "text",
|
|
13693
16480
|
"mode": "Light",
|
|
13694
16481
|
"fgHex": "#131923",
|
|
@@ -13697,13 +16484,14 @@
|
|
|
13697
16484
|
"min": 4.5
|
|
13698
16485
|
},
|
|
13699
16486
|
{
|
|
13700
|
-
"component": "
|
|
13701
|
-
"context": "ion-
|
|
16487
|
+
"component": "confidence-indicator",
|
|
16488
|
+
"context": "ion-confidence ion-confidence__label",
|
|
13702
16489
|
"state": "default",
|
|
13703
16490
|
"fg": "--text-default",
|
|
13704
16491
|
"bg": "--surface-default",
|
|
13705
|
-
"backdrop":
|
|
16492
|
+
"backdrop": null,
|
|
13706
16493
|
"kind": "text",
|
|
16494
|
+
"ground": "assumed",
|
|
13707
16495
|
"mode": "Light",
|
|
13708
16496
|
"fgHex": "#131923",
|
|
13709
16497
|
"bgHex": "#ffffff",
|
|
@@ -13711,12 +16499,12 @@
|
|
|
13711
16499
|
"min": 4.5
|
|
13712
16500
|
},
|
|
13713
16501
|
{
|
|
13714
|
-
"component": "
|
|
13715
|
-
"context": "ion-
|
|
16502
|
+
"component": "drawer",
|
|
16503
|
+
"context": "ion-drawer",
|
|
13716
16504
|
"state": "default",
|
|
13717
16505
|
"fg": "--text-default",
|
|
13718
|
-
"bg": "--surface-
|
|
13719
|
-
"backdrop": "--surface-
|
|
16506
|
+
"bg": "--surface-raised",
|
|
16507
|
+
"backdrop": "--surface-raised",
|
|
13720
16508
|
"kind": "text",
|
|
13721
16509
|
"mode": "Light",
|
|
13722
16510
|
"fgHex": "#131923",
|
|
@@ -13725,12 +16513,12 @@
|
|
|
13725
16513
|
"min": 4.5
|
|
13726
16514
|
},
|
|
13727
16515
|
{
|
|
13728
|
-
"component": "
|
|
13729
|
-
"context": "ion-
|
|
16516
|
+
"component": "drawer",
|
|
16517
|
+
"context": "ion-drawer--sm",
|
|
13730
16518
|
"state": "default",
|
|
13731
16519
|
"fg": "--text-default",
|
|
13732
|
-
"bg": "--surface-
|
|
13733
|
-
"backdrop": "--surface-
|
|
16520
|
+
"bg": "--surface-raised",
|
|
16521
|
+
"backdrop": "--surface-raised",
|
|
13734
16522
|
"kind": "text",
|
|
13735
16523
|
"mode": "Light",
|
|
13736
16524
|
"fgHex": "#131923",
|
|
@@ -13739,26 +16527,26 @@
|
|
|
13739
16527
|
"min": 4.5
|
|
13740
16528
|
},
|
|
13741
16529
|
{
|
|
13742
|
-
"component": "
|
|
13743
|
-
"context": "ion-
|
|
16530
|
+
"component": "drawer",
|
|
16531
|
+
"context": "ion-drawer--lg",
|
|
13744
16532
|
"state": "default",
|
|
13745
|
-
"fg": "--text-
|
|
13746
|
-
"bg": "--surface-
|
|
13747
|
-
"backdrop": "--surface-
|
|
16533
|
+
"fg": "--text-default",
|
|
16534
|
+
"bg": "--surface-raised",
|
|
16535
|
+
"backdrop": "--surface-raised",
|
|
13748
16536
|
"kind": "text",
|
|
13749
|
-
"mode": "
|
|
16537
|
+
"mode": "Light",
|
|
13750
16538
|
"fgHex": "#131923",
|
|
13751
16539
|
"bgHex": "#ffffff",
|
|
13752
16540
|
"ratio": 17.63,
|
|
13753
16541
|
"min": 4.5
|
|
13754
16542
|
},
|
|
13755
16543
|
{
|
|
13756
|
-
"component": "
|
|
13757
|
-
"context": "ion-
|
|
16544
|
+
"component": "drawer",
|
|
16545
|
+
"context": "ion-drawer--start",
|
|
13758
16546
|
"state": "default",
|
|
13759
16547
|
"fg": "--text-default",
|
|
13760
|
-
"bg": "--surface-
|
|
13761
|
-
"backdrop": "--surface-
|
|
16548
|
+
"bg": "--surface-raised",
|
|
16549
|
+
"backdrop": "--surface-raised",
|
|
13762
16550
|
"kind": "text",
|
|
13763
16551
|
"mode": "Light",
|
|
13764
16552
|
"fgHex": "#131923",
|
|
@@ -13767,12 +16555,12 @@
|
|
|
13767
16555
|
"min": 4.5
|
|
13768
16556
|
},
|
|
13769
16557
|
{
|
|
13770
|
-
"component": "
|
|
13771
|
-
"context": "ion-
|
|
16558
|
+
"component": "drawer",
|
|
16559
|
+
"context": "ion-drawer--end",
|
|
13772
16560
|
"state": "default",
|
|
13773
16561
|
"fg": "--text-default",
|
|
13774
|
-
"bg": "--surface-
|
|
13775
|
-
"backdrop": "--surface-
|
|
16562
|
+
"bg": "--surface-raised",
|
|
16563
|
+
"backdrop": "--surface-raised",
|
|
13776
16564
|
"kind": "text",
|
|
13777
16565
|
"mode": "Light",
|
|
13778
16566
|
"fgHex": "#131923",
|
|
@@ -13781,12 +16569,12 @@
|
|
|
13781
16569
|
"min": 4.5
|
|
13782
16570
|
},
|
|
13783
16571
|
{
|
|
13784
|
-
"component": "
|
|
13785
|
-
"context": "ion-
|
|
16572
|
+
"component": "drawer",
|
|
16573
|
+
"context": "ion-drawer--top",
|
|
13786
16574
|
"state": "default",
|
|
13787
16575
|
"fg": "--text-default",
|
|
13788
|
-
"bg": "--surface-
|
|
13789
|
-
"backdrop": "--surface-
|
|
16576
|
+
"bg": "--surface-raised",
|
|
16577
|
+
"backdrop": "--surface-raised",
|
|
13790
16578
|
"kind": "text",
|
|
13791
16579
|
"mode": "Light",
|
|
13792
16580
|
"fgHex": "#131923",
|
|
@@ -13795,12 +16583,12 @@
|
|
|
13795
16583
|
"min": 4.5
|
|
13796
16584
|
},
|
|
13797
16585
|
{
|
|
13798
|
-
"component": "
|
|
13799
|
-
"context": "ion-
|
|
16586
|
+
"component": "drawer",
|
|
16587
|
+
"context": "ion-drawer--bottom",
|
|
13800
16588
|
"state": "default",
|
|
13801
16589
|
"fg": "--text-default",
|
|
13802
|
-
"bg": "--surface-
|
|
13803
|
-
"backdrop": "--surface-
|
|
16590
|
+
"bg": "--surface-raised",
|
|
16591
|
+
"backdrop": "--surface-raised",
|
|
13804
16592
|
"kind": "text",
|
|
13805
16593
|
"mode": "Light",
|
|
13806
16594
|
"fgHex": "#131923",
|
|
@@ -13809,12 +16597,12 @@
|
|
|
13809
16597
|
"min": 4.5
|
|
13810
16598
|
},
|
|
13811
16599
|
{
|
|
13812
|
-
"component": "
|
|
13813
|
-
"context": "ion-
|
|
13814
|
-
"state": "
|
|
16600
|
+
"component": "drawer",
|
|
16601
|
+
"context": "ion-drawer ion-drawer__header",
|
|
16602
|
+
"state": "default",
|
|
13815
16603
|
"fg": "--text-default",
|
|
13816
|
-
"bg": "--surface-
|
|
13817
|
-
"backdrop": "--surface-
|
|
16604
|
+
"bg": "--surface-raised",
|
|
16605
|
+
"backdrop": "--surface-raised",
|
|
13818
16606
|
"kind": "text",
|
|
13819
16607
|
"mode": "Light",
|
|
13820
16608
|
"fgHex": "#131923",
|
|
@@ -13823,56 +16611,55 @@
|
|
|
13823
16611
|
"min": 4.5
|
|
13824
16612
|
},
|
|
13825
16613
|
{
|
|
13826
|
-
"component": "
|
|
13827
|
-
"context": "ion-
|
|
16614
|
+
"component": "drawer",
|
|
16615
|
+
"context": "ion-drawer ion-drawer__heading",
|
|
13828
16616
|
"state": "default",
|
|
13829
|
-
"fg": "--text-
|
|
13830
|
-
"bg": "--surface-
|
|
13831
|
-
"backdrop":
|
|
16617
|
+
"fg": "--text-default",
|
|
16618
|
+
"bg": "--surface-raised",
|
|
16619
|
+
"backdrop": "--surface-raised",
|
|
13832
16620
|
"kind": "text",
|
|
13833
|
-
"mode": "
|
|
16621
|
+
"mode": "Light",
|
|
13834
16622
|
"fgHex": "#131923",
|
|
13835
16623
|
"bgHex": "#ffffff",
|
|
13836
16624
|
"ratio": 17.63,
|
|
13837
16625
|
"min": 4.5
|
|
13838
16626
|
},
|
|
13839
16627
|
{
|
|
13840
|
-
"component": "
|
|
13841
|
-
"context": "ion-
|
|
16628
|
+
"component": "drawer",
|
|
16629
|
+
"context": "ion-drawer ion-drawer__title",
|
|
13842
16630
|
"state": "default",
|
|
13843
|
-
"fg": "--text-
|
|
13844
|
-
"bg": "--surface-
|
|
13845
|
-
"backdrop":
|
|
16631
|
+
"fg": "--text-default",
|
|
16632
|
+
"bg": "--surface-raised",
|
|
16633
|
+
"backdrop": "--surface-raised",
|
|
13846
16634
|
"kind": "text",
|
|
13847
|
-
"mode": "
|
|
16635
|
+
"mode": "Light",
|
|
13848
16636
|
"fgHex": "#131923",
|
|
13849
16637
|
"bgHex": "#ffffff",
|
|
13850
16638
|
"ratio": 17.63,
|
|
13851
16639
|
"min": 4.5
|
|
13852
16640
|
},
|
|
13853
16641
|
{
|
|
13854
|
-
"component": "
|
|
13855
|
-
"context": "ion-
|
|
13856
|
-
"state": "
|
|
13857
|
-
"fg": "--text-
|
|
13858
|
-
"bg": "--surface-
|
|
13859
|
-
"backdrop":
|
|
16642
|
+
"component": "drawer",
|
|
16643
|
+
"context": "ion-drawer ion-drawer__body",
|
|
16644
|
+
"state": "default",
|
|
16645
|
+
"fg": "--text-default",
|
|
16646
|
+
"bg": "--surface-raised",
|
|
16647
|
+
"backdrop": "--surface-raised",
|
|
13860
16648
|
"kind": "text",
|
|
13861
|
-
"mode": "
|
|
16649
|
+
"mode": "Light",
|
|
13862
16650
|
"fgHex": "#131923",
|
|
13863
16651
|
"bgHex": "#ffffff",
|
|
13864
16652
|
"ratio": 17.63,
|
|
13865
16653
|
"min": 4.5
|
|
13866
16654
|
},
|
|
13867
16655
|
{
|
|
13868
|
-
"component": "
|
|
13869
|
-
"context": "ion-
|
|
16656
|
+
"component": "drawer",
|
|
16657
|
+
"context": "ion-drawer ion-drawer__footer",
|
|
13870
16658
|
"state": "default",
|
|
13871
16659
|
"fg": "--text-default",
|
|
13872
|
-
"bg": "--surface-
|
|
13873
|
-
"backdrop":
|
|
16660
|
+
"bg": "--surface-raised",
|
|
16661
|
+
"backdrop": "--surface-raised",
|
|
13874
16662
|
"kind": "text",
|
|
13875
|
-
"ground": "assumed",
|
|
13876
16663
|
"mode": "Light",
|
|
13877
16664
|
"fgHex": "#131923",
|
|
13878
16665
|
"bgHex": "#ffffff",
|
|
@@ -13982,6 +16769,21 @@
|
|
|
13982
16769
|
"ratio": 17.63,
|
|
13983
16770
|
"min": 4.5
|
|
13984
16771
|
},
|
|
16772
|
+
{
|
|
16773
|
+
"component": "progress-bar",
|
|
16774
|
+
"context": "ion-progress-bar ion-progress-bar__label",
|
|
16775
|
+
"state": "default",
|
|
16776
|
+
"fg": "--text-default",
|
|
16777
|
+
"bg": "--surface-default",
|
|
16778
|
+
"backdrop": null,
|
|
16779
|
+
"kind": "text",
|
|
16780
|
+
"ground": "assumed",
|
|
16781
|
+
"mode": "Light",
|
|
16782
|
+
"fgHex": "#131923",
|
|
16783
|
+
"bgHex": "#ffffff",
|
|
16784
|
+
"ratio": 17.63,
|
|
16785
|
+
"min": 4.5
|
|
16786
|
+
},
|
|
13985
16787
|
{
|
|
13986
16788
|
"component": "streaming-text",
|
|
13987
16789
|
"context": "ion-streaming-text",
|
|
@@ -14084,6 +16886,21 @@
|
|
|
14084
16886
|
"ratio": 17.63,
|
|
14085
16887
|
"min": 4.5
|
|
14086
16888
|
},
|
|
16889
|
+
{
|
|
16890
|
+
"component": "drawer",
|
|
16891
|
+
"context": "ion-drawer ion-drawer__scrim",
|
|
16892
|
+
"state": "default",
|
|
16893
|
+
"fg": "--text-default",
|
|
16894
|
+
"bg": "--surface-scrim",
|
|
16895
|
+
"backdrop": "--surface-raised",
|
|
16896
|
+
"kind": "text",
|
|
16897
|
+
"mode": "Dark",
|
|
16898
|
+
"fgHex": "#f6f8f9",
|
|
16899
|
+
"bgHex": "#0c1015",
|
|
16900
|
+
"compositedOver": "--surface-raised",
|
|
16901
|
+
"ratio": 17.96,
|
|
16902
|
+
"min": 4.5
|
|
16903
|
+
},
|
|
14087
16904
|
{
|
|
14088
16905
|
"component": "header",
|
|
14089
16906
|
"context": "ion-header ion-header__brand",
|
|
@@ -14184,6 +17001,36 @@
|
|
|
14184
17001
|
"ratio": 18.71,
|
|
14185
17002
|
"min": 3
|
|
14186
17003
|
},
|
|
17004
|
+
{
|
|
17005
|
+
"component": "accordion",
|
|
17006
|
+
"context": "ion-accordion ion-accordion__trigger",
|
|
17007
|
+
"state": "default",
|
|
17008
|
+
"fg": "--text-default",
|
|
17009
|
+
"bg": "--surface-default",
|
|
17010
|
+
"backdrop": null,
|
|
17011
|
+
"kind": "text",
|
|
17012
|
+
"ground": "assumed",
|
|
17013
|
+
"mode": "Dark",
|
|
17014
|
+
"fgHex": "#f6f8f9",
|
|
17015
|
+
"bgHex": "#000000",
|
|
17016
|
+
"ratio": 19.71,
|
|
17017
|
+
"min": 4.5
|
|
17018
|
+
},
|
|
17019
|
+
{
|
|
17020
|
+
"component": "accordion",
|
|
17021
|
+
"context": "ion-accordion ion-accordion__trigger",
|
|
17022
|
+
"state": "focus",
|
|
17023
|
+
"fg": "--text-default",
|
|
17024
|
+
"bg": "--surface-default",
|
|
17025
|
+
"backdrop": null,
|
|
17026
|
+
"kind": "text",
|
|
17027
|
+
"ground": "assumed",
|
|
17028
|
+
"mode": "Dark",
|
|
17029
|
+
"fgHex": "#f6f8f9",
|
|
17030
|
+
"bgHex": "#000000",
|
|
17031
|
+
"ratio": 19.71,
|
|
17032
|
+
"min": 4.5
|
|
17033
|
+
},
|
|
14187
17034
|
{
|
|
14188
17035
|
"component": "agent-stop",
|
|
14189
17036
|
"context": "ion-agent-stop",
|
|
@@ -14352,6 +17199,36 @@
|
|
|
14352
17199
|
"ratio": 19.71,
|
|
14353
17200
|
"min": 4.5
|
|
14354
17201
|
},
|
|
17202
|
+
{
|
|
17203
|
+
"component": "breadcrumb",
|
|
17204
|
+
"context": "ion-breadcrumb ion-breadcrumb__link",
|
|
17205
|
+
"state": "hover",
|
|
17206
|
+
"fg": "--text-default",
|
|
17207
|
+
"bg": "--surface-default",
|
|
17208
|
+
"backdrop": null,
|
|
17209
|
+
"kind": "text",
|
|
17210
|
+
"ground": "assumed",
|
|
17211
|
+
"mode": "Dark",
|
|
17212
|
+
"fgHex": "#f6f8f9",
|
|
17213
|
+
"bgHex": "#000000",
|
|
17214
|
+
"ratio": 19.71,
|
|
17215
|
+
"min": 4.5
|
|
17216
|
+
},
|
|
17217
|
+
{
|
|
17218
|
+
"component": "breadcrumb",
|
|
17219
|
+
"context": "ion-breadcrumb ion-breadcrumb__current",
|
|
17220
|
+
"state": "default",
|
|
17221
|
+
"fg": "--text-default",
|
|
17222
|
+
"bg": "--surface-default",
|
|
17223
|
+
"backdrop": null,
|
|
17224
|
+
"kind": "text",
|
|
17225
|
+
"ground": "assumed",
|
|
17226
|
+
"mode": "Dark",
|
|
17227
|
+
"fgHex": "#f6f8f9",
|
|
17228
|
+
"bgHex": "#000000",
|
|
17229
|
+
"ratio": 19.71,
|
|
17230
|
+
"min": 4.5
|
|
17231
|
+
},
|
|
14355
17232
|
{
|
|
14356
17233
|
"component": "confidence-indicator",
|
|
14357
17234
|
"context": "ion-confidence ion-confidence__label",
|
|
@@ -14456,6 +17333,21 @@
|
|
|
14456
17333
|
"ratio": 19.71,
|
|
14457
17334
|
"min": 3
|
|
14458
17335
|
},
|
|
17336
|
+
{
|
|
17337
|
+
"component": "progress-bar",
|
|
17338
|
+
"context": "ion-progress-bar ion-progress-bar__label",
|
|
17339
|
+
"state": "default",
|
|
17340
|
+
"fg": "--text-default",
|
|
17341
|
+
"bg": "--surface-default",
|
|
17342
|
+
"backdrop": null,
|
|
17343
|
+
"kind": "text",
|
|
17344
|
+
"ground": "assumed",
|
|
17345
|
+
"mode": "Dark",
|
|
17346
|
+
"fgHex": "#f6f8f9",
|
|
17347
|
+
"bgHex": "#000000",
|
|
17348
|
+
"ratio": 19.71,
|
|
17349
|
+
"min": 4.5
|
|
17350
|
+
},
|
|
14459
17351
|
{
|
|
14460
17352
|
"component": "streaming-text",
|
|
14461
17353
|
"context": "ion-streaming-text",
|
|
@@ -14709,6 +17601,17 @@
|
|
|
14709
17601
|
"affects": [
|
|
14710
17602
|
"StreamingText"
|
|
14711
17603
|
]
|
|
17604
|
+
},
|
|
17605
|
+
{
|
|
17606
|
+
"fg": "--text-disabled",
|
|
17607
|
+
"bg": "--surface-raised",
|
|
17608
|
+
"mode": "Dark",
|
|
17609
|
+
"kind": "wcag-exempt",
|
|
17610
|
+
"ratio": 3.12,
|
|
17611
|
+
"reason": "Same exemption as --text-disabled on --surface-disabled, reached by a different route: a disabled option sits on the MENU's raised surface rather than on a disabled control's own fill, because the row is not itself a control with a background. WCAG 2.2 SC 1.4.3 exempts text that is part of an inactive user interface component, and the row is exactly that. Raising it would make an unavailable option look available, which is the failure that actually costs a user something. Light passes at 4.54:1 — only Dark needs the exemption, which is itself the tell that the pair is borderline rather than arbitrary.",
|
|
17612
|
+
"affects": [
|
|
17613
|
+
"Combobox"
|
|
17614
|
+
]
|
|
14712
17615
|
}
|
|
14713
17616
|
],
|
|
14714
17617
|
"deferred": [],
|