treeselectjs 0.8.1 → 0.8.3

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/LICENSE CHANGED
@@ -1,6 +1,6 @@
1
1
  MIT License
2
2
 
3
- Copyright (c) 2022 Dmitry Zhuravkov
3
+ Copyright (c) 2022 Dzmitry Zhuraukou
4
4
 
5
5
  Permission is hereby granted, free of charge, to any person obtaining a copy
6
6
  of this software and associated documentation files (the "Software"), to deal
package/README.md CHANGED
@@ -2,13 +2,14 @@
2
2
 
3
3
  A multi-select js component with nested options.
4
4
 
5
+ - React wrapper - https://www.npmjs.com/package/react-treeselectjs
5
6
  - Full key support (ArrowUp, ArrowDown, Space, ArrowLeft, ArrowRight, Enter)
6
7
  - Screen sensitive direction
7
8
  - Typescript support
8
9
 
9
10
  Build data:
10
- - treeselectjs.mjs 48.64 kB │ gzip: 11.03 kB
11
- - treeselectjs.umd.js 39.57 kB │ gzip: 10.13 kB
11
+ - treeselectjs.mjs 48.66 kB │ gzip: 11.04 kB
12
+ - treeselectjs.umd.js 39.59 kB │ gzip: 10.13 kB
12
13
  - treeselectjs.css 6.41 kB │ gzip: 1.27 kB
13
14
 
14
15
  **Live Demo:** https://dipson88.github.io/treeselectjs/