strivui 1.22.56 → 1.22.58

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 +1 -13
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,10 +1,6 @@
1
- ````md
2
1
  <p align="center">
3
- <img src="https://res-console.cloudinary.com/dpbwcdytl/thumbnails/v1/image/upload/v1753722770/c3RyaXZ1aV9sb2dvX2syZHhicQ==/drilldown" width="200" alt="StrivUI Logo" />
2
+ <img src="https://striv-ui-web-app.vercel.app/assets/logo-C6E6T3Lj.png" width="200" alt="StrivUI Logo" />
4
3
  </p>
5
-
6
- <h1 align="center">StrivUI</h1>
7
-
8
4
  <p align="center">
9
5
  A hybrid, utility-first React component system inspired by React Native primitives.<br/>
10
6
  TypeScript • Atomic CSS • Tree-shakable • Minimal runtime
@@ -100,11 +96,3 @@ public exports, ensuring accurate IntelliSense and type safety.
100
96
 
101
97
  MIT © Syed Abdullah Ali
102
98
 
103
- ```
104
-
105
- ---
106
-
107
- If you want, I can next add a **“Philosophy” section (very short)** that explains:
108
- > “No runtime styling, no heavy context providers, just composable primitives”
109
- That makes it sound **very senior / systems-level** like Radix, Ark UI, or Tamagui.
110
- ```
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "strivui",
3
- "version": "1.22.56",
3
+ "version": "1.22.58",
4
4
  "scripts": {
5
5
  "build": "npx sass app/styles/striveui.scss dist/striveui.css && rollup -c",
6
6
  "clean": "rimraf dist"