@nethesis/phone-island 0.7.20 → 0.7.22

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 +17 -4
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,4 +1,17 @@
1
- # Scaffolding
1
+ # NethVoice CTI Phone Island
2
+ A fully standalone component for managing calls, video calls, screen sharing and more...
3
+
4
+ ## Builds
5
+ Available as component on `npm`
6
+
7
+ [![alt text](https://img.shields.io/npm/dw/@nethesis/phone-island?label=npm&color=red&style=for-the-badge)](https://www.npmjs.com/package/@nethesis/phone-island)
8
+
9
+ Available as widget on `jsDelivr`
10
+
11
+ [![alt_text](https://img.shields.io/jsdelivr/gh/hw/nethesis/phone-island?label=jsdelivr-js&style=for-the-badge)](https://cdn.jsdelivr.net/gh/nethesis/phone-island/dist-widget/index.widget.js)
12
+ [![alt_text](https://img.shields.io/jsdelivr/gh/hw/nethesis/phone-island?label=jsdelivr-css&color=blue&style=for-the-badge)](https://cdn.jsdelivr.net/gh/nethesis/phone-island/dist-widget/index.widget.css)
13
+
14
+ ## Scaffolding
2
15
 
3
16
  - **widget-build** - contains the build of the widget version
4
17
  - **widget-example** - contains the usage example of the built widget
@@ -6,7 +19,7 @@
6
19
  - **src/index.ts** - is the entry point for the component lib and exports the React component
7
20
  - **src/index.widget.tsx** - is the entry point for the widget that is built as a single js and css file
8
21
 
9
- # Development
22
+ ## Development
10
23
 
11
24
  Install deps
12
25
  ```
@@ -21,7 +34,7 @@ The main component can be developed using Storybook. Inside the story is rendere
21
34
 
22
35
  Tailwind CSS is enable by default.
23
36
 
24
- # Import locally
37
+ ## Import locally
25
38
 
26
39
  Run build and start watch
27
40
 
@@ -41,7 +54,7 @@ Link the ```./dist``` directory
41
54
  npm link <path-to-phone-island/dist>
42
55
  ```
43
56
 
44
- # Build
57
+ ## Build
45
58
 
46
59
  Build component library
47
60
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@nethesis/phone-island",
3
3
  "author": "Nethesis",
4
- "version": "0.7.20",
4
+ "version": "0.7.22",
5
5
  "description": "NethVoice CTI Phone Island",
6
6
  "keywords": [
7
7
  "nethserver",