@tap-payments/os-micro-frontend-shared 0.0.10 → 0.0.12

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 (263) hide show
  1. package/LICENSE +21 -21
  2. package/README.md +12 -12
  3. package/build/components/{AppWindow/AppWindow.js → AppWindowWrapper/AppWindowWrapper.js} +1 -1
  4. package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/AccountHeader.js +1 -1
  5. package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/index.d.ts +1 -1
  6. package/build/components/AppWindowWrapper/headers/AccountHeader/index.js +3 -0
  7. package/build/components/AppWindowWrapper/index.d.ts +5 -0
  8. package/build/components/AppWindowWrapper/index.js +4 -0
  9. package/build/components/{AppWindow → AppWindowWrapper}/type.d.ts +1 -1
  10. package/build/components/BackgroundAnimation/index.d.ts +1 -1
  11. package/build/components/BackgroundAnimation/index.js +1 -1
  12. package/build/components/Button/index.d.ts +1 -1
  13. package/build/components/Button/index.js +1 -1
  14. package/build/components/CountBadge/index.d.ts +3 -4
  15. package/build/components/CountBadge/index.js +3 -4
  16. package/build/components/Dialog/index.d.ts +1 -0
  17. package/build/components/Dialog/index.js +1 -0
  18. package/build/components/DropdownButton/style.d.ts +1 -1
  19. package/build/components/DropdownButton/style.js +1 -1
  20. package/build/components/DropdownButton/type.d.ts +1 -1
  21. package/build/components/DropdownMenu/index.d.ts +3 -0
  22. package/build/components/DropdownMenu/index.js +2 -0
  23. package/build/components/InputBase/AmountInputBase/index.d.ts +2 -1
  24. package/build/components/InputBase/AmountInputBase/index.js +2 -1
  25. package/build/components/InputBase/PhoneInputBase/index.d.ts +1 -1
  26. package/build/components/InputBase/PhoneInputBase/index.js +1 -1
  27. package/build/components/InputBase/SelectBase/index.d.ts +1 -1
  28. package/build/components/InputBase/SelectBase/index.js +1 -1
  29. package/build/components/InputBase/index.d.ts +2 -2
  30. package/build/components/InputBase/index.js +2 -2
  31. package/build/components/Inputs/{PhoneInput/CountriesCode/CountriesCode.d.ts → CountriesDropDown/CountriesDropdown.d.ts} +1 -1
  32. package/build/components/Inputs/{PhoneInput/CountriesCode/CountriesCode.js → CountriesDropDown/CountriesDropdown.js} +1 -1
  33. package/build/components/Inputs/CountriesDropDown/index.d.ts +2 -0
  34. package/build/components/Inputs/CountriesDropDown/index.js +2 -0
  35. package/build/components/Inputs/{PhoneInput/CountriesCode → CountriesDropDown}/style.d.ts +10 -0
  36. package/build/components/Inputs/{PhoneInput/CountriesCode → CountriesDropDown}/style.js +24 -1
  37. package/build/components/Inputs/index.d.ts +3 -3
  38. package/build/components/Inputs/index.js +3 -3
  39. package/build/components/JSONViewer/components/index.d.ts +2 -2
  40. package/build/components/JSONViewer/components/index.js +2 -2
  41. package/build/components/NestedDropdown/Dropdown.js +1 -1
  42. package/build/components/NestedDropdown/index.d.ts +2 -0
  43. package/build/components/NestedDropdown/index.js +2 -0
  44. package/build/components/RFH/Inputs/MultiSelect/index.d.ts +2 -1
  45. package/build/components/RFH/Inputs/MultiSelect/index.js +2 -1
  46. package/build/components/RFH/Inputs/index.d.ts +7 -7
  47. package/build/components/RFH/Inputs/index.js +7 -7
  48. package/build/components/StatusButton/style.d.ts +1 -1
  49. package/build/components/StatusButton/style.js +1 -1
  50. package/build/components/StatusButton/type.d.ts +1 -1
  51. package/build/components/StatusIcons/index.d.ts +14 -14
  52. package/build/components/StatusIcons/index.js +14 -14
  53. package/build/components/TableCells/CustomCells/ActionCell/ActionCell.d.ts +4 -1
  54. package/build/components/TableCells/CustomCells/ActionCell/ActionCell.js +7 -10
  55. package/build/components/TableCells/CustomCells/ActionCell/components/index.d.ts +1 -2
  56. package/build/components/TableCells/CustomCells/ActionCell/components/index.js +1 -2
  57. package/build/components/TableCells/CustomCells/ActionCell/hooks/useActionCell.d.ts +0 -3
  58. package/build/components/TableCells/CustomCells/ActionCell/hooks/useActionCell.js +2 -11
  59. package/build/components/TableCells/CustomCells/ActionCell/index.d.ts +1 -2
  60. package/build/components/TableCells/CustomCells/ActionCell/index.js +1 -2
  61. package/build/components/TableCells/CustomCells/AgreementCell/AgreementCell.js +2 -2
  62. package/build/components/TableCells/CustomCells/AgreementCell/index.d.ts +1 -3
  63. package/build/components/TableCells/CustomCells/AgreementCell/index.js +1 -3
  64. package/build/components/TableCells/CustomCells/AmountCell/AmountCell.js +2 -2
  65. package/build/components/TableCells/CustomCells/AmountCell/AmountConversionTooltipLabel.js +1 -1
  66. package/build/components/TableCells/CustomCells/AmountCell/index.d.ts +2 -2
  67. package/build/components/TableCells/CustomCells/AmountCell/index.js +2 -2
  68. package/build/components/TableCells/CustomCells/ApplicationStatusCell/index.d.ts +2 -2
  69. package/build/components/TableCells/CustomCells/ApplicationStatusCell/index.js +2 -2
  70. package/build/components/TableCells/CustomCells/AppsCell/index.d.ts +2 -2
  71. package/build/components/TableCells/CustomCells/AppsCell/index.js +2 -2
  72. package/build/components/TableCells/CustomCells/AuthCell/AuthCell.js +1 -1
  73. package/build/components/TableCells/CustomCells/AuthCell/index.d.ts +1 -2
  74. package/build/components/TableCells/CustomCells/AuthCell/index.js +1 -2
  75. package/build/components/TableCells/CustomCells/AuthenticationCell/AuthenticationCell.js +2 -2
  76. package/build/components/TableCells/CustomCells/AuthenticationCell/index.d.ts +1 -2
  77. package/build/components/TableCells/CustomCells/AuthenticationCell/index.js +1 -2
  78. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/AuthenticationStatusCell.js +2 -2
  79. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/index.d.ts +1 -2
  80. package/build/components/TableCells/CustomCells/AuthenticationStatusCell/index.js +1 -2
  81. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/AuthenticationTypeCell.js +1 -1
  82. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/index.d.ts +1 -2
  83. package/build/components/TableCells/CustomCells/AuthenticationTypeCell/index.js +1 -2
  84. package/build/components/TableCells/CustomCells/AvatarCell/index.d.ts +2 -2
  85. package/build/components/TableCells/CustomCells/AvatarCell/index.js +2 -2
  86. package/build/components/TableCells/CustomCells/BalanceCell/BalanceCell.js +2 -2
  87. package/build/components/TableCells/CustomCells/BalanceCell/index.d.ts +1 -2
  88. package/build/components/TableCells/CustomCells/BalanceCell/index.js +1 -2
  89. package/build/components/TableCells/CustomCells/BankCell/BankCell.js +1 -1
  90. package/build/components/TableCells/CustomCells/BankCell/index.d.ts +1 -2
  91. package/build/components/TableCells/CustomCells/BankCell/index.js +1 -2
  92. package/build/components/TableCells/CustomCells/BankReferenceCell/BankReferenceCell.d.ts +2 -2
  93. package/build/components/TableCells/CustomCells/BankReferenceCell/BankReferenceCell.js +1 -2
  94. package/build/components/TableCells/CustomCells/BankReferenceCell/index.d.ts +1 -2
  95. package/build/components/TableCells/CustomCells/BankReferenceCell/index.js +1 -2
  96. package/build/components/TableCells/CustomCells/BrandCell/BrandCell.js +1 -1
  97. package/build/components/TableCells/CustomCells/BrandCell/index.d.ts +1 -2
  98. package/build/components/TableCells/CustomCells/BrandCell/index.js +1 -2
  99. package/build/components/TableCells/CustomCells/BrandsCell/index.d.ts +2 -2
  100. package/build/components/TableCells/CustomCells/BrandsCell/index.js +2 -2
  101. package/build/components/TableCells/CustomCells/BusinessStatusCell/index.d.ts +2 -2
  102. package/build/components/TableCells/CustomCells/BusinessStatusCell/index.js +2 -2
  103. package/build/components/TableCells/CustomCells/ChannelsCell/ChannelsCell.js +2 -2
  104. package/build/components/TableCells/CustomCells/ChannelsCell/index.d.ts +1 -2
  105. package/build/components/TableCells/CustomCells/ChannelsCell/index.js +1 -2
  106. package/build/components/TableCells/CustomCells/CheckoutStatusCell/CheckoutStatusCell.js +1 -1
  107. package/build/components/TableCells/CustomCells/CheckoutStatusCell/index.d.ts +2 -3
  108. package/build/components/TableCells/CustomCells/CheckoutStatusCell/index.js +1 -3
  109. package/build/components/TableCells/CustomCells/CurrencyCell/CurrencyCell.d.ts +2 -2
  110. package/build/components/TableCells/CustomCells/CurrencyCell/CurrencyCell.js +1 -2
  111. package/build/components/TableCells/CustomCells/CurrencyCell/index.d.ts +1 -2
  112. package/build/components/TableCells/CustomCells/CurrencyCell/index.js +1 -2
  113. package/build/components/TableCells/CustomCells/CustomerCell/CustomerCell.js +1 -1
  114. package/build/components/TableCells/CustomCells/CustomerCell/index.d.ts +1 -2
  115. package/build/components/TableCells/CustomCells/CustomerCell/index.js +1 -2
  116. package/build/components/TableCells/CustomCells/DateCell/DateCell.js +1 -1
  117. package/build/components/TableCells/CustomCells/DateCell/index.d.ts +1 -2
  118. package/build/components/TableCells/CustomCells/DateCell/index.js +1 -2
  119. package/build/components/TableCells/CustomCells/DestinationCell/DestinationCell.js +1 -1
  120. package/build/components/TableCells/CustomCells/DestinationCell/index.d.ts +1 -2
  121. package/build/components/TableCells/CustomCells/DestinationCell/index.js +1 -2
  122. package/build/components/TableCells/CustomCells/DestinationCell/utils.js +1 -1
  123. package/build/components/TableCells/CustomCells/DestinationStatusCell/DestinationStatusCell.js +1 -1
  124. package/build/components/TableCells/CustomCells/DestinationStatusCell/index.d.ts +1 -2
  125. package/build/components/TableCells/CustomCells/DestinationStatusCell/index.js +1 -2
  126. package/build/components/TableCells/CustomCells/DeviceCell/DeviceCell.js +1 -1
  127. package/build/components/TableCells/CustomCells/DeviceCell/index.d.ts +1 -2
  128. package/build/components/TableCells/CustomCells/DeviceCell/index.js +1 -2
  129. package/build/components/TableCells/CustomCells/DueDateCell/DueDateCell.js +1 -1
  130. package/build/components/TableCells/CustomCells/DueDateCell/index.d.ts +1 -3
  131. package/build/components/TableCells/CustomCells/DueDateCell/index.js +1 -3
  132. package/build/components/TableCells/CustomCells/EntityCell/index.d.ts +1 -2
  133. package/build/components/TableCells/CustomCells/EntityCell/index.js +1 -2
  134. package/build/components/TableCells/CustomCells/IDButton/index.d.ts +1 -2
  135. package/build/components/TableCells/CustomCells/IDButton/index.js +1 -2
  136. package/build/components/TableCells/CustomCells/IndividualsCell/index.d.ts +2 -2
  137. package/build/components/TableCells/CustomCells/IndividualsCell/index.js +2 -2
  138. package/build/components/TableCells/CustomCells/IntentsStatusCell/IntentsStatusCell.js +1 -1
  139. package/build/components/TableCells/CustomCells/IntentsStatusCell/index.d.ts +1 -2
  140. package/build/components/TableCells/CustomCells/IntentsStatusCell/index.js +1 -2
  141. package/build/components/TableCells/CustomCells/InvoiceStatusCell/InvoiceStatusCell.js +2 -2
  142. package/build/components/TableCells/CustomCells/InvoiceStatusCell/index.d.ts +2 -2
  143. package/build/components/TableCells/CustomCells/InvoiceStatusCell/index.js +2 -2
  144. package/build/components/TableCells/CustomCells/MarketPlaceCell/index.d.ts +2 -2
  145. package/build/components/TableCells/CustomCells/MarketPlaceCell/index.js +2 -2
  146. package/build/components/TableCells/CustomCells/MetadataCell/index.d.ts +1 -2
  147. package/build/components/TableCells/CustomCells/MetadataCell/index.js +1 -2
  148. package/build/components/TableCells/CustomCells/OrderCell/OrderCell.js +1 -1
  149. package/build/components/TableCells/CustomCells/OrderCell/index.d.ts +1 -2
  150. package/build/components/TableCells/CustomCells/OrderCell/index.js +1 -2
  151. package/build/components/TableCells/CustomCells/PayoutDateCell/PayoutDateCell.js +1 -1
  152. package/build/components/TableCells/CustomCells/PayoutDateCell/index.d.ts +1 -2
  153. package/build/components/TableCells/CustomCells/PayoutDateCell/index.js +1 -2
  154. package/build/components/TableCells/CustomCells/PayoutReportCell/PayoutReportCell.d.ts +2 -2
  155. package/build/components/TableCells/CustomCells/PayoutReportCell/PayoutReportCell.js +1 -2
  156. package/build/components/TableCells/CustomCells/PayoutReportCell/index.d.ts +1 -2
  157. package/build/components/TableCells/CustomCells/PayoutReportCell/index.js +1 -2
  158. package/build/components/TableCells/CustomCells/PayoutStatusCell/PayoutStatusCell.js +1 -1
  159. package/build/components/TableCells/CustomCells/PayoutStatusCell/index.d.ts +1 -2
  160. package/build/components/TableCells/CustomCells/PayoutStatusCell/index.js +1 -2
  161. package/build/components/TableCells/CustomCells/ProductsCell/ProductsCell.js +1 -1
  162. package/build/components/TableCells/CustomCells/ProductsCell/index.d.ts +1 -2
  163. package/build/components/TableCells/CustomCells/ProductsCell/index.js +1 -2
  164. package/build/components/TableCells/CustomCells/ReceiptCell/ReceiptCell.d.ts +1 -2
  165. package/build/components/TableCells/CustomCells/ReceiptCell/ReceiptCell.js +2 -3
  166. package/build/components/TableCells/CustomCells/ReceiptCell/index.d.ts +1 -2
  167. package/build/components/TableCells/CustomCells/ReceiptCell/index.js +1 -2
  168. package/build/components/TableCells/CustomCells/ReferenceCell/ReferenceCell.js +2 -2
  169. package/build/components/TableCells/CustomCells/ReferenceCell/index.d.ts +1 -2
  170. package/build/components/TableCells/CustomCells/ReferenceCell/index.js +1 -2
  171. package/build/components/TableCells/CustomCells/RefundChargeCell/RefundChargeCell.js +2 -2
  172. package/build/components/TableCells/CustomCells/RefundChargeCell/index.d.ts +1 -2
  173. package/build/components/TableCells/CustomCells/RefundChargeCell/index.js +1 -2
  174. package/build/components/TableCells/CustomCells/RefundStatusCell/RefundStatusCell.js +1 -1
  175. package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStateIcon.d.ts +2 -0
  176. package/build/components/TableCells/CustomCells/RefundStatusCell/components/{RefundIcon.js → RefundStateIcon.js} +1 -1
  177. package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundStatus.js +2 -2
  178. package/build/components/TableCells/CustomCells/RefundStatusCell/components/index.d.ts +1 -1
  179. package/build/components/TableCells/CustomCells/RefundStatusCell/components/index.js +1 -1
  180. package/build/components/TableCells/CustomCells/RefundStatusCell/index.d.ts +2 -2
  181. package/build/components/TableCells/CustomCells/RefundStatusCell/index.js +2 -2
  182. package/build/components/TableCells/CustomCells/SourceCell/SourceCell.js +2 -2
  183. package/build/components/TableCells/CustomCells/SourceCell/index.d.ts +1 -2
  184. package/build/components/TableCells/CustomCells/SourceCell/index.js +1 -2
  185. package/build/components/TableCells/CustomCells/SourceMergedCell/SourceMergedCell.js +1 -1
  186. package/build/components/TableCells/CustomCells/SourceMergedCell/index.d.ts +2 -2
  187. package/build/components/TableCells/CustomCells/SourceMergedCell/index.js +2 -2
  188. package/build/components/TableCells/CustomCells/StatusCell/StatusCell.js +1 -1
  189. package/build/components/TableCells/CustomCells/StatusCell/index.d.ts +1 -2
  190. package/build/components/TableCells/CustomCells/StatusCell/index.js +1 -2
  191. package/build/components/TableCells/CustomCells/TextTableCell/index.d.ts +1 -2
  192. package/build/components/TableCells/CustomCells/TextTableCell/index.js +1 -2
  193. package/build/components/TableCells/CustomCells/TextWithBadgeCell/TextWithBadgeCell.js +1 -1
  194. package/build/components/TableCells/CustomCells/TextWithBadgeCell/index.d.ts +1 -2
  195. package/build/components/TableCells/CustomCells/TextWithBadgeCell/index.js +1 -2
  196. package/build/components/TableCells/CustomCells/TokenStatusCell/TokenStatusCell.js +1 -1
  197. package/build/components/TableCells/CustomCells/TokenStatusCell/index.d.ts +1 -2
  198. package/build/components/TableCells/CustomCells/TokenStatusCell/index.js +1 -2
  199. package/build/components/TableCells/CustomCells/WalletCell/WalletCell.js +1 -1
  200. package/build/components/TableCells/CustomCells/WalletCell/index.d.ts +1 -2
  201. package/build/components/TableCells/CustomCells/WalletCell/index.js +1 -2
  202. package/build/components/TableCells/CustomCells/index.d.ts +1 -0
  203. package/build/components/TableCells/CustomCells/index.js +1 -0
  204. package/build/components/TableCells/CustomCells/style.js +1 -1
  205. package/build/components/TableCells/CustomCells/type.d.ts +0 -6
  206. package/build/components/TableCells/index.d.ts +2 -3
  207. package/build/components/TableCells/index.js +2 -3
  208. package/build/components/VirtualTable/components/ColumnFilter/index.d.ts +2 -2
  209. package/build/components/VirtualTable/components/ColumnFilter/index.js +2 -2
  210. package/build/components/VirtualTable/components/TableHeader.js +1 -1
  211. package/build/components/index.d.ts +9 -9
  212. package/build/components/index.js +8 -8
  213. package/build/types/analytics.d.ts +1 -0
  214. package/package.json +88 -88
  215. package/build/components/AppWindow/headers/AccountHeader/index.js +0 -3
  216. package/build/components/AppWindow/index.d.ts +0 -5
  217. package/build/components/AppWindow/index.js +0 -4
  218. package/build/components/Dropdown/index.d.ts +0 -3
  219. package/build/components/Dropdown/index.js +0 -2
  220. package/build/components/Inputs/PhoneInput/CountriesCode/index.d.ts +0 -3
  221. package/build/components/Inputs/PhoneInput/CountriesCode/index.js +0 -3
  222. package/build/components/Inputs/PhoneInput/index.d.ts +0 -2
  223. package/build/components/Inputs/PhoneInput/index.js +0 -2
  224. package/build/components/Inputs/PhoneInput/style.d.ts +0 -11
  225. package/build/components/Inputs/PhoneInput/style.js +0 -25
  226. package/build/components/TableCells/CustomCells/RefundStatusCell/components/RefundIcon.d.ts +0 -2
  227. /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/AppWindow.d.ts +0 -0
  228. /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/AppWindow.js +0 -0
  229. /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/constant.d.ts +0 -0
  230. /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/constant.js +0 -0
  231. /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/index.d.ts +0 -0
  232. /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/index.js +0 -0
  233. /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/style.d.ts +0 -0
  234. /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/style.js +0 -0
  235. /package/build/components/{AppWindow/window → AppWindowWrapper/AppWindow}/type.d.ts +0 -0
  236. /package/build/components/{AppWindow/context → AppWindowWrapper/AppWindow}/type.js +0 -0
  237. /package/build/components/{AppWindow/AppWindow.d.ts → AppWindowWrapper/AppWindowWrapper.d.ts} +0 -0
  238. /package/build/components/{AppWindow → AppWindowWrapper}/context/Provider.d.ts +0 -0
  239. /package/build/components/{AppWindow → AppWindowWrapper}/context/Provider.js +0 -0
  240. /package/build/components/{AppWindow → AppWindowWrapper}/context/context.d.ts +0 -0
  241. /package/build/components/{AppWindow → AppWindowWrapper}/context/context.js +0 -0
  242. /package/build/components/{AppWindow → AppWindowWrapper}/context/index.d.ts +0 -0
  243. /package/build/components/{AppWindow → AppWindowWrapper}/context/index.js +0 -0
  244. /package/build/components/{AppWindow → AppWindowWrapper}/context/type.d.ts +0 -0
  245. /package/build/components/{AppWindow/headers/AccountHeader/components/AccountHeaderTitle → AppWindowWrapper/context}/type.js +0 -0
  246. /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/AccountHeader.d.ts +0 -0
  247. /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/components/AccountHeaderTitle/AccountHeaderTitle.d.ts +0 -0
  248. /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/components/AccountHeaderTitle/AccountHeaderTitle.js +0 -0
  249. /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/components/AccountHeaderTitle/index.d.ts +0 -0
  250. /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/components/AccountHeaderTitle/index.js +0 -0
  251. /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/components/AccountHeaderTitle/type.d.ts +0 -0
  252. /package/build/components/{AppWindow/headers/AccountHeader → AppWindowWrapper/headers/AccountHeader/components/AccountHeaderTitle}/type.js +0 -0
  253. /package/build/components/{AppWindow → AppWindowWrapper}/headers/AccountHeader/type.d.ts +0 -0
  254. /package/build/components/{AppWindow → AppWindowWrapper/headers/AccountHeader}/type.js +0 -0
  255. /package/build/components/{AppWindow/window → AppWindowWrapper}/type.js +0 -0
  256. /package/build/components/{Dropdown/Dropdown.d.ts → DropdownMenu/DropdownMenu.d.ts} +0 -0
  257. /package/build/components/{Dropdown/Dropdown.js → DropdownMenu/DropdownMenu.js} +0 -0
  258. /package/build/components/{Dropdown → DropdownMenu}/styles.d.ts +0 -0
  259. /package/build/components/{Dropdown → DropdownMenu}/styles.js +0 -0
  260. /package/build/components/{Dropdown → DropdownMenu}/type.d.ts +0 -0
  261. /package/build/components/{Dropdown → DropdownMenu}/type.js +0 -0
  262. /package/build/components/NestedDropdown/{MenuItem.d.ts → NestedMenuItem.d.ts} +0 -0
  263. /package/build/components/NestedDropdown/{MenuItem.js → NestedMenuItem.js} +0 -0