@fctc/sme-widget-ui 1.5.3 → 1.5.4
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 +4 -0
- package/dist/index.mjs +4 -0
- package/dist/widgets.js +4 -0
- package/dist/widgets.mjs +4 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -18175,6 +18175,10 @@ var BinaryField = (props) => {
|
|
|
18175
18175
|
"label",
|
|
18176
18176
|
{
|
|
18177
18177
|
htmlFor: inputId,
|
|
18178
|
+
style: {
|
|
18179
|
+
width: "128px",
|
|
18180
|
+
height: "128px"
|
|
18181
|
+
},
|
|
18178
18182
|
className: `relative p-2 flex h-32 w-32 cursor-pointer items-center justify-center rounded-lg border border-gray-300 hover:border-gray-500 bg-white transition-colors duration-300 ${readonly && "pointer-events-none"}`,
|
|
18179
18183
|
children: [
|
|
18180
18184
|
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
package/dist/index.mjs
CHANGED
|
@@ -18056,6 +18056,10 @@ var BinaryField = (props) => {
|
|
|
18056
18056
|
"label",
|
|
18057
18057
|
{
|
|
18058
18058
|
htmlFor: inputId,
|
|
18059
|
+
style: {
|
|
18060
|
+
width: "128px",
|
|
18061
|
+
height: "128px"
|
|
18062
|
+
},
|
|
18059
18063
|
className: `relative p-2 flex h-32 w-32 cursor-pointer items-center justify-center rounded-lg border border-gray-300 hover:border-gray-500 bg-white transition-colors duration-300 ${readonly && "pointer-events-none"}`,
|
|
18060
18064
|
children: [
|
|
18061
18065
|
/* @__PURE__ */ jsx69(
|
package/dist/widgets.js
CHANGED
|
@@ -17801,6 +17801,10 @@ var BinaryField = (props) => {
|
|
|
17801
17801
|
"label",
|
|
17802
17802
|
{
|
|
17803
17803
|
htmlFor: inputId,
|
|
17804
|
+
style: {
|
|
17805
|
+
width: "128px",
|
|
17806
|
+
height: "128px"
|
|
17807
|
+
},
|
|
17804
17808
|
className: `relative p-2 flex h-32 w-32 cursor-pointer items-center justify-center rounded-lg border border-gray-300 hover:border-gray-500 bg-white transition-colors duration-300 ${readonly && "pointer-events-none"}`,
|
|
17805
17809
|
children: [
|
|
17806
17810
|
/* @__PURE__ */ (0, import_jsx_runtime69.jsx)(
|
package/dist/widgets.mjs
CHANGED
|
@@ -17738,6 +17738,10 @@ var BinaryField = (props) => {
|
|
|
17738
17738
|
"label",
|
|
17739
17739
|
{
|
|
17740
17740
|
htmlFor: inputId,
|
|
17741
|
+
style: {
|
|
17742
|
+
width: "128px",
|
|
17743
|
+
height: "128px"
|
|
17744
|
+
},
|
|
17741
17745
|
className: `relative p-2 flex h-32 w-32 cursor-pointer items-center justify-center rounded-lg border border-gray-300 hover:border-gray-500 bg-white transition-colors duration-300 ${readonly && "pointer-events-none"}`,
|
|
17742
17746
|
children: [
|
|
17743
17747
|
/* @__PURE__ */ jsx69(
|