galadrim-feedback 0.0.14 → 0.0.16
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/README.md +3 -5
- package/dist/index.cjs.js +8770 -269
- package/dist/index.es.js +8751 -268
- package/index.d.ts +5 -4
- package/package.json +7 -4
- package/rollup.config.js +0 -13
- package/src/index.tsx +10 -4
- package/yarn-error.log +3313 -0
- package/src/components/organisms/Root.tsx +0 -17
package/README.md
CHANGED
|
@@ -1,14 +1,12 @@
|
|
|
1
1
|
Installation
|
|
2
2
|
|
|
3
|
-
yarn add galadrim-feedback
|
|
3
|
+
yarn add galadrim-feedback babel-plugin-react-generate-paths
|
|
4
|
+
|
|
5
|
+
ajouter "babel-plugin-react-generate-paths" comme plugin babel
|
|
4
6
|
|
|
5
7
|
ajouter à tailwind.config.js ou le créer
|
|
6
8
|
"./node\*modules/galadrim-feedback/\*\*/\_.{js,ts,jsx,tsx}",
|
|
7
9
|
|
|
8
|
-
ajouter "babel-plugin-react-generate-property"
|
|
9
|
-
|
|
10
|
-
patch package babel-plugin-react-generate-property
|
|
11
|
-
|
|
12
10
|
const feedbackConfig = require("galadrim-feedback/tailwind.config");
|
|
13
11
|
const { merge } = require("lodash"); // Install lodash if not already installed
|
|
14
12
|
|