html-react-parser 5.1.15 → 5.1.16

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.
@@ -2342,6 +2342,7 @@
2342
2342
  return (mod && mod.__esModule) ? mod : { "default": mod };
2343
2343
  };
2344
2344
  Object.defineProperty(cjs$1, "__esModule", { value: true });
2345
+ cjs$1.default = StyleToObject;
2345
2346
  var inline_style_parser_1 = __importDefault$2(inlineStyleParser);
2346
2347
  /**
2347
2348
  * Parses inline style to object.
@@ -2379,7 +2380,6 @@
2379
2380
  });
2380
2381
  return styleObject;
2381
2382
  }
2382
- cjs$1.default = StyleToObject;
2383
2383
 
2384
2384
  var utilities = {};
2385
2385