@mediusinc/mng-commons 3.6.0 → 4.0.0-rc.1
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/README.md +6 -5
- package/esm2022/index.mjs +6 -3
- package/esm2022/lib/api/models/filter-param.model.mjs +1 -1
- package/esm2022/lib/api/models/index.mjs +1 -3
- package/esm2022/lib/api/models/query-param.model.mjs +1 -1
- package/esm2022/lib/api/models/query-result.model.mjs +12 -1
- package/esm2022/lib/api/services/api.abstract.service.mjs +2 -2
- package/esm2022/lib/api/services/get-all-api.abstract.service.mjs +1 -1
- package/esm2022/lib/api/utils/index.mjs +2 -2
- package/esm2022/lib/api/utils/object-serializer.util.mjs +53 -137
- package/esm2022/lib/components/action/action.component.mjs +17 -16
- package/esm2022/lib/components/action/editor/action-editor.component.mjs +12 -12
- package/esm2022/lib/components/action/localization/data-language-dropdown.component.mjs +7 -7
- package/esm2022/lib/components/action/models/action-component.model.mjs +1 -1
- package/esm2022/lib/components/action/models/action-confirmation-service.model.mjs +1 -1
- package/esm2022/lib/components/action/models/action-execution.model.mjs +5 -5
- package/esm2022/lib/components/action/route/action-route.component.mjs +6 -6
- package/esm2022/lib/components/form/autocomplete/autocomplete.component.mjs +74 -65
- package/esm2022/lib/components/form/date-range/date-range.component.mjs +6 -7
- package/esm2022/lib/components/form/dropdown/dropdown.component.mjs +39 -39
- package/esm2022/lib/components/form/editor/form-editor.component.mjs +14 -16
- package/esm2022/lib/components/form/formly/fields/formly-field-action/formly-field-action.component.mjs +6 -6
- package/esm2022/lib/components/form/formly/fields/formly-field-autocomplete/formly-field-autocomplete.component.mjs +5 -5
- package/esm2022/lib/components/form/formly/fields/formly-field-custom/formly-custom-field-base.model.mjs +3 -3
- package/esm2022/lib/components/form/formly/fields/formly-field-custom/formly-field-custom.component.mjs +3 -3
- package/esm2022/lib/components/form/formly/fields/formly-field-dropdown/formly-field-dropdown.component.mjs +5 -5
- package/esm2022/lib/components/form/formly/fields/formly-field-fieldset/formly-field-fieldset.component.mjs +5 -6
- package/esm2022/lib/components/form/formly/fields/formly-field-input/formly-field-input.component.mjs +10 -13
- package/esm2022/lib/components/form/formly/fields/formly-field-label/formly-field-label.component.mjs +3 -3
- package/esm2022/lib/components/form/formly/fields/formly-field-lookup-dialog/formly-field-lookup-dialog.component.mjs +13 -13
- package/esm2022/lib/components/form/formly/fields/formly-field-table-dialog-form/formly-field-table-dialog-form.component.mjs +26 -15
- package/esm2022/lib/components/form/formly/fields/formly-field-table-dialog-multiselect/formly-field-table-dialog-multiselect.component.mjs +14 -14
- package/esm2022/lib/components/form/formly/fields/formly-field-tabs/formly-field-tabs.component.mjs +5 -6
- package/esm2022/lib/components/form/formly/wrappers/formly-field-no-label-wrapper/formly-field-no-label-wrapper.component.mjs +5 -6
- package/esm2022/lib/components/form/formly/wrappers/formly-field-wrapper/formly-field-wrapper.component.mjs +39 -18
- package/esm2022/lib/components/layout/breadcrumb.component.mjs +4 -4
- package/esm2022/lib/components/layout/footer.component.mjs +4 -4
- package/esm2022/lib/components/layout/main-layout.component.mjs +8 -8
- package/esm2022/lib/components/layout/menu-item.component.mjs +8 -8
- package/esm2022/lib/components/layout/menu.component.mjs +7 -7
- package/esm2022/lib/components/layout/services/main-layout.component.service.mjs +4 -4
- package/esm2022/lib/components/layout/topbar-user.component.mjs +9 -9
- package/esm2022/lib/components/layout/topbar.component.mjs +8 -8
- package/esm2022/lib/components/layout/version.component.mjs +11 -11
- package/esm2022/lib/components/layoutV2/breadcrumb.component.mjs +6 -6
- package/esm2022/lib/components/layoutV2/footer.component.mjs +3 -3
- package/esm2022/lib/components/layoutV2/main-layout.component.mjs +14 -11
- package/esm2022/lib/components/layoutV2/menu-item.component.mjs +12 -9
- package/esm2022/lib/components/layoutV2/menu.component.mjs +5 -6
- package/esm2022/lib/components/layoutV2/model/layout-state.model.mjs +1 -1
- package/esm2022/lib/components/layoutV2/services/main-layout.component.service.mjs +30 -21
- package/esm2022/lib/components/layoutV2/services/menu.service.mjs +3 -3
- package/esm2022/lib/components/layoutV2/sidebar.component.mjs +18 -9
- package/esm2022/lib/components/layoutV2/topbar-user.component.mjs +6 -6
- package/esm2022/lib/components/layoutV2/topbar.component.mjs +6 -7
- package/esm2022/lib/components/layoutV2/version.component.mjs +11 -11
- package/esm2022/lib/components/pages/error/error.page.component.mjs +4 -4
- package/esm2022/lib/components/pages/not-found/not-found.page.component.mjs +4 -4
- package/esm2022/lib/components/tableview/index.mjs +1 -2
- package/esm2022/lib/components/tableview/models/table.event.mjs +1 -1
- package/esm2022/lib/components/tableview/route/tableview-route.abstract.component.mjs +18 -18
- package/esm2022/lib/components/tableview/route/tableview-route.component.mjs +5 -5
- package/esm2022/lib/components/tableview/table/column-filter-full/column-filter-full.component.mjs +8 -12
- package/esm2022/lib/components/tableview/table/column-value/column-value.component.mjs +9 -32
- package/esm2022/lib/components/tableview/table/table.component.mjs +20 -25
- package/esm2022/lib/components/tableview/tableview.component.mjs +8 -10
- package/esm2022/lib/data-providers/base.data-provider.mjs +43 -12
- package/esm2022/lib/data-providers/editor.data-provider.mjs +82 -14
- package/esm2022/lib/data-providers/lookup.data-provider.mjs +38 -9
- package/esm2022/lib/data-providers/table.data-provider.mjs +41 -14
- package/esm2022/lib/data-providers/tableview-crud.data-provider.mjs +14 -6
- package/esm2022/lib/data-providers/tableview.data-provider.mjs +89 -29
- package/esm2022/lib/descriptors/action/action-confirmation.descriptor.mjs +2 -2
- package/esm2022/lib/descriptors/action/action-editor.descriptor.mjs +262 -0
- package/esm2022/lib/descriptors/action/action-link.descriptor.mjs +90 -0
- package/esm2022/lib/descriptors/action/action.descriptor.mjs +91 -352
- package/esm2022/lib/descriptors/action/index.mjs +3 -1
- package/esm2022/lib/descriptors/editor/editor.descriptor.mjs +215 -102
- package/esm2022/lib/descriptors/editor/field-action.descriptor.mjs +50 -0
- package/esm2022/lib/descriptors/editor/field-base.descriptor.mjs +293 -0
- package/esm2022/lib/descriptors/editor/field-group.descriptor.mjs +97 -0
- package/esm2022/lib/descriptors/editor/field-lookup.descriptor.mjs +211 -0
- package/esm2022/lib/descriptors/editor/field-many.descriptor.mjs +153 -0
- package/esm2022/lib/descriptors/editor/field.descriptor.mjs +81 -852
- package/esm2022/lib/descriptors/editor/index.mjs +6 -1
- package/esm2022/lib/descriptors/editor/internal/editor-fields.model.mjs +2 -0
- package/esm2022/lib/descriptors/editor/internal/editor.model.mjs +2 -0
- package/esm2022/lib/descriptors/filter/filter-lookup.descriptor.mjs +210 -0
- package/esm2022/lib/descriptors/filter/filter.descriptor.mjs +2 -208
- package/esm2022/lib/descriptors/filter/index.mjs +2 -1
- package/esm2022/lib/descriptors/interfaces/lookup-descriptor.interface.mjs +1 -1
- package/esm2022/lib/descriptors/model/index.mjs +2 -0
- package/esm2022/lib/descriptors/model/model.descriptor.mjs +70 -0
- package/esm2022/lib/descriptors/table/column.descriptor.mjs +38 -49
- package/esm2022/lib/descriptors/table/internal/table-columns.model.mjs +2 -0
- package/esm2022/lib/descriptors/table/internal/table.model.mjs +2 -0
- package/esm2022/lib/descriptors/table/table.descriptor.mjs +143 -124
- package/esm2022/lib/descriptors/tableview/internal/tableview.model.mjs +2 -0
- package/esm2022/lib/descriptors/tableview/tableview.descriptor.mjs +240 -131
- package/esm2022/lib/directives/component.directive.mjs +11 -11
- package/esm2022/lib/directives/dialog-keydown-handler.directive.mjs +3 -3
- package/esm2022/lib/directives/template.directive.mjs +9 -9
- package/esm2022/lib/helpers/coercion.mjs +45 -0
- package/esm2022/lib/models/class.model.mjs +2 -0
- package/esm2022/lib/models/enum.model.mjs +1 -1
- package/esm2022/lib/models/index.mjs +4 -1
- package/esm2022/lib/models/radio.model.mjs +2 -0
- package/esm2022/lib/models/tableview-attr.model.mjs +1 -1
- package/esm2022/lib/models/type-registry.model.mjs +2 -0
- package/esm2022/lib/models/view-container.model.mjs +1 -1
- package/esm2022/lib/pipes/boolean.pipe.mjs +3 -3
- package/esm2022/lib/pipes/class-map.pipe.mjs +3 -3
- package/esm2022/lib/pipes/enum.pipe.mjs +6 -6
- package/esm2022/lib/pipes/enumerate-async.pipe.mjs +5 -5
- package/esm2022/lib/pipes/enumerate.pipe.mjs +5 -5
- package/esm2022/lib/pipes/getter.pipe.mjs +5 -5
- package/esm2022/lib/pipes/i18n-property.pipe.mjs +4 -4
- package/esm2022/lib/pipes/json-path.pipe.mjs +3 -3
- package/esm2022/lib/pipes/locale-default-row-class.pipe.mjs +5 -5
- package/esm2022/lib/pipes/parametrize.pipe.mjs +3 -3
- package/esm2022/lib/pipes/template.pipe.mjs +4 -4
- package/esm2022/lib/provide-commons.mjs +4 -4
- package/esm2022/lib/registry/type.registry.mjs +114 -0
- package/esm2022/lib/router/models/router.model.mjs +1 -1
- package/esm2022/lib/router/tableview-route-builder.mjs +5 -5
- package/esm2022/lib/security/authorization.service.mjs +9 -11
- package/esm2022/lib/services/action-executor.service.mjs +14 -12
- package/esm2022/lib/services/commons-init.service.mjs +3 -3
- package/esm2022/lib/services/commons.service.mjs +6 -5
- package/esm2022/lib/services/mng-localstorage-config.service.mjs +4 -4
- package/esm2022/lib/services/navigation.service.mjs +5 -5
- package/esm2022/lib/services/router.service.mjs +4 -4
- package/esm2022/lib/services/version.service.mjs +5 -5
- package/esm2022/lib/services/view-container.component.service.mjs +5 -5
- package/esm2022/lib/styles/styles.util.mjs +1 -1
- package/esm2022/lib/types/action-descriptor.types.mjs +2 -0
- package/esm2022/lib/types/data-provider.types.mjs +2 -0
- package/esm2022/lib/types/getter.type.mjs +2 -0
- package/esm2022/lib/types/index.mjs +5 -2
- package/esm2022/lib/types/localstorage-config-value.type.mjs +2 -0
- package/esm2022/lib/types/type.decorator.mjs +4 -14
- package/esm2022/lib/types/type.model.mjs +1 -1
- package/esm2022/lib/utils/action-data-provider.util.mjs +14 -8
- package/esm2022/lib/utils/decorator-metadata.util.mjs +61 -0
- package/esm2022/lib/utils/editor-formly.util.mjs +6 -5
- package/esm2022/lib/utils/enum.util.mjs +1 -1
- package/esm2022/lib/utils/export.util.mjs +5 -4
- package/esm2022/lib/utils/i18n.util.mjs +22 -22
- package/esm2022/lib/utils/index.mjs +2 -3
- package/esm2022/lib/utils/model.util.mjs +40 -36
- package/esm2022/lib/utils/notification.util.mjs +1 -1
- package/esm2022/lib/utils/tableview.util.mjs +17 -17
- package/fesm2022/mediusinc-mng-commons.mjs +11491 -11384
- package/fesm2022/mediusinc-mng-commons.mjs.map +1 -1
- package/index.d.ts +3 -2
- package/lib/api/models/filter-param.model.d.ts +3 -3
- package/lib/api/models/index.d.ts +0 -2
- package/lib/api/models/query-param.model.d.ts +3 -3
- package/lib/api/models/query-result.model.d.ts +3 -3
- package/lib/api/services/api.abstract.service.d.ts +1 -1
- package/lib/api/utils/index.d.ts +1 -1
- package/lib/api/utils/object-serializer.util.d.ts +3 -19
- package/lib/components/action/action.component.d.ts +5 -5
- package/lib/components/action/editor/action-editor.component.d.ts +7 -7
- package/lib/components/action/localization/data-language-dropdown.component.d.ts +6 -6
- package/lib/components/action/models/action-component.model.d.ts +4 -4
- package/lib/components/action/models/action-confirmation-service.model.d.ts +2 -2
- package/lib/components/action/models/action-execution.model.d.ts +14 -14
- package/lib/components/action/route/action-route.component.d.ts +2 -2
- package/lib/components/form/autocomplete/autocomplete.component.d.ts +15 -18
- package/lib/components/form/dropdown/dropdown.component.d.ts +9 -9
- package/lib/components/form/editor/form-editor.component.d.ts +8 -11
- package/lib/components/form/formly/fields/formly-field-input/formly-field-input.component.d.ts +4 -0
- package/lib/components/form/formly/fields/formly-field-table-dialog-form/formly-field-table-dialog-form.component.d.ts +4 -4
- package/lib/components/form/formly/wrappers/formly-field-wrapper/formly-field-wrapper.component.d.ts +3 -2
- package/lib/components/layout/topbar-user.component.d.ts +2 -2
- package/lib/components/layout/version.component.d.ts +2 -2
- package/lib/components/layoutV2/model/layout-state.model.d.ts +8 -9
- package/lib/components/layoutV2/services/main-layout.component.service.d.ts +1 -1
- package/lib/components/layoutV2/version.component.d.ts +2 -2
- package/lib/components/tableview/index.d.ts +0 -1
- package/lib/components/tableview/route/tableview-route.abstract.component.d.ts +20 -20
- package/lib/components/tableview/route/tableview-route.component.d.ts +7 -7
- package/lib/components/tableview/table/table.component.d.ts +9 -9
- package/lib/components/tableview/tableview.component.d.ts +8 -8
- package/lib/data-providers/base.data-provider.d.ts +30 -12
- package/lib/data-providers/editor.data-provider.d.ts +86 -23
- package/lib/data-providers/lookup.data-provider.d.ts +24 -11
- package/lib/data-providers/table.data-provider.d.ts +30 -17
- package/lib/data-providers/tableview-crud.data-provider.d.ts +8 -4
- package/lib/data-providers/tableview.data-provider.d.ts +41 -29
- package/lib/descriptors/action/action-confirmation.descriptor.d.ts +3 -3
- package/lib/descriptors/action/action-editor.descriptor.d.ts +115 -0
- package/lib/descriptors/action/action-link.descriptor.d.ts +34 -0
- package/lib/descriptors/action/action.descriptor.d.ts +74 -160
- package/lib/descriptors/action/index.d.ts +2 -0
- package/lib/descriptors/editor/editor.descriptor.d.ts +131 -79
- package/lib/descriptors/editor/field-action.descriptor.d.ts +23 -0
- package/lib/descriptors/editor/field-base.descriptor.d.ts +126 -0
- package/lib/descriptors/editor/field-group.descriptor.d.ts +42 -0
- package/lib/descriptors/editor/field-lookup.descriptor.d.ts +80 -0
- package/lib/descriptors/editor/field-many.descriptor.d.ts +63 -0
- package/lib/descriptors/editor/field.descriptor.d.ts +100 -326
- package/lib/descriptors/editor/index.d.ts +5 -0
- package/lib/descriptors/editor/internal/editor-fields.model.d.ts +32 -0
- package/lib/descriptors/editor/internal/editor.model.d.ts +15 -0
- package/lib/descriptors/filter/filter-lookup.descriptor.d.ts +69 -0
- package/lib/descriptors/filter/filter.descriptor.d.ts +9 -67
- package/lib/descriptors/filter/index.d.ts +1 -0
- package/lib/descriptors/interfaces/lookup-descriptor.interface.d.ts +11 -16
- package/lib/descriptors/model/model.descriptor.d.ts +22 -0
- package/lib/descriptors/table/column.descriptor.d.ts +45 -33
- package/lib/descriptors/table/internal/table-columns.model.d.ts +11 -0
- package/lib/descriptors/table/internal/table.model.d.ts +9 -0
- package/lib/descriptors/table/table.descriptor.d.ts +82 -71
- package/lib/descriptors/tableview/internal/tableview.model.d.ts +11 -0
- package/lib/descriptors/tableview/tableview.descriptor.d.ts +106 -74
- package/lib/directives/component.directive.d.ts +5 -6
- package/lib/directives/template.directive.d.ts +2 -3
- package/lib/helpers/coercion.d.ts +9 -0
- package/lib/models/class.model.d.ts +6 -0
- package/lib/models/enum.model.d.ts +3 -2
- package/lib/models/index.d.ts +3 -0
- package/lib/models/radio.model.d.ts +6 -0
- package/lib/models/tableview-attr.model.d.ts +2 -2
- package/lib/models/type-registry.model.d.ts +7 -0
- package/lib/models/view-container.model.d.ts +6 -6
- package/lib/pipes/getter.pipe.d.ts +2 -1
- package/lib/pipes/i18n-property.pipe.d.ts +1 -1
- package/lib/pipes/locale-default-row-class.pipe.d.ts +2 -2
- package/lib/registry/type.registry.d.ts +25 -0
- package/lib/router/models/router.model.d.ts +5 -5
- package/lib/router/tableview-route-builder.d.ts +6 -6
- package/lib/security/authorization.service.d.ts +4 -7
- package/lib/services/action-executor.service.d.ts +7 -7
- package/lib/services/mng-localstorage-config.service.d.ts +3 -3
- package/lib/services/view-container.component.service.d.ts +3 -3
- package/lib/styles/styles.util.d.ts +5 -5
- package/lib/types/action-descriptor.types.d.ts +4 -0
- package/lib/types/data-provider.types.d.ts +3 -0
- package/lib/types/getter.type.d.ts +2 -0
- package/lib/types/index.d.ts +4 -1
- package/lib/types/localstorage-config-value.type.d.ts +1 -0
- package/lib/types/type.decorator.d.ts +0 -2
- package/lib/types/type.model.d.ts +12 -2
- package/lib/utils/action-data-provider.util.d.ts +6 -5
- package/lib/utils/{type.util.d.ts → decorator-metadata.util.d.ts} +2 -26
- package/lib/utils/editor-formly.util.d.ts +2 -2
- package/lib/utils/enum.util.d.ts +2 -2
- package/lib/utils/export.util.d.ts +2 -2
- package/lib/utils/i18n.util.d.ts +10 -11
- package/lib/utils/index.d.ts +1 -2
- package/lib/utils/model.util.d.ts +5 -3
- package/lib/utils/notification.util.d.ts +4 -4
- package/lib/utils/tableview.util.d.ts +6 -6
- package/openapi/templates/model.mustache +15 -2
- package/openapi/templates/models.mustache +0 -44
- package/package.json +10 -10
- package/scss/mng-commons-dark-v2.scss +2 -2
- package/scss/mng-commons-light-v2.scss +1 -1
- package/scss/v2/theme/{theme-base/components/data → extensions}/_fullcalendar.scss +14 -15
- package/scss/v2/theme/theme-base/_colors.scss +11 -12
- package/scss/v2/theme/theme-base/_common.scss +8 -5
- package/scss/v2/theme/theme-base/_components.scss +93 -89
- package/scss/v2/theme/theme-base/_mixins.scss +205 -71
- package/scss/v2/theme/theme-base/components/button/_button.scss +80 -68
- package/scss/v2/theme/theme-base/components/button/_speeddial.scss +11 -1
- package/scss/v2/theme/theme-base/components/button/_splitbutton.scss +128 -161
- package/scss/v2/theme/theme-base/components/data/_carousel.scss +1 -1
- package/scss/v2/theme/theme-base/components/data/_datatable.scss +3 -3
- package/scss/v2/theme/theme-base/components/data/_dataview.scss +0 -9
- package/scss/v2/theme/theme-base/components/data/_filter.scss +5 -6
- package/scss/v2/theme/theme-base/components/data/_orderlist.scss +15 -4
- package/scss/v2/theme/theme-base/components/data/_organizationchart.scss +1 -1
- package/scss/v2/theme/theme-base/components/data/_picklist.scss +14 -3
- package/scss/v2/theme/theme-base/components/data/_timeline.scss +3 -6
- package/scss/v2/theme/theme-base/components/data/_tree.scss +7 -6
- package/scss/v2/theme/theme-base/components/data/_treetable.scss +3 -4
- package/scss/v2/theme/theme-base/components/file/_fileupload.scss +6 -0
- package/scss/v2/theme/theme-base/components/input/_autocomplete.scss +43 -24
- package/scss/v2/theme/theme-base/components/input/_calendar.scss +9 -5
- package/scss/v2/theme/theme-base/components/input/_cascadeselect.scss +25 -20
- package/scss/v2/theme/theme-base/components/input/_checkbox.scss +9 -5
- package/scss/v2/theme/theme-base/components/input/_chips.scss +24 -13
- package/scss/v2/theme/theme-base/components/input/_dropdown.scss +29 -13
- package/scss/v2/theme/theme-base/components/input/_editor.scss +7 -7
- package/scss/v2/theme/theme-base/components/input/_inputgroup.scss +1 -2
- package/scss/v2/theme/theme-base/components/input/_inputmask.scss +2 -2
- package/scss/v2/theme/theme-base/components/input/_inputnumber.scss +7 -7
- package/scss/v2/theme/theme-base/components/input/_inputswitch.scss +3 -3
- package/scss/v2/theme/theme-base/components/input/_inputtext.scss +4 -3
- package/scss/v2/theme/theme-base/components/input/_listbox.scss +23 -8
- package/scss/v2/theme/theme-base/components/input/_multiselect.scss +31 -27
- package/scss/v2/theme/theme-base/components/input/_radiobutton.scss +2 -2
- package/scss/v2/theme/theme-base/components/input/_rating.scss +33 -28
- package/scss/v2/theme/theme-base/components/input/_treeselect.scss +6 -6
- package/scss/v2/theme/theme-base/components/menu/_breadcrumb.scss +3 -3
- package/scss/v2/theme/theme-base/components/menu/_contextmenu.scss +8 -30
- package/scss/v2/theme/theme-base/components/menu/_dock.scss +11 -2
- package/scss/v2/theme/theme-base/components/menu/_megamenu.scss +14 -65
- package/scss/v2/theme/theme-base/components/menu/_menu.scss +5 -13
- package/scss/v2/theme/theme-base/components/menu/_menubar.scss +32 -80
- package/scss/v2/theme/theme-base/components/menu/_panelmenu.scss +52 -39
- package/scss/v2/theme/theme-base/components/menu/_slidemenu.scss +15 -20
- package/scss/v2/theme/theme-base/components/menu/_steps.scss +2 -2
- package/scss/v2/theme/theme-base/components/menu/_tabmenu.scss +1 -2
- package/scss/v2/theme/theme-base/components/menu/_tieredmenu.scss +10 -32
- package/scss/v2/theme/theme-base/components/messages/_message.scss +2 -2
- package/scss/v2/theme/theme-base/components/messages/_toast.scss +2 -3
- package/scss/v2/theme/theme-base/components/misc/_chip.scss +7 -3
- package/scss/v2/theme/theme-base/components/misc/_inplace.scss +0 -1
- package/scss/v2/theme/theme-base/components/misc/_terminal.scss +9 -8
- package/scss/v2/theme/theme-base/components/multimedia/_galleria.scss +6 -0
- package/scss/v2/theme/theme-base/components/overlay/_confirmpopup.scss +3 -5
- package/scss/v2/theme/theme-base/components/panel/_accordion.scss +4 -4
- package/scss/v2/theme/theme-base/components/panel/_fieldset.scss +1 -1
- package/scss/v2/theme/theme-base/components/panel/_panel.scss +10 -5
- package/scss/v2/theme/theme-base/components/panel/_tabview.scss +6 -2
- package/scss/v2/theme/theme-dark/_variables.scss +756 -765
- package/scss/v2/theme/theme-dark/blue/theme.scss +1 -0
- package/scss/v2/theme/theme-light/_variables.scss +81 -94
- package/scss/v2/theme/theme-light/blue/theme.scss +1 -0
- package/esm2022/lib/api/models/mappers.mjs +0 -13
- package/esm2022/lib/api/models/serialization.model.mjs +0 -2
- package/esm2022/lib/components/tableview/table/column-filter/column-filter.component.mjs +0 -121
- package/esm2022/lib/descriptors/index.mjs +0 -2
- package/esm2022/lib/descriptors/model.descriptor.mjs +0 -45
- package/esm2022/lib/mng-commons.module.mjs +0 -472
- package/esm2022/lib/types/mng-localstorage-config-value.type.mjs +0 -2
- package/esm2022/lib/utils/coercion.util.mjs +0 -6
- package/esm2022/lib/utils/type.util.mjs +0 -94
- package/lib/api/models/mappers.d.ts +0 -6
- package/lib/api/models/serialization.model.d.ts +0 -9
- package/lib/components/tableview/table/column-filter/column-filter.component.d.ts +0 -37
- package/lib/descriptors/model.descriptor.d.ts +0 -18
- package/lib/mng-commons.module.d.ts +0 -105
- package/lib/types/mng-localstorage-config-value.type.d.ts +0 -1
- package/lib/utils/coercion.util.d.ts +0 -2
- package/openapi/templates/serializer-registration/model.mustache +0 -97
- package/openapi/templates/serializer-registration/models.mustache +0 -6
- /package/lib/descriptors/{index.d.ts → model/index.d.ts} +0 -0
|
@@ -1,59 +1,71 @@
|
|
|
1
1
|
$colors: (
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
2
|
+
'blue': #2196f3,
|
|
3
|
+
'green': #4caf50,
|
|
4
|
+
'yellow': #fbc02d,
|
|
5
|
+
'cyan': #00bcd4,
|
|
6
|
+
'pink': #e91e63,
|
|
7
|
+
'indigo': #3f51b5,
|
|
8
|
+
'teal': #009688,
|
|
9
|
+
'orange': #f57c00,
|
|
10
|
+
'bluegray': #607d8b,
|
|
11
|
+
'purple': #9c27b0,
|
|
12
|
+
'red': #ff3d32,
|
|
13
|
+
'primary': $primaryColor
|
|
14
14
|
);
|
|
15
|
+
|
|
15
16
|
//shades
|
|
16
|
-
$shade000
|
|
17
|
-
$shade100
|
|
18
|
-
$shade200
|
|
19
|
-
$shade500:rgba(255, 255, 255, 0.05) !default; //Alpha-01
|
|
20
|
-
$shade600:rgba(255, 255, 255, 0.1) !default;
|
|
21
|
-
$shade700:rgba(255, 255, 255, 0.15) !default;
|
|
22
|
-
$shade800:rgba(255, 255, 255, 0.2) !default;
|
|
23
|
-
$shade900:rgba(255, 255, 255, 0.25) !default;
|
|
17
|
+
$shade000: #ffffff !default; //text color
|
|
18
|
+
$shade100: #c8ccd8 !default; //text secondary color
|
|
19
|
+
$shade200: #868c9b !default; //text third color
|
|
20
|
+
$shade500: rgba(255, 255, 255, 0.05) !default; //Alpha-01
|
|
21
|
+
$shade600: rgba(255, 255, 255, 0.1) !default; //Alpha-02
|
|
22
|
+
$shade700: rgba(255, 255, 255, 0.15) !default; //Alpha-03
|
|
23
|
+
$shade800: rgba(255, 255, 255, 0.2) !default; //Alpha-04
|
|
24
|
+
$shade900: rgba(255, 255, 255, 0.25) !default; //Alpha-05
|
|
24
25
|
|
|
25
26
|
$solidSurfaceColor: #0a061a !default;
|
|
26
|
-
|
|
27
|
-
$hoverBg:rgba(255,255,255,.03) !default;
|
|
27
|
+
$hoverBg: rgba(255, 255, 255, 0.03) !default;
|
|
28
28
|
|
|
29
29
|
//global
|
|
30
|
-
$fontFamily
|
|
31
|
-
$fontSize:1rem !default;
|
|
32
|
-
$fontWeight:normal !default;
|
|
33
|
-
$textColor
|
|
34
|
-
$textSecondaryColor
|
|
35
|
-
$borderRadius:6px !default;
|
|
36
|
-
$transitionDuration
|
|
37
|
-
$formElementTransition:
|
|
38
|
-
|
|
30
|
+
$fontFamily: 'Inter var', sans-serif !default;
|
|
31
|
+
$fontSize: 1rem !default;
|
|
32
|
+
$fontWeight: normal !default;
|
|
33
|
+
$textColor: $shade000 !default;
|
|
34
|
+
$textSecondaryColor: $shade100 !default;
|
|
35
|
+
$borderRadius: 6px !default;
|
|
36
|
+
$transitionDuration: 0.2s !default;
|
|
37
|
+
$formElementTransition:
|
|
38
|
+
background-color $transitionDuration,
|
|
39
|
+
color $transitionDuration,
|
|
40
|
+
border-color $transitionDuration,
|
|
41
|
+
box-shadow $transitionDuration !default;
|
|
42
|
+
$actionIconTransition:
|
|
43
|
+
background-color $transitionDuration,
|
|
44
|
+
color $transitionDuration,
|
|
45
|
+
box-shadow $transitionDuration !default;
|
|
39
46
|
$listItemTransition: box-shadow $transitionDuration !default;
|
|
40
|
-
$primeIconFontSize:1rem !default;
|
|
41
|
-
$divider:1px solid $shade500 !default;
|
|
42
|
-
$inlineSpacing
|
|
43
|
-
$disabledOpacity
|
|
44
|
-
$maskBg:rgba(0, 0, 0, 0.2) !default; //modal mask bg color
|
|
45
|
-
$loadingIconFontSize:2rem !default;
|
|
46
|
-
$errorColor
|
|
47
|
+
$primeIconFontSize: 1rem !default;
|
|
48
|
+
$divider: 1px solid $shade500 !default;
|
|
49
|
+
$inlineSpacing: 0.5rem !default; //spacing between inline elements
|
|
50
|
+
$disabledOpacity: 0.4 !default; //opacity of a disabled item
|
|
51
|
+
$maskBg: rgba(0, 0, 0, 0.2) !default; //modal mask bg color
|
|
52
|
+
$loadingIconFontSize: 2rem !default;
|
|
53
|
+
$errorColor: #fc6161 !default;
|
|
54
|
+
|
|
55
|
+
//selected state
|
|
56
|
+
$highlightBg: rgba($primaryColor, 0.16) !default;
|
|
57
|
+
$highlightTextColor: $primaryLightColor !default;
|
|
58
|
+
$highlightFocusBg: rgba($primaryColor, 0.24) !default;
|
|
47
59
|
|
|
48
60
|
//scale
|
|
49
|
-
$scaleSM:0.875 !default;
|
|
50
|
-
$scaleLG:1.25 !default;
|
|
61
|
+
$scaleSM: 0.875 !default;
|
|
62
|
+
$scaleLG: 1.25 !default;
|
|
51
63
|
|
|
52
64
|
//focus
|
|
53
|
-
$focusOutlineColor
|
|
54
|
-
$focusOutline:0 none !default;
|
|
55
|
-
$focusOutlineOffset:0 !default;
|
|
56
|
-
$focusShadow:0 none !default;
|
|
65
|
+
$focusOutlineColor: $primaryColor !default;
|
|
66
|
+
$focusOutline: 0 none !default;
|
|
67
|
+
$focusOutlineOffset: 0 !default;
|
|
68
|
+
$focusShadow: 0 none !default;
|
|
57
69
|
|
|
58
70
|
//action icons
|
|
59
71
|
$actionIconWidth: 2rem !default;
|
|
@@ -67,791 +79,762 @@ $actionIconHoverColor: $shade000 !default;
|
|
|
67
79
|
$actionIconBorderRadius: 50% !default;
|
|
68
80
|
|
|
69
81
|
//input field (e.g. inputtext, spinner, inputmask)
|
|
70
|
-
$inputPadding:0.429rem 0.571rem !default;
|
|
71
|
-
$inputTextFontSize:1rem !default;
|
|
72
|
-
$inputBg
|
|
73
|
-
$inputTextColor
|
|
74
|
-
$inputIconColor
|
|
75
|
-
$inputBorder:1px solid transparent !default;
|
|
76
|
-
$inputHoverBorderColor:transparent !default;
|
|
77
|
-
$inputFocusBorderColor
|
|
78
|
-
$inputErrorBorderColor
|
|
79
|
-
$inputPlaceholderTextColor
|
|
80
|
-
$inputFilledBg
|
|
81
|
-
$inputFilledHoverBg
|
|
82
|
-
$inputFilledFocusBg
|
|
82
|
+
$inputPadding: 0.429rem 0.571rem !default;
|
|
83
|
+
$inputTextFontSize: 1rem !default;
|
|
84
|
+
$inputBg: $shade500 !default;
|
|
85
|
+
$inputTextColor: $shade000 !default;
|
|
86
|
+
$inputIconColor: $shade100 !default;
|
|
87
|
+
$inputBorder: 1px solid transparent !default;
|
|
88
|
+
$inputHoverBorderColor: transparent !default;
|
|
89
|
+
$inputFocusBorderColor: $primaryColor !default;
|
|
90
|
+
$inputErrorBorderColor: $errorColor !default;
|
|
91
|
+
$inputPlaceholderTextColor: $shade200 !default;
|
|
92
|
+
$inputFilledBg: $shade500 !default;
|
|
93
|
+
$inputFilledHoverBg: $inputFilledBg !default;
|
|
94
|
+
$inputFilledFocusBg: $inputFilledBg !default;
|
|
83
95
|
|
|
84
96
|
//input groups
|
|
85
|
-
$inputGroupBg
|
|
86
|
-
$inputGroupTextColor
|
|
87
|
-
$inputGroupAddOnMinWidth:2.357rem !default;
|
|
97
|
+
$inputGroupBg: $shade800 !default;
|
|
98
|
+
$inputGroupTextColor: $shade100 !default;
|
|
99
|
+
$inputGroupAddOnMinWidth: 2.357rem !default;
|
|
88
100
|
|
|
89
101
|
//input lists (e.g. dropdown, autocomplete, multiselect, orderlist)
|
|
90
|
-
$inputListBg
|
|
91
|
-
$inputListTextColor
|
|
92
|
-
$inputListBorder
|
|
93
|
-
$inputListPadding:0.286rem !default;
|
|
94
|
-
$inputListItemPadding:0.429rem 0.286rem !default;
|
|
95
|
-
$inputListItemBg:transparent !default;
|
|
96
|
-
$inputListItemTextColor
|
|
97
|
-
$inputListItemHoverBg
|
|
98
|
-
$inputListItemTextHoverColor
|
|
99
|
-
$
|
|
100
|
-
$
|
|
101
|
-
$
|
|
102
|
-
$
|
|
103
|
-
$
|
|
104
|
-
$
|
|
105
|
-
$
|
|
106
|
-
$
|
|
107
|
-
$
|
|
102
|
+
$inputListBg: $shade500 !default;
|
|
103
|
+
$inputListTextColor: $shade000 !default;
|
|
104
|
+
$inputListBorder: $inputBorder !default;
|
|
105
|
+
$inputListPadding: 0.286rem !default;
|
|
106
|
+
$inputListItemPadding: 0.429rem 0.286rem !default;
|
|
107
|
+
$inputListItemBg: transparent !default;
|
|
108
|
+
$inputListItemTextColor: $shade000 !default;
|
|
109
|
+
$inputListItemHoverBg: $shade500 !default;
|
|
110
|
+
$inputListItemTextHoverColor: $shade000 !default;
|
|
111
|
+
$inputListItemFocusBg: $shade600 !default;
|
|
112
|
+
$inputListItemTextFocusColor: $shade000 !default;
|
|
113
|
+
$inputListItemBorder: 0 none !default;
|
|
114
|
+
$inputListItemBorderRadius: 4px !default;
|
|
115
|
+
$inputListItemMargin: 0 !default;
|
|
116
|
+
$inputListItemFocusShadow: 0 none !default;
|
|
117
|
+
$inputListHeaderPadding: 0.429rem 0.286rem !default;
|
|
118
|
+
$inputListHeaderMargin: 0 !default;
|
|
119
|
+
$inputListHeaderBg: $shade500 !default;
|
|
120
|
+
$inputListHeaderTextColor: $shade000 !default;
|
|
121
|
+
$inputListHeaderBorder: 0 none !default;
|
|
108
122
|
|
|
109
123
|
//inputs with overlays (e.g. autocomplete, dropdown, multiselect)
|
|
110
|
-
$inputOverlayBg
|
|
111
|
-
$inputOverlayHeaderBg
|
|
112
|
-
$inputOverlayBorder:0 none !default;
|
|
113
|
-
$inputOverlayShadow:
|
|
124
|
+
$inputOverlayBg: $solidSurfaceColor !default;
|
|
125
|
+
$inputOverlayHeaderBg: $inputListHeaderBg !default;
|
|
126
|
+
$inputOverlayBorder: 0 none !default;
|
|
127
|
+
$inputOverlayShadow:
|
|
128
|
+
0 2px 4px -1px rgba(0, 0, 0, 0.2),
|
|
129
|
+
0 4px 5px 0 rgba(0, 0, 0, 0.14),
|
|
130
|
+
0 1px 10px 0 rgba(0, 0, 0, 0.12) !default;
|
|
114
131
|
|
|
115
132
|
//password
|
|
116
|
-
$passwordPanelBg
|
|
117
|
-
$passwordMeterBg
|
|
118
|
-
$passwordWeakBg
|
|
119
|
-
$passwordMediumBg
|
|
120
|
-
$passwordStrongBg
|
|
133
|
+
$passwordPanelBg: $solidSurfaceColor !default;
|
|
134
|
+
$passwordMeterBg: $shade600 !default;
|
|
135
|
+
$passwordWeakBg: #eb9a9c !default;
|
|
136
|
+
$passwordMediumBg: #ffcf91 !default;
|
|
137
|
+
$passwordStrongBg: #93deac !default;
|
|
121
138
|
|
|
122
139
|
//button
|
|
123
|
-
$buttonPadding:0.429rem 0.571rem !default;
|
|
124
|
-
$buttonIconOnlyWidth:2.286rem !default;
|
|
125
|
-
$buttonIconOnlyPadding:0.429rem 0 !default;
|
|
126
|
-
$buttonBg
|
|
127
|
-
$buttonTextColor
|
|
128
|
-
$buttonBorder:1px solid $primaryColor !default;
|
|
129
|
-
$buttonHoverBg
|
|
130
|
-
$buttonTextHoverColor
|
|
131
|
-
$buttonHoverBorderColor
|
|
132
|
-
$buttonActiveBg
|
|
133
|
-
$buttonTextActiveColor
|
|
134
|
-
$buttonActiveBorderColor
|
|
135
|
-
$
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
$roundedButtonBorderRadius:2rem !default;
|
|
140
|
-
|
|
141
|
-
$textButtonHoverBgOpacity
|
|
142
|
-
$textButtonActiveBgOpacity
|
|
143
|
-
$outlinedButtonBorder:1px solid !default;
|
|
144
|
-
$plainButtonTextColor
|
|
145
|
-
$plainButtonHoverBgColor
|
|
146
|
-
$plainButtonActiveBgColor:rgba(255,255,255
|
|
147
|
-
|
|
148
|
-
$secondaryButtonBg
|
|
149
|
-
$secondaryButtonTextColor
|
|
150
|
-
$secondaryButtonBorder:1px solid transparent !default;
|
|
151
|
-
$secondaryButtonHoverBg
|
|
152
|
-
$secondaryButtonTextHoverColor
|
|
153
|
-
$secondaryButtonHoverBorderColor:transparent !default;
|
|
154
|
-
$secondaryButtonActiveBg
|
|
155
|
-
$secondaryButtonTextActiveColor
|
|
156
|
-
$secondaryButtonActiveBorderColor:transparent !default;
|
|
157
|
-
$secondaryButtonShadow:none !default;
|
|
158
|
-
$secondaryButtonFocusShadow:none !default;
|
|
159
|
-
|
|
160
|
-
$infoButtonBg
|
|
161
|
-
$infoButtonTextColor
|
|
162
|
-
$infoButtonBorder:1px solid transparent !default;
|
|
163
|
-
$infoButtonHoverBg
|
|
164
|
-
$infoButtonTextHoverColor
|
|
165
|
-
$infoButtonHoverBorderColor:transparent !default;
|
|
166
|
-
$infoButtonActiveBg
|
|
167
|
-
$infoButtonTextActiveColor
|
|
168
|
-
$infoButtonActiveBorderColor:transparent !default;
|
|
169
|
-
$infoButtonShadow:0px 0px 10px rgba(135, 62, 254, 0.3) !default;
|
|
170
|
-
$infoButtonFocusShadow:none !default;
|
|
171
|
-
|
|
172
|
-
$successButtonBg
|
|
173
|
-
$successButtonTextColor
|
|
174
|
-
$successButtonBorder:1px solid transparent !default;
|
|
175
|
-
$successButtonHoverBg
|
|
176
|
-
$successButtonTextHoverColor
|
|
177
|
-
$successButtonHoverBorderColor:transparent !default;
|
|
178
|
-
$successButtonActiveBg
|
|
179
|
-
$successButtonTextActiveColor
|
|
180
|
-
$successButtonActiveBorderColor:transparent !default;
|
|
181
|
-
$successButtonShadow:0px 0px 10px rgba(11, 209, 138, 0.3) !default;
|
|
182
|
-
$successButtonFocusShadow:none !default;
|
|
183
|
-
|
|
184
|
-
$warningButtonBg
|
|
185
|
-
$warningButtonTextColor
|
|
186
|
-
$warningButtonBorder:1px solid transparent !default;
|
|
187
|
-
$warningButtonHoverBg
|
|
188
|
-
$warningButtonTextHoverColor
|
|
189
|
-
$warningButtonHoverBorderColor:transparent !default;
|
|
190
|
-
$warningButtonActiveBg
|
|
191
|
-
$warningButtonTextActiveColor
|
|
192
|
-
$warningButtonActiveBorderColor:transparent !default;
|
|
193
|
-
$warningButtonShadow:0px 0px 10px rgba(238, 229, 0, 0.3) !default;
|
|
194
|
-
$warningButtonFocusShadow:none !default;
|
|
195
|
-
|
|
196
|
-
$helpButtonBg
|
|
197
|
-
$helpButtonTextColor
|
|
198
|
-
$helpButtonBorder:1px solid transparent !default;
|
|
199
|
-
$helpButtonHoverBg
|
|
200
|
-
$helpButtonTextHoverColor
|
|
201
|
-
$helpButtonHoverBorderColor:transparent !default;
|
|
202
|
-
$helpButtonActiveBg
|
|
203
|
-
$helpButtonTextActiveColor
|
|
204
|
-
$helpButtonActiveBorderColor:transparent !default;
|
|
140
|
+
$buttonPadding: 0.429rem 0.571rem !default;
|
|
141
|
+
$buttonIconOnlyWidth: 2.286rem !default;
|
|
142
|
+
$buttonIconOnlyPadding: 0.429rem 0 !default;
|
|
143
|
+
$buttonBg: $primaryColor !default;
|
|
144
|
+
$buttonTextColor: $primaryTextColor !default;
|
|
145
|
+
$buttonBorder: 1px solid $primaryColor !default;
|
|
146
|
+
$buttonHoverBg: $primaryDarkColor !default;
|
|
147
|
+
$buttonTextHoverColor: $primaryTextColor !default;
|
|
148
|
+
$buttonHoverBorderColor: $primaryDarkColor !default;
|
|
149
|
+
$buttonActiveBg: $primaryDarkerColor !default;
|
|
150
|
+
$buttonTextActiveColor: $primaryTextColor !default;
|
|
151
|
+
$buttonActiveBorderColor: $primaryDarkerColor !default;
|
|
152
|
+
$raisedButtonShadow:
|
|
153
|
+
0px 3px 1px -2px rgba(0, 0, 0, 0.2),
|
|
154
|
+
0px 2px 2px 0px rgba(0, 0, 0, 0.14),
|
|
155
|
+
0px 1px 5px 0px rgba(0, 0, 0, 0.12) !default;
|
|
156
|
+
$roundedButtonBorderRadius: 2rem !default;
|
|
157
|
+
|
|
158
|
+
$textButtonHoverBgOpacity: 0.04 !default;
|
|
159
|
+
$textButtonActiveBgOpacity: 0.16 !default;
|
|
160
|
+
$outlinedButtonBorder: 1px solid !default;
|
|
161
|
+
$plainButtonTextColor: $textSecondaryColor !default;
|
|
162
|
+
$plainButtonHoverBgColor: $shade500 !default;
|
|
163
|
+
$plainButtonActiveBgColor: rgba(255, 255, 255, 0.16) !default;
|
|
164
|
+
|
|
165
|
+
$secondaryButtonBg: #a0a3ad !default;
|
|
166
|
+
$secondaryButtonTextColor: #ffffff !default;
|
|
167
|
+
$secondaryButtonBorder: 1px solid transparent !default;
|
|
168
|
+
$secondaryButtonHoverBg: $shade600 !default;
|
|
169
|
+
$secondaryButtonTextHoverColor: $secondaryButtonTextColor !default;
|
|
170
|
+
$secondaryButtonHoverBorderColor: transparent !default;
|
|
171
|
+
$secondaryButtonActiveBg: $shade700 !default;
|
|
172
|
+
$secondaryButtonTextActiveColor: $secondaryButtonTextColor !default;
|
|
173
|
+
$secondaryButtonActiveBorderColor: transparent !default;
|
|
174
|
+
$secondaryButtonShadow: none !default;
|
|
175
|
+
$secondaryButtonFocusShadow: none !default;
|
|
176
|
+
|
|
177
|
+
$infoButtonBg: #873efe !default;
|
|
178
|
+
$infoButtonTextColor: #ffffff !default;
|
|
179
|
+
$infoButtonBorder: 1px solid transparent !default;
|
|
180
|
+
$infoButtonHoverBg: #6c1af2 !default;
|
|
181
|
+
$infoButtonTextHoverColor: $infoButtonTextColor !default;
|
|
182
|
+
$infoButtonHoverBorderColor: transparent !default;
|
|
183
|
+
$infoButtonActiveBg: #5310c1 !default;
|
|
184
|
+
$infoButtonTextActiveColor: $infoButtonTextColor !default;
|
|
185
|
+
$infoButtonActiveBorderColor: transparent !default;
|
|
186
|
+
$infoButtonShadow: 0px 0px 10px rgba(135, 62, 254, 0.3) !default;
|
|
187
|
+
$infoButtonFocusShadow: none !default;
|
|
188
|
+
|
|
189
|
+
$successButtonBg: #0bd18a !default;
|
|
190
|
+
$successButtonTextColor: #ffffff !default;
|
|
191
|
+
$successButtonBorder: 1px solid transparent !default;
|
|
192
|
+
$successButtonHoverBg: #049b65 !default;
|
|
193
|
+
$successButtonTextHoverColor: $successButtonTextColor !default;
|
|
194
|
+
$successButtonHoverBorderColor: transparent !default;
|
|
195
|
+
$successButtonActiveBg: #017e52 !default;
|
|
196
|
+
$successButtonTextActiveColor: $successButtonTextColor !default;
|
|
197
|
+
$successButtonActiveBorderColor: transparent !default;
|
|
198
|
+
$successButtonShadow: 0px 0px 10px rgba(11, 209, 138, 0.3) !default;
|
|
199
|
+
$successButtonFocusShadow: none !default;
|
|
200
|
+
|
|
201
|
+
$warningButtonBg: #eee500 !default;
|
|
202
|
+
$warningButtonTextColor: #2e323f !default;
|
|
203
|
+
$warningButtonBorder: 1px solid transparent !default;
|
|
204
|
+
$warningButtonHoverBg: #d1c901 !default;
|
|
205
|
+
$warningButtonTextHoverColor: $warningButtonTextColor !default;
|
|
206
|
+
$warningButtonHoverBorderColor: transparent !default;
|
|
207
|
+
$warningButtonActiveBg: #bab302 !default;
|
|
208
|
+
$warningButtonTextActiveColor: $warningButtonTextColor !default;
|
|
209
|
+
$warningButtonActiveBorderColor: transparent !default;
|
|
210
|
+
$warningButtonShadow: 0px 0px 10px rgba(238, 229, 0, 0.3) !default;
|
|
211
|
+
$warningButtonFocusShadow: none !default;
|
|
212
|
+
|
|
213
|
+
$helpButtonBg: #ec4dbc !default;
|
|
214
|
+
$helpButtonTextColor: #ffffff !default;
|
|
215
|
+
$helpButtonBorder: 1px solid transparent !default;
|
|
216
|
+
$helpButtonHoverBg: #e80ea6 !default;
|
|
217
|
+
$helpButtonTextHoverColor: $helpButtonTextColor !default;
|
|
218
|
+
$helpButtonHoverBorderColor: transparent !default;
|
|
219
|
+
$helpButtonActiveBg: #b30c81 !default;
|
|
220
|
+
$helpButtonTextActiveColor: $helpButtonTextColor !default;
|
|
221
|
+
$helpButtonActiveBorderColor: transparent !default;
|
|
205
222
|
$helpButtonShadow: 0px 0px 10px rgba(236, 77, 188, 0.3) !default;
|
|
206
|
-
$helpButtonFocusShadow:none !default;
|
|
207
|
-
|
|
208
|
-
$dangerButtonBg
|
|
209
|
-
$dangerButtonTextColor
|
|
210
|
-
$dangerButtonBorder:1px solid transparent !default;
|
|
211
|
-
$dangerButtonHoverBg
|
|
212
|
-
$dangerButtonTextHoverColor
|
|
213
|
-
$dangerButtonHoverBorderColor:transparent !default;
|
|
214
|
-
$dangerButtonActiveBg
|
|
215
|
-
$dangerButtonTextActiveColor
|
|
216
|
-
$dangerButtonActiveBorderColor:transparent !default;
|
|
217
|
-
$dangerButtonShadow:0px 0px 10px rgba(252, 97, 97, 0.3) !default;
|
|
218
|
-
$dangerButtonFocusShadow:none !default;
|
|
219
|
-
|
|
220
|
-
$linkButtonColor
|
|
221
|
-
$linkButtonHoverColor
|
|
222
|
-
$linkButtonTextHoverDecoration:underline !default;
|
|
223
|
-
$linkButtonFocusShadow:none !default;
|
|
223
|
+
$helpButtonFocusShadow: none !default;
|
|
224
|
+
|
|
225
|
+
$dangerButtonBg: #fc6161 !default;
|
|
226
|
+
$dangerButtonTextColor: #ffffff !default;
|
|
227
|
+
$dangerButtonBorder: 1px solid transparent !default;
|
|
228
|
+
$dangerButtonHoverBg: #e73a3a !default;
|
|
229
|
+
$dangerButtonTextHoverColor: $dangerButtonTextColor !default;
|
|
230
|
+
$dangerButtonHoverBorderColor: transparent !default;
|
|
231
|
+
$dangerButtonActiveBg: #c42424 !default;
|
|
232
|
+
$dangerButtonTextActiveColor: $dangerButtonTextColor !default;
|
|
233
|
+
$dangerButtonActiveBorderColor: transparent !default;
|
|
234
|
+
$dangerButtonShadow: 0px 0px 10px rgba(252, 97, 97, 0.3) !default;
|
|
235
|
+
$dangerButtonFocusShadow: none !default;
|
|
236
|
+
|
|
237
|
+
$linkButtonColor: $primaryColor !default;
|
|
238
|
+
$linkButtonHoverColor: $primaryColor !default;
|
|
239
|
+
$linkButtonTextHoverDecoration: underline !default;
|
|
240
|
+
$linkButtonFocusShadow: none !default;
|
|
224
241
|
|
|
225
242
|
//checkbox
|
|
226
|
-
$checkboxWidth:20px !default;
|
|
227
|
-
$checkboxHeight:20px !default;
|
|
228
|
-
$checkboxBorder:2px solid $shade800 !default;
|
|
229
|
-
$checkboxIconFontSize:14px !default;
|
|
230
|
-
$
|
|
231
|
-
$
|
|
232
|
-
$
|
|
233
|
-
$
|
|
234
|
-
$
|
|
235
|
-
$
|
|
236
|
-
$checkboxActiveHoverBorderColor:$primaryDarkerColor !default;
|
|
243
|
+
$checkboxWidth: 20px !default;
|
|
244
|
+
$checkboxHeight: 20px !default;
|
|
245
|
+
$checkboxBorder: 2px solid $shade800 !default;
|
|
246
|
+
$checkboxIconFontSize: 14px !default;
|
|
247
|
+
$checkboxActiveBorderColor: $shade900 !default;
|
|
248
|
+
$checkboxActiveBg: $primaryColor !default;
|
|
249
|
+
$checkboxIconActiveColor: $primaryTextColor !default;
|
|
250
|
+
$checkboxActiveHoverBg: $primaryDarkerColor !default;
|
|
251
|
+
$checkboxIconActiveHoverColor: $primaryTextColor !default;
|
|
252
|
+
$checkboxActiveHoverBorderColor: $primaryDarkerColor !default;
|
|
237
253
|
|
|
238
254
|
//radiobutton
|
|
239
|
-
$radiobuttonWidth:20px !default;
|
|
240
|
-
$radiobuttonHeight:20px !default;
|
|
241
|
-
$radiobuttonBorder:2px solid #
|
|
242
|
-
$radiobuttonIconSize:12px !default;
|
|
243
|
-
$radiobuttonHoverBorderColor: #
|
|
244
|
-
$radiobuttonActiveBorderColor
|
|
245
|
-
$radiobuttonActiveBg
|
|
246
|
-
$radiobuttonIconActiveColor
|
|
247
|
-
$radiobuttonActiveHoverBg
|
|
248
|
-
$radiobuttonIconActiveHoverColor
|
|
249
|
-
$radiobuttonActiveHoverBorderColor
|
|
255
|
+
$radiobuttonWidth: 20px !default;
|
|
256
|
+
$radiobuttonHeight: 20px !default;
|
|
257
|
+
$radiobuttonBorder: 2px solid #868c9b !default;
|
|
258
|
+
$radiobuttonIconSize: 12px !default;
|
|
259
|
+
$radiobuttonHoverBorderColor: #c8ccd8 !default;
|
|
260
|
+
$radiobuttonActiveBorderColor: $primaryColor !default;
|
|
261
|
+
$radiobuttonActiveBg: $primaryColor !default;
|
|
262
|
+
$radiobuttonIconActiveColor: $primaryTextColor !default;
|
|
263
|
+
$radiobuttonActiveHoverBg: $primaryDarkerColor !default;
|
|
264
|
+
$radiobuttonIconActiveHoverColor: $primaryTextColor !default;
|
|
265
|
+
$radiobuttonActiveHoverBorderColor: $primaryDarkerColor !default;
|
|
250
266
|
|
|
251
267
|
//colorpicker
|
|
252
|
-
$colorPickerPreviewWidth:2rem !default;
|
|
253
|
-
$colorPickerPreviewHeight:2rem !default;
|
|
254
|
-
$colorPickerBg
|
|
255
|
-
$
|
|
256
|
-
$
|
|
257
|
-
$colorPickerHandleColor:#ffffff !default;
|
|
268
|
+
$colorPickerPreviewWidth: 2rem !default;
|
|
269
|
+
$colorPickerPreviewHeight: 2rem !default;
|
|
270
|
+
$colorPickerBg: $shade800 !default;
|
|
271
|
+
$colorPickerBorder: 1px solid $shade600 !default;
|
|
272
|
+
$colorPickerHandleColor: $shade000 !default;
|
|
258
273
|
|
|
259
274
|
//togglebutton
|
|
260
|
-
$toggleButtonBg
|
|
261
|
-
$toggleButtonBorder:1px solid transparent !default;
|
|
262
|
-
$toggleButtonTextColor
|
|
263
|
-
$toggleButtonIconColor
|
|
264
|
-
$toggleButtonHoverBg
|
|
265
|
-
$toggleButtonHoverBorderColor:transparent !default;
|
|
266
|
-
$toggleButtonTextHoverColor
|
|
267
|
-
$toggleButtonIconHoverColor
|
|
268
|
-
$toggleButtonActiveBg
|
|
269
|
-
$toggleButtonActiveBorderColor
|
|
270
|
-
$toggleButtonTextActiveColor
|
|
271
|
-
$toggleButtonIconActiveColor
|
|
272
|
-
$toggleButtonActiveHoverBg
|
|
273
|
-
$toggleButtonActiveHoverBorderColor
|
|
274
|
-
$toggleButtonTextActiveHoverColor
|
|
275
|
-
$toggleButtonIconActiveHoverColor
|
|
275
|
+
$toggleButtonBg: $shade800 !default;
|
|
276
|
+
$toggleButtonBorder: 1px solid transparent !default;
|
|
277
|
+
$toggleButtonTextColor: $shade000 !default;
|
|
278
|
+
$toggleButtonIconColor: $shade100 !default;
|
|
279
|
+
$toggleButtonHoverBg: $shade600 !default;
|
|
280
|
+
$toggleButtonHoverBorderColor: transparent !default;
|
|
281
|
+
$toggleButtonTextHoverColor: $shade000 !default;
|
|
282
|
+
$toggleButtonIconHoverColor: $shade100 !default;
|
|
283
|
+
$toggleButtonActiveBg: $primaryColor !default;
|
|
284
|
+
$toggleButtonActiveBorderColor: $primaryColor !default;
|
|
285
|
+
$toggleButtonTextActiveColor: $primaryTextColor !default;
|
|
286
|
+
$toggleButtonIconActiveColor: $primaryTextColor !default;
|
|
287
|
+
$toggleButtonActiveHoverBg: $primaryDarkColor !default;
|
|
288
|
+
$toggleButtonActiveHoverBorderColor: $primaryDarkColor !default;
|
|
289
|
+
$toggleButtonTextActiveHoverColor: $primaryTextColor !default;
|
|
290
|
+
$toggleButtonIconActiveHoverColor: $primaryTextColor !default;
|
|
276
291
|
|
|
277
292
|
//inplace
|
|
278
|
-
$inplacePadding
|
|
279
|
-
$inplaceHoverBg
|
|
280
|
-
$inplaceTextHoverColor
|
|
293
|
+
$inplacePadding: $inputPadding !default;
|
|
294
|
+
$inplaceHoverBg: $shade500 !default;
|
|
295
|
+
$inplaceTextHoverColor: $shade000 !default;
|
|
281
296
|
|
|
282
297
|
//rating
|
|
283
|
-
$ratingIconFontSize:1.286rem !default;
|
|
284
|
-
$ratingCancelIconColor
|
|
285
|
-
$ratingCancelIconHoverColor
|
|
286
|
-
$ratingStarIconOffColor
|
|
287
|
-
$ratingStarIconOnColor
|
|
288
|
-
$ratingStarIconHoverColor
|
|
298
|
+
$ratingIconFontSize: 1.286rem !default;
|
|
299
|
+
$ratingCancelIconColor: #fc6161 !default;
|
|
300
|
+
$ratingCancelIconHoverColor: #fc6161 !default;
|
|
301
|
+
$ratingStarIconOffColor: $shade000 !default;
|
|
302
|
+
$ratingStarIconOnColor: $primaryColor !default;
|
|
303
|
+
$ratingStarIconHoverColor: $primaryColor !default;
|
|
289
304
|
|
|
290
305
|
//slider
|
|
291
|
-
$sliderBg
|
|
292
|
-
$sliderBorder:0 none !default;
|
|
293
|
-
$sliderHorizontalHeight:0.429rem !default;
|
|
294
|
-
$sliderVerticalWidth:0.429rem !default;
|
|
295
|
-
$sliderHandleWidth:1.143rem !default;
|
|
296
|
-
$sliderHandleHeight:1.143rem !default;
|
|
297
|
-
$sliderHandleBg
|
|
298
|
-
$sliderHandleBorder:4px solid $primaryColor !default;
|
|
299
|
-
$sliderHandleBorderRadius:50% !default;
|
|
300
|
-
$sliderHandleHoverBorderColor
|
|
301
|
-
$sliderHandleHoverBg
|
|
302
|
-
$sliderRangeBg
|
|
306
|
+
$sliderBg: $shade600 !default;
|
|
307
|
+
$sliderBorder: 0 none !default;
|
|
308
|
+
$sliderHorizontalHeight: 0.429rem !default;
|
|
309
|
+
$sliderVerticalWidth: 0.429rem !default;
|
|
310
|
+
$sliderHandleWidth: 1.143rem !default;
|
|
311
|
+
$sliderHandleHeight: 1.143rem !default;
|
|
312
|
+
$sliderHandleBg: #ffffff !default;
|
|
313
|
+
$sliderHandleBorder: 4px solid $primaryColor !default;
|
|
314
|
+
$sliderHandleBorderRadius: 50% !default;
|
|
315
|
+
$sliderHandleHoverBorderColor: $primaryColor !default;
|
|
316
|
+
$sliderHandleHoverBg: $primaryColor !default;
|
|
317
|
+
$sliderRangeBg: $primaryColor !default;
|
|
303
318
|
|
|
304
319
|
//calendar
|
|
305
|
-
$calendarTableMargin
|
|
306
|
-
$calendarPadding:0.857rem !default;
|
|
307
|
-
$calendarBg
|
|
308
|
-
$calendarInlineBg:transparent !default;
|
|
309
|
-
$calendarTextColor
|
|
310
|
-
$calendarBorder
|
|
311
|
-
$calendarOverlayBorder
|
|
312
|
-
|
|
313
|
-
$calendarHeaderPadding:0 0 .75rem 0 !default;
|
|
314
|
-
$calendarHeaderBg:transparent !default;
|
|
315
|
-
$calendarInlineHeaderBg
|
|
316
|
-
$calendarHeaderBorder:0 none !default;
|
|
317
|
-
$calendarHeaderTextColor
|
|
318
|
-
$calendarHeaderFontWeight:400 !default;
|
|
319
|
-
$calendarHeaderCellPadding:0.357rem !default;
|
|
320
|
-
$calendarHeaderCellFontWeight:500 !default;
|
|
321
|
-
$calendarHeaderCellFontSize:12px !default;
|
|
322
|
-
$calendarHeaderCellTextColor:$shade200 !default;
|
|
320
|
+
$calendarTableMargin: 0.5rem 0 !default;
|
|
321
|
+
$calendarPadding: 0.857rem !default;
|
|
322
|
+
$calendarBg: $solidSurfaceColor !default;
|
|
323
|
+
$calendarInlineBg: transparent !default;
|
|
324
|
+
$calendarTextColor: $shade000 !default;
|
|
325
|
+
$calendarBorder: $inputListBorder !default;
|
|
326
|
+
$calendarOverlayBorder: $inputOverlayBorder !default;
|
|
327
|
+
|
|
328
|
+
$calendarHeaderPadding: 0 0 0.75rem 0 !default;
|
|
329
|
+
$calendarHeaderBg: transparent !default;
|
|
330
|
+
$calendarInlineHeaderBg: $calendarInlineBg !default;
|
|
331
|
+
$calendarHeaderBorder: 0 none !default;
|
|
332
|
+
$calendarHeaderTextColor: $shade000 !default;
|
|
333
|
+
$calendarHeaderFontWeight: 400 !default;
|
|
334
|
+
$calendarHeaderCellPadding: 0.357rem !default;
|
|
323
335
|
$calendarMonthYearHeaderHoverTextColor: $primaryColor !default;
|
|
324
336
|
|
|
325
|
-
$
|
|
326
|
-
$
|
|
327
|
-
$
|
|
328
|
-
$
|
|
329
|
-
$
|
|
330
|
-
$
|
|
331
|
-
$
|
|
332
|
-
$
|
|
333
|
-
$
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
$
|
|
337
|
-
$
|
|
338
|
-
$
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
$
|
|
342
|
-
$calendarCellDatePaddingSM:0 !default;
|
|
337
|
+
$calendarCellDatePadding: 0.357rem !default;
|
|
338
|
+
$calendarCellDateWidth: 2.571rem !default;
|
|
339
|
+
$calendarCellDateHeight: 2.571rem !default;
|
|
340
|
+
$calendarCellDateBorderRadius: $borderRadius !default;
|
|
341
|
+
$calendarCellDateBorder: 2px solid transparent !default;
|
|
342
|
+
$calendarCellDateHoverBg: $shade600 !default;
|
|
343
|
+
$calendarCellDateTodayBg: $shade500 !default;
|
|
344
|
+
$calendarCellDateTodayBorderColor: $shade900 !default;
|
|
345
|
+
$calendarCellDateTodayTextColor: $shade000 !default;
|
|
346
|
+
|
|
347
|
+
$calendarButtonBarPadding: 1rem 0 !default;
|
|
348
|
+
$calendarTimePickerPadding: 0.5rem !default;
|
|
349
|
+
$calendarTimePickerElementPadding: 0 0.5rem !default;
|
|
350
|
+
$calendarTimePickerTimeFontSize: 1.25rem !default;
|
|
351
|
+
|
|
352
|
+
$calendarBreakpoint: 769px !default;
|
|
353
|
+
$calendarCellDatePaddingSM: 0 !default;
|
|
343
354
|
|
|
344
355
|
//input switch
|
|
345
|
-
$inputSwitchWidth:2.714rem !default;
|
|
346
|
-
$inputSwitchHeight:1.429rem !default;
|
|
347
|
-
$inputSwitchBorderRadius:12px !default;
|
|
348
|
-
$inputSwitchHandleWidth:1.143rem !default;
|
|
349
|
-
$inputSwitchHandleHeight:1.143rem !default;
|
|
350
|
-
$inputSwitchHandleBorderRadius:8px !default;
|
|
351
|
-
$inputSwitchSliderPadding
|
|
352
|
-
$inputSwitchSliderOffBg
|
|
353
|
-
$inputSwitchHandleOffBg
|
|
354
|
-
$inputSwitchSliderOffHoverBg
|
|
355
|
-
$inputSwitchSliderOnBg
|
|
356
|
-
$inputSwitchSliderOnHoverBg
|
|
357
|
-
$inputSwitchHandleOnBg
|
|
356
|
+
$inputSwitchWidth: 2.714rem !default;
|
|
357
|
+
$inputSwitchHeight: 1.429rem !default;
|
|
358
|
+
$inputSwitchBorderRadius: 12px !default;
|
|
359
|
+
$inputSwitchHandleWidth: 1.143rem !default;
|
|
360
|
+
$inputSwitchHandleHeight: 1.143rem !default;
|
|
361
|
+
$inputSwitchHandleBorderRadius: 8px !default;
|
|
362
|
+
$inputSwitchSliderPadding: 0.25rem !default;
|
|
363
|
+
$inputSwitchSliderOffBg: $shade500 !default;
|
|
364
|
+
$inputSwitchHandleOffBg: $shade100 !default;
|
|
365
|
+
$inputSwitchSliderOffHoverBg: $shade600 !default;
|
|
366
|
+
$inputSwitchSliderOnBg: $primaryColor !default;
|
|
367
|
+
$inputSwitchSliderOnHoverBg: $primaryDarkColor !default;
|
|
368
|
+
$inputSwitchHandleOnBg: $shade000 !default;
|
|
358
369
|
|
|
359
370
|
//panel
|
|
360
371
|
$panelHeaderBorderColor: $shade700 !default;
|
|
361
|
-
$panelHeaderBorder:1px solid $shade700 !default;
|
|
362
|
-
$panelHeaderBg:transparent !default;
|
|
363
|
-
$panelHeaderTextColor
|
|
364
|
-
$panelHeaderFontWeight:500 !default;
|
|
365
|
-
$panelHeaderPadding:0.714rem 1.143rem !default;
|
|
366
|
-
$panelToggleableHeaderPadding:0.429rem 0.571rem !default;
|
|
367
|
-
|
|
368
|
-
$panelHeaderHoverBg
|
|
372
|
+
$panelHeaderBorder: 1px solid $shade700 !default;
|
|
373
|
+
$panelHeaderBg: transparent !default;
|
|
374
|
+
$panelHeaderTextColor: $shade000 !default;
|
|
375
|
+
$panelHeaderFontWeight: 500 !default;
|
|
376
|
+
$panelHeaderPadding: 0.714rem 1.143rem !default;
|
|
377
|
+
$panelToggleableHeaderPadding: 0.429rem 0.571rem !default;
|
|
378
|
+
|
|
379
|
+
$panelHeaderHoverBg: $shade500 !default;
|
|
369
380
|
$panelHeaderHoverBorderColor: $shade700 !default;
|
|
370
|
-
$panelHeaderTextHoverColor
|
|
381
|
+
$panelHeaderTextHoverColor: $shade000 !default;
|
|
371
382
|
|
|
372
383
|
$panelContentBorderColor: $shade700 !default;
|
|
373
|
-
$panelContentBorder:1px solid $shade700 !default;
|
|
374
|
-
$panelContentEvenRowBg:rgba(255,255,255,0.01) !default;
|
|
375
|
-
$panelContentBg:transparent !default;
|
|
376
|
-
$panelContentTextColor
|
|
377
|
-
$panelContentPadding:1.143rem !default;
|
|
384
|
+
$panelContentBorder: 1px solid $shade700 !default;
|
|
385
|
+
$panelContentEvenRowBg: rgba(255, 255, 255, 0.01) !default;
|
|
386
|
+
$panelContentBg: transparent !default;
|
|
387
|
+
$panelContentTextColor: $shade000 !default;
|
|
388
|
+
$panelContentPadding: 1.143rem !default;
|
|
378
389
|
|
|
379
|
-
$panelFooterBorder:1px solid $shade700 !default;
|
|
380
|
-
$panelFooterBg:transparent !default;
|
|
381
|
-
$panelFooterTextColor
|
|
382
|
-
$panelFooterPadding:0.714rem 1.143rem !default;
|
|
383
|
-
|
|
384
|
-
$fieldsetContentPadding: 0.429rem !default;
|
|
390
|
+
$panelFooterBorder: 1px solid $shade700 !default;
|
|
391
|
+
$panelFooterBg: transparent !default;
|
|
392
|
+
$panelFooterTextColor: $shade000 !default;
|
|
393
|
+
$panelFooterPadding: 0.714rem 1.143rem !default;
|
|
385
394
|
|
|
386
395
|
//accordion
|
|
387
|
-
$accordionSpacing:0 !default;
|
|
388
|
-
$accordionHeaderBorder
|
|
389
|
-
$accordionHeaderBg
|
|
390
|
-
$accordionHeaderTextColor
|
|
391
|
-
$accordionHeaderFontWeight
|
|
392
|
-
$accordionHeaderPadding
|
|
393
|
-
|
|
394
|
-
$accordionHeaderHoverBg
|
|
395
|
-
$accordionHeaderHoverBorderColor
|
|
396
|
-
$accordionHeaderTextHoverColor
|
|
397
|
-
|
|
398
|
-
$accordionHeaderActiveBg
|
|
399
|
-
$accordionHeaderActiveBorderColor
|
|
400
|
-
$accordionHeaderTextActiveColor
|
|
401
|
-
|
|
402
|
-
$accordionHeaderActiveHoverBg
|
|
403
|
-
$accordionHeaderActiveHoverBorderColor
|
|
404
|
-
$accordionHeaderTextActiveHoverColor
|
|
405
|
-
|
|
406
|
-
$accordionContentBorder
|
|
407
|
-
$accordionContentBg
|
|
408
|
-
$accordionContentTextColor
|
|
409
|
-
$accordionContentPadding
|
|
396
|
+
$accordionSpacing: 0 !default;
|
|
397
|
+
$accordionHeaderBorder: $panelHeaderBorder !default;
|
|
398
|
+
$accordionHeaderBg: $panelHeaderBg !default;
|
|
399
|
+
$accordionHeaderTextColor: $panelHeaderTextColor !default;
|
|
400
|
+
$accordionHeaderFontWeight: $panelHeaderFontWeight !default;
|
|
401
|
+
$accordionHeaderPadding: $panelHeaderPadding !default;
|
|
402
|
+
|
|
403
|
+
$accordionHeaderHoverBg: $shade500 !default;
|
|
404
|
+
$accordionHeaderHoverBorderColor: $shade500 !default;
|
|
405
|
+
$accordionHeaderTextHoverColor: $shade000 !default;
|
|
406
|
+
|
|
407
|
+
$accordionHeaderActiveBg: $shade700 !default;
|
|
408
|
+
$accordionHeaderActiveBorderColor: $shade500 !default;
|
|
409
|
+
$accordionHeaderTextActiveColor: $shade000 !default;
|
|
410
|
+
|
|
411
|
+
$accordionHeaderActiveHoverBg: $shade700 !default;
|
|
412
|
+
$accordionHeaderActiveHoverBorderColor: $shade500 !default;
|
|
413
|
+
$accordionHeaderTextActiveHoverColor: $shade000 !default;
|
|
414
|
+
|
|
415
|
+
$accordionContentBorder: $panelContentBorder !default;
|
|
416
|
+
$accordionContentBg: $panelContentBg !default;
|
|
417
|
+
$accordionContentTextColor: $panelContentTextColor !default;
|
|
418
|
+
$accordionContentPadding: $panelContentPadding !default;
|
|
410
419
|
|
|
411
420
|
//tabview
|
|
412
|
-
$tabviewNavBorder:1px solid $shade700 !default;
|
|
413
|
-
$tabviewNavBorderWidth:0 0 2px 0 !default;
|
|
414
|
-
$tabviewNavBg:transparent !default;
|
|
415
|
-
|
|
416
|
-
$tabviewHeaderSpacing:0.857rem !default;
|
|
417
|
-
$tabviewHeaderBorder:solid transparent !default;
|
|
418
|
-
$tabviewHeaderBorderWidth:0 0 2px 0 !default;
|
|
419
|
-
$tabviewHeaderBorderColor:transparent transparent transparent transparent !default;
|
|
420
|
-
$tabviewHeaderBg:transparent !default;
|
|
421
|
-
$tabviewHeaderTextColor
|
|
422
|
-
$tabviewHeaderFontWeight
|
|
423
|
-
$tabviewHeaderPadding:0.571rem 0.429rem !default;
|
|
424
|
-
$tabviewHeaderMargin:0 0 -2px 0 !default;
|
|
425
|
-
|
|
426
|
-
$tabviewHeaderHoverBg:transparent !default;
|
|
427
|
-
$tabviewHeaderHoverBorderColor
|
|
428
|
-
$tabviewHeaderTextHoverColor
|
|
429
|
-
|
|
430
|
-
$tabviewHeaderActiveBg:transparent !default;
|
|
431
|
-
$tabviewHeaderActiveBorderColor
|
|
432
|
-
$tabviewHeaderTextActiveColor
|
|
433
|
-
|
|
434
|
-
$tabviewContentBorder:0 none !default;
|
|
435
|
-
$tabviewContentBg:transparent !default;
|
|
436
|
-
$tabviewContentTextColor
|
|
437
|
-
$tabviewContentPadding:1.143rem 0 !default;
|
|
421
|
+
$tabviewNavBorder: 1px solid $shade700 !default;
|
|
422
|
+
$tabviewNavBorderWidth: 0 0 2px 0 !default;
|
|
423
|
+
$tabviewNavBg: transparent !default;
|
|
424
|
+
|
|
425
|
+
$tabviewHeaderSpacing: 0.857rem !default;
|
|
426
|
+
$tabviewHeaderBorder: solid transparent !default;
|
|
427
|
+
$tabviewHeaderBorderWidth: 0 0 2px 0 !default;
|
|
428
|
+
$tabviewHeaderBorderColor: transparent transparent transparent transparent !default;
|
|
429
|
+
$tabviewHeaderBg: transparent !default;
|
|
430
|
+
$tabviewHeaderTextColor: $shade200 !default;
|
|
431
|
+
$tabviewHeaderFontWeight: $panelHeaderFontWeight !default;
|
|
432
|
+
$tabviewHeaderPadding: 0.571rem 0.429rem !default;
|
|
433
|
+
$tabviewHeaderMargin: 0 0 -2px 0 !default;
|
|
434
|
+
|
|
435
|
+
$tabviewHeaderHoverBg: transparent !default;
|
|
436
|
+
$tabviewHeaderHoverBorderColor: $shade000 !default;
|
|
437
|
+
$tabviewHeaderTextHoverColor: $shade000 !default;
|
|
438
|
+
|
|
439
|
+
$tabviewHeaderActiveBg: transparent !default;
|
|
440
|
+
$tabviewHeaderActiveBorderColor: $primaryColor !default;
|
|
441
|
+
$tabviewHeaderTextActiveColor: $primaryColor !default;
|
|
442
|
+
|
|
443
|
+
$tabviewContentBorder: 0 none !default;
|
|
444
|
+
$tabviewContentBg: transparent !default;
|
|
445
|
+
$tabviewContentTextColor: $shade000 !default;
|
|
446
|
+
$tabviewContentPadding: 1.143rem 0 !default;
|
|
438
447
|
|
|
439
448
|
//upload
|
|
440
|
-
$fileUploadProgressBarHeight
|
|
441
|
-
$fileUploadContentPadding:2rem 1rem !default;
|
|
449
|
+
$fileUploadProgressBarHeight: 0.25rem !default;
|
|
450
|
+
$fileUploadContentPadding: 2rem 1rem !default;
|
|
451
|
+
$fileUploadContentHoverBorder: 1px dashed $primaryColor !default;
|
|
452
|
+
$fileUploadFileBorder: 1px solid $shade600 !default;
|
|
453
|
+
$fileUploadFilePadding: 1rem !default;
|
|
442
454
|
|
|
443
455
|
//scrollpanel
|
|
444
|
-
$scrollPanelTrackBorder:0 none !default;
|
|
445
|
-
$scrollPanelTrackBg
|
|
456
|
+
$scrollPanelTrackBorder: 0 none !default;
|
|
457
|
+
$scrollPanelTrackBg: $shade600 !default;
|
|
446
458
|
|
|
447
459
|
//card
|
|
448
|
-
$cardBodyPadding:0.857rem 1.143rem !default;
|
|
449
|
-
$cardTitleFontSize:1.143rem !default;
|
|
450
|
-
$cardTitleFontWeight:500 !default;
|
|
451
|
-
$
|
|
452
|
-
$
|
|
453
|
-
$
|
|
454
|
-
$
|
|
455
|
-
$
|
|
456
|
-
|
|
460
|
+
$cardBodyPadding: 0.857rem 1.143rem !default;
|
|
461
|
+
$cardTitleFontSize: 1.143rem !default;
|
|
462
|
+
$cardTitleFontWeight: 500 !default;
|
|
463
|
+
$cardSubTitleFontWeight: 500 !default;
|
|
464
|
+
$cardSubTitleColor: $shade200 !default;
|
|
465
|
+
$cardContentPadding: 1rem 0 !default;
|
|
466
|
+
$cardFooterPadding: 1rem 0 0 0 !default;
|
|
467
|
+
$cardShadow:
|
|
468
|
+
0 2px 1px -1px rgba(0, 0, 0, 0.2),
|
|
469
|
+
0 1px 1px 0 rgba(0, 0, 0, 0.14),
|
|
470
|
+
0 1px 3px 0 rgba(0, 0, 0, 0.12) !default;
|
|
457
471
|
|
|
458
472
|
//editor
|
|
459
|
-
$editorToolbarBg
|
|
460
|
-
$editorToolbarBorder
|
|
461
|
-
$editorToolbarPadding
|
|
462
|
-
$editorToolbarIconColor
|
|
463
|
-
$editorToolbarIconHoverColor
|
|
464
|
-
$editorIconActiveColor
|
|
465
|
-
$editorContentBorder
|
|
466
|
-
$editorContentBg
|
|
473
|
+
$editorToolbarBg: $panelHeaderBg !default;
|
|
474
|
+
$editorToolbarBorder: $panelHeaderBorder !default;
|
|
475
|
+
$editorToolbarPadding: $panelHeaderPadding !default;
|
|
476
|
+
$editorToolbarIconColor: $textSecondaryColor !default;
|
|
477
|
+
$editorToolbarIconHoverColor: $textColor !default;
|
|
478
|
+
$editorIconActiveColor: $primaryColor !default;
|
|
479
|
+
$editorContentBorder: $panelContentBorder !default;
|
|
480
|
+
$editorContentBg: $panelContentBg !default;
|
|
467
481
|
|
|
468
482
|
//paginator
|
|
469
|
-
$paginatorBg:transparent !default;
|
|
470
|
-
$paginatorTextColor
|
|
471
|
-
$paginatorBorder:solid $shade700 !default;
|
|
472
|
-
$paginatorBorderWidth:0 !default;
|
|
473
|
-
$paginatorPadding
|
|
474
|
-
$paginatorElementWidth:1.429rem !default;
|
|
475
|
-
$paginatorElementHeight:1.429rem !default;
|
|
476
|
-
$paginatorElementBg:transparent !default;
|
|
477
|
-
$paginatorElementBorder:0 none !default;
|
|
478
|
-
$paginatorElementIconColor
|
|
479
|
-
$paginatorElementHoverBg
|
|
480
|
-
$paginatorElementHoverBorderColor:transparent !default;
|
|
481
|
-
$paginatorElementIconHoverColor
|
|
482
|
-
$
|
|
483
|
-
$
|
|
484
|
-
$
|
|
485
|
-
$paginatorElementBorderRadius:4px !default;
|
|
486
|
-
$paginatorElementMargin:.143rem !default;
|
|
487
|
-
$paginatorElementPadding:0 !default;
|
|
483
|
+
$paginatorBg: transparent !default;
|
|
484
|
+
$paginatorTextColor: $shade000 !default;
|
|
485
|
+
$paginatorBorder: solid $shade700 !default;
|
|
486
|
+
$paginatorBorderWidth: 0 !default;
|
|
487
|
+
$paginatorPadding: 0.571rem 0.571rem !default;
|
|
488
|
+
$paginatorElementWidth: 1.429rem !default;
|
|
489
|
+
$paginatorElementHeight: 1.429rem !default;
|
|
490
|
+
$paginatorElementBg: transparent !default;
|
|
491
|
+
$paginatorElementBorder: 0 none !default;
|
|
492
|
+
$paginatorElementIconColor: $shade000 !default;
|
|
493
|
+
$paginatorElementHoverBg: $shade500 !default;
|
|
494
|
+
$paginatorElementHoverBorderColor: transparent !default;
|
|
495
|
+
$paginatorElementIconHoverColor: $shade000 !default;
|
|
496
|
+
$paginatorElementBorderRadius: 4px !default;
|
|
497
|
+
$paginatorElementMargin: 0.143rem !default;
|
|
498
|
+
$paginatorElementPadding: 0 !default;
|
|
488
499
|
|
|
489
500
|
//table
|
|
490
|
-
$tableHeaderBorder:1px solid $shade700 !default;
|
|
491
|
-
$tableHeaderBorderWidth:0 0 1px 0 !default;
|
|
492
|
-
$tableHeaderBg:
|
|
493
|
-
$tableHeaderTextColor
|
|
494
|
-
$tableHeaderFontWeight:500 !default;
|
|
495
|
-
$tableHeaderPadding:0.571rem 0.571rem !default;
|
|
496
|
-
|
|
497
|
-
$tableHeaderCellPadding:0.571rem 0.571rem !default;
|
|
498
|
-
$tableHeaderCellBg:
|
|
499
|
-
$tableHeaderCellTextColor
|
|
500
|
-
$tableHeaderCellFontWeight:500 !default;
|
|
501
|
-
$tableHeaderCellBorder:1px solid $shade700 !default;
|
|
502
|
-
$tableHeaderCellBorderWidth:0 0 1px 0 !default;
|
|
503
|
-
$tableHeaderCellHoverBg
|
|
504
|
-
$tableHeaderCellTextHoverColor
|
|
505
|
-
$tableHeaderCellIconColor
|
|
506
|
-
$tableHeaderCellIconHoverColor
|
|
507
|
-
$tableHeaderCellHighlightBg
|
|
508
|
-
$tableHeaderCellHighlightTextColor
|
|
509
|
-
$tableHeaderCellHighlightHoverBg
|
|
510
|
-
$tableHeaderCellHighlightTextHoverColor
|
|
511
|
-
$tableSortableColumnBadgeSize:1.143rem !default;
|
|
512
|
-
|
|
513
|
-
$tableBodyRowBg:
|
|
514
|
-
$tableBodyRowTextColor
|
|
515
|
-
$tableBodyRowEvenBg:
|
|
516
|
-
$tableBodyRowHoverBg
|
|
517
|
-
$tableBodyRowTextHoverColor
|
|
518
|
-
$
|
|
519
|
-
$
|
|
520
|
-
$
|
|
521
|
-
|
|
522
|
-
$
|
|
523
|
-
|
|
524
|
-
$
|
|
525
|
-
$
|
|
526
|
-
$
|
|
527
|
-
$
|
|
528
|
-
$
|
|
529
|
-
|
|
530
|
-
$
|
|
531
|
-
|
|
532
|
-
$
|
|
533
|
-
$
|
|
534
|
-
$
|
|
535
|
-
$
|
|
536
|
-
|
|
537
|
-
$
|
|
538
|
-
|
|
539
|
-
$
|
|
540
|
-
|
|
541
|
-
$
|
|
542
|
-
|
|
543
|
-
$tableScaleSM:0.5 !default;
|
|
544
|
-
$tableScaleLG:1.25 !default;
|
|
501
|
+
$tableHeaderBorder: 1px solid $shade700 !default;
|
|
502
|
+
$tableHeaderBorderWidth: 0 0 1px 0 !default;
|
|
503
|
+
$tableHeaderBg: var(--surface-section) !default;
|
|
504
|
+
$tableHeaderTextColor: $shade200 !default;
|
|
505
|
+
$tableHeaderFontWeight: 500 !default;
|
|
506
|
+
$tableHeaderPadding: 0.571rem 0.571rem !default;
|
|
507
|
+
|
|
508
|
+
$tableHeaderCellPadding: 0.571rem 0.571rem !default;
|
|
509
|
+
$tableHeaderCellBg: var(--surface-section) !default;
|
|
510
|
+
$tableHeaderCellTextColor: $shade200 !default;
|
|
511
|
+
$tableHeaderCellFontWeight: 500 !default;
|
|
512
|
+
$tableHeaderCellBorder: 1px solid $shade700 !default;
|
|
513
|
+
$tableHeaderCellBorderWidth: 0 0 1px 0 !default;
|
|
514
|
+
$tableHeaderCellHoverBg: $shade500 !default;
|
|
515
|
+
$tableHeaderCellTextHoverColor: $shade200 !default;
|
|
516
|
+
$tableHeaderCellIconColor: $shade200 !default;
|
|
517
|
+
$tableHeaderCellIconHoverColor: $shade200 !default;
|
|
518
|
+
$tableHeaderCellHighlightBg: $shade600 !default;
|
|
519
|
+
$tableHeaderCellHighlightTextColor: $shade200 !default;
|
|
520
|
+
$tableHeaderCellHighlightHoverBg: $shade600 !default;
|
|
521
|
+
$tableHeaderCellHighlightTextHoverColor: $shade200 !default;
|
|
522
|
+
$tableSortableColumnBadgeSize: 1.143rem !default;
|
|
523
|
+
|
|
524
|
+
$tableBodyRowBg: var(--surface-section) !default;
|
|
525
|
+
$tableBodyRowTextColor: $shade000 !default;
|
|
526
|
+
$tableBodyRowEvenBg: var(--surface-section) !default;
|
|
527
|
+
$tableBodyRowHoverBg: $shade500 !default;
|
|
528
|
+
$tableBodyRowTextHoverColor: $shade000 !default;
|
|
529
|
+
$tableBodyCellBorder: 1px solid $shade500 !default;
|
|
530
|
+
$tableBodyCellBorderWidth: 0 0 0 0 !default;
|
|
531
|
+
$tableBodyCellPadding: 0.429rem 0.571rem !default;
|
|
532
|
+
|
|
533
|
+
$tableFooterCellPadding: 0.571rem 0.571rem !default;
|
|
534
|
+
$tableFooterCellBg: var(--surface-section) !default;
|
|
535
|
+
$tableFooterCellTextColor: $shade200 !default;
|
|
536
|
+
$tableFooterCellFontWeight: 500 !default;
|
|
537
|
+
$tableFooterCellBorder: 1px solid $shade700 !default;
|
|
538
|
+
$tableFooterCellBorderWidth: 0 0 1px 0 !default;
|
|
539
|
+
$tableResizerHelperBg: $primaryColor !default;
|
|
540
|
+
|
|
541
|
+
$tableFooterBorder: 1px solid $shade700 !default;
|
|
542
|
+
$tableFooterBorderWidth: 0 0 1px 0 !default;
|
|
543
|
+
$tableFooterBg: var(--surface-section) !default;
|
|
544
|
+
$tableFooterTextColor: $shade200 !default;
|
|
545
|
+
$tableFooterFontWeight: 700 !default;
|
|
546
|
+
$tableFooterPadding: 0.571rem 0.571rem !default;
|
|
547
|
+
|
|
548
|
+
$tableCellContentAlignment: left !default;
|
|
549
|
+
$tableTopPaginatorBorderWidth: 1px 0 1px 0 !default;
|
|
550
|
+
$tableBottomPaginatorBorderWidth: 1px 0 1px 0 !default;
|
|
551
|
+
|
|
552
|
+
$tableScaleSM: 0.5 !default;
|
|
553
|
+
$tableScaleLG: 1.25 !default;
|
|
545
554
|
|
|
546
555
|
//dataview
|
|
547
|
-
$dataViewContentPadding:0 !default;
|
|
548
|
-
$dataViewContentBorder:0 none !default;
|
|
549
|
-
$dataViewListItemBorder:solid $shade500 !default;
|
|
550
|
-
$dataViewListItemBorderWidth:0 0 0 0 !default;
|
|
551
|
-
|
|
552
|
-
//orderlist
|
|
553
|
-
$orderlistBg:$shade500 !default;
|
|
554
|
-
$orderlistShadow:none !default;
|
|
555
|
-
$orderlistBorderRadius:8px !default;
|
|
556
|
-
$orderlistBorder:0 none !default;
|
|
557
|
-
$orderlistBorderWidth:0 0 0 0 !default;
|
|
558
|
-
$orderlistHeaderPadding:1.143rem !default;
|
|
559
|
-
$orderlistListPadding:0.571rem !default;
|
|
560
|
-
$orderlistListItemPadding:0.714rem 0.571rem !default;
|
|
561
|
-
$orderlistListItemBorder:1px solid transparent !default;
|
|
562
|
-
$orderlistListItemActiveBg:linear-gradient(0deg, rgba($highlightBg, 0.25), rgba($highlightBg, 0.25)), rgba(255, 255, 255, 0.05) !default;
|
|
563
|
-
$orderlistListItemActiveBorderColor:$highlightBg !default;
|
|
564
|
-
|
|
565
|
-
//picklist
|
|
566
|
-
$picklistBg:$shade500 !default;
|
|
567
|
-
$picklistShadow:none !default;
|
|
568
|
-
$picklistBorderRadius:8px !default;
|
|
569
|
-
$picklistBorder:0 none !default;
|
|
570
|
-
$picklistBorderWidth:0 0 0 0 !default;
|
|
571
|
-
$picklistHeaderPadding:1.143rem !default;
|
|
572
|
-
$picklistListPadding:0.571rem !default;
|
|
573
|
-
$picklistListItemPadding:0.714rem 0.571rem !default;
|
|
574
|
-
$picklistListItemBorder:1px solid transparent !default;
|
|
575
|
-
$picklistListItemActiveBg:linear-gradient(0deg, rgba($highlightBg, 0.25), rgba($highlightBg, 0.25)), rgba(255, 255, 255, 0.05) !default;
|
|
576
|
-
$picklistListItemActiveBorderColor:$highlightBg !default;
|
|
556
|
+
$dataViewContentPadding: 0 !default;
|
|
557
|
+
$dataViewContentBorder: 0 none !default;
|
|
558
|
+
$dataViewListItemBorder: solid $shade500 !default;
|
|
559
|
+
$dataViewListItemBorderWidth: 0 0 0 0 !default;
|
|
577
560
|
|
|
578
561
|
//schedule
|
|
579
|
-
$fullCalendarEventBg
|
|
580
|
-
$fullCalendarEventBorderColor
|
|
581
|
-
$fullCalendarEventBorder:1px solid $primaryDarkColor !default;
|
|
582
|
-
$fullCalendarEventTextColor
|
|
562
|
+
$fullCalendarEventBg: $primaryDarkColor !default;
|
|
563
|
+
$fullCalendarEventBorderColor: $primaryDarkColor !default;
|
|
564
|
+
$fullCalendarEventBorder: 1px solid $primaryDarkColor !default;
|
|
565
|
+
$fullCalendarEventTextColor: $primaryTextColor !default;
|
|
583
566
|
|
|
584
567
|
//tree
|
|
585
|
-
$treeContainerPadding:0.286rem !default;
|
|
586
|
-
$treeNodePadding:0.143rem !default;
|
|
587
|
-
$treeNodeContentPadding:0.429rem 0.571rem !default;
|
|
588
|
-
$treeNodeChildrenPadding:0 0 0 1rem !default;
|
|
589
|
-
$treeNodeIconColor
|
|
568
|
+
$treeContainerPadding: 0.286rem !default;
|
|
569
|
+
$treeNodePadding: 0.143rem !default;
|
|
570
|
+
$treeNodeContentPadding: 0.429rem 0.571rem !default;
|
|
571
|
+
$treeNodeChildrenPadding: 0 0 0 1rem !default;
|
|
572
|
+
$treeNodeIconColor: $shade000 !default;
|
|
590
573
|
|
|
591
574
|
//timeline
|
|
592
|
-
$timelineVerticalEventContentPadding:0 1rem !default;
|
|
593
|
-
$timelineHorizontalEventContentPadding:1rem 0 !default;
|
|
594
|
-
$timelineEventMarkerWidth:1rem !default;
|
|
595
|
-
$timelineEventMarkerHeight:1rem !default;
|
|
596
|
-
$timelineEventMarkerBorderRadius:50% !default;
|
|
597
|
-
$timelineEventMarkerBorder:2px solid $primaryColor !default;
|
|
598
|
-
$timelineEventMarkerBackground
|
|
599
|
-
$timelineEventConnectorSize:2px !default;
|
|
600
|
-
$timelineEventColor
|
|
575
|
+
$timelineVerticalEventContentPadding: 0 1rem !default;
|
|
576
|
+
$timelineHorizontalEventContentPadding: 1rem 0 !default;
|
|
577
|
+
$timelineEventMarkerWidth: 1rem !default;
|
|
578
|
+
$timelineEventMarkerHeight: 1rem !default;
|
|
579
|
+
$timelineEventMarkerBorderRadius: 50% !default;
|
|
580
|
+
$timelineEventMarkerBorder: 2px solid $primaryColor !default;
|
|
581
|
+
$timelineEventMarkerBackground: $shade500 !default;
|
|
582
|
+
$timelineEventConnectorSize: 2px !default;
|
|
583
|
+
$timelineEventColor: $shade500 !default;
|
|
601
584
|
|
|
602
585
|
//org chart
|
|
603
|
-
$organizationChartConnectorColor
|
|
586
|
+
$organizationChartConnectorColor: $shade100 !default;
|
|
604
587
|
|
|
605
588
|
//message
|
|
606
|
-
$messageMargin:1rem 0 !default;
|
|
607
|
-
$messagePadding:1.143rem 1.357rem !default;
|
|
608
|
-
$messageBorderWidth:0 0 0 20px !default;
|
|
609
|
-
$messageIconFontSize:1.286rem !default;
|
|
610
|
-
$messageTextFontSize:1rem !default;
|
|
611
|
-
$messageTextFontWeight:400 !default;
|
|
589
|
+
$messageMargin: 1rem 0 !default;
|
|
590
|
+
$messagePadding: 1.143rem 1.357rem !default;
|
|
591
|
+
$messageBorderWidth: 0 0 0 20px !default;
|
|
592
|
+
$messageIconFontSize: 1.286rem !default;
|
|
593
|
+
$messageTextFontSize: 1rem !default;
|
|
594
|
+
$messageTextFontWeight: 400 !default;
|
|
612
595
|
|
|
613
596
|
//inline message
|
|
614
|
-
$inlineMessagePadding
|
|
615
|
-
$inlineMessageMargin:0 !default;
|
|
616
|
-
$inlineMessageIconFontSize:1.286rem
|
|
617
|
-
$inlineMessageTextFontSize:1rem !default;
|
|
618
|
-
$inlineMessageBorderWidth:0 0 0 20px !default;
|
|
597
|
+
$inlineMessagePadding: $inputPadding !default;
|
|
598
|
+
$inlineMessageMargin: 0 !default;
|
|
599
|
+
$inlineMessageIconFontSize: 1.286rem !default;
|
|
600
|
+
$inlineMessageTextFontSize: 1rem !default;
|
|
601
|
+
$inlineMessageBorderWidth: 0 0 0 20px !default;
|
|
619
602
|
|
|
620
603
|
//toast
|
|
621
|
-
$toastIconFontSize:1.286rem !default;
|
|
622
|
-
$toastMessageTextMargin:0 0 0 1rem !default;
|
|
623
|
-
$toastMargin:0 0 1rem 0 !default;
|
|
624
|
-
$toastPadding:1.143rem 1.357rem !default;
|
|
625
|
-
$toastBorderWidth:0 0 0 20px !default;
|
|
626
|
-
$toastShadow:none !default;
|
|
627
|
-
$toastOpacity
|
|
628
|
-
$toastTitleFontWeight:400 !default;
|
|
629
|
-
$toastDetailMargin
|
|
604
|
+
$toastIconFontSize: 1.286rem !default;
|
|
605
|
+
$toastMessageTextMargin: 0 0 0 1rem !default;
|
|
606
|
+
$toastMargin: 0 0 1rem 0 !default;
|
|
607
|
+
$toastPadding: 1.143rem 1.357rem !default;
|
|
608
|
+
$toastBorderWidth: 0 0 0 20px !default;
|
|
609
|
+
$toastShadow: none !default;
|
|
610
|
+
$toastOpacity: 0.9 !default;
|
|
611
|
+
$toastTitleFontWeight: 400 !default;
|
|
612
|
+
$toastDetailMargin: $inlineSpacing 0 0 0 !default;
|
|
630
613
|
|
|
631
614
|
//severities
|
|
632
|
-
$infoMessageBg
|
|
633
|
-
$infoMessageBorder:solid #
|
|
634
|
-
$infoMessageTextColor
|
|
635
|
-
$infoMessageIconColor
|
|
636
|
-
$successMessageBg
|
|
637
|
-
$successMessageBorder:solid #
|
|
638
|
-
$successMessageTextColor
|
|
639
|
-
$successMessageIconColor
|
|
640
|
-
$warningMessageBg
|
|
641
|
-
$warningMessageBorder:solid #
|
|
642
|
-
$warningMessageTextColor
|
|
643
|
-
$warningMessageIconColor
|
|
644
|
-
$errorMessageBg
|
|
645
|
-
$errorMessageBorder:solid #
|
|
646
|
-
$errorMessageTextColor
|
|
647
|
-
$errorMessageIconColor
|
|
615
|
+
$infoMessageBg: $shade500 !default;
|
|
616
|
+
$infoMessageBorder: solid #873efe !default;
|
|
617
|
+
$infoMessageTextColor: $shade000 !default;
|
|
618
|
+
$infoMessageIconColor: $shade000 !default;
|
|
619
|
+
$successMessageBg: $shade500 !default;
|
|
620
|
+
$successMessageBorder: solid #0bd18a !default;
|
|
621
|
+
$successMessageTextColor: $shade000 !default;
|
|
622
|
+
$successMessageIconColor: $shade000 !default;
|
|
623
|
+
$warningMessageBg: $shade500 !default;
|
|
624
|
+
$warningMessageBorder: solid #eee500 !default;
|
|
625
|
+
$warningMessageTextColor: $shade000 !default;
|
|
626
|
+
$warningMessageIconColor: $shade000 !default;
|
|
627
|
+
$errorMessageBg: $shade500 !default;
|
|
628
|
+
$errorMessageBorder: solid #fc6161 !default;
|
|
629
|
+
$errorMessageTextColor: $shade000 !default;
|
|
630
|
+
$errorMessageIconColor: $shade000 !default;
|
|
648
631
|
|
|
649
632
|
//overlays
|
|
650
|
-
$overlayContentBorder:0 none !default;
|
|
651
|
-
$overlayContentBg
|
|
652
|
-
$overlayContainerShadow:0px 10px 30px rgba(0, 0, 0, 0.3) !default;
|
|
633
|
+
$overlayContentBorder: 0 none !default;
|
|
634
|
+
$overlayContentBg: #252636 !default;
|
|
635
|
+
$overlayContainerShadow: 0px 10px 30px rgba(0, 0, 0, 0.3) !default;
|
|
653
636
|
|
|
654
637
|
//dialog
|
|
655
|
-
$dialogBorderRadius:20px;
|
|
656
|
-
$dialogHeaderBg
|
|
657
|
-
$dialogHeaderBorder:0 none !default;
|
|
658
|
-
$dialogHeaderTextColor
|
|
659
|
-
$dialogHeaderFontWeight:500 !default;
|
|
660
|
-
$dialogHeaderFontSize:1.143rem !default;
|
|
661
|
-
$dialogHeaderPadding:1.286rem 1.714rem !default;
|
|
662
|
-
$dialogContentPadding:0 1.714rem 1.714rem 1.714rem !default;
|
|
663
|
-
$dialogFooterBorder:0 none !default;
|
|
664
|
-
$dialogFooterPadding:0 1.714rem 1.714rem 1.714rem !default;
|
|
638
|
+
$dialogBorderRadius: 20px;
|
|
639
|
+
$dialogHeaderBg: #252636 !default;
|
|
640
|
+
$dialogHeaderBorder: 0 none !default;
|
|
641
|
+
$dialogHeaderTextColor: $shade000 !default;
|
|
642
|
+
$dialogHeaderFontWeight: 500 !default;
|
|
643
|
+
$dialogHeaderFontSize: 1.143rem !default;
|
|
644
|
+
$dialogHeaderPadding: 1.286rem 1.714rem !default;
|
|
645
|
+
$dialogContentPadding: 0 1.714rem 1.714rem 1.714rem !default;
|
|
646
|
+
$dialogFooterBorder: 0 none !default;
|
|
647
|
+
$dialogFooterPadding: 0 1.714rem 1.714rem 1.714rem !default;
|
|
648
|
+
|
|
649
|
+
//confirmpopup
|
|
650
|
+
$confirmPopupContentPadding: $panelContentPadding !default;
|
|
651
|
+
$confirmPopupFooterPadding: 0 1.25rem 1.25rem 1.25rem !default;
|
|
665
652
|
|
|
666
653
|
//tooltip
|
|
667
|
-
$tooltipBg
|
|
668
|
-
$tooltipTextColor
|
|
669
|
-
$tooltipPadding
|
|
654
|
+
$tooltipBg: $solidSurfaceColor !default;
|
|
655
|
+
$tooltipTextColor: $shade000 !default;
|
|
656
|
+
$tooltipPadding: $inputPadding !default;
|
|
670
657
|
|
|
671
658
|
//steps
|
|
672
|
-
$stepsItemBg:transparent !default;
|
|
673
|
-
$stepsItemBorder:0 none !default;
|
|
674
|
-
$stepsItemTextColor
|
|
675
|
-
$
|
|
676
|
-
$
|
|
677
|
-
$
|
|
678
|
-
$
|
|
679
|
-
$
|
|
680
|
-
$
|
|
681
|
-
|
|
682
|
-
|
|
683
|
-
$
|
|
684
|
-
$
|
|
685
|
-
$
|
|
686
|
-
$
|
|
687
|
-
$
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
$
|
|
691
|
-
$
|
|
692
|
-
$
|
|
693
|
-
$
|
|
694
|
-
$progressBarValueTextColor:$primaryTextColor !default;
|
|
659
|
+
$stepsItemBg: transparent !default;
|
|
660
|
+
$stepsItemBorder: 0 none !default;
|
|
661
|
+
$stepsItemTextColor: $shade200 !default;
|
|
662
|
+
$stepsItemNumberWidth: 1.714rem !default;
|
|
663
|
+
$stepsItemNumberHeight: 1.714rem !default;
|
|
664
|
+
$stepsItemNumberFontSize: 1.143rem !default;
|
|
665
|
+
$stepsItemNumberColor: $shade200 !default;
|
|
666
|
+
$stepsItemNumberBorderRadius: 12px !default;
|
|
667
|
+
$stepsItemActiveFontWeight: 400 !default;
|
|
668
|
+
|
|
669
|
+
//progressbar, progressspinner
|
|
670
|
+
$progressBarHeight: 0.571rem !default;
|
|
671
|
+
$progressBarBorder: 0 none !default;
|
|
672
|
+
$progressBarBg: $shade600 !default;
|
|
673
|
+
$progressBarValueBg: $primaryColor !default;
|
|
674
|
+
$progressBarValueTextColor: $primaryTextColor !default;
|
|
675
|
+
|
|
676
|
+
$progressSpinnerStrokeColor: $errorMessageTextColor !default;
|
|
677
|
+
$progressSpinnerColorOne: $errorMessageTextColor !default;
|
|
678
|
+
$progressSpinnerColorTwo: $infoMessageTextColor !default;
|
|
679
|
+
$progressSpinnerColorThree: $successMessageTextColor !default;
|
|
680
|
+
$progressSpinnerColorFour: $warningMessageTextColor !default;
|
|
695
681
|
|
|
696
682
|
//menu (e.g. menu, menubar, tieredmenu)
|
|
697
|
-
$menuWidth:12.5rem !default;
|
|
698
|
-
$menuBg:transparent !default;
|
|
699
|
-
$menuBorder:1px solid $shade700 !default;
|
|
700
|
-
$menuTextColor
|
|
701
|
-
$menuitemPadding:0.571rem 0.429rem !default;
|
|
702
|
-
$menuitemBorderRadius
|
|
703
|
-
$menuitemBorder:1px solid transparent !default;
|
|
704
|
-
$menuitemTextColor
|
|
705
|
-
$menuitemIconColor
|
|
706
|
-
$menuitemTextHoverColor
|
|
707
|
-
$menuitemIconHoverColor
|
|
708
|
-
$menuitemHoverBg
|
|
709
|
-
$
|
|
710
|
-
$
|
|
711
|
-
$
|
|
712
|
-
$
|
|
713
|
-
$
|
|
714
|
-
$
|
|
715
|
-
$
|
|
716
|
-
$
|
|
717
|
-
$
|
|
718
|
-
$
|
|
719
|
-
$
|
|
720
|
-
$
|
|
721
|
-
$
|
|
722
|
-
$
|
|
723
|
-
$
|
|
724
|
-
$
|
|
725
|
-
$
|
|
726
|
-
$
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
$
|
|
731
|
-
$
|
|
732
|
-
$
|
|
733
|
-
$
|
|
734
|
-
$
|
|
735
|
-
$
|
|
736
|
-
$
|
|
737
|
-
|
|
738
|
-
|
|
739
|
-
$
|
|
740
|
-
$
|
|
741
|
-
$
|
|
742
|
-
$
|
|
743
|
-
$
|
|
744
|
-
$
|
|
745
|
-
$
|
|
746
|
-
$
|
|
747
|
-
$
|
|
748
|
-
$
|
|
749
|
-
$
|
|
750
|
-
$
|
|
751
|
-
$
|
|
752
|
-
$horizontalMenuRootMenuitemActiveBg:$menuitemActiveBg !default;
|
|
683
|
+
$menuWidth: 12.5rem !default;
|
|
684
|
+
$menuBg: transparent !default;
|
|
685
|
+
$menuBorder: 1px solid $shade700 !default;
|
|
686
|
+
$menuTextColor: $shade100 !default;
|
|
687
|
+
$menuitemPadding: 0.571rem 0.429rem !default;
|
|
688
|
+
$menuitemBorderRadius: $borderRadius !default;
|
|
689
|
+
$menuitemBorder: 1px solid transparent !default;
|
|
690
|
+
$menuitemTextColor: $shade100 !default;
|
|
691
|
+
$menuitemIconColor: $shade100 !default;
|
|
692
|
+
$menuitemTextHoverColor: $shade000 !default;
|
|
693
|
+
$menuitemIconHoverColor: $shade000 !default;
|
|
694
|
+
$menuitemHoverBg: $shade500 !default;
|
|
695
|
+
$menuitemTextFocusColor: $shade000 !default;
|
|
696
|
+
$menuitemIconFocusColor: $shade000 !default;
|
|
697
|
+
$menuitemFocusBg: $shade600 !default;
|
|
698
|
+
$menuitemTextActiveColor: $highlightTextColor !default;
|
|
699
|
+
$menuitemIconActiveColor: $highlightTextColor !default;
|
|
700
|
+
$menuitemActiveBg: $highlightBg !default;
|
|
701
|
+
$menuitemActiveFocusBg: $highlightFocusBg !default;
|
|
702
|
+
$menuitemSubmenuIconFontSize: 0.875rem !default;
|
|
703
|
+
$submenuHeaderMargin: 0 !default;
|
|
704
|
+
$submenuHeaderPadding: 0.571rem 0.429rem !default;
|
|
705
|
+
$submenuHeaderBg: transparent !default;
|
|
706
|
+
$submenuHeaderTextColor: $shade200 !default;
|
|
707
|
+
$submenuHeaderBorderRadius: $borderRadius !default;
|
|
708
|
+
$submenuHeaderFontWeight: 500 !default;
|
|
709
|
+
$overlayMenuBg: $solidSurfaceColor !default;
|
|
710
|
+
$overlayMenuBorder: 1px solid transparent !default;
|
|
711
|
+
$overlayMenuShadow: none !default;
|
|
712
|
+
$verticalMenuPadding: 0.429rem !default;
|
|
713
|
+
$menuSeparatorMargin: 0.25rem 0 !default;
|
|
714
|
+
|
|
715
|
+
$breadcrumbPadding: 0.857rem !default;
|
|
716
|
+
$breadcrumbBg: $menuBg !default;
|
|
717
|
+
$breadcrumbBorder: $menuBorder !default;
|
|
718
|
+
$breadcrumbItemTextColor: $menuitemTextColor !default;
|
|
719
|
+
$breadcrumbItemIconColor: $menuitemIconColor !default;
|
|
720
|
+
$breadcrumbLastItemTextColor: $menuitemTextColor !default;
|
|
721
|
+
$breadcrumbLastItemIconColor: $menuitemIconColor !default;
|
|
722
|
+
$breadcrumbSeparatorColor: $menuitemTextColor !default;
|
|
723
|
+
|
|
724
|
+
$horizontalMenuPadding: 0.857rem !default;
|
|
725
|
+
$horizontalMenuBg: $menuBg !default;
|
|
726
|
+
$horizontalMenuBorder: $menuBorder !default;
|
|
727
|
+
$horizontalMenuTextColor: $menuTextColor !default;
|
|
728
|
+
$horizontalMenuRootMenuitemPadding: $menuitemPadding !default;
|
|
729
|
+
$horizontalMenuRootMenuitemBorderRadius: $borderRadius !default;
|
|
730
|
+
$horizontalMenuRootMenuitemTextColor: $menuitemTextColor !default;
|
|
731
|
+
$horizontalMenuRootMenuitemIconColor: $menuitemIconColor !default;
|
|
732
|
+
$horizontalMenuRootMenuitemTextHoverColor: $menuitemTextHoverColor !default;
|
|
733
|
+
$horizontalMenuRootMenuitemIconHoverColor: $menuitemIconHoverColor !default;
|
|
734
|
+
$horizontalMenuRootMenuitemHoverBg: $menuitemHoverBg !default;
|
|
735
|
+
$horizontalMenuRootMenuitemTextActiveColor: $menuitemTextActiveColor !default;
|
|
736
|
+
$horizontalMenuRootMenuitemIconActiveColor: $menuitemIconActiveColor !default;
|
|
737
|
+
$horizontalMenuRootMenuitemActiveBg: $menuitemActiveBg !default;
|
|
753
738
|
|
|
754
739
|
//badge and tag
|
|
755
|
-
$badgeBg
|
|
756
|
-
$badgeTextColor
|
|
757
|
-
$badgeMinWidth:1.429rem !default;
|
|
758
|
-
$badgeHeight:1.429rem !default;
|
|
759
|
-
$badgeFontWeight:500 !default;
|
|
760
|
-
$badgeFontSize:1rem !default;
|
|
740
|
+
$badgeBg: $primaryColor !default;
|
|
741
|
+
$badgeTextColor: $primaryTextColor !default;
|
|
742
|
+
$badgeMinWidth: 1.429rem !default;
|
|
743
|
+
$badgeHeight: 1.429rem !default;
|
|
744
|
+
$badgeFontWeight: 500 !default;
|
|
745
|
+
$badgeFontSize: 1rem !default;
|
|
761
746
|
|
|
762
|
-
$tagPadding:0 0.429rem !default;
|
|
747
|
+
$tagPadding: 0 0.429rem !default;
|
|
763
748
|
|
|
764
749
|
//carousel
|
|
765
|
-
$carouselIndicatorsPadding:1rem !default;
|
|
766
|
-
$carouselIndicatorBg
|
|
767
|
-
$carouselIndicatorHoverBg
|
|
768
|
-
$carouselIndicatorBorderRadius:3px !default;
|
|
769
|
-
$carouselIndicatorWidth:1.429rem !default;
|
|
770
|
-
$carouselIndicatorHeight:0.572rem !default;
|
|
771
|
-
$carouselIndicatorActiveBg: $shade100 !default;
|
|
772
|
-
$carouselIndicatorActiveTextColor: $shade000 !default;
|
|
750
|
+
$carouselIndicatorsPadding: 1rem !default;
|
|
751
|
+
$carouselIndicatorBg: $shade600 !default;
|
|
752
|
+
$carouselIndicatorHoverBg: $shade800 !default;
|
|
753
|
+
$carouselIndicatorBorderRadius: 3px !default;
|
|
754
|
+
$carouselIndicatorWidth: 1.429rem !default;
|
|
755
|
+
$carouselIndicatorHeight: 0.572rem !default;
|
|
773
756
|
|
|
774
757
|
//galleria
|
|
775
|
-
$galleriaMaskBg:rgba(0,0,0,0.9) !default;
|
|
776
|
-
$galleriaCloseIconMargin
|
|
777
|
-
$galleriaCloseIconFontSize:2rem !default;
|
|
778
|
-
$galleriaCloseIconBg:transparent !default;
|
|
779
|
-
$galleriaCloseIconColor
|
|
780
|
-
$galleriaCloseIconHoverBg:rgba(255,255,255,0.1) !default;
|
|
781
|
-
$galleriaCloseIconHoverColor
|
|
782
|
-
$galleriaCloseIconWidth:4rem !default;
|
|
783
|
-
$galleriaCloseIconHeight:4rem !default;
|
|
784
|
-
$galleriaCloseIconBorderRadius:50% !default;
|
|
785
|
-
|
|
786
|
-
$galleriaItemNavigatorBg:transparent !default;
|
|
787
|
-
$galleriaItemNavigatorColor
|
|
788
|
-
$galleriaItemNavigatorMargin:0 .5rem !default;
|
|
789
|
-
$galleriaItemNavigatorFontSize:2rem !default;
|
|
790
|
-
$galleriaItemNavigatorHoverBg:rgba(255,255,255,0.1) !default;
|
|
791
|
-
$galleriaItemNavigatorHoverColor
|
|
792
|
-
$galleriaItemNavigatorWidth:4rem !default;
|
|
793
|
-
$galleriaItemNavigatorHeight:4rem !default;
|
|
794
|
-
$galleriaItemNavigatorBorderRadius
|
|
795
|
-
|
|
796
|
-
$galleriaCaptionBg:rgba(0,0,0
|
|
797
|
-
$galleriaCaptionTextColor
|
|
798
|
-
$galleriaCaptionPadding:1rem !default;
|
|
799
|
-
|
|
800
|
-
$galleriaIndicatorsPadding:1rem !default;
|
|
801
|
-
$galleriaIndicatorBg
|
|
802
|
-
$galleriaIndicatorHoverBg
|
|
803
|
-
$galleriaIndicatorBorderRadius:3px !default;
|
|
804
|
-
$galleriaIndicatorWidth:1.429rem !default;
|
|
805
|
-
$galleriaIndicatorHeight:0.286rem !default;
|
|
806
|
-
$galleriaIndicatorsBgOnItem:rgba(0,0,0
|
|
807
|
-
$galleriaIndicatorBgOnItem
|
|
808
|
-
$galleriaIndicatorHoverBgOnItem
|
|
809
|
-
|
|
810
|
-
$
|
|
811
|
-
|
|
812
|
-
$
|
|
813
|
-
$
|
|
814
|
-
$
|
|
815
|
-
$
|
|
816
|
-
$
|
|
817
|
-
$
|
|
818
|
-
$
|
|
819
|
-
$galleriaThumbnailNavigatorWidth:2rem !default;
|
|
820
|
-
$galleriaThumbnailNavigatorHeight:2rem !default;
|
|
758
|
+
$galleriaMaskBg: rgba(0, 0, 0, 0.9) !default;
|
|
759
|
+
$galleriaCloseIconMargin: 0.5rem !default;
|
|
760
|
+
$galleriaCloseIconFontSize: 2rem !default;
|
|
761
|
+
$galleriaCloseIconBg: transparent !default;
|
|
762
|
+
$galleriaCloseIconColor: #f8f9fa !default;
|
|
763
|
+
$galleriaCloseIconHoverBg: rgba(255, 255, 255, 0.1) !default;
|
|
764
|
+
$galleriaCloseIconHoverColor: #f8f9fa !default;
|
|
765
|
+
$galleriaCloseIconWidth: 4rem !default;
|
|
766
|
+
$galleriaCloseIconHeight: 4rem !default;
|
|
767
|
+
$galleriaCloseIconBorderRadius: 50% !default;
|
|
768
|
+
|
|
769
|
+
$galleriaItemNavigatorBg: transparent !default;
|
|
770
|
+
$galleriaItemNavigatorColor: #f8f9fa !default;
|
|
771
|
+
$galleriaItemNavigatorMargin: 0 0.5rem !default;
|
|
772
|
+
$galleriaItemNavigatorFontSize: 2rem !default;
|
|
773
|
+
$galleriaItemNavigatorHoverBg: rgba(255, 255, 255, 0.1) !default;
|
|
774
|
+
$galleriaItemNavigatorHoverColor: #f8f9fa !default;
|
|
775
|
+
$galleriaItemNavigatorWidth: 4rem !default;
|
|
776
|
+
$galleriaItemNavigatorHeight: 4rem !default;
|
|
777
|
+
$galleriaItemNavigatorBorderRadius: $borderRadius !default;
|
|
778
|
+
|
|
779
|
+
$galleriaCaptionBg: rgba(0, 0, 0, 0.5) !default;
|
|
780
|
+
$galleriaCaptionTextColor: #f8f9fa !default;
|
|
781
|
+
$galleriaCaptionPadding: 1rem !default;
|
|
782
|
+
|
|
783
|
+
$galleriaIndicatorsPadding: 1rem !default;
|
|
784
|
+
$galleriaIndicatorBg: $shade600 !default;
|
|
785
|
+
$galleriaIndicatorHoverBg: $shade800 !default;
|
|
786
|
+
$galleriaIndicatorBorderRadius: 3px !default;
|
|
787
|
+
$galleriaIndicatorWidth: 1.429rem !default;
|
|
788
|
+
$galleriaIndicatorHeight: 0.286rem !default;
|
|
789
|
+
$galleriaIndicatorsBgOnItem: rgba(0, 0, 0, 0.5) !default;
|
|
790
|
+
$galleriaIndicatorBgOnItem: $shade100 !default;
|
|
791
|
+
$galleriaIndicatorHoverBgOnItem: $shade000 !default;
|
|
792
|
+
|
|
793
|
+
$galleriaThumbnailContainerBg: rgba(0, 0, 0, 0.9) !default;
|
|
794
|
+
$galleriaThumbnailContainerPadding: 1rem 0.25rem !default;
|
|
795
|
+
$galleriaThumbnailNavigatorBg: transparent !default;
|
|
796
|
+
$galleriaThumbnailNavigatorColor: #f8f9fa !default;
|
|
797
|
+
$galleriaThumbnailNavigatorHoverBg: rgba(255, 255, 255, 0.1) !default;
|
|
798
|
+
$galleriaThumbnailNavigatorHoverColor: #f8f9fa !default;
|
|
799
|
+
$galleriaThumbnailNavigatorBorderRadius: 50% !default;
|
|
800
|
+
$galleriaThumbnailNavigatorWidth: 2rem !default;
|
|
801
|
+
$galleriaThumbnailNavigatorHeight: 2rem !default;
|
|
821
802
|
|
|
822
803
|
//divider
|
|
823
|
-
$dividerHorizontalMargin:1rem 0 !default;
|
|
824
|
-
$dividerHorizontalPadding:0 1rem !default;
|
|
825
|
-
$dividerVerticalMargin:0 1rem !default;
|
|
826
|
-
$dividerVerticalPadding:1rem 0 !default;
|
|
827
|
-
$dividerSize:1px !default;
|
|
828
|
-
$dividerColor
|
|
804
|
+
$dividerHorizontalMargin: 1rem 0 !default;
|
|
805
|
+
$dividerHorizontalPadding: 0 1rem !default;
|
|
806
|
+
$dividerVerticalMargin: 0 1rem !default;
|
|
807
|
+
$dividerVerticalPadding: 1rem 0 !default;
|
|
808
|
+
$dividerSize: 1px !default;
|
|
809
|
+
$dividerColor: $shade600 !default;
|
|
829
810
|
|
|
830
811
|
//avatar
|
|
831
|
-
$avatarBg
|
|
832
|
-
$avatarTextColor
|
|
812
|
+
$avatarBg: $shade500 !default;
|
|
813
|
+
$avatarTextColor: $textColor !default;
|
|
833
814
|
|
|
834
815
|
//chip
|
|
835
|
-
$chipBg
|
|
836
|
-
$chipTextColor
|
|
816
|
+
$chipBg: $shade500 !default;
|
|
817
|
+
$chipTextColor: $textColor !default;
|
|
837
818
|
$chipBorderRadius: 16px !default;
|
|
819
|
+
$chipFocusBg: $shade500 !default;
|
|
820
|
+
$chipFocusTextColor: $textColor !default;
|
|
838
821
|
|
|
839
822
|
//scrollTop
|
|
840
|
-
$scrollTopBg
|
|
841
|
-
$scrollTopHoverBg:scale-color($highlightBg, $alpha: 24%) !default;
|
|
842
|
-
$scrollTopWidth:3rem !default;
|
|
843
|
-
$scrollTopHeight:3rem !default;
|
|
844
|
-
$scrollTopBorderRadius:50% !default;
|
|
845
|
-
$scrollTopFontSize:1.5rem !default;
|
|
846
|
-
$scrollTopTextColor
|
|
823
|
+
$scrollTopBg: $highlightBg !default;
|
|
824
|
+
$scrollTopHoverBg: scale-color($highlightBg, $alpha: 24%) !default;
|
|
825
|
+
$scrollTopWidth: 3rem !default;
|
|
826
|
+
$scrollTopHeight: 3rem !default;
|
|
827
|
+
$scrollTopBorderRadius: 50% !default;
|
|
828
|
+
$scrollTopFontSize: 1.5rem !default;
|
|
829
|
+
$scrollTopTextColor: $highlightTextColor !default;
|
|
847
830
|
|
|
848
831
|
//skeleton
|
|
849
|
-
$skeletonBg:rgba(255,255,255
|
|
850
|
-
$skeletonAnimationBg:rgba(255,255,255
|
|
832
|
+
$skeletonBg: rgba(255, 255, 255, 0.06) !default;
|
|
833
|
+
$skeletonAnimationBg: rgba(255, 255, 255, 0.04) !default;
|
|
851
834
|
|
|
852
835
|
//splitter
|
|
853
|
-
$splitterGutterBg
|
|
854
|
-
$splitterGutterHandleBg
|
|
836
|
+
$splitterGutterBg: $shade700 !default;
|
|
837
|
+
$splitterGutterHandleBg: $shade700 !default;
|
|
855
838
|
|
|
856
839
|
//speeddial
|
|
857
840
|
$speedDialButtonWidth: 4rem !default;
|
|
@@ -867,41 +850,46 @@ $speedDialActionTextHoverColor: $shade900 !default;
|
|
|
867
850
|
//dock
|
|
868
851
|
$dockActionWidth: 4rem !default;
|
|
869
852
|
$dockActionHeight: 4rem !default;
|
|
870
|
-
$dockItemPadding: .5rem !default;
|
|
853
|
+
$dockItemPadding: 0.5rem !default;
|
|
854
|
+
$dockItemBorderRadius: $borderRadius !default;
|
|
871
855
|
$dockCurrentItemMargin: 1.5rem !default;
|
|
872
856
|
$dockFirstItemsMargin: 1.3rem !default;
|
|
873
857
|
$dockSecondItemsMargin: 0.9rem !default;
|
|
874
|
-
$dockBg: rgba(255,255,255
|
|
875
|
-
$dockBorder: 1px solid rgba(255,255,255,0.2) !default;
|
|
876
|
-
$dockPadding: .5rem .5rem !default;
|
|
877
|
-
$dockBorderRadius: .5rem !default;
|
|
858
|
+
$dockBg: rgba(255, 255, 255, 0.1) !default;
|
|
859
|
+
$dockBorder: 1px solid rgba(255, 255, 255, 0.2) !default;
|
|
860
|
+
$dockPadding: 0.5rem 0.5rem !default;
|
|
861
|
+
$dockBorderRadius: 0.5rem !default;
|
|
878
862
|
|
|
879
863
|
//image
|
|
880
|
-
$imageMaskBg:rgba(0,0,0,0.9) !default;
|
|
881
|
-
$imagePreviewToolbarPadding:1rem !default;
|
|
882
|
-
$imagePreviewIndicatorColor
|
|
883
|
-
$imagePreviewIndicatorBg:rgba(0,0,0,0.5) !default;
|
|
884
|
-
$imagePreviewActionIconBg:transparent !default;
|
|
885
|
-
$imagePreviewActionIconColor
|
|
886
|
-
$imagePreviewActionIconHoverBg:rgba(255,255,255,0.1) !default;
|
|
887
|
-
$imagePreviewActionIconHoverColor
|
|
888
|
-
$imagePreviewActionIconWidth:3rem !default;
|
|
889
|
-
$imagePreviewActionIconHeight:3rem !default;
|
|
890
|
-
$imagePreviewActionIconFontSize:1.5rem !default;
|
|
891
|
-
$imagePreviewActionIconBorderRadius:50% !default;
|
|
864
|
+
$imageMaskBg: rgba(0, 0, 0, 0.9) !default;
|
|
865
|
+
$imagePreviewToolbarPadding: 1rem !default;
|
|
866
|
+
$imagePreviewIndicatorColor: #f8f9fa !default;
|
|
867
|
+
$imagePreviewIndicatorBg: rgba(0, 0, 0, 0.5) !default;
|
|
868
|
+
$imagePreviewActionIconBg: transparent !default;
|
|
869
|
+
$imagePreviewActionIconColor: #f8f9fa !default;
|
|
870
|
+
$imagePreviewActionIconHoverBg: rgba(255, 255, 255, 0.1) !default;
|
|
871
|
+
$imagePreviewActionIconHoverColor: #f8f9fa !default;
|
|
872
|
+
$imagePreviewActionIconWidth: 3rem !default;
|
|
873
|
+
$imagePreviewActionIconHeight: 3rem !default;
|
|
874
|
+
$imagePreviewActionIconFontSize: 1.5rem !default;
|
|
875
|
+
$imagePreviewActionIconBorderRadius: 50% !default;
|
|
892
876
|
|
|
893
877
|
:root {
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
--
|
|
898
|
-
--
|
|
899
|
-
--surface-
|
|
900
|
-
--
|
|
901
|
-
--
|
|
902
|
-
--
|
|
903
|
-
--
|
|
904
|
-
--
|
|
878
|
+
font-family: 'Inter var', sans-serif;
|
|
879
|
+
font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
|
|
880
|
+
font-variation-settings: normal;
|
|
881
|
+
--font-family: 'Inter var', sans-serif;
|
|
882
|
+
--font-feature-settings: 'cv02', 'cv03', 'cv04', 'cv11';
|
|
883
|
+
--surface-a: #{$shade800};
|
|
884
|
+
--surface-b: #{$shade900};
|
|
885
|
+
--surface-c: #{$hoverBg};
|
|
886
|
+
--surface-d: #{$shade600};
|
|
887
|
+
--surface-e: #{$shade800};
|
|
888
|
+
--surface-f: #{$shade800};
|
|
889
|
+
--text-color: #{$shade000};
|
|
890
|
+
--text-color-secondary: #{$shade100};
|
|
891
|
+
--primary-color: #{$primaryColor};
|
|
892
|
+
--primary-color-text: #{$primaryTextColor};
|
|
905
893
|
--surface-0: #0a061a;
|
|
906
894
|
--surface-50: #231f31;
|
|
907
895
|
--surface-100: #3b3848;
|
|
@@ -923,15 +911,18 @@ $imagePreviewActionIconBorderRadius:50% !default;
|
|
|
923
911
|
--gray-700: #3b3848;
|
|
924
912
|
--gray-800: #231f31;
|
|
925
913
|
--gray-900: #0a061a;
|
|
926
|
-
--content-padding
|
|
927
|
-
--inline-spacing
|
|
928
|
-
--border-radius
|
|
929
|
-
--surface-ground:linear-gradient(180deg, #
|
|
930
|
-
--surface-section:
|
|
931
|
-
--surface-card:rgba(255, 255, 255, 0.05);
|
|
932
|
-
--surface-overlay:linear-gradient(180deg, #
|
|
933
|
-
--surface-border:rgba(255, 255, 255, 0.15);
|
|
934
|
-
--surface-hover:rgba(255, 255, 255, 0.05);
|
|
935
|
-
--maskbg: #{$maskBg};
|
|
914
|
+
--content-padding: #{$panelContentPadding};
|
|
915
|
+
--inline-spacing: #{$inlineSpacing};
|
|
916
|
+
--border-radius: #{$borderRadius};
|
|
917
|
+
--surface-ground: linear-gradient(180deg, #2e323f 0%, #0a061a 100%);
|
|
918
|
+
--surface-section: #2e323f;
|
|
919
|
+
--surface-card: rgba(255, 255, 255, 0.05);
|
|
920
|
+
--surface-overlay: linear-gradient(180deg, #2e323f 0%, #0a061a 100%);
|
|
921
|
+
--surface-border: rgba(255, 255, 255, 0.15);
|
|
922
|
+
--surface-hover: rgba(255, 255, 255, 0.05);
|
|
936
923
|
--focus-ring: #{$focusShadow};
|
|
924
|
+
--maskbg: #{$maskBg};
|
|
925
|
+
--highlight-bg: #{$highlightBg};
|
|
926
|
+
--highlight-text-color: #{$highlightTextColor};
|
|
927
|
+
color-scheme: dark;
|
|
937
928
|
}
|