@directus/themes 0.3.2 → 0.3.3
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.
|
@@ -11,7 +11,7 @@ declare const _default: import("vue").DefineComponent<__VLS_WithDefaults<__VLS_T
|
|
|
11
11
|
themeDark: string;
|
|
12
12
|
themeLightOverrides: () => {};
|
|
13
13
|
themeDarkOverrides: () => {};
|
|
14
|
-
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").
|
|
14
|
+
}>, {}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<__VLS_WithDefaults<__VLS_TypePropsToRuntimeProps<{
|
|
15
15
|
darkMode: boolean;
|
|
16
16
|
themeLight: string | null;
|
|
17
17
|
themeLightOverrides: DeepPartial<Theme['rules']>;
|
package/dist/schemas/theme.d.ts
CHANGED
|
@@ -227,7 +227,7 @@ export declare const ThemeSchema: import("@sinclair/typebox").TObject<{
|
|
|
227
227
|
popover: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
228
228
|
menu: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TObject<{
|
|
229
229
|
background: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TRef<import("@sinclair/typebox").TString>>;
|
|
230
|
-
borderRadius: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").
|
|
230
|
+
borderRadius: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TRef<import("@sinclair/typebox").TString>, import("@sinclair/typebox").TRef<import("@sinclair/typebox").TString>]>>;
|
|
231
231
|
boxShadow: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TRef<import("@sinclair/typebox").TString>>;
|
|
232
232
|
}>>;
|
|
233
233
|
}>>;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@directus/themes",
|
|
3
|
-
"version": "0.3.
|
|
3
|
+
"version": "0.3.3",
|
|
4
4
|
"description": "Themes for Directus",
|
|
5
5
|
"homepage": "https://directus.io",
|
|
6
6
|
"repository": {
|
|
@@ -22,26 +22,29 @@
|
|
|
22
22
|
"dist"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"@sinclair/typebox": "0.
|
|
25
|
+
"@sinclair/typebox": "0.32.13",
|
|
26
26
|
"decamelize": "6.0.0",
|
|
27
27
|
"flat": "6.0.1",
|
|
28
28
|
"lodash-es": "4.17.21",
|
|
29
|
-
"@directus/utils": "11.0.
|
|
29
|
+
"@directus/utils": "11.0.4"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/lodash-es": "4.17.12",
|
|
33
|
-
"@
|
|
34
|
-
"
|
|
33
|
+
"@unhead/vue": "1.8.10",
|
|
34
|
+
"@vitejs/plugin-vue": "5.0.3",
|
|
35
|
+
"pinia": "2.1.7",
|
|
36
|
+
"rollup-plugin-node-externals": "7.0.1",
|
|
35
37
|
"typescript": "5.3.3",
|
|
36
|
-
"vite": "5.0.
|
|
37
|
-
"vite-plugin-dts": "3.
|
|
38
|
+
"vite": "5.0.12",
|
|
39
|
+
"vite-plugin-dts": "3.7.2",
|
|
40
|
+
"vue": "3.4.15",
|
|
38
41
|
"@directus/tsconfig": "1.0.1",
|
|
39
|
-
"@directus/types": "11.0.
|
|
42
|
+
"@directus/types": "11.0.4"
|
|
40
43
|
},
|
|
41
44
|
"peerDependencies": {
|
|
42
|
-
"@unhead/vue": "1
|
|
43
|
-
"pinia": "2
|
|
44
|
-
"vue": "3.
|
|
45
|
+
"@unhead/vue": "1",
|
|
46
|
+
"pinia": "2",
|
|
47
|
+
"vue": "^3.4"
|
|
45
48
|
},
|
|
46
49
|
"scripts": {
|
|
47
50
|
"build": "vite build",
|