@redseed/redseed-ui-tailwindcss 7.1.8 → 7.2.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.
@@ -11,6 +11,14 @@
11
11
  @apply opacity-30 cursor-default pointer-events-none;
12
12
  }
13
13
 
14
+ .rsui-link-slot--xs {
15
+ @apply text-xs leading-4;
16
+ }
17
+
18
+ .rsui-link-slot--xs svg {
19
+ @apply size-4;
20
+ }
21
+
14
22
  .rsui-link-slot--sm {
15
23
  @apply text-sm leading-5;
16
24
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "7.1.8",
3
+ "version": "7.2.0",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",