@beemafrica/ui 0.1.1 → 0.1.2

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,11 +1,11 @@
1
1
  {
2
2
  "name": "@beemafrica/ui",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "description": "Shared Beem UI components built on shadcn/Radix",
5
5
  "type": "module",
6
6
  "publishConfig": {
7
- "access": "public"
8
- },
7
+ "access": "public"
8
+ },
9
9
  "scripts": {
10
10
  "typecheck": "tsc --noEmit",
11
11
  "pack:local": "npm pack"
@@ -108,7 +108,7 @@ function DialogFooter({
108
108
  <div
109
109
  data-slot="dialog-footer"
110
110
  className={cn(
111
- "-mx-12 -mb-12 flex flex-col-reverse gap-2 rounded-b-xl border-t bg-muted/50 px-12 pb-12 pt-4 sm:flex-row sm:justify-end",
111
+ "-mx-12 -mb-12 flex flex-col-reverse gap-2 rounded-b-xl border-t px-12 pb-12 pt-4 sm:flex-row sm:justify-end",
112
112
  className
113
113
  )}
114
114
  {...props}