@db-ux/core-foundations 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 (42) hide show
  1. package/CHANGELOG.md +5 -1
  2. package/build/styles/_screen-sizes.scss +2 -4
  3. package/build/styles/_variables.scss +10 -10
  4. package/build/styles/absolute.css +0 -23
  5. package/build/styles/colors/_variables.additional-palette.scss +2 -2
  6. package/build/styles/colors/_variables.palette.scss +2 -2
  7. package/build/styles/defaults/default-required.scss +1 -1
  8. package/build/styles/density/classes/all.css +0 -22
  9. package/build/styles/density/classes/expressive.css +0 -22
  10. package/build/styles/density/classes/functional.css +0 -22
  11. package/build/styles/density/classes/regular.css +0 -22
  12. package/build/styles/fonts/_font-sizes.scss +4 -6
  13. package/build/styles/fonts/_variables.scss +2 -2
  14. package/build/styles/fonts/classes/all.css +0 -19
  15. package/build/styles/fonts/classes/body/2xl.css +0 -19
  16. package/build/styles/fonts/classes/body/2xs.css +0 -19
  17. package/build/styles/fonts/classes/body/3xl.css +0 -19
  18. package/build/styles/fonts/classes/body/3xs.css +0 -19
  19. package/build/styles/fonts/classes/body/all.css +0 -19
  20. package/build/styles/fonts/classes/body/lg.css +0 -19
  21. package/build/styles/fonts/classes/body/md.css +0 -19
  22. package/build/styles/fonts/classes/body/sm.css +0 -19
  23. package/build/styles/fonts/classes/body/xl.css +0 -19
  24. package/build/styles/fonts/classes/body/xs.css +0 -19
  25. package/build/styles/fonts/classes/headline/2xl.css +0 -19
  26. package/build/styles/fonts/classes/headline/2xs.css +0 -19
  27. package/build/styles/fonts/classes/headline/3xl.css +0 -19
  28. package/build/styles/fonts/classes/headline/3xs.css +0 -19
  29. package/build/styles/fonts/classes/headline/all.css +0 -19
  30. package/build/styles/fonts/classes/headline/lg.css +0 -19
  31. package/build/styles/fonts/classes/headline/md.css +0 -19
  32. package/build/styles/fonts/classes/headline/sm.css +0 -19
  33. package/build/styles/fonts/classes/headline/xl.css +0 -19
  34. package/build/styles/fonts/classes/headline/xs.css +0 -19
  35. package/build/styles/helpers/classes/all.css +0 -10
  36. package/build/styles/helpers/classes/divider.css +0 -10
  37. package/build/styles/helpers/classes/focus.css +0 -10
  38. package/build/styles/index.css +0 -23
  39. package/build/styles/relative.css +0 -23
  40. package/build/styles/rollup.css +0 -23
  41. package/build/styles/webpack.css +0 -23
  42. package/package.json +2 -2
@@ -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 {}
@@ -114,6 +98,3 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
114
98
  @layer variables {}
115
99
 
116
100
  @layer variables {}
117
-
118
- /* Use for body tags like <p> */
119
- /* Use for headline tags like <h1> */
@@ -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 {}
@@ -114,6 +98,3 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
114
98
  @layer variables {}
115
99
 
116
100
  @layer variables {}
117
-
118
- /* Use for body tags like <p> */
119
- /* Use for headline tags like <h1> */
@@ -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 {}
@@ -114,6 +98,3 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
114
98
  @layer variables {}
115
99
 
116
100
  @layer variables {}
117
-
118
- /* Use for body tags like <p> */
119
- /* Use for headline tags like <h1> */
@@ -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 {}
@@ -114,6 +98,3 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
114
98
  @layer variables {}
115
99
 
116
100
  @layer variables {}
117
-
118
- /* Use for body tags like <p> */
119
- /* Use for headline tags like <h1> */
@@ -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 {}
@@ -114,6 +98,3 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
114
98
  @layer variables {}
115
99
 
116
100
  @layer variables {}
117
-
118
- /* Use for body tags like <p> */
119
- /* Use for headline tags like <h1> */
@@ -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 {}
@@ -114,6 +98,3 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
114
98
  @layer variables {}
115
99
 
116
100
  @layer variables {}
117
-
118
- /* Use for body tags like <p> */
119
- /* Use for headline tags like <h1> */
@@ -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 {}
@@ -114,6 +98,3 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
114
98
  --db-icon-font-size: var(--db-base-headline-icon-font-size-3xs);
115
99
  }
116
100
  }
117
-
118
- /* Use for body tags like <p> */
119
- /* Use for headline tags like <h1> */
@@ -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 {}
@@ -210,6 +194,3 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
210
194
  --db-icon-font-size: var(--db-base-headline-icon-font-size-3xs);
211
195
  }
212
196
  }
213
-
214
- /* Use for body tags like <p> */
215
- /* Use for headline tags like <h1> */
@@ -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 {}
@@ -114,6 +98,3 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
114
98
  @layer variables {}
115
99
 
116
100
  @layer variables {}
117
-
118
- /* Use for body tags like <p> */
119
- /* Use for headline tags like <h1> */
@@ -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 {}
@@ -114,6 +98,3 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
114
98
  @layer variables {}
115
99
 
116
100
  @layer variables {}
117
-
118
- /* Use for body tags like <p> */
119
- /* Use for headline tags like <h1> */
@@ -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 {}
@@ -114,6 +98,3 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
114
98
  @layer variables {}
115
99
 
116
100
  @layer variables {}
117
-
118
- /* Use for body tags like <p> */
119
- /* Use for headline tags like <h1> */
@@ -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 {}
@@ -114,6 +98,3 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
114
98
  @layer variables {}
115
99
 
116
100
  @layer variables {}
117
-
118
- /* Use for body tags like <p> */
119
- /* Use for headline tags like <h1> */
@@ -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 {}
@@ -114,6 +98,3 @@ paddings/gaps in an application e.g. the <main> should have a responsive padding
114
98
  @layer variables {}
115
99
 
116
100
  @layer variables {}
117
-
118
- /* Use for body tags like <p> */
119
- /* Use for headline tags like <h1> */
@@ -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,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
 
@@ -207,16 +207,6 @@ blockquote:not([class])::before, blockquote:not([class])::after {
207
207
 
208
208
  @layer variables {}
209
209
 
210
- /* Use sizing's for fixed heights/widths e.g. the db-button has always a fixed height */
211
- /* Use fixed spacings for all kind of distances (margin, padding, ...) */
212
- /* The primary use-case for responsive spacings are
213
- paddings/gaps in an application e.g. the <main> should have a responsive padding. */
214
- /* Elevation */
215
- /* Border */
216
- /* Opacity */
217
- /* Transitions */
218
- /* Screen sizes */
219
- /* Container sizes */
220
210
  /* Use this file if you want the default color and density in your project */
221
211
  :not([data-disable-focus=true]):is(a,
222
212
  button,
@@ -251,12 +241,6 @@ select,
251
241
  }
252
242
 
253
243
  /* Use this file if you want the default color and density in your project */
254
- /**
255
- Generates 3 types of placeholders, e.g:
256
- - %db-component-variables-md
257
- - %db-font-size-md
258
- - %db-overwrite-font-size-md
259
- */
260
244
  @layer variables {}
261
245
 
262
246
  @layer variables {}
@@ -340,12 +324,6 @@ code {
340
324
 
341
325
  @layer variables {}
342
326
 
343
- /* Use for body tags like <p> */
344
- /* Use for headline tags like <h1> */
345
- /**
346
- * @mixin screen-min-max
347
- * @param $data an object like (min:"sm", max:"lg") or (min: "sm")
348
- */
349
327
  @layer variables {}
350
328
 
351
329
  :root,
@@ -4747,7 +4725,6 @@ head:has([name=color-scheme][content=dark]) + body {
4747
4725
  --db-color-scheme: dark;
4748
4726
  }
4749
4727
 
4750
- /* TODO: Switch to attr() as soon as this one is fully supported */
4751
4728
  [data-mode=light] {
4752
4729
  color-scheme: light;
4753
4730
  }
@@ -41,16 +41,6 @@
41
41
  font-weight: 900;
42
42
  src: url("../assets/fonts/OpenSans-ExtraBold-EU.woff2") format("woff2");
43
43
  }
44
- /* Use sizing's for fixed heights/widths e.g. the db-button has always a fixed height */
45
- /* Use fixed spacings for all kind of distances (margin, padding, ...) */
46
- /* The primary use-case for responsive spacings are
47
- paddings/gaps in an application e.g. the <main> should have a responsive padding. */
48
- /* Elevation */
49
- /* Border */
50
- /* Opacity */
51
- /* Transitions */
52
- /* Screen sizes */
53
- /* Container sizes */
54
44
  /* Variants for adaptive components like input, select, notification, ... */
55
45
  blockquote:not([class]), [data-mode], :root,
56
46
  :host {
@@ -6023,12 +6013,6 @@ html::after {
6023
6013
  inherits: true;
6024
6014
  }
6025
6015
  /* Use this file if you want the default color and density in your project */
6026
- /**
6027
- Generates 3 types of placeholders, e.g:
6028
- - %db-component-variables-md
6029
- - %db-font-size-md
6030
- - %db-overwrite-font-size-md
6031
- */
6032
6016
  @layer variables {}
6033
6017
 
6034
6018
  @layer variables {}
@@ -6112,12 +6096,6 @@ code {
6112
6096
 
6113
6097
  @layer variables {}
6114
6098
 
6115
- /* Use for body tags like <p> */
6116
- /* Use for headline tags like <h1> */
6117
- /**
6118
- * @mixin screen-min-max
6119
- * @param $data an object like (min:"sm", max:"lg") or (min: "sm")
6120
- */
6121
6099
  @layer variables {}
6122
6100
 
6123
6101
  :root,
@@ -10475,7 +10453,6 @@ head:has([name=color-scheme][content=dark]) + body {
10475
10453
  --db-color-scheme: dark;
10476
10454
  }
10477
10455
 
10478
- /* TODO: Switch to attr() as soon as this one is fully supported */
10479
10456
  [data-mode=light] {
10480
10457
  color-scheme: light;
10481
10458
  }
@@ -41,16 +41,6 @@
41
41
  font-weight: 900;
42
42
  src: url("@db-ux/core-foundations/assets/fonts/OpenSans-ExtraBold-EU.woff2") format("woff2");
43
43
  }
44
- /* Use sizing's for fixed heights/widths e.g. the db-button has always a fixed height */
45
- /* Use fixed spacings for all kind of distances (margin, padding, ...) */
46
- /* The primary use-case for responsive spacings are
47
- paddings/gaps in an application e.g. the <main> should have a responsive padding. */
48
- /* Elevation */
49
- /* Border */
50
- /* Opacity */
51
- /* Transitions */
52
- /* Screen sizes */
53
- /* Container sizes */
54
44
  /* Variants for adaptive components like input, select, notification, ... */
55
45
  blockquote:not([class]), [data-mode], :root,
56
46
  :host {
@@ -6023,12 +6013,6 @@ html::after {
6023
6013
  inherits: true;
6024
6014
  }
6025
6015
  /* Use this file if you want the default color and density in your project */
6026
- /**
6027
- Generates 3 types of placeholders, e.g:
6028
- - %db-component-variables-md
6029
- - %db-font-size-md
6030
- - %db-overwrite-font-size-md
6031
- */
6032
6016
  @layer variables {}
6033
6017
 
6034
6018
  @layer variables {}
@@ -6112,12 +6096,6 @@ code {
6112
6096
 
6113
6097
  @layer variables {}
6114
6098
 
6115
- /* Use for body tags like <p> */
6116
- /* Use for headline tags like <h1> */
6117
- /**
6118
- * @mixin screen-min-max
6119
- * @param $data an object like (min:"sm", max:"lg") or (min: "sm")
6120
- */
6121
6099
  @layer variables {}
6122
6100
 
6123
6101
  :root,
@@ -10475,7 +10453,6 @@ head:has([name=color-scheme][content=dark]) + body {
10475
10453
  --db-color-scheme: dark;
10476
10454
  }
10477
10455
 
10478
- /* TODO: Switch to attr() as soon as this one is fully supported */
10479
10456
  [data-mode=light] {
10480
10457
  color-scheme: light;
10481
10458
  }
@@ -41,16 +41,6 @@
41
41
  font-weight: 900;
42
42
  src: url("~@db-ux/core-foundations/assets/fonts/OpenSans-ExtraBold-EU.woff2") format("woff2");
43
43
  }
44
- /* Use sizing's for fixed heights/widths e.g. the db-button has always a fixed height */
45
- /* Use fixed spacings for all kind of distances (margin, padding, ...) */
46
- /* The primary use-case for responsive spacings are
47
- paddings/gaps in an application e.g. the <main> should have a responsive padding. */
48
- /* Elevation */
49
- /* Border */
50
- /* Opacity */
51
- /* Transitions */
52
- /* Screen sizes */
53
- /* Container sizes */
54
44
  /* Variants for adaptive components like input, select, notification, ... */
55
45
  blockquote:not([class]), [data-mode], :root,
56
46
  :host {
@@ -6023,12 +6013,6 @@ html::after {
6023
6013
  inherits: true;
6024
6014
  }
6025
6015
  /* Use this file if you want the default color and density in your project */
6026
- /**
6027
- Generates 3 types of placeholders, e.g:
6028
- - %db-component-variables-md
6029
- - %db-font-size-md
6030
- - %db-overwrite-font-size-md
6031
- */
6032
6016
  @layer variables {}
6033
6017
 
6034
6018
  @layer variables {}
@@ -6112,12 +6096,6 @@ code {
6112
6096
 
6113
6097
  @layer variables {}
6114
6098
 
6115
- /* Use for body tags like <p> */
6116
- /* Use for headline tags like <h1> */
6117
- /**
6118
- * @mixin screen-min-max
6119
- * @param $data an object like (min:"sm", max:"lg") or (min: "sm")
6120
- */
6121
6099
  @layer variables {}
6122
6100
 
6123
6101
  :root,
@@ -10475,7 +10453,6 @@ head:has([name=color-scheme][content=dark]) + body {
10475
10453
  --db-color-scheme: dark;
10476
10454
  }
10477
10455
 
10478
- /* TODO: Switch to attr() as soon as this one is fully supported */
10479
10456
  [data-mode=light] {
10480
10457
  color-scheme: light;
10481
10458
  }