rasp-feedback 1.1.0 → 1.1.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.
@@ -1 +1 @@
1
- {"version":3,"file":"RaspProvider.d.ts","sourceRoot":"","sources":["../../../src/nextjs/components/RaspProvider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAMlD,OAAO,cAAc,CAAA;AAUrB,MAAM,WAAW,iBAAiB;IAChC,gBAAgB,CAAC,EAAC;QAChB,GAAG,CAAC,EAAC,MAAM,CAAC;QACZ,IAAI,CAAC,EAAC,MAAM,CAAA;KACb,CAAA;IACD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAKD,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAsfpD,CAAA"}
1
+ {"version":3,"file":"RaspProvider.d.ts","sourceRoot":"","sources":["../../../src/nextjs/components/RaspProvider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAMlD,OAAO,cAAc,CAAA;AAUrB,MAAM,WAAW,iBAAiB;IAChC,gBAAgB,CAAC,EAAC;QAChB,GAAG,CAAC,EAAC,MAAM,CAAC;QACZ,IAAI,CAAC,EAAC,MAAM,CAAA;KACb,CAAA;IACD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;CAC3B;AAKD,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAqfpD,CAAA"}
@@ -305,13 +305,12 @@ export const RaspProvider = ({ children, launcherPosition }) => {
305
305
  margin: 0,
306
306
  border: isExpanded ? '1px solid black' : 'none',
307
307
  borderRadius: isExpanded ? '0.75rem' : 'none',
308
- background: "transparent",
309
308
  width: "auto",
310
309
  height: "auto",
311
310
  display: "inline-block",
312
311
  transform: "translate(-50%, -25%)",
313
312
  overflow: "visible",
314
- backgroundColor: isExpanded && mainTheme ? parentColor : 'transparent',
313
+ backgroundColor: isExpanded && mainTheme ? parentColor : 'white',
315
314
  }, transition: { layout: { duration: 0.5 } }, children: !isExpanded ? (_jsx(motion.img, { src: RASP_LAUNCHER_BASE64, onClick: () => {
316
315
  getForm().then(() => {
317
316
  setLaunched(true);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "rasp-feedback",
3
- "version": "1.1.0",
3
+ "version": "1.1.1",
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",