@flowstack-ui/brick 0.1.4 → 0.1.5

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.
Files changed (85) hide show
  1. package/dist/agents/app-bar.json +15 -3
  2. package/dist/agents/app-bar.md +6 -2
  3. package/dist/agents/divider.json +11 -5
  4. package/dist/agents/divider.md +5 -3
  5. package/dist/agents/drawer.json +23 -3
  6. package/dist/agents/drawer.md +7 -2
  7. package/dist/agents/grid.json +9 -0
  8. package/dist/agents/grid.md +2 -0
  9. package/dist/agents/interface-composition.json +11 -1
  10. package/dist/agents/interface-composition.md +3 -1
  11. package/dist/agents/manifest.json +1 -1
  12. package/dist/agents/nav-list.json +16 -5
  13. package/dist/agents/nav-list.md +6 -3
  14. package/dist/agents/navigation-menu.json +15 -1
  15. package/dist/agents/navigation-menu.md +4 -1
  16. package/dist/agents/text.json +6 -1
  17. package/dist/agents/text.md +2 -1
  18. package/dist/components/alert-dialog/AlertDialog.d.ts +7 -0
  19. package/dist/components/alert-dialog/AlertDialog.d.ts.map +1 -1
  20. package/dist/components/alert-dialog/AlertDialog.js +2 -2
  21. package/dist/components/alert-dialog/AlertDialog.js.map +1 -1
  22. package/dist/components/alert-dialog/index.d.ts +1 -1
  23. package/dist/components/alert-dialog/index.d.ts.map +1 -1
  24. package/dist/components/alert-dialog/index.js.map +1 -1
  25. package/dist/components/dialog/Dialog.d.ts +7 -0
  26. package/dist/components/dialog/Dialog.d.ts.map +1 -1
  27. package/dist/components/dialog/Dialog.js +2 -2
  28. package/dist/components/dialog/Dialog.js.map +1 -1
  29. package/dist/components/dialog/index.d.ts +1 -1
  30. package/dist/components/dialog/index.d.ts.map +1 -1
  31. package/dist/components/dialog/index.js.map +1 -1
  32. package/dist/components/drawer/Drawer.d.ts +8 -1
  33. package/dist/components/drawer/Drawer.d.ts.map +1 -1
  34. package/dist/components/drawer/Drawer.js +3 -2
  35. package/dist/components/drawer/Drawer.js.map +1 -1
  36. package/dist/components/drawer/index.d.ts +1 -1
  37. package/dist/components/drawer/index.d.ts.map +1 -1
  38. package/dist/components/drawer/index.js.map +1 -1
  39. package/dist/components/grid/Grid.d.ts +9 -2
  40. package/dist/components/grid/Grid.d.ts.map +1 -1
  41. package/dist/components/grid/Grid.js +51 -4
  42. package/dist/components/grid/Grid.js.map +1 -1
  43. package/dist/components/navigation-menu/NavigationMenu.d.ts +6 -3
  44. package/dist/components/navigation-menu/NavigationMenu.d.ts.map +1 -1
  45. package/dist/components/navigation-menu/NavigationMenu.js +2 -2
  46. package/dist/components/navigation-menu/NavigationMenu.js.map +1 -1
  47. package/dist/components/navigation-menu/index.d.ts +1 -1
  48. package/dist/components/navigation-menu/index.d.ts.map +1 -1
  49. package/dist/components/navigation-menu/index.js.map +1 -1
  50. package/dist/components/text/Text.d.ts +1 -1
  51. package/dist/components/text/Text.d.ts.map +1 -1
  52. package/dist/components/text/Text.js.map +1 -1
  53. package/dist/drawer.d.ts +1 -0
  54. package/dist/drawer.d.ts.map +1 -1
  55. package/dist/drawer.js +1 -0
  56. package/dist/drawer.js.map +1 -1
  57. package/dist/index.d.ts +3 -3
  58. package/dist/index.d.ts.map +1 -1
  59. package/dist/index.js +1 -1
  60. package/dist/index.js.map +1 -1
  61. package/dist/styles/alert-dialog.css +1 -1
  62. package/dist/styles/alert-dialog.css.map +1 -1
  63. package/dist/styles/badge.css +1 -1
  64. package/dist/styles/badge.css.map +1 -1
  65. package/dist/styles/code-block.css.map +1 -1
  66. package/dist/styles/context-menu.css.map +1 -1
  67. package/dist/styles/core.css +1 -1
  68. package/dist/styles/core.css.map +1 -1
  69. package/dist/styles/dialog.css +1 -1
  70. package/dist/styles/dialog.css.map +1 -1
  71. package/dist/styles/drawer.css +1 -1
  72. package/dist/styles/drawer.css.map +1 -1
  73. package/dist/styles/nav-list.css +1 -1
  74. package/dist/styles/nav-list.css.map +1 -1
  75. package/dist/styles/navigation-menu.css +1 -1
  76. package/dist/styles/navigation-menu.css.map +1 -1
  77. package/dist/styles/sidebar.css.map +1 -1
  78. package/dist/styles/swipeable-item.css.map +1 -1
  79. package/dist/styles/text.css +1 -1
  80. package/dist/styles/text.css.map +1 -1
  81. package/dist/styles.css +1 -1
  82. package/dist/styles.css.map +1 -1
  83. package/dist/tokens.css +1 -1
  84. package/dist/tokens.css.map +1 -1
  85. package/package.json +1 -1
@@ -16,9 +16,19 @@
16
16
  }
17
17
  ],
18
18
  "composition": [
19
- "Compose Root > Toolbar > Start, Center, and End, then place Brick brand, navigation, text, and action components in the matching sections."
19
+ "Root renders a semantic header by default. For a contained full-bleed bar, compose Root > Container > Toolbar > Start, Center, and End; omit Container only when Toolbar should use the full available width."
20
20
  ],
21
21
  "rules": [
22
+ {
23
+ "id": "appbar-root-semantics",
24
+ "level": "must",
25
+ "statement": "Keep AppBar.Root's default header when it owns page or application banner content; use asChild or render only when another semantic or neutral host is intentionally required, such as non-banner chrome inside a Drawer."
26
+ },
27
+ {
28
+ "id": "appbar-container-owner",
29
+ "level": "must",
30
+ "statement": "Place Container between Root and Toolbar when the AppBar surface should remain full bleed while its content uses a bounded measure; do not cap Root itself or recreate Toolbar geometry."
31
+ },
22
32
  {
23
33
  "id": "appbar-structural-toolbar",
24
34
  "level": "must",
@@ -37,15 +47,17 @@
37
47
  ],
38
48
  "commonMistakes": [
39
49
  {
40
- "mistake": "Hand-building a header row with div and flex CSS or expecting AppBar to create menus and breakpoints.",
41
- "correction": "Use AppBar for the top surface and compose the dedicated navigation, layout, and visibility owners inside it."
50
+ "mistake": "Hand-building a header row with div and flex CSS, assuming Root defaults to div, capping the full AppBar surface with application width CSS, or expecting AppBar to create menus and breakpoints.",
51
+ "correction": "Use Root's default header for banner content, place Container around Toolbar when content needs a measure, and compose the dedicated navigation, layout, and visibility owners inside it."
42
52
  }
43
53
  ],
44
54
  "validation": [
55
+ "Check the final Root element and landmark ownership, including non-banner composed hosts.",
45
56
  "Check geometric centering with unequal side content, truncation, zoom, narrow widths, and RTL.",
46
57
  "Confirm landmark names, actions, navigation, and modular CSS are complete."
47
58
  ],
48
59
  "related": [
60
+ "container",
49
61
  "toolbar",
50
62
  "navigation-menu",
51
63
  "nav-list",
@@ -14,25 +14,29 @@ Provide a finished top surface and one-row start, geometrically centered, and en
14
14
 
15
15
  ## Required composition
16
16
 
17
- - Compose Root > Toolbar > Start, Center, and End, then place Brick brand, navigation, text, and action components in the matching sections.
17
+ - Root renders a semantic header by default. For a contained full-bleed bar, compose Root > Container > Toolbar > Start, Center, and End; omit Container only when Toolbar should use the full available width.
18
18
 
19
19
  ## Rules
20
20
 
21
+ - **MUST:** Keep AppBar.Root's default header when it owns page or application banner content; use asChild or render only when another semantic or neutral host is intentionally required, such as non-banner chrome inside a Drawer.
22
+ - **MUST:** Place Container between Root and Toolbar when the AppBar surface should remain full bleed while its content uses a bounded measure; do not cap Root itself or recreate Toolbar geometry.
21
23
  - **MUST:** Do not treat AppBar.Toolbar as an ARIA toolbar; compose Toolbar for grouped-control keyboard behavior.
22
24
  - **MUST:** Keep application-specific visibility and wrapping policy outside AppBar and implement it with Brick responsive/layout components.
23
25
  - **MUST:** Load styles.css or core.css plus app-bar.css.
24
26
 
25
27
  ## Common mistakes
26
28
 
27
- - **Avoid:** Hand-building a header row with div and flex CSS or expecting AppBar to create menus and breakpoints. **Instead:** Use AppBar for the top surface and compose the dedicated navigation, layout, and visibility owners inside it.
29
+ - **Avoid:** Hand-building a header row with div and flex CSS, assuming Root defaults to div, capping the full AppBar surface with application width CSS, or expecting AppBar to create menus and breakpoints. **Instead:** Use Root's default header for banner content, place Container around Toolbar when content needs a measure, and compose the dedicated navigation, layout, and visibility owners inside it.
28
30
 
29
31
  ## Validation checklist
30
32
 
33
+ - Check the final Root element and landmark ownership, including non-banner composed hosts.
31
34
  - Check geometric centering with unequal side content, truncation, zoom, narrow widths, and RTL.
32
35
  - Confirm landmark names, actions, navigation, and modular CSS are complete.
33
36
 
34
37
  ## Related guidance
35
38
 
39
+ - `container`
36
40
  - `toolbar`
37
41
  - `navigation-menu`
38
42
  - `nav-list`
@@ -16,7 +16,7 @@
16
16
  }
17
17
  ],
18
18
  "composition": [
19
- "Use Divider.Root inside the owning Stack, Toolbar, menu, or surface and choose decorative=false only when the separation has meaning."
19
+ "Use Divider.Root inside the layout owner shared by the adjacent complete groups and choose decorative=false only when the separation has meaning."
20
20
  ],
21
21
  "rules": [
22
22
  {
@@ -24,6 +24,11 @@
24
24
  "level": "must",
25
25
  "statement": "Choose semantic versus decorative behavior independently from color, thickness, and orientation."
26
26
  },
27
+ {
28
+ "id": "divider-group-owner",
29
+ "level": "must",
30
+ "statement": "Place Divider between complete semantic or interactive groups under one consistent layout owner; do not split a trigger from the content it controls."
31
+ },
27
32
  {
28
33
  "id": "divider-css",
29
34
  "level": "must",
@@ -32,17 +37,18 @@
32
37
  ],
33
38
  "commonMistakes": [
34
39
  {
35
- "mistake": "Using a bordered div or text glyph for every separator.",
36
- "correction": "Use Divider when there is a boundary and Stack gap when there is only spacing."
40
+ "mistake": "Using a bordered div or text glyph for every separator, or placing a Divider inside only part of a repeated group's anatomy.",
41
+ "correction": "Use Divider when there is a boundary, Stack gap when there is only spacing, and keep repeated boundaries after complete groups under the same owner."
37
42
  }
38
43
  ],
39
44
  "validation": [
40
- "Check orientation, contrast, forced colors, zoom, and semantics.",
45
+ "Check orientation, adjacent-group ownership, contrast, forced colors, zoom, and semantics.",
41
46
  "Confirm it is not focusable and CSS is loaded."
42
47
  ],
43
48
  "related": [
44
49
  "stack",
45
50
  "toolbar",
46
- "surface"
51
+ "surface",
52
+ "nav-list"
47
53
  ]
48
54
  }
@@ -14,20 +14,21 @@ Render a finished decorative or semantic content boundary with horizontal or ver
14
14
 
15
15
  ## Required composition
16
16
 
17
- - Use Divider.Root inside the owning Stack, Toolbar, menu, or surface and choose decorative=false only when the separation has meaning.
17
+ - Use Divider.Root inside the layout owner shared by the adjacent complete groups and choose decorative=false only when the separation has meaning.
18
18
 
19
19
  ## Rules
20
20
 
21
21
  - **MUST:** Choose semantic versus decorative behavior independently from color, thickness, and orientation.
22
+ - **MUST:** Place Divider between complete semantic or interactive groups under one consistent layout owner; do not split a trigger from the content it controls.
22
23
  - **MUST:** Load styles.css or core.css plus divider.css.
23
24
 
24
25
  ## Common mistakes
25
26
 
26
- - **Avoid:** Using a bordered div or text glyph for every separator. **Instead:** Use Divider when there is a boundary and Stack gap when there is only spacing.
27
+ - **Avoid:** Using a bordered div or text glyph for every separator, or placing a Divider inside only part of a repeated group's anatomy. **Instead:** Use Divider when there is a boundary, Stack gap when there is only spacing, and keep repeated boundaries after complete groups under the same owner.
27
28
 
28
29
  ## Validation checklist
29
30
 
30
- - Check orientation, contrast, forced colors, zoom, and semantics.
31
+ - Check orientation, adjacent-group ownership, contrast, forced colors, zoom, and semantics.
31
32
  - Confirm it is not focusable and CSS is loaded.
32
33
 
33
34
  ## Related guidance
@@ -35,3 +36,4 @@ Render a finished decorative or semantic content boundary with horizontal or ver
35
36
  - `stack`
36
37
  - `toolbar`
37
38
  - `surface`
39
+ - `nav-list`
@@ -27,7 +27,22 @@
27
27
  {
28
28
  "id": "drawer-responsive",
29
29
  "level": "must",
30
- "statement": "Choose size, placement, and full-screen mobile presentation from content needs without duplicating mounted dialog trees."
30
+ "statement": "Choose size and placement from content needs: use xl when content may need the viewport but should shrink when short, and full only when the surface must always fill it."
31
+ },
32
+ {
33
+ "id": "drawer-content-growth",
34
+ "level": "must",
35
+ "statement": "Let top and bottom Drawers grow naturally to their selected size cap; keep long overflow in Drawer.Body instead of forcing a fixed application height."
36
+ },
37
+ {
38
+ "id": "drawer-footer-layout",
39
+ "level": "must",
40
+ "statement": "Use Footer justify for simple action distribution, a Brick layout component inside Footer for complex grouping, and Button fullWidth only when the action itself should fill the row."
41
+ },
42
+ {
43
+ "id": "drawer-rsc-import",
44
+ "level": "must",
45
+ "statement": "In React Server Components, import the component subpath as import * as Drawer from @flowstack-ui/brick/drawer; use the legacy root-package runtime object only inside a client-owned module."
31
46
  },
32
47
  {
33
48
  "id": "drawer-css",
@@ -39,11 +54,16 @@
39
54
  {
40
55
  "mistake": "Building a mobile menu as an absolutely positioned div or placing Close outside the labeled content hierarchy.",
41
56
  "correction": "Use Drawer anatomy and compose the menu content with Brick navigation and layout components."
57
+ },
58
+ {
59
+ "mistake": "Adding use client to an entire Next page only to dereference the legacy Drawer runtime object.",
60
+ "correction": "Use the RSC-safe module-namespace subpath so only Drawer remains client-owned."
42
61
  }
43
62
  ],
44
63
  "validation": [
45
- "Test labeling, initial focus, focus containment/return, Escape, overlay, Close, scroll lock, touch, reduced motion, narrow screens, and nested portals.",
46
- "Confirm CSS and every composed child component stylesheet are loaded."
64
+ "Test labeling, initial focus, focus containment/return, Escape, overlay, Close, scroll lock, content growth and capped Body overflow, touch, reduced motion, narrow screens, and nested portals.",
65
+ "Confirm CSS and every composed child component stylesheet are loaded.",
66
+ "In a React Server Component consumer, confirm the module-namespace form passes a production prerender without promoting the page to use client."
47
67
  ],
48
68
  "related": [
49
69
  "sidebar",
@@ -19,17 +19,22 @@ Present a finished modal side sheet while Atom owns focus, dismissal, portal, sc
19
19
  ## Rules
20
20
 
21
21
  - **MUST:** Use Drawer parts rather than hand-building overlay, focus trap, Escape, outside interaction, or portal behavior.
22
- - **MUST:** Choose size, placement, and full-screen mobile presentation from content needs without duplicating mounted dialog trees.
22
+ - **MUST:** Choose size and placement from content needs: use xl when content may need the viewport but should shrink when short, and full only when the surface must always fill it.
23
+ - **MUST:** Let top and bottom Drawers grow naturally to their selected size cap; keep long overflow in Drawer.Body instead of forcing a fixed application height.
24
+ - **MUST:** Use Footer justify for simple action distribution, a Brick layout component inside Footer for complex grouping, and Button fullWidth only when the action itself should fill the row.
25
+ - **MUST:** In React Server Components, import the component subpath as import * as Drawer from @flowstack-ui/brick/drawer; use the legacy root-package runtime object only inside a client-owned module.
23
26
  - **MUST:** Load styles.css or core.css plus drawer.css.
24
27
 
25
28
  ## Common mistakes
26
29
 
27
30
  - **Avoid:** Building a mobile menu as an absolutely positioned div or placing Close outside the labeled content hierarchy. **Instead:** Use Drawer anatomy and compose the menu content with Brick navigation and layout components.
31
+ - **Avoid:** Adding use client to an entire Next page only to dereference the legacy Drawer runtime object. **Instead:** Use the RSC-safe module-namespace subpath so only Drawer remains client-owned.
28
32
 
29
33
  ## Validation checklist
30
34
 
31
- - Test labeling, initial focus, focus containment/return, Escape, overlay, Close, scroll lock, touch, reduced motion, narrow screens, and nested portals.
35
+ - Test labeling, initial focus, focus containment/return, Escape, overlay, Close, scroll lock, content growth and capped Body overflow, touch, reduced motion, narrow screens, and nested portals.
32
36
  - Confirm CSS and every composed child component stylesheet are loaded.
37
+ - In a React Server Component consumer, confirm the module-namespace form passes a production prerender without promoting the page to use client.
33
38
 
34
39
  ## Related guidance
35
40
 
@@ -24,6 +24,11 @@
24
24
  "level": "must",
25
25
  "statement": "Keep DOM order meaningful; visual placement must not create a confusing keyboard or reading sequence."
26
26
  },
27
+ {
28
+ "id": "grid-item-as-child",
29
+ "level": "must",
30
+ "statement": "Use Grid.Item asChild when an existing link, Surface, or component should itself receive placement; provide exactly one element and preserve its native semantics."
31
+ },
27
32
  {
28
33
  "id": "grid-css",
29
34
  "level": "must",
@@ -34,6 +39,10 @@
34
39
  {
35
40
  "mistake": "Keeping too many columns until cards become unreadably narrow.",
36
41
  "correction": "Reduce columns at the content's real minimum width, not at a device-name breakpoint."
42
+ },
43
+ {
44
+ "mistake": "Adding a Grid.Item wrapper and height CSS around an element that should itself stretch as the grid item.",
45
+ "correction": "Compose that one element with Grid.Item asChild."
37
46
  }
38
47
  ],
39
48
  "validation": [
@@ -19,11 +19,13 @@ Arrange content on tokenized two-dimensional tracks with public column, row, gap
19
19
  ## Rules
20
20
 
21
21
  - **MUST:** Keep DOM order meaningful; visual placement must not create a confusing keyboard or reading sequence.
22
+ - **MUST:** Use Grid.Item asChild when an existing link, Surface, or component should itself receive placement; provide exactly one element and preserve its native semantics.
22
23
  - **MUST:** Load styles.css or core.css plus grid.css.
23
24
 
24
25
  ## Common mistakes
25
26
 
26
27
  - **Avoid:** Keeping too many columns until cards become unreadably narrow. **Instead:** Reduce columns at the content's real minimum width, not at a device-name breakpoint.
28
+ - **Avoid:** Adding a Grid.Item wrapper and height CSS around an element that should itself stretch as the grid item. **Instead:** Compose that one element with Grid.Item asChild.
27
29
 
28
30
  ## Validation checklist
29
31
 
@@ -47,7 +47,7 @@
47
47
  {
48
48
  "intent": "responsive desktop and mobile alternatives",
49
49
  "use": "Show and Hide",
50
- "note": "Keep one CSS-controlled breakpoint contract and avoid hydration-dependent visibility."
50
+ "note": "Keep one CSS-controlled breakpoint contract and avoid hydration-dependent visibility; distinct navigation patterns should consume one application-owned destination model."
51
51
  },
52
52
  {
53
53
  "intent": "grouped application actions",
@@ -71,6 +71,16 @@
71
71
  "level": "must",
72
72
  "statement": "Preserve document landmarks and semantic elements when Brick does not provide an owner; Brick-first is not permission to erase HTML meaning."
73
73
  },
74
+ {
75
+ "id": "interface-responsive-navigation-data",
76
+ "level": "must",
77
+ "statement": "When desktop and mobile require distinct navigation components, share application-owned destination labels, hrefs, values, and ordering while preserving each pattern's correct Brick anatomy; do not duplicate navigation content or force one interaction tree across breakpoints."
78
+ },
79
+ {
80
+ "id": "interface-responsive-overlay-state",
81
+ "level": "must",
82
+ "statement": "Use Show and Hide for first-paint visibility; when a controlled interactive overlay may remain open across a breakpoint, synchronize its application state at that boundary so a hidden modal cannot retain focus, scroll lock, or isolation."
83
+ },
74
84
  {
75
85
  "id": "interface-theme-first",
76
86
  "level": "should",
@@ -20,7 +20,7 @@ Build complete interfaces from Brick's structural, content, navigation, action,
20
20
  - **visual region:** use Surface or Card. Use Card for titled or actionable contained content and Surface for a general visual boundary.
21
21
  - **brand or content image:** use Image. Keep alt text and fallback behavior intentional.
22
22
  - **site navigation:** use NavigationMenu or NavList. Use NavigationMenu for disclosure navigation and NavList for persistent route lists.
23
- - **responsive desktop and mobile alternatives:** use Show and Hide. Keep one CSS-controlled breakpoint contract and avoid hydration-dependent visibility.
23
+ - **responsive desktop and mobile alternatives:** use Show and Hide. Keep one CSS-controlled breakpoint contract and avoid hydration-dependent visibility; distinct navigation patterns should consume one application-owned destination model.
24
24
  - **grouped application actions:** use Toolbar. Do not use AppBar.Toolbar as an ARIA toolbar.
25
25
 
26
26
  ## Rules
@@ -28,6 +28,8 @@ Build complete interfaces from Brick's structural, content, navigation, action,
28
28
  - **MUST:** Assign page structure to Brick components before writing element-level CSS.
29
29
  - **MUST:** Do not use Stack, Surface, Button, or another convenient component when a more specific Brick navigation, media, content, or interaction component owns the job.
30
30
  - **MUST:** Preserve document landmarks and semantic elements when Brick does not provide an owner; Brick-first is not permission to erase HTML meaning.
31
+ - **MUST:** When desktop and mobile require distinct navigation components, share application-owned destination labels, hrefs, values, and ordering while preserving each pattern's correct Brick anatomy; do not duplicate navigation content or force one interaction tree across breakpoints.
32
+ - **MUST:** Use Show and Hide for first-paint visibility; when a controlled interactive overlay may remain open across a breakpoint, synchronize its application state at that boundary so a hidden modal cannot retain focus, scroll lock, or isolation.
31
33
  - **SHOULD:** Express reusable brand values through semantic Brick tokens and a theme rather than repeating literal application values.
32
34
  - **MUST:** When styles.css or styles/core.css is loaded, change the document canvas, foreground, and body typography through semantic Brick tokens instead of repeating the body bindings that Brick's foundation already owns.
33
35
  - **MUST:** Do not write a direct declaration against a Brick part until the correct component, supported props, semantic tokens, component tokens, and public compound parts have been checked in order.
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "schema": "flowstack.agent-manifest.v1",
3
3
  "package": "@flowstack-ui/brick",
4
- "packageVersion": "0.1.4",
4
+ "packageVersion": "0.1.5",
5
5
  "components": [
6
6
  {
7
7
  "id": "app-bar",
@@ -16,7 +16,7 @@
16
16
  }
17
17
  ],
18
18
  "composition": [
19
- "Compose Root > List > Item > Link; use SectionLabel for static groups and add SectionTrigger plus SectionContent only for real collapsible groups."
19
+ "Compose Root > List > Item > Link; use SectionLabel for static groups and add SectionTrigger plus SectionContent only for real collapsible groups. When repeated rows need Dividers, each Item owns its complete row or collapsible Section before the following boundary."
20
20
  ],
21
21
  "rules": [
22
22
  {
@@ -29,6 +29,16 @@
29
29
  "level": "must",
30
30
  "statement": "Use NavList's section and item anatomy rather than rebuilding rows, badges, icons, and collapse behavior with arbitrary divs."
31
31
  },
32
+ {
33
+ "id": "nav-list-group-boundary",
34
+ "level": "must",
35
+ "statement": "Place a Divider after the complete navigation item or collapsible section it separates; never place it between a SectionTrigger and the SectionContent that trigger controls, and keep repeated boundaries under one consistent layout owner."
36
+ },
37
+ {
38
+ "id": "nav-list-shell-alignment",
39
+ "level": "must",
40
+ "statement": "Use the logical row-padding tokens when labels and trailing artwork need independent alignment with a surrounding shell; do not shift indicators with margins or transforms."
41
+ },
32
42
  {
33
43
  "id": "nav-list-css",
34
44
  "level": "must",
@@ -37,18 +47,19 @@
37
47
  ],
38
48
  "commonMistakes": [
39
49
  {
40
- "mistake": "Using buttons for routes or adding a collapsible trigger that controls no content.",
41
- "correction": "Use Link for destinations and SectionLabel alone for static groups."
50
+ "mistake": "Using buttons for routes, adding a collapsible trigger that controls no content, placing a Divider between a trigger and its controlled destinations, or moving disclosure indicators with positional CSS.",
51
+ "correction": "Use Link for destinations, SectionLabel alone for static groups, keep a collapsible Section intact before its boundary, and use the logical row-padding tokens for shell alignment."
42
52
  }
43
53
  ],
44
54
  "validation": [
45
- "Check current, hover, focus, collapsed, expanded, long labels, icons, counts, zoom, narrow widths, and RTL.",
55
+ "Check current, hover, focus, collapsed, expanded, complete-group divider placement, long labels, icons, counts, zoom, narrow widths, and RTL.",
46
56
  "Confirm links and section relationships remain semantic and CSS is loaded."
47
57
  ],
48
58
  "related": [
49
59
  "sidebar",
50
60
  "drawer",
51
61
  "navigation-menu",
52
- "link"
62
+ "link",
63
+ "divider"
53
64
  ]
54
65
  }
@@ -14,21 +14,23 @@ Style persistent route navigation with current state, optional section labels, a
14
14
 
15
15
  ## Required composition
16
16
 
17
- - Compose Root > List > Item > Link; use SectionLabel for static groups and add SectionTrigger plus SectionContent only for real collapsible groups.
17
+ - Compose Root > List > Item > Link; use SectionLabel for static groups and add SectionTrigger plus SectionContent only for real collapsible groups. When repeated rows need Dividers, each Item owns its complete row or collapsible Section before the following boundary.
18
18
 
19
19
  ## Rules
20
20
 
21
21
  - **MUST:** Set current destination state from the route and keep route items as links.
22
22
  - **MUST:** Use NavList's section and item anatomy rather than rebuilding rows, badges, icons, and collapse behavior with arbitrary divs.
23
+ - **MUST:** Place a Divider after the complete navigation item or collapsible section it separates; never place it between a SectionTrigger and the SectionContent that trigger controls, and keep repeated boundaries under one consistent layout owner.
24
+ - **MUST:** Use the logical row-padding tokens when labels and trailing artwork need independent alignment with a surrounding shell; do not shift indicators with margins or transforms.
23
25
  - **MUST:** Load styles.css or core.css plus nav-list.css.
24
26
 
25
27
  ## Common mistakes
26
28
 
27
- - **Avoid:** Using buttons for routes or adding a collapsible trigger that controls no content. **Instead:** Use Link for destinations and SectionLabel alone for static groups.
29
+ - **Avoid:** Using buttons for routes, adding a collapsible trigger that controls no content, placing a Divider between a trigger and its controlled destinations, or moving disclosure indicators with positional CSS. **Instead:** Use Link for destinations, SectionLabel alone for static groups, keep a collapsible Section intact before its boundary, and use the logical row-padding tokens for shell alignment.
28
30
 
29
31
  ## Validation checklist
30
32
 
31
- - Check current, hover, focus, collapsed, expanded, long labels, icons, counts, zoom, narrow widths, and RTL.
33
+ - Check current, hover, focus, collapsed, expanded, complete-group divider placement, long labels, icons, counts, zoom, narrow widths, and RTL.
32
34
  - Confirm links and section relationships remain semantic and CSS is loaded.
33
35
 
34
36
  ## Related guidance
@@ -37,3 +39,4 @@ Style persistent route navigation with current state, optional section labels, a
37
39
  - `drawer`
38
40
  - `navigation-menu`
39
41
  - `link`
42
+ - `divider`
@@ -39,6 +39,16 @@
39
39
  "level": "must",
40
40
  "statement": "Keep contents focused on navigation destinations rather than commands or unrelated marketing panels."
41
41
  },
42
+ {
43
+ "id": "navigation-menu-panel-link",
44
+ "level": "must",
45
+ "statement": "Use Link variant=panel with one direct Surface child when one rich destination should own the complete clickable area; let Surface own inset, radius, border, elevation, and background, and keep all composed children non-interactive and concise."
46
+ },
47
+ {
48
+ "id": "navigation-menu-panel-focus",
49
+ "level": "must",
50
+ "statement": "Preserve the panel Link's focus fallback; with a direct Surface the ring follows that Surface, and without one the Link itself must remain visibly focused."
51
+ },
42
52
  {
43
53
  "id": "navigation-menu-rsc-import",
44
54
  "level": "must",
@@ -58,11 +68,15 @@
58
68
  {
59
69
  "mistake": "Adding use client to an entire Next page only to dereference the legacy NavigationMenu runtime object.",
60
70
  "correction": "Use the RSC-safe module-namespace subpath so only the interactive Navigation Menu parts remain client-owned."
71
+ },
72
+ {
73
+ "mistake": "Placing a small link inside a separately clickable-looking Surface, styling NavigationMenu.Link as a duplicate Surface, or nesting a Link or Button inside NavigationMenu.Link.",
74
+ "correction": "Wrap one direct Surface child with the panel Link so the anchor owns interaction and Surface owns container paint and geometry."
61
75
  }
62
76
  ],
63
77
  "validation": [
64
78
  "Test hover, click, focus, arrow keys, Escape, outside interaction, links, viewport transitions, active-trigger centering, boundary collision, arrow alignment, zoom, narrow widths, and RTL.",
65
- "Confirm destination semantics, Root-relative geometry, documented customization hooks, and CSS delivery.",
79
+ "Confirm destination semantics, Root-relative geometry, panel focus fallback, documented customization hooks, and CSS delivery.",
66
80
  "In a React Server Component consumer, confirm the module-namespace form passes a production prerender without promoting the page to use client."
67
81
  ],
68
82
  "related": [
@@ -22,6 +22,8 @@ Present polished disclosure navigation while Atom owns trigger geometry, viewpor
22
22
  - **MUST:** Let the horizontal Viewport use Atom's active-trigger-centered, collision-aware position; do not re-center it on the full Navigation Menu list or page header.
23
23
  - **MUST:** Do not invent overlay props such as side, align, sideOffset, or alignOffset; NavigationMenu does not expose the floating-overlay positioning API.
24
24
  - **MUST:** Keep contents focused on navigation destinations rather than commands or unrelated marketing panels.
25
+ - **MUST:** Use Link variant=panel with one direct Surface child when one rich destination should own the complete clickable area; let Surface own inset, radius, border, elevation, and background, and keep all composed children non-interactive and concise.
26
+ - **MUST:** Preserve the panel Link's focus fallback; with a direct Surface the ring follows that Surface, and without one the Link itself must remain visibly focused.
25
27
  - **MUST:** In React Server Components, import the component subpath as import * as NavigationMenu from @flowstack-ui/brick/navigation-menu; use the legacy root-package runtime object only inside a client-owned module.
26
28
  - **MUST:** Load styles.css or core.css plus navigation-menu.css and every child component stylesheet.
27
29
 
@@ -29,11 +31,12 @@ Present polished disclosure navigation while Atom owns trigger geometry, viewpor
29
31
 
30
32
  - **Avoid:** Anchoring the panel or arrow to the logo/page, adding custom hover state that fights Atom, or applying Popover-style offset props that NavigationMenu does not own. **Instead:** Keep Viewport and Indicator under Root, let NavigationMenu own geometry and open state, then customize documented recipes, tokens, and public parts.
31
33
  - **Avoid:** Adding use client to an entire Next page only to dereference the legacy NavigationMenu runtime object. **Instead:** Use the RSC-safe module-namespace subpath so only the interactive Navigation Menu parts remain client-owned.
34
+ - **Avoid:** Placing a small link inside a separately clickable-looking Surface, styling NavigationMenu.Link as a duplicate Surface, or nesting a Link or Button inside NavigationMenu.Link. **Instead:** Wrap one direct Surface child with the panel Link so the anchor owns interaction and Surface owns container paint and geometry.
32
35
 
33
36
  ## Validation checklist
34
37
 
35
38
  - Test hover, click, focus, arrow keys, Escape, outside interaction, links, viewport transitions, active-trigger centering, boundary collision, arrow alignment, zoom, narrow widths, and RTL.
36
- - Confirm destination semantics, Root-relative geometry, documented customization hooks, and CSS delivery.
39
+ - Confirm destination semantics, Root-relative geometry, panel focus fallback, documented customization hooks, and CSS delivery.
37
40
  - In a React Server Component consumer, confirm the module-namespace form passes a production prerender without promoting the page to use client.
38
41
 
39
42
  ## Related guidance
@@ -7,7 +7,7 @@
7
7
  "kind": "component",
8
8
  "purpose": "Apply Brick typography roles, sizes, tones, weight, alignment, and wrapping while preserving the chosen semantic text element.",
9
9
  "useWhen": [
10
- "Interface copy needs Brick typography, including headings, paragraphs, labels, captions, metadata, or inline text."
10
+ "Interface copy needs Brick typography, including headings, paragraphs, short editorial eyebrows, captions, metadata, or inline text."
11
11
  ],
12
12
  "avoidWhen": [
13
13
  {
@@ -34,6 +34,11 @@
34
34
  "level": "must",
35
35
  "statement": "Preserve readable body sizing, line height, measure, contrast, and user font scaling."
36
36
  },
37
+ {
38
+ "id": "text-eyebrow",
39
+ "level": "must",
40
+ "statement": "Reserve variant=eyebrow for short labels that introduce a nearby heading; use body text for explanatory sentences and Badge for passive status or category content."
41
+ },
37
42
  {
38
43
  "id": "text-css",
39
44
  "level": "must",
@@ -6,7 +6,7 @@ Apply Brick typography roles, sizes, tones, weight, alignment, and wrapping whil
6
6
 
7
7
  ## Use when
8
8
 
9
- - Interface copy needs Brick typography, including headings, paragraphs, labels, captions, metadata, or inline text.
9
+ - Interface copy needs Brick typography, including headings, paragraphs, short editorial eyebrows, captions, metadata, or inline text.
10
10
 
11
11
  ## Choose something else when
12
12
 
@@ -21,6 +21,7 @@ Apply Brick typography roles, sizes, tones, weight, alignment, and wrapping whil
21
21
  - **MUST:** Do not choose heading or paragraph semantics solely from the desired font size.
22
22
  - **MUST:** Use Text for standalone styled interface copy instead of native spans plus duplicate typography CSS.
23
23
  - **MUST:** Preserve readable body sizing, line height, measure, contrast, and user font scaling.
24
+ - **MUST:** Reserve variant=eyebrow for short labels that introduce a nearby heading; use body text for explanatory sentences and Badge for passive status or category content.
24
25
  - **MUST:** Load styles.css or core.css plus text.css.
25
26
 
26
27
  ## Common mistakes
@@ -1,6 +1,7 @@
1
1
  import { type HTMLAttributes } from "react";
2
2
  import { type AlertDialogActionProps as AtomAlertDialogActionProps, type AlertDialogCancelProps as AtomAlertDialogCancelProps, type AlertDialogContentProps as AtomAlertDialogContentProps, type AlertDialogDescriptionProps as AtomAlertDialogDescriptionProps, type AlertDialogOverlayProps as AtomAlertDialogOverlayProps, type AlertDialogPortalProps as AtomAlertDialogPortalProps, type AlertDialogRootProps as AtomAlertDialogRootProps, type AlertDialogTitleProps as AtomAlertDialogTitleProps, type AlertDialogTriggerProps as AtomAlertDialogTriggerProps } from "@flowstack-ui/atom/alert-dialog";
3
3
  export type AlertDialogSize = "sm" | "md";
4
+ export type AlertDialogFooterJustify = "start" | "center" | "end" | "between";
4
5
  export type AlertDialogRootProps = AtomAlertDialogRootProps;
5
6
  export type AlertDialogTriggerProps = AtomAlertDialogTriggerProps;
6
7
  export type AlertDialogPortalProps = AtomAlertDialogPortalProps;
@@ -15,6 +16,8 @@ export type AlertDialogBodyProps = HTMLAttributes<HTMLDivElement> & {
15
16
  "data-slot"?: string;
16
17
  };
17
18
  export type AlertDialogFooterProps = HTMLAttributes<HTMLDivElement> & {
19
+ /** Logical response distribution. @default "end" */
20
+ justify?: AlertDialogFooterJustify;
18
21
  "data-slot"?: string;
19
22
  };
20
23
  export type AlertDialogTitleProps = AtomAlertDialogTitleProps;
@@ -35,6 +38,8 @@ export declare const AlertDialogBody: import("react").ForwardRefExoticComponent<
35
38
  "data-slot"?: string;
36
39
  } & import("react").RefAttributes<HTMLDivElement>>;
37
40
  export declare const AlertDialogFooter: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & {
41
+ /** Logical response distribution. @default "end" */
42
+ justify?: AlertDialogFooterJustify;
38
43
  "data-slot"?: string;
39
44
  } & import("react").RefAttributes<HTMLDivElement>>;
40
45
  export declare const AlertDialogCancel: import("react").ForwardRefExoticComponent<AtomAlertDialogCancelProps & import("react").RefAttributes<HTMLElement>>;
@@ -54,6 +59,8 @@ export declare const AlertDialog: Readonly<{
54
59
  "data-slot"?: string;
55
60
  } & import("react").RefAttributes<HTMLDivElement>>;
56
61
  Footer: import("react").ForwardRefExoticComponent<HTMLAttributes<HTMLDivElement> & {
62
+ /** Logical response distribution. @default "end" */
63
+ justify?: AlertDialogFooterJustify;
57
64
  "data-slot"?: string;
58
65
  } & import("react").RefAttributes<HTMLDivElement>>;
59
66
  Cancel: import("react").ForwardRefExoticComponent<AtomAlertDialogCancelProps & import("react").RefAttributes<HTMLElement>>;
@@ -1 +1 @@
1
- {"version":3,"file":"AlertDialog.d.ts","sourceRoot":"","sources":["../../../src/components/alert-dialog/AlertDialog.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AACxD,OAAO,EAEL,KAAK,sBAAsB,IAAI,0BAA0B,EACzD,KAAK,sBAAsB,IAAI,0BAA0B,EACzD,KAAK,uBAAuB,IAAI,2BAA2B,EAC3D,KAAK,2BAA2B,IAAI,+BAA+B,EACnE,KAAK,uBAAuB,IAAI,2BAA2B,EAC3D,KAAK,sBAAsB,IAAI,0BAA0B,EACzD,KAAK,oBAAoB,IAAI,wBAAwB,EACrD,KAAK,qBAAqB,IAAI,yBAAyB,EACvD,KAAK,uBAAuB,IAAI,2BAA2B,EAC5D,MAAM,iCAAiC,CAAC;AAEzC,MAAM,MAAM,eAAe,GAAG,IAAI,GAAG,IAAI,CAAC;AAC1C,MAAM,MAAM,oBAAoB,GAAG,wBAAwB,CAAC;AAC5D,MAAM,MAAM,uBAAuB,GAAG,2BAA2B,CAAC;AAClE,MAAM,MAAM,sBAAsB,GAAG,0BAA0B,CAAC;AAChE,MAAM,MAAM,uBAAuB,GAAG,IAAI,CAAC,2BAA2B,EAAE,UAAU,CAAC,CAAC;AACpF,MAAM,WAAW,uBAAwB,SAAQ,2BAA2B;IAC1E,IAAI,CAAC,EAAE,eAAe,CAAC;CACxB;AACD,MAAM,MAAM,sBAAsB,GAAG,cAAc,CAAC,cAAc,CAAC,GAAG;IACpE,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AACF,MAAM,MAAM,oBAAoB,GAAG,cAAc,CAAC,cAAc,CAAC,GAAG;IAClE,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,cAAc,CAAC,cAAc,CAAC,GAAG;IACpE,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,yBAAyB,CAAC;AAC9D,MAAM,MAAM,2BAA2B,GAAG,+BAA+B,CAAC;AAC1E,MAAM,MAAM,sBAAsB,GAAG,0BAA0B,CAAC;AAChE,MAAM,MAAM,sBAAsB,GAAG,0BAA0B,CAAC;AAUhE,eAAO,MAAM,eAAe,kEAAuB,CAAC;AACpD,eAAO,MAAM,iBAAiB,oEAAyB,CAAC;AAExD,eAAO,MAAM,kBAAkB,qHAW9B,CAAC;AAEF,eAAO,MAAM,kBAAkB,oHAe7B,CAAC;AAEH,eAAO,MAAM,kBAAkB,oHAgB7B,CAAC;AAEH,eAAO,MAAM,iBAAiB;kBAxEd,MAAM;kDAuFpB,CAAC;AAEH,eAAO,MAAM,gBAAgB,0HAe3B,CAAC;AAEH,eAAO,MAAM,sBAAsB,kIAejC,CAAC;AAEH,eAAO,MAAM,eAAe;kBAxHZ,MAAM;kDAmIrB,CAAC;AAEF,eAAO,MAAM,iBAAiB;kBAlId,MAAM;kDAiJpB,CAAC;AAEH,eAAO,MAAM,iBAAiB,oHAW7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,oHAW7B,CAAC;AAaF,eAAO,MAAM,WAAW;;;;;;;sBA9LR,MAAM;;;;;sBAGN,MAAM;;;sBAGN,MAAM;;;;EAqMpB,CAAC"}
1
+ {"version":3,"file":"AlertDialog.d.ts","sourceRoot":"","sources":["../../../src/components/alert-dialog/AlertDialog.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAc,KAAK,cAAc,EAAE,MAAM,OAAO,CAAC;AACxD,OAAO,EAEL,KAAK,sBAAsB,IAAI,0BAA0B,EACzD,KAAK,sBAAsB,IAAI,0BAA0B,EACzD,KAAK,uBAAuB,IAAI,2BAA2B,EAC3D,KAAK,2BAA2B,IAAI,+BAA+B,EACnE,KAAK,uBAAuB,IAAI,2BAA2B,EAC3D,KAAK,sBAAsB,IAAI,0BAA0B,EACzD,KAAK,oBAAoB,IAAI,wBAAwB,EACrD,KAAK,qBAAqB,IAAI,yBAAyB,EACvD,KAAK,uBAAuB,IAAI,2BAA2B,EAC5D,MAAM,iCAAiC,CAAC;AAEzC,MAAM,MAAM,eAAe,GAAG,IAAI,GAAG,IAAI,CAAC;AAC1C,MAAM,MAAM,wBAAwB,GAAG,OAAO,GAAG,QAAQ,GAAG,KAAK,GAAG,SAAS,CAAC;AAC9E,MAAM,MAAM,oBAAoB,GAAG,wBAAwB,CAAC;AAC5D,MAAM,MAAM,uBAAuB,GAAG,2BAA2B,CAAC;AAClE,MAAM,MAAM,sBAAsB,GAAG,0BAA0B,CAAC;AAChE,MAAM,MAAM,uBAAuB,GAAG,IAAI,CAAC,2BAA2B,EAAE,UAAU,CAAC,CAAC;AACpF,MAAM,WAAW,uBAAwB,SAAQ,2BAA2B;IAC1E,IAAI,CAAC,EAAE,eAAe,CAAC;CACxB;AACD,MAAM,MAAM,sBAAsB,GAAG,cAAc,CAAC,cAAc,CAAC,GAAG;IACpE,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AACF,MAAM,MAAM,oBAAoB,GAAG,cAAc,CAAC,cAAc,CAAC,GAAG;IAClE,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AACF,MAAM,MAAM,sBAAsB,GAAG,cAAc,CAAC,cAAc,CAAC,GAAG;IACpE,oDAAoD;IACpD,OAAO,CAAC,EAAE,wBAAwB,CAAC;IACnC,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB,CAAC;AACF,MAAM,MAAM,qBAAqB,GAAG,yBAAyB,CAAC;AAC9D,MAAM,MAAM,2BAA2B,GAAG,+BAA+B,CAAC;AAC1E,MAAM,MAAM,sBAAsB,GAAG,0BAA0B,CAAC;AAChE,MAAM,MAAM,sBAAsB,GAAG,0BAA0B,CAAC;AAUhE,eAAO,MAAM,eAAe,kEAAuB,CAAC;AACpD,eAAO,MAAM,iBAAiB,oEAAyB,CAAC;AAExD,eAAO,MAAM,kBAAkB,qHAW9B,CAAC;AAEF,eAAO,MAAM,kBAAkB,oHAe7B,CAAC;AAEH,eAAO,MAAM,kBAAkB,oHAgB7B,CAAC;AAEH,eAAO,MAAM,iBAAiB;kBA1Ed,MAAM;kDAyFpB,CAAC;AAEH,eAAO,MAAM,gBAAgB,0HAe3B,CAAC;AAEH,eAAO,MAAM,sBAAsB,kIAejC,CAAC;AAEH,eAAO,MAAM,eAAe;kBA1HZ,MAAM;kDAqIrB,CAAC;AAEF,eAAO,MAAM,iBAAiB;IApI5B,oDAAoD;cAC1C,wBAAwB;kBACpB,MAAM;kDAkJpB,CAAC;AAEH,eAAO,MAAM,iBAAiB,oHAW7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,oHAW7B,CAAC;AAaF,eAAO,MAAM,WAAW;;;;;;;sBAjMR,MAAM;;;;;sBAGN,MAAM;;;QAGpB,oDAAoD;kBAC1C,wBAAwB;sBACpB,MAAM;;;;EAsMpB,CAAC"}
@@ -30,8 +30,8 @@ export const AlertDialogDescription = forwardRef(function AlertDialogDescription
30
30
  export const AlertDialogBody = forwardRef(function AlertDialogBody({ className, "data-slot": dataSlot, ...props }, ref) {
31
31
  return (_jsx("div", { ...props, className: mergeClassName("brick-alert-dialog-body", className), "data-slot": slotOrDefault(dataSlot, "alert-dialog-body"), ref: ref }));
32
32
  });
33
- export const AlertDialogFooter = forwardRef(function AlertDialogFooter({ className, "data-slot": dataSlot, ...props }, ref) {
34
- return (_jsx("div", { ...props, className: mergeClassName("brick-alert-dialog-footer", className), "data-slot": slotOrDefault(dataSlot, "alert-dialog-footer"), ref: ref }));
33
+ export const AlertDialogFooter = forwardRef(function AlertDialogFooter({ className, justify = "end", "data-slot": dataSlot, ...props }, ref) {
34
+ return (_jsx("div", { ...props, className: mergeClassName("brick-alert-dialog-footer", className), "data-justify": justify, "data-slot": slotOrDefault(dataSlot, "alert-dialog-footer"), ref: ref }));
35
35
  });
36
36
  export const AlertDialogCancel = forwardRef(function AlertDialogCancel({ className, "data-slot": dataSlot, ...props }, ref) {
37
37
  return (_jsx(AtomAlertDialog.Cancel, { ...props, className: mergeClassName("brick-alert-dialog-cancel", className), "data-slot": slotOrDefault(dataSlot, "alert-dialog-cancel"), ref: ref }));
@@ -1 +1 @@
1
- {"version":3,"file":"AlertDialog.js","sourceRoot":"","sources":["../../../src/components/alert-dialog/AlertDialog.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"AlertDialog.js","sourceRoot":"","sources":["../../../src/components/alert-dialog/AlertDialog.tsx"],"names":[],"mappings":"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"}
@@ -1,2 +1,2 @@
1
- export { AlertDialog, AlertDialogAction, AlertDialogBody, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogRoot, AlertDialogTitle, AlertDialogTrigger, type AlertDialogActionProps, type AlertDialogBodyProps, type AlertDialogCancelProps, type AlertDialogContentProps, type AlertDialogDescriptionProps, type AlertDialogFooterProps, type AlertDialogHeaderProps, type AlertDialogOverlayProps, type AlertDialogPortalProps, type AlertDialogRootProps, type AlertDialogSize, type AlertDialogTitleProps, type AlertDialogTriggerProps, } from "./AlertDialog.js";
1
+ export { AlertDialog, AlertDialogAction, AlertDialogBody, AlertDialogCancel, AlertDialogContent, AlertDialogDescription, AlertDialogFooter, AlertDialogHeader, AlertDialogOverlay, AlertDialogPortal, AlertDialogRoot, AlertDialogTitle, AlertDialogTrigger, type AlertDialogActionProps, type AlertDialogBodyProps, type AlertDialogCancelProps, type AlertDialogContentProps, type AlertDialogDescriptionProps, type AlertDialogFooterProps, type AlertDialogFooterJustify, type AlertDialogHeaderProps, type AlertDialogOverlayProps, type AlertDialogPortalProps, type AlertDialogRootProps, type AlertDialogSize, type AlertDialogTitleProps, type AlertDialogTriggerProps, } from "./AlertDialog.js";
2
2
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/alert-dialog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,iBAAiB,EACjB,eAAe,EACf,iBAAiB,EACjB,kBAAkB,EAClB,sBAAsB,EACtB,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,iBAAiB,EACjB,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EAClB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,EAC5B,KAAK,2BAA2B,EAChC,KAAK,sBAAsB,EAC3B,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,EAC5B,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,eAAe,EACpB,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,GAC7B,MAAM,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/alert-dialog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,iBAAiB,EACjB,eAAe,EACf,iBAAiB,EACjB,kBAAkB,EAClB,sBAAsB,EACtB,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,iBAAiB,EACjB,eAAe,EACf,gBAAgB,EAChB,kBAAkB,EAClB,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,EAC5B,KAAK,2BAA2B,EAChC,KAAK,sBAAsB,EAC3B,KAAK,wBAAwB,EAC7B,KAAK,sBAAsB,EAC3B,KAAK,uBAAuB,EAC5B,KAAK,sBAAsB,EAC3B,KAAK,oBAAoB,EACzB,KAAK,eAAe,EACpB,KAAK,qBAAqB,EAC1B,KAAK,uBAAuB,GAC7B,MAAM,kBAAkB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/alert-dialog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,iBAAiB,EACjB,eAAe,EACf,iBAAiB,EACjB,kBAAkB,EAClB,sBAAsB,EACtB,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,iBAAiB,EACjB,eAAe,EACf,gBAAgB,EAChB,kBAAkB,GAcnB,MAAM,kBAAkB,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/components/alert-dialog/index.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EACX,iBAAiB,EACjB,eAAe,EACf,iBAAiB,EACjB,kBAAkB,EAClB,sBAAsB,EACtB,iBAAiB,EACjB,iBAAiB,EACjB,kBAAkB,EAClB,iBAAiB,EACjB,eAAe,EACf,gBAAgB,EAChB,kBAAkB,GAenB,MAAM,kBAAkB,CAAC"}