@htmlbricks/hb-pad-joystick 0.65.20 → 0.65.23
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/manifest.json +5 -4
- package/package.json +2 -2
package/manifest.json
CHANGED
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
}
|
|
126
126
|
}
|
|
127
127
|
},
|
|
128
|
-
"description": "",
|
|
128
|
+
"description": "Touch-friendly directional control: either a four-way D-pad that emits cardinal directions or an analog joystick (html5-joystick-new) that streams position and cardinal direction with customizable colors.",
|
|
129
129
|
"storybookArgs": {
|
|
130
130
|
"pad_or_joystick": {
|
|
131
131
|
"control": {
|
|
@@ -181,12 +181,13 @@
|
|
|
181
181
|
],
|
|
182
182
|
"readmePath": "README.md",
|
|
183
183
|
"name": "hb-pad-joystick",
|
|
184
|
-
"category": "
|
|
184
|
+
"category": "utilities",
|
|
185
185
|
"tags": [
|
|
186
|
-
"
|
|
186
|
+
"utilities",
|
|
187
|
+
"controls"
|
|
187
188
|
],
|
|
188
189
|
"size": {},
|
|
189
190
|
"iifePath": "main.iife.js",
|
|
190
191
|
"repoName": "@htmlbricks/hb-pad-joystick",
|
|
191
|
-
"version": "0.65.
|
|
192
|
+
"version": "0.65.23"
|
|
192
193
|
}
|
package/package.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@htmlbricks/hb-pad-joystick",
|
|
3
|
-
"version": "0.65.
|
|
3
|
+
"version": "0.65.23",
|
|
4
4
|
"contributors": [],
|
|
5
|
-
"description": "",
|
|
5
|
+
"description": "Touch-friendly directional control: either a four-way D-pad that emits cardinal directions or an analog joystick (html5-joystick-new) that streams position and cardinal direction with customizable colors.",
|
|
6
6
|
"licenses": [
|
|
7
7
|
{
|
|
8
8
|
"type": "Apache-2.0",
|