@bigbinary/neeto-site-blocks 1.13.0 → 1.13.1
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 +7 -4
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +7 -4
- 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];
|
|
@@ -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",
|