@itilite/lumina-ui 1.1.1 → 1.1.2
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/dist/atom/Button/Button.js +1 -1
- package/dist/atom/Button/Button.mjs +1 -1
- package/dist/atom/Modal/Modal.js +1 -1
- package/dist/atom/Modal/Modal.mjs +2 -2
- package/dist/chunk-AF2RKLH6.mjs +77 -0
- package/dist/chunk-UQJ3BDM4.mjs +141 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +10 -10
- package/dist/styles.css +229 -225
- package/package.json +1 -1
- package/dist/Avatar.d.mts +0 -17
- package/dist/Avatar.d.ts +0 -17
- package/dist/Avatar.js +0 -121
- package/dist/Avatar.mjs +0 -9
- package/dist/Button.d.mts +0 -25
- package/dist/Button.d.ts +0 -25
- package/dist/Button.js +0 -111
- package/dist/Button.mjs +0 -9
- package/dist/Checkbox.d.mts +0 -20
- package/dist/Checkbox.d.ts +0 -20
- package/dist/Checkbox.js +0 -121
- package/dist/Checkbox.mjs +0 -9
- package/dist/Modal.d.mts +0 -25
- package/dist/Modal.d.ts +0 -25
- package/dist/Modal.js +0 -267
- package/dist/Modal.mjs +0 -10
- package/dist/Radio.d.mts +0 -17
- package/dist/Radio.d.ts +0 -17
- package/dist/Radio.js +0 -122
- package/dist/Radio.mjs +0 -9
- package/dist/Switch.d.mts +0 -13
- package/dist/Switch.d.ts +0 -13
- package/dist/Switch.js +0 -102
- package/dist/Switch.mjs +0 -9
- package/dist/Tag.d.mts +0 -13
- package/dist/Tag.d.ts +0 -13
- package/dist/Tag.js +0 -108
- package/dist/Tag.mjs +0 -9
- package/dist/Tooltip.d.mts +0 -12
- package/dist/Tooltip.d.ts +0 -12
- package/dist/Tooltip.js +0 -97
- package/dist/Tooltip.mjs +0 -9
package/dist/styles.css
CHANGED
|
@@ -115,117 +115,72 @@
|
|
|
115
115
|
background-color: white !important;
|
|
116
116
|
}
|
|
117
117
|
|
|
118
|
-
/* src/atom/
|
|
119
|
-
.
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
font-weight: 500;
|
|
123
|
-
font-size: 0.625rem;
|
|
124
|
-
line-height: .75rem;
|
|
125
|
-
--tw-bg-opacity: 1;
|
|
126
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
127
|
-
height: -moz-max-content;
|
|
128
|
-
height: max-content;
|
|
129
|
-
border-style: solid;
|
|
130
|
-
border-width: 0.5px
|
|
118
|
+
/* src/atom/Radio/Radio.module.scss */
|
|
119
|
+
.Radio-module__radio___1CPAk {
|
|
120
|
+
display: flex;
|
|
121
|
+
align-items: center;
|
|
131
122
|
}
|
|
132
|
-
.
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
padding-left: 0.25rem;
|
|
136
|
-
padding-right: 0.25rem;
|
|
137
|
-
font-size: 0.625rem;
|
|
138
|
-
line-height: .75rem
|
|
123
|
+
.Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
|
|
124
|
+
height: 16px;
|
|
125
|
+
width: 16px;
|
|
139
126
|
}
|
|
140
|
-
.
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
--tw-bg-opacity: 1;
|
|
144
|
-
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1));
|
|
145
|
-
--tw-border-opacity: 1;
|
|
146
|
-
border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
|
|
127
|
+
.Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
|
|
128
|
+
height: 20px;
|
|
129
|
+
width: 20px;
|
|
147
130
|
}
|
|
148
|
-
.
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
--tw-bg-opacity: 1;
|
|
152
|
-
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
|
|
153
|
-
--tw-border-opacity: 1;
|
|
154
|
-
border-color: rgb(134 203 255 / var(--tw-border-opacity, 1))
|
|
131
|
+
.Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
|
|
132
|
+
height: 24px;
|
|
133
|
+
width: 24px;
|
|
155
134
|
}
|
|
156
|
-
.
|
|
157
|
-
|
|
158
|
-
color:
|
|
159
|
-
--tw-bg-opacity: 1;
|
|
160
|
-
background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1));
|
|
161
|
-
--tw-border-opacity: 1;
|
|
162
|
-
border-color: rgb(254 196 140 / var(--tw-border-opacity, 1))
|
|
135
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
|
|
136
|
+
border-color: #EC5D25;
|
|
137
|
+
background-color: #EC5D25;
|
|
163
138
|
}
|
|
164
|
-
.
|
|
165
|
-
|
|
166
|
-
color:
|
|
167
|
-
--tw-bg-opacity: 1;
|
|
168
|
-
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
|
|
169
|
-
--tw-border-opacity: 1;
|
|
170
|
-
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1))
|
|
139
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
|
|
140
|
+
border-color: #B94710;
|
|
141
|
+
background-color: #B94710;
|
|
171
142
|
}
|
|
172
|
-
.
|
|
173
|
-
|
|
174
|
-
color: rgb(27 126 73 / var(--tw-text-opacity, 1));
|
|
175
|
-
--tw-bg-opacity: 1;
|
|
176
|
-
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1));
|
|
177
|
-
--tw-border-opacity: 1;
|
|
178
|
-
border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
|
|
143
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
|
|
144
|
+
outline: 2px solid #0A65E7;
|
|
179
145
|
}
|
|
180
|
-
.
|
|
181
|
-
|
|
182
|
-
color: rgb(10 101 231 / var(--tw-text-opacity, 1));
|
|
183
|
-
--tw-bg-opacity: 1;
|
|
184
|
-
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
|
|
185
|
-
--tw-border-opacity: 1;
|
|
186
|
-
border-color: rgb(134 203 255 / var(--tw-border-opacity, 1))
|
|
146
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z {
|
|
147
|
+
cursor: not-allowed;
|
|
187
148
|
}
|
|
188
|
-
.
|
|
189
|
-
|
|
190
|
-
color:
|
|
191
|
-
--tw-bg-opacity: 1;
|
|
192
|
-
background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1));
|
|
193
|
-
--tw-border-opacity: 1;
|
|
194
|
-
border-color: rgb(234 197 79 / var(--tw-border-opacity, 1))
|
|
149
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner {
|
|
150
|
+
border-color: #B6BAC3;
|
|
151
|
+
background-color: #B6BAC3;
|
|
195
152
|
}
|
|
196
|
-
.
|
|
197
|
-
|
|
198
|
-
color:
|
|
199
|
-
--tw-bg-opacity: 1;
|
|
200
|
-
background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1));
|
|
201
|
-
--tw-border-opacity: 1;
|
|
202
|
-
border-color: rgb(255 171 169 / var(--tw-border-opacity, 1))
|
|
153
|
+
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu.Radio-module__disabled___AF98Z .ant-radio-checked .ant-radio-inner::after {
|
|
154
|
+
transform: scale(0.375);
|
|
155
|
+
background-color: #FFFFFF;
|
|
203
156
|
}
|
|
204
|
-
.
|
|
205
|
-
|
|
206
|
-
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
207
|
-
--tw-bg-opacity: 1;
|
|
208
|
-
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
|
|
209
|
-
--tw-border-opacity: 1;
|
|
210
|
-
border-color: rgb(107 114 128 / var(--tw-border-opacity, 1))
|
|
157
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio .ant-radio-inner {
|
|
158
|
+
border-color: #B6BAC3;
|
|
211
159
|
}
|
|
212
|
-
|
|
213
|
-
|
|
214
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
|
|
215
|
-
height: 0.75rem;
|
|
216
|
-
min-width: 1.5rem
|
|
160
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:hover .ant-radio-inner {
|
|
161
|
+
border-color: #6B7280;
|
|
217
162
|
}
|
|
218
|
-
.
|
|
219
|
-
|
|
220
|
-
width: 0.5rem
|
|
163
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7 .ant-radio:focus-visible {
|
|
164
|
+
outline: 2px solid #0A65E7;
|
|
221
165
|
}
|
|
222
|
-
.
|
|
223
|
-
|
|
224
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
166
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z {
|
|
167
|
+
cursor: not-allowed;
|
|
225
168
|
}
|
|
226
|
-
.
|
|
227
|
-
|
|
228
|
-
|
|
169
|
+
.Radio-module__radio___1CPAk.Radio-module__type_unchecked___Xrb-7.Radio-module__disabled___AF98Z .ant-radio .ant-radio-inner {
|
|
170
|
+
border-color: #B6BAC3;
|
|
171
|
+
background-color: #F9FAFB;
|
|
172
|
+
}
|
|
173
|
+
.Radio-module__radio___1CPAk.Radio-module__variant_normal___FQkTC {
|
|
174
|
+
color: #363E4F;
|
|
175
|
+
font-weight: 400;
|
|
176
|
+
font-size: 0.875rem;
|
|
177
|
+
line-height: 20px;
|
|
178
|
+
}
|
|
179
|
+
.Radio-module__radio___1CPAk.Radio-module__variant_emphasized___Fgpv6 {
|
|
180
|
+
color: #363E4F;
|
|
181
|
+
font-weight: 500;
|
|
182
|
+
font-size: 0.875rem;
|
|
183
|
+
line-height: 20px;
|
|
229
184
|
}
|
|
230
185
|
|
|
231
186
|
/* src/atom/Checkbox/Checkbox.module.scss */
|
|
@@ -326,145 +281,99 @@
|
|
|
326
281
|
background: white;
|
|
327
282
|
}
|
|
328
283
|
|
|
329
|
-
/* src/atom/
|
|
330
|
-
.
|
|
331
|
-
|
|
332
|
-
|
|
333
|
-
}
|
|
334
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
|
|
335
|
-
padding: 24px;
|
|
336
|
-
padding: 1.5rem;
|
|
337
|
-
display: flex;
|
|
338
|
-
justify-content: flex-end;
|
|
339
|
-
}
|
|
340
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
|
|
341
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
|
|
342
|
-
min-width: 92px;
|
|
343
|
-
}
|
|
344
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
|
|
345
|
-
padding: 24px;
|
|
346
|
-
padding: 1.5rem;
|
|
347
|
-
padding-top: 0px;
|
|
348
|
-
display: flex;
|
|
349
|
-
justify-content: flex-end;
|
|
350
|
-
}
|
|
351
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
|
|
352
|
-
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
|
|
353
|
-
width: 50%;
|
|
354
|
-
}
|
|
355
|
-
.Modal-module__modal___PKrAi .ant-modal-content {
|
|
356
|
-
padding: 0;
|
|
357
|
-
border-radius: 0.75rem;
|
|
358
|
-
padding: 0px;
|
|
359
|
-
}
|
|
360
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
361
|
-
margin-bottom: 0px;
|
|
362
|
-
padding: 1rem;
|
|
363
|
-
}
|
|
364
|
-
@media (min-width: 576px) {
|
|
365
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
366
|
-
padding: 1.5rem;
|
|
367
|
-
}
|
|
368
|
-
}
|
|
369
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
|
|
370
|
-
justify-content: flex-start;
|
|
371
|
-
padding-right: 1.25rem;
|
|
372
|
-
font-size: 1.25rem;
|
|
284
|
+
/* src/atom/Tag/Tag.module.scss */
|
|
285
|
+
.Tag-module__tag___PIkhI {
|
|
286
|
+
border-radius: 0.25rem;
|
|
287
|
+
padding: 0.25rem;
|
|
373
288
|
font-weight: 500;
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
}
|
|
383
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
|
|
384
|
-
display: flex;
|
|
385
|
-
align-items: center;
|
|
386
|
-
justify-content: center;
|
|
387
|
-
}
|
|
388
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
|
|
389
|
-
padding: 0 1.5rem 1.5rem;
|
|
390
|
-
max-height: 80vh;
|
|
391
|
-
overflow: auto;
|
|
392
|
-
}
|
|
393
|
-
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
|
|
394
|
-
top: 1.5rem;
|
|
395
|
-
right: 1.5rem;
|
|
396
|
-
padding-bottom: 0.25rem;
|
|
397
|
-
}
|
|
398
|
-
.Modal-module__modal___PKrAi .ant-btn-primary {
|
|
399
|
-
margin-inline-start: 0.5rem;
|
|
400
|
-
}
|
|
401
|
-
|
|
402
|
-
/* src/atom/Radio/Radio.module.scss */
|
|
403
|
-
.Radio-module__radio___1CPAk {
|
|
404
|
-
display: flex;
|
|
405
|
-
align-items: center;
|
|
406
|
-
}
|
|
407
|
-
.Radio-module__radio___1CPAk.Radio-module__size_small___nRXgM .ant-radio .ant-radio-inner {
|
|
408
|
-
height: 16px;
|
|
409
|
-
width: 16px;
|
|
410
|
-
}
|
|
411
|
-
.Radio-module__radio___1CPAk.Radio-module__size_medium___uSzPl .ant-radio .ant-radio-inner {
|
|
412
|
-
height: 20px;
|
|
413
|
-
width: 20px;
|
|
414
|
-
}
|
|
415
|
-
.Radio-module__radio___1CPAk.Radio-module__size_large___ubpHs .ant-radio .ant-radio-inner {
|
|
416
|
-
height: 24px;
|
|
417
|
-
width: 24px;
|
|
418
|
-
}
|
|
419
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked .ant-radio-inner {
|
|
420
|
-
border-color: #EC5D25;
|
|
421
|
-
background-color: #EC5D25;
|
|
422
|
-
}
|
|
423
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:hover .ant-radio-inner {
|
|
424
|
-
border-color: #B94710;
|
|
425
|
-
background-color: #B94710;
|
|
426
|
-
}
|
|
427
|
-
.Radio-module__radio___1CPAk.Radio-module__type_checked___BvPpu .ant-radio-checked:focus-visible {
|
|
428
|
-
outline: 2px solid #0A65E7;
|
|
289
|
+
font-size: 0.625rem;
|
|
290
|
+
line-height: .75rem;
|
|
291
|
+
--tw-bg-opacity: 1;
|
|
292
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
293
|
+
height: -moz-max-content;
|
|
294
|
+
height: max-content;
|
|
295
|
+
border-style: solid;
|
|
296
|
+
border-width: 0.5px
|
|
429
297
|
}
|
|
430
|
-
.
|
|
431
|
-
|
|
298
|
+
.Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
|
|
299
|
+
padding-top: 2px;
|
|
300
|
+
padding-bottom: 2px;
|
|
301
|
+
padding-left: 0.25rem;
|
|
302
|
+
padding-right: 0.25rem;
|
|
303
|
+
font-size: 0.625rem;
|
|
304
|
+
line-height: .75rem
|
|
432
305
|
}
|
|
433
|
-
.
|
|
434
|
-
|
|
435
|
-
|
|
306
|
+
.Tag-module__tag___PIkhI.Tag-module__success___99fad {
|
|
307
|
+
--tw-text-opacity: 1;
|
|
308
|
+
color: rgb(27 126 73 / var(--tw-text-opacity, 1));
|
|
309
|
+
--tw-bg-opacity: 1;
|
|
310
|
+
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1));
|
|
311
|
+
--tw-border-opacity: 1;
|
|
312
|
+
border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
|
|
436
313
|
}
|
|
437
|
-
.
|
|
438
|
-
|
|
439
|
-
|
|
314
|
+
.Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
|
|
315
|
+
--tw-text-opacity: 1;
|
|
316
|
+
color: rgb(10 101 231 / var(--tw-text-opacity, 1));
|
|
317
|
+
--tw-bg-opacity: 1;
|
|
318
|
+
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
|
|
319
|
+
--tw-border-opacity: 1;
|
|
320
|
+
border-color: rgb(134 203 255 / var(--tw-border-opacity, 1))
|
|
440
321
|
}
|
|
441
|
-
.
|
|
442
|
-
|
|
322
|
+
.Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
|
|
323
|
+
--tw-text-opacity: 1;
|
|
324
|
+
color: rgb(185 71 16 / var(--tw-text-opacity, 1));
|
|
325
|
+
--tw-bg-opacity: 1;
|
|
326
|
+
background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1));
|
|
327
|
+
--tw-border-opacity: 1;
|
|
328
|
+
border-color: rgb(254 196 140 / var(--tw-border-opacity, 1))
|
|
443
329
|
}
|
|
444
|
-
.
|
|
445
|
-
|
|
330
|
+
.Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
|
|
331
|
+
--tw-text-opacity: 1;
|
|
332
|
+
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
333
|
+
--tw-bg-opacity: 1;
|
|
334
|
+
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
|
|
335
|
+
--tw-border-opacity: 1;
|
|
336
|
+
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1))
|
|
446
337
|
}
|
|
447
|
-
.
|
|
448
|
-
|
|
338
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
|
|
339
|
+
--tw-text-opacity: 1;
|
|
340
|
+
color: rgb(27 126 73 / var(--tw-text-opacity, 1));
|
|
341
|
+
--tw-bg-opacity: 1;
|
|
342
|
+
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1));
|
|
343
|
+
--tw-border-opacity: 1;
|
|
344
|
+
border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
|
|
449
345
|
}
|
|
450
|
-
.
|
|
451
|
-
|
|
346
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
|
|
347
|
+
--tw-text-opacity: 1;
|
|
348
|
+
color: rgb(10 101 231 / var(--tw-text-opacity, 1));
|
|
349
|
+
--tw-bg-opacity: 1;
|
|
350
|
+
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
|
|
351
|
+
--tw-border-opacity: 1;
|
|
352
|
+
border-color: rgb(134 203 255 / var(--tw-border-opacity, 1))
|
|
452
353
|
}
|
|
453
|
-
.
|
|
454
|
-
|
|
455
|
-
|
|
354
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
|
|
355
|
+
--tw-text-opacity: 1;
|
|
356
|
+
color: rgb(154 103 0 / var(--tw-text-opacity, 1));
|
|
357
|
+
--tw-bg-opacity: 1;
|
|
358
|
+
background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1));
|
|
359
|
+
--tw-border-opacity: 1;
|
|
360
|
+
border-color: rgb(234 197 79 / var(--tw-border-opacity, 1))
|
|
456
361
|
}
|
|
457
|
-
.
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
362
|
+
.Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
|
|
363
|
+
--tw-text-opacity: 1;
|
|
364
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
365
|
+
--tw-bg-opacity: 1;
|
|
366
|
+
background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1));
|
|
367
|
+
--tw-border-opacity: 1;
|
|
368
|
+
border-color: rgb(255 171 169 / var(--tw-border-opacity, 1))
|
|
462
369
|
}
|
|
463
|
-
.
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
370
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
|
|
371
|
+
--tw-text-opacity: 1;
|
|
372
|
+
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
373
|
+
--tw-bg-opacity: 1;
|
|
374
|
+
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
|
|
375
|
+
--tw-border-opacity: 1;
|
|
376
|
+
border-color: rgb(107 114 128 / var(--tw-border-opacity, 1))
|
|
468
377
|
}
|
|
469
378
|
|
|
470
379
|
/* src/atom/Button/Button.module.scss */
|
|
@@ -532,6 +441,10 @@
|
|
|
532
441
|
--tw-text-opacity: 1;
|
|
533
442
|
color: rgb(236 93 37 / var(--tw-text-opacity, 1));
|
|
534
443
|
}
|
|
444
|
+
.Button-module__button___cLCyl.Button-module__type_primary___Tauz-.Button-module__disabled___nwPn4 {
|
|
445
|
+
--tw-text-opacity: 1;
|
|
446
|
+
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
|
|
447
|
+
}
|
|
535
448
|
.Button-module__button___cLCyl.Button-module__type_secondary___CLmrA {
|
|
536
449
|
border-width: 1px;
|
|
537
450
|
border-style: solid;
|
|
@@ -655,4 +568,95 @@
|
|
|
655
568
|
}
|
|
656
569
|
.Button-module__button___cLCyl.Button-module__variant_link___Cj1O9.ant-btn:focus-visible {
|
|
657
570
|
outline: none;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
/* src/atom/Modal/Modal.module.scss */
|
|
574
|
+
.Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
|
|
575
|
+
margin-top: 0;
|
|
576
|
+
margin-top: 0px;
|
|
577
|
+
}
|
|
578
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter {
|
|
579
|
+
padding: 24px;
|
|
580
|
+
padding: 1.5rem;
|
|
581
|
+
display: flex;
|
|
582
|
+
justify-content: flex-end;
|
|
583
|
+
}
|
|
584
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__okBtn___Ut8e5,
|
|
585
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .primaryFooter .Modal-module__cancelBtn___i0Rm8 {
|
|
586
|
+
min-width: 92px;
|
|
587
|
+
}
|
|
588
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter {
|
|
589
|
+
padding: 24px;
|
|
590
|
+
padding: 1.5rem;
|
|
591
|
+
padding-top: 0px;
|
|
592
|
+
display: flex;
|
|
593
|
+
justify-content: flex-end;
|
|
594
|
+
}
|
|
595
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__okBtn___Ut8e5,
|
|
596
|
+
.Modal-module__modal___PKrAi .ant-modal-footer .secondaryFooter .Modal-module__cancelBtn___i0Rm8 {
|
|
597
|
+
width: 50%;
|
|
598
|
+
}
|
|
599
|
+
.Modal-module__modal___PKrAi .ant-modal-content {
|
|
600
|
+
padding: 0;
|
|
601
|
+
border-radius: 0.75rem;
|
|
602
|
+
padding: 0px;
|
|
603
|
+
}
|
|
604
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
605
|
+
margin-bottom: 0px;
|
|
606
|
+
padding: 1rem;
|
|
607
|
+
}
|
|
608
|
+
@media (min-width: 576px) {
|
|
609
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header {
|
|
610
|
+
padding: 1.5rem;
|
|
611
|
+
}
|
|
612
|
+
}
|
|
613
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-header .ant-modal-title {
|
|
614
|
+
justify-content: flex-start;
|
|
615
|
+
padding-right: 1.25rem;
|
|
616
|
+
font-size: 1.25rem;
|
|
617
|
+
font-weight: 500;
|
|
618
|
+
line-height: 1.75rem;
|
|
619
|
+
--tw-text-opacity: 1;
|
|
620
|
+
color: rgb(17 24 39 / var(--tw-text-opacity, 1));
|
|
621
|
+
}
|
|
622
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
|
|
623
|
+
display: flex;
|
|
624
|
+
align-items: flex-end;
|
|
625
|
+
justify-content: center;
|
|
626
|
+
}
|
|
627
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close .ant-modal-close-x {
|
|
628
|
+
display: flex;
|
|
629
|
+
align-items: center;
|
|
630
|
+
justify-content: center;
|
|
631
|
+
}
|
|
632
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
|
|
633
|
+
padding: 0 1.5rem 1.5rem;
|
|
634
|
+
max-height: 80vh;
|
|
635
|
+
overflow: auto;
|
|
636
|
+
}
|
|
637
|
+
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
|
|
638
|
+
top: 1.5rem;
|
|
639
|
+
right: 1.5rem;
|
|
640
|
+
padding-bottom: 0.25rem;
|
|
641
|
+
}
|
|
642
|
+
.Modal-module__modal___PKrAi .ant-btn-primary {
|
|
643
|
+
margin-inline-start: 0.5rem;
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
/* src/atom/Switch/Switch.module.scss */
|
|
647
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
|
|
648
|
+
height: 0.75rem;
|
|
649
|
+
min-width: 1.5rem
|
|
650
|
+
}
|
|
651
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
|
|
652
|
+
height: 0.5rem;
|
|
653
|
+
width: 0.5rem
|
|
654
|
+
}
|
|
655
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
|
|
656
|
+
--tw-bg-opacity: 1;
|
|
657
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
658
|
+
}
|
|
659
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
|
|
660
|
+
--tw-bg-opacity: 1;
|
|
661
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
658
662
|
}
|
package/package.json
CHANGED
package/dist/Avatar.d.mts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
interface AvatarProps {
|
|
4
|
-
img?: string;
|
|
5
|
-
className?: string;
|
|
6
|
-
name: string;
|
|
7
|
-
height?: number;
|
|
8
|
-
width?: number;
|
|
9
|
-
size?: "small" | "normal";
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
declare function Avatar({ img, className, name, height, width, size, }: AvatarProps): React.JSX.Element;
|
|
13
|
-
declare namespace Avatar {
|
|
14
|
-
var displayName: string;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
export { Avatar, Avatar as default };
|
package/dist/Avatar.d.ts
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
|
|
3
|
-
interface AvatarProps {
|
|
4
|
-
img?: string;
|
|
5
|
-
className?: string;
|
|
6
|
-
name: string;
|
|
7
|
-
height?: number;
|
|
8
|
-
width?: number;
|
|
9
|
-
size?: "small" | "normal";
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
declare function Avatar({ img, className, name, height, width, size, }: AvatarProps): React.JSX.Element;
|
|
13
|
-
declare namespace Avatar {
|
|
14
|
-
var displayName: string;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
export { Avatar, Avatar as default };
|
package/dist/Avatar.js
DELETED
|
@@ -1,121 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __create = Object.create;
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __getProtoOf = Object.getPrototypeOf;
|
|
7
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
8
|
-
var __export = (target, all) => {
|
|
9
|
-
for (var name in all)
|
|
10
|
-
__defProp(target, name, { get: all[name], enumerable: true });
|
|
11
|
-
};
|
|
12
|
-
var __copyProps = (to, from, except, desc) => {
|
|
13
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
14
|
-
for (let key of __getOwnPropNames(from))
|
|
15
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
16
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
17
|
-
}
|
|
18
|
-
return to;
|
|
19
|
-
};
|
|
20
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
21
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
22
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
23
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
24
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
25
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
|
|
26
|
-
mod
|
|
27
|
-
));
|
|
28
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
29
|
-
|
|
30
|
-
// src/atom/Avatar/Avatar.tsx
|
|
31
|
-
var Avatar_exports = {};
|
|
32
|
-
__export(Avatar_exports, {
|
|
33
|
-
Avatar: () => Avatar,
|
|
34
|
-
default: () => Avatar_default
|
|
35
|
-
});
|
|
36
|
-
module.exports = __toCommonJS(Avatar_exports);
|
|
37
|
-
var import_clsx = __toESM(require("clsx"));
|
|
38
|
-
var import_jsx_runtime = require("react/jsx-runtime");
|
|
39
|
-
var COLOR_MAP = {
|
|
40
|
-
A: "#6455BF",
|
|
41
|
-
B: "#C46273",
|
|
42
|
-
C: "#52A79E",
|
|
43
|
-
D: "#DF8654",
|
|
44
|
-
E: "#B8639F",
|
|
45
|
-
F: "#6455BF",
|
|
46
|
-
G: "#C46273",
|
|
47
|
-
H: "#52A79E",
|
|
48
|
-
I: "#DF8654",
|
|
49
|
-
J: "#B8639F",
|
|
50
|
-
K: "#6455BF",
|
|
51
|
-
L: "#C46273",
|
|
52
|
-
M: "#52A79E",
|
|
53
|
-
N: "#DF8654",
|
|
54
|
-
O: "#B8639F",
|
|
55
|
-
P: "#6455BF",
|
|
56
|
-
Q: "#C46273",
|
|
57
|
-
R: "#52A79E",
|
|
58
|
-
S: "#DF8654",
|
|
59
|
-
T: "#B8639F",
|
|
60
|
-
U: "#6455BF",
|
|
61
|
-
V: "#C46273",
|
|
62
|
-
W: "#52A79E",
|
|
63
|
-
X: "#DF8654",
|
|
64
|
-
Y: "#B8639F",
|
|
65
|
-
Z: "#6455BF",
|
|
66
|
-
0: "#6455BF",
|
|
67
|
-
1: "#C46273",
|
|
68
|
-
6: "#C46273",
|
|
69
|
-
2: "#52A79E",
|
|
70
|
-
7: "#52A79E",
|
|
71
|
-
3: "#DF8654",
|
|
72
|
-
8: "#DF8654",
|
|
73
|
-
4: "#B8639F",
|
|
74
|
-
9: "#B8639F"
|
|
75
|
-
};
|
|
76
|
-
function Avatar({
|
|
77
|
-
img,
|
|
78
|
-
className,
|
|
79
|
-
name,
|
|
80
|
-
height = 28,
|
|
81
|
-
width = 28,
|
|
82
|
-
size = "normal"
|
|
83
|
-
}) {
|
|
84
|
-
return /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
85
|
-
"div",
|
|
86
|
-
{
|
|
87
|
-
style: { height, width },
|
|
88
|
-
className: "tw-rounded-full tw-flex tw-items-center",
|
|
89
|
-
children: !img && name ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
90
|
-
"div",
|
|
91
|
-
{
|
|
92
|
-
style: {
|
|
93
|
-
backgroundColor: COLOR_MAP[name[0]],
|
|
94
|
-
height,
|
|
95
|
-
width
|
|
96
|
-
},
|
|
97
|
-
className: (0, import_clsx.default)(
|
|
98
|
-
{ "tw-text-font-size-10": size === "small" },
|
|
99
|
-
`tw-text-white tw-font-medium tw-rounded-full tw-flex tw-items-center tw-justify-center`,
|
|
100
|
-
className
|
|
101
|
-
),
|
|
102
|
-
children: name[0]
|
|
103
|
-
}
|
|
104
|
-
) : img ? /* @__PURE__ */ (0, import_jsx_runtime.jsx)(
|
|
105
|
-
"img",
|
|
106
|
-
{
|
|
107
|
-
src: img,
|
|
108
|
-
style: { height, width },
|
|
109
|
-
alt: name,
|
|
110
|
-
className: (0, import_clsx.default)("tw-rounded-full tw-object-cover", className)
|
|
111
|
-
}
|
|
112
|
-
) : null
|
|
113
|
-
}
|
|
114
|
-
);
|
|
115
|
-
}
|
|
116
|
-
Avatar.displayName = "Avatar";
|
|
117
|
-
var Avatar_default = Avatar;
|
|
118
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
119
|
-
0 && (module.exports = {
|
|
120
|
-
Avatar
|
|
121
|
-
});
|