@ovh-ux/muk 0.10.3 → 0.10.5
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 +19 -0
- package/dist/{TagsModal.component-BdfqJM1S.mjs → TagsModal.component-DW6tEwAK.mjs} +1 -1
- package/dist/{lib-sJyaz0Xv.mjs → lib-BnpaaP8W.mjs} +460 -459
- package/dist/manager-ui-kit-lib.es.js +1 -1
- package/dist/manager-ui-kit-lib.umd.cjs +6 -6
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/src/components/changelog-menu/ChangelogMenu.component.d.ts.map +1 -1
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,25 @@
|
|
|
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.5](https://github.com/ovh/manager/compare/@ovh-ux/muk@0.10.4...@ovh-ux/muk@0.10.5) (2025-12-16)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **muk:** including a target="_blank" property to the links of the ChangelogMenu component ([7de100c](https://github.com/ovh/manager/commit/7de100c3c4bdf3a1ef86aa0771b9270f36cbee25)), closes [#MANAGER-19535](https://github.com/ovh/manager/issues/MANAGER-19535)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
## [0.10.4](https://github.com/ovh/manager/compare/@ovh-ux/muk@0.10.3...@ovh-ux/muk@0.10.4) (2025-12-15)
|
|
18
|
+
|
|
19
|
+
**Note:** Version bump only for package @ovh-ux/muk
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
6
25
|
## [0.10.3](https://github.com/ovh/manager/compare/@ovh-ux/muk@0.10.2...@ovh-ux/muk@0.10.3) (2025-12-12)
|
|
7
26
|
|
|
8
27
|
|
|
@@ -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-BnpaaP8W.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";
|