Skip to content

Commit 1220dcd

Browse files
mc
1 parent 1709281 commit 1220dcd

File tree

5 files changed

+5
-1
lines changed

5 files changed

+5
-1
lines changed

apps/ui/public/r/p-date-picker-3.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@
2626
},
2727
"categories": [
2828
"date picker",
29+
"calendar",
2930
"popover",
3031
"button",
3132
"field",

apps/ui/public/r/registry.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3492,6 +3492,7 @@
34923492
{
34933493
"categories": [
34943494
"date picker",
3495+
"calendar",
34953496
"popover",
34963497
"button",
34973498
"field",

apps/ui/registry.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3492,6 +3492,7 @@
34923492
{
34933493
"categories": [
34943494
"date picker",
3495+
"calendar",
34953496
"popover",
34963497
"button",
34973498
"field",

apps/ui/registry/__index__.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3370,7 +3370,7 @@ export const Index: Record<string, any> = {
33703370
const exportName = Object.keys(mod).find(key => typeof mod[key] === 'function' || typeof mod[key] === 'object') || item.name
33713371
return { default: mod.default || mod[exportName] }
33723372
}),
3373-
categories: ["date picker","popover","button","field","combobox"],
3373+
categories: ["date picker","calendar","popover","button","field","combobox"],
33743374
meta: {"className":"**:data-[slot=preview]:w-full **:data-[slot=preview]:max-w-64"},
33753375
},
33763376
"p-date-picker-4": {

apps/ui/registry/registry-particles.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1320,6 +1320,7 @@ export const particles: ParticleItem[] = [
13201320
{
13211321
categories: categories(
13221322
"date picker",
1323+
"calendar",
13231324
"popover",
13241325
"button",
13251326
"field",

0 commit comments

Comments
 (0)