Skip to content

Commit 328cccd

Browse files
committed
Manifest: Give interactions their own category
1 parent cd82b33 commit 328cccd

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

build/widgets.json

+10-5
Original file line numberDiff line numberDiff line change
@@ -43,15 +43,17 @@
4343
"keywords": [
4444
"drag",
4545
"drop"
46-
]
46+
],
47+
"category": "interaction"
4748
},
4849
"droppable": {
4950
"dependencies": [ "draggable", "mouse" ],
5051
"description": "Enables drop targets for draggable elements.",
5152
"keywords": [
5253
"drag",
5354
"drop"
54-
]
55+
],
56+
"category": "interaction"
5557
},
5658
"menu": {
5759
"dependencies": [ "position" ],
@@ -82,14 +84,16 @@
8284
"description": "Enables resize functionality for any element.",
8385
"keywords": [
8486
"resize"
85-
]
87+
],
88+
"category": "interaction"
8689
},
8790
"selectable": {
8891
"dependencies": [ "mouse" ],
8992
"description": "Allows groups of elements to be selected with the mouse.",
9093
"keywords": [
9194
"selection"
92-
]
95+
],
96+
"category": "interaction"
9397
},
9498
"slider": {
9599
"dependencies": [ "mouse" ],
@@ -106,7 +110,8 @@
106110
"keywords": [
107111
"sort",
108112
"list"
109-
]
113+
],
114+
"category": "interaction"
110115
},
111116
"spinner": {
112117
"dependencies": [ "button" ],

0 commit comments

Comments
 (0)