@eka-care/abha-stg 0.1.96 → 0.1.98
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/sdk/abha/js/abha.js +2 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -33,7 +33,7 @@ Add the following HTML and script tags to your webpage:
|
|
|
33
33
|
<!-- Include ABHA SDK CSS -->
|
|
34
34
|
<link
|
|
35
35
|
rel="stylesheet"
|
|
36
|
-
href="https://unpkg.com/@eka-care/abha/dist/sdk/abha/css/abha.css"
|
|
36
|
+
href="https://unpkg.com/@eka-care/abha-stg/dist/sdk/abha/css/abha.css"
|
|
37
37
|
/>
|
|
38
38
|
</head>
|
|
39
39
|
<body>
|
|
@@ -48,7 +48,7 @@ Add the following HTML and script tags to your webpage:
|
|
|
48
48
|
<!-- Include ABHA SDK JS -->
|
|
49
49
|
<script
|
|
50
50
|
type="module"
|
|
51
|
-
src="https://unpkg.com/@eka-care/abha/dist/sdk/abha/js/abha.js"
|
|
51
|
+
src="https://unpkg.com/@eka-care/abha-stg/dist/sdk/abha/js/abha.js"
|
|
52
52
|
></script>
|
|
53
53
|
|
|
54
54
|
<script>
|
|
@@ -59,7 +59,7 @@ Add the following HTML and script tags to your webpage:
|
|
|
59
59
|
theme:{
|
|
60
60
|
// if you want to customise sdk theme/colors
|
|
61
61
|
// pass the colors of your organisation design system
|
|
62
|
-
}
|
|
62
|
+
},
|
|
63
63
|
// data object
|
|
64
64
|
data: {
|
|
65
65
|
// pass the required data as per the flow
|