@cocoar/ui 0.1.0-beta.148 → 0.1.0-beta.151

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 +1 -6
  2. package/package.json +5 -5
package/README.md CHANGED
@@ -56,12 +56,7 @@ npm install @cocoar/ui-menu # Just the menu
56
56
 
57
57
  ## Documentation
58
58
 
59
- For complete documentation, install the docs package:
60
-
61
- ```bash
62
- npm install -D @cocoar/ui-docs
63
- npx @cocoar/ui-docs init
64
- ```
59
+ See the [Cocoar Design System documentation](../../docs/) for complete API reference and usage guides.
65
60
 
66
61
  ## License
67
62
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cocoar/ui",
3
- "version": "0.1.0-beta.148",
3
+ "version": "0.1.0-beta.151",
4
4
  "description": "Complete Cocoar Design System - all UI components, overlays, and menus in one package",
5
5
  "author": "Cocoar",
6
6
  "license": "Apache-2.0",
@@ -34,10 +34,10 @@
34
34
  "access": "public"
35
35
  },
36
36
  "dependencies": {
37
- "@cocoar/ui-components": "0.1.0-beta.148",
38
- "@cocoar/ui-menu": "0.1.0-beta.148",
39
- "@cocoar/ui-overlay": "0.1.0-beta.148",
40
- "@cocoar/ui-tokens": "0.1.0-beta.148"
37
+ "@cocoar/ui-components": "0.1.0-beta.151",
38
+ "@cocoar/ui-menu": "0.1.0-beta.151",
39
+ "@cocoar/ui-overlay": "0.1.0-beta.151",
40
+ "@cocoar/ui-tokens": "0.1.0-beta.151"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "@angular/core": "^20.3.0"