@meshagent/meshagent-tailwind 0.4.1 → 0.4.3

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.
package/CHANGELOG.md CHANGED
@@ -1,3 +1,9 @@
1
+ ## [0.4.3]
2
+ - Stability
3
+
4
+ ## [0.4.2]
5
+ - Stability
6
+
1
7
  ## [0.4.1]
2
8
  - Stability
3
9
 
@@ -35,7 +35,7 @@ function Card({ className, ...props }) {
35
35
  {
36
36
  "data-slot": "card",
37
37
  className: (0, import_utils.cn)(
38
- "bg-card text-card-foreground flex flex-col gap-6 rounded-xl border py-6 shadow-sm",
38
+ "bg-card text-card-foreground flex flex-col flex-1 gap-6 rounded-xl border py-6 shadow-sm",
39
39
  className
40
40
  ),
41
41
  ...props
@@ -6,7 +6,7 @@ function Card({ className, ...props }) {
6
6
  {
7
7
  "data-slot": "card",
8
8
  className: cn(
9
- "bg-card text-card-foreground flex flex-col gap-6 rounded-xl border py-6 shadow-sm",
9
+ "bg-card text-card-foreground flex flex-col flex-1 gap-6 rounded-xl border py-6 shadow-sm",
10
10
  className
11
11
  ),
12
12
  ...props
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@meshagent/meshagent-tailwind",
3
- "version": "0.4.1",
3
+ "version": "0.4.3",
4
4
  "description": "Meshagent Tailwind Components",
5
5
  "scripts": {
6
6
  "build:js": "node build.js",
@@ -29,8 +29,8 @@
29
29
  "CHANGELOG.md"
30
30
  ],
31
31
  "dependencies": {
32
- "@meshagent/meshagent": "^0.4.1",
33
- "@meshagent/meshagent-react": "^0.4.1",
32
+ "@meshagent/meshagent": "^0.4.3",
33
+ "@meshagent/meshagent-react": "^0.4.3",
34
34
  "@radix-ui/react-avatar": "^1.1.10",
35
35
  "@radix-ui/react-slot": "^1.2.3",
36
36
  "class-variance-authority": "^0.7.1",