rc-picker
Advanced tools
Comparing version 0.0.1-alpha.1 to 0.0.1-alpha.2
@@ -110,7 +110,9 @@ "use strict"; | ||
return React.createElement("table", { | ||
return React.createElement("div", { | ||
className: "".concat(prefixCls, "-body") | ||
}, React.createElement("table", { | ||
className: "".concat(prefixCls, "-content") | ||
}, React.createElement("thead", null, React.createElement("tr", null, headerCells)), React.createElement("tbody", null, rows)); | ||
}, React.createElement("thead", null, React.createElement("tr", null, headerCells)), React.createElement("tbody", null, rows))); | ||
} | ||
exports.default = DateBody; |
@@ -86,5 +86,9 @@ "use strict"; | ||
return React.createElement("table", null, React.createElement("tbody", null, rows)); | ||
return React.createElement("div", { | ||
className: "".concat(prefixCls, "-body") | ||
}, React.createElement("table", { | ||
className: "".concat(prefixCls, "-content") | ||
}, React.createElement("tbody", null, rows))); | ||
} | ||
exports.default = DecadeBody; |
@@ -81,5 +81,9 @@ "use strict"; | ||
return React.createElement("table", null, React.createElement("tbody", null, rows)); | ||
return React.createElement("div", { | ||
className: "".concat(prefixCls, "-body") | ||
}, React.createElement("table", { | ||
className: "".concat(prefixCls, "-content") | ||
}, React.createElement("tbody", null, rows))); | ||
} | ||
exports.default = MonthBody; |
@@ -83,5 +83,9 @@ "use strict"; | ||
return React.createElement("table", null, React.createElement("tbody", null, rows)); | ||
return React.createElement("div", { | ||
className: "".concat(prefixCls, "-body") | ||
}, React.createElement("table", { | ||
className: "".concat(prefixCls, "-content") | ||
}, React.createElement("tbody", null, rows))); | ||
} | ||
exports.default = YearBody; |
@@ -110,7 +110,9 @@ "use strict"; | ||
return React.createElement("table", { | ||
return React.createElement("div", { | ||
className: "".concat(prefixCls, "-body") | ||
}, React.createElement("table", { | ||
className: "".concat(prefixCls, "-content") | ||
}, React.createElement("thead", null, React.createElement("tr", null, headerCells)), React.createElement("tbody", null, rows)); | ||
}, React.createElement("thead", null, React.createElement("tr", null, headerCells)), React.createElement("tbody", null, rows))); | ||
} | ||
exports.default = DateBody; |
@@ -86,5 +86,9 @@ "use strict"; | ||
return React.createElement("table", null, React.createElement("tbody", null, rows)); | ||
return React.createElement("div", { | ||
className: "".concat(prefixCls, "-body") | ||
}, React.createElement("table", { | ||
className: "".concat(prefixCls, "-content") | ||
}, React.createElement("tbody", null, rows))); | ||
} | ||
exports.default = DecadeBody; |
@@ -81,5 +81,9 @@ "use strict"; | ||
return React.createElement("table", null, React.createElement("tbody", null, rows)); | ||
return React.createElement("div", { | ||
className: "".concat(prefixCls, "-body") | ||
}, React.createElement("table", { | ||
className: "".concat(prefixCls, "-content") | ||
}, React.createElement("tbody", null, rows))); | ||
} | ||
exports.default = MonthBody; |
@@ -83,5 +83,9 @@ "use strict"; | ||
return React.createElement("table", null, React.createElement("tbody", null, rows)); | ||
return React.createElement("div", { | ||
className: "".concat(prefixCls, "-body") | ||
}, React.createElement("table", { | ||
className: "".concat(prefixCls, "-content") | ||
}, React.createElement("tbody", null, rows))); | ||
} | ||
exports.default = YearBody; |
{ | ||
"name": "rc-picker", | ||
"version": "0.0.1-alpha.1", | ||
"version": "0.0.1-alpha.2", | ||
"description": "React date & time picker", | ||
@@ -5,0 +5,0 @@ "keywords": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
407276
10463