@itilite/lumina-ui 1.0.21 → 1.1.1-alpha.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (52) hide show
  1. package/dist/Tag.d.mts +13 -0
  2. package/dist/Tag.d.ts +13 -0
  3. package/dist/Tag.js +108 -0
  4. package/dist/Tag.mjs +9 -0
  5. package/dist/atom/Avatar/Avatar.d.mts +17 -0
  6. package/dist/atom/Avatar/Avatar.d.ts +17 -0
  7. package/dist/atom/Avatar/Avatar.js +121 -0
  8. package/dist/atom/Avatar/Avatar.mjs +9 -0
  9. package/dist/atom/Button/Button.d.mts +25 -0
  10. package/dist/atom/Button/Button.d.ts +25 -0
  11. package/dist/atom/Button/Button.js +111 -0
  12. package/dist/atom/Button/Button.mjs +9 -0
  13. package/dist/atom/Checkbox/Checkbox.d.mts +20 -0
  14. package/dist/atom/Checkbox/Checkbox.d.ts +20 -0
  15. package/dist/atom/Checkbox/Checkbox.js +117 -0
  16. package/dist/atom/Checkbox/Checkbox.mjs +9 -0
  17. package/dist/atom/Modal/Modal.d.mts +27 -0
  18. package/dist/atom/Modal/Modal.d.ts +27 -0
  19. package/dist/atom/Modal/Modal.js +258 -0
  20. package/dist/atom/Modal/Modal.mjs +10 -0
  21. package/dist/atom/Radio/Radio.d.mts +17 -0
  22. package/dist/atom/Radio/Radio.d.ts +17 -0
  23. package/dist/atom/Radio/Radio.js +115 -0
  24. package/dist/atom/Radio/Radio.mjs +9 -0
  25. package/dist/atom/Switch/Switch.d.mts +13 -0
  26. package/dist/atom/Switch/Switch.d.ts +13 -0
  27. package/dist/atom/Switch/Switch.js +102 -0
  28. package/dist/atom/Switch/Switch.mjs +9 -0
  29. package/dist/atom/Tag/Tag.d.mts +13 -0
  30. package/dist/atom/Tag/Tag.d.ts +13 -0
  31. package/dist/atom/Tag/Tag.js +104 -0
  32. package/dist/atom/Tag/Tag.mjs +9 -0
  33. package/dist/atom/Tooltip/Tooltip.d.mts +14 -0
  34. package/dist/atom/Tooltip/Tooltip.d.ts +14 -0
  35. package/dist/atom/Tooltip/Tooltip.js +103 -0
  36. package/dist/atom/Tooltip/Tooltip.mjs +9 -0
  37. package/dist/chunk-4VZB2KR2.mjs +51 -0
  38. package/dist/chunk-5AHNAQMH.mjs +77 -0
  39. package/dist/chunk-AQYK4FOY.mjs +60 -0
  40. package/dist/chunk-DQCWY57N.mjs +62 -0
  41. package/dist/chunk-GUIX7A7G.mjs +48 -0
  42. package/dist/chunk-HR4KEILE.mjs +134 -0
  43. package/dist/chunk-MFW6Q2WR.mjs +49 -0
  44. package/dist/chunk-POO2DKYG.mjs +87 -0
  45. package/dist/chunk-TGSZ7VMS.mjs +33 -0
  46. package/dist/chunk-WUFWIRBB.mjs +47 -0
  47. package/dist/index.d.mts +8 -7
  48. package/dist/index.d.ts +8 -7
  49. package/dist/index.js +148 -121
  50. package/dist/index.mjs +17 -13
  51. package/dist/styles.css +231 -129
  52. package/package.json +11 -39
package/dist/styles.css CHANGED
@@ -28,6 +28,9 @@
28
28
  .tw-gap-1 {
29
29
  gap: 0.25rem
30
30
  }
31
+ .tw-rounded {
32
+ border-radius: 0.25rem
33
+ }
31
34
  .tw-rounded-full {
32
35
  border-radius: 9999px
33
36
  }
@@ -56,6 +59,10 @@
56
59
  .tw-p-4 {
57
60
  padding: 1rem
58
61
  }
62
+ .tw-py-\[2px\] {
63
+ padding-top: 2px;
64
+ padding-bottom: 2px
65
+ }
59
66
  .tw-text-font-size-10 {
60
67
  font-size: 0.625rem
61
68
  }
@@ -95,6 +102,117 @@
95
102
 
96
103
 
97
104
  /* CSS Modules */
105
+ /* src/atom/Tooltip/Tooltip.module.scss */
106
+ .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
107
+ background-color: white !important;
108
+ color: #111827;
109
+ border-radius: 0.5rem;
110
+ padding: 0.625rem;
111
+ --tw-text-opacity: 1;
112
+ color: rgb(33 40 55 / var(--tw-text-opacity, 1));
113
+ }
114
+ .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
115
+ background-color: white !important;
116
+ }
117
+
118
+ /* src/atom/Checkbox/Checkbox.module.scss */
119
+ .Checkbox-module__checkbox___xxg5L {
120
+ display: flex;
121
+ align-items: center;
122
+ }
123
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
124
+ height: 16px;
125
+ width: 16px;
126
+ }
127
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
128
+ height: 20px;
129
+ width: 20px;
130
+ }
131
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
132
+ inset-inline-start: 27%;
133
+ }
134
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
135
+ height: 24px;
136
+ width: 24px;
137
+ }
138
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
139
+ inset-inline-start: 33%;
140
+ }
141
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
142
+ border-color: #ec5d25;
143
+ background-color: #ec5d25;
144
+ }
145
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
146
+ .ant-checkbox-checked:not(.ant-checkbox-disabled)
147
+ .ant-checkbox-inner {
148
+ --tw-bg-opacity: 1;
149
+ background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
150
+ }
151
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
152
+ outline: 2px solid #0a65e7;
153
+ }
154
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
155
+ cursor: not-allowed;
156
+ }
157
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
158
+ opacity: 0.5;
159
+ border-color: #ec5d25;
160
+ background-color: #ec5d25;
161
+ }
162
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
163
+ border-color: #ffffff;
164
+ }
165
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
166
+ border-color: #b6bac3;
167
+ }
168
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
169
+ border-color: #6b7280;
170
+ }
171
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
172
+ outline: 2px solid #0a65e7;
173
+ }
174
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
175
+ cursor: not-allowed;
176
+ }
177
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
178
+ border-color: #b6bac3;
179
+ background-color: #f9fafb;
180
+ }
181
+ .Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
182
+ color: #363e4f;
183
+ }
184
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
185
+ color: #363e4f;
186
+ font-weight: 400;
187
+ font-size: 0.875rem;
188
+ line-height: 20px;
189
+ }
190
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
191
+ color: #363e4f;
192
+ font-weight: 500;
193
+ font-size: 0.875rem;
194
+ line-height: 20px;
195
+ }
196
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
197
+ opacity: 0.5;
198
+ border-color: #ec5d25;
199
+ background-color: #ec5d25;
200
+ }
201
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
202
+ border-color: #ffffff;
203
+ }
204
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
205
+ border-color: #ec5d25 !important;
206
+ background-color: #ec5d25 !important;
207
+ }
208
+ .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
209
+ inset-inline-start: 50%;
210
+ width: 60%;
211
+ height: 3px;
212
+ border-radius: 4px;
213
+ background: white;
214
+ }
215
+
98
216
  /* src/atom/Button/Button.module.scss */
99
217
  .Button-module__button___cLCyl {
100
218
  display: flex;
@@ -285,6 +403,101 @@
285
403
  outline: none;
286
404
  }
287
405
 
406
+ /* src/atom/Tag/Tag.module.scss */
407
+ .Tag-module__tag___PIkhI {
408
+ border-radius: 0.25rem;
409
+ padding: 0.25rem;
410
+ font-weight: 500;
411
+ font-size: 0.625rem;
412
+ line-height: .75rem;
413
+ --tw-bg-opacity: 1;
414
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
415
+ height: -moz-max-content;
416
+ height: max-content;
417
+ border-style: solid;
418
+ border-width: 0.5px
419
+ }
420
+ .Tag-module__tag___PIkhI.Tag-module__small___nG5XQ {
421
+ padding-top: 2px;
422
+ padding-bottom: 2px;
423
+ padding-left: 0.25rem;
424
+ padding-right: 0.25rem;
425
+ font-size: 0.625rem;
426
+ line-height: .75rem
427
+ }
428
+ .Tag-module__tag___PIkhI.Tag-module__success___99fad {
429
+ --tw-text-opacity: 1;
430
+ color: rgb(27 126 73 / var(--tw-text-opacity, 1));
431
+ --tw-bg-opacity: 1;
432
+ background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1));
433
+ --tw-border-opacity: 1;
434
+ border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
435
+ }
436
+ .Tag-module__tag___PIkhI.Tag-module__blue___Zky2Z {
437
+ --tw-text-opacity: 1;
438
+ color: rgb(10 101 231 / var(--tw-text-opacity, 1));
439
+ --tw-bg-opacity: 1;
440
+ background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
441
+ --tw-border-opacity: 1;
442
+ border-color: rgb(134 203 255 / var(--tw-border-opacity, 1))
443
+ }
444
+ .Tag-module__tag___PIkhI.Tag-module__warning___KXsly {
445
+ --tw-text-opacity: 1;
446
+ color: rgb(185 71 16 / var(--tw-text-opacity, 1));
447
+ --tw-bg-opacity: 1;
448
+ background-color: rgb(255 241 225 / var(--tw-bg-opacity, 1));
449
+ --tw-border-opacity: 1;
450
+ border-color: rgb(254 196 140 / var(--tw-border-opacity, 1))
451
+ }
452
+ .Tag-module__tag___PIkhI.Tag-module__processing___OssXC {
453
+ --tw-text-opacity: 1;
454
+ color: rgb(107 114 128 / var(--tw-text-opacity, 1));
455
+ --tw-bg-opacity: 1;
456
+ background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
457
+ --tw-border-opacity: 1;
458
+ border-color: rgb(211 216 223 / var(--tw-border-opacity, 1))
459
+ }
460
+ .Tag-module__tag___PIkhI.Tag-module__bookingConfirmed___potR4 {
461
+ --tw-text-opacity: 1;
462
+ color: rgb(27 126 73 / var(--tw-text-opacity, 1));
463
+ --tw-bg-opacity: 1;
464
+ background-color: rgb(217 251 229 / var(--tw-bg-opacity, 1));
465
+ --tw-border-opacity: 1;
466
+ border-color: rgb(112 220 157 / var(--tw-border-opacity, 1))
467
+ }
468
+ .Tag-module__tag___PIkhI.Tag-module__bookingRescheduled___ynrwI {
469
+ --tw-text-opacity: 1;
470
+ color: rgb(10 101 231 / var(--tw-text-opacity, 1));
471
+ --tw-bg-opacity: 1;
472
+ background-color: rgb(235 248 255 / var(--tw-bg-opacity, 1));
473
+ --tw-border-opacity: 1;
474
+ border-color: rgb(134 203 255 / var(--tw-border-opacity, 1))
475
+ }
476
+ .Tag-module__tag___PIkhI.Tag-module__bookingRescheduledPending___K3GqS {
477
+ --tw-text-opacity: 1;
478
+ color: rgb(154 103 0 / var(--tw-text-opacity, 1));
479
+ --tw-bg-opacity: 1;
480
+ background-color: rgb(255 251 224 / var(--tw-bg-opacity, 1));
481
+ --tw-border-opacity: 1;
482
+ border-color: rgb(234 197 79 / var(--tw-border-opacity, 1))
483
+ }
484
+ .Tag-module__tag___PIkhI.Tag-module__failed___dvpyQ {
485
+ --tw-text-opacity: 1;
486
+ color: rgb(207 34 49 / var(--tw-text-opacity, 1));
487
+ --tw-bg-opacity: 1;
488
+ background-color: rgb(255 241 240 / var(--tw-bg-opacity, 1));
489
+ --tw-border-opacity: 1;
490
+ border-color: rgb(255 171 169 / var(--tw-border-opacity, 1))
491
+ }
492
+ .Tag-module__tag___PIkhI.Tag-module__bookingPending___64umX {
493
+ --tw-text-opacity: 1;
494
+ color: rgb(107 114 128 / var(--tw-text-opacity, 1));
495
+ --tw-bg-opacity: 1;
496
+ background-color: rgb(241 243 245 / var(--tw-bg-opacity, 1));
497
+ --tw-border-opacity: 1;
498
+ border-color: rgb(107 114 128 / var(--tw-border-opacity, 1))
499
+ }
500
+
288
501
  /* src/atom/Radio/Radio.module.scss */
289
502
  .Radio-module__radio___1CPAk {
290
503
  display: flex;
@@ -353,135 +566,6 @@
353
566
  line-height: 20px;
354
567
  }
355
568
 
356
- /* src/atom/Checkbox/Checkbox.module.scss */
357
- .Checkbox-module__checkbox___xxg5L {
358
- display: flex;
359
- align-items: center;
360
- }
361
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_small___Kknlo .ant-checkbox .ant-checkbox-inner {
362
- height: 16px;
363
- width: 16px;
364
- }
365
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner {
366
- height: 20px;
367
- width: 20px;
368
- }
369
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_medium___V6Ah8 .ant-checkbox .ant-checkbox-inner::after {
370
- inset-inline-start: 27%;
371
- }
372
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner {
373
- height: 24px;
374
- width: 24px;
375
- }
376
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__size_large___eWjFY .ant-checkbox .ant-checkbox-inner::after {
377
- inset-inline-start: 33%;
378
- }
379
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked .ant-checkbox-inner {
380
- border-color: #ec5d25;
381
- background-color: #ec5d25;
382
- }
383
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.ant-checkbox-wrapper:hover
384
- .ant-checkbox-checked:not(.ant-checkbox-disabled)
385
- .ant-checkbox-inner {
386
- --tw-bg-opacity: 1;
387
- background-color: rgb(185 71 16 / var(--tw-bg-opacity, 1));
388
- }
389
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T .ant-checkbox-checked:focus-visible {
390
- outline: 2px solid #0a65e7;
391
- }
392
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 {
393
- cursor: not-allowed;
394
- }
395
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner {
396
- opacity: 0.5;
397
- border-color: #ec5d25;
398
- background-color: #ec5d25;
399
- }
400
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_checked___5742T.Checkbox-module__disabled___v-RG1 .ant-checkbox-checked .ant-checkbox-inner::after {
401
- border-color: #ffffff;
402
- }
403
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox .ant-checkbox-inner {
404
- border-color: #b6bac3;
405
- }
406
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:hover .ant-checkbox-inner {
407
- border-color: #6b7280;
408
- }
409
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP .ant-checkbox:focus-visible {
410
- outline: 2px solid #0a65e7;
411
- }
412
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 {
413
- cursor: not-allowed;
414
- }
415
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__type_unchecked___QFMpP.Checkbox-module__disabled___v-RG1 .ant-checkbox .ant-checkbox-inner {
416
- border-color: #b6bac3;
417
- background-color: #f9fafb;
418
- }
419
- .Checkbox-module__checkbox___xxg5L .ant-checkbox-disabled + span {
420
- color: #363e4f;
421
- }
422
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_normal___faYKo {
423
- color: #363e4f;
424
- font-weight: 400;
425
- font-size: 0.875rem;
426
- line-height: 20px;
427
- }
428
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_emphasized___-koYj {
429
- color: #363e4f;
430
- font-weight: 500;
431
- font-size: 0.875rem;
432
- line-height: 20px;
433
- }
434
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner {
435
- opacity: 0.5;
436
- border-color: #ec5d25;
437
- background-color: #ec5d25;
438
- }
439
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc.Checkbox-module__disabled___v-RG1 .ant-checkbox-indeterminate .ant-checkbox-inner::after {
440
- border-color: #ffffff;
441
- }
442
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner {
443
- border-color: #ec5d25 !important;
444
- background-color: #ec5d25 !important;
445
- }
446
- .Checkbox-module__checkbox___xxg5L.Checkbox-module__variant_indeterminate___J5Xcc .ant-checkbox-indeterminate .ant-checkbox-inner::after {
447
- inset-inline-start: 50%;
448
- width: 60%;
449
- height: 3px;
450
- border-radius: 4px;
451
- background: white;
452
- }
453
-
454
- /* src/atom/Tooltip/Tooltip.module.scss */
455
- .Tooltip-module__light___H5oCc .ant-tooltip-content .ant-tooltip-inner {
456
- background-color: white !important;
457
- color: #111827;
458
- border-radius: 0.5rem;
459
- padding: 0.625rem;
460
- --tw-text-opacity: 1;
461
- color: rgb(33 40 55 / var(--tw-text-opacity, 1));
462
- }
463
- .Tooltip-module__light___H5oCc .ant-tooltip-arrow:before {
464
- background-color: white !important;
465
- }
466
-
467
- /* src/atom/Switch/Switch.module.scss */
468
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
469
- height: 0.75rem;
470
- min-width: 1.5rem
471
- }
472
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
473
- height: 0.5rem;
474
- width: 0.5rem
475
- }
476
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
477
- --tw-bg-opacity: 1;
478
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
479
- }
480
- .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
481
- --tw-bg-opacity: 1;
482
- background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
483
- }
484
-
485
569
  /* src/atom/Modal/Modal.module.scss */
486
570
  .Modal-module__modal___PKrAi.Modal-module__footerMargintopDisable___4B6u- .Modal-module__ant-modal-footer___HKsDR {
487
571
  margin-top: 0;
@@ -553,4 +637,22 @@
553
637
  }
554
638
  .Modal-module__modal___PKrAi .ant-btn-primary {
555
639
  margin-inline-start: 0.5rem;
640
+ }
641
+
642
+ /* src/atom/Switch/Switch.module.scss */
643
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small {
644
+ height: 0.75rem;
645
+ min-width: 1.5rem
646
+ }
647
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-small .ant-switch-handle {
648
+ height: 0.5rem;
649
+ width: 0.5rem
650
+ }
651
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked {
652
+ --tw-bg-opacity: 1;
653
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
654
+ }
655
+ .Switch-module__switch___fUHZL.ant-switch.ant-switch-checked:hover {
656
+ --tw-bg-opacity: 1;
657
+ background-color: rgb(236 93 37 / var(--tw-bg-opacity, 1))
556
658
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@itilite/lumina-ui",
3
- "version": "1.0.21",
3
+ "version": "1.1.1-alpha.1",
4
4
  "description": "Itilite Lumina Design System UI Components",
5
5
  "sideEffects": false,
6
6
  "license": "MIT",
@@ -17,40 +17,10 @@
17
17
  "import": "./dist/index.mjs",
18
18
  "require": "./dist/index.js"
19
19
  },
20
- "./button": {
21
- "types": "./dist/Button.d.ts",
22
- "import": "./dist/Button.mjs",
23
- "require": "./dist/Button.js"
24
- },
25
- "./checkbox": {
26
- "types": "./dist/Checkbox.d.ts",
27
- "import": "./dist/Checkbox.mjs",
28
- "require": "./dist/Checkbox.js"
29
- },
30
- "./modal": {
31
- "types": "./dist/Modal.d.ts",
32
- "import": "./dist/Modal.mjs",
33
- "require": "./dist/Modal.js"
34
- },
35
- "./radio": {
36
- "types": "./dist/Radio.d.ts",
37
- "import": "./dist/Radio.mjs",
38
- "require": "./dist/Radio.js"
39
- },
40
- "./switch": {
41
- "types": "./dist/Switch.d.ts",
42
- "import": "./dist/Switch.mjs",
43
- "require": "./dist/Switch.js"
44
- },
45
- "./tooltip": {
46
- "types": "./dist/Tooltip.d.ts",
47
- "import": "./dist/Tooltip.mjs",
48
- "require": "./dist/Tooltip.js"
49
- },
50
- "./avatar": {
51
- "types": "./dist/Avatar.d.ts",
52
- "import": "./dist/Avatar.mjs",
53
- "require": "./dist/Avatar.js"
20
+ "./*": {
21
+ "types": "./dist/*.d.ts",
22
+ "import": "./dist/*.mjs",
23
+ "require": "./dist/*.js"
54
24
  },
55
25
  "./styles.css": "./dist/styles.css"
56
26
  },
@@ -87,8 +57,8 @@
87
57
  "@itilite/tailwind-config": "workspace:*",
88
58
  "@itilite/typescript-config": "workspace:*",
89
59
  "@types/node": "^24.10.1",
90
- "@types/react": "^18.2.61",
91
- "@types/react-dom": "^18.2.19",
60
+ "@types/react": "^17.0.71",
61
+ "@types/react-dom": "^17.0.25",
92
62
  "antd": "5.13.1",
93
63
  "autoprefixer": "^10.4.0",
94
64
  "concurrently": "^9.2.1",
@@ -96,7 +66,8 @@
96
66
  "eslint": "^8.57.0",
97
67
  "postcss": "^8.4.0",
98
68
  "postcss-modules": "^6.0.1",
99
- "react": "^18.2.0",
69
+ "react": "^17.0.1",
70
+ "react-dom": "^17.0.1",
100
71
  "sass": "^1.69.5",
101
72
  "tailwindcss": "^3.2.4",
102
73
  "tsup": "^8.0.2",
@@ -104,6 +75,7 @@
104
75
  },
105
76
  "peerDependencies": {
106
77
  "antd": "5.13.1",
107
- "react": "^18.2.0"
78
+ "react": "^17.0.1",
79
+ "react-dom": "^17.0.1"
108
80
  }
109
81
  }