easy-layout 6.0.270 → 6.0.272

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.
Files changed (3) hide show
  1. package/README.md +1 -1
  2. package/example.js +21957 -12629
  3. package/package.json +4 -4
package/README.md CHANGED
@@ -12,7 +12,7 @@ There is now support for JSX in the form of [Juxtapose](https://github.com/djalb
12
12
 
13
13
  - [Easy](https://github.com/djalbat/easy) Elements that abstract away from the DOM.
14
14
  - [Easy Layout](https://github.com/djalbat/easy-layout) Layout elements that work with CSS flexbox.
15
- - [Easy Mobile](https://github.com/djalbat/easy-mobile) Touch gestures for mobile web applications.
15
+ - [Easy Gestures](https://github.com/djalbat/easy-gestures) Touch gestures for web applications.
16
16
  - [Easy Navigation](https://github.com/djalbat/easy-navigation) A responsive accordion and associated navigation.
17
17
  - [Easy File System](https://github.com/djalbat/easy-file-system) A file system explorer and a rubbish bin.
18
18
  - [Easy Rich Textarea](https://github.com/djalbat/easy-richtextarea) A textarea element that handles and hands off events well.