@tony-ui-library/core 0.0.1 → 0.0.2
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 +4 -4
- package/package.json +4 -4
package/README.md
CHANGED
|
@@ -177,11 +177,11 @@ CSS custom properties:
|
|
|
177
177
|
|
|
178
178
|
## Links
|
|
179
179
|
|
|
180
|
-
- [Documentation](https://
|
|
181
|
-
- [Live Demo](https://
|
|
182
|
-
- [GitHub](https://github.com/
|
|
180
|
+
- [Documentation](https://estebanescobar14.github.io/tony-ui/)
|
|
181
|
+
- [Live Demo](https://estebanescobar14.github.io/tony-ui-demo/)
|
|
182
|
+
- [GitHub](https://github.com/EstebanEscobar14/tony-ui)
|
|
183
183
|
- [npm](https://www.npmjs.com/package/@tony-ui-library/core)
|
|
184
|
-
- [Issues](https://github.com/
|
|
184
|
+
- [Issues](https://github.com/EstebanEscobar14/tony-ui/issues)
|
|
185
185
|
|
|
186
186
|
## License
|
|
187
187
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tony-ui-library/core",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.2",
|
|
4
4
|
"description": "Angular UI component library inspired by shadcn/ui - signals, zoneless, Tailwind CSS v4",
|
|
5
5
|
"peerDependencies": {
|
|
6
6
|
"@angular/common": "^21.0.0",
|
|
@@ -32,11 +32,11 @@
|
|
|
32
32
|
"author": "coci_dev",
|
|
33
33
|
"repository": {
|
|
34
34
|
"type": "git",
|
|
35
|
-
"url": "git+https://github.com/
|
|
35
|
+
"url": "git+https://github.com/EstebanEscobar14/tony-ui.git"
|
|
36
36
|
},
|
|
37
|
-
"homepage": "https://github.com/
|
|
37
|
+
"homepage": "https://github.com/EstebanEscobar14/tony-ui.git",
|
|
38
38
|
"bugs": {
|
|
39
|
-
"url": "https://github.com/
|
|
39
|
+
"url": "https://github.com/EstebanEscobar14/tony-ui/issues"
|
|
40
40
|
},
|
|
41
41
|
"exports": {
|
|
42
42
|
"./styles/*": {
|