maru_design2 2.28.1 → 2.28.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 (108) hide show
  1. package/.release-please-manifest.json +3 -0
  2. package/CHANGELOG.md +273 -916
  3. package/dist/components/atoms/button/Button.d.ts +33 -33
  4. package/dist/components/atoms/button/index.d.ts +1 -1
  5. package/dist/components/atoms/checkbox/Checkbox.d.ts +21 -21
  6. package/dist/components/atoms/checkbox/index.d.ts +1 -1
  7. package/dist/components/atoms/chip/Chip.d.ts +29 -29
  8. package/dist/components/atoms/chip/index.d.ts +1 -1
  9. package/dist/components/atoms/code/Code.d.ts +7 -7
  10. package/dist/components/atoms/code/index.d.ts +1 -1
  11. package/dist/components/atoms/icon/Icon.d.ts +16 -16
  12. package/dist/components/atoms/icon/iconmap.d.ts +422 -420
  13. package/dist/components/atoms/icon/index.d.ts +2 -2
  14. package/dist/components/atoms/input/Input.d.ts +43 -43
  15. package/dist/components/atoms/input/index.d.ts +1 -1
  16. package/dist/components/atoms/popover/Popover.d.ts +19 -19
  17. package/dist/components/atoms/popover/index.d.ts +1 -1
  18. package/dist/components/atoms/radio/Radio.d.ts +14 -14
  19. package/dist/components/atoms/radio/index.d.ts +1 -1
  20. package/dist/components/atoms/skeleton/Contents.d.ts +1 -1
  21. package/dist/components/atoms/skeleton/Skeleton.d.ts +6 -6
  22. package/dist/components/atoms/skeleton/index.d.ts +1 -1
  23. package/dist/components/atoms/slider/Slider.d.ts +31 -31
  24. package/dist/components/atoms/slider/index.d.ts +1 -1
  25. package/dist/components/atoms/textarea/Textarea.d.ts +38 -38
  26. package/dist/components/atoms/textarea/index.d.ts +1 -1
  27. package/dist/components/atoms/toggle/Toggle.d.ts +20 -20
  28. package/dist/components/atoms/toggle/index.d.ts +1 -1
  29. package/dist/components/atoms/tooltip/Tooltip.d.ts +29 -29
  30. package/dist/components/atoms/tooltip/index.d.ts +1 -1
  31. package/dist/components/molecules/calendar/Calendar.d.ts +27 -27
  32. package/dist/components/molecules/calendar/DatePickerHeader.d.ts +3 -3
  33. package/dist/components/molecules/calendar/DatePickerWrapper.d.ts +9 -9
  34. package/dist/components/molecules/calendar/index.d.ts +1 -1
  35. package/dist/components/molecules/dropdown/Dropdown.d.ts +90 -90
  36. package/dist/components/molecules/dropdown/index.d.ts +1 -1
  37. package/dist/components/molecules/dropdown/menu/MenuItem.d.ts +16 -16
  38. package/dist/components/molecules/dropdown/menu/index.d.ts +31 -31
  39. package/dist/components/molecules/dropdown/toggleButton/Arrow.d.ts +9 -9
  40. package/dist/components/molecules/dropdown/toggleButton/Clear.d.ts +6 -6
  41. package/dist/components/molecules/dropdown/toggleButton/index.d.ts +19 -19
  42. package/dist/components/molecules/modal/Modal.d.ts +48 -48
  43. package/dist/components/molecules/modal/index.d.ts +1 -1
  44. package/dist/components/molecules/multiSelectDropdown/MultiSelectDropdown.d.ts +76 -76
  45. package/dist/components/molecules/multiSelectDropdown/index.d.ts +1 -1
  46. package/dist/components/molecules/multiSelectDropdown/menu/MenuItem.d.ts +12 -12
  47. package/dist/components/molecules/multiSelectDropdown/menu/index.d.ts +21 -21
  48. package/dist/components/molecules/multiSelectDropdown/toggleButton/Arrow.d.ts +9 -9
  49. package/dist/components/molecules/multiSelectDropdown/toggleButton/Clear.d.ts +6 -6
  50. package/dist/components/molecules/multiSelectDropdown/toggleButton/index.d.ts +17 -17
  51. package/dist/components/molecules/pagination/Pagination.d.ts +22 -22
  52. package/dist/components/molecules/pagination/index.d.ts +1 -1
  53. package/dist/components/molecules/searchInput/SearchInput.d.ts +34 -34
  54. package/dist/components/molecules/searchInput/filter/FilterPopover.d.ts +16 -16
  55. package/dist/components/molecules/searchInput/filter/index.d.ts +17 -17
  56. package/dist/components/molecules/searchInput/index.d.ts +1 -1
  57. package/dist/components/molecules/table/Colgroup.d.ts +9 -9
  58. package/dist/components/molecules/table/Table.d.ts +3 -3
  59. package/dist/components/molecules/table/body/BinButtonTd.d.ts +7 -7
  60. package/dist/components/molecules/table/body/ChartButtonTd.d.ts +8 -8
  61. package/dist/components/molecules/table/body/CheckboxTd.d.ts +6 -6
  62. package/dist/components/molecules/table/body/EmptyTr.d.ts +8 -8
  63. package/dist/components/molecules/table/body/KebabMenuTd.d.ts +7 -7
  64. package/dist/components/molecules/table/body/RadioTd.d.ts +6 -6
  65. package/dist/components/molecules/table/body/Tr.d.ts +7 -7
  66. package/dist/components/molecules/table/body/index.d.ts +7 -7
  67. package/dist/components/molecules/table/header/FilterButtonsTh.d.ts +7 -7
  68. package/dist/components/molecules/table/header/FilterTh.d.ts +8 -8
  69. package/dist/components/molecules/table/header/SortableColumn.d.ts +15 -15
  70. package/dist/components/molecules/table/header/index.d.ts +17 -17
  71. package/dist/components/molecules/table/index.d.ts +1 -1
  72. package/dist/components/molecules/table/types.d.ts +125 -125
  73. package/dist/components/molecules/toast/Details.d.ts +6 -6
  74. package/dist/components/molecules/toast/Toast.d.ts +31 -31
  75. package/dist/components/molecules/toast/ToastContext.d.ts +15 -15
  76. package/dist/components/molecules/toast/ToastStyle.d.ts +18 -18
  77. package/dist/components/molecules/toast/index.d.ts +1 -1
  78. package/dist/components/molecules/toast/types.d.ts +4 -4
  79. package/dist/components/styleProvider/StyleProvider.d.ts +10 -10
  80. package/dist/components/styleProvider/index.d.ts +1 -1
  81. package/dist/enums/color.d.ts +14 -14
  82. package/dist/enums/direction.d.ts +2 -2
  83. package/dist/enums/gap.d.ts +4 -4
  84. package/dist/enums/size.d.ts +8 -8
  85. package/dist/enums/type.d.ts +4 -4
  86. package/dist/enums/variant.d.ts +8 -8
  87. package/dist/hooks/useButtonState.d.ts +16 -16
  88. package/dist/hooks/useColor.d.ts +4 -4
  89. package/dist/hooks/useCombineRef.d.ts +11 -11
  90. package/dist/hooks/useCreatePortal.d.ts +7 -7
  91. package/dist/hooks/useId.d.ts +7 -7
  92. package/dist/index.d.ts +22 -22
  93. package/dist/index.js +292 -254
  94. package/dist/utils/copy.d.ts +6 -6
  95. package/dist/utils/format.d.ts +2 -2
  96. package/dist/utils/highlight.d.ts +1 -1
  97. package/package.json +74 -74
  98. package/release-please-config.json +8 -0
  99. package/.idea/MaruDesign2.iml +0 -13
  100. package/.idea/codeStyles/Project.xml +0 -77
  101. package/.idea/codeStyles/codeStyleConfig.xml +0 -5
  102. package/.idea/inspectionProfiles/Project_Default.xml +0 -94
  103. package/.idea/jsLinters/eslint.xml +0 -6
  104. package/.idea/material_theme_project_new.xml +0 -12
  105. package/.idea/modules.xml +0 -8
  106. package/.idea/prettier.xml +0 -8
  107. package/.idea/vcs.xml +0 -6
  108. package/.idea/watcherTasks.xml +0 -4
package/dist/index.js CHANGED
@@ -880,6 +880,21 @@ var iconmap = {
880
880
  "circles": [],
881
881
  "rects": []
882
882
  },
883
+ "ChartColumn_s2415": {
884
+ "width": "24",
885
+ "height": "24",
886
+ "viewBox": "0 0 24 24",
887
+ "fill": "none",
888
+ "paths": [{
889
+ "d": "M20 20H6.84444C5.8488 20 5.35097 20 4.97068 19.8062C4.63617 19.6358 4.36421 19.3638 4.19377 19.0293C4 18.649 4 18.1512 4 17.1556V4M7.55556 10.6667V16.8889M11.5556 6.22222V16.8889M15.5556 10.6667V16.8889M19.5556 6.22222V16.8889",
890
+ "stroke": "#8C8C8C",
891
+ "strokeWidth": "1.5",
892
+ "strokeLinecap": "round",
893
+ "strokeLinejoin": "round"
894
+ }],
895
+ "circles": [],
896
+ "rects": []
897
+ },
883
898
  "Chat_s1613": {
884
899
  "width": "16",
885
900
  "height": "16",
@@ -995,6 +1010,51 @@ var iconmap = {
995
1010
  "circles": [],
996
1011
  "rects": []
997
1012
  },
1013
+ "Check_s1413": {
1014
+ "width": "14",
1015
+ "height": "15",
1016
+ "viewBox": "0 0 14 15",
1017
+ "fill": "none",
1018
+ "paths": [{
1019
+ "d": "M3 7.5L5.66667 10.5L11 4.5",
1020
+ "stroke": "#5B59C7",
1021
+ "strokeWidth": "1.3",
1022
+ "strokeLinecap": "round",
1023
+ "strokeLinejoin": "round"
1024
+ }],
1025
+ "circles": [],
1026
+ "rects": []
1027
+ },
1028
+ "Check_s1613": {
1029
+ "width": "16",
1030
+ "height": "16",
1031
+ "viewBox": "0 0 16 16",
1032
+ "fill": "none",
1033
+ "paths": [{
1034
+ "d": "M2 8.55555L5.69231 13L14 3",
1035
+ "stroke": "#BDBDBD",
1036
+ "strokeWidth": "1.3",
1037
+ "strokeLinecap": "round",
1038
+ "strokeLinejoin": "round"
1039
+ }],
1040
+ "circles": [],
1041
+ "rects": []
1042
+ },
1043
+ "Check_s1615": {
1044
+ "width": "16",
1045
+ "height": "16",
1046
+ "viewBox": "0 0 16 16",
1047
+ "fill": "none",
1048
+ "paths": [{
1049
+ "d": "M13.3334 4L6.00008 11.3333L2.66675 8",
1050
+ "stroke": "#8C8C8C",
1051
+ "strokeWidth": "1.5",
1052
+ "strokeLinecap": "round",
1053
+ "strokeLinejoin": "round"
1054
+ }],
1055
+ "circles": [],
1056
+ "rects": []
1057
+ },
998
1058
  "CheckboxIndeterminate_s1610": {
999
1059
  "width": "16",
1000
1060
  "height": "16",
@@ -1101,51 +1161,6 @@ var iconmap = {
1101
1161
  "circles": [],
1102
1162
  "rects": []
1103
1163
  },
1104
- "Check_s1413": {
1105
- "width": "14",
1106
- "height": "15",
1107
- "viewBox": "0 0 14 15",
1108
- "fill": "none",
1109
- "paths": [{
1110
- "d": "M3 7.5L5.66667 10.5L11 4.5",
1111
- "stroke": "#5B59C7",
1112
- "strokeWidth": "1.3",
1113
- "strokeLinecap": "round",
1114
- "strokeLinejoin": "round"
1115
- }],
1116
- "circles": [],
1117
- "rects": []
1118
- },
1119
- "Check_s1613": {
1120
- "width": "16",
1121
- "height": "16",
1122
- "viewBox": "0 0 16 16",
1123
- "fill": "none",
1124
- "paths": [{
1125
- "d": "M2 8.55555L5.69231 13L14 3",
1126
- "stroke": "#BDBDBD",
1127
- "strokeWidth": "1.3",
1128
- "strokeLinecap": "round",
1129
- "strokeLinejoin": "round"
1130
- }],
1131
- "circles": [],
1132
- "rects": []
1133
- },
1134
- "Check_s1615": {
1135
- "width": "16",
1136
- "height": "16",
1137
- "viewBox": "0 0 16 16",
1138
- "fill": "none",
1139
- "paths": [{
1140
- "d": "M13.3334 4L6.00008 11.3333L2.66675 8",
1141
- "stroke": "#8C8C8C",
1142
- "strokeWidth": "1.5",
1143
- "strokeLinecap": "round",
1144
- "strokeLinejoin": "round"
1145
- }],
1146
- "circles": [],
1147
- "rects": []
1148
- },
1149
1164
  "ChevronDown_s1613": {
1150
1165
  "width": "16",
1151
1166
  "height": "16",
@@ -1586,6 +1601,21 @@ var iconmap = {
1586
1601
  "circles": [],
1587
1602
  "rects": []
1588
1603
  },
1604
+ "Clip_s1813": {
1605
+ "width": "18",
1606
+ "height": "19",
1607
+ "viewBox": "0 0 18 19",
1608
+ "fill": "none",
1609
+ "paths": [{
1610
+ "d": "M17 8.53391L8.97628 16.8149C7.1516 18.698 4.1932 18.698 2.36851 16.8149C0.543829 14.9317 0.543829 11.8784 2.36851 9.99525L10.3922 1.7143C11.6087 0.458841 13.581 0.458841 14.7974 1.7143C16.0139 2.96975 16.0139 5.00525 14.7974 6.2607L7.08835 14.2169C6.48012 14.8446 5.49399 14.8446 4.88576 14.2169C4.27753 13.5892 4.27753 12.5714 4.88576 11.9437L11.6509 4.96173",
1611
+ "stroke": "#ADACE3",
1612
+ "strokeWidth": "1.3",
1613
+ "strokeLinecap": "round",
1614
+ "strokeLinejoin": "round"
1615
+ }],
1616
+ "circles": [],
1617
+ "rects": []
1618
+ },
1589
1619
  "ClipboardCheck_s1612": {
1590
1620
  "width": "16",
1591
1621
  "height": "16",
@@ -1691,21 +1721,6 @@ var iconmap = {
1691
1721
  "circles": [],
1692
1722
  "rects": []
1693
1723
  },
1694
- "Clip_s1813": {
1695
- "width": "18",
1696
- "height": "19",
1697
- "viewBox": "0 0 18 19",
1698
- "fill": "none",
1699
- "paths": [{
1700
- "d": "M17 8.53391L8.97628 16.8149C7.1516 18.698 4.1932 18.698 2.36851 16.8149C0.543829 14.9317 0.543829 11.8784 2.36851 9.99525L10.3922 1.7143C11.6087 0.458841 13.581 0.458841 14.7974 1.7143C16.0139 2.96975 16.0139 5.00525 14.7974 6.2607L7.08835 14.2169C6.48012 14.8446 5.49399 14.8446 4.88576 14.2169C4.27753 13.5892 4.27753 12.5714 4.88576 11.9437L11.6509 4.96173",
1701
- "stroke": "#ADACE3",
1702
- "strokeWidth": "1.3",
1703
- "strokeLinecap": "round",
1704
- "strokeLinejoin": "round"
1705
- }],
1706
- "circles": [],
1707
- "rects": []
1708
- },
1709
1724
  "CodeBox_s2410": {
1710
1725
  "width": "24",
1711
1726
  "height": "24",
@@ -2940,6 +2955,18 @@ var iconmap = {
2940
2955
  "circles": [],
2941
2956
  "rects": []
2942
2957
  },
2958
+ "Down_s1610": {
2959
+ "width": "16",
2960
+ "height": "16",
2961
+ "viewBox": "0 0 16 16",
2962
+ "fill": "none",
2963
+ "paths": [{
2964
+ "d": "M3.0624 5.9393L7.43052 11.0368C7.50093 11.1189 7.58827 11.1848 7.68655 11.23C7.78483 11.2752 7.89173 11.2986 7.9999 11.2986C8.10807 11.2986 8.21497 11.2752 8.31325 11.23C8.41152 11.1848 8.49886 11.1189 8.56927 11.0368L12.9374 5.9393C13.3543 5.45273 13.0086 4.70117 12.368 4.70117H3.63052C2.9899 4.70117 2.64428 5.45273 3.0624 5.9393Z",
2965
+ "fill": "#8C8C8C"
2966
+ }],
2967
+ "circles": [],
2968
+ "rects": []
2969
+ },
2943
2970
  "Download01_s1313": {
2944
2971
  "width": "13",
2945
2972
  "height": "14",
@@ -3063,18 +3090,6 @@ var iconmap = {
3063
3090
  "circles": [],
3064
3091
  "rects": []
3065
3092
  },
3066
- "Down_s1610": {
3067
- "width": "16",
3068
- "height": "16",
3069
- "viewBox": "0 0 16 16",
3070
- "fill": "none",
3071
- "paths": [{
3072
- "d": "M3.0624 5.9393L7.43052 11.0368C7.50093 11.1189 7.58827 11.1848 7.68655 11.23C7.78483 11.2752 7.89173 11.2986 7.9999 11.2986C8.10807 11.2986 8.21497 11.2752 8.31325 11.23C8.41152 11.1848 8.49886 11.1189 8.56927 11.0368L12.9374 5.9393C13.3543 5.45273 13.0086 4.70117 12.368 4.70117H3.63052C2.9899 4.70117 2.64428 5.45273 3.0624 5.9393Z",
3073
- "fill": "#8C8C8C"
3074
- }],
3075
- "circles": [],
3076
- "rects": []
3077
- },
3078
3093
  "Drag_s1613": {
3079
3094
  "width": "16",
3080
3095
  "height": "16",
@@ -3566,6 +3581,27 @@ var iconmap = {
3566
3581
  "circles": [],
3567
3582
  "rects": []
3568
3583
  },
3584
+ "FileOut_s1612": {
3585
+ "width": "13",
3586
+ "height": "16",
3587
+ "viewBox": "0 0 13 16",
3588
+ "fill": "none",
3589
+ "paths": [{
3590
+ "d": "M11.3332 8.33398V4.53398C11.3332 3.41388 11.3332 2.85383 11.1152 2.426C10.9234 2.04968 10.6175 1.74372 10.2412 1.55197C9.81333 1.33398 9.25328 1.33398 8.13317 1.33398H3.8665C2.7464 1.33398 2.18635 1.33398 1.75852 1.55197C1.3822 1.74372 1.07624 2.04968 0.884491 2.426C0.666504 2.85383 0.666504 3.41388 0.666504 4.53398V11.4673C0.666504 12.5874 0.666504 13.1475 0.884491 13.5753C1.07624 13.9516 1.3822 14.2576 1.75852 14.4493C2.18635 14.6673 2.74637 14.6673 3.86641 14.6673H6.33317",
3591
+ "stroke": "#5C5C5C",
3592
+ "strokeWidth": "1.2",
3593
+ "strokeLinecap": "round",
3594
+ "strokeLinejoin": "round"
3595
+ }, {
3596
+ "d": "M10 14.667L12 12.667M12 12.667L10 10.667M12 12.667L10 12.667L8 12.667",
3597
+ "stroke": "#5C5C5C",
3598
+ "strokeWidth": "1.2",
3599
+ "strokeLinecap": "round",
3600
+ "strokeLinejoin": "round"
3601
+ }],
3602
+ "circles": [],
3603
+ "rects": []
3604
+ },
3569
3605
  "FileOutput_s1410": {
3570
3606
  "width": "14",
3571
3607
  "height": "14",
@@ -3610,27 +3646,6 @@ var iconmap = {
3610
3646
  "circles": [],
3611
3647
  "rects": []
3612
3648
  },
3613
- "FileOut_s1612": {
3614
- "width": "13",
3615
- "height": "16",
3616
- "viewBox": "0 0 13 16",
3617
- "fill": "none",
3618
- "paths": [{
3619
- "d": "M11.3332 8.33398V4.53398C11.3332 3.41388 11.3332 2.85383 11.1152 2.426C10.9234 2.04968 10.6175 1.74372 10.2412 1.55197C9.81333 1.33398 9.25328 1.33398 8.13317 1.33398H3.8665C2.7464 1.33398 2.18635 1.33398 1.75852 1.55197C1.3822 1.74372 1.07624 2.04968 0.884491 2.426C0.666504 2.85383 0.666504 3.41388 0.666504 4.53398V11.4673C0.666504 12.5874 0.666504 13.1475 0.884491 13.5753C1.07624 13.9516 1.3822 14.2576 1.75852 14.4493C2.18635 14.6673 2.74637 14.6673 3.86641 14.6673H6.33317",
3620
- "stroke": "#5C5C5C",
3621
- "strokeWidth": "1.2",
3622
- "strokeLinecap": "round",
3623
- "strokeLinejoin": "round"
3624
- }, {
3625
- "d": "M10 14.667L12 12.667M12 12.667L10 10.667M12 12.667L10 12.667L8 12.667",
3626
- "stroke": "#5C5C5C",
3627
- "strokeWidth": "1.2",
3628
- "strokeLinecap": "round",
3629
- "strokeLinejoin": "round"
3630
- }],
3631
- "circles": [],
3632
- "rects": []
3633
- },
3634
3649
  "FilePlus02_s1615": {
3635
3650
  "width": "16",
3636
3651
  "height": "16",
@@ -3975,6 +3990,27 @@ var iconmap = {
3975
3990
  "circles": [],
3976
3991
  "rects": []
3977
3992
  },
3993
+ "Flag_s2420": {
3994
+ "width": "24",
3995
+ "height": "24",
3996
+ "viewBox": "0 0 24 24",
3997
+ "fill": "none",
3998
+ "paths": [{
3999
+ "d": "M4 15C4 15 5 14 8 14C11 14 13 16 16 16C19 16 20 15 20 15V3C20 3 19 4 16 4C13 4 11 2 8 2C5 2 4 3 4 3V15Z",
4000
+ "stroke": "#8C8C8C",
4001
+ "strokeWidth": "2",
4002
+ "strokeLinecap": "round",
4003
+ "strokeLinejoin": "round"
4004
+ }, {
4005
+ "d": "M4 22V15",
4006
+ "stroke": "#8C8C8C",
4007
+ "strokeWidth": "2",
4008
+ "strokeLinecap": "round",
4009
+ "strokeLinejoin": "round"
4010
+ }],
4011
+ "circles": [],
4012
+ "rects": []
4013
+ },
3978
4014
  "FolderMove_s1413": {
3979
4015
  "width": "14",
3980
4016
  "height": "14",
@@ -4125,27 +4161,6 @@ var iconmap = {
4125
4161
  "circles": [],
4126
4162
  "rects": []
4127
4163
  },
4128
- "Folders_s2415": {
4129
- "width": "24",
4130
- "height": "24",
4131
- "viewBox": "0 0 24 24",
4132
- "fill": "none",
4133
- "paths": [{
4134
- "d": "M9.33332 4H12L13.7778 5.77778H18.2222C18.6937 5.77778 19.1459 5.96508 19.4793 6.29848C19.8127 6.63187 20 7.08406 20 7.55556V13.7778C20 14.2493 19.8127 14.7015 19.4793 15.0349C19.1459 15.3683 18.6937 15.5556 18.2222 15.5556H9.33332C8.86182 15.5556 8.40964 15.3683 8.07624 15.0349C7.74284 14.7015 7.55554 14.2493 7.55554 13.7778V5.77778C7.55554 5.30628 7.74284 4.8541 8.07624 4.5207C8.40964 4.1873 8.86182 4 9.33332 4Z",
4135
- "stroke": "#5C5C5C",
4136
- "strokeWidth": "1.5",
4137
- "strokeLinecap": "round",
4138
- "strokeLinejoin": "round"
4139
- }, {
4140
- "d": "M16.4444 15.5556V17.3333C16.4444 17.8048 16.2571 18.257 15.9237 18.5904C15.5903 18.9238 15.1382 19.1111 14.6667 19.1111H5.77778C5.30628 19.1111 4.8541 18.9238 4.5207 18.5904C4.1873 18.257 4 17.8048 4 17.3333V9.33334C4 8.86184 4.1873 8.40965 4.5207 8.07626C4.8541 7.74286 5.30628 7.55556 5.77778 7.55556H7.55556",
4141
- "stroke": "#5C5C5C",
4142
- "strokeWidth": "1.5",
4143
- "strokeLinecap": "round",
4144
- "strokeLinejoin": "round"
4145
- }],
4146
- "circles": [],
4147
- "rects": []
4148
- },
4149
4164
  "Folder_s1810": {
4150
4165
  "width": "18",
4151
4166
  "height": "18",
@@ -4219,6 +4234,27 @@ var iconmap = {
4219
4234
  "circles": [],
4220
4235
  "rects": []
4221
4236
  },
4237
+ "Folders_s2415": {
4238
+ "width": "24",
4239
+ "height": "24",
4240
+ "viewBox": "0 0 24 24",
4241
+ "fill": "none",
4242
+ "paths": [{
4243
+ "d": "M9.33332 4H12L13.7778 5.77778H18.2222C18.6937 5.77778 19.1459 5.96508 19.4793 6.29848C19.8127 6.63187 20 7.08406 20 7.55556V13.7778C20 14.2493 19.8127 14.7015 19.4793 15.0349C19.1459 15.3683 18.6937 15.5556 18.2222 15.5556H9.33332C8.86182 15.5556 8.40964 15.3683 8.07624 15.0349C7.74284 14.7015 7.55554 14.2493 7.55554 13.7778V5.77778C7.55554 5.30628 7.74284 4.8541 8.07624 4.5207C8.40964 4.1873 8.86182 4 9.33332 4Z",
4244
+ "stroke": "#5C5C5C",
4245
+ "strokeWidth": "1.5",
4246
+ "strokeLinecap": "round",
4247
+ "strokeLinejoin": "round"
4248
+ }, {
4249
+ "d": "M16.4444 15.5556V17.3333C16.4444 17.8048 16.2571 18.257 15.9237 18.5904C15.5903 18.9238 15.1382 19.1111 14.6667 19.1111H5.77778C5.30628 19.1111 4.8541 18.9238 4.5207 18.5904C4.1873 18.257 4 17.8048 4 17.3333V9.33334C4 8.86184 4.1873 8.40965 4.5207 8.07626C4.8541 7.74286 5.30628 7.55556 5.77778 7.55556H7.55556",
4250
+ "stroke": "#5C5C5C",
4251
+ "strokeWidth": "1.5",
4252
+ "strokeLinecap": "round",
4253
+ "strokeLinejoin": "round"
4254
+ }],
4255
+ "circles": [],
4256
+ "rects": []
4257
+ },
4222
4258
  "GitPullRequestArrow_s1410": {
4223
4259
  "width": "14",
4224
4260
  "height": "14",
@@ -6537,6 +6573,18 @@ var iconmap = {
6537
6573
  "circles": [],
6538
6574
  "rects": []
6539
6575
  },
6576
+ "Up_s1610": {
6577
+ "width": "16",
6578
+ "height": "16",
6579
+ "viewBox": "0 0 16 16",
6580
+ "fill": "none",
6581
+ "paths": [{
6582
+ "d": "M12.9376 10.0607L8.56948 4.9632C8.49907 4.88108 8.41173 4.81516 8.31345 4.76997C8.21517 4.72477 8.10827 4.70138 8.0001 4.70138C7.89193 4.70138 7.78504 4.72477 7.68676 4.76997C7.58848 4.81516 7.50114 4.88108 7.43073 4.9632L3.0626 10.0607C2.64573 10.5473 2.99135 11.2988 3.63198 11.2988L12.3695 11.2988C13.0101 11.2988 13.3557 10.5473 12.9376 10.0607Z",
6583
+ "fill": "#8C8C8C"
6584
+ }],
6585
+ "circles": [],
6586
+ "rects": []
6587
+ },
6540
6588
  "Upload01_s1613": {
6541
6589
  "width": "16",
6542
6590
  "height": "16",
@@ -6558,18 +6606,6 @@ var iconmap = {
6558
6606
  "circles": [],
6559
6607
  "rects": []
6560
6608
  },
6561
- "Up_s1610": {
6562
- "width": "16",
6563
- "height": "16",
6564
- "viewBox": "0 0 16 16",
6565
- "fill": "none",
6566
- "paths": [{
6567
- "d": "M12.9376 10.0607L8.56948 4.9632C8.49907 4.88108 8.41173 4.81516 8.31345 4.76997C8.21517 4.72477 8.10827 4.70138 8.0001 4.70138C7.89193 4.70138 7.78504 4.72477 7.68676 4.76997C7.58848 4.81516 7.50114 4.88108 7.43073 4.9632L3.0626 10.0607C2.64573 10.5473 2.99135 11.2988 3.63198 11.2988L12.3695 11.2988C13.0101 11.2988 13.3557 10.5473 12.9376 10.0607Z",
6568
- "fill": "#8C8C8C"
6569
- }],
6570
- "circles": [],
6571
- "rects": []
6572
- },
6573
6609
  "UserAccess_s1413": {
6574
6610
  "width": "14",
6575
6611
  "height": "14",
@@ -6756,51 +6792,6 @@ var iconmap = {
6756
6792
  "circles": [],
6757
6793
  "rects": []
6758
6794
  },
6759
- "Users01_s1615": {
6760
- "width": "16",
6761
- "height": "16",
6762
- "viewBox": "0 0 16 16",
6763
- "fill": "none",
6764
- "paths": [{
6765
- "d": "M14.6666 14V12.6667C14.6666 11.4241 13.8167 10.38 12.6666 10.084M10.3333 2.19384C11.3105 2.58943 11.9999 3.54754 11.9999 4.66667C11.9999 5.78579 11.3105 6.7439 10.3333 7.13949M11.3333 14C11.3333 12.7575 11.3333 12.1362 11.1303 11.6462C10.8596 10.9928 10.3405 10.4736 9.68707 10.203C9.19702 10 8.57576 10 7.33325 10H5.33325C4.09074 10 3.46949 10 2.97943 10.203C2.32602 10.4736 1.80689 10.9928 1.53624 11.6462C1.33325 12.1362 1.33325 12.7575 1.33325 14M8.99992 4.66667C8.99992 6.13943 7.80601 7.33333 6.33325 7.33333C4.86049 7.33333 3.66659 6.13943 3.66659 4.66667C3.66659 3.19391 4.86049 2 6.33325 2C7.80601 2 8.99992 3.19391 8.99992 4.66667Z",
6766
- "stroke": "#8C8C8C",
6767
- "strokeWidth": "1.5",
6768
- "strokeLinecap": "round",
6769
- "strokeLinejoin": "round"
6770
- }],
6771
- "circles": [],
6772
- "rects": []
6773
- },
6774
- "Users01_s2415": {
6775
- "width": "24",
6776
- "height": "24",
6777
- "viewBox": "0 0 24 24",
6778
- "fill": "none",
6779
- "paths": [{
6780
- "d": "M21 20V18.2222C21 16.5655 19.8527 15.1734 18.3 14.7787M15.15 4.25845C16.4693 4.78591 17.4 6.06339 17.4 7.55556C17.4 9.04772 16.4693 10.3252 15.15 10.8527M16.5 20C16.5 18.3433 16.5 17.515 16.226 16.8616C15.8606 15.9904 15.1598 15.2982 14.2777 14.9373C13.6161 14.6667 12.7774 14.6667 11.1 14.6667H8.4C6.72261 14.6667 5.88392 14.6667 5.22234 14.9373C4.34024 15.2982 3.63941 15.9904 3.27403 16.8616C3 17.515 3 18.3433 3 20M13.35 7.55556C13.35 9.51923 11.7382 11.1111 9.75 11.1111C7.76177 11.1111 6.15 9.51923 6.15 7.55556C6.15 5.59188 7.76177 4 9.75 4C11.7382 4 13.35 5.59188 13.35 7.55556Z",
6781
- "stroke": "#8C8C8C",
6782
- "strokeWidth": "1.5",
6783
- "strokeLinecap": "round",
6784
- "strokeLinejoin": "round"
6785
- }],
6786
- "circles": [],
6787
- "rects": []
6788
- },
6789
- "Users01_s2420": {
6790
- "width": "24",
6791
- "height": "24",
6792
- "viewBox": "0 0 24 24",
6793
- "fill": "none",
6794
- "paths": [{
6795
- "d": "M22 21V19C22 17.1362 20.7252 15.5701 19 15.126M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M17 21C17 19.1362 17 18.2044 16.6955 17.4693C16.2895 16.4892 15.5108 15.7105 14.5307 15.3045C13.7956 15 12.8638 15 11 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z",
6796
- "stroke": "#BDBDBD",
6797
- "strokeWidth": "2",
6798
- "strokeLinecap": "round",
6799
- "strokeLinejoin": "round"
6800
- }],
6801
- "circles": [],
6802
- "rects": []
6803
- },
6804
6795
  "User_s1613": {
6805
6796
  "width": "16",
6806
6797
  "height": "17",
@@ -6857,6 +6848,51 @@ var iconmap = {
6857
6848
  "circles": [],
6858
6849
  "rects": []
6859
6850
  },
6851
+ "Users01_s1615": {
6852
+ "width": "16",
6853
+ "height": "16",
6854
+ "viewBox": "0 0 16 16",
6855
+ "fill": "none",
6856
+ "paths": [{
6857
+ "d": "M14.6666 14V12.6667C14.6666 11.4241 13.8167 10.38 12.6666 10.084M10.3333 2.19384C11.3105 2.58943 11.9999 3.54754 11.9999 4.66667C11.9999 5.78579 11.3105 6.7439 10.3333 7.13949M11.3333 14C11.3333 12.7575 11.3333 12.1362 11.1303 11.6462C10.8596 10.9928 10.3405 10.4736 9.68707 10.203C9.19702 10 8.57576 10 7.33325 10H5.33325C4.09074 10 3.46949 10 2.97943 10.203C2.32602 10.4736 1.80689 10.9928 1.53624 11.6462C1.33325 12.1362 1.33325 12.7575 1.33325 14M8.99992 4.66667C8.99992 6.13943 7.80601 7.33333 6.33325 7.33333C4.86049 7.33333 3.66659 6.13943 3.66659 4.66667C3.66659 3.19391 4.86049 2 6.33325 2C7.80601 2 8.99992 3.19391 8.99992 4.66667Z",
6858
+ "stroke": "#8C8C8C",
6859
+ "strokeWidth": "1.5",
6860
+ "strokeLinecap": "round",
6861
+ "strokeLinejoin": "round"
6862
+ }],
6863
+ "circles": [],
6864
+ "rects": []
6865
+ },
6866
+ "Users01_s2415": {
6867
+ "width": "24",
6868
+ "height": "24",
6869
+ "viewBox": "0 0 24 24",
6870
+ "fill": "none",
6871
+ "paths": [{
6872
+ "d": "M21 20V18.2222C21 16.5655 19.8527 15.1734 18.3 14.7787M15.15 4.25845C16.4693 4.78591 17.4 6.06339 17.4 7.55556C17.4 9.04772 16.4693 10.3252 15.15 10.8527M16.5 20C16.5 18.3433 16.5 17.515 16.226 16.8616C15.8606 15.9904 15.1598 15.2982 14.2777 14.9373C13.6161 14.6667 12.7774 14.6667 11.1 14.6667H8.4C6.72261 14.6667 5.88392 14.6667 5.22234 14.9373C4.34024 15.2982 3.63941 15.9904 3.27403 16.8616C3 17.515 3 18.3433 3 20M13.35 7.55556C13.35 9.51923 11.7382 11.1111 9.75 11.1111C7.76177 11.1111 6.15 9.51923 6.15 7.55556C6.15 5.59188 7.76177 4 9.75 4C11.7382 4 13.35 5.59188 13.35 7.55556Z",
6873
+ "stroke": "#8C8C8C",
6874
+ "strokeWidth": "1.5",
6875
+ "strokeLinecap": "round",
6876
+ "strokeLinejoin": "round"
6877
+ }],
6878
+ "circles": [],
6879
+ "rects": []
6880
+ },
6881
+ "Users01_s2420": {
6882
+ "width": "24",
6883
+ "height": "24",
6884
+ "viewBox": "0 0 24 24",
6885
+ "fill": "none",
6886
+ "paths": [{
6887
+ "d": "M22 21V19C22 17.1362 20.7252 15.5701 19 15.126M15.5 3.29076C16.9659 3.88415 18 5.32131 18 7C18 8.67869 16.9659 10.1159 15.5 10.7092M17 21C17 19.1362 17 18.2044 16.6955 17.4693C16.2895 16.4892 15.5108 15.7105 14.5307 15.3045C13.7956 15 12.8638 15 11 15H8C6.13623 15 5.20435 15 4.46927 15.3045C3.48915 15.7105 2.71046 16.4892 2.30448 17.4693C2 18.2044 2 19.1362 2 21M13.5 7C13.5 9.20914 11.7091 11 9.5 11C7.29086 11 5.5 9.20914 5.5 7C5.5 4.79086 7.29086 3 9.5 3C11.7091 3 13.5 4.79086 13.5 7Z",
6888
+ "stroke": "#BDBDBD",
6889
+ "strokeWidth": "2",
6890
+ "strokeLinecap": "round",
6891
+ "strokeLinejoin": "round"
6892
+ }],
6893
+ "circles": [],
6894
+ "rects": []
6895
+ },
6860
6896
  "XCircleBg_s1612": {
6861
6897
  "width": "16",
6862
6898
  "height": "16",
@@ -7184,6 +7220,7 @@ var ICONS = {
7184
7220
  "CalendarDate_s2420": "CalendarDate_s2420",
7185
7221
  "Calendar_s1615": "Calendar_s1615",
7186
7222
  "Character_s1613": "Character_s1613",
7223
+ "ChartColumn_s2415": "ChartColumn_s2415",
7187
7224
  "Chat_s1613": "Chat_s1613",
7188
7225
  "CheckCircleBg_s1612": "CheckCircleBg_s1612",
7189
7226
  "CheckCircleBg_s1810": "CheckCircleBg_s1810",
@@ -7191,6 +7228,9 @@ var ICONS = {
7191
7228
  "CheckCircle_s1210": "CheckCircle_s1210",
7192
7229
  "CheckCircle_s1413": "CheckCircle_s1413",
7193
7230
  "CheckCircle_s1613": "CheckCircle_s1613",
7231
+ "Check_s1413": "Check_s1413",
7232
+ "Check_s1613": "Check_s1613",
7233
+ "Check_s1615": "Check_s1615",
7194
7234
  "CheckboxIndeterminate_s1610": "CheckboxIndeterminate_s1610",
7195
7235
  "CheckboxIndeterminate_s1810": "CheckboxIndeterminate_s1810",
7196
7236
  "CheckboxOff_s1610": "CheckboxOff_s1610",
@@ -7199,9 +7239,6 @@ var ICONS = {
7199
7239
  "CheckboxOn_s1610": "CheckboxOn_s1610",
7200
7240
  "CheckboxOn_s1810": "CheckboxOn_s1810",
7201
7241
  "CheckboxOn_s2410": "CheckboxOn_s2410",
7202
- "Check_s1413": "Check_s1413",
7203
- "Check_s1613": "Check_s1613",
7204
- "Check_s1615": "Check_s1615",
7205
7242
  "ChevronDown_s1613": "ChevronDown_s1613",
7206
7243
  "ChevronDown_s1615": "ChevronDown_s1615",
7207
7244
  "ChevronDown_s2015": "ChevronDown_s2015",
@@ -7231,6 +7268,7 @@ var ICONS = {
7231
7268
  "ChevronUp_s2015": "ChevronUp_s2015",
7232
7269
  "ChevronUp_s2415": "ChevronUp_s2415",
7233
7270
  "ChevronUp_s2420": "ChevronUp_s2420",
7271
+ "Clip_s1813": "Clip_s1813",
7234
7272
  "ClipboardCheck_s1612": "ClipboardCheck_s1612",
7235
7273
  "ClipboardCheck_s1615": "ClipboardCheck_s1615",
7236
7274
  "ClipboardPlus_s1615": "ClipboardPlus_s1615",
@@ -7238,7 +7276,6 @@ var ICONS = {
7238
7276
  "ClipboardPlus_s2415": "ClipboardPlus_s2415",
7239
7277
  "ClipboardX_s1613": "ClipboardX_s1613",
7240
7278
  "Clipboard_s1615": "Clipboard_s1615",
7241
- "Clip_s1813": "Clip_s1813",
7242
7279
  "CodeBox_s2410": "CodeBox_s2410",
7243
7280
  "CodeSnippet02_s2420": "CodeSnippet02_s2420",
7244
7281
  "CodeSnippet_s1810": "CodeSnippet_s1810",
@@ -7290,6 +7327,7 @@ var ICONS = {
7290
7327
  "DotsVertical02_s2010": "DotsVertical02_s2010",
7291
7328
  "DotsVertical_s1815": "DotsVertical_s1815",
7292
7329
  "DotsVertical_s2415": "DotsVertical_s2415",
7330
+ "Down_s1610": "Down_s1610",
7293
7331
  "Download01_s1313": "Download01_s1313",
7294
7332
  "Download01_s1413": "Download01_s1413",
7295
7333
  "Download01_s1613": "Download01_s1613",
@@ -7297,7 +7335,6 @@ var ICONS = {
7297
7335
  "Downstream_s1310": "Downstream_s1310",
7298
7336
  "Downstream_s1410": "Downstream_s1410",
7299
7337
  "Downstream_s2410": "Downstream_s2410",
7300
- "Down_s1610": "Down_s1610",
7301
7338
  "Drag_s1613": "Drag_s1613",
7302
7339
  "Edit03_s1210": "Edit03_s1210",
7303
7340
  "Edit03_s1413": "Edit03_s1413",
@@ -7324,8 +7361,8 @@ var ICONS = {
7324
7361
  "FileEdit_s2415": "FileEdit_s2415",
7325
7362
  "FileInfoCorner_s1410": "FileInfoCorner_s1410",
7326
7363
  "FileInfo_s1810": "FileInfo_s1810",
7327
- "FileOutput_s1410": "FileOutput_s1410",
7328
7364
  "FileOut_s1612": "FileOut_s1612",
7365
+ "FileOutput_s1410": "FileOutput_s1410",
7329
7366
  "FilePlus02_s1615": "FilePlus02_s1615",
7330
7367
  "FilePlus_s1810": "FilePlus_s1810",
7331
7368
  "FilePlus_s1812": "FilePlus_s1812",
@@ -7346,6 +7383,7 @@ var ICONS = {
7346
7383
  "File_s3020": "File_s3020",
7347
7384
  "FilterLines_s1815": "FilterLines_s1815",
7348
7385
  "Filter_s1613": "Filter_s1613",
7386
+ "Flag_s2420": "Flag_s2420",
7349
7387
  "FolderMove_s1413": "FolderMove_s1413",
7350
7388
  "FolderSetting_s2013": "FolderSetting_s2013",
7351
7389
  "FolderSetting_s2015": "FolderSetting_s2015",
@@ -7353,12 +7391,12 @@ var ICONS = {
7353
7391
  "FolderUpload_s1615": "FolderUpload_s1615",
7354
7392
  "FolderUpload_s1815": "FolderUpload_s1815",
7355
7393
  "FolderUpload_s2420": "FolderUpload_s2420",
7356
- "Folders_s2415": "Folders_s2415",
7357
7394
  "Folder_s1810": "Folder_s1810",
7358
7395
  "Folder_s1815": "Folder_s1815",
7359
7396
  "Folder_s2415": "Folder_s2415",
7360
7397
  "Folder_s2420": "Folder_s2420",
7361
7398
  "Folder_s2820": "Folder_s2820",
7399
+ "Folders_s2415": "Folders_s2415",
7362
7400
  "GitPullRequestArrow_s1410": "GitPullRequestArrow_s1410",
7363
7401
  "Globe01_s1615": "Globe01_s1615",
7364
7402
  "Globe02_s1810": "Globe02_s1810",
@@ -7490,8 +7528,8 @@ var ICONS = {
7490
7528
  "Trash01_s1810": "Trash01_s1810",
7491
7529
  "Trash01_s1815": "Trash01_s1815",
7492
7530
  "Triangle_s1615": "Triangle_s1615",
7493
- "Upload01_s1613": "Upload01_s1613",
7494
7531
  "Up_s1610": "Up_s1610",
7532
+ "Upload01_s1613": "Upload01_s1613",
7495
7533
  "UserAccess_s1413": "UserAccess_s1413",
7496
7534
  "UserCircleBg_s2415": "UserCircleBg_s2415",
7497
7535
  "UserCircle_s1615": "UserCircle_s1615",
@@ -7503,12 +7541,12 @@ var ICONS = {
7503
7541
  "UserPlus_s1812": "UserPlus_s1812",
7504
7542
  "UserSetting_s1613": "UserSetting_s1613",
7505
7543
  "UserSetting_s2015": "UserSetting_s2015",
7506
- "Users01_s1615": "Users01_s1615",
7507
- "Users01_s2415": "Users01_s2415",
7508
- "Users01_s2420": "Users01_s2420",
7509
7544
  "User_s1613": "User_s1613",
7510
7545
  "User_s1810": "User_s1810",
7511
7546
  "User_s1815": "User_s1815",
7547
+ "Users01_s1615": "Users01_s1615",
7548
+ "Users01_s2415": "Users01_s2415",
7549
+ "Users01_s2420": "Users01_s2420",
7512
7550
  "XCircleBg_s1612": "XCircleBg_s1612",
7513
7551
  "XCircle_s1210": "XCircle_s1210",
7514
7552
  "XCircle_s1413": "XCircle_s1413",
@@ -7545,9 +7583,9 @@ function Icon(_a) {
7545
7583
  var _d = useState(false),
7546
7584
  hover = _d[0],
7547
7585
  setHover = _d[1];
7548
- /**
7549
- * 아이콘 최종 색깔
7550
- * hoverColor를 설정해줬을때만 hoverColor가 적용되도록
7586
+ /**
7587
+ * 아이콘 최종 색깔
7588
+ * hoverColor를 설정해줬을때만 hoverColor가 적용되도록
7551
7589
  */
7552
7590
  var iconColor = useMemo(function () {
7553
7591
  if (hoverColor && hover) {
@@ -7555,28 +7593,28 @@ function Icon(_a) {
7555
7593
  }
7556
7594
  return keyColor;
7557
7595
  }, [hoverColor, hover, keyColor, hoverKeyColor]);
7558
- /**
7559
- * circle.fill를 svg에 있는대로 두고 싶으면 true
7560
- * circle.fill은 지정 색이 아니라 white로 고정시켜야함
7596
+ /**
7597
+ * circle.fill를 svg에 있는대로 두고 싶으면 true
7598
+ * circle.fill은 지정 색이 아니라 white로 고정시켜야함
7561
7599
  */
7562
7600
  var staticCircleFill = useMemo(function () {
7563
7601
  return name === ICONS.QuestionCircleBg_s1610;
7564
7602
  }, [name]);
7565
- /**
7566
- * circle.fill을 transparent로 두고 싶으면 true
7603
+ /**
7604
+ * circle.fill을 transparent로 두고 싶으면 true
7567
7605
  */
7568
7606
  var transparentCircleFill = useMemo(function () {
7569
7607
  return name === ICONS.AlertCircle_s1610;
7570
7608
  }, [name]);
7571
- /**
7572
- * 마지막 path.stroke를 svg에 있는대로 두고 싶으면 true
7573
- * 마지막 path.stroke은 지정 색이 아니라 white로 고정시켜야함
7609
+ /**
7610
+ * 마지막 path.stroke를 svg에 있는대로 두고 싶으면 true
7611
+ * 마지막 path.stroke은 지정 색이 아니라 white로 고정시켜야함
7574
7612
  */
7575
7613
  var staticPathStorke = useMemo(function () {
7576
7614
  return name === ICONS.ChevronLeftCircleBg_s2415 || name === ICONS.ChevronRightCircleBg_s2415 || name === ICONS.CheckCircleBg_s1612 || name === ICONS.XCircleBg_s1612 || name === ICONS.XDiamondBg_s2415 || name === ICONS.XDiamondBg_s2015 || name === ICONS.UserCircleBg_s2415 || name === ICONS.BarChartSquare01Bg_s1810;
7577
7615
  }, [name]);
7578
- /**
7579
- * path.fill를 svg에 있는대로 두고 싶으면 true
7616
+ /**
7617
+ * path.fill를 svg에 있는대로 두고 싶으면 true
7580
7618
  */
7581
7619
  var staticPathFill = useMemo(function () {
7582
7620
  return name === ICONS.StopCircleBg_s1513;
@@ -7746,13 +7784,13 @@ Button.defaultProps = {
7746
7784
  };
7747
7785
  Button.displayName = 'Button';
7748
7786
 
7749
- /**
7750
- * 파라미터로 들어온 ref들을 generic type을 가진 ref로 바꾸는 hook
7751
- * ex. refs(주로 부모 refs)가 HTMLInputElement인 RefObject일 때,
7752
- * combineRef를 선언한 컴포넌트의 ref<T>로 바꿀때 사용.
7753
- * 참고 : RefObejct는 default로 null을 가지고, MutableRefObject는 그 외 다른 값을 가짐
7754
- * @param refs RefObject or function
7755
- * @returns RefObject
7787
+ /**
7788
+ * 파라미터로 들어온 ref들을 generic type을 가진 ref로 바꾸는 hook
7789
+ * ex. refs(주로 부모 refs)가 HTMLInputElement인 RefObject일 때,
7790
+ * combineRef를 선언한 컴포넌트의 ref<T>로 바꿀때 사용.
7791
+ * 참고 : RefObejct는 default로 null을 가지고, MutableRefObject는 그 외 다른 값을 가짐
7792
+ * @param refs RefObject or function
7793
+ * @returns RefObject
7756
7794
  */
7757
7795
  var useCombineRef = function useCombineRef() {
7758
7796
  var refs = [];
@@ -7776,10 +7814,10 @@ var useCombineRef = function useCombineRef() {
7776
7814
  };
7777
7815
 
7778
7816
  /* eslint-disable no-bitwise */
7779
- /**
7780
- * 최대 32자리의 uuid를 생성합니다.
7781
- * @param length 1 <= lenght <= 32 or undefined
7782
- * @returns uuid
7817
+ /**
7818
+ * 최대 32자리의 uuid를 생성합니다.
7819
+ * @param length 1 <= lenght <= 32 or undefined
7820
+ * @returns uuid
7783
7821
  */
7784
7822
  function uuidv4(length) {
7785
7823
  try {
@@ -69812,10 +69850,10 @@ hljs.HighlightJS = hljs;
69812
69850
  hljs.default = hljs;
69813
69851
  var lib = hljs;
69814
69852
 
69815
- /**
69816
- * 복사해주는 함수 성공하면 'complete'를, 실패하면 'undefined'를 리턴
69817
- * @param text
69818
- * @returns
69853
+ /**
69854
+ * 복사해주는 함수 성공하면 'complete'를, 실패하면 'undefined'를 리턴
69855
+ * @param text
69856
+ * @returns
69819
69857
  */
69820
69858
  // eslint-disable-next-line import/prefer-default-export
69821
69859
  var textCopy = function textCopy(text) {
@@ -69930,8 +69968,8 @@ var Input = /*#__PURE__*/forwardRef(function (_a, inputRef) {
69930
69968
  setShowClearButton(!hiddenClearButton);
69931
69969
  }
69932
69970
  }, [props.defaultValue, hiddenClearButton]);
69933
- /**
69934
- * persistentPlaceholder = true일때 보여줄 placeholder 세팅
69971
+ /**
69972
+ * persistentPlaceholder = true일때 보여줄 placeholder 세팅
69935
69973
  */
69936
69974
  useEffect(function () {
69937
69975
  if (persistentPlaceholder && props.placeholder) {
@@ -71963,9 +72001,9 @@ function Popover(_a) {
71963
72001
  var popoverRef = useRef(null);
71964
72002
  useEffect(function () {
71965
72003
  if (anchorEl && popoverRef.current && open) {
71966
- /**
71967
- * instance를 useMemo로 선언하면 레퍼런스의 DOM을 찾지 못 하고,
71968
- * useCallback으로 선언하면 함수라서 호출 될 때 마다 새로운 객체가 생성되어 .update가 동작하지 않음
72004
+ /**
72005
+ * instance를 useMemo로 선언하면 레퍼런스의 DOM을 찾지 못 하고,
72006
+ * useCallback으로 선언하면 함수라서 호출 될 때 마다 새로운 객체가 생성되어 .update가 동작하지 않음
71969
72007
  */
71970
72008
  var instance = createPopper(anchorEl, popoverRef.current, {
71971
72009
  placement: direction,
@@ -72194,10 +72232,10 @@ var Textarea = /*#__PURE__*/forwardRef(function (_a, textareaRef) {
72194
72232
  var maxHeight = useCallback(function (lineHeight) {
72195
72233
  return maxRows ? maxRows * lineHeight : Infinity;
72196
72234
  }, [maxRows]);
72197
- /**
72198
- * textarea의 높이를 조절하는 함수
72199
- * - rows는 기본적으로 초기 높이 설정하는데에만 쓰임
72200
- * - 동적 높이 조정은 css height 속성 변경으로 조정해야함
72235
+ /**
72236
+ * textarea의 높이를 조절하는 함수
72237
+ * - rows는 기본적으로 초기 높이 설정하는데에만 쓰임
72238
+ * - 동적 높이 조정은 css height 속성 변경으로 조정해야함
72201
72239
  */
72202
72240
  var resizeHeight = function resizeHeight() {
72203
72241
  if (combineRef.current) {
@@ -72444,9 +72482,9 @@ function Tooltip(_a) {
72444
72482
  var show = open && !hidden;
72445
72483
  useEffect(function () {
72446
72484
  if (wrapperRef.current && tooltipRef.current && show) {
72447
- /**
72448
- * instance를 useMemo로 선언하면 레퍼런스의 DOM을 찾지 못 하고,
72449
- * useCallback으로 선언하면 함수라서 호출 될 때 마다 새로운 객체가 생성되어 .update가 동작하지 않음
72485
+ /**
72486
+ * instance를 useMemo로 선언하면 레퍼런스의 DOM을 찾지 못 하고,
72487
+ * useCallback으로 선언하면 함수라서 호출 될 때 마다 새로운 객체가 생성되어 .update가 동작하지 않음
72450
72488
  */
72451
72489
  var instance = createPopper(wrapperRef.current, tooltipRef.current, {
72452
72490
  placement: direction,
@@ -89316,16 +89354,16 @@ function DropdownMenu$1(_a) {
89316
89354
  var initFilteredData = function initFilteredData() {
89317
89355
  return setFilteredData(data);
89318
89356
  };
89319
- /**
89320
- * init filtered data
89357
+ /**
89358
+ * init filtered data
89321
89359
  */
89322
89360
  useEffect(function () {
89323
89361
  if (open) {
89324
89362
  initFilteredData();
89325
89363
  }
89326
89364
  }, [open]);
89327
- /**
89328
- * 메뉴의 사이즈와 위치 설정
89365
+ /**
89366
+ * 메뉴의 사이즈와 위치 설정
89329
89367
  */
89330
89368
  useEffect(function () {
89331
89369
  var menu = menuRef.current;
@@ -89923,16 +89961,16 @@ function DropdownMenu(_a) {
89923
89961
  var initFilteredData = function initFilteredData() {
89924
89962
  return setFilteredData(data);
89925
89963
  };
89926
- /**
89927
- * init filtered data
89964
+ /**
89965
+ * init filtered data
89928
89966
  */
89929
89967
  useEffect(function () {
89930
89968
  if (open) {
89931
89969
  initFilteredData();
89932
89970
  }
89933
89971
  }, [open]);
89934
- /**
89935
- * 메뉴의 사이즈와 위치 설정
89972
+ /**
89973
+ * 메뉴의 사이즈와 위치 설정
89936
89974
  */
89937
89975
  useEffect(function () {
89938
89976
  var menu = menuRef.current;
@@ -89956,8 +89994,8 @@ function DropdownMenu(_a) {
89956
89994
  }
89957
89995
  }
89958
89996
  }, [width]);
89959
- /**
89960
- * setting all checkbox
89997
+ /**
89998
+ * setting all checkbox
89961
89999
  */
89962
90000
  useEffect(function () {
89963
90001
  if (!filteredData.length) {
@@ -90583,8 +90621,8 @@ function FilterPopover(_a) {
90583
90621
  onSearch = _a.onSearch;
90584
90622
  var wrapperRef = useRef(null);
90585
90623
  var ref = useRef(null);
90586
- /**
90587
- * 팝오버 위치 설정
90624
+ /**
90625
+ * 팝오버 위치 설정
90588
90626
  */
90589
90627
  useEffect(function () {
90590
90628
  var popover = ref.current;
@@ -91143,12 +91181,12 @@ function FilterTh(_a) {
91143
91181
  }));
91144
91182
  }
91145
91183
 
91146
- /**
91147
- * 정렬 아닌거 마우스오버하면 쌍방 화살표
91148
- * 내림차순 정렬이면 아래 화살표
91149
- * 오름차순 정렬이면 위 화살표
91150
- * 색깔은 언제나 b500 #5c5c5c
91151
- * @returns
91184
+ /**
91185
+ * 정렬 아닌거 마우스오버하면 쌍방 화살표
91186
+ * 내림차순 정렬이면 아래 화살표
91187
+ * 오름차순 정렬이면 위 화살표
91188
+ * 색깔은 언제나 b500 #5c5c5c
91189
+ * @returns
91152
91190
  */
91153
91191
  function SortableColumn(_a) {
91154
91192
  var format = _a.format,
@@ -91344,17 +91382,17 @@ function Table(_a) {
91344
91382
  var _d = useState(0),
91345
91383
  emptyBodyHeight = _d[0],
91346
91384
  setEmptyBodyHeight = _d[1];
91347
- /**
91348
- * 최우측 컬럼(=액션 컬럼)에 자리를 차지 하는지 여부
91349
- * 헤더에는 filter 가 올 수 있고,
91350
- * 바디에는 kebabMenu, binButton, chartButton 중 하나가 올 수 있다.
91385
+ /**
91386
+ * 최우측 컬럼(=액션 컬럼)에 자리를 차지 하는지 여부
91387
+ * 헤더에는 filter 가 올 수 있고,
91388
+ * 바디에는 kebabMenu, binButton, chartButton 중 하나가 올 수 있다.
91351
91389
  */
91352
91390
  var hasActionCol = filter != null || kebabMenu != null || binButton != null || chartButton != null;
91353
- /**
91354
- * 테이블 바디 높이 조정
91355
- * 1. maxHeight가 헤더 높이보다 클때만 조정 (참고로 헤더 높이는 최소 55 최대 105)
91356
- * 2. 필터가 열려있건 닫혀있건 테이블 바디의 maxHeight 고정으로 조정
91357
- * 3. data가 바뀌면 다시 조정
91391
+ /**
91392
+ * 테이블 바디 높이 조정
91393
+ * 1. maxHeight가 헤더 높이보다 클때만 조정 (참고로 헤더 높이는 최소 55 최대 105)
91394
+ * 2. 필터가 열려있건 닫혀있건 테이블 바디의 maxHeight 고정으로 조정
91395
+ * 3. data가 바뀌면 다시 조정
91358
91396
  */
91359
91397
  useEffect(function () {
91360
91398
  var headerWrapper = tableHeaderWrapperRef === null || tableHeaderWrapperRef === void 0 ? void 0 : tableHeaderWrapperRef.current;
@@ -91368,9 +91406,9 @@ function Table(_a) {
91368
91406
  }
91369
91407
  }
91370
91408
  }, [maxHeight, filterToggle, data]);
91371
- /**
91372
- * 테이블 헤더의 너비 조정
91373
- * 1. data가 바뀌면 테이블 바디에 스크롤이 있다 없다 하니까 그에 따라 조정
91409
+ /**
91410
+ * 테이블 헤더의 너비 조정
91411
+ * 1. data가 바뀌면 테이블 바디에 스크롤이 있다 없다 하니까 그에 따라 조정
91374
91412
  */
91375
91413
  useEffect(function () {
91376
91414
  var headerWrapper = tableHeaderWrapperRef === null || tableHeaderWrapperRef === void 0 ? void 0 : tableHeaderWrapperRef.current;
@@ -91386,8 +91424,8 @@ function Table(_a) {
91386
91424
  }
91387
91425
  }
91388
91426
  }, [data]);
91389
- /**
91390
- * setting all checkbox
91427
+ /**
91428
+ * setting all checkbox
91391
91429
  */
91392
91430
  useEffect(function () {
91393
91431
  if (checkedIds != null) {