@mjhls/mjh-framework 1.0.473 → 1.0.474
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/README.md +1 -1
- package/dist/cjs/Ustream.js +2 -8
- package/dist/esm/Ustream.js +2 -8
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/cjs/Ustream.js
CHANGED
|
@@ -92,18 +92,12 @@ var Ustream = function Ustream(_ref) {
|
|
|
92
92
|
React__default.createElement(index_esm$2.FaRegWindowClose, { style: { color: '#fff', fontSize: '1rem' } })
|
|
93
93
|
)
|
|
94
94
|
),
|
|
95
|
-
React__default.createElement('iframe', {
|
|
96
|
-
id: 'ustream-iframe',
|
|
97
|
-
webkitallowfullscreen: 'true',
|
|
98
|
-
allowFullScreen: true,
|
|
99
|
-
frameBorder: 'no',
|
|
100
|
-
style: { maxWidth: '100%', height: currentHeight, width: currentWidth }
|
|
101
|
-
})
|
|
95
|
+
React__default.createElement('iframe', { id: 'ustream-iframe', webkitallowfullscreen: 'true', allowFullScreen: true, frameBorder: 'no', style: { maxWidth: '100%', height: currentHeight, width: currentWidth } })
|
|
102
96
|
),
|
|
103
97
|
React__default.createElement(
|
|
104
98
|
'style',
|
|
105
99
|
{ jsx: 'true' },
|
|
106
|
-
'\n #ustream-container {\n position: fixed;\n bottom: 0;\n ' + (right ? 'right: 1rem;' : 'left: 1.5rem;') + '\n z-index:
|
|
100
|
+
'\n #ustream-container {\n position: fixed;\n bottom: 0;\n ' + (right ? 'right: 1rem;' : 'left: 1.5rem;') + '\n // Updating z-index to fix gutter ad over ustream\n z-index: 999999;\n max-width: 100%;\n }\n .ustream-minimize,\n .ustream-close {\n position: absolute;\n color: white;\n right: 0.5rem;\n top: 0.25rem;\n cursor: pointer;\n font-weight: bold;\n }\n .ustream-close {\n ' + (close ? 'display: block; right: .75rem; top: .5rem; ' : 'display: none; right: .5rem; top: .75rem;') + '\n }\n @media screen and (max-width: 768px) {\n #ustream-container:not(.closed) {\n width: 231px !important;\n height: 130px !important;\n }\n #ustream-container:not(.closed) iframe {\n height: 130px !important;\n }\n }\n '
|
|
107
101
|
)
|
|
108
102
|
);
|
|
109
103
|
};
|
package/dist/esm/Ustream.js
CHANGED
|
@@ -87,18 +87,12 @@ var Ustream = function Ustream(_ref) {
|
|
|
87
87
|
React__default.createElement(FaRegWindowClose, { style: { color: '#fff', fontSize: '1rem' } })
|
|
88
88
|
)
|
|
89
89
|
),
|
|
90
|
-
React__default.createElement('iframe', {
|
|
91
|
-
id: 'ustream-iframe',
|
|
92
|
-
webkitallowfullscreen: 'true',
|
|
93
|
-
allowFullScreen: true,
|
|
94
|
-
frameBorder: 'no',
|
|
95
|
-
style: { maxWidth: '100%', height: currentHeight, width: currentWidth }
|
|
96
|
-
})
|
|
90
|
+
React__default.createElement('iframe', { id: 'ustream-iframe', webkitallowfullscreen: 'true', allowFullScreen: true, frameBorder: 'no', style: { maxWidth: '100%', height: currentHeight, width: currentWidth } })
|
|
97
91
|
),
|
|
98
92
|
React__default.createElement(
|
|
99
93
|
'style',
|
|
100
94
|
{ jsx: 'true' },
|
|
101
|
-
'\n #ustream-container {\n position: fixed;\n bottom: 0;\n ' + (right ? 'right: 1rem;' : 'left: 1.5rem;') + '\n z-index:
|
|
95
|
+
'\n #ustream-container {\n position: fixed;\n bottom: 0;\n ' + (right ? 'right: 1rem;' : 'left: 1.5rem;') + '\n // Updating z-index to fix gutter ad over ustream\n z-index: 999999;\n max-width: 100%;\n }\n .ustream-minimize,\n .ustream-close {\n position: absolute;\n color: white;\n right: 0.5rem;\n top: 0.25rem;\n cursor: pointer;\n font-weight: bold;\n }\n .ustream-close {\n ' + (close ? 'display: block; right: .75rem; top: .5rem; ' : 'display: none; right: .5rem; top: .75rem;') + '\n }\n @media screen and (max-width: 768px) {\n #ustream-container:not(.closed) {\n width: 231px !important;\n height: 130px !important;\n }\n #ustream-container:not(.closed) iframe {\n height: 130px !important;\n }\n }\n '
|
|
102
96
|
)
|
|
103
97
|
);
|
|
104
98
|
};
|