conversion-ui-library 1.1.20 → 1.1.21
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/components/ui/button.d.ts.map +1 -1
- package/dist/index.cjs.js +1 -3
- package/dist/index.css +1 -1
- package/dist/index.es.js +4 -6
- package/dist/index.umd.js +2 -4
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -4429,15 +4429,13 @@ const uL = (t) => /* @__PURE__ */ M(
|
|
|
4429
4429
|
xxs: "!h-3 !w-3",
|
|
4430
4430
|
icon: "!h-5 !w-5"
|
|
4431
4431
|
}, CL = kr(
|
|
4432
|
-
"inline-flex items-center justify-center gap-[6px] whitespace-nowrap rounded-[6px] text-sm font-medium transition-all focus-visible:outline-none
|
|
4432
|
+
"inline-flex items-center justify-center gap-[6px] whitespace-nowrap rounded-[6px] text-sm font-medium transition-all focus-visible:outline-none disabled:pointer-events-none [&_svg]:size-4 [&_svg]:shrink-0",
|
|
4433
4433
|
{
|
|
4434
4434
|
variants: {
|
|
4435
4435
|
variant: {
|
|
4436
|
-
primary: "bg-gray-900 !text-white hover:bg-gray-800 active:bg-gray-700 hover:bg-gray-800
|
|
4437
|
-
outlined:
|
|
4438
|
-
|
|
4439
|
-
secondary: `bg-white text-strong shadow-md border border-gray-300 hover:bg-soft hover:shadow-md active:bg-gray-400
|
|
4440
|
-
focus-visible:bg-white focus-visible:ring-2 focus-visible:ring-[rgba(24,24,27,0.10)] focus-visible:ring-offset-0`,
|
|
4436
|
+
primary: "bg-gray-900 !text-white hover:bg-gray-800 active:bg-gray-700 hover:bg-gray-800",
|
|
4437
|
+
outlined: "bg-white text-strong shadow border border-gray-300 hover:bg-soft hover:shadow-md active:bg-gray-400",
|
|
4438
|
+
secondary: "bg-white text-strong shadow-md border border-gray-300 hover:bg-soft hover:shadow-md active:bg-gray-400",
|
|
4441
4439
|
ghost: "hover:bg-sidebar-accent hover:text-sidebar-accent-foreground",
|
|
4442
4440
|
gradient: "bg-gradient-to-r from-blue-900 to-blue-700 !text-white shadow-md hover:shadow-cool",
|
|
4443
4441
|
success: "bg-green-800 !text-white shadow hover:bg-green-900"
|