@mjhls/mjh-framework 1.0.582 → 1.0.584

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 CHANGED
@@ -1,5 +1,5 @@
1
1
 
2
- # mjh-framework v. 1.0.582
2
+ # mjh-framework v. 1.0.584
3
3
 
4
4
  > Foundation Framework
5
5
 
package/dist/cjs/View.js CHANGED
@@ -171,9 +171,9 @@ var getDocumentGroupName = function getDocumentGroupName(docGroup) {
171
171
  }
172
172
  }
173
173
 
174
- if (!docGroup.thumbnail) {
175
- name = name + ' | <b>' + docGroup.name + '</b>';
176
- }
174
+ //if (!docGroup.thumbnail) {
175
+ name = name + ' | <b>' + docGroup.name + '</b>';
176
+ //}
177
177
 
178
178
  return name;
179
179
  };
@@ -2314,7 +2314,7 @@ var Video = function Video(_ref) {
2314
2314
  React__default['default'].createElement(
2315
2315
  'style',
2316
2316
  { jsx: 'true' },
2317
- '\n .brightcove {\n position: relative;\n padding-bottom: 56.25%; /* 16:9 */\n height: 0;\n width: 100%;\n }\n .brightcove .video-js {\n height: 100%;\n width: 100%;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n }\n '
2317
+ '\n .brightcove {\n position: relative;\n margin-bottom: 1rem;\n height: 100%;\n width: 100%;\n }\n .brightcove .video-js {\n height: 100%;\n width: 100%;\n position: relative;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n min-height: 411px;\n }\n '
2318
2318
  )
2319
2319
  );
2320
2320
  } else if (playlistID) {
package/dist/esm/View.js CHANGED
@@ -160,9 +160,9 @@ var getDocumentGroupName = function getDocumentGroupName(docGroup) {
160
160
  }
161
161
  }
162
162
 
163
- if (!docGroup.thumbnail) {
164
- name = name + ' | <b>' + docGroup.name + '</b>';
165
- }
163
+ //if (!docGroup.thumbnail) {
164
+ name = name + ' | <b>' + docGroup.name + '</b>';
165
+ //}
166
166
 
167
167
  return name;
168
168
  };
@@ -2302,7 +2302,7 @@ var Video = function Video(_ref) {
2302
2302
  React.createElement(
2303
2303
  'style',
2304
2304
  { jsx: 'true' },
2305
- '\n .brightcove {\n position: relative;\n padding-bottom: 56.25%; /* 16:9 */\n height: 0;\n width: 100%;\n }\n .brightcove .video-js {\n height: 100%;\n width: 100%;\n position: absolute;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n }\n '
2305
+ '\n .brightcove {\n position: relative;\n margin-bottom: 1rem;\n height: 100%;\n width: 100%;\n }\n .brightcove .video-js {\n height: 100%;\n width: 100%;\n position: relative;\n top: 0;\n left: 0;\n right: 0;\n bottom: 0;\n min-height: 411px;\n }\n '
2306
2306
  )
2307
2307
  );
2308
2308
  } else if (playlistID) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mjhls/mjh-framework",
3
- "version": "1.0.582",
3
+ "version": "1.0.584",
4
4
  "description": "Foundation Framework",
5
5
  "author": "mjh-framework",
6
6
  "license": "MIT",