@deepnoid/ui 0.1.211 → 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 +225 -225
- package/README.md +99 -9
- package/dist/{chunk-YEYUS6DW.mjs → chunk-2GF7FJBM.mjs} +1 -1
- package/dist/{chunk-4F7SIDZB.mjs → chunk-5XPKK7JV.mjs} +1 -1
- package/dist/{chunk-W3V4SZV5.mjs → chunk-7EOGSS7L.mjs} +1 -1
- package/dist/{chunk-K2RW5KLO.mjs → chunk-GMVZJPB5.mjs} +2 -2
- package/dist/{chunk-TB2DOWSM.mjs → chunk-GZ7A7CWU.mjs} +1 -1
- package/dist/{chunk-OX4T7OBC.mjs → chunk-HGHQHZVM.mjs} +1 -1
- package/dist/{chunk-SSGCTWWW.mjs → chunk-IDAHJ4G4.mjs} +1 -1
- package/dist/{chunk-FFUZAOFL.mjs → chunk-L24D3ZSW.mjs} +1 -1
- package/dist/{chunk-XPFBM2RK.mjs → chunk-LUJSGNQI.mjs} +1 -1
- package/dist/{chunk-D72ILS4A.mjs → chunk-MTZQZQD6.mjs} +2 -2
- package/dist/{chunk-EMQML6YB.mjs → chunk-P2M2CTIU.mjs} +1 -1
- package/dist/{chunk-3RTVVQA3.mjs → chunk-PQ2A52BQ.mjs} +1 -1
- package/dist/{chunk-5BT37SLM.mjs → chunk-Q6H3TAWM.mjs} +78 -22
- package/dist/{chunk-JQ5C2U5I.mjs → chunk-S5C55OPB.mjs} +1 -1
- package/dist/{chunk-5JRZQLXQ.mjs → chunk-SFQCENX3.mjs} +2 -2
- package/dist/{chunk-F6BQCZ54.mjs → chunk-UMCWKBW6.mjs} +1 -1
- package/dist/{chunk-XKWKJQEF.mjs → chunk-WZOVARNL.mjs} +2 -2
- package/dist/{chunk-VVCSY7DG.mjs → chunk-X6XRYX46.mjs} +2 -2
- package/dist/{chunk-K3M3QEEV.mjs → chunk-YZMOQORK.mjs} +2 -2
- package/dist/{chunk-JPNMYMDN.mjs → chunk-ZS7ILCNA.mjs} +7 -7
- package/dist/components/avatar/avatar.js +78 -22
- package/dist/components/avatar/avatar.mjs +2 -2
- package/dist/components/avatar/index.js +78 -22
- package/dist/components/avatar/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +78 -22
- package/dist/components/breadcrumb/breadcrumb.mjs +6 -6
- package/dist/components/breadcrumb/index.js +78 -22
- package/dist/components/breadcrumb/index.mjs +6 -6
- package/dist/components/button/button.js +78 -22
- package/dist/components/button/button.mjs +3 -3
- package/dist/components/button/icon-button.js +78 -22
- package/dist/components/button/icon-button.mjs +3 -3
- package/dist/components/button/index.js +78 -22
- package/dist/components/button/index.mjs +7 -7
- package/dist/components/chip/chip.js +78 -22
- package/dist/components/chip/chip.mjs +3 -3
- package/dist/components/chip/index.js +78 -22
- package/dist/components/chip/index.mjs +3 -3
- package/dist/components/fileUpload/fileUpload.js +78 -22
- package/dist/components/fileUpload/fileUpload.mjs +7 -7
- package/dist/components/fileUpload/index.js +78 -22
- package/dist/components/fileUpload/index.mjs +7 -7
- package/dist/components/icon/Icon.d.mts +12 -4
- package/dist/components/icon/Icon.d.ts +12 -4
- package/dist/components/icon/Icon.js +78 -22
- package/dist/components/icon/Icon.mjs +2 -2
- package/dist/components/icon/index.js +78 -22
- package/dist/components/icon/index.mjs +2 -2
- package/dist/components/icon/template.d.mts +3 -1
- package/dist/components/icon/template.d.ts +3 -1
- package/dist/components/icon/template.js +78 -22
- package/dist/components/icon/template.mjs +1 -1
- package/dist/components/input/index.js +78 -22
- package/dist/components/input/index.mjs +3 -3
- package/dist/components/input/input.js +78 -22
- package/dist/components/input/input.mjs +3 -3
- package/dist/components/list/index.js +78 -22
- package/dist/components/list/index.mjs +4 -4
- package/dist/components/list/listItem.js +78 -22
- package/dist/components/list/listItem.mjs +4 -4
- package/dist/components/modal/index.js +78 -22
- package/dist/components/modal/index.mjs +6 -6
- package/dist/components/modal/modal.js +78 -22
- package/dist/components/modal/modal.mjs +6 -6
- package/dist/components/pagination/index.js +78 -22
- package/dist/components/pagination/index.mjs +4 -4
- package/dist/components/pagination/pagination.js +78 -22
- package/dist/components/pagination/pagination.mjs +4 -4
- package/dist/components/picker/datePicker.js +78 -22
- package/dist/components/picker/datePicker.mjs +7 -7
- package/dist/components/picker/index.js +78 -22
- package/dist/components/picker/index.mjs +8 -8
- package/dist/components/picker/timePicker/Panel.mjs +5 -5
- package/dist/components/picker/timePicker/index.js +78 -22
- package/dist/components/picker/timePicker/index.mjs +7 -7
- package/dist/components/select/index.js +78 -22
- package/dist/components/select/index.mjs +6 -6
- package/dist/components/select/select.js +78 -22
- package/dist/components/select/select.mjs +6 -6
- package/dist/components/starRating/index.js +78 -22
- package/dist/components/starRating/index.mjs +3 -3
- package/dist/components/starRating/starRating.js +78 -22
- package/dist/components/starRating/starRating.mjs +3 -3
- package/dist/components/table/index.js +78 -22
- package/dist/components/table/index.mjs +9 -9
- package/dist/components/table/table-body.js +78 -22
- package/dist/components/table/table-body.mjs +7 -7
- package/dist/components/table/table-head.js +78 -22
- package/dist/components/table/table-head.mjs +7 -7
- package/dist/components/table/table.js +78 -22
- package/dist/components/table/table.mjs +7 -7
- package/dist/components/timePicker/calendar.js +78 -22
- package/dist/components/timePicker/calendar.mjs +2 -2
- package/dist/components/toast/index.js +78 -22
- package/dist/components/toast/index.mjs +4 -4
- package/dist/components/toast/toast.js +78 -22
- package/dist/components/toast/toast.mjs +3 -3
- package/dist/components/toast/use-toast.js +78 -22
- package/dist/components/toast/use-toast.mjs +4 -4
- package/dist/components/tree/index.js +78 -22
- package/dist/components/tree/index.mjs +3 -3
- package/dist/components/tree/tree.js +78 -22
- package/dist/components/tree/tree.mjs +3 -3
- package/dist/index.js +78 -22
- package/dist/index.mjs +63 -63
- package/package.json +1 -1
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,10 +1,10 @@
|
|
|
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-
|
|
7
|
+
} from "./chunk-2GF7FJBM.mjs";
|
|
8
8
|
import {
|
|
9
9
|
mapPropsVariants
|
|
10
10
|
} from "./chunk-E3G5QXSH.mjs";
|
|
@@ -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";
|
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
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";
|
|
@@ -1657,6 +1657,84 @@ var template = {
|
|
|
1657
1657
|
}
|
|
1658
1658
|
);
|
|
1659
1659
|
},
|
|
1660
|
+
tag: ({ className }) => {
|
|
1661
|
+
return /* @__PURE__ */ jsxs(
|
|
1662
|
+
"svg",
|
|
1663
|
+
{
|
|
1664
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1665
|
+
width: "18",
|
|
1666
|
+
height: "18",
|
|
1667
|
+
viewBox: "0 0 18 18",
|
|
1668
|
+
fill: "none",
|
|
1669
|
+
className,
|
|
1670
|
+
children: [
|
|
1671
|
+
/* @__PURE__ */ jsx(
|
|
1672
|
+
"path",
|
|
1673
|
+
{
|
|
1674
|
+
d: "M3.30357 11.6448L6.70107 15.0423C8.09607 16.4373 10.3611 16.4373 11.7636 15.0423L15.0561 11.7498C16.4511 10.3548 16.4511 8.08978 15.0561 6.68728L11.6511 3.29728C10.9386 2.58478 9.95607 2.20228 8.95107 2.25478L5.20107 2.43478C3.70107 2.50228 2.50857 3.69478 2.43357 5.18728L2.25357 8.93727C2.20857 9.94977 2.59107 10.9323 3.30357 11.6448Z",
|
|
1675
|
+
stroke: "currentColor",
|
|
1676
|
+
strokeLinecap: "round",
|
|
1677
|
+
strokeLinejoin: "round"
|
|
1678
|
+
}
|
|
1679
|
+
),
|
|
1680
|
+
/* @__PURE__ */ jsx(
|
|
1681
|
+
"path",
|
|
1682
|
+
{
|
|
1683
|
+
d: "M7.30107 9.1698C8.33661 9.1698 9.17607 8.33033 9.17607 7.2948C9.17607 6.25927 8.33661 5.4198 7.30107 5.4198C6.26554 5.4198 5.42607 6.25927 5.42607 7.2948C5.42607 8.33033 6.26554 9.1698 7.30107 9.1698Z",
|
|
1684
|
+
stroke: "currentColor",
|
|
1685
|
+
strokeLinecap: "round"
|
|
1686
|
+
}
|
|
1687
|
+
),
|
|
1688
|
+
/* @__PURE__ */ jsx(
|
|
1689
|
+
"path",
|
|
1690
|
+
{
|
|
1691
|
+
d: "M9.92607 12.9198L12.9261 9.9198",
|
|
1692
|
+
stroke: "currentColor",
|
|
1693
|
+
strokeMiterlimit: "10",
|
|
1694
|
+
strokeLinecap: "round",
|
|
1695
|
+
strokeLinejoin: "round"
|
|
1696
|
+
}
|
|
1697
|
+
)
|
|
1698
|
+
]
|
|
1699
|
+
}
|
|
1700
|
+
);
|
|
1701
|
+
},
|
|
1702
|
+
"check-page": ({ className }) => {
|
|
1703
|
+
return /* @__PURE__ */ jsx(
|
|
1704
|
+
"svg",
|
|
1705
|
+
{
|
|
1706
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1707
|
+
width: "13",
|
|
1708
|
+
height: "16",
|
|
1709
|
+
viewBox: "0 0 13 16",
|
|
1710
|
+
fill: "none",
|
|
1711
|
+
className,
|
|
1712
|
+
children: /* @__PURE__ */ jsx(
|
|
1713
|
+
"path",
|
|
1714
|
+
{
|
|
1715
|
+
d: "M4.71875 0.5H1.34375C0.878 0.5 0.5 0.878 0.5 1.34375V14.2812C0.5 14.747 0.878 15.125 1.34375 15.125H10.9062C11.372 15.125 11.75 14.747 11.75 14.2812V7.53125M4.71875 0.5H5C6.79021 0.5 8.5071 1.21116 9.77297 2.47703C11.0388 3.7429 11.75 5.45979 11.75 7.25V7.53125M4.71875 0.5C5.39008 0.5 6.03391 0.766685 6.50861 1.24139C6.98332 1.71609 7.25 2.35992 7.25 3.03125V4.15625C7.25 4.622 7.628 5 8.09375 5H9.21875C9.89008 5 10.5339 5.26668 11.0086 5.74139C11.4833 6.21609 11.75 6.85992 11.75 7.53125M3.875 10.0625L5.5625 11.75L8.375 7.8125",
|
|
1716
|
+
stroke: "currentColor",
|
|
1717
|
+
strokeLinecap: "round",
|
|
1718
|
+
strokeLinejoin: "round"
|
|
1719
|
+
}
|
|
1720
|
+
)
|
|
1721
|
+
}
|
|
1722
|
+
);
|
|
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
|
+
},
|
|
1660
1738
|
// ----------------------------------- old ---------------------------------
|
|
1661
1739
|
// ** Status **
|
|
1662
1740
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -2428,28 +2506,6 @@ var template = {
|
|
|
2428
2506
|
}
|
|
2429
2507
|
);
|
|
2430
2508
|
},
|
|
2431
|
-
tag: ({ className }) => {
|
|
2432
|
-
return /* @__PURE__ */ jsx(
|
|
2433
|
-
"svg",
|
|
2434
|
-
{
|
|
2435
|
-
width: "24",
|
|
2436
|
-
height: "24",
|
|
2437
|
-
viewBox: "0 0 24 24",
|
|
2438
|
-
fill: "none",
|
|
2439
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2440
|
-
className,
|
|
2441
|
-
children: /* @__PURE__ */ jsx(
|
|
2442
|
-
"path",
|
|
2443
|
-
{
|
|
2444
|
-
d: "M5.25 8.25H20.25M3.75 15.75H18.75M16.95 2.25L13.05 21.75M10.95 2.25L7.05 21.75",
|
|
2445
|
-
stroke: "currentColor",
|
|
2446
|
-
strokeLinecap: "round",
|
|
2447
|
-
strokeLinejoin: "round"
|
|
2448
|
-
}
|
|
2449
|
-
)
|
|
2450
|
-
}
|
|
2451
|
-
);
|
|
2452
|
-
},
|
|
2453
2509
|
clip: ({ className }) => {
|
|
2454
2510
|
return /* @__PURE__ */ jsx(
|
|
2455
2511
|
"svg",
|
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
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";
|
|
@@ -7,10 +7,10 @@ import {
|
|
|
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,10 +4,10 @@ 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-
|
|
10
|
+
} from "./chunk-2GF7FJBM.mjs";
|
|
11
11
|
import {
|
|
12
12
|
mapPropsVariants
|
|
13
13
|
} from "./chunk-E3G5QXSH.mjs";
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
Icon_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-2GF7FJBM.mjs";
|
|
5
5
|
import {
|
|
6
6
|
mapPropsVariants
|
|
7
7
|
} from "./chunk-E3G5QXSH.mjs";
|
|
8
8
|
import {
|
|
9
9
|
avatar_default
|
|
10
|
-
} from "./chunk-
|
|
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-4LUASWAN.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";
|
|
@@ -1764,6 +1764,84 @@ var template = {
|
|
|
1764
1764
|
}
|
|
1765
1765
|
);
|
|
1766
1766
|
},
|
|
1767
|
+
tag: ({ className }) => {
|
|
1768
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsxs)(
|
|
1769
|
+
"svg",
|
|
1770
|
+
{
|
|
1771
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1772
|
+
width: "18",
|
|
1773
|
+
height: "18",
|
|
1774
|
+
viewBox: "0 0 18 18",
|
|
1775
|
+
fill: "none",
|
|
1776
|
+
className,
|
|
1777
|
+
children: [
|
|
1778
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1779
|
+
"path",
|
|
1780
|
+
{
|
|
1781
|
+
d: "M3.30357 11.6448L6.70107 15.0423C8.09607 16.4373 10.3611 16.4373 11.7636 15.0423L15.0561 11.7498C16.4511 10.3548 16.4511 8.08978 15.0561 6.68728L11.6511 3.29728C10.9386 2.58478 9.95607 2.20228 8.95107 2.25478L5.20107 2.43478C3.70107 2.50228 2.50857 3.69478 2.43357 5.18728L2.25357 8.93727C2.20857 9.94977 2.59107 10.9323 3.30357 11.6448Z",
|
|
1782
|
+
stroke: "currentColor",
|
|
1783
|
+
strokeLinecap: "round",
|
|
1784
|
+
strokeLinejoin: "round"
|
|
1785
|
+
}
|
|
1786
|
+
),
|
|
1787
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1788
|
+
"path",
|
|
1789
|
+
{
|
|
1790
|
+
d: "M7.30107 9.1698C8.33661 9.1698 9.17607 8.33033 9.17607 7.2948C9.17607 6.25927 8.33661 5.4198 7.30107 5.4198C6.26554 5.4198 5.42607 6.25927 5.42607 7.2948C5.42607 8.33033 6.26554 9.1698 7.30107 9.1698Z",
|
|
1791
|
+
stroke: "currentColor",
|
|
1792
|
+
strokeLinecap: "round"
|
|
1793
|
+
}
|
|
1794
|
+
),
|
|
1795
|
+
/* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1796
|
+
"path",
|
|
1797
|
+
{
|
|
1798
|
+
d: "M9.92607 12.9198L12.9261 9.9198",
|
|
1799
|
+
stroke: "currentColor",
|
|
1800
|
+
strokeMiterlimit: "10",
|
|
1801
|
+
strokeLinecap: "round",
|
|
1802
|
+
strokeLinejoin: "round"
|
|
1803
|
+
}
|
|
1804
|
+
)
|
|
1805
|
+
]
|
|
1806
|
+
}
|
|
1807
|
+
);
|
|
1808
|
+
},
|
|
1809
|
+
"check-page": ({ className }) => {
|
|
1810
|
+
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1811
|
+
"svg",
|
|
1812
|
+
{
|
|
1813
|
+
xmlns: "http://www.w3.org/2000/svg",
|
|
1814
|
+
width: "13",
|
|
1815
|
+
height: "16",
|
|
1816
|
+
viewBox: "0 0 13 16",
|
|
1817
|
+
fill: "none",
|
|
1818
|
+
className,
|
|
1819
|
+
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
1820
|
+
"path",
|
|
1821
|
+
{
|
|
1822
|
+
d: "M4.71875 0.5H1.34375C0.878 0.5 0.5 0.878 0.5 1.34375V14.2812C0.5 14.747 0.878 15.125 1.34375 15.125H10.9062C11.372 15.125 11.75 14.747 11.75 14.2812V7.53125M4.71875 0.5H5C6.79021 0.5 8.5071 1.21116 9.77297 2.47703C11.0388 3.7429 11.75 5.45979 11.75 7.25V7.53125M4.71875 0.5C5.39008 0.5 6.03391 0.766685 6.50861 1.24139C6.98332 1.71609 7.25 2.35992 7.25 3.03125V4.15625C7.25 4.622 7.628 5 8.09375 5H9.21875C9.89008 5 10.5339 5.26668 11.0086 5.74139C11.4833 6.21609 11.75 6.85992 11.75 7.53125M3.875 10.0625L5.5625 11.75L8.375 7.8125",
|
|
1823
|
+
stroke: "currentColor",
|
|
1824
|
+
strokeLinecap: "round",
|
|
1825
|
+
strokeLinejoin: "round"
|
|
1826
|
+
}
|
|
1827
|
+
)
|
|
1828
|
+
}
|
|
1829
|
+
);
|
|
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
|
+
},
|
|
1767
1845
|
// ----------------------------------- old ---------------------------------
|
|
1768
1846
|
// ** Status **
|
|
1769
1847
|
"plus-circle": ({ className, fill }) => {
|
|
@@ -2535,28 +2613,6 @@ var template = {
|
|
|
2535
2613
|
}
|
|
2536
2614
|
);
|
|
2537
2615
|
},
|
|
2538
|
-
tag: ({ className }) => {
|
|
2539
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2540
|
-
"svg",
|
|
2541
|
-
{
|
|
2542
|
-
width: "24",
|
|
2543
|
-
height: "24",
|
|
2544
|
-
viewBox: "0 0 24 24",
|
|
2545
|
-
fill: "none",
|
|
2546
|
-
xmlns: "http://www.w3.org/2000/svg",
|
|
2547
|
-
className,
|
|
2548
|
-
children: /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2549
|
-
"path",
|
|
2550
|
-
{
|
|
2551
|
-
d: "M5.25 8.25H20.25M3.75 15.75H18.75M16.95 2.25L13.05 21.75M10.95 2.25L7.05 21.75",
|
|
2552
|
-
stroke: "currentColor",
|
|
2553
|
-
strokeLinecap: "round",
|
|
2554
|
-
strokeLinejoin: "round"
|
|
2555
|
-
}
|
|
2556
|
-
)
|
|
2557
|
-
}
|
|
2558
|
-
);
|
|
2559
|
-
},
|
|
2560
2616
|
clip: ({ className }) => {
|
|
2561
2617
|
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
2562
2618
|
"svg",
|
|
@@ -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 {
|