@plusscommunities/pluss-feature-builder-web 1.1.0-beta.3 → 1.1.0-beta.4

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
@@ -13485,7 +13485,7 @@ var IconSelector = _ref => {
13485
13485
  }), /*#__PURE__*/jsx("div", {
13486
13486
  className: modules_0813ced7.currentSelectionDisplay,
13487
13487
  children: /*#__PURE__*/jsx(Icon$1, {
13488
- iconName: currentIcon,
13488
+ icon: currentIcon,
13489
13489
  className: modules_0813ced7.selectedIcon
13490
13490
  })
13491
13491
  })]
@@ -13505,7 +13505,7 @@ var IconSelector = _ref => {
13505
13505
  "aria-label": "Select ".concat(icon, " icon").concat(isSelected ? ", currently selected" : ""),
13506
13506
  "aria-describedby": showError && stepErrors && stepErrors.icon ? "icon-error" : undefined,
13507
13507
  children: /*#__PURE__*/jsx(Icon$1, {
13508
- iconName: icon,
13508
+ icon: icon,
13509
13509
  size: "lg"
13510
13510
  })
13511
13511
  }, icon);