@mjhls/mjh-framework 1.0.1065-webcastPublicationDate-v2 → 1.0.1065-webcastPublicationDate-v3
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/dist/cjs/View.js +2 -5
- package/dist/esm/View.js +2 -5
- package/package.json +1 -1
package/dist/cjs/View.js
CHANGED
|
@@ -1782,11 +1782,8 @@ var Article = React__default["default"].memo(React.forwardRef(function (props, r
|
|
|
1782
1782
|
!isVideoSeries && !isFormAssembly && showPublished && React__default["default"].createElement(
|
|
1783
1783
|
'div',
|
|
1784
1784
|
null,
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
null,
|
|
1788
|
-
'Published on: '
|
|
1789
|
-
),
|
|
1785
|
+
'Published on:',
|
|
1786
|
+
'\xA0',
|
|
1790
1787
|
React__default["default"].createElement(
|
|
1791
1788
|
'time',
|
|
1792
1789
|
{
|
package/dist/esm/View.js
CHANGED
|
@@ -1772,11 +1772,8 @@ var Article = React__default.memo(forwardRef(function (props, ref) {
|
|
|
1772
1772
|
!isVideoSeries && !isFormAssembly && showPublished && React__default.createElement(
|
|
1773
1773
|
'div',
|
|
1774
1774
|
null,
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
null,
|
|
1778
|
-
'Published on: '
|
|
1779
|
-
),
|
|
1775
|
+
'Published on:',
|
|
1776
|
+
'\xA0',
|
|
1780
1777
|
React__default.createElement(
|
|
1781
1778
|
'time',
|
|
1782
1779
|
{
|