@neo4j-ndl/react 1.0.0-alpha-ecafb19 → 1.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (55) hide show
  1. package/CHANGELOG.md +675 -0
  2. package/lib/LICENSES.txt +23 -29
  3. package/lib/NOTICE.txt +24 -42
  4. package/lib/cjs/{alert/Alert.js → banner/Banner.js} +10 -10
  5. package/lib/cjs/banner/Banner.js.map +1 -0
  6. package/lib/cjs/{alert → banner}/index.js +1 -1
  7. package/lib/cjs/banner/index.js.map +1 -0
  8. package/lib/cjs/context-menu/ContextMenu.js +9 -3
  9. package/lib/cjs/context-menu/ContextMenu.js.map +1 -1
  10. package/lib/cjs/drag-and-drop/DragAndDrop.js +2 -2
  11. package/lib/cjs/drag-and-drop/DragAndDrop.js.map +1 -1
  12. package/lib/cjs/icons/generated/custom/index.js +28 -28
  13. package/lib/cjs/icons/generated/custom/index.js.map +1 -1
  14. package/lib/cjs/index.js +1 -6
  15. package/lib/cjs/index.js.map +1 -1
  16. package/lib/cjs/label/Label.js +3 -3
  17. package/lib/cjs/label/Label.js.map +1 -1
  18. package/lib/cjs/popover/Popover.js +4 -2
  19. package/lib/cjs/popover/Popover.js.map +1 -1
  20. package/lib/cjs/side-navigation/SideNavigation.js +2 -2
  21. package/lib/cjs/side-navigation/SideNavigation.js.map +1 -1
  22. package/lib/cjs/status-indicator/StatusIndicator.js +1 -1
  23. package/lib/cjs/status-indicator/StatusIndicator.js.map +1 -1
  24. package/lib/esm/{alert/Alert.js → banner/Banner.js} +8 -8
  25. package/lib/esm/banner/Banner.js.map +1 -0
  26. package/lib/esm/{alert → banner}/index.js +1 -1
  27. package/lib/esm/banner/index.js.map +1 -0
  28. package/lib/esm/context-menu/ContextMenu.js +9 -3
  29. package/lib/esm/context-menu/ContextMenu.js.map +1 -1
  30. package/lib/esm/drag-and-drop/DragAndDrop.js +2 -2
  31. package/lib/esm/drag-and-drop/DragAndDrop.js.map +1 -1
  32. package/lib/esm/icons/generated/custom/index.js +27 -27
  33. package/lib/esm/icons/generated/custom/index.js.map +1 -1
  34. package/lib/esm/index.js +1 -6
  35. package/lib/esm/index.js.map +1 -1
  36. package/lib/esm/label/Label.js +4 -4
  37. package/lib/esm/label/Label.js.map +1 -1
  38. package/lib/esm/popover/Popover.js +4 -2
  39. package/lib/esm/popover/Popover.js.map +1 -1
  40. package/lib/esm/side-navigation/SideNavigation.js +3 -3
  41. package/lib/esm/side-navigation/SideNavigation.js.map +1 -1
  42. package/lib/esm/status-indicator/StatusIndicator.js +1 -1
  43. package/lib/esm/status-indicator/StatusIndicator.js.map +1 -1
  44. package/lib/types/{alert/Alert.d.ts → banner/Banner.d.ts} +16 -16
  45. package/lib/types/{alert → banner}/index.d.ts +1 -1
  46. package/lib/types/context-menu/ContextMenu.d.ts +2 -2
  47. package/lib/types/icons/generated/custom/index.d.ts +27 -27
  48. package/lib/types/index.d.ts +1 -2
  49. package/lib/types/popover/Popover.d.ts +6 -1
  50. package/lib/types/status-indicator/StatusIndicator.d.ts +1 -1
  51. package/package.json +10 -5
  52. package/lib/cjs/alert/Alert.js.map +0 -1
  53. package/lib/cjs/alert/index.js.map +0 -1
  54. package/lib/esm/alert/Alert.js.map +0 -1
  55. package/lib/esm/alert/index.js.map +0 -1
package/CHANGELOG.md ADDED
@@ -0,0 +1,675 @@
1
+ # Change Log
2
+
3
+ ## 1.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - c79f6ee: Fix ContextMenu auto-focus and disabled item keyboard event
8
+
9
+ ## 1.0.0
10
+
11
+ ### Major Changes
12
+
13
+ - a356246: rename tailwind configuration preset to tailwind-preset.config.js
14
+ - 0e33e58: changed containersize to size
15
+ - 290a149: removed exposed props and added select props to root
16
+ - bbb3768: rename Alert component to Banner
17
+ - 176e055: Needle v1 first major release 🎉
18
+
19
+ To learn more please visit:
20
+ https://github.com/neo4j/neo4j-design/blob/main/MIGRATION.md
21
+
22
+ - eabfc38: remove rectangle prop from button component
23
+ - 31fe091: renamed error to danger
24
+
25
+ ### Minor Changes
26
+
27
+ - 8aacd60: add smart tooltip component
28
+ - 8ce6bc7: new table component
29
+ - 093fe38: new typography component
30
+ - b437d03: enable sideEffects in package.json and better tree-shaking with new icon api
31
+
32
+ ### Patch Changes
33
+
34
+ - ecafb19: Fix DragAndDrop styling
35
+ - a356246: add animation/transition tokens
36
+ - 0f50e00: text input style inconsistencies with figma, v1 table row border and ts types issue with "nonce"
37
+ - 17fa9e7: export context menu divider
38
+ - 73cabcb: add active property for icon buttons
39
+ - d9293e1: provide better header control icon override and table result props for manual pagination
40
+ - a8b987f: Export useTableContext and fix Navigation pageCount with latest value
41
+ - added textinput jsx support
42
+ - f531e5c: added optional prop and fixed tooltip hover for textinput
43
+ - 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
44
+ - 9b793b7: prefix all css classes
45
+ - d4de546: radio and checkbox custom label and aria label fix
46
+ - 48e9dcb: sidebar animation and children type
47
+ - 33e5d13: fix table utilities export to fix aura console breaking
48
+ - 0ce7760: fixed resizeable bar visual bug and minor refactor
49
+ - 23354e7: Update SideNavigation to the new Figma design
50
+ - 4a78946: suffix custom icons with <Name>Icons for consistency with HeroIcons
51
+ - Updated dependencies [a356246]
52
+ - Updated dependencies [bbb3768]
53
+ - Updated dependencies [a356246]
54
+ - Updated dependencies [0f50e00]
55
+ - Updated dependencies [73cabcb]
56
+ - Updated dependencies [03031b3]
57
+ - Updated dependencies [d9293e1]
58
+ - Updated dependencies [d1c31c8]
59
+ - Updated dependencies [17fa9e7]
60
+ - Updated dependencies [176e055]
61
+ - Updated dependencies [f531e5c]
62
+ - Updated dependencies [eabfc38]
63
+ - Updated dependencies [d7bc50a]
64
+ - Updated dependencies [9b793b7]
65
+ - Updated dependencies [8ce6bc7]
66
+ - Updated dependencies [48e9dcb]
67
+ - Updated dependencies [73d09db]
68
+ - Updated dependencies [0ce7760]
69
+ - Updated dependencies [23354e7]
70
+ - Updated dependencies [b437d03]
71
+ - Updated dependencies [926697e]
72
+ - @neo4j-ndl/base@1.0.0
73
+
74
+ ## 0.17.7
75
+
76
+ ### Patch Changes
77
+
78
+ - Updated dependencies [22cccd8]
79
+ - @neo4j-ndl/base@0.16.4
80
+
81
+ ## 0.17.6
82
+
83
+ ### Patch Changes
84
+
85
+ - 0e58eb0: fix the backdrop unable to cover the background if opening a ContextMenu from Popover
86
+
87
+ ## 0.17.5
88
+
89
+ ### Patch Changes
90
+
91
+ - Updated dependencies [f16cd98]
92
+ - @neo4j-ndl/base@0.16.3
93
+
94
+ ## 0.17.4
95
+
96
+ ### Patch Changes
97
+
98
+ - ac92bfb: bump react-select
99
+
100
+ ## 0.17.3
101
+
102
+ ### Patch Changes
103
+
104
+ - d86cae0: Added plan view icon
105
+ - Updated dependencies [d86cae0]
106
+ - @neo4j-ndl/base@0.16.2
107
+
108
+ ## 0.17.2
109
+
110
+ ### Patch Changes
111
+
112
+ - Updated dependencies [848fa12]
113
+ - @neo4j-ndl/base@0.16.1
114
+
115
+ ## 0.17.1
116
+
117
+ ### Patch Changes
118
+
119
+ - db44b15: Fix unused href and rename variable to match current component name
120
+
121
+ ## 0.17.0
122
+
123
+ ### Minor Changes
124
+
125
+ - a548bcd: Add SideNavigation component and add border-none token
126
+
127
+ ### Patch Changes
128
+
129
+ - Updated dependencies [a548bcd]
130
+ - @neo4j-ndl/base@0.16.0
131
+
132
+ ## 0.16.4
133
+
134
+ ### Patch Changes
135
+
136
+ - 29f6328: updated textinput to reflect figma
137
+ - Updated dependencies [29f6328]
138
+ - @neo4j-ndl/base@0.15.3
139
+
140
+ ## 0.16.3
141
+
142
+ ### Patch Changes
143
+
144
+ - Updated dependencies [3f78201]
145
+ - @neo4j-ndl/base@0.15.2
146
+
147
+ ## 0.16.2
148
+
149
+ ### Patch Changes
150
+
151
+ - 0167786: Add the possibility to intercept TextLink with own Link component
152
+
153
+ ## 0.16.1
154
+
155
+ ### Patch Changes
156
+
157
+ - 91c30ec: Change TextLink to use children instead of text prop
158
+
159
+ ## 0.16.0
160
+
161
+ ### Minor Changes
162
+
163
+ - 93d8d6a: Add nested menu item
164
+
165
+ ## 0.15.4
166
+
167
+ ### Patch Changes
168
+
169
+ - Updated dependencies [705d841]
170
+ - @neo4j-ndl/base@0.15.1
171
+
172
+ ## 0.15.3
173
+
174
+ ### Patch Changes
175
+
176
+ - d720f89: Adds a chevron right icon to menu items with a nested menu
177
+
178
+ ## 0.15.2
179
+
180
+ ### Patch Changes
181
+
182
+ - 370183c: export text-link component
183
+
184
+ ## 0.15.0
185
+
186
+ ### Minor Changes
187
+
188
+ - 12a9a61: StatusIndicator component
189
+
190
+ ### Patch Changes
191
+
192
+ - Updated dependencies [12a9a61]
193
+ - @neo4j-ndl/base@0.15.0
194
+
195
+ ## 0.14.0
196
+
197
+ ### Minor Changes
198
+
199
+ - c210389: New custom icon.
200
+
201
+ collapse-expand-left
202
+ collapse-expand-right
203
+
204
+ collapse-expand deprecated; replaced by collapse-expand-left
205
+
206
+ Added missing .svg icons.
207
+
208
+ configure.svg
209
+ status.svg
210
+
211
+ ### Patch Changes
212
+
213
+ - Updated dependencies [c210389]
214
+ - @neo4j-ndl/base@0.14.0
215
+
216
+ ## 0.13.0
217
+
218
+ ### Minor Changes
219
+
220
+ - c7bfcd8: Added possibility to set custom styles to table element
221
+
222
+ ### Patch Changes
223
+
224
+ - Updated dependencies [c7bfcd8]
225
+ - @neo4j-ndl/base@0.13.0
226
+
227
+ ## 0.12.3
228
+
229
+ ### Patch Changes
230
+
231
+ - 009af5d: Read only for TextInput component properly implemented.
232
+ - Updated dependencies [009af5d]
233
+ - @neo4j-ndl/base@0.12.3
234
+
235
+ ## 0.12.2
236
+
237
+ ### Patch Changes
238
+
239
+ - Updated dependencies [8fe72a8]
240
+ - @neo4j-ndl/base@0.12.2
241
+
242
+ ## 0.12.1
243
+
244
+ ### Patch Changes
245
+
246
+ - Updated dependencies [f86f81c]
247
+ - @neo4j-ndl/base@0.12.1
248
+
249
+ ## 0.12.0
250
+
251
+ ### Minor Changes
252
+
253
+ - f8af4e5: add link component
254
+
255
+ ### Patch Changes
256
+
257
+ - f2e981e: Fix browse button when drag-and-drop is disabled
258
+ - Updated dependencies [f8af4e5]
259
+ - @neo4j-ndl/base@0.12.0
260
+
261
+ ## 0.11.0
262
+
263
+ ### Minor Changes
264
+
265
+ - 714082b: Add custom title, change open filepicker behaviour and enable custom file extension
266
+
267
+ ### Patch Changes
268
+
269
+ - Updated dependencies [714082b]
270
+ - @neo4j-ndl/base@0.11.0
271
+
272
+ ## 0.10.0
273
+
274
+ ### Minor Changes
275
+
276
+ - 438a239: Removed error on missing onClick on button
277
+
278
+ ### Patch Changes
279
+
280
+ - 762bc2f: Fixed vertical layout shift issue when with adjacent buttons one is set to loading
281
+ - Updated dependencies [10cd0fc]
282
+ - @neo4j-ndl/base@0.10.0
283
+
284
+ ## 0.9.5
285
+
286
+ ### Patch Changes
287
+
288
+ - 2842a1c: Medium size Loading Spinner
289
+ - Updated dependencies [2842a1c]
290
+ - @neo4j-ndl/base@0.9.2
291
+
292
+ ## 0.9.4
293
+
294
+ ### Patch Changes
295
+
296
+ - a820898: remote title as description from alert and optimise the warning log
297
+ - 5288c89: Allow alert title to be undefined
298
+ - Updated dependencies [5288c89]
299
+ - @neo4j-ndl/base@0.9.1
300
+
301
+ ## 0.9.3
302
+
303
+ ### Patch Changes
304
+
305
+ - 4f3ec49: align switch, radio and checkbox to the top
306
+ - 826d7ae: refactor code-block component and load more fonts from Google
307
+ - 85390b0: add loading state to table and style spreading
308
+ - 826d7ae: update code-block ui and behaviour and apis
309
+ - Updated dependencies [4f3ec49]
310
+ - Updated dependencies [826d7ae]
311
+ - @neo4j-ndl/base@0.9.0
312
+
313
+ ## 0.9.2
314
+
315
+ ### Patch Changes
316
+
317
+ - ecde854: Update aria label warning messages
318
+ - 83f91c5: fix dropdown inconsistencies and text input flex gaps
319
+ - Updated dependencies [83f91c5]
320
+ - @neo4j-ndl/base@0.8.7
321
+
322
+ ## 0.9.1
323
+
324
+ ### Patch Changes
325
+
326
+ - 38a8692: add container property to Modal component
327
+ - Updated dependencies [38a8692]
328
+ - @neo4j-ndl/base@0.8.6
329
+
330
+ ## 0.9.0
331
+
332
+ ### Minor Changes
333
+
334
+ - 155d00a: added status and configure custom icons
335
+
336
+ ### Patch Changes
337
+
338
+ - ad51925: fix text input placeholder color
339
+ - bc0b2c6: fixed custom prop input for textinput component
340
+ - 6528080: empty table overfloat placeholder
341
+ - 36432c7: Removes gap after checkbox if no label is specified
342
+ - bf93be1: fix dropdown height inconsistency
343
+ - Updated dependencies [ad51925]
344
+ - Updated dependencies [36432c7]
345
+ - Updated dependencies [299dccc]
346
+ - @neo4j-ndl/base@0.8.5
347
+
348
+ ## 0.8.4
349
+
350
+ ### Patch Changes
351
+
352
+ - 2564aeb: make code block title interactive
353
+ - f0a5826: Fixed no label spacing gap for TextInput
354
+ - Updated dependencies [b976b09]
355
+ - Updated dependencies [f0a5826]
356
+ - @neo4j-ndl/base@0.8.4
357
+
358
+ ## 0.8.3
359
+
360
+ ### Patch Changes
361
+
362
+ - 831c5c6: fix private publishing flag yarn workspace
363
+ - 98ea3fe: fix yarn workspace versioning issue
364
+ - Updated dependencies [831c5c6]
365
+ - Updated dependencies [7d934b2]
366
+ - Updated dependencies [98ea3fe]
367
+ - @neo4j-ndl/base@0.8.3
368
+
369
+ ## 0.8.1
370
+
371
+ ### Patch Changes
372
+
373
+ - b7d901c: Relationship Graph label background and border colors adjustable
374
+ - 62804f6: dropdown max tag width to avoid line break
375
+ - Updated dependencies [b7d901c]
376
+ - @neo4j-ndl/base@0.8.1
377
+
378
+ ## 0.8.0
379
+
380
+ ### Minor Changes
381
+
382
+ - 6c20210: code-block component and styling added
383
+
384
+ ### Patch Changes
385
+
386
+ - Updated dependencies [6c20210]
387
+ - @neo4j-ndl/base@0.8.0
388
+
389
+ ## 0.7.2
390
+
391
+ ### Patch Changes
392
+
393
+ - 9be8862: export graph-label
394
+
395
+ ## 0.7.1
396
+
397
+ ### Patch Changes
398
+
399
+ - 4f8a272: remove padding and bg
400
+ - ae5c9bf: Added checkbox tooltip functionality for a bug fix in importers implemetation of the NDL checkbox
401
+ - Updated dependencies [4f8a272]
402
+ - @neo4j-ndl/base@0.7.1
403
+
404
+ ## 0.7.0
405
+
406
+ ### Minor Changes
407
+
408
+ - 3cd0cf1: wizard and graph label component added
409
+ - b2a2c91: Added graph labels
410
+
411
+ ### Patch Changes
412
+
413
+ - 55965a1: fix centering of loading spinner for icon button
414
+ - Updated dependencies [3cd0cf1]
415
+ - Updated dependencies [b2a2c91]
416
+ - @neo4j-ndl/base@0.7.0
417
+
418
+ ## 0.6.3
419
+
420
+ ### Patch Changes
421
+
422
+ - 0f46a61: fix d-n-d safari bug and small color fix
423
+ - Updated dependencies [3f019df]
424
+ - Updated dependencies [0f46a61]
425
+ - Updated dependencies [b21abb3]
426
+ - Updated dependencies [2759379]
427
+ - @neo4j-ndl/base@0.6.2
428
+
429
+ ## 0.6.2
430
+
431
+ ### Patch Changes
432
+
433
+ - 8f74098: enable table row actions and fix group icon button background
434
+ - Updated dependencies [8f74098]
435
+ - @neo4j-ndl/base@0.6.1
436
+
437
+ ## 0.6.1
438
+
439
+ ### Patch Changes
440
+
441
+ - c692c1c: fix dropdown partial props for storybook inference
442
+ - 2d4d6d4: Improve algorithm for pagination display values
443
+
444
+ ## 0.6.0
445
+
446
+ ### Minor Changes
447
+
448
+ - c14db02: dropdown component added
449
+
450
+ ### Patch Changes
451
+
452
+ - c14db02: tag extented props, add onKeyDown listener, and pass event to the remove callback
453
+ - Updated dependencies [c14db02]
454
+ - @neo4j-ndl/base@0.6.0
455
+
456
+ ## 0.5.3
457
+
458
+ ### Patch Changes
459
+
460
+ - f61d8db: add proper tag exporting in react lib
461
+
462
+ ## 0.5.2
463
+
464
+ ### Patch Changes
465
+
466
+ - aa799f8: drag and drop responsiveness and vertical alignment
467
+ - Updated dependencies [82bfb55]
468
+ - Updated dependencies [aa799f8]
469
+ - @neo4j-ndl/base@0.5.1
470
+
471
+ ## 0.5.1
472
+
473
+ ### Patch Changes
474
+
475
+ - f009031: center aligment for popover
476
+
477
+ ## 0.5.0
478
+
479
+ ### Minor Changes
480
+
481
+ - 57696ad: Add Dialog and Modal components
482
+
483
+ ### Patch Changes
484
+
485
+ - b9f5ed7: dont focus first menu item on open and disable click on events on disabled items
486
+ - Updated dependencies [57696ad]
487
+ - Updated dependencies [b9f5ed7]
488
+ - @neo4j-ndl/base@0.5.0
489
+
490
+ ## 0.4.0
491
+
492
+ ### Minor Changes
493
+
494
+ - 936a731: icon button added
495
+ - 6ca6bc1: icon array component added
496
+ - 103d711: text input component implementation
497
+
498
+ ### Patch Changes
499
+
500
+ - 517e42f: renamed regular size to medium in button to reflect better figma design system
501
+ - c86128c: resolve tailwind class name conflict and fix safari inconsistencies
502
+ - 9fa7653: table row key error fix
503
+ - Updated dependencies [936a731]
504
+ - Updated dependencies [6ca6bc1]
505
+ - Updated dependencies [517e42f]
506
+ - Updated dependencies [c86128c]
507
+ - Updated dependencies [103d711]
508
+ - @neo4j-ndl/base@0.4.0
509
+
510
+ ## 0.3.1
511
+
512
+ ### Patch Changes
513
+
514
+ - c7b2bea: button outline neutral fix
515
+ - Updated dependencies [67ef31d]
516
+ - @neo4j-ndl/base@0.3.1
517
+
518
+ All notable changes to this project will be documented in this file.
519
+ See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
520
+
521
+ # [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)
522
+
523
+ ### Bug Fixes
524
+
525
+ - **react:** table page types and state pageIndex check ([07aa817](https://github.com/neo4j/neo4j-design/commit/07aa817989dddd559f69203b8ab3647eff848b5d))
526
+ - **repo:** tsconfig issues with merging ([b0085ad](https://github.com/neo4j/neo4j-design/commit/b0085ad720942679c5429152cdd52a79c155b1f1))
527
+ - **table:** add support for no plugins ([ed40565](https://github.com/neo4j/neo4j-design/commit/ed405653286a75493ac58d3e8412cdda8b3cfd91))
528
+
529
+ ### Features
530
+
531
+ - **react:** improve progress bar options ([#66](https://github.com/neo4j/neo4j-design/issues/66)) ([4427541](https://github.com/neo4j/neo4j-design/commit/442754127e2a40369d10a1e2de419b1438d9232e))
532
+ - **react:** table ready for rfc ([6e0c538](https://github.com/neo4j/neo4j-design/commit/6e0c538a33b4d93ece003587b652a20213bd1b14))
533
+
534
+ # [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)
535
+
536
+ ### Bug Fixes
537
+
538
+ - **component/alert:** update styles ([0dc4e37](https://github.com/neo4j/neo4j-design/commit/0dc4e37e0b005fcc98ce8661323024b16686f0ef))
539
+ - **react:** proper dropzone typings and better typesafety ([25e5a2e](https://github.com/neo4j/neo4j-design/commit/25e5a2e1210b2c0be12d2a23ea54e4b4b26066e1))
540
+ - **react:** small typo ([a00a60c](https://github.com/neo4j/neo4j-design/commit/a00a60c07ab39cbf631ba65294522720001e0a9f))
541
+ - **test:** remove react import ([5820a44](https://github.com/neo4j/neo4j-design/commit/5820a444dc8d83562747b87ce064215b4d536d57))
542
+
543
+ ### Features
544
+
545
+ - **react/base:** sync and add custom icons ([674b67a](https://github.com/neo4j/neo4j-design/commit/674b67a86f60daee8cdc829a85b0a8403ff0f766))
546
+ - **react:** add drag and drop component ([339763d](https://github.com/neo4j/neo4j-design/commit/339763debd7f3ae00237b06b6580944a74a13635))
547
+
548
+ ## [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)
549
+
550
+ **Note:** Version bump only for package @neo4j-ndl/react
551
+
552
+ ## [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)
553
+
554
+ ### Bug Fixes
555
+
556
+ - **react:** add label changes to PR ([bfc78a7](https://github.com/neo4j/neo4j-design/commit/bfc78a707ffdbfc1f7fba3ab8532eabb52275a58))
557
+ - **react:** add missing progress bar export ([#52](https://github.com/neo4j/neo4j-design/issues/52)) ([c559d59](https://github.com/neo4j/neo4j-design/commit/c559d59334315a9b9998bf4011bf7af4d1917fdd))
558
+ - **react:** propagate button and menu item events ([b8d5b71](https://github.com/neo4j/neo4j-design/commit/b8d5b71b38f2094080e57acf3a7ca6654276fe74))
559
+ - **tests:** fix label test with color prop ([2f8422b](https://github.com/neo4j/neo4j-design/commit/2f8422b59db2e1da85a09707a3ce7e9c993c2462))
560
+ - **view-selector:** pass classname to children ([2817e56](https://github.com/neo4j/neo4j-design/commit/2817e567ac03446b0702268b354046101e5cc3e5))
561
+
562
+ ## [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)
563
+
564
+ ### Bug Fixes
565
+
566
+ - **react:** use generic forwardRef to fix typing issues ([fb5e836](https://github.com/neo4j/neo4j-design/commit/fb5e836b5a491d6c08e7359d5443824560ae072d))
567
+
568
+ ## [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)
569
+
570
+ ### Bug Fixes
571
+
572
+ - **alert:** add name prop for a11y ([cd10794](https://github.com/neo4j/neo4j-design/commit/cd10794cb384f426c3ceb678d81e5b3b8d40e6f4))
573
+ - **alert:** allow react node as title ([7d06925](https://github.com/neo4j/neo4j-design/commit/7d06925dce54fa993d58d374b893c78c3ced712c))
574
+ - **alert:** style title as title if children provided ([5c005bf](https://github.com/neo4j/neo4j-design/commit/5c005bf1d86c7a6bb8391a404ed07107b89349a8))
575
+ - **base:** change components to appropriate typescale classes ([97c3af3](https://github.com/neo4j/neo4j-design/commit/97c3af3a17bcf3a68f283ba77186b76b77a33e49))
576
+ - **button:** fix button link click working when disabled ([f0a5272](https://github.com/neo4j/neo4j-design/commit/f0a52721d7565cb4d1b8a2778f73cd7c4dbc6a21))
577
+ - **button:** fix loading spinner pushing text to end on wide buttons ([65e673a](https://github.com/neo4j/neo4j-design/commit/65e673a0f0889d83ac82b75d01dcff04511ecf79))
578
+ - fix ref types and prop types in stories ([2bf548e](https://github.com/neo4j/neo4j-design/commit/2bf548e017ca15061ade731f18c7bf13acc0c1a6))
579
+ - **label:** fix label semi filled classes not being applied ([6fc0ff9](https://github.com/neo4j/neo4j-design/commit/6fc0ff9a8023d535879d02bafbda64c01d560cca))
580
+ - **menu:** fix menu propogating arrow keys to parent menu ([af32c3b](https://github.com/neo4j/neo4j-design/commit/af32c3b7a38b4d3a9996d076e36155402b32d514))
581
+ - pass all extra props and forward all refs ([46190b9](https://github.com/neo4j/neo4j-design/commit/46190b9ec35511a1aaaee8ece4640536a5b0c85f))
582
+ - **react:** make sure className is always forwarded ([5feda6e](https://github.com/neo4j/neo4j-design/commit/5feda6eb4ff45b9cee98b9ad7fc630546e8b0478))
583
+
584
+ # 0.1.0 (2022-03-01)
585
+
586
+ ### Bug Fixes
587
+
588
+ - **alert:** prefix alert classes ([eb53aa0](https://github.com/neo4j/neo4j-design/commit/eb53aa0ef98c9415de4a533276bd43214e43ee83))
589
+ - **base:** Update colors to match color document ([e3cf9e2](https://github.com/neo4j/neo4j-design/commit/e3cf9e270907894eddb3404cf4ed04eeef33b195))
590
+ - **button:** add "as" prop ([b94beeb](https://github.com/neo4j/neo4j-design/commit/b94beeb3a327893302c5754a778c4ec1eaa0cec0))
591
+ - **button:** clean up button load/disabled state ([213ae48](https://github.com/neo4j/neo4j-design/commit/213ae48349d4f9faaa944ee752d19208a1af5197))
592
+ - **button:** prefix button root class with ndl ([b30e27a](https://github.com/neo4j/neo4j-design/commit/b30e27a6155ba3851adb6ba49332c34b19a2332a))
593
+ - **button:** update text button colors ([6400389](https://github.com/neo4j/neo4j-design/commit/640038987b544361099762404d972e786d70cabd))
594
+ - **context-menu:** move to next item with menuitem role ([183ff01](https://github.com/neo4j/neo4j-design/commit/183ff015b22ab15d624297a3c0bd77a943457634))
595
+ - **input:** scope input css classes ([e26ff55](https://github.com/neo4j/neo4j-design/commit/e26ff550c06c95ad0ccaa78e2fb11a531684c991))
596
+ - **label:** rename classNames to className ([49643c5](https://github.com/neo4j/neo4j-design/commit/49643c50a2ccad6ad8f3537044010a592efc71ac))
597
+ - **label:** scope css classes ([400daf8](https://github.com/neo4j/neo4j-design/commit/400daf855b5fef3154af2d40f4c023ee2d7ec956))
598
+ - **loading-spinner:** export loading spinner ([0cb4261](https://github.com/neo4j/neo4j-design/commit/0cb42613f5d2b6c0931518310be1ab5e1d5c7ca9))
599
+ - **loading-spinner:** scope css classes ([03c7593](https://github.com/neo4j/neo4j-design/commit/03c7593808d6940a24268b67b36689ecde57c6bc))
600
+ - **menu:** add disabled state to menu item. map menu enter pressed to click event ([cac6c50](https://github.com/neo4j/neo4j-design/commit/cac6c5036822b34d66161ec036fbfb595cb98f80))
601
+ - **menu:** scope css classes ([572917e](https://github.com/neo4j/neo4j-design/commit/572917eeb6e94927a53b474a91bbeb5cc0dfc9d9))
602
+ - **popover:** scope css classes ([3cb3207](https://github.com/neo4j/neo4j-design/commit/3cb3207fc224cfe3bd160bdd13c8d179e5f54168))
603
+ - **popover:** use react portal to avoid pos fixed + transform issues ([3253a8e](https://github.com/neo4j/neo4j-design/commit/3253a8e43a6ed84b8f115a43c914cf7994c33690))
604
+ - **popover:** use react portal to avoid pos fixed + transform issues ([81f803e](https://github.com/neo4j/neo4j-design/commit/81f803ea923dfcd977dc267ef782af410ba8ba43))
605
+ - **progress-bar:** scope css classes ([8316e36](https://github.com/neo4j/neo4j-design/commit/8316e36da210e7b9bc0458adbd9e088e7dff5980))
606
+ - **react:** bad refactor ([26fc799](https://github.com/neo4j/neo4j-design/commit/26fc7992c4c1597aa9b17a58080c7895cb896af7))
607
+ - **react:** button component hover cursor and storybook disabled prop missing ([861fb8e](https://github.com/neo4j/neo4j-design/commit/861fb8ecff51e8f5f5fc2b739cdd8ae990fbe0ca))
608
+ - **react:** button test ([efb6026](https://github.com/neo4j/neo4j-design/commit/efb60263ded373a74c93eb589220280e6d7793e4))
609
+ - **react:** components naming ([69a4510](https://github.com/neo4j/neo4j-design/commit/69a4510aa9e772eb0c14aa9f378ede1b9ece04e0))
610
+ - **react:** removed false as class names and forced neods-font-sans ([49991f6](https://github.com/neo4j/neo4j-design/commit/49991f6242b03e0488ac1a9e702238b8db49e5c8))
611
+ - **react:** safari render of context menu item and chore ([9a44fbd](https://github.com/neo4j/neo4j-design/commit/9a44fbd5261a020c88c6bc88211d0754d6d4f8f5))
612
+ - **react:** view-selector export ([c4d7320](https://github.com/neo4j/neo4j-design/commit/c4d7320ce29bdf268a882d93b34575f26b0e4827))
613
+ - **storybook-typography:** fix incorrect tailwind class ([a073fcf](https://github.com/neo4j/neo4j-design/commit/a073fcf35042fd06802a307ed2ddeabf60320ca8))
614
+ - **storybook:** pills path ([8911016](https://github.com/neo4j/neo4j-design/commit/8911016e0f65da3dfcf6b41a05e65ece0b43c8c2))
615
+ - **tabs:** export tabs ([20f6683](https://github.com/neo4j/neo4j-design/commit/20f668368ebc7c08ef67a6c0c3e16af04ce44024))
616
+ - **tabs:** scope css classes ([b0137a0](https://github.com/neo4j/neo4j-design/commit/b0137a02645a58473590f8d6c4f09158cf9e101c))
617
+ - **tag:** scope css classes ([89086e1](https://github.com/neo4j/neo4j-design/commit/89086e1d0c47479cc040327fd8105728ef8c46d9))
618
+ - **tooltip:** scope css classes ([0e56690](https://github.com/neo4j/neo4j-design/commit/0e56690b88b970cdcd6da90c9458386d67ee3746))
619
+ - **view-selector:** scope css classes ([6262035](https://github.com/neo4j/neo4j-design/commit/62620353f1ff1f371b2ea463302cafbff9d8a5f4))
620
+
621
+ ### Features
622
+
623
+ - add tooltip component ([#23](https://github.com/neo4j/neo4j-design/issues/23)) ([c02f5d6](https://github.com/neo4j/neo4j-design/commit/c02f5d634b1a4e266a415feec6c48ce9bf064ef5))
624
+ - **base:** typography added ([e24a090](https://github.com/neo4j/neo4j-design/commit/e24a090c9734acc9543731a32da99e222fe0ea0f))
625
+ - **icons:** add web-component icons ([ad453b6](https://github.com/neo4j/neo4j-design/commit/ad453b6152b4e0f379c67d9be37996a56791289c))
626
+ - **popover:** create popover from menu ([d1a20a4](https://github.com/neo4j/neo4j-design/commit/d1a20a49761e9cfcba43ec6d2078f3e9f6a11faa))
627
+ - **project:** button finished, pill renamed to label with +1 variant and Tailwind v2 to v3 ([3093d4f](https://github.com/neo4j/neo4j-design/commit/3093d4f34d6d41818f7f560c2dde1ed96ab0652e))
628
+ - **react:** add alert component ([2b9b8ed](https://github.com/neo4j/neo4j-design/commit/2b9b8ed0b0248b0e35d964764dfb671e247cbe4a))
629
+ - **react:** add context menu ([acc319d](https://github.com/neo4j/neo4j-design/commit/acc319d25e7def7168d6fd5761434044c506ed3d))
630
+ - **react:** add radio, checkbox and switch components ([9fa81f3](https://github.com/neo4j/neo4j-design/commit/9fa81f3d6dd8b560e96a01ddbdd07431ea95c2e8))
631
+ - **react:** add switch and checkbox component ([a82f962](https://github.com/neo4j/neo4j-design/commit/a82f9627e1cede05b8013d9eb0326720ff5b9163))
632
+ - **react:** add Tag component ([91f6972](https://github.com/neo4j/neo4j-design/commit/91f69721bf5c4d5fb207019125b4edd1fbc56857))
633
+ - **react:** icons added ([c97bd25](https://github.com/neo4j/neo4j-design/commit/c97bd25db1650e36558c714988b46a4584f8eabb))
634
+ - **react:** loading spinner ([0e3a583](https://github.com/neo4j/neo4j-design/commit/0e3a5836ee8a60bab2dbbda3d4bdbad689eef8e1))
635
+ - **react:** view-selector component ([17a0789](https://github.com/neo4j/neo4j-design/commit/17a0789a9600aa02eb1c4d8e34e43d689d52af7c))
636
+ - **tabs:** add tabs ([1186a66](https://github.com/neo4j/neo4j-design/commit/1186a66d5d08ee26480c1aefba156314050914ef))
637
+
638
+ ## [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)
639
+
640
+ ### Bug Fixes
641
+
642
+ - **react:** removed false as class names and forced neods-font-sans ([49991f6](https://github.com/neo4j/neo4j-design/commit/49991f6242b03e0488ac1a9e702238b8db49e5c8))
643
+ - **storybook:** pills path ([8911016](https://github.com/neo4j/neo4j-design/commit/8911016e0f65da3dfcf6b41a05e65ece0b43c8c2))
644
+
645
+ ## [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)
646
+
647
+ ### Bug Fixes
648
+
649
+ - **react:** components naming ([69a4510](https://github.com/neo4j/neo4j-design/commit/69a4510aa9e772eb0c14aa9f378ede1b9ece04e0))
650
+
651
+ # 0.1.0 (2021-12-01)
652
+
653
+ ### Features
654
+
655
+ - **base:** typography added ([e24a090](https://github.com/neo4j/neo4j-design/commit/e24a090c9734acc9543731a32da99e222fe0ea0f))
656
+
657
+ ## [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)
658
+
659
+ **Note:** Version bump only for package @neo4j-ndl/buttons
660
+
661
+ ## [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)
662
+
663
+ ### Bug Fixes
664
+
665
+ - **base:** fix tailwind conflicts with existing css files, disabled pre-flight and more ([1d8fb98](https://github.com/konsalex/neo4j-design/commit/1d8fb985cf8ac4082029f35e55b1039d38dee866))
666
+
667
+ ## 0.0.2 (2021-11-23)
668
+
669
+ ### Bug Fixes
670
+
671
+ - **packages:** renamed packages to test - unpublished are still active ([b4693d2](https://github.com/konsalex/neo4j-design/commit/b4693d2f5c1ec8bf7730f9301578b7f2a3a8bff1))
672
+
673
+ ## 0.0.2 (2021-11-23)
674
+
675
+ **Note:** Version bump only for package @neo4j-ndl/button