survey-react-ui 2.0.0-rc.2 → 2.0.0-rc.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/index.html CHANGED
@@ -10,7 +10,7 @@
10
10
  <script src="https://unpkg.com/react-dom@16.5.0/umd/react-dom.development.js"></script>
11
11
  <script src="https://cdnjs.cloudflare.com/ajax/libs/babel-core/5.8.23/browser.js"></script>
12
12
  <script src="./node_modules/survey-core/survey.core.js"></script>
13
- <link rel="stylesheet" href="./node_modules/survey-core/default.css" />
13
+ <link rel="stylesheet" href="./node_modules/survey-core/survey-core.css" />
14
14
  </head>
15
15
 
16
16
  <body spellcheck="false">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "survey-react-ui",
3
- "version": "2.0.0-rc.2",
3
+ "version": "2.0.0-rc.3",
4
4
  "description": "survey.js is a JavaScript Survey Library. It is a modern way to add a survey to your website. It uses JSON for survey metadata and results.",
5
5
  "keywords": [
6
6
  "Survey",
@@ -15,9 +15,10 @@
15
15
  "**/*"
16
16
  ],
17
17
  "main": "survey-react-ui.js",
18
+ "module": "fesm/survey-react-ui.js",
18
19
  "typings": "./typings/entries/index.d.ts",
19
20
  "peerDependencies": {
20
- "survey-core": "2.0.0-rc.2",
21
+ "survey-core": "2.0.0-rc.3",
21
22
  "react": "^16.5.0 || ^17.0.1 || ^18.2.0",
22
23
  "react-dom": "^16.5.0 || ^17.0.1 || ^18.2.0"
23
24
  }