reaxify 0.0.87 → 0.0.88
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/{src/axios → axios}/AxiosProvider.d.ts +2 -1
- package/dist/axios/AxiosProvider.d.ts.map +1 -0
- package/dist/{src/axios → axios}/index.d.ts +1 -0
- package/dist/axios/index.d.ts.map +1 -0
- package/dist/{src/axios → axios}/types.d.ts +1 -0
- package/dist/axios/types.d.ts.map +1 -0
- package/dist/{src/axios → axios}/useAxios.d.ts +1 -0
- package/dist/axios/useAxios.d.ts.map +1 -0
- package/dist/{src/components → components}/Accordion/index.d.ts +2 -1
- package/dist/components/Accordion/index.d.ts.map +1 -0
- package/dist/components/Alert/index.cjs.js +1 -1
- package/dist/{src/components → components}/Alert/index.d.ts +2 -1
- package/dist/components/Alert/index.d.ts.map +1 -0
- package/dist/components/Alert/index.es.js +183 -5
- package/dist/components/Avatar/index.cjs.js +1 -0
- package/dist/{src/components → components}/Avatar/index.d.ts +2 -1
- package/dist/components/Avatar/index.d.ts.map +1 -0
- package/dist/components/Avatar/index.es.js +162 -0
- package/dist/{src/components → components}/Badge/index.d.ts +2 -1
- package/dist/components/Badge/index.d.ts.map +1 -0
- package/dist/{src/components → components}/Button/index.d.ts +2 -1
- package/dist/components/Button/index.d.ts.map +1 -0
- package/dist/{src/components → components}/ButtonGroup/index.d.ts +2 -1
- package/dist/components/ButtonGroup/index.d.ts.map +1 -0
- package/dist/{src/components → components}/Card/index.d.ts +2 -1
- package/dist/components/Card/index.d.ts.map +1 -0
- package/dist/{src/components → components}/Drawer/index.d.ts +2 -1
- package/dist/components/Drawer/index.d.ts.map +1 -0
- package/dist/components/Fill/index.cjs.js +1 -0
- package/dist/{src/components → components}/Fill/index.d.ts +2 -1
- package/dist/components/Fill/index.d.ts.map +1 -0
- package/dist/components/Fill/index.es.js +15 -0
- package/dist/{src/components → components}/InputGroup/index.d.ts +2 -1
- package/dist/components/InputGroup/index.d.ts.map +1 -0
- package/dist/{src/components → components}/Menu/index.d.ts +2 -1
- package/dist/components/Menu/index.d.ts.map +1 -0
- package/dist/{src/components → components}/Modal/index.d.ts +2 -1
- package/dist/components/Modal/index.d.ts.map +1 -0
- package/dist/{src/components → components}/Portal/index.d.ts +2 -1
- package/dist/components/Portal/index.d.ts.map +1 -0
- package/dist/{src/components → components}/Progress/index.d.ts +2 -1
- package/dist/components/Progress/index.d.ts.map +1 -0
- package/dist/{src/components → components}/Skeleton/index.d.ts +1 -0
- package/dist/components/Skeleton/index.d.ts.map +1 -0
- package/dist/{src/components → components}/Spacer/index.d.ts +2 -1
- package/dist/components/Spacer/index.d.ts.map +1 -0
- package/dist/components/Spinner/index.cjs.js +1 -1
- package/dist/{src/components → components}/Spinner/index.d.ts +2 -1
- package/dist/components/Spinner/index.d.ts.map +1 -0
- package/dist/components/Spinner/index.es.js +1 -1
- package/dist/{src/components → components}/Stack/index.d.ts +2 -1
- package/dist/components/Stack/index.d.ts.map +1 -0
- package/dist/{src/components → components}/Switch/index.d.ts +2 -1
- package/dist/components/Switch/index.d.ts.map +1 -0
- package/dist/{src/components → components}/Table/index.d.ts +1 -0
- package/dist/components/Table/index.d.ts.map +1 -0
- package/dist/{src/components → components}/Tabs/index.d.ts +2 -1
- package/dist/components/Tabs/index.d.ts.map +1 -0
- package/dist/{src/components → components}/Tooltip/index.d.ts +2 -1
- package/dist/components/Tooltip/index.d.ts.map +1 -0
- package/dist/{src/components → components}/Typography/index.d.ts +2 -1
- package/dist/components/Typography/index.d.ts.map +1 -0
- package/dist/components/index.cjs.js +1 -1
- package/dist/{src/components → components}/index.d.ts +4 -0
- package/dist/components/index.d.ts.map +1 -0
- package/dist/components/index.es.js +46 -40
- package/dist/{src/helpers → helpers}/cn.d.ts +1 -0
- package/dist/helpers/cn.d.ts.map +1 -0
- package/dist/{src/helpers → helpers}/copy.d.ts +1 -0
- package/dist/helpers/copy.d.ts.map +1 -0
- package/dist/{src/helpers → helpers}/index.d.ts +1 -0
- package/dist/helpers/index.d.ts.map +1 -0
- package/dist/{src/helpers → helpers}/isEmpty.d.ts +1 -0
- package/dist/helpers/isEmpty.d.ts.map +1 -0
- package/dist/{src/helpers → helpers}/isServer.d.ts +1 -0
- package/dist/helpers/isServer.d.ts.map +1 -0
- package/dist/{src/helpers → helpers}/randomID.d.ts +1 -0
- package/dist/helpers/randomID.d.ts.map +1 -0
- package/dist/{src/helpers → helpers}/replaceNonDigits.d.ts +1 -0
- package/dist/helpers/replaceNonDigits.d.ts.map +1 -0
- package/dist/{src/helpers → helpers}/replacePersianNumbers.d.ts +1 -0
- package/dist/helpers/replacePersianNumbers.d.ts.map +1 -0
- package/dist/{src/helpers → helpers}/scrollIntoView.d.ts +1 -0
- package/dist/helpers/scrollIntoView.d.ts.map +1 -0
- package/dist/{src/helpers → helpers}/twoDigitNumber.d.ts +1 -0
- package/dist/helpers/twoDigitNumber.d.ts.map +1 -0
- package/dist/{src/helpers → helpers}/wait.d.ts +1 -0
- package/dist/helpers/wait.d.ts.map +1 -0
- package/dist/{src/hooks → hooks}/index.d.ts +1 -0
- package/dist/hooks/index.d.ts.map +1 -0
- package/dist/{src/hooks → hooks}/useClasses.d.ts +3 -2
- package/dist/hooks/useClasses.d.ts.map +1 -0
- package/dist/{src/hooks → hooks}/useCreateRipple.d.ts +1 -0
- package/dist/hooks/useCreateRipple.d.ts.map +1 -0
- package/dist/{src/hooks → hooks}/useDebounce.d.ts +1 -0
- package/dist/hooks/useDebounce.d.ts.map +1 -0
- package/dist/{src/hooks → hooks}/useDocumentVisible.d.ts +1 -0
- package/dist/hooks/useDocumentVisible.d.ts.map +1 -0
- package/dist/{src/hooks → hooks}/useIsOffline.d.ts +1 -0
- package/dist/hooks/useIsOffline.d.ts.map +1 -0
- package/dist/{src/hooks → hooks}/usePersistedState.d.ts +1 -0
- package/dist/hooks/usePersistedState.d.ts.map +1 -0
- package/dist/{src/hooks → hooks}/useToggle.d.ts +1 -0
- package/dist/hooks/useToggle.d.ts.map +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -0
- package/dist/{src/providers → providers}/ThemeProvider.d.ts +2 -1
- package/dist/providers/ThemeProvider.d.ts.map +1 -0
- package/dist/{src/providers → providers}/index.d.ts +1 -0
- package/dist/providers/index.d.ts.map +1 -0
- package/dist/{src/types → types}/index.d.ts +1 -0
- package/dist/types/index.d.ts.map +1 -0
- package/package.json +2 -2
- package/dist/src/index.d.ts +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Portal/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AAIxC,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAAE,QAAQ,EAAE,EAAE,aAAa,sCAczD"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Color } from '
|
|
1
|
+
import { Color } from '../../types';
|
|
2
2
|
import { ComponentProps } from 'react';
|
|
3
3
|
type ValueAnimation = {
|
|
4
4
|
value: number;
|
|
@@ -14,3 +14,4 @@ type BaseProgressProps = {
|
|
|
14
14
|
type ProgressProps = BaseProgressProps & Omit<ComponentProps<"div">, keyof BaseProgressProps>;
|
|
15
15
|
export default function Progress({ color, value, animate, className, ...props }: ProgressProps): import("react/jsx-runtime").JSX.Element;
|
|
16
16
|
export {};
|
|
17
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Progress/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,MAAM,SAAS,CAAC;AAChC,OAAO,EAAE,cAAc,EAAW,MAAM,OAAO,CAAC;AAGhD,KAAK,cAAc,GACf;IACE,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,KAAK,CAAC;CACjB,GACD;IACE,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,OAAO,EAAE,OAAO,CAAC;CAClB,CAAC;AACN,KAAK,iBAAiB,GAAG;IACvB,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC;CAClB,GAAG,cAAc,CAAC;AAInB,KAAK,aAAa,GAAG,iBAAiB,GACpC,IAAI,CAAC,cAAc,CAAC,KAAK,CAAC,EAAE,MAAM,iBAAiB,CAAC,CAAC;AAEvD,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAC/B,KAAiB,EACjB,KAAS,EACT,OAAe,EACf,SAAS,EACT,GAAG,KAAK,EACT,EAAE,aAAa,2CA2Cf"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Skeleton/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAGvC,KAAK,aAAa,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC;AAE3C,MAAM,CAAC,OAAO,UAAU,QAAQ,CAAC,EAC/B,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,aAAa,2CAcf"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
|
-
import { ComponentPropsWithoutAs } from '
|
|
1
|
+
import { ComponentPropsWithoutAs } from '../../types';
|
|
2
2
|
type SpacerProps = ComponentPropsWithoutAs<"div", {
|
|
3
3
|
children?: never;
|
|
4
4
|
}>;
|
|
5
5
|
export default function Spacer({ className, ...props }: SpacerProps): import("react/jsx-runtime").JSX.Element;
|
|
6
6
|
export {};
|
|
7
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Spacer/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAGlD,KAAK,WAAW,GAAG,uBAAuB,CAAC,KAAK,EAAE;IAAE,QAAQ,CAAC,EAAE,KAAK,CAAA;CAAE,CAAC,CAAC;AAExE,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAAE,SAAS,EAAE,GAAG,KAAK,EAAE,EAAE,WAAW,2CAQlE"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";"use strict";const b=require("react/jsx-runtime"),c=require("../../hooks/useClasses.cjs.js"),d=require("react"),m=require("../../node_modules/tailwind-merge/dist/bundle-mjs.cjs.js");function p({color:o="primary",size:t="md",className:i,...u}){const r=c(e=>e.spinner),a=d.useMemo(()=>{var n;if(!o)return"border-current";const e={primary:"border-primary",secondary:"border-secondary",success:"border-success",info:"border-info",warning:"border-warning",danger:"border-danger",dark:"border-dark",light:"border-light"};return[e==null?void 0:e[o],(n=r==null?void 0:r.color)==null?void 0:n[o]]},[o,r==null?void 0:r.color]),s=d.useMemo(()=>{var n;const e={sm:"border-2 w-4",md:"border-3 w-6",lg:"border-4 w-8"};return[e==null?void 0:e[t],(n=r==null?void 0:r.size)==null?void 0:n[t]]},[t,r==null?void 0:r.size]);return b.jsx("span",{className:m.twMerge("inline-block align-middle rounded-full animate-spin aspect-square",r==null?void 0:r.base,a,"border-l-transparent",s,i),...u})}module.exports=p;
|
|
1
|
+
"use client";"use strict";const b=require("react/jsx-runtime"),c=require("../../hooks/useClasses.cjs.js"),d=require("react"),m=require("../../node_modules/tailwind-merge/dist/bundle-mjs.cjs.js");function p({color:o="primary",size:t="md",className:i,...u}){const r=c(e=>e.spinner),a=d.useMemo(()=>{var n;if(!o)return"border-current";const e={primary:"border-primary",secondary:"border-secondary",success:"border-success",info:"border-info",warning:"border-warning",danger:"border-danger",dark:"border-dark",light:"border-light"};return[e==null?void 0:e[o],(n=r==null?void 0:r.color)==null?void 0:n[o]]},[o,r==null?void 0:r.color]),s=d.useMemo(()=>{var n;const e={sm:"border-2 w-4",md:"border-3 w-6",lg:"border-4 w-8"};return[e==null?void 0:e[t],(n=r==null?void 0:r.size)==null?void 0:n[t]]},[t,r==null?void 0:r.size]);return b.jsx("span",{className:m.twMerge("inline-block align-middle rounded-full animate-spin aspect-square",r==null?void 0:r.base,a,"border-l-transparent!",s,i),...u})}module.exports=p;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Color, ComponentPropsWithoutAs, Size } from '
|
|
1
|
+
import { Color, ComponentPropsWithoutAs, Size } from '../../types';
|
|
2
2
|
type Props = {
|
|
3
3
|
color?: Color | null;
|
|
4
4
|
size?: Size;
|
|
@@ -6,3 +6,4 @@ type Props = {
|
|
|
6
6
|
};
|
|
7
7
|
export default function Spinner({ color, size, className, ...props }: ComponentPropsWithoutAs<"span", Props>): import("react/jsx-runtime").JSX.Element;
|
|
8
8
|
export {};
|
|
9
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Spinner/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,uBAAuB,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAI/D,KAAK,KAAK,GAAG;IACX,KAAK,CAAC,EAAE,KAAK,GAAG,IAAI,CAAC;IACrB,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,QAAQ,CAAC,EAAE,KAAK,CAAC;CAClB,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,EAC9B,KAAiB,EACjB,IAAW,EACX,SAAS,EACT,GAAG,KAAK,EACT,EAAE,uBAAuB,CAAC,MAAM,EAAE,KAAK,CAAC,2CAqCxC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ComponentPropsWithAs } from '
|
|
1
|
+
import { ComponentPropsWithAs } from '../../types';
|
|
2
2
|
import { ElementType } from 'react';
|
|
3
3
|
type Directions = "row" | "column";
|
|
4
4
|
type StackProps = {
|
|
@@ -8,3 +8,4 @@ type StackProps = {
|
|
|
8
8
|
};
|
|
9
9
|
export default function Stack<E extends ElementType = "div">({ as, direction, wrap, reverse, className, children, ...props }: ComponentPropsWithAs<E, StackProps>): import("react/jsx-runtime").JSX.Element;
|
|
10
10
|
export {};
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Stack/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,oBAAoB,EAAE,MAAM,SAAS,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAW,MAAM,OAAO,CAAC;AAG7C,KAAK,UAAU,GAAG,KAAK,GAAG,QAAQ,CAAC;AACnC,KAAK,UAAU,GAAG;IAChB,SAAS,CAAC,EAAE,UAAU,CAAC;IACvB,IAAI,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC3B,OAAO,CAAC,EAAE,OAAO,CAAC;CACnB,CAAC;AAGF,MAAM,CAAC,OAAO,UAAU,KAAK,CAAC,CAAC,SAAS,WAAW,GAAG,KAAK,EAAE,EAC3D,EAAE,EACF,SAAiB,EACjB,IAAY,EACZ,OAAe,EACf,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,oBAAoB,CAAC,CAAC,EAAE,UAAU,CAAC,2CAqCrC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Color, ComponentPropsWithoutAs, Size } from '
|
|
1
|
+
import { Color, ComponentPropsWithoutAs, Size } from '../../types';
|
|
2
2
|
import { Dispatch } from 'react';
|
|
3
3
|
type Props = {
|
|
4
4
|
checked?: boolean;
|
|
@@ -17,3 +17,4 @@ type Props = {
|
|
|
17
17
|
};
|
|
18
18
|
export default function Switch({ checked, onChange, disabled, color, size, inputProps, className, ...props }: ComponentPropsWithoutAs<"span", Props>): import("react/jsx-runtime").JSX.Element;
|
|
19
19
|
export {};
|
|
20
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Switch/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,KAAK,EAAE,uBAAuB,EAAE,IAAI,EAAE,MAAM,SAAS,CAAC;AAC/D,OAAO,EAAe,QAAQ,EAAW,MAAM,OAAO,CAAC;AAGvD,KAAK,KAAK,GAAG;IACX,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,QAAQ,CAAC,OAAO,CAAC,CAAC;IAC7B,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,IAAI,CAAC,EAAE,IAAI,CAAC;IACZ,QAAQ,CAAC,EAAE,KAAK,CAAC;IACjB,UAAU,CAAC,EAAE,uBAAuB,CAClC,OAAO,EACP;QACE,IAAI,CAAC,EAAE,KAAK,CAAC;QACb,MAAM,CAAC,EAAE,KAAK,CAAC;QACf,SAAS,CAAC,EAAE,KAAK,CAAC;QAClB,OAAO,CAAC,EAAE,KAAK,CAAC;QAChB,QAAQ,CAAC,EAAE,KAAK,CAAC;KAClB,CACF,CAAC;CACH,CAAC;AAEF,MAAM,CAAC,OAAO,UAAU,MAAM,CAAC,EAC7B,OAAO,EACP,QAAQ,EACR,QAAQ,EACR,KAAiB,EACjB,IAAW,EACX,UAAe,EACf,SAAS,EACT,GAAG,KAAK,EACT,EAAE,uBAAuB,CAAC,MAAM,EAAE,KAAK,CAAC,2CAwFxC"}
|
|
@@ -37,3 +37,4 @@ declare function TableRow({ className, children, ...props }: TableRowProps): imp
|
|
|
37
37
|
declare function TableHeaderCell({ sticky, className, children, ...props }: TableHeaderCellProps): import("react/jsx-runtime").JSX.Element;
|
|
38
38
|
declare function TableDataCell({ sticky, className, children, ...props }: TableDataCellProps): import("react/jsx-runtime").JSX.Element;
|
|
39
39
|
export default Table;
|
|
40
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Table/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,EAA6B,MAAM,OAAO,CAAC;AAGlE,KAAK,QAAQ,GAAG,OAAO,GAAG,QAAQ,GAAG,OAAO,CAAC;AAM7C,KAAK,mBAAmB,GAAG,cAAc,CAAC,KAAK,CAAC,CAAC;AACjD,KAAK,cAAc,GAAG;IACpB,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,QAAQ,CAAC,EAAE,QAAQ,CAAC;IACpB,KAAK,CAAC,EAAE,OAAO,CAAC;CACjB,CAAC;AACF,KAAK,UAAU,GAAG,cAAc,GAC9B,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,MAAM,cAAc,CAAC,CAAC;AACtD,KAAK,oBAAoB,GAAG;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AACjD,KAAK,gBAAgB,GAAG,oBAAoB,GAC1C,IAAI,CAAC,cAAc,CAAC,OAAO,CAAC,EAAE,MAAM,oBAAoB,CAAC,CAAC;AAC5D,KAAK,cAAc,GAAG,cAAc,CAAC,OAAO,CAAC,CAAC;AAC9C,KAAK,aAAa,GAAG,cAAc,CAAC,IAAI,CAAC,CAAC;AAC1C,KAAK,wBAAwB,GAAG;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AACrD,KAAK,oBAAoB,GAAG,wBAAwB,GAClD,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,MAAM,wBAAwB,CAAC,CAAC;AAC7D,KAAK,sBAAsB,GAAG;IAAE,MAAM,CAAC,EAAE,OAAO,CAAA;CAAE,CAAC;AACnD,KAAK,kBAAkB,GAAG,sBAAsB,GAC9C,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,MAAM,sBAAsB,CAAC,CAAC;AAO3D,iBAAS,cAAc,CAAC,EACtB,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,mBAAmB,2CAUrB;AACD,iBAAS,KAAK,CAAC,EACb,OAAe,EACf,QAAgB,EAChB,KAAa,EACb,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,UAAU,2CAgBZ;kBAvBQ,KAAK;;;;;;;;AAwBd,iBAAS,WAAW,CAAC,EACnB,MAAc,EACd,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,gBAAgB,2CAelB;AACD,iBAAS,SAAS,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,cAAc,2CAOnE;AACD,iBAAS,QAAQ,CAAC,EAAE,SAAS,EAAE,QAAQ,EAAE,GAAG,KAAK,EAAE,EAAE,aAAa,2CA0BjE;AACD,iBAAS,eAAe,CAAC,EACvB,MAAc,EACd,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,oBAAoB,2CAatB;AACD,iBAAS,aAAa,CAAC,EACrB,MAAc,EACd,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,kBAAkB,2CAapB;AASD,eAAe,KAAK,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ChildrenProps } from '
|
|
1
|
+
import { ChildrenProps } from '../../types';
|
|
2
2
|
import { ComponentProps, Dispatch } from 'react';
|
|
3
3
|
import { default as Button } from '../Button';
|
|
4
4
|
type TabsProps = {
|
|
@@ -32,3 +32,4 @@ declare function TabIndicator({ className, ...props }: Omit<ComponentProps<"span
|
|
|
32
32
|
declare function TabButton({ eventKey, className, children, onClick, ...props }: TabButtonProps & Omit<ComponentProps<typeof Button<"button">>, keyof TabButtonProps>): import("react/jsx-runtime").JSX.Element;
|
|
33
33
|
declare function TabItem({ eventKey, children }: TabItemProps): import("react/jsx-runtime").JSX.Element | null;
|
|
34
34
|
export default Tabs;
|
|
35
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Tabs/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,SAAS,CAAC;AACxC,OAAO,EACL,cAAc,EAEd,QAAQ,EAST,MAAM,OAAO,CAAC;AAIf,OAAO,MAAM,MAAM,WAAW,CAAC;AAE/B,KAAK,SAAS,GAAG;IACf,MAAM,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC;IACvB,QAAQ,CAAC,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAC;CAC7B,GAAG,aAAa,CAAC;AAClB,KAAK,cAAc,GAAG;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,KAAK,CAAC;IACb,GAAG,CAAC,EAAE,KAAK,CAAC;IACZ,SAAS,CAAC,EAAE,MAAM,GAAG,CAAC,CAAC,OAAO,EAAE;QAAE,QAAQ,EAAE,OAAO,CAAA;KAAE,KAAK,MAAM,GAAG,SAAS,CAAC,CAAC;CAC/E,CAAC;AACF,KAAK,YAAY,GAAG;IAAE,QAAQ,EAAE,MAAM,CAAA;CAAE,GAAG,aAAa,CAAC;AACzD,KAAK,eAAe,GAAG;IACrB,MAAM,EAAE,IAAI,GAAG,MAAM,CAAC;IACtB,QAAQ,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAC;IAC3B,kBAAkB,EAAE,MAAM,CAAC;CAC5B,CAAC;AAEF,eAAO,MAAM,WAAW,0CAItB,CAAC;AAEH,iBAAS,IAAI,CAAC,EAAE,MAAa,EAAE,QAAmB,EAAE,QAAQ,EAAE,EAAE,SAAS,2CAUxE;kBAVQ,IAAI;;;;;AAWb,iBAAS,YAAY,CAAC,EACpB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,IAAI,CAAC,cAAc,CAAC,MAAM,CAAC,EAAE,UAAU,CAAC,2CAuC1C;AACD,iBAAS,SAAS,CAAC,EACjB,QAAQ,EACR,SAAS,EACT,QAAQ,EACR,OAAO,EACP,GAAG,KAAK,EACT,EAAE,cAAc,GACf,IAAI,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,QAAQ,CAAC,CAAC,EAAE,MAAM,cAAc,CAAC,2CAkCpE;AACD,iBAAS,OAAO,CAAC,EAAE,QAAQ,EAAE,QAAQ,EAAE,EAAE,YAAY,kDAIpD;AAMD,eAAe,IAAI,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Color, ComponentPropsWithoutAs } from '
|
|
1
|
+
import { Color, ComponentPropsWithoutAs } from '../../types';
|
|
2
2
|
import { ReactElement } from 'react';
|
|
3
3
|
type Placement = "top" | "end" | "bottom" | "start";
|
|
4
4
|
type Props = {
|
|
@@ -10,3 +10,4 @@ type Props = {
|
|
|
10
10
|
};
|
|
11
11
|
export default function Tooltip({ title, color, placement, duration, className, children, ...props }: ComponentPropsWithoutAs<"span", Props>): import("react/jsx-runtime").JSX.Element;
|
|
12
12
|
export {};
|
|
13
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Tooltip/index.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,KAAK,EAAE,uBAAuB,EAAE,MAAM,SAAS,CAAC;AAGzD,OAAO,EAGL,YAAY,EAMb,MAAM,OAAO,CAAC;AAKf,KAAK,SAAS,GAAG,KAAK,GAAG,KAAK,GAAG,QAAQ,GAAG,OAAO,CAAC;AACpD,KAAK,KAAK,GAAG;IACX,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,CAAC,EAAE,KAAK,CAAC;IACd,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,QAAQ,CAAC,EAAE,YAAY,CAAC,GAAG,CAAC,CAAC;CAC9B,CAAC;AAIF,MAAM,CAAC,OAAO,UAAU,OAAO,CAAC,EAC9B,KAAK,EACL,KAAc,EACd,SAAiB,EACjB,QAAc,EACd,SAAS,EACT,QAAQ,EACR,GAAG,KAAK,EACT,EAAE,uBAAuB,CAAC,MAAM,EAAE,KAAK,CAAC,2CAgJxC"}
|
|
@@ -1,7 +1,8 @@
|
|
|
1
|
-
import { ComponentPropsWithAs, TypographyVariant } from '
|
|
1
|
+
import { ComponentPropsWithAs, TypographyVariant } from '../../types';
|
|
2
2
|
type Component = "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "p" | "span" | "label";
|
|
3
3
|
type TypographyProps = {
|
|
4
4
|
variant?: TypographyVariant;
|
|
5
5
|
};
|
|
6
6
|
export default function Typography<E extends Component = "p">({ as, variant, className, ...props }: ComponentPropsWithAs<E, TypographyProps>): import("react/jsx-runtime").JSX.Element;
|
|
7
7
|
export {};
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/Typography/index.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,oBAAoB,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAIlE,KAAK,SAAS,GACV,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,IAAI,GACJ,GAAG,GACH,MAAM,GACN,OAAO,CAAC;AAEZ,KAAK,eAAe,GAAG;IACrB,OAAO,CAAC,EAAE,iBAAiB,CAAC;CAC7B,CAAC;AAIF,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,CAAC,SAAS,SAAS,GAAG,GAAG,EAAE,EAC5D,EAAE,EACF,OAAkB,EAClB,SAAS,EACT,GAAG,KAAK,EACT,EAAE,oBAAoB,CAAC,CAAC,EAAE,eAAe,CAAC,2CAoC1C"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./Accordion/index.cjs.js"),r=require("./
|
|
1
|
+
"use client";"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e=require("./Accordion/index.cjs.js"),r=require("./Alert/index.cjs.js"),i=require("./Avatar/index.cjs.js"),n=require("./Badge/index.cjs.js"),t=require("./Button/index.cjs.js"),o=require("./ButtonGroup/index.cjs.js"),u=require("./Card/index.cjs.js"),d=require("./Drawer/index.cjs.js"),c=require("./Fill/index.cjs.js"),s=require("./InputGroup/index.cjs.js"),q=require("./Menu/index.cjs.js"),x=require("./Modal/index.cjs.js"),$=require("./Portal/index.cjs.js"),a=require("./Progress/index.cjs.js"),l=require("./Skeleton/index.cjs.js"),p=require("./Spacer/index.cjs.js"),f=require("./Spinner/index.cjs.js"),S=require("./Stack/index.cjs.js"),g=require("./Switch/index.cjs.js"),b=require("./Table/index.cjs.js"),T=require("./Tabs/index.cjs.js"),y=require("./Tooltip/index.cjs.js"),h=require("./Typography/index.cjs.js");;/* empty css */exports.Accordion=e;exports.Alert=r.default;exports.Avatar=i;exports.Badge=n;exports.Button=t;exports.ButtonGroup=o.default;exports.Card=u;exports.Drawer=d.default;exports.Fill=c;exports.InputGroup=s;exports.Menu=q;exports.Modal=x.default;exports.Portal=$;exports.Progress=a;exports.Skeleton=l;exports.Spacer=p;exports.Spinner=f;exports.Stack=S;exports.Switch=g;exports.Table=b;exports.Tabs=T.default;exports.Tooltip=y;exports.Typography=h;
|
|
@@ -1,9 +1,12 @@
|
|
|
1
1
|
export { default as Accordion } from './Accordion';
|
|
2
|
+
export { default as Alert } from './Alert';
|
|
3
|
+
export { default as Avatar } from './Avatar';
|
|
2
4
|
export { default as Badge } from './Badge';
|
|
3
5
|
export { default as Button } from './Button';
|
|
4
6
|
export { default as ButtonGroup } from './ButtonGroup';
|
|
5
7
|
export { default as Card } from './Card';
|
|
6
8
|
export { default as Drawer } from './Drawer';
|
|
9
|
+
export { default as Fill } from './Fill';
|
|
7
10
|
export { default as InputGroup } from './InputGroup';
|
|
8
11
|
export { default as Menu } from './Menu';
|
|
9
12
|
export { default as Modal } from './Modal';
|
|
@@ -18,3 +21,4 @@ export { default as Table } from './Table';
|
|
|
18
21
|
export { default as Tabs } from './Tabs';
|
|
19
22
|
export { default as Tooltip } from './Tooltip';
|
|
20
23
|
export { default as Typography } from './Typography';
|
|
24
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AACnD,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC;AACzC,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC;AACzC,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC;AACzC,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC;AAC3C,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC;AACzC,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,cAAc,CAAC"}
|
|
@@ -1,44 +1,50 @@
|
|
|
1
1
|
"use client";
|
|
2
|
-
import { default as
|
|
3
|
-
import { default as f } from "./
|
|
4
|
-
import { default as
|
|
5
|
-
import { default as d } from "./
|
|
6
|
-
import { default as m } from "./
|
|
7
|
-
import { default as n } from "./
|
|
8
|
-
import { default as
|
|
9
|
-
import { default as T } from "./
|
|
10
|
-
import { default as
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as
|
|
13
|
-
import { default as
|
|
14
|
-
import { default as
|
|
15
|
-
import { default as
|
|
16
|
-
import { default as
|
|
17
|
-
import { default as
|
|
18
|
-
import { default as
|
|
19
|
-
import { default as
|
|
20
|
-
import { default as J } from "./
|
|
21
|
-
import { default as L } from "./
|
|
2
|
+
import { default as a } from "./Accordion/index.es.js";
|
|
3
|
+
import { default as f } from "./Alert/index.es.js";
|
|
4
|
+
import { default as p } from "./Avatar/index.es.js";
|
|
5
|
+
import { default as d } from "./Badge/index.es.js";
|
|
6
|
+
import { default as m } from "./Button/index.es.js";
|
|
7
|
+
import { default as n } from "./ButtonGroup/index.es.js";
|
|
8
|
+
import { default as c } from "./Card/index.es.js";
|
|
9
|
+
import { default as T } from "./Drawer/index.es.js";
|
|
10
|
+
import { default as A } from "./Fill/index.es.js";
|
|
11
|
+
import { default as b } from "./InputGroup/index.es.js";
|
|
12
|
+
import { default as k } from "./Menu/index.es.js";
|
|
13
|
+
import { default as y } from "./Modal/index.es.js";
|
|
14
|
+
import { default as M } from "./Portal/index.es.js";
|
|
15
|
+
import { default as v } from "./Progress/index.es.js";
|
|
16
|
+
import { default as D } from "./Skeleton/index.es.js";
|
|
17
|
+
import { default as I } from "./Spacer/index.es.js";
|
|
18
|
+
import { default as q } from "./Spinner/index.es.js";
|
|
19
|
+
import { default as E } from "./Stack/index.es.js";
|
|
20
|
+
import { default as J } from "./Switch/index.es.js";
|
|
21
|
+
import { default as L } from "./Table/index.es.js";
|
|
22
|
+
import { default as O } from "./Tabs/index.es.js";
|
|
23
|
+
import { default as R } from "./Tooltip/index.es.js";
|
|
24
|
+
import { default as V } from "./Typography/index.es.js";
|
|
22
25
|
/* empty css */
|
|
23
26
|
export {
|
|
24
|
-
|
|
25
|
-
f as
|
|
26
|
-
|
|
27
|
-
d as
|
|
28
|
-
m as
|
|
29
|
-
n as
|
|
30
|
-
|
|
31
|
-
T as
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
J as
|
|
43
|
-
L as
|
|
27
|
+
a as Accordion,
|
|
28
|
+
f as Alert,
|
|
29
|
+
p as Avatar,
|
|
30
|
+
d as Badge,
|
|
31
|
+
m as Button,
|
|
32
|
+
n as ButtonGroup,
|
|
33
|
+
c as Card,
|
|
34
|
+
T as Drawer,
|
|
35
|
+
A as Fill,
|
|
36
|
+
b as InputGroup,
|
|
37
|
+
k as Menu,
|
|
38
|
+
y as Modal,
|
|
39
|
+
M as Portal,
|
|
40
|
+
v as Progress,
|
|
41
|
+
D as Skeleton,
|
|
42
|
+
I as Spacer,
|
|
43
|
+
q as Spinner,
|
|
44
|
+
E as Stack,
|
|
45
|
+
J as Switch,
|
|
46
|
+
L as Table,
|
|
47
|
+
O as Tabs,
|
|
48
|
+
R as Tooltip,
|
|
49
|
+
V as Typography
|
|
44
50
|
};
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"cn.d.ts","sourceRoot":"","sources":["../../src/helpers/cn.ts"],"names":[],"mappings":"AAAA,KAAK,OAAO,GAAG,MAAM,GAAG,IAAI,GAAG,SAAS,GAAG,KAAK,CAAC;AACjD,MAAM,CAAC,OAAO,UAAU,EAAE,CAAC,GAAG,OAAO,EAAE,OAAO,EAAE,sBAG/C"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"copy.d.ts","sourceRoot":"","sources":["../../src/helpers/copy.ts"],"names":[],"mappings":"AAAA,wBAA8B,IAAI,CAAC,GAAG,EAAE,MAAM,oBAO7C"}
|
|
@@ -8,3 +8,4 @@ export { default as replacePersianNumbers } from './replacePersianNumbers';
|
|
|
8
8
|
export { default as scrollIntoView } from './scrollIntoView';
|
|
9
9
|
export { default as twoDigitNumber } from './twoDigitNumber';
|
|
10
10
|
export { default as wait } from './wait';
|
|
11
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/helpers/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,EAAE,EAAE,MAAM,MAAM,CAAC;AACrC,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC;AACzC,OAAO,EACL,OAAO,EACP,YAAY,EACZ,aAAa,EACb,aAAa,EACb,YAAY,GACb,MAAM,WAAW,CAAC;AACnB,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,qBAAqB,EAAE,MAAM,yBAAyB,CAAC;AAC3E,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC"}
|
|
@@ -3,3 +3,4 @@ export declare function isEmptyValue<T>(value: T): value is Extract<T, null | un
|
|
|
3
3
|
export declare function isEmptyString<T>(value: T): boolean;
|
|
4
4
|
export declare function isEmptyObject<T>(value: T): boolean;
|
|
5
5
|
export declare function isEmptyArray<T>(value: T): boolean;
|
|
6
|
+
//# sourceMappingURL=isEmpty.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isEmpty.d.ts","sourceRoot":"","sources":["../../src/helpers/isEmpty.ts"],"names":[],"mappings":"AAAA,wBAAgB,OAAO,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,GAAG,KAAK,IAAI,OAAO,CAAC,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC,CAO1E;AACD,wBAAgB,YAAY,CAAC,CAAC,EAC5B,KAAK,EAAE,CAAC,GACP,KAAK,IAAI,OAAO,CAAC,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC,CAEvC;AACD,wBAAgB,aAAa,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,WAExC;AACD,wBAAgB,aAAa,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,WAIxC;AACD,wBAAgB,YAAY,CAAC,CAAC,EAAE,KAAK,EAAE,CAAC,WAGvC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"isServer.d.ts","sourceRoot":"","sources":["../../src/helpers/isServer.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,UAAU,QAAQ,YAE/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"randomID.d.ts","sourceRoot":"","sources":["../../src/helpers/randomID.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,UAAU,QAAQ,WAK/B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replaceNonDigits.d.ts","sourceRoot":"","sources":["../../src/helpers/replaceNonDigits.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,UAAU,gBAAgB,CAAC,GAAG,EAAE,MAAM,UAInD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"replacePersianNumbers.d.ts","sourceRoot":"","sources":["../../src/helpers/replacePersianNumbers.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,UAAU,qBAAqB,CAAC,GAAG,EAAE,MAAM,UAiCxD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"scrollIntoView.d.ts","sourceRoot":"","sources":["../../src/helpers/scrollIntoView.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,UAAU,cAAc,CACpC,EAAE,EAAE,WAAW,GAAG,MAAM,EACxB,MAAM,GAAE,qBAAqB,GAAG,OAAO,GAAG,SAIzC,QAKF"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"twoDigitNumber.d.ts","sourceRoot":"","sources":["../../src/helpers/twoDigitNumber.ts"],"names":[],"mappings":"AAAA,MAAM,CAAC,OAAO,UAAU,cAAc,CAAC,GAAG,EAAE,MAAM,UAEjD"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"wait.d.ts","sourceRoot":"","sources":["../../src/helpers/wait.ts"],"names":[],"mappings":"AAAA,wBAA8B,IAAI,CAAC,EAAE,EAAE,MAAM,oBAM5C"}
|
|
@@ -5,3 +5,4 @@ export { default as useDocumentVisible } from './useDocumentVisible';
|
|
|
5
5
|
export { default as useIsOffline } from './useIsOffline';
|
|
6
6
|
export { default as usePersistedState } from './usePersistedState';
|
|
7
7
|
export { default as useToggle } from './useToggle';
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/hooks/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,sBAAsB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC"}
|
|
@@ -1,5 +1,6 @@
|
|
|
1
|
-
import { ThemeProviderContextType } from '
|
|
2
|
-
import { DeepPartial } from '
|
|
1
|
+
import { ThemeProviderContextType } from '../providers/ThemeProvider';
|
|
2
|
+
import { DeepPartial } from '../types';
|
|
3
3
|
type Classes = ThemeProviderContextType["extendClasses"];
|
|
4
4
|
export default function useClasses<T = string>(selector: (extendClasses: Classes) => T): DeepPartial<T> | null;
|
|
5
5
|
export {};
|
|
6
|
+
//# sourceMappingURL=useClasses.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useClasses.d.ts","sourceRoot":"","sources":["../../src/hooks/useClasses.tsx"],"names":[],"mappings":"AAAA,OAAO,EAEL,wBAAwB,EACzB,MAAM,2BAA2B,CAAC;AACnC,OAAO,EAAE,WAAW,EAAE,MAAM,SAAS,CAAC;AAGtC,KAAK,OAAO,GAAG,wBAAwB,CAAC,eAAe,CAAC,CAAC;AAEzD,MAAM,CAAC,OAAO,UAAU,UAAU,CAAC,CAAC,GAAG,MAAM,EAC3C,QAAQ,EAAE,CAAC,aAAa,EAAE,OAAO,KAAK,CAAC,GActB,WAAW,CAAC,CAAC,CAAC,GAAG,IAAI,CACvC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useCreateRipple.d.ts","sourceRoot":"","sources":["../../src/hooks/useCreateRipple.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAe,MAAM,OAAO,CAAC;AAEhD,MAAM,CAAC,OAAO,UAAU,eAAe,QAEA,UAAU,CAAC,WAAW,CAAC,UAyC7D"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDebounce.d.ts","sourceRoot":"","sources":["../../src/hooks/useDebounce.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,WAAW,eAUpB,YAAY,OAAM,MAAM,UAatC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useDocumentVisible.d.ts","sourceRoot":"","sources":["../../src/hooks/useDocumentVisible.tsx"],"names":[],"mappings":"AAIA,MAAM,CAAC,OAAO,UAAU,kBAAkB,YAgBzC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useIsOffline.d.ts","sourceRoot":"","sources":["../../src/hooks/useIsOffline.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,YAAY,YAanC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"usePersistedState.d.ts","sourceRoot":"","sources":["../../src/hooks/usePersistedState.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,QAAQ,EACR,cAAc,EAIf,MAAM,OAAO,CAAC;AAEf,KAAK,OAAO,GAAG,cAAc,GAAG,gBAAgB,CAAC;AACjD,KAAK,MAAM,GAAG;IAAE,IAAI,EAAE,MAAM,CAAC;IAAC,OAAO,CAAC,EAAE,OAAO,CAAC;IAAC,OAAO,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AAEpE,MAAM,CAAC,OAAO,UAAU,iBAAiB,CAAC,CAAC,EAAE,YAAY,EAAE,CAAC,EAAE,MAAM,EAAE,MAAM,yDA0D3E"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"useToggle.d.ts","sourceRoot":"","sources":["../../src/hooks/useToggle.tsx"],"names":[],"mappings":"AAEA,MAAM,CAAC,OAAO,UAAU,SAAS,CAAC,SAAS,GAAE,OAAe,8CAS3D"}
|
package/dist/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":""}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { AlertVariant, BadgeVariant, ButtonSize, ButtonVariant, ChildrenProps, Color, DeepPartial, Size, TypographyVariant } from '
|
|
1
|
+
import { AlertVariant, BadgeVariant, ButtonSize, ButtonVariant, ChildrenProps, Color, DeepPartial, Size, TypographyVariant } from '../types';
|
|
2
2
|
type ColorClasses<T> = Record<Color, T>;
|
|
3
3
|
type SizeClasses = Record<Size, string>;
|
|
4
4
|
type ButtonSizeClasses = Record<ButtonSize, string>;
|
|
@@ -247,3 +247,4 @@ type Props = ChildrenProps & DeepPartial<ThemeProviderContextType>;
|
|
|
247
247
|
export declare const ThemeProviderContext: import('react').Context<DeepPartial<ThemeProviderContextType>>;
|
|
248
248
|
export default function ThemeProvider({ extendClasses, children }: Props): import("react/jsx-runtime").JSX.Element;
|
|
249
249
|
export {};
|
|
250
|
+
//# sourceMappingURL=ThemeProvider.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ThemeProvider.d.ts","sourceRoot":"","sources":["../../src/providers/ThemeProvider.tsx"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/providers/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/types/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,WAAW,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAE/D,MAAM,MAAM,uBAAuB,CACjC,CAAC,SAAS,WAAW,EAErB,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,EAAE,IACpC,CAAC,GAAG,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,MAAM,CAAC,CAAC,CAAC;AACzC,MAAM,MAAM,oBAAoB,CAC9B,CAAC,SAAS,WAAW,EAErB,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,EAAE,IACpC,CAAC,GAAG;IAAE,EAAE,CAAC,EAAE,CAAC,CAAA;CAAE,GAAG,IAAI,CAAC,cAAc,CAAC,CAAC,CAAC,EAAE,IAAI,GAAG,MAAM,CAAC,CAAC,CAAC;AAE7D,MAAM,WAAW,kBAAkB;CAAG;AACtC,MAAM,WAAW,mBAAmB;CAAG;AACvC,MAAM,WAAW,kBAAkB;CAAG;AACtC,MAAM,WAAW,uBAAuB;CAAG;AAC3C,MAAM,WAAW,WAAW;CAAG;AAC/B,MAAM,WAAW,UAAU;CAAG;AAE9B,KAAK,gBAAgB,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;AACrD,KAAK,iBAAiB,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,MAAM,CAAC;AAC/D,KAAK,gBAAgB,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,CAAC;AACrD,KAAK,qBAAqB,GACtB,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,WAAW,GACX,QAAQ,GACR,QAAQ,GACR,QAAQ,CAAC;AACb,KAAK,SAAS,GACV,SAAS,GACT,WAAW,GACX,SAAS,GACT,MAAM,GACN,SAAS,GACT,QAAQ,GACR,MAAM,GACN,OAAO,CAAC;AACZ,KAAK,QAAQ,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;AAEnC,MAAM,MAAM,YAAY,GAAG,gBAAgB,GAAG,MAAM,kBAAkB,CAAC;AACvE,MAAM,MAAM,aAAa,GAAG,iBAAiB,GAAG,MAAM,mBAAmB,CAAC;AAC1E,MAAM,MAAM,YAAY,GAAG,gBAAgB,GAAG,MAAM,kBAAkB,CAAC;AACvE,MAAM,MAAM,iBAAiB,GACzB,qBAAqB,GACrB,MAAM,uBAAuB,CAAC;AAClC,MAAM,MAAM,KAAK,GAAG,SAAS,GAAG,MAAM,WAAW,CAAC;AAClD,MAAM,MAAM,IAAI,GAAG,QAAQ,GAAG,MAAM,UAAU,CAAC;AAC/C,MAAM,MAAM,UAAU,GAAG,QAAQ,GAAG,MAAM,GAAG,MAAM,UAAU,CAAC;AAE9D,MAAM,MAAM,cAAc,GAAG;IAAE,SAAS,CAAC,EAAE,MAAM,CAAA;CAAE,CAAC;AACpD,MAAM,MAAM,aAAa,GAAG;IAAE,QAAQ,CAAC,EAAE,SAAS,CAAA;CAAE,CAAC;AACrD,MAAM,MAAM,WAAW,GAAG;IAAE,IAAI,EAAE,OAAO,CAAC;IAAC,OAAO,EAAE,YAAY,CAAA;CAAE,CAAC;AACnE,MAAM,MAAM,gBAAgB,CAAC,CAAC,IAAI;KAC/B,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,gBAAgB,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;CACxC,CAAC;AACF,MAAM,MAAM,WAAW,CAAC,CAAC,IAAI;KAC1B,CAAC,IAAI,MAAM,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,CAAC,SAAS,MAAM,GAAG,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CAChE,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "reaxify",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.0.
|
|
4
|
+
"version": "0.0.88",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
7
7
|
"files": [
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"react-dom": "^19.2.0",
|
|
89
89
|
"storybook": "^8.6.14",
|
|
90
90
|
"tailwindcss": "^4.1.16",
|
|
91
|
-
"typescript": "^
|
|
91
|
+
"typescript": "^5.7.2",
|
|
92
92
|
"vite": "^6.3.5",
|
|
93
93
|
"vite-plugin-dts": "^4.5.4",
|
|
94
94
|
"vite-plugin-static-copy": "^4.1.0",
|
package/dist/src/index.d.ts
DELETED
|
File without changes
|