ionbase-ui 0.73.0 → 0.76.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Chart.d.ts +95 -0
- package/dist/components/Chart.d.ts.map +1 -0
- package/dist/components/Chart.js +60 -0
- package/dist/components/Chart.js.map +1 -0
- package/dist/components/NavItem.d.ts +7 -0
- package/dist/components/NavItem.d.ts.map +1 -1
- package/dist/components/NavItem.js +3 -1
- package/dist/components/NavItem.js.map +1 -1
- package/dist/components/agent-run.d.ts +147 -0
- package/dist/components/agent-run.d.ts.map +1 -0
- package/dist/components/agent-run.js +250 -0
- package/dist/components/agent-run.js.map +1 -0
- package/dist/components/index.d.ts +6 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +14 -0
- package/dist/components/index.js.map +1 -1
- package/dist/components/use-agent-run.d.ts +65 -0
- package/dist/components/use-agent-run.d.ts.map +1 -0
- package/dist/components/use-agent-run.js +127 -0
- package/dist/components/use-agent-run.js.map +1 -0
- package/dist/figma-descriptions.json +76 -66
- package/dist/figma-map.json +98 -4
- package/dist/meta/ChartLegend.json +125 -0
- package/dist/meta/ChartTooltip.json +126 -0
- package/dist/meta/NavItem.json +17 -3
- package/dist/meta/components.json +282 -4
- package/dist/meta/contrast.json +528 -0
- package/dist/meta/index.json +33 -1
- package/dist/meta/patterns/AgentRun.json +14 -0
- package/dist/meta/patterns/HumanApproval.json +4 -0
- package/dist/meta/patterns/index.json +3 -1
- package/dist/styles/chart.css +275 -0
- package/dist/styles/index.css +1 -0
- package/dist/styles/nav-item.css +37 -2
- package/llms.txt +11 -3
- package/package.json +1 -1
package/dist/meta/contrast.json
CHANGED
|
@@ -2672,6 +2672,21 @@
|
|
|
2672
2672
|
"ratio": 4.79,
|
|
2673
2673
|
"min": 3
|
|
2674
2674
|
},
|
|
2675
|
+
{
|
|
2676
|
+
"component": "nav-item",
|
|
2677
|
+
"context": "ion-nav-item--current ion-nav-item__icon",
|
|
2678
|
+
"state": "default",
|
|
2679
|
+
"fg": "--icon-primary",
|
|
2680
|
+
"bg": "--surface-muted",
|
|
2681
|
+
"backdrop": null,
|
|
2682
|
+
"kind": "non-text",
|
|
2683
|
+
"ground": "assumed",
|
|
2684
|
+
"mode": "Light",
|
|
2685
|
+
"fgHex": "#1c62e3",
|
|
2686
|
+
"bgHex": "#f0f2f4",
|
|
2687
|
+
"ratio": 4.79,
|
|
2688
|
+
"min": 3
|
|
2689
|
+
},
|
|
2675
2690
|
{
|
|
2676
2691
|
"component": "stepper",
|
|
2677
2692
|
"context": "ion-stepper__step--complete ion-stepper__step--complete",
|
|
@@ -3245,6 +3260,21 @@
|
|
|
3245
3260
|
"ratio": 5.05,
|
|
3246
3261
|
"min": 3
|
|
3247
3262
|
},
|
|
3263
|
+
{
|
|
3264
|
+
"component": "nav-item",
|
|
3265
|
+
"context": "ion-nav-item--current ion-nav-item__icon",
|
|
3266
|
+
"state": "default",
|
|
3267
|
+
"fg": "--icon-primary",
|
|
3268
|
+
"bg": "--surface-page",
|
|
3269
|
+
"backdrop": null,
|
|
3270
|
+
"kind": "non-text",
|
|
3271
|
+
"ground": "assumed",
|
|
3272
|
+
"mode": "Light",
|
|
3273
|
+
"fgHex": "#1c62e3",
|
|
3274
|
+
"bgHex": "#f6f8f9",
|
|
3275
|
+
"ratio": 5.05,
|
|
3276
|
+
"min": 3
|
|
3277
|
+
},
|
|
3248
3278
|
{
|
|
3249
3279
|
"component": "stepper",
|
|
3250
3280
|
"context": "ion-stepper__step--complete ion-stepper__step--complete",
|
|
@@ -3888,6 +3918,21 @@
|
|
|
3888
3918
|
"ratio": 5.38,
|
|
3889
3919
|
"min": 4.5
|
|
3890
3920
|
},
|
|
3921
|
+
{
|
|
3922
|
+
"component": "nav-item",
|
|
3923
|
+
"context": "ion-nav-item--current ion-nav-item__icon",
|
|
3924
|
+
"state": "default",
|
|
3925
|
+
"fg": "--icon-primary",
|
|
3926
|
+
"bg": "--surface-default",
|
|
3927
|
+
"backdrop": null,
|
|
3928
|
+
"kind": "non-text",
|
|
3929
|
+
"ground": "assumed",
|
|
3930
|
+
"mode": "Light",
|
|
3931
|
+
"fgHex": "#1c62e3",
|
|
3932
|
+
"bgHex": "#ffffff",
|
|
3933
|
+
"ratio": 5.38,
|
|
3934
|
+
"min": 3
|
|
3935
|
+
},
|
|
3891
3936
|
{
|
|
3892
3937
|
"component": "stepper",
|
|
3893
3938
|
"context": "ion-stepper__step--complete ion-stepper__step--complete",
|
|
@@ -3988,6 +4033,21 @@
|
|
|
3988
4033
|
"ratio": 5.39,
|
|
3989
4034
|
"min": 3
|
|
3990
4035
|
},
|
|
4036
|
+
{
|
|
4037
|
+
"component": "nav-item",
|
|
4038
|
+
"context": "ion-nav-item--current ion-nav-item__icon",
|
|
4039
|
+
"state": "default",
|
|
4040
|
+
"fg": "--icon-primary",
|
|
4041
|
+
"bg": "--surface-muted",
|
|
4042
|
+
"backdrop": null,
|
|
4043
|
+
"kind": "non-text",
|
|
4044
|
+
"ground": "assumed",
|
|
4045
|
+
"mode": "Dark",
|
|
4046
|
+
"fgHex": "#609cf0",
|
|
4047
|
+
"bgHex": "#1d2735",
|
|
4048
|
+
"ratio": 5.39,
|
|
4049
|
+
"min": 3
|
|
4050
|
+
},
|
|
3991
4051
|
{
|
|
3992
4052
|
"component": "stepper",
|
|
3993
4053
|
"context": "ion-stepper__step--complete ion-stepper__step--complete",
|
|
@@ -5540,6 +5600,21 @@
|
|
|
5540
5600
|
"ratio": 6.31,
|
|
5541
5601
|
"min": 3
|
|
5542
5602
|
},
|
|
5603
|
+
{
|
|
5604
|
+
"component": "nav-item",
|
|
5605
|
+
"context": "ion-nav-item--current ion-nav-item__icon",
|
|
5606
|
+
"state": "default",
|
|
5607
|
+
"fg": "--icon-primary",
|
|
5608
|
+
"bg": "--surface-page",
|
|
5609
|
+
"backdrop": null,
|
|
5610
|
+
"kind": "non-text",
|
|
5611
|
+
"ground": "assumed",
|
|
5612
|
+
"mode": "Dark",
|
|
5613
|
+
"fgHex": "#609cf0",
|
|
5614
|
+
"bgHex": "#131923",
|
|
5615
|
+
"ratio": 6.31,
|
|
5616
|
+
"min": 3
|
|
5617
|
+
},
|
|
5543
5618
|
{
|
|
5544
5619
|
"component": "stepper",
|
|
5545
5620
|
"context": "ion-stepper__step--complete ion-stepper__step--complete",
|
|
@@ -8555,6 +8630,21 @@
|
|
|
8555
8630
|
"ratio": 7.51,
|
|
8556
8631
|
"min": 3
|
|
8557
8632
|
},
|
|
8633
|
+
{
|
|
8634
|
+
"component": "nav-item",
|
|
8635
|
+
"context": "ion-nav-item--current ion-nav-item__icon",
|
|
8636
|
+
"state": "default",
|
|
8637
|
+
"fg": "--icon-primary",
|
|
8638
|
+
"bg": "--surface-default",
|
|
8639
|
+
"backdrop": null,
|
|
8640
|
+
"kind": "non-text",
|
|
8641
|
+
"ground": "assumed",
|
|
8642
|
+
"mode": "Dark",
|
|
8643
|
+
"fgHex": "#609cf0",
|
|
8644
|
+
"bgHex": "#000000",
|
|
8645
|
+
"ratio": 7.51,
|
|
8646
|
+
"min": 3
|
|
8647
|
+
},
|
|
8558
8648
|
{
|
|
8559
8649
|
"component": "stepper",
|
|
8560
8650
|
"context": "ion-stepper__step--complete ion-stepper__step--complete",
|
|
@@ -11131,6 +11221,36 @@
|
|
|
11131
11221
|
"ratio": 9.04,
|
|
11132
11222
|
"min": 4.5
|
|
11133
11223
|
},
|
|
11224
|
+
{
|
|
11225
|
+
"component": "chart",
|
|
11226
|
+
"context": "ion-chart ion-chart__caption",
|
|
11227
|
+
"state": "default",
|
|
11228
|
+
"fg": "--text-secondary",
|
|
11229
|
+
"bg": "--surface-muted",
|
|
11230
|
+
"backdrop": null,
|
|
11231
|
+
"kind": "text",
|
|
11232
|
+
"ground": "assumed",
|
|
11233
|
+
"mode": "Light",
|
|
11234
|
+
"fgHex": "#384252",
|
|
11235
|
+
"bgHex": "#f0f2f4",
|
|
11236
|
+
"ratio": 9.04,
|
|
11237
|
+
"min": 4.5
|
|
11238
|
+
},
|
|
11239
|
+
{
|
|
11240
|
+
"component": "chart",
|
|
11241
|
+
"context": "ion-chart-legend ion-chart-legend__item",
|
|
11242
|
+
"state": "default",
|
|
11243
|
+
"fg": "--text-secondary",
|
|
11244
|
+
"bg": "--surface-muted",
|
|
11245
|
+
"backdrop": null,
|
|
11246
|
+
"kind": "text",
|
|
11247
|
+
"ground": "assumed",
|
|
11248
|
+
"mode": "Light",
|
|
11249
|
+
"fgHex": "#384252",
|
|
11250
|
+
"bgHex": "#f0f2f4",
|
|
11251
|
+
"ratio": 9.04,
|
|
11252
|
+
"min": 4.5
|
|
11253
|
+
},
|
|
11134
11254
|
{
|
|
11135
11255
|
"component": "checkbox",
|
|
11136
11256
|
"context": "ion-checkbox ion-checkbox__label",
|
|
@@ -12280,6 +12400,36 @@
|
|
|
12280
12400
|
"ratio": 9.53,
|
|
12281
12401
|
"min": 4.5
|
|
12282
12402
|
},
|
|
12403
|
+
{
|
|
12404
|
+
"component": "chart",
|
|
12405
|
+
"context": "ion-chart ion-chart__caption",
|
|
12406
|
+
"state": "default",
|
|
12407
|
+
"fg": "--text-secondary",
|
|
12408
|
+
"bg": "--surface-page",
|
|
12409
|
+
"backdrop": null,
|
|
12410
|
+
"kind": "text",
|
|
12411
|
+
"ground": "assumed",
|
|
12412
|
+
"mode": "Light",
|
|
12413
|
+
"fgHex": "#384252",
|
|
12414
|
+
"bgHex": "#f6f8f9",
|
|
12415
|
+
"ratio": 9.53,
|
|
12416
|
+
"min": 4.5
|
|
12417
|
+
},
|
|
12418
|
+
{
|
|
12419
|
+
"component": "chart",
|
|
12420
|
+
"context": "ion-chart-legend ion-chart-legend__item",
|
|
12421
|
+
"state": "default",
|
|
12422
|
+
"fg": "--text-secondary",
|
|
12423
|
+
"bg": "--surface-page",
|
|
12424
|
+
"backdrop": null,
|
|
12425
|
+
"kind": "text",
|
|
12426
|
+
"ground": "assumed",
|
|
12427
|
+
"mode": "Light",
|
|
12428
|
+
"fgHex": "#384252",
|
|
12429
|
+
"bgHex": "#f6f8f9",
|
|
12430
|
+
"ratio": 9.53,
|
|
12431
|
+
"min": 4.5
|
|
12432
|
+
},
|
|
12283
12433
|
{
|
|
12284
12434
|
"component": "checkbox",
|
|
12285
12435
|
"context": "ion-checkbox ion-checkbox__label",
|
|
@@ -13415,6 +13565,50 @@
|
|
|
13415
13565
|
"ratio": 10.15,
|
|
13416
13566
|
"min": 4.5
|
|
13417
13567
|
},
|
|
13568
|
+
{
|
|
13569
|
+
"component": "chart",
|
|
13570
|
+
"context": "ion-chart ion-chart__caption",
|
|
13571
|
+
"state": "default",
|
|
13572
|
+
"fg": "--text-secondary",
|
|
13573
|
+
"bg": "--surface-default",
|
|
13574
|
+
"backdrop": null,
|
|
13575
|
+
"kind": "text",
|
|
13576
|
+
"ground": "assumed",
|
|
13577
|
+
"mode": "Light",
|
|
13578
|
+
"fgHex": "#384252",
|
|
13579
|
+
"bgHex": "#ffffff",
|
|
13580
|
+
"ratio": 10.15,
|
|
13581
|
+
"min": 4.5
|
|
13582
|
+
},
|
|
13583
|
+
{
|
|
13584
|
+
"component": "chart",
|
|
13585
|
+
"context": "ion-chart-legend ion-chart-legend__item",
|
|
13586
|
+
"state": "default",
|
|
13587
|
+
"fg": "--text-secondary",
|
|
13588
|
+
"bg": "--surface-default",
|
|
13589
|
+
"backdrop": null,
|
|
13590
|
+
"kind": "text",
|
|
13591
|
+
"ground": "assumed",
|
|
13592
|
+
"mode": "Light",
|
|
13593
|
+
"fgHex": "#384252",
|
|
13594
|
+
"bgHex": "#ffffff",
|
|
13595
|
+
"ratio": 10.15,
|
|
13596
|
+
"min": 4.5
|
|
13597
|
+
},
|
|
13598
|
+
{
|
|
13599
|
+
"component": "chart",
|
|
13600
|
+
"context": "ion-chart-tooltip ion-chart-tooltip__label",
|
|
13601
|
+
"state": "default",
|
|
13602
|
+
"fg": "--text-secondary",
|
|
13603
|
+
"bg": "--surface-raised",
|
|
13604
|
+
"backdrop": "--surface-raised",
|
|
13605
|
+
"kind": "text",
|
|
13606
|
+
"mode": "Light",
|
|
13607
|
+
"fgHex": "#384252",
|
|
13608
|
+
"bgHex": "#ffffff",
|
|
13609
|
+
"ratio": 10.15,
|
|
13610
|
+
"min": 4.5
|
|
13611
|
+
},
|
|
13418
13612
|
{
|
|
13419
13613
|
"component": "checkbox",
|
|
13420
13614
|
"context": "ion-checkbox ion-checkbox__label",
|
|
@@ -15371,6 +15565,50 @@
|
|
|
15371
15565
|
"ratio": 11.38,
|
|
15372
15566
|
"min": 4.5
|
|
15373
15567
|
},
|
|
15568
|
+
{
|
|
15569
|
+
"component": "chart",
|
|
15570
|
+
"context": "ion-chart ion-chart__caption",
|
|
15571
|
+
"state": "default",
|
|
15572
|
+
"fg": "--text-secondary",
|
|
15573
|
+
"bg": "--surface-muted",
|
|
15574
|
+
"backdrop": null,
|
|
15575
|
+
"kind": "text",
|
|
15576
|
+
"ground": "assumed",
|
|
15577
|
+
"mode": "Dark",
|
|
15578
|
+
"fgHex": "#dde0e4",
|
|
15579
|
+
"bgHex": "#1d2735",
|
|
15580
|
+
"ratio": 11.38,
|
|
15581
|
+
"min": 4.5
|
|
15582
|
+
},
|
|
15583
|
+
{
|
|
15584
|
+
"component": "chart",
|
|
15585
|
+
"context": "ion-chart-legend ion-chart-legend__item",
|
|
15586
|
+
"state": "default",
|
|
15587
|
+
"fg": "--text-secondary",
|
|
15588
|
+
"bg": "--surface-muted",
|
|
15589
|
+
"backdrop": null,
|
|
15590
|
+
"kind": "text",
|
|
15591
|
+
"ground": "assumed",
|
|
15592
|
+
"mode": "Dark",
|
|
15593
|
+
"fgHex": "#dde0e4",
|
|
15594
|
+
"bgHex": "#1d2735",
|
|
15595
|
+
"ratio": 11.38,
|
|
15596
|
+
"min": 4.5
|
|
15597
|
+
},
|
|
15598
|
+
{
|
|
15599
|
+
"component": "chart",
|
|
15600
|
+
"context": "ion-chart-tooltip ion-chart-tooltip__label",
|
|
15601
|
+
"state": "default",
|
|
15602
|
+
"fg": "--text-secondary",
|
|
15603
|
+
"bg": "--surface-raised",
|
|
15604
|
+
"backdrop": "--surface-raised",
|
|
15605
|
+
"kind": "text",
|
|
15606
|
+
"mode": "Dark",
|
|
15607
|
+
"fgHex": "#dde0e4",
|
|
15608
|
+
"bgHex": "#1d2735",
|
|
15609
|
+
"ratio": 11.38,
|
|
15610
|
+
"min": 4.5
|
|
15611
|
+
},
|
|
15374
15612
|
{
|
|
15375
15613
|
"component": "checkbox",
|
|
15376
15614
|
"context": "ion-checkbox ion-checkbox__label",
|
|
@@ -16673,6 +16911,36 @@
|
|
|
16673
16911
|
"ratio": 13.31,
|
|
16674
16912
|
"min": 4.5
|
|
16675
16913
|
},
|
|
16914
|
+
{
|
|
16915
|
+
"component": "chart",
|
|
16916
|
+
"context": "ion-chart ion-chart__caption",
|
|
16917
|
+
"state": "default",
|
|
16918
|
+
"fg": "--text-secondary",
|
|
16919
|
+
"bg": "--surface-page",
|
|
16920
|
+
"backdrop": null,
|
|
16921
|
+
"kind": "text",
|
|
16922
|
+
"ground": "assumed",
|
|
16923
|
+
"mode": "Dark",
|
|
16924
|
+
"fgHex": "#dde0e4",
|
|
16925
|
+
"bgHex": "#131923",
|
|
16926
|
+
"ratio": 13.31,
|
|
16927
|
+
"min": 4.5
|
|
16928
|
+
},
|
|
16929
|
+
{
|
|
16930
|
+
"component": "chart",
|
|
16931
|
+
"context": "ion-chart-legend ion-chart-legend__item",
|
|
16932
|
+
"state": "default",
|
|
16933
|
+
"fg": "--text-secondary",
|
|
16934
|
+
"bg": "--surface-page",
|
|
16935
|
+
"backdrop": null,
|
|
16936
|
+
"kind": "text",
|
|
16937
|
+
"ground": "assumed",
|
|
16938
|
+
"mode": "Dark",
|
|
16939
|
+
"fgHex": "#dde0e4",
|
|
16940
|
+
"bgHex": "#131923",
|
|
16941
|
+
"ratio": 13.31,
|
|
16942
|
+
"min": 4.5
|
|
16943
|
+
},
|
|
16676
16944
|
{
|
|
16677
16945
|
"component": "checkbox",
|
|
16678
16946
|
"context": "ion-checkbox ion-checkbox__label",
|
|
@@ -17763,6 +18031,76 @@
|
|
|
17763
18031
|
"ratio": 14.14,
|
|
17764
18032
|
"min": 4.5
|
|
17765
18033
|
},
|
|
18034
|
+
{
|
|
18035
|
+
"component": "chart",
|
|
18036
|
+
"context": "ion-chart-tooltip",
|
|
18037
|
+
"state": "default",
|
|
18038
|
+
"fg": "--text-default",
|
|
18039
|
+
"bg": "--surface-raised",
|
|
18040
|
+
"backdrop": "--surface-raised",
|
|
18041
|
+
"kind": "text",
|
|
18042
|
+
"mode": "Dark",
|
|
18043
|
+
"fgHex": "#f6f8f9",
|
|
18044
|
+
"bgHex": "#1d2735",
|
|
18045
|
+
"ratio": 14.14,
|
|
18046
|
+
"min": 4.5
|
|
18047
|
+
},
|
|
18048
|
+
{
|
|
18049
|
+
"component": "chart",
|
|
18050
|
+
"context": "ion-chart-tooltip ion-chart-tooltip__title",
|
|
18051
|
+
"state": "default",
|
|
18052
|
+
"fg": "--text-default",
|
|
18053
|
+
"bg": "--surface-raised",
|
|
18054
|
+
"backdrop": "--surface-raised",
|
|
18055
|
+
"kind": "text",
|
|
18056
|
+
"mode": "Dark",
|
|
18057
|
+
"fgHex": "#f6f8f9",
|
|
18058
|
+
"bgHex": "#1d2735",
|
|
18059
|
+
"ratio": 14.14,
|
|
18060
|
+
"min": 4.5
|
|
18061
|
+
},
|
|
18062
|
+
{
|
|
18063
|
+
"component": "chart",
|
|
18064
|
+
"context": "ion-chart-tooltip ion-chart-tooltip__rows",
|
|
18065
|
+
"state": "default",
|
|
18066
|
+
"fg": "--text-default",
|
|
18067
|
+
"bg": "--surface-raised",
|
|
18068
|
+
"backdrop": "--surface-raised",
|
|
18069
|
+
"kind": "text",
|
|
18070
|
+
"mode": "Dark",
|
|
18071
|
+
"fgHex": "#f6f8f9",
|
|
18072
|
+
"bgHex": "#1d2735",
|
|
18073
|
+
"ratio": 14.14,
|
|
18074
|
+
"min": 4.5
|
|
18075
|
+
},
|
|
18076
|
+
{
|
|
18077
|
+
"component": "chart",
|
|
18078
|
+
"context": "ion-chart-tooltip ion-chart-tooltip__row",
|
|
18079
|
+
"state": "default",
|
|
18080
|
+
"fg": "--text-default",
|
|
18081
|
+
"bg": "--surface-raised",
|
|
18082
|
+
"backdrop": "--surface-raised",
|
|
18083
|
+
"kind": "text",
|
|
18084
|
+
"mode": "Dark",
|
|
18085
|
+
"fgHex": "#f6f8f9",
|
|
18086
|
+
"bgHex": "#1d2735",
|
|
18087
|
+
"ratio": 14.14,
|
|
18088
|
+
"min": 4.5
|
|
18089
|
+
},
|
|
18090
|
+
{
|
|
18091
|
+
"component": "chart",
|
|
18092
|
+
"context": "ion-chart-tooltip ion-chart-tooltip__value",
|
|
18093
|
+
"state": "default",
|
|
18094
|
+
"fg": "--text-default",
|
|
18095
|
+
"bg": "--surface-raised",
|
|
18096
|
+
"backdrop": "--surface-raised",
|
|
18097
|
+
"kind": "text",
|
|
18098
|
+
"mode": "Dark",
|
|
18099
|
+
"fgHex": "#f6f8f9",
|
|
18100
|
+
"bgHex": "#1d2735",
|
|
18101
|
+
"ratio": 14.14,
|
|
18102
|
+
"min": 4.5
|
|
18103
|
+
},
|
|
17766
18104
|
{
|
|
17767
18105
|
"component": "combobox",
|
|
17768
18106
|
"context": "ion-combobox-menu ion-combobox-menu__label",
|
|
@@ -18104,6 +18442,21 @@
|
|
|
18104
18442
|
"ratio": 14.14,
|
|
18105
18443
|
"min": 3
|
|
18106
18444
|
},
|
|
18445
|
+
{
|
|
18446
|
+
"component": "nav-item",
|
|
18447
|
+
"context": "ion-nav-item--current",
|
|
18448
|
+
"state": "default",
|
|
18449
|
+
"fg": "--text-default",
|
|
18450
|
+
"bg": "--surface-muted",
|
|
18451
|
+
"backdrop": null,
|
|
18452
|
+
"kind": "text",
|
|
18453
|
+
"ground": "assumed",
|
|
18454
|
+
"mode": "Dark",
|
|
18455
|
+
"fgHex": "#f6f8f9",
|
|
18456
|
+
"bgHex": "#1d2735",
|
|
18457
|
+
"ratio": 14.14,
|
|
18458
|
+
"min": 4.5
|
|
18459
|
+
},
|
|
18107
18460
|
{
|
|
18108
18461
|
"component": "nav-item",
|
|
18109
18462
|
"context": "ion-nav-item--disabled",
|
|
@@ -18886,6 +19239,21 @@
|
|
|
18886
19239
|
"ratio": 15.71,
|
|
18887
19240
|
"min": 3
|
|
18888
19241
|
},
|
|
19242
|
+
{
|
|
19243
|
+
"component": "nav-item",
|
|
19244
|
+
"context": "ion-nav-item--current",
|
|
19245
|
+
"state": "default",
|
|
19246
|
+
"fg": "--text-default",
|
|
19247
|
+
"bg": "--surface-muted",
|
|
19248
|
+
"backdrop": null,
|
|
19249
|
+
"kind": "text",
|
|
19250
|
+
"ground": "assumed",
|
|
19251
|
+
"mode": "Light",
|
|
19252
|
+
"fgHex": "#131923",
|
|
19253
|
+
"bgHex": "#f0f2f4",
|
|
19254
|
+
"ratio": 15.71,
|
|
19255
|
+
"min": 4.5
|
|
19256
|
+
},
|
|
18889
19257
|
{
|
|
18890
19258
|
"component": "nav-item",
|
|
18891
19259
|
"context": "ion-nav-item--disabled",
|
|
@@ -19341,6 +19709,36 @@
|
|
|
19341
19709
|
"ratio": 15.86,
|
|
19342
19710
|
"min": 4.5
|
|
19343
19711
|
},
|
|
19712
|
+
{
|
|
19713
|
+
"component": "chart",
|
|
19714
|
+
"context": "ion-chart ion-chart__caption",
|
|
19715
|
+
"state": "default",
|
|
19716
|
+
"fg": "--text-secondary",
|
|
19717
|
+
"bg": "--surface-default",
|
|
19718
|
+
"backdrop": null,
|
|
19719
|
+
"kind": "text",
|
|
19720
|
+
"ground": "assumed",
|
|
19721
|
+
"mode": "Dark",
|
|
19722
|
+
"fgHex": "#dde0e4",
|
|
19723
|
+
"bgHex": "#000000",
|
|
19724
|
+
"ratio": 15.86,
|
|
19725
|
+
"min": 4.5
|
|
19726
|
+
},
|
|
19727
|
+
{
|
|
19728
|
+
"component": "chart",
|
|
19729
|
+
"context": "ion-chart-legend ion-chart-legend__item",
|
|
19730
|
+
"state": "default",
|
|
19731
|
+
"fg": "--text-secondary",
|
|
19732
|
+
"bg": "--surface-default",
|
|
19733
|
+
"backdrop": null,
|
|
19734
|
+
"kind": "text",
|
|
19735
|
+
"ground": "assumed",
|
|
19736
|
+
"mode": "Dark",
|
|
19737
|
+
"fgHex": "#dde0e4",
|
|
19738
|
+
"bgHex": "#000000",
|
|
19739
|
+
"ratio": 15.86,
|
|
19740
|
+
"min": 4.5
|
|
19741
|
+
},
|
|
19344
19742
|
{
|
|
19345
19743
|
"component": "checkbox",
|
|
19346
19744
|
"context": "ion-checkbox ion-checkbox__label",
|
|
@@ -20767,6 +21165,36 @@
|
|
|
20767
21165
|
"ratio": 16.55,
|
|
20768
21166
|
"min": 4.5
|
|
20769
21167
|
},
|
|
21168
|
+
{
|
|
21169
|
+
"component": "nav-item",
|
|
21170
|
+
"context": "ion-nav-item--current",
|
|
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": "nav-item",
|
|
21185
|
+
"context": "ion-nav-item--current",
|
|
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
|
+
},
|
|
20770
21198
|
{
|
|
20771
21199
|
"component": "nav-item",
|
|
20772
21200
|
"context": "ion-nav-item--disabled",
|
|
@@ -21409,6 +21837,76 @@
|
|
|
21409
21837
|
"ratio": 17.63,
|
|
21410
21838
|
"min": 4.5
|
|
21411
21839
|
},
|
|
21840
|
+
{
|
|
21841
|
+
"component": "chart",
|
|
21842
|
+
"context": "ion-chart-tooltip",
|
|
21843
|
+
"state": "default",
|
|
21844
|
+
"fg": "--text-default",
|
|
21845
|
+
"bg": "--surface-raised",
|
|
21846
|
+
"backdrop": "--surface-raised",
|
|
21847
|
+
"kind": "text",
|
|
21848
|
+
"mode": "Light",
|
|
21849
|
+
"fgHex": "#131923",
|
|
21850
|
+
"bgHex": "#ffffff",
|
|
21851
|
+
"ratio": 17.63,
|
|
21852
|
+
"min": 4.5
|
|
21853
|
+
},
|
|
21854
|
+
{
|
|
21855
|
+
"component": "chart",
|
|
21856
|
+
"context": "ion-chart-tooltip ion-chart-tooltip__title",
|
|
21857
|
+
"state": "default",
|
|
21858
|
+
"fg": "--text-default",
|
|
21859
|
+
"bg": "--surface-raised",
|
|
21860
|
+
"backdrop": "--surface-raised",
|
|
21861
|
+
"kind": "text",
|
|
21862
|
+
"mode": "Light",
|
|
21863
|
+
"fgHex": "#131923",
|
|
21864
|
+
"bgHex": "#ffffff",
|
|
21865
|
+
"ratio": 17.63,
|
|
21866
|
+
"min": 4.5
|
|
21867
|
+
},
|
|
21868
|
+
{
|
|
21869
|
+
"component": "chart",
|
|
21870
|
+
"context": "ion-chart-tooltip ion-chart-tooltip__rows",
|
|
21871
|
+
"state": "default",
|
|
21872
|
+
"fg": "--text-default",
|
|
21873
|
+
"bg": "--surface-raised",
|
|
21874
|
+
"backdrop": "--surface-raised",
|
|
21875
|
+
"kind": "text",
|
|
21876
|
+
"mode": "Light",
|
|
21877
|
+
"fgHex": "#131923",
|
|
21878
|
+
"bgHex": "#ffffff",
|
|
21879
|
+
"ratio": 17.63,
|
|
21880
|
+
"min": 4.5
|
|
21881
|
+
},
|
|
21882
|
+
{
|
|
21883
|
+
"component": "chart",
|
|
21884
|
+
"context": "ion-chart-tooltip ion-chart-tooltip__row",
|
|
21885
|
+
"state": "default",
|
|
21886
|
+
"fg": "--text-default",
|
|
21887
|
+
"bg": "--surface-raised",
|
|
21888
|
+
"backdrop": "--surface-raised",
|
|
21889
|
+
"kind": "text",
|
|
21890
|
+
"mode": "Light",
|
|
21891
|
+
"fgHex": "#131923",
|
|
21892
|
+
"bgHex": "#ffffff",
|
|
21893
|
+
"ratio": 17.63,
|
|
21894
|
+
"min": 4.5
|
|
21895
|
+
},
|
|
21896
|
+
{
|
|
21897
|
+
"component": "chart",
|
|
21898
|
+
"context": "ion-chart-tooltip ion-chart-tooltip__value",
|
|
21899
|
+
"state": "default",
|
|
21900
|
+
"fg": "--text-default",
|
|
21901
|
+
"bg": "--surface-raised",
|
|
21902
|
+
"backdrop": "--surface-raised",
|
|
21903
|
+
"kind": "text",
|
|
21904
|
+
"mode": "Light",
|
|
21905
|
+
"fgHex": "#131923",
|
|
21906
|
+
"bgHex": "#ffffff",
|
|
21907
|
+
"ratio": 17.63,
|
|
21908
|
+
"min": 4.5
|
|
21909
|
+
},
|
|
21412
21910
|
{
|
|
21413
21911
|
"component": "combobox",
|
|
21414
21912
|
"context": "ion-combobox-menu ion-combobox-menu__label",
|
|
@@ -21734,6 +22232,21 @@
|
|
|
21734
22232
|
"ratio": 17.63,
|
|
21735
22233
|
"min": 4.5
|
|
21736
22234
|
},
|
|
22235
|
+
{
|
|
22236
|
+
"component": "nav-item",
|
|
22237
|
+
"context": "ion-nav-item--current",
|
|
22238
|
+
"state": "default",
|
|
22239
|
+
"fg": "--text-default",
|
|
22240
|
+
"bg": "--surface-default",
|
|
22241
|
+
"backdrop": null,
|
|
22242
|
+
"kind": "text",
|
|
22243
|
+
"ground": "assumed",
|
|
22244
|
+
"mode": "Light",
|
|
22245
|
+
"fgHex": "#131923",
|
|
22246
|
+
"bgHex": "#ffffff",
|
|
22247
|
+
"ratio": 17.63,
|
|
22248
|
+
"min": 4.5
|
|
22249
|
+
},
|
|
21737
22250
|
{
|
|
21738
22251
|
"component": "nav-item",
|
|
21739
22252
|
"context": "ion-nav-item--disabled",
|
|
@@ -22596,6 +23109,21 @@
|
|
|
22596
23109
|
"ratio": 19.71,
|
|
22597
23110
|
"min": 4.5
|
|
22598
23111
|
},
|
|
23112
|
+
{
|
|
23113
|
+
"component": "nav-item",
|
|
23114
|
+
"context": "ion-nav-item--current",
|
|
23115
|
+
"state": "default",
|
|
23116
|
+
"fg": "--text-default",
|
|
23117
|
+
"bg": "--surface-default",
|
|
23118
|
+
"backdrop": null,
|
|
23119
|
+
"kind": "text",
|
|
23120
|
+
"ground": "assumed",
|
|
23121
|
+
"mode": "Dark",
|
|
23122
|
+
"fgHex": "#f6f8f9",
|
|
23123
|
+
"bgHex": "#000000",
|
|
23124
|
+
"ratio": 19.71,
|
|
23125
|
+
"min": 4.5
|
|
23126
|
+
},
|
|
22599
23127
|
{
|
|
22600
23128
|
"component": "nav-item",
|
|
22601
23129
|
"context": "ion-nav-item--disabled",
|
package/dist/meta/index.json
CHANGED
|
@@ -1,10 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "ionbase-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.76.0",
|
|
4
4
|
"usage": "Pick a component here, then read dist/meta/<Name>.json for its full contract.",
|
|
5
5
|
"hooks": [
|
|
6
|
+
"useAgentRun",
|
|
6
7
|
"useToast"
|
|
7
8
|
],
|
|
9
|
+
"helpers": [
|
|
10
|
+
"agentRunFrom",
|
|
11
|
+
"agentRunHasEnded",
|
|
12
|
+
"agentRunLog",
|
|
13
|
+
"agentRunReducer",
|
|
14
|
+
"chartAxisProps",
|
|
15
|
+
"chartGridProps",
|
|
16
|
+
"chartSeriesClass",
|
|
17
|
+
"chartTooltipProps",
|
|
18
|
+
"initialAgentRunState",
|
|
19
|
+
"replayAgentRun"
|
|
20
|
+
],
|
|
8
21
|
"components": {
|
|
9
22
|
"Accordion": {
|
|
10
23
|
"summary": "Sections that collapse, with the document's heading structure intact. Holds the open set and the heading level.",
|
|
@@ -235,6 +248,25 @@
|
|
|
235
248
|
"detail": "dist/meta/Button.json",
|
|
236
249
|
"hasIntent": true
|
|
237
250
|
},
|
|
251
|
+
"ChartLegend": {
|
|
252
|
+
"summary": "Which colour is which series, for a chart drawn with visx. The swatch reads the same token as the series.",
|
|
253
|
+
"status": "stable",
|
|
254
|
+
"variants": {
|
|
255
|
+
"shape": [
|
|
256
|
+
"square",
|
|
257
|
+
"line"
|
|
258
|
+
]
|
|
259
|
+
},
|
|
260
|
+
"detail": "dist/meta/ChartLegend.json",
|
|
261
|
+
"hasIntent": true
|
|
262
|
+
},
|
|
263
|
+
"ChartTooltip": {
|
|
264
|
+
"summary": "The panel showing the values under the pointer on a visx chart. visx positions it; this draws it.",
|
|
265
|
+
"status": "stable",
|
|
266
|
+
"variants": {},
|
|
267
|
+
"detail": "dist/meta/ChartTooltip.json",
|
|
268
|
+
"hasIntent": true
|
|
269
|
+
},
|
|
238
270
|
"Checkbox": {
|
|
239
271
|
"summary": "A native checkbox with the system's styling, supporting an indeterminate state.",
|
|
240
272
|
"status": "stable",
|