survey-react 1.9.99 → 1.9.100
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/defaultV2.css +1 -1
- package/defaultV2.min.css +1 -1
- package/modern.css +1 -1
- package/modern.min.css +1 -1
- package/package.json +1 -1
- package/survey.css +1 -1
- package/survey.min.css +1 -1
- package/survey.react.js +2 -2
- package/survey.react.js.map +1 -1
- package/survey.react.min.js +2 -2
package/defaultV2.css
CHANGED
package/defaultV2.min.css
CHANGED
package/modern.css
CHANGED
package/modern.min.css
CHANGED
package/package.json
CHANGED
package/survey.css
CHANGED
package/survey.min.css
CHANGED
package/survey.react.js
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
/*!
|
2
|
-
* surveyjs - Survey JavaScript library v1.9.
|
2
|
+
* surveyjs - Survey JavaScript library v1.9.100
|
3
3
|
* Copyright (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
|
4
4
|
* License: MIT (http://www.opensource.org/licenses/mit-license.php)
|
5
5
|
*/
|
@@ -9043,7 +9043,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
9043
9043
|
// import "../../main.scss";
|
9044
9044
|
//import "../../modern.scss";
|
9045
9045
|
var Version;
|
9046
|
-
Version = "" + "1.9.
|
9046
|
+
Version = "" + "1.9.100";
|
9047
9047
|
function checkLibraryVersion(ver, libraryName) {
|
9048
9048
|
if (Version != ver) {
|
9049
9049
|
var str = "survey-core has version '" + Version + "' and " + libraryName
|