@nikala-ui/core 0.6.0 → 0.6.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.
Files changed (2) hide show
  1. package/README.md +4 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -33,10 +33,10 @@ npx @nikala-ui/cli add
33
33
 
34
34
  ## Documentation & Links
35
35
 
36
- - Repository: [github.com/magradze/nikala-ui](https://github.com/magradze/nikala-ui)
37
- - Component Authoring Guide: [docs/COMPONENT_GUIDE.md](https://github.com/magradze/nikala-ui/blob/main/docs/COMPONENT_GUIDE.md)
38
- - Theming System Guide: [docs/THEMING.md](https://github.com/magradze/nikala-ui/blob/main/docs/THEMING.md)
36
+ - Repository: [github.com/nikala-ui/ui](https://github.com/nikala-ui/ui)
37
+ - Component Authoring Guide: [docs/COMPONENT_GUIDE.md](https://github.com/nikala-ui/ui/blob/main/docs/COMPONENT_GUIDE.md)
38
+ - Theming System Guide: [docs/THEMING.md](https://github.com/nikala-ui/ui/blob/main/docs/THEMING.md)
39
39
 
40
40
  ## License
41
41
 
42
- [MIT](https://github.com/magradze/nikala-ui/blob/main/LICENSE)
42
+ [MIT](https://github.com/nikala-ui/ui/blob/main/LICENSE)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nikala-ui/core",
3
- "version": "0.6.0",
3
+ "version": "0.6.2",
4
4
  "description": "Core component definitions, design tokens, and registry for Nikala UI",
5
5
  "type": "module",
6
6
  "private": false,