@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.mjs
CHANGED
|
@@ -3529,7 +3529,13 @@ var InputDynamic = ({
|
|
|
3529
3529
|
className: mergeClasses(
|
|
3530
3530
|
styles.inputWithAutocomplete,
|
|
3531
3531
|
classNameSize
|
|
3532
|
-
)
|
|
3532
|
+
),
|
|
3533
|
+
style: inputStyle,
|
|
3534
|
+
input: {
|
|
3535
|
+
style: {
|
|
3536
|
+
textOverflow: "ellipsis"
|
|
3537
|
+
}
|
|
3538
|
+
}
|
|
3533
3539
|
}
|
|
3534
3540
|
);
|
|
3535
3541
|
}
|
|
@@ -4285,6 +4291,7 @@ var CardTicketSearch = ({
|
|
|
4285
4291
|
{
|
|
4286
4292
|
name: "typeOfService",
|
|
4287
4293
|
label: labels.typeOfServiceLabel,
|
|
4294
|
+
style: { textOverflow: "ellipsis" },
|
|
4288
4295
|
control,
|
|
4289
4296
|
type: "text",
|
|
4290
4297
|
contentBefore: /* @__PURE__ */ jsx(
|