diff --git a/apps/www/src/lib/registry/default/ui/checkbox/Checkbox.vue b/apps/www/src/lib/registry/default/ui/checkbox/Checkbox.vue index 338abf7b..900ca771 100644 --- a/apps/www/src/lib/registry/default/ui/checkbox/Checkbox.vue +++ b/apps/www/src/lib/registry/default/ui/checkbox/Checkbox.vue @@ -17,7 +17,7 @@ const forwarded = useForwardPropsEmits(props, emits) cn('peer h-4 w-4 shrink-0 rounded-sm border border-primary ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground', $attrs.class ?? '')" > - + diff --git a/apps/www/src/lib/registry/new-york/ui/checkbox/Checkbox.vue b/apps/www/src/lib/registry/new-york/ui/checkbox/Checkbox.vue index 3c3397fb..33d498cc 100644 --- a/apps/www/src/lib/registry/new-york/ui/checkbox/Checkbox.vue +++ b/apps/www/src/lib/registry/new-york/ui/checkbox/Checkbox.vue @@ -17,7 +17,7 @@ const forwarded = useForwardPropsEmits(props, emits) cn('peer h-4 w-4 shrink-0 rounded-sm border border-primary ring-offset-background focus-visible:outline-none focus-visible:ring-2 focus-visible:ring-ring focus-visible:ring-offset-2 disabled:cursor-not-allowed disabled:opacity-50 data-[state=checked]:bg-primary data-[state=checked]:text-primary-foreground', $attrs.class ?? '')" > - + diff --git a/apps/www/src/public/registry/styles/default/checkbox.json b/apps/www/src/public/registry/styles/default/checkbox.json index 16db473d..2b9bc597 100644 --- a/apps/www/src/public/registry/styles/default/checkbox.json +++ b/apps/www/src/public/registry/styles/default/checkbox.json @@ -9,7 +9,7 @@ "files": [ { "name": "Checkbox.vue", - "content": "\n\n\n" + "content": "\n\n\n" }, { "name": "index.ts", @@ -17,4 +17,4 @@ } ], "type": "components:ui" -} \ No newline at end of file +} diff --git a/apps/www/src/public/registry/styles/new-york/checkbox.json b/apps/www/src/public/registry/styles/new-york/checkbox.json index a17b7646..d7aa75bc 100644 --- a/apps/www/src/public/registry/styles/new-york/checkbox.json +++ b/apps/www/src/public/registry/styles/new-york/checkbox.json @@ -9,7 +9,7 @@ "files": [ { "name": "Checkbox.vue", - "content": "\n\n\n" + "content": "\n\n\n" }, { "name": "index.ts", @@ -17,4 +17,4 @@ } ], "type": "components:ui" -} \ No newline at end of file +}