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