@tecsinapse/react-native-kit 3.5.3-beta.0 → 3.5.4
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/README.md +31 -40
- package/package.json +3 -3
package/README.md
CHANGED
|
@@ -1,74 +1,65 @@
|
|
|
1
|
-
<div align="center">
|
|
2
|
-
|
|
3
1
|
# TecSinapse Design System
|
|
4
2
|
|
|
5
|
-
[](https://github.com/tecsinapse/design-system/actions/workflows/publish.yml)
|
|
6
4
|
|
|
7
|
-
|
|
8
|
-
Our primary goal is to create a system that can be used to build a wide variety of
|
|
5
|
+
Welcome to [TecSinapse](https://www.tecsinapse.com.br/) Design System. This repo contains core components to build web and mobile applications.
|
|
6
|
+
Our primary goal is to create a system that can be used to build a wide variety of TecSinapse websites and apps,
|
|
7
|
+
while providing a consistent and inclusive user experience to our end users.
|
|
9
8
|
In addition, the design system and component library should be easy to use for developers and designers.
|
|
10
9
|
|
|
11
|
-
</div>
|
|
12
|
-
|
|
13
10
|
## Quick start
|
|
14
11
|
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
- [Documentation](https://tecsinapse.github.io/design-system) - Learn how to use and view the components in Storybook.
|
|
18
|
-
- [Getting started](https://tecsinapse.github.io/design-system/?path=/docs/introduction-getting-started--page) - Set up a new app with our DS or add it to an existing project.
|
|
19
|
-
- [Design Principles](https://tecsinapse.github.io/design-system/?path=/docs/introduction-design-principles--page) - Discover the guiding principles behind design.
|
|
20
|
-
- [Theming](https://tecsinapse.github.io/design-system/?path=/docs/advanced-theme--page) - Learn about our foundations such as colors, spacing, and typography.
|
|
21
|
-
- [Contribute](https://tecsinapse.github.io/design-system/?path=/docs/introduction-contributing--page) - File a bug report, suggest a change, or open a pull request.
|
|
12
|
+
Please refer to the official [documentation](https://tecsinapse.github.io/design-system).
|
|
22
13
|
|
|
23
14
|
## Packages
|
|
24
15
|
|
|
25
|
-
| Package | Content
|
|
26
|
-
| --------------------------------------------------------------- |
|
|
27
|
-
| **[@tecsinapse/react-core](./packages/react-core)** |
|
|
28
|
-
| **[@tecsinapse/react-web-kit](./packages/react-web-kit)** |
|
|
29
|
-
| **[@tecsinapse/react-native-kit](./packages/react-native-kit)** |
|
|
30
|
-
| **[@tecsinapse/react-charts](./packages/react-charts)** |
|
|
31
|
-
| **[@tecsinapse/cortex-core](./packages/cortex-core)** |
|
|
16
|
+
| Package | Content | Version |
|
|
17
|
+
| --------------------------------------------------------------- | -------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
|
|
18
|
+
| **[@tecsinapse/react-core](./packages/react-core)** | core primitives for `CSS-in-JS` packages | [](https://badge.fury.io/js/%40tecsinapse%2Freact-core) |
|
|
19
|
+
| **[@tecsinapse/react-web-kit](./packages/react-web-kit)** | emotion `styled-components` for browsers with `react-native-web` | [](https://badge.fury.io/js/%40tecsinapse%2Freact-web-kit) |
|
|
20
|
+
| **[@tecsinapse/react-native-kit](./packages/react-native-kit)** | emotion native `styled-components` for `react-native` cross platform development | [](https://badge.fury.io/js/%40tecsinapse%2Freact-native-kit) |
|
|
21
|
+
| **[@tecsinapse/react-charts](./packages/react-charts)** | charts for react & react-native based on SVG | [](https://badge.fury.io/js/%40tecsinapse%2Freact-charts) |
|
|
22
|
+
| **[@tecsinapse/cortex-core](./packages/cortex-core)** | core primitives for `tailwindcss` packages | [](https://badge.fury.io/js/%40tecsinapse%2Fcortex-core) |
|
|
23
|
+
| **[@tecsinapse/cortex-react](./packages/cortex-react)** | `html` based components using `cortex-core` primitives | [](https://badge.fury.io/js/%40tecsinapse%2Fcortex-react) |
|
|
32
24
|
|
|
33
25
|
## Code of conduct
|
|
34
26
|
|
|
35
|
-
We want to foster an inclusive and friendly community around our Open Source efforts. This project follows the Contributor Covenant Code of Conduct.
|
|
27
|
+
We want to foster an inclusive and friendly community around our Open Source efforts. This project follows the Contributor Covenant Code of Conduct.
|
|
28
|
+
Please, [read it and follow it](./CODE_OF_CONDUCT.md).
|
|
36
29
|
|
|
37
|
-
If you feel another member of the community violated our code or you are experiencing problems participating in our community because of another individual's behavior,
|
|
30
|
+
If you feel another member of the community violated our code or you are experiencing problems participating in our community because of another individual's behavior,
|
|
31
|
+
please get in touch with our maintainers.
|
|
38
32
|
|
|
39
|
-
##
|
|
33
|
+
## Running locally
|
|
40
34
|
|
|
41
|
-
|
|
35
|
+
Recommended requirements:
|
|
42
36
|
|
|
43
|
-
|
|
37
|
+
- `pnpm` >= 9
|
|
38
|
+
- `node` >= 20
|
|
44
39
|
|
|
45
|
-
|
|
40
|
+
To run locally, you should install the dependencies first:
|
|
46
41
|
|
|
47
42
|
```
|
|
48
|
-
|
|
43
|
+
pnpm i
|
|
49
44
|
```
|
|
50
45
|
|
|
51
|
-
|
|
46
|
+
After this script, all packages will build. When developing, for a better experience, also use:
|
|
52
47
|
|
|
53
48
|
```
|
|
54
|
-
|
|
49
|
+
pnpm dev
|
|
55
50
|
```
|
|
56
51
|
|
|
57
|
-
|
|
52
|
+
This script watch for changes on any package and rebuild files to reflect on live mode. To run storybook with all components, use:
|
|
58
53
|
|
|
59
54
|
```
|
|
60
|
-
|
|
55
|
+
pnpm storybook
|
|
61
56
|
```
|
|
62
57
|
|
|
63
|
-
|
|
58
|
+
For web development this is sufficient. For mobile, follow additional steps on [rn-playground](./packages/rn-playground).
|
|
64
59
|
|
|
65
|
-
|
|
60
|
+
## How to make local changes available for other projects?
|
|
66
61
|
|
|
67
|
-
|
|
68
|
-
- [Gabriel Sanches](mailto:gabriel.sanches@tecsinapse.com.br)
|
|
69
|
-
- [Lucas Ramos](mailto:lucas.ramos@tecsinapse.com.br)
|
|
70
|
-
- [Nilson Antonio](mailto:nilson.antonio@tecsinapse.com.br)
|
|
71
|
-
- [Ryan Correa](mailto:ryan.correa@tecsinapse.com.br)
|
|
62
|
+
Check [these docs](https://pnpm.io/cli/link).
|
|
72
63
|
|
|
73
64
|
## Contributing
|
|
74
65
|
|
|
@@ -77,4 +68,4 @@ If you have ideas for how we could improve this readme or the project in general
|
|
|
77
68
|
## About TecSinapse
|
|
78
69
|
|
|
79
70
|
[TecSinapse](https://www.tecsinapse.com.br/) is a specialist in the automotive industry for over 15 years.
|
|
80
|
-
We operate with diverse integrated solutions, from client prospecting to after-sales, plus market indicators tools and process improvement for complete management
|
|
71
|
+
We operate with diverse integrated solutions, from client prospecting to after-sales, plus market indicators tools and process improvement for complete management.\_
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tecsinapse/react-native-kit",
|
|
3
3
|
"description": "React Native components library",
|
|
4
|
-
"version": "3.5.
|
|
4
|
+
"version": "3.5.4",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"main": "dist/esm/index.js",
|
|
7
7
|
"module": "dist/esm/index.js",
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@emotion/native": "~11.11.0",
|
|
22
22
|
"@emotion/react": "~11.11.0",
|
|
23
|
-
"@tecsinapse/react-core": "3.4.
|
|
23
|
+
"@tecsinapse/react-core": "3.4.5",
|
|
24
24
|
"react-native-linear-gradient": "~2.8.3"
|
|
25
25
|
},
|
|
26
26
|
"devDependencies": {
|
|
@@ -42,5 +42,5 @@
|
|
|
42
42
|
"react-native-safe-area-context": "^4.0.0",
|
|
43
43
|
"react-native-vector-icons": "^9.2.0"
|
|
44
44
|
},
|
|
45
|
-
"gitHead": "
|
|
45
|
+
"gitHead": "dc62ed9d05cd238fc3f65dee50c5fef4a3d615e0"
|
|
46
46
|
}
|