@gv-tech/design-system 2.9.1 → 2.10.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/README.md +8 -0
  2. package/package.json +4 -2
package/README.md CHANGED
@@ -12,6 +12,7 @@
12
12
  [![Maintained with Nx](https://img.shields.io/badge/maintained%20with-nx-blue?style=flat-square&logo=nx)](https://nx.dev)
13
13
  [![License](https://img.shields.io/badge/license-MIT-green?style=flat-square)](LICENSE)
14
14
  [![FOSSA Status](https://app.fossa.com/api/projects/custom%2B20755%2Fgithub.com%2FGarcia-Ventures%2Fgvtech-design.svg?type=shield&issueType=license)](https://app.fossa.com/projects/custom%2B20755%2Fgithub.com%2FGarcia-Ventures%2Fgvtech-design?ref=badge_shield&issueType=license)
15
+ [![Buy Me A Coffee](https://img.shields.io/badge/Buy%20Me%20A%20Coffee-Donate-orange.svg?style=flat-square&logo=buy-me-a-coffee)](https://www.buymeacoffee.com/eng618)
15
16
 
16
17
  A React component design system. This repository provides a lightweight, opinionated set of UI components and tooling used by Garcia Ventures projects, built with **Nx**, **Vite**, and **TypeScript**.
17
18
 
@@ -28,6 +29,7 @@ A React component design system. This repository provides a lightweight, opinion
28
29
  - [Releases \& Publishing](#releases--publishing)
29
30
  - [Contributing](#contributing)
30
31
  - [Roadmap](#roadmap)
32
+ - [Support](#support)
31
33
  - [License](#license)
32
34
 
33
35
  ---
@@ -103,6 +105,12 @@ Please read the full guidelines in [CONTRIBUTING.md](.github/CONTRIBUTING.md) be
103
105
 
104
106
  See issues and milestones for planned work.
105
107
 
108
+ ## Support
109
+
110
+ If you find this project useful, consider supporting its development:
111
+
112
+ [![Buy Me A Coffee](https://cdn.buymeacoffee.com/buttons/v2/default-yellow.png)](https://www.buymeacoffee.com/eng618)
113
+
106
114
  ## License
107
115
 
108
116
  This project is licensed under the MIT License. See [LICENSE](LICENSE) for details.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@gv-tech/design-system",
3
- "version": "2.9.1",
3
+ "version": "2.10.0",
4
4
  "description": "Garcia Ventures react design system",
5
5
  "repository": {
6
6
  "type": "git",
@@ -129,8 +129,9 @@
129
129
  "@types/react-native-web": "^0.19.2",
130
130
  "@typescript-eslint/eslint-plugin": "^8.56.0",
131
131
  "@typescript-eslint/parser": "^8.56.0",
132
- "@vitejs/plugin-react-swc": "^4.2.3",
132
+ "@vitejs/plugin-react": "^5.1.4",
133
133
  "axe-core": "^4.11.1",
134
+ "esbuild-plugin-jsx": "^1.0.1",
134
135
  "eslint": "^10.0.0",
135
136
  "eslint-plugin-jsx-a11y": "^6.10.2",
136
137
  "eslint-plugin-react": "^7.37.5",
@@ -153,6 +154,7 @@
153
154
  "react-native-web": "^0.21.2",
154
155
  "react-router-dom": "^7.13.0",
155
156
  "recharts": "2.15.4",
157
+ "rollup-plugin-esbuild": "^6.2.1",
156
158
  "sonner": "^2.0.7",
157
159
  "tailwindcss": "4.1.18",
158
160
  "tsx": "^4.21.0",