@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 CHANGED
@@ -1487,7 +1487,7 @@ const ke = [
1487
1487
  children: [
1488
1488
  "heading",
1489
1489
  "text",
1490
- "btn"
1490
+ "button"
1491
1491
  ]
1492
1492
  },
1493
1493
  {
@@ -1502,7 +1502,7 @@ const ke = [
1502
1502
  text: "This UI was generated from a flat A2UI component list."
1503
1503
  },
1504
1504
  {
1505
- id: "btn",
1505
+ id: "button",
1506
1506
  component: "Button",
1507
1507
  text: "Click Me",
1508
1508
  variant: "primary",
@@ -1562,10 +1562,10 @@ const ke = [
1562
1562
  {
1563
1563
  id: "actions",
1564
1564
  component: "Row",
1565
- children: ["submit-btn", "cancel-btn"]
1565
+ children: ["button-submit", "button-cancel"]
1566
1566
  },
1567
1567
  {
1568
- id: "submit-btn",
1568
+ id: "button-submit",
1569
1569
  component: "Button",
1570
1570
  text: "Send Message",
1571
1571
  variant: "primary",
@@ -1575,7 +1575,7 @@ const ke = [
1575
1575
  } }
1576
1576
  },
1577
1577
  {
1578
- id: "cancel-btn",
1578
+ id: "button-cancel",
1579
1579
  component: "Button",
1580
1580
  text: "Cancel",
1581
1581
  action: { event: { name: "cancel_form" } }
@@ -1599,13 +1599,13 @@ const ke = [
1599
1599
  id: "root",
1600
1600
  component: "Card",
1601
1601
  children: [
1602
- "card-hdr",
1602
+ "card-header",
1603
1603
  "card-body",
1604
- "card-ftr"
1604
+ "card-footer"
1605
1605
  ]
1606
1606
  },
1607
1607
  {
1608
- id: "card-hdr",
1608
+ id: "card-header",
1609
1609
  component: "Header",
1610
1610
  children: ["product-name"]
1611
1611
  },
@@ -1623,10 +1623,10 @@ const ke = [
1623
1623
  {
1624
1624
  id: "card-content",
1625
1625
  component: "Column",
1626
- children: ["product-desc", "product-price"]
1626
+ children: ["product-description", "product-price"]
1627
1627
  },
1628
1628
  {
1629
- id: "product-desc",
1629
+ id: "product-description",
1630
1630
  component: "Text",
1631
1631
  text: "A high-quality widget built with native web components. Supports all modern browsers."
1632
1632
  },
@@ -1637,24 +1637,24 @@ const ke = [
1637
1637
  variant: "h4"
1638
1638
  },
1639
1639
  {
1640
- id: "card-ftr",
1640
+ id: "card-footer",
1641
1641
  component: "Footer",
1642
1642
  children: ["product-actions"]
1643
1643
  },
1644
1644
  {
1645
1645
  id: "product-actions",
1646
1646
  component: "Row",
1647
- children: ["buy-btn", "wishlist-btn"]
1647
+ children: ["button-buy", "button-wishlist"]
1648
1648
  },
1649
1649
  {
1650
- id: "buy-btn",
1650
+ id: "button-buy",
1651
1651
  component: "Button",
1652
1652
  text: "Add to Cart",
1653
1653
  variant: "primary",
1654
1654
  action: { event: { name: "add_to_cart" } }
1655
1655
  },
1656
1656
  {
1657
- id: "wishlist-btn",
1657
+ id: "button-wishlist",
1658
1658
  component: "Button",
1659
1659
  text: "Wishlist",
1660
1660
  action: { event: { name: "add_to_wishlist" } }
@@ -1873,7 +1873,7 @@ const ke = [
1873
1873
  {
1874
1874
  id: "counter-row",
1875
1875
  component: "Row",
1876
- children: ["counter-label", "inc-btn"]
1876
+ children: ["counter-label", "button-increment"]
1877
1877
  },
1878
1878
  {
1879
1879
  id: "counter-label",
@@ -1881,7 +1881,7 @@ const ke = [
1881
1881
  text: { path: "/counter" }
1882
1882
  },
1883
1883
  {
1884
- id: "inc-btn",
1884
+ id: "button-increment",
1885
1885
  component: "Button",
1886
1886
  text: "Increment",
1887
1887
  variant: "primary",
@@ -1927,7 +1927,7 @@ const ke = [
1927
1927
  children: [
1928
1928
  "title",
1929
1929
  "count",
1930
- "inc-btn"
1930
+ "button-increment"
1931
1931
  ]
1932
1932
  },
1933
1933
  {
@@ -1942,7 +1942,7 @@ const ke = [
1942
1942
  text: { path: "/count" }
1943
1943
  },
1944
1944
  {
1945
- id: "inc-btn",
1945
+ id: "button-increment",
1946
1946
  component: "Button",
1947
1947
  text: "Increment",
1948
1948
  variant: "primary",
@@ -2001,7 +2001,7 @@ const ke = [
2001
2001
  {
2002
2002
  id: "root",
2003
2003
  component: "Column",
2004
- children: ["heading", "btn"]
2004
+ children: ["heading", "button"]
2005
2005
  },
2006
2006
  {
2007
2007
  id: "heading",
@@ -2010,7 +2010,7 @@ const ke = [
2010
2010
  variant: "h2"
2011
2011
  },
2012
2012
  {
2013
- id: "btn",
2013
+ id: "button",
2014
2014
  component: "Button",
2015
2015
  text: "Action",
2016
2016
  variant: "primary",
@@ -2254,10 +2254,10 @@ const ke = [
2254
2254
  {
2255
2255
  id: "preview-card",
2256
2256
  component: "Card",
2257
- children: ["preview-hdr", "preview-body"]
2257
+ children: ["preview-header", "preview-body"]
2258
2258
  },
2259
2259
  {
2260
- id: "preview-hdr",
2260
+ id: "preview-header",
2261
2261
  component: "Header",
2262
2262
  children: ["preview-heading"]
2263
2263
  },
@@ -2270,10 +2270,10 @@ const ke = [
2270
2270
  {
2271
2271
  id: "preview-body",
2272
2272
  component: "Body",
2273
- child: "preview-col"
2273
+ child: "preview-column"
2274
2274
  },
2275
2275
  {
2276
- id: "preview-col",
2276
+ id: "preview-column",
2277
2277
  component: "Column",
2278
2278
  children: [
2279
2279
  "preview-name",
@@ -2401,45 +2401,45 @@ const ke = [
2401
2401
  id: "step-content",
2402
2402
  component: "Column",
2403
2403
  children: [
2404
- "proj-name",
2405
- "proj-desc",
2406
- "proj-visibility"
2404
+ "project-name",
2405
+ "project-description",
2406
+ "project-visibility"
2407
2407
  ]
2408
2408
  },
2409
2409
  {
2410
- id: "proj-name",
2410
+ id: "project-name",
2411
2411
  component: "TextField",
2412
2412
  label: "Project Name",
2413
2413
  placeholder: "My Awesome Project"
2414
2414
  },
2415
2415
  {
2416
- id: "proj-desc",
2416
+ id: "project-description",
2417
2417
  component: "TextArea",
2418
2418
  label: "Description",
2419
2419
  placeholder: "What is this project about?"
2420
2420
  },
2421
2421
  {
2422
- id: "proj-visibility",
2422
+ id: "project-visibility",
2423
2423
  component: "Column",
2424
2424
  children: [
2425
- "vis-label",
2426
- "vis-public",
2427
- "vis-private"
2425
+ "visibility-label",
2426
+ "visibility-public",
2427
+ "visibility-private"
2428
2428
  ]
2429
2429
  },
2430
2430
  {
2431
- id: "vis-label",
2431
+ id: "visibility-label",
2432
2432
  component: "Text",
2433
2433
  text: "Visibility",
2434
2434
  variant: "caption"
2435
2435
  },
2436
2436
  {
2437
- id: "vis-public",
2437
+ id: "visibility-public",
2438
2438
  component: "CheckBox",
2439
2439
  label: "Public — anyone can view"
2440
2440
  },
2441
2441
  {
2442
- id: "vis-private",
2442
+ id: "visibility-private",
2443
2443
  component: "CheckBox",
2444
2444
  label: "Private — invited members only"
2445
2445
  },
@@ -2450,16 +2450,16 @@ const ke = [
2450
2450
  {
2451
2451
  id: "nav-row",
2452
2452
  component: "Row",
2453
- children: ["cancel-btn", "next-btn"]
2453
+ children: ["button-cancel", "button-next"]
2454
2454
  },
2455
2455
  {
2456
- id: "cancel-btn",
2456
+ id: "button-cancel",
2457
2457
  component: "Button",
2458
2458
  text: "Cancel",
2459
2459
  action: { event: { name: "wizard_cancel" } }
2460
2460
  },
2461
2461
  {
2462
- id: "next-btn",
2462
+ id: "button-next",
2463
2463
  component: "Button",
2464
2464
  text: "Next: Team →",
2465
2465
  variant: "primary",
@@ -2484,23 +2484,23 @@ const ke = [
2484
2484
  id: "root",
2485
2485
  component: "Card",
2486
2486
  children: [
2487
- "card-hdr",
2487
+ "card-header",
2488
2488
  "card-body",
2489
- "card-ftr"
2489
+ "card-footer"
2490
2490
  ]
2491
2491
  },
2492
2492
  {
2493
- id: "card-hdr",
2493
+ id: "card-header",
2494
2494
  component: "Header",
2495
2495
  children: ["icon-row", "title"]
2496
2496
  },
2497
2497
  {
2498
2498
  id: "icon-row",
2499
2499
  component: "Row",
2500
- children: ["warn-badge"]
2500
+ children: ["warning-badge"]
2501
2501
  },
2502
2502
  {
2503
- id: "warn-badge",
2503
+ id: "warning-badge",
2504
2504
  component: "Badge",
2505
2505
  text: "Destructive Action"
2506
2506
  },
@@ -2513,27 +2513,27 @@ const ke = [
2513
2513
  {
2514
2514
  id: "card-body",
2515
2515
  component: "Body",
2516
- child: "card-col"
2516
+ child: "card-column"
2517
2517
  },
2518
2518
  {
2519
- id: "card-col",
2519
+ id: "card-column",
2520
2520
  component: "Column",
2521
2521
  children: [
2522
- "desc",
2522
+ "description",
2523
2523
  "item-name",
2524
2524
  "warning",
2525
2525
  "confirm-field"
2526
2526
  ]
2527
2527
  },
2528
2528
  {
2529
- id: "desc",
2529
+ id: "description",
2530
2530
  component: "Text",
2531
2531
  text: "This will permanently delete the project, all its files, issues, and associated data. This action cannot be undone."
2532
2532
  },
2533
2533
  {
2534
2534
  id: "item-name",
2535
2535
  component: "Row",
2536
- children: ["item-label", "item-val"]
2536
+ children: ["item-label", "item-value"]
2537
2537
  },
2538
2538
  {
2539
2539
  id: "item-label",
@@ -2541,7 +2541,7 @@ const ke = [
2541
2541
  text: "Project:"
2542
2542
  },
2543
2543
  {
2544
- id: "item-val",
2544
+ id: "item-value",
2545
2545
  component: "Text",
2546
2546
  text: "acme-frontend",
2547
2547
  variant: "h4"
@@ -2558,23 +2558,23 @@ const ke = [
2558
2558
  placeholder: "acme-frontend"
2559
2559
  },
2560
2560
  {
2561
- id: "card-ftr",
2561
+ id: "card-footer",
2562
2562
  component: "Footer",
2563
2563
  children: ["actions"]
2564
2564
  },
2565
2565
  {
2566
2566
  id: "actions",
2567
2567
  component: "Row",
2568
- children: ["cancel-btn", "delete-btn"]
2568
+ children: ["button-cancel", "button-delete"]
2569
2569
  },
2570
2570
  {
2571
- id: "cancel-btn",
2571
+ id: "button-cancel",
2572
2572
  component: "Button",
2573
2573
  text: "Cancel",
2574
2574
  action: { event: { name: "cancel_delete" } }
2575
2575
  },
2576
2576
  {
2577
- id: "delete-btn",
2577
+ id: "button-delete",
2578
2578
  component: "Button",
2579
2579
  text: "Delete Project",
2580
2580
  variant: "primary",
@@ -2601,9 +2601,9 @@ const ke = [
2601
2601
  component: "Column",
2602
2602
  children: [
2603
2603
  "header",
2604
- "desc",
2604
+ "description",
2605
2605
  "divider-1",
2606
- "notif-section",
2606
+ "notification-section",
2607
2607
  "divider-2",
2608
2608
  "privacy-section",
2609
2609
  "divider-3",
@@ -2619,7 +2619,7 @@ const ke = [
2619
2619
  variant: "h2"
2620
2620
  },
2621
2621
  {
2622
- id: "desc",
2622
+ id: "description",
2623
2623
  component: "Text",
2624
2624
  text: "Manage your notification, privacy, and display settings.",
2625
2625
  variant: "caption"
@@ -2629,39 +2629,39 @@ const ke = [
2629
2629
  component: "Divider"
2630
2630
  },
2631
2631
  {
2632
- id: "notif-section",
2632
+ id: "notification-section",
2633
2633
  component: "Column",
2634
2634
  children: [
2635
- "notif-title",
2636
- "notif-email",
2637
- "notif-push",
2638
- "notif-sms",
2639
- "notif-marketing"
2635
+ "notification-title",
2636
+ "notification-email",
2637
+ "notification-push",
2638
+ "notification-sms",
2639
+ "notification-marketing"
2640
2640
  ]
2641
2641
  },
2642
2642
  {
2643
- id: "notif-title",
2643
+ id: "notification-title",
2644
2644
  component: "Text",
2645
2645
  text: "Notifications",
2646
2646
  variant: "h3"
2647
2647
  },
2648
2648
  {
2649
- id: "notif-email",
2649
+ id: "notification-email",
2650
2650
  component: "Switch",
2651
2651
  label: "Email notifications"
2652
2652
  },
2653
2653
  {
2654
- id: "notif-push",
2654
+ id: "notification-push",
2655
2655
  component: "Switch",
2656
2656
  label: "Push notifications"
2657
2657
  },
2658
2658
  {
2659
- id: "notif-sms",
2659
+ id: "notification-sms",
2660
2660
  component: "Switch",
2661
2661
  label: "SMS alerts"
2662
2662
  },
2663
2663
  {
2664
- id: "notif-marketing",
2664
+ id: "notification-marketing",
2665
2665
  component: "Switch",
2666
2666
  label: "Marketing emails"
2667
2667
  },
@@ -2674,9 +2674,9 @@ const ke = [
2674
2674
  component: "Column",
2675
2675
  children: [
2676
2676
  "privacy-title",
2677
- "priv-profile",
2678
- "priv-activity",
2679
- "priv-search"
2677
+ "privacy-profile",
2678
+ "privacy-activity",
2679
+ "privacy-search"
2680
2680
  ]
2681
2681
  },
2682
2682
  {
@@ -2686,17 +2686,17 @@ const ke = [
2686
2686
  variant: "h3"
2687
2687
  },
2688
2688
  {
2689
- id: "priv-profile",
2689
+ id: "privacy-profile",
2690
2690
  component: "Switch",
2691
2691
  label: "Public profile"
2692
2692
  },
2693
2693
  {
2694
- id: "priv-activity",
2694
+ id: "privacy-activity",
2695
2695
  component: "Switch",
2696
2696
  label: "Show activity status"
2697
2697
  },
2698
2698
  {
2699
- id: "priv-search",
2699
+ id: "privacy-search",
2700
2700
  component: "Switch",
2701
2701
  label: "Appear in search results"
2702
2702
  },
@@ -2708,24 +2708,24 @@ const ke = [
2708
2708
  id: "appearance-section",
2709
2709
  component: "Column",
2710
2710
  children: [
2711
- "appear-title",
2712
- "appear-compact",
2713
- "appear-animations"
2711
+ "appearance-title",
2712
+ "appearance-compact",
2713
+ "appearance-animations"
2714
2714
  ]
2715
2715
  },
2716
2716
  {
2717
- id: "appear-title",
2717
+ id: "appearance-title",
2718
2718
  component: "Text",
2719
2719
  text: "Appearance",
2720
2720
  variant: "h3"
2721
2721
  },
2722
2722
  {
2723
- id: "appear-compact",
2723
+ id: "appearance-compact",
2724
2724
  component: "Switch",
2725
2725
  label: "Compact mode"
2726
2726
  },
2727
2727
  {
2728
- id: "appear-animations",
2728
+ id: "appearance-animations",
2729
2729
  component: "Switch",
2730
2730
  label: "Reduce animations"
2731
2731
  },
@@ -2736,16 +2736,16 @@ const ke = [
2736
2736
  {
2737
2737
  id: "save-row",
2738
2738
  component: "Row",
2739
- children: ["reset-btn", "save-btn"]
2739
+ children: ["button-reset", "button-save"]
2740
2740
  },
2741
2741
  {
2742
- id: "reset-btn",
2742
+ id: "button-reset",
2743
2743
  component: "Button",
2744
2744
  text: "Reset to Defaults",
2745
2745
  action: { event: { name: "reset_settings" } }
2746
2746
  },
2747
2747
  {
2748
- id: "save-btn",
2748
+ id: "button-save",
2749
2749
  component: "Button",
2750
2750
  text: "Save Preferences",
2751
2751
  variant: "primary",
@@ -2823,10 +2823,10 @@ const ke = [
2823
2823
  {
2824
2824
  id: "cbc-card",
2825
2825
  component: "Card",
2826
- children: ["cbc-hdr", "cbc-body"]
2826
+ children: ["cbc-header", "cbc-body"]
2827
2827
  },
2828
2828
  {
2829
- id: "cbc-hdr",
2829
+ id: "cbc-header",
2830
2830
  component: "Header",
2831
2831
  children: ["cbc-title"]
2832
2832
  },
@@ -2839,10 +2839,10 @@ const ke = [
2839
2839
  {
2840
2840
  id: "cbc-body",
2841
2841
  component: "Body",
2842
- child: "cbc-col"
2842
+ child: "cbc-column"
2843
2843
  },
2844
2844
  {
2845
- id: "cbc-col",
2845
+ id: "cbc-column",
2846
2846
  component: "Column",
2847
2847
  children: [
2848
2848
  "cbc-wbc",
@@ -2857,8 +2857,8 @@ const ke = [
2857
2857
  component: "Row",
2858
2858
  children: [
2859
2859
  "cbc-wbc-label",
2860
- "cbc-wbc-val",
2861
- "cbc-wbc-ref"
2860
+ "cbc-wbc-value",
2861
+ "cbc-wbc-reference"
2862
2862
  ]
2863
2863
  },
2864
2864
  {
@@ -2867,12 +2867,12 @@ const ke = [
2867
2867
  text: "WBC"
2868
2868
  },
2869
2869
  {
2870
- id: "cbc-wbc-val",
2870
+ id: "cbc-wbc-value",
2871
2871
  component: "Badge",
2872
2872
  text: "7.2 × 10³/µL"
2873
2873
  },
2874
2874
  {
2875
- id: "cbc-wbc-ref",
2875
+ id: "cbc-wbc-reference",
2876
2876
  component: "Text",
2877
2877
  text: "(4.5–11.0)",
2878
2878
  variant: "caption"
@@ -2882,8 +2882,8 @@ const ke = [
2882
2882
  component: "Row",
2883
2883
  children: [
2884
2884
  "cbc-rbc-label",
2885
- "cbc-rbc-val",
2886
- "cbc-rbc-ref"
2885
+ "cbc-rbc-value",
2886
+ "cbc-rbc-reference"
2887
2887
  ]
2888
2888
  },
2889
2889
  {
@@ -2892,12 +2892,12 @@ const ke = [
2892
2892
  text: "RBC"
2893
2893
  },
2894
2894
  {
2895
- id: "cbc-rbc-val",
2895
+ id: "cbc-rbc-value",
2896
2896
  component: "Badge",
2897
2897
  text: "4.8 × 10⁶/µL"
2898
2898
  },
2899
2899
  {
2900
- id: "cbc-rbc-ref",
2900
+ id: "cbc-rbc-reference",
2901
2901
  component: "Text",
2902
2902
  text: "(4.2–5.4)",
2903
2903
  variant: "caption"
@@ -2907,8 +2907,8 @@ const ke = [
2907
2907
  component: "Row",
2908
2908
  children: [
2909
2909
  "cbc-hgb-label",
2910
- "cbc-hgb-val",
2911
- "cbc-hgb-ref"
2910
+ "cbc-hgb-value",
2911
+ "cbc-hgb-reference"
2912
2912
  ]
2913
2913
  },
2914
2914
  {
@@ -2917,12 +2917,12 @@ const ke = [
2917
2917
  text: "Hemoglobin"
2918
2918
  },
2919
2919
  {
2920
- id: "cbc-hgb-val",
2920
+ id: "cbc-hgb-value",
2921
2921
  component: "Badge",
2922
2922
  text: "14.1 g/dL"
2923
2923
  },
2924
2924
  {
2925
- id: "cbc-hgb-ref",
2925
+ id: "cbc-hgb-reference",
2926
2926
  component: "Text",
2927
2927
  text: "(12.0–16.0)",
2928
2928
  variant: "caption"
@@ -2932,8 +2932,8 @@ const ke = [
2932
2932
  component: "Row",
2933
2933
  children: [
2934
2934
  "cbc-hct-label",
2935
- "cbc-hct-val",
2936
- "cbc-hct-ref"
2935
+ "cbc-hct-value",
2936
+ "cbc-hct-reference"
2937
2937
  ]
2938
2938
  },
2939
2939
  {
@@ -2942,12 +2942,12 @@ const ke = [
2942
2942
  text: "Hematocrit"
2943
2943
  },
2944
2944
  {
2945
- id: "cbc-hct-val",
2945
+ id: "cbc-hct-value",
2946
2946
  component: "Badge",
2947
2947
  text: "42.3%"
2948
2948
  },
2949
2949
  {
2950
- id: "cbc-hct-ref",
2950
+ id: "cbc-hct-reference",
2951
2951
  component: "Text",
2952
2952
  text: "(36.0–46.0)",
2953
2953
  variant: "caption"
@@ -2957,8 +2957,8 @@ const ke = [
2957
2957
  component: "Row",
2958
2958
  children: [
2959
2959
  "cbc-plt-label",
2960
- "cbc-plt-val",
2961
- "cbc-plt-ref"
2960
+ "cbc-plt-value",
2961
+ "cbc-plt-reference"
2962
2962
  ]
2963
2963
  },
2964
2964
  {
@@ -2967,12 +2967,12 @@ const ke = [
2967
2967
  text: "Platelets"
2968
2968
  },
2969
2969
  {
2970
- id: "cbc-plt-val",
2970
+ id: "cbc-plt-value",
2971
2971
  component: "Badge",
2972
2972
  text: "245 × 10³/µL"
2973
2973
  },
2974
2974
  {
2975
- id: "cbc-plt-ref",
2975
+ id: "cbc-plt-reference",
2976
2976
  component: "Text",
2977
2977
  text: "(150–400)",
2978
2978
  variant: "caption"
@@ -2980,10 +2980,10 @@ const ke = [
2980
2980
  {
2981
2981
  id: "metabolic-card",
2982
2982
  component: "Card",
2983
- children: ["metabolic-hdr", "metabolic-body"]
2983
+ children: ["metabolic-header", "metabolic-body"]
2984
2984
  },
2985
2985
  {
2986
- id: "metabolic-hdr",
2986
+ id: "metabolic-header",
2987
2987
  component: "Header",
2988
2988
  children: ["metabolic-title"]
2989
2989
  },
@@ -2996,166 +2996,166 @@ const ke = [
2996
2996
  {
2997
2997
  id: "metabolic-body",
2998
2998
  component: "Body",
2999
- child: "metabolic-col"
2999
+ child: "metabolic-column"
3000
3000
  },
3001
3001
  {
3002
- id: "metabolic-col",
3002
+ id: "metabolic-column",
3003
3003
  component: "Column",
3004
3004
  children: [
3005
- "met-glucose",
3006
- "met-bun",
3007
- "met-creat",
3008
- "met-egfr",
3009
- "met-na",
3010
- "met-k"
3005
+ "metabolic-glucose",
3006
+ "metabolic-bun",
3007
+ "metabolic-creat",
3008
+ "metabolic-egfr",
3009
+ "metabolic-na",
3010
+ "metabolic-k"
3011
3011
  ]
3012
3012
  },
3013
3013
  {
3014
- id: "met-glucose",
3014
+ id: "metabolic-glucose",
3015
3015
  component: "Row",
3016
3016
  children: [
3017
- "met-glucose-label",
3018
- "met-glucose-val",
3019
- "met-glucose-ref"
3017
+ "metabolic-glucose-label",
3018
+ "metabolic-glucose-value",
3019
+ "metabolic-glucose-reference"
3020
3020
  ]
3021
3021
  },
3022
3022
  {
3023
- id: "met-glucose-label",
3023
+ id: "metabolic-glucose-label",
3024
3024
  component: "Text",
3025
3025
  text: "Glucose (fasting)"
3026
3026
  },
3027
3027
  {
3028
- id: "met-glucose-val",
3028
+ id: "metabolic-glucose-value",
3029
3029
  component: "Badge",
3030
3030
  text: "105 mg/dL ↑"
3031
3031
  },
3032
3032
  {
3033
- id: "met-glucose-ref",
3033
+ id: "metabolic-glucose-reference",
3034
3034
  component: "Text",
3035
3035
  text: "(70–99) — elevated",
3036
3036
  variant: "caption"
3037
3037
  },
3038
3038
  {
3039
- id: "met-bun",
3039
+ id: "metabolic-bun",
3040
3040
  component: "Row",
3041
3041
  children: [
3042
- "met-bun-label",
3043
- "met-bun-val",
3044
- "met-bun-ref"
3042
+ "metabolic-bun-label",
3043
+ "metabolic-bun-value",
3044
+ "metabolic-bun-reference"
3045
3045
  ]
3046
3046
  },
3047
3047
  {
3048
- id: "met-bun-label",
3048
+ id: "metabolic-bun-label",
3049
3049
  component: "Text",
3050
3050
  text: "BUN"
3051
3051
  },
3052
3052
  {
3053
- id: "met-bun-val",
3053
+ id: "metabolic-bun-value",
3054
3054
  component: "Badge",
3055
3055
  text: "16 mg/dL"
3056
3056
  },
3057
3057
  {
3058
- id: "met-bun-ref",
3058
+ id: "metabolic-bun-reference",
3059
3059
  component: "Text",
3060
3060
  text: "(7–20)",
3061
3061
  variant: "caption"
3062
3062
  },
3063
3063
  {
3064
- id: "met-creat",
3064
+ id: "metabolic-creat",
3065
3065
  component: "Row",
3066
3066
  children: [
3067
- "met-creat-label",
3068
- "met-creat-val",
3069
- "met-creat-ref"
3067
+ "metabolic-creat-label",
3068
+ "metabolic-creat-value",
3069
+ "metabolic-creat-reference"
3070
3070
  ]
3071
3071
  },
3072
3072
  {
3073
- id: "met-creat-label",
3073
+ id: "metabolic-creat-label",
3074
3074
  component: "Text",
3075
3075
  text: "Creatinine"
3076
3076
  },
3077
3077
  {
3078
- id: "met-creat-val",
3078
+ id: "metabolic-creat-value",
3079
3079
  component: "Badge",
3080
3080
  text: "0.9 mg/dL"
3081
3081
  },
3082
3082
  {
3083
- id: "met-creat-ref",
3083
+ id: "metabolic-creat-reference",
3084
3084
  component: "Text",
3085
3085
  text: "(0.6–1.2)",
3086
3086
  variant: "caption"
3087
3087
  },
3088
3088
  {
3089
- id: "met-egfr",
3089
+ id: "metabolic-egfr",
3090
3090
  component: "Row",
3091
3091
  children: [
3092
- "met-egfr-label",
3093
- "met-egfr-val",
3094
- "met-egfr-ref"
3092
+ "metabolic-egfr-label",
3093
+ "metabolic-egfr-value",
3094
+ "metabolic-egfr-reference"
3095
3095
  ]
3096
3096
  },
3097
3097
  {
3098
- id: "met-egfr-label",
3098
+ id: "metabolic-egfr-label",
3099
3099
  component: "Text",
3100
3100
  text: "eGFR"
3101
3101
  },
3102
3102
  {
3103
- id: "met-egfr-val",
3103
+ id: "metabolic-egfr-value",
3104
3104
  component: "Badge",
3105
3105
  text: "> 90 mL/min"
3106
3106
  },
3107
3107
  {
3108
- id: "met-egfr-ref",
3108
+ id: "metabolic-egfr-reference",
3109
3109
  component: "Text",
3110
3110
  text: "(≥ 60 normal)",
3111
3111
  variant: "caption"
3112
3112
  },
3113
3113
  {
3114
- id: "met-na",
3114
+ id: "metabolic-na",
3115
3115
  component: "Row",
3116
3116
  children: [
3117
- "met-na-label",
3118
- "met-na-val",
3119
- "met-na-ref"
3117
+ "metabolic-na-label",
3118
+ "metabolic-na-value",
3119
+ "metabolic-na-reference"
3120
3120
  ]
3121
3121
  },
3122
3122
  {
3123
- id: "met-na-label",
3123
+ id: "metabolic-na-label",
3124
3124
  component: "Text",
3125
3125
  text: "Sodium"
3126
3126
  },
3127
3127
  {
3128
- id: "met-na-val",
3128
+ id: "metabolic-na-value",
3129
3129
  component: "Badge",
3130
3130
  text: "140 mEq/L"
3131
3131
  },
3132
3132
  {
3133
- id: "met-na-ref",
3133
+ id: "metabolic-na-reference",
3134
3134
  component: "Text",
3135
3135
  text: "(136–145)",
3136
3136
  variant: "caption"
3137
3137
  },
3138
3138
  {
3139
- id: "met-k",
3139
+ id: "metabolic-k",
3140
3140
  component: "Row",
3141
3141
  children: [
3142
- "met-k-label",
3143
- "met-k-val",
3144
- "met-k-ref"
3142
+ "metabolic-k-label",
3143
+ "metabolic-k-value",
3144
+ "metabolic-k-reference"
3145
3145
  ]
3146
3146
  },
3147
3147
  {
3148
- id: "met-k-label",
3148
+ id: "metabolic-k-label",
3149
3149
  component: "Text",
3150
3150
  text: "Potassium"
3151
3151
  },
3152
3152
  {
3153
- id: "met-k-val",
3153
+ id: "metabolic-k-value",
3154
3154
  component: "Badge",
3155
3155
  text: "4.2 mEq/L"
3156
3156
  },
3157
3157
  {
3158
- id: "met-k-ref",
3158
+ id: "metabolic-k-reference",
3159
3159
  component: "Text",
3160
3160
  text: "(3.5–5.0)",
3161
3161
  variant: "caption"
@@ -3163,10 +3163,10 @@ const ke = [
3163
3163
  {
3164
3164
  id: "lipid-card",
3165
3165
  component: "Card",
3166
- children: ["lipid-hdr", "lipid-body"]
3166
+ children: ["lipid-header", "lipid-body"]
3167
3167
  },
3168
3168
  {
3169
- id: "lipid-hdr",
3169
+ id: "lipid-header",
3170
3170
  component: "Header",
3171
3171
  children: ["lipid-title"]
3172
3172
  },
@@ -3179,115 +3179,115 @@ const ke = [
3179
3179
  {
3180
3180
  id: "lipid-body",
3181
3181
  component: "Body",
3182
- child: "lipid-col"
3182
+ child: "lipid-column"
3183
3183
  },
3184
3184
  {
3185
- id: "lipid-col",
3185
+ id: "lipid-column",
3186
3186
  component: "Column",
3187
3187
  children: [
3188
- "lip-tc",
3189
- "lip-ldl",
3190
- "lip-hdl",
3191
- "lip-trig",
3188
+ "lipid-tc",
3189
+ "lipid-ldl",
3190
+ "lipid-hdl",
3191
+ "lipid-trig",
3192
3192
  "lipid-note"
3193
3193
  ]
3194
3194
  },
3195
3195
  {
3196
- id: "lip-tc",
3196
+ id: "lipid-tc",
3197
3197
  component: "Row",
3198
3198
  children: [
3199
- "lip-tc-label",
3200
- "lip-tc-val",
3201
- "lip-tc-ref"
3199
+ "lipid-tc-label",
3200
+ "lipid-tc-value",
3201
+ "lipid-tc-reference"
3202
3202
  ]
3203
3203
  },
3204
3204
  {
3205
- id: "lip-tc-label",
3205
+ id: "lipid-tc-label",
3206
3206
  component: "Text",
3207
3207
  text: "Total Cholesterol"
3208
3208
  },
3209
3209
  {
3210
- id: "lip-tc-val",
3210
+ id: "lipid-tc-value",
3211
3211
  component: "Badge",
3212
3212
  text: "218 mg/dL ↑"
3213
3213
  },
3214
3214
  {
3215
- id: "lip-tc-ref",
3215
+ id: "lipid-tc-reference",
3216
3216
  component: "Text",
3217
3217
  text: "(< 200 desirable) — borderline",
3218
3218
  variant: "caption"
3219
3219
  },
3220
3220
  {
3221
- id: "lip-ldl",
3221
+ id: "lipid-ldl",
3222
3222
  component: "Row",
3223
3223
  children: [
3224
- "lip-ldl-label",
3225
- "lip-ldl-val",
3226
- "lip-ldl-ref"
3224
+ "lipid-ldl-label",
3225
+ "lipid-ldl-value",
3226
+ "lipid-ldl-reference"
3227
3227
  ]
3228
3228
  },
3229
3229
  {
3230
- id: "lip-ldl-label",
3230
+ id: "lipid-ldl-label",
3231
3231
  component: "Text",
3232
3232
  text: "LDL"
3233
3233
  },
3234
3234
  {
3235
- id: "lip-ldl-val",
3235
+ id: "lipid-ldl-value",
3236
3236
  component: "Badge",
3237
3237
  text: "138 mg/dL ↑"
3238
3238
  },
3239
3239
  {
3240
- id: "lip-ldl-ref",
3240
+ id: "lipid-ldl-reference",
3241
3241
  component: "Text",
3242
3242
  text: "(< 100 optimal) — above optimal",
3243
3243
  variant: "caption"
3244
3244
  },
3245
3245
  {
3246
- id: "lip-hdl",
3246
+ id: "lipid-hdl",
3247
3247
  component: "Row",
3248
3248
  children: [
3249
- "lip-hdl-label",
3250
- "lip-hdl-val",
3251
- "lip-hdl-ref"
3249
+ "lipid-hdl-label",
3250
+ "lipid-hdl-value",
3251
+ "lipid-hdl-reference"
3252
3252
  ]
3253
3253
  },
3254
3254
  {
3255
- id: "lip-hdl-label",
3255
+ id: "lipid-hdl-label",
3256
3256
  component: "Text",
3257
3257
  text: "HDL"
3258
3258
  },
3259
3259
  {
3260
- id: "lip-hdl-val",
3260
+ id: "lipid-hdl-value",
3261
3261
  component: "Badge",
3262
3262
  text: "58 mg/dL"
3263
3263
  },
3264
3264
  {
3265
- id: "lip-hdl-ref",
3265
+ id: "lipid-hdl-reference",
3266
3266
  component: "Text",
3267
3267
  text: "(≥ 40 normal)",
3268
3268
  variant: "caption"
3269
3269
  },
3270
3270
  {
3271
- id: "lip-trig",
3271
+ id: "lipid-trig",
3272
3272
  component: "Row",
3273
3273
  children: [
3274
- "lip-trig-label",
3275
- "lip-trig-val",
3276
- "lip-trig-ref"
3274
+ "lipid-trig-label",
3275
+ "lipid-trig-value",
3276
+ "lipid-trig-reference"
3277
3277
  ]
3278
3278
  },
3279
3279
  {
3280
- id: "lip-trig-label",
3280
+ id: "lipid-trig-label",
3281
3281
  component: "Text",
3282
3282
  text: "Triglycerides"
3283
3283
  },
3284
3284
  {
3285
- id: "lip-trig-val",
3285
+ id: "lipid-trig-value",
3286
3286
  component: "Badge",
3287
3287
  text: "110 mg/dL"
3288
3288
  },
3289
3289
  {
3290
- id: "lip-trig-ref",
3290
+ id: "lipid-trig-reference",
3291
3291
  component: "Text",
3292
3292
  text: "(< 150 normal)",
3293
3293
  variant: "caption"
@@ -3306,26 +3306,26 @@ const ke = [
3306
3306
  id: "actions",
3307
3307
  component: "Row",
3308
3308
  children: [
3309
- "download-btn",
3310
- "share-btn",
3311
- "history-btn"
3309
+ "button-download",
3310
+ "button-share",
3311
+ "button-history"
3312
3312
  ]
3313
3313
  },
3314
3314
  {
3315
- id: "download-btn",
3315
+ id: "button-download",
3316
3316
  component: "Button",
3317
3317
  text: "Download PDF",
3318
3318
  variant: "primary",
3319
3319
  action: { event: { name: "download_results" } }
3320
3320
  },
3321
3321
  {
3322
- id: "share-btn",
3322
+ id: "button-share",
3323
3323
  component: "Button",
3324
3324
  text: "Share with Provider",
3325
3325
  action: { event: { name: "share_results" } }
3326
3326
  },
3327
3327
  {
3328
- id: "history-btn",
3328
+ id: "button-history",
3329
3329
  component: "Button",
3330
3330
  text: "View History",
3331
3331
  action: { event: { name: "view_history" } }
@@ -3372,7 +3372,7 @@ const ke = [
3372
3372
  children: [
3373
3373
  "patient-name",
3374
3374
  "patient-mrn",
3375
- "patient-loc"
3375
+ "patient-location"
3376
3376
  ]
3377
3377
  },
3378
3378
  {
@@ -3386,7 +3386,7 @@ const ke = [
3386
3386
  text: "MRN: 4820193"
3387
3387
  },
3388
3388
  {
3389
- id: "patient-loc",
3389
+ id: "patient-location",
3390
3390
  component: "Badge",
3391
3391
  text: "ICU Bed 3"
3392
3392
  },
@@ -3408,10 +3408,10 @@ const ke = [
3408
3408
  {
3409
3409
  id: "vital-hr",
3410
3410
  component: "Card",
3411
- children: ["hr-hdr", "hr-body"]
3411
+ children: ["hr-header", "hr-body"]
3412
3412
  },
3413
3413
  {
3414
- id: "hr-hdr",
3414
+ id: "hr-header",
3415
3415
  component: "Header",
3416
3416
  children: ["hr-label"]
3417
3417
  },
@@ -3424,15 +3424,15 @@ const ke = [
3424
3424
  {
3425
3425
  id: "hr-body",
3426
3426
  component: "Body",
3427
- child: "hr-col"
3427
+ child: "hr-column"
3428
3428
  },
3429
3429
  {
3430
- id: "hr-col",
3430
+ id: "hr-column",
3431
3431
  component: "Column",
3432
- children: ["hr-val", "hr-unit"]
3432
+ children: ["hr-value", "hr-unit"]
3433
3433
  },
3434
3434
  {
3435
- id: "hr-val",
3435
+ id: "hr-value",
3436
3436
  component: "Text",
3437
3437
  text: "82",
3438
3438
  variant: "h2"
@@ -3446,10 +3446,10 @@ const ke = [
3446
3446
  {
3447
3447
  id: "vital-bp",
3448
3448
  component: "Card",
3449
- children: ["bp-hdr", "bp-body"]
3449
+ children: ["bp-header", "bp-body"]
3450
3450
  },
3451
3451
  {
3452
- id: "bp-hdr",
3452
+ id: "bp-header",
3453
3453
  component: "Header",
3454
3454
  children: ["bp-label"]
3455
3455
  },
@@ -3462,15 +3462,15 @@ const ke = [
3462
3462
  {
3463
3463
  id: "bp-body",
3464
3464
  component: "Body",
3465
- child: "bp-col"
3465
+ child: "bp-column"
3466
3466
  },
3467
3467
  {
3468
- id: "bp-col",
3468
+ id: "bp-column",
3469
3469
  component: "Column",
3470
- children: ["bp-val", "bp-unit"]
3470
+ children: ["bp-value", "bp-unit"]
3471
3471
  },
3472
3472
  {
3473
- id: "bp-val",
3473
+ id: "bp-value",
3474
3474
  component: "Text",
3475
3475
  text: "138/86",
3476
3476
  variant: "h2"
@@ -3484,10 +3484,10 @@ const ke = [
3484
3484
  {
3485
3485
  id: "vital-spo2",
3486
3486
  component: "Card",
3487
- children: ["spo2-hdr", "spo2-body"]
3487
+ children: ["spo2-header", "spo2-body"]
3488
3488
  },
3489
3489
  {
3490
- id: "spo2-hdr",
3490
+ id: "spo2-header",
3491
3491
  component: "Header",
3492
3492
  children: ["spo2-label"]
3493
3493
  },
@@ -3500,15 +3500,15 @@ const ke = [
3500
3500
  {
3501
3501
  id: "spo2-body",
3502
3502
  component: "Body",
3503
- child: "spo2-col"
3503
+ child: "spo2-column"
3504
3504
  },
3505
3505
  {
3506
- id: "spo2-col",
3506
+ id: "spo2-column",
3507
3507
  component: "Column",
3508
- children: ["spo2-val", "spo2-unit"]
3508
+ children: ["spo2-value", "spo2-unit"]
3509
3509
  },
3510
3510
  {
3511
- id: "spo2-val",
3511
+ id: "spo2-value",
3512
3512
  component: "Text",
3513
3513
  text: "96",
3514
3514
  variant: "h2"
@@ -3522,10 +3522,10 @@ const ke = [
3522
3522
  {
3523
3523
  id: "vital-temp",
3524
3524
  component: "Card",
3525
- children: ["temp-hdr", "temp-body"]
3525
+ children: ["temp-header", "temp-body"]
3526
3526
  },
3527
3527
  {
3528
- id: "temp-hdr",
3528
+ id: "temp-header",
3529
3529
  component: "Header",
3530
3530
  children: ["temp-label"]
3531
3531
  },
@@ -3538,15 +3538,15 @@ const ke = [
3538
3538
  {
3539
3539
  id: "temp-body",
3540
3540
  component: "Body",
3541
- child: "temp-col"
3541
+ child: "temp-column"
3542
3542
  },
3543
3543
  {
3544
- id: "temp-col",
3544
+ id: "temp-column",
3545
3545
  component: "Column",
3546
- children: ["temp-val", "temp-unit"]
3546
+ children: ["temp-value", "temp-unit"]
3547
3547
  },
3548
3548
  {
3549
- id: "temp-val",
3549
+ id: "temp-value",
3550
3550
  component: "Text",
3551
3551
  text: "37.2",
3552
3552
  variant: "h2"
@@ -3560,10 +3560,10 @@ const ke = [
3560
3560
  {
3561
3561
  id: "vital-rr",
3562
3562
  component: "Card",
3563
- children: ["rr-hdr", "rr-body"]
3563
+ children: ["rr-header", "rr-body"]
3564
3564
  },
3565
3565
  {
3566
- id: "rr-hdr",
3566
+ id: "rr-header",
3567
3567
  component: "Header",
3568
3568
  children: ["rr-label"]
3569
3569
  },
@@ -3576,15 +3576,15 @@ const ke = [
3576
3576
  {
3577
3577
  id: "rr-body",
3578
3578
  component: "Body",
3579
- child: "rr-col"
3579
+ child: "rr-column"
3580
3580
  },
3581
3581
  {
3582
- id: "rr-col",
3582
+ id: "rr-column",
3583
3583
  component: "Column",
3584
- children: ["rr-val", "rr-unit"]
3584
+ children: ["rr-value", "rr-unit"]
3585
3585
  },
3586
3586
  {
3587
- id: "rr-val",
3587
+ id: "rr-value",
3588
3588
  component: "Text",
3589
3589
  text: "18",
3590
3590
  variant: "h2"
@@ -3602,10 +3602,10 @@ const ke = [
3602
3602
  {
3603
3603
  id: "trend-card",
3604
3604
  component: "Card",
3605
- children: ["trend-hdr", "trend-body"]
3605
+ children: ["trend-header", "trend-body"]
3606
3606
  },
3607
3607
  {
3608
- id: "trend-hdr",
3608
+ id: "trend-header",
3609
3609
  component: "Header",
3610
3610
  children: ["trend-title"]
3611
3611
  },
@@ -3618,10 +3618,10 @@ const ke = [
3618
3618
  {
3619
3619
  id: "trend-body",
3620
3620
  component: "Body",
3621
- child: "trend-col"
3621
+ child: "trend-column"
3622
3622
  },
3623
3623
  {
3624
- id: "trend-col",
3624
+ id: "trend-column",
3625
3625
  component: "Column",
3626
3626
  children: [
3627
3627
  "trend-bp",
@@ -3651,10 +3651,10 @@ const ke = [
3651
3651
  {
3652
3652
  id: "alert-card",
3653
3653
  component: "Card",
3654
- children: ["alert-hdr", "alert-body"]
3654
+ children: ["alert-header", "alert-body"]
3655
3655
  },
3656
3656
  {
3657
- id: "alert-hdr",
3657
+ id: "alert-header",
3658
3658
  component: "Header",
3659
3659
  children: ["alert-title"]
3660
3660
  },
@@ -3667,10 +3667,10 @@ const ke = [
3667
3667
  {
3668
3668
  id: "alert-body",
3669
3669
  component: "Body",
3670
- child: "alert-col"
3670
+ child: "alert-column"
3671
3671
  },
3672
3672
  {
3673
- id: "alert-col",
3673
+ id: "alert-column",
3674
3674
  component: "Column",
3675
3675
  children: ["alert-1", "alert-2"]
3676
3676
  },
@@ -3708,26 +3708,26 @@ const ke = [
3708
3708
  id: "actions",
3709
3709
  component: "Row",
3710
3710
  children: [
3711
- "chart-btn",
3712
- "order-btn",
3713
- "note-btn"
3711
+ "button-chart",
3712
+ "button-order",
3713
+ "button-note"
3714
3714
  ]
3715
3715
  },
3716
3716
  {
3717
- id: "chart-btn",
3717
+ id: "button-chart",
3718
3718
  component: "Button",
3719
3719
  text: "Full Chart",
3720
3720
  action: { event: { name: "view_chart" } }
3721
3721
  },
3722
3722
  {
3723
- id: "order-btn",
3723
+ id: "button-order",
3724
3724
  component: "Button",
3725
3725
  text: "New Order",
3726
3726
  variant: "primary",
3727
3727
  action: { event: { name: "new_order" } }
3728
3728
  },
3729
3729
  {
3730
- id: "note-btn",
3730
+ id: "button-note",
3731
3731
  component: "Button",
3732
3732
  text: "Add Note",
3733
3733
  action: { event: { name: "add_note" } }
@@ -3771,15 +3771,15 @@ const ke = [
3771
3771
  {
3772
3772
  id: "patient-row",
3773
3773
  component: "Row",
3774
- children: ["pt-name", "pt-allergies"]
3774
+ children: ["patient-name", "patient-allergies"]
3775
3775
  },
3776
3776
  {
3777
- id: "pt-name",
3777
+ id: "patient-name",
3778
3778
  component: "Text",
3779
3779
  text: "Maria Garcia, 54F"
3780
3780
  },
3781
3781
  {
3782
- id: "pt-allergies",
3782
+ id: "patient-allergies",
3783
3783
  component: "Badge",
3784
3784
  text: "Allergies: Penicillin, Sulfa"
3785
3785
  },
@@ -3790,10 +3790,10 @@ const ke = [
3790
3790
  {
3791
3791
  id: "active-card",
3792
3792
  component: "Card",
3793
- children: ["active-hdr", "active-body"]
3793
+ children: ["active-header", "active-body"]
3794
3794
  },
3795
3795
  {
3796
- id: "active-hdr",
3796
+ id: "active-header",
3797
3797
  component: "Header",
3798
3798
  children: ["active-title"]
3799
3799
  },
@@ -3806,10 +3806,10 @@ const ke = [
3806
3806
  {
3807
3807
  id: "active-body",
3808
3808
  component: "Body",
3809
- child: "active-col"
3809
+ child: "active-column"
3810
3810
  },
3811
3811
  {
3812
- id: "active-col",
3812
+ id: "active-column",
3813
3813
  component: "Column",
3814
3814
  children: [
3815
3815
  "med-1",
@@ -3822,7 +3822,7 @@ const ke = [
3822
3822
  {
3823
3823
  id: "med-1",
3824
3824
  component: "Row",
3825
- children: ["med-1-check", "med-1-col"]
3825
+ children: ["med-1-check", "med-1-column"]
3826
3826
  },
3827
3827
  {
3828
3828
  id: "med-1-check",
@@ -3830,7 +3830,7 @@ const ke = [
3830
3830
  label: ""
3831
3831
  },
3832
3832
  {
3833
- id: "med-1-col",
3833
+ id: "med-1-column",
3834
3834
  component: "Column",
3835
3835
  children: ["med-1-name", "med-1-detail"]
3836
3836
  },
@@ -3848,7 +3848,7 @@ const ke = [
3848
3848
  {
3849
3849
  id: "med-2",
3850
3850
  component: "Row",
3851
- children: ["med-2-check", "med-2-col"]
3851
+ children: ["med-2-check", "med-2-column"]
3852
3852
  },
3853
3853
  {
3854
3854
  id: "med-2-check",
@@ -3856,7 +3856,7 @@ const ke = [
3856
3856
  label: ""
3857
3857
  },
3858
3858
  {
3859
- id: "med-2-col",
3859
+ id: "med-2-column",
3860
3860
  component: "Column",
3861
3861
  children: ["med-2-name", "med-2-detail"]
3862
3862
  },
@@ -3874,7 +3874,7 @@ const ke = [
3874
3874
  {
3875
3875
  id: "med-3",
3876
3876
  component: "Row",
3877
- children: ["med-3-check", "med-3-col"]
3877
+ children: ["med-3-check", "med-3-column"]
3878
3878
  },
3879
3879
  {
3880
3880
  id: "med-3-check",
@@ -3882,7 +3882,7 @@ const ke = [
3882
3882
  label: ""
3883
3883
  },
3884
3884
  {
3885
- id: "med-3-col",
3885
+ id: "med-3-column",
3886
3886
  component: "Column",
3887
3887
  children: ["med-3-name", "med-3-detail"]
3888
3888
  },
@@ -3900,7 +3900,7 @@ const ke = [
3900
3900
  {
3901
3901
  id: "med-4",
3902
3902
  component: "Row",
3903
- children: ["med-4-check", "med-4-col"]
3903
+ children: ["med-4-check", "med-4-column"]
3904
3904
  },
3905
3905
  {
3906
3906
  id: "med-4-check",
@@ -3908,7 +3908,7 @@ const ke = [
3908
3908
  label: ""
3909
3909
  },
3910
3910
  {
3911
- id: "med-4-col",
3911
+ id: "med-4-column",
3912
3912
  component: "Column",
3913
3913
  children: ["med-4-name", "med-4-detail"]
3914
3914
  },
@@ -3926,7 +3926,7 @@ const ke = [
3926
3926
  {
3927
3927
  id: "med-5",
3928
3928
  component: "Row",
3929
- children: ["med-5-check", "med-5-col"]
3929
+ children: ["med-5-check", "med-5-column"]
3930
3930
  },
3931
3931
  {
3932
3932
  id: "med-5-check",
@@ -3934,7 +3934,7 @@ const ke = [
3934
3934
  label: ""
3935
3935
  },
3936
3936
  {
3937
- id: "med-5-col",
3937
+ id: "med-5-column",
3938
3938
  component: "Column",
3939
3939
  children: ["med-5-name", "med-5-detail"]
3940
3940
  },
@@ -3956,57 +3956,57 @@ const ke = [
3956
3956
  {
3957
3957
  id: "discontinued-card",
3958
3958
  component: "Card",
3959
- children: ["disc-hdr", "disc-body"]
3959
+ children: ["discontinued-header", "discontinued-body"]
3960
3960
  },
3961
3961
  {
3962
- id: "disc-hdr",
3962
+ id: "discontinued-header",
3963
3963
  component: "Header",
3964
- children: ["disc-title"]
3964
+ children: ["discontinued-title"]
3965
3965
  },
3966
3966
  {
3967
- id: "disc-title",
3967
+ id: "discontinued-title",
3968
3968
  component: "Text",
3969
3969
  text: "Recently Discontinued",
3970
3970
  variant: "h3"
3971
3971
  },
3972
3972
  {
3973
- id: "disc-body",
3973
+ id: "discontinued-body",
3974
3974
  component: "Body",
3975
- child: "disc-col"
3975
+ child: "discontinued-column"
3976
3976
  },
3977
3977
  {
3978
- id: "disc-col",
3978
+ id: "discontinued-column",
3979
3979
  component: "Column",
3980
- children: ["disc-1", "disc-2"]
3980
+ children: ["discontinued-1", "discontinued-2"]
3981
3981
  },
3982
3982
  {
3983
- id: "disc-1",
3983
+ id: "discontinued-1",
3984
3984
  component: "Row",
3985
- children: ["disc-1-name", "disc-1-reason"]
3985
+ children: ["discontinued-1-name", "discontinued-1-reason"]
3986
3986
  },
3987
3987
  {
3988
- id: "disc-1-name",
3988
+ id: "discontinued-1-name",
3989
3989
  component: "Text",
3990
3990
  text: "Glipizide 5mg"
3991
3991
  },
3992
3992
  {
3993
- id: "disc-1-reason",
3993
+ id: "discontinued-1-reason",
3994
3994
  component: "Text",
3995
3995
  text: "Replaced by Metformin (Feb 1)",
3996
3996
  variant: "caption"
3997
3997
  },
3998
3998
  {
3999
- id: "disc-2",
3999
+ id: "discontinued-2",
4000
4000
  component: "Row",
4001
- children: ["disc-2-name", "disc-2-reason"]
4001
+ children: ["discontinued-2-name", "discontinued-2-reason"]
4002
4002
  },
4003
4003
  {
4004
- id: "disc-2-name",
4004
+ id: "discontinued-2-name",
4005
4005
  component: "Text",
4006
4006
  text: "Ibuprofen 400mg PRN"
4007
4007
  },
4008
4008
  {
4009
- id: "disc-2-reason",
4009
+ id: "discontinued-2-reason",
4010
4010
  component: "Text",
4011
4011
  text: "Renal concern — switch to acetaminophen (Jan 15)",
4012
4012
  variant: "caption"
@@ -4018,15 +4018,15 @@ const ke = [
4018
4018
  {
4019
4019
  id: "interaction-card",
4020
4020
  component: "Card",
4021
- children: ["interaction-hdr", "interaction-body"]
4021
+ children: ["interaction-header", "interaction-body"]
4022
4022
  },
4023
4023
  {
4024
- id: "interaction-hdr",
4024
+ id: "interaction-header",
4025
4025
  component: "Header",
4026
- children: ["int-title"]
4026
+ children: ["interaction-title"]
4027
4027
  },
4028
4028
  {
4029
- id: "int-title",
4029
+ id: "interaction-title",
4030
4030
  component: "Text",
4031
4031
  text: "Drug Interactions",
4032
4032
  variant: "h3"
@@ -4034,25 +4034,25 @@ const ke = [
4034
4034
  {
4035
4035
  id: "interaction-body",
4036
4036
  component: "Body",
4037
- child: "int-col"
4037
+ child: "interaction-column"
4038
4038
  },
4039
4039
  {
4040
- id: "int-col",
4040
+ id: "interaction-column",
4041
4041
  component: "Column",
4042
- children: ["int-1"]
4042
+ children: ["interaction-1"]
4043
4043
  },
4044
4044
  {
4045
- id: "int-1",
4045
+ id: "interaction-1",
4046
4046
  component: "Row",
4047
- children: ["int-1-badge", "int-1-text"]
4047
+ children: ["interaction-1-badge", "interaction-1-text"]
4048
4048
  },
4049
4049
  {
4050
- id: "int-1-badge",
4050
+ id: "interaction-1-badge",
4051
4051
  component: "Badge",
4052
4052
  text: "Low Risk"
4053
4053
  },
4054
4054
  {
4055
- id: "int-1-text",
4055
+ id: "interaction-1-text",
4056
4056
  component: "Text",
4057
4057
  text: "Aspirin + Lisinopril: may reduce antihypertensive effect. Monitor BP."
4058
4058
  },
@@ -4060,26 +4060,26 @@ const ke = [
4060
4060
  id: "actions",
4061
4061
  component: "Row",
4062
4062
  children: [
4063
- "reconcile-btn",
4064
- "add-med-btn",
4065
- "print-btn"
4063
+ "button-reconcile",
4064
+ "button-add-medication",
4065
+ "button-print"
4066
4066
  ]
4067
4067
  },
4068
4068
  {
4069
- id: "reconcile-btn",
4069
+ id: "button-reconcile",
4070
4070
  component: "Button",
4071
4071
  text: "Confirm Reconciliation",
4072
4072
  variant: "primary",
4073
4073
  action: { event: { name: "confirm_reconciliation" } }
4074
4074
  },
4075
4075
  {
4076
- id: "add-med-btn",
4076
+ id: "button-add-medication",
4077
4077
  component: "Button",
4078
4078
  text: "Add Medication",
4079
4079
  action: { event: { name: "add_medication" } }
4080
4080
  },
4081
4081
  {
4082
- id: "print-btn",
4082
+ id: "button-print",
4083
4083
  component: "Button",
4084
4084
  text: "Print List",
4085
4085
  action: { event: { name: "print_med_list" } }
@@ -4107,7 +4107,7 @@ const ke = [
4107
4107
  "urgency-row",
4108
4108
  "divider-1",
4109
4109
  "patient-card",
4110
- "refer-card",
4110
+ "referral-card",
4111
4111
  "clinical-card",
4112
4112
  "divider-2",
4113
4113
  "actions"
@@ -4141,10 +4141,10 @@ const ke = [
4141
4141
  {
4142
4142
  id: "patient-card",
4143
4143
  component: "Card",
4144
- children: ["patient-hdr", "patient-body"]
4144
+ children: ["patient-header", "patient-body"]
4145
4145
  },
4146
4146
  {
4147
- id: "patient-hdr",
4147
+ id: "patient-header",
4148
4148
  component: "Header",
4149
4149
  children: ["patient-title"]
4150
4150
  },
@@ -4157,10 +4157,10 @@ const ke = [
4157
4157
  {
4158
4158
  id: "patient-body",
4159
4159
  component: "Body",
4160
- child: "patient-col"
4160
+ child: "patient-column"
4161
4161
  },
4162
4162
  {
4163
- id: "patient-col",
4163
+ id: "patient-column",
4164
4164
  component: "Column",
4165
4165
  children: [
4166
4166
  "patient-name-row",
@@ -4171,92 +4171,92 @@ const ke = [
4171
4171
  {
4172
4172
  id: "patient-name-row",
4173
4173
  component: "Row",
4174
- children: ["pt-name-label", "pt-name-val"]
4174
+ children: ["patient-name-label", "patient-name-value"]
4175
4175
  },
4176
4176
  {
4177
- id: "pt-name-label",
4177
+ id: "patient-name-label",
4178
4178
  component: "Text",
4179
4179
  text: "Patient:"
4180
4180
  },
4181
4181
  {
4182
- id: "pt-name-val",
4182
+ id: "patient-name-value",
4183
4183
  component: "Text",
4184
4184
  text: "James Wilson, 45M"
4185
4185
  },
4186
4186
  {
4187
4187
  id: "patient-dob-row",
4188
4188
  component: "Row",
4189
- children: ["pt-dob-label", "pt-dob-val"]
4189
+ children: ["patient-dob-label", "patient-dob-value"]
4190
4190
  },
4191
4191
  {
4192
- id: "pt-dob-label",
4192
+ id: "patient-dob-label",
4193
4193
  component: "Text",
4194
4194
  text: "DOB:"
4195
4195
  },
4196
4196
  {
4197
- id: "pt-dob-val",
4197
+ id: "patient-dob-value",
4198
4198
  component: "Text",
4199
4199
  text: "1981-06-22"
4200
4200
  },
4201
4201
  {
4202
4202
  id: "patient-insurance",
4203
4203
  component: "Row",
4204
- children: ["pt-ins-label", "pt-ins-val"]
4204
+ children: ["patient-insurance-label", "patient-insurance-value"]
4205
4205
  },
4206
4206
  {
4207
- id: "pt-ins-label",
4207
+ id: "patient-insurance-label",
4208
4208
  component: "Text",
4209
4209
  text: "Insurance:"
4210
4210
  },
4211
4211
  {
4212
- id: "pt-ins-val",
4212
+ id: "patient-insurance-value",
4213
4213
  component: "Text",
4214
4214
  text: "Blue Cross PPO — ID: BCX-4829173"
4215
4215
  },
4216
4216
  {
4217
- id: "refer-card",
4217
+ id: "referral-card",
4218
4218
  component: "Card",
4219
- children: ["refer-hdr", "refer-body"]
4219
+ children: ["referral-header", "referral-body"]
4220
4220
  },
4221
4221
  {
4222
- id: "refer-hdr",
4222
+ id: "referral-header",
4223
4223
  component: "Header",
4224
- children: ["refer-title"]
4224
+ children: ["referral-title"]
4225
4225
  },
4226
4226
  {
4227
- id: "refer-title",
4227
+ id: "referral-title",
4228
4228
  component: "Text",
4229
4229
  text: "Referral Details",
4230
4230
  variant: "h3"
4231
4231
  },
4232
4232
  {
4233
- id: "refer-body",
4233
+ id: "referral-body",
4234
4234
  component: "Body",
4235
- child: "refer-col"
4235
+ child: "referral-column"
4236
4236
  },
4237
4237
  {
4238
- id: "refer-col",
4238
+ id: "referral-column",
4239
4239
  component: "Column",
4240
4240
  children: [
4241
- "refer-specialty",
4242
- "refer-provider",
4243
- "refer-reason"
4241
+ "referral-specialty",
4242
+ "referral-provider",
4243
+ "referral-reason"
4244
4244
  ]
4245
4245
  },
4246
4246
  {
4247
- id: "refer-specialty",
4247
+ id: "referral-specialty",
4248
4248
  component: "TextField",
4249
4249
  label: "Specialty",
4250
4250
  placeholder: "e.g. Cardiology, Endocrinology"
4251
4251
  },
4252
4252
  {
4253
- id: "refer-provider",
4253
+ id: "referral-provider",
4254
4254
  component: "TextField",
4255
4255
  label: "Preferred Provider (optional)",
4256
4256
  placeholder: "Provider name or practice"
4257
4257
  },
4258
4258
  {
4259
- id: "refer-reason",
4259
+ id: "referral-reason",
4260
4260
  component: "TextArea",
4261
4261
  label: "Reason for Referral",
4262
4262
  placeholder: "Clinical indication and relevant history..."
@@ -4264,10 +4264,10 @@ const ke = [
4264
4264
  {
4265
4265
  id: "clinical-card",
4266
4266
  component: "Card",
4267
- children: ["clinical-hdr", "clinical-body"]
4267
+ children: ["clinical-header", "clinical-body"]
4268
4268
  },
4269
4269
  {
4270
- id: "clinical-hdr",
4270
+ id: "clinical-header",
4271
4271
  component: "Header",
4272
4272
  children: ["clinical-title"]
4273
4273
  },
@@ -4280,19 +4280,19 @@ const ke = [
4280
4280
  {
4281
4281
  id: "clinical-body",
4282
4282
  component: "Body",
4283
- child: "clinical-col"
4283
+ child: "clinical-column"
4284
4284
  },
4285
4285
  {
4286
- id: "clinical-col",
4286
+ id: "clinical-column",
4287
4287
  component: "Column",
4288
4288
  children: [
4289
- "clinical-dx",
4289
+ "clinical-diagnosis",
4290
4290
  "clinical-icd",
4291
4291
  "clinical-notes"
4292
4292
  ]
4293
4293
  },
4294
4294
  {
4295
- id: "clinical-dx",
4295
+ id: "clinical-diagnosis",
4296
4296
  component: "TextField",
4297
4297
  label: "Primary Diagnosis",
4298
4298
  placeholder: "e.g. Persistent atrial fibrillation"
@@ -4317,26 +4317,26 @@ const ke = [
4317
4317
  id: "actions",
4318
4318
  component: "Row",
4319
4319
  children: [
4320
- "submit-btn",
4321
- "save-draft-btn",
4322
- "cancel-btn"
4320
+ "button-submit",
4321
+ "button-save-draft",
4322
+ "button-cancel"
4323
4323
  ]
4324
4324
  },
4325
4325
  {
4326
- id: "submit-btn",
4326
+ id: "button-submit",
4327
4327
  component: "Button",
4328
4328
  text: "Submit Referral",
4329
4329
  variant: "primary",
4330
4330
  action: { event: { name: "submit_referral" } }
4331
4331
  },
4332
4332
  {
4333
- id: "save-draft-btn",
4333
+ id: "button-save-draft",
4334
4334
  component: "Button",
4335
4335
  text: "Save Draft",
4336
4336
  action: { event: { name: "save_draft" } }
4337
4337
  },
4338
4338
  {
4339
- id: "cancel-btn",
4339
+ id: "button-cancel",
4340
4340
  component: "Button",
4341
4341
  text: "Cancel",
4342
4342
  action: { event: { name: "cancel_referral" } }
@@ -4377,7 +4377,7 @@ const ke = [
4377
4377
  {
4378
4378
  id: "search-row",
4379
4379
  component: "Row",
4380
- children: ["search-field", "search-btn"]
4380
+ children: ["search-field", "button-search"]
4381
4381
  },
4382
4382
  {
4383
4383
  id: "search-field",
@@ -4386,7 +4386,7 @@ const ke = [
4386
4386
  placeholder: "e.g. E11.65 or \"type 2 diabetes\""
4387
4387
  },
4388
4388
  {
4389
- id: "search-btn",
4389
+ id: "button-search",
4390
4390
  component: "Button",
4391
4391
  text: "Search",
4392
4392
  variant: "primary",
@@ -4399,10 +4399,10 @@ const ke = [
4399
4399
  {
4400
4400
  id: "results-card",
4401
4401
  component: "Card",
4402
- children: ["results-hdr", "results-body"]
4402
+ children: ["results-header", "results-body"]
4403
4403
  },
4404
4404
  {
4405
- id: "results-hdr",
4405
+ id: "results-header",
4406
4406
  component: "Header",
4407
4407
  children: ["results-title"]
4408
4408
  },
@@ -4415,10 +4415,10 @@ const ke = [
4415
4415
  {
4416
4416
  id: "results-body",
4417
4417
  component: "Body",
4418
- child: "results-col"
4418
+ child: "results-column"
4419
4419
  },
4420
4420
  {
4421
- id: "results-col",
4421
+ id: "results-column",
4422
4422
  component: "Column",
4423
4423
  children: ["results-count", "result-list"]
4424
4424
  },
@@ -4431,39 +4431,39 @@ const ke = [
4431
4431
  id: "result-list",
4432
4432
  component: "List",
4433
4433
  children: [
4434
- "r1",
4435
- "r2",
4436
- "r3",
4437
- "r4",
4438
- "r5"
4434
+ "result-1",
4435
+ "result-2",
4436
+ "result-3",
4437
+ "result-4",
4438
+ "result-5"
4439
4439
  ]
4440
4440
  },
4441
4441
  {
4442
- id: "r1",
4442
+ id: "result-1",
4443
4443
  component: "ListItem",
4444
4444
  text: "E11.9 — Type 2 diabetes mellitus without complications",
4445
4445
  value: "E11.9"
4446
4446
  },
4447
4447
  {
4448
- id: "r2",
4448
+ id: "result-2",
4449
4449
  component: "ListItem",
4450
4450
  text: "E11.65 — Type 2 DM with hyperglycemia",
4451
4451
  value: "E11.65"
4452
4452
  },
4453
4453
  {
4454
- id: "r3",
4454
+ id: "result-3",
4455
4455
  component: "ListItem",
4456
4456
  text: "E11.22 — Type 2 DM with diabetic chronic kidney disease",
4457
4457
  value: "E11.22"
4458
4458
  },
4459
4459
  {
4460
- id: "r4",
4460
+ id: "result-4",
4461
4461
  component: "ListItem",
4462
4462
  text: "E11.40 — Type 2 DM with diabetic neuropathy, unspecified",
4463
4463
  value: "E11.40"
4464
4464
  },
4465
4465
  {
4466
- id: "r5",
4466
+ id: "result-5",
4467
4467
  component: "ListItem",
4468
4468
  text: "E11.319 — Type 2 DM with unspecified diabetic retinopathy",
4469
4469
  value: "E11.319"
@@ -4476,13 +4476,13 @@ const ke = [
4476
4476
  id: "detail-card",
4477
4477
  component: "Card",
4478
4478
  children: [
4479
- "detail-hdr",
4479
+ "detail-header",
4480
4480
  "detail-body",
4481
- "detail-ftr"
4481
+ "detail-footer"
4482
4482
  ]
4483
4483
  },
4484
4484
  {
4485
- id: "detail-hdr",
4485
+ id: "detail-header",
4486
4486
  component: "Header",
4487
4487
  children: ["detail-title"]
4488
4488
  },
@@ -4495,14 +4495,14 @@ const ke = [
4495
4495
  {
4496
4496
  id: "detail-body",
4497
4497
  component: "Body",
4498
- child: "detail-col"
4498
+ child: "detail-column"
4499
4499
  },
4500
4500
  {
4501
- id: "detail-col",
4501
+ id: "detail-column",
4502
4502
  component: "Column",
4503
4503
  children: [
4504
4504
  "detail-code",
4505
- "detail-desc",
4505
+ "detail-description",
4506
4506
  "detail-billable",
4507
4507
  "detail-category",
4508
4508
  "detail-parent"
@@ -4511,7 +4511,7 @@ const ke = [
4511
4511
  {
4512
4512
  id: "detail-code",
4513
4513
  component: "Row",
4514
- children: ["code-label", "code-val"]
4514
+ children: ["code-label", "code-value"]
4515
4515
  },
4516
4516
  {
4517
4517
  id: "code-label",
@@ -4519,60 +4519,60 @@ const ke = [
4519
4519
  text: "Code:"
4520
4520
  },
4521
4521
  {
4522
- id: "code-val",
4522
+ id: "code-value",
4523
4523
  component: "Text",
4524
4524
  text: "E11.65",
4525
4525
  variant: "h4"
4526
4526
  },
4527
4527
  {
4528
- id: "detail-desc",
4528
+ id: "detail-description",
4529
4529
  component: "Row",
4530
- children: ["desc-label", "desc-val"]
4530
+ children: ["description-label", "description-value"]
4531
4531
  },
4532
4532
  {
4533
- id: "desc-label",
4533
+ id: "description-label",
4534
4534
  component: "Text",
4535
4535
  text: "Description:"
4536
4536
  },
4537
4537
  {
4538
- id: "desc-val",
4538
+ id: "description-value",
4539
4539
  component: "Text",
4540
4540
  text: "Type 2 diabetes mellitus with hyperglycemia"
4541
4541
  },
4542
4542
  {
4543
4543
  id: "detail-billable",
4544
4544
  component: "Row",
4545
- children: ["bill-label", "bill-badge"]
4545
+ children: ["billable-label", "billable-badge"]
4546
4546
  },
4547
4547
  {
4548
- id: "bill-label",
4548
+ id: "billable-label",
4549
4549
  component: "Text",
4550
4550
  text: "Status:"
4551
4551
  },
4552
4552
  {
4553
- id: "bill-badge",
4553
+ id: "billable-badge",
4554
4554
  component: "Badge",
4555
4555
  text: "Billable"
4556
4556
  },
4557
4557
  {
4558
4558
  id: "detail-category",
4559
4559
  component: "Row",
4560
- children: ["cat-label", "cat-val"]
4560
+ children: ["category-label", "category-value"]
4561
4561
  },
4562
4562
  {
4563
- id: "cat-label",
4563
+ id: "category-label",
4564
4564
  component: "Text",
4565
4565
  text: "Category:"
4566
4566
  },
4567
4567
  {
4568
- id: "cat-val",
4568
+ id: "category-value",
4569
4569
  component: "Text",
4570
4570
  text: "E11 — Type 2 diabetes mellitus"
4571
4571
  },
4572
4572
  {
4573
4573
  id: "detail-parent",
4574
4574
  component: "Row",
4575
- children: ["parent-label", "parent-val"]
4575
+ children: ["parent-label", "parent-value"]
4576
4576
  },
4577
4577
  {
4578
4578
  id: "parent-label",
@@ -4580,22 +4580,22 @@ const ke = [
4580
4580
  text: "Chapter:"
4581
4581
  },
4582
4582
  {
4583
- id: "parent-val",
4583
+ id: "parent-value",
4584
4584
  component: "Text",
4585
4585
  text: "IV — Endocrine, nutritional and metabolic diseases (E00-E89)"
4586
4586
  },
4587
4587
  {
4588
- id: "detail-ftr",
4588
+ id: "detail-footer",
4589
4589
  component: "Footer",
4590
4590
  children: ["detail-actions"]
4591
4591
  },
4592
4592
  {
4593
4593
  id: "detail-actions",
4594
4594
  component: "Row",
4595
- children: ["use-code-btn", "related-btn"]
4595
+ children: ["button-use-code", "button-related"]
4596
4596
  },
4597
4597
  {
4598
- id: "use-code-btn",
4598
+ id: "button-use-code",
4599
4599
  component: "Button",
4600
4600
  text: "Use This Code",
4601
4601
  variant: "primary",
@@ -4605,7 +4605,7 @@ const ke = [
4605
4605
  } }
4606
4606
  },
4607
4607
  {
4608
- id: "related-btn",
4608
+ id: "button-related",
4609
4609
  component: "Button",
4610
4610
  text: "Related Codes",
4611
4611
  action: { event: { name: "related_codes" } }
@@ -4649,24 +4649,24 @@ const ke = [
4649
4649
  id: "progress-row",
4650
4650
  component: "Row",
4651
4651
  children: [
4652
- "prog-1",
4653
- "prog-2",
4654
- "prog-3"
4652
+ "progress-1",
4653
+ "progress-2",
4654
+ "progress-3"
4655
4655
  ]
4656
4656
  },
4657
4657
  {
4658
- id: "prog-1",
4658
+ id: "progress-1",
4659
4659
  component: "Badge",
4660
4660
  text: "1. Demographics"
4661
4661
  },
4662
4662
  {
4663
- id: "prog-2",
4663
+ id: "progress-2",
4664
4664
  component: "Text",
4665
4665
  text: "2. Insurance",
4666
4666
  variant: "caption"
4667
4667
  },
4668
4668
  {
4669
- id: "prog-3",
4669
+ id: "progress-3",
4670
4670
  component: "Text",
4671
4671
  text: "3. Medical History",
4672
4672
  variant: "caption"
@@ -4678,90 +4678,90 @@ const ke = [
4678
4678
  {
4679
4679
  id: "demographics-card",
4680
4680
  component: "Card",
4681
- children: ["demo-hdr", "demo-body"]
4681
+ children: ["demographics-header", "demographics-body"]
4682
4682
  },
4683
4683
  {
4684
- id: "demo-hdr",
4684
+ id: "demographics-header",
4685
4685
  component: "Header",
4686
- children: ["demo-title"]
4686
+ children: ["demographics-title"]
4687
4687
  },
4688
4688
  {
4689
- id: "demo-title",
4689
+ id: "demographics-title",
4690
4690
  component: "Text",
4691
4691
  text: "Demographics",
4692
4692
  variant: "h3"
4693
4693
  },
4694
4694
  {
4695
- id: "demo-body",
4695
+ id: "demographics-body",
4696
4696
  component: "Body",
4697
- child: "demo-col"
4697
+ child: "demographics-column"
4698
4698
  },
4699
4699
  {
4700
- id: "demo-col",
4700
+ id: "demographics-column",
4701
4701
  component: "Column",
4702
4702
  children: [
4703
- "demo-name-row",
4704
- "demo-dob-row",
4705
- "demo-address",
4706
- "demo-phone",
4707
- "demo-email",
4708
- "demo-emergency"
4703
+ "demographics-name-row",
4704
+ "demographics-dob-row",
4705
+ "demographics-address",
4706
+ "demographics-phone",
4707
+ "demographics-email",
4708
+ "demographics-emergency"
4709
4709
  ]
4710
4710
  },
4711
4711
  {
4712
- id: "demo-name-row",
4712
+ id: "demographics-name-row",
4713
4713
  component: "Row",
4714
- children: ["demo-first", "demo-last"]
4714
+ children: ["demographics-first", "demographics-last"]
4715
4715
  },
4716
4716
  {
4717
- id: "demo-first",
4717
+ id: "demographics-first",
4718
4718
  component: "TextField",
4719
4719
  label: "First Name",
4720
4720
  placeholder: "First"
4721
4721
  },
4722
4722
  {
4723
- id: "demo-last",
4723
+ id: "demographics-last",
4724
4724
  component: "TextField",
4725
4725
  label: "Last Name",
4726
4726
  placeholder: "Last"
4727
4727
  },
4728
4728
  {
4729
- id: "demo-dob-row",
4729
+ id: "demographics-dob-row",
4730
4730
  component: "Row",
4731
- children: ["demo-dob", "demo-sex"]
4731
+ children: ["demographics-dob", "demographics-sex"]
4732
4732
  },
4733
4733
  {
4734
- id: "demo-dob",
4734
+ id: "demographics-dob",
4735
4735
  component: "TextField",
4736
4736
  label: "Date of Birth",
4737
4737
  placeholder: "YYYY-MM-DD"
4738
4738
  },
4739
4739
  {
4740
- id: "demo-sex",
4740
+ id: "demographics-sex",
4741
4741
  component: "TextField",
4742
4742
  label: "Sex at Birth",
4743
4743
  placeholder: "M / F / Other"
4744
4744
  },
4745
4745
  {
4746
- id: "demo-address",
4746
+ id: "demographics-address",
4747
4747
  component: "TextField",
4748
4748
  label: "Address",
4749
4749
  placeholder: "123 Main St, City, State ZIP"
4750
4750
  },
4751
4751
  {
4752
- id: "demo-phone",
4752
+ id: "demographics-phone",
4753
4753
  component: "TextField",
4754
4754
  label: "Phone",
4755
4755
  placeholder: "(555) 000-0000"
4756
4756
  },
4757
4757
  {
4758
- id: "demo-email",
4758
+ id: "demographics-email",
4759
4759
  component: "TextField",
4760
4760
  label: "Email",
4761
4761
  placeholder: "patient@email.com"
4762
4762
  },
4763
4763
  {
4764
- id: "demo-emergency",
4764
+ id: "demographics-emergency",
4765
4765
  component: "TextField",
4766
4766
  label: "Emergency Contact",
4767
4767
  placeholder: "Name — Relationship — Phone"
@@ -4769,47 +4769,47 @@ const ke = [
4769
4769
  {
4770
4770
  id: "insurance-card",
4771
4771
  component: "Card",
4772
- children: ["ins-hdr", "ins-body"]
4772
+ children: ["insurance-header", "insurance-body"]
4773
4773
  },
4774
4774
  {
4775
- id: "ins-hdr",
4775
+ id: "insurance-header",
4776
4776
  component: "Header",
4777
- children: ["ins-title"]
4777
+ children: ["insurance-title"]
4778
4778
  },
4779
4779
  {
4780
- id: "ins-title",
4780
+ id: "insurance-title",
4781
4781
  component: "Text",
4782
4782
  text: "Insurance",
4783
4783
  variant: "h3"
4784
4784
  },
4785
4785
  {
4786
- id: "ins-body",
4786
+ id: "insurance-body",
4787
4787
  component: "Body",
4788
- child: "ins-col"
4788
+ child: "insurance-column"
4789
4789
  },
4790
4790
  {
4791
- id: "ins-col",
4791
+ id: "insurance-column",
4792
4792
  component: "Column",
4793
4793
  children: [
4794
- "ins-carrier",
4795
- "ins-id",
4796
- "ins-group"
4794
+ "insurance-carrier",
4795
+ "insurance-id",
4796
+ "insurance-group"
4797
4797
  ]
4798
4798
  },
4799
4799
  {
4800
- id: "ins-carrier",
4800
+ id: "insurance-carrier",
4801
4801
  component: "TextField",
4802
4802
  label: "Insurance Carrier",
4803
4803
  placeholder: "e.g. Blue Cross Blue Shield"
4804
4804
  },
4805
4805
  {
4806
- id: "ins-id",
4806
+ id: "insurance-id",
4807
4807
  component: "TextField",
4808
4808
  label: "Member ID",
4809
4809
  placeholder: "ID number on your card"
4810
4810
  },
4811
4811
  {
4812
- id: "ins-group",
4812
+ id: "insurance-group",
4813
4813
  component: "TextField",
4814
4814
  label: "Group Number",
4815
4815
  placeholder: "Group number on your card"
@@ -4817,54 +4817,54 @@ const ke = [
4817
4817
  {
4818
4818
  id: "history-card",
4819
4819
  component: "Card",
4820
- children: ["hist-hdr", "hist-body"]
4820
+ children: ["history-header", "history-body"]
4821
4821
  },
4822
4822
  {
4823
- id: "hist-hdr",
4823
+ id: "history-header",
4824
4824
  component: "Header",
4825
- children: ["hist-title"]
4825
+ children: ["history-title"]
4826
4826
  },
4827
4827
  {
4828
- id: "hist-title",
4828
+ id: "history-title",
4829
4829
  component: "Text",
4830
4830
  text: "Medical History",
4831
4831
  variant: "h3"
4832
4832
  },
4833
4833
  {
4834
- id: "hist-body",
4834
+ id: "history-body",
4835
4835
  component: "Body",
4836
- child: "hist-col"
4836
+ child: "history-column"
4837
4837
  },
4838
4838
  {
4839
- id: "hist-col",
4839
+ id: "history-column",
4840
4840
  component: "Column",
4841
4841
  children: [
4842
- "hist-conditions",
4843
- "hist-surgeries",
4844
- "hist-allergies",
4845
- "hist-meds"
4842
+ "history-conditions",
4843
+ "history-surgeries",
4844
+ "history-allergies",
4845
+ "history-medications"
4846
4846
  ]
4847
4847
  },
4848
4848
  {
4849
- id: "hist-conditions",
4849
+ id: "history-conditions",
4850
4850
  component: "TextArea",
4851
4851
  label: "Current Conditions",
4852
4852
  placeholder: "List any chronic conditions or diagnoses..."
4853
4853
  },
4854
4854
  {
4855
- id: "hist-surgeries",
4855
+ id: "history-surgeries",
4856
4856
  component: "TextArea",
4857
4857
  label: "Past Surgeries",
4858
4858
  placeholder: "List any prior surgeries and approximate dates..."
4859
4859
  },
4860
4860
  {
4861
- id: "hist-allergies",
4861
+ id: "history-allergies",
4862
4862
  component: "TextField",
4863
4863
  label: "Allergies",
4864
4864
  placeholder: "Drug, food, or environmental allergies"
4865
4865
  },
4866
4866
  {
4867
- id: "hist-meds",
4867
+ id: "history-medications",
4868
4868
  component: "TextArea",
4869
4869
  label: "Current Medications",
4870
4870
  placeholder: "List all medications, doses, and frequency..."
@@ -4876,17 +4876,17 @@ const ke = [
4876
4876
  {
4877
4877
  id: "actions",
4878
4878
  component: "Row",
4879
- children: ["submit-btn", "save-btn"]
4879
+ children: ["button-submit", "button-save"]
4880
4880
  },
4881
4881
  {
4882
- id: "submit-btn",
4882
+ id: "button-submit",
4883
4883
  component: "Button",
4884
4884
  text: "Submit Intake Form",
4885
4885
  variant: "primary",
4886
4886
  action: { event: { name: "submit_intake" } }
4887
4887
  },
4888
4888
  {
4889
- id: "save-btn",
4889
+ id: "button-save",
4890
4890
  component: "Button",
4891
4891
  text: "Save Progress",
4892
4892
  action: { event: { name: "save_intake" } }
@@ -4916,7 +4916,7 @@ const ke = [
4916
4916
  "auth-2-card",
4917
4917
  "auth-3-card",
4918
4918
  "divider-2",
4919
- "new-auth-btn"
4919
+ "button-new-authorization"
4920
4920
  ]
4921
4921
  },
4922
4922
  {
@@ -4932,10 +4932,10 @@ const ke = [
4932
4932
  {
4933
4933
  id: "auth-1-card",
4934
4934
  component: "Card",
4935
- children: ["auth-1-hdr", "auth-1-body"]
4935
+ children: ["auth-1-header", "auth-1-body"]
4936
4936
  },
4937
4937
  {
4938
- id: "auth-1-hdr",
4938
+ id: "auth-1-header",
4939
4939
  component: "Header",
4940
4940
  children: ["auth-1-header"]
4941
4941
  },
@@ -4958,10 +4958,10 @@ const ke = [
4958
4958
  {
4959
4959
  id: "auth-1-body",
4960
4960
  component: "Body",
4961
- child: "auth-1-col"
4961
+ child: "auth-1-column"
4962
4962
  },
4963
4963
  {
4964
- id: "auth-1-col",
4964
+ id: "auth-1-column",
4965
4965
  component: "Column",
4966
4966
  children: ["auth-1-details", "auth-1-timeline"]
4967
4967
  },
@@ -4971,67 +4971,67 @@ const ke = [
4971
4971
  children: [
4972
4972
  "auth-1-pt",
4973
4973
  "auth-1-payer",
4974
- "auth-1-auth-num",
4974
+ "auth-1-auth-number",
4975
4975
  "auth-1-valid"
4976
4976
  ]
4977
4977
  },
4978
4978
  {
4979
4979
  id: "auth-1-pt",
4980
4980
  component: "Row",
4981
- children: ["auth-1-pt-l", "auth-1-pt-v"]
4981
+ children: ["auth-1-patient-label", "auth-1-patient-value"]
4982
4982
  },
4983
4983
  {
4984
- id: "auth-1-pt-l",
4984
+ id: "auth-1-patient-label",
4985
4985
  component: "Text",
4986
4986
  text: "Patient:"
4987
4987
  },
4988
4988
  {
4989
- id: "auth-1-pt-v",
4989
+ id: "auth-1-patient-value",
4990
4990
  component: "Text",
4991
4991
  text: "Sandra Kim"
4992
4992
  },
4993
4993
  {
4994
4994
  id: "auth-1-payer",
4995
4995
  component: "Row",
4996
- children: ["auth-1-payer-l", "auth-1-payer-v"]
4996
+ children: ["auth-1-payer-label", "auth-1-payer-value"]
4997
4997
  },
4998
4998
  {
4999
- id: "auth-1-payer-l",
4999
+ id: "auth-1-payer-label",
5000
5000
  component: "Text",
5001
5001
  text: "Payer:"
5002
5002
  },
5003
5003
  {
5004
- id: "auth-1-payer-v",
5004
+ id: "auth-1-payer-value",
5005
5005
  component: "Text",
5006
5006
  text: "Aetna PPO"
5007
5007
  },
5008
5008
  {
5009
- id: "auth-1-auth-num",
5009
+ id: "auth-1-auth-number",
5010
5010
  component: "Row",
5011
- children: ["auth-1-num-l", "auth-1-num-v"]
5011
+ children: ["auth-1-number-label", "auth-1-number-value"]
5012
5012
  },
5013
5013
  {
5014
- id: "auth-1-num-l",
5014
+ id: "auth-1-number-label",
5015
5015
  component: "Text",
5016
5016
  text: "Auth #:"
5017
5017
  },
5018
5018
  {
5019
- id: "auth-1-num-v",
5019
+ id: "auth-1-number-value",
5020
5020
  component: "Text",
5021
5021
  text: "PA-2026-089412"
5022
5022
  },
5023
5023
  {
5024
5024
  id: "auth-1-valid",
5025
5025
  component: "Row",
5026
- children: ["auth-1-valid-l", "auth-1-valid-v"]
5026
+ children: ["auth-1-valid-label", "auth-1-valid-value"]
5027
5027
  },
5028
5028
  {
5029
- id: "auth-1-valid-l",
5029
+ id: "auth-1-valid-label",
5030
5030
  component: "Text",
5031
5031
  text: "Valid:"
5032
5032
  },
5033
5033
  {
5034
- id: "auth-1-valid-v",
5034
+ id: "auth-1-valid-value",
5035
5035
  component: "Text",
5036
5036
  text: "Feb 15 – May 15, 2026"
5037
5037
  },
@@ -5045,13 +5045,13 @@ const ke = [
5045
5045
  id: "auth-2-card",
5046
5046
  component: "Card",
5047
5047
  children: [
5048
- "auth-2-hdr",
5048
+ "auth-2-header",
5049
5049
  "auth-2-body",
5050
- "auth-2-ftr"
5050
+ "auth-2-footer"
5051
5051
  ]
5052
5052
  },
5053
5053
  {
5054
- id: "auth-2-hdr",
5054
+ id: "auth-2-header",
5055
5055
  component: "Header",
5056
5056
  children: ["auth-2-header"]
5057
5057
  },
@@ -5074,10 +5074,10 @@ const ke = [
5074
5074
  {
5075
5075
  id: "auth-2-body",
5076
5076
  component: "Body",
5077
- child: "auth-2-col"
5077
+ child: "auth-2-column"
5078
5078
  },
5079
5079
  {
5080
- id: "auth-2-col",
5080
+ id: "auth-2-column",
5081
5081
  component: "Column",
5082
5082
  children: ["auth-2-details", "auth-2-timeline"]
5083
5083
  },
@@ -5087,51 +5087,51 @@ const ke = [
5087
5087
  children: [
5088
5088
  "auth-2-pt",
5089
5089
  "auth-2-payer",
5090
- "auth-2-dx"
5090
+ "auth-2-diagnosis"
5091
5091
  ]
5092
5092
  },
5093
5093
  {
5094
5094
  id: "auth-2-pt",
5095
5095
  component: "Row",
5096
- children: ["auth-2-pt-l", "auth-2-pt-v"]
5096
+ children: ["auth-2-patient-label", "auth-2-patient-value"]
5097
5097
  },
5098
5098
  {
5099
- id: "auth-2-pt-l",
5099
+ id: "auth-2-patient-label",
5100
5100
  component: "Text",
5101
5101
  text: "Patient:"
5102
5102
  },
5103
5103
  {
5104
- id: "auth-2-pt-v",
5104
+ id: "auth-2-patient-value",
5105
5105
  component: "Text",
5106
5106
  text: "David Park"
5107
5107
  },
5108
5108
  {
5109
5109
  id: "auth-2-payer",
5110
5110
  component: "Row",
5111
- children: ["auth-2-payer-l", "auth-2-payer-v"]
5111
+ children: ["auth-2-payer-label", "auth-2-payer-value"]
5112
5112
  },
5113
5113
  {
5114
- id: "auth-2-payer-l",
5114
+ id: "auth-2-payer-label",
5115
5115
  component: "Text",
5116
5116
  text: "Payer:"
5117
5117
  },
5118
5118
  {
5119
- id: "auth-2-payer-v",
5119
+ id: "auth-2-payer-value",
5120
5120
  component: "Text",
5121
5121
  text: "UnitedHealthcare"
5122
5122
  },
5123
5123
  {
5124
- id: "auth-2-dx",
5124
+ id: "auth-2-diagnosis",
5125
5125
  component: "Row",
5126
- children: ["auth-2-dx-l", "auth-2-dx-v"]
5126
+ children: ["auth-2-diagnosis-label", "auth-2-diagnosis-value"]
5127
5127
  },
5128
5128
  {
5129
- id: "auth-2-dx-l",
5129
+ id: "auth-2-diagnosis-label",
5130
5130
  component: "Text",
5131
5131
  text: "Diagnosis:"
5132
5132
  },
5133
5133
  {
5134
- id: "auth-2-dx-v",
5134
+ id: "auth-2-diagnosis-value",
5135
5135
  component: "Text",
5136
5136
  text: "M54.5 — Low back pain"
5137
5137
  },
@@ -5142,24 +5142,24 @@ const ke = [
5142
5142
  variant: "caption"
5143
5143
  },
5144
5144
  {
5145
- id: "auth-2-ftr",
5145
+ id: "auth-2-footer",
5146
5146
  component: "Footer",
5147
5147
  children: ["auth-2-actions"]
5148
5148
  },
5149
5149
  {
5150
5150
  id: "auth-2-actions",
5151
5151
  component: "Row",
5152
- children: ["auth-2-check-btn", "auth-2-docs-btn"]
5152
+ children: ["auth-2-button-check", "auth-2-button-documents"]
5153
5153
  },
5154
5154
  {
5155
- id: "auth-2-check-btn",
5155
+ id: "auth-2-button-check",
5156
5156
  component: "Button",
5157
5157
  text: "Check Status",
5158
5158
  variant: "primary",
5159
5159
  action: { event: { name: "check_auth_status" } }
5160
5160
  },
5161
5161
  {
5162
- id: "auth-2-docs-btn",
5162
+ id: "auth-2-button-documents",
5163
5163
  component: "Button",
5164
5164
  text: "Upload Docs",
5165
5165
  action: { event: { name: "upload_auth_docs" } }
@@ -5168,13 +5168,13 @@ const ke = [
5168
5168
  id: "auth-3-card",
5169
5169
  component: "Card",
5170
5170
  children: [
5171
- "auth-3-hdr",
5171
+ "auth-3-header",
5172
5172
  "auth-3-body",
5173
- "auth-3-ftr"
5173
+ "auth-3-footer"
5174
5174
  ]
5175
5175
  },
5176
5176
  {
5177
- id: "auth-3-hdr",
5177
+ id: "auth-3-header",
5178
5178
  component: "Header",
5179
5179
  children: ["auth-3-header"]
5180
5180
  },
@@ -5197,10 +5197,10 @@ const ke = [
5197
5197
  {
5198
5198
  id: "auth-3-body",
5199
5199
  component: "Body",
5200
- child: "auth-3-col"
5200
+ child: "auth-3-column"
5201
5201
  },
5202
5202
  {
5203
- id: "auth-3-col",
5203
+ id: "auth-3-column",
5204
5204
  component: "Column",
5205
5205
  children: ["auth-3-details", "auth-3-reason"]
5206
5206
  },
@@ -5212,30 +5212,30 @@ const ke = [
5212
5212
  {
5213
5213
  id: "auth-3-pt",
5214
5214
  component: "Row",
5215
- children: ["auth-3-pt-l", "auth-3-pt-v"]
5215
+ children: ["auth-3-patient-label", "auth-3-patient-value"]
5216
5216
  },
5217
5217
  {
5218
- id: "auth-3-pt-l",
5218
+ id: "auth-3-patient-label",
5219
5219
  component: "Text",
5220
5220
  text: "Patient:"
5221
5221
  },
5222
5222
  {
5223
- id: "auth-3-pt-v",
5223
+ id: "auth-3-patient-value",
5224
5224
  component: "Text",
5225
5225
  text: "Lisa Nguyen"
5226
5226
  },
5227
5227
  {
5228
5228
  id: "auth-3-payer",
5229
5229
  component: "Row",
5230
- children: ["auth-3-payer-l", "auth-3-payer-v"]
5230
+ children: ["auth-3-payer-label", "auth-3-payer-value"]
5231
5231
  },
5232
5232
  {
5233
- id: "auth-3-payer-l",
5233
+ id: "auth-3-payer-label",
5234
5234
  component: "Text",
5235
5235
  text: "Payer:"
5236
5236
  },
5237
5237
  {
5238
- id: "auth-3-payer-v",
5238
+ id: "auth-3-payer-value",
5239
5239
  component: "Text",
5240
5240
  text: "Cigna"
5241
5241
  },
@@ -5245,24 +5245,24 @@ const ke = [
5245
5245
  text: "Denial reason: Step therapy not met — must trial methotrexate first. Appeal deadline: Mar 5."
5246
5246
  },
5247
5247
  {
5248
- id: "auth-3-ftr",
5248
+ id: "auth-3-footer",
5249
5249
  component: "Footer",
5250
5250
  children: ["auth-3-actions"]
5251
5251
  },
5252
5252
  {
5253
5253
  id: "auth-3-actions",
5254
5254
  component: "Row",
5255
- children: ["auth-3-appeal-btn", "auth-3-alt-btn"]
5255
+ children: ["auth-3-button-appeal", "auth-3-button-alternative"]
5256
5256
  },
5257
5257
  {
5258
- id: "auth-3-appeal-btn",
5258
+ id: "auth-3-button-appeal",
5259
5259
  component: "Button",
5260
5260
  text: "File Appeal",
5261
5261
  variant: "primary",
5262
5262
  action: { event: { name: "file_appeal" } }
5263
5263
  },
5264
5264
  {
5265
- id: "auth-3-alt-btn",
5265
+ id: "auth-3-button-alternative",
5266
5266
  component: "Button",
5267
5267
  text: "Alternative Therapy",
5268
5268
  action: { event: { name: "alt_therapy" } }
@@ -5272,7 +5272,7 @@ const ke = [
5272
5272
  component: "Divider"
5273
5273
  },
5274
5274
  {
5275
- id: "new-auth-btn",
5275
+ id: "button-new-authorization",
5276
5276
  component: "Button",
5277
5277
  text: "New Prior Authorization",
5278
5278
  variant: "primary",
@@ -5318,23 +5318,23 @@ const ke = [
5318
5318
  id: "patient-row",
5319
5319
  component: "Row",
5320
5320
  children: [
5321
- "cp-patient",
5322
- "cp-dx",
5323
- "cp-date"
5321
+ "care-plan-patient",
5322
+ "care-plan-dx",
5323
+ "care-plan-date"
5324
5324
  ]
5325
5325
  },
5326
5326
  {
5327
- id: "cp-patient",
5327
+ id: "care-plan-patient",
5328
5328
  component: "Text",
5329
5329
  text: "Thomas Brown, 58M"
5330
5330
  },
5331
5331
  {
5332
- id: "cp-dx",
5332
+ id: "care-plan-dx",
5333
5333
  component: "Badge",
5334
5334
  text: "E11.65 — T2DM w/ hyperglycemia"
5335
5335
  },
5336
5336
  {
5337
- id: "cp-date",
5337
+ id: "care-plan-date",
5338
5338
  component: "Text",
5339
5339
  text: "Initiated: Jan 8, 2026",
5340
5340
  variant: "caption"
@@ -5346,10 +5346,10 @@ const ke = [
5346
5346
  {
5347
5347
  id: "goals-card",
5348
5348
  component: "Card",
5349
- children: ["goals-hdr", "goals-body"]
5349
+ children: ["goals-header", "goals-body"]
5350
5350
  },
5351
5351
  {
5352
- id: "goals-hdr",
5352
+ id: "goals-header",
5353
5353
  component: "Header",
5354
5354
  children: ["goals-title"]
5355
5355
  },
@@ -5362,10 +5362,10 @@ const ke = [
5362
5362
  {
5363
5363
  id: "goals-body",
5364
5364
  component: "Body",
5365
- child: "goals-col"
5365
+ child: "goals-column"
5366
5366
  },
5367
5367
  {
5368
- id: "goals-col",
5368
+ id: "goals-column",
5369
5369
  component: "Column",
5370
5370
  children: [
5371
5371
  "goal-1",
@@ -5376,7 +5376,7 @@ const ke = [
5376
5376
  {
5377
5377
  id: "goal-1",
5378
5378
  component: "Row",
5379
- children: ["goal-1-check", "goal-1-col"]
5379
+ children: ["goal-1-check", "goal-1-column"]
5380
5380
  },
5381
5381
  {
5382
5382
  id: "goal-1-check",
@@ -5384,7 +5384,7 @@ const ke = [
5384
5384
  label: ""
5385
5385
  },
5386
5386
  {
5387
- id: "goal-1-col",
5387
+ id: "goal-1-column",
5388
5388
  component: "Column",
5389
5389
  children: ["goal-1-text", "goal-1-target"]
5390
5390
  },
@@ -5402,7 +5402,7 @@ const ke = [
5402
5402
  {
5403
5403
  id: "goal-2",
5404
5404
  component: "Row",
5405
- children: ["goal-2-check", "goal-2-col"]
5405
+ children: ["goal-2-check", "goal-2-column"]
5406
5406
  },
5407
5407
  {
5408
5408
  id: "goal-2-check",
@@ -5410,7 +5410,7 @@ const ke = [
5410
5410
  label: ""
5411
5411
  },
5412
5412
  {
5413
- id: "goal-2-col",
5413
+ id: "goal-2-column",
5414
5414
  component: "Column",
5415
5415
  children: ["goal-2-text", "goal-2-target"]
5416
5416
  },
@@ -5428,7 +5428,7 @@ const ke = [
5428
5428
  {
5429
5429
  id: "goal-3",
5430
5430
  component: "Row",
5431
- children: ["goal-3-check", "goal-3-col"]
5431
+ children: ["goal-3-check", "goal-3-column"]
5432
5432
  },
5433
5433
  {
5434
5434
  id: "goal-3-check",
@@ -5436,7 +5436,7 @@ const ke = [
5436
5436
  label: ""
5437
5437
  },
5438
5438
  {
5439
- id: "goal-3-col",
5439
+ id: "goal-3-column",
5440
5440
  component: "Column",
5441
5441
  children: ["goal-3-text", "goal-3-target"]
5442
5442
  },
@@ -5454,15 +5454,15 @@ const ke = [
5454
5454
  {
5455
5455
  id: "interventions-card",
5456
5456
  component: "Card",
5457
- children: ["interventions-hdr", "interventions-body"]
5457
+ children: ["interventions-header", "interventions-body"]
5458
5458
  },
5459
5459
  {
5460
- id: "interventions-hdr",
5460
+ id: "interventions-header",
5461
5461
  component: "Header",
5462
- children: ["int-title"]
5462
+ children: ["intervention-title"]
5463
5463
  },
5464
5464
  {
5465
- id: "int-title",
5465
+ id: "intervention-title",
5466
5466
  component: "Text",
5467
5467
  text: "Interventions",
5468
5468
  variant: "h3"
@@ -5470,163 +5470,163 @@ const ke = [
5470
5470
  {
5471
5471
  id: "interventions-body",
5472
5472
  component: "Body",
5473
- child: "int-col"
5473
+ child: "intervention-column"
5474
5474
  },
5475
5475
  {
5476
- id: "int-col",
5476
+ id: "intervention-column",
5477
5477
  component: "Column",
5478
5478
  children: [
5479
- "int-med",
5480
- "int-diet",
5481
- "int-exercise",
5482
- "int-monitor"
5479
+ "intervention-medication",
5480
+ "intervention-diet",
5481
+ "intervention-exercise",
5482
+ "intervention-monitor"
5483
5483
  ]
5484
5484
  },
5485
5485
  {
5486
- id: "int-med",
5486
+ id: "intervention-medication",
5487
5487
  component: "Column",
5488
5488
  children: [
5489
- "int-med-title",
5490
- "int-med-1",
5491
- "int-med-2"
5489
+ "intervention-medication-title",
5490
+ "intervention-medication-1",
5491
+ "intervention-medication-2"
5492
5492
  ]
5493
5493
  },
5494
5494
  {
5495
- id: "int-med-title",
5495
+ id: "intervention-medication-title",
5496
5496
  component: "Text",
5497
5497
  text: "Medications",
5498
5498
  variant: "caption"
5499
5499
  },
5500
5500
  {
5501
- id: "int-med-1",
5501
+ id: "intervention-medication-1",
5502
5502
  component: "Text",
5503
5503
  text: "Metformin 1000mg BID (titrated from 500mg)"
5504
5504
  },
5505
5505
  {
5506
- id: "int-med-2",
5506
+ id: "intervention-medication-2",
5507
5507
  component: "Text",
5508
5508
  text: "Empagliflozin 10mg daily (added Feb 1)"
5509
5509
  },
5510
5510
  {
5511
- id: "int-diet",
5511
+ id: "intervention-diet",
5512
5512
  component: "Column",
5513
- children: ["int-diet-title", "int-diet-text"]
5513
+ children: ["intervention-diet-title", "intervention-diet-text"]
5514
5514
  },
5515
5515
  {
5516
- id: "int-diet-title",
5516
+ id: "intervention-diet-title",
5517
5517
  component: "Text",
5518
5518
  text: "Nutrition",
5519
5519
  variant: "caption"
5520
5520
  },
5521
5521
  {
5522
- id: "int-diet-text",
5522
+ id: "intervention-diet-text",
5523
5523
  component: "Text",
5524
5524
  text: "Referred to dietitian · Low-glycemic meal plan · Carb counting education"
5525
5525
  },
5526
5526
  {
5527
- id: "int-exercise",
5527
+ id: "intervention-exercise",
5528
5528
  component: "Column",
5529
- children: ["int-ex-title", "int-ex-text"]
5529
+ children: ["intervention-exercise-title", "intervention-exercise-text"]
5530
5530
  },
5531
5531
  {
5532
- id: "int-ex-title",
5532
+ id: "intervention-exercise-title",
5533
5533
  component: "Text",
5534
5534
  text: "Physical Activity",
5535
5535
  variant: "caption"
5536
5536
  },
5537
5537
  {
5538
- id: "int-ex-text",
5538
+ id: "intervention-exercise-text",
5539
5539
  component: "Text",
5540
5540
  text: "150 min/week moderate aerobic · Resistance training 2x/week"
5541
5541
  },
5542
5542
  {
5543
- id: "int-monitor",
5543
+ id: "intervention-monitor",
5544
5544
  component: "Column",
5545
- children: ["int-mon-title", "int-mon-text"]
5545
+ children: ["intervention-monitor-title", "intervention-monitor-text"]
5546
5546
  },
5547
5547
  {
5548
- id: "int-mon-title",
5548
+ id: "intervention-monitor-title",
5549
5549
  component: "Text",
5550
5550
  text: "Self-Monitoring",
5551
5551
  variant: "caption"
5552
5552
  },
5553
5553
  {
5554
- id: "int-mon-text",
5554
+ id: "intervention-monitor-text",
5555
5555
  component: "Text",
5556
5556
  text: "FBG daily · Post-prandial 2x/week · Log in patient portal"
5557
5557
  },
5558
5558
  {
5559
5559
  id: "follow-up-card",
5560
5560
  component: "Card",
5561
- children: ["fu-hdr", "fu-body"]
5561
+ children: ["follow-up-header", "follow-up-body"]
5562
5562
  },
5563
5563
  {
5564
- id: "fu-hdr",
5564
+ id: "follow-up-header",
5565
5565
  component: "Header",
5566
- children: ["fu-title"]
5566
+ children: ["follow-up-title"]
5567
5567
  },
5568
5568
  {
5569
- id: "fu-title",
5569
+ id: "follow-up-title",
5570
5570
  component: "Text",
5571
5571
  text: "Follow-Up Schedule",
5572
5572
  variant: "h3"
5573
5573
  },
5574
5574
  {
5575
- id: "fu-body",
5575
+ id: "follow-up-body",
5576
5576
  component: "Body",
5577
- child: "fu-col"
5577
+ child: "follow-up-column"
5578
5578
  },
5579
5579
  {
5580
- id: "fu-col",
5580
+ id: "follow-up-column",
5581
5581
  component: "Column",
5582
5582
  children: [
5583
- "fu-1",
5584
- "fu-2",
5585
- "fu-3"
5583
+ "follow-up-1",
5584
+ "follow-up-2",
5585
+ "follow-up-3"
5586
5586
  ]
5587
5587
  },
5588
5588
  {
5589
- id: "fu-1",
5589
+ id: "follow-up-1",
5590
5590
  component: "Row",
5591
- children: ["fu-1-date", "fu-1-desc"]
5591
+ children: ["follow-up-1-date", "follow-up-1-description"]
5592
5592
  },
5593
5593
  {
5594
- id: "fu-1-date",
5594
+ id: "follow-up-1-date",
5595
5595
  component: "Badge",
5596
5596
  text: "Mar 8"
5597
5597
  },
5598
5598
  {
5599
- id: "fu-1-desc",
5599
+ id: "follow-up-1-description",
5600
5600
  component: "Text",
5601
5601
  text: "Lab draw: HbA1c, BMP, lipid panel"
5602
5602
  },
5603
5603
  {
5604
- id: "fu-2",
5604
+ id: "follow-up-2",
5605
5605
  component: "Row",
5606
- children: ["fu-2-date", "fu-2-desc"]
5606
+ children: ["follow-up-2-date", "follow-up-2-description"]
5607
5607
  },
5608
5608
  {
5609
- id: "fu-2-date",
5609
+ id: "follow-up-2-date",
5610
5610
  component: "Badge",
5611
5611
  text: "Mar 15"
5612
5612
  },
5613
5613
  {
5614
- id: "fu-2-desc",
5614
+ id: "follow-up-2-description",
5615
5615
  component: "Text",
5616
5616
  text: "Office visit: review labs, med adjustment"
5617
5617
  },
5618
5618
  {
5619
- id: "fu-3",
5619
+ id: "follow-up-3",
5620
5620
  component: "Row",
5621
- children: ["fu-3-date", "fu-3-desc"]
5621
+ children: ["follow-up-3-date", "follow-up-3-description"]
5622
5622
  },
5623
5623
  {
5624
- id: "fu-3-date",
5624
+ id: "follow-up-3-date",
5625
5625
  component: "Badge",
5626
5626
  text: "Apr 12"
5627
5627
  },
5628
5628
  {
5629
- id: "fu-3-desc",
5629
+ id: "follow-up-3-description",
5630
5630
  component: "Text",
5631
5631
  text: "Dietitian follow-up"
5632
5632
  },
@@ -5637,10 +5637,10 @@ const ke = [
5637
5637
  {
5638
5638
  id: "team-card",
5639
5639
  component: "Card",
5640
- children: ["team-hdr", "team-body"]
5640
+ children: ["team-header", "team-body"]
5641
5641
  },
5642
5642
  {
5643
- id: "team-hdr",
5643
+ id: "team-header",
5644
5644
  component: "Header",
5645
5645
  children: ["team-title"]
5646
5646
  },
@@ -5653,10 +5653,10 @@ const ke = [
5653
5653
  {
5654
5654
  id: "team-body",
5655
5655
  component: "Body",
5656
- child: "team-col"
5656
+ child: "team-column"
5657
5657
  },
5658
5658
  {
5659
- id: "team-col",
5659
+ id: "team-column",
5660
5660
  component: "Column",
5661
5661
  children: [
5662
5662
  "team-pcp",
@@ -5683,26 +5683,26 @@ const ke = [
5683
5683
  id: "actions",
5684
5684
  component: "Row",
5685
5685
  children: [
5686
- "update-btn",
5687
- "share-btn",
5688
- "print-btn"
5686
+ "button-update",
5687
+ "button-share",
5688
+ "button-print"
5689
5689
  ]
5690
5690
  },
5691
5691
  {
5692
- id: "update-btn",
5692
+ id: "button-update",
5693
5693
  component: "Button",
5694
5694
  text: "Update Plan",
5695
5695
  variant: "primary",
5696
5696
  action: { event: { name: "update_care_plan" } }
5697
5697
  },
5698
5698
  {
5699
- id: "share-btn",
5699
+ id: "button-share",
5700
5700
  component: "Button",
5701
5701
  text: "Share with Patient",
5702
5702
  action: { event: { name: "share_care_plan" } }
5703
5703
  },
5704
5704
  {
5705
- id: "print-btn",
5705
+ id: "button-print",
5706
5706
  component: "Button",
5707
5707
  text: "Print",
5708
5708
  action: { event: { name: "print_care_plan" } }
@@ -5737,7 +5737,7 @@ const ke = [
5737
5737
  "dessert-list",
5738
5738
  "divider-2",
5739
5739
  "dietary-row",
5740
- "reserve-btn"
5740
+ "button-reserve"
5741
5741
  ]
5742
5742
  },
5743
5743
  {
@@ -5766,53 +5766,53 @@ const ke = [
5766
5766
  id: "starter-list",
5767
5767
  component: "Column",
5768
5768
  children: [
5769
- "s1-row",
5770
- "s2-row",
5771
- "s3-row"
5769
+ "starter-1-row",
5770
+ "starter-2-row",
5771
+ "starter-3-row"
5772
5772
  ]
5773
5773
  },
5774
5774
  {
5775
- id: "s1-row",
5775
+ id: "starter-1-row",
5776
5776
  component: "Row",
5777
- children: ["s1-name", "s1-price"]
5777
+ children: ["starter-1-name", "starter-1-price"]
5778
5778
  },
5779
5779
  {
5780
- id: "s1-name",
5780
+ id: "starter-1-name",
5781
5781
  component: "Text",
5782
5782
  text: "Burrata with heirloom tomatoes, basil oil & sourdough"
5783
5783
  },
5784
5784
  {
5785
- id: "s1-price",
5785
+ id: "starter-1-price",
5786
5786
  component: "Badge",
5787
5787
  text: "€16"
5788
5788
  },
5789
5789
  {
5790
- id: "s2-row",
5790
+ id: "starter-2-row",
5791
5791
  component: "Row",
5792
- children: ["s2-name", "s2-price"]
5792
+ children: ["starter-2-name", "starter-2-price"]
5793
5793
  },
5794
5794
  {
5795
- id: "s2-name",
5795
+ id: "starter-2-name",
5796
5796
  component: "Text",
5797
5797
  text: "Grilled octopus, chickpea purée, smoked paprika"
5798
5798
  },
5799
5799
  {
5800
- id: "s2-price",
5800
+ id: "starter-2-price",
5801
5801
  component: "Badge",
5802
5802
  text: "€19"
5803
5803
  },
5804
5804
  {
5805
- id: "s3-row",
5805
+ id: "starter-3-row",
5806
5806
  component: "Row",
5807
- children: ["s3-name", "s3-price"]
5807
+ children: ["starter-3-name", "starter-3-price"]
5808
5808
  },
5809
5809
  {
5810
- id: "s3-name",
5810
+ id: "starter-3-name",
5811
5811
  component: "Text",
5812
5812
  text: "Wild mushroom soup, truffle cream (V)"
5813
5813
  },
5814
5814
  {
5815
- id: "s3-price",
5815
+ id: "starter-3-price",
5816
5816
  component: "Badge",
5817
5817
  text: "€14"
5818
5818
  },
@@ -5826,69 +5826,69 @@ const ke = [
5826
5826
  id: "mains-list",
5827
5827
  component: "Column",
5828
5828
  children: [
5829
- "m1-row",
5830
- "m2-row",
5831
- "m3-row",
5832
- "m4-row"
5829
+ "main-1-row",
5830
+ "main-2-row",
5831
+ "main-3-row",
5832
+ "main-4-row"
5833
5833
  ]
5834
5834
  },
5835
5835
  {
5836
- id: "m1-row",
5836
+ id: "main-1-row",
5837
5837
  component: "Row",
5838
- children: ["m1-name", "m1-price"]
5838
+ children: ["main-1-name", "main-1-price"]
5839
5839
  },
5840
5840
  {
5841
- id: "m1-name",
5841
+ id: "main-1-name",
5842
5842
  component: "Text",
5843
5843
  text: "Pan-seared sea bass, saffron risotto, fennel salad"
5844
5844
  },
5845
5845
  {
5846
- id: "m1-price",
5846
+ id: "main-1-price",
5847
5847
  component: "Badge",
5848
5848
  text: "€34"
5849
5849
  },
5850
5850
  {
5851
- id: "m2-row",
5851
+ id: "main-2-row",
5852
5852
  component: "Row",
5853
- children: ["m2-name", "m2-price"]
5853
+ children: ["main-2-name", "main-2-price"]
5854
5854
  },
5855
5855
  {
5856
- id: "m2-name",
5856
+ id: "main-2-name",
5857
5857
  component: "Text",
5858
5858
  text: "Wagyu ribeye 250g, roasted bone marrow, triple-cooked chips"
5859
5859
  },
5860
5860
  {
5861
- id: "m2-price",
5861
+ id: "main-2-price",
5862
5862
  component: "Badge",
5863
5863
  text: "€52"
5864
5864
  },
5865
5865
  {
5866
- id: "m3-row",
5866
+ id: "main-3-row",
5867
5867
  component: "Row",
5868
- children: ["m3-name", "m3-price"]
5868
+ children: ["main-3-name", "main-3-price"]
5869
5869
  },
5870
5870
  {
5871
- id: "m3-name",
5871
+ id: "main-3-name",
5872
5872
  component: "Text",
5873
5873
  text: "Lobster linguine, cherry tomato, chilli & garlic"
5874
5874
  },
5875
5875
  {
5876
- id: "m3-price",
5876
+ id: "main-3-price",
5877
5877
  component: "Badge",
5878
5878
  text: "€38"
5879
5879
  },
5880
5880
  {
5881
- id: "m4-row",
5881
+ id: "main-4-row",
5882
5882
  component: "Row",
5883
- children: ["m4-name", "m4-price"]
5883
+ children: ["main-4-name", "main-4-price"]
5884
5884
  },
5885
5885
  {
5886
- id: "m4-name",
5886
+ id: "main-4-name",
5887
5887
  component: "Text",
5888
5888
  text: "Aubergine parmigiana, rocket salad (V)"
5889
5889
  },
5890
5890
  {
5891
- id: "m4-price",
5891
+ id: "main-4-price",
5892
5892
  component: "Badge",
5893
5893
  text: "€24"
5894
5894
  },
@@ -5901,35 +5901,35 @@ const ke = [
5901
5901
  {
5902
5902
  id: "dessert-list",
5903
5903
  component: "Column",
5904
- children: ["d1-row", "d2-row"]
5904
+ children: ["dessert-1-row", "dessert-2-row"]
5905
5905
  },
5906
5906
  {
5907
- id: "d1-row",
5907
+ id: "dessert-1-row",
5908
5908
  component: "Row",
5909
- children: ["d1-name", "d1-price"]
5909
+ children: ["dessert-1-name", "dessert-1-price"]
5910
5910
  },
5911
5911
  {
5912
- id: "d1-name",
5912
+ id: "dessert-1-name",
5913
5913
  component: "Text",
5914
5914
  text: "Tiramisu, espresso gelato"
5915
5915
  },
5916
5916
  {
5917
- id: "d1-price",
5917
+ id: "dessert-1-price",
5918
5918
  component: "Badge",
5919
5919
  text: "€12"
5920
5920
  },
5921
5921
  {
5922
- id: "d2-row",
5922
+ id: "dessert-2-row",
5923
5923
  component: "Row",
5924
- children: ["d2-name", "d2-price"]
5924
+ children: ["dessert-2-name", "dessert-2-price"]
5925
5925
  },
5926
5926
  {
5927
- id: "d2-name",
5927
+ id: "dessert-2-name",
5928
5928
  component: "Text",
5929
5929
  text: "Dark chocolate fondant, passion fruit coulis"
5930
5930
  },
5931
5931
  {
5932
- id: "d2-price",
5932
+ id: "dessert-2-price",
5933
5933
  component: "Badge",
5934
5934
  text: "€14"
5935
5935
  },
@@ -5940,7 +5940,7 @@ const ke = [
5940
5940
  {
5941
5941
  id: "dietary-row",
5942
5942
  component: "Row",
5943
- children: ["dietary-note", "allergen-btn"]
5943
+ children: ["dietary-note", "button-allergen"]
5944
5944
  },
5945
5945
  {
5946
5946
  id: "dietary-note",
@@ -5949,13 +5949,13 @@ const ke = [
5949
5949
  variant: "caption"
5950
5950
  },
5951
5951
  {
5952
- id: "allergen-btn",
5952
+ id: "button-allergen",
5953
5953
  component: "Button",
5954
5954
  text: "View Allergens",
5955
5955
  action: { event: { name: "view_allergens" } }
5956
5956
  },
5957
5957
  {
5958
- id: "reserve-btn",
5958
+ id: "button-reserve",
5959
5959
  component: "Button",
5960
5960
  text: "Reserve a Table",
5961
5961
  variant: "primary",
@@ -5989,7 +5989,7 @@ const ke = [
5989
5989
  "special-label",
5990
5990
  "special-field",
5991
5991
  "summary-card",
5992
- "place-order-btn"
5992
+ "button-place-order"
5993
5993
  ]
5994
5994
  },
5995
5995
  {
@@ -6203,10 +6203,10 @@ const ke = [
6203
6203
  {
6204
6204
  id: "summary-body",
6205
6205
  component: "Body",
6206
- child: "summary-col"
6206
+ child: "summary-column"
6207
6207
  },
6208
6208
  {
6209
- id: "summary-col",
6209
+ id: "summary-column",
6210
6210
  component: "Row",
6211
6211
  children: ["summary-text", "summary-total"]
6212
6212
  },
@@ -6222,7 +6222,7 @@ const ke = [
6222
6222
  variant: "h4"
6223
6223
  },
6224
6224
  {
6225
- id: "place-order-btn",
6225
+ id: "button-place-order",
6226
6226
  component: "Button",
6227
6227
  text: "Place Order",
6228
6228
  variant: "primary",
@@ -6277,13 +6277,13 @@ const ke = [
6277
6277
  id: "spa-card",
6278
6278
  component: "Card",
6279
6279
  children: [
6280
- "spa-hdr",
6280
+ "spa-header",
6281
6281
  "spa-body",
6282
- "spa-ftr"
6282
+ "spa-footer"
6283
6283
  ]
6284
6284
  },
6285
6285
  {
6286
- id: "spa-hdr",
6286
+ id: "spa-header",
6287
6287
  component: "Header",
6288
6288
  children: ["spa-row"]
6289
6289
  },
@@ -6315,15 +6315,15 @@ const ke = [
6315
6315
  {
6316
6316
  id: "spa-body",
6317
6317
  component: "Body",
6318
- child: "spa-col"
6318
+ child: "spa-column"
6319
6319
  },
6320
6320
  {
6321
- id: "spa-col",
6321
+ id: "spa-column",
6322
6322
  component: "Column",
6323
- children: ["spa-desc", "spa-slots"]
6323
+ children: ["spa-description", "spa-slots"]
6324
6324
  },
6325
6325
  {
6326
- id: "spa-desc",
6326
+ id: "spa-description",
6327
6327
  component: "Text",
6328
6328
  text: "Full-body massage, facial treatments, sauna & steam room. Open 09:00–21:00."
6329
6329
  },
@@ -6366,12 +6366,12 @@ const ke = [
6366
6366
  value: "spa-1630"
6367
6367
  },
6368
6368
  {
6369
- id: "spa-ftr",
6369
+ id: "spa-footer",
6370
6370
  component: "Footer",
6371
- children: ["spa-book-btn"]
6371
+ children: ["spa-button-book"]
6372
6372
  },
6373
6373
  {
6374
- id: "spa-book-btn",
6374
+ id: "spa-button-book",
6375
6375
  component: "Button",
6376
6376
  text: "Book Spa Session",
6377
6377
  variant: "primary",
@@ -6381,13 +6381,13 @@ const ke = [
6381
6381
  id: "pool-card",
6382
6382
  component: "Card",
6383
6383
  children: [
6384
- "pool-hdr",
6384
+ "pool-header",
6385
6385
  "pool-body",
6386
- "pool-ftr"
6386
+ "pool-footer"
6387
6387
  ]
6388
6388
  },
6389
6389
  {
6390
- id: "pool-hdr",
6390
+ id: "pool-header",
6391
6391
  component: "Header",
6392
6392
  children: ["pool-row"]
6393
6393
  },
@@ -6419,22 +6419,22 @@ const ke = [
6419
6419
  {
6420
6420
  id: "pool-body",
6421
6421
  component: "Body",
6422
- child: "pool-desc"
6422
+ child: "pool-description"
6423
6423
  },
6424
6424
  {
6425
- id: "pool-desc",
6425
+ id: "pool-description",
6426
6426
  component: "Text",
6427
6427
  text: "Infinity pool, heated jacuzzi, private beach access. Pool: 07:00–20:00, Beach: 08:00–sunset."
6428
6428
  },
6429
6429
  {
6430
- id: "pool-ftr",
6430
+ id: "pool-footer",
6431
6431
  component: "Footer",
6432
- children: ["pool-cabana"]
6432
+ children: ["pool-cabana-row"]
6433
6433
  },
6434
6434
  {
6435
- id: "pool-cabana",
6435
+ id: "pool-cabana-row",
6436
6436
  component: "Row",
6437
- children: ["cabana-text", "cabana-btn"]
6437
+ children: ["cabana-text", "button-cabana"]
6438
6438
  },
6439
6439
  {
6440
6440
  id: "cabana-text",
@@ -6442,7 +6442,7 @@ const ke = [
6442
6442
  text: "3 cabanas available"
6443
6443
  },
6444
6444
  {
6445
- id: "cabana-btn",
6445
+ id: "button-cabana",
6446
6446
  component: "Button",
6447
6447
  text: "Reserve Cabana",
6448
6448
  action: { event: { name: "reserve_cabana" } }
@@ -6451,13 +6451,13 @@ const ke = [
6451
6451
  id: "gym-card",
6452
6452
  component: "Card",
6453
6453
  children: [
6454
- "gym-hdr",
6454
+ "gym-header",
6455
6455
  "gym-body",
6456
- "gym-ftr"
6456
+ "gym-footer"
6457
6457
  ]
6458
6458
  },
6459
6459
  {
6460
- id: "gym-hdr",
6460
+ id: "gym-header",
6461
6461
  component: "Header",
6462
6462
  children: ["gym-row"]
6463
6463
  },
@@ -6489,30 +6489,30 @@ const ke = [
6489
6489
  {
6490
6490
  id: "gym-body",
6491
6491
  component: "Body",
6492
- child: "gym-desc"
6492
+ child: "gym-description"
6493
6493
  },
6494
6494
  {
6495
- id: "gym-desc",
6495
+ id: "gym-description",
6496
6496
  component: "Text",
6497
6497
  text: "Cardio, free weights, yoga studio. Towels and water provided."
6498
6498
  },
6499
6499
  {
6500
- id: "gym-ftr",
6500
+ id: "gym-footer",
6501
6501
  component: "Footer",
6502
- children: ["gym-class"]
6502
+ children: ["gym-class-row"]
6503
6503
  },
6504
6504
  {
6505
- id: "gym-class",
6505
+ id: "gym-class-row",
6506
6506
  component: "Row",
6507
- children: ["class-text", "class-btn"]
6507
+ children: ["gym-class-text", "button-join-class"]
6508
6508
  },
6509
6509
  {
6510
- id: "class-text",
6510
+ id: "gym-class-text",
6511
6511
  component: "Text",
6512
6512
  text: "Next class: Yoga at 07:00 (3 spots left)"
6513
6513
  },
6514
6514
  {
6515
- id: "class-btn",
6515
+ id: "button-join-class",
6516
6516
  component: "Button",
6517
6517
  text: "Join Class",
6518
6518
  action: { event: { name: "join_class" } }
@@ -6524,7 +6524,7 @@ const ke = [
6524
6524
  {
6525
6525
  id: "concierge-row",
6526
6526
  component: "Row",
6527
- children: ["concierge-text", "concierge-btn"]
6527
+ children: ["concierge-text", "button-concierge"]
6528
6528
  },
6529
6529
  {
6530
6530
  id: "concierge-text",
@@ -6532,7 +6532,7 @@ const ke = [
6532
6532
  text: "Need something else? Our concierge is available 24/7."
6533
6533
  },
6534
6534
  {
6535
- id: "concierge-btn",
6535
+ id: "button-concierge",
6536
6536
  component: "Button",
6537
6537
  text: "Contact Concierge",
6538
6538
  variant: "primary",
@@ -6577,7 +6577,7 @@ const ke = [
6577
6577
  children: [
6578
6578
  "dates-text",
6579
6579
  "guests-text",
6580
- "modify-btn"
6580
+ "button-modify-search"
6581
6581
  ]
6582
6582
  },
6583
6583
  {
@@ -6591,7 +6591,7 @@ const ke = [
6591
6591
  text: "2 Adults"
6592
6592
  },
6593
6593
  {
6594
- id: "modify-btn",
6594
+ id: "button-modify-search",
6595
6595
  component: "Button",
6596
6596
  text: "Modify Search",
6597
6597
  action: { event: { name: "modify_search" } }
@@ -6604,13 +6604,13 @@ const ke = [
6604
6604
  id: "room-1-card",
6605
6605
  component: "Card",
6606
6606
  children: [
6607
- "room-1-hdr",
6607
+ "room-1-header",
6608
6608
  "room-1-body",
6609
- "room-1-ftr"
6609
+ "room-1-footer"
6610
6610
  ]
6611
6611
  },
6612
6612
  {
6613
- id: "room-1-hdr",
6613
+ id: "room-1-header",
6614
6614
  component: "Header",
6615
6615
  children: ["room-1-img"]
6616
6616
  },
@@ -6623,10 +6623,10 @@ const ke = [
6623
6623
  {
6624
6624
  id: "room-1-body",
6625
6625
  component: "Body",
6626
- child: "room-1-col"
6626
+ child: "room-1-column"
6627
6627
  },
6628
6628
  {
6629
- id: "room-1-col",
6629
+ id: "room-1-column",
6630
6630
  component: "Column",
6631
6631
  children: ["room-1-info", "room-1-amenities"]
6632
6632
  },
@@ -6673,34 +6673,34 @@ const ke = [
6673
6673
  id: "room-1-amenities",
6674
6674
  component: "Row",
6675
6675
  children: [
6676
- "r1-a1",
6677
- "r1-a2",
6678
- "r1-a3",
6679
- "r1-a4"
6676
+ "room-1-amenity-1",
6677
+ "room-1-amenity-2",
6678
+ "room-1-amenity-3",
6679
+ "room-1-amenity-4"
6680
6680
  ]
6681
6681
  },
6682
6682
  {
6683
- id: "r1-a1",
6683
+ id: "room-1-amenity-1",
6684
6684
  component: "Badge",
6685
6685
  text: "WiFi"
6686
6686
  },
6687
6687
  {
6688
- id: "r1-a2",
6688
+ id: "room-1-amenity-2",
6689
6689
  component: "Badge",
6690
6690
  text: "Minibar"
6691
6691
  },
6692
6692
  {
6693
- id: "r1-a3",
6693
+ id: "room-1-amenity-3",
6694
6694
  component: "Badge",
6695
6695
  text: "Rain Shower"
6696
6696
  },
6697
6697
  {
6698
- id: "r1-a4",
6698
+ id: "room-1-amenity-4",
6699
6699
  component: "Badge",
6700
6700
  text: "Room Safe"
6701
6701
  },
6702
6702
  {
6703
- id: "room-1-ftr",
6703
+ id: "room-1-footer",
6704
6704
  component: "Footer",
6705
6705
  children: ["room-1-actions"]
6706
6706
  },
@@ -6726,13 +6726,13 @@ const ke = [
6726
6726
  id: "room-2-card",
6727
6727
  component: "Card",
6728
6728
  children: [
6729
- "room-2-hdr",
6729
+ "room-2-header",
6730
6730
  "room-2-body",
6731
- "room-2-ftr"
6731
+ "room-2-footer"
6732
6732
  ]
6733
6733
  },
6734
6734
  {
6735
- id: "room-2-hdr",
6735
+ id: "room-2-header",
6736
6736
  component: "Header",
6737
6737
  children: ["room-2-img"]
6738
6738
  },
@@ -6745,10 +6745,10 @@ const ke = [
6745
6745
  {
6746
6746
  id: "room-2-body",
6747
6747
  component: "Body",
6748
- child: "room-2-col"
6748
+ child: "room-2-column"
6749
6749
  },
6750
6750
  {
6751
- id: "room-2-col",
6751
+ id: "room-2-column",
6752
6752
  component: "Column",
6753
6753
  children: ["room-2-info", "room-2-amenities"]
6754
6754
  },
@@ -6795,40 +6795,40 @@ const ke = [
6795
6795
  id: "room-2-amenities",
6796
6796
  component: "Row",
6797
6797
  children: [
6798
- "r2-a1",
6799
- "r2-a2",
6800
- "r2-a3",
6801
- "r2-a4",
6802
- "r2-a5"
6798
+ "room-2-amenity-1",
6799
+ "room-2-amenity-2",
6800
+ "room-2-amenity-3",
6801
+ "room-2-amenity-4",
6802
+ "room-2-amenity-5"
6803
6803
  ]
6804
6804
  },
6805
6805
  {
6806
- id: "r2-a1",
6806
+ id: "room-2-amenity-1",
6807
6807
  component: "Badge",
6808
6808
  text: "WiFi"
6809
6809
  },
6810
6810
  {
6811
- id: "r2-a2",
6811
+ id: "room-2-amenity-2",
6812
6812
  component: "Badge",
6813
6813
  text: "Minibar"
6814
6814
  },
6815
6815
  {
6816
- id: "r2-a3",
6816
+ id: "room-2-amenity-3",
6817
6817
  component: "Badge",
6818
6818
  text: "Bathtub"
6819
6819
  },
6820
6820
  {
6821
- id: "r2-a4",
6821
+ id: "room-2-amenity-4",
6822
6822
  component: "Badge",
6823
6823
  text: "Balcony"
6824
6824
  },
6825
6825
  {
6826
- id: "r2-a5",
6826
+ id: "room-2-amenity-5",
6827
6827
  component: "Badge",
6828
6828
  text: "Lounge Access"
6829
6829
  },
6830
6830
  {
6831
- id: "room-2-ftr",
6831
+ id: "room-2-footer",
6832
6832
  component: "Footer",
6833
6833
  children: ["room-2-actions"]
6834
6834
  },
@@ -6854,13 +6854,13 @@ const ke = [
6854
6854
  id: "room-3-card",
6855
6855
  component: "Card",
6856
6856
  children: [
6857
- "room-3-hdr",
6857
+ "room-3-header",
6858
6858
  "room-3-body",
6859
- "room-3-ftr"
6859
+ "room-3-footer"
6860
6860
  ]
6861
6861
  },
6862
6862
  {
6863
- id: "room-3-hdr",
6863
+ id: "room-3-header",
6864
6864
  component: "Header",
6865
6865
  children: ["room-3-img"]
6866
6866
  },
@@ -6873,10 +6873,10 @@ const ke = [
6873
6873
  {
6874
6874
  id: "room-3-body",
6875
6875
  component: "Body",
6876
- child: "room-3-col"
6876
+ child: "room-3-column"
6877
6877
  },
6878
6878
  {
6879
- id: "room-3-col",
6879
+ id: "room-3-column",
6880
6880
  component: "Column",
6881
6881
  children: ["room-3-info", "room-3-amenities"]
6882
6882
  },
@@ -6932,46 +6932,46 @@ const ke = [
6932
6932
  id: "room-3-amenities",
6933
6933
  component: "Row",
6934
6934
  children: [
6935
- "r3-a1",
6936
- "r3-a2",
6937
- "r3-a3",
6938
- "r3-a4",
6939
- "r3-a5",
6940
- "r3-a6"
6935
+ "room-3-amenity-1",
6936
+ "room-3-amenity-2",
6937
+ "room-3-amenity-3",
6938
+ "room-3-amenity-4",
6939
+ "room-3-amenity-5",
6940
+ "room-3-amenity-6"
6941
6941
  ]
6942
6942
  },
6943
6943
  {
6944
- id: "r3-a1",
6944
+ id: "room-3-amenity-1",
6945
6945
  component: "Badge",
6946
6946
  text: "WiFi"
6947
6947
  },
6948
6948
  {
6949
- id: "r3-a2",
6949
+ id: "room-3-amenity-2",
6950
6950
  component: "Badge",
6951
6951
  text: "Butler Service"
6952
6952
  },
6953
6953
  {
6954
- id: "r3-a3",
6954
+ id: "room-3-amenity-3",
6955
6955
  component: "Badge",
6956
6956
  text: "Private Terrace"
6957
6957
  },
6958
6958
  {
6959
- id: "r3-a4",
6959
+ id: "room-3-amenity-4",
6960
6960
  component: "Badge",
6961
6961
  text: "Jacuzzi"
6962
6962
  },
6963
6963
  {
6964
- id: "r3-a5",
6964
+ id: "room-3-amenity-5",
6965
6965
  component: "Badge",
6966
6966
  text: "Lounge Access"
6967
6967
  },
6968
6968
  {
6969
- id: "r3-a6",
6969
+ id: "room-3-amenity-6",
6970
6970
  component: "Badge",
6971
6971
  text: "Airport Transfer"
6972
6972
  },
6973
6973
  {
6974
- id: "room-3-ftr",
6974
+ id: "room-3-footer",
6975
6975
  component: "Footer",
6976
6976
  children: ["room-3-actions"]
6977
6977
  },
@@ -7020,7 +7020,7 @@ const ke = [
7020
7020
  "extras-card",
7021
7021
  "divider-2",
7022
7022
  "total-card",
7023
- "confirm-btn"
7023
+ "button-confirm"
7024
7024
  ]
7025
7025
  },
7026
7026
  {
@@ -7061,10 +7061,10 @@ const ke = [
7061
7061
  {
7062
7062
  id: "booking-card",
7063
7063
  component: "Card",
7064
- children: ["booking-hdr", "booking-body"]
7064
+ children: ["booking-header", "booking-body"]
7065
7065
  },
7066
7066
  {
7067
- id: "booking-hdr",
7067
+ id: "booking-header",
7068
7068
  component: "Header",
7069
7069
  children: ["booking-title"]
7070
7070
  },
@@ -7077,10 +7077,10 @@ const ke = [
7077
7077
  {
7078
7078
  id: "booking-body",
7079
7079
  component: "Body",
7080
- child: "booking-col"
7080
+ child: "booking-column"
7081
7081
  },
7082
7082
  {
7083
- id: "booking-col",
7083
+ id: "booking-column",
7084
7084
  component: "Column",
7085
7085
  children: [
7086
7086
  "booking-room",
@@ -7092,7 +7092,7 @@ const ke = [
7092
7092
  {
7093
7093
  id: "booking-room",
7094
7094
  component: "Row",
7095
- children: ["booking-room-label", "booking-room-val"]
7095
+ children: ["booking-room-label", "booking-room-value"]
7096
7096
  },
7097
7097
  {
7098
7098
  id: "booking-room-label",
@@ -7100,14 +7100,14 @@ const ke = [
7100
7100
  text: "Room:"
7101
7101
  },
7102
7102
  {
7103
- id: "booking-room-val",
7103
+ id: "booking-room-value",
7104
7104
  component: "Text",
7105
7105
  text: "Junior Suite — Sea View"
7106
7106
  },
7107
7107
  {
7108
7108
  id: "booking-dates",
7109
7109
  component: "Row",
7110
- children: ["booking-dates-label", "booking-dates-val"]
7110
+ children: ["booking-dates-label", "booking-dates-value"]
7111
7111
  },
7112
7112
  {
7113
7113
  id: "booking-dates-label",
@@ -7115,14 +7115,14 @@ const ke = [
7115
7115
  text: "Dates:"
7116
7116
  },
7117
7117
  {
7118
- id: "booking-dates-val",
7118
+ id: "booking-dates-value",
7119
7119
  component: "Text",
7120
7120
  text: "Mar 5–9, 2026 (4 nights)"
7121
7121
  },
7122
7122
  {
7123
7123
  id: "booking-guests",
7124
7124
  component: "Row",
7125
- children: ["booking-guests-label", "booking-guests-val"]
7125
+ children: ["booking-guests-label", "booking-guests-value"]
7126
7126
  },
7127
7127
  {
7128
7128
  id: "booking-guests-label",
@@ -7130,14 +7130,14 @@ const ke = [
7130
7130
  text: "Guests:"
7131
7131
  },
7132
7132
  {
7133
- id: "booking-guests-val",
7133
+ id: "booking-guests-value",
7134
7134
  component: "Text",
7135
7135
  text: "2 Adults"
7136
7136
  },
7137
7137
  {
7138
7138
  id: "booking-rate",
7139
7139
  component: "Row",
7140
- children: ["booking-rate-label", "booking-rate-val"]
7140
+ children: ["booking-rate-label", "booking-rate-value"]
7141
7141
  },
7142
7142
  {
7143
7143
  id: "booking-rate-label",
@@ -7145,17 +7145,17 @@ const ke = [
7145
7145
  text: "Rate:"
7146
7146
  },
7147
7147
  {
7148
- id: "booking-rate-val",
7148
+ id: "booking-rate-value",
7149
7149
  component: "Text",
7150
7150
  text: "€295 / night"
7151
7151
  },
7152
7152
  {
7153
7153
  id: "guest-card",
7154
7154
  component: "Card",
7155
- children: ["guest-hdr", "guest-body"]
7155
+ children: ["guest-header", "guest-body"]
7156
7156
  },
7157
7157
  {
7158
- id: "guest-hdr",
7158
+ id: "guest-header",
7159
7159
  component: "Header",
7160
7160
  children: ["guest-title"]
7161
7161
  },
@@ -7168,10 +7168,10 @@ const ke = [
7168
7168
  {
7169
7169
  id: "guest-body",
7170
7170
  component: "Body",
7171
- child: "guest-col"
7171
+ child: "guest-column"
7172
7172
  },
7173
7173
  {
7174
- id: "guest-col",
7174
+ id: "guest-column",
7175
7175
  component: "Column",
7176
7176
  children: [
7177
7177
  "guest-name-row",
@@ -7220,10 +7220,10 @@ const ke = [
7220
7220
  {
7221
7221
  id: "extras-card",
7222
7222
  component: "Card",
7223
- children: ["extras-hdr", "extras-body"]
7223
+ children: ["extras-header", "extras-body"]
7224
7224
  },
7225
7225
  {
7226
- id: "extras-hdr",
7226
+ id: "extras-header",
7227
7227
  component: "Header",
7228
7228
  children: ["extras-title"]
7229
7229
  },
@@ -7236,10 +7236,10 @@ const ke = [
7236
7236
  {
7237
7237
  id: "extras-body",
7238
7238
  component: "Body",
7239
- child: "extras-col"
7239
+ child: "extras-column"
7240
7240
  },
7241
7241
  {
7242
- id: "extras-col",
7242
+ id: "extras-column",
7243
7243
  component: "Column",
7244
7244
  children: [
7245
7245
  "extra-breakfast",
@@ -7280,10 +7280,10 @@ const ke = [
7280
7280
  {
7281
7281
  id: "total-body",
7282
7282
  component: "Body",
7283
- child: "total-col"
7283
+ child: "total-column"
7284
7284
  },
7285
7285
  {
7286
- id: "total-col",
7286
+ id: "total-column",
7287
7287
  component: "Column",
7288
7288
  children: [
7289
7289
  "total-room-row",
@@ -7295,7 +7295,7 @@ const ke = [
7295
7295
  {
7296
7296
  id: "total-room-row",
7297
7297
  component: "Row",
7298
- children: ["total-room-label", "total-room-val"]
7298
+ children: ["total-room-label", "total-room-value"]
7299
7299
  },
7300
7300
  {
7301
7301
  id: "total-room-label",
@@ -7303,14 +7303,14 @@ const ke = [
7303
7303
  text: "Room (4 nights × €295)"
7304
7304
  },
7305
7305
  {
7306
- id: "total-room-val",
7306
+ id: "total-room-value",
7307
7307
  component: "Text",
7308
7308
  text: "€1,180"
7309
7309
  },
7310
7310
  {
7311
7311
  id: "total-tax-row",
7312
7312
  component: "Row",
7313
- children: ["total-tax-label", "total-tax-val"]
7313
+ children: ["total-tax-label", "total-tax-value"]
7314
7314
  },
7315
7315
  {
7316
7316
  id: "total-tax-label",
@@ -7318,7 +7318,7 @@ const ke = [
7318
7318
  text: "Taxes & fees"
7319
7319
  },
7320
7320
  {
7321
- id: "total-tax-val",
7321
+ id: "total-tax-value",
7322
7322
  component: "Text",
7323
7323
  text: "€142"
7324
7324
  },
@@ -7329,7 +7329,7 @@ const ke = [
7329
7329
  {
7330
7330
  id: "total-total-row",
7331
7331
  component: "Row",
7332
- children: ["total-total-label", "total-total-val"]
7332
+ children: ["total-total-label", "total-total-value"]
7333
7333
  },
7334
7334
  {
7335
7335
  id: "total-total-label",
@@ -7338,13 +7338,13 @@ const ke = [
7338
7338
  variant: "h3"
7339
7339
  },
7340
7340
  {
7341
- id: "total-total-val",
7341
+ id: "total-total-value",
7342
7342
  component: "Text",
7343
7343
  text: "€1,322",
7344
7344
  variant: "h3"
7345
7345
  },
7346
7346
  {
7347
- id: "confirm-btn",
7347
+ id: "button-confirm",
7348
7348
  component: "Button",
7349
7349
  text: "Continue to Payment",
7350
7350
  variant: "primary",
@@ -7397,92 +7397,92 @@ const ke = [
7397
7397
  id: "messages",
7398
7398
  component: "Column",
7399
7399
  children: [
7400
- "msg-1",
7401
- "msg-2",
7402
- "msg-3",
7403
- "msg-4"
7400
+ "message-1",
7401
+ "message-2",
7402
+ "message-3",
7403
+ "message-4"
7404
7404
  ]
7405
7405
  },
7406
7406
  {
7407
- id: "msg-1",
7407
+ id: "message-1",
7408
7408
  component: "Card",
7409
- children: ["msg-1-hdr", "msg-1-body"]
7409
+ children: ["message-1-header", "message-1-body"]
7410
7410
  },
7411
7411
  {
7412
- id: "msg-1-hdr",
7412
+ id: "message-1-header",
7413
7413
  component: "Header",
7414
- children: ["msg-1-sender"]
7414
+ children: ["message-1-sender"]
7415
7415
  },
7416
7416
  {
7417
- id: "msg-1-sender",
7417
+ id: "message-1-sender",
7418
7418
  component: "Text",
7419
7419
  text: "Concierge · 09:15",
7420
7420
  variant: "caption"
7421
7421
  },
7422
7422
  {
7423
- id: "msg-1-body",
7423
+ id: "message-1-body",
7424
7424
  component: "Body",
7425
- child: "msg-1-text"
7425
+ child: "message-1-text"
7426
7426
  },
7427
7427
  {
7428
- id: "msg-1-text",
7428
+ id: "message-1-text",
7429
7429
  component: "Text",
7430
7430
  text: "Good morning! Welcome to Grand Marina Resort. How can I help you today?"
7431
7431
  },
7432
7432
  {
7433
- id: "msg-2",
7433
+ id: "message-2",
7434
7434
  component: "Card",
7435
- children: ["msg-2-hdr", "msg-2-body"]
7435
+ children: ["message-2-header", "message-2-body"]
7436
7436
  },
7437
7437
  {
7438
- id: "msg-2-hdr",
7438
+ id: "message-2-header",
7439
7439
  component: "Header",
7440
- children: ["msg-2-sender"]
7440
+ children: ["message-2-sender"]
7441
7441
  },
7442
7442
  {
7443
- id: "msg-2-sender",
7443
+ id: "message-2-sender",
7444
7444
  component: "Text",
7445
7445
  text: "You · 09:20",
7446
7446
  variant: "caption"
7447
7447
  },
7448
7448
  {
7449
- id: "msg-2-body",
7449
+ id: "message-2-body",
7450
7450
  component: "Body",
7451
- child: "msg-2-text"
7451
+ child: "message-2-text"
7452
7452
  },
7453
7453
  {
7454
- id: "msg-2-text",
7454
+ id: "message-2-text",
7455
7455
  component: "Text",
7456
7456
  text: "Hi! We'd like to arrange a sunset sailing tour for tomorrow. Is that possible?"
7457
7457
  },
7458
7458
  {
7459
- id: "msg-3",
7459
+ id: "message-3",
7460
7460
  component: "Card",
7461
- children: ["msg-3-hdr", "msg-3-body"]
7461
+ children: ["message-3-header", "message-3-body"]
7462
7462
  },
7463
7463
  {
7464
- id: "msg-3-hdr",
7464
+ id: "message-3-header",
7465
7465
  component: "Header",
7466
- children: ["msg-3-sender"]
7466
+ children: ["message-3-sender"]
7467
7467
  },
7468
7468
  {
7469
- id: "msg-3-sender",
7469
+ id: "message-3-sender",
7470
7470
  component: "Text",
7471
7471
  text: "Concierge · 09:22",
7472
7472
  variant: "caption"
7473
7473
  },
7474
7474
  {
7475
- id: "msg-3-body",
7475
+ id: "message-3-body",
7476
7476
  component: "Body",
7477
- child: "msg-3-text"
7477
+ child: "message-3-text"
7478
7478
  },
7479
7479
  {
7480
- id: "msg-3-text",
7480
+ id: "message-3-text",
7481
7481
  component: "Text",
7482
7482
  text: "Absolutely! We have two options available for tomorrow evening:"
7483
7483
  },
7484
7484
  {
7485
- id: "msg-4",
7485
+ id: "message-4",
7486
7486
  component: "Column",
7487
7487
  children: ["option-1", "option-2"]
7488
7488
  },
@@ -7490,40 +7490,40 @@ const ke = [
7490
7490
  id: "option-1",
7491
7491
  component: "Card",
7492
7492
  children: [
7493
- "opt-1-hdr",
7494
- "opt-1-body",
7495
- "opt-1-ftr"
7493
+ "option-1-header",
7494
+ "option-1-body",
7495
+ "option-1-footer"
7496
7496
  ]
7497
7497
  },
7498
7498
  {
7499
- id: "opt-1-hdr",
7499
+ id: "option-1-header",
7500
7500
  component: "Header",
7501
- children: ["opt-1-name"]
7501
+ children: ["option-1-name"]
7502
7502
  },
7503
7503
  {
7504
- id: "opt-1-name",
7504
+ id: "option-1-name",
7505
7505
  component: "Text",
7506
7506
  text: "Sunset Catamaran Cruise",
7507
7507
  variant: "h4"
7508
7508
  },
7509
7509
  {
7510
- id: "opt-1-body",
7510
+ id: "option-1-body",
7511
7511
  component: "Body",
7512
- child: "opt-1-detail"
7512
+ child: "option-1-detail"
7513
7513
  },
7514
7514
  {
7515
- id: "opt-1-detail",
7515
+ id: "option-1-detail",
7516
7516
  component: "Text",
7517
7517
  text: "17:30–19:30 · Includes drinks & canapés · €85/person",
7518
7518
  variant: "caption"
7519
7519
  },
7520
7520
  {
7521
- id: "opt-1-ftr",
7521
+ id: "option-1-footer",
7522
7522
  component: "Footer",
7523
- children: ["opt-1-btn"]
7523
+ children: ["button-book-catamaran"]
7524
7524
  },
7525
7525
  {
7526
- id: "opt-1-btn",
7526
+ id: "button-book-catamaran",
7527
7527
  component: "Button",
7528
7528
  text: "Book Catamaran",
7529
7529
  variant: "primary",
@@ -7533,40 +7533,40 @@ const ke = [
7533
7533
  id: "option-2",
7534
7534
  component: "Card",
7535
7535
  children: [
7536
- "opt-2-hdr",
7537
- "opt-2-body",
7538
- "opt-2-ftr"
7536
+ "option-2-header",
7537
+ "option-2-body",
7538
+ "option-2-footer"
7539
7539
  ]
7540
7540
  },
7541
7541
  {
7542
- id: "opt-2-hdr",
7542
+ id: "option-2-header",
7543
7543
  component: "Header",
7544
- children: ["opt-2-name"]
7544
+ children: ["option-2-name"]
7545
7545
  },
7546
7546
  {
7547
- id: "opt-2-name",
7547
+ id: "option-2-name",
7548
7548
  component: "Text",
7549
7549
  text: "Private Yacht Charter",
7550
7550
  variant: "h4"
7551
7551
  },
7552
7552
  {
7553
- id: "opt-2-body",
7553
+ id: "option-2-body",
7554
7554
  component: "Body",
7555
- child: "opt-2-detail"
7555
+ child: "option-2-detail"
7556
7556
  },
7557
7557
  {
7558
- id: "opt-2-detail",
7558
+ id: "option-2-detail",
7559
7559
  component: "Text",
7560
7560
  text: "17:00–20:00 · Private crew, dinner, champagne · €450 (up to 6 guests)",
7561
7561
  variant: "caption"
7562
7562
  },
7563
7563
  {
7564
- id: "opt-2-ftr",
7564
+ id: "option-2-footer",
7565
7565
  component: "Footer",
7566
- children: ["opt-2-btn"]
7566
+ children: ["button-book-yacht"]
7567
7567
  },
7568
7568
  {
7569
- id: "opt-2-btn",
7569
+ id: "button-book-yacht",
7570
7570
  component: "Button",
7571
7571
  text: "Book Yacht",
7572
7572
  variant: "primary",
@@ -7580,32 +7580,32 @@ const ke = [
7580
7580
  id: "quick-actions",
7581
7581
  component: "Row",
7582
7582
  children: [
7583
- "qa-transport",
7584
- "qa-dining",
7585
- "qa-tours",
7586
- "qa-tickets"
7583
+ "quick-action-transport",
7584
+ "quick-action-dining",
7585
+ "quick-action-tours",
7586
+ "quick-action-tickets"
7587
7587
  ]
7588
7588
  },
7589
7589
  {
7590
- id: "qa-transport",
7590
+ id: "quick-action-transport",
7591
7591
  component: "Button",
7592
7592
  text: "Transport",
7593
7593
  action: { event: { name: "concierge_transport" } }
7594
7594
  },
7595
7595
  {
7596
- id: "qa-dining",
7596
+ id: "quick-action-dining",
7597
7597
  component: "Button",
7598
7598
  text: "Dining",
7599
7599
  action: { event: { name: "concierge_dining" } }
7600
7600
  },
7601
7601
  {
7602
- id: "qa-tours",
7602
+ id: "quick-action-tours",
7603
7603
  component: "Button",
7604
7604
  text: "Tours",
7605
7605
  action: { event: { name: "concierge_tours" } }
7606
7606
  },
7607
7607
  {
7608
- id: "qa-tickets",
7608
+ id: "quick-action-tickets",
7609
7609
  component: "Button",
7610
7610
  text: "Tickets",
7611
7611
  action: { event: { name: "concierge_tickets" } }
@@ -7613,15 +7613,15 @@ const ke = [
7613
7613
  {
7614
7614
  id: "input-row",
7615
7615
  component: "Row",
7616
- children: ["msg-input", "send-msg-btn"]
7616
+ children: ["message-input", "button-send-message"]
7617
7617
  },
7618
7618
  {
7619
- id: "msg-input",
7619
+ id: "message-input",
7620
7620
  component: "TextField",
7621
7621
  placeholder: "Type a message..."
7622
7622
  },
7623
7623
  {
7624
- id: "send-msg-btn",
7624
+ id: "button-send-message",
7625
7625
  component: "Button",
7626
7626
  text: "Send",
7627
7627
  variant: "primary",
@@ -7654,7 +7654,7 @@ const ke = [
7654
7654
  "payment-card",
7655
7655
  "feedback-card",
7656
7656
  "divider-3",
7657
- "checkout-btn"
7657
+ "button-checkout"
7658
7658
  ]
7659
7659
  },
7660
7660
  {
@@ -7666,10 +7666,10 @@ const ke = [
7666
7666
  {
7667
7667
  id: "room-row",
7668
7668
  component: "Row",
7669
- children: ["room-num", "stay-dates"]
7669
+ children: ["room-number", "stay-dates"]
7670
7670
  },
7671
7671
  {
7672
- id: "room-num",
7672
+ id: "room-number",
7673
7673
  component: "Badge",
7674
7674
  text: "Room 412 — Junior Suite"
7675
7675
  },
@@ -7685,10 +7685,10 @@ const ke = [
7685
7685
  {
7686
7686
  id: "charges-card",
7687
7687
  component: "Card",
7688
- children: ["charges-hdr", "charges-body"]
7688
+ children: ["charges-header", "charges-body"]
7689
7689
  },
7690
7690
  {
7691
- id: "charges-hdr",
7691
+ id: "charges-header",
7692
7692
  component: "Header",
7693
7693
  children: ["charges-title"]
7694
7694
  },
@@ -7701,10 +7701,10 @@ const ke = [
7701
7701
  {
7702
7702
  id: "charges-body",
7703
7703
  component: "Body",
7704
- child: "charges-col"
7704
+ child: "charges-column"
7705
7705
  },
7706
7706
  {
7707
- id: "charges-col",
7707
+ id: "charges-column",
7708
7708
  component: "Column",
7709
7709
  children: [
7710
7710
  "charge-room",
@@ -7721,75 +7721,75 @@ const ke = [
7721
7721
  {
7722
7722
  id: "charge-room",
7723
7723
  component: "Row",
7724
- children: ["charge-room-l", "charge-room-v"]
7724
+ children: ["charge-room-label", "charge-room-value"]
7725
7725
  },
7726
7726
  {
7727
- id: "charge-room-l",
7727
+ id: "charge-room-label",
7728
7728
  component: "Text",
7729
7729
  text: "Room (4 nights × €295)"
7730
7730
  },
7731
7731
  {
7732
- id: "charge-room-v",
7732
+ id: "charge-room-value",
7733
7733
  component: "Text",
7734
7734
  text: "€1,180"
7735
7735
  },
7736
7736
  {
7737
7737
  id: "charge-spa",
7738
7738
  component: "Row",
7739
- children: ["charge-spa-l", "charge-spa-v"]
7739
+ children: ["charge-spa-label", "charge-spa-value"]
7740
7740
  },
7741
7741
  {
7742
- id: "charge-spa-l",
7742
+ id: "charge-spa-label",
7743
7743
  component: "Text",
7744
7744
  text: "Spa — Deep Tissue Massage"
7745
7745
  },
7746
7746
  {
7747
- id: "charge-spa-v",
7747
+ id: "charge-spa-value",
7748
7748
  component: "Text",
7749
7749
  text: "€120"
7750
7750
  },
7751
7751
  {
7752
7752
  id: "charge-dining",
7753
7753
  component: "Row",
7754
- children: ["charge-dining-l", "charge-dining-v"]
7754
+ children: ["charge-dining-label", "charge-dining-value"]
7755
7755
  },
7756
7756
  {
7757
- id: "charge-dining-l",
7757
+ id: "charge-dining-label",
7758
7758
  component: "Text",
7759
7759
  text: "Restaurant — 3 meals"
7760
7760
  },
7761
7761
  {
7762
- id: "charge-dining-v",
7762
+ id: "charge-dining-value",
7763
7763
  component: "Text",
7764
7764
  text: "€187"
7765
7765
  },
7766
7766
  {
7767
7767
  id: "charge-minibar",
7768
7768
  component: "Row",
7769
- children: ["charge-minibar-l", "charge-minibar-v"]
7769
+ children: ["charge-minibar-label", "charge-minibar-value"]
7770
7770
  },
7771
7771
  {
7772
- id: "charge-minibar-l",
7772
+ id: "charge-minibar-label",
7773
7773
  component: "Text",
7774
7774
  text: "Minibar"
7775
7775
  },
7776
7776
  {
7777
- id: "charge-minibar-v",
7777
+ id: "charge-minibar-value",
7778
7778
  component: "Text",
7779
7779
  text: "€42"
7780
7780
  },
7781
7781
  {
7782
7782
  id: "charge-parking",
7783
7783
  component: "Row",
7784
- children: ["charge-parking-l", "charge-parking-v"]
7784
+ children: ["charge-parking-label", "charge-parking-value"]
7785
7785
  },
7786
7786
  {
7787
- id: "charge-parking-l",
7787
+ id: "charge-parking-label",
7788
7788
  component: "Text",
7789
7789
  text: "Valet parking (4 days)"
7790
7790
  },
7791
7791
  {
7792
- id: "charge-parking-v",
7792
+ id: "charge-parking-value",
7793
7793
  component: "Text",
7794
7794
  text: "€140"
7795
7795
  },
@@ -7800,15 +7800,15 @@ const ke = [
7800
7800
  {
7801
7801
  id: "charge-tax",
7802
7802
  component: "Row",
7803
- children: ["charge-tax-l", "charge-tax-v"]
7803
+ children: ["charge-tax-label", "charge-tax-value"]
7804
7804
  },
7805
7805
  {
7806
- id: "charge-tax-l",
7806
+ id: "charge-tax-label",
7807
7807
  component: "Text",
7808
7808
  text: "Taxes & resort fee"
7809
7809
  },
7810
7810
  {
7811
- id: "charge-tax-v",
7811
+ id: "charge-tax-value",
7812
7812
  component: "Text",
7813
7813
  text: "€201"
7814
7814
  },
@@ -7819,16 +7819,16 @@ const ke = [
7819
7819
  {
7820
7820
  id: "charge-total",
7821
7821
  component: "Row",
7822
- children: ["charge-total-l", "charge-total-v"]
7822
+ children: ["charge-total-label", "charge-total-value"]
7823
7823
  },
7824
7824
  {
7825
- id: "charge-total-l",
7825
+ id: "charge-total-label",
7826
7826
  component: "Text",
7827
7827
  text: "Total",
7828
7828
  variant: "h3"
7829
7829
  },
7830
7830
  {
7831
- id: "charge-total-v",
7831
+ id: "charge-total-value",
7832
7832
  component: "Text",
7833
7833
  text: "€1,870",
7834
7834
  variant: "h3"
@@ -7840,10 +7840,10 @@ const ke = [
7840
7840
  {
7841
7841
  id: "payment-card",
7842
7842
  component: "Card",
7843
- children: ["payment-hdr", "payment-body"]
7843
+ children: ["payment-header", "payment-body"]
7844
7844
  },
7845
7845
  {
7846
- id: "payment-hdr",
7846
+ id: "payment-header",
7847
7847
  component: "Header",
7848
7848
  children: ["payment-title"]
7849
7849
  },
@@ -7856,25 +7856,25 @@ const ke = [
7856
7856
  {
7857
7857
  id: "payment-body",
7858
7858
  component: "Body",
7859
- child: "payment-col"
7859
+ child: "payment-column"
7860
7860
  },
7861
7861
  {
7862
- id: "payment-col",
7862
+ id: "payment-column",
7863
7863
  component: "Column",
7864
7864
  children: ["payment-method", "payment-email"]
7865
7865
  },
7866
7866
  {
7867
7867
  id: "payment-method",
7868
7868
  component: "Row",
7869
- children: ["payment-card-l", "payment-card-v"]
7869
+ children: ["payment-card-label", "payment-card-value"]
7870
7870
  },
7871
7871
  {
7872
- id: "payment-card-l",
7872
+ id: "payment-card-label",
7873
7873
  component: "Text",
7874
7874
  text: "Card on file:"
7875
7875
  },
7876
7876
  {
7877
- id: "payment-card-v",
7877
+ id: "payment-card-value",
7878
7878
  component: "Text",
7879
7879
  text: "Visa •••• 4821"
7880
7880
  },
@@ -7887,10 +7887,10 @@ const ke = [
7887
7887
  {
7888
7888
  id: "feedback-card",
7889
7889
  component: "Card",
7890
- children: ["feedback-hdr", "feedback-body"]
7890
+ children: ["feedback-header", "feedback-body"]
7891
7891
  },
7892
7892
  {
7893
- id: "feedback-hdr",
7893
+ id: "feedback-header",
7894
7894
  component: "Header",
7895
7895
  children: ["feedback-title"]
7896
7896
  },
@@ -7903,10 +7903,10 @@ const ke = [
7903
7903
  {
7904
7904
  id: "feedback-body",
7905
7905
  component: "Body",
7906
- child: "feedback-q"
7906
+ child: "feedback-question"
7907
7907
  },
7908
7908
  {
7909
- id: "feedback-q",
7909
+ id: "feedback-question",
7910
7910
  component: "TextArea",
7911
7911
  placeholder: "We'd love to hear your feedback..."
7912
7912
  },
@@ -7915,7 +7915,7 @@ const ke = [
7915
7915
  component: "Divider"
7916
7916
  },
7917
7917
  {
7918
- id: "checkout-btn",
7918
+ id: "button-checkout",
7919
7919
  component: "Button",
7920
7920
  text: "Complete Checkout",
7921
7921
  variant: "primary",
@@ -7947,7 +7947,7 @@ const ke = [
7947
7947
  "culture-card",
7948
7948
  "food-card",
7949
7949
  "divider-2",
7950
- "custom-btn"
7950
+ "button-custom-itinerary"
7951
7951
  ]
7952
7952
  },
7953
7953
  {
@@ -7969,10 +7969,10 @@ const ke = [
7969
7969
  {
7970
7970
  id: "beach-card",
7971
7971
  component: "Card",
7972
- children: ["beach-hdr", "beach-body"]
7972
+ children: ["beach-header", "beach-body"]
7973
7973
  },
7974
7974
  {
7975
- id: "beach-hdr",
7975
+ id: "beach-header",
7976
7976
  component: "Header",
7977
7977
  children: ["beach-title"]
7978
7978
  },
@@ -7999,26 +7999,26 @@ const ke = [
7999
7999
  {
8000
8000
  id: "beach-1",
8001
8001
  component: "Row",
8002
- children: ["b1-col", "b1-btn"]
8002
+ children: ["beach-1-column", "beach-1-button"]
8003
8003
  },
8004
8004
  {
8005
- id: "b1-col",
8005
+ id: "beach-1-column",
8006
8006
  component: "Column",
8007
- children: ["b1-name", "b1-desc"]
8007
+ children: ["beach-1-name", "beach-1-description"]
8008
8008
  },
8009
8009
  {
8010
- id: "b1-name",
8010
+ id: "beach-1-name",
8011
8011
  component: "Text",
8012
8012
  text: "Red Beach"
8013
8013
  },
8014
8014
  {
8015
- id: "b1-desc",
8015
+ id: "beach-1-description",
8016
8016
  component: "Text",
8017
8017
  text: "15 min drive · Dramatic volcanic cliffs · Best before noon",
8018
8018
  variant: "caption"
8019
8019
  },
8020
8020
  {
8021
- id: "b1-btn",
8021
+ id: "beach-1-button",
8022
8022
  component: "Button",
8023
8023
  text: "Directions",
8024
8024
  action: { event: { name: "directions_red_beach" } }
@@ -8026,26 +8026,26 @@ const ke = [
8026
8026
  {
8027
8027
  id: "beach-2",
8028
8028
  component: "Row",
8029
- children: ["b2-col", "b2-btn"]
8029
+ children: ["beach-2-column", "beach-2-button"]
8030
8030
  },
8031
8031
  {
8032
- id: "b2-col",
8032
+ id: "beach-2-column",
8033
8033
  component: "Column",
8034
- children: ["b2-name", "b2-desc"]
8034
+ children: ["beach-2-name", "beach-2-description"]
8035
8035
  },
8036
8036
  {
8037
- id: "b2-name",
8037
+ id: "beach-2-name",
8038
8038
  component: "Text",
8039
8039
  text: "Perissa Black Sand Beach"
8040
8040
  },
8041
8041
  {
8042
- id: "b2-desc",
8042
+ id: "beach-2-description",
8043
8043
  component: "Text",
8044
8044
  text: "20 min drive · Beach bars, water sports · All-day destination",
8045
8045
  variant: "caption"
8046
8046
  },
8047
8047
  {
8048
- id: "b2-btn",
8048
+ id: "beach-2-button",
8049
8049
  component: "Button",
8050
8050
  text: "Directions",
8051
8051
  action: { event: { name: "directions_perissa" } }
@@ -8053,26 +8053,26 @@ const ke = [
8053
8053
  {
8054
8054
  id: "beach-3",
8055
8055
  component: "Row",
8056
- children: ["b3-col", "b3-btn"]
8056
+ children: ["beach-3-column", "beach-3-button"]
8057
8057
  },
8058
8058
  {
8059
- id: "b3-col",
8059
+ id: "beach-3-column",
8060
8060
  component: "Column",
8061
- children: ["b3-name", "b3-desc"]
8061
+ children: ["beach-3-name", "beach-3-description"]
8062
8062
  },
8063
8063
  {
8064
- id: "b3-name",
8064
+ id: "beach-3-name",
8065
8065
  component: "Text",
8066
8066
  text: "Fira to Oia Hiking Trail"
8067
8067
  },
8068
8068
  {
8069
- id: "b3-desc",
8069
+ id: "beach-3-description",
8070
8070
  component: "Text",
8071
8071
  text: "10 km, ~3 hours · Caldera views · Start early to avoid heat",
8072
8072
  variant: "caption"
8073
8073
  },
8074
8074
  {
8075
- id: "b3-btn",
8075
+ id: "beach-3-button",
8076
8076
  component: "Button",
8077
8077
  text: "Details",
8078
8078
  action: { event: { name: "trail_details" } }
@@ -8080,10 +8080,10 @@ const ke = [
8080
8080
  {
8081
8081
  id: "culture-card",
8082
8082
  component: "Card",
8083
- children: ["culture-hdr", "culture-body"]
8083
+ children: ["culture-header", "culture-body"]
8084
8084
  },
8085
8085
  {
8086
- id: "culture-hdr",
8086
+ id: "culture-header",
8087
8087
  component: "Header",
8088
8088
  children: ["culture-title"]
8089
8089
  },
@@ -8101,58 +8101,58 @@ const ke = [
8101
8101
  {
8102
8102
  id: "culture-list",
8103
8103
  component: "Column",
8104
- children: ["cult-1", "cult-2"]
8104
+ children: ["culture-1", "culture-2"]
8105
8105
  },
8106
8106
  {
8107
- id: "cult-1",
8107
+ id: "culture-1",
8108
8108
  component: "Row",
8109
- children: ["c1-col", "c1-btn"]
8109
+ children: ["culture-1-column", "culture-1-button"]
8110
8110
  },
8111
8111
  {
8112
- id: "c1-col",
8112
+ id: "culture-1-column",
8113
8113
  component: "Column",
8114
- children: ["c1-name", "c1-desc"]
8114
+ children: ["culture-1-name", "culture-1-description"]
8115
8115
  },
8116
8116
  {
8117
- id: "c1-name",
8117
+ id: "culture-1-name",
8118
8118
  component: "Text",
8119
8119
  text: "Akrotiri Archaeological Site"
8120
8120
  },
8121
8121
  {
8122
- id: "c1-desc",
8122
+ id: "culture-1-description",
8123
8123
  component: "Text",
8124
8124
  text: "Minoan Bronze Age settlement · \"Pompeii of the Aegean\" · €12 entry",
8125
8125
  variant: "caption"
8126
8126
  },
8127
8127
  {
8128
- id: "c1-btn",
8128
+ id: "culture-1-button",
8129
8129
  component: "Button",
8130
8130
  text: "Book Tickets",
8131
8131
  action: { event: { name: "book_akrotiri" } }
8132
8132
  },
8133
8133
  {
8134
- id: "cult-2",
8134
+ id: "culture-2",
8135
8135
  component: "Row",
8136
- children: ["c2-col", "c2-btn"]
8136
+ children: ["culture-2-column", "culture-2-button"]
8137
8137
  },
8138
8138
  {
8139
- id: "c2-col",
8139
+ id: "culture-2-column",
8140
8140
  component: "Column",
8141
- children: ["c2-name", "c2-desc"]
8141
+ children: ["culture-2-name", "culture-2-description"]
8142
8142
  },
8143
8143
  {
8144
- id: "c2-name",
8144
+ id: "culture-2-name",
8145
8145
  component: "Text",
8146
8146
  text: "Wine Tasting Tour"
8147
8147
  },
8148
8148
  {
8149
- id: "c2-desc",
8149
+ id: "culture-2-description",
8150
8150
  component: "Text",
8151
8151
  text: "3 vineyards · Assyrtiko & Vinsanto · Hotel pickup included · €75/person",
8152
8152
  variant: "caption"
8153
8153
  },
8154
8154
  {
8155
- id: "c2-btn",
8155
+ id: "culture-2-button",
8156
8156
  component: "Button",
8157
8157
  text: "Book Tour",
8158
8158
  action: { event: { name: "book_wine_tour" } }
@@ -8160,10 +8160,10 @@ const ke = [
8160
8160
  {
8161
8161
  id: "food-card",
8162
8162
  component: "Card",
8163
- children: ["food-hdr", "food-body"]
8163
+ children: ["food-header", "food-body"]
8164
8164
  },
8165
8165
  {
8166
- id: "food-hdr",
8166
+ id: "food-header",
8167
8167
  component: "Header",
8168
8168
  children: ["food-title"]
8169
8169
  },
@@ -8186,26 +8186,26 @@ const ke = [
8186
8186
  {
8187
8187
  id: "food-1",
8188
8188
  component: "Row",
8189
- children: ["f1-col", "f1-btn"]
8189
+ children: ["food-1-column", "food-1-button"]
8190
8190
  },
8191
8191
  {
8192
- id: "f1-col",
8192
+ id: "food-1-column",
8193
8193
  component: "Column",
8194
- children: ["f1-name", "f1-desc"]
8194
+ children: ["food-1-name", "food-1-description"]
8195
8195
  },
8196
8196
  {
8197
- id: "f1-name",
8197
+ id: "food-1-name",
8198
8198
  component: "Text",
8199
8199
  text: "Ammoudi Fish Taverna"
8200
8200
  },
8201
8201
  {
8202
- id: "f1-desc",
8202
+ id: "food-1-description",
8203
8203
  component: "Text",
8204
8204
  text: "Below Oia castle · Fresh catch · Book 2+ days ahead · €€€",
8205
8205
  variant: "caption"
8206
8206
  },
8207
8207
  {
8208
- id: "f1-btn",
8208
+ id: "food-1-button",
8209
8209
  component: "Button",
8210
8210
  text: "Reserve",
8211
8211
  action: { event: { name: "reserve_ammoudi" } }
@@ -8213,26 +8213,26 @@ const ke = [
8213
8213
  {
8214
8214
  id: "food-2",
8215
8215
  component: "Row",
8216
- children: ["f2-col", "f2-btn"]
8216
+ children: ["food-2-column", "food-2-button"]
8217
8217
  },
8218
8218
  {
8219
- id: "f2-col",
8219
+ id: "food-2-column",
8220
8220
  component: "Column",
8221
- children: ["f2-name", "f2-desc"]
8221
+ children: ["food-2-name", "food-2-description"]
8222
8222
  },
8223
8223
  {
8224
- id: "f2-name",
8224
+ id: "food-2-name",
8225
8225
  component: "Text",
8226
8226
  text: "Metaxy Mas"
8227
8227
  },
8228
8228
  {
8229
- id: "f2-desc",
8229
+ id: "food-2-description",
8230
8230
  component: "Text",
8231
8231
  text: "Exo Gonia village · Local Cretan cuisine · Reservation essential · €€",
8232
8232
  variant: "caption"
8233
8233
  },
8234
8234
  {
8235
- id: "f2-btn",
8235
+ id: "food-2-button",
8236
8236
  component: "Button",
8237
8237
  text: "Reserve",
8238
8238
  action: { event: { name: "reserve_metaxy" } }
@@ -8242,7 +8242,7 @@ const ke = [
8242
8242
  component: "Divider"
8243
8243
  },
8244
8244
  {
8245
- id: "custom-btn",
8245
+ id: "button-custom-itinerary",
8246
8246
  component: "Button",
8247
8247
  text: "Ask Concierge for Custom Itinerary",
8248
8248
  variant: "primary",