Skip to content

Commit 4a19d61

Browse files
authored
feat: update registry (#951)
1 parent 5f3cfe0 commit 4a19d61

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

registry.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"items": [
66
{
77
"name": "data-table",
8-
"type": "registry:component",
8+
"type": "registry:block",
99
"title": "Data Table",
1010
"description": "A feature-rich data table component with server-side filtering, sorting, and pagination",
1111
"registryDependencies": [
@@ -91,7 +91,7 @@
9191
},
9292
{
9393
"name": "data-table-action-bar",
94-
"type": "registry:component",
94+
"type": "registry:block",
9595
"title": "Data Table Action Bar",
9696
"description": "A action bar component for the data table",
9797
"registryDependencies": ["button", "tooltip"],
@@ -105,7 +105,7 @@
105105
},
106106
{
107107
"name": "data-table-sort-list",
108-
"type": "registry:component",
108+
"type": "registry:block",
109109
"title": "Data Table Sort List",
110110
"description": "A sort list component for the data table",
111111
"registryDependencies": [
@@ -138,7 +138,7 @@
138138
},
139139
{
140140
"name": "data-table-filter-list",
141-
"type": "registry:component",
141+
"type": "registry:block",
142142
"title": "Data Table Filter List",
143143
"description": "A filter list component for the data table",
144144
"registryDependencies": [
@@ -214,7 +214,7 @@
214214
},
215215
{
216216
"name": "data-table-filter-menu",
217-
"type": "registry:component",
217+
"type": "registry:block",
218218
"title": "Data Table Filter Menu",
219219
"description": "A filter menu component for the data table",
220220
"registryDependencies": [
@@ -283,7 +283,7 @@
283283
},
284284
{
285285
"name": "data-table-ts-doc",
286-
"type": "registry:component",
286+
"type": "registry:block",
287287
"title": "Data Table TypeScript Doc",
288288
"description": "A TypeScript doc for the data table",
289289
"files": [

0 commit comments

Comments
 (0)