@directus/themes 1.2.3 → 1.2.5
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.
- package/dist/index.js +2 -2
- package/package.json +4 -4
package/dist/index.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { computed as un, unref as de, reactive as Im, defineComponent as wm, toRefs as Om,
|
|
1
|
+
import { computed as un, unref as de, reactive as Im, defineComponent as wm, toRefs as Om, openBlock as Sm, createBlock as zm, Teleport as xm, createTextVNode as jm, toDisplayString as Fm } from "vue";
|
|
2
2
|
import { useHead as Um } from "@unhead/vue";
|
|
3
3
|
import { get as _a, merge as Dt, mapKeys as Nm } from "lodash-es";
|
|
4
4
|
import { defineStore as Pm, storeToRefs as Tm } from "pinia";
|
|
@@ -12662,7 +12662,7 @@ const dI = (e) => {
|
|
|
12662
12662
|
})
|
|
12663
12663
|
});
|
|
12664
12664
|
const g = un(() => `:root {${Object.entries(de(s)).map(([k, $]) => `${k}: ${$};`).join(" ")}}`);
|
|
12665
|
-
return (v, k) => (
|
|
12665
|
+
return (v, k) => (Sm(), zm(xm, { to: "#theme" }, [
|
|
12666
12666
|
jm(Fm(g.value), 1)
|
|
12667
12667
|
]));
|
|
12668
12668
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@directus/themes",
|
|
3
|
-
"version": "1.2.
|
|
3
|
+
"version": "1.2.5",
|
|
4
4
|
"description": "Themes for Directus",
|
|
5
5
|
"homepage": "https://directus.io",
|
|
6
6
|
"repository": {
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"decamelize": "6.0.1",
|
|
26
26
|
"flat": "6.0.1",
|
|
27
27
|
"lodash-es": "4.17.21",
|
|
28
|
-
"@directus/utils": "13.
|
|
28
|
+
"@directus/utils": "13.3.0"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@directus/tsconfig": "3.0.0",
|
|
@@ -35,11 +35,11 @@
|
|
|
35
35
|
"pinia": "2.3.1",
|
|
36
36
|
"rollup-plugin-node-externals": "8.1.2",
|
|
37
37
|
"typescript": "5.9.3",
|
|
38
|
-
"vite": "7.
|
|
38
|
+
"vite": "7.2.2",
|
|
39
39
|
"vite-plugin-dts": "4.5.4",
|
|
40
40
|
"vitest": "3.2.4",
|
|
41
41
|
"vue": "3.5.24",
|
|
42
|
-
"@directus/types": "14.
|
|
42
|
+
"@directus/types": "14.3.0"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@unhead/vue": "1.11.20",
|