@plasmicapp/loader-react 1.0.106 → 1.0.107

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.
@@ -1573,6 +1573,10 @@ var InternalPlasmicComponentLoader = /*#__PURE__*/function () {
1573
1573
  }));
1574
1574
  };
1575
1575
 
1576
+ _proto.registerTrait = function registerTrait(trait, meta) {
1577
+ host.registerTrait(trait, meta);
1578
+ };
1579
+
1576
1580
  _proto.registerPrefetchedBundle = function registerPrefetchedBundle(bundle) {
1577
1581
  this.mergeBundle(bundle);
1578
1582
  };
@@ -2075,6 +2079,10 @@ var PlasmicComponentLoader = /*#__PURE__*/function () {
2075
2079
 
2076
2080
  _proto2.registerGlobalContext = function registerGlobalContext(context, meta) {
2077
2081
  this.__internal.registerGlobalContext(context, meta);
2082
+ };
2083
+
2084
+ _proto2.registerTrait = function registerTrait(trait, meta) {
2085
+ this.__internal.registerTrait(trait, meta);
2078
2086
  }
2079
2087
  /**
2080
2088
  * Pre-fetches component data needed to for PlasmicLoader to render