@deepnoid/ui 0.0.92 → 0.0.93

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.
@@ -4,7 +4,7 @@ import {
4
4
  } from "./chunk-EYY4CRRR.mjs";
5
5
  import {
6
6
  listItem_default
7
- } from "./chunk-SKQNTNEA.mjs";
7
+ } from "./chunk-V77MALL4.mjs";
8
8
 
9
9
  // src/components/dateTimePicker/timePicker.tsx
10
10
  import { useState, useRef, useEffect } from "react";
@@ -164,6 +164,7 @@ var calendarStyle = tv({
164
164
  "text-sm",
165
165
  "rounded-full",
166
166
  "cursor-pointer",
167
+ "hover:bg-neutral-soft",
167
168
  "data-[today=true]:border",
168
169
  "data-[today=true]:border-foreground",
169
170
  "data-[saturday=true]:text-[#1E7EEE]",
@@ -183,20 +184,10 @@ var calendarStyle = tv({
183
184
  },
184
185
  color: {
185
186
  primary: {
186
- date: [
187
- "hover:text-primary-main",
188
- "hover:bg-primary-soft",
189
- "data-[selected=true]:!border-primary-main",
190
- "data-[selected=true]:bg-primary-main"
191
- ]
187
+ date: ["data-[selected=true]:!border-primary-main", "data-[selected=true]:bg-primary-main"]
192
188
  },
193
189
  secondary: {
194
- date: [
195
- "hover:text-secondary-main",
196
- "hover:bg-secondary-soft",
197
- "data-[selected=true]:!border-secondary-main",
198
- "data-[selected=true]:bg-secondary-main"
199
- ]
190
+ date: ["data-[selected=true]:!border-secondary-main", "data-[selected=true]:bg-secondary-main"]
200
191
  }
201
192
  }
202
193
  },
@@ -151,7 +151,7 @@ var modal = tv({
151
151
  slots: {
152
152
  backdrop: ["relative w-screen h-screen fixed inset-0 bg-black/60", "z-[900]"],
153
153
  modalWrapper: ["group/modal", "absolute", "top-1/2", "-translate-y-1/2", "left-1/2", "-translate-x-1/2"],
154
- icon: ["absolute", "top-[0px]", "left-1/2", "-translate-x-1/2", "z-10"],
154
+ icon: ["absolute", "top-[20px]", "left-1/2", "-translate-x-1/2", "z-10"],
155
155
  closeIcon: [
156
156
  "absolute",
157
157
  "top-[20px]",
@@ -170,7 +170,7 @@ var modal = tv({
170
170
  "bg-background",
171
171
  "shadow-drop shadow-foreground/20 rounded-xxlg",
172
172
  "overflow-hidden",
173
- "group-data-[icon-visibility=true]/modal:mt-[40px]",
173
+ "group-data-[icon-visibility=true]/modal:mt-[60px]",
174
174
  "group-data-[icon-visibility=true]/modal:pt-[60px]"
175
175
  ],
176
176
  body: ["flex", "flex-col", "gap-[20px]"],
@@ -4,10 +4,10 @@ import {
4
4
  } from "./chunk-FWJ2ZKH6.mjs";
5
5
  import {
6
6
  calendar_default
7
- } from "./chunk-WX32MAKV.mjs";
7
+ } from "./chunk-FDKT4IBP.mjs";
8
8
  import {
9
9
  timePicker_default
10
- } from "./chunk-NUIYVRYF.mjs";
10
+ } from "./chunk-BCN5F2MN.mjs";
11
11
  import {
12
12
  Icon_default
13
13
  } from "./chunk-LCI6RPWE.mjs";
@@ -53,7 +53,8 @@ var listItem = tv({
53
53
  "px-[10px]",
54
54
  "cursor-pointer",
55
55
  "select-none",
56
- "gap-[10px]"
56
+ "gap-[10px]",
57
+ "hover:bg-neutral-soft"
57
58
  ],
58
59
  titleWrapper: ["flex", "w-full", "gap-[10px]", "overflow-hidden", "whitespace-nowrap", "text-overflow-ellipsis"],
59
60
  title: "truncate"
@@ -93,24 +94,14 @@ var listItem = tv({
93
94
  variant: "solid",
94
95
  color: "primary",
95
96
  class: {
96
- base: [
97
- "hover:text-primary-strong",
98
- "hover:bg-primary-soft",
99
- "data-[selected=true]:text-white",
100
- "data-[selected=true]:bg-primary-main"
101
- ]
97
+ base: ["data-[selected=true]:text-primary-main", "data-[selected=true]:bg-primary-soft"]
102
98
  }
103
99
  },
104
100
  {
105
101
  variant: "solid",
106
102
  color: "secondary",
107
103
  class: {
108
- base: [
109
- "hover:text-secondary-main",
110
- "hover:bg-secondary-soft",
111
- "data-[selected=true]:text-white",
112
- "data-[selected=true]:bg-secondary-main"
113
- ]
104
+ base: ["data-[selected=true]:text-secondary-main", "data-[selected=true]:bg-secondary-soft"]
114
105
  }
115
106
  }
116
107
  ]
@@ -3800,6 +3800,7 @@ var calendarStyle = tv({
3800
3800
  "text-sm",
3801
3801
  "rounded-full",
3802
3802
  "cursor-pointer",
3803
+ "hover:bg-neutral-soft",
3803
3804
  "data-[today=true]:border",
3804
3805
  "data-[today=true]:border-foreground",
3805
3806
  "data-[saturday=true]:text-[#1E7EEE]",
@@ -3819,20 +3820,10 @@ var calendarStyle = tv({
3819
3820
  },
3820
3821
  color: {
3821
3822
  primary: {
3822
- date: [
3823
- "hover:text-primary-main",
3824
- "hover:bg-primary-soft",
3825
- "data-[selected=true]:!border-primary-main",
3826
- "data-[selected=true]:bg-primary-main"
3827
- ]
3823
+ date: ["data-[selected=true]:!border-primary-main", "data-[selected=true]:bg-primary-main"]
3828
3824
  },
3829
3825
  secondary: {
3830
- date: [
3831
- "hover:text-secondary-main",
3832
- "hover:bg-secondary-soft",
3833
- "data-[selected=true]:!border-secondary-main",
3834
- "data-[selected=true]:bg-secondary-main"
3835
- ]
3826
+ date: ["data-[selected=true]:!border-secondary-main", "data-[selected=true]:bg-secondary-main"]
3836
3827
  }
3837
3828
  }
3838
3829
  },
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  calendarStyle,
4
4
  calendar_default
5
- } from "../../chunk-WX32MAKV.mjs";
5
+ } from "../../chunk-FDKT4IBP.mjs";
6
6
  import "../../chunk-P732YGHO.mjs";
7
7
  import "../../chunk-ZYIIXWVY.mjs";
8
8
  import "../../chunk-LCI6RPWE.mjs";
@@ -3883,6 +3883,7 @@ var calendarStyle = tv({
3883
3883
  "text-sm",
3884
3884
  "rounded-full",
3885
3885
  "cursor-pointer",
3886
+ "hover:bg-neutral-soft",
3886
3887
  "data-[today=true]:border",
3887
3888
  "data-[today=true]:border-foreground",
3888
3889
  "data-[saturday=true]:text-[#1E7EEE]",
@@ -3902,20 +3903,10 @@ var calendarStyle = tv({
3902
3903
  },
3903
3904
  color: {
3904
3905
  primary: {
3905
- date: [
3906
- "hover:text-primary-main",
3907
- "hover:bg-primary-soft",
3908
- "data-[selected=true]:!border-primary-main",
3909
- "data-[selected=true]:bg-primary-main"
3910
- ]
3906
+ date: ["data-[selected=true]:!border-primary-main", "data-[selected=true]:bg-primary-main"]
3911
3907
  },
3912
3908
  secondary: {
3913
- date: [
3914
- "hover:text-secondary-main",
3915
- "hover:bg-secondary-soft",
3916
- "data-[selected=true]:!border-secondary-main",
3917
- "data-[selected=true]:bg-secondary-main"
3918
- ]
3909
+ date: ["data-[selected=true]:!border-secondary-main", "data-[selected=true]:bg-secondary-main"]
3919
3910
  }
3920
3911
  }
3921
3912
  },
@@ -4029,7 +4020,8 @@ var listItem = tv({
4029
4020
  "px-[10px]",
4030
4021
  "cursor-pointer",
4031
4022
  "select-none",
4032
- "gap-[10px]"
4023
+ "gap-[10px]",
4024
+ "hover:bg-neutral-soft"
4033
4025
  ],
4034
4026
  titleWrapper: ["flex", "w-full", "gap-[10px]", "overflow-hidden", "whitespace-nowrap", "text-overflow-ellipsis"],
4035
4027
  title: "truncate"
@@ -4069,24 +4061,14 @@ var listItem = tv({
4069
4061
  variant: "solid",
4070
4062
  color: "primary",
4071
4063
  class: {
4072
- base: [
4073
- "hover:text-primary-strong",
4074
- "hover:bg-primary-soft",
4075
- "data-[selected=true]:text-white",
4076
- "data-[selected=true]:bg-primary-main"
4077
- ]
4064
+ base: ["data-[selected=true]:text-primary-main", "data-[selected=true]:bg-primary-soft"]
4078
4065
  }
4079
4066
  },
4080
4067
  {
4081
4068
  variant: "solid",
4082
4069
  color: "secondary",
4083
4070
  class: {
4084
- base: [
4085
- "hover:text-secondary-main",
4086
- "hover:bg-secondary-soft",
4087
- "data-[selected=true]:text-white",
4088
- "data-[selected=true]:bg-secondary-main"
4089
- ]
4071
+ base: ["data-[selected=true]:text-secondary-main", "data-[selected=true]:bg-secondary-soft"]
4090
4072
  }
4091
4073
  }
4092
4074
  ]
@@ -2,14 +2,14 @@
2
2
  import {
3
3
  dateTimePickerStyle,
4
4
  dateTimePicker_default
5
- } from "../../chunk-VNO4XOQG.mjs";
5
+ } from "../../chunk-ON2OTH5K.mjs";
6
6
  import "../../chunk-FWJ2ZKH6.mjs";
7
- import "../../chunk-WX32MAKV.mjs";
7
+ import "../../chunk-FDKT4IBP.mjs";
8
8
  import "../../chunk-P732YGHO.mjs";
9
- import "../../chunk-NUIYVRYF.mjs";
9
+ import "../../chunk-BCN5F2MN.mjs";
10
10
  import "../../chunk-7MVEAQ7Z.mjs";
11
11
  import "../../chunk-EYY4CRRR.mjs";
12
- import "../../chunk-SKQNTNEA.mjs";
12
+ import "../../chunk-V77MALL4.mjs";
13
13
  import "../../chunk-ZYIIXWVY.mjs";
14
14
  import "../../chunk-LCI6RPWE.mjs";
15
15
  import "../../chunk-IOCRFIQF.mjs";
@@ -3884,6 +3884,7 @@ var calendarStyle = tv({
3884
3884
  "text-sm",
3885
3885
  "rounded-full",
3886
3886
  "cursor-pointer",
3887
+ "hover:bg-neutral-soft",
3887
3888
  "data-[today=true]:border",
3888
3889
  "data-[today=true]:border-foreground",
3889
3890
  "data-[saturday=true]:text-[#1E7EEE]",
@@ -3903,20 +3904,10 @@ var calendarStyle = tv({
3903
3904
  },
3904
3905
  color: {
3905
3906
  primary: {
3906
- date: [
3907
- "hover:text-primary-main",
3908
- "hover:bg-primary-soft",
3909
- "data-[selected=true]:!border-primary-main",
3910
- "data-[selected=true]:bg-primary-main"
3911
- ]
3907
+ date: ["data-[selected=true]:!border-primary-main", "data-[selected=true]:bg-primary-main"]
3912
3908
  },
3913
3909
  secondary: {
3914
- date: [
3915
- "hover:text-secondary-main",
3916
- "hover:bg-secondary-soft",
3917
- "data-[selected=true]:!border-secondary-main",
3918
- "data-[selected=true]:bg-secondary-main"
3919
- ]
3910
+ date: ["data-[selected=true]:!border-secondary-main", "data-[selected=true]:bg-secondary-main"]
3920
3911
  }
3921
3912
  }
3922
3913
  },
@@ -4030,7 +4021,8 @@ var listItem = tv({
4030
4021
  "px-[10px]",
4031
4022
  "cursor-pointer",
4032
4023
  "select-none",
4033
- "gap-[10px]"
4024
+ "gap-[10px]",
4025
+ "hover:bg-neutral-soft"
4034
4026
  ],
4035
4027
  titleWrapper: ["flex", "w-full", "gap-[10px]", "overflow-hidden", "whitespace-nowrap", "text-overflow-ellipsis"],
4036
4028
  title: "truncate"
@@ -4070,24 +4062,14 @@ var listItem = tv({
4070
4062
  variant: "solid",
4071
4063
  color: "primary",
4072
4064
  class: {
4073
- base: [
4074
- "hover:text-primary-strong",
4075
- "hover:bg-primary-soft",
4076
- "data-[selected=true]:text-white",
4077
- "data-[selected=true]:bg-primary-main"
4078
- ]
4065
+ base: ["data-[selected=true]:text-primary-main", "data-[selected=true]:bg-primary-soft"]
4079
4066
  }
4080
4067
  },
4081
4068
  {
4082
4069
  variant: "solid",
4083
4070
  color: "secondary",
4084
4071
  class: {
4085
- base: [
4086
- "hover:text-secondary-main",
4087
- "hover:bg-secondary-soft",
4088
- "data-[selected=true]:text-white",
4089
- "data-[selected=true]:bg-secondary-main"
4090
- ]
4072
+ base: ["data-[selected=true]:text-secondary-main", "data-[selected=true]:bg-secondary-soft"]
4091
4073
  }
4092
4074
  }
4093
4075
  ]
@@ -2,14 +2,14 @@
2
2
  import "../../chunk-75HLCORR.mjs";
3
3
  import {
4
4
  dateTimePicker_default
5
- } from "../../chunk-VNO4XOQG.mjs";
5
+ } from "../../chunk-ON2OTH5K.mjs";
6
6
  import "../../chunk-FWJ2ZKH6.mjs";
7
- import "../../chunk-WX32MAKV.mjs";
7
+ import "../../chunk-FDKT4IBP.mjs";
8
8
  import "../../chunk-P732YGHO.mjs";
9
- import "../../chunk-NUIYVRYF.mjs";
9
+ import "../../chunk-BCN5F2MN.mjs";
10
10
  import "../../chunk-7MVEAQ7Z.mjs";
11
11
  import "../../chunk-EYY4CRRR.mjs";
12
- import "../../chunk-SKQNTNEA.mjs";
12
+ import "../../chunk-V77MALL4.mjs";
13
13
  import "../../chunk-ZYIIXWVY.mjs";
14
14
  import "../../chunk-LCI6RPWE.mjs";
15
15
  import "../../chunk-IOCRFIQF.mjs";
@@ -171,7 +171,8 @@ var listItem = tv({
171
171
  "px-[10px]",
172
172
  "cursor-pointer",
173
173
  "select-none",
174
- "gap-[10px]"
174
+ "gap-[10px]",
175
+ "hover:bg-neutral-soft"
175
176
  ],
176
177
  titleWrapper: ["flex", "w-full", "gap-[10px]", "overflow-hidden", "whitespace-nowrap", "text-overflow-ellipsis"],
177
178
  title: "truncate"
@@ -211,24 +212,14 @@ var listItem = tv({
211
212
  variant: "solid",
212
213
  color: "primary",
213
214
  class: {
214
- base: [
215
- "hover:text-primary-strong",
216
- "hover:bg-primary-soft",
217
- "data-[selected=true]:text-white",
218
- "data-[selected=true]:bg-primary-main"
219
- ]
215
+ base: ["data-[selected=true]:text-primary-main", "data-[selected=true]:bg-primary-soft"]
220
216
  }
221
217
  },
222
218
  {
223
219
  variant: "solid",
224
220
  color: "secondary",
225
221
  class: {
226
- base: [
227
- "hover:text-secondary-main",
228
- "hover:bg-secondary-soft",
229
- "data-[selected=true]:text-white",
230
- "data-[selected=true]:bg-secondary-main"
231
- ]
222
+ base: ["data-[selected=true]:text-secondary-main", "data-[selected=true]:bg-secondary-soft"]
232
223
  }
233
224
  }
234
225
  ]
@@ -1,10 +1,10 @@
1
1
  "use client";
2
2
  import {
3
3
  timePicker_default
4
- } from "../../chunk-NUIYVRYF.mjs";
4
+ } from "../../chunk-BCN5F2MN.mjs";
5
5
  import "../../chunk-7MVEAQ7Z.mjs";
6
6
  import "../../chunk-EYY4CRRR.mjs";
7
- import "../../chunk-SKQNTNEA.mjs";
7
+ import "../../chunk-V77MALL4.mjs";
8
8
  import "../../chunk-E3G5QXSH.mjs";
9
9
  import "../../chunk-J725QONZ.mjs";
10
10
  import "../../chunk-IZ6II3QA.mjs";
@@ -171,7 +171,8 @@ var listItem = tv({
171
171
  "px-[10px]",
172
172
  "cursor-pointer",
173
173
  "select-none",
174
- "gap-[10px]"
174
+ "gap-[10px]",
175
+ "hover:bg-neutral-soft"
175
176
  ],
176
177
  titleWrapper: ["flex", "w-full", "gap-[10px]", "overflow-hidden", "whitespace-nowrap", "text-overflow-ellipsis"],
177
178
  title: "truncate"
@@ -211,24 +212,14 @@ var listItem = tv({
211
212
  variant: "solid",
212
213
  color: "primary",
213
214
  class: {
214
- base: [
215
- "hover:text-primary-strong",
216
- "hover:bg-primary-soft",
217
- "data-[selected=true]:text-white",
218
- "data-[selected=true]:bg-primary-main"
219
- ]
215
+ base: ["data-[selected=true]:text-primary-main", "data-[selected=true]:bg-primary-soft"]
220
216
  }
221
217
  },
222
218
  {
223
219
  variant: "solid",
224
220
  color: "secondary",
225
221
  class: {
226
- base: [
227
- "hover:text-secondary-main",
228
- "hover:bg-secondary-soft",
229
- "data-[selected=true]:text-white",
230
- "data-[selected=true]:bg-secondary-main"
231
- ]
222
+ base: ["data-[selected=true]:text-secondary-main", "data-[selected=true]:bg-secondary-soft"]
232
223
  }
233
224
  }
234
225
  ]
@@ -5,7 +5,7 @@ import {
5
5
  } from "../../chunk-EYY4CRRR.mjs";
6
6
  import {
7
7
  listItem_default
8
- } from "../../chunk-SKQNTNEA.mjs";
8
+ } from "../../chunk-V77MALL4.mjs";
9
9
  import "../../chunk-E3G5QXSH.mjs";
10
10
  import "../../chunk-J725QONZ.mjs";
11
11
  import "../../chunk-IZ6II3QA.mjs";
@@ -111,7 +111,8 @@ var listItem = tv({
111
111
  "px-[10px]",
112
112
  "cursor-pointer",
113
113
  "select-none",
114
- "gap-[10px]"
114
+ "gap-[10px]",
115
+ "hover:bg-neutral-soft"
115
116
  ],
116
117
  titleWrapper: ["flex", "w-full", "gap-[10px]", "overflow-hidden", "whitespace-nowrap", "text-overflow-ellipsis"],
117
118
  title: "truncate"
@@ -151,24 +152,14 @@ var listItem = tv({
151
152
  variant: "solid",
152
153
  color: "primary",
153
154
  class: {
154
- base: [
155
- "hover:text-primary-strong",
156
- "hover:bg-primary-soft",
157
- "data-[selected=true]:text-white",
158
- "data-[selected=true]:bg-primary-main"
159
- ]
155
+ base: ["data-[selected=true]:text-primary-main", "data-[selected=true]:bg-primary-soft"]
160
156
  }
161
157
  },
162
158
  {
163
159
  variant: "solid",
164
160
  color: "secondary",
165
161
  class: {
166
- base: [
167
- "hover:text-secondary-main",
168
- "hover:bg-secondary-soft",
169
- "data-[selected=true]:text-white",
170
- "data-[selected=true]:bg-secondary-main"
171
- ]
162
+ base: ["data-[selected=true]:text-secondary-main", "data-[selected=true]:bg-secondary-soft"]
172
163
  }
173
164
  }
174
165
  ]
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  listItem_default
4
- } from "../../chunk-SKQNTNEA.mjs";
4
+ } from "../../chunk-V77MALL4.mjs";
5
5
  import "../../chunk-E3G5QXSH.mjs";
6
6
  import "../../chunk-J725QONZ.mjs";
7
7
  import "../../chunk-IZ6II3QA.mjs";
@@ -4441,7 +4441,7 @@ var modal = tv({
4441
4441
  slots: {
4442
4442
  backdrop: ["relative w-screen h-screen fixed inset-0 bg-black/60", "z-[900]"],
4443
4443
  modalWrapper: ["group/modal", "absolute", "top-1/2", "-translate-y-1/2", "left-1/2", "-translate-x-1/2"],
4444
- icon: ["absolute", "top-[0px]", "left-1/2", "-translate-x-1/2", "z-10"],
4444
+ icon: ["absolute", "top-[20px]", "left-1/2", "-translate-x-1/2", "z-10"],
4445
4445
  closeIcon: [
4446
4446
  "absolute",
4447
4447
  "top-[20px]",
@@ -4460,7 +4460,7 @@ var modal = tv({
4460
4460
  "bg-background",
4461
4461
  "shadow-drop shadow-foreground/20 rounded-xxlg",
4462
4462
  "overflow-hidden",
4463
- "group-data-[icon-visibility=true]/modal:mt-[40px]",
4463
+ "group-data-[icon-visibility=true]/modal:mt-[60px]",
4464
4464
  "group-data-[icon-visibility=true]/modal:pt-[60px]"
4465
4465
  ],
4466
4466
  body: ["flex", "flex-col", "gap-[20px]"],
@@ -2,7 +2,7 @@
2
2
  import "../../chunk-DJOG6Z35.mjs";
3
3
  import {
4
4
  modal_default
5
- } from "../../chunk-3WTG4YNN.mjs";
5
+ } from "../../chunk-L7P6OBUX.mjs";
6
6
  import "../../chunk-VUYUQGLF.mjs";
7
7
  import "../../chunk-NGQ3MK2J.mjs";
8
8
  import "../../chunk-UR64ZUAU.mjs";
@@ -4440,7 +4440,7 @@ var modal = tv({
4440
4440
  slots: {
4441
4441
  backdrop: ["relative w-screen h-screen fixed inset-0 bg-black/60", "z-[900]"],
4442
4442
  modalWrapper: ["group/modal", "absolute", "top-1/2", "-translate-y-1/2", "left-1/2", "-translate-x-1/2"],
4443
- icon: ["absolute", "top-[0px]", "left-1/2", "-translate-x-1/2", "z-10"],
4443
+ icon: ["absolute", "top-[20px]", "left-1/2", "-translate-x-1/2", "z-10"],
4444
4444
  closeIcon: [
4445
4445
  "absolute",
4446
4446
  "top-[20px]",
@@ -4459,7 +4459,7 @@ var modal = tv({
4459
4459
  "bg-background",
4460
4460
  "shadow-drop shadow-foreground/20 rounded-xxlg",
4461
4461
  "overflow-hidden",
4462
- "group-data-[icon-visibility=true]/modal:mt-[40px]",
4462
+ "group-data-[icon-visibility=true]/modal:mt-[60px]",
4463
4463
  "group-data-[icon-visibility=true]/modal:pt-[60px]"
4464
4464
  ],
4465
4465
  body: ["flex", "flex-col", "gap-[20px]"],
@@ -2,7 +2,7 @@
2
2
  import {
3
3
  modal,
4
4
  modal_default
5
- } from "../../chunk-3WTG4YNN.mjs";
5
+ } from "../../chunk-L7P6OBUX.mjs";
6
6
  import "../../chunk-VUYUQGLF.mjs";
7
7
  import "../../chunk-NGQ3MK2J.mjs";
8
8
  import "../../chunk-UR64ZUAU.mjs";
@@ -17276,7 +17276,7 @@ var modal = tv({
17276
17276
  slots: {
17277
17277
  backdrop: ["relative w-screen h-screen fixed inset-0 bg-black/60", "z-[900]"],
17278
17278
  modalWrapper: ["group/modal", "absolute", "top-1/2", "-translate-y-1/2", "left-1/2", "-translate-x-1/2"],
17279
- icon: ["absolute", "top-[0px]", "left-1/2", "-translate-x-1/2", "z-10"],
17279
+ icon: ["absolute", "top-[20px]", "left-1/2", "-translate-x-1/2", "z-10"],
17280
17280
  closeIcon: [
17281
17281
  "absolute",
17282
17282
  "top-[20px]",
@@ -17295,7 +17295,7 @@ var modal = tv({
17295
17295
  "bg-background",
17296
17296
  "shadow-drop shadow-foreground/20 rounded-xxlg",
17297
17297
  "overflow-hidden",
17298
- "group-data-[icon-visibility=true]/modal:mt-[40px]",
17298
+ "group-data-[icon-visibility=true]/modal:mt-[60px]",
17299
17299
  "group-data-[icon-visibility=true]/modal:pt-[60px]"
17300
17300
  ],
17301
17301
  body: ["flex", "flex-col", "gap-[20px]"],
@@ -1,7 +1,7 @@
1
1
  "use client";
2
2
  import {
3
3
  modal_default
4
- } from "../../chunk-3WTG4YNN.mjs";
4
+ } from "../../chunk-L7P6OBUX.mjs";
5
5
  import "../../chunk-VUYUQGLF.mjs";
6
6
  import "../../chunk-NGQ3MK2J.mjs";
7
7
  import "../../chunk-UR64ZUAU.mjs";
package/dist/index.js CHANGED
@@ -7278,7 +7278,7 @@ var modal = tv({
7278
7278
  slots: {
7279
7279
  backdrop: ["relative w-screen h-screen fixed inset-0 bg-black/60", "z-[900]"],
7280
7280
  modalWrapper: ["group/modal", "absolute", "top-1/2", "-translate-y-1/2", "left-1/2", "-translate-x-1/2"],
7281
- icon: ["absolute", "top-[0px]", "left-1/2", "-translate-x-1/2", "z-10"],
7281
+ icon: ["absolute", "top-[20px]", "left-1/2", "-translate-x-1/2", "z-10"],
7282
7282
  closeIcon: [
7283
7283
  "absolute",
7284
7284
  "top-[20px]",
@@ -7297,7 +7297,7 @@ var modal = tv({
7297
7297
  "bg-background",
7298
7298
  "shadow-drop shadow-foreground/20 rounded-xxlg",
7299
7299
  "overflow-hidden",
7300
- "group-data-[icon-visibility=true]/modal:mt-[40px]",
7300
+ "group-data-[icon-visibility=true]/modal:mt-[60px]",
7301
7301
  "group-data-[icon-visibility=true]/modal:pt-[60px]"
7302
7302
  ],
7303
7303
  body: ["flex", "flex-col", "gap-[20px]"],
@@ -7699,7 +7699,8 @@ var listItem = tv({
7699
7699
  "px-[10px]",
7700
7700
  "cursor-pointer",
7701
7701
  "select-none",
7702
- "gap-[10px]"
7702
+ "gap-[10px]",
7703
+ "hover:bg-neutral-soft"
7703
7704
  ],
7704
7705
  titleWrapper: ["flex", "w-full", "gap-[10px]", "overflow-hidden", "whitespace-nowrap", "text-overflow-ellipsis"],
7705
7706
  title: "truncate"
@@ -7739,24 +7740,14 @@ var listItem = tv({
7739
7740
  variant: "solid",
7740
7741
  color: "primary",
7741
7742
  class: {
7742
- base: [
7743
- "hover:text-primary-strong",
7744
- "hover:bg-primary-soft",
7745
- "data-[selected=true]:text-white",
7746
- "data-[selected=true]:bg-primary-main"
7747
- ]
7743
+ base: ["data-[selected=true]:text-primary-main", "data-[selected=true]:bg-primary-soft"]
7748
7744
  }
7749
7745
  },
7750
7746
  {
7751
7747
  variant: "solid",
7752
7748
  color: "secondary",
7753
7749
  class: {
7754
- base: [
7755
- "hover:text-secondary-main",
7756
- "hover:bg-secondary-soft",
7757
- "data-[selected=true]:text-white",
7758
- "data-[selected=true]:bg-secondary-main"
7759
- ]
7750
+ base: ["data-[selected=true]:text-secondary-main", "data-[selected=true]:bg-secondary-soft"]
7760
7751
  }
7761
7752
  }
7762
7753
  ]
@@ -8215,6 +8206,7 @@ var calendarStyle = tv({
8215
8206
  "text-sm",
8216
8207
  "rounded-full",
8217
8208
  "cursor-pointer",
8209
+ "hover:bg-neutral-soft",
8218
8210
  "data-[today=true]:border",
8219
8211
  "data-[today=true]:border-foreground",
8220
8212
  "data-[saturday=true]:text-[#1E7EEE]",
@@ -8234,20 +8226,10 @@ var calendarStyle = tv({
8234
8226
  },
8235
8227
  color: {
8236
8228
  primary: {
8237
- date: [
8238
- "hover:text-primary-main",
8239
- "hover:bg-primary-soft",
8240
- "data-[selected=true]:!border-primary-main",
8241
- "data-[selected=true]:bg-primary-main"
8242
- ]
8229
+ date: ["data-[selected=true]:!border-primary-main", "data-[selected=true]:bg-primary-main"]
8243
8230
  },
8244
8231
  secondary: {
8245
- date: [
8246
- "hover:text-secondary-main",
8247
- "hover:bg-secondary-soft",
8248
- "data-[selected=true]:!border-secondary-main",
8249
- "data-[selected=true]:bg-secondary-main"
8250
- ]
8232
+ date: ["data-[selected=true]:!border-secondary-main", "data-[selected=true]:bg-secondary-main"]
8251
8233
  }
8252
8234
  }
8253
8235
  },
package/dist/index.mjs CHANGED
@@ -5,6 +5,10 @@ import {
5
5
  } from "./chunk-P6AZMYVR.mjs";
6
6
  import "./chunk-DSBSLSJW.mjs";
7
7
  import "./chunk-ODMRJXLJ.mjs";
8
+ import "./chunk-3MY6LO7N.mjs";
9
+ import {
10
+ tabs_default
11
+ } from "./chunk-KRI5IALM.mjs";
8
12
  import "./chunk-RRAZM5D3.mjs";
9
13
  import {
10
14
  textarea_default
@@ -18,10 +22,6 @@ import "./chunk-ZOTHPHXA.mjs";
18
22
  import {
19
23
  toast_default
20
24
  } from "./chunk-PXUBPWKU.mjs";
21
- import "./chunk-3MY6LO7N.mjs";
22
- import {
23
- tabs_default
24
- } from "./chunk-KRI5IALM.mjs";
25
25
  import "./chunk-LVFI2NOH.mjs";
26
26
  import {
27
27
  switch_default
@@ -53,7 +53,7 @@ import {
53
53
  import "./chunk-DJOG6Z35.mjs";
54
54
  import {
55
55
  modal_default
56
- } from "./chunk-3WTG4YNN.mjs";
56
+ } from "./chunk-L7P6OBUX.mjs";
57
57
  import "./chunk-7B7LRG5J.mjs";
58
58
  import {
59
59
  pagination_default
@@ -63,7 +63,7 @@ import "./chunk-2GCSFWHD.mjs";
63
63
  import {
64
64
  input_default
65
65
  } from "./chunk-3DRIHQOM.mjs";
66
- import "./chunk-VUYUQGLF.mjs";
66
+ import "./chunk-HAOK24MK.mjs";
67
67
  import "./chunk-QZ3LVYJW.mjs";
68
68
  import {
69
69
  checkbox_default
@@ -71,29 +71,29 @@ import {
71
71
  import "./chunk-75HLCORR.mjs";
72
72
  import {
73
73
  dateTimePicker_default
74
- } from "./chunk-VNO4XOQG.mjs";
74
+ } from "./chunk-ON2OTH5K.mjs";
75
75
  import "./chunk-FWJ2ZKH6.mjs";
76
- import "./chunk-WX32MAKV.mjs";
76
+ import "./chunk-FDKT4IBP.mjs";
77
77
  import "./chunk-P732YGHO.mjs";
78
- import "./chunk-NUIYVRYF.mjs";
78
+ import "./chunk-BCN5F2MN.mjs";
79
79
  import "./chunk-7MVEAQ7Z.mjs";
80
80
  import {
81
81
  list_default
82
82
  } from "./chunk-EYY4CRRR.mjs";
83
83
  import {
84
84
  listItem_default
85
- } from "./chunk-SKQNTNEA.mjs";
85
+ } from "./chunk-V77MALL4.mjs";
86
86
  import "./chunk-NMSDSEBD.mjs";
87
- import "./chunk-HAOK24MK.mjs";
88
- import {
89
- card_default
90
- } from "./chunk-2ALY3PH5.mjs";
87
+ import "./chunk-VUYUQGLF.mjs";
91
88
  import {
92
89
  button_group_default
93
90
  } from "./chunk-NGQ3MK2J.mjs";
94
91
  import {
95
92
  button_default
96
93
  } from "./chunk-UR64ZUAU.mjs";
94
+ import {
95
+ card_default
96
+ } from "./chunk-2ALY3PH5.mjs";
97
97
  import "./chunk-27Y6K5NK.mjs";
98
98
  import {
99
99
  accordion_default
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deepnoid/ui",
3
- "version": "0.0.92",
3
+ "version": "0.0.93",
4
4
  "license": "MIT",
5
5
  "sideEffects": false,
6
6
  "main": "dist/index.js",