From e63eec02e4a14f608876a968411301e55c67227b Mon Sep 17 00:00:00 2001 From: David Dong <73568310+DongHY1@users.noreply.github.com> Date: Wed, 22 May 2024 20:06:08 +0800 Subject: [PATCH 1/2] docs(blocks): add `TooltipProvider` for Dashboard03,05,06,07 (#562) --- .../registry/default/block/Dashboard03.vue | 274 ++++++++++-------- .../registry/default/block/Dashboard05.vue | 184 ++++++------ .../registry/default/block/Dashboard06.vue | 181 ++++++------ .../registry/default/block/Dashboard07.vue | 181 ++++++------ 4 files changed, 440 insertions(+), 380 deletions(-) diff --git a/apps/www/src/lib/registry/default/block/Dashboard03.vue b/apps/www/src/lib/registry/default/block/Dashboard03.vue index 3b60b282..c2e1024f 100644 --- a/apps/www/src/lib/registry/default/block/Dashboard03.vue +++ b/apps/www/src/lib/registry/default/block/Dashboard03.vue @@ -14,7 +14,7 @@ import { Input } from '@/lib/registry/default/ui/input' import { Label } from '@/lib/registry/default/ui/label' import { Select, SelectContent, SelectItem, SelectTrigger, SelectValue } from '@/lib/registry/default/ui/select' import { Textarea } from '@/lib/registry/default/ui/textarea' -import { Tooltip, TooltipContent, TooltipTrigger } from '@/lib/registry/default/ui/tooltip' +import { Tooltip, TooltipContent, TooltipProvider, TooltipTrigger } from '@/lib/registry/default/ui/tooltip'