@ovh-ux/muk 0.10.0 → 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 +13 -0
- package/dist/{TagsModal.component-z0iPFOsf.mjs → TagsModal.component-BdfqJM1S.mjs} +1 -1
- package/dist/{lib-DEWAeXRK.mjs → lib-sJyaz0Xv.mjs} +627 -619
- package/dist/manager-ui-kit-lib.es.js +1 -1
- package/dist/manager-ui-kit-lib.umd.cjs +11 -11
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/src/components/datagrid/Datagrid.component.d.ts.map +1 -1
- package/dist/types/src/components/datagrid/table/table-body/TableBody.props.d.ts +2 -2
- package/dist/types/src/components/datagrid/table/table-body/TableBody.props.d.ts.map +1 -1
- package/dist/types/src/components/error/Error.component.d.ts.map +1 -1
- package/package.json +3 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,19 @@
|
|
|
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
|
+
|
|
6
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)
|
|
7
20
|
|
|
8
21
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { j as a, M as k, T as b } from "./lib-
|
|
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";
|