ywana-core8 0.0.565 → 0.0.566

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.umd.js CHANGED
@@ -2567,10 +2567,11 @@
2567
2567
  */
2568
2568
 
2569
2569
  var KanbanCard = function KanbanCard(_ref3) {
2570
- var color = _ref3.color,
2570
+ var className = _ref3.className,
2571
+ color = _ref3.color,
2571
2572
  children = _ref3.children;
2572
2573
  return /*#__PURE__*/React__default["default"].createElement("div", {
2573
- className: "kanban-card " + color
2574
+ className: "kanban-card " + className + " " + color
2574
2575
  }, children);
2575
2576
  };
2576
2577