@directus/themes 0.1.0 → 0.2.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.
@@ -34,15 +34,23 @@ export declare const useTheme: (darkMode: MaybeRef<boolean>, themeLight: MaybeRe
34
34
  fontFamilySansSerif: string;
35
35
  fontFamilySerif: string;
36
36
  fontFamilyMonospace: string;
37
+ borderRadius: string;
38
+ borderWidth: string;
37
39
  navigation: {
38
40
  background: string;
41
+ borderWidth: string;
42
+ borderColor: string;
39
43
  project: {
40
44
  foreground: string;
41
45
  background: string;
46
+ borderWidth: string;
47
+ borderColor: string;
42
48
  fontFamily: string;
43
49
  };
44
50
  modules: {
45
51
  background: string;
52
+ borderWidth: string;
53
+ borderColor: string;
46
54
  button: {
47
55
  foreground: string;
48
56
  background: string;
@@ -65,10 +73,17 @@ export declare const useTheme: (darkMode: MaybeRef<boolean>, themeLight: MaybeRe
65
73
  foregroundHover: string;
66
74
  foregroundActive: string;
67
75
  };
76
+ divider: {
77
+ borderWidth: string;
78
+ borderColor: string;
79
+ };
68
80
  };
69
81
  };
70
82
  header: {
71
83
  background: string;
84
+ borderWidth: string;
85
+ borderColor: string;
86
+ boxShadow: string;
72
87
  headline: {
73
88
  foreground: string;
74
89
  fontFamily: string;
@@ -88,17 +103,27 @@ export declare const useTheme: (darkMode: MaybeRef<boolean>, themeLight: MaybeRe
88
103
  foreground: string;
89
104
  foregroundSubdued: string;
90
105
  background: string;
106
+ borderColor: string;
107
+ boxShadow: string;
108
+ borderColorHover: string;
109
+ borderColorFocus: string;
110
+ boxShadowHover: string;
111
+ boxShadowFocus: string;
91
112
  };
92
113
  };
93
114
  };
94
115
  sidebar: {
95
116
  foreground: string;
96
117
  background: string;
118
+ borderWidth: string;
119
+ borderColor: string;
97
120
  fontFamily: string;
98
121
  section: {
99
122
  toggle: {
100
123
  foreground: string;
101
124
  background: string;
125
+ borderWidth: string;
126
+ borderColor: string;
102
127
  fontFamily: string;
103
128
  foregroundHover: string;
104
129
  foregroundActive: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@directus/themes",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "Themes for Directus",
5
5
  "homepage": "https://directus.io",
6
6
  "repository": {