cronapp-framework-js 2.9.2 → 2.9.3-SP.10
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-anchor.components.json +30 -0
- package/components/crn-component.components.json +18 -3
- package/components/crn-datepicker.components.json +5 -0
- package/components/crn-datetimepicker.components.json +5 -0
- package/components/crn-dynamic-image.components.json +38 -2
- package/components/crn-enterprise-checkbox.components.json +2 -0
- package/components/crn-enterprise-combobox.components.json +12 -2
- package/components/crn-enterprise-dynamic-combobox.components.json +12 -2
- package/components/crn-text-component.components.json +19 -7
- package/components/crn-textinputicon.components.json +26 -0
- package/components/crn-upload-file.components.json +9 -5
- package/components/crn-upload.components.json +22 -1
- package/components/templates/anchor.template.html +1 -1
- package/components/templates/cron-dashboard-viewer.designtime.html +4 -2
- package/components/templates/cron-grid.designtime.html +4 -2
- package/components/templates/date.template.html +2 -2
- package/components/templates/dynamicimage.designtime.html +19 -0
- package/components/templates/fileupload-button.template.html +2 -2
- package/components/templates/fileupload.template.html +3 -3
- package/components/templates/textinputicon.template.html +1 -1
- package/css/app.css +6 -12
- package/css/themes/custom/aquamarine/custom-aquamarine.css +33 -5
- package/css/themes/custom/aquamarine/navbar-aquamarine.css +9 -8
- package/css/themes/custom/cerulean/custom-cerulean.css +48 -7
- package/css/themes/custom/cerulean/navbar-cerulean.css +8 -0
- package/css/themes/custom/cosmo/button-cosmo.css +8 -0
- package/css/themes/custom/cosmo/custom-cosmo.css +99 -32
- package/css/themes/custom/cosmo/navbar-cosmo.css +23 -11
- package/css/themes/custom/cyborg/custom-cyborg.css +119 -38
- package/css/themes/custom/cyborg/navbar-cyborg.css +16 -8
- package/css/themes/custom/darkly/custom-darkly.css +62 -10
- package/css/themes/custom/dsgov/custom-dsgov.css +29 -4
- package/css/themes/custom/dsgov/form-dsgov.css +31 -10
- package/css/themes/custom/dsgov/navbar-dsgov.css +62 -41
- package/css/themes/custom/flatly/custom-flatly.css +68 -20
- package/css/themes/custom/flatly/navbar-flatly.css +21 -0
- package/css/themes/custom/fuse/custom-fuse.css +39 -24
- package/css/themes/custom/journal/custom-journal.css +113 -32
- package/css/themes/custom/journal/navbar-journal.css +30 -16
- package/css/themes/custom/lumen/button-lumen.css +16 -0
- package/css/themes/custom/lumen/custom-lumen.css +139 -36
- package/css/themes/custom/lumen/panel-lumen.css +14 -54
- package/css/themes/custom/material/custom-material.css +9 -17
- package/css/themes/custom/paper/custom-paper.css +125 -34
- package/css/themes/custom/paper/navbar-paper.css +1 -1
- package/css/themes/custom/readable/custom-readable.css +161 -77
- package/css/themes/custom/readable/panel-readable.css +8 -8
- package/css/themes/custom/sandstone/custom-sandstone.css +107 -51
- package/css/themes/custom/sandstone/panel-sandstone.css +2 -2
- package/css/themes/custom/simplex/button-simplex.css +21 -1
- package/css/themes/custom/simplex/custom-simplex.css +112 -33
- package/css/themes/custom/simplex/panel-simplex.css +5 -6
- package/css/themes/custom/slate/button-slate.css +20 -0
- package/css/themes/custom/slate/custom-slate.css +149 -76
- package/css/themes/custom/slate/panel-slate.css +15 -17
- package/css/themes/custom/spacelab/button-spacelab.css +20 -0
- package/css/themes/custom/spacelab/custom-spacelab.css +122 -44
- package/css/themes/custom/superhero/button-superhero.css +16 -0
- package/css/themes/custom/superhero/custom-superhero.css +165 -50
- package/css/themes/custom/theme-general/button.css +10 -0
- package/css/themes/custom/theme-general/forms.css +57 -2
- package/css/themes/custom/theme-general/login.css +11 -16
- package/css/themes/custom/theme-general/scheduler.css +18 -6
- package/css/themes/custom/theme-general/theme-general.css +49 -6
- package/css/themes/custom/united/custom-united.css +117 -37
- package/css/themes/custom/yeti/custom-yeti.css +152 -37
- package/deprecated/css/animate.css +433 -0
- package/deprecated/css/app.css +433 -0
- package/deprecated/css/cronos-template.css +0 -0
- package/deprecated/css/cronos.css +263 -0
- package/deprecated/css/fonts/glyphicons-halflings-regular.eot +0 -0
- package/deprecated/css/fonts/glyphicons-halflings-regular.svg +288 -0
- package/deprecated/css/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/deprecated/css/fonts/glyphicons-halflings-regular.woff +0 -0
- package/deprecated/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/deprecated/css/modalTemplate.css +37 -0
- package/deprecated/css/themes/cerulean.min.css +7 -0
- package/deprecated/css/themes/cosmo.min.css +7 -0
- package/deprecated/css/themes/custom/fuse/custom-fuse.min.css +4179 -0
- package/deprecated/css/themes/cyborg.min.css +7 -0
- package/deprecated/css/themes/darkly.min.css +7 -0
- package/deprecated/css/themes/flatly.min.css +7 -0
- package/deprecated/css/themes/fuse.min.css +7 -0
- package/deprecated/css/themes/journal.min.css +7 -0
- package/deprecated/css/themes/lumen.min.css +7 -0
- package/deprecated/css/themes/material.min.css +4 -0
- package/deprecated/css/themes/paper.min.css +7 -0
- package/deprecated/css/themes/readable.min.css +7 -0
- package/deprecated/css/themes/sandstone.min.css +7 -0
- package/deprecated/css/themes/simplex.min.css +7 -0
- package/deprecated/css/themes/slate.min.css +7 -0
- package/deprecated/css/themes/spacelab.min.css +7 -0
- package/deprecated/css/themes/superhero.min.css +7 -0
- package/deprecated/css/themes/united.min.css +7 -0
- package/deprecated/css/themes/yeti.min.css +7 -0
- package/deprecated/dist/components/css/font-size.css +1 -0
- package/deprecated/dist/components/css/image.css +1 -0
- package/deprecated/dist/components/js/format.min.js +1 -0
- package/deprecated/dist/components/js/jquery.inputmask.bundle.js +1 -0
- package/deprecated/dist/components/js/jquery.mask.min.js +1 -0
- package/deprecated/dist/components/js/qrcode.js +1 -0
- package/deprecated/dist/components/reports/BOOLEAN.parameter.html +1 -0
- package/deprecated/dist/components/reports/DATE.parameter.html +1 -0
- package/deprecated/dist/components/reports/DOUBLE.parameter.html +1 -0
- package/deprecated/dist/components/reports/FLOAT.parameter.html +1 -0
- package/deprecated/dist/components/reports/INTEGER.parameter.html +1 -0
- package/deprecated/dist/components/reports/LONG.parameter.html +1 -0
- package/deprecated/dist/components/reports/STRING.parameter.html +1 -0
- package/deprecated/dist/components/reports/reports.parameters.html +1 -0
- package/deprecated/dist/components/reports/reports.view.html +1 -0
- package/deprecated/dist/components/templates/Component_Container/crn-eight-four-container.template.html +1 -0
- package/deprecated/dist/components/templates/Component_Container/crn-four-eight-container.template.html +1 -0
- package/deprecated/dist/components/templates/Component_Container/crn-one-container.template.html +1 -0
- package/deprecated/dist/components/templates/Component_Container/crn-three-container.template.html +1 -0
- package/deprecated/dist/components/templates/Component_Container/crn-three-six-three-container.template.html +1 -0
- package/deprecated/dist/components/templates/Component_Container/crn-two-container.template.html +1 -0
- package/deprecated/dist/components/templates/accordion.template.html +1 -0
- package/deprecated/dist/components/templates/anchor.template.html +1 -0
- package/deprecated/dist/components/templates/angular-ui-notification.template.html +1 -0
- package/deprecated/dist/components/templates/banner.template.html +1 -0
- package/deprecated/dist/components/templates/button-report.template.html +1 -0
- package/deprecated/dist/components/templates/button.oauth2.template.html +1 -0
- package/deprecated/dist/components/templates/button.template.html +1 -0
- package/deprecated/dist/components/templates/buttonfilter.template.html +1 -0
- package/deprecated/dist/components/templates/carousel.template.html +1 -0
- package/deprecated/dist/components/templates/cell.template.html +1 -0
- package/deprecated/dist/components/templates/chart.template.html +1 -0
- package/deprecated/dist/components/templates/checkbox.template.html +1 -0
- package/deprecated/dist/components/templates/combobox-dynamic.template.html +1 -0
- package/deprecated/dist/components/templates/combobox.template.html +1 -0
- package/deprecated/dist/components/templates/crn-carousel-item.tempate.html +1 -0
- package/deprecated/dist/components/templates/crn-input-password.designtime.html +1 -0
- package/deprecated/dist/components/templates/crn-input-password.template.html +1 -0
- package/deprecated/dist/components/templates/crn-list-item.template.html +1 -0
- package/deprecated/dist/components/templates/crn-ordered-list.template.html +1 -0
- package/deprecated/dist/components/templates/crn-ordered-sub-list.template.html +1 -0
- package/deprecated/dist/components/templates/crn-unordered-list.template.html +1 -0
- package/deprecated/dist/components/templates/crn-unordered-sub-list.template.html +1 -0
- package/deprecated/dist/components/templates/cron-autocomplete.designtime.html +26 -0
- package/deprecated/dist/components/templates/cron-autocomplete.template.html +1 -0
- package/deprecated/dist/components/templates/cron-barcode.template.html +1 -0
- package/deprecated/dist/components/templates/cron-breadcrumbs.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-breadcrumbs.template.html +1 -0
- package/deprecated/dist/components/templates/cron-calendar.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-calendar.template.html +1 -0
- package/deprecated/dist/components/templates/cron-captcha.designtime.html +6 -0
- package/deprecated/dist/components/templates/cron-captcha.template.html +1 -0
- package/deprecated/dist/components/templates/cron-chat.designtime.html +17 -0
- package/deprecated/dist/components/templates/cron-chat.template.html +1 -0
- package/deprecated/dist/components/templates/cron-checkbox.template.html +1 -0
- package/deprecated/dist/components/templates/cron-combobox-multiple.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-combobox-multiple.template.html +1 -0
- package/deprecated/dist/components/templates/cron-combobox.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-combobox.template.html +1 -0
- package/deprecated/dist/components/templates/cron-crud.template.html +1 -0
- package/deprecated/dist/components/templates/cron-date.template.html +1 -0
- package/deprecated/dist/components/templates/cron-dynamic-autocomplete.template.html +1 -0
- package/deprecated/dist/components/templates/cron-dynamic-combobox.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-dynamic-combobox.template.html +1 -0
- package/deprecated/dist/components/templates/cron-dynamic-menu.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-dynamic-menu.template.html +1 -0
- package/deprecated/dist/components/templates/cron-grid.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-grid.template.html +1 -0
- package/deprecated/dist/components/templates/cron-ordered-list.template.html +1 -0
- package/deprecated/dist/components/templates/cron-qrcode.template.html +1 -0
- package/deprecated/dist/components/templates/cron-radio.template.html +1 -0
- package/deprecated/dist/components/templates/cron-report-viewer.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-report-viewer.template.html +1 -0
- package/deprecated/dist/components/templates/cron-rich-editor.template.html +1 -0
- package/deprecated/dist/components/templates/cron-scheduler.designtime.html +2 -0
- package/deprecated/dist/components/templates/cron-scheduler.template.html +1 -0
- package/deprecated/dist/components/templates/cron-slider.template.html +1 -0
- package/deprecated/dist/components/templates/cron-switch.template.html +1 -0
- package/deprecated/dist/components/templates/cron-tree-view.designtime.html +1 -0
- package/deprecated/dist/components/templates/cron-tree-view.template.html +1 -0
- package/deprecated/dist/components/templates/datasource.template.html +1 -0
- package/deprecated/dist/components/templates/datasourcefilter.template.html +1 -0
- package/deprecated/dist/components/templates/datasourcefiltercomplex.template.html +1 -0
- package/deprecated/dist/components/templates/date.template.html +1 -0
- package/deprecated/dist/components/templates/datetime.template.html +1 -0
- package/deprecated/dist/components/templates/div.template.html +1 -0
- package/deprecated/dist/components/templates/dynamicfile.template.html +1 -0
- package/deprecated/dist/components/templates/dynamicimage.template.html +1 -0
- package/deprecated/dist/components/templates/dynamictitle.template.html +1 -0
- package/deprecated/dist/components/templates/evaluation.template.html +1 -0
- package/deprecated/dist/components/templates/fileupload-button.template.html +1 -0
- package/deprecated/dist/components/templates/fileupload.template.html +1 -0
- package/deprecated/dist/components/templates/foot-cell.template.html +1 -0
- package/deprecated/dist/components/templates/foot-row.template.html +1 -0
- package/deprecated/dist/components/templates/form.template.html +1 -0
- package/deprecated/dist/components/templates/grid-horizontal.template.html +1 -0
- package/deprecated/dist/components/templates/grid-vertical.template.html +1 -0
- package/deprecated/dist/components/templates/grid.template.html +1 -0
- package/deprecated/dist/components/templates/head-cell.template.html +1 -0
- package/deprecated/dist/components/templates/head-row.template.html +1 -0
- package/deprecated/dist/components/templates/head.template.html +1 -0
- package/deprecated/dist/components/templates/header.template.html +1 -0
- package/deprecated/dist/components/templates/icon.template.html +1 -0
- package/deprecated/dist/components/templates/image-menu.template.html +1 -0
- package/deprecated/dist/components/templates/image.default.template.html +1 -0
- package/deprecated/dist/components/templates/image.template.html +1 -0
- package/deprecated/dist/components/templates/list.template.html +1 -0
- package/deprecated/dist/components/templates/multiselect.template.html +1 -0
- package/deprecated/dist/components/templates/navbar.template.html +1 -0
- package/deprecated/dist/components/templates/panel.template.html +1 -0
- package/deprecated/dist/components/templates/qrcode.template.html +1 -0
- package/deprecated/dist/components/templates/radiogroup.template.html +1 -0
- package/deprecated/dist/components/templates/rating.template.html +1 -0
- package/deprecated/dist/components/templates/row.template.html +1 -0
- package/deprecated/dist/components/templates/sidebar.template.html +1 -0
- package/deprecated/dist/components/templates/social-button-bar.template.html +1 -0
- package/deprecated/dist/components/templates/sub-form.template.html +1 -0
- package/deprecated/dist/components/templates/subtitle.template.html +1 -0
- package/deprecated/dist/components/templates/table.template.html +1 -0
- package/deprecated/dist/components/templates/tabs.template.html +1 -0
- package/deprecated/dist/components/templates/text.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.html +1 -0
- package/deprecated/dist/components/templates/textinputbutton.template.html +1 -0
- package/deprecated/dist/components/templates/textinputicon.template.html +1 -0
- package/deprecated/dist/components/templates/time.template.html +1 -0
- package/deprecated/dist/components/templates/title-default.template.html +1 -0
- package/deprecated/dist/components/templates/title.template.html +1 -0
- package/deprecated/dist/components/templates/treeview.template.html +1 -0
- package/deprecated/dist/css/animate.css +1 -0
- package/deprecated/dist/css/app.css +1 -0
- package/deprecated/dist/css/cronos-template.css +0 -0
- package/deprecated/dist/css/cronos.css +1 -0
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.eot +0 -0
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.svg +1 -0
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.ttf +0 -0
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff +0 -0
- package/deprecated/dist/css/fonts/glyphicons-halflings-regular.woff2 +0 -0
- package/deprecated/dist/css/modalTemplate.css +1 -0
- package/deprecated/dist/css/themes/cerulean.min.css +1 -0
- package/deprecated/dist/css/themes/cosmo.min.css +1 -0
- package/deprecated/dist/css/themes/custom/fuse/custom-fuse.min.css +1 -0
- package/deprecated/dist/css/themes/cyborg.min.css +1 -0
- package/deprecated/dist/css/themes/darkly.min.css +1 -0
- package/deprecated/dist/css/themes/flatly.min.css +1 -0
- package/deprecated/dist/css/themes/fuse.min.css +1 -0
- package/deprecated/dist/css/themes/journal.min.css +1 -0
- package/deprecated/dist/css/themes/lumen.min.css +1 -0
- package/deprecated/dist/css/themes/material.min.css +1 -0
- package/deprecated/dist/css/themes/paper.min.css +1 -0
- package/deprecated/dist/css/themes/readable.min.css +1 -0
- package/deprecated/dist/css/themes/sandstone.min.css +1 -0
- package/deprecated/dist/css/themes/simplex.min.css +1 -0
- package/deprecated/dist/css/themes/slate.min.css +1 -0
- package/deprecated/dist/css/themes/spacelab.min.css +1 -0
- package/deprecated/dist/css/themes/superhero.min.css +1 -0
- package/deprecated/dist/css/themes/united.min.css +1 -0
- package/deprecated/dist/css/themes/yeti.min.css +1 -0
- package/deprecated/dist/i18n/locale_en_us.json +143 -0
- package/deprecated/dist/i18n/locale_pt_br.json +143 -0
- package/deprecated/dist/img/ballon_icon.svg +1 -0
- package/deprecated/dist/img/barcode.png +0 -0
- package/deprecated/dist/img/cron-icon/crn-QRCode.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-accordion.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-anchor.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-button.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-calendar.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-captcha.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-combobox-dynamic.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-combobox.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-cron-crud.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-cron-dashboard-viewer.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-datasource.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-datepicker.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-datetimepicker.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-dynamic-menu.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-eight-four-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-enterprise-autocomplete.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-enterprise-combobox-multiple.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-enterprise-combobox.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-enterprise-dynamic-combobox.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-form.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-four-eight-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-grid-table.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-grid.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-header.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-horizontal-container.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-input-password.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-jumbotron.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-list.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-navbar.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-one-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-ordered-list.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-ordered-sub-list.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-panel.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-radiogroup.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-rating.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-report-viewer.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-rich-editor.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-scheduler.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-simple-text.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-slider.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-social-login.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-sub-form.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-table.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-three-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-three-six-three-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-timepicker.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-tree-view.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-two-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-unordered-list.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-unordered-sub-list.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-upload.svg +1 -0
- package/deprecated/dist/img/cron-icon/crn-vertical-container.svg +1 -0
- package/deprecated/dist/img/cron-icon/cron-breadrumb.svg +1 -0
- package/deprecated/dist/img/cronGrid.png +0 -0
- package/deprecated/dist/img/cronRichEditor.png +0 -0
- package/deprecated/dist/img/cronapp-logo-login.png +0 -0
- package/deprecated/dist/img/img-user.svg +1 -0
- package/deprecated/dist/img/logo-cronapp-negativa.svg +1 -0
- package/deprecated/dist/img/logo.png +0 -0
- package/deprecated/dist/img/logo.svg +1 -0
- package/deprecated/dist/img/nophoto.png +0 -0
- package/deprecated/dist/img/placehold-100x100.png +0 -0
- package/deprecated/dist/img/placehold-900x500.png +0 -0
- package/deprecated/dist/img/qrcode.png +0 -0
- package/deprecated/dist/img/recaptcha-logo.svg +1 -0
- package/deprecated/dist/img/selectFile.png +0 -0
- package/deprecated/dist/img/selectImg.svg +1 -0
- package/deprecated/dist/img/svg-charts.svg +1 -0
- package/deprecated/dist/img/switch.png +0 -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 +14 -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/stateProvider.js +1 -0
- package/deprecated/dist/js/upload.service.js +1 -0
- package/deprecated/img/ballon_icon.svg +3 -0
- package/deprecated/img/barcode.png +0 -0
- package/deprecated/img/cron-icon/crn-QRCode.svg +38 -0
- package/deprecated/img/cron-icon/crn-accordion.svg +25 -0
- package/deprecated/img/cron-icon/crn-anchor.svg +29 -0
- package/deprecated/img/cron-icon/crn-button.svg +24 -0
- package/deprecated/img/cron-icon/crn-calendar.svg +23 -0
- package/deprecated/img/cron-icon/crn-captcha.svg +36 -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 +21 -0
- package/deprecated/img/cron-icon/crn-combobox-dynamic.svg +27 -0
- package/deprecated/img/cron-icon/crn-combobox.svg +24 -0
- package/deprecated/img/cron-icon/crn-cron-crud.svg +28 -0
- package/deprecated/img/cron-icon/crn-cron-dashboard-viewer.svg +18 -0
- package/deprecated/img/cron-icon/crn-datasource.svg +27 -0
- package/deprecated/img/cron-icon/crn-datepicker.svg +35 -0
- package/deprecated/img/cron-icon/crn-datetimepicker.svg +41 -0
- package/deprecated/img/cron-icon/crn-dynamic-file.svg +26 -0
- package/deprecated/img/cron-icon/crn-dynamic-image.svg +25 -0
- package/deprecated/img/cron-icon/crn-dynamic-menu.svg +28 -0
- package/deprecated/img/cron-icon/crn-eight-four-container.svg +18 -0
- package/deprecated/img/cron-icon/crn-enterprise-autocomplete.svg +26 -0
- package/deprecated/img/cron-icon/crn-enterprise-combobox-multiple.svg +21 -0
- package/deprecated/img/cron-icon/crn-enterprise-combobox.svg +24 -0
- package/deprecated/img/cron-icon/crn-enterprise-dynamic-autocomplete.svg +29 -0
- package/deprecated/img/cron-icon/crn-enterprise-dynamic-combobox.svg +27 -0
- package/deprecated/img/cron-icon/crn-form.svg +24 -0
- package/deprecated/img/cron-icon/crn-four-eight-container.svg +20 -0
- package/deprecated/img/cron-icon/crn-grid-table.svg +21 -0
- package/deprecated/img/cron-icon/crn-grid.svg +27 -0
- package/deprecated/img/cron-icon/crn-header.svg +18 -0
- package/deprecated/img/cron-icon/crn-horizontal-container.svg +19 -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-input-password.svg +24 -0
- package/deprecated/img/cron-icon/crn-jumbotron.svg +24 -0
- package/deprecated/img/cron-icon/crn-list.svg +24 -0
- package/deprecated/img/cron-icon/crn-navbar.svg +25 -0
- package/deprecated/img/cron-icon/crn-one-container.svg +17 -0
- package/deprecated/img/cron-icon/crn-ordered-list.svg +44 -0
- package/deprecated/img/cron-icon/crn-ordered-sub-list.svg +42 -0
- package/deprecated/img/cron-icon/crn-panel.svg +21 -0
- package/deprecated/img/cron-icon/crn-radiogroup.svg +25 -0
- package/deprecated/img/cron-icon/crn-rating.svg +20 -0
- package/deprecated/img/cron-icon/crn-report-viewer.svg +24 -0
- package/deprecated/img/cron-icon/crn-rich-editor.svg +22 -0
- package/deprecated/img/cron-icon/crn-scheduler.svg +27 -0
- package/deprecated/img/cron-icon/crn-simple-text.svg +18 -0
- package/deprecated/img/cron-icon/crn-slider.svg +19 -0
- package/deprecated/img/cron-icon/crn-social-login.svg +29 -0
- package/deprecated/img/cron-icon/crn-sub-form.svg +27 -0
- package/deprecated/img/cron-icon/crn-table.svg +20 -0
- package/deprecated/img/cron-icon/crn-tabs.svg +22 -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-three-container.svg +21 -0
- package/deprecated/img/cron-icon/crn-three-six-three-container.svg +19 -0
- package/deprecated/img/cron-icon/crn-timepicker.svg +20 -0
- package/deprecated/img/cron-icon/crn-tree-view.svg +19 -0
- package/deprecated/img/cron-icon/crn-two-container.svg +18 -0
- package/deprecated/img/cron-icon/crn-unordered-list.svg +24 -0
- package/deprecated/img/cron-icon/crn-unordered-sub-list.svg +28 -0
- package/deprecated/img/cron-icon/crn-upload.svg +20 -0
- package/deprecated/img/cron-icon/crn-vertical-container.svg +19 -0
- package/deprecated/img/cron-icon/cron-breadrumb.svg +638 -0
- package/deprecated/img/cronGrid.png +0 -0
- package/deprecated/img/cronRichEditor.png +0 -0
- package/deprecated/img/cronapp-logo-login.png +0 -0
- package/deprecated/img/img-user.svg +1 -0
- package/deprecated/img/logo-cronapp-negativa.svg +1 -0
- package/deprecated/img/logo.png +0 -0
- package/deprecated/img/logo.svg +1 -0
- package/deprecated/img/nophoto.png +0 -0
- package/deprecated/img/placehold-100x100.png +0 -0
- package/deprecated/img/placehold-900x500.png +0 -0
- package/deprecated/img/qrcode.png +0 -0
- package/deprecated/img/recaptcha-logo.svg +1 -0
- package/deprecated/img/selectFile.png +0 -0
- package/deprecated/img/selectImg.svg +44 -0
- package/deprecated/img/svg-charts.svg +1 -0
- package/dist/components/templates/anchor.template.html +1 -1
- package/dist/components/templates/cron-dashboard-viewer.designtime.html +1 -1
- package/dist/components/templates/cron-grid.designtime.html +1 -1
- package/dist/components/templates/date.template.html +1 -1
- package/dist/components/templates/dynamicimage.designtime.html +2 -0
- package/dist/components/templates/fileupload-button.template.html +1 -1
- package/dist/components/templates/fileupload.template.html +1 -1
- package/dist/components/templates/textinputicon.template.html +1 -1
- package/dist/css/app.css +1 -1
- package/dist/css/themes/custom/aquamarine/custom-aquamarine.css +1 -1
- package/dist/css/themes/custom/aquamarine/navbar-aquamarine.css +1 -1
- package/dist/css/themes/custom/cerulean/custom-cerulean.css +1 -1
- package/dist/css/themes/custom/cerulean/navbar-cerulean.css +1 -1
- package/dist/css/themes/custom/cosmo/button-cosmo.css +1 -1
- package/dist/css/themes/custom/cosmo/custom-cosmo.css +1 -1
- package/dist/css/themes/custom/cosmo/navbar-cosmo.css +1 -1
- package/dist/css/themes/custom/cyborg/custom-cyborg.css +1 -1
- package/dist/css/themes/custom/cyborg/navbar-cyborg.css +1 -1
- package/dist/css/themes/custom/darkly/custom-darkly.css +1 -1
- package/dist/css/themes/custom/dsgov/custom-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/form-dsgov.css +1 -1
- package/dist/css/themes/custom/dsgov/navbar-dsgov.css +1 -1
- package/dist/css/themes/custom/flatly/custom-flatly.css +1 -1
- package/dist/css/themes/custom/flatly/navbar-flatly.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/journal/navbar-journal.css +1 -1
- package/dist/css/themes/custom/lumen/button-lumen.css +1 -1
- package/dist/css/themes/custom/lumen/custom-lumen.css +1 -1
- package/dist/css/themes/custom/lumen/panel-lumen.css +1 -1
- package/dist/css/themes/custom/material/custom-material.css +1 -1
- package/dist/css/themes/custom/paper/custom-paper.css +1 -1
- package/dist/css/themes/custom/paper/navbar-paper.css +1 -1
- package/dist/css/themes/custom/readable/custom-readable.css +1 -1
- package/dist/css/themes/custom/readable/panel-readable.css +1 -1
- package/dist/css/themes/custom/sandstone/custom-sandstone.css +1 -1
- package/dist/css/themes/custom/sandstone/panel-sandstone.css +1 -1
- package/dist/css/themes/custom/simplex/button-simplex.css +1 -1
- package/dist/css/themes/custom/simplex/custom-simplex.css +1 -1
- package/dist/css/themes/custom/simplex/panel-simplex.css +1 -1
- package/dist/css/themes/custom/slate/button-slate.css +1 -1
- package/dist/css/themes/custom/slate/custom-slate.css +1 -1
- package/dist/css/themes/custom/slate/panel-slate.css +1 -1
- package/dist/css/themes/custom/spacelab/button-spacelab.css +1 -1
- package/dist/css/themes/custom/spacelab/custom-spacelab.css +1 -1
- package/dist/css/themes/custom/superhero/button-superhero.css +1 -1
- package/dist/css/themes/custom/superhero/custom-superhero.css +1 -1
- package/dist/css/themes/custom/theme-general/button.css +1 -1
- package/dist/css/themes/custom/theme-general/forms.css +1 -1
- package/dist/css/themes/custom/theme-general/login.css +1 -1
- package/dist/css/themes/custom/theme-general/scheduler.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/dist/css/themes/custom/yeti/custom-yeti.css +1 -1
- package/dist/js/app.js +1 -1
- package/dist/js/dashboard/dashboard.service.js +1 -1
- package/dist/js/directives.js +42 -6
- package/dist/js/reports/parameters.controller.js +1 -1
- package/dist/js/reports/reports.service.js +1 -1
- package/dist/js/stateProvider.js +1 -1
- package/js/app.js +7 -4
- package/js/customStateProvider.js +0 -2
- package/js/dashboard/dashboard.service.js +2 -0
- package/js/directives.js +254 -104
- package/js/reports/parameters.controller.js +2 -2
- package/js/reports/reports.service.js +31 -2
- package/js/stateProvider.js +5 -7
- package/package.json +1 -1
- package/css/themes/deprecated/aquamarine.min.css +0 -6
- package/css/themes/deprecated/cerulean.min.css +0 -7
- package/css/themes/deprecated/cosmo.min.css +0 -7
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/_media-print.css +0 -71
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/badge.css +0 -47
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/basics.css +0 -620
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/blockquote.css +0 -54
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/breadcrumb.css +0 -21
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-group.css +0 -169
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-toolbar.css +0 -15
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn.css +0 -158
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/caret.css +0 -24
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/close.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/container.css +0 -49
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/dropdown.css +0 -133
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/form.css +0 -401
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/has.css +0 -172
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/import_bootswatch.css +0 -46
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/input-group.css +0 -184
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/input.css +0 -39
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/jumbotron.css +0 -44
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/kbd.css +0 -17
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/label.css +0 -33
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/list-group.css +0 -75
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/modal.css +0 -143
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-justified.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-pills.css +0 -11
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-stacked.css +0 -8
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-tabs.css +0 -78
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/navbar.css +0 -351
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pager.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pagination.css +0 -71
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/panel.css +0 -264
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/popover.css +0 -149
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/pre.css +0 -22
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/progress.css +0 -63
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/table.css +0 -268
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/thumbnail.css +0 -41
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/tooltip.css +0 -129
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/visible.css +0 -261
- package/css/themes/deprecated/custom/_bootswatch-v3.3.3/well.css +0 -25
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/_media-print.css +0 -71
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/alert.css +0 -48
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/animations.css +0 -26
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/badge.css +0 -58
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/basics.css +0 -725
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/blockquote.css +0 -54
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/breadcrumb.css +0 -21
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/btn.css +0 -491
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/carousel.css +0 -261
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/close.css +0 -37
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/col.css +0 -787
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/collapse.css +0 -30
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/container.css +0 -31
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/dropdown.css +0 -158
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/embed-responsive.css +0 -29
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/fade.css +0 -10
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/form_input.css +0 -782
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/glyphicon.css +0 -1066
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/img_figure.css +0 -39
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/import_bootswatch.css +0 -38
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/input-group.css +0 -184
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/jumbotron.css +0 -49
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/label.css +0 -35
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/list-group.css +0 -133
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/media.css +0 -60
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/modal.css +0 -143
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/nav.css +0 -276
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/navbar.css +0 -408
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/pager.css +0 -44
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/pagination.css +0 -109
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/panel.css +0 -288
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/popover.css +0 -154
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/progress.css +0 -95
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/table.css +0 -171
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/text.css +0 -31
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/thumbnail.css +0 -29
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/tooltip.css +0 -129
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/visible.css +0 -269
- package/css/themes/deprecated/custom/_bootswatch-v3.3.6/well.css +0 -31
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/alert.css +0 -37
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/col.css +0 -787
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/collapse.css +0 -30
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/embed-responsive.css +0 -29
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/glyphicon.css +0 -1066
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/navbar.css +0 -619
- package/css/themes/deprecated/custom/_bootswatch-v3.3.7/text.css +0 -31
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/_media-print.css +0 -79
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/accordion.css +0 -19
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/alert.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/align.css +0 -393
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/badge.css +0 -26
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/basics.css +0 -706
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/blockquote.css +0 -14
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/border.css +0 -75
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/breadcrumb.css +0 -35
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/btn.css +0 -244
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/card.css +0 -260
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/carousel.css +0 -251
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/close.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/col.css +0 -1125
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/container.css +0 -39
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/custom.css +0 -413
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/display.css +0 -209
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/dropdown.css +0 -176
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/embed-responsive.css +0 -42
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/flex.css +0 -318
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/float.css +0 -59
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/form.css +0 -294
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/img_figure.css +0 -27
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/import_bootswatch.css +0 -43
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/input-group.css +0 -178
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/jumbotron.css +0 -18
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/justify.css +0 -136
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/list-group.css +0 -218
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/margin.css +0 -711
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/modal.css +0 -182
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/nav.css +0 -45
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/navbar.css +0 -353
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/padding.css +0 -611
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/page.css +0 -55
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/pagination.css +0 -44
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/popover.css +0 -199
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/position.css +0 -20
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/progress.css +0 -46
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/rounded.css +0 -31
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/shadow.css +0 -19
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/table.css +0 -96
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/text.css +0 -113
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/tooltip.css +0 -122
- package/css/themes/deprecated/custom/_bootswatch-v4.1.3/validated.css +0 -239
- package/css/themes/deprecated/custom/aquamarine/custom-aquamarine.min.css +0 -3085
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
- package/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/aquamarine/img/arrow-gray.svg +0 -3
- package/css/themes/deprecated/custom/aquamarine/img/arrow-white.svg +0 -3
- package/css/themes/deprecated/custom/cerulean/img/arrow-gray.svg +0 -10
- package/css/themes/deprecated/custom/cerulean/img/arrow-white.svg +0 -10
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +0 -73
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/alert.css +0 -37
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/animations.css +0 -26
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/badge.css +0 -48
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/basics.css +0 -734
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +0 -54
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +0 -30
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/btn.css +0 -391
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/carousel.css +0 -252
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/close.css +0 -27
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/col.css +0 -787
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/collapse.css +0 -30
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/container.css +0 -31
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +0 -157
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +0 -29
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/fade.css +0 -10
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +0 -39
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/form-control.css +0 -310
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +0 -1066
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +0 -40
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input-group.css +0 -184
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input.css +0 -144
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +0 -49
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/label.css +0 -35
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/list-group.css +0 -129
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/media.css +0 -60
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/modal.css +0 -142
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/nav.css +0 -271
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pager.css +0 -52
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pagination.css +0 -113
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/panel.css +0 -295
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/popover.css +0 -148
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/progress.css +0 -65
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/table.css +0 -268
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/text.css +0 -31
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +0 -29
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +0 -129
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/visible.css +0 -269
- package/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/well.css +0 -25
- package/css/themes/deprecated/custom/dsgov/custom-dsgov.min.css +0 -3246
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/dsgov/font/fonts.css +0 -162
- package/css/themes/deprecated/custom/dsgov/font2/fonts.css +0 -144
- package/css/themes/deprecated/custom/dsgov/font2/rawline-100.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-100i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-200.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-200i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-300.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-300i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-400.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-400i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-500.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-500i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-600.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-600i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-700.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-700i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-800.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-800i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-900.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/font2/rawline-900i.woff +0 -0
- package/css/themes/deprecated/custom/dsgov/img/arrow-blue.svg +0 -9
- package/css/themes/deprecated/custom/dsgov/img/cover.jpg +0 -0
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/_media-print.css +0 -73
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/alert.css +0 -37
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/animations.css +0 -26
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/badge.css +0 -48
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/basics.css +0 -734
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/blockquote.css +0 -54
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +0 -30
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/btn.css +0 -391
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/carousel.css +0 -252
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/close.css +0 -27
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/col.css +0 -787
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/collapse.css +0 -30
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/container.css +0 -31
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/dropdown.css +0 -157
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +0 -29
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/fade.css +0 -10
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/figure_img.css +0 -39
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/form-control.css +0 -310
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +0 -1066
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +0 -40
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input-group.css +0 -184
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input.css +0 -144
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +0 -49
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/label.css +0 -35
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/list-group.css +0 -129
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/media.css +0 -60
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/modal.css +0 -142
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/nav.css +0 -271
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/navbar.css +0 -617
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pager.css +0 -52
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pagination.css +0 -113
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/panel.css +0 -295
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/popover.css +0 -148
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/progress.css +0 -65
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/table.css +0 -268
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/text.css +0 -31
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +0 -29
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/tooltip.css +0 -129
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/visible.css +0 -269
- package/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/well.css +0 -25
- package/css/themes/deprecated/custom/fuse/components_css/carousel.css +0 -252
- package/css/themes/deprecated/custom/fuse/components_css/media.css +0 -60
- package/css/themes/deprecated/custom/fuse/custom-fuse.min.css +0 -4179
- package/css/themes/deprecated/custom/fuse/font/fonts.css +0 -8
- package/css/themes/deprecated/custom/fuse/img/arrow-gray.svg +0 -9
- package/css/themes/deprecated/custom/fuse/img/arrow-white.svg +0 -9
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
- package/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
- package/css/themes/deprecated/custom/lumen/font/fonts.css +0 -108
- package/css/themes/deprecated/custom/lumen/img/arrow-gray.svg +0 -11
- package/css/themes/deprecated/custom/lumen/img/arrow-white.svg +0 -11
- package/css/themes/deprecated/custom/material/font/Roboto-Black.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Black.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Bold.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Bold.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Italic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Italic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Light.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Light.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Medium.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Medium.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Regular.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Regular.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Thin.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-Thin.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff +0 -0
- package/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
- package/css/themes/deprecated/custom/material/font/fonts.css +0 -108
- package/css/themes/deprecated/custom/material/img/arrow-gray.svg +0 -11
- package/css/themes/deprecated/custom/material/img/arrow-white.svg +0 -11
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-button.css +0 -174
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-carousel.css +0 -11
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-calendar.css +0 -176
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-grid.css +0 -241
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-enterprise.css +0 -58
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-navbar.css +0 -185
- package/css/themes/deprecated/custom/material_raiz/components_css/crn-scheduler.css +0 -98
- package/css/themes/deprecated/custom/material_raiz/components_css/login.css +0 -38
- package/css/themes/deprecated/custom/material_raiz/components_css/ui-notification.css +0 -27
- package/css/themes/deprecated/custom/material_raiz/custom-material_raiz.css +0 -363
- package/css/themes/deprecated/cyborg.min.css +0 -7
- package/css/themes/deprecated/darkly.min.css +0 -7
- package/css/themes/deprecated/dsgov.min.css +0 -6
- package/css/themes/deprecated/flatly.min.css +0 -7
- package/css/themes/deprecated/fuse.min.css +0 -7
- package/css/themes/deprecated/journal.min.css +0 -7
- package/css/themes/deprecated/lumen.min.css +0 -7
- package/css/themes/deprecated/material.min.css +0 -4
- package/css/themes/deprecated/material_raiz.min.css +0 -3
- package/css/themes/deprecated/paper.min.css +0 -7
- package/css/themes/deprecated/readable.min.css +0 -7
- package/css/themes/deprecated/sandstone.min.css +0 -7
- package/css/themes/deprecated/simplex.min.css +0 -7
- package/css/themes/deprecated/slate.min.css +0 -7
- package/css/themes/deprecated/spacelab.min.css +0 -7
- package/css/themes/deprecated/superhero.min.css +0 -7
- package/css/themes/deprecated/united.min.css +0 -7
- package/css/themes/deprecated/yeti.min.css +0 -7
- package/dist/css/themes/deprecated/aquamarine.min.css +0 -1
- package/dist/css/themes/deprecated/cerulean.min.css +0 -1
- package/dist/css/themes/deprecated/cosmo.min.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/_media-print.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/badge.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/basics.css +0 -11
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/blockquote.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/breadcrumb.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn-toolbar.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/btn.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/caret.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/close.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/container.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/dropdown.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/form.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/has.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/import_bootswatch.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/input-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/input.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/jumbotron.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/kbd.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/label.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/list-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/modal.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-justified.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-pills.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-stacked.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav-tabs.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/nav.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/navbar.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pager.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pagination.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/panel.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/popover.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/pre.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/progress.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/table.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/thumbnail.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/tooltip.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/visible.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.3/well.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/_media-print.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/alert.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/badge.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/basics.css +0 -11
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/blockquote.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/breadcrumb.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/btn.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/carousel.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/close.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/col.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/collapse.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/dropdown.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/embed-responsive.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/form_input.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/glyphicon.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/img_figure.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/import_bootswatch.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/input-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/jumbotron.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/label.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/list-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/modal.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/nav.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/navbar.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/pager.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/pagination.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/panel.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/popover.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/progress.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/table.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/text.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/thumbnail.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/tooltip.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.6/well.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/alert.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/animations.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/col.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/collapse.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/container.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/embed-responsive.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/fade.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/glyphicon.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/media.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/navbar.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/text.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v3.3.7/visible.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/_media-print.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/accordion.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/alert.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/align.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/badge.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/basics.css +0 -12
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/blockquote.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/border.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/breadcrumb.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/btn.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/card.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/carousel.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/close.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/col.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/container.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/custom.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/display.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/dropdown.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/embed-responsive.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/flex.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/float.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/form.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/img_figure.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/import_bootswatch.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/input-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/jumbotron.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/justify.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/list-group.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/margin.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/modal.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/nav.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/navbar.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/padding.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/page.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/pagination.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/popover.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/position.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/progress.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/rounded.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/shadow.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/table.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/text.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/tooltip.css +0 -1
- package/dist/css/themes/deprecated/custom/_bootswatch-v4.1.3/validated.css +0 -1
- package/dist/css/themes/deprecated/custom/aquamarine/custom-aquamarine.min.css +0 -1
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Black.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BlackItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Bold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-BoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLight.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Italic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Light.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-LightItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Medium.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-MediumItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Regular.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-Thin.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/font/WorkSans-ThinItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/aquamarine/img/arrow-gray.svg +0 -1
- package/dist/css/themes/deprecated/custom/aquamarine/img/arrow-white.svg +0 -1
- package/dist/css/themes/deprecated/custom/cerulean/img/arrow-gray.svg +0 -1
- package/dist/css/themes/deprecated/custom/cerulean/img/arrow-white.svg +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/_media-print.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/alert.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/animations.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/badge.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/basics.css +0 -11
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/blockquote.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/breadcrumb.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/btn.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/carousel.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/close.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/col.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/collapse.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/container.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/dropdown.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/embed-responsive.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/fade.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/figure_img.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/form-control.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/glyphicon.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/import_bootswatch.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input-group.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/input.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/jumbotron.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/label.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/list-group.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/media.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/modal.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/nav.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pager.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/pagination.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/panel.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/popover.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/progress.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/table.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/text.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/thumbnail.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/tooltip.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/visible.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/_bootswatch-v3.3.7/well.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/custom-dsgov.min.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Black.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BlackItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Bold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-BoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraBoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLight.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ExtraLightItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Italic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Light.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-LightItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Medium.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-MediumItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Regular.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-SemiBoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-Thin.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/WorkSans-ThinItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font/fonts.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/font2/fonts.css +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-100.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-100i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-200.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-200i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-300.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-300i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-400.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-400i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-500.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-500i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-600.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-600i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-700.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-700i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-800.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-800i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-900.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/font2/rawline-900i.woff +0 -0
- package/dist/css/themes/deprecated/custom/dsgov/img/arrow-blue.svg +0 -1
- package/dist/css/themes/deprecated/custom/dsgov/img/cover.jpg +0 -0
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/_media-print.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/alert.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/animations.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/badge.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/basics.css +0 -11
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/blockquote.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/breadcrumb.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/btn.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/carousel.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/close.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/col.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/collapse.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/container.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/dropdown.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/embed-responsive.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/fade.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/figure_img.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/form-control.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/glyphicon.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/import_bootswatch.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input-group.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/input.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/jumbotron.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/label.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/list-group.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/media.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/modal.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/nav.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/navbar.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pager.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/pagination.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/panel.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/popover.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/progress.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/table.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/text.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/thumbnail.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/tooltip.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/visible.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/_bootswatch-v3.3.7/well.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/components_css/carousel.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/components_css/media.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/custom-fuse.min.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/font/fonts.css +0 -1
- package/dist/css/themes/deprecated/custom/fuse/img/arrow-gray.svg +0 -1
- package/dist/css/themes/deprecated/custom/fuse/img/arrow-white.svg +0 -1
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Black.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BlackIt.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Bold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-BoldIt.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLight.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-ExtraLightIt.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-It.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Light.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-LightIt.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Regular.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-Semibold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/SourceSansPro-SemiboldIt.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/lumen/font/fonts.css +0 -1
- package/dist/css/themes/deprecated/custom/lumen/img/arrow-gray.svg +0 -1
- package/dist/css/themes/deprecated/custom/lumen/img/arrow-white.svg +0 -1
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Black.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Black.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-BlackItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Bold.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Bold.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-BoldItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Italic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Italic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Light.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Light.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-LightItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Medium.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Medium.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-MediumItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Regular.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Regular.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Thin.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-Thin.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff +0 -0
- package/dist/css/themes/deprecated/custom/material/font/Roboto-ThinItalic.woff2 +0 -0
- package/dist/css/themes/deprecated/custom/material/font/fonts.css +0 -1
- package/dist/css/themes/deprecated/custom/material/img/arrow-gray.svg +0 -1
- package/dist/css/themes/deprecated/custom/material/img/arrow-white.svg +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-button.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-carousel.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-calendar.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-cron-grid.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-enterprise.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-navbar.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/crn-scheduler.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/login.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/components_css/ui-notification.css +0 -1
- package/dist/css/themes/deprecated/custom/material_raiz/custom-material_raiz.css +0 -1
- package/dist/css/themes/deprecated/cyborg.min.css +0 -1
- package/dist/css/themes/deprecated/darkly.min.css +0 -1
- package/dist/css/themes/deprecated/dsgov.min.css +0 -1
- package/dist/css/themes/deprecated/flatly.min.css +0 -1
- package/dist/css/themes/deprecated/fuse.min.css +0 -1
- package/dist/css/themes/deprecated/journal.min.css +0 -1
- package/dist/css/themes/deprecated/lumen.min.css +0 -1
- package/dist/css/themes/deprecated/material.min.css +0 -1
- package/dist/css/themes/deprecated/material_raiz.min.css +0 -1
- package/dist/css/themes/deprecated/paper.min.css +0 -1
- package/dist/css/themes/deprecated/readable.min.css +0 -1
- package/dist/css/themes/deprecated/sandstone.min.css +0 -1
- package/dist/css/themes/deprecated/simplex.min.css +0 -1
- package/dist/css/themes/deprecated/slate.min.css +0 -1
- package/dist/css/themes/deprecated/spacelab.min.css +0 -1
- package/dist/css/themes/deprecated/superhero.min.css +0 -1
- package/dist/css/themes/deprecated/united.min.css +0 -1
- package/dist/css/themes/deprecated/yeti.min.css +0 -1
- /package/{components/css/deprecated → deprecated/components/css}/checkbox-color.css +0 -0
- /package/{components/css/deprecated → deprecated/components/css}/color-default.css +0 -0
- /package/{components/css/deprecated → deprecated/components/css}/combobox-color.css +0 -0
- /package/{components/css/deprecated → deprecated/components/css}/multiselect-editor.css +0 -0
- /package/{components/css/deprecated → deprecated/components/css}/option-color.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/cerulean/custom-cerulean.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/cosmo/custom-cosmo.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/cyborg/custom-cyborg.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/darkly/custom-darkly.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/flatly/custom-flatly.min.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/_media-print.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/alert.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/animations.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/badge.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/basics.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/blockquote.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/breadcrumb.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/btn.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/carousel.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/close.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/col.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/collapse.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/container.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/dropdown.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/embed-responsive.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/fade.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/figure_img.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/form-control.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/glyphicon.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/input-group.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/input.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/jumbotron.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/label.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/list-group.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/media.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/modal.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/nav.css +0 -0
- /package/{css/themes/deprecated/custom/dsgov → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/navbar.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/pager.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/pagination.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/panel.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/popover.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/progress.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/table.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/css/themes/custom/fuse/_bootswatch-v3.3.7}/text.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/thumbnail.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/tooltip.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/visible.css +0 -0
- /package/{css/themes/deprecated/custom → deprecated/css/themes/custom/fuse}/_bootswatch-v3.3.7/well.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/alert.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/badge.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/blockquote.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/breadcrumb.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/btn.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.7 → deprecated/css/themes/custom/fuse/components_css}/carousel.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/close.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/embed-responsive.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/form.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/glyphicon.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/hidden.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/import_components_css.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/list-group.css +0 -0
- /package/{css/themes/deprecated/custom/_bootswatch-v3.3.7 → deprecated/css/themes/custom/fuse/components_css}/media.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/modal.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/navbar.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/pager.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/pagination.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/panel.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/popover.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/progress.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/table.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/thumbnail.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/tooltip.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/type_bootstrap.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/visible.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/components_css/well.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/font/Inter-roman.var.woff2 +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/fuse/font/font.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/journal/custom-journal.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/lumen/custom-lumen.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-button.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-carousel.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-cron-calendar.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-cron-grid.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-enterprise.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-navbar.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/crn-scheduler.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/login.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/components_css/ui-notification.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/material/custom-material.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/navigator/custom-navigator.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/paper/custom-paper.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/readable/custom-readable.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/sandstone/custom-sandstone.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/simplex/custom-simplex.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/slate/custom-slate.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/spacelab/custom-spacelab.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/superhero/custom-superhero.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/united/custom-united.min.css +0 -0
- /package/{css/themes/deprecated → deprecated/css/themes}/custom/yeti/custom-yeti.min.css +0 -0
- /package/{dist/components/css/deprecated → deprecated/dist/components/css}/checkbox-color.css +0 -0
- /package/{dist/components/css/deprecated → deprecated/dist/components/css}/color-default.css +0 -0
- /package/{dist/components/css/deprecated → deprecated/dist/components/css}/combobox-color.css +0 -0
- /package/{dist/components/css/deprecated → deprecated/dist/components/css}/multiselect-editor.css +0 -0
- /package/{dist/components/css/deprecated → deprecated/dist/components/css}/option-color.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/cerulean/custom-cerulean.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/cosmo/custom-cosmo.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/cyborg/custom-cyborg.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/darkly/custom-darkly.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/flatly/custom-flatly.min.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/_media-print.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/alert.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/animations.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/badge.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/basics.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/blockquote.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/breadcrumb.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/btn.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/carousel.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/close.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/col.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/collapse.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/container.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/dropdown.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/embed-responsive.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/fade.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/figure_img.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/form-control.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/glyphicon.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/import_bootswatch.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/input-group.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/input.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/jumbotron.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/label.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/list-group.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/media.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/modal.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/nav.css +0 -0
- /package/{dist/css/themes/deprecated/custom/dsgov → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/navbar.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/pager.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/pagination.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/panel.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/popover.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/progress.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/table.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.3 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/text.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/thumbnail.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/tooltip.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/_bootswatch-v3.3.7}/visible.css +0 -0
- /package/{dist/css/themes/deprecated/custom → deprecated/dist/css/themes/custom/fuse}/_bootswatch-v3.3.7/well.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/alert.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/badge.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/blockquote.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/breadcrumb.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/btn.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.7 → deprecated/dist/css/themes/custom/fuse/components_css}/carousel.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/close.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/embed-responsive.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/form.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/glyphicon.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/hidden.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/import_components_css.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/list-group.css +0 -0
- /package/{dist/css/themes/deprecated/custom/_bootswatch-v3.3.6 → deprecated/dist/css/themes/custom/fuse/components_css}/media.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/modal.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/navbar.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/pager.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/pagination.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/panel.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/popover.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/progress.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/table.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/thumbnail.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/tooltip.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/type_bootstrap.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/visible.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/components_css/well.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/font/Inter-roman.var.woff2 +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/fuse/font/font.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/journal/custom-journal.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/lumen/custom-lumen.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-button.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-carousel.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-cron-calendar.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-cron-grid.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-enterprise.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-navbar.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/crn-scheduler.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/login.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/components_css/ui-notification.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/material/custom-material.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/navigator/custom-navigator.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/paper/custom-paper.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/readable/custom-readable.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/sandstone/custom-sandstone.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/simplex/custom-simplex.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/slate/custom-slate.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/spacelab/custom-spacelab.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/superhero/custom-superhero.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/united/custom-united.min.css +0 -0
- /package/{dist/css/themes/deprecated → deprecated/dist/css/themes}/custom/yeti/custom-yeti.min.css +0 -0
|
@@ -266,6 +266,7 @@
|
|
|
266
266
|
--colorNeutral210: #090909;
|
|
267
267
|
--colorNeutral220: #000000;
|
|
268
268
|
|
|
269
|
+
/* === Variables used exclusively in the color palette property === */
|
|
269
270
|
/* Components - Button */
|
|
270
271
|
--btnLink: var(--textColor40, #666666);
|
|
271
272
|
--btnDefault: var(--colorDefault40, #ffffff);
|
|
@@ -279,6 +280,29 @@
|
|
|
279
280
|
--btnRoyal: var(--colorRoyal40, #9c27b0);
|
|
280
281
|
--btnDark: var(--colorDark40, #444444);
|
|
281
282
|
|
|
283
|
+
--textColorDefault: var(--textColorDefault40, #ffffff);
|
|
284
|
+
--textColorPrimary: var(--textColorPrimary40, #ffffff);
|
|
285
|
+
--textColorSuccess: var(--textColorSuccess40, #ffffff);
|
|
286
|
+
--textColorCalm: var(--textColorCalm40, #ffffff);
|
|
287
|
+
--textColorWarning: var(--textColorWarning40, #ffffff);
|
|
288
|
+
--textColorDanger: var(--textColorDanger40, #ffffff);
|
|
289
|
+
--textColorLight: var(--textColorLight40, #000000);
|
|
290
|
+
--textColorStable: var(--textColorStable40, #444444);
|
|
291
|
+
--textColorRoyal: var(--textColorRoyal40, #ffffff);
|
|
292
|
+
--textColorDark: var(--textColorDark40, #ffffff);
|
|
293
|
+
|
|
294
|
+
--borderBtnLink: transparent;
|
|
295
|
+
--borderBtnDefault: var(--colorDefault50, #dfdfdf);
|
|
296
|
+
--borderBtnPrimary: transparent;
|
|
297
|
+
--borderBtnSuccess: transparent;
|
|
298
|
+
--borderBtnCalm: transparent;
|
|
299
|
+
--borderBtnWarning: transparent;
|
|
300
|
+
--borderBtnDanger: transparent;
|
|
301
|
+
--borderBtnLight: var(--colorLight50, #dfdfdf);
|
|
302
|
+
--borderBtnStable: transparent;
|
|
303
|
+
--borderBtnRoyal: transparent;
|
|
304
|
+
--borderBtnDark: transparent;
|
|
305
|
+
|
|
282
306
|
/* Components - Text color */
|
|
283
307
|
--colorDefault: var(--colorDefault50, #dfdfdf);
|
|
284
308
|
--colorPrimary: var(--colorPrimary40, #2196f3);
|
|
@@ -303,6 +327,17 @@
|
|
|
303
327
|
--checkboxRoyal: var(--colorRoyal40, #9c27b0);
|
|
304
328
|
--checkboxDark: var(--colorDark40, #444444);
|
|
305
329
|
|
|
330
|
+
--borderCheckboxDefault: var(--colorDefault50, #dfdfdf);
|
|
331
|
+
--borderCheckboxPrimary: var(--colorPrimary40, #2196f3);
|
|
332
|
+
--borderCheckboxSuccess: var(--colorSuccess40, #4caf50);
|
|
333
|
+
--borderCheckboxCalm: var(--colorCalm40, #9c27b0);
|
|
334
|
+
--borderCheckboxWarning: var(--colorWarning40, #ff9800);
|
|
335
|
+
--borderCheckboxDanger: var(--colorDanger40, #e51c23);
|
|
336
|
+
--borderCheckboxLight: var(--colorLight50, #dfdfdf);
|
|
337
|
+
--borderCheckboxStable: var(--colorStable50, #d9d9d9);
|
|
338
|
+
--borderCheckboxRoyal: var(--colorRoyal40, #9c27b0);
|
|
339
|
+
--borderCheckboxDark: var(--colorDark40, #444444);
|
|
340
|
+
|
|
306
341
|
/* Components - Combobox */
|
|
307
342
|
--comboboxDefault: var(--colorDefault50, #dfdfdf);
|
|
308
343
|
--comboboxPrimary: var(--colorPrimary40, #2196f3);
|
|
@@ -315,6 +350,17 @@
|
|
|
315
350
|
--comboboxRoyal: var(--colorRoyal40, #9c27b0);
|
|
316
351
|
--comboboxDark: var(--colorDark40, #444444);
|
|
317
352
|
|
|
353
|
+
--borderComboboxDefault: var(--colorDefault50, #dfdfdf);
|
|
354
|
+
--borderComboboxPrimary: var(--colorPrimary40, #2196f3);
|
|
355
|
+
--borderComboboxSuccess: var(--colorSuccess40, #4caf50);
|
|
356
|
+
--borderComboboxCalm: var(--colorCalm40, #9c27b0);
|
|
357
|
+
--borderComboboxWarning: var(--colorWarning40, #ff9800);
|
|
358
|
+
--borderComboboxDanger: var(--colorDanger40, #e51c23);
|
|
359
|
+
--borderComboboxLight: var(--colorLight40, #ffffff);
|
|
360
|
+
--borderComboboxStable: var(--colorStable40, #f8f8f8);
|
|
361
|
+
--borderComboboxRoyal: var(--colorRoyal40, #9c27b0);
|
|
362
|
+
--borderComboboxDark: var(--colorDark40, #444444);
|
|
363
|
+
|
|
318
364
|
/* Components - Radio input */
|
|
319
365
|
--optionDefault: var(--colorDefault50, #dfdfdf);
|
|
320
366
|
--optionPrimary: var(--colorPrimary40, #2196f3);
|
|
@@ -327,6 +373,17 @@
|
|
|
327
373
|
--optionRoyal: var(--colorRoyal40, #9c27b0);
|
|
328
374
|
--optionDark: var(--colorDark40, #444444);
|
|
329
375
|
|
|
376
|
+
--borderOptionDefault: var(--colorDefault50, #dfdfdf);
|
|
377
|
+
--borderOptionPrimary: var(--colorPrimary40, #2196f3);
|
|
378
|
+
--borderOptionSuccess: var(--colorSuccess40, #4caf50);
|
|
379
|
+
--borderOptionCalm: var(--colorCalm40, #9c27b0);
|
|
380
|
+
--borderOptionWarning: var(--colorWarning40, #ff9800);
|
|
381
|
+
--borderOptionDanger: var(--colorDanger40, #e51c23);
|
|
382
|
+
--borderOptionLight: var(--colorLight50, #dfdfdf);
|
|
383
|
+
--borderOptionStable: var(--colorStable50, #d9d9d9);
|
|
384
|
+
--borderOptionRoyal: var(--colorRoyal40, #9c27b0);
|
|
385
|
+
--borderOptionDark: var(--colorDark40, #444444);
|
|
386
|
+
|
|
330
387
|
/* Components - Panel */
|
|
331
388
|
--panelDefault: var(--colorPrimary40, #2196f3);
|
|
332
389
|
--panelPrimary: var(--colorDefault50, #dfdfdf);
|
|
@@ -338,6 +395,19 @@
|
|
|
338
395
|
--panelStable: var(--colorStable50, #d9d9d9);
|
|
339
396
|
--panelRoyal: var(--colorRoyal40, #9c27b0);
|
|
340
397
|
--panelDark: var(--colorDark40, #444444);
|
|
398
|
+
|
|
399
|
+
--borderPanelDefault: transparent;
|
|
400
|
+
--borderPanelPrimary: var(--colorDefault50, #dfdfdf);
|
|
401
|
+
--borderPanelSuccess: var(--colorSuccess40, #4caf50);
|
|
402
|
+
--borderPanelCalm: var(--colorCalm40, #9c27b0);
|
|
403
|
+
--borderPanelWarning: var(--colorWarning40, #ff9800);
|
|
404
|
+
--borderPanelDanger: var(--colorDanger40, #e51c23);
|
|
405
|
+
--borderPanelLight: var(--colorLight50, #dfdfdf);
|
|
406
|
+
--borderPanelStable: var(--colorStable50, #d9d9d9);
|
|
407
|
+
--borderPanelRoyal: var(--colorRoyal40, #9c27b0);
|
|
408
|
+
--borderPanelDark: var(--colorDark40, #444444);
|
|
409
|
+
|
|
410
|
+
/* === End - Variables used exclusively in the color palette property === */
|
|
341
411
|
}
|
|
342
412
|
|
|
343
413
|
h1,
|
|
@@ -587,20 +657,32 @@ a:hover {
|
|
|
587
657
|
/* Page login */
|
|
588
658
|
.bg,
|
|
589
659
|
.siginPanel,
|
|
590
|
-
.bg-login #container-second,
|
|
591
660
|
.login-view {
|
|
592
661
|
background: var(--backgroundLogin40, #ffffff);
|
|
593
662
|
}
|
|
594
663
|
|
|
595
|
-
.bg-login #container-second
|
|
596
|
-
|
|
597
|
-
color: var(--textColorPrimary40, #ffffff);
|
|
664
|
+
.bg-login #container-second {
|
|
665
|
+
background: linear-gradient(-140deg, var(--colorPrimary20, #afcdf9), var(--colorPrimary30, #7fb4f6), var(--colorPrimary40, #2196f3), var(--colorPrimary50, #1d83d5), var(--colorPrimary60, #186eb2));
|
|
598
666
|
}
|
|
599
667
|
|
|
600
|
-
#
|
|
601
|
-
|
|
602
|
-
|
|
668
|
+
.bg-login #container-first {
|
|
669
|
+
background: transparent;
|
|
670
|
+
border-style: solid;
|
|
671
|
+
border-width: 1px 0 1px 1px;
|
|
672
|
+
border-color: var(--colorStable40, #f8f8f8);
|
|
673
|
+
}
|
|
674
|
+
|
|
675
|
+
.bg-login2 #container-first {
|
|
676
|
+
border-width: 0;
|
|
677
|
+
}
|
|
678
|
+
|
|
679
|
+
.bg-login #container-first #crn-botao-signup {
|
|
603
680
|
color: var(--textColor40, #666666);
|
|
681
|
+
font-size: var(--textSmallSize, 14px);
|
|
682
|
+
}
|
|
683
|
+
|
|
684
|
+
.bg-login #container-first #crn-botao-signup:hover {
|
|
685
|
+
color: var(--textColor5, #595959)
|
|
604
686
|
}
|
|
605
687
|
|
|
606
688
|
.bg-login #container-first .btn-login-mutual,
|
|
@@ -622,6 +704,11 @@ a:hover {
|
|
|
622
704
|
outline: none;
|
|
623
705
|
}
|
|
624
706
|
|
|
707
|
+
.bg-login #container-second h1,
|
|
708
|
+
.bg-login #container-first h1 {
|
|
709
|
+
font-size: var(--textExtraBigSize, 45px);
|
|
710
|
+
}
|
|
711
|
+
|
|
625
712
|
/* Banner */
|
|
626
713
|
.jumbotron {
|
|
627
714
|
background: var(--backgroundColor50, #dfdfdf);
|
|
@@ -991,19 +1078,6 @@ td.k-state-focused.k-state-selected,
|
|
|
991
1078
|
outline: none;
|
|
992
1079
|
}
|
|
993
1080
|
|
|
994
|
-
.k-edit-form-container .k-edit-buttons .k-primary {
|
|
995
|
-
background: var(--colorSuccess40, #4caf50);
|
|
996
|
-
border-color: transparent;
|
|
997
|
-
color: var(--textColorSuccess40, #ffffff);
|
|
998
|
-
}
|
|
999
|
-
|
|
1000
|
-
.k-edit-form-container .k-edit-buttons .k-primary:hover {
|
|
1001
|
-
color: var(--textColorSuccess40, #ffffff);
|
|
1002
|
-
background: var(--colorSuccess50, #439946);
|
|
1003
|
-
border-color: transparent;
|
|
1004
|
-
outline: none;
|
|
1005
|
-
}
|
|
1006
|
-
|
|
1007
1081
|
.k-scheduler-navigation .k-link {
|
|
1008
1082
|
background: var(--backgroundColor40, #ffffff);
|
|
1009
1083
|
color: var(--colorPrimary40, #2196f3);
|
|
@@ -1078,7 +1152,7 @@ td.k-state-focused.k-state-selected,
|
|
|
1078
1152
|
.k-listview>.k-state-focused.k-state-selected,
|
|
1079
1153
|
.k-state-selected td.k-state-focused,
|
|
1080
1154
|
td.k-state-focused.k-state-selected {
|
|
1081
|
-
box-shadow: inset 0 0 10px 3px var(--
|
|
1155
|
+
box-shadow: inset 0 0 10px 3px var(--colorPrimary30, #7fb4f6);
|
|
1082
1156
|
color: var(--textColor40, #333333);
|
|
1083
1157
|
background: transparent;
|
|
1084
1158
|
}
|
|
@@ -1096,19 +1170,6 @@ td.k-state-focused {
|
|
|
1096
1170
|
background: transparent;
|
|
1097
1171
|
}
|
|
1098
1172
|
|
|
1099
|
-
.k-edit-form-container .k-edit-buttons .k-scheduler-cancel {
|
|
1100
|
-
background: var(--colorDanger40, #e51c23);
|
|
1101
|
-
border-color: transparent;
|
|
1102
|
-
color: var(--textColorDanger40, #ffffff);
|
|
1103
|
-
}
|
|
1104
|
-
|
|
1105
|
-
.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:hover {
|
|
1106
|
-
color: var(--textColorDanger40, #ffffff);
|
|
1107
|
-
background: var(--colorDanger50, #c9191f);
|
|
1108
|
-
border-color: transparent;
|
|
1109
|
-
outline: none;
|
|
1110
|
-
}
|
|
1111
|
-
|
|
1112
1173
|
.k-list .k-item.k-state-hover.k-state-selected,
|
|
1113
1174
|
.k-list .k-item:hover.k-state-selected,
|
|
1114
1175
|
.k-list-optionlabel:hover.k-state-selected {
|
|
@@ -1145,4 +1206,34 @@ td.k-state-focused {
|
|
|
1145
1206
|
|
|
1146
1207
|
.cronapp-icon.cronapp-success .cronapp-success-fix {
|
|
1147
1208
|
left: 2em;
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
|
|
1212
|
+
/* Input with icon */
|
|
1213
|
+
.layout-template-modern {
|
|
1214
|
+
background: transparent;
|
|
1215
|
+
padding: 0;
|
|
1216
|
+
border: 0;
|
|
1217
|
+
border-bottom: 1px solid #cccccc;
|
|
1218
|
+
border-radius: 0;
|
|
1219
|
+
}
|
|
1220
|
+
|
|
1221
|
+
.layout-template-modern:focus-within {
|
|
1222
|
+
background: transparent;
|
|
1223
|
+
outline: 0;
|
|
1224
|
+
border-color: var(--colorPrimary40, #2196f3);
|
|
1225
|
+
box-shadow: none;
|
|
1226
|
+
}
|
|
1227
|
+
|
|
1228
|
+
.layout-template-modern input.k-textbox:hover,
|
|
1229
|
+
.layout-template-modern input.k-textbox {
|
|
1230
|
+
padding-left: 0;
|
|
1231
|
+
box-shadow: none;
|
|
1232
|
+
}
|
|
1233
|
+
|
|
1234
|
+
.layout-template-modern .k-button,
|
|
1235
|
+
.layout-template-modern .k-button:hover {
|
|
1236
|
+
border: 0;
|
|
1237
|
+
border-radius: 0;
|
|
1238
|
+
color: var(--colorPrimary40, #2196f3);box-shadow: none;
|
|
1148
1239
|
}
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu li a:hover span,
|
|
52
52
|
#main-nav-bar .navbar-default .container-fluid #navbar .navbar-nav li .dropdown-menu li a:hover,
|
|
53
53
|
#main-nav-bar .navbar-default .container-fluid #navbar2 .navbar-nav li .dropdown-menu li a:hover {
|
|
54
|
-
color: var(--
|
|
54
|
+
color: var(--textColor70, #383838);
|
|
55
55
|
background: var(--backgroundColor50, #dfdfdf);
|
|
56
56
|
}
|
|
57
57
|
|
|
@@ -267,78 +267,148 @@
|
|
|
267
267
|
--colorNeutral210: #090909;
|
|
268
268
|
--colorNeutral220: #000000;
|
|
269
269
|
|
|
270
|
+
/* === Variables used exclusively in the color palette property === */
|
|
270
271
|
/* Components - Button */
|
|
271
|
-
--btnLink: var(--colorPrimary40, #
|
|
272
|
-
--btnDefault: var(--colorDefault40, #
|
|
273
|
-
--btnPrimary: var(--colorPrimary40, #
|
|
274
|
-
--btnSuccess: var(--colorSuccess40, #
|
|
272
|
+
--btnLink: var(--colorPrimary40, #4582ec);
|
|
273
|
+
--btnDefault: var(--colorDefault40, #ffffff);
|
|
274
|
+
--btnPrimary: var(--colorPrimary40, #4582ec);
|
|
275
|
+
--btnSuccess: var(--colorSuccess40, #3fad46);
|
|
275
276
|
--btnCalm: var(--colorCalm40, #11c1f3);
|
|
276
|
-
--btnWarning: var(--colorWarning40, #
|
|
277
|
-
--btnDanger: var(--colorDanger40, #
|
|
278
|
-
--btnLight: var(--colorLight40, #
|
|
279
|
-
--btnStable: var(--colorStable40, #
|
|
280
|
-
--btnRoyal: var(--colorRoyal40, #
|
|
277
|
+
--btnWarning: var(--colorWarning40, #f0ad4e);
|
|
278
|
+
--btnDanger: var(--colorDanger40, #d9534f);
|
|
279
|
+
--btnLight: var(--colorLight40, #ffffff);
|
|
280
|
+
--btnStable: var(--colorStable40, #f8f8f8);
|
|
281
|
+
--btnRoyal: var(--colorRoyal40, #886aea);
|
|
281
282
|
--btnDark: var(--colorDark40, #444444);
|
|
282
283
|
|
|
284
|
+
--textColorDefault: var(--textColorDefault40, #ffffff);
|
|
285
|
+
--textColorPrimary: var(--textColorPrimary40, #ffffff);
|
|
286
|
+
--textColorSuccess: var(--textColorSuccess40, #ffffff);
|
|
287
|
+
--textColorCalm: var(--textColorCalm40, #ffffff);
|
|
288
|
+
--textColorWarning: var(--textColorWarning40, #ffffff);
|
|
289
|
+
--textColorDanger: var(--textColorDanger40, #ffffff);
|
|
290
|
+
--textColorLight: var(--textColorLight40, #000000);
|
|
291
|
+
--textColorStable: var(--textColorStable40, #444444);
|
|
292
|
+
--textColorRoyal: var(--textColorRoyal40, #ffffff);
|
|
293
|
+
--textColorDark: var(--textColorDark40, #ffffff);
|
|
294
|
+
|
|
295
|
+
--borderBtnLink: transparent;
|
|
296
|
+
--borderBtnDefault: var(--colorDefault50, #dfdfdf);
|
|
297
|
+
--borderBtnPrimary: transparent;
|
|
298
|
+
--borderBtnSuccess: transparent;
|
|
299
|
+
--borderBtnCalm: transparent;
|
|
300
|
+
--borderBtnWarning: transparent;
|
|
301
|
+
--borderBtnDanger: transparent;
|
|
302
|
+
--borderBtnLight: var(--colorLight50, #dfdfdf);
|
|
303
|
+
--borderBtnStable: transparent;
|
|
304
|
+
--borderBtnRoyal: transparent;
|
|
305
|
+
--borderBtnDark: transparent;
|
|
306
|
+
|
|
283
307
|
/* Components - Text color */
|
|
284
|
-
--colorDefault: var(--colorDefault50, #
|
|
285
|
-
--colorPrimary: var(--colorPrimary40, #
|
|
286
|
-
--colorSuccess: var(--colorSuccess40, #
|
|
287
|
-
--colorCalm: var(--colorCalm40, #
|
|
308
|
+
--colorDefault: var(--colorDefault50, #dfdfdf);
|
|
309
|
+
--colorPrimary: var(--colorPrimary40, #4582ec);
|
|
310
|
+
--colorSuccess: var(--colorSuccess40, #3fad46);
|
|
311
|
+
--colorCalm: var(--colorCalm40, #11c1f3);
|
|
288
312
|
--colorWarning: var(--colorWarning40, #f0ad4e);
|
|
289
|
-
--colorDanger: var(--colorDanger40, #
|
|
290
|
-
--colorLight: var(--colorLight50, #
|
|
291
|
-
--colorStable: var(--colorStable50, #
|
|
313
|
+
--colorDanger: var(--colorDanger40, #d9534f);
|
|
314
|
+
--colorLight: var(--colorLight50, #dfdfdf);
|
|
315
|
+
--colorStable: var(--colorStable50, #d9d9d9);
|
|
292
316
|
--colorRoyal: var(--colorRoyal40, #886aea);
|
|
293
317
|
--colorDark: var(--colorDark40, #444444);
|
|
294
318
|
|
|
295
319
|
/* Components - Checkbox */
|
|
296
|
-
--checkboxDefault: var(--colorDefault50, #
|
|
297
|
-
--checkboxPrimary: var(--colorPrimary40, #
|
|
298
|
-
--checkboxSuccess: var(--colorSuccess40, #
|
|
320
|
+
--checkboxDefault: var(--colorDefault50, #dfdfdf);
|
|
321
|
+
--checkboxPrimary: var(--colorPrimary40, #4582ec);
|
|
322
|
+
--checkboxSuccess: var(--colorSuccess40, #3fad46);
|
|
299
323
|
--checkboxCalm: var(--colorCalm40, #11c1f3);
|
|
300
324
|
--checkboxWarning: var(--colorWarning40, #f0ad4e);
|
|
301
|
-
--checkboxDanger: var(--colorDanger40, #
|
|
302
|
-
--checkboxLight: var(--colorLight50, #
|
|
303
|
-
--checkboxStable: var(--colorStable50, #
|
|
325
|
+
--checkboxDanger: var(--colorDanger40, #d9534f);
|
|
326
|
+
--checkboxLight: var(--colorLight50, #dfdfdf);
|
|
327
|
+
--checkboxStable: var(--colorStable50, #d9d9d9);
|
|
304
328
|
--checkboxRoyal: var(--colorRoyal40, #886aea);
|
|
305
329
|
--checkboxDark: var(--colorDark40, #444444);
|
|
306
330
|
|
|
331
|
+
--borderCheckboxDefault: var(--colorDefault50, #dfdfdf);
|
|
332
|
+
--borderCheckboxPrimary: var(--colorPrimary40, #4582ec);
|
|
333
|
+
--borderCheckboxSuccess: var(--colorSuccess40, #3fad46);
|
|
334
|
+
--borderCheckboxCalm: var(--colorCalm40, #11c1f3);
|
|
335
|
+
--borderCheckboxWarning: var(--colorWarning40, #f0ad4e);
|
|
336
|
+
--borderCheckboxDanger: var(--colorDanger40, #d9534f);
|
|
337
|
+
--borderCheckboxLight: var(--colorLight50, #dfdfdf);
|
|
338
|
+
--borderCheckboxStable: var(--colorStable50, #d9d9d9);
|
|
339
|
+
--borderCheckboxRoyal: var(--colorRoyal40, #886aea);
|
|
340
|
+
--borderCheckboxDark: var(--colorDark40, #444444);
|
|
341
|
+
|
|
307
342
|
/* Components - Combobox */
|
|
308
|
-
--comboboxDefault: var(--colorDefault40, #
|
|
309
|
-
--comboboxPrimary: var(--colorPrimary40, #
|
|
310
|
-
--comboboxSuccess: var(--colorSuccess40, #
|
|
343
|
+
--comboboxDefault: var(--colorDefault40, #ffffff);
|
|
344
|
+
--comboboxPrimary: var(--colorPrimary40, #4582ec);
|
|
345
|
+
--comboboxSuccess: var(--colorSuccess40, #3fad46);
|
|
311
346
|
--comboboxCalm: var(--colorCalm40, #11c1f3);
|
|
312
347
|
--comboboxWarning: var(--colorWarning40, #f0ad4e);
|
|
313
|
-
--comboboxDanger: var(--colorDanger40, #
|
|
314
|
-
--comboboxLight: var(--colorLight40, #
|
|
315
|
-
--comboboxStable: var(--colorStable40, #
|
|
348
|
+
--comboboxDanger: var(--colorDanger40, #d9534f);
|
|
349
|
+
--comboboxLight: var(--colorLight40, #ffffff);
|
|
350
|
+
--comboboxStable: var(--colorStable40, #f8f8f8);
|
|
316
351
|
--comboboxRoyal: var(--colorRoyal40, #886aea);
|
|
317
352
|
--comboboxDark: var(--colorDark40, #444444);
|
|
318
353
|
|
|
354
|
+
--borderComboboxDefault: var(--colorDefault40, #ffffff);
|
|
355
|
+
--borderComboboxPrimary: var(--colorPrimary40, #4582ec);
|
|
356
|
+
--borderComboboxSuccess: var(--colorSuccess40, #3fad46);
|
|
357
|
+
--borderComboboxCalm: var(--colorCalm40, #11c1f3);
|
|
358
|
+
--borderComboboxWarning: var(--colorWarning40, #f0ad4e);
|
|
359
|
+
--borderComboboxDanger: var(--colorDanger40, #d9534f);
|
|
360
|
+
--borderComboboxLight: var(--colorLight40, #ffffff);
|
|
361
|
+
--borderComboboxStable: var(--colorStable40, #f8f8f8);
|
|
362
|
+
--borderComboboxRoyal: var(--colorRoyal40, #886aea);
|
|
363
|
+
--borderComboboxDark: var(--colorDark40, #444444);
|
|
364
|
+
|
|
319
365
|
/* Components - Radio input */
|
|
320
|
-
--optionDefault: var(--colorDefault50, #
|
|
321
|
-
--optionPrimary: var(--colorPrimary40, #
|
|
322
|
-
--optionSuccess: var(--colorSuccess40, #
|
|
366
|
+
--optionDefault: var(--colorDefault50, #dfdfdf);
|
|
367
|
+
--optionPrimary: var(--colorPrimary40, #4582ec);
|
|
368
|
+
--optionSuccess: var(--colorSuccess40, #3fad46);
|
|
323
369
|
--optionCalm: var(--colorCalm40, #11c1f3);
|
|
324
370
|
--optionWarning: var(--colorWarning40, #f0ad4e);
|
|
325
|
-
--optionDanger: var(--colorDanger40, #
|
|
326
|
-
--optionLight: var(--colorLight50, #
|
|
327
|
-
--optionStable: var(--colorStable50, #
|
|
371
|
+
--optionDanger: var(--colorDanger40, #d9534f);
|
|
372
|
+
--optionLight: var(--colorLight50, #dfdfdf);
|
|
373
|
+
--optionStable: var(--colorStable50, #d9d9d9);
|
|
328
374
|
--optionRoyal: var(--colorRoyal40, #886aea);
|
|
329
375
|
--optionDark: var(--colorDark40, #444444);
|
|
330
376
|
|
|
377
|
+
--borderOptionDefault: var(--colorDefault50, #dfdfdf);
|
|
378
|
+
--borderOptionPrimary: var(--colorPrimary40, #4582ec);
|
|
379
|
+
--borderOptionSuccess: var(--colorSuccess40, #3fad46);
|
|
380
|
+
--borderOptionCalm: var(--colorCalm40, #11c1f3);
|
|
381
|
+
--borderOptionWarning: var(--colorWarning40, #f0ad4e);
|
|
382
|
+
--borderOptionDanger: var(--colorDanger40, #d9534f);
|
|
383
|
+
--borderOptionLight: var(--colorLight50, #dfdfdf);
|
|
384
|
+
--borderOptionStable: var(--colorStable50, #d9d9d9);
|
|
385
|
+
--borderOptionRoyal: var(--colorRoyal40, #886aea);
|
|
386
|
+
--borderOptionDark: var(--colorDark40, #444444);
|
|
387
|
+
|
|
331
388
|
/* Components - Panel */
|
|
332
|
-
--panelDefault: var(--colorDefault50, #
|
|
333
|
-
--panelPrimary: var(--colorDefault50, #
|
|
334
|
-
--panelSuccess: var(--colorSuccess50, #
|
|
335
|
-
--panelCalm: var(--colorCalm50, #
|
|
336
|
-
--panelWarning: var(--colorWarning50, #
|
|
337
|
-
--panelDanger: var(--colorDanger50, #
|
|
338
|
-
--panelLight: var(--colorLight50, #
|
|
339
|
-
--panelStable: var(--colorStable50, #
|
|
340
|
-
--panelRoyal: var(--colorRoyal40, #
|
|
389
|
+
--panelDefault: var(--colorDefault50, #dfdfdf);
|
|
390
|
+
--panelPrimary: var(--colorDefault50, #dfdfdf);
|
|
391
|
+
--panelSuccess: var(--colorSuccess50, #37973d);
|
|
392
|
+
--panelCalm: var(--colorCalm50, #0fa9d5);
|
|
393
|
+
--panelWarning: var(--colorWarning50, #d29744);
|
|
394
|
+
--panelDanger: var(--colorDanger50, #be4945);
|
|
395
|
+
--panelLight: var(--colorLight50, #dfdfdf);
|
|
396
|
+
--panelStable: var(--colorStable50, #d9d9d9);
|
|
397
|
+
--panelRoyal: var(--colorRoyal40, #886aea);
|
|
341
398
|
--panelDark: var(--colorDark40, #444444);
|
|
399
|
+
|
|
400
|
+
--borderPanelDefault: var(--colorDefault60, #bbbbbb);
|
|
401
|
+
--borderPanelPrimary: var(--colorPrimary60, #335fad);
|
|
402
|
+
--borderPanelSuccess: var(--colorSuccess60, #2e7f33);
|
|
403
|
+
--borderPanelCalm: var(--colorCalm60, #0c8db2);
|
|
404
|
+
--borderPanelWarning: var(--colorWarning60, #b07f39);
|
|
405
|
+
--borderPanelDanger: var(--colorDanger60, #9f3d3a);
|
|
406
|
+
--borderPanelLight: var(--colorLight60, #bbbbbb);
|
|
407
|
+
--borderPanelStable: var(--colorStable50, #d9d9d9);
|
|
408
|
+
--borderPanelRoyal: var(--colorRoyal40, #886aea);
|
|
409
|
+
--borderPanelDark: var(--colorDark40, #444444);
|
|
410
|
+
|
|
411
|
+
/* === End - Variables used exclusively in the color palette property === */
|
|
342
412
|
}
|
|
343
413
|
|
|
344
414
|
.color-default {
|
|
@@ -567,22 +637,33 @@ label.form-group,
|
|
|
567
637
|
/* Page login */
|
|
568
638
|
.bg,
|
|
569
639
|
.siginPanel,
|
|
570
|
-
.bg-login #container-second,
|
|
571
640
|
.login-view {
|
|
572
641
|
background: var(--backgroundLogin40, #ffffff);
|
|
573
642
|
}
|
|
574
643
|
|
|
575
|
-
.bg-login #container-second
|
|
576
|
-
|
|
577
|
-
|
|
644
|
+
.bg-login #container-second {
|
|
645
|
+
background: linear-gradient(-140deg, var(--colorPrimary20, #b5c6f5), var(--colorPrimary30, #89a8f1), var(--colorPrimary40, #4582ec), var(--colorPrimary50, #3c72cf), var(--colorPrimary60, #335fad));
|
|
646
|
+
}
|
|
647
|
+
|
|
648
|
+
.bg-login #container-first {
|
|
649
|
+
background: transparent;
|
|
650
|
+
border-style: solid;
|
|
651
|
+
border-width: 1px 0 1px 1px;
|
|
652
|
+
border-color: var(--colorDefault50, #dfdfdf);
|
|
578
653
|
}
|
|
579
654
|
|
|
580
|
-
#
|
|
581
|
-
|
|
582
|
-
|
|
655
|
+
.bg-login2 #container-first {
|
|
656
|
+
border-width: 0;
|
|
657
|
+
}
|
|
658
|
+
|
|
659
|
+
.bg-login #container-first #crn-botao-signup {
|
|
583
660
|
color: var(--textColor40, #333333);
|
|
584
661
|
}
|
|
585
662
|
|
|
663
|
+
.bg-login #container-first #crn-botao-signup:hover {
|
|
664
|
+
color: var(--textColor50, #2d2d2d)
|
|
665
|
+
}
|
|
666
|
+
|
|
586
667
|
.bg-login #container-first .btn-login-mutual,
|
|
587
668
|
.bg-login #container-first .btn-login,
|
|
588
669
|
.login-view .crn-button-signup-register,
|
|
@@ -817,6 +898,8 @@ div[data-component="crn-textinputbutton"] div[data-component="crn-button"] butto
|
|
|
817
898
|
color: var(--colorPrimary40, #4582ec);
|
|
818
899
|
}
|
|
819
900
|
|
|
901
|
+
.bootstrap-datetimepicker-widget table td.active,
|
|
902
|
+
.bootstrap-datetimepicker-widget table td.active:hover ,
|
|
820
903
|
cron-calendar.k-calendar .k-footer,
|
|
821
904
|
cron-calendar.k-calendar .k-header,
|
|
822
905
|
.k-calendar .k-footer .k-nav-today {
|
|
@@ -924,19 +1007,6 @@ td.k-state-focused.k-state-selected,
|
|
|
924
1007
|
outline: none;
|
|
925
1008
|
}
|
|
926
1009
|
|
|
927
|
-
.k-edit-form-container .k-edit-buttons .k-primary {
|
|
928
|
-
background: var(--colorSuccess40, #3fad46);
|
|
929
|
-
border-color: transparent;
|
|
930
|
-
color: var(--textColorSuccess40, #ffffff);
|
|
931
|
-
}
|
|
932
|
-
|
|
933
|
-
.k-edit-form-container .k-edit-buttons .k-primary:hover {
|
|
934
|
-
color: var(--textColorSuccess40, #ffffff);
|
|
935
|
-
background: var(--colorSuccess50, #37973d);
|
|
936
|
-
border-color: transparent;
|
|
937
|
-
outline: none;
|
|
938
|
-
}
|
|
939
|
-
|
|
940
1010
|
.k-scheduler-navigation .k-link {
|
|
941
1011
|
background: var(--backgroundColor40, #ffffff);
|
|
942
1012
|
color: var(--colorPrimary40, #4582ec);
|
|
@@ -991,7 +1061,7 @@ td.k-state-focused.k-state-selected,
|
|
|
991
1061
|
.k-listview>.k-state-focused.k-state-selected,
|
|
992
1062
|
.k-state-selected td.k-state-focused,
|
|
993
1063
|
td.k-state-focused.k-state-selected {
|
|
994
|
-
box-shadow: inset 0 0 10px 3px var(--
|
|
1064
|
+
box-shadow: inset 0 0 10px 3px var(--colorPrimary30, #89a8f1);
|
|
995
1065
|
color: var(--textColor40, #333333);
|
|
996
1066
|
background: transparent;
|
|
997
1067
|
}
|
|
@@ -1009,22 +1079,36 @@ td.k-state-focused {
|
|
|
1009
1079
|
background: transparent;
|
|
1010
1080
|
}
|
|
1011
1081
|
|
|
1012
|
-
.k-edit-form-container .k-edit-buttons .k-scheduler-cancel {
|
|
1013
|
-
background: var(--colorDanger40, #d9534f);
|
|
1014
|
-
border-color: transparent;
|
|
1015
|
-
color: var(--textColorDanger40, #ffffff);
|
|
1016
|
-
}
|
|
1017
|
-
|
|
1018
|
-
.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:hover {
|
|
1019
|
-
color: var(--textColorDanger40, #ffffff);
|
|
1020
|
-
background: var(--colorDanger50, #be4945);
|
|
1021
|
-
border-color: transparent;
|
|
1022
|
-
outline: none;
|
|
1023
|
-
}
|
|
1024
|
-
|
|
1025
1082
|
.k-list .k-item.k-state-hover.k-state-selected,
|
|
1026
1083
|
.k-list .k-item:hover.k-state-selected,
|
|
1027
1084
|
.k-list-optionlabel:hover.k-state-selected {
|
|
1028
1085
|
color: var(--colorDefault40, #ffffff);
|
|
1029
1086
|
background: transparent;
|
|
1087
|
+
}
|
|
1088
|
+
|
|
1089
|
+
/* Input with icon */
|
|
1090
|
+
.layout-template-modern {
|
|
1091
|
+
background: transparent;
|
|
1092
|
+
border-radius: var(--borderRadiusSmallest, 4px);
|
|
1093
|
+
padding: 0;
|
|
1094
|
+
border: 1px solid var(--backgroundColor50, #dfdfdf);
|
|
1095
|
+
}
|
|
1096
|
+
|
|
1097
|
+
.layout-template-modern:focus-within {
|
|
1098
|
+
background: transparent;
|
|
1099
|
+
outline: 0;
|
|
1100
|
+
border-color: var(--colorPrimary30,#89a8f1);
|
|
1101
|
+
box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px var(--colorPrimary30,#89a8f1);
|
|
1102
|
+
}
|
|
1103
|
+
|
|
1104
|
+
.layout-template-modern input.k-textbox:hover,
|
|
1105
|
+
.layout-template-modern input.k-textbox {
|
|
1106
|
+
padding-left: 0;
|
|
1107
|
+
box-shadow: none;
|
|
1108
|
+
}
|
|
1109
|
+
|
|
1110
|
+
.layout-template-modern .k-button,
|
|
1111
|
+
.layout-template-modern .k-button:hover {
|
|
1112
|
+
border: 0;
|
|
1113
|
+
color: var(--colorPrimary40, #4582ec);
|
|
1030
1114
|
}
|
|
@@ -11,24 +11,24 @@
|
|
|
11
11
|
|
|
12
12
|
/* Default */
|
|
13
13
|
.panel-default .panel-heading {
|
|
14
|
-
color: var(--
|
|
15
|
-
background: var(--
|
|
16
|
-
border-color: var(--
|
|
14
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
15
|
+
background: var(--colorPrimary50, #3c72cf);
|
|
16
|
+
border-color: var(--colorPrimary60, #335fad);
|
|
17
17
|
}
|
|
18
18
|
|
|
19
19
|
.panel-default {
|
|
20
|
-
border-color: var(--
|
|
20
|
+
border-color: var(--colorPrimary60, #335fad);
|
|
21
21
|
}
|
|
22
22
|
|
|
23
23
|
/* Primary */
|
|
24
24
|
.panel-primary>.panel-heading {
|
|
25
|
-
color: var(--
|
|
26
|
-
background: var(--
|
|
27
|
-
border-color: var(--
|
|
25
|
+
color: var(--textColor40, #333333);
|
|
26
|
+
background: var(--colorDefault50, #eae8e6);
|
|
27
|
+
border-color: var(--colorDefault60, #bbbbbb);
|
|
28
28
|
}
|
|
29
29
|
|
|
30
30
|
.panel-primary {
|
|
31
|
-
border-color: var(--
|
|
31
|
+
border-color: var(--colorDefault60, #bbbbbb);
|
|
32
32
|
}
|
|
33
33
|
|
|
34
34
|
/* Success */
|