@syntrologie/runtime-sdk 2.4.0-canary.20 → 2.4.0-canary.21
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/actions/schema.d.ts +36 -0
- package/dist/actions/schema.js +2 -1
- package/dist/apps/examples/gamification-app.example.d.ts +8 -8
- package/dist/chunk-2UYZ5DWI.js +126 -0
- package/dist/chunk-2UYZ5DWI.js.map +7 -0
- package/dist/{chunk-LR5AA5SE.js → chunk-HF3D7YFQ.js} +5 -1
- package/dist/chunk-HF3D7YFQ.js.map +7 -0
- package/dist/{chunk-OJA7NRHL.js → chunk-IPU3WVPY.js} +21 -4
- package/dist/chunk-IPU3WVPY.js.map +7 -0
- package/dist/config/schema.d.ts +222 -222
- package/dist/config/schema.js +14 -109
- package/dist/config/schema.js.map +3 -3
- package/dist/events/schema.d.ts +4 -4
- package/dist/index.js +47 -6
- package/dist/index.js.map +2 -2
- package/dist/react.js +3 -2
- package/dist/react.js.map +1 -1
- package/dist/smart-canvas.esm.js +34 -34
- package/dist/smart-canvas.esm.js.map +4 -4
- package/dist/smart-canvas.js +161 -8
- package/dist/smart-canvas.js.map +3 -3
- package/dist/smart-canvas.min.js +32 -32
- package/dist/smart-canvas.min.js.map +4 -4
- package/dist/version.d.ts +1 -1
- package/package.json +7 -7
- package/schema/canvas-config.schema.json +15 -0
- package/dist/chunk-LR5AA5SE.js.map +0 -7
- package/dist/chunk-OJA7NRHL.js.map +0 -7
package/dist/config/schema.d.ts
CHANGED
|
@@ -994,14 +994,14 @@ export declare const CanvasElementConfigZ: z.ZodObject<{
|
|
|
994
994
|
width: z.ZodOptional<z.ZodString>;
|
|
995
995
|
}, "strip", z.ZodTypeAny, {
|
|
996
996
|
position?: "right" | "left" | undefined;
|
|
997
|
-
blur?: string | undefined;
|
|
998
997
|
background?: string | undefined;
|
|
998
|
+
blur?: string | undefined;
|
|
999
999
|
border?: string | undefined;
|
|
1000
1000
|
width?: string | undefined;
|
|
1001
1001
|
}, {
|
|
1002
1002
|
position?: "right" | "left" | undefined;
|
|
1003
|
-
blur?: string | undefined;
|
|
1004
1003
|
background?: string | undefined;
|
|
1004
|
+
blur?: string | undefined;
|
|
1005
1005
|
border?: string | undefined;
|
|
1006
1006
|
width?: string | undefined;
|
|
1007
1007
|
}>;
|
|
@@ -1013,15 +1013,15 @@ export declare const LauncherElementConfigZ: z.ZodObject<{
|
|
|
1013
1013
|
shadow: z.ZodOptional<z.ZodString>;
|
|
1014
1014
|
}, "strip", z.ZodTypeAny, {
|
|
1015
1015
|
size?: string | undefined;
|
|
1016
|
-
color?: string | undefined;
|
|
1017
1016
|
background?: string | undefined;
|
|
1018
1017
|
backgroundHover?: string | undefined;
|
|
1018
|
+
color?: string | undefined;
|
|
1019
1019
|
shadow?: string | undefined;
|
|
1020
1020
|
}, {
|
|
1021
1021
|
size?: string | undefined;
|
|
1022
|
-
color?: string | undefined;
|
|
1023
1022
|
background?: string | undefined;
|
|
1024
1023
|
backgroundHover?: string | undefined;
|
|
1024
|
+
color?: string | undefined;
|
|
1025
1025
|
shadow?: string | undefined;
|
|
1026
1026
|
}>;
|
|
1027
1027
|
export declare const TileElementConfigZ: z.ZodObject<{
|
|
@@ -1063,18 +1063,18 @@ export declare const OverlayElementConfigZ: z.ZodObject<{
|
|
|
1063
1063
|
scrimOpacity: z.ZodOptional<z.ZodString>;
|
|
1064
1064
|
highlightRing: z.ZodOptional<z.ZodString>;
|
|
1065
1065
|
}, "strip", z.ZodTypeAny, {
|
|
1066
|
-
scrimOpacity?: string | undefined;
|
|
1067
1066
|
background?: string | undefined;
|
|
1068
1067
|
border?: string | undefined;
|
|
1069
1068
|
borderRadius?: string | undefined;
|
|
1070
1069
|
textColor?: string | undefined;
|
|
1070
|
+
scrimOpacity?: string | undefined;
|
|
1071
1071
|
highlightRing?: string | undefined;
|
|
1072
1072
|
}, {
|
|
1073
|
-
scrimOpacity?: string | undefined;
|
|
1074
1073
|
background?: string | undefined;
|
|
1075
1074
|
border?: string | undefined;
|
|
1076
1075
|
borderRadius?: string | undefined;
|
|
1077
1076
|
textColor?: string | undefined;
|
|
1077
|
+
scrimOpacity?: string | undefined;
|
|
1078
1078
|
highlightRing?: string | undefined;
|
|
1079
1079
|
}>;
|
|
1080
1080
|
export declare const NotificationElementConfigZ: z.ZodObject<{
|
|
@@ -1125,14 +1125,14 @@ export declare const CanvasThemeConfigZ: z.ZodObject<{
|
|
|
1125
1125
|
width: z.ZodOptional<z.ZodString>;
|
|
1126
1126
|
}, "strip", z.ZodTypeAny, {
|
|
1127
1127
|
position?: "right" | "left" | undefined;
|
|
1128
|
-
blur?: string | undefined;
|
|
1129
1128
|
background?: string | undefined;
|
|
1129
|
+
blur?: string | undefined;
|
|
1130
1130
|
border?: string | undefined;
|
|
1131
1131
|
width?: string | undefined;
|
|
1132
1132
|
}, {
|
|
1133
1133
|
position?: "right" | "left" | undefined;
|
|
1134
|
-
blur?: string | undefined;
|
|
1135
1134
|
background?: string | undefined;
|
|
1135
|
+
blur?: string | undefined;
|
|
1136
1136
|
border?: string | undefined;
|
|
1137
1137
|
width?: string | undefined;
|
|
1138
1138
|
}>>;
|
|
@@ -1144,15 +1144,15 @@ export declare const CanvasThemeConfigZ: z.ZodObject<{
|
|
|
1144
1144
|
shadow: z.ZodOptional<z.ZodString>;
|
|
1145
1145
|
}, "strip", z.ZodTypeAny, {
|
|
1146
1146
|
size?: string | undefined;
|
|
1147
|
-
color?: string | undefined;
|
|
1148
1147
|
background?: string | undefined;
|
|
1149
1148
|
backgroundHover?: string | undefined;
|
|
1149
|
+
color?: string | undefined;
|
|
1150
1150
|
shadow?: string | undefined;
|
|
1151
1151
|
}, {
|
|
1152
1152
|
size?: string | undefined;
|
|
1153
|
-
color?: string | undefined;
|
|
1154
1153
|
background?: string | undefined;
|
|
1155
1154
|
backgroundHover?: string | undefined;
|
|
1155
|
+
color?: string | undefined;
|
|
1156
1156
|
shadow?: string | undefined;
|
|
1157
1157
|
}>>;
|
|
1158
1158
|
tile: z.ZodOptional<z.ZodObject<{
|
|
@@ -1194,18 +1194,18 @@ export declare const CanvasThemeConfigZ: z.ZodObject<{
|
|
|
1194
1194
|
scrimOpacity: z.ZodOptional<z.ZodString>;
|
|
1195
1195
|
highlightRing: z.ZodOptional<z.ZodString>;
|
|
1196
1196
|
}, "strip", z.ZodTypeAny, {
|
|
1197
|
-
scrimOpacity?: string | undefined;
|
|
1198
1197
|
background?: string | undefined;
|
|
1199
1198
|
border?: string | undefined;
|
|
1200
1199
|
borderRadius?: string | undefined;
|
|
1201
1200
|
textColor?: string | undefined;
|
|
1201
|
+
scrimOpacity?: string | undefined;
|
|
1202
1202
|
highlightRing?: string | undefined;
|
|
1203
1203
|
}, {
|
|
1204
|
-
scrimOpacity?: string | undefined;
|
|
1205
1204
|
background?: string | undefined;
|
|
1206
1205
|
border?: string | undefined;
|
|
1207
1206
|
borderRadius?: string | undefined;
|
|
1208
1207
|
textColor?: string | undefined;
|
|
1208
|
+
scrimOpacity?: string | undefined;
|
|
1209
1209
|
highlightRing?: string | undefined;
|
|
1210
1210
|
}>>;
|
|
1211
1211
|
notification: z.ZodOptional<z.ZodObject<{
|
|
@@ -1243,31 +1243,23 @@ export declare const CanvasThemeConfigZ: z.ZodObject<{
|
|
|
1243
1243
|
progressGradient?: string | undefined;
|
|
1244
1244
|
}>>;
|
|
1245
1245
|
}, "strict", z.ZodTypeAny, {
|
|
1246
|
+
borderRadius?: string | undefined;
|
|
1247
|
+
mode?: "dark" | "light" | undefined;
|
|
1248
|
+
fontFamily?: string | undefined;
|
|
1249
|
+
colorPrimary?: string | undefined;
|
|
1250
|
+
colorPrimaryHover?: string | undefined;
|
|
1246
1251
|
canvas?: {
|
|
1247
1252
|
position?: "right" | "left" | undefined;
|
|
1248
|
-
blur?: string | undefined;
|
|
1249
1253
|
background?: string | undefined;
|
|
1254
|
+
blur?: string | undefined;
|
|
1250
1255
|
border?: string | undefined;
|
|
1251
1256
|
width?: string | undefined;
|
|
1252
1257
|
} | undefined;
|
|
1253
|
-
overlay?: {
|
|
1254
|
-
scrimOpacity?: string | undefined;
|
|
1255
|
-
background?: string | undefined;
|
|
1256
|
-
border?: string | undefined;
|
|
1257
|
-
borderRadius?: string | undefined;
|
|
1258
|
-
textColor?: string | undefined;
|
|
1259
|
-
highlightRing?: string | undefined;
|
|
1260
|
-
} | undefined;
|
|
1261
|
-
borderRadius?: string | undefined;
|
|
1262
|
-
mode?: "dark" | "light" | undefined;
|
|
1263
|
-
fontFamily?: string | undefined;
|
|
1264
|
-
colorPrimary?: string | undefined;
|
|
1265
|
-
colorPrimaryHover?: string | undefined;
|
|
1266
1258
|
launcher?: {
|
|
1267
1259
|
size?: string | undefined;
|
|
1268
|
-
color?: string | undefined;
|
|
1269
1260
|
background?: string | undefined;
|
|
1270
1261
|
backgroundHover?: string | undefined;
|
|
1262
|
+
color?: string | undefined;
|
|
1271
1263
|
shadow?: string | undefined;
|
|
1272
1264
|
} | undefined;
|
|
1273
1265
|
tile?: {
|
|
@@ -1281,6 +1273,14 @@ export declare const CanvasThemeConfigZ: z.ZodObject<{
|
|
|
1281
1273
|
iconBackground?: string | undefined;
|
|
1282
1274
|
iconShadow?: string | undefined;
|
|
1283
1275
|
} | undefined;
|
|
1276
|
+
overlay?: {
|
|
1277
|
+
background?: string | undefined;
|
|
1278
|
+
border?: string | undefined;
|
|
1279
|
+
borderRadius?: string | undefined;
|
|
1280
|
+
textColor?: string | undefined;
|
|
1281
|
+
scrimOpacity?: string | undefined;
|
|
1282
|
+
highlightRing?: string | undefined;
|
|
1283
|
+
} | undefined;
|
|
1284
1284
|
notification?: {
|
|
1285
1285
|
background?: string | undefined;
|
|
1286
1286
|
border?: string | undefined;
|
|
@@ -1294,31 +1294,23 @@ export declare const CanvasThemeConfigZ: z.ZodObject<{
|
|
|
1294
1294
|
progressGradient?: string | undefined;
|
|
1295
1295
|
} | undefined;
|
|
1296
1296
|
}, {
|
|
1297
|
+
borderRadius?: string | undefined;
|
|
1298
|
+
mode?: "dark" | "light" | undefined;
|
|
1299
|
+
fontFamily?: string | undefined;
|
|
1300
|
+
colorPrimary?: string | undefined;
|
|
1301
|
+
colorPrimaryHover?: string | undefined;
|
|
1297
1302
|
canvas?: {
|
|
1298
1303
|
position?: "right" | "left" | undefined;
|
|
1299
|
-
blur?: string | undefined;
|
|
1300
1304
|
background?: string | undefined;
|
|
1305
|
+
blur?: string | undefined;
|
|
1301
1306
|
border?: string | undefined;
|
|
1302
1307
|
width?: string | undefined;
|
|
1303
1308
|
} | undefined;
|
|
1304
|
-
overlay?: {
|
|
1305
|
-
scrimOpacity?: string | undefined;
|
|
1306
|
-
background?: string | undefined;
|
|
1307
|
-
border?: string | undefined;
|
|
1308
|
-
borderRadius?: string | undefined;
|
|
1309
|
-
textColor?: string | undefined;
|
|
1310
|
-
highlightRing?: string | undefined;
|
|
1311
|
-
} | undefined;
|
|
1312
|
-
borderRadius?: string | undefined;
|
|
1313
|
-
mode?: "dark" | "light" | undefined;
|
|
1314
|
-
fontFamily?: string | undefined;
|
|
1315
|
-
colorPrimary?: string | undefined;
|
|
1316
|
-
colorPrimaryHover?: string | undefined;
|
|
1317
1309
|
launcher?: {
|
|
1318
1310
|
size?: string | undefined;
|
|
1319
|
-
color?: string | undefined;
|
|
1320
1311
|
background?: string | undefined;
|
|
1321
1312
|
backgroundHover?: string | undefined;
|
|
1313
|
+
color?: string | undefined;
|
|
1322
1314
|
shadow?: string | undefined;
|
|
1323
1315
|
} | undefined;
|
|
1324
1316
|
tile?: {
|
|
@@ -1332,6 +1324,14 @@ export declare const CanvasThemeConfigZ: z.ZodObject<{
|
|
|
1332
1324
|
iconBackground?: string | undefined;
|
|
1333
1325
|
iconShadow?: string | undefined;
|
|
1334
1326
|
} | undefined;
|
|
1327
|
+
overlay?: {
|
|
1328
|
+
background?: string | undefined;
|
|
1329
|
+
border?: string | undefined;
|
|
1330
|
+
borderRadius?: string | undefined;
|
|
1331
|
+
textColor?: string | undefined;
|
|
1332
|
+
scrimOpacity?: string | undefined;
|
|
1333
|
+
highlightRing?: string | undefined;
|
|
1334
|
+
} | undefined;
|
|
1335
1335
|
notification?: {
|
|
1336
1336
|
background?: string | undefined;
|
|
1337
1337
|
border?: string | undefined;
|
|
@@ -1355,15 +1355,15 @@ export declare const LauncherConfigZ: z.ZodObject<{
|
|
|
1355
1355
|
}, "strict", z.ZodTypeAny, {
|
|
1356
1356
|
position?: string | undefined;
|
|
1357
1357
|
label?: string | undefined;
|
|
1358
|
-
animate?: boolean | undefined;
|
|
1359
1358
|
enabled?: boolean | undefined;
|
|
1359
|
+
animate?: boolean | undefined;
|
|
1360
1360
|
animationStyle?: "pulse" | "bounce" | "glow" | undefined;
|
|
1361
1361
|
notificationCount?: number | undefined;
|
|
1362
1362
|
}, {
|
|
1363
1363
|
position?: string | undefined;
|
|
1364
1364
|
label?: string | undefined;
|
|
1365
|
-
animate?: boolean | undefined;
|
|
1366
1365
|
enabled?: boolean | undefined;
|
|
1366
|
+
animate?: boolean | undefined;
|
|
1367
1367
|
animationStyle?: "pulse" | "bounce" | "glow" | undefined;
|
|
1368
1368
|
notificationCount?: number | undefined;
|
|
1369
1369
|
}>;
|
|
@@ -2313,14 +2313,14 @@ export declare const CanvasConfigResponseZ: z.ZodObject<{
|
|
|
2313
2313
|
width: z.ZodOptional<z.ZodString>;
|
|
2314
2314
|
}, "strip", z.ZodTypeAny, {
|
|
2315
2315
|
position?: "right" | "left" | undefined;
|
|
2316
|
-
blur?: string | undefined;
|
|
2317
2316
|
background?: string | undefined;
|
|
2317
|
+
blur?: string | undefined;
|
|
2318
2318
|
border?: string | undefined;
|
|
2319
2319
|
width?: string | undefined;
|
|
2320
2320
|
}, {
|
|
2321
2321
|
position?: "right" | "left" | undefined;
|
|
2322
|
-
blur?: string | undefined;
|
|
2323
2322
|
background?: string | undefined;
|
|
2323
|
+
blur?: string | undefined;
|
|
2324
2324
|
border?: string | undefined;
|
|
2325
2325
|
width?: string | undefined;
|
|
2326
2326
|
}>>;
|
|
@@ -2332,15 +2332,15 @@ export declare const CanvasConfigResponseZ: z.ZodObject<{
|
|
|
2332
2332
|
shadow: z.ZodOptional<z.ZodString>;
|
|
2333
2333
|
}, "strip", z.ZodTypeAny, {
|
|
2334
2334
|
size?: string | undefined;
|
|
2335
|
-
color?: string | undefined;
|
|
2336
2335
|
background?: string | undefined;
|
|
2337
2336
|
backgroundHover?: string | undefined;
|
|
2337
|
+
color?: string | undefined;
|
|
2338
2338
|
shadow?: string | undefined;
|
|
2339
2339
|
}, {
|
|
2340
2340
|
size?: string | undefined;
|
|
2341
|
-
color?: string | undefined;
|
|
2342
2341
|
background?: string | undefined;
|
|
2343
2342
|
backgroundHover?: string | undefined;
|
|
2343
|
+
color?: string | undefined;
|
|
2344
2344
|
shadow?: string | undefined;
|
|
2345
2345
|
}>>;
|
|
2346
2346
|
tile: z.ZodOptional<z.ZodObject<{
|
|
@@ -2382,18 +2382,18 @@ export declare const CanvasConfigResponseZ: z.ZodObject<{
|
|
|
2382
2382
|
scrimOpacity: z.ZodOptional<z.ZodString>;
|
|
2383
2383
|
highlightRing: z.ZodOptional<z.ZodString>;
|
|
2384
2384
|
}, "strip", z.ZodTypeAny, {
|
|
2385
|
-
scrimOpacity?: string | undefined;
|
|
2386
2385
|
background?: string | undefined;
|
|
2387
2386
|
border?: string | undefined;
|
|
2388
2387
|
borderRadius?: string | undefined;
|
|
2389
2388
|
textColor?: string | undefined;
|
|
2389
|
+
scrimOpacity?: string | undefined;
|
|
2390
2390
|
highlightRing?: string | undefined;
|
|
2391
2391
|
}, {
|
|
2392
|
-
scrimOpacity?: string | undefined;
|
|
2393
2392
|
background?: string | undefined;
|
|
2394
2393
|
border?: string | undefined;
|
|
2395
2394
|
borderRadius?: string | undefined;
|
|
2396
2395
|
textColor?: string | undefined;
|
|
2396
|
+
scrimOpacity?: string | undefined;
|
|
2397
2397
|
highlightRing?: string | undefined;
|
|
2398
2398
|
}>>;
|
|
2399
2399
|
notification: z.ZodOptional<z.ZodObject<{
|
|
@@ -2431,31 +2431,23 @@ export declare const CanvasConfigResponseZ: z.ZodObject<{
|
|
|
2431
2431
|
progressGradient?: string | undefined;
|
|
2432
2432
|
}>>;
|
|
2433
2433
|
}, "strict", z.ZodTypeAny, {
|
|
2434
|
+
borderRadius?: string | undefined;
|
|
2435
|
+
mode?: "dark" | "light" | undefined;
|
|
2436
|
+
fontFamily?: string | undefined;
|
|
2437
|
+
colorPrimary?: string | undefined;
|
|
2438
|
+
colorPrimaryHover?: string | undefined;
|
|
2434
2439
|
canvas?: {
|
|
2435
2440
|
position?: "right" | "left" | undefined;
|
|
2436
|
-
blur?: string | undefined;
|
|
2437
2441
|
background?: string | undefined;
|
|
2442
|
+
blur?: string | undefined;
|
|
2438
2443
|
border?: string | undefined;
|
|
2439
2444
|
width?: string | undefined;
|
|
2440
2445
|
} | undefined;
|
|
2441
|
-
overlay?: {
|
|
2442
|
-
scrimOpacity?: string | undefined;
|
|
2443
|
-
background?: string | undefined;
|
|
2444
|
-
border?: string | undefined;
|
|
2445
|
-
borderRadius?: string | undefined;
|
|
2446
|
-
textColor?: string | undefined;
|
|
2447
|
-
highlightRing?: string | undefined;
|
|
2448
|
-
} | undefined;
|
|
2449
|
-
borderRadius?: string | undefined;
|
|
2450
|
-
mode?: "dark" | "light" | undefined;
|
|
2451
|
-
fontFamily?: string | undefined;
|
|
2452
|
-
colorPrimary?: string | undefined;
|
|
2453
|
-
colorPrimaryHover?: string | undefined;
|
|
2454
2446
|
launcher?: {
|
|
2455
2447
|
size?: string | undefined;
|
|
2456
|
-
color?: string | undefined;
|
|
2457
2448
|
background?: string | undefined;
|
|
2458
2449
|
backgroundHover?: string | undefined;
|
|
2450
|
+
color?: string | undefined;
|
|
2459
2451
|
shadow?: string | undefined;
|
|
2460
2452
|
} | undefined;
|
|
2461
2453
|
tile?: {
|
|
@@ -2469,6 +2461,14 @@ export declare const CanvasConfigResponseZ: z.ZodObject<{
|
|
|
2469
2461
|
iconBackground?: string | undefined;
|
|
2470
2462
|
iconShadow?: string | undefined;
|
|
2471
2463
|
} | undefined;
|
|
2464
|
+
overlay?: {
|
|
2465
|
+
background?: string | undefined;
|
|
2466
|
+
border?: string | undefined;
|
|
2467
|
+
borderRadius?: string | undefined;
|
|
2468
|
+
textColor?: string | undefined;
|
|
2469
|
+
scrimOpacity?: string | undefined;
|
|
2470
|
+
highlightRing?: string | undefined;
|
|
2471
|
+
} | undefined;
|
|
2472
2472
|
notification?: {
|
|
2473
2473
|
background?: string | undefined;
|
|
2474
2474
|
border?: string | undefined;
|
|
@@ -2482,31 +2482,23 @@ export declare const CanvasConfigResponseZ: z.ZodObject<{
|
|
|
2482
2482
|
progressGradient?: string | undefined;
|
|
2483
2483
|
} | undefined;
|
|
2484
2484
|
}, {
|
|
2485
|
+
borderRadius?: string | undefined;
|
|
2486
|
+
mode?: "dark" | "light" | undefined;
|
|
2487
|
+
fontFamily?: string | undefined;
|
|
2488
|
+
colorPrimary?: string | undefined;
|
|
2489
|
+
colorPrimaryHover?: string | undefined;
|
|
2485
2490
|
canvas?: {
|
|
2486
2491
|
position?: "right" | "left" | undefined;
|
|
2487
|
-
blur?: string | undefined;
|
|
2488
2492
|
background?: string | undefined;
|
|
2493
|
+
blur?: string | undefined;
|
|
2489
2494
|
border?: string | undefined;
|
|
2490
2495
|
width?: string | undefined;
|
|
2491
2496
|
} | undefined;
|
|
2492
|
-
overlay?: {
|
|
2493
|
-
scrimOpacity?: string | undefined;
|
|
2494
|
-
background?: string | undefined;
|
|
2495
|
-
border?: string | undefined;
|
|
2496
|
-
borderRadius?: string | undefined;
|
|
2497
|
-
textColor?: string | undefined;
|
|
2498
|
-
highlightRing?: string | undefined;
|
|
2499
|
-
} | undefined;
|
|
2500
|
-
borderRadius?: string | undefined;
|
|
2501
|
-
mode?: "dark" | "light" | undefined;
|
|
2502
|
-
fontFamily?: string | undefined;
|
|
2503
|
-
colorPrimary?: string | undefined;
|
|
2504
|
-
colorPrimaryHover?: string | undefined;
|
|
2505
2497
|
launcher?: {
|
|
2506
2498
|
size?: string | undefined;
|
|
2507
|
-
color?: string | undefined;
|
|
2508
2499
|
background?: string | undefined;
|
|
2509
2500
|
backgroundHover?: string | undefined;
|
|
2501
|
+
color?: string | undefined;
|
|
2510
2502
|
shadow?: string | undefined;
|
|
2511
2503
|
} | undefined;
|
|
2512
2504
|
tile?: {
|
|
@@ -2520,6 +2512,14 @@ export declare const CanvasConfigResponseZ: z.ZodObject<{
|
|
|
2520
2512
|
iconBackground?: string | undefined;
|
|
2521
2513
|
iconShadow?: string | undefined;
|
|
2522
2514
|
} | undefined;
|
|
2515
|
+
overlay?: {
|
|
2516
|
+
background?: string | undefined;
|
|
2517
|
+
border?: string | undefined;
|
|
2518
|
+
borderRadius?: string | undefined;
|
|
2519
|
+
textColor?: string | undefined;
|
|
2520
|
+
scrimOpacity?: string | undefined;
|
|
2521
|
+
highlightRing?: string | undefined;
|
|
2522
|
+
} | undefined;
|
|
2523
2523
|
notification?: {
|
|
2524
2524
|
background?: string | undefined;
|
|
2525
2525
|
border?: string | undefined;
|
|
@@ -2543,15 +2543,15 @@ export declare const CanvasConfigResponseZ: z.ZodObject<{
|
|
|
2543
2543
|
}, "strict", z.ZodTypeAny, {
|
|
2544
2544
|
position?: string | undefined;
|
|
2545
2545
|
label?: string | undefined;
|
|
2546
|
-
animate?: boolean | undefined;
|
|
2547
2546
|
enabled?: boolean | undefined;
|
|
2547
|
+
animate?: boolean | undefined;
|
|
2548
2548
|
animationStyle?: "pulse" | "bounce" | "glow" | undefined;
|
|
2549
2549
|
notificationCount?: number | undefined;
|
|
2550
2550
|
}, {
|
|
2551
2551
|
position?: string | undefined;
|
|
2552
2552
|
label?: string | undefined;
|
|
2553
|
-
animate?: boolean | undefined;
|
|
2554
2553
|
enabled?: boolean | undefined;
|
|
2554
|
+
animate?: boolean | undefined;
|
|
2555
2555
|
animationStyle?: "pulse" | "bounce" | "glow" | undefined;
|
|
2556
2556
|
notificationCount?: number | undefined;
|
|
2557
2557
|
}>>;
|
|
@@ -2668,8 +2668,8 @@ export declare const CanvasConfigResponseZ: z.ZodObject<{
|
|
|
2668
2668
|
launcher?: {
|
|
2669
2669
|
position?: string | undefined;
|
|
2670
2670
|
label?: string | undefined;
|
|
2671
|
-
animate?: boolean | undefined;
|
|
2672
2671
|
enabled?: boolean | undefined;
|
|
2672
|
+
animate?: boolean | undefined;
|
|
2673
2673
|
animationStyle?: "pulse" | "bounce" | "glow" | undefined;
|
|
2674
2674
|
notificationCount?: number | undefined;
|
|
2675
2675
|
} | undefined;
|
|
@@ -2677,31 +2677,23 @@ export declare const CanvasConfigResponseZ: z.ZodObject<{
|
|
|
2677
2677
|
configVersion?: string | undefined;
|
|
2678
2678
|
canvasTitle?: string | undefined;
|
|
2679
2679
|
theme?: {
|
|
2680
|
+
borderRadius?: string | undefined;
|
|
2681
|
+
mode?: "dark" | "light" | undefined;
|
|
2682
|
+
fontFamily?: string | undefined;
|
|
2683
|
+
colorPrimary?: string | undefined;
|
|
2684
|
+
colorPrimaryHover?: string | undefined;
|
|
2680
2685
|
canvas?: {
|
|
2681
2686
|
position?: "right" | "left" | undefined;
|
|
2682
|
-
blur?: string | undefined;
|
|
2683
2687
|
background?: string | undefined;
|
|
2688
|
+
blur?: string | undefined;
|
|
2684
2689
|
border?: string | undefined;
|
|
2685
2690
|
width?: string | undefined;
|
|
2686
2691
|
} | undefined;
|
|
2687
|
-
overlay?: {
|
|
2688
|
-
scrimOpacity?: string | undefined;
|
|
2689
|
-
background?: string | undefined;
|
|
2690
|
-
border?: string | undefined;
|
|
2691
|
-
borderRadius?: string | undefined;
|
|
2692
|
-
textColor?: string | undefined;
|
|
2693
|
-
highlightRing?: string | undefined;
|
|
2694
|
-
} | undefined;
|
|
2695
|
-
borderRadius?: string | undefined;
|
|
2696
|
-
mode?: "dark" | "light" | undefined;
|
|
2697
|
-
fontFamily?: string | undefined;
|
|
2698
|
-
colorPrimary?: string | undefined;
|
|
2699
|
-
colorPrimaryHover?: string | undefined;
|
|
2700
2692
|
launcher?: {
|
|
2701
2693
|
size?: string | undefined;
|
|
2702
|
-
color?: string | undefined;
|
|
2703
2694
|
background?: string | undefined;
|
|
2704
2695
|
backgroundHover?: string | undefined;
|
|
2696
|
+
color?: string | undefined;
|
|
2705
2697
|
shadow?: string | undefined;
|
|
2706
2698
|
} | undefined;
|
|
2707
2699
|
tile?: {
|
|
@@ -2715,6 +2707,14 @@ export declare const CanvasConfigResponseZ: z.ZodObject<{
|
|
|
2715
2707
|
iconBackground?: string | undefined;
|
|
2716
2708
|
iconShadow?: string | undefined;
|
|
2717
2709
|
} | undefined;
|
|
2710
|
+
overlay?: {
|
|
2711
|
+
background?: string | undefined;
|
|
2712
|
+
border?: string | undefined;
|
|
2713
|
+
borderRadius?: string | undefined;
|
|
2714
|
+
textColor?: string | undefined;
|
|
2715
|
+
scrimOpacity?: string | undefined;
|
|
2716
|
+
highlightRing?: string | undefined;
|
|
2717
|
+
} | undefined;
|
|
2718
2718
|
notification?: {
|
|
2719
2719
|
background?: string | undefined;
|
|
2720
2720
|
border?: string | undefined;
|
|
@@ -2841,8 +2841,8 @@ export declare const CanvasConfigResponseZ: z.ZodObject<{
|
|
|
2841
2841
|
launcher?: {
|
|
2842
2842
|
position?: string | undefined;
|
|
2843
2843
|
label?: string | undefined;
|
|
2844
|
-
animate?: boolean | undefined;
|
|
2845
2844
|
enabled?: boolean | undefined;
|
|
2845
|
+
animate?: boolean | undefined;
|
|
2846
2846
|
animationStyle?: "pulse" | "bounce" | "glow" | undefined;
|
|
2847
2847
|
notificationCount?: number | undefined;
|
|
2848
2848
|
} | undefined;
|
|
@@ -2850,31 +2850,23 @@ export declare const CanvasConfigResponseZ: z.ZodObject<{
|
|
|
2850
2850
|
configVersion?: string | undefined;
|
|
2851
2851
|
canvasTitle?: string | undefined;
|
|
2852
2852
|
theme?: {
|
|
2853
|
+
borderRadius?: string | undefined;
|
|
2854
|
+
mode?: "dark" | "light" | undefined;
|
|
2855
|
+
fontFamily?: string | undefined;
|
|
2856
|
+
colorPrimary?: string | undefined;
|
|
2857
|
+
colorPrimaryHover?: string | undefined;
|
|
2853
2858
|
canvas?: {
|
|
2854
2859
|
position?: "right" | "left" | undefined;
|
|
2855
|
-
blur?: string | undefined;
|
|
2856
2860
|
background?: string | undefined;
|
|
2861
|
+
blur?: string | undefined;
|
|
2857
2862
|
border?: string | undefined;
|
|
2858
2863
|
width?: string | undefined;
|
|
2859
2864
|
} | undefined;
|
|
2860
|
-
overlay?: {
|
|
2861
|
-
scrimOpacity?: string | undefined;
|
|
2862
|
-
background?: string | undefined;
|
|
2863
|
-
border?: string | undefined;
|
|
2864
|
-
borderRadius?: string | undefined;
|
|
2865
|
-
textColor?: string | undefined;
|
|
2866
|
-
highlightRing?: string | undefined;
|
|
2867
|
-
} | undefined;
|
|
2868
|
-
borderRadius?: string | undefined;
|
|
2869
|
-
mode?: "dark" | "light" | undefined;
|
|
2870
|
-
fontFamily?: string | undefined;
|
|
2871
|
-
colorPrimary?: string | undefined;
|
|
2872
|
-
colorPrimaryHover?: string | undefined;
|
|
2873
2865
|
launcher?: {
|
|
2874
2866
|
size?: string | undefined;
|
|
2875
|
-
color?: string | undefined;
|
|
2876
2867
|
background?: string | undefined;
|
|
2877
2868
|
backgroundHover?: string | undefined;
|
|
2869
|
+
color?: string | undefined;
|
|
2878
2870
|
shadow?: string | undefined;
|
|
2879
2871
|
} | undefined;
|
|
2880
2872
|
tile?: {
|
|
@@ -2888,6 +2880,14 @@ export declare const CanvasConfigResponseZ: z.ZodObject<{
|
|
|
2888
2880
|
iconBackground?: string | undefined;
|
|
2889
2881
|
iconShadow?: string | undefined;
|
|
2890
2882
|
} | undefined;
|
|
2883
|
+
overlay?: {
|
|
2884
|
+
background?: string | undefined;
|
|
2885
|
+
border?: string | undefined;
|
|
2886
|
+
borderRadius?: string | undefined;
|
|
2887
|
+
textColor?: string | undefined;
|
|
2888
|
+
scrimOpacity?: string | undefined;
|
|
2889
|
+
highlightRing?: string | undefined;
|
|
2890
|
+
} | undefined;
|
|
2891
2891
|
notification?: {
|
|
2892
2892
|
background?: string | undefined;
|
|
2893
2893
|
border?: string | undefined;
|
|
@@ -3851,14 +3851,14 @@ export declare const configSchemas: ({
|
|
|
3851
3851
|
width: z.ZodOptional<z.ZodString>;
|
|
3852
3852
|
}, "strip", z.ZodTypeAny, {
|
|
3853
3853
|
position?: "right" | "left" | undefined;
|
|
3854
|
-
blur?: string | undefined;
|
|
3855
3854
|
background?: string | undefined;
|
|
3855
|
+
blur?: string | undefined;
|
|
3856
3856
|
border?: string | undefined;
|
|
3857
3857
|
width?: string | undefined;
|
|
3858
3858
|
}, {
|
|
3859
3859
|
position?: "right" | "left" | undefined;
|
|
3860
|
-
blur?: string | undefined;
|
|
3861
3860
|
background?: string | undefined;
|
|
3861
|
+
blur?: string | undefined;
|
|
3862
3862
|
border?: string | undefined;
|
|
3863
3863
|
width?: string | undefined;
|
|
3864
3864
|
}>>;
|
|
@@ -3870,15 +3870,15 @@ export declare const configSchemas: ({
|
|
|
3870
3870
|
shadow: z.ZodOptional<z.ZodString>;
|
|
3871
3871
|
}, "strip", z.ZodTypeAny, {
|
|
3872
3872
|
size?: string | undefined;
|
|
3873
|
-
color?: string | undefined;
|
|
3874
3873
|
background?: string | undefined;
|
|
3875
3874
|
backgroundHover?: string | undefined;
|
|
3875
|
+
color?: string | undefined;
|
|
3876
3876
|
shadow?: string | undefined;
|
|
3877
3877
|
}, {
|
|
3878
3878
|
size?: string | undefined;
|
|
3879
|
-
color?: string | undefined;
|
|
3880
3879
|
background?: string | undefined;
|
|
3881
3880
|
backgroundHover?: string | undefined;
|
|
3881
|
+
color?: string | undefined;
|
|
3882
3882
|
shadow?: string | undefined;
|
|
3883
3883
|
}>>;
|
|
3884
3884
|
tile: z.ZodOptional<z.ZodObject<{
|
|
@@ -3920,18 +3920,18 @@ export declare const configSchemas: ({
|
|
|
3920
3920
|
scrimOpacity: z.ZodOptional<z.ZodString>;
|
|
3921
3921
|
highlightRing: z.ZodOptional<z.ZodString>;
|
|
3922
3922
|
}, "strip", z.ZodTypeAny, {
|
|
3923
|
-
scrimOpacity?: string | undefined;
|
|
3924
3923
|
background?: string | undefined;
|
|
3925
3924
|
border?: string | undefined;
|
|
3926
3925
|
borderRadius?: string | undefined;
|
|
3927
3926
|
textColor?: string | undefined;
|
|
3927
|
+
scrimOpacity?: string | undefined;
|
|
3928
3928
|
highlightRing?: string | undefined;
|
|
3929
3929
|
}, {
|
|
3930
|
-
scrimOpacity?: string | undefined;
|
|
3931
3930
|
background?: string | undefined;
|
|
3932
3931
|
border?: string | undefined;
|
|
3933
3932
|
borderRadius?: string | undefined;
|
|
3934
3933
|
textColor?: string | undefined;
|
|
3934
|
+
scrimOpacity?: string | undefined;
|
|
3935
3935
|
highlightRing?: string | undefined;
|
|
3936
3936
|
}>>;
|
|
3937
3937
|
notification: z.ZodOptional<z.ZodObject<{
|
|
@@ -3969,31 +3969,23 @@ export declare const configSchemas: ({
|
|
|
3969
3969
|
progressGradient?: string | undefined;
|
|
3970
3970
|
}>>;
|
|
3971
3971
|
}, "strict", z.ZodTypeAny, {
|
|
3972
|
+
borderRadius?: string | undefined;
|
|
3973
|
+
mode?: "dark" | "light" | undefined;
|
|
3974
|
+
fontFamily?: string | undefined;
|
|
3975
|
+
colorPrimary?: string | undefined;
|
|
3976
|
+
colorPrimaryHover?: string | undefined;
|
|
3972
3977
|
canvas?: {
|
|
3973
3978
|
position?: "right" | "left" | undefined;
|
|
3974
|
-
blur?: string | undefined;
|
|
3975
3979
|
background?: string | undefined;
|
|
3980
|
+
blur?: string | undefined;
|
|
3976
3981
|
border?: string | undefined;
|
|
3977
3982
|
width?: string | undefined;
|
|
3978
3983
|
} | undefined;
|
|
3979
|
-
overlay?: {
|
|
3980
|
-
scrimOpacity?: string | undefined;
|
|
3981
|
-
background?: string | undefined;
|
|
3982
|
-
border?: string | undefined;
|
|
3983
|
-
borderRadius?: string | undefined;
|
|
3984
|
-
textColor?: string | undefined;
|
|
3985
|
-
highlightRing?: string | undefined;
|
|
3986
|
-
} | undefined;
|
|
3987
|
-
borderRadius?: string | undefined;
|
|
3988
|
-
mode?: "dark" | "light" | undefined;
|
|
3989
|
-
fontFamily?: string | undefined;
|
|
3990
|
-
colorPrimary?: string | undefined;
|
|
3991
|
-
colorPrimaryHover?: string | undefined;
|
|
3992
3984
|
launcher?: {
|
|
3993
3985
|
size?: string | undefined;
|
|
3994
|
-
color?: string | undefined;
|
|
3995
3986
|
background?: string | undefined;
|
|
3996
3987
|
backgroundHover?: string | undefined;
|
|
3988
|
+
color?: string | undefined;
|
|
3997
3989
|
shadow?: string | undefined;
|
|
3998
3990
|
} | undefined;
|
|
3999
3991
|
tile?: {
|
|
@@ -4007,6 +3999,14 @@ export declare const configSchemas: ({
|
|
|
4007
3999
|
iconBackground?: string | undefined;
|
|
4008
4000
|
iconShadow?: string | undefined;
|
|
4009
4001
|
} | undefined;
|
|
4002
|
+
overlay?: {
|
|
4003
|
+
background?: string | undefined;
|
|
4004
|
+
border?: string | undefined;
|
|
4005
|
+
borderRadius?: string | undefined;
|
|
4006
|
+
textColor?: string | undefined;
|
|
4007
|
+
scrimOpacity?: string | undefined;
|
|
4008
|
+
highlightRing?: string | undefined;
|
|
4009
|
+
} | undefined;
|
|
4010
4010
|
notification?: {
|
|
4011
4011
|
background?: string | undefined;
|
|
4012
4012
|
border?: string | undefined;
|
|
@@ -4020,31 +4020,23 @@ export declare const configSchemas: ({
|
|
|
4020
4020
|
progressGradient?: string | undefined;
|
|
4021
4021
|
} | undefined;
|
|
4022
4022
|
}, {
|
|
4023
|
+
borderRadius?: string | undefined;
|
|
4024
|
+
mode?: "dark" | "light" | undefined;
|
|
4025
|
+
fontFamily?: string | undefined;
|
|
4026
|
+
colorPrimary?: string | undefined;
|
|
4027
|
+
colorPrimaryHover?: string | undefined;
|
|
4023
4028
|
canvas?: {
|
|
4024
4029
|
position?: "right" | "left" | undefined;
|
|
4025
|
-
blur?: string | undefined;
|
|
4026
4030
|
background?: string | undefined;
|
|
4031
|
+
blur?: string | undefined;
|
|
4027
4032
|
border?: string | undefined;
|
|
4028
4033
|
width?: string | undefined;
|
|
4029
4034
|
} | undefined;
|
|
4030
|
-
overlay?: {
|
|
4031
|
-
scrimOpacity?: string | undefined;
|
|
4032
|
-
background?: string | undefined;
|
|
4033
|
-
border?: string | undefined;
|
|
4034
|
-
borderRadius?: string | undefined;
|
|
4035
|
-
textColor?: string | undefined;
|
|
4036
|
-
highlightRing?: string | undefined;
|
|
4037
|
-
} | undefined;
|
|
4038
|
-
borderRadius?: string | undefined;
|
|
4039
|
-
mode?: "dark" | "light" | undefined;
|
|
4040
|
-
fontFamily?: string | undefined;
|
|
4041
|
-
colorPrimary?: string | undefined;
|
|
4042
|
-
colorPrimaryHover?: string | undefined;
|
|
4043
4035
|
launcher?: {
|
|
4044
4036
|
size?: string | undefined;
|
|
4045
|
-
color?: string | undefined;
|
|
4046
4037
|
background?: string | undefined;
|
|
4047
4038
|
backgroundHover?: string | undefined;
|
|
4039
|
+
color?: string | undefined;
|
|
4048
4040
|
shadow?: string | undefined;
|
|
4049
4041
|
} | undefined;
|
|
4050
4042
|
tile?: {
|
|
@@ -4058,6 +4050,14 @@ export declare const configSchemas: ({
|
|
|
4058
4050
|
iconBackground?: string | undefined;
|
|
4059
4051
|
iconShadow?: string | undefined;
|
|
4060
4052
|
} | undefined;
|
|
4053
|
+
overlay?: {
|
|
4054
|
+
background?: string | undefined;
|
|
4055
|
+
border?: string | undefined;
|
|
4056
|
+
borderRadius?: string | undefined;
|
|
4057
|
+
textColor?: string | undefined;
|
|
4058
|
+
scrimOpacity?: string | undefined;
|
|
4059
|
+
highlightRing?: string | undefined;
|
|
4060
|
+
} | undefined;
|
|
4061
4061
|
notification?: {
|
|
4062
4062
|
background?: string | undefined;
|
|
4063
4063
|
border?: string | undefined;
|
|
@@ -4083,15 +4083,15 @@ export declare const configSchemas: ({
|
|
|
4083
4083
|
}, "strict", z.ZodTypeAny, {
|
|
4084
4084
|
position?: string | undefined;
|
|
4085
4085
|
label?: string | undefined;
|
|
4086
|
-
animate?: boolean | undefined;
|
|
4087
4086
|
enabled?: boolean | undefined;
|
|
4087
|
+
animate?: boolean | undefined;
|
|
4088
4088
|
animationStyle?: "pulse" | "bounce" | "glow" | undefined;
|
|
4089
4089
|
notificationCount?: number | undefined;
|
|
4090
4090
|
}, {
|
|
4091
4091
|
position?: string | undefined;
|
|
4092
4092
|
label?: string | undefined;
|
|
4093
|
-
animate?: boolean | undefined;
|
|
4094
4093
|
enabled?: boolean | undefined;
|
|
4094
|
+
animate?: boolean | undefined;
|
|
4095
4095
|
animationStyle?: "pulse" | "bounce" | "glow" | undefined;
|
|
4096
4096
|
notificationCount?: number | undefined;
|
|
4097
4097
|
}>;
|
|
@@ -5043,14 +5043,14 @@ export declare const configSchemas: ({
|
|
|
5043
5043
|
width: z.ZodOptional<z.ZodString>;
|
|
5044
5044
|
}, "strip", z.ZodTypeAny, {
|
|
5045
5045
|
position?: "right" | "left" | undefined;
|
|
5046
|
-
blur?: string | undefined;
|
|
5047
5046
|
background?: string | undefined;
|
|
5047
|
+
blur?: string | undefined;
|
|
5048
5048
|
border?: string | undefined;
|
|
5049
5049
|
width?: string | undefined;
|
|
5050
5050
|
}, {
|
|
5051
5051
|
position?: "right" | "left" | undefined;
|
|
5052
|
-
blur?: string | undefined;
|
|
5053
5052
|
background?: string | undefined;
|
|
5053
|
+
blur?: string | undefined;
|
|
5054
5054
|
border?: string | undefined;
|
|
5055
5055
|
width?: string | undefined;
|
|
5056
5056
|
}>>;
|
|
@@ -5062,15 +5062,15 @@ export declare const configSchemas: ({
|
|
|
5062
5062
|
shadow: z.ZodOptional<z.ZodString>;
|
|
5063
5063
|
}, "strip", z.ZodTypeAny, {
|
|
5064
5064
|
size?: string | undefined;
|
|
5065
|
-
color?: string | undefined;
|
|
5066
5065
|
background?: string | undefined;
|
|
5067
5066
|
backgroundHover?: string | undefined;
|
|
5067
|
+
color?: string | undefined;
|
|
5068
5068
|
shadow?: string | undefined;
|
|
5069
5069
|
}, {
|
|
5070
5070
|
size?: string | undefined;
|
|
5071
|
-
color?: string | undefined;
|
|
5072
5071
|
background?: string | undefined;
|
|
5073
5072
|
backgroundHover?: string | undefined;
|
|
5073
|
+
color?: string | undefined;
|
|
5074
5074
|
shadow?: string | undefined;
|
|
5075
5075
|
}>>;
|
|
5076
5076
|
tile: z.ZodOptional<z.ZodObject<{
|
|
@@ -5112,18 +5112,18 @@ export declare const configSchemas: ({
|
|
|
5112
5112
|
scrimOpacity: z.ZodOptional<z.ZodString>;
|
|
5113
5113
|
highlightRing: z.ZodOptional<z.ZodString>;
|
|
5114
5114
|
}, "strip", z.ZodTypeAny, {
|
|
5115
|
-
scrimOpacity?: string | undefined;
|
|
5116
5115
|
background?: string | undefined;
|
|
5117
5116
|
border?: string | undefined;
|
|
5118
5117
|
borderRadius?: string | undefined;
|
|
5119
5118
|
textColor?: string | undefined;
|
|
5119
|
+
scrimOpacity?: string | undefined;
|
|
5120
5120
|
highlightRing?: string | undefined;
|
|
5121
5121
|
}, {
|
|
5122
|
-
scrimOpacity?: string | undefined;
|
|
5123
5122
|
background?: string | undefined;
|
|
5124
5123
|
border?: string | undefined;
|
|
5125
5124
|
borderRadius?: string | undefined;
|
|
5126
5125
|
textColor?: string | undefined;
|
|
5126
|
+
scrimOpacity?: string | undefined;
|
|
5127
5127
|
highlightRing?: string | undefined;
|
|
5128
5128
|
}>>;
|
|
5129
5129
|
notification: z.ZodOptional<z.ZodObject<{
|
|
@@ -5161,31 +5161,23 @@ export declare const configSchemas: ({
|
|
|
5161
5161
|
progressGradient?: string | undefined;
|
|
5162
5162
|
}>>;
|
|
5163
5163
|
}, "strict", z.ZodTypeAny, {
|
|
5164
|
+
borderRadius?: string | undefined;
|
|
5165
|
+
mode?: "dark" | "light" | undefined;
|
|
5166
|
+
fontFamily?: string | undefined;
|
|
5167
|
+
colorPrimary?: string | undefined;
|
|
5168
|
+
colorPrimaryHover?: string | undefined;
|
|
5164
5169
|
canvas?: {
|
|
5165
5170
|
position?: "right" | "left" | undefined;
|
|
5166
|
-
blur?: string | undefined;
|
|
5167
5171
|
background?: string | undefined;
|
|
5172
|
+
blur?: string | undefined;
|
|
5168
5173
|
border?: string | undefined;
|
|
5169
5174
|
width?: string | undefined;
|
|
5170
5175
|
} | undefined;
|
|
5171
|
-
overlay?: {
|
|
5172
|
-
scrimOpacity?: string | undefined;
|
|
5173
|
-
background?: string | undefined;
|
|
5174
|
-
border?: string | undefined;
|
|
5175
|
-
borderRadius?: string | undefined;
|
|
5176
|
-
textColor?: string | undefined;
|
|
5177
|
-
highlightRing?: string | undefined;
|
|
5178
|
-
} | undefined;
|
|
5179
|
-
borderRadius?: string | undefined;
|
|
5180
|
-
mode?: "dark" | "light" | undefined;
|
|
5181
|
-
fontFamily?: string | undefined;
|
|
5182
|
-
colorPrimary?: string | undefined;
|
|
5183
|
-
colorPrimaryHover?: string | undefined;
|
|
5184
5176
|
launcher?: {
|
|
5185
5177
|
size?: string | undefined;
|
|
5186
|
-
color?: string | undefined;
|
|
5187
5178
|
background?: string | undefined;
|
|
5188
5179
|
backgroundHover?: string | undefined;
|
|
5180
|
+
color?: string | undefined;
|
|
5189
5181
|
shadow?: string | undefined;
|
|
5190
5182
|
} | undefined;
|
|
5191
5183
|
tile?: {
|
|
@@ -5199,6 +5191,14 @@ export declare const configSchemas: ({
|
|
|
5199
5191
|
iconBackground?: string | undefined;
|
|
5200
5192
|
iconShadow?: string | undefined;
|
|
5201
5193
|
} | undefined;
|
|
5194
|
+
overlay?: {
|
|
5195
|
+
background?: string | undefined;
|
|
5196
|
+
border?: string | undefined;
|
|
5197
|
+
borderRadius?: string | undefined;
|
|
5198
|
+
textColor?: string | undefined;
|
|
5199
|
+
scrimOpacity?: string | undefined;
|
|
5200
|
+
highlightRing?: string | undefined;
|
|
5201
|
+
} | undefined;
|
|
5202
5202
|
notification?: {
|
|
5203
5203
|
background?: string | undefined;
|
|
5204
5204
|
border?: string | undefined;
|
|
@@ -5212,31 +5212,23 @@ export declare const configSchemas: ({
|
|
|
5212
5212
|
progressGradient?: string | undefined;
|
|
5213
5213
|
} | undefined;
|
|
5214
5214
|
}, {
|
|
5215
|
+
borderRadius?: string | undefined;
|
|
5216
|
+
mode?: "dark" | "light" | undefined;
|
|
5217
|
+
fontFamily?: string | undefined;
|
|
5218
|
+
colorPrimary?: string | undefined;
|
|
5219
|
+
colorPrimaryHover?: string | undefined;
|
|
5215
5220
|
canvas?: {
|
|
5216
5221
|
position?: "right" | "left" | undefined;
|
|
5217
|
-
blur?: string | undefined;
|
|
5218
5222
|
background?: string | undefined;
|
|
5223
|
+
blur?: string | undefined;
|
|
5219
5224
|
border?: string | undefined;
|
|
5220
5225
|
width?: string | undefined;
|
|
5221
5226
|
} | undefined;
|
|
5222
|
-
overlay?: {
|
|
5223
|
-
scrimOpacity?: string | undefined;
|
|
5224
|
-
background?: string | undefined;
|
|
5225
|
-
border?: string | undefined;
|
|
5226
|
-
borderRadius?: string | undefined;
|
|
5227
|
-
textColor?: string | undefined;
|
|
5228
|
-
highlightRing?: string | undefined;
|
|
5229
|
-
} | undefined;
|
|
5230
|
-
borderRadius?: string | undefined;
|
|
5231
|
-
mode?: "dark" | "light" | undefined;
|
|
5232
|
-
fontFamily?: string | undefined;
|
|
5233
|
-
colorPrimary?: string | undefined;
|
|
5234
|
-
colorPrimaryHover?: string | undefined;
|
|
5235
5227
|
launcher?: {
|
|
5236
5228
|
size?: string | undefined;
|
|
5237
|
-
color?: string | undefined;
|
|
5238
5229
|
background?: string | undefined;
|
|
5239
5230
|
backgroundHover?: string | undefined;
|
|
5231
|
+
color?: string | undefined;
|
|
5240
5232
|
shadow?: string | undefined;
|
|
5241
5233
|
} | undefined;
|
|
5242
5234
|
tile?: {
|
|
@@ -5250,6 +5242,14 @@ export declare const configSchemas: ({
|
|
|
5250
5242
|
iconBackground?: string | undefined;
|
|
5251
5243
|
iconShadow?: string | undefined;
|
|
5252
5244
|
} | undefined;
|
|
5245
|
+
overlay?: {
|
|
5246
|
+
background?: string | undefined;
|
|
5247
|
+
border?: string | undefined;
|
|
5248
|
+
borderRadius?: string | undefined;
|
|
5249
|
+
textColor?: string | undefined;
|
|
5250
|
+
scrimOpacity?: string | undefined;
|
|
5251
|
+
highlightRing?: string | undefined;
|
|
5252
|
+
} | undefined;
|
|
5253
5253
|
notification?: {
|
|
5254
5254
|
background?: string | undefined;
|
|
5255
5255
|
border?: string | undefined;
|
|
@@ -5273,15 +5273,15 @@ export declare const configSchemas: ({
|
|
|
5273
5273
|
}, "strict", z.ZodTypeAny, {
|
|
5274
5274
|
position?: string | undefined;
|
|
5275
5275
|
label?: string | undefined;
|
|
5276
|
-
animate?: boolean | undefined;
|
|
5277
5276
|
enabled?: boolean | undefined;
|
|
5277
|
+
animate?: boolean | undefined;
|
|
5278
5278
|
animationStyle?: "pulse" | "bounce" | "glow" | undefined;
|
|
5279
5279
|
notificationCount?: number | undefined;
|
|
5280
5280
|
}, {
|
|
5281
5281
|
position?: string | undefined;
|
|
5282
5282
|
label?: string | undefined;
|
|
5283
|
-
animate?: boolean | undefined;
|
|
5284
5283
|
enabled?: boolean | undefined;
|
|
5284
|
+
animate?: boolean | undefined;
|
|
5285
5285
|
animationStyle?: "pulse" | "bounce" | "glow" | undefined;
|
|
5286
5286
|
notificationCount?: number | undefined;
|
|
5287
5287
|
}>>;
|
|
@@ -5398,8 +5398,8 @@ export declare const configSchemas: ({
|
|
|
5398
5398
|
launcher?: {
|
|
5399
5399
|
position?: string | undefined;
|
|
5400
5400
|
label?: string | undefined;
|
|
5401
|
-
animate?: boolean | undefined;
|
|
5402
5401
|
enabled?: boolean | undefined;
|
|
5402
|
+
animate?: boolean | undefined;
|
|
5403
5403
|
animationStyle?: "pulse" | "bounce" | "glow" | undefined;
|
|
5404
5404
|
notificationCount?: number | undefined;
|
|
5405
5405
|
} | undefined;
|
|
@@ -5407,31 +5407,23 @@ export declare const configSchemas: ({
|
|
|
5407
5407
|
configVersion?: string | undefined;
|
|
5408
5408
|
canvasTitle?: string | undefined;
|
|
5409
5409
|
theme?: {
|
|
5410
|
+
borderRadius?: string | undefined;
|
|
5411
|
+
mode?: "dark" | "light" | undefined;
|
|
5412
|
+
fontFamily?: string | undefined;
|
|
5413
|
+
colorPrimary?: string | undefined;
|
|
5414
|
+
colorPrimaryHover?: string | undefined;
|
|
5410
5415
|
canvas?: {
|
|
5411
5416
|
position?: "right" | "left" | undefined;
|
|
5412
|
-
blur?: string | undefined;
|
|
5413
5417
|
background?: string | undefined;
|
|
5418
|
+
blur?: string | undefined;
|
|
5414
5419
|
border?: string | undefined;
|
|
5415
5420
|
width?: string | undefined;
|
|
5416
5421
|
} | undefined;
|
|
5417
|
-
overlay?: {
|
|
5418
|
-
scrimOpacity?: string | undefined;
|
|
5419
|
-
background?: string | undefined;
|
|
5420
|
-
border?: string | undefined;
|
|
5421
|
-
borderRadius?: string | undefined;
|
|
5422
|
-
textColor?: string | undefined;
|
|
5423
|
-
highlightRing?: string | undefined;
|
|
5424
|
-
} | undefined;
|
|
5425
|
-
borderRadius?: string | undefined;
|
|
5426
|
-
mode?: "dark" | "light" | undefined;
|
|
5427
|
-
fontFamily?: string | undefined;
|
|
5428
|
-
colorPrimary?: string | undefined;
|
|
5429
|
-
colorPrimaryHover?: string | undefined;
|
|
5430
5422
|
launcher?: {
|
|
5431
5423
|
size?: string | undefined;
|
|
5432
|
-
color?: string | undefined;
|
|
5433
5424
|
background?: string | undefined;
|
|
5434
5425
|
backgroundHover?: string | undefined;
|
|
5426
|
+
color?: string | undefined;
|
|
5435
5427
|
shadow?: string | undefined;
|
|
5436
5428
|
} | undefined;
|
|
5437
5429
|
tile?: {
|
|
@@ -5445,6 +5437,14 @@ export declare const configSchemas: ({
|
|
|
5445
5437
|
iconBackground?: string | undefined;
|
|
5446
5438
|
iconShadow?: string | undefined;
|
|
5447
5439
|
} | undefined;
|
|
5440
|
+
overlay?: {
|
|
5441
|
+
background?: string | undefined;
|
|
5442
|
+
border?: string | undefined;
|
|
5443
|
+
borderRadius?: string | undefined;
|
|
5444
|
+
textColor?: string | undefined;
|
|
5445
|
+
scrimOpacity?: string | undefined;
|
|
5446
|
+
highlightRing?: string | undefined;
|
|
5447
|
+
} | undefined;
|
|
5448
5448
|
notification?: {
|
|
5449
5449
|
background?: string | undefined;
|
|
5450
5450
|
border?: string | undefined;
|
|
@@ -5571,8 +5571,8 @@ export declare const configSchemas: ({
|
|
|
5571
5571
|
launcher?: {
|
|
5572
5572
|
position?: string | undefined;
|
|
5573
5573
|
label?: string | undefined;
|
|
5574
|
-
animate?: boolean | undefined;
|
|
5575
5574
|
enabled?: boolean | undefined;
|
|
5575
|
+
animate?: boolean | undefined;
|
|
5576
5576
|
animationStyle?: "pulse" | "bounce" | "glow" | undefined;
|
|
5577
5577
|
notificationCount?: number | undefined;
|
|
5578
5578
|
} | undefined;
|
|
@@ -5580,31 +5580,23 @@ export declare const configSchemas: ({
|
|
|
5580
5580
|
configVersion?: string | undefined;
|
|
5581
5581
|
canvasTitle?: string | undefined;
|
|
5582
5582
|
theme?: {
|
|
5583
|
+
borderRadius?: string | undefined;
|
|
5584
|
+
mode?: "dark" | "light" | undefined;
|
|
5585
|
+
fontFamily?: string | undefined;
|
|
5586
|
+
colorPrimary?: string | undefined;
|
|
5587
|
+
colorPrimaryHover?: string | undefined;
|
|
5583
5588
|
canvas?: {
|
|
5584
5589
|
position?: "right" | "left" | undefined;
|
|
5585
|
-
blur?: string | undefined;
|
|
5586
5590
|
background?: string | undefined;
|
|
5591
|
+
blur?: string | undefined;
|
|
5587
5592
|
border?: string | undefined;
|
|
5588
5593
|
width?: string | undefined;
|
|
5589
5594
|
} | undefined;
|
|
5590
|
-
overlay?: {
|
|
5591
|
-
scrimOpacity?: string | undefined;
|
|
5592
|
-
background?: string | undefined;
|
|
5593
|
-
border?: string | undefined;
|
|
5594
|
-
borderRadius?: string | undefined;
|
|
5595
|
-
textColor?: string | undefined;
|
|
5596
|
-
highlightRing?: string | undefined;
|
|
5597
|
-
} | undefined;
|
|
5598
|
-
borderRadius?: string | undefined;
|
|
5599
|
-
mode?: "dark" | "light" | undefined;
|
|
5600
|
-
fontFamily?: string | undefined;
|
|
5601
|
-
colorPrimary?: string | undefined;
|
|
5602
|
-
colorPrimaryHover?: string | undefined;
|
|
5603
5595
|
launcher?: {
|
|
5604
5596
|
size?: string | undefined;
|
|
5605
|
-
color?: string | undefined;
|
|
5606
5597
|
background?: string | undefined;
|
|
5607
5598
|
backgroundHover?: string | undefined;
|
|
5599
|
+
color?: string | undefined;
|
|
5608
5600
|
shadow?: string | undefined;
|
|
5609
5601
|
} | undefined;
|
|
5610
5602
|
tile?: {
|
|
@@ -5618,6 +5610,14 @@ export declare const configSchemas: ({
|
|
|
5618
5610
|
iconBackground?: string | undefined;
|
|
5619
5611
|
iconShadow?: string | undefined;
|
|
5620
5612
|
} | undefined;
|
|
5613
|
+
overlay?: {
|
|
5614
|
+
background?: string | undefined;
|
|
5615
|
+
border?: string | undefined;
|
|
5616
|
+
borderRadius?: string | undefined;
|
|
5617
|
+
textColor?: string | undefined;
|
|
5618
|
+
scrimOpacity?: string | undefined;
|
|
5619
|
+
highlightRing?: string | undefined;
|
|
5620
|
+
} | undefined;
|
|
5621
5621
|
notification?: {
|
|
5622
5622
|
background?: string | undefined;
|
|
5623
5623
|
border?: string | undefined;
|