@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.js CHANGED
@@ -13864,7 +13864,7 @@ var FaqWithHamburgerView = function FaqWithHamburgerView(_ref) {
13864
13864
  enableAnimation = properties.enableAnimation,
13865
13865
  faqs = properties.faqs;
13866
13866
  var baseClasses = "grid grid-cols-12 items-center gap-4 gap-y-12";
13867
- var columnsBaseClasses = "col-span-12 gap-12 divide-y divide-gray-800 cursor-pointer space-y-2";
13867
+ var columnsBaseClasses = "col-span-12 gap-12 cursor-pointer space-y-2";
13868
13868
  return /*#__PURE__*/jsxs(BlockWrapper, {
13869
13869
  className: className,
13870
13870
  enableAnimation: enableAnimation,