cronapp-framework-js 2.9.2-SP.9 → 2.9.3

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 (1454) hide show
  1. package/components/crn-component.components.json +18 -3
  2. package/components/crn-dynamic-image.components.json +38 -2
  3. package/components/crn-enterprise-checkbox.components.json +2 -0
  4. package/components/crn-enterprise-dynamic-combobox.components.json +12 -2
  5. package/components/crn-text-component.components.json +15 -3
  6. package/components/crn-textinputicon.components.json +26 -0
  7. package/components/templates/cron-dashboard-viewer.designtime.html +4 -2
  8. package/components/templates/cron-grid.designtime.html +3 -2
  9. package/components/templates/dynamicimage.designtime.html +19 -0
  10. package/components/templates/textinputicon.template.html +1 -1
  11. package/css/app.css +0 -10
  12. package/css/themes/custom/cosmo/button-cosmo.css +8 -0
  13. package/css/themes/custom/cosmo/custom-cosmo.css +1 -5
  14. package/css/themes/custom/cyborg/custom-cyborg.css +4 -26
  15. package/css/themes/custom/darkly/custom-darkly.css +7 -2
  16. package/css/themes/custom/flatly/custom-flatly.css +0 -12
  17. package/css/themes/custom/journal/custom-journal.css +24 -24
  18. package/css/themes/custom/lumen/button-lumen.css +16 -0
  19. package/css/themes/custom/lumen/custom-lumen.css +0 -26
  20. package/css/themes/custom/paper/custom-paper.css +0 -26
  21. package/css/themes/custom/readable/custom-readable.css +0 -26
  22. package/css/themes/custom/sandstone/custom-sandstone.css +0 -26
  23. package/css/themes/custom/simplex/button-simplex.css +20 -0
  24. package/css/themes/custom/simplex/custom-simplex.css +0 -24
  25. package/css/themes/custom/slate/button-slate.css +20 -0
  26. package/css/themes/custom/slate/custom-slate.css +6 -33
  27. package/css/themes/custom/spacelab/button-spacelab.css +20 -0
  28. package/css/themes/custom/spacelab/custom-spacelab.css +0 -24
  29. package/css/themes/custom/superhero/button-superhero.css +16 -0
  30. package/css/themes/custom/superhero/custom-superhero.css +12 -34
  31. package/css/themes/custom/theme-general/button.css +10 -0
  32. package/css/themes/custom/theme-general/scheduler.css +18 -6
  33. package/css/themes/custom/theme-general/theme-general.css +22 -0
  34. package/css/themes/custom/united/custom-united.css +0 -26
  35. package/css/themes/custom/yeti/custom-yeti.css +0 -26
  36. package/deprecated/css/animate.css +433 -0
  37. package/deprecated/css/app.css +433 -0
  38. package/deprecated/css/cronos-template.css +0 -0
  39. package/deprecated/css/cronos.css +263 -0
  40. package/deprecated/css/fonts/glyphicons-halflings-regular.eot +0 -0
  41. package/deprecated/css/fonts/glyphicons-halflings-regular.svg +288 -0
  42. package/deprecated/css/fonts/glyphicons-halflings-regular.ttf +0 -0
  43. package/deprecated/css/fonts/glyphicons-halflings-regular.woff +0 -0
  44. package/deprecated/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
  45. package/deprecated/css/modalTemplate.css +37 -0
  46. package/deprecated/css/themes/cerulean.min.css +7 -0
  47. package/deprecated/css/themes/cosmo.min.css +7 -0
  48. package/deprecated/css/themes/custom/fuse/custom-fuse.min.css +4179 -0
  49. package/deprecated/css/themes/cyborg.min.css +7 -0
  50. package/deprecated/css/themes/darkly.min.css +7 -0
  51. package/deprecated/css/themes/flatly.min.css +7 -0
  52. package/deprecated/css/themes/fuse.min.css +7 -0
  53. package/deprecated/css/themes/journal.min.css +7 -0
  54. package/deprecated/css/themes/lumen.min.css +7 -0
  55. package/deprecated/css/themes/material.min.css +4 -0
  56. package/deprecated/css/themes/paper.min.css +7 -0
  57. package/deprecated/css/themes/readable.min.css +7 -0
  58. package/deprecated/css/themes/sandstone.min.css +7 -0
  59. package/deprecated/css/themes/simplex.min.css +7 -0
  60. package/deprecated/css/themes/slate.min.css +7 -0
  61. package/deprecated/css/themes/spacelab.min.css +7 -0
  62. package/deprecated/css/themes/superhero.min.css +7 -0
  63. package/deprecated/css/themes/united.min.css +7 -0
  64. package/deprecated/css/themes/yeti.min.css +7 -0
  65. package/deprecated/dist/components/css/font-size.css +1 -0
  66. package/deprecated/dist/components/css/image.css +1 -0
  67. package/deprecated/dist/components/js/format.min.js +1 -0
  68. package/deprecated/dist/components/js/jquery.inputmask.bundle.js +1 -0
  69. package/deprecated/dist/components/js/jquery.mask.min.js +1 -0
  70. package/deprecated/dist/components/js/qrcode.js +1 -0
  71. package/deprecated/dist/components/reports/BOOLEAN.parameter.html +1 -0
  72. package/deprecated/dist/components/reports/DATE.parameter.html +1 -0
  73. package/deprecated/dist/components/reports/DOUBLE.parameter.html +1 -0
  74. package/deprecated/dist/components/reports/FLOAT.parameter.html +1 -0
  75. package/deprecated/dist/components/reports/INTEGER.parameter.html +1 -0
  76. package/deprecated/dist/components/reports/LONG.parameter.html +1 -0
  77. package/deprecated/dist/components/reports/STRING.parameter.html +1 -0
  78. package/deprecated/dist/components/reports/reports.parameters.html +1 -0
  79. package/deprecated/dist/components/reports/reports.view.html +1 -0
  80. package/deprecated/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -0
  81. package/deprecated/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -0
  82. package/deprecated/dist/components/templates/Component_Container/crn-one-container.template.html +1 -0
  83. package/deprecated/dist/components/templates/Component_Container/crn-three-container.template.html +1 -0
  84. package/deprecated/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -0
  85. package/deprecated/dist/components/templates/Component_Container/crn-two-container.template.html +1 -0
  86. package/deprecated/dist/components/templates/accordion.template.html +1 -0
  87. package/deprecated/dist/components/templates/anchor.template.html +1 -0
  88. package/deprecated/dist/components/templates/angular-ui-notification.template.html +1 -0
  89. package/deprecated/dist/components/templates/banner.template.html +1 -0
  90. package/deprecated/dist/components/templates/button-report.template.html +1 -0
  91. package/deprecated/dist/components/templates/button.oauth2.template.html +1 -0
  92. package/deprecated/dist/components/templates/button.template.html +1 -0
  93. package/deprecated/dist/components/templates/buttonfilter.template.html +1 -0
  94. package/deprecated/dist/components/templates/carousel.template.html +1 -0
  95. package/deprecated/dist/components/templates/cell.template.html +1 -0
  96. package/deprecated/dist/components/templates/chart.template.html +1 -0
  97. package/deprecated/dist/components/templates/checkbox.template.html +1 -0
  98. package/deprecated/dist/components/templates/combobox-dynamic.template.html +1 -0
  99. package/deprecated/dist/components/templates/combobox.template.html +1 -0
  100. package/deprecated/dist/components/templates/crn-carousel-item.tempate.html +1 -0
  101. package/deprecated/dist/components/templates/crn-input-password.designtime.html +1 -0
  102. package/deprecated/dist/components/templates/crn-input-password.template.html +1 -0
  103. package/deprecated/dist/components/templates/crn-list-item.template.html +1 -0
  104. package/deprecated/dist/components/templates/crn-ordered-list.template.html +1 -0
  105. package/deprecated/dist/components/templates/crn-ordered-sub-list.template.html +1 -0
  106. package/deprecated/dist/components/templates/crn-unordered-list.template.html +1 -0
  107. package/deprecated/dist/components/templates/crn-unordered-sub-list.template.html +1 -0
  108. package/deprecated/dist/components/templates/cron-autocomplete.designtime.html +26 -0
  109. package/deprecated/dist/components/templates/cron-autocomplete.template.html +1 -0
  110. package/deprecated/dist/components/templates/cron-barcode.template.html +1 -0
  111. package/deprecated/dist/components/templates/cron-breadcrumbs.designtime.html +1 -0
  112. package/deprecated/dist/components/templates/cron-breadcrumbs.template.html +1 -0
  113. package/deprecated/dist/components/templates/cron-calendar.designtime.html +1 -0
  114. package/deprecated/dist/components/templates/cron-calendar.template.html +1 -0
  115. package/deprecated/dist/components/templates/cron-captcha.designtime.html +6 -0
  116. package/deprecated/dist/components/templates/cron-captcha.template.html +1 -0
  117. package/deprecated/dist/components/templates/cron-chat.designtime.html +17 -0
  118. package/deprecated/dist/components/templates/cron-chat.template.html +1 -0
  119. package/deprecated/dist/components/templates/cron-checkbox.template.html +1 -0
  120. package/deprecated/dist/components/templates/cron-combobox-multiple.designtime.html +1 -0
  121. package/deprecated/dist/components/templates/cron-combobox-multiple.template.html +1 -0
  122. package/deprecated/dist/components/templates/cron-combobox.designtime.html +1 -0
  123. package/deprecated/dist/components/templates/cron-combobox.template.html +1 -0
  124. package/deprecated/dist/components/templates/cron-crud.template.html +1 -0
  125. package/deprecated/dist/components/templates/cron-date.template.html +1 -0
  126. package/deprecated/dist/components/templates/cron-dynamic-autocomplete.template.html +1 -0
  127. package/deprecated/dist/components/templates/cron-dynamic-combobox.designtime.html +1 -0
  128. package/deprecated/dist/components/templates/cron-dynamic-combobox.template.html +1 -0
  129. package/deprecated/dist/components/templates/cron-dynamic-menu.designtime.html +1 -0
  130. package/deprecated/dist/components/templates/cron-dynamic-menu.template.html +1 -0
  131. package/deprecated/dist/components/templates/cron-grid.designtime.html +1 -0
  132. package/deprecated/dist/components/templates/cron-grid.template.html +1 -0
  133. package/deprecated/dist/components/templates/cron-ordered-list.template.html +1 -0
  134. package/deprecated/dist/components/templates/cron-qrcode.template.html +1 -0
  135. package/deprecated/dist/components/templates/cron-radio.template.html +1 -0
  136. package/deprecated/dist/components/templates/cron-report-viewer.designtime.html +1 -0
  137. package/deprecated/dist/components/templates/cron-report-viewer.template.html +1 -0
  138. package/deprecated/dist/components/templates/cron-rich-editor.template.html +1 -0
  139. package/deprecated/dist/components/templates/cron-scheduler.designtime.html +2 -0
  140. package/deprecated/dist/components/templates/cron-scheduler.template.html +1 -0
  141. package/deprecated/dist/components/templates/cron-slider.template.html +1 -0
  142. package/deprecated/dist/components/templates/cron-switch.template.html +1 -0
  143. package/deprecated/dist/components/templates/cron-tree-view.designtime.html +1 -0
  144. package/deprecated/dist/components/templates/cron-tree-view.template.html +1 -0
  145. package/deprecated/dist/components/templates/datasource.template.html +1 -0
  146. package/deprecated/dist/components/templates/datasourcefilter.template.html +1 -0
  147. package/deprecated/dist/components/templates/datasourcefiltercomplex.template.html +1 -0
  148. package/deprecated/dist/components/templates/date.template.html +1 -0
  149. package/deprecated/dist/components/templates/datetime.template.html +1 -0
  150. package/deprecated/dist/components/templates/div.template.html +1 -0
  151. package/deprecated/dist/components/templates/dynamicfile.template.html +1 -0
  152. package/deprecated/dist/components/templates/dynamicimage.template.html +1 -0
  153. package/deprecated/dist/components/templates/dynamictitle.template.html +1 -0
  154. package/deprecated/dist/components/templates/evaluation.template.html +1 -0
  155. package/deprecated/dist/components/templates/fileupload-button.template.html +1 -0
  156. package/deprecated/dist/components/templates/fileupload.template.html +1 -0
  157. package/deprecated/dist/components/templates/foot-cell.template.html +1 -0
  158. package/deprecated/dist/components/templates/foot-row.template.html +1 -0
  159. package/deprecated/dist/components/templates/form.template.html +1 -0
  160. package/deprecated/dist/components/templates/grid-horizontal.template.html +1 -0
  161. package/deprecated/dist/components/templates/grid-vertical.template.html +1 -0
  162. package/deprecated/dist/components/templates/grid.template.html +1 -0
  163. package/deprecated/dist/components/templates/head-cell.template.html +1 -0
  164. package/deprecated/dist/components/templates/head-row.template.html +1 -0
  165. package/deprecated/dist/components/templates/head.template.html +1 -0
  166. package/deprecated/dist/components/templates/header.template.html +1 -0
  167. package/deprecated/dist/components/templates/icon.template.html +1 -0
  168. package/deprecated/dist/components/templates/image-menu.template.html +1 -0
  169. package/deprecated/dist/components/templates/image.default.template.html +1 -0
  170. package/deprecated/dist/components/templates/image.template.html +1 -0
  171. package/deprecated/dist/components/templates/list.template.html +1 -0
  172. package/deprecated/dist/components/templates/multiselect.template.html +1 -0
  173. package/deprecated/dist/components/templates/navbar.template.html +1 -0
  174. package/deprecated/dist/components/templates/panel.template.html +1 -0
  175. package/deprecated/dist/components/templates/qrcode.template.html +1 -0
  176. package/deprecated/dist/components/templates/radiogroup.template.html +1 -0
  177. package/deprecated/dist/components/templates/rating.template.html +1 -0
  178. package/deprecated/dist/components/templates/row.template.html +1 -0
  179. package/deprecated/dist/components/templates/sidebar.template.html +1 -0
  180. package/deprecated/dist/components/templates/social-button-bar.template.html +1 -0
  181. package/deprecated/dist/components/templates/sub-form.template.html +1 -0
  182. package/deprecated/dist/components/templates/subtitle.template.html +1 -0
  183. package/deprecated/dist/components/templates/table.template.html +1 -0
  184. package/deprecated/dist/components/templates/tabs.template.html +1 -0
  185. package/deprecated/dist/components/templates/text.template.html +1 -0
  186. package/deprecated/dist/components/templates/textarea.template.html +1 -0
  187. package/deprecated/dist/components/templates/textinput.template.html +1 -0
  188. package/deprecated/dist/components/templates/textinputbutton.html +1 -0
  189. package/deprecated/dist/components/templates/textinputbutton.template.html +1 -0
  190. package/deprecated/dist/components/templates/textinputicon.template.html +1 -0
  191. package/deprecated/dist/components/templates/time.template.html +1 -0
  192. package/deprecated/dist/components/templates/title-default.template.html +1 -0
  193. package/deprecated/dist/components/templates/title.template.html +1 -0
  194. package/deprecated/dist/components/templates/treeview.template.html +1 -0
  195. package/deprecated/dist/css/animate.css +1 -0
  196. package/deprecated/dist/css/app.css +1 -0
  197. package/deprecated/dist/css/cronos-template.css +0 -0
  198. package/deprecated/dist/css/cronos.css +1 -0
  199. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.eot +0 -0
  200. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.svg +1 -0
  201. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.ttf +0 -0
  202. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff +0 -0
  203. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
  204. package/deprecated/dist/css/modalTemplate.css +1 -0
  205. package/deprecated/dist/css/themes/cerulean.min.css +1 -0
  206. package/deprecated/dist/css/themes/cosmo.min.css +1 -0
  207. package/deprecated/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -0
  208. package/deprecated/dist/css/themes/cyborg.min.css +1 -0
  209. package/deprecated/dist/css/themes/darkly.min.css +1 -0
  210. package/deprecated/dist/css/themes/flatly.min.css +1 -0
  211. package/deprecated/dist/css/themes/fuse.min.css +1 -0
  212. package/deprecated/dist/css/themes/journal.min.css +1 -0
  213. package/deprecated/dist/css/themes/lumen.min.css +1 -0
  214. package/deprecated/dist/css/themes/material.min.css +1 -0
  215. package/deprecated/dist/css/themes/paper.min.css +1 -0
  216. package/deprecated/dist/css/themes/readable.min.css +1 -0
  217. package/deprecated/dist/css/themes/sandstone.min.css +1 -0
  218. package/deprecated/dist/css/themes/simplex.min.css +1 -0
  219. package/deprecated/dist/css/themes/slate.min.css +1 -0
  220. package/deprecated/dist/css/themes/spacelab.min.css +1 -0
  221. package/deprecated/dist/css/themes/superhero.min.css +1 -0
  222. package/deprecated/dist/css/themes/united.min.css +1 -0
  223. package/deprecated/dist/css/themes/yeti.min.css +1 -0
  224. package/deprecated/dist/i18n/locale_en_us.json +143 -0
  225. package/deprecated/dist/i18n/locale_pt_br.json +143 -0
  226. package/deprecated/dist/img/ballon_icon.svg +1 -0
  227. package/deprecated/dist/img/barcode.png +0 -0
  228. package/deprecated/dist/img/cron-icon/crn-QRCode.svg +1 -0
  229. package/deprecated/dist/img/cron-icon/crn-accordion.svg +1 -0
  230. package/deprecated/dist/img/cron-icon/crn-anchor.svg +1 -0
  231. package/deprecated/dist/img/cron-icon/crn-button.svg +1 -0
  232. package/deprecated/dist/img/cron-icon/crn-calendar.svg +1 -0
  233. package/deprecated/dist/img/cron-icon/crn-captcha.svg +1 -0
  234. package/deprecated/dist/img/cron-icon/crn-carousel.svg +1 -0
  235. package/deprecated/dist/img/cron-icon/crn-chart.svg +1 -0
  236. package/deprecated/dist/img/cron-icon/crn-checkbox.svg +1 -0
  237. package/deprecated/dist/img/cron-icon/crn-combobox-dynamic.svg +1 -0
  238. package/deprecated/dist/img/cron-icon/crn-combobox.svg +1 -0
  239. package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +1 -0
  240. package/deprecated/dist/img/cron-icon/crn-cron-dashboard-viewer.svg +1 -0
  241. package/deprecated/dist/img/cron-icon/crn-datasource.svg +1 -0
  242. package/deprecated/dist/img/cron-icon/crn-datepicker.svg +1 -0
  243. package/deprecated/dist/img/cron-icon/crn-datetimepicker.svg +1 -0
  244. package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +1 -0
  245. package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +1 -0
  246. package/deprecated/dist/img/cron-icon/crn-dynamic-menu.svg +1 -0
  247. package/deprecated/dist/img/cron-icon/crn-eight-four-container.svg +1 -0
  248. package/deprecated/dist/img/cron-icon/crn-enterprise-autocomplete.svg +1 -0
  249. package/deprecated/dist/img/cron-icon/crn-enterprise-combobox-multiple.svg +1 -0
  250. package/deprecated/dist/img/cron-icon/crn-enterprise-combobox.svg +1 -0
  251. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +1 -0
  252. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
  253. package/deprecated/dist/img/cron-icon/crn-form.svg +1 -0
  254. package/deprecated/dist/img/cron-icon/crn-four-eight-container.svg +1 -0
  255. package/deprecated/dist/img/cron-icon/crn-grid-table.svg +1 -0
  256. package/deprecated/dist/img/cron-icon/crn-grid.svg +1 -0
  257. package/deprecated/dist/img/cron-icon/crn-header.svg +1 -0
  258. package/deprecated/dist/img/cron-icon/crn-horizontal-container.svg +1 -0
  259. package/deprecated/dist/img/cron-icon/crn-icon.svg +1 -0
  260. package/deprecated/dist/img/cron-icon/crn-image.svg +1 -0
  261. package/deprecated/dist/img/cron-icon/crn-input-password.svg +1 -0
  262. package/deprecated/dist/img/cron-icon/crn-jumbotron.svg +1 -0
  263. package/deprecated/dist/img/cron-icon/crn-list.svg +1 -0
  264. package/deprecated/dist/img/cron-icon/crn-navbar.svg +1 -0
  265. package/deprecated/dist/img/cron-icon/crn-one-container.svg +1 -0
  266. package/deprecated/dist/img/cron-icon/crn-ordered-list.svg +1 -0
  267. package/deprecated/dist/img/cron-icon/crn-ordered-sub-list.svg +1 -0
  268. package/deprecated/dist/img/cron-icon/crn-panel.svg +1 -0
  269. package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +1 -0
  270. package/deprecated/dist/img/cron-icon/crn-rating.svg +1 -0
  271. package/deprecated/dist/img/cron-icon/crn-report-viewer.svg +1 -0
  272. package/deprecated/dist/img/cron-icon/crn-rich-editor.svg +1 -0
  273. package/deprecated/dist/img/cron-icon/crn-scheduler.svg +1 -0
  274. package/deprecated/dist/img/cron-icon/crn-simple-text.svg +1 -0
  275. package/deprecated/dist/img/cron-icon/crn-slider.svg +1 -0
  276. package/deprecated/dist/img/cron-icon/crn-social-login.svg +1 -0
  277. package/deprecated/dist/img/cron-icon/crn-sub-form.svg +1 -0
  278. package/deprecated/dist/img/cron-icon/crn-table.svg +1 -0
  279. package/deprecated/dist/img/cron-icon/crn-tabs.svg +1 -0
  280. package/deprecated/dist/img/cron-icon/crn-text-component.svg +1 -0
  281. package/deprecated/dist/img/cron-icon/crn-textarea.svg +1 -0
  282. package/deprecated/dist/img/cron-icon/crn-textinput.svg +1 -0
  283. package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +1 -0
  284. package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +1 -0
  285. package/deprecated/dist/img/cron-icon/crn-three-container.svg +1 -0
  286. package/deprecated/dist/img/cron-icon/crn-three-six-three-container.svg +1 -0
  287. package/deprecated/dist/img/cron-icon/crn-timepicker.svg +1 -0
  288. package/deprecated/dist/img/cron-icon/crn-tree-view.svg +1 -0
  289. package/deprecated/dist/img/cron-icon/crn-two-container.svg +1 -0
  290. package/deprecated/dist/img/cron-icon/crn-unordered-list.svg +1 -0
  291. package/deprecated/dist/img/cron-icon/crn-unordered-sub-list.svg +1 -0
  292. package/deprecated/dist/img/cron-icon/crn-upload.svg +1 -0
  293. package/deprecated/dist/img/cron-icon/crn-vertical-container.svg +1 -0
  294. package/deprecated/dist/img/cron-icon/cron-breadrumb.svg +1 -0
  295. package/deprecated/dist/img/cronGrid.png +0 -0
  296. package/deprecated/dist/img/cronRichEditor.png +0 -0
  297. package/deprecated/dist/img/cronapp-logo-login.png +0 -0
  298. package/deprecated/dist/img/img-user.svg +1 -0
  299. package/deprecated/dist/img/logo-cronapp-negativa.svg +1 -0
  300. package/deprecated/dist/img/logo.png +0 -0
  301. package/deprecated/dist/img/logo.svg +1 -0
  302. package/deprecated/dist/img/nophoto.png +0 -0
  303. package/deprecated/dist/img/placehold-100x100.png +0 -0
  304. package/deprecated/dist/img/placehold-900x500.png +0 -0
  305. package/deprecated/dist/img/qrcode.png +0 -0
  306. package/deprecated/dist/img/recaptcha-logo.svg +1 -0
  307. package/deprecated/dist/img/selectFile.png +0 -0
  308. package/deprecated/dist/img/selectImg.svg +1 -0
  309. package/deprecated/dist/img/svg-charts.svg +1 -0
  310. package/deprecated/dist/img/switch.png +0 -0
  311. package/deprecated/dist/js/LanguageSelectDirective.js +1 -0
  312. package/deprecated/dist/js/LocaleService.js +1 -0
  313. package/deprecated/dist/js/app.authentication.js +1 -0
  314. package/deprecated/dist/js/app.js +1 -0
  315. package/deprecated/dist/js/controllers.authentication.js +1 -0
  316. package/deprecated/dist/js/controllers.js +1 -0
  317. package/deprecated/dist/js/custom.controllers.js +1 -0
  318. package/deprecated/dist/js/customModules.js +1 -0
  319. package/deprecated/dist/js/customStateProvider.js +0 -0
  320. package/deprecated/dist/js/directives.js +14 -0
  321. package/deprecated/dist/js/filters.js +1 -0
  322. package/deprecated/dist/js/local-dateformat.directive.js +1 -0
  323. package/deprecated/dist/js/reports/parameters.controller.js +1 -0
  324. package/deprecated/dist/js/reports/reports.service.js +1 -0
  325. package/deprecated/dist/js/services.js +1 -0
  326. package/deprecated/dist/js/stateProvider.js +1 -0
  327. package/deprecated/dist/js/upload.service.js +1 -0
  328. package/deprecated/img/ballon_icon.svg +3 -0
  329. package/deprecated/img/barcode.png +0 -0
  330. package/deprecated/img/cron-icon/crn-QRCode.svg +38 -0
  331. package/deprecated/img/cron-icon/crn-accordion.svg +25 -0
  332. package/deprecated/img/cron-icon/crn-anchor.svg +29 -0
  333. package/deprecated/img/cron-icon/crn-button.svg +24 -0
  334. package/deprecated/img/cron-icon/crn-calendar.svg +23 -0
  335. package/deprecated/img/cron-icon/crn-captcha.svg +36 -0
  336. package/deprecated/img/cron-icon/crn-carousel.svg +26 -0
  337. package/deprecated/img/cron-icon/crn-chart.svg +19 -0
  338. package/deprecated/img/cron-icon/crn-checkbox.svg +21 -0
  339. package/deprecated/img/cron-icon/crn-combobox-dynamic.svg +27 -0
  340. package/deprecated/img/cron-icon/crn-combobox.svg +24 -0
  341. package/deprecated/img/cron-icon/crn-cron-crud.svg +28 -0
  342. package/deprecated/img/cron-icon/crn-cron-dashboard-viewer.svg +18 -0
  343. package/deprecated/img/cron-icon/crn-datasource.svg +27 -0
  344. package/deprecated/img/cron-icon/crn-datepicker.svg +35 -0
  345. package/deprecated/img/cron-icon/crn-datetimepicker.svg +41 -0
  346. package/deprecated/img/cron-icon/crn-dynamic-file.svg +26 -0
  347. package/deprecated/img/cron-icon/crn-dynamic-image.svg +25 -0
  348. package/deprecated/img/cron-icon/crn-dynamic-menu.svg +28 -0
  349. package/deprecated/img/cron-icon/crn-eight-four-container.svg +18 -0
  350. package/deprecated/img/cron-icon/crn-enterprise-autocomplete.svg +26 -0
  351. package/deprecated/img/cron-icon/crn-enterprise-combobox-multiple.svg +21 -0
  352. package/deprecated/img/cron-icon/crn-enterprise-combobox.svg +24 -0
  353. package/deprecated/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +29 -0
  354. package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
  355. package/deprecated/img/cron-icon/crn-form.svg +24 -0
  356. package/deprecated/img/cron-icon/crn-four-eight-container.svg +20 -0
  357. package/deprecated/img/cron-icon/crn-grid-table.svg +21 -0
  358. package/deprecated/img/cron-icon/crn-grid.svg +27 -0
  359. package/deprecated/img/cron-icon/crn-header.svg +18 -0
  360. package/deprecated/img/cron-icon/crn-horizontal-container.svg +19 -0
  361. package/deprecated/img/cron-icon/crn-icon.svg +23 -0
  362. package/deprecated/img/cron-icon/crn-image.svg +20 -0
  363. package/deprecated/img/cron-icon/crn-input-password.svg +24 -0
  364. package/deprecated/img/cron-icon/crn-jumbotron.svg +24 -0
  365. package/deprecated/img/cron-icon/crn-list.svg +24 -0
  366. package/deprecated/img/cron-icon/crn-navbar.svg +25 -0
  367. package/deprecated/img/cron-icon/crn-one-container.svg +17 -0
  368. package/deprecated/img/cron-icon/crn-ordered-list.svg +44 -0
  369. package/deprecated/img/cron-icon/crn-ordered-sub-list.svg +42 -0
  370. package/deprecated/img/cron-icon/crn-panel.svg +21 -0
  371. package/deprecated/img/cron-icon/crn-radiogroup.svg +25 -0
  372. package/deprecated/img/cron-icon/crn-rating.svg +20 -0
  373. package/deprecated/img/cron-icon/crn-report-viewer.svg +24 -0
  374. package/deprecated/img/cron-icon/crn-rich-editor.svg +22 -0
  375. package/deprecated/img/cron-icon/crn-scheduler.svg +27 -0
  376. package/deprecated/img/cron-icon/crn-simple-text.svg +18 -0
  377. package/deprecated/img/cron-icon/crn-slider.svg +19 -0
  378. package/deprecated/img/cron-icon/crn-social-login.svg +29 -0
  379. package/deprecated/img/cron-icon/crn-sub-form.svg +27 -0
  380. package/deprecated/img/cron-icon/crn-table.svg +20 -0
  381. package/deprecated/img/cron-icon/crn-tabs.svg +22 -0
  382. package/deprecated/img/cron-icon/crn-text-component.svg +22 -0
  383. package/deprecated/img/cron-icon/crn-textarea.svg +22 -0
  384. package/deprecated/img/cron-icon/crn-textinput.svg +23 -0
  385. package/deprecated/img/cron-icon/crn-textinputbutton.svg +33 -0
  386. package/deprecated/img/cron-icon/crn-textinputicon.svg +29 -0
  387. package/deprecated/img/cron-icon/crn-three-container.svg +21 -0
  388. package/deprecated/img/cron-icon/crn-three-six-three-container.svg +19 -0
  389. package/deprecated/img/cron-icon/crn-timepicker.svg +20 -0
  390. package/deprecated/img/cron-icon/crn-tree-view.svg +19 -0
  391. package/deprecated/img/cron-icon/crn-two-container.svg +18 -0
  392. package/deprecated/img/cron-icon/crn-unordered-list.svg +24 -0
  393. package/deprecated/img/cron-icon/crn-unordered-sub-list.svg +28 -0
  394. package/deprecated/img/cron-icon/crn-upload.svg +20 -0
  395. package/deprecated/img/cron-icon/crn-vertical-container.svg +19 -0
  396. package/deprecated/img/cron-icon/cron-breadrumb.svg +638 -0
  397. package/deprecated/img/cronGrid.png +0 -0
  398. package/deprecated/img/cronRichEditor.png +0 -0
  399. package/deprecated/img/cronapp-logo-login.png +0 -0
  400. package/deprecated/img/img-user.svg +1 -0
  401. package/deprecated/img/logo-cronapp-negativa.svg +1 -0
  402. package/deprecated/img/logo.png +0 -0
  403. package/deprecated/img/logo.svg +1 -0
  404. package/deprecated/img/nophoto.png +0 -0
  405. package/deprecated/img/placehold-100x100.png +0 -0
  406. package/deprecated/img/placehold-900x500.png +0 -0
  407. package/deprecated/img/qrcode.png +0 -0
  408. package/deprecated/img/recaptcha-logo.svg +1 -0
  409. package/deprecated/img/selectFile.png +0 -0
  410. package/deprecated/img/selectImg.svg +44 -0
  411. package/deprecated/img/svg-charts.svg +1 -0
  412. package/dist/components/templates/cron-dashboard-viewer.designtime.html +1 -1
  413. package/dist/components/templates/cron-grid.designtime.html +1 -1
  414. package/dist/components/templates/dynamicimage.designtime.html +2 -0
  415. package/dist/components/templates/textinputicon.template.html +1 -1
  416. package/dist/css/app.css +1 -1
  417. package/dist/css/themes/custom/cosmo/button-cosmo.css +1 -1
  418. package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
  419. package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
  420. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
  421. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
  422. package/dist/css/themes/custom/journal/custom-journal.css +1 -1
  423. package/dist/css/themes/custom/lumen/button-lumen.css +1 -1
  424. package/dist/css/themes/custom/lumen/custom-lumen.css +1 -1
  425. package/dist/css/themes/custom/paper/custom-paper.css +1 -1
  426. package/dist/css/themes/custom/readable/custom-readable.css +1 -1
  427. package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -1
  428. package/dist/css/themes/custom/simplex/button-simplex.css +1 -1
  429. package/dist/css/themes/custom/simplex/custom-simplex.css +1 -1
  430. package/dist/css/themes/custom/slate/button-slate.css +1 -1
  431. package/dist/css/themes/custom/slate/custom-slate.css +1 -1
  432. package/dist/css/themes/custom/spacelab/button-spacelab.css +1 -1
  433. package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
  434. package/dist/css/themes/custom/superhero/button-superhero.css +1 -1
  435. package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
  436. package/dist/css/themes/custom/theme-general/button.css +1 -1
  437. package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
  438. package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
  439. package/dist/css/themes/custom/united/custom-united.css +1 -1
  440. package/dist/css/themes/custom/yeti/custom-yeti.css +1 -1
  441. package/dist/js/app.js +1 -1
  442. package/dist/js/dashboard/dashboard.service.js +1 -1
  443. package/dist/js/directives.js +26 -6
  444. package/dist/js/reports/parameters.controller.js +1 -1
  445. package/dist/js/reports/reports.service.js +1 -1
  446. package/dist/js/stateProvider.js +1 -1
  447. package/js/app.js +7 -4
  448. package/js/customStateProvider.js +0 -2
  449. package/js/dashboard/dashboard.service.js +2 -0
  450. package/js/directives.js +115 -85
  451. package/js/reports/parameters.controller.js +2 -2
  452. package/js/reports/reports.service.js +31 -2
  453. package/js/stateProvider.js +0 -4
  454. package/package.json +1 -1
  455. package/css/themes/deprecated/aquamarine.min.css +0 -6
  456. package/css/themes/deprecated/cerulean.min.css +0 -7
  457. package/css/themes/deprecated/cosmo.min.css +0 -7
  458. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/_media-print.css +0 -71
  459. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/badge.css +0 -47
  460. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/basics.css +0 -620
  461. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/blockquote.css +0 -54
  462. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/breadcrumb.css +0 -21
  463. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-group.css +0 -169
  464. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-toolbar.css +0 -15
  465. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn.css +0 -158
  466. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/caret.css +0 -24
  467. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/close.css +0 -27
  468. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/container.css +0 -49
  469. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/dropdown.css +0 -133
  470. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/form.css +0 -401
  471. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/has.css +0 -172
  472. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/import_bootswatch.css +0 -46
  473. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/input-group.css +0 -184
  474. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/input.css +0 -39
  475. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/jumbotron.css +0 -44
  476. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/kbd.css +0 -17
  477. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/label.css +0 -33
  478. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/list-group.css +0 -75
  479. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/modal.css +0 -143
  480. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-justified.css +0 -27
  481. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-pills.css +0 -11
  482. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-stacked.css +0 -8
  483. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-tabs.css +0 -78
  484. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav.css +0 -27
  485. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/navbar.css +0 -351
  486. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pager.css +0 -27
  487. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pagination.css +0 -71
  488. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/panel.css +0 -264
  489. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/popover.css +0 -149
  490. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pre.css +0 -22
  491. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/progress.css +0 -63
  492. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/table.css +0 -268
  493. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/thumbnail.css +0 -41
  494. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/tooltip.css +0 -129
  495. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/visible.css +0 -261
  496. package/css/themes/deprecated/custom/_bootswatch-v3.3.3/well.css +0 -25
  497. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/_media-print.css +0 -71
  498. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/alert.css +0 -48
  499. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/animations.css +0 -26
  500. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/badge.css +0 -58
  501. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/basics.css +0 -725
  502. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/blockquote.css +0 -54
  503. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/breadcrumb.css +0 -21
  504. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/btn.css +0 -491
  505. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/carousel.css +0 -261
  506. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/close.css +0 -37
  507. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/col.css +0 -787
  508. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/collapse.css +0 -30
  509. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/container.css +0 -31
  510. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/dropdown.css +0 -158
  511. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/embed-responsive.css +0 -29
  512. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/fade.css +0 -10
  513. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/form_input.css +0 -782
  514. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/glyphicon.css +0 -1066
  515. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/img_figure.css +0 -39
  516. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/import_bootswatch.css +0 -38
  517. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/input-group.css +0 -184
  518. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/jumbotron.css +0 -49
  519. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/label.css +0 -35
  520. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/list-group.css +0 -133
  521. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/media.css +0 -60
  522. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/modal.css +0 -143
  523. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/nav.css +0 -276
  524. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/navbar.css +0 -408
  525. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/pager.css +0 -44
  526. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/pagination.css +0 -109
  527. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/panel.css +0 -288
  528. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/popover.css +0 -154
  529. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/progress.css +0 -95
  530. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/table.css +0 -171
  531. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/text.css +0 -31
  532. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/thumbnail.css +0 -29
  533. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/tooltip.css +0 -129
  534. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/visible.css +0 -269
  535. package/css/themes/deprecated/custom/_bootswatch-v3.3.6/well.css +0 -31
  536. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/alert.css +0 -37
  537. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/col.css +0 -787
  538. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/collapse.css +0 -30
  539. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/embed-responsive.css +0 -29
  540. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/glyphicon.css +0 -1066
  541. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/navbar.css +0 -619
  542. package/css/themes/deprecated/custom/_bootswatch-v3.3.7/text.css +0 -31
  543. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/_media-print.css +0 -79
  544. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/accordion.css +0 -19
  545. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/alert.css +0 -27
  546. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/align.css +0 -393
  547. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/badge.css +0 -26
  548. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/basics.css +0 -706
  549. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/blockquote.css +0 -14
  550. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/border.css +0 -75
  551. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/breadcrumb.css +0 -35
  552. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/btn.css +0 -244
  553. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/card.css +0 -260
  554. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/carousel.css +0 -251
  555. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/close.css +0 -27
  556. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/col.css +0 -1125
  557. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/container.css +0 -39
  558. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/custom.css +0 -413
  559. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/display.css +0 -209
  560. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/dropdown.css +0 -176
  561. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/embed-responsive.css +0 -42
  562. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/flex.css +0 -318
  563. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/float.css +0 -59
  564. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/form.css +0 -294
  565. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/img_figure.css +0 -27
  566. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/import_bootswatch.css +0 -43
  567. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/input-group.css +0 -178
  568. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/jumbotron.css +0 -18
  569. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/justify.css +0 -136
  570. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/list-group.css +0 -218
  571. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/margin.css +0 -711
  572. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/modal.css +0 -182
  573. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/nav.css +0 -45
  574. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/navbar.css +0 -353
  575. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/padding.css +0 -611
  576. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/page.css +0 -55
  577. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/pagination.css +0 -44
  578. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/popover.css +0 -199
  579. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/position.css +0 -20
  580. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/progress.css +0 -46
  581. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/rounded.css +0 -31
  582. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/shadow.css +0 -19
  583. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/table.css +0 -96
  584. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/text.css +0 -113
  585. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/tooltip.css +0 -122
  586. package/css/themes/deprecated/custom/_bootswatch-v4.1.3/validated.css +0 -239
  587. package/css/themes/deprecated/custom/aquamarine/custom-aquamarine.min.css +0 -3085
  588. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff +0 -0
  589. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
  590. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
  591. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
  592. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
  593. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
  594. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
  595. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
  596. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
  597. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
  598. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
  599. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  600. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
  601. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
  602. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
  603. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  604. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
  605. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
  606. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff +0 -0
  607. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
  608. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
  609. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
  610. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
  611. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
  612. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
  613. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
  614. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
  615. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
  616. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
  617. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
  618. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
  619. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  620. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
  621. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
  622. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
  623. package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
  624. package/css/themes/deprecated/custom/aquamarine/img/arrow-gray.svg +0 -3
  625. package/css/themes/deprecated/custom/aquamarine/img/arrow-white.svg +0 -3
  626. package/css/themes/deprecated/custom/cerulean/img/arrow-gray.svg +0 -10
  627. package/css/themes/deprecated/custom/cerulean/img/arrow-white.svg +0 -10
  628. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +0 -73
  629. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/alert.css +0 -37
  630. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/animations.css +0 -26
  631. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/badge.css +0 -48
  632. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/basics.css +0 -734
  633. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +0 -54
  634. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +0 -30
  635. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/btn.css +0 -391
  636. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/carousel.css +0 -252
  637. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/close.css +0 -27
  638. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/col.css +0 -787
  639. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/collapse.css +0 -30
  640. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/container.css +0 -31
  641. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +0 -157
  642. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +0 -29
  643. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/fade.css +0 -10
  644. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +0 -39
  645. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/form-control.css +0 -310
  646. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +0 -1066
  647. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +0 -40
  648. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input-group.css +0 -184
  649. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input.css +0 -144
  650. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +0 -49
  651. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/label.css +0 -35
  652. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/list-group.css +0 -129
  653. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/media.css +0 -60
  654. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/modal.css +0 -142
  655. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/nav.css +0 -271
  656. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pager.css +0 -52
  657. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pagination.css +0 -113
  658. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/panel.css +0 -295
  659. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/popover.css +0 -148
  660. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/progress.css +0 -65
  661. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/table.css +0 -268
  662. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/text.css +0 -31
  663. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +0 -29
  664. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +0 -129
  665. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/visible.css +0 -269
  666. package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/well.css +0 -25
  667. package/css/themes/deprecated/custom/dsgov/custom-dsgov.min.css +0 -3246
  668. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff +0 -0
  669. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
  670. package/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
  671. package/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
  672. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff +0 -0
  673. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
  674. package/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
  675. package/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
  676. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
  677. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
  678. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
  679. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  680. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
  681. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
  682. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
  683. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  684. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff +0 -0
  685. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
  686. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff +0 -0
  687. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
  688. package/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
  689. package/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
  690. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff +0 -0
  691. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
  692. package/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
  693. package/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
  694. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff +0 -0
  695. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
  696. package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
  697. package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
  698. package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
  699. package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  700. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff +0 -0
  701. package/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
  702. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
  703. package/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
  704. package/css/themes/deprecated/custom/dsgov/font/fonts.css +0 -162
  705. package/css/themes/deprecated/custom/dsgov/font2/fonts.css +0 -144
  706. package/css/themes/deprecated/custom/dsgov/font2/rawline-100.woff +0 -0
  707. package/css/themes/deprecated/custom/dsgov/font2/rawline-100i.woff +0 -0
  708. package/css/themes/deprecated/custom/dsgov/font2/rawline-200.woff +0 -0
  709. package/css/themes/deprecated/custom/dsgov/font2/rawline-200i.woff +0 -0
  710. package/css/themes/deprecated/custom/dsgov/font2/rawline-300.woff +0 -0
  711. package/css/themes/deprecated/custom/dsgov/font2/rawline-300i.woff +0 -0
  712. package/css/themes/deprecated/custom/dsgov/font2/rawline-400.woff +0 -0
  713. package/css/themes/deprecated/custom/dsgov/font2/rawline-400i.woff +0 -0
  714. package/css/themes/deprecated/custom/dsgov/font2/rawline-500.woff +0 -0
  715. package/css/themes/deprecated/custom/dsgov/font2/rawline-500i.woff +0 -0
  716. package/css/themes/deprecated/custom/dsgov/font2/rawline-600.woff +0 -0
  717. package/css/themes/deprecated/custom/dsgov/font2/rawline-600i.woff +0 -0
  718. package/css/themes/deprecated/custom/dsgov/font2/rawline-700.woff +0 -0
  719. package/css/themes/deprecated/custom/dsgov/font2/rawline-700i.woff +0 -0
  720. package/css/themes/deprecated/custom/dsgov/font2/rawline-800.woff +0 -0
  721. package/css/themes/deprecated/custom/dsgov/font2/rawline-800i.woff +0 -0
  722. package/css/themes/deprecated/custom/dsgov/font2/rawline-900.woff +0 -0
  723. package/css/themes/deprecated/custom/dsgov/font2/rawline-900i.woff +0 -0
  724. package/css/themes/deprecated/custom/dsgov/img/arrow-blue.svg +0 -9
  725. package/css/themes/deprecated/custom/dsgov/img/cover.jpg +0 -0
  726. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/_media-print.css +0 -73
  727. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/alert.css +0 -37
  728. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/animations.css +0 -26
  729. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/badge.css +0 -48
  730. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/basics.css +0 -734
  731. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/blockquote.css +0 -54
  732. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +0 -30
  733. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/btn.css +0 -391
  734. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/carousel.css +0 -252
  735. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/close.css +0 -27
  736. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/col.css +0 -787
  737. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/collapse.css +0 -30
  738. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/container.css +0 -31
  739. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/dropdown.css +0 -157
  740. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +0 -29
  741. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/fade.css +0 -10
  742. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/figure_img.css +0 -39
  743. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/form-control.css +0 -310
  744. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +0 -1066
  745. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +0 -40
  746. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input-group.css +0 -184
  747. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input.css +0 -144
  748. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +0 -49
  749. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/label.css +0 -35
  750. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/list-group.css +0 -129
  751. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/media.css +0 -60
  752. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/modal.css +0 -142
  753. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/nav.css +0 -271
  754. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/navbar.css +0 -617
  755. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pager.css +0 -52
  756. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pagination.css +0 -113
  757. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/panel.css +0 -295
  758. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/popover.css +0 -148
  759. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/progress.css +0 -65
  760. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/table.css +0 -268
  761. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/text.css +0 -31
  762. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +0 -29
  763. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/tooltip.css +0 -129
  764. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/visible.css +0 -269
  765. package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/well.css +0 -25
  766. package/css/themes/deprecated/custom/fuse/components_css/carousel.css +0 -252
  767. package/css/themes/deprecated/custom/fuse/components_css/media.css +0 -60
  768. package/css/themes/deprecated/custom/fuse/custom-fuse.min.css +0 -4179
  769. package/css/themes/deprecated/custom/fuse/font/fonts.css +0 -8
  770. package/css/themes/deprecated/custom/fuse/img/arrow-gray.svg +0 -9
  771. package/css/themes/deprecated/custom/fuse/img/arrow-white.svg +0 -9
  772. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff +0 -0
  773. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
  774. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
  775. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
  776. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
  777. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
  778. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
  779. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
  780. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
  781. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
  782. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
  783. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
  784. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff +0 -0
  785. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
  786. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff +0 -0
  787. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
  788. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
  789. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
  790. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
  791. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
  792. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
  793. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
  794. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
  795. package/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
  796. package/css/themes/deprecated/custom/lumen/font/fonts.css +0 -108
  797. package/css/themes/deprecated/custom/lumen/img/arrow-gray.svg +0 -11
  798. package/css/themes/deprecated/custom/lumen/img/arrow-white.svg +0 -11
  799. package/css/themes/deprecated/custom/material/font/Roboto-Black.woff +0 -0
  800. package/css/themes/deprecated/custom/material/font/Roboto-Black.woff2 +0 -0
  801. package/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff +0 -0
  802. package/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
  803. package/css/themes/deprecated/custom/material/font/Roboto-Bold.woff +0 -0
  804. package/css/themes/deprecated/custom/material/font/Roboto-Bold.woff2 +0 -0
  805. package/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff +0 -0
  806. package/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
  807. package/css/themes/deprecated/custom/material/font/Roboto-Italic.woff +0 -0
  808. package/css/themes/deprecated/custom/material/font/Roboto-Italic.woff2 +0 -0
  809. package/css/themes/deprecated/custom/material/font/Roboto-Light.woff +0 -0
  810. package/css/themes/deprecated/custom/material/font/Roboto-Light.woff2 +0 -0
  811. package/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff +0 -0
  812. package/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff2 +0 -0
  813. package/css/themes/deprecated/custom/material/font/Roboto-Medium.woff +0 -0
  814. package/css/themes/deprecated/custom/material/font/Roboto-Medium.woff2 +0 -0
  815. package/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff +0 -0
  816. package/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
  817. package/css/themes/deprecated/custom/material/font/Roboto-Regular.woff +0 -0
  818. package/css/themes/deprecated/custom/material/font/Roboto-Regular.woff2 +0 -0
  819. package/css/themes/deprecated/custom/material/font/Roboto-Thin.woff +0 -0
  820. package/css/themes/deprecated/custom/material/font/Roboto-Thin.woff2 +0 -0
  821. package/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff +0 -0
  822. package/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
  823. package/css/themes/deprecated/custom/material/font/fonts.css +0 -108
  824. package/css/themes/deprecated/custom/material/img/arrow-gray.svg +0 -11
  825. package/css/themes/deprecated/custom/material/img/arrow-white.svg +0 -11
  826. package/css/themes/deprecated/custom/material_raiz/components_css/crn-button.css +0 -174
  827. package/css/themes/deprecated/custom/material_raiz/components_css/crn-carousel.css +0 -11
  828. package/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-calendar.css +0 -176
  829. package/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-grid.css +0 -241
  830. package/css/themes/deprecated/custom/material_raiz/components_css/crn-enterprise.css +0 -58
  831. package/css/themes/deprecated/custom/material_raiz/components_css/crn-navbar.css +0 -185
  832. package/css/themes/deprecated/custom/material_raiz/components_css/crn-scheduler.css +0 -98
  833. package/css/themes/deprecated/custom/material_raiz/components_css/login.css +0 -38
  834. package/css/themes/deprecated/custom/material_raiz/components_css/ui-notification.css +0 -27
  835. package/css/themes/deprecated/custom/material_raiz/custom-material_raiz.css +0 -363
  836. package/css/themes/deprecated/cyborg.min.css +0 -7
  837. package/css/themes/deprecated/darkly.min.css +0 -7
  838. package/css/themes/deprecated/dsgov.min.css +0 -6
  839. package/css/themes/deprecated/flatly.min.css +0 -7
  840. package/css/themes/deprecated/fuse.min.css +0 -7
  841. package/css/themes/deprecated/journal.min.css +0 -7
  842. package/css/themes/deprecated/lumen.min.css +0 -7
  843. package/css/themes/deprecated/material.min.css +0 -4
  844. package/css/themes/deprecated/material_raiz.min.css +0 -3
  845. package/css/themes/deprecated/paper.min.css +0 -7
  846. package/css/themes/deprecated/readable.min.css +0 -7
  847. package/css/themes/deprecated/sandstone.min.css +0 -7
  848. package/css/themes/deprecated/simplex.min.css +0 -7
  849. package/css/themes/deprecated/slate.min.css +0 -7
  850. package/css/themes/deprecated/spacelab.min.css +0 -7
  851. package/css/themes/deprecated/superhero.min.css +0 -7
  852. package/css/themes/deprecated/united.min.css +0 -7
  853. package/css/themes/deprecated/yeti.min.css +0 -7
  854. package/dist/css/themes/deprecated/aquamarine.min.css +0 -1
  855. package/dist/css/themes/deprecated/cerulean.min.css +0 -1
  856. package/dist/css/themes/deprecated/cosmo.min.css +0 -1
  857. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/_media-print.css +0 -1
  858. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/badge.css +0 -1
  859. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/basics.css +0 -11
  860. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/blockquote.css +0 -1
  861. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/breadcrumb.css +0 -1
  862. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-group.css +0 -1
  863. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-toolbar.css +0 -1
  864. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn.css +0 -1
  865. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/caret.css +0 -1
  866. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/close.css +0 -1
  867. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/container.css +0 -1
  868. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/dropdown.css +0 -1
  869. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/form.css +0 -1
  870. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/has.css +0 -1
  871. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/import_bootswatch.css +0 -1
  872. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/input-group.css +0 -1
  873. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/input.css +0 -1
  874. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/jumbotron.css +0 -1
  875. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/kbd.css +0 -1
  876. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/label.css +0 -1
  877. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/list-group.css +0 -1
  878. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/modal.css +0 -1
  879. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-justified.css +0 -1
  880. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-pills.css +0 -1
  881. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-stacked.css +0 -1
  882. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-tabs.css +0 -1
  883. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav.css +0 -1
  884. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/navbar.css +0 -1
  885. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pager.css +0 -1
  886. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pagination.css +0 -1
  887. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/panel.css +0 -1
  888. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/popover.css +0 -1
  889. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pre.css +0 -1
  890. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/progress.css +0 -1
  891. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/table.css +0 -1
  892. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/thumbnail.css +0 -1
  893. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/tooltip.css +0 -1
  894. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/visible.css +0 -1
  895. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/well.css +0 -1
  896. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/_media-print.css +0 -1
  897. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/alert.css +0 -1
  898. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/badge.css +0 -1
  899. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/basics.css +0 -11
  900. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/blockquote.css +0 -1
  901. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/breadcrumb.css +0 -1
  902. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/btn.css +0 -1
  903. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/carousel.css +0 -1
  904. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/close.css +0 -1
  905. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/col.css +0 -1
  906. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/collapse.css +0 -1
  907. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/dropdown.css +0 -1
  908. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/embed-responsive.css +0 -1
  909. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/form_input.css +0 -1
  910. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/glyphicon.css +0 -1
  911. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/img_figure.css +0 -1
  912. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/import_bootswatch.css +0 -1
  913. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/input-group.css +0 -1
  914. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/jumbotron.css +0 -1
  915. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/label.css +0 -1
  916. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/list-group.css +0 -1
  917. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/modal.css +0 -1
  918. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/nav.css +0 -1
  919. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/navbar.css +0 -1
  920. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/pager.css +0 -1
  921. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/pagination.css +0 -1
  922. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/panel.css +0 -1
  923. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/popover.css +0 -1
  924. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/progress.css +0 -1
  925. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/table.css +0 -1
  926. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/text.css +0 -1
  927. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/thumbnail.css +0 -1
  928. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/tooltip.css +0 -1
  929. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/well.css +0 -1
  930. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/alert.css +0 -1
  931. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/animations.css +0 -1
  932. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/col.css +0 -1
  933. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/collapse.css +0 -1
  934. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/container.css +0 -1
  935. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/embed-responsive.css +0 -1
  936. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/fade.css +0 -1
  937. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/glyphicon.css +0 -1
  938. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/media.css +0 -1
  939. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/navbar.css +0 -1
  940. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/text.css +0 -1
  941. package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/visible.css +0 -1
  942. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/_media-print.css +0 -1
  943. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/accordion.css +0 -1
  944. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/alert.css +0 -1
  945. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/align.css +0 -1
  946. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/badge.css +0 -1
  947. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/basics.css +0 -12
  948. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/blockquote.css +0 -1
  949. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/border.css +0 -1
  950. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/breadcrumb.css +0 -1
  951. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/btn.css +0 -1
  952. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/card.css +0 -1
  953. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/carousel.css +0 -1
  954. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/close.css +0 -1
  955. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/col.css +0 -1
  956. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/container.css +0 -1
  957. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/custom.css +0 -1
  958. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/display.css +0 -1
  959. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/dropdown.css +0 -1
  960. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/embed-responsive.css +0 -1
  961. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/flex.css +0 -1
  962. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/float.css +0 -1
  963. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/form.css +0 -1
  964. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/img_figure.css +0 -1
  965. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/import_bootswatch.css +0 -1
  966. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/input-group.css +0 -1
  967. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/jumbotron.css +0 -1
  968. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/justify.css +0 -1
  969. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/list-group.css +0 -1
  970. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/margin.css +0 -1
  971. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/modal.css +0 -1
  972. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/nav.css +0 -1
  973. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/navbar.css +0 -1
  974. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/padding.css +0 -1
  975. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/page.css +0 -1
  976. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/pagination.css +0 -1
  977. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/popover.css +0 -1
  978. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/position.css +0 -1
  979. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/progress.css +0 -1
  980. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/rounded.css +0 -1
  981. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/shadow.css +0 -1
  982. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/table.css +0 -1
  983. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/text.css +0 -1
  984. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/tooltip.css +0 -1
  985. package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/validated.css +0 -1
  986. package/dist/css/themes/deprecated/custom/aquamarine/custom-aquamarine.min.css +0 -1
  987. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff +0 -0
  988. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
  989. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
  990. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
  991. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
  992. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
  993. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
  994. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
  995. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
  996. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
  997. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
  998. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  999. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
  1000. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
  1001. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
  1002. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  1003. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
  1004. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
  1005. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff +0 -0
  1006. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
  1007. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
  1008. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
  1009. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
  1010. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
  1011. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
  1012. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
  1013. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
  1014. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
  1015. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
  1016. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
  1017. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
  1018. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  1019. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
  1020. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
  1021. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
  1022. package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
  1023. package/dist/css/themes/deprecated/custom/aquamarine/img/arrow-gray.svg +0 -1
  1024. package/dist/css/themes/deprecated/custom/aquamarine/img/arrow-white.svg +0 -1
  1025. package/dist/css/themes/deprecated/custom/cerulean/img/arrow-gray.svg +0 -1
  1026. package/dist/css/themes/deprecated/custom/cerulean/img/arrow-white.svg +0 -1
  1027. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +0 -1
  1028. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/alert.css +0 -1
  1029. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/animations.css +0 -1
  1030. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/badge.css +0 -1
  1031. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/basics.css +0 -11
  1032. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +0 -1
  1033. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +0 -1
  1034. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/btn.css +0 -1
  1035. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/carousel.css +0 -1
  1036. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/close.css +0 -1
  1037. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/col.css +0 -1
  1038. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/collapse.css +0 -1
  1039. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/container.css +0 -1
  1040. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +0 -1
  1041. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +0 -1
  1042. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/fade.css +0 -1
  1043. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +0 -1
  1044. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/form-control.css +0 -1
  1045. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +0 -1
  1046. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +0 -1
  1047. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input-group.css +0 -1
  1048. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input.css +0 -1
  1049. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +0 -1
  1050. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/label.css +0 -1
  1051. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/list-group.css +0 -1
  1052. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/media.css +0 -1
  1053. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/modal.css +0 -1
  1054. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/nav.css +0 -1
  1055. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pager.css +0 -1
  1056. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pagination.css +0 -1
  1057. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/panel.css +0 -1
  1058. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/popover.css +0 -1
  1059. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/progress.css +0 -1
  1060. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/table.css +0 -1
  1061. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/text.css +0 -1
  1062. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +0 -1
  1063. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +0 -1
  1064. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/visible.css +0 -1
  1065. package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/well.css +0 -1
  1066. package/dist/css/themes/deprecated/custom/dsgov/custom-dsgov.min.css +0 -1
  1067. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff +0 -0
  1068. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
  1069. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
  1070. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
  1071. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff +0 -0
  1072. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
  1073. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
  1074. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
  1075. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
  1076. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
  1077. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
  1078. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  1079. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
  1080. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
  1081. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
  1082. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  1083. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff +0 -0
  1084. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
  1085. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff +0 -0
  1086. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
  1087. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
  1088. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
  1089. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff +0 -0
  1090. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
  1091. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
  1092. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
  1093. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff +0 -0
  1094. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
  1095. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
  1096. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
  1097. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
  1098. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  1099. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff +0 -0
  1100. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
  1101. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
  1102. package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
  1103. package/dist/css/themes/deprecated/custom/dsgov/font/fonts.css +0 -1
  1104. package/dist/css/themes/deprecated/custom/dsgov/font2/fonts.css +0 -1
  1105. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-100.woff +0 -0
  1106. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-100i.woff +0 -0
  1107. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-200.woff +0 -0
  1108. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-200i.woff +0 -0
  1109. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-300.woff +0 -0
  1110. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-300i.woff +0 -0
  1111. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-400.woff +0 -0
  1112. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-400i.woff +0 -0
  1113. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-500.woff +0 -0
  1114. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-500i.woff +0 -0
  1115. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-600.woff +0 -0
  1116. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-600i.woff +0 -0
  1117. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-700.woff +0 -0
  1118. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-700i.woff +0 -0
  1119. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-800.woff +0 -0
  1120. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-800i.woff +0 -0
  1121. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-900.woff +0 -0
  1122. package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-900i.woff +0 -0
  1123. package/dist/css/themes/deprecated/custom/dsgov/img/arrow-blue.svg +0 -1
  1124. package/dist/css/themes/deprecated/custom/dsgov/img/cover.jpg +0 -0
  1125. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/_media-print.css +0 -1
  1126. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/alert.css +0 -1
  1127. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/animations.css +0 -1
  1128. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/badge.css +0 -1
  1129. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/basics.css +0 -11
  1130. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/blockquote.css +0 -1
  1131. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +0 -1
  1132. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/btn.css +0 -1
  1133. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/carousel.css +0 -1
  1134. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/close.css +0 -1
  1135. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/col.css +0 -1
  1136. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/collapse.css +0 -1
  1137. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/container.css +0 -1
  1138. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/dropdown.css +0 -1
  1139. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +0 -1
  1140. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/fade.css +0 -1
  1141. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/figure_img.css +0 -1
  1142. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/form-control.css +0 -1
  1143. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +0 -1
  1144. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +0 -1
  1145. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input-group.css +0 -1
  1146. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input.css +0 -1
  1147. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +0 -1
  1148. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/label.css +0 -1
  1149. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/list-group.css +0 -1
  1150. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/media.css +0 -1
  1151. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/modal.css +0 -1
  1152. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/nav.css +0 -1
  1153. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/navbar.css +0 -1
  1154. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pager.css +0 -1
  1155. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pagination.css +0 -1
  1156. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/panel.css +0 -1
  1157. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/popover.css +0 -1
  1158. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/progress.css +0 -1
  1159. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/table.css +0 -1
  1160. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/text.css +0 -1
  1161. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +0 -1
  1162. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/tooltip.css +0 -1
  1163. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/visible.css +0 -1
  1164. package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/well.css +0 -1
  1165. package/dist/css/themes/deprecated/custom/fuse/components_css/carousel.css +0 -1
  1166. package/dist/css/themes/deprecated/custom/fuse/components_css/media.css +0 -1
  1167. package/dist/css/themes/deprecated/custom/fuse/custom-fuse.min.css +0 -1
  1168. package/dist/css/themes/deprecated/custom/fuse/font/fonts.css +0 -1
  1169. package/dist/css/themes/deprecated/custom/fuse/img/arrow-gray.svg +0 -1
  1170. package/dist/css/themes/deprecated/custom/fuse/img/arrow-white.svg +0 -1
  1171. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff +0 -0
  1172. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
  1173. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
  1174. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
  1175. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
  1176. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
  1177. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
  1178. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
  1179. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
  1180. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
  1181. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
  1182. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
  1183. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff +0 -0
  1184. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
  1185. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff +0 -0
  1186. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
  1187. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
  1188. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
  1189. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
  1190. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
  1191. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
  1192. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
  1193. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
  1194. package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
  1195. package/dist/css/themes/deprecated/custom/lumen/font/fonts.css +0 -1
  1196. package/dist/css/themes/deprecated/custom/lumen/img/arrow-gray.svg +0 -1
  1197. package/dist/css/themes/deprecated/custom/lumen/img/arrow-white.svg +0 -1
  1198. package/dist/css/themes/deprecated/custom/material/font/Roboto-Black.woff +0 -0
  1199. package/dist/css/themes/deprecated/custom/material/font/Roboto-Black.woff2 +0 -0
  1200. package/dist/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff +0 -0
  1201. package/dist/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
  1202. package/dist/css/themes/deprecated/custom/material/font/Roboto-Bold.woff +0 -0
  1203. package/dist/css/themes/deprecated/custom/material/font/Roboto-Bold.woff2 +0 -0
  1204. package/dist/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff +0 -0
  1205. package/dist/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
  1206. package/dist/css/themes/deprecated/custom/material/font/Roboto-Italic.woff +0 -0
  1207. package/dist/css/themes/deprecated/custom/material/font/Roboto-Italic.woff2 +0 -0
  1208. package/dist/css/themes/deprecated/custom/material/font/Roboto-Light.woff +0 -0
  1209. package/dist/css/themes/deprecated/custom/material/font/Roboto-Light.woff2 +0 -0
  1210. package/dist/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff +0 -0
  1211. package/dist/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff2 +0 -0
  1212. package/dist/css/themes/deprecated/custom/material/font/Roboto-Medium.woff +0 -0
  1213. package/dist/css/themes/deprecated/custom/material/font/Roboto-Medium.woff2 +0 -0
  1214. package/dist/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff +0 -0
  1215. package/dist/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
  1216. package/dist/css/themes/deprecated/custom/material/font/Roboto-Regular.woff +0 -0
  1217. package/dist/css/themes/deprecated/custom/material/font/Roboto-Regular.woff2 +0 -0
  1218. package/dist/css/themes/deprecated/custom/material/font/Roboto-Thin.woff +0 -0
  1219. package/dist/css/themes/deprecated/custom/material/font/Roboto-Thin.woff2 +0 -0
  1220. package/dist/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff +0 -0
  1221. package/dist/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
  1222. package/dist/css/themes/deprecated/custom/material/font/fonts.css +0 -1
  1223. package/dist/css/themes/deprecated/custom/material/img/arrow-gray.svg +0 -1
  1224. package/dist/css/themes/deprecated/custom/material/img/arrow-white.svg +0 -1
  1225. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-button.css +0 -1
  1226. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-carousel.css +0 -1
  1227. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-calendar.css +0 -1
  1228. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-grid.css +0 -1
  1229. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-enterprise.css +0 -1
  1230. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-navbar.css +0 -1
  1231. package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-scheduler.css +0 -1
  1232. package/dist/css/themes/deprecated/custom/material_raiz/components_css/login.css +0 -1
  1233. package/dist/css/themes/deprecated/custom/material_raiz/components_css/ui-notification.css +0 -1
  1234. package/dist/css/themes/deprecated/custom/material_raiz/custom-material_raiz.css +0 -1
  1235. package/dist/css/themes/deprecated/cyborg.min.css +0 -1
  1236. package/dist/css/themes/deprecated/darkly.min.css +0 -1
  1237. package/dist/css/themes/deprecated/dsgov.min.css +0 -1
  1238. package/dist/css/themes/deprecated/flatly.min.css +0 -1
  1239. package/dist/css/themes/deprecated/fuse.min.css +0 -1
  1240. package/dist/css/themes/deprecated/journal.min.css +0 -1
  1241. package/dist/css/themes/deprecated/lumen.min.css +0 -1
  1242. package/dist/css/themes/deprecated/material.min.css +0 -1
  1243. package/dist/css/themes/deprecated/material_raiz.min.css +0 -1
  1244. package/dist/css/themes/deprecated/paper.min.css +0 -1
  1245. package/dist/css/themes/deprecated/readable.min.css +0 -1
  1246. package/dist/css/themes/deprecated/sandstone.min.css +0 -1
  1247. package/dist/css/themes/deprecated/simplex.min.css +0 -1
  1248. package/dist/css/themes/deprecated/slate.min.css +0 -1
  1249. package/dist/css/themes/deprecated/spacelab.min.css +0 -1
  1250. package/dist/css/themes/deprecated/superhero.min.css +0 -1
  1251. package/dist/css/themes/deprecated/united.min.css +0 -1
  1252. package/dist/css/themes/deprecated/yeti.min.css +0 -1
  1253. /package/{components/css/deprecated → deprecated/components/css}/checkbox-color.css +0 -0
  1254. /package/{components/css/deprecated → deprecated/components/css}/color-default.css +0 -0
  1255. /package/{components/css/deprecated → deprecated/components/css}/combobox-color.css +0 -0
  1256. /package/{components/css/deprecated → deprecated/components/css}/multiselect-editor.css +0 -0
  1257. /package/{components/css/deprecated → deprecated/components/css}/option-color.css +0 -0
  1258. /package/{css/themes/deprecated → deprecated/css/themes}/custom/cerulean/custom-cerulean.min.css +0 -0
  1259. /package/{css/themes/deprecated → deprecated/css/themes}/custom/cosmo/custom-cosmo.min.css +0 -0
  1260. /package/{css/themes/deprecated → deprecated/css/themes}/custom/cyborg/custom-cyborg.min.css +0 -0
  1261. /package/{css/themes/deprecated → deprecated/css/themes}/custom/darkly/custom-darkly.min.css +0 -0
  1262. /package/{css/themes/deprecated → deprecated/css/themes}/custom/flatly/custom-flatly.min.css +0 -0
  1263. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/_media-print.css +0 -0
  1264. /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/alert.css +0 -0
  1265. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/animations.css +0 -0
  1266. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/badge.css +0 -0
  1267. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/basics.css +0 -0
  1268. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/blockquote.css +0 -0
  1269. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/breadcrumb.css +0 -0
  1270. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/btn.css +0 -0
  1271. /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/carousel.css +0 -0
  1272. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/close.css +0 -0
  1273. /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/col.css +0 -0
  1274. /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/collapse.css +0 -0
  1275. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/container.css +0 -0
  1276. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/dropdown.css +0 -0
  1277. /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/embed-responsive.css +0 -0
  1278. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/fade.css +0 -0
  1279. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/figure_img.css +0 -0
  1280. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/form-control.css +0 -0
  1281. /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/glyphicon.css +0 -0
  1282. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
  1283. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/input-group.css +0 -0
  1284. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/input.css +0 -0
  1285. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/jumbotron.css +0 -0
  1286. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/label.css +0 -0
  1287. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/list-group.css +0 -0
  1288. /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/media.css +0 -0
  1289. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/modal.css +0 -0
  1290. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/nav.css +0 -0
  1291. /package/{css/themes/deprecated/custom/dsgov → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/navbar.css +0 -0
  1292. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/pager.css +0 -0
  1293. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/pagination.css +0 -0
  1294. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/panel.css +0 -0
  1295. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/popover.css +0 -0
  1296. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/progress.css +0 -0
  1297. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/table.css +0 -0
  1298. /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/text.css +0 -0
  1299. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/thumbnail.css +0 -0
  1300. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/tooltip.css +0 -0
  1301. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/visible.css +0 -0
  1302. /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/well.css +0 -0
  1303. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/alert.css +0 -0
  1304. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/badge.css +0 -0
  1305. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/blockquote.css +0 -0
  1306. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/breadcrumb.css +0 -0
  1307. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/btn.css +0 -0
  1308. /package/{css/themes/deprecated/custom/_bootswatch-v3.3.7 → deprecated/css/themes/custom/fuse/components_css}/carousel.css +0 -0
  1309. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/close.css +0 -0
  1310. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/embed-responsive.css +0 -0
  1311. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/form.css +0 -0
  1312. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/glyphicon.css +0 -0
  1313. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/hidden.css +0 -0
  1314. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/import_components_css.css +0 -0
  1315. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/list-group.css +0 -0
  1316. /package/{css/themes/deprecated/custom/_bootswatch-v3.3.7 → deprecated/css/themes/custom/fuse/components_css}/media.css +0 -0
  1317. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/modal.css +0 -0
  1318. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/navbar.css +0 -0
  1319. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/pager.css +0 -0
  1320. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/pagination.css +0 -0
  1321. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/panel.css +0 -0
  1322. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/popover.css +0 -0
  1323. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/progress.css +0 -0
  1324. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/table.css +0 -0
  1325. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/thumbnail.css +0 -0
  1326. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/tooltip.css +0 -0
  1327. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/type_bootstrap.css +0 -0
  1328. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/visible.css +0 -0
  1329. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/well.css +0 -0
  1330. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  1331. /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/font/font.css +0 -0
  1332. /package/{css/themes/deprecated → deprecated/css/themes}/custom/journal/custom-journal.min.css +0 -0
  1333. /package/{css/themes/deprecated → deprecated/css/themes}/custom/lumen/custom-lumen.min.css +0 -0
  1334. /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-button.css +0 -0
  1335. /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-carousel.css +0 -0
  1336. /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-cron-calendar.css +0 -0
  1337. /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-cron-grid.css +0 -0
  1338. /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-enterprise.css +0 -0
  1339. /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-navbar.css +0 -0
  1340. /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-scheduler.css +0 -0
  1341. /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/login.css +0 -0
  1342. /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/ui-notification.css +0 -0
  1343. /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/custom-material.css +0 -0
  1344. /package/{css/themes/deprecated → deprecated/css/themes}/custom/navigator/custom-navigator.css +0 -0
  1345. /package/{css/themes/deprecated → deprecated/css/themes}/custom/paper/custom-paper.min.css +0 -0
  1346. /package/{css/themes/deprecated → deprecated/css/themes}/custom/readable/custom-readable.min.css +0 -0
  1347. /package/{css/themes/deprecated → deprecated/css/themes}/custom/sandstone/custom-sandstone.min.css +0 -0
  1348. /package/{css/themes/deprecated → deprecated/css/themes}/custom/simplex/custom-simplex.min.css +0 -0
  1349. /package/{css/themes/deprecated → deprecated/css/themes}/custom/slate/custom-slate.min.css +0 -0
  1350. /package/{css/themes/deprecated → deprecated/css/themes}/custom/spacelab/custom-spacelab.min.css +0 -0
  1351. /package/{css/themes/deprecated → deprecated/css/themes}/custom/superhero/custom-superhero.min.css +0 -0
  1352. /package/{css/themes/deprecated → deprecated/css/themes}/custom/united/custom-united.min.css +0 -0
  1353. /package/{css/themes/deprecated → deprecated/css/themes}/custom/yeti/custom-yeti.min.css +0 -0
  1354. /package/{dist/components/css/deprecated → deprecated/dist/components/css}/checkbox-color.css +0 -0
  1355. /package/{dist/components/css/deprecated → deprecated/dist/components/css}/color-default.css +0 -0
  1356. /package/{dist/components/css/deprecated → deprecated/dist/components/css}/combobox-color.css +0 -0
  1357. /package/{dist/components/css/deprecated → deprecated/dist/components/css}/multiselect-editor.css +0 -0
  1358. /package/{dist/components/css/deprecated → deprecated/dist/components/css}/option-color.css +0 -0
  1359. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/cerulean/custom-cerulean.min.css +0 -0
  1360. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/cosmo/custom-cosmo.min.css +0 -0
  1361. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/cyborg/custom-cyborg.min.css +0 -0
  1362. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/darkly/custom-darkly.min.css +0 -0
  1363. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/flatly/custom-flatly.min.css +0 -0
  1364. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/_media-print.css +0 -0
  1365. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/alert.css +0 -0
  1366. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/animations.css +0 -0
  1367. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/badge.css +0 -0
  1368. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/basics.css +0 -0
  1369. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/blockquote.css +0 -0
  1370. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/breadcrumb.css +0 -0
  1371. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/btn.css +0 -0
  1372. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/carousel.css +0 -0
  1373. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/close.css +0 -0
  1374. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/col.css +0 -0
  1375. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/collapse.css +0 -0
  1376. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/container.css +0 -0
  1377. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/dropdown.css +0 -0
  1378. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/embed-responsive.css +0 -0
  1379. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/fade.css +0 -0
  1380. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/figure_img.css +0 -0
  1381. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/form-control.css +0 -0
  1382. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/glyphicon.css +0 -0
  1383. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
  1384. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/input-group.css +0 -0
  1385. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/input.css +0 -0
  1386. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/jumbotron.css +0 -0
  1387. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/label.css +0 -0
  1388. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/list-group.css +0 -0
  1389. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/media.css +0 -0
  1390. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/modal.css +0 -0
  1391. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/nav.css +0 -0
  1392. /package/{dist/css/themes/deprecated/custom/dsgov → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/navbar.css +0 -0
  1393. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/pager.css +0 -0
  1394. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/pagination.css +0 -0
  1395. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/panel.css +0 -0
  1396. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/popover.css +0 -0
  1397. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/progress.css +0 -0
  1398. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/table.css +0 -0
  1399. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/text.css +0 -0
  1400. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/thumbnail.css +0 -0
  1401. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/tooltip.css +0 -0
  1402. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/visible.css +0 -0
  1403. /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/well.css +0 -0
  1404. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/alert.css +0 -0
  1405. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/badge.css +0 -0
  1406. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/blockquote.css +0 -0
  1407. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/breadcrumb.css +0 -0
  1408. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/btn.css +0 -0
  1409. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.7 → deprecated/dist/css/themes/custom/fuse/components_css}/carousel.css +0 -0
  1410. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/close.css +0 -0
  1411. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/embed-responsive.css +0 -0
  1412. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/form.css +0 -0
  1413. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/glyphicon.css +0 -0
  1414. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/hidden.css +0 -0
  1415. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/import_components_css.css +0 -0
  1416. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/list-group.css +0 -0
  1417. /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/components_css}/media.css +0 -0
  1418. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/modal.css +0 -0
  1419. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/navbar.css +0 -0
  1420. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/pager.css +0 -0
  1421. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/pagination.css +0 -0
  1422. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/panel.css +0 -0
  1423. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/popover.css +0 -0
  1424. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/progress.css +0 -0
  1425. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/table.css +0 -0
  1426. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/thumbnail.css +0 -0
  1427. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/tooltip.css +0 -0
  1428. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/type_bootstrap.css +0 -0
  1429. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/visible.css +0 -0
  1430. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/well.css +0 -0
  1431. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  1432. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/font/font.css +0 -0
  1433. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/journal/custom-journal.min.css +0 -0
  1434. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/lumen/custom-lumen.min.css +0 -0
  1435. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-button.css +0 -0
  1436. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-carousel.css +0 -0
  1437. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-cron-calendar.css +0 -0
  1438. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-cron-grid.css +0 -0
  1439. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-enterprise.css +0 -0
  1440. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-navbar.css +0 -0
  1441. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-scheduler.css +0 -0
  1442. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/login.css +0 -0
  1443. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/ui-notification.css +0 -0
  1444. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/custom-material.css +0 -0
  1445. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/navigator/custom-navigator.css +0 -0
  1446. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/paper/custom-paper.min.css +0 -0
  1447. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/readable/custom-readable.min.css +0 -0
  1448. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/sandstone/custom-sandstone.min.css +0 -0
  1449. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/simplex/custom-simplex.min.css +0 -0
  1450. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/slate/custom-slate.min.css +0 -0
  1451. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/spacelab/custom-spacelab.min.css +0 -0
  1452. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/superhero/custom-superhero.min.css +0 -0
  1453. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/united/custom-united.min.css +0 -0
  1454. /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/yeti/custom-yeti.min.css +0 -0
@@ -0,0 +1,36 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <g>
16
+ <path class="st0" d="M8.73,10.11c-0.15-0.15-0.4-0.15-0.56,0l-2.92,2.92l-1.32-1.32c-0.15-0.15-0.4-0.15-0.56,0l-0.01,0.01
17
+ c-0.15,0.15-0.15,0.4,0,0.56l1.61,1.61c0.15,0.15,0.4,0.15,0.56,0l3.21-3.21C8.89,10.52,8.89,10.27,8.73,10.11L8.73,10.11z"/>
18
+ <path class="st0" d="M20,4H4C1.79,4,0,5.79,0,8v8c0,2.21,1.79,4,4,4h16c2.21,0,4-1.79,4-4V8C24,5.79,22.21,4,20,4z M10,15
19
+ c0,0.55-0.45,1-1,1H3c-0.55,0-1-0.45-1-1V9c0-0.55,0.45-1,1-1h6c0.55,0,1,0.45,1,1V15z M12,8.5c0-0.08,0.02-0.13,0.04-0.18
20
+ c0.01-0.01,0.02-0.02,0.03-0.03c0.02-0.02,0.04-0.04,0.07-0.04c0.01,0,0.03,0,0.04,0c0.05,0.01,0.11,0.03,0.17,0.09
21
+ c0,0,0.01,0,0.01,0.01l0.66,0.66c0.84-1.12,2.14-1.88,3.63-1.99C16.56,7.17,16.5,7.33,16.5,7.5l0,1.56
22
+ c-0.87,0.15-1.61,0.65-2.05,1.38l1.2,1.2c0,0,0,0,0,0l0,0c0.09,0.1,0.12,0.18,0.1,0.25c0,0-0.01,0-0.01,0.01
23
+ c-0.01,0.03-0.04,0.05-0.08,0.07C15.62,11.99,15.57,12,15.5,12H14h-1.5c-0.22,0-0.4-0.14-0.47-0.33v0
24
+ C12.01,11.61,12,11.56,12,11.5V8.5z M16.91,16.77c-0.01,0.01-0.01,0.02-0.02,0.03C16.8,16.92,16.66,17,16.5,17l-3,0
25
+ c-0.27,0-0.34-0.16-0.15-0.35l0.66-0.66c-1.13-0.84-1.88-2.14-1.99-3.63c0.14,0.08,0.3,0.14,0.48,0.14h1.57
26
+ c0.15,0.87,0.65,1.61,1.38,2.05l1.2-1.2C16.84,13.16,17,13.23,17,13.5l0,3C17,16.6,16.96,16.69,16.91,16.77z M17.35,10.65
27
+ c-0.06,0.06-0.12,0.09-0.17,0.09c-0.01,0-0.03,0-0.04,0c-0.03,0-0.05-0.02-0.07-0.04c-0.01-0.01-0.02-0.02-0.03-0.03
28
+ C17.02,10.63,17,10.58,17,10.5c0,0,0,0,0,0L17,9h0l0-1.5c0-0.22,0.15-0.4,0.34-0.47c0,0,0,0,0,0C17.39,7.02,17.44,7,17.5,7l3,0
29
+ c0.08,0,0.13,0.01,0.17,0.04c0.11,0.06,0.11,0.18-0.03,0.32c0,0,0,0,0,0l-0.67,0.67c1.11,0.84,1.87,2.13,1.98,3.61
30
+ c-0.14-0.07-0.29-0.13-0.46-0.13h-1.55c-0.15-0.87-0.67-1.61-1.39-2.06l-1.2,1.2C17.35,10.65,17.35,10.65,17.35,10.65z M22,15.5
31
+ c0,0.28-0.16,0.34-0.35,0.15l-0.67-0.67c-0.84,1.12-2.13,1.88-3.61,1.99c0.08-0.14,0.13-0.3,0.13-0.46l0-1.55
32
+ c0.87-0.15,1.61-0.67,2.06-1.39l-1.2-1.2C18.16,12.16,18.23,12,18.5,12H20h1.5c0.1,0,0.19,0.04,0.27,0.09
33
+ c0.01,0.01,0.02,0.01,0.04,0.02c0.08,0.06,0.13,0.13,0.17,0.23v0v0c0.02,0.05,0.03,0.1,0.03,0.16V15.5z"/>
34
+ </g>
35
+ </g>
36
+ </svg>
@@ -0,0 +1,26 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <g>
16
+ <circle class="st0" cx="8" cy="21" r="1"/>
17
+ <circle class="st0" cx="12" cy="21" r="1"/>
18
+ <circle class="st0" cx="16" cy="21" r="1"/>
19
+ <path class="st0" d="M20,2H4C1.79,2,0,3.79,0,6v8c0,2.21,1.79,4,4,4h16c2.21,0,4-1.79,4-4V6C24,3.79,22.21,2,20,2z M6,11.83H5.97
20
+ c-0.04,0.24-0.13,0.47-0.31,0.66c-0.46,0.46-1.2,0.46-1.66,0l-1.66-1.66c-0.46-0.46-0.46-1.2,0-1.66L4,7.51
21
+ c0.46-0.46,1.2-0.46,1.66,0C5.89,7.74,6,8.04,6,8.34V11.83z M21.66,10.83L20,12.49c-0.46,0.46-1.2,0.46-1.66,0
22
+ c-0.18-0.18-0.27-0.42-0.31-0.66H18V8.34c0-0.3,0.11-0.6,0.34-0.83c0.46-0.46,1.2-0.46,1.66,0l1.66,1.66
23
+ C22.11,9.63,22.11,10.37,21.66,10.83z"/>
24
+ </g>
25
+ </g>
26
+ </svg>
@@ -0,0 +1,19 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <path class="st0" d="M23,22h-3v-7c0-0.55-0.45-1-1-1h-2c-0.55,0-1,0.45-1,1v7h-2V3c0-0.55-0.45-1-1-1h-2c-0.55,0-1,0.45-1,1v19H8V9
16
+ c0-0.55-0.45-1-1-1H5C4.45,8,4,8.45,4,9v13H2V1c0-0.55-0.45-1-1-1S0,0.45,0,1v22c0,0.55,0.45,1,1,1h4h2h4h2h4h2h4
17
+ c0.55,0,1-0.45,1-1C24,22.45,23.55,22,23,22z"/>
18
+ </g>
19
+ </svg>
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <g>
16
+ <path class="st0" d="M20,0H4C1.8,0,0,1.8,0,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C24,1.8,22.2,0,20,0z M18.71,8.71l-8.01,8
17
+ c-0.39,0.39-1.03,0.39-1.41,0l-4-3.99c-0.39-0.39-0.39-1.03,0-1.41l0,0c0.39-0.39,1.03-0.39,1.41,0L10,14.59l7.3-7.3
18
+ c0.39-0.39,1.03-0.39,1.41,0l0,0C19.1,7.68,19.1,8.32,18.71,8.71z"/>
19
+ </g>
20
+ </g>
21
+ </svg>
@@ -0,0 +1,27 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <g>
16
+ <path class="st0" d="M5,20c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1h9.35c-0.01-0.26,0-0.52,0.08-0.78L14.78,16H5c-0.55,0-1-0.45-1-1
17
+ c0-0.55,0.45-1,1-1h10.35l0.81-2.82c0.13-0.46,0.39-0.86,0.73-1.18H4c-2.2,0-4,1.8-4,4v6c0,2.2,1.8,4,4,4h12.29
18
+ c-0.01-0.16-0.02-0.31,0.01-0.49l0.41-3.26c-0.38,0-0.74-0.09-1.07-0.25H5z"/>
19
+ <path class="st0" d="M4,8h16c2.2,0,4-1.8,4-4c0-2.2-1.8-4-4-4H4C1.8,0,0,1.8,0,4C0,6.2,1.8,8,4,8z M14.69,2.34
20
+ c0.18-0.18,0.42-0.27,0.66-0.31V2h3.48c0.3,0,0.6,0.11,0.83,0.34c0.46,0.46,0.46,1.2,0,1.66L18,5.66c-0.46,0.46-1.2,0.46-1.66,0
21
+ L14.69,4C14.23,3.54,14.23,2.8,14.69,2.34z"/>
22
+ <path class="st0" d="M23.72,16.25h-2.43c-0.27,0-0.44-0.22-0.36-0.48l1.15-4.04c0.08-0.26-0.09-0.48-0.36-0.48h-3
23
+ c-0.28,0-0.56,0.22-0.64,0.48l-1.73,6.04c-0.08,0.26,0.09,0.48,0.36,0.48h1.75c0.27,0,0.47,0.22,0.44,0.5l-0.63,5.01
24
+ c-0.03,0.27,0.07,0.32,0.24,0.1l5.4-7.2C24.08,16.43,23.99,16.25,23.72,16.25z"/>
25
+ </g>
26
+ </g>
27
+ </svg>
@@ -0,0 +1,24 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <g>
16
+ <path class="st0" d="M20,10H4c-2.2,0-4,1.8-4,4v6c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4v-6C24,11.8,22.2,10,20,10z M19,20H5
17
+ c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1h14c0.55,0,1,0.45,1,1C20,19.55,19.55,20,19,20z M19,16H5c-0.55,0-1-0.45-1-1
18
+ c0-0.55,0.45-1,1-1h14c0.55,0,1,0.45,1,1C20,15.55,19.55,16,19,16z"/>
19
+ <path class="st0" d="M4,8h16c2.2,0,4-1.8,4-4c0-2.2-1.8-4-4-4H4C1.8,0,0,1.8,0,4C0,6.2,1.8,8,4,8z M14.69,2.34
20
+ c0.18-0.18,0.42-0.27,0.66-0.31V2h3.48c0.3,0,0.6,0.11,0.83,0.34c0.46,0.46,0.46,1.2,0,1.66L18,5.66c-0.46,0.46-1.2,0.46-1.66,0
21
+ L14.69,4C14.23,3.54,14.23,2.8,14.69,2.34z"/>
22
+ </g>
23
+ </g>
24
+ </svg>
@@ -0,0 +1,28 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <g>
16
+ <path class="st0" d="M19.56,8.44c-0.59-0.59-1.54-0.59-2.12,0L15,10.88l-2.44-2.44c-0.59-0.59-1.54-0.59-2.12,0
17
+ c-0.59,0.59-0.59,1.54,0,2.12L12.88,13l-2.44,2.44c-0.59,0.59-0.59,1.54,0,2.12c0.59,0.59,1.54,0.59,2.12,0L15,15.12l2.44,2.44
18
+ c0.59,0.59,1.54,0.59,2.12,0c0.59-0.59,0.59-1.54,0-2.12L17.12,13l2.44-2.44C20.15,9.97,20.15,9.03,19.56,8.44z"/>
19
+ <path class="st0" d="M8,8.49C8,8.22,7.78,8,7.5,8H4.5C4.22,8,4,8.22,4,8.49v0.51C4,9.28,4.22,9.5,4.5,9.5H7.5
20
+ C7.78,9.5,8,9.28,8,9.01V8.49z"/>
21
+ <path class="st0" d="M20,2h-3c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1h3c1.1,0,2,0.9,2,2v14c0,1.1-0.9,2-2,2H4c-1.1,0-2-0.9-2-2V6
22
+ c0-1.1,0.9-2,2-2h6v1.4c0,0.49,0.51,0.77,0.87,0.48l2.91-2.4c0.29-0.24,0.29-0.72,0-0.96l-2.91-2.4C10.51-0.17,10,0.11,10,0.6V2H4
23
+ C1.8,2,0,3.8,0,6v14c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V6C24,3.8,22.2,2,20,2z"/>
24
+ <path class="st0" d="M7.49,10H4.51C4.23,10,4,10.23,4,10.51v4.29c0,0.39,0.12,0.78,0.34,1.11l1.24,1.86c0.2,0.3,0.65,0.3,0.85,0
25
+ l1.24-1.86C7.88,15.59,8,15.2,8,14.81v-4.29C8,10.23,7.77,10,7.49,10z"/>
26
+ </g>
27
+ </g>
28
+ </svg>
@@ -0,0 +1,18 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.2.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" id="Camada_1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <path class="st0" d="M20,0H4C1.8,0,0,1.8,0,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C24,1.8,22.2,0,20,0z M12,19c0,0.5-0.5,1-1,1
9
+ H5c-0.5,0-1-0.5-1-1v-8c0-0.5,0.5-1,1-1h6c0.5,0,1,0.5,1,1V19z M20,19c0,0.5-0.5,1-1,1h-4c-0.5,0-1-0.5-1-1v-2c0-0.5,0.5-1,1-1h4
10
+ c0.5,0,1,0.5,1,1V19z M20,13c0,0.5-0.5,1-1,1h-4c-0.5,0-1-0.5-1-1v-2c0-0.5,0.5-1,1-1h4c0.5,0,1,0.5,1,1V13z M20,7c0,0.5-0.5,1-1,1
11
+ H5C4.5,8,4,7.5,4,7V5c0-0.5,0.5-1,1-1h14c0.5,0,1,0.5,1,1V7z"/>
12
+ <g id="Camada_3">
13
+ </g>
14
+ <g id="Camada_4">
15
+ </g>
16
+ <g id="Camada_2_1_">
17
+ </g>
18
+ </svg>
@@ -0,0 +1,27 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <g>
16
+ <path class="st0" d="M23.33,10.43C20.72,11.38,16.63,12,12,12c-4.63,0-8.72-0.62-11.33-1.57C0.34,10.31,0,10.56,0,10.9v2.93
17
+ c0,0.21,0.12,0.39,0.31,0.47C2.9,15.33,7.17,16,12,16c4.83,0,9.1-0.67,11.69-1.69c0.19-0.08,0.31-0.26,0.31-0.47V10.9
18
+ C24,10.56,23.66,10.31,23.33,10.43z"/>
19
+ <path class="st0" d="M23.33,16.43C20.72,17.38,16.63,18,12,18c-4.63,0-8.72-0.62-11.33-1.57C0.34,16.31,0,16.56,0,16.9v2.93
20
+ c0,0.21,0.12,0.39,0.31,0.47C2.9,21.33,7.17,22,12,22c4.83,0,9.1-0.67,11.69-1.69c0.19-0.08,0.31-0.26,0.31-0.47V16.9
21
+ C24,16.56,23.66,16.31,23.33,16.43z"/>
22
+ <path class="st0" d="M23.69,3.69C21.1,2.67,16.83,2,12,2S2.9,2.67,0.31,3.69C0.12,3.77,0,3.96,0,4.16v3.68
23
+ c0,0.2,0.12,0.39,0.31,0.47C2.9,9.33,7.17,10,12,10s9.1-0.67,11.69-1.69C23.88,8.23,24,8.04,24,7.84V4.16
24
+ C24,3.96,23.88,3.77,23.69,3.69z"/>
25
+ </g>
26
+ </g>
27
+ </svg>
@@ -0,0 +1,35 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <g>
16
+ <path class="st0" d="M20,2h-1V0.98C19,0.44,18.56,0,18.02,0h-2.04C15.44,0,15,0.44,15,0.98V2H9V0.98C9,0.44,8.56,0,8.02,0H5.98
17
+ C5.44,0,5,0.44,5,0.98V2H4C1.8,2,0,3.8,0,6v14c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V6C24,3.8,22.2,2,20,2z M14,14c0,1.1-0.9,2-2,2
18
+ H6c-1.1,0-2-0.9-2-2V8c0-1.1,0.9-2,2-2h6c1.1,0,2,0.9,2,2V14z M20,15c0,0.55-0.45,1-1,1h-2c-0.55,0-1-0.45-1-1v-2
19
+ c0-0.55,0.45-1,1-1h2c0.55,0,1,0.45,1,1V15z M20,9c0,0.55-0.45,1-1,1h-2c-0.55,0-1-0.45-1-1V7c0-0.55,0.45-1,1-1h2
20
+ c0.55,0,1,0.45,1,1V9z"/>
21
+ <path class="st0" d="M8.51,9.1C8.37,8.95,8.2,8.84,8.01,8.77S7.6,8.65,7.37,8.65c-0.36,0-0.66,0.09-0.92,0.26
22
+ C6.2,9.08,6,9.33,5.87,9.66c-0.08,0.2-0.13,0.44-0.17,0.71c-0.04,0.28-0.05,0.59-0.05,0.93c0,0.27,0.02,0.51,0.05,0.74
23
+ c0.03,0.23,0.08,0.44,0.16,0.63c0.14,0.35,0.35,0.62,0.62,0.81c0.27,0.2,0.58,0.29,0.93,0.29c0.3,0,0.57-0.07,0.82-0.22
24
+ c0.25-0.15,0.45-0.35,0.6-0.62c0.12-0.22,0.21-0.46,0.25-0.73c0.05-0.27,0.07-0.59,0.07-0.96c0-0.69-0.09-1.22-0.26-1.6
25
+ C8.78,9.43,8.66,9.25,8.51,9.1z M8.13,12.24C8.08,12.51,8,12.72,7.88,12.87c-0.12,0.15-0.28,0.22-0.49,0.22
26
+ c-0.2,0-0.36-0.07-0.48-0.21c-0.12-0.14-0.2-0.35-0.25-0.62c-0.05-0.27-0.08-0.63-0.08-1.05c0-0.63,0.06-1.1,0.18-1.4
27
+ c0.12-0.3,0.33-0.46,0.63-0.46c0.21,0,0.37,0.07,0.49,0.2c0.12,0.14,0.2,0.34,0.25,0.6c0.05,0.27,0.08,0.61,0.08,1.02
28
+ C8.2,11.61,8.18,11.97,8.13,12.24z"/>
29
+ <path class="st0" d="M11.54,8.66c-0.11,0-0.18,0.02-0.22,0.06c-0.04,0.04-0.12,0.15-0.25,0.33s-0.27,0.34-0.44,0.48
30
+ s-0.39,0.28-0.66,0.41c-0.18,0.09-0.31,0.16-0.39,0.21c-0.07,0.05-0.11,0.14-0.11,0.26c0,0.1,0.04,0.19,0.11,0.26
31
+ s0.16,0.11,0.25,0.11c0.2,0,0.59-0.22,1.17-0.67v3.11c0,0.18,0.04,0.32,0.13,0.41c0.08,0.09,0.2,0.14,0.34,0.14
32
+ c0.31,0,0.47-0.23,0.47-0.69V9.19c0-0.16-0.04-0.29-0.11-0.39C11.75,8.71,11.66,8.66,11.54,8.66z"/>
33
+ </g>
34
+ </g>
35
+ </svg>
@@ -0,0 +1,41 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <g>
16
+ <path class="st0" d="M8.01,8.77C7.82,8.69,7.6,8.65,7.37,8.65c-0.36,0-0.66,0.09-0.92,0.26C6.2,9.08,6,9.33,5.87,9.66
17
+ c-0.08,0.2-0.13,0.44-0.17,0.71c-0.04,0.28-0.05,0.59-0.05,0.93c0,0.27,0.02,0.51,0.05,0.74c0.03,0.23,0.08,0.44,0.16,0.63
18
+ c0.14,0.35,0.35,0.62,0.62,0.81c0.27,0.2,0.58,0.29,0.93,0.29c0.3,0,0.57-0.07,0.82-0.22c0.25-0.15,0.45-0.35,0.6-0.62
19
+ c0.12-0.22,0.21-0.46,0.25-0.73c0.05-0.27,0.07-0.59,0.07-0.96c0-0.69-0.09-1.22-0.26-1.6c-0.1-0.22-0.22-0.4-0.37-0.54
20
+ C8.37,8.95,8.2,8.84,8.01,8.77z M8.13,12.24C8.08,12.51,8,12.72,7.88,12.87c-0.12,0.15-0.28,0.22-0.49,0.22
21
+ c-0.2,0-0.36-0.07-0.48-0.21c-0.12-0.14-0.2-0.35-0.25-0.62c-0.05-0.27-0.08-0.63-0.08-1.05c0-0.63,0.06-1.1,0.18-1.4
22
+ c0.12-0.3,0.33-0.46,0.63-0.46c0.21,0,0.37,0.07,0.49,0.2c0.12,0.14,0.2,0.34,0.25,0.6c0.05,0.27,0.08,0.61,0.08,1.02
23
+ C8.2,11.61,8.18,11.97,8.13,12.24z"/>
24
+ <path class="st0" d="M11.13,13.65c0.08,0.09,0.2,0.14,0.34,0.14c0.31,0,0.47-0.23,0.47-0.69V9.19c0-0.16-0.04-0.29-0.11-0.39
25
+ c-0.07-0.09-0.17-0.14-0.29-0.14c-0.11,0-0.18,0.02-0.22,0.06c-0.04,0.04-0.12,0.15-0.25,0.33s-0.27,0.34-0.44,0.48
26
+ s-0.39,0.28-0.66,0.41c-0.18,0.09-0.31,0.16-0.39,0.21c-0.07,0.05-0.11,0.14-0.11,0.26c0,0.1,0.04,0.19,0.11,0.26
27
+ s0.16,0.11,0.25,0.11c0.2,0,0.59-0.22,1.17-0.67v3.11C11.01,13.41,11.05,13.55,11.13,13.65z"/>
28
+ <path class="st0" d="M20,2h-1V0.98C19,0.44,18.56,0,18.02,0h-2.04C15.44,0,15,0.44,15,0.98V2H9V0.98C9,0.44,8.56,0,8.02,0H5.98
29
+ C5.44,0,5,0.44,5,0.98V2H4C1.8,2,0,3.8,0,6v12c0,2.2,1.8,4,4,4h8.28c-0.8-1.13-1.28-2.51-1.28-4c0-0.7,0.11-1.37,0.29-2H6
30
+ c-1.1,0-2-0.9-2-2V8c0-1.1,0.9-2,2-2h6c1.1,0,2,0.9,2,2v4.26c1.14-0.79,2.51-1.26,4-1.26c2.55,0,4.78,1.37,6,3.41V6
31
+ C24,3.8,22.2,2,20,2z M20,9c0,0.55-0.45,1-1,1h-2c-0.55,0-1-0.45-1-1V7c0-0.55,0.45-1,1-1h2c0.55,0,1,0.45,1,1V9z"/>
32
+ <path class="st0" d="M18,12c-3.31,0-6,2.69-6,6c0,1.54,0.58,2.94,1.54,4c0.14,0.15,0.28,0.29,0.43,0.43c0,0,0.01,0.01,0.01,0.01
33
+ c0.14,0.13,0.29,0.25,0.45,0.37c0.01,0.01,0.02,0.02,0.04,0.03c0.15,0.11,0.3,0.21,0.46,0.3c0.02,0.01,0.05,0.03,0.07,0.04
34
+ c0.15,0.09,0.3,0.16,0.45,0.24c0.03,0.02,0.07,0.03,0.1,0.05c0.14,0.07,0.29,0.12,0.44,0.18c0.05,0.02,0.09,0.04,0.14,0.05
35
+ c0.14,0.05,0.29,0.09,0.44,0.12c0.06,0.01,0.11,0.03,0.17,0.04c0.15,0.03,0.3,0.05,0.45,0.07c0.06,0.01,0.11,0.02,0.17,0.03
36
+ C17.57,23.99,17.78,24,18,24c3.31,0,6-2.69,6-6S21.31,12,18,12z M20.5,18.05c0,0.25-0.2,0.45-0.45,0.45h-2h-0.11
37
+ c-0.25,0-0.45-0.2-0.45-0.45v-0.11v-3.5c0-0.25,0.2-0.45,0.45-0.45h0.11c0.25,0,0.45,0.2,0.45,0.45v3.05h1.55
38
+ c0.25,0,0.45,0.2,0.45,0.45V18.05z"/>
39
+ </g>
40
+ </g>
41
+ </svg>
@@ -0,0 +1,26 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <g>
16
+ <path class="st0" d="M23.72,16.25h-0.56h-1.87c-0.28,0-0.44-0.22-0.36-0.48l1.15-4.04c0.08-0.26-0.09-0.48-0.36-0.48l0,0h-3l0,0
17
+ c-0.28,0-0.56,0.22-0.64,0.48l-1.73,6.04c-0.08,0.26,0.09,0.48,0.36,0.48l0,0h1.75c0.27,0,0.47,0.22,0.44,0.5l-0.05,0.39h0
18
+ l-0.58,4.62c-0.02,0.16,0.01,0.24,0.06,0.24c0.04,0,0.1-0.05,0.17-0.14l5.4-7.2C24.08,16.43,23.99,16.25,23.72,16.25z"/>
19
+ <path class="st0" d="M16.16,11.18c0.32-1.12,1.4-1.93,2.56-1.93h3c0.34,0,0.67,0.08,0.97,0.21C21.59,8.08,19.9,7.2,18,7.2
20
+ c-0.2,0-0.39,0.04-0.59,0.06C16.09,5.75,14.16,4.8,12,4.8c-3.15,0-5.82,2.02-6.8,4.84C5.07,9.63,4.94,9.6,4.8,9.6
21
+ C2.15,9.6,0,11.75,0,14.4c0,2.65,2.15,4.8,4.8,4.8h9.94c-0.39-0.58-0.51-1.29-0.31-1.98L16.16,11.18z M14,12.5h-0.5v3
22
+ c0,0.55-0.45,1-1,1h-1c-0.55,0-1-0.45-1-1v-3H10c-0.55,0-1-0.45-1-1c0-0.28,0.11-0.53,0.29-0.71v0l2-2v0
23
+ C11.47,8.61,11.72,8.5,12,8.5s0.53,0.11,0.71,0.29v0l2,2v0C14.89,10.97,15,11.22,15,11.5C15,12.05,14.55,12.5,14,12.5z"/>
24
+ </g>
25
+ </g>
26
+ </svg>
@@ -0,0 +1,25 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <g>
16
+ <circle class="st0" cx="7" cy="7" r="3"/>
17
+ <path class="st0" d="M24.22,16.25h-0.5h-2.43c-0.28,0-0.44-0.22-0.36-0.48l0.58-2.02l0.71-2.5h-0.5h-3h-0.5l-0.14,0.48
18
+ c0,0,0,0,0,0l-0.86,3.02l-1,3.5h0.5h1.75c0.27,0,0.47,0.22,0.44,0.5l-0.69,5.5L24.22,16.25z"/>
19
+ <path class="st0" d="M14.81,19.31c-0.45-0.6-0.59-1.36-0.38-2.09l1.73-6.04c0.32-1.12,1.4-1.93,2.56-1.93h1.54l-0.96-0.96
20
+ c-0.39-0.39-1.03-0.39-1.41,0l-7.42,7.42l-3.4-3.4c-0.39-0.39-1.03-0.39-1.41,0L2,15.96V4c0-1.1,0.9-2,2-2h16c1.1,0,2,0.9,2,2
21
+ v5.28c0.65,0.07,1.23,0.39,1.63,0.91c0.18,0.24,0.3,0.51,0.37,0.79V4c0-2.2-1.8-4-4-4H4C1.8,0,0,1.8,0,4v16c0,2.2,1.8,4,4,4h12.29
22
+ c-0.01-0.16-0.02-0.31,0.01-0.49l0.41-3.26C15.94,20.25,15.25,19.9,14.81,19.31z"/>
23
+ </g>
24
+ </g>
25
+ </svg>
@@ -0,0 +1,28 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <g>
16
+ <path class="st0" d="M23.72,16.25h-2.43c-0.28,0-0.44-0.22-0.36-0.48l1.15-4.04c0.02-0.07,0.02-0.13,0.01-0.19
17
+ c-0.02-0.11-0.09-0.21-0.19-0.26c-0.05-0.02-0.11-0.04-0.18-0.04h-3c-0.28,0-0.56,0.22-0.64,0.48l-1.73,6.04
18
+ c-0.08,0.26,0.09,0.48,0.36,0.48h1.75c0.27,0,0.47,0.22,0.44,0.5l-0.63,5.01c-0.03,0.27,0.07,0.32,0.24,0.1l5.4-7.2
19
+ C24.08,16.43,23.99,16.25,23.72,16.25z"/>
20
+ <path class="st0" d="M9,4H2C0.9,4,0,4.9,0,6v4c0,1.1,0.9,2,2,2h7c1.1,0,2-0.9,2-2V6C11,4.9,10.1,4,9,4z M7.99,8L6.33,9.66
21
+ c-0.46,0.46-1.2,0.46-1.66,0L3.01,8c-0.46-0.46-0.46-1.2,0-1.66C3.2,6.16,3.43,6.07,3.67,6.03V6h3.48c0.3,0,0.6,0.11,0.83,0.34
22
+ C8.44,6.8,8.44,7.54,7.99,8z"/>
23
+ <path class="st0" d="M22,4h-7c-1.1,0-2,0.9-2,2v4c0,1.1,0.9,2,2,2h0.92l0.23-0.82c0.21-0.72,0.73-1.32,1.39-1.65L16.01,8
24
+ c-0.46-0.46-0.46-1.2,0-1.66c0.18-0.18,0.42-0.27,0.66-0.31V6h3.48c0.3,0,0.6,0.11,0.83,0.34c0.46,0.46,0.46,1.2,0,1.66
25
+ l-1.25,1.25h1.98c0.76,0,1.46,0.34,1.91,0.94c0.11,0.14,0.19,0.29,0.26,0.44C23.95,10.43,24,10.22,24,10V6C24,4.9,23.1,4,22,4z"/>
26
+ </g>
27
+ </g>
28
+ </svg>
@@ -0,0 +1,18 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <path class="st0" d="M22,0l-4,0c-1.1,0-2,0.9-2,2v20c0,1.1,0.9,2,2,2h4c1.1,0,2-0.9,2-2V2C24,0.9,23.1,0,22,0z"/>
16
+ <path class="st0" d="M12,24H2c-1.1,0-2-0.9-2-2L0,2c0-1.1,0.9-2,2-2l10,0c1.1,0,2,0.9,2,2v20C14,23.1,13.1,24,12,24z"/>
17
+ </g>
18
+ </svg>
@@ -0,0 +1,26 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <g>
16
+ <path class="st0" d="M3.01,16V8H2c-1.1,0-2,0.9-2,2v4c0,1.1,0.9,2,2,2H3.01z"/>
17
+ <path class="st0" d="M9,18H7.5C7.22,18,7,17.78,7,17.5v-11C7,6.22,7.22,6,7.5,6H9c0.55,0,1-0.45,1-1c0-0.55-0.45-1-1-1H3
18
+ C2.45,4,2,4.45,2,5c0,0.55,0.45,1,1,1h1.5C4.78,6,5,6.22,5,6.5v11C5,17.78,4.78,18,4.5,18H3c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1
19
+ h6c0.55,0,1-0.45,1-1C10,18.45,9.55,18,9,18z"/>
20
+ <path class="st0" d="M22,8H8.99v8H22c1.1,0,2-0.9,2-2v-4C24,8.9,23.1,8,22,8z M15.6,12.83l-1.66,1.66c-0.46,0.46-1.2,0.46-1.66,0
21
+ c-0.18-0.18-0.27-0.42-0.31-0.66h-0.03v-3.48c0-0.3,0.11-0.6,0.34-0.83c0.46-0.46,1.2-0.46,1.66,0l1.66,1.66
22
+ C16.06,11.63,16.06,12.37,15.6,12.83z M21.66,12.83L20,14.49c-0.46,0.46-1.2,0.46-1.66,0c-0.18-0.18-0.27-0.42-0.31-0.66H18v-3.48
23
+ c0-0.3,0.11-0.6,0.34-0.83c0.46-0.46,1.2-0.46,1.66,0l1.66,1.66C22.11,11.63,22.11,12.37,21.66,12.83z"/>
24
+ </g>
25
+ </g>
26
+ </svg>
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <path class="st0" d="M22,8H2c-1.1,0-2,0.9-2,2v4c0,1.1,0.9,2,2,2h20c1.1,0,2-0.9,2-2v-4C24,8.9,23.1,8,22,8z M14,14H4
16
+ c-1.1,0-2-0.9-2-2c0-1.1,0.9-2,2-2h10c1.1,0,2,0.9,2,2C16,13.1,15.1,14,14,14z M21.79,12.81c0.27,0.27,0.27,0.72,0,0.99
17
+ s-0.72,0.27-0.99,0l-0.8-0.8l-0.8,0.8c-0.27,0.27-0.72,0.27-0.99,0s-0.27-0.72,0-0.99l0.8-0.8l-0.8-0.8
18
+ c-0.27-0.27-0.27-0.72,0-0.99c0.27-0.27,0.72-0.27,0.99,0l0.8,0.8l0.8-0.8c0.27-0.27,0.72-0.27,0.99,0c0.27,0.27,0.27,0.72,0,0.99
19
+ l-0.8,0.8L21.79,12.81z"/>
20
+ </g>
21
+ </svg>
@@ -0,0 +1,24 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <g>
16
+ <path class="st0" d="M20,10H4c-2.2,0-4,1.8-4,4v6c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4v-6C24,11.8,22.2,10,20,10z M19,20H5
17
+ c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1h14c0.55,0,1,0.45,1,1C20,19.55,19.55,20,19,20z M19,16H5c-0.55,0-1-0.45-1-1
18
+ c0-0.55,0.45-1,1-1h14c0.55,0,1,0.45,1,1C20,15.55,19.55,16,19,16z"/>
19
+ <path class="st0" d="M4,8h16c2.2,0,4-1.8,4-4c0-2.2-1.8-4-4-4H4C1.8,0,0,1.8,0,4C0,6.2,1.8,8,4,8z M14.69,2.34
20
+ c0.18-0.18,0.42-0.27,0.66-0.31V2h3.48c0.3,0,0.6,0.11,0.83,0.34c0.46,0.46,0.46,1.2,0,1.66L18,5.66c-0.46,0.46-1.2,0.46-1.66,0
21
+ L14.69,4C14.23,3.54,14.23,2.8,14.69,2.34z"/>
22
+ </g>
23
+ </g>
24
+ </svg>
@@ -0,0 +1,29 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <g>
16
+ <path class="st0" d="M2.99,16.31v-8H1.98c-1.1,0-2,0.9-2,2v4c0,1.1,0.9,2,2,2H2.99z"/>
17
+ <path class="st0" d="M8.98,18.31h-1.5c-0.28,0-0.5-0.22-0.5-0.5v-11c0-0.28,0.22-0.5,0.5-0.5h1.5c0.55,0,1-0.45,1-1
18
+ c0-0.55-0.45-1-1-1h-6c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1h1.5c0.28,0,0.5,0.22,0.5,0.5v11c0,0.28-0.22,0.5-0.5,0.5h-1.5
19
+ c-0.55,0-1,0.45-1,1c0,0.55,0.45,1,1,1h6c0.55,0,1-0.45,1-1C9.98,18.75,9.54,18.31,8.98,18.31z"/>
20
+ <path class="st0" d="M21.98,8.31H8.98v8h5.7l0.91-3.17l-1.65,1.65c-0.46,0.46-1.2,0.46-1.66,0c-0.18-0.18-0.27-0.42-0.31-0.66
21
+ h-0.03v-3.48c0-0.3,0.11-0.6,0.34-0.83c0.46-0.46,1.2-0.46,1.66,0l1.66,1.66c0.17,0.17,0.26,0.38,0.3,0.6l0.26-0.9
22
+ c0.32-1.12,1.4-1.93,2.56-1.93h3c0.76,0,1.46,0.34,1.91,0.94c0.18,0.24,0.3,0.51,0.37,0.79v-0.67
23
+ C23.98,9.21,23.08,8.31,21.98,8.31z"/>
24
+ <path class="st0" d="M23.7,16.25h-2.43c-0.28,0-0.44-0.22-0.36-0.48l1.15-4.04c0.08-0.26-0.09-0.48-0.36-0.48h-3
25
+ c-0.27,0-0.56,0.22-0.64,0.48l-1.73,6.04c-0.08,0.26,0.09,0.48,0.36,0.48h1.75c0.28,0,0.47,0.22,0.44,0.5l-0.63,5.01
26
+ c-0.03,0.27,0.07,0.32,0.24,0.1l5.4-7.2C24.07,16.43,23.98,16.25,23.7,16.25z"/>
27
+ </g>
28
+ </g>
29
+ </svg>
@@ -0,0 +1,27 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <g>
16
+ <path class="st0" d="M5,20c-0.55,0-1-0.45-1-1c0-0.55,0.45-1,1-1h9.35c-0.01-0.26,0-0.52,0.08-0.78L14.78,16H5c-0.55,0-1-0.45-1-1
17
+ c0-0.55,0.45-1,1-1h10.35l0.81-2.82c0.13-0.46,0.39-0.86,0.73-1.18H4c-2.2,0-4,1.8-4,4v6c0,2.2,1.8,4,4,4h12.29
18
+ c-0.01-0.16-0.02-0.31,0.01-0.49l0.41-3.26c-0.38,0-0.74-0.09-1.07-0.25H5z"/>
19
+ <path class="st0" d="M4,8h16c2.2,0,4-1.8,4-4c0-2.2-1.8-4-4-4H4C1.8,0,0,1.8,0,4C0,6.2,1.8,8,4,8z M14.69,2.34
20
+ c0.18-0.18,0.42-0.27,0.66-0.31V2h3.48c0.3,0,0.6,0.11,0.83,0.34c0.46,0.46,0.46,1.2,0,1.66L18,5.66c-0.46,0.46-1.2,0.46-1.66,0
21
+ L14.69,4C14.23,3.54,14.23,2.8,14.69,2.34z"/>
22
+ <path class="st0" d="M23.72,16.25h-2.43c-0.27,0-0.44-0.22-0.36-0.48l1.15-4.04c0.08-0.26-0.09-0.48-0.36-0.48h-3
23
+ c-0.28,0-0.56,0.22-0.64,0.48l-1.73,6.04c-0.08,0.26,0.09,0.48,0.36,0.48h1.75c0.27,0,0.47,0.22,0.44,0.5l-0.63,5.01
24
+ c-0.03,0.27,0.07,0.32,0.24,0.1l5.4-7.2C24.08,16.43,23.99,16.25,23.72,16.25z"/>
25
+ </g>
26
+ </g>
27
+ </svg>
@@ -0,0 +1,24 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <path class="st0" d="M20,0H4C1.8,0,0,1.8,0,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C24,1.8,22.2,0,20,0z M9.71,20.29
16
+ c0.39,0.39,0.39,1.03,0,1.42l0,0c-0.39,0.39-1.03,0.39-1.42,0L7,20.42l-1.29,1.29c-0.39,0.39-1.03,0.39-1.42,0l0,0
17
+ c-0.39-0.39-0.39-1.03,0-1.42L5.58,19l-1.29-1.29c-0.39-0.39-0.39-1.03,0-1.42l0,0c0.39-0.39,1.03-0.39,1.42,0L7,17.58l1.29-1.29
18
+ c0.39-0.39,1.03-0.39,1.42,0l0,0c0.39,0.39,0.39,1.03,0,1.42L8.42,19L9.71,20.29z M19.71,17.71l-3.96,3.98v0l0,0c0,0,0,0,0,0
19
+ l-0.01,0.01c-0.39,0.39-1.02,0.39-1.41,0l0,0c-0.02-0.02-0.03-0.05-0.05-0.08l-1.98-1.96c-0.39-0.38-0.39-1.01,0-1.4l0,0
20
+ c0.39-0.38,1.02-0.38,1.41,0l1.33,1.31l3.27-3.29c0.39-0.39,1.02-0.39,1.41,0l0,0C20.1,16.68,20.1,17.32,19.71,17.71z M20,13
21
+ c0,0.55-0.45,1-1,1H5c-0.55,0-1-0.45-1-1v-2c0-0.55,0.45-1,1-1h14c0.55,0,1,0.45,1,1V13z M20,7c0,0.55-0.45,1-1,1H5
22
+ C4.45,8,4,7.55,4,7V5c0-0.55,0.45-1,1-1h14c0.55,0,1,0.45,1,1V7z"/>
23
+ </g>
24
+ </svg>
@@ -0,0 +1,20 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <g>
16
+ <path class="st0" d="M2,0h4c1.1,0,2,0.9,2,2v20c0,1.1-0.9,2-2,2H2c-1.1,0-2-0.9-2-2L0,2C0,0.9,0.9,0,2,0z"/>
17
+ <path class="st0" d="M12,24h10c1.1,0,2-0.9,2-2V2c0-1.1-0.9-2-2-2H12c-1.1,0-2,0.9-2,2v20C10,23.1,10.9,24,12,24z"/>
18
+ </g>
19
+ </g>
20
+ </svg>
@@ -0,0 +1,21 @@
1
+ <?xml version="1.0" encoding="utf-8"?>
2
+ <!-- Generator: Adobe Illustrator 25.3.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
3
+ <svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px"
4
+ viewBox="0 0 24 24" style="enable-background:new 0 0 24 24;" xml:space="preserve">
5
+ <style type="text/css">
6
+ .st0{fill:#C9C9C9;}
7
+ </style>
8
+ <g id="Camada_1">
9
+ </g>
10
+ <g id="Camada_3">
11
+ </g>
12
+ <g id="Camada_4">
13
+ </g>
14
+ <g id="Camada_2">
15
+ <path class="st0" d="M20,0H4C1.8,0,0,1.8,0,4v16c0,2.2,1.8,4,4,4h16c2.2,0,4-1.8,4-4V4C24,1.8,22.2,0,20,0z M11,20c0,1.1-0.9,2-2,2
16
+ H4c-1.1,0-2-0.9-2-2v-2c0-1.1,0.9-2,2-2h5c1.1,0,2,0.9,2,2V20z M11,12c0,1.1-0.9,2-2,2H4c-1.1,0-2-0.9-2-2v-2c0-1.1,0.9-2,2-2h5
17
+ c1.1,0,2,0.9,2,2V12z M22,20c0,1.1-0.9,2-2,2h-5c-1.1,0-2-0.9-2-2v-2c0-1.1,0.9-2,2-2h5c1.1,0,2,0.9,2,2V20z M22,12
18
+ c0,1.1-0.9,2-2,2h-5c-1.1,0-2-0.9-2-2v-2c0-1.1,0.9-2,2-2h5c1.1,0,2,0.9,2,2V12z M20,6H4C2.9,6,2,5.1,2,4c0-1.1,0.9-2,2-2h16
19
+ c1.1,0,2,0.9,2,2C22,5.1,21.1,6,20,6z"/>
20
+ </g>
21
+ </svg>