Skip to content

Commit e629ede

Browse files
committed
fix: review all the components and update them
1 parent ac3977e commit e629ede

27 files changed

+199
-303
lines changed

.vitepress/components/_partials/VPropType.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import {
77
PopoverTrigger,
88
PopoverPopup,
99
} from '#components'
10-
import QuestionIcon from '~icons/lucide/circle-question-mark'
10+
import QuestionIcon from '~icons/ri/question-line'
1111
1212
const props = defineProps<{name: string, type: string}>()
1313

.vitepress/meta/CardHead.json

Lines changed: 0 additions & 29 deletions
This file was deleted.

.vitepress/meta/ChevronIcon.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

.vitepress/meta/ColorField.json

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
{
22
"props": [
3+
{
4+
"name": "as",
5+
"description": "<p>The element or component this component should render as. Can be overwritten by <code>asChild</code>.</p>",
6+
"type": "AsTag | Component",
7+
"required": false,
8+
"inherit": "reka-ui",
9+
"default": "\"div\""
10+
},
11+
{
12+
"name": "defaultValue",
13+
"description": "",
14+
"type": "string",
15+
"required": false,
16+
"inherit": null
17+
},
318
{
419
"name": "id",
520
"description": "",

.vitepress/meta/DropdownMenuContent.json

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -177,13 +177,6 @@
177177
"inherit": "reka-ui",
178178
"default": "\"partial\""
179179
},
180-
{
181-
"name": "to",
182-
"description": "",
183-
"type": "string | HTMLElement",
184-
"required": false,
185-
"inherit": null
186-
},
187180
{
188181
"name": "updatePositionStrategy",
189182
"description": "<p>Strategy to update the position of the floating element on every animation frame.</p>",
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"props": [],
3+
"events": [],
4+
"slots": [],
5+
"methods": []
6+
}

.vitepress/meta/Icon.json

Lines changed: 0 additions & 126 deletions
This file was deleted.

.vitepress/meta/IconCircle.json

Lines changed: 0 additions & 35 deletions
This file was deleted.

.vitepress/meta/Inset.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

.vitepress/meta/PlusMinusIcon.json

Lines changed: 0 additions & 21 deletions
This file was deleted.

0 commit comments

Comments
 (0)