Skip to content

Commit

Permalink
REV-3049: Update Connatix script tag to use pmcCnx
Browse files Browse the repository at this point in the history
  • Loading branch information
hauvong committed Aug 29, 2024
1 parent 142e3c0 commit cd0303b
Show file tree
Hide file tree
Showing 8 changed files with 56 additions and 54 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unpublished Changes
* Update Connatix script tag to use pmcCnx
* Update out sync package-lock.json

## 1.65.0 07-01-2024
* larva-tokens adding new colors for Deadline tokens.
Expand Down
2 changes: 1 addition & 1 deletion build/js/standalone/video-showcase.js

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions packages/larva-css/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/larva-js/build/video-showcase.js

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -261,12 +261,12 @@ export default class VideoShowcase {
new Image().src =
'https://capi.elements.video/tr/si?token=094029a3-814c-41d5-8a62-2c3adc647176&cid=1ffe63de-eb53-11e9-b4d2-06948452ae1a';
// eslint-disable-next-line no-undef
cnx.cmd.push(function () {
pmcCnx.cmd.push(function () {
// eslint-disable-next-line no-undef
cnx({
pmcCnx({
playerId,
mediaId,
}).render(eleId);
}).render(eleId).play();
});
}

Expand Down
18 changes: 9 additions & 9 deletions packages/larva-patterns/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/larva/build/js/standalone/video-showcase.js

Large diffs are not rendered by default.

66 changes: 33 additions & 33 deletions packages/larva/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit cd0303b

Please sign in to comment.