@appquality/unguess-design-system 4.0.52 → 4.0.53

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/CHANGELOG.md CHANGED
@@ -1,3 +1,17 @@
1
+ # v4.0.53 (Mon Nov 17 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - new version [#556](https://github.com/AppQuality/unguess-design-system/pull/556) ([@iacopolea](https://github.com/iacopolea) [@d-beezee](https://github.com/d-beezee))
6
+ - fix: Remove inputValue prop from Autocomplete component [#555](https://github.com/AppQuality/unguess-design-system/pull/555) ([@iacopolea](https://github.com/iacopolea))
7
+
8
+ #### Authors: 2
9
+
10
+ - [@d-beezee](https://github.com/d-beezee)
11
+ - Iacopo Leardini ([@iacopolea](https://github.com/iacopolea))
12
+
13
+ ---
14
+
1
15
  # v4.0.52 (Fri Nov 14 2025)
2
16
 
3
17
  #### 🐛 Bug Fix
package/build/index.js CHANGED
@@ -74888,7 +74888,6 @@ const mot = ({
74888
74888
  isAutocomplete: !0,
74889
74889
  isEditable: o,
74890
74890
  onChange: I,
74891
- inputValue: d,
74892
74891
  children: [
74893
74892
  C.map((L, k) => "options" in L ? /* @__PURE__ */ M.jsx(NZe, { ...L, children: L.options.map((R) => /* @__PURE__ */ M.jsx(Jo, { ...R }, R.id)) }, L.id) : /* @__PURE__ */ M.jsx(Jo, { ...L }, k)),
74894
74893
  !E && /* @__PURE__ */ M.jsx(
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appquality/unguess-design-system",
3
- "version": "4.0.52",
3
+ "version": "4.0.53",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",