cronapp-framework-mobile-js 2.9.1-SP.3 → 2.9.1-SP.6
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.
- package/components/crn-button.components.json +21 -42
- package/components/crn-checkbox.components.json +10 -20
- package/components/crn-filter-button.components.json +11 -21
- package/components/crn-input-button.components.json +10 -20
- package/components/crn-ion-footer-bar.components.json +20 -40
- package/components/crn-ion-segment.components.json +10 -20
- package/components/crn-toggle.components.json +10 -20
- package/css/themes/custom/aquamarine/bar-aquamarine.css +7 -7
- package/css/themes/custom/aquamarine/custom-aquamarine.css +79 -137
- package/css/themes/custom/cerulean/custom-cerulean.css +63 -123
- package/css/themes/custom/dsgov/custom-dsgov.css +33 -90
- package/css/themes/custom/fuse/custom-fuse.css +25 -83
- package/css/themes/custom/material/custom-material.css +87 -145
- package/deprecated/components/crn-QRCode.components.json +54 -0
- package/deprecated/components/crn-anchor.components.json +89 -0
- package/deprecated/components/crn-button-bar.components.json +64 -0
- package/deprecated/components/crn-button.components.json +316 -0
- package/deprecated/components/crn-card.components.json +95 -0
- package/deprecated/components/crn-chart.components.json +57 -0
- package/deprecated/components/crn-chat.components.json +8 -0
- package/deprecated/components/crn-checkbox.components.json +184 -0
- package/deprecated/components/crn-complex-search.components.json +43 -0
- package/deprecated/components/crn-container.components.json +21 -0
- package/deprecated/components/crn-cron-crud.components.json +21 -0
- package/deprecated/components/crn-datasource.components.json +181 -0
- package/deprecated/components/crn-dynamic-file.components.json +85 -0
- package/deprecated/components/crn-dynamic-image.components.json +153 -0
- package/deprecated/components/crn-dynamic-select.components.json +111 -0
- package/deprecated/components/crn-evaluation.components.json +64 -0
- package/deprecated/components/crn-filter-button.components.json +305 -0
- package/deprecated/components/crn-form-template.components.json +11 -0
- package/deprecated/components/crn-header-button.components.json +63 -0
- package/deprecated/components/crn-heading.components.json +109 -0
- package/deprecated/components/crn-icon.components.json +258 -0
- package/deprecated/components/crn-image.components.json +121 -0
- package/deprecated/components/crn-infinite-scroll.components.json +32 -0
- package/deprecated/components/crn-input-button.components.json +205 -0
- package/deprecated/components/crn-input-floating.components.json +196 -0
- package/deprecated/components/crn-input-icon.components.json +187 -0
- package/deprecated/components/crn-input-inline.components.json +198 -0
- package/deprecated/components/crn-input.components.json +185 -0
- package/deprecated/components/crn-ion-content.components.json +24 -0
- package/deprecated/components/crn-ion-footer-bar.components.json +351 -0
- package/deprecated/components/crn-ion-header-bar.components.json +211 -0
- package/deprecated/components/crn-ion-list.components.json +152 -0
- package/deprecated/components/crn-ion-nav-buttons.components.json +63 -0
- package/deprecated/components/crn-ion-segment-item.components.json +65 -0
- package/deprecated/components/crn-ion-segment.components.json +974 -0
- package/deprecated/components/crn-ion-tab-item.components.json +50 -0
- package/deprecated/components/crn-ion-tab.components.json +138 -0
- package/deprecated/components/crn-item-options.components.json +26 -0
- package/deprecated/components/crn-item-select.components.json +69 -0
- package/deprecated/components/crn-item-swipe.components.json +62 -0
- package/deprecated/components/crn-kendo-chat.components.json +88 -0
- package/deprecated/components/crn-label.components.json +113 -0
- package/deprecated/components/crn-list-avatar.components.json +260 -0
- package/deprecated/components/crn-list-icon.components.json +249 -0
- package/deprecated/components/crn-list-item-avatar.components.json +236 -0
- package/deprecated/components/crn-list-item-icon.components.json +242 -0
- package/deprecated/components/crn-list-item-thumbnail.components.json +226 -0
- package/deprecated/components/crn-list-item.components.json +160 -0
- package/deprecated/components/crn-list-simple.components.json +180 -0
- package/deprecated/components/crn-list-swipe.components.json +105 -0
- package/deprecated/components/crn-list-thumbnail.components.json +248 -0
- package/deprecated/components/crn-list.components.json +75 -0
- package/deprecated/components/crn-map.components.json +55 -0
- package/deprecated/components/crn-mobile-menu.components.json +32 -0
- package/deprecated/components/crn-multiselect.components.json +110 -0
- package/deprecated/components/crn-navbar.components.json +106 -0
- package/deprecated/components/crn-option-button.components.json +72 -0
- package/deprecated/components/crn-paragraph.components.json +110 -0
- package/deprecated/components/crn-radio.components.json +90 -0
- package/deprecated/components/crn-radioOption.components.json +23 -0
- package/deprecated/components/crn-range.components.json +106 -0
- package/deprecated/components/crn-rating.components.json +189 -0
- package/deprecated/components/crn-search.components.json +210 -0
- package/deprecated/components/crn-select-options.components.json +17 -0
- package/deprecated/components/crn-select.components.json +93 -0
- package/deprecated/components/crn-slider-item.components.json +236 -0
- package/deprecated/components/crn-slider.components.json +105 -0
- package/deprecated/components/crn-spacer.components.json +21 -0
- package/deprecated/components/crn-start.components.json +10 -0
- package/deprecated/components/crn-tabs-icon-only-item.components.json +85 -0
- package/deprecated/components/crn-tabs-icon-only.components.json +382 -0
- package/deprecated/components/crn-tabs.components.json +36 -0
- package/deprecated/components/crn-textarea.components.json +109 -0
- package/deprecated/components/crn-toggle.components.json +161 -0
- package/deprecated/components/crn-video.components.json +67 -0
- package/deprecated/components/css/app.css +78 -0
- package/deprecated/components/css/background-color.css +121 -0
- package/deprecated/components/css/chatStyle.css +221 -0
- package/deprecated/components/css/color-default.css +83 -0
- package/deprecated/components/css/crn-ion-segment.css +786 -0
- package/deprecated/components/css/icon-size.css +15 -0
- package/deprecated/components/css/multiselect-editor.css +119 -0
- package/deprecated/components/css/tabs-color.css +248 -0
- package/deprecated/components/js/format.min.js +2 -0
- package/deprecated/components/js/jquery.inputmask.bundle.js +3883 -0
- package/deprecated/components/js/jquery.mask.min.js +19 -0
- package/deprecated/components/js/pouchdb.cordova-sqlite.js +5540 -0
- package/deprecated/components/js/qrcode.js +1319 -0
- package/deprecated/components/reports/BOOLEAN.parameter.html +10 -0
- package/deprecated/components/reports/DATE.parameter.html +4 -0
- package/deprecated/components/reports/DOUBLE.parameter.html +4 -0
- package/deprecated/components/reports/FLOAT.parameter.html +4 -0
- package/deprecated/components/reports/INTEGER.parameter.html +4 -0
- package/deprecated/components/reports/LONG.parameter.html +5 -0
- package/deprecated/components/reports/STRING.parameter.html +5 -0
- package/deprecated/components/reports/reports.parameters.html +20 -0
- package/deprecated/components/templates/advanced.list.designtime.html +33 -0
- package/deprecated/components/templates/advanced.list.template.html +1 -0
- package/deprecated/components/templates/anchor.template.html +1 -0
- package/deprecated/components/templates/button-bar.template.html +5 -0
- package/deprecated/components/templates/button-report.template.html +1 -0
- package/deprecated/components/templates/button.template.html +4 -0
- package/deprecated/components/templates/card.template.html +7 -0
- package/deprecated/components/templates/chat.template.html +39 -0
- package/deprecated/components/templates/checkbox.template.html +8 -0
- package/deprecated/components/templates/combobox.designtime.html +12 -0
- package/deprecated/components/templates/combobox.template.html +8 -0
- package/deprecated/components/templates/complexsearch.template.html +7 -0
- package/deprecated/components/templates/crn-ion-segment-item.template.html +6 -0
- package/deprecated/components/templates/crn-ion-segment.template.html +27 -0
- package/deprecated/components/templates/cron-crud.template.html +7 -0
- package/deprecated/components/templates/cron-mobile-menu.designtime.html +10 -0
- package/deprecated/components/templates/div.horizontal.template.html +27 -0
- package/deprecated/components/templates/div.vertical.template.html +11 -0
- package/deprecated/components/templates/dynamic-combobox.template.html +6 -0
- package/deprecated/components/templates/dynamicfile.template.html +8 -0
- package/deprecated/components/templates/dynamicimage.designtime.html +10 -0
- package/deprecated/components/templates/dynamicimage.template.html +9 -0
- package/deprecated/components/templates/evaluation.designtime.html +7 -0
- package/deprecated/components/templates/evaluation.template.html +1 -0
- package/deprecated/components/templates/filterbutton.template.html +3 -0
- package/deprecated/components/templates/floattextinput.designtime.html +4 -0
- package/deprecated/components/templates/floattextinput.template.html +4 -0
- package/deprecated/components/templates/form.template.html +5 -0
- package/deprecated/components/templates/header.template.html +3 -0
- package/deprecated/components/templates/icontextinput.template.html +4 -0
- package/deprecated/components/templates/image.template.html +18 -0
- package/deprecated/components/templates/inlinetextinput.template.html +4 -0
- package/deprecated/components/templates/ion-footer-bar.template.html +15 -0
- package/deprecated/components/templates/ion-header-bar.template.html +13 -0
- package/deprecated/components/templates/ion-tab-item.designtime.html +5 -0
- package/deprecated/components/templates/ion-tab.template.html +8 -0
- package/deprecated/components/templates/item.avatar.template.html +5 -0
- package/deprecated/components/templates/item.icon.template.html +4 -0
- package/deprecated/components/templates/item.options.template.html +14 -0
- package/deprecated/components/templates/item.slider.template.html +4 -0
- package/deprecated/components/templates/item.swipe.template.html +14 -0
- package/deprecated/components/templates/item.template.html +5 -0
- package/deprecated/components/templates/item.thumbnail.template.html +5 -0
- package/deprecated/components/templates/kendo-chat.designtime.html +20 -0
- package/deprecated/components/templates/kendo-chat.template.html +75 -0
- package/deprecated/components/templates/list.avatar.template.html +7 -0
- package/deprecated/components/templates/list.icon.template.html +6 -0
- package/deprecated/components/templates/list.swipe.template.html +16 -0
- package/deprecated/components/templates/list.template.html +5 -0
- package/deprecated/components/templates/list.thumbnail.template.html +7 -0
- package/deprecated/components/templates/maps.designtime.html +1 -0
- package/deprecated/components/templates/maps.template.html +1 -0
- package/deprecated/components/templates/menu.template.html +21 -0
- package/deprecated/components/templates/multiselect.template.html +5 -0
- package/deprecated/components/templates/nav.bar.template.html +5 -0
- package/deprecated/components/templates/publicMenu.template.html +14 -0
- package/deprecated/components/templates/radiogroup-dynamic.template.html +15 -0
- package/deprecated/components/templates/radiogroup.template.html +21 -0
- package/deprecated/components/templates/range.template.html +5 -0
- package/deprecated/components/templates/rating.template.html +9 -0
- package/deprecated/components/templates/search.template.html +6 -0
- package/deprecated/components/templates/slider.template.html +20 -0
- package/deprecated/components/templates/tabs-icon-only.template.html +16 -0
- package/deprecated/components/templates/tabs.template.html +5 -0
- package/deprecated/components/templates/textarea.template.html +1 -0
- package/deprecated/components/templates/textinput.template.html +3 -0
- package/deprecated/components/templates/textinputbutton.template.html +12 -0
- package/deprecated/components/templates/title.template.html +1 -0
- package/deprecated/components/templates/toggle-dynamic.template.html +11 -0
- package/deprecated/components/templates/toggle.template.html +9 -0
- package/deprecated/components/templates/video.designtime.html +2 -0
- package/deprecated/components/templates/video.template.html +1 -0
- package/deprecated/components/templates/views/public/home.view.html +16 -0
- package/deprecated/components/templates/views/public/menu.view.html +20 -0
- package/deprecated/components/upload/upload.html +41 -0
- package/{css/themes/deprecated/material.min.css → deprecated/css/app.css} +26 -38
- package/{css/themes/deprecated → deprecated/css}/custom-ionic.css +0 -0
- package/{css/themes/deprecated → deprecated/css}/groupingOfCss/checkbox.css +0 -0
- package/{css/themes/deprecated → deprecated/css}/groupingOfCss/col.css +0 -0
- package/{css/themes/deprecated → deprecated/css}/groupingOfCss/dynamicImage.css +0 -0
- package/{css/themes/deprecated → deprecated/css}/groupingOfCss/import_groupingOfCss.css +0 -0
- package/{css/themes/deprecated → deprecated/css}/groupingOfCss/login.css +0 -0
- package/{css/themes/deprecated → deprecated/css}/groupingOfCss/qrCodeCronapp.css +0 -0
- package/{css/themes/deprecated → deprecated/css}/groupingOfCss/upload-image.css +0 -0
- package/{css/themes/deprecated → deprecated/css}/old/modal.css +0 -0
- package/deprecated/css/themes/custom/material/custom-material.css +12 -0
- package/deprecated/css/themes/material.min.css +4 -0
- package/deprecated/dist/components/css/app.css +1 -0
- package/deprecated/dist/components/css/background-color.css +1 -0
- package/deprecated/dist/components/css/chatStyle.css +1 -0
- package/deprecated/dist/components/css/color-default.css +1 -0
- package/deprecated/dist/components/css/crn-ion-segment.css +1 -0
- package/deprecated/dist/components/css/icon-size.css +1 -0
- package/deprecated/dist/components/css/multiselect-editor.css +1 -0
- package/deprecated/dist/components/css/tabs-color.css +1 -0
- package/deprecated/dist/components/js/format.min.js +1 -0
- package/deprecated/dist/components/js/jquery.inputmask.bundle.js +3 -0
- package/deprecated/dist/components/js/jquery.mask.min.js +1 -0
- package/deprecated/dist/components/js/pouchdb.cordova-sqlite.js +2 -0
- package/deprecated/dist/components/js/qrcode.js +1 -0
- package/deprecated/dist/components/templates/advanced.list.designtime.html +1 -0
- package/deprecated/dist/components/templates/advanced.list.template.html +1 -0
- package/deprecated/dist/components/templates/anchor.template.html +1 -0
- package/deprecated/dist/components/templates/button-bar.template.html +1 -0
- package/deprecated/dist/components/templates/button-report.template.html +1 -0
- package/deprecated/dist/components/templates/button.template.html +1 -0
- package/deprecated/dist/components/templates/card.template.html +1 -0
- package/deprecated/dist/components/templates/chat.template.html +1 -0
- package/deprecated/dist/components/templates/checkbox.template.html +1 -0
- package/deprecated/dist/components/templates/combobox.designtime.html +1 -0
- package/deprecated/dist/components/templates/combobox.template.html +1 -0
- package/deprecated/dist/components/templates/complexsearch.template.html +1 -0
- package/deprecated/dist/components/templates/crn-ion-segment-item.template.html +1 -0
- package/deprecated/dist/components/templates/crn-ion-segment.template.html +1 -0
- package/deprecated/dist/components/templates/cron-crud.template.html +1 -0
- package/deprecated/dist/components/templates/cron-mobile-menu.designtime.html +1 -0
- package/deprecated/dist/components/templates/div.horizontal.template.html +1 -0
- package/deprecated/dist/components/templates/div.vertical.template.html +1 -0
- package/deprecated/dist/components/templates/dynamic-combobox.template.html +1 -0
- package/deprecated/dist/components/templates/dynamicfile.template.html +1 -0
- package/deprecated/dist/components/templates/dynamicimage.designtime.html +1 -0
- package/deprecated/dist/components/templates/dynamicimage.template.html +1 -0
- package/deprecated/dist/components/templates/evaluation.designtime.html +1 -0
- package/deprecated/dist/components/templates/evaluation.template.html +1 -0
- package/deprecated/dist/components/templates/filterbutton.template.html +1 -0
- package/deprecated/dist/components/templates/floattextinput.designtime.html +1 -0
- package/deprecated/dist/components/templates/floattextinput.template.html +1 -0
- package/deprecated/dist/components/templates/form.template.html +1 -0
- package/deprecated/dist/components/templates/header.template.html +1 -0
- package/deprecated/dist/components/templates/iconinput.template.html +1 -0
- package/deprecated/dist/components/templates/icontextinput.template.html +1 -0
- package/deprecated/dist/components/templates/image.template.html +1 -0
- package/deprecated/dist/components/templates/inlinetextinput.template.html +1 -0
- package/deprecated/dist/components/templates/ion-footer-bar.template.html +1 -0
- package/deprecated/dist/components/templates/ion-header-bar.template.html +1 -0
- package/deprecated/dist/components/templates/ion-tab-item.designtime.html +1 -0
- package/deprecated/dist/components/templates/ion-tab.designtime.html +1 -0
- package/deprecated/dist/components/templates/ion-tab.template.html +1 -0
- package/deprecated/dist/components/templates/item.avatar.template.html +1 -0
- package/deprecated/dist/components/templates/item.icon.template.html +1 -0
- package/deprecated/dist/components/templates/item.options.template.html +1 -0
- package/deprecated/dist/components/templates/item.slider.template.html +1 -0
- package/deprecated/dist/components/templates/item.swipe.template.html +1 -0
- package/deprecated/dist/components/templates/item.template.html +1 -0
- package/deprecated/dist/components/templates/item.thumbnail.template.html +1 -0
- package/deprecated/dist/components/templates/kendo-chat.designtime.html +1 -0
- package/deprecated/dist/components/templates/kendo-chat.template.html +1 -0
- package/deprecated/dist/components/templates/list.avatar.template.html +1 -0
- package/deprecated/dist/components/templates/list.icon.template.html +1 -0
- package/deprecated/dist/components/templates/list.swipe.template.html +1 -0
- package/deprecated/dist/components/templates/list.template.html +1 -0
- package/deprecated/dist/components/templates/list.thumbnail.template.html +1 -0
- package/deprecated/dist/components/templates/maps.designtime.html +1 -0
- package/deprecated/dist/components/templates/maps.template.html +1 -0
- package/deprecated/dist/components/templates/menu.template.html +1 -0
- package/deprecated/dist/components/templates/multiselect.template.html +1 -0
- package/deprecated/dist/components/templates/nav.bar.template.html +1 -0
- package/deprecated/dist/components/templates/publicMenu.template.html +1 -0
- package/deprecated/dist/components/templates/radiogroup-dynamic.template.html +1 -0
- package/deprecated/dist/components/templates/radiogroup.template.html +1 -0
- package/deprecated/dist/components/templates/range.template.html +1 -0
- package/deprecated/dist/components/templates/rating.template.html +1 -0
- package/deprecated/dist/components/templates/search.template.html +1 -0
- package/deprecated/dist/components/templates/slider.template.html +1 -0
- package/deprecated/dist/components/templates/tabs-icon-only.template.html +1 -0
- package/deprecated/dist/components/templates/tabs.template.html +1 -0
- package/deprecated/dist/components/templates/textarea.template.html +1 -0
- package/deprecated/dist/components/templates/textinput.template.html +1 -0
- package/deprecated/dist/components/templates/textinputbutton.template.html +1 -0
- package/deprecated/dist/components/templates/title.template.html +1 -0
- package/deprecated/dist/components/templates/toggle-dynamic.template.html +1 -0
- package/deprecated/dist/components/templates/toggle.template.html +1 -0
- package/deprecated/dist/components/templates/video.designtime.html +1 -0
- package/deprecated/dist/components/templates/video.template.html +1 -0
- package/deprecated/dist/components/templates/views/public/home.view.html +1 -0
- package/deprecated/dist/components/templates/views/public/menu.view.html +1 -0
- package/deprecated/dist/css/app.css +1 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/cronos.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/custom-ionic.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/checkbox.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/col.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/dynamicImage.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/import_groupingOfCss.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/login.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/qrCodeCronapp.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/groupingOfCss/upload-image.css +0 -0
- package/{dist/css/themes/deprecated → deprecated/dist/css}/old/modal.css +0 -0
- package/deprecated/dist/i18n/locale_en_us.json +126 -0
- package/deprecated/dist/i18n/locale_pt_br.json +126 -0
- package/deprecated/dist/img/cron-icon/crn-QRCode.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-anchor.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-button-bar.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-button.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-card.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-carousel.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-chart.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-checkbox.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-datasource.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-evaluation.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-form.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-header.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-icon.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-image.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-infinite-scroll.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-input-floating.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-input-inline.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-ion-footer-bar.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-ion-list.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-item-swipe.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-kendo-chat.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-label.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list-avatar.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list-icon.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list-item-avatar.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list-item-icon.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list-item-thumbnail.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list-item.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list-swipe.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list-thumbnail.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-map.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-multiselect.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-paragraph.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-plugin.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-radio.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-range.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-rating.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-select.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-spacer.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-tabs-icon-only.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-tabs.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-text-component.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-textarea.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-textinput.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-toggle.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-video.svg +1 -0
- package/deprecated/dist/img/placehold-100x100.png +0 -0
- package/deprecated/dist/img/placehold-300x200.png +0 -0
- package/deprecated/dist/img/placehold-900x500.png +0 -0
- package/deprecated/dist/img/qr-code.png +0 -0
- package/deprecated/dist/img/svg-charts.svg +1 -0
- package/deprecated/dist/img/user.svg +1 -0
- package/deprecated/dist/js/LanguageSelectDirective.js +1 -0
- package/deprecated/dist/js/LocaleService.js +1 -0
- package/deprecated/dist/js/app.authentication.js +1 -0
- package/deprecated/dist/js/app.js +1 -0
- package/deprecated/dist/js/controllers.authentication.js +1 -0
- package/deprecated/dist/js/controllers.js +1 -0
- package/deprecated/dist/js/custom.controllers.js +1 -0
- package/deprecated/dist/js/customModules.js +1 -0
- package/deprecated/dist/js/customStateProvider.js +0 -0
- package/deprecated/dist/js/directives.js +17 -0
- package/deprecated/dist/js/filters.js +1 -0
- package/deprecated/dist/js/local-dateformat.directive.js +1 -0
- package/deprecated/dist/js/reports/parameters.controller.js +1 -0
- package/deprecated/dist/js/reports/reports.service.js +1 -0
- package/deprecated/dist/js/services.js +1 -0
- package/deprecated/dist/js/upload.service.js +1 -0
- package/deprecated/img/cron-icon/crn-QRCode.svg +38 -0
- package/deprecated/img/cron-icon/crn-anchor.svg +29 -0
- package/deprecated/img/cron-icon/crn-button-bar.svg +1 -0
- package/deprecated/img/cron-icon/crn-button.svg +24 -0
- package/deprecated/img/cron-icon/crn-card.svg +1 -0
- package/deprecated/img/cron-icon/crn-carousel.svg +26 -0
- package/deprecated/img/cron-icon/crn-chart.svg +19 -0
- package/deprecated/img/cron-icon/crn-checkbox.svg +15 -0
- package/deprecated/img/cron-icon/crn-container.svg +1 -0
- package/deprecated/img/cron-icon/crn-cron-crud.svg +28 -0
- package/deprecated/img/cron-icon/crn-datasource.svg +27 -0
- package/deprecated/img/cron-icon/crn-dynamic-file.svg +1 -0
- package/deprecated/img/cron-icon/crn-dynamic-image.svg +25 -0
- package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
- package/deprecated/img/cron-icon/crn-evaluation.svg +1 -0
- package/deprecated/img/cron-icon/crn-form.svg +24 -0
- package/deprecated/img/cron-icon/crn-header.svg +18 -0
- package/deprecated/img/cron-icon/crn-icon.svg +23 -0
- package/deprecated/img/cron-icon/crn-image.svg +20 -0
- package/deprecated/img/cron-icon/crn-infinite-scroll.svg +1 -0
- package/deprecated/img/cron-icon/crn-input-floating.svg +1 -0
- package/deprecated/img/cron-icon/crn-input-inline.svg +1 -0
- package/deprecated/img/cron-icon/crn-ion-footer-bar.svg +1 -0
- package/deprecated/img/cron-icon/crn-ion-list.svg +1 -0
- package/deprecated/img/cron-icon/crn-item-swipe.svg +15 -0
- package/deprecated/img/cron-icon/crn-kendo-chat.svg +1 -0
- package/deprecated/img/cron-icon/crn-label.svg +1 -0
- package/deprecated/img/cron-icon/crn-list-avatar.svg +1 -0
- package/deprecated/img/cron-icon/crn-list-icon.svg +1 -0
- package/deprecated/img/cron-icon/crn-list-item-avatar.svg +1 -0
- package/deprecated/img/cron-icon/crn-list-item-icon.svg +1 -0
- package/deprecated/img/cron-icon/crn-list-item-thumbnail.svg +1 -0
- package/deprecated/img/cron-icon/crn-list-item.svg +1 -0
- package/deprecated/img/cron-icon/crn-list-swipe.svg +17 -0
- package/deprecated/img/cron-icon/crn-list-thumbnail.svg +17 -0
- package/deprecated/img/cron-icon/crn-list.svg +16 -0
- package/deprecated/img/cron-icon/crn-map.svg +1 -0
- package/deprecated/img/cron-icon/crn-multiselect.svg +1 -0
- package/deprecated/img/cron-icon/crn-paragraph.svg +1 -0
- package/deprecated/img/cron-icon/crn-plugin.svg +44 -0
- package/deprecated/img/cron-icon/crn-radio.svg +21 -0
- package/deprecated/img/cron-icon/crn-radiogroup.svg +25 -0
- package/deprecated/img/cron-icon/crn-range.svg +1 -0
- package/deprecated/img/cron-icon/crn-rating.svg +20 -0
- package/deprecated/img/cron-icon/crn-select.svg +1 -0
- package/deprecated/img/cron-icon/crn-spacer.svg +1 -0
- package/deprecated/img/cron-icon/crn-tabs-icon-only.svg +24 -0
- package/deprecated/img/cron-icon/crn-tabs.svg +17 -0
- package/deprecated/img/cron-icon/crn-text-component.svg +22 -0
- package/deprecated/img/cron-icon/crn-textarea.svg +22 -0
- package/deprecated/img/cron-icon/crn-textinput.svg +23 -0
- package/deprecated/img/cron-icon/crn-textinputbutton.svg +33 -0
- package/deprecated/img/cron-icon/crn-textinputicon.svg +29 -0
- package/deprecated/img/cron-icon/crn-toggle.svg +1 -0
- package/deprecated/img/cron-icon/crn-video.svg +1 -0
- package/deprecated/img/placehold-100x100.png +0 -0
- package/deprecated/img/placehold-300x200.png +0 -0
- package/deprecated/img/placehold-900x500.png +0 -0
- package/deprecated/img/qr-code.png +0 -0
- package/deprecated/img/svg-charts.svg +1 -0
- package/deprecated/img/user.svg +18 -0
- package/dist/css/themes/custom/aquamarine/bar-aquamarine.css +1 -1
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
- package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
- package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/package.json +1 -1
- package/css/themes/deprecated/cronos.css +0 -55
- package/dist/css/themes/deprecated/material.min.css +0 -1
|
@@ -93,71 +93,61 @@
|
|
|
93
93
|
"key": "toggle-default",
|
|
94
94
|
"value_pt_BR": "Padrão do tema",
|
|
95
95
|
"value_en_US": "Default theme",
|
|
96
|
-
"color": "--toggleDefault"
|
|
97
|
-
"borderColor": "--borderToggleDefault"
|
|
96
|
+
"color": "--toggleDefault"
|
|
98
97
|
},
|
|
99
98
|
{
|
|
100
99
|
"key": "toggle-positive",
|
|
101
100
|
"value_pt_BR": "Secundário",
|
|
102
101
|
"value_en_US": "Secondary",
|
|
103
|
-
"color": "--togglePrimary"
|
|
104
|
-
"borderColor": "--borderTogglePrimary"
|
|
102
|
+
"color": "--togglePrimary"
|
|
105
103
|
},
|
|
106
104
|
{
|
|
107
105
|
"key": "toggle-balanced",
|
|
108
106
|
"value_pt_BR": "Sucesso",
|
|
109
107
|
"value_en_US": "Success",
|
|
110
|
-
"color": "--toggleSuccess"
|
|
111
|
-
"borderColor": "--borderToggleSuccess"
|
|
108
|
+
"color": "--toggleSuccess"
|
|
112
109
|
},
|
|
113
110
|
{
|
|
114
111
|
"key": "toggle-calm",
|
|
115
112
|
"value_pt_BR": "Informação",
|
|
116
113
|
"value_en_US": "Info",
|
|
117
|
-
"color": "--toggleCalm"
|
|
118
|
-
"borderColor": "--borderToggleCalm"
|
|
114
|
+
"color": "--toggleCalm"
|
|
119
115
|
},
|
|
120
116
|
{
|
|
121
117
|
"key": "toggle-energized",
|
|
122
118
|
"value_pt_BR": "Aviso",
|
|
123
119
|
"value_en_US": "Warning",
|
|
124
|
-
"color": "--toggleWarning"
|
|
125
|
-
"borderColor": "--borderToggleWarning"
|
|
120
|
+
"color": "--toggleWarning"
|
|
126
121
|
},
|
|
127
122
|
{
|
|
128
123
|
"key": "toggle-assertive",
|
|
129
124
|
"value_pt_BR": "Perigo",
|
|
130
125
|
"value_en_US": "Danger",
|
|
131
|
-
"color": "--toggleDanger"
|
|
132
|
-
"borderColor": "--borderToggleDanger"
|
|
126
|
+
"color": "--toggleDanger"
|
|
133
127
|
},
|
|
134
128
|
{
|
|
135
129
|
"key": "toggle-light",
|
|
136
130
|
"value_pt_BR": "Claro",
|
|
137
131
|
"value_en_US": "Light",
|
|
138
|
-
"color": "--toggleLight"
|
|
139
|
-
"borderColor": "--borderToggleLight"
|
|
132
|
+
"color": "--toggleLight"
|
|
140
133
|
},
|
|
141
134
|
{
|
|
142
135
|
"key": "toggle-stable",
|
|
143
136
|
"value_pt_BR": "Estável",
|
|
144
137
|
"value_en_US": "Stable",
|
|
145
|
-
"color": "--toggleStable"
|
|
146
|
-
"borderColor": "--borderToggleStable"
|
|
138
|
+
"color": "--toggleStable"
|
|
147
139
|
},
|
|
148
140
|
{
|
|
149
141
|
"key": "toggle-royal",
|
|
150
142
|
"value_pt_BR": "Real",
|
|
151
143
|
"value_en_US": "Royal",
|
|
152
|
-
"color": "--toggleRoyal"
|
|
153
|
-
"borderColor": "--borderToggleRoyal"
|
|
144
|
+
"color": "--toggleRoyal"
|
|
154
145
|
},
|
|
155
146
|
{
|
|
156
147
|
"key": "toggle-dark",
|
|
157
148
|
"value_pt_BR": "Escuro",
|
|
158
149
|
"value_en_US": "Dark",
|
|
159
|
-
"color": "--toggleDark"
|
|
160
|
-
"borderColor": "--borderToggleDark"
|
|
150
|
+
"color": "--toggleDark"
|
|
161
151
|
},
|
|
162
152
|
{
|
|
163
153
|
"key": "toggle-white",
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
.bar.bar-positive.bar-footer,
|
|
20
20
|
.bar.bar-positive {
|
|
21
21
|
border-color: var(--colorPrimary40, #3b448e);
|
|
22
|
-
background: linear-gradient(90deg, var(--colorPrimary40, #
|
|
22
|
+
background: linear-gradient(90deg, var(--colorPrimary40, #2ca4a8) 40%, var(--colorPrimary30, #81bdc0) 100%);
|
|
23
23
|
color: var(--textColorPrimary40, #ffffff);
|
|
24
24
|
}
|
|
25
25
|
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
.bar.bar-stable.bar-footer,
|
|
46
46
|
.bar.bar-stable {
|
|
47
47
|
border-color: var(--colorStable40, #f8f8f8);
|
|
48
|
-
background:
|
|
48
|
+
background: var(--colorStable40, #f8f8f8);
|
|
49
49
|
color: var(--textColorStable40, #444444);
|
|
50
50
|
}
|
|
51
51
|
|
|
@@ -71,7 +71,7 @@
|
|
|
71
71
|
.bar.bar-assertive.bar-footer,
|
|
72
72
|
.bar.bar-assertive {
|
|
73
73
|
border-color: var(--colorDanger40, #ef473a);
|
|
74
|
-
background:
|
|
74
|
+
background: var(--colorDanger40, #ef473a);
|
|
75
75
|
color: var(--textColorDanger40, #ffffff);
|
|
76
76
|
}
|
|
77
77
|
|
|
@@ -84,7 +84,7 @@
|
|
|
84
84
|
.bar.bar-balanced.bar-footer,
|
|
85
85
|
.bar.bar-balanced {
|
|
86
86
|
border-color: var(--colorSuccess40, #33cd5f);
|
|
87
|
-
background:
|
|
87
|
+
background: var(--colorSuccess40, #33cd5f);
|
|
88
88
|
color: var(--textColorSuccess40, #ffffff);
|
|
89
89
|
}
|
|
90
90
|
|
|
@@ -97,7 +97,7 @@
|
|
|
97
97
|
.bar.bar-energized.bar-footer,
|
|
98
98
|
.bar.bar-energized {
|
|
99
99
|
border-color: var(--colorWarning40, #ffc900);
|
|
100
|
-
background:
|
|
100
|
+
background: var(--colorWarning40, #ffc900);
|
|
101
101
|
color: var(--textColorWarning40, #ffffff);
|
|
102
102
|
}
|
|
103
103
|
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
.bar.bar-royal.bar-footer,
|
|
111
111
|
.bar.bar-royal {
|
|
112
112
|
border-color: var(--colorRoyal40, #886aea);
|
|
113
|
-
background:
|
|
113
|
+
background: var(--colorRoyal40, #886aea);
|
|
114
114
|
color: var(--textColorRoyal40, #ffffff);
|
|
115
115
|
}
|
|
116
116
|
|
|
@@ -123,7 +123,7 @@
|
|
|
123
123
|
.bar.bar-dark.bar-footer,
|
|
124
124
|
.bar.bar-dark {
|
|
125
125
|
border-color: var(--colorDark40, #444444);
|
|
126
|
-
background:
|
|
126
|
+
background: var(--colorDark40, #444444);
|
|
127
127
|
color: var(--textColorDark40, #ffffff);
|
|
128
128
|
}
|
|
129
129
|
|
|
@@ -267,78 +267,43 @@
|
|
|
267
267
|
--colorNeutral210: #090909;
|
|
268
268
|
--colorNeutral220: #000000;
|
|
269
269
|
|
|
270
|
-
/* === Variables used exclusively in the color palette property === */
|
|
271
270
|
/* Components - Button */
|
|
272
271
|
--btnLink: var(--colorPrimary40, #2c72a8);
|
|
273
|
-
--btnDefault:
|
|
274
|
-
--btnPrimary:
|
|
275
|
-
--btnSuccess:
|
|
276
|
-
--btnCalm:
|
|
277
|
-
--btnWarning:
|
|
278
|
-
--btnDanger:
|
|
279
|
-
--btnLight:
|
|
280
|
-
--btnStable:
|
|
281
|
-
--btnRoyal:
|
|
282
|
-
--btnDark:
|
|
283
|
-
|
|
284
|
-
--textColorDefault: var(--textColorDefault40, #ffffff);
|
|
285
|
-
--textColorPrimary: var(--textColorPrimary40, #ffffff);
|
|
286
|
-
--textColorSuccess: var(--textColorSuccess40, #ffffff);
|
|
287
|
-
--textColorCalm: var(--colorCalm40, #11c1f3);
|
|
288
|
-
--textColorWarning: var(--textColorWarning40, #ffffff);
|
|
289
|
-
--textColorDanger: var(--textColorDanger40, #ffffff);
|
|
290
|
-
--textColorLight: var(--textColorLight40, #444444);
|
|
291
|
-
--textColorStable: var(--textColorStable40, #444444);
|
|
292
|
-
--textColorRoyal: var(--textColorRoyal40, #ffffff);
|
|
293
|
-
--textColorDark: var(--textColorDark40, #ffffff);
|
|
294
|
-
|
|
295
|
-
--borderBtnLink: var(--colorPrimary40, #2c72a8);
|
|
296
|
-
--borderBtnDefault: transparent;
|
|
297
|
-
--borderBtnPrimary: transparent;
|
|
298
|
-
--borderBtnSuccess: transparent;
|
|
299
|
-
--borderBtnCalm: var(--colorCalm40, #11c1f3);
|
|
300
|
-
--borderBtnWarning: transparent;
|
|
301
|
-
--borderBtnDanger: transparent;
|
|
302
|
-
--borderBtnLight: var(--textColorLight40, #444444);
|
|
303
|
-
--borderBtnStable: transparent;
|
|
304
|
-
--borderBtnRoyal: transparent;
|
|
305
|
-
--borderBtnDark: transparent;
|
|
272
|
+
--btnDefault: var(--colorDefault40, #2ca4a8);
|
|
273
|
+
--btnPrimary: var(--colorPrimary40, #2c72a8);
|
|
274
|
+
--btnSuccess: var(--colorSuccess40, #38a82c);
|
|
275
|
+
--btnCalm: var(--colorCalm40, #11c1f3);
|
|
276
|
+
--btnWarning: var(--colorWarning40, #daa31f);
|
|
277
|
+
--btnDanger: var(--colorDanger40, #a82c2c);
|
|
278
|
+
--btnLight: var(--textColorLight40, #444444);
|
|
279
|
+
--btnStable: var(--colorStable40, #b2b2b2);
|
|
280
|
+
--btnRoyal: var(--colorRoyal40, #7e5ee8);
|
|
281
|
+
--btnDark: var(--colorDark40, #444444);
|
|
306
282
|
|
|
307
283
|
/* Components - Text color */
|
|
308
|
-
--colorDefault: var(--colorDefault40, #
|
|
309
|
-
--colorPrimary: var(--colorPrimary40, #
|
|
310
|
-
--colorSuccess: var(--colorSuccess40, #
|
|
311
|
-
--colorCalm: var(--colorDefault40, #
|
|
312
|
-
--colorWarning: var(--colorWarning40, #
|
|
284
|
+
--colorDefault: var(--colorDefault40, #3b448e);
|
|
285
|
+
--colorPrimary: var(--colorPrimary40, #5665be);
|
|
286
|
+
--colorSuccess: var(--colorSuccess40, #257d25);
|
|
287
|
+
--colorCalm: var(--colorDefault40, #3b448e);
|
|
288
|
+
--colorWarning: var(--colorWarning40, #f0ad4e);
|
|
313
289
|
--colorDanger: var(--colorDanger40, #ce3a36);
|
|
314
290
|
--colorLight: var(--colorLight50, #c2c2c2);
|
|
315
|
-
--colorStable: var(--colorStable40, #
|
|
291
|
+
--colorStable: var(--colorStable40, #9c9c9c);
|
|
316
292
|
--colorRoyal: var(--colorRoyal40, #7e5ee8);
|
|
317
293
|
--colorDark: var(--colorDark40, #444444);
|
|
318
294
|
|
|
319
295
|
/* Components - Checkbox */
|
|
320
|
-
--checkboxDefault: var(--colorDefault40, #
|
|
321
|
-
--checkboxPrimary: var(--colorPrimary40, #
|
|
322
|
-
--checkboxSuccess: var(--colorSuccess40, #
|
|
296
|
+
--checkboxDefault: var(--colorDefault40, #3b448e);
|
|
297
|
+
--checkboxPrimary: var(--colorPrimary40, #5665be);
|
|
298
|
+
--checkboxSuccess: var(--colorSuccess40, #257d25);
|
|
323
299
|
--checkboxCalm: var(--colorCalm40, #11c1f3);
|
|
324
|
-
--checkboxWarning: var(--colorWarning40, #
|
|
300
|
+
--checkboxWarning: var(--colorWarning40, #f0ad4e);
|
|
325
301
|
--checkboxDanger: var(--colorDanger40, #ce3a36);
|
|
326
302
|
--checkboxLight: var(--colorLight40, #dddddd);
|
|
327
303
|
--checkboxStable: var(--colorStable40, #b2b2b2);
|
|
328
304
|
--checkboxRoyal: var(--colorRoyal40, #7e5ee8);
|
|
329
305
|
--checkboxDark: var(--colorDark40, #444444);
|
|
330
306
|
|
|
331
|
-
--borderCheckboxDefault: var(--colorDefault40, #2ca4a8);
|
|
332
|
-
--borderCheckboxPrimary: var(--colorPrimary40, #2c72a8);
|
|
333
|
-
--borderCheckboxSuccess: var(--colorSuccess40, #38a82c);
|
|
334
|
-
--borderCheckboxCalm: var(--colorCalm40, #11c1f3);
|
|
335
|
-
--borderCheckboxWarning: var(--colorWarning40, #daa31f);
|
|
336
|
-
--borderCheckboxDanger: var(--colorDanger40, #ce3a36);
|
|
337
|
-
--borderCheckboxLight: var(--colorLight40, #dddddd);
|
|
338
|
-
--borderCheckboxStable: var(--colorStable40, #b2b2b2);
|
|
339
|
-
--borderCheckboxRoyal: var(--colorRoyal40, #7e5ee8);
|
|
340
|
-
--borderCheckboxDark: var(--colorDark40, #444444);
|
|
341
|
-
|
|
342
307
|
/* Components - Toggle */
|
|
343
308
|
--toggleDefault: var(--colorDefault40, #2ca4a8);
|
|
344
309
|
--togglePrimary: var(--colorPrimary40, #2c72a8);
|
|
@@ -351,72 +316,50 @@
|
|
|
351
316
|
--toggleRoyal: var(--colorRoyal40, #7e5ee8);
|
|
352
317
|
--toggleDark: var(--colorDark40, #444444);
|
|
353
318
|
|
|
354
|
-
--borderToggleDefault: var(--colorDefault40, #2ca4a8);
|
|
355
|
-
--borderTogglePrimary: var(--colorPrimary40, #2c72a8);
|
|
356
|
-
--borderToggleSuccess: var(--colorSuccess40, #38a82c);
|
|
357
|
-
--borderToggleCalm: var(--colorCalm40, #11c1f3);
|
|
358
|
-
--borderToggleWarning: var(--colorWarning40, #daa31f);
|
|
359
|
-
--borderToggleDanger: var(--colorDanger40, #a82c2c);
|
|
360
|
-
--borderToggleLight: var(--colorLight50, #c2c2c2);
|
|
361
|
-
--borderToggleStable: var(--colorStable50, #9c9c9c);
|
|
362
|
-
--borderToggleRoyal: var(--colorRoyal40, #7e5ee8);
|
|
363
|
-
--borderToggleDark: var(--colorDark40, #444444);
|
|
364
|
-
|
|
365
319
|
/* Components - Tabs - crn-ion-segment */
|
|
366
|
-
--bgDefault: var(--
|
|
367
|
-
--bgPrimary: var(--
|
|
368
|
-
--bgSuccess: var(--
|
|
369
|
-
--bgCalm: var(--
|
|
370
|
-
--bgWarning: var(--
|
|
371
|
-
--bgDanger: var(--
|
|
372
|
-
--bgLight: var(--
|
|
373
|
-
--bgStable: var(--
|
|
374
|
-
--bgRoyal: var(--
|
|
375
|
-
--bgDark: var(--
|
|
376
|
-
|
|
377
|
-
--
|
|
378
|
-
--
|
|
379
|
-
--
|
|
380
|
-
--
|
|
381
|
-
--
|
|
382
|
-
--
|
|
383
|
-
--
|
|
384
|
-
--
|
|
385
|
-
--
|
|
386
|
-
--
|
|
387
|
-
|
|
388
|
-
--
|
|
389
|
-
--
|
|
390
|
-
--
|
|
391
|
-
--
|
|
392
|
-
--
|
|
393
|
-
--
|
|
394
|
-
--
|
|
395
|
-
--activeBackgroundStable: linear-gradient(90deg, var(--colorStable40, #b2b2b2) 40%, var(--colorStable30, #c7c7c7) 100%);
|
|
396
|
-
--activeBackgroundRoyal: linear-gradient(var(--colorRoyal30, #a594ee), var(--colorRoyal40, #7e5ee8));
|
|
397
|
-
--activeBackgroundDark: linear-gradient(var(--colorDark30, #898989), var(--colorDark40, #444444));
|
|
398
|
-
|
|
399
|
-
--ionSegmentDefault: var(--textColorDefault40, #ffffff);
|
|
400
|
-
--ionSegmentPrimary: var(--textColorPrimary40, #ffffff);
|
|
401
|
-
--ionSegmentSuccess: var(--textColorSuccess40, #ffffff);
|
|
402
|
-
--ionSegmentCalm: var(--textColorCalm40, #ffffff);
|
|
403
|
-
--ionSegmentWarning: var(--textColorWarning40, #ffffff);
|
|
404
|
-
--ionSegmentDanger: var(--textColorDanger40, #ffffff);
|
|
405
|
-
--ionSegmentLight: var(--textColorLight40, #444444);
|
|
320
|
+
--bgDefault: var(--colorDefault40, #2ca4a8);
|
|
321
|
+
--bgPrimary: var(--colorPrimary40, #2c72a8);
|
|
322
|
+
--bgSuccess: var(--colorSuccess40, #38a82c);
|
|
323
|
+
--bgCalm: var(--colorCalm40, #11c1f3);
|
|
324
|
+
--bgWarning: var(--colorWarning40, #daa31f);
|
|
325
|
+
--bgDanger: var(--colorDanger40, #a82c2c);
|
|
326
|
+
--bgLight: var(--colorLight40, #dddddd);
|
|
327
|
+
--bgStable: var(--colorStable40, #b2b2b2);
|
|
328
|
+
--bgRoyal: var(--colorRoyal40, #7e5ee8);
|
|
329
|
+
--bgDark: var(--colorDark40, #444444);
|
|
330
|
+
|
|
331
|
+
--activeBackgroundDefault: var(--colorDefault40, #2ca4a8);
|
|
332
|
+
--activeBackgroundPrimary: var(--colorPrimary40, #2c72a8);
|
|
333
|
+
--activeBackgroundSuccess: var(--colorSuccess40, #38a82c);
|
|
334
|
+
--activeBackgroundCalm: var(--colorCalm40, #11c1f3);
|
|
335
|
+
--activeBackgroundWarning: var(--colorWarning40, #daa31f);
|
|
336
|
+
--activeBackgroundDanger: var(--colorDanger40, #a82c2c);
|
|
337
|
+
--activeBackgroundLight: var(--colorLight40, #dddddd);
|
|
338
|
+
--activeBackgroundStable: var(--colorStable40, #b2b2b2);
|
|
339
|
+
--activeBackgroundRoyal: var(--colorRoyal40, #7e5ee8);
|
|
340
|
+
--activeBackgroundDark: var(--colorDark40, #444444);
|
|
341
|
+
|
|
342
|
+
--ionSegmentDefault: var(--textColorDefault40, #2ca4a8);
|
|
343
|
+
--ionSegmentPrimary: var(--textColorPrimary40, #2c72a8);
|
|
344
|
+
--ionSegmentSuccess: var(--textColorSuccess40, #38a82c);
|
|
345
|
+
--ionSegmentCalm: var(--textColorCalm40, #11c1f3);
|
|
346
|
+
--ionSegmentWarning: var(--textColorWarning40, #daa31f);
|
|
347
|
+
--ionSegmentDanger: var(--textColorDanger40, #a82c2c);
|
|
348
|
+
--ionSegmentLight: var(--textColorLight30, #3c3c3c);
|
|
406
349
|
--ionSegmentStable: var(--textColorStable40, #444444);
|
|
407
|
-
--ionSegmentRoyal: var(--textColorRoyal40, #
|
|
408
|
-
--ionSegmentDark: var(--textColorDark40, #
|
|
409
|
-
|
|
410
|
-
--iconThemeLightDefault: var(--
|
|
411
|
-
--iconThemeLightPrimary: var(--
|
|
412
|
-
--iconThemeLightSuccess: var(--
|
|
413
|
-
--iconThemeLightCalm: var(--
|
|
414
|
-
--iconThemeLightWarning: var(--
|
|
415
|
-
--iconThemeLightDanger: var(--
|
|
416
|
-
--iconThemeLightLight: var(--
|
|
417
|
-
--iconThemeLightStable: var(--
|
|
418
|
-
--iconThemeLightRoyal: var(--
|
|
419
|
-
--iconThemeLightDark: var(--
|
|
350
|
+
--ionSegmentRoyal: var(--textColorRoyal40, #7e5ee8);
|
|
351
|
+
--ionSegmentDark: var(--textColorDark40, #444444);
|
|
352
|
+
|
|
353
|
+
--iconThemeLightDefault: var(--textColorDefault40, #2ca4a8);
|
|
354
|
+
--iconThemeLightPrimary: var(--textColorPrimary40, #2c72a8);
|
|
355
|
+
--iconThemeLightSuccess: var(--textColorSuccess40, #38a82c);
|
|
356
|
+
--iconThemeLightCalm: var(--textColorCalm40, #11c1f3);
|
|
357
|
+
--iconThemeLightWarning: var(--textColorWarning40, #daa31f);
|
|
358
|
+
--iconThemeLightDanger: var(--textColorDanger40, #a82c2c);
|
|
359
|
+
--iconThemeLightLight: var(--textColorLight30, #3c3c3c);
|
|
360
|
+
--iconThemeLightStable: var(--textColorStable40, #444444);
|
|
361
|
+
--iconThemeLightRoyal: var(--textColorRoyal40, #7e5ee8);
|
|
362
|
+
--iconThemeLightDark: var(--textColorDark40, #444444);
|
|
420
363
|
|
|
421
364
|
/* Components - Old Tabs - pallete false */
|
|
422
365
|
--tabsDefault: var(--colorDefault40, #2ca4a8);
|
|
@@ -431,28 +374,28 @@
|
|
|
431
374
|
--tabsDark: var(--colorDark40, #444444);
|
|
432
375
|
|
|
433
376
|
/* Components - Header */
|
|
434
|
-
--barDefault:
|
|
435
|
-
--barPrimary:
|
|
436
|
-
--barSuccess:
|
|
377
|
+
--barDefault: var(--colorDefault70, #185a5c);
|
|
378
|
+
--barPrimary: var(--colorPrimary40, #2c72a8);
|
|
379
|
+
--barSuccess: var(--colorSuccess40, #38a82c);
|
|
437
380
|
--barCalm: var(--colorCalm40, #11c1f3);
|
|
438
|
-
--barWarning:
|
|
439
|
-
--barDanger:
|
|
440
|
-
--barLight: var(--colorLight40, #
|
|
441
|
-
--barStable:
|
|
442
|
-
--barRoyal:
|
|
443
|
-
--barDark:
|
|
381
|
+
--barWarning: var(--colorWarning40, #daa31f);
|
|
382
|
+
--barDanger: var(--colorDanger40, #a82c2c);
|
|
383
|
+
--barLight: var(--colorLight40, #dddddd);
|
|
384
|
+
--barStable: var(--colorStable40, #b2b2b2);
|
|
385
|
+
--barRoyal: var(--colorRoyal40, #7e5ee8);
|
|
386
|
+
--barDark: var(--colorDark40, #444444);
|
|
444
387
|
|
|
445
388
|
/* Componentes - Footer with icon */
|
|
446
|
-
--backgroundDefault:
|
|
447
|
-
--backgroundPrimary:
|
|
448
|
-
--backgroundSuccess:
|
|
389
|
+
--backgroundDefault: var(--colorDefault70, #185a5c);
|
|
390
|
+
--backgroundPrimary: var(--colorPrimary40, #2c72a8);
|
|
391
|
+
--backgroundSuccess: var(--colorSuccess40, #38a82c);
|
|
449
392
|
--backgroundCalm: var(--colorCalm40, #11c1f3);
|
|
450
|
-
--backgroundWarning:
|
|
451
|
-
--backgroundDanger:
|
|
393
|
+
--backgroundWarning: var(--colorWarning40, #daa31f);
|
|
394
|
+
--backgroundDanger: var(--colorDanger40, #a82c2c);
|
|
452
395
|
--backgroundLight: transparent;
|
|
453
|
-
--backgroundStable:
|
|
454
|
-
--backgroundRoyal:
|
|
455
|
-
--backgroundDark:
|
|
396
|
+
--backgroundStable: var(--colorStable40, #b2b2b2);
|
|
397
|
+
--backgroundRoyal: var(--colorRoyal40, #7e5ee8);
|
|
398
|
+
--backgroundDark: var(--colorDark40, #444444);
|
|
456
399
|
|
|
457
400
|
--tabsIconDefault: var(--textColorDefault40, #ffffff);
|
|
458
401
|
--tabsIconPrimary: var(--textColorPrimary40, #ffffff);
|
|
@@ -464,7 +407,6 @@
|
|
|
464
407
|
--tabsIconStable: var(--textColorStable40, #444444);
|
|
465
408
|
--tabsIconRoyal: var(--textColorRoyal40, #ffffff);
|
|
466
409
|
--tabsIconDark: var(--textColorDark40, #ffffff);
|
|
467
|
-
/* End - Variables used exclusively in the color palette property */
|
|
468
410
|
}
|
|
469
411
|
|
|
470
412
|
body {
|
|
@@ -262,43 +262,18 @@
|
|
|
262
262
|
--colorNeutral210: #090909;
|
|
263
263
|
--colorNeutral220: #000000;
|
|
264
264
|
|
|
265
|
-
/* === Variables used exclusively in the color palette property === */
|
|
266
|
-
|
|
267
265
|
/* Components - Button */
|
|
268
266
|
--btnLink: var(--colorPrimary40, #2fa4e7);
|
|
269
|
-
--btnDefault:
|
|
270
|
-
--btnPrimary:
|
|
271
|
-
--btnSuccess:
|
|
272
|
-
--btnCalm:
|
|
273
|
-
--btnWarning:
|
|
274
|
-
--btnDanger:
|
|
275
|
-
--btnLight:
|
|
276
|
-
--btnStable:
|
|
277
|
-
--btnRoyal:
|
|
278
|
-
--btnDark:
|
|
279
|
-
|
|
280
|
-
--textColorDefault: var(--textColorDefault40, #444444);
|
|
281
|
-
--textColorPrimary: var(--textColorPrimary40, #ffffff);
|
|
282
|
-
--textColorSuccess: var(--textColorSuccess40, #ffffff);
|
|
283
|
-
--textColorCalm: var(--textColorCalm40, #ffffff);
|
|
284
|
-
--textColorWarning: var(--textColorWarning40, #ffffff);
|
|
285
|
-
--textColorDanger: var(--textColorDanger40, #ffffff);
|
|
286
|
-
--textColorLight: var(--textColorLight40, #444444);
|
|
287
|
-
--textColorStable: var(--textColorStable40, #444444);
|
|
288
|
-
--textColorRoyal: var(--textColorRoyal40, #ffffff);
|
|
289
|
-
--textColorDark: var(--textColorDark40, #ffffff);
|
|
290
|
-
|
|
291
|
-
--borderBtnLink: transparent;
|
|
292
|
-
--borderBtnDefault: var(--colorDefault40, #f5f5f5);
|
|
293
|
-
--borderBtnPrimary: var(--colorPrimary40, #2fa4e7);
|
|
294
|
-
--borderBtnSuccess: var(--colorSuccess40, #73a839);
|
|
295
|
-
--borderBtnCalm: var(--colorCalm40, #033c73);
|
|
296
|
-
--borderBtnWarning: var(--colorWarning40, #dd5600);
|
|
297
|
-
--borderBtnDanger: var(--colorDanger50, #ae191e);
|
|
298
|
-
--borderBtnLight: var(--colorLight40, #ffffff);
|
|
299
|
-
--borderBtnStable: var(--colorStable40, #f8f8f8);
|
|
300
|
-
--borderBtnRoyal: var(--colorRoyal40, #886aea);
|
|
301
|
-
--borderBtnDark: var(--colorDark40, #444444);
|
|
267
|
+
--btnDefault: var(--colorDefault40, #f5f5f5);
|
|
268
|
+
--btnPrimary: var(--colorPrimary40, #2fa4e7);
|
|
269
|
+
--btnSuccess: var(--colorSuccess40, #73a839);
|
|
270
|
+
--btnCalm: var(--colorCalm40, #033c73);
|
|
271
|
+
--btnWarning: var(--colorWarning40, #dd5600);
|
|
272
|
+
--btnDanger: var(--colorDanger40, #c71c22);
|
|
273
|
+
--btnLight: var(--colorLight40, #ffffff);
|
|
274
|
+
--btnStable: var(--colorStable40, #f8f8f8);
|
|
275
|
+
--btnRoyal: var(--colorRoyal40, #886aea);
|
|
276
|
+
--btnDark: var(--colorDark40, #444444);
|
|
302
277
|
|
|
303
278
|
/* Components - Text color */
|
|
304
279
|
--colorDefault: var(--colorDefault50, #d7d7d7);
|
|
@@ -324,17 +299,6 @@
|
|
|
324
299
|
--checkboxRoyal: var(--colorRoyal40, #886aea);
|
|
325
300
|
--checkboxDark: var(--colorDark40, #444444);
|
|
326
301
|
|
|
327
|
-
--borderCheckboxDefault: var(--colorDefault40, #f5f5f5);
|
|
328
|
-
--borderCheckboxPrimary: var(--colorPrimary40, #2fa4e7);
|
|
329
|
-
--borderCheckboxSuccess: var(--colorSuccess40, #73a839);
|
|
330
|
-
--borderCheckboxCalm: var(--colorCalm40, #033c73);
|
|
331
|
-
--borderCheckboxWarning: var(--colorWarning40, #dd5600);
|
|
332
|
-
--borderCheckboxDanger: var(--colorDanger40, #ce3a36);
|
|
333
|
-
--borderCheckboxLight: var(--colorLight40, #ffffff);
|
|
334
|
-
--borderCheckboxStable: var(--colorStable40, #f8f8f8);
|
|
335
|
-
--borderCheckboxRoyal: var(--colorRoyal40, #886aea);
|
|
336
|
-
--borderCheckboxDark: var(--colorDark40, #444444);
|
|
337
|
-
|
|
338
302
|
/* Components - Toggle */
|
|
339
303
|
--toggleDefault: var(--colorDefault40, #f5f5f5);
|
|
340
304
|
--togglePrimary: var(--colorPrimary40, #2fa4e7);
|
|
@@ -347,50 +311,28 @@
|
|
|
347
311
|
--toggleRoyal: var(--colorRoyal40, #886aea);
|
|
348
312
|
--toggleDark: var(--colorDark40, #444444);
|
|
349
313
|
|
|
350
|
-
--borderToggleDefault: var(--colorDefault40, #f5f5f5);
|
|
351
|
-
--borderTogglePrimary: var(--colorPrimary40, #2fa4e7);
|
|
352
|
-
--borderToggleSuccess: var(--colorSuccess40, #73a839);
|
|
353
|
-
--borderToggleCalm: var(--colorCalm40, #033c73);
|
|
354
|
-
--borderToggleWarning: var(--colorWarning40, #dd5600);
|
|
355
|
-
--borderToggleDanger: var(--colorDanger40, #a82c2c);
|
|
356
|
-
--borderToggleLight: var(--colorLight50, #dfdfdf);
|
|
357
|
-
--borderToggleStable: var(--colorStable50, #d9d9d9);
|
|
358
|
-
--borderToggleRoyal: var(--colorRoyal40, #886aea);
|
|
359
|
-
--borderToggleDark: var(--colorDark40, #444444);
|
|
360
|
-
|
|
361
314
|
/* Components - Tabs - crn-ion-segment */
|
|
362
|
-
--bgDefault: var(--
|
|
363
|
-
--bgPrimary: var(--
|
|
364
|
-
--bgSuccess: var(--
|
|
365
|
-
--bgCalm: var(--
|
|
366
|
-
--bgWarning: var(--
|
|
367
|
-
--bgDanger: var(--
|
|
368
|
-
--bgLight: var(--
|
|
369
|
-
--bgStable: var(--
|
|
370
|
-
--bgRoyal: var(--
|
|
371
|
-
--bgDark: var(--
|
|
372
|
-
|
|
373
|
-
--
|
|
374
|
-
--
|
|
375
|
-
--
|
|
376
|
-
--
|
|
377
|
-
--
|
|
378
|
-
--
|
|
379
|
-
--
|
|
380
|
-
--
|
|
381
|
-
--
|
|
382
|
-
--
|
|
383
|
-
|
|
384
|
-
--activeBackgroundDefault: linear-gradient(var(--colorDefault30, #f7f7f7), var(--colorDefault40, #f5f5f5));
|
|
385
|
-
--activeBackgroundPrimary: linear-gradient(var(--colorPrimary30, #82bded), var(--colorPrimary40, #2fa4e7));
|
|
386
|
-
--activeBackgroundSuccess: linear-gradient(var(--colorSuccess30, #9fc085), var(--colorSuccess40, #73a839));
|
|
387
|
-
--activeBackgroundCalm: linear-gradient(var(--colorCalm30, #7b869f), var(--colorCalm40, #033c73));
|
|
388
|
-
--activeBackgroundWarning: linear-gradient(var(--colorWarning30, #e5907b), var(--colorWarning40, #dd5600));
|
|
389
|
-
--activeBackgroundDanger: linear-gradient(var(--colorDanger40, #ef473a), var(--colorDanger50, #ae191e));
|
|
390
|
-
--activeBackgroundLight: linear-gradient(var(--colorLight30, #ffffff), var(--colorLight40, #ffffff));
|
|
391
|
-
--activeBackgroundStable: linear-gradient(var(--colorStable30, #fafafa), var(--colorStable40, #f8f8f8));
|
|
392
|
-
--activeBackgroundRoyal: linear-gradient(var(--colorRoyal30, #ab9aef), var(--colorRoyal40, #886aea));
|
|
393
|
-
--activeBackgroundDark: linear-gradient(var(--colorDark30, #898989), var(--colorDark40, #444444));
|
|
315
|
+
--bgDefault: var(--colorDefault40, #f5f5f5);
|
|
316
|
+
--bgPrimary: var(--colorPrimary40, #2fa4e7);
|
|
317
|
+
--bgSuccess: var(--colorSuccess40, #73a839);
|
|
318
|
+
--bgCalm: var(--colorCalm40, #033c73);
|
|
319
|
+
--bgWarning: var(--colorWarning40, #dd5600);
|
|
320
|
+
--bgDanger: var(--colorDanger40, #c71c22);
|
|
321
|
+
--bgLight: var(--colorLight40, #ffffff);
|
|
322
|
+
--bgStable: var(--colorStable40, #f8f8f8);
|
|
323
|
+
--bgRoyal: var(--colorRoyal40, #886aea);
|
|
324
|
+
--bgDark: var(--colorDark40, #444444);
|
|
325
|
+
|
|
326
|
+
--activeBackgroundDefault: var(--colorDefault40, #f5f5f5);
|
|
327
|
+
--activeBackgroundPrimary: var(--colorPrimary40, #2fa4e7);
|
|
328
|
+
--activeBackgroundSuccess: var(--colorSuccess40, #73a839);
|
|
329
|
+
--activeBackgroundCalm: var(--colorCalm40, #033c73);
|
|
330
|
+
--activeBackgroundWarning: var(--colorWarning40, #dd5600);
|
|
331
|
+
--activeBackgroundDanger: var(--colorDanger40, #c71c22);
|
|
332
|
+
--activeBackgroundLight: var(--colorLight40, #ffffff);
|
|
333
|
+
--activeBackgroundStable: var(--colorStable40, #f8f8f8);
|
|
334
|
+
--activeBackgroundRoyal: var(--colorRoyal40, #886aea);
|
|
335
|
+
--activeBackgroundDark: var(--colorDark40, #444444);
|
|
394
336
|
|
|
395
337
|
--ionSegmentDefault: var(--textColorDefault40, #444444);
|
|
396
338
|
--ionSegmentPrimary: var(--textColorPrimary40, #ffffff);
|
|
@@ -403,16 +345,16 @@
|
|
|
403
345
|
--ionSegmentRoyal: var(--textColorRoyal40, #ffffff);
|
|
404
346
|
--ionSegmentDark: var(--textColorDark40, #ffffff);
|
|
405
347
|
|
|
406
|
-
--iconThemeLightDefault: var(--
|
|
407
|
-
--iconThemeLightPrimary: var(--
|
|
408
|
-
--iconThemeLightSuccess: var(--
|
|
409
|
-
--iconThemeLightCalm: var(--
|
|
410
|
-
--iconThemeLightWarning: var(--
|
|
411
|
-
--iconThemeLightDanger: var(--
|
|
412
|
-
--iconThemeLightLight: var(--
|
|
348
|
+
--iconThemeLightDefault: var(--textColorDefault40, #444444);
|
|
349
|
+
--iconThemeLightPrimary: var(--textColorPrimary40, #ffffff);
|
|
350
|
+
--iconThemeLightSuccess: var(--textColorSuccess40, #ffffff);
|
|
351
|
+
--iconThemeLightCalm: var(--textColorCalm40, #ffffff);
|
|
352
|
+
--iconThemeLightWarning: var(--textColorWarning40, #ffffff);
|
|
353
|
+
--iconThemeLightDanger: var(--textColorDanger40, #ffffff);
|
|
354
|
+
--iconThemeLightLight: var(--textColorLight30, #3c3c3c);
|
|
413
355
|
--iconThemeLightStable: var(--textColorStable40, #444444);
|
|
414
|
-
--iconThemeLightRoyal: var(--
|
|
415
|
-
--iconThemeLightDark: var(--
|
|
356
|
+
--iconThemeLightRoyal: var(--textColorRoyal40, #ffffff);
|
|
357
|
+
--iconThemeLightDark: var(--textColorDark40, #ffffff);
|
|
416
358
|
|
|
417
359
|
/* Components - Old Tabs - pallete false */
|
|
418
360
|
--tabsDefault: var(--colorDefault40, #f5f5f5);
|
|
@@ -427,31 +369,31 @@
|
|
|
427
369
|
--tabsDark: var(--colorDark40, #444444);
|
|
428
370
|
|
|
429
371
|
/* Components - Header */
|
|
430
|
-
--
|
|
431
|
-
--
|
|
432
|
-
--barSuccess:
|
|
433
|
-
--barCalm:
|
|
434
|
-
--barWarning:
|
|
435
|
-
--barDanger:
|
|
436
|
-
--barLight:
|
|
437
|
-
--barStable:
|
|
438
|
-
--barRoyal:
|
|
439
|
-
--barDark:
|
|
372
|
+
--barDefault: var(--colorDefault70, #2ca4a8);
|
|
373
|
+
--barPrimary: var(--colorPrimary40, #2fa4e7);
|
|
374
|
+
--barSuccess: var(--colorSuccess40, #73a839);
|
|
375
|
+
--barCalm: var(--colorCalm40, #033c73);
|
|
376
|
+
--barWarning: var(--colorWarning40, #dd5600);
|
|
377
|
+
--barDanger: var(--colorDanger40, #c71c22);
|
|
378
|
+
--barLight: var(--colorLight40, #ffffff);
|
|
379
|
+
--barStable: var(--colorStable40, #f8f8f8);
|
|
380
|
+
--barRoyal: var(--colorRoyal40, #886aea);
|
|
381
|
+
--barDark: var(--colorDark40, #444444);
|
|
440
382
|
|
|
441
383
|
/* Componentes - Footer with icon */
|
|
442
|
-
--
|
|
443
|
-
--
|
|
444
|
-
--backgroundSuccess:
|
|
445
|
-
--backgroundCalm:
|
|
446
|
-
--backgroundWarning:
|
|
447
|
-
--backgroundDanger:
|
|
448
|
-
--backgroundLight:
|
|
449
|
-
--backgroundStable:
|
|
450
|
-
--backgroundRoyal:
|
|
451
|
-
--backgroundDark:
|
|
452
|
-
|
|
453
|
-
--
|
|
454
|
-
--
|
|
384
|
+
--backgroundDefault: var(--colorDefault10, #d6d6d6);
|
|
385
|
+
--backgroundPrimary: var(--colorPrimary40, #2fa4e7);
|
|
386
|
+
--backgroundSuccess: var(--colorSuccess40, #73a839);
|
|
387
|
+
--backgroundCalm: var(--colorCalm40, #033c73);
|
|
388
|
+
--backgroundWarning: var(--colorWarning40, #dd5600);
|
|
389
|
+
--backgroundDanger: var(--colorDanger40, #c71c22);
|
|
390
|
+
--backgroundLight: var(--colorLight40, #ffffff);
|
|
391
|
+
--backgroundStable: var(--colorStable40, #f8f8f8);
|
|
392
|
+
--backgroundRoyal: var(--colorRoyal40, #886aea);
|
|
393
|
+
--backgroundDark: var(--colorDark40, #444444);
|
|
394
|
+
|
|
395
|
+
--tabsIconDefault: var(--textColorDefault40, #444444);
|
|
396
|
+
--tabsIconPrimary: var(--textColorPrimary40, #ffffff);
|
|
455
397
|
--tabsIconSuccess: var(--textColorSuccess40, #ffffff);
|
|
456
398
|
--tabsIconCalm: var(--textColorCalm40, #ffffff);
|
|
457
399
|
--tabsIconWarning: var(--textColorWarning40, #ffffff);
|
|
@@ -460,8 +402,6 @@
|
|
|
460
402
|
--tabsIconStable: var(--textColorStable40, #444444);
|
|
461
403
|
--tabsIconRoyal: var(--textColorRoyal40, #ffffff);
|
|
462
404
|
--tabsIconDark: var(--textColorDark40, #ffffff);
|
|
463
|
-
|
|
464
|
-
/* === End - Variables used exclusively in the color palette property === */
|
|
465
405
|
}
|
|
466
406
|
|
|
467
407
|
h1,
|