@zync/zync-screnplay-player 0.1.211 → 0.1.212

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.
@@ -3,7 +3,7 @@ function _extends() { return _extends = Object.assign ? Object.assign.bind() : f
3
3
  function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], -1 === t.indexOf(o) && {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
4
4
  function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (-1 !== e.indexOf(n)) continue; t[n] = r[n]; } return t; }
5
5
  import React from 'react';
6
- import { CreatorCollabColdOpenVisual } from './CreatorCollabColdOpenVisual.jsx';
6
+ import { CreatorCollabColdOpenVisual } from './CreatorCollabColdOpenVisual';
7
7
  export var CreatorCollabColdOpen = function CreatorCollabColdOpen(_ref) {
8
8
  var children = _ref.children,
9
9
  props = _objectWithoutProperties(_ref, _excluded);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zync/zync-screnplay-player",
3
- "version": "0.1.211",
3
+ "version": "0.1.212",
4
4
  "files": [
5
5
  "dist"
6
6
  ],