html-react-parser 4.2.2 → 4.2.3

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.
@@ -4,10 +4,6 @@
4
4
  (global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.HTMLReactParser = factory(global.React));
5
5
  })(this, (function (require$$0) { 'use strict';
6
6
 
7
- function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
8
-
9
- var require$$0__default = /*#__PURE__*/_interopDefaultLegacy(require$$0);
10
-
11
7
  var commonjsGlobal = typeof globalThis !== 'undefined' ? globalThis : typeof window !== 'undefined' ? window : typeof global !== 'undefined' ? global : typeof self !== 'undefined' ? self : {};
12
8
 
13
9
  function getDefaultExportFromCjs (x) {
@@ -2274,7 +2270,7 @@
2274
2270
  }
2275
2271
  cjs.default = StyleToJS;
2276
2272
 
2277
- var React$1 = require$$0__default["default"];
2273
+ var React$1 = require$$0;
2278
2274
  var styleToJS = cjs.default;
2279
2275
 
2280
2276
  /**
@@ -2509,7 +2505,7 @@
2509
2505
  return reactProperty.possibleStandardNames[attributeName];
2510
2506
  }
2511
2507
 
2512
- var React = require$$0__default["default"];
2508
+ var React = require$$0;
2513
2509
  var attributesToProps$1 = attributesToProps$2;
2514
2510
  var utilities = utilities$2;
2515
2511