@redseed/redseed-ui-tailwindcss 6.0.3 → 6.0.5

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.
@@ -1,5 +1,5 @@
1
1
  .rsui-switcher {
2
- @apply w-fit flex flex-col sm:flex-row sm:items-center overflow-hidden;
2
+ @apply w-fit flex flex-col sm:flex-row sm:items-center overflow-hidden gap-1;
3
3
  @apply bg-background-disabled p-1 rounded-lg;
4
4
  }
5
5
 
@@ -14,4 +14,3 @@
14
14
  .rsui-switcher .rsui-switcher-item {
15
15
  @apply w-full sm:w-fit;
16
16
  }
17
-
@@ -8,6 +8,10 @@
8
8
  @apply bg-background-primary text-text-primary border-border-secondary;
9
9
  }
10
10
 
11
+ .rsui-switcher-item--disabled {
12
+ @apply cursor-default bg-background-disabled text-text-disabled;
13
+ }
14
+
11
15
  .rsui-switcher-item svg {
12
16
  @apply size-6;
13
17
  }
@@ -23,10 +23,9 @@
23
23
  }
24
24
 
25
25
  .rsui-table__container {
26
- @apply w-full overflow-x-scroll;
26
+ @apply w-full overflow-x-auto;
27
27
  }
28
28
 
29
29
  .rsui-table__footer {
30
30
  @apply w-full border-t border-border-primary overflow-hidden py-3 px-6;
31
31
  }
32
-
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "6.0.3",
3
+ "version": "6.0.5",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",