@bigbinary/neeto-site-blocks 1.8.6 → 1.8.8
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 +57 -77
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +57 -77
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -14753,7 +14753,7 @@ var withConditionalRender = function withConditionalRender(Component, condition)
|
|
|
14753
14753
|
var _excluded$z = ["id", "disableButtonAndLinks", "wrapperClassName", "index"];
|
|
14754
14754
|
var StyledImage = styled__default["default"].img.attrs(function () {
|
|
14755
14755
|
return {
|
|
14756
|
-
className: "hover:mix-blend-multiply
|
|
14756
|
+
className: "hover:mix-blend-multiply"
|
|
14757
14757
|
};
|
|
14758
14758
|
})(function (_ref) {
|
|
14759
14759
|
var _ref$design = _ref.design,
|
|
@@ -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) {
|
|
@@ -16514,7 +16515,7 @@ 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
|
-
component: "
|
|
16518
|
+
component: "h4",
|
|
16518
16519
|
id: "cards-classic-cards-".concat(index, "-title"),
|
|
16519
16520
|
style: design.cardTitle
|
|
16520
16521
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
@@ -21383,13 +21384,12 @@ var CardsInGridView = function CardsInGridView(_ref) {
|
|
|
21383
21384
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
21384
21385
|
index: index,
|
|
21385
21386
|
isTitle: true,
|
|
21386
|
-
component: "
|
|
21387
|
+
component: "h5",
|
|
21387
21388
|
id: "cards-in-grid-view-".concat(index, "-title"),
|
|
21388
21389
|
style: design.cardTitle
|
|
21389
21390
|
}, title), /*#__PURE__*/React__default["default"].createElement(Typography$1, {
|
|
21390
21391
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
21391
21392
|
index: index,
|
|
21392
|
-
component: "p",
|
|
21393
21393
|
id: "cards-in-grid-view-".concat(index, "-description"),
|
|
21394
21394
|
style: design.cardDescription
|
|
21395
21395
|
}, description)));
|
|
@@ -21409,7 +21409,7 @@ var CardsInGridView = function CardsInGridView(_ref) {
|
|
|
21409
21409
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
21410
21410
|
isTitle: true,
|
|
21411
21411
|
className: "col-span-12",
|
|
21412
|
-
component: "
|
|
21412
|
+
component: "h3",
|
|
21413
21413
|
id: "cards-in-grid-view-title",
|
|
21414
21414
|
style: design.title
|
|
21415
21415
|
}, title), /*#__PURE__*/React__default["default"].createElement(ArrowButton, {
|
|
@@ -21479,13 +21479,12 @@ var CardsInGridView = function CardsInGridView(_ref) {
|
|
|
21479
21479
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
21480
21480
|
isTitle: true,
|
|
21481
21481
|
className: "col-span-12",
|
|
21482
|
-
component: "
|
|
21482
|
+
component: "h3",
|
|
21483
21483
|
id: "cards-in-grid-view-title",
|
|
21484
21484
|
style: design.title
|
|
21485
21485
|
}, title), /*#__PURE__*/React__default["default"].createElement(Typography$1, {
|
|
21486
21486
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
21487
21487
|
className: "col-span-12",
|
|
21488
|
-
component: "p",
|
|
21489
21488
|
id: "cards-in-grid-view-description",
|
|
21490
21489
|
style: design.description
|
|
21491
21490
|
}, description), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -21548,12 +21547,11 @@ var CardsWithCustomizableGrid = function CardsWithCustomizableGrid(_ref) {
|
|
|
21548
21547
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
21549
21548
|
isTitle: true,
|
|
21550
21549
|
className: "col-span-12",
|
|
21551
|
-
component: "
|
|
21550
|
+
component: "h3",
|
|
21552
21551
|
id: "cards-with-customizable-grid-title",
|
|
21553
21552
|
style: design.title
|
|
21554
21553
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
21555
21554
|
className: "col-span-12",
|
|
21556
|
-
component: "p",
|
|
21557
21555
|
id: "cards-with-customizable-grid-description",
|
|
21558
21556
|
style: design.description
|
|
21559
21557
|
}, otherProps), description), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -21576,12 +21574,11 @@ var CardsWithCustomizableGrid = function CardsWithCustomizableGrid(_ref) {
|
|
|
21576
21574
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
21577
21575
|
index: index,
|
|
21578
21576
|
isTitle: true,
|
|
21579
|
-
component: "
|
|
21577
|
+
component: "h4",
|
|
21580
21578
|
id: "cards-with-customizable-grid-card-".concat(index, "-title"),
|
|
21581
21579
|
style: design.cardTitle
|
|
21582
21580
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
21583
21581
|
index: index,
|
|
21584
|
-
component: "p",
|
|
21585
21582
|
id: "cards-with-customizable-grid-card-".concat(index, "-description"),
|
|
21586
21583
|
style: design.cardDescription
|
|
21587
21584
|
}, otherProps), description));
|
|
@@ -21630,12 +21627,11 @@ var CardsWithImage = function CardsWithImage(_ref) {
|
|
|
21630
21627
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
21631
21628
|
isTitle: true,
|
|
21632
21629
|
className: "col-span-12",
|
|
21633
|
-
component: "
|
|
21630
|
+
component: "h3",
|
|
21634
21631
|
id: "cards-with-image-title",
|
|
21635
21632
|
style: design.title
|
|
21636
21633
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
21637
21634
|
className: "col-span-12 sm:col-span-8 sm:col-start-3",
|
|
21638
|
-
component: "h1",
|
|
21639
21635
|
id: "cards-with-image-description",
|
|
21640
21636
|
style: design.description
|
|
21641
21637
|
}, otherProps), description), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -21667,7 +21663,7 @@ var CardsWithImage = function CardsWithImage(_ref) {
|
|
|
21667
21663
|
index: index,
|
|
21668
21664
|
isTitle: true,
|
|
21669
21665
|
className: "ns-card-truncation ns-card-line-clamp-4",
|
|
21670
|
-
component: "
|
|
21666
|
+
component: "h4",
|
|
21671
21667
|
id: "cards-with-image-".concat(index, "-title"),
|
|
21672
21668
|
style: design.cardTitle
|
|
21673
21669
|
}, otherProps), title)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -21727,11 +21723,10 @@ var CtaClassic = function CtaClassic(_ref) {
|
|
|
21727
21723
|
className: "col-span-12 sm:col-span-8 sm:col-start-3 lg:col-span-6 lg:col-start-4"
|
|
21728
21724
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
21729
21725
|
isTitle: true,
|
|
21730
|
-
component: "
|
|
21726
|
+
component: "h3",
|
|
21731
21727
|
id: "cta-classic-title",
|
|
21732
21728
|
style: design.title
|
|
21733
21729
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
21734
|
-
component: "p",
|
|
21735
21730
|
id: "cta-classic-description",
|
|
21736
21731
|
style: design.description
|
|
21737
21732
|
}, otherProps), description)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -39311,11 +39306,10 @@ var CtaWithEmailAction = function CtaWithEmailAction(_ref) {
|
|
|
39311
39306
|
className: "col-span-12 sm:col-span-8 sm:col-start-3 lg:col-span-6 lg:col-start-4"
|
|
39312
39307
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39313
39308
|
isTitle: true,
|
|
39314
|
-
component: "
|
|
39309
|
+
component: "h3",
|
|
39315
39310
|
id: "cta-with-email-action-title",
|
|
39316
39311
|
style: design.title
|
|
39317
39312
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39318
|
-
component: "p",
|
|
39319
39313
|
id: "cta-with-email-action-description",
|
|
39320
39314
|
style: design.description
|
|
39321
39315
|
}, otherProps), description)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -39348,7 +39342,6 @@ var CtaWithEmailAction = function CtaWithEmailAction(_ref) {
|
|
|
39348
39342
|
style: design.successMessage
|
|
39349
39343
|
}, response.message)), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39350
39344
|
className: "col-span-10 col-start-2 sm:col-span-4 sm:col-start-5",
|
|
39351
|
-
component: "p",
|
|
39352
39345
|
id: "cta-with-email-action-promotion-text",
|
|
39353
39346
|
style: design.promotionText
|
|
39354
39347
|
}, otherProps), promotionText));
|
|
@@ -39393,11 +39386,10 @@ var CtaWithLogo = function CtaWithLogo(_ref) {
|
|
|
39393
39386
|
className: "col-span-12 sm:col-span-6 sm:col-start-3 lg:col-span-7"
|
|
39394
39387
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39395
39388
|
isTitle: true,
|
|
39396
|
-
component: "
|
|
39389
|
+
component: "h4",
|
|
39397
39390
|
id: "cta-with-logo-title",
|
|
39398
39391
|
style: design.title
|
|
39399
39392
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39400
|
-
component: "p",
|
|
39401
39393
|
id: "cta-with-logo-description",
|
|
39402
39394
|
style: design.description
|
|
39403
39395
|
}, otherProps), description)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -39462,7 +39454,7 @@ var FaqWithHamburgerView = function FaqWithHamburgerView(_ref) {
|
|
|
39462
39454
|
className: "col-span-12 sm:col-span-6 sm:col-start-4"
|
|
39463
39455
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39464
39456
|
isTitle: true,
|
|
39465
|
-
component: "
|
|
39457
|
+
component: "h3",
|
|
39466
39458
|
id: "faq-with-accordion-title",
|
|
39467
39459
|
style: design.title
|
|
39468
39460
|
}, otherProps), title)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -39506,7 +39498,7 @@ var FAQItem = function FAQItem(_ref3) {
|
|
|
39506
39498
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39507
39499
|
index: index,
|
|
39508
39500
|
isTitle: true,
|
|
39509
|
-
component: "
|
|
39501
|
+
component: "h6",
|
|
39510
39502
|
id: "faq-with-accordion-".concat(index, "-question"),
|
|
39511
39503
|
style: design.question
|
|
39512
39504
|
}, otherProps), question), /*#__PURE__*/React__default["default"].createElement(motion.div, {
|
|
@@ -39553,7 +39545,6 @@ var FAQItem = function FAQItem(_ref3) {
|
|
|
39553
39545
|
}
|
|
39554
39546
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39555
39547
|
index: index,
|
|
39556
|
-
component: "p",
|
|
39557
39548
|
id: "faq-with-accordion-".concat(index, "-answer"),
|
|
39558
39549
|
style: design.answer
|
|
39559
39550
|
}, otherProps), answer)))));
|
|
@@ -39610,11 +39601,10 @@ var FeatureWithBulletList = function FeatureWithBulletList(_ref) {
|
|
|
39610
39601
|
className: "col-span-12 sm:col-span-5"
|
|
39611
39602
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39612
39603
|
isTitle: true,
|
|
39613
|
-
component: "
|
|
39604
|
+
component: "h3",
|
|
39614
39605
|
id: "feature-with-bullet-list-title",
|
|
39615
39606
|
style: design.title
|
|
39616
39607
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39617
|
-
component: "p",
|
|
39618
39608
|
id: "feature-with-bullet-list-description",
|
|
39619
39609
|
style: design.description
|
|
39620
39610
|
}, otherProps), description)), /*#__PURE__*/React__default["default"].createElement(BulletList, null));
|
|
@@ -39667,7 +39657,7 @@ var FeatureWithDetails = function FeatureWithDetails(_ref) {
|
|
|
39667
39657
|
className: contentBaseClasses
|
|
39668
39658
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39669
39659
|
isTitle: true,
|
|
39670
|
-
component: "
|
|
39660
|
+
component: "h3",
|
|
39671
39661
|
id: "feature-with-details-title",
|
|
39672
39662
|
style: design.title
|
|
39673
39663
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
@@ -39694,12 +39684,11 @@ var FeatureWithDetails = function FeatureWithDetails(_ref) {
|
|
|
39694
39684
|
}, design.icon))), /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39695
39685
|
index: index,
|
|
39696
39686
|
isTitle: true,
|
|
39697
|
-
component: "
|
|
39687
|
+
component: "h5",
|
|
39698
39688
|
id: "feature-with-details-features-".concat(index, "-title"),
|
|
39699
39689
|
style: design.featureTitle
|
|
39700
39690
|
}, otherProps), featureTitle), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39701
39691
|
index: index,
|
|
39702
|
-
component: "p",
|
|
39703
39692
|
id: "feature-with-details-features-".concat(index, "-description"),
|
|
39704
39693
|
style: design.featureDescription
|
|
39705
39694
|
}, otherProps), featureDescription)));
|
|
@@ -39757,11 +39746,10 @@ var FeatureWithGrid = function FeatureWithGrid(_ref) {
|
|
|
39757
39746
|
className: "col-span-12 sm:col-span-8 sm:col-start-3 lg:col-span-6 lg:col-start-4"
|
|
39758
39747
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39759
39748
|
isTitle: true,
|
|
39760
|
-
component: "
|
|
39749
|
+
component: "h3",
|
|
39761
39750
|
id: "feature-with-grid-title",
|
|
39762
39751
|
style: design.title
|
|
39763
39752
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39764
|
-
component: "p",
|
|
39765
39753
|
id: "feature-with-grid-description",
|
|
39766
39754
|
style: design.description
|
|
39767
39755
|
}, otherProps), description), /*#__PURE__*/React__default["default"].createElement(Media, {
|
|
@@ -39794,12 +39782,11 @@ var FeatureWithGrid = function FeatureWithGrid(_ref) {
|
|
|
39794
39782
|
}), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39795
39783
|
index: index,
|
|
39796
39784
|
isTitle: true,
|
|
39797
|
-
component: "
|
|
39785
|
+
component: "h5",
|
|
39798
39786
|
id: "feature-with-grid-".concat(index, "-title"),
|
|
39799
39787
|
style: design.featureTitle
|
|
39800
39788
|
}, otherProps), featureTitle), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39801
39789
|
index: index,
|
|
39802
|
-
component: "p",
|
|
39803
39790
|
id: "feature-with-grid-".concat(index, "-description"),
|
|
39804
39791
|
style: design.featureDescription
|
|
39805
39792
|
}, otherProps), featureDescription));
|
|
@@ -39848,11 +39835,10 @@ var FeatureWithImage = function FeatureWithImage(_ref) {
|
|
|
39848
39835
|
className: featureClasses
|
|
39849
39836
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39850
39837
|
isTitle: true,
|
|
39851
|
-
component: "
|
|
39838
|
+
component: "h3",
|
|
39852
39839
|
id: "feature-with-image-title",
|
|
39853
39840
|
style: design.title
|
|
39854
39841
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39855
|
-
component: "p",
|
|
39856
39842
|
id: "feature-with-image-description",
|
|
39857
39843
|
style: design.description
|
|
39858
39844
|
}, otherProps), description)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -39905,12 +39891,14 @@ var FeatureWithJumboText = function FeatureWithJumboText(_ref) {
|
|
|
39905
39891
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39906
39892
|
isTitle: true,
|
|
39907
39893
|
className: titleBaseClasses,
|
|
39894
|
+
component: "h1",
|
|
39908
39895
|
id: "feature-with-jumbo-text-main-title",
|
|
39909
39896
|
style: design.mainTitle
|
|
39910
39897
|
}, otherProps), mainTitle), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
39911
39898
|
className: subTitleBaseClasses
|
|
39912
39899
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39913
39900
|
isTitle: true,
|
|
39901
|
+
component: "h4",
|
|
39914
39902
|
id: "feature-with-jumbo-text-sub-title",
|
|
39915
39903
|
style: design.subTitle
|
|
39916
39904
|
}, otherProps), subTitle), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
@@ -39966,12 +39954,11 @@ var FeatureWithList = function FeatureWithList(_ref) {
|
|
|
39966
39954
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39967
39955
|
isTitle: true,
|
|
39968
39956
|
className: "col-span-12",
|
|
39969
|
-
component: "
|
|
39957
|
+
component: "h3",
|
|
39970
39958
|
id: "feature-with-list-title",
|
|
39971
39959
|
style: design.title
|
|
39972
39960
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
39973
39961
|
className: "col-span-12",
|
|
39974
|
-
component: "p",
|
|
39975
39962
|
id: "feature-with-list-description",
|
|
39976
39963
|
style: design.description
|
|
39977
39964
|
}, otherProps), description), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -40084,11 +40071,10 @@ var FeatureWithProgressBar = function FeatureWithProgressBar(_ref) {
|
|
|
40084
40071
|
className: progressBarBaseClasses
|
|
40085
40072
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
40086
40073
|
isTitle: true,
|
|
40087
|
-
component: "
|
|
40074
|
+
component: "h3",
|
|
40088
40075
|
id: "feature-with-progress-bar-title",
|
|
40089
40076
|
style: design.title
|
|
40090
40077
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
40091
|
-
component: "p",
|
|
40092
40078
|
id: "feature-with-progress-bar-description",
|
|
40093
40079
|
style: design.description
|
|
40094
40080
|
}, otherProps), description), features.map(function (_ref2, index) {
|
|
@@ -40104,7 +40090,7 @@ var FeatureWithProgressBar = function FeatureWithProgressBar(_ref) {
|
|
|
40104
40090
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
40105
40091
|
index: index,
|
|
40106
40092
|
isTitle: true,
|
|
40107
|
-
component: "
|
|
40093
|
+
component: "h5",
|
|
40108
40094
|
id: "feature-with-progress-bar-".concat(index, "-featureTitle"),
|
|
40109
40095
|
style: design.featureTitle
|
|
40110
40096
|
}, otherProps), featureTitle), /*#__PURE__*/React__default["default"].createElement(StyledWrapper, {
|
|
@@ -40311,6 +40297,7 @@ var FooterWithIcons = function FooterWithIcons(_ref) {
|
|
|
40311
40297
|
}), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
40312
40298
|
isTitle: true,
|
|
40313
40299
|
className: "hidden w-full sm:block",
|
|
40300
|
+
component: "p",
|
|
40314
40301
|
id: "footer-with-icons-copyright-text",
|
|
40315
40302
|
style: design.copyrightText
|
|
40316
40303
|
}, otherProps), copyrightText)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -40377,11 +40364,9 @@ var FooterWithLinks = function FooterWithLinks(_ref) {
|
|
|
40377
40364
|
id: "footer-with-links-logo",
|
|
40378
40365
|
src: logo.src
|
|
40379
40366
|
}), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
40380
|
-
component: "p",
|
|
40381
40367
|
design: design.logoTitle,
|
|
40382
40368
|
id: "footer-with-links-logo-title"
|
|
40383
40369
|
}, otherProps), logo.title)), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
40384
|
-
component: "p",
|
|
40385
40370
|
id: "footer-with-links-description",
|
|
40386
40371
|
style: design.description
|
|
40387
40372
|
}, otherProps), description)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -40395,7 +40380,7 @@ var FooterWithLinks = function FooterWithLinks(_ref) {
|
|
|
40395
40380
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
40396
40381
|
index: index,
|
|
40397
40382
|
isTitle: true,
|
|
40398
|
-
component: "
|
|
40383
|
+
component: "h5",
|
|
40399
40384
|
id: "footer-with-links-columns-".concat(index, "-title"),
|
|
40400
40385
|
style: design.columnTitle
|
|
40401
40386
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement("ul", {
|
|
@@ -40420,7 +40405,7 @@ var FooterWithLinks = function FooterWithLinks(_ref) {
|
|
|
40420
40405
|
className: "col-span-12 space-y-2 sm:col-span-2"
|
|
40421
40406
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
40422
40407
|
isTitle: true,
|
|
40423
|
-
component: "
|
|
40408
|
+
component: "h5",
|
|
40424
40409
|
id: "footer-with-links-contact-title",
|
|
40425
40410
|
style: design.columnTitle
|
|
40426
40411
|
}, otherProps), contact.title), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -42324,12 +42309,11 @@ var GalleryClassic = function GalleryClassic(_ref) {
|
|
|
42324
42309
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, {
|
|
42325
42310
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
42326
42311
|
isTitle: true,
|
|
42327
|
-
component: "
|
|
42312
|
+
component: "h3",
|
|
42328
42313
|
id: "gallery-classic-title",
|
|
42329
42314
|
style: design.title
|
|
42330
42315
|
}, title), /*#__PURE__*/React__default["default"].createElement(Typography$1, {
|
|
42331
42316
|
disableButtonAndLinks: disableButtonAndLinks,
|
|
42332
|
-
component: "p",
|
|
42333
42317
|
id: "gallery-classic-description",
|
|
42334
42318
|
style: design.description
|
|
42335
42319
|
}, description)), /*#__PURE__*/React__default["default"].createElement(ArrowButton, {
|
|
@@ -42431,11 +42415,10 @@ var GalleryWithAutoplay = function GalleryWithAutoplay(_ref) {
|
|
|
42431
42415
|
className: "col-span-12 col-start-1 sm:col-span-6 sm:col-start-4"
|
|
42432
42416
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
42433
42417
|
isTitle: true,
|
|
42434
|
-
component: "
|
|
42418
|
+
component: "h3",
|
|
42435
42419
|
id: "gallery-with-autoplay-title",
|
|
42436
42420
|
style: design.title
|
|
42437
42421
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
42438
|
-
component: "p",
|
|
42439
42422
|
id: "gallery-with-autoplay-description",
|
|
42440
42423
|
style: design.description
|
|
42441
42424
|
}, otherProps), description)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -43258,7 +43241,9 @@ var LogoClouds = function LogoClouds(_ref) {
|
|
|
43258
43241
|
design: design.body,
|
|
43259
43242
|
nestedClassName: baseClasses
|
|
43260
43243
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, {
|
|
43244
|
+
isTitle: true,
|
|
43261
43245
|
className: "col-span-12",
|
|
43246
|
+
component: "h3",
|
|
43262
43247
|
style: design.title
|
|
43263
43248
|
}, title), logos.map(function (_ref2, index) {
|
|
43264
43249
|
var src = _ref2.src,
|
|
@@ -43313,11 +43298,10 @@ var Paragraph = function Paragraph(_ref) {
|
|
|
43313
43298
|
className: "col-span-12"
|
|
43314
43299
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43315
43300
|
isTitle: true,
|
|
43316
|
-
component: "
|
|
43301
|
+
component: "h3",
|
|
43317
43302
|
id: "paragraph-title",
|
|
43318
43303
|
style: design.title
|
|
43319
43304
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43320
|
-
component: "p",
|
|
43321
43305
|
id: "paragraph-description",
|
|
43322
43306
|
style: design.description
|
|
43323
43307
|
}, otherProps), description), /*#__PURE__*/React__default["default"].createElement(ListComponent, {
|
|
@@ -43399,11 +43383,10 @@ var PricingInCardView = function PricingInCardView(_ref) {
|
|
|
43399
43383
|
className: "col-span-12 sm:col-span-8 sm:col-start-3 lg:col-span-6 lg:col-start-4"
|
|
43400
43384
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43401
43385
|
isTitle: true,
|
|
43402
|
-
component: "
|
|
43386
|
+
component: "h4",
|
|
43403
43387
|
id: "pricing-in-card-view-title",
|
|
43404
43388
|
style: design.title
|
|
43405
43389
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43406
|
-
component: "p",
|
|
43407
43390
|
id: "pricing-in-card-view-description",
|
|
43408
43391
|
style: design.description
|
|
43409
43392
|
}, otherProps), description)), /*#__PURE__*/React__default["default"].createElement(Toggle, {
|
|
@@ -43432,12 +43415,11 @@ var PricingInCardView = function PricingInCardView(_ref) {
|
|
|
43432
43415
|
}, /*#__PURE__*/React__default["default"].createElement("div", null, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43433
43416
|
index: index,
|
|
43434
43417
|
isTitle: true,
|
|
43435
|
-
component: "
|
|
43418
|
+
component: "h5",
|
|
43436
43419
|
id: "pricing-in-card-view-tier-".concat(index, "-title"),
|
|
43437
43420
|
style: design.tierTitle
|
|
43438
43421
|
}, otherProps), tierTitle), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43439
43422
|
index: index,
|
|
43440
|
-
component: "p",
|
|
43441
43423
|
id: "pricing-in-card-view-tier-".concat(index, "-description"),
|
|
43442
43424
|
style: design.tierDescription
|
|
43443
43425
|
}, otherProps), tierDescription), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -43445,13 +43427,13 @@ var PricingInCardView = function PricingInCardView(_ref) {
|
|
|
43445
43427
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43446
43428
|
index: index,
|
|
43447
43429
|
isTitle: true,
|
|
43448
|
-
component: "
|
|
43430
|
+
component: "h4",
|
|
43449
43431
|
id: "pricing-in-card-view-tier-".concat(index, "-tierPrice"),
|
|
43450
43432
|
style: design.tierPrice
|
|
43451
43433
|
}, otherProps), pricing.price), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43452
43434
|
index: index,
|
|
43453
43435
|
isTitle: true,
|
|
43454
|
-
component: "
|
|
43436
|
+
component: "h4",
|
|
43455
43437
|
id: "pricing-in-card-view-tier-".concat(index, "-tierLabel"),
|
|
43456
43438
|
style: design.tierLabel
|
|
43457
43439
|
}, otherProps), pricing.label)), features.map(function (feature, featureIndex) {
|
|
@@ -43511,13 +43493,13 @@ var Slides = function Slides(_ref) {
|
|
|
43511
43493
|
className: "col-span-12"
|
|
43512
43494
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, {
|
|
43513
43495
|
isTitle: true,
|
|
43514
|
-
component: "
|
|
43496
|
+
component: "h2",
|
|
43515
43497
|
style: mergeRight(design.title, {
|
|
43516
43498
|
textAlign: titleTextAlign
|
|
43517
43499
|
})
|
|
43518
43500
|
}, title), /*#__PURE__*/React__default["default"].createElement(Typography$1, {
|
|
43519
43501
|
isTitle: true,
|
|
43520
|
-
component: "
|
|
43502
|
+
component: "h3",
|
|
43521
43503
|
style: mergeRight(design.subTitle, {
|
|
43522
43504
|
textAlign: subTitleTextAlign
|
|
43523
43505
|
})
|
|
@@ -43544,7 +43526,7 @@ var Slides = function Slides(_ref) {
|
|
|
43544
43526
|
swiperRef: swiperRef,
|
|
43545
43527
|
isStart: true,
|
|
43546
43528
|
Icon: ArrowLeftS$1,
|
|
43547
|
-
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",
|
|
43548
43530
|
onClick: function onClick() {
|
|
43549
43531
|
var _swiperRef$current;
|
|
43550
43532
|
return (_swiperRef$current = swiperRef.current) === null || _swiperRef$current === void 0 ? void 0 : _swiperRef$current.slidePrev();
|
|
@@ -43587,14 +43569,14 @@ var Slides = function Slides(_ref) {
|
|
|
43587
43569
|
}, design.backgroundImage),
|
|
43588
43570
|
className: classnames("neeto-site-block-wrapper relative lg:w-9/12", baseClasses)
|
|
43589
43571
|
}, slide.logoUrl && /*#__PURE__*/React__default["default"].createElement("img", {
|
|
43590
|
-
className: "absolute top-8
|
|
43572
|
+
className: "absolute right-12 top-8 w-20",
|
|
43591
43573
|
src: slide.logoUrl
|
|
43592
43574
|
}), renderSwiperSlide(slide))));
|
|
43593
43575
|
})), /*#__PURE__*/React__default["default"].createElement(PageNavigation, {
|
|
43594
43576
|
activeIndex: activeIndex,
|
|
43595
43577
|
swiperRef: swiperRef,
|
|
43596
43578
|
Icon: ArrowRightS$1,
|
|
43597
|
-
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",
|
|
43598
43580
|
onClick: function onClick() {
|
|
43599
43581
|
var _swiperRef$current2;
|
|
43600
43582
|
return (_swiperRef$current2 = swiperRef.current) === null || _swiperRef$current2 === void 0 ? void 0 : _swiperRef$current2.slideNext();
|
|
@@ -43649,14 +43631,15 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
|
|
|
43649
43631
|
design: design.body,
|
|
43650
43632
|
nestedClassName: baseClasses
|
|
43651
43633
|
}, /*#__PURE__*/React__default["default"].createElement("div", {
|
|
43652
|
-
className: "col-span-
|
|
43634
|
+
className: "col-span-full"
|
|
43653
43635
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43654
43636
|
isTitle: true,
|
|
43655
|
-
|
|
43637
|
+
className: "w-full",
|
|
43638
|
+
component: "h3",
|
|
43656
43639
|
id: "testimonial-with-slider-title",
|
|
43657
43640
|
style: design.title
|
|
43658
43641
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43659
|
-
|
|
43642
|
+
className: "w-full",
|
|
43660
43643
|
id: "testimonial-with-slider-description",
|
|
43661
43644
|
style: design.description
|
|
43662
43645
|
}, otherProps), description)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -43682,20 +43665,20 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
|
|
|
43682
43665
|
}, /*#__PURE__*/React__default["default"].createElement(StyledImage$1, {
|
|
43683
43666
|
index: index,
|
|
43684
43667
|
src: src,
|
|
43685
|
-
className: "ns-testimonial-image-aspect-ratio",
|
|
43668
|
+
className: "ns-testimonial-image-aspect-ratio object-cover",
|
|
43686
43669
|
design: design.testimonialImage,
|
|
43687
43670
|
disableButtonAndLinks: otherProps.disableButtonAndLinks,
|
|
43688
43671
|
id: "testimonial-with-slider-".concat(index, "-image")
|
|
43689
43672
|
}), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43690
43673
|
index: index,
|
|
43691
43674
|
isTitle: true,
|
|
43692
|
-
component: "
|
|
43675
|
+
component: "h6",
|
|
43693
43676
|
id: "testimonial-with-slider-".concat(index, "-name"),
|
|
43694
43677
|
style: design.testimonialName
|
|
43695
43678
|
}, otherProps), name), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43696
43679
|
index: index,
|
|
43697
43680
|
isTitle: true,
|
|
43698
|
-
component: "
|
|
43681
|
+
component: "p",
|
|
43699
43682
|
id: "testimonial-with-slider-".concat(index, "-position")
|
|
43700
43683
|
}, otherProps, {
|
|
43701
43684
|
style: design.testimonialPosition
|
|
@@ -43709,7 +43692,6 @@ var TestimonialWithSlider = function TestimonialWithSlider(_ref) {
|
|
|
43709
43692
|
id: "testimonial-with-slider-".concat(index, "-logo"),
|
|
43710
43693
|
src: logoUrl
|
|
43711
43694
|
}), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43712
|
-
component: "p",
|
|
43713
43695
|
style: design.testimonialDescription
|
|
43714
43696
|
}, _objectSpread(_objectSpread({}, otherProps), {}, {
|
|
43715
43697
|
index: index
|
|
@@ -43774,11 +43756,10 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
|
|
|
43774
43756
|
className: "col-span-12 space-y-4 sm:col-span-6 sm:col-start-4"
|
|
43775
43757
|
}, /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43776
43758
|
isTitle: true,
|
|
43777
|
-
component: "
|
|
43759
|
+
component: "h3",
|
|
43778
43760
|
id: "testimonial-with-vertical-view-title",
|
|
43779
43761
|
style: design.title
|
|
43780
43762
|
}, otherProps), title), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43781
|
-
component: "p",
|
|
43782
43763
|
id: "testimonial-with-vertical-view-description",
|
|
43783
43764
|
style: design.description
|
|
43784
43765
|
}, otherProps), description)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -43806,13 +43787,13 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
|
|
|
43806
43787
|
}), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43807
43788
|
index: index,
|
|
43808
43789
|
isTitle: true,
|
|
43809
|
-
component: "
|
|
43790
|
+
component: "h6",
|
|
43810
43791
|
id: "testimonial-with-vertical-view-images-".concat(index, "-name"),
|
|
43811
43792
|
style: design.testimonialName
|
|
43812
43793
|
}, otherProps), name), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43813
43794
|
index: index,
|
|
43814
43795
|
isTitle: true,
|
|
43815
|
-
component: "
|
|
43796
|
+
component: "h6",
|
|
43816
43797
|
id: "testimonial-with-vertical-view-images-".concat(index, "-position"),
|
|
43817
43798
|
style: design.testimonialPosition
|
|
43818
43799
|
}, otherProps), position)), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
@@ -43826,7 +43807,6 @@ var TestimonialWithVerticalView = function TestimonialWithVerticalView(_ref) {
|
|
|
43826
43807
|
src: logoUrl
|
|
43827
43808
|
}), /*#__PURE__*/React__default["default"].createElement(Typography$1, _extends__default["default"]({
|
|
43828
43809
|
index: index,
|
|
43829
|
-
component: "p",
|
|
43830
43810
|
id: "testimonial-with-vertical-view-images-".concat(index, "-description"),
|
|
43831
43811
|
style: design.testimonialDescription
|
|
43832
43812
|
}, otherProps), testimonialDescription)));
|