@vuetify/nightly 3.0.0-beta.10 → 3.0.0-beta.13

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 (224) hide show
  1. package/CHANGELOG.md +13 -2
  2. package/dist/json/attributes.json +37 -29
  3. package/dist/json/importMap.json +46 -46
  4. package/dist/json/tags.json +10 -8
  5. package/dist/json/web-types.json +101 -87
  6. package/dist/vuetify.css +545 -441
  7. package/dist/vuetify.d.ts +12095 -10059
  8. package/dist/vuetify.esm.js +401 -266
  9. package/dist/vuetify.esm.js.map +1 -1
  10. package/dist/vuetify.js +371 -236
  11. package/dist/vuetify.js.map +1 -1
  12. package/dist/vuetify.min.css +3 -3
  13. package/dist/vuetify.min.js +496 -490
  14. package/dist/vuetify.min.js.map +1 -1
  15. package/lib/blueprints/index.d.ts +171 -0
  16. package/lib/blueprints/md1.d.ts +167 -0
  17. package/lib/blueprints/md2.d.ts +167 -0
  18. package/lib/blueprints/md3.d.ts +167 -0
  19. package/lib/components/VAlert/index.d.ts +185 -0
  20. package/lib/components/VApp/index.d.ts +83 -0
  21. package/lib/components/VAppBar/VAppBar.css +3 -0
  22. package/lib/components/VAppBar/VAppBar.sass +3 -0
  23. package/lib/components/VAppBar/index.d.ts +156 -0
  24. package/lib/components/VAutocomplete/VAutocomplete.mjs +1 -1
  25. package/lib/components/VAutocomplete/VAutocomplete.mjs.map +1 -1
  26. package/lib/components/VAutocomplete/index.d.ts +1569 -0
  27. package/lib/components/VAvatar/VAvatar.css +44 -2
  28. package/lib/components/VAvatar/VAvatar.mjs +16 -12
  29. package/lib/components/VAvatar/VAvatar.mjs.map +1 -1
  30. package/lib/components/VAvatar/VAvatar.sass +5 -1
  31. package/lib/components/VAvatar/_variables.scss +9 -4
  32. package/lib/components/VAvatar/index.d.ts +80 -0
  33. package/lib/components/VBadge/index.d.ts +123 -0
  34. package/lib/components/VBanner/index.d.ts +122 -0
  35. package/lib/components/VBottomNavigation/index.d.ts +143 -0
  36. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs +2 -2
  37. package/lib/components/VBreadcrumbs/VBreadcrumbsItem.mjs.map +1 -1
  38. package/lib/components/VBreadcrumbs/index.d.ts +301 -0
  39. package/lib/components/VBtn/VBtn.css +8 -3
  40. package/lib/components/VBtn/VBtn.mjs +16 -6
  41. package/lib/components/VBtn/VBtn.mjs.map +1 -1
  42. package/lib/components/VBtn/index.d.ts +210 -0
  43. package/lib/components/VBtnGroup/index.d.ts +65 -0
  44. package/lib/components/VBtnToggle/VBtnToggle.mjs +1 -3
  45. package/lib/components/VBtnToggle/VBtnToggle.mjs.map +1 -1
  46. package/lib/components/VBtnToggle/index.d.ts +175 -0
  47. package/lib/components/VCard/VCard.css +8 -3
  48. package/lib/components/VCard/index.d.ts +230 -0
  49. package/lib/components/VCarousel/VCarousel.mjs +3 -3
  50. package/lib/components/VCarousel/VCarousel.mjs.map +1 -1
  51. package/lib/components/VCarousel/index.d.ts +80 -0
  52. package/lib/components/VCheckbox/index.d.ts +291 -0
  53. package/lib/components/VChip/index.d.ts +195 -0
  54. package/lib/components/VChipGroup/index.d.ts +89 -0
  55. package/lib/components/VCode/index.d.ts +19 -0
  56. package/lib/components/VColorPicker/index.d.ts +116 -0
  57. package/lib/components/VCombobox/VCombobox.mjs +1 -1
  58. package/lib/components/VCombobox/VCombobox.mjs.map +1 -1
  59. package/lib/components/VCombobox/index.d.ts +1590 -0
  60. package/lib/components/VCounter/index.d.ts +223 -0
  61. package/lib/components/VDefaultsProvider/index.d.ts +26 -0
  62. package/lib/components/VDialog/VDialog.css +2 -0
  63. package/lib/components/VDialog/VDialog.mjs +17 -12
  64. package/lib/components/VDialog/VDialog.mjs.map +1 -1
  65. package/lib/components/VDialog/VDialog.sass +2 -0
  66. package/lib/components/VDialog/index.d.ts +859 -0
  67. package/lib/components/VDivider/index.d.ts +22 -0
  68. package/lib/components/VExpansionPanel/VExpansionPanel.css +8 -3
  69. package/lib/components/VExpansionPanel/index.d.ts +206 -0
  70. package/lib/components/VField/VField.css +27 -24
  71. package/lib/components/VField/VField.mjs +1 -1
  72. package/lib/components/VField/VField.mjs.map +1 -1
  73. package/lib/components/VField/VField.sass +23 -21
  74. package/lib/components/VField/index.d.ts +332 -0
  75. package/lib/components/VFileInput/VFileInput.mjs +3 -3
  76. package/lib/components/VFileInput/VFileInput.mjs.map +1 -1
  77. package/lib/components/VFileInput/index.d.ts +236 -0
  78. package/lib/components/VFooter/VFooter.css +7 -0
  79. package/lib/components/VFooter/VFooter.sass +1 -1
  80. package/lib/components/VFooter/_variables.scss +11 -0
  81. package/lib/components/VFooter/index.d.ts +76 -0
  82. package/lib/components/VForm/index.d.ts +72 -0
  83. package/lib/components/VGrid/index.d.ts +154 -0
  84. package/lib/components/VHover/index.d.ts +30 -0
  85. package/lib/components/VIcon/index.d.ts +124 -0
  86. package/lib/components/VImg/VImg.mjs +29 -27
  87. package/lib/components/VImg/VImg.mjs.map +1 -1
  88. package/lib/components/VImg/index.d.ts +89 -0
  89. package/lib/components/VInput/VInput.mjs +4 -4
  90. package/lib/components/VInput/VInput.mjs.map +1 -1
  91. package/lib/components/VInput/index.d.ts +325 -0
  92. package/lib/components/VItemGroup/index.d.ts +210 -0
  93. package/lib/components/VKbd/index.d.ts +19 -0
  94. package/lib/components/VLabel/VLabel.css +4 -1
  95. package/lib/components/VLabel/VLabel.mjs +4 -1
  96. package/lib/components/VLabel/VLabel.mjs.map +1 -1
  97. package/lib/components/VLabel/VLabel.sass +3 -1
  98. package/lib/components/VLabel/index.d.ts +16 -0
  99. package/lib/components/VLayout/index.d.ts +75 -0
  100. package/lib/components/VLazy/index.d.ts +85 -0
  101. package/lib/components/VList/VListItem.css +8 -3
  102. package/lib/components/VList/VListItem.mjs +4 -4
  103. package/lib/components/VList/VListItem.mjs.map +1 -1
  104. package/lib/components/VList/index.d.ts +1250 -0
  105. package/lib/components/VLocaleProvider/index.d.ts +23 -0
  106. package/lib/components/VMain/index.d.ts +26 -0
  107. package/lib/components/VMenu/VMenu.mjs +16 -3
  108. package/lib/components/VMenu/VMenu.mjs.map +1 -1
  109. package/lib/components/VMenu/index.d.ts +817 -0
  110. package/lib/components/VMessages/index.d.ts +234 -0
  111. package/lib/components/VNavigationDrawer/index.d.ts +148 -0
  112. package/lib/components/VNoSsr/index.d.ts +7 -0
  113. package/lib/components/VOverlay/VOverlay.mjs +4 -3
  114. package/lib/components/VOverlay/VOverlay.mjs.map +1 -1
  115. package/lib/components/VOverlay/index.d.ts +579 -0
  116. package/lib/components/VOverlay/useActivator.mjs +27 -1
  117. package/lib/components/VOverlay/useActivator.mjs.map +1 -1
  118. package/lib/components/VPagination/VPagination.mjs +6 -3
  119. package/lib/components/VPagination/VPagination.mjs.map +1 -1
  120. package/lib/components/VPagination/index.d.ts +247 -0
  121. package/lib/components/VParallax/VParallax.mjs +24 -10
  122. package/lib/components/VParallax/VParallax.mjs.map +1 -1
  123. package/lib/components/VParallax/index.d.ts +18 -0
  124. package/lib/components/VProgressCircular/index.d.ts +68 -0
  125. package/lib/components/VProgressLinear/index.d.ts +101 -0
  126. package/lib/components/VRadio/index.d.ts +103 -0
  127. package/lib/components/VRadioGroup/VRadioGroup.css +2 -3
  128. package/lib/components/VRadioGroup/VRadioGroup.mjs +2 -1
  129. package/lib/components/VRadioGroup/VRadioGroup.mjs.map +1 -1
  130. package/lib/components/VRadioGroup/VRadioGroup.sass +2 -2
  131. package/lib/components/VRadioGroup/_variables.scss +0 -1
  132. package/lib/components/VRadioGroup/index.d.ts +186 -0
  133. package/lib/components/VRangeSlider/VRangeSlider.mjs +12 -2
  134. package/lib/components/VRangeSlider/VRangeSlider.mjs.map +1 -1
  135. package/lib/components/VRangeSlider/index.d.ts +242 -0
  136. package/lib/components/VRating/index.d.ts +356 -0
  137. package/lib/components/VResponsive/index.d.ts +23 -0
  138. package/lib/components/VSelect/VSelect.mjs +1 -1
  139. package/lib/components/VSelect/VSelect.mjs.map +1 -1
  140. package/lib/components/VSelect/index.d.ts +1521 -0
  141. package/lib/components/VSelectionControl/VSelectionControl.mjs +2 -1
  142. package/lib/components/VSelectionControl/VSelectionControl.mjs.map +1 -1
  143. package/lib/components/VSelectionControl/index.d.ts +275 -0
  144. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.css +5 -0
  145. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs +3 -1
  146. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.mjs.map +1 -1
  147. package/lib/components/VSelectionControlGroup/VSelectionControlGroup.sass +5 -0
  148. package/lib/components/VSelectionControlGroup/index.d.ts +47 -0
  149. package/lib/components/VSheet/index.d.ts +68 -0
  150. package/lib/components/VSlideGroup/index.d.ts +151 -0
  151. package/lib/components/VSlider/VSlider.css +7 -2
  152. package/lib/components/VSlider/VSlider.mjs +14 -4
  153. package/lib/components/VSlider/VSlider.mjs.map +1 -1
  154. package/lib/components/VSlider/VSlider.sass +6 -2
  155. package/lib/components/VSlider/VSliderTrack.css +20 -20
  156. package/lib/components/VSlider/VSliderTrack.mjs +7 -3
  157. package/lib/components/VSlider/VSliderTrack.mjs.map +1 -1
  158. package/lib/components/VSlider/VSliderTrack.sass +14 -14
  159. package/lib/components/VSlider/_variables.scss +2 -2
  160. package/lib/components/VSlider/index.d.ts +239 -0
  161. package/lib/components/VSlider/slider.mjs +2 -2
  162. package/lib/components/VSlider/slider.mjs.map +1 -1
  163. package/lib/components/VSnackbar/VSnackbar.mjs +3 -2
  164. package/lib/components/VSnackbar/VSnackbar.mjs.map +1 -1
  165. package/lib/components/VSnackbar/index.d.ts +892 -0
  166. package/lib/components/VSwitch/index.d.ts +175 -0
  167. package/lib/components/VSystemBar/index.d.ts +61 -0
  168. package/lib/components/VTable/index.d.ts +39 -0
  169. package/lib/components/VTabs/VTab.mjs +1 -0
  170. package/lib/components/VTabs/VTab.mjs.map +1 -1
  171. package/lib/components/VTabs/index.d.ts +178 -0
  172. package/lib/components/VTextField/VTextField.css +2 -3
  173. package/lib/components/VTextField/VTextField.sass +2 -4
  174. package/lib/components/VTextField/index.d.ts +582 -0
  175. package/lib/components/VTextarea/VTextarea.css +5 -3
  176. package/lib/components/VTextarea/VTextarea.mjs +2 -1
  177. package/lib/components/VTextarea/VTextarea.mjs.map +1 -1
  178. package/lib/components/VTextarea/VTextarea.sass +5 -4
  179. package/lib/components/VTextarea/index.d.ts +218 -0
  180. package/lib/components/VThemeProvider/index.d.ts +24 -0
  181. package/lib/components/VTimeline/VTimeline.css +21 -6
  182. package/lib/components/VTimeline/VTimeline.mjs +6 -1
  183. package/lib/components/VTimeline/VTimeline.mjs.map +1 -1
  184. package/lib/components/VTimeline/VTimeline.sass +16 -2
  185. package/lib/components/VTimeline/_variables.scss +4 -3
  186. package/lib/components/VTimeline/index.d.ts +154 -0
  187. package/lib/components/VToolbar/VToolbar.css +0 -1
  188. package/lib/components/VToolbar/VToolbar.sass +0 -1
  189. package/lib/components/VToolbar/index.d.ts +414 -0
  190. package/lib/components/VTooltip/VTooltip.mjs.map +1 -1
  191. package/lib/components/VTooltip/index.d.ts +799 -0
  192. package/lib/components/VValidation/index.d.ts +61 -0
  193. package/lib/components/VWindow/index.d.ts +428 -0
  194. package/lib/components/index.d.ts +12037 -10009
  195. package/lib/components/transitions/index.d.ts +454 -0
  196. package/lib/composables/display.mjs +3 -3
  197. package/lib/composables/display.mjs.map +1 -1
  198. package/lib/composables/items.mjs.map +1 -1
  199. package/lib/composables/locale.mjs +10 -3
  200. package/lib/composables/locale.mjs.map +1 -1
  201. package/lib/composables/proxiedModel.mjs +28 -10
  202. package/lib/composables/proxiedModel.mjs.map +1 -1
  203. package/lib/composables/router.mjs +10 -2
  204. package/lib/composables/router.mjs.map +1 -1
  205. package/lib/composables/selectLink.mjs +4 -4
  206. package/lib/composables/selectLink.mjs.map +1 -1
  207. package/lib/composables/theme.mjs +37 -33
  208. package/lib/composables/theme.mjs.map +1 -1
  209. package/lib/composables/validation.mjs +1 -1
  210. package/lib/composables/validation.mjs.map +1 -1
  211. package/lib/entry-bundler.mjs +1 -1
  212. package/lib/framework.mjs +46 -51
  213. package/lib/framework.mjs.map +1 -1
  214. package/lib/index.d.ts +31 -22
  215. package/lib/locale/adapters/vue-i18n.d.ts +35 -0
  216. package/lib/locale/adapters/vue-intl.d.ts +42 -0
  217. package/lib/styles/main.css +73 -73
  218. package/lib/styles/settings/_colors.scss +84 -84
  219. package/lib/styles/tools/_states.sass +8 -3
  220. package/lib/util/getCurrentInstance.mjs +2 -3
  221. package/lib/util/getCurrentInstance.mjs.map +1 -1
  222. package/lib/util/helpers.mjs +6 -11
  223. package/lib/util/helpers.mjs.map +1 -1
  224. package/package.json +4 -2
@@ -26,7 +26,7 @@
26
26
 
27
27
  .bg-red {
28
28
  background-color: #F44336 !important;
29
- color: #000000 !important;
29
+ color: #FFFFFF !important;
30
30
  }
31
31
 
32
32
  .bg-red-lighten-5 {
@@ -46,17 +46,17 @@
46
46
 
47
47
  .bg-red-lighten-2 {
48
48
  background-color: #E57373 !important;
49
- color: #000000 !important;
49
+ color: #FFFFFF !important;
50
50
  }
51
51
 
52
52
  .bg-red-lighten-1 {
53
53
  background-color: #EF5350 !important;
54
- color: #000000 !important;
54
+ color: #FFFFFF !important;
55
55
  }
56
56
 
57
57
  .bg-red-darken-1 {
58
58
  background-color: #E53935 !important;
59
- color: #000000 !important;
59
+ color: #FFFFFF !important;
60
60
  }
61
61
 
62
62
  .bg-red-darken-2 {
@@ -81,12 +81,12 @@
81
81
 
82
82
  .bg-red-accent-2 {
83
83
  background-color: #FF5252 !important;
84
- color: #000000 !important;
84
+ color: #FFFFFF !important;
85
85
  }
86
86
 
87
87
  .bg-red-accent-3 {
88
88
  background-color: #FF1744 !important;
89
- color: #000000 !important;
89
+ color: #FFFFFF !important;
90
90
  }
91
91
 
92
92
  .bg-red-accent-4 {
@@ -96,7 +96,7 @@
96
96
 
97
97
  .bg-pink {
98
98
  background-color: #e91e63 !important;
99
- color: #000000 !important;
99
+ color: #FFFFFF !important;
100
100
  }
101
101
 
102
102
  .bg-pink-lighten-5 {
@@ -116,12 +116,12 @@
116
116
 
117
117
  .bg-pink-lighten-2 {
118
118
  background-color: #f06292 !important;
119
- color: #000000 !important;
119
+ color: #FFFFFF !important;
120
120
  }
121
121
 
122
122
  .bg-pink-lighten-1 {
123
123
  background-color: #ec407a !important;
124
- color: #000000 !important;
124
+ color: #FFFFFF !important;
125
125
  }
126
126
 
127
127
  .bg-pink-darken-1 {
@@ -146,17 +146,17 @@
146
146
 
147
147
  .bg-pink-accent-1 {
148
148
  background-color: #ff80ab !important;
149
- color: #000000 !important;
149
+ color: #FFFFFF !important;
150
150
  }
151
151
 
152
152
  .bg-pink-accent-2 {
153
153
  background-color: #ff4081 !important;
154
- color: #000000 !important;
154
+ color: #FFFFFF !important;
155
155
  }
156
156
 
157
157
  .bg-pink-accent-3 {
158
158
  background-color: #f50057 !important;
159
- color: #000000 !important;
159
+ color: #FFFFFF !important;
160
160
  }
161
161
 
162
162
  .bg-pink-accent-4 {
@@ -181,12 +181,12 @@
181
181
 
182
182
  .bg-purple-lighten-3 {
183
183
  background-color: #ce93d8 !important;
184
- color: #000000 !important;
184
+ color: #FFFFFF !important;
185
185
  }
186
186
 
187
187
  .bg-purple-lighten-2 {
188
188
  background-color: #ba68c8 !important;
189
- color: #000000 !important;
189
+ color: #FFFFFF !important;
190
190
  }
191
191
 
192
192
  .bg-purple-lighten-1 {
@@ -216,17 +216,17 @@
216
216
 
217
217
  .bg-purple-accent-1 {
218
218
  background-color: #ea80fc !important;
219
- color: #000000 !important;
219
+ color: #FFFFFF !important;
220
220
  }
221
221
 
222
222
  .bg-purple-accent-2 {
223
223
  background-color: #e040fb !important;
224
- color: #000000 !important;
224
+ color: #FFFFFF !important;
225
225
  }
226
226
 
227
227
  .bg-purple-accent-3 {
228
228
  background-color: #d500f9 !important;
229
- color: #000000 !important;
229
+ color: #FFFFFF !important;
230
230
  }
231
231
 
232
232
  .bg-purple-accent-4 {
@@ -251,12 +251,12 @@
251
251
 
252
252
  .bg-deep-purple-lighten-3 {
253
253
  background-color: #b39ddb !important;
254
- color: #000000 !important;
254
+ color: #FFFFFF !important;
255
255
  }
256
256
 
257
257
  .bg-deep-purple-lighten-2 {
258
258
  background-color: #9575cd !important;
259
- color: #000000 !important;
259
+ color: #FFFFFF !important;
260
260
  }
261
261
 
262
262
  .bg-deep-purple-lighten-1 {
@@ -286,7 +286,7 @@
286
286
 
287
287
  .bg-deep-purple-accent-1 {
288
288
  background-color: #b388ff !important;
289
- color: #000000 !important;
289
+ color: #FFFFFF !important;
290
290
  }
291
291
 
292
292
  .bg-deep-purple-accent-2 {
@@ -321,12 +321,12 @@
321
321
 
322
322
  .bg-indigo-lighten-3 {
323
323
  background-color: #9fa8da !important;
324
- color: #000000 !important;
324
+ color: #FFFFFF !important;
325
325
  }
326
326
 
327
327
  .bg-indigo-lighten-2 {
328
328
  background-color: #7986cb !important;
329
- color: #000000 !important;
329
+ color: #FFFFFF !important;
330
330
  }
331
331
 
332
332
  .bg-indigo-lighten-1 {
@@ -356,12 +356,12 @@
356
356
 
357
357
  .bg-indigo-accent-1 {
358
358
  background-color: #8c9eff !important;
359
- color: #000000 !important;
359
+ color: #FFFFFF !important;
360
360
  }
361
361
 
362
362
  .bg-indigo-accent-2 {
363
363
  background-color: #536dfe !important;
364
- color: #000000 !important;
364
+ color: #FFFFFF !important;
365
365
  }
366
366
 
367
367
  .bg-indigo-accent-3 {
@@ -376,7 +376,7 @@
376
376
 
377
377
  .bg-blue {
378
378
  background-color: #2196F3 !important;
379
- color: #000000 !important;
379
+ color: #FFFFFF !important;
380
380
  }
381
381
 
382
382
  .bg-blue-lighten-5 {
@@ -401,12 +401,12 @@
401
401
 
402
402
  .bg-blue-lighten-1 {
403
403
  background-color: #42A5F5 !important;
404
- color: #000000 !important;
404
+ color: #FFFFFF !important;
405
405
  }
406
406
 
407
407
  .bg-blue-darken-1 {
408
408
  background-color: #1E88E5 !important;
409
- color: #000000 !important;
409
+ color: #FFFFFF !important;
410
410
  }
411
411
 
412
412
  .bg-blue-darken-2 {
@@ -431,12 +431,12 @@
431
431
 
432
432
  .bg-blue-accent-2 {
433
433
  background-color: #448AFF !important;
434
- color: #000000 !important;
434
+ color: #FFFFFF !important;
435
435
  }
436
436
 
437
437
  .bg-blue-accent-3 {
438
438
  background-color: #2979FF !important;
439
- color: #000000 !important;
439
+ color: #FFFFFF !important;
440
440
  }
441
441
 
442
442
  .bg-blue-accent-4 {
@@ -446,7 +446,7 @@
446
446
 
447
447
  .bg-light-blue {
448
448
  background-color: #03a9f4 !important;
449
- color: #000000 !important;
449
+ color: #FFFFFF !important;
450
450
  }
451
451
 
452
452
  .bg-light-blue-lighten-5 {
@@ -476,12 +476,12 @@
476
476
 
477
477
  .bg-light-blue-darken-1 {
478
478
  background-color: #039be5 !important;
479
- color: #000000 !important;
479
+ color: #FFFFFF !important;
480
480
  }
481
481
 
482
482
  .bg-light-blue-darken-2 {
483
483
  background-color: #0288d1 !important;
484
- color: #000000 !important;
484
+ color: #FFFFFF !important;
485
485
  }
486
486
 
487
487
  .bg-light-blue-darken-3 {
@@ -506,12 +506,12 @@
506
506
 
507
507
  .bg-light-blue-accent-3 {
508
508
  background-color: #00b0ff !important;
509
- color: #000000 !important;
509
+ color: #FFFFFF !important;
510
510
  }
511
511
 
512
512
  .bg-light-blue-accent-4 {
513
513
  background-color: #0091ea !important;
514
- color: #000000 !important;
514
+ color: #FFFFFF !important;
515
515
  }
516
516
 
517
517
  .bg-cyan {
@@ -546,17 +546,17 @@
546
546
 
547
547
  .bg-cyan-darken-1 {
548
548
  background-color: #00acc1 !important;
549
- color: #000000 !important;
549
+ color: #FFFFFF !important;
550
550
  }
551
551
 
552
552
  .bg-cyan-darken-2 {
553
553
  background-color: #0097a7 !important;
554
- color: #000000 !important;
554
+ color: #FFFFFF !important;
555
555
  }
556
556
 
557
557
  .bg-cyan-darken-3 {
558
558
  background-color: #00838f !important;
559
- color: #000000 !important;
559
+ color: #FFFFFF !important;
560
560
  }
561
561
 
562
562
  .bg-cyan-darken-4 {
@@ -581,12 +581,12 @@
581
581
 
582
582
  .bg-cyan-accent-4 {
583
583
  background-color: #00b8d4 !important;
584
- color: #000000 !important;
584
+ color: #FFFFFF !important;
585
585
  }
586
586
 
587
587
  .bg-teal {
588
588
  background-color: #009688 !important;
589
- color: #000000 !important;
589
+ color: #FFFFFF !important;
590
590
  }
591
591
 
592
592
  .bg-teal-lighten-5 {
@@ -606,17 +606,17 @@
606
606
 
607
607
  .bg-teal-lighten-2 {
608
608
  background-color: #4db6ac !important;
609
- color: #000000 !important;
609
+ color: #FFFFFF !important;
610
610
  }
611
611
 
612
612
  .bg-teal-lighten-1 {
613
613
  background-color: #26a69a !important;
614
- color: #000000 !important;
614
+ color: #FFFFFF !important;
615
615
  }
616
616
 
617
617
  .bg-teal-darken-1 {
618
618
  background-color: #00897b !important;
619
- color: #000000 !important;
619
+ color: #FFFFFF !important;
620
620
  }
621
621
 
622
622
  .bg-teal-darken-2 {
@@ -651,12 +651,12 @@
651
651
 
652
652
  .bg-teal-accent-4 {
653
653
  background-color: #00bfa5 !important;
654
- color: #000000 !important;
654
+ color: #FFFFFF !important;
655
655
  }
656
656
 
657
657
  .bg-green {
658
658
  background-color: #4CAF50 !important;
659
- color: #000000 !important;
659
+ color: #FFFFFF !important;
660
660
  }
661
661
 
662
662
  .bg-green-lighten-5 {
@@ -681,17 +681,17 @@
681
681
 
682
682
  .bg-green-lighten-1 {
683
683
  background-color: #66BB6A !important;
684
- color: #000000 !important;
684
+ color: #FFFFFF !important;
685
685
  }
686
686
 
687
687
  .bg-green-darken-1 {
688
688
  background-color: #43A047 !important;
689
- color: #000000 !important;
689
+ color: #FFFFFF !important;
690
690
  }
691
691
 
692
692
  .bg-green-darken-2 {
693
693
  background-color: #388E3C !important;
694
- color: #000000 !important;
694
+ color: #FFFFFF !important;
695
695
  }
696
696
 
697
697
  .bg-green-darken-3 {
@@ -711,12 +711,12 @@
711
711
 
712
712
  .bg-green-accent-2 {
713
713
  background-color: #69F0AE !important;
714
- color: #FFFFFF !important;
714
+ color: #000000 !important;
715
715
  }
716
716
 
717
717
  .bg-green-accent-3 {
718
718
  background-color: #00E676 !important;
719
- color: #FFFFFF !important;
719
+ color: #000000 !important;
720
720
  }
721
721
 
722
722
  .bg-green-accent-4 {
@@ -756,17 +756,17 @@
756
756
 
757
757
  .bg-light-green-darken-1 {
758
758
  background-color: #7cb342 !important;
759
- color: #000000 !important;
759
+ color: #FFFFFF !important;
760
760
  }
761
761
 
762
762
  .bg-light-green-darken-2 {
763
763
  background-color: #689f38 !important;
764
- color: #000000 !important;
764
+ color: #FFFFFF !important;
765
765
  }
766
766
 
767
767
  .bg-light-green-darken-3 {
768
768
  background-color: #558b2f !important;
769
- color: #000000 !important;
769
+ color: #FFFFFF !important;
770
770
  }
771
771
 
772
772
  .bg-light-green-darken-4 {
@@ -836,12 +836,12 @@
836
836
 
837
837
  .bg-lime-darken-3 {
838
838
  background-color: #9e9d24 !important;
839
- color: #000000 !important;
839
+ color: #FFFFFF !important;
840
840
  }
841
841
 
842
842
  .bg-lime-darken-4 {
843
843
  background-color: #827717 !important;
844
- color: #000000 !important;
844
+ color: #FFFFFF !important;
845
845
  }
846
846
 
847
847
  .bg-lime-accent-1 {
@@ -911,7 +911,7 @@
911
911
 
912
912
  .bg-yellow-darken-4 {
913
913
  background-color: #f57f17 !important;
914
- color: #000000 !important;
914
+ color: #FFFFFF !important;
915
915
  }
916
916
 
917
917
  .bg-yellow-accent-1 {
@@ -981,7 +981,7 @@
981
981
 
982
982
  .bg-amber-darken-4 {
983
983
  background-color: #ff6f00 !important;
984
- color: #000000 !important;
984
+ color: #FFFFFF !important;
985
985
  }
986
986
 
987
987
  .bg-amber-accent-1 {
@@ -1036,22 +1036,22 @@
1036
1036
 
1037
1037
  .bg-orange-darken-1 {
1038
1038
  background-color: #fb8c00 !important;
1039
- color: #000000 !important;
1039
+ color: #FFFFFF !important;
1040
1040
  }
1041
1041
 
1042
1042
  .bg-orange-darken-2 {
1043
1043
  background-color: #f57c00 !important;
1044
- color: #000000 !important;
1044
+ color: #FFFFFF !important;
1045
1045
  }
1046
1046
 
1047
1047
  .bg-orange-darken-3 {
1048
1048
  background-color: #ef6c00 !important;
1049
- color: #000000 !important;
1049
+ color: #FFFFFF !important;
1050
1050
  }
1051
1051
 
1052
1052
  .bg-orange-darken-4 {
1053
1053
  background-color: #e65100 !important;
1054
- color: #000000 !important;
1054
+ color: #FFFFFF !important;
1055
1055
  }
1056
1056
 
1057
1057
  .bg-orange-accent-1 {
@@ -1071,12 +1071,12 @@
1071
1071
 
1072
1072
  .bg-orange-accent-4 {
1073
1073
  background-color: #ff6d00 !important;
1074
- color: #000000 !important;
1074
+ color: #FFFFFF !important;
1075
1075
  }
1076
1076
 
1077
1077
  .bg-deep-orange {
1078
1078
  background-color: #ff5722 !important;
1079
- color: #000000 !important;
1079
+ color: #FFFFFF !important;
1080
1080
  }
1081
1081
 
1082
1082
  .bg-deep-orange-lighten-5 {
@@ -1101,22 +1101,22 @@
1101
1101
 
1102
1102
  .bg-deep-orange-lighten-1 {
1103
1103
  background-color: #ff7043 !important;
1104
- color: #000000 !important;
1104
+ color: #FFFFFF !important;
1105
1105
  }
1106
1106
 
1107
1107
  .bg-deep-orange-darken-1 {
1108
1108
  background-color: #f4511e !important;
1109
- color: #000000 !important;
1109
+ color: #FFFFFF !important;
1110
1110
  }
1111
1111
 
1112
1112
  .bg-deep-orange-darken-2 {
1113
1113
  background-color: #e64a19 !important;
1114
- color: #000000 !important;
1114
+ color: #FFFFFF !important;
1115
1115
  }
1116
1116
 
1117
1117
  .bg-deep-orange-darken-3 {
1118
1118
  background-color: #d84315 !important;
1119
- color: #000000 !important;
1119
+ color: #FFFFFF !important;
1120
1120
  }
1121
1121
 
1122
1122
  .bg-deep-orange-darken-4 {
@@ -1131,12 +1131,12 @@
1131
1131
 
1132
1132
  .bg-deep-orange-accent-2 {
1133
1133
  background-color: #ff6e40 !important;
1134
- color: #000000 !important;
1134
+ color: #FFFFFF !important;
1135
1135
  }
1136
1136
 
1137
1137
  .bg-deep-orange-accent-3 {
1138
1138
  background-color: #ff3d00 !important;
1139
- color: #000000 !important;
1139
+ color: #FFFFFF !important;
1140
1140
  }
1141
1141
 
1142
1142
  .bg-deep-orange-accent-4 {
@@ -1166,7 +1166,7 @@
1166
1166
 
1167
1167
  .bg-brown-lighten-2 {
1168
1168
  background-color: #a1887f !important;
1169
- color: #000000 !important;
1169
+ color: #FFFFFF !important;
1170
1170
  }
1171
1171
 
1172
1172
  .bg-brown-lighten-1 {
@@ -1196,7 +1196,7 @@
1196
1196
 
1197
1197
  .bg-blue-grey {
1198
1198
  background-color: #607d8b !important;
1199
- color: #000000 !important;
1199
+ color: #FFFFFF !important;
1200
1200
  }
1201
1201
 
1202
1202
  .bg-blue-grey-lighten-5 {
@@ -1216,12 +1216,12 @@
1216
1216
 
1217
1217
  .bg-blue-grey-lighten-2 {
1218
1218
  background-color: #90a4ae !important;
1219
- color: #000000 !important;
1219
+ color: #FFFFFF !important;
1220
1220
  }
1221
1221
 
1222
1222
  .bg-blue-grey-lighten-1 {
1223
1223
  background-color: #78909c !important;
1224
- color: #000000 !important;
1224
+ color: #FFFFFF !important;
1225
1225
  }
1226
1226
 
1227
1227
  .bg-blue-grey-darken-1 {
@@ -1246,7 +1246,7 @@
1246
1246
 
1247
1247
  .bg-grey {
1248
1248
  background-color: #9e9e9e !important;
1249
- color: #000000 !important;
1249
+ color: #FFFFFF !important;
1250
1250
  }
1251
1251
 
1252
1252
  .bg-grey-lighten-5 {