@bigbinary/neeto-site-blocks 1.12.0 → 1.13.0
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 +3 -3
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
package/dist/index.cjs.js
CHANGED
|
@@ -14740,7 +14740,7 @@ var FooterClassic = function FooterClassic(_ref) {
|
|
|
14740
14740
|
isVisible: neetoCist.isNotEmpty(socialIcons),
|
|
14741
14741
|
children: socialIcons.map(function (_icon, index) {
|
|
14742
14742
|
return /*#__PURE__*/jsxRuntime.jsx(Link, _objectSpread$d({
|
|
14743
|
-
id: "footer-classic-social-icons-".concat(index, "-
|
|
14743
|
+
id: "footer-classic-social-icons-".concat(index, "-icon"),
|
|
14744
14744
|
icon: function icon() {
|
|
14745
14745
|
return renderIcon(_objectSpread$d(_objectSpread$d({
|
|
14746
14746
|
name: _icon.name,
|
|
@@ -14819,7 +14819,7 @@ var FooterClassic = function FooterClassic(_ref) {
|
|
|
14819
14819
|
className: "order-1 flex justify-center space-x-4 sm:order-2 sm:justify-end",
|
|
14820
14820
|
children: socialIcons.map(function (_icon2, index) {
|
|
14821
14821
|
return /*#__PURE__*/jsxRuntime.jsx(Link, _objectSpread$d({
|
|
14822
|
-
id: "footer-classic-social-icons-".concat(index, "-
|
|
14822
|
+
id: "footer-classic-social-icons-".concat(index, "-icon"),
|
|
14823
14823
|
icon: function icon() {
|
|
14824
14824
|
return renderIcon(_objectSpread$d({
|
|
14825
14825
|
name: _icon2.name,
|
|
@@ -14897,7 +14897,7 @@ var FooterWithIcons = function FooterWithIcons(_ref) {
|
|
|
14897
14897
|
isVisible: neetoCist.isNotEmpty(socialIcons),
|
|
14898
14898
|
children: socialIcons.map(function (_icon, index) {
|
|
14899
14899
|
return /*#__PURE__*/jsxRuntime.jsx(Link, _objectSpread$c({
|
|
14900
|
-
id: "footer-with-icons-social-icon-".concat(index, "-
|
|
14900
|
+
id: "footer-with-icons-social-icon-".concat(index, "-icon"),
|
|
14901
14901
|
icon: function icon() {
|
|
14902
14902
|
return renderIcon(_objectSpread$c(_objectSpread$c({
|
|
14903
14903
|
name: _icon.name,
|