@officesdk/design 0.2.0 → 0.2.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.
Files changed (43) hide show
  1. package/dist/components/cjs/index.d.ts +1871 -0
  2. package/dist/components/cjs/index.js +5175 -0
  3. package/dist/components/cjs/index.js.map +1 -0
  4. package/dist/components/esm/index.d.ts +1871 -0
  5. package/dist/components/esm/index.js +5140 -0
  6. package/dist/components/esm/index.js.map +1 -0
  7. package/dist/icons/cjs/index.js.map +1 -0
  8. package/dist/icons/{index.mjs → esm/index.js} +2 -2
  9. package/dist/icons/esm/index.js.map +1 -0
  10. package/dist/theme/cjs/index.d.ts +106 -0
  11. package/dist/theme/{index.js → cjs/index.js} +644 -288
  12. package/dist/theme/cjs/index.js.map +1 -0
  13. package/dist/theme/esm/index.d.ts +106 -0
  14. package/dist/theme/{index.mjs → esm/index.js} +646 -290
  15. package/dist/theme/esm/index.js.map +1 -0
  16. package/dist/utils/cjs/index.js.map +1 -0
  17. package/dist/utils/{index.mjs → esm/index.js} +2 -2
  18. package/dist/utils/esm/index.js.map +1 -0
  19. package/package.json +37 -27
  20. package/dist/components/index.d.mts +0 -996
  21. package/dist/components/index.d.ts +0 -996
  22. package/dist/components/index.js +0 -2485
  23. package/dist/components/index.js.map +0 -1
  24. package/dist/components/index.mjs +0 -2457
  25. package/dist/components/index.mjs.map +0 -1
  26. package/dist/icons/index.js.map +0 -1
  27. package/dist/icons/index.mjs.map +0 -1
  28. package/dist/index.d.mts +0 -2
  29. package/dist/index.d.ts +0 -2
  30. package/dist/index.js +0 -2
  31. package/dist/index.mjs +0 -2
  32. package/dist/theme/index.d.mts +0 -9
  33. package/dist/theme/index.d.ts +0 -9
  34. package/dist/theme/index.js.map +0 -1
  35. package/dist/theme/index.mjs.map +0 -1
  36. package/dist/utils/index.js.map +0 -1
  37. package/dist/utils/index.mjs.map +0 -1
  38. /package/dist/icons/{index.d.ts → cjs/index.d.ts} +0 -0
  39. /package/dist/icons/{index.js → cjs/index.js} +0 -0
  40. /package/dist/icons/{index.d.mts → esm/index.d.ts} +0 -0
  41. /package/dist/utils/{index.d.ts → cjs/index.d.ts} +0 -0
  42. /package/dist/utils/{index.js → cjs/index.js} +0 -0
  43. /package/dist/utils/{index.d.mts → esm/index.d.mts} +0 -0
@@ -187,6 +187,25 @@ var colors = {
187
187
  purple: palettes.purple,
188
188
  gray: palettes.gray,
189
189
  transparency: palettes.transparency
190
+ },
191
+ text: {
192
+ content: palettes.transparency["120"],
193
+ default: palettes.transparency["100"],
194
+ medium: palettes.transparency["80"],
195
+ secondary: palettes.transparency["60"],
196
+ disabled: palettes.transparency["30"],
197
+ white: palettes.gray["0"],
198
+ alert: palettes.red["6"],
199
+ guidance: palettes.blue["6"]
200
+ },
201
+ decorate: {
202
+ june: "#DE7F83",
203
+ july: "#F3833A",
204
+ october: "#C3AB7C",
205
+ february: "#80BE7F",
206
+ november: "#7AE6F5",
207
+ december: "#3861AF",
208
+ april: "#9C8EC1"
190
209
  }
191
210
  };
192
211
  var boxShadow = {
@@ -293,20 +312,6 @@ var typography = {
293
312
 
294
313
  // src/light/components/button.ts
295
314
  var button = {
296
- icons: {
297
- close: {
298
- url: "",
299
- size: { width: "16px", height: "16px" }
300
- },
301
- clear: {
302
- url: "",
303
- size: { width: "16px", height: "16px" }
304
- },
305
- search: {
306
- url: "",
307
- size: { width: "16px", height: "16px" }
308
- }
309
- },
310
315
  solid: {
311
316
  default: {
312
317
  background: `linear-gradient(0deg, ${colors.palettes.gray["120"]} 0%, ${colors.palettes.gray["90"]} 100%)`,
@@ -318,10 +323,10 @@ var button = {
318
323
  boxShadowHover: "none",
319
324
  boxShadowActive: "none",
320
325
  boxShadowDisabled: "none",
321
- borderColor: "transparent",
322
- borderColorHover: "transparent",
323
- borderColorActive: "transparent",
324
- borderColorDisabled: "transparent",
326
+ borderColor: colors.palettes.transparency["10"],
327
+ borderColorHover: colors.palettes.transparency["20"],
328
+ borderColorActive: colors.palettes.transparency["30"],
329
+ borderColorDisabled: colors.palettes.transparency["10"],
325
330
  fontWeight: 500,
326
331
  colorHover: colors.palettes.gray["0"],
327
332
  colorActive: colors.palettes.gray["0"],
@@ -337,10 +342,10 @@ var button = {
337
342
  boxShadowHover: "none",
338
343
  boxShadowActive: "none",
339
344
  boxShadowDisabled: "none",
340
- borderColor: "transparent",
341
- borderColorHover: "transparent",
342
- borderColorActive: "transparent",
343
- borderColorDisabled: "transparent",
345
+ borderColor: colors.palettes.transparency["10"],
346
+ borderColorHover: colors.palettes.transparency["20"],
347
+ borderColorActive: colors.palettes.transparency["30"],
348
+ borderColorDisabled: colors.palettes.transparency["10"],
344
349
  fontWeight: 500,
345
350
  colorHover: colors.palettes.gray["0"],
346
351
  colorActive: colors.palettes.gray["0"],
@@ -356,10 +361,10 @@ var button = {
356
361
  boxShadowHover: "none",
357
362
  boxShadowActive: "none",
358
363
  boxShadowDisabled: "none",
359
- borderColor: "transparent",
360
- borderColorHover: "transparent",
361
- borderColorActive: "transparent",
362
- borderColorDisabled: "transparent",
364
+ borderColor: colors.palettes.transparency["10"],
365
+ borderColorHover: colors.palettes.transparency["20"],
366
+ borderColorActive: colors.palettes.transparency["30"],
367
+ borderColorDisabled: colors.palettes.transparency["10"],
363
368
  fontWeight: 500,
364
369
  colorHover: colors.palettes.gray["0"],
365
370
  colorActive: colors.palettes.gray["0"],
@@ -382,9 +387,9 @@ var button = {
382
387
  borderColorActive: colors.palettes.transparency["30"],
383
388
  borderColorDisabled: colors.palettes.transparency["10"],
384
389
  fontWeight: 500,
385
- colorHover: colors.palettes.gray["0"],
386
- colorActive: colors.palettes.gray["0"],
387
- colorDisabled: colors.palettes.gray["0"]
390
+ colorHover: colors.palettes.brand,
391
+ colorActive: colors.palettes.brand,
392
+ colorDisabled: colors.palettes.transparency["30"]
388
393
  },
389
394
  guidance: {
390
395
  background: `linear-gradient(0deg, ${colors.palettes.gray["5"]} 0%, ${colors.palettes.gray["0"]} 100%)`,
@@ -401,9 +406,9 @@ var button = {
401
406
  borderColorActive: colors.palettes.transparency["30"],
402
407
  borderColorDisabled: colors.palettes.transparency["10"],
403
408
  fontWeight: 500,
404
- colorHover: colors.palettes.gray["0"],
405
- colorActive: colors.palettes.gray["0"],
406
- colorDisabled: colors.palettes.gray["0"]
409
+ colorHover: colors.palettes.blue["6"],
410
+ colorActive: colors.palettes.blue["6"],
411
+ colorDisabled: colors.palettes.transparency["30"]
407
412
  },
408
413
  alert: {
409
414
  background: `linear-gradient(0deg, ${colors.palettes.gray["5"]} 0%, ${colors.palettes.gray["0"]} 100%)`,
@@ -420,9 +425,9 @@ var button = {
420
425
  borderColorActive: colors.palettes.transparency["30"],
421
426
  borderColorDisabled: colors.palettes.transparency["10"],
422
427
  fontWeight: 500,
423
- colorHover: colors.palettes.gray["0"],
424
- colorActive: colors.palettes.gray["0"],
425
- colorDisabled: colors.palettes.gray["0"]
428
+ colorHover: colors.palettes.red["6"],
429
+ colorActive: colors.palettes.red["6"],
430
+ colorDisabled: colors.palettes.transparency["30"]
426
431
  }
427
432
  },
428
433
  text: {
@@ -440,15 +445,15 @@ var button = {
440
445
  borderColorHover: "transparent",
441
446
  borderColorActive: "transparent",
442
447
  borderColorDisabled: "transparent",
443
- fontWeight: 500,
444
- colorHover: colors.palettes.gray["0"],
445
- colorActive: colors.palettes.gray["0"],
446
- colorDisabled: colors.palettes.gray["0"]
448
+ fontWeight: 400,
449
+ colorHover: colors.palettes.brand,
450
+ colorActive: colors.palettes.brand,
451
+ colorDisabled: colors.palettes.transparency["30"]
447
452
  },
448
453
  guidance: {
449
454
  background: "transparent",
450
- backgroundHover: colors.palettes.blue["1"],
451
- backgroundActive: colors.palettes.blue["2"],
455
+ backgroundHover: colors.palettes.transparency["5"],
456
+ backgroundActive: colors.palettes.transparency["10"],
452
457
  backgroundDisabled: "transparent",
453
458
  color: colors.palettes.blue["6"],
454
459
  boxShadow: "none",
@@ -459,15 +464,15 @@ var button = {
459
464
  borderColorHover: "transparent",
460
465
  borderColorActive: "transparent",
461
466
  borderColorDisabled: "transparent",
462
- fontWeight: 500,
463
- colorHover: colors.palettes.gray["0"],
464
- colorActive: colors.palettes.gray["0"],
465
- colorDisabled: colors.palettes.gray["0"]
467
+ fontWeight: 400,
468
+ colorHover: colors.palettes.blue["6"],
469
+ colorActive: colors.palettes.blue["6"],
470
+ colorDisabled: colors.palettes.transparency["30"]
466
471
  },
467
472
  alert: {
468
473
  background: "transparent",
469
- backgroundHover: colors.palettes.red["1"],
470
- backgroundActive: colors.palettes.red["2"],
474
+ backgroundHover: colors.palettes.transparency["5"],
475
+ backgroundActive: colors.palettes.transparency["10"],
471
476
  backgroundDisabled: "transparent",
472
477
  color: colors.palettes.red["6"],
473
478
  boxShadow: "none",
@@ -478,10 +483,10 @@ var button = {
478
483
  borderColorHover: "transparent",
479
484
  borderColorActive: "transparent",
480
485
  borderColorDisabled: "transparent",
481
- fontWeight: 500,
482
- colorHover: colors.palettes.gray["0"],
483
- colorActive: colors.palettes.gray["0"],
484
- colorDisabled: colors.palettes.gray["0"]
486
+ fontWeight: 400,
487
+ colorHover: colors.palettes.red["6"],
488
+ colorActive: colors.palettes.red["6"],
489
+ colorDisabled: colors.palettes.transparency["30"]
485
490
  },
486
491
  status: {
487
492
  background: colors.palettes.blue["1"],
@@ -497,47 +502,79 @@ var button = {
497
502
  borderColorHover: "transparent",
498
503
  borderColorActive: "transparent",
499
504
  borderColorDisabled: "transparent",
500
- fontWeight: 500,
501
- colorHover: colors.palettes.gray["0"],
502
- colorActive: colors.palettes.gray["0"],
503
- colorDisabled: colors.palettes.gray["0"]
505
+ fontWeight: 400,
506
+ colorHover: colors.palettes.blue["6"],
507
+ colorActive: colors.palettes.blue["6"],
508
+ colorDisabled: colors.palettes.transparency["60"]
504
509
  }
505
510
  },
506
511
  small: {
507
- height: "28px",
508
- padding: "4px 12px",
509
- fontSize: "13px",
510
- lineHeight: "20px",
511
- borderRadius: "4px",
512
- iconSize: { width: "14px", height: "14px" },
513
- iconGap: "4px"
512
+ withIcon: {
513
+ height: "24px",
514
+ padding: "0px 10px",
515
+ textPadding: "0 2px",
516
+ fontSize: "12px",
517
+ lineHeight: "20px",
518
+ borderRadius: borderRadius.small,
519
+ iconSize: { width: "16px", height: "16px" },
520
+ iconGap: "4px"
521
+ },
522
+ onlyIcon: {
523
+ iconSize: { width: "12px", height: "12px" },
524
+ padding: "6px",
525
+ borderRadius: borderRadius.small
526
+ }
514
527
  },
515
528
  medium: {
516
- height: "32px",
517
- padding: "6px 16px",
518
- fontSize: "14px",
519
- lineHeight: "20px",
520
- borderRadius: "4px",
521
- iconSize: { width: "16px", height: "16px" },
522
- iconGap: "6px"
529
+ withIcon: {
530
+ height: "28px",
531
+ padding: "2px 14px",
532
+ textPadding: "0 2px",
533
+ fontSize: "13px",
534
+ lineHeight: "20px",
535
+ borderRadius: borderRadius.small,
536
+ iconSize: { width: "16px", height: "16px" },
537
+ iconGap: "4px"
538
+ },
539
+ onlyIcon: {
540
+ iconSize: { width: "14px", height: "14px" },
541
+ padding: "7px",
542
+ borderRadius: borderRadius.small
543
+ }
523
544
  },
524
545
  large: {
525
- height: "36px",
526
- padding: "8px 20px",
527
- fontSize: "14px",
528
- lineHeight: "20px",
529
- borderRadius: "4px",
530
- iconSize: { width: "16px", height: "16px" },
531
- iconGap: "6px"
546
+ withIcon: {
547
+ height: "32px",
548
+ padding: "0 18px",
549
+ textPadding: "0 6px",
550
+ fontSize: "13px",
551
+ lineHeight: "20px",
552
+ borderRadius: borderRadius.small,
553
+ iconSize: { width: "18px", height: "18px" },
554
+ iconGap: "4px"
555
+ },
556
+ onlyIcon: {
557
+ iconSize: { width: "16px", height: "16px" },
558
+ padding: "8px",
559
+ borderRadius: borderRadius.small
560
+ }
532
561
  },
533
562
  extraLarge: {
534
- height: "40px",
535
- padding: "10px 24px",
536
- fontSize: "14px",
537
- lineHeight: "20px",
538
- borderRadius: "4px",
539
- iconSize: { width: "16px", height: "16px" },
540
- iconGap: "8px"
563
+ withIcon: {
564
+ height: "40px",
565
+ padding: "0px 26px",
566
+ textPadding: "0px 6px",
567
+ fontSize: "16px",
568
+ lineHeight: "24px",
569
+ borderRadius: borderRadius.small,
570
+ iconSize: { width: "16px", height: "16px" },
571
+ iconGap: "4px"
572
+ },
573
+ onlyIcon: {
574
+ iconSize: { width: "20px", height: "20px" },
575
+ padding: "10px",
576
+ borderRadius: borderRadius.small
577
+ }
541
578
  }
542
579
  };
543
580
 
@@ -547,76 +584,85 @@ var toast = {
547
584
  borderRadius: "8px",
548
585
  fontSize: "14px",
549
586
  fontWeight: 500,
587
+ offset: {
588
+ vertical: "24px",
589
+ horizontal: "24px"
590
+ },
550
591
  success: {
551
- background: colors.palettes.green["1"],
552
- borderColor: colors.palettes.green["2"],
592
+ background: "#FFFFFF",
593
+ borderColor: colors.palettes.transparency["10"],
553
594
  icon: {
554
595
  url: "",
555
596
  size: { width: "20px", height: "20px" }
556
597
  },
557
- button: {
558
- fontSize: "14px",
559
- fontWeight: 500,
560
- color: colors.palettes.green["6"],
561
- gap: "8px"
598
+ message: {
599
+ color: colors.palettes.gray["100"]
562
600
  }
563
601
  },
564
602
  info: {
565
- background: colors.palettes.blue["1"],
566
- borderColor: colors.palettes.blue["2"],
603
+ background: "#FFFFFF",
604
+ borderColor: colors.palettes.transparency["10"],
567
605
  icon: {
568
606
  url: "",
569
607
  size: { width: "20px", height: "20px" }
570
608
  },
571
- button: {
572
- fontSize: "14px",
573
- fontWeight: 500,
574
- color: colors.palettes.blue["6"],
575
- gap: "8px"
609
+ message: {
610
+ color: colors.palettes.gray["100"]
576
611
  }
577
612
  },
578
613
  error: {
579
- background: colors.palettes.red["1"],
580
- borderColor: colors.palettes.red["2"],
614
+ background: "#FFFFFF",
615
+ borderColor: colors.palettes.transparency["10"],
581
616
  icon: {
582
617
  url: "",
583
618
  size: { width: "20px", height: "20px" }
584
619
  },
585
- button: {
586
- fontSize: "14px",
587
- fontWeight: 500,
588
- color: colors.palettes.red["6"],
589
- gap: "8px"
620
+ message: {
621
+ color: colors.palettes.gray["100"]
590
622
  }
591
623
  },
592
624
  warn: {
593
- background: colors.palettes.yellow["1"],
594
- borderColor: colors.palettes.yellow["2"],
625
+ background: "#FFFFFF",
626
+ borderColor: colors.palettes.transparency["10"],
595
627
  icon: {
596
628
  url: "",
597
629
  size: { width: "20px", height: "20px" }
598
630
  },
599
- button: {
600
- fontSize: "14px",
601
- fontWeight: 500,
602
- color: colors.palettes.yellow["7"],
603
- gap: "8px"
631
+ message: {
632
+ color: colors.palettes.gray["100"]
604
633
  }
605
- }
606
- };
607
-
608
- // src/light/components/input.ts
609
- var input = {
610
- icons: {
611
- search: {
634
+ },
635
+ critical: {
636
+ background: "#FFFFFF",
637
+ borderColor: colors.palettes.transparency["10"],
638
+ icon: {
612
639
  url: "",
613
- size: { width: "16px", height: "16px" }
640
+ size: { width: "20px", height: "20px" }
614
641
  },
615
- clear: {
642
+ message: {
643
+ color: colors.palettes.gray["100"]
644
+ }
645
+ },
646
+ loading: {
647
+ background: "#FFFFFF",
648
+ borderColor: colors.palettes.transparency["10"],
649
+ icon: {
616
650
  url: "",
617
- size: { width: "16px", height: "16px" }
651
+ size: { width: "20px", height: "20px" }
652
+ },
653
+ message: {
654
+ color: colors.palettes.gray["100"]
618
655
  }
619
656
  },
657
+ closeButton: {
658
+ icon: {
659
+ url: ""
660
+ }
661
+ }
662
+ };
663
+
664
+ // src/light/components/input.ts
665
+ var input = {
620
666
  outlined: {
621
667
  state: {
622
668
  borderColor: colors.palettes.transparency["10"],
@@ -629,13 +675,23 @@ var input = {
629
675
  backgroundHover: colors.palettes.gray["0"],
630
676
  backgroundActive: colors.palettes.gray["0"],
631
677
  backgroundDisabled: colors.palettes.gray["5"],
632
- backgroundReadonly: colors.palettes.gray["2"]
678
+ backgroundReadonly: colors.palettes.gray["2"],
679
+ placeholderColorNormal: colors.palettes.transparency["30"],
680
+ placeholderColorHover: colors.palettes.transparency["30"],
681
+ textColorNormal: colors.palettes.gray["120"],
682
+ textColorDisabled: colors.palettes.transparency["30"],
683
+ textColorReadOnly: colors.palettes.transparency["30"]
633
684
  },
634
685
  mini: {
686
+ height: "20px",
635
687
  borderRadius: "4px",
688
+ padding: "0px 4px",
689
+ contentPadding: "0px 0",
690
+ gap: "4px",
636
691
  iconSize: { width: "12px", height: "12px" },
637
- padding: "2px 4px",
638
- height: "20px",
692
+ clearIcon: {
693
+ size: { width: "12px", height: "12px" }
694
+ },
639
695
  fontSize: "12px",
640
696
  lineHeight: "20px",
641
697
  boxShadow: "none",
@@ -644,10 +700,15 @@ var input = {
644
700
  boxShadowDisabled: "none"
645
701
  },
646
702
  small: {
703
+ height: "24px",
647
704
  borderRadius: "4px",
705
+ padding: "0px 4px",
706
+ contentPadding: "2px 4px",
707
+ gap: "4px",
648
708
  iconSize: { width: "14px", height: "14px" },
649
- padding: "2px 4px",
650
- height: "24px",
709
+ clearIcon: {
710
+ size: { width: "14px", height: "14px" }
711
+ },
651
712
  fontSize: "12px",
652
713
  lineHeight: "20px",
653
714
  boxShadow: "none",
@@ -656,22 +717,15 @@ var input = {
656
717
  boxShadowDisabled: "none"
657
718
  },
658
719
  medium: {
659
- borderRadius: "4px",
660
- iconSize: { width: "18px", height: "18px" },
661
- padding: "4px 8px",
662
720
  height: "32px",
663
- fontSize: "13px",
664
- lineHeight: "20px",
665
- boxShadow: "none",
666
- boxShadowHover: "none",
667
- boxShadowActive: "0 2px 8px 0 rgba(0, 0, 0, 0.04)",
668
- boxShadowDisabled: "none"
669
- },
670
- large: {
671
721
  borderRadius: "4px",
722
+ padding: "2px 8px",
723
+ contentPadding: "4px",
724
+ gap: "4px",
672
725
  iconSize: { width: "18px", height: "18px" },
673
- padding: "4px 8px",
674
- height: "32px",
726
+ clearIcon: {
727
+ size: { width: "18px", height: "18px" }
728
+ },
675
729
  fontSize: "13px",
676
730
  lineHeight: "20px",
677
731
  boxShadow: "none",
@@ -679,11 +733,16 @@ var input = {
679
733
  boxShadowActive: "0 2px 8px 0 rgba(0, 0, 0, 0.04)",
680
734
  boxShadowDisabled: "none"
681
735
  },
682
- extraLarge: {
736
+ large: {
737
+ height: "40px",
683
738
  borderRadius: "4px",
739
+ padding: "4px 4px 4px 12px",
740
+ contentPadding: "4px 8px",
741
+ gap: "4px",
684
742
  iconSize: { width: "20px", height: "20px" },
685
- padding: "6px 12px",
686
- height: "40px",
743
+ clearIcon: {
744
+ size: { width: "20px", height: "20px" }
745
+ },
687
746
  fontSize: "14px",
688
747
  lineHeight: "24px",
689
748
  boxShadow: "none",
@@ -694,73 +753,86 @@ var input = {
694
753
  },
695
754
  underlined: {
696
755
  state: {
697
- borderColor: colors.palettes.transparency["10"],
756
+ borderColor: "transparent",
698
757
  borderColorHover: colors.palettes.transparency["20"],
699
758
  borderColorActive: colors.palettes.transparency["30"],
700
- borderColorDisabled: colors.palettes.transparency["10"],
759
+ borderColorDisabled: "transparent",
701
760
  borderColorError: colors.palettes.red["6"],
702
- borderColorReadonly: colors.palettes.transparency["10"],
761
+ borderColorReadonly: "transparent",
703
762
  background: "transparent",
704
763
  backgroundHover: "transparent",
705
764
  backgroundActive: "transparent",
706
765
  backgroundDisabled: "transparent",
707
- backgroundReadonly: "transparent"
766
+ backgroundReadonly: "transparent",
767
+ placeholderColorNormal: colors.palettes.transparency["30"],
768
+ placeholderColorHover: colors.palettes.transparency["30"],
769
+ textColorNormal: colors.palettes.gray["120"],
770
+ textColorDisabled: colors.palettes.transparency["30"],
771
+ textColorReadOnly: colors.palettes.transparency["30"]
708
772
  },
709
773
  mini: {
710
- borderRadius: "0",
711
- iconSize: { width: "12px", height: "12px" },
712
- padding: "2px 0",
713
- height: "20px",
774
+ height: "24px",
775
+ padding: "0 4px",
776
+ contentPadding: "4px 0 4px 4px",
777
+ gap: "4px",
714
778
  fontSize: "12px",
715
779
  lineHeight: "20px",
780
+ iconSize: { width: "16px", height: "16px" },
781
+ clearIcon: {
782
+ size: { width: "16px", height: "16px" }
783
+ },
784
+ borderRadius: "4px",
716
785
  boxShadow: "none",
717
786
  boxShadowHover: "none",
718
787
  boxShadowActive: "none",
719
788
  boxShadowDisabled: "none"
720
789
  },
721
790
  small: {
722
- borderRadius: "0",
723
- iconSize: { width: "14px", height: "14px" },
724
- padding: "2px 0",
725
791
  height: "24px",
792
+ padding: "0 4px",
793
+ contentPadding: "4px 0 4px 4px",
794
+ gap: "4px",
726
795
  fontSize: "12px",
727
796
  lineHeight: "20px",
797
+ iconSize: { width: "16px", height: "16px" },
798
+ clearIcon: {
799
+ size: { width: "16px", height: "16px" }
800
+ },
801
+ borderRadius: "4px",
728
802
  boxShadow: "none",
729
803
  boxShadowHover: "none",
730
804
  boxShadowActive: "none",
731
805
  boxShadowDisabled: "none"
732
806
  },
733
807
  medium: {
734
- borderRadius: "0",
735
- iconSize: { width: "18px", height: "18px" },
736
- padding: "4px 0",
737
808
  height: "32px",
809
+ padding: "0 8px",
810
+ contentPadding: "6px 0 6px 4px",
811
+ gap: "4px",
738
812
  fontSize: "13px",
739
813
  lineHeight: "20px",
740
- boxShadow: "none",
741
- boxShadowHover: "none",
742
- boxShadowActive: "none",
743
- boxShadowDisabled: "none"
744
- },
745
- large: {
746
- borderRadius: "0",
747
814
  iconSize: { width: "18px", height: "18px" },
748
- padding: "4px 0",
749
- height: "32px",
750
- fontSize: "13px",
751
- lineHeight: "20px",
815
+ clearIcon: {
816
+ size: { width: "16px", height: "16px" }
817
+ },
818
+ borderRadius: "4px",
752
819
  boxShadow: "none",
753
820
  boxShadowHover: "none",
754
821
  boxShadowActive: "none",
755
822
  boxShadowDisabled: "none"
756
823
  },
757
- extraLarge: {
758
- borderRadius: "0",
759
- iconSize: { width: "20px", height: "20px" },
760
- padding: "6px 0",
824
+ large: {
761
825
  height: "40px",
826
+ padding: "10px 12px",
827
+ contentPadding: "0 0 0 4px",
828
+ gap: "4px",
762
829
  fontSize: "14px",
763
830
  lineHeight: "24px",
831
+ iconSize: { width: "20px", height: "20px" },
832
+ clearIcon: {
833
+ size: { width: "16px", height: "16px" }
834
+ },
835
+ borderRadius: "4px",
764
836
  boxShadow: "none",
765
837
  boxShadowHover: "none",
766
838
  boxShadowActive: "none",
@@ -769,6 +841,14 @@ var input = {
769
841
  }
770
842
  };
771
843
 
844
+ // src/light/components/inputSearch.ts
845
+ var inputSearch = {
846
+ searchIcon: {
847
+ url: ""
848
+ // Empty means use default icon
849
+ }
850
+ };
851
+
772
852
  // src/light/components/radio.ts
773
853
  var radio = {
774
854
  unchecked: {
@@ -943,100 +1023,6 @@ var switchComponent = {
943
1023
  }
944
1024
  };
945
1025
 
946
- // src/light/components/dropdown.ts
947
- var dropdown = {
948
- icons: {
949
- arrow: {
950
- url: "",
951
- size: { width: "12px", height: "12px" },
952
- expandedRotateAngel: "180deg"
953
- },
954
- check: {
955
- url: "",
956
- size: { width: "14px", height: "14px" }
957
- }
958
- },
959
- button: {
960
- trigger: {
961
- borderColor: colors.palettes.transparency["20"],
962
- borderColorHover: colors.palettes.transparency["30"],
963
- borderColorActive: colors.palettes.transparency["30"],
964
- borderColorDisabled: colors.palettes.transparency["10"],
965
- background: colors.palettes.gray["0"],
966
- backgroundHover: colors.palettes.gray["0"],
967
- backgroundActive: colors.palettes.gray["0"],
968
- backgroundDisabled: colors.palettes.gray["5"],
969
- color: colors.palettes.brand,
970
- colorDisabled: colors.palettes.transparency["30"],
971
- boxShadow: "none",
972
- boxShadowHover: "none",
973
- boxShadowActive: "0 2px 8px 0 rgba(0, 0, 0, 0.04)",
974
- boxShadowDisabled: "none"
975
- },
976
- menu: {
977
- background: colors.palettes.gray["0"],
978
- borderColor: colors.palettes.transparency["10"],
979
- borderRadius: "8px",
980
- padding: "4px",
981
- boxShadow: "0 8px 18px 0 rgba(0, 0, 0, 0.06)",
982
- maxHeight: "280px"
983
- },
984
- menuItem: {
985
- background: "transparent",
986
- backgroundHover: colors.palettes.transparency["5"],
987
- backgroundDisabled: "transparent",
988
- backgroundSelected: colors.palettes.transparency["8"],
989
- color: colors.palettes.brand,
990
- colorDisabled: colors.palettes.transparency["30"],
991
- padding: "8px 12px"
992
- }
993
- },
994
- input: {
995
- trigger: {
996
- borderColor: colors.palettes.transparency["10"],
997
- borderColorHover: colors.palettes.transparency["20"],
998
- borderColorActive: colors.palettes.transparency["30"],
999
- borderColorDisabled: colors.palettes.transparency["10"],
1000
- background: colors.palettes.gray["0"],
1001
- backgroundHover: colors.palettes.gray["0"],
1002
- backgroundActive: colors.palettes.gray["0"],
1003
- backgroundDisabled: colors.palettes.gray["5"],
1004
- color: colors.palettes.brand,
1005
- colorDisabled: colors.palettes.transparency["30"],
1006
- boxShadow: "none",
1007
- boxShadowHover: "none",
1008
- boxShadowActive: "0 2px 8px 0 rgba(0, 0, 0, 0.04)",
1009
- boxShadowDisabled: "none"
1010
- },
1011
- menu: {
1012
- background: colors.palettes.gray["0"],
1013
- borderColor: colors.palettes.transparency["10"],
1014
- borderRadius: "8px",
1015
- padding: "4px",
1016
- boxShadow: "0 8px 18px 0 rgba(0, 0, 0, 0.06)",
1017
- maxHeight: "280px"
1018
- },
1019
- menuItem: {
1020
- background: "transparent",
1021
- backgroundHover: colors.palettes.transparency["5"],
1022
- backgroundDisabled: "transparent",
1023
- backgroundSelected: colors.palettes.transparency["8"],
1024
- color: colors.palettes.brand,
1025
- colorDisabled: colors.palettes.transparency["30"],
1026
- padding: "8px 12px"
1027
- }
1028
- },
1029
- large: {
1030
- height: "36px",
1031
- padding: "8px 12px",
1032
- fontSize: "14px",
1033
- lineHeight: "20px",
1034
- borderRadius: "4px",
1035
- fontWeight: 400,
1036
- iconSize: { width: "16px", height: "16px" }
1037
- }
1038
- };
1039
-
1040
1026
  // src/light/components/tab.ts
1041
1027
  var tab = {
1042
1028
  line: {
@@ -1052,10 +1038,14 @@ var tab = {
1052
1038
  color: colors.palettes.transparency["60"],
1053
1039
  colorHover: colors.palettes.brand,
1054
1040
  colorActive: colors.palettes.brand,
1055
- colorDisabled: colors.palettes.transparency["30"]
1041
+ colorDisabled: colors.palettes.transparency["30"],
1042
+ bottomActiveWidth: "2px",
1043
+ bottomActiveBorderRadius: "1px",
1044
+ bottomActiveBackgroundColor: "#41464B"
1056
1045
  },
1046
+ backgroundColor: "transparent",
1057
1047
  layout: {
1058
- gap: "24px"
1048
+ gap: "0"
1059
1049
  }
1060
1050
  },
1061
1051
  card: {
@@ -1066,7 +1056,7 @@ var tab = {
1066
1056
  backgroundDisabled: "transparent",
1067
1057
  borderColor: "transparent",
1068
1058
  borderColorHover: "transparent",
1069
- borderColorActive: colors.palettes.transparency["10"],
1059
+ borderColorActive: colors.palettes.transparency["20"],
1070
1060
  borderColorDisabled: "transparent",
1071
1061
  color: colors.palettes.transparency["60"],
1072
1062
  colorHover: colors.palettes.brand,
@@ -1075,46 +1065,50 @@ var tab = {
1075
1065
  },
1076
1066
  layout: {
1077
1067
  gap: "0"
1078
- }
1068
+ },
1069
+ backgroundColor: colors.palettes.gray["8"]
1079
1070
  },
1080
1071
  large: {
1081
- height: "40px",
1072
+ height: "32px",
1082
1073
  padding: "10px 16px",
1083
1074
  fontSize: "14px",
1084
1075
  lineHeight: "20px",
1085
1076
  borderRadius: "4px",
1086
- fontWeight: 500
1077
+ fontWeight: 400
1087
1078
  }
1088
1079
  };
1089
1080
 
1090
1081
  // src/light/components/slider.ts
1091
1082
  var slider = {
1092
1083
  thumb: {
1093
- background: colors.palettes.gray["0"],
1094
- backgroundHover: colors.palettes.gray["0"],
1095
- backgroundActive: colors.palettes.gray["0"],
1096
- backgroundDisabled: colors.palettes.gray["0"],
1097
- boxShadow: "0 2px 4px rgba(0, 0, 0, 0.15)",
1098
- boxShadowHover: "0 2px 6px rgba(0, 0, 0, 0.2)",
1099
- boxShadowActive: "0 2px 6px rgba(0, 0, 0, 0.2)",
1084
+ background: colors.base.default,
1085
+ backgroundHover: colors.base.default,
1086
+ backgroundActive: colors.base.default,
1087
+ backgroundDisabled: "#F1F1F1",
1088
+ // filter: drop-shadow(0 8px 16px rgba(0, 0, 0, 0.08)) drop-shadow(0 4px 24px rgba(0, 0, 0, 0.12));
1089
+ boxShadow: "0 8px 16px rgba(0, 0, 0, 0.08), 0 4px 24px rgba(0, 0, 0, 0.12)",
1090
+ boxShadowHover: "none",
1091
+ boxShadowActive: "none",
1100
1092
  boxShadowDisabled: "none",
1101
- borderColor: colors.palettes.brand,
1102
- borderColorHover: colors.palettes.brand,
1103
- borderColorActive: colors.palettes.brand,
1104
- borderColorDisabled: colors.palettes.transparency["20"]
1093
+ borderColor: "#fff",
1094
+ borderColorHover: "#fff",
1095
+ borderColorActive: "#fff",
1096
+ borderColorDisabled: "#fff"
1105
1097
  },
1106
1098
  track: {
1107
- background: colors.palettes.transparency["10"],
1108
- backgroundDisabled: colors.palettes.transparency["5"],
1099
+ background: colors.palettes.transparency["20"],
1100
+ backgroundDisabled: colors.palettes.transparency["20"],
1109
1101
  filledBackground: colors.palettes.brand,
1102
+ filledBackgroundDisabled: colors.palettes.transparency["20"],
1110
1103
  height: "4px",
1111
1104
  width: "100%",
1112
1105
  borderRadius: "2px"
1113
1106
  },
1114
1107
  large: {
1115
1108
  height: "20px",
1116
- thumbSize: "16px",
1117
- thumbOffset: "0"
1109
+ thumbSize: "8px",
1110
+ thumbOffset: "0",
1111
+ borderWidth: "1px"
1118
1112
  }
1119
1113
  };
1120
1114
 
@@ -1186,7 +1180,7 @@ var inputNumber = {
1186
1180
  var tooltip = {
1187
1181
  arrow: {
1188
1182
  size: { width: "8px", height: "8px" },
1189
- borderRadius: "2px",
1183
+ borderRadius: "0",
1190
1184
  boxShadow: "0 2px 8px rgba(0, 0, 0, 0.1)"
1191
1185
  },
1192
1186
  black: {
@@ -1227,10 +1221,367 @@ var tooltip = {
1227
1221
  }
1228
1222
  };
1229
1223
 
1224
+ // src/light/components/toolbarButton.ts
1225
+ var toolbarButton = {
1226
+ boxShadow: {
1227
+ boxShadow: "none",
1228
+ boxShadowHover: boxShadow.small,
1229
+ boxShadowActive: "none",
1230
+ boxShadowClick: boxShadow.small,
1231
+ boxShadowDisabled: "none"
1232
+ },
1233
+ border: {
1234
+ borderColor: "transparent",
1235
+ borderColorHover: colors.palettes.transparency["20"],
1236
+ borderColorActive: colors.palettes.transparency["20"],
1237
+ borderColorClick: colors.palettes.transparency["30"],
1238
+ borderColorDisabled: "transparent"
1239
+ },
1240
+ background: {
1241
+ background: "transparent",
1242
+ backgroundHover: colors.palettes.transparency["5"],
1243
+ backgroundActive: colors.palettes.transparency["5"],
1244
+ backgroundClick: colors.palettes.transparency["10"],
1245
+ backgroundDisabled: "transparent"
1246
+ },
1247
+ color: {
1248
+ color: colors.palettes.gray["120"],
1249
+ colorHover: colors.palettes.gray["120"],
1250
+ colorActive: colors.palettes.gray["120"],
1251
+ colorDisabled: colors.palettes.transparency["30"]
1252
+ },
1253
+ layout: {
1254
+ padding: "0",
1255
+ height: "28px",
1256
+ borderRadius: borderRadius.small,
1257
+ content: {
1258
+ padding: "0 4px",
1259
+ gap: "0px",
1260
+ iconSize: {
1261
+ width: "20px",
1262
+ height: "20px"
1263
+ }
1264
+ },
1265
+ dropdown: {
1266
+ iconSize: {
1267
+ width: "16px",
1268
+ height: "16px"
1269
+ },
1270
+ wrapperWidth: "14px"
1271
+ }
1272
+ },
1273
+ typography: {
1274
+ fontSize: "12px",
1275
+ fontWeight: 400
1276
+ }
1277
+ };
1278
+
1279
+ // src/light/components/menu.ts
1280
+ var menu = {
1281
+ // Menu item configuration
1282
+ menuItem: {
1283
+ // Background states
1284
+ background: {
1285
+ normal: "transparent",
1286
+ hover: colors.palettes.transparency["5"],
1287
+ active: colors.palettes.transparency["10"],
1288
+ disabled: "transparent"
1289
+ },
1290
+ border: {
1291
+ radius: "0",
1292
+ color: "transparent",
1293
+ width: "none"
1294
+ },
1295
+ borderRadius: "0",
1296
+ // Layout
1297
+ layout: {
1298
+ padding: "6px 12px",
1299
+ gap: "8px"
1300
+ },
1301
+ // Icon configuration
1302
+ icon: {
1303
+ size: { width: "18px", height: "18px" }
1304
+ },
1305
+ // Label configuration
1306
+ label: {
1307
+ color: {
1308
+ normal: colors.palettes.gray["100"],
1309
+ hover: colors.palettes.gray["100"],
1310
+ active: colors.palettes.gray["100"],
1311
+ disabled: colors.palettes.transparency["30"]
1312
+ }
1313
+ },
1314
+ // Description configuration
1315
+ description: {
1316
+ color: {
1317
+ normal: colors.palettes.transparency["60"],
1318
+ hover: colors.palettes.transparency["60"],
1319
+ active: colors.palettes.transparency["60"],
1320
+ disabled: colors.palettes.transparency["30"]
1321
+ }
1322
+ },
1323
+ // Active/selected icon (checkmark)
1324
+ activeIcon: {
1325
+ url: ""
1326
+ // Use default checkmark
1327
+ },
1328
+ // Next level icon (arrow for submenu)
1329
+ nextLevelIcon: {
1330
+ url: ""
1331
+ // Use default arrow
1332
+ },
1333
+ // Size configurations
1334
+ size: {
1335
+ small: {
1336
+ label: {
1337
+ fontSize: "12px",
1338
+ maxWidth: "200px"
1339
+ },
1340
+ description: {
1341
+ fontSize: "10px",
1342
+ maxWidth: "150px"
1343
+ },
1344
+ activeIcon: {
1345
+ size: { width: "16px", height: "16px" }
1346
+ },
1347
+ nextLevelIcon: {
1348
+ size: { width: "16px", height: "16px" }
1349
+ }
1350
+ },
1351
+ // Medium size (S - 28px)
1352
+ medium: {
1353
+ label: {
1354
+ fontSize: "12px",
1355
+ maxWidth: "200px"
1356
+ },
1357
+ description: {
1358
+ fontSize: "10px",
1359
+ maxWidth: "150px"
1360
+ },
1361
+ activeIcon: {
1362
+ size: { width: "16px", height: "16px" }
1363
+ },
1364
+ nextLevelIcon: {
1365
+ size: { width: "16px", height: "16px" }
1366
+ }
1367
+ },
1368
+ // Large size (M - 36px)
1369
+ large: {
1370
+ label: {
1371
+ fontSize: "13px",
1372
+ maxWidth: "250px"
1373
+ },
1374
+ description: {
1375
+ fontSize: "10px",
1376
+ maxWidth: "180px"
1377
+ },
1378
+ activeIcon: {
1379
+ size: { width: "18px", height: "18px" }
1380
+ },
1381
+ nextLevelIcon: {
1382
+ size: { width: "18px", height: "18px" }
1383
+ }
1384
+ }
1385
+ }
1386
+ },
1387
+ boxShadow: {
1388
+ normal: "0 8px 18px 0 rgba(0, 0, 0, 0.06)",
1389
+ hover: "0 8px 18px 0 rgba(0, 0, 0, 0.06)"
1390
+ },
1391
+ // Border configuration
1392
+ border: {
1393
+ color: colors.palettes.transparency["10"],
1394
+ width: "1px",
1395
+ radius: borderRadius.medium
1396
+ },
1397
+ // Divider configuration
1398
+ divider: {
1399
+ background: colors.palettes.transparency["10"],
1400
+ height: "1px",
1401
+ margin: "4px 0"
1402
+ },
1403
+ // Group title configuration
1404
+ groupTitle: {
1405
+ fontSize: "12px",
1406
+ fontWeight: "500",
1407
+ color: colors.palettes.transparency["60"]
1408
+ },
1409
+ subMenu: {
1410
+ popupOffset: [4, 0]
1411
+ }
1412
+ };
1413
+
1414
+ // src/light/components/dropdown.ts
1415
+ var dropdown = {
1416
+ borderRadius: borderRadius.medium,
1417
+ border: `1px solid ${colors.palettes.transparency["10"]}`,
1418
+ background: colors.palettes.gray["0"],
1419
+ boxShadow: boxShadow.large,
1420
+ padding: "4px 0"
1421
+ };
1422
+ var dropdownButton = {
1423
+ // Color states
1424
+ color: {
1425
+ normal: colors.palettes.gray["100"],
1426
+ hover: colors.palettes.gray["100"],
1427
+ active: colors.palettes.gray["100"],
1428
+ disabled: colors.palettes.transparency["30"]
1429
+ },
1430
+ // Background states
1431
+ background: {
1432
+ normal: colors.palettes.gray["0"],
1433
+ hover: colors.palettes.gray["0"],
1434
+ active: colors.palettes.gray["0"],
1435
+ disabled: colors.palettes.gray["5"]
1436
+ },
1437
+ frameLessBackground: {
1438
+ normal: "transparent",
1439
+ hover: colors.palettes.transparency["5"],
1440
+ active: colors.palettes.transparency["10"],
1441
+ disabled: "transparent",
1442
+ error: "transparent"
1443
+ },
1444
+ borderColor: {
1445
+ error: colors.palettes.red["6"],
1446
+ normal: colors.palettes.transparency["10"],
1447
+ hover: colors.palettes.transparency["20"],
1448
+ active: colors.palettes.transparency["30"],
1449
+ disabled: colors.palettes.transparency["10"]
1450
+ },
1451
+ // Icon configuration
1452
+ icon: {
1453
+ size: { width: "18px", height: "18px" },
1454
+ opacity: {
1455
+ normal: "1",
1456
+ hover: "1",
1457
+ active: "1",
1458
+ disabled: "0.3"
1459
+ }
1460
+ },
1461
+ // Indicator (arrow) configuration
1462
+ indicator: {
1463
+ url: "",
1464
+ // Use default arrow
1465
+ size: { width: "18px", height: "18px" },
1466
+ rotate: "90deg",
1467
+ // Arrow points right by default, rotate to point down
1468
+ opacity: {
1469
+ normal: "1",
1470
+ hover: "1",
1471
+ active: "1",
1472
+ disabled: "0.3"
1473
+ }
1474
+ },
1475
+ // Size configurations
1476
+ size: {
1477
+ large: {
1478
+ padding: "10px 16px",
1479
+ fontSize: "13px",
1480
+ height: "40px",
1481
+ gap: "8px",
1482
+ iconSize: { width: "18px", height: "18px" },
1483
+ indicatorSize: { width: "18px", height: "18px" },
1484
+ borderRadius: borderRadius.small
1485
+ },
1486
+ medium: {
1487
+ padding: "6px 12px",
1488
+ fontSize: "13px",
1489
+ height: "32px",
1490
+ gap: "8px",
1491
+ iconSize: { width: "18px", height: "18px" },
1492
+ indicatorSize: { width: "18px", height: "18px" },
1493
+ borderRadius: borderRadius.small
1494
+ },
1495
+ small: {
1496
+ padding: "4px 8px",
1497
+ fontSize: "13px",
1498
+ height: "28px",
1499
+ gap: "8px",
1500
+ iconSize: { width: "18px", height: "18px" },
1501
+ indicatorSize: { width: "18px", height: "18px" },
1502
+ borderRadius: borderRadius.small
1503
+ }
1504
+ }
1505
+ };
1506
+
1507
+ // src/light/components/modal.ts
1508
+ var modal = {
1509
+ message: {
1510
+ background: colors.palettes.gray["0"],
1511
+ border: `1px solid ${colors.palettes.transparency["5"]}`,
1512
+ borderRadius: borderRadius.medium,
1513
+ shadow: boxShadow.xl,
1514
+ maskLight: colors.mask.light,
1515
+ maskDark: colors.mask.dark,
1516
+ maskZIndex: 1e3,
1517
+ titleColor: colors.palettes.gray["120"],
1518
+ titleFontSize: typography.title.fontSize.l,
1519
+ titleFontWeight: typography.title.fontWeight.semibold,
1520
+ titleLineHeight: typography.title.lineHeight.medium,
1521
+ bodyColor: colors.palettes.gray["120"],
1522
+ bodyFontSize: typography.paragraph.fontSize.m,
1523
+ bodyLineHeight: typography.paragraph.lineHeight.medium,
1524
+ padding: "24px 32px",
1525
+ closeButtonHoverBackground: colors.palettes.transparency["5"],
1526
+ closeButtonActiveBackground: colors.palettes.transparency["10"],
1527
+ maxWidth: "400px",
1528
+ minWidth: "360px",
1529
+ maxHeight: "50vh",
1530
+ minHeight: "172px",
1531
+ defaultWidth: "400px"
1532
+ },
1533
+ functional: {
1534
+ maxWidth: "800px",
1535
+ minWidth: "400px",
1536
+ maxHeight: "80vh",
1537
+ minHeight: "380px",
1538
+ defaultWidth: "640px"
1539
+ }
1540
+ };
1541
+
1542
+ // src/light/components/loading.ts
1543
+ var loading = {
1544
+ // Size configurations
1545
+ small: {
1546
+ size: "16px"
1547
+ },
1548
+ medium: {
1549
+ size: "24px"
1550
+ },
1551
+ large: {
1552
+ size: "32px"
1553
+ },
1554
+ // Indicator configuration
1555
+ indicator: {
1556
+ defaultType: "gif",
1557
+ defaultImage: void 0,
1558
+ // Will use built-in GIF if not specified
1559
+ color: colors.palettes.brand,
1560
+ animation: {
1561
+ duration: "1s",
1562
+ timingFunction: "linear"
1563
+ },
1564
+ gap: "8px"
1565
+ },
1566
+ // Tip text color
1567
+ tipColor: colors.palettes.gray["100"],
1568
+ // Wrapper styles for nested content loading
1569
+ wrapper: {
1570
+ overlayBackground: colors.palettes.transparency["50"],
1571
+ contentOpacity: 0.5
1572
+ },
1573
+ // Fullscreen styles
1574
+ fullscreen: {
1575
+ background: colors.palettes.transparency["50"],
1576
+ zIndex: 1e3
1577
+ }
1578
+ };
1579
+
1230
1580
  // src/light/components/index.ts
1231
1581
  var components = {
1232
1582
  toast,
1233
1583
  input,
1584
+ inputSearch,
1234
1585
  radio,
1235
1586
  checkbox,
1236
1587
  switch: switchComponent,
@@ -1239,7 +1590,12 @@ var components = {
1239
1590
  tab,
1240
1591
  slider,
1241
1592
  inputNumber,
1242
- tooltip
1593
+ tooltip,
1594
+ toolbarButton,
1595
+ menu,
1596
+ dropdownButton,
1597
+ modal,
1598
+ loading
1243
1599
  };
1244
1600
 
1245
1601
  // src/light/index.ts
@@ -1257,5 +1613,5 @@ var lightTheme = {
1257
1613
  var theme = lightTheme;
1258
1614
 
1259
1615
  export { lightTheme, theme };
1260
- //# sourceMappingURL=index.mjs.map
1261
- //# sourceMappingURL=index.mjs.map
1616
+ //# sourceMappingURL=index.js.map
1617
+ //# sourceMappingURL=index.js.map