@nonoun/native-ai 1.0.13 → 1.0.14
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/native-ai.js +893 -893
- package/dist/register.js +893 -893
- package/package.json +1 -1
package/dist/register.js
CHANGED
|
@@ -1340,7 +1340,7 @@ const Ne = [
|
|
|
1340
1340
|
children: [
|
|
1341
1341
|
"heading",
|
|
1342
1342
|
"text",
|
|
1343
|
-
"
|
|
1343
|
+
"button"
|
|
1344
1344
|
]
|
|
1345
1345
|
},
|
|
1346
1346
|
{
|
|
@@ -1355,7 +1355,7 @@ const Ne = [
|
|
|
1355
1355
|
text: "This UI was generated from a flat A2UI component list."
|
|
1356
1356
|
},
|
|
1357
1357
|
{
|
|
1358
|
-
id: "
|
|
1358
|
+
id: "button",
|
|
1359
1359
|
component: "Button",
|
|
1360
1360
|
text: "Click Me",
|
|
1361
1361
|
variant: "primary",
|
|
@@ -1415,10 +1415,10 @@ const Ne = [
|
|
|
1415
1415
|
{
|
|
1416
1416
|
id: "actions",
|
|
1417
1417
|
component: "Row",
|
|
1418
|
-
children: ["submit
|
|
1418
|
+
children: ["button-submit", "button-cancel"]
|
|
1419
1419
|
},
|
|
1420
1420
|
{
|
|
1421
|
-
id: "submit
|
|
1421
|
+
id: "button-submit",
|
|
1422
1422
|
component: "Button",
|
|
1423
1423
|
text: "Send Message",
|
|
1424
1424
|
variant: "primary",
|
|
@@ -1428,7 +1428,7 @@ const Ne = [
|
|
|
1428
1428
|
} }
|
|
1429
1429
|
},
|
|
1430
1430
|
{
|
|
1431
|
-
id: "cancel
|
|
1431
|
+
id: "button-cancel",
|
|
1432
1432
|
component: "Button",
|
|
1433
1433
|
text: "Cancel",
|
|
1434
1434
|
action: { event: { name: "cancel_form" } }
|
|
@@ -1452,13 +1452,13 @@ const Ne = [
|
|
|
1452
1452
|
id: "root",
|
|
1453
1453
|
component: "Card",
|
|
1454
1454
|
children: [
|
|
1455
|
-
"card-
|
|
1455
|
+
"card-header",
|
|
1456
1456
|
"card-body",
|
|
1457
|
-
"card-
|
|
1457
|
+
"card-footer"
|
|
1458
1458
|
]
|
|
1459
1459
|
},
|
|
1460
1460
|
{
|
|
1461
|
-
id: "card-
|
|
1461
|
+
id: "card-header",
|
|
1462
1462
|
component: "Header",
|
|
1463
1463
|
children: ["product-name"]
|
|
1464
1464
|
},
|
|
@@ -1476,10 +1476,10 @@ const Ne = [
|
|
|
1476
1476
|
{
|
|
1477
1477
|
id: "card-content",
|
|
1478
1478
|
component: "Column",
|
|
1479
|
-
children: ["product-
|
|
1479
|
+
children: ["product-description", "product-price"]
|
|
1480
1480
|
},
|
|
1481
1481
|
{
|
|
1482
|
-
id: "product-
|
|
1482
|
+
id: "product-description",
|
|
1483
1483
|
component: "Text",
|
|
1484
1484
|
text: "A high-quality widget built with native web components. Supports all modern browsers."
|
|
1485
1485
|
},
|
|
@@ -1490,24 +1490,24 @@ const Ne = [
|
|
|
1490
1490
|
variant: "h4"
|
|
1491
1491
|
},
|
|
1492
1492
|
{
|
|
1493
|
-
id: "card-
|
|
1493
|
+
id: "card-footer",
|
|
1494
1494
|
component: "Footer",
|
|
1495
1495
|
children: ["product-actions"]
|
|
1496
1496
|
},
|
|
1497
1497
|
{
|
|
1498
1498
|
id: "product-actions",
|
|
1499
1499
|
component: "Row",
|
|
1500
|
-
children: ["buy
|
|
1500
|
+
children: ["button-buy", "button-wishlist"]
|
|
1501
1501
|
},
|
|
1502
1502
|
{
|
|
1503
|
-
id: "buy
|
|
1503
|
+
id: "button-buy",
|
|
1504
1504
|
component: "Button",
|
|
1505
1505
|
text: "Add to Cart",
|
|
1506
1506
|
variant: "primary",
|
|
1507
1507
|
action: { event: { name: "add_to_cart" } }
|
|
1508
1508
|
},
|
|
1509
1509
|
{
|
|
1510
|
-
id: "wishlist
|
|
1510
|
+
id: "button-wishlist",
|
|
1511
1511
|
component: "Button",
|
|
1512
1512
|
text: "Wishlist",
|
|
1513
1513
|
action: { event: { name: "add_to_wishlist" } }
|
|
@@ -1726,7 +1726,7 @@ const Ne = [
|
|
|
1726
1726
|
{
|
|
1727
1727
|
id: "counter-row",
|
|
1728
1728
|
component: "Row",
|
|
1729
|
-
children: ["counter-label", "
|
|
1729
|
+
children: ["counter-label", "button-increment"]
|
|
1730
1730
|
},
|
|
1731
1731
|
{
|
|
1732
1732
|
id: "counter-label",
|
|
@@ -1734,7 +1734,7 @@ const Ne = [
|
|
|
1734
1734
|
text: { path: "/counter" }
|
|
1735
1735
|
},
|
|
1736
1736
|
{
|
|
1737
|
-
id: "
|
|
1737
|
+
id: "button-increment",
|
|
1738
1738
|
component: "Button",
|
|
1739
1739
|
text: "Increment",
|
|
1740
1740
|
variant: "primary",
|
|
@@ -1780,7 +1780,7 @@ const Ne = [
|
|
|
1780
1780
|
children: [
|
|
1781
1781
|
"title",
|
|
1782
1782
|
"count",
|
|
1783
|
-
"
|
|
1783
|
+
"button-increment"
|
|
1784
1784
|
]
|
|
1785
1785
|
},
|
|
1786
1786
|
{
|
|
@@ -1795,7 +1795,7 @@ const Ne = [
|
|
|
1795
1795
|
text: { path: "/count" }
|
|
1796
1796
|
},
|
|
1797
1797
|
{
|
|
1798
|
-
id: "
|
|
1798
|
+
id: "button-increment",
|
|
1799
1799
|
component: "Button",
|
|
1800
1800
|
text: "Increment",
|
|
1801
1801
|
variant: "primary",
|
|
@@ -1854,7 +1854,7 @@ const Ne = [
|
|
|
1854
1854
|
{
|
|
1855
1855
|
id: "root",
|
|
1856
1856
|
component: "Column",
|
|
1857
|
-
children: ["heading", "
|
|
1857
|
+
children: ["heading", "button"]
|
|
1858
1858
|
},
|
|
1859
1859
|
{
|
|
1860
1860
|
id: "heading",
|
|
@@ -1863,7 +1863,7 @@ const Ne = [
|
|
|
1863
1863
|
variant: "h2"
|
|
1864
1864
|
},
|
|
1865
1865
|
{
|
|
1866
|
-
id: "
|
|
1866
|
+
id: "button",
|
|
1867
1867
|
component: "Button",
|
|
1868
1868
|
text: "Action",
|
|
1869
1869
|
variant: "primary",
|
|
@@ -2107,10 +2107,10 @@ const Ne = [
|
|
|
2107
2107
|
{
|
|
2108
2108
|
id: "preview-card",
|
|
2109
2109
|
component: "Card",
|
|
2110
|
-
children: ["preview-
|
|
2110
|
+
children: ["preview-header", "preview-body"]
|
|
2111
2111
|
},
|
|
2112
2112
|
{
|
|
2113
|
-
id: "preview-
|
|
2113
|
+
id: "preview-header",
|
|
2114
2114
|
component: "Header",
|
|
2115
2115
|
children: ["preview-heading"]
|
|
2116
2116
|
},
|
|
@@ -2123,10 +2123,10 @@ const Ne = [
|
|
|
2123
2123
|
{
|
|
2124
2124
|
id: "preview-body",
|
|
2125
2125
|
component: "Body",
|
|
2126
|
-
child: "preview-
|
|
2126
|
+
child: "preview-column"
|
|
2127
2127
|
},
|
|
2128
2128
|
{
|
|
2129
|
-
id: "preview-
|
|
2129
|
+
id: "preview-column",
|
|
2130
2130
|
component: "Column",
|
|
2131
2131
|
children: [
|
|
2132
2132
|
"preview-name",
|
|
@@ -2254,45 +2254,45 @@ const Ne = [
|
|
|
2254
2254
|
id: "step-content",
|
|
2255
2255
|
component: "Column",
|
|
2256
2256
|
children: [
|
|
2257
|
-
"
|
|
2258
|
-
"
|
|
2259
|
-
"
|
|
2257
|
+
"project-name",
|
|
2258
|
+
"project-description",
|
|
2259
|
+
"project-visibility"
|
|
2260
2260
|
]
|
|
2261
2261
|
},
|
|
2262
2262
|
{
|
|
2263
|
-
id: "
|
|
2263
|
+
id: "project-name",
|
|
2264
2264
|
component: "TextField",
|
|
2265
2265
|
label: "Project Name",
|
|
2266
2266
|
placeholder: "My Awesome Project"
|
|
2267
2267
|
},
|
|
2268
2268
|
{
|
|
2269
|
-
id: "
|
|
2269
|
+
id: "project-description",
|
|
2270
2270
|
component: "TextArea",
|
|
2271
2271
|
label: "Description",
|
|
2272
2272
|
placeholder: "What is this project about?"
|
|
2273
2273
|
},
|
|
2274
2274
|
{
|
|
2275
|
-
id: "
|
|
2275
|
+
id: "project-visibility",
|
|
2276
2276
|
component: "Column",
|
|
2277
2277
|
children: [
|
|
2278
|
-
"
|
|
2279
|
-
"
|
|
2280
|
-
"
|
|
2278
|
+
"visibility-label",
|
|
2279
|
+
"visibility-public",
|
|
2280
|
+
"visibility-private"
|
|
2281
2281
|
]
|
|
2282
2282
|
},
|
|
2283
2283
|
{
|
|
2284
|
-
id: "
|
|
2284
|
+
id: "visibility-label",
|
|
2285
2285
|
component: "Text",
|
|
2286
2286
|
text: "Visibility",
|
|
2287
2287
|
variant: "caption"
|
|
2288
2288
|
},
|
|
2289
2289
|
{
|
|
2290
|
-
id: "
|
|
2290
|
+
id: "visibility-public",
|
|
2291
2291
|
component: "CheckBox",
|
|
2292
2292
|
label: "Public — anyone can view"
|
|
2293
2293
|
},
|
|
2294
2294
|
{
|
|
2295
|
-
id: "
|
|
2295
|
+
id: "visibility-private",
|
|
2296
2296
|
component: "CheckBox",
|
|
2297
2297
|
label: "Private — invited members only"
|
|
2298
2298
|
},
|
|
@@ -2303,16 +2303,16 @@ const Ne = [
|
|
|
2303
2303
|
{
|
|
2304
2304
|
id: "nav-row",
|
|
2305
2305
|
component: "Row",
|
|
2306
|
-
children: ["cancel
|
|
2306
|
+
children: ["button-cancel", "button-next"]
|
|
2307
2307
|
},
|
|
2308
2308
|
{
|
|
2309
|
-
id: "cancel
|
|
2309
|
+
id: "button-cancel",
|
|
2310
2310
|
component: "Button",
|
|
2311
2311
|
text: "Cancel",
|
|
2312
2312
|
action: { event: { name: "wizard_cancel" } }
|
|
2313
2313
|
},
|
|
2314
2314
|
{
|
|
2315
|
-
id: "next
|
|
2315
|
+
id: "button-next",
|
|
2316
2316
|
component: "Button",
|
|
2317
2317
|
text: "Next: Team →",
|
|
2318
2318
|
variant: "primary",
|
|
@@ -2337,23 +2337,23 @@ const Ne = [
|
|
|
2337
2337
|
id: "root",
|
|
2338
2338
|
component: "Card",
|
|
2339
2339
|
children: [
|
|
2340
|
-
"card-
|
|
2340
|
+
"card-header",
|
|
2341
2341
|
"card-body",
|
|
2342
|
-
"card-
|
|
2342
|
+
"card-footer"
|
|
2343
2343
|
]
|
|
2344
2344
|
},
|
|
2345
2345
|
{
|
|
2346
|
-
id: "card-
|
|
2346
|
+
id: "card-header",
|
|
2347
2347
|
component: "Header",
|
|
2348
2348
|
children: ["icon-row", "title"]
|
|
2349
2349
|
},
|
|
2350
2350
|
{
|
|
2351
2351
|
id: "icon-row",
|
|
2352
2352
|
component: "Row",
|
|
2353
|
-
children: ["
|
|
2353
|
+
children: ["warning-badge"]
|
|
2354
2354
|
},
|
|
2355
2355
|
{
|
|
2356
|
-
id: "
|
|
2356
|
+
id: "warning-badge",
|
|
2357
2357
|
component: "Badge",
|
|
2358
2358
|
text: "Destructive Action"
|
|
2359
2359
|
},
|
|
@@ -2366,27 +2366,27 @@ const Ne = [
|
|
|
2366
2366
|
{
|
|
2367
2367
|
id: "card-body",
|
|
2368
2368
|
component: "Body",
|
|
2369
|
-
child: "card-
|
|
2369
|
+
child: "card-column"
|
|
2370
2370
|
},
|
|
2371
2371
|
{
|
|
2372
|
-
id: "card-
|
|
2372
|
+
id: "card-column",
|
|
2373
2373
|
component: "Column",
|
|
2374
2374
|
children: [
|
|
2375
|
-
"
|
|
2375
|
+
"description",
|
|
2376
2376
|
"item-name",
|
|
2377
2377
|
"warning",
|
|
2378
2378
|
"confirm-field"
|
|
2379
2379
|
]
|
|
2380
2380
|
},
|
|
2381
2381
|
{
|
|
2382
|
-
id: "
|
|
2382
|
+
id: "description",
|
|
2383
2383
|
component: "Text",
|
|
2384
2384
|
text: "This will permanently delete the project, all its files, issues, and associated data. This action cannot be undone."
|
|
2385
2385
|
},
|
|
2386
2386
|
{
|
|
2387
2387
|
id: "item-name",
|
|
2388
2388
|
component: "Row",
|
|
2389
|
-
children: ["item-label", "item-
|
|
2389
|
+
children: ["item-label", "item-value"]
|
|
2390
2390
|
},
|
|
2391
2391
|
{
|
|
2392
2392
|
id: "item-label",
|
|
@@ -2394,7 +2394,7 @@ const Ne = [
|
|
|
2394
2394
|
text: "Project:"
|
|
2395
2395
|
},
|
|
2396
2396
|
{
|
|
2397
|
-
id: "item-
|
|
2397
|
+
id: "item-value",
|
|
2398
2398
|
component: "Text",
|
|
2399
2399
|
text: "acme-frontend",
|
|
2400
2400
|
variant: "h4"
|
|
@@ -2411,23 +2411,23 @@ const Ne = [
|
|
|
2411
2411
|
placeholder: "acme-frontend"
|
|
2412
2412
|
},
|
|
2413
2413
|
{
|
|
2414
|
-
id: "card-
|
|
2414
|
+
id: "card-footer",
|
|
2415
2415
|
component: "Footer",
|
|
2416
2416
|
children: ["actions"]
|
|
2417
2417
|
},
|
|
2418
2418
|
{
|
|
2419
2419
|
id: "actions",
|
|
2420
2420
|
component: "Row",
|
|
2421
|
-
children: ["cancel
|
|
2421
|
+
children: ["button-cancel", "button-delete"]
|
|
2422
2422
|
},
|
|
2423
2423
|
{
|
|
2424
|
-
id: "cancel
|
|
2424
|
+
id: "button-cancel",
|
|
2425
2425
|
component: "Button",
|
|
2426
2426
|
text: "Cancel",
|
|
2427
2427
|
action: { event: { name: "cancel_delete" } }
|
|
2428
2428
|
},
|
|
2429
2429
|
{
|
|
2430
|
-
id: "delete
|
|
2430
|
+
id: "button-delete",
|
|
2431
2431
|
component: "Button",
|
|
2432
2432
|
text: "Delete Project",
|
|
2433
2433
|
variant: "primary",
|
|
@@ -2454,9 +2454,9 @@ const Ne = [
|
|
|
2454
2454
|
component: "Column",
|
|
2455
2455
|
children: [
|
|
2456
2456
|
"header",
|
|
2457
|
-
"
|
|
2457
|
+
"description",
|
|
2458
2458
|
"divider-1",
|
|
2459
|
-
"
|
|
2459
|
+
"notification-section",
|
|
2460
2460
|
"divider-2",
|
|
2461
2461
|
"privacy-section",
|
|
2462
2462
|
"divider-3",
|
|
@@ -2472,7 +2472,7 @@ const Ne = [
|
|
|
2472
2472
|
variant: "h2"
|
|
2473
2473
|
},
|
|
2474
2474
|
{
|
|
2475
|
-
id: "
|
|
2475
|
+
id: "description",
|
|
2476
2476
|
component: "Text",
|
|
2477
2477
|
text: "Manage your notification, privacy, and display settings.",
|
|
2478
2478
|
variant: "caption"
|
|
@@ -2482,39 +2482,39 @@ const Ne = [
|
|
|
2482
2482
|
component: "Divider"
|
|
2483
2483
|
},
|
|
2484
2484
|
{
|
|
2485
|
-
id: "
|
|
2485
|
+
id: "notification-section",
|
|
2486
2486
|
component: "Column",
|
|
2487
2487
|
children: [
|
|
2488
|
-
"
|
|
2489
|
-
"
|
|
2490
|
-
"
|
|
2491
|
-
"
|
|
2492
|
-
"
|
|
2488
|
+
"notification-title",
|
|
2489
|
+
"notification-email",
|
|
2490
|
+
"notification-push",
|
|
2491
|
+
"notification-sms",
|
|
2492
|
+
"notification-marketing"
|
|
2493
2493
|
]
|
|
2494
2494
|
},
|
|
2495
2495
|
{
|
|
2496
|
-
id: "
|
|
2496
|
+
id: "notification-title",
|
|
2497
2497
|
component: "Text",
|
|
2498
2498
|
text: "Notifications",
|
|
2499
2499
|
variant: "h3"
|
|
2500
2500
|
},
|
|
2501
2501
|
{
|
|
2502
|
-
id: "
|
|
2502
|
+
id: "notification-email",
|
|
2503
2503
|
component: "Switch",
|
|
2504
2504
|
label: "Email notifications"
|
|
2505
2505
|
},
|
|
2506
2506
|
{
|
|
2507
|
-
id: "
|
|
2507
|
+
id: "notification-push",
|
|
2508
2508
|
component: "Switch",
|
|
2509
2509
|
label: "Push notifications"
|
|
2510
2510
|
},
|
|
2511
2511
|
{
|
|
2512
|
-
id: "
|
|
2512
|
+
id: "notification-sms",
|
|
2513
2513
|
component: "Switch",
|
|
2514
2514
|
label: "SMS alerts"
|
|
2515
2515
|
},
|
|
2516
2516
|
{
|
|
2517
|
-
id: "
|
|
2517
|
+
id: "notification-marketing",
|
|
2518
2518
|
component: "Switch",
|
|
2519
2519
|
label: "Marketing emails"
|
|
2520
2520
|
},
|
|
@@ -2527,9 +2527,9 @@ const Ne = [
|
|
|
2527
2527
|
component: "Column",
|
|
2528
2528
|
children: [
|
|
2529
2529
|
"privacy-title",
|
|
2530
|
-
"
|
|
2531
|
-
"
|
|
2532
|
-
"
|
|
2530
|
+
"privacy-profile",
|
|
2531
|
+
"privacy-activity",
|
|
2532
|
+
"privacy-search"
|
|
2533
2533
|
]
|
|
2534
2534
|
},
|
|
2535
2535
|
{
|
|
@@ -2539,17 +2539,17 @@ const Ne = [
|
|
|
2539
2539
|
variant: "h3"
|
|
2540
2540
|
},
|
|
2541
2541
|
{
|
|
2542
|
-
id: "
|
|
2542
|
+
id: "privacy-profile",
|
|
2543
2543
|
component: "Switch",
|
|
2544
2544
|
label: "Public profile"
|
|
2545
2545
|
},
|
|
2546
2546
|
{
|
|
2547
|
-
id: "
|
|
2547
|
+
id: "privacy-activity",
|
|
2548
2548
|
component: "Switch",
|
|
2549
2549
|
label: "Show activity status"
|
|
2550
2550
|
},
|
|
2551
2551
|
{
|
|
2552
|
-
id: "
|
|
2552
|
+
id: "privacy-search",
|
|
2553
2553
|
component: "Switch",
|
|
2554
2554
|
label: "Appear in search results"
|
|
2555
2555
|
},
|
|
@@ -2561,24 +2561,24 @@ const Ne = [
|
|
|
2561
2561
|
id: "appearance-section",
|
|
2562
2562
|
component: "Column",
|
|
2563
2563
|
children: [
|
|
2564
|
-
"
|
|
2565
|
-
"
|
|
2566
|
-
"
|
|
2564
|
+
"appearance-title",
|
|
2565
|
+
"appearance-compact",
|
|
2566
|
+
"appearance-animations"
|
|
2567
2567
|
]
|
|
2568
2568
|
},
|
|
2569
2569
|
{
|
|
2570
|
-
id: "
|
|
2570
|
+
id: "appearance-title",
|
|
2571
2571
|
component: "Text",
|
|
2572
2572
|
text: "Appearance",
|
|
2573
2573
|
variant: "h3"
|
|
2574
2574
|
},
|
|
2575
2575
|
{
|
|
2576
|
-
id: "
|
|
2576
|
+
id: "appearance-compact",
|
|
2577
2577
|
component: "Switch",
|
|
2578
2578
|
label: "Compact mode"
|
|
2579
2579
|
},
|
|
2580
2580
|
{
|
|
2581
|
-
id: "
|
|
2581
|
+
id: "appearance-animations",
|
|
2582
2582
|
component: "Switch",
|
|
2583
2583
|
label: "Reduce animations"
|
|
2584
2584
|
},
|
|
@@ -2589,16 +2589,16 @@ const Ne = [
|
|
|
2589
2589
|
{
|
|
2590
2590
|
id: "save-row",
|
|
2591
2591
|
component: "Row",
|
|
2592
|
-
children: ["reset
|
|
2592
|
+
children: ["button-reset", "button-save"]
|
|
2593
2593
|
},
|
|
2594
2594
|
{
|
|
2595
|
-
id: "reset
|
|
2595
|
+
id: "button-reset",
|
|
2596
2596
|
component: "Button",
|
|
2597
2597
|
text: "Reset to Defaults",
|
|
2598
2598
|
action: { event: { name: "reset_settings" } }
|
|
2599
2599
|
},
|
|
2600
2600
|
{
|
|
2601
|
-
id: "save
|
|
2601
|
+
id: "button-save",
|
|
2602
2602
|
component: "Button",
|
|
2603
2603
|
text: "Save Preferences",
|
|
2604
2604
|
variant: "primary",
|
|
@@ -2676,10 +2676,10 @@ const Ne = [
|
|
|
2676
2676
|
{
|
|
2677
2677
|
id: "cbc-card",
|
|
2678
2678
|
component: "Card",
|
|
2679
|
-
children: ["cbc-
|
|
2679
|
+
children: ["cbc-header", "cbc-body"]
|
|
2680
2680
|
},
|
|
2681
2681
|
{
|
|
2682
|
-
id: "cbc-
|
|
2682
|
+
id: "cbc-header",
|
|
2683
2683
|
component: "Header",
|
|
2684
2684
|
children: ["cbc-title"]
|
|
2685
2685
|
},
|
|
@@ -2692,10 +2692,10 @@ const Ne = [
|
|
|
2692
2692
|
{
|
|
2693
2693
|
id: "cbc-body",
|
|
2694
2694
|
component: "Body",
|
|
2695
|
-
child: "cbc-
|
|
2695
|
+
child: "cbc-column"
|
|
2696
2696
|
},
|
|
2697
2697
|
{
|
|
2698
|
-
id: "cbc-
|
|
2698
|
+
id: "cbc-column",
|
|
2699
2699
|
component: "Column",
|
|
2700
2700
|
children: [
|
|
2701
2701
|
"cbc-wbc",
|
|
@@ -2710,8 +2710,8 @@ const Ne = [
|
|
|
2710
2710
|
component: "Row",
|
|
2711
2711
|
children: [
|
|
2712
2712
|
"cbc-wbc-label",
|
|
2713
|
-
"cbc-wbc-
|
|
2714
|
-
"cbc-wbc-
|
|
2713
|
+
"cbc-wbc-value",
|
|
2714
|
+
"cbc-wbc-reference"
|
|
2715
2715
|
]
|
|
2716
2716
|
},
|
|
2717
2717
|
{
|
|
@@ -2720,12 +2720,12 @@ const Ne = [
|
|
|
2720
2720
|
text: "WBC"
|
|
2721
2721
|
},
|
|
2722
2722
|
{
|
|
2723
|
-
id: "cbc-wbc-
|
|
2723
|
+
id: "cbc-wbc-value",
|
|
2724
2724
|
component: "Badge",
|
|
2725
2725
|
text: "7.2 × 10³/µL"
|
|
2726
2726
|
},
|
|
2727
2727
|
{
|
|
2728
|
-
id: "cbc-wbc-
|
|
2728
|
+
id: "cbc-wbc-reference",
|
|
2729
2729
|
component: "Text",
|
|
2730
2730
|
text: "(4.5–11.0)",
|
|
2731
2731
|
variant: "caption"
|
|
@@ -2735,8 +2735,8 @@ const Ne = [
|
|
|
2735
2735
|
component: "Row",
|
|
2736
2736
|
children: [
|
|
2737
2737
|
"cbc-rbc-label",
|
|
2738
|
-
"cbc-rbc-
|
|
2739
|
-
"cbc-rbc-
|
|
2738
|
+
"cbc-rbc-value",
|
|
2739
|
+
"cbc-rbc-reference"
|
|
2740
2740
|
]
|
|
2741
2741
|
},
|
|
2742
2742
|
{
|
|
@@ -2745,12 +2745,12 @@ const Ne = [
|
|
|
2745
2745
|
text: "RBC"
|
|
2746
2746
|
},
|
|
2747
2747
|
{
|
|
2748
|
-
id: "cbc-rbc-
|
|
2748
|
+
id: "cbc-rbc-value",
|
|
2749
2749
|
component: "Badge",
|
|
2750
2750
|
text: "4.8 × 10⁶/µL"
|
|
2751
2751
|
},
|
|
2752
2752
|
{
|
|
2753
|
-
id: "cbc-rbc-
|
|
2753
|
+
id: "cbc-rbc-reference",
|
|
2754
2754
|
component: "Text",
|
|
2755
2755
|
text: "(4.2–5.4)",
|
|
2756
2756
|
variant: "caption"
|
|
@@ -2760,8 +2760,8 @@ const Ne = [
|
|
|
2760
2760
|
component: "Row",
|
|
2761
2761
|
children: [
|
|
2762
2762
|
"cbc-hgb-label",
|
|
2763
|
-
"cbc-hgb-
|
|
2764
|
-
"cbc-hgb-
|
|
2763
|
+
"cbc-hgb-value",
|
|
2764
|
+
"cbc-hgb-reference"
|
|
2765
2765
|
]
|
|
2766
2766
|
},
|
|
2767
2767
|
{
|
|
@@ -2770,12 +2770,12 @@ const Ne = [
|
|
|
2770
2770
|
text: "Hemoglobin"
|
|
2771
2771
|
},
|
|
2772
2772
|
{
|
|
2773
|
-
id: "cbc-hgb-
|
|
2773
|
+
id: "cbc-hgb-value",
|
|
2774
2774
|
component: "Badge",
|
|
2775
2775
|
text: "14.1 g/dL"
|
|
2776
2776
|
},
|
|
2777
2777
|
{
|
|
2778
|
-
id: "cbc-hgb-
|
|
2778
|
+
id: "cbc-hgb-reference",
|
|
2779
2779
|
component: "Text",
|
|
2780
2780
|
text: "(12.0–16.0)",
|
|
2781
2781
|
variant: "caption"
|
|
@@ -2785,8 +2785,8 @@ const Ne = [
|
|
|
2785
2785
|
component: "Row",
|
|
2786
2786
|
children: [
|
|
2787
2787
|
"cbc-hct-label",
|
|
2788
|
-
"cbc-hct-
|
|
2789
|
-
"cbc-hct-
|
|
2788
|
+
"cbc-hct-value",
|
|
2789
|
+
"cbc-hct-reference"
|
|
2790
2790
|
]
|
|
2791
2791
|
},
|
|
2792
2792
|
{
|
|
@@ -2795,12 +2795,12 @@ const Ne = [
|
|
|
2795
2795
|
text: "Hematocrit"
|
|
2796
2796
|
},
|
|
2797
2797
|
{
|
|
2798
|
-
id: "cbc-hct-
|
|
2798
|
+
id: "cbc-hct-value",
|
|
2799
2799
|
component: "Badge",
|
|
2800
2800
|
text: "42.3%"
|
|
2801
2801
|
},
|
|
2802
2802
|
{
|
|
2803
|
-
id: "cbc-hct-
|
|
2803
|
+
id: "cbc-hct-reference",
|
|
2804
2804
|
component: "Text",
|
|
2805
2805
|
text: "(36.0–46.0)",
|
|
2806
2806
|
variant: "caption"
|
|
@@ -2810,8 +2810,8 @@ const Ne = [
|
|
|
2810
2810
|
component: "Row",
|
|
2811
2811
|
children: [
|
|
2812
2812
|
"cbc-plt-label",
|
|
2813
|
-
"cbc-plt-
|
|
2814
|
-
"cbc-plt-
|
|
2813
|
+
"cbc-plt-value",
|
|
2814
|
+
"cbc-plt-reference"
|
|
2815
2815
|
]
|
|
2816
2816
|
},
|
|
2817
2817
|
{
|
|
@@ -2820,12 +2820,12 @@ const Ne = [
|
|
|
2820
2820
|
text: "Platelets"
|
|
2821
2821
|
},
|
|
2822
2822
|
{
|
|
2823
|
-
id: "cbc-plt-
|
|
2823
|
+
id: "cbc-plt-value",
|
|
2824
2824
|
component: "Badge",
|
|
2825
2825
|
text: "245 × 10³/µL"
|
|
2826
2826
|
},
|
|
2827
2827
|
{
|
|
2828
|
-
id: "cbc-plt-
|
|
2828
|
+
id: "cbc-plt-reference",
|
|
2829
2829
|
component: "Text",
|
|
2830
2830
|
text: "(150–400)",
|
|
2831
2831
|
variant: "caption"
|
|
@@ -2833,10 +2833,10 @@ const Ne = [
|
|
|
2833
2833
|
{
|
|
2834
2834
|
id: "metabolic-card",
|
|
2835
2835
|
component: "Card",
|
|
2836
|
-
children: ["metabolic-
|
|
2836
|
+
children: ["metabolic-header", "metabolic-body"]
|
|
2837
2837
|
},
|
|
2838
2838
|
{
|
|
2839
|
-
id: "metabolic-
|
|
2839
|
+
id: "metabolic-header",
|
|
2840
2840
|
component: "Header",
|
|
2841
2841
|
children: ["metabolic-title"]
|
|
2842
2842
|
},
|
|
@@ -2849,166 +2849,166 @@ const Ne = [
|
|
|
2849
2849
|
{
|
|
2850
2850
|
id: "metabolic-body",
|
|
2851
2851
|
component: "Body",
|
|
2852
|
-
child: "metabolic-
|
|
2852
|
+
child: "metabolic-column"
|
|
2853
2853
|
},
|
|
2854
2854
|
{
|
|
2855
|
-
id: "metabolic-
|
|
2855
|
+
id: "metabolic-column",
|
|
2856
2856
|
component: "Column",
|
|
2857
2857
|
children: [
|
|
2858
|
-
"
|
|
2859
|
-
"
|
|
2860
|
-
"
|
|
2861
|
-
"
|
|
2862
|
-
"
|
|
2863
|
-
"
|
|
2858
|
+
"metabolic-glucose",
|
|
2859
|
+
"metabolic-bun",
|
|
2860
|
+
"metabolic-creat",
|
|
2861
|
+
"metabolic-egfr",
|
|
2862
|
+
"metabolic-na",
|
|
2863
|
+
"metabolic-k"
|
|
2864
2864
|
]
|
|
2865
2865
|
},
|
|
2866
2866
|
{
|
|
2867
|
-
id: "
|
|
2867
|
+
id: "metabolic-glucose",
|
|
2868
2868
|
component: "Row",
|
|
2869
2869
|
children: [
|
|
2870
|
-
"
|
|
2871
|
-
"
|
|
2872
|
-
"
|
|
2870
|
+
"metabolic-glucose-label",
|
|
2871
|
+
"metabolic-glucose-value",
|
|
2872
|
+
"metabolic-glucose-reference"
|
|
2873
2873
|
]
|
|
2874
2874
|
},
|
|
2875
2875
|
{
|
|
2876
|
-
id: "
|
|
2876
|
+
id: "metabolic-glucose-label",
|
|
2877
2877
|
component: "Text",
|
|
2878
2878
|
text: "Glucose (fasting)"
|
|
2879
2879
|
},
|
|
2880
2880
|
{
|
|
2881
|
-
id: "
|
|
2881
|
+
id: "metabolic-glucose-value",
|
|
2882
2882
|
component: "Badge",
|
|
2883
2883
|
text: "105 mg/dL ↑"
|
|
2884
2884
|
},
|
|
2885
2885
|
{
|
|
2886
|
-
id: "
|
|
2886
|
+
id: "metabolic-glucose-reference",
|
|
2887
2887
|
component: "Text",
|
|
2888
2888
|
text: "(70–99) — elevated",
|
|
2889
2889
|
variant: "caption"
|
|
2890
2890
|
},
|
|
2891
2891
|
{
|
|
2892
|
-
id: "
|
|
2892
|
+
id: "metabolic-bun",
|
|
2893
2893
|
component: "Row",
|
|
2894
2894
|
children: [
|
|
2895
|
-
"
|
|
2896
|
-
"
|
|
2897
|
-
"
|
|
2895
|
+
"metabolic-bun-label",
|
|
2896
|
+
"metabolic-bun-value",
|
|
2897
|
+
"metabolic-bun-reference"
|
|
2898
2898
|
]
|
|
2899
2899
|
},
|
|
2900
2900
|
{
|
|
2901
|
-
id: "
|
|
2901
|
+
id: "metabolic-bun-label",
|
|
2902
2902
|
component: "Text",
|
|
2903
2903
|
text: "BUN"
|
|
2904
2904
|
},
|
|
2905
2905
|
{
|
|
2906
|
-
id: "
|
|
2906
|
+
id: "metabolic-bun-value",
|
|
2907
2907
|
component: "Badge",
|
|
2908
2908
|
text: "16 mg/dL"
|
|
2909
2909
|
},
|
|
2910
2910
|
{
|
|
2911
|
-
id: "
|
|
2911
|
+
id: "metabolic-bun-reference",
|
|
2912
2912
|
component: "Text",
|
|
2913
2913
|
text: "(7–20)",
|
|
2914
2914
|
variant: "caption"
|
|
2915
2915
|
},
|
|
2916
2916
|
{
|
|
2917
|
-
id: "
|
|
2917
|
+
id: "metabolic-creat",
|
|
2918
2918
|
component: "Row",
|
|
2919
2919
|
children: [
|
|
2920
|
-
"
|
|
2921
|
-
"
|
|
2922
|
-
"
|
|
2920
|
+
"metabolic-creat-label",
|
|
2921
|
+
"metabolic-creat-value",
|
|
2922
|
+
"metabolic-creat-reference"
|
|
2923
2923
|
]
|
|
2924
2924
|
},
|
|
2925
2925
|
{
|
|
2926
|
-
id: "
|
|
2926
|
+
id: "metabolic-creat-label",
|
|
2927
2927
|
component: "Text",
|
|
2928
2928
|
text: "Creatinine"
|
|
2929
2929
|
},
|
|
2930
2930
|
{
|
|
2931
|
-
id: "
|
|
2931
|
+
id: "metabolic-creat-value",
|
|
2932
2932
|
component: "Badge",
|
|
2933
2933
|
text: "0.9 mg/dL"
|
|
2934
2934
|
},
|
|
2935
2935
|
{
|
|
2936
|
-
id: "
|
|
2936
|
+
id: "metabolic-creat-reference",
|
|
2937
2937
|
component: "Text",
|
|
2938
2938
|
text: "(0.6–1.2)",
|
|
2939
2939
|
variant: "caption"
|
|
2940
2940
|
},
|
|
2941
2941
|
{
|
|
2942
|
-
id: "
|
|
2942
|
+
id: "metabolic-egfr",
|
|
2943
2943
|
component: "Row",
|
|
2944
2944
|
children: [
|
|
2945
|
-
"
|
|
2946
|
-
"
|
|
2947
|
-
"
|
|
2945
|
+
"metabolic-egfr-label",
|
|
2946
|
+
"metabolic-egfr-value",
|
|
2947
|
+
"metabolic-egfr-reference"
|
|
2948
2948
|
]
|
|
2949
2949
|
},
|
|
2950
2950
|
{
|
|
2951
|
-
id: "
|
|
2951
|
+
id: "metabolic-egfr-label",
|
|
2952
2952
|
component: "Text",
|
|
2953
2953
|
text: "eGFR"
|
|
2954
2954
|
},
|
|
2955
2955
|
{
|
|
2956
|
-
id: "
|
|
2956
|
+
id: "metabolic-egfr-value",
|
|
2957
2957
|
component: "Badge",
|
|
2958
2958
|
text: "> 90 mL/min"
|
|
2959
2959
|
},
|
|
2960
2960
|
{
|
|
2961
|
-
id: "
|
|
2961
|
+
id: "metabolic-egfr-reference",
|
|
2962
2962
|
component: "Text",
|
|
2963
2963
|
text: "(≥ 60 normal)",
|
|
2964
2964
|
variant: "caption"
|
|
2965
2965
|
},
|
|
2966
2966
|
{
|
|
2967
|
-
id: "
|
|
2967
|
+
id: "metabolic-na",
|
|
2968
2968
|
component: "Row",
|
|
2969
2969
|
children: [
|
|
2970
|
-
"
|
|
2971
|
-
"
|
|
2972
|
-
"
|
|
2970
|
+
"metabolic-na-label",
|
|
2971
|
+
"metabolic-na-value",
|
|
2972
|
+
"metabolic-na-reference"
|
|
2973
2973
|
]
|
|
2974
2974
|
},
|
|
2975
2975
|
{
|
|
2976
|
-
id: "
|
|
2976
|
+
id: "metabolic-na-label",
|
|
2977
2977
|
component: "Text",
|
|
2978
2978
|
text: "Sodium"
|
|
2979
2979
|
},
|
|
2980
2980
|
{
|
|
2981
|
-
id: "
|
|
2981
|
+
id: "metabolic-na-value",
|
|
2982
2982
|
component: "Badge",
|
|
2983
2983
|
text: "140 mEq/L"
|
|
2984
2984
|
},
|
|
2985
2985
|
{
|
|
2986
|
-
id: "
|
|
2986
|
+
id: "metabolic-na-reference",
|
|
2987
2987
|
component: "Text",
|
|
2988
2988
|
text: "(136–145)",
|
|
2989
2989
|
variant: "caption"
|
|
2990
2990
|
},
|
|
2991
2991
|
{
|
|
2992
|
-
id: "
|
|
2992
|
+
id: "metabolic-k",
|
|
2993
2993
|
component: "Row",
|
|
2994
2994
|
children: [
|
|
2995
|
-
"
|
|
2996
|
-
"
|
|
2997
|
-
"
|
|
2995
|
+
"metabolic-k-label",
|
|
2996
|
+
"metabolic-k-value",
|
|
2997
|
+
"metabolic-k-reference"
|
|
2998
2998
|
]
|
|
2999
2999
|
},
|
|
3000
3000
|
{
|
|
3001
|
-
id: "
|
|
3001
|
+
id: "metabolic-k-label",
|
|
3002
3002
|
component: "Text",
|
|
3003
3003
|
text: "Potassium"
|
|
3004
3004
|
},
|
|
3005
3005
|
{
|
|
3006
|
-
id: "
|
|
3006
|
+
id: "metabolic-k-value",
|
|
3007
3007
|
component: "Badge",
|
|
3008
3008
|
text: "4.2 mEq/L"
|
|
3009
3009
|
},
|
|
3010
3010
|
{
|
|
3011
|
-
id: "
|
|
3011
|
+
id: "metabolic-k-reference",
|
|
3012
3012
|
component: "Text",
|
|
3013
3013
|
text: "(3.5–5.0)",
|
|
3014
3014
|
variant: "caption"
|
|
@@ -3016,10 +3016,10 @@ const Ne = [
|
|
|
3016
3016
|
{
|
|
3017
3017
|
id: "lipid-card",
|
|
3018
3018
|
component: "Card",
|
|
3019
|
-
children: ["lipid-
|
|
3019
|
+
children: ["lipid-header", "lipid-body"]
|
|
3020
3020
|
},
|
|
3021
3021
|
{
|
|
3022
|
-
id: "lipid-
|
|
3022
|
+
id: "lipid-header",
|
|
3023
3023
|
component: "Header",
|
|
3024
3024
|
children: ["lipid-title"]
|
|
3025
3025
|
},
|
|
@@ -3032,115 +3032,115 @@ const Ne = [
|
|
|
3032
3032
|
{
|
|
3033
3033
|
id: "lipid-body",
|
|
3034
3034
|
component: "Body",
|
|
3035
|
-
child: "lipid-
|
|
3035
|
+
child: "lipid-column"
|
|
3036
3036
|
},
|
|
3037
3037
|
{
|
|
3038
|
-
id: "lipid-
|
|
3038
|
+
id: "lipid-column",
|
|
3039
3039
|
component: "Column",
|
|
3040
3040
|
children: [
|
|
3041
|
-
"
|
|
3042
|
-
"
|
|
3043
|
-
"
|
|
3044
|
-
"
|
|
3041
|
+
"lipid-tc",
|
|
3042
|
+
"lipid-ldl",
|
|
3043
|
+
"lipid-hdl",
|
|
3044
|
+
"lipid-trig",
|
|
3045
3045
|
"lipid-note"
|
|
3046
3046
|
]
|
|
3047
3047
|
},
|
|
3048
3048
|
{
|
|
3049
|
-
id: "
|
|
3049
|
+
id: "lipid-tc",
|
|
3050
3050
|
component: "Row",
|
|
3051
3051
|
children: [
|
|
3052
|
-
"
|
|
3053
|
-
"
|
|
3054
|
-
"
|
|
3052
|
+
"lipid-tc-label",
|
|
3053
|
+
"lipid-tc-value",
|
|
3054
|
+
"lipid-tc-reference"
|
|
3055
3055
|
]
|
|
3056
3056
|
},
|
|
3057
3057
|
{
|
|
3058
|
-
id: "
|
|
3058
|
+
id: "lipid-tc-label",
|
|
3059
3059
|
component: "Text",
|
|
3060
3060
|
text: "Total Cholesterol"
|
|
3061
3061
|
},
|
|
3062
3062
|
{
|
|
3063
|
-
id: "
|
|
3063
|
+
id: "lipid-tc-value",
|
|
3064
3064
|
component: "Badge",
|
|
3065
3065
|
text: "218 mg/dL ↑"
|
|
3066
3066
|
},
|
|
3067
3067
|
{
|
|
3068
|
-
id: "
|
|
3068
|
+
id: "lipid-tc-reference",
|
|
3069
3069
|
component: "Text",
|
|
3070
3070
|
text: "(< 200 desirable) — borderline",
|
|
3071
3071
|
variant: "caption"
|
|
3072
3072
|
},
|
|
3073
3073
|
{
|
|
3074
|
-
id: "
|
|
3074
|
+
id: "lipid-ldl",
|
|
3075
3075
|
component: "Row",
|
|
3076
3076
|
children: [
|
|
3077
|
-
"
|
|
3078
|
-
"
|
|
3079
|
-
"
|
|
3077
|
+
"lipid-ldl-label",
|
|
3078
|
+
"lipid-ldl-value",
|
|
3079
|
+
"lipid-ldl-reference"
|
|
3080
3080
|
]
|
|
3081
3081
|
},
|
|
3082
3082
|
{
|
|
3083
|
-
id: "
|
|
3083
|
+
id: "lipid-ldl-label",
|
|
3084
3084
|
component: "Text",
|
|
3085
3085
|
text: "LDL"
|
|
3086
3086
|
},
|
|
3087
3087
|
{
|
|
3088
|
-
id: "
|
|
3088
|
+
id: "lipid-ldl-value",
|
|
3089
3089
|
component: "Badge",
|
|
3090
3090
|
text: "138 mg/dL ↑"
|
|
3091
3091
|
},
|
|
3092
3092
|
{
|
|
3093
|
-
id: "
|
|
3093
|
+
id: "lipid-ldl-reference",
|
|
3094
3094
|
component: "Text",
|
|
3095
3095
|
text: "(< 100 optimal) — above optimal",
|
|
3096
3096
|
variant: "caption"
|
|
3097
3097
|
},
|
|
3098
3098
|
{
|
|
3099
|
-
id: "
|
|
3099
|
+
id: "lipid-hdl",
|
|
3100
3100
|
component: "Row",
|
|
3101
3101
|
children: [
|
|
3102
|
-
"
|
|
3103
|
-
"
|
|
3104
|
-
"
|
|
3102
|
+
"lipid-hdl-label",
|
|
3103
|
+
"lipid-hdl-value",
|
|
3104
|
+
"lipid-hdl-reference"
|
|
3105
3105
|
]
|
|
3106
3106
|
},
|
|
3107
3107
|
{
|
|
3108
|
-
id: "
|
|
3108
|
+
id: "lipid-hdl-label",
|
|
3109
3109
|
component: "Text",
|
|
3110
3110
|
text: "HDL"
|
|
3111
3111
|
},
|
|
3112
3112
|
{
|
|
3113
|
-
id: "
|
|
3113
|
+
id: "lipid-hdl-value",
|
|
3114
3114
|
component: "Badge",
|
|
3115
3115
|
text: "58 mg/dL"
|
|
3116
3116
|
},
|
|
3117
3117
|
{
|
|
3118
|
-
id: "
|
|
3118
|
+
id: "lipid-hdl-reference",
|
|
3119
3119
|
component: "Text",
|
|
3120
3120
|
text: "(≥ 40 normal)",
|
|
3121
3121
|
variant: "caption"
|
|
3122
3122
|
},
|
|
3123
3123
|
{
|
|
3124
|
-
id: "
|
|
3124
|
+
id: "lipid-trig",
|
|
3125
3125
|
component: "Row",
|
|
3126
3126
|
children: [
|
|
3127
|
-
"
|
|
3128
|
-
"
|
|
3129
|
-
"
|
|
3127
|
+
"lipid-trig-label",
|
|
3128
|
+
"lipid-trig-value",
|
|
3129
|
+
"lipid-trig-reference"
|
|
3130
3130
|
]
|
|
3131
3131
|
},
|
|
3132
3132
|
{
|
|
3133
|
-
id: "
|
|
3133
|
+
id: "lipid-trig-label",
|
|
3134
3134
|
component: "Text",
|
|
3135
3135
|
text: "Triglycerides"
|
|
3136
3136
|
},
|
|
3137
3137
|
{
|
|
3138
|
-
id: "
|
|
3138
|
+
id: "lipid-trig-value",
|
|
3139
3139
|
component: "Badge",
|
|
3140
3140
|
text: "110 mg/dL"
|
|
3141
3141
|
},
|
|
3142
3142
|
{
|
|
3143
|
-
id: "
|
|
3143
|
+
id: "lipid-trig-reference",
|
|
3144
3144
|
component: "Text",
|
|
3145
3145
|
text: "(< 150 normal)",
|
|
3146
3146
|
variant: "caption"
|
|
@@ -3159,26 +3159,26 @@ const Ne = [
|
|
|
3159
3159
|
id: "actions",
|
|
3160
3160
|
component: "Row",
|
|
3161
3161
|
children: [
|
|
3162
|
-
"download
|
|
3163
|
-
"share
|
|
3164
|
-
"history
|
|
3162
|
+
"button-download",
|
|
3163
|
+
"button-share",
|
|
3164
|
+
"button-history"
|
|
3165
3165
|
]
|
|
3166
3166
|
},
|
|
3167
3167
|
{
|
|
3168
|
-
id: "download
|
|
3168
|
+
id: "button-download",
|
|
3169
3169
|
component: "Button",
|
|
3170
3170
|
text: "Download PDF",
|
|
3171
3171
|
variant: "primary",
|
|
3172
3172
|
action: { event: { name: "download_results" } }
|
|
3173
3173
|
},
|
|
3174
3174
|
{
|
|
3175
|
-
id: "share
|
|
3175
|
+
id: "button-share",
|
|
3176
3176
|
component: "Button",
|
|
3177
3177
|
text: "Share with Provider",
|
|
3178
3178
|
action: { event: { name: "share_results" } }
|
|
3179
3179
|
},
|
|
3180
3180
|
{
|
|
3181
|
-
id: "history
|
|
3181
|
+
id: "button-history",
|
|
3182
3182
|
component: "Button",
|
|
3183
3183
|
text: "View History",
|
|
3184
3184
|
action: { event: { name: "view_history" } }
|
|
@@ -3225,7 +3225,7 @@ const Ne = [
|
|
|
3225
3225
|
children: [
|
|
3226
3226
|
"patient-name",
|
|
3227
3227
|
"patient-mrn",
|
|
3228
|
-
"patient-
|
|
3228
|
+
"patient-location"
|
|
3229
3229
|
]
|
|
3230
3230
|
},
|
|
3231
3231
|
{
|
|
@@ -3239,7 +3239,7 @@ const Ne = [
|
|
|
3239
3239
|
text: "MRN: 4820193"
|
|
3240
3240
|
},
|
|
3241
3241
|
{
|
|
3242
|
-
id: "patient-
|
|
3242
|
+
id: "patient-location",
|
|
3243
3243
|
component: "Badge",
|
|
3244
3244
|
text: "ICU Bed 3"
|
|
3245
3245
|
},
|
|
@@ -3261,10 +3261,10 @@ const Ne = [
|
|
|
3261
3261
|
{
|
|
3262
3262
|
id: "vital-hr",
|
|
3263
3263
|
component: "Card",
|
|
3264
|
-
children: ["hr-
|
|
3264
|
+
children: ["hr-header", "hr-body"]
|
|
3265
3265
|
},
|
|
3266
3266
|
{
|
|
3267
|
-
id: "hr-
|
|
3267
|
+
id: "hr-header",
|
|
3268
3268
|
component: "Header",
|
|
3269
3269
|
children: ["hr-label"]
|
|
3270
3270
|
},
|
|
@@ -3277,15 +3277,15 @@ const Ne = [
|
|
|
3277
3277
|
{
|
|
3278
3278
|
id: "hr-body",
|
|
3279
3279
|
component: "Body",
|
|
3280
|
-
child: "hr-
|
|
3280
|
+
child: "hr-column"
|
|
3281
3281
|
},
|
|
3282
3282
|
{
|
|
3283
|
-
id: "hr-
|
|
3283
|
+
id: "hr-column",
|
|
3284
3284
|
component: "Column",
|
|
3285
|
-
children: ["hr-
|
|
3285
|
+
children: ["hr-value", "hr-unit"]
|
|
3286
3286
|
},
|
|
3287
3287
|
{
|
|
3288
|
-
id: "hr-
|
|
3288
|
+
id: "hr-value",
|
|
3289
3289
|
component: "Text",
|
|
3290
3290
|
text: "82",
|
|
3291
3291
|
variant: "h2"
|
|
@@ -3299,10 +3299,10 @@ const Ne = [
|
|
|
3299
3299
|
{
|
|
3300
3300
|
id: "vital-bp",
|
|
3301
3301
|
component: "Card",
|
|
3302
|
-
children: ["bp-
|
|
3302
|
+
children: ["bp-header", "bp-body"]
|
|
3303
3303
|
},
|
|
3304
3304
|
{
|
|
3305
|
-
id: "bp-
|
|
3305
|
+
id: "bp-header",
|
|
3306
3306
|
component: "Header",
|
|
3307
3307
|
children: ["bp-label"]
|
|
3308
3308
|
},
|
|
@@ -3315,15 +3315,15 @@ const Ne = [
|
|
|
3315
3315
|
{
|
|
3316
3316
|
id: "bp-body",
|
|
3317
3317
|
component: "Body",
|
|
3318
|
-
child: "bp-
|
|
3318
|
+
child: "bp-column"
|
|
3319
3319
|
},
|
|
3320
3320
|
{
|
|
3321
|
-
id: "bp-
|
|
3321
|
+
id: "bp-column",
|
|
3322
3322
|
component: "Column",
|
|
3323
|
-
children: ["bp-
|
|
3323
|
+
children: ["bp-value", "bp-unit"]
|
|
3324
3324
|
},
|
|
3325
3325
|
{
|
|
3326
|
-
id: "bp-
|
|
3326
|
+
id: "bp-value",
|
|
3327
3327
|
component: "Text",
|
|
3328
3328
|
text: "138/86",
|
|
3329
3329
|
variant: "h2"
|
|
@@ -3337,10 +3337,10 @@ const Ne = [
|
|
|
3337
3337
|
{
|
|
3338
3338
|
id: "vital-spo2",
|
|
3339
3339
|
component: "Card",
|
|
3340
|
-
children: ["spo2-
|
|
3340
|
+
children: ["spo2-header", "spo2-body"]
|
|
3341
3341
|
},
|
|
3342
3342
|
{
|
|
3343
|
-
id: "spo2-
|
|
3343
|
+
id: "spo2-header",
|
|
3344
3344
|
component: "Header",
|
|
3345
3345
|
children: ["spo2-label"]
|
|
3346
3346
|
},
|
|
@@ -3353,15 +3353,15 @@ const Ne = [
|
|
|
3353
3353
|
{
|
|
3354
3354
|
id: "spo2-body",
|
|
3355
3355
|
component: "Body",
|
|
3356
|
-
child: "spo2-
|
|
3356
|
+
child: "spo2-column"
|
|
3357
3357
|
},
|
|
3358
3358
|
{
|
|
3359
|
-
id: "spo2-
|
|
3359
|
+
id: "spo2-column",
|
|
3360
3360
|
component: "Column",
|
|
3361
|
-
children: ["spo2-
|
|
3361
|
+
children: ["spo2-value", "spo2-unit"]
|
|
3362
3362
|
},
|
|
3363
3363
|
{
|
|
3364
|
-
id: "spo2-
|
|
3364
|
+
id: "spo2-value",
|
|
3365
3365
|
component: "Text",
|
|
3366
3366
|
text: "96",
|
|
3367
3367
|
variant: "h2"
|
|
@@ -3375,10 +3375,10 @@ const Ne = [
|
|
|
3375
3375
|
{
|
|
3376
3376
|
id: "vital-temp",
|
|
3377
3377
|
component: "Card",
|
|
3378
|
-
children: ["temp-
|
|
3378
|
+
children: ["temp-header", "temp-body"]
|
|
3379
3379
|
},
|
|
3380
3380
|
{
|
|
3381
|
-
id: "temp-
|
|
3381
|
+
id: "temp-header",
|
|
3382
3382
|
component: "Header",
|
|
3383
3383
|
children: ["temp-label"]
|
|
3384
3384
|
},
|
|
@@ -3391,15 +3391,15 @@ const Ne = [
|
|
|
3391
3391
|
{
|
|
3392
3392
|
id: "temp-body",
|
|
3393
3393
|
component: "Body",
|
|
3394
|
-
child: "temp-
|
|
3394
|
+
child: "temp-column"
|
|
3395
3395
|
},
|
|
3396
3396
|
{
|
|
3397
|
-
id: "temp-
|
|
3397
|
+
id: "temp-column",
|
|
3398
3398
|
component: "Column",
|
|
3399
|
-
children: ["temp-
|
|
3399
|
+
children: ["temp-value", "temp-unit"]
|
|
3400
3400
|
},
|
|
3401
3401
|
{
|
|
3402
|
-
id: "temp-
|
|
3402
|
+
id: "temp-value",
|
|
3403
3403
|
component: "Text",
|
|
3404
3404
|
text: "37.2",
|
|
3405
3405
|
variant: "h2"
|
|
@@ -3413,10 +3413,10 @@ const Ne = [
|
|
|
3413
3413
|
{
|
|
3414
3414
|
id: "vital-rr",
|
|
3415
3415
|
component: "Card",
|
|
3416
|
-
children: ["rr-
|
|
3416
|
+
children: ["rr-header", "rr-body"]
|
|
3417
3417
|
},
|
|
3418
3418
|
{
|
|
3419
|
-
id: "rr-
|
|
3419
|
+
id: "rr-header",
|
|
3420
3420
|
component: "Header",
|
|
3421
3421
|
children: ["rr-label"]
|
|
3422
3422
|
},
|
|
@@ -3429,15 +3429,15 @@ const Ne = [
|
|
|
3429
3429
|
{
|
|
3430
3430
|
id: "rr-body",
|
|
3431
3431
|
component: "Body",
|
|
3432
|
-
child: "rr-
|
|
3432
|
+
child: "rr-column"
|
|
3433
3433
|
},
|
|
3434
3434
|
{
|
|
3435
|
-
id: "rr-
|
|
3435
|
+
id: "rr-column",
|
|
3436
3436
|
component: "Column",
|
|
3437
|
-
children: ["rr-
|
|
3437
|
+
children: ["rr-value", "rr-unit"]
|
|
3438
3438
|
},
|
|
3439
3439
|
{
|
|
3440
|
-
id: "rr-
|
|
3440
|
+
id: "rr-value",
|
|
3441
3441
|
component: "Text",
|
|
3442
3442
|
text: "18",
|
|
3443
3443
|
variant: "h2"
|
|
@@ -3455,10 +3455,10 @@ const Ne = [
|
|
|
3455
3455
|
{
|
|
3456
3456
|
id: "trend-card",
|
|
3457
3457
|
component: "Card",
|
|
3458
|
-
children: ["trend-
|
|
3458
|
+
children: ["trend-header", "trend-body"]
|
|
3459
3459
|
},
|
|
3460
3460
|
{
|
|
3461
|
-
id: "trend-
|
|
3461
|
+
id: "trend-header",
|
|
3462
3462
|
component: "Header",
|
|
3463
3463
|
children: ["trend-title"]
|
|
3464
3464
|
},
|
|
@@ -3471,10 +3471,10 @@ const Ne = [
|
|
|
3471
3471
|
{
|
|
3472
3472
|
id: "trend-body",
|
|
3473
3473
|
component: "Body",
|
|
3474
|
-
child: "trend-
|
|
3474
|
+
child: "trend-column"
|
|
3475
3475
|
},
|
|
3476
3476
|
{
|
|
3477
|
-
id: "trend-
|
|
3477
|
+
id: "trend-column",
|
|
3478
3478
|
component: "Column",
|
|
3479
3479
|
children: [
|
|
3480
3480
|
"trend-bp",
|
|
@@ -3504,10 +3504,10 @@ const Ne = [
|
|
|
3504
3504
|
{
|
|
3505
3505
|
id: "alert-card",
|
|
3506
3506
|
component: "Card",
|
|
3507
|
-
children: ["alert-
|
|
3507
|
+
children: ["alert-header", "alert-body"]
|
|
3508
3508
|
},
|
|
3509
3509
|
{
|
|
3510
|
-
id: "alert-
|
|
3510
|
+
id: "alert-header",
|
|
3511
3511
|
component: "Header",
|
|
3512
3512
|
children: ["alert-title"]
|
|
3513
3513
|
},
|
|
@@ -3520,10 +3520,10 @@ const Ne = [
|
|
|
3520
3520
|
{
|
|
3521
3521
|
id: "alert-body",
|
|
3522
3522
|
component: "Body",
|
|
3523
|
-
child: "alert-
|
|
3523
|
+
child: "alert-column"
|
|
3524
3524
|
},
|
|
3525
3525
|
{
|
|
3526
|
-
id: "alert-
|
|
3526
|
+
id: "alert-column",
|
|
3527
3527
|
component: "Column",
|
|
3528
3528
|
children: ["alert-1", "alert-2"]
|
|
3529
3529
|
},
|
|
@@ -3561,26 +3561,26 @@ const Ne = [
|
|
|
3561
3561
|
id: "actions",
|
|
3562
3562
|
component: "Row",
|
|
3563
3563
|
children: [
|
|
3564
|
-
"chart
|
|
3565
|
-
"order
|
|
3566
|
-
"note
|
|
3564
|
+
"button-chart",
|
|
3565
|
+
"button-order",
|
|
3566
|
+
"button-note"
|
|
3567
3567
|
]
|
|
3568
3568
|
},
|
|
3569
3569
|
{
|
|
3570
|
-
id: "chart
|
|
3570
|
+
id: "button-chart",
|
|
3571
3571
|
component: "Button",
|
|
3572
3572
|
text: "Full Chart",
|
|
3573
3573
|
action: { event: { name: "view_chart" } }
|
|
3574
3574
|
},
|
|
3575
3575
|
{
|
|
3576
|
-
id: "order
|
|
3576
|
+
id: "button-order",
|
|
3577
3577
|
component: "Button",
|
|
3578
3578
|
text: "New Order",
|
|
3579
3579
|
variant: "primary",
|
|
3580
3580
|
action: { event: { name: "new_order" } }
|
|
3581
3581
|
},
|
|
3582
3582
|
{
|
|
3583
|
-
id: "note
|
|
3583
|
+
id: "button-note",
|
|
3584
3584
|
component: "Button",
|
|
3585
3585
|
text: "Add Note",
|
|
3586
3586
|
action: { event: { name: "add_note" } }
|
|
@@ -3624,15 +3624,15 @@ const Ne = [
|
|
|
3624
3624
|
{
|
|
3625
3625
|
id: "patient-row",
|
|
3626
3626
|
component: "Row",
|
|
3627
|
-
children: ["
|
|
3627
|
+
children: ["patient-name", "patient-allergies"]
|
|
3628
3628
|
},
|
|
3629
3629
|
{
|
|
3630
|
-
id: "
|
|
3630
|
+
id: "patient-name",
|
|
3631
3631
|
component: "Text",
|
|
3632
3632
|
text: "Maria Garcia, 54F"
|
|
3633
3633
|
},
|
|
3634
3634
|
{
|
|
3635
|
-
id: "
|
|
3635
|
+
id: "patient-allergies",
|
|
3636
3636
|
component: "Badge",
|
|
3637
3637
|
text: "Allergies: Penicillin, Sulfa"
|
|
3638
3638
|
},
|
|
@@ -3643,10 +3643,10 @@ const Ne = [
|
|
|
3643
3643
|
{
|
|
3644
3644
|
id: "active-card",
|
|
3645
3645
|
component: "Card",
|
|
3646
|
-
children: ["active-
|
|
3646
|
+
children: ["active-header", "active-body"]
|
|
3647
3647
|
},
|
|
3648
3648
|
{
|
|
3649
|
-
id: "active-
|
|
3649
|
+
id: "active-header",
|
|
3650
3650
|
component: "Header",
|
|
3651
3651
|
children: ["active-title"]
|
|
3652
3652
|
},
|
|
@@ -3659,10 +3659,10 @@ const Ne = [
|
|
|
3659
3659
|
{
|
|
3660
3660
|
id: "active-body",
|
|
3661
3661
|
component: "Body",
|
|
3662
|
-
child: "active-
|
|
3662
|
+
child: "active-column"
|
|
3663
3663
|
},
|
|
3664
3664
|
{
|
|
3665
|
-
id: "active-
|
|
3665
|
+
id: "active-column",
|
|
3666
3666
|
component: "Column",
|
|
3667
3667
|
children: [
|
|
3668
3668
|
"med-1",
|
|
@@ -3675,7 +3675,7 @@ const Ne = [
|
|
|
3675
3675
|
{
|
|
3676
3676
|
id: "med-1",
|
|
3677
3677
|
component: "Row",
|
|
3678
|
-
children: ["med-1-check", "med-1-
|
|
3678
|
+
children: ["med-1-check", "med-1-column"]
|
|
3679
3679
|
},
|
|
3680
3680
|
{
|
|
3681
3681
|
id: "med-1-check",
|
|
@@ -3683,7 +3683,7 @@ const Ne = [
|
|
|
3683
3683
|
label: ""
|
|
3684
3684
|
},
|
|
3685
3685
|
{
|
|
3686
|
-
id: "med-1-
|
|
3686
|
+
id: "med-1-column",
|
|
3687
3687
|
component: "Column",
|
|
3688
3688
|
children: ["med-1-name", "med-1-detail"]
|
|
3689
3689
|
},
|
|
@@ -3701,7 +3701,7 @@ const Ne = [
|
|
|
3701
3701
|
{
|
|
3702
3702
|
id: "med-2",
|
|
3703
3703
|
component: "Row",
|
|
3704
|
-
children: ["med-2-check", "med-2-
|
|
3704
|
+
children: ["med-2-check", "med-2-column"]
|
|
3705
3705
|
},
|
|
3706
3706
|
{
|
|
3707
3707
|
id: "med-2-check",
|
|
@@ -3709,7 +3709,7 @@ const Ne = [
|
|
|
3709
3709
|
label: ""
|
|
3710
3710
|
},
|
|
3711
3711
|
{
|
|
3712
|
-
id: "med-2-
|
|
3712
|
+
id: "med-2-column",
|
|
3713
3713
|
component: "Column",
|
|
3714
3714
|
children: ["med-2-name", "med-2-detail"]
|
|
3715
3715
|
},
|
|
@@ -3727,7 +3727,7 @@ const Ne = [
|
|
|
3727
3727
|
{
|
|
3728
3728
|
id: "med-3",
|
|
3729
3729
|
component: "Row",
|
|
3730
|
-
children: ["med-3-check", "med-3-
|
|
3730
|
+
children: ["med-3-check", "med-3-column"]
|
|
3731
3731
|
},
|
|
3732
3732
|
{
|
|
3733
3733
|
id: "med-3-check",
|
|
@@ -3735,7 +3735,7 @@ const Ne = [
|
|
|
3735
3735
|
label: ""
|
|
3736
3736
|
},
|
|
3737
3737
|
{
|
|
3738
|
-
id: "med-3-
|
|
3738
|
+
id: "med-3-column",
|
|
3739
3739
|
component: "Column",
|
|
3740
3740
|
children: ["med-3-name", "med-3-detail"]
|
|
3741
3741
|
},
|
|
@@ -3753,7 +3753,7 @@ const Ne = [
|
|
|
3753
3753
|
{
|
|
3754
3754
|
id: "med-4",
|
|
3755
3755
|
component: "Row",
|
|
3756
|
-
children: ["med-4-check", "med-4-
|
|
3756
|
+
children: ["med-4-check", "med-4-column"]
|
|
3757
3757
|
},
|
|
3758
3758
|
{
|
|
3759
3759
|
id: "med-4-check",
|
|
@@ -3761,7 +3761,7 @@ const Ne = [
|
|
|
3761
3761
|
label: ""
|
|
3762
3762
|
},
|
|
3763
3763
|
{
|
|
3764
|
-
id: "med-4-
|
|
3764
|
+
id: "med-4-column",
|
|
3765
3765
|
component: "Column",
|
|
3766
3766
|
children: ["med-4-name", "med-4-detail"]
|
|
3767
3767
|
},
|
|
@@ -3779,7 +3779,7 @@ const Ne = [
|
|
|
3779
3779
|
{
|
|
3780
3780
|
id: "med-5",
|
|
3781
3781
|
component: "Row",
|
|
3782
|
-
children: ["med-5-check", "med-5-
|
|
3782
|
+
children: ["med-5-check", "med-5-column"]
|
|
3783
3783
|
},
|
|
3784
3784
|
{
|
|
3785
3785
|
id: "med-5-check",
|
|
@@ -3787,7 +3787,7 @@ const Ne = [
|
|
|
3787
3787
|
label: ""
|
|
3788
3788
|
},
|
|
3789
3789
|
{
|
|
3790
|
-
id: "med-5-
|
|
3790
|
+
id: "med-5-column",
|
|
3791
3791
|
component: "Column",
|
|
3792
3792
|
children: ["med-5-name", "med-5-detail"]
|
|
3793
3793
|
},
|
|
@@ -3809,57 +3809,57 @@ const Ne = [
|
|
|
3809
3809
|
{
|
|
3810
3810
|
id: "discontinued-card",
|
|
3811
3811
|
component: "Card",
|
|
3812
|
-
children: ["
|
|
3812
|
+
children: ["discontinued-header", "discontinued-body"]
|
|
3813
3813
|
},
|
|
3814
3814
|
{
|
|
3815
|
-
id: "
|
|
3815
|
+
id: "discontinued-header",
|
|
3816
3816
|
component: "Header",
|
|
3817
|
-
children: ["
|
|
3817
|
+
children: ["discontinued-title"]
|
|
3818
3818
|
},
|
|
3819
3819
|
{
|
|
3820
|
-
id: "
|
|
3820
|
+
id: "discontinued-title",
|
|
3821
3821
|
component: "Text",
|
|
3822
3822
|
text: "Recently Discontinued",
|
|
3823
3823
|
variant: "h3"
|
|
3824
3824
|
},
|
|
3825
3825
|
{
|
|
3826
|
-
id: "
|
|
3826
|
+
id: "discontinued-body",
|
|
3827
3827
|
component: "Body",
|
|
3828
|
-
child: "
|
|
3828
|
+
child: "discontinued-column"
|
|
3829
3829
|
},
|
|
3830
3830
|
{
|
|
3831
|
-
id: "
|
|
3831
|
+
id: "discontinued-column",
|
|
3832
3832
|
component: "Column",
|
|
3833
|
-
children: ["
|
|
3833
|
+
children: ["discontinued-1", "discontinued-2"]
|
|
3834
3834
|
},
|
|
3835
3835
|
{
|
|
3836
|
-
id: "
|
|
3836
|
+
id: "discontinued-1",
|
|
3837
3837
|
component: "Row",
|
|
3838
|
-
children: ["
|
|
3838
|
+
children: ["discontinued-1-name", "discontinued-1-reason"]
|
|
3839
3839
|
},
|
|
3840
3840
|
{
|
|
3841
|
-
id: "
|
|
3841
|
+
id: "discontinued-1-name",
|
|
3842
3842
|
component: "Text",
|
|
3843
3843
|
text: "Glipizide 5mg"
|
|
3844
3844
|
},
|
|
3845
3845
|
{
|
|
3846
|
-
id: "
|
|
3846
|
+
id: "discontinued-1-reason",
|
|
3847
3847
|
component: "Text",
|
|
3848
3848
|
text: "Replaced by Metformin (Feb 1)",
|
|
3849
3849
|
variant: "caption"
|
|
3850
3850
|
},
|
|
3851
3851
|
{
|
|
3852
|
-
id: "
|
|
3852
|
+
id: "discontinued-2",
|
|
3853
3853
|
component: "Row",
|
|
3854
|
-
children: ["
|
|
3854
|
+
children: ["discontinued-2-name", "discontinued-2-reason"]
|
|
3855
3855
|
},
|
|
3856
3856
|
{
|
|
3857
|
-
id: "
|
|
3857
|
+
id: "discontinued-2-name",
|
|
3858
3858
|
component: "Text",
|
|
3859
3859
|
text: "Ibuprofen 400mg PRN"
|
|
3860
3860
|
},
|
|
3861
3861
|
{
|
|
3862
|
-
id: "
|
|
3862
|
+
id: "discontinued-2-reason",
|
|
3863
3863
|
component: "Text",
|
|
3864
3864
|
text: "Renal concern — switch to acetaminophen (Jan 15)",
|
|
3865
3865
|
variant: "caption"
|
|
@@ -3871,15 +3871,15 @@ const Ne = [
|
|
|
3871
3871
|
{
|
|
3872
3872
|
id: "interaction-card",
|
|
3873
3873
|
component: "Card",
|
|
3874
|
-
children: ["interaction-
|
|
3874
|
+
children: ["interaction-header", "interaction-body"]
|
|
3875
3875
|
},
|
|
3876
3876
|
{
|
|
3877
|
-
id: "interaction-
|
|
3877
|
+
id: "interaction-header",
|
|
3878
3878
|
component: "Header",
|
|
3879
|
-
children: ["
|
|
3879
|
+
children: ["interaction-title"]
|
|
3880
3880
|
},
|
|
3881
3881
|
{
|
|
3882
|
-
id: "
|
|
3882
|
+
id: "interaction-title",
|
|
3883
3883
|
component: "Text",
|
|
3884
3884
|
text: "Drug Interactions",
|
|
3885
3885
|
variant: "h3"
|
|
@@ -3887,25 +3887,25 @@ const Ne = [
|
|
|
3887
3887
|
{
|
|
3888
3888
|
id: "interaction-body",
|
|
3889
3889
|
component: "Body",
|
|
3890
|
-
child: "
|
|
3890
|
+
child: "interaction-column"
|
|
3891
3891
|
},
|
|
3892
3892
|
{
|
|
3893
|
-
id: "
|
|
3893
|
+
id: "interaction-column",
|
|
3894
3894
|
component: "Column",
|
|
3895
|
-
children: ["
|
|
3895
|
+
children: ["interaction-1"]
|
|
3896
3896
|
},
|
|
3897
3897
|
{
|
|
3898
|
-
id: "
|
|
3898
|
+
id: "interaction-1",
|
|
3899
3899
|
component: "Row",
|
|
3900
|
-
children: ["
|
|
3900
|
+
children: ["interaction-1-badge", "interaction-1-text"]
|
|
3901
3901
|
},
|
|
3902
3902
|
{
|
|
3903
|
-
id: "
|
|
3903
|
+
id: "interaction-1-badge",
|
|
3904
3904
|
component: "Badge",
|
|
3905
3905
|
text: "Low Risk"
|
|
3906
3906
|
},
|
|
3907
3907
|
{
|
|
3908
|
-
id: "
|
|
3908
|
+
id: "interaction-1-text",
|
|
3909
3909
|
component: "Text",
|
|
3910
3910
|
text: "Aspirin + Lisinopril: may reduce antihypertensive effect. Monitor BP."
|
|
3911
3911
|
},
|
|
@@ -3913,26 +3913,26 @@ const Ne = [
|
|
|
3913
3913
|
id: "actions",
|
|
3914
3914
|
component: "Row",
|
|
3915
3915
|
children: [
|
|
3916
|
-
"reconcile
|
|
3917
|
-
"add-
|
|
3918
|
-
"print
|
|
3916
|
+
"button-reconcile",
|
|
3917
|
+
"button-add-medication",
|
|
3918
|
+
"button-print"
|
|
3919
3919
|
]
|
|
3920
3920
|
},
|
|
3921
3921
|
{
|
|
3922
|
-
id: "reconcile
|
|
3922
|
+
id: "button-reconcile",
|
|
3923
3923
|
component: "Button",
|
|
3924
3924
|
text: "Confirm Reconciliation",
|
|
3925
3925
|
variant: "primary",
|
|
3926
3926
|
action: { event: { name: "confirm_reconciliation" } }
|
|
3927
3927
|
},
|
|
3928
3928
|
{
|
|
3929
|
-
id: "add-
|
|
3929
|
+
id: "button-add-medication",
|
|
3930
3930
|
component: "Button",
|
|
3931
3931
|
text: "Add Medication",
|
|
3932
3932
|
action: { event: { name: "add_medication" } }
|
|
3933
3933
|
},
|
|
3934
3934
|
{
|
|
3935
|
-
id: "print
|
|
3935
|
+
id: "button-print",
|
|
3936
3936
|
component: "Button",
|
|
3937
3937
|
text: "Print List",
|
|
3938
3938
|
action: { event: { name: "print_med_list" } }
|
|
@@ -3960,7 +3960,7 @@ const Ne = [
|
|
|
3960
3960
|
"urgency-row",
|
|
3961
3961
|
"divider-1",
|
|
3962
3962
|
"patient-card",
|
|
3963
|
-
"
|
|
3963
|
+
"referral-card",
|
|
3964
3964
|
"clinical-card",
|
|
3965
3965
|
"divider-2",
|
|
3966
3966
|
"actions"
|
|
@@ -3994,10 +3994,10 @@ const Ne = [
|
|
|
3994
3994
|
{
|
|
3995
3995
|
id: "patient-card",
|
|
3996
3996
|
component: "Card",
|
|
3997
|
-
children: ["patient-
|
|
3997
|
+
children: ["patient-header", "patient-body"]
|
|
3998
3998
|
},
|
|
3999
3999
|
{
|
|
4000
|
-
id: "patient-
|
|
4000
|
+
id: "patient-header",
|
|
4001
4001
|
component: "Header",
|
|
4002
4002
|
children: ["patient-title"]
|
|
4003
4003
|
},
|
|
@@ -4010,10 +4010,10 @@ const Ne = [
|
|
|
4010
4010
|
{
|
|
4011
4011
|
id: "patient-body",
|
|
4012
4012
|
component: "Body",
|
|
4013
|
-
child: "patient-
|
|
4013
|
+
child: "patient-column"
|
|
4014
4014
|
},
|
|
4015
4015
|
{
|
|
4016
|
-
id: "patient-
|
|
4016
|
+
id: "patient-column",
|
|
4017
4017
|
component: "Column",
|
|
4018
4018
|
children: [
|
|
4019
4019
|
"patient-name-row",
|
|
@@ -4024,92 +4024,92 @@ const Ne = [
|
|
|
4024
4024
|
{
|
|
4025
4025
|
id: "patient-name-row",
|
|
4026
4026
|
component: "Row",
|
|
4027
|
-
children: ["
|
|
4027
|
+
children: ["patient-name-label", "patient-name-value"]
|
|
4028
4028
|
},
|
|
4029
4029
|
{
|
|
4030
|
-
id: "
|
|
4030
|
+
id: "patient-name-label",
|
|
4031
4031
|
component: "Text",
|
|
4032
4032
|
text: "Patient:"
|
|
4033
4033
|
},
|
|
4034
4034
|
{
|
|
4035
|
-
id: "
|
|
4035
|
+
id: "patient-name-value",
|
|
4036
4036
|
component: "Text",
|
|
4037
4037
|
text: "James Wilson, 45M"
|
|
4038
4038
|
},
|
|
4039
4039
|
{
|
|
4040
4040
|
id: "patient-dob-row",
|
|
4041
4041
|
component: "Row",
|
|
4042
|
-
children: ["
|
|
4042
|
+
children: ["patient-dob-label", "patient-dob-value"]
|
|
4043
4043
|
},
|
|
4044
4044
|
{
|
|
4045
|
-
id: "
|
|
4045
|
+
id: "patient-dob-label",
|
|
4046
4046
|
component: "Text",
|
|
4047
4047
|
text: "DOB:"
|
|
4048
4048
|
},
|
|
4049
4049
|
{
|
|
4050
|
-
id: "
|
|
4050
|
+
id: "patient-dob-value",
|
|
4051
4051
|
component: "Text",
|
|
4052
4052
|
text: "1981-06-22"
|
|
4053
4053
|
},
|
|
4054
4054
|
{
|
|
4055
4055
|
id: "patient-insurance",
|
|
4056
4056
|
component: "Row",
|
|
4057
|
-
children: ["
|
|
4057
|
+
children: ["patient-insurance-label", "patient-insurance-value"]
|
|
4058
4058
|
},
|
|
4059
4059
|
{
|
|
4060
|
-
id: "
|
|
4060
|
+
id: "patient-insurance-label",
|
|
4061
4061
|
component: "Text",
|
|
4062
4062
|
text: "Insurance:"
|
|
4063
4063
|
},
|
|
4064
4064
|
{
|
|
4065
|
-
id: "
|
|
4065
|
+
id: "patient-insurance-value",
|
|
4066
4066
|
component: "Text",
|
|
4067
4067
|
text: "Blue Cross PPO — ID: BCX-4829173"
|
|
4068
4068
|
},
|
|
4069
4069
|
{
|
|
4070
|
-
id: "
|
|
4070
|
+
id: "referral-card",
|
|
4071
4071
|
component: "Card",
|
|
4072
|
-
children: ["
|
|
4072
|
+
children: ["referral-header", "referral-body"]
|
|
4073
4073
|
},
|
|
4074
4074
|
{
|
|
4075
|
-
id: "
|
|
4075
|
+
id: "referral-header",
|
|
4076
4076
|
component: "Header",
|
|
4077
|
-
children: ["
|
|
4077
|
+
children: ["referral-title"]
|
|
4078
4078
|
},
|
|
4079
4079
|
{
|
|
4080
|
-
id: "
|
|
4080
|
+
id: "referral-title",
|
|
4081
4081
|
component: "Text",
|
|
4082
4082
|
text: "Referral Details",
|
|
4083
4083
|
variant: "h3"
|
|
4084
4084
|
},
|
|
4085
4085
|
{
|
|
4086
|
-
id: "
|
|
4086
|
+
id: "referral-body",
|
|
4087
4087
|
component: "Body",
|
|
4088
|
-
child: "
|
|
4088
|
+
child: "referral-column"
|
|
4089
4089
|
},
|
|
4090
4090
|
{
|
|
4091
|
-
id: "
|
|
4091
|
+
id: "referral-column",
|
|
4092
4092
|
component: "Column",
|
|
4093
4093
|
children: [
|
|
4094
|
-
"
|
|
4095
|
-
"
|
|
4096
|
-
"
|
|
4094
|
+
"referral-specialty",
|
|
4095
|
+
"referral-provider",
|
|
4096
|
+
"referral-reason"
|
|
4097
4097
|
]
|
|
4098
4098
|
},
|
|
4099
4099
|
{
|
|
4100
|
-
id: "
|
|
4100
|
+
id: "referral-specialty",
|
|
4101
4101
|
component: "TextField",
|
|
4102
4102
|
label: "Specialty",
|
|
4103
4103
|
placeholder: "e.g. Cardiology, Endocrinology"
|
|
4104
4104
|
},
|
|
4105
4105
|
{
|
|
4106
|
-
id: "
|
|
4106
|
+
id: "referral-provider",
|
|
4107
4107
|
component: "TextField",
|
|
4108
4108
|
label: "Preferred Provider (optional)",
|
|
4109
4109
|
placeholder: "Provider name or practice"
|
|
4110
4110
|
},
|
|
4111
4111
|
{
|
|
4112
|
-
id: "
|
|
4112
|
+
id: "referral-reason",
|
|
4113
4113
|
component: "TextArea",
|
|
4114
4114
|
label: "Reason for Referral",
|
|
4115
4115
|
placeholder: "Clinical indication and relevant history..."
|
|
@@ -4117,10 +4117,10 @@ const Ne = [
|
|
|
4117
4117
|
{
|
|
4118
4118
|
id: "clinical-card",
|
|
4119
4119
|
component: "Card",
|
|
4120
|
-
children: ["clinical-
|
|
4120
|
+
children: ["clinical-header", "clinical-body"]
|
|
4121
4121
|
},
|
|
4122
4122
|
{
|
|
4123
|
-
id: "clinical-
|
|
4123
|
+
id: "clinical-header",
|
|
4124
4124
|
component: "Header",
|
|
4125
4125
|
children: ["clinical-title"]
|
|
4126
4126
|
},
|
|
@@ -4133,19 +4133,19 @@ const Ne = [
|
|
|
4133
4133
|
{
|
|
4134
4134
|
id: "clinical-body",
|
|
4135
4135
|
component: "Body",
|
|
4136
|
-
child: "clinical-
|
|
4136
|
+
child: "clinical-column"
|
|
4137
4137
|
},
|
|
4138
4138
|
{
|
|
4139
|
-
id: "clinical-
|
|
4139
|
+
id: "clinical-column",
|
|
4140
4140
|
component: "Column",
|
|
4141
4141
|
children: [
|
|
4142
|
-
"clinical-
|
|
4142
|
+
"clinical-diagnosis",
|
|
4143
4143
|
"clinical-icd",
|
|
4144
4144
|
"clinical-notes"
|
|
4145
4145
|
]
|
|
4146
4146
|
},
|
|
4147
4147
|
{
|
|
4148
|
-
id: "clinical-
|
|
4148
|
+
id: "clinical-diagnosis",
|
|
4149
4149
|
component: "TextField",
|
|
4150
4150
|
label: "Primary Diagnosis",
|
|
4151
4151
|
placeholder: "e.g. Persistent atrial fibrillation"
|
|
@@ -4170,26 +4170,26 @@ const Ne = [
|
|
|
4170
4170
|
id: "actions",
|
|
4171
4171
|
component: "Row",
|
|
4172
4172
|
children: [
|
|
4173
|
-
"submit
|
|
4174
|
-
"save-draft
|
|
4175
|
-
"cancel
|
|
4173
|
+
"button-submit",
|
|
4174
|
+
"button-save-draft",
|
|
4175
|
+
"button-cancel"
|
|
4176
4176
|
]
|
|
4177
4177
|
},
|
|
4178
4178
|
{
|
|
4179
|
-
id: "submit
|
|
4179
|
+
id: "button-submit",
|
|
4180
4180
|
component: "Button",
|
|
4181
4181
|
text: "Submit Referral",
|
|
4182
4182
|
variant: "primary",
|
|
4183
4183
|
action: { event: { name: "submit_referral" } }
|
|
4184
4184
|
},
|
|
4185
4185
|
{
|
|
4186
|
-
id: "save-draft
|
|
4186
|
+
id: "button-save-draft",
|
|
4187
4187
|
component: "Button",
|
|
4188
4188
|
text: "Save Draft",
|
|
4189
4189
|
action: { event: { name: "save_draft" } }
|
|
4190
4190
|
},
|
|
4191
4191
|
{
|
|
4192
|
-
id: "cancel
|
|
4192
|
+
id: "button-cancel",
|
|
4193
4193
|
component: "Button",
|
|
4194
4194
|
text: "Cancel",
|
|
4195
4195
|
action: { event: { name: "cancel_referral" } }
|
|
@@ -4230,7 +4230,7 @@ const Ne = [
|
|
|
4230
4230
|
{
|
|
4231
4231
|
id: "search-row",
|
|
4232
4232
|
component: "Row",
|
|
4233
|
-
children: ["search-field", "search
|
|
4233
|
+
children: ["search-field", "button-search"]
|
|
4234
4234
|
},
|
|
4235
4235
|
{
|
|
4236
4236
|
id: "search-field",
|
|
@@ -4239,7 +4239,7 @@ const Ne = [
|
|
|
4239
4239
|
placeholder: "e.g. E11.65 or \"type 2 diabetes\""
|
|
4240
4240
|
},
|
|
4241
4241
|
{
|
|
4242
|
-
id: "search
|
|
4242
|
+
id: "button-search",
|
|
4243
4243
|
component: "Button",
|
|
4244
4244
|
text: "Search",
|
|
4245
4245
|
variant: "primary",
|
|
@@ -4252,10 +4252,10 @@ const Ne = [
|
|
|
4252
4252
|
{
|
|
4253
4253
|
id: "results-card",
|
|
4254
4254
|
component: "Card",
|
|
4255
|
-
children: ["results-
|
|
4255
|
+
children: ["results-header", "results-body"]
|
|
4256
4256
|
},
|
|
4257
4257
|
{
|
|
4258
|
-
id: "results-
|
|
4258
|
+
id: "results-header",
|
|
4259
4259
|
component: "Header",
|
|
4260
4260
|
children: ["results-title"]
|
|
4261
4261
|
},
|
|
@@ -4268,10 +4268,10 @@ const Ne = [
|
|
|
4268
4268
|
{
|
|
4269
4269
|
id: "results-body",
|
|
4270
4270
|
component: "Body",
|
|
4271
|
-
child: "results-
|
|
4271
|
+
child: "results-column"
|
|
4272
4272
|
},
|
|
4273
4273
|
{
|
|
4274
|
-
id: "results-
|
|
4274
|
+
id: "results-column",
|
|
4275
4275
|
component: "Column",
|
|
4276
4276
|
children: ["results-count", "result-list"]
|
|
4277
4277
|
},
|
|
@@ -4284,39 +4284,39 @@ const Ne = [
|
|
|
4284
4284
|
id: "result-list",
|
|
4285
4285
|
component: "List",
|
|
4286
4286
|
children: [
|
|
4287
|
-
"
|
|
4288
|
-
"
|
|
4289
|
-
"
|
|
4290
|
-
"
|
|
4291
|
-
"
|
|
4287
|
+
"result-1",
|
|
4288
|
+
"result-2",
|
|
4289
|
+
"result-3",
|
|
4290
|
+
"result-4",
|
|
4291
|
+
"result-5"
|
|
4292
4292
|
]
|
|
4293
4293
|
},
|
|
4294
4294
|
{
|
|
4295
|
-
id: "
|
|
4295
|
+
id: "result-1",
|
|
4296
4296
|
component: "ListItem",
|
|
4297
4297
|
text: "E11.9 — Type 2 diabetes mellitus without complications",
|
|
4298
4298
|
value: "E11.9"
|
|
4299
4299
|
},
|
|
4300
4300
|
{
|
|
4301
|
-
id: "
|
|
4301
|
+
id: "result-2",
|
|
4302
4302
|
component: "ListItem",
|
|
4303
4303
|
text: "E11.65 — Type 2 DM with hyperglycemia",
|
|
4304
4304
|
value: "E11.65"
|
|
4305
4305
|
},
|
|
4306
4306
|
{
|
|
4307
|
-
id: "
|
|
4307
|
+
id: "result-3",
|
|
4308
4308
|
component: "ListItem",
|
|
4309
4309
|
text: "E11.22 — Type 2 DM with diabetic chronic kidney disease",
|
|
4310
4310
|
value: "E11.22"
|
|
4311
4311
|
},
|
|
4312
4312
|
{
|
|
4313
|
-
id: "
|
|
4313
|
+
id: "result-4",
|
|
4314
4314
|
component: "ListItem",
|
|
4315
4315
|
text: "E11.40 — Type 2 DM with diabetic neuropathy, unspecified",
|
|
4316
4316
|
value: "E11.40"
|
|
4317
4317
|
},
|
|
4318
4318
|
{
|
|
4319
|
-
id: "
|
|
4319
|
+
id: "result-5",
|
|
4320
4320
|
component: "ListItem",
|
|
4321
4321
|
text: "E11.319 — Type 2 DM with unspecified diabetic retinopathy",
|
|
4322
4322
|
value: "E11.319"
|
|
@@ -4329,13 +4329,13 @@ const Ne = [
|
|
|
4329
4329
|
id: "detail-card",
|
|
4330
4330
|
component: "Card",
|
|
4331
4331
|
children: [
|
|
4332
|
-
"detail-
|
|
4332
|
+
"detail-header",
|
|
4333
4333
|
"detail-body",
|
|
4334
|
-
"detail-
|
|
4334
|
+
"detail-footer"
|
|
4335
4335
|
]
|
|
4336
4336
|
},
|
|
4337
4337
|
{
|
|
4338
|
-
id: "detail-
|
|
4338
|
+
id: "detail-header",
|
|
4339
4339
|
component: "Header",
|
|
4340
4340
|
children: ["detail-title"]
|
|
4341
4341
|
},
|
|
@@ -4348,14 +4348,14 @@ const Ne = [
|
|
|
4348
4348
|
{
|
|
4349
4349
|
id: "detail-body",
|
|
4350
4350
|
component: "Body",
|
|
4351
|
-
child: "detail-
|
|
4351
|
+
child: "detail-column"
|
|
4352
4352
|
},
|
|
4353
4353
|
{
|
|
4354
|
-
id: "detail-
|
|
4354
|
+
id: "detail-column",
|
|
4355
4355
|
component: "Column",
|
|
4356
4356
|
children: [
|
|
4357
4357
|
"detail-code",
|
|
4358
|
-
"detail-
|
|
4358
|
+
"detail-description",
|
|
4359
4359
|
"detail-billable",
|
|
4360
4360
|
"detail-category",
|
|
4361
4361
|
"detail-parent"
|
|
@@ -4364,7 +4364,7 @@ const Ne = [
|
|
|
4364
4364
|
{
|
|
4365
4365
|
id: "detail-code",
|
|
4366
4366
|
component: "Row",
|
|
4367
|
-
children: ["code-label", "code-
|
|
4367
|
+
children: ["code-label", "code-value"]
|
|
4368
4368
|
},
|
|
4369
4369
|
{
|
|
4370
4370
|
id: "code-label",
|
|
@@ -4372,60 +4372,60 @@ const Ne = [
|
|
|
4372
4372
|
text: "Code:"
|
|
4373
4373
|
},
|
|
4374
4374
|
{
|
|
4375
|
-
id: "code-
|
|
4375
|
+
id: "code-value",
|
|
4376
4376
|
component: "Text",
|
|
4377
4377
|
text: "E11.65",
|
|
4378
4378
|
variant: "h4"
|
|
4379
4379
|
},
|
|
4380
4380
|
{
|
|
4381
|
-
id: "detail-
|
|
4381
|
+
id: "detail-description",
|
|
4382
4382
|
component: "Row",
|
|
4383
|
-
children: ["
|
|
4383
|
+
children: ["description-label", "description-value"]
|
|
4384
4384
|
},
|
|
4385
4385
|
{
|
|
4386
|
-
id: "
|
|
4386
|
+
id: "description-label",
|
|
4387
4387
|
component: "Text",
|
|
4388
4388
|
text: "Description:"
|
|
4389
4389
|
},
|
|
4390
4390
|
{
|
|
4391
|
-
id: "
|
|
4391
|
+
id: "description-value",
|
|
4392
4392
|
component: "Text",
|
|
4393
4393
|
text: "Type 2 diabetes mellitus with hyperglycemia"
|
|
4394
4394
|
},
|
|
4395
4395
|
{
|
|
4396
4396
|
id: "detail-billable",
|
|
4397
4397
|
component: "Row",
|
|
4398
|
-
children: ["
|
|
4398
|
+
children: ["billable-label", "billable-badge"]
|
|
4399
4399
|
},
|
|
4400
4400
|
{
|
|
4401
|
-
id: "
|
|
4401
|
+
id: "billable-label",
|
|
4402
4402
|
component: "Text",
|
|
4403
4403
|
text: "Status:"
|
|
4404
4404
|
},
|
|
4405
4405
|
{
|
|
4406
|
-
id: "
|
|
4406
|
+
id: "billable-badge",
|
|
4407
4407
|
component: "Badge",
|
|
4408
4408
|
text: "Billable"
|
|
4409
4409
|
},
|
|
4410
4410
|
{
|
|
4411
4411
|
id: "detail-category",
|
|
4412
4412
|
component: "Row",
|
|
4413
|
-
children: ["
|
|
4413
|
+
children: ["category-label", "category-value"]
|
|
4414
4414
|
},
|
|
4415
4415
|
{
|
|
4416
|
-
id: "
|
|
4416
|
+
id: "category-label",
|
|
4417
4417
|
component: "Text",
|
|
4418
4418
|
text: "Category:"
|
|
4419
4419
|
},
|
|
4420
4420
|
{
|
|
4421
|
-
id: "
|
|
4421
|
+
id: "category-value",
|
|
4422
4422
|
component: "Text",
|
|
4423
4423
|
text: "E11 — Type 2 diabetes mellitus"
|
|
4424
4424
|
},
|
|
4425
4425
|
{
|
|
4426
4426
|
id: "detail-parent",
|
|
4427
4427
|
component: "Row",
|
|
4428
|
-
children: ["parent-label", "parent-
|
|
4428
|
+
children: ["parent-label", "parent-value"]
|
|
4429
4429
|
},
|
|
4430
4430
|
{
|
|
4431
4431
|
id: "parent-label",
|
|
@@ -4433,22 +4433,22 @@ const Ne = [
|
|
|
4433
4433
|
text: "Chapter:"
|
|
4434
4434
|
},
|
|
4435
4435
|
{
|
|
4436
|
-
id: "parent-
|
|
4436
|
+
id: "parent-value",
|
|
4437
4437
|
component: "Text",
|
|
4438
4438
|
text: "IV — Endocrine, nutritional and metabolic diseases (E00-E89)"
|
|
4439
4439
|
},
|
|
4440
4440
|
{
|
|
4441
|
-
id: "detail-
|
|
4441
|
+
id: "detail-footer",
|
|
4442
4442
|
component: "Footer",
|
|
4443
4443
|
children: ["detail-actions"]
|
|
4444
4444
|
},
|
|
4445
4445
|
{
|
|
4446
4446
|
id: "detail-actions",
|
|
4447
4447
|
component: "Row",
|
|
4448
|
-
children: ["use-code
|
|
4448
|
+
children: ["button-use-code", "button-related"]
|
|
4449
4449
|
},
|
|
4450
4450
|
{
|
|
4451
|
-
id: "use-code
|
|
4451
|
+
id: "button-use-code",
|
|
4452
4452
|
component: "Button",
|
|
4453
4453
|
text: "Use This Code",
|
|
4454
4454
|
variant: "primary",
|
|
@@ -4458,7 +4458,7 @@ const Ne = [
|
|
|
4458
4458
|
} }
|
|
4459
4459
|
},
|
|
4460
4460
|
{
|
|
4461
|
-
id: "related
|
|
4461
|
+
id: "button-related",
|
|
4462
4462
|
component: "Button",
|
|
4463
4463
|
text: "Related Codes",
|
|
4464
4464
|
action: { event: { name: "related_codes" } }
|
|
@@ -4502,24 +4502,24 @@ const Ne = [
|
|
|
4502
4502
|
id: "progress-row",
|
|
4503
4503
|
component: "Row",
|
|
4504
4504
|
children: [
|
|
4505
|
-
"
|
|
4506
|
-
"
|
|
4507
|
-
"
|
|
4505
|
+
"progress-1",
|
|
4506
|
+
"progress-2",
|
|
4507
|
+
"progress-3"
|
|
4508
4508
|
]
|
|
4509
4509
|
},
|
|
4510
4510
|
{
|
|
4511
|
-
id: "
|
|
4511
|
+
id: "progress-1",
|
|
4512
4512
|
component: "Badge",
|
|
4513
4513
|
text: "1. Demographics"
|
|
4514
4514
|
},
|
|
4515
4515
|
{
|
|
4516
|
-
id: "
|
|
4516
|
+
id: "progress-2",
|
|
4517
4517
|
component: "Text",
|
|
4518
4518
|
text: "2. Insurance",
|
|
4519
4519
|
variant: "caption"
|
|
4520
4520
|
},
|
|
4521
4521
|
{
|
|
4522
|
-
id: "
|
|
4522
|
+
id: "progress-3",
|
|
4523
4523
|
component: "Text",
|
|
4524
4524
|
text: "3. Medical History",
|
|
4525
4525
|
variant: "caption"
|
|
@@ -4531,90 +4531,90 @@ const Ne = [
|
|
|
4531
4531
|
{
|
|
4532
4532
|
id: "demographics-card",
|
|
4533
4533
|
component: "Card",
|
|
4534
|
-
children: ["
|
|
4534
|
+
children: ["demographics-header", "demographics-body"]
|
|
4535
4535
|
},
|
|
4536
4536
|
{
|
|
4537
|
-
id: "
|
|
4537
|
+
id: "demographics-header",
|
|
4538
4538
|
component: "Header",
|
|
4539
|
-
children: ["
|
|
4539
|
+
children: ["demographics-title"]
|
|
4540
4540
|
},
|
|
4541
4541
|
{
|
|
4542
|
-
id: "
|
|
4542
|
+
id: "demographics-title",
|
|
4543
4543
|
component: "Text",
|
|
4544
4544
|
text: "Demographics",
|
|
4545
4545
|
variant: "h3"
|
|
4546
4546
|
},
|
|
4547
4547
|
{
|
|
4548
|
-
id: "
|
|
4548
|
+
id: "demographics-body",
|
|
4549
4549
|
component: "Body",
|
|
4550
|
-
child: "
|
|
4550
|
+
child: "demographics-column"
|
|
4551
4551
|
},
|
|
4552
4552
|
{
|
|
4553
|
-
id: "
|
|
4553
|
+
id: "demographics-column",
|
|
4554
4554
|
component: "Column",
|
|
4555
4555
|
children: [
|
|
4556
|
-
"
|
|
4557
|
-
"
|
|
4558
|
-
"
|
|
4559
|
-
"
|
|
4560
|
-
"
|
|
4561
|
-
"
|
|
4556
|
+
"demographics-name-row",
|
|
4557
|
+
"demographics-dob-row",
|
|
4558
|
+
"demographics-address",
|
|
4559
|
+
"demographics-phone",
|
|
4560
|
+
"demographics-email",
|
|
4561
|
+
"demographics-emergency"
|
|
4562
4562
|
]
|
|
4563
4563
|
},
|
|
4564
4564
|
{
|
|
4565
|
-
id: "
|
|
4565
|
+
id: "demographics-name-row",
|
|
4566
4566
|
component: "Row",
|
|
4567
|
-
children: ["
|
|
4567
|
+
children: ["demographics-first", "demographics-last"]
|
|
4568
4568
|
},
|
|
4569
4569
|
{
|
|
4570
|
-
id: "
|
|
4570
|
+
id: "demographics-first",
|
|
4571
4571
|
component: "TextField",
|
|
4572
4572
|
label: "First Name",
|
|
4573
4573
|
placeholder: "First"
|
|
4574
4574
|
},
|
|
4575
4575
|
{
|
|
4576
|
-
id: "
|
|
4576
|
+
id: "demographics-last",
|
|
4577
4577
|
component: "TextField",
|
|
4578
4578
|
label: "Last Name",
|
|
4579
4579
|
placeholder: "Last"
|
|
4580
4580
|
},
|
|
4581
4581
|
{
|
|
4582
|
-
id: "
|
|
4582
|
+
id: "demographics-dob-row",
|
|
4583
4583
|
component: "Row",
|
|
4584
|
-
children: ["
|
|
4584
|
+
children: ["demographics-dob", "demographics-sex"]
|
|
4585
4585
|
},
|
|
4586
4586
|
{
|
|
4587
|
-
id: "
|
|
4587
|
+
id: "demographics-dob",
|
|
4588
4588
|
component: "TextField",
|
|
4589
4589
|
label: "Date of Birth",
|
|
4590
4590
|
placeholder: "YYYY-MM-DD"
|
|
4591
4591
|
},
|
|
4592
4592
|
{
|
|
4593
|
-
id: "
|
|
4593
|
+
id: "demographics-sex",
|
|
4594
4594
|
component: "TextField",
|
|
4595
4595
|
label: "Sex at Birth",
|
|
4596
4596
|
placeholder: "M / F / Other"
|
|
4597
4597
|
},
|
|
4598
4598
|
{
|
|
4599
|
-
id: "
|
|
4599
|
+
id: "demographics-address",
|
|
4600
4600
|
component: "TextField",
|
|
4601
4601
|
label: "Address",
|
|
4602
4602
|
placeholder: "123 Main St, City, State ZIP"
|
|
4603
4603
|
},
|
|
4604
4604
|
{
|
|
4605
|
-
id: "
|
|
4605
|
+
id: "demographics-phone",
|
|
4606
4606
|
component: "TextField",
|
|
4607
4607
|
label: "Phone",
|
|
4608
4608
|
placeholder: "(555) 000-0000"
|
|
4609
4609
|
},
|
|
4610
4610
|
{
|
|
4611
|
-
id: "
|
|
4611
|
+
id: "demographics-email",
|
|
4612
4612
|
component: "TextField",
|
|
4613
4613
|
label: "Email",
|
|
4614
4614
|
placeholder: "patient@email.com"
|
|
4615
4615
|
},
|
|
4616
4616
|
{
|
|
4617
|
-
id: "
|
|
4617
|
+
id: "demographics-emergency",
|
|
4618
4618
|
component: "TextField",
|
|
4619
4619
|
label: "Emergency Contact",
|
|
4620
4620
|
placeholder: "Name — Relationship — Phone"
|
|
@@ -4622,47 +4622,47 @@ const Ne = [
|
|
|
4622
4622
|
{
|
|
4623
4623
|
id: "insurance-card",
|
|
4624
4624
|
component: "Card",
|
|
4625
|
-
children: ["
|
|
4625
|
+
children: ["insurance-header", "insurance-body"]
|
|
4626
4626
|
},
|
|
4627
4627
|
{
|
|
4628
|
-
id: "
|
|
4628
|
+
id: "insurance-header",
|
|
4629
4629
|
component: "Header",
|
|
4630
|
-
children: ["
|
|
4630
|
+
children: ["insurance-title"]
|
|
4631
4631
|
},
|
|
4632
4632
|
{
|
|
4633
|
-
id: "
|
|
4633
|
+
id: "insurance-title",
|
|
4634
4634
|
component: "Text",
|
|
4635
4635
|
text: "Insurance",
|
|
4636
4636
|
variant: "h3"
|
|
4637
4637
|
},
|
|
4638
4638
|
{
|
|
4639
|
-
id: "
|
|
4639
|
+
id: "insurance-body",
|
|
4640
4640
|
component: "Body",
|
|
4641
|
-
child: "
|
|
4641
|
+
child: "insurance-column"
|
|
4642
4642
|
},
|
|
4643
4643
|
{
|
|
4644
|
-
id: "
|
|
4644
|
+
id: "insurance-column",
|
|
4645
4645
|
component: "Column",
|
|
4646
4646
|
children: [
|
|
4647
|
-
"
|
|
4648
|
-
"
|
|
4649
|
-
"
|
|
4647
|
+
"insurance-carrier",
|
|
4648
|
+
"insurance-id",
|
|
4649
|
+
"insurance-group"
|
|
4650
4650
|
]
|
|
4651
4651
|
},
|
|
4652
4652
|
{
|
|
4653
|
-
id: "
|
|
4653
|
+
id: "insurance-carrier",
|
|
4654
4654
|
component: "TextField",
|
|
4655
4655
|
label: "Insurance Carrier",
|
|
4656
4656
|
placeholder: "e.g. Blue Cross Blue Shield"
|
|
4657
4657
|
},
|
|
4658
4658
|
{
|
|
4659
|
-
id: "
|
|
4659
|
+
id: "insurance-id",
|
|
4660
4660
|
component: "TextField",
|
|
4661
4661
|
label: "Member ID",
|
|
4662
4662
|
placeholder: "ID number on your card"
|
|
4663
4663
|
},
|
|
4664
4664
|
{
|
|
4665
|
-
id: "
|
|
4665
|
+
id: "insurance-group",
|
|
4666
4666
|
component: "TextField",
|
|
4667
4667
|
label: "Group Number",
|
|
4668
4668
|
placeholder: "Group number on your card"
|
|
@@ -4670,54 +4670,54 @@ const Ne = [
|
|
|
4670
4670
|
{
|
|
4671
4671
|
id: "history-card",
|
|
4672
4672
|
component: "Card",
|
|
4673
|
-
children: ["
|
|
4673
|
+
children: ["history-header", "history-body"]
|
|
4674
4674
|
},
|
|
4675
4675
|
{
|
|
4676
|
-
id: "
|
|
4676
|
+
id: "history-header",
|
|
4677
4677
|
component: "Header",
|
|
4678
|
-
children: ["
|
|
4678
|
+
children: ["history-title"]
|
|
4679
4679
|
},
|
|
4680
4680
|
{
|
|
4681
|
-
id: "
|
|
4681
|
+
id: "history-title",
|
|
4682
4682
|
component: "Text",
|
|
4683
4683
|
text: "Medical History",
|
|
4684
4684
|
variant: "h3"
|
|
4685
4685
|
},
|
|
4686
4686
|
{
|
|
4687
|
-
id: "
|
|
4687
|
+
id: "history-body",
|
|
4688
4688
|
component: "Body",
|
|
4689
|
-
child: "
|
|
4689
|
+
child: "history-column"
|
|
4690
4690
|
},
|
|
4691
4691
|
{
|
|
4692
|
-
id: "
|
|
4692
|
+
id: "history-column",
|
|
4693
4693
|
component: "Column",
|
|
4694
4694
|
children: [
|
|
4695
|
-
"
|
|
4696
|
-
"
|
|
4697
|
-
"
|
|
4698
|
-
"
|
|
4695
|
+
"history-conditions",
|
|
4696
|
+
"history-surgeries",
|
|
4697
|
+
"history-allergies",
|
|
4698
|
+
"history-medications"
|
|
4699
4699
|
]
|
|
4700
4700
|
},
|
|
4701
4701
|
{
|
|
4702
|
-
id: "
|
|
4702
|
+
id: "history-conditions",
|
|
4703
4703
|
component: "TextArea",
|
|
4704
4704
|
label: "Current Conditions",
|
|
4705
4705
|
placeholder: "List any chronic conditions or diagnoses..."
|
|
4706
4706
|
},
|
|
4707
4707
|
{
|
|
4708
|
-
id: "
|
|
4708
|
+
id: "history-surgeries",
|
|
4709
4709
|
component: "TextArea",
|
|
4710
4710
|
label: "Past Surgeries",
|
|
4711
4711
|
placeholder: "List any prior surgeries and approximate dates..."
|
|
4712
4712
|
},
|
|
4713
4713
|
{
|
|
4714
|
-
id: "
|
|
4714
|
+
id: "history-allergies",
|
|
4715
4715
|
component: "TextField",
|
|
4716
4716
|
label: "Allergies",
|
|
4717
4717
|
placeholder: "Drug, food, or environmental allergies"
|
|
4718
4718
|
},
|
|
4719
4719
|
{
|
|
4720
|
-
id: "
|
|
4720
|
+
id: "history-medications",
|
|
4721
4721
|
component: "TextArea",
|
|
4722
4722
|
label: "Current Medications",
|
|
4723
4723
|
placeholder: "List all medications, doses, and frequency..."
|
|
@@ -4729,17 +4729,17 @@ const Ne = [
|
|
|
4729
4729
|
{
|
|
4730
4730
|
id: "actions",
|
|
4731
4731
|
component: "Row",
|
|
4732
|
-
children: ["submit
|
|
4732
|
+
children: ["button-submit", "button-save"]
|
|
4733
4733
|
},
|
|
4734
4734
|
{
|
|
4735
|
-
id: "submit
|
|
4735
|
+
id: "button-submit",
|
|
4736
4736
|
component: "Button",
|
|
4737
4737
|
text: "Submit Intake Form",
|
|
4738
4738
|
variant: "primary",
|
|
4739
4739
|
action: { event: { name: "submit_intake" } }
|
|
4740
4740
|
},
|
|
4741
4741
|
{
|
|
4742
|
-
id: "save
|
|
4742
|
+
id: "button-save",
|
|
4743
4743
|
component: "Button",
|
|
4744
4744
|
text: "Save Progress",
|
|
4745
4745
|
action: { event: { name: "save_intake" } }
|
|
@@ -4769,7 +4769,7 @@ const Ne = [
|
|
|
4769
4769
|
"auth-2-card",
|
|
4770
4770
|
"auth-3-card",
|
|
4771
4771
|
"divider-2",
|
|
4772
|
-
"new-
|
|
4772
|
+
"button-new-authorization"
|
|
4773
4773
|
]
|
|
4774
4774
|
},
|
|
4775
4775
|
{
|
|
@@ -4785,10 +4785,10 @@ const Ne = [
|
|
|
4785
4785
|
{
|
|
4786
4786
|
id: "auth-1-card",
|
|
4787
4787
|
component: "Card",
|
|
4788
|
-
children: ["auth-1-
|
|
4788
|
+
children: ["auth-1-header", "auth-1-body"]
|
|
4789
4789
|
},
|
|
4790
4790
|
{
|
|
4791
|
-
id: "auth-1-
|
|
4791
|
+
id: "auth-1-header",
|
|
4792
4792
|
component: "Header",
|
|
4793
4793
|
children: ["auth-1-header"]
|
|
4794
4794
|
},
|
|
@@ -4811,10 +4811,10 @@ const Ne = [
|
|
|
4811
4811
|
{
|
|
4812
4812
|
id: "auth-1-body",
|
|
4813
4813
|
component: "Body",
|
|
4814
|
-
child: "auth-1-
|
|
4814
|
+
child: "auth-1-column"
|
|
4815
4815
|
},
|
|
4816
4816
|
{
|
|
4817
|
-
id: "auth-1-
|
|
4817
|
+
id: "auth-1-column",
|
|
4818
4818
|
component: "Column",
|
|
4819
4819
|
children: ["auth-1-details", "auth-1-timeline"]
|
|
4820
4820
|
},
|
|
@@ -4824,67 +4824,67 @@ const Ne = [
|
|
|
4824
4824
|
children: [
|
|
4825
4825
|
"auth-1-pt",
|
|
4826
4826
|
"auth-1-payer",
|
|
4827
|
-
"auth-1-auth-
|
|
4827
|
+
"auth-1-auth-number",
|
|
4828
4828
|
"auth-1-valid"
|
|
4829
4829
|
]
|
|
4830
4830
|
},
|
|
4831
4831
|
{
|
|
4832
4832
|
id: "auth-1-pt",
|
|
4833
4833
|
component: "Row",
|
|
4834
|
-
children: ["auth-1-
|
|
4834
|
+
children: ["auth-1-patient-label", "auth-1-patient-value"]
|
|
4835
4835
|
},
|
|
4836
4836
|
{
|
|
4837
|
-
id: "auth-1-
|
|
4837
|
+
id: "auth-1-patient-label",
|
|
4838
4838
|
component: "Text",
|
|
4839
4839
|
text: "Patient:"
|
|
4840
4840
|
},
|
|
4841
4841
|
{
|
|
4842
|
-
id: "auth-1-
|
|
4842
|
+
id: "auth-1-patient-value",
|
|
4843
4843
|
component: "Text",
|
|
4844
4844
|
text: "Sandra Kim"
|
|
4845
4845
|
},
|
|
4846
4846
|
{
|
|
4847
4847
|
id: "auth-1-payer",
|
|
4848
4848
|
component: "Row",
|
|
4849
|
-
children: ["auth-1-payer-
|
|
4849
|
+
children: ["auth-1-payer-label", "auth-1-payer-value"]
|
|
4850
4850
|
},
|
|
4851
4851
|
{
|
|
4852
|
-
id: "auth-1-payer-
|
|
4852
|
+
id: "auth-1-payer-label",
|
|
4853
4853
|
component: "Text",
|
|
4854
4854
|
text: "Payer:"
|
|
4855
4855
|
},
|
|
4856
4856
|
{
|
|
4857
|
-
id: "auth-1-payer-
|
|
4857
|
+
id: "auth-1-payer-value",
|
|
4858
4858
|
component: "Text",
|
|
4859
4859
|
text: "Aetna PPO"
|
|
4860
4860
|
},
|
|
4861
4861
|
{
|
|
4862
|
-
id: "auth-1-auth-
|
|
4862
|
+
id: "auth-1-auth-number",
|
|
4863
4863
|
component: "Row",
|
|
4864
|
-
children: ["auth-1-
|
|
4864
|
+
children: ["auth-1-number-label", "auth-1-number-value"]
|
|
4865
4865
|
},
|
|
4866
4866
|
{
|
|
4867
|
-
id: "auth-1-
|
|
4867
|
+
id: "auth-1-number-label",
|
|
4868
4868
|
component: "Text",
|
|
4869
4869
|
text: "Auth #:"
|
|
4870
4870
|
},
|
|
4871
4871
|
{
|
|
4872
|
-
id: "auth-1-
|
|
4872
|
+
id: "auth-1-number-value",
|
|
4873
4873
|
component: "Text",
|
|
4874
4874
|
text: "PA-2026-089412"
|
|
4875
4875
|
},
|
|
4876
4876
|
{
|
|
4877
4877
|
id: "auth-1-valid",
|
|
4878
4878
|
component: "Row",
|
|
4879
|
-
children: ["auth-1-valid-
|
|
4879
|
+
children: ["auth-1-valid-label", "auth-1-valid-value"]
|
|
4880
4880
|
},
|
|
4881
4881
|
{
|
|
4882
|
-
id: "auth-1-valid-
|
|
4882
|
+
id: "auth-1-valid-label",
|
|
4883
4883
|
component: "Text",
|
|
4884
4884
|
text: "Valid:"
|
|
4885
4885
|
},
|
|
4886
4886
|
{
|
|
4887
|
-
id: "auth-1-valid-
|
|
4887
|
+
id: "auth-1-valid-value",
|
|
4888
4888
|
component: "Text",
|
|
4889
4889
|
text: "Feb 15 – May 15, 2026"
|
|
4890
4890
|
},
|
|
@@ -4898,13 +4898,13 @@ const Ne = [
|
|
|
4898
4898
|
id: "auth-2-card",
|
|
4899
4899
|
component: "Card",
|
|
4900
4900
|
children: [
|
|
4901
|
-
"auth-2-
|
|
4901
|
+
"auth-2-header",
|
|
4902
4902
|
"auth-2-body",
|
|
4903
|
-
"auth-2-
|
|
4903
|
+
"auth-2-footer"
|
|
4904
4904
|
]
|
|
4905
4905
|
},
|
|
4906
4906
|
{
|
|
4907
|
-
id: "auth-2-
|
|
4907
|
+
id: "auth-2-header",
|
|
4908
4908
|
component: "Header",
|
|
4909
4909
|
children: ["auth-2-header"]
|
|
4910
4910
|
},
|
|
@@ -4927,10 +4927,10 @@ const Ne = [
|
|
|
4927
4927
|
{
|
|
4928
4928
|
id: "auth-2-body",
|
|
4929
4929
|
component: "Body",
|
|
4930
|
-
child: "auth-2-
|
|
4930
|
+
child: "auth-2-column"
|
|
4931
4931
|
},
|
|
4932
4932
|
{
|
|
4933
|
-
id: "auth-2-
|
|
4933
|
+
id: "auth-2-column",
|
|
4934
4934
|
component: "Column",
|
|
4935
4935
|
children: ["auth-2-details", "auth-2-timeline"]
|
|
4936
4936
|
},
|
|
@@ -4940,51 +4940,51 @@ const Ne = [
|
|
|
4940
4940
|
children: [
|
|
4941
4941
|
"auth-2-pt",
|
|
4942
4942
|
"auth-2-payer",
|
|
4943
|
-
"auth-2-
|
|
4943
|
+
"auth-2-diagnosis"
|
|
4944
4944
|
]
|
|
4945
4945
|
},
|
|
4946
4946
|
{
|
|
4947
4947
|
id: "auth-2-pt",
|
|
4948
4948
|
component: "Row",
|
|
4949
|
-
children: ["auth-2-
|
|
4949
|
+
children: ["auth-2-patient-label", "auth-2-patient-value"]
|
|
4950
4950
|
},
|
|
4951
4951
|
{
|
|
4952
|
-
id: "auth-2-
|
|
4952
|
+
id: "auth-2-patient-label",
|
|
4953
4953
|
component: "Text",
|
|
4954
4954
|
text: "Patient:"
|
|
4955
4955
|
},
|
|
4956
4956
|
{
|
|
4957
|
-
id: "auth-2-
|
|
4957
|
+
id: "auth-2-patient-value",
|
|
4958
4958
|
component: "Text",
|
|
4959
4959
|
text: "David Park"
|
|
4960
4960
|
},
|
|
4961
4961
|
{
|
|
4962
4962
|
id: "auth-2-payer",
|
|
4963
4963
|
component: "Row",
|
|
4964
|
-
children: ["auth-2-payer-
|
|
4964
|
+
children: ["auth-2-payer-label", "auth-2-payer-value"]
|
|
4965
4965
|
},
|
|
4966
4966
|
{
|
|
4967
|
-
id: "auth-2-payer-
|
|
4967
|
+
id: "auth-2-payer-label",
|
|
4968
4968
|
component: "Text",
|
|
4969
4969
|
text: "Payer:"
|
|
4970
4970
|
},
|
|
4971
4971
|
{
|
|
4972
|
-
id: "auth-2-payer-
|
|
4972
|
+
id: "auth-2-payer-value",
|
|
4973
4973
|
component: "Text",
|
|
4974
4974
|
text: "UnitedHealthcare"
|
|
4975
4975
|
},
|
|
4976
4976
|
{
|
|
4977
|
-
id: "auth-2-
|
|
4977
|
+
id: "auth-2-diagnosis",
|
|
4978
4978
|
component: "Row",
|
|
4979
|
-
children: ["auth-2-
|
|
4979
|
+
children: ["auth-2-diagnosis-label", "auth-2-diagnosis-value"]
|
|
4980
4980
|
},
|
|
4981
4981
|
{
|
|
4982
|
-
id: "auth-2-
|
|
4982
|
+
id: "auth-2-diagnosis-label",
|
|
4983
4983
|
component: "Text",
|
|
4984
4984
|
text: "Diagnosis:"
|
|
4985
4985
|
},
|
|
4986
4986
|
{
|
|
4987
|
-
id: "auth-2-
|
|
4987
|
+
id: "auth-2-diagnosis-value",
|
|
4988
4988
|
component: "Text",
|
|
4989
4989
|
text: "M54.5 — Low back pain"
|
|
4990
4990
|
},
|
|
@@ -4995,24 +4995,24 @@ const Ne = [
|
|
|
4995
4995
|
variant: "caption"
|
|
4996
4996
|
},
|
|
4997
4997
|
{
|
|
4998
|
-
id: "auth-2-
|
|
4998
|
+
id: "auth-2-footer",
|
|
4999
4999
|
component: "Footer",
|
|
5000
5000
|
children: ["auth-2-actions"]
|
|
5001
5001
|
},
|
|
5002
5002
|
{
|
|
5003
5003
|
id: "auth-2-actions",
|
|
5004
5004
|
component: "Row",
|
|
5005
|
-
children: ["auth-2-check
|
|
5005
|
+
children: ["auth-2-button-check", "auth-2-button-documents"]
|
|
5006
5006
|
},
|
|
5007
5007
|
{
|
|
5008
|
-
id: "auth-2-check
|
|
5008
|
+
id: "auth-2-button-check",
|
|
5009
5009
|
component: "Button",
|
|
5010
5010
|
text: "Check Status",
|
|
5011
5011
|
variant: "primary",
|
|
5012
5012
|
action: { event: { name: "check_auth_status" } }
|
|
5013
5013
|
},
|
|
5014
5014
|
{
|
|
5015
|
-
id: "auth-2-
|
|
5015
|
+
id: "auth-2-button-documents",
|
|
5016
5016
|
component: "Button",
|
|
5017
5017
|
text: "Upload Docs",
|
|
5018
5018
|
action: { event: { name: "upload_auth_docs" } }
|
|
@@ -5021,13 +5021,13 @@ const Ne = [
|
|
|
5021
5021
|
id: "auth-3-card",
|
|
5022
5022
|
component: "Card",
|
|
5023
5023
|
children: [
|
|
5024
|
-
"auth-3-
|
|
5024
|
+
"auth-3-header",
|
|
5025
5025
|
"auth-3-body",
|
|
5026
|
-
"auth-3-
|
|
5026
|
+
"auth-3-footer"
|
|
5027
5027
|
]
|
|
5028
5028
|
},
|
|
5029
5029
|
{
|
|
5030
|
-
id: "auth-3-
|
|
5030
|
+
id: "auth-3-header",
|
|
5031
5031
|
component: "Header",
|
|
5032
5032
|
children: ["auth-3-header"]
|
|
5033
5033
|
},
|
|
@@ -5050,10 +5050,10 @@ const Ne = [
|
|
|
5050
5050
|
{
|
|
5051
5051
|
id: "auth-3-body",
|
|
5052
5052
|
component: "Body",
|
|
5053
|
-
child: "auth-3-
|
|
5053
|
+
child: "auth-3-column"
|
|
5054
5054
|
},
|
|
5055
5055
|
{
|
|
5056
|
-
id: "auth-3-
|
|
5056
|
+
id: "auth-3-column",
|
|
5057
5057
|
component: "Column",
|
|
5058
5058
|
children: ["auth-3-details", "auth-3-reason"]
|
|
5059
5059
|
},
|
|
@@ -5065,30 +5065,30 @@ const Ne = [
|
|
|
5065
5065
|
{
|
|
5066
5066
|
id: "auth-3-pt",
|
|
5067
5067
|
component: "Row",
|
|
5068
|
-
children: ["auth-3-
|
|
5068
|
+
children: ["auth-3-patient-label", "auth-3-patient-value"]
|
|
5069
5069
|
},
|
|
5070
5070
|
{
|
|
5071
|
-
id: "auth-3-
|
|
5071
|
+
id: "auth-3-patient-label",
|
|
5072
5072
|
component: "Text",
|
|
5073
5073
|
text: "Patient:"
|
|
5074
5074
|
},
|
|
5075
5075
|
{
|
|
5076
|
-
id: "auth-3-
|
|
5076
|
+
id: "auth-3-patient-value",
|
|
5077
5077
|
component: "Text",
|
|
5078
5078
|
text: "Lisa Nguyen"
|
|
5079
5079
|
},
|
|
5080
5080
|
{
|
|
5081
5081
|
id: "auth-3-payer",
|
|
5082
5082
|
component: "Row",
|
|
5083
|
-
children: ["auth-3-payer-
|
|
5083
|
+
children: ["auth-3-payer-label", "auth-3-payer-value"]
|
|
5084
5084
|
},
|
|
5085
5085
|
{
|
|
5086
|
-
id: "auth-3-payer-
|
|
5086
|
+
id: "auth-3-payer-label",
|
|
5087
5087
|
component: "Text",
|
|
5088
5088
|
text: "Payer:"
|
|
5089
5089
|
},
|
|
5090
5090
|
{
|
|
5091
|
-
id: "auth-3-payer-
|
|
5091
|
+
id: "auth-3-payer-value",
|
|
5092
5092
|
component: "Text",
|
|
5093
5093
|
text: "Cigna"
|
|
5094
5094
|
},
|
|
@@ -5098,24 +5098,24 @@ const Ne = [
|
|
|
5098
5098
|
text: "Denial reason: Step therapy not met — must trial methotrexate first. Appeal deadline: Mar 5."
|
|
5099
5099
|
},
|
|
5100
5100
|
{
|
|
5101
|
-
id: "auth-3-
|
|
5101
|
+
id: "auth-3-footer",
|
|
5102
5102
|
component: "Footer",
|
|
5103
5103
|
children: ["auth-3-actions"]
|
|
5104
5104
|
},
|
|
5105
5105
|
{
|
|
5106
5106
|
id: "auth-3-actions",
|
|
5107
5107
|
component: "Row",
|
|
5108
|
-
children: ["auth-3-appeal
|
|
5108
|
+
children: ["auth-3-button-appeal", "auth-3-button-alternative"]
|
|
5109
5109
|
},
|
|
5110
5110
|
{
|
|
5111
|
-
id: "auth-3-appeal
|
|
5111
|
+
id: "auth-3-button-appeal",
|
|
5112
5112
|
component: "Button",
|
|
5113
5113
|
text: "File Appeal",
|
|
5114
5114
|
variant: "primary",
|
|
5115
5115
|
action: { event: { name: "file_appeal" } }
|
|
5116
5116
|
},
|
|
5117
5117
|
{
|
|
5118
|
-
id: "auth-3-
|
|
5118
|
+
id: "auth-3-button-alternative",
|
|
5119
5119
|
component: "Button",
|
|
5120
5120
|
text: "Alternative Therapy",
|
|
5121
5121
|
action: { event: { name: "alt_therapy" } }
|
|
@@ -5125,7 +5125,7 @@ const Ne = [
|
|
|
5125
5125
|
component: "Divider"
|
|
5126
5126
|
},
|
|
5127
5127
|
{
|
|
5128
|
-
id: "new-
|
|
5128
|
+
id: "button-new-authorization",
|
|
5129
5129
|
component: "Button",
|
|
5130
5130
|
text: "New Prior Authorization",
|
|
5131
5131
|
variant: "primary",
|
|
@@ -5171,23 +5171,23 @@ const Ne = [
|
|
|
5171
5171
|
id: "patient-row",
|
|
5172
5172
|
component: "Row",
|
|
5173
5173
|
children: [
|
|
5174
|
-
"
|
|
5175
|
-
"
|
|
5176
|
-
"
|
|
5174
|
+
"care-plan-patient",
|
|
5175
|
+
"care-plan-dx",
|
|
5176
|
+
"care-plan-date"
|
|
5177
5177
|
]
|
|
5178
5178
|
},
|
|
5179
5179
|
{
|
|
5180
|
-
id: "
|
|
5180
|
+
id: "care-plan-patient",
|
|
5181
5181
|
component: "Text",
|
|
5182
5182
|
text: "Thomas Brown, 58M"
|
|
5183
5183
|
},
|
|
5184
5184
|
{
|
|
5185
|
-
id: "
|
|
5185
|
+
id: "care-plan-dx",
|
|
5186
5186
|
component: "Badge",
|
|
5187
5187
|
text: "E11.65 — T2DM w/ hyperglycemia"
|
|
5188
5188
|
},
|
|
5189
5189
|
{
|
|
5190
|
-
id: "
|
|
5190
|
+
id: "care-plan-date",
|
|
5191
5191
|
component: "Text",
|
|
5192
5192
|
text: "Initiated: Jan 8, 2026",
|
|
5193
5193
|
variant: "caption"
|
|
@@ -5199,10 +5199,10 @@ const Ne = [
|
|
|
5199
5199
|
{
|
|
5200
5200
|
id: "goals-card",
|
|
5201
5201
|
component: "Card",
|
|
5202
|
-
children: ["goals-
|
|
5202
|
+
children: ["goals-header", "goals-body"]
|
|
5203
5203
|
},
|
|
5204
5204
|
{
|
|
5205
|
-
id: "goals-
|
|
5205
|
+
id: "goals-header",
|
|
5206
5206
|
component: "Header",
|
|
5207
5207
|
children: ["goals-title"]
|
|
5208
5208
|
},
|
|
@@ -5215,10 +5215,10 @@ const Ne = [
|
|
|
5215
5215
|
{
|
|
5216
5216
|
id: "goals-body",
|
|
5217
5217
|
component: "Body",
|
|
5218
|
-
child: "goals-
|
|
5218
|
+
child: "goals-column"
|
|
5219
5219
|
},
|
|
5220
5220
|
{
|
|
5221
|
-
id: "goals-
|
|
5221
|
+
id: "goals-column",
|
|
5222
5222
|
component: "Column",
|
|
5223
5223
|
children: [
|
|
5224
5224
|
"goal-1",
|
|
@@ -5229,7 +5229,7 @@ const Ne = [
|
|
|
5229
5229
|
{
|
|
5230
5230
|
id: "goal-1",
|
|
5231
5231
|
component: "Row",
|
|
5232
|
-
children: ["goal-1-check", "goal-1-
|
|
5232
|
+
children: ["goal-1-check", "goal-1-column"]
|
|
5233
5233
|
},
|
|
5234
5234
|
{
|
|
5235
5235
|
id: "goal-1-check",
|
|
@@ -5237,7 +5237,7 @@ const Ne = [
|
|
|
5237
5237
|
label: ""
|
|
5238
5238
|
},
|
|
5239
5239
|
{
|
|
5240
|
-
id: "goal-1-
|
|
5240
|
+
id: "goal-1-column",
|
|
5241
5241
|
component: "Column",
|
|
5242
5242
|
children: ["goal-1-text", "goal-1-target"]
|
|
5243
5243
|
},
|
|
@@ -5255,7 +5255,7 @@ const Ne = [
|
|
|
5255
5255
|
{
|
|
5256
5256
|
id: "goal-2",
|
|
5257
5257
|
component: "Row",
|
|
5258
|
-
children: ["goal-2-check", "goal-2-
|
|
5258
|
+
children: ["goal-2-check", "goal-2-column"]
|
|
5259
5259
|
},
|
|
5260
5260
|
{
|
|
5261
5261
|
id: "goal-2-check",
|
|
@@ -5263,7 +5263,7 @@ const Ne = [
|
|
|
5263
5263
|
label: ""
|
|
5264
5264
|
},
|
|
5265
5265
|
{
|
|
5266
|
-
id: "goal-2-
|
|
5266
|
+
id: "goal-2-column",
|
|
5267
5267
|
component: "Column",
|
|
5268
5268
|
children: ["goal-2-text", "goal-2-target"]
|
|
5269
5269
|
},
|
|
@@ -5281,7 +5281,7 @@ const Ne = [
|
|
|
5281
5281
|
{
|
|
5282
5282
|
id: "goal-3",
|
|
5283
5283
|
component: "Row",
|
|
5284
|
-
children: ["goal-3-check", "goal-3-
|
|
5284
|
+
children: ["goal-3-check", "goal-3-column"]
|
|
5285
5285
|
},
|
|
5286
5286
|
{
|
|
5287
5287
|
id: "goal-3-check",
|
|
@@ -5289,7 +5289,7 @@ const Ne = [
|
|
|
5289
5289
|
label: ""
|
|
5290
5290
|
},
|
|
5291
5291
|
{
|
|
5292
|
-
id: "goal-3-
|
|
5292
|
+
id: "goal-3-column",
|
|
5293
5293
|
component: "Column",
|
|
5294
5294
|
children: ["goal-3-text", "goal-3-target"]
|
|
5295
5295
|
},
|
|
@@ -5307,15 +5307,15 @@ const Ne = [
|
|
|
5307
5307
|
{
|
|
5308
5308
|
id: "interventions-card",
|
|
5309
5309
|
component: "Card",
|
|
5310
|
-
children: ["interventions-
|
|
5310
|
+
children: ["interventions-header", "interventions-body"]
|
|
5311
5311
|
},
|
|
5312
5312
|
{
|
|
5313
|
-
id: "interventions-
|
|
5313
|
+
id: "interventions-header",
|
|
5314
5314
|
component: "Header",
|
|
5315
|
-
children: ["
|
|
5315
|
+
children: ["intervention-title"]
|
|
5316
5316
|
},
|
|
5317
5317
|
{
|
|
5318
|
-
id: "
|
|
5318
|
+
id: "intervention-title",
|
|
5319
5319
|
component: "Text",
|
|
5320
5320
|
text: "Interventions",
|
|
5321
5321
|
variant: "h3"
|
|
@@ -5323,163 +5323,163 @@ const Ne = [
|
|
|
5323
5323
|
{
|
|
5324
5324
|
id: "interventions-body",
|
|
5325
5325
|
component: "Body",
|
|
5326
|
-
child: "
|
|
5326
|
+
child: "intervention-column"
|
|
5327
5327
|
},
|
|
5328
5328
|
{
|
|
5329
|
-
id: "
|
|
5329
|
+
id: "intervention-column",
|
|
5330
5330
|
component: "Column",
|
|
5331
5331
|
children: [
|
|
5332
|
-
"
|
|
5333
|
-
"
|
|
5334
|
-
"
|
|
5335
|
-
"
|
|
5332
|
+
"intervention-medication",
|
|
5333
|
+
"intervention-diet",
|
|
5334
|
+
"intervention-exercise",
|
|
5335
|
+
"intervention-monitor"
|
|
5336
5336
|
]
|
|
5337
5337
|
},
|
|
5338
5338
|
{
|
|
5339
|
-
id: "
|
|
5339
|
+
id: "intervention-medication",
|
|
5340
5340
|
component: "Column",
|
|
5341
5341
|
children: [
|
|
5342
|
-
"
|
|
5343
|
-
"
|
|
5344
|
-
"
|
|
5342
|
+
"intervention-medication-title",
|
|
5343
|
+
"intervention-medication-1",
|
|
5344
|
+
"intervention-medication-2"
|
|
5345
5345
|
]
|
|
5346
5346
|
},
|
|
5347
5347
|
{
|
|
5348
|
-
id: "
|
|
5348
|
+
id: "intervention-medication-title",
|
|
5349
5349
|
component: "Text",
|
|
5350
5350
|
text: "Medications",
|
|
5351
5351
|
variant: "caption"
|
|
5352
5352
|
},
|
|
5353
5353
|
{
|
|
5354
|
-
id: "
|
|
5354
|
+
id: "intervention-medication-1",
|
|
5355
5355
|
component: "Text",
|
|
5356
5356
|
text: "Metformin 1000mg BID (titrated from 500mg)"
|
|
5357
5357
|
},
|
|
5358
5358
|
{
|
|
5359
|
-
id: "
|
|
5359
|
+
id: "intervention-medication-2",
|
|
5360
5360
|
component: "Text",
|
|
5361
5361
|
text: "Empagliflozin 10mg daily (added Feb 1)"
|
|
5362
5362
|
},
|
|
5363
5363
|
{
|
|
5364
|
-
id: "
|
|
5364
|
+
id: "intervention-diet",
|
|
5365
5365
|
component: "Column",
|
|
5366
|
-
children: ["
|
|
5366
|
+
children: ["intervention-diet-title", "intervention-diet-text"]
|
|
5367
5367
|
},
|
|
5368
5368
|
{
|
|
5369
|
-
id: "
|
|
5369
|
+
id: "intervention-diet-title",
|
|
5370
5370
|
component: "Text",
|
|
5371
5371
|
text: "Nutrition",
|
|
5372
5372
|
variant: "caption"
|
|
5373
5373
|
},
|
|
5374
5374
|
{
|
|
5375
|
-
id: "
|
|
5375
|
+
id: "intervention-diet-text",
|
|
5376
5376
|
component: "Text",
|
|
5377
5377
|
text: "Referred to dietitian · Low-glycemic meal plan · Carb counting education"
|
|
5378
5378
|
},
|
|
5379
5379
|
{
|
|
5380
|
-
id: "
|
|
5380
|
+
id: "intervention-exercise",
|
|
5381
5381
|
component: "Column",
|
|
5382
|
-
children: ["
|
|
5382
|
+
children: ["intervention-exercise-title", "intervention-exercise-text"]
|
|
5383
5383
|
},
|
|
5384
5384
|
{
|
|
5385
|
-
id: "
|
|
5385
|
+
id: "intervention-exercise-title",
|
|
5386
5386
|
component: "Text",
|
|
5387
5387
|
text: "Physical Activity",
|
|
5388
5388
|
variant: "caption"
|
|
5389
5389
|
},
|
|
5390
5390
|
{
|
|
5391
|
-
id: "
|
|
5391
|
+
id: "intervention-exercise-text",
|
|
5392
5392
|
component: "Text",
|
|
5393
5393
|
text: "150 min/week moderate aerobic · Resistance training 2x/week"
|
|
5394
5394
|
},
|
|
5395
5395
|
{
|
|
5396
|
-
id: "
|
|
5396
|
+
id: "intervention-monitor",
|
|
5397
5397
|
component: "Column",
|
|
5398
|
-
children: ["
|
|
5398
|
+
children: ["intervention-monitor-title", "intervention-monitor-text"]
|
|
5399
5399
|
},
|
|
5400
5400
|
{
|
|
5401
|
-
id: "
|
|
5401
|
+
id: "intervention-monitor-title",
|
|
5402
5402
|
component: "Text",
|
|
5403
5403
|
text: "Self-Monitoring",
|
|
5404
5404
|
variant: "caption"
|
|
5405
5405
|
},
|
|
5406
5406
|
{
|
|
5407
|
-
id: "
|
|
5407
|
+
id: "intervention-monitor-text",
|
|
5408
5408
|
component: "Text",
|
|
5409
5409
|
text: "FBG daily · Post-prandial 2x/week · Log in patient portal"
|
|
5410
5410
|
},
|
|
5411
5411
|
{
|
|
5412
5412
|
id: "follow-up-card",
|
|
5413
5413
|
component: "Card",
|
|
5414
|
-
children: ["
|
|
5414
|
+
children: ["follow-up-header", "follow-up-body"]
|
|
5415
5415
|
},
|
|
5416
5416
|
{
|
|
5417
|
-
id: "
|
|
5417
|
+
id: "follow-up-header",
|
|
5418
5418
|
component: "Header",
|
|
5419
|
-
children: ["
|
|
5419
|
+
children: ["follow-up-title"]
|
|
5420
5420
|
},
|
|
5421
5421
|
{
|
|
5422
|
-
id: "
|
|
5422
|
+
id: "follow-up-title",
|
|
5423
5423
|
component: "Text",
|
|
5424
5424
|
text: "Follow-Up Schedule",
|
|
5425
5425
|
variant: "h3"
|
|
5426
5426
|
},
|
|
5427
5427
|
{
|
|
5428
|
-
id: "
|
|
5428
|
+
id: "follow-up-body",
|
|
5429
5429
|
component: "Body",
|
|
5430
|
-
child: "
|
|
5430
|
+
child: "follow-up-column"
|
|
5431
5431
|
},
|
|
5432
5432
|
{
|
|
5433
|
-
id: "
|
|
5433
|
+
id: "follow-up-column",
|
|
5434
5434
|
component: "Column",
|
|
5435
5435
|
children: [
|
|
5436
|
-
"
|
|
5437
|
-
"
|
|
5438
|
-
"
|
|
5436
|
+
"follow-up-1",
|
|
5437
|
+
"follow-up-2",
|
|
5438
|
+
"follow-up-3"
|
|
5439
5439
|
]
|
|
5440
5440
|
},
|
|
5441
5441
|
{
|
|
5442
|
-
id: "
|
|
5442
|
+
id: "follow-up-1",
|
|
5443
5443
|
component: "Row",
|
|
5444
|
-
children: ["
|
|
5444
|
+
children: ["follow-up-1-date", "follow-up-1-description"]
|
|
5445
5445
|
},
|
|
5446
5446
|
{
|
|
5447
|
-
id: "
|
|
5447
|
+
id: "follow-up-1-date",
|
|
5448
5448
|
component: "Badge",
|
|
5449
5449
|
text: "Mar 8"
|
|
5450
5450
|
},
|
|
5451
5451
|
{
|
|
5452
|
-
id: "
|
|
5452
|
+
id: "follow-up-1-description",
|
|
5453
5453
|
component: "Text",
|
|
5454
5454
|
text: "Lab draw: HbA1c, BMP, lipid panel"
|
|
5455
5455
|
},
|
|
5456
5456
|
{
|
|
5457
|
-
id: "
|
|
5457
|
+
id: "follow-up-2",
|
|
5458
5458
|
component: "Row",
|
|
5459
|
-
children: ["
|
|
5459
|
+
children: ["follow-up-2-date", "follow-up-2-description"]
|
|
5460
5460
|
},
|
|
5461
5461
|
{
|
|
5462
|
-
id: "
|
|
5462
|
+
id: "follow-up-2-date",
|
|
5463
5463
|
component: "Badge",
|
|
5464
5464
|
text: "Mar 15"
|
|
5465
5465
|
},
|
|
5466
5466
|
{
|
|
5467
|
-
id: "
|
|
5467
|
+
id: "follow-up-2-description",
|
|
5468
5468
|
component: "Text",
|
|
5469
5469
|
text: "Office visit: review labs, med adjustment"
|
|
5470
5470
|
},
|
|
5471
5471
|
{
|
|
5472
|
-
id: "
|
|
5472
|
+
id: "follow-up-3",
|
|
5473
5473
|
component: "Row",
|
|
5474
|
-
children: ["
|
|
5474
|
+
children: ["follow-up-3-date", "follow-up-3-description"]
|
|
5475
5475
|
},
|
|
5476
5476
|
{
|
|
5477
|
-
id: "
|
|
5477
|
+
id: "follow-up-3-date",
|
|
5478
5478
|
component: "Badge",
|
|
5479
5479
|
text: "Apr 12"
|
|
5480
5480
|
},
|
|
5481
5481
|
{
|
|
5482
|
-
id: "
|
|
5482
|
+
id: "follow-up-3-description",
|
|
5483
5483
|
component: "Text",
|
|
5484
5484
|
text: "Dietitian follow-up"
|
|
5485
5485
|
},
|
|
@@ -5490,10 +5490,10 @@ const Ne = [
|
|
|
5490
5490
|
{
|
|
5491
5491
|
id: "team-card",
|
|
5492
5492
|
component: "Card",
|
|
5493
|
-
children: ["team-
|
|
5493
|
+
children: ["team-header", "team-body"]
|
|
5494
5494
|
},
|
|
5495
5495
|
{
|
|
5496
|
-
id: "team-
|
|
5496
|
+
id: "team-header",
|
|
5497
5497
|
component: "Header",
|
|
5498
5498
|
children: ["team-title"]
|
|
5499
5499
|
},
|
|
@@ -5506,10 +5506,10 @@ const Ne = [
|
|
|
5506
5506
|
{
|
|
5507
5507
|
id: "team-body",
|
|
5508
5508
|
component: "Body",
|
|
5509
|
-
child: "team-
|
|
5509
|
+
child: "team-column"
|
|
5510
5510
|
},
|
|
5511
5511
|
{
|
|
5512
|
-
id: "team-
|
|
5512
|
+
id: "team-column",
|
|
5513
5513
|
component: "Column",
|
|
5514
5514
|
children: [
|
|
5515
5515
|
"team-pcp",
|
|
@@ -5536,26 +5536,26 @@ const Ne = [
|
|
|
5536
5536
|
id: "actions",
|
|
5537
5537
|
component: "Row",
|
|
5538
5538
|
children: [
|
|
5539
|
-
"update
|
|
5540
|
-
"share
|
|
5541
|
-
"print
|
|
5539
|
+
"button-update",
|
|
5540
|
+
"button-share",
|
|
5541
|
+
"button-print"
|
|
5542
5542
|
]
|
|
5543
5543
|
},
|
|
5544
5544
|
{
|
|
5545
|
-
id: "update
|
|
5545
|
+
id: "button-update",
|
|
5546
5546
|
component: "Button",
|
|
5547
5547
|
text: "Update Plan",
|
|
5548
5548
|
variant: "primary",
|
|
5549
5549
|
action: { event: { name: "update_care_plan" } }
|
|
5550
5550
|
},
|
|
5551
5551
|
{
|
|
5552
|
-
id: "share
|
|
5552
|
+
id: "button-share",
|
|
5553
5553
|
component: "Button",
|
|
5554
5554
|
text: "Share with Patient",
|
|
5555
5555
|
action: { event: { name: "share_care_plan" } }
|
|
5556
5556
|
},
|
|
5557
5557
|
{
|
|
5558
|
-
id: "print
|
|
5558
|
+
id: "button-print",
|
|
5559
5559
|
component: "Button",
|
|
5560
5560
|
text: "Print",
|
|
5561
5561
|
action: { event: { name: "print_care_plan" } }
|
|
@@ -5590,7 +5590,7 @@ const Ne = [
|
|
|
5590
5590
|
"dessert-list",
|
|
5591
5591
|
"divider-2",
|
|
5592
5592
|
"dietary-row",
|
|
5593
|
-
"reserve
|
|
5593
|
+
"button-reserve"
|
|
5594
5594
|
]
|
|
5595
5595
|
},
|
|
5596
5596
|
{
|
|
@@ -5619,53 +5619,53 @@ const Ne = [
|
|
|
5619
5619
|
id: "starter-list",
|
|
5620
5620
|
component: "Column",
|
|
5621
5621
|
children: [
|
|
5622
|
-
"
|
|
5623
|
-
"
|
|
5624
|
-
"
|
|
5622
|
+
"starter-1-row",
|
|
5623
|
+
"starter-2-row",
|
|
5624
|
+
"starter-3-row"
|
|
5625
5625
|
]
|
|
5626
5626
|
},
|
|
5627
5627
|
{
|
|
5628
|
-
id: "
|
|
5628
|
+
id: "starter-1-row",
|
|
5629
5629
|
component: "Row",
|
|
5630
|
-
children: ["
|
|
5630
|
+
children: ["starter-1-name", "starter-1-price"]
|
|
5631
5631
|
},
|
|
5632
5632
|
{
|
|
5633
|
-
id: "
|
|
5633
|
+
id: "starter-1-name",
|
|
5634
5634
|
component: "Text",
|
|
5635
5635
|
text: "Burrata with heirloom tomatoes, basil oil & sourdough"
|
|
5636
5636
|
},
|
|
5637
5637
|
{
|
|
5638
|
-
id: "
|
|
5638
|
+
id: "starter-1-price",
|
|
5639
5639
|
component: "Badge",
|
|
5640
5640
|
text: "€16"
|
|
5641
5641
|
},
|
|
5642
5642
|
{
|
|
5643
|
-
id: "
|
|
5643
|
+
id: "starter-2-row",
|
|
5644
5644
|
component: "Row",
|
|
5645
|
-
children: ["
|
|
5645
|
+
children: ["starter-2-name", "starter-2-price"]
|
|
5646
5646
|
},
|
|
5647
5647
|
{
|
|
5648
|
-
id: "
|
|
5648
|
+
id: "starter-2-name",
|
|
5649
5649
|
component: "Text",
|
|
5650
5650
|
text: "Grilled octopus, chickpea purée, smoked paprika"
|
|
5651
5651
|
},
|
|
5652
5652
|
{
|
|
5653
|
-
id: "
|
|
5653
|
+
id: "starter-2-price",
|
|
5654
5654
|
component: "Badge",
|
|
5655
5655
|
text: "€19"
|
|
5656
5656
|
},
|
|
5657
5657
|
{
|
|
5658
|
-
id: "
|
|
5658
|
+
id: "starter-3-row",
|
|
5659
5659
|
component: "Row",
|
|
5660
|
-
children: ["
|
|
5660
|
+
children: ["starter-3-name", "starter-3-price"]
|
|
5661
5661
|
},
|
|
5662
5662
|
{
|
|
5663
|
-
id: "
|
|
5663
|
+
id: "starter-3-name",
|
|
5664
5664
|
component: "Text",
|
|
5665
5665
|
text: "Wild mushroom soup, truffle cream (V)"
|
|
5666
5666
|
},
|
|
5667
5667
|
{
|
|
5668
|
-
id: "
|
|
5668
|
+
id: "starter-3-price",
|
|
5669
5669
|
component: "Badge",
|
|
5670
5670
|
text: "€14"
|
|
5671
5671
|
},
|
|
@@ -5679,69 +5679,69 @@ const Ne = [
|
|
|
5679
5679
|
id: "mains-list",
|
|
5680
5680
|
component: "Column",
|
|
5681
5681
|
children: [
|
|
5682
|
-
"
|
|
5683
|
-
"
|
|
5684
|
-
"
|
|
5685
|
-
"
|
|
5682
|
+
"main-1-row",
|
|
5683
|
+
"main-2-row",
|
|
5684
|
+
"main-3-row",
|
|
5685
|
+
"main-4-row"
|
|
5686
5686
|
]
|
|
5687
5687
|
},
|
|
5688
5688
|
{
|
|
5689
|
-
id: "
|
|
5689
|
+
id: "main-1-row",
|
|
5690
5690
|
component: "Row",
|
|
5691
|
-
children: ["
|
|
5691
|
+
children: ["main-1-name", "main-1-price"]
|
|
5692
5692
|
},
|
|
5693
5693
|
{
|
|
5694
|
-
id: "
|
|
5694
|
+
id: "main-1-name",
|
|
5695
5695
|
component: "Text",
|
|
5696
5696
|
text: "Pan-seared sea bass, saffron risotto, fennel salad"
|
|
5697
5697
|
},
|
|
5698
5698
|
{
|
|
5699
|
-
id: "
|
|
5699
|
+
id: "main-1-price",
|
|
5700
5700
|
component: "Badge",
|
|
5701
5701
|
text: "€34"
|
|
5702
5702
|
},
|
|
5703
5703
|
{
|
|
5704
|
-
id: "
|
|
5704
|
+
id: "main-2-row",
|
|
5705
5705
|
component: "Row",
|
|
5706
|
-
children: ["
|
|
5706
|
+
children: ["main-2-name", "main-2-price"]
|
|
5707
5707
|
},
|
|
5708
5708
|
{
|
|
5709
|
-
id: "
|
|
5709
|
+
id: "main-2-name",
|
|
5710
5710
|
component: "Text",
|
|
5711
5711
|
text: "Wagyu ribeye 250g, roasted bone marrow, triple-cooked chips"
|
|
5712
5712
|
},
|
|
5713
5713
|
{
|
|
5714
|
-
id: "
|
|
5714
|
+
id: "main-2-price",
|
|
5715
5715
|
component: "Badge",
|
|
5716
5716
|
text: "€52"
|
|
5717
5717
|
},
|
|
5718
5718
|
{
|
|
5719
|
-
id: "
|
|
5719
|
+
id: "main-3-row",
|
|
5720
5720
|
component: "Row",
|
|
5721
|
-
children: ["
|
|
5721
|
+
children: ["main-3-name", "main-3-price"]
|
|
5722
5722
|
},
|
|
5723
5723
|
{
|
|
5724
|
-
id: "
|
|
5724
|
+
id: "main-3-name",
|
|
5725
5725
|
component: "Text",
|
|
5726
5726
|
text: "Lobster linguine, cherry tomato, chilli & garlic"
|
|
5727
5727
|
},
|
|
5728
5728
|
{
|
|
5729
|
-
id: "
|
|
5729
|
+
id: "main-3-price",
|
|
5730
5730
|
component: "Badge",
|
|
5731
5731
|
text: "€38"
|
|
5732
5732
|
},
|
|
5733
5733
|
{
|
|
5734
|
-
id: "
|
|
5734
|
+
id: "main-4-row",
|
|
5735
5735
|
component: "Row",
|
|
5736
|
-
children: ["
|
|
5736
|
+
children: ["main-4-name", "main-4-price"]
|
|
5737
5737
|
},
|
|
5738
5738
|
{
|
|
5739
|
-
id: "
|
|
5739
|
+
id: "main-4-name",
|
|
5740
5740
|
component: "Text",
|
|
5741
5741
|
text: "Aubergine parmigiana, rocket salad (V)"
|
|
5742
5742
|
},
|
|
5743
5743
|
{
|
|
5744
|
-
id: "
|
|
5744
|
+
id: "main-4-price",
|
|
5745
5745
|
component: "Badge",
|
|
5746
5746
|
text: "€24"
|
|
5747
5747
|
},
|
|
@@ -5754,35 +5754,35 @@ const Ne = [
|
|
|
5754
5754
|
{
|
|
5755
5755
|
id: "dessert-list",
|
|
5756
5756
|
component: "Column",
|
|
5757
|
-
children: ["
|
|
5757
|
+
children: ["dessert-1-row", "dessert-2-row"]
|
|
5758
5758
|
},
|
|
5759
5759
|
{
|
|
5760
|
-
id: "
|
|
5760
|
+
id: "dessert-1-row",
|
|
5761
5761
|
component: "Row",
|
|
5762
|
-
children: ["
|
|
5762
|
+
children: ["dessert-1-name", "dessert-1-price"]
|
|
5763
5763
|
},
|
|
5764
5764
|
{
|
|
5765
|
-
id: "
|
|
5765
|
+
id: "dessert-1-name",
|
|
5766
5766
|
component: "Text",
|
|
5767
5767
|
text: "Tiramisu, espresso gelato"
|
|
5768
5768
|
},
|
|
5769
5769
|
{
|
|
5770
|
-
id: "
|
|
5770
|
+
id: "dessert-1-price",
|
|
5771
5771
|
component: "Badge",
|
|
5772
5772
|
text: "€12"
|
|
5773
5773
|
},
|
|
5774
5774
|
{
|
|
5775
|
-
id: "
|
|
5775
|
+
id: "dessert-2-row",
|
|
5776
5776
|
component: "Row",
|
|
5777
|
-
children: ["
|
|
5777
|
+
children: ["dessert-2-name", "dessert-2-price"]
|
|
5778
5778
|
},
|
|
5779
5779
|
{
|
|
5780
|
-
id: "
|
|
5780
|
+
id: "dessert-2-name",
|
|
5781
5781
|
component: "Text",
|
|
5782
5782
|
text: "Dark chocolate fondant, passion fruit coulis"
|
|
5783
5783
|
},
|
|
5784
5784
|
{
|
|
5785
|
-
id: "
|
|
5785
|
+
id: "dessert-2-price",
|
|
5786
5786
|
component: "Badge",
|
|
5787
5787
|
text: "€14"
|
|
5788
5788
|
},
|
|
@@ -5793,7 +5793,7 @@ const Ne = [
|
|
|
5793
5793
|
{
|
|
5794
5794
|
id: "dietary-row",
|
|
5795
5795
|
component: "Row",
|
|
5796
|
-
children: ["dietary-note", "allergen
|
|
5796
|
+
children: ["dietary-note", "button-allergen"]
|
|
5797
5797
|
},
|
|
5798
5798
|
{
|
|
5799
5799
|
id: "dietary-note",
|
|
@@ -5802,13 +5802,13 @@ const Ne = [
|
|
|
5802
5802
|
variant: "caption"
|
|
5803
5803
|
},
|
|
5804
5804
|
{
|
|
5805
|
-
id: "allergen
|
|
5805
|
+
id: "button-allergen",
|
|
5806
5806
|
component: "Button",
|
|
5807
5807
|
text: "View Allergens",
|
|
5808
5808
|
action: { event: { name: "view_allergens" } }
|
|
5809
5809
|
},
|
|
5810
5810
|
{
|
|
5811
|
-
id: "reserve
|
|
5811
|
+
id: "button-reserve",
|
|
5812
5812
|
component: "Button",
|
|
5813
5813
|
text: "Reserve a Table",
|
|
5814
5814
|
variant: "primary",
|
|
@@ -5842,7 +5842,7 @@ const Ne = [
|
|
|
5842
5842
|
"special-label",
|
|
5843
5843
|
"special-field",
|
|
5844
5844
|
"summary-card",
|
|
5845
|
-
"place-order
|
|
5845
|
+
"button-place-order"
|
|
5846
5846
|
]
|
|
5847
5847
|
},
|
|
5848
5848
|
{
|
|
@@ -6056,10 +6056,10 @@ const Ne = [
|
|
|
6056
6056
|
{
|
|
6057
6057
|
id: "summary-body",
|
|
6058
6058
|
component: "Body",
|
|
6059
|
-
child: "summary-
|
|
6059
|
+
child: "summary-column"
|
|
6060
6060
|
},
|
|
6061
6061
|
{
|
|
6062
|
-
id: "summary-
|
|
6062
|
+
id: "summary-column",
|
|
6063
6063
|
component: "Row",
|
|
6064
6064
|
children: ["summary-text", "summary-total"]
|
|
6065
6065
|
},
|
|
@@ -6075,7 +6075,7 @@ const Ne = [
|
|
|
6075
6075
|
variant: "h4"
|
|
6076
6076
|
},
|
|
6077
6077
|
{
|
|
6078
|
-
id: "place-order
|
|
6078
|
+
id: "button-place-order",
|
|
6079
6079
|
component: "Button",
|
|
6080
6080
|
text: "Place Order",
|
|
6081
6081
|
variant: "primary",
|
|
@@ -6130,13 +6130,13 @@ const Ne = [
|
|
|
6130
6130
|
id: "spa-card",
|
|
6131
6131
|
component: "Card",
|
|
6132
6132
|
children: [
|
|
6133
|
-
"spa-
|
|
6133
|
+
"spa-header",
|
|
6134
6134
|
"spa-body",
|
|
6135
|
-
"spa-
|
|
6135
|
+
"spa-footer"
|
|
6136
6136
|
]
|
|
6137
6137
|
},
|
|
6138
6138
|
{
|
|
6139
|
-
id: "spa-
|
|
6139
|
+
id: "spa-header",
|
|
6140
6140
|
component: "Header",
|
|
6141
6141
|
children: ["spa-row"]
|
|
6142
6142
|
},
|
|
@@ -6168,15 +6168,15 @@ const Ne = [
|
|
|
6168
6168
|
{
|
|
6169
6169
|
id: "spa-body",
|
|
6170
6170
|
component: "Body",
|
|
6171
|
-
child: "spa-
|
|
6171
|
+
child: "spa-column"
|
|
6172
6172
|
},
|
|
6173
6173
|
{
|
|
6174
|
-
id: "spa-
|
|
6174
|
+
id: "spa-column",
|
|
6175
6175
|
component: "Column",
|
|
6176
|
-
children: ["spa-
|
|
6176
|
+
children: ["spa-description", "spa-slots"]
|
|
6177
6177
|
},
|
|
6178
6178
|
{
|
|
6179
|
-
id: "spa-
|
|
6179
|
+
id: "spa-description",
|
|
6180
6180
|
component: "Text",
|
|
6181
6181
|
text: "Full-body massage, facial treatments, sauna & steam room. Open 09:00–21:00."
|
|
6182
6182
|
},
|
|
@@ -6219,12 +6219,12 @@ const Ne = [
|
|
|
6219
6219
|
value: "spa-1630"
|
|
6220
6220
|
},
|
|
6221
6221
|
{
|
|
6222
|
-
id: "spa-
|
|
6222
|
+
id: "spa-footer",
|
|
6223
6223
|
component: "Footer",
|
|
6224
|
-
children: ["spa-book
|
|
6224
|
+
children: ["spa-button-book"]
|
|
6225
6225
|
},
|
|
6226
6226
|
{
|
|
6227
|
-
id: "spa-book
|
|
6227
|
+
id: "spa-button-book",
|
|
6228
6228
|
component: "Button",
|
|
6229
6229
|
text: "Book Spa Session",
|
|
6230
6230
|
variant: "primary",
|
|
@@ -6234,13 +6234,13 @@ const Ne = [
|
|
|
6234
6234
|
id: "pool-card",
|
|
6235
6235
|
component: "Card",
|
|
6236
6236
|
children: [
|
|
6237
|
-
"pool-
|
|
6237
|
+
"pool-header",
|
|
6238
6238
|
"pool-body",
|
|
6239
|
-
"pool-
|
|
6239
|
+
"pool-footer"
|
|
6240
6240
|
]
|
|
6241
6241
|
},
|
|
6242
6242
|
{
|
|
6243
|
-
id: "pool-
|
|
6243
|
+
id: "pool-header",
|
|
6244
6244
|
component: "Header",
|
|
6245
6245
|
children: ["pool-row"]
|
|
6246
6246
|
},
|
|
@@ -6272,22 +6272,22 @@ const Ne = [
|
|
|
6272
6272
|
{
|
|
6273
6273
|
id: "pool-body",
|
|
6274
6274
|
component: "Body",
|
|
6275
|
-
child: "pool-
|
|
6275
|
+
child: "pool-description"
|
|
6276
6276
|
},
|
|
6277
6277
|
{
|
|
6278
|
-
id: "pool-
|
|
6278
|
+
id: "pool-description",
|
|
6279
6279
|
component: "Text",
|
|
6280
6280
|
text: "Infinity pool, heated jacuzzi, private beach access. Pool: 07:00–20:00, Beach: 08:00–sunset."
|
|
6281
6281
|
},
|
|
6282
6282
|
{
|
|
6283
|
-
id: "pool-
|
|
6283
|
+
id: "pool-footer",
|
|
6284
6284
|
component: "Footer",
|
|
6285
|
-
children: ["pool-cabana"]
|
|
6285
|
+
children: ["pool-cabana-row"]
|
|
6286
6286
|
},
|
|
6287
6287
|
{
|
|
6288
|
-
id: "pool-cabana",
|
|
6288
|
+
id: "pool-cabana-row",
|
|
6289
6289
|
component: "Row",
|
|
6290
|
-
children: ["cabana-text", "cabana
|
|
6290
|
+
children: ["cabana-text", "button-cabana"]
|
|
6291
6291
|
},
|
|
6292
6292
|
{
|
|
6293
6293
|
id: "cabana-text",
|
|
@@ -6295,7 +6295,7 @@ const Ne = [
|
|
|
6295
6295
|
text: "3 cabanas available"
|
|
6296
6296
|
},
|
|
6297
6297
|
{
|
|
6298
|
-
id: "cabana
|
|
6298
|
+
id: "button-cabana",
|
|
6299
6299
|
component: "Button",
|
|
6300
6300
|
text: "Reserve Cabana",
|
|
6301
6301
|
action: { event: { name: "reserve_cabana" } }
|
|
@@ -6304,13 +6304,13 @@ const Ne = [
|
|
|
6304
6304
|
id: "gym-card",
|
|
6305
6305
|
component: "Card",
|
|
6306
6306
|
children: [
|
|
6307
|
-
"gym-
|
|
6307
|
+
"gym-header",
|
|
6308
6308
|
"gym-body",
|
|
6309
|
-
"gym-
|
|
6309
|
+
"gym-footer"
|
|
6310
6310
|
]
|
|
6311
6311
|
},
|
|
6312
6312
|
{
|
|
6313
|
-
id: "gym-
|
|
6313
|
+
id: "gym-header",
|
|
6314
6314
|
component: "Header",
|
|
6315
6315
|
children: ["gym-row"]
|
|
6316
6316
|
},
|
|
@@ -6342,30 +6342,30 @@ const Ne = [
|
|
|
6342
6342
|
{
|
|
6343
6343
|
id: "gym-body",
|
|
6344
6344
|
component: "Body",
|
|
6345
|
-
child: "gym-
|
|
6345
|
+
child: "gym-description"
|
|
6346
6346
|
},
|
|
6347
6347
|
{
|
|
6348
|
-
id: "gym-
|
|
6348
|
+
id: "gym-description",
|
|
6349
6349
|
component: "Text",
|
|
6350
6350
|
text: "Cardio, free weights, yoga studio. Towels and water provided."
|
|
6351
6351
|
},
|
|
6352
6352
|
{
|
|
6353
|
-
id: "gym-
|
|
6353
|
+
id: "gym-footer",
|
|
6354
6354
|
component: "Footer",
|
|
6355
|
-
children: ["gym-class"]
|
|
6355
|
+
children: ["gym-class-row"]
|
|
6356
6356
|
},
|
|
6357
6357
|
{
|
|
6358
|
-
id: "gym-class",
|
|
6358
|
+
id: "gym-class-row",
|
|
6359
6359
|
component: "Row",
|
|
6360
|
-
children: ["class-text", "class
|
|
6360
|
+
children: ["gym-class-text", "button-join-class"]
|
|
6361
6361
|
},
|
|
6362
6362
|
{
|
|
6363
|
-
id: "class-text",
|
|
6363
|
+
id: "gym-class-text",
|
|
6364
6364
|
component: "Text",
|
|
6365
6365
|
text: "Next class: Yoga at 07:00 (3 spots left)"
|
|
6366
6366
|
},
|
|
6367
6367
|
{
|
|
6368
|
-
id: "class
|
|
6368
|
+
id: "button-join-class",
|
|
6369
6369
|
component: "Button",
|
|
6370
6370
|
text: "Join Class",
|
|
6371
6371
|
action: { event: { name: "join_class" } }
|
|
@@ -6377,7 +6377,7 @@ const Ne = [
|
|
|
6377
6377
|
{
|
|
6378
6378
|
id: "concierge-row",
|
|
6379
6379
|
component: "Row",
|
|
6380
|
-
children: ["concierge-text", "concierge
|
|
6380
|
+
children: ["concierge-text", "button-concierge"]
|
|
6381
6381
|
},
|
|
6382
6382
|
{
|
|
6383
6383
|
id: "concierge-text",
|
|
@@ -6385,7 +6385,7 @@ const Ne = [
|
|
|
6385
6385
|
text: "Need something else? Our concierge is available 24/7."
|
|
6386
6386
|
},
|
|
6387
6387
|
{
|
|
6388
|
-
id: "concierge
|
|
6388
|
+
id: "button-concierge",
|
|
6389
6389
|
component: "Button",
|
|
6390
6390
|
text: "Contact Concierge",
|
|
6391
6391
|
variant: "primary",
|
|
@@ -6430,7 +6430,7 @@ const Ne = [
|
|
|
6430
6430
|
children: [
|
|
6431
6431
|
"dates-text",
|
|
6432
6432
|
"guests-text",
|
|
6433
|
-
"modify-
|
|
6433
|
+
"button-modify-search"
|
|
6434
6434
|
]
|
|
6435
6435
|
},
|
|
6436
6436
|
{
|
|
@@ -6444,7 +6444,7 @@ const Ne = [
|
|
|
6444
6444
|
text: "2 Adults"
|
|
6445
6445
|
},
|
|
6446
6446
|
{
|
|
6447
|
-
id: "modify-
|
|
6447
|
+
id: "button-modify-search",
|
|
6448
6448
|
component: "Button",
|
|
6449
6449
|
text: "Modify Search",
|
|
6450
6450
|
action: { event: { name: "modify_search" } }
|
|
@@ -6457,13 +6457,13 @@ const Ne = [
|
|
|
6457
6457
|
id: "room-1-card",
|
|
6458
6458
|
component: "Card",
|
|
6459
6459
|
children: [
|
|
6460
|
-
"room-1-
|
|
6460
|
+
"room-1-header",
|
|
6461
6461
|
"room-1-body",
|
|
6462
|
-
"room-1-
|
|
6462
|
+
"room-1-footer"
|
|
6463
6463
|
]
|
|
6464
6464
|
},
|
|
6465
6465
|
{
|
|
6466
|
-
id: "room-1-
|
|
6466
|
+
id: "room-1-header",
|
|
6467
6467
|
component: "Header",
|
|
6468
6468
|
children: ["room-1-img"]
|
|
6469
6469
|
},
|
|
@@ -6476,10 +6476,10 @@ const Ne = [
|
|
|
6476
6476
|
{
|
|
6477
6477
|
id: "room-1-body",
|
|
6478
6478
|
component: "Body",
|
|
6479
|
-
child: "room-1-
|
|
6479
|
+
child: "room-1-column"
|
|
6480
6480
|
},
|
|
6481
6481
|
{
|
|
6482
|
-
id: "room-1-
|
|
6482
|
+
id: "room-1-column",
|
|
6483
6483
|
component: "Column",
|
|
6484
6484
|
children: ["room-1-info", "room-1-amenities"]
|
|
6485
6485
|
},
|
|
@@ -6526,34 +6526,34 @@ const Ne = [
|
|
|
6526
6526
|
id: "room-1-amenities",
|
|
6527
6527
|
component: "Row",
|
|
6528
6528
|
children: [
|
|
6529
|
-
"
|
|
6530
|
-
"
|
|
6531
|
-
"
|
|
6532
|
-
"
|
|
6529
|
+
"room-1-amenity-1",
|
|
6530
|
+
"room-1-amenity-2",
|
|
6531
|
+
"room-1-amenity-3",
|
|
6532
|
+
"room-1-amenity-4"
|
|
6533
6533
|
]
|
|
6534
6534
|
},
|
|
6535
6535
|
{
|
|
6536
|
-
id: "
|
|
6536
|
+
id: "room-1-amenity-1",
|
|
6537
6537
|
component: "Badge",
|
|
6538
6538
|
text: "WiFi"
|
|
6539
6539
|
},
|
|
6540
6540
|
{
|
|
6541
|
-
id: "
|
|
6541
|
+
id: "room-1-amenity-2",
|
|
6542
6542
|
component: "Badge",
|
|
6543
6543
|
text: "Minibar"
|
|
6544
6544
|
},
|
|
6545
6545
|
{
|
|
6546
|
-
id: "
|
|
6546
|
+
id: "room-1-amenity-3",
|
|
6547
6547
|
component: "Badge",
|
|
6548
6548
|
text: "Rain Shower"
|
|
6549
6549
|
},
|
|
6550
6550
|
{
|
|
6551
|
-
id: "
|
|
6551
|
+
id: "room-1-amenity-4",
|
|
6552
6552
|
component: "Badge",
|
|
6553
6553
|
text: "Room Safe"
|
|
6554
6554
|
},
|
|
6555
6555
|
{
|
|
6556
|
-
id: "room-1-
|
|
6556
|
+
id: "room-1-footer",
|
|
6557
6557
|
component: "Footer",
|
|
6558
6558
|
children: ["room-1-actions"]
|
|
6559
6559
|
},
|
|
@@ -6579,13 +6579,13 @@ const Ne = [
|
|
|
6579
6579
|
id: "room-2-card",
|
|
6580
6580
|
component: "Card",
|
|
6581
6581
|
children: [
|
|
6582
|
-
"room-2-
|
|
6582
|
+
"room-2-header",
|
|
6583
6583
|
"room-2-body",
|
|
6584
|
-
"room-2-
|
|
6584
|
+
"room-2-footer"
|
|
6585
6585
|
]
|
|
6586
6586
|
},
|
|
6587
6587
|
{
|
|
6588
|
-
id: "room-2-
|
|
6588
|
+
id: "room-2-header",
|
|
6589
6589
|
component: "Header",
|
|
6590
6590
|
children: ["room-2-img"]
|
|
6591
6591
|
},
|
|
@@ -6598,10 +6598,10 @@ const Ne = [
|
|
|
6598
6598
|
{
|
|
6599
6599
|
id: "room-2-body",
|
|
6600
6600
|
component: "Body",
|
|
6601
|
-
child: "room-2-
|
|
6601
|
+
child: "room-2-column"
|
|
6602
6602
|
},
|
|
6603
6603
|
{
|
|
6604
|
-
id: "room-2-
|
|
6604
|
+
id: "room-2-column",
|
|
6605
6605
|
component: "Column",
|
|
6606
6606
|
children: ["room-2-info", "room-2-amenities"]
|
|
6607
6607
|
},
|
|
@@ -6648,40 +6648,40 @@ const Ne = [
|
|
|
6648
6648
|
id: "room-2-amenities",
|
|
6649
6649
|
component: "Row",
|
|
6650
6650
|
children: [
|
|
6651
|
-
"
|
|
6652
|
-
"
|
|
6653
|
-
"
|
|
6654
|
-
"
|
|
6655
|
-
"
|
|
6651
|
+
"room-2-amenity-1",
|
|
6652
|
+
"room-2-amenity-2",
|
|
6653
|
+
"room-2-amenity-3",
|
|
6654
|
+
"room-2-amenity-4",
|
|
6655
|
+
"room-2-amenity-5"
|
|
6656
6656
|
]
|
|
6657
6657
|
},
|
|
6658
6658
|
{
|
|
6659
|
-
id: "
|
|
6659
|
+
id: "room-2-amenity-1",
|
|
6660
6660
|
component: "Badge",
|
|
6661
6661
|
text: "WiFi"
|
|
6662
6662
|
},
|
|
6663
6663
|
{
|
|
6664
|
-
id: "
|
|
6664
|
+
id: "room-2-amenity-2",
|
|
6665
6665
|
component: "Badge",
|
|
6666
6666
|
text: "Minibar"
|
|
6667
6667
|
},
|
|
6668
6668
|
{
|
|
6669
|
-
id: "
|
|
6669
|
+
id: "room-2-amenity-3",
|
|
6670
6670
|
component: "Badge",
|
|
6671
6671
|
text: "Bathtub"
|
|
6672
6672
|
},
|
|
6673
6673
|
{
|
|
6674
|
-
id: "
|
|
6674
|
+
id: "room-2-amenity-4",
|
|
6675
6675
|
component: "Badge",
|
|
6676
6676
|
text: "Balcony"
|
|
6677
6677
|
},
|
|
6678
6678
|
{
|
|
6679
|
-
id: "
|
|
6679
|
+
id: "room-2-amenity-5",
|
|
6680
6680
|
component: "Badge",
|
|
6681
6681
|
text: "Lounge Access"
|
|
6682
6682
|
},
|
|
6683
6683
|
{
|
|
6684
|
-
id: "room-2-
|
|
6684
|
+
id: "room-2-footer",
|
|
6685
6685
|
component: "Footer",
|
|
6686
6686
|
children: ["room-2-actions"]
|
|
6687
6687
|
},
|
|
@@ -6707,13 +6707,13 @@ const Ne = [
|
|
|
6707
6707
|
id: "room-3-card",
|
|
6708
6708
|
component: "Card",
|
|
6709
6709
|
children: [
|
|
6710
|
-
"room-3-
|
|
6710
|
+
"room-3-header",
|
|
6711
6711
|
"room-3-body",
|
|
6712
|
-
"room-3-
|
|
6712
|
+
"room-3-footer"
|
|
6713
6713
|
]
|
|
6714
6714
|
},
|
|
6715
6715
|
{
|
|
6716
|
-
id: "room-3-
|
|
6716
|
+
id: "room-3-header",
|
|
6717
6717
|
component: "Header",
|
|
6718
6718
|
children: ["room-3-img"]
|
|
6719
6719
|
},
|
|
@@ -6726,10 +6726,10 @@ const Ne = [
|
|
|
6726
6726
|
{
|
|
6727
6727
|
id: "room-3-body",
|
|
6728
6728
|
component: "Body",
|
|
6729
|
-
child: "room-3-
|
|
6729
|
+
child: "room-3-column"
|
|
6730
6730
|
},
|
|
6731
6731
|
{
|
|
6732
|
-
id: "room-3-
|
|
6732
|
+
id: "room-3-column",
|
|
6733
6733
|
component: "Column",
|
|
6734
6734
|
children: ["room-3-info", "room-3-amenities"]
|
|
6735
6735
|
},
|
|
@@ -6785,46 +6785,46 @@ const Ne = [
|
|
|
6785
6785
|
id: "room-3-amenities",
|
|
6786
6786
|
component: "Row",
|
|
6787
6787
|
children: [
|
|
6788
|
-
"
|
|
6789
|
-
"
|
|
6790
|
-
"
|
|
6791
|
-
"
|
|
6792
|
-
"
|
|
6793
|
-
"
|
|
6788
|
+
"room-3-amenity-1",
|
|
6789
|
+
"room-3-amenity-2",
|
|
6790
|
+
"room-3-amenity-3",
|
|
6791
|
+
"room-3-amenity-4",
|
|
6792
|
+
"room-3-amenity-5",
|
|
6793
|
+
"room-3-amenity-6"
|
|
6794
6794
|
]
|
|
6795
6795
|
},
|
|
6796
6796
|
{
|
|
6797
|
-
id: "
|
|
6797
|
+
id: "room-3-amenity-1",
|
|
6798
6798
|
component: "Badge",
|
|
6799
6799
|
text: "WiFi"
|
|
6800
6800
|
},
|
|
6801
6801
|
{
|
|
6802
|
-
id: "
|
|
6802
|
+
id: "room-3-amenity-2",
|
|
6803
6803
|
component: "Badge",
|
|
6804
6804
|
text: "Butler Service"
|
|
6805
6805
|
},
|
|
6806
6806
|
{
|
|
6807
|
-
id: "
|
|
6807
|
+
id: "room-3-amenity-3",
|
|
6808
6808
|
component: "Badge",
|
|
6809
6809
|
text: "Private Terrace"
|
|
6810
6810
|
},
|
|
6811
6811
|
{
|
|
6812
|
-
id: "
|
|
6812
|
+
id: "room-3-amenity-4",
|
|
6813
6813
|
component: "Badge",
|
|
6814
6814
|
text: "Jacuzzi"
|
|
6815
6815
|
},
|
|
6816
6816
|
{
|
|
6817
|
-
id: "
|
|
6817
|
+
id: "room-3-amenity-5",
|
|
6818
6818
|
component: "Badge",
|
|
6819
6819
|
text: "Lounge Access"
|
|
6820
6820
|
},
|
|
6821
6821
|
{
|
|
6822
|
-
id: "
|
|
6822
|
+
id: "room-3-amenity-6",
|
|
6823
6823
|
component: "Badge",
|
|
6824
6824
|
text: "Airport Transfer"
|
|
6825
6825
|
},
|
|
6826
6826
|
{
|
|
6827
|
-
id: "room-3-
|
|
6827
|
+
id: "room-3-footer",
|
|
6828
6828
|
component: "Footer",
|
|
6829
6829
|
children: ["room-3-actions"]
|
|
6830
6830
|
},
|
|
@@ -6873,7 +6873,7 @@ const Ne = [
|
|
|
6873
6873
|
"extras-card",
|
|
6874
6874
|
"divider-2",
|
|
6875
6875
|
"total-card",
|
|
6876
|
-
"confirm
|
|
6876
|
+
"button-confirm"
|
|
6877
6877
|
]
|
|
6878
6878
|
},
|
|
6879
6879
|
{
|
|
@@ -6914,10 +6914,10 @@ const Ne = [
|
|
|
6914
6914
|
{
|
|
6915
6915
|
id: "booking-card",
|
|
6916
6916
|
component: "Card",
|
|
6917
|
-
children: ["booking-
|
|
6917
|
+
children: ["booking-header", "booking-body"]
|
|
6918
6918
|
},
|
|
6919
6919
|
{
|
|
6920
|
-
id: "booking-
|
|
6920
|
+
id: "booking-header",
|
|
6921
6921
|
component: "Header",
|
|
6922
6922
|
children: ["booking-title"]
|
|
6923
6923
|
},
|
|
@@ -6930,10 +6930,10 @@ const Ne = [
|
|
|
6930
6930
|
{
|
|
6931
6931
|
id: "booking-body",
|
|
6932
6932
|
component: "Body",
|
|
6933
|
-
child: "booking-
|
|
6933
|
+
child: "booking-column"
|
|
6934
6934
|
},
|
|
6935
6935
|
{
|
|
6936
|
-
id: "booking-
|
|
6936
|
+
id: "booking-column",
|
|
6937
6937
|
component: "Column",
|
|
6938
6938
|
children: [
|
|
6939
6939
|
"booking-room",
|
|
@@ -6945,7 +6945,7 @@ const Ne = [
|
|
|
6945
6945
|
{
|
|
6946
6946
|
id: "booking-room",
|
|
6947
6947
|
component: "Row",
|
|
6948
|
-
children: ["booking-room-label", "booking-room-
|
|
6948
|
+
children: ["booking-room-label", "booking-room-value"]
|
|
6949
6949
|
},
|
|
6950
6950
|
{
|
|
6951
6951
|
id: "booking-room-label",
|
|
@@ -6953,14 +6953,14 @@ const Ne = [
|
|
|
6953
6953
|
text: "Room:"
|
|
6954
6954
|
},
|
|
6955
6955
|
{
|
|
6956
|
-
id: "booking-room-
|
|
6956
|
+
id: "booking-room-value",
|
|
6957
6957
|
component: "Text",
|
|
6958
6958
|
text: "Junior Suite — Sea View"
|
|
6959
6959
|
},
|
|
6960
6960
|
{
|
|
6961
6961
|
id: "booking-dates",
|
|
6962
6962
|
component: "Row",
|
|
6963
|
-
children: ["booking-dates-label", "booking-dates-
|
|
6963
|
+
children: ["booking-dates-label", "booking-dates-value"]
|
|
6964
6964
|
},
|
|
6965
6965
|
{
|
|
6966
6966
|
id: "booking-dates-label",
|
|
@@ -6968,14 +6968,14 @@ const Ne = [
|
|
|
6968
6968
|
text: "Dates:"
|
|
6969
6969
|
},
|
|
6970
6970
|
{
|
|
6971
|
-
id: "booking-dates-
|
|
6971
|
+
id: "booking-dates-value",
|
|
6972
6972
|
component: "Text",
|
|
6973
6973
|
text: "Mar 5–9, 2026 (4 nights)"
|
|
6974
6974
|
},
|
|
6975
6975
|
{
|
|
6976
6976
|
id: "booking-guests",
|
|
6977
6977
|
component: "Row",
|
|
6978
|
-
children: ["booking-guests-label", "booking-guests-
|
|
6978
|
+
children: ["booking-guests-label", "booking-guests-value"]
|
|
6979
6979
|
},
|
|
6980
6980
|
{
|
|
6981
6981
|
id: "booking-guests-label",
|
|
@@ -6983,14 +6983,14 @@ const Ne = [
|
|
|
6983
6983
|
text: "Guests:"
|
|
6984
6984
|
},
|
|
6985
6985
|
{
|
|
6986
|
-
id: "booking-guests-
|
|
6986
|
+
id: "booking-guests-value",
|
|
6987
6987
|
component: "Text",
|
|
6988
6988
|
text: "2 Adults"
|
|
6989
6989
|
},
|
|
6990
6990
|
{
|
|
6991
6991
|
id: "booking-rate",
|
|
6992
6992
|
component: "Row",
|
|
6993
|
-
children: ["booking-rate-label", "booking-rate-
|
|
6993
|
+
children: ["booking-rate-label", "booking-rate-value"]
|
|
6994
6994
|
},
|
|
6995
6995
|
{
|
|
6996
6996
|
id: "booking-rate-label",
|
|
@@ -6998,17 +6998,17 @@ const Ne = [
|
|
|
6998
6998
|
text: "Rate:"
|
|
6999
6999
|
},
|
|
7000
7000
|
{
|
|
7001
|
-
id: "booking-rate-
|
|
7001
|
+
id: "booking-rate-value",
|
|
7002
7002
|
component: "Text",
|
|
7003
7003
|
text: "€295 / night"
|
|
7004
7004
|
},
|
|
7005
7005
|
{
|
|
7006
7006
|
id: "guest-card",
|
|
7007
7007
|
component: "Card",
|
|
7008
|
-
children: ["guest-
|
|
7008
|
+
children: ["guest-header", "guest-body"]
|
|
7009
7009
|
},
|
|
7010
7010
|
{
|
|
7011
|
-
id: "guest-
|
|
7011
|
+
id: "guest-header",
|
|
7012
7012
|
component: "Header",
|
|
7013
7013
|
children: ["guest-title"]
|
|
7014
7014
|
},
|
|
@@ -7021,10 +7021,10 @@ const Ne = [
|
|
|
7021
7021
|
{
|
|
7022
7022
|
id: "guest-body",
|
|
7023
7023
|
component: "Body",
|
|
7024
|
-
child: "guest-
|
|
7024
|
+
child: "guest-column"
|
|
7025
7025
|
},
|
|
7026
7026
|
{
|
|
7027
|
-
id: "guest-
|
|
7027
|
+
id: "guest-column",
|
|
7028
7028
|
component: "Column",
|
|
7029
7029
|
children: [
|
|
7030
7030
|
"guest-name-row",
|
|
@@ -7073,10 +7073,10 @@ const Ne = [
|
|
|
7073
7073
|
{
|
|
7074
7074
|
id: "extras-card",
|
|
7075
7075
|
component: "Card",
|
|
7076
|
-
children: ["extras-
|
|
7076
|
+
children: ["extras-header", "extras-body"]
|
|
7077
7077
|
},
|
|
7078
7078
|
{
|
|
7079
|
-
id: "extras-
|
|
7079
|
+
id: "extras-header",
|
|
7080
7080
|
component: "Header",
|
|
7081
7081
|
children: ["extras-title"]
|
|
7082
7082
|
},
|
|
@@ -7089,10 +7089,10 @@ const Ne = [
|
|
|
7089
7089
|
{
|
|
7090
7090
|
id: "extras-body",
|
|
7091
7091
|
component: "Body",
|
|
7092
|
-
child: "extras-
|
|
7092
|
+
child: "extras-column"
|
|
7093
7093
|
},
|
|
7094
7094
|
{
|
|
7095
|
-
id: "extras-
|
|
7095
|
+
id: "extras-column",
|
|
7096
7096
|
component: "Column",
|
|
7097
7097
|
children: [
|
|
7098
7098
|
"extra-breakfast",
|
|
@@ -7133,10 +7133,10 @@ const Ne = [
|
|
|
7133
7133
|
{
|
|
7134
7134
|
id: "total-body",
|
|
7135
7135
|
component: "Body",
|
|
7136
|
-
child: "total-
|
|
7136
|
+
child: "total-column"
|
|
7137
7137
|
},
|
|
7138
7138
|
{
|
|
7139
|
-
id: "total-
|
|
7139
|
+
id: "total-column",
|
|
7140
7140
|
component: "Column",
|
|
7141
7141
|
children: [
|
|
7142
7142
|
"total-room-row",
|
|
@@ -7148,7 +7148,7 @@ const Ne = [
|
|
|
7148
7148
|
{
|
|
7149
7149
|
id: "total-room-row",
|
|
7150
7150
|
component: "Row",
|
|
7151
|
-
children: ["total-room-label", "total-room-
|
|
7151
|
+
children: ["total-room-label", "total-room-value"]
|
|
7152
7152
|
},
|
|
7153
7153
|
{
|
|
7154
7154
|
id: "total-room-label",
|
|
@@ -7156,14 +7156,14 @@ const Ne = [
|
|
|
7156
7156
|
text: "Room (4 nights × €295)"
|
|
7157
7157
|
},
|
|
7158
7158
|
{
|
|
7159
|
-
id: "total-room-
|
|
7159
|
+
id: "total-room-value",
|
|
7160
7160
|
component: "Text",
|
|
7161
7161
|
text: "€1,180"
|
|
7162
7162
|
},
|
|
7163
7163
|
{
|
|
7164
7164
|
id: "total-tax-row",
|
|
7165
7165
|
component: "Row",
|
|
7166
|
-
children: ["total-tax-label", "total-tax-
|
|
7166
|
+
children: ["total-tax-label", "total-tax-value"]
|
|
7167
7167
|
},
|
|
7168
7168
|
{
|
|
7169
7169
|
id: "total-tax-label",
|
|
@@ -7171,7 +7171,7 @@ const Ne = [
|
|
|
7171
7171
|
text: "Taxes & fees"
|
|
7172
7172
|
},
|
|
7173
7173
|
{
|
|
7174
|
-
id: "total-tax-
|
|
7174
|
+
id: "total-tax-value",
|
|
7175
7175
|
component: "Text",
|
|
7176
7176
|
text: "€142"
|
|
7177
7177
|
},
|
|
@@ -7182,7 +7182,7 @@ const Ne = [
|
|
|
7182
7182
|
{
|
|
7183
7183
|
id: "total-total-row",
|
|
7184
7184
|
component: "Row",
|
|
7185
|
-
children: ["total-total-label", "total-total-
|
|
7185
|
+
children: ["total-total-label", "total-total-value"]
|
|
7186
7186
|
},
|
|
7187
7187
|
{
|
|
7188
7188
|
id: "total-total-label",
|
|
@@ -7191,13 +7191,13 @@ const Ne = [
|
|
|
7191
7191
|
variant: "h3"
|
|
7192
7192
|
},
|
|
7193
7193
|
{
|
|
7194
|
-
id: "total-total-
|
|
7194
|
+
id: "total-total-value",
|
|
7195
7195
|
component: "Text",
|
|
7196
7196
|
text: "€1,322",
|
|
7197
7197
|
variant: "h3"
|
|
7198
7198
|
},
|
|
7199
7199
|
{
|
|
7200
|
-
id: "confirm
|
|
7200
|
+
id: "button-confirm",
|
|
7201
7201
|
component: "Button",
|
|
7202
7202
|
text: "Continue to Payment",
|
|
7203
7203
|
variant: "primary",
|
|
@@ -7250,92 +7250,92 @@ const Ne = [
|
|
|
7250
7250
|
id: "messages",
|
|
7251
7251
|
component: "Column",
|
|
7252
7252
|
children: [
|
|
7253
|
-
"
|
|
7254
|
-
"
|
|
7255
|
-
"
|
|
7256
|
-
"
|
|
7253
|
+
"message-1",
|
|
7254
|
+
"message-2",
|
|
7255
|
+
"message-3",
|
|
7256
|
+
"message-4"
|
|
7257
7257
|
]
|
|
7258
7258
|
},
|
|
7259
7259
|
{
|
|
7260
|
-
id: "
|
|
7260
|
+
id: "message-1",
|
|
7261
7261
|
component: "Card",
|
|
7262
|
-
children: ["
|
|
7262
|
+
children: ["message-1-header", "message-1-body"]
|
|
7263
7263
|
},
|
|
7264
7264
|
{
|
|
7265
|
-
id: "
|
|
7265
|
+
id: "message-1-header",
|
|
7266
7266
|
component: "Header",
|
|
7267
|
-
children: ["
|
|
7267
|
+
children: ["message-1-sender"]
|
|
7268
7268
|
},
|
|
7269
7269
|
{
|
|
7270
|
-
id: "
|
|
7270
|
+
id: "message-1-sender",
|
|
7271
7271
|
component: "Text",
|
|
7272
7272
|
text: "Concierge · 09:15",
|
|
7273
7273
|
variant: "caption"
|
|
7274
7274
|
},
|
|
7275
7275
|
{
|
|
7276
|
-
id: "
|
|
7276
|
+
id: "message-1-body",
|
|
7277
7277
|
component: "Body",
|
|
7278
|
-
child: "
|
|
7278
|
+
child: "message-1-text"
|
|
7279
7279
|
},
|
|
7280
7280
|
{
|
|
7281
|
-
id: "
|
|
7281
|
+
id: "message-1-text",
|
|
7282
7282
|
component: "Text",
|
|
7283
7283
|
text: "Good morning! Welcome to Grand Marina Resort. How can I help you today?"
|
|
7284
7284
|
},
|
|
7285
7285
|
{
|
|
7286
|
-
id: "
|
|
7286
|
+
id: "message-2",
|
|
7287
7287
|
component: "Card",
|
|
7288
|
-
children: ["
|
|
7288
|
+
children: ["message-2-header", "message-2-body"]
|
|
7289
7289
|
},
|
|
7290
7290
|
{
|
|
7291
|
-
id: "
|
|
7291
|
+
id: "message-2-header",
|
|
7292
7292
|
component: "Header",
|
|
7293
|
-
children: ["
|
|
7293
|
+
children: ["message-2-sender"]
|
|
7294
7294
|
},
|
|
7295
7295
|
{
|
|
7296
|
-
id: "
|
|
7296
|
+
id: "message-2-sender",
|
|
7297
7297
|
component: "Text",
|
|
7298
7298
|
text: "You · 09:20",
|
|
7299
7299
|
variant: "caption"
|
|
7300
7300
|
},
|
|
7301
7301
|
{
|
|
7302
|
-
id: "
|
|
7302
|
+
id: "message-2-body",
|
|
7303
7303
|
component: "Body",
|
|
7304
|
-
child: "
|
|
7304
|
+
child: "message-2-text"
|
|
7305
7305
|
},
|
|
7306
7306
|
{
|
|
7307
|
-
id: "
|
|
7307
|
+
id: "message-2-text",
|
|
7308
7308
|
component: "Text",
|
|
7309
7309
|
text: "Hi! We'd like to arrange a sunset sailing tour for tomorrow. Is that possible?"
|
|
7310
7310
|
},
|
|
7311
7311
|
{
|
|
7312
|
-
id: "
|
|
7312
|
+
id: "message-3",
|
|
7313
7313
|
component: "Card",
|
|
7314
|
-
children: ["
|
|
7314
|
+
children: ["message-3-header", "message-3-body"]
|
|
7315
7315
|
},
|
|
7316
7316
|
{
|
|
7317
|
-
id: "
|
|
7317
|
+
id: "message-3-header",
|
|
7318
7318
|
component: "Header",
|
|
7319
|
-
children: ["
|
|
7319
|
+
children: ["message-3-sender"]
|
|
7320
7320
|
},
|
|
7321
7321
|
{
|
|
7322
|
-
id: "
|
|
7322
|
+
id: "message-3-sender",
|
|
7323
7323
|
component: "Text",
|
|
7324
7324
|
text: "Concierge · 09:22",
|
|
7325
7325
|
variant: "caption"
|
|
7326
7326
|
},
|
|
7327
7327
|
{
|
|
7328
|
-
id: "
|
|
7328
|
+
id: "message-3-body",
|
|
7329
7329
|
component: "Body",
|
|
7330
|
-
child: "
|
|
7330
|
+
child: "message-3-text"
|
|
7331
7331
|
},
|
|
7332
7332
|
{
|
|
7333
|
-
id: "
|
|
7333
|
+
id: "message-3-text",
|
|
7334
7334
|
component: "Text",
|
|
7335
7335
|
text: "Absolutely! We have two options available for tomorrow evening:"
|
|
7336
7336
|
},
|
|
7337
7337
|
{
|
|
7338
|
-
id: "
|
|
7338
|
+
id: "message-4",
|
|
7339
7339
|
component: "Column",
|
|
7340
7340
|
children: ["option-1", "option-2"]
|
|
7341
7341
|
},
|
|
@@ -7343,40 +7343,40 @@ const Ne = [
|
|
|
7343
7343
|
id: "option-1",
|
|
7344
7344
|
component: "Card",
|
|
7345
7345
|
children: [
|
|
7346
|
-
"
|
|
7347
|
-
"
|
|
7348
|
-
"
|
|
7346
|
+
"option-1-header",
|
|
7347
|
+
"option-1-body",
|
|
7348
|
+
"option-1-footer"
|
|
7349
7349
|
]
|
|
7350
7350
|
},
|
|
7351
7351
|
{
|
|
7352
|
-
id: "
|
|
7352
|
+
id: "option-1-header",
|
|
7353
7353
|
component: "Header",
|
|
7354
|
-
children: ["
|
|
7354
|
+
children: ["option-1-name"]
|
|
7355
7355
|
},
|
|
7356
7356
|
{
|
|
7357
|
-
id: "
|
|
7357
|
+
id: "option-1-name",
|
|
7358
7358
|
component: "Text",
|
|
7359
7359
|
text: "Sunset Catamaran Cruise",
|
|
7360
7360
|
variant: "h4"
|
|
7361
7361
|
},
|
|
7362
7362
|
{
|
|
7363
|
-
id: "
|
|
7363
|
+
id: "option-1-body",
|
|
7364
7364
|
component: "Body",
|
|
7365
|
-
child: "
|
|
7365
|
+
child: "option-1-detail"
|
|
7366
7366
|
},
|
|
7367
7367
|
{
|
|
7368
|
-
id: "
|
|
7368
|
+
id: "option-1-detail",
|
|
7369
7369
|
component: "Text",
|
|
7370
7370
|
text: "17:30–19:30 · Includes drinks & canapés · €85/person",
|
|
7371
7371
|
variant: "caption"
|
|
7372
7372
|
},
|
|
7373
7373
|
{
|
|
7374
|
-
id: "
|
|
7374
|
+
id: "option-1-footer",
|
|
7375
7375
|
component: "Footer",
|
|
7376
|
-
children: ["
|
|
7376
|
+
children: ["button-book-catamaran"]
|
|
7377
7377
|
},
|
|
7378
7378
|
{
|
|
7379
|
-
id: "
|
|
7379
|
+
id: "button-book-catamaran",
|
|
7380
7380
|
component: "Button",
|
|
7381
7381
|
text: "Book Catamaran",
|
|
7382
7382
|
variant: "primary",
|
|
@@ -7386,40 +7386,40 @@ const Ne = [
|
|
|
7386
7386
|
id: "option-2",
|
|
7387
7387
|
component: "Card",
|
|
7388
7388
|
children: [
|
|
7389
|
-
"
|
|
7390
|
-
"
|
|
7391
|
-
"
|
|
7389
|
+
"option-2-header",
|
|
7390
|
+
"option-2-body",
|
|
7391
|
+
"option-2-footer"
|
|
7392
7392
|
]
|
|
7393
7393
|
},
|
|
7394
7394
|
{
|
|
7395
|
-
id: "
|
|
7395
|
+
id: "option-2-header",
|
|
7396
7396
|
component: "Header",
|
|
7397
|
-
children: ["
|
|
7397
|
+
children: ["option-2-name"]
|
|
7398
7398
|
},
|
|
7399
7399
|
{
|
|
7400
|
-
id: "
|
|
7400
|
+
id: "option-2-name",
|
|
7401
7401
|
component: "Text",
|
|
7402
7402
|
text: "Private Yacht Charter",
|
|
7403
7403
|
variant: "h4"
|
|
7404
7404
|
},
|
|
7405
7405
|
{
|
|
7406
|
-
id: "
|
|
7406
|
+
id: "option-2-body",
|
|
7407
7407
|
component: "Body",
|
|
7408
|
-
child: "
|
|
7408
|
+
child: "option-2-detail"
|
|
7409
7409
|
},
|
|
7410
7410
|
{
|
|
7411
|
-
id: "
|
|
7411
|
+
id: "option-2-detail",
|
|
7412
7412
|
component: "Text",
|
|
7413
7413
|
text: "17:00–20:00 · Private crew, dinner, champagne · €450 (up to 6 guests)",
|
|
7414
7414
|
variant: "caption"
|
|
7415
7415
|
},
|
|
7416
7416
|
{
|
|
7417
|
-
id: "
|
|
7417
|
+
id: "option-2-footer",
|
|
7418
7418
|
component: "Footer",
|
|
7419
|
-
children: ["
|
|
7419
|
+
children: ["button-book-yacht"]
|
|
7420
7420
|
},
|
|
7421
7421
|
{
|
|
7422
|
-
id: "
|
|
7422
|
+
id: "button-book-yacht",
|
|
7423
7423
|
component: "Button",
|
|
7424
7424
|
text: "Book Yacht",
|
|
7425
7425
|
variant: "primary",
|
|
@@ -7433,32 +7433,32 @@ const Ne = [
|
|
|
7433
7433
|
id: "quick-actions",
|
|
7434
7434
|
component: "Row",
|
|
7435
7435
|
children: [
|
|
7436
|
-
"
|
|
7437
|
-
"
|
|
7438
|
-
"
|
|
7439
|
-
"
|
|
7436
|
+
"quick-action-transport",
|
|
7437
|
+
"quick-action-dining",
|
|
7438
|
+
"quick-action-tours",
|
|
7439
|
+
"quick-action-tickets"
|
|
7440
7440
|
]
|
|
7441
7441
|
},
|
|
7442
7442
|
{
|
|
7443
|
-
id: "
|
|
7443
|
+
id: "quick-action-transport",
|
|
7444
7444
|
component: "Button",
|
|
7445
7445
|
text: "Transport",
|
|
7446
7446
|
action: { event: { name: "concierge_transport" } }
|
|
7447
7447
|
},
|
|
7448
7448
|
{
|
|
7449
|
-
id: "
|
|
7449
|
+
id: "quick-action-dining",
|
|
7450
7450
|
component: "Button",
|
|
7451
7451
|
text: "Dining",
|
|
7452
7452
|
action: { event: { name: "concierge_dining" } }
|
|
7453
7453
|
},
|
|
7454
7454
|
{
|
|
7455
|
-
id: "
|
|
7455
|
+
id: "quick-action-tours",
|
|
7456
7456
|
component: "Button",
|
|
7457
7457
|
text: "Tours",
|
|
7458
7458
|
action: { event: { name: "concierge_tours" } }
|
|
7459
7459
|
},
|
|
7460
7460
|
{
|
|
7461
|
-
id: "
|
|
7461
|
+
id: "quick-action-tickets",
|
|
7462
7462
|
component: "Button",
|
|
7463
7463
|
text: "Tickets",
|
|
7464
7464
|
action: { event: { name: "concierge_tickets" } }
|
|
@@ -7466,15 +7466,15 @@ const Ne = [
|
|
|
7466
7466
|
{
|
|
7467
7467
|
id: "input-row",
|
|
7468
7468
|
component: "Row",
|
|
7469
|
-
children: ["
|
|
7469
|
+
children: ["message-input", "button-send-message"]
|
|
7470
7470
|
},
|
|
7471
7471
|
{
|
|
7472
|
-
id: "
|
|
7472
|
+
id: "message-input",
|
|
7473
7473
|
component: "TextField",
|
|
7474
7474
|
placeholder: "Type a message..."
|
|
7475
7475
|
},
|
|
7476
7476
|
{
|
|
7477
|
-
id: "send-
|
|
7477
|
+
id: "button-send-message",
|
|
7478
7478
|
component: "Button",
|
|
7479
7479
|
text: "Send",
|
|
7480
7480
|
variant: "primary",
|
|
@@ -7507,7 +7507,7 @@ const Ne = [
|
|
|
7507
7507
|
"payment-card",
|
|
7508
7508
|
"feedback-card",
|
|
7509
7509
|
"divider-3",
|
|
7510
|
-
"checkout
|
|
7510
|
+
"button-checkout"
|
|
7511
7511
|
]
|
|
7512
7512
|
},
|
|
7513
7513
|
{
|
|
@@ -7519,10 +7519,10 @@ const Ne = [
|
|
|
7519
7519
|
{
|
|
7520
7520
|
id: "room-row",
|
|
7521
7521
|
component: "Row",
|
|
7522
|
-
children: ["room-
|
|
7522
|
+
children: ["room-number", "stay-dates"]
|
|
7523
7523
|
},
|
|
7524
7524
|
{
|
|
7525
|
-
id: "room-
|
|
7525
|
+
id: "room-number",
|
|
7526
7526
|
component: "Badge",
|
|
7527
7527
|
text: "Room 412 — Junior Suite"
|
|
7528
7528
|
},
|
|
@@ -7538,10 +7538,10 @@ const Ne = [
|
|
|
7538
7538
|
{
|
|
7539
7539
|
id: "charges-card",
|
|
7540
7540
|
component: "Card",
|
|
7541
|
-
children: ["charges-
|
|
7541
|
+
children: ["charges-header", "charges-body"]
|
|
7542
7542
|
},
|
|
7543
7543
|
{
|
|
7544
|
-
id: "charges-
|
|
7544
|
+
id: "charges-header",
|
|
7545
7545
|
component: "Header",
|
|
7546
7546
|
children: ["charges-title"]
|
|
7547
7547
|
},
|
|
@@ -7554,10 +7554,10 @@ const Ne = [
|
|
|
7554
7554
|
{
|
|
7555
7555
|
id: "charges-body",
|
|
7556
7556
|
component: "Body",
|
|
7557
|
-
child: "charges-
|
|
7557
|
+
child: "charges-column"
|
|
7558
7558
|
},
|
|
7559
7559
|
{
|
|
7560
|
-
id: "charges-
|
|
7560
|
+
id: "charges-column",
|
|
7561
7561
|
component: "Column",
|
|
7562
7562
|
children: [
|
|
7563
7563
|
"charge-room",
|
|
@@ -7574,75 +7574,75 @@ const Ne = [
|
|
|
7574
7574
|
{
|
|
7575
7575
|
id: "charge-room",
|
|
7576
7576
|
component: "Row",
|
|
7577
|
-
children: ["charge-room-
|
|
7577
|
+
children: ["charge-room-label", "charge-room-value"]
|
|
7578
7578
|
},
|
|
7579
7579
|
{
|
|
7580
|
-
id: "charge-room-
|
|
7580
|
+
id: "charge-room-label",
|
|
7581
7581
|
component: "Text",
|
|
7582
7582
|
text: "Room (4 nights × €295)"
|
|
7583
7583
|
},
|
|
7584
7584
|
{
|
|
7585
|
-
id: "charge-room-
|
|
7585
|
+
id: "charge-room-value",
|
|
7586
7586
|
component: "Text",
|
|
7587
7587
|
text: "€1,180"
|
|
7588
7588
|
},
|
|
7589
7589
|
{
|
|
7590
7590
|
id: "charge-spa",
|
|
7591
7591
|
component: "Row",
|
|
7592
|
-
children: ["charge-spa-
|
|
7592
|
+
children: ["charge-spa-label", "charge-spa-value"]
|
|
7593
7593
|
},
|
|
7594
7594
|
{
|
|
7595
|
-
id: "charge-spa-
|
|
7595
|
+
id: "charge-spa-label",
|
|
7596
7596
|
component: "Text",
|
|
7597
7597
|
text: "Spa — Deep Tissue Massage"
|
|
7598
7598
|
},
|
|
7599
7599
|
{
|
|
7600
|
-
id: "charge-spa-
|
|
7600
|
+
id: "charge-spa-value",
|
|
7601
7601
|
component: "Text",
|
|
7602
7602
|
text: "€120"
|
|
7603
7603
|
},
|
|
7604
7604
|
{
|
|
7605
7605
|
id: "charge-dining",
|
|
7606
7606
|
component: "Row",
|
|
7607
|
-
children: ["charge-dining-
|
|
7607
|
+
children: ["charge-dining-label", "charge-dining-value"]
|
|
7608
7608
|
},
|
|
7609
7609
|
{
|
|
7610
|
-
id: "charge-dining-
|
|
7610
|
+
id: "charge-dining-label",
|
|
7611
7611
|
component: "Text",
|
|
7612
7612
|
text: "Restaurant — 3 meals"
|
|
7613
7613
|
},
|
|
7614
7614
|
{
|
|
7615
|
-
id: "charge-dining-
|
|
7615
|
+
id: "charge-dining-value",
|
|
7616
7616
|
component: "Text",
|
|
7617
7617
|
text: "€187"
|
|
7618
7618
|
},
|
|
7619
7619
|
{
|
|
7620
7620
|
id: "charge-minibar",
|
|
7621
7621
|
component: "Row",
|
|
7622
|
-
children: ["charge-minibar-
|
|
7622
|
+
children: ["charge-minibar-label", "charge-minibar-value"]
|
|
7623
7623
|
},
|
|
7624
7624
|
{
|
|
7625
|
-
id: "charge-minibar-
|
|
7625
|
+
id: "charge-minibar-label",
|
|
7626
7626
|
component: "Text",
|
|
7627
7627
|
text: "Minibar"
|
|
7628
7628
|
},
|
|
7629
7629
|
{
|
|
7630
|
-
id: "charge-minibar-
|
|
7630
|
+
id: "charge-minibar-value",
|
|
7631
7631
|
component: "Text",
|
|
7632
7632
|
text: "€42"
|
|
7633
7633
|
},
|
|
7634
7634
|
{
|
|
7635
7635
|
id: "charge-parking",
|
|
7636
7636
|
component: "Row",
|
|
7637
|
-
children: ["charge-parking-
|
|
7637
|
+
children: ["charge-parking-label", "charge-parking-value"]
|
|
7638
7638
|
},
|
|
7639
7639
|
{
|
|
7640
|
-
id: "charge-parking-
|
|
7640
|
+
id: "charge-parking-label",
|
|
7641
7641
|
component: "Text",
|
|
7642
7642
|
text: "Valet parking (4 days)"
|
|
7643
7643
|
},
|
|
7644
7644
|
{
|
|
7645
|
-
id: "charge-parking-
|
|
7645
|
+
id: "charge-parking-value",
|
|
7646
7646
|
component: "Text",
|
|
7647
7647
|
text: "€140"
|
|
7648
7648
|
},
|
|
@@ -7653,15 +7653,15 @@ const Ne = [
|
|
|
7653
7653
|
{
|
|
7654
7654
|
id: "charge-tax",
|
|
7655
7655
|
component: "Row",
|
|
7656
|
-
children: ["charge-tax-
|
|
7656
|
+
children: ["charge-tax-label", "charge-tax-value"]
|
|
7657
7657
|
},
|
|
7658
7658
|
{
|
|
7659
|
-
id: "charge-tax-
|
|
7659
|
+
id: "charge-tax-label",
|
|
7660
7660
|
component: "Text",
|
|
7661
7661
|
text: "Taxes & resort fee"
|
|
7662
7662
|
},
|
|
7663
7663
|
{
|
|
7664
|
-
id: "charge-tax-
|
|
7664
|
+
id: "charge-tax-value",
|
|
7665
7665
|
component: "Text",
|
|
7666
7666
|
text: "€201"
|
|
7667
7667
|
},
|
|
@@ -7672,16 +7672,16 @@ const Ne = [
|
|
|
7672
7672
|
{
|
|
7673
7673
|
id: "charge-total",
|
|
7674
7674
|
component: "Row",
|
|
7675
|
-
children: ["charge-total-
|
|
7675
|
+
children: ["charge-total-label", "charge-total-value"]
|
|
7676
7676
|
},
|
|
7677
7677
|
{
|
|
7678
|
-
id: "charge-total-
|
|
7678
|
+
id: "charge-total-label",
|
|
7679
7679
|
component: "Text",
|
|
7680
7680
|
text: "Total",
|
|
7681
7681
|
variant: "h3"
|
|
7682
7682
|
},
|
|
7683
7683
|
{
|
|
7684
|
-
id: "charge-total-
|
|
7684
|
+
id: "charge-total-value",
|
|
7685
7685
|
component: "Text",
|
|
7686
7686
|
text: "€1,870",
|
|
7687
7687
|
variant: "h3"
|
|
@@ -7693,10 +7693,10 @@ const Ne = [
|
|
|
7693
7693
|
{
|
|
7694
7694
|
id: "payment-card",
|
|
7695
7695
|
component: "Card",
|
|
7696
|
-
children: ["payment-
|
|
7696
|
+
children: ["payment-header", "payment-body"]
|
|
7697
7697
|
},
|
|
7698
7698
|
{
|
|
7699
|
-
id: "payment-
|
|
7699
|
+
id: "payment-header",
|
|
7700
7700
|
component: "Header",
|
|
7701
7701
|
children: ["payment-title"]
|
|
7702
7702
|
},
|
|
@@ -7709,25 +7709,25 @@ const Ne = [
|
|
|
7709
7709
|
{
|
|
7710
7710
|
id: "payment-body",
|
|
7711
7711
|
component: "Body",
|
|
7712
|
-
child: "payment-
|
|
7712
|
+
child: "payment-column"
|
|
7713
7713
|
},
|
|
7714
7714
|
{
|
|
7715
|
-
id: "payment-
|
|
7715
|
+
id: "payment-column",
|
|
7716
7716
|
component: "Column",
|
|
7717
7717
|
children: ["payment-method", "payment-email"]
|
|
7718
7718
|
},
|
|
7719
7719
|
{
|
|
7720
7720
|
id: "payment-method",
|
|
7721
7721
|
component: "Row",
|
|
7722
|
-
children: ["payment-card-
|
|
7722
|
+
children: ["payment-card-label", "payment-card-value"]
|
|
7723
7723
|
},
|
|
7724
7724
|
{
|
|
7725
|
-
id: "payment-card-
|
|
7725
|
+
id: "payment-card-label",
|
|
7726
7726
|
component: "Text",
|
|
7727
7727
|
text: "Card on file:"
|
|
7728
7728
|
},
|
|
7729
7729
|
{
|
|
7730
|
-
id: "payment-card-
|
|
7730
|
+
id: "payment-card-value",
|
|
7731
7731
|
component: "Text",
|
|
7732
7732
|
text: "Visa •••• 4821"
|
|
7733
7733
|
},
|
|
@@ -7740,10 +7740,10 @@ const Ne = [
|
|
|
7740
7740
|
{
|
|
7741
7741
|
id: "feedback-card",
|
|
7742
7742
|
component: "Card",
|
|
7743
|
-
children: ["feedback-
|
|
7743
|
+
children: ["feedback-header", "feedback-body"]
|
|
7744
7744
|
},
|
|
7745
7745
|
{
|
|
7746
|
-
id: "feedback-
|
|
7746
|
+
id: "feedback-header",
|
|
7747
7747
|
component: "Header",
|
|
7748
7748
|
children: ["feedback-title"]
|
|
7749
7749
|
},
|
|
@@ -7756,10 +7756,10 @@ const Ne = [
|
|
|
7756
7756
|
{
|
|
7757
7757
|
id: "feedback-body",
|
|
7758
7758
|
component: "Body",
|
|
7759
|
-
child: "feedback-
|
|
7759
|
+
child: "feedback-question"
|
|
7760
7760
|
},
|
|
7761
7761
|
{
|
|
7762
|
-
id: "feedback-
|
|
7762
|
+
id: "feedback-question",
|
|
7763
7763
|
component: "TextArea",
|
|
7764
7764
|
placeholder: "We'd love to hear your feedback..."
|
|
7765
7765
|
},
|
|
@@ -7768,7 +7768,7 @@ const Ne = [
|
|
|
7768
7768
|
component: "Divider"
|
|
7769
7769
|
},
|
|
7770
7770
|
{
|
|
7771
|
-
id: "checkout
|
|
7771
|
+
id: "button-checkout",
|
|
7772
7772
|
component: "Button",
|
|
7773
7773
|
text: "Complete Checkout",
|
|
7774
7774
|
variant: "primary",
|
|
@@ -7800,7 +7800,7 @@ const Ne = [
|
|
|
7800
7800
|
"culture-card",
|
|
7801
7801
|
"food-card",
|
|
7802
7802
|
"divider-2",
|
|
7803
|
-
"custom-
|
|
7803
|
+
"button-custom-itinerary"
|
|
7804
7804
|
]
|
|
7805
7805
|
},
|
|
7806
7806
|
{
|
|
@@ -7822,10 +7822,10 @@ const Ne = [
|
|
|
7822
7822
|
{
|
|
7823
7823
|
id: "beach-card",
|
|
7824
7824
|
component: "Card",
|
|
7825
|
-
children: ["beach-
|
|
7825
|
+
children: ["beach-header", "beach-body"]
|
|
7826
7826
|
},
|
|
7827
7827
|
{
|
|
7828
|
-
id: "beach-
|
|
7828
|
+
id: "beach-header",
|
|
7829
7829
|
component: "Header",
|
|
7830
7830
|
children: ["beach-title"]
|
|
7831
7831
|
},
|
|
@@ -7852,26 +7852,26 @@ const Ne = [
|
|
|
7852
7852
|
{
|
|
7853
7853
|
id: "beach-1",
|
|
7854
7854
|
component: "Row",
|
|
7855
|
-
children: ["
|
|
7855
|
+
children: ["beach-1-column", "beach-1-button"]
|
|
7856
7856
|
},
|
|
7857
7857
|
{
|
|
7858
|
-
id: "
|
|
7858
|
+
id: "beach-1-column",
|
|
7859
7859
|
component: "Column",
|
|
7860
|
-
children: ["
|
|
7860
|
+
children: ["beach-1-name", "beach-1-description"]
|
|
7861
7861
|
},
|
|
7862
7862
|
{
|
|
7863
|
-
id: "
|
|
7863
|
+
id: "beach-1-name",
|
|
7864
7864
|
component: "Text",
|
|
7865
7865
|
text: "Red Beach"
|
|
7866
7866
|
},
|
|
7867
7867
|
{
|
|
7868
|
-
id: "
|
|
7868
|
+
id: "beach-1-description",
|
|
7869
7869
|
component: "Text",
|
|
7870
7870
|
text: "15 min drive · Dramatic volcanic cliffs · Best before noon",
|
|
7871
7871
|
variant: "caption"
|
|
7872
7872
|
},
|
|
7873
7873
|
{
|
|
7874
|
-
id: "
|
|
7874
|
+
id: "beach-1-button",
|
|
7875
7875
|
component: "Button",
|
|
7876
7876
|
text: "Directions",
|
|
7877
7877
|
action: { event: { name: "directions_red_beach" } }
|
|
@@ -7879,26 +7879,26 @@ const Ne = [
|
|
|
7879
7879
|
{
|
|
7880
7880
|
id: "beach-2",
|
|
7881
7881
|
component: "Row",
|
|
7882
|
-
children: ["
|
|
7882
|
+
children: ["beach-2-column", "beach-2-button"]
|
|
7883
7883
|
},
|
|
7884
7884
|
{
|
|
7885
|
-
id: "
|
|
7885
|
+
id: "beach-2-column",
|
|
7886
7886
|
component: "Column",
|
|
7887
|
-
children: ["
|
|
7887
|
+
children: ["beach-2-name", "beach-2-description"]
|
|
7888
7888
|
},
|
|
7889
7889
|
{
|
|
7890
|
-
id: "
|
|
7890
|
+
id: "beach-2-name",
|
|
7891
7891
|
component: "Text",
|
|
7892
7892
|
text: "Perissa Black Sand Beach"
|
|
7893
7893
|
},
|
|
7894
7894
|
{
|
|
7895
|
-
id: "
|
|
7895
|
+
id: "beach-2-description",
|
|
7896
7896
|
component: "Text",
|
|
7897
7897
|
text: "20 min drive · Beach bars, water sports · All-day destination",
|
|
7898
7898
|
variant: "caption"
|
|
7899
7899
|
},
|
|
7900
7900
|
{
|
|
7901
|
-
id: "
|
|
7901
|
+
id: "beach-2-button",
|
|
7902
7902
|
component: "Button",
|
|
7903
7903
|
text: "Directions",
|
|
7904
7904
|
action: { event: { name: "directions_perissa" } }
|
|
@@ -7906,26 +7906,26 @@ const Ne = [
|
|
|
7906
7906
|
{
|
|
7907
7907
|
id: "beach-3",
|
|
7908
7908
|
component: "Row",
|
|
7909
|
-
children: ["
|
|
7909
|
+
children: ["beach-3-column", "beach-3-button"]
|
|
7910
7910
|
},
|
|
7911
7911
|
{
|
|
7912
|
-
id: "
|
|
7912
|
+
id: "beach-3-column",
|
|
7913
7913
|
component: "Column",
|
|
7914
|
-
children: ["
|
|
7914
|
+
children: ["beach-3-name", "beach-3-description"]
|
|
7915
7915
|
},
|
|
7916
7916
|
{
|
|
7917
|
-
id: "
|
|
7917
|
+
id: "beach-3-name",
|
|
7918
7918
|
component: "Text",
|
|
7919
7919
|
text: "Fira to Oia Hiking Trail"
|
|
7920
7920
|
},
|
|
7921
7921
|
{
|
|
7922
|
-
id: "
|
|
7922
|
+
id: "beach-3-description",
|
|
7923
7923
|
component: "Text",
|
|
7924
7924
|
text: "10 km, ~3 hours · Caldera views · Start early to avoid heat",
|
|
7925
7925
|
variant: "caption"
|
|
7926
7926
|
},
|
|
7927
7927
|
{
|
|
7928
|
-
id: "
|
|
7928
|
+
id: "beach-3-button",
|
|
7929
7929
|
component: "Button",
|
|
7930
7930
|
text: "Details",
|
|
7931
7931
|
action: { event: { name: "trail_details" } }
|
|
@@ -7933,10 +7933,10 @@ const Ne = [
|
|
|
7933
7933
|
{
|
|
7934
7934
|
id: "culture-card",
|
|
7935
7935
|
component: "Card",
|
|
7936
|
-
children: ["culture-
|
|
7936
|
+
children: ["culture-header", "culture-body"]
|
|
7937
7937
|
},
|
|
7938
7938
|
{
|
|
7939
|
-
id: "culture-
|
|
7939
|
+
id: "culture-header",
|
|
7940
7940
|
component: "Header",
|
|
7941
7941
|
children: ["culture-title"]
|
|
7942
7942
|
},
|
|
@@ -7954,58 +7954,58 @@ const Ne = [
|
|
|
7954
7954
|
{
|
|
7955
7955
|
id: "culture-list",
|
|
7956
7956
|
component: "Column",
|
|
7957
|
-
children: ["
|
|
7957
|
+
children: ["culture-1", "culture-2"]
|
|
7958
7958
|
},
|
|
7959
7959
|
{
|
|
7960
|
-
id: "
|
|
7960
|
+
id: "culture-1",
|
|
7961
7961
|
component: "Row",
|
|
7962
|
-
children: ["
|
|
7962
|
+
children: ["culture-1-column", "culture-1-button"]
|
|
7963
7963
|
},
|
|
7964
7964
|
{
|
|
7965
|
-
id: "
|
|
7965
|
+
id: "culture-1-column",
|
|
7966
7966
|
component: "Column",
|
|
7967
|
-
children: ["
|
|
7967
|
+
children: ["culture-1-name", "culture-1-description"]
|
|
7968
7968
|
},
|
|
7969
7969
|
{
|
|
7970
|
-
id: "
|
|
7970
|
+
id: "culture-1-name",
|
|
7971
7971
|
component: "Text",
|
|
7972
7972
|
text: "Akrotiri Archaeological Site"
|
|
7973
7973
|
},
|
|
7974
7974
|
{
|
|
7975
|
-
id: "
|
|
7975
|
+
id: "culture-1-description",
|
|
7976
7976
|
component: "Text",
|
|
7977
7977
|
text: "Minoan Bronze Age settlement · \"Pompeii of the Aegean\" · €12 entry",
|
|
7978
7978
|
variant: "caption"
|
|
7979
7979
|
},
|
|
7980
7980
|
{
|
|
7981
|
-
id: "
|
|
7981
|
+
id: "culture-1-button",
|
|
7982
7982
|
component: "Button",
|
|
7983
7983
|
text: "Book Tickets",
|
|
7984
7984
|
action: { event: { name: "book_akrotiri" } }
|
|
7985
7985
|
},
|
|
7986
7986
|
{
|
|
7987
|
-
id: "
|
|
7987
|
+
id: "culture-2",
|
|
7988
7988
|
component: "Row",
|
|
7989
|
-
children: ["
|
|
7989
|
+
children: ["culture-2-column", "culture-2-button"]
|
|
7990
7990
|
},
|
|
7991
7991
|
{
|
|
7992
|
-
id: "
|
|
7992
|
+
id: "culture-2-column",
|
|
7993
7993
|
component: "Column",
|
|
7994
|
-
children: ["
|
|
7994
|
+
children: ["culture-2-name", "culture-2-description"]
|
|
7995
7995
|
},
|
|
7996
7996
|
{
|
|
7997
|
-
id: "
|
|
7997
|
+
id: "culture-2-name",
|
|
7998
7998
|
component: "Text",
|
|
7999
7999
|
text: "Wine Tasting Tour"
|
|
8000
8000
|
},
|
|
8001
8001
|
{
|
|
8002
|
-
id: "
|
|
8002
|
+
id: "culture-2-description",
|
|
8003
8003
|
component: "Text",
|
|
8004
8004
|
text: "3 vineyards · Assyrtiko & Vinsanto · Hotel pickup included · €75/person",
|
|
8005
8005
|
variant: "caption"
|
|
8006
8006
|
},
|
|
8007
8007
|
{
|
|
8008
|
-
id: "
|
|
8008
|
+
id: "culture-2-button",
|
|
8009
8009
|
component: "Button",
|
|
8010
8010
|
text: "Book Tour",
|
|
8011
8011
|
action: { event: { name: "book_wine_tour" } }
|
|
@@ -8013,10 +8013,10 @@ const Ne = [
|
|
|
8013
8013
|
{
|
|
8014
8014
|
id: "food-card",
|
|
8015
8015
|
component: "Card",
|
|
8016
|
-
children: ["food-
|
|
8016
|
+
children: ["food-header", "food-body"]
|
|
8017
8017
|
},
|
|
8018
8018
|
{
|
|
8019
|
-
id: "food-
|
|
8019
|
+
id: "food-header",
|
|
8020
8020
|
component: "Header",
|
|
8021
8021
|
children: ["food-title"]
|
|
8022
8022
|
},
|
|
@@ -8039,26 +8039,26 @@ const Ne = [
|
|
|
8039
8039
|
{
|
|
8040
8040
|
id: "food-1",
|
|
8041
8041
|
component: "Row",
|
|
8042
|
-
children: ["
|
|
8042
|
+
children: ["food-1-column", "food-1-button"]
|
|
8043
8043
|
},
|
|
8044
8044
|
{
|
|
8045
|
-
id: "
|
|
8045
|
+
id: "food-1-column",
|
|
8046
8046
|
component: "Column",
|
|
8047
|
-
children: ["
|
|
8047
|
+
children: ["food-1-name", "food-1-description"]
|
|
8048
8048
|
},
|
|
8049
8049
|
{
|
|
8050
|
-
id: "
|
|
8050
|
+
id: "food-1-name",
|
|
8051
8051
|
component: "Text",
|
|
8052
8052
|
text: "Ammoudi Fish Taverna"
|
|
8053
8053
|
},
|
|
8054
8054
|
{
|
|
8055
|
-
id: "
|
|
8055
|
+
id: "food-1-description",
|
|
8056
8056
|
component: "Text",
|
|
8057
8057
|
text: "Below Oia castle · Fresh catch · Book 2+ days ahead · €€€",
|
|
8058
8058
|
variant: "caption"
|
|
8059
8059
|
},
|
|
8060
8060
|
{
|
|
8061
|
-
id: "
|
|
8061
|
+
id: "food-1-button",
|
|
8062
8062
|
component: "Button",
|
|
8063
8063
|
text: "Reserve",
|
|
8064
8064
|
action: { event: { name: "reserve_ammoudi" } }
|
|
@@ -8066,26 +8066,26 @@ const Ne = [
|
|
|
8066
8066
|
{
|
|
8067
8067
|
id: "food-2",
|
|
8068
8068
|
component: "Row",
|
|
8069
|
-
children: ["
|
|
8069
|
+
children: ["food-2-column", "food-2-button"]
|
|
8070
8070
|
},
|
|
8071
8071
|
{
|
|
8072
|
-
id: "
|
|
8072
|
+
id: "food-2-column",
|
|
8073
8073
|
component: "Column",
|
|
8074
|
-
children: ["
|
|
8074
|
+
children: ["food-2-name", "food-2-description"]
|
|
8075
8075
|
},
|
|
8076
8076
|
{
|
|
8077
|
-
id: "
|
|
8077
|
+
id: "food-2-name",
|
|
8078
8078
|
component: "Text",
|
|
8079
8079
|
text: "Metaxy Mas"
|
|
8080
8080
|
},
|
|
8081
8081
|
{
|
|
8082
|
-
id: "
|
|
8082
|
+
id: "food-2-description",
|
|
8083
8083
|
component: "Text",
|
|
8084
8084
|
text: "Exo Gonia village · Local Cretan cuisine · Reservation essential · €€",
|
|
8085
8085
|
variant: "caption"
|
|
8086
8086
|
},
|
|
8087
8087
|
{
|
|
8088
|
-
id: "
|
|
8088
|
+
id: "food-2-button",
|
|
8089
8089
|
component: "Button",
|
|
8090
8090
|
text: "Reserve",
|
|
8091
8091
|
action: { event: { name: "reserve_metaxy" } }
|
|
@@ -8095,7 +8095,7 @@ const Ne = [
|
|
|
8095
8095
|
component: "Divider"
|
|
8096
8096
|
},
|
|
8097
8097
|
{
|
|
8098
|
-
id: "custom-
|
|
8098
|
+
id: "button-custom-itinerary",
|
|
8099
8099
|
component: "Button",
|
|
8100
8100
|
text: "Ask Concierge for Custom Itinerary",
|
|
8101
8101
|
variant: "primary",
|