@rkmodules/rules 0.0.132 → 0.0.133

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 CHANGED
@@ -6140,11 +6140,10 @@ function Control(_a) {
6140
6140
  case "boolean":
6141
6141
  return (React.createElement("input", { type: "checkbox", checked: Boolean(value), onChange: function (e) { return onChange === null || onChange === void 0 ? void 0 : onChange(e.target.checked); } }));
6142
6142
  default:
6143
- return (React.createElement("span", { className: styles$1.PortLabel },
6144
- String(value),
6145
- " (",
6143
+ return React.createElement("span", { className: styles$1.PortLabel },
6144
+ "(",
6146
6145
  vardef.type,
6147
- ")"));
6146
+ ")");
6148
6147
  }
6149
6148
  }
6150
6149