@myhealth-belgium/webcomponent-therapeutic-relations 0.1.1 → 0.1.2
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/CHANGELOG.md +6 -0
- package/README.md +3 -3
- package/assets/{main-BqK5ZFGh.js → main-kdqXylwe.js} +17 -17
- package/main.js +1 -1
- package/package.json +1 -1
- package/styles.css +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -9,11 +9,11 @@ All MyHealth webcomponents implement the [MyHealth - Web Component Integration](
|
|
|
9
9
|
To use the MyHealth Webcomponent Vaccinations, simply import the package's JavaScript and CSS into your application:
|
|
10
10
|
|
|
11
11
|
```ts
|
|
12
|
-
import '@myhealth-belgium/webcomponent-
|
|
12
|
+
import '@myhealth-belgium/webcomponent-vaccinations';
|
|
13
13
|
```
|
|
14
14
|
|
|
15
15
|
```scss
|
|
16
|
-
@use '@myhealth-belgium/webcomponent-
|
|
16
|
+
@use '@myhealth-belgium/webcomponent-vaccinations/styles.css';
|
|
17
17
|
```
|
|
18
18
|
|
|
19
19
|
Then, implement the webcomponent in your HTML according to [MyHealth - Web Component Integration](https://www.npmjs.com/package/@smals-belgium/myhealth-wc-integration)'s guidelines. Example:
|
|
@@ -38,7 +38,7 @@ As stated before, all MyHealth webcomponents use the [MyHealth - Angular design
|
|
|
38
38
|
|
|
39
39
|
This means all webcomponents use the core functionality of the design kit, and override the Material components that the webcomponent consumes.
|
|
40
40
|
|
|
41
|
-
By default, importing `@myhealth-belgium/webcomponent-
|
|
41
|
+
By default, importing `@myhealth-belgium/webcomponent-vaccinations/styles.css` will execute the mixins below.
|
|
42
42
|
|
|
43
43
|
```scss
|
|
44
44
|
@include mh.core();
|