ionbase-ui 0.47.0 → 0.48.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/Pagination.d.ts +50 -0
- package/dist/components/Pagination.d.ts.map +1 -0
- package/dist/components/Pagination.js +88 -0
- package/dist/components/Pagination.js.map +1 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.d.ts.map +1 -1
- package/dist/components/index.js +1 -0
- package/dist/components/index.js.map +1 -1
- package/dist/figma-descriptions.json +44 -39
- package/dist/figma-map.json +60 -3
- package/dist/meta/Pagination.json +200 -0
- package/dist/meta/components.json +201 -1
- package/dist/meta/contrast.json +506 -0
- package/dist/meta/index.json +18 -1
- package/dist/meta/pageItems.json +16 -0
- package/dist/meta/patterns/index.json +1 -1
- package/dist/styles/index.css +1 -0
- package/dist/styles/pagination.css +170 -0
- package/llms.txt +2 -2
- package/package.json +1 -1
package/dist/meta/contrast.json
CHANGED
|
@@ -364,6 +364,21 @@
|
|
|
364
364
|
"ratio": 3.12,
|
|
365
365
|
"min": 3
|
|
366
366
|
},
|
|
367
|
+
{
|
|
368
|
+
"component": "pagination",
|
|
369
|
+
"context": "ion-pagination ion-pagination__item",
|
|
370
|
+
"state": "disabled",
|
|
371
|
+
"fg": "--text-disabled",
|
|
372
|
+
"bg": "--surface-muted",
|
|
373
|
+
"backdrop": null,
|
|
374
|
+
"kind": "text",
|
|
375
|
+
"ground": "assumed",
|
|
376
|
+
"mode": "Dark",
|
|
377
|
+
"fgHex": "#6b7280",
|
|
378
|
+
"bgHex": "#1d2735",
|
|
379
|
+
"ratio": 3.12,
|
|
380
|
+
"min": 4.5
|
|
381
|
+
},
|
|
367
382
|
{
|
|
368
383
|
"component": "phone-input",
|
|
369
384
|
"context": "ion-phone-input ion-phone-input__country",
|
|
@@ -629,6 +644,21 @@
|
|
|
629
644
|
"ratio": 3.65,
|
|
630
645
|
"min": 3
|
|
631
646
|
},
|
|
647
|
+
{
|
|
648
|
+
"component": "pagination",
|
|
649
|
+
"context": "ion-pagination ion-pagination__item",
|
|
650
|
+
"state": "disabled",
|
|
651
|
+
"fg": "--text-disabled",
|
|
652
|
+
"bg": "--surface-page",
|
|
653
|
+
"backdrop": null,
|
|
654
|
+
"kind": "text",
|
|
655
|
+
"ground": "assumed",
|
|
656
|
+
"mode": "Dark",
|
|
657
|
+
"fgHex": "#6b7280",
|
|
658
|
+
"bgHex": "#131923",
|
|
659
|
+
"ratio": 3.65,
|
|
660
|
+
"min": 4.5
|
|
661
|
+
},
|
|
632
662
|
{
|
|
633
663
|
"component": "radio",
|
|
634
664
|
"context": "ion-radio--disabled ion-radio__label",
|
|
@@ -950,6 +980,21 @@
|
|
|
950
980
|
"ratio": 4.31,
|
|
951
981
|
"min": 3
|
|
952
982
|
},
|
|
983
|
+
{
|
|
984
|
+
"component": "pagination",
|
|
985
|
+
"context": "ion-pagination ion-pagination__item",
|
|
986
|
+
"state": "disabled",
|
|
987
|
+
"fg": "--text-disabled",
|
|
988
|
+
"bg": "--surface-muted",
|
|
989
|
+
"backdrop": null,
|
|
990
|
+
"kind": "text",
|
|
991
|
+
"ground": "assumed",
|
|
992
|
+
"mode": "Light",
|
|
993
|
+
"fgHex": "#6b7280",
|
|
994
|
+
"bgHex": "#f0f2f4",
|
|
995
|
+
"ratio": 4.31,
|
|
996
|
+
"min": 4.5
|
|
997
|
+
},
|
|
953
998
|
{
|
|
954
999
|
"component": "phone-input",
|
|
955
1000
|
"context": "ion-phone-input ion-phone-input__country",
|
|
@@ -1229,6 +1274,21 @@
|
|
|
1229
1274
|
"ratio": 4.34,
|
|
1230
1275
|
"min": 3
|
|
1231
1276
|
},
|
|
1277
|
+
{
|
|
1278
|
+
"component": "pagination",
|
|
1279
|
+
"context": "ion-pagination ion-pagination__item",
|
|
1280
|
+
"state": "disabled",
|
|
1281
|
+
"fg": "--text-disabled",
|
|
1282
|
+
"bg": "--surface-default",
|
|
1283
|
+
"backdrop": null,
|
|
1284
|
+
"kind": "text",
|
|
1285
|
+
"ground": "assumed",
|
|
1286
|
+
"mode": "Dark",
|
|
1287
|
+
"fgHex": "#6b7280",
|
|
1288
|
+
"bgHex": "#000000",
|
|
1289
|
+
"ratio": 4.34,
|
|
1290
|
+
"min": 4.5
|
|
1291
|
+
},
|
|
1232
1292
|
{
|
|
1233
1293
|
"component": "radio",
|
|
1234
1294
|
"context": "ion-radio--disabled ion-radio__label",
|
|
@@ -1438,6 +1498,21 @@
|
|
|
1438
1498
|
"ratio": 4.54,
|
|
1439
1499
|
"min": 3
|
|
1440
1500
|
},
|
|
1501
|
+
{
|
|
1502
|
+
"component": "pagination",
|
|
1503
|
+
"context": "ion-pagination ion-pagination__item",
|
|
1504
|
+
"state": "disabled",
|
|
1505
|
+
"fg": "--text-disabled",
|
|
1506
|
+
"bg": "--surface-page",
|
|
1507
|
+
"backdrop": null,
|
|
1508
|
+
"kind": "text",
|
|
1509
|
+
"ground": "assumed",
|
|
1510
|
+
"mode": "Light",
|
|
1511
|
+
"fgHex": "#6b7280",
|
|
1512
|
+
"bgHex": "#f6f8f9",
|
|
1513
|
+
"ratio": 4.54,
|
|
1514
|
+
"min": 4.5
|
|
1515
|
+
},
|
|
1441
1516
|
{
|
|
1442
1517
|
"component": "radio",
|
|
1443
1518
|
"context": "ion-radio--disabled ion-radio__label",
|
|
@@ -1719,6 +1794,21 @@
|
|
|
1719
1794
|
"ratio": 4.83,
|
|
1720
1795
|
"min": 3
|
|
1721
1796
|
},
|
|
1797
|
+
{
|
|
1798
|
+
"component": "pagination",
|
|
1799
|
+
"context": "ion-pagination ion-pagination__item",
|
|
1800
|
+
"state": "disabled",
|
|
1801
|
+
"fg": "--text-disabled",
|
|
1802
|
+
"bg": "--surface-default",
|
|
1803
|
+
"backdrop": null,
|
|
1804
|
+
"kind": "text",
|
|
1805
|
+
"ground": "assumed",
|
|
1806
|
+
"mode": "Light",
|
|
1807
|
+
"fgHex": "#6b7280",
|
|
1808
|
+
"bgHex": "#ffffff",
|
|
1809
|
+
"ratio": 4.83,
|
|
1810
|
+
"min": 4.5
|
|
1811
|
+
},
|
|
1722
1812
|
{
|
|
1723
1813
|
"component": "radio",
|
|
1724
1814
|
"context": "ion-radio--disabled ion-radio__label",
|
|
@@ -2992,6 +3082,51 @@
|
|
|
2992
3082
|
"ratio": 5.94,
|
|
2993
3083
|
"min": 3
|
|
2994
3084
|
},
|
|
3085
|
+
{
|
|
3086
|
+
"component": "pagination",
|
|
3087
|
+
"context": "ion-pagination ion-pagination__item",
|
|
3088
|
+
"state": "default",
|
|
3089
|
+
"fg": "--text-tertiary",
|
|
3090
|
+
"bg": "--surface-muted",
|
|
3091
|
+
"backdrop": null,
|
|
3092
|
+
"kind": "text",
|
|
3093
|
+
"ground": "assumed",
|
|
3094
|
+
"mode": "Dark",
|
|
3095
|
+
"fgHex": "#9ca3b0",
|
|
3096
|
+
"bgHex": "#1d2735",
|
|
3097
|
+
"ratio": 5.94,
|
|
3098
|
+
"min": 4.5
|
|
3099
|
+
},
|
|
3100
|
+
{
|
|
3101
|
+
"component": "pagination",
|
|
3102
|
+
"context": "ion-pagination ion-pagination__item",
|
|
3103
|
+
"state": "focus",
|
|
3104
|
+
"fg": "--text-tertiary",
|
|
3105
|
+
"bg": "--surface-muted",
|
|
3106
|
+
"backdrop": null,
|
|
3107
|
+
"kind": "text",
|
|
3108
|
+
"ground": "assumed",
|
|
3109
|
+
"mode": "Dark",
|
|
3110
|
+
"fgHex": "#9ca3b0",
|
|
3111
|
+
"bgHex": "#1d2735",
|
|
3112
|
+
"ratio": 5.94,
|
|
3113
|
+
"min": 4.5
|
|
3114
|
+
},
|
|
3115
|
+
{
|
|
3116
|
+
"component": "pagination",
|
|
3117
|
+
"context": "ion-pagination ion-pagination__ellipsis",
|
|
3118
|
+
"state": "default",
|
|
3119
|
+
"fg": "--text-tertiary",
|
|
3120
|
+
"bg": "--surface-muted",
|
|
3121
|
+
"backdrop": null,
|
|
3122
|
+
"kind": "text",
|
|
3123
|
+
"ground": "assumed",
|
|
3124
|
+
"mode": "Dark",
|
|
3125
|
+
"fgHex": "#9ca3b0",
|
|
3126
|
+
"bgHex": "#1d2735",
|
|
3127
|
+
"ratio": 5.94,
|
|
3128
|
+
"min": 4.5
|
|
3129
|
+
},
|
|
2995
3130
|
{
|
|
2996
3131
|
"component": "phone-input",
|
|
2997
3132
|
"context": "ion-phone-input ion-phone-input__chevron",
|
|
@@ -4038,6 +4173,51 @@
|
|
|
4038
4173
|
"ratio": 6.73,
|
|
4039
4174
|
"min": 3
|
|
4040
4175
|
},
|
|
4176
|
+
{
|
|
4177
|
+
"component": "pagination",
|
|
4178
|
+
"context": "ion-pagination ion-pagination__item",
|
|
4179
|
+
"state": "default",
|
|
4180
|
+
"fg": "--text-tertiary",
|
|
4181
|
+
"bg": "--surface-muted",
|
|
4182
|
+
"backdrop": null,
|
|
4183
|
+
"kind": "text",
|
|
4184
|
+
"ground": "assumed",
|
|
4185
|
+
"mode": "Light",
|
|
4186
|
+
"fgHex": "#4b5563",
|
|
4187
|
+
"bgHex": "#f0f2f4",
|
|
4188
|
+
"ratio": 6.73,
|
|
4189
|
+
"min": 4.5
|
|
4190
|
+
},
|
|
4191
|
+
{
|
|
4192
|
+
"component": "pagination",
|
|
4193
|
+
"context": "ion-pagination ion-pagination__item",
|
|
4194
|
+
"state": "focus",
|
|
4195
|
+
"fg": "--text-tertiary",
|
|
4196
|
+
"bg": "--surface-muted",
|
|
4197
|
+
"backdrop": null,
|
|
4198
|
+
"kind": "text",
|
|
4199
|
+
"ground": "assumed",
|
|
4200
|
+
"mode": "Light",
|
|
4201
|
+
"fgHex": "#4b5563",
|
|
4202
|
+
"bgHex": "#f0f2f4",
|
|
4203
|
+
"ratio": 6.73,
|
|
4204
|
+
"min": 4.5
|
|
4205
|
+
},
|
|
4206
|
+
{
|
|
4207
|
+
"component": "pagination",
|
|
4208
|
+
"context": "ion-pagination ion-pagination__ellipsis",
|
|
4209
|
+
"state": "default",
|
|
4210
|
+
"fg": "--text-tertiary",
|
|
4211
|
+
"bg": "--surface-muted",
|
|
4212
|
+
"backdrop": null,
|
|
4213
|
+
"kind": "text",
|
|
4214
|
+
"ground": "assumed",
|
|
4215
|
+
"mode": "Light",
|
|
4216
|
+
"fgHex": "#4b5563",
|
|
4217
|
+
"bgHex": "#f0f2f4",
|
|
4218
|
+
"ratio": 6.73,
|
|
4219
|
+
"min": 4.5
|
|
4220
|
+
},
|
|
4041
4221
|
{
|
|
4042
4222
|
"component": "phone-input",
|
|
4043
4223
|
"context": "ion-phone-input ion-phone-input__chevron",
|
|
@@ -4589,6 +4769,51 @@
|
|
|
4589
4769
|
"ratio": 6.95,
|
|
4590
4770
|
"min": 3
|
|
4591
4771
|
},
|
|
4772
|
+
{
|
|
4773
|
+
"component": "pagination",
|
|
4774
|
+
"context": "ion-pagination ion-pagination__item",
|
|
4775
|
+
"state": "default",
|
|
4776
|
+
"fg": "--text-tertiary",
|
|
4777
|
+
"bg": "--surface-page",
|
|
4778
|
+
"backdrop": null,
|
|
4779
|
+
"kind": "text",
|
|
4780
|
+
"ground": "assumed",
|
|
4781
|
+
"mode": "Dark",
|
|
4782
|
+
"fgHex": "#9ca3b0",
|
|
4783
|
+
"bgHex": "#131923",
|
|
4784
|
+
"ratio": 6.95,
|
|
4785
|
+
"min": 4.5
|
|
4786
|
+
},
|
|
4787
|
+
{
|
|
4788
|
+
"component": "pagination",
|
|
4789
|
+
"context": "ion-pagination ion-pagination__item",
|
|
4790
|
+
"state": "focus",
|
|
4791
|
+
"fg": "--text-tertiary",
|
|
4792
|
+
"bg": "--surface-page",
|
|
4793
|
+
"backdrop": null,
|
|
4794
|
+
"kind": "text",
|
|
4795
|
+
"ground": "assumed",
|
|
4796
|
+
"mode": "Dark",
|
|
4797
|
+
"fgHex": "#9ca3b0",
|
|
4798
|
+
"bgHex": "#131923",
|
|
4799
|
+
"ratio": 6.95,
|
|
4800
|
+
"min": 4.5
|
|
4801
|
+
},
|
|
4802
|
+
{
|
|
4803
|
+
"component": "pagination",
|
|
4804
|
+
"context": "ion-pagination ion-pagination__ellipsis",
|
|
4805
|
+
"state": "default",
|
|
4806
|
+
"fg": "--text-tertiary",
|
|
4807
|
+
"bg": "--surface-page",
|
|
4808
|
+
"backdrop": null,
|
|
4809
|
+
"kind": "text",
|
|
4810
|
+
"ground": "assumed",
|
|
4811
|
+
"mode": "Dark",
|
|
4812
|
+
"fgHex": "#9ca3b0",
|
|
4813
|
+
"bgHex": "#131923",
|
|
4814
|
+
"ratio": 6.95,
|
|
4815
|
+
"min": 4.5
|
|
4816
|
+
},
|
|
4592
4817
|
{
|
|
4593
4818
|
"component": "phone-input",
|
|
4594
4819
|
"context": "ion-phone-input ion-phone-input__chevron",
|
|
@@ -5097,6 +5322,51 @@
|
|
|
5097
5322
|
"ratio": 7.09,
|
|
5098
5323
|
"min": 3
|
|
5099
5324
|
},
|
|
5325
|
+
{
|
|
5326
|
+
"component": "pagination",
|
|
5327
|
+
"context": "ion-pagination ion-pagination__item",
|
|
5328
|
+
"state": "default",
|
|
5329
|
+
"fg": "--text-tertiary",
|
|
5330
|
+
"bg": "--surface-page",
|
|
5331
|
+
"backdrop": null,
|
|
5332
|
+
"kind": "text",
|
|
5333
|
+
"ground": "assumed",
|
|
5334
|
+
"mode": "Light",
|
|
5335
|
+
"fgHex": "#4b5563",
|
|
5336
|
+
"bgHex": "#f6f8f9",
|
|
5337
|
+
"ratio": 7.09,
|
|
5338
|
+
"min": 4.5
|
|
5339
|
+
},
|
|
5340
|
+
{
|
|
5341
|
+
"component": "pagination",
|
|
5342
|
+
"context": "ion-pagination ion-pagination__item",
|
|
5343
|
+
"state": "focus",
|
|
5344
|
+
"fg": "--text-tertiary",
|
|
5345
|
+
"bg": "--surface-page",
|
|
5346
|
+
"backdrop": null,
|
|
5347
|
+
"kind": "text",
|
|
5348
|
+
"ground": "assumed",
|
|
5349
|
+
"mode": "Light",
|
|
5350
|
+
"fgHex": "#4b5563",
|
|
5351
|
+
"bgHex": "#f6f8f9",
|
|
5352
|
+
"ratio": 7.09,
|
|
5353
|
+
"min": 4.5
|
|
5354
|
+
},
|
|
5355
|
+
{
|
|
5356
|
+
"component": "pagination",
|
|
5357
|
+
"context": "ion-pagination ion-pagination__ellipsis",
|
|
5358
|
+
"state": "default",
|
|
5359
|
+
"fg": "--text-tertiary",
|
|
5360
|
+
"bg": "--surface-page",
|
|
5361
|
+
"backdrop": null,
|
|
5362
|
+
"kind": "text",
|
|
5363
|
+
"ground": "assumed",
|
|
5364
|
+
"mode": "Light",
|
|
5365
|
+
"fgHex": "#4b5563",
|
|
5366
|
+
"bgHex": "#f6f8f9",
|
|
5367
|
+
"ratio": 7.09,
|
|
5368
|
+
"min": 4.5
|
|
5369
|
+
},
|
|
5100
5370
|
{
|
|
5101
5371
|
"component": "phone-input",
|
|
5102
5372
|
"context": "ion-phone-input ion-phone-input__chevron",
|
|
@@ -5978,6 +6248,51 @@
|
|
|
5978
6248
|
"ratio": 7.56,
|
|
5979
6249
|
"min": 3
|
|
5980
6250
|
},
|
|
6251
|
+
{
|
|
6252
|
+
"component": "pagination",
|
|
6253
|
+
"context": "ion-pagination ion-pagination__item",
|
|
6254
|
+
"state": "default",
|
|
6255
|
+
"fg": "--text-tertiary",
|
|
6256
|
+
"bg": "--surface-default",
|
|
6257
|
+
"backdrop": null,
|
|
6258
|
+
"kind": "text",
|
|
6259
|
+
"ground": "assumed",
|
|
6260
|
+
"mode": "Light",
|
|
6261
|
+
"fgHex": "#4b5563",
|
|
6262
|
+
"bgHex": "#ffffff",
|
|
6263
|
+
"ratio": 7.56,
|
|
6264
|
+
"min": 4.5
|
|
6265
|
+
},
|
|
6266
|
+
{
|
|
6267
|
+
"component": "pagination",
|
|
6268
|
+
"context": "ion-pagination ion-pagination__item",
|
|
6269
|
+
"state": "focus",
|
|
6270
|
+
"fg": "--text-tertiary",
|
|
6271
|
+
"bg": "--surface-default",
|
|
6272
|
+
"backdrop": null,
|
|
6273
|
+
"kind": "text",
|
|
6274
|
+
"ground": "assumed",
|
|
6275
|
+
"mode": "Light",
|
|
6276
|
+
"fgHex": "#4b5563",
|
|
6277
|
+
"bgHex": "#ffffff",
|
|
6278
|
+
"ratio": 7.56,
|
|
6279
|
+
"min": 4.5
|
|
6280
|
+
},
|
|
6281
|
+
{
|
|
6282
|
+
"component": "pagination",
|
|
6283
|
+
"context": "ion-pagination ion-pagination__ellipsis",
|
|
6284
|
+
"state": "default",
|
|
6285
|
+
"fg": "--text-tertiary",
|
|
6286
|
+
"bg": "--surface-default",
|
|
6287
|
+
"backdrop": null,
|
|
6288
|
+
"kind": "text",
|
|
6289
|
+
"ground": "assumed",
|
|
6290
|
+
"mode": "Light",
|
|
6291
|
+
"fgHex": "#4b5563",
|
|
6292
|
+
"bgHex": "#ffffff",
|
|
6293
|
+
"ratio": 7.56,
|
|
6294
|
+
"min": 4.5
|
|
6295
|
+
},
|
|
5981
6296
|
{
|
|
5982
6297
|
"component": "phone-input",
|
|
5983
6298
|
"context": "ion-phone-input ion-phone-input__chevron",
|
|
@@ -6953,6 +7268,51 @@
|
|
|
6953
7268
|
"ratio": 8.28,
|
|
6954
7269
|
"min": 3
|
|
6955
7270
|
},
|
|
7271
|
+
{
|
|
7272
|
+
"component": "pagination",
|
|
7273
|
+
"context": "ion-pagination ion-pagination__item",
|
|
7274
|
+
"state": "default",
|
|
7275
|
+
"fg": "--text-tertiary",
|
|
7276
|
+
"bg": "--surface-default",
|
|
7277
|
+
"backdrop": null,
|
|
7278
|
+
"kind": "text",
|
|
7279
|
+
"ground": "assumed",
|
|
7280
|
+
"mode": "Dark",
|
|
7281
|
+
"fgHex": "#9ca3b0",
|
|
7282
|
+
"bgHex": "#000000",
|
|
7283
|
+
"ratio": 8.28,
|
|
7284
|
+
"min": 4.5
|
|
7285
|
+
},
|
|
7286
|
+
{
|
|
7287
|
+
"component": "pagination",
|
|
7288
|
+
"context": "ion-pagination ion-pagination__item",
|
|
7289
|
+
"state": "focus",
|
|
7290
|
+
"fg": "--text-tertiary",
|
|
7291
|
+
"bg": "--surface-default",
|
|
7292
|
+
"backdrop": null,
|
|
7293
|
+
"kind": "text",
|
|
7294
|
+
"ground": "assumed",
|
|
7295
|
+
"mode": "Dark",
|
|
7296
|
+
"fgHex": "#9ca3b0",
|
|
7297
|
+
"bgHex": "#000000",
|
|
7298
|
+
"ratio": 8.28,
|
|
7299
|
+
"min": 4.5
|
|
7300
|
+
},
|
|
7301
|
+
{
|
|
7302
|
+
"component": "pagination",
|
|
7303
|
+
"context": "ion-pagination ion-pagination__ellipsis",
|
|
7304
|
+
"state": "default",
|
|
7305
|
+
"fg": "--text-tertiary",
|
|
7306
|
+
"bg": "--surface-default",
|
|
7307
|
+
"backdrop": null,
|
|
7308
|
+
"kind": "text",
|
|
7309
|
+
"ground": "assumed",
|
|
7310
|
+
"mode": "Dark",
|
|
7311
|
+
"fgHex": "#9ca3b0",
|
|
7312
|
+
"bgHex": "#000000",
|
|
7313
|
+
"ratio": 8.28,
|
|
7314
|
+
"min": 4.5
|
|
7315
|
+
},
|
|
6956
7316
|
{
|
|
6957
7317
|
"component": "phone-input",
|
|
6958
7318
|
"context": "ion-phone-input ion-phone-input__chevron",
|
|
@@ -7639,6 +7999,21 @@
|
|
|
7639
7999
|
"ratio": 9.04,
|
|
7640
8000
|
"min": 4.5
|
|
7641
8001
|
},
|
|
8002
|
+
{
|
|
8003
|
+
"component": "pagination",
|
|
8004
|
+
"context": "ion-pagination ion-pagination__summary",
|
|
8005
|
+
"state": "default",
|
|
8006
|
+
"fg": "--text-secondary",
|
|
8007
|
+
"bg": "--surface-muted",
|
|
8008
|
+
"backdrop": null,
|
|
8009
|
+
"kind": "text",
|
|
8010
|
+
"ground": "assumed",
|
|
8011
|
+
"mode": "Light",
|
|
8012
|
+
"fgHex": "#384252",
|
|
8013
|
+
"bgHex": "#f0f2f4",
|
|
8014
|
+
"ratio": 9.04,
|
|
8015
|
+
"min": 4.5
|
|
8016
|
+
},
|
|
7642
8017
|
{
|
|
7643
8018
|
"component": "radio",
|
|
7644
8019
|
"context": "ion-radio ion-radio__label",
|
|
@@ -8385,6 +8760,21 @@
|
|
|
8385
8760
|
"ratio": 9.53,
|
|
8386
8761
|
"min": 4.5
|
|
8387
8762
|
},
|
|
8763
|
+
{
|
|
8764
|
+
"component": "pagination",
|
|
8765
|
+
"context": "ion-pagination ion-pagination__summary",
|
|
8766
|
+
"state": "default",
|
|
8767
|
+
"fg": "--text-secondary",
|
|
8768
|
+
"bg": "--surface-page",
|
|
8769
|
+
"backdrop": null,
|
|
8770
|
+
"kind": "text",
|
|
8771
|
+
"ground": "assumed",
|
|
8772
|
+
"mode": "Light",
|
|
8773
|
+
"fgHex": "#384252",
|
|
8774
|
+
"bgHex": "#f6f8f9",
|
|
8775
|
+
"ratio": 9.53,
|
|
8776
|
+
"min": 4.5
|
|
8777
|
+
},
|
|
8388
8778
|
{
|
|
8389
8779
|
"component": "phone-input",
|
|
8390
8780
|
"context": "ion-phone-input ion-phone-input__country",
|
|
@@ -9200,6 +9590,21 @@
|
|
|
9200
9590
|
"ratio": 10.15,
|
|
9201
9591
|
"min": 4.5
|
|
9202
9592
|
},
|
|
9593
|
+
{
|
|
9594
|
+
"component": "pagination",
|
|
9595
|
+
"context": "ion-pagination ion-pagination__summary",
|
|
9596
|
+
"state": "default",
|
|
9597
|
+
"fg": "--text-secondary",
|
|
9598
|
+
"bg": "--surface-default",
|
|
9599
|
+
"backdrop": null,
|
|
9600
|
+
"kind": "text",
|
|
9601
|
+
"ground": "assumed",
|
|
9602
|
+
"mode": "Light",
|
|
9603
|
+
"fgHex": "#384252",
|
|
9604
|
+
"bgHex": "#ffffff",
|
|
9605
|
+
"ratio": 10.15,
|
|
9606
|
+
"min": 4.5
|
|
9607
|
+
},
|
|
9203
9608
|
{
|
|
9204
9609
|
"component": "popover",
|
|
9205
9610
|
"context": "ion-popover ion-popover__close",
|
|
@@ -9647,6 +10052,20 @@
|
|
|
9647
10052
|
"ratio": 11.16,
|
|
9648
10053
|
"min": 4.5
|
|
9649
10054
|
},
|
|
10055
|
+
{
|
|
10056
|
+
"component": "pagination",
|
|
10057
|
+
"context": "ion-pagination ion-pagination__item",
|
|
10058
|
+
"state": "hover",
|
|
10059
|
+
"fg": "--text-default",
|
|
10060
|
+
"bg": "--surface-selected-hover",
|
|
10061
|
+
"backdrop": null,
|
|
10062
|
+
"kind": "text",
|
|
10063
|
+
"mode": "Dark",
|
|
10064
|
+
"fgHex": "#f6f8f9",
|
|
10065
|
+
"bgHex": "#0e2d8b",
|
|
10066
|
+
"ratio": 11.16,
|
|
10067
|
+
"min": 4.5
|
|
10068
|
+
},
|
|
9650
10069
|
{
|
|
9651
10070
|
"component": "citation",
|
|
9652
10071
|
"context": "ion-citation-list ion-citation-list__source",
|
|
@@ -10194,6 +10613,21 @@
|
|
|
10194
10613
|
"ratio": 11.38,
|
|
10195
10614
|
"min": 4.5
|
|
10196
10615
|
},
|
|
10616
|
+
{
|
|
10617
|
+
"component": "pagination",
|
|
10618
|
+
"context": "ion-pagination ion-pagination__summary",
|
|
10619
|
+
"state": "default",
|
|
10620
|
+
"fg": "--text-secondary",
|
|
10621
|
+
"bg": "--surface-muted",
|
|
10622
|
+
"backdrop": null,
|
|
10623
|
+
"kind": "text",
|
|
10624
|
+
"ground": "assumed",
|
|
10625
|
+
"mode": "Dark",
|
|
10626
|
+
"fgHex": "#dde0e4",
|
|
10627
|
+
"bgHex": "#1d2735",
|
|
10628
|
+
"ratio": 11.38,
|
|
10629
|
+
"min": 4.5
|
|
10630
|
+
},
|
|
10197
10631
|
{
|
|
10198
10632
|
"component": "popover",
|
|
10199
10633
|
"context": "ion-popover ion-popover__close",
|
|
@@ -10976,6 +11410,21 @@
|
|
|
10976
11410
|
"ratio": 13.31,
|
|
10977
11411
|
"min": 4.5
|
|
10978
11412
|
},
|
|
11413
|
+
{
|
|
11414
|
+
"component": "pagination",
|
|
11415
|
+
"context": "ion-pagination ion-pagination__summary",
|
|
11416
|
+
"state": "default",
|
|
11417
|
+
"fg": "--text-secondary",
|
|
11418
|
+
"bg": "--surface-page",
|
|
11419
|
+
"backdrop": null,
|
|
11420
|
+
"kind": "text",
|
|
11421
|
+
"ground": "assumed",
|
|
11422
|
+
"mode": "Dark",
|
|
11423
|
+
"fgHex": "#dde0e4",
|
|
11424
|
+
"bgHex": "#131923",
|
|
11425
|
+
"ratio": 13.31,
|
|
11426
|
+
"min": 4.5
|
|
11427
|
+
},
|
|
10979
11428
|
{
|
|
10980
11429
|
"component": "phone-input",
|
|
10981
11430
|
"context": "ion-phone-input ion-phone-input__country",
|
|
@@ -11226,6 +11675,20 @@
|
|
|
11226
11675
|
"ratio": 13.49,
|
|
11227
11676
|
"min": 3
|
|
11228
11677
|
},
|
|
11678
|
+
{
|
|
11679
|
+
"component": "pagination",
|
|
11680
|
+
"context": "ion-pagination ion-pagination__item",
|
|
11681
|
+
"state": "selected",
|
|
11682
|
+
"fg": "--text-default",
|
|
11683
|
+
"bg": "--surface-selected",
|
|
11684
|
+
"backdrop": null,
|
|
11685
|
+
"kind": "text",
|
|
11686
|
+
"mode": "Dark",
|
|
11687
|
+
"fgHex": "#f6f8f9",
|
|
11688
|
+
"bgHex": "#071e69",
|
|
11689
|
+
"ratio": 14.09,
|
|
11690
|
+
"min": 4.5
|
|
11691
|
+
},
|
|
11229
11692
|
{
|
|
11230
11693
|
"component": "alert",
|
|
11231
11694
|
"context": "ion-alert--solid&ion-alert--neutral",
|
|
@@ -11944,6 +12407,20 @@
|
|
|
11944
12407
|
"ratio": 15.07,
|
|
11945
12408
|
"min": 3
|
|
11946
12409
|
},
|
|
12410
|
+
{
|
|
12411
|
+
"component": "pagination",
|
|
12412
|
+
"context": "ion-pagination ion-pagination__item",
|
|
12413
|
+
"state": "hover",
|
|
12414
|
+
"fg": "--text-default",
|
|
12415
|
+
"bg": "--surface-selected-hover",
|
|
12416
|
+
"backdrop": null,
|
|
12417
|
+
"kind": "text",
|
|
12418
|
+
"mode": "Light",
|
|
12419
|
+
"fgHex": "#131923",
|
|
12420
|
+
"bgHex": "#e2f1fd",
|
|
12421
|
+
"ratio": 15.31,
|
|
12422
|
+
"min": 4.5
|
|
12423
|
+
},
|
|
11947
12424
|
{
|
|
11948
12425
|
"component": "approval-gate",
|
|
11949
12426
|
"context": "ion-approval-gate--low",
|
|
@@ -12604,6 +13081,21 @@
|
|
|
12604
13081
|
"ratio": 15.86,
|
|
12605
13082
|
"min": 4.5
|
|
12606
13083
|
},
|
|
13084
|
+
{
|
|
13085
|
+
"component": "pagination",
|
|
13086
|
+
"context": "ion-pagination ion-pagination__summary",
|
|
13087
|
+
"state": "default",
|
|
13088
|
+
"fg": "--text-secondary",
|
|
13089
|
+
"bg": "--surface-default",
|
|
13090
|
+
"backdrop": null,
|
|
13091
|
+
"kind": "text",
|
|
13092
|
+
"ground": "assumed",
|
|
13093
|
+
"mode": "Dark",
|
|
13094
|
+
"fgHex": "#dde0e4",
|
|
13095
|
+
"bgHex": "#000000",
|
|
13096
|
+
"ratio": 15.86,
|
|
13097
|
+
"min": 4.5
|
|
13098
|
+
},
|
|
12607
13099
|
{
|
|
12608
13100
|
"component": "radio",
|
|
12609
13101
|
"context": "ion-radio ion-radio__label",
|
|
@@ -12777,6 +13269,20 @@
|
|
|
12777
13269
|
"ratio": 15.91,
|
|
12778
13270
|
"min": 4.5
|
|
12779
13271
|
},
|
|
13272
|
+
{
|
|
13273
|
+
"component": "pagination",
|
|
13274
|
+
"context": "ion-pagination ion-pagination__item",
|
|
13275
|
+
"state": "selected",
|
|
13276
|
+
"fg": "--text-default",
|
|
13277
|
+
"bg": "--surface-selected",
|
|
13278
|
+
"backdrop": null,
|
|
13279
|
+
"kind": "text",
|
|
13280
|
+
"mode": "Light",
|
|
13281
|
+
"fgHex": "#131923",
|
|
13282
|
+
"bgHex": "#ebf7ff",
|
|
13283
|
+
"ratio": 16.19,
|
|
13284
|
+
"min": 4.5
|
|
13285
|
+
},
|
|
12780
13286
|
{
|
|
12781
13287
|
"component": "approval-gate",
|
|
12782
13288
|
"context": "ion-approval-gate--high",
|
package/dist/meta/index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"package": "ionbase-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.48.0",
|
|
4
4
|
"usage": "Pick a component here, then read dist/meta/<Name>.json for its full contract.",
|
|
5
5
|
"hooks": [
|
|
6
6
|
"useToast"
|
|
@@ -416,6 +416,23 @@
|
|
|
416
416
|
"detail": "dist/meta/NavItem.json",
|
|
417
417
|
"hasIntent": true
|
|
418
418
|
},
|
|
419
|
+
"Pagination": {
|
|
420
|
+
"summary": "Page navigation for a table or list. Renders prev/next arrows, a truncated run of page numbers, and an optional rows-per-page Select.",
|
|
421
|
+
"status": "stable",
|
|
422
|
+
"variants": {
|
|
423
|
+
"type": [
|
|
424
|
+
"numbered",
|
|
425
|
+
"simple"
|
|
426
|
+
],
|
|
427
|
+
"size": [
|
|
428
|
+
"sm",
|
|
429
|
+
"md",
|
|
430
|
+
"lg"
|
|
431
|
+
]
|
|
432
|
+
},
|
|
433
|
+
"detail": "dist/meta/Pagination.json",
|
|
434
|
+
"hasIntent": true
|
|
435
|
+
},
|
|
419
436
|
"PhoneInput": {
|
|
420
437
|
"summary": "A dial-code block butted against an Input, sharing one outline. It does not pick countries.",
|
|
421
438
|
"status": "stable",
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "pageItems",
|
|
3
|
+
"source": "src/components/Pagination.tsx",
|
|
4
|
+
"propsType": null,
|
|
5
|
+
"description": "Which page numbers to draw, and where the runs are broken.\n\nExported for tests: truncation is the only real logic in this component, and\nthe failure mode is a pager that renders a gap marker with nothing behind it\n— an ellipsis standing in for exactly one page, which is both a lie and a\ncell the user cannot click to reach a page they can see the number of.\n\nThe rule that prevents it: a gap is only drawn where it replaces TWO or more\npages. `left > 2` rather than `left > 1`, and the mirror on the right.",
|
|
6
|
+
"import": "import { pageItems } from 'ionbase-ui';",
|
|
7
|
+
"stylesheet": null,
|
|
8
|
+
"tokens": [],
|
|
9
|
+
"props": {},
|
|
10
|
+
"propCounts": {
|
|
11
|
+
"own": 0,
|
|
12
|
+
"aria": 0,
|
|
13
|
+
"dom": 0,
|
|
14
|
+
"other": 0
|
|
15
|
+
}
|
|
16
|
+
}
|