Skip to content

Commit dd2cad1

Browse files
chore(docs): Generated + Updated UI Reference (automated) (#14947)
Co-authored-by: shahednasser <shahednasser@users.noreply.github.com> Co-authored-by: Shahed Nasser <shahednasser@gmail.com>
1 parent 3c2ae85 commit dd2cad1

File tree

17 files changed

+148
-52
lines changed

17 files changed

+148
-52
lines changed

www/apps/api-reference/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
"dependencies": {
1818
"@mdx-js/loader": "^3.1.0",
1919
"@mdx-js/react": "^3.1.0",
20-
"@medusajs/icons": "2.13.4",
21-
"@medusajs/ui": "4.1.4",
20+
"@medusajs/icons": "2.13.5",
21+
"@medusajs/ui": "4.1.5",
2222
"@next/mdx": "15.3.9",
2323
"@react-hook/resize-observer": "^2.0.2",
2424
"@readme/openapi-parser": "^2.5.0",

www/apps/bloom/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@mdx-js/loader": "^3.1.0",
1818
"@mdx-js/react": "^3.1.0",
19-
"@medusajs/icons": "2.13.4",
19+
"@medusajs/icons": "2.13.5",
2020
"@next/mdx": "15.3.9",
2121
"@stefanprobst/rehype-extract-toc": "^3.0.0",
2222
"clsx": "^2.1.0",

www/apps/book/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@mdx-js/loader": "^3.1.0",
1818
"@mdx-js/react": "^3.1.0",
19-
"@medusajs/icons": "2.13.4",
19+
"@medusajs/icons": "2.13.5",
2020
"@next/mdx": "15.3.9",
2121
"@stefanprobst/rehype-extract-toc": "^3.0.0",
2222
"clsx": "^2.1.0",

www/apps/cloud/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@mdx-js/loader": "^3.1.0",
1818
"@mdx-js/react": "^3.1.0",
19-
"@medusajs/icons": "2.13.4",
19+
"@medusajs/icons": "2.13.5",
2020
"@next/mdx": "15.3.9",
2121
"@sanity/client": "^7.11.0",
2222
"@stefanprobst/rehype-extract-toc": "^3.0.0",

www/apps/resources/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
"dependencies": {
1717
"@mdx-js/loader": "^3.1.0",
1818
"@mdx-js/react": "^3.1.0",
19-
"@medusajs/icons": "2.13.4",
19+
"@medusajs/icons": "2.13.5",
2020
"@next/mdx": "15.3.9",
2121
"@stefanprobst/rehype-extract-toc": "^3.0.0",
2222
"clsx": "^2.1.0",

www/apps/ui/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@
1616
"dependencies": {
1717
"@mdx-js/loader": "^3.1.0",
1818
"@mdx-js/react": "^3.1.0",
19-
"@medusajs/icons": "2.13.4",
20-
"@medusajs/ui": "4.1.4",
21-
"@medusajs/ui-preset": "2.13.4",
19+
"@medusajs/icons": "2.13.5",
20+
"@medusajs/ui": "4.1.5",
21+
"@medusajs/ui-preset": "2.13.5",
2222
"@next/mdx": "15.3.9",
2323
"@stefanprobst/rehype-extract-toc": "^3.0.0",
2424
"clsx": "^2.1.0",

www/apps/ui/specs/components/CalendarButton/CalendarButton.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,8 @@
22
"description": "",
33
"methods": [],
44
"displayName": "CalendarButton",
5-
"props": {}
5+
"props": {},
6+
"composes": [
7+
"AriaButtonProps"
8+
]
69
}

www/apps/ui/specs/components/DataTableNonSortableHeaderCell/DataTableNonSortableHeaderCell.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,28 @@
22
"description": "",
33
"methods": [],
44
"displayName": "DataTableNonSortableHeaderCell",
5-
"props": {}
5+
"props": {
6+
"id": {
7+
"required": true,
8+
"tsType": {
9+
"name": "string"
10+
},
11+
"description": ""
12+
},
13+
"children": {
14+
"required": true,
15+
"tsType": {
16+
"name": "ReactReactNode",
17+
"raw": "React.ReactNode"
18+
},
19+
"description": ""
20+
},
21+
"isFirstColumn": {
22+
"required": false,
23+
"tsType": {
24+
"name": "boolean"
25+
},
26+
"description": ""
27+
}
28+
}
629
}

www/apps/ui/specs/components/DataTableSortableHeaderCell/DataTableSortableHeaderCell.json

Lines changed: 24 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,28 @@
22
"description": "",
33
"methods": [],
44
"displayName": "DataTableSortableHeaderCell",
5-
"props": {}
5+
"props": {
6+
"id": {
7+
"required": true,
8+
"tsType": {
9+
"name": "string"
10+
},
11+
"description": ""
12+
},
13+
"children": {
14+
"required": true,
15+
"tsType": {
16+
"name": "ReactReactNode",
17+
"raw": "React.ReactNode"
18+
},
19+
"description": ""
20+
},
21+
"isFirstColumn": {
22+
"required": false,
23+
"tsType": {
24+
"name": "boolean"
25+
},
26+
"description": ""
27+
}
28+
}
629
}

www/apps/ui/specs/components/DatePicker/DatePicker.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@
229229
"tsType": {
230230
"name": "signature",
231231
"type": "function",
232-
"raw": "(e: FocusEvent&#60;Element, Element&#62;) => void",
232+
"raw": "(e: FocusEvent&#60;Element&#62;) => void",
233233
"signature": {
234234
"arguments": [
235235
{
@@ -260,7 +260,7 @@
260260
"tsType": {
261261
"name": "signature",
262262
"type": "function",
263-
"raw": "(e: FocusEvent&#60;Element, Element&#62;) => void",
263+
"raw": "(e: FocusEvent&#60;Element&#62;) => void",
264264
"signature": {
265265
"arguments": [
266266
{
@@ -485,5 +485,8 @@
485485
]
486486
}
487487
}
488-
}
488+
},
489+
"composes": [
490+
"Omit"
491+
]
489492
}

0 commit comments

Comments
 (0)