@solid-design-system/styles 1.2.0 → 1.3.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/cdn/modules/copyright.css +1 -1
  3. package/cdn/modules/pagination.css +1 -0
  4. package/cdn/solid-styles.css +1 -1
  5. package/cdn-versioned/modules/chip.css +1 -1
  6. package/cdn-versioned/modules/container.css +1 -1
  7. package/cdn-versioned/modules/copyright.css +1 -1
  8. package/cdn-versioned/modules/display.css +1 -1
  9. package/cdn-versioned/modules/flag.css +1 -1
  10. package/cdn-versioned/modules/footnotes.css +1 -1
  11. package/cdn-versioned/modules/headline.css +1 -1
  12. package/cdn-versioned/modules/hidden-links.css +1 -1
  13. package/cdn-versioned/modules/interactive.css +1 -1
  14. package/cdn-versioned/modules/leadtext.css +1 -1
  15. package/cdn-versioned/modules/list.css +1 -1
  16. package/cdn-versioned/modules/mark.css +1 -1
  17. package/cdn-versioned/modules/media.css +1 -1
  18. package/cdn-versioned/modules/meta.css +1 -1
  19. package/cdn-versioned/modules/pagination.css +1 -0
  20. package/cdn-versioned/modules/paragraph.css +1 -1
  21. package/cdn-versioned/modules/prose.css +1 -1
  22. package/cdn-versioned/modules/status-badge.css +1 -1
  23. package/cdn-versioned/modules/table-cell.css +1 -1
  24. package/cdn-versioned/modules/table.css +1 -1
  25. package/cdn-versioned/solid-styles.css +1 -1
  26. package/dist/modules/copyright.css +38 -29
  27. package/dist/modules/pagination.css +469 -0
  28. package/dist/solid-styles.css +351 -0
  29. package/dist-versioned/modules/chip.css +6 -6
  30. package/dist-versioned/modules/container.css +45 -45
  31. package/dist-versioned/modules/copyright.css +49 -40
  32. package/dist-versioned/modules/display.css +9 -9
  33. package/dist-versioned/modules/flag.css +6 -6
  34. package/dist-versioned/modules/footnotes.css +26 -26
  35. package/dist-versioned/modules/headline.css +67 -67
  36. package/dist-versioned/modules/hidden-links.css +7 -7
  37. package/dist-versioned/modules/interactive.css +38 -38
  38. package/dist-versioned/modules/leadtext.css +8 -8
  39. package/dist-versioned/modules/list.css +47 -47
  40. package/dist-versioned/modules/mark.css +2 -2
  41. package/dist-versioned/modules/media.css +7 -7
  42. package/dist-versioned/modules/meta.css +12 -12
  43. package/dist-versioned/modules/pagination.css +469 -0
  44. package/dist-versioned/modules/paragraph.css +8 -8
  45. package/dist-versioned/modules/prose.css +231 -231
  46. package/dist-versioned/modules/status-badge.css +8 -8
  47. package/dist-versioned/modules/table-cell.css +23 -23
  48. package/dist-versioned/modules/table.css +4 -4
  49. package/dist-versioned/solid-styles.css +707 -356
  50. package/package.json +7 -10
@@ -1,63 +1,72 @@
1
1
  /**
2
2
  * Generates basic styles for copyright elements.
3
- * @name sd-1-2-0-copyright
3
+ * @name sd-1-3-1-copyright
4
4
  * @status stable
5
5
  * @since 2.5.0
6
- * @variant { vertical } sd-1-2-0-copyright--orientation-... The copyright's orientation.
7
- * @variant { black } sd-1-2-0-copyright--color-... The copyright's text color.
8
- * @boolean sd-1-2-0-copyright--... Removes the shadow.
9
- * @variant { top } sd-1-2-0-copyright--placement-... The copyright's placement.
6
+ * @variant { vertical } sd-1-3-1-copyright--orientation-... The copyright's orientation.
7
+ * @variant { black } sd-1-3-1-copyright--color-... The copyright's text color.
8
+ * @boolean sd-1-3-1-copyright--... Removes the shadow.
9
+ * @variant { top } sd-1-3-1-copyright--placement-... The copyright's placement.
10
10
  */
11
11
 
12
- .sd-1-2-0-copyright {
13
- position: relative;
12
+ .sd-1-3-1-copyright {
13
+ position:relative;
14
+ /* Bug fix for drop-shadow-sm */
15
+ --tw-blur: ;
16
+ --tw-brightness: ;
17
+ --tw-contrast: ;
18
+ --tw-grayscale: ;
19
+ --tw-hue-rotate: ;
20
+ --tw-invert: ;
21
+ --tw-saturate: ;
22
+ --tw-sepia: ;
14
23
  }
15
24
 
16
- .sd-1-2-0-copyright::after {
17
- position: absolute;
18
- bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
19
- left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
20
- display: block;
21
- width: 100%;
22
- padding-bottom: var(--sd-spacing-2, 0.5rem) /* 8px */;
23
- padding-left: var(--sd-spacing-4, 1rem) /* 16px */;
24
- font-size: var(--sd-font-size-sm, 0.875rem) /* 14px */;
25
-
26
- color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
27
- --tw-drop-shadow: drop-shadow(var(--sd-shadow-sm, 0.5px 0.5px 1.5px rgb(81 81 81)));
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);
25
+ .sd-1-3-1-copyright::after {
26
+ position:absolute;
27
+ bottom:var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
28
+ left:var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
29
+ display:block;
30
+ width:100%;
31
+ padding-bottom:var(--sd-spacing-2, 0.5rem) /* 8px */;
32
+ padding-left:var(--sd-spacing-4, 1rem) /* 16px */;
33
+ font-size:var(--sd-font-size-sm, 0.875rem) /* 14px */;
34
+ --tw-text-opacity:1;
35
+ color:rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
36
+ --tw-drop-shadow:drop-shadow(var(--sd-shadow-sm, 0.5px 0.5px 1.5px rgb(81 81 81)));
37
+ 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
38
  content: var(--copyright);
30
39
  }
31
40
 
32
- .sd-1-2-0-copyright--orientation-vertical::after {
33
- width: -moz-max-content;
34
- width: max-content;
35
- padding-top: var(--sd-spacing-2, 0.5rem) /* 8px */;
36
- padding-bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
37
- padding-right: var(--sd-spacing-1, 0.25rem) /* 4px */;
38
- padding-left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
41
+ .sd-1-3-1-copyright--orientation-vertical::after {
42
+ width:-moz-max-content;
43
+ width:max-content;
44
+ padding-top:var(--sd-spacing-2, 0.5rem) /* 8px */;
45
+ padding-bottom:var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
46
+ padding-right:var(--sd-spacing-1, 0.25rem) /* 4px */;
47
+ padding-left:var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
39
48
  writing-mode: vertical-rl;
40
49
  text-orientation: sideways-right;
41
50
  transform: rotate(180deg);
42
51
  }
43
52
 
44
- .sd-1-2-0-copyright--color-black::after {
45
-
46
- color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
53
+ .sd-1-3-1-copyright--color-black::after {
54
+ --tw-text-opacity:1;
55
+ color:rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */;
47
56
  filter: drop-shadow(0 0 transparent);
48
57
  }
49
58
 
50
- .sd-1-2-0-copyright--no-shadow::after {
59
+ .sd-1-3-1-copyright--no-shadow::after {
51
60
  filter: drop-shadow(0 0 transparent);
52
61
  }
53
62
 
54
- .sd-1-2-0-copyright--placement-top::after {
55
- position: absolute;
56
- top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
57
- right: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
58
- display: block;
59
- max-height: -moz-fit-content;
60
- max-height: fit-content;
61
- padding-top: var(--sd-spacing-2, 0.5rem) /* 8px */;
62
- padding-right: var(--sd-spacing-4, 1rem) /* 16px */;
63
+ .sd-1-3-1-copyright--placement-top::after {
64
+ position:absolute;
65
+ top:var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
66
+ right:var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
67
+ display:block;
68
+ max-height:-moz-fit-content;
69
+ max-height:fit-content;
70
+ padding-top:var(--sd-spacing-2, 0.5rem) /* 8px */;
71
+ padding-right:var(--sd-spacing-4, 1rem) /* 16px */;
63
72
  }
@@ -1,13 +1,13 @@
1
1
  /**
2
2
  * Display provides larger text sizes that are not used as headlines. The different sizes allow for a more versatile styling of text elements. Display text should not be used as substitute for headlines.
3
- * @name sd-1-2-0-display
3
+ * @name sd-1-3-1-display
4
4
  * @status stable
5
5
  * @since 1.7
6
- * @variant { xl | 3xl } sd-1-2-0-display--size-... The display's size.
7
- * @boolean sd-1-2-0-display--inverted Inverts the display text.
6
+ * @variant { xl | 3xl } sd-1-3-1-display--size-... The display's size.
7
+ * @boolean sd-1-3-1-display--inverted Inverts the display text.
8
8
  */
9
9
 
10
- .sd-1-2-0-display {
10
+ .sd-1-3-1-display {
11
11
 
12
12
  font-size: var(--sd-font-size-3xl, 2rem) /* 32px */;
13
13
 
@@ -22,13 +22,13 @@
22
22
 
23
23
  @media (min-width: 1024px) {
24
24
 
25
- .sd-1-2-0-display {
25
+ .sd-1-3-1-display {
26
26
 
27
27
  font-size: var(--sd-font-size-4xl, 2.5rem) /* 40px */
28
28
  }
29
29
  }
30
30
 
31
- .sd-1-2-0-display--size-xl {
31
+ .sd-1-3-1-display--size-xl {
32
32
 
33
33
  font-size: var(--sd-font-size-xl, 1.5rem) /* 24px */;
34
34
 
@@ -41,7 +41,7 @@
41
41
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */
42
42
  }
43
43
 
44
- .sd-1-2-0-display--size-3xl {
44
+ .sd-1-3-1-display--size-3xl {
45
45
 
46
46
  font-size: var(--sd-font-size-2xl, 1.75rem) /* 28px */;
47
47
 
@@ -56,13 +56,13 @@
56
56
 
57
57
  @media (min-width: 1024px) {
58
58
 
59
- .sd-1-2-0-display--size-3xl {
59
+ .sd-1-3-1-display--size-3xl {
60
60
 
61
61
  font-size: var(--sd-font-size-3xl, 2rem) /* 32px */
62
62
  }
63
63
  }
64
64
 
65
- .sd-1-2-0-display--inverted {
65
+ .sd-1-3-1-display--inverted {
66
66
 
67
67
 
68
68
 
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * Generates basic styles for flag elements.
3
- * @name sd-1-2-0-flag
3
+ * @name sd-1-3-1-flag
4
4
  * @status stable
5
5
  * @since 1.34.0
6
- * @variant { neutral-300 | neutral-500 | white } sd-1-2-0-flag--...
6
+ * @variant { neutral-300 | neutral-500 | white } sd-1-3-1-flag--...
7
7
  */
8
8
 
9
- .sd-1-2-0-flag {
9
+ .sd-1-3-1-flag {
10
10
 
11
11
  display: inline-flex;
12
12
 
@@ -33,7 +33,7 @@
33
33
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */
34
34
  }
35
35
 
36
- .sd-1-2-0-flag--neutral-500 {
36
+ .sd-1-3-1-flag--neutral-500 {
37
37
 
38
38
 
39
39
 
@@ -44,14 +44,14 @@
44
44
  color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */
45
45
  }
46
46
 
47
- .sd-1-2-0-flag--neutral-300 {
47
+ .sd-1-3-1-flag--neutral-300 {
48
48
 
49
49
 
50
50
 
51
51
  background-color: rgb(var(--sd-color-neutral-300, 218 218 218) / var(--tw-bg-opacity, 1)) /* Used for flag */
52
52
  }
53
53
 
54
- .sd-1-2-0-flag--white {
54
+ .sd-1-3-1-flag--white {
55
55
 
56
56
 
57
57
 
@@ -1,12 +1,12 @@
1
1
  /**
2
2
  * A footnote contains additional information/sources related to the content and usually appears at the bottom of a page or below the content it refers to.
3
- * @name sd-1-2-0-footnotes
3
+ * @name sd-1-3-1-footnotes
4
4
  * @status stable
5
5
  * @since 3.0.0
6
- * @boolean sd-1-2-0-footnotes--inverted Inverts the footnote text.
6
+ * @boolean sd-1-3-1-footnotes--inverted Inverts the footnote text.
7
7
  */
8
8
 
9
- .sd-1-2-0-footnotes {
9
+ .sd-1-3-1-footnotes {
10
10
  margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
11
11
  margin-bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
12
12
  padding: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
@@ -16,22 +16,22 @@
16
16
  color: rgb(var(--sd-color-neutral-700, 104 104 104) / var(--tw-text-opacity, 1)) /* Additional text color */;
17
17
  }
18
18
 
19
- .sd-1-2-0-footnotes :target {
19
+ .sd-1-3-1-footnotes :target {
20
20
 
21
21
  background-color: rgb(var(--sd-color-neutral-200, 233 233 233) / var(--tw-bg-opacity, 1)) /* Used for hover interaction */;
22
22
  }
23
23
 
24
- .sd-1-2-0-footnotes:is(ol) {
24
+ .sd-1-3-1-footnotes:is(ol) {
25
25
  padding-inline-start: var(--sd-spacing-8, 2rem) /* 32px */;
26
26
  }
27
27
 
28
- .sd-1-2-0-footnotes:is(ol) li {
28
+ .sd-1-3-1-footnotes:is(ol) li {
29
29
  counter-increment: list-item;
30
30
  position: relative;
31
31
  list-style-type: none;
32
32
  }
33
33
 
34
- .sd-1-2-0-footnotes:is(ol) li .sd-1-2-0-footnotes--marker::before, .sd-1-2-0-footnotes:is(ol) li:has(.sd-1-2-0-footnotes--marker:nth-of-type(2))::before, .sd-1-2-0-footnotes:is(ol) li:not(:has(.sd-1-2-0-footnotes--marker))::before {
34
+ .sd-1-3-1-footnotes:is(ol) li .sd-1-3-1-footnotes--marker::before, .sd-1-3-1-footnotes:is(ol) li:has(.sd-1-3-1-footnotes--marker:nth-of-type(2))::before, .sd-1-3-1-footnotes:is(ol) li:not(:has(.sd-1-3-1-footnotes--marker))::before {
35
35
  position: absolute;
36
36
  left: calc(var(--sd-spacing-8, 2rem) /* 32px */ * -1);
37
37
  flex-shrink: 0;
@@ -42,16 +42,16 @@
42
42
  font-size: 10px;
43
43
  }
44
44
 
45
- .sd-1-2-0-footnotes:is(ol) li .sd-1-2-0-footnotes--marker::after, .sd-1-2-0-footnotes:is(ol) li:has(.sd-1-2-0-footnotes--marker:nth-of-type(2))::after, .sd-1-2-0-footnotes:is(ol) li:not(:has(.sd-1-2-0-footnotes--marker))::after {
45
+ .sd-1-3-1-footnotes:is(ol) li .sd-1-3-1-footnotes--marker::after, .sd-1-3-1-footnotes:is(ol) li:has(.sd-1-3-1-footnotes--marker:nth-of-type(2))::after, .sd-1-3-1-footnotes:is(ol) li:not(:has(.sd-1-3-1-footnotes--marker))::after {
46
46
  content: none;
47
47
  }
48
48
 
49
- .sd-1-2-0-footnotes:is(ol) li .sd-1-2-0-footnotes--marker .sd-1-2-0-footnotes--marker, .sd-1-2-0-footnotes:is(ol) li:has(.sd-1-2-0-footnotes--marker:nth-of-type(2)) .sd-1-2-0-footnotes--marker, .sd-1-2-0-footnotes:is(ol) li:not(:has(.sd-1-2-0-footnotes--marker)) .sd-1-2-0-footnotes--marker {
49
+ .sd-1-3-1-footnotes:is(ol) li .sd-1-3-1-footnotes--marker .sd-1-3-1-footnotes--marker, .sd-1-3-1-footnotes:is(ol) li:has(.sd-1-3-1-footnotes--marker:nth-of-type(2)) .sd-1-3-1-footnotes--marker, .sd-1-3-1-footnotes:is(ol) li:not(:has(.sd-1-3-1-footnotes--marker)) .sd-1-3-1-footnotes--marker {
50
50
  display: inline-block;
51
51
  counter-increment: footnotes-multiple;
52
52
  }
53
53
 
54
- .sd-1-2-0-footnotes:is(ol) li .sd-1-2-0-footnotes--marker .sd-1-2-0-footnotes--marker::before, .sd-1-2-0-footnotes:is(ol) li:has(.sd-1-2-0-footnotes--marker:nth-of-type(2)) .sd-1-2-0-footnotes--marker::before, .sd-1-2-0-footnotes:is(ol) li:not(:has(.sd-1-2-0-footnotes--marker)) .sd-1-2-0-footnotes--marker::before {
54
+ .sd-1-3-1-footnotes:is(ol) li .sd-1-3-1-footnotes--marker .sd-1-3-1-footnotes--marker::before, .sd-1-3-1-footnotes:is(ol) li:has(.sd-1-3-1-footnotes--marker:nth-of-type(2)) .sd-1-3-1-footnotes--marker::before, .sd-1-3-1-footnotes:is(ol) li:not(:has(.sd-1-3-1-footnotes--marker)) .sd-1-3-1-footnotes--marker::before {
55
55
  position: relative;
56
56
  left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
57
57
  vertical-align: super;
@@ -60,16 +60,16 @@
60
60
  content: counter(footnotes-multiple, lower-alpha);
61
61
  }
62
62
 
63
- .sd-1-2-0-footnotes:is(ol) li .sd-1-2-0-footnotes--marker {
63
+ .sd-1-3-1-footnotes:is(ol) li .sd-1-3-1-footnotes--marker {
64
64
  bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
65
65
  display: block;
66
66
  }
67
67
 
68
- .sd-1-2-0-footnotes:is(ol) li .sd-1-2-0-footnotes--marker:focus-visible {
68
+ .sd-1-3-1-footnotes:is(ol) li .sd-1-3-1-footnotes--marker:focus-visible {
69
69
  outline-width: 0px;
70
70
  }
71
71
 
72
- .sd-1-2-0-footnotes:is(ol) li .sd-1-2-0-footnotes--marker:focus-visible::before {
72
+ .sd-1-3-1-footnotes:is(ol) li .sd-1-3-1-footnotes--marker:focus-visible::before {
73
73
  border-radius: var(--sd-border-radius-default, 0.25rem) /* 4px Default radius for buttons */;
74
74
  outline-style: solid;
75
75
  outline-width: 2px;
@@ -77,39 +77,39 @@
77
77
  outline-color: rgb(var(--sd-color-primary, 0 53 142) / 1) /* Used for buttons, select field, focus state */;
78
78
  }
79
79
 
80
- .sd-1-2-0-footnotes:is(ul) {
80
+ .sd-1-3-1-footnotes:is(ul) {
81
81
  list-style: '';
82
82
  }
83
83
 
84
- .sd-1-2-0-footnotes--inverted {
84
+ .sd-1-3-1-footnotes--inverted {
85
85
 
86
86
  color: rgb(var(--sd-color-primary-400, 153 171 208) / var(--tw-text-opacity, 1)) /* Additional text inverted color
87
87
  Used for inverted pressed interaction text link */;
88
88
  }
89
89
 
90
- .sd-1-2-0-footnotes--inverted :target {
90
+ .sd-1-3-1-footnotes--inverted :target {
91
91
 
92
92
  background-color: rgb(var(--sd-color-primary-800, 5 21 48) / var(--tw-bg-opacity, 1)) /* Used for pressed interaction */;
93
93
  }
94
94
 
95
- .sd-1-2-0-footnotes--inverted .sd-1-2-0-footnotes--marker::before {
95
+ .sd-1-3-1-footnotes--inverted .sd-1-3-1-footnotes--marker::before {
96
96
 
97
97
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
98
98
  outline-color: rgb(var(--sd-color-white, 255 255 255) / 1) /* Used for buttons, inverted focus state */ !important;
99
99
  }
100
100
 
101
- .sd-1-2-0-footnotes--inverted:is(.sd-1-2-0-footnotes--marker) {
101
+ .sd-1-3-1-footnotes--inverted:is(.sd-1-3-1-footnotes--marker) {
102
102
  --tw-text-opacity: 1 !important;
103
103
  color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */ !important;
104
104
  outline-color: rgb(var(--sd-color-white, 255 255 255) / 1) /* Used for buttons, inverted focus state */ !important;
105
105
  }
106
106
 
107
- .sd-1-2-0-footnotes--inverted:is(.sd-1-2-0-footnotes--marker):target {
107
+ .sd-1-3-1-footnotes--inverted:is(.sd-1-3-1-footnotes--marker):target {
108
108
 
109
109
  background-color: rgb(var(--sd-color-primary-800, 5 21 48) / var(--tw-bg-opacity, 1)) /* Used for pressed interaction */;
110
110
  }
111
111
 
112
- .sd-1-2-0-footnotes--marker {
112
+ .sd-1-3-1-footnotes--marker {
113
113
  position: relative;
114
114
  bottom: var(--sd-spacing-2, 0.5rem) /* 8px */;
115
115
  display: inline-block;
@@ -119,28 +119,28 @@ Used for inverted pressed interaction text link */;
119
119
  font-size: x-small;
120
120
  }
121
121
 
122
- .sd-1-2-0-footnotes--marker:target {
122
+ .sd-1-3-1-footnotes--marker:target {
123
123
 
124
124
  background-color: rgb(var(--sd-color-neutral-200, 233 233 233) / var(--tw-bg-opacity, 1)) /* Used for hover interaction */;
125
125
  }
126
126
 
127
- .sd-1-2-0-footnotes--marker::before {
127
+ .sd-1-3-1-footnotes--marker::before {
128
128
  content: '[ ';
129
129
  display: inline-block;
130
130
  }
131
131
 
132
- .sd-1-2-0-footnotes--marker::after {
132
+ .sd-1-3-1-footnotes--marker::after {
133
133
  content: ' ]';
134
134
  display: inline-block;
135
135
  }
136
136
 
137
- .sd-1-2-0-footnotes--marker:link,
138
- .sd-1-2-0-footnotes--marker:visited {
137
+ .sd-1-3-1-footnotes--marker:link,
138
+ .sd-1-3-1-footnotes--marker:visited {
139
139
 
140
140
  color: rgb(var(--sd-color-primary, 0 53 142) / var(--tw-text-opacity, 1)) /* Primary brand color for text */;
141
141
  }
142
142
 
143
- .sd-1-2-0-footnotes--marker:focus-visible {
143
+ .sd-1-3-1-footnotes--marker:focus-visible {
144
144
  border-radius: var(--sd-border-radius-default, 0.25rem) /* 4px Default radius for buttons */;
145
145
  outline-style: solid;
146
146
  outline-width: 2px;