@zync/zync-screnplay-player 0.1.210 → 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
|
|
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);
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
-
import React from
|
|
3
|
-
import { CreatorCollabColdOpenVisual } from
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { CreatorCollabColdOpenVisual } from "../../../components/layouts/CreatorCollabColdOpenVisual";
|
|
4
4
|
export var Nametag = function Nametag(props) {
|
|
5
5
|
var _props$showChrome;
|
|
6
6
|
return /*#__PURE__*/React.createElement(CreatorCollabColdOpenVisual, _extends({}, props, {
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
function _extends() { return _extends = Object.assign ? Object.assign.bind() : function (n) { for (var e = 1; e < arguments.length; e++) { var t = arguments[e]; for (var r in t) ({}).hasOwnProperty.call(t, r) && (n[r] = t[r]); } return n; }, _extends.apply(null, arguments); }
|
|
2
|
-
import React from
|
|
3
|
-
import { CreatorCollabColdOpenVisual } from
|
|
2
|
+
import React from "react";
|
|
3
|
+
import { CreatorCollabColdOpenVisual } from "../../../components/layouts/CreatorCollabColdOpenVisual";
|
|
4
4
|
export var Title = function Title(props) {
|
|
5
5
|
var _props$showChrome;
|
|
6
6
|
return /*#__PURE__*/React.createElement(CreatorCollabColdOpenVisual, _extends({}, props, {
|