@solid-design-system/styles 1.5.5 → 2.0.0-next.0

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 (86) hide show
  1. package/CHANGELOG.md +6 -0
  2. package/cdn/modules/chip.css +24 -1
  3. package/cdn/modules/container.css +117 -1
  4. package/cdn/modules/copyright.css +129 -1
  5. package/cdn/modules/display.css +60 -1
  6. package/cdn/modules/flag.css +23 -1
  7. package/cdn/modules/footnotes.css +166 -1
  8. package/cdn/modules/headline.css +138 -1
  9. package/cdn/modules/hidden-links.css +130 -1
  10. package/cdn/modules/interactive.css +95 -1
  11. package/cdn/modules/leadtext.css +39 -1
  12. package/cdn/modules/list.css +125 -1
  13. package/cdn/modules/mark.css +5 -1
  14. package/cdn/modules/media.css +13 -1
  15. package/cdn/modules/meta.css +47 -1
  16. package/cdn/modules/pagination.css +292 -1
  17. package/cdn/modules/paragraph.css +39 -1
  18. package/cdn/modules/prose.css +75 -1
  19. package/cdn/modules/status-badge.css +26 -1
  20. package/cdn/modules/table-cell.css +170 -1
  21. package/cdn/modules/table.css +31 -1
  22. package/cdn/solid-styles.css +962 -1
  23. package/cdn-versioned/modules/chip.css +24 -1
  24. package/cdn-versioned/modules/container.css +117 -1
  25. package/cdn-versioned/modules/copyright.css +129 -1
  26. package/cdn-versioned/modules/display.css +60 -1
  27. package/cdn-versioned/modules/flag.css +23 -1
  28. package/cdn-versioned/modules/footnotes.css +166 -1
  29. package/cdn-versioned/modules/headline.css +138 -1
  30. package/cdn-versioned/modules/hidden-links.css +130 -1
  31. package/cdn-versioned/modules/interactive.css +95 -1
  32. package/cdn-versioned/modules/leadtext.css +39 -1
  33. package/cdn-versioned/modules/list.css +125 -1
  34. package/cdn-versioned/modules/mark.css +5 -1
  35. package/cdn-versioned/modules/media.css +13 -1
  36. package/cdn-versioned/modules/meta.css +47 -1
  37. package/cdn-versioned/modules/pagination.css +292 -1
  38. package/cdn-versioned/modules/paragraph.css +39 -1
  39. package/cdn-versioned/modules/prose.css +75 -1
  40. package/cdn-versioned/modules/status-badge.css +26 -1
  41. package/cdn-versioned/modules/table-cell.css +170 -1
  42. package/cdn-versioned/modules/table.css +31 -1
  43. package/cdn-versioned/solid-styles.css +962 -1
  44. package/dist/modules/chip.css +19 -56
  45. package/dist/modules/container.css +54 -121
  46. package/dist/modules/copyright.css +106 -49
  47. package/dist/modules/display.css +52 -62
  48. package/dist/modules/flag.css +18 -54
  49. package/dist/modules/footnotes.css +106 -119
  50. package/dist/modules/headline.css +113 -212
  51. package/dist/modules/hidden-links.css +117 -44
  52. package/dist/modules/interactive.css +76 -105
  53. package/dist/modules/leadtext.css +35 -39
  54. package/dist/modules/list.css +70 -143
  55. package/dist/modules/mark.css +3 -13
  56. package/dist/modules/media.css +9 -29
  57. package/dist/modules/meta.css +36 -38
  58. package/dist/modules/pagination.css +246 -384
  59. package/dist/modules/paragraph.css +35 -24
  60. package/dist/modules/prose.css +49 -891
  61. package/dist/modules/status-badge.css +18 -53
  62. package/dist/modules/table-cell.css +153 -169
  63. package/dist/modules/table.css +24 -17
  64. package/dist/solid-styles.css +709 -1781
  65. package/dist-versioned/modules/chip.css +23 -60
  66. package/dist-versioned/modules/container.css +76 -143
  67. package/dist-versioned/modules/copyright.css +112 -55
  68. package/dist-versioned/modules/display.css +54 -64
  69. package/dist-versioned/modules/flag.css +22 -58
  70. package/dist-versioned/modules/footnotes.css +134 -147
  71. package/dist-versioned/modules/headline.css +128 -227
  72. package/dist-versioned/modules/hidden-links.css +121 -48
  73. package/dist-versioned/modules/interactive.css +82 -111
  74. package/dist-versioned/modules/leadtext.css +36 -40
  75. package/dist-versioned/modules/list.css +92 -165
  76. package/dist-versioned/modules/mark.css +4 -14
  77. package/dist-versioned/modules/media.css +13 -33
  78. package/dist-versioned/modules/meta.css +42 -44
  79. package/dist-versioned/modules/pagination.css +273 -411
  80. package/dist-versioned/modules/paragraph.css +36 -25
  81. package/dist-versioned/modules/prose.css +57 -899
  82. package/dist-versioned/modules/status-badge.css +24 -59
  83. package/dist-versioned/modules/table-cell.css +169 -185
  84. package/dist-versioned/modules/table.css +25 -18
  85. package/dist-versioned/solid-styles.css +825 -1897
  86. package/package.json +4 -5
@@ -1,59 +1,23 @@
1
- /**
2
- * Generates basic styles for flag elements.
3
- * @name sd-1-5-5-flag
4
- * @status stable
5
- * @since 1.34.0
6
- * @variant { neutral-300 | neutral-500 | white } sd-1-5-5-flag--...
7
- */
8
-
9
- .sd-1-5-5-flag {
10
-
11
- display: inline-flex;
12
-
13
- height: var(--sd-spacing-8, 2rem) /* 32px */;
14
-
15
- align-items: center;
16
-
17
- overflow: hidden;
18
-
19
- white-space: nowrap;
20
-
21
-
22
-
23
- background-color: rgb(var(--sd-color-neutral-200, 233 233 233) / var(--tw-bg-opacity, 1)) /* Used for hover interaction */;
24
-
25
- padding-left: var(--sd-spacing-3, 0.75rem) /* 12px */;
26
-
27
- padding-right: var(--sd-spacing-3, 0.75rem) /* 12px */;
28
-
29
- font-size: var(--sd-font-size-sm, 0.875rem) /* 14px */;
30
-
31
-
32
-
33
- color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */
34
- }
35
-
36
- .sd-1-5-5-flag--neutral-500 {
37
-
38
-
39
-
40
- background-color: rgb(var(--sd-color-neutral-500, 174 174 174) / var(--tw-bg-opacity, 1)) /* Used for disabled state */;
41
-
42
-
43
-
44
- color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */
45
- }
46
-
47
- .sd-1-5-5-flag--neutral-300 {
48
-
49
-
50
-
51
- background-color: rgb(var(--sd-color-neutral-300, 218 218 218) / var(--tw-bg-opacity, 1)) /* Used for flag */
52
- }
53
-
54
- .sd-1-5-5-flag--white {
55
-
56
-
57
-
58
- background-color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-bg-opacity, 1)) /* Default background color (light mode) 
Used for inverted button */
1
+ /*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
2
+ .sd-2-0-0-next-0-flag {
3
+ display: inline-flex;
4
+ height: var(--sd-spacing-8);
5
+ align-items: center;
6
+ overflow: hidden;
7
+ background-color: var(--sd-color-background-neutral-200, var(--sd-color-neutral-200));
8
+ padding-inline: var(--sd-spacing-3);
9
+ font-size: var(--sd-text-sm);
10
+ line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
11
+ white-space: nowrap;
12
+ color: var(--sd-color-text-black, var(--sd-color-black));
59
13
  }
14
+ .sd-2-0-0-next-0-flag--neutral-500 {
15
+ background-color: var(--sd-flag--neutral-500-color-background, var(--sd-color-neutral-500));
16
+ color: var(--sd-color-text-black, var(--sd-color-black));
17
+ }
18
+ .sd-2-0-0-next-0-flag--neutral-300 {
19
+ background-color: var(--sd-color-background-neutral-300, var(--sd-color-neutral-300));
20
+ }
21
+ .sd-2-0-0-next-0-flag--white {
22
+ background-color: var(--sd-color-background-white, var(--sd-color-white));
23
+ }
@@ -1,179 +1,166 @@
1
- /**
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-5-5-footnotes
4
- * @status stable
5
- * @since 3.0.0
6
- * @boolean sd-1-5-5-footnotes--inverted Inverts the footnote text.
7
- */
8
-
9
- .sd-1-5-5-footnotes {
10
- margin-top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
11
- margin-bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
12
- padding: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
13
- text-align: left;
14
- font-size: var(--sd-font-size-sm, 0.875rem) /* 14px */;
15
-
16
- color: rgb(var(--sd-color-neutral-700, 104 104 104) / var(--tw-text-opacity, 1)) /* Additional text color */;
17
- }
18
-
19
- .sd-1-5-5-footnotes :target {
20
-
21
- background-color: rgb(var(--sd-color-neutral-200, 233 233 233) / var(--tw-bg-opacity, 1)) /* Used for hover interaction */;
22
- }
23
-
24
- .sd-1-5-5-footnotes:is(ol) {
25
- padding-inline-start: var(--sd-spacing-8, 2rem) /* 32px */;
26
- }
27
-
28
- .sd-1-5-5-footnotes:is(ol) li {
1
+ /*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ .sd-2-0-0-next-0-footnotes {
4
+ margin-block: calc(var(--sd-spacing-1) * 0);
5
+ padding: calc(var(--sd-spacing-1) * 0);
6
+ text-align: left;
7
+ font-size: var(--sd-text-sm);
8
+ line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
9
+ color: var(--sd-color-text-neutral-700, var(--sd-color-neutral-700));
10
+ }
11
+ .sd-2-0-0-next-0-footnotes :target {
12
+ background-color: var(--sd-color-background-neutral-200, var(--sd-color-neutral-200));
13
+ }
14
+ .sd-2-0-0-next-0-footnotes:is(ol) {
15
+ padding-inline-start: var(--sd-spacing-8);
16
+ }
17
+ .sd-2-0-0-next-0-footnotes:is(ol) li {
29
18
  counter-increment: list-item;
30
19
  position: relative;
31
20
  list-style-type: none;
32
21
  }
33
-
34
- .sd-1-5-5-footnotes:is(ol) li .sd-1-5-5-footnotes--marker::before, .sd-1-5-5-footnotes:is(ol) li:has(.sd-1-5-5-footnotes--marker:nth-of-type(2))::before, .sd-1-5-5-footnotes:is(ol) li:not(:has(.sd-1-5-5-footnotes--marker))::before {
35
- position: absolute;
36
- left: calc(var(--sd-spacing-8, 2rem) /* 32px */ * -1);
37
- flex-shrink: 0;
38
- font-weight: 700;
39
- line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */;
22
+ .sd-2-0-0-next-0-footnotes:is(ol) li .sd-2-0-0-next-0-footnotes--marker::before, .sd-2-0-0-next-0-footnotes:is(ol) li:has(.sd-2-0-0-next-0-footnotes--marker:nth-of-type(2))::before, .sd-2-0-0-next-0-footnotes:is(ol) li:not(:has(.sd-2-0-0-next-0-footnotes--marker))::before {
23
+ position: absolute;
24
+ left: calc(var(--sd-spacing-8) * -1);
25
+ flex-shrink: 0;
26
+ --tw-leading: var(--leading-normal, 1.5);
27
+ line-height: var(--leading-normal, 1.5);
28
+ --tw-font-weight: var(--sd-font-weight-bold);
29
+ font-weight: var(--sd-font-weight-bold);
40
30
  content: '[ ' counter(list-item) ' ]';
41
31
  padding-top: 1px;
42
32
  font-size: 10px;
43
- }
44
-
45
- .sd-1-5-5-footnotes:is(ol) li .sd-1-5-5-footnotes--marker::after, .sd-1-5-5-footnotes:is(ol) li:has(.sd-1-5-5-footnotes--marker:nth-of-type(2))::after, .sd-1-5-5-footnotes:is(ol) li:not(:has(.sd-1-5-5-footnotes--marker))::after {
33
+ }
34
+ .sd-2-0-0-next-0-footnotes:is(ol) li .sd-2-0-0-next-0-footnotes--marker::after, .sd-2-0-0-next-0-footnotes:is(ol) li:has(.sd-2-0-0-next-0-footnotes--marker:nth-of-type(2))::after, .sd-2-0-0-next-0-footnotes:is(ol) li:not(:has(.sd-2-0-0-next-0-footnotes--marker))::after {
46
35
  content: none;
47
36
  }
48
-
49
- .sd-1-5-5-footnotes:is(ol) li .sd-1-5-5-footnotes--marker .sd-1-5-5-footnotes--marker, .sd-1-5-5-footnotes:is(ol) li:has(.sd-1-5-5-footnotes--marker:nth-of-type(2)) .sd-1-5-5-footnotes--marker, .sd-1-5-5-footnotes:is(ol) li:not(:has(.sd-1-5-5-footnotes--marker)) .sd-1-5-5-footnotes--marker {
50
- display: inline-block;
37
+ .sd-2-0-0-next-0-footnotes:is(ol) li .sd-2-0-0-next-0-footnotes--marker .sd-2-0-0-next-0-footnotes--marker, .sd-2-0-0-next-0-footnotes:is(ol) li:has(.sd-2-0-0-next-0-footnotes--marker:nth-of-type(2)) .sd-2-0-0-next-0-footnotes--marker, .sd-2-0-0-next-0-footnotes:is(ol) li:not(:has(.sd-2-0-0-next-0-footnotes--marker)) .sd-2-0-0-next-0-footnotes--marker {
38
+ display: inline-block;
51
39
  counter-increment: footnotes-multiple;
52
- }
53
-
54
- .sd-1-5-5-footnotes:is(ol) li .sd-1-5-5-footnotes--marker .sd-1-5-5-footnotes--marker::before, .sd-1-5-5-footnotes:is(ol) li:has(.sd-1-5-5-footnotes--marker:nth-of-type(2)) .sd-1-5-5-footnotes--marker::before, .sd-1-5-5-footnotes:is(ol) li:not(:has(.sd-1-5-5-footnotes--marker)) .sd-1-5-5-footnotes--marker::before {
55
- position: relative;
56
- left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
57
- vertical-align: super;
58
- font-weight: 700;
59
- line-height: var(--sd-line-height-normal, 150%) /* Used for body copy and smaller titles */;
40
+ }
41
+ .sd-2-0-0-next-0-footnotes:is(ol) li .sd-2-0-0-next-0-footnotes--marker .sd-2-0-0-next-0-footnotes--marker::before, .sd-2-0-0-next-0-footnotes:is(ol) li:has(.sd-2-0-0-next-0-footnotes--marker:nth-of-type(2)) .sd-2-0-0-next-0-footnotes--marker::before, .sd-2-0-0-next-0-footnotes:is(ol) li:not(:has(.sd-2-0-0-next-0-footnotes--marker)) .sd-2-0-0-next-0-footnotes--marker::before {
42
+ position: relative;
43
+ left: calc(var(--sd-spacing-1) * 0);
44
+ vertical-align: super;
45
+ --tw-leading: var(--leading-normal, 1.5);
46
+ line-height: var(--leading-normal, 1.5);
47
+ --tw-font-weight: var(--sd-font-weight-bold);
48
+ font-weight: var(--sd-font-weight-bold);
60
49
  content: counter(footnotes-multiple, lower-alpha);
61
- }
62
-
63
- .sd-1-5-5-footnotes:is(ol) li .sd-1-5-5-footnotes--marker {
64
- bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
65
- display: block;
66
- }
67
-
68
- .sd-1-5-5-footnotes:is(ol) li .sd-1-5-5-footnotes--marker:focus-visible {
69
- outline-width: 0px;
70
- }
71
-
72
- .sd-1-5-5-footnotes:is(ol) li .sd-1-5-5-footnotes--marker:focus-visible::before {
73
- border-radius: var(--sd-border-radius-default, 0.25rem) /* 4px Default radius for buttons */;
74
- outline-style: solid;
75
- outline-width: 2px;
76
- outline-offset: 2px;
77
- outline-color: rgb(var(--sd-color-primary, 0 53 142) / 1) /* Used for buttons, select field, focus state */;
78
- }
79
-
80
- .sd-1-5-5-footnotes:is(ul) {
50
+ }
51
+ .sd-2-0-0-next-0-footnotes:is(ol) li .sd-2-0-0-next-0-footnotes--marker {
52
+ bottom: calc(var(--sd-spacing-1) * 0);
53
+ display: block;
54
+ }
55
+ .sd-2-0-0-next-0-footnotes:is(ol) li .sd-2-0-0-next-0-footnotes--marker:focus-visible {
56
+ outline-style: var(--tw-outline-style);
57
+ outline-width: 0px;
58
+ }
59
+ .sd-2-0-0-next-0-footnotes:is(ol) li .sd-2-0-0-next-0-footnotes--marker:focus-visible::before {
60
+ border-radius: var(--sd-radius);
61
+ outline-width: 1px;
62
+ outline-style: var(--tw-outline-style);
63
+ outline-width: 2px;
64
+ outline-offset: 2px;
65
+ outline-color: var(--sd-border-color-primary, var(--sd-color-primary));
66
+ }
67
+ .sd-2-0-0-next-0-footnotes:is(ul) {
81
68
  list-style: '';
82
69
  }
83
-
84
- .sd-1-5-5-footnotes--inverted {
85
-
86
- color: rgb(var(--sd-color-primary-400, 153 171 208) / var(--tw-text-opacity, 1)) /* Additional text inverted color
87
- Used for inverted pressed interaction text link */;
88
- }
89
-
90
- .sd-1-5-5-footnotes--inverted :target {
91
-
92
- background-color: rgb(var(--sd-color-primary-800, 5 21 48) / var(--tw-bg-opacity, 1)) /* Used for pressed interaction */;
93
- }
94
-
95
- .sd-1-5-5-footnotes--inverted .sd-1-5-5-footnotes--marker::before {
96
-
97
- color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */;
98
- outline-color: rgb(var(--sd-color-white, 255 255 255) / 1) /* Used for buttons, inverted focus state */ !important;
99
- }
100
-
101
- .sd-1-5-5-footnotes--inverted:is(.sd-1-5-5-footnotes--marker) {
102
- --tw-text-opacity: 1 !important;
103
- color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */ !important;
104
- outline-color: rgb(var(--sd-color-white, 255 255 255) / 1) /* Used for buttons, inverted focus state */ !important;
105
- }
106
-
107
- .sd-1-5-5-footnotes--inverted:is(.sd-1-5-5-footnotes--marker):target {
108
-
109
- background-color: rgb(var(--sd-color-primary-800, 5 21 48) / var(--tw-bg-opacity, 1)) /* Used for pressed interaction */;
110
- }
111
-
112
- .sd-1-5-5-footnotes--marker {
113
- position: relative;
114
- bottom: var(--sd-spacing-2, 0.5rem) /* 8px */;
115
- display: inline-block;
116
- white-space: nowrap;
117
- font-weight: 700;
118
- text-decoration-line: none !important;
70
+ .sd-2-0-0-next-0-footnotes--inverted {
71
+ color: var(--sd-color-text-primary-400, var(--sd-color-primary-400));
72
+ }
73
+ .sd-2-0-0-next-0-footnotes--inverted :target {
74
+ background-color: var(--sd-footnotes--target--inverted-color-background, var(--sd-color-primary-800));
75
+ }
76
+ .sd-2-0-0-next-0-footnotes--inverted .sd-2-0-0-next-0-footnotes--marker::before {
77
+ color: var(--sd-color-text-white, var(--sd-color-white));
78
+ outline-color: var(--color-white, #fff) !important;
79
+ }
80
+ .sd-2-0-0-next-0-footnotes--inverted:is(.sd-2-0-0-next-0-footnotes--marker) {
81
+ color: var(--sd-color-text-white, var(--sd-color-white)) !important;
82
+ outline-color: var(--color-white, #fff) !important;
83
+ }
84
+ .sd-2-0-0-next-0-footnotes--inverted:is(.sd-2-0-0-next-0-footnotes--marker):target {
85
+ background-color: var(--sd-footnotes--target--inverted-color-background, var(--sd-color-primary-800));
86
+ }
87
+ .sd-2-0-0-next-0-footnotes--marker {
88
+ position: relative;
89
+ bottom: var(--sd-spacing-2);
90
+ display: inline-block;
91
+ --tw-font-weight: var(--sd-font-weight-bold);
92
+ font-weight: var(--sd-font-weight-bold);
93
+ white-space: nowrap;
94
+ text-decoration-line: none !important;
119
95
  font-size: x-small;
120
- }
121
-
122
- .sd-1-5-5-footnotes--marker:target {
123
-
124
- background-color: rgb(var(--sd-color-neutral-200, 233 233 233) / var(--tw-bg-opacity, 1)) /* Used for hover interaction */;
125
- }
126
-
127
- .sd-1-5-5-footnotes--marker:not(:has(a))::before {
96
+ }
97
+ .sd-2-0-0-next-0-footnotes--marker:target {
98
+ background-color: var(--sd-color-background-neutral-200, var(--sd-color-neutral-200));
99
+ }
100
+ .sd-2-0-0-next-0-footnotes--marker:not(:has(a))::before {
128
101
  content: '[ ';
129
102
  display: inline-block;
130
103
  }
131
-
132
- .sd-1-5-5-footnotes--marker:not(:has(a))::after {
104
+ .sd-2-0-0-next-0-footnotes--marker:not(:has(a))::after {
133
105
  content: ' ]';
134
106
  display: inline-block;
135
107
  }
136
-
137
- .sd-1-5-5-footnotes--marker :is(a) {
108
+ .sd-2-0-0-next-0-footnotes--marker :is(a) {
138
109
  display: inline-block;
110
+ --tw-font-weight: var(--sd-font-weight-bold);
111
+ font-weight: var(--sd-font-weight-bold);
139
112
  white-space: nowrap;
140
- font-weight: 700;
141
113
  text-decoration-line: none !important;
142
- }
143
-
144
- .sd-1-5-5-footnotes--marker :is(a)::before {
114
+ }
115
+ .sd-2-0-0-next-0-footnotes--marker :is(a)::before {
145
116
  content: '[ ';
146
117
  display: inline-block;
147
118
  }
148
-
149
- .sd-1-5-5-footnotes--marker :is(a)::after {
119
+ .sd-2-0-0-next-0-footnotes--marker :is(a)::after {
150
120
  content: ' ]';
151
121
  display: inline-block;
152
122
  }
153
-
154
- .sd-1-5-5-footnotes--marker :is(a):focus-visible {
155
- border-radius: var(--sd-border-radius-default, 0.25rem) /* 4px Default radius for buttons */;
156
- outline-style: solid;
157
- outline-width: 2px;
158
- outline-offset: 2px;
159
- outline-color: rgb(var(--sd-color-primary, 0 53 142) / 1) /* Used for buttons, select field, focus state */;
160
- }
161
-
162
- .sd-1-5-5-footnotes--marker :is(a):link {
163
-
164
- color: rgb(var(--sd-color-primary, 0 53 142) / var(--tw-text-opacity, 1)) /* Primary brand color for text */;
165
- }
166
-
167
- .sd-1-5-5-footnotes--marker:link,
168
- .sd-1-5-5-footnotes--marker:visited {
169
-
170
- color: rgb(var(--sd-color-primary, 0 53 142) / var(--tw-text-opacity, 1)) /* Primary brand color for text */;
171
- }
172
-
173
- .sd-1-5-5-footnotes--marker:focus-visible {
174
- border-radius: var(--sd-border-radius-default, 0.25rem) /* 4px Default radius for buttons */;
175
- outline-style: solid;
123
+ .sd-2-0-0-next-0-footnotes--marker :is(a):focus-visible {
124
+ border-radius: var(--sd-radius);
125
+ outline-width: 1px;
126
+ outline-style: var(--tw-outline-style);
127
+ outline-width: 2px;
128
+ outline-offset: 2px;
129
+ outline-color: var(--sd-border-color-primary, var(--sd-color-primary));
130
+ }
131
+ .sd-2-0-0-next-0-footnotes--marker :is(a):link {
132
+ color: var(--sd-color-text-primary, var(--sd-color-primary));
133
+ }
134
+ .sd-2-0-0-next-0-footnotes--marker:link, .sd-2-0-0-next-0-footnotes--marker:visited {
135
+ color: var(--sd-color-text-primary, var(--sd-color-primary));
136
+ }
137
+ .sd-2-0-0-next-0-footnotes--marker:focus-visible {
138
+ border-radius: var(--sd-radius);
139
+ outline-width: 1px;
140
+ outline-style: var(--tw-outline-style);
176
141
  outline-width: 2px;
177
142
  outline-offset: 2px;
178
- outline-color: rgb(var(--sd-color-primary, 0 53 142) / 1) /* Used for buttons, select field, focus state */;
143
+ outline-color: var(--sd-border-color-primary, var(--sd-color-primary));
144
+ }
145
+ @property --tw-leading {
146
+ syntax: "*";
147
+ inherits: false;
148
+ }
149
+ @property --tw-font-weight {
150
+ syntax: "*";
151
+ inherits: false;
152
+ }
153
+ @property --tw-outline-style {
154
+ syntax: "*";
155
+ inherits: false;
156
+ initial-value: solid;
157
+ }
158
+ @layer properties {
159
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
160
+ *, ::before, ::after, ::backdrop {
161
+ --tw-leading: initial;
162
+ --tw-font-weight: initial;
163
+ --tw-outline-style: solid;
164
+ }
165
+ }
179
166
  }