@directus/themes 1.0.8 → 1.0.10

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -2
  2. package/package.json +9 -9
package/dist/index.js CHANGED
@@ -1,4 +1,4 @@
1
- import { computed as y, unref as f, reactive as B, defineComponent as $, toRefs as D, openBlock as G, createBlock as T, Teleport as _, createTextVNode as L, toDisplayString as M } from "vue";
1
+ import { computed as y, unref as f, reactive as B, defineComponent as $, toRefs as D, createBlock as G, openBlock as T, Teleport as _, createTextVNode as L, toDisplayString as M } from "vue";
2
2
  import { useHead as N } from "@unhead/vue";
3
3
  import { get as W, merge as w, mapKeys as E } from "lodash-es";
4
4
  import { defineStore as U, storeToRefs as I } from "pinia";
@@ -1098,7 +1098,7 @@ const r = e.String({ $id: "Color" }), i = e.String({ $id: "FamilyName" }), b = e
1098
1098
  })
1099
1099
  });
1100
1100
  const F = y(() => `:root {${Object.entries(f(a)).map(([g, x]) => `${g}: ${x};`).join(" ")}}`);
1101
- return (l, g) => (G(), T(_, { to: "#theme" }, [
1101
+ return (l, g) => (T(), G(_, { to: "#theme" }, [
1102
1102
  L(M(F.value), 1)
1103
1103
  ]));
1104
1104
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@directus/themes",
3
- "version": "1.0.8",
3
+ "version": "1.0.10",
4
4
  "description": "Themes for Directus",
5
5
  "homepage": "https://directus.io",
6
6
  "repository": {
@@ -22,24 +22,24 @@
22
22
  "dist"
23
23
  ],
24
24
  "dependencies": {
25
- "@sinclair/typebox": "0.34.13",
25
+ "@sinclair/typebox": "0.34.28",
26
26
  "decamelize": "6.0.0",
27
27
  "flat": "6.0.1",
28
28
  "lodash-es": "4.17.21",
29
- "@directus/utils": "13.0.1"
29
+ "@directus/utils": "13.0.3"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@directus/tsconfig": "3.0.0",
33
33
  "@types/lodash-es": "4.17.12",
34
- "@unhead/vue": "1.11.15",
34
+ "@unhead/vue": "1.11.20",
35
35
  "@vitejs/plugin-vue": "5.2.1",
36
- "pinia": "2.3.0",
36
+ "pinia": "2.3.1",
37
37
  "rollup-plugin-node-externals": "8.0.0",
38
- "typescript": "5.7.3",
39
- "vite": "5.4.11",
40
- "vite-plugin-dts": "4.4.0",
38
+ "typescript": "5.8.2",
39
+ "vite": "5.4.14",
40
+ "vite-plugin-dts": "4.5.1",
41
41
  "vue": "3.5.13",
42
- "@directus/types": "13.0.0"
42
+ "@directus/types": "13.1.0"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "@unhead/vue": "1",