@plasmicapp/react-web 0.2.314 → 0.2.316
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/all.d.ts +764 -720
- package/dist/index-common.d.ts +2 -3
- package/dist/index.cjs.js +1 -0
- package/dist/index.cjs.js.map +1 -1
- package/dist/react-web.esm.js +1 -0
- package/dist/react-web.esm.js.map +1 -1
- package/package.json +12 -12
- package/skinny/dist/index-common.d.ts +2 -3
- package/skinny/dist/index.js +1 -0
- package/skinny/dist/index.js.map +1 -1
package/dist/index-common.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import _classNames from "classnames";
|
|
2
1
|
export { PlasmicPageGuard, withPlasmicPageGuard, } from "./auth/PlasmicPageGuard";
|
|
3
2
|
export { omit, pick } from "./common";
|
|
4
3
|
export { HTMLElementRefOf, StrictProps } from "./react-utils";
|
|
@@ -12,7 +11,7 @@ export { PlasmicSlot, renderPlasmicSlot } from "./render/PlasmicSlot";
|
|
|
12
11
|
export { createUseScreenVariants } from "./render/screen-variants";
|
|
13
12
|
export { PlasmicDataSourceContextProvider, PlasmicRootProvider, useCurrentUser, useIsSSR, } from "./render/ssr";
|
|
14
13
|
export { Stack } from "./render/Stack";
|
|
15
|
-
export { genTranslatableString,
|
|
14
|
+
export { genTranslatableString, PlasmicTranslator, Trans, usePlasmicTranslator, } from "./render/translation";
|
|
16
15
|
export { useTrigger } from "./render/triggers";
|
|
17
16
|
export * from "./states";
|
|
18
|
-
export declare const classNames:
|
|
17
|
+
export declare const classNames: any;
|
package/dist/index.cjs.js
CHANGED
|
@@ -2825,6 +2825,7 @@ function deepEqual(a, b) {
|
|
|
2825
2825
|
}
|
|
2826
2826
|
|
|
2827
2827
|
// Utilities used by generated code
|
|
2828
|
+
// Using any while classnames package is not updated to have the correct types exported
|
|
2828
2829
|
var classNames = classNames$1;
|
|
2829
2830
|
|
|
2830
2831
|
var PLUME_STRICT_MODE = true;
|