sonic-widget 1.52.2 → 1.52.4

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 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.52.2/dist/index.min.js"></script>
8
+ <script src="https://cdn.jsdelivr.net/npm/sonic-widget@1.52.4/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.52.2/dist/index.min.js"></script>
35
+ <script src="https://cdn.jsdelivr.net/npm/sonic-widget@1.52.4/dist/index.min.js"></script>
36
36
  ```
37
37
 
38
38
  or
@@ -116,7 +116,7 @@ ngOnInit(): void {
116
116
  4. Add a Script tag to the head tag or body tag. And use the latest version.
117
117
 
118
118
  ```html
119
- <script src="https://cdn.jsdelivr.net/npm/sonic-widget@1.52.2/dist/index.min.js"></script>
119
+ <script src="https://cdn.jsdelivr.net/npm/sonic-widget@1.52.4/dist/index.min.js"></script>
120
120
  ```
121
121
 
122
122
  5. Next, add the script tag at a necessary place. But add below the widget script.