@bigbinary/neeto-site-blocks 1.16.14 → 1.16.15
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 +1 -1
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -13883,7 +13883,7 @@ var FaqWithHamburgerView = function FaqWithHamburgerView(_ref) {
|
|
|
13883
13883
|
enableAnimation = properties.enableAnimation,
|
|
13884
13884
|
faqs = properties.faqs;
|
|
13885
13885
|
var baseClasses = "grid grid-cols-12 items-center gap-4 gap-y-12";
|
|
13886
|
-
var columnsBaseClasses = "col-span-12 gap-12
|
|
13886
|
+
var columnsBaseClasses = "col-span-12 gap-12 cursor-pointer space-y-2";
|
|
13887
13887
|
return /*#__PURE__*/jsxRuntime.jsxs(BlockWrapper, {
|
|
13888
13888
|
className: className,
|
|
13889
13889
|
enableAnimation: enableAnimation,
|