@layerfi/components 0.1.32 → 0.1.33

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/esm/index.js CHANGED
@@ -4787,7 +4787,6 @@ var InputWithBadge = ({
4787
4787
  // src/components/Input/DateInput.tsx
4788
4788
  import React70, { useEffect as useEffect8, useState as useState10 } from "react";
4789
4789
  import DatePicker from "react-datepicker";
4790
- import "react-datepicker/dist/react-datepicker.css";
4791
4790
  import classNames26 from "classnames";
4792
4791
  var DateInput = ({
4793
4792
  selected,
@@ -4824,7 +4823,6 @@ var DateInput = ({
4824
4823
  // src/components/Input/DateRangeInput.tsx
4825
4824
  import React71, { useEffect as useEffect9, useState as useState11 } from "react";
4826
4825
  import DatePicker2 from "react-datepicker";
4827
- import "react-datepicker/dist/react-datepicker.css";
4828
4826
  import classNames27 from "classnames";
4829
4827
  import {
4830
4828
  endOfMonth as endOfMonth2,