diff --git a/apps/v4/public/r/styles/base-lyra/registry.json b/apps/v4/public/r/styles/base-lyra/registry.json index 9c4541b4f..d09e0831c 100644 --- a/apps/v4/public/r/styles/base-lyra/registry.json +++ b/apps/v4/public/r/styles/base-lyra/registry.json @@ -486,7 +486,8 @@ "separator", "sheet", "skeleton", - "tooltip" + "tooltip", + "use-mobile" ], "files": [ { diff --git a/apps/v4/public/r/styles/base-lyra/sidebar.json b/apps/v4/public/r/styles/base-lyra/sidebar.json index f96f53352..a014eb812 100644 --- a/apps/v4/public/r/styles/base-lyra/sidebar.json +++ b/apps/v4/public/r/styles/base-lyra/sidebar.json @@ -7,7 +7,8 @@ "separator", "sheet", "skeleton", - "tooltip" + "tooltip", + "use-mobile" ], "files": [ { diff --git a/apps/v4/public/r/styles/base-maia/registry.json b/apps/v4/public/r/styles/base-maia/registry.json index 73ce7103b..d171110c1 100644 --- a/apps/v4/public/r/styles/base-maia/registry.json +++ b/apps/v4/public/r/styles/base-maia/registry.json @@ -486,7 +486,8 @@ "separator", "sheet", "skeleton", - "tooltip" + "tooltip", + "use-mobile" ], "files": [ { diff --git a/apps/v4/public/r/styles/base-maia/sidebar.json b/apps/v4/public/r/styles/base-maia/sidebar.json index 425708b98..b97e3fa8a 100644 --- a/apps/v4/public/r/styles/base-maia/sidebar.json +++ b/apps/v4/public/r/styles/base-maia/sidebar.json @@ -7,7 +7,8 @@ "separator", "sheet", "skeleton", - "tooltip" + "tooltip", + "use-mobile" ], "files": [ { diff --git a/apps/v4/public/r/styles/base-mira/registry.json b/apps/v4/public/r/styles/base-mira/registry.json index c3b5b06e2..cc47bae7b 100644 --- a/apps/v4/public/r/styles/base-mira/registry.json +++ b/apps/v4/public/r/styles/base-mira/registry.json @@ -486,7 +486,8 @@ "separator", "sheet", "skeleton", - "tooltip" + "tooltip", + "use-mobile" ], "files": [ { diff --git a/apps/v4/public/r/styles/base-mira/sidebar.json b/apps/v4/public/r/styles/base-mira/sidebar.json index 508cdb12d..b9be65160 100644 --- a/apps/v4/public/r/styles/base-mira/sidebar.json +++ b/apps/v4/public/r/styles/base-mira/sidebar.json @@ -7,7 +7,8 @@ "separator", "sheet", "skeleton", - "tooltip" + "tooltip", + "use-mobile" ], "files": [ { diff --git a/apps/v4/public/r/styles/base-nova/registry.json b/apps/v4/public/r/styles/base-nova/registry.json index d0e094c68..10dc2c55c 100644 --- a/apps/v4/public/r/styles/base-nova/registry.json +++ b/apps/v4/public/r/styles/base-nova/registry.json @@ -486,7 +486,8 @@ "separator", "sheet", "skeleton", - "tooltip" + "tooltip", + "use-mobile" ], "files": [ { diff --git a/apps/v4/public/r/styles/base-nova/sidebar.json b/apps/v4/public/r/styles/base-nova/sidebar.json index 00209f1b0..f2c2c365e 100644 --- a/apps/v4/public/r/styles/base-nova/sidebar.json +++ b/apps/v4/public/r/styles/base-nova/sidebar.json @@ -7,7 +7,8 @@ "separator", "sheet", "skeleton", - "tooltip" + "tooltip", + "use-mobile" ], "files": [ { diff --git a/apps/v4/public/r/styles/base-vega/registry.json b/apps/v4/public/r/styles/base-vega/registry.json index 543f5b657..be4267117 100644 --- a/apps/v4/public/r/styles/base-vega/registry.json +++ b/apps/v4/public/r/styles/base-vega/registry.json @@ -486,7 +486,8 @@ "separator", "sheet", "skeleton", - "tooltip" + "tooltip", + "use-mobile" ], "files": [ { diff --git a/apps/v4/public/r/styles/base-vega/sidebar.json b/apps/v4/public/r/styles/base-vega/sidebar.json index ba060cadb..daf9a9f9c 100644 --- a/apps/v4/public/r/styles/base-vega/sidebar.json +++ b/apps/v4/public/r/styles/base-vega/sidebar.json @@ -7,7 +7,8 @@ "separator", "sheet", "skeleton", - "tooltip" + "tooltip", + "use-mobile" ], "files": [ { diff --git a/apps/v4/registry/bases/__index__.tsx b/apps/v4/registry/bases/__index__.tsx index 84447a0a1..f046c3e9d 100644 --- a/apps/v4/registry/bases/__index__.tsx +++ b/apps/v4/registry/bases/__index__.tsx @@ -4443,6 +4443,7 @@ export const Index: Record> = { "sheet", "skeleton", "tooltip", + "use-mobile", ], files: [ { diff --git a/apps/v4/registry/bases/base/ui/_registry.ts b/apps/v4/registry/bases/base/ui/_registry.ts index 1b507dc49..6eb0490e3 100644 --- a/apps/v4/registry/bases/base/ui/_registry.ts +++ b/apps/v4/registry/bases/base/ui/_registry.ts @@ -437,6 +437,7 @@ export const ui: Registry["items"] = [ "sheet", "skeleton", "tooltip", + "use-mobile", ], files: [ {