ionbase-ui 0.84.0 → 0.86.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/Checkbox.d.ts +39 -0
- package/dist/components/Checkbox.d.ts.map +1 -1
- package/dist/components/Checkbox.js +77 -4
- package/dist/components/Checkbox.js.map +1 -1
- package/dist/components/Fieldset.d.ts +62 -0
- package/dist/components/Fieldset.d.ts.map +1 -0
- package/dist/components/Fieldset.js +58 -0
- package/dist/components/Fieldset.js.map +1 -0
- package/dist/components/Radio.d.ts +14 -0
- package/dist/components/Radio.d.ts.map +1 -1
- package/dist/components/Radio.js +15 -4
- package/dist/components/Radio.js.map +1 -1
- package/dist/components/SearchField.d.ts +36 -0
- package/dist/components/SearchField.d.ts.map +1 -0
- package/dist/components/SearchField.js +76 -0
- package/dist/components/SearchField.js.map +1 -0
- package/dist/components/index.d.ts +6 -2
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +3 -1
- package/dist/components/index.js.map +1 -1
- package/dist/figma-descriptions.json +87 -77
- package/dist/figma-map.json +132 -3
- package/dist/meta/Checkbox.json +8 -6
- package/dist/meta/CheckboxGroup.json +268 -0
- package/dist/meta/Divider.json +2 -2
- package/dist/meta/Fieldset.json +162 -0
- package/dist/meta/Radio.json +0 -1
- package/dist/meta/RadioGroup.json +59 -7
- package/dist/meta/SearchField.json +487 -0
- package/dist/meta/Stepper.json +2 -2
- package/dist/meta/Tabs.json +3 -3
- package/dist/meta/components.json +1015 -45
- package/dist/meta/contrast.json +370 -74
- package/dist/meta/index.json +59 -8
- package/dist/meta/patterns/DataTable.json +14 -6
- package/dist/meta/patterns/Form.json +27 -2
- package/dist/meta/patterns/index.json +4 -2
- package/dist/styles/fieldset.css +65 -0
- package/dist/styles/index.css +2 -0
- package/dist/styles/radio.css +0 -20
- package/dist/styles/search-field.css +70 -0
- package/llms.txt +2 -2
- package/package.json +1 -1
package/dist/meta/contrast.json
CHANGED
|
@@ -4942,6 +4942,21 @@
|
|
|
4942
4942
|
"ratio": 5.94,
|
|
4943
4943
|
"min": 3
|
|
4944
4944
|
},
|
|
4945
|
+
{
|
|
4946
|
+
"component": "fieldset",
|
|
4947
|
+
"context": "ion-fieldset ion-fieldset__helper",
|
|
4948
|
+
"state": "default",
|
|
4949
|
+
"fg": "--text-tertiary",
|
|
4950
|
+
"bg": "--surface-muted",
|
|
4951
|
+
"backdrop": null,
|
|
4952
|
+
"kind": "text",
|
|
4953
|
+
"ground": "assumed",
|
|
4954
|
+
"mode": "Dark",
|
|
4955
|
+
"fgHex": "#9ca3b0",
|
|
4956
|
+
"bgHex": "#1d2735",
|
|
4957
|
+
"ratio": 5.94,
|
|
4958
|
+
"min": 4.5
|
|
4959
|
+
},
|
|
4945
4960
|
{
|
|
4946
4961
|
"component": "input",
|
|
4947
4962
|
"context": "ion-field ion-field__helper",
|
|
@@ -5864,6 +5879,21 @@
|
|
|
5864
5879
|
"ratio": 6.39,
|
|
5865
5880
|
"min": 3
|
|
5866
5881
|
},
|
|
5882
|
+
{
|
|
5883
|
+
"component": "fieldset",
|
|
5884
|
+
"context": "ion-fieldset--error ion-fieldset__helper",
|
|
5885
|
+
"state": "default",
|
|
5886
|
+
"fg": "--text-error",
|
|
5887
|
+
"bg": "--surface-muted",
|
|
5888
|
+
"backdrop": null,
|
|
5889
|
+
"kind": "text",
|
|
5890
|
+
"ground": "assumed",
|
|
5891
|
+
"mode": "Light",
|
|
5892
|
+
"fgHex": "#ad1515",
|
|
5893
|
+
"bgHex": "#f0f2f4",
|
|
5894
|
+
"ratio": 6.46,
|
|
5895
|
+
"min": 4.5
|
|
5896
|
+
},
|
|
5867
5897
|
{
|
|
5868
5898
|
"component": "input",
|
|
5869
5899
|
"context": "ion-field--error ion-field__helper",
|
|
@@ -6410,6 +6440,21 @@
|
|
|
6410
6440
|
"ratio": 6.73,
|
|
6411
6441
|
"min": 3
|
|
6412
6442
|
},
|
|
6443
|
+
{
|
|
6444
|
+
"component": "fieldset",
|
|
6445
|
+
"context": "ion-fieldset ion-fieldset__helper",
|
|
6446
|
+
"state": "default",
|
|
6447
|
+
"fg": "--text-tertiary",
|
|
6448
|
+
"bg": "--surface-muted",
|
|
6449
|
+
"backdrop": null,
|
|
6450
|
+
"kind": "text",
|
|
6451
|
+
"ground": "assumed",
|
|
6452
|
+
"mode": "Light",
|
|
6453
|
+
"fgHex": "#4b5563",
|
|
6454
|
+
"bgHex": "#f0f2f4",
|
|
6455
|
+
"ratio": 6.73,
|
|
6456
|
+
"min": 4.5
|
|
6457
|
+
},
|
|
6413
6458
|
{
|
|
6414
6459
|
"component": "input",
|
|
6415
6460
|
"context": "ion-field ion-field__helper",
|
|
@@ -6821,6 +6866,21 @@
|
|
|
6821
6866
|
"ratio": 6.73,
|
|
6822
6867
|
"min": 4.5
|
|
6823
6868
|
},
|
|
6869
|
+
{
|
|
6870
|
+
"component": "fieldset",
|
|
6871
|
+
"context": "ion-fieldset--error ion-fieldset__helper",
|
|
6872
|
+
"state": "default",
|
|
6873
|
+
"fg": "--text-error",
|
|
6874
|
+
"bg": "--surface-page",
|
|
6875
|
+
"backdrop": null,
|
|
6876
|
+
"kind": "text",
|
|
6877
|
+
"ground": "assumed",
|
|
6878
|
+
"mode": "Light",
|
|
6879
|
+
"fgHex": "#ad1515",
|
|
6880
|
+
"bgHex": "#f6f8f9",
|
|
6881
|
+
"ratio": 6.81,
|
|
6882
|
+
"min": 4.5
|
|
6883
|
+
},
|
|
6824
6884
|
{
|
|
6825
6885
|
"component": "input",
|
|
6826
6886
|
"context": "ion-field--error ion-field__helper",
|
|
@@ -7252,6 +7312,21 @@
|
|
|
7252
7312
|
"ratio": 6.95,
|
|
7253
7313
|
"min": 3
|
|
7254
7314
|
},
|
|
7315
|
+
{
|
|
7316
|
+
"component": "fieldset",
|
|
7317
|
+
"context": "ion-fieldset ion-fieldset__helper",
|
|
7318
|
+
"state": "default",
|
|
7319
|
+
"fg": "--text-tertiary",
|
|
7320
|
+
"bg": "--surface-page",
|
|
7321
|
+
"backdrop": null,
|
|
7322
|
+
"kind": "text",
|
|
7323
|
+
"ground": "assumed",
|
|
7324
|
+
"mode": "Dark",
|
|
7325
|
+
"fgHex": "#9ca3b0",
|
|
7326
|
+
"bgHex": "#131923",
|
|
7327
|
+
"ratio": 6.95,
|
|
7328
|
+
"min": 4.5
|
|
7329
|
+
},
|
|
7255
7330
|
{
|
|
7256
7331
|
"component": "input",
|
|
7257
7332
|
"context": "ion-input ion-input__field",
|
|
@@ -8037,6 +8112,21 @@
|
|
|
8037
8112
|
"ratio": 7.09,
|
|
8038
8113
|
"min": 3
|
|
8039
8114
|
},
|
|
8115
|
+
{
|
|
8116
|
+
"component": "fieldset",
|
|
8117
|
+
"context": "ion-fieldset ion-fieldset__helper",
|
|
8118
|
+
"state": "default",
|
|
8119
|
+
"fg": "--text-tertiary",
|
|
8120
|
+
"bg": "--surface-page",
|
|
8121
|
+
"backdrop": null,
|
|
8122
|
+
"kind": "text",
|
|
8123
|
+
"ground": "assumed",
|
|
8124
|
+
"mode": "Light",
|
|
8125
|
+
"fgHex": "#4b5563",
|
|
8126
|
+
"bgHex": "#f6f8f9",
|
|
8127
|
+
"ratio": 7.09,
|
|
8128
|
+
"min": 4.5
|
|
8129
|
+
},
|
|
8040
8130
|
{
|
|
8041
8131
|
"component": "input",
|
|
8042
8132
|
"context": "ion-input ion-input__field",
|
|
@@ -8548,6 +8638,21 @@
|
|
|
8548
8638
|
"ratio": 7.25,
|
|
8549
8639
|
"min": 4.5
|
|
8550
8640
|
},
|
|
8641
|
+
{
|
|
8642
|
+
"component": "fieldset",
|
|
8643
|
+
"context": "ion-fieldset--error ion-fieldset__helper",
|
|
8644
|
+
"state": "default",
|
|
8645
|
+
"fg": "--text-error",
|
|
8646
|
+
"bg": "--surface-default",
|
|
8647
|
+
"backdrop": null,
|
|
8648
|
+
"kind": "text",
|
|
8649
|
+
"ground": "assumed",
|
|
8650
|
+
"mode": "Light",
|
|
8651
|
+
"fgHex": "#ad1515",
|
|
8652
|
+
"bgHex": "#ffffff",
|
|
8653
|
+
"ratio": 7.25,
|
|
8654
|
+
"min": 4.5
|
|
8655
|
+
},
|
|
8551
8656
|
{
|
|
8552
8657
|
"component": "input",
|
|
8553
8658
|
"context": "ion-field--error ion-field__helper",
|
|
@@ -9422,6 +9527,21 @@
|
|
|
9422
9527
|
"ratio": 7.56,
|
|
9423
9528
|
"min": 3
|
|
9424
9529
|
},
|
|
9530
|
+
{
|
|
9531
|
+
"component": "fieldset",
|
|
9532
|
+
"context": "ion-fieldset ion-fieldset__helper",
|
|
9533
|
+
"state": "default",
|
|
9534
|
+
"fg": "--text-tertiary",
|
|
9535
|
+
"bg": "--surface-default",
|
|
9536
|
+
"backdrop": null,
|
|
9537
|
+
"kind": "text",
|
|
9538
|
+
"ground": "assumed",
|
|
9539
|
+
"mode": "Light",
|
|
9540
|
+
"fgHex": "#4b5563",
|
|
9541
|
+
"bgHex": "#ffffff",
|
|
9542
|
+
"ratio": 7.56,
|
|
9543
|
+
"min": 4.5
|
|
9544
|
+
},
|
|
9425
9545
|
{
|
|
9426
9546
|
"component": "input",
|
|
9427
9547
|
"context": "ion-field ion-field__helper",
|
|
@@ -10856,6 +10976,21 @@
|
|
|
10856
10976
|
"ratio": 8.28,
|
|
10857
10977
|
"min": 3
|
|
10858
10978
|
},
|
|
10979
|
+
{
|
|
10980
|
+
"component": "fieldset",
|
|
10981
|
+
"context": "ion-fieldset ion-fieldset__helper",
|
|
10982
|
+
"state": "default",
|
|
10983
|
+
"fg": "--text-tertiary",
|
|
10984
|
+
"bg": "--surface-default",
|
|
10985
|
+
"backdrop": null,
|
|
10986
|
+
"kind": "text",
|
|
10987
|
+
"ground": "assumed",
|
|
10988
|
+
"mode": "Dark",
|
|
10989
|
+
"fgHex": "#9ca3b0",
|
|
10990
|
+
"bgHex": "#000000",
|
|
10991
|
+
"ratio": 8.28,
|
|
10992
|
+
"min": 4.5
|
|
10993
|
+
},
|
|
10859
10994
|
{
|
|
10860
10995
|
"component": "input",
|
|
10861
10996
|
"context": "ion-field ion-field__helper",
|
|
@@ -11351,6 +11486,21 @@
|
|
|
11351
11486
|
"ratio": 8.28,
|
|
11352
11487
|
"min": 4.5
|
|
11353
11488
|
},
|
|
11489
|
+
{
|
|
11490
|
+
"component": "fieldset",
|
|
11491
|
+
"context": "ion-fieldset--error ion-fieldset__helper",
|
|
11492
|
+
"state": "default",
|
|
11493
|
+
"fg": "--text-error",
|
|
11494
|
+
"bg": "--surface-muted",
|
|
11495
|
+
"backdrop": null,
|
|
11496
|
+
"kind": "text",
|
|
11497
|
+
"ground": "assumed",
|
|
11498
|
+
"mode": "Dark",
|
|
11499
|
+
"fgHex": "#ffadad",
|
|
11500
|
+
"bgHex": "#1d2735",
|
|
11501
|
+
"ratio": 8.49,
|
|
11502
|
+
"min": 4.5
|
|
11503
|
+
},
|
|
11354
11504
|
{
|
|
11355
11505
|
"component": "input",
|
|
11356
11506
|
"context": "ion-field--error ion-field__helper",
|
|
@@ -12024,6 +12174,21 @@
|
|
|
12024
12174
|
"ratio": 9.04,
|
|
12025
12175
|
"min": 4.5
|
|
12026
12176
|
},
|
|
12177
|
+
{
|
|
12178
|
+
"component": "fieldset",
|
|
12179
|
+
"context": "ion-fieldset ion-fieldset__legend",
|
|
12180
|
+
"state": "default",
|
|
12181
|
+
"fg": "--text-secondary",
|
|
12182
|
+
"bg": "--surface-muted",
|
|
12183
|
+
"backdrop": null,
|
|
12184
|
+
"kind": "text",
|
|
12185
|
+
"ground": "assumed",
|
|
12186
|
+
"mode": "Light",
|
|
12187
|
+
"fgHex": "#384252",
|
|
12188
|
+
"bgHex": "#f0f2f4",
|
|
12189
|
+
"ratio": 9.04,
|
|
12190
|
+
"min": 4.5
|
|
12191
|
+
},
|
|
12027
12192
|
{
|
|
12028
12193
|
"component": "full-card",
|
|
12029
12194
|
"context": "ion-full-card ion-full-card__description",
|
|
@@ -12144,21 +12309,6 @@
|
|
|
12144
12309
|
"ratio": 9.04,
|
|
12145
12310
|
"min": 4.5
|
|
12146
12311
|
},
|
|
12147
|
-
{
|
|
12148
|
-
"component": "radio",
|
|
12149
|
-
"context": "ion-radio-group ion-radio-group__label",
|
|
12150
|
-
"state": "default",
|
|
12151
|
-
"fg": "--text-secondary",
|
|
12152
|
-
"bg": "--surface-muted",
|
|
12153
|
-
"backdrop": null,
|
|
12154
|
-
"kind": "text",
|
|
12155
|
-
"ground": "assumed",
|
|
12156
|
-
"mode": "Light",
|
|
12157
|
-
"fgHex": "#384252",
|
|
12158
|
-
"bgHex": "#f0f2f4",
|
|
12159
|
-
"ratio": 9.04,
|
|
12160
|
-
"min": 4.5
|
|
12161
|
-
},
|
|
12162
12312
|
{
|
|
12163
12313
|
"component": "scroll-progress",
|
|
12164
12314
|
"context": "ion-scroll-progress__heading--selected ion-scroll-progress__heading--selected",
|
|
@@ -13233,6 +13383,21 @@
|
|
|
13233
13383
|
"ratio": 9.53,
|
|
13234
13384
|
"min": 4.5
|
|
13235
13385
|
},
|
|
13386
|
+
{
|
|
13387
|
+
"component": "fieldset",
|
|
13388
|
+
"context": "ion-fieldset ion-fieldset__legend",
|
|
13389
|
+
"state": "default",
|
|
13390
|
+
"fg": "--text-secondary",
|
|
13391
|
+
"bg": "--surface-page",
|
|
13392
|
+
"backdrop": null,
|
|
13393
|
+
"kind": "text",
|
|
13394
|
+
"ground": "assumed",
|
|
13395
|
+
"mode": "Light",
|
|
13396
|
+
"fgHex": "#384252",
|
|
13397
|
+
"bgHex": "#f6f8f9",
|
|
13398
|
+
"ratio": 9.53,
|
|
13399
|
+
"min": 4.5
|
|
13400
|
+
},
|
|
13236
13401
|
{
|
|
13237
13402
|
"component": "full-card",
|
|
13238
13403
|
"context": "ion-full-card ion-full-card__description",
|
|
@@ -13409,21 +13574,6 @@
|
|
|
13409
13574
|
"ratio": 9.53,
|
|
13410
13575
|
"min": 4.5
|
|
13411
13576
|
},
|
|
13412
|
-
{
|
|
13413
|
-
"component": "radio",
|
|
13414
|
-
"context": "ion-radio-group ion-radio-group__label",
|
|
13415
|
-
"state": "default",
|
|
13416
|
-
"fg": "--text-secondary",
|
|
13417
|
-
"bg": "--surface-page",
|
|
13418
|
-
"backdrop": null,
|
|
13419
|
-
"kind": "text",
|
|
13420
|
-
"ground": "assumed",
|
|
13421
|
-
"mode": "Light",
|
|
13422
|
-
"fgHex": "#384252",
|
|
13423
|
-
"bgHex": "#f6f8f9",
|
|
13424
|
-
"ratio": 9.53,
|
|
13425
|
-
"min": 4.5
|
|
13426
|
-
},
|
|
13427
13577
|
{
|
|
13428
13578
|
"component": "setting-row",
|
|
13429
13579
|
"context": "ion-setting-row ion-setting-row__description",
|
|
@@ -13966,6 +14116,21 @@
|
|
|
13966
14116
|
"ratio": 9.88,
|
|
13967
14117
|
"min": 4.5
|
|
13968
14118
|
},
|
|
14119
|
+
{
|
|
14120
|
+
"component": "fieldset",
|
|
14121
|
+
"context": "ion-fieldset--error ion-fieldset__helper",
|
|
14122
|
+
"state": "default",
|
|
14123
|
+
"fg": "--text-error",
|
|
14124
|
+
"bg": "--surface-page",
|
|
14125
|
+
"backdrop": null,
|
|
14126
|
+
"kind": "text",
|
|
14127
|
+
"ground": "assumed",
|
|
14128
|
+
"mode": "Dark",
|
|
14129
|
+
"fgHex": "#ffadad",
|
|
14130
|
+
"bgHex": "#131923",
|
|
14131
|
+
"ratio": 9.94,
|
|
14132
|
+
"min": 4.5
|
|
14133
|
+
},
|
|
13969
14134
|
{
|
|
13970
14135
|
"component": "input",
|
|
13971
14136
|
"context": "ion-field--error ion-field__helper",
|
|
@@ -14568,6 +14733,21 @@
|
|
|
14568
14733
|
"ratio": 10.15,
|
|
14569
14734
|
"min": 4.5
|
|
14570
14735
|
},
|
|
14736
|
+
{
|
|
14737
|
+
"component": "fieldset",
|
|
14738
|
+
"context": "ion-fieldset ion-fieldset__legend",
|
|
14739
|
+
"state": "default",
|
|
14740
|
+
"fg": "--text-secondary",
|
|
14741
|
+
"bg": "--surface-default",
|
|
14742
|
+
"backdrop": null,
|
|
14743
|
+
"kind": "text",
|
|
14744
|
+
"ground": "assumed",
|
|
14745
|
+
"mode": "Light",
|
|
14746
|
+
"fgHex": "#384252",
|
|
14747
|
+
"bgHex": "#ffffff",
|
|
14748
|
+
"ratio": 10.15,
|
|
14749
|
+
"min": 4.5
|
|
14750
|
+
},
|
|
14571
14751
|
{
|
|
14572
14752
|
"component": "full-card",
|
|
14573
14753
|
"context": "ion-full-card ion-full-card__description",
|
|
@@ -14829,19 +15009,32 @@
|
|
|
14829
15009
|
"min": 4.5
|
|
14830
15010
|
},
|
|
14831
15011
|
{
|
|
14832
|
-
"component": "
|
|
14833
|
-
"context": "ion-
|
|
15012
|
+
"component": "search-field",
|
|
15013
|
+
"context": "ion-search-field ion-search-field__clear",
|
|
14834
15014
|
"state": "default",
|
|
14835
|
-
"fg": "--
|
|
15015
|
+
"fg": "--icon-secondary",
|
|
14836
15016
|
"bg": "--surface-default",
|
|
14837
|
-
"backdrop":
|
|
14838
|
-
"kind": "text",
|
|
14839
|
-
"ground": "assumed",
|
|
15017
|
+
"backdrop": "--surface-default",
|
|
15018
|
+
"kind": "non-text",
|
|
14840
15019
|
"mode": "Light",
|
|
14841
15020
|
"fgHex": "#384252",
|
|
14842
15021
|
"bgHex": "#ffffff",
|
|
14843
15022
|
"ratio": 10.15,
|
|
14844
|
-
"min":
|
|
15023
|
+
"min": 3
|
|
15024
|
+
},
|
|
15025
|
+
{
|
|
15026
|
+
"component": "search-field",
|
|
15027
|
+
"context": "ion-search-field ion-search-field__clear",
|
|
15028
|
+
"state": "focus",
|
|
15029
|
+
"fg": "--icon-secondary",
|
|
15030
|
+
"bg": "--surface-default",
|
|
15031
|
+
"backdrop": "--surface-default",
|
|
15032
|
+
"kind": "non-text",
|
|
15033
|
+
"mode": "Light",
|
|
15034
|
+
"fgHex": "#384252",
|
|
15035
|
+
"bgHex": "#ffffff",
|
|
15036
|
+
"ratio": 10.15,
|
|
15037
|
+
"min": 3
|
|
14845
15038
|
},
|
|
14846
15039
|
{
|
|
14847
15040
|
"component": "select",
|
|
@@ -16627,6 +16820,21 @@
|
|
|
16627
16820
|
"ratio": 11.38,
|
|
16628
16821
|
"min": 4.5
|
|
16629
16822
|
},
|
|
16823
|
+
{
|
|
16824
|
+
"component": "fieldset",
|
|
16825
|
+
"context": "ion-fieldset ion-fieldset__legend",
|
|
16826
|
+
"state": "default",
|
|
16827
|
+
"fg": "--text-secondary",
|
|
16828
|
+
"bg": "--surface-muted",
|
|
16829
|
+
"backdrop": null,
|
|
16830
|
+
"kind": "text",
|
|
16831
|
+
"ground": "assumed",
|
|
16832
|
+
"mode": "Dark",
|
|
16833
|
+
"fgHex": "#dde0e4",
|
|
16834
|
+
"bgHex": "#1d2735",
|
|
16835
|
+
"ratio": 11.38,
|
|
16836
|
+
"min": 4.5
|
|
16837
|
+
},
|
|
16630
16838
|
{
|
|
16631
16839
|
"component": "full-card",
|
|
16632
16840
|
"context": "ion-full-card ion-full-card__description",
|
|
@@ -16803,21 +17011,6 @@
|
|
|
16803
17011
|
"ratio": 11.38,
|
|
16804
17012
|
"min": 4.5
|
|
16805
17013
|
},
|
|
16806
|
-
{
|
|
16807
|
-
"component": "radio",
|
|
16808
|
-
"context": "ion-radio-group ion-radio-group__label",
|
|
16809
|
-
"state": "default",
|
|
16810
|
-
"fg": "--text-secondary",
|
|
16811
|
-
"bg": "--surface-muted",
|
|
16812
|
-
"backdrop": null,
|
|
16813
|
-
"kind": "text",
|
|
16814
|
-
"ground": "assumed",
|
|
16815
|
-
"mode": "Dark",
|
|
16816
|
-
"fgHex": "#dde0e4",
|
|
16817
|
-
"bgHex": "#1d2735",
|
|
16818
|
-
"ratio": 11.38,
|
|
16819
|
-
"min": 4.5
|
|
16820
|
-
},
|
|
16821
17014
|
{
|
|
16822
17015
|
"component": "scroll-progress",
|
|
16823
17016
|
"context": "ion-scroll-progress__heading--selected ion-scroll-progress__heading--selected",
|
|
@@ -17142,6 +17335,21 @@
|
|
|
17142
17335
|
"ratio": 11.8,
|
|
17143
17336
|
"min": 3
|
|
17144
17337
|
},
|
|
17338
|
+
{
|
|
17339
|
+
"component": "fieldset",
|
|
17340
|
+
"context": "ion-fieldset--error ion-fieldset__helper",
|
|
17341
|
+
"state": "default",
|
|
17342
|
+
"fg": "--text-error",
|
|
17343
|
+
"bg": "--surface-default",
|
|
17344
|
+
"backdrop": null,
|
|
17345
|
+
"kind": "text",
|
|
17346
|
+
"ground": "assumed",
|
|
17347
|
+
"mode": "Dark",
|
|
17348
|
+
"fgHex": "#ffadad",
|
|
17349
|
+
"bgHex": "#000000",
|
|
17350
|
+
"ratio": 11.83,
|
|
17351
|
+
"min": 4.5
|
|
17352
|
+
},
|
|
17145
17353
|
{
|
|
17146
17354
|
"component": "input",
|
|
17147
17355
|
"context": "ion-field--error ion-field__helper",
|
|
@@ -17272,6 +17480,21 @@
|
|
|
17272
17480
|
"ratio": 12.02,
|
|
17273
17481
|
"min": 3
|
|
17274
17482
|
},
|
|
17483
|
+
{
|
|
17484
|
+
"component": "search-field",
|
|
17485
|
+
"context": "ion-search-field ion-search-field__clear",
|
|
17486
|
+
"state": "pressed",
|
|
17487
|
+
"fg": "--icon-default",
|
|
17488
|
+
"bg": "--surface-pressed",
|
|
17489
|
+
"backdrop": "--surface-default",
|
|
17490
|
+
"kind": "non-text",
|
|
17491
|
+
"mode": "Light",
|
|
17492
|
+
"fgHex": "#1d2735",
|
|
17493
|
+
"bgHex": "#e6e6e6",
|
|
17494
|
+
"compositedOver": "--surface-default",
|
|
17495
|
+
"ratio": 12.02,
|
|
17496
|
+
"min": 3
|
|
17497
|
+
},
|
|
17275
17498
|
{
|
|
17276
17499
|
"component": "approval-gate",
|
|
17277
17500
|
"context": "ion-approval-gate ion-approval-gate__detail",
|
|
@@ -17948,6 +18171,21 @@
|
|
|
17948
18171
|
"ratio": 13.31,
|
|
17949
18172
|
"min": 4.5
|
|
17950
18173
|
},
|
|
18174
|
+
{
|
|
18175
|
+
"component": "fieldset",
|
|
18176
|
+
"context": "ion-fieldset ion-fieldset__legend",
|
|
18177
|
+
"state": "default",
|
|
18178
|
+
"fg": "--text-secondary",
|
|
18179
|
+
"bg": "--surface-page",
|
|
18180
|
+
"backdrop": null,
|
|
18181
|
+
"kind": "text",
|
|
18182
|
+
"ground": "assumed",
|
|
18183
|
+
"mode": "Dark",
|
|
18184
|
+
"fgHex": "#dde0e4",
|
|
18185
|
+
"bgHex": "#131923",
|
|
18186
|
+
"ratio": 13.31,
|
|
18187
|
+
"min": 4.5
|
|
18188
|
+
},
|
|
17951
18189
|
{
|
|
17952
18190
|
"component": "full-card",
|
|
17953
18191
|
"context": "ion-full-card ion-full-card__description",
|
|
@@ -18124,21 +18362,6 @@
|
|
|
18124
18362
|
"ratio": 13.31,
|
|
18125
18363
|
"min": 4.5
|
|
18126
18364
|
},
|
|
18127
|
-
{
|
|
18128
|
-
"component": "radio",
|
|
18129
|
-
"context": "ion-radio-group ion-radio-group__label",
|
|
18130
|
-
"state": "default",
|
|
18131
|
-
"fg": "--text-secondary",
|
|
18132
|
-
"bg": "--surface-page",
|
|
18133
|
-
"backdrop": null,
|
|
18134
|
-
"kind": "text",
|
|
18135
|
-
"ground": "assumed",
|
|
18136
|
-
"mode": "Dark",
|
|
18137
|
-
"fgHex": "#dde0e4",
|
|
18138
|
-
"bgHex": "#131923",
|
|
18139
|
-
"ratio": 13.31,
|
|
18140
|
-
"min": 4.5
|
|
18141
|
-
},
|
|
18142
18365
|
{
|
|
18143
18366
|
"component": "setting-row",
|
|
18144
18367
|
"context": "ion-setting-row ion-setting-row__description",
|
|
@@ -18512,6 +18735,21 @@
|
|
|
18512
18735
|
"ratio": 13.49,
|
|
18513
18736
|
"min": 3
|
|
18514
18737
|
},
|
|
18738
|
+
{
|
|
18739
|
+
"component": "search-field",
|
|
18740
|
+
"context": "ion-search-field ion-search-field__clear",
|
|
18741
|
+
"state": "hover",
|
|
18742
|
+
"fg": "--icon-default",
|
|
18743
|
+
"bg": "--surface-hover",
|
|
18744
|
+
"backdrop": "--surface-default",
|
|
18745
|
+
"kind": "non-text",
|
|
18746
|
+
"mode": "Light",
|
|
18747
|
+
"fgHex": "#1d2735",
|
|
18748
|
+
"bgHex": "#f2f2f2",
|
|
18749
|
+
"compositedOver": "--surface-default",
|
|
18750
|
+
"ratio": 13.49,
|
|
18751
|
+
"min": 3
|
|
18752
|
+
},
|
|
18515
18753
|
{
|
|
18516
18754
|
"component": "segmented-control",
|
|
18517
18755
|
"context": "ion-segmented-control ion-segmented-control__item",
|
|
@@ -19969,6 +20207,21 @@
|
|
|
19969
20207
|
"ratio": 15.59,
|
|
19970
20208
|
"min": 3
|
|
19971
20209
|
},
|
|
20210
|
+
{
|
|
20211
|
+
"component": "search-field",
|
|
20212
|
+
"context": "ion-search-field ion-search-field__clear",
|
|
20213
|
+
"state": "pressed",
|
|
20214
|
+
"fg": "--icon-default",
|
|
20215
|
+
"bg": "--surface-pressed",
|
|
20216
|
+
"backdrop": "--surface-default",
|
|
20217
|
+
"kind": "non-text",
|
|
20218
|
+
"mode": "Dark",
|
|
20219
|
+
"fgHex": "#f0f2f4",
|
|
20220
|
+
"bgHex": "#1a1a1a",
|
|
20221
|
+
"compositedOver": "--surface-default",
|
|
20222
|
+
"ratio": 15.59,
|
|
20223
|
+
"min": 3
|
|
20224
|
+
},
|
|
19972
20225
|
{
|
|
19973
20226
|
"component": "accordion",
|
|
19974
20227
|
"context": "ion-accordion ion-accordion__trigger",
|
|
@@ -20990,6 +21243,21 @@
|
|
|
20990
21243
|
"ratio": 15.86,
|
|
20991
21244
|
"min": 4.5
|
|
20992
21245
|
},
|
|
21246
|
+
{
|
|
21247
|
+
"component": "fieldset",
|
|
21248
|
+
"context": "ion-fieldset ion-fieldset__legend",
|
|
21249
|
+
"state": "default",
|
|
21250
|
+
"fg": "--text-secondary",
|
|
21251
|
+
"bg": "--surface-default",
|
|
21252
|
+
"backdrop": null,
|
|
21253
|
+
"kind": "text",
|
|
21254
|
+
"ground": "assumed",
|
|
21255
|
+
"mode": "Dark",
|
|
21256
|
+
"fgHex": "#dde0e4",
|
|
21257
|
+
"bgHex": "#000000",
|
|
21258
|
+
"ratio": 15.86,
|
|
21259
|
+
"min": 4.5
|
|
21260
|
+
},
|
|
20993
21261
|
{
|
|
20994
21262
|
"component": "full-card",
|
|
20995
21263
|
"context": "ion-full-card ion-full-card__description",
|
|
@@ -21209,19 +21477,32 @@
|
|
|
21209
21477
|
"min": 4.5
|
|
21210
21478
|
},
|
|
21211
21479
|
{
|
|
21212
|
-
"component": "
|
|
21213
|
-
"context": "ion-
|
|
21480
|
+
"component": "search-field",
|
|
21481
|
+
"context": "ion-search-field ion-search-field__clear",
|
|
21214
21482
|
"state": "default",
|
|
21215
|
-
"fg": "--
|
|
21483
|
+
"fg": "--icon-secondary",
|
|
21216
21484
|
"bg": "--surface-default",
|
|
21217
|
-
"backdrop":
|
|
21218
|
-
"kind": "text",
|
|
21219
|
-
"ground": "assumed",
|
|
21485
|
+
"backdrop": "--surface-default",
|
|
21486
|
+
"kind": "non-text",
|
|
21220
21487
|
"mode": "Dark",
|
|
21221
21488
|
"fgHex": "#dde0e4",
|
|
21222
21489
|
"bgHex": "#000000",
|
|
21223
21490
|
"ratio": 15.86,
|
|
21224
|
-
"min":
|
|
21491
|
+
"min": 3
|
|
21492
|
+
},
|
|
21493
|
+
{
|
|
21494
|
+
"component": "search-field",
|
|
21495
|
+
"context": "ion-search-field ion-search-field__clear",
|
|
21496
|
+
"state": "focus",
|
|
21497
|
+
"fg": "--icon-secondary",
|
|
21498
|
+
"bg": "--surface-default",
|
|
21499
|
+
"backdrop": "--surface-default",
|
|
21500
|
+
"kind": "non-text",
|
|
21501
|
+
"mode": "Dark",
|
|
21502
|
+
"fgHex": "#dde0e4",
|
|
21503
|
+
"bgHex": "#000000",
|
|
21504
|
+
"ratio": 15.86,
|
|
21505
|
+
"min": 3
|
|
21225
21506
|
},
|
|
21226
21507
|
{
|
|
21227
21508
|
"component": "select",
|
|
@@ -22593,6 +22874,21 @@
|
|
|
22593
22874
|
"ratio": 17.35,
|
|
22594
22875
|
"min": 3
|
|
22595
22876
|
},
|
|
22877
|
+
{
|
|
22878
|
+
"component": "search-field",
|
|
22879
|
+
"context": "ion-search-field ion-search-field__clear",
|
|
22880
|
+
"state": "hover",
|
|
22881
|
+
"fg": "--icon-default",
|
|
22882
|
+
"bg": "--surface-hover",
|
|
22883
|
+
"backdrop": "--surface-default",
|
|
22884
|
+
"kind": "non-text",
|
|
22885
|
+
"mode": "Dark",
|
|
22886
|
+
"fgHex": "#f0f2f4",
|
|
22887
|
+
"bgHex": "#0d0d0d",
|
|
22888
|
+
"compositedOver": "--surface-default",
|
|
22889
|
+
"ratio": 17.35,
|
|
22890
|
+
"min": 3
|
|
22891
|
+
},
|
|
22596
22892
|
{
|
|
22597
22893
|
"component": "accordion",
|
|
22598
22894
|
"context": "ion-accordion ion-accordion__trigger",
|