@plasmicapp/react-web 0.2.314 → 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.
- 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 +4 -4
- 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/react-web.esm.js
CHANGED
|
@@ -2806,6 +2806,7 @@ function deepEqual(a, b) {
|
|
|
2806
2806
|
}
|
|
2807
2807
|
|
|
2808
2808
|
// Utilities used by generated code
|
|
2809
|
+
// Using any while classnames package is not updated to have the correct types exported
|
|
2809
2810
|
var classNames = classNames$1;
|
|
2810
2811
|
|
|
2811
2812
|
var PLUME_STRICT_MODE = true;
|