@design-factory/design-factory 19.1.1 → 20.0.0-next.0
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/design-factory-initial-branding.css +1 -1
- package/design-factory.css +2 -2
- package/fesm2022/design-factory.mjs +406 -277
- package/fesm2022/design-factory.mjs.map +1 -1
- package/index.d.ts +1883 -2
- package/package.json +14 -16
- package/schematics/migrations/20_0_0/navbar-toggler-logo-svg/index.d.ts +7 -0
- package/schematics/migrations/20_0_0/navbar-toggler-logo-svg/index.js +47 -0
- package/schematics/migrations/migration.json +6 -0
- package/styles/scss/_common.scss +1 -1
- package/styles/scss/_common.variables.scss +2 -1
- package/styles/scss/agnosui/_variables.scss +1 -1
- package/styles/scss/bootstrap/_variables.scss +13 -6
- package/styles/scss/components/accordion/_accordion.scss +5 -1
- package/styles/scss/components/alert/_alert.scss +6 -1
- package/styles/scss/components/badge/_badge.mixins.scss +2 -0
- package/styles/scss/components/badge/_badge.scss +157 -25
- package/styles/scss/components/breadcrumbs/_breadcrumbs.scss +8 -8
- package/styles/scss/components/breadcrumbs/_breadcrumbs.variables.scss +0 -2
- package/styles/scss/components/button/_button.scss +376 -59
- package/styles/scss/components/button/_button.variables.scss +1 -3
- package/styles/scss/components/checkbox/_checkbox.scss +11 -4
- package/styles/scss/components/dropdown/_dropdown.scss +3 -1
- package/styles/scss/components/dropdown/_dropdown.variables.scss +1 -0
- package/styles/scss/components/fieldset/_fieldset.scss +2 -2
- package/styles/scss/components/fieldset/_fieldset.variables.scss +1 -1
- package/styles/scss/components/fonts/_fonts-family.scss +8 -8
- package/styles/scss/components/fonts/multi-lang/_arabic.mixins.scss +5 -1
- package/styles/scss/components/fonts/multi-lang/_chinese.mixins.scss +13 -4
- package/styles/scss/components/fonts/multi-lang/_georgian.mixins.scss +5 -1
- package/styles/scss/components/fonts/multi-lang/_hebrew.mixins.scss +5 -1
- package/styles/scss/components/fonts/multi-lang/_japanese.mixins.scss +15 -5
- package/styles/scss/components/fonts/multi-lang/_korean.mixins.scss +12 -4
- package/styles/scss/components/footer/_footer.mixins.scss +36 -0
- package/styles/scss/components/footer/_footer.scss +49 -15
- package/styles/scss/components/footer/_footer.variables.scss +0 -1
- package/styles/scss/components/form/_form.scss +31 -1
- package/styles/scss/components/link/_link.mixins.scss +72 -75
- package/styles/scss/components/link/_link.scss +26 -32
- package/styles/scss/components/link/_link.variables.scss +3 -0
- package/styles/scss/components/list-group/_list-group.scss +30 -5
- package/styles/scss/components/list-group/_list-group.variables.scss +6 -2
- package/styles/scss/components/media/_media.scss +8 -1
- package/styles/scss/components/media/_media.variables.scss +2 -0
- package/styles/scss/components/navbar/_navbar.mixins.scss +55 -0
- package/styles/scss/components/navbar/_navbar.scss +180 -71
- package/styles/scss/components/navbar/_navbar.variables.scss +42 -13
- package/styles/scss/components/pagination/_pagination.scss +46 -2
- package/styles/scss/components/pagination/_pagination.variables.scss +3 -0
- package/styles/scss/components/popover/_popover.mixin.scss +1 -1
- package/styles/scss/components/popover/_popover.scss +1 -1
- package/styles/scss/components/popover/_popover.variables.scss +4 -0
- package/styles/scss/components/progressbar/_progressbar.scss +11 -0
- package/styles/scss/components/progressbar/_progressbar.variables.scss +5 -0
- package/styles/scss/components/radio/_radio.scss +11 -4
- package/styles/scss/components/radio/_radio.variables.scss +1 -0
- package/styles/scss/components/rating/_rating.scss +3 -1
- package/styles/scss/components/scrollspy/_scrollspy.scss +7 -0
- package/styles/scss/components/select/_select.mixin.scss +34 -0
- package/styles/scss/components/select/_select.scss +5 -19
- package/styles/scss/components/select/_select.variables.scss +2 -0
- package/styles/scss/components/speechbubble/_speechbubble.scss +19 -0
- package/styles/scss/components/speechbubble/_speechbubble.variables.scss +6 -0
- package/styles/scss/components/spinner/_spinner.scss +19 -0
- package/styles/scss/components/spinner/_spinner.variables.scss +6 -0
- package/styles/scss/components/stepper/_stepper.scss +29 -3
- package/styles/scss/components/stepper/_stepper.variables.scss +10 -1
- package/styles/scss/components/table/_advancedtables.scss +9 -5
- package/styles/scss/components/table/_table.scss +6 -0
- package/styles/scss/components/table/_table.variables.scss +3 -0
- package/styles/scss/components/tabs/_tabs.scss +7 -0
- package/styles/scss/components/toast/_toast.scss +31 -9
- package/styles/scss/components/tooltip/_tooltip.scss +7 -0
- package/styles/scss/themes/brand2023/_variables.scss +368 -447
- package/styles/scss/themes/brand2023/tokens/_figma.gen.scss +3028 -0
- package/styles/scss/themes/brand2023/tokens/_mapping.gen.scss +898 -0
- package/styles/scss/utilities/_common.utilities.scss +49 -1
- package/environment.d.ts +0 -4
- package/lib/angular/accessibility/accessibility.module.d.ts +0 -10
- package/lib/angular/accessibility/components/skip-links-container/skip-links-container.component.d.ts +0 -7
- package/lib/angular/accessibility/directives/skip-link.directive.d.ts +0 -9
- package/lib/angular/alert/alert.module.d.ts +0 -8
- package/lib/angular/animation/ngbTransition.d.ts +0 -16
- package/lib/angular/animation/util.d.ts +0 -14
- package/lib/angular/card/card-advanced.module.d.ts +0 -8
- package/lib/angular/card/manage-card-selection.directive.d.ts +0 -13
- package/lib/angular/datepicker/datepicker-keyboard-nav.service.d.ts +0 -7
- package/lib/angular/datepicker/datepicker-range.directive.d.ts +0 -30
- package/lib/angular/datepicker/datepicker-range.service.d.ts +0 -32
- package/lib/angular/datepicker/datepicker.module.d.ts +0 -10
- package/lib/angular/df.module.d.ts +0 -26
- package/lib/angular/footer/footer.module.d.ts +0 -8
- package/lib/angular/icon/amadeus-icon.d.ts +0 -5
- package/lib/angular/icon/icon.module.d.ts +0 -8
- package/lib/angular/icon/insert/insert-icon.directive.d.ts +0 -12
- package/lib/angular/icon/insert/insert-icon.module.d.ts +0 -8
- package/lib/angular/inputs/click/trigger-click.directive.d.ts +0 -9
- package/lib/angular/inputs/icon/inputicon.directive.d.ts +0 -29
- package/lib/angular/inputs/input-advanced.module.d.ts +0 -10
- package/lib/angular/mediaqueries/ifMedia.directive.d.ts +0 -25
- package/lib/angular/mediaqueries/media.module.d.ts +0 -8
- package/lib/angular/mediaqueries/media.service.d.ts +0 -24
- package/lib/angular/mediaqueries/mediaUtils.service.d.ts +0 -75
- package/lib/angular/modal/modal.service.d.ts +0 -17
- package/lib/angular/popover/config/popover.config.d.ts +0 -7
- package/lib/angular/popover/popover.module.d.ts +0 -7
- package/lib/angular/progressbar/progressbar.component.d.ts +0 -61
- package/lib/angular/progressbar/progressbar.module.d.ts +0 -9
- package/lib/angular/progressindicator/default/default-spinner.component.d.ts +0 -8
- package/lib/angular/progressindicator/progressindicator-backdrop.component.d.ts +0 -8
- package/lib/angular/progressindicator/progressindicator-config.d.ts +0 -54
- package/lib/angular/progressindicator/progressindicator-container.component.d.ts +0 -11
- package/lib/angular/progressindicator/progressindicator-ref.d.ts +0 -9
- package/lib/angular/progressindicator/progressindicator.directive.d.ts +0 -16
- package/lib/angular/progressindicator/progressindicator.module.d.ts +0 -15
- package/lib/angular/progressindicator/progressindicator.service.d.ts +0 -33
- package/lib/angular/right-to-left/directionDetection.service.d.ts +0 -12
- package/lib/angular/selects/events/manage-badge-events.directive.d.ts +0 -15
- package/lib/angular/selects/nav/manage-nav-select.directive.d.ts +0 -20
- package/lib/angular/selects/option-highlight.directive.d.ts +0 -14
- package/lib/angular/selects/select.model.d.ts +0 -1
- package/lib/angular/selects/select.module.d.ts +0 -13
- package/lib/angular/sidenav/dfSideNavAnimation.d.ts +0 -7
- package/lib/angular/sidenav/dfSideNavCollapse.d.ts +0 -46
- package/lib/angular/sidenav/dfSideNavCollapse.module.d.ts +0 -9
- package/lib/angular/sidenav/dfSideNavCollapse.service.d.ts +0 -24
- package/lib/angular/sidenav/dfSideNavCollapseConfig.d.ts +0 -17
- package/lib/angular/sidenav/excludeTrap.directive.d.ts +0 -30
- package/lib/angular/sidenav/manage-sidenav.directive.d.ts +0 -10
- package/lib/angular/sidenav/sidenav-config.d.ts +0 -17
- package/lib/angular/sidenav/sidenav.component.d.ts +0 -43
- package/lib/angular/sidenav/sidenav.module.d.ts +0 -14
- package/lib/angular/sidenav/sidenav.service.d.ts +0 -179
- package/lib/angular/sidenav/sidenavlist.component.d.ts +0 -25
- package/lib/angular/slider/direction/sliderdirection.directive.d.ts +0 -13
- package/lib/angular/slider/lib/change-context.d.ts +0 -6
- package/lib/angular/slider/lib/compatibility-helper.d.ts +0 -7
- package/lib/angular/slider/lib/event-listener-helper.d.ts +0 -13
- package/lib/angular/slider/lib/event-listener.d.ts +0 -7
- package/lib/angular/slider/lib/math-helper.d.ts +0 -6
- package/lib/angular/slider/lib/options.d.ts +0 -241
- package/lib/angular/slider/lib/pointer-type.d.ts +0 -7
- package/lib/angular/slider/lib/slider-element.directive.d.ts +0 -51
- package/lib/angular/slider/lib/slider-handle.directive.d.ts +0 -22
- package/lib/angular/slider/lib/slider-label.directive.d.ts +0 -14
- package/lib/angular/slider/lib/slider.component.d.ts +0 -193
- package/lib/angular/slider/lib/tooltip-wrapper.component.d.ts +0 -13
- package/lib/angular/slider/lib/value-helper.d.ts +0 -13
- package/lib/angular/slider/slider.module.d.ts +0 -16
- package/lib/angular/stepper/stepper.component.d.ts +0 -30
- package/lib/angular/stepper/stepper.directive.d.ts +0 -37
- package/lib/angular/stepper/stepper.module.d.ts +0 -8
- package/lib/angular/stepper/stepper.service.d.ts +0 -132
- package/lib/angular/toast/toast.module.d.ts +0 -8
- package/lib/angular/tooltip/tooltip.module.d.ts +0 -9
- package/lib/angular/tooltip/truncate/tooltipTruncate.directive.d.ts +0 -19
- package/lib/angular/utils/html-element-helper.d.ts +0 -15
- package/lib/angular/utils/scrollbar.service.d.ts +0 -46
- package/lib/angular/utils/titleTruncate.directive.d.ts +0 -15
- package/lib/angular/waves-of-progress/waves.directive.d.ts +0 -36
- package/lib/angular/waves-of-progress/waves.module.d.ts +0 -7
- package/lib/index.d.ts +0 -70
|
@@ -42,7 +42,7 @@
|
|
|
42
42
|
|
|
43
43
|
@if meta.variable-exists($name: 'df-enableBranding2023') and $df-enableBranding2023 {
|
|
44
44
|
@font-face {
|
|
45
|
-
font-family: 'Amadeus';
|
|
45
|
+
font-family: 'Amadeus Neue Web';
|
|
46
46
|
src:
|
|
47
47
|
url('#{$font-path}/amadeus-neue/light/AmadeusNeueWeb-Light.woff2') format('woff2'),
|
|
48
48
|
url('#{$font-path}/amadeus-neue/light/AmadeusNeueWeb-Light.woff') format('woff');
|
|
@@ -52,7 +52,7 @@
|
|
|
52
52
|
}
|
|
53
53
|
|
|
54
54
|
@font-face {
|
|
55
|
-
font-family: 'Amadeus';
|
|
55
|
+
font-family: 'Amadeus Neue Web';
|
|
56
56
|
src:
|
|
57
57
|
url('#{$font-path}/amadeus-neue/light/AmadeusNeueWeb-LightItalic.woff2') format('woff2'),
|
|
58
58
|
url('#{$font-path}/amadeus-neue/light/AmadeusNeueWeb-LightItalic.woff') format('woff');
|
|
@@ -62,7 +62,7 @@
|
|
|
62
62
|
}
|
|
63
63
|
|
|
64
64
|
@font-face {
|
|
65
|
-
font-family: 'Amadeus';
|
|
65
|
+
font-family: 'Amadeus Neue Web';
|
|
66
66
|
src:
|
|
67
67
|
url('#{$font-path}/amadeus-neue/bold/AmadeusNeueWeb-Bold.woff2') format('woff2'),
|
|
68
68
|
url('#{$font-path}/amadeus-neue/bold/AmadeusNeueWeb-Bold.woff') format('woff');
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
}
|
|
73
73
|
|
|
74
74
|
@font-face {
|
|
75
|
-
font-family: 'Amadeus';
|
|
75
|
+
font-family: 'Amadeus Neue Web';
|
|
76
76
|
src:
|
|
77
77
|
url('#{$font-path}/amadeus-neue/bold/AmadeusNeueWeb-BoldItalic.woff2') format('woff2'),
|
|
78
78
|
url('#{$font-path}/amadeus-neue/bold/AmadeusNeueWeb-BoldItalic.woff') format('woff');
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
}
|
|
83
83
|
|
|
84
84
|
@font-face {
|
|
85
|
-
font-family: 'Amadeus';
|
|
85
|
+
font-family: 'Amadeus Neue Web';
|
|
86
86
|
src:
|
|
87
87
|
url('#{$font-path}/amadeus-neue/regular/AmadeusNeueWeb-Regular.woff2') format('woff2'),
|
|
88
88
|
url('#{$font-path}/amadeus-neue/regular/AmadeusNeueWeb-Regular.woff') format('woff');
|
|
@@ -92,7 +92,7 @@
|
|
|
92
92
|
}
|
|
93
93
|
|
|
94
94
|
@font-face {
|
|
95
|
-
font-family: 'Amadeus';
|
|
95
|
+
font-family: 'Amadeus Neue Web';
|
|
96
96
|
src:
|
|
97
97
|
url('#{$font-path}/amadeus-neue/regular/AmadeusNeueWeb-RegularItalic.woff2') format('woff2'),
|
|
98
98
|
url('#{$font-path}/amadeus-neue/regular/AmadeusNeueWeb-RegularItalic.woff') format('woff');
|
|
@@ -102,7 +102,7 @@
|
|
|
102
102
|
}
|
|
103
103
|
|
|
104
104
|
@font-face {
|
|
105
|
-
font-family: 'Amadeus';
|
|
105
|
+
font-family: 'Amadeus Neue Web';
|
|
106
106
|
src:
|
|
107
107
|
url('#{$font-path}/amadeus-neue/medium/AmadeusNeueWeb-Medium.woff2') format('woff2'),
|
|
108
108
|
url('#{$font-path}/amadeus-neue/medium/AmadeusNeueWeb-Medium.woff') format('woff');
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
}
|
|
113
113
|
|
|
114
114
|
@font-face {
|
|
115
|
-
font-family: 'Amadeus';
|
|
115
|
+
font-family: 'Amadeus Neue Web';
|
|
116
116
|
src:
|
|
117
117
|
url('#{$font-path}/amadeus-neue/medium/AmadeusNeueWeb-MediumItalic.woff2') format('woff2'),
|
|
118
118
|
url('#{$font-path}/amadeus-neue/medium/AmadeusNeueWeb-MediumItalic.woff') format('woff');
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
+
@use 'sass:meta';
|
|
1
2
|
@import '../font-faces.mixins';
|
|
2
3
|
|
|
3
4
|
@mixin df-fonts-multi-lang-arabic($parent-selector) {
|
|
4
|
-
$headings-font-stack:
|
|
5
|
+
$headings-font-stack: var(--#{$prefix}typo-font-primaryFamily), 'Noto Sans', sans-serif;
|
|
6
|
+
@if not meta.variable-exists($name: 'df-enableBranding2023') or not $df-enableBranding2023 {
|
|
7
|
+
$headings-font-stack: 'Amadeus', 'Noto Sans', sans-serif;
|
|
8
|
+
}
|
|
5
9
|
$body-font-stack: 'Source Sans Pro', 'Noto Sans', sans-serif;
|
|
6
10
|
@include df-fonts-multi-lang-font-faces-noto-sans-arabic();
|
|
7
11
|
@include df-fonts-multi-lang-typo-fonts($parent-selector, $body-font-stack, $headings-font-stack);
|
|
@@ -1,12 +1,21 @@
|
|
|
1
|
+
@use 'sass:meta';
|
|
1
2
|
@import '../font-faces.mixins';
|
|
2
3
|
|
|
3
4
|
@mixin df-fonts-multi-lang-chinese($parent-selector) {
|
|
4
|
-
$headings-font-stack:
|
|
5
|
-
'Source Han Sans
|
|
6
|
-
'Microsoft YaHei New', '微软雅黑', 'Microsoft Yahei', sans-serif;
|
|
7
|
-
$body-font-stack: 'Source Sans Pro', 'Source Han Sans', '思源黑体', 'Source Han Sans SC', '思源黑体 CN',
|
|
5
|
+
$headings-font-stack:
|
|
6
|
+
var(--#{$prefix}typo-font-primaryFamily), 'Source Han Sans', '思源黑体', 'Source Han Sans SC', '思源黑体 CN',
|
|
8
7
|
'Source Han Sans CN', '苹方-简', 'PingFang SC', '冬青黑体简体中文', 'Hiragino Sans GB', '微软雅黑体',
|
|
9
8
|
'Microsoft YaHei New', '微软雅黑', 'Microsoft Yahei', sans-serif;
|
|
9
|
+
@if not meta.variable-exists($name: 'df-enableBranding2023') or not $df-enableBranding2023 {
|
|
10
|
+
$headings-font-stack:
|
|
11
|
+
'Amadeus', 'Source Han Sans', '思源黑体', 'Source Han Sans SC', '思源黑体 CN', 'Source Han Sans CN', '苹方-简',
|
|
12
|
+
'PingFang SC', '冬青黑体简体中文', 'Hiragino Sans GB', '微软雅黑体', 'Microsoft YaHei New', '微软雅黑',
|
|
13
|
+
'Microsoft Yahei', sans-serif;
|
|
14
|
+
}
|
|
15
|
+
$body-font-stack:
|
|
16
|
+
'Source Sans Pro', 'Source Han Sans', '思源黑体', 'Source Han Sans SC', '思源黑体 CN', 'Source Han Sans CN',
|
|
17
|
+
'苹方-简', 'PingFang SC', '冬青黑体简体中文', 'Hiragino Sans GB', '微软雅黑体', 'Microsoft YaHei New', '微软雅黑',
|
|
18
|
+
'Microsoft Yahei', sans-serif;
|
|
10
19
|
|
|
11
20
|
@include df-fonts-multi-lang-typo-fonts($parent-selector, $body-font-stack, $headings-font-stack);
|
|
12
21
|
}
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
+
@use 'sass:meta';
|
|
1
2
|
@import '../font-faces.mixins';
|
|
2
3
|
|
|
3
4
|
@mixin df-fonts-multi-lang-georgian($parent-selector) {
|
|
4
|
-
$headings-font-stack:
|
|
5
|
+
$headings-font-stack: var(--#{$prefix}typo-font-primaryFamily), 'Noto Sans', sans-serif;
|
|
6
|
+
@if not meta.variable-exists($name: 'df-enableBranding2023') or not $df-enableBranding2023 {
|
|
7
|
+
$headings-font-stack: 'Amadeus', 'Noto Sans', sans-serif;
|
|
8
|
+
}
|
|
5
9
|
$body-font-stack: 'Noto Sans', sans-serif;
|
|
6
10
|
|
|
7
11
|
@include df-fonts-multi-lang-font-faces-noto-sans-georgian();
|
|
@@ -1,7 +1,11 @@
|
|
|
1
|
+
@use 'sass:meta';
|
|
1
2
|
@import '../font-faces.mixins';
|
|
2
3
|
|
|
3
4
|
@mixin df-fonts-multi-lang-hebrew($parent-selector) {
|
|
4
|
-
$headings-font-stack:
|
|
5
|
+
$headings-font-stack: var(--#{$prefix}typo-font-primaryFamily), 'Noto Sans', sans-serif;
|
|
6
|
+
@if not meta.variable-exists($name: 'df-enableBranding2023') or not $df-enableBranding2023 {
|
|
7
|
+
$headings-font-stack: 'Amadeus', 'Noto Sans', sans-serif;
|
|
8
|
+
}
|
|
5
9
|
$body-font-stack: 'Source Sans Pro', 'Noto Sans', sans-serif;
|
|
6
10
|
|
|
7
11
|
@include df-fonts-multi-lang-font-faces-noto-sans-hebrew();
|
|
@@ -1,11 +1,21 @@
|
|
|
1
|
+
@use 'sass:meta';
|
|
1
2
|
@import '../font-faces.mixins';
|
|
2
3
|
|
|
3
4
|
@mixin df-fonts-multi-lang-japanese($parent-selector) {
|
|
4
|
-
$headings-font-stack:
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
'
|
|
8
|
-
|
|
5
|
+
$headings-font-stack:
|
|
6
|
+
var(--#{$prefix}typo-font-primaryFamily), '源ノ角ゴシック', 'Source Han Sans', '源ノ角ゴシック JP',
|
|
7
|
+
'Source Han Sans JP', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック', 'Yu Gothic', '游ゴシック体',
|
|
8
|
+
YuGothic, 'メイリオ', Meiryo, 'MS Pゴシック', 'MS PGothic', HiraKakuProN-W3, 'TakaoExゴシック', TakaoExGothic,
|
|
9
|
+
'MotoyaLCedar', 'Droid Sans Japanese', sans-serif;
|
|
10
|
+
@if not meta.variable-exists($name: 'df-enableBranding2023') or not $df-enableBranding2023 {
|
|
11
|
+
$headings-font-stack:
|
|
12
|
+
'Amadeus', '源ノ角ゴシック', 'Source Han Sans', '源ノ角ゴシック JP', 'Source Han Sans JP', 'ヒラギノ角ゴ ProN',
|
|
13
|
+
'Hiragino Kaku Gothic ProN', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'メイリオ', Meiryo,
|
|
14
|
+
'MS Pゴシック', 'MS PGothic', HiraKakuProN-W3, 'TakaoExゴシック', TakaoExGothic, 'MotoyaLCedar',
|
|
15
|
+
'Droid Sans Japanese', sans-serif;
|
|
16
|
+
}
|
|
17
|
+
$body-font-stack:
|
|
18
|
+
'Source Sans Pro', '源ノ角ゴシック', 'Source Han Sans', '源ノ角ゴシック JP', 'Source Han Sans JP',
|
|
9
19
|
'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'メイリオ',
|
|
10
20
|
Meiryo, 'MS Pゴシック', 'MS PGothic', HiraKakuProN-W3, 'TakaoExゴシック', TakaoExGothic, 'MotoyaLCedar',
|
|
11
21
|
'Droid Sans Japanese', sans-serif;
|
|
@@ -1,10 +1,18 @@
|
|
|
1
|
+
@use 'sass:meta';
|
|
1
2
|
@import '../font-faces.mixins';
|
|
2
3
|
|
|
3
4
|
@mixin df-fonts-multi-lang-korean($parent-selector) {
|
|
4
|
-
$headings-font-stack:
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
5
|
+
$headings-font-stack:
|
|
6
|
+
var(--#{$prefix}typo-font-primaryFamily), 'Apple SD Gothic Neo', 'NanumBarunGothic', '맑은 고딕', 'Malgun Gothic',
|
|
7
|
+
'굴림', 'Gulim', '돋움', 'Dotum', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
|
|
8
|
+
@if not meta.variable-exists($name: 'df-enableBranding2023') or not $df-enableBranding2023 {
|
|
9
|
+
$headings-font-stack:
|
|
10
|
+
'Amadeus', 'Apple SD Gothic Neo', 'NanumBarunGothic', '맑은 고딕', 'Malgun Gothic', '굴림', 'Gulim', '돋움',
|
|
11
|
+
'Dotum', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
|
|
12
|
+
}
|
|
13
|
+
$body-font-stack:
|
|
14
|
+
'Source Sans Pro', 'Apple SD Gothic Neo', 'NanumBarunGothic', '맑은 고딕', 'Malgun Gothic', '굴림', 'Gulim', '돋움',
|
|
15
|
+
'Dotum', 'Helvetica Neue', 'Helvetica', Arial, sans-serif;
|
|
8
16
|
|
|
9
17
|
@include df-fonts-multi-lang-typo-fonts($parent-selector, $body-font-stack, $headings-font-stack);
|
|
10
18
|
}
|
|
@@ -0,0 +1,36 @@
|
|
|
1
|
+
@mixin footerlink() {
|
|
2
|
+
color: var(--#{$prefix}footer-color-link-primary-default-foreground);
|
|
3
|
+
border-bottom-color: var(--#{$prefix}footer-color-link-primary-default-foreground);
|
|
4
|
+
--#{$prefix}box-shadow-color: var(--#{$prefix}footer-color-link-primary-default-border);
|
|
5
|
+
|
|
6
|
+
&:hover {
|
|
7
|
+
color: var(--#{$prefix}footer-color-link-primary-hovered-foreground);
|
|
8
|
+
border-bottom-color: var(--#{$prefix}footer-color-link-primary-hovered-foreground);
|
|
9
|
+
background-color: var(--#{$prefix}footer-color-link-primary-hovered-background);
|
|
10
|
+
--#{$prefix}box-shadow-color: var(--#{$prefix}footer-color-link-primary-hovered-border);
|
|
11
|
+
}
|
|
12
|
+
|
|
13
|
+
&:active {
|
|
14
|
+
color: var(--#{$prefix}footer-color-link-primary-pressed-foreground);
|
|
15
|
+
border-bottom-color: var(--#{$prefix}footer-color-link-primary-pressed-foreground);
|
|
16
|
+
background-color: var(--#{$prefix}footer-color-link-primary-pressed-background);
|
|
17
|
+
--#{$prefix}box-shadow-color: var(--#{$prefix}footer-color-link-primary-pressed-border);
|
|
18
|
+
}
|
|
19
|
+
}
|
|
20
|
+
|
|
21
|
+
@mixin footerlink-visited() {
|
|
22
|
+
color: var(--#{$prefix}footer-color-link-visited-default-foreground);
|
|
23
|
+
border-bottom-color: var(--#{$prefix}footer-color-link-visited-default-foreground);
|
|
24
|
+
|
|
25
|
+
&:hover {
|
|
26
|
+
color: var(--#{$prefix}footer-color-link-visited-hovered-foreground);
|
|
27
|
+
border-bottom-color: var(--#{$prefix}footer-color-link-visited-hovered-foreground);
|
|
28
|
+
background-color: var(--#{$prefix}footer-color-link-visited-hovered-background);
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
&:active {
|
|
32
|
+
color: var(--#{$prefix}footer-color-link-visited-pressed-foreground);
|
|
33
|
+
border-bottom-color: var(--#{$prefix}footer-color-link-visited-pressed-foreground);
|
|
34
|
+
background-color: var(--#{$prefix}footer-color-link-visited-pressed-background);
|
|
35
|
+
}
|
|
36
|
+
}
|
|
@@ -1,3 +1,6 @@
|
|
|
1
|
+
@use 'sass:meta';
|
|
2
|
+
@import 'footer.mixins';
|
|
3
|
+
|
|
1
4
|
.df-app-footer {
|
|
2
5
|
--#{$prefix}footer-margin-top: #{$df-footer-margin-top};
|
|
3
6
|
--#{$prefix}footer-display: #{$df-footer-display};
|
|
@@ -12,39 +15,70 @@
|
|
|
12
15
|
--#{$prefix}footer-brand-display: #{$df-footer-brand-display};
|
|
13
16
|
--#{$prefix}footer-brand-align: #{$df-footer-brand-align};
|
|
14
17
|
--#{$prefix}footer-brand-after-display: #{$df-footer-brand-after-display};
|
|
15
|
-
--#{$prefix}footer-item-focus-box-shadow: #{$df-footer-item-focus-box-shadow};
|
|
16
18
|
--#{$prefix}footer-item-outline: #{$df-footer-item-outline};
|
|
17
19
|
margin-top: var(--#{$prefix}footer-margin-top); // to put it at the botton of the flex container
|
|
18
20
|
display: var(--#{$prefix}footer-display);
|
|
19
21
|
flex-direction: var(--#{$prefix}footer-direction);
|
|
20
22
|
|
|
23
|
+
@if not meta.variable-exists($name: 'df-enableBranding2023') {
|
|
24
|
+
a {
|
|
25
|
+
&:visited {
|
|
26
|
+
color: var(--#{$prefix}link-color);
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
border-bottom: 0;
|
|
30
|
+
|
|
31
|
+
&:hover {
|
|
32
|
+
background-color: unset;
|
|
33
|
+
text-decoration: underline;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&:active {
|
|
37
|
+
background-color: unset;
|
|
38
|
+
color: var(--#{$prefix}link-color);
|
|
39
|
+
}
|
|
40
|
+
}
|
|
41
|
+
} @else {
|
|
42
|
+
background-color: var(--#{$prefix}footer-color-inert-neutral-background);
|
|
43
|
+
color: var(--#{$prefix}footer-color-inert-neutral-foreground);
|
|
44
|
+
|
|
45
|
+
hr {
|
|
46
|
+
border-top-color: var(--#{$prefix}footer-color-inert-neutral-border);
|
|
47
|
+
opacity: 1;
|
|
48
|
+
}
|
|
49
|
+
|
|
50
|
+
.df-app-footer-links {
|
|
51
|
+
a {
|
|
52
|
+
&:not(:visited) {
|
|
53
|
+
@include footerlink();
|
|
54
|
+
}
|
|
55
|
+
&:visited {
|
|
56
|
+
@include footerlink-visited();
|
|
57
|
+
}
|
|
58
|
+
--#{$prefix}inner-box-shadow-color: var(--#{$prefix}footer-color-inert-neutral-background);
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
}
|
|
62
|
+
|
|
21
63
|
.df-app-footer-line {
|
|
22
64
|
display: var(--#{$prefix}footer-line-display);
|
|
23
65
|
align-items: var(--#{$prefix}footer-line-align);
|
|
24
66
|
justify-content: var(--#{$prefix}footer-line-justify-content);
|
|
25
67
|
flex-wrap: var(--#{$prefix}footer-line-wrap);
|
|
26
68
|
flex-direction: var(--#{$prefix}footer-line-direction);
|
|
27
|
-
|
|
28
|
-
padding-left: var(--#{$prefix}footer-line-padding-start);
|
|
29
|
-
}
|
|
30
|
-
@include rtl {
|
|
31
|
-
padding-right: var(--#{$prefix}footer-line-padding-end);
|
|
32
|
-
}
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
.df-app-footer-links {
|
|
36
|
-
a {
|
|
37
|
-
@include df-link();
|
|
38
|
-
}
|
|
69
|
+
padding-inline-start: var(--#{$prefix}footer-line-padding-start);
|
|
39
70
|
}
|
|
40
71
|
|
|
41
72
|
.df-footer-brand {
|
|
42
73
|
display: var(--#{$prefix}footer-brand-display);
|
|
43
74
|
align-items: var(--#{$prefix}footer-brand-align);
|
|
44
75
|
outline: var(--#{$prefix}footer-item-outline);
|
|
45
|
-
|
|
46
|
-
|
|
76
|
+
border-bottom: 0;
|
|
77
|
+
|
|
78
|
+
@if meta.variable-exists($name: 'df-enableBranding2023') and $df-enableBranding2023 {
|
|
79
|
+
color: var(--#{$prefix}footer-color-logo-foreground);
|
|
47
80
|
}
|
|
81
|
+
|
|
48
82
|
&:after {
|
|
49
83
|
display: var(--#{$prefix}footer-brand-after-display);
|
|
50
84
|
}
|
|
@@ -11,5 +11,4 @@ $df-footer-line-padding-end: 1rem !default;
|
|
|
11
11
|
$df-footer-brand-display: flex !default;
|
|
12
12
|
$df-footer-brand-align: center !default;
|
|
13
13
|
$df-footer-brand-after-display: none !default;
|
|
14
|
-
$df-footer-item-focus-box-shadow: $df-focused-box-shadow !default;
|
|
15
14
|
$df-footer-item-outline: none !default;
|
|
@@ -35,15 +35,18 @@ form {
|
|
|
35
35
|
--#{$prefix}border-color-opacity: #{$input-btn-focus-color-opacity};
|
|
36
36
|
--#{$prefix}box-shadow-color: #{shades-rgba-css-var-with-opacity('primary', 'border-color')};
|
|
37
37
|
}
|
|
38
|
+
|
|
38
39
|
&:disabled {
|
|
39
40
|
color: var(--#{$prefix}form-input-disabled-color);
|
|
40
41
|
cursor: var(--#{$prefix}form-input-disabled-cursor);
|
|
42
|
+
|
|
41
43
|
&::placeholder {
|
|
42
44
|
color: var(--#{$prefix}form-input-disabled-color);
|
|
43
45
|
}
|
|
44
46
|
}
|
|
47
|
+
|
|
45
48
|
&::placeholder {
|
|
46
|
-
font-style:
|
|
49
|
+
font-style: $df-form-placeholder-font-style;
|
|
47
50
|
}
|
|
48
51
|
|
|
49
52
|
&[readonly] {
|
|
@@ -80,6 +83,14 @@ form {
|
|
|
80
83
|
font-size: $font-size-sm;
|
|
81
84
|
}
|
|
82
85
|
|
|
86
|
+
.form-control-sm {
|
|
87
|
+
& ~ .invalid-feedback,
|
|
88
|
+
& ~ .valid-feedback,
|
|
89
|
+
& ~ .warning-feedback {
|
|
90
|
+
font-size: $df-font-size-xs;
|
|
91
|
+
}
|
|
92
|
+
}
|
|
93
|
+
|
|
83
94
|
.form-row {
|
|
84
95
|
// add
|
|
85
96
|
& ~ .invalid-feedback {
|
|
@@ -93,6 +104,7 @@ form {
|
|
|
93
104
|
min-width: var(--#{$prefix}custom-pages-input-minwidth);
|
|
94
105
|
width: var(--#{$prefix}custom-pages-input-width);
|
|
95
106
|
}
|
|
107
|
+
|
|
96
108
|
.form-control,
|
|
97
109
|
.form-check-input {
|
|
98
110
|
@each $state, $data in $form-validation-states {
|
|
@@ -111,6 +123,7 @@ form {
|
|
|
111
123
|
// forms size small
|
|
112
124
|
.form-sm {
|
|
113
125
|
--#{$prefix}custom-pages-input-minwidth: #{$df-custom-pages-input-minwidth-sm};
|
|
126
|
+
|
|
114
127
|
.form-control,
|
|
115
128
|
.ng-select {
|
|
116
129
|
@extend .form-control-sm;
|
|
@@ -122,6 +135,7 @@ form {
|
|
|
122
135
|
// maybe this is more &:not as in form.mixin.scss
|
|
123
136
|
margin-bottom: var(--#{$prefix}form-sm-label-margin-bottom);
|
|
124
137
|
}
|
|
138
|
+
|
|
125
139
|
font-size: $font-size-sm;
|
|
126
140
|
}
|
|
127
141
|
|
|
@@ -138,11 +152,22 @@ form {
|
|
|
138
152
|
height: var(--#{$prefix}form-switch-sm-height);
|
|
139
153
|
}
|
|
140
154
|
}
|
|
155
|
+
|
|
156
|
+
.input-group:has(input.df-input-withicon):has(.input-group-prepend) .input-group-prepend {
|
|
157
|
+
border-radius: var(--#{$prefix}border-radius-sm); //needed to override common bootstrap file
|
|
158
|
+
}
|
|
159
|
+
|
|
160
|
+
.invalid-feedback,
|
|
161
|
+
.valid-feedback,
|
|
162
|
+
.warning-feedback {
|
|
163
|
+
font-size: $df-font-size-xs;
|
|
164
|
+
}
|
|
141
165
|
}
|
|
142
166
|
|
|
143
167
|
// forms size large
|
|
144
168
|
.form-lg {
|
|
145
169
|
--#{$prefix}custom-pages-input-minwidth: #{$df-custom-pages-input-minwidth-lg};
|
|
170
|
+
|
|
146
171
|
.form-control {
|
|
147
172
|
@extend .form-control-lg;
|
|
148
173
|
}
|
|
@@ -153,6 +178,7 @@ form {
|
|
|
153
178
|
// maybe this is more &:not as in form.mixin.scss
|
|
154
179
|
margin-bottom: var(--#{$prefix}form-lg-label-margin-bottom);
|
|
155
180
|
}
|
|
181
|
+
|
|
156
182
|
font-size: $font-size-lg;
|
|
157
183
|
}
|
|
158
184
|
|
|
@@ -169,6 +195,10 @@ form {
|
|
|
169
195
|
height: var(--#{$prefix}form-switch-lg-height);
|
|
170
196
|
}
|
|
171
197
|
}
|
|
198
|
+
|
|
199
|
+
.input-group:has(input.df-input-withicon):has(.input-group-prepend) .input-group-prepend {
|
|
200
|
+
border-radius: var(--#{$prefix}border-radius-lg);
|
|
201
|
+
}
|
|
172
202
|
}
|
|
173
203
|
|
|
174
204
|
.ng-invalid.ng-touched {
|
|
@@ -1,108 +1,105 @@
|
|
|
1
|
-
@mixin df-link-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
color: var(--#{$prefix}link-hover-color);
|
|
8
|
-
background-color: var(--#{$prefix}link-hover-background);
|
|
9
|
-
border-bottom-width: var(--#{$prefix}link-hover-border-bottom-width);
|
|
10
|
-
text-decoration: var(--#{$prefix}link-hover-text-decoration);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
@mixin df-link-visited {
|
|
14
|
-
color: var(--#{$prefix}link-visited-color);
|
|
15
|
-
border-bottom-color: var(--#{$prefix}link-visited-color);
|
|
16
|
-
text-decoration: none;
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
@mixin df-link-focus {
|
|
20
|
-
outline: var(--#{$prefix}link-focus-outline);
|
|
21
|
-
outline-offset: var(--#{$prefix}link-focus-outline-offset);
|
|
22
|
-
box-shadow: var(--#{$prefix}link-focus-box-shadow);
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
@mixin df-link-visited-hover {
|
|
26
|
-
color: var(--#{$prefix}link-visited-hover-text-color);
|
|
27
|
-
background-color: var(--#{$prefix}link-visited-hover-background);
|
|
28
|
-
border-bottom-width: var(--#{$prefix}link-visited-hover-border-bottom-width);
|
|
29
|
-
border-bottom-color: var(--#{$prefix}link-visited-hover-border-bottom-color);
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
@mixin df-link-visited-active {
|
|
33
|
-
color: var(--#{$prefix}link-visited-active-text-color);
|
|
34
|
-
background-color: var(--#{$prefix}link-visited-active-background);
|
|
35
|
-
border-bottom-width: var(--#{$prefix}link-visited-active-border-bottom-width);
|
|
36
|
-
border-bottom-color: var(--#{$prefix}link-visited-active-border-bottom-color);
|
|
1
|
+
@mixin df-link-external-content {
|
|
2
|
+
content: $df-link-external-icon;
|
|
3
|
+
font-family: $df-link-external-font-family;
|
|
4
|
+
position: relative;
|
|
5
|
+
bottom: var(--#{$prefix}link-external-icon-bottom);
|
|
6
|
+
font-size: var(--#{$prefix}link-external-icon-size);
|
|
37
7
|
}
|
|
38
8
|
|
|
39
|
-
|
|
9
|
+
%df-disabled-link-style {
|
|
40
10
|
color: var(--#{$prefix}link-disabled-color);
|
|
11
|
+
background-color: var(--#{$prefix}link-disabled-background);
|
|
41
12
|
display: var(--#{$prefix}link-disabled-display);
|
|
42
13
|
cursor: var(--#{$prefix}link-disabled-cursor);
|
|
43
14
|
text-decoration: var(--#{$prefix}link-disabled-text-decoration);
|
|
44
15
|
border-bottom-color: var(--#{$prefix}link-disabled-border-bottom-color);
|
|
45
|
-
|
|
16
|
+
border-bottom-width: var(--#{$prefix}link-disabled-border-bottom-width);
|
|
46
17
|
outline: none;
|
|
47
18
|
box-shadow: none;
|
|
48
19
|
}
|
|
49
20
|
|
|
50
|
-
@mixin df-link
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
border-bottom-color: var(--#{$prefix}link-active-color);
|
|
54
|
-
background-color: var(--#{$prefix}link-active-background);
|
|
55
|
-
}
|
|
21
|
+
@mixin df-disabled-link {
|
|
22
|
+
&[aria-disabled='true'] {
|
|
23
|
+
@extend %df-disabled-link-style;
|
|
56
24
|
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
25
|
+
&:hover,
|
|
26
|
+
&:active,
|
|
27
|
+
&:visited,
|
|
28
|
+
&:visited:hover {
|
|
29
|
+
@extend %df-disabled-link-style;
|
|
30
|
+
}
|
|
31
|
+
}
|
|
63
32
|
}
|
|
64
33
|
|
|
34
|
+
//TODO: move the mixin to the links after branding2023 removal and clean the include of this link
|
|
65
35
|
@mixin df-link {
|
|
66
|
-
|
|
67
|
-
|
|
36
|
+
color: var(--#{$prefix}link-color);
|
|
37
|
+
border-bottom: var(--#{$prefix}link-border-bottom);
|
|
38
|
+
|
|
39
|
+
&:hover {
|
|
40
|
+
color: var(--#{$prefix}link-hover-color);
|
|
41
|
+
background-color: var(--#{$prefix}link-hover-background);
|
|
42
|
+
border-bottom-width: var(--#{$prefix}link-hover-border-bottom-width);
|
|
43
|
+
text-decoration: var(--#{$prefix}link-hover-text-decoration);
|
|
44
|
+
}
|
|
45
|
+
&:active {
|
|
46
|
+
color: var(--#{$prefix}link-active-color);
|
|
47
|
+
border-bottom-width: var(--#{$prefix}link-active-border-bottom-width);
|
|
48
|
+
border-bottom-color: var(--#{$prefix}link-active-color);
|
|
49
|
+
background-color: var(--#{$prefix}link-active-background);
|
|
68
50
|
}
|
|
69
51
|
|
|
70
|
-
&:
|
|
71
|
-
|
|
52
|
+
&:focus-visible {
|
|
53
|
+
outline: var(--#{$prefix}link-focus-outline);
|
|
54
|
+
outline-offset: var(--#{$prefix}link-focus-outline-offset);
|
|
55
|
+
box-shadow: var(--#{$prefix}link-focus-box-shadow);
|
|
72
56
|
}
|
|
73
57
|
|
|
74
58
|
&:visited {
|
|
75
|
-
|
|
76
|
-
|
|
59
|
+
color: var(--#{$prefix}link-visited-color);
|
|
60
|
+
border-bottom-color: var(--#{$prefix}link-visited-color);
|
|
61
|
+
|
|
62
|
+
&:hover {
|
|
63
|
+
color: var(--#{$prefix}link-visited-hover-text-color);
|
|
64
|
+
background-color: var(--#{$prefix}link-visited-hover-background);
|
|
65
|
+
border-bottom-width: var(--#{$prefix}link-visited-hover-border-bottom-width);
|
|
66
|
+
border-bottom-color: var(--#{$prefix}link-visited-hover-border-bottom-color);
|
|
67
|
+
}
|
|
77
68
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
69
|
+
&:active {
|
|
70
|
+
color: var(--#{$prefix}link-visited-active-text-color);
|
|
71
|
+
background-color: var(--#{$prefix}link-visited-active-background);
|
|
72
|
+
border-bottom-width: var(--#{$prefix}link-visited-active-border-bottom-width);
|
|
73
|
+
border-bottom-color: var(--#{$prefix}link-visited-active-border-bottom-color);
|
|
74
|
+
}
|
|
81
75
|
}
|
|
82
76
|
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
}
|
|
77
|
+
@include df-disabled-link();
|
|
78
|
+
}
|
|
86
79
|
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
80
|
+
//TODO remove mixin when we find change the web portal to avoid using links as buttons or make a different decision
|
|
81
|
+
@mixin a-btn {
|
|
82
|
+
&:visited {
|
|
83
|
+
color: var(--#{$prefix}link-color);
|
|
84
|
+
border-color: var(--#{$prefix}btn-hover-border-color);
|
|
90
85
|
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
86
|
+
&:hover {
|
|
87
|
+
color: var(--#{$prefix}btn-hover-color);
|
|
88
|
+
background-color: var(--#{$prefix}btn-hover-bg);
|
|
89
|
+
}
|
|
94
90
|
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
&:visited,
|
|
99
|
-
&:visited:hover,
|
|
100
|
-
&:link {
|
|
101
|
-
@include df-link-disabled;
|
|
91
|
+
&:active {
|
|
92
|
+
color: var(--#{$prefix}btn-active-color);
|
|
93
|
+
background-color: var(--#{$prefix}btn-active-bg);
|
|
102
94
|
}
|
|
103
95
|
}
|
|
96
|
+
&:hover,
|
|
97
|
+
&:active {
|
|
98
|
+
border-width: var(--#{$prefix}btn-border-width);
|
|
99
|
+
}
|
|
104
100
|
}
|
|
105
101
|
|
|
102
|
+
//TODO: Remove after branding2023 removal
|
|
106
103
|
@mixin df-link-more-normal {
|
|
107
104
|
text-transform: var(--#{$prefix}link-more-text-transform);
|
|
108
105
|
font-weight: var(--#{$prefix}font-weight-semi-bold);
|