@neo4j-ndl/react 0.1.1 → 0.1.4

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 (356) 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 +1 -1
  8. package/lib/cjs/button/index.js.map +1 -0
  9. package/lib/{checkbox → cjs/checkbox}/Checkbox.js +10 -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/{context-menu → cjs/context-menu}/ContextMenu.js +78 -94
  14. package/lib/cjs/context-menu/ContextMenu.js.map +1 -0
  15. package/lib/{context-menu → cjs/context-menu}/index.js +1 -1
  16. package/lib/cjs/context-menu/index.js.map +1 -0
  17. package/lib/{helpers → cjs/helpers}/debounce.js +7 -13
  18. package/lib/cjs/helpers/debounce.js.map +1 -0
  19. package/lib/cjs/helpers/forwardRef.js +26 -0
  20. package/lib/cjs/helpers/forwardRef.js.map +1 -0
  21. package/lib/{helpers → cjs/helpers}/index.js +2 -1
  22. package/lib/cjs/helpers/index.js.map +1 -0
  23. package/lib/cjs/helpers/testing.js +46 -0
  24. package/lib/cjs/helpers/testing.js.map +1 -0
  25. package/lib/{helpers → cjs/helpers}/types.js +1 -1
  26. package/lib/cjs/helpers/types.js.map +1 -0
  27. package/lib/{icons → cjs/icons}/Custom.js +29 -42
  28. package/lib/cjs/icons/Custom.js.map +1 -0
  29. package/lib/cjs/icons/Hero.js +55 -0
  30. package/lib/cjs/icons/Hero.js.map +1 -0
  31. package/lib/cjs/icons/custom/Circle.js +6 -0
  32. package/lib/cjs/icons/custom/Circle.js.map +1 -0
  33. package/lib/cjs/icons/custom/DatabaseAddCircle.js +6 -0
  34. package/lib/cjs/icons/custom/DatabaseAddCircle.js.map +1 -0
  35. package/lib/cjs/icons/custom/Drag.js +6 -0
  36. package/lib/cjs/icons/custom/Drag.js.map +1 -0
  37. package/lib/cjs/icons/custom/Expand.js +6 -0
  38. package/lib/cjs/icons/custom/Expand.js.map +1 -0
  39. package/lib/cjs/icons/custom/ExternalLink.js +6 -0
  40. package/lib/cjs/icons/custom/ExternalLink.js.map +1 -0
  41. package/lib/cjs/icons/custom/FitToScreen.js +6 -0
  42. package/lib/cjs/icons/custom/FitToScreen.js.map +1 -0
  43. package/lib/cjs/icons/custom/FolderBookmark.js +6 -0
  44. package/lib/cjs/icons/custom/FolderBookmark.js.map +1 -0
  45. package/lib/cjs/icons/custom/Heirarchy2.js +6 -0
  46. package/lib/cjs/icons/custom/Heirarchy2.js.map +1 -0
  47. package/lib/cjs/icons/custom/Hierarchy1.js +6 -0
  48. package/lib/cjs/icons/custom/Hierarchy1.js.map +1 -0
  49. package/lib/cjs/icons/custom/Pin.js +6 -0
  50. package/lib/cjs/icons/custom/Pin.js.map +1 -0
  51. package/lib/cjs/icons/custom/Presentation.js +6 -0
  52. package/lib/cjs/icons/custom/Presentation.js.map +1 -0
  53. package/lib/cjs/icons/custom/Rhombus.js +6 -0
  54. package/lib/cjs/icons/custom/Rhombus.js.map +1 -0
  55. package/lib/cjs/icons/custom/Shrink.js +6 -0
  56. package/lib/cjs/icons/custom/Shrink.js.map +1 -0
  57. package/lib/cjs/icons/custom/Text.js +6 -0
  58. package/lib/cjs/icons/custom/Text.js.map +1 -0
  59. package/lib/cjs/icons/custom/Triangle.js +6 -0
  60. package/lib/cjs/icons/custom/Triangle.js.map +1 -0
  61. package/lib/cjs/icons/custom/index.js +57 -0
  62. package/lib/cjs/icons/custom/index.js.map +1 -0
  63. package/lib/{icons → cjs/icons}/index.js +6 -10
  64. package/lib/cjs/icons/index.js.map +1 -0
  65. package/lib/{index.js → cjs/index.js} +2 -1
  66. package/lib/cjs/index.js.map +1 -0
  67. package/lib/cjs/input/Input.js +60 -0
  68. package/lib/cjs/input/Input.js.map +1 -0
  69. package/lib/{input → cjs/input}/index.js +5 -9
  70. package/lib/cjs/input/index.js.map +1 -0
  71. package/lib/cjs/label/Label.js +103 -0
  72. package/lib/cjs/label/Label.js.map +1 -0
  73. package/lib/{label → cjs/label}/index.js +5 -9
  74. package/lib/cjs/label/index.js.map +1 -0
  75. package/lib/{loading-spinner → cjs/loading-spinner}/LoadingSpinner.js +23 -34
  76. package/lib/cjs/loading-spinner/LoadingSpinner.js.map +1 -0
  77. package/lib/{loading-spinner → cjs/loading-spinner}/index.js +5 -9
  78. package/lib/cjs/loading-spinner/index.js.map +1 -0
  79. package/lib/{popover → cjs/popover}/Popover.js +81 -96
  80. package/lib/cjs/popover/Popover.js.map +1 -0
  81. package/lib/{popover → cjs/popover}/index.js +1 -1
  82. package/lib/cjs/popover/index.js.map +1 -0
  83. package/lib/cjs/progress-bar/ProgressBar.js +46 -0
  84. package/lib/cjs/progress-bar/ProgressBar.js.map +1 -0
  85. package/lib/{progress-bar → cjs/progress-bar}/index.js +5 -9
  86. package/lib/cjs/progress-bar/index.js.map +1 -0
  87. package/lib/{radio → cjs/radio}/Radio.js +10 -20
  88. package/lib/cjs/radio/Radio.js.map +1 -0
  89. package/lib/{radio → cjs/radio}/index.js +5 -9
  90. package/lib/cjs/radio/index.js.map +1 -0
  91. package/lib/{switch → cjs/switch}/Switch.js +10 -20
  92. package/lib/cjs/switch/Switch.js.map +1 -0
  93. package/lib/{switch → cjs/switch}/index.js +5 -9
  94. package/lib/cjs/switch/index.js.map +1 -0
  95. package/lib/cjs/tabs/Tabs.js +101 -0
  96. package/lib/cjs/tabs/Tabs.js.map +1 -0
  97. package/lib/{tabs → cjs/tabs}/index.js +1 -1
  98. package/lib/cjs/tabs/index.js.map +1 -0
  99. package/lib/{tag → cjs/tag}/Tag.js +25 -38
  100. package/lib/cjs/tag/Tag.js.map +1 -0
  101. package/lib/{tag → cjs/tag}/index.js +5 -9
  102. package/lib/cjs/tag/index.js.map +1 -0
  103. package/lib/{tooltip → cjs/tooltip}/Tooltip.js +23 -35
  104. package/lib/cjs/tooltip/Tooltip.js.map +1 -0
  105. package/lib/{tooltip → cjs/tooltip}/index.js +5 -9
  106. package/lib/cjs/tooltip/index.js.map +1 -0
  107. package/lib/{icons/Hero.js → cjs/view-selector/ViewSelector.js} +49 -52
  108. package/lib/cjs/view-selector/ViewSelector.js.map +1 -0
  109. package/lib/{view-selector → cjs/view-selector}/index.js +1 -1
  110. package/lib/cjs/view-selector/index.js.map +1 -0
  111. package/lib/esm/alert/Alert.js +95 -0
  112. package/lib/esm/alert/Alert.js.map +1 -0
  113. package/lib/esm/alert/index.js +22 -0
  114. package/lib/esm/alert/index.js.map +1 -0
  115. package/lib/esm/button/Button.js +108 -0
  116. package/lib/esm/button/Button.js.map +1 -0
  117. package/lib/esm/button/index.js +22 -0
  118. package/lib/esm/button/index.js.map +1 -0
  119. package/lib/esm/checkbox/Checkbox.js +47 -0
  120. package/lib/esm/checkbox/Checkbox.js.map +1 -0
  121. package/lib/esm/checkbox/index.js +22 -0
  122. package/lib/esm/checkbox/index.js.map +1 -0
  123. package/lib/esm/context-menu/ContextMenu.js +189 -0
  124. package/lib/esm/context-menu/ContextMenu.js.map +1 -0
  125. package/lib/esm/context-menu/index.js +22 -0
  126. package/lib/esm/context-menu/index.js.map +1 -0
  127. package/lib/esm/helpers/debounce.js +37 -0
  128. package/lib/esm/helpers/debounce.js.map +1 -0
  129. package/lib/esm/helpers/forwardRef.js +23 -0
  130. package/lib/esm/helpers/forwardRef.js.map +1 -0
  131. package/lib/esm/helpers/index.js +24 -0
  132. package/lib/esm/helpers/index.js.map +1 -0
  133. package/lib/esm/helpers/testing.js +42 -0
  134. package/lib/esm/helpers/testing.js.map +1 -0
  135. package/lib/esm/helpers/types.js +22 -0
  136. package/lib/esm/helpers/types.js.map +1 -0
  137. package/lib/esm/icons/Custom.js +41 -0
  138. package/lib/esm/icons/Custom.js.map +1 -0
  139. package/lib/esm/icons/Hero.js +33 -0
  140. package/lib/esm/icons/Hero.js.map +1 -0
  141. package/lib/esm/icons/custom/Circle.js +4 -0
  142. package/lib/esm/icons/custom/Circle.js.map +1 -0
  143. package/lib/esm/icons/custom/DatabaseAddCircle.js +4 -0
  144. package/lib/esm/icons/custom/DatabaseAddCircle.js.map +1 -0
  145. package/lib/esm/icons/custom/Drag.js +4 -0
  146. package/lib/esm/icons/custom/Drag.js.map +1 -0
  147. package/lib/esm/icons/custom/Expand.js +4 -0
  148. package/lib/esm/icons/custom/Expand.js.map +1 -0
  149. package/lib/esm/icons/custom/ExternalLink.js +4 -0
  150. package/lib/esm/icons/custom/ExternalLink.js.map +1 -0
  151. package/lib/esm/icons/custom/FitToScreen.js +4 -0
  152. package/lib/esm/icons/custom/FitToScreen.js.map +1 -0
  153. package/lib/esm/icons/custom/FolderBookmark.js +4 -0
  154. package/lib/esm/icons/custom/FolderBookmark.js.map +1 -0
  155. package/lib/esm/icons/custom/Heirarchy2.js +4 -0
  156. package/lib/esm/icons/custom/Heirarchy2.js.map +1 -0
  157. package/lib/esm/icons/custom/Hierarchy1.js +4 -0
  158. package/lib/esm/icons/custom/Hierarchy1.js.map +1 -0
  159. package/lib/esm/icons/custom/Pin.js +4 -0
  160. package/lib/esm/icons/custom/Pin.js.map +1 -0
  161. package/lib/esm/icons/custom/Presentation.js +4 -0
  162. package/lib/esm/icons/custom/Presentation.js.map +1 -0
  163. package/lib/esm/icons/custom/Rhombus.js +4 -0
  164. package/lib/esm/icons/custom/Rhombus.js.map +1 -0
  165. package/lib/esm/icons/custom/Shrink.js +4 -0
  166. package/lib/esm/icons/custom/Shrink.js.map +1 -0
  167. package/lib/esm/icons/custom/Text.js +4 -0
  168. package/lib/esm/icons/custom/Text.js.map +1 -0
  169. package/lib/esm/icons/custom/Triangle.js +4 -0
  170. package/lib/esm/icons/custom/Triangle.js.map +1 -0
  171. package/lib/esm/icons/custom/index.js +36 -0
  172. package/lib/esm/icons/custom/index.js.map +1 -0
  173. package/lib/esm/icons/index.js +23 -0
  174. package/lib/esm/icons/index.js.map +1 -0
  175. package/lib/esm/index.js +35 -0
  176. package/lib/esm/index.js.map +1 -0
  177. package/lib/esm/input/Input.js +55 -0
  178. package/lib/esm/input/Input.js.map +1 -0
  179. package/lib/esm/input/index.js +22 -0
  180. package/lib/esm/input/index.js.map +1 -0
  181. package/lib/esm/label/Label.js +97 -0
  182. package/lib/esm/label/Label.js.map +1 -0
  183. package/lib/esm/label/index.js +22 -0
  184. package/lib/esm/label/index.js.map +1 -0
  185. package/lib/esm/loading-spinner/LoadingSpinner.js +48 -0
  186. package/lib/esm/loading-spinner/LoadingSpinner.js.map +1 -0
  187. package/lib/esm/loading-spinner/index.js +22 -0
  188. package/lib/esm/loading-spinner/index.js.map +1 -0
  189. package/lib/esm/popover/Popover.js +184 -0
  190. package/lib/esm/popover/Popover.js.map +1 -0
  191. package/lib/esm/popover/index.js +22 -0
  192. package/lib/esm/popover/index.js.map +1 -0
  193. package/lib/esm/progress-bar/ProgressBar.js +41 -0
  194. package/lib/esm/progress-bar/ProgressBar.js.map +1 -0
  195. package/lib/esm/progress-bar/index.js +22 -0
  196. package/lib/esm/progress-bar/index.js.map +1 -0
  197. package/lib/esm/radio/Radio.js +43 -0
  198. package/lib/esm/radio/Radio.js.map +1 -0
  199. package/lib/esm/radio/index.js +22 -0
  200. package/lib/esm/radio/index.js.map +1 -0
  201. package/lib/esm/switch/Switch.js +43 -0
  202. package/lib/esm/switch/Switch.js.map +1 -0
  203. package/lib/esm/switch/index.js +22 -0
  204. package/lib/esm/switch/index.js.map +1 -0
  205. package/lib/esm/tabs/Tabs.js +76 -0
  206. package/lib/esm/tabs/Tabs.js.map +1 -0
  207. package/lib/esm/tabs/index.js +22 -0
  208. package/lib/esm/tabs/index.js.map +1 -0
  209. package/lib/esm/tag/Tag.js +62 -0
  210. package/lib/esm/tag/Tag.js.map +1 -0
  211. package/lib/esm/tag/index.js +22 -0
  212. package/lib/esm/tag/index.js.map +1 -0
  213. package/lib/esm/tooltip/Tooltip.js +41 -0
  214. package/lib/esm/tooltip/Tooltip.js.map +1 -0
  215. package/lib/esm/tooltip/index.js +22 -0
  216. package/lib/esm/tooltip/index.js.map +1 -0
  217. package/lib/esm/view-selector/ViewSelector.js +60 -0
  218. package/lib/esm/view-selector/ViewSelector.js.map +1 -0
  219. package/lib/esm/view-selector/index.js +22 -0
  220. package/lib/esm/view-selector/index.js.map +1 -0
  221. package/lib/{alert → types/alert}/Alert.d.ts +0 -0
  222. package/lib/{alert → types/alert}/index.d.ts +0 -0
  223. package/lib/{button → types/button}/Button.d.ts +0 -0
  224. package/lib/{button → types/button}/index.d.ts +0 -0
  225. package/lib/{checkbox → types/checkbox}/Checkbox.d.ts +0 -0
  226. package/lib/{checkbox → types/checkbox}/index.d.ts +0 -0
  227. package/lib/{context-menu → types/context-menu}/ContextMenu.d.ts +0 -0
  228. package/lib/{context-menu → types/context-menu}/index.d.ts +0 -0
  229. package/lib/{helpers → types/helpers}/debounce.d.ts +0 -0
  230. package/lib/types/helpers/forwardRef.d.ts +24 -0
  231. package/lib/{helpers → types/helpers}/index.d.ts +1 -0
  232. package/lib/{helpers → types/helpers}/testing.d.ts +0 -0
  233. package/lib/{helpers → types/helpers}/types.d.ts +0 -0
  234. package/lib/types/icons/Custom.d.ts +27 -0
  235. package/lib/types/icons/Hero.d.ts +28 -0
  236. package/lib/{icons → types/icons}/custom/Circle.d.ts +0 -0
  237. package/lib/{icons → types/icons}/custom/DatabaseAddCircle.d.ts +0 -0
  238. package/lib/{icons → types/icons}/custom/Drag.d.ts +0 -0
  239. package/lib/{icons → types/icons}/custom/Expand.d.ts +0 -0
  240. package/lib/{icons → types/icons}/custom/ExternalLink.d.ts +0 -0
  241. package/lib/{icons → types/icons}/custom/FitToScreen.d.ts +0 -0
  242. package/lib/{icons → types/icons}/custom/FolderBookmark.d.ts +0 -0
  243. package/lib/{icons → types/icons}/custom/Heirarchy2.d.ts +0 -0
  244. package/lib/{icons → types/icons}/custom/Hierarchy1.d.ts +0 -0
  245. package/lib/{icons → types/icons}/custom/Pin.d.ts +0 -0
  246. package/lib/{icons → types/icons}/custom/Presentation.d.ts +0 -0
  247. package/lib/{icons → types/icons}/custom/Rhombus.d.ts +0 -0
  248. package/lib/{icons → types/icons}/custom/Shrink.d.ts +0 -0
  249. package/lib/{icons → types/icons}/custom/Text.d.ts +0 -0
  250. package/lib/{icons → types/icons}/custom/Triangle.d.ts +0 -0
  251. package/lib/{icons → types/icons}/custom/index.d.ts +0 -0
  252. package/lib/{icons → types/icons}/index.d.ts +0 -0
  253. package/lib/{index.d.ts → types/index.d.ts} +1 -0
  254. package/lib/{input → types/input}/Input.d.ts +0 -0
  255. package/lib/{input → types/input}/index.d.ts +0 -0
  256. package/lib/{label → types/label}/Label.d.ts +2 -2
  257. package/lib/{label → types/label}/index.d.ts +0 -0
  258. package/lib/{loading-spinner → types/loading-spinner}/LoadingSpinner.d.ts +0 -0
  259. package/lib/{loading-spinner → types/loading-spinner}/index.d.ts +0 -0
  260. package/lib/{popover → types/popover}/Popover.d.ts +0 -0
  261. package/lib/{popover → types/popover}/index.d.ts +0 -0
  262. package/lib/{progress-bar → types/progress-bar}/ProgressBar.d.ts +0 -0
  263. package/lib/{progress-bar → types/progress-bar}/index.d.ts +0 -0
  264. package/lib/{radio → types/radio}/Radio.d.ts +0 -0
  265. package/lib/{radio → types/radio}/index.d.ts +0 -0
  266. package/lib/{switch → types/switch}/Switch.d.ts +0 -0
  267. package/lib/{switch → types/switch}/index.d.ts +0 -0
  268. package/lib/{tabs → types/tabs}/Tabs.d.ts +0 -0
  269. package/lib/{tabs → types/tabs}/index.d.ts +0 -0
  270. package/lib/{tag → types/tag}/Tag.d.ts +0 -0
  271. package/lib/{tag → types/tag}/index.d.ts +0 -0
  272. package/lib/{tooltip → types/tooltip}/Tooltip.d.ts +0 -0
  273. package/lib/{tooltip → types/tooltip}/index.d.ts +0 -0
  274. package/lib/{view-selector → types/view-selector}/ViewSelector.d.ts +2 -2
  275. package/lib/{view-selector → types/view-selector}/index.d.ts +0 -0
  276. package/package.json +16 -8
  277. package/lib/alert/Alert.js +0 -121
  278. package/lib/alert/Alert.js.map +0 -1
  279. package/lib/alert/index.js.map +0 -1
  280. package/lib/button/Button.js +0 -112
  281. package/lib/button/Button.js.map +0 -1
  282. package/lib/button/index.js.map +0 -1
  283. package/lib/checkbox/Checkbox.js.map +0 -1
  284. package/lib/checkbox/index.js.map +0 -1
  285. package/lib/context-menu/ContextMenu.js.map +0 -1
  286. package/lib/context-menu/index.js.map +0 -1
  287. package/lib/helpers/debounce.js.map +0 -1
  288. package/lib/helpers/index.js.map +0 -1
  289. package/lib/helpers/testing.js +0 -81
  290. package/lib/helpers/testing.js.map +0 -1
  291. package/lib/helpers/types.js.map +0 -1
  292. package/lib/icons/Custom.d.ts +0 -27
  293. package/lib/icons/Custom.js.map +0 -1
  294. package/lib/icons/Hero.d.ts +0 -28
  295. package/lib/icons/Hero.js.map +0 -1
  296. package/lib/icons/custom/Circle.js +0 -57
  297. package/lib/icons/custom/Circle.js.map +0 -1
  298. package/lib/icons/custom/DatabaseAddCircle.js +0 -57
  299. package/lib/icons/custom/DatabaseAddCircle.js.map +0 -1
  300. package/lib/icons/custom/Drag.js +0 -62
  301. package/lib/icons/custom/Drag.js.map +0 -1
  302. package/lib/icons/custom/Expand.js +0 -57
  303. package/lib/icons/custom/Expand.js.map +0 -1
  304. package/lib/icons/custom/ExternalLink.js +0 -57
  305. package/lib/icons/custom/ExternalLink.js.map +0 -1
  306. package/lib/icons/custom/FitToScreen.js +0 -57
  307. package/lib/icons/custom/FitToScreen.js.map +0 -1
  308. package/lib/icons/custom/FolderBookmark.js +0 -57
  309. package/lib/icons/custom/FolderBookmark.js.map +0 -1
  310. package/lib/icons/custom/Heirarchy2.js +0 -57
  311. package/lib/icons/custom/Heirarchy2.js.map +0 -1
  312. package/lib/icons/custom/Hierarchy1.js +0 -57
  313. package/lib/icons/custom/Hierarchy1.js.map +0 -1
  314. package/lib/icons/custom/Pin.js +0 -57
  315. package/lib/icons/custom/Pin.js.map +0 -1
  316. package/lib/icons/custom/Presentation.js +0 -57
  317. package/lib/icons/custom/Presentation.js.map +0 -1
  318. package/lib/icons/custom/Rhombus.js +0 -57
  319. package/lib/icons/custom/Rhombus.js.map +0 -1
  320. package/lib/icons/custom/Shrink.js +0 -57
  321. package/lib/icons/custom/Shrink.js.map +0 -1
  322. package/lib/icons/custom/Text.js +0 -57
  323. package/lib/icons/custom/Text.js.map +0 -1
  324. package/lib/icons/custom/Triangle.js +0 -57
  325. package/lib/icons/custom/Triangle.js.map +0 -1
  326. package/lib/icons/custom/index.js +0 -61
  327. package/lib/icons/custom/index.js.map +0 -1
  328. package/lib/icons/index.js.map +0 -1
  329. package/lib/index.js.map +0 -1
  330. package/lib/input/Input.js +0 -92
  331. package/lib/input/Input.js.map +0 -1
  332. package/lib/input/index.js.map +0 -1
  333. package/lib/label/Label.js +0 -103
  334. package/lib/label/Label.js.map +0 -1
  335. package/lib/label/index.js.map +0 -1
  336. package/lib/loading-spinner/LoadingSpinner.js.map +0 -1
  337. package/lib/loading-spinner/index.js.map +0 -1
  338. package/lib/popover/Popover.js.map +0 -1
  339. package/lib/popover/index.js.map +0 -1
  340. package/lib/progress-bar/ProgressBar.js +0 -64
  341. package/lib/progress-bar/ProgressBar.js.map +0 -1
  342. package/lib/progress-bar/index.js.map +0 -1
  343. package/lib/radio/Radio.js.map +0 -1
  344. package/lib/radio/index.js.map +0 -1
  345. package/lib/switch/Switch.js.map +0 -1
  346. package/lib/switch/index.js.map +0 -1
  347. package/lib/tabs/Tabs.js +0 -114
  348. package/lib/tabs/Tabs.js.map +0 -1
  349. package/lib/tabs/index.js.map +0 -1
  350. package/lib/tag/Tag.js.map +0 -1
  351. package/lib/tag/index.js.map +0 -1
  352. package/lib/tooltip/Tooltip.js.map +0 -1
  353. package/lib/tooltip/index.js.map +0 -1
  354. package/lib/view-selector/ViewSelector.js +0 -95
  355. package/lib/view-selector/ViewSelector.js.map +0 -1
  356. package/lib/view-selector/index.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"DatabaseAddCircle.js","sourceRoot":"","sources":["../../../src/icons/custom/DatabaseAddCircle.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2CAA+B;AAG/B,IAAM,oBAAoB,GAAG,UAAC,KAA8B,IAAK,OAAA,CAC/D,sCACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK;IAET,8BACE,CAAC,EAAC,q0FAAq0F,EACv0F,IAAI,EAAC,cAAc,GACnB,CACE,CACP,EAdgE,CAchE,CAAC;AAEF,qBAAe,oBAAoB,CAAC"}
@@ -1,62 +0,0 @@
1
- "use strict";
2
- /**
3
- *
4
- * Copyright (c) "Neo4j"
5
- * Neo4j Sweden AB [http://neo4j.com]
6
- *
7
- * This file is part of Neo4j.
8
- *
9
- * Neo4j is free software: you can redistribute it and/or modify
10
- * it under the terms of the GNU General Public License as published by
11
- * the Free Software Foundation, either version 3 of the License, or
12
- * (at your option) any later version.
13
- *
14
- * This program is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
- * GNU General Public License for more details.
18
- *
19
- * You should have received a copy of the GNU General Public License
20
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
- */
22
- var __assign = (this && this.__assign) || function () {
23
- __assign = Object.assign || function(t) {
24
- for (var s, i = 1, n = arguments.length; i < n; i++) {
25
- s = arguments[i];
26
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
27
- t[p] = s[p];
28
- }
29
- return t;
30
- };
31
- return __assign.apply(this, arguments);
32
- };
33
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
34
- if (k2 === undefined) k2 = k;
35
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
36
- }) : (function(o, m, k, k2) {
37
- if (k2 === undefined) k2 = k;
38
- o[k2] = m[k];
39
- }));
40
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
41
- Object.defineProperty(o, "default", { enumerable: true, value: v });
42
- }) : function(o, v) {
43
- o["default"] = v;
44
- });
45
- var __importStar = (this && this.__importStar) || function (mod) {
46
- if (mod && mod.__esModule) return mod;
47
- var result = {};
48
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
49
- __setModuleDefault(result, mod);
50
- return result;
51
- };
52
- exports.__esModule = true;
53
- var React = __importStar(require("react"));
54
- var SvgDrag = function (props) { return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
55
- React.createElement("path", { d: "M8.66667 6H9.33333C9.70152 6 10 6.29848 10 6.66667V7.33333C10 7.70152 9.70152 8 9.33333 8H8.66667C8.29848 8 8 7.70152 8 7.33333V6.66667C8 6.29848 8.29848 6 8.66667 6Z", fill: "currentColor" }),
56
- React.createElement("path", { d: "M14.6667 6H15.3333C15.7015 6 16 6.29848 16 6.66667V7.33333C16 7.70152 15.7015 8 15.3333 8H14.6667C14.2985 8 14 7.70152 14 7.33333V6.66667C14 6.29848 14.2985 6 14.6667 6Z", fill: "currentColor" }),
57
- React.createElement("path", { d: "M15.3333 16H14.6667C14.2985 16 14 16.2985 14 16.6667V17.3333C14 17.7015 14.2985 18 14.6667 18H15.3333C15.7015 18 16 17.7015 16 17.3333V16.6667C16 16.2985 15.7015 16 15.3333 16Z", fill: "currentColor" }),
58
- React.createElement("path", { d: "M8.66667 11H9.33333C9.70152 11 10 11.2985 10 11.6667V12.3333C10 12.7015 9.70152 13 9.33333 13H8.66667C8.29848 13 8 12.7015 8 12.3333V11.6667C8 11.2985 8.29848 11 8.66667 11Z", fill: "currentColor" }),
59
- React.createElement("path", { d: "M15.3333 11H14.6667C14.2985 11 14 11.2985 14 11.6667V12.3333C14 12.7015 14.2985 13 14.6667 13H15.3333C15.7015 13 16 12.7015 16 12.3333V11.6667C16 11.2985 15.7015 11 15.3333 11Z", fill: "currentColor" }),
60
- React.createElement("path", { d: "M8.66667 16H9.33333C9.70152 16 10 16.2985 10 16.6667V17.3333C10 17.7015 9.70152 18 9.33333 18H8.66667C8.29848 18 8 17.7015 8 17.3333V16.6667C8 16.2985 8.29848 16 8.66667 16Z", fill: "currentColor" }))); };
61
- exports["default"] = SvgDrag;
62
- //# sourceMappingURL=Drag.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Drag.js","sourceRoot":"","sources":["../../../src/icons/custom/Drag.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2CAA+B;AAG/B,IAAM,OAAO,GAAG,UAAC,KAA8B,IAAK,OAAA,CAClD,sCACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK;IAET,8BACE,CAAC,EAAC,wKAAwK,EAC1K,IAAI,EAAC,cAAc,GACnB;IACF,8BACE,CAAC,EAAC,2KAA2K,EAC7K,IAAI,EAAC,cAAc,GACnB;IACF,8BACE,CAAC,EAAC,kLAAkL,EACpL,IAAI,EAAC,cAAc,GACnB;IACF,8BACE,CAAC,EAAC,+KAA+K,EACjL,IAAI,EAAC,cAAc,GACnB;IACF,8BACE,CAAC,EAAC,kLAAkL,EACpL,IAAI,EAAC,cAAc,GACnB;IACF,8BACE,CAAC,EAAC,+KAA+K,EACjL,IAAI,EAAC,cAAc,GACnB,CACE,CACP,EAlCmD,CAkCnD,CAAC;AAEF,qBAAe,OAAO,CAAC"}
@@ -1,57 +0,0 @@
1
- "use strict";
2
- /**
3
- *
4
- * Copyright (c) "Neo4j"
5
- * Neo4j Sweden AB [http://neo4j.com]
6
- *
7
- * This file is part of Neo4j.
8
- *
9
- * Neo4j is free software: you can redistribute it and/or modify
10
- * it under the terms of the GNU General Public License as published by
11
- * the Free Software Foundation, either version 3 of the License, or
12
- * (at your option) any later version.
13
- *
14
- * This program is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
- * GNU General Public License for more details.
18
- *
19
- * You should have received a copy of the GNU General Public License
20
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
- */
22
- var __assign = (this && this.__assign) || function () {
23
- __assign = Object.assign || function(t) {
24
- for (var s, i = 1, n = arguments.length; i < n; i++) {
25
- s = arguments[i];
26
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
27
- t[p] = s[p];
28
- }
29
- return t;
30
- };
31
- return __assign.apply(this, arguments);
32
- };
33
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
34
- if (k2 === undefined) k2 = k;
35
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
36
- }) : (function(o, m, k, k2) {
37
- if (k2 === undefined) k2 = k;
38
- o[k2] = m[k];
39
- }));
40
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
41
- Object.defineProperty(o, "default", { enumerable: true, value: v });
42
- }) : function(o, v) {
43
- o["default"] = v;
44
- });
45
- var __importStar = (this && this.__importStar) || function (mod) {
46
- if (mod && mod.__esModule) return mod;
47
- var result = {};
48
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
49
- __setModuleDefault(result, mod);
50
- return result;
51
- };
52
- exports.__esModule = true;
53
- var React = __importStar(require("react"));
54
- var SvgExpand = function (props) { return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
55
- React.createElement("path", { d: "M10.2 13.7999L3 20.9999M3 20.9999V15.6001M3 20.9999L8.4 21.0001M20.9996 8.4V3M20.9996 3H15.5996M20.9996 3L13.7988 10.2", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }))); };
56
- exports["default"] = SvgExpand;
57
- //# sourceMappingURL=Expand.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Expand.js","sourceRoot":"","sources":["../../../src/icons/custom/Expand.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2CAA+B;AAG/B,IAAM,SAAS,GAAG,UAAC,KAA8B,IAAK,OAAA,CACpD,sCACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK;IAET,8BACE,CAAC,EAAC,wHAAwH,EAC1H,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,CACE,CACP,EAjBqD,CAiBrD,CAAC;AAEF,qBAAe,SAAS,CAAC"}
@@ -1,57 +0,0 @@
1
- "use strict";
2
- /**
3
- *
4
- * Copyright (c) "Neo4j"
5
- * Neo4j Sweden AB [http://neo4j.com]
6
- *
7
- * This file is part of Neo4j.
8
- *
9
- * Neo4j is free software: you can redistribute it and/or modify
10
- * it under the terms of the GNU General Public License as published by
11
- * the Free Software Foundation, either version 3 of the License, or
12
- * (at your option) any later version.
13
- *
14
- * This program is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
- * GNU General Public License for more details.
18
- *
19
- * You should have received a copy of the GNU General Public License
20
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
- */
22
- var __assign = (this && this.__assign) || function () {
23
- __assign = Object.assign || function(t) {
24
- for (var s, i = 1, n = arguments.length; i < n; i++) {
25
- s = arguments[i];
26
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
27
- t[p] = s[p];
28
- }
29
- return t;
30
- };
31
- return __assign.apply(this, arguments);
32
- };
33
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
34
- if (k2 === undefined) k2 = k;
35
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
36
- }) : (function(o, m, k, k2) {
37
- if (k2 === undefined) k2 = k;
38
- o[k2] = m[k];
39
- }));
40
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
41
- Object.defineProperty(o, "default", { enumerable: true, value: v });
42
- }) : function(o, v) {
43
- o["default"] = v;
44
- });
45
- var __importStar = (this && this.__importStar) || function (mod) {
46
- if (mod && mod.__esModule) return mod;
47
- var result = {};
48
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
49
- __setModuleDefault(result, mod);
50
- return result;
51
- };
52
- exports.__esModule = true;
53
- var React = __importStar(require("react"));
54
- var SvgExternalLink = function (props) { return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
55
- React.createElement("path", { d: "M4.5 19.4991L19.4984 4.50073M19.5003 18.6416L19.5003 4.50105L5.35981 4.50105", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }))); };
56
- exports["default"] = SvgExternalLink;
57
- //# sourceMappingURL=ExternalLink.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ExternalLink.js","sourceRoot":"","sources":["../../../src/icons/custom/ExternalLink.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2CAA+B;AAG/B,IAAM,eAAe,GAAG,UAAC,KAA8B,IAAK,OAAA,CAC1D,sCACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK;IAET,8BACE,CAAC,EAAC,8EAA8E,EAChF,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,CACE,CACP,EAjB2D,CAiB3D,CAAC;AAEF,qBAAe,eAAe,CAAC"}
@@ -1,57 +0,0 @@
1
- "use strict";
2
- /**
3
- *
4
- * Copyright (c) "Neo4j"
5
- * Neo4j Sweden AB [http://neo4j.com]
6
- *
7
- * This file is part of Neo4j.
8
- *
9
- * Neo4j is free software: you can redistribute it and/or modify
10
- * it under the terms of the GNU General Public License as published by
11
- * the Free Software Foundation, either version 3 of the License, or
12
- * (at your option) any later version.
13
- *
14
- * This program is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
- * GNU General Public License for more details.
18
- *
19
- * You should have received a copy of the GNU General Public License
20
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
- */
22
- var __assign = (this && this.__assign) || function () {
23
- __assign = Object.assign || function(t) {
24
- for (var s, i = 1, n = arguments.length; i < n; i++) {
25
- s = arguments[i];
26
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
27
- t[p] = s[p];
28
- }
29
- return t;
30
- };
31
- return __assign.apply(this, arguments);
32
- };
33
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
34
- if (k2 === undefined) k2 = k;
35
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
36
- }) : (function(o, m, k, k2) {
37
- if (k2 === undefined) k2 = k;
38
- o[k2] = m[k];
39
- }));
40
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
41
- Object.defineProperty(o, "default", { enumerable: true, value: v });
42
- }) : function(o, v) {
43
- o["default"] = v;
44
- });
45
- var __importStar = (this && this.__importStar) || function (mod) {
46
- if (mod && mod.__esModule) return mod;
47
- var result = {};
48
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
49
- __setModuleDefault(result, mod);
50
- return result;
51
- };
52
- exports.__esModule = true;
53
- var React = __importStar(require("react"));
54
- var SvgFitToScreen = function (props) { return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
55
- React.createElement("path", { d: "M17.6162 17.6164L17.0859 17.0861L17.0859 17.0861L17.6162 17.6164ZM17.6162 6.38354L17.0859 6.91387L17.0859 6.91387L17.6162 6.38354ZM6.38339 6.38354L5.85306 5.85321H5.85306L6.38339 6.38354ZM6.38339 17.6164L6.91372 17.0861L6.91372 17.0861L6.38339 17.6164ZM20.341 3.65901L19.8107 4.18934L20.341 3.65901ZM3.65901 3.65901L4.18934 4.18934L3.65901 3.65901ZM3.65901 20.341L4.18934 19.8107L3.65901 20.341ZM21.75 14.3789C21.75 13.9646 21.4142 13.6289 21 13.6289C20.5858 13.6289 20.25 13.9646 20.25 14.3789H21.75ZM14.3723 20.25C13.9581 20.25 13.6223 20.5858 13.6223 21C13.6223 21.4142 13.9581 21.75 14.3723 21.75V20.25ZM9.75576 21.75C10.17 21.75 10.5058 21.4142 10.5058 21C10.5058 20.5858 10.17 20.25 9.75576 20.25V21.75ZM3.75 14.3789C3.75 13.9646 3.41421 13.6289 3 13.6289C2.58579 13.6289 2.25 13.9646 2.25 14.3789H3.75ZM2.25 9.94377C2.25 10.358 2.58579 10.6938 3 10.6938C3.41421 10.6938 3.75 10.358 3.75 9.94377H2.25ZM9.75576 3.75C10.17 3.75 10.5058 3.41421 10.5058 3C10.5058 2.58579 10.17 2.25 9.75576 2.25V3.75ZM14.3723 2.25C13.9581 2.25 13.6223 2.58579 13.6223 3C13.6223 3.41421 13.9581 3.75 14.3723 3.75V2.25ZM20.25 9.94377C20.25 10.358 20.5858 10.6938 21 10.6938C21.4142 10.6938 21.75 10.358 21.75 9.94377H20.25ZM7.45468 18.8101H16.5449V17.3101H7.45468V18.8101ZM16.5449 18.8101C17.1457 18.8101 17.7218 18.5715 18.1466 18.1467L17.0859 17.0861C16.9424 17.2295 16.7478 17.3101 16.5449 17.3101V18.8101ZM18.1466 18.1467C18.5713 17.7219 18.81 17.1458 18.81 16.5451H17.31C17.31 16.748 17.2294 16.9426 17.0859 17.0861L18.1466 18.1467ZM18.81 16.5451V7.45483H17.31V16.5451H18.81ZM18.81 7.45483C18.81 6.85411 18.5713 6.27798 18.1466 5.85321L17.0859 6.91387C17.2294 7.05734 17.31 7.25194 17.31 7.45483H18.81ZM18.1466 5.85321C17.7218 5.42843 17.1457 5.18979 16.5449 5.18979V6.68979C16.7478 6.68979 16.9424 6.77039 17.0859 6.91387L18.1466 5.85321ZM16.5449 5.18979H7.45468V6.68979H16.5449V5.18979ZM7.45468 5.18979C6.85396 5.18979 6.27784 5.42843 5.85306 5.85321L6.91372 6.91387C7.05719 6.7704 7.25178 6.68979 7.45468 6.68979V5.18979ZM5.85306 5.85321C5.42828 6.27799 5.18964 6.85411 5.18964 7.45483H6.68964C6.68964 7.25193 6.77024 7.05734 6.91372 6.91387L5.85306 5.85321ZM5.18964 7.45483V16.5451H6.68964V7.45483H5.18964ZM5.18964 16.5451C5.18964 17.1458 5.42828 17.7219 5.85306 18.1467L6.91372 17.0861C6.77024 16.9426 6.68964 16.748 6.68964 16.5451H5.18964ZM5.85306 18.1467C6.27783 18.5715 6.85396 18.8101 7.45468 18.8101V17.3101C7.25178 17.3101 7.05719 17.2295 6.91372 17.0861L5.85306 18.1467ZM18.75 21.75C19.5457 21.75 20.3087 21.4339 20.8713 20.8713L19.8107 19.8107C19.5294 20.092 19.1478 20.25 18.75 20.25V21.75ZM20.8713 20.8713C21.4339 20.3087 21.75 19.5457 21.75 18.75H20.25C20.25 19.1478 20.092 19.5294 19.8107 19.8107L20.8713 20.8713ZM21.75 5.25C21.75 4.45435 21.4339 3.69129 20.8713 3.12868L19.8107 4.18934C20.092 4.47064 20.25 4.85218 20.25 5.25H21.75ZM20.8713 3.12868C20.3087 2.56607 19.5457 2.25 18.75 2.25V3.75C19.1478 3.75 19.5294 3.90803 19.8107 4.18934L20.8713 3.12868ZM5.25 2.25C4.45435 2.25 3.69129 2.56607 3.12868 3.12868L4.18934 4.18934C4.47064 3.90804 4.85218 3.75 5.25 3.75V2.25ZM3.12868 3.12868C2.56607 3.69129 2.25 4.45435 2.25 5.25H3.75C3.75 4.85218 3.90804 4.47064 4.18934 4.18934L3.12868 3.12868ZM2.25 18.75C2.25 19.5457 2.56607 20.3087 3.12868 20.8713L4.18934 19.8107C3.90803 19.5294 3.75 19.1478 3.75 18.75H2.25ZM3.12868 20.8713C3.69129 21.4339 4.45435 21.75 5.25 21.75V20.25C4.85218 20.25 4.47064 20.092 4.18934 19.8107L3.12868 20.8713ZM21.75 18.75V14.3789H20.25V18.75H21.75ZM18.75 20.25H14.3723V21.75H18.75V20.25ZM5.25 21.75H9.75576V20.25H5.25V21.75ZM3.75 18.75V14.3789H2.25V18.75H3.75ZM2.25 5.25V9.94377H3.75V5.25H2.25ZM5.25 3.75H9.75576V2.25H5.25V3.75ZM18.75 2.25H14.3723V3.75H18.75V2.25ZM20.25 5.25V9.94377H21.75V5.25H20.25Z", fill: "currentColor" }))); };
56
- exports["default"] = SvgFitToScreen;
57
- //# sourceMappingURL=FitToScreen.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FitToScreen.js","sourceRoot":"","sources":["../../../src/icons/custom/FitToScreen.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2CAA+B;AAG/B,IAAM,cAAc,GAAG,UAAC,KAA8B,IAAK,OAAA,CACzD,sCACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK;IAET,8BACE,CAAC,EAAC,0pHAA0pH,EAC5pH,IAAI,EAAC,cAAc,GACnB,CACE,CACP,EAd0D,CAc1D,CAAC;AAEF,qBAAe,cAAc,CAAC"}
@@ -1,57 +0,0 @@
1
- "use strict";
2
- /**
3
- *
4
- * Copyright (c) "Neo4j"
5
- * Neo4j Sweden AB [http://neo4j.com]
6
- *
7
- * This file is part of Neo4j.
8
- *
9
- * Neo4j is free software: you can redistribute it and/or modify
10
- * it under the terms of the GNU General Public License as published by
11
- * the Free Software Foundation, either version 3 of the License, or
12
- * (at your option) any later version.
13
- *
14
- * This program is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
- * GNU General Public License for more details.
18
- *
19
- * You should have received a copy of the GNU General Public License
20
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
- */
22
- var __assign = (this && this.__assign) || function () {
23
- __assign = Object.assign || function(t) {
24
- for (var s, i = 1, n = arguments.length; i < n; i++) {
25
- s = arguments[i];
26
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
27
- t[p] = s[p];
28
- }
29
- return t;
30
- };
31
- return __assign.apply(this, arguments);
32
- };
33
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
34
- if (k2 === undefined) k2 = k;
35
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
36
- }) : (function(o, m, k, k2) {
37
- if (k2 === undefined) k2 = k;
38
- o[k2] = m[k];
39
- }));
40
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
41
- Object.defineProperty(o, "default", { enumerable: true, value: v });
42
- }) : function(o, v) {
43
- o["default"] = v;
44
- });
45
- var __importStar = (this && this.__importStar) || function (mod) {
46
- if (mod && mod.__esModule) return mod;
47
- var result = {};
48
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
49
- __setModuleDefault(result, mod);
50
- return result;
51
- };
52
- exports.__esModule = true;
53
- var React = __importStar(require("react"));
54
- var SvgFolderBookmark = function (props) { return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
55
- React.createElement("path", { d: "M11 5L11.5303 4.46967L11.3107 4.25H11V5ZM13 7L12.4697 7.53033L12.6893 7.75H13V7ZM14.6586 12.7239L15.1416 13.2977L15.1416 13.2977L14.6586 12.7239ZM16.2011 11.4254L15.7181 10.8517L15.7181 10.8517L16.2011 11.4254ZM16.4587 11.4254L16.9417 10.8517L16.9417 10.8517L16.4587 11.4254ZM18.0012 12.7239L17.5182 13.2977L17.5182 13.2977L18.0012 12.7239ZM3.75 17V7H2.25V17H3.75ZM5 5.75H11V4.25H5V5.75ZM10.4697 5.53033L12.4697 7.53033L13.5303 6.46967L11.5303 4.46967L10.4697 5.53033ZM13 7.75H19V6.25H13V7.75ZM20.25 9V17H21.75V9H20.25ZM19 18.25H5V19.75H19V18.25ZM19 7.75C19.6904 7.75 20.25 8.30964 20.25 9H21.75C21.75 7.48122 20.5188 6.25 19 6.25V7.75ZM3.75 7C3.75 6.30964 4.30964 5.75 5 5.75V4.25C3.48122 4.25 2.25 5.48122 2.25 7H3.75ZM20.25 17C20.25 17.6904 19.6904 18.25 19 18.25V19.75C20.5188 19.75 21.75 18.5188 21.75 17H20.25ZM2.25 17C2.25 18.5188 3.48122 19.75 5 19.75V18.25C4.30964 18.25 3.75 17.6904 3.75 17H2.25ZM13.5798 7.20073V12.5709H15.0798V7.20073H13.5798ZM15.1416 13.2977L16.6841 11.9992L15.7181 10.8517L14.1756 12.1502L15.1416 13.2977ZM15.9757 11.9992L17.5182 13.2977L18.4842 12.1502L16.9417 10.8517L15.9757 11.9992ZM19.08 12.5709V7.20073H17.58V12.5709H19.08ZM18.13 6.25073H14.5298V7.75073H18.13V6.25073ZM19.08 7.20073C19.08 6.67606 18.6546 6.25073 18.13 6.25073V7.75073C17.8262 7.75073 17.58 7.50449 17.58 7.20073H19.08ZM17.5182 13.2977C18.136 13.8178 19.08 13.3786 19.08 12.5709H17.58C17.58 12.1033 18.1265 11.849 18.4842 12.1502L17.5182 13.2977ZM16.6841 11.9992C16.4794 12.1715 16.1804 12.1715 15.9757 11.9992L16.9417 10.8517C16.5881 10.554 16.0717 10.554 15.7181 10.8517L16.6841 11.9992ZM13.5798 12.5709C13.5798 13.3786 14.5238 13.8178 15.1416 13.2977L14.1756 12.1502C14.5333 11.849 15.0798 12.1033 15.0798 12.5709H13.5798ZM15.0798 7.20073C15.0798 7.50449 14.8336 7.75073 14.5298 7.75073V6.25073C14.0051 6.25073 13.5798 6.67606 13.5798 7.20073H15.0798Z", fill: "currentColor" }))); };
56
- exports["default"] = SvgFolderBookmark;
57
- //# sourceMappingURL=FolderBookmark.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"FolderBookmark.js","sourceRoot":"","sources":["../../../src/icons/custom/FolderBookmark.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2CAA+B;AAG/B,IAAM,iBAAiB,GAAG,UAAC,KAA8B,IAAK,OAAA,CAC5D,sCACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK;IAET,8BACE,CAAC,EAAC,m0DAAm0D,EACr0D,IAAI,EAAC,cAAc,GACnB,CACE,CACP,EAd6D,CAc7D,CAAC;AAEF,qBAAe,iBAAiB,CAAC"}
@@ -1,57 +0,0 @@
1
- "use strict";
2
- /**
3
- *
4
- * Copyright (c) "Neo4j"
5
- * Neo4j Sweden AB [http://neo4j.com]
6
- *
7
- * This file is part of Neo4j.
8
- *
9
- * Neo4j is free software: you can redistribute it and/or modify
10
- * it under the terms of the GNU General Public License as published by
11
- * the Free Software Foundation, either version 3 of the License, or
12
- * (at your option) any later version.
13
- *
14
- * This program is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
- * GNU General Public License for more details.
18
- *
19
- * You should have received a copy of the GNU General Public License
20
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
- */
22
- var __assign = (this && this.__assign) || function () {
23
- __assign = Object.assign || function(t) {
24
- for (var s, i = 1, n = arguments.length; i < n; i++) {
25
- s = arguments[i];
26
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
27
- t[p] = s[p];
28
- }
29
- return t;
30
- };
31
- return __assign.apply(this, arguments);
32
- };
33
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
34
- if (k2 === undefined) k2 = k;
35
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
36
- }) : (function(o, m, k, k2) {
37
- if (k2 === undefined) k2 = k;
38
- o[k2] = m[k];
39
- }));
40
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
41
- Object.defineProperty(o, "default", { enumerable: true, value: v });
42
- }) : function(o, v) {
43
- o["default"] = v;
44
- });
45
- var __importStar = (this && this.__importStar) || function (mod) {
46
- if (mod && mod.__esModule) return mod;
47
- var result = {};
48
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
49
- __setModuleDefault(result, mod);
50
- return result;
51
- };
52
- exports.__esModule = true;
53
- var React = __importStar(require("react"));
54
- var SvgHeirarchy2 = function (props) { return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
55
- React.createElement("path", { d: "M11.9992 6.60001C11.5218 6.60001 11.064 6.41036 10.7264 6.0728C10.3889 5.73523 10.1992 5.27739 10.1992 4.8C10.1992 4.32261 10.3889 3.86477 10.7264 3.52721C11.064 3.18964 11.5218 3 11.9992 3C12.4766 3 12.9344 3.18964 13.272 3.52721C13.6096 3.86477 13.7992 4.32261 13.7992 4.8C13.7992 5.27739 13.6096 5.73523 13.272 6.0728C12.9344 6.41036 12.4766 6.60001 11.9992 6.60001ZM11.9992 6.60001V17.4M11.9992 17.4C12.4766 17.4 12.9344 17.5897 13.272 17.9272C13.6096 18.2648 13.7992 18.7226 13.7992 19.2C13.7992 19.6774 13.6096 20.1353 13.272 20.4728C12.9344 20.8104 12.4766 21 11.9992 21C11.5218 21 11.064 20.8104 10.7264 20.4728C10.3889 20.1353 10.1992 19.6774 10.1992 19.2C10.1992 18.7226 10.3889 18.2648 10.7264 17.9272C11.064 17.5897 11.5218 17.4 11.9992 17.4ZM5.39844 17.4C5.39844 16.1269 5.90415 14.906 6.80433 14.0059C7.7045 13.1057 8.9254 12.6 10.1984 12.6H13.7984C15.0715 12.6 16.2924 13.1057 17.1926 14.0059C18.0927 14.906 18.5985 16.1269 18.5985 17.4M3.59961 19.2C3.59961 19.6774 3.78925 20.1353 4.12682 20.4728C4.46438 20.8104 4.92222 21 5.39961 21C5.877 21 6.33484 20.8104 6.67241 20.4728C7.00997 20.1353 7.19961 19.6774 7.19961 19.2C7.19961 18.7226 7.00997 18.2648 6.67241 17.9272C6.33484 17.5897 5.877 17.4 5.39961 17.4C4.92222 17.4 4.46438 17.5897 4.12682 17.9272C3.78925 18.2648 3.59961 18.7226 3.59961 19.2ZM16.8008 19.2C16.8008 19.6774 16.9904 20.1353 17.328 20.4728C17.6656 20.8104 18.1234 21 18.6008 21C19.0782 21 19.536 20.8104 19.8736 20.4728C20.2111 20.1353 20.4008 19.6774 20.4008 19.2C20.4008 18.7226 20.2111 18.2648 19.8736 17.9272C19.536 17.5897 19.0782 17.4 18.6008 17.4C18.1234 17.4 17.6656 17.5897 17.328 17.9272C16.9904 18.2648 16.8008 18.7226 16.8008 19.2Z", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }))); };
56
- exports["default"] = SvgHeirarchy2;
57
- //# sourceMappingURL=Heirarchy2.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Heirarchy2.js","sourceRoot":"","sources":["../../../src/icons/custom/Heirarchy2.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2CAA+B;AAG/B,IAAM,aAAa,GAAG,UAAC,KAA8B,IAAK,OAAA,CACxD,sCACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK;IAET,8BACE,CAAC,EAAC,ipDAAipD,EACnpD,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,CACE,CACP,EAjByD,CAiBzD,CAAC;AAEF,qBAAe,aAAa,CAAC"}
@@ -1,57 +0,0 @@
1
- "use strict";
2
- /**
3
- *
4
- * Copyright (c) "Neo4j"
5
- * Neo4j Sweden AB [http://neo4j.com]
6
- *
7
- * This file is part of Neo4j.
8
- *
9
- * Neo4j is free software: you can redistribute it and/or modify
10
- * it under the terms of the GNU General Public License as published by
11
- * the Free Software Foundation, either version 3 of the License, or
12
- * (at your option) any later version.
13
- *
14
- * This program is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
- * GNU General Public License for more details.
18
- *
19
- * You should have received a copy of the GNU General Public License
20
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
- */
22
- var __assign = (this && this.__assign) || function () {
23
- __assign = Object.assign || function(t) {
24
- for (var s, i = 1, n = arguments.length; i < n; i++) {
25
- s = arguments[i];
26
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
27
- t[p] = s[p];
28
- }
29
- return t;
30
- };
31
- return __assign.apply(this, arguments);
32
- };
33
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
34
- if (k2 === undefined) k2 = k;
35
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
36
- }) : (function(o, m, k, k2) {
37
- if (k2 === undefined) k2 = k;
38
- o[k2] = m[k];
39
- }));
40
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
41
- Object.defineProperty(o, "default", { enumerable: true, value: v });
42
- }) : function(o, v) {
43
- o["default"] = v;
44
- });
45
- var __importStar = (this && this.__importStar) || function (mod) {
46
- if (mod && mod.__esModule) return mod;
47
- var result = {};
48
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
49
- __setModuleDefault(result, mod);
50
- return result;
51
- };
52
- exports.__esModule = true;
53
- var React = __importStar(require("react"));
54
- var SvgHierarchy1 = function (props) { return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
55
- React.createElement("path", { d: "M5.52246 17.5504L8.27931 11.2495M10.4062 10.7247L13.5951 13.276M18.4785 6.44958L15.7217 12.7505M3 19.2002C3 19.4366 3.04656 19.6706 3.13702 19.889C3.22748 20.1074 3.36007 20.3059 3.52722 20.473C3.69437 20.6401 3.8928 20.7727 4.11119 20.8632C4.32958 20.9537 4.56365 21.0002 4.80004 21.0002C5.03642 21.0002 5.27049 20.9537 5.48888 20.8632C5.70727 20.7727 5.9057 20.6401 6.07285 20.473C6.24 20.3059 6.37259 20.1074 6.46305 19.889C6.55351 19.6706 6.60007 19.4366 6.60007 19.2002C6.60007 18.9638 6.55351 18.7297 6.46305 18.5113C6.37259 18.2929 6.24 18.0945 6.07285 17.9274C5.9057 17.7602 5.70727 17.6276 5.48888 17.5372C5.27049 17.4467 5.03642 17.4001 4.80004 17.4001C4.56365 17.4001 4.32958 17.4467 4.11119 17.5372C3.8928 17.6276 3.69437 17.7602 3.52722 17.9274C3.36007 18.0945 3.22748 18.2929 3.13702 18.5113C3.04656 18.7297 3 18.9638 3 19.2002ZM7.2002 9.59996C7.2002 9.83635 7.24675 10.0704 7.33721 10.2888C7.42767 10.5072 7.56026 10.7056 7.72741 10.8728C7.89456 11.0399 8.093 11.1725 8.31139 11.263C8.52978 11.3534 8.76385 11.4 9.00023 11.4C9.23661 11.4 9.47068 11.3534 9.68907 11.263C9.90746 11.1725 10.1059 11.0399 10.273 10.8728C10.4402 10.7056 10.5728 10.5072 10.6632 10.2888C10.7537 10.0704 10.8003 9.83635 10.8003 9.59996C10.8003 9.36358 10.7537 9.12951 10.6632 8.91112C10.5728 8.69273 10.4402 8.49429 10.273 8.32714C10.1059 8.16 9.90746 8.02741 9.68907 7.93695C9.47068 7.84649 9.23661 7.79993 9.00023 7.79993C8.76385 7.79993 8.52978 7.84649 8.31139 7.93695C8.093 8.02741 7.89456 8.16 7.72741 8.32714C7.56026 8.49429 7.42767 8.69273 7.33721 8.91112C7.24675 9.12951 7.2002 9.36358 7.2002 9.59996ZM13.1992 14.4001C13.1992 14.8775 13.3889 15.3354 13.7264 15.673C14.064 16.0105 14.5219 16.2002 14.9993 16.2002C15.4767 16.2002 15.9345 16.0105 16.2721 15.673C16.6096 15.3354 16.7993 14.8775 16.7993 14.4001C16.7993 13.9227 16.6096 13.4649 16.2721 13.1273C15.9345 12.7897 15.4767 12.6001 14.9993 12.6001C14.5219 12.6001 14.064 12.7897 13.7264 13.1273C13.3889 13.4649 13.1992 13.9227 13.1992 14.4001ZM17.3994 4.79991C17.3994 5.27731 17.5891 5.73516 17.9266 6.07273C18.2642 6.4103 18.7221 6.59995 19.1994 6.59995C19.6768 6.59995 20.1347 6.4103 20.4723 6.07273C20.8098 5.73516 20.9995 5.27731 20.9995 4.79991C20.9995 4.32251 20.8098 3.86467 20.4723 3.5271C20.1347 3.18952 19.6768 2.99988 19.1994 2.99988C18.7221 2.99988 18.2642 3.18952 17.9266 3.5271C17.5891 3.86467 17.3994 4.32251 17.3994 4.79991Z", stroke: "currentColor", strokeWidth: 1.5, strokeLinecap: "round", strokeLinejoin: "round" }))); };
56
- exports["default"] = SvgHierarchy1;
57
- //# sourceMappingURL=Hierarchy1.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Hierarchy1.js","sourceRoot":"","sources":["../../../src/icons/custom/Hierarchy1.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2CAA+B;AAG/B,IAAM,aAAa,GAAG,UAAC,KAA8B,IAAK,OAAA,CACxD,sCACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK;IAET,8BACE,CAAC,EAAC,41EAA41E,EAC91E,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,CACE,CACP,EAjByD,CAiBzD,CAAC;AAEF,qBAAe,aAAa,CAAC"}
@@ -1,57 +0,0 @@
1
- "use strict";
2
- /**
3
- *
4
- * Copyright (c) "Neo4j"
5
- * Neo4j Sweden AB [http://neo4j.com]
6
- *
7
- * This file is part of Neo4j.
8
- *
9
- * Neo4j is free software: you can redistribute it and/or modify
10
- * it under the terms of the GNU General Public License as published by
11
- * the Free Software Foundation, either version 3 of the License, or
12
- * (at your option) any later version.
13
- *
14
- * This program is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
- * GNU General Public License for more details.
18
- *
19
- * You should have received a copy of the GNU General Public License
20
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
- */
22
- var __assign = (this && this.__assign) || function () {
23
- __assign = Object.assign || function(t) {
24
- for (var s, i = 1, n = arguments.length; i < n; i++) {
25
- s = arguments[i];
26
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
27
- t[p] = s[p];
28
- }
29
- return t;
30
- };
31
- return __assign.apply(this, arguments);
32
- };
33
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
34
- if (k2 === undefined) k2 = k;
35
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
36
- }) : (function(o, m, k, k2) {
37
- if (k2 === undefined) k2 = k;
38
- o[k2] = m[k];
39
- }));
40
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
41
- Object.defineProperty(o, "default", { enumerable: true, value: v });
42
- }) : function(o, v) {
43
- o["default"] = v;
44
- });
45
- var __importStar = (this && this.__importStar) || function (mod) {
46
- if (mod && mod.__esModule) return mod;
47
- var result = {};
48
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
49
- __setModuleDefault(result, mod);
50
- return result;
51
- };
52
- exports.__esModule = true;
53
- var React = __importStar(require("react"));
54
- var SvgPin = function (props) { return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
55
- React.createElement("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" }))); };
56
- exports["default"] = SvgPin;
57
- //# sourceMappingURL=Pin.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Pin.js","sourceRoot":"","sources":["../../../src/icons/custom/Pin.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2CAA+B;AAG/B,IAAM,MAAM,GAAG,UAAC,KAA8B,IAAK,OAAA,CACjD,sCACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK;IAET,8BACE,CAAC,EAAC,67BAA67B,EAC/7B,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,CACE,CACP,EAjBkD,CAiBlD,CAAC;AAEF,qBAAe,MAAM,CAAC"}
@@ -1,57 +0,0 @@
1
- "use strict";
2
- /**
3
- *
4
- * Copyright (c) "Neo4j"
5
- * Neo4j Sweden AB [http://neo4j.com]
6
- *
7
- * This file is part of Neo4j.
8
- *
9
- * Neo4j is free software: you can redistribute it and/or modify
10
- * it under the terms of the GNU General Public License as published by
11
- * the Free Software Foundation, either version 3 of the License, or
12
- * (at your option) any later version.
13
- *
14
- * This program is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
- * GNU General Public License for more details.
18
- *
19
- * You should have received a copy of the GNU General Public License
20
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
- */
22
- var __assign = (this && this.__assign) || function () {
23
- __assign = Object.assign || function(t) {
24
- for (var s, i = 1, n = arguments.length; i < n; i++) {
25
- s = arguments[i];
26
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
27
- t[p] = s[p];
28
- }
29
- return t;
30
- };
31
- return __assign.apply(this, arguments);
32
- };
33
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
34
- if (k2 === undefined) k2 = k;
35
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
36
- }) : (function(o, m, k, k2) {
37
- if (k2 === undefined) k2 = k;
38
- o[k2] = m[k];
39
- }));
40
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
41
- Object.defineProperty(o, "default", { enumerable: true, value: v });
42
- }) : function(o, v) {
43
- o["default"] = v;
44
- });
45
- var __importStar = (this && this.__importStar) || function (mod) {
46
- if (mod && mod.__esModule) return mod;
47
- var result = {};
48
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
49
- __setModuleDefault(result, mod);
50
- return result;
51
- };
52
- exports.__esModule = true;
53
- var React = __importStar(require("react"));
54
- var SvgPresentation = function (props) { return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, props),
55
- React.createElement("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" }))); };
56
- exports["default"] = SvgPresentation;
57
- //# sourceMappingURL=Presentation.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"Presentation.js","sourceRoot":"","sources":["../../../src/icons/custom/Presentation.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAEH,2CAA+B;AAG/B,IAAM,eAAe,GAAG,UAAC,KAA8B,IAAK,OAAA,CAC1D,sCACE,KAAK,EAAC,KAAK,EACX,MAAM,EAAC,KAAK,EACZ,OAAO,EAAC,WAAW,EACnB,IAAI,EAAC,MAAM,EACX,KAAK,EAAC,4BAA4B,IAC9B,KAAK;IAET,8BACE,CAAC,EAAC,uXAAuX,EACzX,MAAM,EAAC,cAAc,EACrB,WAAW,EAAE,GAAG,EAChB,aAAa,EAAC,OAAO,EACrB,cAAc,EAAC,OAAO,GACtB,CACE,CACP,EAjB2D,CAiB3D,CAAC;AAEF,qBAAe,eAAe,CAAC"}
@@ -1,57 +0,0 @@
1
- "use strict";
2
- /**
3
- *
4
- * Copyright (c) "Neo4j"
5
- * Neo4j Sweden AB [http://neo4j.com]
6
- *
7
- * This file is part of Neo4j.
8
- *
9
- * Neo4j is free software: you can redistribute it and/or modify
10
- * it under the terms of the GNU General Public License as published by
11
- * the Free Software Foundation, either version 3 of the License, or
12
- * (at your option) any later version.
13
- *
14
- * This program is distributed in the hope that it will be useful,
15
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
16
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
17
- * GNU General Public License for more details.
18
- *
19
- * You should have received a copy of the GNU General Public License
20
- * along with this program. If not, see <http://www.gnu.org/licenses/>.
21
- */
22
- var __assign = (this && this.__assign) || function () {
23
- __assign = Object.assign || function(t) {
24
- for (var s, i = 1, n = arguments.length; i < n; i++) {
25
- s = arguments[i];
26
- for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
27
- t[p] = s[p];
28
- }
29
- return t;
30
- };
31
- return __assign.apply(this, arguments);
32
- };
33
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
34
- if (k2 === undefined) k2 = k;
35
- Object.defineProperty(o, k2, { enumerable: true, get: function() { return m[k]; } });
36
- }) : (function(o, m, k, k2) {
37
- if (k2 === undefined) k2 = k;
38
- o[k2] = m[k];
39
- }));
40
- var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
41
- Object.defineProperty(o, "default", { enumerable: true, value: v });
42
- }) : function(o, v) {
43
- o["default"] = v;
44
- });
45
- var __importStar = (this && this.__importStar) || function (mod) {
46
- if (mod && mod.__esModule) return mod;
47
- var result = {};
48
- if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
49
- __setModuleDefault(result, mod);
50
- return result;
51
- };
52
- exports.__esModule = true;
53
- var React = __importStar(require("react"));
54
- var SvgRhombus = function (props) { return (React.createElement("svg", __assign({ width: "1em", height: "1em", viewBox: "0 0 9 9", fill: "none" }, props),
55
- React.createElement("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" }))); };
56
- exports["default"] = SvgRhombus;
57
- //# sourceMappingURL=Rhombus.js.map