@deepnoid/ui 0.1.212 → 0.1.213
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/.turbo/turbo-build.log +231 -231
- package/README.md +99 -9
- package/dist/{chunk-RQUD4MZO.mjs → chunk-2GF7FJBM.mjs} +1 -1
- package/dist/{chunk-2PSFAF4D.mjs → chunk-5XPKK7JV.mjs} +4 -4
- package/dist/{chunk-BC2NAXUH.mjs → chunk-7EOGSS7L.mjs} +5 -5
- package/dist/{chunk-CK24WXGB.mjs → chunk-GMVZJPB5.mjs} +5 -5
- package/dist/{chunk-VUQETREE.mjs → chunk-GZ7A7CWU.mjs} +1 -1
- package/dist/{chunk-BK6DOY4X.mjs → chunk-HGHQHZVM.mjs} +1 -1
- package/dist/{chunk-FZYZSMSS.mjs → chunk-HYLTIUH3.mjs} +1 -1
- package/dist/{chunk-ZDEKC4W6.mjs → chunk-IDAHJ4G4.mjs} +1 -1
- package/dist/{chunk-5J2ODTGJ.mjs → chunk-L24D3ZSW.mjs} +1 -1
- package/dist/{chunk-LJYSV7DZ.mjs → chunk-LUJSGNQI.mjs} +1 -1
- package/dist/{chunk-WFJSBGK3.mjs → chunk-MTZQZQD6.mjs} +3 -3
- package/dist/{chunk-O7WU5EXD.mjs → chunk-P2M2CTIU.mjs} +2 -2
- package/dist/{chunk-LYJFK5OA.mjs → chunk-PQ2A52BQ.mjs} +4 -4
- package/dist/{chunk-AVFQY5QP.mjs → chunk-Q6H3TAWM.mjs} +14 -0
- package/dist/{chunk-54OYH6WC.mjs → chunk-S5C55OPB.mjs} +1 -1
- package/dist/{chunk-5N63KKLV.mjs → chunk-SFQCENX3.mjs} +3 -3
- package/dist/{chunk-7VR2457B.mjs → chunk-UMCWKBW6.mjs} +4 -4
- package/dist/{chunk-VLKV37OZ.mjs → chunk-WZOVARNL.mjs} +3 -3
- package/dist/{chunk-X2PWUNRX.mjs → chunk-X6XRYX46.mjs} +5 -5
- package/dist/{chunk-T7EN4EC3.mjs → chunk-YZMOQORK.mjs} +4 -4
- package/dist/{chunk-C3XY6N6I.mjs → chunk-ZS7ILCNA.mjs} +7 -7
- package/dist/components/avatar/avatar.js +14 -0
- package/dist/components/avatar/avatar.mjs +2 -2
- package/dist/components/avatar/index.js +14 -0
- package/dist/components/avatar/index.mjs +2 -2
- package/dist/components/backdrop/backdrop.mjs +2 -2
- package/dist/components/backdrop/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +14 -0
- package/dist/components/breadcrumb/breadcrumb.mjs +7 -7
- package/dist/components/breadcrumb/index.js +14 -0
- package/dist/components/breadcrumb/index.mjs +7 -7
- package/dist/components/button/button.js +14 -0
- package/dist/components/button/button.mjs +3 -3
- package/dist/components/button/icon-button.js +14 -0
- package/dist/components/button/icon-button.mjs +3 -3
- package/dist/components/button/index.js +14 -0
- package/dist/components/button/index.mjs +8 -8
- package/dist/components/button/text-button.mjs +2 -2
- package/dist/components/charts/areaChart.mjs +1 -1
- package/dist/components/charts/index.mjs +1 -1
- package/dist/components/checkbox/checkbox.mjs +2 -2
- package/dist/components/checkbox/index.mjs +2 -2
- package/dist/components/chip/chip.js +14 -0
- package/dist/components/chip/chip.mjs +3 -3
- package/dist/components/chip/index.js +14 -0
- package/dist/components/chip/index.mjs +3 -3
- package/dist/components/drawer/drawer.mjs +2 -2
- package/dist/components/drawer/index.mjs +2 -2
- package/dist/components/fileUpload/fileUpload.js +14 -0
- package/dist/components/fileUpload/fileUpload.mjs +10 -10
- package/dist/components/fileUpload/index.js +14 -0
- package/dist/components/fileUpload/index.mjs +10 -10
- package/dist/components/icon/Icon.d.mts +4 -0
- package/dist/components/icon/Icon.d.ts +4 -0
- package/dist/components/icon/Icon.js +14 -0
- package/dist/components/icon/Icon.mjs +2 -2
- package/dist/components/icon/index.js +14 -0
- package/dist/components/icon/index.mjs +2 -2
- package/dist/components/icon/template.d.mts +1 -0
- package/dist/components/icon/template.d.ts +1 -0
- package/dist/components/icon/template.js +14 -0
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +14 -0
- package/dist/components/input/index.mjs +4 -4
- package/dist/components/input/input.js +14 -0
- package/dist/components/input/input.mjs +4 -4
- package/dist/components/list/index.js +14 -0
- package/dist/components/list/index.mjs +4 -4
- package/dist/components/list/listItem.js +14 -0
- package/dist/components/list/listItem.mjs +4 -4
- package/dist/components/modal/index.js +14 -0
- package/dist/components/modal/index.mjs +8 -8
- package/dist/components/modal/modal.js +14 -0
- package/dist/components/modal/modal.mjs +8 -8
- package/dist/components/pagination/index.js +14 -0
- package/dist/components/pagination/index.mjs +5 -5
- package/dist/components/pagination/pagination.js +14 -0
- package/dist/components/pagination/pagination.mjs +5 -5
- package/dist/components/picker/datePicker.js +14 -0
- package/dist/components/picker/datePicker.mjs +8 -8
- package/dist/components/picker/index.js +14 -0
- package/dist/components/picker/index.mjs +10 -10
- package/dist/components/picker/timePicker/Panel.mjs +7 -7
- package/dist/components/picker/timePicker/index.js +14 -0
- package/dist/components/picker/timePicker/index.mjs +9 -9
- package/dist/components/progress/index.mjs +2 -2
- package/dist/components/progress/progress.mjs +2 -2
- package/dist/components/radio/index.mjs +2 -2
- package/dist/components/radio/radio.mjs +2 -2
- package/dist/components/select/index.js +14 -0
- package/dist/components/select/index.mjs +7 -7
- package/dist/components/select/select.js +14 -0
- package/dist/components/select/select.mjs +7 -7
- package/dist/components/starRating/index.js +14 -0
- package/dist/components/starRating/index.mjs +3 -3
- package/dist/components/starRating/starRating.js +14 -0
- package/dist/components/starRating/starRating.mjs +3 -3
- package/dist/components/table/definition-table.mjs +2 -2
- package/dist/components/table/index.js +14 -0
- package/dist/components/table/index.mjs +11 -11
- package/dist/components/table/table-body.js +14 -0
- package/dist/components/table/table-body.mjs +8 -8
- package/dist/components/table/table-head.js +14 -0
- package/dist/components/table/table-head.mjs +8 -8
- package/dist/components/table/table.js +14 -0
- package/dist/components/table/table.mjs +8 -8
- package/dist/components/textarea/index.mjs +2 -2
- package/dist/components/textarea/textarea.mjs +2 -2
- package/dist/components/timePicker/calendar.js +14 -0
- package/dist/components/timePicker/calendar.mjs +2 -2
- package/dist/components/toast/index.js +14 -0
- package/dist/components/toast/index.mjs +5 -5
- package/dist/components/toast/toast.js +14 -0
- package/dist/components/toast/toast.mjs +4 -4
- package/dist/components/toast/use-toast.js +14 -0
- package/dist/components/toast/use-toast.mjs +5 -5
- package/dist/components/tree/index.js +14 -0
- package/dist/components/tree/index.mjs +4 -4
- package/dist/components/tree/tree.js +14 -0
- package/dist/components/tree/tree.mjs +4 -4
- package/dist/index.js +14 -0
- package/dist/index.mjs +69 -69
- package/package.json +1 -1
- package/dist/{chunk-ZFC5O2V3.mjs → chunk-45Y7ANPK.mjs} +3 -3
- package/dist/{chunk-NDNIAALB.mjs → chunk-4LUASWAN.mjs} +3 -3
- package/dist/{chunk-BH3I4LIZ.mjs → chunk-DS5CGU2X.mjs} +3 -3
- package/dist/{chunk-4X35QQTI.mjs → chunk-IH3BJRTV.mjs} +3 -3
- package/dist/{chunk-ACZ3DQVT.mjs → chunk-KH63CD55.mjs} +3 -3
- package/dist/{chunk-3DCUMRYP.mjs → chunk-OEIEALIP.mjs} +3 -3
- package/dist/{chunk-XXEOR6JD.mjs → chunk-Q22PRT24.mjs} +3 -3
- package/dist/{chunk-H6ZQDMYU.mjs → chunk-RNMD44IQ.mjs} +3 -3
package/README.md
CHANGED
|
@@ -1,23 +1,113 @@
|
|
|
1
|
-
# @deepnoid
|
|
1
|
+
# @deepnoid-ui
|
|
2
2
|
|
|
3
|
-
|
|
3
|
+
`@deepnoid-ui`는 본부 내 프로젝트에서 공통으로 사용하는 **TailwindCSS 기반 UI 컴포넌트 라이브러리**입니다.
|
|
4
|
+
|
|
5
|
+
모노레포 구조로 구성되어 있으며, **Storybook**을 통해 컴포넌트 문서화 및 테스트를 수행합니다.
|
|
6
|
+
|
|
7
|
+
- Storybook 앱 위치: [`./apps/docs`](../../apps/docs)
|
|
8
|
+
|
|
9
|
+
## 📦 Monorepo 구성
|
|
10
|
+
|
|
11
|
+
이 모노레포에는 다음 패키지들이 포함되어 있습니다.
|
|
12
|
+
|
|
13
|
+
- [`./packages/eslint-config`](../../packages/eslint-config)
|
|
14
|
+
공통 ESLint 규칙 정의
|
|
15
|
+
|
|
16
|
+
- [`./packages/tailwind-config`](../../packages/tailwind-config)
|
|
17
|
+
Tailwind 플러그인에서 사용되는 디자인 토큰 정의
|
|
18
|
+
|
|
19
|
+
- [`./packages/typescript-config`](../../packages/typescript-config)
|
|
20
|
+
공통 TypeScript 설정 정의
|
|
21
|
+
|
|
22
|
+
- [`./packages/ui`](../../packages/ui)
|
|
23
|
+
TailwindCSS 기반 UI 컴포넌트 패키지
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
## 설치
|
|
27
|
+
|
|
28
|
+
```bash
|
|
4
29
|
yarn add @deepnoid/ui
|
|
5
30
|
```
|
|
6
31
|
|
|
7
|
-
|
|
32
|
+
## Tailwind 설정
|
|
8
33
|
|
|
9
|
-
```
|
|
34
|
+
```jsx
|
|
10
35
|
import type { Config } from "tailwindcss";
|
|
11
|
-
import { deepnoidUi } from "@deepnoid/ui";
|
|
36
|
+
import { deepnoidUi } from "@deepnoid/ui";
|
|
12
37
|
|
|
13
38
|
const config: Config = {
|
|
14
39
|
content: [
|
|
15
|
-
|
|
16
|
-
"./node_modules/@deepnoid/ui/dist/**/*.{js,ts,jsx,tsx,mdx}",
|
|
40
|
+
"./src/**/*.{js,ts,jsx,tsx}",
|
|
41
|
+
"./node_modules/@deepnoid/ui/dist/**/*.{js,ts,jsx,tsx,mdx}",
|
|
17
42
|
],
|
|
18
|
-
darkMode: "selector",
|
|
19
|
-
plugins: [deepnoidUi()],
|
|
43
|
+
darkMode: "selector",
|
|
44
|
+
plugins: [deepnoidUi()],
|
|
20
45
|
};
|
|
21
46
|
|
|
22
47
|
export default config;
|
|
23
48
|
```
|
|
49
|
+
|
|
50
|
+
## 개발 환경
|
|
51
|
+
|
|
52
|
+
```bash
|
|
53
|
+
node@23.1.0
|
|
54
|
+
npm@11.0.0
|
|
55
|
+
yarn@1.22.22
|
|
56
|
+
```
|
|
57
|
+
|
|
58
|
+
## Storybook
|
|
59
|
+
|
|
60
|
+
- 개발 환경: http://localhost:6006
|
|
61
|
+
- 테스트 서버: http://172.30.10.148:6006
|
|
62
|
+
|
|
63
|
+
```bash
|
|
64
|
+
yarn install
|
|
65
|
+
yarn build
|
|
66
|
+
yarn dev
|
|
67
|
+
```
|
|
68
|
+
|
|
69
|
+
## 디자인 시스템
|
|
70
|
+
|
|
71
|
+
- [Design System (Figma)](https://www.figma.com/design/RYAaUm28e2TL579y5VsAuk/%F0%9F%92%A0-DESIGN-SYSTEM-%F0%9F%92%A0?node-id=40002015-161&t=1yUVchnQPV9Xzl0Z-1)
|
|
72
|
+
|
|
73
|
+
## Publish
|
|
74
|
+
|
|
75
|
+
### 1. Storybook
|
|
76
|
+
|
|
77
|
+
테스트 서버 Storybook 배포 방법:
|
|
78
|
+
|
|
79
|
+
- [./storybook.Dockerfile](./storybook.Dockerfile) 파일 참고
|
|
80
|
+
- [./docker-compose.yml](./docker-compose.yml) 파일 참고
|
|
81
|
+
|
|
82
|
+
프로젝트 루트 경로에서 아래와 같은 커맨드를 통해 Storybook을 테스트 서버에 배포합니다.
|
|
83
|
+
|
|
84
|
+
```bash
|
|
85
|
+
// 서비스에 필요한 컨테이너를 생성하고 실행
|
|
86
|
+
docker compose up
|
|
87
|
+
|
|
88
|
+
// 실행 중인 컨테이너를 멈추고 생성된 컨테이너나 이미지를 제거
|
|
89
|
+
docker compose down
|
|
90
|
+
```
|
|
91
|
+
|
|
92
|
+
### 2. NPM (Node Package Manager)
|
|
93
|
+
|
|
94
|
+
커맨드 라인을 사용하여 NPM 배포:
|
|
95
|
+
|
|
96
|
+
```bash
|
|
97
|
+
yarn build
|
|
98
|
+
|
|
99
|
+
yarn publish:npm
|
|
100
|
+
```
|
|
101
|
+
|
|
102
|
+
Gitlab Action을 사용하여 NPM 배포:
|
|
103
|
+
|
|
104
|
+
release 브랜치에 머지했을 때 배포 파이프라인 실행되도록 스크립트가 작성되어 있습니다.
|
|
105
|
+
|
|
106
|
+
- [./.gitlab-ci.yml](./.gitlab-ci.yml) 파일 참고
|
|
107
|
+
|
|
108
|
+
## 기타
|
|
109
|
+
|
|
110
|
+
[turborepo](https://turbo.build/)를 활용하여 프로젝트를 구성했으니 내용 참고해주시기 바랍니다.
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
Icon_default
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import {
|
|
6
|
-
clsx
|
|
7
|
-
} from "./chunk-27Y6K5NK.mjs";
|
|
4
|
+
} from "./chunk-2GF7FJBM.mjs";
|
|
8
5
|
import {
|
|
9
6
|
mapPropsVariants
|
|
10
7
|
} from "./chunk-E3G5QXSH.mjs";
|
|
11
8
|
import {
|
|
12
9
|
tv
|
|
13
10
|
} from "./chunk-U4DJHAM5.mjs";
|
|
11
|
+
import {
|
|
12
|
+
clsx
|
|
13
|
+
} from "./chunk-27Y6K5NK.mjs";
|
|
14
14
|
|
|
15
15
|
// src/components/toast/toast.tsx
|
|
16
16
|
import { forwardRef, useImperativeHandle, useMemo, useRef } from "react";
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
pagination_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-X6XRYX46.mjs";
|
|
5
5
|
import {
|
|
6
6
|
scrollArea_default
|
|
7
7
|
} from "./chunk-EWS3FESG.mjs";
|
|
8
8
|
import {
|
|
9
9
|
checkbox_default
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import {
|
|
12
|
-
clsx
|
|
13
|
-
} from "./chunk-27Y6K5NK.mjs";
|
|
10
|
+
} from "./chunk-OEIEALIP.mjs";
|
|
14
11
|
import {
|
|
15
12
|
mapPropsVariants
|
|
16
13
|
} from "./chunk-E3G5QXSH.mjs";
|
|
14
|
+
import {
|
|
15
|
+
clsx
|
|
16
|
+
} from "./chunk-27Y6K5NK.mjs";
|
|
17
17
|
|
|
18
18
|
// src/components/table/table-head.tsx
|
|
19
19
|
import { useLayoutEffect as useLayoutEffect2, useRef as useRef2, useState as useState3 } from "react";
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
icon_button_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-GZ7A7CWU.mjs";
|
|
5
5
|
import {
|
|
6
6
|
Icon_default
|
|
7
|
-
} from "./chunk-
|
|
8
|
-
import {
|
|
9
|
-
clsx
|
|
10
|
-
} from "./chunk-27Y6K5NK.mjs";
|
|
7
|
+
} from "./chunk-2GF7FJBM.mjs";
|
|
11
8
|
import {
|
|
12
9
|
mapPropsVariants
|
|
13
10
|
} from "./chunk-E3G5QXSH.mjs";
|
|
14
11
|
import {
|
|
15
12
|
tv
|
|
16
13
|
} from "./chunk-U4DJHAM5.mjs";
|
|
14
|
+
import {
|
|
15
|
+
clsx
|
|
16
|
+
} from "./chunk-27Y6K5NK.mjs";
|
|
17
17
|
|
|
18
18
|
// src/components/select/select.tsx
|
|
19
19
|
import { forwardRef, useMemo, useState, useRef, useEffect } from "react";
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "./chunk-ZOTHPHXA.mjs";
|
|
5
5
|
import {
|
|
6
6
|
toast_default
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-5XPKK7JV.mjs";
|
|
8
8
|
|
|
9
9
|
// src/components/toast/use-toast.tsx
|
|
10
10
|
import { createContext, useContext, useState, useCallback, useEffect, useRef } from "react";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
backdrop_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-IH3BJRTV.mjs";
|
|
5
5
|
import {
|
|
6
6
|
button_default
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-L24D3ZSW.mjs";
|
|
8
8
|
import {
|
|
9
9
|
Icon_default
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-2GF7FJBM.mjs";
|
|
11
11
|
import {
|
|
12
12
|
mapPropsVariants
|
|
13
13
|
} from "./chunk-E3G5QXSH.mjs";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
Icon_default
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import {
|
|
6
|
-
clsx
|
|
7
|
-
} from "./chunk-27Y6K5NK.mjs";
|
|
4
|
+
} from "./chunk-2GF7FJBM.mjs";
|
|
8
5
|
import {
|
|
9
6
|
mapPropsVariants
|
|
10
7
|
} from "./chunk-E3G5QXSH.mjs";
|
|
11
8
|
import {
|
|
12
9
|
tv
|
|
13
10
|
} from "./chunk-U4DJHAM5.mjs";
|
|
11
|
+
import {
|
|
12
|
+
clsx
|
|
13
|
+
} from "./chunk-27Y6K5NK.mjs";
|
|
14
14
|
|
|
15
15
|
// src/components/input/input.tsx
|
|
16
16
|
import {
|
|
@@ -1721,6 +1721,20 @@ var template = {
|
|
|
1721
1721
|
}
|
|
1722
1722
|
);
|
|
1723
1723
|
},
|
|
1724
|
+
rectangle: ({ className }) => {
|
|
1725
|
+
return /* @__PURE__ */ jsx(
|
|
1726
|
+
"svg",
|
|
1727
|
+
{
|
|
1728
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1729
|
+
width: "24",
|
|
1730
|
+
height: "24",
|
|
1731
|
+
viewBox: "0 0 24 24",
|
|
1732
|
+
fill: "none",
|
|
1733
|
+
className,
|
|
1734
|
+
children: /* @__PURE__ */ jsx("rect", { x: "4", y: "4", width: "16", height: "16", stroke: "currentColor", strokeWidth: "2" })
|
|
1735
|
+
}
|
|
1736
|
+
);
|
|
1737
|
+
},
|
|
1724
1738
|
// ----------------------------------- old ---------------------------------
|
|
1725
1739
|
// ** Status **
|
|
1726
1740
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
progress_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-KH63CD55.mjs";
|
|
5
5
|
import {
|
|
6
6
|
input_default
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-PQ2A52BQ.mjs";
|
|
8
8
|
import {
|
|
9
9
|
button_default
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-L24D3ZSW.mjs";
|
|
11
11
|
|
|
12
12
|
// src/components/fileUpload/fileUpload.tsx
|
|
13
13
|
import { useRef, useState, useEffect } from "react";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
Icon_default
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import {
|
|
6
|
-
clsx
|
|
7
|
-
} from "./chunk-27Y6K5NK.mjs";
|
|
4
|
+
} from "./chunk-2GF7FJBM.mjs";
|
|
8
5
|
import {
|
|
9
6
|
tv
|
|
10
7
|
} from "./chunk-U4DJHAM5.mjs";
|
|
8
|
+
import {
|
|
9
|
+
clsx
|
|
10
|
+
} from "./chunk-27Y6K5NK.mjs";
|
|
11
11
|
|
|
12
12
|
// src/components/tree/tree.tsx
|
|
13
13
|
import { forwardRef, useMemo, useState, useCallback, useEffect, memo, useRef } from "react";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
Panel_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-HYLTIUH3.mjs";
|
|
5
5
|
import {
|
|
6
6
|
convert24To12
|
|
7
7
|
} from "./chunk-3IBJXQTJ.mjs";
|
|
8
8
|
import {
|
|
9
9
|
input_default
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-PQ2A52BQ.mjs";
|
|
11
11
|
import {
|
|
12
12
|
Icon_default
|
|
13
|
-
} from "./chunk-
|
|
13
|
+
} from "./chunk-2GF7FJBM.mjs";
|
|
14
14
|
import {
|
|
15
15
|
mapPropsVariants
|
|
16
16
|
} from "./chunk-E3G5QXSH.mjs";
|
|
@@ -4,19 +4,19 @@ import {
|
|
|
4
4
|
} from "./chunk-F3HENRVM.mjs";
|
|
5
5
|
import {
|
|
6
6
|
input_default
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-PQ2A52BQ.mjs";
|
|
8
8
|
import {
|
|
9
9
|
Icon_default
|
|
10
|
-
} from "./chunk-
|
|
11
|
-
import {
|
|
12
|
-
clsx
|
|
13
|
-
} from "./chunk-27Y6K5NK.mjs";
|
|
10
|
+
} from "./chunk-2GF7FJBM.mjs";
|
|
14
11
|
import {
|
|
15
12
|
mapPropsVariants
|
|
16
13
|
} from "./chunk-E3G5QXSH.mjs";
|
|
17
14
|
import {
|
|
18
15
|
tv
|
|
19
16
|
} from "./chunk-U4DJHAM5.mjs";
|
|
17
|
+
import {
|
|
18
|
+
clsx
|
|
19
|
+
} from "./chunk-27Y6K5NK.mjs";
|
|
20
20
|
|
|
21
21
|
// src/components/pagination/pagination.tsx
|
|
22
22
|
import { forwardRef, useMemo, useState } from "react";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
Icon_default
|
|
4
|
-
} from "./chunk-
|
|
5
|
-
import {
|
|
6
|
-
avatar_default
|
|
7
|
-
} from "./chunk-54OYH6WC.mjs";
|
|
4
|
+
} from "./chunk-2GF7FJBM.mjs";
|
|
8
5
|
import {
|
|
9
6
|
mapPropsVariants
|
|
10
7
|
} from "./chunk-E3G5QXSH.mjs";
|
|
8
|
+
import {
|
|
9
|
+
avatar_default
|
|
10
|
+
} from "./chunk-S5C55OPB.mjs";
|
|
11
11
|
import {
|
|
12
12
|
tv
|
|
13
13
|
} from "./chunk-U4DJHAM5.mjs";
|
|
@@ -8,19 +8,19 @@ import {
|
|
|
8
8
|
} from "./chunk-3IBJXQTJ.mjs";
|
|
9
9
|
import {
|
|
10
10
|
input_default
|
|
11
|
-
} from "./chunk-
|
|
12
|
-
import {
|
|
13
|
-
text_button_default
|
|
14
|
-
} from "./chunk-NDNIAALB.mjs";
|
|
11
|
+
} from "./chunk-PQ2A52BQ.mjs";
|
|
15
12
|
import {
|
|
16
13
|
button_default
|
|
17
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-L24D3ZSW.mjs";
|
|
18
15
|
import {
|
|
19
16
|
icon_button_default
|
|
20
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-GZ7A7CWU.mjs";
|
|
18
|
+
import {
|
|
19
|
+
text_button_default
|
|
20
|
+
} from "./chunk-4LUASWAN.mjs";
|
|
21
21
|
import {
|
|
22
22
|
Icon_default
|
|
23
|
-
} from "./chunk-
|
|
23
|
+
} from "./chunk-2GF7FJBM.mjs";
|
|
24
24
|
import {
|
|
25
25
|
mapPropsVariants
|
|
26
26
|
} from "./chunk-E3G5QXSH.mjs";
|
|
@@ -1828,6 +1828,20 @@ var template = {
|
|
|
1828
1828
|
}
|
|
1829
1829
|
);
|
|
1830
1830
|
},
|
|
1831
|
+
rectangle: ({ className }) => {
|
|
1832
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1833
|
+
"svg",
|
|
1834
|
+
{
|
|
1835
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1836
|
+
width: "24",
|
|
1837
|
+
height: "24",
|
|
1838
|
+
viewBox: "0 0 24 24",
|
|
1839
|
+
fill: "none",
|
|
1840
|
+
className,
|
|
1841
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "4", y: "4", width: "16", height: "16", stroke: "currentColor", strokeWidth: "2" })
|
|
1842
|
+
}
|
|
1843
|
+
);
|
|
1844
|
+
},
|
|
1831
1845
|
// ----------------------------------- old ---------------------------------
|
|
1832
1846
|
// ** Status **
|
|
1833
1847
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
avatar_default
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-
|
|
4
|
+
} from "../../chunk-S5C55OPB.mjs";
|
|
5
|
+
import "../../chunk-Q6H3TAWM.mjs";
|
|
6
6
|
import "../../chunk-U4DJHAM5.mjs";
|
|
7
7
|
import "../../chunk-AC6TWLRT.mjs";
|
|
8
8
|
export {
|
|
@@ -1830,6 +1830,20 @@ var template = {
|
|
|
1830
1830
|
}
|
|
1831
1831
|
);
|
|
1832
1832
|
},
|
|
1833
|
+
rectangle: ({ className }) => {
|
|
1834
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1835
|
+
"svg",
|
|
1836
|
+
{
|
|
1837
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1838
|
+
width: "24",
|
|
1839
|
+
height: "24",
|
|
1840
|
+
viewBox: "0 0 24 24",
|
|
1841
|
+
fill: "none",
|
|
1842
|
+
className,
|
|
1843
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "4", y: "4", width: "16", height: "16", stroke: "currentColor", strokeWidth: "2" })
|
|
1844
|
+
}
|
|
1845
|
+
);
|
|
1846
|
+
},
|
|
1833
1847
|
// ----------------------------------- old ---------------------------------
|
|
1834
1848
|
// ** Status **
|
|
1835
1849
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
import "../../chunk-7DLOYKVC.mjs";
|
|
3
3
|
import {
|
|
4
4
|
avatar_default
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-
|
|
5
|
+
} from "../../chunk-S5C55OPB.mjs";
|
|
6
|
+
import "../../chunk-Q6H3TAWM.mjs";
|
|
7
7
|
import "../../chunk-U4DJHAM5.mjs";
|
|
8
8
|
import "../../chunk-AC6TWLRT.mjs";
|
|
9
9
|
export {
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
backdrop_default
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-27Y6K5NK.mjs";
|
|
4
|
+
} from "../../chunk-IH3BJRTV.mjs";
|
|
6
5
|
import "../../chunk-U4DJHAM5.mjs";
|
|
6
|
+
import "../../chunk-27Y6K5NK.mjs";
|
|
7
7
|
import "../../chunk-AC6TWLRT.mjs";
|
|
8
8
|
export {
|
|
9
9
|
backdrop_default as default
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import "../../chunk-SE5TU755.mjs";
|
|
3
3
|
import {
|
|
4
4
|
backdrop_default
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-27Y6K5NK.mjs";
|
|
5
|
+
} from "../../chunk-IH3BJRTV.mjs";
|
|
7
6
|
import "../../chunk-U4DJHAM5.mjs";
|
|
7
|
+
import "../../chunk-27Y6K5NK.mjs";
|
|
8
8
|
import "../../chunk-AC6TWLRT.mjs";
|
|
9
9
|
export {
|
|
10
10
|
backdrop_default as Backdrop
|
|
@@ -2075,6 +2075,20 @@ var template = {
|
|
|
2075
2075
|
}
|
|
2076
2076
|
);
|
|
2077
2077
|
},
|
|
2078
|
+
rectangle: ({ className }) => {
|
|
2079
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2080
|
+
"svg",
|
|
2081
|
+
{
|
|
2082
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2083
|
+
width: "24",
|
|
2084
|
+
height: "24",
|
|
2085
|
+
viewBox: "0 0 24 24",
|
|
2086
|
+
fill: "none",
|
|
2087
|
+
className,
|
|
2088
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "4", y: "4", width: "16", height: "16", stroke: "currentColor", strokeWidth: "2" })
|
|
2089
|
+
}
|
|
2090
|
+
);
|
|
2091
|
+
},
|
|
2078
2092
|
// ----------------------------------- old ---------------------------------
|
|
2079
2093
|
// ** Status **
|
|
2080
2094
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
breadcrumb_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-P2M2CTIU.mjs";
|
|
5
5
|
import "../../chunk-MY5U63QO.mjs";
|
|
6
|
-
import "../../chunk-NDNIAALB.mjs";
|
|
7
6
|
import "../../chunk-5VTYO3RF.mjs";
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
7
|
+
import "../../chunk-L24D3ZSW.mjs";
|
|
8
|
+
import "../../chunk-GZ7A7CWU.mjs";
|
|
9
|
+
import "../../chunk-4LUASWAN.mjs";
|
|
10
10
|
import "../../chunk-6WSACUIB.mjs";
|
|
11
11
|
import "../../chunk-LXHUO6VM.mjs";
|
|
12
12
|
import "../../chunk-SZL743JC.mjs";
|
|
13
13
|
import "../../chunk-ZYIIXWVY.mjs";
|
|
14
|
-
import "../../chunk-
|
|
15
|
-
import "../../chunk-AVFQY5QP.mjs";
|
|
16
|
-
import "../../chunk-27Y6K5NK.mjs";
|
|
14
|
+
import "../../chunk-2GF7FJBM.mjs";
|
|
17
15
|
import "../../chunk-E3G5QXSH.mjs";
|
|
16
|
+
import "../../chunk-Q6H3TAWM.mjs";
|
|
18
17
|
import "../../chunk-U4DJHAM5.mjs";
|
|
18
|
+
import "../../chunk-27Y6K5NK.mjs";
|
|
19
19
|
import "../../chunk-AC6TWLRT.mjs";
|
|
20
20
|
export {
|
|
21
21
|
breadcrumb_default as default
|
|
@@ -2077,6 +2077,20 @@ var template = {
|
|
|
2077
2077
|
}
|
|
2078
2078
|
);
|
|
2079
2079
|
},
|
|
2080
|
+
rectangle: ({ className }) => {
|
|
2081
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2082
|
+
"svg",
|
|
2083
|
+
{
|
|
2084
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
2085
|
+
width: "24",
|
|
2086
|
+
height: "24",
|
|
2087
|
+
viewBox: "0 0 24 24",
|
|
2088
|
+
fill: "none",
|
|
2089
|
+
className,
|
|
2090
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)("rect", { x: "4", y: "4", width: "16", height: "16", stroke: "currentColor", strokeWidth: "2" })
|
|
2091
|
+
}
|
|
2092
|
+
);
|
|
2093
|
+
},
|
|
2080
2094
|
// ----------------------------------- old ---------------------------------
|
|
2081
2095
|
// ** Status **
|
|
2082
2096
|
"plus-circle": ({ className, fill }) => {
|