@newt-app/templates 0.18.0 → 0.18.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 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -2884,6 +2884,7 @@ function Calendar({
|
|
|
2884
2884
|
...classNames,
|
|
2885
2885
|
}}
|
|
2886
2886
|
components={{
|
|
2887
|
+
// eslint-disable-next-line react/prop-types
|
|
2887
2888
|
Root: ({ className, rootRef, ...props }) => {
|
|
2888
2889
|
return (
|
|
2889
2890
|
<div
|
|
@@ -2894,6 +2895,7 @@ function Calendar({
|
|
|
2894
2895
|
/>
|
|
2895
2896
|
)
|
|
2896
2897
|
},
|
|
2898
|
+
// eslint-disable-next-line react/prop-types
|
|
2897
2899
|
Chevron: ({ className, orientation, ...props }) => {
|
|
2898
2900
|
if (orientation === "left") {
|
|
2899
2901
|
return (
|