diff --git a/apps/v4/public/r/styles/base-lyra/registry.json b/apps/v4/public/r/styles/base-lyra/registry.json index 9c4541b4fb..d09e0831c1 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 f96f533527..a014eb8125 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 73ce7103ba..d171110c14 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 425708b980..b97e3fa8af 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 c3b5b06e26..cc47bae7ba 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 508cdb12d2..b9be651605 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 d0e094c684..10dc2c55cc 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 00209f1b0b..f2c2c365e0 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 543f5b657d..be4267117d 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 ba060cadbc..daf9a9f9c2 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 84447a0a17..f046c3e9d5 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 1b507dc492..6eb0490e34 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: [ {