@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__*/ jsxs("span", {
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@festo-ui/react",
3
- "version": "9.0.1-dev.775",
3
+ "version": "9.0.1-dev.776",
4
4
  "author": "Festo UI (styleguide@festo.com)",
5
5
  "copyright": "Copyright (c) 2025 Festo SE & Co. KG. All rights reserved.",
6
6
  "license": "apache-2.0",