@neo4j-ndl/react 3.9.5 → 3.9.7

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 (373) hide show
  1. package/lib/cjs/ai-presence/stories/ai-presence-default.story.js +1 -1
  2. package/lib/cjs/ai-presence/stories/ai-presence-default.story.js.map +1 -1
  3. package/lib/cjs/ai-presence/stories/ai-presence.stories.js +2 -0
  4. package/lib/cjs/ai-presence/stories/ai-presence.stories.js.map +1 -1
  5. package/lib/cjs/clipboard-copier/stories/clipboard-copier-default.story.js +30 -0
  6. package/lib/cjs/clipboard-copier/stories/clipboard-copier-default.story.js.map +1 -0
  7. package/lib/cjs/clipboard-copier/stories/clipboard-copier-disabled.story.js +30 -0
  8. package/lib/cjs/clipboard-copier/stories/clipboard-copier-disabled.story.js.map +1 -0
  9. package/lib/cjs/clipboard-copier/stories/clipboard-copier-not-clean.story.js +30 -0
  10. package/lib/cjs/clipboard-copier/stories/clipboard-copier-not-clean.story.js.map +1 -0
  11. package/lib/cjs/clipboard-copier/stories/clipboard-copier-not-icon-button.story.js +30 -0
  12. package/lib/cjs/clipboard-copier/stories/clipboard-copier-not-icon-button.story.js.map +1 -0
  13. package/lib/cjs/clipboard-copier/stories/clipboard-copier-sizes.story.js +30 -0
  14. package/lib/cjs/clipboard-copier/stories/clipboard-copier-sizes.story.js.map +1 -0
  15. package/lib/cjs/clipboard-copier/stories/clipboard-copier-tooltip.story.js +38 -0
  16. package/lib/cjs/clipboard-copier/stories/clipboard-copier-tooltip.story.js.map +1 -0
  17. package/lib/cjs/clipboard-copier/stories/clipboard-copier.stories.js +119 -0
  18. package/lib/cjs/clipboard-copier/stories/clipboard-copier.stories.js.map +1 -0
  19. package/lib/cjs/clipboard-copier/stories/index.js +52 -0
  20. package/lib/cjs/clipboard-copier/stories/index.js.map +1 -0
  21. package/lib/cjs/color-picker/stories/color-picker-custom-swatches.story.js +26 -26
  22. package/lib/cjs/color-picker/stories/color-picker-custom-swatches.story.js.map +1 -1
  23. package/lib/cjs/color-picker/stories/{color-picker-full.story.js → color-picker-default.story.js} +2 -2
  24. package/lib/cjs/color-picker/stories/color-picker-default.story.js.map +1 -0
  25. package/lib/cjs/color-picker/stories/{color-picker-without-eye-dropper.story.js → color-picker-without-eyedropper.story.js} +2 -2
  26. package/lib/cjs/color-picker/stories/color-picker-without-eyedropper.story.js.map +1 -0
  27. package/lib/cjs/color-picker/stories/color-picker.stories.js +8 -7
  28. package/lib/cjs/color-picker/stories/color-picker.stories.js.map +1 -1
  29. package/lib/cjs/color-picker/stories/index.js +9 -9
  30. package/lib/cjs/color-picker/stories/index.js.map +1 -1
  31. package/lib/cjs/dialog/stories/dialog-danger.story.js +36 -0
  32. package/lib/cjs/dialog/stories/dialog-danger.story.js.map +1 -0
  33. package/lib/cjs/dialog/stories/dialog-default.story.js +34 -0
  34. package/lib/cjs/dialog/stories/dialog-default.story.js.map +1 -0
  35. package/lib/cjs/dialog/stories/dialog-image.story.js +40 -0
  36. package/lib/cjs/dialog/stories/dialog-image.story.js.map +1 -0
  37. package/lib/cjs/dialog/stories/dialog-info.story.js +36 -0
  38. package/lib/cjs/dialog/stories/dialog-info.story.js.map +1 -0
  39. package/lib/cjs/dialog/stories/dialog-top-aligned.story.js +37 -0
  40. package/lib/cjs/dialog/stories/dialog-top-aligned.story.js.map +1 -0
  41. package/lib/cjs/dialog/stories/dialog-types.story.js +40 -0
  42. package/lib/cjs/dialog/stories/dialog-types.story.js.map +1 -0
  43. package/lib/cjs/dialog/stories/dialog-warning.story.js +36 -0
  44. package/lib/cjs/dialog/stories/dialog-warning.story.js.map +1 -0
  45. package/lib/cjs/dialog/stories/dialog.stories.js +150 -0
  46. package/lib/cjs/dialog/stories/dialog.stories.js.map +1 -0
  47. package/lib/cjs/dialog/stories/index.js +56 -0
  48. package/lib/cjs/dialog/stories/index.js.map +1 -0
  49. package/lib/cjs/dropdown-button/stories/dropdown-button-default.story.js +30 -0
  50. package/lib/cjs/dropdown-button/stories/dropdown-button-default.story.js.map +1 -0
  51. package/lib/cjs/dropdown-button/stories/dropdown-button-disabled.story.js +30 -0
  52. package/lib/cjs/dropdown-button/stories/dropdown-button-disabled.story.js.map +1 -0
  53. package/lib/cjs/dropdown-button/stories/dropdown-button-floating.story.js +30 -0
  54. package/lib/cjs/dropdown-button/stories/dropdown-button-floating.story.js.map +1 -0
  55. package/lib/cjs/dropdown-button/stories/dropdown-button-with-avatar.story.js +30 -0
  56. package/lib/cjs/dropdown-button/stories/dropdown-button-with-avatar.story.js.map +1 -0
  57. package/lib/cjs/dropdown-button/stories/dropdown-button-with-context-menu.story.js +35 -0
  58. package/lib/cjs/dropdown-button/stories/dropdown-button-with-context-menu.story.js.map +1 -0
  59. package/lib/cjs/dropdown-button/stories/dropdown-button-with-status-indicator.story.js +30 -0
  60. package/lib/cjs/dropdown-button/stories/dropdown-button-with-status-indicator.story.js.map +1 -0
  61. package/lib/cjs/dropdown-button/stories/dropdown-button.stories.js +119 -0
  62. package/lib/cjs/dropdown-button/stories/dropdown-button.stories.js.map +1 -0
  63. package/lib/cjs/dropdown-button/stories/index.js +52 -0
  64. package/lib/cjs/dropdown-button/stories/index.js.map +1 -0
  65. package/lib/cjs/graph-label/stories/graph-label-color.story.js +2 -1
  66. package/lib/cjs/graph-label/stories/graph-label-color.story.js.map +1 -1
  67. package/lib/cjs/graph-visualization/graph-visualization-buttons.js +31 -3
  68. package/lib/cjs/graph-visualization/graph-visualization-buttons.js.map +1 -1
  69. package/lib/cjs/graph-visualization/graph-visualization.js +26 -3
  70. package/lib/cjs/graph-visualization/graph-visualization.js.map +1 -1
  71. package/lib/cjs/graph-visualization/stories/graph-visualization-maximalist.story.js +1 -2
  72. package/lib/cjs/graph-visualization/stories/graph-visualization-maximalist.story.js.map +1 -1
  73. package/lib/cjs/graph-visualization/stories/graph-visualization-search.story.js +36 -0
  74. package/lib/cjs/graph-visualization/stories/graph-visualization-search.story.js.map +1 -0
  75. package/lib/cjs/graph-visualization/stories/graph-visualization.stories.js +14 -1
  76. package/lib/cjs/graph-visualization/stories/graph-visualization.stories.js.map +1 -1
  77. package/lib/cjs/graph-visualization/stories/index.js +5 -1
  78. package/lib/cjs/graph-visualization/stories/index.js.map +1 -1
  79. package/lib/cjs/graph-visualization/use-semi-controlled-state.js +7 -2
  80. package/lib/cjs/graph-visualization/use-semi-controlled-state.js.map +1 -1
  81. package/lib/cjs/graph-visualization/utils.js +39 -1
  82. package/lib/cjs/graph-visualization/utils.js.map +1 -1
  83. package/lib/cjs/icon-button-array/stories/icon-button-array-collapsible.story.js +31 -0
  84. package/lib/cjs/icon-button-array/stories/icon-button-array-collapsible.story.js.map +1 -0
  85. package/lib/cjs/icon-button-array/stories/icon-button-array-floating.story.js +31 -0
  86. package/lib/cjs/icon-button-array/stories/icon-button-array-floating.story.js.map +1 -0
  87. package/lib/cjs/icon-button-array/stories/icon-button-array-horizontal.story.js +31 -0
  88. package/lib/cjs/icon-button-array/stories/icon-button-array-horizontal.story.js.map +1 -0
  89. package/lib/cjs/icon-button-array/stories/icon-button-array-sizes.story.js +31 -0
  90. package/lib/cjs/icon-button-array/stories/icon-button-array-sizes.story.js.map +1 -0
  91. package/lib/cjs/icon-button-array/stories/icon-button-array-vertical.story.js +31 -0
  92. package/lib/cjs/icon-button-array/stories/icon-button-array-vertical.story.js.map +1 -0
  93. package/lib/cjs/icon-button-array/stories/icon-button-array.stories.js +106 -0
  94. package/lib/cjs/icon-button-array/stories/icon-button-array.stories.js.map +1 -0
  95. package/lib/cjs/icon-button-array/stories/index.js +48 -0
  96. package/lib/cjs/icon-button-array/stories/index.js.map +1 -0
  97. package/lib/cjs/modal/stories/index.js +40 -0
  98. package/lib/cjs/modal/stories/index.js.map +1 -0
  99. package/lib/cjs/modal/stories/modal-contained.story.js +38 -0
  100. package/lib/cjs/modal/stories/modal-contained.story.js.map +1 -0
  101. package/lib/cjs/modal/stories/modal-default.story.js +37 -0
  102. package/lib/cjs/modal/stories/modal-default.story.js.map +1 -0
  103. package/lib/cjs/modal/stories/modal-sizes.story.js +42 -0
  104. package/lib/cjs/modal/stories/modal-sizes.story.js.map +1 -0
  105. package/lib/cjs/modal/stories/modal.stories.js +91 -0
  106. package/lib/cjs/modal/stories/modal.stories.js.map +1 -0
  107. package/lib/cjs/progress-bar/stories/index.js +40 -0
  108. package/lib/cjs/progress-bar/stories/index.js.map +1 -0
  109. package/lib/cjs/progress-bar/stories/progress-bar-default.story.js +30 -0
  110. package/lib/cjs/progress-bar/stories/progress-bar-default.story.js.map +1 -0
  111. package/lib/cjs/progress-bar/stories/progress-bar-heading.story.js +30 -0
  112. package/lib/cjs/progress-bar/stories/progress-bar-heading.story.js.map +1 -0
  113. package/lib/cjs/progress-bar/stories/progress-bar-sizes.story.js +30 -0
  114. package/lib/cjs/progress-bar/stories/progress-bar-sizes.story.js.map +1 -0
  115. package/lib/cjs/progress-bar/stories/progress-bar.stories.js +80 -0
  116. package/lib/cjs/progress-bar/stories/progress-bar.stories.js.map +1 -0
  117. package/lib/cjs/tabs/stories/tabs-default.story.js +1 -1
  118. package/lib/cjs/tabs/stories/tabs-default.story.js.map +1 -1
  119. package/lib/cjs/tabs/stories/tabs-disabled.story.js +1 -1
  120. package/lib/cjs/tabs/stories/tabs-disabled.story.js.map +1 -1
  121. package/lib/cjs/tabs/stories/tabs-fill-variants.story.js +1 -1
  122. package/lib/cjs/tabs/stories/tabs-fill-variants.story.js.map +1 -1
  123. package/lib/cjs/tabs/stories/tabs-sizes.story.js +1 -1
  124. package/lib/cjs/tabs/stories/tabs-sizes.story.js.map +1 -1
  125. package/lib/cjs/tabs/stories/tabs-with-icons.story.js +1 -1
  126. package/lib/cjs/tabs/stories/tabs-with-icons.story.js.map +1 -1
  127. package/lib/cjs/tabs/stories/tabs.stories.js +1 -1
  128. package/lib/cjs/tabs/stories/tabs.stories.js.map +1 -1
  129. package/lib/cjs/tag/stories/tag-sizes.story.js +1 -1
  130. package/lib/cjs/tag/stories/tag-sizes.story.js.map +1 -1
  131. package/lib/cjs/text-area/TextArea.js +2 -2
  132. package/lib/cjs/text-area/TextArea.js.map +1 -1
  133. package/lib/cjs/text-area/stories/index.js +60 -0
  134. package/lib/cjs/text-area/stories/index.js.map +1 -0
  135. package/lib/cjs/text-area/stories/text-area-default.story.js +30 -0
  136. package/lib/cjs/text-area/stories/text-area-default.story.js.map +1 -0
  137. package/lib/cjs/text-area/stories/text-area-disabled.story.js +30 -0
  138. package/lib/cjs/text-area/stories/text-area-disabled.story.js.map +1 -0
  139. package/lib/cjs/text-area/stories/text-area-error.story.js +30 -0
  140. package/lib/cjs/text-area/stories/text-area-error.story.js.map +1 -0
  141. package/lib/cjs/text-area/stories/text-area-fluid.story.js +30 -0
  142. package/lib/cjs/text-area/stories/text-area-fluid.story.js.map +1 -0
  143. package/lib/cjs/text-area/stories/text-area-information-icon.story.js +34 -0
  144. package/lib/cjs/text-area/stories/text-area-information-icon.story.js.map +1 -0
  145. package/lib/cjs/text-area/stories/text-area-optional.story.js +30 -0
  146. package/lib/cjs/text-area/stories/text-area-optional.story.js.map +1 -0
  147. package/lib/cjs/text-area/stories/text-area-resizable-style.story.js +30 -0
  148. package/lib/cjs/text-area/stories/text-area-resizable-style.story.js.map +1 -0
  149. package/lib/cjs/text-area/stories/text-area-sizes.story.js +30 -0
  150. package/lib/cjs/text-area/stories/text-area-sizes.story.js.map +1 -0
  151. package/lib/cjs/text-area/stories/text-area.stories.js +148 -0
  152. package/lib/cjs/text-area/stories/text-area.stories.js.map +1 -0
  153. package/lib/esm/ai-presence/stories/ai-presence-default.story.js +1 -1
  154. package/lib/esm/ai-presence/stories/ai-presence-default.story.js.map +1 -1
  155. package/lib/esm/ai-presence/stories/ai-presence.stories.js +2 -0
  156. package/lib/esm/ai-presence/stories/ai-presence.stories.js.map +1 -1
  157. package/lib/esm/clipboard-copier/stories/clipboard-copier-default.story.js +28 -0
  158. package/lib/esm/clipboard-copier/stories/clipboard-copier-default.story.js.map +1 -0
  159. package/lib/esm/clipboard-copier/stories/clipboard-copier-disabled.story.js +28 -0
  160. package/lib/esm/clipboard-copier/stories/clipboard-copier-disabled.story.js.map +1 -0
  161. package/lib/esm/clipboard-copier/stories/clipboard-copier-not-clean.story.js +28 -0
  162. package/lib/esm/clipboard-copier/stories/clipboard-copier-not-clean.story.js.map +1 -0
  163. package/lib/esm/clipboard-copier/stories/clipboard-copier-not-icon-button.story.js +28 -0
  164. package/lib/esm/clipboard-copier/stories/clipboard-copier-not-icon-button.story.js.map +1 -0
  165. package/lib/esm/clipboard-copier/stories/clipboard-copier-sizes.story.js +28 -0
  166. package/lib/esm/clipboard-copier/stories/clipboard-copier-sizes.story.js.map +1 -0
  167. package/lib/esm/clipboard-copier/stories/clipboard-copier-tooltip.story.js +36 -0
  168. package/lib/esm/clipboard-copier/stories/clipboard-copier-tooltip.story.js.map +1 -0
  169. package/lib/esm/clipboard-copier/stories/clipboard-copier.stories.js +116 -0
  170. package/lib/esm/clipboard-copier/stories/clipboard-copier.stories.js.map +1 -0
  171. package/lib/esm/clipboard-copier/stories/index.js +40 -0
  172. package/lib/esm/clipboard-copier/stories/index.js.map +1 -0
  173. package/lib/esm/color-picker/stories/color-picker-custom-swatches.story.js +26 -26
  174. package/lib/esm/color-picker/stories/color-picker-custom-swatches.story.js.map +1 -1
  175. package/lib/esm/color-picker/stories/{color-picker-full.story.js → color-picker-default.story.js} +2 -2
  176. package/lib/esm/color-picker/stories/color-picker-default.story.js.map +1 -0
  177. package/lib/esm/color-picker/stories/{color-picker-without-eye-dropper.story.js → color-picker-without-eyedropper.story.js} +2 -2
  178. package/lib/esm/color-picker/stories/color-picker-without-eyedropper.story.js.map +1 -0
  179. package/lib/esm/color-picker/stories/color-picker.stories.js +8 -7
  180. package/lib/esm/color-picker/stories/color-picker.stories.js.map +1 -1
  181. package/lib/esm/color-picker/stories/index.js +5 -5
  182. package/lib/esm/color-picker/stories/index.js.map +1 -1
  183. package/lib/esm/dialog/stories/dialog-danger.story.js +34 -0
  184. package/lib/esm/dialog/stories/dialog-danger.story.js.map +1 -0
  185. package/lib/esm/dialog/stories/dialog-default.story.js +32 -0
  186. package/lib/esm/dialog/stories/dialog-default.story.js.map +1 -0
  187. package/lib/esm/dialog/stories/dialog-image.story.js +35 -0
  188. package/lib/esm/dialog/stories/dialog-image.story.js.map +1 -0
  189. package/lib/esm/dialog/stories/dialog-info.story.js +34 -0
  190. package/lib/esm/dialog/stories/dialog-info.story.js.map +1 -0
  191. package/lib/esm/dialog/stories/dialog-top-aligned.story.js +35 -0
  192. package/lib/esm/dialog/stories/dialog-top-aligned.story.js.map +1 -0
  193. package/lib/esm/dialog/stories/dialog-types.story.js +38 -0
  194. package/lib/esm/dialog/stories/dialog-types.story.js.map +1 -0
  195. package/lib/esm/dialog/stories/dialog-warning.story.js +34 -0
  196. package/lib/esm/dialog/stories/dialog-warning.story.js.map +1 -0
  197. package/lib/esm/dialog/stories/dialog.stories.js +144 -0
  198. package/lib/esm/dialog/stories/dialog.stories.js.map +1 -0
  199. package/lib/esm/dialog/stories/index.js +43 -0
  200. package/lib/esm/dialog/stories/index.js.map +1 -0
  201. package/lib/esm/dropdown-button/stories/dropdown-button-default.story.js +28 -0
  202. package/lib/esm/dropdown-button/stories/dropdown-button-default.story.js.map +1 -0
  203. package/lib/esm/dropdown-button/stories/dropdown-button-disabled.story.js +28 -0
  204. package/lib/esm/dropdown-button/stories/dropdown-button-disabled.story.js.map +1 -0
  205. package/lib/esm/dropdown-button/stories/dropdown-button-floating.story.js +28 -0
  206. package/lib/esm/dropdown-button/stories/dropdown-button-floating.story.js.map +1 -0
  207. package/lib/esm/dropdown-button/stories/dropdown-button-with-avatar.story.js +28 -0
  208. package/lib/esm/dropdown-button/stories/dropdown-button-with-avatar.story.js.map +1 -0
  209. package/lib/esm/dropdown-button/stories/dropdown-button-with-context-menu.story.js +33 -0
  210. package/lib/esm/dropdown-button/stories/dropdown-button-with-context-menu.story.js.map +1 -0
  211. package/lib/esm/dropdown-button/stories/dropdown-button-with-status-indicator.story.js +28 -0
  212. package/lib/esm/dropdown-button/stories/dropdown-button-with-status-indicator.story.js.map +1 -0
  213. package/lib/esm/dropdown-button/stories/dropdown-button.stories.js +116 -0
  214. package/lib/esm/dropdown-button/stories/dropdown-button.stories.js.map +1 -0
  215. package/lib/esm/dropdown-button/stories/index.js +40 -0
  216. package/lib/esm/dropdown-button/stories/index.js.map +1 -0
  217. package/lib/esm/graph-label/stories/graph-label-color.story.js +2 -1
  218. package/lib/esm/graph-label/stories/graph-label-color.story.js.map +1 -1
  219. package/lib/esm/graph-visualization/graph-visualization-buttons.js +31 -4
  220. package/lib/esm/graph-visualization/graph-visualization-buttons.js.map +1 -1
  221. package/lib/esm/graph-visualization/graph-visualization.js +27 -4
  222. package/lib/esm/graph-visualization/graph-visualization.js.map +1 -1
  223. package/lib/esm/graph-visualization/stories/graph-visualization-maximalist.story.js +1 -2
  224. package/lib/esm/graph-visualization/stories/graph-visualization-maximalist.story.js.map +1 -1
  225. package/lib/esm/graph-visualization/stories/graph-visualization-search.story.js +34 -0
  226. package/lib/esm/graph-visualization/stories/graph-visualization-search.story.js.map +1 -0
  227. package/lib/esm/graph-visualization/stories/graph-visualization.stories.js +14 -1
  228. package/lib/esm/graph-visualization/stories/graph-visualization.stories.js.map +1 -1
  229. package/lib/esm/graph-visualization/stories/index.js +3 -0
  230. package/lib/esm/graph-visualization/stories/index.js.map +1 -1
  231. package/lib/esm/graph-visualization/use-semi-controlled-state.js +7 -2
  232. package/lib/esm/graph-visualization/use-semi-controlled-state.js.map +1 -1
  233. package/lib/esm/graph-visualization/utils.js +35 -0
  234. package/lib/esm/graph-visualization/utils.js.map +1 -1
  235. package/lib/esm/icon-button-array/stories/icon-button-array-collapsible.story.js +29 -0
  236. package/lib/esm/icon-button-array/stories/icon-button-array-collapsible.story.js.map +1 -0
  237. package/lib/esm/icon-button-array/stories/icon-button-array-floating.story.js +29 -0
  238. package/lib/esm/icon-button-array/stories/icon-button-array-floating.story.js.map +1 -0
  239. package/lib/esm/icon-button-array/stories/icon-button-array-horizontal.story.js +29 -0
  240. package/lib/esm/icon-button-array/stories/icon-button-array-horizontal.story.js.map +1 -0
  241. package/lib/esm/icon-button-array/stories/icon-button-array-sizes.story.js +29 -0
  242. package/lib/esm/icon-button-array/stories/icon-button-array-sizes.story.js.map +1 -0
  243. package/lib/esm/icon-button-array/stories/icon-button-array-vertical.story.js +29 -0
  244. package/lib/esm/icon-button-array/stories/icon-button-array-vertical.story.js.map +1 -0
  245. package/lib/esm/icon-button-array/stories/icon-button-array.stories.js +103 -0
  246. package/lib/esm/icon-button-array/stories/icon-button-array.stories.js.map +1 -0
  247. package/lib/esm/icon-button-array/stories/index.js +37 -0
  248. package/lib/esm/icon-button-array/stories/index.js.map +1 -0
  249. package/lib/esm/modal/stories/index.js +31 -0
  250. package/lib/esm/modal/stories/index.js.map +1 -0
  251. package/lib/esm/modal/stories/modal-contained.story.js +36 -0
  252. package/lib/esm/modal/stories/modal-contained.story.js.map +1 -0
  253. package/lib/esm/modal/stories/modal-default.story.js +35 -0
  254. package/lib/esm/modal/stories/modal-default.story.js.map +1 -0
  255. package/lib/esm/modal/stories/modal-sizes.story.js +40 -0
  256. package/lib/esm/modal/stories/modal-sizes.story.js.map +1 -0
  257. package/lib/esm/modal/stories/modal.stories.js +85 -0
  258. package/lib/esm/modal/stories/modal.stories.js.map +1 -0
  259. package/lib/esm/progress-bar/stories/index.js +31 -0
  260. package/lib/esm/progress-bar/stories/index.js.map +1 -0
  261. package/lib/esm/progress-bar/stories/progress-bar-default.story.js +28 -0
  262. package/lib/esm/progress-bar/stories/progress-bar-default.story.js.map +1 -0
  263. package/lib/esm/progress-bar/stories/progress-bar-heading.story.js +28 -0
  264. package/lib/esm/progress-bar/stories/progress-bar-heading.story.js.map +1 -0
  265. package/lib/esm/progress-bar/stories/progress-bar-sizes.story.js +28 -0
  266. package/lib/esm/progress-bar/stories/progress-bar-sizes.story.js.map +1 -0
  267. package/lib/esm/progress-bar/stories/progress-bar.stories.js +77 -0
  268. package/lib/esm/progress-bar/stories/progress-bar.stories.js.map +1 -0
  269. package/lib/esm/tabs/stories/tabs-default.story.js +2 -2
  270. package/lib/esm/tabs/stories/tabs-default.story.js.map +1 -1
  271. package/lib/esm/tabs/stories/tabs-disabled.story.js +2 -2
  272. package/lib/esm/tabs/stories/tabs-disabled.story.js.map +1 -1
  273. package/lib/esm/tabs/stories/tabs-fill-variants.story.js +1 -1
  274. package/lib/esm/tabs/stories/tabs-fill-variants.story.js.map +1 -1
  275. package/lib/esm/tabs/stories/tabs-sizes.story.js +1 -1
  276. package/lib/esm/tabs/stories/tabs-sizes.story.js.map +1 -1
  277. package/lib/esm/tabs/stories/tabs-with-icons.story.js +2 -2
  278. package/lib/esm/tabs/stories/tabs-with-icons.story.js.map +1 -1
  279. package/lib/esm/tabs/stories/tabs.stories.js +1 -1
  280. package/lib/esm/tabs/stories/tabs.stories.js.map +1 -1
  281. package/lib/esm/tag/stories/tag-sizes.story.js +1 -1
  282. package/lib/esm/tag/stories/tag-sizes.story.js.map +1 -1
  283. package/lib/esm/text-area/TextArea.js +2 -2
  284. package/lib/esm/text-area/TextArea.js.map +1 -1
  285. package/lib/esm/text-area/stories/index.js +46 -0
  286. package/lib/esm/text-area/stories/index.js.map +1 -0
  287. package/lib/esm/text-area/stories/text-area-default.story.js +28 -0
  288. package/lib/esm/text-area/stories/text-area-default.story.js.map +1 -0
  289. package/lib/esm/text-area/stories/text-area-disabled.story.js +28 -0
  290. package/lib/esm/text-area/stories/text-area-disabled.story.js.map +1 -0
  291. package/lib/esm/text-area/stories/text-area-error.story.js +28 -0
  292. package/lib/esm/text-area/stories/text-area-error.story.js.map +1 -0
  293. package/lib/esm/text-area/stories/text-area-fluid.story.js +28 -0
  294. package/lib/esm/text-area/stories/text-area-fluid.story.js.map +1 -0
  295. package/lib/esm/text-area/stories/text-area-information-icon.story.js +32 -0
  296. package/lib/esm/text-area/stories/text-area-information-icon.story.js.map +1 -0
  297. package/lib/esm/text-area/stories/text-area-optional.story.js +28 -0
  298. package/lib/esm/text-area/stories/text-area-optional.story.js.map +1 -0
  299. package/lib/esm/text-area/stories/text-area-resizable-style.story.js +28 -0
  300. package/lib/esm/text-area/stories/text-area-resizable-style.story.js.map +1 -0
  301. package/lib/esm/text-area/stories/text-area-sizes.story.js +28 -0
  302. package/lib/esm/text-area/stories/text-area-sizes.story.js.map +1 -0
  303. package/lib/esm/text-area/stories/text-area.stories.js +145 -0
  304. package/lib/esm/text-area/stories/text-area.stories.js.map +1 -0
  305. package/lib/types/ai-presence/stories/ai-presence.stories.d.ts +3 -17
  306. package/lib/types/clipboard-copier/stories/clipboard-copier-default.story.d.ts +23 -0
  307. package/lib/types/clipboard-copier/stories/clipboard-copier-disabled.story.d.ts +23 -0
  308. package/lib/types/clipboard-copier/stories/clipboard-copier-not-clean.story.d.ts +23 -0
  309. package/lib/types/clipboard-copier/stories/clipboard-copier-not-icon-button.story.d.ts +23 -0
  310. package/lib/types/clipboard-copier/stories/clipboard-copier-sizes.story.d.ts +23 -0
  311. package/lib/types/clipboard-copier/stories/clipboard-copier-tooltip.story.d.ts +23 -0
  312. package/lib/types/clipboard-copier/stories/clipboard-copier.stories.d.ts +31 -0
  313. package/lib/types/clipboard-copier/stories/index.d.ts +32 -0
  314. package/lib/types/color-picker/stories/color-picker.stories.d.ts +4 -24
  315. package/lib/types/color-picker/stories/index.d.ts +3 -3
  316. package/lib/types/dialog/stories/dialog-danger.story.d.ts +25 -0
  317. package/lib/types/dialog/stories/dialog-default.story.d.ts +25 -0
  318. package/lib/types/dialog/stories/dialog-image.story.d.ts +25 -0
  319. package/lib/types/dialog/stories/dialog-info.story.d.ts +25 -0
  320. package/lib/types/dialog/stories/dialog-top-aligned.story.d.ts +25 -0
  321. package/lib/types/dialog/stories/dialog-types.story.d.ts +25 -0
  322. package/lib/types/dialog/stories/dialog-warning.story.d.ts +25 -0
  323. package/lib/types/dialog/stories/dialog.stories.d.ts +32 -0
  324. package/lib/types/dialog/stories/index.d.ts +34 -0
  325. package/lib/types/dropdown-button/stories/dropdown-button-default.story.d.ts +23 -0
  326. package/lib/types/dropdown-button/stories/dropdown-button-disabled.story.d.ts +23 -0
  327. package/lib/types/dropdown-button/stories/dropdown-button-floating.story.d.ts +23 -0
  328. package/lib/types/dropdown-button/stories/dropdown-button-with-avatar.story.d.ts +23 -0
  329. package/lib/types/dropdown-button/stories/dropdown-button-with-context-menu.story.d.ts +23 -0
  330. package/lib/types/dropdown-button/stories/dropdown-button-with-status-indicator.story.d.ts +23 -0
  331. package/lib/types/dropdown-button/stories/dropdown-button.stories.d.ts +31 -0
  332. package/lib/types/dropdown-button/stories/index.d.ts +32 -0
  333. package/lib/types/graph-visualization/graph-visualization-buttons.d.ts +8 -0
  334. package/lib/types/graph-visualization/graph-visualization.d.ts +14 -1
  335. package/lib/types/graph-visualization/stories/graph-visualization-search.story.d.ts +22 -0
  336. package/lib/types/graph-visualization/stories/graph-visualization.stories.d.ts +1 -0
  337. package/lib/types/graph-visualization/stories/index.d.ts +2 -0
  338. package/lib/types/graph-visualization/use-semi-controlled-state.d.ts +3 -1
  339. package/lib/types/graph-visualization/utils.d.ts +6 -0
  340. package/lib/types/icon-button-array/stories/icon-button-array-collapsible.story.d.ts +23 -0
  341. package/lib/types/icon-button-array/stories/icon-button-array-floating.story.d.ts +23 -0
  342. package/lib/types/icon-button-array/stories/icon-button-array-horizontal.story.d.ts +23 -0
  343. package/lib/types/icon-button-array/stories/icon-button-array-sizes.story.d.ts +23 -0
  344. package/lib/types/icon-button-array/stories/icon-button-array-vertical.story.d.ts +23 -0
  345. package/lib/types/icon-button-array/stories/icon-button-array.stories.d.ts +30 -0
  346. package/lib/types/icon-button-array/stories/index.d.ts +30 -0
  347. package/lib/types/modal/stories/index.d.ts +26 -0
  348. package/lib/types/modal/stories/modal-contained.story.d.ts +25 -0
  349. package/lib/types/modal/stories/modal-default.story.d.ts +25 -0
  350. package/lib/types/modal/stories/modal-sizes.story.d.ts +25 -0
  351. package/lib/types/modal/stories/modal.stories.d.ts +28 -0
  352. package/lib/types/progress-bar/stories/index.d.ts +26 -0
  353. package/lib/types/progress-bar/stories/progress-bar-default.story.d.ts +23 -0
  354. package/lib/types/progress-bar/stories/progress-bar-heading.story.d.ts +23 -0
  355. package/lib/types/progress-bar/stories/progress-bar-sizes.story.d.ts +23 -0
  356. package/lib/types/progress-bar/stories/progress-bar.stories.d.ts +28 -0
  357. package/lib/types/text-area/stories/index.d.ts +36 -0
  358. package/lib/types/text-area/stories/text-area-default.story.d.ts +23 -0
  359. package/lib/types/text-area/stories/text-area-disabled.story.d.ts +23 -0
  360. package/lib/types/text-area/stories/text-area-error.story.d.ts +23 -0
  361. package/lib/types/text-area/stories/text-area-fluid.story.d.ts +23 -0
  362. package/lib/types/text-area/stories/text-area-information-icon.story.d.ts +23 -0
  363. package/lib/types/text-area/stories/text-area-optional.story.d.ts +23 -0
  364. package/lib/types/text-area/stories/text-area-resizable-style.story.d.ts +23 -0
  365. package/lib/types/text-area/stories/text-area-sizes.story.d.ts +23 -0
  366. package/lib/types/text-area/stories/text-area.stories.d.ts +33 -0
  367. package/package.json +9 -5
  368. package/lib/cjs/color-picker/stories/color-picker-full.story.js.map +0 -1
  369. package/lib/cjs/color-picker/stories/color-picker-without-eye-dropper.story.js.map +0 -1
  370. package/lib/esm/color-picker/stories/color-picker-full.story.js.map +0 -1
  371. package/lib/esm/color-picker/stories/color-picker-without-eye-dropper.story.js.map +0 -1
  372. /package/lib/types/color-picker/stories/{color-picker-full.story.d.ts → color-picker-default.story.d.ts} +0 -0
  373. /package/lib/types/color-picker/stories/{color-picker-without-eye-dropper.story.d.ts → color-picker-without-eyedropper.story.d.ts} +0 -0
@@ -0,0 +1,32 @@
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
+ import { type Meta, type StoryObj } from '@storybook/react-vite';
22
+ import { Dialog } from '../../index';
23
+ declare const componentMeta: Meta<typeof Dialog>;
24
+ export default componentMeta;
25
+ type Story = StoryObj<typeof componentMeta>;
26
+ export declare const Default: Story;
27
+ export declare const TopAligned: Story;
28
+ export declare const Types: Story;
29
+ export declare const Image: Story;
30
+ export declare const Info: Story;
31
+ export declare const Warning: Story;
32
+ export declare const Danger: Story;
@@ -0,0 +1,34 @@
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 DialogDefault } from './dialog-default.story';
22
+ export { default as DialogTopAligned } from './dialog-top-aligned.story';
23
+ export { default as DialogImage } from './dialog-image.story';
24
+ export { default as DialogTypes } from './dialog-types.story';
25
+ export { default as DialogInfo } from './dialog-info.story';
26
+ export { default as DialogWarning } from './dialog-warning.story';
27
+ export { default as DialogDanger } from './dialog-danger.story';
28
+ export declare const DialogDefaultSrc: string;
29
+ export declare const DialogTopAlignedSrc: string;
30
+ export declare const DialogTypesSrc: string;
31
+ export declare const DialogImageSrc: string;
32
+ export declare const DialogInfoSrc: string;
33
+ export declare const DialogWarningSrc: string;
34
+ export declare const DialogDangerSrc: string;
@@ -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
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
23
+ export default Component;
@@ -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
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
23
+ export default Component;
@@ -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
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
23
+ export default Component;
@@ -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
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
23
+ export default Component;
@@ -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
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
23
+ export default Component;
@@ -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
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
23
+ export default Component;
@@ -0,0 +1,31 @@
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
+ import { type Meta, type StoryObj } from '@storybook/react-vite';
22
+ import { DropdownButton } from '../../index';
23
+ declare const componentMeta: Meta<typeof DropdownButton>;
24
+ export default componentMeta;
25
+ type Story = StoryObj<typeof componentMeta>;
26
+ export declare const Default: Story;
27
+ export declare const WithAvatar: Story;
28
+ export declare const WithStatusIndicator: Story;
29
+ export declare const Disabled: Story;
30
+ export declare const Floating: Story;
31
+ export declare const WithContextMenu: Story;
@@ -0,0 +1,32 @@
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 DropdownButtonDefault } from './dropdown-button-default.story';
22
+ export { default as DropdownButtonWithAvatar } from './dropdown-button-with-avatar.story';
23
+ export { default as DropdownButtonWithStatusIndicator } from './dropdown-button-with-status-indicator.story';
24
+ export { default as DropdownButtonDisabled } from './dropdown-button-disabled.story';
25
+ export { default as DropdownButtonFloating } from './dropdown-button-floating.story';
26
+ export { default as DropdownButtonWithContextMenu } from './dropdown-button-with-context-menu.story';
27
+ export declare const DropdownButtonDefaultSource: string;
28
+ export declare const DropdownButtonWithAvatarSource: string;
29
+ export declare const DropdownButtonWithStatusIndicatorSource: string;
30
+ export declare const DropdownButtonDisabledSource: string;
31
+ export declare const DropdownButtonFloatingSource: string;
32
+ export declare const DropdownButtonWithContextMenuSource: string;
@@ -45,5 +45,13 @@ export declare const ZoomInButton: ({ className, style, htmlAttributes, tooltipP
45
45
  export declare const ZoomOutButton: ({ className, style, htmlAttributes, tooltipPlacement, }: GraphVisualizationButtonProps) => import("react/jsx-runtime").JSX.Element;
46
46
  export declare const ZoomToFitButton: ({ className, style, htmlAttributes, tooltipPlacement, }: GraphVisualizationButtonProps) => import("react/jsx-runtime").JSX.Element;
47
47
  export declare const ToggleSidePanelButton: ({ className, htmlAttributes, style, tooltipPlacement, }: GraphVisualizationButtonProps) => import("react/jsx-runtime").JSX.Element;
48
+ type SearchButtonProps = GraphVisualizationButtonProps & {
49
+ open?: boolean;
50
+ setOpen?: React.Dispatch<React.SetStateAction<boolean>>;
51
+ searchTerm?: string;
52
+ setSearchTerm?: React.Dispatch<React.SetStateAction<string>>;
53
+ onSearch?: (nodeIds: string[] | undefined, relationshipIds: string[] | undefined) => void;
54
+ };
55
+ export declare const SearchButton: ({ className, style, htmlAttributes, tooltipPlacement, open: rawOpen, setOpen: rawSetOpen, searchTerm: rawSearchTerm, setSearchTerm: rawSetSearchTerm, onSearch, }: SearchButtonProps) => import("react/jsx-runtime").JSX.Element;
48
56
  export declare const DownloadButton: ({ className, style, htmlAttributes, tooltipPlacement, }: GraphVisualizationButtonProps) => import("react/jsx-runtime").JSX.Element;
49
57
  export {};
@@ -94,7 +94,7 @@ export type GraphVisualizationProps<T extends React.ElementType> = {
94
94
  * ```
95
95
  *
96
96
  * @example
97
- * With search highlighting:
97
+ * With highlighting:
98
98
  * ```tsx
99
99
  * <GraphVisualization
100
100
  * nodes={nodes}
@@ -162,4 +162,17 @@ export declare namespace GraphVisualization {
162
162
  htmlAttributes?: import("../_common/types").HtmlAttributes<"button">;
163
163
  tooltipPlacement?: import("@neo4j-ndl/react").TooltipProps["placement"];
164
164
  }) => import("react/jsx-runtime").JSX.Element;
165
+ var SearchButton: ({ className, style, htmlAttributes, tooltipPlacement, open: rawOpen, setOpen: rawSetOpen, searchTerm: rawSearchTerm, setSearchTerm: rawSetSearchTerm, onSearch, }: {
166
+ className?: string;
167
+ style?: React.CSSProperties;
168
+ htmlAttributes?: import("../_common/types").HtmlAttributes<"button">;
169
+ tooltipPlacement?: import("@neo4j-ndl/react").TooltipProps["placement"];
170
+ } & {
171
+ open?: boolean;
172
+ setOpen?: React.Dispatch<React.SetStateAction<boolean>>;
173
+ searchTerm?: string;
174
+ setSearchTerm?: React.Dispatch<React.SetStateAction<string>>;
175
+ onSearch?: (nodeIds: string[] | undefined, relationshipIds: string[] | undefined) => void;
176
+ }) => import("react/jsx-runtime").JSX.Element;
177
+ var SingleSelectionSidePanelContents: () => import("react/jsx-runtime").JSX.Element;
165
178
  }
@@ -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
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
22
+ export default Component;
@@ -36,3 +36,4 @@ export declare const Barebones: Story;
36
36
  export declare const Maximalist: Story;
37
37
  export declare const CustomIslands: Story;
38
38
  export declare const Highlighting: Story;
39
+ export declare const Search: Story;
@@ -22,9 +22,11 @@ export { default as GraphVisualizationBarebones } from './graph-visualization-ba
22
22
  export { default as GraphVisualizationCustom } from './graph-visualization-custom.story';
23
23
  export { default as GraphVisualizationDefault } from './graph-visualization-default.story';
24
24
  export { default as GraphVisualizationHighlighting } from './graph-visualization-highlighting.story';
25
+ export { default as GraphVisualizationSearch } from './graph-visualization-search.story';
25
26
  export { default as GraphVisualizationMaximalist } from './graph-visualization-maximalist.story';
26
27
  export declare const GraphVisualizationDefaultSrc: string;
27
28
  export declare const GraphVisualizationBarebonesSrc: string;
28
29
  export declare const GraphVisualizationMaximalistSrc: string;
29
30
  export declare const GraphVisualizationCustomSrc: string;
30
31
  export declare const GraphVisualizationHighlightingSrc: string;
32
+ export declare const GraphVisualizationSearchSrc: string;
@@ -18,4 +18,6 @@
18
18
  * You should have received a copy of the GNU General Public License
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
- export declare function useSemicontrolledState<T>(externalState: T, externalSetState?: (newState: T) => void): [T, (setState: T) => void];
21
+ type SetStateAction<T> = T | ((prev: T) => T);
22
+ export declare function useSemicontrolledState<T>(externalState: T, externalSetState?: (newState: T) => void): [T, (setState: SetStateAction<T>) => void];
23
+ export {};
@@ -18,6 +18,12 @@
18
18
  * You should have received a copy of the GNU General Public License
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
+ import { type NodeData, type RelData } from './graph-visualization-context';
21
22
  export declare const isMac: boolean;
22
23
  export declare const xor: (a: string[], b: string[]) => string[];
23
24
  export declare const mapValues: <T, R>(obj: Record<string, T>, fn: (value: T) => R) => Record<string, R>;
25
+ export declare const searchProperties: (properties: Record<string, {
26
+ stringified: string;
27
+ }>, text: string) => boolean;
28
+ export declare const searchNodes: (nodes: NodeData[], text: string) => string[];
29
+ export declare const searchRels: (rels: RelData[], text: string) => string[];
@@ -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
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
23
+ export default Component;
@@ -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
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
23
+ export default Component;
@@ -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
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
23
+ export default Component;
@@ -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
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
23
+ export default Component;
@@ -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
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: () => import("react/jsx-runtime").JSX.Element;
23
+ export default Component;
@@ -0,0 +1,30 @@
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
+ import { type Meta, type StoryObj } from '@storybook/react-vite';
22
+ import { IconButtonArray } from '../../index';
23
+ declare const componentMeta: Meta<typeof IconButtonArray>;
24
+ export default componentMeta;
25
+ type Story = StoryObj<typeof componentMeta>;
26
+ export declare const Horizontal: Story;
27
+ export declare const Vertical: Story;
28
+ export declare const Floating: Story;
29
+ export declare const Collapsiable: Story;
30
+ export declare const Sizes: Story;
@@ -0,0 +1,30 @@
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 IconButtonArrayHorizontal } from './icon-button-array-horizontal.story';
22
+ export { default as IconButtonArrayVertical } from './icon-button-array-vertical.story';
23
+ export { default as IconButtonArrayFloating } from './icon-button-array-floating.story';
24
+ export { default as IconButtonArrayCollapsible } from './icon-button-array-collapsible.story';
25
+ export { default as IconButtonArraySizes } from './icon-button-array-sizes.story';
26
+ export declare const IconButtonArrayHorizontalSrc: string;
27
+ export declare const IconButtonArrayVerticalSrc: string;
28
+ export declare const IconButtonArrayFloatingSrc: string;
29
+ export declare const IconButtonArrayCollapsibleSrc: string;
30
+ export declare const IconButtonArraySizesSrc: string;
@@ -0,0 +1,26 @@
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 ModalDefault } from './modal-default.story';
22
+ export { default as ModalContained } from './modal-contained.story';
23
+ export { default as ModalSizes } from './modal-sizes.story';
24
+ export declare const ModalDefaultSrc: string;
25
+ export declare const ModalContainedSrc: string;
26
+ export declare const ModalSizesSrc: string;
@@ -0,0 +1,25 @@
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
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
22
+ declare const Component: (props: {
23
+ isOpen: boolean;
24
+ }) => import("react/jsx-runtime").JSX.Element;
25
+ export default Component;