sonic-widget 1.45.0 → 1.46.0
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.
- package/README.md +3 -3
- package/dist/index.js +2091 -2091
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -5,7 +5,7 @@
|
|
|
5
5
|
Use this script tag to get access to the widget:
|
|
6
6
|
|
|
7
7
|
```html
|
|
8
|
-
<script src="https://cdn.jsdelivr.net/npm/sonic-widget@1.
|
|
8
|
+
<script src="https://cdn.jsdelivr.net/npm/sonic-widget@1.46.0/dist/index.min.js"></script>
|
|
9
9
|
```
|
|
10
10
|
|
|
11
11
|
or
|
|
@@ -32,7 +32,7 @@ and adding path in `angular.json`
|
|
|
32
32
|
2. Use this script tag to get access to the widget at initial html page:
|
|
33
33
|
|
|
34
34
|
```html
|
|
35
|
-
<script src="https://cdn.jsdelivr.net/npm/sonic-widget@1.
|
|
35
|
+
<script src="https://cdn.jsdelivr.net/npm/sonic-widget@1.46.0/dist/index.min.js"></script>
|
|
36
36
|
```
|
|
37
37
|
|
|
38
38
|
or
|
|
@@ -114,7 +114,7 @@ ngOnInit(): void {
|
|
|
114
114
|
4. Add a Script tag to the head tag or body tag. And use the latest version.
|
|
115
115
|
|
|
116
116
|
```html
|
|
117
|
-
<script src="https://cdn.jsdelivr.net/npm/sonic-widget@1.
|
|
117
|
+
<script src="https://cdn.jsdelivr.net/npm/sonic-widget@1.46.0/dist/index.min.js"></script>
|
|
118
118
|
```
|
|
119
119
|
|
|
120
120
|
5. Next, add the script tag at a necessary place. But add below the widget script.
|