@elizaos/ui 2.0.0-alpha.13 → 2.0.0-alpha.15

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.
@@ -15,8 +15,8 @@ const buttonVariants = cva("inline-flex items-center justify-center gap-2 whites
15
15
  },
16
16
  size: {
17
17
  default: "h-10 px-4 py-2",
18
- sm: "h-9 rounded-md px-3",
19
- lg: "h-11 rounded-md px-8",
18
+ sm: "h-9 rounded-md px-3 py-1.5",
19
+ lg: "h-11 rounded-md px-8 py-2.5",
20
20
  icon: "h-10 w-10",
21
21
  },
22
22
  },
package/dist/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/ui",
3
- "version": "2.0.0-alpha.13",
3
+ "version": "2.0.0-alpha.15",
4
4
  "description": "Reusable UI primitives and components for elizaOS applications.",
5
5
  "type": "module",
6
6
  "main": "./index.js",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elizaos/ui",
3
- "version": "2.0.0-alpha.13",
3
+ "version": "2.0.0-alpha.15",
4
4
  "description": "Reusable UI primitives and components for elizaOS applications.",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -90,5 +90,5 @@
90
90
  "engines": {
91
91
  "node": ">=18.0.0"
92
92
  },
93
- "gitHead": "9448dcfc32d38873e1e2596d4ff4eca444fadca0"
93
+ "gitHead": "64c3776b97ecd672df468fc872a36822c8edcc51"
94
94
  }