@ionic/vue 8.5.2-dev.11742574407.1a7233c2 → 8.5.2-dev.11742935752.148f25e6

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 (51) 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-swiper.css +1 -1
  10. package/css/ionic-swiper.css.map +1 -1
  11. package/css/ionic.bundle.css +1 -1
  12. package/css/ionic.bundle.css.map +1 -1
  13. package/css/normalize.css.map +1 -1
  14. package/css/padding.css.map +1 -1
  15. package/css/palettes/dark.always.css.map +1 -1
  16. package/css/palettes/dark.class.css.map +1 -1
  17. package/css/palettes/dark.system.css.map +1 -1
  18. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  19. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  20. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  21. package/css/palettes/high-contrast.always.css.map +1 -1
  22. package/css/palettes/high-contrast.class.css.map +1 -1
  23. package/css/palettes/high-contrast.system.css.map +1 -1
  24. package/css/structure.css.map +1 -1
  25. package/css/text-alignment.css.map +1 -1
  26. package/css/text-transformation.css.map +1 -1
  27. package/css/typography.css.map +1 -1
  28. package/css/utils.bundle.css +1 -1
  29. package/css/utils.bundle.css.map +1 -1
  30. package/dist/index.js +15 -37
  31. package/dist/index.js.map +1 -1
  32. package/dist/vetur/attributes.json +175 -1511
  33. package/dist/vetur/tags.json +45 -204
  34. package/dist/web-types.json +116 -1392
  35. package/package.json +2 -2
  36. package/css/ionic/bundle.ionic.css +0 -1
  37. package/css/ionic/bundle.ionic.css.map +0 -1
  38. package/css/ionic/core.ionic.css +0 -1
  39. package/css/ionic/core.ionic.css.map +0 -1
  40. package/css/ionic/global.bundle.ionic.css +0 -1
  41. package/css/ionic/global.bundle.ionic.css.map +0 -1
  42. package/css/ionic/ionic-swiper.ionic.css +0 -1
  43. package/css/ionic/ionic-swiper.ionic.css.map +0 -1
  44. package/css/ionic/link.ionic.css +0 -1
  45. package/css/ionic/link.ionic.css.map +0 -1
  46. package/css/ionic/structure.ionic.css +0 -1
  47. package/css/ionic/structure.ionic.css.map +0 -1
  48. package/css/ionic/typography.ionic.css +0 -1
  49. package/css/ionic/typography.ionic.css.map +0 -1
  50. package/css/ionic/utils.bundle.ionic.css +0 -1
  51. package/css/ionic/utils.bundle.ionic.css.map +0 -1
@@ -5,7 +5,6 @@
5
5
  "disabled",
6
6
  "mode",
7
7
  "readonly",
8
- "theme",
9
8
  "toggle-icon",
10
9
  "toggle-icon-slot",
11
10
  "value"
@@ -20,8 +19,6 @@
20
19
  "mode",
21
20
  "multiple",
22
21
  "readonly",
23
- "shape",
24
- "theme",
25
22
  "value"
26
23
  ]
27
24
  },
@@ -40,7 +37,6 @@
40
37
  "leave-animation",
41
38
  "mode",
42
39
  "sub-header",
43
- "theme",
44
40
  "translucent",
45
41
  "trigger"
46
42
  ]
@@ -62,26 +58,17 @@
62
58
  "message",
63
59
  "mode",
64
60
  "sub-header",
65
- "theme",
66
61
  "translucent",
67
62
  "trigger"
68
63
  ]
69
64
  },
70
65
  "ion-app": {
71
66
  "description": "",
72
- "attributes": [
73
- "mode",
74
- "theme"
75
- ]
67
+ "attributes": []
76
68
  },
77
69
  "ion-avatar": {
78
70
  "description": "",
79
- "attributes": [
80
- "mode",
81
- "shape",
82
- "size",
83
- "theme"
84
- ]
71
+ "attributes": []
85
72
  },
86
73
  "ion-back-button": {
87
74
  "description": "",
@@ -93,17 +80,14 @@
93
80
  "mode",
94
81
  "router-animation",
95
82
  "text",
96
- "theme",
97
83
  "type"
98
84
  ]
99
85
  },
100
86
  "ion-backdrop": {
101
87
  "description": "",
102
88
  "attributes": [
103
- "mode",
104
89
  "stop-propagation",
105
90
  "tappable",
106
- "theme",
107
91
  "visible"
108
92
  ]
109
93
  },
@@ -111,11 +95,7 @@
111
95
  "description": "",
112
96
  "attributes": [
113
97
  "color",
114
- "mode",
115
- "shape",
116
- "size",
117
- "theme",
118
- "vertical"
98
+ "mode"
119
99
  ]
120
100
  },
121
101
  "ion-breadcrumb": {
@@ -131,8 +111,7 @@
131
111
  "router-animation",
132
112
  "router-direction",
133
113
  "separator",
134
- "target",
135
- "theme"
114
+ "target"
136
115
  ]
137
116
  },
138
117
  "ion-breadcrumbs": {
@@ -142,8 +121,7 @@
142
121
  "items-after-collapse",
143
122
  "items-before-collapse",
144
123
  "max-items",
145
- "mode",
146
- "theme"
124
+ "mode"
147
125
  ]
148
126
  },
149
127
  "ion-button": {
@@ -165,16 +143,13 @@
165
143
  "size",
166
144
  "strong",
167
145
  "target",
168
- "theme",
169
146
  "type"
170
147
  ]
171
148
  },
172
149
  "ion-buttons": {
173
150
  "description": "",
174
151
  "attributes": [
175
- "collapse",
176
- "mode",
177
- "theme"
152
+ "collapse"
178
153
  ]
179
154
  },
180
155
  "ion-card": {
@@ -189,17 +164,14 @@
189
164
  "rel",
190
165
  "router-animation",
191
166
  "router-direction",
192
- "shape",
193
167
  "target",
194
- "theme",
195
168
  "type"
196
169
  ]
197
170
  },
198
171
  "ion-card-content": {
199
172
  "description": "",
200
173
  "attributes": [
201
- "mode",
202
- "theme"
174
+ "mode"
203
175
  ]
204
176
  },
205
177
  "ion-card-header": {
@@ -207,7 +179,6 @@
207
179
  "attributes": [
208
180
  "color",
209
181
  "mode",
210
- "theme",
211
182
  "translucent"
212
183
  ]
213
184
  },
@@ -215,16 +186,14 @@
215
186
  "description": "",
216
187
  "attributes": [
217
188
  "color",
218
- "mode",
219
- "theme"
189
+ "mode"
220
190
  ]
221
191
  },
222
192
  "ion-card-title": {
223
193
  "description": "",
224
194
  "attributes": [
225
195
  "color",
226
- "mode",
227
- "theme"
196
+ "mode"
228
197
  ]
229
198
  },
230
199
  "ion-checkbox": {
@@ -242,9 +211,6 @@
242
211
  "mode",
243
212
  "name",
244
213
  "required",
245
- "shape",
246
- "size",
247
- "theme",
248
214
  "value"
249
215
  ]
250
216
  },
@@ -254,16 +220,12 @@
254
220
  "color",
255
221
  "disabled",
256
222
  "mode",
257
- "outline",
258
- "shape",
259
- "size",
260
- "theme"
223
+ "outline"
261
224
  ]
262
225
  },
263
226
  "ion-col": {
264
227
  "description": "",
265
228
  "attributes": [
266
- "mode",
267
229
  "offset",
268
230
  "offset-lg",
269
231
  "offset-md",
@@ -287,8 +249,7 @@
287
249
  "size-md",
288
250
  "size-sm",
289
251
  "size-xl",
290
- "size-xs",
291
- "theme"
252
+ "size-xs"
292
253
  ]
293
254
  },
294
255
  "ion-content": {
@@ -298,11 +259,9 @@
298
259
  "fixed-slot-placement",
299
260
  "force-overscroll",
300
261
  "fullscreen",
301
- "mode",
302
262
  "scroll-events",
303
263
  "scroll-x",
304
- "scroll-y",
305
- "theme"
264
+ "scroll-y"
306
265
  ]
307
266
  },
308
267
  "ion-datetime": {
@@ -336,7 +295,6 @@
336
295
  "show-default-time-label",
337
296
  "show-default-title",
338
297
  "size",
339
- "theme",
340
298
  "title-selected-dates-formatter",
341
299
  "value",
342
300
  "year-values"
@@ -348,8 +306,7 @@
348
306
  "color",
349
307
  "datetime",
350
308
  "disabled",
351
- "mode",
352
- "theme"
309
+ "mode"
353
310
  ]
354
311
  },
355
312
  "ion-fab": {
@@ -358,8 +315,6 @@
358
315
  "activated",
359
316
  "edge",
360
317
  "horizontal",
361
- "mode",
362
- "theme",
363
318
  "vertical"
364
319
  ]
365
320
  },
@@ -379,7 +334,6 @@
379
334
  "show",
380
335
  "size",
381
336
  "target",
382
- "theme",
383
337
  "translucent",
384
338
  "type"
385
339
  ]
@@ -388,9 +342,7 @@
388
342
  "description": "",
389
343
  "attributes": [
390
344
  "activated",
391
- "mode",
392
- "side",
393
- "theme"
345
+ "side"
394
346
  ]
395
347
  },
396
348
  "ion-footer": {
@@ -398,25 +350,20 @@
398
350
  "attributes": [
399
351
  "collapse",
400
352
  "mode",
401
- "theme",
402
353
  "translucent"
403
354
  ]
404
355
  },
405
356
  "ion-grid": {
406
357
  "description": "",
407
358
  "attributes": [
408
- "fixed",
409
- "mode",
410
- "theme"
359
+ "fixed"
411
360
  ]
412
361
  },
413
362
  "ion-header": {
414
363
  "description": "",
415
364
  "attributes": [
416
365
  "collapse",
417
- "divider",
418
366
  "mode",
419
- "theme",
420
367
  "translucent"
421
368
  ]
422
369
  },
@@ -424,18 +371,14 @@
424
371
  "description": "",
425
372
  "attributes": [
426
373
  "alt",
427
- "mode",
428
- "src",
429
- "theme"
374
+ "src"
430
375
  ]
431
376
  },
432
377
  "ion-infinite-scroll": {
433
378
  "description": "",
434
379
  "attributes": [
435
380
  "disabled",
436
- "mode",
437
381
  "position",
438
- "theme",
439
382
  "threshold"
440
383
  ]
441
384
  },
@@ -443,9 +386,7 @@
443
386
  "description": "",
444
387
  "attributes": [
445
388
  "loading-spinner",
446
- "loading-text",
447
- "mode",
448
- "theme"
389
+ "loading-text"
449
390
  ]
450
391
  },
451
392
  "ion-input": {
@@ -482,10 +423,8 @@
482
423
  "readonly",
483
424
  "required",
484
425
  "shape",
485
- "size",
486
426
  "spellcheck",
487
427
  "step",
488
- "theme",
489
428
  "type",
490
429
  "value"
491
430
  ]
@@ -515,7 +454,6 @@
515
454
  "router-animation",
516
455
  "router-direction",
517
456
  "target",
518
- "theme",
519
457
  "type"
520
458
  ]
521
459
  },
@@ -524,16 +462,12 @@
524
462
  "attributes": [
525
463
  "color",
526
464
  "mode",
527
- "sticky",
528
- "theme"
465
+ "sticky"
529
466
  ]
530
467
  },
531
468
  "ion-item-group": {
532
469
  "description": "",
533
- "attributes": [
534
- "mode",
535
- "theme"
536
- ]
470
+ "attributes": []
537
471
  },
538
472
  "ion-item-option": {
539
473
  "description": "",
@@ -545,26 +479,20 @@
545
479
  "href",
546
480
  "mode",
547
481
  "rel",
548
- "shape",
549
482
  "target",
550
- "theme",
551
483
  "type"
552
484
  ]
553
485
  },
554
486
  "ion-item-options": {
555
487
  "description": "",
556
488
  "attributes": [
557
- "mode",
558
- "side",
559
- "theme"
489
+ "side"
560
490
  ]
561
491
  },
562
492
  "ion-item-sliding": {
563
493
  "description": "",
564
494
  "attributes": [
565
- "disabled",
566
- "mode",
567
- "theme"
495
+ "disabled"
568
496
  ]
569
497
  },
570
498
  "ion-label": {
@@ -572,8 +500,7 @@
572
500
  "attributes": [
573
501
  "color",
574
502
  "mode",
575
- "position",
576
- "theme"
503
+ "position"
577
504
  ]
578
505
  },
579
506
  "ion-list": {
@@ -581,9 +508,7 @@
581
508
  "attributes": [
582
509
  "inset",
583
510
  "lines",
584
- "mode",
585
- "shape",
586
- "theme"
511
+ "mode"
587
512
  ]
588
513
  },
589
514
  "ion-list-header": {
@@ -591,8 +516,7 @@
591
516
  "attributes": [
592
517
  "color",
593
518
  "lines",
594
- "mode",
595
- "theme"
519
+ "mode"
596
520
  ]
597
521
  },
598
522
  "ion-loading": {
@@ -611,7 +535,6 @@
611
535
  "mode",
612
536
  "show-backdrop",
613
537
  "spinner",
614
- "theme",
615
538
  "translucent",
616
539
  "trigger"
617
540
  ]
@@ -623,10 +546,8 @@
623
546
  "disabled",
624
547
  "max-edge-start",
625
548
  "menu-id",
626
- "mode",
627
549
  "side",
628
550
  "swipe-gesture",
629
- "theme",
630
551
  "type"
631
552
  ]
632
553
  },
@@ -638,7 +559,6 @@
638
559
  "disabled",
639
560
  "menu",
640
561
  "mode",
641
- "theme",
642
562
  "type"
643
563
  ]
644
564
  },
@@ -646,9 +566,7 @@
646
566
  "description": "",
647
567
  "attributes": [
648
568
  "auto-hide",
649
- "menu",
650
- "mode",
651
- "theme"
569
+ "menu"
652
570
  ]
653
571
  },
654
572
  "ion-modal": {
@@ -672,9 +590,7 @@
672
590
  "leave-animation",
673
591
  "mode",
674
592
  "presenting-element",
675
- "shape",
676
593
  "show-backdrop",
677
- "theme",
678
594
  "trigger"
679
595
  ]
680
596
  },
@@ -683,11 +599,9 @@
683
599
  "attributes": [
684
600
  "animated",
685
601
  "animation",
686
- "mode",
687
602
  "root",
688
603
  "root-params",
689
- "swipe-gesture",
690
- "theme"
604
+ "swipe-gesture"
691
605
  ]
692
606
  },
693
607
  "ion-nav-link": {
@@ -695,25 +609,21 @@
695
609
  "attributes": [
696
610
  "component",
697
611
  "component-props",
698
- "mode",
699
612
  "router-animation",
700
- "router-direction",
701
- "theme"
613
+ "router-direction"
702
614
  ]
703
615
  },
704
616
  "ion-note": {
705
617
  "description": "",
706
618
  "attributes": [
707
619
  "color",
708
- "mode",
709
- "theme"
620
+ "mode"
710
621
  ]
711
622
  },
712
623
  "ion-picker": {
713
624
  "description": "",
714
625
  "attributes": [
715
- "mode",
716
- "theme"
626
+ "mode"
717
627
  ]
718
628
  },
719
629
  "ion-picker-column": {
@@ -722,7 +632,6 @@
722
632
  "color",
723
633
  "disabled",
724
634
  "mode",
725
- "theme",
726
635
  "value"
727
636
  ]
728
637
  },
@@ -731,8 +640,6 @@
731
640
  "attributes": [
732
641
  "color",
733
642
  "disabled",
734
- "mode",
735
- "theme",
736
643
  "value"
737
644
  ]
738
645
  },
@@ -752,7 +659,6 @@
752
659
  "leave-animation",
753
660
  "mode",
754
661
  "show-backdrop",
755
- "theme",
756
662
  "trigger"
757
663
  ]
758
664
  },
@@ -779,7 +685,6 @@
779
685
  "show-backdrop",
780
686
  "side",
781
687
  "size",
782
- "theme",
783
688
  "translucent",
784
689
  "trigger",
785
690
  "trigger-action"
@@ -792,8 +697,6 @@
792
697
  "color",
793
698
  "mode",
794
699
  "reversed",
795
- "shape",
796
- "theme",
797
700
  "type",
798
701
  "value"
799
702
  ]
@@ -808,7 +711,6 @@
808
711
  "label-placement",
809
712
  "mode",
810
713
  "name",
811
- "theme",
812
714
  "value"
813
715
  ]
814
716
  },
@@ -819,9 +721,7 @@
819
721
  "compare-with",
820
722
  "error-text",
821
723
  "helper-text",
822
- "mode",
823
724
  "name",
824
- "theme",
825
725
  "value"
826
726
  ]
827
727
  },
@@ -843,7 +743,6 @@
843
743
  "pin-formatter",
844
744
  "snaps",
845
745
  "step",
846
- "theme",
847
746
  "ticks",
848
747
  "value"
849
748
  ]
@@ -857,41 +756,31 @@
857
756
  "pull-factor",
858
757
  "pull-max",
859
758
  "pull-min",
860
- "snapback-duration",
861
- "theme"
759
+ "snapback-duration"
862
760
  ]
863
761
  },
864
762
  "ion-refresher-content": {
865
763
  "description": "",
866
764
  "attributes": [
867
- "mode",
868
765
  "pulling-icon",
869
766
  "pulling-text",
870
767
  "refreshing-spinner",
871
- "refreshing-text",
872
- "theme"
768
+ "refreshing-text"
873
769
  ]
874
770
  },
875
771
  "ion-reorder": {
876
772
  "description": "",
877
- "attributes": [
878
- "mode",
879
- "theme"
880
- ]
773
+ "attributes": []
881
774
  },
882
775
  "ion-reorder-group": {
883
776
  "description": "",
884
777
  "attributes": [
885
- "disabled",
886
- "mode",
887
- "theme"
778
+ "disabled"
888
779
  ]
889
780
  },
890
781
  "ion-ripple-effect": {
891
782
  "description": "",
892
783
  "attributes": [
893
- "mode",
894
- "theme",
895
784
  "type"
896
785
  ]
897
786
  },
@@ -902,8 +791,6 @@
902
791
  "before-leave",
903
792
  "component",
904
793
  "component-props",
905
- "mode",
906
- "theme",
907
794
  "url"
908
795
  ]
909
796
  },
@@ -917,9 +804,7 @@
917
804
  "ion-router": {
918
805
  "description": "",
919
806
  "attributes": [
920
- "mode",
921
807
  "root",
922
- "theme",
923
808
  "use-hash"
924
809
  ]
925
810
  },
@@ -928,12 +813,10 @@
928
813
  "attributes": [
929
814
  "color",
930
815
  "href",
931
- "mode",
932
816
  "rel",
933
817
  "router-animation",
934
818
  "router-direction",
935
- "target",
936
- "theme"
819
+ "target"
937
820
  ]
938
821
  },
939
822
  "ion-router-outlet": {
@@ -941,16 +824,12 @@
941
824
  "attributes": [
942
825
  "animated",
943
826
  "animation",
944
- "mode",
945
- "theme"
827
+ "mode"
946
828
  ]
947
829
  },
948
830
  "ion-row": {
949
831
  "description": "",
950
- "attributes": [
951
- "mode",
952
- "theme"
953
- ]
832
+ "attributes": []
954
833
  },
955
834
  "ion-searchbar": {
956
835
  "description": "",
@@ -973,12 +852,9 @@
973
852
  "name",
974
853
  "placeholder",
975
854
  "search-icon",
976
- "shape",
977
855
  "show-cancel-button",
978
856
  "show-clear-button",
979
- "size",
980
857
  "spellcheck",
981
- "theme",
982
858
  "type",
983
859
  "value"
984
860
  ]
@@ -992,7 +868,6 @@
992
868
  "scrollable",
993
869
  "select-on-focus",
994
870
  "swipe-gesture",
995
- "theme",
996
871
  "value"
997
872
  ]
998
873
  },
@@ -1003,7 +878,6 @@
1003
878
  "disabled",
1004
879
  "layout",
1005
880
  "mode",
1006
- "theme",
1007
881
  "type",
1008
882
  "value"
1009
883
  ]
@@ -1042,8 +916,6 @@
1042
916
  "required",
1043
917
  "selected-text",
1044
918
  "shape",
1045
- "size",
1046
- "theme",
1047
919
  "toggle-icon",
1048
920
  "value"
1049
921
  ]
@@ -1060,17 +932,13 @@
1060
932
  "description": "",
1061
933
  "attributes": [
1062
934
  "disabled",
1063
- "mode",
1064
- "theme",
1065
935
  "value"
1066
936
  ]
1067
937
  },
1068
938
  "ion-skeleton-text": {
1069
939
  "description": "",
1070
940
  "attributes": [
1071
- "animated",
1072
- "mode",
1073
- "theme"
941
+ "animated"
1074
942
  ]
1075
943
  },
1076
944
  "ion-spinner": {
@@ -1078,11 +946,8 @@
1078
946
  "attributes": [
1079
947
  "color",
1080
948
  "duration",
1081
- "mode",
1082
949
  "name",
1083
- "paused",
1084
- "size",
1085
- "theme"
950
+ "paused"
1086
951
  ]
1087
952
  },
1088
953
  "ion-split-pane": {
@@ -1090,8 +955,6 @@
1090
955
  "attributes": [
1091
956
  "content-id",
1092
957
  "disabled",
1093
- "mode",
1094
- "theme",
1095
958
  "when"
1096
959
  ]
1097
960
  },
@@ -1099,20 +962,15 @@
1099
962
  "description": "",
1100
963
  "attributes": [
1101
964
  "component",
1102
- "mode",
1103
- "tab",
1104
- "theme"
965
+ "tab"
1105
966
  ]
1106
967
  },
1107
968
  "ion-tab-bar": {
1108
969
  "description": "",
1109
970
  "attributes": [
1110
971
  "color",
1111
- "expand",
1112
972
  "mode",
1113
973
  "selected-tab",
1114
- "shape",
1115
- "theme",
1116
974
  "translucent"
1117
975
  ]
1118
976
  },
@@ -1126,25 +984,19 @@
1126
984
  "mode",
1127
985
  "rel",
1128
986
  "selected",
1129
- "shape",
1130
987
  "tab",
1131
- "target",
1132
- "theme"
988
+ "target"
1133
989
  ]
1134
990
  },
1135
991
  "ion-tabs": {
1136
992
  "description": "",
1137
- "attributes": [
1138
- "mode",
1139
- "theme"
1140
- ]
993
+ "attributes": []
1141
994
  },
1142
995
  "ion-text": {
1143
996
  "description": "",
1144
997
  "attributes": [
1145
998
  "color",
1146
- "mode",
1147
- "theme"
999
+ "mode"
1148
1000
  ]
1149
1001
  },
1150
1002
  "ion-textarea": {
@@ -1176,27 +1028,20 @@
1176
1028
  "required",
1177
1029
  "rows",
1178
1030
  "shape",
1179
- "size",
1180
1031
  "spellcheck",
1181
- "theme",
1182
1032
  "value",
1183
1033
  "wrap"
1184
1034
  ]
1185
1035
  },
1186
1036
  "ion-thumbnail": {
1187
1037
  "description": "",
1188
- "attributes": [
1189
- "mode",
1190
- "theme"
1191
- ]
1038
+ "attributes": []
1192
1039
  },
1193
1040
  "ion-title": {
1194
1041
  "description": "",
1195
1042
  "attributes": [
1196
1043
  "color",
1197
- "mode",
1198
- "size",
1199
- "theme"
1044
+ "size"
1200
1045
  ]
1201
1046
  },
1202
1047
  "ion-toast": {
@@ -1219,9 +1064,7 @@
1219
1064
  "mode",
1220
1065
  "position",
1221
1066
  "position-anchor",
1222
- "shape",
1223
1067
  "swipe-gesture",
1224
- "theme",
1225
1068
  "translucent",
1226
1069
  "trigger"
1227
1070
  ]
@@ -1241,7 +1084,6 @@
1241
1084
  "mode",
1242
1085
  "name",
1243
1086
  "required",
1244
- "theme",
1245
1087
  "value"
1246
1088
  ]
1247
1089
  },
@@ -1249,8 +1091,7 @@
1249
1091
  "description": "",
1250
1092
  "attributes": [
1251
1093
  "color",
1252
- "mode",
1253
- "theme"
1094
+ "mode"
1254
1095
  ]
1255
1096
  }
1256
1097
  }