diy-template-components 2.0.47 → 2.0.49

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