@mcp-b/react-components 0.35.0 → 0.37.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.
Files changed (184) hide show
  1. package/dist/{AgentChat-mpacmRU1.d.ts → AgentChat-CVO7xyLC.d.ts} +1 -1
  2. package/dist/{CodeBlock-DzGhYyNe.d.ts → CodeBlock-C380GD5t.d.ts} +2 -5
  3. package/dist/{CodeBlock-CM5gfmdq.js → CodeBlock-DO4Hdu1R.js} +4 -3
  4. package/dist/{Dialog-DeOSJ0Oy.d.ts → Dialog-B_FhRWaz.d.ts} +22 -37
  5. package/dist/{FileTree-4WP4Uc_m.js → FileTree-DbQMpvxV.js} +1 -1
  6. package/dist/{Menu-DVmjBIuM.d.ts → Menu-yb6QXWA3.d.ts} +64 -75
  7. package/dist/{PromptInput-DOyee1kM.d.ts → PromptInput-BRX7FhjH.d.ts} +7 -272
  8. package/dist/ResponsiveSidebarShell-DWjULskY.d.ts +68 -0
  9. package/dist/{Select-D96d09ww.d.ts → Select-RrceeEIe.d.ts} +17 -52
  10. package/dist/{ThinkChat-DbzqSTBt.js → ThinkChat-DQh59CeC.js} +6 -8
  11. package/dist/{ThinkChatActivity-BZyN5MBg.d.ts → ThinkChatActivity-Dkmm2pIj.d.ts} +1 -1
  12. package/dist/{ToggleGroup-CSBWfPXo.d.ts → ToggleGroup-_pQMyHGM.d.ts} +5 -7
  13. package/dist/{WorkspaceFile-CVAzjTt6.d.ts → WorkspaceFile-BLaFmMrt.d.ts} +1 -1
  14. package/dist/{WorkspaceFileView-BmxSbhRu.js → WorkspaceFileView-Cu_ZG6HJ.js} +11 -17
  15. package/dist/components/agents-sdk/AgentActivity.js +1 -1
  16. package/dist/components/agents-sdk/AgentActivityPreview.js +4 -4
  17. package/dist/components/agents-sdk/AgentChat.d.ts +1 -1
  18. package/dist/components/agents-sdk/AgentChat.js +36 -30
  19. package/dist/components/agents-sdk/BrowserLiveView.d.ts +47 -1
  20. package/dist/components/agents-sdk/BrowserLiveView.js +2 -2
  21. package/dist/components/agents-sdk/BrowserReplay.d.ts +40 -1
  22. package/dist/components/agents-sdk/BrowserReplay.js +1 -1
  23. package/dist/components/agents-sdk/BrowserRunPanel.js +2 -2
  24. package/dist/components/agents-sdk/McpConnectionRequest.js +15 -16
  25. package/dist/components/agents-sdk/McpConnectorForm.js +1 -1
  26. package/dist/components/agents-sdk/McpPluginCatalog.d.ts +1 -1
  27. package/dist/components/agents-sdk/McpPluginCatalog.js +19 -26
  28. package/dist/components/agents-sdk/McpServerPicker.d.ts +2 -2
  29. package/dist/components/agents-sdk/McpServerPicker.js +20 -18
  30. package/dist/components/agents-sdk/ModelSelector.d.ts +9 -9
  31. package/dist/components/agents-sdk/ModelSelector.js +504 -1
  32. package/dist/components/agents-sdk/PromptInputApproval.js +1 -1
  33. package/dist/components/agents-sdk/PromptInputCommands.d.ts +1 -1
  34. package/dist/components/agents-sdk/PromptInputCommands.js +1 -1
  35. package/dist/components/agents-sdk/SubagentRunIndicator.js +1 -1
  36. package/dist/components/agents-sdk/SubagentRunSelector.js +2 -2
  37. package/dist/components/agents-sdk/ThinkChat.d.ts +17 -107
  38. package/dist/components/agents-sdk/ThinkChat.js +2 -12
  39. package/dist/components/agents-sdk/ThinkChatActivity.d.ts +2 -4
  40. package/dist/components/agents-sdk/ThinkChatActivity.js +2 -2
  41. package/dist/components/agents-sdk/ThinkChatToolPanels.js +2 -2
  42. package/dist/components/agents-sdk/ThinkExecutionDetail.js +1 -1
  43. package/dist/components/agents-sdk/ThinkExecutionStatus.js +1 -1
  44. package/dist/components/agents-sdk/ThinkExecutionWorkbench.js +3 -3
  45. package/dist/components/agents-sdk/ThinkFullApp.d.ts +4 -4
  46. package/dist/components/agents-sdk/ThinkFullApp.js +10 -14
  47. package/dist/components/agents-sdk/ThinkFullAppViewSwitch.d.ts +1 -1
  48. package/dist/components/agents-sdk/ThinkFullAppViewSwitch.js +1 -1
  49. package/dist/components/agents-sdk/ThinkRecoveryNotice.js +1 -1
  50. package/dist/components/agents-sdk/ThinkRoutineBrowser.js +2 -2
  51. package/dist/components/agents-sdk/ThinkRoutineDetail.js +1 -1
  52. package/dist/components/agents-sdk/ThinkRoutineForm.js +3 -3
  53. package/dist/components/agents-sdk/ThinkRoutineLibrary.d.ts +2 -3
  54. package/dist/components/agents-sdk/ThinkRoutineLibrary.js +4 -4
  55. package/dist/components/agents-sdk/ThinkRoutineRuns.js +2 -2
  56. package/dist/components/agents-sdk/ThinkThreadPicker.js +6 -7
  57. package/dist/components/agents-sdk/ThinkThreadShell.d.ts +1 -1
  58. package/dist/components/agents-sdk/Workspace.d.ts +140 -2
  59. package/dist/components/agents-sdk/WorkspaceBrowser.d.ts +1 -1
  60. package/dist/components/agents-sdk/WorkspaceBrowser.js +1 -1
  61. package/dist/components/agents-sdk/WorkspaceExplorer.d.ts +32 -5
  62. package/dist/components/agents-sdk/WorkspaceExplorer.js +3 -5
  63. package/dist/components/agents-sdk/WorkspaceFile.d.ts +1 -1
  64. package/dist/components/agents-sdk/WorkspaceFileView.d.ts +1 -1
  65. package/dist/components/agents-sdk/WorkspaceFileView.js +1 -1
  66. package/dist/components/agents-sdk/WorkspaceHeader.js +1 -1
  67. package/dist/components/agents-sdk/WorkspaceMountManager.js +2 -2
  68. package/dist/components/ai-sdk/Activity.d.ts +5 -0
  69. package/dist/components/ai-sdk/Activity.js +34 -14
  70. package/dist/components/ai-sdk/AgentChatStartScreen.js +1 -1
  71. package/dist/components/ai-sdk/Approval.js +2 -2
  72. package/dist/components/ai-sdk/Artifact.js +1 -1
  73. package/dist/components/ai-sdk/ChainOfThought.js +1 -1
  74. package/dist/components/ai-sdk/Checkpoint.js +1 -1
  75. package/dist/components/ai-sdk/CodeBlock.d.ts +1 -1
  76. package/dist/components/ai-sdk/CodeBlock.js +1 -1
  77. package/dist/components/ai-sdk/Conversation.js +1 -1
  78. package/dist/components/ai-sdk/Goal.js +1 -1
  79. package/dist/components/ai-sdk/InlineCitation.js +1 -1
  80. package/dist/components/ai-sdk/MediaPreviewCard.js +1 -1
  81. package/dist/components/ai-sdk/Message.js +2 -6
  82. package/dist/components/ai-sdk/MessageScroller.d.ts +5 -0
  83. package/dist/components/ai-sdk/MessageScroller.js +19 -13
  84. package/dist/components/ai-sdk/MessageScrollerVirtual.js +19 -11
  85. package/dist/components/ai-sdk/Plan.js +1 -1
  86. package/dist/components/ai-sdk/PromptInput.d.ts +2 -2
  87. package/dist/components/ai-sdk/PromptInput.js +126 -129
  88. package/dist/components/ai-sdk/Queue.js +2 -2
  89. package/dist/components/ai-sdk/Reasoning.d.ts +3 -4
  90. package/dist/components/ai-sdk/Reasoning.js +30 -14
  91. package/dist/components/ai-sdk/Sources.js +1 -1
  92. package/dist/components/ai-sdk/Task.js +1 -1
  93. package/dist/components/ai-sdk/ToolInvocation.d.ts +3 -5
  94. package/dist/components/extension/ChatGptSignInScreen.js +3 -3
  95. package/dist/components/extension/CodexModelSelector.d.ts +1 -1
  96. package/dist/components/extension/CodexModelSelector.js +2 -2
  97. package/dist/components/extension/ConversationTabPicker.js +3 -3
  98. package/dist/components/foundations/Accordion.d.ts +1 -3
  99. package/dist/components/foundations/Accordion.js +1 -3
  100. package/dist/components/foundations/AlertDialog.d.ts +16 -36
  101. package/dist/components/foundations/Autocomplete.d.ts +12 -33
  102. package/dist/components/foundations/Autocomplete.js +2 -1
  103. package/dist/components/foundations/Card.d.ts +3 -3
  104. package/dist/components/foundations/Card.js +3 -3
  105. package/dist/components/foundations/Checkbox.js +1 -1
  106. package/dist/components/foundations/Collapsible.js +1 -1
  107. package/dist/components/foundations/Combobox.d.ts +119 -2
  108. package/dist/components/foundations/Combobox.js +6 -23
  109. package/dist/components/foundations/ContextMenu.d.ts +50 -57
  110. package/dist/components/foundations/ContextMenu.js +5 -29
  111. package/dist/components/foundations/DescriptionList.d.ts +34 -2
  112. package/dist/components/foundations/DescriptionList.js +33 -2
  113. package/dist/components/foundations/Dialog.d.ts +1 -1
  114. package/dist/components/foundations/Dialog.js +2 -1
  115. package/dist/components/foundations/Menu.d.ts +1 -1
  116. package/dist/components/foundations/Menu.js +3 -21
  117. package/dist/components/foundations/Menubar.d.ts +35 -64
  118. package/dist/components/foundations/Menubar.js +4 -23
  119. package/dist/components/foundations/Popover.d.ts +8 -21
  120. package/dist/components/foundations/Popover.js +3 -48
  121. package/dist/components/foundations/PreviewCard.d.ts +44 -29
  122. package/dist/components/foundations/PreviewCard.js +3 -6
  123. package/dist/components/foundations/RadioGroup.d.ts +4 -6
  124. package/dist/components/foundations/SearchField.js +1 -1
  125. package/dist/components/foundations/Select.d.ts +1 -1
  126. package/dist/components/foundations/Select.js +8 -22
  127. package/dist/components/foundations/Slider.d.ts +31 -44
  128. package/dist/components/foundations/Slider.js +26 -25
  129. package/dist/components/foundations/Stepper.d.ts +3 -3
  130. package/dist/components/foundations/Stepper.js +6 -7
  131. package/dist/components/foundations/Toast.js +1 -1
  132. package/dist/components/foundations/ToggleGroup.d.ts +1 -1
  133. package/dist/components/foundations/ToggleGroup.js +1 -1
  134. package/dist/components/foundations/Tooltip.d.ts +6 -8
  135. package/dist/components/foundations/Tooltip.js +4 -3
  136. package/dist/components/foundations/icons.js +1 -1
  137. package/dist/components/general-purpose/Commit.js +3 -3
  138. package/dist/components/general-purpose/EnvironmentVariables.js +2 -2
  139. package/dist/components/general-purpose/FileTree.js +1 -1
  140. package/dist/components/general-purpose/PricingBillingToggle.d.ts +2 -3
  141. package/dist/components/general-purpose/PricingBillingToggle.js +5 -23
  142. package/dist/components/general-purpose/PricingPage.d.ts +3 -4
  143. package/dist/components/general-purpose/PricingPlanCard.js +2 -2
  144. package/dist/components/general-purpose/PricingUsageCalculator.js +2 -2
  145. package/dist/components/general-purpose/ResponsiveSidebarShell.d.ts +1 -67
  146. package/dist/components/general-purpose/ResponsiveSidebarShell.js +1 -1
  147. package/dist/components/general-purpose/SettingsFormDialog.d.ts +7 -2
  148. package/dist/components/general-purpose/SettingsFormDialog.js +19 -4
  149. package/dist/components/general-purpose/SetupChecklist.js +1 -1
  150. package/dist/components/general-purpose/Terminal.js +4 -4
  151. package/dist/components/general-purpose/TestResults.js +1 -1
  152. package/dist/components/general-purpose/ThemeModeControl.js +2 -2
  153. package/dist/components/general-purpose/WebPreview.js +5 -5
  154. package/dist/components/nanites/AgentConnection.js +17 -12
  155. package/dist/components/nanites/AgentToolDetail.js +4 -4
  156. package/dist/{copy-button-CsNSSKYG.js → copy-button-4YvddK4e.js} +1 -1
  157. package/dist/{mcp-server-U71zhxFF.js → mcp-server-SD_S-IpB.js} +18 -2
  158. package/dist/message-scroller-C8cplcQO.js +32 -0
  159. package/dist/provider-logos-zjZycgV6.js +74 -0
  160. package/dist/styles/agent-chat.css +9 -0
  161. package/dist/styles/agent-connection.css +4 -31
  162. package/dist/styles/alert-dialog.css +0 -2
  163. package/dist/styles/base-ui-motion.css +7 -5
  164. package/dist/styles/chatgpt-sign-in-screen.css +5 -3
  165. package/dist/styles/dialog.css +0 -2
  166. package/dist/styles/model-selector.css +30 -12
  167. package/dist/styles/popover.css +0 -1
  168. package/dist/styles/preview-card.css +0 -4
  169. package/dist/styles/pricing-page.css +1 -13
  170. package/dist/styles/prompt-input.css +12 -10
  171. package/dist/styles/recipes.css +22 -14
  172. package/dist/styles/slider.css +2 -2
  173. package/dist/styles/tooltip.css +0 -1
  174. package/dist/utils/structured-code.d.ts +1 -1
  175. package/package.json +18 -8
  176. package/dist/BrowserLiveView-tJTWkoyu.d.ts +0 -48
  177. package/dist/BrowserReplay-B0BQZr-N.d.ts +0 -41
  178. package/dist/Combobox-WrrDDaEv.d.ts +0 -154
  179. package/dist/ModelSelector-DtBxWqRn.js +0 -504
  180. package/dist/Workspace-GTlqvcIn.d.ts +0 -278
  181. package/dist/WorkspaceExplorer-Cu044amt.d.ts +0 -32
  182. package/dist/components/foundations/DescriptionListParts.d.ts +0 -37
  183. package/dist/components/foundations/DescriptionListParts.js +0 -35
  184. package/dist/{icons-B1Qw05te.js → icons-B4mGvCvc.js} +1 -1
@@ -1,2 +1,2 @@
1
- import { _ as SelectSeparatorProps, a as SelectIconProps, c as SelectItemTextProps, d as SelectPopupProps, f as SelectPortalProps, g as SelectScrollUpArrowProps, h as SelectScrollDownArrowProps, i as SelectGroupProps, l as SelectLabelProps, m as SelectProps, n as SelectBackdropProps, o as SelectItemIndicatorProps, p as SelectPositionerProps, r as SelectGroupLabelProps, s as SelectItemProps, t as Select, u as SelectListProps, v as SelectTriggerProps, y as SelectValueProps } from "../../Select-D96d09ww.js";
1
+ import { _ as SelectSeparatorProps, a as SelectIconProps, c as SelectItemTextProps, d as SelectPopupProps, f as SelectPortalProps, g as SelectScrollUpArrowProps, h as SelectScrollDownArrowProps, i as SelectGroupProps, l as SelectLabelProps, m as SelectProps, n as SelectBackdropProps, o as SelectItemIndicatorProps, p as SelectPositionerProps, r as SelectGroupLabelProps, s as SelectItemProps, t as Select, u as SelectListProps, v as SelectTriggerProps, y as SelectValueProps } from "../../Select-RrceeEIe.js";
2
2
  export { Select, SelectBackdropProps, SelectGroupLabelProps, SelectGroupProps, SelectIconProps, SelectItemIndicatorProps, SelectItemProps, SelectItemTextProps, SelectLabelProps, SelectListProps, SelectPopupProps, SelectPortalProps, SelectPositionerProps, SelectProps, SelectScrollDownArrowProps, SelectScrollUpArrowProps, SelectSeparatorProps, SelectTriggerProps, SelectValueProps };
@@ -1,7 +1,7 @@
1
1
  import { n as mergeBaseClassName } from "../../class-names-BiMDVpUo.js";
2
- import { a as ArrowUpIcon, d as CheckIcon, n as ArrowDownIcon } from "../../icons-B1Qw05te.js";
2
+ import { a as ArrowUpIcon, d as CheckIcon, n as ArrowDownIcon } from "../../icons-B4mGvCvc.js";
3
3
  import "react";
4
- import { jsx, jsxs } from "react/jsx-runtime";
4
+ import { jsx } from "react/jsx-runtime";
5
5
  import { Select as Select$1 } from "@base-ui/react/select";
6
6
  //#region src/components/foundations/Select.tsx
7
7
  /**
@@ -29,12 +29,6 @@ import { Select as Select$1 } from "@base-ui/react/select";
29
29
  *
30
30
  * @see {@link https://base-ui.com/react/components/select | Base UI Select}
31
31
  */
32
- function SelectRoot(props) {
33
- return /* @__PURE__ */ jsx(Select$1.Root, {
34
- "data-slot": "select",
35
- ...props
36
- });
37
- }
38
32
  function SelectLabel({ className, ref, ...props }) {
39
33
  const classes = mergeBaseClassName("select__label", className);
40
34
  return /* @__PURE__ */ jsx(Select$1.Label, {
@@ -54,13 +48,11 @@ function SelectTrigger({ size = "sm", className, ref, ...props }) {
54
48
  ...props
55
49
  });
56
50
  }
57
- function SelectValue({ placeholder, children, ref, ...props }) {
51
+ function SelectValue({ ref, ...props }) {
58
52
  return /* @__PURE__ */ jsx(Select$1.Value, {
59
53
  ref,
60
54
  "data-slot": "select-value",
61
- placeholder,
62
- ...props,
63
- children
55
+ ...props
64
56
  });
65
57
  }
66
58
  function SelectIcon({ className, children, ref, ...props }) {
@@ -134,18 +126,13 @@ function SelectItemIndicator({ className, children, ref, ...props }) {
134
126
  children: children ?? /* @__PURE__ */ jsx(CheckIcon, {})
135
127
  });
136
128
  }
137
- function SelectGroup({ label, className, children, ref, ...props }) {
129
+ function SelectGroup({ className, ref, ...props }) {
138
130
  const classes = mergeBaseClassName("select__option-group", className);
139
- return /* @__PURE__ */ jsxs(Select$1.Group, {
131
+ return /* @__PURE__ */ jsx(Select$1.Group, {
140
132
  ref,
141
133
  "data-slot": "select-group",
142
134
  className: classes,
143
- ...props,
144
- children: [label && /* @__PURE__ */ jsx(Select$1.GroupLabel, {
145
- "data-slot": "select-label",
146
- className: "select__group-label",
147
- children: label
148
- }), children]
135
+ ...props
149
136
  });
150
137
  }
151
138
  function SelectGroupLabel({ className, ref, ...props }) {
@@ -187,7 +174,7 @@ function SelectScrollDownArrow({ className, children, ref, ...props }) {
187
174
  });
188
175
  }
189
176
  const Select = {
190
- Root: SelectRoot,
177
+ Root: Select$1.Root,
191
178
  Label: SelectLabel,
192
179
  Trigger: SelectTrigger,
193
180
  Value: SelectValue,
@@ -196,7 +183,6 @@ const Select = {
196
183
  Backdrop: SelectBackdrop,
197
184
  Positioner: SelectPositioner,
198
185
  Popup: SelectPopup,
199
- Arrow: Select$1.Arrow,
200
186
  List: SelectList,
201
187
  Item: SelectItem,
202
188
  ItemText: SelectItemText,
@@ -2,53 +2,51 @@ import * as React from "react";
2
2
  import { Slider as Slider$1 } from "@base-ui/react/slider";
3
3
 
4
4
  //#region src/components/foundations/Slider.d.ts
5
- interface SliderProps extends React.ComponentPropsWithRef<typeof Slider$1.Root> {}
5
+ type SliderRootProps<Value extends number | readonly number[] = number | readonly number[]> = Slider$1.Root.Props<Value> & React.RefAttributes<HTMLDivElement>;
6
6
  interface SliderControlProps extends React.ComponentPropsWithRef<typeof Slider$1.Control> {}
7
7
  interface SliderTrackProps extends React.ComponentPropsWithRef<typeof Slider$1.Track> {}
8
8
  interface SliderIndicatorProps extends React.ComponentPropsWithRef<typeof Slider$1.Indicator> {}
9
9
  interface SliderThumbProps extends React.ComponentPropsWithRef<typeof Slider$1.Thumb> {}
10
- interface SliderOutputProps extends Omit<React.ComponentPropsWithRef<typeof Slider$1.Value>, "children"> {
11
- children?: (value: number, values: readonly number[], formattedValues: readonly string[]) => React.ReactNode;
12
- }
10
+ interface SliderValueProps extends React.ComponentPropsWithRef<typeof Slider$1.Value> {}
13
11
  interface SliderLabelProps extends React.ComponentPropsWithRef<typeof Slider$1.Label> {}
14
12
  /**
15
13
  * A slider component for selecting values from a range.
16
14
  *
17
15
  * @example
18
16
  * ```tsx
19
- * <Slider defaultValue={50}>
20
- * <SliderControl>
21
- * <SliderTrack>
22
- * <SliderIndicator />
23
- * <SliderThumb />
24
- * </SliderTrack>
25
- * </SliderControl>
26
- * </Slider>
17
+ * <Slider.Root defaultValue={50}>
18
+ * <Slider.Label>Volume</Slider.Label>
19
+ * <Slider.Control>
20
+ * <Slider.Track>
21
+ * <Slider.Indicator />
22
+ * <Slider.Thumb />
23
+ * </Slider.Track>
24
+ * </Slider.Control>
25
+ * </Slider.Root>
27
26
  * ```
28
27
  *
29
28
  * @example
30
29
  * ```tsx
31
30
  * // With output value display
32
- * <Slider defaultValue={50}>
33
- * <SliderOutput />
34
- * <SliderControl>
35
- * <SliderTrack>
36
- * <SliderIndicator />
37
- * <SliderThumb />
38
- * </SliderTrack>
39
- * </SliderControl>
40
- * </Slider>
31
+ * <Slider.Root defaultValue={50}>
32
+ * <Slider.Label>Volume</Slider.Label>
33
+ * <Slider.Value />
34
+ * <Slider.Control>
35
+ * <Slider.Track>
36
+ * <Slider.Indicator />
37
+ * <Slider.Thumb />
38
+ * </Slider.Track>
39
+ * </Slider.Control>
40
+ * </Slider.Root>
41
41
  * ```
42
42
  *
43
43
  * @see {@link https://base-ui.com/react/components/slider | Base UI Slider}
44
44
  */
45
- declare function SliderRoot({
45
+ declare function SliderRoot<Value extends number | readonly number[]>({
46
46
  className,
47
47
  ref,
48
48
  ...props
49
- }: SliderProps & {
50
- ref?: React.Ref<HTMLDivElement>;
51
- }): React.JSX.Element;
49
+ }: SliderRootProps<Value>): React.JSX.Element;
52
50
  /**
53
51
  * The control area for the Slider (handles interactions).
54
52
  */
@@ -56,9 +54,7 @@ declare function SliderControl({
56
54
  className,
57
55
  ref,
58
56
  ...props
59
- }: SliderControlProps & {
60
- ref?: React.Ref<HTMLDivElement>;
61
- }): React.JSX.Element;
57
+ }: SliderControlProps): React.JSX.Element;
62
58
  /**
63
59
  * The track container for the Slider.
64
60
  */
@@ -66,9 +62,7 @@ declare function SliderTrack({
66
62
  className,
67
63
  ref,
68
64
  ...props
69
- }: SliderTrackProps & {
70
- ref?: React.Ref<HTMLDivElement>;
71
- }): React.JSX.Element;
65
+ }: SliderTrackProps): React.JSX.Element;
72
66
  /**
73
67
  * The filled indicator showing current value position.
74
68
  */
@@ -76,9 +70,7 @@ declare function SliderIndicator({
76
70
  className,
77
71
  ref,
78
72
  ...props
79
- }: SliderIndicatorProps & {
80
- ref?: React.Ref<HTMLDivElement>;
81
- }): React.JSX.Element;
73
+ }: SliderIndicatorProps): React.JSX.Element;
82
74
  /**
83
75
  * The draggable thumb for the Slider.
84
76
  */
@@ -86,21 +78,16 @@ declare function SliderThumb({
86
78
  className,
87
79
  ref,
88
80
  ...props
89
- }: SliderThumbProps & {
90
- ref?: React.Ref<HTMLDivElement>;
91
- }): React.JSX.Element;
81
+ }: SliderThumbProps): React.JSX.Element;
92
82
  /**
93
83
  * Displays the current value of the Slider.
94
84
  * Note: This must be used inside a Slider component to access the value context.
95
85
  */
96
- declare function SliderOutput({
86
+ declare function SliderValue({
97
87
  className,
98
- children,
99
88
  ref,
100
89
  ...props
101
- }: SliderOutputProps & {
102
- ref?: React.Ref<HTMLOutputElement>;
103
- }): React.JSX.Element;
90
+ }: SliderValueProps): React.JSX.Element;
104
91
  /** Visible label that participates in Base UI's slider naming relationship. */
105
92
  declare function SliderLabel({
106
93
  className,
@@ -110,11 +97,11 @@ declare function SliderLabel({
110
97
  declare const Slider: {
111
98
  Root: typeof SliderRoot;
112
99
  Label: typeof SliderLabel;
113
- Value: typeof SliderOutput;
100
+ Value: typeof SliderValue;
114
101
  Control: typeof SliderControl;
115
102
  Track: typeof SliderTrack;
116
103
  Indicator: typeof SliderIndicator;
117
104
  Thumb: typeof SliderThumb;
118
105
  };
119
106
  //#endregion
120
- export { Slider, SliderControlProps, SliderIndicatorProps, SliderLabelProps, SliderOutputProps, SliderProps, SliderThumbProps, SliderTrackProps };
107
+ export { Slider, SliderControlProps, SliderIndicatorProps, SliderLabelProps, SliderRootProps, SliderThumbProps, SliderTrackProps, SliderValueProps };
@@ -8,28 +8,30 @@ import { Slider as Slider$1 } from "@base-ui/react/slider";
8
8
  *
9
9
  * @example
10
10
  * ```tsx
11
- * <Slider defaultValue={50}>
12
- * <SliderControl>
13
- * <SliderTrack>
14
- * <SliderIndicator />
15
- * <SliderThumb />
16
- * </SliderTrack>
17
- * </SliderControl>
18
- * </Slider>
11
+ * <Slider.Root defaultValue={50}>
12
+ * <Slider.Label>Volume</Slider.Label>
13
+ * <Slider.Control>
14
+ * <Slider.Track>
15
+ * <Slider.Indicator />
16
+ * <Slider.Thumb />
17
+ * </Slider.Track>
18
+ * </Slider.Control>
19
+ * </Slider.Root>
19
20
  * ```
20
21
  *
21
22
  * @example
22
23
  * ```tsx
23
24
  * // With output value display
24
- * <Slider defaultValue={50}>
25
- * <SliderOutput />
26
- * <SliderControl>
27
- * <SliderTrack>
28
- * <SliderIndicator />
29
- * <SliderThumb />
30
- * </SliderTrack>
31
- * </SliderControl>
32
- * </Slider>
25
+ * <Slider.Root defaultValue={50}>
26
+ * <Slider.Label>Volume</Slider.Label>
27
+ * <Slider.Value />
28
+ * <Slider.Control>
29
+ * <Slider.Track>
30
+ * <Slider.Indicator />
31
+ * <Slider.Thumb />
32
+ * </Slider.Track>
33
+ * </Slider.Control>
34
+ * </Slider.Root>
33
35
  * ```
34
36
  *
35
37
  * @see {@link https://base-ui.com/react/components/slider | Base UI Slider}
@@ -74,7 +76,7 @@ function SliderIndicator({ className, ref, ...props }) {
74
76
  const classes = mergeBaseClassName("slider__indicator", className);
75
77
  return /* @__PURE__ */ jsx(Slider$1.Indicator, {
76
78
  ref,
77
- "data-slot": "slider-range",
79
+ "data-slot": "slider-indicator",
78
80
  className: classes,
79
81
  ...props
80
82
  });
@@ -95,19 +97,18 @@ function SliderThumb({ className, ref, ...props }) {
95
97
  * Displays the current value of the Slider.
96
98
  * Note: This must be used inside a Slider component to access the value context.
97
99
  */
98
- function SliderOutput({ className, children, ref, ...props }) {
99
- const classes = mergeBaseClassName("slider__output", className);
100
+ function SliderValue({ className, ref, ...props }) {
101
+ const classes = mergeBaseClassName("slider__value", className);
100
102
  return /* @__PURE__ */ jsx(Slider$1.Value, {
101
103
  ref,
102
- "data-slot": "slider-output",
104
+ "data-slot": "slider-value",
103
105
  className: classes,
104
- ...props,
105
- children: (formattedValues, values) => typeof children === "function" ? children(values[0] ?? 0, values, formattedValues) : formattedValues.join(" - ")
106
+ ...props
106
107
  });
107
108
  }
108
109
  /** Visible label that participates in Base UI's slider naming relationship. */
109
110
  function SliderLabel({ className, ref, ...props }) {
110
- const classes = mergeBaseClassName("slider__label", className);
111
+ const classes = mergeBaseClassName("label slider__label", className);
111
112
  return /* @__PURE__ */ jsx(Slider$1.Label, {
112
113
  ref,
113
114
  "data-slot": "slider-label",
@@ -118,7 +119,7 @@ function SliderLabel({ className, ref, ...props }) {
118
119
  const Slider = {
119
120
  Root: SliderRoot,
120
121
  Label: SliderLabel,
121
- Value: SliderOutput,
122
+ Value: SliderValue,
122
123
  Control: SliderControl,
123
124
  Track: SliderTrack,
124
125
  Indicator: SliderIndicator,
@@ -1,9 +1,10 @@
1
- import { r as Tabs } from "../../Tabs-Ptrbaynh.js";
1
+ import { o as TabsProps, r as Tabs } from "../../Tabs-Ptrbaynh.js";
2
2
  import * as React from "react";
3
3
 
4
4
  //#region src/components/foundations/Stepper.d.ts
5
5
  type StepperOrientation = "horizontal" | "vertical";
6
6
  type StepperState = "active" | "completed" | "inactive" | "loading";
7
+ type StepperChangeEventDetails = Parameters<NonNullable<TabsProps["onValueChange"]>>[1];
7
8
  type StepIndicators = {
8
9
  active?: React.ReactNode;
9
10
  completed?: React.ReactNode;
@@ -12,7 +13,6 @@ type StepIndicators = {
12
13
  };
13
14
  interface StepperContextValue {
14
15
  activeStep: number;
15
- setActiveStep: (step: number) => void;
16
16
  orientation: StepperOrientation;
17
17
  indicators: StepIndicators;
18
18
  }
@@ -37,7 +37,7 @@ interface StepperProps extends React.HTMLAttributes<HTMLDivElement> {
37
37
  /**
38
38
  * Called when a trigger requests a new active step.
39
39
  */
40
- onValueChange?: (value: number) => void;
40
+ onValueChange?: (value: number, eventDetails: StepperChangeEventDetails) => void;
41
41
  /**
42
42
  * The layout direction of the step navigation.
43
43
  * @default "horizontal"
@@ -1,5 +1,5 @@
1
1
  import { n as mergeBaseClassName, t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { J as SpinnerIcon, d as CheckIcon } from "../../icons-B1Qw05te.js";
2
+ import { J as SpinnerIcon, d as CheckIcon } from "../../icons-B4mGvCvc.js";
3
3
  import { Tabs } from "./Tabs.js";
4
4
  import * as React from "react";
5
5
  import { jsx } from "react/jsx-runtime";
@@ -40,27 +40,26 @@ function useStepItem() {
40
40
  function Stepper({ defaultValue = 1, value, onValueChange, orientation = "horizontal", indicators = EMPTY_STEP_INDICATORS, className, children, ref, ...props }) {
41
41
  const [uncontrolledValue, setUncontrolledValue] = React.useState(defaultValue);
42
42
  const activeStep = value ?? uncontrolledValue;
43
- const setActiveStep = React.useCallback((step) => {
43
+ const handleValueChange = React.useCallback((step, eventDetails) => {
44
+ onValueChange?.(step, eventDetails);
45
+ if (eventDetails.isCanceled) return;
44
46
  if (value === void 0) setUncontrolledValue(step);
45
- onValueChange?.(step);
46
47
  }, [onValueChange, value]);
47
48
  const contextValue = React.useMemo(() => ({
48
49
  activeStep,
49
- setActiveStep,
50
50
  orientation,
51
51
  indicators
52
52
  }), [
53
53
  activeStep,
54
54
  indicators,
55
- orientation,
56
- setActiveStep
55
+ orientation
57
56
  ]);
58
57
  return /* @__PURE__ */ jsx(StepperContext.Provider, {
59
58
  value: contextValue,
60
59
  children: /* @__PURE__ */ jsx(Tabs.Root, {
61
60
  ref,
62
61
  value: activeStep,
63
- onValueChange: setActiveStep,
62
+ onValueChange: handleValueChange,
64
63
  orientation,
65
64
  className: mergeBaseClassName("stepper", className),
66
65
  "data-slot": "stepper",
@@ -1,5 +1,5 @@
1
1
  import { n as mergeBaseClassName } from "../../class-names-BiMDVpUo.js";
2
- import { rt as XIcon } from "../../icons-B1Qw05te.js";
2
+ import { rt as XIcon } from "../../icons-B4mGvCvc.js";
3
3
  import { buttonVariants } from "./Button.js";
4
4
  import "react";
5
5
  import { jsx } from "react/jsx-runtime";
@@ -1,2 +1,2 @@
1
- import { n as ToggleGroupItemProps, r as ToggleGroupProps, t as ToggleGroup } from "../../ToggleGroup-CSBWfPXo.js";
1
+ import { n as ToggleGroupItemProps, r as ToggleGroupProps, t as ToggleGroup } from "../../ToggleGroup-_pQMyHGM.js";
2
2
  export { ToggleGroup, ToggleGroupItemProps, ToggleGroupProps };
@@ -3,8 +3,8 @@ import { n as mergeRefs } from "../../merge-refs-DF_7w2x_.js";
3
3
  import { toggleVariants } from "./Toggle.js";
4
4
  import * as React from "react";
5
5
  import { jsx, jsxs } from "react/jsx-runtime";
6
- import { ToggleGroup as ToggleGroup$1 } from "@base-ui/react/toggle-group";
7
6
  import { Toggle } from "@base-ui/react/toggle";
7
+ import { ToggleGroup as ToggleGroup$1 } from "@base-ui/react/toggle-group";
8
8
  //#region src/components/foundations/ToggleGroup.tsx
9
9
  /**
10
10
  * Tracks the pressed item's box so the segmented thumb can slide to it instead
@@ -2,13 +2,11 @@ import * as React from "react";
2
2
  import { Tooltip as Tooltip$1 } from "@base-ui/react/tooltip";
3
3
 
4
4
  //#region src/components/foundations/Tooltip.d.ts
5
- interface TooltipProps extends Tooltip$1.Root.Props {}
6
- interface TooltipTriggerProps extends Tooltip$1.Trigger.Props {}
5
+ type TooltipProps<Payload = unknown> = Tooltip$1.Root.Props<Payload>;
6
+ type TooltipTriggerProps<Payload = unknown> = Tooltip$1.Trigger.Props<Payload> & React.RefAttributes<HTMLElement>;
7
7
  interface TooltipPortalProps extends Tooltip$1.Portal.Props {}
8
8
  interface TooltipPositionerProps extends Tooltip$1.Positioner.Props {}
9
- interface TooltipProviderProps extends Tooltip$1.Provider.Props {
10
- delayDuration?: number;
11
- }
9
+ type TooltipProviderProps = Tooltip$1.Provider.Props;
12
10
  interface TooltipPopupProps extends Tooltip$1.Popup.Props {}
13
11
  interface TooltipViewportProps extends Tooltip$1.Viewport.Props {}
14
12
  interface TooltipArrowProps extends Tooltip$1.Arrow.Props {}
@@ -33,15 +31,15 @@ interface TooltipArrowProps extends Tooltip$1.Arrow.Props {}
33
31
  * @see {@link https://base-ui.com/react/components/tooltip | Base UI Tooltip}
34
32
  */
35
33
  declare function TooltipProvider({
36
- delayDuration,
37
34
  delay,
38
35
  ...props
39
36
  }: TooltipProviderProps): React.JSX.Element;
40
- declare function TooltipTrigger({
37
+ declare function TooltipTrigger<Payload>({
41
38
  render,
42
39
  className,
40
+ ref,
43
41
  ...props
44
- }: TooltipTriggerProps): React.JSX.Element;
42
+ }: TooltipTriggerProps<Payload>): React.JSX.Element;
45
43
  declare function TooltipPositioner({
46
44
  className,
47
45
  ref,
@@ -24,13 +24,13 @@ import { Tooltip as Tooltip$1 } from "@base-ui/react/tooltip";
24
24
  *
25
25
  * @see {@link https://base-ui.com/react/components/tooltip | Base UI Tooltip}
26
26
  */
27
- function TooltipProvider({ delayDuration = 0, delay, ...props }) {
27
+ function TooltipProvider({ delay = 0, ...props }) {
28
28
  return /* @__PURE__ */ jsx(Tooltip$1.Provider, {
29
- delay: delay ?? delayDuration,
29
+ delay,
30
30
  ...props
31
31
  });
32
32
  }
33
- function TooltipTrigger({ render, className, ...props }) {
33
+ function TooltipTrigger({ render, className, ref, ...props }) {
34
34
  const classes = mergeBaseClassName(render == null ? buttonVariants({
35
35
  variant: "ghost",
36
36
  color: "neutral",
@@ -38,6 +38,7 @@ function TooltipTrigger({ render, className, ...props }) {
38
38
  className: "tooltip__trigger"
39
39
  }) : "tooltip__trigger", className);
40
40
  return /* @__PURE__ */ jsx(Tooltip$1.Trigger, {
41
+ ref,
41
42
  "data-slot": "tooltip-trigger",
42
43
  render,
43
44
  className: classes,
@@ -1,2 +1,2 @@
1
- import { $ as TerminalIcon, A as MaximizeIcon, B as PencilIcon, C as FileIcon, D as ImageIcon, E as HashIcon, F as MonitorIcon, G as SearchIcon, H as PlusIcon, I as MoonIcon, J as SpinnerIcon, K as SidebarIcon, L as MoveToFrontIcon, M as MessageSquareIcon, N as MicrophoneIcon, O as InfoIcon, P as MinusIcon, Q as TargetIcon, R as PaperclipIcon, S as EyeOffIcon, T as FolderOpenIcon, U as QueueIcon, V as PlayIcon, W as RefreshIcon, X as StopIcon, Y as SquareIcon, Z as SunIcon, _ as DiscordIcon, a as ArrowUpIcon, b as EllipsisIcon, c as BoxIcon, d as CheckIcon, et as TrashIcon, f as ChevronDownIcon, g as CopyIcon, h as CodeIcon, i as ArrowRightIcon, j as McpIcon, k as LinkIcon, l as BrainIcon, m as ChevronRightIcon, n as ArrowDownIcon, nt as WrenchIcon, o as ArrowUpRightIcon, p as ChevronLeftIcon, q as SlackIcon, r as ArrowLeftIcon, rt as XIcon, s as BookmarkIcon, t as ArchiveIcon, tt as WarningIcon, u as CalendarIcon, v as DotIcon, w as FolderIcon, x as EyeIcon, y as DownloadIcon, z as PauseIcon } from "../../icons-B1Qw05te.js";
1
+ import { $ as TerminalIcon, A as MaximizeIcon, B as PencilIcon, C as FileIcon, D as ImageIcon, E as HashIcon, F as MonitorIcon, G as SearchIcon, H as PlusIcon, I as MoonIcon, J as SpinnerIcon, K as SidebarIcon, L as MoveToFrontIcon, M as MessageSquareIcon, N as MicrophoneIcon, O as InfoIcon, P as MinusIcon, Q as TargetIcon, R as PaperclipIcon, S as EyeOffIcon, T as FolderOpenIcon, U as QueueIcon, V as PlayIcon, W as RefreshIcon, X as StopIcon, Y as SquareIcon, Z as SunIcon, _ as DiscordIcon, a as ArrowUpIcon, b as EllipsisIcon, c as BoxIcon, d as CheckIcon, et as TrashIcon, f as ChevronDownIcon, g as CopyIcon, h as CodeIcon, i as ArrowRightIcon, j as McpIcon, k as LinkIcon, l as BrainIcon, m as ChevronRightIcon, n as ArrowDownIcon, nt as WrenchIcon, o as ArrowUpRightIcon, p as ChevronLeftIcon, q as SlackIcon, r as ArrowLeftIcon, rt as XIcon, s as BookmarkIcon, t as ArchiveIcon, tt as WarningIcon, u as CalendarIcon, v as DotIcon, w as FolderIcon, x as EyeIcon, y as DownloadIcon, z as PauseIcon } from "../../icons-B4mGvCvc.js";
2
2
  export { ArchiveIcon, ArrowDownIcon, ArrowLeftIcon, ArrowRightIcon, ArrowUpIcon, ArrowUpRightIcon, BookmarkIcon, BoxIcon, BrainIcon, CalendarIcon, CheckIcon, ChevronDownIcon, ChevronLeftIcon, ChevronRightIcon, CodeIcon, CopyIcon, DiscordIcon, DotIcon, DownloadIcon, EllipsisIcon, EyeIcon, EyeOffIcon, FileIcon, FolderIcon, FolderOpenIcon, HashIcon, ImageIcon, InfoIcon, LinkIcon, MaximizeIcon, McpIcon, MessageSquareIcon, MicrophoneIcon, MinusIcon, MonitorIcon, MoonIcon, MoveToFrontIcon, PaperclipIcon, PauseIcon, PencilIcon, PlayIcon, PlusIcon, QueueIcon, RefreshIcon, SearchIcon, SidebarIcon, SlackIcon, SpinnerIcon, SquareIcon, StopIcon, SunIcon, TargetIcon, TerminalIcon, TrashIcon, WarningIcon, WrenchIcon, XIcon };
@@ -1,9 +1,9 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { C as FileIcon, m as ChevronRightIcon } from "../../icons-B1Qw05te.js";
3
2
  import { Collapsible } from "../foundations/Collapsible.js";
4
- import { Avatar } from "../foundations/Avatar.js";
5
- import { t as CopyButton } from "../../copy-button-CsNSSKYG.js";
3
+ import { C as FileIcon, m as ChevronRightIcon } from "../../icons-B4mGvCvc.js";
4
+ import { t as CopyButton } from "../../copy-button-4YvddK4e.js";
6
5
  import { Badge } from "../foundations/Badge.js";
6
+ import { Avatar } from "../foundations/Avatar.js";
7
7
  import "react";
8
8
  import { jsx, jsxs } from "react/jsx-runtime";
9
9
  //#region src/components/general-purpose/Commit.tsx
@@ -1,6 +1,6 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { S as EyeOffIcon, x as EyeIcon } from "../../icons-B1Qw05te.js";
3
- import { t as CopyButton } from "../../copy-button-CsNSSKYG.js";
2
+ import { S as EyeOffIcon, x as EyeIcon } from "../../icons-B4mGvCvc.js";
3
+ import { t as CopyButton } from "../../copy-button-4YvddK4e.js";
4
4
  import { Badge } from "../foundations/Badge.js";
5
5
  import { Switch } from "../foundations/Switch.js";
6
6
  import * as React from "react";
@@ -1,2 +1,2 @@
1
- import { a as FileTreeIcon, i as FileTreeFolder, n as FileTreeActions, o as FileTreeName, r as FileTreeFile, t as FileTree } from "../../FileTree-4WP4Uc_m.js";
1
+ import { a as FileTreeIcon, i as FileTreeFolder, n as FileTreeActions, o as FileTreeName, r as FileTreeFile, t as FileTree } from "../../FileTree-DbQMpvxV.js";
2
2
  export { FileTree, FileTreeActions, FileTreeFile, FileTreeFolder, FileTreeIcon, FileTreeName };
@@ -1,12 +1,11 @@
1
1
  import { PricingBillingPeriod } from "./Pricing.js";
2
- import * as React from "react";
3
2
 
4
3
  //#region src/components/general-purpose/PricingBillingToggle.d.ts
5
4
  interface PricingBillingToggleProps {
6
5
  value: PricingBillingPeriod;
7
6
  onValueChange: (value: PricingBillingPeriod) => void;
8
7
  yearlySavingsPercent: number;
9
- /** Fixes the presentation. Omit only in component demos that expose the style switcher. */
8
+ /** Billing control presentation. Defaults to the compact switch. */
10
9
  variant?: "switch" | "buttons";
11
10
  /** Additional class name for placement in a consuming layout. */
12
11
  className?: string;
@@ -18,6 +17,6 @@ declare function PricingBillingToggle({
18
17
  yearlySavingsPercent,
19
18
  variant,
20
19
  className
21
- }: PricingBillingToggleProps): React.JSX.Element;
20
+ }: PricingBillingToggleProps): import("react").JSX.Element;
22
21
  //#endregion
23
22
  export { PricingBillingToggle, PricingBillingToggleProps };
@@ -1,33 +1,15 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
2
  import { Badge } from "../foundations/Badge.js";
3
- import { ToggleGroup } from "../foundations/ToggleGroup.js";
4
3
  import { Switch } from "../foundations/Switch.js";
5
- import { Checkbox } from "../foundations/Checkbox.js";
6
- import { Label } from "../foundations/Label.js";
7
- import * as React from "react";
4
+ import { ToggleGroup } from "../foundations/ToggleGroup.js";
8
5
  import { jsx, jsxs } from "react/jsx-runtime";
9
6
  //#region src/components/general-purpose/PricingBillingToggle.tsx
10
7
  /** Controlled billing-period selector composed from the shared Switch or ToggleGroup. */
11
- function PricingBillingToggle({ value, onValueChange, yearlySavingsPercent, variant, className }) {
12
- const [demoVariant, setDemoVariant] = React.useState("switch");
13
- const demoToggleId = React.useId();
14
- const resolvedVariant = variant ?? demoVariant;
8
+ function PricingBillingToggle({ value, onValueChange, yearlySavingsPercent, variant = "switch", className }) {
15
9
  const isYearly = value === "yearly";
16
- return /* @__PURE__ */ jsxs("div", {
10
+ return /* @__PURE__ */ jsx("div", {
17
11
  className: cx("pricing-page__billing-toggle", className),
18
- children: [!variant ? /* @__PURE__ */ jsxs("div", {
19
- className: "pricing-page__toggle-options",
20
- children: [/* @__PURE__ */ jsx(Checkbox.Root, {
21
- checked: demoVariant === "switch",
22
- onCheckedChange: (checked) => setDemoVariant(checked ? "switch" : "buttons"),
23
- id: demoToggleId,
24
- children: /* @__PURE__ */ jsx(Checkbox.Indicator, {})
25
- }), /* @__PURE__ */ jsx(Label, {
26
- htmlFor: demoToggleId,
27
- className: "pricing-page__toggle-label",
28
- children: "Use switch style"
29
- })]
30
- }) : null, resolvedVariant === "switch" ? /* @__PURE__ */ jsxs("div", {
12
+ children: variant === "switch" ? /* @__PURE__ */ jsxs("div", {
31
13
  className: "pricing-page__switch-container",
32
14
  children: [
33
15
  /* @__PURE__ */ jsx("span", {
@@ -80,7 +62,7 @@ function PricingBillingToggle({ value, onValueChange, yearlySavingsPercent, vari
80
62
  ]
81
63
  })]
82
64
  })]
83
- })]
65
+ })
84
66
  });
85
67
  }
86
68
  //#endregion
@@ -1,4 +1,4 @@
1
- import { FAQItem, Plan, PlanFeature, UsageTier } from "./Pricing.js";
1
+ import { FAQItem, Plan, UsageTier } from "./Pricing.js";
2
2
  import * as React from "react";
3
3
 
4
4
  //#region src/components/general-purpose/PricingPage.d.ts
@@ -53,8 +53,7 @@ interface PricingPageProps {
53
53
  className?: string;
54
54
  /**
55
55
  * Style variant for the billing period toggle.
56
- * When set, hides the style switcher checkbox.
57
- * @default undefined (shows style switcher for demos)
56
+ * @default "switch"
58
57
  */
59
58
  billingToggleVariant?: "switch" | "buttons";
60
59
  /**
@@ -170,4 +169,4 @@ declare function PricingPage({
170
169
  onPortalRedirect
171
170
  }: PricingPageProps): React.JSX.Element;
172
171
  //#endregion
173
- export { type FAQItem, type Plan, type PlanFeature, PricingPage, PricingPageProps, type UsageTier };
172
+ export { PricingPage, PricingPageProps };
@@ -1,10 +1,10 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
- import { O as InfoIcon, P as MinusIcon, d as CheckIcon } from "../../icons-B1Qw05te.js";
2
+ import { O as InfoIcon, P as MinusIcon, d as CheckIcon } from "../../icons-B4mGvCvc.js";
3
3
  import { Button } from "../foundations/Button.js";
4
4
  import { IconButton } from "../foundations/IconButton.js";
5
5
  import { Separator } from "../foundations/Separator.js";
6
- import { Badge } from "../foundations/Badge.js";
7
6
  import { Card } from "../foundations/Card.js";
7
+ import { Badge } from "../foundations/Badge.js";
8
8
  import { getPlanPrice, getPlanYearlySavings } from "./Pricing.js";
9
9
  import { jsx, jsxs } from "react/jsx-runtime";
10
10
  //#region src/components/general-purpose/PricingPlanCard.tsx
@@ -1,8 +1,8 @@
1
1
  import { t as cx } from "../../class-names-BiMDVpUo.js";
2
2
  import { Separator } from "../foundations/Separator.js";
3
- import { Slider } from "../foundations/Slider.js";
4
- import { Progress } from "../foundations/Progress.js";
5
3
  import { Card } from "../foundations/Card.js";
4
+ import { Progress } from "../foundations/Progress.js";
5
+ import { Slider } from "../foundations/Slider.js";
6
6
  import { formatPricingUsage, getUsagePrice } from "./Pricing.js";
7
7
  import * as React from "react";
8
8
  import { jsx, jsxs } from "react/jsx-runtime";