@saas-ui/react 2.4.3 → 2.5.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 (2) hide show
  1. package/CHANGELOG.md +49 -0
  2. package/package.json +7 -7
package/CHANGELOG.md CHANGED
@@ -1,5 +1,54 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.5.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 78bc41d0: Improved timeline behavior so it scales automatically with the icon and ocontent size used.
8
+ - 316388b9: Added ghost variant to the Badge theme
9
+
10
+ ### Patch Changes
11
+
12
+ - 8782a76b: Fixed issue where variant would not be passed to SearchInput
13
+ - 8782a76b: Improved Navbar inner padding on small screens
14
+ - 8782a76b: Added new left-accent variant to the NavItem theme
15
+ - 8782a76b: Added new neutral color scheme to Button theme
16
+ - 8782a76b: Updated NavGroup to no longer be collapsible by default
17
+ - 8782a76b: Fixed issue where SidebarToggleButton style props would not have any effect
18
+ - 8782a76b: Added data-state attribute to SidebarToggleButton
19
+ - 8782a76b: NavItem href prop no longer has # as default
20
+ - Updated dependencies [8782a76b]
21
+ - Updated dependencies [8782a76b]
22
+ - Updated dependencies [8782a76b]
23
+ - Updated dependencies [8782a76b]
24
+ - Updated dependencies [8782a76b]
25
+ - Updated dependencies [8782a76b]
26
+ - Updated dependencies [8782a76b]
27
+ - Updated dependencies [78bc41d0]
28
+ - Updated dependencies [8782a76b]
29
+ - Updated dependencies [316388b9]
30
+ - Updated dependencies [8782a76b]
31
+ - @saas-ui/core@2.3.0
32
+ - @saas-ui/theme@2.3.0
33
+ - @saas-ui/data-table@7.0.0
34
+ - @saas-ui/forms@2.3.5
35
+ - @saas-ui/hotkeys@2.1.11
36
+ - @saas-ui/modals@2.1.12
37
+
38
+ ## 2.4.4
39
+
40
+ ### Patch Changes
41
+
42
+ - f03246ac: Improved IconBadge sizing
43
+ - Updated dependencies [4c81f542]
44
+ - Updated dependencies [f03246ac]
45
+ - @saas-ui/modals@2.1.11
46
+ - @saas-ui/theme@2.2.3
47
+ - @saas-ui/core@2.2.4
48
+ - @saas-ui/data-table@6.0.4
49
+ - @saas-ui/forms@2.3.4
50
+ - @saas-ui/hotkeys@2.1.10
51
+
3
52
  ## 2.4.3
4
53
 
5
54
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.4.3",
3
+ "version": "2.5.0",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -60,14 +60,14 @@
60
60
  "@chakra-ui/react-utils": "^2.0.12",
61
61
  "@chakra-ui/system": "^2.6.1",
62
62
  "@chakra-ui/utils": "^2.0.15",
63
- "@saas-ui/core": "2.2.3",
64
- "@saas-ui/data-table": "6.0.3",
65
- "@saas-ui/forms": "2.3.3",
63
+ "@saas-ui/core": "2.3.0",
64
+ "@saas-ui/data-table": "7.0.0",
65
+ "@saas-ui/forms": "2.3.5",
66
66
  "@saas-ui/hooks": "2.0.1",
67
- "@saas-ui/hotkeys": "2.1.9",
68
- "@saas-ui/modals": "2.1.10",
67
+ "@saas-ui/hotkeys": "2.1.11",
68
+ "@saas-ui/modals": "2.1.12",
69
69
  "@saas-ui/nprogress": "2.0.1",
70
- "@saas-ui/theme": "2.2.2"
70
+ "@saas-ui/theme": "2.3.0"
71
71
  },
72
72
  "peerDependencies": {
73
73
  "@chakra-ui/react": ">=2.6.0",