@ovh-ux/muk 0.9.1 → 0.10.1

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
@@ -3,6 +3,37 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.10.1](https://github.com/ovh/manager/compare/@ovh-ux/muk@0.10.0...@ovh-ux/muk@0.10.1) (2025-12-05)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **muk:** correct datagrid container ref ([c7b8b7f](https://github.com/ovh/manager/commit/c7b8b7f54f62e8e8b607cfe696ee5892d49a47c7)), closes [#MNAGEr-20498](https://github.com/ovh/manager/issues/MNAGEr-20498)
12
+ * **muk:** correct issue of build ([89870b1](https://github.com/ovh/manager/commit/89870b128c7c97efb6efdd7a8e397b050d3b705e)), closes [#MANAGER-20498](https://github.com/ovh/manager/issues/MANAGER-20498)
13
+ * **muk:** update minimum width for row selection and expandable ([e66218f](https://github.com/ovh/manager/commit/e66218ff46cca81b95076f1cf01a89f5f9005b8b)), closes [#MANAGER-20498](https://github.com/ovh/manager/issues/MANAGER-20498)
14
+
15
+
16
+
17
+
18
+
19
+ # [0.10.0](https://github.com/ovh/manager/compare/@ovh-ux/muk@0.9.1...@ovh-ux/muk@0.10.0) (2025-12-05)
20
+
21
+
22
+ ### Bug Fixes
23
+
24
+ * make muk snapshots stable ([c98b972](https://github.com/ovh/manager/commit/c98b9727376e29bcc804ef500ceac34f06e287b8))
25
+ * make ods dependencies stable ([babd112](https://github.com/ovh/manager/commit/babd112364f19e2dbf65b014b5106902c7fe0af5)), closes [#MANAGER-20363](https://github.com/ovh/manager/issues/MANAGER-20363)
26
+ * typescript issues on muk build ([9528984](https://github.com/ovh/manager/commit/952898410d78dd39e527c1f09858e499779a52ae)), closes [#MANAGER-20363](https://github.com/ovh/manager/issues/MANAGER-20363)
27
+
28
+
29
+ ### Features
30
+
31
+ * use fixed versions for tests setup ([f917f0c](https://github.com/ovh/manager/commit/f917f0cb6a3c06f1cceb8a1bca8d1f42d66c4ee7)), closes [#MANAGER-20363](https://github.com/ovh/manager/issues/MANAGER-20363)
32
+
33
+
34
+
35
+
36
+
6
37
  ## [0.9.1](https://github.com/ovh/manager/compare/@ovh-ux/muk@0.9.0...@ovh-ux/muk@0.9.1) (2025-12-01)
7
38
 
8
39
  **Note:** Version bump only for package @ovh-ux/muk
@@ -1,4 +1,4 @@
1
- import { j as a, M as k, T as b } from "./lib-DEWAeXRK.mjs";
1
+ import { j as a, M as k, T as b } from "./lib-sJyaz0Xv.mjs";
2
2
  import { forwardRef as f, useState as l, useCallback as R } from "react";
3
3
  import { useTranslation as x } from "react-i18next";
4
4
  import { MODAL_COLOR as T, Input as j, Button as E, BUTTON_SIZE as S, BUTTON_VARIANT as B } from "@ovhcloud/ods-react";