@alfresco/adf-content-services 8.4.0-17829814673 → 8.4.0-17855306064

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 +16 -0
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -9,6 +9,7 @@ Contains a variety of components, directives and services used throughout ADF
9
9
  - [Documentation](#documentation)
10
10
  - [Prerequisites](#prerequisites)
11
11
  - [Install](#install)
12
+ - [Storybook](#storybook)
12
13
  - [License](#license)
13
14
 
14
15
  <!-- tocstop -->
@@ -33,6 +34,21 @@ necessary configuration, see this [page](https://github.com/Alfresco/alfresco-ng
33
34
  npm install @alfresco/adf-content-services
34
35
  ```
35
36
 
37
+ ## Storybook
38
+
39
+ In case you would like to aggregate all the stories from content services library use
40
+
41
+ ```
42
+ nx run content-services:storybook
43
+ ```
44
+ And navigate to `http://localhost:4400/`.
45
+
46
+ To create a Storybook content services library build use
47
+
48
+ ```
49
+ nx run content-services:build-storybook
50
+ ```
51
+
36
52
  ## License
37
53
 
38
54
  [Apache Version 2.0](https://github.com/Alfresco/alfresco-ng2-components/blob/master/LICENSE)
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@alfresco/adf-content-services",
3
3
  "description": "Alfresco ADF content services",
4
- "version": "8.4.0-17829814673",
4
+ "version": "8.4.0-17855306064",
5
5
  "author": "Hyland Software, Inc. and its affiliates",
6
6
  "repository": {
7
7
  "type": "git",
@@ -21,9 +21,9 @@
21
21
  "@angular/platform-browser": ">=14.1.3",
22
22
  "@angular/platform-browser-dynamic": ">=14.1.3",
23
23
  "@angular/router": ">=14.1.3",
24
- "@alfresco/js-api": ">=9.4.0-17829814673",
24
+ "@alfresco/js-api": ">=9.4.0-17855306064",
25
25
  "@ngx-translate/core": ">=16.0.0",
26
- "@alfresco/adf-core": ">=8.4.0-17829814673"
26
+ "@alfresco/adf-core": ">=8.4.0-17855306064"
27
27
  },
28
28
  "keywords": [
29
29
  "content-services",