@ionic/vue 8.3.4 → 8.3.5-dev.11730311720.151cb777

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 (49) hide show
  1. package/css/core.css +1 -1
  2. package/css/core.css.map +1 -1
  3. package/css/display.css.map +1 -1
  4. package/css/flex-utils.css.map +1 -1
  5. package/css/float-elements.css.map +1 -1
  6. package/css/global.bundle.css.map +1 -1
  7. package/css/ionic/bundle.ionic.css +1 -0
  8. package/css/ionic/bundle.ionic.css.map +1 -0
  9. package/css/ionic/core.ionic.css +1 -0
  10. package/css/ionic/core.ionic.css.map +1 -0
  11. package/css/ionic/global.bundle.ionic.css +1 -0
  12. package/css/ionic/global.bundle.ionic.css.map +1 -0
  13. package/css/ionic/ionic-swiper.ionic.css +1 -0
  14. package/css/ionic/ionic-swiper.ionic.css.map +1 -0
  15. package/css/ionic/link.ionic.css +1 -0
  16. package/css/ionic/link.ionic.css.map +1 -0
  17. package/css/ionic/structure.ionic.css +1 -0
  18. package/css/ionic/structure.ionic.css.map +1 -0
  19. package/css/ionic/typography.ionic.css +1 -0
  20. package/css/ionic/typography.ionic.css.map +1 -0
  21. package/css/ionic/utils.bundle.ionic.css +1 -0
  22. package/css/ionic/utils.bundle.ionic.css.map +1 -0
  23. package/css/ionic-swiper.css +1 -1
  24. package/css/ionic-swiper.css.map +1 -1
  25. package/css/ionic.bundle.css +1 -1
  26. package/css/ionic.bundle.css.map +1 -1
  27. package/css/normalize.css.map +1 -1
  28. package/css/padding.css.map +1 -1
  29. package/css/palettes/dark.always.css.map +1 -1
  30. package/css/palettes/dark.class.css.map +1 -1
  31. package/css/palettes/dark.system.css.map +1 -1
  32. package/css/palettes/high-contrast-dark.always.css.map +1 -1
  33. package/css/palettes/high-contrast-dark.class.css.map +1 -1
  34. package/css/palettes/high-contrast-dark.system.css.map +1 -1
  35. package/css/palettes/high-contrast.always.css.map +1 -1
  36. package/css/palettes/high-contrast.class.css.map +1 -1
  37. package/css/palettes/high-contrast.system.css.map +1 -1
  38. package/css/structure.css.map +1 -1
  39. package/css/text-alignment.css.map +1 -1
  40. package/css/text-transformation.css.map +1 -1
  41. package/css/typography.css.map +1 -1
  42. package/css/utils.bundle.css.map +1 -1
  43. package/dist/index.js +30 -13
  44. package/dist/index.js.map +1 -1
  45. package/dist/types/components/Overlays.d.ts +1 -1
  46. package/dist/vetur/attributes.json +1458 -176
  47. package/dist/vetur/tags.json +198 -45
  48. package/dist/web-types.json +1336 -114
  49. 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,26 @@
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
+ "mode",
81
+ "shape",
82
+ "size",
83
+ "theme"
84
+ ]
72
85
  },
73
86
  "ion-back-button": {
74
87
  "description": "",
@@ -80,14 +93,17 @@
80
93
  "mode",
81
94
  "router-animation",
82
95
  "text",
96
+ "theme",
83
97
  "type"
84
98
  ]
85
99
  },
86
100
  "ion-backdrop": {
87
101
  "description": "",
88
102
  "attributes": [
103
+ "mode",
89
104
  "stop-propagation",
90
105
  "tappable",
106
+ "theme",
91
107
  "visible"
92
108
  ]
93
109
  },
@@ -95,7 +111,10 @@
95
111
  "description": "",
96
112
  "attributes": [
97
113
  "color",
98
- "mode"
114
+ "mode",
115
+ "shape",
116
+ "size",
117
+ "theme"
99
118
  ]
100
119
  },
101
120
  "ion-breadcrumb": {
@@ -111,7 +130,8 @@
111
130
  "router-animation",
112
131
  "router-direction",
113
132
  "separator",
114
- "target"
133
+ "target",
134
+ "theme"
115
135
  ]
116
136
  },
117
137
  "ion-breadcrumbs": {
@@ -121,7 +141,8 @@
121
141
  "items-after-collapse",
122
142
  "items-before-collapse",
123
143
  "max-items",
124
- "mode"
144
+ "mode",
145
+ "theme"
125
146
  ]
126
147
  },
127
148
  "ion-button": {
@@ -143,13 +164,16 @@
143
164
  "size",
144
165
  "strong",
145
166
  "target",
167
+ "theme",
146
168
  "type"
147
169
  ]
148
170
  },
149
171
  "ion-buttons": {
150
172
  "description": "",
151
173
  "attributes": [
152
- "collapse"
174
+ "collapse",
175
+ "mode",
176
+ "theme"
153
177
  ]
154
178
  },
155
179
  "ion-card": {
@@ -164,14 +188,17 @@
164
188
  "rel",
165
189
  "router-animation",
166
190
  "router-direction",
191
+ "shape",
167
192
  "target",
193
+ "theme",
168
194
  "type"
169
195
  ]
170
196
  },
171
197
  "ion-card-content": {
172
198
  "description": "",
173
199
  "attributes": [
174
- "mode"
200
+ "mode",
201
+ "theme"
175
202
  ]
176
203
  },
177
204
  "ion-card-header": {
@@ -179,6 +206,7 @@
179
206
  "attributes": [
180
207
  "color",
181
208
  "mode",
209
+ "theme",
182
210
  "translucent"
183
211
  ]
184
212
  },
@@ -186,14 +214,16 @@
186
214
  "description": "",
187
215
  "attributes": [
188
216
  "color",
189
- "mode"
217
+ "mode",
218
+ "theme"
190
219
  ]
191
220
  },
192
221
  "ion-card-title": {
193
222
  "description": "",
194
223
  "attributes": [
195
224
  "color",
196
- "mode"
225
+ "mode",
226
+ "theme"
197
227
  ]
198
228
  },
199
229
  "ion-checkbox": {
@@ -208,6 +238,9 @@
208
238
  "label-placement",
209
239
  "mode",
210
240
  "name",
241
+ "shape",
242
+ "size",
243
+ "theme",
211
244
  "value"
212
245
  ]
213
246
  },
@@ -217,12 +250,16 @@
217
250
  "color",
218
251
  "disabled",
219
252
  "mode",
220
- "outline"
253
+ "outline",
254
+ "shape",
255
+ "size",
256
+ "theme"
221
257
  ]
222
258
  },
223
259
  "ion-col": {
224
260
  "description": "",
225
261
  "attributes": [
262
+ "mode",
226
263
  "offset",
227
264
  "offset-lg",
228
265
  "offset-md",
@@ -246,7 +283,8 @@
246
283
  "size-md",
247
284
  "size-sm",
248
285
  "size-xl",
249
- "size-xs"
286
+ "size-xs",
287
+ "theme"
250
288
  ]
251
289
  },
252
290
  "ion-content": {
@@ -256,9 +294,11 @@
256
294
  "fixed-slot-placement",
257
295
  "force-overscroll",
258
296
  "fullscreen",
297
+ "mode",
259
298
  "scroll-events",
260
299
  "scroll-x",
261
- "scroll-y"
300
+ "scroll-y",
301
+ "theme"
262
302
  ]
263
303
  },
264
304
  "ion-datetime": {
@@ -292,6 +332,7 @@
292
332
  "show-default-time-label",
293
333
  "show-default-title",
294
334
  "size",
335
+ "theme",
295
336
  "title-selected-dates-formatter",
296
337
  "value",
297
338
  "year-values"
@@ -303,7 +344,8 @@
303
344
  "color",
304
345
  "datetime",
305
346
  "disabled",
306
- "mode"
347
+ "mode",
348
+ "theme"
307
349
  ]
308
350
  },
309
351
  "ion-fab": {
@@ -312,6 +354,8 @@
312
354
  "activated",
313
355
  "edge",
314
356
  "horizontal",
357
+ "mode",
358
+ "theme",
315
359
  "vertical"
316
360
  ]
317
361
  },
@@ -331,6 +375,7 @@
331
375
  "show",
332
376
  "size",
333
377
  "target",
378
+ "theme",
334
379
  "translucent",
335
380
  "type"
336
381
  ]
@@ -339,7 +384,9 @@
339
384
  "description": "",
340
385
  "attributes": [
341
386
  "activated",
342
- "side"
387
+ "mode",
388
+ "side",
389
+ "theme"
343
390
  ]
344
391
  },
345
392
  "ion-footer": {
@@ -347,20 +394,25 @@
347
394
  "attributes": [
348
395
  "collapse",
349
396
  "mode",
397
+ "theme",
350
398
  "translucent"
351
399
  ]
352
400
  },
353
401
  "ion-grid": {
354
402
  "description": "",
355
403
  "attributes": [
356
- "fixed"
404
+ "fixed",
405
+ "mode",
406
+ "theme"
357
407
  ]
358
408
  },
359
409
  "ion-header": {
360
410
  "description": "",
361
411
  "attributes": [
362
412
  "collapse",
413
+ "divider",
363
414
  "mode",
415
+ "theme",
364
416
  "translucent"
365
417
  ]
366
418
  },
@@ -368,14 +420,18 @@
368
420
  "description": "",
369
421
  "attributes": [
370
422
  "alt",
371
- "src"
423
+ "mode",
424
+ "src",
425
+ "theme"
372
426
  ]
373
427
  },
374
428
  "ion-infinite-scroll": {
375
429
  "description": "",
376
430
  "attributes": [
377
431
  "disabled",
432
+ "mode",
378
433
  "position",
434
+ "theme",
379
435
  "threshold"
380
436
  ]
381
437
  },
@@ -383,7 +439,9 @@
383
439
  "description": "",
384
440
  "attributes": [
385
441
  "loading-spinner",
386
- "loading-text"
442
+ "loading-text",
443
+ "mode",
444
+ "theme"
387
445
  ]
388
446
  },
389
447
  "ion-input": {
@@ -420,8 +478,10 @@
420
478
  "readonly",
421
479
  "required",
422
480
  "shape",
481
+ "size",
423
482
  "spellcheck",
424
483
  "step",
484
+ "theme",
425
485
  "type",
426
486
  "value"
427
487
  ]
@@ -451,6 +511,7 @@
451
511
  "router-animation",
452
512
  "router-direction",
453
513
  "target",
514
+ "theme",
454
515
  "type"
455
516
  ]
456
517
  },
@@ -459,12 +520,16 @@
459
520
  "attributes": [
460
521
  "color",
461
522
  "mode",
462
- "sticky"
523
+ "sticky",
524
+ "theme"
463
525
  ]
464
526
  },
465
527
  "ion-item-group": {
466
528
  "description": "",
467
- "attributes": []
529
+ "attributes": [
530
+ "mode",
531
+ "theme"
532
+ ]
468
533
  },
469
534
  "ion-item-option": {
470
535
  "description": "",
@@ -476,20 +541,26 @@
476
541
  "href",
477
542
  "mode",
478
543
  "rel",
544
+ "shape",
479
545
  "target",
546
+ "theme",
480
547
  "type"
481
548
  ]
482
549
  },
483
550
  "ion-item-options": {
484
551
  "description": "",
485
552
  "attributes": [
486
- "side"
553
+ "mode",
554
+ "side",
555
+ "theme"
487
556
  ]
488
557
  },
489
558
  "ion-item-sliding": {
490
559
  "description": "",
491
560
  "attributes": [
492
- "disabled"
561
+ "disabled",
562
+ "mode",
563
+ "theme"
493
564
  ]
494
565
  },
495
566
  "ion-label": {
@@ -497,7 +568,8 @@
497
568
  "attributes": [
498
569
  "color",
499
570
  "mode",
500
- "position"
571
+ "position",
572
+ "theme"
501
573
  ]
502
574
  },
503
575
  "ion-list": {
@@ -505,7 +577,9 @@
505
577
  "attributes": [
506
578
  "inset",
507
579
  "lines",
508
- "mode"
580
+ "mode",
581
+ "shape",
582
+ "theme"
509
583
  ]
510
584
  },
511
585
  "ion-list-header": {
@@ -513,7 +587,8 @@
513
587
  "attributes": [
514
588
  "color",
515
589
  "lines",
516
- "mode"
590
+ "mode",
591
+ "theme"
517
592
  ]
518
593
  },
519
594
  "ion-loading": {
@@ -532,6 +607,7 @@
532
607
  "mode",
533
608
  "show-backdrop",
534
609
  "spinner",
610
+ "theme",
535
611
  "translucent",
536
612
  "trigger"
537
613
  ]
@@ -543,8 +619,10 @@
543
619
  "disabled",
544
620
  "max-edge-start",
545
621
  "menu-id",
622
+ "mode",
546
623
  "side",
547
624
  "swipe-gesture",
625
+ "theme",
548
626
  "type"
549
627
  ]
550
628
  },
@@ -556,6 +634,7 @@
556
634
  "disabled",
557
635
  "menu",
558
636
  "mode",
637
+ "theme",
559
638
  "type"
560
639
  ]
561
640
  },
@@ -563,7 +642,9 @@
563
642
  "description": "",
564
643
  "attributes": [
565
644
  "auto-hide",
566
- "menu"
645
+ "menu",
646
+ "mode",
647
+ "theme"
567
648
  ]
568
649
  },
569
650
  "ion-modal": {
@@ -586,7 +667,9 @@
586
667
  "leave-animation",
587
668
  "mode",
588
669
  "presenting-element",
670
+ "shape",
589
671
  "show-backdrop",
672
+ "theme",
590
673
  "trigger"
591
674
  ]
592
675
  },
@@ -595,9 +678,11 @@
595
678
  "attributes": [
596
679
  "animated",
597
680
  "animation",
681
+ "mode",
598
682
  "root",
599
683
  "root-params",
600
- "swipe-gesture"
684
+ "swipe-gesture",
685
+ "theme"
601
686
  ]
602
687
  },
603
688
  "ion-nav-link": {
@@ -605,21 +690,25 @@
605
690
  "attributes": [
606
691
  "component",
607
692
  "component-props",
693
+ "mode",
608
694
  "router-animation",
609
- "router-direction"
695
+ "router-direction",
696
+ "theme"
610
697
  ]
611
698
  },
612
699
  "ion-note": {
613
700
  "description": "",
614
701
  "attributes": [
615
702
  "color",
616
- "mode"
703
+ "mode",
704
+ "theme"
617
705
  ]
618
706
  },
619
707
  "ion-picker": {
620
708
  "description": "",
621
709
  "attributes": [
622
- "mode"
710
+ "mode",
711
+ "theme"
623
712
  ]
624
713
  },
625
714
  "ion-picker-column": {
@@ -628,6 +717,7 @@
628
717
  "color",
629
718
  "disabled",
630
719
  "mode",
720
+ "theme",
631
721
  "value"
632
722
  ]
633
723
  },
@@ -636,6 +726,8 @@
636
726
  "attributes": [
637
727
  "color",
638
728
  "disabled",
729
+ "mode",
730
+ "theme",
639
731
  "value"
640
732
  ]
641
733
  },
@@ -655,6 +747,7 @@
655
747
  "leave-animation",
656
748
  "mode",
657
749
  "show-backdrop",
750
+ "theme",
658
751
  "trigger"
659
752
  ]
660
753
  },
@@ -681,6 +774,7 @@
681
774
  "show-backdrop",
682
775
  "side",
683
776
  "size",
777
+ "theme",
684
778
  "translucent",
685
779
  "trigger",
686
780
  "trigger-action"
@@ -693,6 +787,7 @@
693
787
  "color",
694
788
  "mode",
695
789
  "reversed",
790
+ "theme",
696
791
  "type",
697
792
  "value"
698
793
  ]
@@ -707,6 +802,7 @@
707
802
  "label-placement",
708
803
  "mode",
709
804
  "name",
805
+ "theme",
710
806
  "value"
711
807
  ]
712
808
  },
@@ -715,7 +811,9 @@
715
811
  "attributes": [
716
812
  "allow-empty-selection",
717
813
  "compare-with",
814
+ "mode",
718
815
  "name",
816
+ "theme",
719
817
  "value"
720
818
  ]
721
819
  },
@@ -737,6 +835,7 @@
737
835
  "pin-formatter",
738
836
  "snaps",
739
837
  "step",
838
+ "theme",
740
839
  "ticks",
741
840
  "value"
742
841
  ]
@@ -750,31 +849,41 @@
750
849
  "pull-factor",
751
850
  "pull-max",
752
851
  "pull-min",
753
- "snapback-duration"
852
+ "snapback-duration",
853
+ "theme"
754
854
  ]
755
855
  },
756
856
  "ion-refresher-content": {
757
857
  "description": "",
758
858
  "attributes": [
859
+ "mode",
759
860
  "pulling-icon",
760
861
  "pulling-text",
761
862
  "refreshing-spinner",
762
- "refreshing-text"
863
+ "refreshing-text",
864
+ "theme"
763
865
  ]
764
866
  },
765
867
  "ion-reorder": {
766
868
  "description": "",
767
- "attributes": []
869
+ "attributes": [
870
+ "mode",
871
+ "theme"
872
+ ]
768
873
  },
769
874
  "ion-reorder-group": {
770
875
  "description": "",
771
876
  "attributes": [
772
- "disabled"
877
+ "disabled",
878
+ "mode",
879
+ "theme"
773
880
  ]
774
881
  },
775
882
  "ion-ripple-effect": {
776
883
  "description": "",
777
884
  "attributes": [
885
+ "mode",
886
+ "theme",
778
887
  "type"
779
888
  ]
780
889
  },
@@ -785,6 +894,8 @@
785
894
  "before-leave",
786
895
  "component",
787
896
  "component-props",
897
+ "mode",
898
+ "theme",
788
899
  "url"
789
900
  ]
790
901
  },
@@ -798,7 +909,9 @@
798
909
  "ion-router": {
799
910
  "description": "",
800
911
  "attributes": [
912
+ "mode",
801
913
  "root",
914
+ "theme",
802
915
  "use-hash"
803
916
  ]
804
917
  },
@@ -807,10 +920,12 @@
807
920
  "attributes": [
808
921
  "color",
809
922
  "href",
923
+ "mode",
810
924
  "rel",
811
925
  "router-animation",
812
926
  "router-direction",
813
- "target"
927
+ "target",
928
+ "theme"
814
929
  ]
815
930
  },
816
931
  "ion-router-outlet": {
@@ -818,12 +933,16 @@
818
933
  "attributes": [
819
934
  "animated",
820
935
  "animation",
821
- "mode"
936
+ "mode",
937
+ "theme"
822
938
  ]
823
939
  },
824
940
  "ion-row": {
825
941
  "description": "",
826
- "attributes": []
942
+ "attributes": [
943
+ "mode",
944
+ "theme"
945
+ ]
827
946
  },
828
947
  "ion-searchbar": {
829
948
  "description": "",
@@ -849,6 +968,7 @@
849
968
  "show-cancel-button",
850
969
  "show-clear-button",
851
970
  "spellcheck",
971
+ "theme",
852
972
  "type",
853
973
  "value"
854
974
  ]
@@ -862,6 +982,7 @@
862
982
  "scrollable",
863
983
  "select-on-focus",
864
984
  "swipe-gesture",
985
+ "theme",
865
986
  "value"
866
987
  ]
867
988
  },
@@ -871,6 +992,7 @@
871
992
  "disabled",
872
993
  "layout",
873
994
  "mode",
995
+ "theme",
874
996
  "type",
875
997
  "value"
876
998
  ]
@@ -896,6 +1018,7 @@
896
1018
  "placeholder",
897
1019
  "selected-text",
898
1020
  "shape",
1021
+ "theme",
899
1022
  "toggle-icon",
900
1023
  "value"
901
1024
  ]
@@ -904,13 +1027,17 @@
904
1027
  "description": "",
905
1028
  "attributes": [
906
1029
  "disabled",
1030
+ "mode",
1031
+ "theme",
907
1032
  "value"
908
1033
  ]
909
1034
  },
910
1035
  "ion-skeleton-text": {
911
1036
  "description": "",
912
1037
  "attributes": [
913
- "animated"
1038
+ "animated",
1039
+ "mode",
1040
+ "theme"
914
1041
  ]
915
1042
  },
916
1043
  "ion-spinner": {
@@ -918,8 +1045,11 @@
918
1045
  "attributes": [
919
1046
  "color",
920
1047
  "duration",
1048
+ "mode",
921
1049
  "name",
922
- "paused"
1050
+ "paused",
1051
+ "size",
1052
+ "theme"
923
1053
  ]
924
1054
  },
925
1055
  "ion-split-pane": {
@@ -927,6 +1057,8 @@
927
1057
  "attributes": [
928
1058
  "content-id",
929
1059
  "disabled",
1060
+ "mode",
1061
+ "theme",
930
1062
  "when"
931
1063
  ]
932
1064
  },
@@ -934,15 +1066,20 @@
934
1066
  "description": "",
935
1067
  "attributes": [
936
1068
  "component",
937
- "tab"
1069
+ "mode",
1070
+ "tab",
1071
+ "theme"
938
1072
  ]
939
1073
  },
940
1074
  "ion-tab-bar": {
941
1075
  "description": "",
942
1076
  "attributes": [
943
1077
  "color",
1078
+ "expand",
944
1079
  "mode",
945
1080
  "selected-tab",
1081
+ "shape",
1082
+ "theme",
946
1083
  "translucent"
947
1084
  ]
948
1085
  },
@@ -957,18 +1094,23 @@
957
1094
  "rel",
958
1095
  "selected",
959
1096
  "tab",
960
- "target"
1097
+ "target",
1098
+ "theme"
961
1099
  ]
962
1100
  },
963
1101
  "ion-tabs": {
964
1102
  "description": "",
965
- "attributes": []
1103
+ "attributes": [
1104
+ "mode",
1105
+ "theme"
1106
+ ]
966
1107
  },
967
1108
  "ion-text": {
968
1109
  "description": "",
969
1110
  "attributes": [
970
1111
  "color",
971
- "mode"
1112
+ "mode",
1113
+ "theme"
972
1114
  ]
973
1115
  },
974
1116
  "ion-textarea": {
@@ -1000,20 +1142,27 @@
1000
1142
  "required",
1001
1143
  "rows",
1002
1144
  "shape",
1145
+ "size",
1003
1146
  "spellcheck",
1147
+ "theme",
1004
1148
  "value",
1005
1149
  "wrap"
1006
1150
  ]
1007
1151
  },
1008
1152
  "ion-thumbnail": {
1009
1153
  "description": "",
1010
- "attributes": []
1154
+ "attributes": [
1155
+ "mode",
1156
+ "theme"
1157
+ ]
1011
1158
  },
1012
1159
  "ion-title": {
1013
1160
  "description": "",
1014
1161
  "attributes": [
1015
1162
  "color",
1016
- "size"
1163
+ "mode",
1164
+ "size",
1165
+ "theme"
1017
1166
  ]
1018
1167
  },
1019
1168
  "ion-toast": {
@@ -1036,7 +1185,9 @@
1036
1185
  "mode",
1037
1186
  "position",
1038
1187
  "position-anchor",
1188
+ "shape",
1039
1189
  "swipe-gesture",
1190
+ "theme",
1040
1191
  "translucent",
1041
1192
  "trigger"
1042
1193
  ]
@@ -1053,6 +1204,7 @@
1053
1204
  "label-placement",
1054
1205
  "mode",
1055
1206
  "name",
1207
+ "theme",
1056
1208
  "value"
1057
1209
  ]
1058
1210
  },
@@ -1060,7 +1212,8 @@
1060
1212
  "description": "",
1061
1213
  "attributes": [
1062
1214
  "color",
1063
- "mode"
1215
+ "mode",
1216
+ "theme"
1064
1217
  ]
1065
1218
  }
1066
1219
  }