@redseed/redseed-ui-tailwindcss 6.7.2 → 7.0.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.
@@ -35,7 +35,3 @@
35
35
  .rsui-badge--ai {
36
36
  @apply text-text-ai bg-linear-45 from-background-ai-from to-background-ai-to border border-border-ai;
37
37
  }
38
-
39
- .rsui-badge svg {
40
- @apply size-4;
41
- }
@@ -16,14 +16,6 @@
16
16
  @apply border border-text-secondary text-text-secondary;
17
17
  }
18
18
 
19
- .rsui-button-card__icon svg {
20
- @apply size-5;
21
- }
22
-
23
- .rsui-button-card__icon svg path {
24
- @apply stroke-current;
25
- }
26
-
27
19
  .rsui-button-card__content-text {
28
20
  @apply flex flex-col;
29
21
  }
@@ -47,4 +39,3 @@
47
39
  @apply text-text-disabled;
48
40
  @apply group-hover/button-card:text-text-disabled;
49
41
  }
50
-
@@ -22,8 +22,8 @@
22
22
  }
23
23
 
24
24
  .rsui-card-header__avatar {
25
- @apply size-14 rounded-full overflow-hidden flex items-center justify-center bg-background-secondary;
26
- @apply mt-2.5 md:mt-0;
25
+ @apply size-12 overflow-hidden flex items-center justify-center;
26
+ @apply mt-2 md:mt-0;
27
27
  }
28
28
 
29
29
  .rsui-card-header__text {
@@ -61,7 +61,3 @@
61
61
  .rsui-card-header__actions-mobile {
62
62
  @apply flex flex-wrap gap-3 items-center;
63
63
  }
64
-
65
- .rsui-card-header__more-actions-icon {
66
- @apply size-5 text-text-secondary;
67
- }
@@ -2,9 +2,4 @@
2
2
  @apply cursor-pointer p-4 bg-background-primary rounded-md text-base text-text-primary transition;
3
3
  @apply w-full inline-flex items-center whitespace-nowrap will-change-transform gap-1.5;
4
4
  @apply hover:bg-background-secondary;
5
- }
6
-
7
- .rsui-dropdown-option svg {
8
- @apply size-6;
9
- }
10
-
5
+ }
@@ -3,18 +3,10 @@
3
3
  @apply px-3 py-4 rounded-md text-text-primary;
4
4
  }
5
5
 
6
- .rsui-empty--wide .rsui-empty__image svg {
7
- @apply size-14;
8
- }
9
-
10
6
  .rsui-empty__image {
11
7
  @apply w-full flex items-center justify-center;
12
8
  }
13
9
 
14
- .rsui-empty__image svg {
15
- @apply size-11;
16
- }
17
-
18
10
  .rsui-empty__title {
19
11
  @apply text-lg font-semibold text-center;
20
12
  }
@@ -11,11 +11,7 @@
11
11
  }
12
12
 
13
13
  .rsui-feed-item__avatar {
14
- @apply relative shrink-0 size-12 rounded-full flex items-center justify-center bg-background-disabled border border-border-secondary;
15
- }
16
-
17
- .rsui-feed-item__avatar > svg {
18
- @apply size-7 text-text-secondary;
14
+ @apply relative shrink-0 flex items-start justify-center size-12;
19
15
  }
20
16
 
21
17
  .rsui-feed-item__avatar-indicator {
@@ -26,14 +22,38 @@
26
22
  @apply size-4 rounded-full bg-border-primary border-2 border-background-primary;
27
23
  }
28
24
 
29
- .rsui-feed-item__avatar-indicator-dot--online { @apply bg-text-success; }
30
- .rsui-feed-item__avatar-indicator-dot--busy { @apply bg-text-error; }
25
+ .rsui-feed-item__avatar-indicator-dot--online {
26
+ @apply bg-text-success;
27
+ }
31
28
 
32
- .rsui-feed-item__body { @apply flex-1 flex flex-col gap-3; }
33
- .rsui-feed-item__header { @apply flex flex-col; }
34
- .rsui-feed-item__heading { @apply flex flex-wrap items-center gap-x-2; }
35
- .rsui-feed-item__heading-text { @apply shrink-0 text-sm font-medium text-text-primary; }
36
- .rsui-feed-item__heading-subtext { @apply text-xs text-text-secondary; }
37
- .rsui-feed-item__supporting-text { @apply text-sm font-medium text-text-secondary; }
38
- .rsui-feed-item__dot { @apply relative shrink-0; }
29
+ .rsui-feed-item__avatar-indicator-dot--busy {
30
+ @apply bg-text-error;
31
+ }
39
32
 
33
+ .rsui-feed-item__body {
34
+ @apply flex-1 flex flex-col gap-3;
35
+ }
36
+
37
+ .rsui-feed-item__header {
38
+ @apply flex flex-col;
39
+ }
40
+
41
+ .rsui-feed-item__heading {
42
+ @apply flex flex-wrap items-center gap-x-2;
43
+ }
44
+
45
+ .rsui-feed-item__heading-text {
46
+ @apply shrink-0 text-sm font-medium text-text-primary;
47
+ }
48
+
49
+ .rsui-feed-item__heading-subtext {
50
+ @apply text-xs text-text-secondary;
51
+ }
52
+
53
+ .rsui-feed-item__supporting-text {
54
+ @apply text-sm font-medium text-text-secondary;
55
+ }
56
+
57
+ .rsui-feed-item__dot {
58
+ @apply relative shrink-0;
59
+ }
@@ -0,0 +1,249 @@
1
+ .rsui-icon {
2
+ @apply inline-flex items-center justify-center;
3
+ }
4
+
5
+ .rsui-icon--xxs {
6
+ @apply *:size-2;
7
+ }
8
+
9
+ .rsui-icon--xs {
10
+ @apply *:size-3;
11
+ }
12
+
13
+ .rsui-icon--sm {
14
+ @apply *:size-4;
15
+ }
16
+
17
+ .rsui-icon--md {
18
+ @apply *:size-5;
19
+ }
20
+
21
+ .rsui-icon--lg {
22
+ @apply *:size-6;
23
+ }
24
+
25
+ .rsui-icon--xl {
26
+ @apply *:size-8;
27
+ }
28
+
29
+ .rsui-icon--xxl {
30
+ @apply *:size-10;
31
+ }
32
+
33
+ .rsui-icon--xxxl {
34
+ @apply *:size-12;
35
+ }
36
+
37
+ .rsui-icon--xxs.rsui-icon--background {
38
+ @apply size-4;
39
+ }
40
+
41
+ .rsui-icon--xs.rsui-icon--background {
42
+ @apply size-6
43
+ }
44
+
45
+ .rsui-icon--sm.rsui-icon--background {
46
+ @apply size-8;
47
+ }
48
+
49
+ .rsui-icon--md.rsui-icon--background {
50
+ @apply size-10;
51
+ }
52
+
53
+ .rsui-icon--lg.rsui-icon--background {
54
+ @apply size-12;
55
+ }
56
+
57
+ .rsui-icon--xl.rsui-icon--background {
58
+ @apply size-16;
59
+ }
60
+
61
+ .rsui-icon--xxl.rsui-icon--background {
62
+ @apply size-20;
63
+ }
64
+
65
+ .rsui-icon--xxxl.rsui-icon--background {
66
+ @apply size-24;
67
+ }
68
+
69
+ .rsui-icon--rounded {
70
+ @apply rounded-xl *:rounded-xl;
71
+ }
72
+
73
+ .rsui-icon--xxs.rsui-icon--rounded {
74
+ @apply rounded-md;
75
+ }
76
+
77
+ .rsui-icon--xs.rsui-icon--rounded {
78
+ @apply rounded-lg;
79
+ }
80
+
81
+ .rsui-icon--sm.rsui-icon--rounded {
82
+ @apply rounded-lg;
83
+ }
84
+
85
+ .rsui-icon--circle {
86
+ @apply rounded-full *:rounded-full;
87
+ }
88
+
89
+ .rsui-icon--primary {
90
+ @apply *:text-text-primary;
91
+ }
92
+
93
+ .rsui-icon--secondary {
94
+ @apply *:text-text-secondary;
95
+ }
96
+
97
+ .rsui-icon--brand {
98
+ @apply *:text-text-brand;
99
+ }
100
+
101
+ .rsui-icon--success {
102
+ @apply *:text-text-success;
103
+ }
104
+
105
+ .rsui-icon--info {
106
+ @apply *:text-text-info;
107
+ }
108
+
109
+ .rsui-icon--warning {
110
+ @apply *:text-text-warning;
111
+ }
112
+
113
+ .rsui-icon--error {
114
+ @apply *:text-text-error;
115
+ }
116
+
117
+ .rsui-icon--ai {
118
+ @apply *:text-text-ai;
119
+ }
120
+
121
+ .rsui-icon--disabled {
122
+ @apply *:text-text-disabled;
123
+ }
124
+
125
+ .rsui-icon--primary.rsui-icon--invert {
126
+ @apply *:text-text-on-color;
127
+ }
128
+
129
+ .rsui-icon--secondary.rsui-icon--invert {
130
+ @apply *:text-text-on-color;
131
+ }
132
+
133
+ .rsui-icon--brand.rsui-icon--invert {
134
+ @apply *:text-text-on-color;
135
+ }
136
+
137
+ .rsui-icon--success.rsui-icon--invert {
138
+ @apply *:text-text-on-color;
139
+ }
140
+
141
+ .rsui-icon--info.rsui-icon--invert {
142
+ @apply *:text-text-on-color;
143
+ }
144
+
145
+ .rsui-icon--warning.rsui-icon--invert {
146
+ @apply *:text-text-on-color;
147
+ }
148
+
149
+ .rsui-icon--error.rsui-icon--invert {
150
+ @apply *:text-text-on-color;
151
+ }
152
+
153
+ .rsui-icon--ai.rsui-icon--invert {
154
+ @apply *:text-text-on-color;
155
+ }
156
+
157
+ .rsui-icon--disabled.rsui-icon--invert {
158
+ @apply *:text-text-on-color;
159
+ }
160
+
161
+ .rsui-icon--primary.rsui-icon--background {
162
+ @apply bg-background-primary-contrast;
163
+ @apply *:text-text-on-color;
164
+ }
165
+
166
+ .rsui-icon--secondary.rsui-icon--background {
167
+ @apply bg-background-secondary-contrast;
168
+ @apply *:text-text-on-color;
169
+ }
170
+
171
+ .rsui-icon--success.rsui-icon--background {
172
+ @apply bg-background-success-contrast;
173
+ @apply *:text-text-on-color;
174
+ }
175
+
176
+ .rsui-icon--brand.rsui-icon--background {
177
+ @apply bg-background-brand-contrast;
178
+ @apply *:text-text-on-color;
179
+ }
180
+
181
+ .rsui-icon--info.rsui-icon--background {
182
+ @apply bg-background-info-contrast;
183
+ @apply *:text-text-on-color;
184
+ }
185
+
186
+ .rsui-icon--warning.rsui-icon--background {
187
+ @apply bg-background-warning-contrast;
188
+ @apply *:text-text-on-color;
189
+ }
190
+
191
+ .rsui-icon--error.rsui-icon--background {
192
+ @apply bg-background-error-contrast;
193
+ @apply *:text-text-on-color;
194
+ }
195
+
196
+ .rsui-icon--ai.rsui-icon--background {
197
+ @apply bg-background-ai-contrast;
198
+ @apply *:text-text-on-color;
199
+ }
200
+
201
+ .rsui-icon--disabled.rsui-icon--background {
202
+ @apply bg-background-disabled-contrast;
203
+ @apply *:text-text-on-color;
204
+ }
205
+
206
+ .rsui-icon--primary.rsui-icon--background.rsui-icon--invert {
207
+ @apply bg-background-primary-invert;
208
+ @apply *:text-text-primary;
209
+ }
210
+
211
+ .rsui-icon--secondary.rsui-icon--background.rsui-icon--invert {
212
+ @apply bg-background-secondary-invert;
213
+ @apply *:text-text-secondary;
214
+ }
215
+
216
+ .rsui-icon--brand.rsui-icon--background.rsui-icon--invert {
217
+ @apply bg-background-brand-invert;
218
+ @apply *:text-text-brand;
219
+ }
220
+
221
+ .rsui-icon--success.rsui-icon--background.rsui-icon--invert {
222
+ @apply bg-background-success-invert;
223
+ @apply *:text-text-success;
224
+ }
225
+
226
+ .rsui-icon--info.rsui-icon--background.rsui-icon--invert {
227
+ @apply bg-background-info-invert;
228
+ @apply *:text-text-info;
229
+ }
230
+
231
+ .rsui-icon--warning.rsui-icon--background.rsui-icon--invert {
232
+ @apply bg-background-warning-invert;
233
+ @apply *:text-text-warning;
234
+ }
235
+
236
+ .rsui-icon--error.rsui-icon--background.rsui-icon--invert {
237
+ @apply bg-background-error-invert;
238
+ @apply *:text-text-error;
239
+ }
240
+
241
+ .rsui-icon--ai.rsui-icon--background.rsui-icon--invert {
242
+ @apply bg-background-ai-invert;
243
+ @apply *:text-text-ai;
244
+ }
245
+
246
+ .rsui-icon--disabled.rsui-icon--background.rsui-icon--invert {
247
+ @apply bg-background-disabled-invert;
248
+ @apply *:text-text-disabled;
249
+ }
@@ -18,10 +18,6 @@
18
18
  @apply flex items-center justify-center text-text-disabled;
19
19
  }
20
20
 
21
- .rsui-image__empty-icon {
22
- @apply w-1/4;
23
- }
24
-
25
21
  .rsui-image__message {
26
22
  @apply text-text-disabled text-sm;
27
23
  }
@@ -23,14 +23,6 @@
23
23
  @apply absolute top-1.5 left-3 size-3 border border-current bg-current rounded-full flex items-center justify-center transition;
24
24
  }
25
25
 
26
- .rsui-linked-list-item__active-icon svg,.rsui-linked-list-item__active-icon :is(svg) {
27
- @apply size-2 text-text-on-color;
28
- }
29
-
30
- .rsui-linked-list-item__done-icon svg,.rsui-linked-list-item__done-icon :is(svg) {
31
- @apply size-2 text-text-on-color;
32
- }
33
-
34
26
  .rsui-linked-list-item__title {
35
27
  @apply font-semibold text-base text-text-primary leading-normal;
36
28
  }
@@ -33,8 +33,3 @@
33
33
  .rsui-message-box__close-icon {
34
34
  @apply size-10 cursor-pointer rounded-lg flex items-center justify-center hover:bg-border-secondary transition duration-200;
35
35
  }
36
-
37
- .rsui-message-box__close-icon svg {
38
- @apply size-6 text-text-disabled;
39
- }
40
-
@@ -7,7 +7,7 @@
7
7
  }
8
8
 
9
9
  .rsui-meta-info__label-icon {
10
- @apply size-4;
10
+ @apply flex items-center justify-center;
11
11
  }
12
12
 
13
13
  .rsui-meta-info__label {
@@ -15,11 +15,7 @@
15
15
  }
16
16
 
17
17
  .rsui-meta-info__help {
18
- @apply text-text-secondary size-4 cursor-pointer;
19
- }
20
-
21
- .rsui-meta-info__help svg {
22
- @apply size-full;
18
+ @apply flex items-center justify-center text-text-secondary size-4 cursor-pointer;
23
19
  }
24
20
 
25
21
  .rsui-meta-info__value {
@@ -7,11 +7,11 @@
7
7
  }
8
8
 
9
9
  .rsui-metric-card__avatar {
10
- @apply size-14 rounded-full overflow-hidden flex items-center justify-center pointer-events-auto;
10
+ @apply size-12 rounded-full overflow-hidden flex items-center justify-center pointer-events-auto;
11
11
  }
12
12
 
13
13
  .rsui-metric-card__icon {
14
- @apply text-text-primary transition-transform pointer-events-auto cursor-pointer size-6;
14
+ @apply text-text-primary transition-transform pointer-events-auto cursor-pointer;
15
15
  }
16
16
 
17
17
  .rsui-metric-card__content {
@@ -25,4 +25,3 @@
25
25
  .rsui-metric-card__value {
26
26
  @apply text-3xl font-semibold text-text-primary leading-9;
27
27
  }
28
-
@@ -1,8 +1,3 @@
1
1
  .rsui-pagination-item-next {
2
2
  @apply rounded-r-3xl;
3
3
  }
4
-
5
- .rsui-pagination-item-next svg {
6
- @apply size-5;
7
- }
8
-
@@ -1,8 +1,3 @@
1
1
  .rsui-pagination-item-previous {
2
2
  @apply rounded-l-3xl;
3
3
  }
4
-
5
- .rsui-pagination-item-previous svg {
6
- @apply size-5;
7
- }
8
-
@@ -8,51 +8,30 @@
8
8
 
9
9
  .rsui-section--primary {
10
10
  @apply bg-background-primary text-text-primary;
11
- .rsui-section-header__icon {
12
- @apply bg-background-secondary-contrast;
13
- }
14
11
  }
15
12
 
16
13
  .rsui-section--secondary {
17
14
  @apply bg-background-secondary border-border-secondary text-text-primary;
18
- .rsui-section-header__icon {
19
- @apply bg-background-secondary-contrast;
20
- }
21
15
  }
22
16
 
23
17
  .rsui-section--brand {
24
18
  @apply bg-background-brand border-border-brand text-text-primary;
25
- .rsui-section-header__icon {
26
- @apply bg-background-brand-contrast;
27
- }
28
19
  }
29
20
 
30
21
  .rsui-section--success {
31
22
  @apply bg-background-success border-border-success text-text-primary;
32
- .rsui-section-header__icon {
33
- @apply bg-background-success-contrast;
34
- }
35
23
  }
36
24
 
37
25
  .rsui-section--info {
38
26
  @apply bg-background-info border-border-info text-text-primary;
39
- .rsui-section-header__icon {
40
- @apply bg-background-info-contrast;
41
- }
42
27
  }
43
28
 
44
29
  .rsui-section--warning {
45
30
  @apply bg-background-warning border-border-warning text-text-primary;
46
- .rsui-section-header__icon {
47
- @apply bg-background-warning-contrast;
48
- }
49
31
  }
50
32
 
51
33
  .rsui-section--error {
52
34
  @apply bg-background-error border-border-error text-text-primary;
53
- .rsui-section-header__icon {
54
- @apply bg-background-error-contrast;
55
- }
56
35
  }
57
36
 
58
37
  .rsui-section--ai {
@@ -60,9 +39,6 @@
60
39
  background-size: 160% 160%;
61
40
  background-position: 0% 50%;
62
41
  animation: rsui-section-ai-gradient 3s ease-in-out infinite alternate;
63
- .rsui-section-header__icon {
64
- @apply bg-background-ai-contrast;
65
- }
66
42
  }
67
43
 
68
44
  @keyframes rsui-section-ai-gradient {
@@ -8,11 +8,7 @@
8
8
  }
9
9
 
10
10
  .rsui-section-header__icon {
11
- @apply size-10 rounded-full flex items-center justify-center;
12
-
13
- svg {
14
- @apply size-5 text-text-on-color;
15
- }
11
+ @apply flex items-center justify-center;
16
12
  }
17
13
 
18
14
  .rsui-section-header__text {
@@ -47,7 +43,3 @@
47
43
  .rsui-section-header__actions-mobile {
48
44
  @apply flex flex-wrap gap-space-sm items-center justify-end;
49
45
  }
50
-
51
- .rsui-section-header__more-actions-icon {
52
- @apply size-5 text-text-secondary;
53
- }
@@ -4,7 +4,7 @@
4
4
  }
5
5
 
6
6
  .rsui-sorting__icon {
7
- @apply size-4 transition;
7
+ @apply transition;
8
8
  }
9
9
 
10
10
  .rsui-sorting__icon--desc {
@@ -3,12 +3,7 @@
3
3
  }
4
4
 
5
5
  .rsui-td-user__avatar {
6
- @apply flex items-center justify-center size-10 rounded-full overflow-hidden shrink-0;
7
- @apply text-text-secondary border border-border-secondary bg-background-disabled;
8
- }
9
-
10
- .rsui-td-user__avatar-icon {
11
- @apply size-6;
6
+ @apply flex items-center justify-center size-10 overflow-hidden shrink-0;
12
7
  }
13
8
 
14
9
  .rsui-td-user__content {
@@ -18,4 +13,3 @@
18
13
  .rsui-td-user__supporting-text {
19
14
  @apply text-text-secondary;
20
15
  }
21
-
package/components/th.css CHANGED
@@ -56,11 +56,11 @@
56
56
  }
57
57
 
58
58
  .rsui-th__sort {
59
- @apply shrink-0;
59
+ @apply shrink-0 flex items-center justify-center;
60
60
  }
61
61
 
62
62
  .rsui-th__sort-icon {
63
- @apply size-3.5 transition-all;
63
+ @apply transition-all;
64
64
  }
65
65
 
66
66
  .rsui-th__sort-icon--desc {
package/index.css CHANGED
@@ -44,6 +44,7 @@
44
44
  @import './components/link_primary.css';
45
45
  @import './components/link_slot.css';
46
46
  @import './components/logo.css';
47
+ @import './components/icon.css';
47
48
  @import './components/image.css';
48
49
  @import './components/image_16by9.css';
49
50
  @import './components/image_3by1.css';
@@ -67,7 +68,6 @@
67
68
  @import './components/page_header.css';
68
69
  @import './components/radio_card.css';
69
70
  @import './components/pagination_item.css';
70
- @import './components/pagination_item_collapsed.css';
71
71
  @import './components/pagination_item_next.css';
72
72
  @import './components/pagination_item_previous.css';
73
73
  @import './components/read_more.css';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "6.7.2",
3
+ "version": "7.0.0",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",
package/tokens.css CHANGED
@@ -7,29 +7,39 @@
7
7
  --color-text-warning: var(--Colors-Warning-600);
8
8
  --color-text-error: var(--Colors-Error-600);
9
9
  --color-text-info: var(--Colors-Blue-600);
10
- --color-text-on-color: var(--Colors-Base-white);
11
10
  --color-text-ai: var(--Colors-RedSeed-Purple-500);
11
+ --color-text-on-color: var(--Colors-Base-white);
12
12
 
13
13
  --color-background-primary: var(--Colors-Base-white);
14
14
  --color-background-primary-contrast: var(--Colors-Grey-800);
15
+ --color-background-primary-invert: var(--Colors-Grey-100);
15
16
  --color-background-secondary: var(--Colors-Grey-50);
16
- --color-background-tertiary: var(--Colors-Grey-100);
17
17
  --color-background-secondary-contrast: var(--Colors-Grey-800);
18
+ --color-background-secondary-invert: var(--Colors-Grey-50);
19
+ --color-background-tertiary: var(--Colors-Grey-100);
20
+ --color-background-tertiary-contrast: var(--Colors-Grey-800);
18
21
  --color-background-disabled: var(--Colors-Grey-100);
19
22
  --color-background-disabled-contrast: var(--Colors-Grey-400);
23
+ --color-background-disabled-invert: var(--Colors-Grey-100);
20
24
  --color-background-brand: var(--Colors-Brand-50);
21
25
  --color-background-brand-contrast: var(--Colors-Brand-500);
26
+ --color-background-brand-invert: var(--Colors-Brand-25);
22
27
  --color-background-success: var(--Colors-Success-50);
23
28
  --color-background-success-contrast: var(--Colors-Success-500);
29
+ --color-background-success-invert: var(--Colors-Success-50);
24
30
  --color-background-warning: var(--Colors-Warning-50);
25
31
  --color-background-warning-contrast: var(--Colors-Warning-500);
32
+ --color-background-warning-invert: var(--Colors-Warning-50);
26
33
  --color-background-error: var(--Colors-Error-50);
27
34
  --color-background-error-contrast: var(--Colors-Error-500);
35
+ --color-background-error-invert: var(--Colors-Error-50);
28
36
  --color-background-info: var(--Colors-Blue-50);
29
37
  --color-background-info-contrast: var(--Colors-Blue-500);
38
+ --color-background-info-invert: var(--Colors-Blue-50);
30
39
  --color-background-ai-from: var(--Colors-Background-AI-1);
31
40
  --color-background-ai-to: var(--Colors-Background-AI-2);
32
41
  --color-background-ai-contrast: var(--Colors-RedSeed-Purple-500);
42
+ --color-background-ai-invert: var(--Colors-RedSeed-Purple-25);
33
43
 
34
44
  --color-border-primary: var(--Colors-Grey-400);
35
45
  --color-border-secondary: var(--Colors-Grey-300);
@@ -1,4 +0,0 @@
1
- .rsui-pagination-item-collapsed svg {
2
- @apply size-4;
3
- }
4
-