@appquality/unguess-design-system 4.0.53 → 4.0.54
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 +13 -0
- package/build/index.js +7 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,16 @@
|
|
|
1
|
+
# v4.0.54 (Thu Nov 20 2025)
|
|
2
|
+
|
|
3
|
+
#### 🐛 Bug Fix
|
|
4
|
+
|
|
5
|
+
- release 20251120 [#558](https://github.com/AppQuality/unguess-design-system/pull/558) ([@marcbon](https://github.com/marcbon))
|
|
6
|
+
- Fix-autocomplete-creatable-input [#557](https://github.com/AppQuality/unguess-design-system/pull/557) ([@marcbon](https://github.com/marcbon))
|
|
7
|
+
|
|
8
|
+
#### Authors: 1
|
|
9
|
+
|
|
10
|
+
- Marco Bonomo ([@marcbon](https://github.com/marcbon))
|
|
11
|
+
|
|
12
|
+
---
|
|
13
|
+
|
|
1
14
|
# v4.0.53 (Mon Nov 17 2025)
|
|
2
15
|
|
|
3
16
|
#### 🐛 Bug Fix
|
package/build/index.js
CHANGED
|
@@ -74900,11 +74900,16 @@ const mot = ({
|
|
|
74900
74900
|
children: "No results found"
|
|
74901
74901
|
}
|
|
74902
74902
|
),
|
|
74903
|
-
i && w &&
|
|
74903
|
+
i && w && !C.find(
|
|
74904
|
+
(L) => {
|
|
74905
|
+
var k;
|
|
74906
|
+
return ((k = L.label) == null ? void 0 : k.toLowerCase()) === w.toLowerCase();
|
|
74907
|
+
}
|
|
74908
|
+
) && /* @__PURE__ */ M.jsx(
|
|
74904
74909
|
Jo,
|
|
74905
74910
|
{
|
|
74906
74911
|
id: "create-new-option",
|
|
74907
|
-
label:
|
|
74912
|
+
label: w,
|
|
74908
74913
|
type: "add",
|
|
74909
74914
|
value: w,
|
|
74910
74915
|
title: w,
|