@appquality/unguess-design-system 4.0.44 → 4.0.45

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,16 @@
1
+ # v4.0.45 (Fri Jul 11 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Minor changes [#538](https://github.com/AppQuality/unguess-design-system/pull/538) ([@cannarocks](https://github.com/cannarocks))
6
+ - fix: Clean up formatting in AccordionMeta component and update canius… [#537](https://github.com/AppQuality/unguess-design-system/pull/537) ([@cannarocks](https://github.com/cannarocks))
7
+
8
+ #### Authors: 1
9
+
10
+ - Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
11
+
12
+ ---
13
+
1
14
  # v4.0.44 (Fri Jul 11 2025)
2
15
 
3
16
  #### 🐛 Bug Fix
package/build/index.js CHANGED
@@ -9894,10 +9894,9 @@ ${(e) => e.color && `color: ${e.color}`};
9894
9894
  ] });
9895
9895
  }), Ode = Y.div`
9896
9896
  grid-area: meta;
9897
- `, _de = ze(({
9898
- children: e,
9899
- ...t
9900
- }, n) => /* @__PURE__ */ M.jsx(Ode, { ref: n, ...t, children: e })), uy = vn({}), Lde = ze((e, t) => {
9897
+ `, _de = ze(
9898
+ ({ children: e, ...t }, n) => /* @__PURE__ */ M.jsx(Ode, { ref: n, ...t, children: e })
9899
+ ), uy = vn({}), Lde = ze((e, t) => {
9901
9900
  const n = {
9902
9901
  isCompact: e.isCompact,
9903
9902
  responsiveBreakpoint: e.responsiveBreakpoint,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@appquality/unguess-design-system",
3
- "version": "4.0.44",
3
+ "version": "4.0.45",
4
4
  "description": "",
5
5
  "main": "build/index.js",
6
6
  "types": "build/index.d.ts",