cronapp-framework-mobile-js 2.9.1-SP.3 → 2.9.1-SP.4

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 (445) hide show
  1. package/components/crn-button.components.json +21 -42
  2. package/components/crn-checkbox.components.json +10 -20
  3. package/components/crn-filter-button.components.json +11 -21
  4. package/components/crn-input-button.components.json +10 -20
  5. package/components/crn-ion-footer-bar.components.json +20 -40
  6. package/components/crn-ion-segment.components.json +10 -20
  7. package/components/crn-toggle.components.json +10 -20
  8. package/css/themes/custom/aquamarine/bar-aquamarine.css +7 -7
  9. package/css/themes/custom/aquamarine/custom-aquamarine.css +79 -137
  10. package/css/themes/custom/cerulean/custom-cerulean.css +63 -123
  11. package/css/themes/custom/dsgov/custom-dsgov.css +33 -90
  12. package/css/themes/custom/fuse/custom-fuse.css +25 -83
  13. package/css/themes/custom/material/custom-material.css +87 -145
  14. package/deprecated/components/crn-QRCode.components.json +54 -0
  15. package/deprecated/components/crn-anchor.components.json +89 -0
  16. package/deprecated/components/crn-button-bar.components.json +64 -0
  17. package/deprecated/components/crn-button.components.json +316 -0
  18. package/deprecated/components/crn-card.components.json +95 -0
  19. package/deprecated/components/crn-chart.components.json +57 -0
  20. package/deprecated/components/crn-chat.components.json +8 -0
  21. package/deprecated/components/crn-checkbox.components.json +184 -0
  22. package/deprecated/components/crn-complex-search.components.json +43 -0
  23. package/deprecated/components/crn-container.components.json +21 -0
  24. package/deprecated/components/crn-cron-crud.components.json +21 -0
  25. package/deprecated/components/crn-datasource.components.json +181 -0
  26. package/deprecated/components/crn-dynamic-file.components.json +85 -0
  27. package/deprecated/components/crn-dynamic-image.components.json +153 -0
  28. package/deprecated/components/crn-dynamic-select.components.json +111 -0
  29. package/deprecated/components/crn-evaluation.components.json +64 -0
  30. package/deprecated/components/crn-filter-button.components.json +305 -0
  31. package/deprecated/components/crn-form-template.components.json +11 -0
  32. package/deprecated/components/crn-header-button.components.json +63 -0
  33. package/deprecated/components/crn-heading.components.json +109 -0
  34. package/deprecated/components/crn-icon.components.json +258 -0
  35. package/deprecated/components/crn-image.components.json +121 -0
  36. package/deprecated/components/crn-infinite-scroll.components.json +32 -0
  37. package/deprecated/components/crn-input-button.components.json +205 -0
  38. package/deprecated/components/crn-input-floating.components.json +196 -0
  39. package/deprecated/components/crn-input-icon.components.json +187 -0
  40. package/deprecated/components/crn-input-inline.components.json +198 -0
  41. package/deprecated/components/crn-input.components.json +185 -0
  42. package/deprecated/components/crn-ion-content.components.json +24 -0
  43. package/deprecated/components/crn-ion-footer-bar.components.json +351 -0
  44. package/deprecated/components/crn-ion-header-bar.components.json +211 -0
  45. package/deprecated/components/crn-ion-list.components.json +152 -0
  46. package/deprecated/components/crn-ion-nav-buttons.components.json +63 -0
  47. package/deprecated/components/crn-ion-segment-item.components.json +65 -0
  48. package/deprecated/components/crn-ion-segment.components.json +974 -0
  49. package/deprecated/components/crn-ion-tab-item.components.json +50 -0
  50. package/deprecated/components/crn-ion-tab.components.json +138 -0
  51. package/deprecated/components/crn-item-options.components.json +26 -0
  52. package/deprecated/components/crn-item-select.components.json +69 -0
  53. package/deprecated/components/crn-item-swipe.components.json +62 -0
  54. package/deprecated/components/crn-kendo-chat.components.json +88 -0
  55. package/deprecated/components/crn-label.components.json +113 -0
  56. package/deprecated/components/crn-list-avatar.components.json +260 -0
  57. package/deprecated/components/crn-list-icon.components.json +249 -0
  58. package/deprecated/components/crn-list-item-avatar.components.json +236 -0
  59. package/deprecated/components/crn-list-item-icon.components.json +242 -0
  60. package/deprecated/components/crn-list-item-thumbnail.components.json +226 -0
  61. package/deprecated/components/crn-list-item.components.json +160 -0
  62. package/deprecated/components/crn-list-simple.components.json +180 -0
  63. package/deprecated/components/crn-list-swipe.components.json +105 -0
  64. package/deprecated/components/crn-list-thumbnail.components.json +248 -0
  65. package/deprecated/components/crn-list.components.json +75 -0
  66. package/deprecated/components/crn-map.components.json +55 -0
  67. package/deprecated/components/crn-mobile-menu.components.json +32 -0
  68. package/deprecated/components/crn-multiselect.components.json +110 -0
  69. package/deprecated/components/crn-navbar.components.json +106 -0
  70. package/deprecated/components/crn-option-button.components.json +72 -0
  71. package/deprecated/components/crn-paragraph.components.json +110 -0
  72. package/deprecated/components/crn-radio.components.json +90 -0
  73. package/deprecated/components/crn-radioOption.components.json +23 -0
  74. package/deprecated/components/crn-range.components.json +106 -0
  75. package/deprecated/components/crn-rating.components.json +189 -0
  76. package/deprecated/components/crn-search.components.json +210 -0
  77. package/deprecated/components/crn-select-options.components.json +17 -0
  78. package/deprecated/components/crn-select.components.json +93 -0
  79. package/deprecated/components/crn-slider-item.components.json +236 -0
  80. package/deprecated/components/crn-slider.components.json +105 -0
  81. package/deprecated/components/crn-spacer.components.json +21 -0
  82. package/deprecated/components/crn-start.components.json +10 -0
  83. package/deprecated/components/crn-tabs-icon-only-item.components.json +85 -0
  84. package/deprecated/components/crn-tabs-icon-only.components.json +382 -0
  85. package/deprecated/components/crn-tabs.components.json +36 -0
  86. package/deprecated/components/crn-textarea.components.json +109 -0
  87. package/deprecated/components/crn-toggle.components.json +161 -0
  88. package/deprecated/components/crn-video.components.json +67 -0
  89. package/deprecated/components/css/app.css +78 -0
  90. package/deprecated/components/css/background-color.css +121 -0
  91. package/deprecated/components/css/chatStyle.css +221 -0
  92. package/deprecated/components/css/color-default.css +83 -0
  93. package/deprecated/components/css/crn-ion-segment.css +786 -0
  94. package/deprecated/components/css/icon-size.css +15 -0
  95. package/deprecated/components/css/multiselect-editor.css +119 -0
  96. package/deprecated/components/css/tabs-color.css +248 -0
  97. package/deprecated/components/js/format.min.js +2 -0
  98. package/deprecated/components/js/jquery.inputmask.bundle.js +3883 -0
  99. package/deprecated/components/js/jquery.mask.min.js +19 -0
  100. package/deprecated/components/js/pouchdb.cordova-sqlite.js +5540 -0
  101. package/deprecated/components/js/qrcode.js +1319 -0
  102. package/deprecated/components/reports/BOOLEAN.parameter.html +10 -0
  103. package/deprecated/components/reports/DATE.parameter.html +4 -0
  104. package/deprecated/components/reports/DOUBLE.parameter.html +4 -0
  105. package/deprecated/components/reports/FLOAT.parameter.html +4 -0
  106. package/deprecated/components/reports/INTEGER.parameter.html +4 -0
  107. package/deprecated/components/reports/LONG.parameter.html +5 -0
  108. package/deprecated/components/reports/STRING.parameter.html +5 -0
  109. package/deprecated/components/reports/reports.parameters.html +20 -0
  110. package/deprecated/components/templates/advanced.list.designtime.html +33 -0
  111. package/deprecated/components/templates/advanced.list.template.html +1 -0
  112. package/deprecated/components/templates/anchor.template.html +1 -0
  113. package/deprecated/components/templates/button-bar.template.html +5 -0
  114. package/deprecated/components/templates/button-report.template.html +1 -0
  115. package/deprecated/components/templates/button.template.html +4 -0
  116. package/deprecated/components/templates/card.template.html +7 -0
  117. package/deprecated/components/templates/chat.template.html +39 -0
  118. package/deprecated/components/templates/checkbox.template.html +8 -0
  119. package/deprecated/components/templates/combobox.designtime.html +12 -0
  120. package/deprecated/components/templates/combobox.template.html +8 -0
  121. package/deprecated/components/templates/complexsearch.template.html +7 -0
  122. package/deprecated/components/templates/crn-ion-segment-item.template.html +6 -0
  123. package/deprecated/components/templates/crn-ion-segment.template.html +27 -0
  124. package/deprecated/components/templates/cron-crud.template.html +7 -0
  125. package/deprecated/components/templates/cron-mobile-menu.designtime.html +10 -0
  126. package/deprecated/components/templates/div.horizontal.template.html +27 -0
  127. package/deprecated/components/templates/div.vertical.template.html +11 -0
  128. package/deprecated/components/templates/dynamic-combobox.template.html +6 -0
  129. package/deprecated/components/templates/dynamicfile.template.html +8 -0
  130. package/deprecated/components/templates/dynamicimage.designtime.html +10 -0
  131. package/deprecated/components/templates/dynamicimage.template.html +9 -0
  132. package/deprecated/components/templates/evaluation.designtime.html +7 -0
  133. package/deprecated/components/templates/evaluation.template.html +1 -0
  134. package/deprecated/components/templates/filterbutton.template.html +3 -0
  135. package/deprecated/components/templates/floattextinput.designtime.html +4 -0
  136. package/deprecated/components/templates/floattextinput.template.html +4 -0
  137. package/deprecated/components/templates/form.template.html +5 -0
  138. package/deprecated/components/templates/header.template.html +3 -0
  139. package/deprecated/components/templates/icontextinput.template.html +4 -0
  140. package/deprecated/components/templates/image.template.html +18 -0
  141. package/deprecated/components/templates/inlinetextinput.template.html +4 -0
  142. package/deprecated/components/templates/ion-footer-bar.template.html +15 -0
  143. package/deprecated/components/templates/ion-header-bar.template.html +13 -0
  144. package/deprecated/components/templates/ion-tab-item.designtime.html +5 -0
  145. package/deprecated/components/templates/ion-tab.template.html +8 -0
  146. package/deprecated/components/templates/item.avatar.template.html +5 -0
  147. package/deprecated/components/templates/item.icon.template.html +4 -0
  148. package/deprecated/components/templates/item.options.template.html +14 -0
  149. package/deprecated/components/templates/item.slider.template.html +4 -0
  150. package/deprecated/components/templates/item.swipe.template.html +14 -0
  151. package/deprecated/components/templates/item.template.html +5 -0
  152. package/deprecated/components/templates/item.thumbnail.template.html +5 -0
  153. package/deprecated/components/templates/kendo-chat.designtime.html +20 -0
  154. package/deprecated/components/templates/kendo-chat.template.html +75 -0
  155. package/deprecated/components/templates/list.avatar.template.html +7 -0
  156. package/deprecated/components/templates/list.icon.template.html +6 -0
  157. package/deprecated/components/templates/list.swipe.template.html +16 -0
  158. package/deprecated/components/templates/list.template.html +5 -0
  159. package/deprecated/components/templates/list.thumbnail.template.html +7 -0
  160. package/deprecated/components/templates/maps.designtime.html +1 -0
  161. package/deprecated/components/templates/maps.template.html +1 -0
  162. package/deprecated/components/templates/menu.template.html +21 -0
  163. package/deprecated/components/templates/multiselect.template.html +5 -0
  164. package/deprecated/components/templates/nav.bar.template.html +5 -0
  165. package/deprecated/components/templates/publicMenu.template.html +14 -0
  166. package/deprecated/components/templates/radiogroup-dynamic.template.html +15 -0
  167. package/deprecated/components/templates/radiogroup.template.html +21 -0
  168. package/deprecated/components/templates/range.template.html +5 -0
  169. package/deprecated/components/templates/rating.template.html +9 -0
  170. package/deprecated/components/templates/search.template.html +6 -0
  171. package/deprecated/components/templates/slider.template.html +20 -0
  172. package/deprecated/components/templates/tabs-icon-only.template.html +16 -0
  173. package/deprecated/components/templates/tabs.template.html +5 -0
  174. package/deprecated/components/templates/textarea.template.html +1 -0
  175. package/deprecated/components/templates/textinput.template.html +3 -0
  176. package/deprecated/components/templates/textinputbutton.template.html +12 -0
  177. package/deprecated/components/templates/title.template.html +1 -0
  178. package/deprecated/components/templates/toggle-dynamic.template.html +11 -0
  179. package/deprecated/components/templates/toggle.template.html +9 -0
  180. package/deprecated/components/templates/video.designtime.html +2 -0
  181. package/deprecated/components/templates/video.template.html +1 -0
  182. package/deprecated/components/templates/views/public/home.view.html +16 -0
  183. package/deprecated/components/templates/views/public/menu.view.html +20 -0
  184. package/deprecated/components/upload/upload.html +41 -0
  185. package/{css/themes/deprecated/material.min.css → deprecated/css/app.css} +26 -38
  186. package/{css/themes/deprecated → deprecated/css}/custom-ionic.css +0 -0
  187. package/{css/themes/deprecated → deprecated/css}/groupingOfCss/checkbox.css +0 -0
  188. package/{css/themes/deprecated → deprecated/css}/groupingOfCss/col.css +0 -0
  189. package/{css/themes/deprecated → deprecated/css}/groupingOfCss/dynamicImage.css +0 -0
  190. package/{css/themes/deprecated → deprecated/css}/groupingOfCss/import_groupingOfCss.css +0 -0
  191. package/{css/themes/deprecated → deprecated/css}/groupingOfCss/login.css +0 -0
  192. package/{css/themes/deprecated → deprecated/css}/groupingOfCss/qrCodeCronapp.css +0 -0
  193. package/{css/themes/deprecated → deprecated/css}/groupingOfCss/upload-image.css +0 -0
  194. package/{css/themes/deprecated → deprecated/css}/old/modal.css +0 -0
  195. package/deprecated/css/themes/custom/material/custom-material.css +12 -0
  196. package/deprecated/css/themes/material.min.css +4 -0
  197. package/deprecated/dist/components/css/app.css +1 -0
  198. package/deprecated/dist/components/css/background-color.css +1 -0
  199. package/deprecated/dist/components/css/chatStyle.css +1 -0
  200. package/deprecated/dist/components/css/color-default.css +1 -0
  201. package/deprecated/dist/components/css/crn-ion-segment.css +1 -0
  202. package/deprecated/dist/components/css/icon-size.css +1 -0
  203. package/deprecated/dist/components/css/multiselect-editor.css +1 -0
  204. package/deprecated/dist/components/css/tabs-color.css +1 -0
  205. package/deprecated/dist/components/js/format.min.js +1 -0
  206. package/deprecated/dist/components/js/jquery.inputmask.bundle.js +3 -0
  207. package/deprecated/dist/components/js/jquery.mask.min.js +1 -0
  208. package/deprecated/dist/components/js/pouchdb.cordova-sqlite.js +2 -0
  209. package/deprecated/dist/components/js/qrcode.js +1 -0
  210. package/deprecated/dist/components/templates/advanced.list.designtime.html +1 -0
  211. package/deprecated/dist/components/templates/advanced.list.template.html +1 -0
  212. package/deprecated/dist/components/templates/anchor.template.html +1 -0
  213. package/deprecated/dist/components/templates/button-bar.template.html +1 -0
  214. package/deprecated/dist/components/templates/button-report.template.html +1 -0
  215. package/deprecated/dist/components/templates/button.template.html +1 -0
  216. package/deprecated/dist/components/templates/card.template.html +1 -0
  217. package/deprecated/dist/components/templates/chat.template.html +1 -0
  218. package/deprecated/dist/components/templates/checkbox.template.html +1 -0
  219. package/deprecated/dist/components/templates/combobox.designtime.html +1 -0
  220. package/deprecated/dist/components/templates/combobox.template.html +1 -0
  221. package/deprecated/dist/components/templates/complexsearch.template.html +1 -0
  222. package/deprecated/dist/components/templates/crn-ion-segment-item.template.html +1 -0
  223. package/deprecated/dist/components/templates/crn-ion-segment.template.html +1 -0
  224. package/deprecated/dist/components/templates/cron-crud.template.html +1 -0
  225. package/deprecated/dist/components/templates/cron-mobile-menu.designtime.html +1 -0
  226. package/deprecated/dist/components/templates/div.horizontal.template.html +1 -0
  227. package/deprecated/dist/components/templates/div.vertical.template.html +1 -0
  228. package/deprecated/dist/components/templates/dynamic-combobox.template.html +1 -0
  229. package/deprecated/dist/components/templates/dynamicfile.template.html +1 -0
  230. package/deprecated/dist/components/templates/dynamicimage.designtime.html +1 -0
  231. package/deprecated/dist/components/templates/dynamicimage.template.html +1 -0
  232. package/deprecated/dist/components/templates/evaluation.designtime.html +1 -0
  233. package/deprecated/dist/components/templates/evaluation.template.html +1 -0
  234. package/deprecated/dist/components/templates/filterbutton.template.html +1 -0
  235. package/deprecated/dist/components/templates/floattextinput.designtime.html +1 -0
  236. package/deprecated/dist/components/templates/floattextinput.template.html +1 -0
  237. package/deprecated/dist/components/templates/form.template.html +1 -0
  238. package/deprecated/dist/components/templates/header.template.html +1 -0
  239. package/deprecated/dist/components/templates/iconinput.template.html +1 -0
  240. package/deprecated/dist/components/templates/icontextinput.template.html +1 -0
  241. package/deprecated/dist/components/templates/image.template.html +1 -0
  242. package/deprecated/dist/components/templates/inlinetextinput.template.html +1 -0
  243. package/deprecated/dist/components/templates/ion-footer-bar.template.html +1 -0
  244. package/deprecated/dist/components/templates/ion-header-bar.template.html +1 -0
  245. package/deprecated/dist/components/templates/ion-tab-item.designtime.html +1 -0
  246. package/deprecated/dist/components/templates/ion-tab.designtime.html +1 -0
  247. package/deprecated/dist/components/templates/ion-tab.template.html +1 -0
  248. package/deprecated/dist/components/templates/item.avatar.template.html +1 -0
  249. package/deprecated/dist/components/templates/item.icon.template.html +1 -0
  250. package/deprecated/dist/components/templates/item.options.template.html +1 -0
  251. package/deprecated/dist/components/templates/item.slider.template.html +1 -0
  252. package/deprecated/dist/components/templates/item.swipe.template.html +1 -0
  253. package/deprecated/dist/components/templates/item.template.html +1 -0
  254. package/deprecated/dist/components/templates/item.thumbnail.template.html +1 -0
  255. package/deprecated/dist/components/templates/kendo-chat.designtime.html +1 -0
  256. package/deprecated/dist/components/templates/kendo-chat.template.html +1 -0
  257. package/deprecated/dist/components/templates/list.avatar.template.html +1 -0
  258. package/deprecated/dist/components/templates/list.icon.template.html +1 -0
  259. package/deprecated/dist/components/templates/list.swipe.template.html +1 -0
  260. package/deprecated/dist/components/templates/list.template.html +1 -0
  261. package/deprecated/dist/components/templates/list.thumbnail.template.html +1 -0
  262. package/deprecated/dist/components/templates/maps.designtime.html +1 -0
  263. package/deprecated/dist/components/templates/maps.template.html +1 -0
  264. package/deprecated/dist/components/templates/menu.template.html +1 -0
  265. package/deprecated/dist/components/templates/multiselect.template.html +1 -0
  266. package/deprecated/dist/components/templates/nav.bar.template.html +1 -0
  267. package/deprecated/dist/components/templates/publicMenu.template.html +1 -0
  268. package/deprecated/dist/components/templates/radiogroup-dynamic.template.html +1 -0
  269. package/deprecated/dist/components/templates/radiogroup.template.html +1 -0
  270. package/deprecated/dist/components/templates/range.template.html +1 -0
  271. package/deprecated/dist/components/templates/rating.template.html +1 -0
  272. package/deprecated/dist/components/templates/search.template.html +1 -0
  273. package/deprecated/dist/components/templates/slider.template.html +1 -0
  274. package/deprecated/dist/components/templates/tabs-icon-only.template.html +1 -0
  275. package/deprecated/dist/components/templates/tabs.template.html +1 -0
  276. package/deprecated/dist/components/templates/textarea.template.html +1 -0
  277. package/deprecated/dist/components/templates/textinput.template.html +1 -0
  278. package/deprecated/dist/components/templates/textinputbutton.template.html +1 -0
  279. package/deprecated/dist/components/templates/title.template.html +1 -0
  280. package/deprecated/dist/components/templates/toggle-dynamic.template.html +1 -0
  281. package/deprecated/dist/components/templates/toggle.template.html +1 -0
  282. package/deprecated/dist/components/templates/video.designtime.html +1 -0
  283. package/deprecated/dist/components/templates/video.template.html +1 -0
  284. package/deprecated/dist/components/templates/views/public/home.view.html +1 -0
  285. package/deprecated/dist/components/templates/views/public/menu.view.html +1 -0
  286. package/deprecated/dist/css/app.css +1 -0
  287. package/{dist/css/themes/deprecated → deprecated/dist/css}/cronos.css +0 -0
  288. package/{dist/css/themes/deprecated → deprecated/dist/css}/custom-ionic.css +0 -0
  289. package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/checkbox.css +0 -0
  290. package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/col.css +0 -0
  291. package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/dynamicImage.css +0 -0
  292. package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/import_groupingOfCss.css +0 -0
  293. package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/login.css +0 -0
  294. package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/qrCodeCronapp.css +0 -0
  295. package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/upload-image.css +0 -0
  296. package/{dist/css/themes/deprecated → deprecated/dist/css}/old/modal.css +0 -0
  297. package/deprecated/dist/i18n/locale_en_us.json +126 -0
  298. package/deprecated/dist/i18n/locale_pt_br.json +126 -0
  299. package/deprecated/dist/img/cron-icon/crn-QRCode.svg +1 -0
  300. package/deprecated/dist/img/cron-icon/crn-anchor.svg +1 -0
  301. package/deprecated/dist/img/cron-icon/crn-button-bar.svg +1 -0
  302. package/deprecated/dist/img/cron-icon/crn-button.svg +1 -0
  303. package/deprecated/dist/img/cron-icon/crn-card.svg +1 -0
  304. package/deprecated/dist/img/cron-icon/crn-carousel.svg +1 -0
  305. package/deprecated/dist/img/cron-icon/crn-chart.svg +1 -0
  306. package/deprecated/dist/img/cron-icon/crn-checkbox.svg +1 -0
  307. package/deprecated/dist/img/cron-icon/crn-container.svg +1 -0
  308. package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +1 -0
  309. package/deprecated/dist/img/cron-icon/crn-datasource.svg +1 -0
  310. package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +1 -0
  311. package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +1 -0
  312. package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
  313. package/deprecated/dist/img/cron-icon/crn-evaluation.svg +1 -0
  314. package/deprecated/dist/img/cron-icon/crn-form.svg +1 -0
  315. package/deprecated/dist/img/cron-icon/crn-header.svg +1 -0
  316. package/deprecated/dist/img/cron-icon/crn-icon.svg +1 -0
  317. package/deprecated/dist/img/cron-icon/crn-image.svg +1 -0
  318. package/deprecated/dist/img/cron-icon/crn-infinite-scroll.svg +1 -0
  319. package/deprecated/dist/img/cron-icon/crn-input-floating.svg +1 -0
  320. package/deprecated/dist/img/cron-icon/crn-input-inline.svg +1 -0
  321. package/deprecated/dist/img/cron-icon/crn-ion-footer-bar.svg +1 -0
  322. package/deprecated/dist/img/cron-icon/crn-ion-list.svg +1 -0
  323. package/deprecated/dist/img/cron-icon/crn-item-swipe.svg +1 -0
  324. package/deprecated/dist/img/cron-icon/crn-kendo-chat.svg +1 -0
  325. package/deprecated/dist/img/cron-icon/crn-label.svg +1 -0
  326. package/deprecated/dist/img/cron-icon/crn-list-avatar.svg +1 -0
  327. package/deprecated/dist/img/cron-icon/crn-list-icon.svg +1 -0
  328. package/deprecated/dist/img/cron-icon/crn-list-item-avatar.svg +1 -0
  329. package/deprecated/dist/img/cron-icon/crn-list-item-icon.svg +1 -0
  330. package/deprecated/dist/img/cron-icon/crn-list-item-thumbnail.svg +1 -0
  331. package/deprecated/dist/img/cron-icon/crn-list-item.svg +1 -0
  332. package/deprecated/dist/img/cron-icon/crn-list-swipe.svg +1 -0
  333. package/deprecated/dist/img/cron-icon/crn-list-thumbnail.svg +1 -0
  334. package/deprecated/dist/img/cron-icon/crn-list.svg +1 -0
  335. package/deprecated/dist/img/cron-icon/crn-map.svg +1 -0
  336. package/deprecated/dist/img/cron-icon/crn-multiselect.svg +1 -0
  337. package/deprecated/dist/img/cron-icon/crn-paragraph.svg +1 -0
  338. package/deprecated/dist/img/cron-icon/crn-plugin.svg +1 -0
  339. package/deprecated/dist/img/cron-icon/crn-radio.svg +1 -0
  340. package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +1 -0
  341. package/deprecated/dist/img/cron-icon/crn-range.svg +1 -0
  342. package/deprecated/dist/img/cron-icon/crn-rating.svg +1 -0
  343. package/deprecated/dist/img/cron-icon/crn-select.svg +1 -0
  344. package/deprecated/dist/img/cron-icon/crn-spacer.svg +1 -0
  345. package/deprecated/dist/img/cron-icon/crn-tabs-icon-only.svg +1 -0
  346. package/deprecated/dist/img/cron-icon/crn-tabs.svg +1 -0
  347. package/deprecated/dist/img/cron-icon/crn-text-component.svg +1 -0
  348. package/deprecated/dist/img/cron-icon/crn-textarea.svg +1 -0
  349. package/deprecated/dist/img/cron-icon/crn-textinput.svg +1 -0
  350. package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +1 -0
  351. package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +1 -0
  352. package/deprecated/dist/img/cron-icon/crn-toggle.svg +1 -0
  353. package/deprecated/dist/img/cron-icon/crn-video.svg +1 -0
  354. package/deprecated/dist/img/placehold-100x100.png +0 -0
  355. package/deprecated/dist/img/placehold-300x200.png +0 -0
  356. package/deprecated/dist/img/placehold-900x500.png +0 -0
  357. package/deprecated/dist/img/qr-code.png +0 -0
  358. package/deprecated/dist/img/svg-charts.svg +1 -0
  359. package/deprecated/dist/img/user.svg +1 -0
  360. package/deprecated/dist/js/LanguageSelectDirective.js +1 -0
  361. package/deprecated/dist/js/LocaleService.js +1 -0
  362. package/deprecated/dist/js/app.authentication.js +1 -0
  363. package/deprecated/dist/js/app.js +1 -0
  364. package/deprecated/dist/js/controllers.authentication.js +1 -0
  365. package/deprecated/dist/js/controllers.js +1 -0
  366. package/deprecated/dist/js/custom.controllers.js +1 -0
  367. package/deprecated/dist/js/customModules.js +1 -0
  368. package/deprecated/dist/js/customStateProvider.js +0 -0
  369. package/deprecated/dist/js/directives.js +17 -0
  370. package/deprecated/dist/js/filters.js +1 -0
  371. package/deprecated/dist/js/local-dateformat.directive.js +1 -0
  372. package/deprecated/dist/js/reports/parameters.controller.js +1 -0
  373. package/deprecated/dist/js/reports/reports.service.js +1 -0
  374. package/deprecated/dist/js/services.js +1 -0
  375. package/deprecated/dist/js/upload.service.js +1 -0
  376. package/deprecated/img/cron-icon/crn-QRCode.svg +38 -0
  377. package/deprecated/img/cron-icon/crn-anchor.svg +29 -0
  378. package/deprecated/img/cron-icon/crn-button-bar.svg +1 -0
  379. package/deprecated/img/cron-icon/crn-button.svg +24 -0
  380. package/deprecated/img/cron-icon/crn-card.svg +1 -0
  381. package/deprecated/img/cron-icon/crn-carousel.svg +26 -0
  382. package/deprecated/img/cron-icon/crn-chart.svg +19 -0
  383. package/deprecated/img/cron-icon/crn-checkbox.svg +15 -0
  384. package/deprecated/img/cron-icon/crn-container.svg +1 -0
  385. package/deprecated/img/cron-icon/crn-cron-crud.svg +28 -0
  386. package/deprecated/img/cron-icon/crn-datasource.svg +27 -0
  387. package/deprecated/img/cron-icon/crn-dynamic-file.svg +1 -0
  388. package/deprecated/img/cron-icon/crn-dynamic-image.svg +25 -0
  389. package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
  390. package/deprecated/img/cron-icon/crn-evaluation.svg +1 -0
  391. package/deprecated/img/cron-icon/crn-form.svg +24 -0
  392. package/deprecated/img/cron-icon/crn-header.svg +18 -0
  393. package/deprecated/img/cron-icon/crn-icon.svg +23 -0
  394. package/deprecated/img/cron-icon/crn-image.svg +20 -0
  395. package/deprecated/img/cron-icon/crn-infinite-scroll.svg +1 -0
  396. package/deprecated/img/cron-icon/crn-input-floating.svg +1 -0
  397. package/deprecated/img/cron-icon/crn-input-inline.svg +1 -0
  398. package/deprecated/img/cron-icon/crn-ion-footer-bar.svg +1 -0
  399. package/deprecated/img/cron-icon/crn-ion-list.svg +1 -0
  400. package/deprecated/img/cron-icon/crn-item-swipe.svg +15 -0
  401. package/deprecated/img/cron-icon/crn-kendo-chat.svg +1 -0
  402. package/deprecated/img/cron-icon/crn-label.svg +1 -0
  403. package/deprecated/img/cron-icon/crn-list-avatar.svg +1 -0
  404. package/deprecated/img/cron-icon/crn-list-icon.svg +1 -0
  405. package/deprecated/img/cron-icon/crn-list-item-avatar.svg +1 -0
  406. package/deprecated/img/cron-icon/crn-list-item-icon.svg +1 -0
  407. package/deprecated/img/cron-icon/crn-list-item-thumbnail.svg +1 -0
  408. package/deprecated/img/cron-icon/crn-list-item.svg +1 -0
  409. package/deprecated/img/cron-icon/crn-list-swipe.svg +17 -0
  410. package/deprecated/img/cron-icon/crn-list-thumbnail.svg +17 -0
  411. package/deprecated/img/cron-icon/crn-list.svg +16 -0
  412. package/deprecated/img/cron-icon/crn-map.svg +1 -0
  413. package/deprecated/img/cron-icon/crn-multiselect.svg +1 -0
  414. package/deprecated/img/cron-icon/crn-paragraph.svg +1 -0
  415. package/deprecated/img/cron-icon/crn-plugin.svg +44 -0
  416. package/deprecated/img/cron-icon/crn-radio.svg +21 -0
  417. package/deprecated/img/cron-icon/crn-radiogroup.svg +25 -0
  418. package/deprecated/img/cron-icon/crn-range.svg +1 -0
  419. package/deprecated/img/cron-icon/crn-rating.svg +20 -0
  420. package/deprecated/img/cron-icon/crn-select.svg +1 -0
  421. package/deprecated/img/cron-icon/crn-spacer.svg +1 -0
  422. package/deprecated/img/cron-icon/crn-tabs-icon-only.svg +24 -0
  423. package/deprecated/img/cron-icon/crn-tabs.svg +17 -0
  424. package/deprecated/img/cron-icon/crn-text-component.svg +22 -0
  425. package/deprecated/img/cron-icon/crn-textarea.svg +22 -0
  426. package/deprecated/img/cron-icon/crn-textinput.svg +23 -0
  427. package/deprecated/img/cron-icon/crn-textinputbutton.svg +33 -0
  428. package/deprecated/img/cron-icon/crn-textinputicon.svg +29 -0
  429. package/deprecated/img/cron-icon/crn-toggle.svg +1 -0
  430. package/deprecated/img/cron-icon/crn-video.svg +1 -0
  431. package/deprecated/img/placehold-100x100.png +0 -0
  432. package/deprecated/img/placehold-300x200.png +0 -0
  433. package/deprecated/img/placehold-900x500.png +0 -0
  434. package/deprecated/img/qr-code.png +0 -0
  435. package/deprecated/img/svg-charts.svg +1 -0
  436. package/deprecated/img/user.svg +18 -0
  437. package/dist/css/themes/custom/aquamarine/bar-aquamarine.css +1 -1
  438. package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
  439. package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
  440. package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
  441. package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
  442. package/dist/css/themes/custom/material/custom-material.css +1 -1
  443. package/package.json +1 -1
  444. package/css/themes/deprecated/cronos.css +0 -55
  445. package/dist/css/themes/deprecated/material.min.css +0 -1
@@ -6,8 +6,7 @@
6
6
  "description": "Botão",
7
7
  "description_en_US": "Button",
8
8
  "category": [
9
- "BUTTONS",
10
- "FORMS"
9
+ "BUTTONS", "FORMS"
11
10
  ],
12
11
  "wrapper": false,
13
12
  "templateURL": "src/main/mobileapp/www/node_modules/cronapp-framework-mobile-js/dist/components/templates/button.template.html",
@@ -164,71 +163,61 @@
164
163
  "key": "button-default",
165
164
  "value_pt_BR": "Padrão do tema",
166
165
  "value_en_US": "Default theme",
167
- "color": "--btnDefault",
168
- "borderColor": "--borderBtnDefault"
166
+ "color": "--btnDefault"
169
167
  },
170
168
  {
171
169
  "key": "button-positive",
172
170
  "value_pt_BR": "Secundário",
173
171
  "value_en_US": "Secondary",
174
- "color": "--btnPrimary",
175
- "borderColor": "--borderBtnPrimary"
172
+ "color": "--btnPrimary"
176
173
  },
177
174
  {
178
175
  "key": "button-balanced",
179
176
  "value_pt_BR": "Sucesso",
180
177
  "value_en_US": "Success",
181
- "color": "--btnSuccess",
182
- "borderColor": "--borderBtnSuccess"
178
+ "color": "--btnSuccess"
183
179
  },
184
180
  {
185
181
  "key": "button-calm",
186
182
  "value_pt_BR": "Informação",
187
183
  "value_en_US": "Info",
188
- "color": "--btnCalm",
189
- "borderColor": "--borderBtnCalm"
184
+ "color": "--btnCalm"
190
185
  },
191
186
  {
192
187
  "key": "button-energized",
193
188
  "value_pt_BR": "Aviso",
194
189
  "value_en_US": "Warning",
195
- "color": "--btnWarning",
196
- "borderColor": "--borderBtnWarning"
190
+ "color": "--btnWarning"
197
191
  },
198
192
  {
199
193
  "key": "button-assertive",
200
194
  "value_pt_BR": "Perigo",
201
195
  "value_en_US": "Danger",
202
- "color": "--btnDanger",
203
- "borderColor": "--borderBtnDanger"
196
+ "color": "--btnDanger"
204
197
  },
205
198
  {
206
199
  "key": "button-light",
207
200
  "value_pt_BR": "Claro",
208
201
  "value_en_US": "Light",
209
- "color": "--btnLight",
210
- "borderColor": "--borderBtnLight"
202
+ "color": "--btnLight"
211
203
  },
212
204
  {
213
205
  "key": "button-stable",
214
206
  "value_pt_BR": "Estável",
215
207
  "value_en_US": "Stable",
216
- "color": "--btnStable",
217
- "borderColor": "--borderBtnStable"
208
+ "color": "--btnStable"
218
209
  },
219
210
  {
220
211
  "key": "button-royal",
221
212
  "value_pt_BR": "Real",
222
213
  "value_en_US": "Royal",
223
- "color": "--btnRoyal",
224
- "borderColor": "--borderBtnRoyal"
214
+ "color": "--btnRoyal"
225
215
  },
226
216
  {
227
217
  "key": "button-dark",
228
218
  "value_pt_BR": "Escuro",
229
219
  "value_en_US": "Dark",
230
- "color": "--btnDark",
231
- "borderColor": "--borderBtnDark"
220
+ "color": "--btnDark"
232
221
  }
233
222
  ]
234
223
  },
@@ -240,62 +229,52 @@
240
229
  {
241
230
  "key": "default",
242
231
  "value_pt_BR": "Padrão do tema",
243
- "value_en_US": "Default theme",
244
- "color": "--textColorDefault"
232
+ "value_en_US": "Default theme"
245
233
  },
246
234
  {
247
235
  "key": "positive",
248
236
  "value_pt_BR": "Secundário",
249
- "value_en_US": "Secondary",
250
- "color": "--textColorPrimary"
237
+ "value_en_US": "Secondary"
251
238
  },
252
239
  {
253
240
  "key": "balanced",
254
241
  "value_pt_BR": "Sucesso",
255
- "value_en_US": "Success",
256
- "color": "--textColorSuccess"
242
+ "value_en_US": "Success"
257
243
  },
258
244
  {
259
245
  "key": "calm",
260
246
  "value_pt_BR": "Informação",
261
- "value_en_US": "Info",
262
- "color": "--textColorCalm"
247
+ "value_en_US": "Info"
263
248
  },
264
249
  {
265
250
  "key": "energized",
266
251
  "value_pt_BR": "Aviso",
267
- "value_en_US": "Warning",
268
- "color": "--textColorWarning"
252
+ "value_en_US": "Warning"
269
253
  },
270
254
  {
271
255
  "key": "assertive",
272
256
  "value_pt_BR": "Perigo",
273
- "value_en_US": "Danger",
274
- "color": "--textColorDanger"
257
+ "value_en_US": "Danger"
275
258
  },
276
259
  {
277
260
  "key": "light",
278
261
  "value_pt_BR": "Claro",
279
- "value_en_US": "Light",
280
- "color": "--textColorLight"
262
+ "value_en_US": "Light"
281
263
  },
282
264
  {
283
265
  "key": "stable",
284
266
  "value_pt_BR": "Estável",
285
- "value_en_US": "Stable",
286
- "color": "--textColorStable"
267
+ "value_en_US": "Stable"
287
268
  },
288
269
  {
289
270
  "key": "royal",
290
271
  "value_pt_BR": "Real",
291
- "value_en_US": "Royal",
292
- "color": "--textColorRoyal"
272
+ "value_en_US": "Royal"
293
273
  },
294
274
  {
295
275
  "key": "dark",
296
276
  "value_pt_BR": "Escuro",
297
- "value_en_US": "Dark",
298
- "color": "--textColorDark"
277
+ "value_en_US": "Dark"
299
278
  }
300
279
  ]
301
280
  }
@@ -53,71 +53,61 @@
53
53
  "key": "checkbox-default",
54
54
  "value_pt_BR": "Padrão do tema",
55
55
  "value_en_US": "Default theme",
56
- "color": "--checkboxDefault",
57
- "borderColor": "--borderCheckboxDefault"
56
+ "color": "--checkboxDefault"
58
57
  },
59
58
  {
60
59
  "key": "checkbox-positive",
61
60
  "value_pt_BR": "Secundário",
62
61
  "value_en_US": "Secondary",
63
- "color": "--checkboxPrimary",
64
- "borderColor": "--borderCheckboxPrimary"
62
+ "color": "--checkboxPrimary"
65
63
  },
66
64
  {
67
65
  "key": "checkbox-balanced",
68
66
  "value_pt_BR": "Sucesso",
69
67
  "value_en_US": "Success",
70
- "color": "--checkboxSuccess",
71
- "borderColor": "--borderCheckboxSuccess"
68
+ "color": "--checkboxSuccess"
72
69
  },
73
70
  {
74
71
  "key": "checkbox-calm",
75
72
  "value_pt_BR": "Informação",
76
73
  "value_en_US": "Info",
77
- "color": "--checkboxCalm",
78
- "borderColor": "--borderCheckboxCalm"
74
+ "color": "--checkboxCalm"
79
75
  },
80
76
  {
81
77
  "key": "checkbox-energized",
82
78
  "value_pt_BR": "Aviso",
83
79
  "value_en_US": "Warning",
84
- "color": "--checkboxWarning",
85
- "borderColor": "--borderCheckboxWarning"
80
+ "color": "--checkboxWarning"
86
81
  },
87
82
  {
88
83
  "key": "checkbox-assertive",
89
84
  "value_pt_BR": "Perigo",
90
85
  "value_en_US": "Danger",
91
- "color": "--checkboxDanger",
92
- "borderColor": "--borderCheckboxDanger"
86
+ "color": "--checkboxDanger"
93
87
  },
94
88
  {
95
89
  "key": "checkbox-light",
96
90
  "value_pt_BR": "Claro",
97
91
  "value_en_US": "Light",
98
- "color": "--checkboxLight",
99
- "borderColor": "--borderCheckboxLight"
92
+ "color": "--checkboxLight"
100
93
  },
101
94
  {
102
95
  "key": "checkbox-stable",
103
96
  "value_pt_BR": "Estável",
104
97
  "value_en_US": "Stable",
105
- "color": "--checkboxStable",
106
- "borderColor": "--borderCheckboxStable"
98
+ "color": "--checkboxStable"
107
99
  },
108
100
  {
109
101
  "key": "checkbox-royal",
110
102
  "value_pt_BR": "Real",
111
103
  "value_en_US": "Royal",
112
- "color": "--checkboxRoyal",
113
- "borderColor": "--borderCheckboxRoyal"
104
+ "color": "--checkboxRoyal"
114
105
  },
115
106
  {
116
107
  "key": "checkbox-dark",
117
108
  "value_pt_BR": "Escuro",
118
109
  "value_en_US": "Dark",
119
- "color": "--checkboxDark",
120
- "borderColor": "--borderCheckboxDark"
110
+ "color": "--checkboxDark"
121
111
  },
122
112
  {
123
113
  "key": "checkbox-white",
@@ -145,71 +145,61 @@
145
145
  "key": "button-default",
146
146
  "value_pt_BR": "Padrão do tema",
147
147
  "value_en_US": "Default theme",
148
- "color": "--btnDefault",
149
- "borderColor": "--borderBtnDefault"
148
+ "color": "--btnDefault"
150
149
  },
151
150
  {
152
151
  "key": "button-positive",
153
152
  "value_pt_BR": "Secundário",
154
153
  "value_en_US": "Secondary",
155
- "color": "--btnPrimary",
156
- "borderColor": "--borderBtnPrimary"
154
+ "color": "--btnPrimary"
157
155
  },
158
156
  {
159
157
  "key": "button-balanced",
160
158
  "value_pt_BR": "Sucesso",
161
159
  "value_en_US": "Success",
162
- "color": "--btnSuccess",
163
- "borderColor": "--borderBtnSuccess"
160
+ "color": "--btnSuccess"
164
161
  },
165
162
  {
166
163
  "key": "button-calm",
167
164
  "value_pt_BR": "Informação",
168
165
  "value_en_US": "Info",
169
- "color": "--btnCalm",
170
- "borderColor": "--borderBtnCalm"
166
+ "color": "--btnCalm"
171
167
  },
172
168
  {
173
169
  "key": "button-energized",
174
170
  "value_pt_BR": "Aviso",
175
171
  "value_en_US": "Warning",
176
- "color": "--btnWarning",
177
- "borderColor": "--borderBtnWarning"
172
+ "color": "--btnWarning"
178
173
  },
179
174
  {
180
175
  "key": "button-assertive",
181
176
  "value_pt_BR": "Perigo",
182
177
  "value_en_US": "Danger",
183
- "color": "--btnDanger",
184
- "borderColor": "--borderBtnDanger"
178
+ "color": "--btnDanger"
185
179
  },
186
180
  {
187
181
  "key": "button-light",
188
182
  "value_pt_BR": "Claro",
189
183
  "value_en_US": "Light",
190
- "color": "--btnLight",
191
- "borderColor": "--borderBtnLight"
184
+ "color": "--btnLight"
192
185
  },
193
186
  {
194
187
  "key": "button-stable",
195
188
  "value_pt_BR": "Estável",
196
189
  "value_en_US": "Stable",
197
- "color": "--btnStable",
198
- "borderColor": "--borderBtnStable"
190
+ "color": "--btnStable"
199
191
  },
200
192
  {
201
193
  "key": "button-royal",
202
194
  "value_pt_BR": "Real",
203
195
  "value_en_US": "Royal",
204
- "color": "--btnRoyal",
205
- "borderColor": "--borderBtnRoyal"
196
+ "color": "--btnRoyal"
206
197
  },
207
198
  {
208
199
  "key": "button-dark",
209
200
  "value_pt_BR": "Escuro",
210
201
  "value_en_US": "Dark",
211
- "color": "--btnDark",
212
- "borderColor": "--borderBtnDark"
202
+ "color": "--btnDark"
213
203
  }
214
204
  ]
215
205
  },
@@ -324,4 +314,4 @@
324
314
  "text_en_US": "Description"
325
315
  }
326
316
  ]
327
- }
317
+ }
@@ -90,71 +90,61 @@
90
90
  "key": "button-default",
91
91
  "value_pt_BR": "Padrão do tema",
92
92
  "value_en_US": "Default theme",
93
- "color": "--btnDefault",
94
- "borderColor": "--borderBtnDefault"
93
+ "color": "--btnDefault"
95
94
  },
96
95
  {
97
96
  "key": "button-positive",
98
97
  "value_pt_BR": "Secundário",
99
98
  "value_en_US": "Secondary",
100
- "color": "--btnPrimary",
101
- "borderColor": "--borderBtnPrimary"
99
+ "color": "--btnPrimary"
102
100
  },
103
101
  {
104
102
  "key": "button-balanced",
105
103
  "value_pt_BR": "Sucesso",
106
104
  "value_en_US": "Success",
107
- "color": "--btnSuccess",
108
- "borderColor": "--borderBtnSuccess"
105
+ "color": "--btnSuccess"
109
106
  },
110
107
  {
111
108
  "key": "button-calm",
112
109
  "value_pt_BR": "Informação",
113
110
  "value_en_US": "Info",
114
- "color": "--btnCalm",
115
- "borderColor": "--borderBtnCalm"
111
+ "color": "--btnCalm"
116
112
  },
117
113
  {
118
114
  "key": "button-energized",
119
115
  "value_pt_BR": "Aviso",
120
116
  "value_en_US": "Warning",
121
- "color": "--btnWarning",
122
- "borderColor": "--borderBtnWarning"
117
+ "color": "--btnWarning"
123
118
  },
124
119
  {
125
120
  "key": "button-assertive",
126
121
  "value_pt_BR": "Perigo",
127
122
  "value_en_US": "Danger",
128
- "color": "--btnDanger",
129
- "borderColor": "--borderBtnDanger"
123
+ "color": "--btnDanger"
130
124
  },
131
125
  {
132
126
  "key": "button-light",
133
127
  "value_pt_BR": "Claro",
134
128
  "value_en_US": "Light",
135
- "color": "--btnLight",
136
- "borderColor": "--borderBtnLight"
129
+ "color": "--btnLight"
137
130
  },
138
131
  {
139
132
  "key": "button-stable",
140
133
  "value_pt_BR": "Estável",
141
134
  "value_en_US": "Stable",
142
- "color": "--btnStable",
143
- "borderColor": "--borderBtnStable"
135
+ "color": "--btnStable"
144
136
  },
145
137
  {
146
138
  "key": "button-royal",
147
139
  "value_pt_BR": "Real",
148
140
  "value_en_US": "Royal",
149
- "color": "--btnRoyal",
150
- "borderColor": "--borderBtnRoyal"
141
+ "color": "--btnRoyal"
151
142
  },
152
143
  {
153
144
  "key": "button-dark",
154
145
  "value_pt_BR": "Escuro",
155
146
  "value_en_US": "Dark",
156
- "color": "--btnDark",
157
- "borderColor": "--borderBtnDark"
147
+ "color": "--btnDark"
158
148
  }
159
149
  ]
160
150
  }
@@ -261,71 +261,61 @@
261
261
  "key": "button-default",
262
262
  "value_pt_BR": "Padrão do tema",
263
263
  "value_en_US": "Default theme",
264
- "color": "--btnDefault",
265
- "borderColor": "--borderBtnDefault"
264
+ "color": "--btnDefault"
266
265
  },
267
266
  {
268
267
  "key": "button-positive",
269
268
  "value_pt_BR": "Secundário",
270
269
  "value_en_US": "Secondary",
271
- "color": "--btnPrimary",
272
- "borderColor": "--borderBtnPrimary"
270
+ "color": "--btnPrimary"
273
271
  },
274
272
  {
275
273
  "key": "button-balanced",
276
274
  "value_pt_BR": "Sucesso",
277
275
  "value_en_US": "Success",
278
- "color": "--btnSuccess",
279
- "borderColor": "--borderBtnSuccess"
276
+ "color": "--btnSuccess"
280
277
  },
281
278
  {
282
279
  "key": "button-calm",
283
280
  "value_pt_BR": "Informação",
284
281
  "value_en_US": "Info",
285
- "color": "--btnCalm",
286
- "borderColor": "--borderBtnCalm"
282
+ "color": "--btnCalm"
287
283
  },
288
284
  {
289
285
  "key": "button-energized",
290
286
  "value_pt_BR": "Aviso",
291
287
  "value_en_US": "Warning",
292
- "color": "--btnWarning",
293
- "borderColor": "--borderBtnWarning"
288
+ "color": "--btnWarning"
294
289
  },
295
290
  {
296
291
  "key": "button-assertive",
297
292
  "value_pt_BR": "Perigo",
298
293
  "value_en_US": "Danger",
299
- "color": "--btnDanger",
300
- "borderColor": "--borderBtnDanger"
294
+ "color": "--btnDanger"
301
295
  },
302
296
  {
303
297
  "key": "button-light",
304
298
  "value_pt_BR": "Claro",
305
299
  "value_en_US": "Light",
306
- "color": "--btnLight",
307
- "borderColor": "--borderBtnLight"
300
+ "color": "--btnLight"
308
301
  },
309
302
  {
310
303
  "key": "button-stable",
311
304
  "value_pt_BR": "Estável",
312
305
  "value_en_US": "Stable",
313
- "color": "--btnStable",
314
- "borderColor": "--borderBtnStable"
306
+ "color": "--btnStable"
315
307
  },
316
308
  {
317
309
  "key": "button-royal",
318
310
  "value_pt_BR": "Real",
319
311
  "value_en_US": "Royal",
320
- "color": "--btnRoyal",
321
- "borderColor": "--borderBtnRoyal"
312
+ "color": "--btnRoyal"
322
313
  },
323
314
  {
324
315
  "key": "button-dark",
325
316
  "value_pt_BR": "Escuro",
326
317
  "value_en_US": "Dark",
327
- "color": "--btnDark",
328
- "borderColor": "--borderBtnDark"
318
+ "color": "--btnDark"
329
319
  }
330
320
  ]
331
321
  },
@@ -338,71 +328,61 @@
338
328
  "key": "button-default",
339
329
  "value_pt_BR": "Padrão do tema",
340
330
  "value_en_US": "Default theme",
341
- "color": "--btnDefault",
342
- "borderColor": "--borderBtnDefault"
331
+ "color": "--btnDefault"
343
332
  },
344
333
  {
345
334
  "key": "button-positive",
346
335
  "value_pt_BR": "Secundário",
347
336
  "value_en_US": "Secondary",
348
- "color": "--btnPrimary",
349
- "borderColor": "--borderBtnPrimary"
337
+ "color": "--btnPrimary"
350
338
  },
351
339
  {
352
340
  "key": "button-balanced",
353
341
  "value_pt_BR": "Sucesso",
354
342
  "value_en_US": "Success",
355
- "color": "--btnSuccess",
356
- "borderColor": "--borderBtnSuccess"
343
+ "color": "--btnSuccess"
357
344
  },
358
345
  {
359
346
  "key": "button-calm",
360
347
  "value_pt_BR": "Informação",
361
348
  "value_en_US": "Info",
362
- "color": "--btnCalm",
363
- "borderColor": "--borderBtnCalm"
349
+ "color": "--btnCalm"
364
350
  },
365
351
  {
366
352
  "key": "button-energized",
367
353
  "value_pt_BR": "Aviso",
368
354
  "value_en_US": "Warning",
369
- "color": "--btnWarning",
370
- "borderColor": "--borderBtnWarning"
355
+ "color": "--btnWarning"
371
356
  },
372
357
  {
373
358
  "key": "button-assertive",
374
359
  "value_pt_BR": "Perigo",
375
360
  "value_en_US": "Danger",
376
- "color": "--btnDanger",
377
- "borderColor": "--borderBtnDanger"
361
+ "color": "--btnDanger"
378
362
  },
379
363
  {
380
364
  "key": "button-light",
381
365
  "value_pt_BR": "Claro",
382
366
  "value_en_US": "Light",
383
- "color": "--btnLight",
384
- "borderColor": "--borderBtnLight"
367
+ "color": "--btnLight"
385
368
  },
386
369
  {
387
370
  "key": "button-stable",
388
371
  "value_pt_BR": "Estável",
389
372
  "value_en_US": "Stable",
390
- "color": "--btnStable",
391
- "borderColor": "--borderBtnStable"
373
+ "color": "--btnStable"
392
374
  },
393
375
  {
394
376
  "key": "button-royal",
395
377
  "value_pt_BR": "Real",
396
378
  "value_en_US": "Royal",
397
- "color": "--btnRoyal",
398
- "borderColor": "--borderBtnRoyal"
379
+ "color": "--btnRoyal"
399
380
  },
400
381
  {
401
382
  "key": "button-dark",
402
383
  "value_pt_BR": "Escuro",
403
384
  "value_en_US": "Dark",
404
- "color": "--btnDark",
405
- "borderColor": "--borderBtnDark"
385
+ "color": "--btnDark"
406
386
  }
407
387
  ]
408
388
  },
@@ -433,71 +433,61 @@
433
433
  "key": "active-background-default",
434
434
  "value_pt_BR": "Padrão do tema",
435
435
  "value_en_US": "Default theme",
436
- "color": "--activeBackgroundDefault",
437
- "borderColor": "--borderActiveBackgroundDefault"
436
+ "color": "--activeBackgroundDefault"
438
437
  },
439
438
  {
440
439
  "key": "active-background-positive",
441
440
  "value_pt_BR": "Secundário",
442
441
  "value_en_US": "Secondary",
443
- "color": "--activeBackgroundPrimary",
444
- "borderColor": "--borderActiveBackgroundPrimary"
442
+ "color": "--activeBackgroundPrimary"
445
443
  },
446
444
  {
447
445
  "key": "active-background-balanced",
448
446
  "value_pt_BR": "Sucesso",
449
447
  "value_en_US": "Success",
450
- "color": "--activeBackgroundSuccess",
451
- "borderColor": "--borderActiveBackgroundSuccess"
448
+ "color": "--activeBackgroundSecondary"
452
449
  },
453
450
  {
454
451
  "key": "active-background-calm",
455
452
  "value_pt_BR": "Informação",
456
453
  "value_en_US": "Info",
457
- "color": "--activeBackgroundCalm",
458
- "borderColor": "--borderActiveBackgroundCalm"
454
+ "color": "--activeBackgroundCalm"
459
455
  },
460
456
  {
461
457
  "key": "active-background-energized",
462
458
  "value_pt_BR": "Aviso",
463
459
  "value_en_US": "Warning",
464
- "color": "--activeBackgroundWarning",
465
- "borderColor": "--borderActiveBackgroundWarning"
460
+ "color": "--activeBackgroundWarning"
466
461
  },
467
462
  {
468
463
  "key": "active-background-assertive",
469
464
  "value_pt_BR": "Perigo",
470
465
  "value_en_US": "Danger",
471
- "color": "--activeBackgroundDanger",
472
- "borderColor": "--borderActiveBackgroundDanger"
466
+ "color": "--activeBackgroundDanger"
473
467
  },
474
468
  {
475
469
  "key": "active-background-light",
476
470
  "value_pt_BR": "Claro",
477
471
  "value_en_US": "Light",
478
- "color": "--activeBackgroundLight",
479
- "borderColor": "--borderActiveBackgroundLight"
472
+ "color": "--activeBackgroundLight"
480
473
  },
481
474
  {
482
475
  "key": "active-background-stable",
483
476
  "value_pt_BR": "Estável",
484
477
  "value_en_US": "Stable",
485
- "color": "--activeBackgroundStable",
486
- "borderColor": "--borderActiveBackgroundStable"
478
+ "color": "--activeBackgroundStable"
487
479
  },
488
480
  {
489
481
  "key": "active-background-royal",
490
482
  "value_pt_BR": "Real",
491
483
  "value_en_US": "Royal",
492
- "color": "--activeBackgroundRoyal",
493
- "borderColor": "--borderActiveBackgroundRoyal"
484
+ "color": "--activeBackgroundRoyal"
494
485
  },
495
486
  {
496
487
  "key": "active-background-dark",
497
488
  "value_pt_BR": "Escuro",
498
489
  "value_en_US": "Dark",
499
- "color": "--activeBackgroundDark",
500
- "borderColor": "--borderActiveBackgroundDark"
490
+ "color": "--activeBackgroundDark"
501
491
  },
502
492
  {
503
493
  "key": "active-background-white",