From 92dbe2e7022c6d179c7eca4e421dd3d161683696 Mon Sep 17 00:00:00 2001 From: Sadegh Barati Date: Mon, 5 Feb 2024 21:07:47 +0330 Subject: [PATCH] chore: build registry --- apps/www/src/public/registry/index.json | 13 +++++++++++ .../registry/styles/default/pin-input.json | 22 +++++++++++++++++++ .../registry/styles/new-york/pin-input.json | 22 +++++++++++++++++++ 3 files changed, 57 insertions(+) create mode 100644 apps/www/src/public/registry/styles/default/pin-input.json create mode 100644 apps/www/src/public/registry/styles/new-york/pin-input.json diff --git a/apps/www/src/public/registry/index.json b/apps/www/src/public/registry/index.json index 9589b3b6..de3369a8 100644 --- a/apps/www/src/public/registry/index.json +++ b/apps/www/src/public/registry/index.json @@ -392,6 +392,19 @@ ], "type": "components:ui" }, + { + "name": "pin-input", + "dependencies": [], + "registryDependencies": [ + "utils" + ], + "files": [ + "ui/pin-input/PinInput.vue", + "ui/pin-input/PinInputInput.vue", + "ui/pin-input/index.ts" + ], + "type": "components:ui" + }, { "name": "popover", "dependencies": [], diff --git a/apps/www/src/public/registry/styles/default/pin-input.json b/apps/www/src/public/registry/styles/default/pin-input.json new file mode 100644 index 00000000..8e77c360 --- /dev/null +++ b/apps/www/src/public/registry/styles/default/pin-input.json @@ -0,0 +1,22 @@ +{ + "name": "pin-input", + "dependencies": [], + "registryDependencies": [ + "utils" + ], + "files": [ + { + "name": "PinInput.vue", + "content": "\n\n\n" + }, + { + "name": "PinInputInput.vue", + "content": "\n\n\n" + }, + { + "name": "index.ts", + "content": "export { default as PinInput } from './PinInput.vue'\nexport { default as PinInputInput } from './PinInputInput.vue'\n" + } + ], + "type": "components:ui" +} \ No newline at end of file diff --git a/apps/www/src/public/registry/styles/new-york/pin-input.json b/apps/www/src/public/registry/styles/new-york/pin-input.json new file mode 100644 index 00000000..8e77c360 --- /dev/null +++ b/apps/www/src/public/registry/styles/new-york/pin-input.json @@ -0,0 +1,22 @@ +{ + "name": "pin-input", + "dependencies": [], + "registryDependencies": [ + "utils" + ], + "files": [ + { + "name": "PinInput.vue", + "content": "\n\n\n" + }, + { + "name": "PinInputInput.vue", + "content": "\n\n\n" + }, + { + "name": "index.ts", + "content": "export { default as PinInput } from './PinInput.vue'\nexport { default as PinInputInput } from './PinInputInput.vue'\n" + } + ], + "type": "components:ui" +} \ No newline at end of file