@db-ux/core-components 4.4.2-eslint-plugin2-696cb23 → 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
package/CHANGELOG.md CHANGED
@@ -1,5 +1,15 @@
1
1
  # @db-ux/core-components
2
2
 
3
+ ## 4.4.3
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: icon color for DBTag with semantic property set - [see commit 89c4ad7](https://github.com/db-ux-design-system/core-web/commit/89c4ad7274cdadaccc0aedc106d6f2c781e6ce8a)
8
+
9
+ - fix: issue with DBCustomSelect not working properly with customValidity="no-validation" - [see commit 758ecb9](https://github.com/db-ux-design-system/core-web/commit/758ecb90f82a6c3d648728fa92c92474600b9941)
10
+
11
+ - fix: issue with floating-components (tooltip, popover, etc.) inside other absolute or fixed elements - [see commit e6d934f](https://github.com/db-ux-design-system/core-web/commit/e6d934f0c0a4af0b6dd57f81773831a2431b94e1)
12
+
3
13
  ## 4.4.2
4
14
 
5
15
  ### Patch Changes
@@ -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-accordion[data-variant=card] .db-accordion-item::after {
51
37
  border: var(--db-border-width-3xs) solid var(--db-adaptive-on-bg-basic-emphasis-60-default);
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
  .db-visually-hidden,
12
2
  [data-visually-hidden=true] {
13
3
  clip: rect(0, 0, 0, 0) !important;
@@ -117,12 +107,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
117
107
  }
118
108
  }
119
109
 
120
- /**
121
- Generates 3 types of placeholders, e.g:
122
- - %db-component-variables-md
123
- - %db-font-size-md
124
- - %db-overwrite-font-size-md
125
- */
126
110
  @layer variables {}
127
111
 
128
112
  @layer variables {}
@@ -187,12 +171,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
187
171
 
188
172
  @layer variables {}
189
173
 
190
- /* Use for body tags like <p> */
191
- /* Use for headline tags like <h1> */
192
- /**
193
- * @mixin screen-min-max
194
- * @param $data an object like (min:"sm", max:"lg") or (min: "sm")
195
- */
196
174
  .db-accordion-item > details > summary:not([data-show-icon-trailing=false])::after {
197
175
  --db-icon-trailing: "chevron_down";
198
176
  margin-inline-start: var(--db-icon-margin-start, var(--db-spacing-fixed-xs));
@@ -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 {}
@@ -127,8 +111,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
127
111
 
128
112
  @layer variables {}
129
113
 
130
- /* Use for body tags like <p> */
131
- /* Use for headline tags like <h1> */
132
114
  .db-badge {
133
115
  font-weight: 700;
134
116
  overflow-wrap: break-word;
@@ -142,10 +124,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
142
124
  display: inline-flex;
143
125
  }
144
126
 
145
- /**
146
- * @mixin screen-min-max
147
- * @param $data an object like (min:"sm", max:"lg") or (min: "sm")
148
- */
149
127
  .db-badge {
150
128
  border: var(--db-border-width-3xs) solid var(--db-adaptive-on-bg-basic-emphasis-60-default);
151
129
  }
@@ -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 {}
@@ -113,8 +97,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
113
97
 
114
98
  @layer variables {}
115
99
 
116
- /* Use for body tags like <p> */
117
- /* Use for headline tags like <h1> */
118
100
  .db-brand {
119
101
  gap: var(--db-spacing-fixed-sm);
120
102
  align-items: center;
@@ -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,12 +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
- /**
129
- * @mixin screen-min-max
130
- * @param $data an object like (min:"sm", max:"lg") or (min: "sm")
131
- */
132
110
  .db-button {
133
111
  border: var(--db-border-width-3xs) solid var(--db-adaptive-on-bg-basic-emphasis-100-default);
134
112
  }
@@ -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-card {
51
37
  border: var(--db-border-width-3xs) solid var(--db-adaptive-on-bg-basic-emphasis-60-default);
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
  .db-visually-hidden,
12
2
  [data-visually-hidden=true] {
13
3
  clip: rect(0, 0, 0, 0) !important;
@@ -102,12 +92,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
102
92
  }
103
93
  }
104
94
 
105
- /**
106
- Generates 3 types of placeholders, e.g:
107
- - %db-component-variables-md
108
- - %db-font-size-md
109
- - %db-overwrite-font-size-md
110
- */
111
95
  @layer variables {}
112
96
 
113
97
  @layer variables {}
@@ -182,12 +166,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
182
166
 
183
167
  @layer variables {}
184
168
 
185
- /* Use for body tags like <p> */
186
- /* Use for headline tags like <h1> */
187
- /**
188
- * @mixin screen-min-max
189
- * @param $data an object like (min:"sm", max:"lg") or (min: "sm")
190
- */
191
169
  .db-checkbox > db-infotext > .db-infotext,
192
170
  .db-checkbox > .db-infotext {
193
171
  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-custom-select[data-hide-label=true] > label, .db-visually-hidden,
13
3
  [data-visually-hidden=true] {
@@ -521,10 +511,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
521
511
 
522
512
  @layer variables {}
523
513
 
524
- /**
525
- * @mixin screen-min-max
526
- * @param $data an object like (min:"sm", max:"lg") or (min: "sm")
527
- */
528
514
  .db-custom-select:not([data-show-icon-trailing=false])::after {
529
515
  color: var(--db-icon-color, inherit);
530
516
  display: inline-block;
@@ -565,12 +551,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
565
551
  }
566
552
  }
567
553
 
568
- /**
569
- Generates 3 types of placeholders, e.g:
570
- - %db-component-variables-md
571
- - %db-font-size-md
572
- - %db-overwrite-font-size-md
573
- */
574
554
  @layer variables {}
575
555
 
576
556
  @layer variables {}
@@ -673,8 +653,6 @@ input[type=radio]:checked) > label {
673
653
 
674
654
  @layer variables {}
675
655
 
676
- /* Use for body tags like <p> */
677
- /* Use for headline tags like <h1> */
678
656
  .db-custom-select summary {
679
657
  border: var(--db-border-width-3xs) solid var(--db-adaptive-on-bg-basic-emphasis-100-default);
680
658
  }
@@ -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] {
@@ -215,10 +205,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
215
205
 
216
206
  @layer variables {}
217
207
 
218
- /**
219
- * @mixin screen-min-max
220
- * @param $data an object like (min:"sm", max:"lg") or (min: "sm")
221
- */
222
208
  @keyframes popover-animation {
223
209
  0% {
224
210
  opacity: 0;
@@ -234,12 +220,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
234
220
  transform: rotate(1turn);
235
221
  }
236
222
  }
237
- /**
238
- Generates 3 types of placeholders, e.g:
239
- - %db-component-variables-md
240
- - %db-font-size-md
241
- - %db-overwrite-font-size-md
242
- */
243
223
  @layer variables {}
244
224
 
245
225
  @layer variables {}
@@ -294,8 +274,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
294
274
 
295
275
  @layer variables {}
296
276
 
297
- /* Use for body tags like <p> */
298
- /* Use for headline tags like <h1> */
299
277
  .db-custom-select-dropdown {
300
278
  position: absolute;
301
279
  z-index: 32;
@@ -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,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-custom-select-form-field:is(summary) {
132
110
  list-style: none;
133
111
  align-items: center;
@@ -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-custom-select-list > legend, .db-visually-hidden,
12
2
  [data-visually-hidden=true] {
13
3
  clip: rect(0, 0, 0, 0) !important;
@@ -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-custom-select-list {
132
110
  all: unset;
133
111
  padding: var(--db-spacing-fixed-sm);
@@ -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,12 +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
- Generates 3 types of placeholders, e.g:
81
- - %db-component-variables-md
82
- - %db-font-size-md
83
- - %db-overwrite-font-size-md
84
- */
85
69
  @layer variables {}
86
70
 
87
71
  @layer variables {}
@@ -146,12 +130,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
146
130
 
147
131
  @layer variables {}
148
132
 
149
- /* Use for body tags like <p> */
150
- /* Use for headline tags like <h1> */
151
- /**
152
- * @mixin screen-min-max
153
- * @param $data an object like (min:"sm", max:"lg") or (min: "sm")
154
- */
155
133
  db-custom-select-list-item:not(:last-of-type) .db-custom-select-list-item[data-divider=true] {
156
134
  --db-divider-bg-color: var(--db-adaptive-on-bg-basic-emphasis-60-default);
157
135
  position: var(--db-tooltip-parent-position, relative);
@@ -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
  dialog {
66
52
  padding: 0;
67
53
  margin: 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
  @layer variables {}
13
3
 
@@ -43,16 +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
- /**
51
- Generates 3 types of placeholders, e.g:
52
- - %db-component-variables-md
53
- - %db-font-size-md
54
- - %db-overwrite-font-size-md
55
- */
56
36
  @layer variables {}
57
37
 
58
38
  @layer variables {}
@@ -117,8 +97,6 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
117
97
 
118
98
  @layer variables {}
119
99
 
120
- /* Use for body tags like <p> */
121
- /* Use for headline tags like <h1> */
122
100
  @layer variables {}
123
101
 
124
102
  @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
 
@@ -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-infotext:not([data-icon]):not([data-show-icon-leading=false])::before {
129
111
  color: var(--db-icon-color, inherit);
130
112
  display: inline-block;
@@ -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-input[data-hide-label=true] > label, .db-visually-hidden,
12
2
  [data-visually-hidden=true] {
13
3
  clip: rect(0, 0, 0, 0) !important;
@@ -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-input input, .db-input input::file-selector-button {
526
504
  border: var(--db-border-width-3xs) solid var(--db-adaptive-on-bg-basic-emphasis-100-default);
527
505
  }