@deepnoid/ui 0.0.84 → 0.0.87

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 (216) hide show
  1. package/dist/{chunk-XTJL67KM.mjs → chunk-2COCX2VX.mjs} +37 -47
  2. package/dist/{chunk-KA4L5SCT.mjs → chunk-4DLTBZUQ.mjs} +1 -1
  3. package/dist/{chunk-RTH3FPAS.mjs → chunk-4SWFYTMR.mjs} +3 -3
  4. package/dist/{chunk-463XE4SI.mjs → chunk-4VIEZ5FT.mjs} +4 -4
  5. package/dist/{chunk-NTTHTGDK.mjs → chunk-FNPWLOGV.mjs} +37 -39
  6. package/dist/{chunk-ILMIS63S.mjs → chunk-H7BLXC5M.mjs} +14 -14
  7. package/dist/{chunk-QURXBWKK.mjs → chunk-IOV7MEPG.mjs} +323 -331
  8. package/dist/{chunk-SQLRQTFC.mjs → chunk-LY6LJRUX.mjs} +1 -1
  9. package/dist/{chunk-EWKYBS7I.mjs → chunk-PHQY5T3E.mjs} +1 -1
  10. package/dist/{chunk-AHORH5PH.mjs → chunk-PRUAIZTU.mjs} +1 -1
  11. package/dist/{chunk-LGELMZCN.mjs → chunk-QIZOXBOY.mjs} +1 -1
  12. package/dist/chunk-QX6VJLEM.mjs +83 -0
  13. package/dist/{chunk-ADDUBJ4I.mjs → chunk-S4DTK5GI.mjs} +1 -1
  14. package/dist/{chunk-QCOPD2HG.mjs → chunk-SFNR4F3J.mjs} +1 -1
  15. package/dist/chunk-ZOTHPHXA.mjs +41 -0
  16. package/dist/components/accordion/accordion.d.mts +154 -0
  17. package/dist/components/accordion/accordion.test.js +37 -39
  18. package/dist/components/accordion/accordion.test.mjs +1 -1
  19. package/dist/components/accordion/accordionItem.d.mts +282 -0
  20. package/dist/components/accordion/accordionItem.js +323 -331
  21. package/dist/components/accordion/accordionItem.mjs +3 -3
  22. package/dist/components/accordion/index.d.mts +6 -0
  23. package/dist/components/accordion/index.js +323 -331
  24. package/dist/components/accordion/index.mjs +3 -3
  25. package/dist/components/button/button-group.d.mts +14 -0
  26. package/dist/components/button/button-group.test.d.mts +2 -0
  27. package/dist/components/button/button-group.test.js +37 -39
  28. package/dist/components/button/button-group.test.mjs +2 -2
  29. package/dist/components/button/button.d.mts +18 -0
  30. package/dist/components/button/button.test.d.mts +2 -0
  31. package/dist/components/button/button.test.js +50 -52
  32. package/dist/components/button/button.test.mjs +2 -2
  33. package/dist/components/button/index.d.mts +3 -0
  34. package/dist/components/card/card.d.mts +124 -0
  35. package/dist/components/card/card.test.d.mts +2 -0
  36. package/dist/components/card/card.test.js +37 -39
  37. package/dist/components/card/card.test.mjs +1 -1
  38. package/dist/components/card/index.d.mts +5 -0
  39. package/dist/components/card/index.d.ts +5 -0
  40. package/dist/components/checkbox/checkbox.d.mts +349 -0
  41. package/dist/components/checkbox/checkbox.test.d.mts +2 -0
  42. package/dist/components/checkbox/checkbox.test.js +37 -39
  43. package/dist/components/checkbox/checkbox.test.mjs +2 -2
  44. package/dist/components/checkbox/index.d.mts +5 -0
  45. package/dist/components/checkbox/index.d.ts +5 -0
  46. package/dist/components/icon/Icon.d.mts +513 -0
  47. package/dist/components/icon/Icon.js +323 -331
  48. package/dist/components/icon/Icon.mjs +2 -2
  49. package/dist/components/icon/index.d.mts +4 -0
  50. package/dist/components/icon/index.d.ts +4 -0
  51. package/dist/components/icon/index.js +323 -331
  52. package/dist/components/icon/index.mjs +2 -2
  53. package/dist/components/icon/template.d.mts +134 -0
  54. package/dist/components/icon/template.js +323 -331
  55. package/dist/components/icon/template.mjs +1 -1
  56. package/dist/components/input/index.d.mts +5 -0
  57. package/dist/components/input/index.d.ts +5 -0
  58. package/dist/components/input/index.js +323 -331
  59. package/dist/components/input/index.mjs +3 -3
  60. package/dist/components/input/input.d.mts +437 -0
  61. package/dist/components/input/input.js +323 -331
  62. package/dist/components/input/input.mjs +3 -3
  63. package/dist/components/input/input.test.d.mts +2 -0
  64. package/dist/components/input/input.test.js +373 -383
  65. package/dist/components/input/input.test.mjs +5 -5
  66. package/dist/components/list/index.d.mts +6 -0
  67. package/dist/components/list/index.mjs +3 -3
  68. package/dist/components/{dropdown/dropdown.d.ts → list/list.d.mts} +9 -9
  69. package/dist/components/list/list.test.d.mts +2 -0
  70. package/dist/components/list/list.test.js +37 -39
  71. package/dist/components/list/list.test.mjs +1 -1
  72. package/dist/components/list/listItem.d.mts +183 -0
  73. package/dist/components/modal/index.d.mts +8 -0
  74. package/dist/components/modal/index.d.ts +8 -0
  75. package/dist/components/modal/index.js +323 -331
  76. package/dist/components/modal/index.mjs +3 -3
  77. package/dist/components/modal/modal.d.mts +214 -0
  78. package/dist/components/modal/modal.js +323 -331
  79. package/dist/components/modal/modal.mjs +3 -3
  80. package/dist/components/modal/modal.test.d.mts +2 -0
  81. package/dist/components/modal/modal.test.js +360 -370
  82. package/dist/components/modal/modal.test.mjs +4 -4
  83. package/dist/components/pagination/index.d.mts +4 -0
  84. package/dist/components/pagination/index.d.ts +4 -0
  85. package/dist/components/pagination/pagination.d.mts +186 -0
  86. package/dist/components/pagination/pagination.test.d.mts +2 -0
  87. package/dist/components/pagination/pagination.test.js +37 -39
  88. package/dist/components/pagination/pagination.test.mjs +1 -1
  89. package/dist/components/pagination/usePagination.d.mts +16 -0
  90. package/dist/components/progress/index.d.mts +5 -0
  91. package/dist/components/progress/index.d.ts +5 -0
  92. package/dist/components/progress/progress.d.mts +281 -0
  93. package/dist/components/progress/progress.test.d.mts +2 -0
  94. package/dist/components/progress/progress.test.d.ts +2 -0
  95. package/dist/components/progress/progress.test.js +37 -39
  96. package/dist/components/progress/progress.test.mjs +1 -1
  97. package/dist/components/radio/index.d.mts +5 -0
  98. package/dist/components/radio/index.d.ts +5 -0
  99. package/dist/components/radio/radio.d.mts +278 -0
  100. package/dist/components/radio/radio.test.d.mts +2 -0
  101. package/dist/components/radio/radio.test.js +37 -39
  102. package/dist/components/radio/radio.test.mjs +1 -1
  103. package/dist/components/select/index.d.mts +5 -0
  104. package/dist/components/select/index.d.ts +5 -0
  105. package/dist/components/select/index.js +323 -331
  106. package/dist/components/select/index.mjs +4 -4
  107. package/dist/components/select/option.d.mts +18 -0
  108. package/dist/components/select/option.js +323 -331
  109. package/dist/components/select/option.mjs +3 -3
  110. package/dist/components/select/select.d.mts +449 -0
  111. package/dist/components/select/select.js +323 -331
  112. package/dist/components/select/select.mjs +4 -4
  113. package/dist/components/select/select.test.d.mts +2 -0
  114. package/dist/components/select/select.test.js +360 -370
  115. package/dist/components/select/select.test.mjs +6 -6
  116. package/dist/components/select/useSelect.d.mts +32 -0
  117. package/dist/components/slider/index.d.mts +5 -0
  118. package/dist/components/slider/index.d.ts +5 -0
  119. package/dist/components/slider/slider.d.mts +333 -0
  120. package/dist/components/slider/slider.test.d.mts +2 -0
  121. package/dist/components/slider/slider.test.d.ts +2 -0
  122. package/dist/components/slider/slider.test.js +37 -39
  123. package/dist/components/slider/slider.test.mjs +1 -1
  124. package/dist/components/switch/index.d.mts +5 -0
  125. package/dist/components/switch/index.d.ts +5 -0
  126. package/dist/components/switch/switch.d.mts +304 -0
  127. package/dist/components/switch/switch.test.d.mts +2 -0
  128. package/dist/components/switch/switch.test.d.ts +2 -0
  129. package/dist/components/switch/switch.test.js +37 -39
  130. package/dist/components/switch/switch.test.mjs +1 -1
  131. package/dist/components/table/index.d.mts +5 -0
  132. package/dist/components/table/index.d.ts +5 -0
  133. package/dist/components/table/index.js +323 -331
  134. package/dist/components/table/index.mjs +4 -4
  135. package/dist/components/table/table-body.d.mts +26 -0
  136. package/dist/components/table/table-body.js +323 -331
  137. package/dist/components/table/table-body.mjs +3 -3
  138. package/dist/components/table/table-head.d.mts +21 -0
  139. package/dist/components/table/table.d.mts +583 -0
  140. package/dist/components/table/table.js +323 -331
  141. package/dist/components/table/table.mjs +4 -4
  142. package/dist/components/table/table.test.d.mts +2 -0
  143. package/dist/components/table/table.test.d.ts +2 -0
  144. package/dist/components/table/table.test.js +360 -370
  145. package/dist/components/table/table.test.mjs +5 -5
  146. package/dist/components/tabs/index.d.mts +5 -0
  147. package/dist/components/tabs/index.d.ts +5 -0
  148. package/dist/components/tabs/tabs.d.mts +241 -0
  149. package/dist/components/tabs/tabs.test.d.mts +2 -0
  150. package/dist/components/tabs/tabs.test.d.ts +2 -0
  151. package/dist/components/tabs/tabs.test.js +37 -39
  152. package/dist/components/tabs/tabs.test.mjs +2 -2
  153. package/dist/components/textarea/index.d.mts +2 -0
  154. package/dist/components/textarea/index.d.ts +2 -0
  155. package/dist/components/textarea/textarea.d.mts +17 -0
  156. package/dist/components/textarea/textarea.test.d.mts +2 -0
  157. package/dist/components/textarea/textarea.test.d.ts +2 -0
  158. package/dist/components/textarea/textarea.test.js +50 -52
  159. package/dist/components/textarea/textarea.test.mjs +2 -2
  160. package/dist/components/toast/index.d.mts +9 -0
  161. package/dist/components/toast/index.d.ts +9 -0
  162. package/dist/components/toast/index.js +474 -458
  163. package/dist/components/toast/index.mjs +12 -7
  164. package/dist/components/toast/toast-utils.d.mts +9 -0
  165. package/dist/components/toast/toast-utils.d.ts +9 -0
  166. package/dist/components/toast/toast-utils.js +25 -45
  167. package/dist/components/toast/toast-utils.mjs +1 -1
  168. package/dist/components/toast/toast.d.mts +208 -0
  169. package/dist/components/toast/toast.d.ts +14 -10
  170. package/dist/components/toast/toast.js +359 -456
  171. package/dist/components/toast/toast.mjs +3 -5
  172. package/dist/components/toast/toast.test.d.mts +2 -0
  173. package/dist/components/toast/toast.test.d.ts +2 -0
  174. package/dist/components/toast/toast.test.js +400 -499
  175. package/dist/components/toast/toast.test.mjs +6 -8
  176. package/dist/components/toast/use-toast.d.mts +31 -0
  177. package/dist/components/toast/use-toast.d.ts +31 -0
  178. package/dist/components/toast/use-toast.js +3822 -0
  179. package/dist/components/toast/use-toast.mjs +17 -0
  180. package/dist/components/tooltip/index.d.mts +6 -0
  181. package/dist/components/tooltip/index.d.ts +6 -0
  182. package/dist/components/tooltip/tooltip-utils.d.mts +2 -0
  183. package/dist/components/tooltip/tooltip-utils.d.ts +2 -0
  184. package/dist/components/tooltip/tooltip.d.mts +143 -0
  185. package/dist/components/tooltip/tooltip.test.d.mts +2 -0
  186. package/dist/components/tooltip/tooltip.test.d.ts +2 -0
  187. package/dist/components/tooltip/tooltip.test.js +37 -39
  188. package/dist/components/tooltip/tooltip.test.mjs +1 -1
  189. package/dist/components/tooltip/useTooltip.d.mts +2 -0
  190. package/dist/components/tooltip/useTooltip.d.ts +2 -0
  191. package/dist/index.d.mts +33 -0
  192. package/dist/index.d.ts +2 -2
  193. package/dist/index.js +576 -511
  194. package/dist/index.mjs +139 -39
  195. package/dist/tooltip-utils-DCKA5gnI.d.mts +30 -0
  196. package/dist/tooltip-utils-DCKA5gnI.d.ts +30 -0
  197. package/dist/utils/clsx.d.mts +3 -0
  198. package/dist/utils/props.d.mts +3 -0
  199. package/dist/utils/tailwind-variants.d.mts +26 -0
  200. package/dist/utils/types.d.mts +10 -0
  201. package/package.json +3 -2
  202. package/dist/chunk-5T5F5WVS.mjs +0 -32
  203. package/dist/chunk-LXPWTJ3F.mjs +0 -58
  204. package/dist/chunk-SDNTEP5C.mjs +0 -61
  205. package/dist/chunk-W7ABNK3K.mjs +0 -1
  206. package/dist/components/dropdown/dropdown.js +0 -122
  207. package/dist/components/dropdown/dropdown.mjs +0 -10
  208. package/dist/components/dropdown/dropdown.test.js +0 -12997
  209. package/dist/components/dropdown/dropdown.test.mjs +0 -25
  210. package/dist/components/dropdown/index.js +0 -128
  211. package/dist/components/dropdown/index.mjs +0 -11
  212. package/dist/components/toast/useToast.d.ts +0 -0
  213. package/dist/components/toast/useToast.js +0 -110
  214. package/dist/components/toast/useToast.mjs +0 -9
  215. /package/dist/{chunk-RDEWIZV3.mjs → chunk-LUWGOKLG.mjs} +0 -0
  216. /package/dist/components/{dropdown/dropdown.test.d.ts → accordion/accordion.test.d.mts} +0 -0
@@ -1,16 +1,16 @@
1
1
  "use client";
2
2
  import {
3
3
  modal_default
4
- } from "../../chunk-EWKYBS7I.mjs";
4
+ } from "../../chunk-PHQY5T3E.mjs";
5
5
  import "../../chunk-VUYUQGLF.mjs";
6
6
  import "../../chunk-NGQ3MK2J.mjs";
7
7
  import "../../chunk-66WCZEEU.mjs";
8
8
  import {
9
9
  fireEvent,
10
10
  render
11
- } from "../../chunk-NTTHTGDK.mjs";
12
- import "../../chunk-AHORH5PH.mjs";
13
- import "../../chunk-QURXBWKK.mjs";
11
+ } from "../../chunk-FNPWLOGV.mjs";
12
+ import "../../chunk-PRUAIZTU.mjs";
13
+ import "../../chunk-IOV7MEPG.mjs";
14
14
  import "../../chunk-E3G5QXSH.mjs";
15
15
  import "../../chunk-J725QONZ.mjs";
16
16
  import "../../chunk-IZ6II3QA.mjs";
@@ -0,0 +1,4 @@
1
+ export { default as Pagination, PaginationProps } from './pagination.mjs';
2
+ import 'tailwind-variants';
3
+ import 'react';
4
+ import '../../utils/types.mjs';
@@ -0,0 +1,4 @@
1
+ export { default as Pagination, PaginationProps } from './pagination.js';
2
+ import 'tailwind-variants';
3
+ import 'react';
4
+ import '../../utils/types.js';
@@ -0,0 +1,186 @@
1
+ import * as tailwind_variants from 'tailwind-variants';
2
+ import { VariantProps } from 'tailwind-variants';
3
+ import * as react from 'react';
4
+ import { ComponentPropsWithRef } from 'react';
5
+ import { SlotsToClasses } from '../../utils/types.mjs';
6
+
7
+ interface Props extends Omit<ComponentPropsWithRef<"div">, "ref"> {
8
+ classNames?: SlotsToClasses<PaginationSlots>;
9
+ currentPage: number;
10
+ totalPage: number;
11
+ groupSize: number;
12
+ showPageNumber?: boolean;
13
+ showPageLabel?: boolean;
14
+ showFirstLastButtons?: boolean;
15
+ handleChangePage?: (currentPage: number) => void;
16
+ }
17
+ type PaginationProps = Props & PaginationVariantProps;
18
+ declare const Pagination: react.ForwardRefExoticComponent<Props & PaginationVariantProps & react.RefAttributes<HTMLDivElement>>;
19
+
20
+ declare const pagination: tailwind_variants.TVReturnType<{
21
+ variant: {
22
+ solid: {
23
+ button: string[];
24
+ icon: string;
25
+ };
26
+ line: {
27
+ wrapper: string;
28
+ button: string[];
29
+ icon: string;
30
+ };
31
+ };
32
+ size: {
33
+ sm: {
34
+ wrapper: string;
35
+ label: string;
36
+ icon: string[];
37
+ button: string[];
38
+ };
39
+ md: {
40
+ wrapper: string;
41
+ label: string;
42
+ icon: string[];
43
+ button: string[];
44
+ };
45
+ lg: {
46
+ wrapper: string;
47
+ label: string;
48
+ icon: string[];
49
+ button: string[];
50
+ };
51
+ };
52
+ color: {
53
+ primary: {
54
+ label: string;
55
+ };
56
+ secondary: {
57
+ label: string;
58
+ };
59
+ };
60
+ }, {
61
+ base: string;
62
+ label: string;
63
+ wrapper: string;
64
+ icon: string;
65
+ button: string;
66
+ }, undefined, {
67
+ twMerge: false;
68
+ } & {
69
+ twMergeConfig: {
70
+ classGroups: {
71
+ fontSize: {
72
+ text: string[];
73
+ }[];
74
+ borderRadius: {
75
+ rounded: string[];
76
+ }[];
77
+ boxShadow: {
78
+ shadow: string[];
79
+ }[];
80
+ padding: {
81
+ p: string[];
82
+ }[];
83
+ gap: {
84
+ gap: string[];
85
+ }[];
86
+ };
87
+ };
88
+ }, {
89
+ variant: {
90
+ solid: {
91
+ button: string[];
92
+ icon: string;
93
+ };
94
+ line: {
95
+ wrapper: string;
96
+ button: string[];
97
+ icon: string;
98
+ };
99
+ };
100
+ size: {
101
+ sm: {
102
+ wrapper: string;
103
+ label: string;
104
+ icon: string[];
105
+ button: string[];
106
+ };
107
+ md: {
108
+ wrapper: string;
109
+ label: string;
110
+ icon: string[];
111
+ button: string[];
112
+ };
113
+ lg: {
114
+ wrapper: string;
115
+ label: string;
116
+ icon: string[];
117
+ button: string[];
118
+ };
119
+ };
120
+ color: {
121
+ primary: {
122
+ label: string;
123
+ };
124
+ secondary: {
125
+ label: string;
126
+ };
127
+ };
128
+ }, {
129
+ base: string;
130
+ label: string;
131
+ wrapper: string;
132
+ icon: string;
133
+ button: string;
134
+ }, tailwind_variants.TVReturnType<{
135
+ variant: {
136
+ solid: {
137
+ button: string[];
138
+ icon: string;
139
+ };
140
+ line: {
141
+ wrapper: string;
142
+ button: string[];
143
+ icon: string;
144
+ };
145
+ };
146
+ size: {
147
+ sm: {
148
+ wrapper: string;
149
+ label: string;
150
+ icon: string[];
151
+ button: string[];
152
+ };
153
+ md: {
154
+ wrapper: string;
155
+ label: string;
156
+ icon: string[];
157
+ button: string[];
158
+ };
159
+ lg: {
160
+ wrapper: string;
161
+ label: string;
162
+ icon: string[];
163
+ button: string[];
164
+ };
165
+ };
166
+ color: {
167
+ primary: {
168
+ label: string;
169
+ };
170
+ secondary: {
171
+ label: string;
172
+ };
173
+ };
174
+ }, {
175
+ base: string;
176
+ label: string;
177
+ wrapper: string;
178
+ icon: string;
179
+ button: string;
180
+ }, undefined, {
181
+ twMerge: false;
182
+ }, unknown, unknown, undefined>>;
183
+ type PaginationVariantProps = VariantProps<typeof pagination>;
184
+ type PaginationSlots = keyof ReturnType<typeof pagination>;
185
+
186
+ export { Pagination, type PaginationProps, type PaginationSlots, type PaginationVariantProps, type Props, Pagination as default, pagination };
@@ -0,0 +1,2 @@
1
+
2
+ export { }
@@ -26,9 +26,9 @@ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__ge
26
26
  mod
27
27
  ));
28
28
 
29
- // ../../node_modules/@testing-library/dom/node_modules/ansi-styles/index.js
29
+ // ../../node_modules/pretty-format/node_modules/ansi-styles/index.js
30
30
  var require_ansi_styles = __commonJS({
31
- "../../node_modules/@testing-library/dom/node_modules/ansi-styles/index.js"(exports2, module2) {
31
+ "../../node_modules/pretty-format/node_modules/ansi-styles/index.js"(exports2, module2) {
32
32
  "use strict";
33
33
  var ANSI_BACKGROUND_OFFSET = 10;
34
34
  var wrapAnsi256 = (offset = 0) => (code) => `\x1B[${38 + offset};5;${code}m`;
@@ -164,9 +164,9 @@ var require_ansi_styles = __commonJS({
164
164
  }
165
165
  });
166
166
 
167
- // ../../node_modules/@testing-library/dom/node_modules/pretty-format/build/collections.js
167
+ // ../../node_modules/pretty-format/build/collections.js
168
168
  var require_collections = __commonJS({
169
- "../../node_modules/@testing-library/dom/node_modules/pretty-format/build/collections.js"(exports2) {
169
+ "../../node_modules/pretty-format/build/collections.js"(exports2) {
170
170
  "use strict";
171
171
  Object.defineProperty(exports2, "__esModule", {
172
172
  value: true
@@ -282,9 +282,9 @@ var require_collections = __commonJS({
282
282
  }
283
283
  });
284
284
 
285
- // ../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/AsymmetricMatcher.js
285
+ // ../../node_modules/pretty-format/build/plugins/AsymmetricMatcher.js
286
286
  var require_AsymmetricMatcher = __commonJS({
287
- "../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/AsymmetricMatcher.js"(exports2) {
287
+ "../../node_modules/pretty-format/build/plugins/AsymmetricMatcher.js"(exports2) {
288
288
  "use strict";
289
289
  Object.defineProperty(exports2, "__esModule", {
290
290
  value: true
@@ -369,9 +369,9 @@ var require_ansi_regex = __commonJS({
369
369
  }
370
370
  });
371
371
 
372
- // ../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/ConvertAnsi.js
372
+ // ../../node_modules/pretty-format/build/plugins/ConvertAnsi.js
373
373
  var require_ConvertAnsi = __commonJS({
374
- "../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/ConvertAnsi.js"(exports2) {
374
+ "../../node_modules/pretty-format/build/plugins/ConvertAnsi.js"(exports2) {
375
375
  "use strict";
376
376
  Object.defineProperty(exports2, "__esModule", {
377
377
  value: true
@@ -440,9 +440,9 @@ var require_ConvertAnsi = __commonJS({
440
440
  }
441
441
  });
442
442
 
443
- // ../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/DOMCollection.js
443
+ // ../../node_modules/pretty-format/build/plugins/DOMCollection.js
444
444
  var require_DOMCollection = __commonJS({
445
- "../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/DOMCollection.js"(exports2) {
445
+ "../../node_modules/pretty-format/build/plugins/DOMCollection.js"(exports2) {
446
446
  "use strict";
447
447
  Object.defineProperty(exports2, "__esModule", {
448
448
  value: true
@@ -490,9 +490,9 @@ var require_DOMCollection = __commonJS({
490
490
  }
491
491
  });
492
492
 
493
- // ../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/lib/escapeHTML.js
493
+ // ../../node_modules/pretty-format/build/plugins/lib/escapeHTML.js
494
494
  var require_escapeHTML = __commonJS({
495
- "../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/lib/escapeHTML.js"(exports2) {
495
+ "../../node_modules/pretty-format/build/plugins/lib/escapeHTML.js"(exports2) {
496
496
  "use strict";
497
497
  Object.defineProperty(exports2, "__esModule", {
498
498
  value: true
@@ -504,9 +504,9 @@ var require_escapeHTML = __commonJS({
504
504
  }
505
505
  });
506
506
 
507
- // ../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/lib/markup.js
507
+ // ../../node_modules/pretty-format/build/plugins/lib/markup.js
508
508
  var require_markup = __commonJS({
509
- "../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/lib/markup.js"(exports2) {
509
+ "../../node_modules/pretty-format/build/plugins/lib/markup.js"(exports2) {
510
510
  "use strict";
511
511
  Object.defineProperty(exports2, "__esModule", {
512
512
  value: true
@@ -559,9 +559,9 @@ var require_markup = __commonJS({
559
559
  }
560
560
  });
561
561
 
562
- // ../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/DOMElement.js
562
+ // ../../node_modules/pretty-format/build/plugins/DOMElement.js
563
563
  var require_DOMElement = __commonJS({
564
- "../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/DOMElement.js"(exports2) {
564
+ "../../node_modules/pretty-format/build/plugins/DOMElement.js"(exports2) {
565
565
  "use strict";
566
566
  Object.defineProperty(exports2, "__esModule", {
567
567
  value: true
@@ -647,9 +647,9 @@ var require_DOMElement = __commonJS({
647
647
  }
648
648
  });
649
649
 
650
- // ../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/Immutable.js
650
+ // ../../node_modules/pretty-format/build/plugins/Immutable.js
651
651
  var require_Immutable = __commonJS({
652
- "../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/Immutable.js"(exports2) {
652
+ "../../node_modules/pretty-format/build/plugins/Immutable.js"(exports2) {
653
653
  "use strict";
654
654
  Object.defineProperty(exports2, "__esModule", {
655
655
  value: true
@@ -804,9 +804,9 @@ var require_Immutable = __commonJS({
804
804
  }
805
805
  });
806
806
 
807
- // ../../node_modules/@testing-library/dom/node_modules/react-is/cjs/react-is.production.min.js
807
+ // ../../node_modules/react-is/cjs/react-is.production.min.js
808
808
  var require_react_is_production_min = __commonJS({
809
- "../../node_modules/@testing-library/dom/node_modules/react-is/cjs/react-is.production.min.js"(exports2) {
809
+ "../../node_modules/react-is/cjs/react-is.production.min.js"(exports2) {
810
810
  "use strict";
811
811
  var b = 60103;
812
812
  var c = 60106;
@@ -942,9 +942,9 @@ var require_react_is_production_min = __commonJS({
942
942
  }
943
943
  });
944
944
 
945
- // ../../node_modules/@testing-library/dom/node_modules/react-is/cjs/react-is.development.js
945
+ // ../../node_modules/react-is/cjs/react-is.development.js
946
946
  var require_react_is_development = __commonJS({
947
- "../../node_modules/@testing-library/dom/node_modules/react-is/cjs/react-is.development.js"(exports2) {
947
+ "../../node_modules/react-is/cjs/react-is.development.js"(exports2) {
948
948
  "use strict";
949
949
  if (process.env.NODE_ENV !== "production") {
950
950
  (function() {
@@ -1134,9 +1134,9 @@ var require_react_is_development = __commonJS({
1134
1134
  }
1135
1135
  });
1136
1136
 
1137
- // ../../node_modules/@testing-library/dom/node_modules/react-is/index.js
1137
+ // ../../node_modules/react-is/index.js
1138
1138
  var require_react_is = __commonJS({
1139
- "../../node_modules/@testing-library/dom/node_modules/react-is/index.js"(exports2, module2) {
1139
+ "../../node_modules/react-is/index.js"(exports2, module2) {
1140
1140
  "use strict";
1141
1141
  if (process.env.NODE_ENV === "production") {
1142
1142
  module2.exports = require_react_is_production_min();
@@ -1146,9 +1146,9 @@ var require_react_is = __commonJS({
1146
1146
  }
1147
1147
  });
1148
1148
 
1149
- // ../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/ReactElement.js
1149
+ // ../../node_modules/pretty-format/build/plugins/ReactElement.js
1150
1150
  var require_ReactElement = __commonJS({
1151
- "../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/ReactElement.js"(exports2) {
1151
+ "../../node_modules/pretty-format/build/plugins/ReactElement.js"(exports2) {
1152
1152
  "use strict";
1153
1153
  Object.defineProperty(exports2, "__esModule", {
1154
1154
  value: true
@@ -1276,9 +1276,9 @@ var require_ReactElement = __commonJS({
1276
1276
  }
1277
1277
  });
1278
1278
 
1279
- // ../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/ReactTestComponent.js
1279
+ // ../../node_modules/pretty-format/build/plugins/ReactTestComponent.js
1280
1280
  var require_ReactTestComponent = __commonJS({
1281
- "../../node_modules/@testing-library/dom/node_modules/pretty-format/build/plugins/ReactTestComponent.js"(exports2) {
1281
+ "../../node_modules/pretty-format/build/plugins/ReactTestComponent.js"(exports2) {
1282
1282
  "use strict";
1283
1283
  Object.defineProperty(exports2, "__esModule", {
1284
1284
  value: true
@@ -1338,9 +1338,9 @@ var require_ReactTestComponent = __commonJS({
1338
1338
  }
1339
1339
  });
1340
1340
 
1341
- // ../../node_modules/@testing-library/dom/node_modules/pretty-format/build/index.js
1341
+ // ../../node_modules/pretty-format/build/index.js
1342
1342
  var require_build = __commonJS({
1343
- "../../node_modules/@testing-library/dom/node_modules/pretty-format/build/index.js"(exports2) {
1343
+ "../../node_modules/pretty-format/build/index.js"(exports2) {
1344
1344
  "use strict";
1345
1345
  Object.defineProperty(exports2, "__esModule", {
1346
1346
  value: true
@@ -8771,9 +8771,7 @@ var require_lz_string = __commonJS({
8771
8771
  return keyStrBase64.charAt(a);
8772
8772
  });
8773
8773
  switch (res.length % 4) {
8774
- // To produce valid Base64
8775
8774
  default:
8776
- // When could this happen ?
8777
8775
  case 0:
8778
8776
  return res;
8779
8777
  case 1:
@@ -9215,7 +9213,7 @@ var ReactDOMClient = __toESM(require("react-dom/client"));
9215
9213
  // ../../node_modules/@testing-library/dom/dist/@testing-library/dom.esm.js
9216
9214
  var prettyFormat = __toESM(require_build());
9217
9215
 
9218
- // ../../node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/array.from.mjs
9216
+ // ../../node_modules/dom-accessibility-api/dist/polyfills/array.from.mjs
9219
9217
  var toStr = Object.prototype.toString;
9220
9218
  function isCallable(fn) {
9221
9219
  return typeof fn === "function" || toStr.call(fn) === "[object Function]";
@@ -9263,7 +9261,7 @@ function arrayFrom(arrayLike, mapFn) {
9263
9261
  return A;
9264
9262
  }
9265
9263
 
9266
- // ../../node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/polyfills/SetLike.mjs
9264
+ // ../../node_modules/dom-accessibility-api/dist/polyfills/SetLike.mjs
9267
9265
  function _typeof(obj) {
9268
9266
  "@babel/helpers - typeof";
9269
9267
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
@@ -9367,7 +9365,7 @@ var SetLike = /* @__PURE__ */ function() {
9367
9365
  }();
9368
9366
  var SetLike_default = typeof Set === "undefined" ? Set : SetLike;
9369
9367
 
9370
- // ../../node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/getRole.mjs
9368
+ // ../../node_modules/dom-accessibility-api/dist/getRole.mjs
9371
9369
  function getLocalName(element) {
9372
9370
  var _element$localName;
9373
9371
  return (
@@ -9550,7 +9548,7 @@ function getExplicitRole(element) {
9550
9548
  return null;
9551
9549
  }
9552
9550
 
9553
- // ../../node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/util.mjs
9551
+ // ../../node_modules/dom-accessibility-api/dist/util.mjs
9554
9552
  function isElement(node) {
9555
9553
  return node !== null && node.nodeType === node.ELEMENT_NODE;
9556
9554
  }
@@ -9619,7 +9617,7 @@ function hasAnyConcreteRoles(node, roles2) {
9619
9617
  return false;
9620
9618
  }
9621
9619
 
9622
- // ../../node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name-and-description.mjs
9620
+ // ../../node_modules/dom-accessibility-api/dist/accessible-name-and-description.mjs
9623
9621
  function asFlatString(s) {
9624
9622
  return s.trim().replace(/\s\s+/g, " ");
9625
9623
  }
@@ -9988,7 +9986,7 @@ function computeTextAlternative(root) {
9988
9986
  }));
9989
9987
  }
9990
9988
 
9991
- // ../../node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-description.mjs
9989
+ // ../../node_modules/dom-accessibility-api/dist/accessible-description.mjs
9992
9990
  function _typeof2(obj) {
9993
9991
  "@babel/helpers - typeof";
9994
9992
  return _typeof2 = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(obj2) {
@@ -10055,7 +10053,7 @@ function computeAccessibleDescription(root) {
10055
10053
  return description;
10056
10054
  }
10057
10055
 
10058
- // ../../node_modules/@testing-library/dom/node_modules/dom-accessibility-api/dist/accessible-name.mjs
10056
+ // ../../node_modules/dom-accessibility-api/dist/accessible-name.mjs
10059
10057
  function prohibitsNaming(node) {
10060
10058
  return hasAnyConcreteRoles(node, ["caption", "code", "deletion", "emphasis", "generic", "insertion", "paragraph", "presentation", "strong", "subscript", "superscript"]);
10061
10059
  }
@@ -5,7 +5,7 @@ import {
5
5
  import "../../chunk-F3HENRVM.mjs";
6
6
  import {
7
7
  render
8
- } from "../../chunk-NTTHTGDK.mjs";
8
+ } from "../../chunk-FNPWLOGV.mjs";
9
9
  import "../../chunk-E3G5QXSH.mjs";
10
10
  import "../../chunk-J725QONZ.mjs";
11
11
  import "../../chunk-IZ6II3QA.mjs";
@@ -0,0 +1,16 @@
1
+ import { MouseEvent } from 'react';
2
+
3
+ interface UsePaginationProps {
4
+ currentPage: number;
5
+ totalPage: number;
6
+ groupSize: number;
7
+ handleChangePage?: (currentPage: number) => void;
8
+ }
9
+ declare const usePagination: ({ currentPage, totalPage, groupSize, handleChangePage }: UsePaginationProps) => {
10
+ startPage: number;
11
+ endPage: number;
12
+ pageList: number[];
13
+ handleClickMovePage: (page: number) => (event: MouseEvent) => void;
14
+ };
15
+
16
+ export { usePagination as default };
@@ -0,0 +1,5 @@
1
+ export { default as Progress, ProgressProps } from './progress.mjs';
2
+ import 'tailwind-variants';
3
+ import 'tailwind-variants/dist/config';
4
+ import 'react';
5
+ import '../../utils/types.mjs';
@@ -0,0 +1,5 @@
1
+ export { default as Progress, ProgressProps } from './progress.js';
2
+ import 'tailwind-variants';
3
+ import 'tailwind-variants/dist/config';
4
+ import 'react';
5
+ import '../../utils/types.js';