@neo4j-ndl/react 2.0.0-alpha-2599d3c → 2.0.0

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