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