|
1 | 1 | {
|
2 | 2 | "accordion": {
|
3 | 3 | "dependencies": [],
|
4 |
| - "description": "Collapsable content panels for displaying information in a limited amount of space.", |
| 4 | + "description": "Displays collapsable content panels for presenting information in a limited amount of space.", |
5 | 5 | "keywords": [
|
6 | 6 | "navigation",
|
7 | 7 | "panel",
|
|
11 | 11 | },
|
12 | 12 | "autocomplete": {
|
13 | 13 | "dependencies": [ "menu", "position" ],
|
14 |
| - "description": "Provides a list of suggested words as the user is typing.", |
| 14 | + "description": "Lists suggested words as the user is typing.", |
15 | 15 | "keywords": [
|
16 | 16 | "form",
|
17 | 17 | "word",
|
|
21 | 21 | },
|
22 | 22 | "button": {
|
23 | 23 | "dependencies": [],
|
24 |
| - "description": "Enhance your forms with themable buttons.", |
| 24 | + "description": "Enhances a form with themable buttons.", |
25 | 25 | "keywords": [
|
26 | 26 | "form",
|
27 | 27 | "radio",
|
|
30 | 30 | },
|
31 | 31 | "dialog": {
|
32 | 32 | "dependencies": [ "button", "draggable", "position", "resizable" ],
|
33 |
| - "description": "Customizable dialog windows.", |
| 33 | + "description": "Displays customizable dialog windows.", |
34 | 34 | "keywords": [
|
35 | 35 | "modal",
|
36 | 36 | "alert",
|
|
39 | 39 | },
|
40 | 40 | "draggable": {
|
41 | 41 | "dependencies": [ "mouse" ],
|
42 |
| - "description": "Enable dragging functionality for any element.", |
| 42 | + "description": "Enables dragging functionality for any element.", |
43 | 43 | "keywords": [
|
44 | 44 | "drag",
|
45 | 45 | "drop"
|
46 | 46 | ]
|
47 | 47 | },
|
48 | 48 | "droppable": {
|
49 | 49 | "dependencies": [ "draggable", "mouse" ],
|
50 |
| - "description": "Create drop targets for draggable elements.", |
| 50 | + "description": "Enables drop targets for draggable elements.", |
51 | 51 | "keywords": [
|
52 | 52 | "drag",
|
53 | 53 | "drop"
|
54 | 54 | ]
|
55 | 55 | },
|
56 | 56 | "menu": {
|
57 | 57 | "dependencies": [ "position" ],
|
58 |
| - "description": "Easily create nestable menus.", |
| 58 | + "description": "Creates nestable menus.", |
59 | 59 | "keywords": [
|
60 | 60 | "dropdown",
|
61 | 61 | "flyout"
|
62 | 62 | ]
|
63 | 63 | },
|
64 | 64 | "mouse": {
|
65 | 65 | "dependencies": [],
|
66 |
| - "description": "An abstraction for any mouse-based interactions.", |
| 66 | + "description": "Abstracts mouse-based interactions to assist in creating certain widgets.", |
67 | 67 | "keywords": [
|
68 | 68 | "abstraction"
|
69 | 69 | ]
|
70 | 70 | },
|
71 | 71 | "progressbar": {
|
72 | 72 | "dependencies": [],
|
73 |
| - "description": "A status indicator that can be used for a loading state and standard percentage indicators.", |
| 73 | + "description": "Displays a status indicator for loading state, standard percentage, and other progress indicators.", |
74 | 74 | "keywords": [
|
75 | 75 | "determinate",
|
76 | 76 | "status"
|
77 | 77 | ]
|
78 | 78 | },
|
79 | 79 | "resizable": {
|
80 | 80 | "dependencies": [ "mouse" ],
|
81 |
| - "description": "Enable resize functioality for any element.", |
| 81 | + "description": "Enables resize functionality for any element.", |
82 | 82 | "keywords": [
|
83 | 83 | "resize"
|
84 | 84 | ]
|
85 | 85 | },
|
86 | 86 | "selectable": {
|
87 | 87 | "dependencies": [ "mouse" ],
|
88 |
| - "description": "Create groups of elements that can be selected with the mouse.", |
| 88 | + "description": "Allows groups of elements to be selected with the mouse.", |
89 | 89 | "keywords": [
|
90 | 90 | "selection"
|
91 | 91 | ]
|
92 | 92 | },
|
93 | 93 | "slider": {
|
94 | 94 | "dependencies": [ "mouse" ],
|
95 |
| - "description": "A flexible slider with ranges and accessibility via keyboard.", |
| 95 | + "description": "Displays a flexible slider with ranges and accessibility via keyboard.", |
96 | 96 | "keywords": [
|
97 | 97 | "form",
|
98 | 98 | "number",
|
|
101 | 101 | },
|
102 | 102 | "sortable": {
|
103 | 103 | "dependencies": [ "mouse" ],
|
104 |
| - "description": "Sort items in a list using the mouse.", |
| 104 | + "description": "Enables items in a list to be sorted using the mouse.", |
105 | 105 | "keywords": [
|
106 | 106 | "sort",
|
107 | 107 | "list"
|
108 | 108 | ]
|
109 | 109 | },
|
110 | 110 | "spinner": {
|
111 | 111 | "dependencies": [ "button" ],
|
112 |
| - "description": "Easily input numbers via the keyboard or mouse.", |
| 112 | + "description": "Displays buttons to easily input numbers via the keyboard or mouse.", |
113 | 113 | "keywords": [
|
114 | 114 | "form",
|
115 | 115 | "number",
|
|
129 | 129 | },
|
130 | 130 | "tooltip": {
|
131 | 131 | "dependencies": [ "position" ],
|
132 |
| - "description": "Show additional information for any element on hover or focus.", |
| 132 | + "description": "Shows additional information for any element on hover or focus.", |
133 | 133 | "keywords": []
|
134 | 134 | }
|
135 | 135 | }
|
0 commit comments