@ovh-ux/muk 0.2.0 → 0.3.0

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,17 @@
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.3.0](https://github.com/ovh/manager/compare/@ovh-ux/muk@0.2.0...@ovh-ux/muk@0.3.0) (2025-10-30)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **muk:** update filter add snapshot spec ([bc28205](https://github.com/ovh/manager/commit/bc28205cbf536c889c71fd67809e4a2a57b5c3c0)), closes [#MANAGER-20131](https://github.com/ovh/manager/issues/MANAGER-20131)
11
+ - remove unused translations [CDS] ([7e256a8](https://github.com/ovh/manager/commit/7e256a8741b52e9c7ad28b92cf6b8770f8372a23))
12
+
13
+ ### Features
14
+
15
+ - **muk:** correct lint error and comment flaky test ([ec6b03d](https://github.com/ovh/manager/commit/ec6b03d31f808c496349983ad85a7b74faf3c393))
16
+
6
17
  # [0.2.0](https://github.com/ovh/manager/compare/@ovh-ux/muk@0.1.2...@ovh-ux/muk@0.2.0) (2025-10-29)
7
18
 
8
19
  ### Features
@@ -0,0 +1,17 @@
1
+ const e = "The following error has occurred: {{error}}.", l = "No, dismiss", o = "Yes, cancel", t = "Cancelling your service will irretrievably erase all related data. Do you wish to cancel your service?", r = "Cancel {{serviceType}}?", a = "the service", s = {
2
+ deleteModalError: e,
3
+ deleteModalCancelButton: l,
4
+ deleteModalDeleteButton: o,
5
+ deleteModalDescription: t,
6
+ deleteModalHeadline: r,
7
+ deleteModalHeadlineService: a
8
+ };
9
+ export {
10
+ s as default,
11
+ l as deleteModalCancelButton,
12
+ o as deleteModalDeleteButton,
13
+ t as deleteModalDescription,
14
+ e as deleteModalError,
15
+ r as deleteModalHeadline,
16
+ a as deleteModalHeadlineService
17
+ };
@@ -0,0 +1,12 @@
1
+ const e = "Roadmap & Changelog", a = "Roadmap", g = "Changelog", o = {
2
+ mrc_changelog_header: e,
3
+ mrc_changelog_roadmap: a,
4
+ mrc_changelog_changelog: g,
5
+ "mrc_changelog_feature-request": "Feature request"
6
+ };
7
+ export {
8
+ o as default,
9
+ g as mrc_changelog_changelog,
10
+ e as mrc_changelog_header,
11
+ a as mrc_changelog_roadmap
12
+ };
@@ -1,4 +1,4 @@
1
- import { j as a, M as k, T as b } from "./lib-Dk32xhqR.mjs";
1
+ import { j as a, M as k, T as b } from "./lib-CKnpYlbA.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_VARIANT as S, BUTTON_SIZE as B } from "@ovhcloud/ods-react";
@@ -41,8 +41,8 @@ const bl = ({
41
41
  }, yl = () => {
42
42
  const e = on(Or), [n, t] = U(null);
43
43
  return se(() => {
44
- var r;
45
- t((r = e == null ? void 0 : e.environment) == null ? void 0 : r.getUser());
44
+ var r, a;
45
+ t((a = (r = e == null ? void 0 : e.environment) == null ? void 0 : r.getUser) == null ? void 0 : a.call(r));
46
46
  }, [e == null ? void 0 : e.environment]), { me: n };
47
47
  }, Cl = ["SG", "ASIA", "AU", "IN"], Pl = [
48
48
  "CZ",
@@ -7869,7 +7869,7 @@ const wi = es(
7869
7869
  }
7870
7870
  )
7871
7871
  ] }) : null;
7872
- }, gh = ts(() => import("./TagsModal.component-BkxixgjI.mjs")), mh = ({
7872
+ }, gh = ts(() => import("./TagsModal.component-WbWApi2R.mjs")), mh = ({
7873
7873
  tags: e,
7874
7874
  displayInternalTags: n = !1,
7875
7875
  maxLines: t,
@@ -7999,7 +7999,7 @@ const Bx = ({
7999
7999
  ] }) });
8000
8000
  }, up = {
8001
8001
  de_DE: () => import("./Messages_de_DE-svOZI9sr.mjs"),
8002
- en_GB: () => import("./Messages_en_GB-D7rRunf6.mjs"),
8002
+ en_GB: () => import("./Messages_en_GB-BRY1v8PG.mjs"),
8003
8003
  es_ES: () => import("./Messages_es_ES-CkFNQRPw.mjs"),
8004
8004
  fr_CA: () => import("./Messages_fr_CA-Dn1WG0dt.mjs"),
8005
8005
  fr_FR: () => import("./Messages_fr_FR-Dn1WG0dt.mjs"),
@@ -8303,7 +8303,7 @@ const Wx = ({
8303
8303
  );
8304
8304
  }, Ap = {
8305
8305
  de_DE: () => import("./Messages_de_DE-fzM6EqEt.mjs"),
8306
- en_GB: () => import("./Messages_en_GB-BKzihiKt.mjs"),
8306
+ en_GB: () => import("./Messages_en_GB-BNOhUvE1.mjs"),
8307
8307
  es_ES: () => import("./Messages_es_ES-BHtOorBn.mjs"),
8308
8308
  fr_CA: () => import("./Messages_fr_CA-Cep9t8v5.mjs"),
8309
8309
  fr_FR: () => import("./Messages_fr_FR-Cep9t8v5.mjs"),
@@ -1,4 +1,4 @@
1
- import { ab as e, ac as o, ad as E, ae as r, A as t, w as T, Y as i, x as S, B as I, O as _, b3 as n, a9 as O, $ as C, af as R, ag as N, ah as A, ai as l, C as P, b4 as u, aa as c, aj as d, ak as b, al as L, bj as D, D as M, a8 as p, am as B, an as U, ao as g, a4 as m, b5 as G, G as h, a1 as F, a2 as k, ap as y, aq as V, ar as Z, J as x, K as H, as as Y, at as v, au as w, av as K, a5 as f, H as z, b6 as W, b7 as Q, bl as J, L as X, a0 as j, F as q, b8 as $, aw as aa, ax as sa, ay as ea, b9 as oa, M as Ea, N as ra, bk as ta, a6 as Ta, a7 as ia, W as Sa, bi as Ia, ba as _a, bb as na, az as Oa, aA as Ca, aB as Ra, aC as Na, aD as Aa, aE as la, P as Pa, aF as ua, aG as ca, aH as da, aI as ba, aJ as La, aL as Da, aM as Ma, aK as pa, aN as Ba, bc as Ua, R as ga, aO as ma, aP as Ga, aQ as ha, U as Fa, bd as ka, be as ya, S as Va, aR as Za, aS as xa, bf as Ha, y as Ya, bg as va, Z as wa, _ as Ka, Q as fa, bh as za, V as Wa, E as Qa, z as Ja, aT as Xa, aU as ja, aV as qa, aW as $a, aX as as, aY as ss, aZ as es, a_ as os, a$ as Es, b0 as rs, b1 as ts, b2 as Ts, a3 as is, d as Ss, k as Is, g as _s, i as ns, v as Os, bm as Cs, t as Rs, c as Ns, p as As, l as ls, h as Ps, u as us, n as cs, b as ds, q as bs, r as Ls, o as Ds, e as Ms, f as ps, m as Bs, a as Us, I as gs, X as ms, s as Gs } from "./lib-Dk32xhqR.mjs";
1
+ import { ab as e, ac as o, ad as E, ae as r, A as t, w as T, Y as i, x as S, B as I, O as _, b3 as n, a9 as O, $ as C, af as R, ag as N, ah as A, ai as l, C as P, b4 as u, aa as c, aj as d, ak as b, al as L, bj as D, D as M, a8 as p, am as B, an as U, ao as g, a4 as m, b5 as G, G as h, a1 as F, a2 as k, ap as y, aq as V, ar as Z, J as x, K as H, as as Y, at as v, au as w, av as K, a5 as f, H as z, b6 as W, b7 as Q, bl as J, L as X, a0 as j, F as q, b8 as $, aw as aa, ax as sa, ay as ea, b9 as oa, M as Ea, N as ra, bk as ta, a6 as Ta, a7 as ia, W as Sa, bi as Ia, ba as _a, bb as na, az as Oa, aA as Ca, aB as Ra, aC as Na, aD as Aa, aE as la, P as Pa, aF as ua, aG as ca, aH as da, aI as ba, aJ as La, aL as Da, aM as Ma, aK as pa, aN as Ba, bc as Ua, R as ga, aO as ma, aP as Ga, aQ as ha, U as Fa, bd as ka, be as ya, S as Va, aR as Za, aS as xa, bf as Ha, y as Ya, bg as va, Z as wa, _ as Ka, Q as fa, bh as za, V as Wa, E as Qa, z as Ja, aT as Xa, aU as ja, aV as qa, aW as $a, aX as as, aY as ss, aZ as es, a_ as os, a$ as Es, b0 as rs, b1 as ts, b2 as Ts, a3 as is, d as Ss, k as Is, g as _s, i as ns, v as Os, bm as Cs, t as Rs, c as Ns, p as As, l as ls, h as Ps, u as us, n as cs, b as ds, q as bs, r as Ls, o as Ds, e as Ms, f as ps, m as Bs, a as Us, I as gs, X as ms, s as Gs } from "./lib-CKnpYlbA.mjs";
2
2
  import { BADGE_COLOR as Fs, BADGE_COLORS as ks, BADGE_SIZE as ys, BADGE_SIZES as Vs, BREADCRUMB_I18N as Zs, BUTTON_COLOR as xs, BUTTON_COLORS as Hs, BUTTON_SIZE as Ys, BUTTON_SIZES as vs, BUTTON_VARIANT as ws, BUTTON_VARIANTS as Ks, CARD_COLOR as fs, CARD_COLORS as zs, DATEPICKER_DAY as Ws, DATEPICKER_DAYS as Qs, DATEPICKER_VIEW as Js, DATEPICKER_VIEWS as Xs, DIVIDER_COLOR as js, DIVIDER_COLORS as qs, DIVIDER_SPACING as $s, DIVIDER_SPACINGS as ae, FILE_REJECTION_CAUSE as se, FILE_REJECTION_CAUSES as ee, FILE_UPLOAD_I18N as oe, ICON_NAME as Ee, ICON_NAMES as re, INPUT_I18N as te, INPUT_MASK_STATE as Te, INPUT_MASK_STATES as ie, INPUT_TYPE as Se, INPUT_TYPES as Ie, MESSAGE_COLOR as _e, MESSAGE_COLORS as ne, MESSAGE_I18N as Oe, MESSAGE_VARIANT as Ce, MESSAGE_VARIANTS as Re, MODAL_COLOR as Ne, MODAL_COLORS as Ae, PAGINATION_PER_PAGE as le, PHONE_NUMBER_COUNTRIES_PRESET as Pe, PHONE_NUMBER_COUNTRIES_PRESETS as ue, PHONE_NUMBER_COUNTRY_ISO_CODE as ce, PHONE_NUMBER_COUNTRY_ISO_CODES as de, PHONE_NUMBER_I18N as be, PHONE_NUMBER_PARSING_ERROR as Le, PHONE_NUMBER_PARSING_ERRORS as De, POPOVER_POSITION as Me, POPOVER_POSITIONS as pe, SPINNER_COLOR as Be, SPINNER_COLORS as Ue, SPINNER_SIZE as ge, SPINNER_SIZES as me, SWITCH_SIZE as Ge, SWITCH_SIZES as he, TABLE_SIZE as Fe, TABLE_SIZES as ke, TABLE_VARIANT as ye, TABLE_VARIANTS as Ve, TAG_COLOR as Ze, TAG_COLORS as xe, TAG_SIZE as He, TAG_SIZES as Ye, TEXT_PRESET as ve, TEXT_PRESETS as we, TIMEPICKER_I18N as Ke, TIMEZONE as fe, TIMEZONES as ze, TIMEZONES_PRESET as We, TIMEZONES_PRESETS as Qe, TOOLTIP_POSITION as Je, TOOLTIP_POSITIONS as Xe, useFormField as je } from "@ovhcloud/ods-react";
3
3
  export {
4
4
  e as Accordion,