@byldpartners/ui 0.0.9 → 0.0.11

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 CHANGED
@@ -1,3 +1,9 @@
1
+ <div align="center">
2
+ <img src="byld-header.png" alt="Byld" width="100%">
3
+ </div>
4
+
5
+ Byld is a software agency, offering premium senior software developers and designers for innovative software products.
6
+
1
7
  # @byldpartners/ui
2
8
 
3
9
  Cross-platform UI component library for **web** (React + Radix + Tailwind) and **React Native** (Expo + uniwind).
@@ -299,3 +305,11 @@ pnpm --filter @byldpartners/ui check-types
299
305
  ## License
300
306
 
301
307
  MIT
308
+
309
+ ## Support
310
+
311
+ For support, visit [https://byld.dev](https://byld.dev) or open an issue on GitHub.
312
+
313
+ ---
314
+
315
+ **Built with ❤️ by [Byld](https://byld.dev)**
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byldpartners/ui",
3
- "version": "0.0.9",
3
+ "version": "0.0.11",
4
4
  "description": "Cross-platform UI component library for web and React Native",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -33,7 +33,8 @@
33
33
  "files": [
34
34
  "dist",
35
35
  "src",
36
- "bin"
36
+ "bin",
37
+ "byld-header.png"
37
38
  ],
38
39
  "scripts": {
39
40
  "build": "tsup",