@lumeo-ui/mcp-server 3.5.2 → 3.6.0
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/package.json +1 -1
- package/src/components-api.json +149 -58
- package/src/registry.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@lumeo-ui/mcp-server",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.6.0",
|
|
4
4
|
"description": "Model Context Protocol server for the Lumeo Blazor component library. Lets LLMs (Claude, Copilot, Cursor) author correct Lumeo markup.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/index.js",
|
package/src/components-api.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"$schema": "https://lumeo.nativ.sh/components-api-schema.json",
|
|
3
|
-
"version": "3.
|
|
4
|
-
"generated": "2026-05-
|
|
3
|
+
"version": "3.6.0",
|
|
4
|
+
"generated": "2026-05-28T15:34:32.0101018Z",
|
|
5
5
|
"stats": {
|
|
6
6
|
"componentCount": 163,
|
|
7
|
-
"totalParameters":
|
|
7
|
+
"totalParameters": 3898,
|
|
8
8
|
"totalEnums": 71,
|
|
9
9
|
"totalRecords": 63,
|
|
10
|
-
"serviceCount":
|
|
10
|
+
"serviceCount": 33,
|
|
11
11
|
"thinFallbacks": []
|
|
12
12
|
},
|
|
13
13
|
"themeTokens": [
|
|
@@ -1516,67 +1516,79 @@
|
|
|
1516
1516
|
"name": "ScrollableBody",
|
|
1517
1517
|
"type": "bool",
|
|
1518
1518
|
"default": "true",
|
|
1519
|
-
"summary": "Wrap the rendered component in a scrollable body region inside the overlay's chrome (Sheet only — Dialog and Drawer manage their own scroll). Default true so consumers can pass a long form to OverlayService.ShowSheetAsync{T} without rolling their own overflow-y-auto wrapper — and without hitting the focus- ring clip that bare overflow-y: auto introduces (per spec, overflow-y: auto promotes overflow-x to auto too, which clips inputs' box-shadow focus rings at the left/right edge). The built-in wrapper uses the px-1 -mx-1 trick to give focus rings 4px breathing room without shifting the visual padding. Set to false for sheets whose content sets its own scrolling strategy (e.g. an embedded PdfViewer that already paints inside a fixed canvas)."
|
|
1519
|
+
"summary": "Wrap the rendered component in a scrollable body region inside the overlay's chrome (Sheet only — Dialog and Drawer manage their own scroll). Default true so consumers can pass a long form to OverlayService.ShowSheetAsync{T} without rolling their own overflow-y-auto wrapper — and without hitting the focus- ring clip that bare overflow-y: auto introduces (per spec, overflow-y: auto promotes overflow-x to auto too, which clips inputs' box-shadow focus rings at the left/right edge). The built-in wrapper uses the px-1 -mx-1 trick to give focus rings 4px breathing room without shifting the visual padding. Set to false for sheets whose content sets its own scrolling strategy (e.g. an embedded PdfViewer that already paints inside a fixed canvas). Applies to: Sheet."
|
|
1520
1520
|
},
|
|
1521
1521
|
{
|
|
1522
1522
|
"name": "MobileFullscreen",
|
|
1523
1523
|
"type": "bool",
|
|
1524
1524
|
"default": null,
|
|
1525
|
-
"summary": "When true and the viewport width is below MobileBreakpoint, the overlay is forced full-screen (full width + full height, no corner radius). Works across Dialog, Sheet and Drawer overlays — replaces the consumer-side max-md:!h-full max-md:!w-full max-md:!max-w-full Tailwind override chain that was previously the only way to get a full-screen Dialog on mobile. For Sheets, this is equivalent to setting
|
|
1525
|
+
"summary": "When true and the viewport width is below MobileBreakpoint, the overlay is forced full-screen (full width + full height, no corner radius). Works across Dialog, Sheet and Drawer overlays — replaces the consumer-side max-md:!h-full max-md:!w-full max-md:!max-w-full Tailwind override chain that was previously the only way to get a full-screen Dialog on mobile. For Sheets, this is equivalent to setting MobileSize to Full but composes more naturally for the Sheet+Dialog mixed case. Applies to: Dialog, Sheet, Drawer."
|
|
1526
1526
|
},
|
|
1527
1527
|
{
|
|
1528
1528
|
"name": "MobileSwipeToClose",
|
|
1529
1529
|
"type": "bool?",
|
|
1530
1530
|
"default": null,
|
|
1531
|
-
"summary": "SwipeToClose override below MobileBreakpoint. Null = use SwipeToClose at all sizes. Typical pattern: off on desktop, on for mobile bottom-sheet pull-down."
|
|
1531
|
+
"summary": "SwipeToClose override below MobileBreakpoint. Null = use SwipeToClose at all sizes. Typical pattern: off on desktop, on for mobile bottom-sheet pull-down. Applies to: Sheet."
|
|
1532
1532
|
},
|
|
1533
1533
|
{
|
|
1534
1534
|
"name": "MobileSheetSize",
|
|
1535
1535
|
"type": "SheetSize?",
|
|
1536
1536
|
"default": null,
|
|
1537
|
-
"summary": "Sheet
|
|
1537
|
+
"summary": "Legacy Sheet-only alias for MobileSize. Applies to: Sheet. Reads/writes MobileSize via a 1:1 mapping (null round-trips to null). Kept for source compatibility with pre-3.6 callers."
|
|
1538
|
+
},
|
|
1539
|
+
{
|
|
1540
|
+
"name": "MobileSize",
|
|
1541
|
+
"type": "OverlaySize?",
|
|
1542
|
+
"default": null,
|
|
1543
|
+
"summary": "Overlay size to use when the viewport is below MobileBreakpoint. Null = use Size at all sizes. Typical pattern: OverlaySize.Default on desktop, OverlaySize.Full on mobile. Applies to: Dialog, Sheet."
|
|
1538
1544
|
},
|
|
1539
1545
|
{
|
|
1540
1546
|
"name": "MobileSheetSide",
|
|
1541
1547
|
"type": "Lumeo.Side?",
|
|
1542
1548
|
"default": null,
|
|
1543
|
-
"summary": "Sheet side to use when the viewport is below MobileBreakpoint. Null = use SheetSide at all sizes. Typical pattern: Lumeo.Side.Right on desktop, Lumeo.Side.Bottom on mobile."
|
|
1549
|
+
"summary": "Sheet side to use when the viewport is below MobileBreakpoint. Null = use SheetSide at all sizes. Typical pattern: Lumeo.Side.Right on desktop, Lumeo.Side.Bottom on mobile. Applies to: Sheet."
|
|
1544
1550
|
},
|
|
1545
1551
|
{
|
|
1546
1552
|
"name": "MobileBreakpoint",
|
|
1547
1553
|
"type": "int?",
|
|
1548
1554
|
"default": "768",
|
|
1549
|
-
"summary": "Viewport width threshold (CSS pixels) below which the Mobile* overrides apply. Default 768 (Tailwind md). Set to null to disable responsive switching even if the Mobile* fields are populated."
|
|
1555
|
+
"summary": "Viewport width threshold (CSS pixels) below which the Mobile* overrides apply. Default 768 (Tailwind md). Set to null to disable responsive switching even if the Mobile* fields are populated. Applies to: Dialog, Sheet, Drawer (gates every Mobile* override)."
|
|
1550
1556
|
},
|
|
1551
1557
|
{
|
|
1552
1558
|
"name": "SwipeToClose",
|
|
1553
1559
|
"type": "bool",
|
|
1554
1560
|
"default": null,
|
|
1555
|
-
"summary": "When true, a Sheet opened via OverlayService.ShowSheetAsync{T} can be dismissed by swiping in the direction opposite to its SheetSide (e.g. swipe-down on a Bottom sheet). Ignored for non-Sheet overlay types. Drawers already enable swipe by default. Default false to preserve the existing programmatic-open behaviour."
|
|
1561
|
+
"summary": "When true, a Sheet opened via OverlayService.ShowSheetAsync{T} can be dismissed by swiping in the direction opposite to its SheetSide (e.g. swipe-down on a Bottom sheet). Ignored for non-Sheet overlay types. Drawers already enable swipe by default. Default false to preserve the existing programmatic-open behaviour. Applies to: Sheet."
|
|
1556
1562
|
},
|
|
1557
1563
|
{
|
|
1558
1564
|
"name": "SheetSize",
|
|
1559
1565
|
"type": "SheetSize",
|
|
1560
|
-
"default":
|
|
1561
|
-
"summary":
|
|
1566
|
+
"default": null,
|
|
1567
|
+
"summary": "Legacy Sheet-only size alias. Applies to: Sheet. Reads/writes Size via a 1:1 mapping; setting either sets the same backing value. Kept for source compatibility with pre-3.6 callers."
|
|
1568
|
+
},
|
|
1569
|
+
{
|
|
1570
|
+
"name": "Size",
|
|
1571
|
+
"type": "OverlaySize",
|
|
1572
|
+
"default": "OverlaySize.Default",
|
|
1573
|
+
"summary": "Overlay content size. Applies to: Dialog, Sheet. (Drawer sizes to its content and ignores this.) For a Dialog it maps to the max-w-* preset (Sm→max-w-sm … Xl→max-w-4xl, Full→near-viewport); for a Sheet it maps to the side-appropriate width (Left/Right) or height (Top/Bottom). Replaces the Sheet-only SheetSize as the single size knob for service overlays."
|
|
1562
1574
|
},
|
|
1563
1575
|
{
|
|
1564
1576
|
"name": "SheetSide",
|
|
1565
1577
|
"type": "Lumeo.Side",
|
|
1566
1578
|
"default": "Lumeo.Side.Right",
|
|
1567
|
-
"summary":
|
|
1579
|
+
"summary": "Edge the sheet slides in from. Applies to: Sheet."
|
|
1568
1580
|
},
|
|
1569
1581
|
{
|
|
1570
1582
|
"name": "PreventClose",
|
|
1571
1583
|
"type": "bool",
|
|
1572
1584
|
"default": null,
|
|
1573
|
-
"summary":
|
|
1585
|
+
"summary": "Suppress dismissal via backdrop click / Escape. Applies to: Dialog, Sheet, Drawer."
|
|
1574
1586
|
},
|
|
1575
1587
|
{
|
|
1576
1588
|
"name": "Class",
|
|
1577
1589
|
"type": "string?",
|
|
1578
1590
|
"default": null,
|
|
1579
|
-
"summary":
|
|
1591
|
+
"summary": "Extra CSS classes merged onto the overlay's content element. Applies to: Dialog, Sheet, Drawer."
|
|
1580
1592
|
}
|
|
1581
1593
|
],
|
|
1582
1594
|
"methods": [],
|
|
@@ -1593,67 +1605,79 @@
|
|
|
1593
1605
|
"name": "ScrollableBody",
|
|
1594
1606
|
"type": "bool",
|
|
1595
1607
|
"default": "true",
|
|
1596
|
-
"summary": "Wrap the rendered component in a scrollable body region inside the overlay's chrome (Sheet only — Dialog and Drawer manage their own scroll). Default true so consumers can pass a long form to OverlayService.ShowSheetAsync{T} without rolling their own overflow-y-auto wrapper — and without hitting the focus- ring clip that bare overflow-y: auto introduces (per spec, overflow-y: auto promotes overflow-x to auto too, which clips inputs' box-shadow focus rings at the left/right edge). The built-in wrapper uses the px-1 -mx-1 trick to give focus rings 4px breathing room without shifting the visual padding. Set to false for sheets whose content sets its own scrolling strategy (e.g. an embedded PdfViewer that already paints inside a fixed canvas)."
|
|
1608
|
+
"summary": "Wrap the rendered component in a scrollable body region inside the overlay's chrome (Sheet only — Dialog and Drawer manage their own scroll). Default true so consumers can pass a long form to OverlayService.ShowSheetAsync{T} without rolling their own overflow-y-auto wrapper — and without hitting the focus- ring clip that bare overflow-y: auto introduces (per spec, overflow-y: auto promotes overflow-x to auto too, which clips inputs' box-shadow focus rings at the left/right edge). The built-in wrapper uses the px-1 -mx-1 trick to give focus rings 4px breathing room without shifting the visual padding. Set to false for sheets whose content sets its own scrolling strategy (e.g. an embedded PdfViewer that already paints inside a fixed canvas). Applies to: Sheet."
|
|
1597
1609
|
},
|
|
1598
1610
|
{
|
|
1599
1611
|
"name": "MobileFullscreen",
|
|
1600
1612
|
"type": "bool",
|
|
1601
1613
|
"default": null,
|
|
1602
|
-
"summary": "When true and the viewport width is below MobileBreakpoint, the overlay is forced full-screen (full width + full height, no corner radius). Works across Dialog, Sheet and Drawer overlays — replaces the consumer-side max-md:!h-full max-md:!w-full max-md:!max-w-full Tailwind override chain that was previously the only way to get a full-screen Dialog on mobile. For Sheets, this is equivalent to setting
|
|
1614
|
+
"summary": "When true and the viewport width is below MobileBreakpoint, the overlay is forced full-screen (full width + full height, no corner radius). Works across Dialog, Sheet and Drawer overlays — replaces the consumer-side max-md:!h-full max-md:!w-full max-md:!max-w-full Tailwind override chain that was previously the only way to get a full-screen Dialog on mobile. For Sheets, this is equivalent to setting MobileSize to Full but composes more naturally for the Sheet+Dialog mixed case. Applies to: Dialog, Sheet, Drawer."
|
|
1603
1615
|
},
|
|
1604
1616
|
{
|
|
1605
1617
|
"name": "MobileSwipeToClose",
|
|
1606
1618
|
"type": "bool?",
|
|
1607
1619
|
"default": null,
|
|
1608
|
-
"summary": "SwipeToClose override below MobileBreakpoint. Null = use SwipeToClose at all sizes. Typical pattern: off on desktop, on for mobile bottom-sheet pull-down."
|
|
1620
|
+
"summary": "SwipeToClose override below MobileBreakpoint. Null = use SwipeToClose at all sizes. Typical pattern: off on desktop, on for mobile bottom-sheet pull-down. Applies to: Sheet."
|
|
1609
1621
|
},
|
|
1610
1622
|
{
|
|
1611
1623
|
"name": "MobileSheetSize",
|
|
1612
1624
|
"type": "SheetSize?",
|
|
1613
1625
|
"default": null,
|
|
1614
|
-
"summary": "Sheet
|
|
1626
|
+
"summary": "Legacy Sheet-only alias for MobileSize. Applies to: Sheet. Reads/writes MobileSize via a 1:1 mapping (null round-trips to null). Kept for source compatibility with pre-3.6 callers."
|
|
1627
|
+
},
|
|
1628
|
+
{
|
|
1629
|
+
"name": "MobileSize",
|
|
1630
|
+
"type": "OverlaySize?",
|
|
1631
|
+
"default": null,
|
|
1632
|
+
"summary": "Overlay size to use when the viewport is below MobileBreakpoint. Null = use Size at all sizes. Typical pattern: OverlaySize.Default on desktop, OverlaySize.Full on mobile. Applies to: Dialog, Sheet."
|
|
1615
1633
|
},
|
|
1616
1634
|
{
|
|
1617
1635
|
"name": "MobileSheetSide",
|
|
1618
1636
|
"type": "Lumeo.Side?",
|
|
1619
1637
|
"default": null,
|
|
1620
|
-
"summary": "Sheet side to use when the viewport is below MobileBreakpoint. Null = use SheetSide at all sizes. Typical pattern: Lumeo.Side.Right on desktop, Lumeo.Side.Bottom on mobile."
|
|
1638
|
+
"summary": "Sheet side to use when the viewport is below MobileBreakpoint. Null = use SheetSide at all sizes. Typical pattern: Lumeo.Side.Right on desktop, Lumeo.Side.Bottom on mobile. Applies to: Sheet."
|
|
1621
1639
|
},
|
|
1622
1640
|
{
|
|
1623
1641
|
"name": "MobileBreakpoint",
|
|
1624
1642
|
"type": "int?",
|
|
1625
1643
|
"default": "768",
|
|
1626
|
-
"summary": "Viewport width threshold (CSS pixels) below which the Mobile* overrides apply. Default 768 (Tailwind md). Set to null to disable responsive switching even if the Mobile* fields are populated."
|
|
1644
|
+
"summary": "Viewport width threshold (CSS pixels) below which the Mobile* overrides apply. Default 768 (Tailwind md). Set to null to disable responsive switching even if the Mobile* fields are populated. Applies to: Dialog, Sheet, Drawer (gates every Mobile* override)."
|
|
1627
1645
|
},
|
|
1628
1646
|
{
|
|
1629
1647
|
"name": "SwipeToClose",
|
|
1630
1648
|
"type": "bool",
|
|
1631
1649
|
"default": null,
|
|
1632
|
-
"summary": "When true, a Sheet opened via OverlayService.ShowSheetAsync{T} can be dismissed by swiping in the direction opposite to its SheetSide (e.g. swipe-down on a Bottom sheet). Ignored for non-Sheet overlay types. Drawers already enable swipe by default. Default false to preserve the existing programmatic-open behaviour."
|
|
1650
|
+
"summary": "When true, a Sheet opened via OverlayService.ShowSheetAsync{T} can be dismissed by swiping in the direction opposite to its SheetSide (e.g. swipe-down on a Bottom sheet). Ignored for non-Sheet overlay types. Drawers already enable swipe by default. Default false to preserve the existing programmatic-open behaviour. Applies to: Sheet."
|
|
1633
1651
|
},
|
|
1634
1652
|
{
|
|
1635
1653
|
"name": "SheetSize",
|
|
1636
1654
|
"type": "SheetSize",
|
|
1637
|
-
"default":
|
|
1638
|
-
"summary":
|
|
1655
|
+
"default": null,
|
|
1656
|
+
"summary": "Legacy Sheet-only size alias. Applies to: Sheet. Reads/writes Size via a 1:1 mapping; setting either sets the same backing value. Kept for source compatibility with pre-3.6 callers."
|
|
1657
|
+
},
|
|
1658
|
+
{
|
|
1659
|
+
"name": "Size",
|
|
1660
|
+
"type": "OverlaySize",
|
|
1661
|
+
"default": "OverlaySize.Default",
|
|
1662
|
+
"summary": "Overlay content size. Applies to: Dialog, Sheet. (Drawer sizes to its content and ignores this.) For a Dialog it maps to the max-w-* preset (Sm→max-w-sm … Xl→max-w-4xl, Full→near-viewport); for a Sheet it maps to the side-appropriate width (Left/Right) or height (Top/Bottom). Replaces the Sheet-only SheetSize as the single size knob for service overlays."
|
|
1639
1663
|
},
|
|
1640
1664
|
{
|
|
1641
1665
|
"name": "SheetSide",
|
|
1642
1666
|
"type": "Lumeo.Side",
|
|
1643
1667
|
"default": "Lumeo.Side.Right",
|
|
1644
|
-
"summary":
|
|
1668
|
+
"summary": "Edge the sheet slides in from. Applies to: Sheet."
|
|
1645
1669
|
},
|
|
1646
1670
|
{
|
|
1647
1671
|
"name": "PreventClose",
|
|
1648
1672
|
"type": "bool",
|
|
1649
1673
|
"default": null,
|
|
1650
|
-
"summary":
|
|
1674
|
+
"summary": "Suppress dismissal via backdrop click / Escape. Applies to: Dialog, Sheet, Drawer."
|
|
1651
1675
|
},
|
|
1652
1676
|
{
|
|
1653
1677
|
"name": "Class",
|
|
1654
1678
|
"type": "string?",
|
|
1655
1679
|
"default": null,
|
|
1656
|
-
"summary":
|
|
1680
|
+
"summary": "Extra CSS classes merged onto the overlay's content element. Applies to: Dialog, Sheet, Drawer."
|
|
1657
1681
|
}
|
|
1658
1682
|
],
|
|
1659
1683
|
"methods": [],
|
|
@@ -2736,67 +2760,79 @@
|
|
|
2736
2760
|
"name": "Class",
|
|
2737
2761
|
"type": "string?",
|
|
2738
2762
|
"default": null,
|
|
2739
|
-
"summary":
|
|
2763
|
+
"summary": "Extra CSS classes merged onto the overlay's content element. Applies to: Dialog, Sheet, Drawer."
|
|
2740
2764
|
},
|
|
2741
2765
|
{
|
|
2742
2766
|
"name": "PreventClose",
|
|
2743
2767
|
"type": "bool",
|
|
2744
2768
|
"default": null,
|
|
2745
|
-
"summary":
|
|
2769
|
+
"summary": "Suppress dismissal via backdrop click / Escape. Applies to: Dialog, Sheet, Drawer."
|
|
2746
2770
|
},
|
|
2747
2771
|
{
|
|
2748
2772
|
"name": "SheetSide",
|
|
2749
2773
|
"type": "Lumeo.Side",
|
|
2750
2774
|
"default": "Lumeo.Side.Right",
|
|
2751
|
-
"summary":
|
|
2775
|
+
"summary": "Edge the sheet slides in from. Applies to: Sheet."
|
|
2776
|
+
},
|
|
2777
|
+
{
|
|
2778
|
+
"name": "Size",
|
|
2779
|
+
"type": "OverlaySize",
|
|
2780
|
+
"default": "OverlaySize.Default",
|
|
2781
|
+
"summary": "Overlay content size. Applies to: Dialog, Sheet. (Drawer sizes to its content and ignores this.) For a Dialog it maps to the max-w-* preset (Sm→max-w-sm … Xl→max-w-4xl, Full→near-viewport); for a Sheet it maps to the side-appropriate width (Left/Right) or height (Top/Bottom). Replaces the Sheet-only SheetSize as the single size knob for service overlays."
|
|
2752
2782
|
},
|
|
2753
2783
|
{
|
|
2754
2784
|
"name": "SheetSize",
|
|
2755
2785
|
"type": "SheetSize",
|
|
2756
|
-
"default":
|
|
2757
|
-
"summary":
|
|
2786
|
+
"default": null,
|
|
2787
|
+
"summary": "Legacy Sheet-only size alias. Applies to: Sheet. Reads/writes Size via a 1:1 mapping; setting either sets the same backing value. Kept for source compatibility with pre-3.6 callers."
|
|
2758
2788
|
},
|
|
2759
2789
|
{
|
|
2760
2790
|
"name": "SwipeToClose",
|
|
2761
2791
|
"type": "bool",
|
|
2762
2792
|
"default": null,
|
|
2763
|
-
"summary": "When true, a Sheet opened via OverlayService.ShowSheetAsync{T} can be dismissed by swiping in the direction opposite to its SheetSide (e.g. swipe-down on a Bottom sheet). Ignored for non-Sheet overlay types. Drawers already enable swipe by default. Default false to preserve the existing programmatic-open behaviour."
|
|
2793
|
+
"summary": "When true, a Sheet opened via OverlayService.ShowSheetAsync{T} can be dismissed by swiping in the direction opposite to its SheetSide (e.g. swipe-down on a Bottom sheet). Ignored for non-Sheet overlay types. Drawers already enable swipe by default. Default false to preserve the existing programmatic-open behaviour. Applies to: Sheet."
|
|
2764
2794
|
},
|
|
2765
2795
|
{
|
|
2766
2796
|
"name": "MobileBreakpoint",
|
|
2767
2797
|
"type": "int?",
|
|
2768
2798
|
"default": "768",
|
|
2769
|
-
"summary": "Viewport width threshold (CSS pixels) below which the Mobile* overrides apply. Default 768 (Tailwind md). Set to null to disable responsive switching even if the Mobile* fields are populated."
|
|
2799
|
+
"summary": "Viewport width threshold (CSS pixels) below which the Mobile* overrides apply. Default 768 (Tailwind md). Set to null to disable responsive switching even if the Mobile* fields are populated. Applies to: Dialog, Sheet, Drawer (gates every Mobile* override)."
|
|
2770
2800
|
},
|
|
2771
2801
|
{
|
|
2772
2802
|
"name": "MobileSheetSide",
|
|
2773
2803
|
"type": "Lumeo.Side?",
|
|
2774
2804
|
"default": null,
|
|
2775
|
-
"summary": "Sheet side to use when the viewport is below MobileBreakpoint. Null = use SheetSide at all sizes. Typical pattern: Lumeo.Side.Right on desktop, Lumeo.Side.Bottom on mobile."
|
|
2805
|
+
"summary": "Sheet side to use when the viewport is below MobileBreakpoint. Null = use SheetSide at all sizes. Typical pattern: Lumeo.Side.Right on desktop, Lumeo.Side.Bottom on mobile. Applies to: Sheet."
|
|
2806
|
+
},
|
|
2807
|
+
{
|
|
2808
|
+
"name": "MobileSize",
|
|
2809
|
+
"type": "OverlaySize?",
|
|
2810
|
+
"default": null,
|
|
2811
|
+
"summary": "Overlay size to use when the viewport is below MobileBreakpoint. Null = use Size at all sizes. Typical pattern: OverlaySize.Default on desktop, OverlaySize.Full on mobile. Applies to: Dialog, Sheet."
|
|
2776
2812
|
},
|
|
2777
2813
|
{
|
|
2778
2814
|
"name": "MobileSheetSize",
|
|
2779
2815
|
"type": "SheetSize?",
|
|
2780
2816
|
"default": null,
|
|
2781
|
-
"summary": "Sheet
|
|
2817
|
+
"summary": "Legacy Sheet-only alias for MobileSize. Applies to: Sheet. Reads/writes MobileSize via a 1:1 mapping (null round-trips to null). Kept for source compatibility with pre-3.6 callers."
|
|
2782
2818
|
},
|
|
2783
2819
|
{
|
|
2784
2820
|
"name": "MobileSwipeToClose",
|
|
2785
2821
|
"type": "bool?",
|
|
2786
2822
|
"default": null,
|
|
2787
|
-
"summary": "SwipeToClose override below MobileBreakpoint. Null = use SwipeToClose at all sizes. Typical pattern: off on desktop, on for mobile bottom-sheet pull-down."
|
|
2823
|
+
"summary": "SwipeToClose override below MobileBreakpoint. Null = use SwipeToClose at all sizes. Typical pattern: off on desktop, on for mobile bottom-sheet pull-down. Applies to: Sheet."
|
|
2788
2824
|
},
|
|
2789
2825
|
{
|
|
2790
2826
|
"name": "MobileFullscreen",
|
|
2791
2827
|
"type": "bool",
|
|
2792
2828
|
"default": null,
|
|
2793
|
-
"summary": "When true and the viewport width is below MobileBreakpoint, the overlay is forced full-screen (full width + full height, no corner radius). Works across Dialog, Sheet and Drawer overlays — replaces the consumer-side max-md:!h-full max-md:!w-full max-md:!max-w-full Tailwind override chain that was previously the only way to get a full-screen Dialog on mobile. For Sheets, this is equivalent to setting
|
|
2829
|
+
"summary": "When true and the viewport width is below MobileBreakpoint, the overlay is forced full-screen (full width + full height, no corner radius). Works across Dialog, Sheet and Drawer overlays — replaces the consumer-side max-md:!h-full max-md:!w-full max-md:!max-w-full Tailwind override chain that was previously the only way to get a full-screen Dialog on mobile. For Sheets, this is equivalent to setting MobileSize to Full but composes more naturally for the Sheet+Dialog mixed case. Applies to: Dialog, Sheet, Drawer."
|
|
2794
2830
|
},
|
|
2795
2831
|
{
|
|
2796
2832
|
"name": "ScrollableBody",
|
|
2797
2833
|
"type": "bool",
|
|
2798
2834
|
"default": "true",
|
|
2799
|
-
"summary": "Wrap the rendered component in a scrollable body region inside the overlay's chrome (Sheet only — Dialog and Drawer manage their own scroll). Default true so consumers can pass a long form to OverlayService.ShowSheetAsync{T} without rolling their own overflow-y-auto wrapper — and without hitting the focus- ring clip that bare overflow-y: auto introduces (per spec, overflow-y: auto promotes overflow-x to auto too, which clips inputs' box-shadow focus rings at the left/right edge). The built-in wrapper uses the px-1 -mx-1 trick to give focus rings 4px breathing room without shifting the visual padding. Set to false for sheets whose content sets its own scrolling strategy (e.g. an embedded PdfViewer that already paints inside a fixed canvas)."
|
|
2835
|
+
"summary": "Wrap the rendered component in a scrollable body region inside the overlay's chrome (Sheet only — Dialog and Drawer manage their own scroll). Default true so consumers can pass a long form to OverlayService.ShowSheetAsync{T} without rolling their own overflow-y-auto wrapper — and without hitting the focus- ring clip that bare overflow-y: auto introduces (per spec, overflow-y: auto promotes overflow-x to auto too, which clips inputs' box-shadow focus rings at the left/right edge). The built-in wrapper uses the px-1 -mx-1 trick to give focus rings 4px breathing room without shifting the visual padding. Set to false for sheets whose content sets its own scrolling strategy (e.g. an embedded PdfViewer that already paints inside a fixed canvas). Applies to: Sheet."
|
|
2800
2836
|
}
|
|
2801
2837
|
],
|
|
2802
2838
|
"methods": [],
|
|
@@ -2945,6 +2981,37 @@
|
|
|
2945
2981
|
],
|
|
2946
2982
|
"enumValues": []
|
|
2947
2983
|
},
|
|
2984
|
+
{
|
|
2985
|
+
"name": "OverlaySize",
|
|
2986
|
+
"kind": "enum",
|
|
2987
|
+
"namespace": "Lumeo.Services",
|
|
2988
|
+
"summary": "Unified overlay content size as exposed through OverlayService. Drives both DialogContent.DialogSize and SheetContent.SheetSize from a single Size value, so the same options record can size a Dialog or a Sheet. Kept in the service layer (not the UI namespace) so consumers don't take a hard UI dependency. Full is layout-intent (entire viewport).",
|
|
2989
|
+
"properties": [],
|
|
2990
|
+
"methods": [],
|
|
2991
|
+
"events": [],
|
|
2992
|
+
"enumValues": [
|
|
2993
|
+
{
|
|
2994
|
+
"name": "Sm",
|
|
2995
|
+
"summary": null
|
|
2996
|
+
},
|
|
2997
|
+
{
|
|
2998
|
+
"name": "Default",
|
|
2999
|
+
"summary": null
|
|
3000
|
+
},
|
|
3001
|
+
{
|
|
3002
|
+
"name": "Lg",
|
|
3003
|
+
"summary": null
|
|
3004
|
+
},
|
|
3005
|
+
{
|
|
3006
|
+
"name": "Xl",
|
|
3007
|
+
"summary": null
|
|
3008
|
+
},
|
|
3009
|
+
{
|
|
3010
|
+
"name": "Full",
|
|
3011
|
+
"summary": null
|
|
3012
|
+
}
|
|
3013
|
+
]
|
|
3014
|
+
},
|
|
2948
3015
|
{
|
|
2949
3016
|
"name": "OverlayType",
|
|
2950
3017
|
"kind": "enum",
|
|
@@ -2982,67 +3049,79 @@
|
|
|
2982
3049
|
"name": "ScrollableBody",
|
|
2983
3050
|
"type": "bool",
|
|
2984
3051
|
"default": "true",
|
|
2985
|
-
"summary": "Wrap the rendered component in a scrollable body region inside the overlay's chrome (Sheet only — Dialog and Drawer manage their own scroll). Default true so consumers can pass a long form to OverlayService.ShowSheetAsync{T} without rolling their own overflow-y-auto wrapper — and without hitting the focus- ring clip that bare overflow-y: auto introduces (per spec, overflow-y: auto promotes overflow-x to auto too, which clips inputs' box-shadow focus rings at the left/right edge). The built-in wrapper uses the px-1 -mx-1 trick to give focus rings 4px breathing room without shifting the visual padding. Set to false for sheets whose content sets its own scrolling strategy (e.g. an embedded PdfViewer that already paints inside a fixed canvas)."
|
|
3052
|
+
"summary": "Wrap the rendered component in a scrollable body region inside the overlay's chrome (Sheet only — Dialog and Drawer manage their own scroll). Default true so consumers can pass a long form to OverlayService.ShowSheetAsync{T} without rolling their own overflow-y-auto wrapper — and without hitting the focus- ring clip that bare overflow-y: auto introduces (per spec, overflow-y: auto promotes overflow-x to auto too, which clips inputs' box-shadow focus rings at the left/right edge). The built-in wrapper uses the px-1 -mx-1 trick to give focus rings 4px breathing room without shifting the visual padding. Set to false for sheets whose content sets its own scrolling strategy (e.g. an embedded PdfViewer that already paints inside a fixed canvas). Applies to: Sheet."
|
|
2986
3053
|
},
|
|
2987
3054
|
{
|
|
2988
3055
|
"name": "MobileFullscreen",
|
|
2989
3056
|
"type": "bool",
|
|
2990
3057
|
"default": null,
|
|
2991
|
-
"summary": "When true and the viewport width is below MobileBreakpoint, the overlay is forced full-screen (full width + full height, no corner radius). Works across Dialog, Sheet and Drawer overlays — replaces the consumer-side max-md:!h-full max-md:!w-full max-md:!max-w-full Tailwind override chain that was previously the only way to get a full-screen Dialog on mobile. For Sheets, this is equivalent to setting
|
|
3058
|
+
"summary": "When true and the viewport width is below MobileBreakpoint, the overlay is forced full-screen (full width + full height, no corner radius). Works across Dialog, Sheet and Drawer overlays — replaces the consumer-side max-md:!h-full max-md:!w-full max-md:!max-w-full Tailwind override chain that was previously the only way to get a full-screen Dialog on mobile. For Sheets, this is equivalent to setting MobileSize to Full but composes more naturally for the Sheet+Dialog mixed case. Applies to: Dialog, Sheet, Drawer."
|
|
2992
3059
|
},
|
|
2993
3060
|
{
|
|
2994
3061
|
"name": "MobileSwipeToClose",
|
|
2995
3062
|
"type": "bool?",
|
|
2996
3063
|
"default": null,
|
|
2997
|
-
"summary": "SwipeToClose override below MobileBreakpoint. Null = use SwipeToClose at all sizes. Typical pattern: off on desktop, on for mobile bottom-sheet pull-down."
|
|
3064
|
+
"summary": "SwipeToClose override below MobileBreakpoint. Null = use SwipeToClose at all sizes. Typical pattern: off on desktop, on for mobile bottom-sheet pull-down. Applies to: Sheet."
|
|
2998
3065
|
},
|
|
2999
3066
|
{
|
|
3000
3067
|
"name": "MobileSheetSize",
|
|
3001
3068
|
"type": "SheetSize?",
|
|
3002
3069
|
"default": null,
|
|
3003
|
-
"summary": "Sheet
|
|
3070
|
+
"summary": "Legacy Sheet-only alias for MobileSize. Applies to: Sheet. Reads/writes MobileSize via a 1:1 mapping (null round-trips to null). Kept for source compatibility with pre-3.6 callers."
|
|
3071
|
+
},
|
|
3072
|
+
{
|
|
3073
|
+
"name": "MobileSize",
|
|
3074
|
+
"type": "OverlaySize?",
|
|
3075
|
+
"default": null,
|
|
3076
|
+
"summary": "Overlay size to use when the viewport is below MobileBreakpoint. Null = use Size at all sizes. Typical pattern: OverlaySize.Default on desktop, OverlaySize.Full on mobile. Applies to: Dialog, Sheet."
|
|
3004
3077
|
},
|
|
3005
3078
|
{
|
|
3006
3079
|
"name": "MobileSheetSide",
|
|
3007
3080
|
"type": "Lumeo.Side?",
|
|
3008
3081
|
"default": null,
|
|
3009
|
-
"summary": "Sheet side to use when the viewport is below MobileBreakpoint. Null = use SheetSide at all sizes. Typical pattern: Lumeo.Side.Right on desktop, Lumeo.Side.Bottom on mobile."
|
|
3082
|
+
"summary": "Sheet side to use when the viewport is below MobileBreakpoint. Null = use SheetSide at all sizes. Typical pattern: Lumeo.Side.Right on desktop, Lumeo.Side.Bottom on mobile. Applies to: Sheet."
|
|
3010
3083
|
},
|
|
3011
3084
|
{
|
|
3012
3085
|
"name": "MobileBreakpoint",
|
|
3013
3086
|
"type": "int?",
|
|
3014
3087
|
"default": "768",
|
|
3015
|
-
"summary": "Viewport width threshold (CSS pixels) below which the Mobile* overrides apply. Default 768 (Tailwind md). Set to null to disable responsive switching even if the Mobile* fields are populated."
|
|
3088
|
+
"summary": "Viewport width threshold (CSS pixels) below which the Mobile* overrides apply. Default 768 (Tailwind md). Set to null to disable responsive switching even if the Mobile* fields are populated. Applies to: Dialog, Sheet, Drawer (gates every Mobile* override)."
|
|
3016
3089
|
},
|
|
3017
3090
|
{
|
|
3018
3091
|
"name": "SwipeToClose",
|
|
3019
3092
|
"type": "bool",
|
|
3020
3093
|
"default": null,
|
|
3021
|
-
"summary": "When true, a Sheet opened via OverlayService.ShowSheetAsync{T} can be dismissed by swiping in the direction opposite to its SheetSide (e.g. swipe-down on a Bottom sheet). Ignored for non-Sheet overlay types. Drawers already enable swipe by default. Default false to preserve the existing programmatic-open behaviour."
|
|
3094
|
+
"summary": "When true, a Sheet opened via OverlayService.ShowSheetAsync{T} can be dismissed by swiping in the direction opposite to its SheetSide (e.g. swipe-down on a Bottom sheet). Ignored for non-Sheet overlay types. Drawers already enable swipe by default. Default false to preserve the existing programmatic-open behaviour. Applies to: Sheet."
|
|
3022
3095
|
},
|
|
3023
3096
|
{
|
|
3024
3097
|
"name": "SheetSize",
|
|
3025
3098
|
"type": "SheetSize",
|
|
3026
|
-
"default":
|
|
3027
|
-
"summary":
|
|
3099
|
+
"default": null,
|
|
3100
|
+
"summary": "Legacy Sheet-only size alias. Applies to: Sheet. Reads/writes Size via a 1:1 mapping; setting either sets the same backing value. Kept for source compatibility with pre-3.6 callers."
|
|
3101
|
+
},
|
|
3102
|
+
{
|
|
3103
|
+
"name": "Size",
|
|
3104
|
+
"type": "OverlaySize",
|
|
3105
|
+
"default": "OverlaySize.Default",
|
|
3106
|
+
"summary": "Overlay content size. Applies to: Dialog, Sheet. (Drawer sizes to its content and ignores this.) For a Dialog it maps to the max-w-* preset (Sm→max-w-sm … Xl→max-w-4xl, Full→near-viewport); for a Sheet it maps to the side-appropriate width (Left/Right) or height (Top/Bottom). Replaces the Sheet-only SheetSize as the single size knob for service overlays."
|
|
3028
3107
|
},
|
|
3029
3108
|
{
|
|
3030
3109
|
"name": "SheetSide",
|
|
3031
3110
|
"type": "Lumeo.Side",
|
|
3032
3111
|
"default": "Lumeo.Side.Right",
|
|
3033
|
-
"summary":
|
|
3112
|
+
"summary": "Edge the sheet slides in from. Applies to: Sheet."
|
|
3034
3113
|
},
|
|
3035
3114
|
{
|
|
3036
3115
|
"name": "PreventClose",
|
|
3037
3116
|
"type": "bool",
|
|
3038
3117
|
"default": null,
|
|
3039
|
-
"summary":
|
|
3118
|
+
"summary": "Suppress dismissal via backdrop click / Escape. Applies to: Dialog, Sheet, Drawer."
|
|
3040
3119
|
},
|
|
3041
3120
|
{
|
|
3042
3121
|
"name": "Class",
|
|
3043
3122
|
"type": "string?",
|
|
3044
3123
|
"default": null,
|
|
3045
|
-
"summary":
|
|
3124
|
+
"summary": "Extra CSS classes merged onto the overlay's content element. Applies to: Dialog, Sheet, Drawer."
|
|
3046
3125
|
}
|
|
3047
3126
|
],
|
|
3048
3127
|
"methods": [],
|
|
@@ -3053,7 +3132,7 @@
|
|
|
3053
3132
|
"name": "SheetSize",
|
|
3054
3133
|
"kind": "enum",
|
|
3055
3134
|
"namespace": "Lumeo.Services",
|
|
3056
|
-
"summary": "Sheet size as exposed through OverlayService. Mirrors SheetContent.SheetSize — kept distinct so the service layer doesn't take a hard dependency on the UI namespace. Full is layout-intent (entire viewport) and intentionally NOT folded into Size.",
|
|
3135
|
+
"summary": "Sheet size as exposed through OverlayService. Mirrors SheetContent.SheetSize — kept distinct so the service layer doesn't take a hard dependency on the UI namespace. Full is layout-intent (entire viewport) and intentionally NOT folded into Size. Retained as the parameter type of OverlayService.ShowSheetAsync{T} and as the backing type of the obsolete SheetSize alias; new code should prefer OverlaySize.",
|
|
3057
3136
|
"properties": [],
|
|
3058
3137
|
"methods": [],
|
|
3059
3138
|
"events": [],
|
|
@@ -5818,6 +5897,10 @@
|
|
|
5818
5897
|
"title": "Variants",
|
|
5819
5898
|
"code": "<Badge>Default</Badge>\n<Badge Variant=\"Badge.BadgeVariant.Secondary\">Secondary</Badge>\n<Badge Variant=\"Badge.BadgeVariant.Outline\">Outline</Badge>\n<Badge Variant=\"Badge.BadgeVariant.Destructive\">Destructive</Badge>\n<Badge Variant=\"Badge.BadgeVariant.Success\">Success</Badge>\n<Badge Variant=\"Badge.BadgeVariant.Warning\">Warning</Badge>"
|
|
5820
5899
|
},
|
|
5900
|
+
{
|
|
5901
|
+
"title": "Sizes & Pill",
|
|
5902
|
+
"code": "<Badge Size=\"Badge.BadgeSize.Sm\">Small</Badge>\n<Badge Size=\"Badge.BadgeSize.Md\">Medium</Badge>\n<Badge Size=\"Badge.BadgeSize.Lg\">Large</Badge>\n\n<Badge Pill=\"true\">99+</Badge>\n<Badge Pill=\"true\" Variant=\"Badge.BadgeVariant.Secondary\">New</Badge>\n<Badge Pill=\"true\" Size=\"Badge.BadgeSize.Lg\" Variant=\"Badge.BadgeVariant.Success\">Online</Badge>"
|
|
5903
|
+
},
|
|
5821
5904
|
{
|
|
5822
5905
|
"title": "Variant (interactive)",
|
|
5823
5906
|
"code": "<Segmented @bind-Value=\"_variant\">\n <SegmentedItem Value=\"@Badge.BadgeVariant.Default\">Default</SegmentedItem>\n <SegmentedItem Value=\"@Badge.BadgeVariant.Secondary\">Secondary</SegmentedItem>\n <SegmentedItem Value=\"@Badge.BadgeVariant.Outline\">Outline</SegmentedItem>\n <SegmentedItem Value=\"@Badge.BadgeVariant.Destructive\">Destructive</SegmentedItem>\n <SegmentedItem Value=\"@Badge.BadgeVariant.Success\">Success</SegmentedItem>\n <SegmentedItem Value=\"@Badge.BadgeVariant.Warning\">Warning</SegmentedItem>\n</Segmented>\n<Badge Variant=\"@_variant\">@_variant.ToString()</Badge>\n\n@code { private Badge.BadgeVariant _variant = Badge.BadgeVariant.Default; }"
|
|
@@ -5825,10 +5908,6 @@
|
|
|
5825
5908
|
{
|
|
5826
5909
|
"title": "Usage Examples",
|
|
5827
5910
|
"code": "<Flex Align=\"center\" Gap=\"2\">\n <Lumeo.Text As=\"span\" Size=\"sm\" Weight=\"medium\">Status</Lumeo.Text>\n <Badge Variant=\"Badge.BadgeVariant.Success\">Active</Badge>\n</Flex>\n<Flex Align=\"center\" Gap=\"2\">\n <Lumeo.Text As=\"span\" Size=\"sm\" Weight=\"medium\">Priority</Lumeo.Text>\n <Badge Variant=\"Badge.BadgeVariant.Destructive\">High</Badge>\n</Flex>"
|
|
5828
|
-
},
|
|
5829
|
-
{
|
|
5830
|
-
"title": "In a Card",
|
|
5831
|
-
"code": "<Card>\n <CardHeader>\n <Flex Align=\"center\" Justify=\"between\">\n <Heading Level=\"3\" Size=\"lg\">Notifications</Heading>\n <Badge>3 new</Badge>\n </Flex>\n <Lumeo.Text Size=\"sm\" Color=\"muted\">You have unread messages.</Lumeo.Text>\n </CardHeader>\n</Card>"
|
|
5832
5911
|
}
|
|
5833
5912
|
],
|
|
5834
5913
|
"subComponents": {},
|
|
@@ -38578,6 +38657,14 @@
|
|
|
38578
38657
|
"isCascading": false,
|
|
38579
38658
|
"captureUnmatched": false
|
|
38580
38659
|
},
|
|
38660
|
+
{
|
|
38661
|
+
"name": "FocusRingGutter",
|
|
38662
|
+
"type": "bool",
|
|
38663
|
+
"default": null,
|
|
38664
|
+
"description": "Adds a 4px inline gutter (-mx-1 px-1, net-zero layout) so a focusable control's focus ring isn't clipped at the left/right edge. Per CSS spec overflow-auto on one axis promotes the other to auto too, so a full-width <Input> flush against the scroll box loses its box-shadow ring on that edge. Opt-in (default false) because the negative margin makes the element 4px wider per side — only enable when the scroll area holds focusable controls (forms, menus), not when it wraps edge-aligned content like a table.",
|
|
38665
|
+
"isCascading": false,
|
|
38666
|
+
"captureUnmatched": false
|
|
38667
|
+
},
|
|
38581
38668
|
{
|
|
38582
38669
|
"name": "Class",
|
|
38583
38670
|
"type": "string?",
|
|
@@ -38617,6 +38704,10 @@
|
|
|
38617
38704
|
{
|
|
38618
38705
|
"title": "Horizontal Scroll",
|
|
38619
38706
|
"code": "<ScrollArea Class=\"w-full whitespace-nowrap rounded-md border p-4\">\n <div class=\"flex gap-4\">\n @for (var i = 1; i <= 12; i++)\n {\n <div class=\"flex-shrink-0 w-32 h-20 rounded-md bg-muted flex items-center justify-center\">\n Item @i\n </div>\n }\n </div>\n</ScrollArea>"
|
|
38707
|
+
},
|
|
38708
|
+
{
|
|
38709
|
+
"title": "Focus Ring Gutter",
|
|
38710
|
+
"code": "@* padding on the inner wrapper, not the ScrollArea root *@\n<ScrollArea FocusRingGutter=\"true\" Class=\"h-64 rounded-md border\">\n <Stack Gap=\"3\" Class=\"p-4\">\n <FormField Label=\"Full name\"><Input placeholder=\"Full name\" /></FormField>\n <FormField Label=\"Email\"><Input placeholder=\"Email\" /></FormField>\n <Button Class=\"w-full\">Save</Button>\n </Stack>\n</ScrollArea>"
|
|
38620
38711
|
}
|
|
38621
38712
|
],
|
|
38622
38713
|
"subComponents": {},
|
|
@@ -40499,7 +40590,7 @@
|
|
|
40499
40590
|
"examples": [
|
|
40500
40591
|
{
|
|
40501
40592
|
"title": "Push (Default)",
|
|
40502
|
-
"code": "<SidebarProvider @bind-IsCollapsed=\"_isCollapsed\">\n <SidebarComponent>\n <SidebarHeader>\n <Lumeo.Text As=\"span\" Size=\"sm\" Weight=\"semibold\">Acme Inc</Lumeo.Text>\n </SidebarHeader>\n <SidebarContent>\n <SidebarGroup>\n <SidebarGroupLabel>Platform</SidebarGroupLabel>\n <SidebarMenu>\n <SidebarMenuItem>\n <SidebarMenuButton Href=\"#\" IsActive=\"true\">\n <IconContent><Blazicon Svg=\"Lucide.House\" class=\"h-4 w-4\" /></IconContent>\n <LabelContent><span>Dashboard</span></LabelContent>\n </SidebarMenuButton>\n </SidebarMenuItem>\n </SidebarMenu>\n </SidebarGroup>\n </SidebarContent>\n <SidebarFooter>\n <Avatar
|
|
40593
|
+
"code": "<SidebarProvider @bind-IsCollapsed=\"_isCollapsed\">\n <SidebarComponent>\n <SidebarHeader>\n <Lumeo.Text As=\"span\" Size=\"sm\" Weight=\"semibold\">Acme Inc</Lumeo.Text>\n </SidebarHeader>\n <SidebarContent>\n <SidebarGroup>\n <SidebarGroupLabel>Platform</SidebarGroupLabel>\n <SidebarMenu>\n <SidebarMenuItem>\n <SidebarMenuButton Href=\"#\" IsActive=\"true\">\n <IconContent><Blazicon Svg=\"Lucide.House\" class=\"h-4 w-4\" /></IconContent>\n <LabelContent><span>Dashboard</span></LabelContent>\n </SidebarMenuButton>\n </SidebarMenuItem>\n </SidebarMenu>\n </SidebarGroup>\n </SidebarContent>\n <SidebarFooter>\n <Avatar><AvatarFallback>CN</AvatarFallback></Avatar>\n </SidebarFooter>\n </SidebarComponent>\n <main class=\"flex-1 p-6\">\n <SidebarTrigger />\n </main>\n</SidebarProvider>"
|
|
40503
40594
|
},
|
|
40504
40595
|
{
|
|
40505
40596
|
"title": "Overlay",
|
package/src/registry.json
CHANGED