conversion-ui-library 1.1.34 → 1.1.36
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.cjs.js +2 -2
- package/dist/index.css +1 -1
- package/dist/index.es.js +12 -12
- package/dist/index.umd.js +28 -28
- package/package.json +1 -1
package/dist/index.es.js
CHANGED
|
@@ -9892,7 +9892,7 @@ const OG = O.forwardRef(
|
|
|
9892
9892
|
{
|
|
9893
9893
|
size: "small",
|
|
9894
9894
|
fontWeight: "medium",
|
|
9895
|
-
className: T("mb-
|
|
9895
|
+
className: T("mb-[10px] block text-sub", i),
|
|
9896
9896
|
children: [
|
|
9897
9897
|
n,
|
|
9898
9898
|
l && /* @__PURE__ */ v("span", { className: "ml-1 text-red-500", children: "*" })
|
|
@@ -9907,11 +9907,11 @@ const OG = O.forwardRef(
|
|
|
9907
9907
|
placeholder: a,
|
|
9908
9908
|
rows: s,
|
|
9909
9909
|
className: T(
|
|
9910
|
-
"w-full rounded-md px-3 py-2.5 !text-label-sm h-30 placeholder:text-sub-1 font-medium text-strong transition-all duration-200 resize-none shadow-sm",
|
|
9911
|
-
"bg-white
|
|
9910
|
+
"w-full rounded-md px-3 py-2.5 !text-label-sm h-30 placeholder:text-sub-1 font-medium !text-strong transition-all duration-200 resize-none shadow-sm",
|
|
9911
|
+
"bg-white shadow-[0_0_1px_0_rgba(0,0,0,0.20),0_1px_2px_0_rgba(0,0,0,0.05),0_1px_1px_0_rgba(0,0,0,0.01)]",
|
|
9912
9912
|
"hover:bg-weak",
|
|
9913
|
-
"focus:
|
|
9914
|
-
"not-placeholder-shown:bg-
|
|
9913
|
+
"focus:border focus:border-primary focus:outline-none",
|
|
9914
|
+
"not-placeholder-shown:bg-white",
|
|
9915
9915
|
"disabled:bg-soft-1 disabled:border-soft-1 disabled:cursor-not-allowed disabled:opacity-60 disabled:pointer-events-none",
|
|
9916
9916
|
e && "!bg-white !border-red-500",
|
|
9917
9917
|
"placeholder:text-sub-1 selection:bg-strong selection:text-white",
|
|
@@ -13423,18 +13423,18 @@ function ITe({
|
|
|
13423
13423
|
] });
|
|
13424
13424
|
}
|
|
13425
13425
|
const FK = Ar(
|
|
13426
|
-
"flex w-full items-center gap-2
|
|
13426
|
+
"flex w-full items-center gap-2 transition-all duration-200 shadow-sm",
|
|
13427
13427
|
{
|
|
13428
13428
|
variants: {
|
|
13429
13429
|
variant: {
|
|
13430
|
-
outlined: "bg-white
|
|
13430
|
+
outlined: "bg-white hover:bg-weak focus-within:border focus-within:border-primary focus-within:bg-weak",
|
|
13431
13431
|
filled: "bg-soft border-transparent hover:bg-soft-1 focus-within:border-primary focus-within:bg-white",
|
|
13432
13432
|
ghost: "bg-transparent border-transparent hover:bg-weak focus-within:border-primary focus-within:bg-weak"
|
|
13433
13433
|
},
|
|
13434
13434
|
size: {
|
|
13435
|
-
sm: "h-[34px] px-3 rounded-md",
|
|
13436
|
-
md: "
|
|
13437
|
-
lg: "h-12 px-5 rounded-md"
|
|
13435
|
+
sm: "h-[34px] px-3 rounded-md !text-m-sm",
|
|
13436
|
+
md: "px-3 py-[7px] rounded-md h-[34px] !text-m-sm rounded-[6px] shadow-[0_0_1px_0_rgba(0,0,0,0.20),0_1px_2px_0_rgba(0,0,0,0.05),0_1px_1px_0_rgba(0,0,0,0.01)]",
|
|
13437
|
+
lg: "h-12 px-5 rounded-md !text-m-sm"
|
|
13438
13438
|
},
|
|
13439
13439
|
disabled: {
|
|
13440
13440
|
true: "bg-soft-1 border-soft-1 cursor-not-allowed opacity-60 pointer-events-none"
|
|
@@ -13482,7 +13482,7 @@ const FK = Ar(
|
|
|
13482
13482
|
{
|
|
13483
13483
|
size: "small",
|
|
13484
13484
|
fontWeight: "medium",
|
|
13485
|
-
className: T("mb-
|
|
13485
|
+
className: T("mb-[10px] block text-sub", s),
|
|
13486
13486
|
children: [
|
|
13487
13487
|
a,
|
|
13488
13488
|
y && /* @__PURE__ */ v("span", { className: "ml-1 text-red-500", children: "*" })
|
|
@@ -13508,7 +13508,7 @@ const FK = Ar(
|
|
|
13508
13508
|
type: $,
|
|
13509
13509
|
disabled: o ?? void 0,
|
|
13510
13510
|
className: T(
|
|
13511
|
-
"flex-1 min-w-0 bg-transparent outline-none",
|
|
13511
|
+
"flex-1 min-w-0 bg-transparent outline-none font-medium !text-strong placeholder:text-sub-1",
|
|
13512
13512
|
h
|
|
13513
13513
|
),
|
|
13514
13514
|
...b,
|