diy-template-components 2.0.45 → 2.0.47

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
@@ -1620,7 +1620,6 @@ const useSectionStyles$9 = createUseStyles(theme => ({
1620
1620
 
1621
1621
  // '& img': { maxHeight: '55px' }
1622
1622
  },
1623
-
1624
1623
  upperContainerItem1Img: {
1625
1624
  maxHeight: '55px',
1626
1625
  paddingBottom: '84px',
@@ -2047,7 +2046,6 @@ const mobilePadding = {
2047
2046
  // 24px
2048
2047
  medium: baseFactor * 6 // 48px
2049
2048
  };
2050
-
2051
2049
  const padding = {
2052
2050
  minute: baseFactor * 2,
2053
2051
  // 16px
@@ -2514,7 +2512,6 @@ const useSectionStyles$8 = createUseStyles(theme => ({
2514
2512
  // }
2515
2513
  // }
2516
2514
  },
2517
-
2518
2515
  sectionContainer: {
2519
2516
  margin: '0 auto',
2520
2517
  maxWidth: ({
@@ -3084,7 +3081,6 @@ const useSectionStyles$7 = createUseStyles(theme => ({
3084
3081
  // padding: '0'
3085
3082
  }
3086
3083
  },
3087
-
3088
3084
  '&:nth-child(2n+1)': {
3089
3085
  marginRight: '0',
3090
3086
  '& $contentText': {
@@ -3094,7 +3090,6 @@ const useSectionStyles$7 = createUseStyles(theme => ({
3094
3090
  }
3095
3091
  }
3096
3092
  },
3097
-
3098
3093
  contentNumber: {
3099
3094
  width: '100%',
3100
3095
  padding: '24px',
@@ -3487,7 +3482,6 @@ const useSectionStyles$5 = createUseStyles(theme => {
3487
3482
  // }
3488
3483
  // }
3489
3484
  },
3490
-
3491
3485
  sectionContainer: {
3492
3486
  margin: '0 auto',
3493
3487
  maxWidth: ({
@@ -3501,7 +3495,6 @@ const useSectionStyles$5 = createUseStyles(theme => {
3501
3495
 
3502
3496
  // padding: `${theme?.spacing?.padding?.regular}px ${theme?.spacing?.padding?.medium}px 0px ${theme?.spacing?.padding?.medium}px`
3503
3497
  },
3504
-
3505
3498
  imageContainerDiv: {
3506
3499
  width: '50%',
3507
3500
  position: 'relative'
@@ -3573,7 +3566,6 @@ const useSectionStyles$5 = createUseStyles(theme => {
3573
3566
  width: '100%'
3574
3567
  // padding: `${theme?.spacing?.padding?.medium}px ${theme?.spacing?.padding?.regular}px`
3575
3568
  },
3576
-
3577
3569
  imageContainer: {
3578
3570
  height: 'unset !important',
3579
3571
  '& img': {
@@ -4580,7 +4572,6 @@ const useVideoTestimonialStyles = createUseStyles(theme => {
4580
4572
  fontFamily: theme?.typography?.fontFamily
4581
4573
  // boxSizing: 'border-box'
4582
4574
  },
4583
-
4584
4575
  '& h2,& h3,& p': {
4585
4576
  marginTop: '0'
4586
4577
  }
@@ -4605,7 +4596,6 @@ const useVideoTestimonialStyles = createUseStyles(theme => {
4605
4596
  wordBreak: 'break-word'
4606
4597
  // marginBottom: '8px'
4607
4598
  },
4608
-
4609
4599
  videoTestimonialTitle: {
4610
4600
  fontSize: theme.typography.fontSize.h2,
4611
4601
  // lineHeight: '71px',
@@ -5046,7 +5036,6 @@ const useSectionStyles$3 = createUseStyles(theme => ({
5046
5036
  // }
5047
5037
  // }
5048
5038
  },
5049
-
5050
5039
  sectionContainer: {
5051
5040
  margin: '0 auto',
5052
5041
  maxWidth: ({
@@ -5404,7 +5393,6 @@ const usePhotoGalleryStyles = createUseStyles(theme => {
5404
5393
  // }
5405
5394
  // }
5406
5395
  },
5407
-
5408
5396
  sectionContainer: {
5409
5397
  margin: '0 auto',
5410
5398
  maxWidth: ({
@@ -5435,7 +5423,6 @@ const usePhotoGalleryStyles = createUseStyles(theme => {
5435
5423
  position: 'relative',
5436
5424
  paddingBottom: '59.83%' // keeping aspect ratio 585x350
5437
5425
  },
5438
-
5439
5426
  contentRow: {
5440
5427
  display: 'grid',
5441
5428
  gridTemplateColumns: ({
@@ -5982,7 +5969,6 @@ const useCourseStyles = createUseStyles(theme => {
5982
5969
  // }
5983
5970
  // }
5984
5971
  },
5985
-
5986
5972
  sectionContainer: {
5987
5973
  margin: '0 auto',
5988
5974
  maxWidth: ({
@@ -6015,7 +6001,6 @@ const useCourseStyles = createUseStyles(theme => {
6015
6001
  // textAlign: 'center',
6016
6002
  // wordBreak: 'break-word'
6017
6003
  },
6018
-
6019
6004
  slickContainer: {
6020
6005
  marginRight: '-20px'
6021
6006
  },
@@ -6063,7 +6048,6 @@ const useCourseStyles = createUseStyles(theme => {
6063
6048
  justifyContent: 'space-between'
6064
6049
  //alignItems: 'center',
6065
6050
  },
6066
-
6067
6051
  courseCardTags: {
6068
6052
  display: 'flex',
6069
6053
  justifyContent: 'flex-start',
@@ -6094,7 +6078,6 @@ const useCourseStyles = createUseStyles(theme => {
6094
6078
  // whiteSpace: 'nowrap',
6095
6079
  // textOverflow: 'ellipsis'
6096
6080
  },
6097
-
6098
6081
  courseCardDiscount: {
6099
6082
  display: 'flex',
6100
6083
  justifyContent: 'flex-start',
@@ -6201,7 +6184,6 @@ const useCourseStyles = createUseStyles(theme => {
6201
6184
  // whiteSpace: 'nowrap',
6202
6185
  // textOverflow: 'ellipsis'
6203
6186
  },
6204
-
6205
6187
  singleCard: {
6206
6188
  margin: '6px 2px'
6207
6189
  // width: 'calc(100% - 12px)'
@@ -6549,7 +6531,6 @@ const useTeamStyles = createUseStyles(theme => {
6549
6531
  // gridTemplateColumns: ({ slidesToShow } = {}) =>
6550
6532
  // `repeat(${slidesToShow},minmax(0, 1fr))`
6551
6533
  },
6552
-
6553
6534
  singleSlideContainer: {
6554
6535
  backgroundColor: theme?.palette?.background?.default,
6555
6536
  margin: '20px 0',
@@ -6575,7 +6556,6 @@ const useTeamStyles = createUseStyles(theme => {
6575
6556
  padding: '24px'
6576
6557
  // overflowWrap: 'break-word'
6577
6558
  },
6578
-
6579
6559
  teamDetailsHeading: {
6580
6560
  fontSize: theme.typography.fontSize.h6,
6581
6561
  fontWeight: theme.typography.fontWeight.bold,
@@ -6614,7 +6594,8 @@ const useTeamStyles = createUseStyles(theme => {
6614
6594
  marginTop: '16px',
6615
6595
  background: 'rgba(22, 118, 243, 1)',
6616
6596
  borderRadius: '0px 6px 6px 0px',
6617
- padding: '2px 16px'
6597
+ padding: '2px 16px',
6598
+ zIndex: '1'
6618
6599
  },
6619
6600
  starTagText: {
6620
6601
  color: 'white',
@@ -6838,7 +6819,6 @@ const useSectionStyles$1 = createUseStyles(theme => ({
6838
6819
  // }
6839
6820
  // }
6840
6821
  },
6841
-
6842
6822
  formContainer: {
6843
6823
  margin: '0 auto',
6844
6824
  maxWidth: ({
@@ -6875,14 +6855,12 @@ const useSectionStyles$1 = createUseStyles(theme => ({
6875
6855
  display: 'flex'
6876
6856
  // alignItems: 'flex-start',
6877
6857
  },
6878
-
6879
6858
  leftContainerForm: {
6880
6859
  width: '65%',
6881
6860
  display: 'flex',
6882
6861
  flexDirection: 'column'
6883
6862
  // justifyContent: 'space-between'
6884
6863
  },
6885
-
6886
6864
  subtitle: {
6887
6865
  // margin: '0 0 40px 0',
6888
6866
  fontSize: theme.typography.fontSize.h5,
@@ -6950,7 +6928,6 @@ const useSectionStyles$1 = createUseStyles(theme => ({
6950
6928
  width: '100%'
6951
6929
  // padding: '0 16ox'
6952
6930
  },
6953
-
6954
6931
  rightContainer: {
6955
6932
  width: '100%',
6956
6933
  padding: '0'
@@ -7263,7 +7240,6 @@ const useSectionStyles = createUseStyles(theme => ({
7263
7240
  // }
7264
7241
  // }
7265
7242
  },
7266
-
7267
7243
  contactContainer: {
7268
7244
  width: '100%',
7269
7245
  margin: '0 auto',
@@ -7302,7 +7278,6 @@ const useSectionStyles = createUseStyles(theme => ({
7302
7278
  // justifyContent: 'space-between',
7303
7279
  // flex: 1
7304
7280
  },
7305
-
7306
7281
  subtitle: {
7307
7282
  // margin: '0 0 auto 0',
7308
7283
  fontSize: theme.typography.fontSize.h6,
@@ -7747,7 +7722,6 @@ const useWebinarPromotionPage = createUseStyles(theme => {
7747
7722
  marginTop: '5%'
7748
7723
  // padding: '0px 5% 0px 5%'
7749
7724
  },
7750
-
7751
7725
  iframe: {
7752
7726
  position: 'absolute',
7753
7727
  width: '100%',
@@ -8095,7 +8069,6 @@ const SingleVideoSlide$1 = props => {
8095
8069
  value: data.isPaid ? buyNowText : registerNowText
8096
8070
  // isExternal: 1
8097
8071
  },
8098
-
8099
8072
  onClick: webinarCtaClick,
8100
8073
  type: 'primary',
8101
8074
  size: 'medium',
@@ -8164,7 +8137,6 @@ const useCoursePromotionPage = createUseStyles(theme => {
8164
8137
  // }
8165
8138
  // }
8166
8139
  },
8167
-
8168
8140
  sectionContainer: {
8169
8141
  margin: '0 auto',
8170
8142
  maxWidth: ({
@@ -8282,7 +8254,6 @@ const useCoursePromotionPage = createUseStyles(theme => {
8282
8254
  // paddingBottom: '10px',
8283
8255
  // paddingTop: '10px'
8284
8256
  },
8285
-
8286
8257
  bannerContainer: {
8287
8258
  width: '100%',
8288
8259
  background: theme?.colors?.bannerColor,
@@ -8297,7 +8268,6 @@ const useCoursePromotionPage = createUseStyles(theme => {
8297
8268
  clipPath: 'polygon(0 0, 100% 0, 100% calc(100% - 10px), 0 calc(100% - 10px), 15px calc(50% - 10px/2))'
8298
8269
  // marginBottom: '16px'
8299
8270
  },
8300
-
8301
8271
  bannerContainerText: {
8302
8272
  transform: 'rotate(180deg)'
8303
8273
  },
@@ -8410,7 +8380,6 @@ const useCoursePromotionPage = createUseStyles(theme => {
8410
8380
  height: 'max-content'
8411
8381
  // paddingRight: '10px'
8412
8382
  },
8413
-
8414
8383
  videoDetails: {
8415
8384
  width: '100%'
8416
8385
  },
@@ -8669,7 +8638,6 @@ const SingleVideoSlide = props => {
8669
8638
  value: buyNowText
8670
8639
  // isExternal: 1
8671
8640
  },
8672
-
8673
8641
  onClick: courseBuyNow,
8674
8642
  type: 'primary',
8675
8643
  size: 'medium',
@@ -8774,7 +8742,6 @@ const useFormPageStyles = createUseStyles(theme => ({
8774
8742
  // border: '1px solid #D8E0F0',
8775
8743
  // borderRadius: '16px'
8776
8744
  },
8777
-
8778
8745
  inputFieldLabel: {
8779
8746
  color: theme?.colors?.lightblack,
8780
8747
  fontSize: theme.typography.fontSize.body,
@@ -9087,7 +9054,6 @@ const FormPage = ({
9087
9054
  value: countryCode === 'KR' ? '제출하기' : 'SUBMIT'
9088
9055
  // isExternal: 1
9089
9056
  },
9090
-
9091
9057
  type: 'primary',
9092
9058
  size: 'medium',
9093
9059
  target: null,
@@ -9270,7 +9236,6 @@ const useEmailStyles = createUseStyles(theme => ({
9270
9236
  height: '48px'
9271
9237
  /* margin: 18px 0px; */
9272
9238
  },
9273
-
9274
9239
  'p-young-guru-title': {
9275
9240
  fontFamily: theme?.typography?.fontFamily,
9276
9241
  fontStyle: 'normal',
@@ -9298,7 +9263,6 @@ const useEmailStyles = createUseStyles(theme => ({
9298
9263
  textAlign: 'center'
9299
9264
  /* padding:35px 0 40px */
9300
9265
  },
9301
-
9302
9266
  'two-columns .column': {
9303
9267
  width: '100%',
9304
9268
  maxWidth: '275px',
@@ -9768,7 +9732,6 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
9768
9732
  // borderRadius: '16px',
9769
9733
  // border: '1px solid var(--stroke, #D8E0F0)',
9770
9734
  },
9771
-
9772
9735
  image: {
9773
9736
  width: '100%',
9774
9737
  height: '100%',