@win2win/shared 1.0.209 → 1.0.210
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.
|
@@ -190,16 +190,17 @@ export interface SectionItem {
|
|
|
190
190
|
description: string;
|
|
191
191
|
icon: string | null;
|
|
192
192
|
link: string | null;
|
|
193
|
+
value: string | number | null;
|
|
194
|
+
key?: string;
|
|
193
195
|
image: {
|
|
194
196
|
src: string;
|
|
195
197
|
file?: File;
|
|
196
198
|
} | null;
|
|
197
|
-
value: string | number | null;
|
|
198
|
-
key?: string;
|
|
199
199
|
image2?: {
|
|
200
200
|
src: string;
|
|
201
201
|
file?: File;
|
|
202
202
|
} | null;
|
|
203
|
+
order?: number;
|
|
203
204
|
}
|
|
204
205
|
export interface CustomConditions {
|
|
205
206
|
property: string;
|
package/package.json
CHANGED