@lctafrica/ui 1.1.5 → 1.1.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/dist/index.js CHANGED
@@ -11516,11 +11516,11 @@ function vx({
11516
11516
  );
11517
11517
  }
11518
11518
  const Hl = St(
11519
- "font-semibold flex items-center justify-center rounded-lg disabled:cursor-not-allowed cursor-pointer",
11519
+ "font-semibold flex items-center justify-center rounded-lg disabled:cursor-not-allowed cursor-pointer focus:outline-3 focus:outline-gray-400",
11520
11520
  {
11521
11521
  variants: {
11522
11522
  variant: {
11523
- primary: "bg-blue-600 text-white border border-blue-600 hover:bg-blue-700 hover:border-blue-700 disabled:bg-blue-200 disabled:hover:bg-blue-200 disabled:border-blue-200 focused:shadow-xs focused:shadow-blue-100/5",
11523
+ primary: "bg-blue-600 text-white border border-blue-600 hover:bg-blue-700 hover:border-blue-700 disabled:bg-blue-200 disabled:hover:bg-blue-200 disabled:border-blue-200 focused:shadow-xs focused:shadow-blue-100/5 ",
11524
11524
  "primary-destructive": "bg-red-600 text-white border border-red-600 hover:bg-red-700 hover:border-red-700 disabled:bg-red-200 disabled:hover:bg-red-200 disabled:border-red-200 focused:shadow-xs focused:shadow-red-100/5",
11525
11525
  secondary: "bg-blue-50 text-blue-700 border border-blue-50 hover:bg-blue-100 hover:border-blue-100 disabled:bg-blue-50/50 disabled:hover:bg-blue-50/50 disabled:border-blue-50/50 disabled:text-blue-300 focused:shadow-xs focused:shadow-blue-100/5",
11526
11526
  "secondary-destructive": "bg-red-50 text-red-700 border border-red-50 hover:bg-red-100 hover:border-red-100 disabled:bg-red-50/50 disabled:hover:bg-red-50/50 disabled:border-red-50/50 disabled:text-red-300 focused:shadow-xs focused:shadow-red-100/5",
@@ -11752,7 +11752,7 @@ function Mx({
11752
11752
  {
11753
11753
  "data-slot": "dialog-overlay",
11754
11754
  className: T(
11755
- "fixed inset-0 isolate z-50 bg-black/10 duration-100 supports-backdrop-filter:backdrop-blur-xs data-open:animate-in data-open:fade-in-0 data-closed:animate-out data-closed:fade-out-0",
11755
+ "fixed inset-0 isolate z-50 bg-black/25 duration-100 data-open:animate-in data-open:fade-in-0 data-closed:animate-out data-closed:fade-out-0",
11756
11756
  e
11757
11757
  ),
11758
11758
  ...t
@@ -11870,7 +11870,7 @@ function Zc({
11870
11870
  Tx,
11871
11871
  {
11872
11872
  showCloseButton: a,
11873
- className: T("sm:max-w-sm", i),
11873
+ className: T("min-w-fit", i),
11874
11874
  children: [
11875
11875
  s && /* @__PURE__ */ fe(Px, { children: [
11876
11876
  o && /* @__PURE__ */ v(Ax, { children: o }),
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lctafrica/ui",
3
- "version": "1.1.5",
3
+ "version": "1.1.6",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",