From 33452aef4bee1d9fc6bf1fb07b7c5557d079e33b Mon Sep 17 00:00:00 2001 From: "f.shuaib" Date: Sun, 22 Oct 2023 19:49:12 +0200 Subject: [PATCH] change text direction from staticly left to be justifing parent element, which will be right if the direction is rtl and left if the direction is ltr --- apps/www/.vitepress/theme/layout/MainLayout.vue | 2 +- .../src/content/docs/components/date-picker.md | 2 +- .../dashboard/components/DateRangePicker.vue | 2 +- .../examples/forms/components/AccountForm.vue | 2 +- .../src/examples/forms/components/SidebarNav.vue | 2 +- .../playground/components/PresetShare.vue | 2 +- .../registry/default/example/DatePickerDemo.vue | 2 +- .../default/example/DatePickerWithPresets.vue | 2 +- .../default/example/DatePickerWithRange.vue | 2 +- .../registry/default/example/TypographyDemo.vue | 16 ++++++++-------- .../registry/default/example/TypographyTable.vue | 16 ++++++++-------- .../ui/alert-dialog/AlertDialogHeader.vue | 2 +- .../registry/default/ui/dialog/DialogHeader.vue | 2 +- .../lib/registry/default/ui/form/FormLabel.vue | 2 +- .../src/lib/registry/default/ui/label/Label.vue | 2 +- .../registry/default/ui/sheet/SheetHeader.vue | 2 +- .../lib/registry/default/ui/table/TableHead.vue | 2 +- .../registry/new-york/example/DatePickerDemo.vue | 2 +- .../new-york/example/DatePickerWithPresets.vue | 2 +- .../new-york/example/DatePickerWithRange.vue | 2 +- .../registry/new-york/example/TypographyDemo.vue | 16 ++++++++-------- .../new-york/example/TypographyTable.vue | 16 ++++++++-------- .../ui/alert-dialog/AlertDialogHeader.vue | 2 +- .../registry/new-york/ui/dialog/DialogHeader.vue | 2 +- .../lib/registry/new-york/ui/form/FormLabel.vue | 2 +- .../src/lib/registry/new-york/ui/label/Label.vue | 2 +- .../registry/new-york/ui/sheet/SheetHeader.vue | 2 +- .../lib/registry/new-york/ui/table/TableHead.vue | 2 +- .../registry/styles/default/alert-dialog.json | 2 +- .../public/registry/styles/default/dialog.json | 2 +- .../src/public/registry/styles/default/form.json | 2 +- .../public/registry/styles/default/label.json | 2 +- .../public/registry/styles/default/sheet.json | 2 +- .../public/registry/styles/default/table.json | 2 +- .../registry/styles/new-york/alert-dialog.json | 2 +- .../public/registry/styles/new-york/dialog.json | 2 +- .../public/registry/styles/new-york/form.json | 2 +- .../public/registry/styles/new-york/label.json | 2 +- .../public/registry/styles/new-york/sheet.json | 2 +- .../public/registry/styles/new-york/table.json | 2 +- .../ui/alert-dialog/AlertDialogHeader.vue | 2 +- 41 files changed, 69 insertions(+), 69 deletions(-) diff --git a/apps/www/.vitepress/theme/layout/MainLayout.vue b/apps/www/.vitepress/theme/layout/MainLayout.vue index 533e367b..84234c6c 100644 --- a/apps/www/.vitepress/theme/layout/MainLayout.vue +++ b/apps/www/.vitepress/theme/layout/MainLayout.vue @@ -171,7 +171,7 @@ watch(() => $route.path, (n) => {