@hua-labs/hua-ux 0.1.0-alpha.0.1 → 0.1.0-alpha.1

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 +14 -2
  2. package/package.json +14 -9
package/README.md CHANGED
@@ -1,8 +1,20 @@
1
1
  # @hua-labs/hua-ux
2
2
 
3
- **Ship UX faster**: UI + motion + i18n, pre-wired.
3
+ Ship UX faster: UI + Motion + i18n, pre-wired.
4
+ 빠른 UX 개발을 위한 UI, Motion, i18n 통합 프레임워크.
4
5
 
5
- A framework for React product teams that provides pre-wired UX defaults for spacing, components, motion, and internationalization.
6
+ [![npm version](https://img.shields.io/npm/v/@hua-labs/hua-ux.svg)](https://www.npmjs.com/package/@hua-labs/hua-ux)
7
+ [![license](https://img.shields.io/npm/l/@hua-labs/hua-ux.svg)](https://github.com/HUA-Labs/HUA-Labs-public/blob/main/LICENSE)
8
+
9
+ > **⚠️ Alpha Release**: This package is currently in alpha. APIs may change before the stable release.
10
+
11
+ ---
12
+
13
+ ## English
14
+
15
+ ### Overview
16
+
17
+ hua-ux is a high-level, batteries-included framework for React product teams. It unifies UI components, animation hooks, and internationalization into a cohesive ecosystem, enabling production-ready setup in minutes instead of hours.
6
18
 
7
19
  ## 왜 hua-ux인가?
8
20
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hua-labs/hua-ux",
3
- "version": "0.1.0-alpha.0.1",
3
+ "version": "0.1.0-alpha.1",
4
4
  "description": "HUA UX - Ship UX faster: UI + motion + i18n, pre-wired. A framework for React product teams.",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",
@@ -30,11 +30,11 @@
30
30
  "src"
31
31
  ],
32
32
  "dependencies": {
33
- "@hua-labs/i18n-core": "2.0.0",
34
- "@hua-labs/i18n-core-zustand": "2.0.0",
35
- "@hua-labs/motion-core": "2.0.1",
36
- "@hua-labs/state": "0.1.0-alpha.0.1",
37
- "@hua-labs/ui": "1.1.0-alpha.0.1"
33
+ "@hua-labs/i18n-core": "1.1.0-alpha.1",
34
+ "@hua-labs/i18n-core-zustand": "1.1.0-alpha.1",
35
+ "@hua-labs/motion-core": "2.1.0-alpha.1",
36
+ "@hua-labs/state": "0.1.0-alpha.1",
37
+ "@hua-labs/ui": "1.1.0-alpha.1"
38
38
  },
39
39
  "peerDependencies": {
40
40
  "next": ">=13.0.0",
@@ -47,14 +47,19 @@
47
47
  }
48
48
  },
49
49
  "keywords": [
50
+ "hua-labs",
50
51
  "hua-ux",
51
- "framework",
52
52
  "react",
53
- "ui",
53
+ "framework",
54
+ "ui-components",
54
55
  "motion",
56
+ "animation",
55
57
  "i18n",
58
+ "internationalization",
56
59
  "typescript",
57
- "nextjs"
60
+ "nextjs",
61
+ "ssr",
62
+ "zustand"
58
63
  ],
59
64
  "author": "HUA Labs",
60
65
  "license": "MIT",