@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.
Files changed (133) hide show
  1. package/.turbo/turbo-build.log +231 -231
  2. package/README.md +99 -9
  3. package/dist/{chunk-RQUD4MZO.mjs → chunk-2GF7FJBM.mjs} +1 -1
  4. package/dist/{chunk-2PSFAF4D.mjs → chunk-5XPKK7JV.mjs} +4 -4
  5. package/dist/{chunk-BC2NAXUH.mjs → chunk-7EOGSS7L.mjs} +5 -5
  6. package/dist/{chunk-CK24WXGB.mjs → chunk-GMVZJPB5.mjs} +5 -5
  7. package/dist/{chunk-VUQETREE.mjs → chunk-GZ7A7CWU.mjs} +1 -1
  8. package/dist/{chunk-BK6DOY4X.mjs → chunk-HGHQHZVM.mjs} +1 -1
  9. package/dist/{chunk-FZYZSMSS.mjs → chunk-HYLTIUH3.mjs} +1 -1
  10. package/dist/{chunk-ZDEKC4W6.mjs → chunk-IDAHJ4G4.mjs} +1 -1
  11. package/dist/{chunk-5J2ODTGJ.mjs → chunk-L24D3ZSW.mjs} +1 -1
  12. package/dist/{chunk-LJYSV7DZ.mjs → chunk-LUJSGNQI.mjs} +1 -1
  13. package/dist/{chunk-WFJSBGK3.mjs → chunk-MTZQZQD6.mjs} +3 -3
  14. package/dist/{chunk-O7WU5EXD.mjs → chunk-P2M2CTIU.mjs} +2 -2
  15. package/dist/{chunk-LYJFK5OA.mjs → chunk-PQ2A52BQ.mjs} +4 -4
  16. package/dist/{chunk-AVFQY5QP.mjs → chunk-Q6H3TAWM.mjs} +14 -0
  17. package/dist/{chunk-54OYH6WC.mjs → chunk-S5C55OPB.mjs} +1 -1
  18. package/dist/{chunk-5N63KKLV.mjs → chunk-SFQCENX3.mjs} +3 -3
  19. package/dist/{chunk-7VR2457B.mjs → chunk-UMCWKBW6.mjs} +4 -4
  20. package/dist/{chunk-VLKV37OZ.mjs → chunk-WZOVARNL.mjs} +3 -3
  21. package/dist/{chunk-X2PWUNRX.mjs → chunk-X6XRYX46.mjs} +5 -5
  22. package/dist/{chunk-T7EN4EC3.mjs → chunk-YZMOQORK.mjs} +4 -4
  23. package/dist/{chunk-C3XY6N6I.mjs → chunk-ZS7ILCNA.mjs} +7 -7
  24. package/dist/components/avatar/avatar.js +14 -0
  25. package/dist/components/avatar/avatar.mjs +2 -2
  26. package/dist/components/avatar/index.js +14 -0
  27. package/dist/components/avatar/index.mjs +2 -2
  28. package/dist/components/backdrop/backdrop.mjs +2 -2
  29. package/dist/components/backdrop/index.mjs +2 -2
  30. package/dist/components/breadcrumb/breadcrumb.js +14 -0
  31. package/dist/components/breadcrumb/breadcrumb.mjs +7 -7
  32. package/dist/components/breadcrumb/index.js +14 -0
  33. package/dist/components/breadcrumb/index.mjs +7 -7
  34. package/dist/components/button/button.js +14 -0
  35. package/dist/components/button/button.mjs +3 -3
  36. package/dist/components/button/icon-button.js +14 -0
  37. package/dist/components/button/icon-button.mjs +3 -3
  38. package/dist/components/button/index.js +14 -0
  39. package/dist/components/button/index.mjs +8 -8
  40. package/dist/components/button/text-button.mjs +2 -2
  41. package/dist/components/charts/areaChart.mjs +1 -1
  42. package/dist/components/charts/index.mjs +1 -1
  43. package/dist/components/checkbox/checkbox.mjs +2 -2
  44. package/dist/components/checkbox/index.mjs +2 -2
  45. package/dist/components/chip/chip.js +14 -0
  46. package/dist/components/chip/chip.mjs +3 -3
  47. package/dist/components/chip/index.js +14 -0
  48. package/dist/components/chip/index.mjs +3 -3
  49. package/dist/components/drawer/drawer.mjs +2 -2
  50. package/dist/components/drawer/index.mjs +2 -2
  51. package/dist/components/fileUpload/fileUpload.js +14 -0
  52. package/dist/components/fileUpload/fileUpload.mjs +10 -10
  53. package/dist/components/fileUpload/index.js +14 -0
  54. package/dist/components/fileUpload/index.mjs +10 -10
  55. package/dist/components/icon/Icon.d.mts +4 -0
  56. package/dist/components/icon/Icon.d.ts +4 -0
  57. package/dist/components/icon/Icon.js +14 -0
  58. package/dist/components/icon/Icon.mjs +2 -2
  59. package/dist/components/icon/index.js +14 -0
  60. package/dist/components/icon/index.mjs +2 -2
  61. package/dist/components/icon/template.d.mts +1 -0
  62. package/dist/components/icon/template.d.ts +1 -0
  63. package/dist/components/icon/template.js +14 -0
  64. package/dist/components/icon/template.mjs +1 -1
  65. package/dist/components/input/index.js +14 -0
  66. package/dist/components/input/index.mjs +4 -4
  67. package/dist/components/input/input.js +14 -0
  68. package/dist/components/input/input.mjs +4 -4
  69. package/dist/components/list/index.js +14 -0
  70. package/dist/components/list/index.mjs +4 -4
  71. package/dist/components/list/listItem.js +14 -0
  72. package/dist/components/list/listItem.mjs +4 -4
  73. package/dist/components/modal/index.js +14 -0
  74. package/dist/components/modal/index.mjs +8 -8
  75. package/dist/components/modal/modal.js +14 -0
  76. package/dist/components/modal/modal.mjs +8 -8
  77. package/dist/components/pagination/index.js +14 -0
  78. package/dist/components/pagination/index.mjs +5 -5
  79. package/dist/components/pagination/pagination.js +14 -0
  80. package/dist/components/pagination/pagination.mjs +5 -5
  81. package/dist/components/picker/datePicker.js +14 -0
  82. package/dist/components/picker/datePicker.mjs +8 -8
  83. package/dist/components/picker/index.js +14 -0
  84. package/dist/components/picker/index.mjs +10 -10
  85. package/dist/components/picker/timePicker/Panel.mjs +7 -7
  86. package/dist/components/picker/timePicker/index.js +14 -0
  87. package/dist/components/picker/timePicker/index.mjs +9 -9
  88. package/dist/components/progress/index.mjs +2 -2
  89. package/dist/components/progress/progress.mjs +2 -2
  90. package/dist/components/radio/index.mjs +2 -2
  91. package/dist/components/radio/radio.mjs +2 -2
  92. package/dist/components/select/index.js +14 -0
  93. package/dist/components/select/index.mjs +7 -7
  94. package/dist/components/select/select.js +14 -0
  95. package/dist/components/select/select.mjs +7 -7
  96. package/dist/components/starRating/index.js +14 -0
  97. package/dist/components/starRating/index.mjs +3 -3
  98. package/dist/components/starRating/starRating.js +14 -0
  99. package/dist/components/starRating/starRating.mjs +3 -3
  100. package/dist/components/table/definition-table.mjs +2 -2
  101. package/dist/components/table/index.js +14 -0
  102. package/dist/components/table/index.mjs +11 -11
  103. package/dist/components/table/table-body.js +14 -0
  104. package/dist/components/table/table-body.mjs +8 -8
  105. package/dist/components/table/table-head.js +14 -0
  106. package/dist/components/table/table-head.mjs +8 -8
  107. package/dist/components/table/table.js +14 -0
  108. package/dist/components/table/table.mjs +8 -8
  109. package/dist/components/textarea/index.mjs +2 -2
  110. package/dist/components/textarea/textarea.mjs +2 -2
  111. package/dist/components/timePicker/calendar.js +14 -0
  112. package/dist/components/timePicker/calendar.mjs +2 -2
  113. package/dist/components/toast/index.js +14 -0
  114. package/dist/components/toast/index.mjs +5 -5
  115. package/dist/components/toast/toast.js +14 -0
  116. package/dist/components/toast/toast.mjs +4 -4
  117. package/dist/components/toast/use-toast.js +14 -0
  118. package/dist/components/toast/use-toast.mjs +5 -5
  119. package/dist/components/tree/index.js +14 -0
  120. package/dist/components/tree/index.mjs +4 -4
  121. package/dist/components/tree/tree.js +14 -0
  122. package/dist/components/tree/tree.mjs +4 -4
  123. package/dist/index.js +14 -0
  124. package/dist/index.mjs +69 -69
  125. package/package.json +1 -1
  126. package/dist/{chunk-ZFC5O2V3.mjs → chunk-45Y7ANPK.mjs} +3 -3
  127. package/dist/{chunk-NDNIAALB.mjs → chunk-4LUASWAN.mjs} +3 -3
  128. package/dist/{chunk-BH3I4LIZ.mjs → chunk-DS5CGU2X.mjs} +3 -3
  129. package/dist/{chunk-4X35QQTI.mjs → chunk-IH3BJRTV.mjs} +3 -3
  130. package/dist/{chunk-ACZ3DQVT.mjs → chunk-KH63CD55.mjs} +3 -3
  131. package/dist/{chunk-3DCUMRYP.mjs → chunk-OEIEALIP.mjs} +3 -3
  132. package/dist/{chunk-XXEOR6JD.mjs → chunk-Q22PRT24.mjs} +3 -3
  133. package/dist/{chunk-H6ZQDMYU.mjs → chunk-RNMD44IQ.mjs} +3 -3
package/README.md CHANGED
@@ -1,23 +1,113 @@
1
- # @deepnoid/ui
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
- tailwind.config.ts 사용 예시
32
+ ## Tailwind 설정
8
33
 
9
- ```ts
34
+ ```jsx
10
35
  import type { Config } from "tailwindcss";
11
- import { deepnoidUi } from "@deepnoid/ui"; // ADD
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}", // ADD
40
+ "./src/**/*.{js,ts,jsx,tsx}",
41
+ "./node_modules/@deepnoid/ui/dist/**/*.{js,ts,jsx,tsx,mdx}",
17
42
  ],
18
- darkMode: "selector", // ADD
19
- plugins: [deepnoidUi()], // ADD
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,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  template
4
- } from "./chunk-AVFQY5QP.mjs";
4
+ } from "./chunk-Q6H3TAWM.mjs";
5
5
 
6
6
  // src/components/icon/Icon.tsx
7
7
  import { jsx } from "react/jsx-runtime";
@@ -1,16 +1,16 @@
1
1
  "use client";
2
2
  import {
3
3
  Icon_default
4
- } from "./chunk-RQUD4MZO.mjs";
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-X2PWUNRX.mjs";
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-3DCUMRYP.mjs";
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-VUQETREE.mjs";
4
+ } from "./chunk-GZ7A7CWU.mjs";
5
5
  import {
6
6
  Icon_default
7
- } from "./chunk-RQUD4MZO.mjs";
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";
@@ -7,7 +7,7 @@ import {
7
7
  } from "./chunk-SZL743JC.mjs";
8
8
  import {
9
9
  Icon_default
10
- } from "./chunk-RQUD4MZO.mjs";
10
+ } from "./chunk-2GF7FJBM.mjs";
11
11
  import {
12
12
  mapPropsVariants
13
13
  } from "./chunk-E3G5QXSH.mjs";
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  Icon_default
4
- } from "./chunk-RQUD4MZO.mjs";
4
+ } from "./chunk-2GF7FJBM.mjs";
5
5
  import {
6
6
  mapPropsVariants
7
7
  } from "./chunk-E3G5QXSH.mjs";
@@ -8,7 +8,7 @@ import {
8
8
  } from "./chunk-3IBJXQTJ.mjs";
9
9
  import {
10
10
  text_button_default
11
- } from "./chunk-NDNIAALB.mjs";
11
+ } from "./chunk-4LUASWAN.mjs";
12
12
 
13
13
  // src/components/picker/timePicker/Panel.tsx
14
14
  import { forwardRef, useEffect, useState } from "react";
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-ZOTHPHXA.mjs";
5
5
  import {
6
6
  toast_default
7
- } from "./chunk-2PSFAF4D.mjs";
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";
@@ -7,7 +7,7 @@ import {
7
7
  } from "./chunk-SZL743JC.mjs";
8
8
  import {
9
9
  Icon_default
10
- } from "./chunk-RQUD4MZO.mjs";
10
+ } from "./chunk-2GF7FJBM.mjs";
11
11
  import {
12
12
  mapPropsVariants
13
13
  } from "./chunk-E3G5QXSH.mjs";
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  Icon_default
4
- } from "./chunk-RQUD4MZO.mjs";
4
+ } from "./chunk-2GF7FJBM.mjs";
5
5
  import {
6
6
  mapPropsVariants
7
7
  } from "./chunk-E3G5QXSH.mjs";
@@ -1,13 +1,13 @@
1
1
  "use client";
2
2
  import {
3
3
  backdrop_default
4
- } from "./chunk-4X35QQTI.mjs";
4
+ } from "./chunk-IH3BJRTV.mjs";
5
5
  import {
6
6
  button_default
7
- } from "./chunk-5J2ODTGJ.mjs";
7
+ } from "./chunk-L24D3ZSW.mjs";
8
8
  import {
9
9
  Icon_default
10
- } from "./chunk-RQUD4MZO.mjs";
10
+ } from "./chunk-2GF7FJBM.mjs";
11
11
  import {
12
12
  mapPropsVariants
13
13
  } from "./chunk-E3G5QXSH.mjs";
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  text_button_default
4
- } from "./chunk-NDNIAALB.mjs";
4
+ } from "./chunk-4LUASWAN.mjs";
5
5
  import {
6
6
  Icon_default
7
- } from "./chunk-RQUD4MZO.mjs";
7
+ } from "./chunk-2GF7FJBM.mjs";
8
8
  import {
9
9
  tv
10
10
  } from "./chunk-U4DJHAM5.mjs";
@@ -1,16 +1,16 @@
1
1
  "use client";
2
2
  import {
3
3
  Icon_default
4
- } from "./chunk-RQUD4MZO.mjs";
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,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  template
4
- } from "./chunk-AVFQY5QP.mjs";
4
+ } from "./chunk-Q6H3TAWM.mjs";
5
5
  import {
6
6
  tv
7
7
  } from "./chunk-U4DJHAM5.mjs";
@@ -1,13 +1,13 @@
1
1
  "use client";
2
2
  import {
3
3
  progress_default
4
- } from "./chunk-ACZ3DQVT.mjs";
4
+ } from "./chunk-KH63CD55.mjs";
5
5
  import {
6
6
  input_default
7
- } from "./chunk-LYJFK5OA.mjs";
7
+ } from "./chunk-PQ2A52BQ.mjs";
8
8
  import {
9
9
  button_default
10
- } from "./chunk-5J2ODTGJ.mjs";
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-RQUD4MZO.mjs";
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-FZYZSMSS.mjs";
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-LYJFK5OA.mjs";
10
+ } from "./chunk-PQ2A52BQ.mjs";
11
11
  import {
12
12
  Icon_default
13
- } from "./chunk-RQUD4MZO.mjs";
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-LYJFK5OA.mjs";
7
+ } from "./chunk-PQ2A52BQ.mjs";
8
8
  import {
9
9
  Icon_default
10
- } from "./chunk-RQUD4MZO.mjs";
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-RQUD4MZO.mjs";
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-LYJFK5OA.mjs";
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-5J2ODTGJ.mjs";
14
+ } from "./chunk-L24D3ZSW.mjs";
18
15
  import {
19
16
  icon_button_default
20
- } from "./chunk-VUQETREE.mjs";
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-RQUD4MZO.mjs";
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-54OYH6WC.mjs";
5
- import "../../chunk-AVFQY5QP.mjs";
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-54OYH6WC.mjs";
6
- import "../../chunk-AVFQY5QP.mjs";
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-4X35QQTI.mjs";
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-4X35QQTI.mjs";
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-O7WU5EXD.mjs";
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-5J2ODTGJ.mjs";
9
- import "../../chunk-VUQETREE.mjs";
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-RQUD4MZO.mjs";
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 }) => {