sonic-widget 2.7.0 → 2.7.1
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 +1504 -1504
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
Use this script tag to get access to the widget:
|
|
13
13
|
|
|
14
14
|
```html
|
|
15
|
-
<script src="https://cdn.jsdelivr.net/npm/sonic-widget@2.7.
|
|
15
|
+
<script src="https://cdn.jsdelivr.net/npm/sonic-widget@2.7.1/dist/index.min.js"></script>
|
|
16
16
|
```
|
|
17
17
|
|
|
18
18
|
or
|
|
@@ -39,7 +39,7 @@ and adding path in `angular.json`
|
|
|
39
39
|
2. Use this script tag to get access to the widget at initial html page:
|
|
40
40
|
|
|
41
41
|
```html
|
|
42
|
-
<script src="https://cdn.jsdelivr.net/npm/sonic-widget@2.7.
|
|
42
|
+
<script src="https://cdn.jsdelivr.net/npm/sonic-widget@2.7.1/dist/index.min.js"></script>
|
|
43
43
|
```
|
|
44
44
|
|
|
45
45
|
or
|
|
@@ -236,7 +236,7 @@ it can be added in `angular.json` by installing the npm package
|
|
|
236
236
|
4. Add a Script tag to the head tag or body tag. And use the latest version.
|
|
237
237
|
|
|
238
238
|
```html
|
|
239
|
-
<script src="https://cdn.jsdelivr.net/npm/sonic-widget@2.7.
|
|
239
|
+
<script src="https://cdn.jsdelivr.net/npm/sonic-widget@2.7.1/dist/index.min.js"></script>
|
|
240
240
|
```
|
|
241
241
|
|
|
242
242
|
5. Next, add the script tag at a necessary place. But add below the widget script.
|