@umituz/atomic-next 2.0.1 → 2.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/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -37,7 +37,7 @@ var Image2__default = /*#__PURE__*/_interopDefault(Image2);
|
|
|
37
37
|
var Link__default = /*#__PURE__*/_interopDefault(Link);
|
|
38
38
|
|
|
39
39
|
/**
|
|
40
|
-
* @umituz/atomic-next
|
|
40
|
+
* @umituz/atomic-next
|
|
41
41
|
* Atomic design system for Next.js
|
|
42
42
|
* https://umituz.com/opensource/atomic-next
|
|
43
43
|
*/
|
package/dist/index.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@umituz/atomic-next",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"description": "A comprehensive atomic design system for Next.js with Server/Client Component separation, built-in optimizations, and semantic HTML support.",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|