@agentero/design-system 0.23.5 → 0.23.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agentero/design-system",
3
- "version": "0.23.5",
3
+ "version": "0.23.6",
4
4
  "description": "A React component library built with Tailwind CSS v4 and Radix UI primitives",
5
5
  "type": "module",
6
6
  "license": "Apache-2.0",
@@ -31,9 +31,9 @@ var d = o("dialog"), f = r({
31
31
  "data-[state=open]:animate-modal-content-in data-[state=closed]:animate-modal-content-out",
32
32
  "motion-reduce:animate-none!"
33
33
  ],
34
- title: "flex items-start justify-between gap-2 px-10 text-[1.375rem] leading-7 font-semibold text-text-default-base-primary",
34
+ title: "flex items-center justify-between gap-2 px-10 text-[1.375rem] leading-7 font-semibold text-text-default-base-primary",
35
35
  body: "-my-1 max-h-[60vh] overflow-y-auto px-10 py-1",
36
- footer: "flex shrink-0 items-center justify-end gap-2 px-10"
36
+ footer: "flex shrink-0 items-center justify-end gap-4 px-10"
37
37
  },
38
38
  variants: { size: {
39
39
  md: { content: "max-w-[33.75rem]" },
@@ -78,7 +78,7 @@ var h = ({ className: e, children: r, ...o }) => {
78
78
  variant: "ghost",
79
79
  size: "sm",
80
80
  "aria-label": "Close",
81
- className: "-my-2 -mr-6 shrink-0",
81
+ className: "shrink-0",
82
82
  children: /* @__PURE__ */ i(n, {})
83
83
  })
84
84
  })]