@ovh-ux/muk 0.9.1 → 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 +31 -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/dist/types/src/components/link-card/__tests__/LinkCard.spec.utils.d.ts +2 -1
- package/dist/types/src/components/link-card/__tests__/LinkCard.spec.utils.d.ts.map +1 -1
- package/package.json +14 -12
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Datagrid.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/datagrid/Datagrid.component.tsx"],"names":[],"mappings":"AAIA,OAAO,EAGL,aAAa,EAEd,MAAM,sCAAsC,CAAC;AAM9C,OAAO,gBAAgB,CAAC;AAGxB,eAAO,MAAM,QAAQ,GAAI,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,sTAyBzD,aAAa,CAAC,CAAC,CAAC,
|
|
1
|
+
{"version":3,"file":"Datagrid.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/datagrid/Datagrid.component.tsx"],"names":[],"mappings":"AAIA,OAAO,EAGL,aAAa,EAEd,MAAM,sCAAsC,CAAC;AAM9C,OAAO,gBAAgB,CAAC;AAGxB,eAAO,MAAM,QAAQ,GAAI,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,EAAE,sTAyBzD,aAAa,CAAC,CAAC,CAAC,4CAkGlB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { JSX, MutableRefObject
|
|
1
|
+
import { JSX, MutableRefObject } from 'react';
|
|
2
2
|
import { Column, ExpandedState, Row, RowModel } from '@tanstack/react-table';
|
|
3
3
|
export type TableBodyProps<T> = {
|
|
4
4
|
autoScroll?: boolean;
|
|
@@ -9,7 +9,7 @@ export type TableBodyProps<T> = {
|
|
|
9
9
|
renderSubComponent?: (row: Row<T>, headerRefs?: MutableRefObject<Record<string, HTMLTableCellElement>>) => JSX.Element;
|
|
10
10
|
rowModel: RowModel<T>;
|
|
11
11
|
subComponentHeight?: number;
|
|
12
|
-
tableContainerRef:
|
|
12
|
+
tableContainerRef: HTMLDivElement | null;
|
|
13
13
|
contentAlignLeft?: boolean;
|
|
14
14
|
expanded?: ExpandedState;
|
|
15
15
|
columns: Column<T>[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TableBody.props.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/datagrid/table/table-body/TableBody.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,gBAAgB,EAAE,
|
|
1
|
+
{"version":3,"file":"TableBody.props.d.ts","sourceRoot":"","sources":["../../../../../../../src/components/datagrid/table/table-body/TableBody.props.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,gBAAgB,EAAE,MAAM,OAAO,CAAC;AAE9C,OAAO,KAAK,EAAE,MAAM,EAAE,aAAa,EAAE,GAAG,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAElF,MAAM,MAAM,cAAc,CAAC,CAAC,IAAI;IAC9B,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,SAAS,EAAE,OAAO,CAAC;IACnB,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,YAAY,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,kBAAkB,CAAC,EAAE,CACnB,GAAG,EAAE,GAAG,CAAC,CAAC,CAAC,EACX,UAAU,CAAC,EAAE,gBAAgB,CAAC,MAAM,CAAC,MAAM,EAAE,oBAAoB,CAAC,CAAC,KAChE,GAAG,CAAC,OAAO,CAAC;IACjB,QAAQ,EAAE,QAAQ,CAAC,CAAC,CAAC,CAAC;IACtB,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B,iBAAiB,EAAE,cAAc,GAAG,IAAI,CAAC;IACzC,gBAAgB,CAAC,EAAE,OAAO,CAAC;IAC3B,QAAQ,CAAC,EAAE,aAAa,CAAC;IACzB,OAAO,EAAE,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC;CACtB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"Error.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/error/Error.component.tsx"],"names":[],"mappings":"AAiBA,OAAO,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAI5D,OAAO,6BAA6B,CAAC;AAErC,eAAO,MAAM,KAAK,GAAI,iEAMnB,UAAU,
|
|
1
|
+
{"version":3,"file":"Error.component.d.ts","sourceRoot":"","sources":["../../../../../src/components/error/Error.component.tsx"],"names":[],"mappings":"AAiBA,OAAO,EAAE,UAAU,EAAE,MAAM,gCAAgC,CAAC;AAI5D,OAAO,6BAA6B,CAAC;AAErC,eAAO,MAAM,KAAK,GAAI,iEAMnB,UAAU,4CAqFZ,CAAC"}
|
|
@@ -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) =>
|
|
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":"
|
|
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.
|
|
3
|
+
"version": "0.10.1",
|
|
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,17 @@
|
|
|
56
56
|
},
|
|
57
57
|
"devDependencies": {
|
|
58
58
|
"@mdx-js/react": "^3.0.1",
|
|
59
|
-
"@ovh-ux/manager-common-translations": "^0.24.
|
|
60
|
-
"@ovh-ux/manager-
|
|
61
|
-
"@ovh-ux/manager-core-
|
|
59
|
+
"@ovh-ux/manager-common-translations": "^0.24.2",
|
|
60
|
+
"@ovh-ux/manager-config": "^8.8.0",
|
|
61
|
+
"@ovh-ux/manager-core-api": "^0.20.0",
|
|
62
|
+
"@ovh-ux/manager-core-utils": "^0.4.10",
|
|
62
63
|
"@ovh-ux/manager-react-shell-client": "^0.11.2",
|
|
63
|
-
"@ovh-ux/manager-static-analysis-kit": "^0.
|
|
64
|
-
"@ovh-ux/manager-tailwind-config": "^0.6.
|
|
65
|
-
"@ovh-ux/manager-tests-setup": "^0.2
|
|
66
|
-
"@ovh-ux/manager-vite-config": "^0.15.
|
|
67
|
-
"@ovhcloud/ods-react": "
|
|
68
|
-
"@ovhcloud/ods-themes": "
|
|
64
|
+
"@ovh-ux/manager-static-analysis-kit": "^0.15.0",
|
|
65
|
+
"@ovh-ux/manager-tailwind-config": "^0.6.2",
|
|
66
|
+
"@ovh-ux/manager-tests-setup": "^0.6.2",
|
|
67
|
+
"@ovh-ux/manager-vite-config": "^0.15.3",
|
|
68
|
+
"@ovhcloud/ods-react": "19.2.1",
|
|
69
|
+
"@ovhcloud/ods-themes": "19.2.1",
|
|
69
70
|
"@tanstack/react-query": "^5.51.21",
|
|
70
71
|
"@tanstack/react-table": "8.11.8",
|
|
71
72
|
"@tanstack/react-virtual": "^3.10.9",
|
|
@@ -103,11 +104,12 @@
|
|
|
103
104
|
},
|
|
104
105
|
"peerDependencies": {
|
|
105
106
|
"@ovh-ux/manager-common-translations": "*",
|
|
107
|
+
"@ovh-ux/manager-config": "^8.8.0",
|
|
106
108
|
"@ovh-ux/manager-core-api": "^0.10.0",
|
|
107
109
|
"@ovh-ux/manager-core-utils": "*",
|
|
108
110
|
"@ovh-ux/manager-react-shell-client": "^0.11.2",
|
|
109
|
-
"@ovhcloud/ods-react": "
|
|
110
|
-
"@ovhcloud/ods-themes": "
|
|
111
|
+
"@ovhcloud/ods-react": "19.2.1",
|
|
112
|
+
"@ovhcloud/ods-themes": "19.2.1",
|
|
111
113
|
"@tanstack/react-query": "^5.51.21",
|
|
112
114
|
"@tanstack/react-table": "8.11.8",
|
|
113
115
|
"@tanstack/react-virtual": "^3.10.9",
|