sonic-widget 2.2.3 → 2.2.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 +3 -3
- package/dist/index.js +393 -393
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
Use this script tag to get access to the widget:
|
|
17
17
|
|
|
18
18
|
```html
|
|
19
|
-
<script src="https://cdn.jsdelivr.net/npm/sonic-widget@2.2.
|
|
19
|
+
<script src="https://cdn.jsdelivr.net/npm/sonic-widget@2.2.4/dist/index.min.js"></script>
|
|
20
20
|
```
|
|
21
21
|
|
|
22
22
|
or
|
|
@@ -43,7 +43,7 @@ and adding path in `angular.json`
|
|
|
43
43
|
2. Use this script tag to get access to the widget at initial html page:
|
|
44
44
|
|
|
45
45
|
```html
|
|
46
|
-
<script src="https://cdn.jsdelivr.net/npm/sonic-widget@2.2.
|
|
46
|
+
<script src="https://cdn.jsdelivr.net/npm/sonic-widget@2.2.4/dist/index.min.js"></script>
|
|
47
47
|
```
|
|
48
48
|
|
|
49
49
|
or
|
|
@@ -130,7 +130,7 @@ ngOnInit(): void {
|
|
|
130
130
|
4. Add a Script tag to the head tag or body tag. And use the latest version.
|
|
131
131
|
|
|
132
132
|
```html
|
|
133
|
-
<script src="https://cdn.jsdelivr.net/npm/sonic-widget@2.2.
|
|
133
|
+
<script src="https://cdn.jsdelivr.net/npm/sonic-widget@2.2.4/dist/index.min.js"></script>
|
|
134
134
|
```
|
|
135
135
|
|
|
136
136
|
5. Next, add the script tag at a necessary place. But add below the widget script.
|