ionbase-ui 0.84.0 → 0.88.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/MultiSelect.d.ts +90 -0
- package/dist/components/MultiSelect.d.ts.map +1 -0
- package/dist/components/MultiSelect.js +189 -0
- package/dist/components/MultiSelect.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/Toolbar.d.ts +35 -0
- package/dist/components/Toolbar.d.ts.map +1 -0
- package/dist/components/Toolbar.js +81 -0
- package/dist/components/Toolbar.js.map +1 -0
- package/dist/components/index.d.ts +10 -2
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +5 -1
- package/dist/components/index.js.map +1 -1
- package/dist/figma-descriptions.json +97 -77
- package/dist/figma-map.json +228 -4
- package/dist/meta/Checkbox.json +8 -6
- package/dist/meta/CheckboxGroup.json +268 -0
- package/dist/meta/Combobox.json +8 -0
- package/dist/meta/Divider.json +2 -2
- package/dist/meta/Fieldset.json +162 -0
- package/dist/meta/MultiSelect.json +269 -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/Select.json +2 -1
- package/dist/meta/Stepper.json +2 -2
- package/dist/meta/Tabs.json +3 -3
- package/dist/meta/Toolbar.json +130 -0
- package/dist/meta/components.json +1616 -238
- package/dist/meta/contrast.json +398 -74
- package/dist/meta/index.json +84 -8
- package/dist/meta/patterns/DataTable.json +33 -6
- package/dist/meta/patterns/Form.json +27 -2
- package/dist/meta/patterns/index.json +6 -2
- package/dist/styles/fieldset.css +65 -0
- package/dist/styles/index.css +4 -0
- package/dist/styles/multi-select.css +104 -0
- package/dist/styles/radio.css +0 -20
- package/dist/styles/search-field.css +70 -0
- package/dist/styles/toolbar.css +36 -0
- package/llms.txt +2 -2
- package/package.json +1 -1
package/dist/meta/contrast.json
CHANGED
|
@@ -4002,6 +4002,34 @@
|
|
|
4002
4002
|
"ratio": 5.38,
|
|
4003
4003
|
"min": 4.5
|
|
4004
4004
|
},
|
|
4005
|
+
{
|
|
4006
|
+
"component": "multi-select",
|
|
4007
|
+
"context": "ion-multi-select-menu ion-multi-select-menu__option",
|
|
4008
|
+
"state": "selected",
|
|
4009
|
+
"fg": "--icon-on-color",
|
|
4010
|
+
"bg": "--surface-primary",
|
|
4011
|
+
"backdrop": null,
|
|
4012
|
+
"kind": "non-text",
|
|
4013
|
+
"mode": "Light",
|
|
4014
|
+
"fgHex": "#ffffff",
|
|
4015
|
+
"bgHex": "#1c62e3",
|
|
4016
|
+
"ratio": 5.38,
|
|
4017
|
+
"min": 3
|
|
4018
|
+
},
|
|
4019
|
+
{
|
|
4020
|
+
"component": "multi-select",
|
|
4021
|
+
"context": "ion-multi-select-menu ion-multi-select-menu__option",
|
|
4022
|
+
"state": "selected",
|
|
4023
|
+
"fg": "--icon-on-color",
|
|
4024
|
+
"bg": "--surface-primary",
|
|
4025
|
+
"backdrop": null,
|
|
4026
|
+
"kind": "non-text",
|
|
4027
|
+
"mode": "Dark",
|
|
4028
|
+
"fgHex": "#ffffff",
|
|
4029
|
+
"bgHex": "#1c62e3",
|
|
4030
|
+
"ratio": 5.38,
|
|
4031
|
+
"min": 3
|
|
4032
|
+
},
|
|
4005
4033
|
{
|
|
4006
4034
|
"component": "nav-item",
|
|
4007
4035
|
"context": "ion-nav-item--current ion-nav-item__icon",
|
|
@@ -4942,6 +4970,21 @@
|
|
|
4942
4970
|
"ratio": 5.94,
|
|
4943
4971
|
"min": 3
|
|
4944
4972
|
},
|
|
4973
|
+
{
|
|
4974
|
+
"component": "fieldset",
|
|
4975
|
+
"context": "ion-fieldset ion-fieldset__helper",
|
|
4976
|
+
"state": "default",
|
|
4977
|
+
"fg": "--text-tertiary",
|
|
4978
|
+
"bg": "--surface-muted",
|
|
4979
|
+
"backdrop": null,
|
|
4980
|
+
"kind": "text",
|
|
4981
|
+
"ground": "assumed",
|
|
4982
|
+
"mode": "Dark",
|
|
4983
|
+
"fgHex": "#9ca3b0",
|
|
4984
|
+
"bgHex": "#1d2735",
|
|
4985
|
+
"ratio": 5.94,
|
|
4986
|
+
"min": 4.5
|
|
4987
|
+
},
|
|
4945
4988
|
{
|
|
4946
4989
|
"component": "input",
|
|
4947
4990
|
"context": "ion-field ion-field__helper",
|
|
@@ -5864,6 +5907,21 @@
|
|
|
5864
5907
|
"ratio": 6.39,
|
|
5865
5908
|
"min": 3
|
|
5866
5909
|
},
|
|
5910
|
+
{
|
|
5911
|
+
"component": "fieldset",
|
|
5912
|
+
"context": "ion-fieldset--error ion-fieldset__helper",
|
|
5913
|
+
"state": "default",
|
|
5914
|
+
"fg": "--text-error",
|
|
5915
|
+
"bg": "--surface-muted",
|
|
5916
|
+
"backdrop": null,
|
|
5917
|
+
"kind": "text",
|
|
5918
|
+
"ground": "assumed",
|
|
5919
|
+
"mode": "Light",
|
|
5920
|
+
"fgHex": "#ad1515",
|
|
5921
|
+
"bgHex": "#f0f2f4",
|
|
5922
|
+
"ratio": 6.46,
|
|
5923
|
+
"min": 4.5
|
|
5924
|
+
},
|
|
5867
5925
|
{
|
|
5868
5926
|
"component": "input",
|
|
5869
5927
|
"context": "ion-field--error ion-field__helper",
|
|
@@ -6410,6 +6468,21 @@
|
|
|
6410
6468
|
"ratio": 6.73,
|
|
6411
6469
|
"min": 3
|
|
6412
6470
|
},
|
|
6471
|
+
{
|
|
6472
|
+
"component": "fieldset",
|
|
6473
|
+
"context": "ion-fieldset ion-fieldset__helper",
|
|
6474
|
+
"state": "default",
|
|
6475
|
+
"fg": "--text-tertiary",
|
|
6476
|
+
"bg": "--surface-muted",
|
|
6477
|
+
"backdrop": null,
|
|
6478
|
+
"kind": "text",
|
|
6479
|
+
"ground": "assumed",
|
|
6480
|
+
"mode": "Light",
|
|
6481
|
+
"fgHex": "#4b5563",
|
|
6482
|
+
"bgHex": "#f0f2f4",
|
|
6483
|
+
"ratio": 6.73,
|
|
6484
|
+
"min": 4.5
|
|
6485
|
+
},
|
|
6413
6486
|
{
|
|
6414
6487
|
"component": "input",
|
|
6415
6488
|
"context": "ion-field ion-field__helper",
|
|
@@ -6821,6 +6894,21 @@
|
|
|
6821
6894
|
"ratio": 6.73,
|
|
6822
6895
|
"min": 4.5
|
|
6823
6896
|
},
|
|
6897
|
+
{
|
|
6898
|
+
"component": "fieldset",
|
|
6899
|
+
"context": "ion-fieldset--error ion-fieldset__helper",
|
|
6900
|
+
"state": "default",
|
|
6901
|
+
"fg": "--text-error",
|
|
6902
|
+
"bg": "--surface-page",
|
|
6903
|
+
"backdrop": null,
|
|
6904
|
+
"kind": "text",
|
|
6905
|
+
"ground": "assumed",
|
|
6906
|
+
"mode": "Light",
|
|
6907
|
+
"fgHex": "#ad1515",
|
|
6908
|
+
"bgHex": "#f6f8f9",
|
|
6909
|
+
"ratio": 6.81,
|
|
6910
|
+
"min": 4.5
|
|
6911
|
+
},
|
|
6824
6912
|
{
|
|
6825
6913
|
"component": "input",
|
|
6826
6914
|
"context": "ion-field--error ion-field__helper",
|
|
@@ -7252,6 +7340,21 @@
|
|
|
7252
7340
|
"ratio": 6.95,
|
|
7253
7341
|
"min": 3
|
|
7254
7342
|
},
|
|
7343
|
+
{
|
|
7344
|
+
"component": "fieldset",
|
|
7345
|
+
"context": "ion-fieldset ion-fieldset__helper",
|
|
7346
|
+
"state": "default",
|
|
7347
|
+
"fg": "--text-tertiary",
|
|
7348
|
+
"bg": "--surface-page",
|
|
7349
|
+
"backdrop": null,
|
|
7350
|
+
"kind": "text",
|
|
7351
|
+
"ground": "assumed",
|
|
7352
|
+
"mode": "Dark",
|
|
7353
|
+
"fgHex": "#9ca3b0",
|
|
7354
|
+
"bgHex": "#131923",
|
|
7355
|
+
"ratio": 6.95,
|
|
7356
|
+
"min": 4.5
|
|
7357
|
+
},
|
|
7255
7358
|
{
|
|
7256
7359
|
"component": "input",
|
|
7257
7360
|
"context": "ion-input ion-input__field",
|
|
@@ -8037,6 +8140,21 @@
|
|
|
8037
8140
|
"ratio": 7.09,
|
|
8038
8141
|
"min": 3
|
|
8039
8142
|
},
|
|
8143
|
+
{
|
|
8144
|
+
"component": "fieldset",
|
|
8145
|
+
"context": "ion-fieldset ion-fieldset__helper",
|
|
8146
|
+
"state": "default",
|
|
8147
|
+
"fg": "--text-tertiary",
|
|
8148
|
+
"bg": "--surface-page",
|
|
8149
|
+
"backdrop": null,
|
|
8150
|
+
"kind": "text",
|
|
8151
|
+
"ground": "assumed",
|
|
8152
|
+
"mode": "Light",
|
|
8153
|
+
"fgHex": "#4b5563",
|
|
8154
|
+
"bgHex": "#f6f8f9",
|
|
8155
|
+
"ratio": 7.09,
|
|
8156
|
+
"min": 4.5
|
|
8157
|
+
},
|
|
8040
8158
|
{
|
|
8041
8159
|
"component": "input",
|
|
8042
8160
|
"context": "ion-input ion-input__field",
|
|
@@ -8548,6 +8666,21 @@
|
|
|
8548
8666
|
"ratio": 7.25,
|
|
8549
8667
|
"min": 4.5
|
|
8550
8668
|
},
|
|
8669
|
+
{
|
|
8670
|
+
"component": "fieldset",
|
|
8671
|
+
"context": "ion-fieldset--error ion-fieldset__helper",
|
|
8672
|
+
"state": "default",
|
|
8673
|
+
"fg": "--text-error",
|
|
8674
|
+
"bg": "--surface-default",
|
|
8675
|
+
"backdrop": null,
|
|
8676
|
+
"kind": "text",
|
|
8677
|
+
"ground": "assumed",
|
|
8678
|
+
"mode": "Light",
|
|
8679
|
+
"fgHex": "#ad1515",
|
|
8680
|
+
"bgHex": "#ffffff",
|
|
8681
|
+
"ratio": 7.25,
|
|
8682
|
+
"min": 4.5
|
|
8683
|
+
},
|
|
8551
8684
|
{
|
|
8552
8685
|
"component": "input",
|
|
8553
8686
|
"context": "ion-field--error ion-field__helper",
|
|
@@ -9422,6 +9555,21 @@
|
|
|
9422
9555
|
"ratio": 7.56,
|
|
9423
9556
|
"min": 3
|
|
9424
9557
|
},
|
|
9558
|
+
{
|
|
9559
|
+
"component": "fieldset",
|
|
9560
|
+
"context": "ion-fieldset ion-fieldset__helper",
|
|
9561
|
+
"state": "default",
|
|
9562
|
+
"fg": "--text-tertiary",
|
|
9563
|
+
"bg": "--surface-default",
|
|
9564
|
+
"backdrop": null,
|
|
9565
|
+
"kind": "text",
|
|
9566
|
+
"ground": "assumed",
|
|
9567
|
+
"mode": "Light",
|
|
9568
|
+
"fgHex": "#4b5563",
|
|
9569
|
+
"bgHex": "#ffffff",
|
|
9570
|
+
"ratio": 7.56,
|
|
9571
|
+
"min": 4.5
|
|
9572
|
+
},
|
|
9425
9573
|
{
|
|
9426
9574
|
"component": "input",
|
|
9427
9575
|
"context": "ion-field ion-field__helper",
|
|
@@ -10856,6 +11004,21 @@
|
|
|
10856
11004
|
"ratio": 8.28,
|
|
10857
11005
|
"min": 3
|
|
10858
11006
|
},
|
|
11007
|
+
{
|
|
11008
|
+
"component": "fieldset",
|
|
11009
|
+
"context": "ion-fieldset ion-fieldset__helper",
|
|
11010
|
+
"state": "default",
|
|
11011
|
+
"fg": "--text-tertiary",
|
|
11012
|
+
"bg": "--surface-default",
|
|
11013
|
+
"backdrop": null,
|
|
11014
|
+
"kind": "text",
|
|
11015
|
+
"ground": "assumed",
|
|
11016
|
+
"mode": "Dark",
|
|
11017
|
+
"fgHex": "#9ca3b0",
|
|
11018
|
+
"bgHex": "#000000",
|
|
11019
|
+
"ratio": 8.28,
|
|
11020
|
+
"min": 4.5
|
|
11021
|
+
},
|
|
10859
11022
|
{
|
|
10860
11023
|
"component": "input",
|
|
10861
11024
|
"context": "ion-field ion-field__helper",
|
|
@@ -11351,6 +11514,21 @@
|
|
|
11351
11514
|
"ratio": 8.28,
|
|
11352
11515
|
"min": 4.5
|
|
11353
11516
|
},
|
|
11517
|
+
{
|
|
11518
|
+
"component": "fieldset",
|
|
11519
|
+
"context": "ion-fieldset--error ion-fieldset__helper",
|
|
11520
|
+
"state": "default",
|
|
11521
|
+
"fg": "--text-error",
|
|
11522
|
+
"bg": "--surface-muted",
|
|
11523
|
+
"backdrop": null,
|
|
11524
|
+
"kind": "text",
|
|
11525
|
+
"ground": "assumed",
|
|
11526
|
+
"mode": "Dark",
|
|
11527
|
+
"fgHex": "#ffadad",
|
|
11528
|
+
"bgHex": "#1d2735",
|
|
11529
|
+
"ratio": 8.49,
|
|
11530
|
+
"min": 4.5
|
|
11531
|
+
},
|
|
11354
11532
|
{
|
|
11355
11533
|
"component": "input",
|
|
11356
11534
|
"context": "ion-field--error ion-field__helper",
|
|
@@ -12024,6 +12202,21 @@
|
|
|
12024
12202
|
"ratio": 9.04,
|
|
12025
12203
|
"min": 4.5
|
|
12026
12204
|
},
|
|
12205
|
+
{
|
|
12206
|
+
"component": "fieldset",
|
|
12207
|
+
"context": "ion-fieldset ion-fieldset__legend",
|
|
12208
|
+
"state": "default",
|
|
12209
|
+
"fg": "--text-secondary",
|
|
12210
|
+
"bg": "--surface-muted",
|
|
12211
|
+
"backdrop": null,
|
|
12212
|
+
"kind": "text",
|
|
12213
|
+
"ground": "assumed",
|
|
12214
|
+
"mode": "Light",
|
|
12215
|
+
"fgHex": "#384252",
|
|
12216
|
+
"bgHex": "#f0f2f4",
|
|
12217
|
+
"ratio": 9.04,
|
|
12218
|
+
"min": 4.5
|
|
12219
|
+
},
|
|
12027
12220
|
{
|
|
12028
12221
|
"component": "full-card",
|
|
12029
12222
|
"context": "ion-full-card ion-full-card__description",
|
|
@@ -12144,21 +12337,6 @@
|
|
|
12144
12337
|
"ratio": 9.04,
|
|
12145
12338
|
"min": 4.5
|
|
12146
12339
|
},
|
|
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
12340
|
{
|
|
12163
12341
|
"component": "scroll-progress",
|
|
12164
12342
|
"context": "ion-scroll-progress__heading--selected ion-scroll-progress__heading--selected",
|
|
@@ -13233,6 +13411,21 @@
|
|
|
13233
13411
|
"ratio": 9.53,
|
|
13234
13412
|
"min": 4.5
|
|
13235
13413
|
},
|
|
13414
|
+
{
|
|
13415
|
+
"component": "fieldset",
|
|
13416
|
+
"context": "ion-fieldset ion-fieldset__legend",
|
|
13417
|
+
"state": "default",
|
|
13418
|
+
"fg": "--text-secondary",
|
|
13419
|
+
"bg": "--surface-page",
|
|
13420
|
+
"backdrop": null,
|
|
13421
|
+
"kind": "text",
|
|
13422
|
+
"ground": "assumed",
|
|
13423
|
+
"mode": "Light",
|
|
13424
|
+
"fgHex": "#384252",
|
|
13425
|
+
"bgHex": "#f6f8f9",
|
|
13426
|
+
"ratio": 9.53,
|
|
13427
|
+
"min": 4.5
|
|
13428
|
+
},
|
|
13236
13429
|
{
|
|
13237
13430
|
"component": "full-card",
|
|
13238
13431
|
"context": "ion-full-card ion-full-card__description",
|
|
@@ -13409,21 +13602,6 @@
|
|
|
13409
13602
|
"ratio": 9.53,
|
|
13410
13603
|
"min": 4.5
|
|
13411
13604
|
},
|
|
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
13605
|
{
|
|
13428
13606
|
"component": "setting-row",
|
|
13429
13607
|
"context": "ion-setting-row ion-setting-row__description",
|
|
@@ -13966,6 +14144,21 @@
|
|
|
13966
14144
|
"ratio": 9.88,
|
|
13967
14145
|
"min": 4.5
|
|
13968
14146
|
},
|
|
14147
|
+
{
|
|
14148
|
+
"component": "fieldset",
|
|
14149
|
+
"context": "ion-fieldset--error ion-fieldset__helper",
|
|
14150
|
+
"state": "default",
|
|
14151
|
+
"fg": "--text-error",
|
|
14152
|
+
"bg": "--surface-page",
|
|
14153
|
+
"backdrop": null,
|
|
14154
|
+
"kind": "text",
|
|
14155
|
+
"ground": "assumed",
|
|
14156
|
+
"mode": "Dark",
|
|
14157
|
+
"fgHex": "#ffadad",
|
|
14158
|
+
"bgHex": "#131923",
|
|
14159
|
+
"ratio": 9.94,
|
|
14160
|
+
"min": 4.5
|
|
14161
|
+
},
|
|
13969
14162
|
{
|
|
13970
14163
|
"component": "input",
|
|
13971
14164
|
"context": "ion-field--error ion-field__helper",
|
|
@@ -14568,6 +14761,21 @@
|
|
|
14568
14761
|
"ratio": 10.15,
|
|
14569
14762
|
"min": 4.5
|
|
14570
14763
|
},
|
|
14764
|
+
{
|
|
14765
|
+
"component": "fieldset",
|
|
14766
|
+
"context": "ion-fieldset ion-fieldset__legend",
|
|
14767
|
+
"state": "default",
|
|
14768
|
+
"fg": "--text-secondary",
|
|
14769
|
+
"bg": "--surface-default",
|
|
14770
|
+
"backdrop": null,
|
|
14771
|
+
"kind": "text",
|
|
14772
|
+
"ground": "assumed",
|
|
14773
|
+
"mode": "Light",
|
|
14774
|
+
"fgHex": "#384252",
|
|
14775
|
+
"bgHex": "#ffffff",
|
|
14776
|
+
"ratio": 10.15,
|
|
14777
|
+
"min": 4.5
|
|
14778
|
+
},
|
|
14571
14779
|
{
|
|
14572
14780
|
"component": "full-card",
|
|
14573
14781
|
"context": "ion-full-card ion-full-card__description",
|
|
@@ -14829,19 +15037,32 @@
|
|
|
14829
15037
|
"min": 4.5
|
|
14830
15038
|
},
|
|
14831
15039
|
{
|
|
14832
|
-
"component": "
|
|
14833
|
-
"context": "ion-
|
|
15040
|
+
"component": "search-field",
|
|
15041
|
+
"context": "ion-search-field ion-search-field__clear",
|
|
14834
15042
|
"state": "default",
|
|
14835
|
-
"fg": "--
|
|
15043
|
+
"fg": "--icon-secondary",
|
|
14836
15044
|
"bg": "--surface-default",
|
|
14837
|
-
"backdrop":
|
|
14838
|
-
"kind": "text",
|
|
14839
|
-
"ground": "assumed",
|
|
15045
|
+
"backdrop": "--surface-default",
|
|
15046
|
+
"kind": "non-text",
|
|
14840
15047
|
"mode": "Light",
|
|
14841
15048
|
"fgHex": "#384252",
|
|
14842
15049
|
"bgHex": "#ffffff",
|
|
14843
15050
|
"ratio": 10.15,
|
|
14844
|
-
"min":
|
|
15051
|
+
"min": 3
|
|
15052
|
+
},
|
|
15053
|
+
{
|
|
15054
|
+
"component": "search-field",
|
|
15055
|
+
"context": "ion-search-field ion-search-field__clear",
|
|
15056
|
+
"state": "focus",
|
|
15057
|
+
"fg": "--icon-secondary",
|
|
15058
|
+
"bg": "--surface-default",
|
|
15059
|
+
"backdrop": "--surface-default",
|
|
15060
|
+
"kind": "non-text",
|
|
15061
|
+
"mode": "Light",
|
|
15062
|
+
"fgHex": "#384252",
|
|
15063
|
+
"bgHex": "#ffffff",
|
|
15064
|
+
"ratio": 10.15,
|
|
15065
|
+
"min": 3
|
|
14845
15066
|
},
|
|
14846
15067
|
{
|
|
14847
15068
|
"component": "select",
|
|
@@ -16627,6 +16848,21 @@
|
|
|
16627
16848
|
"ratio": 11.38,
|
|
16628
16849
|
"min": 4.5
|
|
16629
16850
|
},
|
|
16851
|
+
{
|
|
16852
|
+
"component": "fieldset",
|
|
16853
|
+
"context": "ion-fieldset ion-fieldset__legend",
|
|
16854
|
+
"state": "default",
|
|
16855
|
+
"fg": "--text-secondary",
|
|
16856
|
+
"bg": "--surface-muted",
|
|
16857
|
+
"backdrop": null,
|
|
16858
|
+
"kind": "text",
|
|
16859
|
+
"ground": "assumed",
|
|
16860
|
+
"mode": "Dark",
|
|
16861
|
+
"fgHex": "#dde0e4",
|
|
16862
|
+
"bgHex": "#1d2735",
|
|
16863
|
+
"ratio": 11.38,
|
|
16864
|
+
"min": 4.5
|
|
16865
|
+
},
|
|
16630
16866
|
{
|
|
16631
16867
|
"component": "full-card",
|
|
16632
16868
|
"context": "ion-full-card ion-full-card__description",
|
|
@@ -16803,21 +17039,6 @@
|
|
|
16803
17039
|
"ratio": 11.38,
|
|
16804
17040
|
"min": 4.5
|
|
16805
17041
|
},
|
|
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
17042
|
{
|
|
16822
17043
|
"component": "scroll-progress",
|
|
16823
17044
|
"context": "ion-scroll-progress__heading--selected ion-scroll-progress__heading--selected",
|
|
@@ -17142,6 +17363,21 @@
|
|
|
17142
17363
|
"ratio": 11.8,
|
|
17143
17364
|
"min": 3
|
|
17144
17365
|
},
|
|
17366
|
+
{
|
|
17367
|
+
"component": "fieldset",
|
|
17368
|
+
"context": "ion-fieldset--error ion-fieldset__helper",
|
|
17369
|
+
"state": "default",
|
|
17370
|
+
"fg": "--text-error",
|
|
17371
|
+
"bg": "--surface-default",
|
|
17372
|
+
"backdrop": null,
|
|
17373
|
+
"kind": "text",
|
|
17374
|
+
"ground": "assumed",
|
|
17375
|
+
"mode": "Dark",
|
|
17376
|
+
"fgHex": "#ffadad",
|
|
17377
|
+
"bgHex": "#000000",
|
|
17378
|
+
"ratio": 11.83,
|
|
17379
|
+
"min": 4.5
|
|
17380
|
+
},
|
|
17145
17381
|
{
|
|
17146
17382
|
"component": "input",
|
|
17147
17383
|
"context": "ion-field--error ion-field__helper",
|
|
@@ -17272,6 +17508,21 @@
|
|
|
17272
17508
|
"ratio": 12.02,
|
|
17273
17509
|
"min": 3
|
|
17274
17510
|
},
|
|
17511
|
+
{
|
|
17512
|
+
"component": "search-field",
|
|
17513
|
+
"context": "ion-search-field ion-search-field__clear",
|
|
17514
|
+
"state": "pressed",
|
|
17515
|
+
"fg": "--icon-default",
|
|
17516
|
+
"bg": "--surface-pressed",
|
|
17517
|
+
"backdrop": "--surface-default",
|
|
17518
|
+
"kind": "non-text",
|
|
17519
|
+
"mode": "Light",
|
|
17520
|
+
"fgHex": "#1d2735",
|
|
17521
|
+
"bgHex": "#e6e6e6",
|
|
17522
|
+
"compositedOver": "--surface-default",
|
|
17523
|
+
"ratio": 12.02,
|
|
17524
|
+
"min": 3
|
|
17525
|
+
},
|
|
17275
17526
|
{
|
|
17276
17527
|
"component": "approval-gate",
|
|
17277
17528
|
"context": "ion-approval-gate ion-approval-gate__detail",
|
|
@@ -17948,6 +18199,21 @@
|
|
|
17948
18199
|
"ratio": 13.31,
|
|
17949
18200
|
"min": 4.5
|
|
17950
18201
|
},
|
|
18202
|
+
{
|
|
18203
|
+
"component": "fieldset",
|
|
18204
|
+
"context": "ion-fieldset ion-fieldset__legend",
|
|
18205
|
+
"state": "default",
|
|
18206
|
+
"fg": "--text-secondary",
|
|
18207
|
+
"bg": "--surface-page",
|
|
18208
|
+
"backdrop": null,
|
|
18209
|
+
"kind": "text",
|
|
18210
|
+
"ground": "assumed",
|
|
18211
|
+
"mode": "Dark",
|
|
18212
|
+
"fgHex": "#dde0e4",
|
|
18213
|
+
"bgHex": "#131923",
|
|
18214
|
+
"ratio": 13.31,
|
|
18215
|
+
"min": 4.5
|
|
18216
|
+
},
|
|
17951
18217
|
{
|
|
17952
18218
|
"component": "full-card",
|
|
17953
18219
|
"context": "ion-full-card ion-full-card__description",
|
|
@@ -18124,21 +18390,6 @@
|
|
|
18124
18390
|
"ratio": 13.31,
|
|
18125
18391
|
"min": 4.5
|
|
18126
18392
|
},
|
|
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
18393
|
{
|
|
18143
18394
|
"component": "setting-row",
|
|
18144
18395
|
"context": "ion-setting-row ion-setting-row__description",
|
|
@@ -18512,6 +18763,21 @@
|
|
|
18512
18763
|
"ratio": 13.49,
|
|
18513
18764
|
"min": 3
|
|
18514
18765
|
},
|
|
18766
|
+
{
|
|
18767
|
+
"component": "search-field",
|
|
18768
|
+
"context": "ion-search-field ion-search-field__clear",
|
|
18769
|
+
"state": "hover",
|
|
18770
|
+
"fg": "--icon-default",
|
|
18771
|
+
"bg": "--surface-hover",
|
|
18772
|
+
"backdrop": "--surface-default",
|
|
18773
|
+
"kind": "non-text",
|
|
18774
|
+
"mode": "Light",
|
|
18775
|
+
"fgHex": "#1d2735",
|
|
18776
|
+
"bgHex": "#f2f2f2",
|
|
18777
|
+
"compositedOver": "--surface-default",
|
|
18778
|
+
"ratio": 13.49,
|
|
18779
|
+
"min": 3
|
|
18780
|
+
},
|
|
18515
18781
|
{
|
|
18516
18782
|
"component": "segmented-control",
|
|
18517
18783
|
"context": "ion-segmented-control ion-segmented-control__item",
|
|
@@ -19969,6 +20235,21 @@
|
|
|
19969
20235
|
"ratio": 15.59,
|
|
19970
20236
|
"min": 3
|
|
19971
20237
|
},
|
|
20238
|
+
{
|
|
20239
|
+
"component": "search-field",
|
|
20240
|
+
"context": "ion-search-field ion-search-field__clear",
|
|
20241
|
+
"state": "pressed",
|
|
20242
|
+
"fg": "--icon-default",
|
|
20243
|
+
"bg": "--surface-pressed",
|
|
20244
|
+
"backdrop": "--surface-default",
|
|
20245
|
+
"kind": "non-text",
|
|
20246
|
+
"mode": "Dark",
|
|
20247
|
+
"fgHex": "#f0f2f4",
|
|
20248
|
+
"bgHex": "#1a1a1a",
|
|
20249
|
+
"compositedOver": "--surface-default",
|
|
20250
|
+
"ratio": 15.59,
|
|
20251
|
+
"min": 3
|
|
20252
|
+
},
|
|
19972
20253
|
{
|
|
19973
20254
|
"component": "accordion",
|
|
19974
20255
|
"context": "ion-accordion ion-accordion__trigger",
|
|
@@ -20990,6 +21271,21 @@
|
|
|
20990
21271
|
"ratio": 15.86,
|
|
20991
21272
|
"min": 4.5
|
|
20992
21273
|
},
|
|
21274
|
+
{
|
|
21275
|
+
"component": "fieldset",
|
|
21276
|
+
"context": "ion-fieldset ion-fieldset__legend",
|
|
21277
|
+
"state": "default",
|
|
21278
|
+
"fg": "--text-secondary",
|
|
21279
|
+
"bg": "--surface-default",
|
|
21280
|
+
"backdrop": null,
|
|
21281
|
+
"kind": "text",
|
|
21282
|
+
"ground": "assumed",
|
|
21283
|
+
"mode": "Dark",
|
|
21284
|
+
"fgHex": "#dde0e4",
|
|
21285
|
+
"bgHex": "#000000",
|
|
21286
|
+
"ratio": 15.86,
|
|
21287
|
+
"min": 4.5
|
|
21288
|
+
},
|
|
20993
21289
|
{
|
|
20994
21290
|
"component": "full-card",
|
|
20995
21291
|
"context": "ion-full-card ion-full-card__description",
|
|
@@ -21209,19 +21505,32 @@
|
|
|
21209
21505
|
"min": 4.5
|
|
21210
21506
|
},
|
|
21211
21507
|
{
|
|
21212
|
-
"component": "
|
|
21213
|
-
"context": "ion-
|
|
21508
|
+
"component": "search-field",
|
|
21509
|
+
"context": "ion-search-field ion-search-field__clear",
|
|
21214
21510
|
"state": "default",
|
|
21215
|
-
"fg": "--
|
|
21511
|
+
"fg": "--icon-secondary",
|
|
21216
21512
|
"bg": "--surface-default",
|
|
21217
|
-
"backdrop":
|
|
21218
|
-
"kind": "text",
|
|
21219
|
-
"ground": "assumed",
|
|
21513
|
+
"backdrop": "--surface-default",
|
|
21514
|
+
"kind": "non-text",
|
|
21220
21515
|
"mode": "Dark",
|
|
21221
21516
|
"fgHex": "#dde0e4",
|
|
21222
21517
|
"bgHex": "#000000",
|
|
21223
21518
|
"ratio": 15.86,
|
|
21224
|
-
"min":
|
|
21519
|
+
"min": 3
|
|
21520
|
+
},
|
|
21521
|
+
{
|
|
21522
|
+
"component": "search-field",
|
|
21523
|
+
"context": "ion-search-field ion-search-field__clear",
|
|
21524
|
+
"state": "focus",
|
|
21525
|
+
"fg": "--icon-secondary",
|
|
21526
|
+
"bg": "--surface-default",
|
|
21527
|
+
"backdrop": "--surface-default",
|
|
21528
|
+
"kind": "non-text",
|
|
21529
|
+
"mode": "Dark",
|
|
21530
|
+
"fgHex": "#dde0e4",
|
|
21531
|
+
"bgHex": "#000000",
|
|
21532
|
+
"ratio": 15.86,
|
|
21533
|
+
"min": 3
|
|
21225
21534
|
},
|
|
21226
21535
|
{
|
|
21227
21536
|
"component": "select",
|
|
@@ -22593,6 +22902,21 @@
|
|
|
22593
22902
|
"ratio": 17.35,
|
|
22594
22903
|
"min": 3
|
|
22595
22904
|
},
|
|
22905
|
+
{
|
|
22906
|
+
"component": "search-field",
|
|
22907
|
+
"context": "ion-search-field ion-search-field__clear",
|
|
22908
|
+
"state": "hover",
|
|
22909
|
+
"fg": "--icon-default",
|
|
22910
|
+
"bg": "--surface-hover",
|
|
22911
|
+
"backdrop": "--surface-default",
|
|
22912
|
+
"kind": "non-text",
|
|
22913
|
+
"mode": "Dark",
|
|
22914
|
+
"fgHex": "#f0f2f4",
|
|
22915
|
+
"bgHex": "#0d0d0d",
|
|
22916
|
+
"compositedOver": "--surface-default",
|
|
22917
|
+
"ratio": 17.35,
|
|
22918
|
+
"min": 3
|
|
22919
|
+
},
|
|
22596
22920
|
{
|
|
22597
22921
|
"component": "accordion",
|
|
22598
22922
|
"context": "ion-accordion ion-accordion__trigger",
|