Skip to content

Commit 44dda07

Browse files
committed
Update descriptions of UI components in manifest files.
1 parent 83ec5e2 commit 44dda07

File tree

3 files changed

+29
-29
lines changed

3 files changed

+29
-29
lines changed

build/core.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"docs": "http://api.jqueryui.com/category/ui-core"
77
},
88
"datepicker": {
9-
"description": "A datepicker than can be toggled from a input or displayed inline.",
9+
"description": "Displays a calendar from an input or inline for selecting dates.",
1010
"dependencies": [ "core" ],
1111
"keywords": [
1212
"form",
@@ -17,7 +17,7 @@
1717
},
1818
"effect": {
1919
"title": "jQuery UI Effects Core",
20-
"description": "Extends the internal jQuery effects, includes morphing, easing and is required by all other effects.",
20+
"description": "Extends the internal jQuery effects. Includes morphing and easing. Required by all other effects.",
2121
"keywords": [
2222
"animation",
2323
"show",
@@ -32,7 +32,7 @@
3232
"docs": "http://api.jqueryui.com/category/effects-core"
3333
},
3434
"position": {
35-
"description": "A utility plugin for positioning elements relative to other elements.",
35+
"description": "Positions elements relative to other elements.",
3636
"keywords": [
3737
"offset",
3838
"relative",

build/effects.json

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,39 +3,39 @@
33
"description": "Blinds the element."
44
},
55
"bounce": {
6-
"description": "Bounces an element horizontally or vertically n-times."
6+
"description": "Bounces an element horizontally or vertically n times."
77
},
88
"clip": {
99
"description": "Clips the element on and off like an old TV."
1010
},
1111
"drop": {
12-
"description": "A Drop out effect by moving the element in one direction and hiding it at the same time."
12+
"description": "Moves an element in one direction and hides it at the same time."
1313
},
1414
"explode": {
15-
"description": "The element explodes in all directions into n pieces. Also supports imploding again."
15+
"description": "Explodes an element in all directions into n pieces. Implodes an element to its original wholeness."
1616
},
1717
"fade": {
18-
"description": "Fades the element."
18+
"description": "Fades an element."
1919
},
2020
"fold": {
21-
"description": "Folds the element first horizontally and then vertically."
21+
"description": "Folds an element first horizontally and then vertically."
2222
},
2323
"highlight": {
24-
"description": "Highlights the background of the element in a defined color for a custom duration."
24+
"description": "Highlights the background of an element in a defined color for a custom duration."
2525
},
2626
"pulsate": {
27-
"description": "The element pulsates n times by changing the opacity to zero and back."
27+
"description": "Pulsates an element n times by changing the opacity to zero and back."
2828
},
2929
"scale": {
30-
"description": "Grow or shrink any element and its content and restore it again."
30+
"description": "Grows or shrinks an element and its content. Restores an elemnt to its original size."
3131
},
3232
"shake": {
33-
"description": "Shakes the element horizontally or vertically n times."
33+
"description": "Shakes an element horizontally or vertically n times."
3434
},
3535
"slide": {
36-
"description": "The element slides in and out of the viewport."
36+
"description": "Slides an element in and out of the viewport."
3737
},
3838
"transfer": {
39-
"description": "Transfer effect from one element to another."
39+
"description": "Displays a transfer effect from one element to another."
4040
}
4141
}

build/widgets.json

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"accordion": {
33
"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.",
55
"keywords": [
66
"navigation",
77
"panel",
@@ -11,7 +11,7 @@
1111
},
1212
"autocomplete": {
1313
"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.",
1515
"keywords": [
1616
"form",
1717
"word",
@@ -21,7 +21,7 @@
2121
},
2222
"button": {
2323
"dependencies": [],
24-
"description": "Enhance your forms with themable buttons.",
24+
"description": "Enhances a form with themable buttons.",
2525
"keywords": [
2626
"form",
2727
"radio",
@@ -30,7 +30,7 @@
3030
},
3131
"dialog": {
3232
"dependencies": [ "button", "draggable", "position", "resizable" ],
33-
"description": "Customizable dialog windows.",
33+
"description": "Displays customizable dialog windows.",
3434
"keywords": [
3535
"modal",
3636
"alert",
@@ -39,60 +39,60 @@
3939
},
4040
"draggable": {
4141
"dependencies": [ "mouse" ],
42-
"description": "Enable dragging functionality for any element.",
42+
"description": "Enables dragging functionality for any element.",
4343
"keywords": [
4444
"drag",
4545
"drop"
4646
]
4747
},
4848
"droppable": {
4949
"dependencies": [ "draggable", "mouse" ],
50-
"description": "Create drop targets for draggable elements.",
50+
"description": "Enables drop targets for draggable elements.",
5151
"keywords": [
5252
"drag",
5353
"drop"
5454
]
5555
},
5656
"menu": {
5757
"dependencies": [ "position" ],
58-
"description": "Easily create nestable menus.",
58+
"description": "Creates nestable menus.",
5959
"keywords": [
6060
"dropdown",
6161
"flyout"
6262
]
6363
},
6464
"mouse": {
6565
"dependencies": [],
66-
"description": "An abstraction for any mouse-based interactions.",
66+
"description": "Abstracts mouse-based interactions to assist in creating certain widgets.",
6767
"keywords": [
6868
"abstraction"
6969
]
7070
},
7171
"progressbar": {
7272
"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.",
7474
"keywords": [
7575
"determinate",
7676
"status"
7777
]
7878
},
7979
"resizable": {
8080
"dependencies": [ "mouse" ],
81-
"description": "Enable resize functioality for any element.",
81+
"description": "Enables resize functionality for any element.",
8282
"keywords": [
8383
"resize"
8484
]
8585
},
8686
"selectable": {
8787
"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.",
8989
"keywords": [
9090
"selection"
9191
]
9292
},
9393
"slider": {
9494
"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.",
9696
"keywords": [
9797
"form",
9898
"number",
@@ -101,15 +101,15 @@
101101
},
102102
"sortable": {
103103
"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.",
105105
"keywords": [
106106
"sort",
107107
"list"
108108
]
109109
},
110110
"spinner": {
111111
"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.",
113113
"keywords": [
114114
"form",
115115
"number",
@@ -129,7 +129,7 @@
129129
},
130130
"tooltip": {
131131
"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.",
133133
"keywords": []
134134
}
135135
}

0 commit comments

Comments
 (0)