@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,61 +1,27 @@
1
- /**
2
- * Description of the style.
3
- * @name sd-1-5-5-status-badge
4
- * @status stable
5
- * @since 1.0
6
- * @variant { sucess | warning | error | info } sd-1-5-5-status-badge--...
7
- */
8
-
9
- .sd-1-5-5-status-badge {
10
-
11
- display: inline-flex;
12
-
13
- align-items: center
1
+ /*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
2
+ @layer theme, base, components, utilities;
3
+ .sd-2-0-0-next-1-status-badge {
4
+ display: inline-flex;
5
+ align-items: center;
14
6
  }
15
-
16
- .sd-1-5-5-status-badge sd-icon {
17
-
18
- margin-right: var(--sd-spacing-2, 0.5rem) /* 8px */;
19
-
7
+ .sd-2-0-0-next-1-status-badge sd-icon {
8
+ margin-right: var(--sd-spacing-2);
20
9
  display: flex;
21
-
22
- height: var(--sd-spacing-3, 0.75rem) /* 12px */;
23
-
24
- width: var(--sd-spacing-3, 0.75rem) /* 12px */;
25
-
26
- border-radius: var(--sd-border-radius-full, 9999px) /* Radius for pill shape buttons */;
27
-
28
- padding: var(--sd-spacing-1, 0.25rem) /* 4px */;
29
-
30
- --tw-text-opacity: 1 !important;
31
-
32
- color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-text-opacity, 1)) /* Inverted text color */ !important
33
- }
34
-
35
- .sd-1-5-5-status-badge--success sd-icon {
36
-
37
-
38
-
39
- background-color: rgb(var(--sd-color-success, 37 136 14) / var(--tw-bg-opacity, 1)) /* Used for success messages */
40
- }
41
-
42
- .sd-1-5-5-status-badge--warning sd-icon {
43
-
44
-
45
-
46
- background-color: rgb(var(--sd-color-warning, 187 141 32) / var(--tw-bg-opacity, 1)) /* Used for notifications */
47
- }
48
-
49
- .sd-1-5-5-status-badge--error sd-icon {
50
-
51
-
52
-
53
- background-color: rgb(var(--sd-color-error, 204 25 55) / var(--tw-bg-opacity, 1)) /* Used for notification, status-badge */
54
- }
55
-
56
- .sd-1-5-5-status-badge--info sd-icon {
57
-
58
-
59
-
60
- background-color: rgb(var(--sd-color-info, 21 130 213) / var(--tw-bg-opacity, 1)) /* Used for notification, status-badge */
61
- }
10
+ height: var(--sd-spacing-3);
11
+ width: var(--sd-spacing-3);
12
+ border-radius: var(--sd-radius-full);
13
+ padding: var(--sd-spacing-1);
14
+ color: var(--sd-color-text-white) !important;
15
+ }
16
+ .sd-2-0-0-next-1-status-badge--success sd-icon {
17
+ background-color: var(--sd-color-background-success);
18
+ }
19
+ .sd-2-0-0-next-1-status-badge--warning sd-icon {
20
+ background-color: var(--sd-color-background-warning);
21
+ }
22
+ .sd-2-0-0-next-1-status-badge--error sd-icon {
23
+ background-color: var(--sd-color-background-error);
24
+ }
25
+ .sd-2-0-0-next-1-status-badge--info sd-icon {
26
+ background-color: var(--sd-color-background-info);
27
+ }
@@ -1,186 +1,171 @@
1
- /**
2
- * A table cell is a single cell inside a table, used to display discrete data elements.
3
- * @name sd-1-5-5-table-cell
4
- * @status stable
5
- * @since 1.13
6
- * @boolean sd-1-5-5-table-cell--divider Displays a divider to the right.
7
- * @variant { white | primary-100 | neutral-100 } sd-1-5-5-table-cell--bg-... Applies the selected background-color to the table cell. If not selected, a transparent background-color is used per default.
8
- * @boolean sd-1-5-5-table-cell--shadow-active Displays the table shadow.
9
- * @variant { top | left | right | bottom } sd-1-5-5-table-cell--shadow-... Applies the selected shadow to the table cell.
10
- */
11
-
12
- .sd-1-5-5-prose td,
13
- .sd-1-5-5-prose th,
14
- .sd-1-5-5-table-cell {
15
-
16
- border-top-width: 1px;
17
-
18
- border-bottom-width: 1px;
19
-
20
- border-left-width: 0px;
21
-
22
- border-right-width: 0px;
23
-
24
- border-style: solid;
25
-
26
- --tw-border-opacity: 1;
27
-
28
- border-color: rgb(var(--sd-color-neutral-400, 195 195 195) / var(--tw-border-opacity, 1)) /* Default border color.
29
- Used for divider, teaser, container, ... */;
30
-
31
- background-color: transparent;
32
-
33
- padding: var(--sd-spacing-4, 1rem) /* 16px */;
34
-
35
- text-align: left;
36
-
37
- font-size: var(--sd-font-size-sm, 0.875rem) /* 14px */;
38
-
39
-
40
-
41
- color: rgb(var(--sd-color-black, 24 24 24) / var(--tw-text-opacity, 1)) /* Default text color */
42
- }
43
-
44
- .sd-1-5-5-table-cell--divider {
45
-
46
- border-right-width: 1px
47
- }
48
-
49
- .sd-1-5-5-table-cell--shadow-top:after, .sd-1-5-5-table-cell--shadow-bottom:after, .sd-1-5-5-table-cell--shadow-left:after, .sd-1-5-5-table-cell--shadow-right:after {
50
-
51
- pointer-events: none;
52
-
53
- position: absolute;
54
-
55
- --tw-gradient-from: rgb(0 0 0 / var(--sd-opacity-10, 0.1)) var(--tw-gradient-from-position);
56
-
57
- --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
58
-
59
- --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
60
-
61
- --tw-gradient-to: transparent var(--tw-gradient-to-position);
62
-
63
- opacity: var(--sd-opacity-0, 0);
64
-
65
- transition-property: opacity;
66
-
67
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
68
-
69
- transition-duration: 300ms;
70
-
71
- --tw-content: '';
72
-
73
- content: var(--tw-content)
74
- }
75
-
76
- .sd-1-5-5-table-cell--shadow-top:after, .sd-1-5-5-table-cell--shadow-bottom:after {
77
-
78
- left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
79
-
80
- right: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
81
-
82
- height: var(--sd-spacing-2-5, 0.625rem) /* 10px */
83
- }
84
-
85
- /* fix that shows line on top of table-cell */
86
-
87
- .sd-1-5-5-table-cell--shadow-top:before, .sd-1-5-5-table-cell--shadow-bottom:before {
88
-
89
- position: absolute;
90
-
91
- left: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
92
-
93
- display: block;
94
-
95
- height: 1px;
96
-
97
- width: 100%;
98
-
99
- border-width: 0.5px;
100
-
101
- --tw-border-opacity: 1;
102
-
103
- border-color: rgb(var(--sd-color-neutral-400, 195 195 195) / var(--tw-border-opacity, 1)) /* Default border color.
104
- Used for divider, teaser, container, ... */;
105
-
106
- --tw-content: '';
107
-
108
- content: var(--tw-content)
109
- }
110
-
111
- .sd-1-5-5-table-cell--shadow-left:after, .sd-1-5-5-table-cell--shadow-right:after {
112
-
113
- top: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
114
-
115
- bottom: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
116
-
117
- width: var(--sd-spacing-2-5, 0.625rem) /* 10px */
118
- }
119
-
120
- .sd-1-5-5-table-cell.sd-1-5-5-table-cell--shadow-active:after {
121
-
122
- opacity: 100%
123
- }
124
-
125
- .sd-1-5-5-table-cell--shadow-top:after {
126
-
127
- top: -10px;
128
-
129
- background-image: linear-gradient(to top, var(--tw-gradient-stops))
130
- }
131
-
132
- /* fix that shows line on top of table-cell */
133
-
134
- .sd-1-5-5-table-cell--shadow-top:before {
135
-
136
- bottom: -1px
137
- }
138
-
139
- .sd-1-5-5-table-cell--shadow-bottom:after {
140
-
141
- bottom: -10px;
142
-
143
- background-image: linear-gradient(to bottom, var(--tw-gradient-stops))
144
- }
145
-
146
- /* fix that shows line on top of table-cell */
147
-
148
- .sd-1-5-5-table-cell--shadow-bottom:before {
149
-
150
- top: -1px
151
- }
152
-
153
- .sd-1-5-5-table-cell--shadow-left:after {
154
-
155
- left: -10px;
156
-
157
- background-image: linear-gradient(to left, var(--tw-gradient-stops))
158
- }
159
-
160
- .sd-1-5-5-table-cell--shadow-right:after {
161
-
162
- right: -10px;
163
-
164
- background-image: linear-gradient(to right, var(--tw-gradient-stops))
165
- }
166
-
167
- .sd-1-5-5-table-cell--bg-white {
168
-
169
-
170
-
171
- background-color: rgb(var(--sd-color-white, 255 255 255) / var(--tw-bg-opacity, 1)) /* Default background color (light mode) 
Used for inverted button */
172
- }
173
-
174
- .sd-1-5-5-table-cell--bg-primary-100 {
175
-
176
-
177
-
178
- background-color: rgb(var(--sd-color-primary-100, 236 240 249) / var(--tw-bg-opacity, 1)) /* Additional background color (light mode) */
179
- }
180
-
181
- .sd-1-5-5-table-cell--bg-neutral-100 {
182
-
183
-
184
-
185
- background-color: rgb(var(--sd-color-neutral-100, 246 246 246) / var(--tw-bg-opacity, 1)) /* Additional background color (light mode) */
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-prose td, .sd-2-0-0-next-1-prose th, .sd-2-0-0-next-1-table-cell {
5
+ border-inline-style: var(--tw-border-style);
6
+ border-inline-width: 0px;
7
+ border-block-style: var(--tw-border-style);
8
+ border-block-width: 1px;
9
+ --tw-border-style: solid;
10
+ border-style: solid;
11
+ border-color: var(--sd-color-border-neutral-400);
12
+ background-color: transparent;
13
+ padding: var(--sd-spacing-4);
14
+ text-align: left;
15
+ font-size: var(--sd-text-sm);
16
+ line-height: var(--tw-leading, var(--text-sm--line-height, calc(1.25 / 0.875)));
17
+ color: var(--sd-color-text-black);
18
+ }
19
+ .sd-2-0-0-next-1-table-cell--divider {
20
+ border-right-style: var(--tw-border-style);
21
+ border-right-width: 1px;
22
+ }
23
+ .sd-2-0-0-next-1-table-cell--shadow-top:after, .sd-2-0-0-next-1-table-cell--shadow-bottom:after, .sd-2-0-0-next-1-table-cell--shadow-left:after, .sd-2-0-0-next-1-table-cell--shadow-right:after {
24
+ pointer-events: none;
25
+ position: absolute;
26
+ --tw-gradient-from: color-mix(in oklab, #000 var(--sd-opacity-10), transparent);
27
+ --tw-gradient-to: transparent;
28
+ --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
29
+ opacity: var(--sd-opacity-0);
30
+ transition-property: opacity;
31
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function, cubic-bezier(0.4, 0, 0.2, 1)));
32
+ transition-duration: var(--tw-duration, var(--default-transition-duration, 150ms));
33
+ --tw-duration: 300ms;
34
+ transition-duration: 300ms;
35
+ --tw-content: '';
36
+ content: var(--tw-content);
37
+ }
38
+ .sd-2-0-0-next-1-table-cell--shadow-top:after, .sd-2-0-0-next-1-table-cell--shadow-bottom:after {
39
+ right: calc(var(--sd-spacing-1) * 0);
40
+ left: calc(var(--sd-spacing-1) * 0);
41
+ height: calc(var(--sd-spacing-1) * 2.5);
42
+ }
43
+ .sd-2-0-0-next-1-table-cell--shadow-top:before, .sd-2-0-0-next-1-table-cell--shadow-bottom:before {
44
+ position: absolute;
45
+ left: calc(var(--sd-spacing-1) * 0);
46
+ display: block;
47
+ height: 1px;
48
+ width: 100%;
49
+ border-style: var(--tw-border-style);
50
+ border-width: 0.5px;
51
+ border-color: var(--sd-color-border-neutral-400);
52
+ --tw-content: '';
53
+ content: var(--tw-content);
54
+ }
55
+ .sd-2-0-0-next-1-table-cell--shadow-left:after, .sd-2-0-0-next-1-table-cell--shadow-right:after {
56
+ top: calc(var(--sd-spacing-1) * 0);
57
+ bottom: calc(var(--sd-spacing-1) * 0);
58
+ width: calc(var(--sd-spacing-1) * 2.5);
59
+ }
60
+ .sd-2-0-0-next-1-table-cell.sd-2-0-0-next-1-table-cell--shadow-active:after {
61
+ opacity: 100%;
62
+ }
63
+ .sd-2-0-0-next-1-table-cell--shadow-top:after {
64
+ top: -10px;
65
+ --tw-gradient-position: to top in oklab;
66
+ background-image: linear-gradient(var(--tw-gradient-stops));
67
+ }
68
+ .sd-2-0-0-next-1-table-cell--shadow-top:before {
69
+ bottom: -1px;
70
+ }
71
+ .sd-2-0-0-next-1-table-cell--shadow-bottom:after {
72
+ bottom: -10px;
73
+ --tw-gradient-position: to bottom in oklab;
74
+ background-image: linear-gradient(var(--tw-gradient-stops));
75
+ }
76
+ .sd-2-0-0-next-1-table-cell--shadow-bottom:before {
77
+ top: -1px;
78
+ }
79
+ .sd-2-0-0-next-1-table-cell--shadow-left:after {
80
+ left: -10px;
81
+ --tw-gradient-position: to left in oklab;
82
+ background-image: linear-gradient(var(--tw-gradient-stops));
83
+ }
84
+ .sd-2-0-0-next-1-table-cell--shadow-right:after {
85
+ right: -10px;
86
+ --tw-gradient-position: to right in oklab;
87
+ background-image: linear-gradient(var(--tw-gradient-stops));
88
+ }
89
+ .sd-2-0-0-next-1-table-cell--bg-white {
90
+ background-color: var(--sd-color-background-white);
91
+ }
92
+ .sd-2-0-0-next-1-table-cell--bg-primary-100 {
93
+ background-color: var(--sd-color-background-primary-100);
94
+ }
95
+ .sd-2-0-0-next-1-table-cell--bg-neutral-100 {
96
+ background-color: var(--sd-color-background-neutral-100);
97
+ }
98
+ @property --tw-border-style {
99
+ syntax: "*";
100
+ inherits: false;
101
+ initial-value: solid;
102
+ }
103
+ @property --tw-gradient-position {
104
+ syntax: "*";
105
+ inherits: false;
106
+ }
107
+ @property --tw-gradient-from {
108
+ syntax: "<color>";
109
+ inherits: false;
110
+ initial-value: #0000;
111
+ }
112
+ @property --tw-gradient-via {
113
+ syntax: "<color>";
114
+ inherits: false;
115
+ initial-value: #0000;
116
+ }
117
+ @property --tw-gradient-to {
118
+ syntax: "<color>";
119
+ inherits: false;
120
+ initial-value: #0000;
121
+ }
122
+ @property --tw-gradient-stops {
123
+ syntax: "*";
124
+ inherits: false;
125
+ }
126
+ @property --tw-gradient-via-stops {
127
+ syntax: "*";
128
+ inherits: false;
129
+ }
130
+ @property --tw-gradient-from-position {
131
+ syntax: "<length-percentage>";
132
+ inherits: false;
133
+ initial-value: 0%;
134
+ }
135
+ @property --tw-gradient-via-position {
136
+ syntax: "<length-percentage>";
137
+ inherits: false;
138
+ initial-value: 50%;
139
+ }
140
+ @property --tw-gradient-to-position {
141
+ syntax: "<length-percentage>";
142
+ inherits: false;
143
+ initial-value: 100%;
144
+ }
145
+ @property --tw-duration {
146
+ syntax: "*";
147
+ inherits: false;
148
+ }
149
+ @property --tw-content {
150
+ syntax: "*";
151
+ inherits: false;
152
+ initial-value: "";
153
+ }
154
+ @layer properties {
155
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
156
+ *, ::before, ::after, ::backdrop {
157
+ --tw-border-style: solid;
158
+ --tw-gradient-position: initial;
159
+ --tw-gradient-from: #0000;
160
+ --tw-gradient-via: #0000;
161
+ --tw-gradient-to: #0000;
162
+ --tw-gradient-stops: initial;
163
+ --tw-gradient-via-stops: initial;
164
+ --tw-gradient-from-position: 0%;
165
+ --tw-gradient-via-position: 50%;
166
+ --tw-gradient-to-position: 100%;
167
+ --tw-duration: initial;
168
+ --tw-content: "";
169
+ }
170
+ }
186
171
  }
@@ -1,24 +1,32 @@
1
- /**
2
- * A table is organized structured content, used for scanning, comparing, and analyzing the data.
3
- * @name sd-1-5-5-table
4
- * @status stable
5
- * @since 1.13
6
- */
7
-
8
- /*
9
- * Remove inherited styles from table before applying our styles.
10
- */
11
-
12
- .sd-1-5-5-table,
13
- .sd-1-5-5-prose table {
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-table, .sd-2-0-0-next-1-prose table {
14
5
  all: unset;
15
6
  display: table;
16
7
  border-collapse: collapse;
17
- --tw-border-spacing-x: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
18
- --tw-border-spacing-y: var(--sd-spacing-0, 0px) /* No spacing (manually added) */;
8
+ --tw-border-spacing-x: calc(var(--sd-spacing-1) * 0);
9
+ --tw-border-spacing-y: calc(var(--sd-spacing-1) * 0);
19
10
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
20
11
  }
21
-
22
- .sd-1-5-5-table thead tr:first-of-type, .sd-1-5-5-table tfoot tr:first-of-type, .sd-1-5-5-prose table thead tr:first-of-type, .sd-1-5-5-prose table tfoot tr:first-of-type {
23
- position: relative;
12
+ .sd-2-0-0-next-1-table thead tr:first-of-type, .sd-2-0-0-next-1-table tfoot tr:first-of-type, .sd-2-0-0-next-1-prose table thead tr:first-of-type, .sd-2-0-0-next-1-prose table tfoot tr:first-of-type {
13
+ position: relative;
14
+ }
15
+ @property --tw-border-spacing-x {
16
+ syntax: "<length>";
17
+ inherits: false;
18
+ initial-value: 0;
19
+ }
20
+ @property --tw-border-spacing-y {
21
+ syntax: "<length>";
22
+ inherits: false;
23
+ initial-value: 0;
24
+ }
25
+ @layer properties {
26
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
27
+ *, ::before, ::after, ::backdrop {
28
+ --tw-border-spacing-x: 0;
29
+ --tw-border-spacing-y: 0;
30
+ }
31
+ }
24
32
  }