@inseefr/lunatic 3.4.7-rc.0 → 3.4.7-rc.1

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 (1) hide show
  1. package/package.json +5 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@inseefr/lunatic",
3
- "version": "3.4.7-rc.0",
3
+ "version": "3.4.7-rc.1",
4
4
  "description": "Library of questionnaire components",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1969,6 +1969,10 @@
1969
1969
  ".": {
1970
1970
  "module": "./esm/index.js",
1971
1971
  "default": "./index.js"
1972
+ },
1973
+ "./main.css": {
1974
+ "module": "./esm/main.css",
1975
+ "default": "./main.css"
1972
1976
  }
1973
1977
  },
1974
1978
  "homepage": "https://github.com/InseeFr/Lunatic",