@db-ux/core-foundations 2.0.0-0-custom-select-16b8cce → 2.0.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/build/ide/db.ide.css +10 -10
- package/build/styles/_screen-sizes.scss +62 -6
- package/build/styles/_variables.scss +9 -9
- package/build/styles/absolute.css +9015 -593
- package/build/styles/absolute.scss +1 -1
- package/build/styles/colors/_default-color-icons.scss +11 -0
- package/build/styles/colors/_default-color-mappings.scss +2944 -0
- package/build/styles/colors/_placeholder.scss +160 -153
- package/build/styles/colors/_variables.scss +20 -19
- package/build/styles/colors/classes/all.css +2205 -2115
- package/build/styles/colors/classes/blue.css +175 -141
- package/build/styles/colors/classes/brand.css +175 -141
- package/build/styles/colors/classes/critical.css +175 -141
- package/build/styles/colors/classes/cyan.css +175 -141
- package/build/styles/colors/classes/green.css +175 -141
- package/build/styles/colors/classes/informational.css +175 -141
- package/build/styles/colors/classes/neutral.css +175 -141
- package/build/styles/colors/classes/orange.css +175 -141
- package/build/styles/colors/classes/pink.css +175 -141
- package/build/styles/colors/classes/red.css +175 -141
- package/build/styles/colors/classes/successful.css +175 -141
- package/build/styles/colors/classes/turquoise.css +175 -141
- package/build/styles/colors/classes/violet.css +175 -141
- package/build/styles/colors/classes/warning.css +175 -141
- package/build/styles/colors/classes/yellow.css +175 -141
- package/build/styles/colors/speaking-colors/additional/_blue.speaking-colors.scss +9 -0
- package/build/styles/colors/speaking-colors/additional/_cyan.speaking-colors.scss +9 -0
- package/build/styles/colors/speaking-colors/additional/_green.speaking-colors.scss +9 -0
- package/build/styles/colors/speaking-colors/additional/_orange.speaking-colors.scss +9 -0
- package/build/styles/colors/speaking-colors/additional/_pink.speaking-colors.scss +9 -0
- package/build/styles/colors/speaking-colors/additional/_red.speaking-colors.scss +9 -0
- package/build/styles/colors/speaking-colors/additional/_turquoise.speaking-colors.scss +9 -0
- package/build/styles/colors/speaking-colors/additional/_violet.speaking-colors.scss +9 -0
- package/build/styles/colors/speaking-colors/additional/_yellow.speaking-colors.scss +9 -0
- package/build/styles/colors/speaking-colors/semantic/_brand.speaking-colors.scss +9 -0
- package/build/styles/colors/speaking-colors/semantic/_critical.speaking-colors.scss +9 -0
- package/build/styles/colors/speaking-colors/semantic/_informational.speaking-colors.scss +15 -0
- package/build/styles/colors/speaking-colors/semantic/_neutral.speaking-colors.scss +9 -0
- package/build/styles/colors/speaking-colors/semantic/_successful.speaking-colors.scss +9 -0
- package/build/styles/colors/speaking-colors/semantic/_warning.speaking-colors.scss +9 -0
- package/build/styles/colors/speaking-colors/vibrant.js +43 -0
- package/build/styles/defaults/_default-properties.scss +6770 -0
- package/build/styles/defaults/default-code.css +93 -93
- package/build/styles/defaults/default-code.scss +6 -4
- package/build/styles/defaults/default-elevation.css +1 -1
- package/build/styles/defaults/default-fonts.css +7 -7
- package/build/styles/defaults/default-fonts.scss +15 -18
- package/build/styles/defaults/default-icons.css +1 -1
- package/build/styles/defaults/default-required.css +1 -1
- package/build/styles/defaults/default-required.scss +33 -13
- package/build/styles/defaults/default-root.css +93 -93
- package/build/styles/defaults/default-theme.css +93 -93
- package/build/styles/defaults/default-theme.scss +9 -854
- package/build/styles/density/_scaling-placeholder.scss +57 -38
- package/build/styles/density/_typography-placeholder.scss +66 -42
- package/build/styles/density/classes/all.css +944 -951
- package/build/styles/density/classes/expressive.css +396 -327
- package/build/styles/density/classes/functional.css +396 -327
- package/build/styles/density/classes/regular.css +396 -327
- package/build/styles/fonts/_font-sizes.scss +18 -12
- package/build/styles/fonts/classes/all.css +236 -90
- package/build/styles/fonts/classes/body/2xl.css +100 -5
- package/build/styles/fonts/classes/body/2xs.css +100 -5
- package/build/styles/fonts/classes/body/3xl.css +100 -5
- package/build/styles/fonts/classes/body/3xs.css +100 -5
- package/build/styles/fonts/classes/body/all.css +164 -45
- package/build/styles/fonts/classes/body/lg.css +100 -5
- package/build/styles/fonts/classes/body/md.css +100 -5
- package/build/styles/fonts/classes/body/sm.css +100 -5
- package/build/styles/fonts/classes/body/xl.css +100 -5
- package/build/styles/fonts/classes/body/xs.css +100 -5
- package/build/styles/fonts/classes/headline/2xl.css +100 -5
- package/build/styles/fonts/classes/headline/2xs.css +100 -5
- package/build/styles/fonts/classes/headline/3xl.css +100 -5
- package/build/styles/fonts/classes/headline/3xs.css +100 -5
- package/build/styles/fonts/classes/headline/all.css +164 -45
- package/build/styles/fonts/classes/headline/lg.css +100 -5
- package/build/styles/fonts/classes/headline/md.css +100 -5
- package/build/styles/fonts/classes/headline/sm.css +100 -5
- package/build/styles/fonts/classes/headline/xl.css +100 -5
- package/build/styles/fonts/classes/headline/xs.css +100 -5
- package/build/styles/helpers/_divider.scss +5 -5
- package/build/styles/helpers/_focus.scss +3 -3
- package/build/styles/helpers/_index.scss +1 -0
- package/build/styles/helpers/_layer.scss +1 -0
- package/build/styles/helpers/classes/all.css +49 -19
- package/build/styles/helpers/classes/divider.css +46 -16
- package/build/styles/helpers/classes/focus.css +33 -3
- package/build/styles/icons/absolute.css +1 -1
- package/build/styles/icons/relative.css +1 -1
- package/build/styles/icons/rollup.css +1 -1
- package/build/styles/icons/webpack.css +1 -1
- package/build/styles/index.css +3570 -517
- package/build/styles/relative.css +7819 -5560
- package/build/styles/rollup.css +9015 -593
- package/build/styles/rollup.scss +1 -1
- package/build/styles/webpack.css +9015 -593
- package/build/styles/webpack.scss +1 -1
- package/build/tailwind/tailwind-tokens.json +10 -10
- package/build/tailwind/theme/index.css +10 -10
- package/package.json +4 -4
- package/build/styles/colors/_default-color-scheme.scss +0 -2961
- package/build/styles/colors/_default-palette.scss +0 -2523
|
@@ -1,14 +1,109 @@
|
|
|
1
|
+
/* Use sizing's for fixed heights/widths e.g. the db-button has always a fixed height */
|
|
2
|
+
/* Use fixed spacings for all kind of distances (margin, padding, ...) */
|
|
3
|
+
/* The primary use-case for responsive spacings are
|
|
4
|
+
paddings/gaps in an application e.g. the <main> should have a responsive padding. */
|
|
5
|
+
/* Elevation */
|
|
6
|
+
/* Border */
|
|
7
|
+
/* Transitions */
|
|
8
|
+
/* Variants for adaptive components like input, select, notification, ... */
|
|
9
|
+
@layer variables {}
|
|
10
|
+
|
|
11
|
+
@layer variables {}
|
|
12
|
+
|
|
13
|
+
@layer variables {}
|
|
14
|
+
|
|
15
|
+
@layer variables {}
|
|
16
|
+
|
|
17
|
+
@layer variables {}
|
|
18
|
+
|
|
19
|
+
@layer variables {}
|
|
20
|
+
|
|
21
|
+
@layer variables {}
|
|
22
|
+
|
|
23
|
+
@layer variables {}
|
|
24
|
+
|
|
25
|
+
@layer variables {}
|
|
26
|
+
|
|
27
|
+
@layer variables {}
|
|
28
|
+
|
|
29
|
+
@layer variables {}
|
|
30
|
+
|
|
31
|
+
@layer variables {}
|
|
32
|
+
|
|
33
|
+
@layer variables {}
|
|
34
|
+
|
|
35
|
+
@layer variables {}
|
|
36
|
+
|
|
37
|
+
@layer variables {}
|
|
38
|
+
|
|
1
39
|
/**
|
|
2
40
|
Generates 3 types of placeholders, e.g:
|
|
3
41
|
- %db-component-variables-md
|
|
4
42
|
- %db-font-size-md
|
|
5
43
|
- %db-overwrite-font-size-md
|
|
6
44
|
*/
|
|
45
|
+
@layer variables {}
|
|
46
|
+
|
|
47
|
+
@layer variables {}
|
|
48
|
+
|
|
49
|
+
@layer variables {}
|
|
50
|
+
|
|
51
|
+
@layer variables {}
|
|
52
|
+
|
|
53
|
+
@layer variables {}
|
|
54
|
+
|
|
55
|
+
@layer variables {}
|
|
56
|
+
|
|
57
|
+
@layer variables {}
|
|
58
|
+
|
|
59
|
+
@layer variables {}
|
|
60
|
+
|
|
61
|
+
@layer variables {}
|
|
62
|
+
|
|
63
|
+
@layer variables {}
|
|
64
|
+
|
|
65
|
+
@layer variables {}
|
|
66
|
+
|
|
67
|
+
@layer variables {}
|
|
68
|
+
|
|
69
|
+
@layer variables {}
|
|
70
|
+
|
|
71
|
+
@layer variables {}
|
|
72
|
+
|
|
7
73
|
.db-headline-size-md,
|
|
8
74
|
[data-headline-size=md] {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
--db-icon-font-size: var(--db-base-headline-icon-font-size-md);
|
|
12
|
-
line-height: var(--db-type-headline-line-height-md);
|
|
13
|
-
font-size: var(--db-type-headline-font-size-md);
|
|
75
|
+
font: var(--db-type-headline-md);
|
|
76
|
+
/* stylelint-disable-next-line at-rule-prelude-no-invalid,layer-name-pattern */
|
|
14
77
|
}
|
|
78
|
+
@layer variables {
|
|
79
|
+
.db-headline-size-md,
|
|
80
|
+
[data-headline-size=md] {
|
|
81
|
+
/* Those variables are only for components to calculate heights and change icons */
|
|
82
|
+
--db-icon-font-weight: var(--db-base-headline-icon-weight-md);
|
|
83
|
+
--db-icon-font-size: var(--db-base-headline-icon-font-size-md);
|
|
84
|
+
}
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
@layer variables {}
|
|
88
|
+
|
|
89
|
+
@layer variables {}
|
|
90
|
+
|
|
91
|
+
@layer variables {}
|
|
92
|
+
|
|
93
|
+
@layer variables {}
|
|
94
|
+
|
|
95
|
+
@layer variables {}
|
|
96
|
+
|
|
97
|
+
@layer variables {}
|
|
98
|
+
|
|
99
|
+
@layer variables {}
|
|
100
|
+
|
|
101
|
+
@layer variables {}
|
|
102
|
+
|
|
103
|
+
@layer variables {}
|
|
104
|
+
|
|
105
|
+
@layer variables {}
|
|
106
|
+
|
|
107
|
+
@layer variables {}
|
|
108
|
+
|
|
109
|
+
@layer variables {}
|
|
@@ -1,14 +1,109 @@
|
|
|
1
|
+
/* Use sizing's for fixed heights/widths e.g. the db-button has always a fixed height */
|
|
2
|
+
/* Use fixed spacings for all kind of distances (margin, padding, ...) */
|
|
3
|
+
/* The primary use-case for responsive spacings are
|
|
4
|
+
paddings/gaps in an application e.g. the <main> should have a responsive padding. */
|
|
5
|
+
/* Elevation */
|
|
6
|
+
/* Border */
|
|
7
|
+
/* Transitions */
|
|
8
|
+
/* Variants for adaptive components like input, select, notification, ... */
|
|
9
|
+
@layer variables {}
|
|
10
|
+
|
|
11
|
+
@layer variables {}
|
|
12
|
+
|
|
13
|
+
@layer variables {}
|
|
14
|
+
|
|
15
|
+
@layer variables {}
|
|
16
|
+
|
|
17
|
+
@layer variables {}
|
|
18
|
+
|
|
19
|
+
@layer variables {}
|
|
20
|
+
|
|
21
|
+
@layer variables {}
|
|
22
|
+
|
|
23
|
+
@layer variables {}
|
|
24
|
+
|
|
25
|
+
@layer variables {}
|
|
26
|
+
|
|
27
|
+
@layer variables {}
|
|
28
|
+
|
|
29
|
+
@layer variables {}
|
|
30
|
+
|
|
31
|
+
@layer variables {}
|
|
32
|
+
|
|
33
|
+
@layer variables {}
|
|
34
|
+
|
|
35
|
+
@layer variables {}
|
|
36
|
+
|
|
37
|
+
@layer variables {}
|
|
38
|
+
|
|
1
39
|
/**
|
|
2
40
|
Generates 3 types of placeholders, e.g:
|
|
3
41
|
- %db-component-variables-md
|
|
4
42
|
- %db-font-size-md
|
|
5
43
|
- %db-overwrite-font-size-md
|
|
6
44
|
*/
|
|
45
|
+
@layer variables {}
|
|
46
|
+
|
|
47
|
+
@layer variables {}
|
|
48
|
+
|
|
49
|
+
@layer variables {}
|
|
50
|
+
|
|
51
|
+
@layer variables {}
|
|
52
|
+
|
|
53
|
+
@layer variables {}
|
|
54
|
+
|
|
55
|
+
@layer variables {}
|
|
56
|
+
|
|
57
|
+
@layer variables {}
|
|
58
|
+
|
|
59
|
+
@layer variables {}
|
|
60
|
+
|
|
61
|
+
@layer variables {}
|
|
62
|
+
|
|
63
|
+
@layer variables {}
|
|
64
|
+
|
|
65
|
+
@layer variables {}
|
|
66
|
+
|
|
67
|
+
@layer variables {}
|
|
68
|
+
|
|
69
|
+
@layer variables {}
|
|
70
|
+
|
|
71
|
+
@layer variables {}
|
|
72
|
+
|
|
73
|
+
@layer variables {}
|
|
74
|
+
|
|
75
|
+
@layer variables {}
|
|
76
|
+
|
|
77
|
+
@layer variables {}
|
|
78
|
+
|
|
7
79
|
.db-headline-size-sm,
|
|
8
80
|
[data-headline-size=sm] {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
--db-icon-font-size: var(--db-base-headline-icon-font-size-sm);
|
|
12
|
-
line-height: var(--db-type-headline-line-height-sm);
|
|
13
|
-
font-size: var(--db-type-headline-font-size-sm);
|
|
81
|
+
font: var(--db-type-headline-sm);
|
|
82
|
+
/* stylelint-disable-next-line at-rule-prelude-no-invalid,layer-name-pattern */
|
|
14
83
|
}
|
|
84
|
+
@layer variables {
|
|
85
|
+
.db-headline-size-sm,
|
|
86
|
+
[data-headline-size=sm] {
|
|
87
|
+
/* Those variables are only for components to calculate heights and change icons */
|
|
88
|
+
--db-icon-font-weight: var(--db-base-headline-icon-weight-sm);
|
|
89
|
+
--db-icon-font-size: var(--db-base-headline-icon-font-size-sm);
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
|
|
93
|
+
@layer variables {}
|
|
94
|
+
|
|
95
|
+
@layer variables {}
|
|
96
|
+
|
|
97
|
+
@layer variables {}
|
|
98
|
+
|
|
99
|
+
@layer variables {}
|
|
100
|
+
|
|
101
|
+
@layer variables {}
|
|
102
|
+
|
|
103
|
+
@layer variables {}
|
|
104
|
+
|
|
105
|
+
@layer variables {}
|
|
106
|
+
|
|
107
|
+
@layer variables {}
|
|
108
|
+
|
|
109
|
+
@layer variables {}
|
|
@@ -1,14 +1,109 @@
|
|
|
1
|
+
/* Use sizing's for fixed heights/widths e.g. the db-button has always a fixed height */
|
|
2
|
+
/* Use fixed spacings for all kind of distances (margin, padding, ...) */
|
|
3
|
+
/* The primary use-case for responsive spacings are
|
|
4
|
+
paddings/gaps in an application e.g. the <main> should have a responsive padding. */
|
|
5
|
+
/* Elevation */
|
|
6
|
+
/* Border */
|
|
7
|
+
/* Transitions */
|
|
8
|
+
/* Variants for adaptive components like input, select, notification, ... */
|
|
9
|
+
@layer variables {}
|
|
10
|
+
|
|
11
|
+
@layer variables {}
|
|
12
|
+
|
|
13
|
+
@layer variables {}
|
|
14
|
+
|
|
15
|
+
@layer variables {}
|
|
16
|
+
|
|
17
|
+
@layer variables {}
|
|
18
|
+
|
|
19
|
+
@layer variables {}
|
|
20
|
+
|
|
21
|
+
@layer variables {}
|
|
22
|
+
|
|
23
|
+
@layer variables {}
|
|
24
|
+
|
|
25
|
+
@layer variables {}
|
|
26
|
+
|
|
27
|
+
@layer variables {}
|
|
28
|
+
|
|
29
|
+
@layer variables {}
|
|
30
|
+
|
|
31
|
+
@layer variables {}
|
|
32
|
+
|
|
33
|
+
@layer variables {}
|
|
34
|
+
|
|
35
|
+
@layer variables {}
|
|
36
|
+
|
|
37
|
+
@layer variables {}
|
|
38
|
+
|
|
1
39
|
/**
|
|
2
40
|
Generates 3 types of placeholders, e.g:
|
|
3
41
|
- %db-component-variables-md
|
|
4
42
|
- %db-font-size-md
|
|
5
43
|
- %db-overwrite-font-size-md
|
|
6
44
|
*/
|
|
45
|
+
@layer variables {}
|
|
46
|
+
|
|
47
|
+
@layer variables {}
|
|
48
|
+
|
|
49
|
+
@layer variables {}
|
|
50
|
+
|
|
51
|
+
@layer variables {}
|
|
52
|
+
|
|
53
|
+
@layer variables {}
|
|
54
|
+
|
|
55
|
+
@layer variables {}
|
|
56
|
+
|
|
57
|
+
@layer variables {}
|
|
58
|
+
|
|
59
|
+
@layer variables {}
|
|
60
|
+
|
|
7
61
|
.db-headline-size-xl,
|
|
8
62
|
[data-headline-size=xl] {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
--db-icon-font-size: var(--db-base-headline-icon-font-size-xl);
|
|
12
|
-
line-height: var(--db-type-headline-line-height-xl);
|
|
13
|
-
font-size: var(--db-type-headline-font-size-xl);
|
|
63
|
+
font: var(--db-type-headline-xl);
|
|
64
|
+
/* stylelint-disable-next-line at-rule-prelude-no-invalid,layer-name-pattern */
|
|
14
65
|
}
|
|
66
|
+
@layer variables {
|
|
67
|
+
.db-headline-size-xl,
|
|
68
|
+
[data-headline-size=xl] {
|
|
69
|
+
/* Those variables are only for components to calculate heights and change icons */
|
|
70
|
+
--db-icon-font-weight: var(--db-base-headline-icon-weight-xl);
|
|
71
|
+
--db-icon-font-size: var(--db-base-headline-icon-font-size-xl);
|
|
72
|
+
}
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
@layer variables {}
|
|
76
|
+
|
|
77
|
+
@layer variables {}
|
|
78
|
+
|
|
79
|
+
@layer variables {}
|
|
80
|
+
|
|
81
|
+
@layer variables {}
|
|
82
|
+
|
|
83
|
+
@layer variables {}
|
|
84
|
+
|
|
85
|
+
@layer variables {}
|
|
86
|
+
|
|
87
|
+
@layer variables {}
|
|
88
|
+
|
|
89
|
+
@layer variables {}
|
|
90
|
+
|
|
91
|
+
@layer variables {}
|
|
92
|
+
|
|
93
|
+
@layer variables {}
|
|
94
|
+
|
|
95
|
+
@layer variables {}
|
|
96
|
+
|
|
97
|
+
@layer variables {}
|
|
98
|
+
|
|
99
|
+
@layer variables {}
|
|
100
|
+
|
|
101
|
+
@layer variables {}
|
|
102
|
+
|
|
103
|
+
@layer variables {}
|
|
104
|
+
|
|
105
|
+
@layer variables {}
|
|
106
|
+
|
|
107
|
+
@layer variables {}
|
|
108
|
+
|
|
109
|
+
@layer variables {}
|
|
@@ -1,14 +1,109 @@
|
|
|
1
|
+
/* Use sizing's for fixed heights/widths e.g. the db-button has always a fixed height */
|
|
2
|
+
/* Use fixed spacings for all kind of distances (margin, padding, ...) */
|
|
3
|
+
/* The primary use-case for responsive spacings are
|
|
4
|
+
paddings/gaps in an application e.g. the <main> should have a responsive padding. */
|
|
5
|
+
/* Elevation */
|
|
6
|
+
/* Border */
|
|
7
|
+
/* Transitions */
|
|
8
|
+
/* Variants for adaptive components like input, select, notification, ... */
|
|
9
|
+
@layer variables {}
|
|
10
|
+
|
|
11
|
+
@layer variables {}
|
|
12
|
+
|
|
13
|
+
@layer variables {}
|
|
14
|
+
|
|
15
|
+
@layer variables {}
|
|
16
|
+
|
|
17
|
+
@layer variables {}
|
|
18
|
+
|
|
19
|
+
@layer variables {}
|
|
20
|
+
|
|
21
|
+
@layer variables {}
|
|
22
|
+
|
|
23
|
+
@layer variables {}
|
|
24
|
+
|
|
25
|
+
@layer variables {}
|
|
26
|
+
|
|
27
|
+
@layer variables {}
|
|
28
|
+
|
|
29
|
+
@layer variables {}
|
|
30
|
+
|
|
31
|
+
@layer variables {}
|
|
32
|
+
|
|
33
|
+
@layer variables {}
|
|
34
|
+
|
|
35
|
+
@layer variables {}
|
|
36
|
+
|
|
37
|
+
@layer variables {}
|
|
38
|
+
|
|
1
39
|
/**
|
|
2
40
|
Generates 3 types of placeholders, e.g:
|
|
3
41
|
- %db-component-variables-md
|
|
4
42
|
- %db-font-size-md
|
|
5
43
|
- %db-overwrite-font-size-md
|
|
6
44
|
*/
|
|
45
|
+
@layer variables {}
|
|
46
|
+
|
|
47
|
+
@layer variables {}
|
|
48
|
+
|
|
49
|
+
@layer variables {}
|
|
50
|
+
|
|
51
|
+
@layer variables {}
|
|
52
|
+
|
|
53
|
+
@layer variables {}
|
|
54
|
+
|
|
55
|
+
@layer variables {}
|
|
56
|
+
|
|
57
|
+
@layer variables {}
|
|
58
|
+
|
|
59
|
+
@layer variables {}
|
|
60
|
+
|
|
61
|
+
@layer variables {}
|
|
62
|
+
|
|
63
|
+
@layer variables {}
|
|
64
|
+
|
|
65
|
+
@layer variables {}
|
|
66
|
+
|
|
67
|
+
@layer variables {}
|
|
68
|
+
|
|
69
|
+
@layer variables {}
|
|
70
|
+
|
|
71
|
+
@layer variables {}
|
|
72
|
+
|
|
73
|
+
@layer variables {}
|
|
74
|
+
|
|
75
|
+
@layer variables {}
|
|
76
|
+
|
|
77
|
+
@layer variables {}
|
|
78
|
+
|
|
79
|
+
@layer variables {}
|
|
80
|
+
|
|
81
|
+
@layer variables {}
|
|
82
|
+
|
|
83
|
+
@layer variables {}
|
|
84
|
+
|
|
7
85
|
.db-headline-size-xs,
|
|
8
86
|
[data-headline-size=xs] {
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
--db-icon-font-size: var(--db-base-headline-icon-font-size-xs);
|
|
12
|
-
line-height: var(--db-type-headline-line-height-xs);
|
|
13
|
-
font-size: var(--db-type-headline-font-size-xs);
|
|
87
|
+
font: var(--db-type-headline-xs);
|
|
88
|
+
/* stylelint-disable-next-line at-rule-prelude-no-invalid,layer-name-pattern */
|
|
14
89
|
}
|
|
90
|
+
@layer variables {
|
|
91
|
+
.db-headline-size-xs,
|
|
92
|
+
[data-headline-size=xs] {
|
|
93
|
+
/* Those variables are only for components to calculate heights and change icons */
|
|
94
|
+
--db-icon-font-weight: var(--db-base-headline-icon-weight-xs);
|
|
95
|
+
--db-icon-font-size: var(--db-base-headline-icon-font-size-xs);
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
@layer variables {}
|
|
100
|
+
|
|
101
|
+
@layer variables {}
|
|
102
|
+
|
|
103
|
+
@layer variables {}
|
|
104
|
+
|
|
105
|
+
@layer variables {}
|
|
106
|
+
|
|
107
|
+
@layer variables {}
|
|
108
|
+
|
|
109
|
+
@layer variables {}
|
|
@@ -20,22 +20,22 @@
|
|
|
20
20
|
position: absolute;
|
|
21
21
|
|
|
22
22
|
@if $position == "top" {
|
|
23
|
-
block-size: variables.$db-border-
|
|
23
|
+
block-size: variables.$db-border-width-3xs;
|
|
24
24
|
inset-block-start: 0;
|
|
25
25
|
inset-inline: 0;
|
|
26
26
|
/* stylelint-disable-next-line at-rule-empty-line-before */
|
|
27
27
|
} @else if $position == "bottom" {
|
|
28
|
-
block-size: variables.$db-border-
|
|
28
|
+
block-size: variables.$db-border-width-3xs;
|
|
29
29
|
inset-block-end: 0;
|
|
30
30
|
inset-inline: 0;
|
|
31
31
|
/* stylelint-disable-next-line at-rule-empty-line-before */
|
|
32
32
|
} @else if $position == "left" {
|
|
33
|
-
inline-size: variables.$db-border-
|
|
33
|
+
inline-size: variables.$db-border-width-3xs;
|
|
34
34
|
inset-inline-start: 0;
|
|
35
35
|
inset-block: 0;
|
|
36
36
|
/* stylelint-disable-next-line at-rule-empty-line-before */
|
|
37
37
|
} @else if $position == "right" {
|
|
38
|
-
inline-size: variables.$db-border-
|
|
38
|
+
inline-size: variables.$db-border-width-3xs;
|
|
39
39
|
inset-inline-end: 0;
|
|
40
40
|
inset-block: 0;
|
|
41
41
|
}
|
|
@@ -45,6 +45,6 @@
|
|
|
45
45
|
// border is the better implementation, but border height changes in windows based on pixel density
|
|
46
46
|
// we use it as a fallback for color contrast
|
|
47
47
|
/* stylelint-disable-next-line db-ux/use-border-color */
|
|
48
|
-
border: variables.$db-border-
|
|
48
|
+
border: variables.$db-border-width-3xs solid var(--db-divider-bg-color);
|
|
49
49
|
}
|
|
50
50
|
}
|
|
@@ -3,13 +3,13 @@
|
|
|
3
3
|
|
|
4
4
|
%focus-placeholder {
|
|
5
5
|
&:not([data-disable-focus="true"]) {
|
|
6
|
-
outline: #{variables.$db-border-
|
|
6
|
+
outline: #{variables.$db-border-width-2xs} solid
|
|
7
7
|
var(
|
|
8
8
|
--db-focus-outline-color,
|
|
9
9
|
#{colors.$db-informational-on-bg-basic-emphasis-80-default}
|
|
10
10
|
);
|
|
11
|
-
outline-offset: variables.$db-border-
|
|
12
|
-
box-shadow: 0 0 0 #{variables.$db-border-
|
|
11
|
+
outline-offset: variables.$db-border-width-xs;
|
|
12
|
+
box-shadow: 0 0 0 #{variables.$db-border-width-xs}
|
|
13
13
|
var(--db-focus-box-shadow-bg-color, transparent);
|
|
14
14
|
|
|
15
15
|
&:not([type="radio"], [role="switch"]) {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
$layer-variables: variables;
|
|
@@ -6,11 +6,41 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
|
|
|
6
6
|
/* Border */
|
|
7
7
|
/* Transitions */
|
|
8
8
|
/* Variants for adaptive components like input, select, notification, ... */
|
|
9
|
+
@layer variables {}
|
|
10
|
+
|
|
11
|
+
@layer variables {}
|
|
12
|
+
|
|
13
|
+
@layer variables {}
|
|
14
|
+
|
|
15
|
+
@layer variables {}
|
|
16
|
+
|
|
17
|
+
@layer variables {}
|
|
18
|
+
|
|
19
|
+
@layer variables {}
|
|
20
|
+
|
|
21
|
+
@layer variables {}
|
|
22
|
+
|
|
23
|
+
@layer variables {}
|
|
24
|
+
|
|
25
|
+
@layer variables {}
|
|
26
|
+
|
|
27
|
+
@layer variables {}
|
|
28
|
+
|
|
29
|
+
@layer variables {}
|
|
30
|
+
|
|
31
|
+
@layer variables {}
|
|
32
|
+
|
|
33
|
+
@layer variables {}
|
|
34
|
+
|
|
35
|
+
@layer variables {}
|
|
36
|
+
|
|
37
|
+
@layer variables {}
|
|
38
|
+
|
|
9
39
|
.db-focus-default:not([data-disable-focus=true]),
|
|
10
40
|
[data-focus=default]:not([data-disable-focus=true]) {
|
|
11
|
-
outline: var(--db-border-
|
|
12
|
-
outline-offset: var(--db-border-
|
|
13
|
-
box-shadow: 0 0 0 var(--db-border-
|
|
41
|
+
outline: var(--db-border-width-2xs) solid var(--db-focus-outline-color, var(--db-informational-on-bg-basic-emphasis-80-default));
|
|
42
|
+
outline-offset: var(--db-border-width-xs);
|
|
43
|
+
box-shadow: 0 0 0 var(--db-border-width-xs) var(--db-focus-box-shadow-bg-color, transparent);
|
|
14
44
|
}
|
|
15
45
|
.db-focus-default:not([data-disable-focus=true]):not([type=radio], [role=switch]),
|
|
16
46
|
[data-focus=default]:not([data-disable-focus=true]):not([type=radio], [role=switch]) {
|
|
@@ -37,7 +67,7 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
|
|
|
37
67
|
content: "";
|
|
38
68
|
background-color: var(--db-divider-bg-color);
|
|
39
69
|
position: absolute;
|
|
40
|
-
block-size: var(--db-border-
|
|
70
|
+
block-size: var(--db-border-width-3xs);
|
|
41
71
|
inset-block-start: 0;
|
|
42
72
|
inset-inline: 0;
|
|
43
73
|
/* stylelint-disable-next-line at-rule-empty-line-before */
|
|
@@ -46,7 +76,7 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
|
|
|
46
76
|
.db-divider-top-before,
|
|
47
77
|
[data-divider=top-before] {
|
|
48
78
|
/* stylelint-disable-next-line db-ux/use-border-color */
|
|
49
|
-
border: var(--db-border-
|
|
79
|
+
border: var(--db-border-width-3xs) solid var(--db-divider-bg-color);
|
|
50
80
|
}
|
|
51
81
|
}
|
|
52
82
|
|
|
@@ -64,7 +94,7 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
|
|
|
64
94
|
content: "";
|
|
65
95
|
background-color: var(--db-divider-bg-color);
|
|
66
96
|
position: absolute;
|
|
67
|
-
block-size: var(--db-border-
|
|
97
|
+
block-size: var(--db-border-width-3xs);
|
|
68
98
|
inset-block-start: 0;
|
|
69
99
|
inset-inline: 0;
|
|
70
100
|
/* stylelint-disable-next-line at-rule-empty-line-before */
|
|
@@ -73,7 +103,7 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
|
|
|
73
103
|
.db-divider-top-after,
|
|
74
104
|
[data-divider=top-after] {
|
|
75
105
|
/* stylelint-disable-next-line db-ux/use-border-color */
|
|
76
|
-
border: var(--db-border-
|
|
106
|
+
border: var(--db-border-width-3xs) solid var(--db-divider-bg-color);
|
|
77
107
|
}
|
|
78
108
|
}
|
|
79
109
|
|
|
@@ -91,7 +121,7 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
|
|
|
91
121
|
content: "";
|
|
92
122
|
background-color: var(--db-divider-bg-color);
|
|
93
123
|
position: absolute;
|
|
94
|
-
block-size: var(--db-border-
|
|
124
|
+
block-size: var(--db-border-width-3xs);
|
|
95
125
|
inset-block-end: 0;
|
|
96
126
|
inset-inline: 0;
|
|
97
127
|
/* stylelint-disable-next-line at-rule-empty-line-before */
|
|
@@ -100,7 +130,7 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
|
|
|
100
130
|
.db-divider-bottom-before,
|
|
101
131
|
[data-divider=bottom-before] {
|
|
102
132
|
/* stylelint-disable-next-line db-ux/use-border-color */
|
|
103
|
-
border: var(--db-border-
|
|
133
|
+
border: var(--db-border-width-3xs) solid var(--db-divider-bg-color);
|
|
104
134
|
}
|
|
105
135
|
}
|
|
106
136
|
|
|
@@ -118,7 +148,7 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
|
|
|
118
148
|
content: "";
|
|
119
149
|
background-color: var(--db-divider-bg-color);
|
|
120
150
|
position: absolute;
|
|
121
|
-
block-size: var(--db-border-
|
|
151
|
+
block-size: var(--db-border-width-3xs);
|
|
122
152
|
inset-block-end: 0;
|
|
123
153
|
inset-inline: 0;
|
|
124
154
|
/* stylelint-disable-next-line at-rule-empty-line-before */
|
|
@@ -127,7 +157,7 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
|
|
|
127
157
|
.db-divider-bottom-after,
|
|
128
158
|
[data-divider=bottom-after] {
|
|
129
159
|
/* stylelint-disable-next-line db-ux/use-border-color */
|
|
130
|
-
border: var(--db-border-
|
|
160
|
+
border: var(--db-border-width-3xs) solid var(--db-divider-bg-color);
|
|
131
161
|
}
|
|
132
162
|
}
|
|
133
163
|
|
|
@@ -145,7 +175,7 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
|
|
|
145
175
|
content: "";
|
|
146
176
|
background-color: var(--db-divider-bg-color);
|
|
147
177
|
position: absolute;
|
|
148
|
-
inline-size: var(--db-border-
|
|
178
|
+
inline-size: var(--db-border-width-3xs);
|
|
149
179
|
inset-inline-start: 0;
|
|
150
180
|
inset-block: 0;
|
|
151
181
|
/* stylelint-disable-next-line at-rule-empty-line-before */
|
|
@@ -154,7 +184,7 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
|
|
|
154
184
|
.db-divider-left-before,
|
|
155
185
|
[data-divider=left-before] {
|
|
156
186
|
/* stylelint-disable-next-line db-ux/use-border-color */
|
|
157
|
-
border: var(--db-border-
|
|
187
|
+
border: var(--db-border-width-3xs) solid var(--db-divider-bg-color);
|
|
158
188
|
}
|
|
159
189
|
}
|
|
160
190
|
|
|
@@ -172,7 +202,7 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
|
|
|
172
202
|
content: "";
|
|
173
203
|
background-color: var(--db-divider-bg-color);
|
|
174
204
|
position: absolute;
|
|
175
|
-
inline-size: var(--db-border-
|
|
205
|
+
inline-size: var(--db-border-width-3xs);
|
|
176
206
|
inset-inline-start: 0;
|
|
177
207
|
inset-block: 0;
|
|
178
208
|
/* stylelint-disable-next-line at-rule-empty-line-before */
|
|
@@ -181,7 +211,7 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
|
|
|
181
211
|
.db-divider-left-after,
|
|
182
212
|
[data-divider=left-after] {
|
|
183
213
|
/* stylelint-disable-next-line db-ux/use-border-color */
|
|
184
|
-
border: var(--db-border-
|
|
214
|
+
border: var(--db-border-width-3xs) solid var(--db-divider-bg-color);
|
|
185
215
|
}
|
|
186
216
|
}
|
|
187
217
|
|
|
@@ -199,7 +229,7 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
|
|
|
199
229
|
content: "";
|
|
200
230
|
background-color: var(--db-divider-bg-color);
|
|
201
231
|
position: absolute;
|
|
202
|
-
inline-size: var(--db-border-
|
|
232
|
+
inline-size: var(--db-border-width-3xs);
|
|
203
233
|
inset-inline-end: 0;
|
|
204
234
|
inset-block: 0;
|
|
205
235
|
}
|
|
@@ -207,7 +237,7 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
|
|
|
207
237
|
.db-divider-right-before,
|
|
208
238
|
[data-divider=right-before] {
|
|
209
239
|
/* stylelint-disable-next-line db-ux/use-border-color */
|
|
210
|
-
border: var(--db-border-
|
|
240
|
+
border: var(--db-border-width-3xs) solid var(--db-divider-bg-color);
|
|
211
241
|
}
|
|
212
242
|
}
|
|
213
243
|
|
|
@@ -225,7 +255,7 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
|
|
|
225
255
|
content: "";
|
|
226
256
|
background-color: var(--db-divider-bg-color);
|
|
227
257
|
position: absolute;
|
|
228
|
-
inline-size: var(--db-border-
|
|
258
|
+
inline-size: var(--db-border-width-3xs);
|
|
229
259
|
inset-inline-end: 0;
|
|
230
260
|
inset-block: 0;
|
|
231
261
|
}
|
|
@@ -233,6 +263,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
|
|
|
233
263
|
.db-divider-right-after,
|
|
234
264
|
[data-divider=right-after] {
|
|
235
265
|
/* stylelint-disable-next-line db-ux/use-border-color */
|
|
236
|
-
border: var(--db-border-
|
|
266
|
+
border: var(--db-border-width-3xs) solid var(--db-divider-bg-color);
|
|
237
267
|
}
|
|
238
268
|
}
|