chore(docs): Updated UI Reference (automated) (#14181)
Automated changes by [create-pull-request](https://github.com/peter-evans/create-pull-request) GitHub action --- > [!NOTE] > Bumps Medusa UI-related dependencies across apps/packages and updates DatePicker prop type metadata in UI specs. > > - **Dependencies**: > - Upgrade `@medusajs/icons` to `2.12.0` across apps/packages. > - Upgrade `@medusajs/ui` to `4.0.28` in `apps/api-reference`, `apps/ui`, and `packages/docs-ui`. > - Upgrade `@medusajs/ui-preset` to `2.12.0` in `apps/ui` and `packages/tailwind`. > - Update `yarn.lock` accordingly. > - **UI Reference**: > - Update `DatePicker` prop type metadata for `onBlur`, `onFocus`, `onKeyDown`, and `onKeyUp` in `apps/ui/specs/components/DatePicker/DatePicker.json`. > > <sup>Written by [Cursor Bugbot](https://cursor.com/dashboard?tab=bugbot) for commit 222e08dc7d3aa920103aa9b35c50207dca4dd32f. This will update automatically on new commits. Configure [here](https://cursor.com/dashboard?tab=bugbot).</sup> Co-authored-by: Oli Juhl <59018053+olivermrbl@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
fa7bf50077
commit
aba10608ae
@@ -236,8 +236,14 @@
|
||||
"name": "e",
|
||||
"type": {
|
||||
"name": "FocusEvent",
|
||||
"elements": [],
|
||||
"raw": "FocusEvent<Element, Element>"
|
||||
"elements": [
|
||||
{
|
||||
"name": "Element"
|
||||
},
|
||||
{
|
||||
"name": "Element"
|
||||
}
|
||||
]
|
||||
},
|
||||
"rest": false
|
||||
}
|
||||
@@ -261,8 +267,14 @@
|
||||
"name": "e",
|
||||
"type": {
|
||||
"name": "FocusEvent",
|
||||
"elements": [],
|
||||
"raw": "FocusEvent<Element, Element>"
|
||||
"elements": [
|
||||
{
|
||||
"name": "Element"
|
||||
},
|
||||
{
|
||||
"name": "Element"
|
||||
}
|
||||
]
|
||||
},
|
||||
"rest": false
|
||||
}
|
||||
@@ -309,8 +321,8 @@
|
||||
"name": "e",
|
||||
"type": {
|
||||
"name": "KeyboardEvent",
|
||||
"elements": [],
|
||||
"raw": "KeyboardEvent"
|
||||
"raw": "KeyboardEvent",
|
||||
"elements": []
|
||||
},
|
||||
"rest": false
|
||||
}
|
||||
@@ -334,8 +346,8 @@
|
||||
"name": "e",
|
||||
"type": {
|
||||
"name": "KeyboardEvent",
|
||||
"elements": [],
|
||||
"raw": "KeyboardEvent"
|
||||
"raw": "KeyboardEvent",
|
||||
"elements": []
|
||||
},
|
||||
"rest": false
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user