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