cronapp-framework-mobile-js 2.9.1 → 2.9.2-SP.2
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 +42 -21
- package/components/crn-checkbox.components.json +20 -10
- package/components/crn-filter-button.components.json +21 -11
- package/components/crn-input-button.components.json +20 -10
- package/components/crn-ion-footer-bar.components.json +40 -20
- package/components/crn-ion-segment.components.json +20 -10
- package/components/crn-list-swipe.components.json +1 -1
- package/components/crn-signature-pad.components.json +2 -3
- package/components/crn-toggle.components.json +20 -10
- package/components/css/crn-ion-segment.css +3 -9
- package/components/templates/item.avatar.template.html +1 -1
- package/components/templates/item.swipe.template.html +3 -3
- package/components/templates/item.thumbnail.template.html +1 -1
- package/components/templates/list.avatar.template.html +1 -1
- package/components/templates/list.swipe.template.html +3 -3
- package/components/templates/list.thumbnail.template.html +3 -3
- package/{deprecated/components/templates/menu.template.html → components/templates/public.menu.template.html} +3 -3
- package/css/app_2.9.css +15 -2
- package/css/themes/custom/aquamarine/bar-aquamarine.css +7 -7
- package/css/themes/custom/aquamarine/button-aquamarine.css +51 -0
- package/css/themes/custom/aquamarine/custom-aquamarine.css +145 -83
- package/css/themes/custom/cerulean/button-cerulean.css +60 -9
- package/css/themes/custom/cerulean/crn-ion-segment-cerulean.css +8 -0
- package/css/themes/custom/cerulean/custom-cerulean.css +123 -63
- package/css/themes/custom/cosmo/custom-cosmo.css +59 -0
- package/css/themes/custom/cyborg/custom-cyborg.css +59 -0
- package/css/themes/custom/darkly/custom-darkly.css +88 -17
- package/css/themes/custom/dsgov/button-dsgov.css +96 -15
- package/css/themes/custom/dsgov/custom-dsgov.css +104 -45
- package/css/themes/custom/flatly/custom-flatly.css +60 -1
- package/css/themes/custom/fuse/button-fuse.css +91 -12
- package/css/themes/custom/fuse/custom-fuse.css +112 -29
- package/css/themes/custom/journal/custom-journal.css +68 -11
- package/css/themes/custom/material/custom-material.css +176 -87
- package/css/themes/custom/theme-general/button.css +30 -30
- package/css/themes/custom/theme-general/theme-general.css +1 -1
- package/css/themes/custom/united/custom-united.css +1 -1
- package/css/themes/deprecated/cronos.css +55 -0
- package/{deprecated/css → css/themes/deprecated}/custom-ionic.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/checkbox.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/col.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/dynamicImage.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/import_groupingOfCss.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/login.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/qrCodeCronapp.css +0 -0
- package/{deprecated/css → css/themes/deprecated}/groupingOfCss/upload-image.css +0 -0
- package/{deprecated/css/app.css → css/themes/deprecated/material.min.css} +38 -26
- package/{deprecated/css → css/themes/deprecated}/old/modal.css +0 -0
- package/css/themes/theme.editor.view.html +3 -11
- package/dist/components/css/crn-ion-segment.css +1 -1
- package/dist/components/templates/item.avatar.template.html +1 -1
- package/dist/components/templates/item.swipe.template.html +1 -1
- package/dist/components/templates/item.thumbnail.template.html +1 -1
- package/dist/components/templates/list.avatar.template.html +1 -1
- package/dist/components/templates/list.swipe.template.html +1 -1
- package/dist/components/templates/list.thumbnail.template.html +1 -1
- package/{deprecated/dist/components/templates/menu.template.html → dist/components/templates/public.menu.template.html} +1 -1
- package/dist/css/app_2.9.css +1 -1
- package/dist/css/themes/custom/aquamarine/bar-aquamarine.css +1 -1
- package/dist/css/themes/custom/aquamarine/button-aquamarine.css +1 -1
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
- package/dist/css/themes/custom/cerulean/button-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/crn-ion-segment-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
- package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
- package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
- package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
- package/dist/css/themes/custom/dsgov/button-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
- package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
- package/dist/css/themes/custom/fuse/button-fuse.css +1 -1
- package/dist/css/themes/custom/fuse/custom-fuse.css +1 -1
- package/dist/css/themes/custom/journal/custom-journal.css +1 -1
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/dist/css/themes/custom/theme-general/button.css +1 -1
- package/dist/css/themes/custom/theme-general/theme-general.css +1 -1
- package/dist/css/themes/custom/united/custom-united.css +1 -1
- package/{deprecated/dist/css → dist/css/themes/deprecated}/cronos.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/custom-ionic.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/checkbox.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/col.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/dynamicImage.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/import_groupingOfCss.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/login.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/qrCodeCronapp.css +0 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/groupingOfCss/upload-image.css +0 -0
- package/dist/css/themes/deprecated/material.min.css +1 -0
- package/{deprecated/dist/css → dist/css/themes/deprecated}/old/modal.css +0 -0
- package/dist/css/themes/theme.editor.view.html +1 -1
- package/dist/js/app.authentication.js +1 -1
- package/dist/js/directives.js +2 -2
- package/js/app.authentication.js +1 -1
- package/js/directives.js +115 -57
- package/lib/ionic/js/ionic.bundle.js +17 -2
- package/package.json +1 -1
- package/deprecated/components/crn-QRCode.components.json +0 -54
- package/deprecated/components/crn-anchor.components.json +0 -89
- package/deprecated/components/crn-button-bar.components.json +0 -64
- package/deprecated/components/crn-button.components.json +0 -316
- package/deprecated/components/crn-card.components.json +0 -95
- package/deprecated/components/crn-chart.components.json +0 -57
- package/deprecated/components/crn-chat.components.json +0 -8
- package/deprecated/components/crn-checkbox.components.json +0 -184
- package/deprecated/components/crn-complex-search.components.json +0 -43
- package/deprecated/components/crn-container.components.json +0 -21
- package/deprecated/components/crn-cron-crud.components.json +0 -21
- package/deprecated/components/crn-datasource.components.json +0 -181
- package/deprecated/components/crn-dynamic-file.components.json +0 -85
- package/deprecated/components/crn-dynamic-image.components.json +0 -153
- package/deprecated/components/crn-dynamic-select.components.json +0 -111
- package/deprecated/components/crn-evaluation.components.json +0 -64
- package/deprecated/components/crn-filter-button.components.json +0 -305
- package/deprecated/components/crn-form-template.components.json +0 -11
- package/deprecated/components/crn-header-button.components.json +0 -63
- package/deprecated/components/crn-heading.components.json +0 -109
- package/deprecated/components/crn-icon.components.json +0 -258
- package/deprecated/components/crn-image.components.json +0 -121
- package/deprecated/components/crn-infinite-scroll.components.json +0 -32
- package/deprecated/components/crn-input-button.components.json +0 -205
- package/deprecated/components/crn-input-floating.components.json +0 -196
- package/deprecated/components/crn-input-icon.components.json +0 -187
- package/deprecated/components/crn-input-inline.components.json +0 -198
- package/deprecated/components/crn-input.components.json +0 -185
- package/deprecated/components/crn-ion-content.components.json +0 -24
- package/deprecated/components/crn-ion-footer-bar.components.json +0 -351
- package/deprecated/components/crn-ion-header-bar.components.json +0 -211
- package/deprecated/components/crn-ion-list.components.json +0 -152
- package/deprecated/components/crn-ion-nav-buttons.components.json +0 -63
- package/deprecated/components/crn-ion-segment-item.components.json +0 -65
- package/deprecated/components/crn-ion-segment.components.json +0 -974
- package/deprecated/components/crn-ion-tab-item.components.json +0 -50
- package/deprecated/components/crn-ion-tab.components.json +0 -138
- package/deprecated/components/crn-item-options.components.json +0 -26
- package/deprecated/components/crn-item-select.components.json +0 -69
- package/deprecated/components/crn-item-swipe.components.json +0 -62
- package/deprecated/components/crn-kendo-chat.components.json +0 -88
- package/deprecated/components/crn-label.components.json +0 -113
- package/deprecated/components/crn-list-avatar.components.json +0 -260
- package/deprecated/components/crn-list-icon.components.json +0 -249
- package/deprecated/components/crn-list-item-avatar.components.json +0 -236
- package/deprecated/components/crn-list-item-icon.components.json +0 -242
- package/deprecated/components/crn-list-item-thumbnail.components.json +0 -226
- package/deprecated/components/crn-list-item.components.json +0 -160
- package/deprecated/components/crn-list-simple.components.json +0 -180
- package/deprecated/components/crn-list-swipe.components.json +0 -105
- package/deprecated/components/crn-list-thumbnail.components.json +0 -248
- package/deprecated/components/crn-list.components.json +0 -75
- package/deprecated/components/crn-map.components.json +0 -55
- package/deprecated/components/crn-mobile-menu.components.json +0 -32
- package/deprecated/components/crn-multiselect.components.json +0 -110
- package/deprecated/components/crn-navbar.components.json +0 -106
- package/deprecated/components/crn-option-button.components.json +0 -72
- package/deprecated/components/crn-paragraph.components.json +0 -110
- package/deprecated/components/crn-radio.components.json +0 -90
- package/deprecated/components/crn-radioOption.components.json +0 -23
- package/deprecated/components/crn-range.components.json +0 -106
- package/deprecated/components/crn-rating.components.json +0 -189
- package/deprecated/components/crn-search.components.json +0 -210
- package/deprecated/components/crn-select-options.components.json +0 -17
- package/deprecated/components/crn-select.components.json +0 -93
- package/deprecated/components/crn-slider-item.components.json +0 -236
- package/deprecated/components/crn-slider.components.json +0 -105
- package/deprecated/components/crn-spacer.components.json +0 -21
- package/deprecated/components/crn-start.components.json +0 -10
- package/deprecated/components/crn-tabs-icon-only-item.components.json +0 -85
- package/deprecated/components/crn-tabs-icon-only.components.json +0 -382
- package/deprecated/components/crn-tabs.components.json +0 -36
- package/deprecated/components/crn-textarea.components.json +0 -109
- package/deprecated/components/crn-toggle.components.json +0 -161
- package/deprecated/components/crn-video.components.json +0 -67
- package/deprecated/components/css/app.css +0 -78
- package/deprecated/components/css/background-color.css +0 -121
- package/deprecated/components/css/chatStyle.css +0 -221
- package/deprecated/components/css/color-default.css +0 -83
- package/deprecated/components/css/crn-ion-segment.css +0 -786
- package/deprecated/components/css/icon-size.css +0 -15
- package/deprecated/components/css/multiselect-editor.css +0 -119
- package/deprecated/components/css/tabs-color.css +0 -248
- package/deprecated/components/js/format.min.js +0 -2
- package/deprecated/components/js/jquery.inputmask.bundle.js +0 -3883
- package/deprecated/components/js/jquery.mask.min.js +0 -19
- package/deprecated/components/js/pouchdb.cordova-sqlite.js +0 -5540
- package/deprecated/components/js/qrcode.js +0 -1319
- package/deprecated/components/reports/BOOLEAN.parameter.html +0 -10
- package/deprecated/components/reports/DATE.parameter.html +0 -4
- package/deprecated/components/reports/DOUBLE.parameter.html +0 -4
- package/deprecated/components/reports/FLOAT.parameter.html +0 -4
- package/deprecated/components/reports/INTEGER.parameter.html +0 -4
- package/deprecated/components/reports/LONG.parameter.html +0 -5
- package/deprecated/components/reports/STRING.parameter.html +0 -5
- package/deprecated/components/reports/reports.parameters.html +0 -20
- package/deprecated/components/templates/advanced.list.designtime.html +0 -33
- package/deprecated/components/templates/advanced.list.template.html +0 -1
- package/deprecated/components/templates/anchor.template.html +0 -1
- package/deprecated/components/templates/button-bar.template.html +0 -5
- package/deprecated/components/templates/button-report.template.html +0 -1
- package/deprecated/components/templates/button.template.html +0 -4
- package/deprecated/components/templates/card.template.html +0 -7
- package/deprecated/components/templates/chat.template.html +0 -39
- package/deprecated/components/templates/checkbox.template.html +0 -8
- package/deprecated/components/templates/combobox.designtime.html +0 -12
- package/deprecated/components/templates/combobox.template.html +0 -8
- package/deprecated/components/templates/complexsearch.template.html +0 -7
- package/deprecated/components/templates/crn-ion-segment-item.template.html +0 -6
- package/deprecated/components/templates/crn-ion-segment.template.html +0 -27
- package/deprecated/components/templates/cron-crud.template.html +0 -7
- package/deprecated/components/templates/cron-mobile-menu.designtime.html +0 -10
- package/deprecated/components/templates/div.horizontal.template.html +0 -27
- package/deprecated/components/templates/div.vertical.template.html +0 -11
- package/deprecated/components/templates/dynamic-combobox.template.html +0 -6
- package/deprecated/components/templates/dynamicfile.template.html +0 -8
- package/deprecated/components/templates/dynamicimage.designtime.html +0 -10
- package/deprecated/components/templates/dynamicimage.template.html +0 -9
- package/deprecated/components/templates/evaluation.designtime.html +0 -7
- package/deprecated/components/templates/evaluation.template.html +0 -1
- package/deprecated/components/templates/filterbutton.template.html +0 -3
- package/deprecated/components/templates/floattextinput.designtime.html +0 -4
- package/deprecated/components/templates/floattextinput.template.html +0 -4
- package/deprecated/components/templates/form.template.html +0 -5
- package/deprecated/components/templates/header.template.html +0 -3
- package/deprecated/components/templates/icontextinput.template.html +0 -4
- package/deprecated/components/templates/image.template.html +0 -18
- package/deprecated/components/templates/inlinetextinput.template.html +0 -4
- package/deprecated/components/templates/ion-footer-bar.template.html +0 -15
- package/deprecated/components/templates/ion-header-bar.template.html +0 -13
- package/deprecated/components/templates/ion-tab-item.designtime.html +0 -5
- package/deprecated/components/templates/ion-tab.template.html +0 -8
- package/deprecated/components/templates/item.avatar.template.html +0 -5
- package/deprecated/components/templates/item.icon.template.html +0 -4
- package/deprecated/components/templates/item.options.template.html +0 -14
- package/deprecated/components/templates/item.slider.template.html +0 -4
- package/deprecated/components/templates/item.swipe.template.html +0 -14
- package/deprecated/components/templates/item.template.html +0 -5
- package/deprecated/components/templates/item.thumbnail.template.html +0 -5
- package/deprecated/components/templates/kendo-chat.designtime.html +0 -20
- package/deprecated/components/templates/kendo-chat.template.html +0 -75
- package/deprecated/components/templates/list.avatar.template.html +0 -7
- package/deprecated/components/templates/list.icon.template.html +0 -6
- package/deprecated/components/templates/list.swipe.template.html +0 -16
- package/deprecated/components/templates/list.template.html +0 -5
- package/deprecated/components/templates/list.thumbnail.template.html +0 -7
- package/deprecated/components/templates/maps.designtime.html +0 -1
- package/deprecated/components/templates/maps.template.html +0 -1
- package/deprecated/components/templates/multiselect.template.html +0 -5
- package/deprecated/components/templates/nav.bar.template.html +0 -5
- package/deprecated/components/templates/publicMenu.template.html +0 -14
- package/deprecated/components/templates/radiogroup-dynamic.template.html +0 -15
- package/deprecated/components/templates/radiogroup.template.html +0 -21
- package/deprecated/components/templates/range.template.html +0 -5
- package/deprecated/components/templates/rating.template.html +0 -9
- package/deprecated/components/templates/search.template.html +0 -6
- package/deprecated/components/templates/slider.template.html +0 -20
- package/deprecated/components/templates/tabs-icon-only.template.html +0 -16
- package/deprecated/components/templates/tabs.template.html +0 -5
- package/deprecated/components/templates/textarea.template.html +0 -1
- package/deprecated/components/templates/textinput.template.html +0 -3
- package/deprecated/components/templates/textinputbutton.template.html +0 -12
- package/deprecated/components/templates/title.template.html +0 -1
- package/deprecated/components/templates/toggle-dynamic.template.html +0 -11
- package/deprecated/components/templates/toggle.template.html +0 -9
- package/deprecated/components/templates/video.designtime.html +0 -2
- package/deprecated/components/templates/video.template.html +0 -1
- package/deprecated/components/templates/views/public/home.view.html +0 -16
- package/deprecated/components/templates/views/public/menu.view.html +0 -20
- package/deprecated/components/upload/upload.html +0 -41
- package/deprecated/css/themes/custom/material/custom-material.css +0 -12
- package/deprecated/css/themes/material.min.css +0 -4
- package/deprecated/dist/components/css/app.css +0 -1
- package/deprecated/dist/components/css/background-color.css +0 -1
- package/deprecated/dist/components/css/chatStyle.css +0 -1
- package/deprecated/dist/components/css/color-default.css +0 -1
- package/deprecated/dist/components/css/crn-ion-segment.css +0 -1
- package/deprecated/dist/components/css/icon-size.css +0 -1
- package/deprecated/dist/components/css/multiselect-editor.css +0 -1
- package/deprecated/dist/components/css/tabs-color.css +0 -1
- package/deprecated/dist/components/js/format.min.js +0 -1
- package/deprecated/dist/components/js/jquery.inputmask.bundle.js +0 -3
- package/deprecated/dist/components/js/jquery.mask.min.js +0 -1
- package/deprecated/dist/components/js/pouchdb.cordova-sqlite.js +0 -2
- package/deprecated/dist/components/js/qrcode.js +0 -1
- package/deprecated/dist/components/templates/advanced.list.designtime.html +0 -1
- package/deprecated/dist/components/templates/advanced.list.template.html +0 -1
- package/deprecated/dist/components/templates/anchor.template.html +0 -1
- package/deprecated/dist/components/templates/button-bar.template.html +0 -1
- package/deprecated/dist/components/templates/button-report.template.html +0 -1
- package/deprecated/dist/components/templates/button.template.html +0 -1
- package/deprecated/dist/components/templates/card.template.html +0 -1
- package/deprecated/dist/components/templates/chat.template.html +0 -1
- package/deprecated/dist/components/templates/checkbox.template.html +0 -1
- package/deprecated/dist/components/templates/combobox.designtime.html +0 -1
- package/deprecated/dist/components/templates/combobox.template.html +0 -1
- package/deprecated/dist/components/templates/complexsearch.template.html +0 -1
- package/deprecated/dist/components/templates/crn-ion-segment-item.template.html +0 -1
- package/deprecated/dist/components/templates/crn-ion-segment.template.html +0 -1
- package/deprecated/dist/components/templates/cron-crud.template.html +0 -1
- package/deprecated/dist/components/templates/cron-mobile-menu.designtime.html +0 -1
- package/deprecated/dist/components/templates/div.horizontal.template.html +0 -1
- package/deprecated/dist/components/templates/div.vertical.template.html +0 -1
- package/deprecated/dist/components/templates/dynamic-combobox.template.html +0 -1
- package/deprecated/dist/components/templates/dynamicfile.template.html +0 -1
- package/deprecated/dist/components/templates/dynamicimage.designtime.html +0 -1
- package/deprecated/dist/components/templates/dynamicimage.template.html +0 -1
- package/deprecated/dist/components/templates/evaluation.designtime.html +0 -1
- package/deprecated/dist/components/templates/evaluation.template.html +0 -1
- package/deprecated/dist/components/templates/filterbutton.template.html +0 -1
- package/deprecated/dist/components/templates/floattextinput.designtime.html +0 -1
- package/deprecated/dist/components/templates/floattextinput.template.html +0 -1
- package/deprecated/dist/components/templates/form.template.html +0 -1
- package/deprecated/dist/components/templates/header.template.html +0 -1
- package/deprecated/dist/components/templates/iconinput.template.html +0 -1
- package/deprecated/dist/components/templates/icontextinput.template.html +0 -1
- package/deprecated/dist/components/templates/image.template.html +0 -1
- package/deprecated/dist/components/templates/inlinetextinput.template.html +0 -1
- package/deprecated/dist/components/templates/ion-footer-bar.template.html +0 -1
- package/deprecated/dist/components/templates/ion-header-bar.template.html +0 -1
- package/deprecated/dist/components/templates/ion-tab-item.designtime.html +0 -1
- package/deprecated/dist/components/templates/ion-tab.designtime.html +0 -1
- package/deprecated/dist/components/templates/ion-tab.template.html +0 -1
- package/deprecated/dist/components/templates/item.avatar.template.html +0 -1
- package/deprecated/dist/components/templates/item.icon.template.html +0 -1
- package/deprecated/dist/components/templates/item.options.template.html +0 -1
- package/deprecated/dist/components/templates/item.slider.template.html +0 -1
- package/deprecated/dist/components/templates/item.swipe.template.html +0 -1
- package/deprecated/dist/components/templates/item.template.html +0 -1
- package/deprecated/dist/components/templates/item.thumbnail.template.html +0 -1
- package/deprecated/dist/components/templates/kendo-chat.designtime.html +0 -1
- package/deprecated/dist/components/templates/kendo-chat.template.html +0 -1
- package/deprecated/dist/components/templates/list.avatar.template.html +0 -1
- package/deprecated/dist/components/templates/list.icon.template.html +0 -1
- package/deprecated/dist/components/templates/list.swipe.template.html +0 -1
- package/deprecated/dist/components/templates/list.template.html +0 -1
- package/deprecated/dist/components/templates/list.thumbnail.template.html +0 -1
- package/deprecated/dist/components/templates/maps.designtime.html +0 -1
- package/deprecated/dist/components/templates/maps.template.html +0 -1
- package/deprecated/dist/components/templates/multiselect.template.html +0 -1
- package/deprecated/dist/components/templates/nav.bar.template.html +0 -1
- package/deprecated/dist/components/templates/publicMenu.template.html +0 -1
- package/deprecated/dist/components/templates/radiogroup-dynamic.template.html +0 -1
- package/deprecated/dist/components/templates/radiogroup.template.html +0 -1
- package/deprecated/dist/components/templates/range.template.html +0 -1
- package/deprecated/dist/components/templates/rating.template.html +0 -1
- package/deprecated/dist/components/templates/search.template.html +0 -1
- package/deprecated/dist/components/templates/slider.template.html +0 -1
- package/deprecated/dist/components/templates/tabs-icon-only.template.html +0 -1
- package/deprecated/dist/components/templates/tabs.template.html +0 -1
- package/deprecated/dist/components/templates/textarea.template.html +0 -1
- package/deprecated/dist/components/templates/textinput.template.html +0 -1
- package/deprecated/dist/components/templates/textinputbutton.template.html +0 -1
- package/deprecated/dist/components/templates/title.template.html +0 -1
- package/deprecated/dist/components/templates/toggle-dynamic.template.html +0 -1
- package/deprecated/dist/components/templates/toggle.template.html +0 -1
- package/deprecated/dist/components/templates/video.designtime.html +0 -1
- package/deprecated/dist/components/templates/video.template.html +0 -1
- package/deprecated/dist/components/templates/views/public/home.view.html +0 -1
- package/deprecated/dist/components/templates/views/public/menu.view.html +0 -1
- package/deprecated/dist/css/app.css +0 -1
- package/deprecated/dist/i18n/locale_en_us.json +0 -126
- package/deprecated/dist/i18n/locale_pt_br.json +0 -126
- package/deprecated/dist/img/cron-icon/crn-QRCode.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-anchor.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-button-bar.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-button.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-card.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-carousel.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-chart.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-checkbox.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-container.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-datasource.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-dynamic-file.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-dynamic-image.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-evaluation.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-form.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-header.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-icon.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-image.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-infinite-scroll.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-input-floating.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-input-inline.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-ion-footer-bar.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-ion-list.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-item-swipe.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-kendo-chat.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-label.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-avatar.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-icon.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-item-avatar.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-item-icon.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-item-thumbnail.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-item.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-swipe.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list-thumbnail.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-list.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-map.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-multiselect.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-paragraph.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-plugin.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-radio.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-range.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-rating.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-select.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-spacer.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-tabs-icon-only.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-tabs.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-text-component.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textarea.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textinput.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textinputbutton.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-textinputicon.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-toggle.svg +0 -1
- package/deprecated/dist/img/cron-icon/crn-video.svg +0 -1
- 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 +0 -1
- package/deprecated/dist/img/user.svg +0 -1
- package/deprecated/dist/js/LanguageSelectDirective.js +0 -1
- package/deprecated/dist/js/LocaleService.js +0 -1
- package/deprecated/dist/js/app.authentication.js +0 -1
- package/deprecated/dist/js/app.js +0 -1
- package/deprecated/dist/js/controllers.authentication.js +0 -1
- package/deprecated/dist/js/controllers.js +0 -1
- package/deprecated/dist/js/custom.controllers.js +0 -1
- package/deprecated/dist/js/customModules.js +0 -1
- package/deprecated/dist/js/customStateProvider.js +0 -0
- package/deprecated/dist/js/directives.js +0 -17
- package/deprecated/dist/js/filters.js +0 -1
- package/deprecated/dist/js/local-dateformat.directive.js +0 -1
- package/deprecated/dist/js/reports/parameters.controller.js +0 -1
- package/deprecated/dist/js/reports/reports.service.js +0 -1
- package/deprecated/dist/js/services.js +0 -1
- package/deprecated/dist/js/upload.service.js +0 -1
- package/deprecated/img/cron-icon/crn-QRCode.svg +0 -38
- package/deprecated/img/cron-icon/crn-anchor.svg +0 -29
- package/deprecated/img/cron-icon/crn-button-bar.svg +0 -1
- package/deprecated/img/cron-icon/crn-button.svg +0 -24
- package/deprecated/img/cron-icon/crn-card.svg +0 -1
- package/deprecated/img/cron-icon/crn-carousel.svg +0 -26
- package/deprecated/img/cron-icon/crn-chart.svg +0 -19
- package/deprecated/img/cron-icon/crn-checkbox.svg +0 -15
- package/deprecated/img/cron-icon/crn-container.svg +0 -1
- package/deprecated/img/cron-icon/crn-cron-crud.svg +0 -28
- package/deprecated/img/cron-icon/crn-datasource.svg +0 -27
- package/deprecated/img/cron-icon/crn-dynamic-file.svg +0 -1
- package/deprecated/img/cron-icon/crn-dynamic-image.svg +0 -25
- package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +0 -27
- package/deprecated/img/cron-icon/crn-evaluation.svg +0 -1
- package/deprecated/img/cron-icon/crn-form.svg +0 -24
- package/deprecated/img/cron-icon/crn-header.svg +0 -18
- package/deprecated/img/cron-icon/crn-icon.svg +0 -23
- package/deprecated/img/cron-icon/crn-image.svg +0 -20
- package/deprecated/img/cron-icon/crn-infinite-scroll.svg +0 -1
- package/deprecated/img/cron-icon/crn-input-floating.svg +0 -1
- package/deprecated/img/cron-icon/crn-input-inline.svg +0 -1
- package/deprecated/img/cron-icon/crn-ion-footer-bar.svg +0 -1
- package/deprecated/img/cron-icon/crn-ion-list.svg +0 -1
- package/deprecated/img/cron-icon/crn-item-swipe.svg +0 -15
- package/deprecated/img/cron-icon/crn-kendo-chat.svg +0 -1
- package/deprecated/img/cron-icon/crn-label.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-avatar.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-icon.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-item-avatar.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-item-icon.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-item-thumbnail.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-item.svg +0 -1
- package/deprecated/img/cron-icon/crn-list-swipe.svg +0 -17
- package/deprecated/img/cron-icon/crn-list-thumbnail.svg +0 -17
- package/deprecated/img/cron-icon/crn-list.svg +0 -16
- package/deprecated/img/cron-icon/crn-map.svg +0 -1
- package/deprecated/img/cron-icon/crn-multiselect.svg +0 -1
- package/deprecated/img/cron-icon/crn-paragraph.svg +0 -1
- package/deprecated/img/cron-icon/crn-plugin.svg +0 -44
- package/deprecated/img/cron-icon/crn-radio.svg +0 -21
- package/deprecated/img/cron-icon/crn-radiogroup.svg +0 -25
- package/deprecated/img/cron-icon/crn-range.svg +0 -1
- package/deprecated/img/cron-icon/crn-rating.svg +0 -20
- package/deprecated/img/cron-icon/crn-select.svg +0 -1
- package/deprecated/img/cron-icon/crn-spacer.svg +0 -1
- package/deprecated/img/cron-icon/crn-tabs-icon-only.svg +0 -24
- package/deprecated/img/cron-icon/crn-tabs.svg +0 -17
- package/deprecated/img/cron-icon/crn-text-component.svg +0 -22
- package/deprecated/img/cron-icon/crn-textarea.svg +0 -22
- package/deprecated/img/cron-icon/crn-textinput.svg +0 -23
- package/deprecated/img/cron-icon/crn-textinputbutton.svg +0 -33
- package/deprecated/img/cron-icon/crn-textinputicon.svg +0 -29
- package/deprecated/img/cron-icon/crn-toggle.svg +0 -1
- package/deprecated/img/cron-icon/crn-video.svg +0 -1
- 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 +0 -1
- package/deprecated/img/user.svg +0 -18
|
@@ -262,18 +262,43 @@
|
|
|
262
262
|
--colorNeutral210: #090909;
|
|
263
263
|
--colorNeutral220: #000000;
|
|
264
264
|
|
|
265
|
+
/* === Variables used exclusively in the color palette property === */
|
|
266
|
+
|
|
265
267
|
/* Components - Button */
|
|
266
268
|
--btnLink: var(--colorPrimary40, #2fa4e7);
|
|
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);
|
|
269
|
+
--btnDefault: linear-gradient(var(--colorDefault10, #fcfcfc), var(--colorDefault10, #fcfcfc) 60%, var(--colorDefault40, #f5f5f5));
|
|
270
|
+
--btnPrimary: linear-gradient(var(--colorPrimary30, #82bded), var(--colorPrimary40, #2fa4e7) 60%, var(--colorPrimary50, #3c6088));
|
|
271
|
+
--btnSuccess: linear-gradient(var(--colorSuccess30, #9fc085), var(--colorSuccess40, #73a839) 60%, var(--colorSuccess50, #359e1d));
|
|
272
|
+
--btnCalm: linear-gradient(var(--colorCalm30, #7b869f), var(--colorCalm40, #033c73) 60%, var(--colorCalm50, #033565));
|
|
273
|
+
--btnWarning: linear-gradient(var(--colorWarning30, #e5907b), var(--colorWarning40, #dd5600) 60%, var(--colorWarning50, #c24b00));
|
|
274
|
+
--btnDanger: linear-gradient(var(--colorDanger30, #d57e7f), var(--colorDanger40, #c71c22) 60%, var(--colorDanger50, #ae191e));
|
|
275
|
+
--btnLight: linear-gradient(var(--colorLight30, #ffffff), var(--colorLight40, #ffffff) 60%, var(--colorLight50, #dfdfdf));
|
|
276
|
+
--btnStable: linear-gradient(var(--colorStable30, #fafafa), var(--colorStable40, #f8f8f8) 60%, var(--colorStable50, #d9d9d9));
|
|
277
|
+
--btnRoyal: linear-gradient(var(--colorRoyal30, #ab9aef), var(--colorRoyal40, #886aea) 60%, var(--colorRoyal50, #775dcd));
|
|
278
|
+
--btnDark: linear-gradient(var(--colorDark30, #898989), var(--colorDark40, #444444) 60%, var(--colorDark50, #3c3c3c));
|
|
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);
|
|
277
302
|
|
|
278
303
|
/* Components - Text color */
|
|
279
304
|
--colorDefault: var(--colorDefault50, #d7d7d7);
|
|
@@ -299,6 +324,17 @@
|
|
|
299
324
|
--checkboxRoyal: var(--colorRoyal40, #886aea);
|
|
300
325
|
--checkboxDark: var(--colorDark40, #444444);
|
|
301
326
|
|
|
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
|
+
|
|
302
338
|
/* Components - Toggle */
|
|
303
339
|
--toggleDefault: var(--colorDefault40, #f5f5f5);
|
|
304
340
|
--togglePrimary: var(--colorPrimary40, #2fa4e7);
|
|
@@ -311,28 +347,50 @@
|
|
|
311
347
|
--toggleRoyal: var(--colorRoyal40, #886aea);
|
|
312
348
|
--toggleDark: var(--colorDark40, #444444);
|
|
313
349
|
|
|
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
|
+
|
|
314
361
|
/* Components - Tabs - crn-ion-segment */
|
|
315
|
-
--bgDefault: var(--
|
|
316
|
-
--bgPrimary: var(--
|
|
317
|
-
--bgSuccess: var(--
|
|
318
|
-
--bgCalm: var(--
|
|
319
|
-
--bgWarning: var(--
|
|
320
|
-
--bgDanger: var(--
|
|
321
|
-
--bgLight: var(--
|
|
322
|
-
--bgStable: var(--
|
|
323
|
-
--bgRoyal: var(--
|
|
324
|
-
--bgDark: var(--
|
|
325
|
-
|
|
326
|
-
--
|
|
327
|
-
--
|
|
328
|
-
--
|
|
329
|
-
--
|
|
330
|
-
--
|
|
331
|
-
--
|
|
332
|
-
--
|
|
333
|
-
--
|
|
334
|
-
--
|
|
335
|
-
--
|
|
362
|
+
--bgDefault: var(--colorDefault10, #fcfcfc);
|
|
363
|
+
--bgPrimary: var(--colorPrimary10, #d7e7f8);
|
|
364
|
+
--bgSuccess: var(--colorSuccess10, #dee8d8);
|
|
365
|
+
--bgCalm: var(--colorCalm10, #d5d8de);
|
|
366
|
+
--bgWarning: var(--colorWarning10, #f5dad5);
|
|
367
|
+
--bgDanger: var(--colorDanger10, #f0d6d6);
|
|
368
|
+
--bgLight: var(--colorLight10, #ffffff);
|
|
369
|
+
--bgStable: var(--colorStable10, #fdfdfd);
|
|
370
|
+
--bgRoyal: var(--colorRoyal10, #e2ddf9);
|
|
371
|
+
--bgDark: var(--colorDark10, #d9d9d9);
|
|
372
|
+
|
|
373
|
+
--borderActiveBackgroundDefault: var(--colorDefault40, #f5f5f5);
|
|
374
|
+
--borderActiveBackgroundPrimary: var(--colorPrimary40, #2fa4e7);
|
|
375
|
+
--borderActiveBackgroundSuccess: var(--colorSuccess40, #73a839);
|
|
376
|
+
--borderActiveBackgroundCalm: var(--colorCalm40, #033c73);
|
|
377
|
+
--borderActiveBackgroundWarning: var(--colorWarning40, #dd5600);
|
|
378
|
+
--borderActiveBackgroundDanger: var(--colorDanger50, #ae191e);
|
|
379
|
+
--borderActiveBackgroundLight: var(--colorLight40, #ffffff);
|
|
380
|
+
--borderActiveBackgroundStable: var(--colorStable40, #f8f8f8);
|
|
381
|
+
--borderActiveBackgroundRoyal: var(--colorRoyal40, #886aea);
|
|
382
|
+
--borderActiveBackgroundDark: var(--colorDark40, #444444);
|
|
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));
|
|
336
394
|
|
|
337
395
|
--ionSegmentDefault: var(--textColorDefault40, #444444);
|
|
338
396
|
--ionSegmentPrimary: var(--textColorPrimary40, #ffffff);
|
|
@@ -345,16 +403,16 @@
|
|
|
345
403
|
--ionSegmentRoyal: var(--textColorRoyal40, #ffffff);
|
|
346
404
|
--ionSegmentDark: var(--textColorDark40, #ffffff);
|
|
347
405
|
|
|
348
|
-
--iconThemeLightDefault: var(--
|
|
349
|
-
--iconThemeLightPrimary: var(--
|
|
350
|
-
--iconThemeLightSuccess: var(--
|
|
351
|
-
--iconThemeLightCalm: var(--
|
|
352
|
-
--iconThemeLightWarning: var(--
|
|
353
|
-
--iconThemeLightDanger: var(--
|
|
354
|
-
--iconThemeLightLight: var(--
|
|
406
|
+
--iconThemeLightDefault: var(--colorDefault40, #f5f5f5);
|
|
407
|
+
--iconThemeLightPrimary: var(--colorPrimary40, #2fa4e7);
|
|
408
|
+
--iconThemeLightSuccess: var(--colorSuccess40, #73a839);
|
|
409
|
+
--iconThemeLightCalm: var(--colorCalm40, #033c73);
|
|
410
|
+
--iconThemeLightWarning: var(--colorWarning40, #dd5600);
|
|
411
|
+
--iconThemeLightDanger: var(--colorDanger40, #ffffff);
|
|
412
|
+
--iconThemeLightLight: var(--textColorLight40, #3c3c3c);
|
|
355
413
|
--iconThemeLightStable: var(--textColorStable40, #444444);
|
|
356
|
-
--iconThemeLightRoyal: var(--
|
|
357
|
-
--iconThemeLightDark: var(--
|
|
414
|
+
--iconThemeLightRoyal: var(--colorRoyal40, #886aea);
|
|
415
|
+
--iconThemeLightDark: var(--colorDark40, #444444);
|
|
358
416
|
|
|
359
417
|
/* Components - Old Tabs - pallete false */
|
|
360
418
|
--tabsDefault: var(--colorDefault40, #f5f5f5);
|
|
@@ -369,31 +427,31 @@
|
|
|
369
427
|
--tabsDark: var(--colorDark40, #444444);
|
|
370
428
|
|
|
371
429
|
/* Components - Header */
|
|
372
|
-
--
|
|
373
|
-
--
|
|
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);
|
|
430
|
+
--barPrimary: linear-gradient(var(--colorDefault10, #fcfcfc), var(--colorDefault10, #fcfcfc) 60%, var(--colorDefault40, #f5f5f5));
|
|
431
|
+
--barDefault: linear-gradient(var(--colorPrimary30, #82bded), var(--colorPrimary40, #2fa4e7) 60%, var(--colorPrimary50, #3c6088));
|
|
432
|
+
--barSuccess: linear-gradient(var(--colorSuccess30, #9fc085), var(--colorSuccess40, #73a839) 60%, var(--colorSuccess50, #359e1d));
|
|
433
|
+
--barCalm: linear-gradient(var(--colorCalm30, #7b869f), var(--colorCalm40, #033c73) 60%, var(--colorCalm50, #033565));
|
|
434
|
+
--barWarning: linear-gradient(var(--colorWarning30, #e5907b), var(--colorWarning40, #dd5600) 60%, var(--colorWarning50, #c24b00));
|
|
435
|
+
--barDanger: linear-gradient(var(--colorDanger30, #d57e7f), var(--colorDanger40, #c71c22) 60%, var(--colorDanger50, #ae191e));
|
|
436
|
+
--barLight: linear-gradient(var(--colorLight30, #ffffff), var(--colorLight40, #ffffff) 60%, var(--colorLight50, #dfdfdf));
|
|
437
|
+
--barStable: linear-gradient(var(--colorStable30, #fafafa), var(--colorStable40, #f8f8f8) 60%, var(--colorStable50, #d9d9d9));
|
|
438
|
+
--barRoyal: linear-gradient(var(--colorRoyal30, #ab9aef), var(--colorRoyal40, #886aea) 60%, var(--colorRoyal50, #775dcd));
|
|
439
|
+
--barDark: linear-gradient(var(--colorDark30, #898989), var(--colorDark40, #444444) 60%, var(--colorDark50, #3c3c3c));
|
|
382
440
|
|
|
383
441
|
/* Componentes - Footer with icon */
|
|
384
|
-
--
|
|
385
|
-
--
|
|
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
|
-
--
|
|
396
|
-
--
|
|
442
|
+
--backgroundPrimary: linear-gradient(var(--colorDefault10, #fcfcfc), var(--colorDefault10, #fcfcfc) 60%, var(--colorDefault40, #f5f5f5));
|
|
443
|
+
--backgroundDefault: linear-gradient(var(--colorPrimary30, #82bded), var(--colorPrimary40, #2fa4e7) 60%, var(--colorPrimary50, #3c6088));
|
|
444
|
+
--backgroundSuccess: linear-gradient(var(--colorSuccess30, #9fc085), var(--colorSuccess40, #73a839) 60%, var(--colorSuccess50, #359e1d));
|
|
445
|
+
--backgroundCalm: linear-gradient(var(--colorCalm30, #7b869f), var(--colorCalm40, #033c73) 60%, var(--colorCalm50, #033565));
|
|
446
|
+
--backgroundWarning: linear-gradient(var(--colorWarning30, #e5907b), var(--colorWarning40, #dd5600) 60%, var(--colorWarning50, #c24b00));
|
|
447
|
+
--backgroundDanger: linear-gradient(var(--colorDanger30, #d57e7f), var(--colorDanger40, #c71c22) 60%, var(--colorDanger50, #ae191e));
|
|
448
|
+
--backgroundLight: linear-gradient(var(--colorLight30, #ffffff), var(--colorLight40, #ffffff) 60%, var(--colorLight50, #dfdfdf));
|
|
449
|
+
--backgroundStable: linear-gradient(var(--colorStable30, #fafafa), var(--colorStable40, #f8f8f8) 60%, var(--colorStable50, #d9d9d9));
|
|
450
|
+
--backgroundRoyal: linear-gradient(var(--colorRoyal30, #ab9aef), var(--colorRoyal40, #886aea) 60%, var(--colorRoyal50, #775dcd));
|
|
451
|
+
--backgroundDark: linear-gradient(var(--colorDark30, #898989), var(--colorDark40, #444444) 60%, var(--colorDark50, #3c3c3c));
|
|
452
|
+
|
|
453
|
+
--tabsIconPrimary: var(--textColorDefault40, #444444);
|
|
454
|
+
--tabsIconDefault: var(--textColorPrimary40, #ffffff);
|
|
397
455
|
--tabsIconSuccess: var(--textColorSuccess40, #ffffff);
|
|
398
456
|
--tabsIconCalm: var(--textColorCalm40, #ffffff);
|
|
399
457
|
--tabsIconWarning: var(--textColorWarning40, #ffffff);
|
|
@@ -402,6 +460,8 @@
|
|
|
402
460
|
--tabsIconStable: var(--textColorStable40, #444444);
|
|
403
461
|
--tabsIconRoyal: var(--textColorRoyal40, #ffffff);
|
|
404
462
|
--tabsIconDark: var(--textColorDark40, #ffffff);
|
|
463
|
+
|
|
464
|
+
/* === End - Variables used exclusively in the color palette property === */
|
|
405
465
|
}
|
|
406
466
|
|
|
407
467
|
h1,
|
|
@@ -255,6 +255,7 @@
|
|
|
255
255
|
--colorNeutral210: #090909;
|
|
256
256
|
--colorNeutral220: #000000;
|
|
257
257
|
|
|
258
|
+
/* === Variables used exclusively in the color palette property === */
|
|
258
259
|
/* Components - Button */
|
|
259
260
|
--btnLink: var(--colorPrimary40, #2780e3);
|
|
260
261
|
--btnDefault: var(--colorDefault40, #222222);
|
|
@@ -268,6 +269,29 @@
|
|
|
268
269
|
--btnRoyal: var(--colorRoyal40, #886aea);
|
|
269
270
|
--btnDark: var(--colorDark40, #444444);
|
|
270
271
|
|
|
272
|
+
--textColorDefault: var(--textColorDefault40, #ffffff);
|
|
273
|
+
--textColorPrimary: var(--textColorPrimary40, #ffffff);
|
|
274
|
+
--textColorSuccess: var(--textColorSuccess40, #ffffff);
|
|
275
|
+
--textColorCalm: var(--textColorDefault40, #ffffff);
|
|
276
|
+
--textColorWarning: var(--textColorWarning40, #ffffff);
|
|
277
|
+
--textColorDanger: var(--textColorDanger40, #ffffff);
|
|
278
|
+
--textColorLight: var(--textColorLight40, #333333);
|
|
279
|
+
--textColorStable: var(--textColorStable40, #444444);
|
|
280
|
+
--textColorRoyal: var(--textColorRoyal40, #ffffff);
|
|
281
|
+
--textColorDark: var(--textColorDark40, #ffffff);
|
|
282
|
+
|
|
283
|
+
--borderBtnLink: transparent;
|
|
284
|
+
--borderBtnDefault: transparent;
|
|
285
|
+
--borderBtnPrimary: transparent;
|
|
286
|
+
--borderBtnSuccess: transparent;
|
|
287
|
+
--borderBtnCalm: transparent;
|
|
288
|
+
--borderBtnWarning: transparent;
|
|
289
|
+
--borderBtnDanger: transparent;
|
|
290
|
+
--borderBtnLight: transparent;
|
|
291
|
+
--borderBtnStable: transparent;
|
|
292
|
+
--borderBtnRoyal: transparent;
|
|
293
|
+
--borderBtnDark: transparent;
|
|
294
|
+
|
|
271
295
|
/* Components - Text color */
|
|
272
296
|
--colorDefault: var(--colorDefault40, #222222);
|
|
273
297
|
--colorPrimary: var(--colorPrimary40, #2780e3);
|
|
@@ -292,6 +316,17 @@
|
|
|
292
316
|
--checkboxRoyal: var(--colorRoyal40, #886aea);
|
|
293
317
|
--checkboxDark: var(--colorDark40, #444444);
|
|
294
318
|
|
|
319
|
+
--borderCheckboxDefault: transparent;
|
|
320
|
+
--borderCheckboxPrimary: transparent;
|
|
321
|
+
--borderCheckboxSuccess: transparent;
|
|
322
|
+
--borderCheckboxCalm: transparent;
|
|
323
|
+
--borderCheckboxWarning: transparent;
|
|
324
|
+
--borderCheckboxDanger: transparent;
|
|
325
|
+
--borderCheckboxLight: transparent;
|
|
326
|
+
--borderCheckboxStable: transparent;
|
|
327
|
+
--borderCheckboxRoyal: transparent;
|
|
328
|
+
--borderCheckboxDark: transparent;
|
|
329
|
+
|
|
295
330
|
/* Components - Toggle */
|
|
296
331
|
--toggleDefault: var(--colorDefault40, #222222);
|
|
297
332
|
--togglePrimary: var(--colorPrimary40, #2780e3);
|
|
@@ -304,6 +339,17 @@
|
|
|
304
339
|
--toggleRoyal: var(--colorRoyal40, #886aea);
|
|
305
340
|
--toggleDark: var(--colorDark40, #444444);
|
|
306
341
|
|
|
342
|
+
--borderToggleDefault: transparent;
|
|
343
|
+
--borderTogglePrimary: transparent;
|
|
344
|
+
--borderToggleSuccess: transparent;
|
|
345
|
+
--borderToggleCalm: transparent;
|
|
346
|
+
--borderToggleWarning: transparent;
|
|
347
|
+
--borderToggleDanger: transparent;
|
|
348
|
+
--borderToggleLight: transparent;
|
|
349
|
+
--borderToggleStable: transparent;
|
|
350
|
+
--borderToggleRoyal: transparent;
|
|
351
|
+
--borderToggleDark: transparent;
|
|
352
|
+
|
|
307
353
|
/* Components - Tabs - crn-ion-segment */
|
|
308
354
|
--bgDefault: var(--colorDefault40, #222222);
|
|
309
355
|
--bgPrimary: var(--colorPrimary40, #2780e3);
|
|
@@ -316,6 +362,17 @@
|
|
|
316
362
|
--bgRoyal: var(--colorRoyal40, #886aea);
|
|
317
363
|
--bgDark: var(--colorDark40, #444444);
|
|
318
364
|
|
|
365
|
+
--borderActiveBackgroundDefault: transparent;
|
|
366
|
+
--borderActiveBackgroundPrimary: transparent;
|
|
367
|
+
--borderActiveBackgroundSuccess: transparent;
|
|
368
|
+
--borderActiveBackgroundCalm: transparent;
|
|
369
|
+
--borderActiveBackgroundWarning: transparent;
|
|
370
|
+
--borderActiveBackgroundDanger: transparent;
|
|
371
|
+
--borderActiveBackgroundLight: transparent;
|
|
372
|
+
--borderActiveBackgroundStable: transparent;
|
|
373
|
+
--borderActiveBackgroundRoyal: transparent;
|
|
374
|
+
--borderActiveBackgroundDark: transparent;
|
|
375
|
+
|
|
319
376
|
--activeBackgroundDefault: var(--colorDefault40, #222222);
|
|
320
377
|
--activeBackgroundPrimary: var(--colorPrimary40, #2780e3);
|
|
321
378
|
--activeBackgroundSuccess: var(--colorSuccess40, #3fb618);
|
|
@@ -395,6 +452,8 @@
|
|
|
395
452
|
--tabsIconStable: var(--textColorStable40, #444444);
|
|
396
453
|
--tabsIconRoyal: var(--textColorRoyal40, #ffffff);
|
|
397
454
|
--tabsIconDark: var(--textColorDark40, #ffffff);
|
|
455
|
+
|
|
456
|
+
/* End - Variables used exclusively in the color palette property */
|
|
398
457
|
}
|
|
399
458
|
|
|
400
459
|
a,
|
|
@@ -258,6 +258,7 @@
|
|
|
258
258
|
--colorNeutral210: #090909;
|
|
259
259
|
--colorNeutral220: #000000;
|
|
260
260
|
|
|
261
|
+
/* === Variables used exclusively in the color palette property === */
|
|
261
262
|
/* Components - Button */
|
|
262
263
|
--btnLink: var(--colorPrimary40, #2a9fd6);
|
|
263
264
|
--btnDefault: var(--colorDefault40, #555555);
|
|
@@ -271,6 +272,29 @@
|
|
|
271
272
|
--btnRoyal: var(--colorRoyal40, #9933cc);
|
|
272
273
|
--btnDark: var(--colorDark40, #adafae);
|
|
273
274
|
|
|
275
|
+
--textColorDefault: var(--textColorDefault40, #ffffff);
|
|
276
|
+
--textColorPrimary: var(--textColorPrimary40, #ffffff);
|
|
277
|
+
--textColorSuccess: var(--textColorSuccess40, #ffffff);
|
|
278
|
+
--textColorCalm: var(--textColorDefault40, #ffffff);
|
|
279
|
+
--textColorWarning: var(--textColorWarning40, #ffffff);
|
|
280
|
+
--textColorDanger: var(--textColorDanger40, #ffffff);
|
|
281
|
+
--textColorLight: var(--textColorLight40, #333333);
|
|
282
|
+
--textColorStable: var(--textColorStable40, #444444);
|
|
283
|
+
--textColorRoyal: var(--textColorRoyal40, #ffffff);
|
|
284
|
+
--textColorDark: var(--textColorDark40, #ffffff);
|
|
285
|
+
|
|
286
|
+
--borderBtnLink: transparent;
|
|
287
|
+
--borderBtnDefault: transparent;
|
|
288
|
+
--borderBtnPrimary: transparent;
|
|
289
|
+
--borderBtnSuccess: transparent;
|
|
290
|
+
--borderBtnCalm: transparent;
|
|
291
|
+
--borderBtnWarning: transparent;
|
|
292
|
+
--borderBtnDanger: transparent;
|
|
293
|
+
--borderBtnLight: transparent;
|
|
294
|
+
--borderBtnStable: transparent;
|
|
295
|
+
--borderBtnRoyal: transparent;
|
|
296
|
+
--borderBtnDark: transparent;
|
|
297
|
+
|
|
274
298
|
/* Components - Text color */
|
|
275
299
|
--colorDefault: var(--colorDefault50, #4a4a4a);
|
|
276
300
|
--colorPrimary: var(--colorPrimary40, #2a9fd6);
|
|
@@ -295,6 +319,17 @@
|
|
|
295
319
|
--checkboxRoyal: var(--colorRoyal40, #9933cc);
|
|
296
320
|
--checkboxDark: var(--colorDark40, #adafae);
|
|
297
321
|
|
|
322
|
+
--borderCheckboxDefault: transparent;
|
|
323
|
+
--borderCheckboxPrimary: transparent;
|
|
324
|
+
--borderCheckboxSuccess: transparent;
|
|
325
|
+
--borderCheckboxCalm: transparent;
|
|
326
|
+
--borderCheckboxWarning: transparent;
|
|
327
|
+
--borderCheckboxDanger: transparent;
|
|
328
|
+
--borderCheckboxLight: transparent;
|
|
329
|
+
--borderCheckboxStable: transparent;
|
|
330
|
+
--borderCheckboxRoyal: transparent;
|
|
331
|
+
--borderCheckboxDark: transparent;
|
|
332
|
+
|
|
298
333
|
/* Components - Toggle */
|
|
299
334
|
--toggleDefault: var(--colorDefault40, #555555);
|
|
300
335
|
--togglePrimary: var(--colorPrimary40, #2a9fd6);
|
|
@@ -307,6 +342,17 @@
|
|
|
307
342
|
--toggleRoyal: var(--colorRoyal40, #9933cc);
|
|
308
343
|
--toggleDark: var(--colorDark40, #adafae);
|
|
309
344
|
|
|
345
|
+
--borderToggleDefault: transparent;
|
|
346
|
+
--borderTogglePrimary: transparent;
|
|
347
|
+
--borderToggleSuccess: transparent;
|
|
348
|
+
--borderToggleCalm: transparent;
|
|
349
|
+
--borderToggleWarning: transparent;
|
|
350
|
+
--borderToggleDanger: transparent;
|
|
351
|
+
--borderToggleLight: transparent;
|
|
352
|
+
--borderToggleStable: transparent;
|
|
353
|
+
--borderToggleRoyal: transparent;
|
|
354
|
+
--borderToggleDark: transparent;
|
|
355
|
+
|
|
310
356
|
/* Components - Tabs - crn-ion-segment */
|
|
311
357
|
--bgDefault: var(--colorDefault40, #555555);
|
|
312
358
|
--bgPrimary: var(--colorPrimary40, #2a9fd6);
|
|
@@ -319,6 +365,17 @@
|
|
|
319
365
|
--bgRoyal: var(--colorRoyal40, #9933cc);
|
|
320
366
|
--bgDark: var(--colorDark40, #adafae);
|
|
321
367
|
|
|
368
|
+
--borderActiveBackgroundDefault: transparent;
|
|
369
|
+
--borderActiveBackgroundPrimary: transparent;
|
|
370
|
+
--borderActiveBackgroundSuccess: transparent;
|
|
371
|
+
--borderActiveBackgroundCalm: transparent;
|
|
372
|
+
--borderActiveBackgroundWarning: transparent;
|
|
373
|
+
--borderActiveBackgroundDanger: transparent;
|
|
374
|
+
--borderActiveBackgroundLight: transparent;
|
|
375
|
+
--borderActiveBackgroundStable: transparent;
|
|
376
|
+
--borderActiveBackgroundRoyal: transparent;
|
|
377
|
+
--borderActiveBackgroundDark: transparent;
|
|
378
|
+
|
|
322
379
|
--activeBackgroundDefault: var(--colorDefault40, #555555);
|
|
323
380
|
--activeBackgroundPrimary: var(--colorPrimary40, #2a9fd6);
|
|
324
381
|
--activeBackgroundSuccess: var(--colorSuccess40, #3fb618);
|
|
@@ -398,6 +455,8 @@
|
|
|
398
455
|
--tabsIconStable: var(--textColorStable40, #444444);
|
|
399
456
|
--tabsIconRoyal: var(--textColorRoyal40, #ffffff);
|
|
400
457
|
--tabsIconDark: var(--textColorDark40, #000000);
|
|
458
|
+
|
|
459
|
+
/* End - Variables used exclusively in the color palette property */
|
|
401
460
|
}
|
|
402
461
|
|
|
403
462
|
h1,
|
|
@@ -258,6 +258,7 @@
|
|
|
258
258
|
--colorNeutral210: #090909;
|
|
259
259
|
--colorNeutral220: #000000;
|
|
260
260
|
|
|
261
|
+
/* === Variables used exclusively in the color palette property === */
|
|
261
262
|
/* Components - Button */
|
|
262
263
|
--btnLink: var(--colorSuccess40, #00bc8c);
|
|
263
264
|
--btnDefault: var(--colorDefault40, #444444);
|
|
@@ -271,6 +272,29 @@
|
|
|
271
272
|
--btnRoyal: var(--colorRoyal40, #886aea);
|
|
272
273
|
--btnDark: var(--colorDark40, #303030);
|
|
273
274
|
|
|
275
|
+
--textColorDefault: var(--textColorDefault40, #ffffff);
|
|
276
|
+
--textColorPrimary: var(--textColorPrimary40, #ffffff);
|
|
277
|
+
--textColorSuccess: var(--textColorSuccess40, #ffffff);
|
|
278
|
+
--textColorCalm: var(--textColorDefault40, #ffffff);
|
|
279
|
+
--textColorWarning: var(--textColorWarning40, #ffffff);
|
|
280
|
+
--textColorDanger: var(--textColorDanger40, #ffffff);
|
|
281
|
+
--textColorLight: var(--textColorLight40, #333333);
|
|
282
|
+
--textColorStable: var(--textColorStable40, #444444);
|
|
283
|
+
--textColorRoyal: var(--textColorRoyal40, #ffffff);
|
|
284
|
+
--textColorDark: var(--textColorDark40, #ffffff);
|
|
285
|
+
|
|
286
|
+
--borderBtnLink: transparent;
|
|
287
|
+
--borderBtnDefault: transparent;
|
|
288
|
+
--borderBtnPrimary: transparent;
|
|
289
|
+
--borderBtnSuccess: transparent;
|
|
290
|
+
--borderBtnCalm: transparent;
|
|
291
|
+
--borderBtnWarning: transparent;
|
|
292
|
+
--borderBtnDanger: transparent;
|
|
293
|
+
--borderBtnLight: transparent;
|
|
294
|
+
--borderBtnStable: transparent;
|
|
295
|
+
--borderBtnRoyal: transparent;
|
|
296
|
+
--borderBtnDark: transparent;
|
|
297
|
+
|
|
274
298
|
/* Components - Text color */
|
|
275
299
|
--colorDefault: var(--colorDefault30, #898989);
|
|
276
300
|
--colorPrimary: var(--colorPrimary40, #375a7f);
|
|
@@ -295,6 +319,17 @@
|
|
|
295
319
|
--checkboxRoyal: var(--colorRoyal40, #886aea);
|
|
296
320
|
--checkboxDark: var(--colorDark40, #828282);
|
|
297
321
|
|
|
322
|
+
--borderCheckboxDefault: transparent;
|
|
323
|
+
--borderCheckboxPrimary: transparent;
|
|
324
|
+
--borderCheckboxSuccess: transparent;
|
|
325
|
+
--borderCheckboxCalm: transparent;
|
|
326
|
+
--borderCheckboxWarning: transparent;
|
|
327
|
+
--borderCheckboxDanger: transparent;
|
|
328
|
+
--borderCheckboxLight: transparent;
|
|
329
|
+
--borderCheckboxStable: transparent;
|
|
330
|
+
--borderCheckboxRoyal: transparent;
|
|
331
|
+
--borderCheckboxDark: transparent;
|
|
332
|
+
|
|
298
333
|
/* Components - Toggle */
|
|
299
334
|
--toggleDefault: var(--colorDefault40, #3c3c3c);
|
|
300
335
|
--togglePrimary: var(--colorPrimary40, #375a7f);
|
|
@@ -307,6 +342,17 @@
|
|
|
307
342
|
--toggleRoyal: var(--colorRoyal40, #886aea);
|
|
308
343
|
--toggleDark: var(--colorDark40, #444444);
|
|
309
344
|
|
|
345
|
+
--borderToggleDefault: transparent;
|
|
346
|
+
--borderTogglePrimary: transparent;
|
|
347
|
+
--borderToggleSuccess: transparent;
|
|
348
|
+
--borderToggleCalm: transparent;
|
|
349
|
+
--borderToggleWarning: transparent;
|
|
350
|
+
--borderToggleDanger: transparent;
|
|
351
|
+
--borderToggleLight: transparent;
|
|
352
|
+
--borderToggleStable: transparent;
|
|
353
|
+
--borderToggleRoyal: transparent;
|
|
354
|
+
--borderToggleDark: transparent;
|
|
355
|
+
|
|
310
356
|
/* Components - Tabs - crn-ion-segment */
|
|
311
357
|
--bgDefault: var(--colorDefault40, #3c3c3c);
|
|
312
358
|
--bgPrimary: var(--colorPrimary40, #375a7f);
|
|
@@ -319,6 +365,17 @@
|
|
|
319
365
|
--bgRoyal: var(--colorRoyal40, #886aea);
|
|
320
366
|
--bgDark: var(--colorDark40, #444444);
|
|
321
367
|
|
|
368
|
+
--borderActiveBackgroundDefault: transparent;
|
|
369
|
+
--borderActiveBackgroundPrimary: transparent;
|
|
370
|
+
--borderActiveBackgroundSuccess: transparent;
|
|
371
|
+
--borderActiveBackgroundCalm: transparent;
|
|
372
|
+
--borderActiveBackgroundWarning: transparent;
|
|
373
|
+
--borderActiveBackgroundDanger: transparent;
|
|
374
|
+
--borderActiveBackgroundLight: transparent;
|
|
375
|
+
--borderActiveBackgroundStable: transparent;
|
|
376
|
+
--borderActiveBackgroundRoyal: transparent;
|
|
377
|
+
--borderActiveBackgroundDark: transparent;
|
|
378
|
+
|
|
322
379
|
--activeBackgroundDefault: var(--colorDefault40, #3c3c3c);
|
|
323
380
|
--activeBackgroundPrimary: var(--colorPrimary40, #375a7f);
|
|
324
381
|
--activeBackgroundSuccess: var(--colorSuccess40, #00bc8c);
|
|
@@ -365,8 +422,8 @@
|
|
|
365
422
|
--tabsDark: var(--colorDark40, #444444);
|
|
366
423
|
|
|
367
424
|
/* Components - Header */
|
|
368
|
-
--barDefault: var(--
|
|
369
|
-
--barPrimary: var(--
|
|
425
|
+
--barDefault: var(--colorPrimary40, #375a7f);
|
|
426
|
+
--barPrimary: var(--colorDefault40, #3c3c3c);
|
|
370
427
|
--barSuccess: var(--colorSuccess40, #00bc8c);
|
|
371
428
|
--barCalm: var(--colorCalm40, #3498db);
|
|
372
429
|
--barWarning: var(--colorWarning40, #f39c12);
|
|
@@ -398,6 +455,8 @@
|
|
|
398
455
|
--tabsIconStable: var(--textColorStable40, #444444);
|
|
399
456
|
--tabsIconRoyal: var(--textColorRoyal40, #ffffff);
|
|
400
457
|
--tabsIconDark: var(--textColorDark40, #ffffff);
|
|
458
|
+
|
|
459
|
+
/* End - Variables used exclusively in the color palette property */
|
|
401
460
|
}
|
|
402
461
|
|
|
403
462
|
.h1,
|
|
@@ -435,20 +494,6 @@ a.dark,
|
|
|
435
494
|
color: var(--colorDark30, #828282);
|
|
436
495
|
}
|
|
437
496
|
|
|
438
|
-
/* Cabeçalho */
|
|
439
|
-
.bar.bar-default {
|
|
440
|
-
border-color: var(--colorPrimary40, #375a7f);
|
|
441
|
-
background: var(--colorPrimary40, #375a7f);
|
|
442
|
-
color: var(--textColorPrimary40, #ffffff);
|
|
443
|
-
}
|
|
444
|
-
|
|
445
|
-
.bar.bar-default .button .icon,
|
|
446
|
-
.bar.bar-default .button i,
|
|
447
|
-
.bar.bar-default .button span,
|
|
448
|
-
.bar.bar-default .title {
|
|
449
|
-
color: var(--textColorPrimary40, #ffffff);
|
|
450
|
-
}
|
|
451
|
-
|
|
452
497
|
/* Menu */
|
|
453
498
|
.menu-view {
|
|
454
499
|
background: var(--colorPrimary40, #375a7f);
|
|
@@ -462,13 +507,39 @@ a.dark,
|
|
|
462
507
|
border-color: var(--textColorPrimary40, #ffffff);
|
|
463
508
|
}
|
|
464
509
|
|
|
465
|
-
/*
|
|
510
|
+
/* Cabeçalho e rodapé */
|
|
466
511
|
.bar.bar-default.bar-footer .button.button-default {
|
|
467
512
|
border-color: var(--colorPrimary20, #b1b3b7);
|
|
468
513
|
background: var(--colorPrimary40, #375a7f);
|
|
469
514
|
color: var(--textColorPrimary40, #ffffff);
|
|
470
515
|
}
|
|
471
516
|
|
|
517
|
+
.bar.bar-default ,
|
|
518
|
+
.bar.bar-default.bar-footer {
|
|
519
|
+
border-color: var(--colorPrimary40, #387ef5);
|
|
520
|
+
background: var(--colorPrimary40, #387ef5);
|
|
521
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
522
|
+
}
|
|
523
|
+
|
|
524
|
+
.bar.bar-default .button .icon,
|
|
525
|
+
.bar.bar-default .button i,
|
|
526
|
+
.bar.bar-default .button span,
|
|
527
|
+
.bar.bar-default .title {
|
|
528
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
529
|
+
}
|
|
530
|
+
|
|
531
|
+
.bar.bar-positive.bar-footer,
|
|
532
|
+
.bar.bar-positive {
|
|
533
|
+
border-color: var(--colorDefault40, #3b448e);
|
|
534
|
+
background: var(--colorDefault40, #3b448e);
|
|
535
|
+
color: var(--textColorDefault40, #ffffff);
|
|
536
|
+
}
|
|
537
|
+
|
|
538
|
+
.bar.bar-positive .button .icon,
|
|
539
|
+
.bar.bar-positive .title {
|
|
540
|
+
color: var(--textColorDefault40, #ffffff);
|
|
541
|
+
}
|
|
542
|
+
|
|
472
543
|
/* Login */
|
|
473
544
|
.login-bg {
|
|
474
545
|
background: var(--backgroundLogin40, #222222);
|