@evotor-dev/ui-kit 8.0.0-beta.14 → 8.0.0-beta.3
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/esm2022/lib/common/collection/evo-collection-fabric.mjs +1 -1
- package/esm2022/lib/common/evo-base-control.mjs +5 -5
- package/esm2022/lib/common/form-helper/form-helper.mjs +1 -1
- package/esm2022/lib/components/evo-accordion/evo-accordion-content/evo-accordion-content.component.mjs +6 -6
- package/esm2022/lib/components/evo-accordion/evo-accordion-panel/evo-accordion-panel.component.mjs +4 -4
- package/esm2022/lib/components/evo-accordion/evo-accordion-title/evo-accordion-title.component.mjs +5 -5
- package/esm2022/lib/components/evo-accordion/evo-accordion.component.mjs +5 -5
- package/esm2022/lib/components/evo-accordion/evo-accordion.module.mjs +4 -4
- package/esm2022/lib/components/evo-alert/evo-alert.component.mjs +79 -0
- package/esm2022/lib/components/evo-alert/evo-alert.module.mjs +27 -0
- package/esm2022/lib/components/evo-alert/index.mjs +2 -0
- package/esm2022/lib/components/evo-alert/public-api.mjs +3 -0
- package/esm2022/lib/components/evo-autocomplete/components/evo-autocomplete.component.mjs +6 -6
- package/esm2022/lib/components/evo-autocomplete/components/templates/evo-autocomplete-default-option.component.mjs +5 -5
- package/esm2022/lib/components/evo-autocomplete/evo-autocomplete.module.mjs +4 -4
- package/esm2022/lib/components/evo-autocomplete/models/DaDataParty.mjs +1 -1
- package/esm2022/lib/components/evo-badge/evo-badge.component.mjs +4 -4
- package/esm2022/lib/components/evo-badge/evo-badge.module.mjs +4 -4
- package/esm2022/lib/components/evo-banner/evo-banner.component.mjs +109 -0
- package/esm2022/lib/components/evo-banner/evo-banner.module.mjs +23 -0
- package/esm2022/lib/components/evo-banner/index.mjs +2 -0
- package/esm2022/lib/components/evo-banner/public-api.mjs +3 -0
- package/esm2022/lib/components/evo-button/components/evo-button/evo-button.component.mjs +5 -5
- package/esm2022/lib/components/evo-button/components/evo-button-old/evo-button-old.component.mjs +91 -0
- package/esm2022/lib/components/evo-button/evo-button.module.mjs +8 -7
- package/esm2022/lib/components/evo-button/public-api.mjs +2 -1
- package/esm2022/lib/components/evo-checkbox/evo-checkbox.component.mjs +7 -7
- package/esm2022/lib/components/evo-checkbox/evo-checkbox.module.mjs +4 -4
- package/esm2022/lib/components/evo-chip/evo-chip.component.mjs +4 -4
- package/esm2022/lib/components/evo-chip/evo-chip.module.mjs +4 -4
- package/esm2022/lib/components/evo-control-error/evo-control-error.component.mjs +4 -4
- package/esm2022/lib/components/evo-control-error/evo-control-error.module.mjs +4 -4
- package/esm2022/lib/components/evo-control-label/evo-control-label.component.mjs +3 -3
- package/esm2022/lib/components/evo-control-label/evo-control-label.module.mjs +4 -4
- package/esm2022/lib/components/evo-counter/evo-counter.component.mjs +5 -5
- package/esm2022/lib/components/evo-counter/evo-counter.module.mjs +4 -4
- package/esm2022/lib/components/evo-datepicker/evo-datepicker.component.mjs +7 -7
- package/esm2022/lib/components/evo-datepicker/evo-datepicker.module.mjs +4 -4
- package/esm2022/lib/components/evo-dropdown/evo-dropdown-origin.directive.mjs +5 -5
- package/esm2022/lib/components/evo-dropdown/evo-dropdown.component.mjs +5 -5
- package/esm2022/lib/components/evo-dropdown/evo-dropdown.module.mjs +4 -4
- package/esm2022/lib/components/evo-icon/evo-icon.component.mjs +5 -5
- package/esm2022/lib/components/evo-icon/evo-icon.module.mjs +4 -4
- package/esm2022/lib/components/evo-icon-button/evo-icon-button.component.mjs +24 -8
- package/esm2022/lib/components/evo-icon-button/evo-icon-button.module.mjs +4 -4
- package/esm2022/lib/components/evo-icon-button/types/evo-icon-button-theme.mjs +2 -0
- package/esm2022/lib/components/evo-icon-number/components/evo-icon-number/evo-icon-number.component.mjs +5 -5
- package/esm2022/lib/components/evo-icon-number/evo-icon-number.module.mjs +4 -4
- package/esm2022/lib/components/evo-input/evo-input-icon/evo-input-icon.directive.mjs +3 -3
- package/esm2022/lib/components/evo-input/evo-input.component.mjs +6 -6
- package/esm2022/lib/components/evo-input/evo-input.module.mjs +4 -4
- package/esm2022/lib/components/evo-input-contenteditable/evo-input-contenteditable.component.mjs +7 -7
- package/esm2022/lib/components/evo-input-contenteditable/evo-input-contenteditable.module.mjs +4 -4
- package/esm2022/lib/components/evo-input-contenteditable/utils/clear-multiline.mjs +1 -1
- package/esm2022/lib/components/evo-loader/evo-circular-loader.component.mjs +3 -3
- package/esm2022/lib/components/evo-loader/evo-loader.component.mjs +27 -0
- package/esm2022/lib/components/evo-loader/evo-loader.module.mjs +13 -7
- package/esm2022/lib/components/evo-loader/public-api.mjs +2 -1
- package/esm2022/lib/components/evo-modal/evo-modal.component.mjs +5 -5
- package/esm2022/lib/components/evo-modal/evo-modal.module.mjs +4 -4
- package/esm2022/lib/components/evo-modal/evo-modal.service.mjs +3 -3
- package/esm2022/lib/components/evo-navbar/evo-navbar-item/evo-navbar-item.component.mjs +4 -4
- package/esm2022/lib/components/evo-navbar/evo-navbar.component.mjs +6 -6
- package/esm2022/lib/components/evo-navbar/evo-navbar.module.mjs +4 -4
- package/esm2022/lib/components/evo-navigation-button/evo-navigation-button.component.mjs +4 -4
- package/esm2022/lib/components/evo-navigation-button/evo-navigation-button.module.mjs +4 -4
- package/esm2022/lib/components/evo-note/evo-note.component.mjs +4 -4
- package/esm2022/lib/components/evo-note/evo-note.module.mjs +4 -4
- package/esm2022/lib/components/evo-paginator/evo-paginator.component.mjs +4 -4
- package/esm2022/lib/components/evo-paginator/evo-paginator.module.mjs +4 -4
- package/esm2022/lib/components/evo-plus-minus/evo-plus-minus.component.mjs +26 -0
- package/esm2022/lib/components/evo-plus-minus/evo-plus-minus.module.mjs +20 -0
- package/esm2022/lib/components/evo-plus-minus/index.mjs +2 -0
- package/esm2022/lib/components/evo-plus-minus/public-api.mjs +3 -0
- package/esm2022/lib/components/evo-popover/evo-popover.component.mjs +5 -5
- package/esm2022/lib/components/evo-popover/evo-popover.module.mjs +4 -4
- package/esm2022/lib/components/evo-portal/evo-portal-outlet.directive.mjs +4 -4
- package/esm2022/lib/components/evo-portal/evo-portal.module.mjs +4 -4
- package/esm2022/lib/components/evo-portal/evo-portal.service.mjs +5 -5
- package/esm2022/lib/components/evo-radio/evo-radio.component.mjs +3 -3
- package/esm2022/lib/components/evo-radio/evo-radio.module.mjs +4 -4
- package/esm2022/lib/components/evo-radio-group/evo-radio-group.component.mjs +123 -0
- package/esm2022/lib/components/evo-radio-group/evo-radio-group.module.mjs +32 -0
- package/esm2022/lib/components/evo-radio-group/index.mjs +2 -0
- package/esm2022/lib/components/evo-radio-group/public-api.mjs +3 -0
- package/esm2022/lib/components/evo-radio-group/typings/options.mjs +2 -0
- package/esm2022/lib/components/evo-radioshape/components/evo-radioshape.component.mjs +3 -3
- package/esm2022/lib/components/evo-radioshape/evo-radioshape.module.mjs +4 -4
- package/esm2022/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.mjs +21 -0
- package/esm2022/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.mjs +77 -0
- package/esm2022/lib/components/evo-segmented-bar/evo-segmented-bar.module.mjs +24 -0
- package/esm2022/lib/components/evo-segmented-bar/index.mjs +2 -0
- package/esm2022/lib/components/evo-segmented-bar/public-api.mjs +4 -0
- package/esm2022/lib/components/evo-select/evo-select.component.mjs +115 -0
- package/esm2022/lib/components/evo-select/evo-select.module.mjs +32 -0
- package/esm2022/lib/components/evo-select/index.mjs +2 -0
- package/esm2022/lib/components/evo-select/public-api.mjs +3 -0
- package/esm2022/lib/components/evo-sidebar/evo-sidebar-content/evo-sidebar-content.component.mjs +6 -6
- package/esm2022/lib/components/evo-sidebar/evo-sidebar-footer/evo-sidebar-footer.component.mjs +3 -3
- package/esm2022/lib/components/evo-sidebar/evo-sidebar-header/evo-sidebar-header.component.mjs +6 -6
- package/esm2022/lib/components/evo-sidebar/evo-sidebar.component.mjs +5 -5
- package/esm2022/lib/components/evo-sidebar/evo-sidebar.module.mjs +4 -4
- package/esm2022/lib/components/evo-sidebar/evo-sidebar.service.mjs +6 -6
- package/esm2022/lib/components/evo-stepper/evo-stepper-events.mjs +3 -3
- package/esm2022/lib/components/evo-stepper/evo-stepper-item/evo-stepper-item.component.mjs +6 -6
- package/esm2022/lib/components/evo-stepper/evo-stepper.component.mjs +5 -5
- package/esm2022/lib/components/evo-stepper/evo-stepper.module.mjs +4 -4
- package/esm2022/lib/components/evo-submenu/evo-submenu.component.mjs +159 -0
- package/esm2022/lib/components/evo-submenu/evo-submenu.module.mjs +26 -0
- package/esm2022/lib/components/evo-submenu/index.mjs +2 -0
- package/esm2022/lib/components/evo-submenu/public-api.mjs +3 -0
- package/esm2022/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.mjs +11 -0
- package/esm2022/lib/components/evo-switcher/evo-switcher.component.mjs +32 -0
- package/esm2022/lib/components/evo-switcher/evo-switcher.module.mjs +25 -0
- package/esm2022/lib/components/evo-switcher/index.mjs +2 -0
- package/esm2022/lib/components/evo-switcher/public-api.mjs +4 -0
- package/esm2022/lib/components/evo-table/evo-table/evo-table.component.mjs +4 -4
- package/esm2022/lib/components/evo-table/evo-table-column/evo-table-column.component.mjs +5 -5
- package/esm2022/lib/components/evo-table/evo-table.module.mjs +4 -4
- package/esm2022/lib/components/evo-tabs/evo-tab/evo-tab.component.mjs +6 -6
- package/esm2022/lib/components/evo-tabs/evo-tab-content/evo-tab-content.component.mjs +5 -5
- package/esm2022/lib/components/evo-tabs/evo-tab-state.collection.mjs +1 -1
- package/esm2022/lib/components/evo-tabs/evo-tabs-size.service.mjs +5 -5
- package/esm2022/lib/components/evo-tabs/evo-tabs.component.mjs +5 -5
- package/esm2022/lib/components/evo-tabs/evo-tabs.module.mjs +4 -4
- package/esm2022/lib/components/evo-tabs/evo-tabs.service.mjs +4 -4
- package/esm2022/lib/components/evo-textarea/evo-textarea.component.mjs +4 -4
- package/esm2022/lib/components/evo-textarea/evo-textarea.module.mjs +4 -4
- package/esm2022/lib/components/evo-toast/evo-toast.component.mjs +5 -5
- package/esm2022/lib/components/evo-toast/evo-toast.module.mjs +4 -4
- package/esm2022/lib/components/evo-toast/evo-toast.service.mjs +5 -5
- package/esm2022/lib/components/evo-toggle/evo-toggle.component.mjs +5 -5
- package/esm2022/lib/components/evo-toggle/evo-toggle.module.mjs +4 -4
- package/esm2022/lib/components/evo-upload/evo-upload.component.mjs +8 -8
- package/esm2022/lib/components/evo-upload/evo-upload.module.mjs +13 -17
- package/esm2022/lib/directives/evo-click-outside.directive.mjs +5 -5
- package/esm2022/lib/directives/evo-is-expanded.directive.mjs +6 -6
- package/esm2022/lib/directives/evo-let/evo-let.directive.mjs +6 -6
- package/esm2022/lib/directives/evo-ui-class.directive.mjs +5 -5
- package/esm2022/lib/evo-ui-kit.module.mjs +4 -4
- package/esm2022/lib/pipes/declination.pipe.mjs +4 -4
- package/esm2022/lib/pipes/evo-pipes.module.mjs +4 -4
- package/esm2022/lib/pipes/safe-html.pipe.mjs +4 -4
- package/esm2022/lib/services/evo-expanded.service.mjs +5 -5
- package/esm2022/lib/services/window.service.mjs +5 -5
- package/esm2022/public_api.mjs +9 -1
- package/fesm2022/evotor-dev-ui-kit.mjs +1441 -457
- package/fesm2022/evotor-dev-ui-kit.mjs.map +1 -1
- package/lib/components/evo-alert/evo-alert.component.d.ts +38 -0
- package/lib/components/evo-alert/evo-alert.module.d.ts +9 -0
- package/lib/components/evo-alert/index.d.ts +1 -0
- package/lib/components/evo-alert/public-api.d.ts +2 -0
- package/lib/components/evo-banner/evo-banner.component.d.ts +46 -0
- package/lib/components/evo-banner/evo-banner.module.d.ts +9 -0
- package/lib/components/evo-banner/index.d.ts +1 -0
- package/lib/components/evo-banner/public-api.d.ts +2 -0
- package/lib/components/evo-button/components/evo-button-old/evo-button-old.component.d.ts +39 -0
- package/lib/components/evo-button/evo-button.module.d.ts +5 -4
- package/lib/components/evo-button/public-api.d.ts +1 -0
- package/lib/components/evo-chip/evo-chip.component.d.ts +2 -2
- package/lib/components/evo-icon-button/evo-icon-button.component.d.ts +13 -3
- package/lib/components/evo-icon-button/types/evo-icon-button-theme.d.ts +1 -0
- package/lib/components/evo-loader/evo-loader.component.d.ts +14 -0
- package/lib/components/evo-loader/evo-loader.module.d.ts +5 -4
- package/lib/components/evo-loader/public-api.d.ts +1 -0
- package/lib/components/evo-plus-minus/evo-plus-minus.component.d.ts +13 -0
- package/lib/components/evo-plus-minus/evo-plus-minus.module.d.ts +8 -0
- package/lib/components/evo-plus-minus/index.d.ts +1 -0
- package/lib/components/evo-plus-minus/public-api.d.ts +2 -0
- package/lib/components/evo-radio-group/evo-radio-group.component.d.ts +56 -0
- package/lib/components/evo-radio-group/evo-radio-group.module.d.ts +11 -0
- package/lib/components/evo-radio-group/index.d.ts +1 -0
- package/lib/components/evo-radio-group/public-api.d.ts +2 -0
- package/lib/components/evo-radio-group/typings/options.d.ts +6 -0
- package/lib/components/evo-segmented-bar/evo-segmented-bar/evo-segmented-bar.component.d.ts +10 -0
- package/lib/components/evo-segmented-bar/evo-segmented-bar-button/evo-segmented-bar-button.component.d.ts +22 -0
- package/lib/components/evo-segmented-bar/evo-segmented-bar.module.d.ts +11 -0
- package/lib/components/evo-segmented-bar/index.d.ts +1 -0
- package/lib/components/evo-segmented-bar/public-api.d.ts +3 -0
- package/lib/components/evo-select/evo-select.component.d.ts +37 -0
- package/lib/components/evo-select/evo-select.module.d.ts +11 -0
- package/lib/components/evo-select/index.d.ts +1 -0
- package/lib/components/evo-select/public-api.d.ts +2 -0
- package/lib/components/evo-submenu/evo-submenu.component.d.ts +49 -0
- package/lib/components/evo-submenu/evo-submenu.module.d.ts +11 -0
- package/lib/components/evo-submenu/index.d.ts +1 -0
- package/lib/components/evo-submenu/public-api.d.ts +2 -0
- package/lib/components/evo-switcher/components/evo-switcher-item/evo-switcher-item.component.d.ts +9 -0
- package/lib/components/evo-switcher/evo-switcher.component.d.ts +14 -0
- package/lib/components/evo-switcher/evo-switcher.module.d.ts +10 -0
- package/lib/components/evo-switcher/index.d.ts +1 -0
- package/lib/components/evo-switcher/public-api.d.ts +3 -0
- package/lib/components/evo-upload/evo-upload.module.d.ts +2 -2
- package/package.json +12 -12
- package/public_api.d.ts +8 -0
- package/styles/components/evo-alert.scss +64 -0
- package/styles/components/evo-form.scss +2 -2
- package/styles/components/evo-title.scss +4 -4
- package/styles/main.scss +1 -0
- package/styles/mixins/_evo-input-mixins.scss +6 -0
- package/styles/mixins.scss +42 -0
- package/styles/variables.scss +8 -0
- package/esm2022/lib/components/evo-icon-button/types/evo-icon-button-color.mjs +0 -2
- package/esm2022/lib/components/evo-icon-button/types/index.mjs +0 -3
- package/lib/components/evo-icon-button/types/evo-icon-button-color.d.ts +0 -2
- package/lib/components/evo-icon-button/types/index.d.ts +0 -2
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
import * as i0 from "@angular/core";
|
|
2
2
|
import * as i1 from "./evo-upload.component";
|
|
3
3
|
import * as i2 from "@angular/common";
|
|
4
|
-
import * as i3 from "../evo-
|
|
4
|
+
import * as i3 from "../evo-alert/evo-alert.module";
|
|
5
5
|
import * as i4 from "../evo-button/evo-button.module";
|
|
6
6
|
import * as i5 from "../evo-icon/evo-icon.module";
|
|
7
7
|
import * as i6 from "../../pipes/evo-pipes.module";
|
|
8
8
|
import * as i7 from "../../evo-ui-kit.module";
|
|
9
9
|
export declare class EvoUploadModule {
|
|
10
10
|
static ɵfac: i0.ɵɵFactoryDeclaration<EvoUploadModule, never>;
|
|
11
|
-
static ɵmod: i0.ɵɵNgModuleDeclaration<EvoUploadModule, [typeof i1.EvoUploadComponent], [typeof i2.CommonModule, typeof i3.
|
|
11
|
+
static ɵmod: i0.ɵɵNgModuleDeclaration<EvoUploadModule, [typeof i1.EvoUploadComponent], [typeof i2.CommonModule, typeof i3.EvoAlertModule, typeof i4.EvoButtonModule, typeof i5.EvoIconModule, typeof i6.EvoPipesModule, typeof i7.EvoUiKitModule], [typeof i1.EvoUploadComponent]>;
|
|
12
12
|
static ɵinj: i0.ɵɵInjectorDeclaration<EvoUploadModule>;
|
|
13
13
|
}
|
package/package.json
CHANGED
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@evotor-dev/ui-kit",
|
|
3
|
-
"version": "8.0.0-beta.
|
|
3
|
+
"version": "8.0.0-beta.3",
|
|
4
4
|
"homepage": "https://evotor.github.io/Evo-UI-Kit",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
7
7
|
"url": "https://github.com/evotor/Evo-UI-Kit.git"
|
|
8
8
|
},
|
|
9
9
|
"peerDependencies": {
|
|
10
|
-
"@angular/
|
|
11
|
-
"@angular/
|
|
12
|
-
"@angular/
|
|
13
|
-
"@angular/
|
|
14
|
-
"@angular/forms": ">=
|
|
15
|
-
"@angular/platform-browser": ">=
|
|
16
|
-
"rxjs": ">=
|
|
10
|
+
"@angular/cdk": ">=14.2.7",
|
|
11
|
+
"@angular/common": ">=14.3.0",
|
|
12
|
+
"@angular/core": ">=14.3.0",
|
|
13
|
+
"@angular/animations": ">=14.3.0",
|
|
14
|
+
"@angular/forms": ">=14.3.0",
|
|
15
|
+
"@angular/platform-browser": ">=14.3.0",
|
|
16
|
+
"rxjs": ">=6.5.3"
|
|
17
17
|
},
|
|
18
18
|
"dependencies": {
|
|
19
19
|
"tslib": "^2.2.0",
|
|
20
20
|
"@popperjs/core": "2.11.8",
|
|
21
|
-
"angular-imask": "
|
|
21
|
+
"angular-imask": "6.4.3",
|
|
22
22
|
"autobind-decorator": "^2.4.0",
|
|
23
23
|
"flatpickr": "4.6.9",
|
|
24
|
-
"imask": "
|
|
24
|
+
"imask": "6.4.3",
|
|
25
25
|
"lodash-es": "^4.17.15",
|
|
26
26
|
"mime": "3.0.0",
|
|
27
|
-
"ngx-page-scroll": "
|
|
28
|
-
"ngx-page-scroll-core": "
|
|
27
|
+
"ngx-page-scroll": "9.0.0",
|
|
28
|
+
"ngx-page-scroll-core": "9.0.0",
|
|
29
29
|
"ts-keycode-enum": "^1.0.4"
|
|
30
30
|
},
|
|
31
31
|
"exports": {
|
package/public_api.d.ts
CHANGED
|
@@ -10,8 +10,10 @@ export * from './lib/decorators/index';
|
|
|
10
10
|
export * from './lib/directives/index';
|
|
11
11
|
export * from './lib/operators/index';
|
|
12
12
|
export * from './lib/components/evo-accordion/index';
|
|
13
|
+
export * from './lib/components/evo-alert/index';
|
|
13
14
|
export * from './lib/components/evo-autocomplete/index';
|
|
14
15
|
export * from './lib/components/evo-badge/index';
|
|
16
|
+
export * from './lib/components/evo-banner/index';
|
|
15
17
|
export * from './lib/components/evo-button/index';
|
|
16
18
|
export * from './lib/components/evo-checkbox/index';
|
|
17
19
|
export * from './lib/components/evo-chip/index';
|
|
@@ -28,12 +30,18 @@ export * from './lib/components/evo-loader/index';
|
|
|
28
30
|
export * from './lib/components/evo-modal/index';
|
|
29
31
|
export * from './lib/components/evo-note/index';
|
|
30
32
|
export * from './lib/components/evo-paginator/index';
|
|
33
|
+
export * from './lib/components/evo-plus-minus/index';
|
|
31
34
|
export * from './lib/components/evo-popover/index';
|
|
32
35
|
export * from './lib/components/evo-portal/index';
|
|
33
36
|
export * from './lib/components/evo-radio/index';
|
|
37
|
+
export * from './lib/components/evo-radio-group/index';
|
|
34
38
|
export * from './lib/components/evo-radioshape/index';
|
|
39
|
+
export * from './lib/components/evo-segmented-bar/index';
|
|
40
|
+
export * from './lib/components/evo-select/index';
|
|
35
41
|
export * from './lib/components/evo-sidebar/index';
|
|
36
42
|
export * from './lib/components/evo-stepper/index';
|
|
43
|
+
export * from './lib/components/evo-submenu/index';
|
|
44
|
+
export * from './lib/components/evo-switcher/index';
|
|
37
45
|
export * from './lib/components/evo-table/index';
|
|
38
46
|
export * from './lib/components/evo-tabs/index';
|
|
39
47
|
export * from './lib/components/evo-textarea/index';
|
|
@@ -0,0 +1,64 @@
|
|
|
1
|
+
@import "../mixins";
|
|
2
|
+
|
|
3
|
+
$icon-size_large: 48px;
|
|
4
|
+
|
|
5
|
+
$parent-class: '.evo-alert';
|
|
6
|
+
#{$parent-class} {
|
|
7
|
+
$root: &;
|
|
8
|
+
|
|
9
|
+
padding: $distance-small;
|
|
10
|
+
border-radius: 8px;
|
|
11
|
+
|
|
12
|
+
@include media-desktop-s {
|
|
13
|
+
&_img {
|
|
14
|
+
display: flex;
|
|
15
|
+
align-items: center;
|
|
16
|
+
|
|
17
|
+
&:before {
|
|
18
|
+
display: inline-block;
|
|
19
|
+
width: 40px;
|
|
20
|
+
height: 40px;
|
|
21
|
+
margin-right: $distance-small;
|
|
22
|
+
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAxOSAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTkuNjY2NjYgMC43Nzc2NjRDNC43NiAwLjc3NzY2NCAwLjc3Nzc3MSA0Ljc1OTg5IDAuNzc3NzcxIDkuNjY2NTNDMC43Nzc3NzEgMTQuNTczMiA0Ljc2IDE4LjU1NTUgOS42NjY2NiAxOC41NTU1QzE0LjU3MzMgMTguNTU1NSAxOC41NTU1IDE0LjU3MzIgMTguNTU1NSA5LjY2NjUzQzE4LjU1NTUgNC43NTk4OSAxNC41NzMzIDAuNzc3NjY0IDkuNjY2NjYgMC43Nzc2NjRaTTkuNjY2NjYgMTAuNTU1NUM5LjE3Nzc5IDEwLjU1NTUgOC43Nzc3OSAxMC4xNTU1IDguNzc3NzkgOS42NjY1M1Y2LjExMUM4Ljc3Nzc5IDUuNjIyMTEgOS4xNzc3OSA1LjIyMjExIDkuNjY2NjYgNS4yMjIxMUMxMC4xNTU1IDUuMjIyMTEgMTAuNTU1NSA1LjYyMjExIDEwLjU1NTUgNi4xMTFWOS42NjY1M0MxMC41NTU1IDEwLjE1NTUgMTAuMTU1NSAxMC41NTU1IDkuNjY2NjYgMTAuNTU1NVpNMTAuNTU1NSAxMy4yMjIxQzEwLjU1NTUgMTMuNzEzMSAxMC4xNTc2IDE0LjExMSA5LjY2NjY2IDE0LjExMUM5LjE3NTcyIDE0LjExMSA4Ljc3Nzc5IDEzLjcxMzEgOC43Nzc3OSAxMy4yMjIxQzguNzc3NzkgMTIuNzMxMiA5LjE3NTcyIDEyLjMzMzIgOS42NjY2NiAxMi4zMzMyQzEwLjE1NzYgMTIuMzMzMiAxMC41NTU1IDEyLjczMTIgMTAuNTU1NSAxMy4yMjIxWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
|
|
23
|
+
background-size: 40px 40px;
|
|
24
|
+
content: "";
|
|
25
|
+
}
|
|
26
|
+
}
|
|
27
|
+
|
|
28
|
+
@at-root #{&}_success#{&}_img {
|
|
29
|
+
&:before {
|
|
30
|
+
background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yMCAwQzguOTU0MyAwIDAgOC45NTQzIDAgMjBDMCAzMS4wNDU3IDguOTU0MyA0MCAyMCA0MEMzMS4wNDU3IDQwIDQwIDMxLjA0NTcgNDAgMjBDNDAgOC45NTQzIDMxLjA0NTcgMCAyMCAwWk0zMS4xNjQ0IDE1Ljg3NzhDMzIuMDgwNCAxNC45NjE5IDMyLjA4MDQgMTMuNDc2OSAzMS4xNjQ0IDEyLjU2MUMzMC4yNDg1IDExLjY0NSAyOC43NjM1IDExLjY0NSAyNy44NDc2IDEyLjU2MUwxNy45MDE2IDIyLjUwN0wxMi43NTMgMTcuMzU4NUMxMS44MzcxIDE2LjQ0MjYgMTAuMzUyMSAxNi40NDI2IDkuNDM2MiAxNy4zNTg1QzguNTIwMjkgMTguMjc0NCA4LjUyMDI5IDE5Ljc1OTQgOS40MzYyIDIwLjY3NTNMMTUuOTk2OSAyNy4yMzZDMTYuMjc1MyAyNy41MTQ0IDE2LjYwNjIgMjcuNzA4MSAxNi45NTc4IDI3LjgxNzNDMTcuODM2IDI4LjI1NjQgMTguOTMyNSAyOC4xMDk3IDE5LjY2NSAyNy4zNzcyTDMxLjE2NDQgMTUuODc3OFoiIGZpbGw9IndoaXRlIi8+Cjwvc3ZnPgo=");
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
&_success {
|
|
36
|
+
color: $color-white;
|
|
37
|
+
background-color: $color-success;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
&_danger {
|
|
41
|
+
color: $color-white;
|
|
42
|
+
background-color: $color-danger;
|
|
43
|
+
}
|
|
44
|
+
|
|
45
|
+
&_warning {
|
|
46
|
+
color: $color-text;
|
|
47
|
+
background-color: $color-highlight;
|
|
48
|
+
|
|
49
|
+
#{$parent-class}__icon {
|
|
50
|
+
display: none;
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
|
|
54
|
+
&_large {
|
|
55
|
+
#{$parent-class}__icon {
|
|
56
|
+
width: $icon-size_large;
|
|
57
|
+
height: $icon-size_large;
|
|
58
|
+
|
|
59
|
+
&_success, &_exclamation {
|
|
60
|
+
background-size: $icon-size_large $icon-size_large;
|
|
61
|
+
}
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
}
|
|
@@ -159,7 +159,7 @@ $evo-form-min-field-width: 100px;
|
|
|
159
159
|
&__title {
|
|
160
160
|
display: flex;
|
|
161
161
|
align-items: center;
|
|
162
|
-
@include
|
|
162
|
+
@include h2();
|
|
163
163
|
margin-bottom: 24px;
|
|
164
164
|
font-weight: 700;
|
|
165
165
|
|
|
@@ -172,7 +172,7 @@ $evo-form-min-field-width: 100px;
|
|
|
172
172
|
}
|
|
173
173
|
|
|
174
174
|
&__subtitle {
|
|
175
|
-
@include
|
|
175
|
+
@include h4();
|
|
176
176
|
margin-bottom: 16px;
|
|
177
177
|
font-weight: 700;
|
|
178
178
|
}
|
|
@@ -6,18 +6,18 @@
|
|
|
6
6
|
font-family: var(--evo-font-secondary);
|
|
7
7
|
|
|
8
8
|
&_h1 {
|
|
9
|
-
@include
|
|
9
|
+
@include h1;
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
&_h2 {
|
|
13
|
-
@include
|
|
13
|
+
@include h2;
|
|
14
14
|
}
|
|
15
15
|
|
|
16
16
|
&_h3 {
|
|
17
|
-
@include
|
|
17
|
+
@include h3;
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
&_h4 {
|
|
21
|
-
@include
|
|
21
|
+
@include h4;
|
|
22
22
|
}
|
|
23
23
|
}
|
package/styles/main.scss
CHANGED
package/styles/mixins.scss
CHANGED
|
@@ -44,6 +44,48 @@
|
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
|
|
47
|
+
/* title mixins*/
|
|
48
|
+
/* @deprecated use evo-text-* mixins*/
|
|
49
|
+
@mixin title {
|
|
50
|
+
color: #333f48;
|
|
51
|
+
font-weight: 700;
|
|
52
|
+
font-family: var(--evo-font-secondary);
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
/* @deprecated use evo-text-* mixins*/
|
|
56
|
+
@mixin h1 {
|
|
57
|
+
@include evo-text-header(h1);
|
|
58
|
+
}
|
|
59
|
+
|
|
60
|
+
/* @deprecated use evo-text-* mixins*/
|
|
61
|
+
@mixin h2 {
|
|
62
|
+
@include evo-text-header(h2);
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
/* @deprecated use evo-text-* mixins*/
|
|
66
|
+
@mixin h3 {
|
|
67
|
+
@include evo-text-header(h3);
|
|
68
|
+
}
|
|
69
|
+
|
|
70
|
+
/* @deprecated use evo-text-* mixins*/
|
|
71
|
+
@mixin h4 {
|
|
72
|
+
@include evo-text-header(h4);
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
/**
|
|
76
|
+
* @deprecated use evo-input-* mixins
|
|
77
|
+
*/
|
|
78
|
+
@mixin input {
|
|
79
|
+
@include evo-input(normal, default);
|
|
80
|
+
}
|
|
81
|
+
|
|
82
|
+
/**
|
|
83
|
+
* @deprecated use evo-input-states mixin
|
|
84
|
+
*/
|
|
85
|
+
@mixin evo-control-states {
|
|
86
|
+
@include evo-input-states();
|
|
87
|
+
}
|
|
88
|
+
|
|
47
89
|
@mixin hide-scroll {
|
|
48
90
|
-ms-overflow-style: none; /* Internet Explorer 10+ */
|
|
49
91
|
scrollbar-width: none; /* Firefox */
|
package/styles/variables.scss
CHANGED
|
@@ -62,6 +62,14 @@ $color-graph-8: #F87550;
|
|
|
62
62
|
$color-graph-9: #847474;
|
|
63
63
|
$color-graph-10: #7A96A5;
|
|
64
64
|
|
|
65
|
+
/* deprecated*/
|
|
66
|
+
$color-dark: $color-text; /* deprecated, use $color-text */
|
|
67
|
+
$color-background-dark: $color-secondary; /* deprecated, use $color-secondary */
|
|
68
|
+
$color-secondary-2: $color-icon-dark; /* deprecated, use $color-icon-dark */
|
|
69
|
+
$color-text-subscription: $color-caption-text; /* deprecated, use $color-caption-text */
|
|
70
|
+
$color-background-50: $color-background-grey-light; /* deprecated, use $color-background-grey-light */
|
|
71
|
+
$color-grey: $color-background-grey; /* deprecated, use $color-background-grey */
|
|
72
|
+
|
|
65
73
|
/* shadows*/
|
|
66
74
|
/* ------------------------------------------------------------*/
|
|
67
75
|
$shadow-1dp: 0px 1px 3px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.12), 0px 0px 2px rgba(0, 0, 0, 0.14);
|
|
@@ -1,2 +0,0 @@
|
|
|
1
|
-
export {};
|
|
2
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiZXZvLWljb24tYnV0dG9uLWNvbG9yLmpzIiwic291cmNlUm9vdCI6IiIsInNvdXJjZXMiOlsiLi4vLi4vLi4vLi4vLi4vLi4vLi4vcHJvamVjdHMvZXZvLXVpLWtpdC9zcmMvbGliL2NvbXBvbmVudHMvZXZvLWljb24tYnV0dG9uL3R5cGVzL2V2by1pY29uLWJ1dHRvbi1jb2xvci50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiIiwic291cmNlc0NvbnRlbnQiOlsiaW1wb3J0IHtFdm9Db2xvcn0gZnJvbSAnLi4vLi4vLi4vY29tbW9uL3R5cGVzJztcblxuZXhwb3J0IHR5cGUgRXZvSWNvbkJ1dHRvbkNvbG9yID0gRXh0cmFjdDxFdm9Db2xvciwgJ3N1Y2Nlc3MnIHwgJ2xpbmsnIHwgJ2Vycm9yJz4gfCAnY3VzdG9tJztcbiJdfQ==
|
|
@@ -1,3 +0,0 @@
|
|
|
1
|
-
export * from './evo-icon-button-size';
|
|
2
|
-
export * from './evo-icon-button-color';
|
|
3
|
-
//# sourceMappingURL=data:application/json;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoiaW5kZXguanMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuLi8uLi8uLi8uLi8uLi8uLi8uLi9wcm9qZWN0cy9ldm8tdWkta2l0L3NyYy9saWIvY29tcG9uZW50cy9ldm8taWNvbi1idXR0b24vdHlwZXMvaW5kZXgudHMiXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IkFBQUEsY0FBYyx3QkFBd0IsQ0FBQztBQUN2QyxjQUFjLHlCQUF5QixDQUFDIiwic291cmNlc0NvbnRlbnQiOlsiZXhwb3J0ICogZnJvbSAnLi9ldm8taWNvbi1idXR0b24tc2l6ZSc7XG5leHBvcnQgKiBmcm9tICcuL2V2by1pY29uLWJ1dHRvbi1jb2xvcic7XG4iXX0=
|