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