buefy 0.9.21 → 0.9.23

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 (297) hide show
  1. package/README.md +4 -0
  2. package/dist/buefy.css +76 -24
  3. package/dist/buefy.esm.js +103 -89
  4. package/dist/buefy.esm.min.js +2 -2
  5. package/dist/buefy.js +103 -88
  6. package/dist/buefy.min.css +1 -1
  7. package/dist/buefy.min.js +2 -2
  8. package/dist/cjs/autocomplete.js +2 -2
  9. package/dist/cjs/{chunk-dddb035c.js → chunk-37e64a78.js} +6 -2
  10. package/dist/cjs/{chunk-f8eb56c6.js → chunk-4702fda4.js} +1 -1
  11. package/dist/cjs/{chunk-bcab8905.js → chunk-6e9f64e7.js} +3 -3
  12. package/dist/cjs/{chunk-eba24a95.js → chunk-8ab08774.js} +5 -5
  13. package/dist/cjs/{chunk-85b00a19.js → chunk-94bbc46e.js} +4 -4
  14. package/dist/cjs/{chunk-befea70a.js → chunk-994f8066.js} +22 -8
  15. package/dist/cjs/{chunk-95c4b826.js → chunk-a39776c7.js} +4 -1
  16. package/dist/cjs/{chunk-cc9676a6.js → chunk-b7163607.js} +2 -1
  17. package/dist/cjs/clockpicker.js +3 -3
  18. package/dist/cjs/colorpicker-a5bbcf7b.js +1774 -0
  19. package/dist/cjs/colorpicker.js +14 -1750
  20. package/dist/cjs/datepicker.js +4 -4
  21. package/dist/cjs/datetimepicker.js +5 -5
  22. package/dist/cjs/dialog.js +1 -1
  23. package/dist/cjs/dropdown.js +1 -1
  24. package/dist/cjs/field.js +1 -1
  25. package/dist/cjs/index.js +12 -11
  26. package/dist/cjs/input.js +1 -1
  27. package/dist/cjs/message.js +1 -1
  28. package/dist/cjs/modal.js +1 -1
  29. package/dist/cjs/navbar.js +4 -1
  30. package/dist/cjs/notification.js +1 -1
  31. package/dist/cjs/numberinput.js +7 -2
  32. package/dist/cjs/sidebar.js +6 -44
  33. package/dist/cjs/steps.js +1 -1
  34. package/dist/cjs/table.js +5 -5
  35. package/dist/cjs/tabs.js +1 -1
  36. package/dist/cjs/taginput.js +7 -3
  37. package/dist/cjs/timepicker.js +4 -4
  38. package/dist/components/autocomplete/index.js +26 -9
  39. package/dist/components/autocomplete/index.min.js +2 -2
  40. package/dist/components/breadcrumb/index.js +1 -1
  41. package/dist/components/breadcrumb/index.min.js +1 -1
  42. package/dist/components/button/index.js +1 -1
  43. package/dist/components/button/index.min.js +1 -1
  44. package/dist/components/carousel/index.js +1 -1
  45. package/dist/components/carousel/index.min.js +1 -1
  46. package/dist/components/checkbox/index.js +1 -1
  47. package/dist/components/checkbox/index.min.js +1 -1
  48. package/dist/components/clockpicker/index.js +12 -5
  49. package/dist/components/clockpicker/index.min.js +2 -2
  50. package/dist/components/collapse/index.js +1 -1
  51. package/dist/components/collapse/index.min.js +1 -1
  52. package/dist/components/colorpicker/index.js +46 -21
  53. package/dist/components/colorpicker/index.min.js +2 -2
  54. package/dist/components/datepicker/index.js +13 -6
  55. package/dist/components/datepicker/index.min.js +2 -2
  56. package/dist/components/datetimepicker/index.js +13 -6
  57. package/dist/components/datetimepicker/index.min.js +2 -2
  58. package/dist/components/dialog/index.js +3 -2
  59. package/dist/components/dialog/index.min.js +2 -2
  60. package/dist/components/dropdown/index.js +7 -3
  61. package/dist/components/dropdown/index.min.js +2 -2
  62. package/dist/components/field/index.js +2 -2
  63. package/dist/components/field/index.min.js +2 -2
  64. package/dist/components/icon/index.js +1 -1
  65. package/dist/components/icon/index.min.js +1 -1
  66. package/dist/components/image/index.js +1 -1
  67. package/dist/components/image/index.min.js +1 -1
  68. package/dist/components/input/index.js +5 -2
  69. package/dist/components/input/index.min.js +2 -2
  70. package/dist/components/loading/index.js +1 -1
  71. package/dist/components/loading/index.min.js +1 -1
  72. package/dist/components/menu/index.js +1 -1
  73. package/dist/components/menu/index.min.js +1 -1
  74. package/dist/components/message/index.js +2 -2
  75. package/dist/components/message/index.min.js +2 -2
  76. package/dist/components/modal/index.js +3 -2
  77. package/dist/components/modal/index.min.js +2 -2
  78. package/dist/components/navbar/index.js +5 -2
  79. package/dist/components/navbar/index.min.js +2 -2
  80. package/dist/components/notification/index.js +2 -2
  81. package/dist/components/notification/index.min.js +2 -2
  82. package/dist/components/numberinput/index.js +11 -3
  83. package/dist/components/numberinput/index.min.js +2 -2
  84. package/dist/components/pagination/index.js +1 -1
  85. package/dist/components/pagination/index.min.js +1 -1
  86. package/dist/components/progress/index.js +1 -1
  87. package/dist/components/progress/index.min.js +1 -1
  88. package/dist/components/radio/index.js +1 -1
  89. package/dist/components/radio/index.min.js +1 -1
  90. package/dist/components/rate/index.js +1 -1
  91. package/dist/components/rate/index.min.js +1 -1
  92. package/dist/components/select/index.js +1 -1
  93. package/dist/components/select/index.min.js +1 -1
  94. package/dist/components/sidebar/index.js +7 -48
  95. package/dist/components/sidebar/index.min.js +2 -2
  96. package/dist/components/skeleton/index.js +1 -1
  97. package/dist/components/skeleton/index.min.js +1 -1
  98. package/dist/components/slider/index.js +1 -1
  99. package/dist/components/slider/index.min.js +1 -1
  100. package/dist/components/snackbar/index.js +1 -1
  101. package/dist/components/snackbar/index.min.js +1 -1
  102. package/dist/components/steps/index.js +6 -6
  103. package/dist/components/steps/index.min.js +2 -2
  104. package/dist/components/switch/index.js +1 -1
  105. package/dist/components/switch/index.min.js +1 -1
  106. package/dist/components/table/index.js +9 -6
  107. package/dist/components/table/index.min.js +2 -2
  108. package/dist/components/tabs/index.js +6 -6
  109. package/dist/components/tabs/index.min.js +2 -2
  110. package/dist/components/tag/index.js +1 -1
  111. package/dist/components/tag/index.min.js +1 -1
  112. package/dist/components/taginput/index.js +31 -10
  113. package/dist/components/taginput/index.min.js +2 -2
  114. package/dist/components/timepicker/index.js +12 -5
  115. package/dist/components/timepicker/index.min.js +2 -2
  116. package/dist/components/toast/index.js +1 -1
  117. package/dist/components/toast/index.min.js +1 -1
  118. package/dist/components/tooltip/index.js +1 -1
  119. package/dist/components/tooltip/index.min.js +1 -1
  120. package/dist/components/upload/index.js +1 -1
  121. package/dist/components/upload/index.min.js +1 -1
  122. package/dist/esm/autocomplete.js +6 -6
  123. package/dist/esm/button.js +4 -4
  124. package/dist/esm/carousel.js +4 -4
  125. package/dist/esm/{chunk-293c457c.js → chunk-007b3ff8.js} +7 -7
  126. package/dist/esm/{chunk-c5284276.js → chunk-048831a9.js} +2 -2
  127. package/dist/esm/{chunk-493ff0a9.js → chunk-07da0ba7.js} +1 -1
  128. package/dist/esm/{chunk-ade5b253.js → chunk-0c67e5e7.js} +8 -4
  129. package/dist/esm/{chunk-9b0b8225.js → chunk-18dce47f.js} +1 -1
  130. package/dist/esm/{chunk-6e56b8bc.js → chunk-27ec55c7.js} +1 -1
  131. package/dist/esm/{chunk-7e17a637.js → chunk-4b289821.js} +1 -1
  132. package/dist/esm/{chunk-d46e7ff0.js → chunk-6a7209ee.js} +2 -2
  133. package/dist/esm/{chunk-b5576437.js → chunk-6b514c98.js} +2 -2
  134. package/dist/esm/{chunk-f32d0228.js → chunk-6efa106e.js} +9 -9
  135. package/dist/esm/{chunk-60a03517.js → chunk-70481141.js} +1 -1
  136. package/dist/esm/{chunk-455cdeae.js → chunk-851d1b8f.js} +1 -1
  137. package/dist/esm/{chunk-33e1434e.js → chunk-8e497030.js} +2 -1
  138. package/dist/esm/{chunk-b0123b89.js → chunk-9bd1f33e.js} +24 -10
  139. package/dist/esm/{chunk-4e788733.js → chunk-bf29bc31.js} +3 -3
  140. package/dist/esm/{chunk-7bb9107f.js → chunk-d62aa1f5.js} +2 -2
  141. package/dist/esm/{chunk-83c8b459.js → chunk-d77d421b.js} +7 -4
  142. package/dist/esm/{chunk-6c64686f.js → chunk-dc931ea5.js} +8 -8
  143. package/dist/esm/clockpicker.js +8 -8
  144. package/dist/esm/colorpicker-91643f19.js +1770 -0
  145. package/dist/esm/colorpicker.js +13 -1754
  146. package/dist/esm/config.js +1 -1
  147. package/dist/esm/datepicker.js +10 -10
  148. package/dist/esm/datetimepicker.js +11 -11
  149. package/dist/esm/dialog.js +4 -4
  150. package/dist/esm/dropdown.js +4 -4
  151. package/dist/esm/field.js +3 -3
  152. package/dist/esm/helpers.js +1 -1
  153. package/dist/esm/icon.js +3 -3
  154. package/dist/esm/image.js +3 -3
  155. package/dist/esm/index.js +24 -24
  156. package/dist/esm/input.js +5 -5
  157. package/dist/esm/loading.js +3 -3
  158. package/dist/esm/menu.js +2 -2
  159. package/dist/esm/message.js +4 -4
  160. package/dist/esm/modal.js +3 -3
  161. package/dist/esm/navbar.js +5 -2
  162. package/dist/esm/notification.js +5 -5
  163. package/dist/esm/numberinput.js +10 -5
  164. package/dist/esm/pagination.js +4 -4
  165. package/dist/esm/progress.js +2 -2
  166. package/dist/esm/rate.js +2 -2
  167. package/dist/esm/select.js +5 -5
  168. package/dist/esm/sidebar.js +8 -46
  169. package/dist/esm/slider.js +2 -2
  170. package/dist/esm/snackbar.js +2 -2
  171. package/dist/esm/steps.js +5 -5
  172. package/dist/esm/table.js +12 -12
  173. package/dist/esm/tabs.js +5 -5
  174. package/dist/esm/taginput.js +10 -6
  175. package/dist/esm/timepicker.js +11 -11
  176. package/dist/esm/toast.js +2 -2
  177. package/dist/esm/tooltip.js +3 -3
  178. package/dist/esm/upload.js +2 -2
  179. package/dist/vetur/attributes.json +12 -0
  180. package/dist/vetur/tags.json +5 -2
  181. package/package.json +3 -2
  182. package/src/components/autocomplete/Autocomplete.vue +23 -4
  183. package/src/components/autocomplete/index.js +1 -1
  184. package/src/components/breadcrumb/Breadcrumb.vue +0 -2
  185. package/src/components/breadcrumb/BreadcrumbItem.spec.js +1 -1
  186. package/src/components/breadcrumb/BreadcrumbItem.vue +0 -3
  187. package/src/components/breadcrumb/index.js +2 -2
  188. package/src/components/button/Button.vue +1 -1
  189. package/src/components/button/index.js +1 -1
  190. package/src/components/carousel/Carousel.vue +1 -1
  191. package/src/components/carousel/CarouselList.vue +2 -2
  192. package/src/components/carousel/index.js +3 -3
  193. package/src/components/checkbox/Checkbox.vue +1 -1
  194. package/src/components/checkbox/CheckboxButton.vue +1 -1
  195. package/src/components/checkbox/index.js +2 -2
  196. package/src/components/clockpicker/Clockpicker.vue +5 -5
  197. package/src/components/clockpicker/index.js +1 -1
  198. package/src/components/collapse/index.js +1 -1
  199. package/src/components/colorpicker/Colorpicker.vue +50 -31
  200. package/src/components/colorpicker/ColorpickerAlphaSlider.spec.js +3 -1
  201. package/src/components/colorpicker/ColorpickerAlphaSlider.vue +1 -1
  202. package/src/components/colorpicker/index.js +1 -1
  203. package/src/components/datepicker/Datepicker.spec.js +4 -4
  204. package/src/components/datepicker/Datepicker.vue +14 -13
  205. package/src/components/datepicker/DatepickerTable.vue +1 -1
  206. package/src/components/datepicker/index.js +1 -1
  207. package/src/components/datetimepicker/Datetimepicker.vue +2 -2
  208. package/src/components/datetimepicker/index.js +1 -1
  209. package/src/components/dialog/Dialog.vue +3 -3
  210. package/src/components/dialog/index.js +1 -1
  211. package/src/components/dropdown/Dropdown.vue +6 -2
  212. package/src/components/dropdown/index.js +2 -2
  213. package/src/components/field/Field.spec.js +11 -2
  214. package/src/components/field/Field.vue +6 -2
  215. package/src/components/field/index.js +1 -1
  216. package/src/components/icon/index.js +1 -1
  217. package/src/components/image/index.js +1 -1
  218. package/src/components/input/Input.spec.js +11 -0
  219. package/src/components/input/Input.vue +5 -2
  220. package/src/components/input/index.js +1 -1
  221. package/src/components/loading/index.js +1 -1
  222. package/src/components/menu/MenuItem.vue +1 -1
  223. package/src/components/menu/index.js +3 -3
  224. package/src/components/message/Message.vue +2 -1
  225. package/src/components/message/index.js +1 -1
  226. package/src/components/modal/Modal.vue +2 -1
  227. package/src/components/modal/index.js +1 -1
  228. package/src/components/navbar/NavBar.spec.js +1 -1
  229. package/src/components/navbar/{NavbarBurger.spec.js → NavBarBurger.spec.js} +1 -1
  230. package/src/components/navbar/NavBarItem.spec.js +1 -1
  231. package/src/components/navbar/NavbarDropdown.spec.js +1 -1
  232. package/src/components/navbar/NavbarDropdown.vue +10 -1
  233. package/src/components/navbar/index.js +3 -3
  234. package/src/components/notification/Notification.vue +3 -2
  235. package/src/components/notification/NotificationNotice.vue +1 -1
  236. package/src/components/notification/index.js +2 -2
  237. package/src/components/numberinput/Numberinput.spec.js +31 -0
  238. package/src/components/numberinput/Numberinput.vue +8 -3
  239. package/src/components/numberinput/index.js +1 -1
  240. package/src/components/pagination/Pagination.vue +2 -2
  241. package/src/components/pagination/index.js +2 -2
  242. package/src/components/progress/index.js +2 -2
  243. package/src/components/radio/Radio.vue +1 -1
  244. package/src/components/radio/RadioButton.vue +1 -1
  245. package/src/components/radio/index.js +2 -2
  246. package/src/components/rate/Rate.vue +1 -1
  247. package/src/components/rate/index.js +1 -1
  248. package/src/components/select/Select.vue +1 -1
  249. package/src/components/select/index.js +1 -1
  250. package/src/components/sidebar/Sidebar.vue +6 -25
  251. package/src/components/sidebar/index.js +1 -1
  252. package/src/components/skeleton/index.js +1 -1
  253. package/src/components/slider/Slider.vue +2 -2
  254. package/src/components/slider/SliderThumb.vue +1 -1
  255. package/src/components/slider/index.js +2 -2
  256. package/src/components/snackbar/Snackbar.vue +1 -1
  257. package/src/components/snackbar/index.js +1 -1
  258. package/src/components/steps/StepItem.vue +1 -1
  259. package/src/components/steps/Steps.vue +2 -2
  260. package/src/components/steps/index.js +2 -2
  261. package/src/components/switch/index.js +1 -1
  262. package/src/components/table/Table.vue +31 -19
  263. package/src/components/table/TableColumn.vue +121 -121
  264. package/src/components/table/TableMobileSort.vue +2 -2
  265. package/src/components/table/TablePagination.vue +1 -1
  266. package/src/components/table/index.js +2 -2
  267. package/src/components/tabs/TabItem.vue +1 -1
  268. package/src/components/tabs/Tabs.vue +1 -1
  269. package/src/components/tabs/index.js +2 -2
  270. package/src/components/tag/index.js +2 -2
  271. package/src/components/taginput/Taginput.vue +7 -3
  272. package/src/components/taginput/index.js +1 -1
  273. package/src/components/timepicker/Timepicker.vue +6 -6
  274. package/src/components/timepicker/index.js +1 -1
  275. package/src/components/toast/Toast.vue +1 -1
  276. package/src/components/toast/index.js +1 -1
  277. package/src/components/tooltip/Tooltip.spec.js +35 -0
  278. package/src/components/tooltip/index.js +1 -1
  279. package/src/components/upload/index.js +1 -1
  280. package/src/index.js +1 -0
  281. package/src/scss/components/_colorpicker.scss +1 -1
  282. package/src/scss/components/_datepicker.scss +2 -2
  283. package/src/scss/components/_message.scss +8 -2
  284. package/src/scss/components/_notification.scss +5 -5
  285. package/src/scss/components/_radio.scss +3 -0
  286. package/src/scss/components/_table.scss +1 -0
  287. package/src/utils/MessageMixin.js +1 -1
  288. package/src/utils/TabbedChildMixin.js +1 -1
  289. package/src/utils/TabbedMixin.js +1 -1
  290. package/src/utils/color.js +3 -2
  291. package/src/utils/color.spec.js +3 -1
  292. package/CHANGELOG.md +0 -1741
  293. /package/dist/esm/{chunk-6d0f2352.js → chunk-241dbe8d.js} +0 -0
  294. /package/dist/esm/{chunk-17b33cd2.js → chunk-6ca75105.js} +0 -0
  295. /package/dist/esm/{chunk-c9c18b2f.js → chunk-f37c671e.js} +0 -0
  296. /package/dist/esm/{chunk-a32d1427.js → chunk-f4922148.js} +0 -0
  297. /package/src/components/colorpicker/__snapshots__/{ColorPickerHSLRepresentationSquare.spec.js.snap → ColorpickerHSLRepresentationSquare.spec.js.snap} +0 -0
package/README.md CHANGED
@@ -80,6 +80,10 @@ If you want to customize the icons or the theme, refer to the [customization sec
80
80
  <script src="https://unpkg.com/buefy/dist/buefy.min.js"></script>
81
81
  ```
82
82
 
83
+ ## Start On Cloud IDE
84
+
85
+ [https://github.com/buefy/buefy](https://github.com/buefy/buefy)
86
+
83
87
  ## Browser support
84
88
 
85
89
  Recent versions of Firefox, Chrome, Edge, Opera and Safari. IE10+ is only partially supported.
package/dist/buefy.css CHANGED
@@ -1,4 +1,4 @@
1
- /*! Buefy v0.9.21 | MIT License | github.com/buefy/buefy */
1
+ /*! Buefy v0.9.23 | MIT License | github.com/buefy/buefy */
2
2
  @charset "UTF-8";
3
3
  .is-noscroll {
4
4
  position: fixed;
@@ -199,7 +199,7 @@
199
199
  max-height: 0;
200
200
  }
201
201
 
202
- /*! bulma.io v0.9.3 | MIT License | github.com/jgthms/bulma */
202
+ /*! bulma.io v0.9.4 | MIT License | github.com/jgthms/bulma */
203
203
  /* Bulma Utilities */
204
204
  .pagination-previous,
205
205
  .pagination-next,
@@ -752,7 +752,7 @@ a.box:active {
752
752
  }
753
753
  .button.is-white[disabled], fieldset[disabled] .button.is-white {
754
754
  background-color: white;
755
- border-color: transparent;
755
+ border-color: white;
756
756
  box-shadow: none;
757
757
  }
758
758
  .button.is-white.is-inverted {
@@ -835,7 +835,7 @@ a.box:active {
835
835
  }
836
836
  .button.is-black[disabled], fieldset[disabled] .button.is-black {
837
837
  background-color: #0a0a0a;
838
- border-color: transparent;
838
+ border-color: #0a0a0a;
839
839
  box-shadow: none;
840
840
  }
841
841
  .button.is-black.is-inverted {
@@ -918,7 +918,7 @@ a.box:active {
918
918
  }
919
919
  .button.is-light[disabled], fieldset[disabled] .button.is-light {
920
920
  background-color: whitesmoke;
921
- border-color: transparent;
921
+ border-color: whitesmoke;
922
922
  box-shadow: none;
923
923
  }
924
924
  .button.is-light.is-inverted {
@@ -1001,7 +1001,7 @@ a.box:active {
1001
1001
  }
1002
1002
  .button.is-dark[disabled], fieldset[disabled] .button.is-dark {
1003
1003
  background-color: #363636;
1004
- border-color: transparent;
1004
+ border-color: #363636;
1005
1005
  box-shadow: none;
1006
1006
  }
1007
1007
  .button.is-dark.is-inverted {
@@ -1084,7 +1084,7 @@ a.box:active {
1084
1084
  }
1085
1085
  .button.is-primary[disabled], fieldset[disabled] .button.is-primary {
1086
1086
  background-color: #7957d5;
1087
- border-color: transparent;
1087
+ border-color: #7957d5;
1088
1088
  box-shadow: none;
1089
1089
  }
1090
1090
  .button.is-primary.is-inverted {
@@ -1181,7 +1181,7 @@ a.box:active {
1181
1181
  }
1182
1182
  .button.is-link[disabled], fieldset[disabled] .button.is-link {
1183
1183
  background-color: #7957d5;
1184
- border-color: transparent;
1184
+ border-color: #7957d5;
1185
1185
  box-shadow: none;
1186
1186
  }
1187
1187
  .button.is-link.is-inverted {
@@ -1278,7 +1278,7 @@ a.box:active {
1278
1278
  }
1279
1279
  .button.is-info[disabled], fieldset[disabled] .button.is-info {
1280
1280
  background-color: #167df0;
1281
- border-color: transparent;
1281
+ border-color: #167df0;
1282
1282
  box-shadow: none;
1283
1283
  }
1284
1284
  .button.is-info.is-inverted {
@@ -1375,7 +1375,7 @@ a.box:active {
1375
1375
  }
1376
1376
  .button.is-success[disabled], fieldset[disabled] .button.is-success {
1377
1377
  background-color: #48c78e;
1378
- border-color: transparent;
1378
+ border-color: #48c78e;
1379
1379
  box-shadow: none;
1380
1380
  }
1381
1381
  .button.is-success.is-inverted {
@@ -1472,7 +1472,7 @@ a.box:active {
1472
1472
  }
1473
1473
  .button.is-warning[disabled], fieldset[disabled] .button.is-warning {
1474
1474
  background-color: #ffe08a;
1475
- border-color: transparent;
1475
+ border-color: #ffe08a;
1476
1476
  box-shadow: none;
1477
1477
  }
1478
1478
  .button.is-warning.is-inverted {
@@ -1569,7 +1569,7 @@ a.box:active {
1569
1569
  }
1570
1570
  .button.is-danger[disabled], fieldset[disabled] .button.is-danger {
1571
1571
  background-color: #f14668;
1572
- border-color: transparent;
1572
+ border-color: #f14668;
1573
1573
  box-shadow: none;
1574
1574
  }
1575
1575
  .button.is-danger.is-inverted {
@@ -1760,6 +1760,42 @@ a.box:active {
1760
1760
  margin-right: 0.25rem;
1761
1761
  }
1762
1762
 
1763
+ @media screen and (max-width: 768px) {
1764
+ .button.is-responsive.is-small {
1765
+ font-size: 0.5625rem;
1766
+ }
1767
+
1768
+ .button.is-responsive,
1769
+ .button.is-responsive.is-normal {
1770
+ font-size: 0.65625rem;
1771
+ }
1772
+
1773
+ .button.is-responsive.is-medium {
1774
+ font-size: 0.75rem;
1775
+ }
1776
+
1777
+ .button.is-responsive.is-large {
1778
+ font-size: 1rem;
1779
+ }
1780
+ }
1781
+ @media screen and (min-width: 769px) and (max-width: 1023px) {
1782
+ .button.is-responsive.is-small {
1783
+ font-size: 0.65625rem;
1784
+ }
1785
+
1786
+ .button.is-responsive,
1787
+ .button.is-responsive.is-normal {
1788
+ font-size: 0.75rem;
1789
+ }
1790
+
1791
+ .button.is-responsive.is-medium {
1792
+ font-size: 1rem;
1793
+ }
1794
+
1795
+ .button.is-responsive.is-large {
1796
+ font-size: 1.25rem;
1797
+ }
1798
+ }
1763
1799
  .container {
1764
1800
  flex-grow: 1;
1765
1801
  margin: 0 auto;
@@ -2491,7 +2527,7 @@ div.icon-text {
2491
2527
  color: #363636;
2492
2528
  }
2493
2529
  .table th:not([align]) {
2494
- text-align: inherit;
2530
+ text-align: left;
2495
2531
  }
2496
2532
  .table tr.is-selected {
2497
2533
  background-color: #7957d5;
@@ -3235,7 +3271,8 @@ a.tag:hover {
3235
3271
  font-size: 1.5rem;
3236
3272
  }
3237
3273
  .select.is-disabled::after {
3238
- border-color: #7a7a7a;
3274
+ border-color: #7a7a7a !important;
3275
+ opacity: 0.5;
3239
3276
  }
3240
3277
  .select.is-fullwidth {
3241
3278
  width: 100%;
@@ -5243,6 +5280,11 @@ body.has-navbar-fixed-bottom {
5243
5280
 
5244
5281
  .navbar-burger {
5245
5282
  color: #4a4a4a;
5283
+ -moz-appearance: none;
5284
+ -webkit-appearance: none;
5285
+ appearance: none;
5286
+ background: none;
5287
+ border: none;
5246
5288
  cursor: pointer;
5247
5289
  display: block;
5248
5290
  height: 3.25rem;
@@ -5697,9 +5739,11 @@ body.has-spaced-navbar-fixed-bottom {
5697
5739
  .pagination-link:active {
5698
5740
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.2);
5699
5741
  }
5700
- .pagination-previous[disabled],
5742
+ .pagination-previous[disabled], .pagination-previous.is-disabled,
5701
5743
  .pagination-next[disabled],
5702
- .pagination-link[disabled] {
5744
+ .pagination-next.is-disabled,
5745
+ .pagination-link[disabled],
5746
+ .pagination-link.is-disabled {
5703
5747
  background-color: #dbdbdb;
5704
5748
  border-color: #dbdbdb;
5705
5749
  box-shadow: none;
@@ -11533,11 +11577,11 @@ a.has-text-danger-dark:hover, a.has-text-danger-dark:focus {
11533
11577
  .colorpicker .dropdown.is-expanded.is-mobile-modal .dropdown-menu {
11534
11578
  width: unset;
11535
11579
  }
11536
- .colorpicker .dropdown-horizonal-colorpicker {
11580
+ .colorpicker .dropdown-horizontal-colorpicker {
11537
11581
  display: flex;
11538
11582
  flex-direction: row;
11539
11583
  }
11540
- .colorpicker .dropdown-horizonal-colorpicker .colorpicker-footer {
11584
+ .colorpicker .dropdown-horizontal-colorpicker .colorpicker-footer {
11541
11585
  border-width: 0 0 0 1px;
11542
11586
  margin-top: 0;
11543
11587
  padding-top: 0;
@@ -11908,10 +11952,10 @@ div.b-colorpicker-square .colorpicker-square-slider-sl .sl-range-thumb:active {
11908
11952
  margin-left: 5px;
11909
11953
  display: flex;
11910
11954
  }
11911
- .datepicker .dropdown-horizonal-timepicker {
11955
+ .datepicker .dropdown-horizontal-timepicker {
11912
11956
  display: flex;
11913
11957
  }
11914
- .datepicker .content-horizonal-timepicker {
11958
+ .datepicker .content-horizontal-timepicker {
11915
11959
  border-right: 1px solid #dbdbdb;
11916
11960
  }
11917
11961
  }
@@ -12378,9 +12422,13 @@ div.b-colorpicker-square .colorpicker-square-slider-sl .sl-range-thumb:active {
12378
12422
  padding-top: 0;
12379
12423
  border: 0;
12380
12424
  }
12381
- .message progress,
12382
- .notification progress {
12383
- height: 5px;
12425
+ .message .auto-close-progress progress,
12426
+ .notification .auto-close-progress progress {
12427
+ border-top-left-radius: 0 !important;
12428
+ border-top-right-radius: 0 !important;
12429
+ border-bottom-left-radius: 0 !important;
12430
+ border-bottom-right-radius: 0 !important;
12431
+ height: 10px !important;
12384
12432
  }
12385
12433
 
12386
12434
  .modal.is-full-screen > .animation-content,
@@ -12617,7 +12665,7 @@ div.b-colorpicker-square .colorpicker-square-slider-sl .sl-range-thumb:active {
12617
12665
  }
12618
12666
  }
12619
12667
 
12620
- .notification .progress-wrapper {
12668
+ .notification .auto-close-progress.progress-wrapper {
12621
12669
  position: absolute;
12622
12670
  bottom: 0;
12623
12671
  left: 0;
@@ -13085,6 +13133,9 @@ div.b-colorpicker-square .colorpicker-square-slider-sl .sl-range-thumb:active {
13085
13133
  .b-radio.radio input[type=radio]:focus:checked + .check.is-danger {
13086
13134
  box-shadow: 0 0 0.5em rgba(241, 70, 104, 0.8);
13087
13135
  }
13136
+ .b-radio.radio input[type=radio][disabled] + .check {
13137
+ cursor: not-allowed;
13138
+ }
13088
13139
  .b-radio.radio .control-label {
13089
13140
  padding-left: calc(0.75em - 1px);
13090
13141
  }
@@ -14791,6 +14842,7 @@ MIT (https://github.com/Wikiki/bulma-steps/blob/master/LICENSE)
14791
14842
  .b-table .table th .th-wrap.is-numeric {
14792
14843
  flex-direction: row-reverse;
14793
14844
  text-align: right;
14845
+ width: 95%;
14794
14846
  }
14795
14847
  .b-table .table th .th-wrap.is-numeric .icon {
14796
14848
  margin-left: 0;