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