@photonhealth/elements 0.17.2 → 0.17.4

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 CHANGED
@@ -10,6 +10,8 @@ To run at http://localhost:3000:
10
10
  npx nx run elements:start
11
11
  ```
12
12
 
13
+ This command recompiles components code on change, but does not hot refresh the client. You'll need to refresh the webpage manually to see changes.
14
+
13
15
  To modify the embedded component, edit attributes of element `photon-prescribe-workflow` inside [index.html](index.html)
14
16
 
15
17
  To view available attributes/options, see [photon-prescribe-workflow-component.tsx](src/photon-multirx-form/photon-prescribe-workflow-component.tsx) or [official docs](https://docs.photon.health/docs/elements#prescribe-element)