@ionic/vue 8.8.5 → 8.8.6-dev.11777490150.1970e4f2

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 +210 -162
  47. package/dist/index.js.map +1 -1
  48. package/dist/types/proxies.d.ts +2 -0
  49. package/dist/vetur/attributes.json +1612 -106
  50. package/dist/vetur/tags.json +240 -45
  51. package/dist/web-types.json +1700 -133
  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,35 @@
351
415
  "attributes": [
352
416
  "collapse",
353
417
  "mode",
418
+ "theme",
354
419
  "translucent"
355
420
  ]
356
421
  },
422
+ "ion-gallery": {
423
+ "description": "",
424
+ "attributes": [
425
+ "columns",
426
+ "layout",
427
+ "mode",
428
+ "order",
429
+ "theme"
430
+ ]
431
+ },
357
432
  "ion-grid": {
358
433
  "description": "",
359
434
  "attributes": [
360
- "fixed"
435
+ "fixed",
436
+ "mode",
437
+ "theme"
361
438
  ]
362
439
  },
363
440
  "ion-header": {
364
441
  "description": "",
365
442
  "attributes": [
366
443
  "collapse",
444
+ "divider",
367
445
  "mode",
446
+ "theme",
368
447
  "translucent"
369
448
  ]
370
449
  },
@@ -372,14 +451,19 @@
372
451
  "description": "",
373
452
  "attributes": [
374
453
  "alt",
375
- "src"
454
+ "mode",
455
+ "src",
456
+ "theme"
376
457
  ]
377
458
  },
378
459
  "ion-infinite-scroll": {
379
460
  "description": "",
380
461
  "attributes": [
381
462
  "disabled",
463
+ "mode",
382
464
  "position",
465
+ "preserve-rerender-scroll-position",
466
+ "theme",
383
467
  "threshold"
384
468
  ]
385
469
  },
@@ -387,7 +471,9 @@
387
471
  "description": "",
388
472
  "attributes": [
389
473
  "loading-spinner",
390
- "loading-text"
474
+ "loading-text",
475
+ "mode",
476
+ "theme"
391
477
  ]
392
478
  },
393
479
  "ion-input": {
@@ -424,8 +510,10 @@
424
510
  "readonly",
425
511
  "required",
426
512
  "shape",
513
+ "size",
427
514
  "spellcheck",
428
515
  "step",
516
+ "theme",
429
517
  "type",
430
518
  "value"
431
519
  ]
@@ -439,11 +527,13 @@
439
527
  "fill",
440
528
  "inputmode",
441
529
  "length",
530
+ "mode",
442
531
  "pattern",
443
532
  "readonly",
444
533
  "separators",
445
534
  "shape",
446
535
  "size",
536
+ "theme",
447
537
  "type",
448
538
  "value"
449
539
  ]
@@ -473,6 +563,7 @@
473
563
  "router-animation",
474
564
  "router-direction",
475
565
  "target",
566
+ "theme",
476
567
  "type"
477
568
  ]
478
569
  },
@@ -481,12 +572,16 @@
481
572
  "attributes": [
482
573
  "color",
483
574
  "mode",
484
- "sticky"
575
+ "sticky",
576
+ "theme"
485
577
  ]
486
578
  },
487
579
  "ion-item-group": {
488
580
  "description": "",
489
- "attributes": []
581
+ "attributes": [
582
+ "mode",
583
+ "theme"
584
+ ]
490
585
  },
491
586
  "ion-item-option": {
492
587
  "description": "",
@@ -496,22 +591,29 @@
496
591
  "download",
497
592
  "expandable",
498
593
  "href",
594
+ "hue",
499
595
  "mode",
500
596
  "rel",
597
+ "shape",
501
598
  "target",
599
+ "theme",
502
600
  "type"
503
601
  ]
504
602
  },
505
603
  "ion-item-options": {
506
604
  "description": "",
507
605
  "attributes": [
508
- "side"
606
+ "mode",
607
+ "side",
608
+ "theme"
509
609
  ]
510
610
  },
511
611
  "ion-item-sliding": {
512
612
  "description": "",
513
613
  "attributes": [
514
- "disabled"
614
+ "disabled",
615
+ "mode",
616
+ "theme"
515
617
  ]
516
618
  },
517
619
  "ion-label": {
@@ -519,7 +621,8 @@
519
621
  "attributes": [
520
622
  "color",
521
623
  "mode",
522
- "position"
624
+ "position",
625
+ "theme"
523
626
  ]
524
627
  },
525
628
  "ion-list": {
@@ -527,7 +630,9 @@
527
630
  "attributes": [
528
631
  "inset",
529
632
  "lines",
530
- "mode"
633
+ "mode",
634
+ "shape",
635
+ "theme"
531
636
  ]
532
637
  },
533
638
  "ion-list-header": {
@@ -535,7 +640,8 @@
535
640
  "attributes": [
536
641
  "color",
537
642
  "lines",
538
- "mode"
643
+ "mode",
644
+ "theme"
539
645
  ]
540
646
  },
541
647
  "ion-loading": {
@@ -554,6 +660,7 @@
554
660
  "mode",
555
661
  "show-backdrop",
556
662
  "spinner",
663
+ "theme",
557
664
  "translucent",
558
665
  "trigger"
559
666
  ]
@@ -565,8 +672,10 @@
565
672
  "disabled",
566
673
  "max-edge-start",
567
674
  "menu-id",
675
+ "mode",
568
676
  "side",
569
677
  "swipe-gesture",
678
+ "theme",
570
679
  "type"
571
680
  ]
572
681
  },
@@ -578,6 +687,7 @@
578
687
  "disabled",
579
688
  "menu",
580
689
  "mode",
690
+ "theme",
581
691
  "type"
582
692
  ]
583
693
  },
@@ -585,7 +695,9 @@
585
695
  "description": "",
586
696
  "attributes": [
587
697
  "auto-hide",
588
- "menu"
698
+ "menu",
699
+ "mode",
700
+ "theme"
589
701
  ]
590
702
  },
591
703
  "ion-modal": {
@@ -609,7 +721,9 @@
609
721
  "leave-animation",
610
722
  "mode",
611
723
  "presenting-element",
724
+ "shape",
612
725
  "show-backdrop",
726
+ "theme",
613
727
  "trigger"
614
728
  ]
615
729
  },
@@ -618,9 +732,11 @@
618
732
  "attributes": [
619
733
  "animated",
620
734
  "animation",
735
+ "mode",
621
736
  "root",
622
737
  "root-params",
623
- "swipe-gesture"
738
+ "swipe-gesture",
739
+ "theme"
624
740
  ]
625
741
  },
626
742
  "ion-nav-link": {
@@ -628,21 +744,25 @@
628
744
  "attributes": [
629
745
  "component",
630
746
  "component-props",
747
+ "mode",
631
748
  "router-animation",
632
- "router-direction"
749
+ "router-direction",
750
+ "theme"
633
751
  ]
634
752
  },
635
753
  "ion-note": {
636
754
  "description": "",
637
755
  "attributes": [
638
756
  "color",
639
- "mode"
757
+ "mode",
758
+ "theme"
640
759
  ]
641
760
  },
642
761
  "ion-picker": {
643
762
  "description": "",
644
763
  "attributes": [
645
- "mode"
764
+ "mode",
765
+ "theme"
646
766
  ]
647
767
  },
648
768
  "ion-picker-column": {
@@ -651,6 +771,7 @@
651
771
  "color",
652
772
  "disabled",
653
773
  "mode",
774
+ "theme",
654
775
  "value"
655
776
  ]
656
777
  },
@@ -659,6 +780,8 @@
659
780
  "attributes": [
660
781
  "color",
661
782
  "disabled",
783
+ "mode",
784
+ "theme",
662
785
  "value"
663
786
  ]
664
787
  },
@@ -678,6 +801,7 @@
678
801
  "leave-animation",
679
802
  "mode",
680
803
  "show-backdrop",
804
+ "theme",
681
805
  "trigger"
682
806
  ]
683
807
  },
@@ -704,6 +828,7 @@
704
828
  "show-backdrop",
705
829
  "side",
706
830
  "size",
831
+ "theme",
707
832
  "translucent",
708
833
  "trigger",
709
834
  "trigger-action"
@@ -716,6 +841,8 @@
716
841
  "color",
717
842
  "mode",
718
843
  "reversed",
844
+ "shape",
845
+ "theme",
719
846
  "type",
720
847
  "value"
721
848
  ]
@@ -730,6 +857,7 @@
730
857
  "label-placement",
731
858
  "mode",
732
859
  "name",
860
+ "theme",
733
861
  "value"
734
862
  ]
735
863
  },
@@ -740,7 +868,9 @@
740
868
  "compare-with",
741
869
  "error-text",
742
870
  "helper-text",
871
+ "mode",
743
872
  "name",
873
+ "theme",
744
874
  "value"
745
875
  ]
746
876
  },
@@ -762,6 +892,7 @@
762
892
  "pin-formatter",
763
893
  "snaps",
764
894
  "step",
895
+ "theme",
765
896
  "ticks",
766
897
  "value"
767
898
  ]
@@ -775,31 +906,41 @@
775
906
  "pull-factor",
776
907
  "pull-max",
777
908
  "pull-min",
778
- "snapback-duration"
909
+ "snapback-duration",
910
+ "theme"
779
911
  ]
780
912
  },
781
913
  "ion-refresher-content": {
782
914
  "description": "",
783
915
  "attributes": [
916
+ "mode",
784
917
  "pulling-icon",
785
918
  "pulling-text",
786
919
  "refreshing-spinner",
787
- "refreshing-text"
920
+ "refreshing-text",
921
+ "theme"
788
922
  ]
789
923
  },
790
924
  "ion-reorder": {
791
925
  "description": "",
792
- "attributes": []
926
+ "attributes": [
927
+ "mode",
928
+ "theme"
929
+ ]
793
930
  },
794
931
  "ion-reorder-group": {
795
932
  "description": "",
796
933
  "attributes": [
797
- "disabled"
934
+ "disabled",
935
+ "mode",
936
+ "theme"
798
937
  ]
799
938
  },
800
939
  "ion-ripple-effect": {
801
940
  "description": "",
802
941
  "attributes": [
942
+ "mode",
943
+ "theme",
803
944
  "type"
804
945
  ]
805
946
  },
@@ -810,6 +951,8 @@
810
951
  "before-leave",
811
952
  "component",
812
953
  "component-props",
954
+ "mode",
955
+ "theme",
813
956
  "url"
814
957
  ]
815
958
  },
@@ -823,7 +966,9 @@
823
966
  "ion-router": {
824
967
  "description": "",
825
968
  "attributes": [
969
+ "mode",
826
970
  "root",
971
+ "theme",
827
972
  "use-hash"
828
973
  ]
829
974
  },
@@ -832,10 +977,12 @@
832
977
  "attributes": [
833
978
  "color",
834
979
  "href",
980
+ "mode",
835
981
  "rel",
836
982
  "router-animation",
837
983
  "router-direction",
838
- "target"
984
+ "target",
985
+ "theme"
839
986
  ]
840
987
  },
841
988
  "ion-router-outlet": {
@@ -843,12 +990,16 @@
843
990
  "attributes": [
844
991
  "animated",
845
992
  "animation",
846
- "mode"
993
+ "mode",
994
+ "theme"
847
995
  ]
848
996
  },
849
997
  "ion-row": {
850
998
  "description": "",
851
- "attributes": []
999
+ "attributes": [
1000
+ "mode",
1001
+ "theme"
1002
+ ]
852
1003
  },
853
1004
  "ion-searchbar": {
854
1005
  "description": "",
@@ -871,9 +1022,12 @@
871
1022
  "name",
872
1023
  "placeholder",
873
1024
  "search-icon",
1025
+ "shape",
874
1026
  "show-cancel-button",
875
1027
  "show-clear-button",
1028
+ "size",
876
1029
  "spellcheck",
1030
+ "theme",
877
1031
  "type",
878
1032
  "value"
879
1033
  ]
@@ -887,6 +1041,7 @@
887
1041
  "scrollable",
888
1042
  "select-on-focus",
889
1043
  "swipe-gesture",
1044
+ "theme",
890
1045
  "value"
891
1046
  ]
892
1047
  },
@@ -897,6 +1052,7 @@
897
1052
  "disabled",
898
1053
  "layout",
899
1054
  "mode",
1055
+ "theme",
900
1056
  "type",
901
1057
  "value"
902
1058
  ]
@@ -915,6 +1071,7 @@
915
1071
  "ion-select": {
916
1072
  "description": "",
917
1073
  "attributes": [
1074
+ "cancel-icon",
918
1075
  "cancel-text",
919
1076
  "color",
920
1077
  "compare-with",
@@ -936,6 +1093,8 @@
936
1093
  "required",
937
1094
  "selected-text",
938
1095
  "shape",
1096
+ "size",
1097
+ "theme",
939
1098
  "toggle-icon",
940
1099
  "value"
941
1100
  ]
@@ -943,6 +1102,7 @@
943
1102
  "ion-select-modal": {
944
1103
  "description": "",
945
1104
  "attributes": [
1105
+ "cancel-icon",
946
1106
  "cancel-text",
947
1107
  "header",
948
1108
  "multiple",
@@ -952,14 +1112,19 @@
952
1112
  "ion-select-option": {
953
1113
  "description": "",
954
1114
  "attributes": [
1115
+ "description",
955
1116
  "disabled",
1117
+ "mode",
1118
+ "theme",
956
1119
  "value"
957
1120
  ]
958
1121
  },
959
1122
  "ion-skeleton-text": {
960
1123
  "description": "",
961
1124
  "attributes": [
962
- "animated"
1125
+ "animated",
1126
+ "mode",
1127
+ "theme"
963
1128
  ]
964
1129
  },
965
1130
  "ion-spinner": {
@@ -967,8 +1132,11 @@
967
1132
  "attributes": [
968
1133
  "color",
969
1134
  "duration",
1135
+ "mode",
970
1136
  "name",
971
- "paused"
1137
+ "paused",
1138
+ "size",
1139
+ "theme"
972
1140
  ]
973
1141
  },
974
1142
  "ion-split-pane": {
@@ -976,6 +1144,8 @@
976
1144
  "attributes": [
977
1145
  "content-id",
978
1146
  "disabled",
1147
+ "mode",
1148
+ "theme",
979
1149
  "when"
980
1150
  ]
981
1151
  },
@@ -983,15 +1153,21 @@
983
1153
  "description": "",
984
1154
  "attributes": [
985
1155
  "component",
986
- "tab"
1156
+ "mode",
1157
+ "tab",
1158
+ "theme"
987
1159
  ]
988
1160
  },
989
1161
  "ion-tab-bar": {
990
1162
  "description": "",
991
1163
  "attributes": [
992
1164
  "color",
1165
+ "expand",
1166
+ "hide-on-scroll",
993
1167
  "mode",
994
1168
  "selected-tab",
1169
+ "shape",
1170
+ "theme",
995
1171
  "translucent"
996
1172
  ]
997
1173
  },
@@ -1005,19 +1181,25 @@
1005
1181
  "mode",
1006
1182
  "rel",
1007
1183
  "selected",
1184
+ "shape",
1008
1185
  "tab",
1009
- "target"
1186
+ "target",
1187
+ "theme"
1010
1188
  ]
1011
1189
  },
1012
1190
  "ion-tabs": {
1013
1191
  "description": "",
1014
- "attributes": []
1192
+ "attributes": [
1193
+ "mode",
1194
+ "theme"
1195
+ ]
1015
1196
  },
1016
1197
  "ion-text": {
1017
1198
  "description": "",
1018
1199
  "attributes": [
1019
1200
  "color",
1020
- "mode"
1201
+ "mode",
1202
+ "theme"
1021
1203
  ]
1022
1204
  },
1023
1205
  "ion-textarea": {
@@ -1049,20 +1231,27 @@
1049
1231
  "required",
1050
1232
  "rows",
1051
1233
  "shape",
1234
+ "size",
1052
1235
  "spellcheck",
1236
+ "theme",
1053
1237
  "value",
1054
1238
  "wrap"
1055
1239
  ]
1056
1240
  },
1057
1241
  "ion-thumbnail": {
1058
1242
  "description": "",
1059
- "attributes": []
1243
+ "attributes": [
1244
+ "mode",
1245
+ "theme"
1246
+ ]
1060
1247
  },
1061
1248
  "ion-title": {
1062
1249
  "description": "",
1063
1250
  "attributes": [
1064
1251
  "color",
1065
- "size"
1252
+ "mode",
1253
+ "size",
1254
+ "theme"
1066
1255
  ]
1067
1256
  },
1068
1257
  "ion-toast": {
@@ -1076,6 +1265,7 @@
1076
1265
  "enter-animation",
1077
1266
  "header",
1078
1267
  "html-attributes",
1268
+ "hue",
1079
1269
  "icon",
1080
1270
  "is-open",
1081
1271
  "keyboard-close",
@@ -1085,7 +1275,9 @@
1085
1275
  "mode",
1086
1276
  "position",
1087
1277
  "position-anchor",
1278
+ "shape",
1088
1279
  "swipe-gesture",
1280
+ "theme",
1089
1281
  "translucent",
1090
1282
  "trigger"
1091
1283
  ]
@@ -1105,6 +1297,7 @@
1105
1297
  "mode",
1106
1298
  "name",
1107
1299
  "required",
1300
+ "theme",
1108
1301
  "value"
1109
1302
  ]
1110
1303
  },
@@ -1112,7 +1305,9 @@
1112
1305
  "description": "",
1113
1306
  "attributes": [
1114
1307
  "color",
1115
- "mode"
1308
+ "mode",
1309
+ "theme",
1310
+ "title-placement"
1116
1311
  ]
1117
1312
  }
1118
1313
  }