rasp-feedback 1.0.5 → 1.0.7
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;AAKlD,OAAO,cAAc,CAAA;AAQrB,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;AAGD,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,
|
|
1
|
+
{"version":3,"file":"RaspProvider.d.ts","sourceRoot":"","sources":["../../../src/nextjs/components/RaspProvider.tsx"],"names":[],"mappings":"AAEA,OAAO,KAA6B,MAAM,OAAO,CAAC;AAKlD,OAAO,cAAc,CAAA;AAQrB,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;AAGD,eAAO,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAwiBpD,CAAA"}
|
|
@@ -125,7 +125,7 @@ export const RaspProvider = ({ children, launcherPosition }) => {
|
|
|
125
125
|
return {
|
|
126
126
|
position: "fixed",
|
|
127
127
|
top: "48%",
|
|
128
|
-
left: "
|
|
128
|
+
left: "20%",
|
|
129
129
|
transform: "translate(-50%, -50%)",
|
|
130
130
|
zIndex: 1000000000000000,
|
|
131
131
|
padding: 0,
|
|
@@ -260,7 +260,10 @@ export const RaspProvider = ({ children, launcherPosition }) => {
|
|
|
260
260
|
};
|
|
261
261
|
return (_jsxs("div", { children: [children, showFeedbackModal && form && !isLoadingFeedbackModal && form.active && mainTheme && fields &&
|
|
262
262
|
_jsx("div", { id: "rasp-form-div", style: getModalPosition(), children: _jsx(StaticFormComponent, { form: form, mainTheme: mainTheme, fields: fields }) }), !isLoadingFeedbackModal && showFeedbackModal && !form && _jsxs("div", { style: {
|
|
263
|
-
|
|
263
|
+
position: "fixed",
|
|
264
|
+
top: "30%",
|
|
265
|
+
left: "71%",
|
|
266
|
+
zIndex: 100000000,
|
|
264
267
|
display: 'flex',
|
|
265
268
|
flexDirection: 'column',
|
|
266
269
|
alignItems: 'center',
|
package/package.json
CHANGED