@almadar/std 7.4.1 → 7.4.3
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/behaviors/registry/atoms/std-modal.orb +15 -9
- package/behaviors/registry/atoms/std-wizard.orb +306 -293
- package/behaviors/registry/molecules/std-detail.orb +513 -292
- package/behaviors/registry/molecules/std-geospatial.orb +543 -406
- package/behaviors/registry/molecules/std-inventory.orb +489 -445
- package/behaviors/registry/molecules/std-list.orb +492 -616
- package/behaviors/registry/molecules/std-messaging.orb +511 -327
- package/behaviors/registry/molecules/std-wizard-form.orb +2 -101
- package/dist/behaviors/behaviors-registry.json +1976 -719
- package/dist/behaviors/exports-reader.js +71 -11
- package/dist/behaviors/exports-reader.js.map +1 -1
- package/dist/behaviors/functions/index.d.ts +11 -3
- package/dist/behaviors/functions/index.js +67 -11
- package/dist/behaviors/functions/index.js.map +1 -1
- package/dist/behaviors/index.d.ts +1 -1
- package/dist/behaviors/index.js +72 -12
- package/dist/behaviors/index.js.map +1 -1
- package/dist/behaviors/query.js +71 -11
- package/dist/behaviors/query.js.map +1 -1
- package/dist/behaviors/registry/atoms/std-modal.orb +15 -9
- package/dist/behaviors/registry/atoms/std-wizard.orb +306 -293
- package/dist/behaviors/registry/molecules/std-detail.orb +513 -292
- package/dist/behaviors/registry/molecules/std-geospatial.orb +543 -406
- package/dist/behaviors/registry/molecules/std-inventory.orb +489 -445
- package/dist/behaviors/registry/molecules/std-list.orb +492 -616
- package/dist/behaviors/registry/molecules/std-messaging.orb +511 -327
- package/dist/behaviors/registry/molecules/std-wizard-form.orb +2 -101
- package/dist/behaviors-registry.json +1976 -719
- package/dist/index.d.ts +1 -1
- package/dist/index.js +72 -12
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
|
@@ -138,7 +138,29 @@
|
|
|
138
138
|
},
|
|
139
139
|
{
|
|
140
140
|
"key": "WizardEntryLoaded",
|
|
141
|
-
"name": "WizardEntry loaded"
|
|
141
|
+
"name": "WizardEntry loaded",
|
|
142
|
+
"payload": [
|
|
143
|
+
{
|
|
144
|
+
"name": "id",
|
|
145
|
+
"type": "string"
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
"name": "name",
|
|
149
|
+
"type": "string"
|
|
150
|
+
},
|
|
151
|
+
{
|
|
152
|
+
"name": "description",
|
|
153
|
+
"type": "string"
|
|
154
|
+
},
|
|
155
|
+
{
|
|
156
|
+
"name": "status",
|
|
157
|
+
"type": "string"
|
|
158
|
+
},
|
|
159
|
+
{
|
|
160
|
+
"name": "createdAt",
|
|
161
|
+
"type": "string"
|
|
162
|
+
}
|
|
163
|
+
]
|
|
142
164
|
},
|
|
143
165
|
{
|
|
144
166
|
"key": "WizardEntryLoadFailed",
|
|
@@ -171,83 +193,82 @@
|
|
|
171
193
|
"render-ui",
|
|
172
194
|
"main",
|
|
173
195
|
{
|
|
196
|
+
"padding": "lg",
|
|
174
197
|
"maxWidth": "lg",
|
|
175
198
|
"children": [
|
|
176
199
|
{
|
|
200
|
+
"direction": "vertical",
|
|
177
201
|
"children": [
|
|
178
202
|
{
|
|
179
|
-
"direction": "horizontal",
|
|
180
|
-
"type": "stack",
|
|
181
203
|
"gap": "sm",
|
|
182
|
-
"
|
|
204
|
+
"direction": "horizontal",
|
|
183
205
|
"children": [
|
|
184
206
|
{
|
|
185
207
|
"name": "clipboard",
|
|
186
|
-
"
|
|
187
|
-
"
|
|
208
|
+
"size": "lg",
|
|
209
|
+
"type": "icon"
|
|
188
210
|
},
|
|
189
211
|
{
|
|
190
|
-
"
|
|
212
|
+
"type": "typography",
|
|
191
213
|
"variant": "h2",
|
|
192
|
-
"
|
|
214
|
+
"content": "Setup Wizard"
|
|
193
215
|
}
|
|
194
|
-
]
|
|
216
|
+
],
|
|
217
|
+
"type": "stack",
|
|
218
|
+
"align": "center"
|
|
195
219
|
},
|
|
196
220
|
{
|
|
197
|
-
"
|
|
221
|
+
"type": "progress-dots",
|
|
198
222
|
"count": 3.0,
|
|
199
|
-
"
|
|
223
|
+
"currentIndex": 0.0
|
|
200
224
|
},
|
|
201
225
|
{
|
|
202
|
-
"currentStep": 0.0,
|
|
203
|
-
"type": "wizard-progress",
|
|
204
226
|
"steps": [
|
|
205
227
|
"Personal Info",
|
|
206
228
|
"Settings",
|
|
207
229
|
"Review"
|
|
208
|
-
]
|
|
230
|
+
],
|
|
231
|
+
"type": "wizard-progress",
|
|
232
|
+
"currentStep": 0.0
|
|
209
233
|
},
|
|
210
234
|
{
|
|
211
235
|
"type": "divider"
|
|
212
236
|
},
|
|
213
237
|
{
|
|
238
|
+
"variant": "h3",
|
|
214
239
|
"type": "typography",
|
|
215
|
-
"content": "Personal Info"
|
|
216
|
-
"variant": "h3"
|
|
240
|
+
"content": "Personal Info"
|
|
217
241
|
},
|
|
218
242
|
{
|
|
219
|
-
"entity": "WizardEntry",
|
|
220
243
|
"mode": "create",
|
|
244
|
+
"type": "form-section",
|
|
221
245
|
"submitEvent": "NEXT",
|
|
222
246
|
"cancelEvent": "INIT",
|
|
223
247
|
"fields": [
|
|
224
248
|
"name",
|
|
225
249
|
"description"
|
|
226
|
-
]
|
|
227
|
-
"type": "form-section"
|
|
250
|
+
]
|
|
228
251
|
},
|
|
229
252
|
{
|
|
230
253
|
"gap": "sm",
|
|
231
|
-
"justify": "end",
|
|
232
|
-
"direction": "horizontal",
|
|
233
|
-
"type": "stack",
|
|
234
254
|
"children": [
|
|
235
255
|
{
|
|
236
|
-
"
|
|
256
|
+
"type": "button",
|
|
237
257
|
"variant": "primary",
|
|
238
|
-
"icon": "arrow-right",
|
|
239
258
|
"label": "Next",
|
|
240
|
-
"
|
|
259
|
+
"icon": "arrow-right",
|
|
260
|
+
"action": "NEXT"
|
|
241
261
|
}
|
|
242
|
-
]
|
|
262
|
+
],
|
|
263
|
+
"type": "stack",
|
|
264
|
+
"direction": "horizontal",
|
|
265
|
+
"justify": "end"
|
|
243
266
|
}
|
|
244
267
|
],
|
|
245
|
-
"
|
|
246
|
-
"
|
|
247
|
-
"gap": "lg"
|
|
268
|
+
"gap": "lg",
|
|
269
|
+
"type": "stack"
|
|
248
270
|
}
|
|
249
271
|
],
|
|
250
|
-
"padding": "lg",
|
|
251
272
|
"type": "container"
|
|
252
273
|
}
|
|
253
274
|
]
|
|
@@ -272,37 +293,34 @@
|
|
|
272
293
|
"render-ui",
|
|
273
294
|
"main",
|
|
274
295
|
{
|
|
275
|
-
"maxWidth": "lg",
|
|
276
296
|
"type": "container",
|
|
277
|
-
"padding": "lg",
|
|
278
297
|
"children": [
|
|
279
298
|
{
|
|
280
|
-
"direction": "vertical",
|
|
281
299
|
"gap": "lg",
|
|
282
300
|
"type": "stack",
|
|
283
301
|
"children": [
|
|
284
302
|
{
|
|
285
303
|
"type": "stack",
|
|
286
|
-
"direction": "horizontal",
|
|
287
|
-
"gap": "sm",
|
|
288
304
|
"align": "center",
|
|
289
305
|
"children": [
|
|
290
306
|
{
|
|
291
|
-
"
|
|
307
|
+
"size": "lg",
|
|
292
308
|
"type": "icon",
|
|
293
|
-
"
|
|
309
|
+
"name": "clipboard"
|
|
294
310
|
},
|
|
295
311
|
{
|
|
296
312
|
"type": "typography",
|
|
297
313
|
"content": "Setup Wizard",
|
|
298
314
|
"variant": "h2"
|
|
299
315
|
}
|
|
300
|
-
]
|
|
316
|
+
],
|
|
317
|
+
"direction": "horizontal",
|
|
318
|
+
"gap": "sm"
|
|
301
319
|
},
|
|
302
320
|
{
|
|
303
|
-
"
|
|
321
|
+
"type": "progress-dots",
|
|
304
322
|
"count": 3.0,
|
|
305
|
-
"
|
|
323
|
+
"currentIndex": 1.0
|
|
306
324
|
},
|
|
307
325
|
{
|
|
308
326
|
"steps": [
|
|
@@ -310,52 +328,54 @@
|
|
|
310
328
|
"Settings",
|
|
311
329
|
"Review"
|
|
312
330
|
],
|
|
313
|
-
"
|
|
314
|
-
"
|
|
331
|
+
"type": "wizard-progress",
|
|
332
|
+
"currentStep": 1.0
|
|
315
333
|
},
|
|
316
334
|
{
|
|
317
335
|
"type": "divider"
|
|
318
336
|
},
|
|
319
337
|
{
|
|
338
|
+
"type": "typography",
|
|
320
339
|
"content": "Settings",
|
|
321
|
-
"variant": "h3"
|
|
322
|
-
"type": "typography"
|
|
340
|
+
"variant": "h3"
|
|
323
341
|
},
|
|
324
342
|
{
|
|
343
|
+
"submitEvent": "NEXT",
|
|
344
|
+
"type": "form-section",
|
|
325
345
|
"cancelEvent": "PREV",
|
|
346
|
+
"mode": "create",
|
|
326
347
|
"fields": [
|
|
327
348
|
"status"
|
|
328
|
-
]
|
|
329
|
-
"type": "form-section",
|
|
330
|
-
"entity": "WizardEntry",
|
|
331
|
-
"submitEvent": "NEXT",
|
|
332
|
-
"mode": "create"
|
|
349
|
+
]
|
|
333
350
|
},
|
|
334
351
|
{
|
|
352
|
+
"direction": "horizontal",
|
|
335
353
|
"justify": "end",
|
|
336
|
-
"gap": "sm",
|
|
337
354
|
"children": [
|
|
338
355
|
{
|
|
339
|
-
"
|
|
356
|
+
"action": "PREV",
|
|
340
357
|
"variant": "ghost",
|
|
341
|
-
"
|
|
358
|
+
"type": "button",
|
|
342
359
|
"icon": "arrow-left",
|
|
343
|
-
"
|
|
360
|
+
"label": "Back"
|
|
344
361
|
},
|
|
345
362
|
{
|
|
346
|
-
"
|
|
347
|
-
"label": "Next",
|
|
348
|
-
"variant": "primary",
|
|
363
|
+
"action": "NEXT",
|
|
349
364
|
"icon": "arrow-right",
|
|
350
|
-
"
|
|
365
|
+
"variant": "primary",
|
|
366
|
+
"label": "Next",
|
|
367
|
+
"type": "button"
|
|
351
368
|
}
|
|
352
369
|
],
|
|
353
|
-
"
|
|
354
|
-
"
|
|
370
|
+
"gap": "sm",
|
|
371
|
+
"type": "stack"
|
|
355
372
|
}
|
|
356
|
-
]
|
|
373
|
+
],
|
|
374
|
+
"direction": "vertical"
|
|
357
375
|
}
|
|
358
|
-
]
|
|
376
|
+
],
|
|
377
|
+
"maxWidth": "lg",
|
|
378
|
+
"padding": "lg"
|
|
359
379
|
}
|
|
360
380
|
]
|
|
361
381
|
]
|
|
@@ -379,33 +399,31 @@
|
|
|
379
399
|
"render-ui",
|
|
380
400
|
"main",
|
|
381
401
|
{
|
|
382
|
-
"padding": "lg",
|
|
383
|
-
"maxWidth": "lg",
|
|
384
402
|
"children": [
|
|
385
403
|
{
|
|
386
404
|
"children": [
|
|
387
405
|
{
|
|
388
|
-
"
|
|
406
|
+
"align": "center",
|
|
389
407
|
"type": "stack",
|
|
408
|
+
"gap": "sm",
|
|
390
409
|
"children": [
|
|
391
410
|
{
|
|
392
|
-
"
|
|
411
|
+
"type": "icon",
|
|
393
412
|
"name": "clipboard",
|
|
394
|
-
"
|
|
413
|
+
"size": "lg"
|
|
395
414
|
},
|
|
396
415
|
{
|
|
397
|
-
"
|
|
416
|
+
"variant": "h2",
|
|
398
417
|
"content": "Setup Wizard",
|
|
399
|
-
"
|
|
418
|
+
"type": "typography"
|
|
400
419
|
}
|
|
401
420
|
],
|
|
402
|
-
"
|
|
403
|
-
"align": "center"
|
|
421
|
+
"direction": "horizontal"
|
|
404
422
|
},
|
|
405
423
|
{
|
|
424
|
+
"type": "progress-dots",
|
|
406
425
|
"count": 3.0,
|
|
407
|
-
"currentIndex": 2.0
|
|
408
|
-
"type": "progress-dots"
|
|
426
|
+
"currentIndex": 2.0
|
|
409
427
|
},
|
|
410
428
|
{
|
|
411
429
|
"steps": [
|
|
@@ -421,40 +439,39 @@
|
|
|
421
439
|
},
|
|
422
440
|
{
|
|
423
441
|
"content": "Review",
|
|
424
|
-
"
|
|
425
|
-
"
|
|
442
|
+
"variant": "h3",
|
|
443
|
+
"type": "typography"
|
|
426
444
|
},
|
|
427
445
|
{
|
|
428
446
|
"submitEvent": "NEXT",
|
|
429
|
-
"
|
|
447
|
+
"type": "form-section",
|
|
430
448
|
"fields": [
|
|
431
449
|
"createdAt"
|
|
432
450
|
],
|
|
433
451
|
"cancelEvent": "PREV",
|
|
434
|
-
"mode": "create"
|
|
435
|
-
"type": "form-section"
|
|
452
|
+
"mode": "create"
|
|
436
453
|
},
|
|
437
454
|
{
|
|
438
455
|
"children": [
|
|
439
456
|
{
|
|
440
|
-
"label": "Back",
|
|
441
|
-
"event": "PREV",
|
|
442
|
-
"icon": "arrow-left",
|
|
443
457
|
"variant": "ghost",
|
|
458
|
+
"action": "PREV",
|
|
459
|
+
"icon": "arrow-left",
|
|
460
|
+
"label": "Back",
|
|
444
461
|
"type": "button"
|
|
445
462
|
},
|
|
446
463
|
{
|
|
447
|
-
"
|
|
448
|
-
"
|
|
464
|
+
"type": "button",
|
|
465
|
+
"action": "NEXT",
|
|
449
466
|
"icon": "arrow-right",
|
|
450
|
-
"
|
|
451
|
-
"
|
|
467
|
+
"variant": "primary",
|
|
468
|
+
"label": "Next"
|
|
452
469
|
}
|
|
453
470
|
],
|
|
454
471
|
"direction": "horizontal",
|
|
472
|
+
"gap": "sm",
|
|
455
473
|
"type": "stack",
|
|
456
|
-
"justify": "end"
|
|
457
|
-
"gap": "sm"
|
|
474
|
+
"justify": "end"
|
|
458
475
|
}
|
|
459
476
|
],
|
|
460
477
|
"direction": "vertical",
|
|
@@ -462,7 +479,9 @@
|
|
|
462
479
|
"type": "stack"
|
|
463
480
|
}
|
|
464
481
|
],
|
|
465
|
-
"type": "container"
|
|
482
|
+
"type": "container",
|
|
483
|
+
"maxWidth": "lg",
|
|
484
|
+
"padding": "lg"
|
|
466
485
|
}
|
|
467
486
|
]
|
|
468
487
|
]
|
|
@@ -486,29 +505,27 @@
|
|
|
486
505
|
"render-ui",
|
|
487
506
|
"main",
|
|
488
507
|
{
|
|
489
|
-
"
|
|
490
|
-
"type": "container",
|
|
508
|
+
"maxWidth": "lg",
|
|
491
509
|
"children": [
|
|
492
510
|
{
|
|
493
|
-
"
|
|
494
|
-
"type": "stack",
|
|
511
|
+
"gap": "lg",
|
|
495
512
|
"children": [
|
|
496
513
|
{
|
|
497
514
|
"gap": "sm",
|
|
498
|
-
"
|
|
515
|
+
"align": "center",
|
|
499
516
|
"children": [
|
|
500
517
|
{
|
|
501
|
-
"name": "clipboard",
|
|
502
518
|
"size": "lg",
|
|
503
|
-
"type": "icon"
|
|
519
|
+
"type": "icon",
|
|
520
|
+
"name": "clipboard"
|
|
504
521
|
},
|
|
505
522
|
{
|
|
506
|
-
"content": "Setup Wizard",
|
|
507
523
|
"type": "typography",
|
|
524
|
+
"content": "Setup Wizard",
|
|
508
525
|
"variant": "h2"
|
|
509
526
|
}
|
|
510
527
|
],
|
|
511
|
-
"
|
|
528
|
+
"type": "stack",
|
|
512
529
|
"direction": "horizontal"
|
|
513
530
|
},
|
|
514
531
|
{
|
|
@@ -517,8 +534,8 @@
|
|
|
517
534
|
"currentIndex": 0.0
|
|
518
535
|
},
|
|
519
536
|
{
|
|
520
|
-
"type": "wizard-progress",
|
|
521
537
|
"currentStep": 0.0,
|
|
538
|
+
"type": "wizard-progress",
|
|
522
539
|
"steps": [
|
|
523
540
|
"Personal Info",
|
|
524
541
|
"Settings",
|
|
@@ -529,41 +546,42 @@
|
|
|
529
546
|
"type": "divider"
|
|
530
547
|
},
|
|
531
548
|
{
|
|
532
|
-
"content": "Personal Info",
|
|
533
549
|
"type": "typography",
|
|
534
|
-
"variant": "h3"
|
|
550
|
+
"variant": "h3",
|
|
551
|
+
"content": "Personal Info"
|
|
535
552
|
},
|
|
536
553
|
{
|
|
537
|
-
"entity": "WizardEntry",
|
|
538
|
-
"submitEvent": "NEXT",
|
|
539
|
-
"cancelEvent": "INIT",
|
|
540
|
-
"type": "form-section",
|
|
541
|
-
"mode": "create",
|
|
542
554
|
"fields": [
|
|
543
555
|
"name",
|
|
544
556
|
"description"
|
|
545
|
-
]
|
|
557
|
+
],
|
|
558
|
+
"mode": "create",
|
|
559
|
+
"type": "form-section",
|
|
560
|
+
"submitEvent": "NEXT",
|
|
561
|
+
"cancelEvent": "INIT"
|
|
546
562
|
},
|
|
547
563
|
{
|
|
548
|
-
"type": "stack",
|
|
549
|
-
"gap": "sm",
|
|
550
564
|
"direction": "horizontal",
|
|
551
565
|
"justify": "end",
|
|
552
566
|
"children": [
|
|
553
567
|
{
|
|
554
|
-
"type": "button",
|
|
555
568
|
"variant": "primary",
|
|
556
|
-
"
|
|
557
|
-
"
|
|
558
|
-
"
|
|
569
|
+
"action": "NEXT",
|
|
570
|
+
"icon": "arrow-right",
|
|
571
|
+
"type": "button",
|
|
572
|
+
"label": "Next"
|
|
559
573
|
}
|
|
560
|
-
]
|
|
574
|
+
],
|
|
575
|
+
"type": "stack",
|
|
576
|
+
"gap": "sm"
|
|
561
577
|
}
|
|
562
578
|
],
|
|
563
|
-
"
|
|
579
|
+
"type": "stack",
|
|
580
|
+
"direction": "vertical"
|
|
564
581
|
}
|
|
565
582
|
],
|
|
566
|
-
"
|
|
583
|
+
"type": "container",
|
|
584
|
+
"padding": "lg"
|
|
567
585
|
}
|
|
568
586
|
]
|
|
569
587
|
]
|
|
@@ -587,27 +605,24 @@
|
|
|
587
605
|
"render-ui",
|
|
588
606
|
"main",
|
|
589
607
|
{
|
|
590
|
-
"type": "stack",
|
|
591
|
-
"gap": "lg",
|
|
592
|
-
"direction": "vertical",
|
|
593
608
|
"children": [
|
|
594
609
|
{
|
|
595
|
-
"direction": "horizontal",
|
|
596
610
|
"gap": "sm",
|
|
611
|
+
"direction": "horizontal",
|
|
597
612
|
"type": "stack",
|
|
598
|
-
"align": "center",
|
|
599
613
|
"children": [
|
|
600
614
|
{
|
|
601
|
-
"
|
|
615
|
+
"type": "icon",
|
|
602
616
|
"size": "lg",
|
|
603
|
-
"
|
|
617
|
+
"name": "clipboard"
|
|
604
618
|
},
|
|
605
619
|
{
|
|
606
|
-
"
|
|
620
|
+
"content": "Setup Wizard",
|
|
607
621
|
"type": "typography",
|
|
608
|
-
"
|
|
622
|
+
"variant": "h2"
|
|
609
623
|
}
|
|
610
|
-
]
|
|
624
|
+
],
|
|
625
|
+
"align": "center"
|
|
611
626
|
},
|
|
612
627
|
{
|
|
613
628
|
"type": "badge",
|
|
@@ -626,34 +641,29 @@
|
|
|
626
641
|
"type": "divider"
|
|
627
642
|
},
|
|
628
643
|
{
|
|
629
|
-
"type": "stack",
|
|
630
644
|
"direction": "vertical",
|
|
631
645
|
"gap": "sm",
|
|
632
|
-
"
|
|
646
|
+
"type": "stack",
|
|
633
647
|
"children": [
|
|
634
648
|
{
|
|
635
649
|
"type": "stack",
|
|
636
|
-
"justify": "space-between",
|
|
637
650
|
"direction": "horizontal",
|
|
638
|
-
"gap": "md",
|
|
639
651
|
"children": [
|
|
640
652
|
{
|
|
641
653
|
"content": "Name",
|
|
642
|
-
"
|
|
643
|
-
"
|
|
654
|
+
"type": "typography",
|
|
655
|
+
"variant": "caption"
|
|
644
656
|
},
|
|
645
657
|
{
|
|
658
|
+
"variant": "body",
|
|
646
659
|
"content": "@entity.name",
|
|
647
|
-
"type": "typography"
|
|
648
|
-
"variant": "body"
|
|
660
|
+
"type": "typography"
|
|
649
661
|
}
|
|
650
|
-
]
|
|
662
|
+
],
|
|
663
|
+
"gap": "md",
|
|
664
|
+
"justify": "between"
|
|
651
665
|
},
|
|
652
666
|
{
|
|
653
|
-
"direction": "horizontal",
|
|
654
|
-
"gap": "md",
|
|
655
|
-
"type": "stack",
|
|
656
|
-
"justify": "space-between",
|
|
657
667
|
"children": [
|
|
658
668
|
{
|
|
659
669
|
"type": "typography",
|
|
@@ -661,59 +671,66 @@
|
|
|
661
671
|
"variant": "caption"
|
|
662
672
|
},
|
|
663
673
|
{
|
|
664
|
-
"
|
|
674
|
+
"type": "typography",
|
|
665
675
|
"content": "@entity.description",
|
|
666
|
-
"
|
|
676
|
+
"variant": "body"
|
|
667
677
|
}
|
|
668
|
-
]
|
|
678
|
+
],
|
|
679
|
+
"gap": "md",
|
|
680
|
+
"direction": "horizontal",
|
|
681
|
+
"type": "stack",
|
|
682
|
+
"justify": "between"
|
|
669
683
|
},
|
|
670
684
|
{
|
|
671
685
|
"type": "stack",
|
|
672
|
-
"direction": "horizontal",
|
|
673
|
-
"justify": "space-between",
|
|
674
686
|
"children": [
|
|
675
687
|
{
|
|
676
688
|
"variant": "caption",
|
|
677
|
-
"
|
|
678
|
-
"
|
|
689
|
+
"content": "Status",
|
|
690
|
+
"type": "typography"
|
|
679
691
|
},
|
|
680
692
|
{
|
|
693
|
+
"type": "typography",
|
|
681
694
|
"variant": "body",
|
|
682
|
-
"content": "@entity.status"
|
|
683
|
-
"type": "typography"
|
|
695
|
+
"content": "@entity.status"
|
|
684
696
|
}
|
|
685
697
|
],
|
|
698
|
+
"justify": "between",
|
|
699
|
+
"direction": "horizontal",
|
|
686
700
|
"gap": "md"
|
|
687
701
|
},
|
|
688
702
|
{
|
|
689
|
-
"
|
|
703
|
+
"gap": "md",
|
|
704
|
+
"direction": "horizontal",
|
|
705
|
+
"justify": "between",
|
|
706
|
+
"type": "stack",
|
|
690
707
|
"children": [
|
|
691
708
|
{
|
|
692
709
|
"variant": "caption",
|
|
693
|
-
"
|
|
694
|
-
"
|
|
710
|
+
"type": "typography",
|
|
711
|
+
"content": "Created At"
|
|
695
712
|
},
|
|
696
713
|
{
|
|
697
|
-
"
|
|
714
|
+
"content": "@entity.createdAt",
|
|
698
715
|
"variant": "body",
|
|
699
|
-
"
|
|
716
|
+
"type": "typography"
|
|
700
717
|
}
|
|
701
|
-
]
|
|
702
|
-
"type": "stack",
|
|
703
|
-
"direction": "horizontal",
|
|
704
|
-
"gap": "md"
|
|
718
|
+
]
|
|
705
719
|
}
|
|
706
720
|
]
|
|
707
721
|
},
|
|
708
722
|
{
|
|
709
723
|
"currentStep": 3.0,
|
|
724
|
+
"showComplete": true,
|
|
725
|
+
"showBack": true,
|
|
710
726
|
"showNext": false,
|
|
711
727
|
"type": "wizard-navigation",
|
|
712
|
-
"
|
|
713
|
-
"totalSteps": 4.0,
|
|
714
|
-
"showBack": true
|
|
728
|
+
"totalSteps": 4.0
|
|
715
729
|
}
|
|
716
|
-
]
|
|
730
|
+
],
|
|
731
|
+
"type": "stack",
|
|
732
|
+
"direction": "vertical",
|
|
733
|
+
"gap": "lg"
|
|
717
734
|
}
|
|
718
735
|
]
|
|
719
736
|
]
|
|
@@ -728,8 +745,8 @@
|
|
|
728
745
|
"WizardEntry",
|
|
729
746
|
{
|
|
730
747
|
"emit": {
|
|
731
|
-
"
|
|
732
|
-
"
|
|
748
|
+
"failure": "WizardEntryLoadFailed",
|
|
749
|
+
"success": "WizardEntryLoaded"
|
|
733
750
|
}
|
|
734
751
|
}
|
|
735
752
|
],
|
|
@@ -738,87 +755,86 @@
|
|
|
738
755
|
"main",
|
|
739
756
|
{
|
|
740
757
|
"type": "container",
|
|
741
|
-
"maxWidth": "lg",
|
|
742
758
|
"padding": "lg",
|
|
759
|
+
"maxWidth": "lg",
|
|
743
760
|
"children": [
|
|
744
761
|
{
|
|
762
|
+
"type": "stack",
|
|
763
|
+
"gap": "lg",
|
|
745
764
|
"direction": "vertical",
|
|
746
765
|
"children": [
|
|
747
766
|
{
|
|
748
|
-
"
|
|
749
|
-
"direction": "horizontal",
|
|
767
|
+
"align": "center",
|
|
750
768
|
"children": [
|
|
751
769
|
{
|
|
752
|
-
"type": "icon",
|
|
753
770
|
"size": "lg",
|
|
754
|
-
"name": "clipboard"
|
|
771
|
+
"name": "clipboard",
|
|
772
|
+
"type": "icon"
|
|
755
773
|
},
|
|
756
774
|
{
|
|
757
|
-
"variant": "h2",
|
|
758
775
|
"content": "Setup Wizard",
|
|
776
|
+
"variant": "h2",
|
|
759
777
|
"type": "typography"
|
|
760
778
|
}
|
|
761
779
|
],
|
|
762
|
-
"
|
|
780
|
+
"direction": "horizontal",
|
|
781
|
+
"gap": "sm",
|
|
763
782
|
"type": "stack"
|
|
764
783
|
},
|
|
765
784
|
{
|
|
766
|
-
"count": 3.0,
|
|
767
785
|
"currentIndex": 1.0,
|
|
768
|
-
"type": "progress-dots"
|
|
786
|
+
"type": "progress-dots",
|
|
787
|
+
"count": 3.0
|
|
769
788
|
},
|
|
770
789
|
{
|
|
771
790
|
"type": "wizard-progress",
|
|
772
|
-
"currentStep": 1.0,
|
|
773
791
|
"steps": [
|
|
774
792
|
"Personal Info",
|
|
775
793
|
"Settings",
|
|
776
794
|
"Review"
|
|
777
|
-
]
|
|
795
|
+
],
|
|
796
|
+
"currentStep": 1.0
|
|
778
797
|
},
|
|
779
798
|
{
|
|
780
799
|
"type": "divider"
|
|
781
800
|
},
|
|
782
801
|
{
|
|
783
|
-
"type": "typography",
|
|
784
802
|
"content": "Settings",
|
|
785
|
-
"variant": "h3"
|
|
803
|
+
"variant": "h3",
|
|
804
|
+
"type": "typography"
|
|
786
805
|
},
|
|
787
806
|
{
|
|
788
|
-
"type": "form-section",
|
|
789
|
-
"mode": "create",
|
|
790
|
-
"entity": "WizardEntry",
|
|
791
|
-
"cancelEvent": "PREV",
|
|
792
|
-
"submitEvent": "NEXT",
|
|
793
807
|
"fields": [
|
|
794
808
|
"status"
|
|
795
|
-
]
|
|
809
|
+
],
|
|
810
|
+
"cancelEvent": "PREV",
|
|
811
|
+
"mode": "create",
|
|
812
|
+
"type": "form-section",
|
|
813
|
+
"submitEvent": "NEXT"
|
|
796
814
|
},
|
|
797
815
|
{
|
|
816
|
+
"gap": "sm",
|
|
817
|
+
"type": "stack",
|
|
818
|
+
"direction": "horizontal",
|
|
819
|
+
"justify": "end",
|
|
798
820
|
"children": [
|
|
799
821
|
{
|
|
800
|
-
"event": "PREV",
|
|
801
|
-
"variant": "ghost",
|
|
802
822
|
"icon": "arrow-left",
|
|
823
|
+
"variant": "ghost",
|
|
824
|
+
"label": "Back",
|
|
803
825
|
"type": "button",
|
|
804
|
-
"
|
|
826
|
+
"action": "PREV"
|
|
805
827
|
},
|
|
806
828
|
{
|
|
807
|
-
"
|
|
829
|
+
"action": "NEXT",
|
|
808
830
|
"type": "button",
|
|
809
|
-
"
|
|
810
|
-
"
|
|
811
|
-
"
|
|
831
|
+
"icon": "arrow-right",
|
|
832
|
+
"variant": "primary",
|
|
833
|
+
"label": "Next"
|
|
812
834
|
}
|
|
813
|
-
]
|
|
814
|
-
"gap": "sm",
|
|
815
|
-
"type": "stack",
|
|
816
|
-
"justify": "end",
|
|
817
|
-
"direction": "horizontal"
|
|
835
|
+
]
|
|
818
836
|
}
|
|
819
|
-
]
|
|
820
|
-
"gap": "lg",
|
|
821
|
-
"type": "stack"
|
|
837
|
+
]
|
|
822
838
|
}
|
|
823
839
|
]
|
|
824
840
|
}
|
|
@@ -835,8 +851,8 @@
|
|
|
835
851
|
"WizardEntry",
|
|
836
852
|
{
|
|
837
853
|
"emit": {
|
|
838
|
-
"
|
|
839
|
-
"
|
|
854
|
+
"failure": "WizardEntryLoadFailed",
|
|
855
|
+
"success": "WizardEntryLoaded"
|
|
840
856
|
}
|
|
841
857
|
}
|
|
842
858
|
],
|
|
@@ -844,90 +860,89 @@
|
|
|
844
860
|
"render-ui",
|
|
845
861
|
"main",
|
|
846
862
|
{
|
|
847
|
-
"padding": "lg",
|
|
848
863
|
"type": "container",
|
|
849
|
-
"
|
|
864
|
+
"padding": "lg",
|
|
850
865
|
"children": [
|
|
851
866
|
{
|
|
852
|
-
"
|
|
853
|
-
"type": "stack",
|
|
867
|
+
"direction": "vertical",
|
|
854
868
|
"children": [
|
|
855
869
|
{
|
|
856
|
-
"type": "stack",
|
|
857
870
|
"children": [
|
|
858
871
|
{
|
|
872
|
+
"type": "icon",
|
|
859
873
|
"name": "clipboard",
|
|
860
|
-
"size": "lg"
|
|
861
|
-
"type": "icon"
|
|
874
|
+
"size": "lg"
|
|
862
875
|
},
|
|
863
876
|
{
|
|
864
|
-
"content": "Setup Wizard",
|
|
865
877
|
"type": "typography",
|
|
878
|
+
"content": "Setup Wizard",
|
|
866
879
|
"variant": "h2"
|
|
867
880
|
}
|
|
868
881
|
],
|
|
882
|
+
"type": "stack",
|
|
869
883
|
"gap": "sm",
|
|
870
884
|
"direction": "horizontal",
|
|
871
885
|
"align": "center"
|
|
872
886
|
},
|
|
873
887
|
{
|
|
874
|
-
"count": 3.0,
|
|
875
888
|
"type": "progress-dots",
|
|
876
|
-
"currentIndex": 2.0
|
|
889
|
+
"currentIndex": 2.0,
|
|
890
|
+
"count": 3.0
|
|
877
891
|
},
|
|
878
892
|
{
|
|
893
|
+
"currentStep": 2.0,
|
|
879
894
|
"steps": [
|
|
880
895
|
"Personal Info",
|
|
881
896
|
"Settings",
|
|
882
897
|
"Review"
|
|
883
898
|
],
|
|
884
|
-
"type": "wizard-progress"
|
|
885
|
-
"currentStep": 2.0
|
|
899
|
+
"type": "wizard-progress"
|
|
886
900
|
},
|
|
887
901
|
{
|
|
888
902
|
"type": "divider"
|
|
889
903
|
},
|
|
890
904
|
{
|
|
891
|
-
"content": "Review",
|
|
892
905
|
"variant": "h3",
|
|
906
|
+
"content": "Review",
|
|
893
907
|
"type": "typography"
|
|
894
908
|
},
|
|
895
909
|
{
|
|
896
|
-
"type": "form-section",
|
|
897
910
|
"submitEvent": "NEXT",
|
|
911
|
+
"type": "form-section",
|
|
912
|
+
"cancelEvent": "PREV",
|
|
898
913
|
"fields": [
|
|
899
914
|
"createdAt"
|
|
900
915
|
],
|
|
901
|
-
"mode": "create"
|
|
902
|
-
"entity": "WizardEntry",
|
|
903
|
-
"cancelEvent": "PREV"
|
|
916
|
+
"mode": "create"
|
|
904
917
|
},
|
|
905
918
|
{
|
|
906
|
-
"
|
|
907
|
-
"
|
|
919
|
+
"justify": "end",
|
|
920
|
+
"type": "stack",
|
|
908
921
|
"children": [
|
|
909
922
|
{
|
|
910
|
-
"
|
|
911
|
-
"event": "PREV",
|
|
923
|
+
"action": "PREV",
|
|
912
924
|
"label": "Back",
|
|
925
|
+
"variant": "ghost",
|
|
913
926
|
"icon": "arrow-left",
|
|
914
|
-
"
|
|
927
|
+
"type": "button"
|
|
915
928
|
},
|
|
916
929
|
{
|
|
917
930
|
"type": "button",
|
|
918
931
|
"label": "Next",
|
|
919
932
|
"variant": "primary",
|
|
920
933
|
"icon": "arrow-right",
|
|
921
|
-
"
|
|
934
|
+
"action": "NEXT"
|
|
922
935
|
}
|
|
923
936
|
],
|
|
924
|
-
"
|
|
925
|
-
"
|
|
937
|
+
"direction": "horizontal",
|
|
938
|
+
"gap": "sm"
|
|
926
939
|
}
|
|
927
940
|
],
|
|
928
|
-
"
|
|
941
|
+
"type": "stack",
|
|
942
|
+
"gap": "lg"
|
|
929
943
|
}
|
|
930
|
-
]
|
|
944
|
+
],
|
|
945
|
+
"maxWidth": "lg"
|
|
931
946
|
}
|
|
932
947
|
]
|
|
933
948
|
]
|
|
@@ -952,31 +967,31 @@
|
|
|
952
967
|
"render-ui",
|
|
953
968
|
"main",
|
|
954
969
|
{
|
|
970
|
+
"gap": "lg",
|
|
955
971
|
"type": "stack",
|
|
956
972
|
"direction": "vertical",
|
|
957
|
-
"gap": "lg",
|
|
958
973
|
"children": [
|
|
959
974
|
{
|
|
960
|
-
"name": "check-circle",
|
|
961
975
|
"type": "icon",
|
|
976
|
+
"name": "check-circle",
|
|
962
977
|
"size": "lg"
|
|
963
978
|
},
|
|
964
979
|
{
|
|
965
980
|
"variant": "h2",
|
|
966
|
-
"
|
|
967
|
-
"
|
|
981
|
+
"type": "typography",
|
|
982
|
+
"content": "Complete!"
|
|
968
983
|
},
|
|
969
984
|
{
|
|
985
|
+
"content": "Your wizardentry has been created successfully.",
|
|
970
986
|
"type": "typography",
|
|
971
|
-
"variant": "body"
|
|
972
|
-
"content": "Your wizardentry has been created successfully."
|
|
987
|
+
"variant": "body"
|
|
973
988
|
},
|
|
974
989
|
{
|
|
975
|
-
"
|
|
976
|
-
"
|
|
977
|
-
"type": "button",
|
|
990
|
+
"action": "RESTART",
|
|
991
|
+
"icon": "refresh-cw",
|
|
978
992
|
"label": "Start New",
|
|
979
|
-
"
|
|
993
|
+
"variant": "primary",
|
|
994
|
+
"type": "button"
|
|
980
995
|
}
|
|
981
996
|
],
|
|
982
997
|
"align": "center"
|
|
@@ -994,8 +1009,8 @@
|
|
|
994
1009
|
"WizardEntry",
|
|
995
1010
|
{
|
|
996
1011
|
"emit": {
|
|
997
|
-
"
|
|
998
|
-
"
|
|
1012
|
+
"failure": "WizardEntryLoadFailed",
|
|
1013
|
+
"success": "WizardEntryLoaded"
|
|
999
1014
|
}
|
|
1000
1015
|
}
|
|
1001
1016
|
],
|
|
@@ -1003,44 +1018,44 @@
|
|
|
1003
1018
|
"render-ui",
|
|
1004
1019
|
"main",
|
|
1005
1020
|
{
|
|
1006
|
-
"
|
|
1021
|
+
"type": "container",
|
|
1007
1022
|
"maxWidth": "lg",
|
|
1008
1023
|
"children": [
|
|
1009
1024
|
{
|
|
1010
1025
|
"type": "stack",
|
|
1011
|
-
"
|
|
1026
|
+
"direction": "vertical",
|
|
1012
1027
|
"children": [
|
|
1013
1028
|
{
|
|
1014
|
-
"
|
|
1029
|
+
"align": "center",
|
|
1015
1030
|
"direction": "horizontal",
|
|
1031
|
+
"gap": "sm",
|
|
1016
1032
|
"children": [
|
|
1017
1033
|
{
|
|
1018
|
-
"size": "lg",
|
|
1019
1034
|
"type": "icon",
|
|
1020
|
-
"name": "clipboard"
|
|
1035
|
+
"name": "clipboard",
|
|
1036
|
+
"size": "lg"
|
|
1021
1037
|
},
|
|
1022
1038
|
{
|
|
1023
|
-
"
|
|
1039
|
+
"variant": "h2",
|
|
1024
1040
|
"type": "typography",
|
|
1025
|
-
"
|
|
1041
|
+
"content": "Setup Wizard"
|
|
1026
1042
|
}
|
|
1027
1043
|
],
|
|
1028
|
-
"
|
|
1029
|
-
"gap": "sm"
|
|
1044
|
+
"type": "stack"
|
|
1030
1045
|
},
|
|
1031
1046
|
{
|
|
1032
1047
|
"type": "progress-dots",
|
|
1033
|
-
"
|
|
1034
|
-
"
|
|
1048
|
+
"count": 3.0,
|
|
1049
|
+
"currentIndex": 0.0
|
|
1035
1050
|
},
|
|
1036
1051
|
{
|
|
1037
|
-
"currentStep": 0.0,
|
|
1038
1052
|
"type": "wizard-progress",
|
|
1039
1053
|
"steps": [
|
|
1040
1054
|
"Personal Info",
|
|
1041
1055
|
"Settings",
|
|
1042
1056
|
"Review"
|
|
1043
|
-
]
|
|
1057
|
+
],
|
|
1058
|
+
"currentStep": 0.0
|
|
1044
1059
|
},
|
|
1045
1060
|
{
|
|
1046
1061
|
"type": "divider"
|
|
@@ -1051,36 +1066,35 @@
|
|
|
1051
1066
|
"content": "Personal Info"
|
|
1052
1067
|
},
|
|
1053
1068
|
{
|
|
1069
|
+
"submitEvent": "NEXT",
|
|
1054
1070
|
"cancelEvent": "INIT",
|
|
1055
|
-
"entity": "WizardEntry",
|
|
1056
1071
|
"mode": "create",
|
|
1057
1072
|
"type": "form-section",
|
|
1058
|
-
"submitEvent": "NEXT",
|
|
1059
1073
|
"fields": [
|
|
1060
1074
|
"name",
|
|
1061
1075
|
"description"
|
|
1062
1076
|
]
|
|
1063
1077
|
},
|
|
1064
1078
|
{
|
|
1079
|
+
"direction": "horizontal",
|
|
1080
|
+
"gap": "sm",
|
|
1081
|
+
"justify": "end",
|
|
1082
|
+
"type": "stack",
|
|
1065
1083
|
"children": [
|
|
1066
1084
|
{
|
|
1067
|
-
"type": "button",
|
|
1068
|
-
"label": "Next",
|
|
1069
1085
|
"variant": "primary",
|
|
1086
|
+
"type": "button",
|
|
1070
1087
|
"icon": "arrow-right",
|
|
1071
|
-
"
|
|
1088
|
+
"action": "NEXT",
|
|
1089
|
+
"label": "Next"
|
|
1072
1090
|
}
|
|
1073
|
-
]
|
|
1074
|
-
"gap": "sm",
|
|
1075
|
-
"direction": "horizontal",
|
|
1076
|
-
"justify": "end",
|
|
1077
|
-
"type": "stack"
|
|
1091
|
+
]
|
|
1078
1092
|
}
|
|
1079
1093
|
],
|
|
1080
|
-
"
|
|
1094
|
+
"gap": "lg"
|
|
1081
1095
|
}
|
|
1082
1096
|
],
|
|
1083
|
-
"
|
|
1097
|
+
"padding": "lg"
|
|
1084
1098
|
}
|
|
1085
1099
|
]
|
|
1086
1100
|
]
|
|
@@ -1095,8 +1109,8 @@
|
|
|
1095
1109
|
"WizardEntry",
|
|
1096
1110
|
{
|
|
1097
1111
|
"emit": {
|
|
1098
|
-
"
|
|
1099
|
-
"
|
|
1112
|
+
"failure": "WizardEntryLoadFailed",
|
|
1113
|
+
"success": "WizardEntryLoaded"
|
|
1100
1114
|
}
|
|
1101
1115
|
}
|
|
1102
1116
|
],
|
|
@@ -1105,83 +1119,82 @@
|
|
|
1105
1119
|
"main",
|
|
1106
1120
|
{
|
|
1107
1121
|
"type": "container",
|
|
1108
|
-
"maxWidth": "lg",
|
|
1109
|
-
"padding": "lg",
|
|
1110
1122
|
"children": [
|
|
1111
1123
|
{
|
|
1112
1124
|
"gap": "lg",
|
|
1113
1125
|
"direction": "vertical",
|
|
1114
|
-
"type": "stack",
|
|
1115
1126
|
"children": [
|
|
1116
1127
|
{
|
|
1117
1128
|
"type": "stack",
|
|
1118
|
-
"direction": "horizontal",
|
|
1119
|
-
"gap": "sm",
|
|
1120
|
-
"align": "center",
|
|
1121
1129
|
"children": [
|
|
1122
1130
|
{
|
|
1123
|
-
"
|
|
1131
|
+
"size": "lg",
|
|
1124
1132
|
"type": "icon",
|
|
1125
|
-
"
|
|
1133
|
+
"name": "clipboard"
|
|
1126
1134
|
},
|
|
1127
1135
|
{
|
|
1136
|
+
"content": "Setup Wizard",
|
|
1128
1137
|
"type": "typography",
|
|
1129
|
-
"variant": "h2"
|
|
1130
|
-
"content": "Setup Wizard"
|
|
1138
|
+
"variant": "h2"
|
|
1131
1139
|
}
|
|
1132
|
-
]
|
|
1140
|
+
],
|
|
1141
|
+
"align": "center",
|
|
1142
|
+
"direction": "horizontal",
|
|
1143
|
+
"gap": "sm"
|
|
1133
1144
|
},
|
|
1134
1145
|
{
|
|
1135
|
-
"
|
|
1146
|
+
"count": 3.0,
|
|
1136
1147
|
"type": "progress-dots",
|
|
1137
|
-
"
|
|
1148
|
+
"currentIndex": 0.0
|
|
1138
1149
|
},
|
|
1139
1150
|
{
|
|
1151
|
+
"currentStep": 0.0,
|
|
1152
|
+
"type": "wizard-progress",
|
|
1140
1153
|
"steps": [
|
|
1141
1154
|
"Personal Info",
|
|
1142
1155
|
"Settings",
|
|
1143
1156
|
"Review"
|
|
1144
|
-
]
|
|
1145
|
-
"currentStep": 0.0,
|
|
1146
|
-
"type": "wizard-progress"
|
|
1157
|
+
]
|
|
1147
1158
|
},
|
|
1148
1159
|
{
|
|
1149
1160
|
"type": "divider"
|
|
1150
1161
|
},
|
|
1151
1162
|
{
|
|
1163
|
+
"type": "typography",
|
|
1152
1164
|
"content": "Personal Info",
|
|
1153
|
-
"variant": "h3"
|
|
1154
|
-
"type": "typography"
|
|
1165
|
+
"variant": "h3"
|
|
1155
1166
|
},
|
|
1156
1167
|
{
|
|
1157
1168
|
"type": "form-section",
|
|
1169
|
+
"mode": "create",
|
|
1170
|
+
"cancelEvent": "INIT",
|
|
1158
1171
|
"fields": [
|
|
1159
1172
|
"name",
|
|
1160
1173
|
"description"
|
|
1161
1174
|
],
|
|
1162
|
-
"
|
|
1163
|
-
"entity": "WizardEntry",
|
|
1164
|
-
"submitEvent": "NEXT",
|
|
1165
|
-
"cancelEvent": "INIT"
|
|
1175
|
+
"submitEvent": "NEXT"
|
|
1166
1176
|
},
|
|
1167
1177
|
{
|
|
1178
|
+
"type": "stack",
|
|
1168
1179
|
"direction": "horizontal",
|
|
1169
1180
|
"gap": "sm",
|
|
1181
|
+
"justify": "end",
|
|
1170
1182
|
"children": [
|
|
1171
1183
|
{
|
|
1172
1184
|
"variant": "primary",
|
|
1173
|
-
"
|
|
1174
|
-
"type": "button",
|
|
1185
|
+
"label": "Next",
|
|
1175
1186
|
"icon": "arrow-right",
|
|
1176
|
-
"
|
|
1187
|
+
"action": "NEXT",
|
|
1188
|
+
"type": "button"
|
|
1177
1189
|
}
|
|
1178
|
-
]
|
|
1179
|
-
"type": "stack",
|
|
1180
|
-
"justify": "end"
|
|
1190
|
+
]
|
|
1181
1191
|
}
|
|
1182
|
-
]
|
|
1192
|
+
],
|
|
1193
|
+
"type": "stack"
|
|
1183
1194
|
}
|
|
1184
|
-
]
|
|
1195
|
+
],
|
|
1196
|
+
"padding": "lg",
|
|
1197
|
+
"maxWidth": "lg"
|
|
1185
1198
|
}
|
|
1186
1199
|
]
|
|
1187
1200
|
]
|