@myhealth-belgium/webcomponent-therapeutic-relations 1.0.1 → 1.0.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 +2 -0
- package/main.mjs +17033 -18756
- package/main.umd.js +137 -128
- package/package.json +1 -1
- package/styles.css +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
|
@@ -30,6 +30,8 @@ The `bootstrap()` function is called with 2 objects, `HostSettings` and `HostSer
|
|
|
30
30
|
|
|
31
31
|
The `HostSettings` will define the component's inputs, however these can be overriden by passing these settings as attributes to the component's HTML implementation.
|
|
32
32
|
|
|
33
|
+
Additionally, there is an optional boolean `useIcons` that can be passed to the bootstrap function. By default, this is set to `false` as icons preferrably are initialized top-level in the app using the [MyHealth - Angular design kit](https://www.npmjs.com/package/@myhealth-belgium/design-kit). Setting this setting to `true` while importing the component's stylesheet, will create a new font for the component's icons.
|
|
34
|
+
|
|
33
35
|
### Manifest, inputs & outputs
|
|
34
36
|
|
|
35
37
|
Each MyHealth webcomponent provides a `manifest` constant that is compliant with the guidelines provided by the [MyHealth - Web Component Integration](https://www.npmjs.com/package/@smals-belgium/myhealth-wc-integration).
|