@solid-design-system/styles 2.0.0-next.1 → 6.0.0-next.11
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.
- package/CHANGELOG.md +12 -0
- package/cdn/modules/chip.css +1 -1
- package/cdn/modules/container.css +1 -1
- package/cdn/modules/copyright.css +1 -1
- package/cdn/modules/display.css +1 -1
- package/cdn/modules/flag.css +1 -1
- package/cdn/modules/footnotes.css +1 -1
- package/cdn/modules/headline.css +1 -1
- package/cdn/modules/hidden-links.css +1 -1
- package/cdn/modules/interactive.css +1 -1
- package/cdn/modules/leadtext.css +1 -1
- package/cdn/modules/list.css +1 -1
- package/cdn/modules/mark.css +1 -1
- package/cdn/modules/media.css +1 -1
- package/cdn/modules/meta.css +1 -1
- package/cdn/modules/pagination.css +1 -1
- package/cdn/modules/paragraph.css +1 -1
- package/cdn/modules/prose.css +1 -1
- package/cdn/modules/status-badge.css +1 -1
- package/cdn/modules/table-cell.css +1 -1
- package/cdn/solid-styles.css +1 -1
- package/cdn-versioned/modules/chip.css +1 -1
- package/cdn-versioned/modules/container.css +1 -1
- package/cdn-versioned/modules/copyright.css +1 -1
- package/cdn-versioned/modules/display.css +1 -1
- package/cdn-versioned/modules/flag.css +1 -1
- package/cdn-versioned/modules/footnotes.css +1 -1
- package/cdn-versioned/modules/headline.css +1 -1
- package/cdn-versioned/modules/hidden-links.css +1 -1
- package/cdn-versioned/modules/interactive.css +1 -1
- package/cdn-versioned/modules/leadtext.css +1 -1
- package/cdn-versioned/modules/list.css +1 -1
- package/cdn-versioned/modules/mark.css +1 -1
- package/cdn-versioned/modules/media.css +1 -1
- package/cdn-versioned/modules/meta.css +1 -1
- package/cdn-versioned/modules/pagination.css +1 -1
- package/cdn-versioned/modules/paragraph.css +1 -1
- package/cdn-versioned/modules/prose.css +1 -1
- package/cdn-versioned/modules/status-badge.css +1 -1
- package/cdn-versioned/modules/table-cell.css +1 -1
- package/cdn-versioned/modules/table.css +1 -1
- package/cdn-versioned/solid-styles.css +1 -1
- package/dist/modules/chip.css +6 -6
- package/dist/modules/container.css +11 -11
- package/dist/modules/copyright.css +2 -2
- package/dist/modules/display.css +4 -4
- package/dist/modules/flag.css +6 -6
- package/dist/modules/footnotes.css +10 -10
- package/dist/modules/headline.css +5 -5
- package/dist/modules/hidden-links.css +1 -1
- package/dist/modules/interactive.css +12 -12
- package/dist/modules/leadtext.css +3 -3
- package/dist/modules/list.css +4 -4
- package/dist/modules/mark.css +1 -1
- package/dist/modules/media.css +2 -2
- package/dist/modules/meta.css +4 -4
- package/dist/modules/pagination.css +17 -17
- package/dist/modules/paragraph.css +3 -3
- package/dist/modules/prose.css +42 -42
- package/dist/modules/status-badge.css +5 -5
- package/dist/modules/table-cell.css +6 -6
- package/dist/solid-styles.css +105 -105
- package/dist-versioned/modules/chip.css +10 -10
- package/dist-versioned/modules/container.css +38 -38
- package/dist-versioned/modules/copyright.css +8 -8
- package/dist-versioned/modules/display.css +10 -10
- package/dist-versioned/modules/flag.css +10 -10
- package/dist-versioned/modules/footnotes.css +38 -38
- package/dist-versioned/modules/headline.css +33 -33
- package/dist-versioned/modules/hidden-links.css +5 -5
- package/dist-versioned/modules/interactive.css +28 -28
- package/dist-versioned/modules/leadtext.css +6 -6
- package/dist-versioned/modules/list.css +34 -34
- package/dist-versioned/modules/mark.css +2 -2
- package/dist-versioned/modules/media.css +6 -6
- package/dist-versioned/modules/meta.css +11 -11
- package/dist-versioned/modules/pagination.css +77 -77
- package/dist-versioned/modules/paragraph.css +6 -6
- package/dist-versioned/modules/prose.css +165 -165
- package/dist-versioned/modules/status-badge.css +11 -11
- package/dist-versioned/modules/table-cell.css +22 -22
- package/dist-versioned/modules/table.css +2 -2
- package/dist-versioned/solid-styles.css +375 -375
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
}
|
|
8
8
|
.sd-prose a, .sd-interactive{
|
|
9
9
|
cursor: pointer;
|
|
10
|
-
color: var(--sd-color-text-primary);
|
|
10
|
+
color: rgba(var(--sd-color-text-primary));
|
|
11
11
|
text-decoration-line: underline;
|
|
12
12
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
13
13
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
transition-timing-function: var(--ease-in-out, cubic-bezier(0.4, 0, 0.2, 1));
|
|
19
19
|
}
|
|
20
20
|
.sd-prose a:hover:not([disabled]), .sd-interactive:hover:not([disabled]) {
|
|
21
|
-
color: var(--sd-color-text-primary-500);
|
|
21
|
+
color: rgba(var(--sd-color-text-primary-500));
|
|
22
22
|
}
|
|
23
23
|
.sd-prose a:focus-visible, .sd-interactive:focus-visible {
|
|
24
24
|
outline-style: solid;
|
|
@@ -27,35 +27,35 @@
|
|
|
27
27
|
outline-color: var(--outline-color-primary);
|
|
28
28
|
}
|
|
29
29
|
.sd-prose a:active:not([disabled]), .sd-interactive:active:not([disabled]) {
|
|
30
|
-
color: var(--sd-interactive--active-color-text, var(--sd-color-primary-800));
|
|
30
|
+
color: rgba(var(--sd-interactive--active-color-text, rgba(var(--sd-color-primary-800))));
|
|
31
31
|
}
|
|
32
32
|
.sd-prose a:is(.sd-interactive), .sd-interactive:is(.sd-interactive) {
|
|
33
33
|
text-decoration-line: none;
|
|
34
34
|
}
|
|
35
35
|
.sd-prose a--disabled, .sd-prose a[disabled], .sd-prose a[href=''], .sd-interactive--disabled, .sd-interactive[disabled], .sd-interactive[href=''] {
|
|
36
36
|
cursor: not-allowed;
|
|
37
|
-
color: var(--sd-color-text-neutral-500);
|
|
37
|
+
color: rgba(var(--sd-color-text-neutral-500));
|
|
38
38
|
}
|
|
39
39
|
.sd-prose a--disabled:hover:not([disabled]), .sd-prose a[disabled]:hover:not([disabled]), .sd-prose a[href='']:hover:not([disabled]), .sd-interactive--disabled:hover:not([disabled]), .sd-interactive[disabled]:hover:not([disabled]), .sd-interactive[href='']:hover:not([disabled]) {
|
|
40
|
-
color: var(--sd-color-text-neutral-500);
|
|
40
|
+
color: rgba(var(--sd-color-text-neutral-500));
|
|
41
41
|
}
|
|
42
42
|
.sd-prose a--disabled:active:not([disabled]), .sd-prose a[disabled]:active:not([disabled]), .sd-prose a[href='']:active:not([disabled]), .sd-interactive--disabled:active:not([disabled]), .sd-interactive[disabled]:active:not([disabled]), .sd-interactive[href='']:active:not([disabled]) {
|
|
43
|
-
color: var(--sd-color-text-neutral-500);
|
|
43
|
+
color: rgba(var(--sd-color-text-neutral-500));
|
|
44
44
|
}
|
|
45
45
|
.sd-prose a--disabled.sd-interactive--inverted, .sd-prose a[disabled].sd-interactive--inverted, .sd-prose a[href=''].sd-interactive--inverted, .sd-interactive--disabled.sd-interactive--inverted, .sd-interactive[disabled].sd-interactive--inverted, .sd-interactive[href=''].sd-interactive--inverted {
|
|
46
|
-
color: var(--sd-color-text-neutral-600);
|
|
46
|
+
color: rgba(var(--sd-color-text-neutral-600));
|
|
47
47
|
}
|
|
48
48
|
.sd-prose a--disabled.sd-interactive--inverted:hover:not([disabled]), .sd-prose a[disabled].sd-interactive--inverted:hover:not([disabled]), .sd-prose a[href=''].sd-interactive--inverted:hover:not([disabled]), .sd-interactive--disabled.sd-interactive--inverted:hover:not([disabled]), .sd-interactive[disabled].sd-interactive--inverted:hover:not([disabled]), .sd-interactive[href=''].sd-interactive--inverted:hover:not([disabled]) {
|
|
49
|
-
color: var(--sd-color-text-neutral-600);
|
|
49
|
+
color: rgba(var(--sd-color-text-neutral-600));
|
|
50
50
|
}
|
|
51
51
|
.sd-prose a--disabled.sd-interactive--inverted:active:not([disabled]), .sd-prose a[disabled].sd-interactive--inverted:active:not([disabled]), .sd-prose a[href=''].sd-interactive--inverted:active:not([disabled]), .sd-interactive--disabled.sd-interactive--inverted:active:not([disabled]), .sd-interactive[disabled].sd-interactive--inverted:active:not([disabled]), .sd-interactive[href=''].sd-interactive--inverted:active:not([disabled]) {
|
|
52
|
-
color: var(--sd-color-text-neutral-600);
|
|
52
|
+
color: rgba(var(--sd-color-text-neutral-600));
|
|
53
53
|
}
|
|
54
54
|
.sd-prose--inverted a, .sd-interactive--inverted {
|
|
55
|
-
color: var(--sd-color-text-white);
|
|
55
|
+
color: rgba(var(--sd-color-text-white));
|
|
56
56
|
}
|
|
57
57
|
.sd-prose--inverted a:hover:not([disabled]), .sd-interactive--inverted:hover:not([disabled]) {
|
|
58
|
-
color: var(--sd-color-text-primary-200);
|
|
58
|
+
color: rgba(var(--sd-color-text-primary-200));
|
|
59
59
|
}
|
|
60
60
|
.sd-prose--inverted a:focus-visible, .sd-interactive--inverted:focus-visible {
|
|
61
61
|
outline-style: solid;
|
|
@@ -64,7 +64,7 @@
|
|
|
64
64
|
outline-color: var(--outline-color-primary);
|
|
65
65
|
}
|
|
66
66
|
.sd-prose--inverted a:active:not([disabled]), .sd-interactive--inverted:active:not([disabled]) {
|
|
67
|
-
color: var(--sd-color-text-primary-400);
|
|
67
|
+
color: rgba(var(--sd-color-text-primary-400));
|
|
68
68
|
}
|
|
69
69
|
@property --tw-duration {
|
|
70
70
|
syntax: "*";
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
line-height: var(--leading-normal, 1.5);
|
|
9
9
|
--tw-font-weight: var(--sd-font-weight-normal);
|
|
10
10
|
font-weight: var(--sd-font-weight-normal);
|
|
11
|
-
color: var(--sd-color-text-black);
|
|
11
|
+
color: rgba(var(--sd-color-text-black));
|
|
12
12
|
}
|
|
13
13
|
.sd-prose > .sd-leadtext--size-lg, .sd-leadtext--size-lg {
|
|
14
14
|
font-size: var(--sd-text-lg);
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
line-height: var(--leading-normal, 1.5);
|
|
18
18
|
--tw-font-weight: var(--sd-font-weight-normal);
|
|
19
19
|
font-weight: var(--sd-font-weight-normal);
|
|
20
|
-
color: var(--sd-color-text-black);
|
|
20
|
+
color: rgba(var(--sd-color-text-black));
|
|
21
21
|
}
|
|
22
22
|
.sd-prose--inverted > .sd-leadtext, .sd-leadtext--inverted {
|
|
23
|
-
color: var(--sd-color-text-white);
|
|
23
|
+
color: rgba(var(--sd-color-text-white));
|
|
24
24
|
}
|
|
25
25
|
@property --tw-leading {
|
|
26
26
|
syntax: "*";
|
package/dist/modules/list.css
CHANGED
|
@@ -75,7 +75,7 @@
|
|
|
75
75
|
text-align: left;
|
|
76
76
|
}
|
|
77
77
|
.sd-list--icon li sd-icon:first-of-type, .sd-list--icon li .sd-list--icon__icon:first-of-type {
|
|
78
|
-
color: var(--sd-color-text-white);
|
|
78
|
+
color: rgba(var(--sd-color-text-white));
|
|
79
79
|
}
|
|
80
80
|
.sd-list--icon{
|
|
81
81
|
list-style-type: '';
|
|
@@ -95,7 +95,7 @@
|
|
|
95
95
|
left: calc(var(--sd-spacing-1) * 0);
|
|
96
96
|
font-size: var(--sd-text-3xl);
|
|
97
97
|
line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)));
|
|
98
|
-
color: var(--sd-color-text-primary);
|
|
98
|
+
color: rgba(var(--sd-color-text-primary));
|
|
99
99
|
}
|
|
100
100
|
.sd-list--icon.sd-list--horizontal {
|
|
101
101
|
display: flex;
|
|
@@ -108,10 +108,10 @@
|
|
|
108
108
|
margin-right: var(--sd-spacing-8);
|
|
109
109
|
}
|
|
110
110
|
.sd-list--inverted, .sd-prose--inverted > :is(ol, ul) {
|
|
111
|
-
color: var(--sd-color-text-white);
|
|
111
|
+
color: rgba(var(--sd-color-text-white));
|
|
112
112
|
}
|
|
113
113
|
.sd-list--inverted li > sd-icon:first-of-type, .sd-list--inverted li > .sd-list--icon__icon:first-of-type, .sd-prose--inverted > :is(ol, ul) li > sd-icon:first-of-type, .sd-prose--inverted > :is(ol, ul) li > .sd-list--icon__icon:first-of-type {
|
|
114
|
-
color: var(--sd-color-text-white);
|
|
114
|
+
color: rgba(var(--sd-color-text-white));
|
|
115
115
|
}
|
|
116
116
|
@property --tw-leading {
|
|
117
117
|
syntax: "*";
|
package/dist/modules/mark.css
CHANGED
package/dist/modules/media.css
CHANGED
|
@@ -4,11 +4,11 @@
|
|
|
4
4
|
margin: calc(var(--sd-spacing-1) * 0);
|
|
5
5
|
}
|
|
6
6
|
.sd-prose figure figcaption, figure.sd-media figcaption {
|
|
7
|
-
color: var(--sd-color-text-neutral-700);
|
|
7
|
+
color: rgba(var(--sd-color-text-neutral-700));
|
|
8
8
|
}
|
|
9
9
|
.sd-prose figure figcaption:last-child, figure.sd-media figcaption:last-child {
|
|
10
10
|
margin-top: var(--sd-spacing-3);
|
|
11
11
|
}
|
|
12
12
|
.sd-prose--inverted figure figcaption, figure.sd-media--inverted figcaption {
|
|
13
|
-
color: var(--sd-color-text-primary-400);
|
|
13
|
+
color: rgba(var(--sd-color-text-primary-400));
|
|
14
14
|
}
|
package/dist/modules/meta.css
CHANGED
|
@@ -8,20 +8,20 @@
|
|
|
8
8
|
line-height: 1;
|
|
9
9
|
--tw-font-weight: var(--sd-font-weight-normal);
|
|
10
10
|
font-weight: var(--sd-font-weight-normal);
|
|
11
|
-
color: var(--sd-color-text-black);
|
|
11
|
+
color: rgba(var(--sd-color-text-black));
|
|
12
12
|
}
|
|
13
13
|
.sd-meta--size-sm {
|
|
14
14
|
font-size: var(--sd-text-sm);
|
|
15
15
|
line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
|
|
16
16
|
}
|
|
17
17
|
.sd-meta--light {
|
|
18
|
-
color: var(--sd-color-text-neutral-700);
|
|
18
|
+
color: rgba(var(--sd-color-text-neutral-700));
|
|
19
19
|
}
|
|
20
20
|
.sd-meta--inverted {
|
|
21
|
-
color: var(--sd-color-text-white);
|
|
21
|
+
color: rgba(var(--sd-color-text-white));
|
|
22
22
|
}
|
|
23
23
|
.sd-meta--inverted.sd-meta--light {
|
|
24
|
-
color: var(--sd-color-text-primary-400);
|
|
24
|
+
color: rgba(var(--sd-color-text-primary-400));
|
|
25
25
|
}
|
|
26
26
|
.sd-meta--pipe::after {
|
|
27
27
|
content: '|';
|
|
@@ -30,17 +30,17 @@
|
|
|
30
30
|
display: flex;
|
|
31
31
|
align-items: center;
|
|
32
32
|
justify-content: center;
|
|
33
|
-
color: var(--sd-color-text-primary);
|
|
33
|
+
color: rgba(var(--sd-color-text-primary));
|
|
34
34
|
text-decoration-line: none;
|
|
35
35
|
transition-property: color;
|
|
36
36
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
|
|
37
37
|
transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
|
|
38
38
|
}
|
|
39
39
|
.sd-pagination ul li a:hover:not([disabled]), .sd-pagination ul li button:hover:not([disabled]) {
|
|
40
|
-
color: var(--sd-color-text-primary-500);
|
|
40
|
+
color: rgba(var(--sd-color-text-primary-500));
|
|
41
41
|
}
|
|
42
42
|
.sd-pagination ul li a:active:not([disabled]), .sd-pagination ul li button:active:not([disabled]) {
|
|
43
|
-
color: var(--sd-color-text-primary-800);
|
|
43
|
+
color: rgba(var(--sd-color-text-primary-800));
|
|
44
44
|
}
|
|
45
45
|
.sd-pagination ul li a:focus-visible, .sd-pagination ul li button:focus-visible {
|
|
46
46
|
outline-width: 1px;
|
|
@@ -75,20 +75,20 @@
|
|
|
75
75
|
border-bottom-color: transparent;
|
|
76
76
|
}
|
|
77
77
|
.sd-pagination ul li:not(:first-child):not(:last-child) a[aria-current], .sd-pagination ul li:not(:first-child):not(:last-child) button[aria-current] {
|
|
78
|
-
border-bottom-color: var(--sd-color-border-accent);
|
|
78
|
+
border-bottom-color: rgba(var(--sd-color-border-accent));
|
|
79
79
|
}
|
|
80
80
|
.sd-pagination ul li a[aria-current], .sd-pagination ul li button[aria-current] {
|
|
81
|
-
color: var(--sd-color-text-black);
|
|
81
|
+
color: rgba(var(--sd-color-text-black));
|
|
82
82
|
}
|
|
83
83
|
.sd-pagination ul li a[aria-current]:hover:not([disabled]), .sd-pagination ul li button[aria-current]:hover:not([disabled]) {
|
|
84
|
-
color: var(--sd-color-text-black);
|
|
84
|
+
color: rgba(var(--sd-color-text-black));
|
|
85
85
|
}
|
|
86
86
|
.sd-pagination ul li:first-child:has(a:not([href])) a, .sd-pagination ul li:last-child:has(a:not([href])) a, .sd-pagination ul li:first-child:has(button[disabled]) button, .sd-pagination ul li:last-child:has(button[disabled]) button {
|
|
87
87
|
cursor: not-allowed;
|
|
88
|
-
color: var(--sd-color-text-neutral-500);
|
|
88
|
+
color: rgba(var(--sd-color-text-neutral-500));
|
|
89
89
|
}
|
|
90
90
|
.sd-pagination ul li:first-child:has(a:not([href])) a:hover:not([disabled]), .sd-pagination ul li:last-child:has(a:not([href])) a:hover:not([disabled]), .sd-pagination ul li:first-child:has(button[disabled]) button:hover:not([disabled]), .sd-pagination ul li:last-child:has(button[disabled]) button:hover:not([disabled]) {
|
|
91
|
-
color: var(--sd-color-text-neutral-500);
|
|
91
|
+
color: rgba(var(--sd-color-text-neutral-500));
|
|
92
92
|
}
|
|
93
93
|
.sd-pagination:not(.sd-pagination--simple) ul li:not(:first-child):not(:last-child):not(:has(a[aria-current], button[aria-current])) {
|
|
94
94
|
pointer-events: none;
|
|
@@ -193,7 +193,7 @@
|
|
|
193
193
|
width: var(--sd-spacing-8);
|
|
194
194
|
border-bottom-style: var(--tw-border-style);
|
|
195
195
|
border-bottom-width: var(--sd-border-width-2);
|
|
196
|
-
border-bottom-color: var(--sd-color-border-accent);
|
|
196
|
+
border-bottom-color: rgba(var(--sd-color-border-accent));
|
|
197
197
|
}
|
|
198
198
|
.sd-pagination--simple ul li:nth-child(2)::after {
|
|
199
199
|
content: var(--tw-content);
|
|
@@ -222,32 +222,32 @@
|
|
|
222
222
|
}
|
|
223
223
|
.sd-pagination--inverted ul li::after {
|
|
224
224
|
content: var(--tw-content);
|
|
225
|
-
color: var(--sd-color-text-white);
|
|
225
|
+
color: rgba(var(--sd-color-text-white));
|
|
226
226
|
}
|
|
227
227
|
.sd-pagination--inverted ul li:first-child:has(a:not([href])) a, .sd-pagination--inverted ul li:last-child:has(a:not([href])) a, .sd-pagination--inverted ul li:first-child:has(button[disabled]) button, .sd-pagination--inverted ul li:last-child:has(button[disabled]) button {
|
|
228
|
-
color: var(--sd-color-text-neutral-600);
|
|
228
|
+
color: rgba(var(--sd-color-text-neutral-600));
|
|
229
229
|
}
|
|
230
230
|
.sd-pagination--inverted ul li:first-child:has(a:not([href])) a:hover:not([disabled]), .sd-pagination--inverted ul li:last-child:has(a:not([href])) a:hover:not([disabled]), .sd-pagination--inverted ul li:first-child:has(button[disabled]) button:hover:not([disabled]), .sd-pagination--inverted ul li:last-child:has(button[disabled]) button:hover:not([disabled]) {
|
|
231
|
-
color: var(--sd-color-text-neutral-600);
|
|
231
|
+
color: rgba(var(--sd-color-text-neutral-600));
|
|
232
232
|
}
|
|
233
233
|
.sd-pagination--inverted ul li a, .sd-pagination--inverted ul li a[aria-current], .sd-pagination--inverted ul li button, .sd-pagination--inverted ul li button[aria-current] {
|
|
234
|
-
color: var(--sd-color-text-white);
|
|
234
|
+
color: rgba(var(--sd-color-text-white));
|
|
235
235
|
}
|
|
236
236
|
.sd-pagination--inverted ul li a:hover:not([disabled]), .sd-pagination--inverted ul li a[aria-current]:hover:not([disabled]), .sd-pagination--inverted ul li button:hover:not([disabled]), .sd-pagination--inverted ul li button[aria-current]:hover:not([disabled]) {
|
|
237
|
-
color: var(--sd-color-text-primary-200);
|
|
237
|
+
color: rgba(var(--sd-color-text-primary-200));
|
|
238
238
|
}
|
|
239
239
|
.sd-pagination--inverted ul li a:active:not([disabled]), .sd-pagination--inverted ul li a[aria-current]:active:not([disabled]), .sd-pagination--inverted ul li button:active:not([disabled]), .sd-pagination--inverted ul li button[aria-current]:active:not([disabled]) {
|
|
240
|
-
color: var(--sd-color-text-primary-400);
|
|
240
|
+
color: rgba(var(--sd-color-text-primary-400));
|
|
241
241
|
}
|
|
242
242
|
.sd-pagination--inverted ul li a:focus-visible, .sd-pagination--inverted ul li a[aria-current]:focus-visible, .sd-pagination--inverted ul li button:focus-visible, .sd-pagination--inverted ul li button[aria-current]:focus-visible {
|
|
243
243
|
outline-color: var(--color-white, #fff);
|
|
244
244
|
}
|
|
245
245
|
.sd-pagination--inverted.sd-pagination--simple ul li {
|
|
246
|
-
color: var(--sd-color-text-white);
|
|
246
|
+
color: rgba(var(--sd-color-text-white));
|
|
247
247
|
}
|
|
248
248
|
.sd-pagination--inverted.sd-pagination--simple ul li::after {
|
|
249
249
|
content: var(--tw-content);
|
|
250
|
-
color: var(--sd-color-text-white);
|
|
250
|
+
color: rgba(var(--sd-color-text-white));
|
|
251
251
|
}
|
|
252
252
|
@property --tw-border-style {
|
|
253
253
|
syntax: "*";
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
line-height: var(--leading-normal, 1.5);
|
|
9
9
|
--tw-font-weight: var(--sd-font-weight-normal);
|
|
10
10
|
font-weight: var(--sd-font-weight-normal);
|
|
11
|
-
color: var(--sd-color-text-black);
|
|
11
|
+
color: rgba(var(--sd-color-text-black));
|
|
12
12
|
}
|
|
13
13
|
.sd-paragraph--size-sm, .sd-prose p--size-sm {
|
|
14
14
|
font-size: var(--sd-text-sm);
|
|
@@ -17,10 +17,10 @@
|
|
|
17
17
|
line-height: var(--leading-normal, 1.5);
|
|
18
18
|
--tw-font-weight: var(--sd-font-weight-normal);
|
|
19
19
|
font-weight: var(--sd-font-weight-normal);
|
|
20
|
-
color: var(--sd-color-text-black);
|
|
20
|
+
color: rgba(var(--sd-color-text-black));
|
|
21
21
|
}
|
|
22
22
|
.sd-paragraph--inverted, .sd-prose--inverted p {
|
|
23
|
-
color: var(--sd-color-text-white);
|
|
23
|
+
color: rgba(var(--sd-color-text-white));
|
|
24
24
|
}
|
|
25
25
|
@property --tw-leading {
|
|
26
26
|
syntax: "*";
|
package/dist/modules/prose.css
CHANGED
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
line-height: var(--leading-tight, 1.25);
|
|
9
9
|
--tw-font-weight: var(--sd-font-weight-normal);
|
|
10
10
|
font-weight: var(--sd-font-weight-normal);
|
|
11
|
-
color: var(--sd-color-text-black);
|
|
11
|
+
color: rgba(var(--sd-color-text-black));
|
|
12
12
|
}
|
|
13
13
|
@media (width >= 64rem) {
|
|
14
14
|
.sd-display {
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
line-height: var(--leading-tight, 1.25);
|
|
24
24
|
--tw-font-weight: var(--sd-font-weight-normal);
|
|
25
25
|
font-weight: var(--sd-font-weight-normal);
|
|
26
|
-
color: var(--sd-color-text-black);
|
|
26
|
+
color: rgba(var(--sd-color-text-black));
|
|
27
27
|
}
|
|
28
28
|
.sd-display--size-3xl {
|
|
29
29
|
font-size: var(--sd-text-2xl);
|
|
@@ -32,7 +32,7 @@
|
|
|
32
32
|
line-height: var(--leading-tight, 1.25);
|
|
33
33
|
--tw-font-weight: var(--sd-font-weight-normal);
|
|
34
34
|
font-weight: var(--sd-font-weight-normal);
|
|
35
|
-
color: var(--sd-color-text-black);
|
|
35
|
+
color: rgba(var(--sd-color-text-black));
|
|
36
36
|
}
|
|
37
37
|
@media (width >= 64rem) {
|
|
38
38
|
.sd-display--size-3xl {
|
|
@@ -41,18 +41,18 @@
|
|
|
41
41
|
}
|
|
42
42
|
}
|
|
43
43
|
.sd-display--inverted {
|
|
44
|
-
color: var(--sd-color-text-white);
|
|
44
|
+
color: rgba(var(--sd-color-text-white));
|
|
45
45
|
}
|
|
46
46
|
.sd-headline, .sd-prose :is(h1, h2, h3, h4, h5) {
|
|
47
47
|
display: flex;
|
|
48
48
|
--tw-font-weight: var(--sd-font-weight-bold);
|
|
49
49
|
font-weight: var(--sd-font-weight-bold);
|
|
50
|
-
color: var(--sd-color-text-primary);
|
|
50
|
+
color: rgba(var(--sd-color-text-primary));
|
|
51
51
|
}
|
|
52
52
|
.sd-headline sd-icon, .sd-prose :is(h1, h2, h3, h4, h5) sd-icon {
|
|
53
53
|
flex-shrink: 0;
|
|
54
54
|
font-size: 3rem;
|
|
55
|
-
color: var(--sd-color-text-primary);
|
|
55
|
+
color: rgba(var(--sd-color-text-primary));
|
|
56
56
|
}
|
|
57
57
|
@media (width >= 40rem) {
|
|
58
58
|
.sd-headline sd-icon, .sd-prose :is(h1, h2, h3, h4, h5) sd-icon {
|
|
@@ -103,7 +103,7 @@
|
|
|
103
103
|
}
|
|
104
104
|
.sd-headline.sd-headline--size-xl, .sd-headline.sd-headline--size-lg, .sd-headline.sd-headline--size-base, .sd-headline:is(h3, h4, h5):not(.sd-headline), .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-xl, .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-lg, .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-base, .sd-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-headline) {
|
|
105
105
|
gap: var(--sd-spacing-2);
|
|
106
|
-
color: var(--sd-color-text-black);
|
|
106
|
+
color: rgba(var(--sd-color-text-black));
|
|
107
107
|
}
|
|
108
108
|
.sd-headline.sd-headline--size-xl sd-icon, .sd-headline.sd-headline--size-lg sd-icon, .sd-headline.sd-headline--size-base sd-icon, .sd-headline:is(h3, h4, h5):not(.sd-headline) sd-icon, .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-xl sd-icon, .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-lg sd-icon, .sd-prose :is(h1, h2, h3, h4, h5).sd-headline--size-base sd-icon, .sd-prose :is(h1, h2, h3, h4, h5):is(h3, h4, h5):not(.sd-headline) sd-icon {
|
|
109
109
|
font-size: 2rem;
|
|
@@ -158,10 +158,10 @@
|
|
|
158
158
|
margin-right: var(--sd-spacing-0\.5);
|
|
159
159
|
}
|
|
160
160
|
.sd-headline--inverted:not(#_), .sd-prose--inverted :is(h1, h2, h3, h4, h5):not(.sd-headline):not(#_) {
|
|
161
|
-
color: var(--sd-color-text-white);
|
|
161
|
+
color: rgba(var(--sd-color-text-white));
|
|
162
162
|
}
|
|
163
163
|
.sd-headline--inverted:not(#_) sd-icon, .sd-prose--inverted :is(h1, h2, h3, h4, h5):not(.sd-headline):not(#_) sd-icon {
|
|
164
|
-
color: var(--sd-color-text-white);
|
|
164
|
+
color: rgba(var(--sd-color-text-white));
|
|
165
165
|
}
|
|
166
166
|
.sd-prose a--reset, .sd-interactive--reset {
|
|
167
167
|
all: unset;
|
|
@@ -169,7 +169,7 @@
|
|
|
169
169
|
}
|
|
170
170
|
.sd-prose a, .sd-interactive{
|
|
171
171
|
cursor: pointer;
|
|
172
|
-
color: var(--sd-color-text-primary);
|
|
172
|
+
color: rgba(var(--sd-color-text-primary));
|
|
173
173
|
text-decoration-line: underline;
|
|
174
174
|
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
|
|
175
175
|
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
|
|
@@ -180,7 +180,7 @@
|
|
|
180
180
|
transition-timing-function: var(--ease-in-out, cubic-bezier(0.4, 0, 0.2, 1));
|
|
181
181
|
}
|
|
182
182
|
.sd-prose a:hover:not([disabled]), .sd-interactive:hover:not([disabled]) {
|
|
183
|
-
color: var(--sd-color-text-primary-500);
|
|
183
|
+
color: rgba(var(--sd-color-text-primary-500));
|
|
184
184
|
}
|
|
185
185
|
.sd-prose a:focus-visible, .sd-interactive:focus-visible {
|
|
186
186
|
outline-style: solid;
|
|
@@ -189,35 +189,35 @@
|
|
|
189
189
|
outline-color: var(--outline-color-primary);
|
|
190
190
|
}
|
|
191
191
|
.sd-prose a:active:not([disabled]), .sd-interactive:active:not([disabled]) {
|
|
192
|
-
color: var(--sd-interactive--active-color-text, var(--sd-color-primary-800));
|
|
192
|
+
color: rgba(var(--sd-interactive--active-color-text, rgba(var(--sd-color-primary-800))));
|
|
193
193
|
}
|
|
194
194
|
.sd-prose a:is(.sd-interactive), .sd-interactive:is(.sd-interactive) {
|
|
195
195
|
text-decoration-line: none;
|
|
196
196
|
}
|
|
197
197
|
.sd-prose a--disabled, .sd-prose a[disabled], .sd-prose a[href=''], .sd-interactive--disabled, .sd-interactive[disabled], .sd-interactive[href=''] {
|
|
198
198
|
cursor: not-allowed;
|
|
199
|
-
color: var(--sd-color-text-neutral-500);
|
|
199
|
+
color: rgba(var(--sd-color-text-neutral-500));
|
|
200
200
|
}
|
|
201
201
|
.sd-prose a--disabled:hover:not([disabled]), .sd-prose a[disabled]:hover:not([disabled]), .sd-prose a[href='']:hover:not([disabled]), .sd-interactive--disabled:hover:not([disabled]), .sd-interactive[disabled]:hover:not([disabled]), .sd-interactive[href='']:hover:not([disabled]) {
|
|
202
|
-
color: var(--sd-color-text-neutral-500);
|
|
202
|
+
color: rgba(var(--sd-color-text-neutral-500));
|
|
203
203
|
}
|
|
204
204
|
.sd-prose a--disabled:active:not([disabled]), .sd-prose a[disabled]:active:not([disabled]), .sd-prose a[href='']:active:not([disabled]), .sd-interactive--disabled:active:not([disabled]), .sd-interactive[disabled]:active:not([disabled]), .sd-interactive[href='']:active:not([disabled]) {
|
|
205
|
-
color: var(--sd-color-text-neutral-500);
|
|
205
|
+
color: rgba(var(--sd-color-text-neutral-500));
|
|
206
206
|
}
|
|
207
207
|
.sd-prose a--disabled.sd-interactive--inverted, .sd-prose a[disabled].sd-interactive--inverted, .sd-prose a[href=''].sd-interactive--inverted, .sd-interactive--disabled.sd-interactive--inverted, .sd-interactive[disabled].sd-interactive--inverted, .sd-interactive[href=''].sd-interactive--inverted {
|
|
208
|
-
color: var(--sd-color-text-neutral-600);
|
|
208
|
+
color: rgba(var(--sd-color-text-neutral-600));
|
|
209
209
|
}
|
|
210
210
|
.sd-prose a--disabled.sd-interactive--inverted:hover:not([disabled]), .sd-prose a[disabled].sd-interactive--inverted:hover:not([disabled]), .sd-prose a[href=''].sd-interactive--inverted:hover:not([disabled]), .sd-interactive--disabled.sd-interactive--inverted:hover:not([disabled]), .sd-interactive[disabled].sd-interactive--inverted:hover:not([disabled]), .sd-interactive[href=''].sd-interactive--inverted:hover:not([disabled]) {
|
|
211
|
-
color: var(--sd-color-text-neutral-600);
|
|
211
|
+
color: rgba(var(--sd-color-text-neutral-600));
|
|
212
212
|
}
|
|
213
213
|
.sd-prose a--disabled.sd-interactive--inverted:active:not([disabled]), .sd-prose a[disabled].sd-interactive--inverted:active:not([disabled]), .sd-prose a[href=''].sd-interactive--inverted:active:not([disabled]), .sd-interactive--disabled.sd-interactive--inverted:active:not([disabled]), .sd-interactive[disabled].sd-interactive--inverted:active:not([disabled]), .sd-interactive[href=''].sd-interactive--inverted:active:not([disabled]) {
|
|
214
|
-
color: var(--sd-color-text-neutral-600);
|
|
214
|
+
color: rgba(var(--sd-color-text-neutral-600));
|
|
215
215
|
}
|
|
216
216
|
.sd-prose--inverted a, .sd-interactive--inverted {
|
|
217
|
-
color: var(--sd-color-text-white);
|
|
217
|
+
color: rgba(var(--sd-color-text-white));
|
|
218
218
|
}
|
|
219
219
|
.sd-prose--inverted a:hover:not([disabled]), .sd-interactive--inverted:hover:not([disabled]) {
|
|
220
|
-
color: var(--sd-color-text-primary-200);
|
|
220
|
+
color: rgba(var(--sd-color-text-primary-200));
|
|
221
221
|
}
|
|
222
222
|
.sd-prose--inverted a:focus-visible, .sd-interactive--inverted:focus-visible {
|
|
223
223
|
outline-style: solid;
|
|
@@ -226,7 +226,7 @@
|
|
|
226
226
|
outline-color: var(--outline-color-primary);
|
|
227
227
|
}
|
|
228
228
|
.sd-prose--inverted a:active:not([disabled]), .sd-interactive--inverted:active:not([disabled]) {
|
|
229
|
-
color: var(--sd-color-text-primary-400);
|
|
229
|
+
color: rgba(var(--sd-color-text-primary-400));
|
|
230
230
|
}
|
|
231
231
|
.sd-prose > .sd-leadtext, .sd-leadtext {
|
|
232
232
|
font-size: var(--sd-text-xl);
|
|
@@ -235,7 +235,7 @@
|
|
|
235
235
|
line-height: var(--leading-normal, 1.5);
|
|
236
236
|
--tw-font-weight: var(--sd-font-weight-normal);
|
|
237
237
|
font-weight: var(--sd-font-weight-normal);
|
|
238
|
-
color: var(--sd-color-text-black);
|
|
238
|
+
color: rgba(var(--sd-color-text-black));
|
|
239
239
|
}
|
|
240
240
|
.sd-prose > .sd-leadtext--size-lg, .sd-leadtext--size-lg {
|
|
241
241
|
font-size: var(--sd-text-lg);
|
|
@@ -244,10 +244,10 @@
|
|
|
244
244
|
line-height: var(--leading-normal, 1.5);
|
|
245
245
|
--tw-font-weight: var(--sd-font-weight-normal);
|
|
246
246
|
font-weight: var(--sd-font-weight-normal);
|
|
247
|
-
color: var(--sd-color-text-black);
|
|
247
|
+
color: rgba(var(--sd-color-text-black));
|
|
248
248
|
}
|
|
249
249
|
.sd-prose--inverted > .sd-leadtext, .sd-leadtext--inverted {
|
|
250
|
-
color: var(--sd-color-text-white);
|
|
250
|
+
color: rgba(var(--sd-color-text-white));
|
|
251
251
|
}
|
|
252
252
|
.sd-list:not(.sd-list--icon), .sd-prose > :is(ol, ul) {
|
|
253
253
|
list-style-position: revert;
|
|
@@ -323,7 +323,7 @@
|
|
|
323
323
|
text-align: left;
|
|
324
324
|
}
|
|
325
325
|
.sd-list--icon li sd-icon:first-of-type, .sd-list--icon li .sd-list--icon__icon:first-of-type {
|
|
326
|
-
color: var(--sd-color-text-white);
|
|
326
|
+
color: rgba(var(--sd-color-text-white));
|
|
327
327
|
}
|
|
328
328
|
.sd-list--icon{
|
|
329
329
|
list-style-type: '';
|
|
@@ -343,7 +343,7 @@
|
|
|
343
343
|
left: calc(var(--sd-spacing-1) * 0);
|
|
344
344
|
font-size: var(--sd-text-3xl);
|
|
345
345
|
line-height: var(--tw-leading, var(--text-3xl--line-height, calc(2.25 / 1.875)));
|
|
346
|
-
color: var(--sd-color-text-primary);
|
|
346
|
+
color: rgba(var(--sd-color-text-primary));
|
|
347
347
|
}
|
|
348
348
|
.sd-list--icon.sd-list--horizontal {
|
|
349
349
|
display: flex;
|
|
@@ -356,10 +356,10 @@
|
|
|
356
356
|
margin-right: var(--sd-spacing-8);
|
|
357
357
|
}
|
|
358
358
|
.sd-list--inverted, .sd-prose--inverted > :is(ol, ul) {
|
|
359
|
-
color: var(--sd-color-text-white);
|
|
359
|
+
color: rgba(var(--sd-color-text-white));
|
|
360
360
|
}
|
|
361
361
|
.sd-list--inverted li > sd-icon:first-of-type, .sd-list--inverted li > .sd-list--icon__icon:first-of-type, .sd-prose--inverted > :is(ol, ul) li > sd-icon:first-of-type, .sd-prose--inverted > :is(ol, ul) li > .sd-list--icon__icon:first-of-type {
|
|
362
|
-
color: var(--sd-color-text-white);
|
|
362
|
+
color: rgba(var(--sd-color-text-white));
|
|
363
363
|
}
|
|
364
364
|
.sd-paragraph, .sd-prose p {
|
|
365
365
|
font-size: var(--sd-text-base);
|
|
@@ -368,7 +368,7 @@
|
|
|
368
368
|
line-height: var(--leading-normal, 1.5);
|
|
369
369
|
--tw-font-weight: var(--sd-font-weight-normal);
|
|
370
370
|
font-weight: var(--sd-font-weight-normal);
|
|
371
|
-
color: var(--sd-color-text-black);
|
|
371
|
+
color: rgba(var(--sd-color-text-black));
|
|
372
372
|
}
|
|
373
373
|
.sd-paragraph--size-sm, .sd-prose p--size-sm {
|
|
374
374
|
font-size: var(--sd-text-sm);
|
|
@@ -377,22 +377,22 @@
|
|
|
377
377
|
line-height: var(--leading-normal, 1.5);
|
|
378
378
|
--tw-font-weight: var(--sd-font-weight-normal);
|
|
379
379
|
font-weight: var(--sd-font-weight-normal);
|
|
380
|
-
color: var(--sd-color-text-black);
|
|
380
|
+
color: rgba(var(--sd-color-text-black));
|
|
381
381
|
}
|
|
382
382
|
.sd-paragraph--inverted, .sd-prose--inverted p {
|
|
383
|
-
color: var(--sd-color-text-white);
|
|
383
|
+
color: rgba(var(--sd-color-text-white));
|
|
384
384
|
}
|
|
385
385
|
.sd-prose figure, figure.sd-media {
|
|
386
386
|
margin: calc(var(--sd-spacing-1) * 0);
|
|
387
387
|
}
|
|
388
388
|
.sd-prose figure figcaption, figure.sd-media figcaption {
|
|
389
|
-
color: var(--sd-color-text-neutral-700);
|
|
389
|
+
color: rgba(var(--sd-color-text-neutral-700));
|
|
390
390
|
}
|
|
391
391
|
.sd-prose figure figcaption:last-child, figure.sd-media figcaption:last-child {
|
|
392
392
|
margin-top: var(--sd-spacing-3);
|
|
393
393
|
}
|
|
394
394
|
.sd-prose--inverted figure figcaption, figure.sd-media--inverted figcaption {
|
|
395
|
-
color: var(--sd-color-text-primary-400);
|
|
395
|
+
color: rgba(var(--sd-color-text-primary-400));
|
|
396
396
|
}
|
|
397
397
|
.sd-prose td, .sd-prose th, .sd-table-cell {
|
|
398
398
|
border-inline-style: var(--tw-border-style);
|
|
@@ -401,13 +401,13 @@
|
|
|
401
401
|
border-block-width: 1px;
|
|
402
402
|
--tw-border-style: solid;
|
|
403
403
|
border-style: solid;
|
|
404
|
-
border-color: var(--sd-color-border-neutral-400);
|
|
404
|
+
border-color: rgba(var(--sd-color-border-neutral-400));
|
|
405
405
|
background-color: transparent;
|
|
406
406
|
padding: var(--sd-spacing-4);
|
|
407
407
|
text-align: left;
|
|
408
408
|
font-size: var(--sd-text-sm);
|
|
409
409
|
line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
|
|
410
|
-
color: var(--sd-color-text-black);
|
|
410
|
+
color: rgba(var(--sd-color-text-black));
|
|
411
411
|
}
|
|
412
412
|
.sd-table-cell--divider {
|
|
413
413
|
border-right-style: var(--tw-border-style);
|
|
@@ -441,7 +441,7 @@
|
|
|
441
441
|
width: 100%;
|
|
442
442
|
border-style: var(--tw-border-style);
|
|
443
443
|
border-width: 0.5px;
|
|
444
|
-
border-color: var(--sd-color-border-neutral-400);
|
|
444
|
+
border-color: rgba(var(--sd-color-border-neutral-400));
|
|
445
445
|
--tw-content: '';
|
|
446
446
|
content: var(--tw-content);
|
|
447
447
|
}
|
|
@@ -480,13 +480,13 @@
|
|
|
480
480
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
481
481
|
}
|
|
482
482
|
.sd-table-cell--bg-white {
|
|
483
|
-
background-color: var(--sd-color-background-white);
|
|
483
|
+
background-color: rgba(var(--sd-color-background-white));
|
|
484
484
|
}
|
|
485
485
|
.sd-table-cell--bg-primary-100 {
|
|
486
|
-
background-color: var(--sd-color-background-primary-100);
|
|
486
|
+
background-color: rgba(var(--sd-color-background-primary-100));
|
|
487
487
|
}
|
|
488
488
|
.sd-table-cell--bg-neutral-100 {
|
|
489
|
-
background-color: var(--sd-color-background-neutral-100);
|
|
489
|
+
background-color: rgba(var(--sd-color-background-neutral-100));
|
|
490
490
|
}
|
|
491
491
|
.sd-table, .sd-prose table {
|
|
492
492
|
all: unset;
|
|
@@ -522,7 +522,7 @@
|
|
|
522
522
|
height: calc(var(--sd-spacing-1) * 0);
|
|
523
523
|
border-top-style: var(--tw-border-style);
|
|
524
524
|
border-top-width: 1px;
|
|
525
|
-
border-color: var(--sd-color-border-neutral-500);
|
|
525
|
+
border-color: rgba(var(--sd-color-border-neutral-500));
|
|
526
526
|
}
|
|
527
527
|
.sd-prose pre {
|
|
528
528
|
overflow: auto;
|
|
@@ -543,10 +543,10 @@
|
|
|
543
543
|
padding-block: calc(var(--sd-spacing-1) * 0);
|
|
544
544
|
}
|
|
545
545
|
.sd-prose--inverted hr {
|
|
546
|
-
border-color: var(--sd-color-border-white);
|
|
546
|
+
border-color: rgba(var(--sd-color-border-white));
|
|
547
547
|
}
|
|
548
548
|
.sd-prose--inverted pre {
|
|
549
|
-
color: var(--sd-color-text-white);
|
|
549
|
+
color: rgba(var(--sd-color-text-white));
|
|
550
550
|
}
|
|
551
551
|
.sd-prose--full-width {
|
|
552
552
|
max-width: unset;
|
|
@@ -11,17 +11,17 @@
|
|
|
11
11
|
width: var(--sd-spacing-3);
|
|
12
12
|
border-radius: var(--sd-radius-full);
|
|
13
13
|
padding: var(--sd-spacing-1);
|
|
14
|
-
color: var(--sd-color-text-white) !important;
|
|
14
|
+
color: rgba(var(--sd-color-text-white)) !important;
|
|
15
15
|
}
|
|
16
16
|
.sd-status-badge--success sd-icon {
|
|
17
|
-
background-color: var(--sd-color-background-success);
|
|
17
|
+
background-color: rgba(var(--sd-color-background-success));
|
|
18
18
|
}
|
|
19
19
|
.sd-status-badge--warning sd-icon {
|
|
20
|
-
background-color: var(--sd-color-background-warning);
|
|
20
|
+
background-color: rgba(var(--sd-color-background-warning));
|
|
21
21
|
}
|
|
22
22
|
.sd-status-badge--error sd-icon {
|
|
23
|
-
background-color: var(--sd-color-background-error);
|
|
23
|
+
background-color: rgba(var(--sd-color-background-error));
|
|
24
24
|
}
|
|
25
25
|
.sd-status-badge--info sd-icon {
|
|
26
|
-
background-color: var(--sd-color-background-info);
|
|
26
|
+
background-color: rgba(var(--sd-color-background-info));
|
|
27
27
|
}
|
|
@@ -8,13 +8,13 @@
|
|
|
8
8
|
border-block-width: 1px;
|
|
9
9
|
--tw-border-style: solid;
|
|
10
10
|
border-style: solid;
|
|
11
|
-
border-color: var(--sd-color-border-neutral-400);
|
|
11
|
+
border-color: rgba(var(--sd-color-border-neutral-400));
|
|
12
12
|
background-color: transparent;
|
|
13
13
|
padding: var(--sd-spacing-4);
|
|
14
14
|
text-align: left;
|
|
15
15
|
font-size: var(--sd-text-sm);
|
|
16
16
|
line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
|
|
17
|
-
color: var(--sd-color-text-black);
|
|
17
|
+
color: rgba(var(--sd-color-text-black));
|
|
18
18
|
}
|
|
19
19
|
.sd-table-cell--divider {
|
|
20
20
|
border-right-style: var(--tw-border-style);
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
width: 100%;
|
|
49
49
|
border-style: var(--tw-border-style);
|
|
50
50
|
border-width: 0.5px;
|
|
51
|
-
border-color: var(--sd-color-border-neutral-400);
|
|
51
|
+
border-color: rgba(var(--sd-color-border-neutral-400));
|
|
52
52
|
--tw-content: '';
|
|
53
53
|
content: var(--tw-content);
|
|
54
54
|
}
|
|
@@ -87,13 +87,13 @@
|
|
|
87
87
|
background-image: linear-gradient(var(--tw-gradient-stops));
|
|
88
88
|
}
|
|
89
89
|
.sd-table-cell--bg-white {
|
|
90
|
-
background-color: var(--sd-color-background-white);
|
|
90
|
+
background-color: rgba(var(--sd-color-background-white));
|
|
91
91
|
}
|
|
92
92
|
.sd-table-cell--bg-primary-100 {
|
|
93
|
-
background-color: var(--sd-color-background-primary-100);
|
|
93
|
+
background-color: rgba(var(--sd-color-background-primary-100));
|
|
94
94
|
}
|
|
95
95
|
.sd-table-cell--bg-neutral-100 {
|
|
96
|
-
background-color: var(--sd-color-background-neutral-100);
|
|
96
|
+
background-color: rgba(var(--sd-color-background-neutral-100));
|
|
97
97
|
}
|
|
98
98
|
@property --tw-border-style {
|
|
99
99
|
syntax: "*";
|