@everymatrix/pam-player-profile-controller 1.87.26 → 1.87.28

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.
@@ -2,7 +2,7 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const pamPlayerProfileController = require('./pam-player-profile-controller-cb48c67b.js');
5
+ const pamPlayerProfileController = require('./pam-player-profile-controller-fd943b58.js');
6
6
  require('./index-85501c28.js');
7
7
 
8
8
 
@@ -3,7 +3,7 @@
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
5
  const index = require('./index-85501c28.js');
6
- const pamPlayerProfileController = require('./pam-player-profile-controller-cb48c67b.js');
6
+ const pamPlayerProfileController = require('./pam-player-profile-controller-fd943b58.js');
7
7
 
8
8
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
9
9
 
@@ -581,7 +581,7 @@ const PamPlayerAddresses = class {
581
581
  componentDidLoad() {
582
582
  if (this.stylingContainer) {
583
583
  if (window.emMessageBuss != undefined) {
584
- pamPlayerProfileController.setStreamStyling(this.stylingContainer, `${this.mbSource}.Style`);
584
+ pamPlayerProfileController.setStreamStyling(this.stylingContainer, `${this.mbSource}.Style`, this.stylingSubscription);
585
585
  }
586
586
  else {
587
587
  if (this.clientStyling)
@@ -1022,7 +1022,7 @@ const PamPlayerContacts = class {
1022
1022
  componentDidLoad() {
1023
1023
  if (this.stylingContainer) {
1024
1024
  if (window.emMessageBuss != undefined) {
1025
- pamPlayerProfileController.setStreamStyling(this.stylingContainer, `${this.mbSource}.Style`);
1025
+ pamPlayerProfileController.setStreamStyling(this.stylingContainer, `${this.mbSource}.Style`, this.stylingSubscription);
1026
1026
  }
1027
1027
  else {
1028
1028
  if (this.clientStyling)
@@ -1406,7 +1406,7 @@ const PamPlayerDocuments = class {
1406
1406
  componentDidLoad() {
1407
1407
  if (this.stylingContainer) {
1408
1408
  if (window.emMessageBuss != undefined) {
1409
- pamPlayerProfileController.setStreamStyling(this.stylingContainer, `${this.mbSource}.Style`);
1409
+ pamPlayerProfileController.setStreamStyling(this.stylingContainer, `${this.mbSource}.Style`, this.stylingSubscription);
1410
1410
  }
1411
1411
  else {
1412
1412
  if (this.clientStyling)
@@ -1886,7 +1886,7 @@ const PamPlayerProfile = class {
1886
1886
  componentDidLoad() {
1887
1887
  if (this.stylingContainer) {
1888
1888
  if (window.emMessageBuss != undefined) {
1889
- pamPlayerProfileController.setStreamStyling(this.stylingContainer, `${this.mbSource}.Style`);
1889
+ pamPlayerProfileController.setStreamStyling(this.stylingContainer, `${this.mbSource}.Style`, this.stylingSubscription);
1890
1890
  }
1891
1891
  else {
1892
1892
  if (this.clientStyling)