buefy 0.9.15 → 0.9.16

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 (552) hide show
  1. package/CHANGELOG.md +11 -0
  2. package/LICENSE +21 -21
  3. package/README.md +139 -139
  4. package/dist/buefy.css +2 -2
  5. package/dist/buefy.esm.js +523 -514
  6. package/dist/buefy.esm.min.js +2 -2
  7. package/dist/buefy.js +523 -514
  8. package/dist/buefy.min.css +1 -1
  9. package/dist/buefy.min.js +2 -2
  10. package/dist/cjs/autocomplete.js +4 -4
  11. package/dist/cjs/button.js +2 -2
  12. package/dist/cjs/carousel.js +16 -16
  13. package/dist/cjs/checkbox.js +2 -2
  14. package/dist/cjs/{chunk-25408900.js → chunk-0d6f213f.js} +6 -6
  15. package/dist/cjs/{chunk-c80cb851.js → chunk-0e3108f5.js} +6 -6
  16. package/dist/cjs/{chunk-e639659a.js → chunk-1438658c.js} +82 -82
  17. package/dist/cjs/{chunk-3242100a.js → chunk-1f7e4ed3.js} +6 -6
  18. package/dist/cjs/{chunk-e60d9ba4.js → chunk-334bc809.js} +23 -23
  19. package/dist/cjs/{chunk-35ce5cba.js → chunk-3b43d77a.js} +1 -1
  20. package/dist/cjs/{chunk-002537c9.js → chunk-4bcfaf1c.js} +13 -13
  21. package/dist/cjs/{chunk-9a5bee11.js → chunk-5058e659.js} +18 -18
  22. package/dist/cjs/{chunk-e670239b.js → chunk-545e1c7f.js} +32 -32
  23. package/dist/cjs/{chunk-596ef6cb.js → chunk-54b0042d.js} +62 -62
  24. package/dist/cjs/{chunk-8dd3848f.js → chunk-5ed8a75a.js} +1 -1
  25. package/dist/cjs/{chunk-02ea522d.js → chunk-73f8eef8.js} +13 -7
  26. package/dist/cjs/{chunk-bd0646c7.js → chunk-7c11fdde.js} +12 -12
  27. package/dist/cjs/{chunk-a18d4d4d.js → chunk-841c0e0f.js} +5 -5
  28. package/dist/cjs/{chunk-19c14f30.js → chunk-87a116d9.js} +14 -14
  29. package/dist/cjs/{chunk-1f7d7e31.js → chunk-8b8384ca.js} +2 -2
  30. package/dist/cjs/{chunk-bef674a8.js → chunk-a53b7aff.js} +0 -0
  31. package/dist/cjs/{chunk-46a2f564.js → chunk-bfcad370.js} +5 -5
  32. package/dist/cjs/{chunk-33e65bcc.js → chunk-c0a093d7.js} +6 -6
  33. package/dist/cjs/{chunk-592c7eb7.js → chunk-c8abb3ed.js} +20 -20
  34. package/dist/cjs/{chunk-64612b38.js → chunk-d0df905a.js} +20 -20
  35. package/dist/cjs/{chunk-688c0e84.js → chunk-e86d3eeb.js} +0 -0
  36. package/dist/cjs/{chunk-48501f31.js → chunk-e872f5e2.js} +0 -0
  37. package/dist/cjs/{chunk-3b791ad4.js → chunk-f5285f14.js} +13 -13
  38. package/dist/cjs/clockpicker.js +7 -7
  39. package/dist/cjs/collapse.js +2 -2
  40. package/dist/cjs/colorpicker.js +24 -24
  41. package/dist/cjs/datepicker.js +8 -8
  42. package/dist/cjs/datetimepicker.js +14 -14
  43. package/dist/cjs/dialog.js +10 -10
  44. package/dist/cjs/dropdown.js +2 -2
  45. package/dist/cjs/field.js +1 -1
  46. package/dist/cjs/helpers.js +57 -57
  47. package/dist/cjs/icon.js +1 -1
  48. package/dist/cjs/image.js +1 -1
  49. package/dist/cjs/index.js +24 -24
  50. package/dist/cjs/input.js +3 -3
  51. package/dist/cjs/loading.js +1 -1
  52. package/dist/cjs/menu.js +1 -1
  53. package/dist/cjs/message.js +2 -2
  54. package/dist/cjs/modal.js +1 -1
  55. package/dist/cjs/navbar.js +8 -8
  56. package/dist/cjs/notification.js +3 -3
  57. package/dist/cjs/numberinput.js +6 -6
  58. package/dist/cjs/pagination.js +2 -2
  59. package/dist/cjs/progress.js +4 -4
  60. package/dist/cjs/radio.js +1 -1
  61. package/dist/cjs/rate.js +1 -1
  62. package/dist/cjs/select.js +3 -3
  63. package/dist/cjs/sidebar.js +15 -15
  64. package/dist/cjs/slider.js +3 -3
  65. package/dist/cjs/snackbar.js +4 -4
  66. package/dist/cjs/steps.js +22 -22
  67. package/dist/cjs/switch.js +2 -2
  68. package/dist/cjs/table.js +24 -21
  69. package/dist/cjs/tabs.js +4 -4
  70. package/dist/cjs/tag.js +1 -1
  71. package/dist/cjs/taginput.js +12 -12
  72. package/dist/cjs/timepicker.js +9 -9
  73. package/dist/cjs/toast.js +1 -1
  74. package/dist/cjs/tooltip.js +1 -1
  75. package/dist/cjs/upload.js +15 -15
  76. package/dist/components/autocomplete/index.js +108 -102
  77. package/dist/components/autocomplete/index.min.js +2 -2
  78. package/dist/components/breadcrumb/index.js +1 -1
  79. package/dist/components/breadcrumb/index.min.js +1 -1
  80. package/dist/components/button/index.js +16 -10
  81. package/dist/components/button/index.min.js +2 -2
  82. package/dist/components/carousel/index.js +55 -49
  83. package/dist/components/carousel/index.min.js +2 -2
  84. package/dist/components/checkbox/index.js +3 -3
  85. package/dist/components/checkbox/index.min.js +1 -1
  86. package/dist/components/clockpicker/index.js +127 -121
  87. package/dist/components/clockpicker/index.min.js +2 -2
  88. package/dist/components/collapse/index.js +3 -3
  89. package/dist/components/collapse/index.min.js +1 -1
  90. package/dist/components/colorpicker/index.js +124 -118
  91. package/dist/components/colorpicker/index.min.js +2 -2
  92. package/dist/components/datepicker/index.js +195 -189
  93. package/dist/components/datepicker/index.min.js +2 -2
  94. package/dist/components/datetimepicker/index.js +221 -215
  95. package/dist/components/datetimepicker/index.min.js +2 -2
  96. package/dist/components/dialog/index.js +36 -30
  97. package/dist/components/dialog/index.min.js +2 -2
  98. package/dist/components/dropdown/index.js +30 -30
  99. package/dist/components/dropdown/index.min.js +1 -1
  100. package/dist/components/field/index.js +21 -21
  101. package/dist/components/field/index.min.js +1 -1
  102. package/dist/components/icon/index.js +16 -10
  103. package/dist/components/icon/index.min.js +2 -2
  104. package/dist/components/image/index.js +4 -4
  105. package/dist/components/image/index.min.js +1 -1
  106. package/dist/components/input/index.js +46 -40
  107. package/dist/components/input/index.min.js +2 -2
  108. package/dist/components/loading/index.js +9 -9
  109. package/dist/components/loading/index.min.js +1 -1
  110. package/dist/components/menu/index.js +16 -10
  111. package/dist/components/menu/index.min.js +2 -2
  112. package/dist/components/message/index.js +27 -21
  113. package/dist/components/message/index.min.js +2 -2
  114. package/dist/components/modal/index.js +16 -16
  115. package/dist/components/modal/index.min.js +1 -1
  116. package/dist/components/navbar/index.js +9 -9
  117. package/dist/components/navbar/index.min.js +1 -1
  118. package/dist/components/notification/index.js +27 -21
  119. package/dist/components/notification/index.min.js +2 -2
  120. package/dist/components/numberinput/index.js +49 -43
  121. package/dist/components/numberinput/index.min.js +2 -2
  122. package/dist/components/pagination/index.js +47 -41
  123. package/dist/components/pagination/index.min.js +2 -2
  124. package/dist/components/progress/index.js +14 -14
  125. package/dist/components/progress/index.min.js +1 -1
  126. package/dist/components/radio/index.js +3 -3
  127. package/dist/components/radio/index.min.js +1 -1
  128. package/dist/components/rate/index.js +16 -10
  129. package/dist/components/rate/index.min.js +2 -2
  130. package/dist/components/select/index.js +34 -28
  131. package/dist/components/select/index.min.js +2 -2
  132. package/dist/components/sidebar/index.js +16 -16
  133. package/dist/components/sidebar/index.min.js +1 -1
  134. package/dist/components/skeleton/index.js +1 -1
  135. package/dist/components/skeleton/index.min.js +1 -1
  136. package/dist/components/slider/index.js +15 -15
  137. package/dist/components/slider/index.min.js +1 -1
  138. package/dist/components/snackbar/index.js +6 -6
  139. package/dist/components/snackbar/index.min.js +1 -1
  140. package/dist/components/steps/index.js +60 -54
  141. package/dist/components/steps/index.min.js +2 -2
  142. package/dist/components/switch/index.js +3 -3
  143. package/dist/components/switch/index.min.js +1 -1
  144. package/dist/components/table/index.js +118 -109
  145. package/dist/components/table/index.min.js +2 -2
  146. package/dist/components/tabs/index.js +42 -36
  147. package/dist/components/tabs/index.min.js +2 -2
  148. package/dist/components/tag/index.js +6 -6
  149. package/dist/components/tag/index.min.js +1 -1
  150. package/dist/components/taginput/index.js +120 -114
  151. package/dist/components/taginput/index.min.js +2 -2
  152. package/dist/components/timepicker/index.js +131 -125
  153. package/dist/components/timepicker/index.min.js +2 -2
  154. package/dist/components/toast/index.js +3 -3
  155. package/dist/components/toast/index.min.js +1 -1
  156. package/dist/components/tooltip/index.js +7 -7
  157. package/dist/components/tooltip/index.min.js +1 -1
  158. package/dist/components/upload/index.js +29 -29
  159. package/dist/components/upload/index.min.js +1 -1
  160. package/dist/esm/autocomplete.js +5 -5
  161. package/dist/esm/button.js +3 -3
  162. package/dist/esm/carousel.js +16 -16
  163. package/dist/esm/checkbox.js +3 -3
  164. package/dist/esm/{chunk-4a5ed20b.js → chunk-1a4fde6d.js} +32 -32
  165. package/dist/esm/{chunk-2487b9fe.js → chunk-22cf6667.js} +6 -6
  166. package/dist/esm/{chunk-ff662954.js → chunk-252f2b57.js} +1 -1
  167. package/dist/esm/{chunk-92a4051e.js → chunk-262b3f82.js} +23 -23
  168. package/dist/esm/{chunk-a1a77ea5.js → chunk-2793447b.js} +2 -2
  169. package/dist/esm/{chunk-1a4ba565.js → chunk-2f2f0a74.js} +5 -5
  170. package/dist/esm/{chunk-d0ee2c73.js → chunk-5435bd9a.js} +12 -12
  171. package/dist/esm/{chunk-d7f48187.js → chunk-58cdbf2b.js} +1 -1
  172. package/dist/esm/{chunk-ad27431e.js → chunk-60a03517.js} +5 -5
  173. package/dist/esm/{chunk-7af12535.js → chunk-66cef090.js} +6 -6
  174. package/dist/esm/{chunk-7bf9c8ab.js → chunk-690d5be4.js} +0 -0
  175. package/dist/esm/{chunk-a2afd253.js → chunk-6adc5c5d.js} +6 -6
  176. package/dist/esm/{chunk-c027b2ac.js → chunk-6d0f2352.js} +6 -6
  177. package/dist/esm/{chunk-3d030b91.js → chunk-6d96579e.js} +13 -13
  178. package/dist/esm/{chunk-1e6920ce.js → chunk-6fb4a069.js} +82 -82
  179. package/dist/esm/{chunk-b5f9de0c.js → chunk-84c6dfd6.js} +14 -14
  180. package/dist/esm/{chunk-b081344b.js → chunk-a628d44d.js} +18 -18
  181. package/dist/esm/{chunk-091022ac.js → chunk-c9c18b2f.js} +0 -0
  182. package/dist/esm/{chunk-c0f9c15a.js → chunk-d35985c7.js} +13 -13
  183. package/dist/esm/{chunk-743f783c.js → chunk-d9232770.js} +0 -0
  184. package/dist/esm/{chunk-c807a518.js → chunk-dbd43ef1.js} +20 -20
  185. package/dist/esm/{chunk-1128eb6f.js → chunk-e044aa02.js} +13 -7
  186. package/dist/esm/{chunk-71aa9de4.js → chunk-effa4d25.js} +20 -20
  187. package/dist/esm/{chunk-b58775cf.js → chunk-f9eaeac4.js} +62 -62
  188. package/dist/esm/clockpicker.js +7 -7
  189. package/dist/esm/collapse.js +2 -2
  190. package/dist/esm/colorpicker.js +24 -24
  191. package/dist/esm/datepicker.js +9 -9
  192. package/dist/esm/datetimepicker.js +14 -14
  193. package/dist/esm/dialog.js +10 -10
  194. package/dist/esm/dropdown.js +3 -3
  195. package/dist/esm/field.js +2 -2
  196. package/dist/esm/helpers.js +57 -57
  197. package/dist/esm/icon.js +2 -2
  198. package/dist/esm/image.js +2 -2
  199. package/dist/esm/index.js +24 -24
  200. package/dist/esm/input.js +4 -4
  201. package/dist/esm/loading.js +2 -2
  202. package/dist/esm/menu.js +1 -1
  203. package/dist/esm/message.js +2 -2
  204. package/dist/esm/modal.js +2 -2
  205. package/dist/esm/navbar.js +8 -8
  206. package/dist/esm/notification.js +3 -3
  207. package/dist/esm/numberinput.js +6 -6
  208. package/dist/esm/pagination.js +3 -3
  209. package/dist/esm/progress.js +4 -4
  210. package/dist/esm/radio.js +1 -1
  211. package/dist/esm/rate.js +1 -1
  212. package/dist/esm/select.js +4 -4
  213. package/dist/esm/sidebar.js +15 -15
  214. package/dist/esm/slider.js +3 -3
  215. package/dist/esm/snackbar.js +4 -4
  216. package/dist/esm/steps.js +22 -22
  217. package/dist/esm/switch.js +2 -2
  218. package/dist/esm/table.js +24 -21
  219. package/dist/esm/tabs.js +4 -4
  220. package/dist/esm/tag.js +2 -2
  221. package/dist/esm/taginput.js +12 -12
  222. package/dist/esm/timepicker.js +10 -10
  223. package/dist/esm/toast.js +1 -1
  224. package/dist/esm/tooltip.js +2 -2
  225. package/dist/esm/upload.js +15 -15
  226. package/package.json +171 -171
  227. package/src/components/autocomplete/Autocomplete.spec.js +392 -392
  228. package/src/components/autocomplete/Autocomplete.vue +711 -711
  229. package/src/components/autocomplete/__snapshots__/Autocomplete.spec.js.snap +19 -19
  230. package/src/components/autocomplete/index.js +17 -17
  231. package/src/components/breadcrumb/Breadcrumb.spec.js +63 -63
  232. package/src/components/breadcrumb/Breadcrumb.vue +43 -43
  233. package/src/components/breadcrumb/BreadcrumbItem.spec.js +25 -25
  234. package/src/components/breadcrumb/BreadcrumbItem.vue +33 -33
  235. package/src/components/breadcrumb/__snapshots__/Breadcrumb.spec.js.snap +7 -7
  236. package/src/components/breadcrumb/__snapshots__/BreadcrumbItem.spec.js.snap +3 -3
  237. package/src/components/breadcrumb/index.js +20 -20
  238. package/src/components/button/Button.spec.js +93 -93
  239. package/src/components/button/Button.vue +106 -106
  240. package/src/components/button/__snapshots__/Button.spec.js.snap +8 -8
  241. package/src/components/button/index.js +17 -17
  242. package/src/components/carousel/Carousel.spec.js +304 -304
  243. package/src/components/carousel/Carousel.vue +350 -350
  244. package/src/components/carousel/CarouselItem.spec.js +57 -57
  245. package/src/components/carousel/CarouselItem.vue +33 -33
  246. package/src/components/carousel/CarouselList.spec.js +173 -173
  247. package/src/components/carousel/CarouselList.vue +313 -313
  248. package/src/components/carousel/__snapshots__/Carousel.spec.js.snap +19 -19
  249. package/src/components/carousel/__snapshots__/CarouselItem.spec.js.snap +3 -3
  250. package/src/components/carousel/__snapshots__/CarouselList.spec.js.snap +156 -156
  251. package/src/components/carousel/index.js +23 -23
  252. package/src/components/checkbox/Checkbox.spec.js +40 -40
  253. package/src/components/checkbox/Checkbox.vue +51 -51
  254. package/src/components/checkbox/CheckboxButton.spec.js +46 -46
  255. package/src/components/checkbox/CheckboxButton.vue +56 -56
  256. package/src/components/checkbox/__snapshots__/Checkbox.spec.js.snap +3 -3
  257. package/src/components/checkbox/__snapshots__/CheckboxButton.spec.js.snap +3 -3
  258. package/src/components/checkbox/index.js +20 -20
  259. package/src/components/clockpicker/Clockpicker.spec.js +97 -97
  260. package/src/components/clockpicker/Clockpicker.vue +259 -259
  261. package/src/components/clockpicker/ClockpickerFace.spec.js +97 -97
  262. package/src/components/clockpicker/__snapshots__/Clockpicker.spec.js.snap +24 -24
  263. package/src/components/clockpicker/__snapshots__/ClockpickerFace.spec.js.snap +9 -9
  264. package/src/components/clockpicker/index.js +17 -17
  265. package/src/components/collapse/Collapse.spec.js +117 -117
  266. package/src/components/collapse/Collapse.vue +74 -74
  267. package/src/components/collapse/__snapshots__/Collapse.spec.js.snap +8 -8
  268. package/src/components/collapse/index.js +17 -17
  269. package/src/components/colorpicker/Colorpicker.spec.js +10 -10
  270. package/src/components/colorpicker/Colorpicker.vue +354 -354
  271. package/src/components/colorpicker/ColorpickerAlphaSlider.spec.js +14 -14
  272. package/src/components/colorpicker/ColorpickerAlphaSlider.vue +194 -194
  273. package/src/components/colorpicker/ColorpickerHSLRepresentationSquare.spec.js +22 -22
  274. package/src/components/colorpicker/ColorpickerHSLRepresentationSquare.vue +366 -366
  275. package/src/components/colorpicker/ColorpickerHSLRepresentationTriangle.spec.js +22 -22
  276. package/src/components/colorpicker/ColorpickerHSLRepresentationTriangle.vue +442 -442
  277. package/src/components/colorpicker/__snapshots__/ColorPickerHSLRepresentationSquare.spec.js.snap +12 -12
  278. package/src/components/colorpicker/__snapshots__/Colorpicker.spec.js.snap +32 -32
  279. package/src/components/colorpicker/__snapshots__/ColorpickerAlphaSlider.spec.js.snap +11 -11
  280. package/src/components/colorpicker/__snapshots__/ColorpickerHSLRepresentationTriangle.spec.js.snap +36 -36
  281. package/src/components/colorpicker/index.js +17 -17
  282. package/src/components/datepicker/Datepicker.spec.js +395 -395
  283. package/src/components/datepicker/Datepicker.vue +843 -843
  284. package/src/components/datepicker/DatepickerMonth.spec.js +302 -302
  285. package/src/components/datepicker/DatepickerMonth.vue +410 -410
  286. package/src/components/datepicker/DatepickerTable.spec.js +294 -294
  287. package/src/components/datepicker/DatepickerTable.vue +376 -376
  288. package/src/components/datepicker/DatepickerTableRow.spec.js +262 -262
  289. package/src/components/datepicker/DatepickerTableRow.vue +379 -379
  290. package/src/components/datepicker/__snapshots__/Datepicker.spec.js.snap +401 -401
  291. package/src/components/datepicker/__snapshots__/DatepickerMonth.spec.js.snap +33 -33
  292. package/src/components/datepicker/__snapshots__/DatepickerTable.spec.js.snap +16 -16
  293. package/src/components/datepicker/__snapshots__/DatepickerTableRow.spec.js.snap +13 -13
  294. package/src/components/datepicker/index.js +17 -17
  295. package/src/components/datetimepicker/Datetimepicker.spec.js +138 -138
  296. package/src/components/datetimepicker/Datetimepicker.vue +448 -448
  297. package/src/components/datetimepicker/index.js +17 -17
  298. package/src/components/dialog/Dialog.spec.js +78 -78
  299. package/src/components/dialog/Dialog.vue +256 -256
  300. package/src/components/dialog/index.js +77 -77
  301. package/src/components/dropdown/Dropdown.spec.js +218 -218
  302. package/src/components/dropdown/Dropdown.vue +397 -397
  303. package/src/components/dropdown/DropdownItem.spec.js +73 -73
  304. package/src/components/dropdown/DropdownItem.vue +91 -91
  305. package/src/components/dropdown/__snapshots__/Dropdown.spec.js.snap +11 -11
  306. package/src/components/dropdown/__snapshots__/DropdownItem.spec.js.snap +3 -3
  307. package/src/components/dropdown/index.js +20 -20
  308. package/src/components/field/Field.spec.js +218 -218
  309. package/src/components/field/Field.vue +271 -271
  310. package/src/components/field/FieldBody.spec.js +81 -81
  311. package/src/components/field/FieldBody.vue +28 -28
  312. package/src/components/field/__snapshots__/Field.spec.js.snap +8 -8
  313. package/src/components/field/__snapshots__/FieldBody.spec.js.snap +3 -3
  314. package/src/components/field/index.js +17 -17
  315. package/src/components/icon/Icon.spec.js +136 -136
  316. package/src/components/icon/Icon.vue +109 -109
  317. package/src/components/icon/__snapshots__/Icon.spec.js.snap +3 -3
  318. package/src/components/icon/index.js +17 -17
  319. package/src/components/image/Image.vue +309 -309
  320. package/src/components/image/__snapshots__/Image.spec.js.snap +37 -37
  321. package/src/components/image/index.js +17 -17
  322. package/src/components/index.js +87 -87
  323. package/src/components/input/Input.spec.js +189 -189
  324. package/src/components/input/Input.vue +271 -271
  325. package/src/components/input/__snapshots__/Input.spec.js.snap +9 -9
  326. package/src/components/input/index.js +17 -17
  327. package/src/components/loading/Loading.spec.js +126 -126
  328. package/src/components/loading/Loading.vue +121 -121
  329. package/src/components/loading/__snapshots__/Loading.spec.js.snap +10 -10
  330. package/src/components/loading/index.js +40 -40
  331. package/src/components/menu/Menu.spec.js +19 -19
  332. package/src/components/menu/Menu.vue +26 -26
  333. package/src/components/menu/MenuItem.spec.js +43 -43
  334. package/src/components/menu/MenuItem.vue +137 -137
  335. package/src/components/menu/MenuList.spec.js +31 -31
  336. package/src/components/menu/MenuList.vue +41 -41
  337. package/src/components/menu/__snapshots__/Menu.spec.js.snap +3 -3
  338. package/src/components/menu/__snapshots__/MenuItem.spec.js.snap +8 -8
  339. package/src/components/menu/__snapshots__/MenuList.spec.js.snap +8 -8
  340. package/src/components/menu/index.js +23 -23
  341. package/src/components/message/Message.spec.js +28 -28
  342. package/src/components/message/Message.vue +55 -55
  343. package/src/components/message/__snapshots__/Message.spec.js.snap +9 -9
  344. package/src/components/message/index.js +17 -17
  345. package/src/components/modal/Modal.spec.js +108 -108
  346. package/src/components/modal/Modal.vue +305 -305
  347. package/src/components/modal/__snapshots__/Modal.spec.js.snap +10 -10
  348. package/src/components/modal/index.js +61 -61
  349. package/src/components/navbar/NavBar.spec.js +75 -75
  350. package/src/components/navbar/NavBarItem.spec.js +81 -81
  351. package/src/components/navbar/Navbar.vue +251 -251
  352. package/src/components/navbar/{NavBarBurger.spec.js → NavbarBurger.spec.js} +28 -28
  353. package/src/components/navbar/NavbarBurger.vue +27 -27
  354. package/src/components/navbar/NavbarDropdown.spec.js +35 -35
  355. package/src/components/navbar/NavbarDropdown.vue +106 -106
  356. package/src/components/navbar/NavbarItem.vue +74 -74
  357. package/src/components/navbar/__snapshots__/NavBar.spec.js.snap +11 -11
  358. package/src/components/navbar/__snapshots__/NavBarBurger.spec.js.snap +3 -3
  359. package/src/components/navbar/__snapshots__/NavbarDropdown.spec.js.snap +7 -7
  360. package/src/components/navbar/index.js +23 -23
  361. package/src/components/notification/Notification.spec.js +19 -19
  362. package/src/components/notification/Notification.vue +59 -59
  363. package/src/components/notification/NotificationNotice.vue +42 -42
  364. package/src/components/notification/__snapshots__/Notification.spec.js.snap +8 -8
  365. package/src/components/notification/index.js +66 -66
  366. package/src/components/numberinput/Numberinput.spec.js +334 -334
  367. package/src/components/numberinput/Numberinput.vue +316 -316
  368. package/src/components/numberinput/index.js +17 -17
  369. package/src/components/pagination/Pagination.spec.js +86 -86
  370. package/src/components/pagination/Pagination.vue +418 -418
  371. package/src/components/pagination/PaginationButton.spec.js +39 -39
  372. package/src/components/pagination/PaginationButton.vue +50 -50
  373. package/src/components/pagination/__snapshots__/Pagination.spec.js.snap +18 -18
  374. package/src/components/pagination/__snapshots__/PaginationButton.spec.js.snap +3 -3
  375. package/src/components/pagination/index.js +20 -20
  376. package/src/components/progress/Progress.spec.js +82 -82
  377. package/src/components/progress/Progress.vue +143 -143
  378. package/src/components/progress/ProgressBar.spec.js +26 -26
  379. package/src/components/progress/ProgressBar.vue +57 -57
  380. package/src/components/progress/__snapshots__/Progress.spec.js.snap +7 -7
  381. package/src/components/progress/__snapshots__/ProgressBar.spec.js.snap +7 -7
  382. package/src/components/progress/index.js +20 -20
  383. package/src/components/radio/Radio.spec.js +40 -40
  384. package/src/components/radio/Radio.vue +30 -30
  385. package/src/components/radio/RadioButton.spec.js +40 -40
  386. package/src/components/radio/RadioButton.vue +61 -61
  387. package/src/components/radio/__snapshots__/Radio.spec.js.snap +3 -3
  388. package/src/components/radio/__snapshots__/RadioButton.spec.js.snap +3 -3
  389. package/src/components/radio/index.js +20 -20
  390. package/src/components/rate/Rate.spec.js +88 -88
  391. package/src/components/rate/Rate.vue +142 -142
  392. package/src/components/rate/index.js +17 -17
  393. package/src/components/select/Select.spec.js +31 -31
  394. package/src/components/select/Select.vue +99 -99
  395. package/src/components/select/__snapshots__/Select.spec.js.snap +7 -7
  396. package/src/components/select/index.js +17 -17
  397. package/src/components/sidebar/Sidebar.spec.js +113 -113
  398. package/src/components/sidebar/Sidebar.vue +305 -305
  399. package/src/components/sidebar/__snapshots__/Sidebar.spec.js.snap +19 -19
  400. package/src/components/sidebar/index.js +17 -17
  401. package/src/components/skeleton/Skeleton.spec.js +14 -14
  402. package/src/components/skeleton/Skeleton.vue +63 -63
  403. package/src/components/skeleton/__snapshots__/Skeleton.spec.js.snap +7 -7
  404. package/src/components/skeleton/index.js +17 -17
  405. package/src/components/slider/Slider.spec.js +106 -106
  406. package/src/components/slider/Slider.vue +313 -313
  407. package/src/components/slider/SliderThumb.spec.js +99 -99
  408. package/src/components/slider/SliderThumb.vue +227 -227
  409. package/src/components/slider/SliderTick.spec.js +29 -29
  410. package/src/components/slider/SliderTick.vue +43 -43
  411. package/src/components/slider/__snapshots__/Slider.spec.js.snap +12 -12
  412. package/src/components/slider/__snapshots__/SliderThumb.spec.js.snap +11 -11
  413. package/src/components/slider/__snapshots__/SliderTick.spec.js.snap +7 -7
  414. package/src/components/slider/index.js +20 -20
  415. package/src/components/snackbar/Snackbar.spec.js +35 -35
  416. package/src/components/snackbar/Snackbar.vue +72 -72
  417. package/src/components/snackbar/__snapshots__/Snackbar.spec.js.snap +9 -9
  418. package/src/components/snackbar/index.js +62 -62
  419. package/src/components/steps/StepItem.spec.js +72 -72
  420. package/src/components/steps/StepItem.vue +21 -21
  421. package/src/components/steps/Steps.spec.js +134 -134
  422. package/src/components/steps/Steps.vue +254 -254
  423. package/src/components/steps/__snapshots__/StepItem.spec.js.snap +3 -3
  424. package/src/components/steps/__snapshots__/Steps.spec.js.snap +34 -34
  425. package/src/components/steps/index.js +20 -20
  426. package/src/components/switch/Switch.spec.js +74 -74
  427. package/src/components/switch/Switch.vue +126 -126
  428. package/src/components/switch/__snapshots__/Switch.spec.js.snap +3 -3
  429. package/src/components/switch/index.js +17 -17
  430. package/src/components/table/Table.spec.js +240 -240
  431. package/src/components/table/Table.vue +7 -3
  432. package/src/components/table/TableColumn.spec.js +27 -27
  433. package/src/components/table/TableColumn.vue +118 -118
  434. package/src/components/table/TableMobileSort.spec.js +40 -40
  435. package/src/components/table/TableMobileSort.vue +189 -189
  436. package/src/components/table/TablePagination.vue +78 -78
  437. package/src/components/table/__snapshots__/Table.spec.js.snap +22 -22
  438. package/src/components/table/__snapshots__/TableMobileSort.spec.js.snap +14 -14
  439. package/src/components/table/index.js +25 -25
  440. package/src/components/tabs/TabItem.spec.js +143 -143
  441. package/src/components/tabs/TabItem.vue +17 -17
  442. package/src/components/tabs/Tabs.spec.js +121 -121
  443. package/src/components/tabs/Tabs.vue +185 -185
  444. package/src/components/tabs/__snapshots__/TabItem.spec.js.snap +3 -3
  445. package/src/components/tabs/__snapshots__/Tabs.spec.js.snap +27 -27
  446. package/src/components/tabs/index.js +20 -20
  447. package/src/components/tag/Tag.spec.js +32 -32
  448. package/src/components/tag/Tag.vue +110 -110
  449. package/src/components/tag/Taglist.spec.js +19 -19
  450. package/src/components/tag/Taglist.vue +14 -14
  451. package/src/components/tag/__snapshots__/Tag.spec.js.snap +6 -6
  452. package/src/components/tag/__snapshots__/Taglist.spec.js.snap +3 -3
  453. package/src/components/tag/index.js +20 -20
  454. package/src/components/taginput/Taginput.spec.js +92 -92
  455. package/src/components/taginput/Taginput.vue +373 -373
  456. package/src/components/taginput/__snapshots__/Taginput.spec.js.snap +10 -10
  457. package/src/components/taginput/index.js +17 -17
  458. package/src/components/timepicker/Timepicker.spec.js +34 -34
  459. package/src/components/timepicker/Timepicker.vue +162 -162
  460. package/src/components/timepicker/__snapshots__/Timepicker.spec.js.snap +242 -242
  461. package/src/components/timepicker/index.js +17 -17
  462. package/src/components/toast/Toast.spec.js +20 -20
  463. package/src/components/toast/Toast.vue +36 -36
  464. package/src/components/toast/__snapshots__/Toast.spec.js.snap +7 -7
  465. package/src/components/toast/index.js +60 -60
  466. package/src/components/tooltip/Tooltip.spec.js +19 -19
  467. package/src/components/tooltip/Tooltip.vue +255 -255
  468. package/src/components/tooltip/__snapshots__/Tooltip.spec.js.snap +3 -3
  469. package/src/components/tooltip/index.js +17 -17
  470. package/src/components/upload/Upload.spec.js +19 -19
  471. package/src/components/upload/Upload.vue +183 -183
  472. package/src/components/upload/__snapshots__/Upload.spec.js.snap +3 -3
  473. package/src/components/upload/index.js +17 -17
  474. package/src/directives/clickOutside.js +81 -81
  475. package/src/directives/trapFocus.js +59 -59
  476. package/src/index.js +40 -40
  477. package/src/scss/buefy-build.scss +6 -6
  478. package/src/scss/buefy.scss +39 -39
  479. package/src/scss/components/_autocomplete.scss +39 -39
  480. package/src/scss/components/_carousel.scss +204 -204
  481. package/src/scss/components/_checkbox.scss +106 -106
  482. package/src/scss/components/_clockpicker.scss +283 -283
  483. package/src/scss/components/_collapse.scss +9 -9
  484. package/src/scss/components/_colorpicker.scss +283 -283
  485. package/src/scss/components/_datepicker.scss +220 -220
  486. package/src/scss/components/_dialog.scss +54 -54
  487. package/src/scss/components/_dropdown.scss +135 -135
  488. package/src/scss/components/_form.scss +309 -309
  489. package/src/scss/components/_icon.scss +16 -16
  490. package/src/scss/components/_image.scss +20 -20
  491. package/src/scss/components/_loading.scss +45 -45
  492. package/src/scss/components/_menu.scss +10 -10
  493. package/src/scss/components/_message.scss +10 -10
  494. package/src/scss/components/_modal.scss +24 -24
  495. package/src/scss/components/_navbar.scss +22 -22
  496. package/src/scss/components/_notices.scss +144 -144
  497. package/src/scss/components/_notification.scss +8 -8
  498. package/src/scss/components/_numberinput.scss +33 -33
  499. package/src/scss/components/_pagination.scss +63 -63
  500. package/src/scss/components/_progress.scss +105 -105
  501. package/src/scss/components/_radio.scss +120 -120
  502. package/src/scss/components/_rate.scss +72 -72
  503. package/src/scss/components/_select.scss +38 -38
  504. package/src/scss/components/_sidebar.scss +98 -98
  505. package/src/scss/components/_skeleton.scss +66 -66
  506. package/src/scss/components/_slider.scss +162 -162
  507. package/src/scss/components/_steps.scss +491 -491
  508. package/src/scss/components/_switch.scss +214 -214
  509. package/src/scss/components/_table.scss +278 -278
  510. package/src/scss/components/_tabs.scss +197 -197
  511. package/src/scss/components/_tag.scss +27 -27
  512. package/src/scss/components/_taginput.scss +73 -73
  513. package/src/scss/components/_timepicker.scss +73 -73
  514. package/src/scss/components/_tooltip.scss +192 -192
  515. package/src/scss/components/_upload.scss +73 -73
  516. package/src/scss/utils/_all.scss +4 -4
  517. package/src/scss/utils/_animations.scss +183 -183
  518. package/src/scss/utils/_functions.scss +49 -49
  519. package/src/scss/utils/_helpers.scss +6 -6
  520. package/src/scss/utils/_variables-ext.scss +2 -2
  521. package/src/scss/utils/_variables.scss +16 -16
  522. package/src/utils/CheckRadioMixin.js +41 -41
  523. package/src/utils/CheckRadioMixin.spec.js +24 -24
  524. package/src/utils/ConfigComponent.js +11 -11
  525. package/src/utils/FormElementMixin.js +171 -171
  526. package/src/utils/FormElementMixin.spec.js +41 -41
  527. package/src/utils/InjectedChildMixin.js +36 -36
  528. package/src/utils/MessageMixin.js +139 -139
  529. package/src/utils/MessageMixin.spec.js +52 -52
  530. package/src/utils/NoticeMixin.js +171 -171
  531. package/src/utils/NoticeMixin.spec.js +51 -51
  532. package/src/utils/ProviderParentMixin.js +83 -83
  533. package/src/utils/SlotComponent.js +51 -51
  534. package/src/utils/SlotComponent.spec.js +136 -136
  535. package/src/utils/TabbedChildMixin.js +88 -88
  536. package/src/utils/TabbedMixin.js +145 -145
  537. package/src/utils/TimepickerMixin.js +718 -718
  538. package/src/utils/TimepickerMixin.spec.js +82 -82
  539. package/src/utils/color.js +441 -441
  540. package/src/utils/color.spec.js +52 -52
  541. package/src/utils/config.js +85 -85
  542. package/src/utils/config.spec.js +10 -10
  543. package/src/utils/debounce.js +15 -15
  544. package/src/utils/debounce.spec.js +52 -52
  545. package/src/utils/helpers.js +307 -307
  546. package/src/utils/helpers.spec.js +146 -146
  547. package/src/utils/icons.js +7 -1
  548. package/src/utils/plugins.js +15 -15
  549. package/src/utils/ssr.js +6 -6
  550. package/types/components.d.ts +443 -443
  551. package/types/helpers.d.ts +5 -5
  552. package/types/index.d.ts +44 -44
package/CHANGELOG.md CHANGED
@@ -1,5 +1,16 @@
1
1
  # Buefy Changelog
2
2
 
3
+ ## 0.9.16
4
+
5
+ ### New features
6
+
7
+ * **Add Font Awesome 6 support** (http://fontawesome.com/)
8
+
9
+ ### Fixes
10
+
11
+ * Fix #3672 filter table when multiple filters
12
+ * Fix colorpicker sass warnings (thanks @SomethingNew71)
13
+
3
14
  ## 0.9.15
4
15
 
5
16
  ### New features
package/LICENSE CHANGED
@@ -1,21 +1,21 @@
1
- MIT License
2
-
3
- Copyright (c) 2017-2019 Rafael Beraldo
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in all
13
- copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
- SOFTWARE.
1
+ MIT License
2
+
3
+ Copyright (c) 2017-2019 Rafael Beraldo
4
+
5
+ Permission is hereby granted, free of charge, to any person obtaining a copy
6
+ of this software and associated documentation files (the "Software"), to deal
7
+ in the Software without restriction, including without limitation the rights
8
+ to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
+ copies of the Software, and to permit persons to whom the Software is
10
+ furnished to do so, subject to the following conditions:
11
+
12
+ The above copyright notice and this permission notice shall be included in all
13
+ copies or substantial portions of the Software.
14
+
15
+ THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
+ IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
+ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
+ AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
+ LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
+ OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21
+ SOFTWARE.
package/README.md CHANGED
@@ -1,139 +1,139 @@
1
- <p align="center">
2
- <a href="https://buefy.org">
3
- <img src="https://raw.githubusercontent.com/buefy/buefy/master/static/img/buefy-banner.png" />
4
- </a>
5
- <a href="https://github.com/buefy/buefy/releases"><img src="https://img.shields.io/github/v/release/buefy/buefy?logo=buefy&color=7957d5&labelColor=lightgrey" /></a>
6
- <a href="https://www.npmjs.com/package/buefy"><img src="https://img.shields.io/npm/v/buefy.svg?logo=npm" /></a>
7
- <a href="https://www.npmjs.com/package/buefy"><img src="https://img.shields.io/npm/dt/buefy.svg" /></a>
8
- <a href="https://circleci.com/gh/buefy/buefy"><img src="https://img.shields.io/circleci/project/github/buefy/buefy.svg?style=flat-square" /></a>
9
- <a href="https://codecov.io/gh/buefy/buefy"><img src="https://img.shields.io/codecov/c/github/buefy/buefy.svg?style=flat-square" /></a>
10
- <a href="https://discordapp.com/invite/ZkdFJMr"><img src="https://img.shields.io/badge/chat-on%20discord-7289DA.svg?logo=discord" /></a>
11
- <a href="https://buefy.org"><img src="https://img.shields.io/badge/code_style-buefy-7957d5.svg?style=flat-square" /></a>
12
- </p>
13
-
14
- > Buefy is a lightweight library of responsive UI components for [Vue.js](https://vuejs.org/) based on [Bulma](http://bulma.io/) framework and design.
15
-
16
- ## Features
17
-
18
- * Keep your current Bulma theme / variables easily
19
- * Supports both [Material Design Icons](https://materialdesignicons.com/) and [FontAwesome](http://fontawesome.io/)
20
- * Very lightweight with none internal dependencies aside from Vue & Bulma
21
- * About 88KB min+gzip (with Bulma included)
22
- * Semantic code output
23
- * Follows Bulma design and some of the [Material Design UX](https://material.io/)
24
- * Focus on usability and performance without *over-animating* stuff
25
-
26
- ## Documentation
27
-
28
- The documentation is in the docs directory, it serves as the demo as well.
29
-
30
- Browse [online documentation here](https://buefy.org/).
31
-
32
- ## Quick start
33
-
34
- You need [Vue.js](https://vuejs.org/) **version 2.6+**. (Vue 3 is [not supported](https://github.com/buefy/buefy/issues/2505#issuecomment-997000720))
35
-
36
- ### 1 Install via npm
37
-
38
- ```bash
39
- npm install buefy
40
- ```
41
-
42
- ### 2 Import and use Buefy
43
-
44
- Bundle
45
- ```javascript
46
- import Vue from 'vue';
47
- import Buefy from 'buefy';
48
- import 'buefy/dist/buefy.css';
49
-
50
- Vue.use(Buefy);
51
-
52
- ```
53
- or Individual Components
54
- ```javascript
55
-
56
- import Vue from 'vue'
57
- import { Field, Input } from 'buefy'
58
- import 'buefy/dist/buefy.css'
59
-
60
- Vue.use(Field)
61
- Vue.use(Input)
62
-
63
- ```
64
-
65
- ### 3 Include Material Design Icons
66
-
67
- ```html
68
- <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@5.8.55/css/materialdesignicons.min.css">
69
- ```
70
-
71
- If you want to customize the icons or the theme, refer to the [customization section on the documentation](https://buefy.org/documentation/customization).
72
-
73
- ### Alternatively, you can use a CDN or even download
74
-
75
- ```html
76
- <!-- Buefy CSS -->
77
- <link rel="stylesheet" href="https://unpkg.com/buefy/dist/buefy.min.css">
78
-
79
- <!-- Buefy JavaScript -->
80
- <script src="https://unpkg.com/buefy/dist/buefy.min.js"></script>
81
- ```
82
-
83
- ## Browser support
84
-
85
- Recent versions of Firefox, Chrome, Edge, Opera and Safari. IE10+ is only partially supported.
86
-
87
- ## Contributing
88
-
89
- Please see the [contributing guidelines](./.github/CONTRIBUTING.md)
90
-
91
- ## Versioning
92
-
93
- Version will follow **v0.Y.Z**, where:
94
-
95
- * **Y**: Major (breaking changes)
96
- * **Z**: Minor or patch
97
-
98
- ## Core Team
99
-
100
- <table>
101
- <tr>
102
- <td align="center"><a href="https://twitter.com/walter_tommasi"><img src="https://avatars0.githubusercontent.com/u/8029488?v=4" width="80px;" alt=""/><br /><sub><b>Walter Tommasi</b></sub></a><br /></td>
103
- </tr>
104
- </table>
105
-
106
- Special thanks to <a href="http://twitter.com/rafaelpimpa">Rafael Beraldo</a>, the original author.
107
-
108
- ## Contributors ✨
109
-
110
- Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
111
-
112
- <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
113
- <!-- prettier-ignore-start -->
114
- <!-- markdownlint-disable -->
115
- <table>
116
- <tr>
117
- <td align="center"><a href="http://twitter.com/rafaelpimpa"><img src="https://avatars2.githubusercontent.com/u/18370605?v=4" width="80px;" alt=""/><br /><sub><b>Rafael Beraldo</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=rafaelpimpa" title="Code">💻</a></td>
118
- <td align="center"><a href="https://edutechno.ca"><img src="https://avatars1.githubusercontent.com/u/12817388?v=4" width="80px;" alt=""/><br /><sub><b>Alexandre Paradis</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=service-paradis" title="Code">💻</a></td>
119
- <td align="center"><a href="https://github.com/yxngl"><img src="https://avatars0.githubusercontent.com/u/1696853?v=4" width="80px;" alt=""/><br /><sub><b>Yuxing Liao</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=yxngl" title="Code">💻</a></td>
120
- <td align="center"><a href="https://github.com/adrlen"><img src="https://avatars2.githubusercontent.com/u/1764097?v=4" width="80px;" alt=""/><br /><sub><b>Adrien</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=adrlen" title="Code">💻</a></td>
121
- <td align="center"><a href="http://paypal.me/apolokak"><img src="https://avatars2.githubusercontent.com/u/30395693?v=4" width="80px;" alt=""/><br /><sub><b>Apolokak Lab</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=apolokaklab" title="Code">💻</a></td>
122
- <td align="center"><a href="http://owen.com.br"><img src="https://avatars1.githubusercontent.com/u/1490347?v=4" width="80px;" alt=""/><br /><sub><b>Antério Vieira</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=anteriovieira" title="Code">💻</a></td>
123
- <td align="center"><a href="https://github.com/wanxe"><img src="https://avatars3.githubusercontent.com/u/10264065?v=4" width="80px;" alt=""/><br /><sub><b>Jorge Nieto</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=wanxe" title="Code">💻</a></td>
124
- <td align="center"><a href="https://github.com/mateuswetah"><img src="https://avatars0.githubusercontent.com/u/1184874?v=4" width="80px;" alt=""/><br /><sub><b>Mateus Machado Luna</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=mateuswetah" title="Code">💻</a></td>
125
- </tr>
126
- <tr>
127
- <td align="center"><a href="https://github.com/buefy/buefy/graphs/contributors"><br /><sub><b>All contributors</b></sub></a><br /></td>
128
- </tr>
129
- </table>
130
-
131
- <!-- markdownlint-enable -->
132
- <!-- prettier-ignore-end -->
133
- <!-- ALL-CONTRIBUTORS-LIST:END -->
134
-
135
- This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
136
-
137
- ## License <a href="https://github.com/buefy/buefy/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/buefy.svg?logo=github" /></a>
138
-
139
- Code released under [MIT](https://github.com/buefy/buefy/blob/master/LICENSE) license.
1
+ <p align="center">
2
+ <a href="https://buefy.org">
3
+ <img src="https://raw.githubusercontent.com/buefy/buefy/master/static/img/buefy-banner.png" />
4
+ </a>
5
+ <a href="https://github.com/buefy/buefy/releases"><img src="https://img.shields.io/github/v/release/buefy/buefy?logo=buefy&color=7957d5&labelColor=lightgrey" /></a>
6
+ <a href="https://www.npmjs.com/package/buefy"><img src="https://img.shields.io/npm/v/buefy.svg?logo=npm" /></a>
7
+ <a href="https://www.npmjs.com/package/buefy"><img src="https://img.shields.io/npm/dt/buefy.svg" /></a>
8
+ <a href="https://circleci.com/gh/buefy/buefy"><img src="https://img.shields.io/circleci/project/github/buefy/buefy.svg?style=flat-square" /></a>
9
+ <a href="https://codecov.io/gh/buefy/buefy"><img src="https://img.shields.io/codecov/c/github/buefy/buefy.svg?style=flat-square" /></a>
10
+ <a href="https://discordapp.com/invite/ZkdFJMr"><img src="https://img.shields.io/badge/chat-on%20discord-7289DA.svg?logo=discord" /></a>
11
+ <a href="https://buefy.org"><img src="https://img.shields.io/badge/code_style-buefy-7957d5.svg?style=flat-square" /></a>
12
+ </p>
13
+
14
+ > Buefy is a lightweight library of responsive UI components for [Vue.js](https://vuejs.org/) based on [Bulma](http://bulma.io/) framework and design.
15
+
16
+ ## Features
17
+
18
+ * Keep your current Bulma theme / variables easily
19
+ * Supports both [Material Design Icons](https://materialdesignicons.com/) and [FontAwesome](http://fontawesome.io/)
20
+ * Very lightweight with none internal dependencies aside from Vue & Bulma
21
+ * About 88KB min+gzip (with Bulma included)
22
+ * Semantic code output
23
+ * Follows Bulma design and some of the [Material Design UX](https://material.io/)
24
+ * Focus on usability and performance without *over-animating* stuff
25
+
26
+ ## Documentation
27
+
28
+ The documentation is in the docs directory, it serves as the demo as well.
29
+
30
+ Browse [online documentation here](https://buefy.org/).
31
+
32
+ ## Quick start
33
+
34
+ You need [Vue.js](https://vuejs.org/) **version 2.6+**. (Vue 3 is [not supported](https://github.com/buefy/buefy/issues/2505#issuecomment-997000720))
35
+
36
+ ### 1 Install via npm
37
+
38
+ ```bash
39
+ npm install buefy
40
+ ```
41
+
42
+ ### 2 Import and use Buefy
43
+
44
+ Bundle
45
+ ```javascript
46
+ import Vue from 'vue';
47
+ import Buefy from 'buefy';
48
+ import 'buefy/dist/buefy.css';
49
+
50
+ Vue.use(Buefy);
51
+
52
+ ```
53
+ or Individual Components
54
+ ```javascript
55
+
56
+ import Vue from 'vue'
57
+ import { Field, Input } from 'buefy'
58
+ import 'buefy/dist/buefy.css'
59
+
60
+ Vue.use(Field)
61
+ Vue.use(Input)
62
+
63
+ ```
64
+
65
+ ### 3 Include Material Design Icons
66
+
67
+ ```html
68
+ <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@mdi/font@5.8.55/css/materialdesignicons.min.css">
69
+ ```
70
+
71
+ If you want to customize the icons or the theme, refer to the [customization section on the documentation](https://buefy.org/documentation/customization).
72
+
73
+ ### Alternatively, you can use a CDN or even download
74
+
75
+ ```html
76
+ <!-- Buefy CSS -->
77
+ <link rel="stylesheet" href="https://unpkg.com/buefy/dist/buefy.min.css">
78
+
79
+ <!-- Buefy JavaScript -->
80
+ <script src="https://unpkg.com/buefy/dist/buefy.min.js"></script>
81
+ ```
82
+
83
+ ## Browser support
84
+
85
+ Recent versions of Firefox, Chrome, Edge, Opera and Safari. IE10+ is only partially supported.
86
+
87
+ ## Contributing
88
+
89
+ Please see the [contributing guidelines](./.github/CONTRIBUTING.md)
90
+
91
+ ## Versioning
92
+
93
+ Version will follow **v0.Y.Z**, where:
94
+
95
+ * **Y**: Major (breaking changes)
96
+ * **Z**: Minor or patch
97
+
98
+ ## Core Team
99
+
100
+ <table>
101
+ <tr>
102
+ <td align="center"><a href="https://twitter.com/walter_tommasi"><img src="https://avatars0.githubusercontent.com/u/8029488?v=4" width="80px;" alt=""/><br /><sub><b>Walter Tommasi</b></sub></a><br /></td>
103
+ </tr>
104
+ </table>
105
+
106
+ Special thanks to <a href="http://twitter.com/rafaelpimpa">Rafael Beraldo</a>, the original author.
107
+
108
+ ## Contributors ✨
109
+
110
+ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
111
+
112
+ <!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
113
+ <!-- prettier-ignore-start -->
114
+ <!-- markdownlint-disable -->
115
+ <table>
116
+ <tr>
117
+ <td align="center"><a href="http://twitter.com/rafaelpimpa"><img src="https://avatars2.githubusercontent.com/u/18370605?v=4" width="80px;" alt=""/><br /><sub><b>Rafael Beraldo</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=rafaelpimpa" title="Code">💻</a></td>
118
+ <td align="center"><a href="https://edutechno.ca"><img src="https://avatars1.githubusercontent.com/u/12817388?v=4" width="80px;" alt=""/><br /><sub><b>Alexandre Paradis</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=service-paradis" title="Code">💻</a></td>
119
+ <td align="center"><a href="https://github.com/yxngl"><img src="https://avatars0.githubusercontent.com/u/1696853?v=4" width="80px;" alt=""/><br /><sub><b>Yuxing Liao</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=yxngl" title="Code">💻</a></td>
120
+ <td align="center"><a href="https://github.com/adrlen"><img src="https://avatars2.githubusercontent.com/u/1764097?v=4" width="80px;" alt=""/><br /><sub><b>Adrien</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=adrlen" title="Code">💻</a></td>
121
+ <td align="center"><a href="http://paypal.me/apolokak"><img src="https://avatars2.githubusercontent.com/u/30395693?v=4" width="80px;" alt=""/><br /><sub><b>Apolokak Lab</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=apolokaklab" title="Code">💻</a></td>
122
+ <td align="center"><a href="http://owen.com.br"><img src="https://avatars1.githubusercontent.com/u/1490347?v=4" width="80px;" alt=""/><br /><sub><b>Antério Vieira</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=anteriovieira" title="Code">💻</a></td>
123
+ <td align="center"><a href="https://github.com/wanxe"><img src="https://avatars3.githubusercontent.com/u/10264065?v=4" width="80px;" alt=""/><br /><sub><b>Jorge Nieto</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=wanxe" title="Code">💻</a></td>
124
+ <td align="center"><a href="https://github.com/mateuswetah"><img src="https://avatars0.githubusercontent.com/u/1184874?v=4" width="80px;" alt=""/><br /><sub><b>Mateus Machado Luna</b></sub></a><br /><a href="https://github.com/buefy/buefy/commits?author=mateuswetah" title="Code">💻</a></td>
125
+ </tr>
126
+ <tr>
127
+ <td align="center"><a href="https://github.com/buefy/buefy/graphs/contributors"><br /><sub><b>All contributors</b></sub></a><br /></td>
128
+ </tr>
129
+ </table>
130
+
131
+ <!-- markdownlint-enable -->
132
+ <!-- prettier-ignore-end -->
133
+ <!-- ALL-CONTRIBUTORS-LIST:END -->
134
+
135
+ This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
136
+
137
+ ## License <a href="https://github.com/buefy/buefy/blob/master/LICENSE"><img src="https://img.shields.io/npm/l/buefy.svg?logo=github" /></a>
138
+
139
+ Code released under [MIT](https://github.com/buefy/buefy/blob/master/LICENSE) license.
package/dist/buefy.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! Buefy v0.9.15 | MIT License | github.com/buefy/buefy */
1
+ /*! Buefy v0.9.16 | MIT License | github.com/buefy/buefy */
2
2
  @charset "UTF-8";
3
3
  .is-noscroll {
4
4
  position: fixed;
@@ -11602,7 +11602,7 @@ div.b-colorpicker-square .colorpicker-square-slider-hue {
11602
11602
  left: 0;
11603
11603
  }
11604
11604
  div.b-colorpicker-square .colorpicker-square-slider-hue .hue-range-thumb {
11605
- border-radius: 2.2857142857px;
11605
+ border-radius: calc($colorpicker-radius / 1.75);
11606
11606
  position: absolute;
11607
11607
  aspect-ratio: 1/1;
11608
11608
  transform: translate(-50%, -50%);