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.es.js CHANGED
@@ -1604,7 +1604,6 @@ const useSectionStyles$9 = createUseStyles(theme => ({
1604
1604
 
1605
1605
  // '& img': { maxHeight: '55px' }
1606
1606
  },
1607
-
1608
1607
  upperContainerItem1Img: {
1609
1608
  maxHeight: '55px',
1610
1609
  paddingBottom: '84px',
@@ -2031,7 +2030,6 @@ const mobilePadding = {
2031
2030
  // 24px
2032
2031
  medium: baseFactor * 6 // 48px
2033
2032
  };
2034
-
2035
2033
  const padding = {
2036
2034
  minute: baseFactor * 2,
2037
2035
  // 16px
@@ -2498,7 +2496,6 @@ const useSectionStyles$8 = createUseStyles(theme => ({
2498
2496
  // }
2499
2497
  // }
2500
2498
  },
2501
-
2502
2499
  sectionContainer: {
2503
2500
  margin: '0 auto',
2504
2501
  maxWidth: ({
@@ -3068,7 +3065,6 @@ const useSectionStyles$7 = createUseStyles(theme => ({
3068
3065
  // padding: '0'
3069
3066
  }
3070
3067
  },
3071
-
3072
3068
  '&:nth-child(2n+1)': {
3073
3069
  marginRight: '0',
3074
3070
  '& $contentText': {
@@ -3078,7 +3074,6 @@ const useSectionStyles$7 = createUseStyles(theme => ({
3078
3074
  }
3079
3075
  }
3080
3076
  },
3081
-
3082
3077
  contentNumber: {
3083
3078
  width: '100%',
3084
3079
  padding: '24px',
@@ -3471,7 +3466,6 @@ const useSectionStyles$5 = createUseStyles(theme => {
3471
3466
  // }
3472
3467
  // }
3473
3468
  },
3474
-
3475
3469
  sectionContainer: {
3476
3470
  margin: '0 auto',
3477
3471
  maxWidth: ({
@@ -3485,7 +3479,6 @@ const useSectionStyles$5 = createUseStyles(theme => {
3485
3479
 
3486
3480
  // padding: `${theme?.spacing?.padding?.regular}px ${theme?.spacing?.padding?.medium}px 0px ${theme?.spacing?.padding?.medium}px`
3487
3481
  },
3488
-
3489
3482
  imageContainerDiv: {
3490
3483
  width: '50%',
3491
3484
  position: 'relative'
@@ -3557,7 +3550,6 @@ const useSectionStyles$5 = createUseStyles(theme => {
3557
3550
  width: '100%'
3558
3551
  // padding: `${theme?.spacing?.padding?.medium}px ${theme?.spacing?.padding?.regular}px`
3559
3552
  },
3560
-
3561
3553
  imageContainer: {
3562
3554
  height: 'unset !important',
3563
3555
  '& img': {
@@ -4564,7 +4556,6 @@ const useVideoTestimonialStyles = createUseStyles(theme => {
4564
4556
  fontFamily: theme?.typography?.fontFamily
4565
4557
  // boxSizing: 'border-box'
4566
4558
  },
4567
-
4568
4559
  '& h2,& h3,& p': {
4569
4560
  marginTop: '0'
4570
4561
  }
@@ -4589,7 +4580,6 @@ const useVideoTestimonialStyles = createUseStyles(theme => {
4589
4580
  wordBreak: 'break-word'
4590
4581
  // marginBottom: '8px'
4591
4582
  },
4592
-
4593
4583
  videoTestimonialTitle: {
4594
4584
  fontSize: theme.typography.fontSize.h2,
4595
4585
  // lineHeight: '71px',
@@ -5030,7 +5020,6 @@ const useSectionStyles$3 = createUseStyles(theme => ({
5030
5020
  // }
5031
5021
  // }
5032
5022
  },
5033
-
5034
5023
  sectionContainer: {
5035
5024
  margin: '0 auto',
5036
5025
  maxWidth: ({
@@ -5388,7 +5377,6 @@ const usePhotoGalleryStyles = createUseStyles(theme => {
5388
5377
  // }
5389
5378
  // }
5390
5379
  },
5391
-
5392
5380
  sectionContainer: {
5393
5381
  margin: '0 auto',
5394
5382
  maxWidth: ({
@@ -5419,7 +5407,6 @@ const usePhotoGalleryStyles = createUseStyles(theme => {
5419
5407
  position: 'relative',
5420
5408
  paddingBottom: '59.83%' // keeping aspect ratio 585x350
5421
5409
  },
5422
-
5423
5410
  contentRow: {
5424
5411
  display: 'grid',
5425
5412
  gridTemplateColumns: ({
@@ -5966,7 +5953,6 @@ const useCourseStyles = createUseStyles(theme => {
5966
5953
  // }
5967
5954
  // }
5968
5955
  },
5969
-
5970
5956
  sectionContainer: {
5971
5957
  margin: '0 auto',
5972
5958
  maxWidth: ({
@@ -5999,7 +5985,6 @@ const useCourseStyles = createUseStyles(theme => {
5999
5985
  // textAlign: 'center',
6000
5986
  // wordBreak: 'break-word'
6001
5987
  },
6002
-
6003
5988
  slickContainer: {
6004
5989
  marginRight: '-20px'
6005
5990
  },
@@ -6047,7 +6032,6 @@ const useCourseStyles = createUseStyles(theme => {
6047
6032
  justifyContent: 'space-between'
6048
6033
  //alignItems: 'center',
6049
6034
  },
6050
-
6051
6035
  courseCardTags: {
6052
6036
  display: 'flex',
6053
6037
  justifyContent: 'flex-start',
@@ -6078,7 +6062,6 @@ const useCourseStyles = createUseStyles(theme => {
6078
6062
  // whiteSpace: 'nowrap',
6079
6063
  // textOverflow: 'ellipsis'
6080
6064
  },
6081
-
6082
6065
  courseCardDiscount: {
6083
6066
  display: 'flex',
6084
6067
  justifyContent: 'flex-start',
@@ -6185,7 +6168,6 @@ const useCourseStyles = createUseStyles(theme => {
6185
6168
  // whiteSpace: 'nowrap',
6186
6169
  // textOverflow: 'ellipsis'
6187
6170
  },
6188
-
6189
6171
  singleCard: {
6190
6172
  margin: '6px 2px'
6191
6173
  // width: 'calc(100% - 12px)'
@@ -6533,7 +6515,6 @@ const useTeamStyles = createUseStyles(theme => {
6533
6515
  // gridTemplateColumns: ({ slidesToShow } = {}) =>
6534
6516
  // `repeat(${slidesToShow},minmax(0, 1fr))`
6535
6517
  },
6536
-
6537
6518
  singleSlideContainer: {
6538
6519
  backgroundColor: theme?.palette?.background?.default,
6539
6520
  margin: '20px 0',
@@ -6559,7 +6540,6 @@ const useTeamStyles = createUseStyles(theme => {
6559
6540
  padding: '24px'
6560
6541
  // overflowWrap: 'break-word'
6561
6542
  },
6562
-
6563
6543
  teamDetailsHeading: {
6564
6544
  fontSize: theme.typography.fontSize.h6,
6565
6545
  fontWeight: theme.typography.fontWeight.bold,
@@ -6598,7 +6578,8 @@ const useTeamStyles = createUseStyles(theme => {
6598
6578
  marginTop: '16px',
6599
6579
  background: 'rgba(22, 118, 243, 1)',
6600
6580
  borderRadius: '0px 6px 6px 0px',
6601
- padding: '2px 16px'
6581
+ padding: '2px 16px',
6582
+ zIndex: '1'
6602
6583
  },
6603
6584
  starTagText: {
6604
6585
  color: 'white',
@@ -6822,7 +6803,6 @@ const useSectionStyles$1 = createUseStyles(theme => ({
6822
6803
  // }
6823
6804
  // }
6824
6805
  },
6825
-
6826
6806
  formContainer: {
6827
6807
  margin: '0 auto',
6828
6808
  maxWidth: ({
@@ -6859,14 +6839,12 @@ const useSectionStyles$1 = createUseStyles(theme => ({
6859
6839
  display: 'flex'
6860
6840
  // alignItems: 'flex-start',
6861
6841
  },
6862
-
6863
6842
  leftContainerForm: {
6864
6843
  width: '65%',
6865
6844
  display: 'flex',
6866
6845
  flexDirection: 'column'
6867
6846
  // justifyContent: 'space-between'
6868
6847
  },
6869
-
6870
6848
  subtitle: {
6871
6849
  // margin: '0 0 40px 0',
6872
6850
  fontSize: theme.typography.fontSize.h5,
@@ -6934,7 +6912,6 @@ const useSectionStyles$1 = createUseStyles(theme => ({
6934
6912
  width: '100%'
6935
6913
  // padding: '0 16ox'
6936
6914
  },
6937
-
6938
6915
  rightContainer: {
6939
6916
  width: '100%',
6940
6917
  padding: '0'
@@ -7247,7 +7224,6 @@ const useSectionStyles = createUseStyles(theme => ({
7247
7224
  // }
7248
7225
  // }
7249
7226
  },
7250
-
7251
7227
  contactContainer: {
7252
7228
  width: '100%',
7253
7229
  margin: '0 auto',
@@ -7286,7 +7262,6 @@ const useSectionStyles = createUseStyles(theme => ({
7286
7262
  // justifyContent: 'space-between',
7287
7263
  // flex: 1
7288
7264
  },
7289
-
7290
7265
  subtitle: {
7291
7266
  // margin: '0 0 auto 0',
7292
7267
  fontSize: theme.typography.fontSize.h6,
@@ -7731,7 +7706,6 @@ const useWebinarPromotionPage = createUseStyles(theme => {
7731
7706
  marginTop: '5%'
7732
7707
  // padding: '0px 5% 0px 5%'
7733
7708
  },
7734
-
7735
7709
  iframe: {
7736
7710
  position: 'absolute',
7737
7711
  width: '100%',
@@ -8079,7 +8053,6 @@ const SingleVideoSlide$1 = props => {
8079
8053
  value: data.isPaid ? buyNowText : registerNowText
8080
8054
  // isExternal: 1
8081
8055
  },
8082
-
8083
8056
  onClick: webinarCtaClick,
8084
8057
  type: 'primary',
8085
8058
  size: 'medium',
@@ -8148,7 +8121,6 @@ const useCoursePromotionPage = createUseStyles(theme => {
8148
8121
  // }
8149
8122
  // }
8150
8123
  },
8151
-
8152
8124
  sectionContainer: {
8153
8125
  margin: '0 auto',
8154
8126
  maxWidth: ({
@@ -8266,7 +8238,6 @@ const useCoursePromotionPage = createUseStyles(theme => {
8266
8238
  // paddingBottom: '10px',
8267
8239
  // paddingTop: '10px'
8268
8240
  },
8269
-
8270
8241
  bannerContainer: {
8271
8242
  width: '100%',
8272
8243
  background: theme?.colors?.bannerColor,
@@ -8281,7 +8252,6 @@ const useCoursePromotionPage = createUseStyles(theme => {
8281
8252
  clipPath: 'polygon(0 0, 100% 0, 100% calc(100% - 10px), 0 calc(100% - 10px), 15px calc(50% - 10px/2))'
8282
8253
  // marginBottom: '16px'
8283
8254
  },
8284
-
8285
8255
  bannerContainerText: {
8286
8256
  transform: 'rotate(180deg)'
8287
8257
  },
@@ -8394,7 +8364,6 @@ const useCoursePromotionPage = createUseStyles(theme => {
8394
8364
  height: 'max-content'
8395
8365
  // paddingRight: '10px'
8396
8366
  },
8397
-
8398
8367
  videoDetails: {
8399
8368
  width: '100%'
8400
8369
  },
@@ -8653,7 +8622,6 @@ const SingleVideoSlide = props => {
8653
8622
  value: buyNowText
8654
8623
  // isExternal: 1
8655
8624
  },
8656
-
8657
8625
  onClick: courseBuyNow,
8658
8626
  type: 'primary',
8659
8627
  size: 'medium',
@@ -8758,7 +8726,6 @@ const useFormPageStyles = createUseStyles(theme => ({
8758
8726
  // border: '1px solid #D8E0F0',
8759
8727
  // borderRadius: '16px'
8760
8728
  },
8761
-
8762
8729
  inputFieldLabel: {
8763
8730
  color: theme?.colors?.lightblack,
8764
8731
  fontSize: theme.typography.fontSize.body,
@@ -9071,7 +9038,6 @@ const FormPage = ({
9071
9038
  value: countryCode === 'KR' ? '제출하기' : 'SUBMIT'
9072
9039
  // isExternal: 1
9073
9040
  },
9074
-
9075
9041
  type: 'primary',
9076
9042
  size: 'medium',
9077
9043
  target: null,
@@ -9254,7 +9220,6 @@ const useEmailStyles = createUseStyles(theme => ({
9254
9220
  height: '48px'
9255
9221
  /* margin: 18px 0px; */
9256
9222
  },
9257
-
9258
9223
  'p-young-guru-title': {
9259
9224
  fontFamily: theme?.typography?.fontFamily,
9260
9225
  fontStyle: 'normal',
@@ -9282,7 +9247,6 @@ const useEmailStyles = createUseStyles(theme => ({
9282
9247
  textAlign: 'center'
9283
9248
  /* padding:35px 0 40px */
9284
9249
  },
9285
-
9286
9250
  'two-columns .column': {
9287
9251
  width: '100%',
9288
9252
  maxWidth: '275px',
@@ -9752,7 +9716,6 @@ const useAboutInstituteStyles = createUseStyles(theme => ({
9752
9716
  // borderRadius: '16px',
9753
9717
  // border: '1px solid var(--stroke, #D8E0F0)',
9754
9718
  },
9755
-
9756
9719
  image: {
9757
9720
  width: '100%',
9758
9721
  height: '100%',