@saas-ui/react 2.5.2 → 2.5.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/README.md +26 -19
  3. package/package.json +6 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # @saas-ui/react
2
2
 
3
+ ## 2.5.3
4
+
5
+ ### Patch Changes
6
+
7
+ - bbd692d4: Improved StructuredList with keyboard navigation support
8
+ - 781a1c26: Added long press support to ContextMenu
9
+ - Updated dependencies [bbd692d4]
10
+ - Updated dependencies [029b9b1c]
11
+ - Updated dependencies [029b9b1c]
12
+ - Updated dependencies [781a1c26]
13
+ - @saas-ui/core@2.3.2
14
+ - @saas-ui/hotkeys@2.1.13
15
+ - @saas-ui/data-table@7.0.3
16
+ - @saas-ui/forms@2.3.7
17
+ - @saas-ui/modals@2.1.15
18
+
3
19
  ## 2.5.2
4
20
 
5
21
  ### Patch Changes
package/README.md CHANGED
@@ -1,39 +1,46 @@
1
- # Saas UI - The React component library for startups
2
-
3
- Saas UI is an advanced component library that helps you build intuitive React apps with speed.
1
+ <p align='center'>
2
+ <img src="./apps/website/public/saasui.svg#gh-light-mode-only" alt="Saas UI logo" height="60px" />
3
+ <img src="./apps/website/public/saasui-dark.svg#gh-dark-mode-only" alt="Saas UI logo" height="60px" />
4
+ </p>
4
5
 
5
- It's built on top of Chakra UI and fully written in Typescript.
6
+ <p align='center'>The React component library for Startups</p>
6
7
 
7
- <p>
8
+ <p align="center">
8
9
  <a href="https://www.npmjs.com/package/@saas-ui/react">
9
10
  <img src="https://img.shields.io/npm/v/@saas-ui/react" alt="NPM">
10
11
  </a>
12
+ <a href="https://www.npmjs.com/package/@saas-ui/react">
13
+ <img src="https://img.shields.io/npm/dm/@saas-ui/react.svg" alt="npm downloads">
14
+ </a>
11
15
  <img alt="MIT License" src="https://img.shields.io/github/license/saas-js/saas-ui"/>
12
16
  <a href="https://twitter.com/intent/follow?screen_name=saas_js">
13
- <img src="https://img.shields.io/twitter/follow/saas_js?style=social&logo=twitter" alt="follow on Twitter">
17
+ <img src="https://img.shields.io/twitter/follow/saas_js" alt="follow on Twitter">
14
18
  </a>
15
19
  </p>
16
20
 
17
- ## Installation
21
+ <hr />
22
+
23
+ Saas UI is an advanced component library designed to build beautiful B2B and dashboard style apps with speed.
24
+ It's built on top of Chakra UI and fully written in Typescript.
25
+
26
+ ## Links
18
27
 
19
- ```sh
20
- $ yarn add @saas-ui/react
28
+ 💡 [Documentation](https://saas-ui.dev/docs)
21
29
 
22
- #or
30
+ 🧭 [Roadmap](https://roadmap.saas-ui.dev)
23
31
 
24
- $ npm i @saas-ui/react --save
25
- ```
32
+ 🖼 [Storybooks](https://storybook.saas-ui.pro)
26
33
 
27
- ## Documentation
34
+ 🌟 [Saas UI Pro](https://saas-ui.dev/#pro-features)
28
35
 
29
- You can find the documentation on our website:
36
+ ## Sponsors ❤️
30
37
 
31
- https://www.saas-ui.dev/docs
38
+ Saas UI is sponsored by these amazing companies and people.
32
39
 
33
- ## Storybook
40
+ - [LocalXPose](https://localxpose.io/)
34
41
 
35
- https://storybook.saas-ui.dev
42
+ ## Contributing & Support
36
43
 
37
- ## License
44
+ Want to help? Great! Check out the [contributing guidelines](CONTRIBUTING.md) and feel free to open a PR or [discussion](https://github.com/saas-js/saas-ui/discussions/new) for feature requests and feedback.
38
45
 
39
- MIT - Appulse Software
46
+ If you'd like to support the project financially, you can [become a sponsor](https://github.com/sponsors/saas-js) of Saas UI or consider ordering [Saas UI Pro Beta](https://saas-ui.lemonsqueezy.com/checkout/buy/5c76854f-738a-46b8-b32d-932a97d477f5). All funds will go toward the further development of Saas UI. This will give you access to the private Git repository with the beta and our private Discord server for support.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@saas-ui/react",
3
- "version": "2.5.2",
3
+ "version": "2.5.3",
4
4
  "description": "Saas UI - The React component library for startups.",
5
5
  "source": "src/index.ts",
6
6
  "exports": {
@@ -60,12 +60,12 @@
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.3.1",
64
- "@saas-ui/data-table": "7.0.2",
65
- "@saas-ui/forms": "2.3.6",
63
+ "@saas-ui/core": "2.3.2",
64
+ "@saas-ui/data-table": "7.0.3",
65
+ "@saas-ui/forms": "2.3.7",
66
66
  "@saas-ui/hooks": "2.0.2",
67
- "@saas-ui/hotkeys": "2.1.12",
68
- "@saas-ui/modals": "2.1.14",
67
+ "@saas-ui/hotkeys": "2.1.13",
68
+ "@saas-ui/modals": "2.1.15",
69
69
  "@saas-ui/nprogress": "2.0.1",
70
70
  "@saas-ui/theme": "2.3.1"
71
71
  },