rasp-feedback 1.1.2 → 1.1.4

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.
@@ -310,7 +310,7 @@ export const RaspProvider = ({ children, launcherPosition }) => {
310
310
  display: "inline-block",
311
311
  transform: "translate(-50%, -25%)",
312
312
  overflow: "visible",
313
- backgroundColor: isExpanded && mainTheme ? parentColor : 'transparent',
313
+ backgroundColor: isExpanded && mainTheme ? parentColor : isExpanded ? "white" : "transperant",
314
314
  }, transition: { layout: { duration: 0.5 } }, children: !isExpanded ? (_jsx(motion.img, { src: RASP_LAUNCHER_BASE64, onClick: () => {
315
315
  getForm().then(() => {
316
316
  setLaunched(true);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rasp-feedback",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "Official Rasp SDK to implement your user feedback collection forms easily into your website.",
5
5
  "main": "./dist/nextjs/index.js",
6
6
  "types": "./dist/nextjs/index.d.ts",
@@ -54,9 +54,7 @@
54
54
  "framer-motion": "^12.34.0",
55
55
  "lucide-react": "^0.555.0",
56
56
  "lucide-vue-next": "^0.561.0",
57
- "react-icons": "^5.5.0",
58
- "react-live": "^4.1.8",
59
- "vue-live": "^2.5.4"
57
+ "react-icons": "^5.5.0"
60
58
  },
61
59
  "devDependencies": {
62
60
  "@types/fs-extra": "^11.0.4",