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
@@ -259,43 +259,20 @@
259
259
  --colorNeutral210: #090909;
260
260
  --colorNeutral220: #000000;
261
261
 
262
- /* === Variables used exclusively in the color palette property === */
262
+
263
263
  /* Components - Button */
264
264
  --btnLink: var(--colorPrimary40, #1351b4);
265
265
  --btnDefault: var(--colorDefault40, #1351b4);
266
- --btnPrimary: transparent;
266
+ --btnPrimary: var(--colorPrimary40, #1351b4);
267
267
  --btnSuccess: var(--colorSuccess40, #168821);
268
268
  --btnCalm: var(--colorCalm40, #3b448e);
269
269
  --btnWarning: var(--colorWarning40, #ffcd07);
270
270
  --btnDanger: var(--colorDanger40, #e52207);
271
- --btnLight: transparent;
271
+ --btnLight: var(--colorLight40, #ffffff);
272
272
  --btnStable: var(--colorStable40, #f8f8f8);
273
273
  --btnRoyal: var(--colorRoyal40, #886aea);
274
274
  --btnDark: var(--colorDark40, #444444);
275
275
 
276
- --textColorDefault: var(--textColorDefault40, #ffffff);
277
- --textColorPrimary: var(--colorPrimary40, #1351b4);
278
- --textColorSuccess: var(--textColorSuccess40, #ffffff);
279
- --textColorCalm: var(--textColorCalm40, #ffffff);
280
- --textColorWarning: var(--textColorWarning40, #ffffff);
281
- --textColorDanger: var(--textColorDanger40, #ffffff);
282
- --textColorLight: var(--colorPrimary40, #1351b4);
283
- --textColorStable: var(--textColorStable40, #444444);
284
- --textColorRoyal: var(--textColorRoyal40, #ffffff);
285
- --textColorDark: var(--textColorDark40, #ffffff);
286
-
287
- --borderBtnLink: transparent;
288
- --borderBtnDefault: transparent;
289
- --borderBtnPrimary: var(--colorPrimary40, #1351b4);
290
- --borderBtnSuccess: transparent;
291
- --borderBtnCalm: transparent;
292
- --borderBtnWarning: transparent;
293
- --borderBtnDanger: transparent;
294
- --borderBtnLight: var(--colorPrimary40, #1351b4);
295
- --borderBtnStable: transparent;
296
- --borderBtnRoyal: transparent;
297
- --borderBtnDark: transparent;
298
-
299
276
  /* Components - Text color */
300
277
  --colorDefault: var(--colorDefault40, #1351b4);
301
278
  --colorPrimary: var(--colorPrimary40, #1351b4);
@@ -309,28 +286,17 @@
309
286
  --colorDark: var(--colorDark40, #444444);
310
287
 
311
288
  /* Components - Checkbox */
312
- --checkboxDefault: var(--colorDefault40, #909090);
289
+ --checkboxDefault: var(--colorDefault30, #909090);
313
290
  --checkboxPrimary: var(--colorPrimary40, #1351b4);
314
291
  --checkboxSuccess: var(--colorSuccess40, #168821);
315
292
  --checkboxCalm: var(--colorCalm40, #3b448e);
316
293
  --checkboxWarning: var(--colorWarning40, #ffcd07);
317
294
  --checkboxDanger: var(--colorDanger40, #e52207);
318
- --checkboxLight: var(--textColorDefault40, #ffffff);
295
+ --checkboxLight: var(--textColorLight40, #444444);
319
296
  --checkboxStable: var(--colorStable40, #f8f8f8);
320
297
  --checkboxRoyal: var(--colorRoyal40, #886aea);
321
298
  --checkboxDark: var(--colorDark40, #444444);
322
299
 
323
- --borderCheckboxDefault: var(--colorDefault40, #3b448e);
324
- --borderCheckboxPrimary: var(--colorPrimary40, #1351b4);
325
- --borderCheckboxSuccess: var(--colorSuccess40, #168821);
326
- --borderCheckboxCalm: var(--colorCalm40, #11c3b448ef3);
327
- --borderCheckboxWarning: var(--colorWarning40, #ffcd07);
328
- --borderCheckboxDanger: var(--colorDanger40, #e52207);
329
- --borderCheckboxLight: var(--colorDefault40, #1351b4);
330
- --borderCheckboxStable: var(--colorStable60, #f8f8f8);
331
- --borderCheckboxRoyal: var(--colorRoyal40, #886aea);
332
- --borderCheckboxDark: var(--colorDark40, #444444);
333
-
334
300
  /* Components - Toggle */
335
301
  --toggleDefault: var(--colorDefault40, #1351b4);
336
302
  --togglePrimary: var(--colorPrimary40, #1351b4);
@@ -343,46 +309,24 @@
343
309
  --toggleRoyal: var(--colorRoyal40, #886aea);
344
310
  --toggleDark: var(--colorDark40, #444444);
345
311
 
346
- --borderToggleDefault: var(--colorDefault40, #2ca4a8);
347
- --borderTogglePrimary: var(--colorPrimary40, #1351b4);
348
- --borderToggleSuccess: var(--colorSuccess40, #168821);
349
- --borderToggleCalm: var(--colorCalm40, #3b448e);
350
- --borderToggleWarning: var(--colorWarning40, #ffcd07);
351
- --borderToggleDanger: var(--colorDanger40, #e52207);
352
- --borderToggleLight: var(--colorDefault40, #1351b4);
353
- --borderToggleStable: var(--colorStable50, #9c9c9c);
354
- --borderToggleRoyal: var(--colorRoyal40, #886aea);
355
- --borderToggleDark: var(--colorDark40, #444444);
356
-
357
312
  /* Components - Tabs - crn-ion-segment */
358
- --bgDefault: var(--colorDefault10, #d6daeb);
359
- --bgPrimary: var(--colorPrimary10, #d6daeb);
360
- --bgSuccess: var(--colorSuccess10, #d6e2d6);
361
- --bgCalm: var(--colorCalm10, #d8d9e3);
362
- --bgWarning: var(--colorWarning10, #fff1d5);
363
- --bgDanger: var(--colorDanger10, #f7d6d5);
364
- --bgLight: var(--textColorDefault10, #ffffff);
365
- --bgStable: var(--colorStable10, #fdfdfd);
366
- --bgRoyal: var(--colorRoyal10, #e2ddf9);
367
- --bgDark: var(--colorDark10, #d9d9d9);
368
-
369
- --borderActiveBackgroundDefault: var(--colorDefault40, #f5f5f5);
370
- --borderActiveBackgroundPrimary: var(--colorPrimary40, #1351b4);
371
- --borderActiveBackgroundSuccess: var(--colorSuccess40, #168821);
372
- --borderActiveBackgroundCalm: var(--colorCalm40, #3b448e);
373
- --borderActiveBackgroundWarning: var(--colorWarning40, #ffcd07);
374
- --borderActiveBackgroundDanger: var(--colorDanger50, #c71c22);
375
- --borderActiveBackgroundLight: var(--colorLight40, #ffffff);
376
- --borderActiveBackgroundStable: var(--colorStable40, #f8f8f8);
377
- --borderActiveBackgroundRoyal: var(--colorRoyal40, #886aea);
378
- --borderActiveBackgroundDark: var(--colorDark40, #444444);
313
+ --bgDefault: var(--colorDefault40, #1351b4);
314
+ --bgPrimary: var(--colorPrimary40, #1351b4);
315
+ --bgSuccess: var(--colorSuccess40, #168821);
316
+ --bgCalm: var(--colorCalm40, #3498db);
317
+ --bgWarning: var(--colorWarning40, #f39c12);
318
+ --bgDanger: var(--colorDanger40, #e74c3c);
319
+ --bgLight: var(--textColorDefault40, #ffffff);
320
+ --bgStable: var(--colorStable40, #f8f8f8);
321
+ --bgRoyal: var(--colorRoyal40, #886aea);
322
+ --bgDark: var(--colorDark40, #444444);
379
323
 
380
324
  --activeBackgroundDefault: var(--colorDefault40, #1351b4);
381
325
  --activeBackgroundPrimary: var(--colorPrimary40, #1351b4);
382
326
  --activeBackgroundSuccess: var(--colorSuccess40, #168821);
383
- --activeBackgroundCalm: var(--colorCalm40, #3b448e);
384
- --activeBackgroundWarning: var(--colorWarning40, #ffcd07);
385
- --activeBackgroundDanger: var(--colorDanger40, #e52207);
327
+ --activeBackgroundCalm: var(--colorCalm40, #3498db);
328
+ --activeBackgroundWarning: var(--colorWarning40, #f39c12);
329
+ --activeBackgroundDanger: var(--colorDanger40, #e74c3c);
386
330
  --activeBackgroundLight: var(--textColorDefault40, #ffffff);
387
331
  --activeBackgroundStable: var(--colorStable40, #f8f8f8);
388
332
  --activeBackgroundRoyal: var(--colorRoyal40, #886aea);
@@ -399,24 +343,24 @@
399
343
  --ionSegmentRoyal: var(--textColorRoyal40, #ffffff);
400
344
  --ionSegmentDark: var(--textColorDark40, #ffffff);
401
345
 
402
- --iconThemeLightDefault: var(--colorDefault40, #ffffff);
403
- --iconThemeLightPrimary: var(--colorPrimary40, #1351b4);
404
- --iconThemeLightSuccess: var(--colorSuccess40, #168821);
405
- --iconThemeLightCalm: var(--colorCalm40, #3b448e);
406
- --iconThemeLightWarning: var(--colorWarning40, #ffcd07);
407
- --iconThemeLightDanger: var(--colorDanger40, #e52207);
346
+ --iconThemeLightDefault: var(--textColorDefault40, #ffffff);
347
+ --iconThemeLightPrimary: var(--textColorPrimary40, #ffffff);
348
+ --iconThemeLightSuccess: var(--textColorSuccess40, #ffffff);
349
+ --iconThemeLightCalm: var(--textColorCalm40, #ffffff);
350
+ --iconThemeLightWarning: var(--textColorWarning40, #ffffff);
351
+ --iconThemeLightDanger: var(--textColorDanger40, #ffffff);
408
352
  --iconThemeLightLight: var(--colorDefault40, #1351b4);
409
- --iconThemeLightStable: var(--colorStable40, #f8f8f8);
410
- --iconThemeLightRoyal: var(--colorRoyal40, #886aea);
411
- --iconThemeLightDark: var(--colorDark40, #444444);
353
+ --iconThemeLightStable: var(--textColorStable40, #444444);
354
+ --iconThemeLightRoyal: var(--textColorRoyal40, #ffffff);
355
+ --iconThemeLightDark: var(--textColorDark40, #ffffff);
412
356
 
413
357
  /* Components - Old Tabs - pallete false */
414
358
  --tabsDefault: var(--colorDefault40, #1351b4);
415
359
  --tabsPrimary: var(--colorPrimary40, #1351b4);
416
360
  --tabsSuccess: var(--colorSuccess40, #168821);
417
361
  --tabsCalm: var(--colorCalm40, #3498db);
418
- --tabsWarning: var(--colorWarning40, #ffcd07);
419
- --tabsDanger: var(--colorDanger40, #e52207);
362
+ --tabsWarning: var(--colorWarning40, #f39c12);
363
+ --tabsDanger: var(--colorDanger40, #e74c3c);
420
364
  --tabsLight: var(--colorLight40, #ffffff);
421
365
  --tabsStable: var(--colorStable40, #f8f8f8);
422
366
  --tabsRoyal: var(--colorRoyal40, #886aea);
@@ -428,7 +372,7 @@
428
372
  --barSuccess: var(--colorSuccess40, #168821);
429
373
  --barCalm: var(--colorCalm40, #3498db);
430
374
  --barWarning: var(--colorWarning40, #f39c12);
431
- --barDanger: var(--colorDanger40, #e52207);
375
+ --barDanger: var(--colorDanger40, #e74c3c);
432
376
  --barLight: var(--colorLight40, #ffffff);
433
377
  --barStable: var(--colorStable40, #f8f8f8);
434
378
  --barRoyal: var(--colorRoyal40, #886aea);
@@ -439,8 +383,8 @@
439
383
  --backgroundPrimary: var(--colorDefault40, #1351b4);
440
384
  --backgroundSuccess: var(--colorSuccess40, #168821);
441
385
  --backgroundCalm: var(--colorCalm40, #3498db);
442
- --backgroundWarning: var(--colorWarning40, #ffcd07);
443
- --backgroundDanger: var(--colorDanger40, #e52207);
386
+ --backgroundWarning: var(--colorWarning40, #f39c12);
387
+ --backgroundDanger: var(--colorDanger40, #e74c3c);
444
388
  --backgroundLight: var(--colorLight40, #ffffff);
445
389
  --backgroundStable: var(--colorStable40, #f8f8f8);
446
390
  --backgroundRoyal: var(--colorRoyal40, #886aea);
@@ -452,11 +396,10 @@
452
396
  --tabsIconCalm: var(--textColorCalm40, #ffffff);
453
397
  --tabsIconWarning: var(--textColorWarning40, #ffffff);
454
398
  --tabsIconDanger: var(--textColorDanger40, #ffffff);
455
- --tabsIconLight: var(--colorDefault40, #1351b4);
399
+ --tabsIconLight: var(--colorDefault40, #ffffff);
456
400
  --tabsIconStable: var(--textColorStable40, #444444);
457
401
  --tabsIconRoyal: var(--textColorRoyal40, #ffffff);
458
402
  --tabsIconDark: var(--textColorDark40, #ffffff);
459
- /* End - Variables used exclusively in the color palette property */
460
403
  }
461
404
 
462
405
  a,
@@ -259,13 +259,12 @@
259
259
  --colorNeutral210: #090909;
260
260
  --colorNeutral220: #000000;
261
261
 
262
- /* === Variables used exclusively in the color palette property === */
263
262
  /* Components - Button */
264
263
  --btnLink: var(--colorPrimary40, #4f46e5);
265
264
  --btnDefault: var(--colorDefault40, #1e293b);
266
265
  --btnPrimary: var(--colorPrimary40, #4f46e5);
267
266
  --btnSuccess: var(--colorSuccess40, #22c55e);
268
- --btnCalm: var(--colorLight40, #ffffff);
267
+ --btnCalm: var(--textColor40, #383838);
269
268
  --btnWarning: var(--colorWarning40, #f59e0b);
270
269
  --btnDanger: var(--colorDanger40, #ef4444);
271
270
  --btnLight: var(--colorLight50, #dfdfdf);
@@ -273,29 +272,6 @@
273
272
  --btnRoyal: var(--colorRoyal40, #9933cc);
274
273
  --btnDark: var(--colorDark40, #adafae);
275
274
 
276
- --textColorDefault: var(--textColorDefault40, #ffffff);
277
- --textColorPrimary: var(--textColorPrimary40, #ffffff);
278
- --textColorSuccess: var(--textColorSuccess40, #ffffff);
279
- --textColorCalm: var(--colorLight40, #ffffff);
280
- --textColorWarning: var(--textColorWarning40, #ffffff);
281
- --textColorDanger: var(--textColorDanger40, #ffffff);
282
- --textColorLight: var(--textColor40, #1e293b);
283
- --textColorStable: var(--textColorStable40, #444444);
284
- --textColorRoyal: var(--textColorRoyal40, #ffffff);
285
- --textColorDark: var(--textColorDark40, #000000);
286
-
287
- --borderBtnLink: transparent;
288
- --borderBtnDefault: transparent;
289
- --borderBtnPrimary: transparent;
290
- --borderBtnSuccess: transparent;
291
- --borderBtnCalm: var(--textColor20, #afb0b3);
292
- --borderBtnWarning: transparent;
293
- --borderBtnDanger: transparent;
294
- --borderBtnLight: transparent;
295
- --borderBtnStable: transparent;
296
- --borderBtnRoyal: transparent;
297
- --borderBtnDark: transparent;
298
-
299
275
  /* Components - Text color */
300
276
  --colorDefault: var(--colorDefault40, #1e293b);
301
277
  --colorPrimary: var(--colorPrimary40, #4f46e5);
@@ -316,21 +292,10 @@
316
292
  --checkboxWarning: var(--colorWarning40, #f59e0b);
317
293
  --checkboxDanger: var(--colorDanger40, #ef4444);
318
294
  --checkboxLight: var(--colorLight50, #dfdfdf);
319
- --checkboxStable: var(--colorLight40, #ffffff);
295
+ --checkboxStable: var(--colorStable40, #f8f8f8);
320
296
  --checkboxRoyal: var(--colorRoyal40, #9933cc);
321
297
  --checkboxDark: var(--colorDark40, #adafae);
322
298
 
323
- --borderCheckboxDefault: var(--colorDefault40, #1e293b);
324
- --borderCheckboxPrimary: var(--colorPrimary40, #4f46e5);
325
- --borderCheckboxSuccess: var(--colorSuccess40, #22c55e);
326
- --borderCheckboxCalm: var(--colorCalm40, #11c1f3);
327
- --borderCheckboxWarning: var(--colorWarning40, #f59e0b);
328
- --borderCheckboxDanger: var(--colorDanger40, #ef4444);
329
- --borderCheckboxLight: var(--colorLight50, #dfdfdf);
330
- --borderCheckboxStable: var(--textColor20, #afb0b3);
331
- --borderCheckboxRoyal: var(--colorRoyal40, #9933cc);
332
- --borderCheckboxDark: var(--colorDark40, #adafae);
333
-
334
299
  /* Components - Toggle */
335
300
  --toggleDefault: var(--colorDefault40, #1e293b);
336
301
  --togglePrimary: var(--colorPrimary40, #4f46e5);
@@ -339,43 +304,21 @@
339
304
  --toggleWarning: var(--colorWarning40, #f59e0b);
340
305
  --toggleDanger: var(--colorDanger40, #ef4444);
341
306
  --toggleLight: var(--colorLight50, #dfdfdf);
342
- --toggleStable: var(--colorLight40, #ffffff);
307
+ --toggleStable: var(--colorStable50, #d9d9d9);
343
308
  --toggleRoyal: var(--colorRoyal40, #9933cc);
344
309
  --toggleDark: var(--colorDark40, #adafae);
345
310
 
346
- --borderToggleDefault: var(--colorDefault40, #1e293b);
347
- --borderTogglePrimary: var(--colorPrimary40, #4f46e5);
348
- --borderToggleSuccess: var(--colorSuccess40, #22c55e);
349
- --borderToggleCalm: var(--colorCalm40, #11c1f3);
350
- --borderToggleWarning: var(--colorWarning40, #f59e0b);
351
- --borderToggleDanger: var(--colorDanger40, #ef4444);
352
- --borderToggleLight: var(--colorLight50, #dfdfdf);
353
- --borderToggleStable: var(--textColor20, #afb0b3);
354
- --borderToggleRoyal: var(--colorRoyal40, #9933cc);
355
- --borderToggleDark: var(--colorDark40, #adafae);
356
-
357
311
  /* Components - Tabs - crn-ion-segment */
358
- --bgDefault: var(--colorPrimary10, #c7c9ce);
359
- --bgPrimary: var(--colorDefault10, #dad9f7);
360
- --bgSuccess: var(--colorSuccess10, #d6efdb);
361
- --bgCalm: var(--colorCalm10, #d6eefb);
362
- --bgWarning: var(--colorWarning10, #fce6d5);
363
- --bgDanger: var(--colorDanger10, #fad9d9);
364
- --bgLight: var(--colorLight10, #ffffff);
365
- --bgStable: var(--colorStable10, #fdfdfd);
366
- --bgRoyal: var(--colorRoyal10, #f8fafc);
367
- --bgDark: var(--colorDark10, #e9eaea);
368
-
369
- --borderActiveBackgroundDefault: var(--colorDefault40, #1e293b);
370
- --borderActiveBackgroundPrimary: var(--colorPrimary40, #4f46e5);
371
- --borderActiveBackgroundSuccess: var(--colorSuccess40, #22c55e);
372
- --borderActiveBackgroundCalm: var(--colorCalm40, #033c73);
373
- --borderActiveBackgroundWarning: var(--colorWarning40, #f59e0b);
374
- --borderActiveBackgroundDanger: var(--colorDanger50, #c71c22);
375
- --borderActiveBackgroundLight: var(--colorLight40, #ffffff);
376
- --borderActiveBackgroundStable: var(--colorStable40, #f8f8f8);
377
- --borderActiveBackgroundRoyal: var(--colorRoyal40, #9933cc);
378
- --borderActiveBackgroundDark: var(--colorDark40, #adafae);
312
+ --bgDefault: var(--colorPrimary40, #4f46e5);
313
+ --bgPrimary: var(--colorDefault40, #1e293b);
314
+ --bgSuccess: var(--colorSuccess40, #22c55e);
315
+ --bgCalm: var(--colorCalm40, #11c1f3);
316
+ --bgWarning: var(--colorWarning40, #f59e0b);
317
+ --bgDanger: var(--colorDanger40, #ef4444);
318
+ --bgLight: var(--colorLight40, #ffffff);
319
+ --bgStable: var(--colorStable40, #f8f8f8);
320
+ --bgRoyal: var(--colorRoyal40, #9933cc);
321
+ --bgDark: var(--colorDark40, #adafae);
379
322
 
380
323
  --activeBackgroundDefault: var(--colorPrimary40, #4f46e5);
381
324
  --activeBackgroundPrimary: var(--colorDefault40, #1e293b);
@@ -399,16 +342,16 @@
399
342
  --ionSegmentRoyal: var(--textColorRoyal40, #ffffff);
400
343
  --ionSegmentDark: var(--textColorDark40, #000000);
401
344
 
402
- --iconThemeLightDefault: var(--colorPrimary40, #4f46e5);
403
- --iconThemeLightPrimary: var(--colorDefault40, #1e293b);
404
- --iconThemeLightSuccess: var(--colorSuccess40, #22c55e);
405
- --iconThemeLightCalm: var(--colorCalm40, #ffffff);
406
- --iconThemeLightWarning: var(--colorWarning40, #f59e0b);
407
- --iconThemeLightDanger: var(--colorDanger40, #ef4444);
408
- --iconThemeLightLight: var(--colorLight40, #ffffff);
409
- --iconThemeLightStable: var(--colorStable40, #f8f8f8);
410
- --iconThemeLightRoyal: var(--colorRoyal40, #9933cc);
411
- --iconThemeLightDark: var(--colorDark40, #adafae);
345
+ --iconThemeLightDefault: var(--textColorPrimary40, #ffffff);
346
+ --iconThemeLightPrimary: var(--textColorDefault40, #ffffff);
347
+ --iconThemeLightSuccess: var(--textColorSuccess40, #ffffff);
348
+ --iconThemeLightCalm: var(--textColorCalm40, #ffffff);
349
+ --iconThemeLightWarning: var(--textColorWarning40, #ffffff);
350
+ --iconThemeLightDanger: var(--textColorDanger40, #ffffff);
351
+ --iconThemeLightLight: var(--textColorLight40, #383838);
352
+ --iconThemeLightStable: var(--textColorStable40, #444444);
353
+ --iconThemeLightRoyal: var(--textColorRoyal40, #ffffff);
354
+ --iconThemeLightDark: var(--textColorDark40, #000000);
412
355
 
413
356
  /* Components - Old Tabs - pallete false */
414
357
  --tabsDefault: var(--colorDefault40, #1e293b);
@@ -423,8 +366,8 @@
423
366
  --tabsDark: var(--colorDark40, #adafae);
424
367
 
425
368
  /* Components - Header */
426
- --barDefault: var(--colorDefault40, #1e293b);
427
- --barPrimary: var(--colorPrimary40, #4f46e5);
369
+ --barDefault: var(--colorPrimary40, #4f46e5);
370
+ --barPrimary: var(--colorDefault40, #1e293b);
428
371
  --barSuccess: var(--colorSuccess40, #22c55e);
429
372
  --barCalm: var(--colorCalm40, #11c1f3);
430
373
  --barWarning: var(--colorWarning40, #f59e0b);
@@ -456,7 +399,6 @@
456
399
  --tabsIconStable: var(--textColorStable40, #444444);
457
400
  --tabsIconRoyal: var(--textColorRoyal40, #ffffff);
458
401
  --tabsIconDark: var(--textColorDark40, #000000);
459
- /* End - Variables used exclusively in the color palette property */
460
402
  }
461
403
 
462
404
  h1,