@gustavo-valsechi/client 1.4.248 → 1.4.249
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.
|
@@ -41,7 +41,6 @@ var import_error = require("../error");
|
|
|
41
41
|
var import_contexts = require("../../../../../contexts");
|
|
42
42
|
var import_react_day_picker = require("react-day-picker");
|
|
43
43
|
var import_locale = require("react-day-picker/locale");
|
|
44
|
-
var import_style = require("react-day-picker/dist/dist/style.css");
|
|
45
44
|
var import_lodash = __toESM(require("lodash"));
|
|
46
45
|
function InputDateTime(props) {
|
|
47
46
|
const inputRef = (0, import_react.useRef)();
|
|
@@ -8,7 +8,6 @@ import { InputError } from "../error";
|
|
|
8
8
|
import { useTarget } from "../../../../../contexts";
|
|
9
9
|
import { DayPicker } from "react-day-picker";
|
|
10
10
|
import { ptBR } from "react-day-picker/locale";
|
|
11
|
-
import "react-day-picker/dist/dist/style.css";
|
|
12
11
|
import _ from "lodash";
|
|
13
12
|
function InputDateTime(props) {
|
|
14
13
|
const inputRef = useRef();
|