@orchidui/dashboard 1.23.1-14 → 1.23.1-15

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.
@@ -22,7 +22,7 @@ const m = Object.freeze(JSON.parse('{"displayName":"JSON","name":"json","pattern
22
22
  themes: [u],
23
23
  langs: [p]
24
24
  });
25
- e.value = t.codeToHtml(n.jsonObject, {
25
+ e.value = t.codeToHtml(n.jsonObject || "", {
26
26
  theme: "Custom Theme",
27
27
  lang: n.lang
28
28
  });
package/dist/index.js CHANGED
@@ -1846,7 +1846,7 @@ const It = { key: 1 }, Vt = {
1846
1846
  ]));
1847
1847
  }
1848
1848
  }, Ul = it(
1849
- () => import("./OcCodeBlock-B_LpoG2V.js")
1849
+ () => import("./OcCodeBlock-CMo9zvOn.js")
1850
1850
  ), Dl = it(
1851
1851
  () => import("./OcLottieAnimation-BjY3rCjS.js")
1852
1852
  );
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@orchidui/dashboard",
3
3
  "description": "Orchid Dashboard UI , Dashboard Ui Library Vue 3 tailwind css",
4
- "version": "1.23.1-14",
4
+ "version": "1.23.1-15",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "build": "vite build"