@redseed/redseed-ui-tailwindcss 5.3.2 → 5.3.4

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.
@@ -44,3 +44,7 @@
44
44
  @apply w-full flex items-center justify-center mb-4;
45
45
  }
46
46
 
47
+ /* List variant: force single-column full-width cards at all sizes */
48
+ .rsui-card-group--list .rsui-card-group__cards {
49
+ @apply grid-cols-1;
50
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@redseed/redseed-ui-tailwindcss",
3
- "version": "5.3.2",
3
+ "version": "5.3.4",
4
4
  "description": "RedSeed UI Tailwindcss",
5
5
  "main": "index.js",
6
6
  "repository": "https://github.com/redseedtraining/redseed-ui",
@@ -11,10 +11,11 @@
11
11
  "author": "",
12
12
  "license": "ISC",
13
13
  "dependencies": {
14
+ "tailwindcss": "^3.4.17"
15
+ },
16
+ "devDependencies": {
14
17
  "autoprefixer": "^10.4.21",
15
18
  "postcss": "^8.5.6",
16
- "postcss-import": "^16.1.1",
17
- "sass": "^1.92.0",
18
- "tailwindcss": "^3.4.17"
19
+ "postcss-import": "^16.1.1"
19
20
  }
20
21
  }