@redseed/redseed-ui-tailwindcss 7.14.0 → 7.16.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.
@@ -122,6 +122,10 @@
122
122
  @apply *:text-text-disabled;
123
123
  }
124
124
 
125
+ .rsui-icon--classic {
126
+ @apply *:text-pink-500;
127
+ }
128
+
125
129
  .rsui-icon--primary.rsui-icon--invert {
126
130
  @apply *:text-text-on-color;
127
131
  }
@@ -158,6 +162,10 @@
158
162
  @apply *:text-text-on-color;
159
163
  }
160
164
 
165
+ .rsui-icon--classic.rsui-icon--invert {
166
+ @apply *:text-text-on-color;
167
+ }
168
+
161
169
  .rsui-icon--primary.rsui-icon--background {
162
170
  @apply bg-background-primary-contrast;
163
171
  @apply *:text-text-on-color;
@@ -203,6 +211,11 @@
203
211
  @apply *:text-text-on-color;
204
212
  }
205
213
 
214
+ .rsui-icon--classic.rsui-icon--background {
215
+ @apply bg-pink-500;
216
+ @apply *:text-text-on-color;
217
+ }
218
+
206
219
  .rsui-icon--primary.rsui-icon--background.rsui-icon--invert {
207
220
  @apply bg-background-primary-invert;
208
221
  @apply *:text-text-primary;
@@ -246,4 +259,9 @@
246
259
  .rsui-icon--disabled.rsui-icon--background.rsui-icon--invert {
247
260
  @apply bg-background-disabled-invert;
248
261
  @apply *:text-text-disabled;
262
+ }
263
+
264
+ .rsui-icon--classic.rsui-icon--background.rsui-icon--invert {
265
+ @apply bg-pink-50;
266
+ @apply *:text-pink-500;
249
267
  }
@@ -14,6 +14,10 @@
14
14
  @apply w-full border-collapse;
15
15
  }
16
16
 
17
+ .rsui-table table caption {
18
+ @apply sr-only;
19
+ }
20
+
17
21
  .rsui-table table thead tr:last-child {
18
22
  @apply border-b-border-primary;
19
23
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "7.14.0",
3
+ "version": "7.16.0",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",