@saas-ui/react 3.0.0-alpha.3 → 3.0.0-alpha.30
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/CHANGELOG.md +402 -1
- package/dist/chunk-2EUACKRH.js +26 -0
- package/dist/chunk-32DD6PHF.js +63 -0
- package/dist/chunk-3JZ42NYM.js +100 -0
- package/dist/chunk-3MO37LYW.js +326 -0
- package/dist/chunk-46ISJZBS.js +119 -0
- package/dist/{chunk-VDXTEASE.js → chunk-4TPVIHNO.js} +10 -1
- package/dist/chunk-52XM5VXJ.js +9 -0
- package/dist/chunk-6ZNR6N2K.js +45 -0
- package/dist/chunk-7VSTNV2B.js +53 -0
- package/dist/chunk-GRUMUCSL.js +109 -0
- package/dist/chunk-GWC5GCMW.js +177 -0
- package/dist/chunk-I2RXEKTB.js +38 -0
- package/dist/chunk-IEWHAXXU.js +28 -0
- package/dist/chunk-INV6RT5B.js +8 -0
- package/dist/chunk-IVLUAUU5.js +10 -0
- package/dist/chunk-JMYI6YXR.js +1 -0
- package/dist/chunk-JO4WJVYO.js +43 -0
- package/dist/chunk-K2SPPLAY.js +231 -0
- package/dist/chunk-KE5AC3TZ.js +63 -0
- package/dist/chunk-KFXNVUEZ.js +102 -0
- package/dist/chunk-L356FPLY.js +20 -0
- package/dist/chunk-LTVFG6UC.js +54 -0
- package/dist/chunk-MLJN6IOJ.js +96 -0
- package/dist/chunk-MS2ELLDY.js +26 -0
- package/dist/chunk-NGGISORT.js +29 -0
- package/dist/chunk-NGSHWY7E.js +27 -0
- package/dist/chunk-NSD5HRIP.js +46 -0
- package/dist/chunk-Q6SNJJO2.js +63 -0
- package/dist/chunk-QSNSWCTM.js +32 -0
- package/dist/chunk-RLIAFHVM.js +66 -0
- package/dist/chunk-S5J6REMC.js +40 -0
- package/dist/chunk-SA3OGTOO.js +23 -0
- package/dist/chunk-SKXSBAOS.js +35 -0
- package/dist/{components/breadcrumbs/index.js → chunk-TT4C5VXB.js} +6 -7
- package/dist/chunk-TZBAM4AD.js +20 -0
- package/dist/chunk-U23VDAWJ.js +143 -0
- package/dist/chunk-UASXI64E.js +34 -0
- package/dist/chunk-VZG7EJ64.js +70 -0
- package/dist/chunk-WYLMBMAH.js +22 -0
- package/dist/chunk-YHQ5JGCC.js +1 -0
- package/dist/chunk-YKSY7UOM.js +20 -0
- package/dist/{chunk-FZW2DYK3.js → chunk-YXGJOOMM.js} +1 -1
- package/dist/components/app-shell/index.cjs +1 -1
- package/dist/components/app-shell/index.d.cts +1 -1
- package/dist/components/app-shell/index.d.ts +1 -1
- package/dist/components/app-shell/index.js +3 -40
- package/dist/components/avatar/index.cjs +69 -0
- package/dist/components/avatar/index.d.cts +18 -0
- package/dist/components/avatar/index.d.ts +18 -0
- package/dist/components/avatar/index.js +11 -0
- package/dist/components/badge/index.cjs +31 -0
- package/dist/components/badge/index.d.cts +3 -0
- package/dist/components/badge/index.d.ts +3 -0
- package/dist/components/badge/index.js +8 -0
- package/dist/components/{breadcrumbs → breadcrumb}/index.cjs +8 -10
- package/dist/components/{breadcrumbs → breadcrumb}/index.d.cts +3 -4
- package/dist/components/{breadcrumbs → breadcrumb}/index.d.ts +3 -4
- package/dist/components/breadcrumb/index.js +8 -0
- package/dist/components/button/index.cjs +8 -26
- package/dist/components/button/index.js +3 -40
- package/dist/components/card/index.cjs +31 -0
- package/dist/components/card/index.d.cts +1 -0
- package/dist/components/card/index.d.ts +1 -0
- package/dist/components/card/index.js +8 -0
- package/dist/components/checkbox/index.js +3 -15
- package/dist/components/close-button/index.cjs +8 -0
- package/dist/components/close-button/index.js +3 -2
- package/dist/components/command/index.cjs +13 -13
- package/dist/components/command/index.d.cts +28 -2
- package/dist/components/command/index.d.ts +28 -2
- package/dist/components/command/index.js +3 -28
- package/dist/components/data-list/index.cjs +33 -0
- package/dist/components/data-list/index.d.cts +1 -0
- package/dist/components/data-list/index.d.ts +1 -0
- package/dist/components/data-list/index.js +10 -0
- package/dist/components/dialog/index.cjs +51 -90
- package/dist/components/dialog/index.d.cts +35 -16
- package/dist/components/dialog/index.d.ts +35 -16
- package/dist/components/dialog/index.js +7 -69
- package/dist/components/drawer/index.cjs +55 -97
- package/dist/components/drawer/index.d.cts +34 -18
- package/dist/components/drawer/index.d.ts +34 -18
- package/dist/components/drawer/index.js +7 -61
- package/dist/components/empty-state/index.cjs +50 -0
- package/dist/components/empty-state/index.d.cts +11 -0
- package/dist/components/empty-state/index.d.ts +11 -0
- package/dist/components/empty-state/index.js +8 -0
- package/dist/components/file-upload/index.cjs +254 -0
- package/dist/components/file-upload/index.d.cts +43 -0
- package/dist/components/file-upload/index.d.ts +43 -0
- package/dist/components/file-upload/index.js +10 -0
- package/dist/components/grid-list/index.cjs +68 -0
- package/dist/components/grid-list/index.d.cts +84 -0
- package/dist/components/grid-list/index.d.ts +84 -0
- package/dist/components/grid-list/index.js +8 -0
- package/dist/components/icon-badge/index.cjs +1 -1
- package/dist/components/icon-badge/index.d.cts +1 -1
- package/dist/components/icon-badge/index.d.ts +1 -1
- package/dist/components/icon-badge/index.js +3 -33
- package/dist/components/icon-button/index.cjs +67 -0
- package/dist/components/icon-button/index.d.cts +9 -0
- package/dist/components/icon-button/index.d.ts +9 -0
- package/dist/components/icon-button/index.js +9 -0
- package/dist/components/icons/index.cjs +10 -0
- package/dist/components/icons/index.d.cts +2 -1
- package/dist/components/icons/index.d.ts +2 -1
- package/dist/components/icons/index.js +3 -1
- package/dist/components/link/index.js +3 -14
- package/dist/components/loading-overlay/index.cjs +42 -1879
- package/dist/components/loading-overlay/index.d.cts +19 -6
- package/dist/components/loading-overlay/index.d.ts +19 -6
- package/dist/components/loading-overlay/index.js +7 -1874
- package/dist/components/menu/index.cjs +239 -0
- package/dist/components/menu/index.d.cts +39 -0
- package/dist/components/menu/index.d.ts +39 -0
- package/dist/components/menu/index.js +11 -0
- package/dist/components/navbar/index.cjs +61 -15
- package/dist/components/navbar/index.d.cts +12 -9
- package/dist/components/navbar/index.d.ts +12 -9
- package/dist/components/navbar/index.js +5 -38
- package/dist/components/number-input/index.cjs +9 -1
- package/dist/components/number-input/index.js +3 -26
- package/dist/components/pagination/index.cjs +215 -0
- package/dist/components/pagination/index.d.cts +41 -0
- package/dist/components/pagination/index.d.ts +41 -0
- package/dist/components/pagination/index.js +9 -0
- package/dist/components/password-input/index.cjs +2 -2
- package/dist/components/password-input/index.js +3 -225
- package/dist/components/persona/index.cjs +101 -36
- package/dist/components/persona/index.d.cts +131 -5
- package/dist/components/persona/index.d.ts +131 -5
- package/dist/components/persona/index.js +8 -144
- package/dist/components/pin-input/index.js +3 -21
- package/dist/components/popover/index.cjs +214 -0
- package/dist/components/popover/index.d.cts +37 -0
- package/dist/components/popover/index.d.ts +37 -0
- package/dist/components/popover/index.js +11 -0
- package/dist/components/radio/index.js +4 -16
- package/dist/components/search-input/index.cjs +8 -0
- package/dist/components/search-input/index.js +4 -114
- package/dist/components/segmented-control/index.cjs +60 -0
- package/dist/components/segmented-control/index.d.cts +14 -0
- package/dist/components/segmented-control/index.d.ts +14 -0
- package/dist/components/segmented-control/index.js +8 -0
- package/dist/components/select/index.cjs +8 -0
- package/dist/components/select/index.js +6 -95
- package/dist/components/sidebar/index.cjs +66 -32
- package/dist/components/sidebar/index.d.cts +30 -25
- package/dist/components/sidebar/index.d.ts +30 -25
- package/dist/components/sidebar/index.js +7 -101
- package/dist/components/status/index.cjs +45 -0
- package/dist/components/status/index.d.cts +17 -0
- package/dist/components/status/index.d.ts +17 -0
- package/dist/components/status/index.js +8 -0
- package/dist/components/steps/index.cjs +17 -10
- package/dist/components/steps/index.d.cts +4 -4
- package/dist/components/steps/index.d.ts +4 -4
- package/dist/components/steps/index.js +6 -67
- package/dist/components/switch/index.js +3 -18
- package/dist/components/tabs/index.cjs +35 -0
- package/dist/components/tabs/index.d.cts +1 -0
- package/dist/components/tabs/index.d.ts +1 -0
- package/dist/components/tabs/index.js +12 -0
- package/dist/components/tag/index.cjs +53 -0
- package/dist/components/tag/index.d.cts +12 -0
- package/dist/components/tag/index.d.ts +12 -0
- package/dist/components/tag/index.js +8 -0
- package/dist/components/toaster/index.cjs +204 -0
- package/dist/components/toaster/index.d.cts +11 -0
- package/dist/components/toaster/index.d.ts +11 -0
- package/dist/components/toaster/index.js +12 -0
- package/dist/components/tooltip/index.cjs +57 -0
- package/dist/components/tooltip/index.d.cts +14 -0
- package/dist/components/tooltip/index.d.ts +14 -0
- package/dist/components/tooltip/index.js +8 -0
- package/dist/index.cjs +8277 -5428
- package/dist/index.d.cts +47 -2
- package/dist/index.d.ts +47 -2
- package/dist/index.js +5416 -4732
- package/dist/theme/tokens/colors.cjs +349 -0
- package/dist/theme/tokens/colors.d.cts +856 -0
- package/dist/theme/tokens/colors.d.ts +856 -0
- package/dist/theme/tokens/colors.js +8 -0
- package/dist/types-DnFoUudY.d.cts +10 -0
- package/dist/types-DnFoUudY.d.ts +10 -0
- package/package.json +11 -4
- package/dist/chunk-VBIVLREP.js +0 -45
- /package/dist/{chunk-KHRLZUV4.js → chunk-O2WVT2BP.js} +0 -0
@@ -0,0 +1,84 @@
|
|
1
|
+
import * as react from 'react';
|
2
|
+
import * as _chakra_ui_react from '@chakra-ui/react';
|
3
|
+
import { RecipeVariantProps, HTMLChakraProps } from '@chakra-ui/react';
|
4
|
+
import { GridList } from '@saas-ui/core/grid-list';
|
5
|
+
import { S as SlotRecipeProps } from '../../types-DnFoUudY.js';
|
6
|
+
|
7
|
+
declare const gridListSlotRecipe: _chakra_ui_react.SlotRecipeDefinition<"cell" | "root" | "item" | "header", {
|
8
|
+
interactive: {
|
9
|
+
true: {
|
10
|
+
item: {
|
11
|
+
cursor: "button";
|
12
|
+
transitionProperty: "bg";
|
13
|
+
transitionDuration: "fast";
|
14
|
+
_hover: {
|
15
|
+
bg: "bg.subtle";
|
16
|
+
};
|
17
|
+
_active: {
|
18
|
+
bg: "bg.subtle";
|
19
|
+
};
|
20
|
+
};
|
21
|
+
};
|
22
|
+
};
|
23
|
+
variant: {
|
24
|
+
simple: {};
|
25
|
+
rounded: {
|
26
|
+
item: {
|
27
|
+
borderRadius: "md";
|
28
|
+
mb: number;
|
29
|
+
};
|
30
|
+
};
|
31
|
+
};
|
32
|
+
size: {
|
33
|
+
sm: {
|
34
|
+
root: {
|
35
|
+
textStyle: "sm";
|
36
|
+
py: number;
|
37
|
+
};
|
38
|
+
item: {
|
39
|
+
py: number;
|
40
|
+
px: number;
|
41
|
+
gap: number;
|
42
|
+
};
|
43
|
+
header: {
|
44
|
+
py: number;
|
45
|
+
px: number;
|
46
|
+
};
|
47
|
+
};
|
48
|
+
md: {
|
49
|
+
root: {
|
50
|
+
textStyle: "md";
|
51
|
+
py: number;
|
52
|
+
};
|
53
|
+
item: {
|
54
|
+
py: number;
|
55
|
+
px: number;
|
56
|
+
gap: number;
|
57
|
+
};
|
58
|
+
header: {
|
59
|
+
py: number;
|
60
|
+
px: number;
|
61
|
+
};
|
62
|
+
};
|
63
|
+
};
|
64
|
+
}>;
|
65
|
+
type GridListVariantProps = RecipeVariantProps<typeof gridListSlotRecipe>;
|
66
|
+
|
67
|
+
interface GridListRootProps extends GridList.RootProps, HTMLChakraProps<'div'>, SlotRecipeProps<'suiGridList', GridListVariantProps> {
|
68
|
+
}
|
69
|
+
declare const GridListRoot: react.ForwardRefExoticComponent<GridListRootProps & react.RefAttributes<HTMLDivElement>>;
|
70
|
+
interface GridListItemProps extends GridList.ItemProps, HTMLChakraProps<'div'> {
|
71
|
+
}
|
72
|
+
declare const GridListItem: react.ForwardRefExoticComponent<GridListItemProps & react.RefAttributes<HTMLDivElement>>;
|
73
|
+
interface GridListHeaderProps extends GridList.HeaderProps, HTMLChakraProps<'header'> {
|
74
|
+
}
|
75
|
+
declare const GridListHeader: react.ForwardRefExoticComponent<GridListHeaderProps & react.RefAttributes<HTMLDivElement>>;
|
76
|
+
interface GridListCellProps extends GridList.CellProps, HTMLChakraProps<'div'> {
|
77
|
+
}
|
78
|
+
declare const GridListCell: react.ForwardRefExoticComponent<GridListCellProps & react.RefAttributes<HTMLDivElement>>;
|
79
|
+
|
80
|
+
declare namespace gridList {
|
81
|
+
export { GridListCell as Cell, type GridListCellProps as CellProps, GridListHeader as Header, type GridListHeaderProps as HeaderProps, GridListItem as Item, type GridListItemProps as ItemProps, GridListRoot as Root, type GridListRootProps as RootProps };
|
82
|
+
}
|
83
|
+
|
84
|
+
export { gridList as GridList };
|
@@ -44,7 +44,7 @@ var import_jsx_runtime = require("react/jsx-runtime");
|
|
44
44
|
var IconBadge = React.forwardRef(
|
45
45
|
(props, ref) => {
|
46
46
|
const { icon, children, ...rest } = props;
|
47
|
-
const recipe = (0, import_react2.useRecipe)({ key: "
|
47
|
+
const recipe = (0, import_react2.useRecipe)({ key: "suiIconBadge", recipe: props.recipe });
|
48
48
|
const [variantProps, localProps] = recipe.splitVariantProps(rest);
|
49
49
|
const styles = recipe(variantProps);
|
50
50
|
const element = icon || children;
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import * as react from 'react';
|
2
2
|
import { HTMLChakraProps, RecipeProps } from '@chakra-ui/react';
|
3
3
|
|
4
|
-
interface IconBadgeProps extends HTMLChakraProps<'div'>, RecipeProps<'
|
4
|
+
interface IconBadgeProps extends HTMLChakraProps<'div'>, RecipeProps<'suiIconBadge'> {
|
5
5
|
/**
|
6
6
|
* The icon to display
|
7
7
|
*/
|
@@ -1,7 +1,7 @@
|
|
1
1
|
import * as react from 'react';
|
2
2
|
import { HTMLChakraProps, RecipeProps } from '@chakra-ui/react';
|
3
3
|
|
4
|
-
interface IconBadgeProps extends HTMLChakraProps<'div'>, RecipeProps<'
|
4
|
+
interface IconBadgeProps extends HTMLChakraProps<'div'>, RecipeProps<'suiIconBadge'> {
|
5
5
|
/**
|
6
6
|
* The icon to display
|
7
7
|
*/
|
@@ -1,38 +1,8 @@
|
|
1
1
|
'use client'
|
2
|
-
import "../../chunk-RTMS5TJN.js";
|
3
|
-
|
4
|
-
// src/components/icon-badge/icon-badge.tsx
|
5
|
-
import * as React from "react";
|
6
|
-
import { cloneElement, isValidElement } from "react";
|
7
2
|
import {
|
8
|
-
|
9
|
-
|
10
|
-
|
11
|
-
import { cx } from "@saas-ui/core/utils";
|
12
|
-
import { jsx } from "react/jsx-runtime";
|
13
|
-
var IconBadge = React.forwardRef(
|
14
|
-
(props, ref) => {
|
15
|
-
const { icon, children, ...rest } = props;
|
16
|
-
const recipe = useRecipe({ key: "iconBadge", recipe: props.recipe });
|
17
|
-
const [variantProps, localProps] = recipe.splitVariantProps(rest);
|
18
|
-
const styles = recipe(variantProps);
|
19
|
-
const element = icon || children;
|
20
|
-
const _children = isValidElement(element) ? cloneElement(element, {
|
21
|
-
"aria-hidden": true,
|
22
|
-
focusable: false
|
23
|
-
}) : null;
|
24
|
-
return /* @__PURE__ */ jsx(
|
25
|
-
chakra.div,
|
26
|
-
{
|
27
|
-
ref,
|
28
|
-
...localProps,
|
29
|
-
css: [styles, props.css],
|
30
|
-
className: cx(recipe.className, props.className),
|
31
|
-
children: _children
|
32
|
-
}
|
33
|
-
);
|
34
|
-
}
|
35
|
-
);
|
3
|
+
IconBadge
|
4
|
+
} from "../../chunk-I2RXEKTB.js";
|
5
|
+
import "../../chunk-RTMS5TJN.js";
|
36
6
|
export {
|
37
7
|
IconBadge
|
38
8
|
};
|
@@ -0,0 +1,67 @@
|
|
1
|
+
'use client'
|
2
|
+
"use strict";
|
3
|
+
var __defProp = Object.defineProperty;
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
7
|
+
var __export = (target, all) => {
|
8
|
+
for (var name in all)
|
9
|
+
__defProp(target, name, { get: all[name], enumerable: true });
|
10
|
+
};
|
11
|
+
var __copyProps = (to, from, except, desc) => {
|
12
|
+
if (from && typeof from === "object" || typeof from === "function") {
|
13
|
+
for (let key of __getOwnPropNames(from))
|
14
|
+
if (!__hasOwnProp.call(to, key) && key !== except)
|
15
|
+
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
16
|
+
}
|
17
|
+
return to;
|
18
|
+
};
|
19
|
+
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
20
|
+
|
21
|
+
// src/components/icon-button/index.ts
|
22
|
+
var icon_button_exports = {};
|
23
|
+
__export(icon_button_exports, {
|
24
|
+
IconButton: () => IconButton
|
25
|
+
});
|
26
|
+
module.exports = __toCommonJS(icon_button_exports);
|
27
|
+
|
28
|
+
// src/components/icon-button/icon-button.tsx
|
29
|
+
var import_react3 = require("react");
|
30
|
+
|
31
|
+
// src/components/button/button.tsx
|
32
|
+
var import_react = require("react");
|
33
|
+
var import_react2 = require("@chakra-ui/react");
|
34
|
+
var import_jsx_runtime = require("react/jsx-runtime");
|
35
|
+
var Button = (0, import_react.forwardRef)(
|
36
|
+
function Button2(props, ref) {
|
37
|
+
const { loading, disabled, loadingText, children, ...rest } = props;
|
38
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react2.Button, { disabled: loading || disabled, ref, ...rest, children: loading && !loadingText ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
|
39
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react2.AbsoluteCenter, { display: "inline-flex", children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react2.Spinner, { size: "inherit", color: "inherit" }) }),
|
40
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react2.Span, { opacity: 0, children })
|
41
|
+
] }) : loading && loadingText ? /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(import_jsx_runtime.Fragment, { children: [
|
42
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(import_react2.Spinner, { size: "inherit", color: "inherit" }),
|
43
|
+
loadingText
|
44
|
+
] }) : children });
|
45
|
+
}
|
46
|
+
);
|
47
|
+
|
48
|
+
// src/components/icon-button/icon-button.tsx
|
49
|
+
var import_jsx_runtime2 = require("react/jsx-runtime");
|
50
|
+
var IconButton = (0, import_react3.forwardRef)(
|
51
|
+
function IconButton2(props, ref) {
|
52
|
+
return /* @__PURE__ */ (0, import_jsx_runtime2.jsx)(
|
53
|
+
Button,
|
54
|
+
{
|
55
|
+
px: "0",
|
56
|
+
py: "0",
|
57
|
+
_icon: { fontSize: "1.2em" },
|
58
|
+
ref,
|
59
|
+
...props
|
60
|
+
}
|
61
|
+
);
|
62
|
+
}
|
63
|
+
);
|
64
|
+
// Annotate the CommonJS export names for ESM import in node:
|
65
|
+
0 && (module.exports = {
|
66
|
+
IconButton
|
67
|
+
});
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import * as react from 'react';
|
2
|
+
import { ButtonProps } from '../button/index.cjs';
|
3
|
+
import '@chakra-ui/react';
|
4
|
+
|
5
|
+
interface IconButtonProps extends ButtonProps {
|
6
|
+
}
|
7
|
+
declare const IconButton: react.ForwardRefExoticComponent<IconButtonProps & react.RefAttributes<HTMLButtonElement>>;
|
8
|
+
|
9
|
+
export { IconButton, type IconButtonProps };
|
@@ -0,0 +1,9 @@
|
|
1
|
+
import * as react from 'react';
|
2
|
+
import { ButtonProps } from '../button/index.js';
|
3
|
+
import '@chakra-ui/react';
|
4
|
+
|
5
|
+
interface IconButtonProps extends ButtonProps {
|
6
|
+
}
|
7
|
+
declare const IconButton: react.ForwardRefExoticComponent<IconButtonProps & react.RefAttributes<HTMLButtonElement>>;
|
8
|
+
|
9
|
+
export { IconButton, type IconButtonProps };
|
@@ -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-
|
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,
|
@@ -1,20 +1,9 @@
|
|
1
1
|
'use client'
|
2
2
|
import {
|
3
|
-
|
4
|
-
} from "../../chunk-
|
3
|
+
Link
|
4
|
+
} from "../../chunk-TZBAM4AD.js";
|
5
|
+
import "../../chunk-O2WVT2BP.js";
|
5
6
|
import "../../chunk-RTMS5TJN.js";
|
6
|
-
|
7
|
-
// src/components/link/link.tsx
|
8
|
-
import React from "react";
|
9
|
-
import { Link as ChakraLink } from "@chakra-ui/react";
|
10
|
-
import { jsx } from "react/jsx-runtime";
|
11
|
-
var Link = React.forwardRef(
|
12
|
-
(props, ref) => {
|
13
|
-
const LinkComponent = useLink();
|
14
|
-
return /* @__PURE__ */ jsx(ChakraLink, { asChild: true, children: /* @__PURE__ */ jsx(LinkComponent, { ref, ...props }) });
|
15
|
-
}
|
16
|
-
);
|
17
|
-
Link.displayName = "Link";
|
18
7
|
export {
|
19
8
|
Link
|
20
9
|
};
|