@bigbinary/neeto-site-blocks 1.13.0 → 1.13.2
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 +13 -10
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +13 -10
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -13887,7 +13887,7 @@ var FAQItem = function FAQItem(_ref3) {
|
|
|
13887
13887
|
enableAnimation = _ref3.enableAnimation,
|
|
13888
13888
|
index = _ref3.index,
|
|
13889
13889
|
otherProps = _objectWithoutProperties__default["default"](_ref3, _excluded2$1);
|
|
13890
|
-
var _useState = React.useState(
|
|
13890
|
+
var _useState = React.useState(false),
|
|
13891
13891
|
_useState2 = _slicedToArray__default["default"](_useState, 2),
|
|
13892
13892
|
isOpen = _useState2[0],
|
|
13893
13893
|
setIsOpen = _useState2[1];
|
|
@@ -16113,7 +16113,7 @@ var HeaderWithButtons = function HeaderWithButtons(_ref) {
|
|
|
16113
16113
|
children: [/*#__PURE__*/jsxRuntime.jsx(Link, _objectSpread$9(_objectSpread$9({
|
|
16114
16114
|
action: properties.logo.action,
|
|
16115
16115
|
to: properties.logo.to,
|
|
16116
|
-
className: classnames__default["default"]("col-start-2 ml-3 flex max-h-8 justify-start sm:ml-0 sm:max-h-10 lg:col-span-
|
|
16116
|
+
className: classnames__default["default"]("col-start-2 ml-3 flex max-h-8 justify-start sm:ml-0 sm:max-h-10 lg:col-span-2 lg:col-start-1 lg:max-h-14", {
|
|
16117
16117
|
"col-span-10": ramda.isEmpty(buttons),
|
|
16118
16118
|
"col-span-3 sm:col-span-4 sm:col-start-2": neetoCist.isNotEmpty(buttons)
|
|
16119
16119
|
})
|
|
@@ -16127,7 +16127,7 @@ var HeaderWithButtons = function HeaderWithButtons(_ref) {
|
|
|
16127
16127
|
src: properties.logo.src
|
|
16128
16128
|
})
|
|
16129
16129
|
})), /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
16130
|
-
className: classnames__default["default"]("col-span-5 col-start-4 hidden items-center justify-center gap-x-6 lg:flex", {
|
|
16130
|
+
className: classnames__default["default"]("col-span-5 col-start-4 hidden items-center justify-center gap-x-6 lg:col-span-7 lg:col-start-3 lg:flex", {
|
|
16131
16131
|
"col-span-9 sm:justify-end": ramda.isEmpty(buttons)
|
|
16132
16132
|
}),
|
|
16133
16133
|
children: properties.links.map(function (link, index) {
|
|
@@ -16140,7 +16140,7 @@ var HeaderWithButtons = function HeaderWithButtons(_ref) {
|
|
|
16140
16140
|
}, link), otherProps)), getUniqueKey(link.label, index));
|
|
16141
16141
|
})
|
|
16142
16142
|
}), /*#__PURE__*/jsxRuntime.jsx("div", {
|
|
16143
|
-
className: "col-span-8 col-start-5 flex justify-end gap-x-2 sm:col-span-4 sm:col-start-9",
|
|
16143
|
+
className: "col-span-8 col-start-5 flex justify-end gap-x-2 sm:col-span-4 sm:col-start-9 lg:col-span-3 lg:col-start-10",
|
|
16144
16144
|
children: buttons.map(function (button, index) {
|
|
16145
16145
|
return /*#__PURE__*/jsxRuntime.jsx(Button$1, _objectSpread$9({
|
|
16146
16146
|
id: "header-with-buttons-buttons-".concat(index, "-button"),
|
|
@@ -16349,7 +16349,7 @@ var HeaderWithIcons = function HeaderWithIcons(_ref) {
|
|
|
16349
16349
|
"neeto-site-sticky-header--scroll": !isHeadingWrapperVisible
|
|
16350
16350
|
}, className),
|
|
16351
16351
|
children: [/*#__PURE__*/jsxRuntime.jsx("div", {
|
|
16352
|
-
className: "col-span-
|
|
16352
|
+
className: "col-span-5 col-start-1 hidden items-center gap-6 lg:flex",
|
|
16353
16353
|
children: properties.links.map(function (link, index) {
|
|
16354
16354
|
return /*#__PURE__*/jsxRuntime.jsx(Link, _objectSpread$7(_objectSpread$7({
|
|
16355
16355
|
isHighlighted: isLinkHighlighted(link.to, currentPath),
|
|
@@ -16482,7 +16482,7 @@ var HeaderWithLogoTitle = function HeaderWithLogoTitle(_ref) {
|
|
|
16482
16482
|
"neeto-site-sticky-header--scroll": !isHeadingWrapperVisible
|
|
16483
16483
|
}, className),
|
|
16484
16484
|
children: [/*#__PURE__*/jsxRuntime.jsx("div", {
|
|
16485
|
-
className: classnames__default["default"]("col-start-2 ml-3 flex items-center sm:ml-0 sm:gap-x-4 lg:col-span-
|
|
16485
|
+
className: classnames__default["default"]("col-start-2 ml-3 flex items-center sm:ml-0 sm:gap-x-4 lg:col-span-3 lg:col-start-1", {
|
|
16486
16486
|
"col-span-10": ramda.isEmpty(buttons),
|
|
16487
16487
|
"col-span-4": neetoCist.isNotEmpty(buttons)
|
|
16488
16488
|
}),
|
|
@@ -16512,7 +16512,7 @@ var HeaderWithLogoTitle = function HeaderWithLogoTitle(_ref) {
|
|
|
16512
16512
|
})]
|
|
16513
16513
|
}))
|
|
16514
16514
|
}), /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
16515
|
-
className: "col-span-6 col-start-7 flex items-center justify-end gap-x-6 sm:col-span-5 sm:col-start-8 lg:col-span-
|
|
16515
|
+
className: "col-span-6 col-start-7 flex items-center justify-end gap-x-6 sm:col-span-5 sm:col-start-8 lg:col-span-8 lg:col-start-5",
|
|
16516
16516
|
children: [properties.links.map(function (link, index) {
|
|
16517
16517
|
return /*#__PURE__*/jsxRuntime.jsx(Link, _objectSpread$6({
|
|
16518
16518
|
className: "hidden lg:inline",
|
|
@@ -17147,9 +17147,12 @@ var PricingInCardView = function PricingInCardView(_ref) {
|
|
|
17147
17147
|
return /*#__PURE__*/jsxRuntime.jsxs("div", {
|
|
17148
17148
|
className: "flex items-start gap-4",
|
|
17149
17149
|
children: [/*#__PURE__*/jsxRuntime.jsx(Check, {
|
|
17150
|
-
className: "
|
|
17151
|
-
|
|
17152
|
-
size: 16
|
|
17150
|
+
className: "rounded-full p-0.5",
|
|
17151
|
+
fill: design.tierFeature.color,
|
|
17152
|
+
size: 16,
|
|
17153
|
+
style: {
|
|
17154
|
+
backgroundColor: design.body.backgroundColor
|
|
17155
|
+
}
|
|
17153
17156
|
}), /*#__PURE__*/jsxRuntime.jsx(Typography$1, _objectSpread$2(_objectSpread$2({
|
|
17154
17157
|
isTitle: true,
|
|
17155
17158
|
component: "p",
|