@ballistix.digital/react-components 5.3.0-rc.0 → 5.3.0

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.esm.js CHANGED
@@ -11,7 +11,7 @@ import {fas as $4MPRY$fas} from "@fortawesome/pro-solid-svg-icons";
11
11
  import {fat as $4MPRY$fat} from "@fortawesome/pro-thin-svg-icons";
12
12
  import {FontAwesomeIcon as $4MPRY$FontAwesomeIcon} from "@fortawesome/react-fontawesome";
13
13
  import {useFloating as $4MPRY$useFloating, offset as $4MPRY$offset, flip as $4MPRY$flip, shift as $4MPRY$shift, arrow as $4MPRY$arrow, autoUpdate as $4MPRY$autoUpdate, useHover as $4MPRY$useHover, useFocus as $4MPRY$useFocus, useDismiss as $4MPRY$useDismiss, useRole as $4MPRY$useRole, useInteractions as $4MPRY$useInteractions, FloatingArrow as $4MPRY$FloatingArrow} from "@floating-ui/react";
14
- import {Menu as $4MPRY$Menu, MenuButton as $4MPRY$MenuButton, Transition as $4MPRY$Transition, MenuItems as $4MPRY$MenuItems, Dialog as $4MPRY$Dialog, Popover as $4MPRY$Popover, Switch as $4MPRY$Switch} from "@headlessui/react";
14
+ import {Menu as $4MPRY$Menu, MenuButton as $4MPRY$MenuButton, Transition as $4MPRY$Transition, MenuItems as $4MPRY$MenuItems, Dialog as $4MPRY$Dialog, Popover as $4MPRY$Popover, PopoverButton as $4MPRY$PopoverButton, PopoverPanel as $4MPRY$PopoverPanel, Switch as $4MPRY$Switch} from "@headlessui/react";
15
15
  import {useMask as $4MPRY$useMask} from "@react-input/mask";
16
16
  import {ViewColumnsIcon as $4MPRY$ViewColumnsIcon, ChevronDownIcon as $4MPRY$ChevronDownIcon1, TableCellsIcon as $4MPRY$TableCellsIcon, XMarkIcon as $4MPRY$XMarkIcon, PlusIcon as $4MPRY$PlusIcon} from "@heroicons/react/24/outline";
17
17
  import {useReactTable as $4MPRY$useReactTable, getCoreRowModel as $4MPRY$getCoreRowModel, flexRender as $4MPRY$flexRender, createColumnHelper as $4MPRY$createColumnHelper} from "@tanstack/react-table";
@@ -23,7 +23,7 @@ import {useSortable as $4MPRY$useSortable, SortableContext as $4MPRY$SortableCon
23
23
  import {CSS as $4MPRY$CSS} from "@dnd-kit/utilities";
24
24
  import $4MPRY$lodashset from "lodash/set";
25
25
  import {DateTime as $4MPRY$DateTime} from "luxon";
26
- import $4MPRY$reacttailwindcssdatepicker from "react-tailwindcss-datepicker";
26
+ import $4MPRY$yanisballistixreacttailwindcssdatepicker from "@yanisballistix/react-tailwindcss-datepicker";
27
27
  import {FormikProvider as $4MPRY$FormikProvider, FieldArray as $4MPRY$FieldArray, useFormik as $4MPRY$useFormik} from "formik";
28
28
  import {useDropzone as $4MPRY$useDropzone} from "react-dropzone";
29
29
  import $4MPRY$ubilabsreactgeosuggest from "@ubilabs/react-geosuggest";
@@ -4894,10 +4894,10 @@ var $28232825d538e297$var$TableColumnOptionsCustom = function(props) {
4894
4894
  var styles = handleGenerateStyle();
4895
4895
  return (0, $4MPRY$jsxs)((0, $4MPRY$Popover), {
4896
4896
  children: [
4897
- (0, $4MPRY$jsx)((0, $4MPRY$Popover).Button, {
4897
+ (0, $4MPRY$jsx)((0, $4MPRY$PopoverButton), {
4898
4898
  children: trigger
4899
4899
  }),
4900
- (0, $4MPRY$jsxs)((0, $4MPRY$Popover).Panel, {
4900
+ (0, $4MPRY$jsxs)((0, $4MPRY$PopoverPanel), {
4901
4901
  className: styles.controls.content,
4902
4902
  children: [
4903
4903
  resetConfig && (0, $4MPRY$jsxs)("div", {
@@ -5325,7 +5325,7 @@ var $725c739c30e37ced$var$DateRangeMenu = function(props) {
5325
5325
  ref: $datepickerInputRef,
5326
5326
  onClick: onClick,
5327
5327
  children: [
5328
- (0, $4MPRY$jsx)((0, $4MPRY$reacttailwindcssdatepicker), {
5328
+ (0, $4MPRY$jsx)((0, $4MPRY$yanisballistixreacttailwindcssdatepicker), {
5329
5329
  inputName: name,
5330
5330
  inputId: name,
5331
5331
  i18n: i18n,