@bigbinary/neeto-site-blocks 1.12.0 → 1.12.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.js CHANGED
@@ -14721,7 +14721,7 @@ var FooterClassic = function FooterClassic(_ref) {
14721
14721
  isVisible: isNotEmpty(socialIcons),
14722
14722
  children: socialIcons.map(function (_icon, index) {
14723
14723
  return /*#__PURE__*/jsx(Link, _objectSpread$d({
14724
- id: "footer-classic-social-icons-".concat(index, "-link"),
14724
+ id: "footer-classic-social-icons-".concat(index, "-icon"),
14725
14725
  icon: function icon() {
14726
14726
  return renderIcon(_objectSpread$d(_objectSpread$d({
14727
14727
  name: _icon.name,
@@ -14800,7 +14800,7 @@ var FooterClassic = function FooterClassic(_ref) {
14800
14800
  className: "order-1 flex justify-center space-x-4 sm:order-2 sm:justify-end",
14801
14801
  children: socialIcons.map(function (_icon2, index) {
14802
14802
  return /*#__PURE__*/jsx(Link, _objectSpread$d({
14803
- id: "footer-classic-social-icons-".concat(index, "-link"),
14803
+ id: "footer-classic-social-icons-".concat(index, "-icon"),
14804
14804
  icon: function icon() {
14805
14805
  return renderIcon(_objectSpread$d({
14806
14806
  name: _icon2.name,
@@ -14878,7 +14878,7 @@ var FooterWithIcons = function FooterWithIcons(_ref) {
14878
14878
  isVisible: isNotEmpty(socialIcons),
14879
14879
  children: socialIcons.map(function (_icon, index) {
14880
14880
  return /*#__PURE__*/jsx(Link, _objectSpread$c({
14881
- id: "footer-with-icons-social-icon-".concat(index, "-link"),
14881
+ id: "footer-with-icons-social-icon-".concat(index, "-icon"),
14882
14882
  icon: function icon() {
14883
14883
  return renderIcon(_objectSpread$c(_objectSpread$c({
14884
14884
  name: _icon.name,