@crab-dev/wake 0.1.13 → 0.1.14

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/CHANGELOG.md +6 -0
  2. package/package.json +28 -6
package/CHANGELOG.md CHANGED
@@ -1,5 +1,11 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.1.14
4
+
5
+ - Rebuilt the Components workbench with published Crab UI controls, responsive drawers, compact toolbars, source dialogs, and mobile-first layouts.
6
+ - Changed the default documentation locale to Simplified Chinese while preserving explicit English configuration.
7
+ - Updated the React documentation fixture to consume the published Crab Button package and use Chinese-first content.
8
+
3
9
  ## 0.1.13
4
10
 
5
11
  - Preserved complete function parameter lists during production minification, preventing undefined bindings in Motion and Framer Motion bundles.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@crab-dev/wake",
3
- "version": "0.1.13",
3
+ "version": "0.1.14",
4
4
  "description": "Wake native web build tools for Node.js",
5
5
  "license": "MIT OR Apache-2.0",
6
6
  "repository": {
@@ -44,12 +44,34 @@
44
44
  "engines": {
45
45
  "node": ">=22.14 <27"
46
46
  },
47
+ "dependencies": {
48
+ "@crab-dev/rc-alert": "^0.0.2",
49
+ "@crab-dev/rc-button": "^0.0.2",
50
+ "@crab-dev/rc-dialog": "^0.0.2",
51
+ "@crab-dev/rc-drawer": "^0.0.2",
52
+ "@crab-dev/rc-empty": "^0.0.2",
53
+ "@crab-dev/rc-line-edit": "^0.0.4",
54
+ "@crab-dev/rc-number-edit": "^0.0.2",
55
+ "@crab-dev/rc-segmented": "^0.0.2",
56
+ "@crab-dev/rc-select": "^0.0.3",
57
+ "@crab-dev/rc-switch": "^0.0.2",
58
+ "@crab-dev/rc-tag": "^0.0.2",
59
+ "@crab-dev/rc-text-edit": "^0.0.1",
60
+ "@crab-dev/rc-tooltip": "^0.0.2",
61
+ "@crab-dev/rc-tree": "^0.1.2",
62
+ "@linaria/core": "^8.1.1",
63
+ "lucide-react": "^1.23.0"
64
+ },
65
+ "peerDependencies": {
66
+ "react": "^19.2.8",
67
+ "react-dom": "^19.2.8"
68
+ },
47
69
  "optionalDependencies": {
48
- "@crab-dev/wake-darwin-arm64": "0.1.13",
49
- "@crab-dev/wake-darwin-x64": "0.1.13",
50
- "@crab-dev/wake-linux-arm64-gnu": "0.1.13",
51
- "@crab-dev/wake-linux-x64-gnu": "0.1.13",
52
- "@crab-dev/wake-win32-x64-msvc": "0.1.13"
70
+ "@crab-dev/wake-darwin-arm64": "0.1.14",
71
+ "@crab-dev/wake-darwin-x64": "0.1.14",
72
+ "@crab-dev/wake-linux-arm64-gnu": "0.1.14",
73
+ "@crab-dev/wake-linux-x64-gnu": "0.1.14",
74
+ "@crab-dev/wake-win32-x64-msvc": "0.1.14"
53
75
  },
54
76
  "publishConfig": {
55
77
  "access": "public",