@plasmicapp/loader-react 1.0.123 → 1.0.126

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.
@@ -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
  };