@asdp/ferryui 0.1.22-dev.9152 → 0.1.22-dev.9163
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 +8 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +8 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3538,7 +3538,13 @@ var InputDynamic = ({
|
|
|
3538
3538
|
className: reactComponents.mergeClasses(
|
|
3539
3539
|
styles.inputWithAutocomplete,
|
|
3540
3540
|
classNameSize
|
|
3541
|
-
)
|
|
3541
|
+
),
|
|
3542
|
+
style: inputStyle,
|
|
3543
|
+
input: {
|
|
3544
|
+
style: {
|
|
3545
|
+
textOverflow: "ellipsis"
|
|
3546
|
+
}
|
|
3547
|
+
}
|
|
3542
3548
|
}
|
|
3543
3549
|
);
|
|
3544
3550
|
}
|
|
@@ -4294,6 +4300,7 @@ var CardTicketSearch = ({
|
|
|
4294
4300
|
{
|
|
4295
4301
|
name: "typeOfService",
|
|
4296
4302
|
label: labels.typeOfServiceLabel,
|
|
4303
|
+
style: { textOverflow: "ellipsis" },
|
|
4297
4304
|
control,
|
|
4298
4305
|
type: "text",
|
|
4299
4306
|
contentBefore: /* @__PURE__ */ jsxRuntime.jsx(
|