@akhilpulse/samadhaan-session-replay 0.2.6 → 0.2.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.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@akhilpulse/samadhaan-session-replay",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.7",
|
|
4
4
|
"description": "React Native SDK for Samadhaan Guided Support — session recording, live remote screen-share, take-control, and guided-tour overlays.",
|
|
5
5
|
"main": "src/index.ts",
|
|
6
6
|
"module": "src/index.ts",
|
|
@@ -523,14 +523,14 @@ const styles = StyleSheet.create({
|
|
|
523
523
|
},
|
|
524
524
|
consentIconWrap: {
|
|
525
525
|
width: 56, height: 56, borderRadius: 28, alignItems: "center", justifyContent: "center",
|
|
526
|
-
backgroundColor: "rgba(
|
|
526
|
+
backgroundColor: "rgba(239,68,68,0.12)", marginBottom: 14,
|
|
527
527
|
},
|
|
528
528
|
consentIconRing: {
|
|
529
529
|
position: "absolute", width: 36, height: 36, borderRadius: 18,
|
|
530
|
-
borderWidth: 2, borderColor: "#
|
|
530
|
+
borderWidth: 2, borderColor: "#ef4444",
|
|
531
531
|
},
|
|
532
532
|
consentIconDot: {
|
|
533
|
-
width: 14, height: 14, borderRadius: 7, backgroundColor: "#
|
|
533
|
+
width: 14, height: 14, borderRadius: 7, backgroundColor: "#ef4444",
|
|
534
534
|
},
|
|
535
535
|
consentTitle: { color: "#0f172a", fontSize: 18, fontWeight: "700", marginBottom: 8, textAlign: "center" },
|
|
536
536
|
consentBody: { color: "#475569", fontSize: 14, lineHeight: 20, textAlign: "center", marginBottom: 20 },
|