@redseed/redseed-ui-tailwindcss 7.3.6 → 7.3.8

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.
@@ -93,7 +93,7 @@
93
93
  }
94
94
 
95
95
  .rsui-card__content--padded {
96
- @apply py-5 px-4 sm:px-6 min-h-16;
96
+ @apply py-5 px-4 min-h-16;
97
97
  }
98
98
 
99
99
  .rsui-card__meta {
@@ -9,7 +9,7 @@
9
9
  @apply bg-background-primary placeholder-text-secondary border-border-primary;
10
10
  @apply has-[:focus]:border-border-primary;
11
11
  @apply has-[:user-invalid]:border-border-error has-[:user-invalid]:ring-0;
12
- @apply has-[:disabled]:text-text-disabled has-[:disabled]:bg-background-disabled has-[:disabled]:border-border-disabled has-[:disbaled]:ring-0;
12
+ @apply has-[:disabled]:text-text-disabled has-[:disabled]:bg-background-disabled has-[:disabled]:border-border-disabled has-[:disabled]:ring-0;
13
13
  }
14
14
 
15
15
  .rsui-form-field-text__prefix,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "7.3.6",
3
+ "version": "7.3.8",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "style": "index.css",