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 0c923301..6128a3bd 100644 --- a/apps/www/src/lib/registry/default/ui/checkbox/Checkbox.vue +++ b/apps/www/src/lib/registry/default/ui/checkbox/Checkbox.vue @@ -17,8 +17,8 @@ const forwarded = useForwardPropsEmits(props, emits) cn('box-content 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 ad378467..0af6f122 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,8 +17,8 @@ const forwarded = useForwardPropsEmits(props, emits) cn('box-content 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 1fc30e3c..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 7c34aa85..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 +}