@plasmicapp/loader-react 1.0.124 → 1.0.125
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/loader-react.cjs.development.js +4 -0
- package/dist/loader-react.cjs.development.js.map +1 -1
- package/dist/loader-react.cjs.production.min.js +1 -1
- package/dist/loader-react.cjs.production.min.js.map +1 -1
- package/dist/loader-react.esm.js +5 -1
- package/dist/loader-react.esm.js.map +1 -1
- package/dist/loader.d.ts +4 -3
- package/package.json +3 -3
|
@@ -2284,6 +2284,10 @@ var PlasmicComponentLoader = /*#__PURE__*/function () {
|
|
|
2284
2284
|
return getActiveVariation;
|
|
2285
2285
|
}();
|
|
2286
2286
|
|
|
2287
|
+
_proto2.getExternalVariation = function getExternalVariation(variation) {
|
|
2288
|
+
return loaderSplits.getExternalIds(this.getActiveSplits(), variation);
|
|
2289
|
+
};
|
|
2290
|
+
|
|
2287
2291
|
_proto2.getActiveSplits = function getActiveSplits() {
|
|
2288
2292
|
return this.__internal.getActiveSplits();
|
|
2289
2293
|
};
|