@gravitee/ui-particles-angular 9.6.0 → 10.0.0-fix-pre-angular-17-024e987
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/gio-asciidoctor/gio-asciidoctor.component.mjs +104 -0
- package/{esm2020 → esm2022}/lib/gio-asciidoctor/gio-asciidoctor.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/gio-asciidoctor/gio-asciidoctor.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/gio-avatar/gio-avatar.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/gio-avatar/gio-avatar.module.mjs +5 -5
- package/esm2022/lib/gio-banner/gio-banner.component.mjs +118 -0
- package/{esm2020 → esm2022}/lib/gio-banner/gio-banner.module.mjs +17 -17
- package/{esm2020 → esm2022}/lib/gio-breadcrumb/gio-breadcrumb-item.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/gio-breadcrumb/gio-breadcrumb.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/gio-breadcrumb/gio-breadcrumb.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/gio-card-empty-state/gio-card-empty-state.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/gio-card-empty-state/gio-card-empty-state.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/gio-clipboard/gio-clipboard-copy-icon.component.mjs +7 -7
- package/{esm2020 → esm2022}/lib/gio-clipboard/gio-clipboard-copy-wrapper.component.mjs +7 -7
- package/{esm2020 → esm2022}/lib/gio-clipboard/gio-clipboard.base.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/gio-clipboard/gio-clipboard.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/gio-confirm-and-validate-dialog/gio-confirm-and-validate-dialog.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/gio-confirm-and-validate-dialog/gio-confirm-and-validate-dialog.harness.mjs +2 -2
- package/{esm2020 → esm2022}/lib/gio-confirm-and-validate-dialog/gio-confirm-and-validate-dialog.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/gio-confirm-dialog/gio-confirm-dialog.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/gio-confirm-dialog/gio-confirm-dialog.harness.mjs +2 -2
- package/{esm2020 → esm2022}/lib/gio-confirm-dialog/gio-confirm-dialog.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/gio-form-cron/gio-form-cron-hint.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/gio-form-cron/gio-form-cron-label.component.mjs +4 -4
- package/esm2022/lib/gio-form-cron/gio-form-cron.component.mjs +208 -0
- package/esm2022/lib/gio-form-cron/gio-form-cron.harness.mjs +77 -0
- package/{esm2020 → esm2022}/lib/gio-form-cron/gio-form-cron.module.mjs +21 -21
- package/esm2022/lib/gio-form-file-picker/gio-form-file-picker-add-button/gio-form-file-picker-add-button.component.mjs +29 -0
- package/{esm2020 → esm2022}/lib/gio-form-file-picker/gio-form-file-picker-empty/gio-form-file-picker-empty.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/gio-form-file-picker/gio-form-file-picker-label/gio-form-file-picker-label.component.mjs +4 -4
- package/esm2022/lib/gio-form-file-picker/gio-form-file-picker.component.harness.mjs +95 -0
- package/{esm2020 → esm2022}/lib/gio-form-file-picker/gio-form-file-picker.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/gio-form-file-picker/gio-form-file-picker.module.mjs +11 -11
- package/{esm2020 → esm2022}/lib/gio-form-focus-first-invalid/gio-form-focus-first-invalid-ignore.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/gio-form-focus-first-invalid/gio-form-focus-first-invalid.directive.mjs +10 -10
- package/{esm2020 → esm2022}/lib/gio-form-focus-first-invalid/gio-form-focus-first-invalid.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/gio-form-headers/gio-form-headers-label.component.mjs +4 -4
- package/esm2022/lib/gio-form-headers/gio-form-headers.component.mjs +273 -0
- package/esm2022/lib/gio-form-headers/gio-form-headers.harness.mjs +73 -0
- package/{esm2020 → esm2022}/lib/gio-form-headers/gio-form-headers.module.mjs +19 -19
- package/{esm2020 → esm2022}/lib/gio-form-json-schema/gio-form-json-schema.component.mjs +5 -5
- package/esm2022/lib/gio-form-json-schema/gio-form-json-schema.module.mjs +203 -0
- package/{esm2020 → esm2022}/lib/gio-form-json-schema/gio-formly-json-schema.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/gio-form-json-schema/type-component/array-type.component.mjs +7 -7
- package/{esm2020 → esm2022}/lib/gio-form-json-schema/type-component/code-editor-type.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/gio-form-json-schema/type-component/headers-type.component.mjs +7 -7
- package/{esm2020 → esm2022}/lib/gio-form-json-schema/type-component/multischema-type.component.mjs +7 -7
- package/{esm2020 → esm2022}/lib/gio-form-json-schema/type-component/null-type.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/gio-form-json-schema/type-component/object-type.component.mjs +7 -7
- package/{esm2020 → esm2022}/lib/gio-form-json-schema/type-component/toggle-type.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/gio-form-json-schema/wrappers/gio-banner-wrapper.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/gio-form-json-schema/wrappers/gio-password-eye.component.mjs +6 -6
- package/{esm2020 → esm2022}/lib/gio-form-slide-toggle/gio-form-label.directive.mjs +10 -10
- package/{esm2020 → esm2022}/lib/gio-form-slide-toggle/gio-form-slide-toggle.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/gio-form-slide-toggle/gio-form-slide-toggle.module.mjs +5 -5
- package/esm2022/lib/gio-form-tags-input/gio-form-tags-input.component.mjs +314 -0
- package/esm2022/lib/gio-form-tags-input/gio-form-tags-input.harness.mjs +74 -0
- package/{esm2020 → esm2022}/lib/gio-form-tags-input/gio-form-tags-input.module.mjs +21 -21
- package/{esm2020 → esm2022}/lib/gio-icons/gio-icons.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/gio-license/gio-license-dialog/gio-license-dialog.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/gio-license/gio-license-dialog/gio-license-dialog.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/gio-license/gio-license.directive.mjs +4 -4
- package/{esm2020 → esm2022}/lib/gio-license/gio-license.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/gio-license/gio-license.service.mjs +4 -4
- package/esm2022/lib/gio-license/gio-license.testing.module.mjs +107 -0
- package/{esm2020 → esm2022}/lib/gio-license-expiration-notification/gio-license-expiration-notification.component.mjs +5 -5
- package/esm2022/lib/gio-license-expiration-notification/gio-license-expiration-notification.harness.mjs +44 -0
- package/{esm2020 → esm2022}/lib/gio-license-expiration-notification/gio-license-expiration-notification.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/gio-loader/gio-loader.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/gio-loader/gio-loader.module.mjs +5 -5
- package/esm2022/lib/gio-mat-config/gio-mat-config.module.mjs +30 -0
- package/esm2022/lib/gio-monaco-editor/gio-monaco-editor-form-field.directive.mjs +149 -0
- package/{esm2020 → esm2022}/lib/gio-monaco-editor/gio-monaco-editor.component.mjs +4 -4
- package/esm2022/lib/gio-monaco-editor/gio-monaco-editor.harness.mjs +70 -0
- package/esm2022/lib/gio-monaco-editor/gio-monaco-editor.module.mjs +58 -0
- package/{esm2020 → esm2022}/lib/gio-monaco-editor/gio-monaco-editor.testing.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/gio-monaco-editor/services/gio-language-json.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/gio-monaco-editor/services/gio-monaco-editor.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/gio-pipe/gio.pipe.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/gio-pipe/safe.pipe.mjs +4 -4
- package/{esm2020 → esm2022}/lib/gio-prismjs/gio-prismjs.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/gio-radio-button/gio-radio-button-content.component.mjs +11 -11
- package/{esm2020 → esm2022}/lib/gio-radio-button/gio-radio-button.module.mjs +5 -5
- package/esm2022/lib/gio-save-bar/gio-save-bar.component.mjs +135 -0
- package/esm2022/lib/gio-save-bar/gio-save-bar.harness.mjs +54 -0
- package/{esm2020 → esm2022}/lib/gio-save-bar/gio-save-bar.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/oem-theme/gio-menu/gio-menu-footer/gio-menu-footer.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/oem-theme/gio-menu/gio-menu-header/gio-menu-header.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/oem-theme/gio-menu/gio-menu-item/gio-menu-item.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/oem-theme/gio-menu/gio-menu-license-expiration-notification/gio-menu-license-expiration-notification.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/oem-theme/gio-menu/gio-menu-list/gio-menu-list.component.mjs +4 -4
- package/{esm2020 → esm2022}/lib/oem-theme/gio-menu/gio-menu-search/gio-menu-search.component.mjs +5 -5
- package/esm2022/lib/oem-theme/gio-menu/gio-menu-search/gio-menu-search.harness.mjs +41 -0
- package/{esm2020 → esm2022}/lib/oem-theme/gio-menu/gio-menu-search/gio-menu-search.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/oem-theme/gio-menu/gio-menu-selector/gio-menu-selector.component.mjs +5 -5
- package/esm2022/lib/oem-theme/gio-menu/gio-menu-selector/gio-menu-selector.harness.mjs +41 -0
- package/{esm2020 → esm2022}/lib/oem-theme/gio-menu/gio-menu.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/oem-theme/gio-menu/gio-menu.module.mjs +19 -19
- package/{esm2020 → esm2022}/lib/oem-theme/gio-menu/gio-menu.service.mjs +4 -4
- package/{esm2020 → esm2022}/lib/oem-theme/gio-submenu/gio-submenu-group/gio-submenu-group.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/oem-theme/gio-submenu/gio-submenu-item/gio-submenu-item.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/oem-theme/gio-submenu/gio-submenu.component.mjs +8 -8
- package/{esm2020 → esm2022}/lib/oem-theme/gio-submenu/gio-submenu.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/oem-theme/gio-top-bar/gio-top-bar-content/gio-top-bar-content.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/oem-theme/gio-top-bar/gio-top-bar-link/gio-top-bar-link.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/oem-theme/gio-top-bar/gio-top-bar-link/gio-top-bar-link.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/oem-theme/gio-top-bar/gio-top-bar-menu/gio-top-bar-menu.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/oem-theme/gio-top-bar/gio-top-bar-menu/gio-top-bar-menu.module.mjs +5 -5
- package/{esm2020 → esm2022}/lib/oem-theme/gio-top-bar/gio-top-bar.component.mjs +5 -5
- package/{esm2020 → esm2022}/lib/oem-theme/gio-top-bar/gio-top-bar.module.mjs +5 -5
- package/esm2022/testing/harnesses/div.harness.mjs +45 -0
- package/esm2022/testing/harnesses/span.harness.mjs +42 -0
- package/{fesm2020 → fesm2022}/gravitee-ui-particles-angular-testing.mjs +2 -2
- package/{fesm2020 → fesm2022}/gravitee-ui-particles-angular-testing.mjs.map +1 -1
- package/{fesm2020 → fesm2022}/gravitee-ui-particles-angular.mjs +660 -667
- package/fesm2022/gravitee-ui-particles-angular.mjs.map +1 -0
- package/lib/gio-asciidoctor/gio-asciidoctor.component.d.ts +1 -1
- package/lib/gio-avatar/gio-avatar.component.d.ts +1 -1
- package/lib/gio-banner/gio-banner.component.d.ts +1 -1
- package/lib/gio-card-empty-state/gio-card-empty-state.component.d.ts +1 -1
- package/lib/gio-clipboard/gio-clipboard.base.component.d.ts +1 -1
- package/lib/gio-form-file-picker/gio-form-file-picker.component.d.ts +1 -1
- package/lib/gio-form-headers/gio-form-headers.component.d.ts +1 -1
- package/lib/gio-form-json-schema/gio-form-json-schema.component.d.ts +1 -1
- package/lib/gio-form-slide-toggle/gio-form-slide-toggle.component.d.ts +1 -1
- package/lib/gio-form-tags-input/gio-form-tags-input.component.d.ts +1 -1
- package/lib/gio-license/gio-license.directive.d.ts +1 -1
- package/lib/gio-license-expiration-notification/gio-license-expiration-notification.component.d.ts +1 -1
- package/lib/gio-monaco-editor/gio-monaco-editor-form-field.directive.d.ts +1 -1
- package/lib/gio-monaco-editor/gio-monaco-editor.component.d.ts +1 -1
- package/lib/gio-radio-button/gio-radio-button-content.component.d.ts +1 -1
- package/lib/gio-save-bar/gio-save-bar.component.d.ts +1 -1
- package/lib/oem-theme/gio-menu/gio-menu-item/gio-menu-item.component.d.ts +1 -1
- package/lib/oem-theme/gio-menu/gio-menu-selector/gio-menu-selector.component.d.ts +1 -1
- package/lib/oem-theme/gio-menu/gio-menu.component.d.ts +1 -1
- package/lib/oem-theme/gio-submenu/gio-submenu-group/gio-submenu-group.component.d.ts +1 -1
- package/lib/oem-theme/gio-submenu/gio-submenu-item/gio-submenu-item.component.d.ts +1 -1
- package/lib/oem-theme/gio-submenu/gio-submenu.component.d.ts +1 -1
- package/lib/oem-theme/gio-top-bar/gio-top-bar-content/gio-top-bar-content.component.d.ts +1 -1
- package/lib/oem-theme/gio-top-bar/gio-top-bar-link/gio-top-bar-link.component.d.ts +1 -1
- package/lib/oem-theme/gio-top-bar/gio-top-bar.component.d.ts +1 -1
- package/package.json +15 -23
- package/src/lib/gio-radio-button/gio-radio-button.scss +0 -20
- package/src/scss/gio-mat-palettes.scss +68 -1
- package/src/scss/gio-mat-theme.scss +3 -30
- package/src/scss/index.scss +0 -1
- package/src/scss/mat-override/index.scss +0 -1
- package/src/scss/mat-override/mat-button.scss +0 -71
- package/src/scss/mat-override/mat-card.scss +0 -5
- package/src/scss/mat-override/mat-form-field.scss +0 -32
- package/src/scss/mat-override/mat-list.scss +0 -20
- package/src/scss/mat-override/mat-option.scss +0 -10
- package/src/scss/mat-override/mat-table.scss +0 -31
- package/esm2020/lib/gio-asciidoctor/gio-asciidoctor.component.mjs +0 -104
- package/esm2020/lib/gio-banner/gio-banner.component.mjs +0 -118
- package/esm2020/lib/gio-form-cron/gio-form-cron.component.mjs +0 -208
- package/esm2020/lib/gio-form-cron/gio-form-cron.harness.mjs +0 -77
- package/esm2020/lib/gio-form-file-picker/gio-form-file-picker-add-button/gio-form-file-picker-add-button.component.mjs +0 -29
- package/esm2020/lib/gio-form-file-picker/gio-form-file-picker.component.harness.mjs +0 -95
- package/esm2020/lib/gio-form-headers/gio-form-headers.component.mjs +0 -273
- package/esm2020/lib/gio-form-headers/gio-form-headers.harness.mjs +0 -73
- package/esm2020/lib/gio-form-json-schema/gio-form-json-schema.module.mjs +0 -203
- package/esm2020/lib/gio-form-tags-input/gio-form-tags-input.component.mjs +0 -314
- package/esm2020/lib/gio-form-tags-input/gio-form-tags-input.harness.mjs +0 -74
- package/esm2020/lib/gio-license/gio-license.testing.module.mjs +0 -107
- package/esm2020/lib/gio-license-expiration-notification/gio-license-expiration-notification.harness.mjs +0 -44
- package/esm2020/lib/gio-mat-config/gio-mat-config.module.mjs +0 -37
- package/esm2020/lib/gio-monaco-editor/gio-monaco-editor-form-field.directive.mjs +0 -149
- package/esm2020/lib/gio-monaco-editor/gio-monaco-editor.harness.mjs +0 -70
- package/esm2020/lib/gio-monaco-editor/gio-monaco-editor.module.mjs +0 -58
- package/esm2020/lib/gio-save-bar/gio-save-bar.component.mjs +0 -135
- package/esm2020/lib/gio-save-bar/gio-save-bar.harness.mjs +0 -54
- package/esm2020/lib/oem-theme/gio-menu/gio-menu-search/gio-menu-search.harness.mjs +0 -41
- package/esm2020/lib/oem-theme/gio-menu/gio-menu-selector/gio-menu-selector.harness.mjs +0 -41
- package/esm2020/testing/harnesses/div.harness.mjs +0 -45
- package/esm2020/testing/harnesses/span.harness.mjs +0 -42
- package/fesm2015/gravitee-ui-particles-angular-testing.mjs +0 -100
- package/fesm2015/gravitee-ui-particles-angular-testing.mjs.map +0 -1
- package/fesm2015/gravitee-ui-particles-angular.mjs +0 -7107
- package/fesm2015/gravitee-ui-particles-angular.mjs.map +0 -1
- package/fesm2020/gravitee-ui-particles-angular.mjs.map +0 -1
- package/src/scss/gio-mat-legacy-theme-variable.scss +0 -100
- package/src/scss/mat-override/mat-tabs.scss +0 -23
- /package/{esm2020 → esm2022}/gravitee-ui-particles-angular.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/gio-avatar/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/gio-breadcrumb/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/gio-card-empty-state/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/gio-dialog/gio-dialog.constant.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/gio-form-cron/gio-form-cron.adapter.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/gio-form-file-picker/gio-form-file-picker.model.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/gio-form-file-picker/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/gio-form-json-schema/model/GioJsonSchema.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/gio-form-json-schema/util/validation-message.util.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/gio-form-json-schema/wrappers/gio-banner-extension.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/gio-mat-config/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/gio-monaco-editor/models/GioMonacoEditorConfig.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/gio-monaco-editor/models/MonacoEditorTheme.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/oem-theme/gio-menu/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/oem-theme/gio-submenu/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/oem-theme/gio-top-bar/index.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/oem-theme/oem-theme.service.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/oem-theme/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/lib/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/public-api.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/gravitee-ui-particles-angular-testing.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/harnesses/index.mjs +0 -0
- /package/{esm2020 → esm2022}/testing/public-api.mjs +0 -0
|
@@ -1,100 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (C) 2021 The Gravitee team (http://gravitee.io)
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
@use 'sass:map';
|
|
17
|
-
@use '@angular/material' as mat;
|
|
18
|
-
|
|
19
|
-
@use './gio-mat-palettes' as palettes;
|
|
20
|
-
|
|
21
|
-
// Config mat Typography
|
|
22
|
-
$mat-legacy-typography: mat.define-legacy-typography-config(
|
|
23
|
-
$font-family: '"Golos UI", Roboto, "Helvetica Neue", sans-serif',
|
|
24
|
-
$display-4: mat.define-typography-level(112px, 112px, 400, $letter-spacing: -0.05em),
|
|
25
|
-
$display-3: mat.define-typography-level(56px, 56px, 400, $letter-spacing: -0.02em),
|
|
26
|
-
$display-2: mat.define-typography-level(45px, 48px, 400, $letter-spacing: -0.005em),
|
|
27
|
-
$display-1: mat.define-typography-level(60px, 66px, 600, $letter-spacing: -0.5px),
|
|
28
|
-
$headline: mat.define-typography-level(42px, 52px, 600),
|
|
29
|
-
$title: mat.define-typography-level(26px, 36px, 600),
|
|
30
|
-
$subheading-2: mat.define-typography-level(18px, 24px, 600, $letter-spacing: 0.4px),
|
|
31
|
-
$subheading-1: mat.define-typography-level(16px, 24px, 600, $letter-spacing: 0.4px),
|
|
32
|
-
$body-2: mat.define-typography-level(14px, 20px, 600, $letter-spacing: 0.4px),
|
|
33
|
-
$body-1: mat.define-typography-level(14px, 20px, 400, $letter-spacing: 0.4px),
|
|
34
|
-
$caption: mat.define-typography-level(12px, 16px, 400),
|
|
35
|
-
$button: mat.define-typography-level(14px, 14px, 500),
|
|
36
|
-
$input: mat.define-typography-level(inherit, 1.125, 400),
|
|
37
|
-
);
|
|
38
|
-
|
|
39
|
-
// Mat default light theme
|
|
40
|
-
$mat-theme-default: mat.define-light-theme(
|
|
41
|
-
(
|
|
42
|
-
color: (
|
|
43
|
-
primary: palettes.$mat-primary-palette,
|
|
44
|
-
accent: palettes.$mat-accent-palette,
|
|
45
|
-
warn: palettes.$mat-error-palette,
|
|
46
|
-
),
|
|
47
|
-
typography: $mat-legacy-typography,
|
|
48
|
-
)
|
|
49
|
-
);
|
|
50
|
-
|
|
51
|
-
// Mat default dark theme
|
|
52
|
-
$mat-legacy-theme-dark: mat.define-dark-theme(
|
|
53
|
-
(
|
|
54
|
-
color: (
|
|
55
|
-
primary: palettes.$mat-primary-palette,
|
|
56
|
-
accent: palettes.$mat-accent-palette,
|
|
57
|
-
warn: palettes.$mat-error-palette,
|
|
58
|
-
),
|
|
59
|
-
typography: $mat-legacy-typography,
|
|
60
|
-
)
|
|
61
|
-
);
|
|
62
|
-
|
|
63
|
-
// Custom mat background & foreground color
|
|
64
|
-
$mat-background: map.get($mat-theme-default, background);
|
|
65
|
-
$mat-foreground: map.get($mat-theme-default, foreground);
|
|
66
|
-
|
|
67
|
-
// Override $light-theme-background-palette config from node_modules/@angular/material/core/theming/_palette.scss
|
|
68
|
-
$gio-background: map.merge(
|
|
69
|
-
$mat-background,
|
|
70
|
-
(
|
|
71
|
-
background: mat.get-color-from-palette(palettes.$mat-dove-palette, default),
|
|
72
|
-
tooltip: mat.get-color-from-palette(palettes.$mat-space-palette, default),
|
|
73
|
-
)
|
|
74
|
-
);
|
|
75
|
-
|
|
76
|
-
// Override $light-theme-foreground-palette config from node_modules/@angular/material/core/theming/_palette.scss
|
|
77
|
-
$gio-foreground: map.merge(
|
|
78
|
-
$mat-foreground,
|
|
79
|
-
(
|
|
80
|
-
text: mat.get-color-from-palette(palettes.$mat-space-palette, default),
|
|
81
|
-
slider-min: mat.get-color-from-palette(palettes.$mat-space-palette, default),
|
|
82
|
-
)
|
|
83
|
-
);
|
|
84
|
-
$gio-background-foreground: (
|
|
85
|
-
background: $gio-background,
|
|
86
|
-
foreground: $gio-foreground,
|
|
87
|
-
);
|
|
88
|
-
|
|
89
|
-
// For backward compatibility with Material Design merge $gio-background-foreground into $mat-theme-default and into $mat-theme-default.color.
|
|
90
|
-
// Otherwise the colors of bg and fg seton partially applied
|
|
91
|
-
$mat-legacy-color: map.merge(map.get($mat-theme-default, color), $gio-background-foreground);
|
|
92
|
-
$mat-legacy-theme: map.merge(
|
|
93
|
-
$mat-theme-default,
|
|
94
|
-
map.merge(
|
|
95
|
-
$gio-background-foreground,
|
|
96
|
-
(
|
|
97
|
-
color: $mat-legacy-color,
|
|
98
|
-
)
|
|
99
|
-
)
|
|
100
|
-
);
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
* Copyright (C) 2022 The Gravitee team (http://gravitee.io)
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
@mixin mat-tabs() {
|
|
17
|
-
// Legacy mat-tabs
|
|
18
|
-
.mat-tab-group {
|
|
19
|
-
.mat-tab-label {
|
|
20
|
-
min-width: unset;
|
|
21
|
-
}
|
|
22
|
-
}
|
|
23
|
-
}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|