@solid-design-system/styles 1.5.5 → 2.0.0-next.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 (86) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/cdn/modules/chip.css +2 -1
  3. package/cdn/modules/container.css +2 -1
  4. package/cdn/modules/copyright.css +2 -1
  5. package/cdn/modules/display.css +2 -1
  6. package/cdn/modules/flag.css +2 -1
  7. package/cdn/modules/footnotes.css +2 -1
  8. package/cdn/modules/headline.css +2 -1
  9. package/cdn/modules/hidden-links.css +2 -1
  10. package/cdn/modules/interactive.css +2 -1
  11. package/cdn/modules/leadtext.css +2 -1
  12. package/cdn/modules/list.css +2 -1
  13. package/cdn/modules/mark.css +2 -1
  14. package/cdn/modules/media.css +2 -1
  15. package/cdn/modules/meta.css +2 -1
  16. package/cdn/modules/pagination.css +2 -1
  17. package/cdn/modules/paragraph.css +2 -1
  18. package/cdn/modules/prose.css +2 -1
  19. package/cdn/modules/status-badge.css +2 -1
  20. package/cdn/modules/table-cell.css +2 -1
  21. package/cdn/modules/table.css +2 -1
  22. package/cdn/solid-styles.css +2 -1
  23. package/cdn-versioned/modules/chip.css +2 -1
  24. package/cdn-versioned/modules/container.css +2 -1
  25. package/cdn-versioned/modules/copyright.css +2 -1
  26. package/cdn-versioned/modules/display.css +2 -1
  27. package/cdn-versioned/modules/flag.css +2 -1
  28. package/cdn-versioned/modules/footnotes.css +2 -1
  29. package/cdn-versioned/modules/headline.css +2 -1
  30. package/cdn-versioned/modules/hidden-links.css +2 -1
  31. package/cdn-versioned/modules/interactive.css +2 -1
  32. package/cdn-versioned/modules/leadtext.css +2 -1
  33. package/cdn-versioned/modules/list.css +2 -1
  34. package/cdn-versioned/modules/mark.css +2 -1
  35. package/cdn-versioned/modules/media.css +2 -1
  36. package/cdn-versioned/modules/meta.css +2 -1
  37. package/cdn-versioned/modules/pagination.css +2 -1
  38. package/cdn-versioned/modules/paragraph.css +2 -1
  39. package/cdn-versioned/modules/prose.css +2 -1
  40. package/cdn-versioned/modules/status-badge.css +2 -1
  41. package/cdn-versioned/modules/table-cell.css +2 -1
  42. package/cdn-versioned/modules/table.css +2 -1
  43. package/cdn-versioned/solid-styles.css +2 -1
  44. package/dist/modules/chip.css +20 -56
  45. package/dist/modules/container.css +56 -122
  46. package/dist/modules/copyright.css +107 -49
  47. package/dist/modules/display.css +53 -62
  48. package/dist/modules/flag.css +19 -54
  49. package/dist/modules/footnotes.css +107 -119
  50. package/dist/modules/headline.css +114 -212
  51. package/dist/modules/hidden-links.css +118 -44
  52. package/dist/modules/interactive.css +67 -107
  53. package/dist/modules/leadtext.css +36 -39
  54. package/dist/modules/list.css +71 -143
  55. package/dist/modules/mark.css +4 -13
  56. package/dist/modules/media.css +10 -29
  57. package/dist/modules/meta.css +37 -38
  58. package/dist/modules/pagination.css +247 -384
  59. package/dist/modules/paragraph.css +36 -24
  60. package/dist/modules/prose.css +510 -773
  61. package/dist/modules/status-badge.css +19 -53
  62. package/dist/modules/table-cell.css +154 -169
  63. package/dist/modules/table.css +25 -17
  64. package/dist/solid-styles.css +1159 -1668
  65. package/dist-versioned/modules/chip.css +24 -60
  66. package/dist-versioned/modules/container.css +77 -143
  67. package/dist-versioned/modules/copyright.css +113 -55
  68. package/dist-versioned/modules/display.css +55 -64
  69. package/dist-versioned/modules/flag.css +23 -58
  70. package/dist-versioned/modules/footnotes.css +135 -147
  71. package/dist-versioned/modules/headline.css +129 -227
  72. package/dist-versioned/modules/hidden-links.css +122 -48
  73. package/dist-versioned/modules/interactive.css +73 -113
  74. package/dist-versioned/modules/leadtext.css +37 -40
  75. package/dist-versioned/modules/list.css +93 -165
  76. package/dist-versioned/modules/mark.css +5 -14
  77. package/dist-versioned/modules/media.css +14 -33
  78. package/dist-versioned/modules/meta.css +43 -44
  79. package/dist-versioned/modules/pagination.css +274 -411
  80. package/dist-versioned/modules/paragraph.css +37 -25
  81. package/dist-versioned/modules/prose.css +596 -859
  82. package/dist-versioned/modules/status-badge.css +25 -59
  83. package/dist-versioned/modules/table-cell.css +170 -185
  84. package/dist-versioned/modules/table.css +26 -18
  85. package/dist-versioned/solid-styles.css +1350 -1859
  86. package/package.json +4 -5
@@ -1,59 +1,24 @@
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
+ @layer theme, base, components, utilities;
3
+ .sd-2-0-0-next-1-flag {
4
+ display: inline-flex;
5
+ height: var(--sd-spacing-8);
6
+ align-items: center;
7
+ overflow: hidden;
8
+ background-color: var(--sd-color-background-neutral-200);
9
+ padding-inline: var(--sd-spacing-3);
10
+ font-size: var(--sd-text-sm);
11
+ line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
12
+ white-space: nowrap;
13
+ color: var(--sd-color-text-black);
59
14
  }
15
+ .sd-2-0-0-next-1-flag--neutral-500 {
16
+ background-color: var(--sd-flag--neutral-500-color-background, var(--sd-color-neutral-500));
17
+ color: var(--sd-color-text-black);
18
+ }
19
+ .sd-2-0-0-next-1-flag--neutral-300 {
20
+ background-color: var(--sd-color-background-neutral-300);
21
+ }
22
+ .sd-2-0-0-next-1-flag--white {
23
+ background-color: var(--sd-color-background-white);
24
+ }
@@ -1,179 +1,167 @@
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
+ @layer theme, base, components, utilities;
4
+ .sd-2-0-0-next-1-footnotes {
5
+ margin-block: calc(var(--sd-spacing-1) * 0);
6
+ padding: calc(var(--sd-spacing-1) * 0);
7
+ text-align: left;
8
+ font-size: var(--sd-text-sm);
9
+ line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
10
+ color: var(--sd-color-text-neutral-700);
11
+ }
12
+ .sd-2-0-0-next-1-footnotes :target {
13
+ background-color: var(--sd-color-background-neutral-200);
14
+ }
15
+ .sd-2-0-0-next-1-footnotes:is(ol) {
16
+ padding-inline-start: var(--sd-spacing-8);
17
+ }
18
+ .sd-2-0-0-next-1-footnotes:is(ol) li {
29
19
  counter-increment: list-item;
30
20
  position: relative;
31
21
  list-style-type: none;
32
22
  }
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 */;
23
+ .sd-2-0-0-next-1-footnotes:is(ol) li .sd-2-0-0-next-1-footnotes--marker::before, .sd-2-0-0-next-1-footnotes:is(ol) li:has(.sd-2-0-0-next-1-footnotes--marker:nth-of-type(2))::before, .sd-2-0-0-next-1-footnotes:is(ol) li:not(:has(.sd-2-0-0-next-1-footnotes--marker))::before {
24
+ position: absolute;
25
+ left: calc(var(--sd-spacing-8) * -1);
26
+ flex-shrink: 0;
27
+ --tw-leading: var(--leading-normal, 1.5);
28
+ line-height: var(--leading-normal, 1.5);
29
+ --tw-font-weight: var(--sd-font-weight-bold);
30
+ font-weight: var(--sd-font-weight-bold);
40
31
  content: '[ ' counter(list-item) ' ]';
41
32
  padding-top: 1px;
42
33
  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 {
34
+ }
35
+ .sd-2-0-0-next-1-footnotes:is(ol) li .sd-2-0-0-next-1-footnotes--marker::after, .sd-2-0-0-next-1-footnotes:is(ol) li:has(.sd-2-0-0-next-1-footnotes--marker:nth-of-type(2))::after, .sd-2-0-0-next-1-footnotes:is(ol) li:not(:has(.sd-2-0-0-next-1-footnotes--marker))::after {
46
36
  content: none;
47
37
  }
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;
38
+ .sd-2-0-0-next-1-footnotes:is(ol) li .sd-2-0-0-next-1-footnotes--marker .sd-2-0-0-next-1-footnotes--marker, .sd-2-0-0-next-1-footnotes:is(ol) li:has(.sd-2-0-0-next-1-footnotes--marker:nth-of-type(2)) .sd-2-0-0-next-1-footnotes--marker, .sd-2-0-0-next-1-footnotes:is(ol) li:not(:has(.sd-2-0-0-next-1-footnotes--marker)) .sd-2-0-0-next-1-footnotes--marker {
39
+ display: inline-block;
51
40
  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 */;
41
+ }
42
+ .sd-2-0-0-next-1-footnotes:is(ol) li .sd-2-0-0-next-1-footnotes--marker .sd-2-0-0-next-1-footnotes--marker::before, .sd-2-0-0-next-1-footnotes:is(ol) li:has(.sd-2-0-0-next-1-footnotes--marker:nth-of-type(2)) .sd-2-0-0-next-1-footnotes--marker::before, .sd-2-0-0-next-1-footnotes:is(ol) li:not(:has(.sd-2-0-0-next-1-footnotes--marker)) .sd-2-0-0-next-1-footnotes--marker::before {
43
+ position: relative;
44
+ left: calc(var(--sd-spacing-1) * 0);
45
+ vertical-align: super;
46
+ --tw-leading: var(--leading-normal, 1.5);
47
+ line-height: var(--leading-normal, 1.5);
48
+ --tw-font-weight: var(--sd-font-weight-bold);
49
+ font-weight: var(--sd-font-weight-bold);
60
50
  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) {
51
+ }
52
+ .sd-2-0-0-next-1-footnotes:is(ol) li .sd-2-0-0-next-1-footnotes--marker {
53
+ bottom: calc(var(--sd-spacing-1) * 0);
54
+ display: block;
55
+ }
56
+ .sd-2-0-0-next-1-footnotes:is(ol) li .sd-2-0-0-next-1-footnotes--marker:focus-visible {
57
+ outline-style: var(--tw-outline-style);
58
+ outline-width: 0px;
59
+ }
60
+ .sd-2-0-0-next-1-footnotes:is(ol) li .sd-2-0-0-next-1-footnotes--marker:focus-visible::before {
61
+ border-radius: var(--sd-radius);
62
+ outline-width: 1px;
63
+ outline-style: var(--tw-outline-style);
64
+ outline-width: 2px;
65
+ outline-offset: 2px;
66
+ outline-color: var(--sd-border-color-primary, var(--sd-color-primary));
67
+ }
68
+ .sd-2-0-0-next-1-footnotes:is(ul) {
81
69
  list-style: '';
82
70
  }
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;
71
+ .sd-2-0-0-next-1-footnotes--inverted {
72
+ color: var(--sd-color-text-primary-400);
73
+ }
74
+ .sd-2-0-0-next-1-footnotes--inverted :target {
75
+ background-color: var(--sd-footnotes--target--inverted-color-background, var(--sd-color-primary-800));
76
+ }
77
+ .sd-2-0-0-next-1-footnotes--inverted .sd-2-0-0-next-1-footnotes--marker::before {
78
+ color: var(--sd-color-text-white);
79
+ outline-color: var(--color-white, #fff) !important;
80
+ }
81
+ .sd-2-0-0-next-1-footnotes--inverted:is(.sd-2-0-0-next-1-footnotes--marker) {
82
+ color: var(--sd-color-text-white) !important;
83
+ outline-color: var(--color-white, #fff) !important;
84
+ }
85
+ .sd-2-0-0-next-1-footnotes--inverted:is(.sd-2-0-0-next-1-footnotes--marker):target {
86
+ background-color: var(--sd-footnotes--target--inverted-color-background, var(--sd-color-primary-800));
87
+ }
88
+ .sd-2-0-0-next-1-footnotes--marker {
89
+ position: relative;
90
+ bottom: var(--sd-spacing-2);
91
+ display: inline-block;
92
+ --tw-font-weight: var(--sd-font-weight-bold);
93
+ font-weight: var(--sd-font-weight-bold);
94
+ white-space: nowrap;
95
+ text-decoration-line: none !important;
119
96
  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 {
97
+ }
98
+ .sd-2-0-0-next-1-footnotes--marker:target {
99
+ background-color: var(--sd-color-background-neutral-200);
100
+ }
101
+ .sd-2-0-0-next-1-footnotes--marker:not(:has(a))::before {
128
102
  content: '[ ';
129
103
  display: inline-block;
130
104
  }
131
-
132
- .sd-1-5-5-footnotes--marker:not(:has(a))::after {
105
+ .sd-2-0-0-next-1-footnotes--marker:not(:has(a))::after {
133
106
  content: ' ]';
134
107
  display: inline-block;
135
108
  }
136
-
137
- .sd-1-5-5-footnotes--marker :is(a) {
109
+ .sd-2-0-0-next-1-footnotes--marker :is(a) {
138
110
  display: inline-block;
111
+ --tw-font-weight: var(--sd-font-weight-bold);
112
+ font-weight: var(--sd-font-weight-bold);
139
113
  white-space: nowrap;
140
- font-weight: 700;
141
114
  text-decoration-line: none !important;
142
- }
143
-
144
- .sd-1-5-5-footnotes--marker :is(a)::before {
115
+ }
116
+ .sd-2-0-0-next-1-footnotes--marker :is(a)::before {
145
117
  content: '[ ';
146
118
  display: inline-block;
147
119
  }
148
-
149
- .sd-1-5-5-footnotes--marker :is(a)::after {
120
+ .sd-2-0-0-next-1-footnotes--marker :is(a)::after {
150
121
  content: ' ]';
151
122
  display: inline-block;
152
123
  }
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;
124
+ .sd-2-0-0-next-1-footnotes--marker :is(a):focus-visible {
125
+ border-radius: var(--sd-radius);
126
+ outline-width: 1px;
127
+ outline-style: var(--tw-outline-style);
128
+ outline-width: 2px;
129
+ outline-offset: 2px;
130
+ outline-color: var(--sd-border-color-primary, var(--sd-color-primary));
131
+ }
132
+ .sd-2-0-0-next-1-footnotes--marker :is(a):link {
133
+ color: var(--sd-color-text-primary);
134
+ }
135
+ .sd-2-0-0-next-1-footnotes--marker:link, .sd-2-0-0-next-1-footnotes--marker:visited {
136
+ color: var(--sd-color-text-primary);
137
+ }
138
+ .sd-2-0-0-next-1-footnotes--marker:focus-visible {
139
+ border-radius: var(--sd-radius);
140
+ outline-width: 1px;
141
+ outline-style: var(--tw-outline-style);
176
142
  outline-width: 2px;
177
143
  outline-offset: 2px;
178
- outline-color: rgb(var(--sd-color-primary, 0 53 142) / 1) /* Used for buttons, select field, focus state */;
144
+ outline-color: var(--sd-border-color-primary, var(--sd-color-primary));
145
+ }
146
+ @property --tw-leading {
147
+ syntax: "*";
148
+ inherits: false;
149
+ }
150
+ @property --tw-font-weight {
151
+ syntax: "*";
152
+ inherits: false;
153
+ }
154
+ @property --tw-outline-style {
155
+ syntax: "*";
156
+ inherits: false;
157
+ initial-value: solid;
158
+ }
159
+ @layer properties {
160
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
161
+ *, ::before, ::after, ::backdrop {
162
+ --tw-leading: initial;
163
+ --tw-font-weight: initial;
164
+ --tw-outline-style: solid;
165
+ }
166
+ }
179
167
  }