@eka-care/abha-stg 0.1.51 → 0.1.52
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 +4 -4
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -31,7 +31,7 @@ Add the following HTML and script tags to your webpage:
|
|
|
31
31
|
<!-- Include ABHA SDK CSS -->
|
|
32
32
|
<link
|
|
33
33
|
rel="stylesheet"
|
|
34
|
-
href="https://unpkg.com/@eka-care/abha/dist/sdk/abha/css/abha.css"
|
|
34
|
+
href="https://unpkg.com/@eka-care/abha-stg/dist/sdk/abha/css/abha.css"
|
|
35
35
|
/>
|
|
36
36
|
</head>
|
|
37
37
|
<body>
|
|
@@ -47,7 +47,7 @@ Add the following HTML and script tags to your webpage:
|
|
|
47
47
|
<script
|
|
48
48
|
type="module"
|
|
49
49
|
async
|
|
50
|
-
src="https://unpkg.com/@eka-care/abha/dist/sdk/abha/js/abha.js"
|
|
50
|
+
src="https://unpkg.com/@eka-care/abha-stg/dist/sdk/abha/js/abha.js"
|
|
51
51
|
></script>
|
|
52
52
|
|
|
53
53
|
<script>
|
|
@@ -275,7 +275,7 @@ Ensure your container has sufficient space:
|
|
|
275
275
|
<title>ABHA SDK Complete Example</title>
|
|
276
276
|
<link
|
|
277
277
|
rel="stylesheet"
|
|
278
|
-
href="https://unpkg.com/@eka-care/abha/dist/sdk/abha/css/abha.css"
|
|
278
|
+
href="https://unpkg.com/@eka-care/abha-stg/dist/sdk/abha/css/abha.css"
|
|
279
279
|
/>
|
|
280
280
|
</head>
|
|
281
281
|
<body>
|
|
@@ -291,7 +291,7 @@ Ensure your container has sufficient space:
|
|
|
291
291
|
<script
|
|
292
292
|
type="module"
|
|
293
293
|
async
|
|
294
|
-
src="https://unpkg.com/@eka-care/abha/dist/sdk/abha/js/abha.js"
|
|
294
|
+
src="https://unpkg.com/@eka-care/abha-stg/dist/sdk/abha/js/abha.js"
|
|
295
295
|
></script>
|
|
296
296
|
|
|
297
297
|
<script>
|