@festo-ui/react 9.0.1-dev.775 → 9.0.1-dev.776
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.
|
@@ -105,12 +105,9 @@ function MultiSelectComponent({ defaultValue = [], value: controlled, label, opt
|
|
|
105
105
|
/*#__PURE__*/ jsx("span", {
|
|
106
106
|
children: "..."
|
|
107
107
|
}),
|
|
108
|
-
/*#__PURE__*/
|
|
108
|
+
/*#__PURE__*/ jsx("span", {
|
|
109
109
|
className: "fwe-chip",
|
|
110
|
-
children:
|
|
111
|
-
"+ ",
|
|
112
|
-
overflowCount
|
|
113
|
-
]
|
|
110
|
+
children: overflowCount
|
|
114
111
|
})
|
|
115
112
|
]
|
|
116
113
|
})
|
package/package.json
CHANGED