@itilite/lumina-ui 1.1.3 → 1.1.4
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/index.mjs +5 -5
- package/dist/styles.css +127 -127
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
1
1
|
import {
|
|
2
|
-
|
|
3
|
-
} from "./chunk-
|
|
2
|
+
Radio_default
|
|
3
|
+
} from "./chunk-2EBPXGRY.mjs";
|
|
4
4
|
import {
|
|
5
5
|
Avatar_default
|
|
6
6
|
} from "./chunk-IWO2Y5QX.mjs";
|
|
7
|
-
import {
|
|
8
|
-
Radio_default
|
|
9
|
-
} from "./chunk-2EBPXGRY.mjs";
|
|
10
7
|
import {
|
|
11
8
|
Modal_default
|
|
12
9
|
} from "./chunk-UQJ3BDM4.mjs";
|
|
@@ -16,6 +13,9 @@ import {
|
|
|
16
13
|
import {
|
|
17
14
|
Checkbox_default
|
|
18
15
|
} from "./chunk-UQZNUEZE.mjs";
|
|
16
|
+
import {
|
|
17
|
+
Switch_default
|
|
18
|
+
} from "./chunk-MNARBWAJ.mjs";
|
|
19
19
|
import {
|
|
20
20
|
Tag_default
|
|
21
21
|
} from "./chunk-4VZB2KR2.mjs";
|
package/dist/styles.css
CHANGED
|
@@ -102,6 +102,119 @@
|
|
|
102
102
|
|
|
103
103
|
|
|
104
104
|
/* CSS Modules */
|
|
105
|
+
/* src/atom/Switch/Switch.module.scss */
|
|
106
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
|
|
107
|
+
height: 0.75rem;
|
|
108
|
+
min-width: 1.5rem
|
|
109
|
+
}
|
|
110
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
|
|
111
|
+
height: 0.5rem;
|
|
112
|
+
width: 0.5rem
|
|
113
|
+
}
|
|
114
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
|
|
115
|
+
--tw-bg-opacity: 1;
|
|
116
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
117
|
+
}
|
|
118
|
+
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
|
|
119
|
+
--tw-bg-opacity: 1;
|
|
120
|
+
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
/* src/atom/Tag/Tag.module.scss */
|
|
124
|
+
.Tag-module__tag___PIkhI {
|
|
125
|
+
border-radius: 0.25rem;
|
|
126
|
+
padding: 0.25rem;
|
|
127
|
+
font-weight: 500;
|
|
128
|
+
font-size: 0.625rem;
|
|
129
|
+
line-height: .75rem;
|
|
130
|
+
--tw-bg-opacity: 1;
|
|
131
|
+
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
132
|
+
height: -moz-max-content;
|
|
133
|
+
height: max-content;
|
|
134
|
+
border-style: solid;
|
|
135
|
+
border-width: 0.5px
|
|
136
|
+
}
|
|
137
|
+
.Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
|
|
138
|
+
padding-top: 2px;
|
|
139
|
+
padding-bottom: 2px;
|
|
140
|
+
padding-left: 0.25rem;
|
|
141
|
+
padding-right: 0.25rem;
|
|
142
|
+
font-size: 0.625rem;
|
|
143
|
+
line-height: .75rem
|
|
144
|
+
}
|
|
145
|
+
.Tag-module__tag___PIkhI.Tag-module__success___99fad {
|
|
146
|
+
--tw-text-opacity: 1;
|
|
147
|
+
color: rgb(27 126 73 / var(--tw-text-opacity, 1));
|
|
148
|
+
--tw-bg-opacity: 1;
|
|
149
|
+
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1));
|
|
150
|
+
--tw-border-opacity: 1;
|
|
151
|
+
border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
|
|
152
|
+
}
|
|
153
|
+
.Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
|
|
154
|
+
--tw-text-opacity: 1;
|
|
155
|
+
color: rgb(10 101 231 / var(--tw-text-opacity, 1));
|
|
156
|
+
--tw-bg-opacity: 1;
|
|
157
|
+
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
|
|
158
|
+
--tw-border-opacity: 1;
|
|
159
|
+
border-color: rgb(134 203 255 / var(--tw-border-opacity, 1))
|
|
160
|
+
}
|
|
161
|
+
.Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
|
|
162
|
+
--tw-text-opacity: 1;
|
|
163
|
+
color: rgb(185 71 16 / var(--tw-text-opacity, 1));
|
|
164
|
+
--tw-bg-opacity: 1;
|
|
165
|
+
background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1));
|
|
166
|
+
--tw-border-opacity: 1;
|
|
167
|
+
border-color: rgb(254 196 140 / var(--tw-border-opacity, 1))
|
|
168
|
+
}
|
|
169
|
+
.Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
|
|
170
|
+
--tw-text-opacity: 1;
|
|
171
|
+
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
172
|
+
--tw-bg-opacity: 1;
|
|
173
|
+
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
|
|
174
|
+
--tw-border-opacity: 1;
|
|
175
|
+
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1))
|
|
176
|
+
}
|
|
177
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
|
|
178
|
+
--tw-text-opacity: 1;
|
|
179
|
+
color: rgb(27 126 73 / var(--tw-text-opacity, 1));
|
|
180
|
+
--tw-bg-opacity: 1;
|
|
181
|
+
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1));
|
|
182
|
+
--tw-border-opacity: 1;
|
|
183
|
+
border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
|
|
184
|
+
}
|
|
185
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
|
|
186
|
+
--tw-text-opacity: 1;
|
|
187
|
+
color: rgb(10 101 231 / var(--tw-text-opacity, 1));
|
|
188
|
+
--tw-bg-opacity: 1;
|
|
189
|
+
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
|
|
190
|
+
--tw-border-opacity: 1;
|
|
191
|
+
border-color: rgb(134 203 255 / var(--tw-border-opacity, 1))
|
|
192
|
+
}
|
|
193
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
|
|
194
|
+
--tw-text-opacity: 1;
|
|
195
|
+
color: rgb(154 103 0 / var(--tw-text-opacity, 1));
|
|
196
|
+
--tw-bg-opacity: 1;
|
|
197
|
+
background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1));
|
|
198
|
+
--tw-border-opacity: 1;
|
|
199
|
+
border-color: rgb(234 197 79 / var(--tw-border-opacity, 1))
|
|
200
|
+
}
|
|
201
|
+
.Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
|
|
202
|
+
--tw-text-opacity: 1;
|
|
203
|
+
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
204
|
+
--tw-bg-opacity: 1;
|
|
205
|
+
background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1));
|
|
206
|
+
--tw-border-opacity: 1;
|
|
207
|
+
border-color: rgb(255 171 169 / var(--tw-border-opacity, 1))
|
|
208
|
+
}
|
|
209
|
+
.Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
|
|
210
|
+
--tw-text-opacity: 1;
|
|
211
|
+
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
212
|
+
--tw-bg-opacity: 1;
|
|
213
|
+
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
|
|
214
|
+
--tw-border-opacity: 1;
|
|
215
|
+
border-color: rgb(107 114 128 / var(--tw-border-opacity, 1))
|
|
216
|
+
}
|
|
217
|
+
|
|
105
218
|
/* src/atom/Button/Button.module.scss */
|
|
106
219
|
.Button-module__button___cLCyl {
|
|
107
220
|
display: flex;
|
|
@@ -296,6 +409,19 @@
|
|
|
296
409
|
outline: none;
|
|
297
410
|
}
|
|
298
411
|
|
|
412
|
+
/* src/atom/Tooltip/Tooltip.module.scss */
|
|
413
|
+
.Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
|
|
414
|
+
background-color: white !important;
|
|
415
|
+
color: #111827;
|
|
416
|
+
border-radius: 0.5rem;
|
|
417
|
+
padding: 0.625rem;
|
|
418
|
+
--tw-text-opacity: 1;
|
|
419
|
+
color: rgb(33 40 55 / var(--tw-text-opacity, 1));
|
|
420
|
+
}
|
|
421
|
+
.Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
|
|
422
|
+
background-color: white !important;
|
|
423
|
+
}
|
|
424
|
+
|
|
299
425
|
/* src/atom/Checkbox/Checkbox.module.scss */
|
|
300
426
|
.Checkbox-module__checkbox___xxg5L {
|
|
301
427
|
display: flex;
|
|
@@ -394,19 +520,6 @@
|
|
|
394
520
|
background: white;
|
|
395
521
|
}
|
|
396
522
|
|
|
397
|
-
/* src/atom/Tooltip/Tooltip.module.scss */
|
|
398
|
-
.Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
|
|
399
|
-
background-color: white !important;
|
|
400
|
-
color: #111827;
|
|
401
|
-
border-radius: 0.5rem;
|
|
402
|
-
padding: 0.625rem;
|
|
403
|
-
--tw-text-opacity: 1;
|
|
404
|
-
color: rgb(33 40 55 / var(--tw-text-opacity, 1));
|
|
405
|
-
}
|
|
406
|
-
.Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
|
|
407
|
-
background-color: white !important;
|
|
408
|
-
}
|
|
409
|
-
|
|
410
523
|
/* src/atom/Radio/Radio.module.scss */
|
|
411
524
|
.Radio-module__radio___1CPAk {
|
|
412
525
|
display: flex;
|
|
@@ -475,119 +588,6 @@
|
|
|
475
588
|
line-height: 20px;
|
|
476
589
|
}
|
|
477
590
|
|
|
478
|
-
/* src/atom/Switch/Switch.module.scss */
|
|
479
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
|
|
480
|
-
height: 0.75rem;
|
|
481
|
-
min-width: 1.5rem
|
|
482
|
-
}
|
|
483
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
|
|
484
|
-
height: 0.5rem;
|
|
485
|
-
width: 0.5rem
|
|
486
|
-
}
|
|
487
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
|
|
488
|
-
--tw-bg-opacity: 1;
|
|
489
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
490
|
-
}
|
|
491
|
-
.Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
|
|
492
|
-
--tw-bg-opacity: 1;
|
|
493
|
-
background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
|
|
494
|
-
}
|
|
495
|
-
|
|
496
|
-
/* src/atom/Tag/Tag.module.scss */
|
|
497
|
-
.Tag-module__tag___PIkhI {
|
|
498
|
-
border-radius: 0.25rem;
|
|
499
|
-
padding: 0.25rem;
|
|
500
|
-
font-weight: 500;
|
|
501
|
-
font-size: 0.625rem;
|
|
502
|
-
line-height: .75rem;
|
|
503
|
-
--tw-bg-opacity: 1;
|
|
504
|
-
background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
|
|
505
|
-
height: -moz-max-content;
|
|
506
|
-
height: max-content;
|
|
507
|
-
border-style: solid;
|
|
508
|
-
border-width: 0.5px
|
|
509
|
-
}
|
|
510
|
-
.Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
|
|
511
|
-
padding-top: 2px;
|
|
512
|
-
padding-bottom: 2px;
|
|
513
|
-
padding-left: 0.25rem;
|
|
514
|
-
padding-right: 0.25rem;
|
|
515
|
-
font-size: 0.625rem;
|
|
516
|
-
line-height: .75rem
|
|
517
|
-
}
|
|
518
|
-
.Tag-module__tag___PIkhI.Tag-module__success___99fad {
|
|
519
|
-
--tw-text-opacity: 1;
|
|
520
|
-
color: rgb(27 126 73 / var(--tw-text-opacity, 1));
|
|
521
|
-
--tw-bg-opacity: 1;
|
|
522
|
-
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1));
|
|
523
|
-
--tw-border-opacity: 1;
|
|
524
|
-
border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
|
|
525
|
-
}
|
|
526
|
-
.Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
|
|
527
|
-
--tw-text-opacity: 1;
|
|
528
|
-
color: rgb(10 101 231 / var(--tw-text-opacity, 1));
|
|
529
|
-
--tw-bg-opacity: 1;
|
|
530
|
-
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
|
|
531
|
-
--tw-border-opacity: 1;
|
|
532
|
-
border-color: rgb(134 203 255 / var(--tw-border-opacity, 1))
|
|
533
|
-
}
|
|
534
|
-
.Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
|
|
535
|
-
--tw-text-opacity: 1;
|
|
536
|
-
color: rgb(185 71 16 / var(--tw-text-opacity, 1));
|
|
537
|
-
--tw-bg-opacity: 1;
|
|
538
|
-
background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1));
|
|
539
|
-
--tw-border-opacity: 1;
|
|
540
|
-
border-color: rgb(254 196 140 / var(--tw-border-opacity, 1))
|
|
541
|
-
}
|
|
542
|
-
.Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
|
|
543
|
-
--tw-text-opacity: 1;
|
|
544
|
-
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
545
|
-
--tw-bg-opacity: 1;
|
|
546
|
-
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
|
|
547
|
-
--tw-border-opacity: 1;
|
|
548
|
-
border-color: rgb(211 216 223 / var(--tw-border-opacity, 1))
|
|
549
|
-
}
|
|
550
|
-
.Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
|
|
551
|
-
--tw-text-opacity: 1;
|
|
552
|
-
color: rgb(27 126 73 / var(--tw-text-opacity, 1));
|
|
553
|
-
--tw-bg-opacity: 1;
|
|
554
|
-
background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1));
|
|
555
|
-
--tw-border-opacity: 1;
|
|
556
|
-
border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
|
|
557
|
-
}
|
|
558
|
-
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
|
|
559
|
-
--tw-text-opacity: 1;
|
|
560
|
-
color: rgb(10 101 231 / var(--tw-text-opacity, 1));
|
|
561
|
-
--tw-bg-opacity: 1;
|
|
562
|
-
background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
|
|
563
|
-
--tw-border-opacity: 1;
|
|
564
|
-
border-color: rgb(134 203 255 / var(--tw-border-opacity, 1))
|
|
565
|
-
}
|
|
566
|
-
.Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
|
|
567
|
-
--tw-text-opacity: 1;
|
|
568
|
-
color: rgb(154 103 0 / var(--tw-text-opacity, 1));
|
|
569
|
-
--tw-bg-opacity: 1;
|
|
570
|
-
background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1));
|
|
571
|
-
--tw-border-opacity: 1;
|
|
572
|
-
border-color: rgb(234 197 79 / var(--tw-border-opacity, 1))
|
|
573
|
-
}
|
|
574
|
-
.Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
|
|
575
|
-
--tw-text-opacity: 1;
|
|
576
|
-
color: rgb(207 34 49 / var(--tw-text-opacity, 1));
|
|
577
|
-
--tw-bg-opacity: 1;
|
|
578
|
-
background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1));
|
|
579
|
-
--tw-border-opacity: 1;
|
|
580
|
-
border-color: rgb(255 171 169 / var(--tw-border-opacity, 1))
|
|
581
|
-
}
|
|
582
|
-
.Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
|
|
583
|
-
--tw-text-opacity: 1;
|
|
584
|
-
color: rgb(107 114 128 / var(--tw-text-opacity, 1));
|
|
585
|
-
--tw-bg-opacity: 1;
|
|
586
|
-
background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
|
|
587
|
-
--tw-border-opacity: 1;
|
|
588
|
-
border-color: rgb(107 114 128 / var(--tw-border-opacity, 1))
|
|
589
|
-
}
|
|
590
|
-
|
|
591
591
|
/* src/atom/Modal/Modal.module.scss */
|
|
592
592
|
.Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
|
|
593
593
|
margin-top: 0;
|
|
@@ -649,7 +649,7 @@
|
|
|
649
649
|
}
|
|
650
650
|
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-body {
|
|
651
651
|
padding: 0 1.5rem 1.5rem;
|
|
652
|
-
max-height:
|
|
652
|
+
max-height: 65vh;
|
|
653
653
|
overflow: auto;
|
|
654
654
|
}
|
|
655
655
|
.Modal-module__modal___PKrAi .ant-modal-content .ant-modal-close {
|