@db-ux/core-components 4.4.2 → 4.4.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.
Files changed (46) hide show
  1. package/CHANGELOG.md +10 -0
  2. package/build/components/accordion/accordion.css +0 -14
  3. package/build/components/accordion-item/accordion-item.css +0 -22
  4. package/build/components/badge/badge.css +0 -22
  5. package/build/components/brand/brand.css +0 -18
  6. package/build/components/button/button.css +0 -22
  7. package/build/components/card/card.css +0 -14
  8. package/build/components/checkbox/checkbox.css +0 -22
  9. package/build/components/custom-select/custom-select.css +0 -22
  10. package/build/components/custom-select-dropdown/custom-select-dropdown.css +0 -22
  11. package/build/components/custom-select-form-field/custom-select-form-field.css +0 -22
  12. package/build/components/custom-select-list/custom-select-list.css +0 -22
  13. package/build/components/custom-select-list-item/custom-select-list-item.css +0 -22
  14. package/build/components/divider/divider.css +0 -10
  15. package/build/components/drawer/drawer.css +0 -14
  16. package/build/components/header/header.css +0 -22
  17. package/build/components/icon/icon.css +0 -10
  18. package/build/components/infotext/infotext.css +0 -18
  19. package/build/components/input/input.css +0 -22
  20. package/build/components/link/link.css +0 -22
  21. package/build/components/navigation/navigation.css +0 -22
  22. package/build/components/navigation-item/navigation-item.css +0 -22
  23. package/build/components/notification/notification.css +0 -22
  24. package/build/components/page/page.css +0 -10
  25. package/build/components/popover/popover.css +26 -14
  26. package/build/components/radio/radio.css +0 -22
  27. package/build/components/section/section.css +0 -14
  28. package/build/components/select/select.css +0 -22
  29. package/build/components/stack/stack-web-component.css +0 -10
  30. package/build/components/stack/stack.css +0 -10
  31. package/build/components/switch/switch.css +0 -22
  32. package/build/components/tab-item/tab-item.css +0 -22
  33. package/build/components/tab-list/tab-list.css +0 -22
  34. package/build/components/tab-panel/tab-panel.css +0 -10
  35. package/build/components/tabs/tabs.css +0 -22
  36. package/build/components/tag/tag.css +15 -37
  37. package/build/components/textarea/textarea.css +0 -22
  38. package/build/components/tooltip/tooltip.css +26 -22
  39. package/build/styles/absolute.css +3 -3
  40. package/build/styles/index.css +3 -3
  41. package/build/styles/internal/_popover-component.scss +15 -5
  42. package/build/styles/internal/_tag-components.scss +1 -0
  43. package/build/styles/relative.css +3 -3
  44. package/build/styles/rollup.css +3 -3
  45. package/build/styles/webpack.css +3 -3
  46. package/package.json +9 -8
@@ -1,13 +1,3 @@
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
- /* Opacity */
8
- /* Transitions */
9
- /* Screen sizes */
10
- /* Container sizes */
11
1
  /* Variants for adaptive components like input, select, notification, ... */
12
2
  @layer variables {}
13
3
 
@@ -43,12 +33,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
43
33
 
44
34
  @layer variables {}
45
35
 
46
- /**
47
- Generates 3 types of placeholders, e.g:
48
- - %db-component-variables-md
49
- - %db-font-size-md
50
- - %db-overwrite-font-size-md
51
- */
52
36
  @layer variables {}
53
37
 
54
38
  @layer variables {}
@@ -123,8 +107,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
123
107
 
124
108
  @layer variables {}
125
109
 
126
- /* Use for body tags like <p> */
127
- /* Use for headline tags like <h1> */
128
110
  .db-link {
129
111
  transition: outline var(--db-transition-duration-extra-fast), color var(--db-transition-straight-emotional);
130
112
  }
@@ -184,10 +166,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
184
166
  }
185
167
  }
186
168
 
187
- /**
188
- * @mixin screen-min-max
189
- * @param $data an object like (min:"sm", max:"lg") or (min: "sm")
190
- */
191
169
  .db-link a:not([hidden]), .db-link:not([hidden]) {
192
170
  display: inline-block;
193
171
  }
@@ -1,13 +1,3 @@
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
- /* Opacity */
8
- /* Transitions */
9
- /* Screen sizes */
10
- /* Container sizes */
11
1
  .db-visually-hidden,
12
2
  [data-visually-hidden=true] {
13
3
  clip: rect(0, 0, 0, 0) !important;
@@ -62,16 +52,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
62
52
 
63
53
  @layer variables {}
64
54
 
65
- /**
66
- * @mixin screen-min-max
67
- * @param $data an object like (min:"sm", max:"lg") or (min: "sm")
68
- */
69
- /**
70
- Generates 3 types of placeholders, e.g:
71
- - %db-component-variables-md
72
- - %db-font-size-md
73
- - %db-overwrite-font-size-md
74
- */
75
55
  @layer variables {}
76
56
 
77
57
  @layer variables {}
@@ -126,8 +106,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
126
106
 
127
107
  @layer variables {}
128
108
 
129
- /* Use for body tags like <p> */
130
- /* Use for headline tags like <h1> */
131
109
  .db-navigation > menu .db-navigation-item::after {
132
110
  content: "";
133
111
  position: absolute;
@@ -1,13 +1,3 @@
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
- /* Opacity */
8
- /* Transitions */
9
- /* Screen sizes */
10
- /* Container sizes */
11
1
  /* Variants for adaptive components like input, select, notification, ... */
12
2
  @layer variables {}
13
3
 
@@ -43,12 +33,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
43
33
 
44
34
  @layer variables {}
45
35
 
46
- /**
47
- Generates 3 types of placeholders, e.g:
48
- - %db-component-variables-md
49
- - %db-font-size-md
50
- - %db-overwrite-font-size-md
51
- */
52
36
  @layer variables {}
53
37
 
54
38
  @layer variables {}
@@ -115,12 +99,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
115
99
 
116
100
  @layer variables {}
117
101
 
118
- /* Use for body tags like <p> */
119
- /* Use for headline tags like <h1> */
120
- /**
121
- * @mixin screen-min-max
122
- * @param $data an object like (min:"sm", max:"lg") or (min: "sm")
123
- */
124
102
  @keyframes popover-animation {
125
103
  0% {
126
104
  opacity: 0;
@@ -1,13 +1,3 @@
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
- /* Opacity */
8
- /* Transitions */
9
- /* Screen sizes */
10
- /* Container sizes */
11
1
  /* Variants for adaptive components like input, select, notification, ... */
12
2
  .db-notification[data-semantic=neutral] {
13
3
  /* stylelint-disable-next-line at-rule-prelude-no-invalid,layer-name-pattern */
@@ -808,12 +798,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
808
798
 
809
799
  @layer variables {}
810
800
 
811
- /**
812
- Generates 3 types of placeholders, e.g:
813
- - %db-component-variables-md
814
- - %db-font-size-md
815
- - %db-overwrite-font-size-md
816
- */
817
801
  @layer variables {}
818
802
 
819
803
  @layer variables {}
@@ -888,12 +872,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
888
872
 
889
873
  @layer variables {}
890
874
 
891
- /* Use for body tags like <p> */
892
- /* Use for headline tags like <h1> */
893
- /**
894
- * @mixin screen-min-max
895
- * @param $data an object like (min:"sm", max:"lg") or (min: "sm")
896
- */
897
875
  @layer variables {}
898
876
 
899
877
  @layer variables {}
@@ -1,13 +1,3 @@
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
- /* Opacity */
8
- /* Transitions */
9
- /* Screen sizes */
10
- /* Container sizes */
11
1
  /* Variants for adaptive components like input, select, notification, ... */
12
2
  @layer variables {}
13
3
 
@@ -1,13 +1,3 @@
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
- /* Opacity */
8
- /* Transitions */
9
- /* Screen sizes */
10
- /* Container sizes */
11
1
  /* Variants for adaptive components like input, select, notification, ... */
12
2
  @layer variables {}
13
3
 
@@ -58,10 +48,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
58
48
  transform: rotate(1turn);
59
49
  }
60
50
  }
61
- /**
62
- * @mixin screen-min-max
63
- * @param $data an object like (min:"sm", max:"lg") or (min: "sm")
64
- */
65
51
  .db-popover > article {
66
52
  border: var(--db-border-width-3xs) solid var(--db-adaptive-on-bg-basic-emphasis-60-default);
67
53
  }
@@ -74,10 +60,12 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
74
60
  .db-popover > article:not([data-placement], [data-corrected-placement]), .db-popover > article[data-placement=bottom]:not([data-corrected-placement]), .db-popover > article[data-placement=top]:not([data-corrected-placement]), .db-popover > article[data-corrected-placement=bottom], .db-popover > article[data-corrected-placement=top] {
75
61
  --db-popover-center-x: -50%;
76
62
  inset-inline-start: 50%;
63
+ transform: translateX(var(--db-popover-center-x, 0));
77
64
  }
78
65
  .db-popover > article[data-corrected-placement=left], .db-popover > article[data-corrected-placement=right], .db-popover > article[data-placement=left]:not([data-corrected-placement]), .db-popover > article[data-placement=right]:not([data-corrected-placement]) {
79
66
  --db-popover-center-y: -50%;
80
67
  inset-block-start: 50%;
68
+ transform: translateY(var(--db-popover-center-y, 0));
81
69
  }
82
70
 
83
71
  .db-popover > article {
@@ -174,6 +162,12 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
174
162
  opacity: 1;
175
163
  transform: translate(var(--db-popover-center-x, 0), var(--db-popover-center-y, 0));
176
164
  }
165
+ @media screen and (prefers-reduced-motion: reduce) {
166
+ .db-popover:is([data-e2e-hover=true], :hover, :focus-within) > article:not([data-placement], [data-corrected-placement]):not([data-open=false]), .db-popover > article[data-open=true]:not([data-placement], [data-corrected-placement]), .db-popover:is([data-e2e-hover=true], :hover, :focus-within) > article[data-placement^=bottom]:not([data-corrected-placement]):not([data-open=false]), .db-popover > article[data-placement^=bottom][data-open=true]:not([data-corrected-placement]), .db-popover:is([data-e2e-hover=true], :hover, :focus-within) > article[data-corrected-placement^=bottom]:not([data-open=false]), .db-popover > article[data-corrected-placement^=bottom][data-open=true] {
167
+ opacity: 1;
168
+ transform: translate(var(--db-popover-center-x, 0), var(--db-popover-center-y, 0));
169
+ }
170
+ }
177
171
  @media screen and (prefers-reduced-motion: no-preference) {
178
172
  .db-popover:is([data-e2e-hover=true], :hover, :focus-within) > article:not([data-placement], [data-corrected-placement])[data-animation=true]:not([data-open=false]), .db-popover > article[data-open=true]:not([data-placement], [data-corrected-placement])[data-animation=true], .db-popover:is([data-e2e-hover=true], :hover, :focus-within) > article[data-placement^=bottom]:not([data-corrected-placement])[data-animation=true]:not([data-open=false]), .db-popover > article[data-placement^=bottom][data-open=true]:not([data-corrected-placement])[data-animation=true], .db-popover:is([data-e2e-hover=true], :hover, :focus-within) > article[data-corrected-placement^=bottom][data-animation=true]:not([data-open=false]), .db-popover > article[data-corrected-placement^=bottom][data-animation=true][data-open=true] {
179
173
  animation: popover-animation var(--db-transition-straight-emotional) normal both;
@@ -199,6 +193,12 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
199
193
  opacity: 1;
200
194
  transform: translate(var(--db-popover-center-x, 0), var(--db-popover-center-y, 0));
201
195
  }
196
+ @media screen and (prefers-reduced-motion: reduce) {
197
+ .db-popover:is([data-e2e-hover=true], :hover, :focus-within) > article[data-placement^=top]:not([data-corrected-placement]):not([data-open=false]), .db-popover > article[data-placement^=top][data-open=true]:not([data-corrected-placement]), .db-popover:is([data-e2e-hover=true], :hover, :focus-within) > article[data-corrected-placement^=top]:not([data-open=false]), .db-popover > article[data-corrected-placement^=top][data-open=true] {
198
+ opacity: 1;
199
+ transform: translate(var(--db-popover-center-x, 0), var(--db-popover-center-y, 0));
200
+ }
201
+ }
202
202
  @media screen and (prefers-reduced-motion: no-preference) {
203
203
  .db-popover:is([data-e2e-hover=true], :hover, :focus-within) > article[data-placement^=top]:not([data-corrected-placement])[data-animation=true]:not([data-open=false]), .db-popover > article[data-placement^=top][data-open=true]:not([data-corrected-placement])[data-animation=true], .db-popover:is([data-e2e-hover=true], :hover, :focus-within) > article[data-corrected-placement^=top][data-animation=true]:not([data-open=false]), .db-popover > article[data-corrected-placement^=top][data-animation=true][data-open=true] {
204
204
  animation: popover-animation var(--db-transition-straight-emotional) normal both;
@@ -224,6 +224,12 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
224
224
  opacity: 1;
225
225
  transform: translate(var(--db-popover-center-x, 0), var(--db-popover-center-y, 0));
226
226
  }
227
+ @media screen and (prefers-reduced-motion: reduce) {
228
+ .db-popover:is([data-e2e-hover=true], :hover, :focus-within) > article[data-placement^=right]:not([data-corrected-placement]):not([data-open=false]), .db-popover > article[data-placement^=right][data-open=true]:not([data-corrected-placement]), .db-popover:is([data-e2e-hover=true], :hover, :focus-within) > article[data-corrected-placement^=right]:not([data-open=false]), .db-popover > article[data-corrected-placement^=right][data-open=true] {
229
+ opacity: 1;
230
+ transform: translate(var(--db-popover-center-x, 0), var(--db-popover-center-y, 0));
231
+ }
232
+ }
227
233
  @media screen and (prefers-reduced-motion: no-preference) {
228
234
  .db-popover:is([data-e2e-hover=true], :hover, :focus-within) > article[data-placement^=right]:not([data-corrected-placement])[data-animation=true]:not([data-open=false]), .db-popover > article[data-placement^=right][data-open=true]:not([data-corrected-placement])[data-animation=true], .db-popover:is([data-e2e-hover=true], :hover, :focus-within) > article[data-corrected-placement^=right][data-animation=true]:not([data-open=false]), .db-popover > article[data-corrected-placement^=right][data-animation=true][data-open=true] {
229
235
  animation: popover-animation var(--db-transition-straight-emotional) normal both;
@@ -249,6 +255,12 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
249
255
  opacity: 1;
250
256
  transform: translate(var(--db-popover-center-x, 0), var(--db-popover-center-y, 0));
251
257
  }
258
+ @media screen and (prefers-reduced-motion: reduce) {
259
+ .db-popover:is([data-e2e-hover=true], :hover, :focus-within) > article[data-placement^=left]:not([data-corrected-placement]):not([data-open=false]), .db-popover > article[data-placement^=left][data-open=true]:not([data-corrected-placement]), .db-popover:is([data-e2e-hover=true], :hover, :focus-within) > article[data-corrected-placement^=left]:not([data-open=false]), .db-popover > article[data-corrected-placement^=left][data-open=true] {
260
+ opacity: 1;
261
+ transform: translate(var(--db-popover-center-x, 0), var(--db-popover-center-y, 0));
262
+ }
263
+ }
252
264
  @media screen and (prefers-reduced-motion: no-preference) {
253
265
  .db-popover:is([data-e2e-hover=true], :hover, :focus-within) > article[data-placement^=left]:not([data-corrected-placement])[data-animation=true]:not([data-open=false]), .db-popover > article[data-placement^=left][data-open=true]:not([data-corrected-placement])[data-animation=true], .db-popover:is([data-e2e-hover=true], :hover, :focus-within) > article[data-corrected-placement^=left][data-animation=true]:not([data-open=false]), .db-popover > article[data-corrected-placement^=left][data-animation=true][data-open=true] {
254
266
  animation: popover-animation var(--db-transition-straight-emotional) normal both;
@@ -1,13 +1,3 @@
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
- /* Opacity */
8
- /* Transitions */
9
- /* Screen sizes */
10
- /* Container sizes */
11
1
  /* Variants for adaptive components like input, select, notification, ... */
12
2
  .db-visually-hidden,
13
3
  [data-visually-hidden=true] {
@@ -62,12 +52,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
62
52
 
63
53
  @layer variables {}
64
54
 
65
- /**
66
- Generates 3 types of placeholders, e.g:
67
- - %db-component-variables-md
68
- - %db-font-size-md
69
- - %db-overwrite-font-size-md
70
- */
71
55
  @layer variables {}
72
56
 
73
57
  @layer variables {}
@@ -142,12 +126,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
142
126
 
143
127
  @layer variables {}
144
128
 
145
- /* Use for body tags like <p> */
146
- /* Use for headline tags like <h1> */
147
- /**
148
- * @mixin screen-min-max
149
- * @param $data an object like (min:"sm", max:"lg") or (min: "sm")
150
- */
151
129
  .db-radio {
152
130
  /* stylelint-disable-next-line at-rule-empty-line-before */
153
131
  /* stylelint-disable-next-line at-rule-empty-line-before */
@@ -1,13 +1,3 @@
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
- /* Opacity */
8
- /* Transitions */
9
- /* Screen sizes */
10
- /* Container sizes */
11
1
  /* Variants for adaptive components like input, select, notification, ... */
12
2
  @layer variables {}
13
3
 
@@ -43,10 +33,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
43
33
 
44
34
  @layer variables {}
45
35
 
46
- /**
47
- * @mixin screen-min-max
48
- * @param $data an object like (min:"sm", max:"lg") or (min: "sm")
49
- */
50
36
  .db-section {
51
37
  /* stylelint-disable-next-line at-rule-empty-line-before */
52
38
  }
@@ -1,13 +1,3 @@
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
- /* Opacity */
8
- /* Transitions */
9
- /* Screen sizes */
10
- /* Container sizes */
11
1
  /* Variants for adaptive components like input, select, notification, ... */
12
2
  .db-select[data-hide-label=true] > label, .db-visually-hidden,
13
3
  [data-visually-hidden=true] {
@@ -408,12 +398,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
408
398
  }
409
399
  }
410
400
 
411
- /**
412
- Generates 3 types of placeholders, e.g:
413
- - %db-component-variables-md
414
- - %db-font-size-md
415
- - %db-overwrite-font-size-md
416
- */
417
401
  @layer variables {}
418
402
 
419
403
  @layer variables {}
@@ -516,12 +500,6 @@ input[type=radio]:checked) > label {
516
500
 
517
501
  @layer variables {}
518
502
 
519
- /* Use for body tags like <p> */
520
- /* Use for headline tags like <h1> */
521
- /**
522
- * @mixin screen-min-max
523
- * @param $data an object like (min:"sm", max:"lg") or (min: "sm")
524
- */
525
503
  .db-select select {
526
504
  border: var(--db-border-width-3xs) solid var(--db-adaptive-on-bg-basic-emphasis-100-default);
527
505
  }
@@ -1,13 +1,3 @@
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
- /* Opacity */
8
- /* Transitions */
9
- /* Screen sizes */
10
- /* Container sizes */
11
1
  /* Variants for adaptive components like input, select, notification, ... */
12
2
  @layer variables {}
13
3
 
@@ -1,13 +1,3 @@
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
- /* Opacity */
8
- /* Transitions */
9
- /* Screen sizes */
10
- /* Container sizes */
11
1
  /* Variants for adaptive components like input, select, notification, ... */
12
2
  @layer variables {}
13
3
 
@@ -1,14 +1,4 @@
1
1
  @charset "UTF-8";
2
- /* Use sizing's for fixed heights/widths e.g. the db-button has always a fixed height */
3
- /* Use fixed spacings for all kind of distances (margin, padding, ...) */
4
- /* The primary use-case for responsive spacings are
5
- paddings/gaps in an application e.g. the <main> should have a responsive padding. */
6
- /* Elevation */
7
- /* Border */
8
- /* Opacity */
9
- /* Transitions */
10
- /* Screen sizes */
11
- /* Container sizes */
12
2
  /* Variants for adaptive components like input, select, notification, ... */
13
3
  .db-visually-hidden,
14
4
  [data-visually-hidden=true] {
@@ -63,12 +53,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
63
53
 
64
54
  @layer variables {}
65
55
 
66
- /**
67
- Generates 3 types of placeholders, e.g:
68
- - %db-component-variables-md
69
- - %db-font-size-md
70
- - %db-overwrite-font-size-md
71
- */
72
56
  @layer variables {}
73
57
 
74
58
  @layer variables {}
@@ -153,8 +137,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
153
137
 
154
138
  @layer variables {}
155
139
 
156
- /* Use for body tags like <p> */
157
- /* Use for headline tags like <h1> */
158
140
  .db-switch input:not([data-show-icon-trailing=false])::after, .db-switch[data-visual-aid=true] input:checked:not([data-aid-icon]):not([data-show-icon-trailing=false])::after {
159
141
  color: var(--db-icon-color, inherit);
160
142
  display: inline-block;
@@ -195,10 +177,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
195
177
  }
196
178
  }
197
179
 
198
- /**
199
- * @mixin screen-min-max
200
- * @param $data an object like (min:"sm", max:"lg") or (min: "sm")
201
- */
202
180
  .db-switch > db-infotext > .db-infotext,
203
181
  .db-switch > .db-infotext {
204
182
  margin-block-start: var(--db-spacing-fixed-2xs);
@@ -1,13 +1,3 @@
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
- /* Opacity */
8
- /* Transitions */
9
- /* Screen sizes */
10
- /* Container sizes */
11
1
  /* Variants for adaptive components like input, select, notification, ... */
12
2
  .db-visually-hidden,
13
3
  [data-visually-hidden=true] {
@@ -76,16 +66,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
76
66
  border-radius: var(--db-border-radius-xs);
77
67
  }
78
68
 
79
- /**
80
- * @mixin screen-min-max
81
- * @param $data an object like (min:"sm", max:"lg") or (min: "sm")
82
- */
83
- /**
84
- Generates 3 types of placeholders, e.g:
85
- - %db-component-variables-md
86
- - %db-font-size-md
87
- - %db-overwrite-font-size-md
88
- */
89
69
  @layer variables {}
90
70
 
91
71
  @layer variables {}
@@ -140,8 +120,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
140
120
 
141
121
  @layer variables {}
142
122
 
143
- /* Use for body tags like <p> */
144
- /* Use for headline tags like <h1> */
145
123
  .db-tab-item {
146
124
  position: relative;
147
125
  list-style-type: "";
@@ -1,13 +1,3 @@
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
- /* Opacity */
8
- /* Transitions */
9
- /* Screen sizes */
10
- /* Container sizes */
11
1
  /* Variants for adaptive components like input, select, notification, ... */
12
2
  .db-visually-hidden,
13
3
  [data-visually-hidden=true] {
@@ -81,12 +71,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
81
71
  transform: rotate(1turn);
82
72
  }
83
73
  }
84
- /**
85
- Generates 3 types of placeholders, e.g:
86
- - %db-component-variables-md
87
- - %db-font-size-md
88
- - %db-overwrite-font-size-md
89
- */
90
74
  @layer variables {}
91
75
 
92
76
  @layer variables {}
@@ -151,12 +135,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
151
135
 
152
136
  @layer variables {}
153
137
 
154
- /* Use for body tags like <p> */
155
- /* Use for headline tags like <h1> */
156
- /**
157
- * @mixin screen-min-max
158
- * @param $data an object like (min:"sm", max:"lg") or (min: "sm")
159
- */
160
138
  .db-tab-list > ul {
161
139
  /* Buttons */
162
140
  /* Up */
@@ -1,13 +1,3 @@
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
- /* Opacity */
8
- /* Transitions */
9
- /* Screen sizes */
10
- /* Container sizes */
11
1
  /* Variants for adaptive components like input, select, notification, ... */
12
2
  @layer variables {}
13
3
 
@@ -1,13 +1,3 @@
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
- /* Opacity */
8
- /* Transitions */
9
- /* Screen sizes */
10
- /* Container sizes */
11
1
  /* Variants for adaptive components like input, select, notification, ... */
12
2
  .db-visually-hidden,
13
3
  [data-visually-hidden=true] {
@@ -62,12 +52,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
62
52
 
63
53
  @layer variables {}
64
54
 
65
- /**
66
- Generates 3 types of placeholders, e.g:
67
- - %db-component-variables-md
68
- - %db-font-size-md
69
- - %db-overwrite-font-size-md
70
- */
71
55
  @layer variables {}
72
56
 
73
57
  @layer variables {}
@@ -122,12 +106,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
122
106
 
123
107
  @layer variables {}
124
108
 
125
- /* Use for body tags like <p> */
126
- /* Use for headline tags like <h1> */
127
- /**
128
- * @mixin screen-min-max
129
- * @param $data an object like (min:"sm", max:"lg") or (min: "sm")
130
- */
131
109
  .db-tabs .db-tab-item::after {
132
110
  content: "";
133
111
  position: absolute;