html-react-parser 5.1.14 → 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.
@@ -109,7 +109,6 @@
109
109
  * @see https://developer.mozilla.org/docs/Web/HTML/Element/template
110
110
  */
111
111
  var template = typeof document === 'object' && document.createElement('template');
112
- // eslint-disable-next-line @typescript-eslint/no-unused-vars
113
112
  var parseFromTemplate;
114
113
  if (template && template.content) {
115
114
  /**
@@ -2343,6 +2342,7 @@
2343
2342
  return (mod && mod.__esModule) ? mod : { "default": mod };
2344
2343
  };
2345
2344
  Object.defineProperty(cjs$1, "__esModule", { value: true });
2345
+ cjs$1.default = StyleToObject;
2346
2346
  var inline_style_parser_1 = __importDefault$2(inlineStyleParser);
2347
2347
  /**
2348
2348
  * Parses inline style to object.
@@ -2380,7 +2380,6 @@
2380
2380
  });
2381
2381
  return styleObject;
2382
2382
  }
2383
- cjs$1.default = StyleToObject;
2384
2383
 
2385
2384
  var utilities = {};
2386
2385