@ovh-ux/muk 1.0.1 → 1.1.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 +25 -0
- package/dist/{TagsModal.component-CKBUB0Rm.mjs → TagsModal.component-CbUsYuy-.mjs} +1 -1
- package/dist/{lib-BvtBuZnD.mjs → lib-Kld7VF4p.mjs} +134 -130
- package/dist/manager-ui-kit-lib.es.js +83 -66
- package/dist/manager-ui-kit-lib.umd.cjs +11 -11
- package/dist/style.css +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/src/components/changelog-menu/ChangelogMenu.component.d.ts.map +1 -1
- package/dist/types/src/components/error/Error.constants.d.ts +6 -0
- package/dist/types/src/components/error/Error.constants.d.ts.map +1 -0
- package/dist/types/src/components/error/Error.props.d.ts +3 -6
- package/dist/types/src/components/error/Error.props.d.ts.map +1 -1
- package/dist/types/src/components/error/Error.utils.d.ts.map +1 -1
- package/dist/types/src/components/filters/Filter.props.d.ts +1 -0
- package/dist/types/src/components/filters/Filter.props.d.ts.map +1 -1
- package/dist/types/src/components/filters/filters.utils.d.ts.map +1 -1
- package/dist/types/src/components/index.d.ts +6 -0
- package/dist/types/src/components/index.d.ts.map +1 -1
- package/dist/types/src/components/modal/Modal.props.d.ts +2 -2
- package/dist/types/src/components/modal/Modal.props.d.ts.map +1 -1
- package/dist/types/src/components/onboarding-layout/onboarding-layout-button/OnboardingLayoutButton.component.d.ts.map +1 -1
- package/dist/types/src/components/onboarding-layout/onboarding-layout-button/OnboardingLayoutButton.props.d.ts +1 -0
- package/dist/types/src/components/onboarding-layout/onboarding-layout-button/OnboardingLayoutButton.props.d.ts.map +1 -1
- package/dist/types/src/components/tile/tile-root/TileRoot.props.d.ts +2 -1
- package/dist/types/src/components/tile/tile-root/TileRoot.props.d.ts.map +1 -1
- package/dist/types/src/components/update-name-modal/UpdateNameModal.props.d.ts +2 -1
- package/dist/types/src/components/update-name-modal/UpdateNameModal.props.d.ts.map +1 -1
- package/package.json +10 -10
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,31 @@
|
|
|
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
|
+
## [1.1.1](https://github.com/ovh/manager/compare/@ovh-ux/muk@1.1.0...@ovh-ux/muk@1.1.1) (2026-01-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @ovh-ux/muk
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
# [1.1.0](https://github.com/ovh/manager/compare/@ovh-ux/muk@1.0.1...@ovh-ux/muk@1.1.0) (2026-01-29)
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
### Features
|
|
18
|
+
|
|
19
|
+
* **muk:** accept children in TileRoot component ([139716b](https://github.com/ovh/manager/commit/139716bd633e4b1366467c4e7b904ca7315d3313)), closes [#MANAGER-20045](https://github.com/ovh/manager/issues/MANAGER-20045)
|
|
20
|
+
* **muk:** add displayValue for FilterList Compo ([b8df973](https://github.com/ovh/manager/commit/b8df973e997cb334fae70e0d7e2ba7a19026b006)), closes [#MANAGER-18416](https://github.com/ovh/manager/issues/MANAGER-18416)
|
|
21
|
+
* **muk:** add modalOpenChangeDetail param in openChange callback ([a91fd8f](https://github.com/ovh/manager/commit/a91fd8f5ab9e2fd52af5f8019c7768dc5d2146b6)), closes [#MANAGER-20045](https://github.com/ovh/manager/issues/MANAGER-20045)
|
|
22
|
+
* **muk:** add onMoreInfoButtonClick on onboarding layout button ([673f497](https://github.com/ovh/manager/commit/673f497b351499add964e86105c4bd905253a4d7)), closes [#MANAGER-20045](https://github.com/ovh/manager/issues/MANAGER-20045)
|
|
23
|
+
* **muk:** add typing for error-detail ([0094f8b](https://github.com/ovh/manager/commit/0094f8bc0ca49933c1040531a4692d42001380b3)), closes [#MANAGER-20045](https://github.com/ovh/manager/issues/MANAGER-20045)
|
|
24
|
+
* **muk:** display github icon on Roadmap and Changelog button ([933b876](https://github.com/ovh/manager/commit/933b87637094360a14a0c0e858d6695bf17a4bb1)), closes [#MANAGER-20045](https://github.com/ovh/manager/issues/MANAGER-20045)
|
|
25
|
+
* **muk:** export ods types for muk components ([4f00d1a](https://github.com/ovh/manager/commit/4f00d1af9cdceba289e0ab8d3042ca5b32f7e90e)), closes [#MANAGER-20045](https://github.com/ovh/manager/issues/MANAGER-20045)
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
6
31
|
## [1.0.1](https://github.com/ovh/manager/compare/@ovh-ux/muk@1.0.0...@ovh-ux/muk@1.0.1) (2026-01-23)
|
|
7
32
|
|
|
8
33
|
|
|
@@ -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-Kld7VF4p.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";
|