@forsakringskassan/docs-generator 3.3.1 → 3.3.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.
@@ -1782,7 +1782,6 @@ function generateCode(options) {
1782
1782
  const selector = `#${exampleId}`;
1783
1783
  const asset = `${slug}-${id}.js`;
1784
1784
  const { descriptor, errors } = parse(code, { filename });
1785
- const scopeId = `data-v-${id}`;
1786
1785
  if (errors.length > 0) {
1787
1786
  if (import_is_ci.default) {
1788
1787
  const first = errors[0].message;
@@ -1799,6 +1798,7 @@ ${lines.join("\n")}`,
1799
1798
  output: false
1800
1799
  };
1801
1800
  }
1801
+ const scopeId = `data-v-${id}`;
1802
1802
  const hasScoped = descriptor.styles.some((e) => e.scoped);
1803
1803
  const styleContent = descriptor.styles.map((stylePart) => {
1804
1804
  const compiledStyle = compileStyle({
@@ -1908,4 +1908,4 @@ createApp(exampleComponent).mount(selector);
1908
1908
  var export_vuePlugin = import_esbuild_plugin_vue3.default;
1909
1909
 
1910
1910
  export { export_vuePlugin as e, generateCode as g };
1911
- //# sourceMappingURL=vue3-B3-18vX3.mjs.map
1911
+ //# sourceMappingURL=vue3-DbJPWpmQ.mjs.map