@solid-design-system/styles 7.0.0-next.7 → 7.0.0-next.9

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 (50) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/cdn/modules/chip.css +1 -1
  3. package/cdn/solid-styles.css +1 -1
  4. package/cdn-versioned/modules/chip.css +1 -1
  5. package/cdn-versioned/modules/container.css +1 -1
  6. package/cdn-versioned/modules/copyright.css +1 -1
  7. package/cdn-versioned/modules/display.css +1 -1
  8. package/cdn-versioned/modules/footnotes.css +1 -1
  9. package/cdn-versioned/modules/headline.css +1 -1
  10. package/cdn-versioned/modules/hidden-links.css +1 -1
  11. package/cdn-versioned/modules/interactive.css +1 -1
  12. package/cdn-versioned/modules/leadtext.css +1 -1
  13. package/cdn-versioned/modules/list.css +1 -1
  14. package/cdn-versioned/modules/mark.css +1 -1
  15. package/cdn-versioned/modules/media.css +1 -1
  16. package/cdn-versioned/modules/meta.css +1 -1
  17. package/cdn-versioned/modules/pagination.css +1 -1
  18. package/cdn-versioned/modules/paragraph.css +1 -1
  19. package/cdn-versioned/modules/prose.css +1 -1
  20. package/cdn-versioned/modules/status-badge.css +1 -1
  21. package/cdn-versioned/modules/table-cell.css +1 -1
  22. package/cdn-versioned/modules/table.css +1 -1
  23. package/cdn-versioned/solid-styles.css +1 -1
  24. package/dist/modules/chip.css +82 -16
  25. package/dist/solid-styles.css +82 -48
  26. package/dist-versioned/modules/chip.css +83 -17
  27. package/dist-versioned/modules/container.css +28 -28
  28. package/dist-versioned/modules/copyright.css +6 -6
  29. package/dist-versioned/modules/display.css +6 -6
  30. package/dist-versioned/modules/footnotes.css +28 -28
  31. package/dist-versioned/modules/headline.css +30 -30
  32. package/dist-versioned/modules/hidden-links.css +4 -4
  33. package/dist-versioned/modules/interactive.css +16 -16
  34. package/dist-versioned/modules/leadtext.css +3 -3
  35. package/dist-versioned/modules/list.css +30 -30
  36. package/dist-versioned/modules/mark.css +1 -1
  37. package/dist-versioned/modules/media.css +4 -4
  38. package/dist-versioned/modules/meta.css +7 -7
  39. package/dist-versioned/modules/pagination.css +61 -61
  40. package/dist-versioned/modules/paragraph.css +3 -3
  41. package/dist-versioned/modules/prose.css +125 -125
  42. package/dist-versioned/modules/status-badge.css +6 -6
  43. package/dist-versioned/modules/table-cell.css +16 -16
  44. package/dist-versioned/modules/table.css +2 -2
  45. package/dist-versioned/solid-styles.css +349 -315
  46. package/package.json +1 -1
  47. package/cdn/modules/flag.css +0 -2
  48. package/cdn-versioned/modules/flag.css +0 -2
  49. package/dist/modules/flag.css +0 -47
  50. package/dist-versioned/modules/flag.css +0 -47
@@ -1,7 +1,7 @@
1
1
  /*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
- .sd-7-0-0-next-7-chip {
4
+ .sd-7-0-0-next-9-chip {
5
5
  display: inline-flex;
6
6
  height: var(--sd-spacing-6);
7
7
  align-items: center;
@@ -9,30 +9,96 @@
9
9
  border-radius: var(--sd-chip-border-radius, var(--sd-spacing-1));
10
10
  border-style: var(--tw-border-style);
11
11
  border-width: 1px;
12
- border-color: rgba(var(--sd-chip--primary-200-color-border, rgba(255, 255, 255, 0)));
13
- background-color: rgba(var(--sd-chip--primary-200-color-background, rgba(var(--sd-color-primary-200))));
12
+ border-width: var(--sd-chip-border-width, 0);
13
+ border-color: rgba(var(--sd-chip--primary-subtle-color-filled-border, rgba(255, 255, 255, 0)));
14
+ background-color: rgba(var(--sd-chip--primary-subtle-color-background, rgba(var(--sd-color-primary-100))));
14
15
  padding-inline: var(--sd-spacing-2);
16
+ font-size: var(--sd-marker-font-size, 0.875rem);
17
+ font-weight: var(--sd-marker-font-weight, var(--sd-font-weight-normal));
15
18
  white-space: nowrap;
16
19
  color: rgba(var(--sd-color-text-black));
17
20
  }
18
- .sd-7-0-0-next-7-chip--primary-500 {
19
- border-color: rgba(var(--sd-chip--primary-500-color-border, rgba(255, 255, 255, 0)));
20
- background-color: rgba(var(--sd-chip--primary-500-color-background, rgba(var(--sd-color-primary-500))));
21
- color: rgba(var(--sd-chip--primary-500-color-text, rgba(var(--sd-color-white))));
21
+ .sd-7-0-0-next-9-chip--size-lg {
22
+ height: var(--sd-spacing-8);
23
+ padding-inline: var(--sd-spacing-3);
22
24
  }
23
- .sd-7-0-0-next-7-chip--primary-300 {
24
- border-color: rgba(var(--sd-chip--primary-300-color-border, rgba(255, 255, 255, 0)));
25
- background-color: rgba(var(--sd-chip--primary-300-color-background, rgba(var(--sd-color-primary-300))));
25
+ .sd-7-0-0-next-9-chip--sharp {
26
+ border-radius: var(--sd-radius-none);
26
27
  }
27
- .sd-7-0-0-next-7-chip--white {
28
- border-color: rgba(var(--sd-chip--white-color-border, rgba(255, 255, 255, 0)));
28
+ .sd-7-0-0-next-9-chip--shade-low {
29
+ border-color: rgba(var(--sd-chip--primary-low-color-filled-border, rgba(255, 255, 255, 0)));
30
+ background-color: rgba(var(--sd-chip--primary-low-color-background, rgba(var(--sd-color-primary-200))));
31
+ }
32
+ .sd-7-0-0-next-9-chip--shade-medium {
33
+ border-color: rgba(var(--sd-chip--primary-medium-color-filled-border, rgba(255, 255, 255, 0)));
34
+ background-color: rgba(var(--sd-chip--primary-medium-color-background, rgba(var(--sd-color-primary-300))));
35
+ }
36
+ .sd-7-0-0-next-9-chip--shade-high {
37
+ border-color: rgba(var(--sd-chip--primary-high-color-filled-border, rgba(255, 255, 255, 0)));
38
+ background-color: rgba(var(--sd-chip--primary-high-color-background, rgba(var(--sd-color-primary-400))));
39
+ }
40
+ .sd-7-0-0-next-9-chip--shade-none {
41
+ border-color: transparent;
42
+ background-color: transparent;
43
+ }
44
+ .sd-7-0-0-next-9-chip--color-neutral {
45
+ border-color: rgba(var(--sd-chip--neutral-subtle-color-filled-border, rgba(255, 255, 255, 0)));
46
+ background-color: rgba(var(--sd-chip--neutral-subtle-color-background, rgba(var(--sd-color-neutral-100))));
47
+ }
48
+ .sd-7-0-0-next-9-chip--color-neutral.sd-7-0-0-next-9-chip--shade-low {
49
+ border-color: rgba(var(--sd-chip--neutral-low-color-filled-border, rgba(255, 255, 255, 0)));
50
+ background-color: rgba(var(--sd-chip--neutral-low-color-background, rgba(var(--sd-color-neutral-200))));
51
+ }
52
+ .sd-7-0-0-next-9-chip--color-neutral.sd-7-0-0-next-9-chip--shade-medium {
53
+ border-color: rgba(var(--sd-chip--neutral-medium-color-filled-border, rgba(255, 255, 255, 0)));
54
+ background-color: rgba(var(--sd-chip--neutral-medium-color-background, rgba(var(--sd-color-neutral-300))));
55
+ }
56
+ .sd-7-0-0-next-9-chip--color-neutral.sd-7-0-0-next-9-chip--shade-high {
57
+ border-color: rgba(var(--sd-chip--neutral-high-color-filled-border, rgba(255, 255, 255, 0)));
58
+ background-color: rgba(var(--sd-chip--neutral-high-color-background, rgba(var(--sd-color-neutral-400))));
59
+ }
60
+ .sd-7-0-0-next-9-chip--color-neutral.sd-7-0-0-next-9-chip--shade-none {
61
+ border-color: transparent;
62
+ background-color: transparent;
63
+ }
64
+ .sd-7-0-0-next-9-chip--color-white {
65
+ border-color: rgba(var(--sd-chip--white-color-filled-border, rgba(255, 255, 255, 0)));
29
66
  background-color: rgba(var(--sd-chip--white-color-background, rgba(var(--sd-color-white))));
30
67
  }
31
- .sd-7-0-0-next-7-chip{
32
- font-size: var(--sd-chip-font-size);
33
- border-width: var(--sd-chip-border-width);
34
- font-weight: var(--sd-chip-font-weight);
35
- }
68
+ .sd-7-0-0-next-9-chip--outline {
69
+ border-style: var(--tw-border-style);
70
+ border-width: 1px;
71
+ border-color: rgba(var(--sd-chip--primary-low-color-border, rgba(var(--sd-color-primary-200))));
72
+ background-color: rgba(var(--sd-chip--primary-low-color-outline-fill, rgba(255, 255, 255, 0)));
73
+ }
74
+ .sd-7-0-0-next-9-chip--outline.sd-7-0-0-next-9-chip--shade-low {
75
+ border-color: rgba(var(--sd-chip--primary-medium-color-border, rgba(var(--sd-color-primary-300))));
76
+ background-color: rgba(var(--sd-chip--primary-medium-color-outline-fill, rgba(255, 255, 255, 0)));
77
+ }
78
+ .sd-7-0-0-next-9-chip--outline.sd-7-0-0-next-9-chip--shade-medium {
79
+ border-color: rgba(var(--sd-chip--primary-high-color-border, rgba(var(--sd-color-primary-400))));
80
+ background-color: rgba(var(--sd-chip--primary-high-color-outline-fill, rgba(255, 255, 255, 0)));
81
+ }
82
+ .sd-7-0-0-next-9-chip--outline.sd-7-0-0-next-9-chip--shade-high {
83
+ border-color: rgba(var(--sd-chip--primary-strong-color-border, rgba(var(--sd-color-primary-500))));
84
+ background-color: rgba(var(--sd-chip--primary-strong-color-outline-fill, rgba(255, 255, 255, 0)));
85
+ }
86
+ .sd-7-0-0-next-9-chip--outline.sd-7-0-0-next-9-chip--color-neutral {
87
+ border-color: rgba(var(--sd-chip--neutral-low-color-border, rgba(var(--sd-color-neutral-200))));
88
+ background-color: rgba(var(--sd-chip--neutral-low-color-outline-fill, rgba(255, 255, 255, 0)));
89
+ }
90
+ .sd-7-0-0-next-9-chip--outline.sd-7-0-0-next-9-chip--color-neutral.sd-7-0-0-next-9-chip--shade-low {
91
+ border-color: rgba(var(--sd-chip--neutral-medium-color-border, rgba(var(--sd-color-neutral-300))));
92
+ background-color: rgba(var(--sd-chip--neutral-medium-color-outline-fill, rgba(255, 255, 255, 0)));
93
+ }
94
+ .sd-7-0-0-next-9-chip--outline.sd-7-0-0-next-9-chip--color-neutral.sd-7-0-0-next-9-chip--shade-medium {
95
+ border-color: rgba(var(--sd-chip--neutral-high-color-border, rgba(var(--sd-color-neutral-400))));
96
+ background-color: rgba(var(--sd-chip--neutral-high-color-outline-fill, rgba(255, 255, 255, 0)));
97
+ }
98
+ .sd-7-0-0-next-9-chip--outline.sd-7-0-0-next-9-chip--color-neutral.sd-7-0-0-next-9-chip--shade-high {
99
+ border-color: rgba(var(--sd-chip--neutral-strong-color-border, rgba(var(--sd-color-neutral-500))));
100
+ background-color: rgba(var(--sd-chip--neutral-strong-color-outline-fill, rgba(255, 255, 255, 0)));
101
+ }
36
102
  @property --tw-border-style {
37
103
  syntax: "*";
38
104
  inherits: false;
@@ -1,38 +1,38 @@
1
1
  /*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
2
2
  @layer theme, base, components, utilities;
3
- .sd-7-0-0-next-7-container {
3
+ .sd-7-0-0-next-9-container {
4
4
  position: relative;
5
5
  background-color: rgba(var(--sd-color-background-neutral-100));
6
6
  padding-inline: var(--sd-spacing-10);
7
7
  padding-block: var(--sd-spacing-8);
8
8
  }
9
- .sd-7-0-0-next-7-container--variant-primary-100 {
9
+ .sd-7-0-0-next-9-container--variant-primary-100 {
10
10
  background-color: rgba(var(--sd-color-background-primary-100));
11
11
  }
12
- .sd-7-0-0-next-7-container--variant-primary-800 {
12
+ .sd-7-0-0-next-9-container--variant-primary-800 {
13
13
  background-color: rgba(var(--sd-container--primary-800-color-background, rgba(var(--sd-color-primary-800))));
14
14
  }
15
- .sd-7-0-0-next-7-container--variant-primary {
15
+ .sd-7-0-0-next-9-container--variant-primary {
16
16
  background-color: rgba(var(--sd-color-background-primary));
17
17
  }
18
- .sd-7-0-0-next-7-container--variant-border-neutral-400 {
18
+ .sd-7-0-0-next-9-container--variant-border-neutral-400 {
19
19
  --tw-border-style: solid;
20
20
  border-style: solid;
21
21
  border-color: rgba(var(--sd-color-border-neutral-400));
22
22
  background-color: rgba(var(--sd-color-background-white));
23
23
  border-width: 1px;
24
24
  }
25
- .sd-7-0-0-next-7-container--variant-white {
25
+ .sd-7-0-0-next-9-container--variant-white {
26
26
  background-color: rgba(var(--sd-color-background-white));
27
27
  }
28
- .sd-7-0-0-next-7-container--padding-sm {
28
+ .sd-7-0-0-next-9-container--padding-sm {
29
29
  padding-inline: var(--sd-spacing-6);
30
30
  padding-block: var(--sd-spacing-4);
31
31
  }
32
- .sd-7-0-0-next-7-container{
32
+ .sd-7-0-0-next-9-container{
33
33
  --triangle-background: rgba(var(--sd-color-background-white));
34
34
  }
35
- .sd-7-0-0-next-7-container--triangle-top::before, .sd-7-0-0-next-7-container--triangle-right::before, .sd-7-0-0-next-7-container--triangle-bottom::before, .sd-7-0-0-next-7-container--triangle-left::before {
35
+ .sd-7-0-0-next-9-container--triangle-top::before, .sd-7-0-0-next-9-container--triangle-right::before, .sd-7-0-0-next-9-container--triangle-bottom::before, .sd-7-0-0-next-9-container--triangle-left::before {
36
36
  position: absolute;
37
37
  display: block;
38
38
  --tw-border-style: solid;
@@ -41,27 +41,27 @@
41
41
  border-width: 14px;
42
42
  content: '';
43
43
  }
44
- .sd-7-0-0-next-7-container--triangle-top::before {
44
+ .sd-7-0-0-next-9-container--triangle-top::before {
45
45
  top: 0;
46
46
  left: calc(50% - 14px);
47
47
  border-top-color: var(--triangle-background);
48
48
  }
49
- .sd-7-0-0-next-7-container--triangle-right::before {
49
+ .sd-7-0-0-next-9-container--triangle-right::before {
50
50
  right: 0;
51
51
  top: calc(50% - 14px);
52
52
  border-right-color: var(--triangle-background);
53
53
  }
54
- .sd-7-0-0-next-7-container--triangle-bottom::before {
54
+ .sd-7-0-0-next-9-container--triangle-bottom::before {
55
55
  bottom: 0;
56
56
  left: calc(50% - 14px);
57
57
  border-bottom-color: var(--triangle-background);
58
58
  }
59
- .sd-7-0-0-next-7-container--triangle-left::before {
59
+ .sd-7-0-0-next-9-container--triangle-left::before {
60
60
  left: 0;
61
61
  top: calc(50% - 14px);
62
62
  border-left-color: var(--triangle-background);
63
63
  }
64
- .sd-7-0-0-next-7-container--triangle-top-border::after, .sd-7-0-0-next-7-container--triangle-top-border::before, .sd-7-0-0-next-7-container--triangle-right-border::after, .sd-7-0-0-next-7-container--triangle-right-border::before, .sd-7-0-0-next-7-container--triangle-bottom-border::after, .sd-7-0-0-next-7-container--triangle-bottom-border::before, .sd-7-0-0-next-7-container--triangle-left-border::after, .sd-7-0-0-next-7-container--triangle-left-border::before {
64
+ .sd-7-0-0-next-9-container--triangle-top-border::after, .sd-7-0-0-next-9-container--triangle-top-border::before, .sd-7-0-0-next-9-container--triangle-right-border::after, .sd-7-0-0-next-9-container--triangle-right-border::before, .sd-7-0-0-next-9-container--triangle-bottom-border::after, .sd-7-0-0-next-9-container--triangle-bottom-border::before, .sd-7-0-0-next-9-container--triangle-left-border::after, .sd-7-0-0-next-9-container--triangle-left-border::before {
65
65
  position: absolute;
66
66
  display: block;
67
67
  --tw-border-style: solid;
@@ -69,53 +69,53 @@
69
69
  border-color: transparent;
70
70
  content: '';
71
71
  }
72
- .sd-7-0-0-next-7-container--triangle-top-border::after, .sd-7-0-0-next-7-container--triangle-right-border::after, .sd-7-0-0-next-7-container--triangle-bottom-border::after, .sd-7-0-0-next-7-container--triangle-left-border::after {
72
+ .sd-7-0-0-next-9-container--triangle-top-border::after, .sd-7-0-0-next-9-container--triangle-right-border::after, .sd-7-0-0-next-9-container--triangle-bottom-border::after, .sd-7-0-0-next-9-container--triangle-left-border::after {
73
73
  border-width: 14px;
74
74
  }
75
- .sd-7-0-0-next-7-container--triangle-top-border::before, .sd-7-0-0-next-7-container--triangle-right-border::before, .sd-7-0-0-next-7-container--triangle-bottom-border::before, .sd-7-0-0-next-7-container--triangle-left-border::before {
75
+ .sd-7-0-0-next-9-container--triangle-top-border::before, .sd-7-0-0-next-9-container--triangle-right-border::before, .sd-7-0-0-next-9-container--triangle-bottom-border::before, .sd-7-0-0-next-9-container--triangle-left-border::before {
76
76
  border-width: 15px;
77
77
  }
78
- .sd-7-0-0-next-7-container--triangle-top-border::after, .sd-7-0-0-next-7-container--triangle-top-border::before {
78
+ .sd-7-0-0-next-9-container--triangle-top-border::after, .sd-7-0-0-next-9-container--triangle-top-border::before {
79
79
  top: -1px;
80
80
  }
81
- .sd-7-0-0-next-7-container--triangle-top-border::before {
81
+ .sd-7-0-0-next-9-container--triangle-top-border::before {
82
82
  border-top-color: rgba(var(--sd-color-border-neutral-400));
83
83
  left: calc(50% - 15px);
84
84
  }
85
- .sd-7-0-0-next-7-container--triangle-top-border::after {
85
+ .sd-7-0-0-next-9-container--triangle-top-border::after {
86
86
  left: calc(50% - 14px);
87
87
  border-top-color: var(--triangle-background);
88
88
  }
89
- .sd-7-0-0-next-7-container--triangle-right-border::after, .sd-7-0-0-next-7-container--triangle-right-border::before {
89
+ .sd-7-0-0-next-9-container--triangle-right-border::after, .sd-7-0-0-next-9-container--triangle-right-border::before {
90
90
  right: -1px;
91
91
  }
92
- .sd-7-0-0-next-7-container--triangle-right-border::before {
92
+ .sd-7-0-0-next-9-container--triangle-right-border::before {
93
93
  border-right-color: rgba(var(--sd-color-border-neutral-400));
94
94
  top: calc(50% - 15px);
95
95
  }
96
- .sd-7-0-0-next-7-container--triangle-right-border::after {
96
+ .sd-7-0-0-next-9-container--triangle-right-border::after {
97
97
  top: calc(50% - 14px);
98
98
  border-right-color: var(--triangle-background);
99
99
  }
100
- .sd-7-0-0-next-7-container--triangle-bottom-border::after, .sd-7-0-0-next-7-container--triangle-bottom-border::before {
100
+ .sd-7-0-0-next-9-container--triangle-bottom-border::after, .sd-7-0-0-next-9-container--triangle-bottom-border::before {
101
101
  bottom: -1px;
102
102
  }
103
- .sd-7-0-0-next-7-container--triangle-bottom-border::before {
103
+ .sd-7-0-0-next-9-container--triangle-bottom-border::before {
104
104
  border-bottom-color: rgba(var(--sd-color-border-neutral-400));
105
105
  left: calc(50% - 15px);
106
106
  }
107
- .sd-7-0-0-next-7-container--triangle-bottom-border::after {
107
+ .sd-7-0-0-next-9-container--triangle-bottom-border::after {
108
108
  left: calc(50% - 14px);
109
109
  border-bottom-color: var(--triangle-background);
110
110
  }
111
- .sd-7-0-0-next-7-container--triangle-left-border::after, .sd-7-0-0-next-7-container--triangle-left-border::before {
111
+ .sd-7-0-0-next-9-container--triangle-left-border::after, .sd-7-0-0-next-9-container--triangle-left-border::before {
112
112
  left: -1px;
113
113
  }
114
- .sd-7-0-0-next-7-container--triangle-left-border::before {
114
+ .sd-7-0-0-next-9-container--triangle-left-border::before {
115
115
  border-left-color: rgba(var(--sd-color-border-neutral-400));
116
116
  top: calc(50% - 15px);
117
117
  }
118
- .sd-7-0-0-next-7-container--triangle-left-border::after {
118
+ .sd-7-0-0-next-9-container--triangle-left-border::after {
119
119
  top: calc(50% - 14px);
120
120
  border-left-color: var(--triangle-background);
121
121
  }
@@ -1,7 +1,7 @@
1
1
  /*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
- .sd-7-0-0-next-7-copyright {
4
+ .sd-7-0-0-next-9-copyright {
5
5
  position: relative;
6
6
  --tw-blur: ;
7
7
  --tw-brightness: ;
@@ -12,7 +12,7 @@
12
12
  --tw-saturate: ;
13
13
  --tw-sepia: ;
14
14
  }
15
- .sd-7-0-0-next-7-copyright::after {
15
+ .sd-7-0-0-next-9-copyright::after {
16
16
  position: absolute;
17
17
  bottom: 0;
18
18
  left: 0;
@@ -28,7 +28,7 @@
28
28
  filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
29
29
  content: var(--copyright);
30
30
  }
31
- .sd-7-0-0-next-7-copyright--orientation-vertical::after {
31
+ .sd-7-0-0-next-9-copyright--orientation-vertical::after {
32
32
  width: -moz-max-content;
33
33
  width: max-content;
34
34
  padding-top: var(--sd-spacing-2);
@@ -39,14 +39,14 @@
39
39
  text-orientation: sideways-right;
40
40
  transform: rotate(180deg);
41
41
  }
42
- .sd-7-0-0-next-7-copyright--color-black::after {
42
+ .sd-7-0-0-next-9-copyright--color-black::after {
43
43
  color: rgba(var(--sd-color-text-black));
44
44
  filter: drop-shadow(0 0 transparent);
45
45
  }
46
- .sd-7-0-0-next-7-copyright--no-shadow::after {
46
+ .sd-7-0-0-next-9-copyright--no-shadow::after {
47
47
  filter: drop-shadow(0 0 transparent);
48
48
  }
49
- .sd-7-0-0-next-7-copyright--placement-top::after {
49
+ .sd-7-0-0-next-9-copyright--placement-top::after {
50
50
  position: absolute;
51
51
  top: 0;
52
52
  right: 0;
@@ -1,7 +1,7 @@
1
1
  /*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
- .sd-7-0-0-next-7-display {
4
+ .sd-7-0-0-next-9-display {
5
5
  font-size: var(--sd-text-3xl);
6
6
  line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)));
7
7
  --tw-leading: var(--leading-tight, 1.25);
@@ -11,12 +11,12 @@
11
11
  color: rgba(var(--sd-color-text-black));
12
12
  }
13
13
  @media (width >= 64rem) {
14
- .sd-7-0-0-next-7-display {
14
+ .sd-7-0-0-next-9-display {
15
15
  font-size: var(--sd-text-4xl);
16
16
  line-height: var(--tw-leading, var(--text-4xl--line-height, calc(2.5 / 2.25)))
17
17
  }
18
18
  }
19
- .sd-7-0-0-next-7-display--size-xl {
19
+ .sd-7-0-0-next-9-display--size-xl {
20
20
  font-size: var(--sd-text-xl);
21
21
  line-height: var(--tw-leading, var(--text-xl--line-height, calc(1.75 / 1.25)));
22
22
  --tw-leading: var(--leading-tight, 1.25);
@@ -25,7 +25,7 @@
25
25
  font-weight: var(--sd-font-weight-normal);
26
26
  color: rgba(var(--sd-color-text-black));
27
27
  }
28
- .sd-7-0-0-next-7-display--size-3xl {
28
+ .sd-7-0-0-next-9-display--size-3xl {
29
29
  font-size: var(--sd-text-2xl);
30
30
  line-height: var(--tw-leading, var(--text-2xl--line-height, calc(2 / 1.5)));
31
31
  --tw-leading: var(--leading-tight, 1.25);
@@ -35,12 +35,12 @@
35
35
  color: rgba(var(--sd-color-text-black));
36
36
  }
37
37
  @media (width >= 64rem) {
38
- .sd-7-0-0-next-7-display--size-3xl {
38
+ .sd-7-0-0-next-9-display--size-3xl {
39
39
  font-size: var(--sd-text-3xl);
40
40
  line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)))
41
41
  }
42
42
  }
43
- .sd-7-0-0-next-7-display--inverted {
43
+ .sd-7-0-0-next-9-display--inverted {
44
44
  color: rgba(var(--sd-color-text-white));
45
45
  }
46
46
  @property --tw-leading {
@@ -1,7 +1,7 @@
1
1
  /*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
2
2
  @layer properties;
3
3
  @layer theme, base, components, utilities;
4
- .sd-7-0-0-next-7-footnotes {
4
+ .sd-7-0-0-next-9-footnotes {
5
5
  margin-block: 0;
6
6
  padding: 0;
7
7
  text-align: left;
@@ -9,18 +9,18 @@
9
9
  line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
10
10
  color: rgba(var(--sd-color-text-neutral-700));
11
11
  }
12
- .sd-7-0-0-next-7-footnotes :target {
12
+ .sd-7-0-0-next-9-footnotes :target {
13
13
  background-color: rgba(var(--sd-color-background-neutral-200));
14
14
  }
15
- .sd-7-0-0-next-7-footnotes:is(ol) {
15
+ .sd-7-0-0-next-9-footnotes:is(ol) {
16
16
  padding-inline-start: var(--sd-spacing-8);
17
17
  }
18
- .sd-7-0-0-next-7-footnotes:is(ol) li {
18
+ .sd-7-0-0-next-9-footnotes:is(ol) li {
19
19
  counter-increment: list-item;
20
20
  position: relative;
21
21
  list-style-type: none;
22
22
  }
23
- .sd-7-0-0-next-7-footnotes:is(ol) li .sd-7-0-0-next-7-footnotes--marker::before, .sd-7-0-0-next-7-footnotes:is(ol) li:has(.sd-7-0-0-next-7-footnotes--marker:nth-of-type(2))::before, .sd-7-0-0-next-7-footnotes:is(ol) li:not(:has(.sd-7-0-0-next-7-footnotes--marker))::before {
23
+ .sd-7-0-0-next-9-footnotes:is(ol) li .sd-7-0-0-next-9-footnotes--marker::before, .sd-7-0-0-next-9-footnotes:is(ol) li:has(.sd-7-0-0-next-9-footnotes--marker:nth-of-type(2))::before, .sd-7-0-0-next-9-footnotes:is(ol) li:not(:has(.sd-7-0-0-next-9-footnotes--marker))::before {
24
24
  position: absolute;
25
25
  left: calc(var(--sd-spacing-8) * -1);
26
26
  flex-shrink: 0;
@@ -32,14 +32,14 @@
32
32
  padding-top: 1px;
33
33
  font-size: 10px;
34
34
  }
35
- .sd-7-0-0-next-7-footnotes:is(ol) li .sd-7-0-0-next-7-footnotes--marker::after, .sd-7-0-0-next-7-footnotes:is(ol) li:has(.sd-7-0-0-next-7-footnotes--marker:nth-of-type(2))::after, .sd-7-0-0-next-7-footnotes:is(ol) li:not(:has(.sd-7-0-0-next-7-footnotes--marker))::after {
35
+ .sd-7-0-0-next-9-footnotes:is(ol) li .sd-7-0-0-next-9-footnotes--marker::after, .sd-7-0-0-next-9-footnotes:is(ol) li:has(.sd-7-0-0-next-9-footnotes--marker:nth-of-type(2))::after, .sd-7-0-0-next-9-footnotes:is(ol) li:not(:has(.sd-7-0-0-next-9-footnotes--marker))::after {
36
36
  content: none;
37
37
  }
38
- .sd-7-0-0-next-7-footnotes:is(ol) li .sd-7-0-0-next-7-footnotes--marker .sd-7-0-0-next-7-footnotes--marker, .sd-7-0-0-next-7-footnotes:is(ol) li:has(.sd-7-0-0-next-7-footnotes--marker:nth-of-type(2)) .sd-7-0-0-next-7-footnotes--marker, .sd-7-0-0-next-7-footnotes:is(ol) li:not(:has(.sd-7-0-0-next-7-footnotes--marker)) .sd-7-0-0-next-7-footnotes--marker {
38
+ .sd-7-0-0-next-9-footnotes:is(ol) li .sd-7-0-0-next-9-footnotes--marker .sd-7-0-0-next-9-footnotes--marker, .sd-7-0-0-next-9-footnotes:is(ol) li:has(.sd-7-0-0-next-9-footnotes--marker:nth-of-type(2)) .sd-7-0-0-next-9-footnotes--marker, .sd-7-0-0-next-9-footnotes:is(ol) li:not(:has(.sd-7-0-0-next-9-footnotes--marker)) .sd-7-0-0-next-9-footnotes--marker {
39
39
  display: inline-block;
40
40
  counter-increment: footnotes-multiple;
41
41
  }
42
- .sd-7-0-0-next-7-footnotes:is(ol) li .sd-7-0-0-next-7-footnotes--marker .sd-7-0-0-next-7-footnotes--marker::before, .sd-7-0-0-next-7-footnotes:is(ol) li:has(.sd-7-0-0-next-7-footnotes--marker:nth-of-type(2)) .sd-7-0-0-next-7-footnotes--marker::before, .sd-7-0-0-next-7-footnotes:is(ol) li:not(:has(.sd-7-0-0-next-7-footnotes--marker)) .sd-7-0-0-next-7-footnotes--marker::before {
42
+ .sd-7-0-0-next-9-footnotes:is(ol) li .sd-7-0-0-next-9-footnotes--marker .sd-7-0-0-next-9-footnotes--marker::before, .sd-7-0-0-next-9-footnotes:is(ol) li:has(.sd-7-0-0-next-9-footnotes--marker:nth-of-type(2)) .sd-7-0-0-next-9-footnotes--marker::before, .sd-7-0-0-next-9-footnotes:is(ol) li:not(:has(.sd-7-0-0-next-9-footnotes--marker)) .sd-7-0-0-next-9-footnotes--marker::before {
43
43
  position: relative;
44
44
  left: 0;
45
45
  vertical-align: super;
@@ -49,15 +49,15 @@
49
49
  font-weight: var(--sd-font-weight-bold);
50
50
  content: counter(footnotes-multiple, lower-alpha);
51
51
  }
52
- .sd-7-0-0-next-7-footnotes:is(ol) li .sd-7-0-0-next-7-footnotes--marker {
52
+ .sd-7-0-0-next-9-footnotes:is(ol) li .sd-7-0-0-next-9-footnotes--marker {
53
53
  bottom: 0;
54
54
  display: block;
55
55
  }
56
- .sd-7-0-0-next-7-footnotes:is(ol) li .sd-7-0-0-next-7-footnotes--marker:focus-visible {
56
+ .sd-7-0-0-next-9-footnotes:is(ol) li .sd-7-0-0-next-9-footnotes--marker:focus-visible {
57
57
  outline-style: var(--tw-outline-style);
58
58
  outline-width: 0px;
59
59
  }
60
- .sd-7-0-0-next-7-footnotes:is(ol) li .sd-7-0-0-next-7-footnotes--marker:focus-visible::before {
60
+ .sd-7-0-0-next-9-footnotes:is(ol) li .sd-7-0-0-next-9-footnotes--marker:focus-visible::before {
61
61
  border-radius: var(--sd-radius);
62
62
  outline-width: 1px;
63
63
  outline-style: var(--tw-outline-style);
@@ -65,30 +65,30 @@
65
65
  outline-offset: 2px;
66
66
  outline-color: rgba(var(--sd-color-border-primary, var(--sd-color-primary)));
67
67
  }
68
- .sd-7-0-0-next-7-footnotes:is(ul) {
68
+ .sd-7-0-0-next-9-footnotes:is(ul) {
69
69
  list-style: '';
70
70
  }
71
- .sd-7-0-0-next-7-footnotes--inverted {
71
+ .sd-7-0-0-next-9-footnotes--inverted {
72
72
  color: rgba(var(--sd-color-text-primary-400));
73
73
  }
74
- .sd-7-0-0-next-7-footnotes--inverted :target {
74
+ .sd-7-0-0-next-9-footnotes--inverted :target {
75
75
  background-color: rgba(var(--sd-footnotes--target--inverted-color-background, rgba(var(--sd-color-primary-800))));
76
76
  }
77
- .sd-7-0-0-next-7-footnotes--inverted .sd-7-0-0-next-7-footnotes--marker::before {
77
+ .sd-7-0-0-next-9-footnotes--inverted .sd-7-0-0-next-9-footnotes--marker::before {
78
78
  color: rgba(var(--sd-color-text-white));
79
79
  outline-color: rgba(var(--sd-color-border-white, var(--sd-color-white))) !important;
80
80
  }
81
- .sd-7-0-0-next-7-footnotes--inverted:is(.sd-7-0-0-next-7-footnotes--marker) {
81
+ .sd-7-0-0-next-9-footnotes--inverted:is(.sd-7-0-0-next-9-footnotes--marker) {
82
82
  color: rgba(var(--sd-color-text-white)) !important;
83
83
  outline-color: rgba(var(--sd-color-border-white, var(--sd-color-white))) !important;
84
84
  }
85
- .sd-7-0-0-next-7-footnotes--inverted:is(.sd-7-0-0-next-7-footnotes--marker):target {
85
+ .sd-7-0-0-next-9-footnotes--inverted:is(.sd-7-0-0-next-9-footnotes--marker):target {
86
86
  background-color: rgba(var(--sd-footnotes--target--inverted-color-background, rgba(var(--sd-color-primary-800))));
87
87
  }
88
- .sd-7-0-0-next-7-footnotes--inverted:is(ol) li .sd-7-0-0-next-7-footnotes--marker::before, .sd-7-0-0-next-7-footnotes--inverted:is(ol) li::before {
88
+ .sd-7-0-0-next-9-footnotes--inverted:is(ol) li .sd-7-0-0-next-9-footnotes--marker::before, .sd-7-0-0-next-9-footnotes--inverted:is(ol) li::before {
89
89
  color: rgba(var(--sd-color-text-white)) !important;
90
90
  }
91
- .sd-7-0-0-next-7-footnotes--marker {
91
+ .sd-7-0-0-next-9-footnotes--marker {
92
92
  position: relative;
93
93
  bottom: var(--sd-spacing-2);
94
94
  display: inline-block;
@@ -98,33 +98,33 @@
98
98
  text-decoration-line: none !important;
99
99
  font-size: x-small;
100
100
  }
101
- .sd-7-0-0-next-7-footnotes--marker:target {
101
+ .sd-7-0-0-next-9-footnotes--marker:target {
102
102
  background-color: rgba(var(--sd-color-background-neutral-200));
103
103
  }
104
- .sd-7-0-0-next-7-footnotes--marker:not(:has(a))::before {
104
+ .sd-7-0-0-next-9-footnotes--marker:not(:has(a))::before {
105
105
  content: '[ ';
106
106
  display: inline-block;
107
107
  }
108
- .sd-7-0-0-next-7-footnotes--marker:not(:has(a))::after {
108
+ .sd-7-0-0-next-9-footnotes--marker:not(:has(a))::after {
109
109
  content: ' ]';
110
110
  display: inline-block;
111
111
  }
112
- .sd-7-0-0-next-7-footnotes--marker :is(a) {
112
+ .sd-7-0-0-next-9-footnotes--marker :is(a) {
113
113
  display: inline-block;
114
114
  --tw-font-weight: var(--sd-font-weight-bold);
115
115
  font-weight: var(--sd-font-weight-bold);
116
116
  white-space: nowrap;
117
117
  text-decoration-line: none !important;
118
118
  }
119
- .sd-7-0-0-next-7-footnotes--marker :is(a)::before {
119
+ .sd-7-0-0-next-9-footnotes--marker :is(a)::before {
120
120
  content: '[ ';
121
121
  display: inline-block;
122
122
  }
123
- .sd-7-0-0-next-7-footnotes--marker :is(a)::after {
123
+ .sd-7-0-0-next-9-footnotes--marker :is(a)::after {
124
124
  content: ' ]';
125
125
  display: inline-block;
126
126
  }
127
- .sd-7-0-0-next-7-footnotes--marker :is(a):focus-visible {
127
+ .sd-7-0-0-next-9-footnotes--marker :is(a):focus-visible {
128
128
  border-radius: var(--sd-radius);
129
129
  outline-width: 1px;
130
130
  outline-style: var(--tw-outline-style);
@@ -132,10 +132,10 @@
132
132
  outline-offset: 2px;
133
133
  outline-color: rgba(var(--sd-color-border-primary, var(--sd-color-primary)));
134
134
  }
135
- .sd-7-0-0-next-7-footnotes--marker:link, .sd-7-0-0-next-7-footnotes--marker:visited {
135
+ .sd-7-0-0-next-9-footnotes--marker:link, .sd-7-0-0-next-9-footnotes--marker:visited {
136
136
  color: rgba(var(--sd-color-text-primary));
137
137
  }
138
- .sd-7-0-0-next-7-footnotes--marker:focus-visible {
138
+ .sd-7-0-0-next-9-footnotes--marker:focus-visible {
139
139
  border-radius: var(--sd-radius);
140
140
  outline-width: 1px;
141
141
  outline-style: var(--tw-outline-style);