From 10b34f1443024105cf90dbd91749f5ebce800c83 Mon Sep 17 00:00:00 2001 From: AdrianGonz97 <31664583+AdrianGonz97@users.noreply.github.com> Date: Thu, 14 Mar 2024 18:34:49 -0400 Subject: [PATCH] update registry --- apps/www/src/__registry__/index.js | 8 ++++---- .../www/static/registry/styles/default-js/breadcrumb.json | 2 +- .../www/static/registry/styles/default-js/pagination.json | 2 +- apps/www/static/registry/styles/default/breadcrumb.json | 2 +- apps/www/static/registry/styles/default/pagination.json | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/apps/www/src/__registry__/index.js b/apps/www/src/__registry__/index.js index 2f93e4f2a..3c2953a2b 100644 --- a/apps/www/src/__registry__/index.js +++ b/apps/www/src/__registry__/index.js @@ -411,7 +411,7 @@ export const Index = { "combobox-dropdown-menu": { name: "combobox-dropdown-menu", type: "components:example", - registryDependencies: ["command", "dropdown-menu", "button"], + registryDependencies: ["button", "command", "dropdown-menu"], component: () => import("../lib/registry/default/example/combobox-dropdown-menu.svelte").then( (m) => m.default @@ -431,7 +431,7 @@ export const Index = { "combobox-popover": { name: "combobox-popover", type: "components:example", - registryDependencies: ["command", "popover", "button"], + registryDependencies: ["button", "command", "popover"], component: () => import("../lib/registry/default/example/combobox-popover.svelte").then( (m) => m.default @@ -1649,7 +1649,7 @@ export const Index = { "combobox-dropdown-menu": { name: "combobox-dropdown-menu", type: "components:example", - registryDependencies: ["command", "dropdown-menu", "button"], + registryDependencies: ["button", "command", "dropdown-menu"], component: () => import("../lib/registry/new-york/example/combobox-dropdown-menu.svelte").then( (m) => m.default @@ -1669,7 +1669,7 @@ export const Index = { "combobox-popover": { name: "combobox-popover", type: "components:example", - registryDependencies: ["command", "popover", "button"], + registryDependencies: ["button", "command", "popover"], component: () => import("../lib/registry/new-york/example/combobox-popover.svelte").then( (m) => m.default diff --git a/apps/www/static/registry/styles/default-js/breadcrumb.json b/apps/www/static/registry/styles/default-js/breadcrumb.json index c35a75486..39ca8c012 100644 --- a/apps/www/static/registry/styles/default-js/breadcrumb.json +++ b/apps/www/static/registry/styles/default-js/breadcrumb.json @@ -5,7 +5,7 @@ "files": [ { "name": "breadcrumb-ellipsis.svelte", - "content": "\n\n\n\t\n\tMore\n\n" + "content": "\n\n\n\t\n\tMore\n\n" }, { "name": "breadcrumb-item.svelte", diff --git a/apps/www/static/registry/styles/default-js/pagination.json b/apps/www/static/registry/styles/default-js/pagination.json index c70004334..ae764cb12 100644 --- a/apps/www/static/registry/styles/default-js/pagination.json +++ b/apps/www/static/registry/styles/default-js/pagination.json @@ -17,7 +17,7 @@ }, { "name": "pagination-ellipsis.svelte", - "content": "\n\n\n\t\n\tMore pages\n\n" + "content": "\n\n\n\t\n\tMore pages\n\n" }, { "name": "pagination-item.svelte", diff --git a/apps/www/static/registry/styles/default/breadcrumb.json b/apps/www/static/registry/styles/default/breadcrumb.json index 4cda3fecd..b543e7c88 100644 --- a/apps/www/static/registry/styles/default/breadcrumb.json +++ b/apps/www/static/registry/styles/default/breadcrumb.json @@ -5,7 +5,7 @@ "files": [ { "name": "breadcrumb-ellipsis.svelte", - "content": "\n\n\n\t\n\tMore\n\n" + "content": "\n\n\n\t\n\tMore\n\n" }, { "name": "breadcrumb-item.svelte", diff --git a/apps/www/static/registry/styles/default/pagination.json b/apps/www/static/registry/styles/default/pagination.json index 130b4d137..9954f59ee 100644 --- a/apps/www/static/registry/styles/default/pagination.json +++ b/apps/www/static/registry/styles/default/pagination.json @@ -17,7 +17,7 @@ }, { "name": "pagination-ellipsis.svelte", - "content": "\n\n\n\t\n\tMore pages\n\n" + "content": "\n\n\n\t\n\tMore pages\n\n" }, { "name": "pagination-item.svelte",