@myhealth-belgium/webcomponent-vaccinations 0.1.1 → 0.1.3

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 CHANGED
@@ -1,3 +1,14 @@
1
+ # 0.1.3
2
+
3
+ **Bug fixes:**
4
+
5
+ - Added local MatSymbols-Rounded file with required symbols for this webcomponent.
6
+ - Included styling override for mat-paginator.
7
+
8
+ # 0.1.2
9
+
10
+ - Technical release. No features or bug fixes present.
11
+
1
12
  # 0.1.1
2
13
 
3
14
  **Bug fixes:**
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-vaccinations';
12
+ import '@myhealth-belgium/webcomponent-webcomponent-vaccinations';
13
13
  ```
14
14
 
15
15
  ```scss
16
- @use '@myhealth-belgium/webcomponent-vaccinations/styles.css';
16
+ @use '@myhealth-belgium/webcomponent-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-vaccinations/styles.css` will execute the mixins below.
41
+ By default, importing `@myhealth-belgium/webcomponent-webcomponent-vaccinations/styles.css` will execute the mixins below.
42
42
 
43
43
  ```scss
44
44
  @include mh.core();