@bigbinary/neeto-site-blocks 1.8.5 → 1.8.7
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/dist/index.cjs.js +54 -81
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +1 -1
- package/dist/index.js +54 -81
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -16403,7 +16403,8 @@ var Typography = function Typography(_ref) {
|
|
|
16403
16403
|
}, otherProps), isTitle ? children : /*#__PURE__*/React__default["default"].createElement(StyledInterweave, {
|
|
16404
16404
|
className: "neeto-editor-content",
|
|
16405
16405
|
content: children,
|
|
16406
|
-
fontSize: style.fontSize
|
|
16406
|
+
fontSize: style.fontSize,
|
|
16407
|
+
tagName: "p"
|
|
16407
16408
|
}));
|
|
16408
16409
|
};
|
|
16409
16410
|
Typography.displayName = "Typography";
|
|
@@ -16439,12 +16440,13 @@ var BlogContent = function BlogContent(_ref) {
|
|
|
16439
16440
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
16440
16441
|
isTitle: true,
|
|
16441
16442
|
className: textClasses,
|
|
16442
|
-
component: "
|
|
16443
|
+
component: "h3",
|
|
16443
16444
|
id: "blog-content-title",
|
|
16444
16445
|
style: design.title
|
|
16445
16446
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
16446
16447
|
isTitle: true,
|
|
16447
16448
|
className: textClasses,
|
|
16449
|
+
component: "p",
|
|
16448
16450
|
id: "blog-content-description",
|
|
16449
16451
|
style: design.description
|
|
16450
16452
|
}, otherProps), description), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -16492,12 +16494,11 @@ var CardsClassic = function CardsClassic(_ref) {
|
|
|
16492
16494
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
16493
16495
|
isTitle: true,
|
|
16494
16496
|
className: "col-span-12",
|
|
16495
|
-
component: "
|
|
16497
|
+
component: "h3",
|
|
16496
16498
|
id: "cards-classic-title",
|
|
16497
16499
|
style: design.title
|
|
16498
16500
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
16499
16501
|
className: "col-span-12",
|
|
16500
|
-
component: "p",
|
|
16501
16502
|
id: "cards-classic-description",
|
|
16502
16503
|
style: design.description
|
|
16503
16504
|
}, otherProps), description), cards.map(function (_ref2, index) {
|
|
@@ -16505,7 +16506,7 @@ var CardsClassic = function CardsClassic(_ref) {
|
|
|
16505
16506
|
description = _ref2.description,
|
|
16506
16507
|
href = _ref2.href;
|
|
16507
16508
|
return /*#__PURE__*/React__default["default"].createElement(StyledWrapper, {
|
|
16508
|
-
className: "ns-card-animation col-span-12 flex h-
|
|
16509
|
+
className: "ns-card-animation col-span-12 flex h-full min-h-52 cursor-pointer flex-col sm:col-span-6",
|
|
16509
16510
|
design: design.card,
|
|
16510
16511
|
key: getUniqueKey(title, description, index),
|
|
16511
16512
|
onClick: function onClick() {
|
|
@@ -16514,13 +16515,11 @@ var CardsClassic = function CardsClassic(_ref) {
|
|
|
16514
16515
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
16515
16516
|
index: index,
|
|
16516
16517
|
isTitle: true,
|
|
16517
|
-
|
|
16518
|
-
component: "h1",
|
|
16518
|
+
component: "h4",
|
|
16519
16519
|
id: "cards-classic-cards-".concat(index, "-title"),
|
|
16520
16520
|
style: design.cardTitle
|
|
16521
16521
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
16522
16522
|
index: index,
|
|
16523
|
-
className: "ns-card-truncation ns-card-line-clamp-3",
|
|
16524
16523
|
component: "p",
|
|
16525
16524
|
id: "cards-classic-cards-".concat(index, "-description"),
|
|
16526
16525
|
style: design.cardDescription
|
|
@@ -21385,15 +21384,12 @@ var CardsInGridView = function CardsInGridView(_ref) {
|
|
|
21385
21384
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
21386
21385
|
index: index,
|
|
21387
21386
|
isTitle: true,
|
|
21388
|
-
|
|
21389
|
-
component: "h1",
|
|
21387
|
+
component: "h5",
|
|
21390
21388
|
id: "cards-in-grid-view-".concat(index, "-title"),
|
|
21391
21389
|
style: design.cardTitle
|
|
21392
21390
|
}, title), /*#__PURE__*/React__default["default"].createElement(Typography$1, {
|
|
21393
21391
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
21394
21392
|
index: index,
|
|
21395
|
-
className: "ns-card-truncation ns-card-line-clamp-2",
|
|
21396
|
-
component: "p",
|
|
21397
21393
|
id: "cards-in-grid-view-".concat(index, "-description"),
|
|
21398
21394
|
style: design.cardDescription
|
|
21399
21395
|
}, description)));
|
|
@@ -21413,7 +21409,7 @@ var CardsInGridView = function CardsInGridView(_ref) {
|
|
|
21413
21409
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
21414
21410
|
isTitle: true,
|
|
21415
21411
|
className: "col-span-12",
|
|
21416
|
-
component: "
|
|
21412
|
+
component: "h3",
|
|
21417
21413
|
id: "cards-in-grid-view-title",
|
|
21418
21414
|
style: design.title
|
|
21419
21415
|
}, title), /*#__PURE__*/React__default["default"].createElement(ArrowButton, {
|
|
@@ -21483,13 +21479,12 @@ var CardsInGridView = function CardsInGridView(_ref) {
|
|
|
21483
21479
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
21484
21480
|
isTitle: true,
|
|
21485
21481
|
className: "col-span-12",
|
|
21486
|
-
component: "
|
|
21482
|
+
component: "h3",
|
|
21487
21483
|
id: "cards-in-grid-view-title",
|
|
21488
21484
|
style: design.title
|
|
21489
21485
|
}, title), /*#__PURE__*/React__default["default"].createElement(Typography$1, {
|
|
21490
21486
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
21491
21487
|
className: "col-span-12",
|
|
21492
|
-
component: "p",
|
|
21493
21488
|
id: "cards-in-grid-view-description",
|
|
21494
21489
|
style: design.description
|
|
21495
21490
|
}, description), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -21535,7 +21530,7 @@ var CardsWithCustomizableGrid = function CardsWithCustomizableGrid(_ref) {
|
|
|
21535
21530
|
isBorderRequired = properties.isBorderRequired,
|
|
21536
21531
|
src = properties.backgroundImage.src;
|
|
21537
21532
|
var baseClasses = "grid grid-cols-12 sm:gap-x-4 gap-y-4 items-center ns-card";
|
|
21538
|
-
var gridBaseClasses = classnames("col-span-12 h-56 flex flex-col gap-2 ns-card-animation cursor-pointer", {
|
|
21533
|
+
var gridBaseClasses = classnames("col-span-12 min-h-56 flex flex-col gap-2 ns-card-animation cursor-pointer", {
|
|
21539
21534
|
"sm:col-span-6 lg:col-span-4": gridCount === 3,
|
|
21540
21535
|
"sm:col-span-6": gridCount === 2,
|
|
21541
21536
|
"lg:col-span-3 sm:col-span-6": gridCount === 4
|
|
@@ -21552,12 +21547,11 @@ var CardsWithCustomizableGrid = function CardsWithCustomizableGrid(_ref) {
|
|
|
21552
21547
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
21553
21548
|
isTitle: true,
|
|
21554
21549
|
className: "col-span-12",
|
|
21555
|
-
component: "
|
|
21550
|
+
component: "h3",
|
|
21556
21551
|
id: "cards-with-customizable-grid-title",
|
|
21557
21552
|
style: design.title
|
|
21558
21553
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
21559
21554
|
className: "col-span-12",
|
|
21560
|
-
component: "p",
|
|
21561
21555
|
id: "cards-with-customizable-grid-description",
|
|
21562
21556
|
style: design.description
|
|
21563
21557
|
}, otherProps), description), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -21580,13 +21574,11 @@ var CardsWithCustomizableGrid = function CardsWithCustomizableGrid(_ref) {
|
|
|
21580
21574
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
21581
21575
|
index: index,
|
|
21582
21576
|
isTitle: true,
|
|
21583
|
-
|
|
21584
|
-
component: "h1",
|
|
21577
|
+
component: "h4",
|
|
21585
21578
|
id: "cards-with-customizable-grid-card-".concat(index, "-title"),
|
|
21586
21579
|
style: design.cardTitle
|
|
21587
21580
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
21588
21581
|
index: index,
|
|
21589
|
-
component: "p",
|
|
21590
21582
|
id: "cards-with-customizable-grid-card-".concat(index, "-description"),
|
|
21591
21583
|
style: design.cardDescription
|
|
21592
21584
|
}, otherProps), description));
|
|
@@ -21635,12 +21627,11 @@ var CardsWithImage = function CardsWithImage(_ref) {
|
|
|
21635
21627
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
21636
21628
|
isTitle: true,
|
|
21637
21629
|
className: "col-span-12",
|
|
21638
|
-
component: "
|
|
21630
|
+
component: "h3",
|
|
21639
21631
|
id: "cards-with-image-title",
|
|
21640
21632
|
style: design.title
|
|
21641
21633
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
21642
21634
|
className: "col-span-12 sm:col-span-8 sm:col-start-3",
|
|
21643
|
-
component: "h1",
|
|
21644
21635
|
id: "cards-with-image-description",
|
|
21645
21636
|
style: design.description
|
|
21646
21637
|
}, otherProps), description), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -21672,7 +21663,7 @@ var CardsWithImage = function CardsWithImage(_ref) {
|
|
|
21672
21663
|
index: index,
|
|
21673
21664
|
isTitle: true,
|
|
21674
21665
|
className: "ns-card-truncation ns-card-line-clamp-4",
|
|
21675
|
-
component: "
|
|
21666
|
+
component: "h4",
|
|
21676
21667
|
id: "cards-with-image-".concat(index, "-title"),
|
|
21677
21668
|
style: design.cardTitle
|
|
21678
21669
|
}, otherProps), title)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -21732,11 +21723,10 @@ var CtaClassic = function CtaClassic(_ref) {
|
|
|
21732
21723
|
className: "col-span-12 sm:col-span-8 sm:col-start-3 lg:col-span-6 lg:col-start-4"
|
|
21733
21724
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
21734
21725
|
isTitle: true,
|
|
21735
|
-
component: "
|
|
21726
|
+
component: "h3",
|
|
21736
21727
|
id: "cta-classic-title",
|
|
21737
21728
|
style: design.title
|
|
21738
21729
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
21739
|
-
component: "p",
|
|
21740
21730
|
id: "cta-classic-description",
|
|
21741
21731
|
style: design.description
|
|
21742
21732
|
}, otherProps), description)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -39316,11 +39306,10 @@ var CtaWithEmailAction = function CtaWithEmailAction(_ref) {
|
|
|
39316
39306
|
className: "col-span-12 sm:col-span-8 sm:col-start-3 lg:col-span-6 lg:col-start-4"
|
|
39317
39307
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39318
39308
|
isTitle: true,
|
|
39319
|
-
component: "
|
|
39309
|
+
component: "h3",
|
|
39320
39310
|
id: "cta-with-email-action-title",
|
|
39321
39311
|
style: design.title
|
|
39322
39312
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39323
|
-
component: "p",
|
|
39324
39313
|
id: "cta-with-email-action-description",
|
|
39325
39314
|
style: design.description
|
|
39326
39315
|
}, otherProps), description)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -39353,7 +39342,6 @@ var CtaWithEmailAction = function CtaWithEmailAction(_ref) {
|
|
|
39353
39342
|
style: design.successMessage
|
|
39354
39343
|
}, response.message)), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39355
39344
|
className: "col-span-10 col-start-2 sm:col-span-4 sm:col-start-5",
|
|
39356
|
-
component: "p",
|
|
39357
39345
|
id: "cta-with-email-action-promotion-text",
|
|
39358
39346
|
style: design.promotionText
|
|
39359
39347
|
}, otherProps), promotionText));
|
|
@@ -39398,11 +39386,10 @@ var CtaWithLogo = function CtaWithLogo(_ref) {
|
|
|
39398
39386
|
className: "col-span-12 sm:col-span-6 sm:col-start-3 lg:col-span-7"
|
|
39399
39387
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39400
39388
|
isTitle: true,
|
|
39401
|
-
component: "
|
|
39389
|
+
component: "h4",
|
|
39402
39390
|
id: "cta-with-logo-title",
|
|
39403
39391
|
style: design.title
|
|
39404
39392
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39405
|
-
component: "p",
|
|
39406
39393
|
id: "cta-with-logo-description",
|
|
39407
39394
|
style: design.description
|
|
39408
39395
|
}, otherProps), description)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -39467,7 +39454,7 @@ var FaqWithHamburgerView = function FaqWithHamburgerView(_ref) {
|
|
|
39467
39454
|
className: "col-span-12 sm:col-span-6 sm:col-start-4"
|
|
39468
39455
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39469
39456
|
isTitle: true,
|
|
39470
|
-
component: "
|
|
39457
|
+
component: "h3",
|
|
39471
39458
|
id: "faq-with-accordion-title",
|
|
39472
39459
|
style: design.title
|
|
39473
39460
|
}, otherProps), title)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -39511,7 +39498,7 @@ var FAQItem = function FAQItem(_ref3) {
|
|
|
39511
39498
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39512
39499
|
index: index,
|
|
39513
39500
|
isTitle: true,
|
|
39514
|
-
component: "
|
|
39501
|
+
component: "h6",
|
|
39515
39502
|
id: "faq-with-accordion-".concat(index, "-question"),
|
|
39516
39503
|
style: design.question
|
|
39517
39504
|
}, otherProps), question), /*#__PURE__*/React__default["default"].createElement(motion.div, {
|
|
@@ -39558,7 +39545,6 @@ var FAQItem = function FAQItem(_ref3) {
|
|
|
39558
39545
|
}
|
|
39559
39546
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39560
39547
|
index: index,
|
|
39561
|
-
component: "p",
|
|
39562
39548
|
id: "faq-with-accordion-".concat(index, "-answer"),
|
|
39563
39549
|
style: design.answer
|
|
39564
39550
|
}, otherProps), answer)))));
|
|
@@ -39615,11 +39601,10 @@ var FeatureWithBulletList = function FeatureWithBulletList(_ref) {
|
|
|
39615
39601
|
className: "col-span-12 sm:col-span-5"
|
|
39616
39602
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39617
39603
|
isTitle: true,
|
|
39618
|
-
component: "
|
|
39604
|
+
component: "h3",
|
|
39619
39605
|
id: "feature-with-bullet-list-title",
|
|
39620
39606
|
style: design.title
|
|
39621
39607
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39622
|
-
component: "p",
|
|
39623
39608
|
id: "feature-with-bullet-list-description",
|
|
39624
39609
|
style: design.description
|
|
39625
39610
|
}, otherProps), description)), /*#__PURE__*/React__default["default"].createElement(BulletList, null));
|
|
@@ -39672,7 +39657,7 @@ var FeatureWithDetails = function FeatureWithDetails(_ref) {
|
|
|
39672
39657
|
className: contentBaseClasses
|
|
39673
39658
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39674
39659
|
isTitle: true,
|
|
39675
|
-
component: "
|
|
39660
|
+
component: "h3",
|
|
39676
39661
|
id: "feature-with-details-title",
|
|
39677
39662
|
style: design.title
|
|
39678
39663
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
@@ -39699,12 +39684,11 @@ var FeatureWithDetails = function FeatureWithDetails(_ref) {
|
|
|
39699
39684
|
}, design.icon))), /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39700
39685
|
index: index,
|
|
39701
39686
|
isTitle: true,
|
|
39702
|
-
component: "
|
|
39687
|
+
component: "h5",
|
|
39703
39688
|
id: "feature-with-details-features-".concat(index, "-title"),
|
|
39704
39689
|
style: design.featureTitle
|
|
39705
39690
|
}, otherProps), featureTitle), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39706
39691
|
index: index,
|
|
39707
|
-
component: "p",
|
|
39708
39692
|
id: "feature-with-details-features-".concat(index, "-description"),
|
|
39709
39693
|
style: design.featureDescription
|
|
39710
39694
|
}, otherProps), featureDescription)));
|
|
@@ -39762,11 +39746,10 @@ var FeatureWithGrid = function FeatureWithGrid(_ref) {
|
|
|
39762
39746
|
className: "col-span-12 sm:col-span-8 sm:col-start-3 lg:col-span-6 lg:col-start-4"
|
|
39763
39747
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39764
39748
|
isTitle: true,
|
|
39765
|
-
component: "
|
|
39749
|
+
component: "h3",
|
|
39766
39750
|
id: "feature-with-grid-title",
|
|
39767
39751
|
style: design.title
|
|
39768
39752
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39769
|
-
component: "p",
|
|
39770
39753
|
id: "feature-with-grid-description",
|
|
39771
39754
|
style: design.description
|
|
39772
39755
|
}, otherProps), description), /*#__PURE__*/React__default["default"].createElement(Media, {
|
|
@@ -39799,12 +39782,11 @@ var FeatureWithGrid = function FeatureWithGrid(_ref) {
|
|
|
39799
39782
|
}), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39800
39783
|
index: index,
|
|
39801
39784
|
isTitle: true,
|
|
39802
|
-
component: "
|
|
39785
|
+
component: "h5",
|
|
39803
39786
|
id: "feature-with-grid-".concat(index, "-title"),
|
|
39804
39787
|
style: design.featureTitle
|
|
39805
39788
|
}, otherProps), featureTitle), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39806
39789
|
index: index,
|
|
39807
|
-
component: "p",
|
|
39808
39790
|
id: "feature-with-grid-".concat(index, "-description"),
|
|
39809
39791
|
style: design.featureDescription
|
|
39810
39792
|
}, otherProps), featureDescription));
|
|
@@ -39853,11 +39835,10 @@ var FeatureWithImage = function FeatureWithImage(_ref) {
|
|
|
39853
39835
|
className: featureClasses
|
|
39854
39836
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39855
39837
|
isTitle: true,
|
|
39856
|
-
component: "
|
|
39838
|
+
component: "h3",
|
|
39857
39839
|
id: "feature-with-image-title",
|
|
39858
39840
|
style: design.title
|
|
39859
39841
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39860
|
-
component: "p",
|
|
39861
39842
|
id: "feature-with-image-description",
|
|
39862
39843
|
style: design.description
|
|
39863
39844
|
}, otherProps), description)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -39910,12 +39891,14 @@ var FeatureWithJumboText = function FeatureWithJumboText(_ref) {
|
|
|
39910
39891
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39911
39892
|
isTitle: true,
|
|
39912
39893
|
className: titleBaseClasses,
|
|
39894
|
+
component: "h1",
|
|
39913
39895
|
id: "feature-with-jumbo-text-main-title",
|
|
39914
39896
|
style: design.mainTitle
|
|
39915
39897
|
}, otherProps), mainTitle), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
39916
39898
|
className: subTitleBaseClasses
|
|
39917
39899
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39918
39900
|
isTitle: true,
|
|
39901
|
+
component: "h4",
|
|
39919
39902
|
id: "feature-with-jumbo-text-sub-title",
|
|
39920
39903
|
style: design.subTitle
|
|
39921
39904
|
}, otherProps), subTitle), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
@@ -39971,12 +39954,11 @@ var FeatureWithList = function FeatureWithList(_ref) {
|
|
|
39971
39954
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39972
39955
|
isTitle: true,
|
|
39973
39956
|
className: "col-span-12",
|
|
39974
|
-
component: "
|
|
39957
|
+
component: "h3",
|
|
39975
39958
|
id: "feature-with-list-title",
|
|
39976
39959
|
style: design.title
|
|
39977
39960
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39978
39961
|
className: "col-span-12",
|
|
39979
|
-
component: "p",
|
|
39980
39962
|
id: "feature-with-list-description",
|
|
39981
39963
|
style: design.description
|
|
39982
39964
|
}, otherProps), description), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -40089,11 +40071,10 @@ var FeatureWithProgressBar = function FeatureWithProgressBar(_ref) {
|
|
|
40089
40071
|
className: progressBarBaseClasses
|
|
40090
40072
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
40091
40073
|
isTitle: true,
|
|
40092
|
-
component: "
|
|
40074
|
+
component: "h3",
|
|
40093
40075
|
id: "feature-with-progress-bar-title",
|
|
40094
40076
|
style: design.title
|
|
40095
40077
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
40096
|
-
component: "p",
|
|
40097
40078
|
id: "feature-with-progress-bar-description",
|
|
40098
40079
|
style: design.description
|
|
40099
40080
|
}, otherProps), description), features.map(function (_ref2, index) {
|
|
@@ -40109,7 +40090,7 @@ var FeatureWithProgressBar = function FeatureWithProgressBar(_ref) {
|
|
|
40109
40090
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
40110
40091
|
index: index,
|
|
40111
40092
|
isTitle: true,
|
|
40112
|
-
component: "
|
|
40093
|
+
component: "h5",
|
|
40113
40094
|
id: "feature-with-progress-bar-".concat(index, "-featureTitle"),
|
|
40114
40095
|
style: design.featureTitle
|
|
40115
40096
|
}, otherProps), featureTitle), /*#__PURE__*/React__default["default"].createElement(StyledWrapper, {
|
|
@@ -40316,6 +40297,7 @@ var FooterWithIcons = function FooterWithIcons(_ref) {
|
|
|
40316
40297
|
}), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
40317
40298
|
isTitle: true,
|
|
40318
40299
|
className: "hidden w-full sm:block",
|
|
40300
|
+
component: "p",
|
|
40319
40301
|
id: "footer-with-icons-copyright-text",
|
|
40320
40302
|
style: design.copyrightText
|
|
40321
40303
|
}, otherProps), copyrightText)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -40382,11 +40364,9 @@ var FooterWithLinks = function FooterWithLinks(_ref) {
|
|
|
40382
40364
|
id: "footer-with-links-logo",
|
|
40383
40365
|
src: logo.src
|
|
40384
40366
|
}), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
40385
|
-
component: "p",
|
|
40386
40367
|
design: design.logoTitle,
|
|
40387
40368
|
id: "footer-with-links-logo-title"
|
|
40388
40369
|
}, otherProps), logo.title)), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
40389
|
-
component: "p",
|
|
40390
40370
|
id: "footer-with-links-description",
|
|
40391
40371
|
style: design.description
|
|
40392
40372
|
}, otherProps), description)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -40400,7 +40380,7 @@ var FooterWithLinks = function FooterWithLinks(_ref) {
|
|
|
40400
40380
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
40401
40381
|
index: index,
|
|
40402
40382
|
isTitle: true,
|
|
40403
|
-
component: "
|
|
40383
|
+
component: "h5",
|
|
40404
40384
|
id: "footer-with-links-columns-".concat(index, "-title"),
|
|
40405
40385
|
style: design.columnTitle
|
|
40406
40386
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement("ul", {
|
|
@@ -40425,7 +40405,7 @@ var FooterWithLinks = function FooterWithLinks(_ref) {
|
|
|
40425
40405
|
className: "col-span-12 space-y-2 sm:col-span-2"
|
|
40426
40406
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
40427
40407
|
isTitle: true,
|
|
40428
|
-
component: "
|
|
40408
|
+
component: "h5",
|
|
40429
40409
|
id: "footer-with-links-contact-title",
|
|
40430
40410
|
style: design.columnTitle
|
|
40431
40411
|
}, otherProps), contact.title), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -42329,12 +42309,11 @@ var GalleryClassic = function GalleryClassic(_ref) {
|
|
|
42329
42309
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, {
|
|
42330
42310
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
42331
42311
|
isTitle: true,
|
|
42332
|
-
component: "
|
|
42312
|
+
component: "h3",
|
|
42333
42313
|
id: "gallery-classic-title",
|
|
42334
42314
|
style: design.title
|
|
42335
42315
|
}, title), /*#__PURE__*/React__default["default"].createElement(Typography$1, {
|
|
42336
42316
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
42337
|
-
component: "p",
|
|
42338
42317
|
id: "gallery-classic-description",
|
|
42339
42318
|
style: design.description
|
|
42340
42319
|
}, description)), /*#__PURE__*/React__default["default"].createElement(ArrowButton, {
|
|
@@ -42436,11 +42415,10 @@ var GalleryWithAutoplay = function GalleryWithAutoplay(_ref) {
|
|
|
42436
42415
|
className: "col-span-12 col-start-1 sm:col-span-6 sm:col-start-4"
|
|
42437
42416
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
42438
42417
|
isTitle: true,
|
|
42439
|
-
component: "
|
|
42418
|
+
component: "h3",
|
|
42440
42419
|
id: "gallery-with-autoplay-title",
|
|
42441
42420
|
style: design.title
|
|
42442
42421
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
42443
|
-
component: "p",
|
|
42444
42422
|
id: "gallery-with-autoplay-description",
|
|
42445
42423
|
style: design.description
|
|
42446
42424
|
}, otherProps), description)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -43263,7 +43241,9 @@ var LogoClouds = function LogoClouds(_ref) {
|
|
|
43263
43241
|
design: design.body,
|
|
43264
43242
|
nestedClassName: baseClasses
|
|
43265
43243
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, {
|
|
43244
|
+
isTitle: true,
|
|
43266
43245
|
className: "col-span-12",
|
|
43246
|
+
component: "h3",
|
|
43267
43247
|
style: design.title
|
|
43268
43248
|
}, title), logos.map(function (_ref2, index) {
|
|
43269
43249
|
var src = _ref2.src,
|
|
@@ -43318,11 +43298,10 @@ var Paragraph = function Paragraph(_ref) {
|
|
|
43318
43298
|
className: "col-span-12"
|
|
43319
43299
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43320
43300
|
isTitle: true,
|
|
43321
|
-
component: "
|
|
43301
|
+
component: "h3",
|
|
43322
43302
|
id: "paragraph-title",
|
|
43323
43303
|
style: design.title
|
|
43324
43304
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43325
|
-
component: "p",
|
|
43326
43305
|
id: "paragraph-description",
|
|
43327
43306
|
style: design.description
|
|
43328
43307
|
}, otherProps), description), /*#__PURE__*/React__default["default"].createElement(ListComponent, {
|
|
@@ -43404,11 +43383,10 @@ var PricingInCardView = function PricingInCardView(_ref) {
|
|
|
43404
43383
|
className: "col-span-12 sm:col-span-8 sm:col-start-3 lg:col-span-6 lg:col-start-4"
|
|
43405
43384
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43406
43385
|
isTitle: true,
|
|
43407
|
-
component: "
|
|
43386
|
+
component: "h4",
|
|
43408
43387
|
id: "pricing-in-card-view-title",
|
|
43409
43388
|
style: design.title
|
|
43410
43389
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43411
|
-
component: "p",
|
|
43412
43390
|
id: "pricing-in-card-view-description",
|
|
43413
43391
|
style: design.description
|
|
43414
43392
|
}, otherProps), description)), /*#__PURE__*/React__default["default"].createElement(Toggle, {
|
|
@@ -43437,12 +43415,11 @@ var PricingInCardView = function PricingInCardView(_ref) {
|
|
|
43437
43415
|
}, /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43438
43416
|
index: index,
|
|
43439
43417
|
isTitle: true,
|
|
43440
|
-
component: "
|
|
43418
|
+
component: "h5",
|
|
43441
43419
|
id: "pricing-in-card-view-tier-".concat(index, "-title"),
|
|
43442
43420
|
style: design.tierTitle
|
|
43443
43421
|
}, otherProps), tierTitle), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43444
43422
|
index: index,
|
|
43445
|
-
component: "p",
|
|
43446
43423
|
id: "pricing-in-card-view-tier-".concat(index, "-description"),
|
|
43447
43424
|
style: design.tierDescription
|
|
43448
43425
|
}, otherProps), tierDescription), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -43450,13 +43427,13 @@ var PricingInCardView = function PricingInCardView(_ref) {
|
|
|
43450
43427
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43451
43428
|
index: index,
|
|
43452
43429
|
isTitle: true,
|
|
43453
|
-
component: "
|
|
43430
|
+
component: "h4",
|
|
43454
43431
|
id: "pricing-in-card-view-tier-".concat(index, "-tierPrice"),
|
|
43455
43432
|
style: design.tierPrice
|
|
43456
43433
|
}, otherProps), pricing.price), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43457
43434
|
index: index,
|
|
43458
43435
|
isTitle: true,
|
|
43459
|
-
component: "
|
|
43436
|
+
component: "h4",
|
|
43460
43437
|
id: "pricing-in-card-view-tier-".concat(index, "-tierLabel"),
|
|
43461
43438
|
style: design.tierLabel
|
|
43462
43439
|
}, otherProps), pricing.label)), features.map(function (feature, featureIndex) {
|
|
@@ -43516,13 +43493,13 @@ var Slides = function Slides(_ref) {
|
|
|
43516
43493
|
className: "col-span-12"
|
|
43517
43494
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, {
|
|
43518
43495
|
isTitle: true,
|
|
43519
|
-
component: "
|
|
43496
|
+
component: "h2",
|
|
43520
43497
|
style: mergeRight(design.title, {
|
|
43521
43498
|
textAlign: titleTextAlign
|
|
43522
43499
|
})
|
|
43523
43500
|
}, title), /*#__PURE__*/React__default["default"].createElement(Typography$1, {
|
|
43524
43501
|
isTitle: true,
|
|
43525
|
-
component: "
|
|
43502
|
+
component: "h3",
|
|
43526
43503
|
style: mergeRight(design.subTitle, {
|
|
43527
43504
|
textAlign: subTitleTextAlign
|
|
43528
43505
|
})
|
|
@@ -43549,7 +43526,7 @@ var Slides = function Slides(_ref) {
|
|
|
43549
43526
|
swiperRef: swiperRef,
|
|
43550
43527
|
isStart: true,
|
|
43551
43528
|
Icon: ArrowLeftS$1,
|
|
43552
|
-
className: "z-20 hidden sm:absolute sm:top-1/2 sm:
|
|
43529
|
+
className: "z-20 hidden sm:absolute sm:left-0 sm:top-1/2 sm:flex lg:left-28",
|
|
43553
43530
|
onClick: function onClick() {
|
|
43554
43531
|
var _swiperRef$current;
|
|
43555
43532
|
return (_swiperRef$current = swiperRef.current) === null || _swiperRef$current === void 0 ? void 0 : _swiperRef$current.slidePrev();
|
|
@@ -43592,14 +43569,14 @@ var Slides = function Slides(_ref) {
|
|
|
43592
43569
|
}, design.backgroundImage),
|
|
43593
43570
|
className: classnames("neeto-site-block-wrapper relative lg:w-9/12", baseClasses)
|
|
43594
43571
|
}, slide.logoUrl && /*#__PURE__*/React__default["default"].createElement("img", {
|
|
43595
|
-
className: "absolute top-8
|
|
43572
|
+
className: "absolute right-12 top-8 w-20",
|
|
43596
43573
|
src: slide.logoUrl
|
|
43597
43574
|
}), renderSwiperSlide(slide))));
|
|
43598
43575
|
})), /*#__PURE__*/React__default["default"].createElement(PageNavigation, {
|
|
43599
43576
|
activeIndex: activeIndex,
|
|
43600
43577
|
swiperRef: swiperRef,
|
|
43601
43578
|
Icon: ArrowRightS$1,
|
|
43602
|
-
className: "z-20 hidden sm:absolute sm:top-1/2 sm:
|
|
43579
|
+
className: "z-20 hidden sm:absolute sm:right-0 sm:top-1/2 sm:flex lg:right-28",
|
|
43603
43580
|
onClick: function onClick() {
|
|
43604
43581
|
var _swiperRef$current2;
|
|
43605
43582
|
return (_swiperRef$current2 = swiperRef.current) === null || _swiperRef$current2 === void 0 ? void 0 : _swiperRef$current2.slideNext();
|
|
@@ -43657,11 +43634,10 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
|
|
|
43657
43634
|
className: "col-span-12 sm:col-span-6 sm:col-start-4"
|
|
43658
43635
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43659
43636
|
isTitle: true,
|
|
43660
|
-
component: "
|
|
43637
|
+
component: "h3",
|
|
43661
43638
|
id: "testimonial-with-slider-title",
|
|
43662
43639
|
style: design.title
|
|
43663
43640
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43664
|
-
component: "p",
|
|
43665
43641
|
id: "testimonial-with-slider-description",
|
|
43666
43642
|
style: design.description
|
|
43667
43643
|
}, otherProps), description)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -43694,13 +43670,13 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
|
|
|
43694
43670
|
}), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43695
43671
|
index: index,
|
|
43696
43672
|
isTitle: true,
|
|
43697
|
-
component: "
|
|
43673
|
+
component: "h6",
|
|
43698
43674
|
id: "testimonial-with-slider-".concat(index, "-name"),
|
|
43699
43675
|
style: design.testimonialName
|
|
43700
43676
|
}, otherProps), name), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43701
43677
|
index: index,
|
|
43702
43678
|
isTitle: true,
|
|
43703
|
-
component: "
|
|
43679
|
+
component: "p",
|
|
43704
43680
|
id: "testimonial-with-slider-".concat(index, "-position")
|
|
43705
43681
|
}, otherProps, {
|
|
43706
43682
|
style: design.testimonialPosition
|
|
@@ -43714,7 +43690,6 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
|
|
|
43714
43690
|
id: "testimonial-with-slider-".concat(index, "-logo"),
|
|
43715
43691
|
src: logoUrl
|
|
43716
43692
|
}), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43717
|
-
component: "p",
|
|
43718
43693
|
style: design.testimonialDescription
|
|
43719
43694
|
}, _objectSpread(_objectSpread({}, otherProps), {}, {
|
|
43720
43695
|
index: index
|
|
@@ -43779,11 +43754,10 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
|
|
|
43779
43754
|
className: "col-span-12 space-y-4 sm:col-span-6 sm:col-start-4"
|
|
43780
43755
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43781
43756
|
isTitle: true,
|
|
43782
|
-
component: "
|
|
43757
|
+
component: "h3",
|
|
43783
43758
|
id: "testimonial-with-vertical-view-title",
|
|
43784
43759
|
style: design.title
|
|
43785
43760
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43786
|
-
component: "p",
|
|
43787
43761
|
id: "testimonial-with-vertical-view-description",
|
|
43788
43762
|
style: design.description
|
|
43789
43763
|
}, otherProps), description)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -43811,13 +43785,13 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
|
|
|
43811
43785
|
}), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43812
43786
|
index: index,
|
|
43813
43787
|
isTitle: true,
|
|
43814
|
-
component: "
|
|
43788
|
+
component: "h6",
|
|
43815
43789
|
id: "testimonial-with-vertical-view-images-".concat(index, "-name"),
|
|
43816
43790
|
style: design.testimonialName
|
|
43817
43791
|
}, otherProps), name), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43818
43792
|
index: index,
|
|
43819
43793
|
isTitle: true,
|
|
43820
|
-
component: "
|
|
43794
|
+
component: "h6",
|
|
43821
43795
|
id: "testimonial-with-vertical-view-images-".concat(index, "-position"),
|
|
43822
43796
|
style: design.testimonialPosition
|
|
43823
43797
|
}, otherProps), position)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -43831,7 +43805,6 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
|
|
|
43831
43805
|
src: logoUrl
|
|
43832
43806
|
}), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43833
43807
|
index: index,
|
|
43834
|
-
component: "p",
|
|
43835
43808
|
id: "testimonial-with-vertical-view-images-".concat(index, "-description"),
|
|
43836
43809
|
style: design.testimonialDescription
|
|
43837
43810
|
}, otherProps), testimonialDescription)));
|