react-simple-keyboard 3.8.211 → 3.8.213
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/build/css/index.css +1 -1
- package/build/index.js +1 -1
- package/build/index.modern.esm.js +1 -1
- package/build/index.modern.js +1 -1
- package/package.json +1 -1
package/build/css/index.css
CHANGED
package/build/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* react-simple-keyboard v3.8.
|
|
3
|
+
* react-simple-keyboard v3.8.213 (index.modern.esm.js - Modern Browsers bundle, ESM output)
|
|
4
4
|
* https://github.com/hodgef/react-simple-keyboard
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This modern browsers bundle (index.modern.esm.js) removes all polyfills
|
package/build/index.modern.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/*!
|
|
2
2
|
*
|
|
3
|
-
* react-simple-keyboard v3.8.
|
|
3
|
+
* react-simple-keyboard v3.8.213 (index.modern.js - Modern Browsers bundle)
|
|
4
4
|
* https://github.com/hodgef/react-simple-keyboard
|
|
5
5
|
*
|
|
6
6
|
* NOTE: This modern browsers bundle (index.modern.js) removes all polyfills
|