@directus/themes 1.0.10 → 1.1.0

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 +1 -1
  2. package/package.json +3 -3
package/dist/index.js CHANGED
@@ -566,7 +566,7 @@ const r = e.String({ $id: "Color" }), i = e.String({ $id: "FamilyName" }), b = e
566
566
  menu: {
567
567
  background: "#161b22",
568
568
  borderRadius: "var(--theme--border-radius)",
569
- boxShadow: "0px 0px 6px 0px rgb(0, 0, 0, 0.2)"
569
+ boxShadow: "0px 0px 6px 0px black"
570
570
  }
571
571
  },
572
572
  banner: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@directus/themes",
3
- "version": "1.0.10",
3
+ "version": "1.1.0",
4
4
  "description": "Themes for Directus",
5
5
  "homepage": "https://directus.io",
6
6
  "repository": {
@@ -26,7 +26,7 @@
26
26
  "decamelize": "6.0.0",
27
27
  "flat": "6.0.1",
28
28
  "lodash-es": "4.17.21",
29
- "@directus/utils": "13.0.3"
29
+ "@directus/utils": "13.0.4"
30
30
  },
31
31
  "devDependencies": {
32
32
  "@directus/tsconfig": "3.0.0",
@@ -39,7 +39,7 @@
39
39
  "vite": "5.4.14",
40
40
  "vite-plugin-dts": "4.5.1",
41
41
  "vue": "3.5.13",
42
- "@directus/types": "13.1.0"
42
+ "@directus/types": "13.1.1"
43
43
  },
44
44
  "peerDependencies": {
45
45
  "@unhead/vue": "1",