@neo4j-ndl/base 1.10.3 → 2.0.0-alpha-e609471

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (33) hide show
  1. package/lib/LICENSES.txt +2105 -67
  2. package/lib/NOTICE.txt +30 -31
  3. package/lib/cjs/index.js +1 -1
  4. package/lib/cjs/tailwind-preset.config.js +8 -8
  5. package/lib/cjs/tailwindTheme.js +64 -32
  6. package/lib/cjs/tailwindTheme.js.map +1 -1
  7. package/lib/cjs/tokens/js/storybook-design-token.js +1972 -882
  8. package/lib/cjs/tokens/js/storybook-design-token.js.map +1 -1
  9. package/lib/cjs/tokens/js/tokens-esm.js +374 -238
  10. package/lib/cjs/tokens/js/tokens-esm.js.map +1 -1
  11. package/lib/cjs/tokens/js/tokens.js +373 -237
  12. package/lib/cjs/tokens/js/tokens.js.map +1 -1
  13. package/lib/cjs/typescale.js +16 -16
  14. package/lib/cjs/typings.js +1 -1
  15. package/lib/esm/tailwindTheme.js +53 -24
  16. package/lib/esm/tailwindTheme.js.map +1 -1
  17. package/lib/esm/tokens/js/storybook-design-token.js +1971 -881
  18. package/lib/esm/tokens/js/storybook-design-token.js.map +1 -1
  19. package/lib/esm/tokens/js/tokens-esm.js +373 -237
  20. package/lib/esm/tokens/js/tokens-esm.js.map +1 -1
  21. package/lib/esm/tokens/js/tokens.js +373 -237
  22. package/lib/esm/tokens/js/tokens.js.map +1 -1
  23. package/lib/neo4j-ds-styles.css +41086 -31403
  24. package/lib/tokens/css/tokens.css +260 -150
  25. package/lib/tokens/js/tokens-raw.js +5445 -3032
  26. package/lib/tokens/js/tokens.js +373 -237
  27. package/lib/tokens/scss/tokens.scss +260 -150
  28. package/lib/types/tokens/js/storybook-design-token.d.ts +22 -9
  29. package/lib/types/tokens/js/tokens-esm.d.ts +486 -328
  30. package/lib/types/tokens/js/tokens.d.ts +486 -328
  31. package/lib/types/typings.d.ts +1 -1
  32. package/package.json +8 -9
  33. package/CHANGELOG.md +0 -807
package/CHANGELOG.md DELETED
@@ -1,807 +0,0 @@
1
- # Change Log
2
-
3
- ## 1.10.3
4
-
5
- ### Patch Changes
6
-
7
- - f391395: add lodash as dependency
8
-
9
- ## 1.10.2
10
-
11
- ### Patch Changes
12
-
13
- - 92b8182: add color scheme to theme styles
14
-
15
- ## 1.10.1
16
-
17
- ### Patch Changes
18
-
19
- - 3f9b6dc: Expose control of the scrolling container in table
20
-
21
- ## 1.10.0
22
-
23
- ### Minor Changes
24
-
25
- - 95c8c78: new accordion component
26
-
27
- ## 1.9.0
28
-
29
- ### Minor Changes
30
-
31
- - 46bd73c: Added DatePicker component
32
-
33
- ## 1.8.14
34
-
35
- ### Patch Changes
36
-
37
- - aec8342: create scoping for codemirror styles
38
-
39
- ## 1.8.13
40
-
41
- ### Patch Changes
42
-
43
- - b881e85: more accessible help text color for text inputs
44
-
45
- ## 1.8.12
46
-
47
- ### Patch Changes
48
-
49
- - 99bf2d8: fixed color bug of external textlink component
50
-
51
- ## 1.8.11
52
-
53
- ### Patch Changes
54
-
55
- - 94e1ae2: fix line-height in label component
56
-
57
- ## 1.8.10
58
-
59
- ### Patch Changes
60
-
61
- - ce9e07b: table body overflow fix, sticky header and flex body container to stretch
62
-
63
- ## 1.8.9
64
-
65
- ### Patch Changes
66
-
67
- - 1a2d956: fix scoped context menu breaking styles from inheritance
68
-
69
- ## 1.8.8
70
-
71
- ### Patch Changes
72
-
73
- - 9bf20c4: safari text input disabled styles fix
74
-
75
- ## 1.8.7
76
-
77
- ### Patch Changes
78
-
79
- - 7aac73a: fix switch styles on pressed state
80
-
81
- ## 1.8.6
82
-
83
- ### Patch Changes
84
-
85
- - 7f3fcac: added checked icon mark in switch component for better accessibility
86
-
87
- ## 1.8.5
88
-
89
- ### Patch Changes
90
-
91
- - cff6177: add keyboard navigation example, focusable cells prop for styling and minor table fixes
92
-
93
- ## 1.8.4
94
-
95
- ### Patch Changes
96
-
97
- - 13df2f7: drawer improvements
98
-
99
- ## 1.8.3
100
-
101
- ### Patch Changes
102
-
103
- - 9fc2af0: Fix table body height so it matches parent
104
-
105
- ## 1.8.2
106
-
107
- ### Patch Changes
108
-
109
- - 2204c66: fix the important Tailwind token gets disregarded
110
-
111
- ## 1.8.1
112
-
113
- ### Patch Changes
114
-
115
- - 5340ee0: Align padding-left for td and th such that they both have 24px
116
-
117
- ## 1.8.0
118
-
119
- ### Minor Changes
120
-
121
- - dc3ba1c: Implement Widget Component
122
-
123
- ## 1.7.3
124
-
125
- ### Patch Changes
126
-
127
- - 440b9e0: added graph and categorical colors
128
-
129
- ## 1.7.2
130
-
131
- ### Patch Changes
132
-
133
- - e71e7ee: Fix cursor behavior
134
-
135
- ## 1.7.1
136
-
137
- ### Patch Changes
138
-
139
- - 630ce6f: Fix right side Drawer styling
140
-
141
- ## 1.7.0
142
-
143
- ### Minor Changes
144
-
145
- - 5b5e1e2: Added Textarea component
146
-
147
- ## 1.6.0
148
-
149
- ### Minor Changes
150
-
151
- - ee7d01f: added new toggletip component
152
-
153
- ## 1.5.7
154
-
155
- ### Patch Changes
156
-
157
- - 8bec4de: Adding 3 new custom icons. Add Node Circle, Sidebar line left, Sidebar line right.
158
-
159
- ## 1.5.6
160
-
161
- ### Patch Changes
162
-
163
- - 5167b76: Add base styles to number inputs
164
-
165
- ## 1.5.5
166
-
167
- ### Patch Changes
168
-
169
- - f8daa5a: Fix TextInput focus outline bug
170
-
171
- ## 1.5.4
172
-
173
- ### Patch Changes
174
-
175
- - 9910238: Tabs remove left 1px hack
176
-
177
- ## 1.5.3
178
-
179
- ### Patch Changes
180
-
181
- - 18d0388: Added extra small size of icon button
182
-
183
- ## 1.5.2
184
-
185
- ### Patch Changes
186
-
187
- - 4c0178e: add disabled styles in dropdown
188
-
189
- ## 1.5.1
190
-
191
- ### Patch Changes
192
-
193
- - 30f6d8a: zindex reorder for blanket to work properly
194
-
195
- ## 1.5.0
196
-
197
- ### Minor Changes
198
-
199
- - 331609a: introduce new z-index tokens and refactor existing components to use them
200
-
201
- ## 1.4.2
202
-
203
- ### Patch Changes
204
-
205
- - f017bff: add new neutral icon token
206
-
207
- ## 1.4.1
208
-
209
- ### Patch Changes
210
-
211
- - 041cdc6: Added full width on label element as well to support using a custom label component with ellipsis truncation
212
-
213
- ## 1.4.0
214
-
215
- ### Minor Changes
216
-
217
- - 77bf1d9: new drawer component
218
-
219
- ## 1.3.7
220
-
221
- ### Patch Changes
222
-
223
- - 5c549e6: fix code block wrapper gradient color stop
224
-
225
- ## 1.3.6
226
-
227
- ### Patch Changes
228
-
229
- - b8b0a22: fixed checkbox label alignment bug
230
-
231
- ## 1.3.5
232
-
233
- ### Patch Changes
234
-
235
- - 6669f49: Added extra small sizes for Button and TextInput components
236
-
237
- ## 1.3.4
238
-
239
- ### Patch Changes
240
-
241
- - d8cb102: Added extra small size of dropdown.
242
-
243
- ## 1.3.3
244
-
245
- ### Patch Changes
246
-
247
- - f483090: Change theme of the last components to palette
248
-
249
- ## 1.3.2
250
-
251
- ### Patch Changes
252
-
253
- - 95991ed: Increase table resize button hitbox, change styling and update default min size from 20px to 100px
254
-
255
- ## 1.3.1
256
-
257
- ### Patch Changes
258
-
259
- - 0e08681: Added bold, italic, underline, align-center, align-bottom, align-top icons
260
-
261
- ## 1.3.0
262
-
263
- ### Minor Changes
264
-
265
- - eecdfdb: dark theme components and tokens, tailwind theme agnostic tokens, and storybook double theme toolbar setting.
266
-
267
- Also fixed weird white border in inputs (Switch, Radio and TextInput).
268
-
269
- ## 1.2.1
270
-
271
- ### Patch Changes
272
-
273
- - 2e5ee6f: Center table cell content to work better with large content
274
-
275
- ## 1.2.0
276
-
277
- ### Minor Changes
278
-
279
- - eb2f19c: add Subheader component to Context Menu
280
-
281
- ## 1.1.2
282
-
283
- ### Patch Changes
284
-
285
- - 1ec1b64: Add disabled state styling to drag and drop
286
-
287
- ## 1.1.1
288
-
289
- ### Patch Changes
290
-
291
- - ec516de: fix icon button icon size with different parent font-size (em), and storybook icon search dropdown filter
292
-
293
- ## 1.1.0
294
-
295
- ### Minor Changes
296
-
297
- - 1695893: introduce CypherCodeBlock using CodeMirror and config NDL styling for CypherEditor
298
-
299
- ## 1.0.3
300
-
301
- ### Patch Changes
302
-
303
- - 9a40493: Stop empty scrollbar showing on mac w/ external mouse and ensure table always has relative element
304
-
305
- ## 1.0.2
306
-
307
- ### Patch Changes
308
-
309
- - 6c12179: updating status colors to match latest figma
310
-
311
- ## 1.0.1
312
-
313
- ### Patch Changes
314
-
315
- - 6812332: accessibility indicators, better match with figma ui kit, and context menu sibling nested menu issue
316
-
317
- ## 1.0.0
318
-
319
- ### Major Changes
320
-
321
- - a356246: rename tailwind configuration preset to tailwind-preset.config.js
322
- - bbb3768: rename Alert component to Banner
323
- - 176e055: Needle v1 first major release 🎉
324
-
325
- To learn more please visit:
326
- https://github.com/neo4j/neo4j-design/blob/main/MIGRATION.md
327
-
328
- - eabfc38: remove rectangle prop from button component
329
-
330
- ### Minor Changes
331
-
332
- - 17fa9e7: spacing tokens added, components in needle should be written from now on with the spacing tokens as much as possible
333
- - 8ce6bc7: new table component
334
- - b437d03: enable sideEffects in package.json and better tree-shaking with new icon api
335
-
336
- ### Patch Changes
337
-
338
- - a356246: add animation/transition tokens
339
- - 0f50e00: text input style inconsistencies with figma, v1 table row border and ts types issue with "nonce"
340
- - 73cabcb: add active property for icon buttons
341
- - 03031b3: removed padding from label with clean fill
342
- - d9293e1: provide better header control icon override and table result props for manual pagination
343
- - d1c31c8: added custom spacing to popover
344
- - f531e5c: added optional prop and fixed tooltip hover for textinput
345
- - 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
346
- - 9b793b7: prefix all css classes
347
- - 48e9dcb: sidebar animation and children type
348
- - 73d09db: fixed prefix ndl for css class
349
- - 0ce7760: fixed resizeable bar visual bug and minor refactor
350
- - 23354e7: Update SideNavigation to the new Figma design
351
- - 926697e: typography tokens changed from PX to REM values for better accessibility
352
-
353
- ## 0.16.4
354
-
355
- ### Patch Changes
356
-
357
- - 22cccd8: fixed text input component visual bug
358
-
359
- ## 0.16.3
360
-
361
- ### Patch Changes
362
-
363
- - f16cd98: fix input components alignment
364
-
365
- ## 0.16.2
366
-
367
- ### Patch Changes
368
-
369
- - d86cae0: Added plan view icon
370
-
371
- ## 0.16.1
372
-
373
- ### Patch Changes
374
-
375
- - 848fa12: fix incorrect css for tooltip component
376
-
377
- ## 0.16.0
378
-
379
- ### Minor Changes
380
-
381
- - a548bcd: Add SideNavigation component and add border-none token
382
-
383
- ## 0.15.3
384
-
385
- ### Patch Changes
386
-
387
- - 29f6328: updated textinput to reflect figma
388
-
389
- ## 0.15.2
390
-
391
- ### Patch Changes
392
-
393
- - 3f78201: Centre align Switch element & label
394
-
395
- ## 0.15.1
396
-
397
- ### Patch Changes
398
-
399
- - 705d841: Fix bug where popover content shows above modal content
400
-
401
- ## 0.15.0
402
-
403
- ### Minor Changes
404
-
405
- - 12a9a61: StatusIndicator component
406
-
407
- ## 0.14.0
408
-
409
- ### Minor Changes
410
-
411
- - c210389: New custom icon.
412
-
413
- collapse-expand-left
414
- collapse-expand-right
415
-
416
- collapse-expand deprecated; replaced by collapse-expand-left
417
-
418
- Added missing .svg icons.
419
-
420
- configure.svg
421
- status.svg
422
-
423
- ## 0.13.0
424
-
425
- ### Minor Changes
426
-
427
- - c7bfcd8: Added possibility to set custom styles to table element
428
-
429
- ## 0.12.3
430
-
431
- ### Patch Changes
432
-
433
- - 009af5d: Read only for TextInput component properly implemented.
434
-
435
- ## 0.12.2
436
-
437
- ### Patch Changes
438
-
439
- - 8fe72a8: Stop CodeBlock internal z indexes from interacting with other components
440
-
441
- ## 0.12.1
442
-
443
- ### Patch Changes
444
-
445
- - f86f81c: fix wrong typescale font weight
446
-
447
- ## 0.12.0
448
-
449
- ### Minor Changes
450
-
451
- - f8af4e5: add link component
452
-
453
- ## 0.11.0
454
-
455
- ### Minor Changes
456
-
457
- - 714082b: Add custom title, change open filepicker behaviour and enable custom file extension
458
-
459
- ## 0.10.0
460
-
461
- ### Minor Changes
462
-
463
- - 10cd0fc: Fixed spaces in Dialog component according to design
464
-
465
- ## 0.9.2
466
-
467
- ### Patch Changes
468
-
469
- - 2842a1c: Medium size Loading Spinner
470
-
471
- ## 0.9.1
472
-
473
- ### Patch Changes
474
-
475
- - 5288c89: Allow alert title to be undefined
476
-
477
- ## 0.9.0
478
-
479
- ### Minor Changes
480
-
481
- - 826d7ae: refactor code-block component and load more fonts from Google
482
-
483
- ### Patch Changes
484
-
485
- - 4f3ec49: align switch, radio and checkbox to the top
486
-
487
- ## 0.8.7
488
-
489
- ### Patch Changes
490
-
491
- - 83f91c5: fix dropdown inconsistencies and text input flex gaps
492
-
493
- ## 0.8.6
494
-
495
- ### Patch Changes
496
-
497
- - 38a8692: add container property to Modal component
498
-
499
- ## 0.8.5
500
-
501
- ### Patch Changes
502
-
503
- - ad51925: fix text input placeholder color
504
- - 36432c7: Removes gap after checkbox if no label is specified
505
- - 299dccc: fixed css for tag component
506
-
507
- ## 0.8.4
508
-
509
- ### Patch Changes
510
-
511
- - b976b09: change Fira code font weight
512
- - f0a5826: Fixed no label spacing gap for TextInput
513
-
514
- ## 0.8.3
515
-
516
- ### Patch Changes
517
-
518
- - 831c5c6: fix private publishing flag yarn workspace
519
- - 7d934b2: fix text input border color
520
- - 98ea3fe: fix yarn workspace versioning issue
521
-
522
- ## 0.8.1
523
-
524
- ### Patch Changes
525
-
526
- - b7d901c: Relationship Graph label background and border colors adjustable
527
-
528
- ## 0.8.0
529
-
530
- ### Minor Changes
531
-
532
- - 6c20210: code-block component and styling added
533
-
534
- ## 0.7.1
535
-
536
- ### Patch Changes
537
-
538
- - 4f8a272: remove padding and bg
539
-
540
- ## 0.7.0
541
-
542
- ### Minor Changes
543
-
544
- - 3cd0cf1: wizard and graph label component added
545
- - b2a2c91: Added graph labels
546
-
547
- ## 0.6.2
548
-
549
- ### Patch Changes
550
-
551
- - 3f019df: cursor: pointer is no longer incorrectly applied to .ndl-form-item
552
- - 0f46a61: fix d-n-d safari bug and small color fix
553
- - b21abb3: button outline focus-visible
554
- - 2759379: ndl icon class for stroke width
555
-
556
- ## 0.6.1
557
-
558
- ### Patch Changes
559
-
560
- - 8f74098: enable table row actions and fix group icon button background
561
-
562
- ## 0.6.0
563
-
564
- ### Minor Changes
565
-
566
- - c14db02: dropdown component added
567
-
568
- ## 0.5.2
569
-
570
- ### Patch Changes
571
-
572
- - a65c6ad: popover z index hotfix
573
-
574
- ## 0.5.1
575
-
576
- ### Patch Changes
577
-
578
- - 82bfb55: outlined icon button background in default state transparent->white
579
- - aa799f8: drag and drop responsiveness and vertical alignment
580
-
581
- ## 0.5.0
582
-
583
- ### Minor Changes
584
-
585
- - 57696ad: Add Dialog and Modal components
586
-
587
- ### Patch Changes
588
-
589
- - b9f5ed7: dont focus first menu item on open and disable click on events on disabled items
590
-
591
- ## 0.4.0
592
-
593
- ### Minor Changes
594
-
595
- - 936a731: icon button added
596
- - 6ca6bc1: icon array component added
597
- - 103d711: text input component implementation
598
-
599
- ### Patch Changes
600
-
601
- - 517e42f: renamed regular size to medium in button to reflect better figma design system
602
- - c86128c: resolve tailwind class name conflict and fix safari inconsistencies
603
-
604
- ## 0.3.1
605
-
606
- ### Patch Changes
607
-
608
- - 67ef31d: minor ui changes
609
-
610
- All notable changes to this project will be documented in this file.
611
- See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
612
-
613
- # [0.3.0](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/base@0.2.0...@neo4j-ndl/base@0.3.0) (2022-04-28)
614
-
615
- ### Bug Fixes
616
-
617
- - **base:** table select default bg is different on chrome and
618
- firefox ([61552f6](https://github.com/neo4j/neo4j-design/commit/61552f6a8a5b90717056e4df43b30b770f6a6d23))
619
- - **table:** add support for no
620
- plugins ([ed40565](https://github.com/neo4j/neo4j-design/commit/ed405653286a75493ac58d3e8412cdda8b3cfd91))
621
-
622
- ### Features
623
-
624
- - **react:** improve progress bar
625
- options ([#66](https://github.com/neo4j/neo4j-design/issues/66)) ([4427541](https://github.com/neo4j/neo4j-design/commit/442754127e2a40369d10a1e2de419b1438d9232e))
626
-
627
- # [0.2.0](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/base@0.1.4...@neo4j-ndl/base@0.2.0) (2022-04-19)
628
-
629
- ### Bug Fixes
630
-
631
- - **component/alert:** update
632
- styles ([0dc4e37](https://github.com/neo4j/neo4j-design/commit/0dc4e37e0b005fcc98ce8661323024b16686f0ef))
633
-
634
- ### Features
635
-
636
- - **base:** add
637
- breakpoints ([ae6f8f5](https://github.com/neo4j/neo4j-design/commit/ae6f8f505a9d8d0c4f2b80705d8558c9a77aef02))
638
- - **react/base:** sync and add custom
639
- icons ([674b67a](https://github.com/neo4j/neo4j-design/commit/674b67a86f60daee8cdc829a85b0a8403ff0f766))
640
- - **react:** add drag and drop
641
- component ([339763d](https://github.com/neo4j/neo4j-design/commit/339763debd7f3ae00237b06b6580944a74a13635))
642
-
643
- ## [0.1.4](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/base@0.1.3...@neo4j-ndl/base@0.1.4) (2022-04-04)
644
-
645
- **Note:** Version bump only for package @neo4j-ndl/base
646
-
647
- ## [0.1.3](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/base@0.1.2...@neo4j-ndl/base@0.1.3) (2022-04-04)
648
-
649
- ### Bug Fixes
650
-
651
- - **base:** disabled underline tab
652
- issue ([deee159](https://github.com/neo4j/neo4j-design/commit/deee15991ea16ca31aa8dfd51ec556bcd42a06d2))
653
- - **base:** label border
654
- width ([9eb472c](https://github.com/neo4j/neo4j-design/commit/9eb472ced47257dc505f9ea55877fb69a6de82e7))
655
-
656
- ## [0.1.2](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/base@0.1.1...@neo4j-ndl/base@0.1.2) (2022-03-14)
657
-
658
- **Note:** Version bump only for package @neo4j-ndl/base
659
-
660
- ## [0.1.1](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/base@0.1.0...@neo4j-ndl/base@0.1.1) (2022-03-14)
661
-
662
- ### Bug Fixes
663
-
664
- - **base:** change components to appropriate typescale
665
- classes ([97c3af3](https://github.com/neo4j/neo4j-design/commit/97c3af3a17bcf3a68f283ba77186b76b77a33e49))
666
- - **base:** set font on body/html
667
- not \* ([0016c9f](https://github.com/neo4j/neo4j-design/commit/0016c9fa31e5eff8d42440e16f0116f61c87ab48))
668
- - **button:** fix button link click working when
669
- disabled ([f0a5272](https://github.com/neo4j/neo4j-design/commit/f0a52721d7565cb4d1b8a2778f73cd7c4dbc6a21))
670
-
671
- # 0.1.0 (2022-03-01)
672
-
673
- ### Bug Fixes
674
-
675
- - **alert:** prefix alert
676
- classes ([eb53aa0](https://github.com/neo4j/neo4j-design/commit/eb53aa0ef98c9415de4a533276bd43214e43ee83))
677
- - **base:** add back
678
- tabs.css ([1eefd96](https://github.com/neo4j/neo4j-design/commit/1eefd9605ed6fdbadd7024d2049eca8d526191ef))
679
- - **base:** fix "main" property value in
680
- package.json ([981db15](https://github.com/neo4j/neo4j-design/commit/981db1518fcfccacf080630833d0f81761e73c69))
681
- - **base:** fix input
682
- css ([1314e65](https://github.com/neo4j/neo4j-design/commit/1314e65678c7c046fd887492ca15e05f431539c8))
683
- - **base:** fix tab css
684
- syntax ([ed86d41](https://github.com/neo4j/neo4j-design/commit/ed86d41189b50668f22901a869f5dd3d24011291))
685
- - **base:** fix tailwind conflicts with existing css files, disabled pre-flight and
686
- more ([1d8fb98](https://github.com/neo4j/neo4j-design/commit/1d8fb985cf8ac4082029f35e55b1039d38dee866))
687
- - **base:** fix typescript generator issue with importing outside src a generated
688
- file ([79eb5a2](https://github.com/neo4j/neo4j-design/commit/79eb5a2afd404defb07b5d04c541ab4d92a3cc43))
689
- - **base:** move deps to
690
- devDependencies ([195019d](https://github.com/neo4j/neo4j-design/commit/195019d566c9c9f55607e370f688f475105491c0))
691
- - **base:** remove defaults for
692
- radius/shadow ([e66eca3](https://github.com/neo4j/neo4j-design/commit/e66eca369746180256e439faa71572e929b650a4))
693
- - **base:** tailwind colors to include light
694
- palette ([1b9f739](https://github.com/neo4j/neo4j-design/commit/1b9f7397a2c72ffb9eacd559aa86f16b91ce250d))
695
- - **base:** typo in
696
- body-3 ([9868564](https://github.com/neo4j/neo4j-design/commit/9868564bbcae89d8954439be112f0dab02e5acca))
697
- - **base:** Update colors to match color
698
- document ([e3cf9e2](https://github.com/neo4j/neo4j-design/commit/e3cf9e270907894eddb3404cf4ed04eeef33b195))
699
- - **base:** use postcss when building
700
- styles ([e8ba834](https://github.com/neo4j/neo4j-design/commit/e8ba834195578bee6c51b5a9292e4de60e86edd5))
701
- - **button:** add "as"
702
- prop ([b94beeb](https://github.com/neo4j/neo4j-design/commit/b94beeb3a327893302c5754a778c4ec1eaa0cec0))
703
- - **button:** clean up button load/disabled
704
- state ([213ae48](https://github.com/neo4j/neo4j-design/commit/213ae48349d4f9faaa944ee752d19208a1af5197))
705
- - **button:** increase border radius in icon
706
- mode ([980e9b0](https://github.com/neo4j/neo4j-design/commit/980e9b0daaa170f31343a8211ebb6f89c352f1ab))
707
- - **button:** prefix button root class with
708
- ndl ([b30e27a](https://github.com/neo4j/neo4j-design/commit/b30e27a6155ba3851adb6ba49332c34b19a2332a))
709
- - **button:** update text button
710
- colors ([6400389](https://github.com/neo4j/neo4j-design/commit/640038987b544361099762404d972e786d70cabd))
711
- - **color-tokens:** use rgb color tokens for css
712
- vars ([2365cac](https://github.com/neo4j/neo4j-design/commit/2365cacbeb50b805db3d0c8570cfcd50e1c3e4cd))
713
- - **input:** scope input css
714
- classes ([e26ff55](https://github.com/neo4j/neo4j-design/commit/e26ff550c06c95ad0ccaa78e2fb11a531684c991))
715
- - **label:** scope css
716
- classes ([400daf8](https://github.com/neo4j/neo4j-design/commit/400daf855b5fef3154af2d40f4c023ee2d7ec956))
717
- - **loading-spinner:** scope css
718
- classes ([03c7593](https://github.com/neo4j/neo4j-design/commit/03c7593808d6940a24268b67b36689ecde57c6bc))
719
- - **menu:** add disabled state to menu item. map menu enter pressed to click
720
- event ([cac6c50](https://github.com/neo4j/neo4j-design/commit/cac6c5036822b34d66161ec036fbfb595cb98f80))
721
- - **menu:** scope css
722
- classes ([572917e](https://github.com/neo4j/neo4j-design/commit/572917eeb6e94927a53b474a91bbeb5cc0dfc9d9))
723
- - **popover:** scope css
724
- classes ([3cb3207](https://github.com/neo4j/neo4j-design/commit/3cb3207fc224cfe3bd160bdd13c8d179e5f54168))
725
- - **progress-bar:** scope css
726
- classes ([8316e36](https://github.com/neo4j/neo4j-design/commit/8316e36da210e7b9bc0458adbd9e088e7dff5980))
727
- - **project:** replace token reference from "json" to "
728
- js" ([577358c](https://github.com/neo4j/neo4j-design/commit/577358c40908e61bc23d1b31ec79cb6b22e5a5e1))
729
- - **storybook:** typography weights
730
- missing ([67abda7](https://github.com/neo4j/neo4j-design/commit/67abda7f63c71262ea33be3456ab7e554e2e2bcf))
731
- - **react:** button component hover cursor and storybook disabled prop
732
- missing ([861fb8e](https://github.com/neo4j/neo4j-design/commit/861fb8ecff51e8f5f5fc2b739cdd8ae990fbe0ca))
733
- - **react:** safari render of context menu item and
734
- chore ([9a44fbd](https://github.com/neo4j/neo4j-design/commit/9a44fbd5261a020c88c6bc88211d0754d6d4f8f5))
735
- - **tabs:** scope css
736
- classes ([b0137a0](https://github.com/neo4j/neo4j-design/commit/b0137a02645a58473590f8d6c4f09158cf9e101c))
737
- - **tag:** scope css
738
- classes ([89086e1](https://github.com/neo4j/neo4j-design/commit/89086e1d0c47479cc040327fd8105728ef8c46d9))
739
- - **tooltip:** scope css
740
- classes ([0e56690](https://github.com/neo4j/neo4j-design/commit/0e56690b88b970cdcd6da90c9458386d67ee3746))
741
- - **view-selector:** scope css
742
- classes ([6262035](https://github.com/neo4j/neo4j-design/commit/62620353f1ff1f371b2ea463302cafbff9d8a5f4))
743
-
744
- ### Features
745
-
746
- - add tooltip
747
- component ([#23](https://github.com/neo4j/neo4j-design/issues/23)) ([c02f5d6](https://github.com/neo4j/neo4j-design/commit/c02f5d634b1a4e266a415feec6c48ce9bf064ef5))
748
- - **base:** add light theme
749
- token ([1e2f0c1](https://github.com/neo4j/neo4j-design/commit/1e2f0c11fe8c654e52f46ae0f7317889f0fe3a55))
750
- - **base:** typography
751
- added ([e24a090](https://github.com/neo4j/neo4j-design/commit/e24a090c9734acc9543731a32da99e222fe0ea0f))
752
- - **icons:** add web-component
753
- icons ([ad453b6](https://github.com/neo4j/neo4j-design/commit/ad453b6152b4e0f379c67d9be37996a56791289c))
754
- - **popover:** create popover from
755
- menu ([d1a20a4](https://github.com/neo4j/neo4j-design/commit/d1a20a49761e9cfcba43ec6d2078f3e9f6a11faa))
756
- - **project:** add design token system using
757
- style-dictionary ([f3988b0](https://github.com/neo4j/neo4j-design/commit/f3988b0574ec57149a17dcbf13013585e1e173ff))
758
- - **project:** button finished, pill renamed to label with +1 variant and Tailwind v2 to
759
- v3 ([3093d4f](https://github.com/neo4j/neo4j-design/commit/3093d4f34d6d41818f7f560c2dde1ed96ab0652e))
760
- - **react:** add context
761
- menu ([acc319d](https://github.com/neo4j/neo4j-design/commit/acc319d25e7def7168d6fd5761434044c506ed3d))
762
- - **react:** add radio, checkbox and switch
763
- components ([9fa81f3](https://github.com/neo4j/neo4j-design/commit/9fa81f3d6dd8b560e96a01ddbdd07431ea95c2e8))
764
- - **react:** add switch and checkbox
765
- component ([a82f962](https://github.com/neo4j/neo4j-design/commit/a82f9627e1cede05b8013d9eb0326720ff5b9163))
766
- - **react:** add Tag
767
- component ([91f6972](https://github.com/neo4j/neo4j-design/commit/91f69721bf5c4d5fb207019125b4edd1fbc56857))
768
- - **react:** icons
769
- added ([c97bd25](https://github.com/neo4j/neo4j-design/commit/c97bd25db1650e36558c714988b46a4584f8eabb))
770
- - **react:** loading
771
- spinner ([0e3a583](https://github.com/neo4j/neo4j-design/commit/0e3a5836ee8a60bab2dbbda3d4bdbad689eef8e1))
772
- - **react:** view-selector
773
- component ([17a0789](https://github.com/neo4j/neo4j-design/commit/17a0789a9600aa02eb1c4d8e34e43d689d52af7c))
774
- - **style-dictionary:** add js style tokens and remove json
775
- ones ([4ba67e2](https://github.com/neo4j/neo4j-design/commit/4ba67e2faee3ffa60434d1579a41fa5a46defb85))
776
- - **tabs:** add tabs ([1186a66](https://github.com/neo4j/neo4j-design/commit/1186a66d5d08ee26480c1aefba156314050914ef))
777
-
778
- # [0.1.0](https://github.com/neo4j/neo4j-design/compare/@neo4j-ndl/base@0.0.5...@neo4j-ndl/base@0.1.0) (2021-12-01)
779
-
780
- ### Bug Fixes
781
-
782
- - **base:** typo in
783
- body-3 ([9868564](https://github.com/neo4j/neo4j-design/commit/9868564bbcae89d8954439be112f0dab02e5acca))
784
-
785
- ### Features
786
-
787
- - **base:** typography
788
- added ([e24a090](https://github.com/neo4j/neo4j-design/commit/e24a090c9734acc9543731a32da99e222fe0ea0f))
789
-
790
- ## [0.0.5](https://github.com/konsalex/neo4j-design/compare/@neo4j-ndl/base@0.0.4...@neo4j-ndl/base@0.0.5) (2021-11-24)
791
-
792
- **Note:** Version bump only for package @neo4j-ndl/base
793
-
794
- ## [0.0.4](https://github.com/konsalex/neo4j-design/compare/@neo4j-ndl/base@0.0.3...@neo4j-ndl/base@0.0.4) (2021-11-23)
795
-
796
- ### Bug Fixes
797
-
798
- - **base:** fix tailwind conflicts with existing css files, disabled pre-flight and
799
- more ([1d8fb98](https://github.com/konsalex/neo4j-design/commit/1d8fb985cf8ac4082029f35e55b1039d38dee866))
800
-
801
- ## [0.0.3](https://github.com/konsalex/neo4j-design/compare/@neo4j-ndl/base@0.0.2...@neo4j-ndl/base@0.0.3) (2021-11-23)
802
-
803
- **Note:** Version bump only for package @neo4j-ndl/base
804
-
805
- ## 0.0.2 (2021-11-23)
806
-
807
- **Note:** Version bump only for package @neo4j-ndl/base