@appquality/unguess-design-system 4.0.5 → 4.0.6

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,15 @@
1
+ # v4.0.6 (Thu Oct 24 2024)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - fix: Update options on propchange [#433](https://github.com/AppQuality/unguess-design-system/pull/433) ([@d-beezee](https://github.com/d-beezee))
6
+
7
+ #### Authors: 1
8
+
9
+ - [@d-beezee](https://github.com/d-beezee)
10
+
11
+ ---
12
+
1
13
  # v4.0.5 (Tue Oct 22 2024)
2
14
 
3
15
  #### 🐛 Bug Fix
package/build/index.js CHANGED
@@ -70811,7 +70811,9 @@ const Knt = ({
70811
70811
  isMultiselectable: a,
70812
70812
  ...s
70813
70813
  }) => {
70814
- const [l, d] = Ue(), [h, m] = Ue(e), y = M5(l, 300), w = Fe(
70814
+ const [l, d] = Ue(), [h, m] = Ue(e), y = M5(l, 300);
70815
+ qe(() => m(e), [e]);
70816
+ const w = Fe(
70815
70817
  () => h.map((I) => "options" in I ? {
70816
70818
  ...I,
70817
70819
  options: I.options.map((L) => ({
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appquality/unguess-design-system",
3
- "version": "4.0.5",
3
+ "version": "4.0.6",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",