@saas-ui/react 3.0.0-alpha.16 → 3.0.0-alpha.18

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 (39) hide show
  1. package/CHANGELOG.md +19 -0
  2. package/dist/{chunk-LIYUBUOP.js → chunk-46ISJZBS.js} +1 -1
  3. package/dist/{chunk-VDXTEASE.js → chunk-4TPVIHNO.js} +10 -1
  4. package/dist/{chunk-CB52LBJK.js → chunk-72LEGXHY.js} +1 -1
  5. package/dist/{chunk-FZW2DYK3.js → chunk-BKYGKH3L.js} +1 -1
  6. package/dist/{chunk-S3CQW7GD.js → chunk-BU7QENBQ.js} +1 -1
  7. package/dist/{chunk-KK77TYNL.js → chunk-C7B3ELC4.js} +1 -1
  8. package/dist/chunk-MLJN6IOJ.js +96 -0
  9. package/dist/{chunk-44ZA3TYW.js → chunk-VZG7EJ64.js} +1 -1
  10. package/dist/{chunk-H6TFEHY4.js → chunk-WS5XGFSL.js} +1 -1
  11. package/dist/components/close-button/index.cjs +8 -0
  12. package/dist/components/close-button/index.js +2 -2
  13. package/dist/components/dialog/index.cjs +8 -0
  14. package/dist/components/dialog/index.js +3 -3
  15. package/dist/components/drawer/index.cjs +8 -0
  16. package/dist/components/drawer/index.js +3 -3
  17. package/dist/components/grid-list/index.d.cts +4 -4
  18. package/dist/components/grid-list/index.d.ts +4 -4
  19. package/dist/components/icons/index.cjs +10 -0
  20. package/dist/components/icons/index.d.cts +2 -1
  21. package/dist/components/icons/index.d.ts +2 -1
  22. package/dist/components/icons/index.js +3 -1
  23. package/dist/components/menu/index.cjs +8 -0
  24. package/dist/components/menu/index.js +2 -2
  25. package/dist/components/pagination/index.cjs +215 -0
  26. package/dist/components/pagination/index.d.cts +41 -0
  27. package/dist/components/pagination/index.d.ts +41 -0
  28. package/dist/components/pagination/index.js +9 -0
  29. package/dist/components/search-input/index.cjs +8 -0
  30. package/dist/components/search-input/index.js +2 -2
  31. package/dist/components/select/index.cjs +8 -0
  32. package/dist/components/select/index.js +3 -3
  33. package/dist/components/steps/index.cjs +8 -0
  34. package/dist/components/steps/index.js +2 -2
  35. package/dist/index.cjs +331 -231
  36. package/dist/index.d.cts +1 -0
  37. package/dist/index.d.ts +1 -0
  38. package/dist/index.js +96 -78
  39. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 3.0.0-alpha.18
4
+
5
+ ### Minor Changes
6
+
7
+ - eb02362: Improved GridList recipe
8
+
9
+ ### Patch Changes
10
+
11
+ - e7fe684: Export Pagination Context component
12
+ - eb02362: Add missing PaginationPageTextProps export
13
+ - Updated dependencies [eb02362]
14
+ - @saas-ui/core@3.0.0-alpha.5
15
+
16
+ ## 3.0.0-alpha.17
17
+
18
+ ### Minor Changes
19
+
20
+ - a2ef175: Added Pagination component
21
+
3
22
  ## 3.0.0-alpha.16
4
23
 
5
24
  ### Patch Changes
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  CloseIcon,
4
4
  SearchIcon
5
- } from "./chunk-VDXTEASE.js";
5
+ } from "./chunk-4TPVIHNO.js";
6
6
 
7
7
  // src/components/search-input/search-input.tsx
8
8
  import React, { forwardRef } from "react";
@@ -98,6 +98,14 @@ var CheckIcon = createIcon({
98
98
  displayName: "CheckIcon",
99
99
  path: /* @__PURE__ */ jsx("g", { children: /* @__PURE__ */ jsx("polyline", { points: "20 6 9 17 4 12" }) })
100
100
  });
101
+ var EllipsisIcon = createIcon({
102
+ displayName: "EllipsisIcon",
103
+ path: /* @__PURE__ */ jsxs("g", { children: [
104
+ /* @__PURE__ */ jsx("circle", { cx: "12", cy: "12", r: "1" }),
105
+ /* @__PURE__ */ jsx("circle", { cx: "19", cy: "12", r: "1" }),
106
+ /* @__PURE__ */ jsx("circle", { cx: "5", cy: "12", r: "1" })
107
+ ] })
108
+ });
101
109
 
102
110
  export {
103
111
  ChevronUpIcon,
@@ -113,5 +121,6 @@ export {
113
121
  ViewOffIcon,
114
122
  ViewIcon,
115
123
  SearchIcon,
116
- CheckIcon
124
+ CheckIcon,
125
+ EllipsisIcon
117
126
  };
@@ -1,7 +1,7 @@
1
1
  'use client'
2
2
  import {
3
3
  CloseButton
4
- } from "./chunk-FZW2DYK3.js";
4
+ } from "./chunk-BKYGKH3L.js";
5
5
  import {
6
6
  __export
7
7
  } from "./chunk-RTMS5TJN.js";
@@ -1,7 +1,7 @@
1
1
  'use client'
2
2
  import {
3
3
  CloseIcon
4
- } from "./chunk-VDXTEASE.js";
4
+ } from "./chunk-4TPVIHNO.js";
5
5
 
6
6
  // src/components/close-button/close-button.tsx
7
7
  import { forwardRef } from "react";
@@ -1,7 +1,7 @@
1
1
  'use client'
2
2
  import {
3
3
  CloseButton
4
- } from "./chunk-FZW2DYK3.js";
4
+ } from "./chunk-BKYGKH3L.js";
5
5
  import {
6
6
  __export
7
7
  } from "./chunk-RTMS5TJN.js";
@@ -5,7 +5,7 @@ import {
5
5
  import {
6
6
  CheckIcon,
7
7
  ChevronRightIcon
8
- } from "./chunk-VDXTEASE.js";
8
+ } from "./chunk-4TPVIHNO.js";
9
9
  import {
10
10
  __export
11
11
  } from "./chunk-RTMS5TJN.js";
@@ -0,0 +1,96 @@
1
+ 'use client'
2
+ import {
3
+ ChevronLeftIcon,
4
+ ChevronRightIcon,
5
+ EllipsisIcon
6
+ } from "./chunk-4TPVIHNO.js";
7
+ import {
8
+ __export
9
+ } from "./chunk-RTMS5TJN.js";
10
+
11
+ // src/components/pagination/pagination.tsx
12
+ var pagination_exports = {};
13
+ __export(pagination_exports, {
14
+ Context: () => Context,
15
+ Ellipsis: () => Ellipsis,
16
+ Item: () => Item,
17
+ Items: () => Items,
18
+ NextButton: () => NextButton,
19
+ NextTrigger: () => NextTrigger,
20
+ PageText: () => PageText,
21
+ PrevButton: () => PrevButton,
22
+ PrevTrigger: () => PrevTrigger,
23
+ Root: () => Root
24
+ });
25
+ import { forwardRef, useMemo } from "react";
26
+ import {
27
+ Button,
28
+ Pagination as ChakraPagination,
29
+ IconButton,
30
+ Text,
31
+ createContext,
32
+ usePaginationContext
33
+ } from "@chakra-ui/react";
34
+ import { jsx } from "react/jsx-runtime";
35
+ var [RootPropsProvider, useRootProps] = createContext({
36
+ name: "RootPropsProvider"
37
+ });
38
+ var variantMap = {
39
+ outline: { default: "ghost", ellipsis: "plain", current: "outline" },
40
+ solid: { default: "outline", ellipsis: "outline", current: "solid" },
41
+ subtle: { default: "ghost", ellipsis: "plain", current: "subtle" }
42
+ };
43
+ var Root = forwardRef(
44
+ function PaginationRoot(props, ref) {
45
+ const { size = "sm", variant = "outline", ...rest } = props;
46
+ return /* @__PURE__ */ jsx(RootPropsProvider, { value: { size, variantMap: variantMap[variant] }, children: /* @__PURE__ */ jsx(ChakraPagination.Root, { ref, type: "button", ...rest }) });
47
+ }
48
+ );
49
+ var Ellipsis = forwardRef(function PaginationEllipsis(props, ref) {
50
+ var _a;
51
+ const { size, variantMap: variantMap2 } = useRootProps();
52
+ return /* @__PURE__ */ jsx(ChakraPagination.Ellipsis, { ref, ...props, asChild: true, children: /* @__PURE__ */ jsx(Button, { as: "span", variant: variantMap2.ellipsis, size, children: (_a = props.children) != null ? _a : /* @__PURE__ */ jsx(EllipsisIcon, {}) }) });
53
+ });
54
+ var Item = forwardRef(
55
+ function PaginationItem(props, ref) {
56
+ const { page } = usePaginationContext();
57
+ const { size, variantMap: variantMap2 } = useRootProps();
58
+ const current = page === props.value;
59
+ const variant = current ? variantMap2.current : variantMap2.default;
60
+ return /* @__PURE__ */ jsx(ChakraPagination.Item, { ref, ...props, asChild: true, children: /* @__PURE__ */ jsx(Button, { variant, size, children: props.value }) });
61
+ }
62
+ );
63
+ var PrevButton = forwardRef(function PaginationPrevTrigger(props, ref) {
64
+ var _a;
65
+ const { size, variantMap: variantMap2 } = useRootProps();
66
+ return /* @__PURE__ */ jsx(ChakraPagination.PrevTrigger, { ref, asChild: true, ...props, children: /* @__PURE__ */ jsx(IconButton, { variant: variantMap2.default, size, children: (_a = props.children) != null ? _a : /* @__PURE__ */ jsx(ChevronLeftIcon, {}) }) });
67
+ });
68
+ var NextButton = forwardRef(function PaginationNextTrigger(props, ref) {
69
+ var _a;
70
+ const { size, variantMap: variantMap2 } = useRootProps();
71
+ return /* @__PURE__ */ jsx(ChakraPagination.NextTrigger, { ref, asChild: true, ...props, children: /* @__PURE__ */ jsx(IconButton, { variant: variantMap2.default, size, children: (_a = props.children) != null ? _a : /* @__PURE__ */ jsx(ChevronRightIcon, {}) }) });
72
+ });
73
+ var Items = (props) => {
74
+ return /* @__PURE__ */ jsx(ChakraPagination.Context, { children: ({ pages }) => pages.map((page, index) => {
75
+ return page.type === "ellipsis" ? /* @__PURE__ */ jsx(Ellipsis, { index, ...props }, index) : /* @__PURE__ */ jsx(Item, { type: "page", value: page.value, ...props }, index);
76
+ }) });
77
+ };
78
+ var PageText = forwardRef(
79
+ function PaginationPageText(props, ref) {
80
+ const { format = "compact", ...rest } = props;
81
+ const { page, pages, pageRange, count } = usePaginationContext();
82
+ const content = useMemo(() => {
83
+ if (format === "short") return `${page} / ${pages.length}`;
84
+ if (format === "compact") return `${page} of ${pages.length}`;
85
+ return `${pageRange.start + 1} - ${pageRange.end} of ${count}`;
86
+ }, [format, page, pages.length, pageRange, count]);
87
+ return /* @__PURE__ */ jsx(Text, { fontWeight: "medium", ref, ...rest, children: content });
88
+ }
89
+ );
90
+ var PrevTrigger = ChakraPagination.PrevTrigger;
91
+ var NextTrigger = ChakraPagination.NextTrigger;
92
+ var Context = ChakraPagination.Context;
93
+
94
+ export {
95
+ pagination_exports
96
+ };
@@ -1,7 +1,7 @@
1
1
  'use client'
2
2
  import {
3
3
  CheckIcon
4
- } from "./chunk-VDXTEASE.js";
4
+ } from "./chunk-4TPVIHNO.js";
5
5
  import {
6
6
  __export
7
7
  } from "./chunk-RTMS5TJN.js";
@@ -1,7 +1,7 @@
1
1
  'use client'
2
2
  import {
3
3
  CloseButton
4
- } from "./chunk-FZW2DYK3.js";
4
+ } from "./chunk-BKYGKH3L.js";
5
5
  import {
6
6
  __export
7
7
  } from "./chunk-RTMS5TJN.js";
@@ -127,6 +127,14 @@ var CheckIcon = createIcon({
127
127
  displayName: "CheckIcon",
128
128
  path: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("polyline", { points: "20 6 9 17 4 12" }) })
129
129
  });
130
+ var EllipsisIcon = createIcon({
131
+ displayName: "EllipsisIcon",
132
+ path: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
133
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "12", cy: "12", r: "1" }),
134
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "19", cy: "12", r: "1" }),
135
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "5", cy: "12", r: "1" })
136
+ ] })
137
+ });
130
138
 
131
139
  // src/components/close-button/close-button.tsx
132
140
  var import_jsx_runtime2 = require("react/jsx-runtime");
@@ -1,8 +1,8 @@
1
1
  'use client'
2
2
  import {
3
3
  CloseButton
4
- } from "../../chunk-FZW2DYK3.js";
5
- import "../../chunk-VDXTEASE.js";
4
+ } from "../../chunk-BKYGKH3L.js";
5
+ import "../../chunk-4TPVIHNO.js";
6
6
  import "../../chunk-RTMS5TJN.js";
7
7
  export {
8
8
  CloseButton
@@ -148,6 +148,14 @@ var CheckIcon = createIcon({
148
148
  displayName: "CheckIcon",
149
149
  path: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("polyline", { points: "20 6 9 17 4 12" }) })
150
150
  });
151
+ var EllipsisIcon = createIcon({
152
+ displayName: "EllipsisIcon",
153
+ path: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
154
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "12", cy: "12", r: "1" }),
155
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "19", cy: "12", r: "1" }),
156
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "5", cy: "12", r: "1" })
157
+ ] })
158
+ });
151
159
 
152
160
  // src/components/close-button/close-button.tsx
153
161
  var import_jsx_runtime2 = require("react/jsx-runtime");
@@ -1,9 +1,9 @@
1
1
  'use client'
2
2
  import {
3
3
  namespace_exports
4
- } from "../../chunk-CB52LBJK.js";
5
- import "../../chunk-FZW2DYK3.js";
6
- import "../../chunk-VDXTEASE.js";
4
+ } from "../../chunk-72LEGXHY.js";
5
+ import "../../chunk-BKYGKH3L.js";
6
+ import "../../chunk-4TPVIHNO.js";
7
7
  import "../../chunk-RTMS5TJN.js";
8
8
  export {
9
9
  namespace_exports as Dialog
@@ -149,6 +149,14 @@ var CheckIcon = createIcon({
149
149
  displayName: "CheckIcon",
150
150
  path: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("polyline", { points: "20 6 9 17 4 12" }) })
151
151
  });
152
+ var EllipsisIcon = createIcon({
153
+ displayName: "EllipsisIcon",
154
+ path: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
155
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "12", cy: "12", r: "1" }),
156
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "19", cy: "12", r: "1" }),
157
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "5", cy: "12", r: "1" })
158
+ ] })
159
+ });
152
160
 
153
161
  // src/components/close-button/close-button.tsx
154
162
  var import_jsx_runtime2 = require("react/jsx-runtime");
@@ -1,9 +1,9 @@
1
1
  'use client'
2
2
  import {
3
3
  namespace_exports
4
- } from "../../chunk-H6TFEHY4.js";
5
- import "../../chunk-FZW2DYK3.js";
6
- import "../../chunk-VDXTEASE.js";
4
+ } from "../../chunk-WS5XGFSL.js";
5
+ import "../../chunk-BKYGKH3L.js";
6
+ import "../../chunk-4TPVIHNO.js";
7
7
  import "../../chunk-RTMS5TJN.js";
8
8
  export {
9
9
  namespace_exports as Drawer
@@ -2,13 +2,13 @@ import * as react from 'react';
2
2
  import { HTMLChakraProps, SlotRecipeProps } from '@chakra-ui/react';
3
3
  import { GridList } from '@saas-ui/core/grid-list';
4
4
 
5
- interface GridListRootProps extends GridList.RootProps, Omit<HTMLChakraProps<'div'>, 'children'>, SlotRecipeProps<'suiGridList'> {
5
+ interface GridListRootProps extends GridList.RootProps, HTMLChakraProps<'div'>, SlotRecipeProps<'suiGridList'> {
6
6
  }
7
- declare const GridListRoot: react.ForwardRefExoticComponent<Omit<GridList.RootProps, "ref"> & react.RefAttributes<HTMLDivElement>>;
8
- interface GridListItemProps extends HTMLChakraProps<'div'> {
7
+ declare const GridListRoot: react.ForwardRefExoticComponent<GridList.RootProps & react.RefAttributes<HTMLDivElement>>;
8
+ interface GridListItemProps extends GridList.ItemProps, HTMLChakraProps<'div'> {
9
9
  }
10
10
  declare const GridListItem: react.ForwardRefExoticComponent<GridListItemProps & react.RefAttributes<HTMLDivElement>>;
11
- interface GridListHeaderProps extends HTMLChakraProps<'header'> {
11
+ interface GridListHeaderProps extends GridList.HeaderProps, HTMLChakraProps<'header'> {
12
12
  }
13
13
  declare const GridListHeader: react.ForwardRefExoticComponent<GridListHeaderProps & react.RefAttributes<HTMLDivElement>>;
14
14
  interface GridListCellProps extends GridList.CellProps, HTMLChakraProps<'div'> {
@@ -2,13 +2,13 @@ import * as react from 'react';
2
2
  import { HTMLChakraProps, SlotRecipeProps } from '@chakra-ui/react';
3
3
  import { GridList } from '@saas-ui/core/grid-list';
4
4
 
5
- interface GridListRootProps extends GridList.RootProps, Omit<HTMLChakraProps<'div'>, 'children'>, SlotRecipeProps<'suiGridList'> {
5
+ interface GridListRootProps extends GridList.RootProps, HTMLChakraProps<'div'>, SlotRecipeProps<'suiGridList'> {
6
6
  }
7
- declare const GridListRoot: react.ForwardRefExoticComponent<Omit<GridList.RootProps, "ref"> & react.RefAttributes<HTMLDivElement>>;
8
- interface GridListItemProps extends HTMLChakraProps<'div'> {
7
+ declare const GridListRoot: react.ForwardRefExoticComponent<GridList.RootProps & react.RefAttributes<HTMLDivElement>>;
8
+ interface GridListItemProps extends GridList.ItemProps, HTMLChakraProps<'div'> {
9
9
  }
10
10
  declare const GridListItem: react.ForwardRefExoticComponent<GridListItemProps & react.RefAttributes<HTMLDivElement>>;
11
- interface GridListHeaderProps extends HTMLChakraProps<'header'> {
11
+ interface GridListHeaderProps extends GridList.HeaderProps, HTMLChakraProps<'header'> {
12
12
  }
13
13
  declare const GridListHeader: react.ForwardRefExoticComponent<GridListHeaderProps & react.RefAttributes<HTMLDivElement>>;
14
14
  interface GridListCellProps extends GridList.CellProps, HTMLChakraProps<'div'> {
@@ -28,6 +28,7 @@ __export(icons_exports, {
28
28
  ChevronRightIcon: () => ChevronRightIcon,
29
29
  ChevronUpIcon: () => ChevronUpIcon,
30
30
  CloseIcon: () => CloseIcon,
31
+ EllipsisIcon: () => EllipsisIcon,
31
32
  FilterIcon: () => FilterIcon,
32
33
  HamburgerIcon: () => HamburgerIcon,
33
34
  MinusIcon: () => MinusIcon,
@@ -136,6 +137,14 @@ var CheckIcon = createIcon({
136
137
  displayName: "CheckIcon",
137
138
  path: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("polyline", { points: "20 6 9 17 4 12" }) })
138
139
  });
140
+ var EllipsisIcon = createIcon({
141
+ displayName: "EllipsisIcon",
142
+ path: /* @__PURE__ */ (0, import_jsx_runtime.jsxs)("g", { children: [
143
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "12", cy: "12", r: "1" }),
144
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "19", cy: "12", r: "1" }),
145
+ /* @__PURE__ */ (0, import_jsx_runtime.jsx)("circle", { cx: "5", cy: "12", r: "1" })
146
+ ] })
147
+ });
139
148
  // Annotate the CommonJS export names for ESM import in node:
140
149
  0 && (module.exports = {
141
150
  CalendarIcon,
@@ -145,6 +154,7 @@ var CheckIcon = createIcon({
145
154
  ChevronRightIcon,
146
155
  ChevronUpIcon,
147
156
  CloseIcon,
157
+ EllipsisIcon,
148
158
  FilterIcon,
149
159
  HamburgerIcon,
150
160
  MinusIcon,
@@ -15,5 +15,6 @@ declare const ViewOffIcon: react.ForwardRefExoticComponent<_chakra_ui_react.Icon
15
15
  declare const ViewIcon: react.ForwardRefExoticComponent<_chakra_ui_react.IconProps & react.RefAttributes<SVGSVGElement>>;
16
16
  declare const SearchIcon: react.ForwardRefExoticComponent<_chakra_ui_react.IconProps & react.RefAttributes<SVGSVGElement>>;
17
17
  declare const CheckIcon: react.ForwardRefExoticComponent<_chakra_ui_react.IconProps & react.RefAttributes<SVGSVGElement>>;
18
+ declare const EllipsisIcon: react.ForwardRefExoticComponent<_chakra_ui_react.IconProps & react.RefAttributes<SVGSVGElement>>;
18
19
 
19
- export { CalendarIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CloseIcon, FilterIcon, HamburgerIcon, MinusIcon, PlusIcon, SearchIcon, ViewIcon, ViewOffIcon };
20
+ export { CalendarIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CloseIcon, EllipsisIcon, FilterIcon, HamburgerIcon, MinusIcon, PlusIcon, SearchIcon, ViewIcon, ViewOffIcon };
@@ -15,5 +15,6 @@ declare const ViewOffIcon: react.ForwardRefExoticComponent<_chakra_ui_react.Icon
15
15
  declare const ViewIcon: react.ForwardRefExoticComponent<_chakra_ui_react.IconProps & react.RefAttributes<SVGSVGElement>>;
16
16
  declare const SearchIcon: react.ForwardRefExoticComponent<_chakra_ui_react.IconProps & react.RefAttributes<SVGSVGElement>>;
17
17
  declare const CheckIcon: react.ForwardRefExoticComponent<_chakra_ui_react.IconProps & react.RefAttributes<SVGSVGElement>>;
18
+ declare const EllipsisIcon: react.ForwardRefExoticComponent<_chakra_ui_react.IconProps & react.RefAttributes<SVGSVGElement>>;
18
19
 
19
- export { CalendarIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CloseIcon, FilterIcon, HamburgerIcon, MinusIcon, PlusIcon, SearchIcon, ViewIcon, ViewOffIcon };
20
+ export { CalendarIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, ChevronUpIcon, CloseIcon, EllipsisIcon, FilterIcon, HamburgerIcon, MinusIcon, PlusIcon, SearchIcon, ViewIcon, ViewOffIcon };
@@ -8,6 +8,7 @@ import {
8
8
  ChevronRightIcon,
9
9
  ChevronUpIcon,
10
10
  CloseIcon,
11
+ EllipsisIcon,
11
12
  FilterIcon,
12
13
  HamburgerIcon,
13
14
  MinusIcon,
@@ -15,7 +16,7 @@ import {
15
16
  SearchIcon,
16
17
  ViewIcon,
17
18
  ViewOffIcon
18
- } from "../../chunk-VDXTEASE.js";
19
+ } from "../../chunk-4TPVIHNO.js";
19
20
  import "../../chunk-RTMS5TJN.js";
20
21
  export {
21
22
  CalendarIcon,
@@ -25,6 +26,7 @@ export {
25
26
  ChevronRightIcon,
26
27
  ChevronUpIcon,
27
28
  CloseIcon,
29
+ EllipsisIcon,
28
30
  FilterIcon,
29
31
  HamburgerIcon,
30
32
  MinusIcon,
@@ -181,6 +181,14 @@ var CheckIcon = createIcon({
181
181
  displayName: "CheckIcon",
182
182
  path: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("g", { children: /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("polyline", { points: "20 6 9 17 4 12" }) })
183
183
  });
184
+ var EllipsisIcon = createIcon({
185
+ displayName: "EllipsisIcon",
186
+ path: /* @__PURE__ */ (0, import_jsx_runtime2.jsxs)("g", { children: [
187
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("circle", { cx: "12", cy: "12", r: "1" }),
188
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("circle", { cx: "19", cy: "12", r: "1" }),
189
+ /* @__PURE__ */ (0, import_jsx_runtime2.jsx)("circle", { cx: "5", cy: "12", r: "1" })
190
+ ] })
191
+ });
184
192
 
185
193
  // src/components/menu/menu.tsx
186
194
  var import_jsx_runtime3 = require("react/jsx-runtime");
@@ -1,10 +1,10 @@
1
1
  'use client'
2
2
  import {
3
3
  menu_exports
4
- } from "../../chunk-KK77TYNL.js";
4
+ } from "../../chunk-C7B3ELC4.js";
5
5
  import "../../chunk-KTLWEUNW.js";
6
6
  import "../../chunk-BCNPBZZK.js";
7
- import "../../chunk-VDXTEASE.js";
7
+ import "../../chunk-4TPVIHNO.js";
8
8
  import "../../chunk-RTMS5TJN.js";
9
9
  export {
10
10
  menu_exports as Menu