@deepnoid/ui 1.0.19 → 1.0.21
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/README.md +13 -0
- package/dist/{chunk-ZUNOPH7C.mjs → chunk-2J4MNIMS.mjs} +1 -1
- package/dist/{chunk-Q5T3XRA3.mjs → chunk-2WAQRWST.mjs} +30 -45
- package/dist/{chunk-O3WY55XG.mjs → chunk-3K4OTUIB.mjs} +1 -1
- package/dist/{chunk-ZJ7JCOXA.mjs → chunk-7OP3JEMA.mjs} +1 -1
- package/dist/{chunk-ARVWCWGT.mjs → chunk-FNFQCMB4.mjs} +3 -3
- package/dist/{chunk-N63HDBJJ.mjs → chunk-H7D5EBLL.mjs} +1 -1
- package/dist/{chunk-PRLKKUBY.mjs → chunk-IOJMTN6X.mjs} +1 -1
- package/dist/{chunk-53G2LGJU.mjs → chunk-JGF5TY7M.mjs} +1 -1
- package/dist/{chunk-NPLC2OM6.mjs → chunk-KAB3AB67.mjs} +5 -5
- package/dist/{chunk-NUV2RUDP.mjs → chunk-KIINY2GS.mjs} +4 -4
- package/dist/{chunk-MX4IEMVV.mjs → chunk-N4KPGD2N.mjs} +2 -2
- package/dist/{chunk-7U7FM6I6.mjs → chunk-O5VW7CHY.mjs} +1 -1
- package/dist/{chunk-KZ4VD7OZ.mjs → chunk-SR76DO4M.mjs} +2 -2
- package/dist/{chunk-CA4ZDPGA.mjs → chunk-SXSVNBRO.mjs} +2 -2
- package/dist/{chunk-KUGPZB4O.mjs → chunk-VZPVEICG.mjs} +4 -4
- package/dist/{chunk-EL6G4AHQ.mjs → chunk-WQG4OYM6.mjs} +4 -4
- package/dist/{chunk-YZOXNWOC.mjs → chunk-WS4SOWDZ.mjs} +4 -4
- package/dist/components/backdrop/backdrop.mjs +2 -2
- package/dist/components/backdrop/index.mjs +2 -2
- package/dist/components/breadcrumb/breadcrumb.js +30 -45
- package/dist/components/breadcrumb/breadcrumb.mjs +8 -8
- package/dist/components/breadcrumb/index.js +30 -45
- package/dist/components/breadcrumb/index.mjs +8 -8
- package/dist/components/button/button-group.mjs +2 -2
- package/dist/components/button/button.d.mts +24 -0
- package/dist/components/button/button.d.ts +24 -0
- package/dist/components/button/button.js +30 -45
- package/dist/components/button/button.mjs +3 -3
- package/dist/components/button/button.style.d.mts +18 -0
- package/dist/components/button/button.style.d.ts +18 -0
- package/dist/components/button/button.style.js +30 -45
- package/dist/components/button/button.style.mjs +1 -1
- package/dist/components/button/icon-button.d.mts +24 -0
- package/dist/components/button/icon-button.d.ts +24 -0
- package/dist/components/button/icon-button.js +30 -45
- package/dist/components/button/icon-button.mjs +3 -3
- package/dist/components/button/index.js +30 -45
- package/dist/components/button/index.mjs +7 -7
- package/dist/components/button/text-button.d.mts +24 -0
- package/dist/components/button/text-button.d.ts +24 -0
- package/dist/components/button/text-button.js +30 -45
- package/dist/components/button/text-button.mjs +3 -3
- package/dist/components/charts/areaChart.mjs +1 -1
- package/dist/components/charts/index.mjs +9 -9
- package/dist/components/checkbox/checkbox.mjs +2 -2
- package/dist/components/checkbox/index.mjs +2 -2
- package/dist/components/chip/chip.mjs +1 -1
- package/dist/components/chip/index.mjs +1 -1
- package/dist/components/drawer/drawer.mjs +2 -2
- package/dist/components/drawer/index.mjs +2 -2
- package/dist/components/fileUpload/fileUpload.js +30 -45
- package/dist/components/fileUpload/fileUpload.mjs +9 -9
- package/dist/components/fileUpload/index.js +30 -45
- package/dist/components/fileUpload/index.mjs +9 -9
- package/dist/components/input/index.mjs +3 -3
- package/dist/components/input/input.mjs +3 -3
- package/dist/components/list/index.mjs +2 -2
- package/dist/components/list/listItem.mjs +2 -2
- package/dist/components/modal/GlobalModalProvider.js +30 -45
- package/dist/components/modal/GlobalModalProvider.mjs +10 -10
- package/dist/components/modal/index.js +30 -45
- package/dist/components/modal/index.mjs +11 -11
- package/dist/components/modal/modal.js +30 -45
- package/dist/components/modal/modal.mjs +9 -9
- package/dist/components/modal/useGlobalModal.mjs +11 -11
- package/dist/components/pagination/index.mjs +4 -4
- package/dist/components/pagination/pagination.mjs +4 -4
- package/dist/components/picker/datePicker.js +30 -45
- package/dist/components/picker/datePicker.mjs +9 -9
- package/dist/components/picker/index.js +32 -47
- package/dist/components/picker/index.mjs +12 -12
- package/dist/components/picker/timePicker/Panel.js +31 -46
- package/dist/components/picker/timePicker/Panel.mjs +9 -9
- package/dist/components/picker/timePicker/WheelColumn.js +1 -1
- package/dist/components/picker/timePicker/WheelColumn.mjs +1 -1
- package/dist/components/picker/timePicker/index.js +32 -47
- package/dist/components/picker/timePicker/index.mjs +11 -11
- package/dist/components/radio/index.mjs +2 -2
- package/dist/components/radio/radio.mjs +2 -2
- package/dist/components/select/index.js +30 -45
- package/dist/components/select/index.mjs +8 -8
- package/dist/components/select/select.js +30 -45
- package/dist/components/select/select.mjs +8 -8
- package/dist/components/starRating/index.mjs +1 -1
- package/dist/components/starRating/starRating.mjs +1 -1
- package/dist/components/table/definition-table.mjs +2 -2
- package/dist/components/table/index.mjs +10 -10
- package/dist/components/table/table-body.mjs +7 -7
- package/dist/components/table/table-head.mjs +7 -7
- package/dist/components/table/table.mjs +7 -7
- package/dist/components/textarea/index.mjs +2 -2
- package/dist/components/textarea/textarea.mjs +2 -2
- package/dist/components/timePicker/calendar.mjs +1 -1
- package/dist/components/toast/index.mjs +4 -4
- package/dist/components/toast/toast.mjs +3 -3
- package/dist/components/toast/use-toast.mjs +4 -4
- package/dist/components/tree/index.mjs +2 -2
- package/dist/components/tree/tree.mjs +2 -2
- package/dist/index.js +32 -47
- package/dist/index.mjs +64 -64
- package/dist/tailwind-config/styles/tokens/theme.css +24 -0
- package/package.json +1 -1
- package/dist/{chunk-SI3IR5X5.mjs → chunk-37BZALDV.mjs} +3 -3
- package/dist/{chunk-5HYZLISC.mjs → chunk-5RJYESLP.mjs} +3 -3
- package/dist/{chunk-IW7CU7J3.mjs → chunk-AO6LNH3D.mjs} +3 -3
- package/dist/{chunk-CAXTJ64M.mjs → chunk-BJWYF2WY.mjs} +3 -3
- package/dist/{chunk-GDRPIGTR.mjs → chunk-CXVDES22.mjs} +3 -3
- package/dist/{chunk-2BRUK2DU.mjs → chunk-HXBZB7CW.mjs} +3 -3
- package/dist/{chunk-APKF7DHK.mjs → chunk-LHWHM4LQ.mjs} +3 -3
- package/dist/{chunk-4TJNIEXI.mjs → chunk-MAGZDGUW.mjs} +3 -3
- package/dist/{chunk-XPDNILTR.mjs → chunk-R32BQ3NV.mjs} +3 -3
- package/dist/{chunk-J4QVGC54.mjs → chunk-XTMOAGLY.mjs} +3 -3
- package/dist/{chunk-JMD66FOF.mjs → chunk-ZCJPPLYH.mjs} +3 -3
package/README.md
CHANGED
|
@@ -134,6 +134,19 @@ release 브랜치에 머지했을 때 배포 파이프라인 실행되도록 스
|
|
|
134
134
|
|
|
135
135
|
- [./.gitlab-ci.yml](./.gitlab-ci.yml) 파일 참고
|
|
136
136
|
|
|
137
|
+
## Claude Code 스킬
|
|
138
|
+
|
|
139
|
+
`@deepnoid/ui` 컴포넌트를 AI 에이전트(Claude Code, Cursor 등)와 함께 사용할 때, 스킬을 설치하면 컴포넌트 사용법/규칙/토큰을 자동으로 안내받을 수 있습니다.
|
|
140
|
+
|
|
141
|
+
```bash
|
|
142
|
+
# 소비 프로젝트 루트에서
|
|
143
|
+
cp -r node_modules/@deepnoid/ui/skills/deepnoid-ui .claude/skills/
|
|
144
|
+
```
|
|
145
|
+
|
|
146
|
+
설치 후 `@deepnoid/ui` 관련 질문 시 자동으로 가이드가 활성화됩니다.
|
|
147
|
+
|
|
148
|
+
> 스킬 업데이트: `yarn upgrade @deepnoid/ui` 후 위 `cp` 명령을 다시 실행
|
|
149
|
+
|
|
137
150
|
## 기타
|
|
138
151
|
|
|
139
152
|
[turborepo](https://turbo.build/)를 활용하여 프로젝트를 구성했으니 내용 참고해주시기 바랍니다.
|
|
@@ -36,7 +36,7 @@ function WheelColumn({ list, value, onChange }) {
|
|
|
36
36
|
}, [idx]);
|
|
37
37
|
return /* @__PURE__ */ jsxs("div", { className: "relative h-[94px] w-[40px]", children: [
|
|
38
38
|
/* @__PURE__ */ jsx("div", { className: "pointer-events-none absolute top-[30px] left-1/2 h-[34px] w-[40px] -translate-x-1/2 rounded-[10px] shadow-[inset_0_0_0_1.5px_var(--color-primary-light)]" }),
|
|
39
|
-
/* @__PURE__ */ jsxs("div", { ref, className: "scrollbar-none relative h-full overflow-
|
|
39
|
+
/* @__PURE__ */ jsxs("div", { ref, className: "scrollbar-none relative h-full overflow-hidden py-[0] select-none", children: [
|
|
40
40
|
/* @__PURE__ */ jsx("div", { style: { height: ITEM_HEIGHT } }),
|
|
41
41
|
list.map((v, i) => {
|
|
42
42
|
const highlight = i === idx;
|
|
@@ -26,7 +26,7 @@ var buttonBaseStyle = tv({
|
|
|
26
26
|
variant: {
|
|
27
27
|
solid: {},
|
|
28
28
|
soft: {},
|
|
29
|
-
outline: { base: ["bg-
|
|
29
|
+
outline: { base: ["bg-body-background"] },
|
|
30
30
|
ghost: {}
|
|
31
31
|
},
|
|
32
32
|
color: {
|
|
@@ -38,6 +38,12 @@ var buttonBaseStyle = tv({
|
|
|
38
38
|
warning: {},
|
|
39
39
|
danger: {}
|
|
40
40
|
},
|
|
41
|
+
size: {
|
|
42
|
+
sm: {},
|
|
43
|
+
md: {},
|
|
44
|
+
lg: {},
|
|
45
|
+
xl: {}
|
|
46
|
+
},
|
|
41
47
|
disabled: {
|
|
42
48
|
true: {
|
|
43
49
|
base: ["!bg-neutral-soft", "!border-neutral-soft", "!text-neutral-light", "pointer-events-none"]
|
|
@@ -45,7 +51,7 @@ var buttonBaseStyle = tv({
|
|
|
45
51
|
},
|
|
46
52
|
isInGroup: {
|
|
47
53
|
true: {
|
|
48
|
-
base: ["!rounded-none"
|
|
54
|
+
base: ["!rounded-none"]
|
|
49
55
|
}
|
|
50
56
|
}
|
|
51
57
|
},
|
|
@@ -139,85 +145,49 @@ var buttonBaseStyle = tv({
|
|
|
139
145
|
variant: "soft",
|
|
140
146
|
color: "primary",
|
|
141
147
|
class: {
|
|
142
|
-
base: [
|
|
143
|
-
"text-primary-main",
|
|
144
|
-
"bg-primary-soft",
|
|
145
|
-
"border-primary-soft",
|
|
146
|
-
"hover:border-primary-light",
|
|
147
|
-
"active:bg-primary-light"
|
|
148
|
-
]
|
|
148
|
+
base: ["text-primary-main", "bg-primary-soft", "hover:border-primary-light", "active:bg-primary-light"]
|
|
149
149
|
}
|
|
150
150
|
},
|
|
151
151
|
{
|
|
152
152
|
variant: "soft",
|
|
153
153
|
color: "secondary",
|
|
154
154
|
class: {
|
|
155
|
-
base: [
|
|
156
|
-
"text-secondary-main",
|
|
157
|
-
"bg-secondary-soft",
|
|
158
|
-
"border-secondary-soft",
|
|
159
|
-
"hover:border-secondary-light",
|
|
160
|
-
"active:bg-secondary-light"
|
|
161
|
-
]
|
|
155
|
+
base: ["text-secondary-main", "bg-secondary-soft", "hover:border-secondary-light", "active:bg-secondary-light"]
|
|
162
156
|
}
|
|
163
157
|
},
|
|
164
158
|
{
|
|
165
159
|
variant: "soft",
|
|
166
160
|
color: "neutral",
|
|
167
161
|
class: {
|
|
168
|
-
base: [
|
|
169
|
-
"text-neutral-main",
|
|
170
|
-
"bg-neutral-soft",
|
|
171
|
-
"border-neutral-soft",
|
|
172
|
-
"hover:border-neutral-light",
|
|
173
|
-
"active:bg-neutral-light"
|
|
174
|
-
]
|
|
162
|
+
base: ["text-neutral-main", "bg-neutral-soft", "hover:border-neutral-light", "active:bg-neutral-light"]
|
|
175
163
|
}
|
|
176
164
|
},
|
|
177
165
|
{
|
|
178
166
|
variant: "soft",
|
|
179
167
|
color: "info",
|
|
180
168
|
class: {
|
|
181
|
-
base: ["text-info-main", "bg-info-soft", "
|
|
169
|
+
base: ["text-info-main", "bg-info-soft", "hover:border-info-light", "active:bg-info-light"]
|
|
182
170
|
}
|
|
183
171
|
},
|
|
184
172
|
{
|
|
185
173
|
variant: "soft",
|
|
186
174
|
color: "success",
|
|
187
175
|
class: {
|
|
188
|
-
base: [
|
|
189
|
-
"text-success-main",
|
|
190
|
-
"bg-success-soft",
|
|
191
|
-
"border-success-soft",
|
|
192
|
-
"hover:border-success-light",
|
|
193
|
-
"active:bg-success-light"
|
|
194
|
-
]
|
|
176
|
+
base: ["text-success-main", "bg-success-soft", "hover:border-success-light", "active:bg-success-light"]
|
|
195
177
|
}
|
|
196
178
|
},
|
|
197
179
|
{
|
|
198
180
|
variant: "soft",
|
|
199
181
|
color: "warning",
|
|
200
182
|
class: {
|
|
201
|
-
base: [
|
|
202
|
-
"text-warning-main",
|
|
203
|
-
"bg-warning-soft",
|
|
204
|
-
"border-warning-soft",
|
|
205
|
-
"hover:border-warning-light",
|
|
206
|
-
"active:bg-warning-light"
|
|
207
|
-
]
|
|
183
|
+
base: ["text-warning-main", "bg-warning-soft", "hover:border-warning-light", "active:bg-warning-light"]
|
|
208
184
|
}
|
|
209
185
|
},
|
|
210
186
|
{
|
|
211
187
|
variant: "soft",
|
|
212
188
|
color: "danger",
|
|
213
189
|
class: {
|
|
214
|
-
base: [
|
|
215
|
-
"text-danger-main",
|
|
216
|
-
"bg-danger-soft",
|
|
217
|
-
"border-danger-soft",
|
|
218
|
-
"hover:border-danger-light",
|
|
219
|
-
"active:bg-danger-light"
|
|
220
|
-
]
|
|
190
|
+
base: ["text-danger-main", "bg-danger-soft", "hover:border-danger-light", "active:bg-danger-light"]
|
|
221
191
|
}
|
|
222
192
|
},
|
|
223
193
|
// outline & color
|
|
@@ -405,6 +375,21 @@ var buttonBaseStyle = tv({
|
|
|
405
375
|
class: {
|
|
406
376
|
base: ["!border-neutral-light"]
|
|
407
377
|
}
|
|
378
|
+
},
|
|
379
|
+
// variant && isInGroup
|
|
380
|
+
{
|
|
381
|
+
variant: ["outline"],
|
|
382
|
+
isInGroup: true,
|
|
383
|
+
class: {
|
|
384
|
+
base: ["[&:not(:first-child)]:!border-l-0"]
|
|
385
|
+
}
|
|
386
|
+
},
|
|
387
|
+
{
|
|
388
|
+
variant: ["soft"],
|
|
389
|
+
isInGroup: true,
|
|
390
|
+
class: {
|
|
391
|
+
base: ["hover:!z-10", "active:!z-20", "focus:!z-20", "border-l-none"]
|
|
392
|
+
}
|
|
408
393
|
}
|
|
409
394
|
]
|
|
410
395
|
});
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
Panel_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-SXSVNBRO.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-BJWYF2WY.mjs";
|
|
11
11
|
import {
|
|
12
12
|
Icon_default
|
|
13
13
|
} from "./chunk-A6UUVHC6.mjs";
|
|
@@ -172,7 +172,7 @@ var timePickerStyle = tv({
|
|
|
172
172
|
"rounded-[10px]",
|
|
173
173
|
"bg-body-background",
|
|
174
174
|
"shadow-drop-md",
|
|
175
|
-
"overflow-
|
|
175
|
+
"overflow-hidden",
|
|
176
176
|
"p-[10px]",
|
|
177
177
|
"w-[165px]",
|
|
178
178
|
"h-[137px]",
|
|
@@ -4,7 +4,7 @@ import {
|
|
|
4
4
|
} from "./chunk-ZOTHPHXA.mjs";
|
|
5
5
|
import {
|
|
6
6
|
toast_default
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-ZCJPPLYH.mjs";
|
|
8
8
|
|
|
9
9
|
// src/components/toast/use-toast.tsx
|
|
10
10
|
import { createContext, useContext, useState, useCallback, useEffect, useRef, useMemo } from "react";
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
pagination_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-WS4SOWDZ.mjs";
|
|
5
5
|
import {
|
|
6
6
|
checkbox_default
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-37BZALDV.mjs";
|
|
8
8
|
import {
|
|
9
9
|
scrollArea_default
|
|
10
10
|
} from "./chunk-XS32UZI3.mjs";
|
|
11
|
-
import {
|
|
12
|
-
mapPropsVariants
|
|
13
|
-
} from "./chunk-E3G5QXSH.mjs";
|
|
14
11
|
import {
|
|
15
12
|
clsx
|
|
16
13
|
} from "./chunk-27Y6K5NK.mjs";
|
|
14
|
+
import {
|
|
15
|
+
mapPropsVariants
|
|
16
|
+
} from "./chunk-E3G5QXSH.mjs";
|
|
17
17
|
|
|
18
18
|
// src/components/table/table-head.tsx
|
|
19
19
|
import { useLayoutEffect as useLayoutEffect2, useRef as useRef3, useState as useState3 } from "react";
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
buttonBaseStyle
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-2WAQRWST.mjs";
|
|
5
|
+
import {
|
|
6
|
+
clsx
|
|
7
|
+
} from "./chunk-27Y6K5NK.mjs";
|
|
5
8
|
import {
|
|
6
9
|
mapPropsVariants
|
|
7
10
|
} from "./chunk-E3G5QXSH.mjs";
|
|
8
11
|
import {
|
|
9
12
|
tv
|
|
10
13
|
} from "./chunk-UP6RPQDX.mjs";
|
|
11
|
-
import {
|
|
12
|
-
clsx
|
|
13
|
-
} from "./chunk-27Y6K5NK.mjs";
|
|
14
14
|
|
|
15
15
|
// src/components/button/text-button.tsx
|
|
16
16
|
import {
|
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
backdrop_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-5RJYESLP.mjs";
|
|
5
5
|
import {
|
|
6
6
|
button_default
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-O5VW7CHY.mjs";
|
|
8
8
|
import {
|
|
9
9
|
Icon_default
|
|
10
10
|
} from "./chunk-A6UUVHC6.mjs";
|
|
@@ -4,10 +4,10 @@ import {
|
|
|
4
4
|
} from "./chunk-KE26ONWZ.mjs";
|
|
5
5
|
import {
|
|
6
6
|
input_default
|
|
7
|
-
} from "./chunk-
|
|
7
|
+
} from "./chunk-BJWYF2WY.mjs";
|
|
8
8
|
import {
|
|
9
9
|
button_default
|
|
10
|
-
} from "./chunk-
|
|
10
|
+
} from "./chunk-O5VW7CHY.mjs";
|
|
11
11
|
|
|
12
12
|
// src/components/fileUpload/fileUpload.tsx
|
|
13
13
|
import { useRef, useState, useEffect } from "react";
|
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
WheelColumn
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-2J4MNIMS.mjs";
|
|
5
5
|
import {
|
|
6
6
|
convert24To12,
|
|
7
7
|
getCurrent12Hour
|
|
8
8
|
} from "./chunk-3IBJXQTJ.mjs";
|
|
9
9
|
import {
|
|
10
10
|
text_button_default
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-KIINY2GS.mjs";
|
|
12
12
|
|
|
13
13
|
// src/components/picker/timePicker/Panel.tsx
|
|
14
14
|
import { forwardRef, useEffect, useState } from "react";
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
icon_button_default
|
|
4
|
-
} from "./chunk-
|
|
4
|
+
} from "./chunk-IOJMTN6X.mjs";
|
|
5
5
|
import {
|
|
6
6
|
Icon_default
|
|
7
7
|
} from "./chunk-A6UUVHC6.mjs";
|
|
8
|
+
import {
|
|
9
|
+
clsx
|
|
10
|
+
} from "./chunk-27Y6K5NK.mjs";
|
|
8
11
|
import {
|
|
9
12
|
mapPropsVariants
|
|
10
13
|
} from "./chunk-E3G5QXSH.mjs";
|
|
11
14
|
import {
|
|
12
15
|
tv
|
|
13
16
|
} from "./chunk-UP6RPQDX.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";
|
|
@@ -8,16 +8,16 @@ import {
|
|
|
8
8
|
} from "./chunk-3IBJXQTJ.mjs";
|
|
9
9
|
import {
|
|
10
10
|
input_default
|
|
11
|
-
} from "./chunk-
|
|
11
|
+
} from "./chunk-BJWYF2WY.mjs";
|
|
12
12
|
import {
|
|
13
13
|
icon_button_default
|
|
14
|
-
} from "./chunk-
|
|
14
|
+
} from "./chunk-IOJMTN6X.mjs";
|
|
15
15
|
import {
|
|
16
16
|
text_button_default
|
|
17
|
-
} from "./chunk-
|
|
17
|
+
} from "./chunk-KIINY2GS.mjs";
|
|
18
18
|
import {
|
|
19
19
|
button_default
|
|
20
|
-
} from "./chunk-
|
|
20
|
+
} from "./chunk-O5VW7CHY.mjs";
|
|
21
21
|
import {
|
|
22
22
|
Icon_default
|
|
23
23
|
} from "./chunk-A6UUVHC6.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-BJWYF2WY.mjs";
|
|
8
8
|
import {
|
|
9
9
|
Icon_default
|
|
10
10
|
} from "./chunk-A6UUVHC6.mjs";
|
|
11
|
+
import {
|
|
12
|
+
clsx
|
|
13
|
+
} from "./chunk-27Y6K5NK.mjs";
|
|
11
14
|
import {
|
|
12
15
|
mapPropsVariants
|
|
13
16
|
} from "./chunk-E3G5QXSH.mjs";
|
|
14
17
|
import {
|
|
15
18
|
tv
|
|
16
19
|
} from "./chunk-UP6RPQDX.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,9 +1,9 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
backdrop_default
|
|
4
|
-
} from "../../chunk-
|
|
5
|
-
import "../../chunk-UP6RPQDX.mjs";
|
|
4
|
+
} from "../../chunk-5RJYESLP.mjs";
|
|
6
5
|
import "../../chunk-27Y6K5NK.mjs";
|
|
6
|
+
import "../../chunk-UP6RPQDX.mjs";
|
|
7
7
|
export {
|
|
8
8
|
backdrop_default as default
|
|
9
9
|
};
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
import "../../chunk-SE5TU755.mjs";
|
|
3
3
|
import {
|
|
4
4
|
backdrop_default
|
|
5
|
-
} from "../../chunk-
|
|
6
|
-
import "../../chunk-UP6RPQDX.mjs";
|
|
5
|
+
} from "../../chunk-5RJYESLP.mjs";
|
|
7
6
|
import "../../chunk-27Y6K5NK.mjs";
|
|
7
|
+
import "../../chunk-UP6RPQDX.mjs";
|
|
8
8
|
export {
|
|
9
9
|
backdrop_default as Backdrop
|
|
10
10
|
};
|
|
@@ -5029,7 +5029,7 @@ var buttonBaseStyle = tv({
|
|
|
5029
5029
|
variant: {
|
|
5030
5030
|
solid: {},
|
|
5031
5031
|
soft: {},
|
|
5032
|
-
outline: { base: ["bg-
|
|
5032
|
+
outline: { base: ["bg-body-background"] },
|
|
5033
5033
|
ghost: {}
|
|
5034
5034
|
},
|
|
5035
5035
|
color: {
|
|
@@ -5041,6 +5041,12 @@ var buttonBaseStyle = tv({
|
|
|
5041
5041
|
warning: {},
|
|
5042
5042
|
danger: {}
|
|
5043
5043
|
},
|
|
5044
|
+
size: {
|
|
5045
|
+
sm: {},
|
|
5046
|
+
md: {},
|
|
5047
|
+
lg: {},
|
|
5048
|
+
xl: {}
|
|
5049
|
+
},
|
|
5044
5050
|
disabled: {
|
|
5045
5051
|
true: {
|
|
5046
5052
|
base: ["!bg-neutral-soft", "!border-neutral-soft", "!text-neutral-light", "pointer-events-none"]
|
|
@@ -5048,7 +5054,7 @@ var buttonBaseStyle = tv({
|
|
|
5048
5054
|
},
|
|
5049
5055
|
isInGroup: {
|
|
5050
5056
|
true: {
|
|
5051
|
-
base: ["!rounded-none"
|
|
5057
|
+
base: ["!rounded-none"]
|
|
5052
5058
|
}
|
|
5053
5059
|
}
|
|
5054
5060
|
},
|
|
@@ -5142,85 +5148,49 @@ var buttonBaseStyle = tv({
|
|
|
5142
5148
|
variant: "soft",
|
|
5143
5149
|
color: "primary",
|
|
5144
5150
|
class: {
|
|
5145
|
-
base: [
|
|
5146
|
-
"text-primary-main",
|
|
5147
|
-
"bg-primary-soft",
|
|
5148
|
-
"border-primary-soft",
|
|
5149
|
-
"hover:border-primary-light",
|
|
5150
|
-
"active:bg-primary-light"
|
|
5151
|
-
]
|
|
5151
|
+
base: ["text-primary-main", "bg-primary-soft", "hover:border-primary-light", "active:bg-primary-light"]
|
|
5152
5152
|
}
|
|
5153
5153
|
},
|
|
5154
5154
|
{
|
|
5155
5155
|
variant: "soft",
|
|
5156
5156
|
color: "secondary",
|
|
5157
5157
|
class: {
|
|
5158
|
-
base: [
|
|
5159
|
-
"text-secondary-main",
|
|
5160
|
-
"bg-secondary-soft",
|
|
5161
|
-
"border-secondary-soft",
|
|
5162
|
-
"hover:border-secondary-light",
|
|
5163
|
-
"active:bg-secondary-light"
|
|
5164
|
-
]
|
|
5158
|
+
base: ["text-secondary-main", "bg-secondary-soft", "hover:border-secondary-light", "active:bg-secondary-light"]
|
|
5165
5159
|
}
|
|
5166
5160
|
},
|
|
5167
5161
|
{
|
|
5168
5162
|
variant: "soft",
|
|
5169
5163
|
color: "neutral",
|
|
5170
5164
|
class: {
|
|
5171
|
-
base: [
|
|
5172
|
-
"text-neutral-main",
|
|
5173
|
-
"bg-neutral-soft",
|
|
5174
|
-
"border-neutral-soft",
|
|
5175
|
-
"hover:border-neutral-light",
|
|
5176
|
-
"active:bg-neutral-light"
|
|
5177
|
-
]
|
|
5165
|
+
base: ["text-neutral-main", "bg-neutral-soft", "hover:border-neutral-light", "active:bg-neutral-light"]
|
|
5178
5166
|
}
|
|
5179
5167
|
},
|
|
5180
5168
|
{
|
|
5181
5169
|
variant: "soft",
|
|
5182
5170
|
color: "info",
|
|
5183
5171
|
class: {
|
|
5184
|
-
base: ["text-info-main", "bg-info-soft", "
|
|
5172
|
+
base: ["text-info-main", "bg-info-soft", "hover:border-info-light", "active:bg-info-light"]
|
|
5185
5173
|
}
|
|
5186
5174
|
},
|
|
5187
5175
|
{
|
|
5188
5176
|
variant: "soft",
|
|
5189
5177
|
color: "success",
|
|
5190
5178
|
class: {
|
|
5191
|
-
base: [
|
|
5192
|
-
"text-success-main",
|
|
5193
|
-
"bg-success-soft",
|
|
5194
|
-
"border-success-soft",
|
|
5195
|
-
"hover:border-success-light",
|
|
5196
|
-
"active:bg-success-light"
|
|
5197
|
-
]
|
|
5179
|
+
base: ["text-success-main", "bg-success-soft", "hover:border-success-light", "active:bg-success-light"]
|
|
5198
5180
|
}
|
|
5199
5181
|
},
|
|
5200
5182
|
{
|
|
5201
5183
|
variant: "soft",
|
|
5202
5184
|
color: "warning",
|
|
5203
5185
|
class: {
|
|
5204
|
-
base: [
|
|
5205
|
-
"text-warning-main",
|
|
5206
|
-
"bg-warning-soft",
|
|
5207
|
-
"border-warning-soft",
|
|
5208
|
-
"hover:border-warning-light",
|
|
5209
|
-
"active:bg-warning-light"
|
|
5210
|
-
]
|
|
5186
|
+
base: ["text-warning-main", "bg-warning-soft", "hover:border-warning-light", "active:bg-warning-light"]
|
|
5211
5187
|
}
|
|
5212
5188
|
},
|
|
5213
5189
|
{
|
|
5214
5190
|
variant: "soft",
|
|
5215
5191
|
color: "danger",
|
|
5216
5192
|
class: {
|
|
5217
|
-
base: [
|
|
5218
|
-
"text-danger-main",
|
|
5219
|
-
"bg-danger-soft",
|
|
5220
|
-
"border-danger-soft",
|
|
5221
|
-
"hover:border-danger-light",
|
|
5222
|
-
"active:bg-danger-light"
|
|
5223
|
-
]
|
|
5193
|
+
base: ["text-danger-main", "bg-danger-soft", "hover:border-danger-light", "active:bg-danger-light"]
|
|
5224
5194
|
}
|
|
5225
5195
|
},
|
|
5226
5196
|
// outline & color
|
|
@@ -5408,6 +5378,21 @@ var buttonBaseStyle = tv({
|
|
|
5408
5378
|
class: {
|
|
5409
5379
|
base: ["!border-neutral-light"]
|
|
5410
5380
|
}
|
|
5381
|
+
},
|
|
5382
|
+
// variant && isInGroup
|
|
5383
|
+
{
|
|
5384
|
+
variant: ["outline"],
|
|
5385
|
+
isInGroup: true,
|
|
5386
|
+
class: {
|
|
5387
|
+
base: ["[&:not(:first-child)]:!border-l-0"]
|
|
5388
|
+
}
|
|
5389
|
+
},
|
|
5390
|
+
{
|
|
5391
|
+
variant: ["soft"],
|
|
5392
|
+
isInGroup: true,
|
|
5393
|
+
class: {
|
|
5394
|
+
base: ["hover:!z-10", "active:!z-20", "focus:!z-20", "border-l-none"]
|
|
5395
|
+
}
|
|
5411
5396
|
}
|
|
5412
5397
|
]
|
|
5413
5398
|
});
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import {
|
|
3
3
|
breadcrumb_default
|
|
4
|
-
} from "../../chunk-
|
|
4
|
+
} from "../../chunk-3K4OTUIB.mjs";
|
|
5
5
|
import "../../chunk-MY5U63QO.mjs";
|
|
6
|
-
import "../../chunk-
|
|
7
|
-
import "../../chunk-
|
|
8
|
-
import "../../chunk-
|
|
9
|
-
import "../../chunk-
|
|
6
|
+
import "../../chunk-IOJMTN6X.mjs";
|
|
7
|
+
import "../../chunk-KIINY2GS.mjs";
|
|
8
|
+
import "../../chunk-LHWHM4LQ.mjs";
|
|
9
|
+
import "../../chunk-O5VW7CHY.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
14
|
import "../../chunk-A6UUVHC6.mjs";
|
|
15
|
-
import "../../chunk-
|
|
16
|
-
import "../../chunk-E3G5QXSH.mjs";
|
|
15
|
+
import "../../chunk-2WAQRWST.mjs";
|
|
17
16
|
import "../../chunk-AOU4QX7H.mjs";
|
|
18
|
-
import "../../chunk-UP6RPQDX.mjs";
|
|
19
17
|
import "../../chunk-27Y6K5NK.mjs";
|
|
18
|
+
import "../../chunk-E3G5QXSH.mjs";
|
|
19
|
+
import "../../chunk-UP6RPQDX.mjs";
|
|
20
20
|
export {
|
|
21
21
|
breadcrumb_default as default
|
|
22
22
|
};
|