react-better-html 1.1.235 → 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.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 +2 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +2 -2
package/dist/index.mjs
CHANGED
|
@@ -19,6 +19,7 @@ import {
|
|
|
19
19
|
loaderControls,
|
|
20
20
|
colorThemeControls as colorThemeControls2,
|
|
21
21
|
generateApi,
|
|
22
|
+
isApiError,
|
|
22
23
|
generateEventEmitter,
|
|
23
24
|
log
|
|
24
25
|
} from "react-better-core";
|
|
@@ -7891,6 +7892,7 @@ export {
|
|
|
7891
7892
|
getBrowser,
|
|
7892
7893
|
getFormErrorObject,
|
|
7893
7894
|
getPluralWord2 as getPluralWord,
|
|
7895
|
+
isApiError,
|
|
7894
7896
|
isMobileDevice,
|
|
7895
7897
|
lightenColor4 as lightenColor,
|
|
7896
7898
|
loaderControls,
|