@neo4j-ndl/react 1.2.2 → 1.3.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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,24 @@
1
1
  # Change Log
2
2
 
3
+ ## 1.3.0
4
+
5
+ ### Minor Changes
6
+
7
+ - eecdfdb: dark theme components and tokens, tailwind theme agnostic tokens, and storybook double theme toolbar setting.
8
+
9
+ Also fixed weird white border in inputs (Switch, Radio and TextInput).
10
+
11
+ ### Patch Changes
12
+
13
+ - Updated dependencies [eecdfdb]
14
+ - @neo4j-ndl/base@1.3.0
15
+
16
+ ## 1.2.3
17
+
18
+ ### Patch Changes
19
+
20
+ - ad0c057: Fix modal scrolls to top when clicking inside the modal
21
+
3
22
  ## 1.2.2
4
23
 
5
24
  ### Patch Changes