@mjhls/mjh-framework 1.0.102 → 1.0.103
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/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import React__default, { Component, useState, useEffect, useRef,
|
|
1
|
+
import React__default, { Component, useState, useEffect, useRef, createElement, createContext } from 'react';
|
|
2
2
|
import PropTypes from 'prop-types';
|
|
3
3
|
import reactDom from 'react-dom';
|
|
4
4
|
import Container from 'react-bootstrap/Container';
|
|
@@ -12506,7 +12506,7 @@ var YouTubeGallery = function YouTubeGallery(_ref) {
|
|
|
12506
12506
|
|
|
12507
12507
|
return React__default.createElement(
|
|
12508
12508
|
'div',
|
|
12509
|
-
{ className: 'video-container', style: { marginBottom: '
|
|
12509
|
+
{ className: 'video-container', style: { marginBottom: '2rem' } },
|
|
12510
12510
|
React__default.createElement(
|
|
12511
12511
|
'div',
|
|
12512
12512
|
{ className: 'video-block', style: { position: 'relative', overflow: 'hidden' } },
|