funuicss 1.9.14 → 1.9.15

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.
@@ -70,7 +70,7 @@ var List = function List(_ref) {
70
70
  hoverable = _ref.hoverable,
71
71
  roundItems = _ref.roundItems;
72
72
  return /*#__PURE__*/external_react_default().createElement("ul", {
73
- className: "list \n".concat(funcss, "\n").concat(dark ? "dark" : "", "\n").concat(light ? "light" : "", "\n").concat(hoverable ? "hoverable" : "", "\n").concat(stripped ? "stripped" : "", "\n").concat(bordered ? "bordered" : "", "\n").concat(roundItems ? "roundItems" : "", "\n")
73
+ className: "list \n".concat(funcss, "\n").concat(dark ? "dark" : "", "\n").concat(light ? "light" : "", "\n").concat(hoverable ? "hoverableList" : "", "\n").concat(stripped ? "stripped" : "", "\n").concat(bordered ? "bordered" : "", "\n").concat(roundItems ? "roundItems" : "", "\n")
74
74
  }, children, " ", content);
75
75
  };
76
76
  /* harmony default export */ const Components_List = (List);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "funuicss",
3
- "version": "1.9.14",
3
+ "version": "1.9.15",
4
4
  "description": "React/Next.js component UI Library for creating Easy and good looking websites with fewer lines of code.",
5
5
  "main": "index.js",
6
6
  "keywords": ["funui" , "React Component", "Next Component", "react" , "react and next component Library"],