Skip to content

Commit 7bd90fd

Browse files
committed
shorten longer descriptions
1 parent c545784 commit 7bd90fd

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

packages/dev/s2-docs/pages/react-aria/TagGroup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import Anatomy from '@react-aria/tag/docs/anatomy.svg';
99

1010
export const tags = ['chips', 'pills'];
1111
export const relatedPages = [{'title': 'useTagGroup', 'url': 'https://react-spectrum.adobe.com/react-aria/useTagGroup.html'}];
12-
export const description = 'A focusable list of labels, categories, keywords, filters, or other items, with support for keyboard navigation, selection, and removal.';
12+
export const description = 'A focusable list of labels, categories, keywords, filters, or other items.';
1313

1414
# TagGroup
1515

packages/dev/s2-docs/pages/react-aria/ToggleButton.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import '../../tailwind/tailwind.css';
99

1010
export const tags = ['button', 'btn'];
1111
export const relatedPages = [{'title': 'useToggleButton', 'url': 'https://react-spectrum.adobe.com/react-aria/useToggleButton.html'}];
12-
export const description = 'Allows a user to toggle a selection on or off, for example switching between two states or modes.';
12+
export const description = 'Allows a user to toggle a selection on or off.';
1313

1414
# ToggleButton
1515

packages/dev/s2-docs/pages/react-aria/Tree.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ import '../../tailwind/tailwind.css';
88
import Anatomy from 'react-aria-components/docs/TreeAnatomy.svg';
99

1010
export const tags = ['data', 'tree', 'nested', 'hierarchy'];
11-
export const description = 'Provides users with a way to navigate nested hierarchical information, with support for keyboard navigation and selection.';
11+
export const description = 'Provides users with a way to navigate nested hierarchical information.';
1212

1313
# Tree
1414

packages/dev/s2-docs/pages/react-aria/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import SearchMenuWrapper from '../../src/SearchMenuWrapper';
2525
export const section = 'Overview';
2626
export const title = 'Home';
2727
export const hideFromSearch = true;
28-
export const description = 'React Aria provides accessible, high quality UI components and hooks for building design systems.';
28+
export const description = 'Accessible, high quality UI components and hooks for building design systems.';
2929

3030
<html>
3131
<head>

packages/dev/s2-docs/pages/s2/ActionBar.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ export default Layout;
44
import docs from 'docs:@react-spectrum/s2';
55

66
export const tags = ['toolbar'];
7-
export const description = 'Used for single and bulk selection patterns when a user needs to perform actions on one or more items at the same time.';
7+
export const description = 'Used when a user needs to perform actions on one or more items at the same time.';
88

99
# ActionBar
1010

packages/dev/s2-docs/pages/s2/LinkButton.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import {LinkButton, Text} from '@react-spectrum/s2';
55
import docs from 'docs:@react-spectrum/s2';
66

77
export const tags = ['button'];
8-
export const description = 'Combines the functionality of a link with the appearance of a button. Useful for allowing users to navigate to another page.';
8+
export const description = 'Combines the functionality of a link with the appearance of a button.';
99

1010
# LinkButton
1111

0 commit comments

Comments
 (0)