cronapp-framework-js 2.9.1-SNAPSHOT.2 → 2.9.1

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 (1578) hide show
  1. package/components/crn-anchor.components.json +205 -0
  2. package/components/crn-button-filter.components.json +39 -8
  3. package/components/crn-button.components.json +285 -30
  4. package/components/crn-checkbox.components.json +1 -1
  5. package/components/crn-component.components.json +43 -0
  6. package/components/crn-cron-captcha.components.json +1 -1
  7. package/components/crn-datasource.components.json +3 -3
  8. package/components/crn-dynamic-file.components.json +41 -0
  9. package/components/crn-dynamic-menu.components.json +6 -13
  10. package/components/crn-eight-four-container.components.json +7 -30
  11. package/components/crn-enterprise-checkbox.components.json +67 -5
  12. package/components/crn-enterprise-combobox-multiple.components.json +60 -3
  13. package/components/crn-four-eight-container.components.json +7 -30
  14. package/components/crn-frame.components.json +3 -9
  15. package/components/crn-icon.components.json +73 -18
  16. package/components/crn-menu-item.components.json +3 -2
  17. package/components/crn-one-container.components.json +14 -2
  18. package/components/crn-panel.components.json +35 -10
  19. package/components/crn-radioOption.components.json +19 -2
  20. package/components/crn-radiogroup.components.json +60 -7
  21. package/components/crn-rating.components.json +76 -19
  22. package/components/crn-sidebar.components.json +1 -1
  23. package/components/crn-slider.components.json +2 -1
  24. package/components/crn-three-container.components.json +7 -30
  25. package/components/crn-trhee-six-three-container.components.json +7 -30
  26. package/components/crn-two-container.components.json +7 -30
  27. package/components/crn-upload-file.components.json +38 -14
  28. package/components/crn-upload.components.json +38 -12
  29. package/components/crn-vertical-container.components.json +1 -1
  30. package/components/cron-breadcrumbs.components.json +5 -4
  31. package/components/cron-ordered-list.components.json +2 -1
  32. package/components/css/checkbox-color.css +856 -242
  33. package/components/css/color-default.css +289 -21
  34. package/components/css/combobox-color.css +655 -52
  35. package/components/css/crn-input-password.css +16 -7
  36. package/components/css/designtime.css +0 -26
  37. package/components/css/font-size.css +16 -0
  38. package/components/css/option-color.css +453 -147
  39. package/components/templates/Component_Container/crn-eight-four-container.template.html +14 -4
  40. package/components/templates/Component_Container/crn-four-eight-container.template.html +14 -4
  41. package/components/templates/Component_Container/crn-one-container.template.html +7 -1
  42. package/components/templates/Component_Container/crn-three-container.template.html +21 -5
  43. package/components/templates/Component_Container/crn-three-six-three-container.template.html +21 -5
  44. package/components/templates/Component_Container/crn-two-container.template.html +14 -4
  45. package/components/templates/accordion.template.html +4 -4
  46. package/components/templates/anchor.template.html +1 -1
  47. package/components/templates/button.template.html +2 -2
  48. package/components/templates/crn-signature-pad.designtime.html +3 -6
  49. package/components/templates/cron-checkbox.template.html +1 -1
  50. package/components/templates/cron-combobox-multiple.designtime.html +11 -9
  51. package/components/templates/cron-combobox-multiple.template.html +1 -1
  52. package/components/templates/cron-crud.template.html +7 -7
  53. package/components/templates/cron-dynamic-menu.designtime.html +3 -1
  54. package/components/templates/cron-dynamic-menu.template.html +4 -3
  55. package/components/templates/cron-frame.template.html +1 -1
  56. package/components/templates/cron-scheduler.designtime.html +94 -106
  57. package/components/templates/cron-slider.designtime.html +34 -0
  58. package/components/templates/cron-tree-view.designtime.html +30 -23
  59. package/components/templates/dynamicfile.template.html +1 -1
  60. package/components/templates/dynamictitle.template.html +1 -1
  61. package/components/templates/form.template.html +7 -7
  62. package/components/templates/icon.template.html +1 -1
  63. package/components/templates/image-menu.template.html +1 -1
  64. package/components/templates/navbar.template.html +8 -9
  65. package/components/templates/panel.template.html +1 -1
  66. package/components/templates/radiogroup.template.html +1 -1
  67. package/components/templates/rating.template.html +5 -5
  68. package/components/templates/social-button-bar.template.html +20 -20
  69. package/components/templates/sub-form.template.html +7 -7
  70. package/components/templates/textinputbutton.template.html +1 -1
  71. package/css/animate.css +48 -18
  72. package/css/app.css +54 -369
  73. package/css/cronos.css +2 -3
  74. package/css/fonts/SourceSansPro/SourceSansPro-Black.otf +0 -0
  75. package/css/fonts/SourceSansPro/SourceSansPro-BlackIt.otf +0 -0
  76. package/css/fonts/SourceSansPro/SourceSansPro-Bold.otf +0 -0
  77. package/css/fonts/SourceSansPro/SourceSansPro-BoldIt.otf +0 -0
  78. package/css/fonts/SourceSansPro/SourceSansPro-ExtraLight.otf +0 -0
  79. package/css/fonts/SourceSansPro/SourceSansPro-ExtraLightIt.otf +0 -0
  80. package/css/fonts/SourceSansPro/SourceSansPro-It.otf +0 -0
  81. package/css/fonts/SourceSansPro/SourceSansPro-Light.otf +0 -0
  82. package/css/fonts/SourceSansPro/SourceSansPro-LightIt.otf +0 -0
  83. package/css/fonts/SourceSansPro/SourceSansPro-Regular.otf +0 -0
  84. package/css/fonts/SourceSansPro/SourceSansPro-Semibold.otf +0 -0
  85. package/css/fonts/SourceSansPro/SourceSansPro-SemiboldIt.otf +0 -0
  86. package/css/fonts/SourceSansPro/SourceSansPro.css +83 -0
  87. package/css/fonts/WorkSans/WorkSans-Black.ttf +0 -0
  88. package/css/fonts/WorkSans/WorkSans-BlackItalic.ttf +0 -0
  89. package/css/fonts/WorkSans/WorkSans-Bold.ttf +0 -0
  90. package/css/fonts/WorkSans/WorkSans-BoldItalic.ttf +0 -0
  91. package/css/fonts/WorkSans/WorkSans-ExtraBold.ttf +0 -0
  92. package/css/fonts/WorkSans/WorkSans-ExtraBoldItalic.ttf +0 -0
  93. package/css/fonts/WorkSans/WorkSans-ExtraLight.ttf +0 -0
  94. package/css/fonts/WorkSans/WorkSans-ExtraLightItalic.ttf +0 -0
  95. package/css/fonts/WorkSans/WorkSans-Italic.ttf +0 -0
  96. package/css/fonts/WorkSans/WorkSans-Light.ttf +0 -0
  97. package/css/fonts/WorkSans/WorkSans-LightItalic.ttf +0 -0
  98. package/css/fonts/WorkSans/WorkSans-Medium.ttf +0 -0
  99. package/css/fonts/WorkSans/WorkSans-MediumItalic.ttf +0 -0
  100. package/css/fonts/WorkSans/WorkSans-Regular.ttf +0 -0
  101. package/css/fonts/WorkSans/WorkSans-SemiBold.ttf +0 -0
  102. package/css/fonts/WorkSans/WorkSans-SemiBoldItalic.ttf +0 -0
  103. package/css/fonts/WorkSans/WorkSans-Thin.ttf +0 -0
  104. package/css/fonts/WorkSans/WorkSans-ThinItalic.ttf +0 -0
  105. package/css/fonts/WorkSans/WorkSans.css +97 -0
  106. package/css/fonts/arial-narrow/arial-narrow-bold-italic.ttf +0 -0
  107. package/css/fonts/arial-narrow/arial-narrow-bold.ttf +0 -0
  108. package/css/fonts/arial-narrow/arial-narrow-italic.ttf +0 -0
  109. package/css/fonts/arial-narrow/arial-narrow.css +27 -0
  110. package/css/fonts/arial-narrow/arial-narrow.ttf +0 -0
  111. package/css/fonts/calibri/calibri-bold-italic.ttf +0 -0
  112. package/css/fonts/calibri/calibri-bold.ttf +0 -0
  113. package/css/fonts/calibri/calibri-italic.ttf +0 -0
  114. package/css/fonts/calibri/calibri-light-italic.ttf +0 -0
  115. package/css/fonts/calibri/calibri-light.ttf +0 -0
  116. package/css/fonts/calibri/calibri-regular.ttf +0 -0
  117. package/css/fonts/calibri/calibri.css +41 -0
  118. package/css/fonts/georgia/georgia.css +27 -0
  119. package/css/fonts/georgia/georgia_bold.ttf +0 -0
  120. package/css/fonts/georgia/georgia_bold_italic.ttf +0 -0
  121. package/css/fonts/georgia/georgia_italic.ttf +0 -0
  122. package/css/fonts/georgia/georgia_regular.ttf +0 -0
  123. package/css/fonts/{glyphicons-halflings-regular.eot → glyphicons-halflings/glyphicons-halflings-regular.eot} +0 -0
  124. package/css/fonts/{glyphicons-halflings-regular.svg → glyphicons-halflings/glyphicons-halflings-regular.svg} +0 -0
  125. package/css/fonts/{glyphicons-halflings-regular.ttf → glyphicons-halflings/glyphicons-halflings-regular.ttf} +0 -0
  126. package/css/fonts/{glyphicons-halflings-regular.woff → glyphicons-halflings/glyphicons-halflings-regular.woff} +0 -0
  127. package/css/fonts/{glyphicons-halflings-regular.woff2 → glyphicons-halflings/glyphicons-halflings-regular.woff2} +0 -0
  128. package/css/fonts/helvetica-neue/HelveticaNeue.css +125 -0
  129. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Bd.otf +0 -0
  130. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-BdIt.otf +0 -0
  131. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Blk.otf +0 -0
  132. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-BlkIt.otf +0 -0
  133. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Hv.otf +0 -0
  134. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-HvIt.otf +0 -0
  135. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-It.otf +0 -0
  136. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Lt.otf +0 -0
  137. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-LtIt.otf +0 -0
  138. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Md.otf +0 -0
  139. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-MdIt.otf +0 -0
  140. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Roman.otf +0 -0
  141. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-Th.otf +0 -0
  142. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-ThIt.otf +0 -0
  143. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-UltLt.otf +0 -0
  144. package/css/fonts/helvetica-neue/HelveticaNeueLTPro-UltLtIt.otf +0 -0
  145. package/css/fonts/inter/Inter-Black.otf +0 -0
  146. package/css/fonts/inter/Inter-BlackItalic.otf +0 -0
  147. package/css/fonts/inter/Inter-Bold.otf +0 -0
  148. package/css/fonts/inter/Inter-BoldItalic.otf +0 -0
  149. package/css/fonts/inter/Inter-ExtraBold.otf +0 -0
  150. package/css/fonts/inter/Inter-ExtraBoldItalic.otf +0 -0
  151. package/css/fonts/inter/Inter-ExtraLightItalic.otf +0 -0
  152. package/css/fonts/inter/Inter-Italic.otf +0 -0
  153. package/css/fonts/inter/Inter-Light.otf +0 -0
  154. package/css/fonts/inter/Inter-LightItalic.otf +0 -0
  155. package/css/fonts/inter/Inter-Medium.otf +0 -0
  156. package/css/fonts/inter/Inter-MediumItalic.otf +0 -0
  157. package/css/fonts/inter/Inter-Regular.otf +0 -0
  158. package/css/fonts/inter/Inter-SemiBold.otf +0 -0
  159. package/css/fonts/inter/Inter-SemiBoldItalic.otf +0 -0
  160. package/css/fonts/inter/Inter-Thin.otf +0 -0
  161. package/css/fonts/inter/Inter-ThinItalic.otf +0 -0
  162. package/css/fonts/inter/inter.css +104 -0
  163. package/css/fonts/lato/Lato-Black.ttf +0 -0
  164. package/css/fonts/lato/Lato-BlackItalic.ttf +0 -0
  165. package/css/fonts/lato/Lato-Bold.ttf +0 -0
  166. package/css/fonts/lato/Lato-BoldItalic.ttf +0 -0
  167. package/css/fonts/lato/Lato-Hairline.ttf +0 -0
  168. package/css/fonts/lato/Lato-HairlineItalic.ttf +0 -0
  169. package/css/fonts/lato/Lato-Heavy.ttf +0 -0
  170. package/css/fonts/lato/Lato-HeavyItalic.ttf +0 -0
  171. package/css/fonts/lato/Lato-Italic.ttf +0 -0
  172. package/css/fonts/lato/Lato-Light.ttf +0 -0
  173. package/css/fonts/lato/Lato-LightItalic.ttf +0 -0
  174. package/css/fonts/lato/Lato-Medium.ttf +0 -0
  175. package/css/fonts/lato/Lato-MediumItalic.ttf +0 -0
  176. package/css/fonts/lato/Lato-Regular.ttf +0 -0
  177. package/css/fonts/lato/Lato-Semibold.ttf +0 -0
  178. package/css/fonts/lato/Lato-SemiboldItalic.ttf +0 -0
  179. package/css/fonts/lato/Lato-Thin.ttf +0 -0
  180. package/css/fonts/lato/Lato-ThinItalic.ttf +0 -0
  181. package/css/fonts/lato/lato.css +125 -0
  182. package/css/fonts/material-icons/MaterialIcons-Regular.ttf +0 -0
  183. package/css/fonts/material-icons/font-material-icon.css +22 -0
  184. package/css/fonts/material-icons/material-icons.woff2 +0 -0
  185. package/css/fonts/news-cycle/NewsCycle-Bold.ttf +0 -0
  186. package/css/fonts/news-cycle/NewsCycle-Regular.ttf +0 -0
  187. package/css/fonts/news-cycle/NewsCycle.css +13 -0
  188. package/css/fonts/open-sans/OpenSans-Bold.ttf +0 -0
  189. package/css/fonts/open-sans/OpenSans-BoldItalic.ttf +0 -0
  190. package/css/fonts/open-sans/OpenSans-ExtraBold.ttf +0 -0
  191. package/css/fonts/open-sans/OpenSans-ExtraBoldItalic.ttf +0 -0
  192. package/css/fonts/open-sans/OpenSans-Italic.ttf +0 -0
  193. package/css/fonts/open-sans/OpenSans-Light.ttf +0 -0
  194. package/css/fonts/open-sans/OpenSans-LightItalic.ttf +0 -0
  195. package/css/fonts/open-sans/OpenSans-Regular.ttf +0 -0
  196. package/css/fonts/open-sans/OpenSans-Semibold.ttf +0 -0
  197. package/css/fonts/open-sans/OpenSans-SemiboldItalic.ttf +0 -0
  198. package/css/fonts/open-sans/OpenSans.css +69 -0
  199. package/css/fonts/raleway/Raleway-Black.ttf +0 -0
  200. package/css/fonts/raleway/Raleway-BlackItalic.ttf +0 -0
  201. package/css/fonts/raleway/Raleway-Bold.ttf +0 -0
  202. package/css/fonts/raleway/Raleway-BoldItalic.ttf +0 -0
  203. package/css/fonts/raleway/Raleway-ExtraBold.ttf +0 -0
  204. package/css/fonts/raleway/Raleway-ExtraBoldItalic.ttf +0 -0
  205. package/css/fonts/raleway/Raleway-ExtraLight.ttf +0 -0
  206. package/css/fonts/raleway/Raleway-ExtraLightItalic.ttf +0 -0
  207. package/css/fonts/raleway/Raleway-Italic.ttf +0 -0
  208. package/css/fonts/raleway/Raleway-Light.ttf +0 -0
  209. package/css/fonts/raleway/Raleway-LightItalic.ttf +0 -0
  210. package/css/fonts/raleway/Raleway-Medium.ttf +0 -0
  211. package/css/fonts/raleway/Raleway-MediumItalic.ttf +0 -0
  212. package/css/fonts/raleway/Raleway-Regular.ttf +0 -0
  213. package/css/fonts/raleway/Raleway-SemiBold.ttf +0 -0
  214. package/css/fonts/raleway/Raleway-SemiBoldItalic.ttf +0 -0
  215. package/css/fonts/raleway/Raleway-Thin.ttf +0 -0
  216. package/css/fonts/raleway/Raleway-ThinItalic.ttf +0 -0
  217. package/css/fonts/raleway/raleway.css +111 -0
  218. package/css/fonts/rawline/rawline-100.ttf +0 -0
  219. package/css/fonts/rawline/rawline-100i.ttf +0 -0
  220. package/css/fonts/rawline/rawline-200.ttf +0 -0
  221. package/css/fonts/rawline/rawline-200i.ttf +0 -0
  222. package/css/fonts/rawline/rawline-300.ttf +0 -0
  223. package/css/fonts/rawline/rawline-300i.ttf +0 -0
  224. package/css/fonts/rawline/rawline-400.ttf +0 -0
  225. package/css/fonts/rawline/rawline-400i.ttf +0 -0
  226. package/css/fonts/rawline/rawline-500.ttf +0 -0
  227. package/css/fonts/rawline/rawline-500i.ttf +0 -0
  228. package/css/fonts/rawline/rawline-600.ttf +0 -0
  229. package/css/fonts/rawline/rawline-600i.ttf +0 -0
  230. package/css/fonts/rawline/rawline-700.ttf +0 -0
  231. package/css/fonts/rawline/rawline-700i.ttf +0 -0
  232. package/css/fonts/rawline/rawline-800.ttf +0 -0
  233. package/css/fonts/rawline/rawline-800i.ttf +0 -0
  234. package/css/fonts/rawline/rawline-900.ttf +0 -0
  235. package/css/fonts/rawline/rawline-900i.ttf +0 -0
  236. package/css/fonts/rawline/rawline.css +111 -0
  237. package/css/fonts/roboto/Roboto-Black.ttf +0 -0
  238. package/css/fonts/roboto/Roboto-BlackItalic.ttf +0 -0
  239. package/css/fonts/roboto/Roboto-Bold.ttf +0 -0
  240. package/css/fonts/roboto/Roboto-BoldItalic.ttf +0 -0
  241. package/css/fonts/roboto/Roboto-Italic.ttf +0 -0
  242. package/css/fonts/roboto/Roboto-Light.ttf +0 -0
  243. package/css/fonts/roboto/Roboto-LightItalic.ttf +0 -0
  244. package/css/fonts/roboto/Roboto-Medium.ttf +0 -0
  245. package/css/fonts/roboto/Roboto-MediumItalic.ttf +0 -0
  246. package/css/fonts/roboto/Roboto-Regular.ttf +0 -0
  247. package/css/fonts/roboto/Roboto-Thin.ttf +0 -0
  248. package/css/fonts/roboto/Roboto-ThinItalic.ttf +0 -0
  249. package/css/fonts/roboto/roboto.css +83 -0
  250. package/css/fonts/times-new-roman/Times-New-Roman.css +27 -0
  251. package/css/fonts/times-new-roman/times-new-roman-bold-italic.ttf +0 -0
  252. package/css/fonts/times-new-roman/times-new-roman-italic.ttf +0 -0
  253. package/css/fonts/times-new-roman/times-new-roman.ttf +0 -0
  254. package/css/fonts/times-new-roman/times-new-romanbold.ttf +0 -0
  255. package/css/fonts/ubuntu/Ubuntu-B.ttf +0 -0
  256. package/css/fonts/ubuntu/Ubuntu-BI.ttf +0 -0
  257. package/css/fonts/ubuntu/Ubuntu-C.ttf +0 -0
  258. package/css/fonts/ubuntu/Ubuntu-L.ttf +0 -0
  259. package/css/fonts/ubuntu/Ubuntu-LI.ttf +0 -0
  260. package/css/fonts/ubuntu/Ubuntu-M.ttf +0 -0
  261. package/css/fonts/ubuntu/Ubuntu-MI.ttf +0 -0
  262. package/css/fonts/ubuntu/Ubuntu-R.ttf +0 -0
  263. package/css/fonts/ubuntu/Ubuntu-RI.ttf +0 -0
  264. package/css/fonts/ubuntu/Ubuntu.css +55 -0
  265. package/css/privacy/privacy.css +91 -22
  266. package/css/themes/aquamarine.min.css +5 -2
  267. package/css/themes/cerulean.min.css +4 -2
  268. package/css/themes/cosmo.min.css +5 -2
  269. package/css/themes/custom/aquamarine/button-aquamarine.css +316 -0
  270. package/css/themes/custom/aquamarine/checkbox-aquamarine.css +113 -0
  271. package/css/themes/custom/aquamarine/custom-aquamarine.css +1425 -0
  272. package/css/themes/custom/aquamarine/navbar-aquamarine.css +80 -0
  273. package/css/themes/custom/aquamarine/panel-aquamarine.css +139 -0
  274. package/css/themes/custom/cerulean/button-cerulean.css +191 -152
  275. package/css/themes/custom/cerulean/custom-cerulean.css +581 -23
  276. package/css/themes/custom/cerulean/navbar-cerulean.css +39 -8
  277. package/css/themes/custom/cerulean/panel-cerulean.css +87 -18
  278. package/css/themes/custom/cosmo/button-cosmo.css +109 -0
  279. package/css/themes/custom/cosmo/custom-cosmo.css +1005 -0
  280. package/css/themes/custom/cosmo/navbar-cosmo.css +93 -0
  281. package/css/themes/custom/cosmo/panel-cosmo.css +132 -0
  282. package/css/themes/custom/cyborg/button-cyborg.css +90 -0
  283. package/css/themes/custom/cyborg/custom-cyborg.css +1189 -0
  284. package/css/themes/custom/cyborg/navbar-cyborg.css +102 -0
  285. package/css/themes/custom/cyborg/panel-cyborg.css +131 -0
  286. package/css/themes/custom/darkly/button-darkly.css +162 -0
  287. package/css/themes/custom/darkly/custom-darkly.css +779 -25
  288. package/css/themes/custom/darkly/navbar-darkly.css +73 -11
  289. package/css/themes/custom/darkly/panel-darkly.css +68 -30
  290. package/css/themes/custom/dsgov/button-dsgov.css +164 -0
  291. package/css/themes/custom/dsgov/calendar-dsgov.css +231 -0
  292. package/css/themes/custom/dsgov/color-dsgov.css +138 -0
  293. package/css/themes/custom/dsgov/custom-dsgov.css +1209 -0
  294. package/css/themes/custom/dsgov/form-dsgov.css +362 -0
  295. package/css/themes/custom/dsgov/navbar-dsgov.css +242 -0
  296. package/css/themes/custom/dsgov/panel-dsgov.css +200 -0
  297. package/css/themes/custom/dsgov/slider-dsgov.css +92 -0
  298. package/css/themes/custom/dsgov/table-grid-dsgov.css +436 -0
  299. package/css/themes/custom/flatly/button-flatly.css +173 -0
  300. package/css/themes/custom/flatly/custom-flatly.css +629 -36
  301. package/css/themes/custom/flatly/navbar-flatly.css +53 -10
  302. package/css/themes/custom/flatly/panel-flatly.css +67 -26
  303. package/css/themes/custom/fuse/button-fuse.css +157 -0
  304. package/css/themes/custom/fuse/custom-fuse.css +1105 -0
  305. package/css/themes/custom/fuse/navbar-fuse.css +129 -0
  306. package/css/themes/custom/fuse/panel-fuse.css +183 -0
  307. package/css/themes/custom/journal/button-journal.css +195 -0
  308. package/css/themes/custom/journal/custom-journal.css +938 -0
  309. package/css/themes/custom/journal/navbar-journal.css +147 -0
  310. package/css/themes/custom/journal/panel-journal.css +123 -0
  311. package/css/themes/custom/lumen/button-lumen.css +213 -0
  312. package/css/themes/custom/lumen/custom-lumen.css +1089 -0
  313. package/css/themes/custom/lumen/navbar-lumen.css +97 -0
  314. package/css/themes/custom/lumen/panel-lumen.css +125 -0
  315. package/css/themes/custom/material/custom-material.css +727 -3120
  316. package/css/themes/custom/material/grid-material.css +302 -0
  317. package/css/themes/custom/material/navbar-material.css +88 -0
  318. package/css/themes/custom/material/panel-material.css +120 -0
  319. package/css/themes/custom/materialui/custom-materialui.css +275 -0
  320. package/css/themes/custom/navigator/custom-navigator.css +46 -60
  321. package/css/themes/custom/paper/button-paper.css +204 -0
  322. package/css/themes/custom/paper/custom-paper.css +1148 -0
  323. package/css/themes/custom/paper/navbar-paper.css +104 -0
  324. package/css/themes/custom/paper/panel-paper.css +81 -0
  325. package/css/themes/custom/readable/button-readable.css +182 -0
  326. package/css/themes/custom/readable/custom-readable.css +1030 -0
  327. package/css/themes/custom/readable/navbar-readable.css +148 -0
  328. package/css/themes/custom/readable/panel-readable.css +126 -0
  329. package/css/themes/custom/sandstone/button-sandstone.css +187 -0
  330. package/css/themes/custom/sandstone/custom-sandstone.css +992 -0
  331. package/css/themes/custom/sandstone/navbar-sandstone.css +89 -0
  332. package/css/themes/custom/sandstone/panel-sandstone.css +125 -0
  333. package/css/themes/custom/simplex/button-simplex.css +304 -0
  334. package/css/themes/custom/simplex/custom-simplex.css +922 -0
  335. package/css/themes/custom/simplex/navbar-simplex.css +109 -0
  336. package/css/themes/custom/simplex/panel-simplex.css +121 -0
  337. package/css/themes/custom/slate/button-slate.css +306 -0
  338. package/css/themes/custom/slate/custom-slate.css +1179 -0
  339. package/css/themes/custom/slate/navbar-slate.css +97 -0
  340. package/css/themes/custom/slate/panel-slate.css +87 -0
  341. package/css/themes/custom/spacelab/button-spacelab.css +192 -154
  342. package/css/themes/custom/spacelab/custom-spacelab.css +629 -7
  343. package/css/themes/custom/spacelab/navbar-spacelab.css +90 -11
  344. package/css/themes/custom/spacelab/panel-spacelab.css +96 -84
  345. package/css/themes/custom/superhero/button-superhero.css +166 -0
  346. package/css/themes/custom/superhero/custom-superhero.css +909 -35
  347. package/css/themes/custom/superhero/navbar-superhero.css +32 -6
  348. package/css/themes/custom/superhero/panel-superhero.css +32 -12
  349. package/css/themes/custom/superhero/tabs-superhero.css +2 -2
  350. package/css/themes/custom/theme-general/button.css +194 -72
  351. package/css/themes/custom/theme-general/carousel.css +31 -1
  352. package/css/themes/custom/theme-general/forms.css +91 -6
  353. package/css/themes/custom/theme-general/login.css +250 -6
  354. package/css/themes/custom/theme-general/menu.css +177 -3
  355. package/css/themes/custom/theme-general/modal.css +137 -5
  356. package/css/themes/custom/theme-general/notification.css +47 -6
  357. package/css/themes/custom/theme-general/report-viewer.css +11 -11
  358. package/css/themes/custom/theme-general/scheduler.css +150 -3
  359. package/css/themes/custom/theme-general/slider.css +64 -8
  360. package/css/themes/custom/theme-general/table-grid.css +166 -7
  361. package/css/themes/custom/theme-general/tabs.css +12 -12
  362. package/css/themes/custom/theme-general/theme-general.css +401 -59
  363. package/css/themes/custom/theme-general/timeline.css +6 -6
  364. package/css/themes/custom/theme-general/treeview.css +10 -9
  365. package/css/themes/custom/united/button-united.css +187 -0
  366. package/css/themes/custom/united/custom-united.css +965 -0
  367. package/css/themes/custom/united/navbar-united.css +101 -0
  368. package/css/themes/custom/united/panel-united.css +121 -0
  369. package/css/themes/custom/yeti/button-yeti.css +274 -0
  370. package/css/themes/custom/yeti/custom-yeti.css +1047 -0
  371. package/css/themes/custom/yeti/navbar-yeti.css +77 -0
  372. package/css/themes/custom/yeti/panel-yeti.css +127 -0
  373. package/css/themes/cyborg.min.css +5 -2
  374. package/css/themes/darkly.min.css +4 -2
  375. package/css/themes/dsgov.min.css +5 -2
  376. package/css/themes/flatly.min.css +4 -2
  377. package/css/themes/fuse.min.css +5 -2
  378. package/css/themes/journal.min.css +5 -2
  379. package/css/themes/lumen.min.css +5 -2
  380. package/css/themes/material.min.css +9 -3
  381. package/css/themes/materialui.min.css +9 -0
  382. package/css/themes/paper.min.css +5 -2
  383. package/css/themes/readable.min.css +5 -2
  384. package/css/themes/sandstone.min.css +5 -2
  385. package/css/themes/simplex.min.css +5 -2
  386. package/css/themes/slate.min.css +5 -2
  387. package/css/themes/spacelab.min.css +4 -3
  388. package/css/themes/superhero.min.css +4 -2
  389. package/css/themes/theme.editor.view.html +1820 -0
  390. package/css/themes/united.min.css +5 -2
  391. package/css/themes/yeti.min.css +5 -2
  392. package/deprecated/components/css/checkbox-color.css +348 -0
  393. package/deprecated/components/css/color-default.css +111 -0
  394. package/deprecated/components/css/combobox-color.css +145 -0
  395. package/deprecated/components/css/multiselect-editor.css +106 -0
  396. package/deprecated/components/css/option-color.css +335 -0
  397. package/deprecated/css/animate.css +433 -0
  398. package/deprecated/css/app.css +427 -0
  399. package/deprecated/css/cronos-template.css +0 -0
  400. package/deprecated/css/cronos.css +263 -0
  401. package/deprecated/css/fonts/glyphicons-halflings-regular.eot +0 -0
  402. package/deprecated/css/fonts/glyphicons-halflings-regular.svg +288 -0
  403. package/deprecated/css/fonts/glyphicons-halflings-regular.ttf +0 -0
  404. package/deprecated/css/fonts/glyphicons-halflings-regular.woff +0 -0
  405. package/deprecated/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
  406. package/{css → deprecated/css}/modalTemplate.css +0 -0
  407. package/deprecated/css/themes/cerulean.min.css +7 -0
  408. package/deprecated/css/themes/cosmo.min.css +7 -0
  409. package/deprecated/css/themes/custom/cerulean/custom-cerulean.min.css +6908 -0
  410. package/deprecated/css/themes/custom/cosmo/custom-cosmo.min.css +6943 -0
  411. package/deprecated/css/themes/custom/cyborg/custom-cyborg.min.css +6936 -0
  412. package/deprecated/css/themes/custom/darkly/custom-darkly.min.css +7059 -0
  413. package/deprecated/css/themes/custom/flatly/custom-flatly.min.css +7033 -0
  414. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/_media-print.css +0 -0
  415. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/alert.css +0 -0
  416. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/animations.css +0 -0
  417. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/badge.css +0 -0
  418. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/basics.css +0 -0
  419. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/blockquote.css +0 -0
  420. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/breadcrumb.css +0 -0
  421. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/btn.css +0 -0
  422. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/carousel.css +0 -0
  423. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/close.css +0 -0
  424. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/col.css +0 -0
  425. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/collapse.css +0 -0
  426. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/container.css +0 -0
  427. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/dropdown.css +0 -0
  428. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/embed-responsive.css +0 -0
  429. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/fade.css +0 -0
  430. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/figure_img.css +0 -0
  431. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/form-control.css +0 -0
  432. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/glyphicon.css +0 -0
  433. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
  434. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/input-group.css +0 -0
  435. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/input.css +0 -0
  436. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/jumbotron.css +0 -0
  437. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/label.css +0 -0
  438. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/list-group.css +0 -0
  439. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/media.css +0 -0
  440. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/modal.css +0 -0
  441. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/nav.css +0 -0
  442. package/{css/themes/custom/dsgov → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/navbar.css +0 -0
  443. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/pager.css +0 -0
  444. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/pagination.css +0 -0
  445. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/panel.css +0 -0
  446. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/popover.css +0 -0
  447. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/progress.css +0 -0
  448. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/table.css +0 -0
  449. package/{css/themes/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/text.css +0 -0
  450. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/thumbnail.css +0 -0
  451. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/tooltip.css +0 -0
  452. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/visible.css +0 -0
  453. package/{css/themes/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/well.css +0 -0
  454. package/{css → deprecated/css}/themes/custom/fuse/components_css/alert.css +0 -0
  455. package/{css → deprecated/css}/themes/custom/fuse/components_css/badge.css +0 -0
  456. package/{css → deprecated/css}/themes/custom/fuse/components_css/blockquote.css +0 -0
  457. package/{css → deprecated/css}/themes/custom/fuse/components_css/breadcrumb.css +0 -0
  458. package/{css → deprecated/css}/themes/custom/fuse/components_css/btn.css +0 -0
  459. package/{css/themes/custom/_bootswatch-v3.3.7 → deprecated/css/themes/custom/fuse/components_css}/carousel.css +0 -0
  460. package/{css → deprecated/css}/themes/custom/fuse/components_css/close.css +0 -0
  461. package/deprecated/css/themes/custom/fuse/components_css/embed-responsive.css +29 -0
  462. package/{css → deprecated/css}/themes/custom/fuse/components_css/form.css +0 -0
  463. package/{css → deprecated/css}/themes/custom/fuse/components_css/glyphicon.css +0 -0
  464. package/{css → deprecated/css}/themes/custom/fuse/components_css/hidden.css +0 -0
  465. package/{css → deprecated/css}/themes/custom/fuse/components_css/import_components_css.css +0 -0
  466. package/{css → deprecated/css}/themes/custom/fuse/components_css/list-group.css +0 -0
  467. package/{css/themes/custom/_bootswatch-v3.3.7 → deprecated/css/themes/custom/fuse/components_css}/media.css +0 -0
  468. package/{css → deprecated/css}/themes/custom/fuse/components_css/modal.css +0 -0
  469. package/deprecated/css/themes/custom/fuse/components_css/navbar.css +400 -0
  470. package/{css → deprecated/css}/themes/custom/fuse/components_css/pager.css +0 -0
  471. package/{css → deprecated/css}/themes/custom/fuse/components_css/pagination.css +0 -0
  472. package/{css → deprecated/css}/themes/custom/fuse/components_css/panel.css +0 -0
  473. package/{css → deprecated/css}/themes/custom/fuse/components_css/popover.css +0 -0
  474. package/{css → deprecated/css}/themes/custom/fuse/components_css/progress.css +0 -0
  475. package/{css → deprecated/css}/themes/custom/fuse/components_css/table.css +0 -0
  476. package/{css → deprecated/css}/themes/custom/fuse/components_css/thumbnail.css +0 -0
  477. package/{css → deprecated/css}/themes/custom/fuse/components_css/tooltip.css +0 -0
  478. package/{css → deprecated/css}/themes/custom/fuse/components_css/type_bootstrap.css +0 -0
  479. package/deprecated/css/themes/custom/fuse/components_css/visible.css +207 -0
  480. package/{css → deprecated/css}/themes/custom/fuse/components_css/well.css +0 -0
  481. package/deprecated/css/themes/custom/fuse/custom-fuse.min.css +4179 -0
  482. package/{css → deprecated/css}/themes/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  483. package/{css/themes/custom/fuse/font/fonts.css → deprecated/css/themes/custom/fuse/font/font.css} +0 -0
  484. package/deprecated/css/themes/custom/journal/custom-journal.min.css +9548 -0
  485. package/deprecated/css/themes/custom/lumen/custom-lumen.min.css +7183 -0
  486. package/deprecated/css/themes/custom/material/components_css/crn-button.css +152 -0
  487. package/{css/themes/custom/material_raiz → deprecated/css/themes/custom/material}/components_css/crn-carousel.css +0 -0
  488. package/deprecated/css/themes/custom/material/components_css/crn-cron-calendar.css +173 -0
  489. package/deprecated/css/themes/custom/material/components_css/crn-cron-grid.css +263 -0
  490. package/{css/themes/custom/material_raiz → deprecated/css/themes/custom/material}/components_css/crn-enterprise.css +0 -0
  491. package/deprecated/css/themes/custom/material/components_css/crn-navbar.css +165 -0
  492. package/deprecated/css/themes/custom/material/components_css/crn-scheduler.css +97 -0
  493. package/deprecated/css/themes/custom/material/components_css/login.css +29 -0
  494. package/{css/themes/custom/material_raiz → deprecated/css/themes/custom/material}/components_css/ui-notification.css +0 -0
  495. package/deprecated/css/themes/custom/material/custom-material.css +280 -0
  496. package/deprecated/css/themes/custom/navigator/custom-navigator.css +195 -0
  497. package/deprecated/css/themes/custom/paper/custom-paper.min.css +8943 -0
  498. package/deprecated/css/themes/custom/readable/custom-readable.min.css +8203 -0
  499. package/deprecated/css/themes/custom/sandstone/custom-sandstone.min.css +6917 -0
  500. package/deprecated/css/themes/custom/simplex/custom-simplex.min.css +6917 -0
  501. package/deprecated/css/themes/custom/slate/custom-slate.min.css +7283 -0
  502. package/deprecated/css/themes/custom/spacelab/custom-spacelab.min.css +6971 -0
  503. package/deprecated/css/themes/custom/superhero/custom-superhero.min.css +7019 -0
  504. package/deprecated/css/themes/custom/united/custom-united.min.css +6783 -0
  505. package/deprecated/css/themes/custom/yeti/custom-yeti.min.css +7077 -0
  506. package/deprecated/css/themes/cyborg.min.css +7 -0
  507. package/deprecated/css/themes/darkly.min.css +7 -0
  508. package/deprecated/css/themes/flatly.min.css +7 -0
  509. package/deprecated/css/themes/fuse.min.css +7 -0
  510. package/deprecated/css/themes/journal.min.css +7 -0
  511. package/deprecated/css/themes/lumen.min.css +7 -0
  512. package/deprecated/css/themes/material.min.css +4 -0
  513. package/deprecated/css/themes/paper.min.css +7 -0
  514. package/deprecated/css/themes/readable.min.css +7 -0
  515. package/deprecated/css/themes/sandstone.min.css +7 -0
  516. package/deprecated/css/themes/simplex.min.css +7 -0
  517. package/deprecated/css/themes/slate.min.css +7 -0
  518. package/deprecated/css/themes/spacelab.min.css +7 -0
  519. package/deprecated/css/themes/superhero.min.css +7 -0
  520. package/deprecated/css/themes/united.min.css +7 -0
  521. package/deprecated/css/themes/yeti.min.css +7 -0
  522. package/deprecated/dist/components/css/checkbox-color.css +1 -0
  523. package/deprecated/dist/components/css/color-default.css +1 -0
  524. package/deprecated/dist/components/css/combobox-color.css +1 -0
  525. package/deprecated/dist/components/css/font-size.css +1 -0
  526. package/deprecated/dist/components/css/image.css +1 -0
  527. package/deprecated/dist/components/css/multiselect-editor.css +1 -0
  528. package/deprecated/dist/components/css/option-color.css +1 -0
  529. package/deprecated/dist/components/js/format.min.js +1 -0
  530. package/deprecated/dist/components/js/jquery.inputmask.bundle.js +1 -0
  531. package/deprecated/dist/components/js/jquery.mask.min.js +1 -0
  532. package/deprecated/dist/components/js/qrcode.js +1 -0
  533. package/deprecated/dist/components/reports/BOOLEAN.parameter.html +1 -0
  534. package/deprecated/dist/components/reports/DATE.parameter.html +1 -0
  535. package/deprecated/dist/components/reports/DOUBLE.parameter.html +1 -0
  536. package/deprecated/dist/components/reports/FLOAT.parameter.html +1 -0
  537. package/deprecated/dist/components/reports/INTEGER.parameter.html +1 -0
  538. package/deprecated/dist/components/reports/LONG.parameter.html +1 -0
  539. package/deprecated/dist/components/reports/STRING.parameter.html +1 -0
  540. package/deprecated/dist/components/reports/reports.parameters.html +1 -0
  541. package/deprecated/dist/components/reports/reports.view.html +1 -0
  542. package/deprecated/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -0
  543. package/deprecated/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -0
  544. package/deprecated/dist/components/templates/Component_Container/crn-one-container.template.html +1 -0
  545. package/deprecated/dist/components/templates/Component_Container/crn-three-container.template.html +1 -0
  546. package/deprecated/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -0
  547. package/deprecated/dist/components/templates/Component_Container/crn-two-container.template.html +1 -0
  548. package/deprecated/dist/components/templates/accordion.template.html +1 -0
  549. package/deprecated/dist/components/templates/anchor.template.html +1 -0
  550. package/deprecated/dist/components/templates/angular-ui-notification.template.html +1 -0
  551. package/deprecated/dist/components/templates/banner.template.html +1 -0
  552. package/deprecated/dist/components/templates/button-report.template.html +1 -0
  553. package/deprecated/dist/components/templates/button.oauth2.template.html +1 -0
  554. package/deprecated/dist/components/templates/button.template.html +1 -0
  555. package/deprecated/dist/components/templates/buttonfilter.template.html +1 -0
  556. package/deprecated/dist/components/templates/carousel.template.html +1 -0
  557. package/deprecated/dist/components/templates/cell.template.html +1 -0
  558. package/deprecated/dist/components/templates/chart.template.html +1 -0
  559. package/deprecated/dist/components/templates/checkbox.template.html +1 -0
  560. package/deprecated/dist/components/templates/combobox-dynamic.template.html +1 -0
  561. package/deprecated/dist/components/templates/combobox.template.html +1 -0
  562. package/deprecated/dist/components/templates/crn-carousel-item.tempate.html +1 -0
  563. package/deprecated/dist/components/templates/crn-input-password.designtime.html +1 -0
  564. package/deprecated/dist/components/templates/crn-input-password.template.html +1 -0
  565. package/deprecated/dist/components/templates/crn-list-item.template.html +1 -0
  566. package/deprecated/dist/components/templates/crn-ordered-list.template.html +1 -0
  567. package/deprecated/dist/components/templates/crn-ordered-sub-list.template.html +1 -0
  568. package/deprecated/dist/components/templates/crn-unordered-list.template.html +1 -0
  569. package/deprecated/dist/components/templates/crn-unordered-sub-list.template.html +1 -0
  570. package/deprecated/dist/components/templates/cron-autocomplete.designtime.html +26 -0
  571. package/deprecated/dist/components/templates/cron-autocomplete.template.html +1 -0
  572. package/deprecated/dist/components/templates/cron-barcode.template.html +1 -0
  573. package/deprecated/dist/components/templates/cron-breadcrumbs.designtime.html +1 -0
  574. package/deprecated/dist/components/templates/cron-breadcrumbs.template.html +1 -0
  575. package/deprecated/dist/components/templates/cron-calendar.designtime.html +1 -0
  576. package/deprecated/dist/components/templates/cron-calendar.template.html +1 -0
  577. package/deprecated/dist/components/templates/cron-captcha.designtime.html +6 -0
  578. package/deprecated/dist/components/templates/cron-captcha.template.html +1 -0
  579. package/deprecated/dist/components/templates/cron-chat.designtime.html +17 -0
  580. package/deprecated/dist/components/templates/cron-chat.template.html +1 -0
  581. package/deprecated/dist/components/templates/cron-checkbox.template.html +1 -0
  582. package/deprecated/dist/components/templates/cron-combobox-multiple.designtime.html +1 -0
  583. package/deprecated/dist/components/templates/cron-combobox-multiple.template.html +1 -0
  584. package/deprecated/dist/components/templates/cron-combobox.designtime.html +1 -0
  585. package/deprecated/dist/components/templates/cron-combobox.template.html +1 -0
  586. package/deprecated/dist/components/templates/cron-crud.template.html +1 -0
  587. package/deprecated/dist/components/templates/cron-date.template.html +1 -0
  588. package/deprecated/dist/components/templates/cron-dynamic-autocomplete.template.html +1 -0
  589. package/deprecated/dist/components/templates/cron-dynamic-combobox.designtime.html +1 -0
  590. package/deprecated/dist/components/templates/cron-dynamic-combobox.template.html +1 -0
  591. package/deprecated/dist/components/templates/cron-dynamic-menu.designtime.html +1 -0
  592. package/deprecated/dist/components/templates/cron-dynamic-menu.template.html +1 -0
  593. package/deprecated/dist/components/templates/cron-grid.designtime.html +1 -0
  594. package/deprecated/dist/components/templates/cron-grid.template.html +1 -0
  595. package/deprecated/dist/components/templates/cron-ordered-list.template.html +1 -0
  596. package/deprecated/dist/components/templates/cron-qrcode.template.html +1 -0
  597. package/deprecated/dist/components/templates/cron-radio.template.html +1 -0
  598. package/deprecated/dist/components/templates/cron-report-viewer.designtime.html +1 -0
  599. package/deprecated/dist/components/templates/cron-report-viewer.template.html +1 -0
  600. package/deprecated/dist/components/templates/cron-rich-editor.template.html +1 -0
  601. package/deprecated/dist/components/templates/cron-scheduler.designtime.html +2 -0
  602. package/deprecated/dist/components/templates/cron-scheduler.template.html +1 -0
  603. package/deprecated/dist/components/templates/cron-slider.template.html +1 -0
  604. package/deprecated/dist/components/templates/cron-switch.template.html +1 -0
  605. package/deprecated/dist/components/templates/cron-tree-view.designtime.html +1 -0
  606. package/deprecated/dist/components/templates/cron-tree-view.template.html +1 -0
  607. package/deprecated/dist/components/templates/datasource.template.html +1 -0
  608. package/deprecated/dist/components/templates/datasourcefilter.template.html +1 -0
  609. package/deprecated/dist/components/templates/datasourcefiltercomplex.template.html +1 -0
  610. package/deprecated/dist/components/templates/date.template.html +1 -0
  611. package/deprecated/dist/components/templates/datetime.template.html +1 -0
  612. package/deprecated/dist/components/templates/div.template.html +1 -0
  613. package/deprecated/dist/components/templates/dynamicfile.template.html +1 -0
  614. package/deprecated/dist/components/templates/dynamicimage.template.html +1 -0
  615. package/deprecated/dist/components/templates/dynamictitle.template.html +1 -0
  616. package/deprecated/dist/components/templates/evaluation.template.html +1 -0
  617. package/deprecated/dist/components/templates/fileupload-button.template.html +1 -0
  618. package/deprecated/dist/components/templates/fileupload.template.html +1 -0
  619. package/deprecated/dist/components/templates/foot-cell.template.html +1 -0
  620. package/deprecated/dist/components/templates/foot-row.template.html +1 -0
  621. package/deprecated/dist/components/templates/form.template.html +1 -0
  622. package/deprecated/dist/components/templates/grid-horizontal.template.html +1 -0
  623. package/deprecated/dist/components/templates/grid-vertical.template.html +1 -0
  624. package/deprecated/dist/components/templates/grid.template.html +1 -0
  625. package/deprecated/dist/components/templates/head-cell.template.html +1 -0
  626. package/deprecated/dist/components/templates/head-row.template.html +1 -0
  627. package/deprecated/dist/components/templates/head.template.html +1 -0
  628. package/deprecated/dist/components/templates/header.template.html +1 -0
  629. package/deprecated/dist/components/templates/icon.template.html +1 -0
  630. package/deprecated/dist/components/templates/image-menu.template.html +1 -0
  631. package/deprecated/dist/components/templates/image.default.template.html +1 -0
  632. package/deprecated/dist/components/templates/image.template.html +1 -0
  633. package/deprecated/dist/components/templates/list.template.html +1 -0
  634. package/deprecated/dist/components/templates/multiselect.template.html +1 -0
  635. package/deprecated/dist/components/templates/navbar.template.html +1 -0
  636. package/deprecated/dist/components/templates/panel.template.html +1 -0
  637. package/deprecated/dist/components/templates/qrcode.template.html +1 -0
  638. package/deprecated/dist/components/templates/radiogroup.template.html +1 -0
  639. package/deprecated/dist/components/templates/rating.template.html +1 -0
  640. package/deprecated/dist/components/templates/row.template.html +1 -0
  641. package/deprecated/dist/components/templates/sidebar.template.html +1 -0
  642. package/deprecated/dist/components/templates/social-button-bar.template.html +1 -0
  643. package/deprecated/dist/components/templates/sub-form.template.html +1 -0
  644. package/deprecated/dist/components/templates/subtitle.template.html +1 -0
  645. package/deprecated/dist/components/templates/table.template.html +1 -0
  646. package/deprecated/dist/components/templates/tabs.template.html +1 -0
  647. package/deprecated/dist/components/templates/text.template.html +1 -0
  648. package/deprecated/dist/components/templates/textarea.template.html +1 -0
  649. package/deprecated/dist/components/templates/textinput.template.html +1 -0
  650. package/deprecated/dist/components/templates/textinputbutton.html +1 -0
  651. package/deprecated/dist/components/templates/textinputbutton.template.html +1 -0
  652. package/deprecated/dist/components/templates/textinputicon.template.html +1 -0
  653. package/deprecated/dist/components/templates/time.template.html +1 -0
  654. package/deprecated/dist/components/templates/title-default.template.html +1 -0
  655. package/deprecated/dist/components/templates/title.template.html +1 -0
  656. package/deprecated/dist/components/templates/treeview.template.html +1 -0
  657. package/deprecated/dist/css/animate.css +1 -0
  658. package/deprecated/dist/css/app.css +1 -0
  659. package/deprecated/dist/css/cronos-template.css +0 -0
  660. package/deprecated/dist/css/cronos.css +1 -0
  661. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.eot +0 -0
  662. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.svg +1 -0
  663. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.ttf +0 -0
  664. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff +0 -0
  665. package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
  666. package/deprecated/dist/css/modalTemplate.css +1 -0
  667. package/deprecated/dist/css/themes/cerulean.min.css +1 -0
  668. package/deprecated/dist/css/themes/cosmo.min.css +1 -0
  669. package/deprecated/dist/css/themes/custom/cerulean/custom-cerulean.min.css +13 -0
  670. package/deprecated/dist/css/themes/custom/cosmo/custom-cosmo.min.css +13 -0
  671. package/deprecated/dist/css/themes/custom/cyborg/custom-cyborg.min.css +13 -0
  672. package/deprecated/dist/css/themes/custom/darkly/custom-darkly.min.css +13 -0
  673. package/deprecated/dist/css/themes/custom/flatly/custom-flatly.min.css +13 -0
  674. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/_media-print.css +1 -0
  675. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/alert.css +1 -0
  676. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/animations.css +1 -0
  677. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/badge.css +1 -0
  678. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/basics.css +11 -0
  679. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/blockquote.css +1 -0
  680. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +1 -0
  681. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/btn.css +1 -0
  682. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/carousel.css +1 -0
  683. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/close.css +1 -0
  684. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/col.css +1 -0
  685. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/collapse.css +1 -0
  686. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/container.css +1 -0
  687. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/dropdown.css +1 -0
  688. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +1 -0
  689. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/fade.css +1 -0
  690. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/figure_img.css +1 -0
  691. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/form-control.css +1 -0
  692. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +1 -0
  693. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +1 -0
  694. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/input-group.css +1 -0
  695. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/input.css +1 -0
  696. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +1 -0
  697. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/label.css +1 -0
  698. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/list-group.css +1 -0
  699. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/media.css +1 -0
  700. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/modal.css +1 -0
  701. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/nav.css +1 -0
  702. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/navbar.css +1 -0
  703. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/pager.css +1 -0
  704. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/pagination.css +1 -0
  705. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/panel.css +1 -0
  706. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/popover.css +1 -0
  707. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/progress.css +1 -0
  708. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/table.css +1 -0
  709. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/text.css +1 -0
  710. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +1 -0
  711. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/tooltip.css +1 -0
  712. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/visible.css +1 -0
  713. package/deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7/well.css +1 -0
  714. package/deprecated/dist/css/themes/custom/fuse/components_css/alert.css +1 -0
  715. package/deprecated/dist/css/themes/custom/fuse/components_css/badge.css +1 -0
  716. package/deprecated/dist/css/themes/custom/fuse/components_css/blockquote.css +1 -0
  717. package/deprecated/dist/css/themes/custom/fuse/components_css/breadcrumb.css +1 -0
  718. package/deprecated/dist/css/themes/custom/fuse/components_css/btn.css +1 -0
  719. package/deprecated/dist/css/themes/custom/fuse/components_css/carousel.css +1 -0
  720. package/deprecated/dist/css/themes/custom/fuse/components_css/close.css +1 -0
  721. package/deprecated/dist/css/themes/custom/fuse/components_css/embed-responsive.css +1 -0
  722. package/deprecated/dist/css/themes/custom/fuse/components_css/form.css +1 -0
  723. package/deprecated/dist/css/themes/custom/fuse/components_css/glyphicon.css +1 -0
  724. package/deprecated/dist/css/themes/custom/fuse/components_css/hidden.css +1 -0
  725. package/deprecated/dist/css/themes/custom/fuse/components_css/import_components_css.css +1 -0
  726. package/deprecated/dist/css/themes/custom/fuse/components_css/list-group.css +1 -0
  727. package/deprecated/dist/css/themes/custom/fuse/components_css/media.css +1 -0
  728. package/deprecated/dist/css/themes/custom/fuse/components_css/modal.css +1 -0
  729. package/deprecated/dist/css/themes/custom/fuse/components_css/navbar.css +1 -0
  730. package/deprecated/dist/css/themes/custom/fuse/components_css/pager.css +1 -0
  731. package/deprecated/dist/css/themes/custom/fuse/components_css/pagination.css +1 -0
  732. package/deprecated/dist/css/themes/custom/fuse/components_css/panel.css +1 -0
  733. package/deprecated/dist/css/themes/custom/fuse/components_css/popover.css +1 -0
  734. package/deprecated/dist/css/themes/custom/fuse/components_css/progress.css +1 -0
  735. package/deprecated/dist/css/themes/custom/fuse/components_css/table.css +1 -0
  736. package/deprecated/dist/css/themes/custom/fuse/components_css/thumbnail.css +1 -0
  737. package/deprecated/dist/css/themes/custom/fuse/components_css/tooltip.css +1 -0
  738. package/deprecated/dist/css/themes/custom/fuse/components_css/type_bootstrap.css +1 -0
  739. package/deprecated/dist/css/themes/custom/fuse/components_css/visible.css +1 -0
  740. package/deprecated/dist/css/themes/custom/fuse/components_css/well.css +1 -0
  741. package/deprecated/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -0
  742. package/deprecated/dist/css/themes/custom/fuse/font/Inter-roman.var.woff2 +0 -0
  743. package/deprecated/dist/css/themes/custom/fuse/font/font.css +1 -0
  744. package/deprecated/dist/css/themes/custom/journal/custom-journal.min.css +12 -0
  745. package/deprecated/dist/css/themes/custom/lumen/custom-lumen.min.css +13 -0
  746. package/deprecated/dist/css/themes/custom/material/components_css/crn-button.css +1 -0
  747. package/deprecated/dist/css/themes/custom/material/components_css/crn-carousel.css +1 -0
  748. package/deprecated/dist/css/themes/custom/material/components_css/crn-cron-calendar.css +1 -0
  749. package/deprecated/dist/css/themes/custom/material/components_css/crn-cron-grid.css +1 -0
  750. package/deprecated/dist/css/themes/custom/material/components_css/crn-enterprise.css +1 -0
  751. package/deprecated/dist/css/themes/custom/material/components_css/crn-navbar.css +1 -0
  752. package/deprecated/dist/css/themes/custom/material/components_css/crn-scheduler.css +1 -0
  753. package/deprecated/dist/css/themes/custom/material/components_css/login.css +1 -0
  754. package/deprecated/dist/css/themes/custom/material/components_css/ui-notification.css +1 -0
  755. package/deprecated/dist/css/themes/custom/material/custom-material.css +1 -0
  756. package/deprecated/dist/css/themes/custom/navigator/custom-navigator.css +1 -0
  757. package/deprecated/dist/css/themes/custom/paper/custom-paper.min.css +13 -0
  758. package/deprecated/dist/css/themes/custom/readable/custom-readable.min.css +13 -0
  759. package/deprecated/dist/css/themes/custom/sandstone/custom-sandstone.min.css +13 -0
  760. package/deprecated/dist/css/themes/custom/simplex/custom-simplex.min.css +13 -0
  761. package/deprecated/dist/css/themes/custom/slate/custom-slate.min.css +13 -0
  762. package/deprecated/dist/css/themes/custom/spacelab/custom-spacelab.min.css +13 -0
  763. package/deprecated/dist/css/themes/custom/superhero/custom-superhero.min.css +13 -0
  764. package/deprecated/dist/css/themes/custom/united/custom-united.min.css +13 -0
  765. package/deprecated/dist/css/themes/custom/yeti/custom-yeti.min.css +13 -0
  766. package/deprecated/dist/css/themes/cyborg.min.css +1 -0
  767. package/deprecated/dist/css/themes/darkly.min.css +1 -0
  768. package/deprecated/dist/css/themes/flatly.min.css +1 -0
  769. package/deprecated/dist/css/themes/fuse.min.css +1 -0
  770. package/deprecated/dist/css/themes/journal.min.css +1 -0
  771. package/deprecated/dist/css/themes/lumen.min.css +1 -0
  772. package/deprecated/dist/css/themes/material.min.css +1 -0
  773. package/deprecated/dist/css/themes/paper.min.css +1 -0
  774. package/deprecated/dist/css/themes/readable.min.css +1 -0
  775. package/deprecated/dist/css/themes/sandstone.min.css +1 -0
  776. package/deprecated/dist/css/themes/simplex.min.css +1 -0
  777. package/deprecated/dist/css/themes/slate.min.css +1 -0
  778. package/deprecated/dist/css/themes/spacelab.min.css +1 -0
  779. package/deprecated/dist/css/themes/superhero.min.css +1 -0
  780. package/deprecated/dist/css/themes/united.min.css +1 -0
  781. package/deprecated/dist/css/themes/yeti.min.css +1 -0
  782. package/deprecated/dist/i18n/locale_en_us.json +143 -0
  783. package/deprecated/dist/i18n/locale_pt_br.json +143 -0
  784. package/deprecated/dist/img/ballon_icon.svg +1 -0
  785. package/deprecated/dist/img/barcode.png +0 -0
  786. package/deprecated/dist/img/cron-icon/crn-QRCode.svg +1 -0
  787. package/deprecated/dist/img/cron-icon/crn-accordion.svg +1 -0
  788. package/deprecated/dist/img/cron-icon/crn-anchor.svg +1 -0
  789. package/deprecated/dist/img/cron-icon/crn-button.svg +1 -0
  790. package/deprecated/dist/img/cron-icon/crn-calendar.svg +1 -0
  791. package/deprecated/dist/img/cron-icon/crn-captcha.svg +1 -0
  792. package/deprecated/dist/img/cron-icon/crn-carousel.svg +1 -0
  793. package/deprecated/dist/img/cron-icon/crn-chart.svg +1 -0
  794. package/deprecated/dist/img/cron-icon/crn-checkbox.svg +1 -0
  795. package/deprecated/dist/img/cron-icon/crn-combobox-dynamic.svg +1 -0
  796. package/deprecated/dist/img/cron-icon/crn-combobox.svg +1 -0
  797. package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +1 -0
  798. package/deprecated/dist/img/cron-icon/crn-cron-dashboard-viewer.svg +1 -0
  799. package/deprecated/dist/img/cron-icon/crn-datasource.svg +1 -0
  800. package/deprecated/dist/img/cron-icon/crn-datepicker.svg +1 -0
  801. package/deprecated/dist/img/cron-icon/crn-datetimepicker.svg +1 -0
  802. package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +1 -0
  803. package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +1 -0
  804. package/deprecated/dist/img/cron-icon/crn-dynamic-menu.svg +1 -0
  805. package/deprecated/dist/img/cron-icon/crn-eight-four-container.svg +1 -0
  806. package/deprecated/dist/img/cron-icon/crn-enterprise-autocomplete.svg +1 -0
  807. package/deprecated/dist/img/cron-icon/crn-enterprise-combobox-multiple.svg +1 -0
  808. package/deprecated/dist/img/cron-icon/crn-enterprise-combobox.svg +1 -0
  809. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +1 -0
  810. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
  811. package/deprecated/dist/img/cron-icon/crn-form.svg +1 -0
  812. package/deprecated/dist/img/cron-icon/crn-four-eight-container.svg +1 -0
  813. package/deprecated/dist/img/cron-icon/crn-grid-table.svg +1 -0
  814. package/deprecated/dist/img/cron-icon/crn-grid.svg +1 -0
  815. package/deprecated/dist/img/cron-icon/crn-header.svg +1 -0
  816. package/deprecated/dist/img/cron-icon/crn-horizontal-container.svg +1 -0
  817. package/deprecated/dist/img/cron-icon/crn-icon.svg +1 -0
  818. package/deprecated/dist/img/cron-icon/crn-image.svg +1 -0
  819. package/deprecated/dist/img/cron-icon/crn-input-password.svg +1 -0
  820. package/deprecated/dist/img/cron-icon/crn-jumbotron.svg +1 -0
  821. package/deprecated/dist/img/cron-icon/crn-list.svg +1 -0
  822. package/deprecated/dist/img/cron-icon/crn-navbar.svg +1 -0
  823. package/deprecated/dist/img/cron-icon/crn-one-container.svg +1 -0
  824. package/deprecated/dist/img/cron-icon/crn-ordered-list.svg +1 -0
  825. package/deprecated/dist/img/cron-icon/crn-ordered-sub-list.svg +1 -0
  826. package/deprecated/dist/img/cron-icon/crn-panel.svg +1 -0
  827. package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +1 -0
  828. package/deprecated/dist/img/cron-icon/crn-rating.svg +1 -0
  829. package/deprecated/dist/img/cron-icon/crn-report-viewer.svg +1 -0
  830. package/deprecated/dist/img/cron-icon/crn-rich-editor.svg +1 -0
  831. package/deprecated/dist/img/cron-icon/crn-scheduler.svg +1 -0
  832. package/deprecated/dist/img/cron-icon/crn-simple-text.svg +1 -0
  833. package/deprecated/dist/img/cron-icon/crn-slider.svg +1 -0
  834. package/deprecated/dist/img/cron-icon/crn-social-login.svg +1 -0
  835. package/deprecated/dist/img/cron-icon/crn-sub-form.svg +1 -0
  836. package/deprecated/dist/img/cron-icon/crn-table.svg +1 -0
  837. package/deprecated/dist/img/cron-icon/crn-tabs.svg +1 -0
  838. package/deprecated/dist/img/cron-icon/crn-text-component.svg +1 -0
  839. package/deprecated/dist/img/cron-icon/crn-textarea.svg +1 -0
  840. package/deprecated/dist/img/cron-icon/crn-textinput.svg +1 -0
  841. package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +1 -0
  842. package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +1 -0
  843. package/deprecated/dist/img/cron-icon/crn-three-container.svg +1 -0
  844. package/deprecated/dist/img/cron-icon/crn-three-six-three-container.svg +1 -0
  845. package/deprecated/dist/img/cron-icon/crn-timepicker.svg +1 -0
  846. package/deprecated/dist/img/cron-icon/crn-tree-view.svg +1 -0
  847. package/deprecated/dist/img/cron-icon/crn-two-container.svg +1 -0
  848. package/deprecated/dist/img/cron-icon/crn-unordered-list.svg +1 -0
  849. package/deprecated/dist/img/cron-icon/crn-unordered-sub-list.svg +1 -0
  850. package/deprecated/dist/img/cron-icon/crn-upload.svg +1 -0
  851. package/deprecated/dist/img/cron-icon/crn-vertical-container.svg +1 -0
  852. package/deprecated/dist/img/cron-icon/cron-breadrumb.svg +1 -0
  853. package/deprecated/dist/img/cronGrid.png +0 -0
  854. package/deprecated/dist/img/cronRichEditor.png +0 -0
  855. package/deprecated/dist/img/cronapp-logo-login.png +0 -0
  856. package/deprecated/dist/img/img-user.svg +1 -0
  857. package/deprecated/dist/img/logo-cronapp-negativa.svg +1 -0
  858. package/deprecated/dist/img/logo.png +0 -0
  859. package/deprecated/dist/img/logo.svg +1 -0
  860. package/deprecated/dist/img/nophoto.png +0 -0
  861. package/deprecated/dist/img/placehold-100x100.png +0 -0
  862. package/deprecated/dist/img/placehold-900x500.png +0 -0
  863. package/deprecated/dist/img/qrcode.png +0 -0
  864. package/deprecated/dist/img/recaptcha-logo.svg +1 -0
  865. package/deprecated/dist/img/selectFile.png +0 -0
  866. package/deprecated/dist/img/selectImg.svg +1 -0
  867. package/deprecated/dist/img/svg-charts.svg +1 -0
  868. package/deprecated/dist/img/switch.png +0 -0
  869. package/deprecated/dist/js/LanguageSelectDirective.js +1 -0
  870. package/deprecated/dist/js/LocaleService.js +1 -0
  871. package/deprecated/dist/js/app.authentication.js +1 -0
  872. package/deprecated/dist/js/app.js +1 -0
  873. package/deprecated/dist/js/controllers.authentication.js +1 -0
  874. package/deprecated/dist/js/controllers.js +1 -0
  875. package/deprecated/dist/js/custom.controllers.js +1 -0
  876. package/deprecated/dist/js/customModules.js +1 -0
  877. package/deprecated/dist/js/customStateProvider.js +0 -0
  878. package/deprecated/dist/js/directives.js +14 -0
  879. package/deprecated/dist/js/filters.js +1 -0
  880. package/deprecated/dist/js/local-dateformat.directive.js +1 -0
  881. package/deprecated/dist/js/reports/parameters.controller.js +1 -0
  882. package/deprecated/dist/js/reports/reports.service.js +1 -0
  883. package/deprecated/dist/js/services.js +1 -0
  884. package/deprecated/dist/js/stateProvider.js +1 -0
  885. package/deprecated/dist/js/upload.service.js +1 -0
  886. package/deprecated/img/ballon_icon.svg +3 -0
  887. package/deprecated/img/barcode.png +0 -0
  888. package/deprecated/img/cron-icon/crn-QRCode.svg +38 -0
  889. package/deprecated/img/cron-icon/crn-accordion.svg +25 -0
  890. package/deprecated/img/cron-icon/crn-anchor.svg +29 -0
  891. package/deprecated/img/cron-icon/crn-button.svg +24 -0
  892. package/deprecated/img/cron-icon/crn-calendar.svg +23 -0
  893. package/deprecated/img/cron-icon/crn-captcha.svg +36 -0
  894. package/deprecated/img/cron-icon/crn-carousel.svg +26 -0
  895. package/deprecated/img/cron-icon/crn-chart.svg +19 -0
  896. package/deprecated/img/cron-icon/crn-checkbox.svg +21 -0
  897. package/deprecated/img/cron-icon/crn-combobox-dynamic.svg +27 -0
  898. package/deprecated/img/cron-icon/crn-combobox.svg +24 -0
  899. package/deprecated/img/cron-icon/crn-cron-crud.svg +28 -0
  900. package/deprecated/img/cron-icon/crn-cron-dashboard-viewer.svg +18 -0
  901. package/deprecated/img/cron-icon/crn-datasource.svg +27 -0
  902. package/deprecated/img/cron-icon/crn-datepicker.svg +35 -0
  903. package/deprecated/img/cron-icon/crn-datetimepicker.svg +41 -0
  904. package/deprecated/img/cron-icon/crn-dynamic-file.svg +26 -0
  905. package/deprecated/img/cron-icon/crn-dynamic-image.svg +25 -0
  906. package/deprecated/img/cron-icon/crn-dynamic-menu.svg +28 -0
  907. package/deprecated/img/cron-icon/crn-eight-four-container.svg +18 -0
  908. package/deprecated/img/cron-icon/crn-enterprise-autocomplete.svg +26 -0
  909. package/deprecated/img/cron-icon/crn-enterprise-combobox-multiple.svg +21 -0
  910. package/deprecated/img/cron-icon/crn-enterprise-combobox.svg +24 -0
  911. package/deprecated/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +29 -0
  912. package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
  913. package/deprecated/img/cron-icon/crn-form.svg +24 -0
  914. package/deprecated/img/cron-icon/crn-four-eight-container.svg +20 -0
  915. package/deprecated/img/cron-icon/crn-grid-table.svg +21 -0
  916. package/deprecated/img/cron-icon/crn-grid.svg +27 -0
  917. package/deprecated/img/cron-icon/crn-header.svg +18 -0
  918. package/deprecated/img/cron-icon/crn-horizontal-container.svg +19 -0
  919. package/deprecated/img/cron-icon/crn-icon.svg +23 -0
  920. package/deprecated/img/cron-icon/crn-image.svg +20 -0
  921. package/deprecated/img/cron-icon/crn-input-password.svg +24 -0
  922. package/deprecated/img/cron-icon/crn-jumbotron.svg +24 -0
  923. package/deprecated/img/cron-icon/crn-list.svg +24 -0
  924. package/deprecated/img/cron-icon/crn-navbar.svg +25 -0
  925. package/deprecated/img/cron-icon/crn-one-container.svg +17 -0
  926. package/deprecated/img/cron-icon/crn-ordered-list.svg +44 -0
  927. package/deprecated/img/cron-icon/crn-ordered-sub-list.svg +42 -0
  928. package/deprecated/img/cron-icon/crn-panel.svg +21 -0
  929. package/deprecated/img/cron-icon/crn-radiogroup.svg +25 -0
  930. package/deprecated/img/cron-icon/crn-rating.svg +20 -0
  931. package/deprecated/img/cron-icon/crn-report-viewer.svg +24 -0
  932. package/deprecated/img/cron-icon/crn-rich-editor.svg +22 -0
  933. package/deprecated/img/cron-icon/crn-scheduler.svg +27 -0
  934. package/deprecated/img/cron-icon/crn-simple-text.svg +18 -0
  935. package/deprecated/img/cron-icon/crn-slider.svg +19 -0
  936. package/deprecated/img/cron-icon/crn-social-login.svg +29 -0
  937. package/deprecated/img/cron-icon/crn-sub-form.svg +27 -0
  938. package/deprecated/img/cron-icon/crn-table.svg +20 -0
  939. package/deprecated/img/cron-icon/crn-tabs.svg +22 -0
  940. package/deprecated/img/cron-icon/crn-text-component.svg +22 -0
  941. package/deprecated/img/cron-icon/crn-textarea.svg +22 -0
  942. package/deprecated/img/cron-icon/crn-textinput.svg +23 -0
  943. package/deprecated/img/cron-icon/crn-textinputbutton.svg +33 -0
  944. package/deprecated/img/cron-icon/crn-textinputicon.svg +29 -0
  945. package/deprecated/img/cron-icon/crn-three-container.svg +21 -0
  946. package/deprecated/img/cron-icon/crn-three-six-three-container.svg +19 -0
  947. package/deprecated/img/cron-icon/crn-timepicker.svg +20 -0
  948. package/deprecated/img/cron-icon/crn-tree-view.svg +19 -0
  949. package/deprecated/img/cron-icon/crn-two-container.svg +18 -0
  950. package/deprecated/img/cron-icon/crn-unordered-list.svg +24 -0
  951. package/deprecated/img/cron-icon/crn-unordered-sub-list.svg +28 -0
  952. package/deprecated/img/cron-icon/crn-upload.svg +20 -0
  953. package/deprecated/img/cron-icon/crn-vertical-container.svg +19 -0
  954. package/deprecated/img/cron-icon/cron-breadrumb.svg +638 -0
  955. package/deprecated/img/cronGrid.png +0 -0
  956. package/deprecated/img/cronRichEditor.png +0 -0
  957. package/deprecated/img/cronapp-logo-login.png +0 -0
  958. package/deprecated/img/img-user.svg +1 -0
  959. package/deprecated/img/logo-cronapp-negativa.svg +1 -0
  960. package/deprecated/img/logo.png +0 -0
  961. package/deprecated/img/logo.svg +1 -0
  962. package/deprecated/img/nophoto.png +0 -0
  963. package/deprecated/img/placehold-100x100.png +0 -0
  964. package/deprecated/img/placehold-900x500.png +0 -0
  965. package/deprecated/img/qrcode.png +0 -0
  966. package/deprecated/img/recaptcha-logo.svg +1 -0
  967. package/deprecated/img/selectFile.png +0 -0
  968. package/deprecated/img/selectImg.svg +44 -0
  969. package/deprecated/img/svg-charts.svg +1 -0
  970. package/dist/components/css/checkbox-color.css +1 -1
  971. package/dist/components/css/color-default.css +1 -1
  972. package/dist/components/css/combobox-color.css +1 -1
  973. package/dist/components/css/crn-input-password.css +1 -1
  974. package/dist/components/css/designtime.css +1 -1
  975. package/dist/components/css/font-size.css +1 -1
  976. package/dist/components/css/option-color.css +1 -1
  977. package/dist/components/js/format.min.js +1 -1
  978. package/dist/components/js/jquery.inputmask.bundle.js +1 -1
  979. package/dist/components/js/jquery.mask.min.js +1 -1
  980. package/dist/components/js/qrcode.js +1 -1
  981. package/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -1
  982. package/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -1
  983. package/dist/components/templates/Component_Container/crn-one-container.template.html +1 -1
  984. package/dist/components/templates/Component_Container/crn-three-container.template.html +1 -1
  985. package/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -1
  986. package/dist/components/templates/Component_Container/crn-two-container.template.html +1 -1
  987. package/dist/components/templates/accordion.template.html +1 -1
  988. package/dist/components/templates/anchor.template.html +1 -1
  989. package/dist/components/templates/button.template.html +1 -1
  990. package/dist/components/templates/crn-signature-pad.designtime.html +1 -1
  991. package/dist/components/templates/cron-checkbox.template.html +1 -1
  992. package/dist/components/templates/cron-combobox-multiple.designtime.html +1 -1
  993. package/dist/components/templates/cron-combobox-multiple.template.html +1 -1
  994. package/dist/components/templates/cron-crud.template.html +1 -1
  995. package/dist/components/templates/cron-dynamic-menu.designtime.html +1 -1
  996. package/dist/components/templates/cron-dynamic-menu.template.html +1 -1
  997. package/dist/components/templates/cron-frame.template.html +1 -1
  998. package/dist/components/templates/cron-scheduler.designtime.html +1 -2
  999. package/dist/components/templates/cron-slider.designtime.html +1 -0
  1000. package/dist/components/templates/cron-tree-view.designtime.html +1 -1
  1001. package/dist/components/templates/dynamicfile.template.html +1 -1
  1002. package/dist/components/templates/dynamictitle.template.html +1 -1
  1003. package/dist/components/templates/form.template.html +1 -1
  1004. package/dist/components/templates/icon.template.html +1 -1
  1005. package/dist/components/templates/image-menu.template.html +1 -1
  1006. package/dist/components/templates/navbar.template.html +1 -1
  1007. package/dist/components/templates/panel.template.html +1 -1
  1008. package/dist/components/templates/radiogroup.template.html +1 -1
  1009. package/dist/components/templates/rating.template.html +1 -1
  1010. package/dist/components/templates/social-button-bar.template.html +1 -1
  1011. package/dist/components/templates/sub-form.template.html +1 -1
  1012. package/dist/components/templates/textinputbutton.template.html +1 -1
  1013. package/dist/css/animate.css +1 -1
  1014. package/dist/css/app.css +1 -1
  1015. package/dist/css/cronos.css +1 -1
  1016. package/dist/css/modalTemplate.css +1 -1
  1017. package/dist/css/privacy/privacy.css +1 -1
  1018. package/dist/css/themes/aquamarine.min.css +1 -1
  1019. package/dist/css/themes/cerulean.min.css +1 -1
  1020. package/dist/css/themes/cosmo.min.css +1 -1
  1021. package/dist/css/themes/custom/aquamarine/button-aquamarine.css +1 -0
  1022. package/dist/css/themes/custom/aquamarine/checkbox-aquamarine.css +1 -0
  1023. package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -0
  1024. package/dist/css/themes/custom/aquamarine/font/fonts.css +1 -1
  1025. package/dist/css/themes/custom/aquamarine/navbar-aquamarine.css +1 -0
  1026. package/dist/css/themes/custom/aquamarine/panel-aquamarine.css +1 -0
  1027. package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
  1028. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
  1029. package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -1
  1030. package/dist/css/themes/custom/cerulean/panel-cerulean.css +1 -1
  1031. package/dist/css/themes/custom/cosmo/button-cosmo.css +1 -0
  1032. package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -0
  1033. package/dist/css/themes/custom/cosmo/navbar-cosmo.css +1 -0
  1034. package/dist/css/themes/custom/cosmo/panel-cosmo.css +1 -0
  1035. package/dist/css/themes/custom/cyborg/button-cyborg.css +1 -0
  1036. package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -0
  1037. package/dist/css/themes/custom/cyborg/navbar-cyborg.css +1 -0
  1038. package/dist/css/themes/custom/cyborg/panel-cyborg.css +1 -0
  1039. package/dist/css/themes/custom/darkly/button-darkly.css +1 -0
  1040. package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
  1041. package/dist/css/themes/custom/darkly/navbar-darkly.css +1 -1
  1042. package/dist/css/themes/custom/darkly/panel-darkly.css +1 -1
  1043. package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -0
  1044. package/dist/css/themes/custom/dsgov/calendar-dsgov.css +1 -0
  1045. package/dist/css/themes/custom/dsgov/color-dsgov.css +1 -0
  1046. package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -0
  1047. package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -0
  1048. package/dist/css/themes/custom/dsgov/navbar-dsgov.css +1 -0
  1049. package/dist/css/themes/custom/dsgov/panel-dsgov.css +1 -0
  1050. package/dist/css/themes/custom/dsgov/slider-dsgov.css +1 -0
  1051. package/dist/css/themes/custom/dsgov/table-grid-dsgov.css +1 -0
  1052. package/dist/css/themes/custom/flatly/button-flatly.css +1 -0
  1053. package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
  1054. package/dist/css/themes/custom/flatly/navbar-flatly.css +1 -1
  1055. package/dist/css/themes/custom/flatly/panel-flatly.css +1 -1
  1056. package/dist/css/themes/custom/fuse/button-fuse.css +1 -0
  1057. package/dist/css/themes/custom/fuse/custom-fuse.css +1 -0
  1058. package/dist/css/themes/custom/fuse/navbar-fuse.css +1 -0
  1059. package/dist/css/themes/custom/fuse/panel-fuse.css +1 -0
  1060. package/dist/css/themes/custom/journal/button-journal.css +1 -0
  1061. package/dist/css/themes/custom/journal/custom-journal.css +1 -0
  1062. package/dist/css/themes/custom/journal/navbar-journal.css +1 -0
  1063. package/dist/css/themes/custom/journal/panel-journal.css +1 -0
  1064. package/dist/css/themes/custom/lumen/button-lumen.css +1 -0
  1065. package/dist/css/themes/custom/lumen/custom-lumen.css +1 -0
  1066. package/dist/css/themes/custom/lumen/navbar-lumen.css +1 -0
  1067. package/dist/css/themes/custom/lumen/panel-lumen.css +1 -0
  1068. package/dist/css/themes/custom/material/custom-material.css +1 -1
  1069. package/dist/css/themes/custom/material/grid-material.css +1 -0
  1070. package/dist/css/themes/custom/material/navbar-material.css +1 -0
  1071. package/dist/css/themes/custom/material/panel-material.css +1 -0
  1072. package/dist/css/themes/custom/materialui/custom-materialui.css +1 -0
  1073. package/dist/css/themes/custom/navigator/custom-navigator.css +1 -1
  1074. package/dist/css/themes/custom/paper/button-paper.css +1 -0
  1075. package/dist/css/themes/custom/paper/custom-paper.css +1 -0
  1076. package/dist/css/themes/custom/paper/navbar-paper.css +1 -0
  1077. package/dist/css/themes/custom/paper/panel-paper.css +1 -0
  1078. package/dist/css/themes/custom/readable/button-readable.css +1 -0
  1079. package/dist/css/themes/custom/readable/custom-readable.css +1 -0
  1080. package/dist/css/themes/custom/readable/navbar-readable.css +1 -0
  1081. package/dist/css/themes/custom/readable/panel-readable.css +1 -0
  1082. package/dist/css/themes/custom/sandstone/button-sandstone.css +1 -0
  1083. package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -0
  1084. package/dist/css/themes/custom/sandstone/navbar-sandstone.css +1 -0
  1085. package/dist/css/themes/custom/sandstone/panel-sandstone.css +1 -0
  1086. package/dist/css/themes/custom/simplex/button-simplex.css +1 -0
  1087. package/dist/css/themes/custom/simplex/custom-simplex.css +1 -0
  1088. package/dist/css/themes/custom/simplex/navbar-simplex.css +1 -0
  1089. package/dist/css/themes/custom/simplex/panel-simplex.css +1 -0
  1090. package/dist/css/themes/custom/slate/button-slate.css +1 -0
  1091. package/dist/css/themes/custom/slate/custom-slate.css +1 -0
  1092. package/dist/css/themes/custom/slate/navbar-slate.css +1 -0
  1093. package/dist/css/themes/custom/slate/panel-slate.css +1 -0
  1094. package/dist/css/themes/custom/spacelab/button-spacelab.css +1 -1
  1095. package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
  1096. package/dist/css/themes/custom/spacelab/navbar-spacelab.css +1 -1
  1097. package/dist/css/themes/custom/spacelab/panel-spacelab.css +1 -1
  1098. package/dist/css/themes/custom/superhero/button-superhero.css +1 -0
  1099. package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
  1100. package/dist/css/themes/custom/superhero/navbar-superhero.css +1 -1
  1101. package/dist/css/themes/custom/superhero/panel-superhero.css +1 -1
  1102. package/dist/css/themes/custom/superhero/tabs-superhero.css +1 -1
  1103. package/dist/css/themes/custom/theme-general/button.css +1 -1
  1104. package/dist/css/themes/custom/theme-general/carousel.css +1 -1
  1105. package/dist/css/themes/custom/theme-general/forms.css +1 -1
  1106. package/dist/css/themes/custom/theme-general/login.css +1 -1
  1107. package/dist/css/themes/custom/theme-general/menu.css +1 -1
  1108. package/dist/css/themes/custom/theme-general/modal.css +1 -1
  1109. package/dist/css/themes/custom/theme-general/notification.css +1 -1
  1110. package/dist/css/themes/custom/theme-general/report-viewer.css +1 -1
  1111. package/dist/css/themes/custom/theme-general/scheduler.css +1 -1
  1112. package/dist/css/themes/custom/theme-general/slider.css +1 -1
  1113. package/dist/css/themes/custom/theme-general/table-grid.css +1 -1
  1114. package/dist/css/themes/custom/theme-general/tabs.css +1 -1
  1115. package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
  1116. package/dist/css/themes/custom/theme-general/timeline.css +1 -1
  1117. package/dist/css/themes/custom/theme-general/treeview.css +1 -1
  1118. package/dist/css/themes/custom/united/button-united.css +1 -0
  1119. package/dist/css/themes/custom/united/custom-united.css +1 -0
  1120. package/dist/css/themes/custom/united/navbar-united.css +1 -0
  1121. package/dist/css/themes/custom/united/panel-united.css +1 -0
  1122. package/dist/css/themes/custom/yeti/button-yeti.css +1 -0
  1123. package/dist/css/themes/custom/yeti/custom-yeti.css +1 -0
  1124. package/dist/css/themes/custom/yeti/navbar-yeti.css +1 -0
  1125. package/dist/css/themes/custom/yeti/panel-yeti.css +1 -0
  1126. package/dist/css/themes/cyborg.min.css +1 -1
  1127. package/dist/css/themes/darkly.min.css +1 -1
  1128. package/dist/css/themes/dsgov.min.css +1 -1
  1129. package/dist/css/themes/flatly.min.css +1 -1
  1130. package/dist/css/themes/fuse.min.css +1 -1
  1131. package/dist/css/themes/journal.min.css +1 -1
  1132. package/dist/css/themes/lumen.min.css +1 -1
  1133. package/dist/css/themes/material.min.css +1 -1
  1134. package/dist/css/themes/materialui.min.css +1 -0
  1135. package/dist/css/themes/paper.min.css +1 -1
  1136. package/dist/css/themes/readable.min.css +1 -1
  1137. package/dist/css/themes/sandstone.min.css +1 -1
  1138. package/dist/css/themes/simplex.min.css +1 -1
  1139. package/dist/css/themes/slate.min.css +1 -1
  1140. package/dist/css/themes/spacelab.min.css +1 -1
  1141. package/dist/css/themes/superhero.min.css +1 -1
  1142. package/dist/css/themes/theme.editor.view.html +5 -0
  1143. package/dist/css/themes/united.min.css +1 -1
  1144. package/dist/css/themes/yeti.min.css +1 -1
  1145. package/dist/i18n/locale_en_us.json +4 -1
  1146. package/dist/i18n/locale_pt_br.json +4 -1
  1147. package/dist/img/cron-icon/crn-component.svg +1 -0
  1148. package/dist/js/app.js +1 -1
  1149. package/dist/js/controllers.js +1 -1
  1150. package/dist/js/dashboard/dashboard.service.js +1 -1
  1151. package/dist/js/directives.js +14 -1
  1152. package/dist/js/reports/reports.service.js +1 -1
  1153. package/dist/js/stateProvider.js +1 -1
  1154. package/gulpfile.js +1 -1
  1155. package/i18n/locale_en_us.json +4 -1
  1156. package/i18n/locale_pt_br.json +4 -1
  1157. package/img/cron-icon/crn-component.svg +22 -0
  1158. package/js/app.js +16 -2
  1159. package/js/controllers.js +10 -2
  1160. package/js/dashboard/dashboard.service.js +4 -2
  1161. package/js/directives.js +650 -347
  1162. package/js/reports/reports.service.js +5 -2
  1163. package/js/stateProvider.js +17 -8
  1164. package/package.json +4 -4
  1165. package/postupdate.json +128 -115
  1166. package/css/reset_password.css +0 -5
  1167. package/css/signup.css +0 -16
  1168. package/css/themes/custom/_bootswatch-v3.3.3/_media-print.css +0 -71
  1169. package/css/themes/custom/_bootswatch-v3.3.3/badge.css +0 -47
  1170. package/css/themes/custom/_bootswatch-v3.3.3/basics.css +0 -620
  1171. package/css/themes/custom/_bootswatch-v3.3.3/blockquote.css +0 -54
  1172. package/css/themes/custom/_bootswatch-v3.3.3/breadcrumb.css +0 -21
  1173. package/css/themes/custom/_bootswatch-v3.3.3/btn-group.css +0 -169
  1174. package/css/themes/custom/_bootswatch-v3.3.3/btn-toolbar.css +0 -15
  1175. package/css/themes/custom/_bootswatch-v3.3.3/btn.css +0 -158
  1176. package/css/themes/custom/_bootswatch-v3.3.3/caret.css +0 -24
  1177. package/css/themes/custom/_bootswatch-v3.3.3/close.css +0 -27
  1178. package/css/themes/custom/_bootswatch-v3.3.3/container.css +0 -49
  1179. package/css/themes/custom/_bootswatch-v3.3.3/dropdown.css +0 -133
  1180. package/css/themes/custom/_bootswatch-v3.3.3/form.css +0 -401
  1181. package/css/themes/custom/_bootswatch-v3.3.3/has.css +0 -172
  1182. package/css/themes/custom/_bootswatch-v3.3.3/import_bootswatch.css +0 -46
  1183. package/css/themes/custom/_bootswatch-v3.3.3/input-group.css +0 -184
  1184. package/css/themes/custom/_bootswatch-v3.3.3/input.css +0 -39
  1185. package/css/themes/custom/_bootswatch-v3.3.3/jumbotron.css +0 -44
  1186. package/css/themes/custom/_bootswatch-v3.3.3/kbd.css +0 -17
  1187. package/css/themes/custom/_bootswatch-v3.3.3/label.css +0 -33
  1188. package/css/themes/custom/_bootswatch-v3.3.3/list-group.css +0 -75
  1189. package/css/themes/custom/_bootswatch-v3.3.3/modal.css +0 -143
  1190. package/css/themes/custom/_bootswatch-v3.3.3/nav-justified.css +0 -27
  1191. package/css/themes/custom/_bootswatch-v3.3.3/nav-pills.css +0 -11
  1192. package/css/themes/custom/_bootswatch-v3.3.3/nav-stacked.css +0 -8
  1193. package/css/themes/custom/_bootswatch-v3.3.3/nav-tabs.css +0 -78
  1194. package/css/themes/custom/_bootswatch-v3.3.3/nav.css +0 -27
  1195. package/css/themes/custom/_bootswatch-v3.3.3/navbar.css +0 -351
  1196. package/css/themes/custom/_bootswatch-v3.3.3/pager.css +0 -27
  1197. package/css/themes/custom/_bootswatch-v3.3.3/pagination.css +0 -71
  1198. package/css/themes/custom/_bootswatch-v3.3.3/panel.css +0 -264
  1199. package/css/themes/custom/_bootswatch-v3.3.3/popover.css +0 -149
  1200. package/css/themes/custom/_bootswatch-v3.3.3/pre.css +0 -22
  1201. package/css/themes/custom/_bootswatch-v3.3.3/progress.css +0 -63
  1202. package/css/themes/custom/_bootswatch-v3.3.3/table.css +0 -268
  1203. package/css/themes/custom/_bootswatch-v3.3.3/thumbnail.css +0 -41
  1204. package/css/themes/custom/_bootswatch-v3.3.3/tooltip.css +0 -129
  1205. package/css/themes/custom/_bootswatch-v3.3.3/visible.css +0 -261
  1206. package/css/themes/custom/_bootswatch-v3.3.3/well.css +0 -25
  1207. package/css/themes/custom/_bootswatch-v3.3.6/_media-print.css +0 -71
  1208. package/css/themes/custom/_bootswatch-v3.3.6/alert.css +0 -48
  1209. package/css/themes/custom/_bootswatch-v3.3.6/animations.css +0 -26
  1210. package/css/themes/custom/_bootswatch-v3.3.6/badge.css +0 -58
  1211. package/css/themes/custom/_bootswatch-v3.3.6/basics.css +0 -725
  1212. package/css/themes/custom/_bootswatch-v3.3.6/blockquote.css +0 -54
  1213. package/css/themes/custom/_bootswatch-v3.3.6/breadcrumb.css +0 -21
  1214. package/css/themes/custom/_bootswatch-v3.3.6/btn.css +0 -491
  1215. package/css/themes/custom/_bootswatch-v3.3.6/carousel.css +0 -261
  1216. package/css/themes/custom/_bootswatch-v3.3.6/close.css +0 -37
  1217. package/css/themes/custom/_bootswatch-v3.3.6/col.css +0 -787
  1218. package/css/themes/custom/_bootswatch-v3.3.6/collapse.css +0 -30
  1219. package/css/themes/custom/_bootswatch-v3.3.6/container.css +0 -31
  1220. package/css/themes/custom/_bootswatch-v3.3.6/dropdown.css +0 -158
  1221. package/css/themes/custom/_bootswatch-v3.3.6/embed-responsive.css +0 -29
  1222. package/css/themes/custom/_bootswatch-v3.3.6/fade.css +0 -10
  1223. package/css/themes/custom/_bootswatch-v3.3.6/form_input.css +0 -782
  1224. package/css/themes/custom/_bootswatch-v3.3.6/glyphicon.css +0 -1066
  1225. package/css/themes/custom/_bootswatch-v3.3.6/img_figure.css +0 -39
  1226. package/css/themes/custom/_bootswatch-v3.3.6/import_bootswatch.css +0 -38
  1227. package/css/themes/custom/_bootswatch-v3.3.6/input-group.css +0 -184
  1228. package/css/themes/custom/_bootswatch-v3.3.6/jumbotron.css +0 -49
  1229. package/css/themes/custom/_bootswatch-v3.3.6/label.css +0 -35
  1230. package/css/themes/custom/_bootswatch-v3.3.6/list-group.css +0 -133
  1231. package/css/themes/custom/_bootswatch-v3.3.6/media.css +0 -60
  1232. package/css/themes/custom/_bootswatch-v3.3.6/modal.css +0 -143
  1233. package/css/themes/custom/_bootswatch-v3.3.6/nav.css +0 -276
  1234. package/css/themes/custom/_bootswatch-v3.3.6/navbar.css +0 -408
  1235. package/css/themes/custom/_bootswatch-v3.3.6/pager.css +0 -44
  1236. package/css/themes/custom/_bootswatch-v3.3.6/pagination.css +0 -109
  1237. package/css/themes/custom/_bootswatch-v3.3.6/panel.css +0 -288
  1238. package/css/themes/custom/_bootswatch-v3.3.6/popover.css +0 -154
  1239. package/css/themes/custom/_bootswatch-v3.3.6/progress.css +0 -95
  1240. package/css/themes/custom/_bootswatch-v3.3.6/table.css +0 -171
  1241. package/css/themes/custom/_bootswatch-v3.3.6/text.css +0 -31
  1242. package/css/themes/custom/_bootswatch-v3.3.6/thumbnail.css +0 -29
  1243. package/css/themes/custom/_bootswatch-v3.3.6/tooltip.css +0 -129
  1244. package/css/themes/custom/_bootswatch-v3.3.6/visible.css +0 -269
  1245. package/css/themes/custom/_bootswatch-v3.3.6/well.css +0 -31
  1246. package/css/themes/custom/_bootswatch-v3.3.7/alert.css +0 -37
  1247. package/css/themes/custom/_bootswatch-v3.3.7/col.css +0 -787
  1248. package/css/themes/custom/_bootswatch-v3.3.7/collapse.css +0 -30
  1249. package/css/themes/custom/_bootswatch-v3.3.7/embed-responsive.css +0 -29
  1250. package/css/themes/custom/_bootswatch-v3.3.7/glyphicon.css +0 -1066
  1251. package/css/themes/custom/_bootswatch-v3.3.7/navbar.css +0 -619
  1252. package/css/themes/custom/_bootswatch-v3.3.7/text.css +0 -31
  1253. package/css/themes/custom/_bootswatch-v4.1.3/_media-print.css +0 -79
  1254. package/css/themes/custom/_bootswatch-v4.1.3/accordion.css +0 -19
  1255. package/css/themes/custom/_bootswatch-v4.1.3/alert.css +0 -27
  1256. package/css/themes/custom/_bootswatch-v4.1.3/align.css +0 -393
  1257. package/css/themes/custom/_bootswatch-v4.1.3/badge.css +0 -26
  1258. package/css/themes/custom/_bootswatch-v4.1.3/basics.css +0 -706
  1259. package/css/themes/custom/_bootswatch-v4.1.3/blockquote.css +0 -14
  1260. package/css/themes/custom/_bootswatch-v4.1.3/border.css +0 -75
  1261. package/css/themes/custom/_bootswatch-v4.1.3/breadcrumb.css +0 -35
  1262. package/css/themes/custom/_bootswatch-v4.1.3/btn.css +0 -244
  1263. package/css/themes/custom/_bootswatch-v4.1.3/card.css +0 -260
  1264. package/css/themes/custom/_bootswatch-v4.1.3/carousel.css +0 -251
  1265. package/css/themes/custom/_bootswatch-v4.1.3/close.css +0 -27
  1266. package/css/themes/custom/_bootswatch-v4.1.3/col.css +0 -1125
  1267. package/css/themes/custom/_bootswatch-v4.1.3/container.css +0 -39
  1268. package/css/themes/custom/_bootswatch-v4.1.3/custom.css +0 -413
  1269. package/css/themes/custom/_bootswatch-v4.1.3/display.css +0 -209
  1270. package/css/themes/custom/_bootswatch-v4.1.3/dropdown.css +0 -176
  1271. package/css/themes/custom/_bootswatch-v4.1.3/embed-responsive.css +0 -42
  1272. package/css/themes/custom/_bootswatch-v4.1.3/flex.css +0 -318
  1273. package/css/themes/custom/_bootswatch-v4.1.3/float.css +0 -59
  1274. package/css/themes/custom/_bootswatch-v4.1.3/form.css +0 -294
  1275. package/css/themes/custom/_bootswatch-v4.1.3/img_figure.css +0 -27
  1276. package/css/themes/custom/_bootswatch-v4.1.3/import_bootswatch.css +0 -43
  1277. package/css/themes/custom/_bootswatch-v4.1.3/input-group.css +0 -178
  1278. package/css/themes/custom/_bootswatch-v4.1.3/jumbotron.css +0 -18
  1279. package/css/themes/custom/_bootswatch-v4.1.3/justify.css +0 -136
  1280. package/css/themes/custom/_bootswatch-v4.1.3/list-group.css +0 -218
  1281. package/css/themes/custom/_bootswatch-v4.1.3/margin.css +0 -711
  1282. package/css/themes/custom/_bootswatch-v4.1.3/modal.css +0 -182
  1283. package/css/themes/custom/_bootswatch-v4.1.3/nav.css +0 -45
  1284. package/css/themes/custom/_bootswatch-v4.1.3/navbar.css +0 -353
  1285. package/css/themes/custom/_bootswatch-v4.1.3/padding.css +0 -611
  1286. package/css/themes/custom/_bootswatch-v4.1.3/page.css +0 -55
  1287. package/css/themes/custom/_bootswatch-v4.1.3/pagination.css +0 -44
  1288. package/css/themes/custom/_bootswatch-v4.1.3/popover.css +0 -199
  1289. package/css/themes/custom/_bootswatch-v4.1.3/position.css +0 -20
  1290. package/css/themes/custom/_bootswatch-v4.1.3/progress.css +0 -46
  1291. package/css/themes/custom/_bootswatch-v4.1.3/rounded.css +0 -31
  1292. package/css/themes/custom/_bootswatch-v4.1.3/shadow.css +0 -19
  1293. package/css/themes/custom/_bootswatch-v4.1.3/table.css +0 -96
  1294. package/css/themes/custom/_bootswatch-v4.1.3/text.css +0 -113
  1295. package/css/themes/custom/_bootswatch-v4.1.3/tooltip.css +0 -122
  1296. package/css/themes/custom/_bootswatch-v4.1.3/validated.css +0 -239
  1297. package/css/themes/custom/aquamarine/custom-aquamarine.min.css +0 -3085
  1298. package/css/themes/custom/aquamarine/font/WorkSans-Black.woff +0 -0
  1299. package/css/themes/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
  1300. package/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
  1301. package/css/themes/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
  1302. package/css/themes/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
  1303. package/css/themes/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
  1304. package/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
  1305. package/css/themes/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
  1306. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
  1307. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
  1308. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
  1309. package/css/themes/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  1310. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
  1311. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
  1312. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
  1313. package/css/themes/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  1314. package/css/themes/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
  1315. package/css/themes/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
  1316. package/css/themes/custom/aquamarine/font/WorkSans-Light.woff +0 -0
  1317. package/css/themes/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
  1318. package/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
  1319. package/css/themes/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
  1320. package/css/themes/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
  1321. package/css/themes/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
  1322. package/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
  1323. package/css/themes/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
  1324. package/css/themes/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
  1325. package/css/themes/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
  1326. package/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
  1327. package/css/themes/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
  1328. package/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
  1329. package/css/themes/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  1330. package/css/themes/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
  1331. package/css/themes/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
  1332. package/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
  1333. package/css/themes/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
  1334. package/css/themes/custom/aquamarine/font/fonts.css +0 -162
  1335. package/css/themes/custom/cosmo/custom-cosmo.min.css +0 -2959
  1336. package/css/themes/custom/cyborg/custom-cyborg.min.css +0 -1805
  1337. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +0 -73
  1338. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/alert.css +0 -37
  1339. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/animations.css +0 -26
  1340. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/badge.css +0 -48
  1341. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/basics.css +0 -734
  1342. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +0 -54
  1343. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +0 -30
  1344. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/btn.css +0 -391
  1345. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/carousel.css +0 -252
  1346. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/close.css +0 -27
  1347. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/col.css +0 -787
  1348. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/collapse.css +0 -30
  1349. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/container.css +0 -31
  1350. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +0 -157
  1351. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +0 -29
  1352. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/fade.css +0 -10
  1353. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +0 -39
  1354. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/form-control.css +0 -310
  1355. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +0 -1066
  1356. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +0 -40
  1357. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/input-group.css +0 -184
  1358. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/input.css +0 -144
  1359. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +0 -49
  1360. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/label.css +0 -35
  1361. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/list-group.css +0 -129
  1362. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/media.css +0 -60
  1363. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/modal.css +0 -142
  1364. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/nav.css +0 -271
  1365. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/pager.css +0 -52
  1366. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/pagination.css +0 -113
  1367. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/panel.css +0 -295
  1368. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/popover.css +0 -148
  1369. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/progress.css +0 -65
  1370. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/table.css +0 -268
  1371. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/text.css +0 -31
  1372. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +0 -29
  1373. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +0 -129
  1374. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/visible.css +0 -269
  1375. package/css/themes/custom/dsgov/_bootswatch-v3.3.7/well.css +0 -25
  1376. package/css/themes/custom/dsgov/custom-dsgov.min.css +0 -3246
  1377. package/css/themes/custom/dsgov/font/WorkSans-Black.woff +0 -0
  1378. package/css/themes/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
  1379. package/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
  1380. package/css/themes/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
  1381. package/css/themes/custom/dsgov/font/WorkSans-Bold.woff +0 -0
  1382. package/css/themes/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
  1383. package/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
  1384. package/css/themes/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
  1385. package/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
  1386. package/css/themes/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
  1387. package/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
  1388. package/css/themes/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
  1389. package/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
  1390. package/css/themes/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
  1391. package/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
  1392. package/css/themes/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
  1393. package/css/themes/custom/dsgov/font/WorkSans-Italic.woff +0 -0
  1394. package/css/themes/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
  1395. package/css/themes/custom/dsgov/font/WorkSans-Light.woff +0 -0
  1396. package/css/themes/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
  1397. package/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
  1398. package/css/themes/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
  1399. package/css/themes/custom/dsgov/font/WorkSans-Medium.woff +0 -0
  1400. package/css/themes/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
  1401. package/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
  1402. package/css/themes/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
  1403. package/css/themes/custom/dsgov/font/WorkSans-Regular.woff +0 -0
  1404. package/css/themes/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
  1405. package/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
  1406. package/css/themes/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
  1407. package/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
  1408. package/css/themes/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
  1409. package/css/themes/custom/dsgov/font/WorkSans-Thin.woff +0 -0
  1410. package/css/themes/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
  1411. package/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
  1412. package/css/themes/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
  1413. package/css/themes/custom/dsgov/font/fonts.css +0 -162
  1414. package/css/themes/custom/dsgov/font2/fonts.css +0 -144
  1415. package/css/themes/custom/dsgov/font2/rawline-100.woff +0 -0
  1416. package/css/themes/custom/dsgov/font2/rawline-100i.woff +0 -0
  1417. package/css/themes/custom/dsgov/font2/rawline-200.woff +0 -0
  1418. package/css/themes/custom/dsgov/font2/rawline-200i.woff +0 -0
  1419. package/css/themes/custom/dsgov/font2/rawline-300.woff +0 -0
  1420. package/css/themes/custom/dsgov/font2/rawline-300i.woff +0 -0
  1421. package/css/themes/custom/dsgov/font2/rawline-400.woff +0 -0
  1422. package/css/themes/custom/dsgov/font2/rawline-400i.woff +0 -0
  1423. package/css/themes/custom/dsgov/font2/rawline-500.woff +0 -0
  1424. package/css/themes/custom/dsgov/font2/rawline-500i.woff +0 -0
  1425. package/css/themes/custom/dsgov/font2/rawline-600.woff +0 -0
  1426. package/css/themes/custom/dsgov/font2/rawline-600i.woff +0 -0
  1427. package/css/themes/custom/dsgov/font2/rawline-700.woff +0 -0
  1428. package/css/themes/custom/dsgov/font2/rawline-700i.woff +0 -0
  1429. package/css/themes/custom/dsgov/font2/rawline-800.woff +0 -0
  1430. package/css/themes/custom/dsgov/font2/rawline-800i.woff +0 -0
  1431. package/css/themes/custom/dsgov/font2/rawline-900.woff +0 -0
  1432. package/css/themes/custom/dsgov/font2/rawline-900i.woff +0 -0
  1433. package/css/themes/custom/fuse/components_css/navbar.css +0 -405
  1434. package/css/themes/custom/fuse/custom-fuse.min.css +0 -3107
  1435. package/css/themes/custom/fuse/img/arrow-gray.svg +0 -9
  1436. package/css/themes/custom/fuse/img/arrow-white.svg +0 -9
  1437. package/css/themes/custom/journal/custom-journal.min.css +0 -1570
  1438. package/css/themes/custom/lumen/custom-lumen.min.css +0 -3479
  1439. package/css/themes/custom/lumen/font/SourceSansPro-Black.woff +0 -0
  1440. package/css/themes/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
  1441. package/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
  1442. package/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
  1443. package/css/themes/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
  1444. package/css/themes/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
  1445. package/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
  1446. package/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
  1447. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
  1448. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
  1449. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
  1450. package/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
  1451. package/css/themes/custom/lumen/font/SourceSansPro-It.woff +0 -0
  1452. package/css/themes/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
  1453. package/css/themes/custom/lumen/font/SourceSansPro-Light.woff +0 -0
  1454. package/css/themes/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
  1455. package/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
  1456. package/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
  1457. package/css/themes/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
  1458. package/css/themes/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
  1459. package/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
  1460. package/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
  1461. package/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
  1462. package/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
  1463. package/css/themes/custom/lumen/font/fonts.css +0 -108
  1464. package/css/themes/custom/lumen/img/arrow-gray.svg +0 -11
  1465. package/css/themes/custom/lumen/img/arrow-white.svg +0 -11
  1466. package/css/themes/custom/material/font/Roboto-Black.woff +0 -0
  1467. package/css/themes/custom/material/font/Roboto-Black.woff2 +0 -0
  1468. package/css/themes/custom/material/font/Roboto-BlackItalic.woff +0 -0
  1469. package/css/themes/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
  1470. package/css/themes/custom/material/font/Roboto-Bold.woff +0 -0
  1471. package/css/themes/custom/material/font/Roboto-Bold.woff2 +0 -0
  1472. package/css/themes/custom/material/font/Roboto-BoldItalic.woff +0 -0
  1473. package/css/themes/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
  1474. package/css/themes/custom/material/font/Roboto-Italic.woff +0 -0
  1475. package/css/themes/custom/material/font/Roboto-Italic.woff2 +0 -0
  1476. package/css/themes/custom/material/font/Roboto-Light.woff +0 -0
  1477. package/css/themes/custom/material/font/Roboto-Light.woff2 +0 -0
  1478. package/css/themes/custom/material/font/Roboto-LightItalic.woff +0 -0
  1479. package/css/themes/custom/material/font/Roboto-LightItalic.woff2 +0 -0
  1480. package/css/themes/custom/material/font/Roboto-Medium.woff +0 -0
  1481. package/css/themes/custom/material/font/Roboto-Medium.woff2 +0 -0
  1482. package/css/themes/custom/material/font/Roboto-MediumItalic.woff +0 -0
  1483. package/css/themes/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
  1484. package/css/themes/custom/material/font/Roboto-Regular.woff +0 -0
  1485. package/css/themes/custom/material/font/Roboto-Regular.woff2 +0 -0
  1486. package/css/themes/custom/material/font/Roboto-Thin.woff +0 -0
  1487. package/css/themes/custom/material/font/Roboto-Thin.woff2 +0 -0
  1488. package/css/themes/custom/material/font/Roboto-ThinItalic.woff +0 -0
  1489. package/css/themes/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
  1490. package/css/themes/custom/material/font/fonts.css +0 -108
  1491. package/css/themes/custom/material/img/arrow-gray.svg +0 -11
  1492. package/css/themes/custom/material/img/arrow-white.svg +0 -11
  1493. package/css/themes/custom/material_raiz/components_css/crn-button.css +0 -174
  1494. package/css/themes/custom/material_raiz/components_css/crn-cron-calendar.css +0 -176
  1495. package/css/themes/custom/material_raiz/components_css/crn-cron-grid.css +0 -241
  1496. package/css/themes/custom/material_raiz/components_css/crn-navbar.css +0 -185
  1497. package/css/themes/custom/material_raiz/components_css/crn-scheduler.css +0 -98
  1498. package/css/themes/custom/material_raiz/components_css/login.css +0 -38
  1499. package/css/themes/custom/material_raiz/custom-material_raiz.css +0 -363
  1500. package/css/themes/custom/paper/custom-paper.min.css +0 -1561
  1501. package/css/themes/custom/readable/custom-readable.min.css +0 -2661
  1502. package/css/themes/custom/sandstone/custom-sandstone.min.css +0 -1055
  1503. package/css/themes/custom/simplex/custom-simplex.min.css +0 -2646
  1504. package/css/themes/custom/slate/custom-slate.min.css +0 -2956
  1505. package/css/themes/custom/spacelab/font/OpenSans-Bold.woff +0 -0
  1506. package/css/themes/custom/spacelab/font/OpenSans-Bold.woff2 +0 -0
  1507. package/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff +0 -0
  1508. package/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff2 +0 -0
  1509. package/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff +0 -0
  1510. package/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff2 +0 -0
  1511. package/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff +0 -0
  1512. package/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff2 +0 -0
  1513. package/css/themes/custom/spacelab/font/OpenSans-Italic.woff +0 -0
  1514. package/css/themes/custom/spacelab/font/OpenSans-Italic.woff2 +0 -0
  1515. package/css/themes/custom/spacelab/font/OpenSans-Light.woff +0 -0
  1516. package/css/themes/custom/spacelab/font/OpenSans-Light.woff2 +0 -0
  1517. package/css/themes/custom/spacelab/font/OpenSans-Semibold.woff +0 -0
  1518. package/css/themes/custom/spacelab/font/OpenSans-Semibold.woff2 +0 -0
  1519. package/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff +0 -0
  1520. package/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff2 +0 -0
  1521. package/css/themes/custom/spacelab/font/OpenSans.woff +0 -0
  1522. package/css/themes/custom/spacelab/font/OpenSans.woff2 +0 -0
  1523. package/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff +0 -0
  1524. package/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff2 +0 -0
  1525. package/css/themes/custom/spacelab/font/fonts.css +0 -89
  1526. package/css/themes/custom/theme-general/cookies.css +0 -34
  1527. package/css/themes/custom/united/custom-united.min.css +0 -2493
  1528. package/css/themes/custom/yeti/custom-yeti.min.css +0 -3363
  1529. package/css/themes/material_raiz.min.css +0 -3
  1530. package/dist/css/themes/custom/lumen/font/SourceSansPro-Black.woff +0 -0
  1531. package/dist/css/themes/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
  1532. package/dist/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
  1533. package/dist/css/themes/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
  1534. package/dist/css/themes/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
  1535. package/dist/css/themes/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
  1536. package/dist/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
  1537. package/dist/css/themes/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
  1538. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
  1539. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
  1540. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
  1541. package/dist/css/themes/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
  1542. package/dist/css/themes/custom/lumen/font/SourceSansPro-It.woff +0 -0
  1543. package/dist/css/themes/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
  1544. package/dist/css/themes/custom/lumen/font/SourceSansPro-Light.woff +0 -0
  1545. package/dist/css/themes/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
  1546. package/dist/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
  1547. package/dist/css/themes/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
  1548. package/dist/css/themes/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
  1549. package/dist/css/themes/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
  1550. package/dist/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
  1551. package/dist/css/themes/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
  1552. package/dist/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
  1553. package/dist/css/themes/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
  1554. package/dist/css/themes/custom/lumen/font/fonts.css +0 -1
  1555. package/dist/css/themes/custom/lumen/img/arrow-gray.svg +0 -1
  1556. package/dist/css/themes/custom/lumen/img/arrow-white.svg +0 -1
  1557. package/dist/css/themes/custom/spacelab/font/OpenSans-Bold.woff +0 -0
  1558. package/dist/css/themes/custom/spacelab/font/OpenSans-Bold.woff2 +0 -0
  1559. package/dist/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff +0 -0
  1560. package/dist/css/themes/custom/spacelab/font/OpenSans-BoldItalic.woff2 +0 -0
  1561. package/dist/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff +0 -0
  1562. package/dist/css/themes/custom/spacelab/font/OpenSans-Extrabold.woff2 +0 -0
  1563. package/dist/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff +0 -0
  1564. package/dist/css/themes/custom/spacelab/font/OpenSans-ExtraboldItalic.woff2 +0 -0
  1565. package/dist/css/themes/custom/spacelab/font/OpenSans-Italic.woff +0 -0
  1566. package/dist/css/themes/custom/spacelab/font/OpenSans-Italic.woff2 +0 -0
  1567. package/dist/css/themes/custom/spacelab/font/OpenSans-Light.woff +0 -0
  1568. package/dist/css/themes/custom/spacelab/font/OpenSans-Light.woff2 +0 -0
  1569. package/dist/css/themes/custom/spacelab/font/OpenSans-Semibold.woff +0 -0
  1570. package/dist/css/themes/custom/spacelab/font/OpenSans-Semibold.woff2 +0 -0
  1571. package/dist/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff +0 -0
  1572. package/dist/css/themes/custom/spacelab/font/OpenSans-SemiboldItalic.woff2 +0 -0
  1573. package/dist/css/themes/custom/spacelab/font/OpenSans.woff +0 -0
  1574. package/dist/css/themes/custom/spacelab/font/OpenSans.woff2 +0 -0
  1575. package/dist/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff +0 -0
  1576. package/dist/css/themes/custom/spacelab/font/OpenSansLight-Italic.woff2 +0 -0
  1577. package/dist/css/themes/custom/spacelab/font/fonts.css +0 -1
  1578. package/dist/css/themes/custom/theme-general/cookies.css +0 -1
@@ -1,335 +1,641 @@
1
+ /* default */
2
+ .k-radio-label:before,
3
+ .option-default .k-radio-label:before {
4
+ border-color: var(--colorDefault40, #3b448e);
5
+ }
6
+
7
+ .k-radio-label:after,
8
+ .k-radio:checked+.k-radio-label:after,
9
+ .option-default .k-radio-label:after,
10
+ .option-default .k-radio:checked+.k-radio-label:after {
11
+ background: var(--colorDefault40, #3b448e);
12
+ border-color: var(--colorDefault40, #3b448e);
13
+ }
14
+
15
+ .k-radio:checked+.k-radio-label:before,
16
+ .option-default .k-radio:checked+.k-radio-label:before {
17
+ border-color: var(--colorDefault40, #3b448e);
18
+ }
19
+
20
+ .k-radio:focus+.k-radio-label::before,
21
+ .k-radio:hover+.k-radio-label::before,
22
+ .option-default .k-radio:focus+.k-radio-label::before,
23
+ .option-default .k-radio:hover+.k-radio-label::before {
24
+ box-shadow: 0 0 5px 0 var(--colorDefault40, #3b448e);
25
+ border-color: var(--colorDefault40, #3b448e);
26
+ }
27
+
28
+ /* primary */
29
+ .option-primary .k-radio-label:before {
30
+ border-color: var(--colorPrimary40, #5665be);
31
+ }
32
+
33
+ .option-primary .k-radio-label:after,
34
+ .option-primary .k-radio:checked+.k-radio-label:after {
35
+ background: var(--colorPrimary40, #5665be);
36
+ border-color: var(--colorPrimary40, #5665be);
37
+ }
38
+
39
+ .option-primary .k-radio:checked+.k-radio-label:before {
40
+ border-color: var(--colorPrimary40, #5665be);
41
+ }
42
+
43
+ .option-primary .k-radio:focus+.k-radio-label::before,
44
+ .option-primary .k-radio:hover+.k-radio-label::before {
45
+ box-shadow: 0 0 5px 0 var(--colorPrimary40, #5665be);
46
+ border-color: var(--colorPrimary40, #5665be);
47
+ }
48
+
49
+ /* success */
50
+ .option-success .k-radio-label:before {
51
+ border-color: var(--colorSuccess40, #33cd5f);
52
+ }
53
+
54
+ .option-success .k-radio-label:after,
55
+ .option-success .k-radio:checked+.k-radio-label:after {
56
+ background: var(--colorSuccess40, #33cd5f);
57
+ border-color: var(--colorSuccess40, #33cd5f);
58
+ }
59
+
60
+ .option-success .k-radio:checked+.k-radio-label:before {
61
+ border-color: var(--colorSuccess40, #33cd5f);
62
+ }
63
+
64
+ .option-success .k-radio:focus+.k-radio-label::before,
65
+ .option-success .k-radio:hover+.k-radio-label::before {
66
+ box-shadow: 0 0 5px 0 var(--colorSuccess40, #33cd5f);
67
+ border-color: var(--colorSuccess40, #33cd5f);
68
+ }
69
+
70
+ /* info */
71
+ .option-info .k-radio-label:before {
72
+ border-color: var(--colorCalm40, #11c1f3);
73
+ }
74
+
75
+ .option-info .k-radio-label:after,
76
+ .option-info .k-radio:checked+.k-radio-label:after {
77
+ background: var(--colorCalm40, #11c1f3);
78
+ border-color: var(--colorCalm40, #11c1f3);
79
+ }
80
+
81
+ .option-info .k-radio:checked+.k-radio-label:before {
82
+ border-color: var(--colorCalm40, #11c1f3);
83
+ }
84
+
85
+ .option-info .k-radio:focus+.k-radio-label::before,
86
+ .option-info .k-radio:hover+.k-radio-label::before {
87
+ box-shadow: 0 0 5px 0 var(--colorCalm40, #11c1f3);
88
+ border-color: var(--colorCalm40, #11c1f3);
89
+ }
90
+
91
+ /* warning */
92
+ .option-warning .k-radio-label:before {
93
+ border-color: var(--colorWarning40, #ffc900);
94
+ }
95
+
96
+ .option-warning .k-radio-label:after,
97
+ .option-warning .k-radio:checked+.k-radio-label:after {
98
+ background: var(--colorWarning40, #ffc900);
99
+ border-color: var(--colorWarning40, #ffc900);
100
+ }
101
+
102
+ .option-warning .k-radio:checked+.k-radio-label:before {
103
+ border-color: var(--colorWarning40, #ffc900);
104
+ }
105
+
106
+ .option-warning .k-radio:focus+.k-radio-label::before,
107
+ .option-warning .k-radio:hover+.k-radio-label::before {
108
+ box-shadow: 0 0 5px 0 var(--colorWarning40, #ffc900);
109
+ border-color: var(--colorWarning40, #ffc900);
110
+ }
111
+
112
+ /* danger */
113
+ .option-danger .k-radio-label:before {
114
+ border-color: var(--colorDanger40, #ef473a);
115
+ }
116
+
117
+ .option-danger .k-radio-label:after,
118
+ .option-danger .k-radio:checked+.k-radio-label:after {
119
+ background: var(--colorDanger40, #ef473a);
120
+ border-color: var(--colorDanger40, #ef473a);
121
+ }
122
+
123
+ .option-danger .k-radio:checked+.k-radio-label:before {
124
+ border-color: var(--colorDanger40, #ef473a);
125
+ }
126
+
127
+ .option-danger .k-radio:focus+.k-radio-label::before,
128
+ .option-danger .k-radio:hover+.k-radio-label::before {
129
+ box-shadow: 0 0 5px 0 var(--colorDanger40, #ef473a);
130
+ border-color: var(--colorDanger40, #ef473a);
131
+ }
132
+
133
+ /* Stable */
134
+ .option-stable .k-radio-label:before {
135
+ border-color: var(--colorStable40, #f8f8f8);
136
+ }
137
+
138
+ .option-stable .k-radio-label:after,
139
+ .option-stable .k-radio:checked+.k-radio-label:after {
140
+ background: var(--colorStable40, #f8f8f8);
141
+ border-color: var(--colorStable40, #f8f8f8);
142
+ }
143
+
144
+ .option-stable .k-radio:checked+.k-radio-label:before {
145
+ border-color: var(--colorStable40, #f8f8f8);
146
+ }
147
+
148
+ .option-stable .k-radio:focus+.k-radio-label::before,
149
+ .option-stable .k-radio:hover+.k-radio-label::before {
150
+ box-shadow: 0 0 5px 0 var(--colorStable40, #f8f8f8);
151
+ border-color: var(--colorStable40, #f8f8f8);
152
+ }
153
+
154
+ /* Royal */
155
+ .option-royal .k-radio-label:before {
156
+ border-color: var(--colorRoyal40, #886aea);
157
+ }
158
+
159
+ .option-royal .k-radio-label:after,
160
+ .option-royal .k-radio:checked+.k-radio-label:after {
161
+ background: var(--colorRoyal40, #886aea);
162
+ border-color: var(--colorRoyal40, #886aea);
163
+ }
164
+
165
+ .option-royal .k-radio:checked+.k-radio-label:before {
166
+ border-color: var(--colorRoyal40, #886aea);
167
+ }
168
+
169
+ .option-royal .k-radio:focus+.k-radio-label::before,
170
+ .option-royal .k-radio:hover+.k-radio-label::before {
171
+ box-shadow: 0 0 5px 0 var(--colorRoyal40, #886aea);
172
+ border-color: var(--colorRoyal40, #886aea);
173
+ }
174
+
175
+ /* Dark */
176
+ .option-dark .k-radio-label:before {
177
+ border-color: var(--colorDark40, #444444);
178
+ }
179
+
180
+ .option-dark .k-radio-label:after,
181
+ .option-dark .k-radio:checked+.k-radio-label:after {
182
+ background: var(--colorDark40, #444444);
183
+ border-color: var(--colorDark40, #444444);
184
+ }
185
+
186
+ .option-dark .k-radio:checked+.k-radio-label:before {
187
+ border-color: var(--colorDark40, #444444);
188
+ }
189
+
190
+ .option-dark .k-radio:focus+.k-radio-label::before,
191
+ .option-dark .k-radio:hover+.k-radio-label::before {
192
+ box-shadow: 0 0 5px 0 var(--colorDark40, #444444);
193
+ border-color: var(--colorDark40, #444444);
194
+ }
195
+
196
+
197
+
198
+
199
+
200
+
201
+
202
+
203
+
204
+
205
+
206
+
207
+
208
+
209
+
210
+
211
+
212
+
213
+
214
+
215
+
216
+
217
+
218
+
219
+
220
+
221
+
222
+
223
+ /* light */
224
+ .option-light .k-radio-label:before {
225
+ border-color: var(--colorLight40, #ffffff);
226
+ }
227
+
228
+ .option-light .k-radio-label:after,
229
+ .option-light .k-radio:checked+.k-radio-label:after {
230
+ background: var(--colorLight40, #ffffff);
231
+ border-color: var(--colorLight40, #ffffff);
232
+ }
233
+
234
+ .option-light .k-radio:checked+.k-radio-label:before {
235
+ border-color: var(--colorLight40, #ffffff);
236
+ }
237
+
238
+ .option-light .k-radio:focus+.k-radio-label::before,
239
+ .option-light .k-radio:hover+.k-radio-label::before {
240
+ box-shadow: 0 0 5px 0 var(--colorLight40, #ffffff);
241
+ border-color: var(--colorLight40, #ffffff);
242
+ }
243
+
1
244
  /* white */
2
245
 
3
- .option-white .k-radio-label:after, .option-white .k-radio-label:before, .option-white .k-radio:checked+.k-radio-label:after {
4
- background-color: var(--white);
5
- border-color: var(--white);
246
+ .option-white .k-radio-label:after,
247
+ .option-white .k-radio-label:before,
248
+ .option-white .k-radio:checked+.k-radio-label:after {
249
+ background: var(--white, #ffffff);
250
+ border-color: var(--white, #ffffff);
6
251
  }
7
252
 
8
253
  .option-white .k-radio:checked+.k-radio-label:before {
9
- border-color: var(--white) !important;
254
+ border-color: var(--white, #ffffff);
10
255
  }
11
256
 
12
- .option-white .k-radio:focus+.k-radio-label::before, .option-white .k-radio:hover+.k-radio-label::before {
13
- box-shadow: 0 0 5px 0 var(--white);
14
- border-color: var(--white);
257
+ .option-white .k-radio:focus+.k-radio-label::before,
258
+ .option-white .k-radio:hover+.k-radio-label::before {
259
+ box-shadow: 0 0 5px 0 var(--white, #ffffff);
260
+ border-color: var(--white, #ffffff);
15
261
  }
16
262
 
17
263
  /* gray */
18
264
 
19
- .option-gray .k-radio-label:after, .option-gray .k-radio-label:before, .option-gray .k-radio:checked+.k-radio-label:after {
20
- background-color: var(--gray);
21
- border-color: var(--gray);
265
+ .option-gray .k-radio-label:after,
266
+ .option-gray .k-radio-label:before,
267
+ .option-gray .k-radio:checked+.k-radio-label:after {
268
+ background: var(--gray, #333333);
269
+ border-color: var(--gray, #333333);
22
270
  }
23
271
 
24
272
  .option-gray .k-radio:checked+.k-radio-label:before {
25
- border-color: var(--gray) !important;
273
+ border-color: var(--gray, #333333);
26
274
  }
27
275
 
28
- .option-gray .k-radio:focus+.k-radio-label::before, .option-gray .k-radio:hover+.k-radio-label::before {
29
- box-shadow: 0 0 5px 0 var(--gray);
30
- border-color: var(--gray);
276
+ .option-gray .k-radio:focus+.k-radio-label::before,
277
+ .option-gray .k-radio:hover+.k-radio-label::before {
278
+ box-shadow: 0 0 5px 0 var(--gray, #333333);
279
+ border-color: var(--gray, #333333);
31
280
  }
32
281
 
33
282
  /* black */
34
283
 
35
- .option-black .k-radio-label:after, .option-black .k-radio-label:before, .option-black .k-radio:checked+.k-radio-label:after {
36
- background-color: var(--black);
37
- border-color: var(--black);
284
+ .option-black .k-radio-label:after,
285
+ .option-black .k-radio-label:before,
286
+ .option-black .k-radio:checked+.k-radio-label:after {
287
+ background: var(--black, #000000);
288
+ border-color: var(--black, #000000);
38
289
  }
39
290
 
40
291
  .option-black .k-radio:checked+.k-radio-label:before {
41
- border-color: var(--black) !important;
292
+ border-color: var(--black, #000000);
42
293
  }
43
294
 
44
- .option-black .k-radio:focus+.k-radio-label::before, .option-black .k-radio:hover+.k-radio-label::before {
45
- box-shadow: 0 0 5px 0 var(--black);
46
- border-color: var(--black);
295
+ .option-black .k-radio:focus+.k-radio-label::before,
296
+ .option-black .k-radio:hover+.k-radio-label::before {
297
+ box-shadow: 0 0 5px 0 var(--black, #000000);
298
+ border-color: var(--black, #000000);
47
299
  }
48
300
 
49
301
  /* blue */
50
302
 
51
- .option-blue .k-radio-label:after, .option-blue .k-radio-label:before, .option-blue .k-radio:checked+.k-radio-label:after {
52
- background-color: var(--blue);
53
- border-color: var(--blue);
303
+ .option-blue .k-radio-label:after,
304
+ .option-blue .k-radio-label:before,
305
+ .option-blue .k-radio:checked+.k-radio-label:after {
306
+ background: var(--blue, #0247FE);
307
+ border-color: var(--blue, #0247FE);
54
308
  }
55
309
 
56
310
  .option-blue .k-radio:checked+.k-radio-label:before {
57
- border-color: var(--blue) !important;
311
+ border-color: var(--blue, #0247FE);
58
312
  }
59
313
 
60
- .option-blue .k-radio:focus+.k-radio-label::before, .option-blue .k-radio:hover+.k-radio-label::before {
61
- box-shadow: 0 0 5px 0 var(--blue);
62
- border-color: var(--blue);
314
+ .option-blue .k-radio:focus+.k-radio-label::before,
315
+ .option-blue .k-radio:hover+.k-radio-label::before {
316
+ box-shadow: 0 0 5px 0 var(--blue, #0247FE);
317
+ border-color: var(--blue, #0247FE);
63
318
  }
64
319
 
65
320
  /* light-blue */
66
321
 
67
- .option-light-blue .k-radio-label:after, .option-light-blue .k-radio-label:before, .option-light-blue .k-radio:checked+.k-radio-label:after {
68
- background-color: var(--light-blue);
69
- border-color: var(--light-blue);
322
+ .option-light-blue .k-radio-label:after,
323
+ .option-light-blue .k-radio-label:before,
324
+ .option-light-blue .k-radio:checked+.k-radio-label:after {
325
+ background: var(--light-blue, #85A5FF);
326
+ border-color: var(--light-blue, #85A5FF);
70
327
  }
71
328
 
72
329
  .option-light-blue .k-radio:checked+.k-radio-label:before {
73
- border-color: var(--light-blue) !important;
330
+ border-color: var(--light-blue, #85A5FF);
74
331
  }
75
332
 
76
- .option-light-blue .k-radio:focus+.k-radio-label:before, .option-light-blue .k-radio:hover+.k-radio-label:before {
77
- box-shadow: 0 0 5px 0 var(--light-blue);
78
- border-color: var(--light-blue);
333
+ .option-light-blue .k-radio:focus+.k-radio-label:before,
334
+ .option-light-blue .k-radio:hover+.k-radio-label:before {
335
+ box-shadow: 0 0 5px 0 var(--light-blue, #85A5FF);
336
+ border-color: var(--light-blue, #85A5FF);
79
337
  }
80
338
 
81
339
  /* dark-blue */
82
340
 
83
- .option-dark-blue .k-radio-label:after, .option-dark-blue .k-radio-label:before, .option-dark-blue .k-radio:checked+.k-radio-label:after {
84
- background-color: var(--dark-blue);
85
- border-color: var(--dark-blue);
341
+ .option-dark-blue .k-radio-label:after,
342
+ .option-dark-blue .k-radio-label:before,
343
+ .option-dark-blue .k-radio:checked+.k-radio-label:after {
344
+ background: var(--dark-blue, #00217A);
345
+ border-color: var(--dark-blue, #00217A);
86
346
  }
87
347
 
88
348
  .option-dark-blue .k-radio:checked+.k-radio-label:before {
89
- border-color: var(--dark-blue) !important;
349
+ border-color: var(--dark-blue, #00217A);
90
350
  }
91
351
 
92
- .option-dark-blue .k-radio:focus+.k-radio-label:before, .option-dark-blue .k-radio:hover+.k-radio-label:before {
93
- box-shadow: 0 0 5px 0 var(--dark-blue);
94
- border-color: var(--dark-blue);
352
+ .option-dark-blue .k-radio:focus+.k-radio-label:before,
353
+ .option-dark-blue .k-radio:hover+.k-radio-label:before {
354
+ box-shadow: 0 0 5px 0 var(--dark-blue, #00217A);
355
+ border-color: var(--dark-blue, #00217A);
95
356
  }
96
357
 
97
358
  /* purple */
98
359
 
99
- .option-purple .k-radio-label:after, .option-purple .k-radio-label:before, .option-purple .k-radio:checked+.k-radio-label:after {
100
- background-color: var(--purple);
101
- border-color: var(--purple);
360
+ .option-purple .k-radio-label:after,
361
+ .option-purple .k-radio-label:before,
362
+ .option-purple .k-radio:checked+.k-radio-label:after {
363
+ background: var(--purple, #3D01A4);
364
+ border-color: var(--purple, #3D01A4);
102
365
  }
103
366
 
104
367
  .option-purple .k-radio:checked+.k-radio-label:before {
105
- border-color: var(--purple) !important;
368
+ border-color: var(--purple, #3D01A4);
106
369
  }
107
370
 
108
- .option-purple .k-radio:focus+.k-radio-label::before, .option-purple .k-radio:hover+.k-radio-label::before {
109
- box-shadow: 0 0 5px 0 var(--purple);
110
- border-color: var(--purple);
371
+ .option-purple .k-radio:focus+.k-radio-label::before,
372
+ .option-purple .k-radio:hover+.k-radio-label::before {
373
+ box-shadow: 0 0 5px 0 var(--purple, #3D01A4);
374
+ border-color: var(--purple, #3D01A4);
111
375
  }
112
376
 
113
377
  /* light-purple */
114
378
 
115
- .option-light-purple .k-radio-label:after, .option-light-purple .k-radio-label:before, .option-light-purple .k-radio:checked+.k-radio-label:after {
116
- background-color: var(--light-purple);
117
- border-color: var(--light-purple);
379
+ .option-light-purple .k-radio-label:after,
380
+ .option-light-purple .k-radio-label:before,
381
+ .option-light-purple .k-radio:checked+.k-radio-label:after {
382
+ background: var(--light-purple, #B285FF);
383
+ border-color: var(--light-purple, #B285FF);
118
384
  }
119
385
 
120
386
  .option-light-purple .k-radio:checked+.k-radio-label:before {
121
- border-color: var(--light-purple) !important;
387
+ border-color: var(--light-purple, #B285FF);
122
388
  }
123
389
 
124
- .option-light-purple .k-radio:focus+.k-radio-label:before, .option-light-purple .k-radio:hover+.k-radio-label:before {
125
- box-shadow: 0 0 5px 0 var(--light-purple);
126
- border-color: var(--light-purple);
390
+ .option-light-purple .k-radio:focus+.k-radio-label:before,
391
+ .option-light-purple .k-radio:hover+.k-radio-label:before {
392
+ box-shadow: 0 0 5px 0 var(--light-purple, #B285FF);
393
+ border-color: var(--light-purple, #B285FF);
127
394
  }
128
395
 
129
396
  /* dark-purple */
130
397
 
131
- .option-dark-purple .k-radio-label:after, .option-dark-purple .k-radio-label:before, .option-dark-purple .k-radio:checked+.k-radio-label:after {
132
- background-color: var(--dark-purple);
133
- border-color: var(--dark-purple);
398
+ .option-dark-purple .k-radio-label:after,
399
+ .option-dark-purple .k-radio-label:before,
400
+ .option-dark-purple .k-radio:checked+.k-radio-label:after {
401
+ background: var(--dark-purple, #2D007A);
402
+ border-color: var(--dark-purple, #2D007A);
134
403
  }
135
404
 
136
405
  .option-dark-purple .k-radio:checked+.k-radio-label:before {
137
- border-color: var(--dark-purple) !important;
406
+ border-color: var(--dark-purple, #2D007A);
138
407
  }
139
408
 
140
- .option-dark-purple .k-radio:focus+.k-radio-label:before, .option-dark-purple .k-radio:hover+.k-radio-label:before {
141
- box-shadow: 0 0 5px 0 var(--dark-purple);
142
- border-color: var(--dark-purple);
409
+ .option-dark-purple .k-radio:focus+.k-radio-label:before,
410
+ .option-dark-purple .k-radio:hover+.k-radio-label:before {
411
+ box-shadow: 0 0 5px 0 var(--dark-purple, #2D007A);
412
+ border-color: var(--dark-purple, #2D007A);
143
413
  }
144
414
 
145
415
  /* Red */
146
416
 
147
- .option-red .k-radio-label:after, .option-red .k-radio-label:before, .option-red .k-radio:checked+.k-radio-label:after {
148
- background-color: var(--red);
149
- border-color: var(--red);
417
+ .option-red .k-radio-label:after,
418
+ .option-red .k-radio-label:before,
419
+ .option-red .k-radio:checked+.k-radio-label:after {
420
+ background: var(--red, #FE2712);
421
+ border-color: var(--red, #FE2712);
150
422
  }
151
423
 
152
424
  .option-red .k-radio:checked+.k-radio-label:before {
153
- border-color: var(--red) !important;
425
+ border-color: var(--red, #FE2712);
154
426
  }
155
427
 
156
- .option-red .k-radio:focus+.k-radio-label::before, .option-red .k-radio:hover+.k-radio-label::before {
157
- box-shadow: 0 0 5px 0 var(--red);
158
- border-color: var(--red);
428
+ .option-red .k-radio:focus+.k-radio-label::before,
429
+ .option-red .k-radio:hover+.k-radio-label::before {
430
+ box-shadow: 0 0 5px 0 var(--red, #FE2712);
431
+ border-color: var(--red, #FE2712);
159
432
  }
160
433
 
161
434
  /* light-red */
162
435
 
163
- .option-light-red .k-radio-label:after, .option-light-red .k-radio-label:before, .option-light-red .k-radio:checked+.k-radio-label:after {
164
- background-color: var(--light-red);
165
- border-color: var(--light-red);
436
+ .option-light-red .k-radio-label:after,
437
+ .option-light-red .k-radio-label:before,
438
+ .option-light-red .k-radio:checked+.k-radio-label:after {
439
+ background: var(--light-red, #FE8F84);
440
+ border-color: var(--light-red, #FE8F84);
166
441
  }
167
442
 
168
443
  .option-light-red .k-radio:checked+.k-radio-label:before {
169
- border-color: var(--light-red) !important;
444
+ border-color: var(--light-red, #FE8F84);
170
445
  }
171
446
 
172
- .option-light-red .k-radio:focus+.k-radio-label:before, .option-light-red .k-radio:hover+.k-radio-label:before {
173
- box-shadow: 0 0 5px 0 var(--light-red);
174
- border-color: var(--light-red);
447
+ .option-light-red .k-radio:focus+.k-radio-label:before,
448
+ .option-light-red .k-radio:hover+.k-radio-label:before {
449
+ box-shadow: 0 0 5px 0 var(--light-red, #FE8F84);
450
+ border-color: var(--light-red, #FE8F84);
175
451
  }
176
452
 
177
453
  /* dark-red */
178
454
 
179
- .option-dark-red .k-radio-label:after, .option-dark-red .k-radio-label:before, .option-dark-red .k-radio:checked+.k-radio-label:after {
180
- background-color: var(--dark-red);
181
- border-color: var(--dark-red);
455
+ .option-dark-red .k-radio-label:after,
456
+ .option-dark-red .k-radio-label:before,
457
+ .option-dark-red .k-radio:checked+.k-radio-label:after {
458
+ background: var(--dark-red, #7A0B00);
459
+ border-color: var(--dark-red, #7A0B00);
182
460
  }
183
461
 
184
462
  .option-dark-red .k-radio:checked+.k-radio-label:before {
185
- border-color: var(--dark-red) !important;
463
+ border-color: var(--dark-red, #7A0B00);
186
464
  }
187
465
 
188
- .option-dark-red .k-radio:focus+.k-radio-label:before, .option-dark-red .k-radio:hover+.k-radio-label:before {
189
- box-shadow: 0 0 5px 0 var(--dark-red);
190
- border-color: var(--dark-red);
466
+ .option-dark-red .k-radio:focus+.k-radio-label:before,
467
+ .option-dark-red .k-radio:hover+.k-radio-label:before {
468
+ box-shadow: 0 0 5px 0 var(--dark-red, #7A0B00);
469
+ border-color: var(--dark-red, #7A0B00);
191
470
  }
192
471
 
193
472
  /* orange */
194
473
 
195
- .option-orange .k-radio-label:after, .option-orange .k-radio-label:before, .option-orange .k-radio:checked+.k-radio-label:after {
196
- background-color: var(--orange);
197
- border-color: var(--orange);
474
+ .option-orange .k-radio-label:after,
475
+ .option-orange .k-radio-label:before,
476
+ .option-orange .k-radio:checked+.k-radio-label:after {
477
+ background: var(--orange, #FB9B02);
478
+ border-color: var(--orange, #FB9B02);
198
479
  }
199
480
 
200
481
  .option-orange .k-radio:checked+.k-radio-label:before {
201
- border-color: var(--orange) !important;
482
+ border-color: var(--orange, #FB9B02);
202
483
  }
203
484
 
204
- .option-orange .k-radio:focus+.k-radio-label::before, .option-orange .k-radio:hover+.k-radio-label::before {
205
- box-shadow: 0 0 5px 0 var(--orange);
206
- border-color: var(--orange);
485
+ .option-orange .k-radio:focus+.k-radio-label::before,
486
+ .option-orange .k-radio:hover+.k-radio-label::before {
487
+ box-shadow: 0 0 5px 0 var(--orange, #FB9B02);
488
+ border-color: var(--orange, #FB9B02);
207
489
  }
208
490
 
209
491
  /* light-orange */
210
492
 
211
- .option-light-orange .k-radio-label:after, .option-light-orange .k-radio-label:before, .option-light-orange .k-radio:checked+.k-radio-label:after {
212
- background-color: var(--light-orange);
213
- border-color: var(--light-orange);
493
+ .option-light-orange .k-radio-label:after,
494
+ .option-light-orange .k-radio-label:before,
495
+ .option-light-orange .k-radio:checked+.k-radio-label:after {
496
+ background: var(--light-orange, #FFD085);
497
+ border-color: var(--light-orange, #FFD085);
214
498
  }
215
499
 
216
500
  .option-light-orange .k-radio:checked+.k-radio-label:before {
217
- border-color: var(--light-orange) !important;
501
+ border-color: var(--light-orange, #FFD085);
218
502
  }
219
503
 
220
- .option-light-orange .k-radio:focus+.k-radio-label:before, .option-light-orange .k-radio:hover+.k-radio-label:before {
221
- box-shadow: 0 0 5px 0 var(--light-orange);
222
- border-color: var(--light-orange);
504
+ .option-light-orange .k-radio:focus+.k-radio-label:before,
505
+ .option-light-orange .k-radio:hover+.k-radio-label:before {
506
+ box-shadow: 0 0 5px 0 var(--light-orange, #FFD085);
507
+ border-color: var(--light-orange, #FFD085);
223
508
  }
224
509
 
225
510
  /* dark-orange */
226
511
 
227
- .option-dark-orange .k-radio-label:after, .option-dark-orange .k-radio-label:before, .option-dark-orange .k-radio:checked+.k-radio-label:after {
228
- background-color: var(--dark-orange);
229
- border-color: var(--dark-orange);
512
+ .option-dark-orange .k-radio-label:after,
513
+ .option-dark-orange .k-radio-label:before,
514
+ .option-dark-orange .k-radio:checked+.k-radio-label:after {
515
+ background: var(--dark-orange, #7A4B00);
516
+ border-color: var(--dark-orange, #7A4B00);
230
517
  }
231
518
 
232
519
  .option-dark-orange .k-radio:checked+.k-radio-label:before {
233
- border-color: var(--dark-orange) !important;
520
+ border-color: var(--dark-orange, #7A4B00);
234
521
  }
235
522
 
236
- .option-dark-orange .k-radio:focus+.k-radio-label:before, .option-dark-orange .k-radio:hover+.k-radio-label:before {
237
- box-shadow: 0 0 5px 0 var(--dark-orange);
238
- border-color: var(--dark-orange);
523
+ .option-dark-orange .k-radio:focus+.k-radio-label:before,
524
+ .option-dark-orange .k-radio:hover+.k-radio-label:before {
525
+ box-shadow: 0 0 5px 0 var(--dark-orange, #7A4B00);
526
+ border-color: var(--dark-orange, #7A4B00);
239
527
  }
240
528
 
241
529
  /* yellow */
242
530
 
243
- .option-yellow .k-radio-label:after, .option-yellow .k-radio-label:before, .option-yellow .k-radio:checked+.k-radio-label:after {
244
- background-color: var(--yellow);
245
- border-color: var(--yellow);
531
+ .option-yellow .k-radio-label:after,
532
+ .option-yellow .k-radio-label:before,
533
+ .option-yellow .k-radio:checked+.k-radio-label:after {
534
+ background: var(--yellow, #FFFF33);
535
+ border-color: var(--yellow, #FFFF33);
246
536
  }
247
537
 
248
538
  .option-yellow .k-radio:checked+.k-radio-label:before {
249
- border-color: var(--yellow) !important;
539
+ border-color: var(--yellow, #FFFF33);
250
540
  }
251
541
 
252
- .option-yellow .k-radio:focus+.k-radio-label::before, .option-yellow .k-radio:hover+.k-radio-label::before {
253
- box-shadow: 0 0 5px 0 var(--yellow);
254
- border-color: var(--yellow);
542
+ .option-yellow .k-radio:focus+.k-radio-label::before,
543
+ .option-yellow .k-radio:hover+.k-radio-label::before {
544
+ box-shadow: 0 0 5px 0 var(--yellow, #FFFF33);
545
+ border-color: var(--yellow, #FFFF33);
255
546
  }
256
547
 
257
548
  /* light-yellow */
258
549
 
259
- .option-light-yellow .k-radio-label:after, .option-light-yellow .k-radio-label:before, .option-light-yellow .k-radio:checked+.k-radio-label:after {
260
- background-color: var(--light-yellow);
261
- border-color: var(--light-yellow);
550
+ .option-light-yellow .k-radio-label:after,
551
+ .option-light-yellow .k-radio-label:before,
552
+ .option-light-yellow .k-radio:checked+.k-radio-label:after {
553
+ background: var(--light-yellow, #FFFF85);
554
+ border-color: var(--light-yellow, #FFFF85);
262
555
  }
263
556
 
264
557
  .option-light-yellow .k-radio:checked+.k-radio-label:before {
265
- border-color: var(--light-yellow) !important;
558
+ border-color: var(--light-yellow, #FFFF85);
266
559
  }
267
560
 
268
- .option-light-yellow .k-radio:focus+.k-radio-label:before, .option-light-yellow .k-radio:hover+.k-radio-label:before {
269
- box-shadow: 0 0 5px 0 var(--light-yellow);
270
- border-color: var(--light-yellow);
561
+ .option-light-yellow .k-radio:focus+.k-radio-label:before,
562
+ .option-light-yellow .k-radio:hover+.k-radio-label:before {
563
+ box-shadow: 0 0 5px 0 var(--light-yellow, #FFFF85);
564
+ border-color: var(--light-yellow, #FFFF85);
271
565
  }
272
566
 
273
567
  /* dark-yellow */
274
568
 
275
- .option-dark-yellow .k-radio-label:after, .option-dark-yellow .k-radio-label:before, .option-dark-yellow .k-radio:checked+.k-radio-label:after {
276
- background-color: var(--dark-yellow);
277
- border-color: var(--dark-yellow);
569
+ .option-dark-yellow .k-radio-label:after,
570
+ .option-dark-yellow .k-radio-label:before,
571
+ .option-dark-yellow .k-radio:checked+.k-radio-label:after {
572
+ background: var(--dark-yellow, #7A7A00);
573
+ border-color: var(--dark-yellow, #7A7A00);
278
574
  }
279
575
 
280
576
  .option-dark-yellow .k-radio:checked+.k-radio-label:before {
281
- border-color: var(--dark-yellow) !important;
577
+ border-color: var(--dark-yellow, #7A7A00);
282
578
  }
283
579
 
284
- .option-dark-yellow .k-radio:focus+.k-radio-label:before, .option-dark-yellow .k-radio:hover+.k-radio-label:before {
285
- box-shadow: 0 0 5px 0 var(--dark-yellow);
286
- border-color: var(--dark-yellow);
580
+ .option-dark-yellow .k-radio:focus+.k-radio-label:before,
581
+ .option-dark-yellow .k-radio:hover+.k-radio-label:before {
582
+ box-shadow: 0 0 5px 0 var(--dark-yellow, #7A7A00);
583
+ border-color: var(--dark-yellow, #7A7A00);
287
584
  }
288
585
 
289
586
  /* green */
290
587
 
291
- .option-green .k-radio-label:after, .option-green .k-radio-label:before, .option-green .k-radio:checked+.k-radio-label:after {
292
- background-color: var(--green);
293
- border-color: var(--green);
588
+ .option-green .k-radio-label:after,
589
+ .option-green .k-radio-label:before,
590
+ .option-green .k-radio:checked+.k-radio-label:after {
591
+ background: var(--green, #66B032);
592
+ border-color: var(--green, #66B032);
294
593
  }
295
594
 
296
595
  .option-green .k-radio:checked+.k-radio-label:before {
297
- border-color: var(--green) !important;
596
+ border-color: var(--green, #66B032);
298
597
  }
299
598
 
300
- .option-green .k-radio:focus+.k-radio-label::before, .option-green .k-radio:hover+.k-radio-label::before {
301
- box-shadow: 0 0 5px 0 var(--green);
302
- border-color: var(--green);
599
+ .option-green .k-radio:focus+.k-radio-label::before,
600
+ .option-green .k-radio:hover+.k-radio-label::before {
601
+ box-shadow: 0 0 5px 0 var(--green, #66B032);
602
+ border-color: var(--green, #66B032);
303
603
  }
304
604
 
305
605
  /* light-green */
306
606
 
307
- .option-light-green .k-radio-label:after, .option-light-green .k-radio-label:before, .option-light-green .k-radio:checked+.k-radio-label:after {
308
- background-color: var(--light-green);
309
- border-color: var(--light-green);
607
+ .option-light-green .k-radio-label:after,
608
+ .option-light-green .k-radio-label:before,
609
+ .option-light-green .k-radio:checked+.k-radio-label:after {
610
+ background: var(--light-green, #B7FF85);
611
+ border-color: var(--light-green, #B7FF85);
310
612
  }
311
613
 
312
614
  .option-light-green .k-radio:checked+.k-radio-label:before {
313
- border-color: var(--light-green) !important;
615
+ border-color: var(--light-green, #B7FF85);
314
616
  }
315
617
 
316
- .option-light-green .k-radio:focus+.k-radio-label:before, .option-light-green .k-radio:hover+.k-radio-label:before {
317
- box-shadow: 0 0 5px 0 var(--light-green);
318
- border-color: var(--light-green);
618
+ .option-light-green .k-radio:focus+.k-radio-label:before,
619
+ .option-light-green .k-radio:hover+.k-radio-label:before {
620
+ box-shadow: 0 0 5px 0 var(--light-green, #B7FF85);
621
+ border-color: var(--light-green, #B7FF85);
319
622
  }
320
623
 
321
624
  /* dark-green */
322
625
 
323
- .option-dark-green .k-radio-label:after, .option-dark-green .k-radio-label:before, .option-dark-green .k-radio:checked+.k-radio-label:after {
324
- background-color: var(--dark-green);
325
- border-color: var(--dark-green);
626
+ .option-dark-green .k-radio-label:after,
627
+ .option-dark-green .k-radio-label:before,
628
+ .option-dark-green .k-radio:checked+.k-radio-label:after {
629
+ background: var(--dark-green, #337A00);
630
+ border-color: var(--dark-green, #337A00);
326
631
  }
327
632
 
328
633
  .option-dark-green .k-radio:checked+.k-radio-label:before {
329
- border-color: var(--dark-green) !important;
634
+ border-color: var(--dark-green, #337A00);
330
635
  }
331
636
 
332
- .option-dark-green .k-radio:focus+.k-radio-label:before, .option-dark-green .k-radio:hover+.k-radio-label:before {
333
- box-shadow: 0 0 5px 0 var(--dark-green);
334
- border-color: var(--dark-green);
637
+ .option-dark-green .k-radio:focus+.k-radio-label:before,
638
+ .option-dark-green .k-radio:hover+.k-radio-label:before {
639
+ box-shadow: 0 0 5px 0 var(--dark-green, #337A00);
640
+ border-color: var(--dark-green, #337A00);
335
641
  }