@directus/themes 1.0.10 → 1.1.1
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 +1 -1
- 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
|
|
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.
|
|
3
|
+
"version": "1.1.1",
|
|
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.
|
|
29
|
+
"@directus/utils": "13.0.6"
|
|
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.
|
|
42
|
+
"@directus/types": "13.1.2"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@unhead/vue": "1",
|