@ionic/vue 8.7.13-dev.11765921002.107104c2 → 8.7.13-dev.11765925297.1bb45463

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/css/core.css +1 -1
  2. package/css/core.css.map +1 -1
  3. package/css/display.css +1 -1
  4. package/css/display.css.map +1 -1
  5. package/css/flex-utils.css +1 -1
  6. package/css/flex-utils.css.map +1 -1
  7. package/css/float-elements.css.map +1 -1
  8. package/css/global.bundle.css.map +1 -1
  9. package/css/ionic/bundle.ionic.css +1 -0
  10. package/css/ionic/bundle.ionic.css.map +1 -0
  11. package/css/ionic/core.ionic.css +1 -0
  12. package/css/ionic/core.ionic.css.map +1 -0
  13. package/css/ionic/global.bundle.ionic.css +1 -0
  14. package/css/ionic/global.bundle.ionic.css.map +1 -0
  15. package/css/ionic/ionic-swiper.ionic.css +1 -0
  16. package/css/ionic/ionic-swiper.ionic.css.map +1 -0
  17. package/css/ionic/link.ionic.css +1 -0
  18. package/css/ionic/link.ionic.css.map +1 -0
  19. package/css/ionic/structure.ionic.css +1 -0
  20. package/css/ionic/structure.ionic.css.map +1 -0
  21. package/css/ionic/typography.ionic.css +1 -0
  22. package/css/ionic/typography.ionic.css.map +1 -0
  23. package/css/ionic/utils.bundle.ionic.css +1 -0
  24. package/css/ionic/utils.bundle.ionic.css.map +1 -0
  25. package/css/ionic-swiper.css +1 -1
  26. package/css/ionic-swiper.css.map +1 -1
  27. package/css/ionic.bundle.css +1 -1
  28. package/css/ionic.bundle.css.map +1 -1
  29. package/css/normalize.css.map +1 -1
  30. package/css/padding.css.map +1 -1
  31. package/css/palettes/dark.always.css.map +1 -1
  32. package/css/palettes/dark.class.css.map +1 -1
  33. package/css/palettes/dark.system.css.map +1 -1
  34. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  35. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  36. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  37. package/css/palettes/high-contrast.always.css.map +1 -1
  38. package/css/palettes/high-contrast.class.css.map +1 -1
  39. package/css/palettes/high-contrast.system.css.map +1 -1
  40. package/css/structure.css.map +1 -1
  41. package/css/text-alignment.css.map +1 -1
  42. package/css/text-transformation.css.map +1 -1
  43. package/css/typography.css.map +1 -1
  44. package/css/utils.bundle.css +1 -1
  45. package/css/utils.bundle.css.map +1 -1
  46. package/dist/index.js +198 -160
  47. package/dist/index.js.map +1 -1
  48. package/dist/types/proxies.d.ts +1 -0
  49. package/dist/vetur/attributes.json +1600 -178
  50. package/dist/vetur/tags.json +223 -45
  51. package/dist/web-types.json +1543 -121
  52. package/package.json +2 -2
@@ -5,6 +5,7 @@
5
5
  "disabled",
6
6
  "mode",
7
7
  "readonly",
8
+ "theme",
8
9
  "toggle-icon",
9
10
  "toggle-icon-slot",
10
11
  "value"
@@ -19,6 +20,8 @@
19
20
  "mode",
20
21
  "multiple",
21
22
  "readonly",
23
+ "shape",
24
+ "theme",
22
25
  "value"
23
26
  ]
24
27
  },
@@ -37,6 +40,7 @@
37
40
  "leave-animation",
38
41
  "mode",
39
42
  "sub-header",
43
+ "theme",
40
44
  "translucent",
41
45
  "trigger"
42
46
  ]
@@ -58,17 +62,27 @@
58
62
  "message",
59
63
  "mode",
60
64
  "sub-header",
65
+ "theme",
61
66
  "translucent",
62
67
  "trigger"
63
68
  ]
64
69
  },
65
70
  "ion-app": {
66
71
  "description": "",
67
- "attributes": []
72
+ "attributes": [
73
+ "mode",
74
+ "theme"
75
+ ]
68
76
  },
69
77
  "ion-avatar": {
70
78
  "description": "",
71
- "attributes": []
79
+ "attributes": [
80
+ "disabled",
81
+ "mode",
82
+ "shape",
83
+ "size",
84
+ "theme"
85
+ ]
72
86
  },
73
87
  "ion-back-button": {
74
88
  "description": "",
@@ -80,14 +94,17 @@
80
94
  "mode",
81
95
  "router-animation",
82
96
  "text",
97
+ "theme",
83
98
  "type"
84
99
  ]
85
100
  },
86
101
  "ion-backdrop": {
87
102
  "description": "",
88
103
  "attributes": [
104
+ "mode",
89
105
  "stop-propagation",
90
106
  "tappable",
107
+ "theme",
91
108
  "visible"
92
109
  ]
93
110
  },
@@ -95,7 +112,12 @@
95
112
  "description": "",
96
113
  "attributes": [
97
114
  "color",
98
- "mode"
115
+ "hue",
116
+ "mode",
117
+ "shape",
118
+ "size",
119
+ "theme",
120
+ "vertical"
99
121
  ]
100
122
  },
101
123
  "ion-breadcrumb": {
@@ -111,7 +133,8 @@
111
133
  "router-animation",
112
134
  "router-direction",
113
135
  "separator",
114
- "target"
136
+ "target",
137
+ "theme"
115
138
  ]
116
139
  },
117
140
  "ion-breadcrumbs": {
@@ -121,7 +144,8 @@
121
144
  "items-after-collapse",
122
145
  "items-before-collapse",
123
146
  "max-items",
124
- "mode"
147
+ "mode",
148
+ "theme"
125
149
  ]
126
150
  },
127
151
  "ion-button": {
@@ -143,13 +167,16 @@
143
167
  "size",
144
168
  "strong",
145
169
  "target",
170
+ "theme",
146
171
  "type"
147
172
  ]
148
173
  },
149
174
  "ion-buttons": {
150
175
  "description": "",
151
176
  "attributes": [
152
- "collapse"
177
+ "collapse",
178
+ "mode",
179
+ "theme"
153
180
  ]
154
181
  },
155
182
  "ion-card": {
@@ -164,14 +191,17 @@
164
191
  "rel",
165
192
  "router-animation",
166
193
  "router-direction",
194
+ "shape",
167
195
  "target",
196
+ "theme",
168
197
  "type"
169
198
  ]
170
199
  },
171
200
  "ion-card-content": {
172
201
  "description": "",
173
202
  "attributes": [
174
- "mode"
203
+ "mode",
204
+ "theme"
175
205
  ]
176
206
  },
177
207
  "ion-card-header": {
@@ -179,6 +209,7 @@
179
209
  "attributes": [
180
210
  "color",
181
211
  "mode",
212
+ "theme",
182
213
  "translucent"
183
214
  ]
184
215
  },
@@ -186,14 +217,16 @@
186
217
  "description": "",
187
218
  "attributes": [
188
219
  "color",
189
- "mode"
220
+ "mode",
221
+ "theme"
190
222
  ]
191
223
  },
192
224
  "ion-card-title": {
193
225
  "description": "",
194
226
  "attributes": [
195
227
  "color",
196
- "mode"
228
+ "mode",
229
+ "theme"
197
230
  ]
198
231
  },
199
232
  "ion-checkbox": {
@@ -211,6 +244,9 @@
211
244
  "mode",
212
245
  "name",
213
246
  "required",
247
+ "shape",
248
+ "size",
249
+ "theme",
214
250
  "value"
215
251
  ]
216
252
  },
@@ -219,19 +255,30 @@
219
255
  "attributes": [
220
256
  "color",
221
257
  "disabled",
258
+ "hue",
222
259
  "mode",
223
- "outline"
260
+ "outline",
261
+ "shape",
262
+ "size",
263
+ "theme"
224
264
  ]
225
265
  },
226
266
  "ion-col": {
227
267
  "description": "",
228
268
  "attributes": [
269
+ "mode",
229
270
  "offset",
230
271
  "offset-lg",
231
272
  "offset-md",
232
273
  "offset-sm",
233
274
  "offset-xl",
234
275
  "offset-xs",
276
+ "order",
277
+ "order-lg",
278
+ "order-md",
279
+ "order-sm",
280
+ "order-xl",
281
+ "order-xs",
235
282
  "pull",
236
283
  "pull-lg",
237
284
  "pull-md",
@@ -249,7 +296,8 @@
249
296
  "size-md",
250
297
  "size-sm",
251
298
  "size-xl",
252
- "size-xs"
299
+ "size-xs",
300
+ "theme"
253
301
  ]
254
302
  },
255
303
  "ion-content": {
@@ -259,9 +307,11 @@
259
307
  "fixed-slot-placement",
260
308
  "force-overscroll",
261
309
  "fullscreen",
310
+ "mode",
262
311
  "scroll-events",
263
312
  "scroll-x",
264
- "scroll-y"
313
+ "scroll-y",
314
+ "theme"
265
315
  ]
266
316
  },
267
317
  "ion-datetime": {
@@ -296,6 +346,7 @@
296
346
  "show-default-time-label",
297
347
  "show-default-title",
298
348
  "size",
349
+ "theme",
299
350
  "title-selected-dates-formatter",
300
351
  "value",
301
352
  "year-values"
@@ -307,7 +358,15 @@
307
358
  "color",
308
359
  "datetime",
309
360
  "disabled",
310
- "mode"
361
+ "mode",
362
+ "theme"
363
+ ]
364
+ },
365
+ "ion-divider": {
366
+ "description": "",
367
+ "attributes": [
368
+ "inset",
369
+ "spacing"
311
370
  ]
312
371
  },
313
372
  "ion-fab": {
@@ -316,6 +375,8 @@
316
375
  "activated",
317
376
  "edge",
318
377
  "horizontal",
378
+ "mode",
379
+ "theme",
319
380
  "vertical"
320
381
  ]
321
382
  },
@@ -335,6 +396,7 @@
335
396
  "show",
336
397
  "size",
337
398
  "target",
399
+ "theme",
338
400
  "translucent",
339
401
  "type"
340
402
  ]
@@ -343,7 +405,9 @@
343
405
  "description": "",
344
406
  "attributes": [
345
407
  "activated",
346
- "side"
408
+ "mode",
409
+ "side",
410
+ "theme"
347
411
  ]
348
412
  },
349
413
  "ion-footer": {
@@ -351,20 +415,25 @@
351
415
  "attributes": [
352
416
  "collapse",
353
417
  "mode",
418
+ "theme",
354
419
  "translucent"
355
420
  ]
356
421
  },
357
422
  "ion-grid": {
358
423
  "description": "",
359
424
  "attributes": [
360
- "fixed"
425
+ "fixed",
426
+ "mode",
427
+ "theme"
361
428
  ]
362
429
  },
363
430
  "ion-header": {
364
431
  "description": "",
365
432
  "attributes": [
366
433
  "collapse",
434
+ "divider",
367
435
  "mode",
436
+ "theme",
368
437
  "translucent"
369
438
  ]
370
439
  },
@@ -372,14 +441,19 @@
372
441
  "description": "",
373
442
  "attributes": [
374
443
  "alt",
375
- "src"
444
+ "mode",
445
+ "src",
446
+ "theme"
376
447
  ]
377
448
  },
378
449
  "ion-infinite-scroll": {
379
450
  "description": "",
380
451
  "attributes": [
381
452
  "disabled",
453
+ "mode",
382
454
  "position",
455
+ "preserve-rerender-scroll-position",
456
+ "theme",
383
457
  "threshold"
384
458
  ]
385
459
  },
@@ -387,7 +461,9 @@
387
461
  "description": "",
388
462
  "attributes": [
389
463
  "loading-spinner",
390
- "loading-text"
464
+ "loading-text",
465
+ "mode",
466
+ "theme"
391
467
  ]
392
468
  },
393
469
  "ion-input": {
@@ -424,8 +500,10 @@
424
500
  "readonly",
425
501
  "required",
426
502
  "shape",
503
+ "size",
427
504
  "spellcheck",
428
505
  "step",
506
+ "theme",
429
507
  "type",
430
508
  "value"
431
509
  ]
@@ -473,6 +551,7 @@
473
551
  "router-animation",
474
552
  "router-direction",
475
553
  "target",
554
+ "theme",
476
555
  "type"
477
556
  ]
478
557
  },
@@ -481,12 +560,16 @@
481
560
  "attributes": [
482
561
  "color",
483
562
  "mode",
484
- "sticky"
563
+ "sticky",
564
+ "theme"
485
565
  ]
486
566
  },
487
567
  "ion-item-group": {
488
568
  "description": "",
489
- "attributes": []
569
+ "attributes": [
570
+ "mode",
571
+ "theme"
572
+ ]
490
573
  },
491
574
  "ion-item-option": {
492
575
  "description": "",
@@ -496,22 +579,29 @@
496
579
  "download",
497
580
  "expandable",
498
581
  "href",
582
+ "hue",
499
583
  "mode",
500
584
  "rel",
585
+ "shape",
501
586
  "target",
587
+ "theme",
502
588
  "type"
503
589
  ]
504
590
  },
505
591
  "ion-item-options": {
506
592
  "description": "",
507
593
  "attributes": [
508
- "side"
594
+ "mode",
595
+ "side",
596
+ "theme"
509
597
  ]
510
598
  },
511
599
  "ion-item-sliding": {
512
600
  "description": "",
513
601
  "attributes": [
514
- "disabled"
602
+ "disabled",
603
+ "mode",
604
+ "theme"
515
605
  ]
516
606
  },
517
607
  "ion-label": {
@@ -519,7 +609,8 @@
519
609
  "attributes": [
520
610
  "color",
521
611
  "mode",
522
- "position"
612
+ "position",
613
+ "theme"
523
614
  ]
524
615
  },
525
616
  "ion-list": {
@@ -527,7 +618,9 @@
527
618
  "attributes": [
528
619
  "inset",
529
620
  "lines",
530
- "mode"
621
+ "mode",
622
+ "shape",
623
+ "theme"
531
624
  ]
532
625
  },
533
626
  "ion-list-header": {
@@ -535,7 +628,8 @@
535
628
  "attributes": [
536
629
  "color",
537
630
  "lines",
538
- "mode"
631
+ "mode",
632
+ "theme"
539
633
  ]
540
634
  },
541
635
  "ion-loading": {
@@ -554,6 +648,7 @@
554
648
  "mode",
555
649
  "show-backdrop",
556
650
  "spinner",
651
+ "theme",
557
652
  "translucent",
558
653
  "trigger"
559
654
  ]
@@ -565,8 +660,10 @@
565
660
  "disabled",
566
661
  "max-edge-start",
567
662
  "menu-id",
663
+ "mode",
568
664
  "side",
569
665
  "swipe-gesture",
666
+ "theme",
570
667
  "type"
571
668
  ]
572
669
  },
@@ -578,6 +675,7 @@
578
675
  "disabled",
579
676
  "menu",
580
677
  "mode",
678
+ "theme",
581
679
  "type"
582
680
  ]
583
681
  },
@@ -585,7 +683,9 @@
585
683
  "description": "",
586
684
  "attributes": [
587
685
  "auto-hide",
588
- "menu"
686
+ "menu",
687
+ "mode",
688
+ "theme"
589
689
  ]
590
690
  },
591
691
  "ion-modal": {
@@ -609,7 +709,9 @@
609
709
  "leave-animation",
610
710
  "mode",
611
711
  "presenting-element",
712
+ "shape",
612
713
  "show-backdrop",
714
+ "theme",
613
715
  "trigger"
614
716
  ]
615
717
  },
@@ -618,9 +720,11 @@
618
720
  "attributes": [
619
721
  "animated",
620
722
  "animation",
723
+ "mode",
621
724
  "root",
622
725
  "root-params",
623
- "swipe-gesture"
726
+ "swipe-gesture",
727
+ "theme"
624
728
  ]
625
729
  },
626
730
  "ion-nav-link": {
@@ -628,21 +732,25 @@
628
732
  "attributes": [
629
733
  "component",
630
734
  "component-props",
735
+ "mode",
631
736
  "router-animation",
632
- "router-direction"
737
+ "router-direction",
738
+ "theme"
633
739
  ]
634
740
  },
635
741
  "ion-note": {
636
742
  "description": "",
637
743
  "attributes": [
638
744
  "color",
639
- "mode"
745
+ "mode",
746
+ "theme"
640
747
  ]
641
748
  },
642
749
  "ion-picker": {
643
750
  "description": "",
644
751
  "attributes": [
645
- "mode"
752
+ "mode",
753
+ "theme"
646
754
  ]
647
755
  },
648
756
  "ion-picker-column": {
@@ -651,6 +759,7 @@
651
759
  "color",
652
760
  "disabled",
653
761
  "mode",
762
+ "theme",
654
763
  "value"
655
764
  ]
656
765
  },
@@ -659,6 +768,8 @@
659
768
  "attributes": [
660
769
  "color",
661
770
  "disabled",
771
+ "mode",
772
+ "theme",
662
773
  "value"
663
774
  ]
664
775
  },
@@ -678,6 +789,7 @@
678
789
  "leave-animation",
679
790
  "mode",
680
791
  "show-backdrop",
792
+ "theme",
681
793
  "trigger"
682
794
  ]
683
795
  },
@@ -704,6 +816,7 @@
704
816
  "show-backdrop",
705
817
  "side",
706
818
  "size",
819
+ "theme",
707
820
  "translucent",
708
821
  "trigger",
709
822
  "trigger-action"
@@ -716,6 +829,8 @@
716
829
  "color",
717
830
  "mode",
718
831
  "reversed",
832
+ "shape",
833
+ "theme",
719
834
  "type",
720
835
  "value"
721
836
  ]
@@ -730,6 +845,7 @@
730
845
  "label-placement",
731
846
  "mode",
732
847
  "name",
848
+ "theme",
733
849
  "value"
734
850
  ]
735
851
  },
@@ -740,7 +856,9 @@
740
856
  "compare-with",
741
857
  "error-text",
742
858
  "helper-text",
859
+ "mode",
743
860
  "name",
861
+ "theme",
744
862
  "value"
745
863
  ]
746
864
  },
@@ -762,6 +880,7 @@
762
880
  "pin-formatter",
763
881
  "snaps",
764
882
  "step",
883
+ "theme",
765
884
  "ticks",
766
885
  "value"
767
886
  ]
@@ -775,31 +894,41 @@
775
894
  "pull-factor",
776
895
  "pull-max",
777
896
  "pull-min",
778
- "snapback-duration"
897
+ "snapback-duration",
898
+ "theme"
779
899
  ]
780
900
  },
781
901
  "ion-refresher-content": {
782
902
  "description": "",
783
903
  "attributes": [
904
+ "mode",
784
905
  "pulling-icon",
785
906
  "pulling-text",
786
907
  "refreshing-spinner",
787
- "refreshing-text"
908
+ "refreshing-text",
909
+ "theme"
788
910
  ]
789
911
  },
790
912
  "ion-reorder": {
791
913
  "description": "",
792
- "attributes": []
914
+ "attributes": [
915
+ "mode",
916
+ "theme"
917
+ ]
793
918
  },
794
919
  "ion-reorder-group": {
795
920
  "description": "",
796
921
  "attributes": [
797
- "disabled"
922
+ "disabled",
923
+ "mode",
924
+ "theme"
798
925
  ]
799
926
  },
800
927
  "ion-ripple-effect": {
801
928
  "description": "",
802
929
  "attributes": [
930
+ "mode",
931
+ "theme",
803
932
  "type"
804
933
  ]
805
934
  },
@@ -810,6 +939,8 @@
810
939
  "before-leave",
811
940
  "component",
812
941
  "component-props",
942
+ "mode",
943
+ "theme",
813
944
  "url"
814
945
  ]
815
946
  },
@@ -823,7 +954,9 @@
823
954
  "ion-router": {
824
955
  "description": "",
825
956
  "attributes": [
957
+ "mode",
826
958
  "root",
959
+ "theme",
827
960
  "use-hash"
828
961
  ]
829
962
  },
@@ -832,10 +965,12 @@
832
965
  "attributes": [
833
966
  "color",
834
967
  "href",
968
+ "mode",
835
969
  "rel",
836
970
  "router-animation",
837
971
  "router-direction",
838
- "target"
972
+ "target",
973
+ "theme"
839
974
  ]
840
975
  },
841
976
  "ion-router-outlet": {
@@ -843,12 +978,16 @@
843
978
  "attributes": [
844
979
  "animated",
845
980
  "animation",
846
- "mode"
981
+ "mode",
982
+ "theme"
847
983
  ]
848
984
  },
849
985
  "ion-row": {
850
986
  "description": "",
851
- "attributes": []
987
+ "attributes": [
988
+ "mode",
989
+ "theme"
990
+ ]
852
991
  },
853
992
  "ion-searchbar": {
854
993
  "description": "",
@@ -871,9 +1010,12 @@
871
1010
  "name",
872
1011
  "placeholder",
873
1012
  "search-icon",
1013
+ "shape",
874
1014
  "show-cancel-button",
875
1015
  "show-clear-button",
1016
+ "size",
876
1017
  "spellcheck",
1018
+ "theme",
877
1019
  "type",
878
1020
  "value"
879
1021
  ]
@@ -887,6 +1029,7 @@
887
1029
  "scrollable",
888
1030
  "select-on-focus",
889
1031
  "swipe-gesture",
1032
+ "theme",
890
1033
  "value"
891
1034
  ]
892
1035
  },
@@ -897,6 +1040,7 @@
897
1040
  "disabled",
898
1041
  "layout",
899
1042
  "mode",
1043
+ "theme",
900
1044
  "type",
901
1045
  "value"
902
1046
  ]
@@ -935,6 +1079,8 @@
935
1079
  "required",
936
1080
  "selected-text",
937
1081
  "shape",
1082
+ "size",
1083
+ "theme",
938
1084
  "toggle-icon",
939
1085
  "value"
940
1086
  ]
@@ -951,13 +1097,17 @@
951
1097
  "description": "",
952
1098
  "attributes": [
953
1099
  "disabled",
1100
+ "mode",
1101
+ "theme",
954
1102
  "value"
955
1103
  ]
956
1104
  },
957
1105
  "ion-skeleton-text": {
958
1106
  "description": "",
959
1107
  "attributes": [
960
- "animated"
1108
+ "animated",
1109
+ "mode",
1110
+ "theme"
961
1111
  ]
962
1112
  },
963
1113
  "ion-spinner": {
@@ -965,8 +1115,11 @@
965
1115
  "attributes": [
966
1116
  "color",
967
1117
  "duration",
1118
+ "mode",
968
1119
  "name",
969
- "paused"
1120
+ "paused",
1121
+ "size",
1122
+ "theme"
970
1123
  ]
971
1124
  },
972
1125
  "ion-split-pane": {
@@ -974,6 +1127,8 @@
974
1127
  "attributes": [
975
1128
  "content-id",
976
1129
  "disabled",
1130
+ "mode",
1131
+ "theme",
977
1132
  "when"
978
1133
  ]
979
1134
  },
@@ -981,15 +1136,20 @@
981
1136
  "description": "",
982
1137
  "attributes": [
983
1138
  "component",
984
- "tab"
1139
+ "mode",
1140
+ "tab",
1141
+ "theme"
985
1142
  ]
986
1143
  },
987
1144
  "ion-tab-bar": {
988
1145
  "description": "",
989
1146
  "attributes": [
990
1147
  "color",
1148
+ "expand",
991
1149
  "mode",
992
1150
  "selected-tab",
1151
+ "shape",
1152
+ "theme",
993
1153
  "translucent"
994
1154
  ]
995
1155
  },
@@ -1003,19 +1163,25 @@
1003
1163
  "mode",
1004
1164
  "rel",
1005
1165
  "selected",
1166
+ "shape",
1006
1167
  "tab",
1007
- "target"
1168
+ "target",
1169
+ "theme"
1008
1170
  ]
1009
1171
  },
1010
1172
  "ion-tabs": {
1011
1173
  "description": "",
1012
- "attributes": []
1174
+ "attributes": [
1175
+ "mode",
1176
+ "theme"
1177
+ ]
1013
1178
  },
1014
1179
  "ion-text": {
1015
1180
  "description": "",
1016
1181
  "attributes": [
1017
1182
  "color",
1018
- "mode"
1183
+ "mode",
1184
+ "theme"
1019
1185
  ]
1020
1186
  },
1021
1187
  "ion-textarea": {
@@ -1047,20 +1213,27 @@
1047
1213
  "required",
1048
1214
  "rows",
1049
1215
  "shape",
1216
+ "size",
1050
1217
  "spellcheck",
1218
+ "theme",
1051
1219
  "value",
1052
1220
  "wrap"
1053
1221
  ]
1054
1222
  },
1055
1223
  "ion-thumbnail": {
1056
1224
  "description": "",
1057
- "attributes": []
1225
+ "attributes": [
1226
+ "mode",
1227
+ "theme"
1228
+ ]
1058
1229
  },
1059
1230
  "ion-title": {
1060
1231
  "description": "",
1061
1232
  "attributes": [
1062
1233
  "color",
1063
- "size"
1234
+ "mode",
1235
+ "size",
1236
+ "theme"
1064
1237
  ]
1065
1238
  },
1066
1239
  "ion-toast": {
@@ -1074,6 +1247,7 @@
1074
1247
  "enter-animation",
1075
1248
  "header",
1076
1249
  "html-attributes",
1250
+ "hue",
1077
1251
  "icon",
1078
1252
  "is-open",
1079
1253
  "keyboard-close",
@@ -1083,7 +1257,9 @@
1083
1257
  "mode",
1084
1258
  "position",
1085
1259
  "position-anchor",
1260
+ "shape",
1086
1261
  "swipe-gesture",
1262
+ "theme",
1087
1263
  "translucent",
1088
1264
  "trigger"
1089
1265
  ]
@@ -1103,6 +1279,7 @@
1103
1279
  "mode",
1104
1280
  "name",
1105
1281
  "required",
1282
+ "theme",
1106
1283
  "value"
1107
1284
  ]
1108
1285
  },
@@ -1110,7 +1287,8 @@
1110
1287
  "description": "",
1111
1288
  "attributes": [
1112
1289
  "color",
1113
- "mode"
1290
+ "mode",
1291
+ "theme"
1114
1292
  ]
1115
1293
  }
1116
1294
  }