@redseed/redseed-ui-tailwindcss 6.1.1 → 6.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.
@@ -52,6 +52,11 @@
52
52
  @apply justify-end;
53
53
  }
54
54
 
55
+ /* modifier xs size */
56
+ .rsui-button-slot--xs {
57
+ @apply text-sm px-1.5 py-1.5 gap-1;
58
+ }
59
+
55
60
  /* modifier sm size */
56
61
  .rsui-button-slot--sm {
57
62
  @apply text-sm px-3 py-2 gap-1;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "6.1.1",
3
+ "version": "6.2.0",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",
@@ -12,7 +12,7 @@
12
12
  "author": "",
13
13
  "license": "ISC",
14
14
  "dependencies": {
15
- "@tailwindcss/vite": "^4.1.13",
16
- "tailwindcss": "^4.1.13"
15
+ "@tailwindcss/vite": "^4.1.14",
16
+ "tailwindcss": "^4.1.14"
17
17
  }
18
18
  }