strivui 1.22.51 → 1.22.53
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 +2 -4
- package/package.json +5 -2
package/README.md
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<p align="center">
|
|
2
|
-
<img src="https://
|
|
2
|
+
<img src="https://res-console.cloudinary.com/dpbwcdytl/thumbnails/v1/image/upload/v1753722770/c3RyaXZ1aV9sb2dvX2syZHhicQ==/drilldown" width="250" alt="StrivUI Logo" />
|
|
3
3
|
</p>
|
|
4
4
|
|
|
5
5
|
|
|
@@ -152,6 +152,4 @@ We love contributions!
|
|
|
152
152
|
|
|
153
153
|
MIT © 2025 [Syed Abdullah Ali](https://github.com/syedabdullahali)
|
|
154
154
|
|
|
155
|
-
---
|
|
156
|
-
|
|
157
|
-
Let me know if you want to auto-generate badges, README visuals, or a live storybook section too!
|
|
155
|
+
---
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "strivui",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.53",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"build": "npx sass app/styles/striveui.scss dist/striveui.css && rollup -c",
|
|
6
6
|
"clean": "rimraf dist"
|
|
@@ -25,7 +25,10 @@
|
|
|
25
25
|
"reusable-components",
|
|
26
26
|
"frontend",
|
|
27
27
|
"react-ui",
|
|
28
|
-
"ui-kit"
|
|
28
|
+
"ui-kit",
|
|
29
|
+
"strivui npm",
|
|
30
|
+
"StrivUi",
|
|
31
|
+
"StrivUi npm"
|
|
29
32
|
],
|
|
30
33
|
"homepage": "https://github.com/Syed-Dev-Sphere/StrivUI#readme",
|
|
31
34
|
"bugs": {
|