@linktr.ee/messaging-react 3.5.6-rc-1782993089 → 3.5.6-rc-1783038662

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": "@linktr.ee/messaging-react",
3
- "version": "3.5.6-rc-1782993089",
3
+ "version": "3.5.6-rc-1783038662",
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-1782993089",
41
+ "@linktr.ee/messaging-core": "2.3.0-rc-1783038662",
42
42
  "@phosphor-icons/react": "^2.1.10"
43
43
  },
44
44
  "devDependencies": {
package/src/styles.css CHANGED
@@ -691,13 +691,13 @@
691
691
  position: absolute;
692
692
  inset-block-end: 0;
693
693
  inset-inline-start: calc(-1 * 0.25rem);
694
- width: 1.1875rem;
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
- -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")
698
+ -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='M19 0H4q0 14-4 21l1 2C14 22 19 6 19 0'/%3E%3C/svg%3E")
699
699
  no-repeat center / 100% 100%;
700
- 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")
700
+ 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='M19 0H4q0 14-4 21l1 2C14 22 19 6 19 0'/%3E%3C/svg%3E")
701
701
  no-repeat center / 100% 100%;
702
702
  }
703
703
  }
@@ -712,15 +712,15 @@
712
712
  position: absolute;
713
713
  inset-block-end: 0;
714
714
  inset-inline-end: calc(-1 * 0.25rem);
715
- width: 1.1875rem;
715
+ width: 1.25rem;
716
716
  height: 1.4375rem;
717
717
  background-color: var(--str-chat__own-message-bubble-background-color);
718
718
  pointer-events: none;
719
719
  transform: scaleX(-1);
720
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='M19 0H4q0 14-4 21l1 2C14 22 19 6 19 0'/%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' 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")
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='M19 0H4q0 14-4 21l1 2C14 22 19 6 19 0'/%3E%3C/svg%3E")
724
724
  no-repeat center / 100% 100%;
725
725
  }
726
726
  }