From df1087ed3cb537f219f3398fbe99e88c2430e2d9 Mon Sep 17 00:00:00 2001 From: "Irsyad A. Panjaitan" Date: Tue, 20 Aug 2024 17:03:23 +0700 Subject: [PATCH] mib --- components/docs/collections/menu-with-icon-demo.tsx | 2 +- components/docs/media/avatar-initials-demo.tsx | 2 +- components/docs/media/avatar-size-demo.tsx | 6 +++--- components/docs/overlays/popover-trigger-demo.tsx | 4 ++-- components/docs/surfaces/heading-level-demo.tsx | 2 +- components/docs/surfaces/heading-tracking-demo.tsx | 6 +++++- resources/content/docs/components/collections/accordion.mdx | 2 +- .../docs/components/date-and-time/date-range-picker.mdx | 2 +- resources/content/docs/components/forms/text-field.mdx | 2 +- resources/content/docs/components/forms/textarea.mdx | 2 +- resources/content/docs/prologue/contribution-guide.mdx | 2 +- 11 files changed, 18 insertions(+), 14 deletions(-) diff --git a/components/docs/collections/menu-with-icon-demo.tsx b/components/docs/collections/menu-with-icon-demo.tsx index a2c1c697..f59abe03 100644 --- a/components/docs/collections/menu-with-icon-demo.tsx +++ b/components/docs/collections/menu-with-icon-demo.tsx @@ -20,7 +20,7 @@ export default function MenuWithIconDemo() { return ( - + diff --git a/components/docs/media/avatar-initials-demo.tsx b/components/docs/media/avatar-initials-demo.tsx index 0d5e75f7..29491e89 100644 --- a/components/docs/media/avatar-initials-demo.tsx +++ b/components/docs/media/avatar-initials-demo.tsx @@ -3,5 +3,5 @@ import { Avatar } from "ui" export default function AvatarInitialsDemo() { - return + return } diff --git a/components/docs/media/avatar-size-demo.tsx b/components/docs/media/avatar-size-demo.tsx index 9c4683e3..a524d22f 100644 --- a/components/docs/media/avatar-size-demo.tsx +++ b/components/docs/media/avatar-size-demo.tsx @@ -5,9 +5,9 @@ import { Avatar } from "ui" export default function AvatarSizeDemo() { return (
- - - + + +
) } diff --git a/components/docs/overlays/popover-trigger-demo.tsx b/components/docs/overlays/popover-trigger-demo.tsx index 61946eb4..e332516c 100644 --- a/components/docs/overlays/popover-trigger-demo.tsx +++ b/components/docs/overlays/popover-trigger-demo.tsx @@ -5,8 +5,8 @@ import { Avatar, Button, Popover } from "ui" export default function PopoverTriggerDemo() { return ( - - + + diff --git a/components/docs/surfaces/heading-level-demo.tsx b/components/docs/surfaces/heading-level-demo.tsx index 063b67f8..8e360a5e 100644 --- a/components/docs/surfaces/heading-level-demo.tsx +++ b/components/docs/surfaces/heading-level-demo.tsx @@ -1,5 +1,5 @@ import { Heading } from "ui" export default function HeadingLevelDemo() { - return The quick brown fox jumps over the lazy dog + return The quick brown fox jumps over the lazy dog } diff --git a/components/docs/surfaces/heading-tracking-demo.tsx b/components/docs/surfaces/heading-tracking-demo.tsx index b36cc0a9..22fc127e 100644 --- a/components/docs/surfaces/heading-tracking-demo.tsx +++ b/components/docs/surfaces/heading-tracking-demo.tsx @@ -1,5 +1,9 @@ import { Heading } from "ui" export default function HeadingTrackingDemo() { - return The quick brown fox jumps over the lazy dog + return ( + + The quick brown fox jumps over the lazy dog + + ) } diff --git a/resources/content/docs/components/collections/accordion.mdx b/resources/content/docs/components/collections/accordion.mdx index c093550c..8bc5b4fb 100644 --- a/resources/content/docs/components/collections/accordion.mdx +++ b/resources/content/docs/components/collections/accordion.mdx @@ -1,6 +1,6 @@ --- title: Accordion -description: "An accordion is a vertical stack of headers that expand or collapse to reveal or conceal content sections, providing an organized and user-friendly way to manage information." +description: Accordion is a vertical stack of headers that expand or collapse to show or hide content, providing an organized, user-friendly way to manage information. order: 6 published: true status: updated diff --git a/resources/content/docs/components/date-and-time/date-range-picker.mdx b/resources/content/docs/components/date-and-time/date-range-picker.mdx index e59744d6..337d1cff 100644 --- a/resources/content/docs/components/date-and-time/date-range-picker.mdx +++ b/resources/content/docs/components/date-and-time/date-range-picker.mdx @@ -1,6 +1,6 @@ --- title: "Date Range Picker" -description: "Date Range Pickers are essential tools for communicating date-based information to users effectively, enhancing the interaction experience with precise date selections." +description: Date Range Pickers are crucial for conveying date-based info effectively, improving user interaction with accurate date selections. order: 6 published: true references: ["https://react-spectrum.adobe.com/react-aria/DateRangePicker.html#props"] diff --git a/resources/content/docs/components/forms/text-field.mdx b/resources/content/docs/components/forms/text-field.mdx index 9ab29f97..08ed2751 100644 --- a/resources/content/docs/components/forms/text-field.mdx +++ b/resources/content/docs/components/forms/text-field.mdx @@ -1,6 +1,6 @@ --- title: "Text Field" -description: "Enter text similar to jotting down notes on your phone, offering versatility for any data entry that involves typing, accommodating various types of information." +description: Enter text like jotting notes on your phone, offering versatility for typing and accommodating various types of information. order: 2 published: true references: ["https://react-spectrum.adobe.com/react-aria/TextField.html#props", "https://www.framer.com/motion/animate-presence"] diff --git a/resources/content/docs/components/forms/textarea.mdx b/resources/content/docs/components/forms/textarea.mdx index 64620df9..2ee75e51 100644 --- a/resources/content/docs/components/forms/textarea.mdx +++ b/resources/content/docs/components/forms/textarea.mdx @@ -1,6 +1,6 @@ --- title: "Textarea" -description: "Provides ample space for detailed text, similar to drafting an email, allowing you to elaborate on your thoughts and present comprehensive information with ease." +description: Provides ample space for detailed text, like drafting an email, allowing you to elaborate on thoughts and present comprehensive information easily. order: 4 published: true references: ["https://react-spectrum.adobe.com/react-aria/TextField.html#textarea-1"] diff --git a/resources/content/docs/prologue/contribution-guide.mdx b/resources/content/docs/prologue/contribution-guide.mdx index 073c2902..c11c90ec 100644 --- a/resources/content/docs/prologue/contribution-guide.mdx +++ b/resources/content/docs/prologue/contribution-guide.mdx @@ -1,6 +1,6 @@ --- title: "Contribution Guide" -description: "Interested in contributing to Justd? This guide covers setting up your development environment, understanding the project structure, and best practices for your first PR." +description: Over 50 accessible components, neatly organized into sections, ensuring usability and ease of access for everyone. Perfect for a range of applications and users. order: 1 published: true ---