@mparticle/aquarium 1.40.0-poc-unified-nav.1 → 1.40.0-poc-unified-nav.2

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/aquarium.js CHANGED
@@ -24457,7 +24457,7 @@ class eo {
24457
24457
  * @returns true if the feature is enabled, otherwise false.
24458
24458
  **/
24459
24459
  static isEnabled(m) {
24460
- throw new Error("implement");
24460
+ return window.mParticleConfig.workspaceFeatureSettings.some((g) => g.name === m);
24461
24461
  }
24462
24462
  }
24463
24463
  class DG extends vf {