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