ionbase-ui 0.70.0 → 0.75.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/dist/components/Chart.d.ts +95 -0
  2. package/dist/components/Chart.d.ts.map +1 -0
  3. package/dist/components/Chart.js +60 -0
  4. package/dist/components/Chart.js.map +1 -0
  5. package/dist/components/SettingRow.d.ts +54 -0
  6. package/dist/components/SettingRow.d.ts.map +1 -0
  7. package/dist/components/SettingRow.js +60 -0
  8. package/dist/components/SettingRow.js.map +1 -0
  9. package/dist/components/StatTile.d.ts +65 -0
  10. package/dist/components/StatTile.d.ts.map +1 -0
  11. package/dist/components/StatTile.js +54 -0
  12. package/dist/components/StatTile.js.map +1 -0
  13. package/dist/components/agent-run.d.ts +147 -0
  14. package/dist/components/agent-run.d.ts.map +1 -0
  15. package/dist/components/agent-run.js +250 -0
  16. package/dist/components/agent-run.js.map +1 -0
  17. package/dist/components/index.d.ts +10 -0
  18. package/dist/components/index.d.ts.map +1 -1
  19. package/dist/components/index.js +16 -0
  20. package/dist/components/index.js.map +1 -1
  21. package/dist/components/use-agent-run.d.ts +65 -0
  22. package/dist/components/use-agent-run.d.ts.map +1 -0
  23. package/dist/components/use-agent-run.js +127 -0
  24. package/dist/components/use-agent-run.js.map +1 -0
  25. package/dist/figma-descriptions.json +88 -63
  26. package/dist/figma-map.json +236 -2
  27. package/dist/meta/ChartLegend.json +125 -0
  28. package/dist/meta/ChartTooltip.json +126 -0
  29. package/dist/meta/SettingRow.json +102 -0
  30. package/dist/meta/StatGroup.json +65 -0
  31. package/dist/meta/StatTile.json +163 -0
  32. package/dist/meta/components.json +595 -1
  33. package/dist/meta/contrast.json +613 -1
  34. package/dist/meta/index.json +64 -1
  35. package/dist/meta/patterns/AgentRun.json +14 -0
  36. package/dist/meta/patterns/HumanApproval.json +4 -0
  37. package/dist/meta/patterns/SettingsPanel.json +2 -1
  38. package/dist/meta/patterns/index.json +4 -1
  39. package/dist/styles/chart.css +275 -0
  40. package/dist/styles/index.css +3 -0
  41. package/dist/styles/setting-row.css +58 -0
  42. package/dist/styles/stat-tile.css +66 -0
  43. package/dist/styles/tokens/base.css +36 -8
  44. package/dist/styles/tokens/theme-dark.css +12 -0
  45. package/dist/tokens/index.d.ts +193 -40
  46. package/dist/tokens/index.d.ts.map +1 -1
  47. package/dist/tokens/index.js +157 -32
  48. package/dist/tokens/index.js.map +1 -1
  49. package/eslint-plugin/meta-data.js +9 -0
  50. package/eslint-plugin/rules/needs-accessible-name.js +14 -1
  51. package/llms.txt +19 -2
  52. package/package.json +1 -1
@@ -9350,6 +9350,20 @@
9350
9350
  "ratio": 7.56,
9351
9351
  "min": 4.5
9352
9352
  },
9353
+ {
9354
+ "component": "stat-tile",
9355
+ "context": "ion-stat-tile ion-stat-tile__comparison",
9356
+ "state": "default",
9357
+ "fg": "--text-tertiary",
9358
+ "bg": "--surface-default",
9359
+ "backdrop": "--surface-default",
9360
+ "kind": "text",
9361
+ "mode": "Light",
9362
+ "fgHex": "#4b5563",
9363
+ "bgHex": "#ffffff",
9364
+ "ratio": 7.56,
9365
+ "min": 4.5
9366
+ },
9353
9367
  {
9354
9368
  "component": "stepper",
9355
9369
  "context": "ion-stepper ion-stepper__description",
@@ -10614,6 +10628,20 @@
10614
10628
  "ratio": 8.28,
10615
10629
  "min": 4.5
10616
10630
  },
10631
+ {
10632
+ "component": "stat-tile",
10633
+ "context": "ion-stat-tile ion-stat-tile__comparison",
10634
+ "state": "default",
10635
+ "fg": "--text-tertiary",
10636
+ "bg": "--surface-default",
10637
+ "backdrop": "--surface-default",
10638
+ "kind": "text",
10639
+ "mode": "Dark",
10640
+ "fgHex": "#9ca3b0",
10641
+ "bgHex": "#000000",
10642
+ "ratio": 8.28,
10643
+ "min": 4.5
10644
+ },
10617
10645
  {
10618
10646
  "component": "stepper",
10619
10647
  "context": "ion-stepper ion-stepper__description",
@@ -11103,6 +11131,36 @@
11103
11131
  "ratio": 9.04,
11104
11132
  "min": 4.5
11105
11133
  },
11134
+ {
11135
+ "component": "chart",
11136
+ "context": "ion-chart ion-chart__caption",
11137
+ "state": "default",
11138
+ "fg": "--text-secondary",
11139
+ "bg": "--surface-muted",
11140
+ "backdrop": null,
11141
+ "kind": "text",
11142
+ "ground": "assumed",
11143
+ "mode": "Light",
11144
+ "fgHex": "#384252",
11145
+ "bgHex": "#f0f2f4",
11146
+ "ratio": 9.04,
11147
+ "min": 4.5
11148
+ },
11149
+ {
11150
+ "component": "chart",
11151
+ "context": "ion-chart-legend ion-chart-legend__item",
11152
+ "state": "default",
11153
+ "fg": "--text-secondary",
11154
+ "bg": "--surface-muted",
11155
+ "backdrop": null,
11156
+ "kind": "text",
11157
+ "ground": "assumed",
11158
+ "mode": "Light",
11159
+ "fgHex": "#384252",
11160
+ "bgHex": "#f0f2f4",
11161
+ "ratio": 9.04,
11162
+ "min": 4.5
11163
+ },
11106
11164
  {
11107
11165
  "component": "checkbox",
11108
11166
  "context": "ion-checkbox ion-checkbox__label",
@@ -11522,6 +11580,21 @@
11522
11580
  "ratio": 9.04,
11523
11581
  "min": 4.5
11524
11582
  },
11583
+ {
11584
+ "component": "setting-row",
11585
+ "context": "ion-setting-row ion-setting-row__description",
11586
+ "state": "default",
11587
+ "fg": "--text-secondary",
11588
+ "bg": "--surface-muted",
11589
+ "backdrop": null,
11590
+ "kind": "text",
11591
+ "ground": "assumed",
11592
+ "mode": "Light",
11593
+ "fgHex": "#384252",
11594
+ "bgHex": "#f0f2f4",
11595
+ "ratio": 9.04,
11596
+ "min": 4.5
11597
+ },
11525
11598
  {
11526
11599
  "component": "spinner",
11527
11600
  "context": "ion-spinner",
@@ -12237,6 +12310,36 @@
12237
12310
  "ratio": 9.53,
12238
12311
  "min": 4.5
12239
12312
  },
12313
+ {
12314
+ "component": "chart",
12315
+ "context": "ion-chart ion-chart__caption",
12316
+ "state": "default",
12317
+ "fg": "--text-secondary",
12318
+ "bg": "--surface-page",
12319
+ "backdrop": null,
12320
+ "kind": "text",
12321
+ "ground": "assumed",
12322
+ "mode": "Light",
12323
+ "fgHex": "#384252",
12324
+ "bgHex": "#f6f8f9",
12325
+ "ratio": 9.53,
12326
+ "min": 4.5
12327
+ },
12328
+ {
12329
+ "component": "chart",
12330
+ "context": "ion-chart-legend ion-chart-legend__item",
12331
+ "state": "default",
12332
+ "fg": "--text-secondary",
12333
+ "bg": "--surface-page",
12334
+ "backdrop": null,
12335
+ "kind": "text",
12336
+ "ground": "assumed",
12337
+ "mode": "Light",
12338
+ "fgHex": "#384252",
12339
+ "bgHex": "#f6f8f9",
12340
+ "ratio": 9.53,
12341
+ "min": 4.5
12342
+ },
12240
12343
  {
12241
12344
  "component": "checkbox",
12242
12345
  "context": "ion-checkbox ion-checkbox__label",
@@ -12698,6 +12801,21 @@
12698
12801
  "ratio": 9.53,
12699
12802
  "min": 4.5
12700
12803
  },
12804
+ {
12805
+ "component": "setting-row",
12806
+ "context": "ion-setting-row ion-setting-row__description",
12807
+ "state": "default",
12808
+ "fg": "--text-secondary",
12809
+ "bg": "--surface-page",
12810
+ "backdrop": null,
12811
+ "kind": "text",
12812
+ "ground": "assumed",
12813
+ "mode": "Light",
12814
+ "fgHex": "#384252",
12815
+ "bgHex": "#f6f8f9",
12816
+ "ratio": 9.53,
12817
+ "min": 4.5
12818
+ },
12701
12819
  {
12702
12820
  "component": "spinner",
12703
12821
  "context": "ion-spinner",
@@ -13357,6 +13475,50 @@
13357
13475
  "ratio": 10.15,
13358
13476
  "min": 4.5
13359
13477
  },
13478
+ {
13479
+ "component": "chart",
13480
+ "context": "ion-chart ion-chart__caption",
13481
+ "state": "default",
13482
+ "fg": "--text-secondary",
13483
+ "bg": "--surface-default",
13484
+ "backdrop": null,
13485
+ "kind": "text",
13486
+ "ground": "assumed",
13487
+ "mode": "Light",
13488
+ "fgHex": "#384252",
13489
+ "bgHex": "#ffffff",
13490
+ "ratio": 10.15,
13491
+ "min": 4.5
13492
+ },
13493
+ {
13494
+ "component": "chart",
13495
+ "context": "ion-chart-legend ion-chart-legend__item",
13496
+ "state": "default",
13497
+ "fg": "--text-secondary",
13498
+ "bg": "--surface-default",
13499
+ "backdrop": null,
13500
+ "kind": "text",
13501
+ "ground": "assumed",
13502
+ "mode": "Light",
13503
+ "fgHex": "#384252",
13504
+ "bgHex": "#ffffff",
13505
+ "ratio": 10.15,
13506
+ "min": 4.5
13507
+ },
13508
+ {
13509
+ "component": "chart",
13510
+ "context": "ion-chart-tooltip ion-chart-tooltip__label",
13511
+ "state": "default",
13512
+ "fg": "--text-secondary",
13513
+ "bg": "--surface-raised",
13514
+ "backdrop": "--surface-raised",
13515
+ "kind": "text",
13516
+ "mode": "Light",
13517
+ "fgHex": "#384252",
13518
+ "bgHex": "#ffffff",
13519
+ "ratio": 10.15,
13520
+ "min": 4.5
13521
+ },
13360
13522
  {
13361
13523
  "component": "checkbox",
13362
13524
  "context": "ion-checkbox ion-checkbox__label",
@@ -14014,6 +14176,21 @@
14014
14176
  "ratio": 10.15,
14015
14177
  "min": 4.5
14016
14178
  },
14179
+ {
14180
+ "component": "setting-row",
14181
+ "context": "ion-setting-row ion-setting-row__description",
14182
+ "state": "default",
14183
+ "fg": "--text-secondary",
14184
+ "bg": "--surface-default",
14185
+ "backdrop": null,
14186
+ "kind": "text",
14187
+ "ground": "assumed",
14188
+ "mode": "Light",
14189
+ "fgHex": "#384252",
14190
+ "bgHex": "#ffffff",
14191
+ "ratio": 10.15,
14192
+ "min": 4.5
14193
+ },
14017
14194
  {
14018
14195
  "component": "sidebar",
14019
14196
  "context": "ion-sidebar",
@@ -14354,6 +14531,20 @@
14354
14531
  "ratio": 10.15,
14355
14532
  "min": 4.5
14356
14533
  },
14534
+ {
14535
+ "component": "stat-tile",
14536
+ "context": "ion-stat-tile ion-stat-tile__label",
14537
+ "state": "default",
14538
+ "fg": "--text-secondary",
14539
+ "bg": "--surface-default",
14540
+ "backdrop": "--surface-default",
14541
+ "kind": "text",
14542
+ "mode": "Light",
14543
+ "fgHex": "#384252",
14544
+ "bgHex": "#ffffff",
14545
+ "ratio": 10.15,
14546
+ "min": 4.5
14547
+ },
14357
14548
  {
14358
14549
  "component": "stepper",
14359
14550
  "context": "ion-stepper ion-stepper__step",
@@ -15284,6 +15475,50 @@
15284
15475
  "ratio": 11.38,
15285
15476
  "min": 4.5
15286
15477
  },
15478
+ {
15479
+ "component": "chart",
15480
+ "context": "ion-chart ion-chart__caption",
15481
+ "state": "default",
15482
+ "fg": "--text-secondary",
15483
+ "bg": "--surface-muted",
15484
+ "backdrop": null,
15485
+ "kind": "text",
15486
+ "ground": "assumed",
15487
+ "mode": "Dark",
15488
+ "fgHex": "#dde0e4",
15489
+ "bgHex": "#1d2735",
15490
+ "ratio": 11.38,
15491
+ "min": 4.5
15492
+ },
15493
+ {
15494
+ "component": "chart",
15495
+ "context": "ion-chart-legend ion-chart-legend__item",
15496
+ "state": "default",
15497
+ "fg": "--text-secondary",
15498
+ "bg": "--surface-muted",
15499
+ "backdrop": null,
15500
+ "kind": "text",
15501
+ "ground": "assumed",
15502
+ "mode": "Dark",
15503
+ "fgHex": "#dde0e4",
15504
+ "bgHex": "#1d2735",
15505
+ "ratio": 11.38,
15506
+ "min": 4.5
15507
+ },
15508
+ {
15509
+ "component": "chart",
15510
+ "context": "ion-chart-tooltip ion-chart-tooltip__label",
15511
+ "state": "default",
15512
+ "fg": "--text-secondary",
15513
+ "bg": "--surface-raised",
15514
+ "backdrop": "--surface-raised",
15515
+ "kind": "text",
15516
+ "mode": "Dark",
15517
+ "fgHex": "#dde0e4",
15518
+ "bgHex": "#1d2735",
15519
+ "ratio": 11.38,
15520
+ "min": 4.5
15521
+ },
15287
15522
  {
15288
15523
  "component": "checkbox",
15289
15524
  "context": "ion-checkbox ion-checkbox__label",
@@ -15829,6 +16064,21 @@
15829
16064
  "ratio": 11.38,
15830
16065
  "min": 4.5
15831
16066
  },
16067
+ {
16068
+ "component": "setting-row",
16069
+ "context": "ion-setting-row ion-setting-row__description",
16070
+ "state": "default",
16071
+ "fg": "--text-secondary",
16072
+ "bg": "--surface-muted",
16073
+ "backdrop": null,
16074
+ "kind": "text",
16075
+ "ground": "assumed",
16076
+ "mode": "Dark",
16077
+ "fgHex": "#dde0e4",
16078
+ "bgHex": "#1d2735",
16079
+ "ratio": 11.38,
16080
+ "min": 4.5
16081
+ },
15832
16082
  {
15833
16083
  "component": "spinner",
15834
16084
  "context": "ion-spinner",
@@ -16571,6 +16821,36 @@
16571
16821
  "ratio": 13.31,
16572
16822
  "min": 4.5
16573
16823
  },
16824
+ {
16825
+ "component": "chart",
16826
+ "context": "ion-chart ion-chart__caption",
16827
+ "state": "default",
16828
+ "fg": "--text-secondary",
16829
+ "bg": "--surface-page",
16830
+ "backdrop": null,
16831
+ "kind": "text",
16832
+ "ground": "assumed",
16833
+ "mode": "Dark",
16834
+ "fgHex": "#dde0e4",
16835
+ "bgHex": "#131923",
16836
+ "ratio": 13.31,
16837
+ "min": 4.5
16838
+ },
16839
+ {
16840
+ "component": "chart",
16841
+ "context": "ion-chart-legend ion-chart-legend__item",
16842
+ "state": "default",
16843
+ "fg": "--text-secondary",
16844
+ "bg": "--surface-page",
16845
+ "backdrop": null,
16846
+ "kind": "text",
16847
+ "ground": "assumed",
16848
+ "mode": "Dark",
16849
+ "fgHex": "#dde0e4",
16850
+ "bgHex": "#131923",
16851
+ "ratio": 13.31,
16852
+ "min": 4.5
16853
+ },
16574
16854
  {
16575
16855
  "component": "checkbox",
16576
16856
  "context": "ion-checkbox ion-checkbox__label",
@@ -17032,6 +17312,21 @@
17032
17312
  "ratio": 13.31,
17033
17313
  "min": 4.5
17034
17314
  },
17315
+ {
17316
+ "component": "setting-row",
17317
+ "context": "ion-setting-row ion-setting-row__description",
17318
+ "state": "default",
17319
+ "fg": "--text-secondary",
17320
+ "bg": "--surface-page",
17321
+ "backdrop": null,
17322
+ "kind": "text",
17323
+ "ground": "assumed",
17324
+ "mode": "Dark",
17325
+ "fgHex": "#dde0e4",
17326
+ "bgHex": "#131923",
17327
+ "ratio": 13.31,
17328
+ "min": 4.5
17329
+ },
17035
17330
  {
17036
17331
  "component": "spinner",
17037
17332
  "context": "ion-spinner",
@@ -17647,7 +17942,77 @@
17647
17942
  "min": 4.5
17648
17943
  },
17649
17944
  {
17650
- "component": "combobox",
17945
+ "component": "chart",
17946
+ "context": "ion-chart-tooltip",
17947
+ "state": "default",
17948
+ "fg": "--text-default",
17949
+ "bg": "--surface-raised",
17950
+ "backdrop": "--surface-raised",
17951
+ "kind": "text",
17952
+ "mode": "Dark",
17953
+ "fgHex": "#f6f8f9",
17954
+ "bgHex": "#1d2735",
17955
+ "ratio": 14.14,
17956
+ "min": 4.5
17957
+ },
17958
+ {
17959
+ "component": "chart",
17960
+ "context": "ion-chart-tooltip ion-chart-tooltip__title",
17961
+ "state": "default",
17962
+ "fg": "--text-default",
17963
+ "bg": "--surface-raised",
17964
+ "backdrop": "--surface-raised",
17965
+ "kind": "text",
17966
+ "mode": "Dark",
17967
+ "fgHex": "#f6f8f9",
17968
+ "bgHex": "#1d2735",
17969
+ "ratio": 14.14,
17970
+ "min": 4.5
17971
+ },
17972
+ {
17973
+ "component": "chart",
17974
+ "context": "ion-chart-tooltip ion-chart-tooltip__rows",
17975
+ "state": "default",
17976
+ "fg": "--text-default",
17977
+ "bg": "--surface-raised",
17978
+ "backdrop": "--surface-raised",
17979
+ "kind": "text",
17980
+ "mode": "Dark",
17981
+ "fgHex": "#f6f8f9",
17982
+ "bgHex": "#1d2735",
17983
+ "ratio": 14.14,
17984
+ "min": 4.5
17985
+ },
17986
+ {
17987
+ "component": "chart",
17988
+ "context": "ion-chart-tooltip ion-chart-tooltip__row",
17989
+ "state": "default",
17990
+ "fg": "--text-default",
17991
+ "bg": "--surface-raised",
17992
+ "backdrop": "--surface-raised",
17993
+ "kind": "text",
17994
+ "mode": "Dark",
17995
+ "fgHex": "#f6f8f9",
17996
+ "bgHex": "#1d2735",
17997
+ "ratio": 14.14,
17998
+ "min": 4.5
17999
+ },
18000
+ {
18001
+ "component": "chart",
18002
+ "context": "ion-chart-tooltip ion-chart-tooltip__value",
18003
+ "state": "default",
18004
+ "fg": "--text-default",
18005
+ "bg": "--surface-raised",
18006
+ "backdrop": "--surface-raised",
18007
+ "kind": "text",
18008
+ "mode": "Dark",
18009
+ "fgHex": "#f6f8f9",
18010
+ "bgHex": "#1d2735",
18011
+ "ratio": 14.14,
18012
+ "min": 4.5
18013
+ },
18014
+ {
18015
+ "component": "combobox",
17651
18016
  "context": "ion-combobox-menu ion-combobox-menu__label",
17652
18017
  "state": "default",
17653
18018
  "fg": "--text-default",
@@ -18089,6 +18454,21 @@
18089
18454
  "ratio": 14.14,
18090
18455
  "min": 4.5
18091
18456
  },
18457
+ {
18458
+ "component": "setting-row",
18459
+ "context": "ion-setting-row ion-setting-row__label",
18460
+ "state": "default",
18461
+ "fg": "--text-default",
18462
+ "bg": "--surface-muted",
18463
+ "backdrop": null,
18464
+ "kind": "text",
18465
+ "ground": "assumed",
18466
+ "mode": "Dark",
18467
+ "fgHex": "#f6f8f9",
18468
+ "bgHex": "#1d2735",
18469
+ "ratio": 14.14,
18470
+ "min": 4.5
18471
+ },
18092
18472
  {
18093
18473
  "component": "stepper",
18094
18474
  "context": "ion-stepper ion-stepper__trigger",
@@ -18842,6 +19222,21 @@
18842
19222
  "ratio": 15.71,
18843
19223
  "min": 4.5
18844
19224
  },
19225
+ {
19226
+ "component": "setting-row",
19227
+ "context": "ion-setting-row ion-setting-row__label",
19228
+ "state": "default",
19229
+ "fg": "--text-default",
19230
+ "bg": "--surface-muted",
19231
+ "backdrop": null,
19232
+ "kind": "text",
19233
+ "ground": "assumed",
19234
+ "mode": "Light",
19235
+ "fgHex": "#131923",
19236
+ "bgHex": "#f0f2f4",
19237
+ "ratio": 15.71,
19238
+ "min": 4.5
19239
+ },
18845
19240
  {
18846
19241
  "component": "stepper",
18847
19242
  "context": "ion-stepper ion-stepper__trigger",
@@ -19194,6 +19589,36 @@
19194
19589
  "ratio": 15.86,
19195
19590
  "min": 4.5
19196
19591
  },
19592
+ {
19593
+ "component": "chart",
19594
+ "context": "ion-chart ion-chart__caption",
19595
+ "state": "default",
19596
+ "fg": "--text-secondary",
19597
+ "bg": "--surface-default",
19598
+ "backdrop": null,
19599
+ "kind": "text",
19600
+ "ground": "assumed",
19601
+ "mode": "Dark",
19602
+ "fgHex": "#dde0e4",
19603
+ "bgHex": "#000000",
19604
+ "ratio": 15.86,
19605
+ "min": 4.5
19606
+ },
19607
+ {
19608
+ "component": "chart",
19609
+ "context": "ion-chart-legend ion-chart-legend__item",
19610
+ "state": "default",
19611
+ "fg": "--text-secondary",
19612
+ "bg": "--surface-default",
19613
+ "backdrop": null,
19614
+ "kind": "text",
19615
+ "ground": "assumed",
19616
+ "mode": "Dark",
19617
+ "fgHex": "#dde0e4",
19618
+ "bgHex": "#000000",
19619
+ "ratio": 15.86,
19620
+ "min": 4.5
19621
+ },
19197
19622
  {
19198
19623
  "component": "checkbox",
19199
19624
  "context": "ion-checkbox ion-checkbox__label",
@@ -19725,6 +20150,21 @@
19725
20150
  "ratio": 15.86,
19726
20151
  "min": 4.5
19727
20152
  },
20153
+ {
20154
+ "component": "setting-row",
20155
+ "context": "ion-setting-row ion-setting-row__description",
20156
+ "state": "default",
20157
+ "fg": "--text-secondary",
20158
+ "bg": "--surface-default",
20159
+ "backdrop": null,
20160
+ "kind": "text",
20161
+ "ground": "assumed",
20162
+ "mode": "Dark",
20163
+ "fgHex": "#dde0e4",
20164
+ "bgHex": "#000000",
20165
+ "ratio": 15.86,
20166
+ "min": 4.5
20167
+ },
19728
20168
  {
19729
20169
  "component": "sidebar",
19730
20170
  "context": "ion-sidebar",
@@ -20065,6 +20505,20 @@
20065
20505
  "ratio": 15.86,
20066
20506
  "min": 4.5
20067
20507
  },
20508
+ {
20509
+ "component": "stat-tile",
20510
+ "context": "ion-stat-tile ion-stat-tile__label",
20511
+ "state": "default",
20512
+ "fg": "--text-secondary",
20513
+ "bg": "--surface-default",
20514
+ "backdrop": "--surface-default",
20515
+ "kind": "text",
20516
+ "mode": "Dark",
20517
+ "fgHex": "#dde0e4",
20518
+ "bgHex": "#000000",
20519
+ "ratio": 15.86,
20520
+ "min": 4.5
20521
+ },
20068
20522
  {
20069
20523
  "component": "stepper",
20070
20524
  "context": "ion-stepper ion-stepper__step",
@@ -20711,6 +21165,36 @@
20711
21165
  "ratio": 16.55,
20712
21166
  "min": 4.5
20713
21167
  },
21168
+ {
21169
+ "component": "setting-row",
21170
+ "context": "ion-setting-row ion-setting-row__label",
21171
+ "state": "default",
21172
+ "fg": "--text-default",
21173
+ "bg": "--surface-page",
21174
+ "backdrop": null,
21175
+ "kind": "text",
21176
+ "ground": "assumed",
21177
+ "mode": "Light",
21178
+ "fgHex": "#131923",
21179
+ "bgHex": "#f6f8f9",
21180
+ "ratio": 16.55,
21181
+ "min": 4.5
21182
+ },
21183
+ {
21184
+ "component": "setting-row",
21185
+ "context": "ion-setting-row ion-setting-row__label",
21186
+ "state": "default",
21187
+ "fg": "--text-default",
21188
+ "bg": "--surface-page",
21189
+ "backdrop": null,
21190
+ "kind": "text",
21191
+ "ground": "assumed",
21192
+ "mode": "Dark",
21193
+ "fgHex": "#f6f8f9",
21194
+ "bgHex": "#131923",
21195
+ "ratio": 16.55,
21196
+ "min": 4.5
21197
+ },
20714
21198
  {
20715
21199
  "component": "stepper",
20716
21200
  "context": "ion-stepper ion-stepper__trigger",
@@ -21203,6 +21687,76 @@
21203
21687
  "ratio": 17.63,
21204
21688
  "min": 4.5
21205
21689
  },
21690
+ {
21691
+ "component": "chart",
21692
+ "context": "ion-chart-tooltip",
21693
+ "state": "default",
21694
+ "fg": "--text-default",
21695
+ "bg": "--surface-raised",
21696
+ "backdrop": "--surface-raised",
21697
+ "kind": "text",
21698
+ "mode": "Light",
21699
+ "fgHex": "#131923",
21700
+ "bgHex": "#ffffff",
21701
+ "ratio": 17.63,
21702
+ "min": 4.5
21703
+ },
21704
+ {
21705
+ "component": "chart",
21706
+ "context": "ion-chart-tooltip ion-chart-tooltip__title",
21707
+ "state": "default",
21708
+ "fg": "--text-default",
21709
+ "bg": "--surface-raised",
21710
+ "backdrop": "--surface-raised",
21711
+ "kind": "text",
21712
+ "mode": "Light",
21713
+ "fgHex": "#131923",
21714
+ "bgHex": "#ffffff",
21715
+ "ratio": 17.63,
21716
+ "min": 4.5
21717
+ },
21718
+ {
21719
+ "component": "chart",
21720
+ "context": "ion-chart-tooltip ion-chart-tooltip__rows",
21721
+ "state": "default",
21722
+ "fg": "--text-default",
21723
+ "bg": "--surface-raised",
21724
+ "backdrop": "--surface-raised",
21725
+ "kind": "text",
21726
+ "mode": "Light",
21727
+ "fgHex": "#131923",
21728
+ "bgHex": "#ffffff",
21729
+ "ratio": 17.63,
21730
+ "min": 4.5
21731
+ },
21732
+ {
21733
+ "component": "chart",
21734
+ "context": "ion-chart-tooltip ion-chart-tooltip__row",
21735
+ "state": "default",
21736
+ "fg": "--text-default",
21737
+ "bg": "--surface-raised",
21738
+ "backdrop": "--surface-raised",
21739
+ "kind": "text",
21740
+ "mode": "Light",
21741
+ "fgHex": "#131923",
21742
+ "bgHex": "#ffffff",
21743
+ "ratio": 17.63,
21744
+ "min": 4.5
21745
+ },
21746
+ {
21747
+ "component": "chart",
21748
+ "context": "ion-chart-tooltip ion-chart-tooltip__value",
21749
+ "state": "default",
21750
+ "fg": "--text-default",
21751
+ "bg": "--surface-raised",
21752
+ "backdrop": "--surface-raised",
21753
+ "kind": "text",
21754
+ "mode": "Light",
21755
+ "fgHex": "#131923",
21756
+ "bgHex": "#ffffff",
21757
+ "ratio": 17.63,
21758
+ "min": 4.5
21759
+ },
21206
21760
  {
21207
21761
  "component": "combobox",
21208
21762
  "context": "ion-combobox-menu ion-combobox-menu__label",
@@ -21714,6 +22268,35 @@
21714
22268
  "ratio": 17.63,
21715
22269
  "min": 4.5
21716
22270
  },
22271
+ {
22272
+ "component": "setting-row",
22273
+ "context": "ion-setting-row ion-setting-row__label",
22274
+ "state": "default",
22275
+ "fg": "--text-default",
22276
+ "bg": "--surface-default",
22277
+ "backdrop": null,
22278
+ "kind": "text",
22279
+ "ground": "assumed",
22280
+ "mode": "Light",
22281
+ "fgHex": "#131923",
22282
+ "bgHex": "#ffffff",
22283
+ "ratio": 17.63,
22284
+ "min": 4.5
22285
+ },
22286
+ {
22287
+ "component": "stat-tile",
22288
+ "context": "ion-stat-tile ion-stat-tile__value",
22289
+ "state": "default",
22290
+ "fg": "--text-default",
22291
+ "bg": "--surface-default",
22292
+ "backdrop": "--surface-default",
22293
+ "kind": "text",
22294
+ "mode": "Light",
22295
+ "fgHex": "#131923",
22296
+ "bgHex": "#ffffff",
22297
+ "ratio": 17.63,
22298
+ "min": 4.5
22299
+ },
21717
22300
  {
21718
22301
  "component": "stepper",
21719
22302
  "context": "ion-stepper ion-stepper__trigger",
@@ -22533,6 +23116,35 @@
22533
23116
  "ratio": 19.71,
22534
23117
  "min": 4.5
22535
23118
  },
23119
+ {
23120
+ "component": "setting-row",
23121
+ "context": "ion-setting-row ion-setting-row__label",
23122
+ "state": "default",
23123
+ "fg": "--text-default",
23124
+ "bg": "--surface-default",
23125
+ "backdrop": null,
23126
+ "kind": "text",
23127
+ "ground": "assumed",
23128
+ "mode": "Dark",
23129
+ "fgHex": "#f6f8f9",
23130
+ "bgHex": "#000000",
23131
+ "ratio": 19.71,
23132
+ "min": 4.5
23133
+ },
23134
+ {
23135
+ "component": "stat-tile",
23136
+ "context": "ion-stat-tile ion-stat-tile__value",
23137
+ "state": "default",
23138
+ "fg": "--text-default",
23139
+ "bg": "--surface-default",
23140
+ "backdrop": "--surface-default",
23141
+ "kind": "text",
23142
+ "mode": "Dark",
23143
+ "fgHex": "#f6f8f9",
23144
+ "bgHex": "#000000",
23145
+ "ratio": 19.71,
23146
+ "min": 4.5
23147
+ },
22536
23148
  {
22537
23149
  "component": "stepper",
22538
23150
  "context": "ion-stepper ion-stepper__trigger",