@neo4j-ndl/react 1.10.7 → 2.0.0-alpha-e609471

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 (283) hide show
  1. package/lib/LICENSES.txt +2105 -67
  2. package/lib/NOTICE.txt +30 -31
  3. package/lib/cjs/_common/CodeBlockWrapper.js +6 -6
  4. package/lib/cjs/_common/CodeBlockWrapper.js.map +1 -1
  5. package/lib/cjs/_common/input/RadioAndCheckboxWrapper.js +1 -1
  6. package/lib/cjs/_common/input/RadioAndCheckboxWrapper.js.map +1 -1
  7. package/lib/cjs/accordion/Accordion.js +4 -4
  8. package/lib/cjs/accordion/Accordion.js.map +1 -1
  9. package/lib/cjs/banner/Banner.js +2 -2
  10. package/lib/cjs/banner/Banner.js.map +1 -1
  11. package/lib/cjs/button/Button.js +1 -1
  12. package/lib/cjs/button/Button.js.map +1 -1
  13. package/lib/cjs/button/IconButton.js +1 -1
  14. package/lib/cjs/button/IconButton.js.map +1 -1
  15. package/lib/cjs/button/IconButtonArray.js +1 -1
  16. package/lib/cjs/button/IconButtonArray.js.map +1 -1
  17. package/lib/cjs/code-block/CodeBlock.js +3 -3
  18. package/lib/cjs/code-block/CodeBlock.js.map +1 -1
  19. package/lib/cjs/context-menu/ContextMenu.js +6 -6
  20. package/lib/cjs/context-menu/ContextMenu.js.map +1 -1
  21. package/lib/cjs/context-menu/SafeArea.js +6 -6
  22. package/lib/cjs/context-menu/SafeArea.js.map +1 -1
  23. package/lib/cjs/cypher-code-block/CypherCodeBlock.js +1 -1
  24. package/lib/cjs/cypher-code-block/CypherCodeBlock.js.map +1 -1
  25. package/lib/cjs/date-picker/DatePicker.js +5 -5
  26. package/lib/cjs/date-picker/DatePicker.js.map +1 -1
  27. package/lib/cjs/dialog/Dialog.js +7 -7
  28. package/lib/cjs/dialog/Dialog.js.map +1 -1
  29. package/lib/cjs/drag-and-drop/DragAndDrop.js +2 -2
  30. package/lib/cjs/drag-and-drop/DragAndDrop.js.map +1 -1
  31. package/lib/cjs/drag-and-drop/icons/Cloud.js +1 -1
  32. package/lib/cjs/drag-and-drop/icons/Cloud.js.map +1 -1
  33. package/lib/cjs/drawer/Drawer.js +6 -6
  34. package/lib/cjs/drawer/Drawer.js.map +1 -1
  35. package/lib/cjs/dropdown/Dropdown.js +17 -17
  36. package/lib/cjs/dropdown/Dropdown.js.map +1 -1
  37. package/lib/cjs/dropdown/Overrides.js +4 -4
  38. package/lib/cjs/dropdown/Overrides.js.map +1 -1
  39. package/lib/cjs/graph-label/GraphLabel.js +11 -11
  40. package/lib/cjs/graph-label/GraphLabel.js.map +1 -1
  41. package/lib/cjs/graph-label/color.js +8 -8
  42. package/lib/cjs/graph-label/color.js.map +1 -1
  43. package/lib/cjs/icons/generated/custom/NomLevel.js +1 -1
  44. package/lib/cjs/icons/generated/custom/NomLevel.js.map +1 -1
  45. package/lib/cjs/icons/generated/custom/Underline.js +1 -1
  46. package/lib/cjs/icons/generated/custom/Underline.js.map +1 -1
  47. package/lib/cjs/index.js +1 -1
  48. package/lib/cjs/index.js.map +1 -1
  49. package/lib/cjs/label/Label.js +17 -8
  50. package/lib/cjs/label/Label.js.map +1 -1
  51. package/lib/cjs/loading-spinner/LoadingSpinner.js +1 -1
  52. package/lib/cjs/loading-spinner/LoadingSpinner.js.map +1 -1
  53. package/lib/cjs/modal/Modal.js +2 -2
  54. package/lib/cjs/modal/Modal.js.map +1 -1
  55. package/lib/cjs/popover/Popover.js +2 -2
  56. package/lib/cjs/popover/Popover.js.map +1 -1
  57. package/lib/cjs/progress-bar/ProgressBar.js +1 -1
  58. package/lib/cjs/progress-bar/ProgressBar.js.map +1 -1
  59. package/lib/cjs/side-navigation/SideNavigation.js +5 -5
  60. package/lib/cjs/side-navigation/SideNavigation.js.map +1 -1
  61. package/lib/cjs/status-indicator/StatusIndicator.js +5 -5
  62. package/lib/cjs/status-indicator/StatusIndicator.js.map +1 -1
  63. package/lib/cjs/table/Components.js +18 -18
  64. package/lib/cjs/table/Components.js.map +1 -1
  65. package/lib/cjs/table/Table.js +3 -3
  66. package/lib/cjs/table/Table.js.map +1 -1
  67. package/lib/cjs/table-deprecated/Table.js +9 -9
  68. package/lib/cjs/table-deprecated/Table.js.map +1 -1
  69. package/lib/cjs/table-deprecated/TableNavigation.js +2 -2
  70. package/lib/cjs/table-deprecated/TableNavigation.js.map +1 -1
  71. package/lib/cjs/table-deprecated/helpers.js +1 -1
  72. package/lib/cjs/table-deprecated/helpers.js.map +1 -1
  73. package/lib/cjs/tabs/Tabs.js +3 -3
  74. package/lib/cjs/tabs/Tabs.js.map +1 -1
  75. package/lib/cjs/tag/Tag.js +1 -1
  76. package/lib/cjs/tag/Tag.js.map +1 -1
  77. package/lib/cjs/text-input/TextInput.js +3 -4
  78. package/lib/cjs/text-input/TextInput.js.map +1 -1
  79. package/lib/cjs/textarea/Textarea.js +3 -4
  80. package/lib/cjs/textarea/Textarea.js.map +1 -1
  81. package/lib/cjs/tip/Tip.js +193 -0
  82. package/lib/cjs/tip/Tip.js.map +1 -0
  83. package/lib/cjs/{tooltip → tip}/Tooltip.js +1 -1
  84. package/lib/cjs/tip/Tooltip.js.map +1 -0
  85. package/lib/cjs/{tooltip → tip}/index.js +16 -5
  86. package/lib/cjs/tip/index.js.map +1 -0
  87. package/lib/cjs/typography/Typography.js +1 -1
  88. package/lib/cjs/typography/Typography.js.map +1 -1
  89. package/lib/cjs/view-selector/ViewSelector.js +2 -2
  90. package/lib/cjs/view-selector/ViewSelector.js.map +1 -1
  91. package/lib/cjs/widget/Widget.js +1 -1
  92. package/lib/cjs/widget/Widget.js.map +1 -1
  93. package/lib/cjs/wizard/Wizard.js +6 -6
  94. package/lib/cjs/wizard/Wizard.js.map +1 -1
  95. package/lib/esm/_common/CodeBlockWrapper.js +6 -6
  96. package/lib/esm/_common/CodeBlockWrapper.js.map +1 -1
  97. package/lib/esm/_common/input/RadioAndCheckboxWrapper.js +1 -1
  98. package/lib/esm/_common/input/RadioAndCheckboxWrapper.js.map +1 -1
  99. package/lib/esm/accordion/Accordion.js +4 -4
  100. package/lib/esm/accordion/Accordion.js.map +1 -1
  101. package/lib/esm/banner/Banner.js +2 -2
  102. package/lib/esm/banner/Banner.js.map +1 -1
  103. package/lib/esm/button/Button.js +1 -1
  104. package/lib/esm/button/Button.js.map +1 -1
  105. package/lib/esm/button/IconButton.js +1 -1
  106. package/lib/esm/button/IconButton.js.map +1 -1
  107. package/lib/esm/button/IconButtonArray.js +1 -1
  108. package/lib/esm/button/IconButtonArray.js.map +1 -1
  109. package/lib/esm/code-block/CodeBlock.js +3 -3
  110. package/lib/esm/code-block/CodeBlock.js.map +1 -1
  111. package/lib/esm/context-menu/ContextMenu.js +6 -6
  112. package/lib/esm/context-menu/ContextMenu.js.map +1 -1
  113. package/lib/esm/context-menu/SafeArea.js +6 -6
  114. package/lib/esm/context-menu/SafeArea.js.map +1 -1
  115. package/lib/esm/cypher-code-block/CypherCodeBlock.js +1 -1
  116. package/lib/esm/cypher-code-block/CypherCodeBlock.js.map +1 -1
  117. package/lib/esm/date-picker/DatePicker.js +5 -5
  118. package/lib/esm/date-picker/DatePicker.js.map +1 -1
  119. package/lib/esm/dialog/Dialog.js +6 -6
  120. package/lib/esm/dialog/Dialog.js.map +1 -1
  121. package/lib/esm/drag-and-drop/DragAndDrop.js +2 -2
  122. package/lib/esm/drag-and-drop/DragAndDrop.js.map +1 -1
  123. package/lib/esm/drag-and-drop/icons/Cloud.js +1 -1
  124. package/lib/esm/drag-and-drop/icons/Cloud.js.map +1 -1
  125. package/lib/esm/drawer/Drawer.js +6 -6
  126. package/lib/esm/drawer/Drawer.js.map +1 -1
  127. package/lib/esm/dropdown/Dropdown.js +17 -17
  128. package/lib/esm/dropdown/Dropdown.js.map +1 -1
  129. package/lib/esm/dropdown/Overrides.js +4 -4
  130. package/lib/esm/dropdown/Overrides.js.map +1 -1
  131. package/lib/esm/graph-label/GraphLabel.js +11 -11
  132. package/lib/esm/graph-label/GraphLabel.js.map +1 -1
  133. package/lib/esm/graph-label/color.js +8 -8
  134. package/lib/esm/graph-label/color.js.map +1 -1
  135. package/lib/esm/icons/generated/custom/NomLevel.js +1 -1
  136. package/lib/esm/icons/generated/custom/NomLevel.js.map +1 -1
  137. package/lib/esm/icons/generated/custom/Underline.js +1 -1
  138. package/lib/esm/icons/generated/custom/Underline.js.map +1 -1
  139. package/lib/esm/index.js +1 -1
  140. package/lib/esm/index.js.map +1 -1
  141. package/lib/esm/label/Label.js +17 -8
  142. package/lib/esm/label/Label.js.map +1 -1
  143. package/lib/esm/loading-spinner/LoadingSpinner.js +1 -1
  144. package/lib/esm/loading-spinner/LoadingSpinner.js.map +1 -1
  145. package/lib/esm/modal/Modal.js +1 -1
  146. package/lib/esm/modal/Modal.js.map +1 -1
  147. package/lib/esm/popover/Popover.js +2 -2
  148. package/lib/esm/popover/Popover.js.map +1 -1
  149. package/lib/esm/progress-bar/ProgressBar.js +1 -1
  150. package/lib/esm/progress-bar/ProgressBar.js.map +1 -1
  151. package/lib/esm/side-navigation/SideNavigation.js +5 -5
  152. package/lib/esm/side-navigation/SideNavigation.js.map +1 -1
  153. package/lib/esm/status-indicator/StatusIndicator.js +5 -5
  154. package/lib/esm/status-indicator/StatusIndicator.js.map +1 -1
  155. package/lib/esm/table/Components.js +18 -18
  156. package/lib/esm/table/Components.js.map +1 -1
  157. package/lib/esm/table/Table.js +3 -3
  158. package/lib/esm/table/Table.js.map +1 -1
  159. package/lib/esm/table-deprecated/Table.js +9 -9
  160. package/lib/esm/table-deprecated/Table.js.map +1 -1
  161. package/lib/esm/table-deprecated/TableNavigation.js +2 -2
  162. package/lib/esm/table-deprecated/TableNavigation.js.map +1 -1
  163. package/lib/esm/table-deprecated/helpers.js +1 -1
  164. package/lib/esm/table-deprecated/helpers.js.map +1 -1
  165. package/lib/esm/tabs/Tabs.js +3 -3
  166. package/lib/esm/tabs/Tabs.js.map +1 -1
  167. package/lib/esm/tag/Tag.js +1 -1
  168. package/lib/esm/tag/Tag.js.map +1 -1
  169. package/lib/esm/text-input/TextInput.js +4 -5
  170. package/lib/esm/text-input/TextInput.js.map +1 -1
  171. package/lib/esm/textarea/Textarea.js +4 -5
  172. package/lib/esm/textarea/Textarea.js.map +1 -1
  173. package/lib/esm/tip/Tip.js +183 -0
  174. package/lib/esm/tip/Tip.js.map +1 -0
  175. package/lib/esm/{tooltip → tip}/Tooltip.js +1 -1
  176. package/lib/esm/tip/Tooltip.js.map +1 -0
  177. package/lib/esm/{tooltip → tip}/index.js +1 -2
  178. package/lib/esm/tip/index.js.map +1 -0
  179. package/lib/esm/typography/Typography.js +1 -1
  180. package/lib/esm/typography/Typography.js.map +1 -1
  181. package/lib/esm/view-selector/ViewSelector.js +2 -2
  182. package/lib/esm/view-selector/ViewSelector.js.map +1 -1
  183. package/lib/esm/widget/Widget.js +1 -1
  184. package/lib/esm/widget/Widget.js.map +1 -1
  185. package/lib/esm/wizard/Wizard.js +6 -6
  186. package/lib/esm/wizard/Wizard.js.map +1 -1
  187. package/lib/types/_common/coditionalWrap.d.ts +2 -2
  188. package/lib/types/accordion/Accordion.d.ts +6 -6
  189. package/lib/types/banner/Banner.d.ts +6 -6
  190. package/lib/types/button/Button.d.ts +1 -1
  191. package/lib/types/code-block/languages.d.ts +1 -1
  192. package/lib/types/context-menu/ContextMenu.d.ts +5 -9
  193. package/lib/types/context-menu/SafeArea.d.ts +1 -1
  194. package/lib/types/dialog/Dialog.d.ts +12 -12
  195. package/lib/types/drag-and-drop/DragAndDrop.d.ts +1 -1
  196. package/lib/types/drag-and-drop/icons/CSV-file.d.ts +1 -1
  197. package/lib/types/drag-and-drop/icons/Cloud.d.ts +1 -1
  198. package/lib/types/drag-and-drop/icons/File.d.ts +1 -1
  199. package/lib/types/drag-and-drop/icons/InvalidFile.d.ts +1 -1
  200. package/lib/types/drawer/Drawer.d.ts +9 -9
  201. package/lib/types/dropdown/Overrides.d.ts +4 -5
  202. package/lib/types/dropdown/types.d.ts +5 -5
  203. package/lib/types/graph-label/color.d.ts +3 -3
  204. package/lib/types/helpers/forwardRef.d.ts +1 -1
  205. package/lib/types/helpers/types.d.ts +1 -1
  206. package/lib/types/icons/generated/custom/AddNode.d.ts +1 -1
  207. package/lib/types/icons/generated/custom/AlignBottom.d.ts +1 -1
  208. package/lib/types/icons/generated/custom/AlignCenter.d.ts +1 -1
  209. package/lib/types/icons/generated/custom/AlignTop.d.ts +1 -1
  210. package/lib/types/icons/generated/custom/Bold.d.ts +1 -1
  211. package/lib/types/icons/generated/custom/Circle.d.ts +1 -1
  212. package/lib/types/icons/generated/custom/CollapseExpand.d.ts +1 -1
  213. package/lib/types/icons/generated/custom/CollapseExpandLeft.d.ts +1 -1
  214. package/lib/types/icons/generated/custom/CollapseExpandRight.d.ts +1 -1
  215. package/lib/types/icons/generated/custom/Configure.d.ts +1 -1
  216. package/lib/types/icons/generated/custom/DatabaseAddCircle.d.ts +1 -1
  217. package/lib/types/icons/generated/custom/Dbms.d.ts +1 -1
  218. package/lib/types/icons/generated/custom/Drag.d.ts +1 -1
  219. package/lib/types/icons/generated/custom/Expand.d.ts +1 -1
  220. package/lib/types/icons/generated/custom/ExternalLink.d.ts +1 -1
  221. package/lib/types/icons/generated/custom/FitToScreen.d.ts +1 -1
  222. package/lib/types/icons/generated/custom/FolderBookmark.d.ts +1 -1
  223. package/lib/types/icons/generated/custom/Heirarchy2.d.ts +1 -1
  224. package/lib/types/icons/generated/custom/Hierarchy1.d.ts +1 -1
  225. package/lib/types/icons/generated/custom/Hierarchy2.d.ts +1 -1
  226. package/lib/types/icons/generated/custom/Italic.d.ts +1 -1
  227. package/lib/types/icons/generated/custom/NomLevel.d.ts +1 -1
  228. package/lib/types/icons/generated/custom/Pin.d.ts +1 -1
  229. package/lib/types/icons/generated/custom/PlanView.d.ts +1 -1
  230. package/lib/types/icons/generated/custom/Presentation.d.ts +1 -1
  231. package/lib/types/icons/generated/custom/QueryBrowser.d.ts +1 -1
  232. package/lib/types/icons/generated/custom/ResizeCorner.d.ts +1 -1
  233. package/lib/types/icons/generated/custom/Rhombus.d.ts +1 -1
  234. package/lib/types/icons/generated/custom/ScienceMolecule.d.ts +1 -1
  235. package/lib/types/icons/generated/custom/Shrink.d.ts +1 -1
  236. package/lib/types/icons/generated/custom/SidebarLineLeft.d.ts +1 -1
  237. package/lib/types/icons/generated/custom/SidebarLineRight.d.ts +1 -1
  238. package/lib/types/icons/generated/custom/Square.d.ts +1 -1
  239. package/lib/types/icons/generated/custom/Status.d.ts +1 -1
  240. package/lib/types/icons/generated/custom/Text.d.ts +1 -1
  241. package/lib/types/icons/generated/custom/Triangle.d.ts +1 -1
  242. package/lib/types/icons/generated/custom/Underline.d.ts +1 -1
  243. package/lib/types/icons/generated/custom/VisualizeBloom.d.ts +1 -1
  244. package/lib/types/index.d.ts +1 -1
  245. package/lib/types/loading-spinner/LoadingSpinner.d.ts +1 -1
  246. package/lib/types/modal/Modal.d.ts +1 -1
  247. package/lib/types/popover/Popover.d.ts +3 -3
  248. package/lib/types/side-navigation/SideNavigation.d.ts +3 -3
  249. package/lib/types/table/Components.d.ts +18 -18
  250. package/lib/types/table/Table.d.ts +19 -19
  251. package/lib/types/table/TableContext.d.ts +1 -1
  252. package/lib/types/table-deprecated/Table.d.ts +6 -6
  253. package/lib/types/table-deprecated/TableNavigation.d.ts +1 -2
  254. package/lib/types/table-deprecated/helpers.d.ts +2 -2
  255. package/lib/types/table-deprecated/hooks/hookCallbackTypes.d.ts +3 -3
  256. package/lib/types/tabs/Tabs.d.ts +3 -3
  257. package/lib/types/tag/Tag.d.ts +1 -1
  258. package/lib/types/text-input/TextInput.d.ts +5 -5
  259. package/lib/types/textarea/Textarea.d.ts +4 -4
  260. package/lib/types/tip/Tip.d.ts +166 -0
  261. package/lib/types/{tooltip → tip}/Tooltip.d.ts +1 -1
  262. package/lib/types/{tooltip → tip}/index.d.ts +1 -2
  263. package/lib/types/typography/Typography.d.ts +1 -2
  264. package/lib/types/typography/types.d.ts +6 -6
  265. package/lib/types/view-selector/ViewSelector.d.ts +1 -1
  266. package/lib/types/widget/Widget.d.ts +1 -1
  267. package/lib/types/wizard/Wizard.d.ts +4 -4
  268. package/package.json +19 -20
  269. package/CHANGELOG.md +0 -1273
  270. package/lib/cjs/tooltip/SmartTooltip.js +0 -33
  271. package/lib/cjs/tooltip/SmartTooltip.js.map +0 -1
  272. package/lib/cjs/tooltip/Tip.js +0 -169
  273. package/lib/cjs/tooltip/Tip.js.map +0 -1
  274. package/lib/cjs/tooltip/Tooltip.js.map +0 -1
  275. package/lib/cjs/tooltip/index.js.map +0 -1
  276. package/lib/esm/tooltip/SmartTooltip.js +0 -28
  277. package/lib/esm/tooltip/SmartTooltip.js.map +0 -1
  278. package/lib/esm/tooltip/Tip.js +0 -141
  279. package/lib/esm/tooltip/Tip.js.map +0 -1
  280. package/lib/esm/tooltip/Tooltip.js.map +0 -1
  281. package/lib/esm/tooltip/index.js.map +0 -1
  282. package/lib/types/tooltip/SmartTooltip.d.ts +0 -36
  283. package/lib/types/tooltip/Tip.d.ts +0 -62
package/CHANGELOG.md DELETED
@@ -1,1273 +0,0 @@
1
- # Change Log
2
-
3
- ## 1.10.7
4
-
5
- ### Patch Changes
6
-
7
- - Updated dependencies [f391395]
8
- - @neo4j-ndl/base@1.10.3
9
-
10
- ## 1.10.6
11
-
12
- ### Patch Changes
13
-
14
- - 8291212: Use import for types
15
-
16
- ## 1.10.5
17
-
18
- ### Patch Changes
19
-
20
- - Updated dependencies [92b8182]
21
- - @neo4j-ndl/base@1.10.2
22
-
23
- ## 1.10.4
24
-
25
- ### Patch Changes
26
-
27
- - 6ba942c: Fixed license header to match others
28
-
29
- ## 1.10.3
30
-
31
- ### Patch Changes
32
-
33
- - 53a56d5: update re-resizable to version 6.9.11
34
-
35
- ## 1.10.2
36
-
37
- ### Patch Changes
38
-
39
- - 3f9b6dc: Expose control of the scrolling container in table
40
- - Updated dependencies [3f9b6dc]
41
- - @neo4j-ndl/base@1.10.1
42
-
43
- ## 1.10.1
44
-
45
- ### Patch Changes
46
-
47
- - cd2e749: fix accordion typography import
48
-
49
- ## 1.10.0
50
-
51
- ### Minor Changes
52
-
53
- - 95c8c78: new accordion component
54
-
55
- ### Patch Changes
56
-
57
- - Updated dependencies [95c8c78]
58
- - @neo4j-ndl/base@1.10.0
59
-
60
- ## 1.9.0
61
-
62
- ### Minor Changes
63
-
64
- - 46bd73c: Added DatePicker component
65
-
66
- ### Patch Changes
67
-
68
- - Updated dependencies [46bd73c]
69
- - @neo4j-ndl/base@1.9.0
70
-
71
- ## 1.8.20
72
-
73
- ### Patch Changes
74
-
75
- - Updated dependencies [aec8342]
76
- - @neo4j-ndl/base@1.8.14
77
-
78
- ## 1.8.19
79
-
80
- ### Patch Changes
81
-
82
- - Updated dependencies [b881e85]
83
- - @neo4j-ndl/base@1.8.13
84
-
85
- ## 1.8.18
86
-
87
- ### Patch Changes
88
-
89
- - 1957454: dropdown border width in error state matching the text input
90
-
91
- ## 1.8.17
92
-
93
- ### Patch Changes
94
-
95
- - Updated dependencies [99bf2d8]
96
- - @neo4j-ndl/base@1.8.12
97
-
98
- ## 1.8.16
99
-
100
- ### Patch Changes
101
-
102
- - Updated dependencies [94e1ae2]
103
- - @neo4j-ndl/base@1.8.11
104
-
105
- ## 1.8.15
106
-
107
- ### Patch Changes
108
-
109
- - Updated dependencies [ce9e07b]
110
- - @neo4j-ndl/base@1.8.10
111
-
112
- ## 1.8.14
113
-
114
- ### Patch Changes
115
-
116
- - Updated dependencies [1a2d956]
117
- - @neo4j-ndl/base@1.8.9
118
-
119
- ## 1.8.13
120
-
121
- ### Patch Changes
122
-
123
- - Updated dependencies [9bf20c4]
124
- - @neo4j-ndl/base@1.8.8
125
-
126
- ## 1.8.12
127
-
128
- ### Patch Changes
129
-
130
- - Updated dependencies [7aac73a]
131
- - @neo4j-ndl/base@1.8.7
132
-
133
- ## 1.8.11
134
-
135
- ### Patch Changes
136
-
137
- - Updated dependencies [7f3fcac]
138
- - @neo4j-ndl/base@1.8.6
139
-
140
- ## 1.8.10
141
-
142
- ### Patch Changes
143
-
144
- - d96dd79: extend Tab interface to allow arbitrary props
145
-
146
- ## 1.8.9
147
-
148
- ### Patch Changes
149
-
150
- - cff6177: add keyboard navigation example, focusable cells prop for styling and minor table fixes
151
- - Updated dependencies [cff6177]
152
- - @neo4j-ndl/base@1.8.5
153
-
154
- ## 1.8.8
155
-
156
- ### Patch Changes
157
-
158
- - 13df2f7: drawer improvements
159
- - Updated dependencies [13df2f7]
160
- - @neo4j-ndl/base@1.8.4
161
-
162
- ## 1.8.7
163
-
164
- ### Patch Changes
165
-
166
- - Updated dependencies [9fc2af0]
167
- - @neo4j-ndl/base@1.8.3
168
-
169
- ## 1.8.6
170
-
171
- ### Patch Changes
172
-
173
- - 878b573: fix right icon in text input not being visible with error text
174
-
175
- ## 1.8.5
176
-
177
- ### Patch Changes
178
-
179
- - 2204c66: fix the important Tailwind token gets disregarded
180
- - Updated dependencies [2204c66]
181
- - @neo4j-ndl/base@1.8.2
182
-
183
- ## 1.8.4
184
-
185
- ### Patch Changes
186
-
187
- - 9016731: enforce vertical scrollbar to be hidden under horizontall scrollable table
188
-
189
- ## 1.8.3
190
-
191
- ### Patch Changes
192
-
193
- - 25bd5b7: enforce unnecessary table vertical scrollbar to be hidden in Safari
194
-
195
- ## 1.8.2
196
-
197
- ### Patch Changes
198
-
199
- - 3a5fe85: Fix small bugs with Widget component
200
-
201
- ## 1.8.1
202
-
203
- ### Patch Changes
204
-
205
- - Updated dependencies [5340ee0]
206
- - @neo4j-ndl/base@1.8.1
207
-
208
- ## 1.8.0
209
-
210
- ### Minor Changes
211
-
212
- - dc3ba1c: Implement Widget Component
213
-
214
- ### Patch Changes
215
-
216
- - Updated dependencies [dc3ba1c]
217
- - @neo4j-ndl/base@1.8.0
218
-
219
- ## 1.7.4
220
-
221
- ### Patch Changes
222
-
223
- - bacf629: remove custom @types/react patch and update to latest version
224
-
225
- ## 1.7.3
226
-
227
- ### Patch Changes
228
-
229
- - Updated dependencies [440b9e0]
230
- - @neo4j-ndl/base@1.7.3
231
-
232
- ## 1.7.2
233
-
234
- ### Patch Changes
235
-
236
- - e71e7ee: Fix cursor behavior
237
- - Updated dependencies [e71e7ee]
238
- - @neo4j-ndl/base@1.7.2
239
-
240
- ## 1.7.1
241
-
242
- ### Patch Changes
243
-
244
- - Updated dependencies [630ce6f]
245
- - @neo4j-ndl/base@1.7.1
246
-
247
- ## 1.7.0
248
-
249
- ### Minor Changes
250
-
251
- - 5b5e1e2: Added Textarea component
252
-
253
- ### Patch Changes
254
-
255
- - Updated dependencies [5b5e1e2]
256
- - @neo4j-ndl/base@1.7.0
257
-
258
- ## 1.6.0
259
-
260
- ### Minor Changes
261
-
262
- - ee7d01f: added new toggletip component
263
-
264
- ### Patch Changes
265
-
266
- - Updated dependencies [ee7d01f]
267
- - @neo4j-ndl/base@1.6.0
268
-
269
- ## 1.5.11
270
-
271
- ### Patch Changes
272
-
273
- - 8bec4de: Adding 3 new custom icons. Add Node Circle, Sidebar line left, Sidebar line right.
274
- - Updated dependencies [8bec4de]
275
- - @neo4j-ndl/base@1.5.7
276
-
277
- ## 1.5.10
278
-
279
- ### Patch Changes
280
-
281
- - e652747: Removed title of header cells in table
282
-
283
- ## 1.5.9
284
-
285
- ### Patch Changes
286
-
287
- - Updated dependencies [5167b76]
288
- - @neo4j-ndl/base@1.5.6
289
-
290
- ## 1.5.8
291
-
292
- ### Patch Changes
293
-
294
- - Updated dependencies [f8daa5a]
295
- - @neo4j-ndl/base@1.5.5
296
-
297
- ## 1.5.7
298
-
299
- ### Patch Changes
300
-
301
- - 4ebf311: Fix table resizable columns overflow
302
-
303
- ## 1.5.6
304
-
305
- ### Patch Changes
306
-
307
- - Updated dependencies [9910238]
308
- - @neo4j-ndl/base@1.5.4
309
-
310
- ## 1.5.5
311
-
312
- ### Patch Changes
313
-
314
- - e8d1bd0: Fix Dropdown input color in dark mode
315
-
316
- ## 1.5.4
317
-
318
- ### Patch Changes
319
-
320
- - 18d0388: Added extra small size of icon button
321
- - Updated dependencies [18d0388]
322
- - @neo4j-ndl/base@1.5.3
323
-
324
- ## 1.5.3
325
-
326
- ### Patch Changes
327
-
328
- - 3dbe161: fix the z-order issue on the smart tooltip under popover
329
-
330
- ## 1.5.2
331
-
332
- ### Patch Changes
333
-
334
- - 4c0178e: add disabled styles in dropdown
335
- - Updated dependencies [4c0178e]
336
- - @neo4j-ndl/base@1.5.2
337
-
338
- ## 1.5.1
339
-
340
- ### Patch Changes
341
-
342
- - 30f6d8a: zindex reorder for blanket to work properly
343
- - Updated dependencies [30f6d8a]
344
- - @neo4j-ndl/base@1.5.1
345
-
346
- ## 1.5.0
347
-
348
- ### Minor Changes
349
-
350
- - 331609a: introduce new z-index tokens and refactor existing components to use them
351
-
352
- ### Patch Changes
353
-
354
- - Updated dependencies [331609a]
355
- - @neo4j-ndl/base@1.5.0
356
-
357
- ## 1.4.8
358
-
359
- ### Patch Changes
360
-
361
- - 6eed4cf: export Drawer component
362
-
363
- ## 1.4.7
364
-
365
- ### Patch Changes
366
-
367
- - 98bc7bf: patch @types/react@17 PropsWithoutRef types to use Omit instead of Pick, as consumers with React 18 are breaking
368
-
369
- ## 1.4.6
370
-
371
- ### Patch Changes
372
-
373
- - d4ef99c: fix text overflow in dropdown options
374
-
375
- ## 1.4.5
376
-
377
- ### Patch Changes
378
-
379
- - ca447a6: Allow all graph labels to override className
380
-
381
- ## 1.4.4
382
-
383
- ### Patch Changes
384
-
385
- - 719ff89: Pass props to SideNavigationList
386
-
387
- ## 1.4.3
388
-
389
- ### Patch Changes
390
-
391
- - Updated dependencies [f017bff]
392
- - @neo4j-ndl/base@1.4.2
393
-
394
- ## 1.4.2
395
-
396
- ### Patch Changes
397
-
398
- - Updated dependencies [041cdc6]
399
- - @neo4j-ndl/base@1.4.1
400
-
401
- ## 1.4.1
402
-
403
- ### Patch Changes
404
-
405
- - 1c482b9: allow React v18 as peer dependency
406
-
407
- ## 1.4.0
408
-
409
- ### Minor Changes
410
-
411
- - 77bf1d9: new drawer component
412
-
413
- ### Patch Changes
414
-
415
- - Updated dependencies [77bf1d9]
416
- - @neo4j-ndl/base@1.4.0
417
-
418
- ## 1.3.7
419
-
420
- ### Patch Changes
421
-
422
- - 54e243f: Fix text jumping when clicking extra small dropdown
423
- - Updated dependencies [5c549e6]
424
- - @neo4j-ndl/base@1.3.7
425
-
426
- ## 1.3.6
427
-
428
- ### Patch Changes
429
-
430
- - Updated dependencies [b8b0a22]
431
- - @neo4j-ndl/base@1.3.6
432
-
433
- ## 1.3.5
434
-
435
- ### Patch Changes
436
-
437
- - 6669f49: Added extra small sizes for Button and TextInput components
438
- - 067605b: Migrate more components away from light to palette
439
- - Updated dependencies [6669f49]
440
- - @neo4j-ndl/base@1.3.5
441
-
442
- ## 1.3.4
443
-
444
- ### Patch Changes
445
-
446
- - d8cb102: Added extra small size of dropdown.
447
- - Updated dependencies [d8cb102]
448
- - @neo4j-ndl/base@1.3.4
449
-
450
- ## 1.3.3
451
-
452
- ### Patch Changes
453
-
454
- - Updated dependencies [f483090]
455
- - @neo4j-ndl/base@1.3.3
456
-
457
- ## 1.3.2
458
-
459
- ### Patch Changes
460
-
461
- - 95991ed: Increase table resize button hitbox, change styling and update default min size from 20px to 100px
462
- - Updated dependencies [95991ed]
463
- - @neo4j-ndl/base@1.3.2
464
-
465
- ## 1.3.1
466
-
467
- ### Patch Changes
468
-
469
- - 0e08681: Added bold, italic, underline, align-center, align-bottom, align-top icons
470
- - Updated dependencies [0e08681]
471
- - @neo4j-ndl/base@1.3.1
472
-
473
- ## 1.3.0
474
-
475
- ### Minor Changes
476
-
477
- - eecdfdb: dark theme components and tokens, tailwind theme agnostic tokens, and storybook double theme toolbar setting.
478
-
479
- Also fixed weird white border in inputs (Switch, Radio and TextInput).
480
-
481
- ### Patch Changes
482
-
483
- - Updated dependencies [eecdfdb]
484
- - @neo4j-ndl/base@1.3.0
485
-
486
- ## 1.2.3
487
-
488
- ### Patch Changes
489
-
490
- - ad0c057: Fix modal scrolls to top when clicking inside the modal
491
-
492
- ## 1.2.2
493
-
494
- ### Patch Changes
495
-
496
- - Updated dependencies [2e5ee6f]
497
- - @neo4j-ndl/base@1.2.1
498
-
499
- ## 1.2.1
500
-
501
- ### Patch Changes
502
-
503
- - f0cc1c5: Fix SortingButton in header not having key
504
-
505
- ## 1.2.0
506
-
507
- ### Minor Changes
508
-
509
- - eb2f19c: add Subheader component to Context Menu
510
-
511
- ### Patch Changes
512
-
513
- - Updated dependencies [eb2f19c]
514
- - @neo4j-ndl/base@1.2.0
515
-
516
- ## 1.1.4
517
-
518
- ### Patch Changes
519
-
520
- - 1ec1b64: Add disabled state styling to drag and drop
521
- - Updated dependencies [1ec1b64]
522
- - @neo4j-ndl/base@1.1.2
523
-
524
- ## 1.1.3
525
-
526
- ### Patch Changes
527
-
528
- - 5e6592b: fix graph label overflow issue
529
-
530
- ## 1.1.2
531
-
532
- ### Patch Changes
533
-
534
- - Updated dependencies [ec516de]
535
- - @neo4j-ndl/base@1.1.1
536
-
537
- ## 1.1.1
538
-
539
- ### Patch Changes
540
-
541
- - 98ddcf4: wrong relatedTarget callback in context menu
542
-
543
- ## 1.1.0
544
-
545
- ### Minor Changes
546
-
547
- - 1695893: introduce CypherCodeBlock using CodeMirror and config NDL styling for CypherEditor
548
-
549
- ### Patch Changes
550
-
551
- - Updated dependencies [1695893]
552
- - @neo4j-ndl/base@1.1.0
553
-
554
- ## 1.0.8
555
-
556
- ### Patch Changes
557
-
558
- - 8627593: safe area in context menu, popover flip in horizonal overflow and less flickering in nested menus
559
-
560
- ## 1.0.7
561
-
562
- ### Patch Changes
563
-
564
- - Updated dependencies [9a40493]
565
- - @neo4j-ndl/base@1.0.3
566
-
567
- ## 1.0.6
568
-
569
- ### Patch Changes
570
-
571
- - 7accb1a: Improve keyboard accessibility for modal and popover
572
-
573
- ## 1.0.5
574
-
575
- ### Patch Changes
576
-
577
- - 6c12179: updating status colors to match latest figma
578
- - Updated dependencies [6c12179]
579
- - @neo4j-ndl/base@1.0.2
580
-
581
- ## 1.0.4
582
-
583
- ### Patch Changes
584
-
585
- - 002d555: Fix number of results in Table not updating on dynamic load
586
-
587
- ## 1.0.3
588
-
589
- ### Patch Changes
590
-
591
- - 6812332: accessibility indicators, better match with figma ui kit, and context menu sibling nested menu issue
592
- - Updated dependencies [6812332]
593
- - @neo4j-ndl/base@1.0.1
594
-
595
- ## 1.0.2
596
-
597
- ### Patch Changes
598
-
599
- - 2d3ad22: smart tooltip cutoff from overflow hidden parent
600
-
601
- ## 1.0.1
602
-
603
- ### Patch Changes
604
-
605
- - c79f6ee: Fix ContextMenu auto-focus and disabled item keyboard event
606
-
607
- ## 1.0.0
608
-
609
- ### Major Changes
610
-
611
- - a356246: rename tailwind configuration preset to tailwind-preset.config.js
612
- - 0e33e58: changed containersize to size
613
- - 290a149: removed exposed props and added select props to root
614
- - bbb3768: rename Alert component to Banner
615
- - 176e055: Needle v1 first major release 🎉
616
-
617
- To learn more please visit:
618
- https://github.com/neo4j/neo4j-design/blob/main/MIGRATION.md
619
-
620
- - eabfc38: remove rectangle prop from button component
621
- - 31fe091: renamed error to danger
622
-
623
- ### Minor Changes
624
-
625
- - 8aacd60: add smart tooltip component
626
- - 8ce6bc7: new table component
627
- - 093fe38: new typography component
628
- - b437d03: enable sideEffects in package.json and better tree-shaking with new icon api
629
-
630
- ### Patch Changes
631
-
632
- - ecafb19: Fix DragAndDrop styling
633
- - a356246: add animation/transition tokens
634
- - 0f50e00: text input style inconsistencies with figma, v1 table row border and ts types issue with "nonce"
635
- - 17fa9e7: export context menu divider
636
- - 73cabcb: add active property for icon buttons
637
- - d9293e1: provide better header control icon override and table result props for manual pagination
638
- - a8b987f: Export useTableContext and fix Navigation pageCount with latest value
639
- - added textinput jsx support
640
- - f531e5c: added optional prop and fixed tooltip hover for textinput
641
- - d7bc50a: v1 tables fixes that include resizing bar width and overflow that included a horizontal scrollbar, placeholder alignment issue with large amount of columns, columns that are not resizable avoid showing resizing bar, and avoid cell scroll in overflow
642
- - 9b793b7: prefix all css classes
643
- - d4de546: radio and checkbox custom label and aria label fix
644
- - 48e9dcb: sidebar animation and children type
645
- - 33e5d13: fix table utilities export to fix aura console breaking
646
- - 0ce7760: fixed resizeable bar visual bug and minor refactor
647
- - 23354e7: Update SideNavigation to the new Figma design
648
- - 4a78946: suffix custom icons with <Name>Icons for consistency with HeroIcons
649
- - Updated dependencies [a356246]
650
- - Updated dependencies [bbb3768]
651
- - Updated dependencies [a356246]
652
- - Updated dependencies [0f50e00]
653
- - Updated dependencies [73cabcb]
654
- - Updated dependencies [03031b3]
655
- - Updated dependencies [d9293e1]
656
- - Updated dependencies [d1c31c8]
657
- - Updated dependencies [17fa9e7]
658
- - Updated dependencies [176e055]
659
- - Updated dependencies [f531e5c]
660
- - Updated dependencies [eabfc38]
661
- - Updated dependencies [d7bc50a]
662
- - Updated dependencies [9b793b7]
663
- - Updated dependencies [8ce6bc7]
664
- - Updated dependencies [48e9dcb]
665
- - Updated dependencies [73d09db]
666
- - Updated dependencies [0ce7760]
667
- - Updated dependencies [23354e7]
668
- - Updated dependencies [b437d03]
669
- - Updated dependencies [926697e]
670
- - @neo4j-ndl/base@1.0.0
671
-
672
- ## 0.17.7
673
-
674
- ### Patch Changes
675
-
676
- - Updated dependencies [22cccd8]
677
- - @neo4j-ndl/base@0.16.4
678
-
679
- ## 0.17.6
680
-
681
- ### Patch Changes
682
-
683
- - 0e58eb0: fix the backdrop unable to cover the background if opening a ContextMenu from Popover
684
-
685
- ## 0.17.5
686
-
687
- ### Patch Changes
688
-
689
- - Updated dependencies [f16cd98]
690
- - @neo4j-ndl/base@0.16.3
691
-
692
- ## 0.17.4
693
-
694
- ### Patch Changes
695
-
696
- - ac92bfb: bump react-select
697
-
698
- ## 0.17.3
699
-
700
- ### Patch Changes
701
-
702
- - d86cae0: Added plan view icon
703
- - Updated dependencies [d86cae0]
704
- - @neo4j-ndl/base@0.16.2
705
-
706
- ## 0.17.2
707
-
708
- ### Patch Changes
709
-
710
- - Updated dependencies [848fa12]
711
- - @neo4j-ndl/base@0.16.1
712
-
713
- ## 0.17.1
714
-
715
- ### Patch Changes
716
-
717
- - db44b15: Fix unused href and rename variable to match current component name
718
-
719
- ## 0.17.0
720
-
721
- ### Minor Changes
722
-
723
- - a548bcd: Add SideNavigation component and add border-none token
724
-
725
- ### Patch Changes
726
-
727
- - Updated dependencies [a548bcd]
728
- - @neo4j-ndl/base@0.16.0
729
-
730
- ## 0.16.4
731
-
732
- ### Patch Changes
733
-
734
- - 29f6328: updated textinput to reflect figma
735
- - Updated dependencies [29f6328]
736
- - @neo4j-ndl/base@0.15.3
737
-
738
- ## 0.16.3
739
-
740
- ### Patch Changes
741
-
742
- - Updated dependencies [3f78201]
743
- - @neo4j-ndl/base@0.15.2
744
-
745
- ## 0.16.2
746
-
747
- ### Patch Changes
748
-
749
- - 0167786: Add the possibility to intercept TextLink with own Link component
750
-
751
- ## 0.16.1
752
-
753
- ### Patch Changes
754
-
755
- - 91c30ec: Change TextLink to use children instead of text prop
756
-
757
- ## 0.16.0
758
-
759
- ### Minor Changes
760
-
761
- - 93d8d6a: Add nested menu item
762
-
763
- ## 0.15.4
764
-
765
- ### Patch Changes
766
-
767
- - Updated dependencies [705d841]
768
- - @neo4j-ndl/base@0.15.1
769
-
770
- ## 0.15.3
771
-
772
- ### Patch Changes
773
-
774
- - d720f89: Adds a chevron right icon to menu items with a nested menu
775
-
776
- ## 0.15.2
777
-
778
- ### Patch Changes
779
-
780
- - 370183c: export text-link component
781
-
782
- ## 0.15.0
783
-
784
- ### Minor Changes
785
-
786
- - 12a9a61: StatusIndicator component
787
-
788
- ### Patch Changes
789
-
790
- - Updated dependencies [12a9a61]
791
- - @neo4j-ndl/base@0.15.0
792
-
793
- ## 0.14.0
794
-
795
- ### Minor Changes
796
-
797
- - c210389: New custom icon.
798
-
799
- collapse-expand-left
800
- collapse-expand-right
801
-
802
- collapse-expand deprecated; replaced by collapse-expand-left
803
-
804
- Added missing .svg icons.
805
-
806
- configure.svg
807
- status.svg
808
-
809
- ### Patch Changes
810
-
811
- - Updated dependencies [c210389]
812
- - @neo4j-ndl/base@0.14.0
813
-
814
- ## 0.13.0
815
-
816
- ### Minor Changes
817
-
818
- - c7bfcd8: Added possibility to set custom styles to table element
819
-
820
- ### Patch Changes
821
-
822
- - Updated dependencies [c7bfcd8]
823
- - @neo4j-ndl/base@0.13.0
824
-
825
- ## 0.12.3
826
-
827
- ### Patch Changes
828
-
829
- - 009af5d: Read only for TextInput component properly implemented.
830
- - Updated dependencies [009af5d]
831
- - @neo4j-ndl/base@0.12.3
832
-
833
- ## 0.12.2
834
-
835
- ### Patch Changes
836
-
837
- - Updated dependencies [8fe72a8]
838
- - @neo4j-ndl/base@0.12.2
839
-
840
- ## 0.12.1
841
-
842
- ### Patch Changes
843
-
844
- - Updated dependencies [f86f81c]
845
- - @neo4j-ndl/base@0.12.1
846
-
847
- ## 0.12.0
848
-
849
- ### Minor Changes
850
-
851
- - f8af4e5: add link component
852
-
853
- ### Patch Changes
854
-
855
- - f2e981e: Fix browse button when drag-and-drop is disabled
856
- - Updated dependencies [f8af4e5]
857
- - @neo4j-ndl/base@0.12.0
858
-
859
- ## 0.11.0
860
-
861
- ### Minor Changes
862
-
863
- - 714082b: Add custom title, change open filepicker behaviour and enable custom file extension
864
-
865
- ### Patch Changes
866
-
867
- - Updated dependencies [714082b]
868
- - @neo4j-ndl/base@0.11.0
869
-
870
- ## 0.10.0
871
-
872
- ### Minor Changes
873
-
874
- - 438a239: Removed error on missing onClick on button
875
-
876
- ### Patch Changes
877
-
878
- - 762bc2f: Fixed vertical layout shift issue when with adjacent buttons one is set to loading
879
- - Updated dependencies [10cd0fc]
880
- - @neo4j-ndl/base@0.10.0
881
-
882
- ## 0.9.5
883
-
884
- ### Patch Changes
885
-
886
- - 2842a1c: Medium size Loading Spinner
887
- - Updated dependencies [2842a1c]
888
- - @neo4j-ndl/base@0.9.2
889
-
890
- ## 0.9.4
891
-
892
- ### Patch Changes
893
-
894
- - a820898: remote title as description from alert and optimise the warning log
895
- - 5288c89: Allow alert title to be undefined
896
- - Updated dependencies [5288c89]
897
- - @neo4j-ndl/base@0.9.1
898
-
899
- ## 0.9.3
900
-
901
- ### Patch Changes
902
-
903
- - 4f3ec49: align switch, radio and checkbox to the top
904
- - 826d7ae: refactor code-block component and load more fonts from Google
905
- - 85390b0: add loading state to table and style spreading
906
- - 826d7ae: update code-block ui and behaviour and apis
907
- - Updated dependencies [4f3ec49]
908
- - Updated dependencies [826d7ae]
909
- - @neo4j-ndl/base@0.9.0
910
-
911
- ## 0.9.2
912
-
913
- ### Patch Changes
914
-
915
- - ecde854: Update aria label warning messages
916
- - 83f91c5: fix dropdown inconsistencies and text input flex gaps
917
- - Updated dependencies [83f91c5]
918
- - @neo4j-ndl/base@0.8.7
919
-
920
- ## 0.9.1
921
-
922
- ### Patch Changes
923
-
924
- - 38a8692: add container property to Modal component
925
- - Updated dependencies [38a8692]
926
- - @neo4j-ndl/base@0.8.6
927
-
928
- ## 0.9.0
929
-
930
- ### Minor Changes
931
-
932
- - 155d00a: added status and configure custom icons
933
-
934
- ### Patch Changes
935
-
936
- - ad51925: fix text input placeholder color
937
- - bc0b2c6: fixed custom prop input for textinput component
938
- - 6528080: empty table overfloat placeholder
939
- - 36432c7: Removes gap after checkbox if no label is specified
940
- - bf93be1: fix dropdown height inconsistency
941
- - Updated dependencies [ad51925]
942
- - Updated dependencies [36432c7]
943
- - Updated dependencies [299dccc]
944
- - @neo4j-ndl/base@0.8.5
945
-
946
- ## 0.8.4
947
-
948
- ### Patch Changes
949
-
950
- - 2564aeb: make code block title interactive
951
- - f0a5826: Fixed no label spacing gap for TextInput
952
- - Updated dependencies [b976b09]
953
- - Updated dependencies [f0a5826]
954
- - @neo4j-ndl/base@0.8.4
955
-
956
- ## 0.8.3
957
-
958
- ### Patch Changes
959
-
960
- - 831c5c6: fix private publishing flag yarn workspace
961
- - 98ea3fe: fix yarn workspace versioning issue
962
- - Updated dependencies [831c5c6]
963
- - Updated dependencies [7d934b2]
964
- - Updated dependencies [98ea3fe]
965
- - @neo4j-ndl/base@0.8.3
966
-
967
- ## 0.8.1
968
-
969
- ### Patch Changes
970
-
971
- - b7d901c: Relationship Graph label background and border colors adjustable
972
- - 62804f6: dropdown max tag width to avoid line break
973
- - Updated dependencies [b7d901c]
974
- - @neo4j-ndl/base@0.8.1
975
-
976
- ## 0.8.0
977
-
978
- ### Minor Changes
979
-
980
- - 6c20210: code-block component and styling added
981
-
982
- ### Patch Changes
983
-
984
- - Updated dependencies [6c20210]
985
- - @neo4j-ndl/base@0.8.0
986
-
987
- ## 0.7.2
988
-
989
- ### Patch Changes
990
-
991
- - 9be8862: export graph-label
992
-
993
- ## 0.7.1
994
-
995
- ### Patch Changes
996
-
997
- - 4f8a272: remove padding and bg
998
- - ae5c9bf: Added checkbox tooltip functionality for a bug fix in importers implemetation of the NDL checkbox
999
- - Updated dependencies [4f8a272]
1000
- - @neo4j-ndl/base@0.7.1
1001
-
1002
- ## 0.7.0
1003
-
1004
- ### Minor Changes
1005
-
1006
- - 3cd0cf1: wizard and graph label component added
1007
- - b2a2c91: Added graph labels
1008
-
1009
- ### Patch Changes
1010
-
1011
- - 55965a1: fix centering of loading spinner for icon button
1012
- - Updated dependencies [3cd0cf1]
1013
- - Updated dependencies [b2a2c91]
1014
- - @neo4j-ndl/base@0.7.0
1015
-
1016
- ## 0.6.3
1017
-
1018
- ### Patch Changes
1019
-
1020
- - 0f46a61: fix d-n-d safari bug and small color fix
1021
- - Updated dependencies [3f019df]
1022
- - Updated dependencies [0f46a61]
1023
- - Updated dependencies [b21abb3]
1024
- - Updated dependencies [2759379]
1025
- - @neo4j-ndl/base@0.6.2
1026
-
1027
- ## 0.6.2
1028
-
1029
- ### Patch Changes
1030
-
1031
- - 8f74098: enable table row actions and fix group icon button background
1032
- - Updated dependencies [8f74098]
1033
- - @neo4j-ndl/base@0.6.1
1034
-
1035
- ## 0.6.1
1036
-
1037
- ### Patch Changes
1038
-
1039
- - c692c1c: fix dropdown partial props for storybook inference
1040
- - 2d4d6d4: Improve algorithm for pagination display values
1041
-
1042
- ## 0.6.0
1043
-
1044
- ### Minor Changes
1045
-
1046
- - c14db02: dropdown component added
1047
-
1048
- ### Patch Changes
1049
-
1050
- - c14db02: tag extented props, add onKeyDown listener, and pass event to the remove callback
1051
- - Updated dependencies [c14db02]
1052
- - @neo4j-ndl/base@0.6.0
1053
-
1054
- ## 0.5.3
1055
-
1056
- ### Patch Changes
1057
-
1058
- - f61d8db: add proper tag exporting in react lib
1059
-
1060
- ## 0.5.2
1061
-
1062
- ### Patch Changes
1063
-
1064
- - aa799f8: drag and drop responsiveness and vertical alignment
1065
- - Updated dependencies [82bfb55]
1066
- - Updated dependencies [aa799f8]
1067
- - @neo4j-ndl/base@0.5.1
1068
-
1069
- ## 0.5.1
1070
-
1071
- ### Patch Changes
1072
-
1073
- - f009031: center aligment for popover
1074
-
1075
- ## 0.5.0
1076
-
1077
- ### Minor Changes
1078
-
1079
- - 57696ad: Add Dialog and Modal components
1080
-
1081
- ### Patch Changes
1082
-
1083
- - b9f5ed7: dont focus first menu item on open and disable click on events on disabled items
1084
- - Updated dependencies [57696ad]
1085
- - Updated dependencies [b9f5ed7]
1086
- - @neo4j-ndl/base@0.5.0
1087
-
1088
- ## 0.4.0
1089
-
1090
- ### Minor Changes
1091
-
1092
- - 936a731: icon button added
1093
- - 6ca6bc1: icon array component added
1094
- - 103d711: text input component implementation
1095
-
1096
- ### Patch Changes
1097
-
1098
- - 517e42f: renamed regular size to medium in button to reflect better figma design system
1099
- - c86128c: resolve tailwind class name conflict and fix safari inconsistencies
1100
- - 9fa7653: table row key error fix
1101
- - Updated dependencies [936a731]
1102
- - Updated dependencies [6ca6bc1]
1103
- - Updated dependencies [517e42f]
1104
- - Updated dependencies [c86128c]
1105
- - Updated dependencies [103d711]
1106
- - @neo4j-ndl/base@0.4.0
1107
-
1108
- ## 0.3.1
1109
-
1110
- ### Patch Changes
1111
-
1112
- - c7b2bea: button outline neutral fix
1113
- - Updated dependencies [67ef31d]
1114
- - @neo4j-ndl/base@0.3.1
1115
-
1116
- All notable changes to this project will be documented in this file.
1117
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
1118
-
1119
- # [0.3.0](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/react@0.2.0...@neo4j-ndl/react@0.3.0) (2022-04-28)
1120
-
1121
- ### Bug Fixes
1122
-
1123
- - **react:** table page types and state pageIndex check ([07aa817](https://github.com/neo4j/neo4j-design/commit/07aa817989dddd559f69203b8ab3647eff848b5d))
1124
- - **repo:** tsconfig issues with merging ([b0085ad](https://github.com/neo4j/neo4j-design/commit/b0085ad720942679c5429152cdd52a79c155b1f1))
1125
- - **table:** add support for no plugins ([ed40565](https://github.com/neo4j/neo4j-design/commit/ed405653286a75493ac58d3e8412cdda8b3cfd91))
1126
-
1127
- ### Features
1128
-
1129
- - **react:** improve progress bar options ([#66](https://github.com/neo4j/neo4j-design/issues/66)) ([4427541](https://github.com/neo4j/neo4j-design/commit/442754127e2a40369d10a1e2de419b1438d9232e))
1130
- - **react:** table ready for rfc ([6e0c538](https://github.com/neo4j/neo4j-design/commit/6e0c538a33b4d93ece003587b652a20213bd1b14))
1131
-
1132
- # [0.2.0](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/react@0.1.4...@neo4j-ndl/react@0.2.0) (2022-04-19)
1133
-
1134
- ### Bug Fixes
1135
-
1136
- - **component/alert:** update styles ([0dc4e37](https://github.com/neo4j/neo4j-design/commit/0dc4e37e0b005fcc98ce8661323024b16686f0ef))
1137
- - **react:** proper dropzone typings and better typesafety ([25e5a2e](https://github.com/neo4j/neo4j-design/commit/25e5a2e1210b2c0be12d2a23ea54e4b4b26066e1))
1138
- - **react:** small typo ([a00a60c](https://github.com/neo4j/neo4j-design/commit/a00a60c07ab39cbf631ba65294522720001e0a9f))
1139
- - **test:** remove react import ([5820a44](https://github.com/neo4j/neo4j-design/commit/5820a444dc8d83562747b87ce064215b4d536d57))
1140
-
1141
- ### Features
1142
-
1143
- - **react/base:** sync and add custom icons ([674b67a](https://github.com/neo4j/neo4j-design/commit/674b67a86f60daee8cdc829a85b0a8403ff0f766))
1144
- - **react:** add drag and drop component ([339763d](https://github.com/neo4j/neo4j-design/commit/339763debd7f3ae00237b06b6580944a74a13635))
1145
-
1146
- ## [0.1.4](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/react@0.1.3...@neo4j-ndl/react@0.1.4) (2022-04-04)
1147
-
1148
- **Note:** Version bump only for package @neo4j-ndl/react
1149
-
1150
- ## [0.1.3](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/react@0.1.2...@neo4j-ndl/react@0.1.3) (2022-04-04)
1151
-
1152
- ### Bug Fixes
1153
-
1154
- - **react:** add label changes to PR ([bfc78a7](https://github.com/neo4j/neo4j-design/commit/bfc78a707ffdbfc1f7fba3ab8532eabb52275a58))
1155
- - **react:** add missing progress bar export ([#52](https://github.com/neo4j/neo4j-design/issues/52)) ([c559d59](https://github.com/neo4j/neo4j-design/commit/c559d59334315a9b9998bf4011bf7af4d1917fdd))
1156
- - **react:** propagate button and menu item events ([b8d5b71](https://github.com/neo4j/neo4j-design/commit/b8d5b71b38f2094080e57acf3a7ca6654276fe74))
1157
- - **tests:** fix label test with color prop ([2f8422b](https://github.com/neo4j/neo4j-design/commit/2f8422b59db2e1da85a09707a3ce7e9c993c2462))
1158
- - **view-selector:** pass classname to children ([2817e56](https://github.com/neo4j/neo4j-design/commit/2817e567ac03446b0702268b354046101e5cc3e5))
1159
-
1160
- ## [0.1.2](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/react@0.1.1...@neo4j-ndl/react@0.1.2) (2022-03-14)
1161
-
1162
- ### Bug Fixes
1163
-
1164
- - **react:** use generic forwardRef to fix typing issues ([fb5e836](https://github.com/neo4j/neo4j-design/commit/fb5e836b5a491d6c08e7359d5443824560ae072d))
1165
-
1166
- ## [0.1.1](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/react@0.1.0...@neo4j-ndl/react@0.1.1) (2022-03-14)
1167
-
1168
- ### Bug Fixes
1169
-
1170
- - **alert:** add name prop for a11y ([cd10794](https://github.com/neo4j/neo4j-design/commit/cd10794cb384f426c3ceb678d81e5b3b8d40e6f4))
1171
- - **alert:** allow react node as title ([7d06925](https://github.com/neo4j/neo4j-design/commit/7d06925dce54fa993d58d374b893c78c3ced712c))
1172
- - **alert:** style title as title if children provided ([5c005bf](https://github.com/neo4j/neo4j-design/commit/5c005bf1d86c7a6bb8391a404ed07107b89349a8))
1173
- - **base:** change components to appropriate typescale classes ([97c3af3](https://github.com/neo4j/neo4j-design/commit/97c3af3a17bcf3a68f283ba77186b76b77a33e49))
1174
- - **button:** fix button link click working when disabled ([f0a5272](https://github.com/neo4j/neo4j-design/commit/f0a52721d7565cb4d1b8a2778f73cd7c4dbc6a21))
1175
- - **button:** fix loading spinner pushing text to end on wide buttons ([65e673a](https://github.com/neo4j/neo4j-design/commit/65e673a0f0889d83ac82b75d01dcff04511ecf79))
1176
- - fix ref types and prop types in stories ([2bf548e](https://github.com/neo4j/neo4j-design/commit/2bf548e017ca15061ade731f18c7bf13acc0c1a6))
1177
- - **label:** fix label semi filled classes not being applied ([6fc0ff9](https://github.com/neo4j/neo4j-design/commit/6fc0ff9a8023d535879d02bafbda64c01d560cca))
1178
- - **menu:** fix menu propogating arrow keys to parent menu ([af32c3b](https://github.com/neo4j/neo4j-design/commit/af32c3b7a38b4d3a9996d076e36155402b32d514))
1179
- - pass all extra props and forward all refs ([46190b9](https://github.com/neo4j/neo4j-design/commit/46190b9ec35511a1aaaee8ece4640536a5b0c85f))
1180
- - **react:** make sure className is always forwarded ([5feda6e](https://github.com/neo4j/neo4j-design/commit/5feda6eb4ff45b9cee98b9ad7fc630546e8b0478))
1181
-
1182
- # 0.1.0 (2022-03-01)
1183
-
1184
- ### Bug Fixes
1185
-
1186
- - **alert:** prefix alert classes ([eb53aa0](https://github.com/neo4j/neo4j-design/commit/eb53aa0ef98c9415de4a533276bd43214e43ee83))
1187
- - **base:** Update colors to match color document ([e3cf9e2](https://github.com/neo4j/neo4j-design/commit/e3cf9e270907894eddb3404cf4ed04eeef33b195))
1188
- - **button:** add "as" prop ([b94beeb](https://github.com/neo4j/neo4j-design/commit/b94beeb3a327893302c5754a778c4ec1eaa0cec0))
1189
- - **button:** clean up button load/disabled state ([213ae48](https://github.com/neo4j/neo4j-design/commit/213ae48349d4f9faaa944ee752d19208a1af5197))
1190
- - **button:** prefix button root class with ndl ([b30e27a](https://github.com/neo4j/neo4j-design/commit/b30e27a6155ba3851adb6ba49332c34b19a2332a))
1191
- - **button:** update text button colors ([6400389](https://github.com/neo4j/neo4j-design/commit/640038987b544361099762404d972e786d70cabd))
1192
- - **context-menu:** move to next item with menuitem role ([183ff01](https://github.com/neo4j/neo4j-design/commit/183ff015b22ab15d624297a3c0bd77a943457634))
1193
- - **input:** scope input css classes ([e26ff55](https://github.com/neo4j/neo4j-design/commit/e26ff550c06c95ad0ccaa78e2fb11a531684c991))
1194
- - **label:** rename classNames to className ([49643c5](https://github.com/neo4j/neo4j-design/commit/49643c50a2ccad6ad8f3537044010a592efc71ac))
1195
- - **label:** scope css classes ([400daf8](https://github.com/neo4j/neo4j-design/commit/400daf855b5fef3154af2d40f4c023ee2d7ec956))
1196
- - **loading-spinner:** export loading spinner ([0cb4261](https://github.com/neo4j/neo4j-design/commit/0cb42613f5d2b6c0931518310be1ab5e1d5c7ca9))
1197
- - **loading-spinner:** scope css classes ([03c7593](https://github.com/neo4j/neo4j-design/commit/03c7593808d6940a24268b67b36689ecde57c6bc))
1198
- - **menu:** add disabled state to menu item. map menu enter pressed to click event ([cac6c50](https://github.com/neo4j/neo4j-design/commit/cac6c5036822b34d66161ec036fbfb595cb98f80))
1199
- - **menu:** scope css classes ([572917e](https://github.com/neo4j/neo4j-design/commit/572917eeb6e94927a53b474a91bbeb5cc0dfc9d9))
1200
- - **popover:** scope css classes ([3cb3207](https://github.com/neo4j/neo4j-design/commit/3cb3207fc224cfe3bd160bdd13c8d179e5f54168))
1201
- - **popover:** use react portal to avoid pos fixed + transform issues ([3253a8e](https://github.com/neo4j/neo4j-design/commit/3253a8e43a6ed84b8f115a43c914cf7994c33690))
1202
- - **popover:** use react portal to avoid pos fixed + transform issues ([81f803e](https://github.com/neo4j/neo4j-design/commit/81f803ea923dfcd977dc267ef782af410ba8ba43))
1203
- - **progress-bar:** scope css classes ([8316e36](https://github.com/neo4j/neo4j-design/commit/8316e36da210e7b9bc0458adbd9e088e7dff5980))
1204
- - **react:** bad refactor ([26fc799](https://github.com/neo4j/neo4j-design/commit/26fc7992c4c1597aa9b17a58080c7895cb896af7))
1205
- - **react:** button component hover cursor and storybook disabled prop missing ([861fb8e](https://github.com/neo4j/neo4j-design/commit/861fb8ecff51e8f5f5fc2b739cdd8ae990fbe0ca))
1206
- - **react:** button test ([efb6026](https://github.com/neo4j/neo4j-design/commit/efb60263ded373a74c93eb589220280e6d7793e4))
1207
- - **react:** components naming ([69a4510](https://github.com/neo4j/neo4j-design/commit/69a4510aa9e772eb0c14aa9f378ede1b9ece04e0))
1208
- - **react:** removed false as class names and forced neods-font-sans ([49991f6](https://github.com/neo4j/neo4j-design/commit/49991f6242b03e0488ac1a9e702238b8db49e5c8))
1209
- - **react:** safari render of context menu item and chore ([9a44fbd](https://github.com/neo4j/neo4j-design/commit/9a44fbd5261a020c88c6bc88211d0754d6d4f8f5))
1210
- - **react:** view-selector export ([c4d7320](https://github.com/neo4j/neo4j-design/commit/c4d7320ce29bdf268a882d93b34575f26b0e4827))
1211
- - **storybook-typography:** fix incorrect tailwind class ([a073fcf](https://github.com/neo4j/neo4j-design/commit/a073fcf35042fd06802a307ed2ddeabf60320ca8))
1212
- - **storybook:** pills path ([8911016](https://github.com/neo4j/neo4j-design/commit/8911016e0f65da3dfcf6b41a05e65ece0b43c8c2))
1213
- - **tabs:** export tabs ([20f6683](https://github.com/neo4j/neo4j-design/commit/20f668368ebc7c08ef67a6c0c3e16af04ce44024))
1214
- - **tabs:** scope css classes ([b0137a0](https://github.com/neo4j/neo4j-design/commit/b0137a02645a58473590f8d6c4f09158cf9e101c))
1215
- - **tag:** scope css classes ([89086e1](https://github.com/neo4j/neo4j-design/commit/89086e1d0c47479cc040327fd8105728ef8c46d9))
1216
- - **tooltip:** scope css classes ([0e56690](https://github.com/neo4j/neo4j-design/commit/0e56690b88b970cdcd6da90c9458386d67ee3746))
1217
- - **view-selector:** scope css classes ([6262035](https://github.com/neo4j/neo4j-design/commit/62620353f1ff1f371b2ea463302cafbff9d8a5f4))
1218
-
1219
- ### Features
1220
-
1221
- - add tooltip component ([#23](https://github.com/neo4j/neo4j-design/issues/23)) ([c02f5d6](https://github.com/neo4j/neo4j-design/commit/c02f5d634b1a4e266a415feec6c48ce9bf064ef5))
1222
- - **base:** typography added ([e24a090](https://github.com/neo4j/neo4j-design/commit/e24a090c9734acc9543731a32da99e222fe0ea0f))
1223
- - **icons:** add web-component icons ([ad453b6](https://github.com/neo4j/neo4j-design/commit/ad453b6152b4e0f379c67d9be37996a56791289c))
1224
- - **popover:** create popover from menu ([d1a20a4](https://github.com/neo4j/neo4j-design/commit/d1a20a49761e9cfcba43ec6d2078f3e9f6a11faa))
1225
- - **project:** button finished, pill renamed to label with +1 variant and Tailwind v2 to v3 ([3093d4f](https://github.com/neo4j/neo4j-design/commit/3093d4f34d6d41818f7f560c2dde1ed96ab0652e))
1226
- - **react:** add alert component ([2b9b8ed](https://github.com/neo4j/neo4j-design/commit/2b9b8ed0b0248b0e35d964764dfb671e247cbe4a))
1227
- - **react:** add context menu ([acc319d](https://github.com/neo4j/neo4j-design/commit/acc319d25e7def7168d6fd5761434044c506ed3d))
1228
- - **react:** add radio, checkbox and switch components ([9fa81f3](https://github.com/neo4j/neo4j-design/commit/9fa81f3d6dd8b560e96a01ddbdd07431ea95c2e8))
1229
- - **react:** add switch and checkbox component ([a82f962](https://github.com/neo4j/neo4j-design/commit/a82f9627e1cede05b8013d9eb0326720ff5b9163))
1230
- - **react:** add Tag component ([91f6972](https://github.com/neo4j/neo4j-design/commit/91f69721bf5c4d5fb207019125b4edd1fbc56857))
1231
- - **react:** icons added ([c97bd25](https://github.com/neo4j/neo4j-design/commit/c97bd25db1650e36558c714988b46a4584f8eabb))
1232
- - **react:** loading spinner ([0e3a583](https://github.com/neo4j/neo4j-design/commit/0e3a5836ee8a60bab2dbbda3d4bdbad689eef8e1))
1233
- - **react:** view-selector component ([17a0789](https://github.com/neo4j/neo4j-design/commit/17a0789a9600aa02eb1c4d8e34e43d689d52af7c))
1234
- - **tabs:** add tabs ([1186a66](https://github.com/neo4j/neo4j-design/commit/1186a66d5d08ee26480c1aefba156314050914ef))
1235
-
1236
- ## [0.1.2](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/react@0.1.1...@neo4j-ndl/react@0.1.2) (2021-12-02)
1237
-
1238
- ### Bug Fixes
1239
-
1240
- - **react:** removed false as class names and forced neods-font-sans ([49991f6](https://github.com/neo4j/neo4j-design/commit/49991f6242b03e0488ac1a9e702238b8db49e5c8))
1241
- - **storybook:** pills path ([8911016](https://github.com/neo4j/neo4j-design/commit/8911016e0f65da3dfcf6b41a05e65ece0b43c8c2))
1242
-
1243
- ## [0.1.1](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/react@0.1.0...@neo4j-ndl/react@0.1.1) (2021-12-02)
1244
-
1245
- ### Bug Fixes
1246
-
1247
- - **react:** components naming ([69a4510](https://github.com/neo4j/neo4j-design/commit/69a4510aa9e772eb0c14aa9f378ede1b9ece04e0))
1248
-
1249
- # 0.1.0 (2021-12-01)
1250
-
1251
- ### Features
1252
-
1253
- - **base:** typography added ([e24a090](https://github.com/neo4j/neo4j-design/commit/e24a090c9734acc9543731a32da99e222fe0ea0f))
1254
-
1255
- ## [0.0.4](https://github.com/konsalex/neo4j-design/compare/@neo4j-ndl/buttons@0.0.3...@neo4j-ndl/buttons@0.0.4) (2021-11-24)
1256
-
1257
- **Note:** Version bump only for package @neo4j-ndl/buttons
1258
-
1259
- ## [0.0.3](https://github.com/konsalex/neo4j-design/compare/@neo4j-ndl/buttons@0.0.2...@neo4j-ndl/buttons@0.0.3) (2021-11-23)
1260
-
1261
- ### Bug Fixes
1262
-
1263
- - **base:** fix tailwind conflicts with existing css files, disabled pre-flight and more ([1d8fb98](https://github.com/konsalex/neo4j-design/commit/1d8fb985cf8ac4082029f35e55b1039d38dee866))
1264
-
1265
- ## 0.0.2 (2021-11-23)
1266
-
1267
- ### Bug Fixes
1268
-
1269
- - **packages:** renamed packages to test - unpublished are still active ([b4693d2](https://github.com/konsalex/neo4j-design/commit/b4693d2f5c1ec8bf7730f9301578b7f2a3a8bff1))
1270
-
1271
- ## 0.0.2 (2021-11-23)
1272
-
1273
- **Note:** Version bump only for package @neo4j-ndl/button