@getcredify/credify-insurance-widget 1.5.0 → 1.5.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/README.md +1 -1
- package/dist/iframe/assets/{iframe-DtmjEXZH.js → iframe-nHL8IPfa.js} +2 -2
- package/dist/iframe/assets/{iframe-DtmjEXZH.js.map → iframe-nHL8IPfa.js.map} +1 -1
- package/dist/iframe/iframe.html +1 -1
- package/dist/index.es.js +1065 -10743
- package/dist/index.es.js.map +1 -1
- package/dist/index.html +5 -3
- package/dist/index.umd.js +1 -33
- package/dist/index.umd.js.map +1 -1
- package/package.json +9 -1
package/README.md
CHANGED
|
@@ -20,7 +20,7 @@ npm install react@^18.0.0 react-dom@^18.0.0
|
|
|
20
20
|
npm install react@^19.0.0 react-dom@^19.0.0
|
|
21
21
|
```
|
|
22
22
|
|
|
23
|
-
**Note:** The widget is compatible with React 18.x and 19.x. React is not bundled with the widget, so your application must provide it. The widget uses React 18+ APIs (like `createRoot` from `react-dom/client`), which are available in both React 18 and 19.
|
|
23
|
+
**Note:** The widget is compatible with React 18.x and 19.x. React is not bundled with the widget, so your application must provide it. The library build externalizes all React entry points (`react`, `react-dom`, `react-dom/client`, `react/jsx-runtime`), so the host must provide a single React/React-DOM (18.x or 19.x). The widget uses React 18+ APIs (like `createRoot` from `react-dom/client`), which are available in both React 18 and 19.
|
|
24
24
|
|
|
25
25
|
### For Local Development
|
|
26
26
|
|