@neo4j-ndl/react 3.8.35 → 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 (822) hide show
  1. package/lib/cjs/_common/CodeBlockWrapper.js +1 -1
  2. package/lib/cjs/avatar/Avatar.js +1 -1
  3. package/lib/cjs/avatar/stories/avatar-shapes.story.js +1 -1
  4. package/lib/cjs/avatar/stories/avatar-shapes.story.js.map +1 -1
  5. package/lib/cjs/avatar/stories/avatar-sizes.story.js +1 -1
  6. package/lib/cjs/avatar/stories/avatar-sizes.story.js.map +1 -1
  7. package/lib/cjs/avatar/stories/avatar-statuses.story.js +1 -1
  8. package/lib/cjs/avatar/stories/avatar-statuses.story.js.map +1 -1
  9. package/lib/cjs/avatar/stories/avatar-types.story.js +1 -1
  10. package/lib/cjs/avatar/stories/avatar-types.story.js.map +1 -1
  11. package/lib/cjs/avatar/stories/avatar.stories.js +12 -1
  12. package/lib/cjs/avatar/stories/avatar.stories.js.map +1 -1
  13. package/lib/cjs/breadcrumbs/Breadcrumbs.js +2 -2
  14. package/lib/cjs/callout/stories/callout-default.story.js +30 -0
  15. package/lib/cjs/callout/stories/callout-default.story.js.map +1 -0
  16. package/lib/cjs/callout/stories/callout-full.story.js +30 -0
  17. package/lib/cjs/callout/stories/callout-full.story.js.map +1 -0
  18. package/lib/cjs/callout/stories/callout-types.story.js +30 -0
  19. package/lib/cjs/callout/stories/callout-types.story.js.map +1 -0
  20. package/lib/cjs/callout/stories/callout-with-children.story.js +30 -0
  21. package/lib/cjs/callout/stories/callout-with-children.story.js.map +1 -0
  22. package/lib/cjs/callout/stories/callout-without-header.story.js +30 -0
  23. package/lib/cjs/callout/stories/callout-without-header.story.js.map +1 -0
  24. package/lib/cjs/callout/stories/callout.stories.js +101 -0
  25. package/lib/cjs/callout/stories/callout.stories.js.map +1 -0
  26. package/lib/cjs/callout/stories/index.js +48 -0
  27. package/lib/cjs/callout/stories/index.js.map +1 -0
  28. package/lib/cjs/checkbox/stories/checkbox-checkedByDefault.story.js +30 -0
  29. package/lib/cjs/checkbox/stories/checkbox-checkedByDefault.story.js.map +1 -0
  30. package/lib/cjs/checkbox/stories/checkbox-default.story.js +30 -0
  31. package/lib/cjs/checkbox/stories/checkbox-default.story.js.map +1 -0
  32. package/lib/cjs/checkbox/stories/checkbox-disabled.story.js +30 -0
  33. package/lib/cjs/checkbox/stories/checkbox-disabled.story.js.map +1 -0
  34. package/lib/cjs/checkbox/stories/checkbox-full.story.js +39 -0
  35. package/lib/cjs/checkbox/stories/checkbox-full.story.js.map +1 -0
  36. package/lib/cjs/checkbox/stories/checkbox-hasLabelBefore.story.js +30 -0
  37. package/lib/cjs/checkbox/stories/checkbox-hasLabelBefore.story.js.map +1 -0
  38. package/lib/cjs/checkbox/stories/checkbox-indeterminate.story.js +33 -0
  39. package/lib/cjs/checkbox/stories/checkbox-indeterminate.story.js.map +1 -0
  40. package/lib/cjs/checkbox/stories/checkbox-no-label.story.js +30 -0
  41. package/lib/cjs/checkbox/stories/checkbox-no-label.story.js.map +1 -0
  42. package/lib/cjs/checkbox/stories/checkbox.stories.js +137 -0
  43. package/lib/cjs/checkbox/stories/checkbox.stories.js.map +1 -0
  44. package/lib/cjs/checkbox/stories/index.js +56 -0
  45. package/lib/cjs/checkbox/stories/index.js.map +1 -0
  46. package/lib/cjs/code/stories/code-default.story.js +31 -0
  47. package/lib/cjs/code/stories/code-default.story.js.map +1 -0
  48. package/lib/cjs/code/stories/code-disabled.story.js +45 -0
  49. package/lib/cjs/code/stories/code-disabled.story.js.map +1 -0
  50. package/lib/cjs/code/stories/code-full.story.js +45 -0
  51. package/lib/cjs/code/stories/code-full.story.js.map +1 -0
  52. package/lib/cjs/code/stories/code-inline-runnable.story.js +30 -0
  53. package/lib/cjs/code/stories/code-inline-runnable.story.js.map +1 -0
  54. package/lib/cjs/code/stories/code-inline.story.js +30 -0
  55. package/lib/cjs/code/stories/code-inline.story.js.map +1 -0
  56. package/lib/cjs/code/stories/code-languages.story.js +31 -0
  57. package/lib/cjs/code/stories/code-languages.story.js.map +1 -0
  58. package/lib/cjs/code/stories/code-overflow.story.js +31 -0
  59. package/lib/cjs/code/stories/code-overflow.story.js.map +1 -0
  60. package/lib/cjs/code/stories/code-with-actions.story.js +45 -0
  61. package/lib/cjs/code/stories/code-with-actions.story.js.map +1 -0
  62. package/lib/cjs/code/stories/code-with-header.story.js +31 -0
  63. package/lib/cjs/code/stories/code-with-header.story.js.map +1 -0
  64. package/lib/cjs/code/stories/code-with-line-numbers.story.js +31 -0
  65. package/lib/cjs/code/stories/code-with-line-numbers.story.js.map +1 -0
  66. package/lib/cjs/code/stories/code.stories.js +166 -0
  67. package/lib/cjs/code/stories/code.stories.js.map +1 -0
  68. package/lib/cjs/code/stories/example-code-snippets.js +81 -0
  69. package/lib/cjs/code/stories/example-code-snippets.js.map +1 -0
  70. package/lib/cjs/code/stories/index.js +68 -0
  71. package/lib/cjs/code/stories/index.js.map +1 -0
  72. package/lib/cjs/context-menu/stories/context-menu-custom-items.story.js +33 -0
  73. package/lib/cjs/context-menu/stories/context-menu-custom-items.story.js.map +1 -0
  74. package/lib/cjs/context-menu/stories/context-menu-default.story.js +45 -0
  75. package/lib/cjs/context-menu/stories/context-menu-default.story.js.map +1 -0
  76. package/lib/cjs/context-menu/stories/context-menu-in-modal.story.js +38 -0
  77. package/lib/cjs/context-menu/stories/context-menu-in-modal.story.js.map +1 -0
  78. package/lib/cjs/context-menu/stories/context-menu-in-popover.story.js +34 -0
  79. package/lib/cjs/context-menu/stories/context-menu-in-popover.story.js.map +1 -0
  80. package/lib/cjs/context-menu/stories/context-menu-nested.story.js +34 -0
  81. package/lib/cjs/context-menu/stories/context-menu-nested.story.js.map +1 -0
  82. package/lib/cjs/context-menu/stories/context-menu-placements.story.js +45 -0
  83. package/lib/cjs/context-menu/stories/context-menu-placements.story.js.map +1 -0
  84. package/lib/cjs/context-menu/stories/context-menu-with-disabled-item.story.js +36 -0
  85. package/lib/cjs/context-menu/stories/context-menu-with-disabled-item.story.js.map +1 -0
  86. package/lib/cjs/context-menu/stories/context-menu-with-divider.story.js +36 -0
  87. package/lib/cjs/context-menu/stories/context-menu-with-divider.story.js.map +1 -0
  88. package/lib/cjs/context-menu/stories/context-menu-with-header.story.js +36 -0
  89. package/lib/cjs/context-menu/stories/context-menu-with-header.story.js.map +1 -0
  90. package/lib/cjs/context-menu/stories/context-menu-with-icon.story.js +34 -0
  91. package/lib/cjs/context-menu/stories/context-menu-with-icon.story.js.map +1 -0
  92. package/lib/cjs/context-menu/stories/context-menu.stories.js +170 -0
  93. package/lib/cjs/context-menu/stories/context-menu.stories.js.map +1 -0
  94. package/lib/cjs/context-menu/stories/index.js +68 -0
  95. package/lib/cjs/context-menu/stories/index.js.map +1 -0
  96. package/lib/cjs/data-grid/Components.js +1 -1
  97. package/lib/cjs/date-picker/stories/date-picker-default.story.js +41 -0
  98. package/lib/cjs/date-picker/stories/date-picker-default.story.js.map +1 -0
  99. package/lib/cjs/date-picker/stories/date-picker-disabled.story.js +38 -0
  100. package/lib/cjs/date-picker/stories/date-picker-disabled.story.js.map +1 -0
  101. package/lib/cjs/date-picker/stories/date-picker-full.story.js +60 -0
  102. package/lib/cjs/date-picker/stories/date-picker-full.story.js.map +1 -0
  103. package/lib/cjs/date-picker/stories/date-picker-inside-modal.story.js +41 -0
  104. package/lib/cjs/date-picker/stories/date-picker-inside-modal.story.js.map +1 -0
  105. package/lib/cjs/date-picker/stories/date-picker-min-max-date.story.js +45 -0
  106. package/lib/cjs/date-picker/stories/date-picker-min-max-date.story.js.map +1 -0
  107. package/lib/cjs/date-picker/stories/date-picker-opens-to-date.story.js +43 -0
  108. package/lib/cjs/date-picker/stories/date-picker-opens-to-date.story.js.map +1 -0
  109. package/lib/cjs/date-picker/stories/date-picker-starts-on-monday.story.js +42 -0
  110. package/lib/cjs/date-picker/stories/date-picker-starts-on-monday.story.js.map +1 -0
  111. package/lib/cjs/date-picker/stories/date-picker-text-input-props.story.js +44 -0
  112. package/lib/cjs/date-picker/stories/date-picker-text-input-props.story.js.map +1 -0
  113. package/lib/cjs/date-picker/stories/date-picker-with-time-picker.story.js +45 -0
  114. package/lib/cjs/date-picker/stories/date-picker-with-time-picker.story.js.map +1 -0
  115. package/lib/cjs/date-picker/stories/date-picker.stories.js +207 -0
  116. package/lib/cjs/date-picker/stories/date-picker.stories.js.map +1 -0
  117. package/lib/cjs/date-picker/stories/index.js +64 -0
  118. package/lib/cjs/date-picker/stories/index.js.map +1 -0
  119. package/lib/cjs/drawer/stories/drawer-full.story.js +36 -0
  120. package/lib/cjs/drawer/stories/drawer-full.story.js.map +1 -0
  121. package/lib/cjs/drawer/stories/drawer-not-closeable.story.js +33 -0
  122. package/lib/cjs/drawer/stories/drawer-not-closeable.story.js.map +1 -0
  123. package/lib/cjs/drawer/stories/drawer-overlay.story.js +33 -0
  124. package/lib/cjs/drawer/stories/drawer-overlay.story.js.map +1 -0
  125. package/lib/cjs/drawer/stories/drawer-portaled.story.js +38 -0
  126. package/lib/cjs/drawer/stories/drawer-portaled.story.js.map +1 -0
  127. package/lib/cjs/drawer/stories/drawer-push.story.js +32 -0
  128. package/lib/cjs/drawer/stories/drawer-push.story.js.map +1 -0
  129. package/lib/cjs/drawer/stories/drawer-resizable.story.js +36 -0
  130. package/lib/cjs/drawer/stories/drawer-resizable.story.js.map +1 -0
  131. package/lib/cjs/drawer/stories/drawer-right-side.story.js +33 -0
  132. package/lib/cjs/drawer/stories/drawer-right-side.story.js.map +1 -0
  133. package/lib/cjs/drawer/stories/drawer-scrollable.story.js +33 -0
  134. package/lib/cjs/drawer/stories/drawer-scrollable.story.js.map +1 -0
  135. package/lib/cjs/drawer/stories/drawer.stories.js +150 -0
  136. package/lib/cjs/drawer/stories/drawer.stories.js.map +1 -0
  137. package/lib/cjs/drawer/stories/index.js +60 -0
  138. package/lib/cjs/drawer/stories/index.js.map +1 -0
  139. package/lib/cjs/dropzone/stories/dropzone-csv-files.story.js +37 -0
  140. package/lib/cjs/dropzone/stories/dropzone-csv-files.story.js.map +1 -0
  141. package/lib/cjs/dropzone/stories/dropzone-custom-extensions.story.js +36 -0
  142. package/lib/cjs/dropzone/stories/dropzone-custom-extensions.story.js.map +1 -0
  143. package/lib/cjs/dropzone/stories/dropzone-default.story.js +36 -0
  144. package/lib/cjs/dropzone/stories/dropzone-default.story.js.map +1 -0
  145. package/lib/cjs/dropzone/stories/dropzone-disabled.story.js +38 -0
  146. package/lib/cjs/dropzone/stories/dropzone-disabled.story.js.map +1 -0
  147. package/lib/cjs/dropzone/stories/dropzone-full.story.js +109 -0
  148. package/lib/cjs/dropzone/stories/dropzone-full.story.js.map +1 -0
  149. package/lib/cjs/dropzone/stories/dropzone-loading-progress.story.js +31 -0
  150. package/lib/cjs/dropzone/stories/dropzone-loading-progress.story.js.map +1 -0
  151. package/lib/cjs/dropzone/stories/dropzone-loading-spinner.story.js +31 -0
  152. package/lib/cjs/dropzone/stories/dropzone-loading-spinner.story.js.map +1 -0
  153. package/lib/cjs/dropzone/stories/dropzone.stories.js +121 -0
  154. package/lib/cjs/dropzone/stories/dropzone.stories.js.map +1 -0
  155. package/lib/cjs/dropzone/stories/index.js +56 -0
  156. package/lib/cjs/dropzone/stories/index.js.map +1 -0
  157. package/lib/cjs/graph-label/stories/graph-label-color.story.js +30 -0
  158. package/lib/cjs/graph-label/stories/graph-label-color.story.js.map +1 -0
  159. package/lib/cjs/graph-label/stories/graph-label-disabled.story.js +30 -0
  160. package/lib/cjs/graph-label/stories/graph-label-disabled.story.js.map +1 -0
  161. package/lib/cjs/graph-label/stories/graph-label-fluid.story.js +30 -0
  162. package/lib/cjs/graph-label/stories/graph-label-fluid.story.js.map +1 -0
  163. package/lib/cjs/graph-label/stories/graph-label-non-interactive.story.js +30 -0
  164. package/lib/cjs/graph-label/stories/graph-label-non-interactive.story.js.map +1 -0
  165. package/lib/cjs/graph-label/stories/graph-label-selected.story.js +30 -0
  166. package/lib/cjs/graph-label/stories/graph-label-selected.story.js.map +1 -0
  167. package/lib/cjs/graph-label/stories/graph-label-sizes.story.js +30 -0
  168. package/lib/cjs/graph-label/stories/graph-label-sizes.story.js.map +1 -0
  169. package/lib/cjs/graph-label/stories/graph-label-types.story.js +30 -0
  170. package/lib/cjs/graph-label/stories/graph-label-types.story.js.map +1 -0
  171. package/lib/cjs/graph-label/stories/graph-label.stories.js +132 -0
  172. package/lib/cjs/graph-label/stories/graph-label.stories.js.map +1 -0
  173. package/lib/cjs/graph-label/stories/index.js +56 -0
  174. package/lib/cjs/graph-label/stories/index.js.map +1 -0
  175. package/lib/cjs/graph-visualization/graph-visualization-buttons.js +2 -2
  176. package/lib/cjs/graph-visualization/graph-visualization.js +20 -4
  177. package/lib/cjs/graph-visualization/graph-visualization.js.map +1 -1
  178. package/lib/cjs/graph-visualization/stories/graph-visualization-highlighting.story.js +30 -0
  179. package/lib/cjs/graph-visualization/stories/graph-visualization-highlighting.story.js.map +1 -0
  180. package/lib/cjs/graph-visualization/stories/graph-visualization.stories.js +14 -1
  181. package/lib/cjs/graph-visualization/stories/graph-visualization.stories.js.map +1 -1
  182. package/lib/cjs/graph-visualization/stories/index.js +5 -1
  183. package/lib/cjs/graph-visualization/stories/index.js.map +1 -1
  184. package/lib/cjs/graph-visualization/{use-managed-selection-state.js → use-managed-node-state.js} +10 -6
  185. package/lib/cjs/graph-visualization/use-managed-node-state.js.map +1 -0
  186. package/lib/cjs/label/stories/index.js +44 -0
  187. package/lib/cjs/label/stories/index.js.map +1 -0
  188. package/lib/cjs/label/stories/label-colors.story.js +30 -0
  189. package/lib/cjs/label/stories/label-colors.story.js.map +1 -0
  190. package/lib/cjs/label/stories/label-default.story.js +30 -0
  191. package/lib/cjs/label/stories/label-default.story.js.map +1 -0
  192. package/lib/cjs/label/stories/label-fills.story.js +30 -0
  193. package/lib/cjs/label/stories/label-fills.story.js.map +1 -0
  194. package/lib/cjs/label/stories/label-with-icons.story.js +30 -0
  195. package/lib/cjs/label/stories/label-with-icons.story.js.map +1 -0
  196. package/lib/cjs/label/stories/label.stories.js +93 -0
  197. package/lib/cjs/label/stories/label.stories.js.map +1 -0
  198. package/lib/cjs/loading-bar/stories/index.js +36 -0
  199. package/lib/cjs/loading-bar/stories/index.js.map +1 -0
  200. package/lib/cjs/loading-bar/stories/loading-bar-default.story.js +30 -0
  201. package/lib/cjs/loading-bar/stories/loading-bar-default.story.js.map +1 -0
  202. package/lib/cjs/loading-bar/stories/loading-bar-with-rail.story.js +30 -0
  203. package/lib/cjs/loading-bar/stories/loading-bar-with-rail.story.js.map +1 -0
  204. package/lib/cjs/loading-bar/stories/loading-bar.stories.js +67 -0
  205. package/lib/cjs/loading-bar/stories/loading-bar.stories.js.map +1 -0
  206. package/lib/cjs/loading-spinner/stories/index.js +36 -0
  207. package/lib/cjs/loading-spinner/stories/index.js.map +1 -0
  208. package/lib/cjs/loading-spinner/stories/loading-spinner-default.story.js +30 -0
  209. package/lib/cjs/loading-spinner/stories/loading-spinner-default.story.js.map +1 -0
  210. package/lib/cjs/loading-spinner/stories/loading-spinner-sizes.story.js +30 -0
  211. package/lib/cjs/loading-spinner/stories/loading-spinner-sizes.story.js.map +1 -0
  212. package/lib/cjs/loading-spinner/stories/loading-spinner.stories.js +67 -0
  213. package/lib/cjs/loading-spinner/stories/loading-spinner.stories.js.map +1 -0
  214. package/lib/cjs/next/breadcrumbs/Breadcrumbs.js +1 -1
  215. package/lib/cjs/radio/stories/index.js +56 -0
  216. package/lib/cjs/radio/stories/index.js.map +1 -0
  217. package/lib/cjs/radio/stories/radio-checkedByDefault.story.js +30 -0
  218. package/lib/cjs/radio/stories/radio-checkedByDefault.story.js.map +1 -0
  219. package/lib/cjs/radio/stories/radio-custom-label.story.js +30 -0
  220. package/lib/cjs/radio/stories/radio-custom-label.story.js.map +1 -0
  221. package/lib/cjs/radio/stories/radio-default.story.js +30 -0
  222. package/lib/cjs/radio/stories/radio-default.story.js.map +1 -0
  223. package/lib/cjs/radio/stories/radio-disabled.story.js +30 -0
  224. package/lib/cjs/radio/stories/radio-disabled.story.js.map +1 -0
  225. package/lib/cjs/radio/stories/radio-hasLabelBefore.story.js +30 -0
  226. package/lib/cjs/radio/stories/radio-hasLabelBefore.story.js.map +1 -0
  227. package/lib/cjs/radio/stories/radio-no-label.story.js +30 -0
  228. package/lib/cjs/radio/stories/radio-no-label.story.js.map +1 -0
  229. package/lib/cjs/radio/stories/radio-truncated-label.story.js +30 -0
  230. package/lib/cjs/radio/stories/radio-truncated-label.story.js.map +1 -0
  231. package/lib/cjs/radio/stories/radio.stories.js +137 -0
  232. package/lib/cjs/radio/stories/radio.stories.js.map +1 -0
  233. package/lib/cjs/segmented-control/stories/index.js +44 -0
  234. package/lib/cjs/segmented-control/stories/index.js.map +1 -0
  235. package/lib/cjs/segmented-control/stories/segmented-control-default.story.js +32 -0
  236. package/lib/cjs/segmented-control/stories/segmented-control-default.story.js.map +1 -0
  237. package/lib/cjs/segmented-control/stories/segmented-control-floating.story.js +32 -0
  238. package/lib/cjs/segmented-control/stories/segmented-control-floating.story.js.map +1 -0
  239. package/lib/cjs/segmented-control/stories/segmented-control-only-icons.story.js +33 -0
  240. package/lib/cjs/segmented-control/stories/segmented-control-only-icons.story.js.map +1 -0
  241. package/lib/cjs/segmented-control/stories/segmented-control-sizes.story.js +33 -0
  242. package/lib/cjs/segmented-control/stories/segmented-control-sizes.story.js.map +1 -0
  243. package/lib/cjs/segmented-control/stories/segmented-control.stories.js +93 -0
  244. package/lib/cjs/segmented-control/stories/segmented-control.stories.js.map +1 -0
  245. package/lib/cjs/spotlight/SpotlightTarget.js +1 -1
  246. package/lib/cjs/status-indicator/stories/index.js +32 -0
  247. package/lib/cjs/status-indicator/stories/index.js.map +1 -0
  248. package/lib/cjs/status-indicator/stories/status-indicator-types.story.js +30 -0
  249. package/lib/cjs/status-indicator/stories/status-indicator-types.story.js.map +1 -0
  250. package/lib/cjs/status-indicator/stories/status-indicator.stories.js +54 -0
  251. package/lib/cjs/status-indicator/stories/status-indicator.stories.js.map +1 -0
  252. package/lib/cjs/switch/stories/index.js +56 -0
  253. package/lib/cjs/switch/stories/index.js.map +1 -0
  254. package/lib/cjs/switch/stories/switch-checked-by-default.story.js +30 -0
  255. package/lib/cjs/switch/stories/switch-checked-by-default.story.js.map +1 -0
  256. package/lib/cjs/switch/stories/switch-default.story.js +30 -0
  257. package/lib/cjs/switch/stories/switch-default.story.js.map +1 -0
  258. package/lib/cjs/switch/stories/switch-disabled.story.js +30 -0
  259. package/lib/cjs/switch/stories/switch-disabled.story.js.map +1 -0
  260. package/lib/cjs/switch/stories/switch-full.story.js +39 -0
  261. package/lib/cjs/switch/stories/switch-full.story.js.map +1 -0
  262. package/lib/cjs/switch/stories/switch-has-label-before.story.js +30 -0
  263. package/lib/cjs/switch/stories/switch-has-label-before.story.js.map +1 -0
  264. package/lib/cjs/switch/stories/switch-indeterminate.story.js +33 -0
  265. package/lib/cjs/switch/stories/switch-indeterminate.story.js.map +1 -0
  266. package/lib/cjs/switch/stories/switch-no-label.story.js +30 -0
  267. package/lib/cjs/switch/stories/switch-no-label.story.js.map +1 -0
  268. package/lib/cjs/switch/stories/switch.stories.js +137 -0
  269. package/lib/cjs/switch/stories/switch.stories.js.map +1 -0
  270. package/lib/cjs/tabs/stories/index.js +48 -0
  271. package/lib/cjs/tabs/stories/index.js.map +1 -0
  272. package/lib/cjs/tabs/stories/tabs-default.story.js +32 -0
  273. package/lib/cjs/tabs/stories/tabs-default.story.js.map +1 -0
  274. package/lib/cjs/tabs/stories/tabs-disabled.story.js +32 -0
  275. package/lib/cjs/tabs/stories/tabs-disabled.story.js.map +1 -0
  276. package/lib/cjs/tabs/stories/tabs-fill-variants.story.js +33 -0
  277. package/lib/cjs/tabs/stories/tabs-fill-variants.story.js.map +1 -0
  278. package/lib/cjs/tabs/stories/tabs-sizes.story.js +33 -0
  279. package/lib/cjs/tabs/stories/tabs-sizes.story.js.map +1 -0
  280. package/lib/cjs/tabs/stories/tabs-with-icons.story.js +33 -0
  281. package/lib/cjs/tabs/stories/tabs-with-icons.story.js.map +1 -0
  282. package/lib/cjs/tabs/stories/tabs.stories.js +106 -0
  283. package/lib/cjs/tabs/stories/tabs.stories.js.map +1 -0
  284. package/lib/cjs/tag/stories/index.js +42 -0
  285. package/lib/cjs/tag/stories/index.js.map +1 -0
  286. package/lib/cjs/tag/stories/tag-removable.story.js +33 -0
  287. package/lib/cjs/tag/stories/tag-removable.story.js.map +1 -0
  288. package/lib/cjs/tag/stories/tag-sizes.story.js +30 -0
  289. package/lib/cjs/tag/stories/tag-sizes.story.js.map +1 -0
  290. package/lib/cjs/tag/stories/tag-types.story.js +30 -0
  291. package/lib/cjs/tag/stories/tag-types.story.js.map +1 -0
  292. package/lib/cjs/tag/stories/tag.stories.js +80 -0
  293. package/lib/cjs/tag/stories/tag.stories.js.map +1 -0
  294. package/lib/cjs/text-link/stories/index.js +40 -0
  295. package/lib/cjs/text-link/stories/index.js.map +1 -0
  296. package/lib/cjs/text-link/stories/text-link-default.story.js +30 -0
  297. package/lib/cjs/text-link/stories/text-link-default.story.js.map +1 -0
  298. package/lib/cjs/text-link/stories/text-link-external.story.js +30 -0
  299. package/lib/cjs/text-link/stories/text-link-external.story.js.map +1 -0
  300. package/lib/cjs/text-link/stories/text-link-internal-icon.story.js +30 -0
  301. package/lib/cjs/text-link/stories/text-link-internal-icon.story.js.map +1 -0
  302. package/lib/cjs/text-link/stories/text-link.stories.js +76 -0
  303. package/lib/cjs/text-link/stories/text-link.stories.js.map +1 -0
  304. package/lib/cjs/toast/Toast.js +5 -1
  305. package/lib/cjs/toast/Toast.js.map +1 -1
  306. package/lib/cjs/toast/ToastControlled.js +87 -0
  307. package/lib/cjs/toast/ToastControlled.js.map +1 -0
  308. package/lib/cjs/toast/index.js +1 -0
  309. package/lib/cjs/toast/index.js.map +1 -1
  310. package/lib/cjs/toast/stories/index.js +60 -0
  311. package/lib/cjs/toast/stories/index.js.map +1 -0
  312. package/lib/cjs/toast/stories/toast-action-story.js +38 -0
  313. package/lib/cjs/toast/stories/toast-action-story.js.map +1 -0
  314. package/lib/cjs/toast/stories/toast-closeable-story.js +37 -0
  315. package/lib/cjs/toast/stories/toast-closeable-story.js.map +1 -0
  316. package/lib/cjs/toast/stories/toast-controlled-story.js +44 -0
  317. package/lib/cjs/toast/stories/toast-controlled-story.js.map +1 -0
  318. package/lib/cjs/toast/stories/toast-custom-story.js +32 -0
  319. package/lib/cjs/toast/stories/toast-custom-story.js.map +1 -0
  320. package/lib/cjs/toast/stories/toast-danger-story.js +32 -0
  321. package/lib/cjs/toast/stories/toast-danger-story.js.map +1 -0
  322. package/lib/cjs/toast/stories/toast-neutral-story.js +32 -0
  323. package/lib/cjs/toast/stories/toast-neutral-story.js.map +1 -0
  324. package/lib/cjs/toast/stories/toast-progress-bar.js +49 -0
  325. package/lib/cjs/toast/stories/toast-progress-bar.js.map +1 -0
  326. package/lib/cjs/toast/stories/toast-success-story.js +32 -0
  327. package/lib/cjs/toast/stories/toast-success-story.js.map +1 -0
  328. package/lib/cjs/toast/stories/toast.stories.js +137 -0
  329. package/lib/cjs/toast/stories/toast.stories.js.map +1 -0
  330. package/lib/cjs/tree-view/TreeItemWrapper.js +1 -2
  331. package/lib/cjs/tree-view/TreeItemWrapper.js.map +1 -1
  332. package/lib/esm/_common/CodeBlockWrapper.js +1 -1
  333. package/lib/esm/avatar/Avatar.js +1 -1
  334. package/lib/esm/avatar/stories/avatar-shapes.story.js +1 -1
  335. package/lib/esm/avatar/stories/avatar-shapes.story.js.map +1 -1
  336. package/lib/esm/avatar/stories/avatar-sizes.story.js +1 -1
  337. package/lib/esm/avatar/stories/avatar-sizes.story.js.map +1 -1
  338. package/lib/esm/avatar/stories/avatar-statuses.story.js +1 -1
  339. package/lib/esm/avatar/stories/avatar-statuses.story.js.map +1 -1
  340. package/lib/esm/avatar/stories/avatar-types.story.js +1 -1
  341. package/lib/esm/avatar/stories/avatar-types.story.js.map +1 -1
  342. package/lib/esm/avatar/stories/avatar.stories.js +11 -0
  343. package/lib/esm/avatar/stories/avatar.stories.js.map +1 -1
  344. package/lib/esm/breadcrumbs/Breadcrumbs.js +2 -2
  345. package/lib/esm/callout/stories/callout-default.story.js +28 -0
  346. package/lib/esm/callout/stories/callout-default.story.js.map +1 -0
  347. package/lib/esm/callout/stories/callout-full.story.js +28 -0
  348. package/lib/esm/callout/stories/callout-full.story.js.map +1 -0
  349. package/lib/esm/callout/stories/callout-types.story.js +28 -0
  350. package/lib/esm/callout/stories/callout-types.story.js.map +1 -0
  351. package/lib/esm/callout/stories/callout-with-children.story.js +28 -0
  352. package/lib/esm/callout/stories/callout-with-children.story.js.map +1 -0
  353. package/lib/esm/callout/stories/callout-without-header.story.js +28 -0
  354. package/lib/esm/callout/stories/callout-without-header.story.js.map +1 -0
  355. package/lib/esm/callout/stories/callout.stories.js +98 -0
  356. package/lib/esm/callout/stories/callout.stories.js.map +1 -0
  357. package/lib/esm/callout/stories/index.js +37 -0
  358. package/lib/esm/callout/stories/index.js.map +1 -0
  359. package/lib/esm/checkbox/stories/checkbox-checkedByDefault.story.js +28 -0
  360. package/lib/esm/checkbox/stories/checkbox-checkedByDefault.story.js.map +1 -0
  361. package/lib/esm/checkbox/stories/checkbox-default.story.js +28 -0
  362. package/lib/esm/checkbox/stories/checkbox-default.story.js.map +1 -0
  363. package/lib/esm/checkbox/stories/checkbox-disabled.story.js +28 -0
  364. package/lib/esm/checkbox/stories/checkbox-disabled.story.js.map +1 -0
  365. package/lib/esm/checkbox/stories/checkbox-full.story.js +37 -0
  366. package/lib/esm/checkbox/stories/checkbox-full.story.js.map +1 -0
  367. package/lib/esm/checkbox/stories/checkbox-hasLabelBefore.story.js +28 -0
  368. package/lib/esm/checkbox/stories/checkbox-hasLabelBefore.story.js.map +1 -0
  369. package/lib/esm/checkbox/stories/checkbox-indeterminate.story.js +31 -0
  370. package/lib/esm/checkbox/stories/checkbox-indeterminate.story.js.map +1 -0
  371. package/lib/esm/checkbox/stories/checkbox-no-label.story.js +28 -0
  372. package/lib/esm/checkbox/stories/checkbox-no-label.story.js.map +1 -0
  373. package/lib/esm/checkbox/stories/checkbox.stories.js +134 -0
  374. package/lib/esm/checkbox/stories/checkbox.stories.js.map +1 -0
  375. package/lib/esm/checkbox/stories/index.js +43 -0
  376. package/lib/esm/checkbox/stories/index.js.map +1 -0
  377. package/lib/esm/code/stories/code-default.story.js +29 -0
  378. package/lib/esm/code/stories/code-default.story.js.map +1 -0
  379. package/lib/esm/code/stories/code-disabled.story.js +43 -0
  380. package/lib/esm/code/stories/code-disabled.story.js.map +1 -0
  381. package/lib/esm/code/stories/code-full.story.js +43 -0
  382. package/lib/esm/code/stories/code-full.story.js.map +1 -0
  383. package/lib/esm/code/stories/code-inline-runnable.story.js +28 -0
  384. package/lib/esm/code/stories/code-inline-runnable.story.js.map +1 -0
  385. package/lib/esm/code/stories/code-inline.story.js +28 -0
  386. package/lib/esm/code/stories/code-inline.story.js.map +1 -0
  387. package/lib/esm/code/stories/code-languages.story.js +29 -0
  388. package/lib/esm/code/stories/code-languages.story.js.map +1 -0
  389. package/lib/esm/code/stories/code-overflow.story.js +29 -0
  390. package/lib/esm/code/stories/code-overflow.story.js.map +1 -0
  391. package/lib/esm/code/stories/code-with-actions.story.js +43 -0
  392. package/lib/esm/code/stories/code-with-actions.story.js.map +1 -0
  393. package/lib/esm/code/stories/code-with-header.story.js +29 -0
  394. package/lib/esm/code/stories/code-with-header.story.js.map +1 -0
  395. package/lib/esm/code/stories/code-with-line-numbers.story.js +29 -0
  396. package/lib/esm/code/stories/code-with-line-numbers.story.js.map +1 -0
  397. package/lib/esm/code/stories/code.stories.js +163 -0
  398. package/lib/esm/code/stories/code.stories.js.map +1 -0
  399. package/lib/esm/code/stories/example-code-snippets.js +78 -0
  400. package/lib/esm/code/stories/example-code-snippets.js.map +1 -0
  401. package/lib/esm/code/stories/index.js +52 -0
  402. package/lib/esm/code/stories/index.js.map +1 -0
  403. package/lib/esm/context-menu/stories/context-menu-custom-items.story.js +31 -0
  404. package/lib/esm/context-menu/stories/context-menu-custom-items.story.js.map +1 -0
  405. package/lib/esm/context-menu/stories/context-menu-default.story.js +43 -0
  406. package/lib/esm/context-menu/stories/context-menu-default.story.js.map +1 -0
  407. package/lib/esm/context-menu/stories/context-menu-in-modal.story.js +36 -0
  408. package/lib/esm/context-menu/stories/context-menu-in-modal.story.js.map +1 -0
  409. package/lib/esm/context-menu/stories/context-menu-in-popover.story.js +32 -0
  410. package/lib/esm/context-menu/stories/context-menu-in-popover.story.js.map +1 -0
  411. package/lib/esm/context-menu/stories/context-menu-nested.story.js +32 -0
  412. package/lib/esm/context-menu/stories/context-menu-nested.story.js.map +1 -0
  413. package/lib/esm/context-menu/stories/context-menu-placements.story.js +43 -0
  414. package/lib/esm/context-menu/stories/context-menu-placements.story.js.map +1 -0
  415. package/lib/esm/context-menu/stories/context-menu-with-disabled-item.story.js +34 -0
  416. package/lib/esm/context-menu/stories/context-menu-with-disabled-item.story.js.map +1 -0
  417. package/lib/esm/context-menu/stories/context-menu-with-divider.story.js +34 -0
  418. package/lib/esm/context-menu/stories/context-menu-with-divider.story.js.map +1 -0
  419. package/lib/esm/context-menu/stories/context-menu-with-header.story.js +34 -0
  420. package/lib/esm/context-menu/stories/context-menu-with-header.story.js.map +1 -0
  421. package/lib/esm/context-menu/stories/context-menu-with-icon.story.js +32 -0
  422. package/lib/esm/context-menu/stories/context-menu-with-icon.story.js.map +1 -0
  423. package/lib/esm/context-menu/stories/context-menu.stories.js +167 -0
  424. package/lib/esm/context-menu/stories/context-menu.stories.js.map +1 -0
  425. package/lib/esm/context-menu/stories/index.js +52 -0
  426. package/lib/esm/context-menu/stories/index.js.map +1 -0
  427. package/lib/esm/data-grid/Components.js +1 -1
  428. package/lib/esm/date-picker/stories/date-picker-default.story.js +39 -0
  429. package/lib/esm/date-picker/stories/date-picker-default.story.js.map +1 -0
  430. package/lib/esm/date-picker/stories/date-picker-disabled.story.js +36 -0
  431. package/lib/esm/date-picker/stories/date-picker-disabled.story.js.map +1 -0
  432. package/lib/esm/date-picker/stories/date-picker-full.story.js +58 -0
  433. package/lib/esm/date-picker/stories/date-picker-full.story.js.map +1 -0
  434. package/lib/esm/date-picker/stories/date-picker-inside-modal.story.js +39 -0
  435. package/lib/esm/date-picker/stories/date-picker-inside-modal.story.js.map +1 -0
  436. package/lib/esm/date-picker/stories/date-picker-min-max-date.story.js +43 -0
  437. package/lib/esm/date-picker/stories/date-picker-min-max-date.story.js.map +1 -0
  438. package/lib/esm/date-picker/stories/date-picker-opens-to-date.story.js +41 -0
  439. package/lib/esm/date-picker/stories/date-picker-opens-to-date.story.js.map +1 -0
  440. package/lib/esm/date-picker/stories/date-picker-starts-on-monday.story.js +40 -0
  441. package/lib/esm/date-picker/stories/date-picker-starts-on-monday.story.js.map +1 -0
  442. package/lib/esm/date-picker/stories/date-picker-text-input-props.story.js +42 -0
  443. package/lib/esm/date-picker/stories/date-picker-text-input-props.story.js.map +1 -0
  444. package/lib/esm/date-picker/stories/date-picker-with-time-picker.story.js +43 -0
  445. package/lib/esm/date-picker/stories/date-picker-with-time-picker.story.js.map +1 -0
  446. package/lib/esm/date-picker/stories/date-picker.stories.js +201 -0
  447. package/lib/esm/date-picker/stories/date-picker.stories.js.map +1 -0
  448. package/lib/esm/date-picker/stories/index.js +49 -0
  449. package/lib/esm/date-picker/stories/index.js.map +1 -0
  450. package/lib/esm/drawer/stories/drawer-full.story.js +34 -0
  451. package/lib/esm/drawer/stories/drawer-full.story.js.map +1 -0
  452. package/lib/esm/drawer/stories/drawer-not-closeable.story.js +31 -0
  453. package/lib/esm/drawer/stories/drawer-not-closeable.story.js.map +1 -0
  454. package/lib/esm/drawer/stories/drawer-overlay.story.js +31 -0
  455. package/lib/esm/drawer/stories/drawer-overlay.story.js.map +1 -0
  456. package/lib/esm/drawer/stories/drawer-portaled.story.js +36 -0
  457. package/lib/esm/drawer/stories/drawer-portaled.story.js.map +1 -0
  458. package/lib/esm/drawer/stories/drawer-push.story.js +30 -0
  459. package/lib/esm/drawer/stories/drawer-push.story.js.map +1 -0
  460. package/lib/esm/drawer/stories/drawer-resizable.story.js +34 -0
  461. package/lib/esm/drawer/stories/drawer-resizable.story.js.map +1 -0
  462. package/lib/esm/drawer/stories/drawer-right-side.story.js +31 -0
  463. package/lib/esm/drawer/stories/drawer-right-side.story.js.map +1 -0
  464. package/lib/esm/drawer/stories/drawer-scrollable.story.js +31 -0
  465. package/lib/esm/drawer/stories/drawer-scrollable.story.js.map +1 -0
  466. package/lib/esm/drawer/stories/drawer.stories.js +147 -0
  467. package/lib/esm/drawer/stories/drawer.stories.js.map +1 -0
  468. package/lib/esm/drawer/stories/index.js +46 -0
  469. package/lib/esm/drawer/stories/index.js.map +1 -0
  470. package/lib/esm/dropzone/stories/dropzone-csv-files.story.js +35 -0
  471. package/lib/esm/dropzone/stories/dropzone-csv-files.story.js.map +1 -0
  472. package/lib/esm/dropzone/stories/dropzone-custom-extensions.story.js +34 -0
  473. package/lib/esm/dropzone/stories/dropzone-custom-extensions.story.js.map +1 -0
  474. package/lib/esm/dropzone/stories/dropzone-default.story.js +34 -0
  475. package/lib/esm/dropzone/stories/dropzone-default.story.js.map +1 -0
  476. package/lib/esm/dropzone/stories/dropzone-disabled.story.js +36 -0
  477. package/lib/esm/dropzone/stories/dropzone-disabled.story.js.map +1 -0
  478. package/lib/esm/dropzone/stories/dropzone-full.story.js +107 -0
  479. package/lib/esm/dropzone/stories/dropzone-full.story.js.map +1 -0
  480. package/lib/esm/dropzone/stories/dropzone-loading-progress.story.js +29 -0
  481. package/lib/esm/dropzone/stories/dropzone-loading-progress.story.js.map +1 -0
  482. package/lib/esm/dropzone/stories/dropzone-loading-spinner.story.js +29 -0
  483. package/lib/esm/dropzone/stories/dropzone-loading-spinner.story.js.map +1 -0
  484. package/lib/esm/dropzone/stories/dropzone.stories.js +118 -0
  485. package/lib/esm/dropzone/stories/dropzone.stories.js.map +1 -0
  486. package/lib/esm/dropzone/stories/index.js +43 -0
  487. package/lib/esm/dropzone/stories/index.js.map +1 -0
  488. package/lib/esm/graph-label/stories/graph-label-color.story.js +28 -0
  489. package/lib/esm/graph-label/stories/graph-label-color.story.js.map +1 -0
  490. package/lib/esm/graph-label/stories/graph-label-disabled.story.js +28 -0
  491. package/lib/esm/graph-label/stories/graph-label-disabled.story.js.map +1 -0
  492. package/lib/esm/graph-label/stories/graph-label-fluid.story.js +28 -0
  493. package/lib/esm/graph-label/stories/graph-label-fluid.story.js.map +1 -0
  494. package/lib/esm/graph-label/stories/graph-label-non-interactive.story.js +28 -0
  495. package/lib/esm/graph-label/stories/graph-label-non-interactive.story.js.map +1 -0
  496. package/lib/esm/graph-label/stories/graph-label-selected.story.js +28 -0
  497. package/lib/esm/graph-label/stories/graph-label-selected.story.js.map +1 -0
  498. package/lib/esm/graph-label/stories/graph-label-sizes.story.js +28 -0
  499. package/lib/esm/graph-label/stories/graph-label-sizes.story.js.map +1 -0
  500. package/lib/esm/graph-label/stories/graph-label-types.story.js +28 -0
  501. package/lib/esm/graph-label/stories/graph-label-types.story.js.map +1 -0
  502. package/lib/esm/graph-label/stories/graph-label.stories.js +129 -0
  503. package/lib/esm/graph-label/stories/graph-label.stories.js.map +1 -0
  504. package/lib/esm/graph-label/stories/index.js +43 -0
  505. package/lib/esm/graph-label/stories/index.js.map +1 -0
  506. package/lib/esm/graph-visualization/graph-visualization-buttons.js +2 -2
  507. package/lib/esm/graph-visualization/graph-visualization.js +20 -4
  508. package/lib/esm/graph-visualization/graph-visualization.js.map +1 -1
  509. package/lib/esm/graph-visualization/stories/graph-visualization-highlighting.story.js +28 -0
  510. package/lib/esm/graph-visualization/stories/graph-visualization-highlighting.story.js.map +1 -0
  511. package/lib/esm/graph-visualization/stories/graph-visualization.stories.js +14 -1
  512. package/lib/esm/graph-visualization/stories/graph-visualization.stories.js.map +1 -1
  513. package/lib/esm/graph-visualization/stories/index.js +3 -0
  514. package/lib/esm/graph-visualization/stories/index.js.map +1 -1
  515. package/lib/esm/graph-visualization/{use-managed-selection-state.js → use-managed-node-state.js} +9 -5
  516. package/lib/esm/graph-visualization/use-managed-node-state.js.map +1 -0
  517. package/lib/esm/label/stories/index.js +34 -0
  518. package/lib/esm/label/stories/index.js.map +1 -0
  519. package/lib/esm/label/stories/label-colors.story.js +28 -0
  520. package/lib/esm/label/stories/label-colors.story.js.map +1 -0
  521. package/lib/esm/label/stories/label-default.story.js +28 -0
  522. package/lib/esm/label/stories/label-default.story.js.map +1 -0
  523. package/lib/esm/label/stories/label-fills.story.js +28 -0
  524. package/lib/esm/label/stories/label-fills.story.js.map +1 -0
  525. package/lib/esm/label/stories/label-with-icons.story.js +28 -0
  526. package/lib/esm/label/stories/label-with-icons.story.js.map +1 -0
  527. package/lib/esm/label/stories/label.stories.js +90 -0
  528. package/lib/esm/label/stories/label.stories.js.map +1 -0
  529. package/lib/esm/loading-bar/stories/index.js +28 -0
  530. package/lib/esm/loading-bar/stories/index.js.map +1 -0
  531. package/lib/esm/loading-bar/stories/loading-bar-default.story.js +28 -0
  532. package/lib/esm/loading-bar/stories/loading-bar-default.story.js.map +1 -0
  533. package/lib/esm/loading-bar/stories/loading-bar-with-rail.story.js +28 -0
  534. package/lib/esm/loading-bar/stories/loading-bar-with-rail.story.js.map +1 -0
  535. package/lib/esm/loading-bar/stories/loading-bar.stories.js +64 -0
  536. package/lib/esm/loading-bar/stories/loading-bar.stories.js.map +1 -0
  537. package/lib/esm/loading-spinner/stories/index.js +28 -0
  538. package/lib/esm/loading-spinner/stories/index.js.map +1 -0
  539. package/lib/esm/loading-spinner/stories/loading-spinner-default.story.js +28 -0
  540. package/lib/esm/loading-spinner/stories/loading-spinner-default.story.js.map +1 -0
  541. package/lib/esm/loading-spinner/stories/loading-spinner-sizes.story.js +28 -0
  542. package/lib/esm/loading-spinner/stories/loading-spinner-sizes.story.js.map +1 -0
  543. package/lib/esm/loading-spinner/stories/loading-spinner.stories.js +64 -0
  544. package/lib/esm/loading-spinner/stories/loading-spinner.stories.js.map +1 -0
  545. package/lib/esm/next/breadcrumbs/Breadcrumbs.js +1 -1
  546. package/lib/esm/radio/stories/index.js +43 -0
  547. package/lib/esm/radio/stories/index.js.map +1 -0
  548. package/lib/esm/radio/stories/radio-checkedByDefault.story.js +28 -0
  549. package/lib/esm/radio/stories/radio-checkedByDefault.story.js.map +1 -0
  550. package/lib/esm/radio/stories/radio-custom-label.story.js +28 -0
  551. package/lib/esm/radio/stories/radio-custom-label.story.js.map +1 -0
  552. package/lib/esm/radio/stories/radio-default.story.js +28 -0
  553. package/lib/esm/radio/stories/radio-default.story.js.map +1 -0
  554. package/lib/esm/radio/stories/radio-disabled.story.js +28 -0
  555. package/lib/esm/radio/stories/radio-disabled.story.js.map +1 -0
  556. package/lib/esm/radio/stories/radio-hasLabelBefore.story.js +28 -0
  557. package/lib/esm/radio/stories/radio-hasLabelBefore.story.js.map +1 -0
  558. package/lib/esm/radio/stories/radio-no-label.story.js +28 -0
  559. package/lib/esm/radio/stories/radio-no-label.story.js.map +1 -0
  560. package/lib/esm/radio/stories/radio-truncated-label.story.js +28 -0
  561. package/lib/esm/radio/stories/radio-truncated-label.story.js.map +1 -0
  562. package/lib/esm/radio/stories/radio.stories.js +134 -0
  563. package/lib/esm/radio/stories/radio.stories.js.map +1 -0
  564. package/lib/esm/segmented-control/stories/index.js +34 -0
  565. package/lib/esm/segmented-control/stories/index.js.map +1 -0
  566. package/lib/esm/segmented-control/stories/segmented-control-default.story.js +30 -0
  567. package/lib/esm/segmented-control/stories/segmented-control-default.story.js.map +1 -0
  568. package/lib/esm/segmented-control/stories/segmented-control-floating.story.js +30 -0
  569. package/lib/esm/segmented-control/stories/segmented-control-floating.story.js.map +1 -0
  570. package/lib/esm/segmented-control/stories/segmented-control-only-icons.story.js +31 -0
  571. package/lib/esm/segmented-control/stories/segmented-control-only-icons.story.js.map +1 -0
  572. package/lib/esm/segmented-control/stories/segmented-control-sizes.story.js +31 -0
  573. package/lib/esm/segmented-control/stories/segmented-control-sizes.story.js.map +1 -0
  574. package/lib/esm/segmented-control/stories/segmented-control.stories.js +90 -0
  575. package/lib/esm/segmented-control/stories/segmented-control.stories.js.map +1 -0
  576. package/lib/esm/spotlight/SpotlightTarget.js +1 -1
  577. package/lib/esm/status-indicator/stories/index.js +25 -0
  578. package/lib/esm/status-indicator/stories/index.js.map +1 -0
  579. package/lib/esm/status-indicator/stories/status-indicator-types.story.js +28 -0
  580. package/lib/esm/status-indicator/stories/status-indicator-types.story.js.map +1 -0
  581. package/lib/esm/status-indicator/stories/status-indicator.stories.js +51 -0
  582. package/lib/esm/status-indicator/stories/status-indicator.stories.js.map +1 -0
  583. package/lib/esm/switch/stories/index.js +43 -0
  584. package/lib/esm/switch/stories/index.js.map +1 -0
  585. package/lib/esm/switch/stories/switch-checked-by-default.story.js +28 -0
  586. package/lib/esm/switch/stories/switch-checked-by-default.story.js.map +1 -0
  587. package/lib/esm/switch/stories/switch-default.story.js +28 -0
  588. package/lib/esm/switch/stories/switch-default.story.js.map +1 -0
  589. package/lib/esm/switch/stories/switch-disabled.story.js +28 -0
  590. package/lib/esm/switch/stories/switch-disabled.story.js.map +1 -0
  591. package/lib/esm/switch/stories/switch-full.story.js +37 -0
  592. package/lib/esm/switch/stories/switch-full.story.js.map +1 -0
  593. package/lib/esm/switch/stories/switch-has-label-before.story.js +28 -0
  594. package/lib/esm/switch/stories/switch-has-label-before.story.js.map +1 -0
  595. package/lib/esm/switch/stories/switch-indeterminate.story.js +31 -0
  596. package/lib/esm/switch/stories/switch-indeterminate.story.js.map +1 -0
  597. package/lib/esm/switch/stories/switch-no-label.story.js +28 -0
  598. package/lib/esm/switch/stories/switch-no-label.story.js.map +1 -0
  599. package/lib/esm/switch/stories/switch.stories.js +134 -0
  600. package/lib/esm/switch/stories/switch.stories.js.map +1 -0
  601. package/lib/esm/tabs/stories/index.js +37 -0
  602. package/lib/esm/tabs/stories/index.js.map +1 -0
  603. package/lib/esm/tabs/stories/tabs-default.story.js +30 -0
  604. package/lib/esm/tabs/stories/tabs-default.story.js.map +1 -0
  605. package/lib/esm/tabs/stories/tabs-disabled.story.js +30 -0
  606. package/lib/esm/tabs/stories/tabs-disabled.story.js.map +1 -0
  607. package/lib/esm/tabs/stories/tabs-fill-variants.story.js +31 -0
  608. package/lib/esm/tabs/stories/tabs-fill-variants.story.js.map +1 -0
  609. package/lib/esm/tabs/stories/tabs-sizes.story.js +31 -0
  610. package/lib/esm/tabs/stories/tabs-sizes.story.js.map +1 -0
  611. package/lib/esm/tabs/stories/tabs-with-icons.story.js +31 -0
  612. package/lib/esm/tabs/stories/tabs-with-icons.story.js.map +1 -0
  613. package/lib/esm/tabs/stories/tabs.stories.js +103 -0
  614. package/lib/esm/tabs/stories/tabs.stories.js.map +1 -0
  615. package/lib/esm/tag/stories/index.js +32 -0
  616. package/lib/esm/tag/stories/index.js.map +1 -0
  617. package/lib/esm/tag/stories/tag-removable.story.js +31 -0
  618. package/lib/esm/tag/stories/tag-removable.story.js.map +1 -0
  619. package/lib/esm/tag/stories/tag-sizes.story.js +28 -0
  620. package/lib/esm/tag/stories/tag-sizes.story.js.map +1 -0
  621. package/lib/esm/tag/stories/tag-types.story.js +28 -0
  622. package/lib/esm/tag/stories/tag-types.story.js.map +1 -0
  623. package/lib/esm/tag/stories/tag.stories.js +77 -0
  624. package/lib/esm/tag/stories/tag.stories.js.map +1 -0
  625. package/lib/esm/text-link/stories/index.js +31 -0
  626. package/lib/esm/text-link/stories/index.js.map +1 -0
  627. package/lib/esm/text-link/stories/text-link-default.story.js +28 -0
  628. package/lib/esm/text-link/stories/text-link-default.story.js.map +1 -0
  629. package/lib/esm/text-link/stories/text-link-external.story.js +28 -0
  630. package/lib/esm/text-link/stories/text-link-external.story.js.map +1 -0
  631. package/lib/esm/text-link/stories/text-link-internal-icon.story.js +28 -0
  632. package/lib/esm/text-link/stories/text-link-internal-icon.story.js.map +1 -0
  633. package/lib/esm/text-link/stories/text-link.stories.js +73 -0
  634. package/lib/esm/text-link/stories/text-link.stories.js.map +1 -0
  635. package/lib/esm/toast/Toast.js +5 -1
  636. package/lib/esm/toast/Toast.js.map +1 -1
  637. package/lib/esm/toast/ToastControlled.js +83 -0
  638. package/lib/esm/toast/ToastControlled.js.map +1 -0
  639. package/lib/esm/toast/index.js +1 -0
  640. package/lib/esm/toast/index.js.map +1 -1
  641. package/lib/esm/toast/stories/index.js +46 -0
  642. package/lib/esm/toast/stories/index.js.map +1 -0
  643. package/lib/esm/toast/stories/toast-action-story.js +36 -0
  644. package/lib/esm/toast/stories/toast-action-story.js.map +1 -0
  645. package/lib/esm/toast/stories/toast-closeable-story.js +35 -0
  646. package/lib/esm/toast/stories/toast-closeable-story.js.map +1 -0
  647. package/lib/esm/toast/stories/toast-controlled-story.js +42 -0
  648. package/lib/esm/toast/stories/toast-controlled-story.js.map +1 -0
  649. package/lib/esm/toast/stories/toast-custom-story.js +30 -0
  650. package/lib/esm/toast/stories/toast-custom-story.js.map +1 -0
  651. package/lib/esm/toast/stories/toast-danger-story.js +30 -0
  652. package/lib/esm/toast/stories/toast-danger-story.js.map +1 -0
  653. package/lib/esm/toast/stories/toast-neutral-story.js +30 -0
  654. package/lib/esm/toast/stories/toast-neutral-story.js.map +1 -0
  655. package/lib/esm/toast/stories/toast-progress-bar.js +47 -0
  656. package/lib/esm/toast/stories/toast-progress-bar.js.map +1 -0
  657. package/lib/esm/toast/stories/toast-success-story.js +30 -0
  658. package/lib/esm/toast/stories/toast-success-story.js.map +1 -0
  659. package/lib/esm/toast/stories/toast.stories.js +134 -0
  660. package/lib/esm/toast/stories/toast.stories.js.map +1 -0
  661. package/lib/esm/tree-view/TreeItemWrapper.js +1 -2
  662. package/lib/esm/tree-view/TreeItemWrapper.js.map +1 -1
  663. package/lib/types/avatar/stories/avatar.stories.d.ts +3 -12
  664. package/lib/types/callout/stories/callout-default.story.d.ts +23 -0
  665. package/lib/types/callout/stories/callout-full.story.d.ts +23 -0
  666. package/lib/types/callout/stories/callout-types.story.d.ts +23 -0
  667. package/lib/types/callout/stories/callout-with-children.story.d.ts +23 -0
  668. package/lib/types/callout/stories/callout-without-header.story.d.ts +23 -0
  669. package/lib/types/callout/stories/callout.stories.d.ts +39 -0
  670. package/lib/types/callout/stories/index.d.ts +30 -0
  671. package/lib/types/checkbox/stories/checkbox-checkedByDefault.story.d.ts +23 -0
  672. package/lib/types/checkbox/stories/checkbox-default.story.d.ts +23 -0
  673. package/lib/types/checkbox/stories/checkbox-disabled.story.d.ts +23 -0
  674. package/lib/types/checkbox/stories/checkbox-full.story.d.ts +23 -0
  675. package/lib/types/checkbox/stories/checkbox-hasLabelBefore.story.d.ts +23 -0
  676. package/lib/types/checkbox/stories/checkbox-indeterminate.story.d.ts +23 -0
  677. package/lib/types/checkbox/stories/checkbox-no-label.story.d.ts +23 -0
  678. package/lib/types/checkbox/stories/checkbox.stories.d.ts +32 -0
  679. package/lib/types/checkbox/stories/index.d.ts +34 -0
  680. package/lib/types/code/stories/code-default.story.d.ts +23 -0
  681. package/lib/types/code/stories/code-disabled.story.d.ts +23 -0
  682. package/lib/types/code/stories/code-full.story.d.ts +23 -0
  683. package/lib/types/code/stories/code-inline-runnable.story.d.ts +23 -0
  684. package/lib/types/code/stories/code-inline.story.d.ts +23 -0
  685. package/lib/types/code/stories/code-languages.story.d.ts +23 -0
  686. package/lib/types/code/stories/code-overflow.story.d.ts +23 -0
  687. package/lib/types/code/stories/code-with-actions.story.d.ts +23 -0
  688. package/lib/types/code/stories/code-with-header.story.d.ts +23 -0
  689. package/lib/types/code/stories/code-with-line-numbers.story.d.ts +23 -0
  690. package/lib/types/code/stories/code.stories.d.ts +34 -0
  691. package/lib/types/code/stories/example-code-snippets.d.ts +27 -0
  692. package/lib/types/code/stories/index.d.ts +40 -0
  693. package/lib/types/context-menu/stories/context-menu-custom-items.story.d.ts +23 -0
  694. package/lib/types/context-menu/stories/context-menu-default.story.d.ts +23 -0
  695. package/lib/types/context-menu/stories/context-menu-in-modal.story.d.ts +23 -0
  696. package/lib/types/context-menu/stories/context-menu-in-popover.story.d.ts +23 -0
  697. package/lib/types/context-menu/stories/context-menu-nested.story.d.ts +23 -0
  698. package/lib/types/context-menu/stories/context-menu-placements.story.d.ts +23 -0
  699. package/lib/types/context-menu/stories/context-menu-with-disabled-item.story.d.ts +23 -0
  700. package/lib/types/context-menu/stories/context-menu-with-divider.story.d.ts +23 -0
  701. package/lib/types/context-menu/stories/context-menu-with-header.story.d.ts +23 -0
  702. package/lib/types/context-menu/stories/context-menu-with-icon.story.d.ts +23 -0
  703. package/lib/types/context-menu/stories/context-menu.stories.d.ts +34 -0
  704. package/lib/types/context-menu/stories/index.d.ts +40 -0
  705. package/lib/types/date-picker/stories/date-picker-default.story.d.ts +23 -0
  706. package/lib/types/date-picker/stories/date-picker-disabled.story.d.ts +23 -0
  707. package/lib/types/date-picker/stories/date-picker-full.story.d.ts +23 -0
  708. package/lib/types/date-picker/stories/date-picker-inside-modal.story.d.ts +23 -0
  709. package/lib/types/date-picker/stories/date-picker-min-max-date.story.d.ts +23 -0
  710. package/lib/types/date-picker/stories/date-picker-opens-to-date.story.d.ts +23 -0
  711. package/lib/types/date-picker/stories/date-picker-starts-on-monday.story.d.ts +23 -0
  712. package/lib/types/date-picker/stories/date-picker-text-input-props.story.d.ts +23 -0
  713. package/lib/types/date-picker/stories/date-picker-with-time-picker.story.d.ts +23 -0
  714. package/lib/types/date-picker/stories/date-picker.stories.d.ts +34 -0
  715. package/lib/types/date-picker/stories/index.d.ts +38 -0
  716. package/lib/types/drawer/stories/drawer-full.story.d.ts +23 -0
  717. package/lib/types/drawer/stories/drawer-not-closeable.story.d.ts +23 -0
  718. package/lib/types/drawer/stories/drawer-overlay.story.d.ts +23 -0
  719. package/lib/types/drawer/stories/drawer-portaled.story.d.ts +23 -0
  720. package/lib/types/drawer/stories/drawer-push.story.d.ts +22 -0
  721. package/lib/types/drawer/stories/drawer-resizable.story.d.ts +23 -0
  722. package/lib/types/drawer/stories/drawer-right-side.story.d.ts +23 -0
  723. package/lib/types/drawer/stories/drawer-scrollable.story.d.ts +23 -0
  724. package/lib/types/drawer/stories/drawer.stories.d.ts +62 -0
  725. package/lib/types/drawer/stories/index.d.ts +36 -0
  726. package/lib/types/dropzone/stories/dropzone-csv-files.story.d.ts +23 -0
  727. package/lib/types/dropzone/stories/dropzone-custom-extensions.story.d.ts +23 -0
  728. package/lib/types/dropzone/stories/dropzone-default.story.d.ts +23 -0
  729. package/lib/types/dropzone/stories/dropzone-disabled.story.d.ts +23 -0
  730. package/lib/types/dropzone/stories/dropzone-full.story.d.ts +23 -0
  731. package/lib/types/dropzone/stories/dropzone-loading-progress.story.d.ts +23 -0
  732. package/lib/types/dropzone/stories/dropzone-loading-spinner.story.d.ts +23 -0
  733. package/lib/types/dropzone/stories/dropzone.stories.d.ts +32 -0
  734. package/lib/types/dropzone/stories/index.d.ts +34 -0
  735. package/lib/types/graph-label/stories/graph-label-color.story.d.ts +23 -0
  736. package/lib/types/graph-label/stories/graph-label-disabled.story.d.ts +23 -0
  737. package/lib/types/graph-label/stories/graph-label-fluid.story.d.ts +23 -0
  738. package/lib/types/graph-label/stories/graph-label-non-interactive.story.d.ts +23 -0
  739. package/lib/types/graph-label/stories/graph-label-selected.story.d.ts +23 -0
  740. package/lib/types/graph-label/stories/graph-label-sizes.story.d.ts +23 -0
  741. package/lib/types/graph-label/stories/graph-label-types.story.d.ts +23 -0
  742. package/lib/types/graph-label/stories/graph-label.stories.d.ts +32 -0
  743. package/lib/types/graph-label/stories/index.d.ts +34 -0
  744. package/lib/types/graph-visualization/graph-visualization.d.ts +17 -1
  745. package/lib/types/graph-visualization/stories/graph-visualization-highlighting.story.d.ts +22 -0
  746. package/lib/types/graph-visualization/stories/graph-visualization.stories.d.ts +1 -0
  747. package/lib/types/graph-visualization/stories/index.d.ts +2 -0
  748. package/lib/types/graph-visualization/{use-managed-selection-state.d.ts → use-managed-node-state.d.ts} +8 -6
  749. package/lib/types/label/stories/index.d.ts +28 -0
  750. package/lib/types/label/stories/label-colors.story.d.ts +23 -0
  751. package/lib/types/label/stories/label-default.story.d.ts +23 -0
  752. package/lib/types/label/stories/label-fills.story.d.ts +23 -0
  753. package/lib/types/label/stories/label-with-icons.story.d.ts +23 -0
  754. package/lib/types/label/stories/label.stories.d.ts +29 -0
  755. package/lib/types/loading-bar/stories/index.d.ts +24 -0
  756. package/lib/types/loading-bar/stories/loading-bar-default.story.d.ts +23 -0
  757. package/lib/types/loading-bar/stories/loading-bar-with-rail.story.d.ts +23 -0
  758. package/lib/types/loading-bar/stories/loading-bar.stories.d.ts +27 -0
  759. package/lib/types/loading-spinner/stories/index.d.ts +24 -0
  760. package/lib/types/loading-spinner/stories/loading-spinner-default.story.d.ts +23 -0
  761. package/lib/types/loading-spinner/stories/loading-spinner-sizes.story.d.ts +23 -0
  762. package/lib/types/loading-spinner/stories/loading-spinner.stories.d.ts +27 -0
  763. package/lib/types/radio/stories/index.d.ts +34 -0
  764. package/lib/types/radio/stories/radio-checkedByDefault.story.d.ts +23 -0
  765. package/lib/types/radio/stories/radio-custom-label.story.d.ts +23 -0
  766. package/lib/types/radio/stories/radio-default.story.d.ts +23 -0
  767. package/lib/types/radio/stories/radio-disabled.story.d.ts +23 -0
  768. package/lib/types/radio/stories/radio-hasLabelBefore.story.d.ts +23 -0
  769. package/lib/types/radio/stories/radio-no-label.story.d.ts +23 -0
  770. package/lib/types/radio/stories/radio-truncated-label.story.d.ts +23 -0
  771. package/lib/types/radio/stories/radio.stories.d.ts +32 -0
  772. package/lib/types/segmented-control/stories/index.d.ts +28 -0
  773. package/lib/types/segmented-control/stories/segmented-control-default.story.d.ts +23 -0
  774. package/lib/types/segmented-control/stories/segmented-control-floating.story.d.ts +23 -0
  775. package/lib/types/segmented-control/stories/segmented-control-only-icons.story.d.ts +23 -0
  776. package/lib/types/segmented-control/stories/segmented-control-sizes.story.d.ts +23 -0
  777. package/lib/types/segmented-control/stories/segmented-control.stories.d.ts +29 -0
  778. package/lib/types/status-indicator/stories/index.d.ts +22 -0
  779. package/lib/types/status-indicator/stories/status-indicator-types.story.d.ts +23 -0
  780. package/lib/types/status-indicator/stories/status-indicator.stories.d.ts +26 -0
  781. package/lib/types/switch/stories/index.d.ts +34 -0
  782. package/lib/types/switch/stories/switch-checked-by-default.story.d.ts +23 -0
  783. package/lib/types/switch/stories/switch-default.story.d.ts +23 -0
  784. package/lib/types/switch/stories/switch-disabled.story.d.ts +23 -0
  785. package/lib/types/switch/stories/switch-full.story.d.ts +23 -0
  786. package/lib/types/switch/stories/switch-has-label-before.story.d.ts +23 -0
  787. package/lib/types/switch/stories/switch-indeterminate.story.d.ts +23 -0
  788. package/lib/types/switch/stories/switch-no-label.story.d.ts +23 -0
  789. package/lib/types/switch/stories/switch.stories.d.ts +32 -0
  790. package/lib/types/tabs/stories/index.d.ts +30 -0
  791. package/lib/types/tabs/stories/tabs-default.story.d.ts +23 -0
  792. package/lib/types/tabs/stories/tabs-disabled.story.d.ts +23 -0
  793. package/lib/types/tabs/stories/tabs-fill-variants.story.d.ts +23 -0
  794. package/lib/types/tabs/stories/tabs-sizes.story.d.ts +23 -0
  795. package/lib/types/tabs/stories/tabs-with-icons.story.d.ts +23 -0
  796. package/lib/types/tabs/stories/tabs.stories.d.ts +30 -0
  797. package/lib/types/tag/stories/index.d.ts +27 -0
  798. package/lib/types/tag/stories/tag-removable.story.d.ts +23 -0
  799. package/lib/types/tag/stories/tag-sizes.story.d.ts +23 -0
  800. package/lib/types/tag/stories/tag-types.story.d.ts +23 -0
  801. package/lib/types/tag/stories/tag.stories.d.ts +28 -0
  802. package/lib/types/text-link/stories/index.d.ts +26 -0
  803. package/lib/types/text-link/stories/text-link-default.story.d.ts +23 -0
  804. package/lib/types/text-link/stories/text-link-external.story.d.ts +23 -0
  805. package/lib/types/text-link/stories/text-link-internal-icon.story.d.ts +23 -0
  806. package/lib/types/text-link/stories/text-link.stories.d.ts +28 -0
  807. package/lib/types/toast/Toast.d.ts +9 -1
  808. package/lib/types/toast/ToastControlled.d.ts +40 -0
  809. package/lib/types/toast/index.d.ts +1 -0
  810. package/lib/types/toast/stories/index.d.ts +36 -0
  811. package/lib/types/toast/stories/toast-action-story.d.ts +23 -0
  812. package/lib/types/toast/stories/toast-closeable-story.d.ts +23 -0
  813. package/lib/types/toast/stories/toast-controlled-story.d.ts +23 -0
  814. package/lib/types/toast/stories/toast-custom-story.d.ts +23 -0
  815. package/lib/types/toast/stories/toast-danger-story.d.ts +23 -0
  816. package/lib/types/toast/stories/toast-neutral-story.d.ts +23 -0
  817. package/lib/types/toast/stories/toast-progress-bar.d.ts +23 -0
  818. package/lib/types/toast/stories/toast-success-story.d.ts +23 -0
  819. package/lib/types/toast/stories/toast.stories.d.ts +38 -0
  820. package/package.json +12 -5
  821. package/lib/cjs/graph-visualization/use-managed-selection-state.js.map +0 -1
  822. package/lib/esm/graph-visualization/use-managed-selection-state.js.map +0 -1
@@ -48,6 +48,8 @@ interface BaseToastProps {
48
48
  sonnerToastProps?: SonnerExternalToast;
49
49
  /** HTML attributes */
50
50
  htmlAttributes?: HtmlAttributes<'div'>;
51
+ /** If true the toast is controlled by the parent. */
52
+ isControlled?: boolean;
51
53
  }
52
54
  interface ToastNeutralProps extends BaseToastProps {
53
55
  icon?: ReactNode;
@@ -73,6 +75,7 @@ type ToastElement = ToastVariantsProps & {
73
75
  variant: ToastVariants;
74
76
  text: ReactNode;
75
77
  initialProgressBarValue?: number;
78
+ isControlled?: boolean;
76
79
  };
77
80
  declare const Toast: React.ForwardRefExoticComponent<(Omit<ToastNeutralProps & {
78
81
  icon: ReactNode;
@@ -80,30 +83,35 @@ declare const Toast: React.ForwardRefExoticComponent<(Omit<ToastNeutralProps & {
80
83
  variant: ToastVariants;
81
84
  text: ReactNode;
82
85
  initialProgressBarValue?: number;
86
+ isControlled?: boolean;
83
87
  }, "ref"> | Omit<ToastSuccessProps & {
84
88
  icon: ReactNode;
85
89
  id: ToastId;
86
90
  variant: ToastVariants;
87
91
  text: ReactNode;
88
92
  initialProgressBarValue?: number;
93
+ isControlled?: boolean;
89
94
  }, "ref"> | Omit<ToastDangerProps & {
90
95
  icon: ReactNode;
91
96
  id: ToastId;
92
97
  variant: ToastVariants;
93
98
  text: ReactNode;
94
99
  initialProgressBarValue?: number;
100
+ isControlled?: boolean;
95
101
  }, "ref"> | Omit<ToastLoadingSpinnerProps & {
96
102
  icon: ReactNode;
97
103
  id: ToastId;
98
104
  variant: ToastVariants;
99
105
  text: ReactNode;
100
106
  initialProgressBarValue?: number;
107
+ isControlled?: boolean;
101
108
  }, "ref"> | Omit<ToastProgressBarProps & {
102
109
  icon: ReactNode;
103
110
  id: ToastId;
104
111
  variant: ToastVariants;
105
112
  text: ReactNode;
106
113
  initialProgressBarValue?: number;
114
+ isControlled?: boolean;
107
115
  }, "ref">) & React.RefAttributes<HTMLDivElement>>;
108
116
  interface Toast {
109
117
  neutral: (text: ReactNode, props?: ToastNeutralProps) => ToastId;
@@ -120,4 +128,4 @@ interface Toast {
120
128
  }
121
129
  declare const toast: Toast;
122
130
  export { Toaster, toast };
123
- export type { ToasterProps, ToastVariants, ToastCommandVariants, ToastNeutralProps, ToastSuccessProps, ToastDangerProps, ToastLoadingSpinnerProps, ToastProgressBarProps, ToastVariantsProps, ToastElement, };
131
+ export type { ToasterProps, ToastVariants, ToastCommandVariants, ToastNeutralProps, ToastSuccessProps, ToastDangerProps, ToastLoadingSpinnerProps, ToastProgressBarProps, ToastVariantsProps, ToastElement, ToastId, };
@@ -0,0 +1,40 @@
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
+
22
+ import { Toaster, type ToastId, type ToastVariants } from './Toast';
23
+ type ControlledToast = {
24
+ id: ToastId;
25
+ text: string;
26
+ onClose?: (id: ToastId) => void;
27
+ actionLabel?: string;
28
+ onAction?: (id: ToastId) => void;
29
+ } & ({
30
+ variant: Exclude<ToastVariants, 'progress-bar' | 'loading-spinner'>;
31
+ } | {
32
+ id: ToastId;
33
+ variant: Extract<ToastVariants, 'progress-bar'>;
34
+ progressBarValue: number;
35
+ });
36
+ type ToastControlledProps = {
37
+ toasts: ControlledToast[];
38
+ } & Pick<React.ComponentProps<typeof Toaster>, 'visibleToasts'>;
39
+ export declare const ToasterControlled: ({ toasts, ...restProps }: ToastControlledProps) => import("react/jsx-runtime").JSX.Element;
40
+ export {};
@@ -19,3 +19,4 @@
19
19
  * along with this program. If not, see <http://www.gnu.org/licenses/>.
20
20
  */
21
21
  export * from './Toast';
22
+ export * from './ToastControlled';
@@ -0,0 +1,36 @@
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 ToastNeutral } from './toast-neutral-story';
22
+ export { default as ToastSuccess } from './toast-success-story';
23
+ export { default as ToastDanger } from './toast-danger-story';
24
+ export { default as ToastAction } from './toast-action-story';
25
+ export { default as ToastCloseable } from './toast-closeable-story';
26
+ export { default as ToastProgressBar } from './toast-progress-bar';
27
+ export { default as ToastCustom } from './toast-custom-story';
28
+ export { default as ToastControlled } from './toast-controlled-story';
29
+ export declare const ToastNeutralSrc: string;
30
+ export declare const ToastSuccessSrc: string;
31
+ export declare const ToastDangerSrc: string;
32
+ export declare const ToastActionSrc: string;
33
+ export declare const ToastCloseableSrc: string;
34
+ export declare const ToastProgressBarSrc: string;
35
+ export declare const ToastCustomSrc: string;
36
+ export declare const ToastControlledSrc: 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,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,38 @@
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
+
22
+ import { type StoryObj } from '@storybook/react-vite';
23
+ declare const componentMeta: {
24
+ title: string;
25
+ id: string;
26
+ component: (props: import("@neo4j-ndl/react").ToasterProps) => import("react/jsx-runtime").JSX.Element;
27
+ tags: string[];
28
+ };
29
+ export default componentMeta;
30
+ type Story = StoryObj<typeof componentMeta>;
31
+ export declare const Neutral: Story;
32
+ export declare const Success: Story;
33
+ export declare const Error: Story;
34
+ export declare const Action: Story;
35
+ export declare const Closeable: Story;
36
+ export declare const ProgressBar: Story;
37
+ export declare const Custom: Story;
38
+ export declare const Controlled: Story;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neo4j-ndl/react",
3
- "version": "3.8.35",
3
+ "version": "3.9.1",
4
4
  "sideEffects": false,
5
5
  "description": "React implementation of Neo4j Design System",
6
6
  "keywords": [
@@ -64,14 +64,19 @@
64
64
  "@types/react-table": "7.7.20",
65
65
  "@types/sinon": "17.0.3",
66
66
  "@types/tinycolor2": "1.4.6",
67
+ "@types/yargs": "17.0.33",
67
68
  "@vitejs/plugin-react": "4.5.2",
69
+ "ajv": "8.17.1",
70
+ "chromatic": "6.5.1",
68
71
  "jsdom": "25.0.1",
69
72
  "react": "18.2.0",
73
+ "react-docgen-typescript": "2.4.0",
70
74
  "resize-observer-polyfill": "1.5.1",
71
75
  "sinon": "19.0.2",
72
76
  "ts-node": "10.9.2",
73
77
  "typescript": "5.5.4",
74
- "vitest": "2.1.9"
78
+ "vitest": "2.1.9",
79
+ "yargs": "18.0.0"
75
80
  },
76
81
  "peerDependencies": {
77
82
  "@tanstack/react-table": "8.20.5",
@@ -86,9 +91,9 @@
86
91
  "@floating-ui/react-dom": "2.1.2",
87
92
  "@heroicons/react": "2.1.5",
88
93
  "@neo4j-devtools/word-color": "^0.0.8",
89
- "@neo4j-nvl/base": "0.3.8-859d66de",
90
- "@neo4j-nvl/react": "0.3.8-859d66de",
91
- "@neo4j-nvl/interaction-handlers": "0.3.8-859d66de",
94
+ "@neo4j-nvl/base": "0.3.9",
95
+ "@neo4j-nvl/react": "0.3.9",
96
+ "@neo4j-nvl/interaction-handlers": "0.3.9",
92
97
  "@uiw/react-color": "2.5.4",
93
98
  "classnames": "2.5.1",
94
99
  "date-fns": "4.1.0",
@@ -109,6 +114,8 @@
109
114
  },
110
115
  "scripts": {
111
116
  "generate-component": "node ./scripts/component-generator.js",
117
+ "docs:generate-json": "pnpm exec ts-node ./scripts/docs/generate-json.ts --mode merge",
118
+ "docs:generate-markdown": "pnpm exec ts-node ./scripts/docs/generate-markdown.ts",
112
119
  "pretest": "pnpm run lint",
113
120
  "test": "pnpm run test:unit && pnpm run test:playwright",
114
121
  "test:unit": "pnpm exec vitest --run --typecheck --exclude node_modules",
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-managed-selection-state.js","sourceRoot":"","sources":["../../../src/graph-visualization/use-managed-selection-state.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"use-managed-selection-state.js","sourceRoot":"","sources":["../../../src/graph-visualization/use-managed-selection-state.ts"],"names":[],"mappings":"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"}