cronapp-framework-js 2.9.2 → 2.9.3-SP.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/components/crn-anchor.components.json +30 -0
- package/components/crn-component.components.json +18 -3
- package/components/crn-dynamic-image.components.json +38 -2
- package/components/crn-enterprise-checkbox.components.json +2 -0
- 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/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 +2 -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/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 +38 -2
- 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 +223 -88
- 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
|
@@ -265,18 +265,42 @@
|
|
|
265
265
|
--colorNeutral210: #090909;
|
|
266
266
|
--colorNeutral220: #000000;
|
|
267
267
|
|
|
268
|
+
/* === Variables used exclusively in the color palette property === */
|
|
268
269
|
/* Components - Button */
|
|
269
|
-
--btnLink: var(--
|
|
270
|
-
--btnDefault: var(--colorDefault40, #3a3f44);
|
|
271
|
-
--btnPrimary: var(--
|
|
272
|
-
--btnSuccess: var(--colorSuccess40, #62c462);
|
|
273
|
-
--btnCalm: var(--colorCalm40, #5bc0de);
|
|
274
|
-
--btnWarning: var(--colorWarning40, #f89406);
|
|
275
|
-
--btnDanger: var(--colorDanger40, #ee5f5b);
|
|
276
|
-
--btnLight: var(--colorLight40, #e9ecef);
|
|
277
|
-
--btnStable: var(--colorStable40, #f8f8f8);
|
|
278
|
-
--btnRoyal: var(--colorRoyal40, #886aea);
|
|
279
|
-
--btnDark: var(--colorDark40, #272b30);
|
|
270
|
+
--btnLink: var(--textColorDefault40, #ffffff);
|
|
271
|
+
--btnDefault: linear-gradient(var(--colorDefault40, #3a3f44), var(--colorDefault40, #3a3f44) 60%, var(--colorDefault50, #33373c));
|
|
272
|
+
--btnPrimary: linear-gradient(var(--colorPrimary60, #595f64), var(--colorPrimary60, #595f64) 40%, var(--colorPrimary50, #6b7277));
|
|
273
|
+
--btnSuccess: linear-gradient(var(--colorSuccess40, #62c462), var(--colorSuccess40, #62c462) 60%, var(--colorSuccess50, #56ac56));
|
|
274
|
+
--btnCalm: linear-gradient(var(--colorCalm40, #5bc0de), var(--colorCalm40, #5bc0de) 60%, var(--colorCalm50, #50a8c2));
|
|
275
|
+
--btnWarning: linear-gradient(var(--colorWarning40, #f89406), var(--colorWarning40, #f89406) 60%, var(--colorWarning50, #d98205));
|
|
276
|
+
--btnDanger: linear-gradient(var(--colorDanger40, #ee5f5b), var(--colorDanger40, #ee5f5b) 60%, var(--colorDanger50, #d05350));
|
|
277
|
+
--btnLight: linear-gradient(var(--colorLight40, #e9ecef), var(--colorLight40, #e9ecef) 60%, var(--colorLight50, #cccfd1));
|
|
278
|
+
--btnStable: linear-gradient(var(--colorStable40, #f8f8f8), var(--colorStable40, #f8f8f8) 60%, var(--colorStable50, #d9d9d9));
|
|
279
|
+
--btnRoyal: linear-gradient(var(--colorRoyal40, #886aea), var(--colorRoyal40, #886aea) 60%, var(--colorRoyal50, #775dcd));
|
|
280
|
+
--btnDark: linear-gradient(var(--colorDark40, #272b30), var(--colorDark40, #272b30) 60%, var(--colorDark50, #22262a));
|
|
281
|
+
|
|
282
|
+
--textColorDefault: var(--textColorDefault40, #ffffff);
|
|
283
|
+
--textColorPrimary: var(--textColorPrimary40, #ffffff);
|
|
284
|
+
--textColorSuccess: var(--textColorSuccess40, #ffffff);
|
|
285
|
+
--textColorCalm: var(--textColorCalm40, #ffffff);
|
|
286
|
+
--textColorWarning: var(--textColorWarning40, #ffffff);
|
|
287
|
+
--textColorDanger: var(--textColorDanger40, #ffffff);
|
|
288
|
+
--textColorLight: var(--textColorLight40, #000000);
|
|
289
|
+
--textColorStable: var(--textColorStable40, #444444);
|
|
290
|
+
--textColorRoyal: var(--textColorRoyal40, #ffffff);
|
|
291
|
+
--textColorDark: var(--textColorDark40, #ffffff);
|
|
292
|
+
|
|
293
|
+
--borderBtnLink: transparent;
|
|
294
|
+
--borderBtnDefault: var(--colorDefault70, #202325);
|
|
295
|
+
--borderBtnPrimary: var(--colorPrimary70, #43474a);
|
|
296
|
+
--borderBtnSuccess: var(--colorSuccess70, #366b36);
|
|
297
|
+
--borderBtnCalm: var(--colorCalm70, #32697a);
|
|
298
|
+
--borderBtnWarning: var(--colorWarning70, #885103);
|
|
299
|
+
--borderBtnDanger: var(--colorDanger70, #823432);
|
|
300
|
+
--borderBtnLight: var(--colorLight70, #808183);
|
|
301
|
+
--borderBtnStable: var(--colorStable70, #888888);
|
|
302
|
+
--borderBtnRoyal: var(--colorRoyal70, #4a3a80);
|
|
303
|
+
--borderBtnDark: var(--colorDark70, #15181a);
|
|
280
304
|
|
|
281
305
|
/* Components - Text color */
|
|
282
306
|
--colorDefault: var(--colorDefault30, #858789);
|
|
@@ -302,6 +326,17 @@
|
|
|
302
326
|
--checkboxRoyal: var(--colorRoyal40, #886aea);
|
|
303
327
|
--checkboxDark: var(--colorDark30, #808182);
|
|
304
328
|
|
|
329
|
+
--borderCheckboxDefault: var(--colorDefault30, #858789);
|
|
330
|
+
--borderCheckboxPrimary: var(--colorPrimary40, #7a8288);
|
|
331
|
+
--borderCheckboxSuccess: var(--colorSuccess40, #62c462);
|
|
332
|
+
--borderCheckboxCalm: var(--colorCalm40, #5bc0de);
|
|
333
|
+
--borderCheckboxWarning: var(--colorWarning40, #f89406);
|
|
334
|
+
--borderCheckboxDanger: var(--colorDanger40, #ee5f5b);
|
|
335
|
+
--borderCheckboxLight: var(--colorLight40, #e9ecef);
|
|
336
|
+
--borderCheckboxStable: var(--colorStable40, #f8f8f8);
|
|
337
|
+
--borderCheckboxRoyal: var(--colorRoyal40, #886aea);
|
|
338
|
+
--borderCheckboxDark: var(--colorDark30, #808182);
|
|
339
|
+
|
|
305
340
|
/* Components - Combobox */
|
|
306
341
|
--comboboxDefault: var(--colorDefault40, #3a3f44);
|
|
307
342
|
--comboboxPrimary: var(--colorPrimary40, #7a8288);
|
|
@@ -314,6 +349,17 @@
|
|
|
314
349
|
--comboboxRoyal: var(--colorRoyal40, #886aea);
|
|
315
350
|
--comboboxDark: var(--colorDark40, #272b30);
|
|
316
351
|
|
|
352
|
+
--borderComboboxDefault: var(--colorDefault50, #33373c);
|
|
353
|
+
--borderComboboxPrimary: var(--colorPrimary50, #6b7277);
|
|
354
|
+
--borderComboboxSuccess: var(--colorSuccess50, #56ac56);
|
|
355
|
+
--borderComboboxCalm: var(--colorCalm50, #50a8c2);
|
|
356
|
+
--borderComboboxWarning: var(--colorWarning50, #d98205);
|
|
357
|
+
--borderComboboxDanger: var(--colorDanger50, #d05350);
|
|
358
|
+
--borderComboboxLight: var(--colorLight50, #cccfd1);
|
|
359
|
+
--borderComboboxStable: var(--colorStable50, #d9d9d9);
|
|
360
|
+
--borderComboboxRoyal: var(--colorRoyal50, #775dcd);
|
|
361
|
+
--borderComboboxDark: var(--colorDark50, #22262a);
|
|
362
|
+
|
|
317
363
|
/* Components - Radio input */
|
|
318
364
|
--optionDefault: var(--colorDefault30, #858789);
|
|
319
365
|
--optionPrimary: var(--colorPrimary40, #7a8288);
|
|
@@ -326,6 +372,17 @@
|
|
|
326
372
|
--optionRoyal: var(--colorRoyal40, #886aea);
|
|
327
373
|
--optionDark: var(--colorDark30, #808182);
|
|
328
374
|
|
|
375
|
+
--borderOptionDefault: var(--colorDefault30, #858789);
|
|
376
|
+
--borderOptionPrimary: var(--colorPrimary40, #7a8288);
|
|
377
|
+
--borderOptionSuccess: var(--colorSuccess40, #62c462);
|
|
378
|
+
--borderOptionCalm: var(--colorCalm40, #5bc0de);
|
|
379
|
+
--borderOptionWarning: var(--colorWarning40, #f89406);
|
|
380
|
+
--borderOptionDanger: var(--colorDanger40, #ee5f5b);
|
|
381
|
+
--borderOptionLight: var(--colorLight40, #e9ecef);
|
|
382
|
+
--borderOptionStable: var(--colorStable40, #f8f8f8);
|
|
383
|
+
--borderOptionRoyal: var(--colorRoyal40, #886aea);
|
|
384
|
+
--borderOptionDark: var(--colorDark30, #808182);
|
|
385
|
+
|
|
329
386
|
/* Components - Panel */
|
|
330
387
|
--panelDefault: var(--colorPrimary40, #7a8288);
|
|
331
388
|
--panelPrimary: var(--colorDefault40, #3a3f44);
|
|
@@ -337,6 +394,20 @@
|
|
|
337
394
|
--panelStable: var(--colorStable40, #f8f8f8);
|
|
338
395
|
--panelRoyal: var(--colorRoyal40, #886aea);
|
|
339
396
|
--panelDark: var(--colorDark30, #808182);
|
|
397
|
+
|
|
398
|
+
--borderPanelLink: transparent;
|
|
399
|
+
--borderPanelDefault: transparent;
|
|
400
|
+
--borderPanelPrimary: transparent;
|
|
401
|
+
--borderPanelSuccess: transparent;
|
|
402
|
+
--borderPanelCalm: transparent;
|
|
403
|
+
--borderPanelWarning: transparent;
|
|
404
|
+
--borderPanelDanger: transparent;
|
|
405
|
+
--borderPanelLight: transparent;
|
|
406
|
+
--borderPanelStable: transparent;
|
|
407
|
+
--borderPanelRoyal: transparent;
|
|
408
|
+
--borderPanelDark: transparent;
|
|
409
|
+
|
|
410
|
+
/* === End - Variables used exclusively in the color palette property === */
|
|
340
411
|
}
|
|
341
412
|
|
|
342
413
|
.color-default {
|
|
@@ -427,17 +498,12 @@ a:hover {
|
|
|
427
498
|
/* Page login */
|
|
428
499
|
.bg,
|
|
429
500
|
.siginPanel,
|
|
430
|
-
.bg-login #container-second,
|
|
431
501
|
.login-view {
|
|
432
502
|
background: var(--backgroundLogin40, #ffffff);
|
|
433
503
|
}
|
|
434
504
|
|
|
435
|
-
.bg-login #container-
|
|
436
|
-
|
|
437
|
-
#crn-botao-cadastre,
|
|
438
|
-
.login-view .sign-up,
|
|
439
|
-
.crn-anchor-signup-back {
|
|
440
|
-
color: var(--textColor40, #555555);
|
|
505
|
+
.bg-login #container-first h1 {
|
|
506
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
441
507
|
}
|
|
442
508
|
|
|
443
509
|
.bg-login #container-first .btn-login-mutual,
|
|
@@ -459,10 +525,40 @@ a:hover {
|
|
|
459
525
|
color: var(--textColorPrimary40, #ffffff);
|
|
460
526
|
}
|
|
461
527
|
|
|
528
|
+
.bg-login #container-first .img-login[src="node_modules/cronapp-framework-js/img/cronapp-logo-login.png"],
|
|
462
529
|
.login-view img[src="node_modules/cronapp-framework-js/img/cronapp-logo-login.png"] {
|
|
463
530
|
filter: brightness(0) invert(1);
|
|
464
531
|
}
|
|
465
532
|
|
|
533
|
+
.bg-login #container-second {
|
|
534
|
+
background: linear-gradient(-140deg, var(--colorDefault20, #b3b4b5), var(--colorDefault30, #858789), var(--colorDefault40, #3a3f44), var(--colorDefault50, #33373c), var(--colorDefault60, #2a2e32));
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
.bg-login #container-first #crn-botao-signup {
|
|
538
|
+
color: var(--colorPrimary40, #7a8288);
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
.bg-login #container-first #crn-botao-signup:hover {
|
|
542
|
+
color: var(--colorPrimary50, #6b7277);
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
.bg-login #container-first {
|
|
546
|
+
background: var(--colorDefault50, #33373c);
|
|
547
|
+
border-style: solid;
|
|
548
|
+
border-width: 1px 0 1px 1px;
|
|
549
|
+
border-color: var(--colorDefault50, #33373c);
|
|
550
|
+
box-shadow: none;
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
#bg-signup1.bg-login1 #container-first {
|
|
554
|
+
box-shadow: none;
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
.bg-login2 #container-first {
|
|
558
|
+
border-width: 0;
|
|
559
|
+
background: transparent;
|
|
560
|
+
}
|
|
561
|
+
|
|
466
562
|
/* Input */
|
|
467
563
|
.k-autocomplete .k-input,
|
|
468
564
|
.k-multiselect-wrap,
|
|
@@ -661,20 +757,7 @@ a:hover {
|
|
|
661
757
|
.k-checkbox:hover+.k-checkbox-label:before,
|
|
662
758
|
.k-checkbox:checked+.k-checkbox-label:after,
|
|
663
759
|
.k-checkbox:indeterminate+.k-checkbox-label:after,
|
|
664
|
-
.k-checkbox-label:before
|
|
665
|
-
.checkbox-default .k-checkbox:checked+.k-checkbox-label:before,
|
|
666
|
-
.checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:before,
|
|
667
|
-
.checkbox-default .k-checkbox-label:hover:before,
|
|
668
|
-
.checkbox-default .k-checkbox:checked+.k-checkbox-label:hover:before,
|
|
669
|
-
.checkbox-default .k-checkbox:checked:hover+.k-checkbox-label:before,
|
|
670
|
-
.checkbox-default .k-checkbox:hover+.k-checkbox-label:before,
|
|
671
|
-
.checkbox-default .k-checkbox-label:active:before,
|
|
672
|
-
.checkbox-default .k-checkbox:active+.k-checkbox-label:before,
|
|
673
|
-
.checkbox-default .k-checkbox:focus+.k-checkbox-label:before,
|
|
674
|
-
.checkbox-default .k-checkbox:hover+.k-checkbox-label:before,
|
|
675
|
-
.checkbox-default .k-checkbox:checked+.k-checkbox-label:after,
|
|
676
|
-
.checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:after,
|
|
677
|
-
.checkbox-default .k-checkbox-label:before {
|
|
760
|
+
.k-checkbox-label:before {
|
|
678
761
|
border-color: var(--colorDefault30, #858789);
|
|
679
762
|
}
|
|
680
763
|
|
|
@@ -683,24 +766,14 @@ a:hover {
|
|
|
683
766
|
.k-checkbox:checked:hover+.k-checkbox-label:before,
|
|
684
767
|
.k-checkbox:hover+.k-checkbox-label:before,
|
|
685
768
|
.k-checkbox:focus+.k-checkbox-label:before,
|
|
686
|
-
.k-checkbox:hover+.k-checkbox-label:before
|
|
687
|
-
.checkbox-default .k-checkbox-label:hover:before,
|
|
688
|
-
.checkbox-default .k-checkbox:checked+.k-checkbox-label:hover:before,
|
|
689
|
-
.checkbox-default .k-checkbox:checked:hover+.k-checkbox-label:before,
|
|
690
|
-
.checkbox-default .k-checkbox:hover+.k-checkbox-label:before,
|
|
691
|
-
.checkbox-default .k-checkbox:focus+.k-checkbox-label:before,
|
|
692
|
-
.checkbox-default .k-checkbox:hover+.k-checkbox-label:before {
|
|
769
|
+
.k-checkbox:hover+.k-checkbox-label:before {
|
|
693
770
|
box-shadow: 0 0 5px 0 var(--colorDefault20, #b3b4b5);
|
|
694
771
|
}
|
|
695
772
|
|
|
696
773
|
.k-checkbox:checked+.k-checkbox-label:before,
|
|
697
774
|
.k-checkbox:indeterminate+.k-checkbox-label:before,
|
|
698
775
|
.k-checkbox:checked+.k-checkbox-label:after,
|
|
699
|
-
.k-checkbox:indeterminate+.k-checkbox-label:after
|
|
700
|
-
.checkbox-default .k-checkbox:checked+.k-checkbox-label:before,
|
|
701
|
-
.checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:before,
|
|
702
|
-
.checkbox-default .k-checkbox:checked+.k-checkbox-label:after,
|
|
703
|
-
.checkbox-default .k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
776
|
+
.k-checkbox:indeterminate+.k-checkbox-label:after {
|
|
704
777
|
background: var(--colorDefault30, #858789);
|
|
705
778
|
color: var(--textColorDefault40, #ffffff);
|
|
706
779
|
}
|
|
@@ -1065,8 +1138,6 @@ td.k-state-focused.k-state-selected {
|
|
|
1065
1138
|
color: var(--textColorPrimary40, #ffffff);
|
|
1066
1139
|
}
|
|
1067
1140
|
|
|
1068
|
-
.k-scheduler-edit-form .k-edit-field .k-button,
|
|
1069
|
-
.k-edit-form-container .k-edit-buttons .k-primary,
|
|
1070
1141
|
.k-scheduler .k-state-selected>.k-link,
|
|
1071
1142
|
.k-scheduler .k-scheduler-toolbar .k-state-selected,
|
|
1072
1143
|
.k-scheduler .k-today.k-state-selected,
|
|
@@ -1118,8 +1189,6 @@ td.k-state-focused.k-state-selected {
|
|
|
1118
1189
|
box-shadow: inset 0 0 10px 3px var(--colorDefault40, #3a3f44);
|
|
1119
1190
|
}
|
|
1120
1191
|
|
|
1121
|
-
.k-scheduler-edit-form .k-edit-field .k-button,
|
|
1122
|
-
.k-edit-form-container .k-edit-buttons .k-primary,
|
|
1123
1192
|
.k-scheduler .k-scheduler-toolbar .k-state-selected,
|
|
1124
1193
|
.k-scheduler .k-today.k-state-selected,
|
|
1125
1194
|
.k-scheduler-navigation .k-nav-prev .k-link,
|
|
@@ -1132,48 +1201,52 @@ td.k-state-focused.k-state-selected {
|
|
|
1132
1201
|
|
|
1133
1202
|
.k-scheduler-navigation .k-nav-prev .k-link:hover,
|
|
1134
1203
|
.k-scheduler div.k-scheduler-footer .k-link:hover,
|
|
1135
|
-
.k-scheduler div.k-scheduler-footer ul li:hover
|
|
1136
|
-
.k-scheduler-edit-form .k-edit-field .k-button:hover,
|
|
1137
|
-
.k-edit-form-container .k-edit-buttons .k-primary:hover {
|
|
1204
|
+
.k-scheduler div.k-scheduler-footer ul li:hover{
|
|
1138
1205
|
background: linear-gradient(var(--colorPrimary60, #595f64), var(--colorPrimary60, #595f64) 40%, var(--colorPrimary50, #6b7277));
|
|
1139
1206
|
box-shadow: none;
|
|
1140
1207
|
border-color: var(--colorPrimary40, #7a8288);
|
|
1141
1208
|
color: var(--textColorPrimary40, #ffffff);
|
|
1142
1209
|
}
|
|
1143
1210
|
|
|
1144
|
-
.k-
|
|
1145
|
-
|
|
1146
|
-
|
|
1147
|
-
|
|
1211
|
+
.k-scheduler-table .k-today,
|
|
1212
|
+
.k-today>.k-scheduler-datecolumn,
|
|
1213
|
+
.k-today>.k-scheduler-groupcolumn {
|
|
1214
|
+
background: var(--colorDefault50, #33373c);
|
|
1148
1215
|
}
|
|
1149
1216
|
|
|
1150
|
-
.k-
|
|
1151
|
-
background:
|
|
1152
|
-
|
|
1153
|
-
border-color: var(--colorDanger40, #ee5f5b);
|
|
1154
|
-
color: var(--textColorDanger40, #ffffff);
|
|
1217
|
+
.k-scheduler-monthview .k-scheduler-table .k-today {
|
|
1218
|
+
background: var(--colorPrimary40, #7a8288);
|
|
1219
|
+
color: var(--textColorPrimary40, #ffffff);
|
|
1155
1220
|
}
|
|
1156
1221
|
|
|
1157
|
-
.k-edit-form-container .k-edit-buttons
|
|
1158
|
-
|
|
1159
|
-
border-color: var(--
|
|
1160
|
-
color: var(--textColorSuccess40, #ffffff);
|
|
1222
|
+
.k-edit-form-container .k-edit-buttons,
|
|
1223
|
+
.k-window .k-window-titlebar.k-header {
|
|
1224
|
+
border-color: var(--backgroundColor70, #15181a);
|
|
1161
1225
|
}
|
|
1162
1226
|
|
|
1163
|
-
|
|
1164
|
-
|
|
1165
|
-
|
|
1166
|
-
border-
|
|
1167
|
-
|
|
1227
|
+
/* Input with icon */
|
|
1228
|
+
.layout-template-modern {
|
|
1229
|
+
background: var(--colorNeutral00, #ffffff);
|
|
1230
|
+
border-radius: var(--borderRadiusSmallest, 5px);
|
|
1231
|
+
padding: 0;
|
|
1232
|
+
border: 1px solid var(--backgroundColor50, #dddddd);
|
|
1168
1233
|
}
|
|
1169
1234
|
|
|
1170
|
-
.
|
|
1171
|
-
|
|
1172
|
-
|
|
1173
|
-
|
|
1235
|
+
.layout-template-modern:focus-within {
|
|
1236
|
+
background: var(--colorNeutral00, #ffffff);
|
|
1237
|
+
outline: 0;
|
|
1238
|
+
border-color: var(--colorCalm40, #5bc0de);
|
|
1239
|
+
box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px var(--colorCalm40, #5bc0de);
|
|
1174
1240
|
}
|
|
1175
1241
|
|
|
1176
|
-
.
|
|
1177
|
-
|
|
1178
|
-
|
|
1242
|
+
.layout-template-modern input.k-textbox:hover,
|
|
1243
|
+
.layout-template-modern input.k-textbox {
|
|
1244
|
+
padding-left: 0;
|
|
1245
|
+
box-shadow: none;
|
|
1246
|
+
}
|
|
1247
|
+
|
|
1248
|
+
div[data-component^='crn-textinputicon'] .layout-template-modern .k-button,
|
|
1249
|
+
div[data-component^='crn-textinputicon'] .layout-template-modern .k-button:hover {
|
|
1250
|
+
border: 0;
|
|
1251
|
+
color: var(--colorDefault40, #3b448e);
|
|
1179
1252
|
}
|
|
@@ -1,87 +1,85 @@
|
|
|
1
1
|
.panel {
|
|
2
2
|
background: var(--backgroundColor40, #ffffff);
|
|
3
3
|
box-shadow: none;
|
|
4
|
-
border: 1px solid
|
|
4
|
+
border: 1px solid #000;
|
|
5
5
|
}
|
|
6
6
|
|
|
7
|
-
.panel-heading
|
|
8
|
-
|
|
9
|
-
border: 0;
|
|
10
|
-
border-bottom: 1px solid;
|
|
7
|
+
.panel-heading {
|
|
8
|
+
border-bottom: 1px solid #000;
|
|
11
9
|
}
|
|
12
10
|
|
|
13
11
|
.panel-footer {
|
|
14
12
|
color: var(--textColorDefault40, #ffffff);
|
|
15
13
|
background: var(--colorDefault40, #3a3f44);
|
|
16
|
-
border-
|
|
14
|
+
border-top: 1px solid #000;
|
|
17
15
|
}
|
|
18
16
|
|
|
19
17
|
/* Default */
|
|
20
18
|
.panel-default .panel-heading {
|
|
21
19
|
color: var(--textColorPrimary40, #ffffff);
|
|
22
20
|
background: var(--colorPrimary40, #7a8288);
|
|
23
|
-
border-color:
|
|
21
|
+
border-color: #000;
|
|
24
22
|
}
|
|
25
23
|
|
|
26
24
|
/* Primary */
|
|
27
25
|
.panel-primary .panel-heading {
|
|
28
26
|
color: var(--textColorDefault40, #ffffff);
|
|
29
27
|
background: var(--colorDefault40, #3a3f44);
|
|
30
|
-
border-color:
|
|
28
|
+
border-color: #000;
|
|
31
29
|
}
|
|
32
30
|
|
|
33
31
|
/* Success */
|
|
34
32
|
.panel-success .panel-heading {
|
|
35
33
|
color: var(--textColorSuccess40, #ffffff);
|
|
36
34
|
background: var(--colorSuccess40, #73a839);
|
|
37
|
-
border-color:
|
|
35
|
+
border-color: #000;
|
|
38
36
|
}
|
|
39
37
|
|
|
40
38
|
/* Info */
|
|
41
39
|
.panel-info .panel-heading {
|
|
42
40
|
color: var(--textColorCalm40, #ffffff);
|
|
43
41
|
background: var(--colorCalm40, #5bc0de);
|
|
44
|
-
border-color:
|
|
42
|
+
border-color: #000;
|
|
45
43
|
}
|
|
46
44
|
|
|
47
45
|
/* Warning */
|
|
48
46
|
.panel-warning .panel-heading {
|
|
49
47
|
color: var(--textColorWarning40, #ffffff);
|
|
50
48
|
background: var(--colorWarning40, #f89406);
|
|
51
|
-
border-color:
|
|
49
|
+
border-color: #000;
|
|
52
50
|
}
|
|
53
51
|
|
|
54
52
|
/* Danger */
|
|
55
53
|
.panel-danger .panel-heading {
|
|
56
54
|
color: var(--textColorDanger40, #ffffff);
|
|
57
55
|
background: var(--colorDanger40, #ee5f5b);
|
|
58
|
-
border-color:
|
|
56
|
+
border-color: #000;
|
|
59
57
|
}
|
|
60
58
|
|
|
61
59
|
/* Light */
|
|
62
60
|
.panel-light .panel-heading {
|
|
63
61
|
color: var(--textColorLight40, #444444);
|
|
64
62
|
background: var(--colorLight40, #e9ecef);
|
|
65
|
-
border-color:
|
|
63
|
+
border-color: #000;
|
|
66
64
|
}
|
|
67
65
|
|
|
68
66
|
/* Stable */
|
|
69
|
-
.panel-stable>.panel-heading{
|
|
67
|
+
.panel-stable>.panel-heading {
|
|
70
68
|
color: var(--textColorStable40, #444444);
|
|
71
69
|
background: var(--colorStable40, #f8f8f8);
|
|
72
|
-
border-color:
|
|
70
|
+
border-color: #000;
|
|
73
71
|
}
|
|
74
72
|
|
|
75
73
|
/* Royal */
|
|
76
74
|
.panel-royal>.panel-heading {
|
|
77
75
|
color: var(--textColorRoyal40, #ffffff);
|
|
78
76
|
background: var(--colorRoyal40, #886aea);
|
|
79
|
-
border-color:
|
|
77
|
+
border-color: #000;
|
|
80
78
|
}
|
|
81
79
|
|
|
82
80
|
/* Dark */
|
|
83
81
|
.panel-dark>.panel-heading {
|
|
84
82
|
color: var(--textColorDark40, #ffffff);
|
|
85
83
|
background: var(--colorDark30, #272b30);
|
|
86
|
-
border-color:
|
|
84
|
+
border-color: #000;
|
|
87
85
|
}
|
|
@@ -1,3 +1,7 @@
|
|
|
1
|
+
.k-scheduler-edit-form .k-edit-field .k-button,
|
|
2
|
+
.k-edit-form-container .k-edit-buttons .k-primary,
|
|
3
|
+
.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone,
|
|
4
|
+
.k-edit-form-container .k-edit-buttons .k-scheduler-cancel,
|
|
1
5
|
.btn,
|
|
2
6
|
.k-button {
|
|
3
7
|
background: var(--colorDefault40, #474949);
|
|
@@ -48,6 +52,8 @@
|
|
|
48
52
|
}
|
|
49
53
|
|
|
50
54
|
/* Primary */
|
|
55
|
+
.k-scheduler-edit-form .k-edit-field .k-button,
|
|
56
|
+
.k-edit-form-container .k-edit-buttons .k-primary,
|
|
51
57
|
.k-button.k-primary,
|
|
52
58
|
.btn.btn-primary {
|
|
53
59
|
background: linear-gradient(var(--colorPrimary30, #899cb7), var(--colorPrimary40, #446e9b) 50%, var(--colorPrimary50, #3c6088));
|
|
@@ -55,6 +61,10 @@
|
|
|
55
61
|
color: var(--textColorPrimary40, #ffffff);
|
|
56
62
|
}
|
|
57
63
|
|
|
64
|
+
.k-scheduler-edit-form .k-edit-field .k-button:hover,
|
|
65
|
+
.k-edit-form-container .k-edit-buttons .k-primary:hover,
|
|
66
|
+
.k-scheduler-edit-form .k-edit-field .k-button:focus,
|
|
67
|
+
.k-edit-form-container .k-edit-buttons .k-primary:focus,
|
|
58
68
|
.k-button.k-primary:focus,
|
|
59
69
|
.k-button.k-primary:hover,
|
|
60
70
|
.btn.btn-primary:focus,
|
|
@@ -63,6 +73,8 @@
|
|
|
63
73
|
background: linear-gradient(var(--colorPrimary30, #899cb7), var(--colorPrimary50, #3c6088) 50%, var(--colorPrimary60, #325172));
|
|
64
74
|
}
|
|
65
75
|
|
|
76
|
+
.k-scheduler-edit-form .k-edit-field .k-button:active,
|
|
77
|
+
.k-edit-form-container .k-edit-buttons .k-primary:active,
|
|
66
78
|
.k-button.k-primary.active,
|
|
67
79
|
.k-button.k-primary:active,
|
|
68
80
|
.btn.btn-primary.active,
|
|
@@ -127,6 +139,8 @@
|
|
|
127
139
|
|
|
128
140
|
|
|
129
141
|
/* Danger */
|
|
142
|
+
.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone,
|
|
143
|
+
.k-edit-form-container .k-edit-buttons .k-scheduler-cancel,
|
|
130
144
|
.k-button.k-danger,
|
|
131
145
|
.btn.btn-danger {
|
|
132
146
|
background: linear-gradient(var(--colorDanger30, #da7b7b), var(--colorDanger40, #cd0200) 50%, var(--colorDanger50, #b30200));
|
|
@@ -134,6 +148,10 @@
|
|
|
134
148
|
color: var(--textColorDanger40, #ffffff);
|
|
135
149
|
}
|
|
136
150
|
|
|
151
|
+
.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone:hover,
|
|
152
|
+
.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:hover,
|
|
153
|
+
.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone:focus,
|
|
154
|
+
.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:focus,
|
|
137
155
|
.k-button.k-danger:focus,
|
|
138
156
|
.k-button.k-danger:hover,
|
|
139
157
|
.btn.btn-danger:focus,
|
|
@@ -142,6 +160,8 @@
|
|
|
142
160
|
background: linear-gradient(var(--colorDanger30, #da7b7b), var(--colorDanger50, #b30200) 50%, var(--colorDanger60, #960100));
|
|
143
161
|
}
|
|
144
162
|
|
|
163
|
+
.k-edit-form-container .k-edit-buttons .k-scheduler-canceltimezone:active,
|
|
164
|
+
.k-edit-form-container .k-edit-buttons .k-scheduler-cancel:active,
|
|
145
165
|
.k-button.k-danger.active,
|
|
146
166
|
.k-button.k-danger:active,
|
|
147
167
|
.btn.btn-danger.active,
|