diy-template-components 2.0.29 → 2.0.30
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/build/index.es.js +12 -4
- package/build/index.es.js.map +1 -1
- package/build/index.js +12 -4
- package/build/index.js.map +1 -1
- package/package.json +1 -1
package/build/index.es.js
CHANGED
|
@@ -9949,8 +9949,12 @@ function ABOUT_INSTITUTE({
|
|
|
9949
9949
|
}, /*#__PURE__*/React.createElement("div", {
|
|
9950
9950
|
className: classes.cardDesc
|
|
9951
9951
|
}, /*#__PURE__*/React.createElement("span", {
|
|
9952
|
-
className: classes.highlightText
|
|
9953
|
-
|
|
9952
|
+
className: classes.highlightText,
|
|
9953
|
+
ref: highlightNodeData?.courses?.refSetter,
|
|
9954
|
+
dangerouslySetInnerHTML: {
|
|
9955
|
+
__html: highlightNodeData?.courses?.metadata?.value
|
|
9956
|
+
}
|
|
9957
|
+
}), /*#__PURE__*/React.createElement("span", null, "Courses")), /*#__PURE__*/React.createElement(Icon, {
|
|
9954
9958
|
name: 'BookSaved',
|
|
9955
9959
|
color: theme.palette.font.primary,
|
|
9956
9960
|
width: '32px',
|
|
@@ -9960,8 +9964,12 @@ function ABOUT_INSTITUTE({
|
|
|
9960
9964
|
}, /*#__PURE__*/React.createElement("div", {
|
|
9961
9965
|
className: classes.cardDesc
|
|
9962
9966
|
}, /*#__PURE__*/React.createElement("span", {
|
|
9963
|
-
className: classes.highlightText
|
|
9964
|
-
|
|
9967
|
+
className: classes.highlightText,
|
|
9968
|
+
ref: highlightNodeData?.students?.refSetter,
|
|
9969
|
+
dangerouslySetInnerHTML: {
|
|
9970
|
+
__html: highlightNodeData?.students?.metadata?.value
|
|
9971
|
+
}
|
|
9972
|
+
}), /*#__PURE__*/React.createElement("span", null, "Active Students")), /*#__PURE__*/React.createElement(Icon, {
|
|
9965
9973
|
name: 'GroupProfile',
|
|
9966
9974
|
color: theme.palette.font.primary,
|
|
9967
9975
|
width: '32px',
|