@neo4j-ndl/react 0.1.0 → 0.1.3-alpha.19

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 (463) hide show
  1. package/lib/cjs/alert/Alert.js +102 -0
  2. package/lib/cjs/alert/Alert.js.map +1 -0
  3. package/lib/{alert → cjs/alert}/index.js +6 -10
  4. package/lib/cjs/alert/index.js.map +1 -0
  5. package/lib/cjs/button/Button.js +116 -0
  6. package/lib/cjs/button/Button.js.map +1 -0
  7. package/lib/{button → cjs/button}/index.js +6 -2
  8. package/lib/cjs/button/index.js.map +1 -0
  9. package/lib/{checkbox → cjs/checkbox}/Checkbox.js +13 -20
  10. package/lib/cjs/checkbox/Checkbox.js.map +1 -0
  11. package/lib/{checkbox → cjs/checkbox}/index.js +5 -9
  12. package/lib/cjs/checkbox/index.js.map +1 -0
  13. package/lib/cjs/context-menu/ContextMenu.js +218 -0
  14. package/lib/cjs/context-menu/ContextMenu.js.map +1 -0
  15. package/lib/{context-menu → cjs/context-menu}/index.js +6 -2
  16. package/lib/cjs/context-menu/index.js.map +1 -0
  17. package/lib/cjs/drag-and-drop/DragAndDrop.js +66 -0
  18. package/lib/cjs/drag-and-drop/DragAndDrop.js.map +1 -0
  19. package/lib/cjs/drag-and-drop/icons/CSV-file.js +6 -0
  20. package/lib/cjs/drag-and-drop/icons/CSV-file.js.map +1 -0
  21. package/lib/cjs/drag-and-drop/icons/Cloud.js +6 -0
  22. package/lib/cjs/drag-and-drop/icons/Cloud.js.map +1 -0
  23. package/lib/cjs/drag-and-drop/icons/File.js +6 -0
  24. package/lib/cjs/drag-and-drop/icons/File.js.map +1 -0
  25. package/lib/cjs/drag-and-drop/icons/InvalidFile.js +6 -0
  26. package/lib/cjs/drag-and-drop/icons/InvalidFile.js.map +1 -0
  27. package/lib/cjs/drag-and-drop/index.js +29 -0
  28. package/lib/cjs/drag-and-drop/index.js.map +1 -0
  29. package/lib/{helpers → cjs/helpers}/debounce.js +7 -13
  30. package/lib/cjs/helpers/debounce.js.map +1 -0
  31. package/lib/cjs/helpers/forwardRef.js +26 -0
  32. package/lib/cjs/helpers/forwardRef.js.map +1 -0
  33. package/lib/{helpers → cjs/helpers}/index.js +7 -2
  34. package/lib/cjs/helpers/index.js.map +1 -0
  35. package/lib/cjs/helpers/testing.js +46 -0
  36. package/lib/cjs/helpers/testing.js.map +1 -0
  37. package/lib/{helpers → cjs/helpers}/types.js +1 -1
  38. package/lib/cjs/helpers/types.js.map +1 -0
  39. package/lib/{icons → cjs/icons}/Custom.js +35 -45
  40. package/lib/cjs/icons/Custom.js.map +1 -0
  41. package/lib/cjs/icons/Hero.js +59 -0
  42. package/lib/cjs/icons/Hero.js.map +1 -0
  43. package/lib/cjs/icons/custom/Circle.js +6 -0
  44. package/lib/cjs/icons/custom/Circle.js.map +1 -0
  45. package/lib/cjs/icons/custom/CollapseExpand.js +6 -0
  46. package/lib/cjs/icons/custom/CollapseExpand.js.map +1 -0
  47. package/lib/cjs/icons/custom/DatabaseAddCircle.js +6 -0
  48. package/lib/cjs/icons/custom/DatabaseAddCircle.js.map +1 -0
  49. package/lib/cjs/icons/custom/Dbms.js +6 -0
  50. package/lib/cjs/icons/custom/Dbms.js.map +1 -0
  51. package/lib/cjs/icons/custom/Drag.js +6 -0
  52. package/lib/cjs/icons/custom/Drag.js.map +1 -0
  53. package/lib/cjs/icons/custom/Expand.js +6 -0
  54. package/lib/cjs/icons/custom/Expand.js.map +1 -0
  55. package/lib/cjs/icons/custom/ExternalLink.js +6 -0
  56. package/lib/cjs/icons/custom/ExternalLink.js.map +1 -0
  57. package/lib/cjs/icons/custom/FitToScreen.js +6 -0
  58. package/lib/cjs/icons/custom/FitToScreen.js.map +1 -0
  59. package/lib/cjs/icons/custom/FolderBookmark.js +6 -0
  60. package/lib/cjs/icons/custom/FolderBookmark.js.map +1 -0
  61. package/lib/cjs/icons/custom/Heirarchy2.js +6 -0
  62. package/lib/cjs/icons/custom/Heirarchy2.js.map +1 -0
  63. package/lib/cjs/icons/custom/Hierarchy1.js +6 -0
  64. package/lib/cjs/icons/custom/Hierarchy1.js.map +1 -0
  65. package/lib/cjs/icons/custom/Hierarchy2.js +6 -0
  66. package/lib/cjs/icons/custom/Hierarchy2.js.map +1 -0
  67. package/lib/cjs/icons/custom/NomLevel.js +6 -0
  68. package/lib/cjs/icons/custom/NomLevel.js.map +1 -0
  69. package/lib/cjs/icons/custom/Pin.js +6 -0
  70. package/lib/cjs/icons/custom/Pin.js.map +1 -0
  71. package/lib/cjs/icons/custom/Presentation.js +6 -0
  72. package/lib/cjs/icons/custom/Presentation.js.map +1 -0
  73. package/lib/cjs/icons/custom/QueryBrowser.js +6 -0
  74. package/lib/cjs/icons/custom/QueryBrowser.js.map +1 -0
  75. package/lib/cjs/icons/custom/Rhombus.js +6 -0
  76. package/lib/cjs/icons/custom/Rhombus.js.map +1 -0
  77. package/lib/cjs/icons/custom/ScienceMolecule.js +6 -0
  78. package/lib/cjs/icons/custom/ScienceMolecule.js.map +1 -0
  79. package/lib/cjs/icons/custom/Shrink.js +6 -0
  80. package/lib/cjs/icons/custom/Shrink.js.map +1 -0
  81. package/lib/cjs/icons/custom/Text.js +6 -0
  82. package/lib/cjs/icons/custom/Text.js.map +1 -0
  83. package/lib/cjs/icons/custom/Triangle.js +6 -0
  84. package/lib/cjs/icons/custom/Triangle.js.map +1 -0
  85. package/lib/cjs/icons/custom/VisualizeBloom.js +6 -0
  86. package/lib/cjs/icons/custom/VisualizeBloom.js.map +1 -0
  87. package/lib/cjs/icons/custom/index.js +71 -0
  88. package/lib/cjs/icons/custom/index.js.map +1 -0
  89. package/lib/{icons → cjs/icons}/index.js +6 -10
  90. package/lib/cjs/icons/index.js.map +1 -0
  91. package/lib/{index.js → cjs/index.js} +12 -2
  92. package/lib/cjs/index.js.map +1 -0
  93. package/lib/cjs/input/Input.js +60 -0
  94. package/lib/cjs/input/Input.js.map +1 -0
  95. package/lib/{input → cjs/input}/index.js +5 -9
  96. package/lib/cjs/input/index.js.map +1 -0
  97. package/lib/cjs/label/Label.js +103 -0
  98. package/lib/cjs/label/Label.js.map +1 -0
  99. package/lib/{label → cjs/label}/index.js +5 -9
  100. package/lib/cjs/label/index.js.map +1 -0
  101. package/lib/cjs/loading-spinner/LoadingSpinner.js +53 -0
  102. package/lib/cjs/loading-spinner/LoadingSpinner.js.map +1 -0
  103. package/lib/{loading-spinner → cjs/loading-spinner}/index.js +5 -9
  104. package/lib/cjs/loading-spinner/index.js.map +1 -0
  105. package/lib/{popover → cjs/popover}/Popover.js +86 -96
  106. package/lib/cjs/popover/Popover.js.map +1 -0
  107. package/lib/{popover → cjs/popover}/index.js +6 -2
  108. package/lib/cjs/popover/index.js.map +1 -0
  109. package/lib/cjs/progress-bar/ProgressBar.js +46 -0
  110. package/lib/cjs/progress-bar/ProgressBar.js.map +1 -0
  111. package/lib/{progress-bar → cjs/progress-bar}/index.js +5 -9
  112. package/lib/cjs/progress-bar/index.js.map +1 -0
  113. package/lib/{radio → cjs/radio}/Radio.js +11 -21
  114. package/lib/cjs/radio/Radio.js.map +1 -0
  115. package/lib/{radio → cjs/radio}/index.js +5 -9
  116. package/lib/cjs/radio/index.js.map +1 -0
  117. package/lib/{switch → cjs/switch}/Switch.js +10 -21
  118. package/lib/cjs/switch/Switch.js.map +1 -0
  119. package/lib/{switch → cjs/switch}/index.js +5 -9
  120. package/lib/cjs/switch/index.js.map +1 -0
  121. package/lib/cjs/table/Table.js +122 -0
  122. package/lib/cjs/table/Table.js.map +1 -0
  123. package/lib/cjs/table/TableNavigation.js +51 -0
  124. package/lib/cjs/table/TableNavigation.js.map +1 -0
  125. package/lib/cjs/table/helpers.js +107 -0
  126. package/lib/cjs/table/helpers.js.map +1 -0
  127. package/lib/cjs/table/hooks/hookCallbackTypes.js +23 -0
  128. package/lib/cjs/table/hooks/hookCallbackTypes.js.map +1 -0
  129. package/lib/cjs/table/hooks/index.js +40 -0
  130. package/lib/cjs/table/hooks/index.js.map +1 -0
  131. package/lib/cjs/table/hooks/useMultiRowSelect.js +84 -0
  132. package/lib/cjs/table/hooks/useMultiRowSelect.js.map +1 -0
  133. package/lib/cjs/table/hooks/useSingleRowSelect.js +61 -0
  134. package/lib/cjs/table/hooks/useSingleRowSelect.js.map +1 -0
  135. package/lib/cjs/table/index.js +44 -0
  136. package/lib/cjs/table/index.js.map +1 -0
  137. package/lib/cjs/tabs/Tabs.js +105 -0
  138. package/lib/cjs/tabs/Tabs.js.map +1 -0
  139. package/lib/{tabs → cjs/tabs}/index.js +6 -2
  140. package/lib/cjs/tabs/index.js.map +1 -0
  141. package/lib/cjs/tag/Tag.js +67 -0
  142. package/lib/cjs/tag/Tag.js.map +1 -0
  143. package/lib/{tag → cjs/tag}/index.js +5 -9
  144. package/lib/cjs/tag/index.js.map +1 -0
  145. package/lib/{tooltip → cjs/tooltip}/Tooltip.js +24 -34
  146. package/lib/cjs/tooltip/Tooltip.js.map +1 -0
  147. package/lib/{tooltip → cjs/tooltip}/index.js +5 -9
  148. package/lib/cjs/tooltip/index.js.map +1 -0
  149. package/lib/cjs/view-selector/ViewSelector.js +89 -0
  150. package/lib/cjs/view-selector/ViewSelector.js.map +1 -0
  151. package/lib/{view-selector → cjs/view-selector}/index.js +6 -2
  152. package/lib/cjs/view-selector/index.js.map +1 -0
  153. package/lib/esm/alert/Alert.js +95 -0
  154. package/lib/esm/alert/Alert.js.map +1 -0
  155. package/lib/esm/alert/index.js +22 -0
  156. package/lib/esm/alert/index.js.map +1 -0
  157. package/lib/esm/button/Button.js +108 -0
  158. package/lib/esm/button/Button.js.map +1 -0
  159. package/lib/esm/button/index.js +22 -0
  160. package/lib/esm/button/index.js.map +1 -0
  161. package/lib/esm/checkbox/Checkbox.js +47 -0
  162. package/lib/esm/checkbox/Checkbox.js.map +1 -0
  163. package/lib/esm/checkbox/index.js +22 -0
  164. package/lib/esm/checkbox/index.js.map +1 -0
  165. package/lib/esm/context-menu/ContextMenu.js +189 -0
  166. package/lib/esm/context-menu/ContextMenu.js.map +1 -0
  167. package/lib/esm/context-menu/index.js +22 -0
  168. package/lib/esm/context-menu/index.js.map +1 -0
  169. package/lib/esm/drag-and-drop/DragAndDrop.js +61 -0
  170. package/lib/esm/drag-and-drop/DragAndDrop.js.map +1 -0
  171. package/lib/esm/drag-and-drop/icons/CSV-file.js +4 -0
  172. package/lib/esm/drag-and-drop/icons/CSV-file.js.map +1 -0
  173. package/lib/esm/drag-and-drop/icons/Cloud.js +4 -0
  174. package/lib/esm/drag-and-drop/icons/Cloud.js.map +1 -0
  175. package/lib/esm/drag-and-drop/icons/File.js +4 -0
  176. package/lib/esm/drag-and-drop/icons/File.js.map +1 -0
  177. package/lib/esm/drag-and-drop/icons/InvalidFile.js +4 -0
  178. package/lib/esm/drag-and-drop/icons/InvalidFile.js.map +1 -0
  179. package/lib/esm/drag-and-drop/index.js +22 -0
  180. package/lib/esm/drag-and-drop/index.js.map +1 -0
  181. package/lib/{tooltip/Tooltip.d.ts → esm/helpers/debounce.js} +16 -8
  182. package/lib/esm/helpers/debounce.js.map +1 -0
  183. package/lib/esm/helpers/forwardRef.js +23 -0
  184. package/lib/esm/helpers/forwardRef.js.map +1 -0
  185. package/lib/esm/helpers/index.js +24 -0
  186. package/lib/esm/helpers/index.js.map +1 -0
  187. package/lib/esm/helpers/testing.js +42 -0
  188. package/lib/esm/helpers/testing.js.map +1 -0
  189. package/lib/esm/helpers/types.js +22 -0
  190. package/lib/esm/helpers/types.js.map +1 -0
  191. package/lib/esm/icons/Custom.js +41 -0
  192. package/lib/esm/icons/Custom.js.map +1 -0
  193. package/lib/esm/icons/Hero.js +33 -0
  194. package/lib/esm/icons/Hero.js.map +1 -0
  195. package/lib/esm/icons/custom/Circle.js +4 -0
  196. package/lib/esm/icons/custom/Circle.js.map +1 -0
  197. package/lib/esm/icons/custom/CollapseExpand.js +4 -0
  198. package/lib/esm/icons/custom/CollapseExpand.js.map +1 -0
  199. package/lib/esm/icons/custom/DatabaseAddCircle.js +4 -0
  200. package/lib/esm/icons/custom/DatabaseAddCircle.js.map +1 -0
  201. package/lib/esm/icons/custom/Dbms.js +4 -0
  202. package/lib/esm/icons/custom/Dbms.js.map +1 -0
  203. package/lib/esm/icons/custom/Drag.js +4 -0
  204. package/lib/esm/icons/custom/Drag.js.map +1 -0
  205. package/lib/esm/icons/custom/Expand.js +4 -0
  206. package/lib/esm/icons/custom/Expand.js.map +1 -0
  207. package/lib/esm/icons/custom/ExternalLink.js +4 -0
  208. package/lib/esm/icons/custom/ExternalLink.js.map +1 -0
  209. package/lib/esm/icons/custom/FitToScreen.js +4 -0
  210. package/lib/esm/icons/custom/FitToScreen.js.map +1 -0
  211. package/lib/esm/icons/custom/FolderBookmark.js +4 -0
  212. package/lib/esm/icons/custom/FolderBookmark.js.map +1 -0
  213. package/lib/esm/icons/custom/Heirarchy2.js +4 -0
  214. package/lib/esm/icons/custom/Heirarchy2.js.map +1 -0
  215. package/lib/esm/icons/custom/Hierarchy1.js +4 -0
  216. package/lib/esm/icons/custom/Hierarchy1.js.map +1 -0
  217. package/lib/esm/icons/custom/Hierarchy2.js +4 -0
  218. package/lib/esm/icons/custom/Hierarchy2.js.map +1 -0
  219. package/lib/esm/icons/custom/NomLevel.js +4 -0
  220. package/lib/esm/icons/custom/NomLevel.js.map +1 -0
  221. package/lib/esm/icons/custom/Pin.js +4 -0
  222. package/lib/esm/icons/custom/Pin.js.map +1 -0
  223. package/lib/esm/icons/custom/Presentation.js +4 -0
  224. package/lib/esm/icons/custom/Presentation.js.map +1 -0
  225. package/lib/esm/icons/custom/QueryBrowser.js +4 -0
  226. package/lib/esm/icons/custom/QueryBrowser.js.map +1 -0
  227. package/lib/esm/icons/custom/Rhombus.js +4 -0
  228. package/lib/esm/icons/custom/Rhombus.js.map +1 -0
  229. package/lib/esm/icons/custom/ScienceMolecule.js +4 -0
  230. package/lib/esm/icons/custom/ScienceMolecule.js.map +1 -0
  231. package/lib/esm/icons/custom/Shrink.js +4 -0
  232. package/lib/esm/icons/custom/Shrink.js.map +1 -0
  233. package/lib/esm/icons/custom/Text.js +4 -0
  234. package/lib/esm/icons/custom/Text.js.map +1 -0
  235. package/lib/esm/icons/custom/Triangle.js +4 -0
  236. package/lib/esm/icons/custom/Triangle.js.map +1 -0
  237. package/lib/esm/icons/custom/VisualizeBloom.js +4 -0
  238. package/lib/esm/icons/custom/VisualizeBloom.js.map +1 -0
  239. package/lib/esm/icons/custom/index.js +43 -0
  240. package/lib/esm/icons/custom/index.js.map +1 -0
  241. package/lib/esm/icons/index.js +23 -0
  242. package/lib/esm/icons/index.js.map +1 -0
  243. package/lib/esm/index.js +37 -0
  244. package/lib/esm/index.js.map +1 -0
  245. package/lib/esm/input/Input.js +55 -0
  246. package/lib/esm/input/Input.js.map +1 -0
  247. package/lib/esm/input/index.js +22 -0
  248. package/lib/esm/input/index.js.map +1 -0
  249. package/lib/esm/label/Label.js +97 -0
  250. package/lib/esm/label/Label.js.map +1 -0
  251. package/lib/esm/label/index.js +22 -0
  252. package/lib/esm/label/index.js.map +1 -0
  253. package/lib/esm/loading-spinner/LoadingSpinner.js +48 -0
  254. package/lib/esm/loading-spinner/LoadingSpinner.js.map +1 -0
  255. package/lib/esm/loading-spinner/index.js +22 -0
  256. package/lib/esm/loading-spinner/index.js.map +1 -0
  257. package/lib/esm/popover/Popover.js +184 -0
  258. package/lib/esm/popover/Popover.js.map +1 -0
  259. package/lib/esm/popover/index.js +22 -0
  260. package/lib/esm/popover/index.js.map +1 -0
  261. package/lib/esm/progress-bar/ProgressBar.js +41 -0
  262. package/lib/esm/progress-bar/ProgressBar.js.map +1 -0
  263. package/lib/esm/progress-bar/index.js +22 -0
  264. package/lib/esm/progress-bar/index.js.map +1 -0
  265. package/lib/{radio/Radio.d.ts → esm/radio/Radio.js} +7 -3
  266. package/lib/esm/radio/Radio.js.map +1 -0
  267. package/lib/esm/radio/index.js +22 -0
  268. package/lib/esm/radio/index.js.map +1 -0
  269. package/lib/{progress-bar/ProgressBar.d.ts → esm/switch/Switch.js} +22 -8
  270. package/lib/esm/switch/Switch.js.map +1 -0
  271. package/lib/esm/switch/index.js +22 -0
  272. package/lib/esm/switch/index.js.map +1 -0
  273. package/lib/esm/table/Table.js +115 -0
  274. package/lib/esm/table/Table.js.map +1 -0
  275. package/lib/esm/table/TableNavigation.js +44 -0
  276. package/lib/esm/table/TableNavigation.js.map +1 -0
  277. package/lib/esm/table/helpers.js +100 -0
  278. package/lib/esm/table/helpers.js.map +1 -0
  279. package/lib/esm/table/hooks/hookCallbackTypes.js +22 -0
  280. package/lib/esm/table/hooks/hookCallbackTypes.js.map +1 -0
  281. package/lib/esm/table/hooks/index.js +24 -0
  282. package/lib/esm/table/hooks/index.js.map +1 -0
  283. package/lib/esm/table/hooks/useMultiRowSelect.js +82 -0
  284. package/lib/esm/table/hooks/useMultiRowSelect.js.map +1 -0
  285. package/lib/esm/table/hooks/useSingleRowSelect.js +57 -0
  286. package/lib/esm/table/hooks/useSingleRowSelect.js.map +1 -0
  287. package/lib/esm/table/index.js +23 -0
  288. package/lib/esm/table/index.js.map +1 -0
  289. package/lib/esm/tabs/Tabs.js +76 -0
  290. package/lib/esm/tabs/Tabs.js.map +1 -0
  291. package/lib/esm/tabs/index.js +22 -0
  292. package/lib/esm/tabs/index.js.map +1 -0
  293. package/lib/esm/tag/Tag.js +62 -0
  294. package/lib/esm/tag/Tag.js.map +1 -0
  295. package/lib/esm/tag/index.js +22 -0
  296. package/lib/esm/tag/index.js.map +1 -0
  297. package/lib/esm/tooltip/Tooltip.js +41 -0
  298. package/lib/esm/tooltip/Tooltip.js.map +1 -0
  299. package/lib/esm/tooltip/index.js +22 -0
  300. package/lib/esm/tooltip/index.js.map +1 -0
  301. package/lib/esm/view-selector/ViewSelector.js +60 -0
  302. package/lib/esm/view-selector/ViewSelector.js.map +1 -0
  303. package/lib/esm/view-selector/index.js +22 -0
  304. package/lib/esm/view-selector/index.js.map +1 -0
  305. package/lib/types/alert/Alert.d.ts +75 -0
  306. package/lib/{alert → types/alert}/index.d.ts +0 -0
  307. package/lib/{button → types/button}/Button.d.ts +2 -2
  308. package/lib/{button → types/button}/index.d.ts +0 -0
  309. package/lib/{checkbox → types/checkbox}/Checkbox.d.ts +0 -0
  310. package/lib/{checkbox → types/checkbox}/index.d.ts +0 -0
  311. package/lib/types/context-menu/ContextMenu.d.ts +65 -0
  312. package/lib/{context-menu → types/context-menu}/index.d.ts +0 -0
  313. package/lib/types/drag-and-drop/DragAndDrop.d.ts +47 -0
  314. package/lib/types/drag-and-drop/icons/CSV-file.d.ts +23 -0
  315. package/lib/types/drag-and-drop/icons/Cloud.d.ts +23 -0
  316. package/lib/types/drag-and-drop/icons/File.d.ts +23 -0
  317. package/lib/types/drag-and-drop/icons/InvalidFile.d.ts +23 -0
  318. package/lib/types/drag-and-drop/index.d.ts +21 -0
  319. package/lib/{helpers → types/helpers}/debounce.d.ts +0 -0
  320. package/lib/types/helpers/forwardRef.d.ts +24 -0
  321. package/lib/{helpers → types/helpers}/index.d.ts +1 -0
  322. package/lib/types/helpers/testing.d.ts +28 -0
  323. package/lib/{helpers → types/helpers}/types.d.ts +1 -1
  324. package/lib/{icons → types/icons}/Custom.d.ts +2 -2
  325. package/lib/{icons → types/icons}/Hero.d.ts +2 -2
  326. package/lib/{icons → types/icons}/custom/Circle.d.ts +0 -0
  327. package/lib/types/icons/custom/CollapseExpand.d.ts +23 -0
  328. package/lib/{icons → types/icons}/custom/DatabaseAddCircle.d.ts +0 -0
  329. package/lib/types/icons/custom/Dbms.d.ts +23 -0
  330. package/lib/{icons → types/icons}/custom/Drag.d.ts +0 -0
  331. package/lib/{icons → types/icons}/custom/Expand.d.ts +0 -0
  332. package/lib/{icons → types/icons}/custom/ExternalLink.d.ts +0 -0
  333. package/lib/{icons → types/icons}/custom/FitToScreen.d.ts +0 -0
  334. package/lib/{icons → types/icons}/custom/FolderBookmark.d.ts +0 -0
  335. package/lib/{icons → types/icons}/custom/Heirarchy2.d.ts +0 -0
  336. package/lib/{icons → types/icons}/custom/Hierarchy1.d.ts +0 -0
  337. package/lib/types/icons/custom/Hierarchy2.d.ts +23 -0
  338. package/lib/types/icons/custom/NomLevel.d.ts +23 -0
  339. package/lib/{icons → types/icons}/custom/Pin.d.ts +0 -0
  340. package/lib/{icons → types/icons}/custom/Presentation.d.ts +0 -0
  341. package/lib/types/icons/custom/QueryBrowser.d.ts +23 -0
  342. package/lib/{icons → types/icons}/custom/Rhombus.d.ts +0 -0
  343. package/lib/types/icons/custom/ScienceMolecule.d.ts +23 -0
  344. package/lib/{icons → types/icons}/custom/Shrink.d.ts +0 -0
  345. package/lib/{icons → types/icons}/custom/Text.d.ts +0 -0
  346. package/lib/{icons → types/icons}/custom/Triangle.d.ts +0 -0
  347. package/lib/types/icons/custom/VisualizeBloom.d.ts +23 -0
  348. package/lib/{icons → types/icons}/custom/index.d.ts +7 -0
  349. package/lib/{icons → types/icons}/index.d.ts +0 -0
  350. package/lib/{index.d.ts → types/index.d.ts} +6 -0
  351. package/lib/{input → types/input}/Input.d.ts +0 -0
  352. package/lib/{input → types/input}/index.d.ts +0 -0
  353. package/lib/{label → types/label}/Label.d.ts +3 -3
  354. package/lib/{label → types/label}/index.d.ts +0 -0
  355. package/lib/{loading-spinner → types/loading-spinner}/LoadingSpinner.d.ts +2 -2
  356. package/lib/{loading-spinner → types/loading-spinner}/index.d.ts +0 -0
  357. package/lib/{popover → types/popover}/Popover.d.ts +0 -0
  358. package/lib/{popover → types/popover}/index.d.ts +0 -0
  359. package/lib/types/progress-bar/ProgressBar.d.ts +30 -0
  360. package/lib/{progress-bar → types/progress-bar}/index.d.ts +0 -0
  361. package/lib/types/radio/Radio.d.ts +39 -0
  362. package/lib/{radio → types/radio}/index.d.ts +0 -0
  363. package/lib/{switch → types/switch}/Switch.d.ts +0 -0
  364. package/lib/{switch → types/switch}/index.d.ts +0 -0
  365. package/lib/types/table/Table.d.ts +78 -0
  366. package/lib/types/table/TableNavigation.d.ts +39 -0
  367. package/lib/types/table/helpers.d.ts +51 -0
  368. package/lib/types/table/hooks/hookCallbackTypes.d.ts +27 -0
  369. package/lib/types/table/hooks/index.d.ts +23 -0
  370. package/lib/types/table/hooks/useMultiRowSelect.d.ts +42 -0
  371. package/lib/types/table/hooks/useSingleRowSelect.d.ts +37 -0
  372. package/lib/types/table/index.d.ts +22 -0
  373. package/lib/{tabs → types/tabs}/Tabs.d.ts +3 -3
  374. package/lib/{tabs → types/tabs}/index.d.ts +0 -0
  375. package/lib/{tag → types/tag}/Tag.d.ts +1 -1
  376. package/lib/{tag → types/tag}/index.d.ts +0 -0
  377. package/lib/types/tooltip/Tooltip.d.ts +29 -0
  378. package/lib/{tooltip → types/tooltip}/index.d.ts +0 -0
  379. package/lib/{view-selector → types/view-selector}/ViewSelector.d.ts +4 -11
  380. package/lib/{view-selector → types/view-selector}/index.d.ts +0 -0
  381. package/package.json +23 -10
  382. package/lib/alert/Alert.d.ts +0 -70
  383. package/lib/alert/Alert.js +0 -114
  384. package/lib/alert/Alert.js.map +0 -1
  385. package/lib/alert/index.js.map +0 -1
  386. package/lib/button/Button.js +0 -110
  387. package/lib/button/Button.js.map +0 -1
  388. package/lib/button/index.js.map +0 -1
  389. package/lib/checkbox/Checkbox.js.map +0 -1
  390. package/lib/checkbox/index.js.map +0 -1
  391. package/lib/context-menu/ContextMenu.d.ts +0 -65
  392. package/lib/context-menu/ContextMenu.js +0 -228
  393. package/lib/context-menu/ContextMenu.js.map +0 -1
  394. package/lib/context-menu/index.js.map +0 -1
  395. package/lib/helpers/debounce.js.map +0 -1
  396. package/lib/helpers/index.js.map +0 -1
  397. package/lib/helpers/types.js.map +0 -1
  398. package/lib/icons/Custom.js.map +0 -1
  399. package/lib/icons/Hero.js +0 -89
  400. package/lib/icons/Hero.js.map +0 -1
  401. package/lib/icons/custom/Circle.js +0 -57
  402. package/lib/icons/custom/Circle.js.map +0 -1
  403. package/lib/icons/custom/DatabaseAddCircle.js +0 -57
  404. package/lib/icons/custom/DatabaseAddCircle.js.map +0 -1
  405. package/lib/icons/custom/Drag.js +0 -62
  406. package/lib/icons/custom/Drag.js.map +0 -1
  407. package/lib/icons/custom/Expand.js +0 -57
  408. package/lib/icons/custom/Expand.js.map +0 -1
  409. package/lib/icons/custom/ExternalLink.js +0 -57
  410. package/lib/icons/custom/ExternalLink.js.map +0 -1
  411. package/lib/icons/custom/FitToScreen.js +0 -57
  412. package/lib/icons/custom/FitToScreen.js.map +0 -1
  413. package/lib/icons/custom/FolderBookmark.js +0 -57
  414. package/lib/icons/custom/FolderBookmark.js.map +0 -1
  415. package/lib/icons/custom/Heirarchy2.js +0 -57
  416. package/lib/icons/custom/Heirarchy2.js.map +0 -1
  417. package/lib/icons/custom/Hierarchy1.js +0 -57
  418. package/lib/icons/custom/Hierarchy1.js.map +0 -1
  419. package/lib/icons/custom/Pin.js +0 -57
  420. package/lib/icons/custom/Pin.js.map +0 -1
  421. package/lib/icons/custom/Presentation.js +0 -57
  422. package/lib/icons/custom/Presentation.js.map +0 -1
  423. package/lib/icons/custom/Rhombus.js +0 -57
  424. package/lib/icons/custom/Rhombus.js.map +0 -1
  425. package/lib/icons/custom/Shrink.js +0 -57
  426. package/lib/icons/custom/Shrink.js.map +0 -1
  427. package/lib/icons/custom/Text.js +0 -57
  428. package/lib/icons/custom/Text.js.map +0 -1
  429. package/lib/icons/custom/Triangle.js +0 -57
  430. package/lib/icons/custom/Triangle.js.map +0 -1
  431. package/lib/icons/custom/index.js +0 -61
  432. package/lib/icons/custom/index.js.map +0 -1
  433. package/lib/icons/index.js.map +0 -1
  434. package/lib/index.js.map +0 -1
  435. package/lib/input/Input.js +0 -92
  436. package/lib/input/Input.js.map +0 -1
  437. package/lib/input/index.js.map +0 -1
  438. package/lib/label/Label.js +0 -81
  439. package/lib/label/Label.js.map +0 -1
  440. package/lib/label/index.js.map +0 -1
  441. package/lib/loading-spinner/LoadingSpinner.js +0 -45
  442. package/lib/loading-spinner/LoadingSpinner.js.map +0 -1
  443. package/lib/loading-spinner/index.js.map +0 -1
  444. package/lib/popover/Popover.js.map +0 -1
  445. package/lib/popover/index.js.map +0 -1
  446. package/lib/progress-bar/ProgressBar.js +0 -40
  447. package/lib/progress-bar/ProgressBar.js.map +0 -1
  448. package/lib/progress-bar/index.js.map +0 -1
  449. package/lib/radio/Radio.js.map +0 -1
  450. package/lib/radio/index.js.map +0 -1
  451. package/lib/switch/Switch.js.map +0 -1
  452. package/lib/switch/index.js.map +0 -1
  453. package/lib/tabs/Tabs.js +0 -105
  454. package/lib/tabs/Tabs.js.map +0 -1
  455. package/lib/tabs/index.js.map +0 -1
  456. package/lib/tag/Tag.js +0 -60
  457. package/lib/tag/Tag.js.map +0 -1
  458. package/lib/tag/index.js.map +0 -1
  459. package/lib/tooltip/Tooltip.js.map +0 -1
  460. package/lib/tooltip/index.js.map +0 -1
  461. package/lib/view-selector/ViewSelector.js +0 -78
  462. package/lib/view-selector/ViewSelector.js.map +0 -1
  463. package/lib/view-selector/index.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"NomLevel.js","sourceRoot":"","sources":["../../../../src/icons/custom/NomLevel.tsx"],"names":[],"mappings":";AAuBA,MAAM,WAAW,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACtD,6BACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,eAET,8BACE,EAAE,EAAC,0BAA0B,EAC7B,SAAS,EAAC,gBAAgB,EAC1B,CAAC,EAAE,CAAC,EACJ,CAAC,EAAE,CAAC,EACJ,KAAK,EAAE,EAAE,EACT,MAAM,EAAE,EAAE,EACV,IAAI,EAAC,OAAO,iBAEZ,eAAM,IAAI,EAAC,OAAO,EAAC,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,EAAE,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,GAAI,EACxD,eAAM,CAAC,EAAC,+wUAA+wU,GAAG,KACrxU,EACP,eACE,CAAC,EAAC,+wUAA+wU,EACjxU,IAAI,EAAC,cAAc,GACnB,EACF,eACE,CAAC,EAAC,+wUAA+wU,EACjxU,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,IAAI,EAAC,gCAAgC,GACrC,KACE,CACP,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const SvgPin = (props) => (_jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: _jsx("path", { d: "M9.40209 14.5977L3 21M6.35834 9.4274C6.20007 9.52026 6.06521 9.64819 5.96412 9.80133C5.86303 9.95448 5.79841 10.1288 5.77524 10.3108C5.75206 10.4928 5.77094 10.6778 5.83042 10.8514C5.8899 11.025 5.9884 11.1826 6.11835 11.3122L12.6884 17.8825C12.818 18.0124 12.9756 18.1109 13.1492 18.1704C13.3228 18.2299 13.5077 18.2488 13.6897 18.2256C13.8718 18.2024 14.0461 18.1378 14.1992 18.0367C14.3524 17.9356 14.4803 17.8007 14.5731 17.6425C15.3513 16.3036 15.5834 14.7162 15.2211 13.2105L20.444 9.88659C20.5957 9.79016 20.7237 9.66091 20.8187 9.50838C20.9136 9.35585 20.9732 9.18394 20.9928 9.00534C21.0125 8.82673 20.9918 8.64599 20.9322 8.47645C20.8727 8.30692 20.7758 8.15292 20.6488 8.02582L15.9747 3.3515C15.8476 3.22445 15.6937 3.12754 15.5242 3.06794C15.3547 3.00834 15.174 2.98757 14.9954 3.00715C14.8168 3.02673 14.6449 3.08616 14.4923 3.18107C14.3397 3.27598 14.2105 3.40394 14.114 3.5555L10.7901 8.77941C9.28452 8.41707 7.69718 8.64916 6.35834 9.4274Z", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
3
+ export default SvgPin;
4
+ //# sourceMappingURL=Pin.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Pin.js","sourceRoot":"","sources":["../../../../src/icons/custom/Pin.tsx"],"names":[],"mappings":";AAuBA,MAAM,MAAM,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACjD,4BACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,eACE,CAAC,EAAC,67BAA67B,EAC/7B,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const SvgPresentation = (props) => (_jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: _jsx("path", { d: "M11.9998 20.2V16.8M11.9998 20.2C12.6638 20.2 13.2006 20.5599 13.2006 20.9999M11.9998 20.2C11.3358 20.2 10.8006 20.5599 10.8006 20.9999M3 16.8H20.9999M3.6 3H20.3999C20.7313 3 20.9999 3.26863 20.9999 3.6V5.59998C20.9999 5.93135 20.7313 6.19998 20.3999 6.19998H3.6C3.26863 6.19998 3 5.93135 3 5.59998V3.6C3 3.26863 3.26863 3 3.6 3ZM4.19914 6.20002H19.799V16.8H4.19914V6.20002Z", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
3
+ export default SvgPresentation;
4
+ //# sourceMappingURL=Presentation.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Presentation.js","sourceRoot":"","sources":["../../../../src/icons/custom/Presentation.tsx"],"names":[],"mappings":";AAuBA,MAAM,eAAe,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC1D,4BACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,eACE,CAAC,EAAC,uXAAuX,EACzX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const SvgQueryBrowser = (props) => (_jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [_jsx("path", { d: "M18.2771 18H13.187C12.2248 18 11.4489 17.2218 11.4489 16.2568C11.4489 15.2919 12.2248 14.5137 13.187 14.5137H18.2616C19.2238 14.5137 19.9997 15.2919 19.9997 16.2568C20.0152 17.2218 19.2238 18 18.2771 18Z", fill: "currentColor" }), _jsx("path", { d: "M5.83121 17.4861C5.38117 17.4861 4.94664 17.3149 4.60523 16.9725C3.92241 16.2877 3.92241 15.1827 4.60523 14.5134L7.32101 11.7898L4.51212 8.9727C3.82929 8.28789 3.82929 7.18286 4.51212 6.51361C5.19494 5.8288 6.29677 5.8288 6.96408 6.51361L10.999 10.5602C11.6818 11.245 11.6818 12.3501 10.999 13.0193L7.05719 16.9725C6.71578 17.3149 6.28126 17.4861 5.83121 17.4861Z", fill: "currentColor" })] })));
3
+ export default SvgQueryBrowser;
4
+ //# sourceMappingURL=QueryBrowser.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"QueryBrowser.js","sourceRoot":"","sources":["../../../../src/icons/custom/QueryBrowser.tsx"],"names":[],"mappings":";AAuBA,MAAM,eAAe,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC1D,6BACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,eAET,eACE,CAAC,EAAC,6MAA6M,EAC/M,IAAI,EAAC,cAAc,GACnB,EACF,eACE,CAAC,EAAC,6WAA6W,EAC/W,IAAI,EAAC,cAAc,GACnB,KACE,CACP,CAAC;AAEF,eAAe,eAAe,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const SvgRhombus = (props) => (_jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 9 9", fill: "none" }, props, { children: _jsx("path", { d: "M0.354442 5.31905C0.233787 5.19825 0.166016 5.0345 0.166016 4.86376C0.166016 4.69302 0.233787 4.52927 0.354442 4.40847L3.7109 1.05236C3.77062 0.992504 3.84155 0.945012 3.91965 0.912609C3.99774 0.880205 4.08146 0.863525 4.16602 0.863525C4.25057 0.863525 4.33429 0.880205 4.41238 0.912609C4.49048 0.945012 4.56141 0.992504 4.62113 1.05236L7.97759 4.40847C8.09824 4.52927 8.16602 4.69302 8.16602 4.86376C8.16602 5.0345 8.09824 5.19825 7.97759 5.31905L4.62113 8.67516C4.50039 8.79579 4.33669 8.86355 4.16602 8.86355C3.99534 8.86355 3.83164 8.79579 3.7109 8.67516L0.354442 5.31905Z", fill: "currentColor" }) })));
3
+ export default SvgRhombus;
4
+ //# sourceMappingURL=Rhombus.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Rhombus.js","sourceRoot":"","sources":["../../../../src/icons/custom/Rhombus.tsx"],"names":[],"mappings":";AAuBA,MAAM,UAAU,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACrD,4BAAK,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,OAAO,EAAC,SAAS,EAAC,IAAI,EAAC,MAAM,IAAK,KAAK,cACnE,eACE,CAAC,EAAC,kkBAAkkB,EACpkB,IAAI,EAAC,cAAc,GACnB,IACE,CACP,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ const SvgScienceMolecule = (props) => (_jsxs("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: [_jsx("path", { d: "M12.0068 13.6942C12.9387 13.6942 13.6943 12.9387 13.6943 12.0067C13.6943 11.0748 12.9387 10.3192 12.0068 10.3192C11.0748 10.3192 10.3193 11.0748 10.3193 12.0067C10.3193 12.9387 11.0748 13.6942 12.0068 13.6942Z", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M14.7912 14.791C19.1846 10.3976 21.4996 5.58948 19.9619 4.05179C18.4242 2.5141 13.6161 4.82911 9.22275 9.22251C4.82935 13.6159 2.51434 18.424 4.05203 19.9617C5.58972 21.4994 10.3978 19.1844 14.7912 14.791Z", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }), _jsx("path", { d: "M19.9619 19.9617C21.4996 18.424 19.1846 13.6159 14.7912 9.22251C10.3978 4.82911 5.58972 2.5141 4.05203 4.05179C2.51434 5.58948 4.82935 10.3976 9.22275 14.791C13.6162 19.1844 18.4242 21.4994 19.9619 19.9617Z", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" })] })));
3
+ export default SvgScienceMolecule;
4
+ //# sourceMappingURL=ScienceMolecule.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ScienceMolecule.js","sourceRoot":"","sources":["../../../../src/icons/custom/ScienceMolecule.tsx"],"names":[],"mappings":";AAuBA,MAAM,kBAAkB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC7D,6BACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,eAET,eACE,CAAC,EAAC,mNAAmN,EACrN,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,EACF,eACE,CAAC,EAAC,+MAA+M,EACjN,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,EACF,eACE,CAAC,EAAC,gNAAgN,EAClN,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,KACE,CACP,CAAC;AAEF,eAAe,kBAAkB,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const SvgShrink = (props) => (_jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: _jsx("path", { d: "M21 2.99976L13.7998 10.2M10.2 19.2002V13.8M10.2 13.8H4.7998M10.2 13.8L3 21.0003M12.6879 5.88426V11.2844H18.0881", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
3
+ export default SvgShrink;
4
+ //# sourceMappingURL=Shrink.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Shrink.js","sourceRoot":"","sources":["../../../../src/icons/custom/Shrink.tsx"],"names":[],"mappings":";AAuBA,MAAM,SAAS,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACpD,4BACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,eACE,CAAC,EAAC,iHAAiH,EACnH,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const SvgText = (props) => (_jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: _jsx("path", { d: "M3.60001 5.4V4.8016C3.5998 4.56509 3.6462 4.33085 3.73656 4.11228C3.82693 3.89371 3.95948 3.69509 4.12665 3.52777C4.29381 3.36046 4.49232 3.22773 4.71081 3.13717C4.9293 3.04661 5.16349 3 5.40001 3H18.6C18.8365 3 19.0707 3.04661 19.2892 3.13717C19.5077 3.22773 19.7062 3.36046 19.8734 3.52777C20.0405 3.69509 20.1731 3.89371 20.2634 4.11228C20.3538 4.33085 20.4002 4.56509 20.4 4.8016V5.4016M11.9996 3V21M8.39896 20.9999H15.599", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }) })));
3
+ export default SvgText;
4
+ //# sourceMappingURL=Text.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Text.js","sourceRoot":"","sources":["../../../../src/icons/custom/Text.tsx"],"names":[],"mappings":";AAuBA,MAAM,OAAO,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAClD,4BACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,eACE,CAAC,EAAC,4aAA4a,EAC9a,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,IACE,CACP,CAAC;AAEF,eAAe,OAAO,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const SvgTriangle = (props) => (_jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 9 9", fill: "none" }, props, { children: _jsx("path", { d: "M5.24242 1.22256C5.18951 1.11483 5.10746 1.02408 5.00558 0.960624C4.90371 0.897164 4.78609 0.863525 4.66606 0.863525C4.54604 0.863525 4.42842 0.897164 4.32654 0.960624C4.22467 1.02408 4.14262 1.11483 4.0897 1.22256L0.721486 8.08414C0.680942 8.16662 0.662085 8.25807 0.666697 8.34986C0.671309 8.44165 0.699236 8.53074 0.747843 8.60874C0.79645 8.68674 0.864133 8.75107 0.944502 8.79565C1.02487 8.84022 1.11528 8.86359 1.20718 8.86353H8.12494C8.21685 8.86359 8.30725 8.84022 8.38762 8.79565C8.46799 8.75107 8.53567 8.68674 8.58428 8.60874C8.63289 8.53074 8.66081 8.44165 8.66543 8.34986C8.67004 8.25807 8.65118 8.16662 8.61064 8.08414L5.24242 1.22256Z", fill: "currentColor" }) })));
3
+ export default SvgTriangle;
4
+ //# sourceMappingURL=Triangle.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Triangle.js","sourceRoot":"","sources":["../../../../src/icons/custom/Triangle.tsx"],"names":[],"mappings":";AAuBA,MAAM,WAAW,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CACtD,4BAAK,KAAK,EAAC,KAAK,EAAC,MAAM,EAAC,KAAK,EAAC,OAAO,EAAC,SAAS,EAAC,IAAI,EAAC,MAAM,IAAK,KAAK,cACnE,eACE,CAAC,EAAC,0oBAA0oB,EAC5oB,IAAI,EAAC,cAAc,GACnB,IACE,CACP,CAAC;AAEF,eAAe,WAAW,CAAC"}
@@ -0,0 +1,4 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
2
+ const SvgVisualizeBloom = (props) => (_jsx("svg", Object.assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props, { children: _jsx("path", { d: "M11.053 4.41812C11.7219 3.86063 12.7254 3.86063 13.3944 4.41812C14.2307 5.14286 14.6209 6.70383 13.5617 9.10105C13.1714 8.87805 12.6697 8.76655 12.2237 8.76655C11.7219 8.76655 11.2759 8.87805 10.8857 9.10105C9.77072 6.64808 10.2167 5.08711 11.053 4.41812ZM5.03204 9.21254C4.8648 8.32056 5.36654 7.48432 6.20278 7.14983C7.20626 6.75958 8.76724 7.20557 10.384 9.32404C9.60347 9.88153 9.10173 10.7178 9.04598 11.6655C6.42577 11.4425 5.25504 10.2718 5.03204 9.21254ZM6.25853 16.7944C5.42229 16.5157 4.92055 15.6237 5.08779 14.7317C5.25504 13.6725 6.42577 12.5017 9.04598 12.223C9.10173 13.2265 9.65922 14.0627 10.384 14.5645C8.82299 16.7387 7.26201 17.1847 6.25853 16.7944ZM13.3944 19.5819C12.7254 20.1394 11.7219 20.1394 11.053 19.5819C10.2167 18.8571 9.82647 17.2962 10.8857 14.899C11.2759 15.122 11.7777 15.2334 12.2237 15.2334C12.6697 15.2334 13.1714 15.122 13.5617 14.899C14.6209 17.2962 14.2307 18.8571 13.3944 19.5819ZM19.3596 14.7317C19.5268 15.6237 19.0251 16.4599 18.1888 16.7944C17.1854 17.1847 15.6244 16.7387 14.0077 14.6202C14.7881 14.0627 15.2899 13.2265 15.3456 12.2787C18.0216 12.5575 19.1923 13.6725 19.3596 14.7317ZM15.4014 11.7213C15.3456 10.7178 14.7881 9.88153 14.0634 9.37979C15.6244 7.26132 17.1854 6.81533 18.2446 7.20557C19.0808 7.48432 19.5826 8.37631 19.4153 9.26829C19.1923 10.2718 18.0216 11.4425 15.4014 11.7213Z", fill: "currentColor" }) })));
3
+ export default SvgVisualizeBloom;
4
+ //# sourceMappingURL=VisualizeBloom.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"VisualizeBloom.js","sourceRoot":"","sources":["../../../../src/icons/custom/VisualizeBloom.tsx"],"names":[],"mappings":";AAuBA,MAAM,iBAAiB,GAAG,CAAC,KAA8B,EAAE,EAAE,CAAC,CAC5D,4BACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK,cAET,eACE,CAAC,EAAC,6zCAA6zC,EAC/zC,IAAI,EAAC,cAAc,GACnB,IACE,CACP,CAAC;AAEF,eAAe,iBAAiB,CAAC"}
@@ -0,0 +1,43 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ export { default as Circle } from './Circle';
22
+ export { default as CollapseExpand } from './CollapseExpand';
23
+ export { default as DatabaseAddCircle } from './DatabaseAddCircle';
24
+ export { default as Dbms } from './Dbms';
25
+ export { default as Drag } from './Drag';
26
+ export { default as Expand } from './Expand';
27
+ export { default as ExternalLink } from './ExternalLink';
28
+ export { default as FitToScreen } from './FitToScreen';
29
+ export { default as FolderBookmark } from './FolderBookmark';
30
+ export { default as Heirarchy2 } from './Heirarchy2';
31
+ export { default as Hierarchy1 } from './Hierarchy1';
32
+ export { default as Hierarchy2 } from './Hierarchy2';
33
+ export { default as NomLevel } from './NomLevel';
34
+ export { default as Pin } from './Pin';
35
+ export { default as Presentation } from './Presentation';
36
+ export { default as QueryBrowser } from './QueryBrowser';
37
+ export { default as Rhombus } from './Rhombus';
38
+ export { default as ScienceMolecule } from './ScienceMolecule';
39
+ export { default as Shrink } from './Shrink';
40
+ export { default as Text } from './Text';
41
+ export { default as Triangle } from './Triangle';
42
+ export { default as VisualizeBloom } from './VisualizeBloom';
43
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/icons/custom/index.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,iBAAiB,EAAE,MAAM,qBAAqB,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC;AACzC,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC;AACzC,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,GAAG,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAC/C,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,MAAM,EAAE,MAAM,UAAU,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,IAAI,EAAE,MAAM,QAAQ,CAAC;AACzC,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AACjD,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC"}
@@ -0,0 +1,23 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ export { default as HeroIcon } from './Hero';
22
+ export { default as CustomIcon } from './Custom';
23
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/icons/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAC7C,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,UAAU,CAAC"}
@@ -0,0 +1,37 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ export * from './button';
22
+ export * from './label';
23
+ export * from './alert';
24
+ export * from './tooltip';
25
+ export * from './checkbox';
26
+ export * from './switch';
27
+ export * from './radio';
28
+ export * from './context-menu';
29
+ export * from './loading-spinner';
30
+ export * from './tabs';
31
+ export * from './view-selector';
32
+ export * from './popover';
33
+ export * from './icons';
34
+ export * from './progress-bar';
35
+ export * from './table';
36
+ export * from './drag-and-drop';
37
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,SAAS,CAAC;AACxB,cAAc,WAAW,CAAC;AAC1B,cAAc,YAAY,CAAC;AAC3B,cAAc,UAAU,CAAC;AACzB,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,mBAAmB,CAAC;AAClC,cAAc,QAAQ,CAAC;AACvB,cAAc,iBAAiB,CAAC;AAChC,cAAc,WAAW,CAAC;AAC1B,cAAc,SAAS,CAAC;AACxB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,SAAS,CAAC;AACxB,cAAc,iBAAiB,CAAC"}
@@ -0,0 +1,55 @@
1
+ var __rest = (this && this.__rest) || function (s, e) {
2
+ var t = {};
3
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
+ t[p] = s[p];
5
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
+ t[p[i]] = s[p[i]];
9
+ }
10
+ return t;
11
+ };
12
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
+ /**
14
+ *
15
+ * Copyright (c) "Neo4j"
16
+ * Neo4j Sweden AB [http://neo4j.com]
17
+ *
18
+ * This file is part of Neo4j.
19
+ *
20
+ * Neo4j is free software: you can redistribute it and/or modify
21
+ * it under the terms of the GNU General Public License as published by
22
+ * the Free Software Foundation, either version 3 of the License, or
23
+ * (at your option) any later version.
24
+ *
25
+ * This program is distributed in the hope that it will be useful,
26
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
27
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28
+ * GNU General Public License for more details.
29
+ *
30
+ * You should have received a copy of the GNU General Public License
31
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
32
+ */
33
+ import { forwardRef } from 'react';
34
+ import classnames from 'classnames';
35
+ /** Add any helper functions here. */
36
+ /**
37
+ *
38
+ *
39
+ * Component
40
+ *
41
+ *
42
+ */
43
+ const Input = (props, ref) => {
44
+ const { label, fluid, labelBefore } = props, otherInputProps = __rest(props, ["label", "fluid", "labelBefore"]);
45
+ const containerWrappingClass = classnames('ndl-form-item', {
46
+ disabled: otherInputProps.disabled,
47
+ });
48
+ const labelWrappingClass = classnames(`form-item-label`, {
49
+ fluid,
50
+ 'label-before': labelBefore,
51
+ });
52
+ return (_jsx("div", Object.assign({ className: containerWrappingClass }, { children: _jsxs("label", Object.assign({ className: labelWrappingClass }, { children: [_jsx("input", Object.assign({}, otherInputProps, { ref: ref })), label] })) })));
53
+ };
54
+ export default forwardRef(Input);
55
+ //# sourceMappingURL=Input.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Input.js","sourceRoot":"","sources":["../../../src/input/Input.tsx"],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAc,EAAgB,UAAU,EAAE,MAAM,OAAO,CAAC;AACxD,OAAO,UAAU,MAAM,YAAY,CAAC;AA8BpC,qCAAqC;AAErC;;;;;;GAMG;AAEH,MAAM,KAAK,GAAG,CAAC,KAAiB,EAAE,GAAmC,EAAE,EAAE;IACvE,MAAM,EAAE,KAAK,EAAE,KAAK,EAAE,WAAW,KAAyB,KAAK,EAAzB,eAAe,UAAK,KAAK,EAAzD,iCAAiD,CAAQ,CAAC;IAEhE,MAAM,sBAAsB,GAAG,UAAU,CAAC,eAAe,EAAE;QACzD,QAAQ,EAAE,eAAe,CAAC,QAAQ;KACnC,CAAC,CAAC;IAEH,MAAM,kBAAkB,GAAG,UAAU,CAAC,iBAAiB,EAAE;QACvD,KAAK;QACL,cAAc,EAAE,WAAW;KAC5B,CAAC,CAAC;IAEH,OAAO,CACL,4BAAK,SAAS,EAAE,sBAAsB,gBAGpC,+BAAO,SAAS,EAAE,kBAAkB,iBAClC,gCAAW,eAAe,IAAE,GAAG,EAAE,GAAG,IAAI,EACvC,KAAK,KACA,IACJ,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,UAAU,CAAC,KAAK,CAAC,CAAC"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ export { default as Input } from './Input';
22
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/input/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1,97 @@
1
+ var __rest = (this && this.__rest) || function (s, e) {
2
+ var t = {};
3
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
+ t[p] = s[p];
5
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
+ t[p[i]] = s[p[i]];
9
+ }
10
+ return t;
11
+ };
12
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
13
+ /**
14
+ *
15
+ * Copyright (c) "Neo4j"
16
+ * Neo4j Sweden AB [http://neo4j.com]
17
+ *
18
+ * This file is part of Neo4j.
19
+ *
20
+ * Neo4j is free software: you can redistribute it and/or modify
21
+ * it under the terms of the GNU General Public License as published by
22
+ * the Free Software Foundation, either version 3 of the License, or
23
+ * (at your option) any later version.
24
+ *
25
+ * This program is distributed in the hope that it will be useful,
26
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
27
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28
+ * GNU General Public License for more details.
29
+ *
30
+ * You should have received a copy of the GNU General Public License
31
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
32
+ */
33
+ import React from 'react';
34
+ import classnames from 'classnames';
35
+ import { Circle, Rhombus, Triangle } from '../icons/custom/index';
36
+ /**
37
+ *
38
+ *
39
+ * Types
40
+ *
41
+ *
42
+ */
43
+ export const LabelColors = [
44
+ 'info',
45
+ 'success',
46
+ 'warning',
47
+ 'danger',
48
+ 'default',
49
+ ];
50
+ export const Label = React.forwardRef(function Label(_a, ref) {
51
+ var { color = 'default', children, className, fill = 'filled', withIcon = false } = _a, rest = __rest(_a, ["color", "children", "className", "fill", "withIcon"]);
52
+ let base;
53
+ let icon;
54
+ // Clean Label without icon is not allowed
55
+ if (!withIcon && fill === 'clean') {
56
+ console.error('Label without icon is not allowed');
57
+ }
58
+ if (withIcon) {
59
+ if (color === 'danger') {
60
+ icon = _jsx(Rhombus, {});
61
+ }
62
+ else if (color === 'warning') {
63
+ base = fill;
64
+ icon = _jsx(Triangle, {});
65
+ }
66
+ else {
67
+ icon = _jsx(Circle, {});
68
+ }
69
+ }
70
+ // All colors map to the light-theme palette except the info
71
+ const mappedColor = color === 'info' ? 'primary' : color;
72
+ switch (mappedColor) {
73
+ case 'primary':
74
+ case 'danger':
75
+ case 'success':
76
+ case 'warning': {
77
+ base = classnames({
78
+ [`n-bg-light-${mappedColor}-bg-strong n-text-neutral-10`]: fill === 'filled',
79
+ [`outlined n-text-${mappedColor}-60 n-border-light-${mappedColor}-border-strong`]: fill === 'outlined',
80
+ [`semi-filled n-bg-${mappedColor}-10 n-text-${mappedColor}-60 n-border-light-${mappedColor}-border-weak`]: fill === 'semi-filled',
81
+ [`n-text-${mappedColor}-60`]: fill === 'clean',
82
+ });
83
+ break;
84
+ }
85
+ default:
86
+ base = classnames({
87
+ [`n-bg-light-neutral-bg-strongest n-text-neutral-10`]: fill === 'filled',
88
+ [`outlined n-text-light-neutral-text-weak n-border-neutral-70`]: fill === 'outlined',
89
+ [`semi-filled n-bg-neutral-20 n-text-light-neutral-text-weak n-border-light-neutral-border-strong`]: fill === 'semi-filled',
90
+ [`n-text-neutral-70`]: fill === 'clean',
91
+ });
92
+ }
93
+ const classes = classnames('ndl-label', base, className, fill);
94
+ return (_jsx("span", Object.assign({ role: "status", "aria-label": "label", className: classes }, rest, { ref: ref }, { children: _jsxs("div", Object.assign({ className: "label-content" }, { children: [icon, _jsx("span", Object.assign({ className: "label-text" }, { children: children }))] })) })));
95
+ });
96
+ export default Label;
97
+ //# sourceMappingURL=Label.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"Label.js","sourceRoot":"","sources":["../../../src/label/Label.tsx"],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,UAAU,MAAM,YAAY,CAAC;AACpC,OAAO,EAAE,MAAM,EAAE,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAElE;;;;;;GAMG;AAEH,MAAM,CAAC,MAAM,WAAW,GAAG;IACzB,MAAM;IACN,SAAS;IACT,SAAS;IACT,QAAQ;IACR,SAAS;CACD,CAAC;AAiBX,MAAM,CAAC,MAAM,KAAK,GAAG,KAAK,CAAC,UAAU,CAAC,SAAS,KAAK,CAClD,EAOsB,EACtB,GAAwC;QARxC,EACE,KAAK,GAAG,SAAS,EACjB,QAAQ,EACR,SAAS,EACT,IAAI,GAAG,QAAQ,EACf,QAAQ,GAAG,KAAK,OAEI,EADjB,IAAI,cANT,sDAOC,CADQ;IAIT,IAAI,IAAY,CAAC;IACjB,IAAI,IAA4B,CAAC;IAEjC,0CAA0C;IAC1C,IAAI,CAAC,QAAQ,IAAI,IAAI,KAAK,OAAO,EAAE;QACjC,OAAO,CAAC,KAAK,CAAC,mCAAmC,CAAC,CAAC;KACpD;IAED,IAAI,QAAQ,EAAE;QACZ,IAAI,KAAK,KAAK,QAAQ,EAAE;YACtB,IAAI,GAAG,KAAC,OAAO,KAAG,CAAC;SACpB;aAAM,IAAI,KAAK,KAAK,SAAS,EAAE;YAC9B,IAAI,GAAG,IAAI,CAAC;YACZ,IAAI,GAAG,KAAC,QAAQ,KAAG,CAAC;SACrB;aAAM;YACL,IAAI,GAAG,KAAC,MAAM,KAAG,CAAC;SACnB;KACF;IAED,4DAA4D;IAC5D,MAAM,WAAW,GAAG,KAAK,KAAK,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,CAAC,KAAK,CAAC;IAEzD,QAAQ,WAAW,EAAE;QACnB,KAAK,SAAS,CAAC;QACf,KAAK,QAAQ,CAAC;QACd,KAAK,SAAS,CAAC;QACf,KAAK,SAAS,CAAC,CAAC;YACd,IAAI,GAAG,UAAU,CAAC;gBAChB,CAAC,cAAc,WAAW,8BAA8B,CAAC,EACvD,IAAI,KAAK,QAAQ;gBACnB,CAAC,mBAAmB,WAAW,sBAAsB,WAAW,gBAAgB,CAAC,EAC/E,IAAI,KAAK,UAAU;gBACrB,CAAC,oBAAoB,WAAW,cAAc,WAAW,sBAAsB,WAAW,cAAc,CAAC,EACvG,IAAI,KAAK,aAAa;gBACxB,CAAC,UAAU,WAAW,KAAK,CAAC,EAAE,IAAI,KAAK,OAAO;aAC/C,CAAC,CAAC;YACH,MAAM;SACP;QACD;YACE,IAAI,GAAG,UAAU,CAAC;gBAChB,CAAC,mDAAmD,CAAC,EACnD,IAAI,KAAK,QAAQ;gBACnB,CAAC,6DAA6D,CAAC,EAC7D,IAAI,KAAK,UAAU;gBACrB,CAAC,iGAAiG,CAAC,EACjG,IAAI,KAAK,aAAa;gBACxB,CAAC,mBAAmB,CAAC,EAAE,IAAI,KAAK,OAAO;aACxC,CAAC,CAAC;KACN;IAED,MAAM,OAAO,GAAG,UAAU,CAAC,WAAW,EAAE,IAAI,EAAE,SAAS,EAAE,IAAI,CAAC,CAAC;IAE/D,OAAO,CACL,6BACE,IAAI,EAAC,QAAQ,gBACF,OAAO,EAClB,SAAS,EAAE,OAAO,IACd,IAAI,IACR,GAAG,EAAE,GAAG,gBAER,6BAAK,SAAS,EAAC,eAAe,iBAC3B,IAAI,EACL,6BAAM,SAAS,EAAC,YAAY,gBAAE,QAAQ,IAAQ,KAC1C,IACD,CACR,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,eAAe,KAAK,CAAC"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ export { default as Label } from './Label';
22
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/label/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAE,OAAO,IAAI,KAAK,EAAE,MAAM,SAAS,CAAC"}
@@ -0,0 +1,48 @@
1
+ var __rest = (this && this.__rest) || function (s, e) {
2
+ var t = {};
3
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
4
+ t[p] = s[p];
5
+ if (s != null && typeof Object.getOwnPropertySymbols === "function")
6
+ for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
7
+ if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
8
+ t[p[i]] = s[p[i]];
9
+ }
10
+ return t;
11
+ };
12
+ import { jsx as _jsx } from "react/jsx-runtime";
13
+ /**
14
+ *
15
+ * Copyright (c) "Neo4j"
16
+ * Neo4j Sweden AB [http://neo4j.com]
17
+ *
18
+ * This file is part of Neo4j.
19
+ *
20
+ * Neo4j is free software: you can redistribute it and/or modify
21
+ * it under the terms of the GNU General Public License as published by
22
+ * the Free Software Foundation, either version 3 of the License, or
23
+ * (at your option) any later version.
24
+ *
25
+ * This program is distributed in the hope that it will be useful,
26
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
27
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
28
+ * GNU General Public License for more details.
29
+ *
30
+ * You should have received a copy of the GNU General Public License
31
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
32
+ */
33
+ import React from 'react';
34
+ import classnames from 'classnames';
35
+ /**
36
+ *
37
+ *
38
+ * LoadingSpinner Component
39
+ *
40
+ *
41
+ */
42
+ const LoadingSpinner = React.forwardRef(function LoadingSpinner(props, ref) {
43
+ const { size = 'small', className } = props, rest = __rest(props, ["size", "className"]);
44
+ const classes = classnames('ndl-spin-wrapper', size, className);
45
+ return (_jsx("div", Object.assign({ className: classes, role: "status", "aria-label": "loading-spinner" }, rest, { ref: ref }, { children: _jsx("div", { className: "spin" }) })));
46
+ });
47
+ export default LoadingSpinner;
48
+ //# sourceMappingURL=LoadingSpinner.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"LoadingSpinner.js","sourceRoot":"","sources":["../../../src/loading-spinner/LoadingSpinner.tsx"],"names":[],"mappings":";;;;;;;;;;;;AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,UAAU,MAAM,YAAY,CAAC;AAepC;;;;;;GAMG;AAEH,MAAM,cAAc,GAAG,KAAK,CAAC,UAAU,CAAC,SAAS,cAAc,CAC7D,KAA0B,EAC1B,GAAuC;IAEvC,MAAM,EAAE,IAAI,GAAG,OAAO,EAAE,SAAS,KAAc,KAAK,EAAd,IAAI,UAAK,KAAK,EAA9C,qBAAsC,CAAQ,CAAC;IAErD,MAAM,OAAO,GAAG,UAAU,CAAC,kBAAkB,EAAE,IAAI,EAAE,SAAS,CAAC,CAAC;IAEhE,OAAO,CACL,4BACE,SAAS,EAAE,OAAO,EAClB,IAAI,EAAC,QAAQ,gBACF,iBAAiB,IACxB,IAAI,IACR,GAAG,EAAE,GAAG,gBAER,cAAK,SAAS,EAAC,MAAM,GAAG,IACpB,CACP,CAAC;AACJ,CAAC,CAAC,CAAC;AAEH,eAAe,cAAc,CAAC"}
@@ -0,0 +1,22 @@
1
+ /**
2
+ *
3
+ * Copyright (c) "Neo4j"
4
+ * Neo4j Sweden AB [http://neo4j.com]
5
+ *
6
+ * This file is part of Neo4j.
7
+ *
8
+ * Neo4j is free software: you can redistribute it and/or modify
9
+ * it under the terms of the GNU General Public License as published by
10
+ * the Free Software Foundation, either version 3 of the License, or
11
+ * (at your option) any later version.
12
+ *
13
+ * This program is distributed in the hope that it will be useful,
14
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
15
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16
+ * GNU General Public License for more details.
17
+ *
18
+ * You should have received a copy of the GNU General Public License
19
+ * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
+ */
21
+ export { default as LoadingSpinner } from './LoadingSpinner';
22
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/loading-spinner/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,kBAAkB,CAAC"}