@orion-js/file-manager 3.9.5 → 3.9.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/lib/File/schema.d.ts +2 -6
- package/lib/File/schema.js +2 -18
- package/package.json +2 -2
package/lib/File/schema.d.ts
CHANGED
|
@@ -10,12 +10,8 @@ export declare class FileSchemaDimensionsData {
|
|
|
10
10
|
height?: number;
|
|
11
11
|
}
|
|
12
12
|
export declare class FileSchemaColorsData {
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
darkVibrant?: string;
|
|
16
|
-
muted?: string;
|
|
17
|
-
lightMuted?: string;
|
|
18
|
-
darkMuted?: string;
|
|
13
|
+
front?: string;
|
|
14
|
+
background?: string;
|
|
19
15
|
blurhash?: string;
|
|
20
16
|
}
|
|
21
17
|
export declare class FileSchema {
|
package/lib/File/schema.js
CHANGED
|
@@ -56,27 +56,11 @@ let FileSchemaColorsData = class FileSchemaColorsData {
|
|
|
56
56
|
__decorate([
|
|
57
57
|
(0, typed_model_1.Prop)({ optional: true }),
|
|
58
58
|
__metadata("design:type", String)
|
|
59
|
-
], FileSchemaColorsData.prototype, "
|
|
59
|
+
], FileSchemaColorsData.prototype, "front", void 0);
|
|
60
60
|
__decorate([
|
|
61
61
|
(0, typed_model_1.Prop)({ optional: true }),
|
|
62
62
|
__metadata("design:type", String)
|
|
63
|
-
], FileSchemaColorsData.prototype, "
|
|
64
|
-
__decorate([
|
|
65
|
-
(0, typed_model_1.Prop)({ optional: true }),
|
|
66
|
-
__metadata("design:type", String)
|
|
67
|
-
], FileSchemaColorsData.prototype, "darkVibrant", void 0);
|
|
68
|
-
__decorate([
|
|
69
|
-
(0, typed_model_1.Prop)({ optional: true }),
|
|
70
|
-
__metadata("design:type", String)
|
|
71
|
-
], FileSchemaColorsData.prototype, "muted", void 0);
|
|
72
|
-
__decorate([
|
|
73
|
-
(0, typed_model_1.Prop)({ optional: true }),
|
|
74
|
-
__metadata("design:type", String)
|
|
75
|
-
], FileSchemaColorsData.prototype, "lightMuted", void 0);
|
|
76
|
-
__decorate([
|
|
77
|
-
(0, typed_model_1.Prop)({ optional: true }),
|
|
78
|
-
__metadata("design:type", String)
|
|
79
|
-
], FileSchemaColorsData.prototype, "darkMuted", void 0);
|
|
63
|
+
], FileSchemaColorsData.prototype, "background", void 0);
|
|
80
64
|
__decorate([
|
|
81
65
|
(0, typed_model_1.Prop)({ optional: true }),
|
|
82
66
|
__metadata("design:type", String)
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@orion-js/file-manager",
|
|
3
|
-
"version": "3.9.
|
|
3
|
+
"version": "3.9.6",
|
|
4
4
|
"main": "lib/index.js",
|
|
5
5
|
"author": "nicolaslopezj",
|
|
6
6
|
"license": "MIT",
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"publishConfig": {
|
|
37
37
|
"access": "public"
|
|
38
38
|
},
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "d92c9f484457d6262054100aff016b87c5e5e330"
|
|
40
40
|
}
|