@plusscommunities/pluss-feature-builder-web 1.1.0-beta.0 → 1.1.0-beta.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 +2 -5
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13485,12 +13485,9 @@ var IconSelector = _ref => {
|
|
|
13485
13485
|
})]
|
|
13486
13486
|
}), /*#__PURE__*/jsx("div", {
|
|
13487
13487
|
className: modules_0813ced7.currentSelectionDisplay,
|
|
13488
|
-
children:
|
|
13489
|
-
|
|
13488
|
+
children: /*#__PURE__*/jsx(Icon, {
|
|
13489
|
+
iconName: currentIcon,
|
|
13490
13490
|
className: modules_0813ced7.selectedIcon
|
|
13491
|
-
}) : /*#__PURE__*/jsx("span", {
|
|
13492
|
-
className: modules_0813ced7.iconName,
|
|
13493
|
-
children: currentIcon
|
|
13494
13491
|
})
|
|
13495
13492
|
})]
|
|
13496
13493
|
}), /*#__PURE__*/jsx("div", {
|