@plasmicapp/react-web 0.2.313 → 0.2.315

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.
@@ -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, Trans, PlasmicTranslator, usePlasmicTranslator, } from "./render/translation";
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: typeof _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;