@ovh-ux/muk 0.9.1 → 0.10.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.
@@ -1,3 +1,4 @@
1
+ import { RenderResult } from '@testing-library/react';
1
2
  import { LinkCardProps } from '../LinkCard.props';
2
3
  export declare const texts: {
3
4
  title: string;
@@ -12,5 +13,5 @@ export declare const href = "https://ovh.com";
12
13
  export declare const badges: {
13
14
  text: string;
14
15
  }[];
15
- export declare const renderLinkCard: (props: LinkCardProps) => import('@testing-library/react').RenderResult<typeof import("@testing-library/dom/types/queries"), HTMLElement, HTMLElement>;
16
+ export declare const renderLinkCard: (props: LinkCardProps) => RenderResult;
16
17
  //# sourceMappingURL=LinkCard.spec.utils.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"LinkCard.spec.utils.d.ts","sourceRoot":"","sources":["../../../../../../src/components/link-card/__tests__/LinkCard.spec.utils.tsx"],"names":[],"mappings":"AAGA,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AAEtE,eAAO,MAAM,KAAK;;;CAGjB,CAAC;AAEF,eAAO,MAAM,WAAW,0PACiO,CAAC;AAE1P,eAAO,MAAM,GAAG;;;CAGf,CAAC;AAEF,eAAO,MAAM,IAAI,oBAAoB,CAAC;AAEtC,eAAO,MAAM,MAAM;;GAOlB,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,OAAO,aAAa,iIAAoC,CAAC"}
1
+ {"version":3,"file":"LinkCard.spec.utils.d.ts","sourceRoot":"","sources":["../../../../../../src/components/link-card/__tests__/LinkCard.spec.utils.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EAAE,YAAY,EAAE,MAAM,wBAAwB,CAAC;AAG3D,OAAO,EAAE,aAAa,EAAE,MAAM,uCAAuC,CAAC;AAEtE,eAAO,MAAM,KAAK;;;CAGjB,CAAC;AAEF,eAAO,MAAM,WAAW,0PACiO,CAAC;AAE1P,eAAO,MAAM,GAAG;;;CAGf,CAAC;AAEF,eAAO,MAAM,IAAI,oBAAoB,CAAC;AAEtC,eAAO,MAAM,MAAM;;GAOlB,CAAC;AAEF,eAAO,MAAM,cAAc,GAAI,OAAO,aAAa,KAAG,YACrB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ovh-ux/muk",
3
- "version": "0.9.1",
3
+ "version": "0.10.0",
4
4
  "description": "MUK:Manager UI Kit",
5
5
  "homepage": "https://github.com/ovh/manager/blob/master/packages/manager-ui-kit/README.md",
6
6
  "bugs": {
@@ -56,16 +56,16 @@
56
56
  },
57
57
  "devDependencies": {
58
58
  "@mdx-js/react": "^3.0.1",
59
- "@ovh-ux/manager-common-translations": "^0.24.1",
60
- "@ovh-ux/manager-core-api": "^0.19.4",
61
- "@ovh-ux/manager-core-utils": "^0.4.9",
59
+ "@ovh-ux/manager-common-translations": "^0.24.2",
60
+ "@ovh-ux/manager-core-api": "^0.20.0",
61
+ "@ovh-ux/manager-core-utils": "^0.4.10",
62
62
  "@ovh-ux/manager-react-shell-client": "^0.11.2",
63
- "@ovh-ux/manager-static-analysis-kit": "^0.14.0",
64
- "@ovh-ux/manager-tailwind-config": "^0.6.1",
65
- "@ovh-ux/manager-tests-setup": "^0.2.0",
66
- "@ovh-ux/manager-vite-config": "^0.15.2",
67
- "@ovhcloud/ods-react": "^19.2.1",
68
- "@ovhcloud/ods-themes": "^19.2.1",
63
+ "@ovh-ux/manager-static-analysis-kit": "^0.15.0",
64
+ "@ovh-ux/manager-tailwind-config": "^0.6.2",
65
+ "@ovh-ux/manager-tests-setup": "^0.6.2",
66
+ "@ovh-ux/manager-vite-config": "^0.15.3",
67
+ "@ovhcloud/ods-react": "19.2.1",
68
+ "@ovhcloud/ods-themes": "19.2.1",
69
69
  "@tanstack/react-query": "^5.51.21",
70
70
  "@tanstack/react-table": "8.11.8",
71
71
  "@tanstack/react-virtual": "^3.10.9",
@@ -106,8 +106,8 @@
106
106
  "@ovh-ux/manager-core-api": "^0.10.0",
107
107
  "@ovh-ux/manager-core-utils": "*",
108
108
  "@ovh-ux/manager-react-shell-client": "^0.11.2",
109
- "@ovhcloud/ods-react": "^19.2.1",
110
- "@ovhcloud/ods-themes": "^19.2.1",
109
+ "@ovhcloud/ods-react": "19.2.1",
110
+ "@ovhcloud/ods-themes": "19.2.1",
111
111
  "@tanstack/react-query": "^5.51.21",
112
112
  "@tanstack/react-table": "8.11.8",
113
113
  "@tanstack/react-virtual": "^3.10.9",