@directus/themes 1.2.5 → 1.3.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.
- package/dist/index.d.ts +2139 -5
- package/dist/index.js +14867 -12190
- package/package.json +10 -11
- package/dist/components/index.d.ts +0 -1
- package/dist/components/theme-provider.vue.d.ts +0 -15
- package/dist/composables/index.d.ts +0 -2
- package/dist/composables/use-fonts.d.ts +0 -5
- package/dist/composables/use-fonts.test.d.ts +0 -1
- package/dist/composables/use-theme.d.ts +0 -519
- package/dist/stores/index.d.ts +0 -1
- package/dist/stores/theme.d.ts +0 -1586
- package/dist/themes/dark/default.d.ts +0 -259
- package/dist/themes/dark/index.d.ts +0 -1
- package/dist/themes/index.d.ts +0 -3
- package/dist/themes/light/color-match.d.ts +0 -98
- package/dist/themes/light/default.d.ts +0 -259
- package/dist/themes/light/index.d.ts +0 -3
- package/dist/themes/light/minimal.d.ts +0 -118
- package/dist/utils/define-theme.d.ts +0 -2
- package/dist/utils/index.d.ts +0 -2
- package/dist/utils/rules-to-css-vars.d.ts +0 -2
|
@@ -1,118 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
id: string;
|
|
3
|
-
name: string;
|
|
4
|
-
appearance: "light";
|
|
5
|
-
rules: {
|
|
6
|
-
borderWidth: string;
|
|
7
|
-
backgroundPage: string;
|
|
8
|
-
navigation: {
|
|
9
|
-
background: string;
|
|
10
|
-
modules: {
|
|
11
|
-
background: string;
|
|
12
|
-
button: {
|
|
13
|
-
backgroundActive: string;
|
|
14
|
-
foreground: string;
|
|
15
|
-
foregroundHover: string;
|
|
16
|
-
foregroundActive: string;
|
|
17
|
-
backgroundHover: string;
|
|
18
|
-
background: string;
|
|
19
|
-
};
|
|
20
|
-
borderWidth: string;
|
|
21
|
-
borderColor: string;
|
|
22
|
-
};
|
|
23
|
-
project: {
|
|
24
|
-
borderWidth: string;
|
|
25
|
-
background: string;
|
|
26
|
-
borderColor: string;
|
|
27
|
-
};
|
|
28
|
-
list: {
|
|
29
|
-
icon: {
|
|
30
|
-
foreground: string;
|
|
31
|
-
};
|
|
32
|
-
divider: {
|
|
33
|
-
borderColor: string;
|
|
34
|
-
};
|
|
35
|
-
};
|
|
36
|
-
borderWidth: string;
|
|
37
|
-
backgroundAccent: string;
|
|
38
|
-
borderColor: string;
|
|
39
|
-
};
|
|
40
|
-
header: {
|
|
41
|
-
background: string;
|
|
42
|
-
borderWidth: string;
|
|
43
|
-
borderColor: string;
|
|
44
|
-
boxShadow: string;
|
|
45
|
-
};
|
|
46
|
-
backgroundAccent: string;
|
|
47
|
-
backgroundSubdued: string;
|
|
48
|
-
background: string;
|
|
49
|
-
foreground: string;
|
|
50
|
-
foregroundAccent: string;
|
|
51
|
-
foregroundSubdued: string;
|
|
52
|
-
borderRadius: string;
|
|
53
|
-
borderColor: string;
|
|
54
|
-
borderColorAccent: string;
|
|
55
|
-
borderColorSubdued: string;
|
|
56
|
-
form: {
|
|
57
|
-
rowGap: string;
|
|
58
|
-
field: {
|
|
59
|
-
input: {
|
|
60
|
-
background: string;
|
|
61
|
-
backgroundSubdued: string;
|
|
62
|
-
boxShadowFocus: string;
|
|
63
|
-
height: string;
|
|
64
|
-
};
|
|
65
|
-
};
|
|
66
|
-
};
|
|
67
|
-
sidebar: {
|
|
68
|
-
background: string;
|
|
69
|
-
borderWidth: string;
|
|
70
|
-
borderColor: string;
|
|
71
|
-
section: {
|
|
72
|
-
toggle: {
|
|
73
|
-
borderColor: string;
|
|
74
|
-
borderWidth: string;
|
|
75
|
-
background: string;
|
|
76
|
-
foreground: string;
|
|
77
|
-
foregroundHover: string;
|
|
78
|
-
foregroundActive: string;
|
|
79
|
-
icon: {
|
|
80
|
-
foreground: string;
|
|
81
|
-
foregroundHover: string;
|
|
82
|
-
foregroundActive: string;
|
|
83
|
-
};
|
|
84
|
-
};
|
|
85
|
-
form: {
|
|
86
|
-
field: {
|
|
87
|
-
input: {
|
|
88
|
-
height: string;
|
|
89
|
-
};
|
|
90
|
-
};
|
|
91
|
-
};
|
|
92
|
-
};
|
|
93
|
-
};
|
|
94
|
-
public: {
|
|
95
|
-
art: {
|
|
96
|
-
background: string;
|
|
97
|
-
primary: string;
|
|
98
|
-
secondary: string;
|
|
99
|
-
};
|
|
100
|
-
background: string;
|
|
101
|
-
};
|
|
102
|
-
backgroundNormal: string;
|
|
103
|
-
secondary: string;
|
|
104
|
-
primary: string;
|
|
105
|
-
primaryBackground: string;
|
|
106
|
-
primarySubdued: string;
|
|
107
|
-
primaryAccent: string;
|
|
108
|
-
secondaryAccent: string;
|
|
109
|
-
secondaryBackground: string;
|
|
110
|
-
secondarySubdued: string;
|
|
111
|
-
fonts: {
|
|
112
|
-
display: {
|
|
113
|
-
fontFamily: string;
|
|
114
|
-
};
|
|
115
|
-
};
|
|
116
|
-
};
|
|
117
|
-
};
|
|
118
|
-
export default _default;
|
package/dist/utils/index.d.ts
DELETED