react-better-html 1.1.234 → 1.1.236

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.mjs CHANGED
@@ -19,7 +19,9 @@ import {
19
19
  loaderControls,
20
20
  colorThemeControls as colorThemeControls2,
21
21
  generateApi,
22
- generateEventEmitter
22
+ isApiError,
23
+ generateEventEmitter,
24
+ log
23
25
  } from "react-better-core";
24
26
 
25
27
  // src/components/BetterHtmlProvider.tsx
@@ -7890,10 +7892,12 @@ export {
7890
7892
  getBrowser,
7891
7893
  getFormErrorObject,
7892
7894
  getPluralWord2 as getPluralWord,
7895
+ isApiError,
7893
7896
  isMobileDevice,
7894
7897
  lightenColor4 as lightenColor,
7895
7898
  loaderControls,
7896
7899
  localStoragePlugin,
7900
+ log,
7897
7901
  reactRouterDomPlugin,
7898
7902
  saturateColor,
7899
7903
  sideMenuControls,