diy-template-components 2.0.20 → 2.0.22
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 +307 -45
- package/build/index.es.js.map +1 -1
- package/build/index.js +307 -45
- package/build/index.js.map +1 -1
- package/package.json +2 -3
package/build/index.es.js
CHANGED
|
@@ -1592,6 +1592,7 @@ const useSectionStyles$9 = createUseStyles(theme => ({
|
|
|
1592
1592
|
|
|
1593
1593
|
// '& img': { maxHeight: '55px' }
|
|
1594
1594
|
},
|
|
1595
|
+
|
|
1595
1596
|
upperContainerItem1Img: {
|
|
1596
1597
|
maxHeight: '55px',
|
|
1597
1598
|
paddingBottom: '84px',
|
|
@@ -2018,6 +2019,7 @@ const mobilePadding = {
|
|
|
2018
2019
|
// 24px
|
|
2019
2020
|
medium: baseFactor * 6 // 48px
|
|
2020
2021
|
};
|
|
2022
|
+
|
|
2021
2023
|
const padding = {
|
|
2022
2024
|
minute: baseFactor * 2,
|
|
2023
2025
|
// 16px
|
|
@@ -2143,28 +2145,29 @@ function NanumSquare() {
|
|
|
2143
2145
|
}
|
|
2144
2146
|
|
|
2145
2147
|
const TYPE_TO_COMPONENT_MAP$1 = {
|
|
2146
|
-
BANNER_CAROUSEL_RIGHT: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$
|
|
2147
|
-
GRID_CARD: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$
|
|
2148
|
-
BANNER_CAROUSEL_CENTER: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$
|
|
2149
|
-
BANNER_CAROUSEL_LEFT: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$
|
|
2150
|
-
FORM_SUBSCRIBE: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$
|
|
2151
|
-
TEXT_TESTIMONIAL: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$
|
|
2152
|
-
VIDEO_TESTIMONIAL: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$
|
|
2153
|
-
VIDEO: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$
|
|
2154
|
-
INFO: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$
|
|
2155
|
-
TEXT: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$
|
|
2156
|
-
IMAGE_GALLERY: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$
|
|
2157
|
-
FAQ_LISTING: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$
|
|
2158
|
-
COURSE_CAROUSEL: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$
|
|
2159
|
-
TEAM_CARD: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$
|
|
2160
|
-
TEXT_GRID: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$
|
|
2161
|
-
CONTACT: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$
|
|
2162
|
-
FORM_ENQUIRY: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$
|
|
2163
|
-
WEBINAR_LANDING_PAGE: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$
|
|
2164
|
-
COURSE_LANDING_PAGE: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$
|
|
2165
|
-
FORM_LANDING_PAGE: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$
|
|
2166
|
-
TILES_SECTION: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$
|
|
2167
|
-
EMAIL_DRIP_MARKET: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index; }))
|
|
2148
|
+
BANNER_CAROUSEL_RIGHT: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$m; })),
|
|
2149
|
+
GRID_CARD: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$l; })),
|
|
2150
|
+
BANNER_CAROUSEL_CENTER: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$k; })),
|
|
2151
|
+
BANNER_CAROUSEL_LEFT: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$j; })),
|
|
2152
|
+
FORM_SUBSCRIBE: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$i; })),
|
|
2153
|
+
TEXT_TESTIMONIAL: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$h; })),
|
|
2154
|
+
VIDEO_TESTIMONIAL: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$g; })),
|
|
2155
|
+
VIDEO: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$f; })),
|
|
2156
|
+
INFO: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$e; })),
|
|
2157
|
+
TEXT: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$d; })),
|
|
2158
|
+
IMAGE_GALLERY: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$c; })),
|
|
2159
|
+
FAQ_LISTING: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$b; })),
|
|
2160
|
+
COURSE_CAROUSEL: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$9; })),
|
|
2161
|
+
TEAM_CARD: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$8; })),
|
|
2162
|
+
TEXT_GRID: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$a; })),
|
|
2163
|
+
CONTACT: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$7; })),
|
|
2164
|
+
FORM_ENQUIRY: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$6; })),
|
|
2165
|
+
WEBINAR_LANDING_PAGE: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$5; })),
|
|
2166
|
+
COURSE_LANDING_PAGE: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$4; })),
|
|
2167
|
+
FORM_LANDING_PAGE: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$3; })),
|
|
2168
|
+
TILES_SECTION: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$2; })),
|
|
2169
|
+
EMAIL_DRIP_MARKET: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index$1; })),
|
|
2170
|
+
ABOUT_INSTITUTE: /*#__PURE__*/lazy(() => Promise.resolve().then(function () { return index; }))
|
|
2168
2171
|
};
|
|
2169
2172
|
const getCompToRender$1 = type => TYPE_TO_COMPONENT_MAP$1[type] || (() => null);
|
|
2170
2173
|
const MemoisedSection$1 = /*#__PURE__*/memo(({
|
|
@@ -2483,6 +2486,7 @@ const useSectionStyles$8 = createUseStyles(theme => ({
|
|
|
2483
2486
|
// }
|
|
2484
2487
|
// }
|
|
2485
2488
|
},
|
|
2489
|
+
|
|
2486
2490
|
sectionContainer: {
|
|
2487
2491
|
margin: '0 auto',
|
|
2488
2492
|
maxWidth: ({
|
|
@@ -2914,7 +2918,7 @@ function BannerCarouselRight({
|
|
|
2914
2918
|
})))));
|
|
2915
2919
|
}
|
|
2916
2920
|
|
|
2917
|
-
var index$
|
|
2921
|
+
var index$m = /*#__PURE__*/Object.freeze({
|
|
2918
2922
|
__proto__: null,
|
|
2919
2923
|
'default': BannerCarouselRight
|
|
2920
2924
|
});
|
|
@@ -3052,6 +3056,7 @@ const useSectionStyles$7 = createUseStyles(theme => ({
|
|
|
3052
3056
|
// padding: '0'
|
|
3053
3057
|
}
|
|
3054
3058
|
},
|
|
3059
|
+
|
|
3055
3060
|
'&:nth-child(2n+1)': {
|
|
3056
3061
|
marginRight: '0',
|
|
3057
3062
|
'& $contentText': {
|
|
@@ -3061,6 +3066,7 @@ const useSectionStyles$7 = createUseStyles(theme => ({
|
|
|
3061
3066
|
}
|
|
3062
3067
|
}
|
|
3063
3068
|
},
|
|
3069
|
+
|
|
3064
3070
|
contentNumber: {
|
|
3065
3071
|
width: '100%',
|
|
3066
3072
|
padding: '24px',
|
|
@@ -3138,7 +3144,7 @@ function List({
|
|
|
3138
3144
|
}))));
|
|
3139
3145
|
}
|
|
3140
3146
|
|
|
3141
|
-
var index$
|
|
3147
|
+
var index$l = /*#__PURE__*/Object.freeze({
|
|
3142
3148
|
__proto__: null,
|
|
3143
3149
|
'default': List
|
|
3144
3150
|
});
|
|
@@ -3432,7 +3438,7 @@ function BannerCarouselCenter({
|
|
|
3432
3438
|
}))));
|
|
3433
3439
|
}
|
|
3434
3440
|
|
|
3435
|
-
var index$
|
|
3441
|
+
var index$k = /*#__PURE__*/Object.freeze({
|
|
3436
3442
|
__proto__: null,
|
|
3437
3443
|
'default': BannerCarouselCenter
|
|
3438
3444
|
});
|
|
@@ -3453,6 +3459,7 @@ const useSectionStyles$5 = createUseStyles(theme => {
|
|
|
3453
3459
|
// }
|
|
3454
3460
|
// }
|
|
3455
3461
|
},
|
|
3462
|
+
|
|
3456
3463
|
sectionContainer: {
|
|
3457
3464
|
margin: '0 auto',
|
|
3458
3465
|
maxWidth: ({
|
|
@@ -3466,6 +3473,7 @@ const useSectionStyles$5 = createUseStyles(theme => {
|
|
|
3466
3473
|
|
|
3467
3474
|
// padding: `${theme?.spacing?.padding?.regular}px ${theme?.spacing?.padding?.medium}px 0px ${theme?.spacing?.padding?.medium}px`
|
|
3468
3475
|
},
|
|
3476
|
+
|
|
3469
3477
|
imageContainerDiv: {
|
|
3470
3478
|
width: '50%',
|
|
3471
3479
|
position: 'relative'
|
|
@@ -3537,6 +3545,7 @@ const useSectionStyles$5 = createUseStyles(theme => {
|
|
|
3537
3545
|
width: '100%'
|
|
3538
3546
|
// padding: `${theme?.spacing?.padding?.medium}px ${theme?.spacing?.padding?.regular}px`
|
|
3539
3547
|
},
|
|
3548
|
+
|
|
3540
3549
|
imageContainer: {
|
|
3541
3550
|
height: 'unset !important',
|
|
3542
3551
|
'& img': {
|
|
@@ -3661,7 +3670,7 @@ function BannerCarouselLeft({
|
|
|
3661
3670
|
})))));
|
|
3662
3671
|
}
|
|
3663
3672
|
|
|
3664
|
-
var index$
|
|
3673
|
+
var index$j = /*#__PURE__*/Object.freeze({
|
|
3665
3674
|
__proto__: null,
|
|
3666
3675
|
'default': BannerCarouselLeft
|
|
3667
3676
|
});
|
|
@@ -4057,7 +4066,7 @@ function SubscribeToNewsletter({
|
|
|
4057
4066
|
})))))));
|
|
4058
4067
|
}
|
|
4059
4068
|
|
|
4060
|
-
var index$
|
|
4069
|
+
var index$i = /*#__PURE__*/Object.freeze({
|
|
4061
4070
|
__proto__: null,
|
|
4062
4071
|
'default': SubscribeToNewsletter
|
|
4063
4072
|
});
|
|
@@ -4345,7 +4354,7 @@ function Testimonials({
|
|
|
4345
4354
|
}));
|
|
4346
4355
|
}
|
|
4347
4356
|
|
|
4348
|
-
var index$
|
|
4357
|
+
var index$h = /*#__PURE__*/Object.freeze({
|
|
4349
4358
|
__proto__: null,
|
|
4350
4359
|
'default': Testimonials
|
|
4351
4360
|
});
|
|
@@ -4543,6 +4552,7 @@ const useVideoTestimonialStyles = createUseStyles(theme => {
|
|
|
4543
4552
|
fontFamily: theme?.typography?.fontFamily
|
|
4544
4553
|
// boxSizing: 'border-box'
|
|
4545
4554
|
},
|
|
4555
|
+
|
|
4546
4556
|
'& h2,& h3,& p': {
|
|
4547
4557
|
marginTop: '0'
|
|
4548
4558
|
}
|
|
@@ -4567,6 +4577,7 @@ const useVideoTestimonialStyles = createUseStyles(theme => {
|
|
|
4567
4577
|
wordBreak: 'break-word'
|
|
4568
4578
|
// marginBottom: '8px'
|
|
4569
4579
|
},
|
|
4580
|
+
|
|
4570
4581
|
videoTestimonialTitle: {
|
|
4571
4582
|
fontSize: theme.typography.fontSize.h2,
|
|
4572
4583
|
// lineHeight: '71px',
|
|
@@ -4749,7 +4760,7 @@ function VideoTestimonial({
|
|
|
4749
4760
|
}))))));
|
|
4750
4761
|
}
|
|
4751
4762
|
|
|
4752
|
-
var index$
|
|
4763
|
+
var index$g = /*#__PURE__*/Object.freeze({
|
|
4753
4764
|
__proto__: null,
|
|
4754
4765
|
'default': VideoTestimonial
|
|
4755
4766
|
});
|
|
@@ -4985,7 +4996,7 @@ function Video({
|
|
|
4985
4996
|
}, carouselContent))));
|
|
4986
4997
|
}
|
|
4987
4998
|
|
|
4988
|
-
var index$
|
|
4999
|
+
var index$f = /*#__PURE__*/Object.freeze({
|
|
4989
5000
|
__proto__: null,
|
|
4990
5001
|
'default': Video
|
|
4991
5002
|
});
|
|
@@ -5007,6 +5018,7 @@ const useSectionStyles$3 = createUseStyles(theme => ({
|
|
|
5007
5018
|
// }
|
|
5008
5019
|
// }
|
|
5009
5020
|
},
|
|
5021
|
+
|
|
5010
5022
|
sectionContainer: {
|
|
5011
5023
|
margin: '0 auto',
|
|
5012
5024
|
maxWidth: ({
|
|
@@ -5221,7 +5233,7 @@ function Info({
|
|
|
5221
5233
|
}, carouselContent))));
|
|
5222
5234
|
}
|
|
5223
5235
|
|
|
5224
|
-
var index$
|
|
5236
|
+
var index$e = /*#__PURE__*/Object.freeze({
|
|
5225
5237
|
__proto__: null,
|
|
5226
5238
|
'default': Info
|
|
5227
5239
|
});
|
|
@@ -5340,7 +5352,7 @@ const TextSection = ({
|
|
|
5340
5352
|
})))));
|
|
5341
5353
|
};
|
|
5342
5354
|
|
|
5343
|
-
var index$
|
|
5355
|
+
var index$d = /*#__PURE__*/Object.freeze({
|
|
5344
5356
|
__proto__: null,
|
|
5345
5357
|
'default': TextSection
|
|
5346
5358
|
});
|
|
@@ -5364,6 +5376,7 @@ const usePhotoGalleryStyles = createUseStyles(theme => {
|
|
|
5364
5376
|
// }
|
|
5365
5377
|
// }
|
|
5366
5378
|
},
|
|
5379
|
+
|
|
5367
5380
|
sectionContainer: {
|
|
5368
5381
|
margin: '0 auto',
|
|
5369
5382
|
maxWidth: ({
|
|
@@ -5394,6 +5407,7 @@ const usePhotoGalleryStyles = createUseStyles(theme => {
|
|
|
5394
5407
|
position: 'relative',
|
|
5395
5408
|
paddingBottom: '59.83%' // keeping aspect ratio 585x350
|
|
5396
5409
|
},
|
|
5410
|
+
|
|
5397
5411
|
contentRow: {
|
|
5398
5412
|
display: 'grid',
|
|
5399
5413
|
gridTemplateColumns: ({
|
|
@@ -5563,7 +5577,7 @@ function PhotoGallery({
|
|
|
5563
5577
|
}, carouselContent))));
|
|
5564
5578
|
}
|
|
5565
5579
|
|
|
5566
|
-
var index$
|
|
5580
|
+
var index$c = /*#__PURE__*/Object.freeze({
|
|
5567
5581
|
__proto__: null,
|
|
5568
5582
|
'default': PhotoGallery
|
|
5569
5583
|
});
|
|
@@ -5746,7 +5760,7 @@ const Accordion = ({
|
|
|
5746
5760
|
})));
|
|
5747
5761
|
};
|
|
5748
5762
|
|
|
5749
|
-
var index$
|
|
5763
|
+
var index$b = /*#__PURE__*/Object.freeze({
|
|
5750
5764
|
__proto__: null,
|
|
5751
5765
|
'default': FAQListing
|
|
5752
5766
|
});
|
|
@@ -5917,7 +5931,7 @@ const TextGrid = ({
|
|
|
5917
5931
|
}, carouselContent))));
|
|
5918
5932
|
};
|
|
5919
5933
|
|
|
5920
|
-
var index$
|
|
5934
|
+
var index$a = /*#__PURE__*/Object.freeze({
|
|
5921
5935
|
__proto__: null,
|
|
5922
5936
|
'default': TextGrid
|
|
5923
5937
|
});
|
|
@@ -5940,6 +5954,7 @@ const useCourseStyles = createUseStyles(theme => {
|
|
|
5940
5954
|
// }
|
|
5941
5955
|
// }
|
|
5942
5956
|
},
|
|
5957
|
+
|
|
5943
5958
|
sectionContainer: {
|
|
5944
5959
|
margin: '0 auto',
|
|
5945
5960
|
maxWidth: ({
|
|
@@ -5972,6 +5987,7 @@ const useCourseStyles = createUseStyles(theme => {
|
|
|
5972
5987
|
// textAlign: 'center',
|
|
5973
5988
|
// wordBreak: 'break-word'
|
|
5974
5989
|
},
|
|
5990
|
+
|
|
5975
5991
|
slickContainer: {
|
|
5976
5992
|
marginRight: '-20px'
|
|
5977
5993
|
},
|
|
@@ -6019,6 +6035,7 @@ const useCourseStyles = createUseStyles(theme => {
|
|
|
6019
6035
|
justifyContent: 'space-between'
|
|
6020
6036
|
//alignItems: 'center',
|
|
6021
6037
|
},
|
|
6038
|
+
|
|
6022
6039
|
courseCardTags: {
|
|
6023
6040
|
display: 'flex',
|
|
6024
6041
|
justifyContent: 'flex-start',
|
|
@@ -6049,6 +6066,7 @@ const useCourseStyles = createUseStyles(theme => {
|
|
|
6049
6066
|
// whiteSpace: 'nowrap',
|
|
6050
6067
|
// textOverflow: 'ellipsis'
|
|
6051
6068
|
},
|
|
6069
|
+
|
|
6052
6070
|
courseCardDiscount: {
|
|
6053
6071
|
display: 'flex',
|
|
6054
6072
|
justifyContent: 'flex-start',
|
|
@@ -6155,6 +6173,7 @@ const useCourseStyles = createUseStyles(theme => {
|
|
|
6155
6173
|
// whiteSpace: 'nowrap',
|
|
6156
6174
|
// textOverflow: 'ellipsis'
|
|
6157
6175
|
},
|
|
6176
|
+
|
|
6158
6177
|
singleCard: {
|
|
6159
6178
|
margin: '6px 2px'
|
|
6160
6179
|
// width: 'calc(100% - 12px)'
|
|
@@ -6444,7 +6463,7 @@ function SimpleCardsContainer({
|
|
|
6444
6463
|
}, children);
|
|
6445
6464
|
}
|
|
6446
6465
|
|
|
6447
|
-
var index$
|
|
6466
|
+
var index$9 = /*#__PURE__*/Object.freeze({
|
|
6448
6467
|
__proto__: null,
|
|
6449
6468
|
'default': courses
|
|
6450
6469
|
});
|
|
@@ -6526,6 +6545,7 @@ const useTeamStyles = createUseStyles(theme => {
|
|
|
6526
6545
|
padding: '24px'
|
|
6527
6546
|
// overflowWrap: 'break-word'
|
|
6528
6547
|
},
|
|
6548
|
+
|
|
6529
6549
|
teamDetailsHeading: {
|
|
6530
6550
|
fontSize: theme.typography.fontSize.h6,
|
|
6531
6551
|
fontWeight: theme.typography.fontWeight.bold,
|
|
@@ -6743,7 +6763,7 @@ function TeamCard({
|
|
|
6743
6763
|
}, " ", carouselContent)));
|
|
6744
6764
|
}
|
|
6745
6765
|
|
|
6746
|
-
var index$
|
|
6766
|
+
var index$8 = /*#__PURE__*/Object.freeze({
|
|
6747
6767
|
__proto__: null,
|
|
6748
6768
|
'default': TeamCard
|
|
6749
6769
|
});
|
|
@@ -6771,6 +6791,7 @@ const useSectionStyles$1 = createUseStyles(theme => ({
|
|
|
6771
6791
|
// }
|
|
6772
6792
|
// }
|
|
6773
6793
|
},
|
|
6794
|
+
|
|
6774
6795
|
formContainer: {
|
|
6775
6796
|
margin: '0 auto',
|
|
6776
6797
|
maxWidth: ({
|
|
@@ -6807,12 +6828,14 @@ const useSectionStyles$1 = createUseStyles(theme => ({
|
|
|
6807
6828
|
display: 'flex'
|
|
6808
6829
|
// alignItems: 'flex-start',
|
|
6809
6830
|
},
|
|
6831
|
+
|
|
6810
6832
|
leftContainerForm: {
|
|
6811
6833
|
width: '65%',
|
|
6812
6834
|
display: 'flex',
|
|
6813
6835
|
flexDirection: 'column'
|
|
6814
6836
|
// justifyContent: 'space-between'
|
|
6815
6837
|
},
|
|
6838
|
+
|
|
6816
6839
|
subtitle: {
|
|
6817
6840
|
// margin: '0 0 40px 0',
|
|
6818
6841
|
fontSize: theme.typography.fontSize.h5,
|
|
@@ -6880,6 +6903,7 @@ const useSectionStyles$1 = createUseStyles(theme => ({
|
|
|
6880
6903
|
width: '100%'
|
|
6881
6904
|
// padding: '0 16ox'
|
|
6882
6905
|
},
|
|
6906
|
+
|
|
6883
6907
|
rightContainer: {
|
|
6884
6908
|
width: '100%',
|
|
6885
6909
|
padding: '0'
|
|
@@ -7164,7 +7188,7 @@ function FormEnquiry({
|
|
|
7164
7188
|
})))))));
|
|
7165
7189
|
}
|
|
7166
7190
|
|
|
7167
|
-
var index$
|
|
7191
|
+
var index$7 = /*#__PURE__*/Object.freeze({
|
|
7168
7192
|
__proto__: null,
|
|
7169
7193
|
'default': FormEnquiry
|
|
7170
7194
|
});
|
|
@@ -7192,6 +7216,7 @@ const useSectionStyles = createUseStyles(theme => ({
|
|
|
7192
7216
|
// }
|
|
7193
7217
|
// }
|
|
7194
7218
|
},
|
|
7219
|
+
|
|
7195
7220
|
contactContainer: {
|
|
7196
7221
|
width: '100%',
|
|
7197
7222
|
margin: '0 auto',
|
|
@@ -7230,6 +7255,7 @@ const useSectionStyles = createUseStyles(theme => ({
|
|
|
7230
7255
|
// justifyContent: 'space-between',
|
|
7231
7256
|
// flex: 1
|
|
7232
7257
|
},
|
|
7258
|
+
|
|
7233
7259
|
subtitle: {
|
|
7234
7260
|
// margin: '0 0 auto 0',
|
|
7235
7261
|
fontSize: theme.typography.fontSize.h6,
|
|
@@ -7586,7 +7612,7 @@ function Contact({
|
|
|
7586
7612
|
})))))));
|
|
7587
7613
|
}
|
|
7588
7614
|
|
|
7589
|
-
var index$
|
|
7615
|
+
var index$6 = /*#__PURE__*/Object.freeze({
|
|
7590
7616
|
__proto__: null,
|
|
7591
7617
|
'default': Contact
|
|
7592
7618
|
});
|
|
@@ -7674,6 +7700,7 @@ const useWebinarPromotionPage = createUseStyles(theme => {
|
|
|
7674
7700
|
marginTop: '5%'
|
|
7675
7701
|
// padding: '0px 5% 0px 5%'
|
|
7676
7702
|
},
|
|
7703
|
+
|
|
7677
7704
|
iframe: {
|
|
7678
7705
|
position: 'absolute',
|
|
7679
7706
|
width: '100%',
|
|
@@ -8021,6 +8048,7 @@ const SingleVideoSlide$1 = props => {
|
|
|
8021
8048
|
value: data.isPaid ? buyNowText : registerNowText
|
|
8022
8049
|
// isExternal: 1
|
|
8023
8050
|
},
|
|
8051
|
+
|
|
8024
8052
|
onClick: webinarCtaClick,
|
|
8025
8053
|
type: 'primary',
|
|
8026
8054
|
size: 'medium',
|
|
@@ -8063,7 +8091,7 @@ function CoursePromotionPage$1({
|
|
|
8063
8091
|
}))));
|
|
8064
8092
|
}
|
|
8065
8093
|
|
|
8066
|
-
var index$
|
|
8094
|
+
var index$5 = /*#__PURE__*/Object.freeze({
|
|
8067
8095
|
__proto__: null,
|
|
8068
8096
|
'default': CoursePromotionPage$1
|
|
8069
8097
|
});
|
|
@@ -8089,6 +8117,7 @@ const useCoursePromotionPage = createUseStyles(theme => {
|
|
|
8089
8117
|
// }
|
|
8090
8118
|
// }
|
|
8091
8119
|
},
|
|
8120
|
+
|
|
8092
8121
|
sectionContainer: {
|
|
8093
8122
|
margin: '0 auto',
|
|
8094
8123
|
maxWidth: ({
|
|
@@ -8206,6 +8235,7 @@ const useCoursePromotionPage = createUseStyles(theme => {
|
|
|
8206
8235
|
// paddingBottom: '10px',
|
|
8207
8236
|
// paddingTop: '10px'
|
|
8208
8237
|
},
|
|
8238
|
+
|
|
8209
8239
|
bannerContainer: {
|
|
8210
8240
|
width: '100%',
|
|
8211
8241
|
background: theme?.colors?.bannerColor,
|
|
@@ -8220,6 +8250,7 @@ const useCoursePromotionPage = createUseStyles(theme => {
|
|
|
8220
8250
|
clipPath: 'polygon(0 0, 100% 0, 100% calc(100% - 10px), 0 calc(100% - 10px), 15px calc(50% - 10px/2))'
|
|
8221
8251
|
// marginBottom: '16px'
|
|
8222
8252
|
},
|
|
8253
|
+
|
|
8223
8254
|
bannerContainerText: {
|
|
8224
8255
|
transform: 'rotate(180deg)'
|
|
8225
8256
|
},
|
|
@@ -8332,6 +8363,7 @@ const useCoursePromotionPage = createUseStyles(theme => {
|
|
|
8332
8363
|
height: 'max-content'
|
|
8333
8364
|
// paddingRight: '10px'
|
|
8334
8365
|
},
|
|
8366
|
+
|
|
8335
8367
|
videoDetails: {
|
|
8336
8368
|
width: '100%'
|
|
8337
8369
|
},
|
|
@@ -8590,6 +8622,7 @@ const SingleVideoSlide = props => {
|
|
|
8590
8622
|
value: buyNowText
|
|
8591
8623
|
// isExternal: 1
|
|
8592
8624
|
},
|
|
8625
|
+
|
|
8593
8626
|
onClick: courseBuyNow,
|
|
8594
8627
|
type: 'primary',
|
|
8595
8628
|
size: 'medium',
|
|
@@ -8650,7 +8683,7 @@ function CoursePromotionPage({
|
|
|
8650
8683
|
}))));
|
|
8651
8684
|
}
|
|
8652
8685
|
|
|
8653
|
-
var index$
|
|
8686
|
+
var index$4 = /*#__PURE__*/Object.freeze({
|
|
8654
8687
|
__proto__: null,
|
|
8655
8688
|
'default': CoursePromotionPage
|
|
8656
8689
|
});
|
|
@@ -8694,6 +8727,7 @@ const useFormPageStyles = createUseStyles(theme => ({
|
|
|
8694
8727
|
// border: '1px solid #D8E0F0',
|
|
8695
8728
|
// borderRadius: '16px'
|
|
8696
8729
|
},
|
|
8730
|
+
|
|
8697
8731
|
inputFieldLabel: {
|
|
8698
8732
|
color: theme?.colors?.lightblack,
|
|
8699
8733
|
fontSize: theme.typography.fontSize.body,
|
|
@@ -9006,6 +9040,7 @@ const FormPage = ({
|
|
|
9006
9040
|
value: countryCode === 'KR' ? '제출하기' : 'SUBMIT'
|
|
9007
9041
|
// isExternal: 1
|
|
9008
9042
|
},
|
|
9043
|
+
|
|
9009
9044
|
type: 'primary',
|
|
9010
9045
|
size: 'medium',
|
|
9011
9046
|
target: null,
|
|
@@ -9013,7 +9048,7 @@ const FormPage = ({
|
|
|
9013
9048
|
})))));
|
|
9014
9049
|
};
|
|
9015
9050
|
|
|
9016
|
-
var index$
|
|
9051
|
+
var index$3 = /*#__PURE__*/Object.freeze({
|
|
9017
9052
|
__proto__: null,
|
|
9018
9053
|
'default': FormPage
|
|
9019
9054
|
});
|
|
@@ -9161,7 +9196,7 @@ function Tiles({
|
|
|
9161
9196
|
}, TileDiv)));
|
|
9162
9197
|
}
|
|
9163
9198
|
|
|
9164
|
-
var index$
|
|
9199
|
+
var index$2 = /*#__PURE__*/Object.freeze({
|
|
9165
9200
|
__proto__: null,
|
|
9166
9201
|
'default': Tiles
|
|
9167
9202
|
});
|
|
@@ -9188,6 +9223,7 @@ const useEmailStyles = createUseStyles(theme => ({
|
|
|
9188
9223
|
height: '48px'
|
|
9189
9224
|
/* margin: 18px 0px; */
|
|
9190
9225
|
},
|
|
9226
|
+
|
|
9191
9227
|
'p-young-guru-title': {
|
|
9192
9228
|
fontFamily: theme?.typography?.fontFamily,
|
|
9193
9229
|
fontStyle: 'normal',
|
|
@@ -9215,6 +9251,7 @@ const useEmailStyles = createUseStyles(theme => ({
|
|
|
9215
9251
|
textAlign: 'center'
|
|
9216
9252
|
/* padding:35px 0 40px */
|
|
9217
9253
|
},
|
|
9254
|
+
|
|
9218
9255
|
'two-columns .column': {
|
|
9219
9256
|
width: '100%',
|
|
9220
9257
|
maxWidth: '275px',
|
|
@@ -9634,11 +9671,235 @@ function EmailDripMarket({
|
|
|
9634
9671
|
})));
|
|
9635
9672
|
}
|
|
9636
9673
|
|
|
9637
|
-
var index = /*#__PURE__*/Object.freeze({
|
|
9674
|
+
var index$1 = /*#__PURE__*/Object.freeze({
|
|
9638
9675
|
__proto__: null,
|
|
9639
9676
|
'default': EmailDripMarket
|
|
9640
9677
|
});
|
|
9641
9678
|
|
|
9679
|
+
const useAboutInstituteStyles = createUseStyles(theme => ({
|
|
9680
|
+
aboutInstWrapper: {
|
|
9681
|
+
padding: '64px 128px',
|
|
9682
|
+
display: 'flex',
|
|
9683
|
+
justifyContent: 'center',
|
|
9684
|
+
alignItems: 'center',
|
|
9685
|
+
flexDirection: 'column'
|
|
9686
|
+
},
|
|
9687
|
+
abtoutInstText: {
|
|
9688
|
+
color: theme?.palette?.font?.secondary,
|
|
9689
|
+
fontWeight: '400',
|
|
9690
|
+
fontSize: theme.typography.fontSize.subHead,
|
|
9691
|
+
lineHeight: '20px',
|
|
9692
|
+
textAlign: 'center',
|
|
9693
|
+
textTransform: 'uppercase',
|
|
9694
|
+
wordBreak: 'break-word'
|
|
9695
|
+
},
|
|
9696
|
+
aboutInstHeader: {
|
|
9697
|
+
fontSize: theme.typography.fontSize.h2,
|
|
9698
|
+
lineHeight: '70px',
|
|
9699
|
+
color: theme?.palette?.font?.default,
|
|
9700
|
+
marginTop: '8px',
|
|
9701
|
+
marginBottom: theme.spacing.margin.tiny,
|
|
9702
|
+
textAlign: 'center'
|
|
9703
|
+
},
|
|
9704
|
+
imageContainer: {
|
|
9705
|
+
padding: '24px',
|
|
9706
|
+
width: '240px',
|
|
9707
|
+
height: '240px',
|
|
9708
|
+
borderRadius: '16px',
|
|
9709
|
+
border: '1px solid var(--stroke, #D8E0F0)'
|
|
9710
|
+
},
|
|
9711
|
+
image: {
|
|
9712
|
+
maxWidth: '100%',
|
|
9713
|
+
maxHeight: '100%',
|
|
9714
|
+
margin: 'auto',
|
|
9715
|
+
borderRadius: '50%'
|
|
9716
|
+
},
|
|
9717
|
+
infoContainer: {
|
|
9718
|
+
flex: 1,
|
|
9719
|
+
padding: '24px',
|
|
9720
|
+
gap: '16px',
|
|
9721
|
+
display: 'flex',
|
|
9722
|
+
flexDirection: 'column',
|
|
9723
|
+
borderRadius: '16px',
|
|
9724
|
+
background: 'var(--Blue-Tertiary, #F4F9FF)'
|
|
9725
|
+
},
|
|
9726
|
+
metaInfo: {
|
|
9727
|
+
display: 'flex'
|
|
9728
|
+
},
|
|
9729
|
+
metaInfoChild: {
|
|
9730
|
+
display: 'flex'
|
|
9731
|
+
},
|
|
9732
|
+
contentWrapper: {
|
|
9733
|
+
display: 'flex',
|
|
9734
|
+
gap: '24px'
|
|
9735
|
+
},
|
|
9736
|
+
cardWrapper: {
|
|
9737
|
+
display: 'flex',
|
|
9738
|
+
width: '100%',
|
|
9739
|
+
gap: '24px'
|
|
9740
|
+
},
|
|
9741
|
+
card: {
|
|
9742
|
+
padding: '24px',
|
|
9743
|
+
display: 'flex',
|
|
9744
|
+
justifyContent: 'space-between',
|
|
9745
|
+
borderRadius: '16px',
|
|
9746
|
+
background: 'var(--Blue-Tertiary, #F4F9FF)',
|
|
9747
|
+
width: '100%'
|
|
9748
|
+
},
|
|
9749
|
+
cardDesc: {
|
|
9750
|
+
display: 'flex',
|
|
9751
|
+
flexDirection: 'column'
|
|
9752
|
+
},
|
|
9753
|
+
// SMALL SCREEN
|
|
9754
|
+
'@media screen and (max-width: 767px)': {
|
|
9755
|
+
imageContainer: {
|
|
9756
|
+
padding: '15px',
|
|
9757
|
+
width: '150px',
|
|
9758
|
+
height: '150px',
|
|
9759
|
+
borderRadius: '10px',
|
|
9760
|
+
border: '1px solid var(--stroke, #D8E0F0)'
|
|
9761
|
+
},
|
|
9762
|
+
infoContainer: {},
|
|
9763
|
+
cardWrapper: {
|
|
9764
|
+
flexDirection: 'Column'
|
|
9765
|
+
},
|
|
9766
|
+
aboutInstWrapper: {
|
|
9767
|
+
padding: '16px 0'
|
|
9768
|
+
},
|
|
9769
|
+
aboutInstHeader: {
|
|
9770
|
+
lineHeight: '36px',
|
|
9771
|
+
color: theme?.palette?.font?.default,
|
|
9772
|
+
margin: '0px 0 12px 0',
|
|
9773
|
+
textAlign: 'center'
|
|
9774
|
+
}
|
|
9775
|
+
}
|
|
9776
|
+
}));
|
|
9777
|
+
|
|
9778
|
+
function ABOUT_INSTITUTE({
|
|
9779
|
+
sectionData,
|
|
9780
|
+
sectionIndex
|
|
9781
|
+
}) {
|
|
9782
|
+
const {
|
|
9783
|
+
layout: {
|
|
9784
|
+
containerWidth
|
|
9785
|
+
},
|
|
9786
|
+
baseURLs,
|
|
9787
|
+
isMobile,
|
|
9788
|
+
validations,
|
|
9789
|
+
isPreview,
|
|
9790
|
+
isEdit,
|
|
9791
|
+
isLandingPages,
|
|
9792
|
+
extraProps
|
|
9793
|
+
} = useContext(PageContext);
|
|
9794
|
+
const classes = useAboutInstituteStyles({
|
|
9795
|
+
containerWidth,
|
|
9796
|
+
isMobile
|
|
9797
|
+
});
|
|
9798
|
+
const [nodeData] = sectionData?.components;
|
|
9799
|
+
const [infoNodeData] = nodeData?.info?.components;
|
|
9800
|
+
const theme = useTheme();
|
|
9801
|
+
const ImageJSX = () => /*#__PURE__*/React.createElement("div", {
|
|
9802
|
+
className: classes.imageContainer
|
|
9803
|
+
}, /*#__PURE__*/React.createElement(NextImageRenderer, {
|
|
9804
|
+
className: classes.image,
|
|
9805
|
+
alt: "logo",
|
|
9806
|
+
src: nodeData.image.metadata.value
|
|
9807
|
+
}));
|
|
9808
|
+
const ContentJSX = () => /*#__PURE__*/React.createElement("div", {
|
|
9809
|
+
className: classes.infoContainer
|
|
9810
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
9811
|
+
ref: nodeData?.your_name?.refSetter,
|
|
9812
|
+
dangerouslySetInnerHTML: {
|
|
9813
|
+
__html: infoNodeData?.your_name?.metadata?.value
|
|
9814
|
+
}
|
|
9815
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
9816
|
+
className: classes.metaInfo
|
|
9817
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
9818
|
+
className: classes.metaInfoChild
|
|
9819
|
+
}, /*#__PURE__*/React.createElement(Icon, {
|
|
9820
|
+
name: 'Location',
|
|
9821
|
+
color: theme.palette.font.primary,
|
|
9822
|
+
width: '12px'
|
|
9823
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
9824
|
+
ref: nodeData?.specialisation?.refSetter,
|
|
9825
|
+
dangerouslySetInnerHTML: {
|
|
9826
|
+
__html: infoNodeData?.specialisation?.metadata?.value
|
|
9827
|
+
}
|
|
9828
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
9829
|
+
className: classes.metaInfoChild
|
|
9830
|
+
}, /*#__PURE__*/React.createElement(Icon, {
|
|
9831
|
+
name: 'Location',
|
|
9832
|
+
color: theme.palette.font.primary,
|
|
9833
|
+
width: '12px'
|
|
9834
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
9835
|
+
ref: nodeData?.qualification?.refSetter,
|
|
9836
|
+
dangerouslySetInnerHTML: {
|
|
9837
|
+
__html: infoNodeData?.qualification?.metadata?.value
|
|
9838
|
+
}
|
|
9839
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
9840
|
+
className: classes.metaInfoChild
|
|
9841
|
+
}, /*#__PURE__*/React.createElement(Icon, {
|
|
9842
|
+
name: 'Location',
|
|
9843
|
+
color: theme.palette.font.primary,
|
|
9844
|
+
width: '12px'
|
|
9845
|
+
}), /*#__PURE__*/React.createElement("div", {
|
|
9846
|
+
ref: nodeData?.experience?.refSetter,
|
|
9847
|
+
dangerouslySetInnerHTML: {
|
|
9848
|
+
__html: infoNodeData?.experience?.metadata?.value
|
|
9849
|
+
}
|
|
9850
|
+
}))), /*#__PURE__*/React.createElement("div", {
|
|
9851
|
+
ref: nodeData?.institute_about?.refSetter,
|
|
9852
|
+
dangerouslySetInnerHTML: {
|
|
9853
|
+
__html: infoNodeData?.institute_about?.metadata?.value
|
|
9854
|
+
}
|
|
9855
|
+
}));
|
|
9856
|
+
const HighlightJSX = () => /*#__PURE__*/React.createElement("div", {
|
|
9857
|
+
className: classes.cardWrapper
|
|
9858
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
9859
|
+
className: classes.card
|
|
9860
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
9861
|
+
className: classes.cardDesc
|
|
9862
|
+
}, /*#__PURE__*/React.createElement("span", null, "97"), /*#__PURE__*/React.createElement("span", null, "Courses")), /*#__PURE__*/React.createElement(Icon, {
|
|
9863
|
+
name: 'Location',
|
|
9864
|
+
color: theme.palette.font.primary,
|
|
9865
|
+
width: '12px'
|
|
9866
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
9867
|
+
className: classes.card
|
|
9868
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
9869
|
+
className: classes.cardDesc
|
|
9870
|
+
}, /*#__PURE__*/React.createElement("span", null, "10,0000"), /*#__PURE__*/React.createElement("span", null, "Active Students")), /*#__PURE__*/React.createElement(Icon, {
|
|
9871
|
+
name: 'Location',
|
|
9872
|
+
color: theme.palette.font.primary,
|
|
9873
|
+
width: '12px'
|
|
9874
|
+
})));
|
|
9875
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
9876
|
+
className: classes.aboutInstWrapper
|
|
9877
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
9878
|
+
className: classes.aboutInstText
|
|
9879
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
9880
|
+
ref: nodeData?.heading?.refSetter,
|
|
9881
|
+
dangerouslySetInnerHTML: {
|
|
9882
|
+
__html: nodeData?.heading?.metadata?.value
|
|
9883
|
+
}
|
|
9884
|
+
})), /*#__PURE__*/React.createElement("h2", {
|
|
9885
|
+
className: classes.aboutInstHeader
|
|
9886
|
+
}, /*#__PURE__*/React.createElement("span", {
|
|
9887
|
+
ref: nodeData?.title?.refSetter,
|
|
9888
|
+
dangerouslySetInnerHTML: {
|
|
9889
|
+
__html: nodeData?.title?.metadata?.value
|
|
9890
|
+
}
|
|
9891
|
+
})), isMobile ? /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
|
9892
|
+
className: classes.contentWrapper
|
|
9893
|
+
}, /*#__PURE__*/React.createElement(ImageJSX, null), /*#__PURE__*/React.createElement(HighlightJSX, null)), /*#__PURE__*/React.createElement(ContentJSX, null)) : /*#__PURE__*/React.createElement(React.Fragment, null, /*#__PURE__*/React.createElement("div", {
|
|
9894
|
+
className: classes.contentWrapper
|
|
9895
|
+
}, /*#__PURE__*/React.createElement(ImageJSX, null), /*#__PURE__*/React.createElement(ContentJSX, null)), /*#__PURE__*/React.createElement(HighlightJSX, null)));
|
|
9896
|
+
}
|
|
9897
|
+
|
|
9898
|
+
var index = /*#__PURE__*/Object.freeze({
|
|
9899
|
+
__proto__: null,
|
|
9900
|
+
'default': ABOUT_INSTITUTE
|
|
9901
|
+
});
|
|
9902
|
+
|
|
9642
9903
|
const TYPE_TO_COMPONENT_MAP = {
|
|
9643
9904
|
BANNER_CAROUSEL_RIGHT: BannerCarouselRight,
|
|
9644
9905
|
GRID_CARD: List,
|
|
@@ -9661,7 +9922,8 @@ const TYPE_TO_COMPONENT_MAP = {
|
|
|
9661
9922
|
COURSE_LANDING_PAGE: CoursePromotionPage,
|
|
9662
9923
|
FORM_LANDING_PAGE: FormPage,
|
|
9663
9924
|
TILES_SECTION: Tiles,
|
|
9664
|
-
EMAIL_DRIP_MARKET: EmailDripMarket
|
|
9925
|
+
EMAIL_DRIP_MARKET: EmailDripMarket,
|
|
9926
|
+
ABOUT_INSTITUTE
|
|
9665
9927
|
};
|
|
9666
9928
|
const getCompToRender = type => TYPE_TO_COMPONENT_MAP[type] || (() => null);
|
|
9667
9929
|
const MemoisedSection = /*#__PURE__*/memo(({
|