@opencor/opencor 0.20251210.0 → 0.20251218.0

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
@@ -12,6 +12,7 @@ Some characteristics of this package are that:
12
12
  - It uses [PrimeVue](https://www.primefaces.org/primevue/) as its UI framework.
13
13
  - It uses [Tailwind CSS](https://tailwindcss.com/) for styling.
14
14
  - It can be used as a standalone Web app or embedded in a Vue 3 application.
15
+ - It uses [CSS containment](https://developer.mozilla.org/en-US/docs/Web/CSS/Guides/Containment) to prevent CSS leakage when OpenCOR is embedded in an application that doesn't use [PrimeVue](https://www.primefaces.org/primevue/) as its UI framework.
15
16
 
16
17
  ## Usage
17
18