react-better-html 1.1.234 → 1.1.235
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/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +2 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -1
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -19,7 +19,8 @@ import {
|
|
|
19
19
|
loaderControls,
|
|
20
20
|
colorThemeControls as colorThemeControls2,
|
|
21
21
|
generateApi,
|
|
22
|
-
generateEventEmitter
|
|
22
|
+
generateEventEmitter,
|
|
23
|
+
log
|
|
23
24
|
} from "react-better-core";
|
|
24
25
|
|
|
25
26
|
// src/components/BetterHtmlProvider.tsx
|
|
@@ -7894,6 +7895,7 @@ export {
|
|
|
7894
7895
|
lightenColor4 as lightenColor,
|
|
7895
7896
|
loaderControls,
|
|
7896
7897
|
localStoragePlugin,
|
|
7898
|
+
log,
|
|
7897
7899
|
reactRouterDomPlugin,
|
|
7898
7900
|
saturateColor,
|
|
7899
7901
|
sideMenuControls,
|