@neo4j-ndl/react 3.9.0 → 3.9.1

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 (388) hide show
  1. package/lib/cjs/_common/CodeBlockWrapper.js +1 -1
  2. package/lib/cjs/avatar/Avatar.js +1 -1
  3. package/lib/cjs/breadcrumbs/Breadcrumbs.js +2 -2
  4. package/lib/cjs/code/stories/code-default.story.js +31 -0
  5. package/lib/cjs/code/stories/code-default.story.js.map +1 -0
  6. package/lib/cjs/code/stories/code-disabled.story.js +45 -0
  7. package/lib/cjs/code/stories/code-disabled.story.js.map +1 -0
  8. package/lib/cjs/code/stories/code-full.story.js +45 -0
  9. package/lib/cjs/code/stories/code-full.story.js.map +1 -0
  10. package/lib/cjs/code/stories/code-inline-runnable.story.js +30 -0
  11. package/lib/cjs/code/stories/code-inline-runnable.story.js.map +1 -0
  12. package/lib/cjs/code/stories/code-inline.story.js +30 -0
  13. package/lib/cjs/code/stories/code-inline.story.js.map +1 -0
  14. package/lib/cjs/code/stories/code-languages.story.js +31 -0
  15. package/lib/cjs/code/stories/code-languages.story.js.map +1 -0
  16. package/lib/cjs/code/stories/code-overflow.story.js +31 -0
  17. package/lib/cjs/code/stories/code-overflow.story.js.map +1 -0
  18. package/lib/cjs/code/stories/code-with-actions.story.js +45 -0
  19. package/lib/cjs/code/stories/code-with-actions.story.js.map +1 -0
  20. package/lib/cjs/code/stories/code-with-header.story.js +31 -0
  21. package/lib/cjs/code/stories/code-with-header.story.js.map +1 -0
  22. package/lib/cjs/code/stories/code-with-line-numbers.story.js +31 -0
  23. package/lib/cjs/code/stories/code-with-line-numbers.story.js.map +1 -0
  24. package/lib/cjs/code/stories/code.stories.js +166 -0
  25. package/lib/cjs/code/stories/code.stories.js.map +1 -0
  26. package/lib/cjs/code/stories/example-code-snippets.js +81 -0
  27. package/lib/cjs/code/stories/example-code-snippets.js.map +1 -0
  28. package/lib/cjs/code/stories/index.js +68 -0
  29. package/lib/cjs/code/stories/index.js.map +1 -0
  30. package/lib/cjs/data-grid/Components.js +1 -1
  31. package/lib/cjs/date-picker/stories/date-picker-default.story.js +41 -0
  32. package/lib/cjs/date-picker/stories/date-picker-default.story.js.map +1 -0
  33. package/lib/cjs/date-picker/stories/date-picker-disabled.story.js +38 -0
  34. package/lib/cjs/date-picker/stories/date-picker-disabled.story.js.map +1 -0
  35. package/lib/cjs/date-picker/stories/date-picker-full.story.js +60 -0
  36. package/lib/cjs/date-picker/stories/date-picker-full.story.js.map +1 -0
  37. package/lib/cjs/date-picker/stories/date-picker-inside-modal.story.js +41 -0
  38. package/lib/cjs/date-picker/stories/date-picker-inside-modal.story.js.map +1 -0
  39. package/lib/cjs/date-picker/stories/date-picker-min-max-date.story.js +45 -0
  40. package/lib/cjs/date-picker/stories/date-picker-min-max-date.story.js.map +1 -0
  41. package/lib/cjs/date-picker/stories/date-picker-opens-to-date.story.js +43 -0
  42. package/lib/cjs/date-picker/stories/date-picker-opens-to-date.story.js.map +1 -0
  43. package/lib/cjs/date-picker/stories/date-picker-starts-on-monday.story.js +42 -0
  44. package/lib/cjs/date-picker/stories/date-picker-starts-on-monday.story.js.map +1 -0
  45. package/lib/cjs/date-picker/stories/date-picker-text-input-props.story.js +44 -0
  46. package/lib/cjs/date-picker/stories/date-picker-text-input-props.story.js.map +1 -0
  47. package/lib/cjs/date-picker/stories/date-picker-with-time-picker.story.js +45 -0
  48. package/lib/cjs/date-picker/stories/date-picker-with-time-picker.story.js.map +1 -0
  49. package/lib/cjs/date-picker/stories/date-picker.stories.js +207 -0
  50. package/lib/cjs/date-picker/stories/date-picker.stories.js.map +1 -0
  51. package/lib/cjs/date-picker/stories/index.js +64 -0
  52. package/lib/cjs/date-picker/stories/index.js.map +1 -0
  53. package/lib/cjs/dropzone/stories/dropzone-csv-files.story.js +37 -0
  54. package/lib/cjs/dropzone/stories/dropzone-csv-files.story.js.map +1 -0
  55. package/lib/cjs/dropzone/stories/dropzone-custom-extensions.story.js +36 -0
  56. package/lib/cjs/dropzone/stories/dropzone-custom-extensions.story.js.map +1 -0
  57. package/lib/cjs/dropzone/stories/dropzone-default.story.js +36 -0
  58. package/lib/cjs/dropzone/stories/dropzone-default.story.js.map +1 -0
  59. package/lib/cjs/dropzone/stories/dropzone-disabled.story.js +38 -0
  60. package/lib/cjs/dropzone/stories/dropzone-disabled.story.js.map +1 -0
  61. package/lib/cjs/dropzone/stories/dropzone-full.story.js +109 -0
  62. package/lib/cjs/dropzone/stories/dropzone-full.story.js.map +1 -0
  63. package/lib/cjs/dropzone/stories/dropzone-loading-progress.story.js +31 -0
  64. package/lib/cjs/dropzone/stories/dropzone-loading-progress.story.js.map +1 -0
  65. package/lib/cjs/dropzone/stories/dropzone-loading-spinner.story.js +31 -0
  66. package/lib/cjs/dropzone/stories/dropzone-loading-spinner.story.js.map +1 -0
  67. package/lib/cjs/dropzone/stories/dropzone.stories.js +121 -0
  68. package/lib/cjs/dropzone/stories/dropzone.stories.js.map +1 -0
  69. package/lib/cjs/dropzone/stories/index.js +56 -0
  70. package/lib/cjs/dropzone/stories/index.js.map +1 -0
  71. package/lib/cjs/graph-visualization/graph-visualization-buttons.js +2 -2
  72. package/lib/cjs/graph-visualization/graph-visualization.js +20 -4
  73. package/lib/cjs/graph-visualization/graph-visualization.js.map +1 -1
  74. package/lib/cjs/graph-visualization/stories/graph-visualization-highlighting.story.js +30 -0
  75. package/lib/cjs/graph-visualization/stories/graph-visualization-highlighting.story.js.map +1 -0
  76. package/lib/cjs/graph-visualization/stories/graph-visualization.stories.js +14 -1
  77. package/lib/cjs/graph-visualization/stories/graph-visualization.stories.js.map +1 -1
  78. package/lib/cjs/graph-visualization/stories/index.js +5 -1
  79. package/lib/cjs/graph-visualization/stories/index.js.map +1 -1
  80. package/lib/cjs/graph-visualization/{use-managed-selection-state.js → use-managed-node-state.js} +10 -6
  81. package/lib/cjs/graph-visualization/use-managed-node-state.js.map +1 -0
  82. package/lib/cjs/next/breadcrumbs/Breadcrumbs.js +1 -1
  83. package/lib/cjs/radio/stories/index.js +56 -0
  84. package/lib/cjs/radio/stories/index.js.map +1 -0
  85. package/lib/cjs/radio/stories/radio-checkedByDefault.story.js +30 -0
  86. package/lib/cjs/radio/stories/radio-checkedByDefault.story.js.map +1 -0
  87. package/lib/cjs/radio/stories/radio-custom-label.story.js +30 -0
  88. package/lib/cjs/radio/stories/radio-custom-label.story.js.map +1 -0
  89. package/lib/cjs/radio/stories/radio-default.story.js +30 -0
  90. package/lib/cjs/radio/stories/radio-default.story.js.map +1 -0
  91. package/lib/cjs/radio/stories/radio-disabled.story.js +30 -0
  92. package/lib/cjs/radio/stories/radio-disabled.story.js.map +1 -0
  93. package/lib/cjs/radio/stories/radio-hasLabelBefore.story.js +30 -0
  94. package/lib/cjs/radio/stories/radio-hasLabelBefore.story.js.map +1 -0
  95. package/lib/cjs/radio/stories/radio-no-label.story.js +30 -0
  96. package/lib/cjs/radio/stories/radio-no-label.story.js.map +1 -0
  97. package/lib/cjs/radio/stories/radio-truncated-label.story.js +30 -0
  98. package/lib/cjs/radio/stories/radio-truncated-label.story.js.map +1 -0
  99. package/lib/cjs/radio/stories/radio.stories.js +137 -0
  100. package/lib/cjs/radio/stories/radio.stories.js.map +1 -0
  101. package/lib/cjs/segmented-control/stories/segmented-control-only-icons.story.js +1 -1
  102. package/lib/cjs/spotlight/SpotlightTarget.js +1 -1
  103. package/lib/cjs/switch/stories/index.js +56 -0
  104. package/lib/cjs/switch/stories/index.js.map +1 -0
  105. package/lib/cjs/switch/stories/switch-checked-by-default.story.js +30 -0
  106. package/lib/cjs/switch/stories/switch-checked-by-default.story.js.map +1 -0
  107. package/lib/cjs/switch/stories/switch-default.story.js +30 -0
  108. package/lib/cjs/switch/stories/switch-default.story.js.map +1 -0
  109. package/lib/cjs/switch/stories/switch-disabled.story.js +30 -0
  110. package/lib/cjs/switch/stories/switch-disabled.story.js.map +1 -0
  111. package/lib/cjs/switch/stories/switch-full.story.js +39 -0
  112. package/lib/cjs/switch/stories/switch-full.story.js.map +1 -0
  113. package/lib/cjs/switch/stories/switch-has-label-before.story.js +30 -0
  114. package/lib/cjs/switch/stories/switch-has-label-before.story.js.map +1 -0
  115. package/lib/cjs/switch/stories/switch-indeterminate.story.js +33 -0
  116. package/lib/cjs/switch/stories/switch-indeterminate.story.js.map +1 -0
  117. package/lib/cjs/switch/stories/switch-no-label.story.js +30 -0
  118. package/lib/cjs/switch/stories/switch-no-label.story.js.map +1 -0
  119. package/lib/cjs/switch/stories/switch.stories.js +137 -0
  120. package/lib/cjs/switch/stories/switch.stories.js.map +1 -0
  121. package/lib/cjs/tabs/stories/index.js +48 -0
  122. package/lib/cjs/tabs/stories/index.js.map +1 -0
  123. package/lib/cjs/tabs/stories/tabs-default.story.js +32 -0
  124. package/lib/cjs/tabs/stories/tabs-default.story.js.map +1 -0
  125. package/lib/cjs/tabs/stories/tabs-disabled.story.js +32 -0
  126. package/lib/cjs/tabs/stories/tabs-disabled.story.js.map +1 -0
  127. package/lib/cjs/tabs/stories/tabs-fill-variants.story.js +33 -0
  128. package/lib/cjs/tabs/stories/tabs-fill-variants.story.js.map +1 -0
  129. package/lib/cjs/tabs/stories/tabs-sizes.story.js +33 -0
  130. package/lib/cjs/tabs/stories/tabs-sizes.story.js.map +1 -0
  131. package/lib/cjs/tabs/stories/tabs-with-icons.story.js +33 -0
  132. package/lib/cjs/tabs/stories/tabs-with-icons.story.js.map +1 -0
  133. package/lib/cjs/tabs/stories/tabs.stories.js +106 -0
  134. package/lib/cjs/tabs/stories/tabs.stories.js.map +1 -0
  135. package/lib/cjs/tag/stories/index.js +42 -0
  136. package/lib/cjs/tag/stories/index.js.map +1 -0
  137. package/lib/cjs/tag/stories/tag-removable.story.js +33 -0
  138. package/lib/cjs/tag/stories/tag-removable.story.js.map +1 -0
  139. package/lib/cjs/tag/stories/tag-sizes.story.js +30 -0
  140. package/lib/cjs/tag/stories/tag-sizes.story.js.map +1 -0
  141. package/lib/cjs/tag/stories/tag-types.story.js +30 -0
  142. package/lib/cjs/tag/stories/tag-types.story.js.map +1 -0
  143. package/lib/cjs/tag/stories/tag.stories.js +80 -0
  144. package/lib/cjs/tag/stories/tag.stories.js.map +1 -0
  145. package/lib/cjs/text-link/stories/index.js +40 -0
  146. package/lib/cjs/text-link/stories/index.js.map +1 -0
  147. package/lib/cjs/text-link/stories/text-link-default.story.js +30 -0
  148. package/lib/cjs/text-link/stories/text-link-default.story.js.map +1 -0
  149. package/lib/cjs/text-link/stories/text-link-external.story.js +30 -0
  150. package/lib/cjs/text-link/stories/text-link-external.story.js.map +1 -0
  151. package/lib/cjs/text-link/stories/text-link-internal-icon.story.js +30 -0
  152. package/lib/cjs/text-link/stories/text-link-internal-icon.story.js.map +1 -0
  153. package/lib/cjs/text-link/stories/text-link.stories.js +76 -0
  154. package/lib/cjs/text-link/stories/text-link.stories.js.map +1 -0
  155. package/lib/cjs/tree-view/TreeItemWrapper.js +1 -2
  156. package/lib/cjs/tree-view/TreeItemWrapper.js.map +1 -1
  157. package/lib/esm/_common/CodeBlockWrapper.js +1 -1
  158. package/lib/esm/avatar/Avatar.js +1 -1
  159. package/lib/esm/breadcrumbs/Breadcrumbs.js +2 -2
  160. package/lib/esm/code/stories/code-default.story.js +29 -0
  161. package/lib/esm/code/stories/code-default.story.js.map +1 -0
  162. package/lib/esm/code/stories/code-disabled.story.js +43 -0
  163. package/lib/esm/code/stories/code-disabled.story.js.map +1 -0
  164. package/lib/esm/code/stories/code-full.story.js +43 -0
  165. package/lib/esm/code/stories/code-full.story.js.map +1 -0
  166. package/lib/esm/code/stories/code-inline-runnable.story.js +28 -0
  167. package/lib/esm/code/stories/code-inline-runnable.story.js.map +1 -0
  168. package/lib/esm/code/stories/code-inline.story.js +28 -0
  169. package/lib/esm/code/stories/code-inline.story.js.map +1 -0
  170. package/lib/esm/code/stories/code-languages.story.js +29 -0
  171. package/lib/esm/code/stories/code-languages.story.js.map +1 -0
  172. package/lib/esm/code/stories/code-overflow.story.js +29 -0
  173. package/lib/esm/code/stories/code-overflow.story.js.map +1 -0
  174. package/lib/esm/code/stories/code-with-actions.story.js +43 -0
  175. package/lib/esm/code/stories/code-with-actions.story.js.map +1 -0
  176. package/lib/esm/code/stories/code-with-header.story.js +29 -0
  177. package/lib/esm/code/stories/code-with-header.story.js.map +1 -0
  178. package/lib/esm/code/stories/code-with-line-numbers.story.js +29 -0
  179. package/lib/esm/code/stories/code-with-line-numbers.story.js.map +1 -0
  180. package/lib/esm/code/stories/code.stories.js +163 -0
  181. package/lib/esm/code/stories/code.stories.js.map +1 -0
  182. package/lib/esm/code/stories/example-code-snippets.js +78 -0
  183. package/lib/esm/code/stories/example-code-snippets.js.map +1 -0
  184. package/lib/esm/code/stories/index.js +52 -0
  185. package/lib/esm/code/stories/index.js.map +1 -0
  186. package/lib/esm/data-grid/Components.js +1 -1
  187. package/lib/esm/date-picker/stories/date-picker-default.story.js +39 -0
  188. package/lib/esm/date-picker/stories/date-picker-default.story.js.map +1 -0
  189. package/lib/esm/date-picker/stories/date-picker-disabled.story.js +36 -0
  190. package/lib/esm/date-picker/stories/date-picker-disabled.story.js.map +1 -0
  191. package/lib/esm/date-picker/stories/date-picker-full.story.js +58 -0
  192. package/lib/esm/date-picker/stories/date-picker-full.story.js.map +1 -0
  193. package/lib/esm/date-picker/stories/date-picker-inside-modal.story.js +39 -0
  194. package/lib/esm/date-picker/stories/date-picker-inside-modal.story.js.map +1 -0
  195. package/lib/esm/date-picker/stories/date-picker-min-max-date.story.js +43 -0
  196. package/lib/esm/date-picker/stories/date-picker-min-max-date.story.js.map +1 -0
  197. package/lib/esm/date-picker/stories/date-picker-opens-to-date.story.js +41 -0
  198. package/lib/esm/date-picker/stories/date-picker-opens-to-date.story.js.map +1 -0
  199. package/lib/esm/date-picker/stories/date-picker-starts-on-monday.story.js +40 -0
  200. package/lib/esm/date-picker/stories/date-picker-starts-on-monday.story.js.map +1 -0
  201. package/lib/esm/date-picker/stories/date-picker-text-input-props.story.js +42 -0
  202. package/lib/esm/date-picker/stories/date-picker-text-input-props.story.js.map +1 -0
  203. package/lib/esm/date-picker/stories/date-picker-with-time-picker.story.js +43 -0
  204. package/lib/esm/date-picker/stories/date-picker-with-time-picker.story.js.map +1 -0
  205. package/lib/esm/date-picker/stories/date-picker.stories.js +201 -0
  206. package/lib/esm/date-picker/stories/date-picker.stories.js.map +1 -0
  207. package/lib/esm/date-picker/stories/index.js +49 -0
  208. package/lib/esm/date-picker/stories/index.js.map +1 -0
  209. package/lib/esm/dropzone/stories/dropzone-csv-files.story.js +35 -0
  210. package/lib/esm/dropzone/stories/dropzone-csv-files.story.js.map +1 -0
  211. package/lib/esm/dropzone/stories/dropzone-custom-extensions.story.js +34 -0
  212. package/lib/esm/dropzone/stories/dropzone-custom-extensions.story.js.map +1 -0
  213. package/lib/esm/dropzone/stories/dropzone-default.story.js +34 -0
  214. package/lib/esm/dropzone/stories/dropzone-default.story.js.map +1 -0
  215. package/lib/esm/dropzone/stories/dropzone-disabled.story.js +36 -0
  216. package/lib/esm/dropzone/stories/dropzone-disabled.story.js.map +1 -0
  217. package/lib/esm/dropzone/stories/dropzone-full.story.js +107 -0
  218. package/lib/esm/dropzone/stories/dropzone-full.story.js.map +1 -0
  219. package/lib/esm/dropzone/stories/dropzone-loading-progress.story.js +29 -0
  220. package/lib/esm/dropzone/stories/dropzone-loading-progress.story.js.map +1 -0
  221. package/lib/esm/dropzone/stories/dropzone-loading-spinner.story.js +29 -0
  222. package/lib/esm/dropzone/stories/dropzone-loading-spinner.story.js.map +1 -0
  223. package/lib/esm/dropzone/stories/dropzone.stories.js +118 -0
  224. package/lib/esm/dropzone/stories/dropzone.stories.js.map +1 -0
  225. package/lib/esm/dropzone/stories/index.js +43 -0
  226. package/lib/esm/dropzone/stories/index.js.map +1 -0
  227. package/lib/esm/graph-visualization/graph-visualization-buttons.js +2 -2
  228. package/lib/esm/graph-visualization/graph-visualization.js +20 -4
  229. package/lib/esm/graph-visualization/graph-visualization.js.map +1 -1
  230. package/lib/esm/graph-visualization/stories/graph-visualization-highlighting.story.js +28 -0
  231. package/lib/esm/graph-visualization/stories/graph-visualization-highlighting.story.js.map +1 -0
  232. package/lib/esm/graph-visualization/stories/graph-visualization.stories.js +14 -1
  233. package/lib/esm/graph-visualization/stories/graph-visualization.stories.js.map +1 -1
  234. package/lib/esm/graph-visualization/stories/index.js +3 -0
  235. package/lib/esm/graph-visualization/stories/index.js.map +1 -1
  236. package/lib/esm/graph-visualization/{use-managed-selection-state.js → use-managed-node-state.js} +9 -5
  237. package/lib/esm/graph-visualization/use-managed-node-state.js.map +1 -0
  238. package/lib/esm/next/breadcrumbs/Breadcrumbs.js +1 -1
  239. package/lib/esm/radio/stories/index.js +43 -0
  240. package/lib/esm/radio/stories/index.js.map +1 -0
  241. package/lib/esm/radio/stories/radio-checkedByDefault.story.js +28 -0
  242. package/lib/esm/radio/stories/radio-checkedByDefault.story.js.map +1 -0
  243. package/lib/esm/radio/stories/radio-custom-label.story.js +28 -0
  244. package/lib/esm/radio/stories/radio-custom-label.story.js.map +1 -0
  245. package/lib/esm/radio/stories/radio-default.story.js +28 -0
  246. package/lib/esm/radio/stories/radio-default.story.js.map +1 -0
  247. package/lib/esm/radio/stories/radio-disabled.story.js +28 -0
  248. package/lib/esm/radio/stories/radio-disabled.story.js.map +1 -0
  249. package/lib/esm/radio/stories/radio-hasLabelBefore.story.js +28 -0
  250. package/lib/esm/radio/stories/radio-hasLabelBefore.story.js.map +1 -0
  251. package/lib/esm/radio/stories/radio-no-label.story.js +28 -0
  252. package/lib/esm/radio/stories/radio-no-label.story.js.map +1 -0
  253. package/lib/esm/radio/stories/radio-truncated-label.story.js +28 -0
  254. package/lib/esm/radio/stories/radio-truncated-label.story.js.map +1 -0
  255. package/lib/esm/radio/stories/radio.stories.js +134 -0
  256. package/lib/esm/radio/stories/radio.stories.js.map +1 -0
  257. package/lib/esm/segmented-control/stories/segmented-control-only-icons.story.js +1 -1
  258. package/lib/esm/spotlight/SpotlightTarget.js +1 -1
  259. package/lib/esm/switch/stories/index.js +43 -0
  260. package/lib/esm/switch/stories/index.js.map +1 -0
  261. package/lib/esm/switch/stories/switch-checked-by-default.story.js +28 -0
  262. package/lib/esm/switch/stories/switch-checked-by-default.story.js.map +1 -0
  263. package/lib/esm/switch/stories/switch-default.story.js +28 -0
  264. package/lib/esm/switch/stories/switch-default.story.js.map +1 -0
  265. package/lib/esm/switch/stories/switch-disabled.story.js +28 -0
  266. package/lib/esm/switch/stories/switch-disabled.story.js.map +1 -0
  267. package/lib/esm/switch/stories/switch-full.story.js +37 -0
  268. package/lib/esm/switch/stories/switch-full.story.js.map +1 -0
  269. package/lib/esm/switch/stories/switch-has-label-before.story.js +28 -0
  270. package/lib/esm/switch/stories/switch-has-label-before.story.js.map +1 -0
  271. package/lib/esm/switch/stories/switch-indeterminate.story.js +31 -0
  272. package/lib/esm/switch/stories/switch-indeterminate.story.js.map +1 -0
  273. package/lib/esm/switch/stories/switch-no-label.story.js +28 -0
  274. package/lib/esm/switch/stories/switch-no-label.story.js.map +1 -0
  275. package/lib/esm/switch/stories/switch.stories.js +134 -0
  276. package/lib/esm/switch/stories/switch.stories.js.map +1 -0
  277. package/lib/esm/tabs/stories/index.js +37 -0
  278. package/lib/esm/tabs/stories/index.js.map +1 -0
  279. package/lib/esm/tabs/stories/tabs-default.story.js +30 -0
  280. package/lib/esm/tabs/stories/tabs-default.story.js.map +1 -0
  281. package/lib/esm/tabs/stories/tabs-disabled.story.js +30 -0
  282. package/lib/esm/tabs/stories/tabs-disabled.story.js.map +1 -0
  283. package/lib/esm/tabs/stories/tabs-fill-variants.story.js +31 -0
  284. package/lib/esm/tabs/stories/tabs-fill-variants.story.js.map +1 -0
  285. package/lib/esm/tabs/stories/tabs-sizes.story.js +31 -0
  286. package/lib/esm/tabs/stories/tabs-sizes.story.js.map +1 -0
  287. package/lib/esm/tabs/stories/tabs-with-icons.story.js +31 -0
  288. package/lib/esm/tabs/stories/tabs-with-icons.story.js.map +1 -0
  289. package/lib/esm/tabs/stories/tabs.stories.js +103 -0
  290. package/lib/esm/tabs/stories/tabs.stories.js.map +1 -0
  291. package/lib/esm/tag/stories/index.js +32 -0
  292. package/lib/esm/tag/stories/index.js.map +1 -0
  293. package/lib/esm/tag/stories/tag-removable.story.js +31 -0
  294. package/lib/esm/tag/stories/tag-removable.story.js.map +1 -0
  295. package/lib/esm/tag/stories/tag-sizes.story.js +28 -0
  296. package/lib/esm/tag/stories/tag-sizes.story.js.map +1 -0
  297. package/lib/esm/tag/stories/tag-types.story.js +28 -0
  298. package/lib/esm/tag/stories/tag-types.story.js.map +1 -0
  299. package/lib/esm/tag/stories/tag.stories.js +77 -0
  300. package/lib/esm/tag/stories/tag.stories.js.map +1 -0
  301. package/lib/esm/text-link/stories/index.js +31 -0
  302. package/lib/esm/text-link/stories/index.js.map +1 -0
  303. package/lib/esm/text-link/stories/text-link-default.story.js +28 -0
  304. package/lib/esm/text-link/stories/text-link-default.story.js.map +1 -0
  305. package/lib/esm/text-link/stories/text-link-external.story.js +28 -0
  306. package/lib/esm/text-link/stories/text-link-external.story.js.map +1 -0
  307. package/lib/esm/text-link/stories/text-link-internal-icon.story.js +28 -0
  308. package/lib/esm/text-link/stories/text-link-internal-icon.story.js.map +1 -0
  309. package/lib/esm/text-link/stories/text-link.stories.js +73 -0
  310. package/lib/esm/text-link/stories/text-link.stories.js.map +1 -0
  311. package/lib/esm/tree-view/TreeItemWrapper.js +1 -2
  312. package/lib/esm/tree-view/TreeItemWrapper.js.map +1 -1
  313. package/lib/types/code/stories/code-default.story.d.ts +23 -0
  314. package/lib/types/code/stories/code-disabled.story.d.ts +23 -0
  315. package/lib/types/code/stories/code-full.story.d.ts +23 -0
  316. package/lib/types/code/stories/code-inline-runnable.story.d.ts +23 -0
  317. package/lib/types/code/stories/code-inline.story.d.ts +23 -0
  318. package/lib/types/code/stories/code-languages.story.d.ts +23 -0
  319. package/lib/types/code/stories/code-overflow.story.d.ts +23 -0
  320. package/lib/types/code/stories/code-with-actions.story.d.ts +23 -0
  321. package/lib/types/code/stories/code-with-header.story.d.ts +23 -0
  322. package/lib/types/code/stories/code-with-line-numbers.story.d.ts +23 -0
  323. package/lib/types/code/stories/code.stories.d.ts +34 -0
  324. package/lib/types/code/stories/example-code-snippets.d.ts +27 -0
  325. package/lib/types/code/stories/index.d.ts +40 -0
  326. package/lib/types/date-picker/stories/date-picker-default.story.d.ts +23 -0
  327. package/lib/types/date-picker/stories/date-picker-disabled.story.d.ts +23 -0
  328. package/lib/types/date-picker/stories/date-picker-full.story.d.ts +23 -0
  329. package/lib/types/date-picker/stories/date-picker-inside-modal.story.d.ts +23 -0
  330. package/lib/types/date-picker/stories/date-picker-min-max-date.story.d.ts +23 -0
  331. package/lib/types/date-picker/stories/date-picker-opens-to-date.story.d.ts +23 -0
  332. package/lib/types/date-picker/stories/date-picker-starts-on-monday.story.d.ts +23 -0
  333. package/lib/types/date-picker/stories/date-picker-text-input-props.story.d.ts +23 -0
  334. package/lib/types/date-picker/stories/date-picker-with-time-picker.story.d.ts +23 -0
  335. package/lib/types/date-picker/stories/date-picker.stories.d.ts +34 -0
  336. package/lib/types/date-picker/stories/index.d.ts +38 -0
  337. package/lib/types/dropzone/stories/dropzone-csv-files.story.d.ts +23 -0
  338. package/lib/types/dropzone/stories/dropzone-custom-extensions.story.d.ts +23 -0
  339. package/lib/types/dropzone/stories/dropzone-default.story.d.ts +23 -0
  340. package/lib/types/dropzone/stories/dropzone-disabled.story.d.ts +23 -0
  341. package/lib/types/dropzone/stories/dropzone-full.story.d.ts +23 -0
  342. package/lib/types/dropzone/stories/dropzone-loading-progress.story.d.ts +23 -0
  343. package/lib/types/dropzone/stories/dropzone-loading-spinner.story.d.ts +23 -0
  344. package/lib/types/dropzone/stories/dropzone.stories.d.ts +32 -0
  345. package/lib/types/dropzone/stories/index.d.ts +34 -0
  346. package/lib/types/graph-visualization/graph-visualization.d.ts +17 -1
  347. package/lib/types/graph-visualization/stories/graph-visualization-highlighting.story.d.ts +22 -0
  348. package/lib/types/graph-visualization/stories/graph-visualization.stories.d.ts +1 -0
  349. package/lib/types/graph-visualization/stories/index.d.ts +2 -0
  350. package/lib/types/graph-visualization/{use-managed-selection-state.d.ts → use-managed-node-state.d.ts} +8 -6
  351. package/lib/types/radio/stories/index.d.ts +34 -0
  352. package/lib/types/radio/stories/radio-checkedByDefault.story.d.ts +23 -0
  353. package/lib/types/radio/stories/radio-custom-label.story.d.ts +23 -0
  354. package/lib/types/radio/stories/radio-default.story.d.ts +23 -0
  355. package/lib/types/radio/stories/radio-disabled.story.d.ts +23 -0
  356. package/lib/types/radio/stories/radio-hasLabelBefore.story.d.ts +23 -0
  357. package/lib/types/radio/stories/radio-no-label.story.d.ts +23 -0
  358. package/lib/types/radio/stories/radio-truncated-label.story.d.ts +23 -0
  359. package/lib/types/radio/stories/radio.stories.d.ts +32 -0
  360. package/lib/types/switch/stories/index.d.ts +34 -0
  361. package/lib/types/switch/stories/switch-checked-by-default.story.d.ts +23 -0
  362. package/lib/types/switch/stories/switch-default.story.d.ts +23 -0
  363. package/lib/types/switch/stories/switch-disabled.story.d.ts +23 -0
  364. package/lib/types/switch/stories/switch-full.story.d.ts +23 -0
  365. package/lib/types/switch/stories/switch-has-label-before.story.d.ts +23 -0
  366. package/lib/types/switch/stories/switch-indeterminate.story.d.ts +23 -0
  367. package/lib/types/switch/stories/switch-no-label.story.d.ts +23 -0
  368. package/lib/types/switch/stories/switch.stories.d.ts +32 -0
  369. package/lib/types/tabs/stories/index.d.ts +30 -0
  370. package/lib/types/tabs/stories/tabs-default.story.d.ts +23 -0
  371. package/lib/types/tabs/stories/tabs-disabled.story.d.ts +23 -0
  372. package/lib/types/tabs/stories/tabs-fill-variants.story.d.ts +23 -0
  373. package/lib/types/tabs/stories/tabs-sizes.story.d.ts +23 -0
  374. package/lib/types/tabs/stories/tabs-with-icons.story.d.ts +23 -0
  375. package/lib/types/tabs/stories/tabs.stories.d.ts +30 -0
  376. package/lib/types/tag/stories/index.d.ts +27 -0
  377. package/lib/types/tag/stories/tag-removable.story.d.ts +23 -0
  378. package/lib/types/tag/stories/tag-sizes.story.d.ts +23 -0
  379. package/lib/types/tag/stories/tag-types.story.d.ts +23 -0
  380. package/lib/types/tag/stories/tag.stories.d.ts +28 -0
  381. package/lib/types/text-link/stories/index.d.ts +26 -0
  382. package/lib/types/text-link/stories/text-link-default.story.d.ts +23 -0
  383. package/lib/types/text-link/stories/text-link-external.story.d.ts +23 -0
  384. package/lib/types/text-link/stories/text-link-internal-icon.story.d.ts +23 -0
  385. package/lib/types/text-link/stories/text-link.stories.d.ts +28 -0
  386. package/package.json +9 -2
  387. package/lib/cjs/graph-visualization/use-managed-selection-state.js.map +0 -1
  388. package/lib/esm/graph-visualization/use-managed-selection-state.js.map +0 -1
@@ -0,0 +1 @@
1
+ {"version":3,"file":"code-inline-runnable.story.js","sourceRoot":"","sources":["../../../../src/code/stories/code-inline-runnable.story.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,yCAAyC,CAAC;AAEjD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAExC,MAAM,SAAS,GAAG,GAAG,EAAE;IACrB,OAAO,CACL,KAAC,IAAI,IACH,IAAI,EAAC,cAAc,EACnB,IAAI,EAAC,QAAQ,EACb,UAAU,QACV,WAAW,EAAC,KAAK,EACjB,OAAO,EAAE,GAAG,EAAE,CAAC,KAAK,CAAC,yBAAyB,CAAC,GAC/C,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,28 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
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
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
23
+ import { Code } from '@neo4j-ndl/react';
24
+ const Component = () => {
25
+ return (_jsx(Code, { code: ":help cypher", type: "inline", tooltipText: "Copy to clipboard", onClick: () => alert('Copied to clipboard') }));
26
+ };
27
+ export default Component;
28
+ //# sourceMappingURL=code-inline.story.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"code-inline.story.js","sourceRoot":"","sources":["../../../../src/code/stories/code-inline.story.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,yCAAyC,CAAC;AAEjD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAExC,MAAM,SAAS,GAAG,GAAG,EAAE;IACrB,OAAO,CACL,KAAC,IAAI,IACH,IAAI,EAAC,cAAc,EACnB,IAAI,EAAC,QAAQ,EACb,WAAW,EAAC,mBAAmB,EAC/B,OAAO,EAAE,GAAG,EAAE,CAAC,KAAK,CAAC,qBAAqB,CAAC,GAC3C,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,29 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
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
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
23
+ import { Code } from '@neo4j-ndl/react';
24
+ import { LANGUAGE_SYNTAX_HIGHLIGHTING_EXAMPLES } from './example-code-snippets';
25
+ const Component = () => {
26
+ return (_jsxs("div", { className: "n-flex n-flex-col n-gap-token-4", children: [_jsx(Code, { code: LANGUAGE_SYNTAX_HIGHLIGHTING_EXAMPLES.TYPESCRIPT, language: "typescript", type: "block", headerTitle: "TypeScript", showLineNumbers: true }), _jsx(Code, { code: LANGUAGE_SYNTAX_HIGHLIGHTING_EXAMPLES.CYPHER, language: "cypher", type: "block", headerTitle: "Cypher Query Language", showLineNumbers: true }), _jsx(Code, { code: LANGUAGE_SYNTAX_HIGHLIGHTING_EXAMPLES.JSON, language: "json", type: "block", headerTitle: "JSON Configuration", showLineNumbers: true })] }));
27
+ };
28
+ export default Component;
29
+ //# sourceMappingURL=code-languages.story.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"code-languages.story.js","sourceRoot":"","sources":["../../../../src/code/stories/code-languages.story.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,yCAAyC,CAAC;AAEjD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAExC,OAAO,EAAE,qCAAqC,EAAE,MAAM,yBAAyB,CAAC;AAEhF,MAAM,SAAS,GAAG,GAAG,EAAE;IACrB,OAAO,CACL,eAAK,SAAS,EAAC,iCAAiC,aAC9C,KAAC,IAAI,IACH,IAAI,EAAE,qCAAqC,CAAC,UAAU,EACtD,QAAQ,EAAC,YAAY,EACrB,IAAI,EAAC,OAAO,EACZ,WAAW,EAAC,YAAY,EACxB,eAAe,SACf,EAEF,KAAC,IAAI,IACH,IAAI,EAAE,qCAAqC,CAAC,MAAM,EAClD,QAAQ,EAAC,QAAQ,EACjB,IAAI,EAAC,OAAO,EACZ,WAAW,EAAC,uBAAuB,EACnC,eAAe,SACf,EAEF,KAAC,IAAI,IACH,IAAI,EAAE,qCAAqC,CAAC,IAAI,EAChD,QAAQ,EAAC,MAAM,EACf,IAAI,EAAC,OAAO,EACZ,WAAW,EAAC,oBAAoB,EAChC,eAAe,SACf,IACE,CACP,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,29 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
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
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
23
+ import { Code } from '@neo4j-ndl/react';
24
+ import { LONG_CODE_EXAMPLE } from './example-code-snippets';
25
+ const Component = () => {
26
+ return (_jsx(Code, { code: LONG_CODE_EXAMPLE, language: "typescript", type: "block", headerTitle: "Code Header", maxHeight: 320 }));
27
+ };
28
+ export default Component;
29
+ //# sourceMappingURL=code-overflow.story.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"code-overflow.story.js","sourceRoot":"","sources":["../../../../src/code/stories/code-overflow.story.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,yCAAyC,CAAC;AAEjD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAExC,OAAO,EAAE,iBAAiB,EAAE,MAAM,yBAAyB,CAAC;AAE5D,MAAM,SAAS,GAAG,GAAG,EAAE;IACrB,OAAO,CACL,KAAC,IAAI,IACH,IAAI,EAAE,iBAAiB,EACvB,QAAQ,EAAC,YAAY,EACrB,IAAI,EAAC,OAAO,EACZ,WAAW,EAAC,aAAa,EACzB,SAAS,EAAE,GAAG,GACd,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,43 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
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
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
23
+ import { Code } from '@neo4j-ndl/react';
24
+ import { PlayCircleIconOutline, Square2StackIconOutline, } from '@neo4j-ndl/react/icons';
25
+ import { SHORT_CODE_EXAMPLE } from './example-code-snippets';
26
+ const Component = () => {
27
+ return (_jsx(Code, { code: SHORT_CODE_EXAMPLE, language: "typescript", type: "block", maxHeight: 320, actions: [
28
+ {
29
+ ariaLabel: 'copy',
30
+ children: (_jsx(Square2StackIconOutline, { className: "n-text-palette-neutral-text-icon" })),
31
+ htmlAttributes: { title: 'copy' },
32
+ onClick: () => alert('Code copied to clipboard!'),
33
+ },
34
+ {
35
+ ariaLabel: 'run',
36
+ children: (_jsx(PlayCircleIconOutline, { className: "n-text-palette-primary-icon" })),
37
+ htmlAttributes: { title: 'run' },
38
+ onClick: () => alert('Running code...'),
39
+ },
40
+ ] }));
41
+ };
42
+ export default Component;
43
+ //# sourceMappingURL=code-with-actions.story.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"code-with-actions.story.js","sourceRoot":"","sources":["../../../../src/code/stories/code-with-actions.story.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,yCAAyC,CAAC;AAEjD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AACxC,OAAO,EACL,qBAAqB,EACrB,uBAAuB,GACxB,MAAM,wBAAwB,CAAC;AAEhC,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAE7D,MAAM,SAAS,GAAG,GAAG,EAAE;IACrB,OAAO,CACL,KAAC,IAAI,IACH,IAAI,EAAE,kBAAkB,EACxB,QAAQ,EAAC,YAAY,EACrB,IAAI,EAAC,OAAO,EACZ,SAAS,EAAE,GAAG,EACd,OAAO,EAAE;YACP;gBACE,SAAS,EAAE,MAAM;gBACjB,QAAQ,EAAE,CACR,KAAC,uBAAuB,IAAC,SAAS,EAAC,kCAAkC,GAAG,CACzE;gBACD,cAAc,EAAE,EAAE,KAAK,EAAE,MAAM,EAAE;gBACjC,OAAO,EAAE,GAAG,EAAE,CAAC,KAAK,CAAC,2BAA2B,CAAC;aAClD;YACD;gBACE,SAAS,EAAE,KAAK;gBAChB,QAAQ,EAAE,CACR,KAAC,qBAAqB,IAAC,SAAS,EAAC,6BAA6B,GAAG,CAClE;gBACD,cAAc,EAAE,EAAE,KAAK,EAAE,KAAK,EAAE;gBAChC,OAAO,EAAE,GAAG,EAAE,CAAC,KAAK,CAAC,iBAAiB,CAAC;aACxC;SACF,GACD,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,29 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
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
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
23
+ import { Code } from '@neo4j-ndl/react';
24
+ import { SHORT_CODE_EXAMPLE } from './example-code-snippets';
25
+ const Component = () => {
26
+ return (_jsx(Code, { code: SHORT_CODE_EXAMPLE, language: "typescript", headerTitle: "Code Header" }));
27
+ };
28
+ export default Component;
29
+ //# sourceMappingURL=code-with-header.story.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"code-with-header.story.js","sourceRoot":"","sources":["../../../../src/code/stories/code-with-header.story.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,yCAAyC,CAAC;AAEjD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAExC,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAE7D,MAAM,SAAS,GAAG,GAAG,EAAE;IACrB,OAAO,CACL,KAAC,IAAI,IACH,IAAI,EAAE,kBAAkB,EACxB,QAAQ,EAAC,YAAY,EACrB,WAAW,EAAC,aAAa,GACzB,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,29 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
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
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
23
+ import { Code } from '@neo4j-ndl/react';
24
+ import { SHORT_CODE_EXAMPLE } from './example-code-snippets';
25
+ const Component = () => {
26
+ return (_jsx(Code, { code: SHORT_CODE_EXAMPLE, language: "typescript", type: "block", headerTitle: "Code Header", showLineNumbers: true }));
27
+ };
28
+ export default Component;
29
+ //# sourceMappingURL=code-with-line-numbers.story.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"code-with-line-numbers.story.js","sourceRoot":"","sources":["../../../../src/code/stories/code-with-line-numbers.story.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,yCAAyC,CAAC;AAEjD,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAExC,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAE7D,MAAM,SAAS,GAAG,GAAG,EAAE;IACrB,OAAO,CACL,KAAC,IAAI,IACH,IAAI,EAAE,kBAAkB,EACxB,QAAQ,EAAC,YAAY,EACrB,IAAI,EAAC,OAAO,EACZ,WAAW,EAAC,aAAa,EACzB,eAAe,SACf,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,163 @@
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 { Code } from '@neo4j-ndl/react';
22
+ import { CodeDefault, CodeDefaultSrc, CodeDisabled, CodeDisabledSrc, CodeFull, CodeFullSrc, CodeInline, CodeInlineRunnable, CodeInlineRunnableSrc, CodeInlineSrc, CodeLanguages, CodeLanguagesSrc, CodeLineNumbers, CodeLineNumbersSrc, CodeOverflow, CodeOverflowSrc, CodeWithActions, CodeWithActionsSrc, CodeWithHeader, CodeWithHeaderSrc, } from './index';
23
+ const componentMeta = {
24
+ title: 'Components/Code',
25
+ id: 'components-code',
26
+ component: Code,
27
+ tags: ['docsPage'],
28
+ parameters: {
29
+ controls: { disable: true },
30
+ },
31
+ };
32
+ export default componentMeta;
33
+ export const Default = {
34
+ args: {},
35
+ parameters: {
36
+ docs: {
37
+ source: {
38
+ code: CodeDefaultSrc,
39
+ language: 'tsx',
40
+ type: 'code',
41
+ },
42
+ },
43
+ },
44
+ render: CodeDefault,
45
+ };
46
+ export const WithActions = {
47
+ args: {},
48
+ parameters: {
49
+ docs: {
50
+ source: {
51
+ code: CodeWithActionsSrc,
52
+ language: 'tsx',
53
+ type: 'code',
54
+ },
55
+ },
56
+ },
57
+ render: CodeWithActions,
58
+ };
59
+ export const WithHeader = {
60
+ args: {},
61
+ parameters: {
62
+ docs: {
63
+ source: {
64
+ code: CodeWithHeaderSrc,
65
+ language: 'tsx',
66
+ type: 'code',
67
+ },
68
+ },
69
+ },
70
+ render: CodeWithHeader,
71
+ };
72
+ export const Overflow = {
73
+ args: {},
74
+ parameters: {
75
+ docs: {
76
+ source: {
77
+ code: CodeOverflowSrc,
78
+ language: 'tsx',
79
+ type: 'code',
80
+ },
81
+ },
82
+ },
83
+ render: CodeOverflow,
84
+ };
85
+ export const Disabled = {
86
+ args: {},
87
+ parameters: {
88
+ docs: {
89
+ source: {
90
+ code: CodeDisabledSrc,
91
+ language: 'tsx',
92
+ type: 'code',
93
+ },
94
+ },
95
+ },
96
+ render: CodeDisabled,
97
+ };
98
+ export const LineNumbers = {
99
+ args: {},
100
+ parameters: {
101
+ docs: {
102
+ source: {
103
+ code: CodeLineNumbersSrc,
104
+ language: 'tsx',
105
+ type: 'code',
106
+ },
107
+ },
108
+ },
109
+ render: CodeLineNumbers,
110
+ };
111
+ export const Languages = {
112
+ args: {},
113
+ parameters: {
114
+ docs: {
115
+ source: {
116
+ code: CodeLanguagesSrc,
117
+ language: 'tsx',
118
+ type: 'code',
119
+ },
120
+ },
121
+ },
122
+ render: CodeLanguages,
123
+ };
124
+ export const Inline = {
125
+ args: {},
126
+ parameters: {
127
+ docs: {
128
+ source: {
129
+ code: CodeInlineSrc,
130
+ language: 'tsx',
131
+ type: 'code',
132
+ },
133
+ },
134
+ },
135
+ render: CodeInline,
136
+ };
137
+ export const InlineRunnable = {
138
+ args: {},
139
+ parameters: {
140
+ docs: {
141
+ source: {
142
+ code: CodeInlineRunnableSrc,
143
+ language: 'tsx',
144
+ type: 'code',
145
+ },
146
+ },
147
+ },
148
+ render: CodeInlineRunnable,
149
+ };
150
+ export const Full = {
151
+ args: {},
152
+ parameters: {
153
+ docs: {
154
+ source: {
155
+ code: CodeFullSrc,
156
+ language: 'tsx',
157
+ type: 'code',
158
+ },
159
+ },
160
+ },
161
+ render: CodeFull,
162
+ };
163
+ //# sourceMappingURL=code.stories.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"code.stories.js","sourceRoot":"","sources":["../../../../src/code/stories/code.stories.tsx"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAE,IAAI,EAAE,MAAM,kBAAkB,CAAC;AAGxC,OAAO,EACL,WAAW,EACX,cAAc,EACd,YAAY,EACZ,eAAe,EACf,QAAQ,EACR,WAAW,EACX,UAAU,EACV,kBAAkB,EAClB,qBAAqB,EACrB,aAAa,EACb,aAAa,EACb,gBAAgB,EAChB,eAAe,EACf,kBAAkB,EAClB,YAAY,EACZ,eAAe,EACf,eAAe,EACf,kBAAkB,EAClB,cAAc,EACd,iBAAiB,GAClB,MAAM,SAAS,CAAC;AAEjB,MAAM,aAAa,GAAsB;IACvC,KAAK,EAAE,iBAAiB;IACxB,EAAE,EAAE,iBAAiB;IACrB,SAAS,EAAE,IAAI;IACf,IAAI,EAAE,CAAC,UAAU,CAAC;IAClB,UAAU,EAAE;QACV,QAAQ,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE;KAC5B;CACF,CAAC;AAEF,eAAe,aAAa,CAAC;AAE7B,MAAM,CAAC,MAAM,OAAO,GAA0B;IAC5C,IAAI,EAAE,EAAE;IACR,UAAU,EAAE;QACV,IAAI,EAAE;YACJ,MAAM,EAAE;gBACN,IAAI,EAAE,cAAc;gBACpB,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,MAAM;aACb;SACF;KACF;IACD,MAAM,EAAE,WAAW;CACpB,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA0B;IAChD,IAAI,EAAE,EAAE;IACR,UAAU,EAAE;QACV,IAAI,EAAE;YACJ,MAAM,EAAE;gBACN,IAAI,EAAE,kBAAkB;gBACxB,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,MAAM;aACb;SACF;KACF;IACD,MAAM,EAAE,eAAe;CACxB,CAAC;AAEF,MAAM,CAAC,MAAM,UAAU,GAA0B;IAC/C,IAAI,EAAE,EAAE;IACR,UAAU,EAAE;QACV,IAAI,EAAE;YACJ,MAAM,EAAE;gBACN,IAAI,EAAE,iBAAiB;gBACvB,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,MAAM;aACb;SACF;KACF;IACD,MAAM,EAAE,cAAc;CACvB,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA0B;IAC7C,IAAI,EAAE,EAAE;IACR,UAAU,EAAE;QACV,IAAI,EAAE;YACJ,MAAM,EAAE;gBACN,IAAI,EAAE,eAAe;gBACrB,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,MAAM;aACb;SACF;KACF;IACD,MAAM,EAAE,YAAY;CACrB,CAAC;AAEF,MAAM,CAAC,MAAM,QAAQ,GAA0B;IAC7C,IAAI,EAAE,EAAE;IACR,UAAU,EAAE;QACV,IAAI,EAAE;YACJ,MAAM,EAAE;gBACN,IAAI,EAAE,eAAe;gBACrB,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,MAAM;aACb;SACF;KACF;IACD,MAAM,EAAE,YAAY;CACrB,CAAC;AAEF,MAAM,CAAC,MAAM,WAAW,GAA0B;IAChD,IAAI,EAAE,EAAE;IACR,UAAU,EAAE;QACV,IAAI,EAAE;YACJ,MAAM,EAAE;gBACN,IAAI,EAAE,kBAAkB;gBACxB,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,MAAM;aACb;SACF;KACF;IACD,MAAM,EAAE,eAAe;CACxB,CAAC;AAEF,MAAM,CAAC,MAAM,SAAS,GAA0B;IAC9C,IAAI,EAAE,EAAE;IACR,UAAU,EAAE;QACV,IAAI,EAAE;YACJ,MAAM,EAAE;gBACN,IAAI,EAAE,gBAAgB;gBACtB,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,MAAM;aACb;SACF;KACF;IACD,MAAM,EAAE,aAAa;CACtB,CAAC;AAEF,MAAM,CAAC,MAAM,MAAM,GAA0B;IAC3C,IAAI,EAAE,EAAE;IACR,UAAU,EAAE;QACV,IAAI,EAAE;YACJ,MAAM,EAAE;gBACN,IAAI,EAAE,aAAa;gBACnB,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,MAAM;aACb;SACF;KACF;IACD,MAAM,EAAE,UAAU;CACnB,CAAC;AAEF,MAAM,CAAC,MAAM,cAAc,GAA0B;IACnD,IAAI,EAAE,EAAE;IACR,UAAU,EAAE;QACV,IAAI,EAAE;YACJ,MAAM,EAAE;gBACN,IAAI,EAAE,qBAAqB;gBAC3B,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,MAAM;aACb;SACF;KACF;IACD,MAAM,EAAE,kBAAkB;CAC3B,CAAC;AAEF,MAAM,CAAC,MAAM,IAAI,GAA0B;IACzC,IAAI,EAAE,EAAE;IACR,UAAU,EAAE;QACV,IAAI,EAAE;YACJ,MAAM,EAAE;gBACN,IAAI,EAAE,WAAW;gBACjB,QAAQ,EAAE,KAAK;gBACf,IAAI,EAAE,MAAM;aACb;SACF;KACF;IACD,MAAM,EAAE,QAAQ;CACjB,CAAC"}
@@ -0,0 +1,78 @@
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
+ // Short examples - ideal for basic demos and small displays
22
+ export const SHORT_CODE_EXAMPLE = `// validate.ts
23
+ import { z } from "zod";
24
+
25
+ // creating a schema for strings
26
+ const mySchema = z.string();
27
+
28
+ // parsing
29
+ mySchema.parse("tuna"); // => "tuna"
30
+ mySchema.parse(12); // => throws ZodError
31
+
32
+ // "safe" parsing (doesn't throw error if validation fails)
33
+ mySchema.safeParse("tuna"); // => { success: true; data: "tuna" }
34
+ mySchema.safeParse(12); // => { success: false; error: ZodError }`;
35
+ export const LONG_CODE_EXAMPLE = `// dates.js
36
+ import { format, formatDistance, formatRelative, subDays } from 'date-fns'
37
+
38
+ format(new Date(), "'Today is a' eeee")
39
+ //=> "Today is a Tuesday"
40
+
41
+ formatDistance(subDays(new Date(), 3), new Date(), { addSuffix: true })
42
+ //=> "3 days ago"
43
+
44
+ formatRelative(subDays(new Date(), 3), new Date())
45
+ //=> "last Friday at 7:26 p.m."
46
+
47
+ // validate.ts
48
+ import { z } from "zod";
49
+
50
+ // creating a schema for strings
51
+ const mySchema = z.string();
52
+
53
+ // parsing
54
+ mySchema.parse("tuna"); // => "tuna"
55
+ mySchema.parse(12); // => throws ZodError
56
+
57
+ // "safe" parsing (doesn't throw error if validation fails)
58
+ mySchema.safeParse("tuna"); // => { success: true; data: "tuna" }
59
+ mySchema.safeParse(12); // => { success: false; error: ZodError }`;
60
+ export const LANGUAGE_SYNTAX_HIGHLIGHTING_EXAMPLES = {
61
+ CYPHER: `MATCH (n:Person)-[r]->(m:Person {age: 20})
62
+ WITH m, n
63
+ ORDER BY m.name ASC LIMIT 3
64
+ RETURN collect(n.name) AS names, TRUE as bool, 1 as num, "string" as str`,
65
+ JSON: `{
66
+ "name": "John Doe",
67
+ "age": 30,
68
+ "email": "john.doe@example.com"
69
+ }`,
70
+ TYPESCRIPT: `function greetUser(name: string): string {
71
+ return \`Hello, \${name}! Welcome to Needle Design System.\`;
72
+ }
73
+
74
+ const user = "John Doe";
75
+ const message = greetUser(user);
76
+ console.log(message);`,
77
+ };
78
+ //# sourceMappingURL=example-code-snippets.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"example-code-snippets.js","sourceRoot":"","sources":["../../../../src/code/stories/example-code-snippets.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,4DAA4D;AAC5D,MAAM,CAAC,MAAM,kBAAkB,GAAG;;;;;;;;;;;;kEAYgC,CAAC;AAEnE,MAAM,CAAC,MAAM,iBAAiB,GAAG;;;;;;;;;;;;;;;;;;;;;;;;kEAwBiC,CAAC;AAEnE,MAAM,CAAC,MAAM,qCAAqC,GAAG;IACnD,MAAM,EAAE;;;yEAG+D;IACvE,IAAI,EAAE;;;;EAIN;IACA,UAAU,EAAE;;;;;;sBAMQ;CACZ,CAAC"}
@@ -0,0 +1,52 @@
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 CodeDefault } from './code-default.story';
22
+ export { default as CodeWithActions } from './code-with-actions.story';
23
+ export { default as CodeWithHeader } from './code-with-header.story';
24
+ export { default as CodeOverflow } from './code-overflow.story';
25
+ export { default as CodeDisabled } from './code-disabled.story';
26
+ export { default as CodeLineNumbers } from './code-with-line-numbers.story';
27
+ export { default as CodeLanguages } from './code-languages.story';
28
+ export { default as CodeInline } from './code-inline.story';
29
+ export { default as CodeInlineRunnable } from './code-inline-runnable.story';
30
+ export { default as CodeFull } from './code-full.story';
31
+ import { removeLicenseHeader } from '@neo4j-ndl/react/_common/export-stories-utils';
32
+ import CodeDefaultSrcRaw from './code-default.story?raw';
33
+ import CodeDisabledSrcRaw from './code-disabled.story?raw';
34
+ import CodeFullSrcRaw from './code-full.story?raw';
35
+ import CodeInlineSrcRaw from './code-inline.story?raw';
36
+ import CodeInlineRunnableSrcRaw from './code-inline-runnable.story?raw';
37
+ import CodeLanguagesSrcRaw from './code-languages.story?raw';
38
+ import CodeOverflowSrcRaw from './code-overflow.story?raw';
39
+ import CodeWithActionsSrcRaw from './code-with-actions.story?raw';
40
+ import CodeWithHeaderSrcRaw from './code-with-header.story?raw';
41
+ import CodeLineNumbersSrcRaw from './code-with-line-numbers.story?raw';
42
+ export const CodeDefaultSrc = removeLicenseHeader(CodeDefaultSrcRaw);
43
+ export const CodeWithActionsSrc = removeLicenseHeader(CodeWithActionsSrcRaw);
44
+ export const CodeWithHeaderSrc = removeLicenseHeader(CodeWithHeaderSrcRaw);
45
+ export const CodeOverflowSrc = removeLicenseHeader(CodeOverflowSrcRaw);
46
+ export const CodeDisabledSrc = removeLicenseHeader(CodeDisabledSrcRaw);
47
+ export const CodeLineNumbersSrc = removeLicenseHeader(CodeLineNumbersSrcRaw);
48
+ export const CodeLanguagesSrc = removeLicenseHeader(CodeLanguagesSrcRaw);
49
+ export const CodeInlineSrc = removeLicenseHeader(CodeInlineSrcRaw);
50
+ export const CodeInlineRunnableSrc = removeLicenseHeader(CodeInlineRunnableSrcRaw);
51
+ export const CodeFullSrc = removeLicenseHeader(CodeFullSrcRaw);
52
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/code/stories/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,sBAAsB,CAAC;AAC9D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,2BAA2B,CAAC;AACvE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,0BAA0B,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,uBAAuB,CAAC;AAChE,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,gCAAgC,CAAC;AAC5E,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAClE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,qBAAqB,CAAC;AAC5D,OAAO,EAAE,OAAO,IAAI,kBAAkB,EAAE,MAAM,8BAA8B,CAAC;AAC7E,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,mBAAmB,CAAC;AAExD,OAAO,EAAE,mBAAmB,EAAE,MAAM,+CAA+C,CAAC;AAEpF,OAAO,iBAAiB,MAAM,0BAA0B,CAAC;AACzD,OAAO,kBAAkB,MAAM,2BAA2B,CAAC;AAC3D,OAAO,cAAc,MAAM,uBAAuB,CAAC;AACnD,OAAO,gBAAgB,MAAM,yBAAyB,CAAC;AACvD,OAAO,wBAAwB,MAAM,kCAAkC,CAAC;AACxE,OAAO,mBAAmB,MAAM,4BAA4B,CAAC;AAC7D,OAAO,kBAAkB,MAAM,2BAA2B,CAAC;AAC3D,OAAO,qBAAqB,MAAM,+BAA+B,CAAC;AAClE,OAAO,oBAAoB,MAAM,8BAA8B,CAAC;AAChE,OAAO,qBAAqB,MAAM,oCAAoC,CAAC;AAEvE,MAAM,CAAC,MAAM,cAAc,GAAG,mBAAmB,CAAC,iBAAiB,CAAC,CAAC;AAErE,MAAM,CAAC,MAAM,kBAAkB,GAAG,mBAAmB,CAAC,qBAAqB,CAAC,CAAC;AAC7E,MAAM,CAAC,MAAM,iBAAiB,GAAG,mBAAmB,CAAC,oBAAoB,CAAC,CAAC;AAC3E,MAAM,CAAC,MAAM,eAAe,GAAG,mBAAmB,CAAC,kBAAkB,CAAC,CAAC;AACvE,MAAM,CAAC,MAAM,eAAe,GAAG,mBAAmB,CAAC,kBAAkB,CAAC,CAAC;AACvE,MAAM,CAAC,MAAM,kBAAkB,GAAG,mBAAmB,CAAC,qBAAqB,CAAC,CAAC;AAC7E,MAAM,CAAC,MAAM,gBAAgB,GAAG,mBAAmB,CAAC,mBAAmB,CAAC,CAAC;AACzE,MAAM,CAAC,MAAM,aAAa,GAAG,mBAAmB,CAAC,gBAAgB,CAAC,CAAC;AACnE,MAAM,CAAC,MAAM,qBAAqB,GAAG,mBAAmB,CACtD,wBAAwB,CACzB,CAAC;AACF,MAAM,CAAC,MAAM,WAAW,GAAG,mBAAmB,CAAC,cAAc,CAAC,CAAC"}
@@ -92,7 +92,7 @@ const ResizingBar = ({ header, children, innerProps, }) => {
92
92
  };
93
93
  return (_jsx(_Fragment, { children: children || (_jsx("button", Object.assign({}, restInnerProps, { type: "button", className: classNames('ndl-data-grid-resizer', className, {
94
94
  'ndl-data-grid-is-resizing': header.column.getIsResizing(),
95
- }), onMouseDown: header.getResizeHandler(), onTouchStart: header.getResizeHandler(), onKeyDown: handleKeyDown, "aria-label": "resizing bar", tabIndex: isKeyboardNavigationEnabled ? -1 : 0 }, htmlAttributes))) }));
95
+ }), onMouseDown: header.getResizeHandler(), onTouchStart: header.getResizeHandler(), onKeyDown: handleKeyDown, "aria-label": "Resizing bar", tabIndex: isKeyboardNavigationEnabled ? -1 : 0 }, htmlAttributes))) }));
96
96
  };
97
97
  const Scrollable = forwardRef(function Scrollable({ children, innerProps }, ref) {
98
98
  const _a = innerProps || {}, { className, htmlAttributes = undefined } = _a, restInnerProps = __rest(_a, ["className", "htmlAttributes"]);
@@ -0,0 +1,39 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
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
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
23
+ import { DatePicker } from '@neo4j-ndl/react';
24
+ import { useState } from 'react';
25
+ const Component = () => {
26
+ const [selectedDate, setSelectedDate] = useState(new Date('2023-05-27'));
27
+ const handleOnChange = (date) => {
28
+ setSelectedDate(date);
29
+ };
30
+ return (_jsx(DatePicker, { reactDatePickerProps: {
31
+ selected: selectedDate,
32
+ onChange: handleOnChange,
33
+ popperProps: {
34
+ strategy: 'fixed',
35
+ },
36
+ } }));
37
+ };
38
+ export default Component;
39
+ //# sourceMappingURL=date-picker-default.story.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"date-picker-default.story.js","sourceRoot":"","sources":["../../../../src/date-picker/stories/date-picker-default.story.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,yCAAyC,CAAC;AAEjD,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEjC,MAAM,SAAS,GAAG,GAAG,EAAE;IACrB,MAAM,CAAC,YAAY,EAAE,eAAe,CAAC,GAAG,QAAQ,CAC9C,IAAI,IAAI,CAAC,YAAY,CAAC,CACvB,CAAC;IACF,MAAM,cAAc,GAAG,CAAC,IAAiB,EAAE,EAAE;QAC3C,eAAe,CAAC,IAAI,CAAC,CAAC;IACxB,CAAC,CAAC;IAEF,OAAO,CACL,KAAC,UAAU,IACT,oBAAoB,EAAE;YACpB,QAAQ,EAAE,YAAY;YACtB,QAAQ,EAAE,cAAc;YACxB,WAAW,EAAE;gBACX,QAAQ,EAAE,OAAO;aAClB;SACF,GACD,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,CAAC"}
@@ -0,0 +1,36 @@
1
+ import { jsx as _jsx } from "react/jsx-runtime";
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
+ import '@neo4j-ndl/base/lib/neo4j-ds-styles.css';
23
+ import { DatePicker } from '@neo4j-ndl/react';
24
+ import { useState } from 'react';
25
+ const Component = () => {
26
+ const [selectedDate, setSelectedDate] = useState(new Date('2023-05-27'));
27
+ const handleOnChange = (date) => {
28
+ setSelectedDate(date);
29
+ };
30
+ return (_jsx(DatePicker, { isDisabled: true, reactDatePickerProps: {
31
+ selected: selectedDate,
32
+ onChange: handleOnChange,
33
+ } }));
34
+ };
35
+ export default Component;
36
+ //# sourceMappingURL=date-picker-disabled.story.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"date-picker-disabled.story.js","sourceRoot":"","sources":["../../../../src/date-picker/stories/date-picker-disabled.story.tsx"],"names":[],"mappings":";AAAA;;;;;;;;;;;;;;;;;;;GAmBG;AAEH,OAAO,yCAAyC,CAAC;AAEjD,OAAO,EAAE,UAAU,EAAE,MAAM,kBAAkB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,OAAO,CAAC;AAEjC,MAAM,SAAS,GAAG,GAAG,EAAE;IACrB,MAAM,CAAC,YAAY,EAAE,eAAe,CAAC,GAAG,QAAQ,CAC9C,IAAI,IAAI,CAAC,YAAY,CAAC,CACvB,CAAC;IACF,MAAM,cAAc,GAAG,CAAC,IAAiB,EAAE,EAAE;QAC3C,eAAe,CAAC,IAAI,CAAC,CAAC;IACxB,CAAC,CAAC;IAEF,OAAO,CACL,KAAC,UAAU,IACT,UAAU,EAAE,IAAI,EAChB,oBAAoB,EAAE;YACpB,QAAQ,EAAE,YAAY;YACtB,QAAQ,EAAE,cAAc;SACzB,GACD,CACH,CAAC;AACJ,CAAC,CAAC;AAEF,eAAe,SAAS,CAAC"}