@directus/themes 1.1.5 → 1.1.6
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 +2045 -1959
- package/dist/stores/theme.d.ts +24 -24
- package/package.json +9 -9
package/dist/stores/theme.d.ts
CHANGED
|
@@ -131,12 +131,12 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"🎨 Themes
|
|
|
131
131
|
backgroundSubdued?: string;
|
|
132
132
|
borderColor?: string;
|
|
133
133
|
boxShadow?: string;
|
|
134
|
+
padding?: string;
|
|
134
135
|
borderColorHover?: string;
|
|
135
136
|
borderColorFocus?: string;
|
|
136
137
|
boxShadowHover?: string;
|
|
137
138
|
boxShadowFocus?: string;
|
|
138
139
|
height?: string;
|
|
139
|
-
padding?: string;
|
|
140
140
|
};
|
|
141
141
|
};
|
|
142
142
|
};
|
|
@@ -163,12 +163,12 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"🎨 Themes
|
|
|
163
163
|
backgroundSubdued?: string;
|
|
164
164
|
borderColor?: string;
|
|
165
165
|
boxShadow?: string;
|
|
166
|
+
padding?: string;
|
|
166
167
|
borderColorHover?: string;
|
|
167
168
|
borderColorFocus?: string;
|
|
168
169
|
boxShadowHover?: string;
|
|
169
170
|
boxShadowFocus?: string;
|
|
170
171
|
height?: string;
|
|
171
|
-
padding?: string;
|
|
172
172
|
};
|
|
173
173
|
};
|
|
174
174
|
};
|
|
@@ -210,12 +210,12 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"🎨 Themes
|
|
|
210
210
|
backgroundSubdued?: string;
|
|
211
211
|
borderColor?: string;
|
|
212
212
|
boxShadow?: string;
|
|
213
|
+
padding?: string;
|
|
213
214
|
borderColorHover?: string;
|
|
214
215
|
borderColorFocus?: string;
|
|
215
216
|
boxShadowHover?: string;
|
|
216
217
|
boxShadowFocus?: string;
|
|
217
218
|
height?: string;
|
|
218
|
-
padding?: string;
|
|
219
219
|
};
|
|
220
220
|
};
|
|
221
221
|
};
|
|
@@ -246,10 +246,10 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"🎨 Themes
|
|
|
246
246
|
fontFamily?: string;
|
|
247
247
|
fontWeight?: string;
|
|
248
248
|
};
|
|
249
|
-
padding?: string;
|
|
250
249
|
art?: {
|
|
251
250
|
foreground?: string;
|
|
252
251
|
};
|
|
252
|
+
padding?: string;
|
|
253
253
|
avatar?: {
|
|
254
254
|
borderRadius?: string;
|
|
255
255
|
foreground?: string;
|
|
@@ -393,12 +393,12 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"🎨 Themes
|
|
|
393
393
|
backgroundSubdued?: string;
|
|
394
394
|
borderColor?: string;
|
|
395
395
|
boxShadow?: string;
|
|
396
|
+
padding?: string;
|
|
396
397
|
borderColorHover?: string;
|
|
397
398
|
borderColorFocus?: string;
|
|
398
399
|
boxShadowHover?: string;
|
|
399
400
|
boxShadowFocus?: string;
|
|
400
401
|
height?: string;
|
|
401
|
-
padding?: string;
|
|
402
402
|
};
|
|
403
403
|
};
|
|
404
404
|
};
|
|
@@ -425,12 +425,12 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"🎨 Themes
|
|
|
425
425
|
backgroundSubdued?: string;
|
|
426
426
|
borderColor?: string;
|
|
427
427
|
boxShadow?: string;
|
|
428
|
+
padding?: string;
|
|
428
429
|
borderColorHover?: string;
|
|
429
430
|
borderColorFocus?: string;
|
|
430
431
|
boxShadowHover?: string;
|
|
431
432
|
boxShadowFocus?: string;
|
|
432
433
|
height?: string;
|
|
433
|
-
padding?: string;
|
|
434
434
|
};
|
|
435
435
|
};
|
|
436
436
|
};
|
|
@@ -472,12 +472,12 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"🎨 Themes
|
|
|
472
472
|
backgroundSubdued?: string;
|
|
473
473
|
borderColor?: string;
|
|
474
474
|
boxShadow?: string;
|
|
475
|
+
padding?: string;
|
|
475
476
|
borderColorHover?: string;
|
|
476
477
|
borderColorFocus?: string;
|
|
477
478
|
boxShadowHover?: string;
|
|
478
479
|
boxShadowFocus?: string;
|
|
479
480
|
height?: string;
|
|
480
|
-
padding?: string;
|
|
481
481
|
};
|
|
482
482
|
};
|
|
483
483
|
};
|
|
@@ -508,10 +508,10 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"🎨 Themes
|
|
|
508
508
|
fontFamily?: string;
|
|
509
509
|
fontWeight?: string;
|
|
510
510
|
};
|
|
511
|
-
padding?: string;
|
|
512
511
|
art?: {
|
|
513
512
|
foreground?: string;
|
|
514
513
|
};
|
|
514
|
+
padding?: string;
|
|
515
515
|
avatar?: {
|
|
516
516
|
borderRadius?: string;
|
|
517
517
|
foreground?: string;
|
|
@@ -659,12 +659,12 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"🎨 Themes
|
|
|
659
659
|
backgroundSubdued?: string;
|
|
660
660
|
borderColor?: string;
|
|
661
661
|
boxShadow?: string;
|
|
662
|
+
padding?: string;
|
|
662
663
|
borderColorHover?: string;
|
|
663
664
|
borderColorFocus?: string;
|
|
664
665
|
boxShadowHover?: string;
|
|
665
666
|
boxShadowFocus?: string;
|
|
666
667
|
height?: string;
|
|
667
|
-
padding?: string;
|
|
668
668
|
};
|
|
669
669
|
};
|
|
670
670
|
};
|
|
@@ -691,12 +691,12 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"🎨 Themes
|
|
|
691
691
|
backgroundSubdued?: string;
|
|
692
692
|
borderColor?: string;
|
|
693
693
|
boxShadow?: string;
|
|
694
|
+
padding?: string;
|
|
694
695
|
borderColorHover?: string;
|
|
695
696
|
borderColorFocus?: string;
|
|
696
697
|
boxShadowHover?: string;
|
|
697
698
|
boxShadowFocus?: string;
|
|
698
699
|
height?: string;
|
|
699
|
-
padding?: string;
|
|
700
700
|
};
|
|
701
701
|
};
|
|
702
702
|
};
|
|
@@ -738,12 +738,12 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"🎨 Themes
|
|
|
738
738
|
backgroundSubdued?: string;
|
|
739
739
|
borderColor?: string;
|
|
740
740
|
boxShadow?: string;
|
|
741
|
+
padding?: string;
|
|
741
742
|
borderColorHover?: string;
|
|
742
743
|
borderColorFocus?: string;
|
|
743
744
|
boxShadowHover?: string;
|
|
744
745
|
boxShadowFocus?: string;
|
|
745
746
|
height?: string;
|
|
746
|
-
padding?: string;
|
|
747
747
|
};
|
|
748
748
|
};
|
|
749
749
|
};
|
|
@@ -774,10 +774,10 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"🎨 Themes
|
|
|
774
774
|
fontFamily?: string;
|
|
775
775
|
fontWeight?: string;
|
|
776
776
|
};
|
|
777
|
-
padding?: string;
|
|
778
777
|
art?: {
|
|
779
778
|
foreground?: string;
|
|
780
779
|
};
|
|
780
|
+
padding?: string;
|
|
781
781
|
avatar?: {
|
|
782
782
|
borderRadius?: string;
|
|
783
783
|
foreground?: string;
|
|
@@ -921,12 +921,12 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"🎨 Themes
|
|
|
921
921
|
backgroundSubdued?: string;
|
|
922
922
|
borderColor?: string;
|
|
923
923
|
boxShadow?: string;
|
|
924
|
+
padding?: string;
|
|
924
925
|
borderColorHover?: string;
|
|
925
926
|
borderColorFocus?: string;
|
|
926
927
|
boxShadowHover?: string;
|
|
927
928
|
boxShadowFocus?: string;
|
|
928
929
|
height?: string;
|
|
929
|
-
padding?: string;
|
|
930
930
|
};
|
|
931
931
|
};
|
|
932
932
|
};
|
|
@@ -953,12 +953,12 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"🎨 Themes
|
|
|
953
953
|
backgroundSubdued?: string;
|
|
954
954
|
borderColor?: string;
|
|
955
955
|
boxShadow?: string;
|
|
956
|
+
padding?: string;
|
|
956
957
|
borderColorHover?: string;
|
|
957
958
|
borderColorFocus?: string;
|
|
958
959
|
boxShadowHover?: string;
|
|
959
960
|
boxShadowFocus?: string;
|
|
960
961
|
height?: string;
|
|
961
|
-
padding?: string;
|
|
962
962
|
};
|
|
963
963
|
};
|
|
964
964
|
};
|
|
@@ -1000,12 +1000,12 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"🎨 Themes
|
|
|
1000
1000
|
backgroundSubdued?: string;
|
|
1001
1001
|
borderColor?: string;
|
|
1002
1002
|
boxShadow?: string;
|
|
1003
|
+
padding?: string;
|
|
1003
1004
|
borderColorHover?: string;
|
|
1004
1005
|
borderColorFocus?: string;
|
|
1005
1006
|
boxShadowHover?: string;
|
|
1006
1007
|
boxShadowFocus?: string;
|
|
1007
1008
|
height?: string;
|
|
1008
|
-
padding?: string;
|
|
1009
1009
|
};
|
|
1010
1010
|
};
|
|
1011
1011
|
};
|
|
@@ -1036,10 +1036,10 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"🎨 Themes
|
|
|
1036
1036
|
fontFamily?: string;
|
|
1037
1037
|
fontWeight?: string;
|
|
1038
1038
|
};
|
|
1039
|
-
padding?: string;
|
|
1040
1039
|
art?: {
|
|
1041
1040
|
foreground?: string;
|
|
1042
1041
|
};
|
|
1042
|
+
padding?: string;
|
|
1043
1043
|
avatar?: {
|
|
1044
1044
|
borderRadius?: string;
|
|
1045
1045
|
foreground?: string;
|
|
@@ -1187,12 +1187,12 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"🎨 Themes
|
|
|
1187
1187
|
backgroundSubdued?: string;
|
|
1188
1188
|
borderColor?: string;
|
|
1189
1189
|
boxShadow?: string;
|
|
1190
|
+
padding?: string;
|
|
1190
1191
|
borderColorHover?: string;
|
|
1191
1192
|
borderColorFocus?: string;
|
|
1192
1193
|
boxShadowHover?: string;
|
|
1193
1194
|
boxShadowFocus?: string;
|
|
1194
1195
|
height?: string;
|
|
1195
|
-
padding?: string;
|
|
1196
1196
|
};
|
|
1197
1197
|
};
|
|
1198
1198
|
};
|
|
@@ -1219,12 +1219,12 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"🎨 Themes
|
|
|
1219
1219
|
backgroundSubdued?: string;
|
|
1220
1220
|
borderColor?: string;
|
|
1221
1221
|
boxShadow?: string;
|
|
1222
|
+
padding?: string;
|
|
1222
1223
|
borderColorHover?: string;
|
|
1223
1224
|
borderColorFocus?: string;
|
|
1224
1225
|
boxShadowHover?: string;
|
|
1225
1226
|
boxShadowFocus?: string;
|
|
1226
1227
|
height?: string;
|
|
1227
|
-
padding?: string;
|
|
1228
1228
|
};
|
|
1229
1229
|
};
|
|
1230
1230
|
};
|
|
@@ -1266,12 +1266,12 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"🎨 Themes
|
|
|
1266
1266
|
backgroundSubdued?: string;
|
|
1267
1267
|
borderColor?: string;
|
|
1268
1268
|
boxShadow?: string;
|
|
1269
|
+
padding?: string;
|
|
1269
1270
|
borderColorHover?: string;
|
|
1270
1271
|
borderColorFocus?: string;
|
|
1271
1272
|
boxShadowHover?: string;
|
|
1272
1273
|
boxShadowFocus?: string;
|
|
1273
1274
|
height?: string;
|
|
1274
|
-
padding?: string;
|
|
1275
1275
|
};
|
|
1276
1276
|
};
|
|
1277
1277
|
};
|
|
@@ -1302,10 +1302,10 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"🎨 Themes
|
|
|
1302
1302
|
fontFamily?: string;
|
|
1303
1303
|
fontWeight?: string;
|
|
1304
1304
|
};
|
|
1305
|
-
padding?: string;
|
|
1306
1305
|
art?: {
|
|
1307
1306
|
foreground?: string;
|
|
1308
1307
|
};
|
|
1308
|
+
padding?: string;
|
|
1309
1309
|
avatar?: {
|
|
1310
1310
|
borderRadius?: string;
|
|
1311
1311
|
foreground?: string;
|
|
@@ -1449,12 +1449,12 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"🎨 Themes
|
|
|
1449
1449
|
backgroundSubdued?: string;
|
|
1450
1450
|
borderColor?: string;
|
|
1451
1451
|
boxShadow?: string;
|
|
1452
|
+
padding?: string;
|
|
1452
1453
|
borderColorHover?: string;
|
|
1453
1454
|
borderColorFocus?: string;
|
|
1454
1455
|
boxShadowHover?: string;
|
|
1455
1456
|
boxShadowFocus?: string;
|
|
1456
1457
|
height?: string;
|
|
1457
|
-
padding?: string;
|
|
1458
1458
|
};
|
|
1459
1459
|
};
|
|
1460
1460
|
};
|
|
@@ -1481,12 +1481,12 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"🎨 Themes
|
|
|
1481
1481
|
backgroundSubdued?: string;
|
|
1482
1482
|
borderColor?: string;
|
|
1483
1483
|
boxShadow?: string;
|
|
1484
|
+
padding?: string;
|
|
1484
1485
|
borderColorHover?: string;
|
|
1485
1486
|
borderColorFocus?: string;
|
|
1486
1487
|
boxShadowHover?: string;
|
|
1487
1488
|
boxShadowFocus?: string;
|
|
1488
1489
|
height?: string;
|
|
1489
|
-
padding?: string;
|
|
1490
1490
|
};
|
|
1491
1491
|
};
|
|
1492
1492
|
};
|
|
@@ -1528,12 +1528,12 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"🎨 Themes
|
|
|
1528
1528
|
backgroundSubdued?: string;
|
|
1529
1529
|
borderColor?: string;
|
|
1530
1530
|
boxShadow?: string;
|
|
1531
|
+
padding?: string;
|
|
1531
1532
|
borderColorHover?: string;
|
|
1532
1533
|
borderColorFocus?: string;
|
|
1533
1534
|
boxShadowHover?: string;
|
|
1534
1535
|
boxShadowFocus?: string;
|
|
1535
1536
|
height?: string;
|
|
1536
|
-
padding?: string;
|
|
1537
1537
|
};
|
|
1538
1538
|
};
|
|
1539
1539
|
};
|
|
@@ -1564,10 +1564,10 @@ export declare const useThemeStore: import('pinia').StoreDefinition<"🎨 Themes
|
|
|
1564
1564
|
fontFamily?: string;
|
|
1565
1565
|
fontWeight?: string;
|
|
1566
1566
|
};
|
|
1567
|
-
padding?: string;
|
|
1568
1567
|
art?: {
|
|
1569
1568
|
foreground?: string;
|
|
1570
1569
|
};
|
|
1570
|
+
padding?: string;
|
|
1571
1571
|
avatar?: {
|
|
1572
1572
|
borderRadius?: string;
|
|
1573
1573
|
foreground?: string;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@directus/themes",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.6",
|
|
4
4
|
"description": "Themes for Directus",
|
|
5
5
|
"homepage": "https://directus.io",
|
|
6
6
|
"repository": {
|
|
@@ -22,10 +22,10 @@
|
|
|
22
22
|
"dist"
|
|
23
23
|
],
|
|
24
24
|
"dependencies": {
|
|
25
|
-
"decamelize": "6.0.
|
|
25
|
+
"decamelize": "6.0.1",
|
|
26
26
|
"flat": "6.0.1",
|
|
27
27
|
"lodash-es": "4.17.21",
|
|
28
|
-
"@directus/utils": "13.0.
|
|
28
|
+
"@directus/utils": "13.0.11"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
31
|
"@directus/tsconfig": "3.0.0",
|
|
@@ -33,18 +33,18 @@
|
|
|
33
33
|
"@unhead/vue": "1.11.20",
|
|
34
34
|
"@vitejs/plugin-vue": "6.0.1",
|
|
35
35
|
"pinia": "2.3.1",
|
|
36
|
-
"rollup-plugin-node-externals": "8.
|
|
37
|
-
"typescript": "5.
|
|
38
|
-
"vite": "7.1.
|
|
36
|
+
"rollup-plugin-node-externals": "8.1.1",
|
|
37
|
+
"typescript": "5.9.3",
|
|
38
|
+
"vite": "7.1.12",
|
|
39
39
|
"vite-plugin-dts": "4.5.4",
|
|
40
40
|
"vitest": "3.2.4",
|
|
41
|
-
"vue": "3.5.
|
|
42
|
-
"@directus/types": "13.
|
|
41
|
+
"vue": "3.5.22",
|
|
42
|
+
"@directus/types": "13.3.0"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"@unhead/vue": "1.11.20",
|
|
46
46
|
"pinia": "2.3.1",
|
|
47
|
-
"vue": "3.5.
|
|
47
|
+
"vue": "3.5.22"
|
|
48
48
|
},
|
|
49
49
|
"scripts": {
|
|
50
50
|
"build": "vite build",
|