@fctc/sme-widget-ui 2.5.8 → 2.5.9
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 +7 -2
- package/dist/index.mjs +7 -2
- package/dist/widgets.js +7 -2
- package/dist/widgets.mjs +7 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -17057,7 +17057,7 @@ var BinaryField = (props) => {
|
|
|
17057
17057
|
"label",
|
|
17058
17058
|
{
|
|
17059
17059
|
htmlFor: inputId,
|
|
17060
|
-
className: `relative p-2 flex cursor-pointer items-center justify-center rounded-
|
|
17060
|
+
className: `relative p-2 flex cursor-pointer items-center justify-center rounded-[12px] transition-colors duration-300 ${readonly && "pointer-events-none"} ${onlyImage ? "h-32 w-32 border border-gray-300 hover:border-primary bg-white" : "w-fit h-fit "}`,
|
|
17061
17061
|
children: [
|
|
17062
17062
|
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
17063
17063
|
"input",
|
|
@@ -17603,7 +17603,12 @@ var SecureField = (props) => {
|
|
|
17603
17603
|
{
|
|
17604
17604
|
type: "button",
|
|
17605
17605
|
onClick: () => setShowPlain((s4) => !s4),
|
|
17606
|
-
|
|
17606
|
+
style: {
|
|
17607
|
+
top: "50%",
|
|
17608
|
+
right: "12px",
|
|
17609
|
+
transform: "translateY(-50%)"
|
|
17610
|
+
},
|
|
17611
|
+
className: "absolute rounded-md text-[#60656c]",
|
|
17607
17612
|
children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(EyeIconComponent, { open: showPlain })
|
|
17608
17613
|
}
|
|
17609
17614
|
),
|
package/dist/index.mjs
CHANGED
|
@@ -16930,7 +16930,7 @@ var BinaryField = (props) => {
|
|
|
16930
16930
|
"label",
|
|
16931
16931
|
{
|
|
16932
16932
|
htmlFor: inputId,
|
|
16933
|
-
className: `relative p-2 flex cursor-pointer items-center justify-center rounded-
|
|
16933
|
+
className: `relative p-2 flex cursor-pointer items-center justify-center rounded-[12px] transition-colors duration-300 ${readonly && "pointer-events-none"} ${onlyImage ? "h-32 w-32 border border-gray-300 hover:border-primary bg-white" : "w-fit h-fit "}`,
|
|
16934
16934
|
children: [
|
|
16935
16935
|
/* @__PURE__ */ jsx75(
|
|
16936
16936
|
"input",
|
|
@@ -17476,7 +17476,12 @@ var SecureField = (props) => {
|
|
|
17476
17476
|
{
|
|
17477
17477
|
type: "button",
|
|
17478
17478
|
onClick: () => setShowPlain((s4) => !s4),
|
|
17479
|
-
|
|
17479
|
+
style: {
|
|
17480
|
+
top: "50%",
|
|
17481
|
+
right: "12px",
|
|
17482
|
+
transform: "translateY(-50%)"
|
|
17483
|
+
},
|
|
17484
|
+
className: "absolute rounded-md text-[#60656c]",
|
|
17480
17485
|
children: /* @__PURE__ */ jsx80(EyeIconComponent, { open: showPlain })
|
|
17481
17486
|
}
|
|
17482
17487
|
),
|
package/dist/widgets.js
CHANGED
|
@@ -16306,7 +16306,7 @@ var BinaryField = (props) => {
|
|
|
16306
16306
|
"label",
|
|
16307
16307
|
{
|
|
16308
16308
|
htmlFor: inputId,
|
|
16309
|
-
className: `relative p-2 flex cursor-pointer items-center justify-center rounded-
|
|
16309
|
+
className: `relative p-2 flex cursor-pointer items-center justify-center rounded-[12px] transition-colors duration-300 ${readonly && "pointer-events-none"} ${onlyImage ? "h-32 w-32 border border-gray-300 hover:border-primary bg-white" : "w-fit h-fit "}`,
|
|
16310
16310
|
children: [
|
|
16311
16311
|
/* @__PURE__ */ (0, import_jsx_runtime75.jsx)(
|
|
16312
16312
|
"input",
|
|
@@ -16852,7 +16852,12 @@ var SecureField = (props) => {
|
|
|
16852
16852
|
{
|
|
16853
16853
|
type: "button",
|
|
16854
16854
|
onClick: () => setShowPlain((s4) => !s4),
|
|
16855
|
-
|
|
16855
|
+
style: {
|
|
16856
|
+
top: "50%",
|
|
16857
|
+
right: "12px",
|
|
16858
|
+
transform: "translateY(-50%)"
|
|
16859
|
+
},
|
|
16860
|
+
className: "absolute rounded-md text-[#60656c]",
|
|
16856
16861
|
children: /* @__PURE__ */ (0, import_jsx_runtime80.jsx)(EyeIconComponent, { open: showPlain })
|
|
16857
16862
|
}
|
|
16858
16863
|
),
|
package/dist/widgets.mjs
CHANGED
|
@@ -16243,7 +16243,7 @@ var BinaryField = (props) => {
|
|
|
16243
16243
|
"label",
|
|
16244
16244
|
{
|
|
16245
16245
|
htmlFor: inputId,
|
|
16246
|
-
className: `relative p-2 flex cursor-pointer items-center justify-center rounded-
|
|
16246
|
+
className: `relative p-2 flex cursor-pointer items-center justify-center rounded-[12px] transition-colors duration-300 ${readonly && "pointer-events-none"} ${onlyImage ? "h-32 w-32 border border-gray-300 hover:border-primary bg-white" : "w-fit h-fit "}`,
|
|
16247
16247
|
children: [
|
|
16248
16248
|
/* @__PURE__ */ jsx75(
|
|
16249
16249
|
"input",
|
|
@@ -16789,7 +16789,12 @@ var SecureField = (props) => {
|
|
|
16789
16789
|
{
|
|
16790
16790
|
type: "button",
|
|
16791
16791
|
onClick: () => setShowPlain((s4) => !s4),
|
|
16792
|
-
|
|
16792
|
+
style: {
|
|
16793
|
+
top: "50%",
|
|
16794
|
+
right: "12px",
|
|
16795
|
+
transform: "translateY(-50%)"
|
|
16796
|
+
},
|
|
16797
|
+
className: "absolute rounded-md text-[#60656c]",
|
|
16793
16798
|
children: /* @__PURE__ */ jsx80(EyeIconComponent, { open: showPlain })
|
|
16794
16799
|
}
|
|
16795
16800
|
),
|