@linktr.ee/messaging-react 3.5.6-rc-1782993089 → 3.5.6-rc-1783043490
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/dist/assets/index.css +1 -1
- package/package.json +2 -2
- package/src/styles.css +8 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@linktr.ee/messaging-react",
|
|
3
|
-
"version": "3.5.6-rc-
|
|
3
|
+
"version": "3.5.6-rc-1783043490",
|
|
4
4
|
"description": "React messaging components built on messaging-core for web applications",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.cjs",
|
|
@@ -38,7 +38,7 @@
|
|
|
38
38
|
},
|
|
39
39
|
"dependencies": {
|
|
40
40
|
"@linktr.ee/component-library": "11.8.6",
|
|
41
|
-
"@linktr.ee/messaging-core": "2.3.0-rc-
|
|
41
|
+
"@linktr.ee/messaging-core": "2.3.0-rc-1783043490",
|
|
42
42
|
"@phosphor-icons/react": "^2.1.10"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
package/src/styles.css
CHANGED
|
@@ -691,13 +691,15 @@
|
|
|
691
691
|
position: absolute;
|
|
692
692
|
inset-block-end: 0;
|
|
693
693
|
inset-inline-start: calc(-1 * 0.25rem);
|
|
694
|
-
width: 1.
|
|
694
|
+
width: 1.25rem;
|
|
695
695
|
height: 1.4375rem;
|
|
696
696
|
background-color: var(--str-chat__message-bubble-background-color);
|
|
697
697
|
pointer-events: none;
|
|
698
|
-
|
|
698
|
+
transform: scaleX(-1);
|
|
699
|
+
transform-origin: center;
|
|
700
|
+
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='23' fill='none'%3E%3Cpath fill='black' d='M0 0H15C15 10.1934 15.859 15.2345 19.168 21.4893C19.527 22.168 19.039 22.9917 18.274 22.9178C5.176 21.6506 0.32 6.0737 0 0Z'/%3E%3C/svg%3E")
|
|
699
701
|
no-repeat center / 100% 100%;
|
|
700
|
-
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'
|
|
702
|
+
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='23' fill='none'%3E%3Cpath fill='black' d='M0 0H15C15 10.1934 15.859 15.2345 19.168 21.4893C19.527 22.168 19.039 22.9917 18.274 22.9178C5.176 21.6506 0.32 6.0737 0 0Z'/%3E%3C/svg%3E")
|
|
701
703
|
no-repeat center / 100% 100%;
|
|
702
704
|
}
|
|
703
705
|
}
|
|
@@ -712,15 +714,13 @@
|
|
|
712
714
|
position: absolute;
|
|
713
715
|
inset-block-end: 0;
|
|
714
716
|
inset-inline-end: calc(-1 * 0.25rem);
|
|
715
|
-
width: 1.
|
|
717
|
+
width: 1.25rem;
|
|
716
718
|
height: 1.4375rem;
|
|
717
719
|
background-color: var(--str-chat__own-message-bubble-background-color);
|
|
718
720
|
pointer-events: none;
|
|
719
|
-
|
|
720
|
-
transform-origin: center;
|
|
721
|
-
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='25 22 20 23'%3E%3Cpath d='M45 22H30C30 32.1934 29.1413 37.2345 25.8323 43.4893C25.4732 44.168 25.9613 44.9917 26.7255 44.9178C39.8236 43.6506 44.6803 28.0737 45 22Z'/%3E%3C/svg%3E")
|
|
721
|
+
-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='23' fill='none'%3E%3Cpath fill='black' d='M0 0H15C15 10.1934 15.859 15.2345 19.168 21.4893C19.527 22.168 19.039 22.9917 18.274 22.9178C5.176 21.6506 0.32 6.0737 0 0Z'/%3E%3C/svg%3E")
|
|
722
722
|
no-repeat center / 100% 100%;
|
|
723
|
-
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg'
|
|
723
|
+
mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='23' fill='none'%3E%3Cpath fill='black' d='M0 0H15C15 10.1934 15.859 15.2345 19.168 21.4893C19.527 22.168 19.039 22.9917 18.274 22.9178C5.176 21.6506 0.32 6.0737 0 0Z'/%3E%3C/svg%3E")
|
|
724
724
|
no-repeat center / 100% 100%;
|
|
725
725
|
}
|
|
726
726
|
}
|