maru_design2 2.28.0 → 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 -909
  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 -418
  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 +320 -250
  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,29 +1161,14 @@ 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": {
1164
+ "ChevronDown_s1613": {
1120
1165
  "width": "16",
1121
1166
  "height": "16",
1122
1167
  "viewBox": "0 0 16 16",
1123
1168
  "fill": "none",
1124
1169
  "paths": [{
1125
- "d": "M2 8.55555L5.69231 13L14 3",
1126
- "stroke": "#BDBDBD",
1170
+ "d": "M4 6L8 10L12 6",
1171
+ "stroke": "#5C5C5C",
1127
1172
  "strokeWidth": "1.3",
1128
1173
  "strokeLinecap": "round",
1129
1174
  "strokeLinejoin": "round"
@@ -1131,14 +1176,14 @@ var iconmap = {
1131
1176
  "circles": [],
1132
1177
  "rects": []
1133
1178
  },
1134
- "Check_s1615": {
1179
+ "ChevronDown_s1615": {
1135
1180
  "width": "16",
1136
1181
  "height": "16",
1137
1182
  "viewBox": "0 0 16 16",
1138
1183
  "fill": "none",
1139
1184
  "paths": [{
1140
- "d": "M13.3334 4L6.00008 11.3333L2.66675 8",
1141
- "stroke": "#8C8C8C",
1185
+ "d": "M4 6.5L8 10.5L12 6.5",
1186
+ "stroke": "#096412",
1142
1187
  "strokeWidth": "1.5",
1143
1188
  "strokeLinecap": "round",
1144
1189
  "strokeLinejoin": "round"
@@ -1146,29 +1191,14 @@ var iconmap = {
1146
1191
  "circles": [],
1147
1192
  "rects": []
1148
1193
  },
1149
- "ChevronDown_s1613": {
1150
- "width": "16",
1151
- "height": "16",
1152
- "viewBox": "0 0 16 16",
1194
+ "ChevronDown_s2015": {
1195
+ "width": "20",
1196
+ "height": "20",
1197
+ "viewBox": "0 0 20 20",
1153
1198
  "fill": "none",
1154
1199
  "paths": [{
1155
- "d": "M4 6L8 10L12 6",
1200
+ "d": "M5 7.5L10 12.5L15 7.5",
1156
1201
  "stroke": "#5C5C5C",
1157
- "strokeWidth": "1.3",
1158
- "strokeLinecap": "round",
1159
- "strokeLinejoin": "round"
1160
- }],
1161
- "circles": [],
1162
- "rects": []
1163
- },
1164
- "ChevronDown_s1615": {
1165
- "width": "16",
1166
- "height": "16",
1167
- "viewBox": "0 0 16 16",
1168
- "fill": "none",
1169
- "paths": [{
1170
- "d": "M4 6.5L8 10.5L12 6.5",
1171
- "stroke": "#096412",
1172
1202
  "strokeWidth": "1.5",
1173
1203
  "strokeLinecap": "round",
1174
1204
  "strokeLinejoin": "round"
@@ -1526,6 +1556,21 @@ var iconmap = {
1526
1556
  "circles": [],
1527
1557
  "rects": []
1528
1558
  },
1559
+ "ChevronUp_s2015": {
1560
+ "width": "20",
1561
+ "height": "20",
1562
+ "viewBox": "0 0 20 20",
1563
+ "fill": "none",
1564
+ "paths": [{
1565
+ "d": "M15 12.5L10 7.5L5 12.5",
1566
+ "stroke": "#5C5C5C",
1567
+ "strokeWidth": "1.5",
1568
+ "strokeLinecap": "round",
1569
+ "strokeLinejoin": "round"
1570
+ }],
1571
+ "circles": [],
1572
+ "rects": []
1573
+ },
1529
1574
  "ChevronUp_s2415": {
1530
1575
  "width": "24",
1531
1576
  "height": "24",
@@ -1556,6 +1601,21 @@ var iconmap = {
1556
1601
  "circles": [],
1557
1602
  "rects": []
1558
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
+ },
1559
1619
  "ClipboardCheck_s1612": {
1560
1620
  "width": "16",
1561
1621
  "height": "16",
@@ -1661,21 +1721,6 @@ var iconmap = {
1661
1721
  "circles": [],
1662
1722
  "rects": []
1663
1723
  },
1664
- "Clip_s1813": {
1665
- "width": "18",
1666
- "height": "19",
1667
- "viewBox": "0 0 18 19",
1668
- "fill": "none",
1669
- "paths": [{
1670
- "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",
1671
- "stroke": "#ADACE3",
1672
- "strokeWidth": "1.3",
1673
- "strokeLinecap": "round",
1674
- "strokeLinejoin": "round"
1675
- }],
1676
- "circles": [],
1677
- "rects": []
1678
- },
1679
1724
  "CodeBox_s2410": {
1680
1725
  "width": "24",
1681
1726
  "height": "24",
@@ -2910,6 +2955,18 @@ var iconmap = {
2910
2955
  "circles": [],
2911
2956
  "rects": []
2912
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
+ },
2913
2970
  "Download01_s1313": {
2914
2971
  "width": "13",
2915
2972
  "height": "14",
@@ -3033,18 +3090,6 @@ var iconmap = {
3033
3090
  "circles": [],
3034
3091
  "rects": []
3035
3092
  },
3036
- "Down_s1610": {
3037
- "width": "16",
3038
- "height": "16",
3039
- "viewBox": "0 0 16 16",
3040
- "fill": "none",
3041
- "paths": [{
3042
- "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",
3043
- "fill": "#8C8C8C"
3044
- }],
3045
- "circles": [],
3046
- "rects": []
3047
- },
3048
3093
  "Drag_s1613": {
3049
3094
  "width": "16",
3050
3095
  "height": "16",
@@ -3536,6 +3581,27 @@ var iconmap = {
3536
3581
  "circles": [],
3537
3582
  "rects": []
3538
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
+ },
3539
3605
  "FileOutput_s1410": {
3540
3606
  "width": "14",
3541
3607
  "height": "14",
@@ -3580,27 +3646,6 @@ var iconmap = {
3580
3646
  "circles": [],
3581
3647
  "rects": []
3582
3648
  },
3583
- "FileOut_s1612": {
3584
- "width": "13",
3585
- "height": "16",
3586
- "viewBox": "0 0 13 16",
3587
- "fill": "none",
3588
- "paths": [{
3589
- "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",
3590
- "stroke": "#5C5C5C",
3591
- "strokeWidth": "1.2",
3592
- "strokeLinecap": "round",
3593
- "strokeLinejoin": "round"
3594
- }, {
3595
- "d": "M10 14.667L12 12.667M12 12.667L10 10.667M12 12.667L10 12.667L8 12.667",
3596
- "stroke": "#5C5C5C",
3597
- "strokeWidth": "1.2",
3598
- "strokeLinecap": "round",
3599
- "strokeLinejoin": "round"
3600
- }],
3601
- "circles": [],
3602
- "rects": []
3603
- },
3604
3649
  "FilePlus02_s1615": {
3605
3650
  "width": "16",
3606
3651
  "height": "16",
@@ -3945,6 +3990,27 @@ var iconmap = {
3945
3990
  "circles": [],
3946
3991
  "rects": []
3947
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
+ },
3948
4014
  "FolderMove_s1413": {
3949
4015
  "width": "14",
3950
4016
  "height": "14",
@@ -4095,27 +4161,6 @@ var iconmap = {
4095
4161
  "circles": [],
4096
4162
  "rects": []
4097
4163
  },
4098
- "Folders_s2415": {
4099
- "width": "24",
4100
- "height": "24",
4101
- "viewBox": "0 0 24 24",
4102
- "fill": "none",
4103
- "paths": [{
4104
- "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",
4105
- "stroke": "#5C5C5C",
4106
- "strokeWidth": "1.5",
4107
- "strokeLinecap": "round",
4108
- "strokeLinejoin": "round"
4109
- }, {
4110
- "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",
4111
- "stroke": "#5C5C5C",
4112
- "strokeWidth": "1.5",
4113
- "strokeLinecap": "round",
4114
- "strokeLinejoin": "round"
4115
- }],
4116
- "circles": [],
4117
- "rects": []
4118
- },
4119
4164
  "Folder_s1810": {
4120
4165
  "width": "18",
4121
4166
  "height": "18",
@@ -4189,6 +4234,27 @@ var iconmap = {
4189
4234
  "circles": [],
4190
4235
  "rects": []
4191
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
+ },
4192
4258
  "GitPullRequestArrow_s1410": {
4193
4259
  "width": "14",
4194
4260
  "height": "14",
@@ -6507,6 +6573,18 @@ var iconmap = {
6507
6573
  "circles": [],
6508
6574
  "rects": []
6509
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
+ },
6510
6588
  "Upload01_s1613": {
6511
6589
  "width": "16",
6512
6590
  "height": "16",
@@ -6528,18 +6606,6 @@ var iconmap = {
6528
6606
  "circles": [],
6529
6607
  "rects": []
6530
6608
  },
6531
- "Up_s1610": {
6532
- "width": "16",
6533
- "height": "16",
6534
- "viewBox": "0 0 16 16",
6535
- "fill": "none",
6536
- "paths": [{
6537
- "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",
6538
- "fill": "#8C8C8C"
6539
- }],
6540
- "circles": [],
6541
- "rects": []
6542
- },
6543
6609
  "UserAccess_s1413": {
6544
6610
  "width": "14",
6545
6611
  "height": "14",
@@ -6726,51 +6792,6 @@ var iconmap = {
6726
6792
  "circles": [],
6727
6793
  "rects": []
6728
6794
  },
6729
- "Users01_s1615": {
6730
- "width": "16",
6731
- "height": "16",
6732
- "viewBox": "0 0 16 16",
6733
- "fill": "none",
6734
- "paths": [{
6735
- "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",
6736
- "stroke": "#8C8C8C",
6737
- "strokeWidth": "1.5",
6738
- "strokeLinecap": "round",
6739
- "strokeLinejoin": "round"
6740
- }],
6741
- "circles": [],
6742
- "rects": []
6743
- },
6744
- "Users01_s2415": {
6745
- "width": "24",
6746
- "height": "24",
6747
- "viewBox": "0 0 24 24",
6748
- "fill": "none",
6749
- "paths": [{
6750
- "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",
6751
- "stroke": "#8C8C8C",
6752
- "strokeWidth": "1.5",
6753
- "strokeLinecap": "round",
6754
- "strokeLinejoin": "round"
6755
- }],
6756
- "circles": [],
6757
- "rects": []
6758
- },
6759
- "Users01_s2420": {
6760
- "width": "24",
6761
- "height": "24",
6762
- "viewBox": "0 0 24 24",
6763
- "fill": "none",
6764
- "paths": [{
6765
- "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",
6766
- "stroke": "#BDBDBD",
6767
- "strokeWidth": "2",
6768
- "strokeLinecap": "round",
6769
- "strokeLinejoin": "round"
6770
- }],
6771
- "circles": [],
6772
- "rects": []
6773
- },
6774
6795
  "User_s1613": {
6775
6796
  "width": "16",
6776
6797
  "height": "17",
@@ -6827,6 +6848,51 @@ var iconmap = {
6827
6848
  "circles": [],
6828
6849
  "rects": []
6829
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
+ },
6830
6896
  "XCircleBg_s1612": {
6831
6897
  "width": "16",
6832
6898
  "height": "16",
@@ -7154,6 +7220,7 @@ var ICONS = {
7154
7220
  "CalendarDate_s2420": "CalendarDate_s2420",
7155
7221
  "Calendar_s1615": "Calendar_s1615",
7156
7222
  "Character_s1613": "Character_s1613",
7223
+ "ChartColumn_s2415": "ChartColumn_s2415",
7157
7224
  "Chat_s1613": "Chat_s1613",
7158
7225
  "CheckCircleBg_s1612": "CheckCircleBg_s1612",
7159
7226
  "CheckCircleBg_s1810": "CheckCircleBg_s1810",
@@ -7161,6 +7228,9 @@ var ICONS = {
7161
7228
  "CheckCircle_s1210": "CheckCircle_s1210",
7162
7229
  "CheckCircle_s1413": "CheckCircle_s1413",
7163
7230
  "CheckCircle_s1613": "CheckCircle_s1613",
7231
+ "Check_s1413": "Check_s1413",
7232
+ "Check_s1613": "Check_s1613",
7233
+ "Check_s1615": "Check_s1615",
7164
7234
  "CheckboxIndeterminate_s1610": "CheckboxIndeterminate_s1610",
7165
7235
  "CheckboxIndeterminate_s1810": "CheckboxIndeterminate_s1810",
7166
7236
  "CheckboxOff_s1610": "CheckboxOff_s1610",
@@ -7169,11 +7239,9 @@ var ICONS = {
7169
7239
  "CheckboxOn_s1610": "CheckboxOn_s1610",
7170
7240
  "CheckboxOn_s1810": "CheckboxOn_s1810",
7171
7241
  "CheckboxOn_s2410": "CheckboxOn_s2410",
7172
- "Check_s1413": "Check_s1413",
7173
- "Check_s1613": "Check_s1613",
7174
- "Check_s1615": "Check_s1615",
7175
7242
  "ChevronDown_s1613": "ChevronDown_s1613",
7176
7243
  "ChevronDown_s1615": "ChevronDown_s1615",
7244
+ "ChevronDown_s2015": "ChevronDown_s2015",
7177
7245
  "ChevronDown_s2415": "ChevronDown_s2415",
7178
7246
  "ChevronDown_s2420": "ChevronDown_s2420",
7179
7247
  "ChevronLeftCircleBg_s2415": "ChevronLeftCircleBg_s2415",
@@ -7197,8 +7265,10 @@ var ICONS = {
7197
7265
  "ChevronSelectorVertical_s2020": "ChevronSelectorVertical_s2020",
7198
7266
  "ChevronUp_s1613": "ChevronUp_s1613",
7199
7267
  "ChevronUp_s1615": "ChevronUp_s1615",
7268
+ "ChevronUp_s2015": "ChevronUp_s2015",
7200
7269
  "ChevronUp_s2415": "ChevronUp_s2415",
7201
7270
  "ChevronUp_s2420": "ChevronUp_s2420",
7271
+ "Clip_s1813": "Clip_s1813",
7202
7272
  "ClipboardCheck_s1612": "ClipboardCheck_s1612",
7203
7273
  "ClipboardCheck_s1615": "ClipboardCheck_s1615",
7204
7274
  "ClipboardPlus_s1615": "ClipboardPlus_s1615",
@@ -7206,7 +7276,6 @@ var ICONS = {
7206
7276
  "ClipboardPlus_s2415": "ClipboardPlus_s2415",
7207
7277
  "ClipboardX_s1613": "ClipboardX_s1613",
7208
7278
  "Clipboard_s1615": "Clipboard_s1615",
7209
- "Clip_s1813": "Clip_s1813",
7210
7279
  "CodeBox_s2410": "CodeBox_s2410",
7211
7280
  "CodeSnippet02_s2420": "CodeSnippet02_s2420",
7212
7281
  "CodeSnippet_s1810": "CodeSnippet_s1810",
@@ -7258,6 +7327,7 @@ var ICONS = {
7258
7327
  "DotsVertical02_s2010": "DotsVertical02_s2010",
7259
7328
  "DotsVertical_s1815": "DotsVertical_s1815",
7260
7329
  "DotsVertical_s2415": "DotsVertical_s2415",
7330
+ "Down_s1610": "Down_s1610",
7261
7331
  "Download01_s1313": "Download01_s1313",
7262
7332
  "Download01_s1413": "Download01_s1413",
7263
7333
  "Download01_s1613": "Download01_s1613",
@@ -7265,7 +7335,6 @@ var ICONS = {
7265
7335
  "Downstream_s1310": "Downstream_s1310",
7266
7336
  "Downstream_s1410": "Downstream_s1410",
7267
7337
  "Downstream_s2410": "Downstream_s2410",
7268
- "Down_s1610": "Down_s1610",
7269
7338
  "Drag_s1613": "Drag_s1613",
7270
7339
  "Edit03_s1210": "Edit03_s1210",
7271
7340
  "Edit03_s1413": "Edit03_s1413",
@@ -7292,8 +7361,8 @@ var ICONS = {
7292
7361
  "FileEdit_s2415": "FileEdit_s2415",
7293
7362
  "FileInfoCorner_s1410": "FileInfoCorner_s1410",
7294
7363
  "FileInfo_s1810": "FileInfo_s1810",
7295
- "FileOutput_s1410": "FileOutput_s1410",
7296
7364
  "FileOut_s1612": "FileOut_s1612",
7365
+ "FileOutput_s1410": "FileOutput_s1410",
7297
7366
  "FilePlus02_s1615": "FilePlus02_s1615",
7298
7367
  "FilePlus_s1810": "FilePlus_s1810",
7299
7368
  "FilePlus_s1812": "FilePlus_s1812",
@@ -7314,6 +7383,7 @@ var ICONS = {
7314
7383
  "File_s3020": "File_s3020",
7315
7384
  "FilterLines_s1815": "FilterLines_s1815",
7316
7385
  "Filter_s1613": "Filter_s1613",
7386
+ "Flag_s2420": "Flag_s2420",
7317
7387
  "FolderMove_s1413": "FolderMove_s1413",
7318
7388
  "FolderSetting_s2013": "FolderSetting_s2013",
7319
7389
  "FolderSetting_s2015": "FolderSetting_s2015",
@@ -7321,12 +7391,12 @@ var ICONS = {
7321
7391
  "FolderUpload_s1615": "FolderUpload_s1615",
7322
7392
  "FolderUpload_s1815": "FolderUpload_s1815",
7323
7393
  "FolderUpload_s2420": "FolderUpload_s2420",
7324
- "Folders_s2415": "Folders_s2415",
7325
7394
  "Folder_s1810": "Folder_s1810",
7326
7395
  "Folder_s1815": "Folder_s1815",
7327
7396
  "Folder_s2415": "Folder_s2415",
7328
7397
  "Folder_s2420": "Folder_s2420",
7329
7398
  "Folder_s2820": "Folder_s2820",
7399
+ "Folders_s2415": "Folders_s2415",
7330
7400
  "GitPullRequestArrow_s1410": "GitPullRequestArrow_s1410",
7331
7401
  "Globe01_s1615": "Globe01_s1615",
7332
7402
  "Globe02_s1810": "Globe02_s1810",
@@ -7458,8 +7528,8 @@ var ICONS = {
7458
7528
  "Trash01_s1810": "Trash01_s1810",
7459
7529
  "Trash01_s1815": "Trash01_s1815",
7460
7530
  "Triangle_s1615": "Triangle_s1615",
7461
- "Upload01_s1613": "Upload01_s1613",
7462
7531
  "Up_s1610": "Up_s1610",
7532
+ "Upload01_s1613": "Upload01_s1613",
7463
7533
  "UserAccess_s1413": "UserAccess_s1413",
7464
7534
  "UserCircleBg_s2415": "UserCircleBg_s2415",
7465
7535
  "UserCircle_s1615": "UserCircle_s1615",
@@ -7471,12 +7541,12 @@ var ICONS = {
7471
7541
  "UserPlus_s1812": "UserPlus_s1812",
7472
7542
  "UserSetting_s1613": "UserSetting_s1613",
7473
7543
  "UserSetting_s2015": "UserSetting_s2015",
7474
- "Users01_s1615": "Users01_s1615",
7475
- "Users01_s2415": "Users01_s2415",
7476
- "Users01_s2420": "Users01_s2420",
7477
7544
  "User_s1613": "User_s1613",
7478
7545
  "User_s1810": "User_s1810",
7479
7546
  "User_s1815": "User_s1815",
7547
+ "Users01_s1615": "Users01_s1615",
7548
+ "Users01_s2415": "Users01_s2415",
7549
+ "Users01_s2420": "Users01_s2420",
7480
7550
  "XCircleBg_s1612": "XCircleBg_s1612",
7481
7551
  "XCircle_s1210": "XCircle_s1210",
7482
7552
  "XCircle_s1413": "XCircle_s1413",
@@ -7513,9 +7583,9 @@ function Icon(_a) {
7513
7583
  var _d = useState(false),
7514
7584
  hover = _d[0],
7515
7585
  setHover = _d[1];
7516
- /**
7517
- * 아이콘 최종 색깔
7518
- * hoverColor를 설정해줬을때만 hoverColor가 적용되도록
7586
+ /**
7587
+ * 아이콘 최종 색깔
7588
+ * hoverColor를 설정해줬을때만 hoverColor가 적용되도록
7519
7589
  */
7520
7590
  var iconColor = useMemo(function () {
7521
7591
  if (hoverColor && hover) {
@@ -7523,28 +7593,28 @@ function Icon(_a) {
7523
7593
  }
7524
7594
  return keyColor;
7525
7595
  }, [hoverColor, hover, keyColor, hoverKeyColor]);
7526
- /**
7527
- * circle.fill를 svg에 있는대로 두고 싶으면 true
7528
- * circle.fill은 지정 색이 아니라 white로 고정시켜야함
7596
+ /**
7597
+ * circle.fill를 svg에 있는대로 두고 싶으면 true
7598
+ * circle.fill은 지정 색이 아니라 white로 고정시켜야함
7529
7599
  */
7530
7600
  var staticCircleFill = useMemo(function () {
7531
7601
  return name === ICONS.QuestionCircleBg_s1610;
7532
7602
  }, [name]);
7533
- /**
7534
- * circle.fill을 transparent로 두고 싶으면 true
7603
+ /**
7604
+ * circle.fill을 transparent로 두고 싶으면 true
7535
7605
  */
7536
7606
  var transparentCircleFill = useMemo(function () {
7537
7607
  return name === ICONS.AlertCircle_s1610;
7538
7608
  }, [name]);
7539
- /**
7540
- * 마지막 path.stroke를 svg에 있는대로 두고 싶으면 true
7541
- * 마지막 path.stroke은 지정 색이 아니라 white로 고정시켜야함
7609
+ /**
7610
+ * 마지막 path.stroke를 svg에 있는대로 두고 싶으면 true
7611
+ * 마지막 path.stroke은 지정 색이 아니라 white로 고정시켜야함
7542
7612
  */
7543
7613
  var staticPathStorke = useMemo(function () {
7544
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;
7545
7615
  }, [name]);
7546
- /**
7547
- * path.fill를 svg에 있는대로 두고 싶으면 true
7616
+ /**
7617
+ * path.fill를 svg에 있는대로 두고 싶으면 true
7548
7618
  */
7549
7619
  var staticPathFill = useMemo(function () {
7550
7620
  return name === ICONS.StopCircleBg_s1513;
@@ -7714,13 +7784,13 @@ Button.defaultProps = {
7714
7784
  };
7715
7785
  Button.displayName = 'Button';
7716
7786
 
7717
- /**
7718
- * 파라미터로 들어온 ref들을 generic type을 가진 ref로 바꾸는 hook
7719
- * ex. refs(주로 부모 refs)가 HTMLInputElement인 RefObject일 때,
7720
- * combineRef를 선언한 컴포넌트의 ref<T>로 바꿀때 사용.
7721
- * 참고 : RefObejct는 default로 null을 가지고, MutableRefObject는 그 외 다른 값을 가짐
7722
- * @param refs RefObject or function
7723
- * @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
7724
7794
  */
7725
7795
  var useCombineRef = function useCombineRef() {
7726
7796
  var refs = [];
@@ -7744,10 +7814,10 @@ var useCombineRef = function useCombineRef() {
7744
7814
  };
7745
7815
 
7746
7816
  /* eslint-disable no-bitwise */
7747
- /**
7748
- * 최대 32자리의 uuid를 생성합니다.
7749
- * @param length 1 <= lenght <= 32 or undefined
7750
- * @returns uuid
7817
+ /**
7818
+ * 최대 32자리의 uuid를 생성합니다.
7819
+ * @param length 1 <= lenght <= 32 or undefined
7820
+ * @returns uuid
7751
7821
  */
7752
7822
  function uuidv4(length) {
7753
7823
  try {
@@ -69780,10 +69850,10 @@ hljs.HighlightJS = hljs;
69780
69850
  hljs.default = hljs;
69781
69851
  var lib = hljs;
69782
69852
 
69783
- /**
69784
- * 복사해주는 함수 성공하면 'complete'를, 실패하면 'undefined'를 리턴
69785
- * @param text
69786
- * @returns
69853
+ /**
69854
+ * 복사해주는 함수 성공하면 'complete'를, 실패하면 'undefined'를 리턴
69855
+ * @param text
69856
+ * @returns
69787
69857
  */
69788
69858
  // eslint-disable-next-line import/prefer-default-export
69789
69859
  var textCopy = function textCopy(text) {
@@ -69898,8 +69968,8 @@ var Input = /*#__PURE__*/forwardRef(function (_a, inputRef) {
69898
69968
  setShowClearButton(!hiddenClearButton);
69899
69969
  }
69900
69970
  }, [props.defaultValue, hiddenClearButton]);
69901
- /**
69902
- * persistentPlaceholder = true일때 보여줄 placeholder 세팅
69971
+ /**
69972
+ * persistentPlaceholder = true일때 보여줄 placeholder 세팅
69903
69973
  */
69904
69974
  useEffect(function () {
69905
69975
  if (persistentPlaceholder && props.placeholder) {
@@ -71931,9 +72001,9 @@ function Popover(_a) {
71931
72001
  var popoverRef = useRef(null);
71932
72002
  useEffect(function () {
71933
72003
  if (anchorEl && popoverRef.current && open) {
71934
- /**
71935
- * instance를 useMemo로 선언하면 레퍼런스의 DOM을 찾지 못 하고,
71936
- * useCallback으로 선언하면 함수라서 호출 될 때 마다 새로운 객체가 생성되어 .update가 동작하지 않음
72004
+ /**
72005
+ * instance를 useMemo로 선언하면 레퍼런스의 DOM을 찾지 못 하고,
72006
+ * useCallback으로 선언하면 함수라서 호출 될 때 마다 새로운 객체가 생성되어 .update가 동작하지 않음
71937
72007
  */
71938
72008
  var instance = createPopper(anchorEl, popoverRef.current, {
71939
72009
  placement: direction,
@@ -72162,10 +72232,10 @@ var Textarea = /*#__PURE__*/forwardRef(function (_a, textareaRef) {
72162
72232
  var maxHeight = useCallback(function (lineHeight) {
72163
72233
  return maxRows ? maxRows * lineHeight : Infinity;
72164
72234
  }, [maxRows]);
72165
- /**
72166
- * textarea의 높이를 조절하는 함수
72167
- * - rows는 기본적으로 초기 높이 설정하는데에만 쓰임
72168
- * - 동적 높이 조정은 css height 속성 변경으로 조정해야함
72235
+ /**
72236
+ * textarea의 높이를 조절하는 함수
72237
+ * - rows는 기본적으로 초기 높이 설정하는데에만 쓰임
72238
+ * - 동적 높이 조정은 css height 속성 변경으로 조정해야함
72169
72239
  */
72170
72240
  var resizeHeight = function resizeHeight() {
72171
72241
  if (combineRef.current) {
@@ -72412,9 +72482,9 @@ function Tooltip(_a) {
72412
72482
  var show = open && !hidden;
72413
72483
  useEffect(function () {
72414
72484
  if (wrapperRef.current && tooltipRef.current && show) {
72415
- /**
72416
- * instance를 useMemo로 선언하면 레퍼런스의 DOM을 찾지 못 하고,
72417
- * useCallback으로 선언하면 함수라서 호출 될 때 마다 새로운 객체가 생성되어 .update가 동작하지 않음
72485
+ /**
72486
+ * instance를 useMemo로 선언하면 레퍼런스의 DOM을 찾지 못 하고,
72487
+ * useCallback으로 선언하면 함수라서 호출 될 때 마다 새로운 객체가 생성되어 .update가 동작하지 않음
72418
72488
  */
72419
72489
  var instance = createPopper(wrapperRef.current, tooltipRef.current, {
72420
72490
  placement: direction,
@@ -89284,16 +89354,16 @@ function DropdownMenu$1(_a) {
89284
89354
  var initFilteredData = function initFilteredData() {
89285
89355
  return setFilteredData(data);
89286
89356
  };
89287
- /**
89288
- * init filtered data
89357
+ /**
89358
+ * init filtered data
89289
89359
  */
89290
89360
  useEffect(function () {
89291
89361
  if (open) {
89292
89362
  initFilteredData();
89293
89363
  }
89294
89364
  }, [open]);
89295
- /**
89296
- * 메뉴의 사이즈와 위치 설정
89365
+ /**
89366
+ * 메뉴의 사이즈와 위치 설정
89297
89367
  */
89298
89368
  useEffect(function () {
89299
89369
  var menu = menuRef.current;
@@ -89891,16 +89961,16 @@ function DropdownMenu(_a) {
89891
89961
  var initFilteredData = function initFilteredData() {
89892
89962
  return setFilteredData(data);
89893
89963
  };
89894
- /**
89895
- * init filtered data
89964
+ /**
89965
+ * init filtered data
89896
89966
  */
89897
89967
  useEffect(function () {
89898
89968
  if (open) {
89899
89969
  initFilteredData();
89900
89970
  }
89901
89971
  }, [open]);
89902
- /**
89903
- * 메뉴의 사이즈와 위치 설정
89972
+ /**
89973
+ * 메뉴의 사이즈와 위치 설정
89904
89974
  */
89905
89975
  useEffect(function () {
89906
89976
  var menu = menuRef.current;
@@ -89924,8 +89994,8 @@ function DropdownMenu(_a) {
89924
89994
  }
89925
89995
  }
89926
89996
  }, [width]);
89927
- /**
89928
- * setting all checkbox
89997
+ /**
89998
+ * setting all checkbox
89929
89999
  */
89930
90000
  useEffect(function () {
89931
90001
  if (!filteredData.length) {
@@ -90551,8 +90621,8 @@ function FilterPopover(_a) {
90551
90621
  onSearch = _a.onSearch;
90552
90622
  var wrapperRef = useRef(null);
90553
90623
  var ref = useRef(null);
90554
- /**
90555
- * 팝오버 위치 설정
90624
+ /**
90625
+ * 팝오버 위치 설정
90556
90626
  */
90557
90627
  useEffect(function () {
90558
90628
  var popover = ref.current;
@@ -91111,12 +91181,12 @@ function FilterTh(_a) {
91111
91181
  }));
91112
91182
  }
91113
91183
 
91114
- /**
91115
- * 정렬 아닌거 마우스오버하면 쌍방 화살표
91116
- * 내림차순 정렬이면 아래 화살표
91117
- * 오름차순 정렬이면 위 화살표
91118
- * 색깔은 언제나 b500 #5c5c5c
91119
- * @returns
91184
+ /**
91185
+ * 정렬 아닌거 마우스오버하면 쌍방 화살표
91186
+ * 내림차순 정렬이면 아래 화살표
91187
+ * 오름차순 정렬이면 위 화살표
91188
+ * 색깔은 언제나 b500 #5c5c5c
91189
+ * @returns
91120
91190
  */
91121
91191
  function SortableColumn(_a) {
91122
91192
  var format = _a.format,
@@ -91312,17 +91382,17 @@ function Table(_a) {
91312
91382
  var _d = useState(0),
91313
91383
  emptyBodyHeight = _d[0],
91314
91384
  setEmptyBodyHeight = _d[1];
91315
- /**
91316
- * 최우측 컬럼(=액션 컬럼)에 자리를 차지 하는지 여부
91317
- * 헤더에는 filter 가 올 수 있고,
91318
- * 바디에는 kebabMenu, binButton, chartButton 중 하나가 올 수 있다.
91385
+ /**
91386
+ * 최우측 컬럼(=액션 컬럼)에 자리를 차지 하는지 여부
91387
+ * 헤더에는 filter 가 올 수 있고,
91388
+ * 바디에는 kebabMenu, binButton, chartButton 중 하나가 올 수 있다.
91319
91389
  */
91320
91390
  var hasActionCol = filter != null || kebabMenu != null || binButton != null || chartButton != null;
91321
- /**
91322
- * 테이블 바디 높이 조정
91323
- * 1. maxHeight가 헤더 높이보다 클때만 조정 (참고로 헤더 높이는 최소 55 최대 105)
91324
- * 2. 필터가 열려있건 닫혀있건 테이블 바디의 maxHeight 고정으로 조정
91325
- * 3. data가 바뀌면 다시 조정
91391
+ /**
91392
+ * 테이블 바디 높이 조정
91393
+ * 1. maxHeight가 헤더 높이보다 클때만 조정 (참고로 헤더 높이는 최소 55 최대 105)
91394
+ * 2. 필터가 열려있건 닫혀있건 테이블 바디의 maxHeight 고정으로 조정
91395
+ * 3. data가 바뀌면 다시 조정
91326
91396
  */
91327
91397
  useEffect(function () {
91328
91398
  var headerWrapper = tableHeaderWrapperRef === null || tableHeaderWrapperRef === void 0 ? void 0 : tableHeaderWrapperRef.current;
@@ -91336,9 +91406,9 @@ function Table(_a) {
91336
91406
  }
91337
91407
  }
91338
91408
  }, [maxHeight, filterToggle, data]);
91339
- /**
91340
- * 테이블 헤더의 너비 조정
91341
- * 1. data가 바뀌면 테이블 바디에 스크롤이 있다 없다 하니까 그에 따라 조정
91409
+ /**
91410
+ * 테이블 헤더의 너비 조정
91411
+ * 1. data가 바뀌면 테이블 바디에 스크롤이 있다 없다 하니까 그에 따라 조정
91342
91412
  */
91343
91413
  useEffect(function () {
91344
91414
  var headerWrapper = tableHeaderWrapperRef === null || tableHeaderWrapperRef === void 0 ? void 0 : tableHeaderWrapperRef.current;
@@ -91354,8 +91424,8 @@ function Table(_a) {
91354
91424
  }
91355
91425
  }
91356
91426
  }, [data]);
91357
- /**
91358
- * setting all checkbox
91427
+ /**
91428
+ * setting all checkbox
91359
91429
  */
91360
91430
  useEffect(function () {
91361
91431
  if (checkedIds != null) {