diy-template-components 1.0.42 → 1.0.44

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.js CHANGED
@@ -1903,7 +1903,7 @@ function Footer({
1903
1903
  className: classes.lowerContainer
1904
1904
  }, /*#__PURE__*/React__default["default"].createElement("div", {
1905
1905
  className: classes.bottomLeftText
1906
- }, "2022 All Rights Reserved"), /*#__PURE__*/React__default["default"].createElement("div", {
1906
+ }, "\xA9 ", new Date().getFullYear(), " All Rights Reserved"), /*#__PURE__*/React__default["default"].createElement("div", {
1907
1907
  className: classes.poweredByContainer
1908
1908
  }, /*#__PURE__*/React__default["default"].createElement("p", null, "Powered by"), /*#__PURE__*/React__default["default"].createElement("a", {
1909
1909
  title: "Powered by Classplus",
@@ -3100,12 +3100,13 @@ const useSectionStyles$6 = createUseStyles(theme => {
3100
3100
  objectPosition: '50% 50%'
3101
3101
  },
3102
3102
  overlay: {
3103
+ zIndex: 1,
3103
3104
  position: 'absolute',
3104
3105
  top: 0,
3105
3106
  left: 0,
3106
3107
  width: '100%',
3107
3108
  height: '100%',
3108
- backgroundColor: "rgba(0, 0, 0, 0.5)"
3109
+ backgroundColor: 'rgba(0, 0, 0, 0.4)'
3109
3110
  },
3110
3111
  '@media screen and (max-width: 767px)': {
3111
3112
  heading: {
@@ -3115,10 +3116,10 @@ const useSectionStyles$6 = createUseStyles(theme => {
3115
3116
  display: 'none'
3116
3117
  },
3117
3118
  contentContainer: {
3118
- display: "block"
3119
+ display: 'block'
3119
3120
  },
3120
3121
  textContainer: {
3121
- position: "absolute",
3122
+ position: 'absolute',
3122
3123
  padding: '20px 20px',
3123
3124
  height: '100%',
3124
3125
  width: '100%',
@@ -3163,7 +3164,7 @@ const Section$3 = ({
3163
3164
  isCustomWebsite,
3164
3165
  countryCode
3165
3166
  } = React.useContext(PageContext);
3166
- const hasContent = Boolean(nodeData.cardHeading.metadata.value || nodeData.title.metadata.value || nodeData.description.metadata.value);
3167
+ const hasContent = Boolean(nodeData.cardHeading.metadata.value || nodeData.title.metadata.valu || nodeData.description.metadata.value);
3167
3168
  const classes = useSectionStyles$6({
3168
3169
  wordBreakValue: wordBreakValue(countryCode),
3169
3170
  imageUrl: nodeData.image.metadata.value,
@@ -4386,7 +4387,7 @@ const useVideoTestimonialStyles = createUseStyles(theme => {
4386
4387
  marginBottom: '8px'
4387
4388
  },
4388
4389
  videoTestimonialTitle: {
4389
- fontSize: theme.typography.fontSize.h1,
4390
+ fontSize: theme.typography.fontSize.h2,
4390
4391
  // lineHeight: '71px',
4391
4392
  letterSpacing: '-3px',
4392
4393
  fontWeight: theme.typography.fontWeight.bold,
@@ -4396,15 +4397,16 @@ const useVideoTestimonialStyles = createUseStyles(theme => {
4396
4397
  },
4397
4398
  videoCarousel: {
4398
4399
  display: 'flex',
4399
- alignItems: 'center',
4400
4400
  justifyContent: 'flex-start',
4401
- gap: theme.spacing.margin.small
4401
+ gap: '40px'
4402
4402
  },
4403
4403
  iframeSuperContainer: {
4404
4404
  height: '100%',
4405
4405
  width: '100%',
4406
4406
  display: 'flex',
4407
- alignItems: 'center'
4407
+ alignItems: 'center',
4408
+ marginTop: '16px',
4409
+ borderRadius: '8px'
4408
4410
  },
4409
4411
  iframeContainer: {
4410
4412
  width: '100%',
@@ -4434,13 +4436,13 @@ const useVideoTestimonialStyles = createUseStyles(theme => {
4434
4436
  fontWeight: theme.typography.fontWeight.bold
4435
4437
  },
4436
4438
  videoDetailsContent: {
4437
- fontSize: theme.typography.fontSize.subHead,
4439
+ fontSize: theme.typography.fontSize.body,
4438
4440
  lineHeight: '24px',
4439
4441
  wordBreak: 'break-word',
4440
4442
  color: theme.palette.font.primary
4441
4443
  },
4442
4444
  videoDetailsSubContent: {
4443
- fontSize: theme.typography.fontSize.subHead,
4445
+ fontSize: theme.typography.fontSize.h6,
4444
4446
  lineHeight: '24px',
4445
4447
  margin: '0',
4446
4448
  color: theme.palette.font.primary,
@@ -5832,7 +5834,7 @@ const useCourseStyles = createUseStyles(theme => {
5832
5834
  textDecoration: 'none !important'
5833
5835
  },
5834
5836
  courseCardStrikePrice: {
5835
- fontSize: '10px',
5837
+ fontSize: '14px',
5836
5838
  fontWeight: '600',
5837
5839
  lineHeight: '13px',
5838
5840
  color: '#FE9B0E',