@bigbinary/neeto-site-blocks 1.8.6 → 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 +52 -74
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +52 -74
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -16357,7 +16357,8 @@ var Typography = function Typography(_ref) {
|
|
|
16357
16357
|
}, otherProps), isTitle ? children : /*#__PURE__*/React__default.createElement(StyledInterweave, {
|
|
16358
16358
|
className: "neeto-editor-content",
|
|
16359
16359
|
content: children,
|
|
16360
|
-
fontSize: style.fontSize
|
|
16360
|
+
fontSize: style.fontSize,
|
|
16361
|
+
tagName: "p"
|
|
16361
16362
|
}));
|
|
16362
16363
|
};
|
|
16363
16364
|
Typography.displayName = "Typography";
|
|
@@ -16393,12 +16394,13 @@ var BlogContent = function BlogContent(_ref) {
|
|
|
16393
16394
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
16394
16395
|
isTitle: true,
|
|
16395
16396
|
className: textClasses,
|
|
16396
|
-
component: "
|
|
16397
|
+
component: "h3",
|
|
16397
16398
|
id: "blog-content-title",
|
|
16398
16399
|
style: design.title
|
|
16399
16400
|
}, otherProps), title), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
16400
16401
|
isTitle: true,
|
|
16401
16402
|
className: textClasses,
|
|
16403
|
+
component: "p",
|
|
16402
16404
|
id: "blog-content-description",
|
|
16403
16405
|
style: design.description
|
|
16404
16406
|
}, otherProps), description), /*#__PURE__*/React__default.createElement("div", {
|
|
@@ -16446,12 +16448,11 @@ var CardsClassic = function CardsClassic(_ref) {
|
|
|
16446
16448
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
16447
16449
|
isTitle: true,
|
|
16448
16450
|
className: "col-span-12",
|
|
16449
|
-
component: "
|
|
16451
|
+
component: "h3",
|
|
16450
16452
|
id: "cards-classic-title",
|
|
16451
16453
|
style: design.title
|
|
16452
16454
|
}, otherProps), title), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
16453
16455
|
className: "col-span-12",
|
|
16454
|
-
component: "p",
|
|
16455
16456
|
id: "cards-classic-description",
|
|
16456
16457
|
style: design.description
|
|
16457
16458
|
}, otherProps), description), cards.map(function (_ref2, index) {
|
|
@@ -16468,7 +16469,7 @@ var CardsClassic = function CardsClassic(_ref) {
|
|
|
16468
16469
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
16469
16470
|
index: index,
|
|
16470
16471
|
isTitle: true,
|
|
16471
|
-
component: "
|
|
16472
|
+
component: "h4",
|
|
16472
16473
|
id: "cards-classic-cards-".concat(index, "-title"),
|
|
16473
16474
|
style: design.cardTitle
|
|
16474
16475
|
}, otherProps), title), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
@@ -21337,13 +21338,12 @@ var CardsInGridView = function CardsInGridView(_ref) {
|
|
|
21337
21338
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
21338
21339
|
index: index,
|
|
21339
21340
|
isTitle: true,
|
|
21340
|
-
component: "
|
|
21341
|
+
component: "h5",
|
|
21341
21342
|
id: "cards-in-grid-view-".concat(index, "-title"),
|
|
21342
21343
|
style: design.cardTitle
|
|
21343
21344
|
}, title), /*#__PURE__*/React__default.createElement(Typography$1, {
|
|
21344
21345
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
21345
21346
|
index: index,
|
|
21346
|
-
component: "p",
|
|
21347
21347
|
id: "cards-in-grid-view-".concat(index, "-description"),
|
|
21348
21348
|
style: design.cardDescription
|
|
21349
21349
|
}, description)));
|
|
@@ -21363,7 +21363,7 @@ var CardsInGridView = function CardsInGridView(_ref) {
|
|
|
21363
21363
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
21364
21364
|
isTitle: true,
|
|
21365
21365
|
className: "col-span-12",
|
|
21366
|
-
component: "
|
|
21366
|
+
component: "h3",
|
|
21367
21367
|
id: "cards-in-grid-view-title",
|
|
21368
21368
|
style: design.title
|
|
21369
21369
|
}, title), /*#__PURE__*/React__default.createElement(ArrowButton, {
|
|
@@ -21433,13 +21433,12 @@ var CardsInGridView = function CardsInGridView(_ref) {
|
|
|
21433
21433
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
21434
21434
|
isTitle: true,
|
|
21435
21435
|
className: "col-span-12",
|
|
21436
|
-
component: "
|
|
21436
|
+
component: "h3",
|
|
21437
21437
|
id: "cards-in-grid-view-title",
|
|
21438
21438
|
style: design.title
|
|
21439
21439
|
}, title), /*#__PURE__*/React__default.createElement(Typography$1, {
|
|
21440
21440
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
21441
21441
|
className: "col-span-12",
|
|
21442
|
-
component: "p",
|
|
21443
21442
|
id: "cards-in-grid-view-description",
|
|
21444
21443
|
style: design.description
|
|
21445
21444
|
}, description), /*#__PURE__*/React__default.createElement("div", {
|
|
@@ -21502,12 +21501,11 @@ var CardsWithCustomizableGrid = function CardsWithCustomizableGrid(_ref) {
|
|
|
21502
21501
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
21503
21502
|
isTitle: true,
|
|
21504
21503
|
className: "col-span-12",
|
|
21505
|
-
component: "
|
|
21504
|
+
component: "h3",
|
|
21506
21505
|
id: "cards-with-customizable-grid-title",
|
|
21507
21506
|
style: design.title
|
|
21508
21507
|
}, otherProps), title), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
21509
21508
|
className: "col-span-12",
|
|
21510
|
-
component: "p",
|
|
21511
21509
|
id: "cards-with-customizable-grid-description",
|
|
21512
21510
|
style: design.description
|
|
21513
21511
|
}, otherProps), description), /*#__PURE__*/React__default.createElement("div", {
|
|
@@ -21530,12 +21528,11 @@ var CardsWithCustomizableGrid = function CardsWithCustomizableGrid(_ref) {
|
|
|
21530
21528
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
21531
21529
|
index: index,
|
|
21532
21530
|
isTitle: true,
|
|
21533
|
-
component: "
|
|
21531
|
+
component: "h4",
|
|
21534
21532
|
id: "cards-with-customizable-grid-card-".concat(index, "-title"),
|
|
21535
21533
|
style: design.cardTitle
|
|
21536
21534
|
}, otherProps), title), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
21537
21535
|
index: index,
|
|
21538
|
-
component: "p",
|
|
21539
21536
|
id: "cards-with-customizable-grid-card-".concat(index, "-description"),
|
|
21540
21537
|
style: design.cardDescription
|
|
21541
21538
|
}, otherProps), description));
|
|
@@ -21584,12 +21581,11 @@ var CardsWithImage = function CardsWithImage(_ref) {
|
|
|
21584
21581
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
21585
21582
|
isTitle: true,
|
|
21586
21583
|
className: "col-span-12",
|
|
21587
|
-
component: "
|
|
21584
|
+
component: "h3",
|
|
21588
21585
|
id: "cards-with-image-title",
|
|
21589
21586
|
style: design.title
|
|
21590
21587
|
}, otherProps), title), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
21591
21588
|
className: "col-span-12 sm:col-span-8 sm:col-start-3",
|
|
21592
|
-
component: "h1",
|
|
21593
21589
|
id: "cards-with-image-description",
|
|
21594
21590
|
style: design.description
|
|
21595
21591
|
}, otherProps), description), /*#__PURE__*/React__default.createElement("div", {
|
|
@@ -21621,7 +21617,7 @@ var CardsWithImage = function CardsWithImage(_ref) {
|
|
|
21621
21617
|
index: index,
|
|
21622
21618
|
isTitle: true,
|
|
21623
21619
|
className: "ns-card-truncation ns-card-line-clamp-4",
|
|
21624
|
-
component: "
|
|
21620
|
+
component: "h4",
|
|
21625
21621
|
id: "cards-with-image-".concat(index, "-title"),
|
|
21626
21622
|
style: design.cardTitle
|
|
21627
21623
|
}, otherProps), title)), /*#__PURE__*/React__default.createElement("div", {
|
|
@@ -21681,11 +21677,10 @@ var CtaClassic = function CtaClassic(_ref) {
|
|
|
21681
21677
|
className: "col-span-12 sm:col-span-8 sm:col-start-3 lg:col-span-6 lg:col-start-4"
|
|
21682
21678
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
21683
21679
|
isTitle: true,
|
|
21684
|
-
component: "
|
|
21680
|
+
component: "h3",
|
|
21685
21681
|
id: "cta-classic-title",
|
|
21686
21682
|
style: design.title
|
|
21687
21683
|
}, otherProps), title), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
21688
|
-
component: "p",
|
|
21689
21684
|
id: "cta-classic-description",
|
|
21690
21685
|
style: design.description
|
|
21691
21686
|
}, otherProps), description)), /*#__PURE__*/React__default.createElement("div", {
|
|
@@ -39265,11 +39260,10 @@ var CtaWithEmailAction = function CtaWithEmailAction(_ref) {
|
|
|
39265
39260
|
className: "col-span-12 sm:col-span-8 sm:col-start-3 lg:col-span-6 lg:col-start-4"
|
|
39266
39261
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
39267
39262
|
isTitle: true,
|
|
39268
|
-
component: "
|
|
39263
|
+
component: "h3",
|
|
39269
39264
|
id: "cta-with-email-action-title",
|
|
39270
39265
|
style: design.title
|
|
39271
39266
|
}, otherProps), title), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
39272
|
-
component: "p",
|
|
39273
39267
|
id: "cta-with-email-action-description",
|
|
39274
39268
|
style: design.description
|
|
39275
39269
|
}, otherProps), description)), /*#__PURE__*/React__default.createElement("div", {
|
|
@@ -39302,7 +39296,6 @@ var CtaWithEmailAction = function CtaWithEmailAction(_ref) {
|
|
|
39302
39296
|
style: design.successMessage
|
|
39303
39297
|
}, response.message)), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
39304
39298
|
className: "col-span-10 col-start-2 sm:col-span-4 sm:col-start-5",
|
|
39305
|
-
component: "p",
|
|
39306
39299
|
id: "cta-with-email-action-promotion-text",
|
|
39307
39300
|
style: design.promotionText
|
|
39308
39301
|
}, otherProps), promotionText));
|
|
@@ -39347,11 +39340,10 @@ var CtaWithLogo = function CtaWithLogo(_ref) {
|
|
|
39347
39340
|
className: "col-span-12 sm:col-span-6 sm:col-start-3 lg:col-span-7"
|
|
39348
39341
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
39349
39342
|
isTitle: true,
|
|
39350
|
-
component: "
|
|
39343
|
+
component: "h4",
|
|
39351
39344
|
id: "cta-with-logo-title",
|
|
39352
39345
|
style: design.title
|
|
39353
39346
|
}, otherProps), title), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
39354
|
-
component: "p",
|
|
39355
39347
|
id: "cta-with-logo-description",
|
|
39356
39348
|
style: design.description
|
|
39357
39349
|
}, otherProps), description)), /*#__PURE__*/React__default.createElement("div", {
|
|
@@ -39416,7 +39408,7 @@ var FaqWithHamburgerView = function FaqWithHamburgerView(_ref) {
|
|
|
39416
39408
|
className: "col-span-12 sm:col-span-6 sm:col-start-4"
|
|
39417
39409
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
39418
39410
|
isTitle: true,
|
|
39419
|
-
component: "
|
|
39411
|
+
component: "h3",
|
|
39420
39412
|
id: "faq-with-accordion-title",
|
|
39421
39413
|
style: design.title
|
|
39422
39414
|
}, otherProps), title)), /*#__PURE__*/React__default.createElement("div", {
|
|
@@ -39460,7 +39452,7 @@ var FAQItem = function FAQItem(_ref3) {
|
|
|
39460
39452
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
39461
39453
|
index: index,
|
|
39462
39454
|
isTitle: true,
|
|
39463
|
-
component: "
|
|
39455
|
+
component: "h6",
|
|
39464
39456
|
id: "faq-with-accordion-".concat(index, "-question"),
|
|
39465
39457
|
style: design.question
|
|
39466
39458
|
}, otherProps), question), /*#__PURE__*/React__default.createElement(motion.div, {
|
|
@@ -39507,7 +39499,6 @@ var FAQItem = function FAQItem(_ref3) {
|
|
|
39507
39499
|
}
|
|
39508
39500
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
39509
39501
|
index: index,
|
|
39510
|
-
component: "p",
|
|
39511
39502
|
id: "faq-with-accordion-".concat(index, "-answer"),
|
|
39512
39503
|
style: design.answer
|
|
39513
39504
|
}, otherProps), answer)))));
|
|
@@ -39564,11 +39555,10 @@ var FeatureWithBulletList = function FeatureWithBulletList(_ref) {
|
|
|
39564
39555
|
className: "col-span-12 sm:col-span-5"
|
|
39565
39556
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
39566
39557
|
isTitle: true,
|
|
39567
|
-
component: "
|
|
39558
|
+
component: "h3",
|
|
39568
39559
|
id: "feature-with-bullet-list-title",
|
|
39569
39560
|
style: design.title
|
|
39570
39561
|
}, otherProps), title), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
39571
|
-
component: "p",
|
|
39572
39562
|
id: "feature-with-bullet-list-description",
|
|
39573
39563
|
style: design.description
|
|
39574
39564
|
}, otherProps), description)), /*#__PURE__*/React__default.createElement(BulletList, null));
|
|
@@ -39621,7 +39611,7 @@ var FeatureWithDetails = function FeatureWithDetails(_ref) {
|
|
|
39621
39611
|
className: contentBaseClasses
|
|
39622
39612
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
39623
39613
|
isTitle: true,
|
|
39624
|
-
component: "
|
|
39614
|
+
component: "h3",
|
|
39625
39615
|
id: "feature-with-details-title",
|
|
39626
39616
|
style: design.title
|
|
39627
39617
|
}, otherProps), title), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
@@ -39648,12 +39638,11 @@ var FeatureWithDetails = function FeatureWithDetails(_ref) {
|
|
|
39648
39638
|
}, design.icon))), /*#__PURE__*/React__default.createElement("div", null, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
39649
39639
|
index: index,
|
|
39650
39640
|
isTitle: true,
|
|
39651
|
-
component: "
|
|
39641
|
+
component: "h5",
|
|
39652
39642
|
id: "feature-with-details-features-".concat(index, "-title"),
|
|
39653
39643
|
style: design.featureTitle
|
|
39654
39644
|
}, otherProps), featureTitle), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
39655
39645
|
index: index,
|
|
39656
|
-
component: "p",
|
|
39657
39646
|
id: "feature-with-details-features-".concat(index, "-description"),
|
|
39658
39647
|
style: design.featureDescription
|
|
39659
39648
|
}, otherProps), featureDescription)));
|
|
@@ -39711,11 +39700,10 @@ var FeatureWithGrid = function FeatureWithGrid(_ref) {
|
|
|
39711
39700
|
className: "col-span-12 sm:col-span-8 sm:col-start-3 lg:col-span-6 lg:col-start-4"
|
|
39712
39701
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
39713
39702
|
isTitle: true,
|
|
39714
|
-
component: "
|
|
39703
|
+
component: "h3",
|
|
39715
39704
|
id: "feature-with-grid-title",
|
|
39716
39705
|
style: design.title
|
|
39717
39706
|
}, otherProps), title), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
39718
|
-
component: "p",
|
|
39719
39707
|
id: "feature-with-grid-description",
|
|
39720
39708
|
style: design.description
|
|
39721
39709
|
}, otherProps), description), /*#__PURE__*/React__default.createElement(Media, {
|
|
@@ -39748,12 +39736,11 @@ var FeatureWithGrid = function FeatureWithGrid(_ref) {
|
|
|
39748
39736
|
}), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
39749
39737
|
index: index,
|
|
39750
39738
|
isTitle: true,
|
|
39751
|
-
component: "
|
|
39739
|
+
component: "h5",
|
|
39752
39740
|
id: "feature-with-grid-".concat(index, "-title"),
|
|
39753
39741
|
style: design.featureTitle
|
|
39754
39742
|
}, otherProps), featureTitle), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
39755
39743
|
index: index,
|
|
39756
|
-
component: "p",
|
|
39757
39744
|
id: "feature-with-grid-".concat(index, "-description"),
|
|
39758
39745
|
style: design.featureDescription
|
|
39759
39746
|
}, otherProps), featureDescription));
|
|
@@ -39802,11 +39789,10 @@ var FeatureWithImage = function FeatureWithImage(_ref) {
|
|
|
39802
39789
|
className: featureClasses
|
|
39803
39790
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
39804
39791
|
isTitle: true,
|
|
39805
|
-
component: "
|
|
39792
|
+
component: "h3",
|
|
39806
39793
|
id: "feature-with-image-title",
|
|
39807
39794
|
style: design.title
|
|
39808
39795
|
}, otherProps), title), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
39809
|
-
component: "p",
|
|
39810
39796
|
id: "feature-with-image-description",
|
|
39811
39797
|
style: design.description
|
|
39812
39798
|
}, otherProps), description)), /*#__PURE__*/React__default.createElement("div", {
|
|
@@ -39859,12 +39845,14 @@ var FeatureWithJumboText = function FeatureWithJumboText(_ref) {
|
|
|
39859
39845
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
39860
39846
|
isTitle: true,
|
|
39861
39847
|
className: titleBaseClasses,
|
|
39848
|
+
component: "h1",
|
|
39862
39849
|
id: "feature-with-jumbo-text-main-title",
|
|
39863
39850
|
style: design.mainTitle
|
|
39864
39851
|
}, otherProps), mainTitle), /*#__PURE__*/React__default.createElement("div", {
|
|
39865
39852
|
className: subTitleBaseClasses
|
|
39866
39853
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
39867
39854
|
isTitle: true,
|
|
39855
|
+
component: "h4",
|
|
39868
39856
|
id: "feature-with-jumbo-text-sub-title",
|
|
39869
39857
|
style: design.subTitle
|
|
39870
39858
|
}, otherProps), subTitle), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
@@ -39920,12 +39908,11 @@ var FeatureWithList = function FeatureWithList(_ref) {
|
|
|
39920
39908
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
39921
39909
|
isTitle: true,
|
|
39922
39910
|
className: "col-span-12",
|
|
39923
|
-
component: "
|
|
39911
|
+
component: "h3",
|
|
39924
39912
|
id: "feature-with-list-title",
|
|
39925
39913
|
style: design.title
|
|
39926
39914
|
}, otherProps), title), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
39927
39915
|
className: "col-span-12",
|
|
39928
|
-
component: "p",
|
|
39929
39916
|
id: "feature-with-list-description",
|
|
39930
39917
|
style: design.description
|
|
39931
39918
|
}, otherProps), description), /*#__PURE__*/React__default.createElement("div", {
|
|
@@ -40038,11 +40025,10 @@ var FeatureWithProgressBar = function FeatureWithProgressBar(_ref) {
|
|
|
40038
40025
|
className: progressBarBaseClasses
|
|
40039
40026
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
40040
40027
|
isTitle: true,
|
|
40041
|
-
component: "
|
|
40028
|
+
component: "h3",
|
|
40042
40029
|
id: "feature-with-progress-bar-title",
|
|
40043
40030
|
style: design.title
|
|
40044
40031
|
}, otherProps), title), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
40045
|
-
component: "p",
|
|
40046
40032
|
id: "feature-with-progress-bar-description",
|
|
40047
40033
|
style: design.description
|
|
40048
40034
|
}, otherProps), description), features.map(function (_ref2, index) {
|
|
@@ -40058,7 +40044,7 @@ var FeatureWithProgressBar = function FeatureWithProgressBar(_ref) {
|
|
|
40058
40044
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
40059
40045
|
index: index,
|
|
40060
40046
|
isTitle: true,
|
|
40061
|
-
component: "
|
|
40047
|
+
component: "h5",
|
|
40062
40048
|
id: "feature-with-progress-bar-".concat(index, "-featureTitle"),
|
|
40063
40049
|
style: design.featureTitle
|
|
40064
40050
|
}, otherProps), featureTitle), /*#__PURE__*/React__default.createElement(StyledWrapper, {
|
|
@@ -40265,6 +40251,7 @@ var FooterWithIcons = function FooterWithIcons(_ref) {
|
|
|
40265
40251
|
}), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
40266
40252
|
isTitle: true,
|
|
40267
40253
|
className: "hidden w-full sm:block",
|
|
40254
|
+
component: "p",
|
|
40268
40255
|
id: "footer-with-icons-copyright-text",
|
|
40269
40256
|
style: design.copyrightText
|
|
40270
40257
|
}, otherProps), copyrightText)), /*#__PURE__*/React__default.createElement("div", {
|
|
@@ -40331,11 +40318,9 @@ var FooterWithLinks = function FooterWithLinks(_ref) {
|
|
|
40331
40318
|
id: "footer-with-links-logo",
|
|
40332
40319
|
src: logo.src
|
|
40333
40320
|
}), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
40334
|
-
component: "p",
|
|
40335
40321
|
design: design.logoTitle,
|
|
40336
40322
|
id: "footer-with-links-logo-title"
|
|
40337
40323
|
}, otherProps), logo.title)), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
40338
|
-
component: "p",
|
|
40339
40324
|
id: "footer-with-links-description",
|
|
40340
40325
|
style: design.description
|
|
40341
40326
|
}, otherProps), description)), /*#__PURE__*/React__default.createElement("div", {
|
|
@@ -40349,7 +40334,7 @@ var FooterWithLinks = function FooterWithLinks(_ref) {
|
|
|
40349
40334
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
40350
40335
|
index: index,
|
|
40351
40336
|
isTitle: true,
|
|
40352
|
-
component: "
|
|
40337
|
+
component: "h5",
|
|
40353
40338
|
id: "footer-with-links-columns-".concat(index, "-title"),
|
|
40354
40339
|
style: design.columnTitle
|
|
40355
40340
|
}, otherProps), title), /*#__PURE__*/React__default.createElement("ul", {
|
|
@@ -40374,7 +40359,7 @@ var FooterWithLinks = function FooterWithLinks(_ref) {
|
|
|
40374
40359
|
className: "col-span-12 space-y-2 sm:col-span-2"
|
|
40375
40360
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
40376
40361
|
isTitle: true,
|
|
40377
|
-
component: "
|
|
40362
|
+
component: "h5",
|
|
40378
40363
|
id: "footer-with-links-contact-title",
|
|
40379
40364
|
style: design.columnTitle
|
|
40380
40365
|
}, otherProps), contact.title), /*#__PURE__*/React__default.createElement("div", {
|
|
@@ -42278,12 +42263,11 @@ var GalleryClassic = function GalleryClassic(_ref) {
|
|
|
42278
42263
|
}, /*#__PURE__*/React__default.createElement(Typography$1, {
|
|
42279
42264
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
42280
42265
|
isTitle: true,
|
|
42281
|
-
component: "
|
|
42266
|
+
component: "h3",
|
|
42282
42267
|
id: "gallery-classic-title",
|
|
42283
42268
|
style: design.title
|
|
42284
42269
|
}, title), /*#__PURE__*/React__default.createElement(Typography$1, {
|
|
42285
42270
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
42286
|
-
component: "p",
|
|
42287
42271
|
id: "gallery-classic-description",
|
|
42288
42272
|
style: design.description
|
|
42289
42273
|
}, description)), /*#__PURE__*/React__default.createElement(ArrowButton, {
|
|
@@ -42385,11 +42369,10 @@ var GalleryWithAutoplay = function GalleryWithAutoplay(_ref) {
|
|
|
42385
42369
|
className: "col-span-12 col-start-1 sm:col-span-6 sm:col-start-4"
|
|
42386
42370
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
42387
42371
|
isTitle: true,
|
|
42388
|
-
component: "
|
|
42372
|
+
component: "h3",
|
|
42389
42373
|
id: "gallery-with-autoplay-title",
|
|
42390
42374
|
style: design.title
|
|
42391
42375
|
}, otherProps), title), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
42392
|
-
component: "p",
|
|
42393
42376
|
id: "gallery-with-autoplay-description",
|
|
42394
42377
|
style: design.description
|
|
42395
42378
|
}, otherProps), description)), /*#__PURE__*/React__default.createElement("div", {
|
|
@@ -43212,7 +43195,9 @@ var LogoClouds = function LogoClouds(_ref) {
|
|
|
43212
43195
|
design: design.body,
|
|
43213
43196
|
nestedClassName: baseClasses
|
|
43214
43197
|
}, /*#__PURE__*/React__default.createElement(Typography$1, {
|
|
43198
|
+
isTitle: true,
|
|
43215
43199
|
className: "col-span-12",
|
|
43200
|
+
component: "h3",
|
|
43216
43201
|
style: design.title
|
|
43217
43202
|
}, title), logos.map(function (_ref2, index) {
|
|
43218
43203
|
var src = _ref2.src,
|
|
@@ -43267,11 +43252,10 @@ var Paragraph = function Paragraph(_ref) {
|
|
|
43267
43252
|
className: "col-span-12"
|
|
43268
43253
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
43269
43254
|
isTitle: true,
|
|
43270
|
-
component: "
|
|
43255
|
+
component: "h3",
|
|
43271
43256
|
id: "paragraph-title",
|
|
43272
43257
|
style: design.title
|
|
43273
43258
|
}, otherProps), title), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
43274
|
-
component: "p",
|
|
43275
43259
|
id: "paragraph-description",
|
|
43276
43260
|
style: design.description
|
|
43277
43261
|
}, otherProps), description), /*#__PURE__*/React__default.createElement(ListComponent, {
|
|
@@ -43353,11 +43337,10 @@ var PricingInCardView = function PricingInCardView(_ref) {
|
|
|
43353
43337
|
className: "col-span-12 sm:col-span-8 sm:col-start-3 lg:col-span-6 lg:col-start-4"
|
|
43354
43338
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
43355
43339
|
isTitle: true,
|
|
43356
|
-
component: "
|
|
43340
|
+
component: "h4",
|
|
43357
43341
|
id: "pricing-in-card-view-title",
|
|
43358
43342
|
style: design.title
|
|
43359
43343
|
}, otherProps), title), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
43360
|
-
component: "p",
|
|
43361
43344
|
id: "pricing-in-card-view-description",
|
|
43362
43345
|
style: design.description
|
|
43363
43346
|
}, otherProps), description)), /*#__PURE__*/React__default.createElement(Toggle, {
|
|
@@ -43386,12 +43369,11 @@ var PricingInCardView = function PricingInCardView(_ref) {
|
|
|
43386
43369
|
}, /*#__PURE__*/React__default.createElement("div", null, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
43387
43370
|
index: index,
|
|
43388
43371
|
isTitle: true,
|
|
43389
|
-
component: "
|
|
43372
|
+
component: "h5",
|
|
43390
43373
|
id: "pricing-in-card-view-tier-".concat(index, "-title"),
|
|
43391
43374
|
style: design.tierTitle
|
|
43392
43375
|
}, otherProps), tierTitle), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
43393
43376
|
index: index,
|
|
43394
|
-
component: "p",
|
|
43395
43377
|
id: "pricing-in-card-view-tier-".concat(index, "-description"),
|
|
43396
43378
|
style: design.tierDescription
|
|
43397
43379
|
}, otherProps), tierDescription), /*#__PURE__*/React__default.createElement("div", {
|
|
@@ -43399,13 +43381,13 @@ var PricingInCardView = function PricingInCardView(_ref) {
|
|
|
43399
43381
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
43400
43382
|
index: index,
|
|
43401
43383
|
isTitle: true,
|
|
43402
|
-
component: "
|
|
43384
|
+
component: "h4",
|
|
43403
43385
|
id: "pricing-in-card-view-tier-".concat(index, "-tierPrice"),
|
|
43404
43386
|
style: design.tierPrice
|
|
43405
43387
|
}, otherProps), pricing.price), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
43406
43388
|
index: index,
|
|
43407
43389
|
isTitle: true,
|
|
43408
|
-
component: "
|
|
43390
|
+
component: "h4",
|
|
43409
43391
|
id: "pricing-in-card-view-tier-".concat(index, "-tierLabel"),
|
|
43410
43392
|
style: design.tierLabel
|
|
43411
43393
|
}, otherProps), pricing.label)), features.map(function (feature, featureIndex) {
|
|
@@ -43465,13 +43447,13 @@ var Slides = function Slides(_ref) {
|
|
|
43465
43447
|
className: "col-span-12"
|
|
43466
43448
|
}, /*#__PURE__*/React__default.createElement(Typography$1, {
|
|
43467
43449
|
isTitle: true,
|
|
43468
|
-
component: "
|
|
43450
|
+
component: "h2",
|
|
43469
43451
|
style: mergeRight(design.title, {
|
|
43470
43452
|
textAlign: titleTextAlign
|
|
43471
43453
|
})
|
|
43472
43454
|
}, title), /*#__PURE__*/React__default.createElement(Typography$1, {
|
|
43473
43455
|
isTitle: true,
|
|
43474
|
-
component: "
|
|
43456
|
+
component: "h3",
|
|
43475
43457
|
style: mergeRight(design.subTitle, {
|
|
43476
43458
|
textAlign: subTitleTextAlign
|
|
43477
43459
|
})
|
|
@@ -43498,7 +43480,7 @@ var Slides = function Slides(_ref) {
|
|
|
43498
43480
|
swiperRef: swiperRef,
|
|
43499
43481
|
isStart: true,
|
|
43500
43482
|
Icon: ArrowLeftS$1,
|
|
43501
|
-
className: "z-20 hidden sm:absolute sm:top-1/2 sm:
|
|
43483
|
+
className: "z-20 hidden sm:absolute sm:left-0 sm:top-1/2 sm:flex lg:left-28",
|
|
43502
43484
|
onClick: function onClick() {
|
|
43503
43485
|
var _swiperRef$current;
|
|
43504
43486
|
return (_swiperRef$current = swiperRef.current) === null || _swiperRef$current === void 0 ? void 0 : _swiperRef$current.slidePrev();
|
|
@@ -43541,14 +43523,14 @@ var Slides = function Slides(_ref) {
|
|
|
43541
43523
|
}, design.backgroundImage),
|
|
43542
43524
|
className: classnames("neeto-site-block-wrapper relative lg:w-9/12", baseClasses)
|
|
43543
43525
|
}, slide.logoUrl && /*#__PURE__*/React__default.createElement("img", {
|
|
43544
|
-
className: "absolute top-8
|
|
43526
|
+
className: "absolute right-12 top-8 w-20",
|
|
43545
43527
|
src: slide.logoUrl
|
|
43546
43528
|
}), renderSwiperSlide(slide))));
|
|
43547
43529
|
})), /*#__PURE__*/React__default.createElement(PageNavigation, {
|
|
43548
43530
|
activeIndex: activeIndex,
|
|
43549
43531
|
swiperRef: swiperRef,
|
|
43550
43532
|
Icon: ArrowRightS$1,
|
|
43551
|
-
className: "z-20 hidden sm:absolute sm:top-1/2 sm:
|
|
43533
|
+
className: "z-20 hidden sm:absolute sm:right-0 sm:top-1/2 sm:flex lg:right-28",
|
|
43552
43534
|
onClick: function onClick() {
|
|
43553
43535
|
var _swiperRef$current2;
|
|
43554
43536
|
return (_swiperRef$current2 = swiperRef.current) === null || _swiperRef$current2 === void 0 ? void 0 : _swiperRef$current2.slideNext();
|
|
@@ -43606,11 +43588,10 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
|
|
|
43606
43588
|
className: "col-span-12 sm:col-span-6 sm:col-start-4"
|
|
43607
43589
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
43608
43590
|
isTitle: true,
|
|
43609
|
-
component: "
|
|
43591
|
+
component: "h3",
|
|
43610
43592
|
id: "testimonial-with-slider-title",
|
|
43611
43593
|
style: design.title
|
|
43612
43594
|
}, otherProps), title), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
43613
|
-
component: "p",
|
|
43614
43595
|
id: "testimonial-with-slider-description",
|
|
43615
43596
|
style: design.description
|
|
43616
43597
|
}, otherProps), description)), /*#__PURE__*/React__default.createElement("div", {
|
|
@@ -43643,13 +43624,13 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
|
|
|
43643
43624
|
}), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
43644
43625
|
index: index,
|
|
43645
43626
|
isTitle: true,
|
|
43646
|
-
component: "
|
|
43627
|
+
component: "h6",
|
|
43647
43628
|
id: "testimonial-with-slider-".concat(index, "-name"),
|
|
43648
43629
|
style: design.testimonialName
|
|
43649
43630
|
}, otherProps), name), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
43650
43631
|
index: index,
|
|
43651
43632
|
isTitle: true,
|
|
43652
|
-
component: "
|
|
43633
|
+
component: "p",
|
|
43653
43634
|
id: "testimonial-with-slider-".concat(index, "-position")
|
|
43654
43635
|
}, otherProps, {
|
|
43655
43636
|
style: design.testimonialPosition
|
|
@@ -43663,7 +43644,6 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
|
|
|
43663
43644
|
id: "testimonial-with-slider-".concat(index, "-logo"),
|
|
43664
43645
|
src: logoUrl
|
|
43665
43646
|
}), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
43666
|
-
component: "p",
|
|
43667
43647
|
style: design.testimonialDescription
|
|
43668
43648
|
}, _objectSpread(_objectSpread({}, otherProps), {}, {
|
|
43669
43649
|
index: index
|
|
@@ -43728,11 +43708,10 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
|
|
|
43728
43708
|
className: "col-span-12 space-y-4 sm:col-span-6 sm:col-start-4"
|
|
43729
43709
|
}, /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
43730
43710
|
isTitle: true,
|
|
43731
|
-
component: "
|
|
43711
|
+
component: "h3",
|
|
43732
43712
|
id: "testimonial-with-vertical-view-title",
|
|
43733
43713
|
style: design.title
|
|
43734
43714
|
}, otherProps), title), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
43735
|
-
component: "p",
|
|
43736
43715
|
id: "testimonial-with-vertical-view-description",
|
|
43737
43716
|
style: design.description
|
|
43738
43717
|
}, otherProps), description)), /*#__PURE__*/React__default.createElement("div", {
|
|
@@ -43760,13 +43739,13 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
|
|
|
43760
43739
|
}), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
43761
43740
|
index: index,
|
|
43762
43741
|
isTitle: true,
|
|
43763
|
-
component: "
|
|
43742
|
+
component: "h6",
|
|
43764
43743
|
id: "testimonial-with-vertical-view-images-".concat(index, "-name"),
|
|
43765
43744
|
style: design.testimonialName
|
|
43766
43745
|
}, otherProps), name), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
43767
43746
|
index: index,
|
|
43768
43747
|
isTitle: true,
|
|
43769
|
-
component: "
|
|
43748
|
+
component: "h6",
|
|
43770
43749
|
id: "testimonial-with-vertical-view-images-".concat(index, "-position"),
|
|
43771
43750
|
style: design.testimonialPosition
|
|
43772
43751
|
}, otherProps), position)), /*#__PURE__*/React__default.createElement("div", {
|
|
@@ -43780,7 +43759,6 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
|
|
|
43780
43759
|
src: logoUrl
|
|
43781
43760
|
}), /*#__PURE__*/React__default.createElement(Typography$1, _extends$2({
|
|
43782
43761
|
index: index,
|
|
43783
|
-
component: "p",
|
|
43784
43762
|
id: "testimonial-with-vertical-view-images-".concat(index, "-description"),
|
|
43785
43763
|
style: design.testimonialDescription
|
|
43786
43764
|
}, otherProps), testimonialDescription)));
|