@payfit/unity-components 2.25.4 → 2.25.5

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.
Files changed (223) hide show
  1. package/dist/esm/components/action-bar/ActionBar.js +4 -3
  2. package/dist/esm/components/action-bar/parts/ActionBarPrefixArea.js +1 -1
  3. package/dist/esm/components/actionable/Actionable.d.ts +1 -1
  4. package/dist/esm/components/actionable/Actionable.js +13 -14
  5. package/dist/esm/components/app-menu/parts/AppMenuHeader.js +1 -1
  6. package/dist/esm/components/autocomplete/Autocomplete.d.ts +1 -1
  7. package/dist/esm/components/autocomplete/Autocomplete.js +5 -5
  8. package/dist/esm/components/autocomplete/parts/AutocompleteClearButton.js +1 -1
  9. package/dist/esm/components/autocomplete/parts/AutocompleteItem.d.ts +1 -1
  10. package/dist/esm/components/autocomplete/parts/AutocompleteItem.js +1 -1
  11. package/dist/esm/components/autocomplete/parts/AutocompleteItemGroup.d.ts +1 -1
  12. package/dist/esm/components/autocomplete/parts/AutocompleteItemGroup.js +21 -18
  13. package/dist/esm/components/autocomplete/parts/AutocompletePanel.d.ts +1 -1
  14. package/dist/esm/components/autocomplete/parts/AutocompletePanel.js +8 -7
  15. package/dist/esm/components/bottom-sheet/BottomSheet.js +15 -14
  16. package/dist/esm/components/bottom-sheet/parts/BottomSheetDragIndicator.js +1 -1
  17. package/dist/esm/components/bottom-sheet/parts/BottomSheetHeader.js +1 -1
  18. package/dist/esm/components/breadcrumbs/Breadcrumbs.d.ts +2 -2
  19. package/dist/esm/components/breadcrumbs/Breadcrumbs.js +1 -1
  20. package/dist/esm/components/breadcrumbs/parts/Breadcrumb.d.ts +1 -1
  21. package/dist/esm/components/breadcrumbs/parts/Breadcrumb.js +1 -1
  22. package/dist/esm/components/button/Button.d.ts +1 -1
  23. package/dist/esm/components/button/Button.js +1 -1
  24. package/dist/esm/components/card/Card.js +1 -1
  25. package/dist/esm/components/card/parts/CardTitle.js +1 -1
  26. package/dist/esm/components/carousel/hooks/useCarouselAccessibility.js +1 -1
  27. package/dist/esm/components/checkbox/Checkbox.d.ts +1 -1
  28. package/dist/esm/components/checkbox/Checkbox.js +4 -4
  29. package/dist/esm/components/checkbox/CheckboxStandalone.d.ts +1 -1
  30. package/dist/esm/components/checkbox/CheckboxStandalone.js +4 -4
  31. package/dist/esm/components/checkbox-group/CheckboxGroup.d.ts +1 -1
  32. package/dist/esm/components/checkbox-group/CheckboxGroup.js +1 -1
  33. package/dist/esm/components/client-side-pagination/ClientSidePagination.js +2 -2
  34. package/dist/esm/components/client-side-pagination/parts/PaginationEllipsis.d.ts +1 -1
  35. package/dist/esm/components/client-side-pagination/parts/PaginationEllipsis.js +1 -1
  36. package/dist/esm/components/client-side-pagination/parts/PaginationJumpDialog.d.ts +1 -1
  37. package/dist/esm/components/client-side-pagination/parts/PaginationJumpDialog.js +15 -13
  38. package/dist/esm/components/client-side-pagination/parts/RawPaginationLink.d.ts +1 -1
  39. package/dist/esm/components/client-side-pagination/parts/RawPaginationLink.js +1 -1
  40. package/dist/esm/components/collapsible/Collapsible.d.ts +1 -1
  41. package/dist/esm/components/collapsible/Collapsible.js +1 -1
  42. package/dist/esm/components/collapsible/parts/CollapsibleContent.js +1 -1
  43. package/dist/esm/components/collapsible/parts/CollapsibleTitle.js +11 -9
  44. package/dist/esm/components/data-table/DataTable.js +1 -1
  45. package/dist/esm/components/date-calendar/DateCalendar.d.ts +1 -1
  46. package/dist/esm/components/date-calendar/DateCalendar.js +1 -1
  47. package/dist/esm/components/date-calendar/hooks/useMonthsList.js +1 -1
  48. package/dist/esm/components/date-calendar/hooks/useYearsList.js +1 -1
  49. package/dist/esm/components/date-calendar/parts/DateSegmentSelect.js +1 -1
  50. package/dist/esm/components/date-picker/DatePicker.d.ts +1 -1
  51. package/dist/esm/components/date-picker/DatePicker.js +2 -1
  52. package/dist/esm/components/date-picker/parts/DateInput.d.ts +1 -1
  53. package/dist/esm/components/date-picker/parts/DateInput.js +1 -1
  54. package/dist/esm/components/date-range-calendar/DateRangeCalendar.d.ts +1 -1
  55. package/dist/esm/components/date-range-calendar/DateRangeCalendar.js +4 -3
  56. package/dist/esm/components/date-range-picker/DateRangePicker.d.ts +1 -1
  57. package/dist/esm/components/date-range-picker/DateRangePicker.js +2 -1
  58. package/dist/esm/components/date-range-picker/parts/DateRangeInput.js +1 -1
  59. package/dist/esm/components/definition-tooltip/DefinitionTooltip.js +1 -1
  60. package/dist/esm/components/dialog/Dialog.d.ts +1 -1
  61. package/dist/esm/components/dialog/Dialog.js +12 -11
  62. package/dist/esm/components/dialog/parts/DialogActions/DialogButton.js +1 -1
  63. package/dist/esm/components/dialog/parts/DialogContent.js +5 -4
  64. package/dist/esm/components/dialog/parts/DialogTitle.js +1 -1
  65. package/dist/esm/components/error-state/parts/Collapsible.js +9 -8
  66. package/dist/esm/components/fieldset/Fieldset.js +1 -1
  67. package/dist/esm/components/filter/Filter.controls.d.ts +1 -1
  68. package/dist/esm/components/filter/Filter.js +1 -1
  69. package/dist/esm/components/filter/hooks/useFilterIds.js +1 -1
  70. package/dist/esm/components/filter/parts/FilterPopover.js +11 -9
  71. package/dist/esm/components/filter-toolbar/FilterToolbar.js +11 -10
  72. package/dist/esm/components/filter-toolbar/parts/AddFilter.d.ts +1 -1
  73. package/dist/esm/components/filter-toolbar/parts/AddFilter.js +18 -15
  74. package/dist/esm/components/filter-toolbar/parts/AddFilterItem.d.ts +1 -1
  75. package/dist/esm/components/filter-toolbar/parts/AddFilterItem.js +1 -1
  76. package/dist/esm/components/floating-action-bar/FloatingActionBar.js +1 -1
  77. package/dist/esm/components/form/Form.d.ts +1 -1
  78. package/dist/esm/components/form-field/parts/FormControl.js +1 -1
  79. package/dist/esm/components/form-field/parts/RawFormContextualLink.js +1 -1
  80. package/dist/esm/components/form-field/parts/TanstackRawFormContextualLink.d.ts +1 -1
  81. package/dist/esm/components/form-field/parts/TanstackRawFormContextualLink.js +1 -1
  82. package/dist/esm/components/full-page-loader/FullPageLoader.js +1 -1
  83. package/dist/esm/components/funnel-layout/FunnelLayout.js +1 -1
  84. package/dist/esm/components/funnel-layout/parts/FunnelProgressBar.js +1 -1
  85. package/dist/esm/components/icon-button/CircularIconButton.d.ts +1 -1
  86. package/dist/esm/components/icon-button/CircularIconButton.js +6 -5
  87. package/dist/esm/components/icon-button/IconButton.d.ts +1 -1
  88. package/dist/esm/components/icon-button/IconButton.js +1 -1
  89. package/dist/esm/components/inline-field/parts/InlineFieldEditView.js +15 -14
  90. package/dist/esm/components/inline-field-group/InlineFieldGroup.js +15 -13
  91. package/dist/esm/components/input/Input.d.ts +1 -1
  92. package/dist/esm/components/input/Input.js +1 -1
  93. package/dist/esm/components/label/Label.d.ts +1 -1
  94. package/dist/esm/components/label/Label.js +15 -13
  95. package/dist/esm/components/link/RawLink.d.ts +1 -1
  96. package/dist/esm/components/link/RawLink.js +1 -1
  97. package/dist/esm/components/link-button/RawLinkButton.d.ts +1 -1
  98. package/dist/esm/components/link-button/RawLinkButton.js +1 -1
  99. package/dist/esm/components/list-view/ListView.d.ts +1 -1
  100. package/dist/esm/components/list-view/ListView.js +8 -7
  101. package/dist/esm/components/list-view/parts/ListViewSection.d.ts +1 -1
  102. package/dist/esm/components/list-view/parts/ListViewSection.js +14 -12
  103. package/dist/esm/components/list-view/parts/RawListViewItem.d.ts +1 -1
  104. package/dist/esm/components/list-view/parts/RawListViewItem.js +1 -1
  105. package/dist/esm/components/menu/Menu.d.ts +1 -1
  106. package/dist/esm/components/menu/Menu.js +1 -1
  107. package/dist/esm/components/menu/parts/MenuContent.d.ts +1 -1
  108. package/dist/esm/components/menu/parts/MenuContent.js +1 -1
  109. package/dist/esm/components/menu/parts/MenuHeader.js +5 -4
  110. package/dist/esm/components/menu/parts/MenuSeparator.js +1 -1
  111. package/dist/esm/components/menu/parts/MenuTrigger.js +1 -1
  112. package/dist/esm/components/menu/parts/RawMenuItem.d.ts +1 -1
  113. package/dist/esm/components/menu/parts/RawMenuItem.js +1 -1
  114. package/dist/esm/components/multi-select/hooks/use-combobox-filter.js +1 -1
  115. package/dist/esm/components/multi-select/parts/MultiSelectButton.js +1 -1
  116. package/dist/esm/components/nav/parts/NavGroup.js +1 -1
  117. package/dist/esm/components/nav/parts/RawNavItem.d.ts +1 -1
  118. package/dist/esm/components/nav/parts/RawNavItem.js +3 -2
  119. package/dist/esm/components/navigation-card/NavigationCard.js +9 -8
  120. package/dist/esm/components/navigation-card/NavigationCard.types.d.ts +2 -1
  121. package/dist/esm/components/navigation-card/parts/NavigationCardGroup.js +1 -1
  122. package/dist/esm/components/number-input/NumberInput.d.ts +1 -1
  123. package/dist/esm/components/number-input/NumberInput.js +6 -4
  124. package/dist/esm/components/pagination/Pagination.js +2 -2
  125. package/dist/esm/components/pagination/parts/PaginationEllipsis.d.ts +1 -1
  126. package/dist/esm/components/pagination/parts/PaginationEllipsis.js +1 -1
  127. package/dist/esm/components/pagination/parts/RawPaginationLink.d.ts +1 -1
  128. package/dist/esm/components/pagination/parts/RawPaginationLink.js +1 -1
  129. package/dist/esm/components/pagination/parts/RawPaginationNext.d.ts +1 -1
  130. package/dist/esm/components/pagination/parts/RawPaginationNext.js +1 -1
  131. package/dist/esm/components/pagination/parts/RawPaginationPrevious.d.ts +1 -1
  132. package/dist/esm/components/pagination/parts/RawPaginationPrevious.js +1 -1
  133. package/dist/esm/components/password-field/parts/PasswordInput.d.ts +1 -1
  134. package/dist/esm/components/password-field/parts/PasswordInput.js +1 -1
  135. package/dist/esm/components/phone-number/PhoneNumberInput.d.ts +1 -1
  136. package/dist/esm/components/phone-number/PhoneNumberInput.js +17 -10
  137. package/dist/esm/components/phone-number/parts/PhoneNumberItem.d.ts +1 -1
  138. package/dist/esm/components/phone-number/parts/PhoneNumberItem.js +1 -1
  139. package/dist/esm/components/popover/Popover.d.ts +2 -1
  140. package/dist/esm/components/popover/Popover.js +9 -8
  141. package/dist/esm/components/popover/parts/PopoverHeader.d.ts +1 -1
  142. package/dist/esm/components/popover/parts/PopoverHeader.js +2 -1
  143. package/dist/esm/components/progress-bar/ProgressBar.js +1 -1
  144. package/dist/esm/components/promo-dialog/PromoDialog.js +8 -7
  145. package/dist/esm/components/promo-dialog/parts/PromoDialogTitle.js +1 -1
  146. package/dist/esm/components/radio-button-group/RadioButtonGroup.d.ts +1 -1
  147. package/dist/esm/components/radio-button-group/RadioButtonGroup.js +1 -1
  148. package/dist/esm/components/radio-button-group/parts/RadioButton.d.ts +1 -1
  149. package/dist/esm/components/radio-button-group/parts/RadioButton.js +1 -1
  150. package/dist/esm/components/search/Search.d.ts +1 -1
  151. package/dist/esm/components/search/Search.js +5 -3
  152. package/dist/esm/components/segmented-button-group/SegmentedButtonGroup.d.ts +1 -1
  153. package/dist/esm/components/segmented-button-group/SegmentedButtonGroup.js +2 -2
  154. package/dist/esm/components/segmented-button-group/SegmentedButtonGroups.context.d.ts +1 -1
  155. package/dist/esm/components/segmented-button-group/parts/ToggleButton.d.ts +1 -1
  156. package/dist/esm/components/segmented-button-group/parts/ToggleButton.js +24 -21
  157. package/dist/esm/components/select/Select.d.ts +1 -1
  158. package/dist/esm/components/select/Select.js +18 -16
  159. package/dist/esm/components/select/parts/SearchInput.js +8 -7
  160. package/dist/esm/components/select/parts/SelectButton.js +2 -1
  161. package/dist/esm/components/select/parts/SelectOption.d.ts +1 -1
  162. package/dist/esm/components/select/parts/SelectOption.js +1 -1
  163. package/dist/esm/components/select/parts/SelectOptionGroup.d.ts +1 -1
  164. package/dist/esm/components/select/parts/SelectOptionGroup.js +17 -14
  165. package/dist/esm/components/select-list/SelectList.d.ts +1 -1
  166. package/dist/esm/components/select-list/SelectList.js +12 -9
  167. package/dist/esm/components/select-list/SelectList.types.d.ts +1 -1
  168. package/dist/esm/components/select-list/constants.d.ts +1 -1
  169. package/dist/esm/components/select-list/constants.js +1 -1
  170. package/dist/esm/components/select-list/helpers.d.ts +1 -1
  171. package/dist/esm/components/select-list/hooks/useControlledSelection.d.ts +2 -1
  172. package/dist/esm/components/select-list/hooks/useSelectedFirstSorting.d.ts +1 -1
  173. package/dist/esm/components/select-list/parts/SelectListOptGroup.d.ts +1 -1
  174. package/dist/esm/components/select-list/parts/SelectListOptGroup.js +18 -15
  175. package/dist/esm/components/select-list/parts/SelectListOption.d.ts +1 -1
  176. package/dist/esm/components/select-list/parts/SelectListOption.js +1 -1
  177. package/dist/esm/components/select-list/parts/SelectListSearchInput.js +11 -10
  178. package/dist/esm/components/select-list/parts/SelectedItemsSection.d.ts +2 -1
  179. package/dist/esm/components/select-list/parts/SelectedItemsSection.js +1 -1
  180. package/dist/esm/components/selectable-button-group/SelectableButtonGroup.context.d.ts +1 -1
  181. package/dist/esm/components/selectable-button-group/SelectableButtonGroup.d.ts +1 -1
  182. package/dist/esm/components/selectable-button-group/SelectableButtonGroup.js +2 -2
  183. package/dist/esm/components/selectable-button-group/parts/SelectableButton.d.ts +2 -2
  184. package/dist/esm/components/selectable-button-group/parts/SelectableButton.js +1 -1
  185. package/dist/esm/components/selectable-card/selectable-card-checkbox-group/SelectableCardCheckboxGroup.d.ts +1 -1
  186. package/dist/esm/components/selectable-card/selectable-card-checkbox-group/SelectableCardCheckboxGroup.js +1 -1
  187. package/dist/esm/components/selectable-card/selectable-card-checkbox-group/parts/SelectableCardCheckbox.d.ts +1 -1
  188. package/dist/esm/components/selectable-card/selectable-card-checkbox-group/parts/SelectableCardCheckbox.js +4 -4
  189. package/dist/esm/components/selectable-card/selectable-card-radio-group/SelectableCardRadioGroup.d.ts +1 -1
  190. package/dist/esm/components/selectable-card/selectable-card-radio-group/SelectableCardRadioGroup.js +1 -1
  191. package/dist/esm/components/selectable-card/selectable-card-radio-group/parts/SelectableCardRadio.d.ts +1 -1
  192. package/dist/esm/components/selectable-card/selectable-card-radio-group/parts/SelectableCardRadio.js +1 -1
  193. package/dist/esm/components/side-panel/SidePanel.js +6 -5
  194. package/dist/esm/components/side-panel/parts/SidePanelDragIndicator.js +1 -1
  195. package/dist/esm/components/side-panel/parts/SidePanelHeader.js +1 -1
  196. package/dist/esm/components/skip-links/SkipLinks.js +1 -1
  197. package/dist/esm/components/table/parts/TablePagination.js +1 -1
  198. package/dist/esm/components/tabs/Tabs.d.ts +1 -1
  199. package/dist/esm/components/tabs/Tabs.js +1 -1
  200. package/dist/esm/components/tabs/parts/NavigationButton.d.ts +1 -1
  201. package/dist/esm/components/tabs/parts/NavigationButton.js +1 -1
  202. package/dist/esm/components/tabs/parts/RawTab.d.ts +1 -1
  203. package/dist/esm/components/tabs/parts/RawTab.js +1 -1
  204. package/dist/esm/components/tabs/parts/TabList.js +1 -1
  205. package/dist/esm/components/tabs/parts/TabPanel.d.ts +1 -1
  206. package/dist/esm/components/tabs/parts/TabPanel.js +1 -1
  207. package/dist/esm/components/task-menu/TaskMenu.context.d.ts +2 -2
  208. package/dist/esm/components/task-menu/TaskMenu.context.js +16 -15
  209. package/dist/esm/components/task-menu/parts/Content.js +17 -15
  210. package/dist/esm/components/task-menu/parts/RawSubTask.js +16 -15
  211. package/dist/esm/components/task-menu/parts/RawTask.d.ts +1 -1
  212. package/dist/esm/components/task-menu/parts/RawTask.js +22 -21
  213. package/dist/esm/components/task-menu/parts/TaskGroup.js +4 -4
  214. package/dist/esm/components/text-area/TextArea.d.ts +1 -1
  215. package/dist/esm/components/text-area/TextArea.js +1 -1
  216. package/dist/esm/components/timeline/Timeline.js +1 -1
  217. package/dist/esm/components/toggle-switch/ToggleSwitch.d.ts +1 -1
  218. package/dist/esm/components/toggle-switch/ToggleSwitch.js +1 -1
  219. package/dist/esm/components/tooltip/Tooltip.js +8 -7
  220. package/dist/esm/hooks/use-async-list.d.ts +1 -1
  221. package/dist/esm/index.js +2 -2
  222. package/dist/esm/integrations/tanstack-router/components/tabs/parts/TabPanel.js +1 -1
  223. package/package.json +7 -7
@@ -1,7 +1,9 @@
1
1
  import { jsxs as n, Fragment as F, jsx as o } from "react/jsx-runtime";
2
2
  import { useRef as l } from "react";
3
3
  import { uyTv as N } from "@payfit/unity-themes";
4
- import { useOverlayTrigger as O, useButton as P, useOverlay as D } from "react-aria";
4
+ import { useButton as O } from "react-aria/useButton";
5
+ import { useOverlay as P } from "react-aria/useOverlay";
6
+ import { useOverlayTrigger as D } from "react-aria/useOverlayTrigger";
5
7
  import { useIntl as B } from "react-intl";
6
8
  import { Button as y } from "../../button/Button.js";
7
9
  import { Icon as I } from "../../icon/Icon.js";
@@ -17,16 +19,16 @@ const R = N({
17
19
  jumpActions: "uy:flex uy:gap-150 uy:justify-end uy:mt-100"
18
20
  }
19
21
  });
20
- function W({
22
+ function G({
21
23
  pageCount: t,
22
24
  onJumpToPage: c,
23
25
  state: e
24
26
  }) {
25
- const u = B(), i = l(null), p = l(null), m = l(null), { triggerProps: f } = O(
27
+ const u = B(), i = l(null), p = l(null), m = l(null), { triggerProps: f } = D(
26
28
  { type: "dialog" },
27
29
  e,
28
30
  i
29
- ), { buttonProps: d } = P(
31
+ ), { buttonProps: d } = O(
30
32
  {
31
33
  ...f,
32
34
  "aria-label": u.formatMessage({
@@ -35,7 +37,7 @@ function W({
35
37
  })
36
38
  },
37
39
  i
38
- ), { overlayProps: a } = D(
40
+ ), { overlayProps: r } = P(
39
41
  {
40
42
  isOpen: e.isOpen,
41
43
  onClose: e.close.bind(e),
@@ -43,8 +45,8 @@ function W({
43
45
  isDismissable: !0
44
46
  },
45
47
  p
46
- ), g = (r) => {
47
- r.preventDefault();
48
+ ), g = (a) => {
49
+ a.preventDefault();
48
50
  const s = parseInt(m.current?.value || "", 10);
49
51
  s >= 1 && s <= t && (c(s), e.close());
50
52
  }, {
@@ -73,7 +75,7 @@ function W({
73
75
  e.isOpen && /* @__PURE__ */ o(
74
76
  "div",
75
77
  {
76
- ...a,
78
+ ...r,
77
79
  ref: p,
78
80
  className: j(),
79
81
  "aria-label": u.formatMessage({
@@ -85,7 +87,7 @@ function W({
85
87
  J,
86
88
  {
87
89
  className: v(),
88
- htmlFor: `jump-to-page-${a.id}-input`,
90
+ htmlFor: `jump-to-page-${r.id}-input`,
89
91
  children: u.formatMessage(
90
92
  {
91
93
  id: "unity:component:pagination:jump-dialog:input:label",
@@ -104,10 +106,10 @@ function W({
104
106
  min: 1,
105
107
  max: t,
106
108
  className: w(),
107
- id: `jump-to-page-${a.id}-input`,
109
+ id: `jump-to-page-${r.id}-input`,
108
110
  autoFocus: !0,
109
- onKeyDown: (r) => {
110
- r.key === "Escape" && e.close();
111
+ onKeyDown: (a) => {
112
+ a.key === "Escape" && e.close();
111
113
  }
112
114
  }
113
115
  ),
@@ -138,5 +140,5 @@ function W({
138
140
  ] });
139
141
  }
140
142
  export {
141
- W as PaginationJumpDialog
143
+ G as PaginationJumpDialog
142
144
  };
@@ -1,5 +1,5 @@
1
1
  import { VariantProps } from '@payfit/unity-themes';
2
- import { LinkProps } from 'react-aria-components';
2
+ import { LinkProps } from 'react-aria-components/Link';
3
3
  export declare const paginationLink: import('tailwind-variants').TVReturnType<{
4
4
  isActive: {
5
5
  true: string;
@@ -1,7 +1,7 @@
1
1
  import { jsx as r } from "react/jsx-runtime";
2
2
  import { forwardRef as s } from "react";
3
3
  import { uyTv as o } from "@payfit/unity-themes";
4
- import { Link as i } from "react-aria-components";
4
+ import { Link as i } from "react-aria-components/Link";
5
5
  import { useIntl as l } from "react-intl";
6
6
  const d = o({
7
7
  base: [
@@ -1,5 +1,5 @@
1
1
  import { ReactNode } from 'react';
2
- import { DisclosureProps } from 'react-aria-components';
2
+ import { DisclosureProps } from 'react-aria-components/Disclosure';
3
3
  export interface CollapsibleProps extends Omit<DisclosureProps, 'isDisabled' | 'className'> {
4
4
  /**
5
5
  * The content of the collapsible component.
@@ -1,7 +1,7 @@
1
1
  import { jsx as u } from "react/jsx-runtime";
2
2
  import { forwardRef as e } from "react";
3
3
  import { uyTv as l } from "@payfit/unity-themes";
4
- import { Disclosure as r } from "react-aria-components";
4
+ import { Disclosure as r } from "react-aria-components/Disclosure";
5
5
  const n = l({
6
6
  base: [
7
7
  "uy:w-full uy:rounded-50",
@@ -1,6 +1,6 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
2
  import { forwardRef as e } from "react";
3
- import { DisclosurePanel as t } from "react-aria-components";
3
+ import { DisclosurePanel as t } from "react-aria-components/Disclosure";
4
4
  const l = e(
5
5
  ({ children: i, ...o }, r) => /* @__PURE__ */ a(
6
6
  t,
@@ -1,10 +1,12 @@
1
1
  import { jsx as t, jsxs as y } from "react/jsx-runtime";
2
- import { forwardRef as d, useContext as p } from "react";
3
- import { uyTv as m } from "@payfit/unity-themes";
4
- import { DisclosureStateContext as f, Heading as x, Button as b } from "react-aria-components";
2
+ import { forwardRef as m, useContext as p } from "react";
3
+ import { uyTv as d } from "@payfit/unity-themes";
4
+ import { Button as f } from "react-aria-components/Button";
5
+ import { DisclosureStateContext as x } from "react-aria-components/Disclosure";
6
+ import { Heading as b } from "react-aria-components/Heading";
5
7
  import { Icon as v } from "../../icon/Icon.js";
6
8
  import { Text as o } from "../../text/Text.js";
7
- const g = m({
9
+ const g = d({
8
10
  slots: {
9
11
  base: "uy:w-full",
10
12
  button: [
@@ -26,12 +28,12 @@ const g = m({
26
28
  defaultVariants: {
27
29
  isExpanded: !1
28
30
  }
29
- }), w = d(
30
- ({ children: r, suffix: e, ...a }, n) => {
31
- const i = p(f), { base: l, button: s, title: u, icon: c } = g({
32
- isExpanded: i?.isExpanded
31
+ }), w = m(
32
+ ({ children: r, suffix: e, ...a }, i) => {
33
+ const n = p(x), { base: l, button: s, title: u, icon: c } = g({
34
+ isExpanded: n?.isExpanded
33
35
  });
34
- return /* @__PURE__ */ t(x, { "data-dd-privacy": "allow", ...a, ref: n, className: l(), children: /* @__PURE__ */ y(b, { className: s(), slot: "trigger", children: [
36
+ return /* @__PURE__ */ t(b, { "data-dd-privacy": "allow", ...a, ref: i, className: l(), children: /* @__PURE__ */ y(f, { className: s(), slot: "trigger", children: [
35
37
  /* @__PURE__ */ t(
36
38
  v,
37
39
  {
@@ -1,7 +1,7 @@
1
1
  import { jsxs as m, jsx as o, Fragment as O } from "react/jsx-runtime";
2
2
  import { useRef as j, useEffect as G } from "react";
3
3
  import { flexRender as b } from "@tanstack/react-table";
4
- import { useId as $ } from "react-aria";
4
+ import { useId as $ } from "react-aria/useId";
5
5
  import { CircularIconButton as A } from "../icon-button/CircularIconButton.js";
6
6
  import { TableBody as L } from "../table/parts/TableBody.js";
7
7
  import { TableColumnHeader as Q } from "../table/parts/TableColumnHeader.js";
@@ -1,5 +1,5 @@
1
1
  import { DateValue } from '@internationalized/date';
2
- import { CalendarProps as AriaDateCalendarProps } from 'react-aria-components';
2
+ import { CalendarProps as AriaDateCalendarProps } from 'react-aria-components/Calendar';
3
3
  type PropsFromAriaCalendar<TDate extends DateValue> = AriaDateCalendarProps<TDate>;
4
4
  export type DateCalendarProps<TDate extends DateValue> = PropsFromAriaCalendar<TDate>;
5
5
  /**
@@ -2,7 +2,7 @@ import { jsx as a, jsxs as n } from "react/jsx-runtime";
2
2
  import { useState as y } from "react";
3
3
  import { today as O, getLocalTimeZone as h, isToday as T } from "@internationalized/date";
4
4
  import { uyTv as j } from "@payfit/unity-themes";
5
- import { Calendar as k, Heading as F, CalendarGrid as R, CalendarGridHeader as P, CalendarHeaderCell as W, CalendarGridBody as Z, CalendarCell as $ } from "react-aria-components";
5
+ import { Calendar as k, Heading as F, CalendarGrid as R, CalendarGridHeader as P, CalendarHeaderCell as W, CalendarGridBody as Z, CalendarCell as $ } from "react-aria-components/Calendar";
6
6
  import { useIntl as q } from "react-intl";
7
7
  import { IconButton as g } from "../icon-button/IconButton.js";
8
8
  import { calendarBase as w } from "./DateCalendar.variants.js";
@@ -1,6 +1,6 @@
1
1
  import { useMemo as l } from "react";
2
2
  import { createCalendar as d, today as i, getLocalTimeZone as a, CalendarDate as m } from "@internationalized/date";
3
- import { useLocale as u } from "react-aria-components";
3
+ import { useLocale as u } from "react-aria-components/I18nProvider";
4
4
  function f() {
5
5
  const { locale: o } = u(), c = new Intl.DateTimeFormat().resolvedOptions().calendar, e = d(c);
6
6
  return l(() => {
@@ -1,6 +1,6 @@
1
1
  import { useMemo as g } from "react";
2
2
  import { today as D, getLocalTimeZone as c, createCalendar as L, CalendarDate as d } from "@internationalized/date";
3
- import { useLocale as v } from "react-aria-components";
3
+ import { useLocale as v } from "react-aria-components/I18nProvider";
4
4
  function S({
5
5
  yearsBefore: l = 100,
6
6
  yearsAfter: s = 30,
@@ -1,7 +1,7 @@
1
1
  import { jsxs as b, jsx as n } from "react/jsx-runtime";
2
2
  import { useState as I } from "react";
3
3
  import { IconSprite as v } from "@payfit/unity-icons";
4
- import { useId as $ } from "react-aria";
4
+ import { useId as $ } from "react-aria/useId";
5
5
  import { useIntl as w } from "react-intl";
6
6
  function x({
7
7
  items: a,
@@ -1,5 +1,5 @@
1
1
  import { CalendarDate } from '@internationalized/date';
2
- import { DatePickerProps as AriaDatePickerProps } from 'react-aria-components';
2
+ import { DatePickerProps as AriaDatePickerProps } from 'react-aria-components/DatePicker';
3
3
  export interface DatePickerProps extends Pick<AriaDatePickerProps<CalendarDate>, 'id' | 'firstDayOfWeek' | 'aria-label' | 'aria-labelledby' | 'aria-describedby' | 'aria-details'> {
4
4
  /** The currently selected date */
5
5
  value?: CalendarDate | null;
@@ -1,7 +1,8 @@
1
1
  import { jsxs as f, jsx as a } from "react/jsx-runtime";
2
2
  import { forwardRef as U } from "react";
3
3
  import { uyTv as b } from "@payfit/unity-themes";
4
- import { DatePicker as B, Group as j, Button as E, Popover as M, Dialog as R } from "react-aria-components";
4
+ import { DatePicker as B, Group as j, Button as E, Popover as M } from "react-aria-components/DatePicker";
5
+ import { Dialog as R } from "react-aria-components/Dialog";
5
6
  import { useIntl as G } from "react-intl";
6
7
  import { DateCalendar as T } from "../date-calendar/DateCalendar.js";
7
8
  import { Icon as $ } from "../icon/Icon.js";
@@ -1,6 +1,6 @@
1
1
  import { CalendarDate } from '@internationalized/date';
2
2
  import { ReactElement } from 'react';
3
- import { DateFieldProps } from 'react-aria-components';
3
+ import { DateFieldProps } from 'react-aria-components/DateField';
4
4
  export declare const dateSegment: import('tailwind-variants').TVReturnType<{
5
5
  isPlaceholder: {
6
6
  true: string;
@@ -1,7 +1,7 @@
1
1
  import { jsxs as l, jsx as e } from "react/jsx-runtime";
2
2
  import { useContext as b } from "react";
3
3
  import { uyTv as i } from "@payfit/unity-themes";
4
- import { DatePickerStateContext as x, DateInput as g, DateSegment as v } from "react-aria-components";
4
+ import { DatePickerStateContext as x, DateInput as g, DateSegment as v } from "react-aria-components/DatePicker";
5
5
  import { useIntl as I } from "react-intl";
6
6
  import { CircularIconButton as h } from "../../icon-button/CircularIconButton.js";
7
7
  import { Icon as D } from "../../icon/Icon.js";
@@ -1,5 +1,5 @@
1
1
  import { DateValue } from '@internationalized/date';
2
- import { RangeCalendarProps as AriaRangeCalendarProps } from 'react-aria-components';
2
+ import { RangeCalendarProps as AriaRangeCalendarProps } from 'react-aria-components/RangeCalendar';
3
3
  type PropsFromAriaRangeCalendar<TDate extends DateValue> = AriaRangeCalendarProps<TDate>;
4
4
  export type DateRangeCalendarProps<TDate extends DateValue> = PropsFromAriaRangeCalendar<TDate>;
5
5
  /**
@@ -2,7 +2,8 @@ import { jsx as t, jsxs as d } from "react/jsx-runtime";
2
2
  import { useState as L } from "react";
3
3
  import { today as M, getLocalTimeZone as h, isToday as R } from "@internationalized/date";
4
4
  import { uyTv as S } from "@payfit/unity-themes";
5
- import { RangeCalendar as Y, Heading as B, CalendarGrid as O, CalendarGridHeader as T, CalendarHeaderCell as j, CalendarGridBody as k, CalendarCell as F } from "react-aria-components";
5
+ import { Heading as Y } from "react-aria-components/Heading";
6
+ import { RangeCalendar as B, CalendarGrid as O, CalendarGridHeader as T, CalendarHeaderCell as j, CalendarGridBody as k, CalendarCell as F } from "react-aria-components/RangeCalendar";
6
7
  import { useIntl as P } from "react-intl";
7
8
  import { calendarBase as W } from "../date-calendar/DateCalendar.variants.js";
8
9
  import { useMonthsList as Z } from "../date-calendar/hooks/useMonthsList.js";
@@ -92,7 +93,7 @@ function z({
92
93
  isInteractive: !a.isDisabled && !a.isReadOnly
93
94
  });
94
95
  return /* @__PURE__ */ t("div", { className: N(), "data-dd-privacy": "mask", children: /* @__PURE__ */ t(
95
- Y,
96
+ B,
96
97
  {
97
98
  ...a,
98
99
  minValue: n,
@@ -106,7 +107,7 @@ function z({
106
107
  },
107
108
  children: /* @__PURE__ */ d("div", { className: x(), children: [
108
109
  /* @__PURE__ */ d("header", { className: w(), children: [
109
- /* @__PURE__ */ t(B, { className: "uy:sr-only" }),
110
+ /* @__PURE__ */ t(Y, { className: "uy:sr-only" }),
110
111
  /* @__PURE__ */ d(
111
112
  "div",
112
113
  {
@@ -1,5 +1,5 @@
1
1
  import { CalendarDate } from '@internationalized/date';
2
- import { DateRangePickerProps as AriaDateRangePickerProps } from 'react-aria-components';
2
+ import { DateRangePickerProps as AriaDateRangePickerProps } from 'react-aria-components/DateRangePicker';
3
3
  type DateRange = {
4
4
  start: CalendarDate;
5
5
  end: CalendarDate;
@@ -1,7 +1,8 @@
1
1
  import { jsxs as f, jsx as a } from "react/jsx-runtime";
2
2
  import { forwardRef as I } from "react";
3
3
  import { uyTv as b } from "@payfit/unity-themes";
4
- import { DateRangePicker as U, Group as B, Button as j, Popover as E, Dialog as M } from "react-aria-components";
4
+ import { DateRangePicker as U, Group as B, Button as j, Popover as E } from "react-aria-components/DateRangePicker";
5
+ import { Dialog as M } from "react-aria-components/Dialog";
5
6
  import { useIntl as G } from "react-intl";
6
7
  import { DateRangeCalendar as T } from "../date-range-calendar/DateRangeCalendar.js";
7
8
  import { Icon as $ } from "../icon/Icon.js";
@@ -1,7 +1,7 @@
1
1
  import { jsxs as o, jsx as e } from "react/jsx-runtime";
2
2
  import { useContext as x } from "react";
3
3
  import { uyTv as N } from "@payfit/unity-themes";
4
- import { DateRangePickerStateContext as I, DateInput as m, DateSegment as u } from "react-aria-components";
4
+ import { DateRangePickerStateContext as I, DateInput as m, DateSegment as u } from "react-aria-components/DateRangePicker";
5
5
  import { useIntl as b } from "react-intl";
6
6
  import { dateInput as v, dateSegment as d } from "../../date-picker/parts/DateInput.js";
7
7
  import { CircularIconButton as C } from "../../icon-button/CircularIconButton.js";
@@ -1,7 +1,7 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
2
  import { forwardRef as r } from "react";
3
3
  import { uyTv as u } from "@payfit/unity-themes";
4
- import { Focusable as l } from "react-aria-components";
4
+ import { Focusable as l } from "react-aria-components/Focusable";
5
5
  import { Text as f } from "../text/Text.js";
6
6
  import { Tooltip as s } from "../tooltip/Tooltip.js";
7
7
  const a = u({
@@ -1,6 +1,6 @@
1
1
  import { VariantProps } from '@payfit/unity-themes';
2
2
  import { PropsWithChildren } from 'react';
3
- import { DialogTrigger } from 'react-aria-components';
3
+ import { DialogTrigger } from 'react-aria-components/Dialog';
4
4
  export declare const dialog: import('tailwind-variants').TVReturnType<{
5
5
  size: {
6
6
  sm: {
@@ -1,9 +1,10 @@
1
- import { jsx as o, jsxs as p } from "react/jsx-runtime";
1
+ import { jsx as o, jsxs as c } from "react/jsx-runtime";
2
2
  import { Children as l, isValidElement as i } from "react";
3
3
  import { uyTv as f } from "@payfit/unity-themes";
4
- import { useId as w } from "react-aria";
5
- import { ModalOverlay as x, Modal as v, DialogContext as h, Dialog as b, DialogTrigger as D } from "react-aria-components";
6
- import { DialogTrigger as H } from "react-aria-components";
4
+ import { DialogContext as w, Dialog as x, DialogTrigger as v } from "react-aria-components/Dialog";
5
+ import { DialogTrigger as J } from "react-aria-components/Dialog";
6
+ import { ModalOverlay as h, Modal as b } from "react-aria-components/Modal";
7
+ import { useId as D } from "react-aria/useId";
7
8
  import { useIntl as z } from "react-intl";
8
9
  import { CircularIconButton as I } from "../icon-button/CircularIconButton.js";
9
10
  import { DialogActions as N } from "./parts/DialogActions.js";
@@ -62,16 +63,16 @@ function B({
62
63
  size: n = "md",
63
64
  ...d
64
65
  }) {
65
- const m = z(), u = w(), { overlay: y, wrapper: s, content: g, dismissIcon: c } = T({ size: n });
66
+ const m = z(), u = D(), { overlay: y, wrapper: s, content: g, dismissIcon: p } = T({ size: n });
66
67
  return /* @__PURE__ */ o(
67
- x,
68
+ h,
68
69
  {
69
70
  isDismissable: r,
70
71
  isOpen: t,
71
72
  onOpenChange: a,
72
73
  className: y(),
73
- children: /* @__PURE__ */ o(v, { className: s(), "data-unity-dialog": !0, "data-dd-privacy": "allow", children: /* @__PURE__ */ o(h.Provider, { value: { "aria-describedby": u }, children: /* @__PURE__ */ p(
74
- b,
74
+ children: /* @__PURE__ */ o(b, { className: s(), "data-unity-dialog": !0, "data-dd-privacy": "allow", children: /* @__PURE__ */ o(w.Provider, { value: { "aria-describedby": u }, children: /* @__PURE__ */ c(
75
+ x,
75
76
  {
76
77
  role: j(e) ? "alertdialog" : "dialog",
77
78
  "aria-modal": "true",
@@ -89,7 +90,7 @@ function B({
89
90
  title: m.formatMessage({
90
91
  id: "unity:component:common:close:label"
91
92
  }),
92
- className: c(),
93
+ className: p(),
93
94
  slot: "close",
94
95
  size: "large",
95
96
  asElement: "button"
@@ -103,9 +104,9 @@ function B({
103
104
  );
104
105
  }
105
106
  B.displayName = "Dialog";
106
- D.displayName = "DialogTrigger";
107
+ v.displayName = "DialogTrigger";
107
108
  export {
108
109
  B as Dialog,
109
- H as DialogTrigger,
110
+ J as DialogTrigger,
110
111
  T as dialog
111
112
  };
@@ -1,6 +1,6 @@
1
1
  import { jsx as n } from "react/jsx-runtime";
2
2
  import { useContext as p } from "react";
3
- import { OverlayTriggerStateContext as u } from "react-aria-components";
3
+ import { OverlayTriggerStateContext as u } from "react-aria-components/Dialog";
4
4
  import { Button as i } from "../../../button/Button.js";
5
5
  const x = ({
6
6
  children: e,
@@ -1,10 +1,11 @@
1
1
  import { jsx as e } from "react/jsx-runtime";
2
2
  import { forwardRef as i } from "react";
3
- import { useContextProps as n, DialogContext as d } from "react-aria-components";
3
+ import { DialogContext as n } from "react-aria-components/Dialog";
4
+ import { useContextProps as d } from "react-aria-components/slots";
4
5
  const m = i(
5
- (t, o) => {
6
- [t] = n(t, o, d);
7
- const { children: r, ...a } = t;
6
+ (o, t) => {
7
+ [o] = d(o, t, n);
8
+ const { children: r, ...a } = o;
8
9
  return /* @__PURE__ */ e(
9
10
  "div",
10
11
  {
@@ -1,6 +1,6 @@
1
1
  import { jsx as t } from "react/jsx-runtime";
2
2
  import { uyTv as a } from "@payfit/unity-themes";
3
- import { Heading as i } from "react-aria-components";
3
+ import { Heading as i } from "react-aria-components/Heading";
4
4
  const l = a({
5
5
  base: ["uy:typography-h2 uy:md:typography-h3", "uy:mb-200"]
6
6
  }), r = ({ children: o }) => /* @__PURE__ */ t(i, { slot: "title", className: l(), "data-dd-privacy": "allow", children: o });
@@ -1,8 +1,9 @@
1
1
  import { jsxs as s, jsx as t } from "react/jsx-runtime";
2
- import { useContext as r } from "react";
2
+ import { useContext as l } from "react";
3
3
  import { uyTv as u } from "@payfit/unity-themes";
4
- import { Disclosure as c, DisclosurePanel as d, DisclosureStateContext as y, Heading as f, Button as p } from "react-aria-components";
5
- import { FormattedMessage as m } from "react-intl";
4
+ import { Button as c } from "react-aria-components/Button";
5
+ import { Disclosure as d, DisclosurePanel as y, DisclosureStateContext as f, Heading as m } from "react-aria-components/Disclosure";
6
+ import { FormattedMessage as p } from "react-intl";
6
7
  import { Icon as h } from "../../icon/Icon.js";
7
8
  import { Text as b } from "../../text/Text.js";
8
9
  const n = u({
@@ -34,10 +35,10 @@ const n = u({
34
35
  }
35
36
  }
36
37
  }), v = () => {
37
- const e = r(y), { button: i, title: o, icon: a, heading: l } = n({
38
+ const e = l(f), { button: i, title: o, icon: a, heading: r } = n({
38
39
  isExpanded: e?.isExpanded
39
40
  });
40
- return /* @__PURE__ */ t(f, { "data-dd-privacy": "allow", className: l(), children: /* @__PURE__ */ t(p, { className: i(), slot: "trigger", children: /* @__PURE__ */ s(b, { variant: "bodyStrong", className: o(), children: [
41
+ return /* @__PURE__ */ t(m, { "data-dd-privacy": "allow", className: r(), children: /* @__PURE__ */ t(c, { className: i(), slot: "trigger", children: /* @__PURE__ */ s(b, { variant: "bodyStrong", className: o(), children: [
41
42
  /* @__PURE__ */ t(
42
43
  h,
43
44
  {
@@ -47,7 +48,7 @@ const n = u({
47
48
  }
48
49
  ),
49
50
  /* @__PURE__ */ t(
50
- m,
51
+ p,
51
52
  {
52
53
  id: "unity:component:error-state:collapsible:title",
53
54
  defaultMessage: "Show details"
@@ -56,9 +57,9 @@ const n = u({
56
57
  ] }) }) });
57
58
  }, w = ({ children: e, ...i }) => {
58
59
  const { base: o, content: a } = n();
59
- return /* @__PURE__ */ s(c, { "data-dd-privacy": "allow", ...i, className: o(), children: [
60
+ return /* @__PURE__ */ s(d, { "data-dd-privacy": "allow", ...i, className: o(), children: [
60
61
  /* @__PURE__ */ t(v, {}),
61
- /* @__PURE__ */ t(d, { "data-dd-privacy": "allow", className: a(), children: /* @__PURE__ */ t("div", { className: "uy:ml-400 uy:typography-body", children: e }) })
62
+ /* @__PURE__ */ t(y, { "data-dd-privacy": "allow", className: a(), children: /* @__PURE__ */ t("div", { className: "uy:ml-400 uy:typography-body", children: e }) })
62
63
  ] });
63
64
  };
64
65
  w.displayName = "Collapsible";
@@ -1,7 +1,7 @@
1
1
  import { jsxs as m, jsx as s } from "react/jsx-runtime";
2
2
  import { forwardRef as g } from "react";
3
3
  import { uyTv as b } from "@payfit/unity-themes";
4
- import { useId as x } from "react-aria";
4
+ import { useId as x } from "react-aria/useId";
5
5
  const h = b({
6
6
  slots: {
7
7
  base: "uy:p-0 uy:m-0 uy:[&+&]:mt-500 uy:[&:last-of-type]:mb-500",
@@ -1,4 +1,4 @@
1
- import { Selection } from 'react-aria-components';
1
+ import { Selection } from 'react-aria-components/GridList';
2
2
  import { SelectListProps } from '../select-list/SelectList.js';
3
3
  import { FilterProps } from './Filter.types.js';
4
4
  /**
@@ -1,7 +1,7 @@
1
1
  import { jsxs as f, jsx as e } from "react/jsx-runtime";
2
2
  import { forwardRef as A, useCallback as D } from "react";
3
3
  import { uyTv as c } from "@payfit/unity-themes";
4
- import { DialogTrigger as E } from "react-aria-components";
4
+ import { DialogTrigger as E } from "react-aria-components/Dialog";
5
5
  import { useIntl as G } from "react-intl";
6
6
  import { CircularIconButton as H } from "../icon-button/CircularIconButton.js";
7
7
  import { selectListFilter as J, selectListLabel as K } from "./Filter.controls.js";
@@ -1,4 +1,4 @@
1
- import { useId as i } from "react-aria";
1
+ import { useId as i } from "react-aria/useId";
2
2
  function d(e) {
3
3
  const r = i(), t = e ?? r;
4
4
  return {
@@ -1,9 +1,11 @@
1
1
  import { jsx as t, jsxs as a } from "react/jsx-runtime";
2
- import { uyTv as m } from "@payfit/unity-themes";
3
- import { Popover as c, Dialog as g, Separator as f } from "react-aria-components";
2
+ import { uyTv as p } from "@payfit/unity-themes";
3
+ import { Dialog as c } from "react-aria-components/Dialog";
4
+ import { Popover as f } from "react-aria-components/Popover";
5
+ import { Separator as g } from "react-aria-components/Separator";
4
6
  import { FormattedMessage as e } from "react-intl";
5
7
  import { Button as r } from "../../button/Button.js";
6
- const x = m({
8
+ const x = p({
7
9
  slots: {
8
10
  popover: [
9
11
  "uy:border uy:border-solid uy:border-border-neutral uy:bg-surface-neutral uy:rounded-sm uy:shadow-300 uy:min-w-[320px] uy:max-w-[800px] uy:relative uy:isolate uy:overflow-hidden",
@@ -25,17 +27,17 @@ const x = m({
25
27
  actions: ["uy:flex uy:justify-between uy:gap-100"]
26
28
  }
27
29
  });
28
- function P({
30
+ function z({
29
31
  children: n,
30
32
  onConfirm: o,
31
33
  onClear: l
32
34
  }) {
33
- const { popover: i, dialog: u, content: y, footer: s, separator: d, actions: p } = x();
34
- return /* @__PURE__ */ t(c, { className: i(), placement: "bottom left", children: /* @__PURE__ */ a(g, { className: u(), children: [
35
+ const { popover: i, dialog: u, content: y, footer: s, separator: d, actions: m } = x();
36
+ return /* @__PURE__ */ t(f, { className: i(), placement: "bottom left", children: /* @__PURE__ */ a(c, { className: u(), children: [
35
37
  /* @__PURE__ */ t("div", { className: y(), children: n }),
36
38
  /* @__PURE__ */ a("footer", { className: s(), children: [
37
- /* @__PURE__ */ t(f, { className: d() }),
38
- /* @__PURE__ */ a("div", { className: p(), children: [
39
+ /* @__PURE__ */ t(g, { className: d() }),
40
+ /* @__PURE__ */ a("div", { className: m(), children: [
39
41
  /* @__PURE__ */ t(
40
42
  r,
41
43
  {
@@ -74,6 +76,6 @@ function P({
74
76
  ] }) });
75
77
  }
76
78
  export {
77
- P as FilterPopover,
79
+ z as FilterPopover,
78
80
  x as filterPopover
79
81
  };