@arcadeai/design-system 5.0.2 → 6.0.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/dist/{clamp-DV0oJUnl.js → CSPContext-_3HefTUC.js} +1 -6
- package/dist/{DialogRoot-xodRxCJ6.js → DialogRoot-DuiSPdsZ.js} +1 -1
- package/dist/{DialogTrigger-BRWKaMYv.js → DialogTrigger-DGGP-2Oc.js} +109 -108
- package/dist/{FloatingPortalLite-e0IaokaG.js → FloatingPortalLite-D5nFwFgJ.js} +1 -1
- package/dist/ReactStore-C3H8e2ha.js +600 -0
- package/dist/{Toggle-waFXW8db.js → Toggle-BdxyK_Ln.js} +1 -1
- package/dist/{accordion-DimUia61.js → accordion-BP9Lgkg8.js} +18 -18
- package/dist/{alert-dialog-BiDZwtP2.js → alert-dialog-1bUE2clB.js} +1 -1
- package/dist/assets/index.css +1 -1
- package/dist/assets/tokens.css +1 -1
- package/dist/assets/variables.css +1 -1
- package/dist/{avatar-B-lhJ-Gz.js → avatar-DbL6b01k.js} +4 -3
- package/dist/{checkbox-CZViOGvt.js → checkbox-DB9O_Iw9.js} +96 -85
- package/dist/clamp-BT4ayAnN.js +6 -0
- package/dist/{collapsible-DlF1q_cg.js → collapsible-DP7Fb-Lu.js} +17 -17
- package/dist/components/index.js +259 -251
- package/dist/components/ui/atoms/accordion.js +1 -1
- package/dist/components/ui/atoms/alert-dialog.js +1 -1
- package/dist/components/ui/atoms/avatar.js +1 -1
- package/dist/components/ui/atoms/checkbox.d.ts +16 -2
- package/dist/components/ui/atoms/checkbox.d.ts.map +1 -1
- package/dist/components/ui/atoms/checkbox.js +2 -2
- package/dist/components/ui/atoms/clear-button.d.ts +13 -0
- package/dist/components/ui/atoms/clear-button.d.ts.map +1 -0
- package/dist/components/ui/atoms/clear-button.js +23 -0
- package/dist/components/ui/atoms/collapsible.js +1 -1
- package/dist/components/ui/atoms/dialog.js +2 -2
- package/dist/components/ui/atoms/dropdown-menu.js +1 -1
- package/dist/components/ui/atoms/hover-card.js +1 -1
- package/dist/components/ui/atoms/icon-tile.d.ts +10 -0
- package/dist/components/ui/atoms/icon-tile.d.ts.map +1 -0
- package/dist/components/ui/atoms/icon-tile.js +25 -0
- package/dist/components/ui/atoms/index.d.ts +3 -1
- package/dist/components/ui/atoms/index.d.ts.map +1 -1
- package/dist/components/ui/atoms/index.js +210 -208
- package/dist/components/ui/atoms/input-group.js +1 -1
- package/dist/components/ui/atoms/input.js +1 -1
- package/dist/components/ui/atoms/mobile-tooltip.js +2 -2
- package/dist/components/ui/atoms/popover.js +1 -1
- package/dist/components/ui/atoms/progress.js +1 -1
- package/dist/components/ui/atoms/radio-group.js +1 -1
- package/dist/components/ui/atoms/scroll-area.js +1 -1
- package/dist/components/ui/atoms/scroll-button.js +1 -1
- package/dist/components/ui/atoms/scroll-to-bottom-button.d.ts +24 -0
- package/dist/components/ui/atoms/scroll-to-bottom-button.d.ts.map +1 -0
- package/dist/components/ui/atoms/scroll-to-bottom-button.js +31 -0
- package/dist/components/ui/atoms/select.js +1 -1
- package/dist/components/ui/atoms/sheet.js +2 -2
- package/dist/components/ui/atoms/sidebar.js +2 -2
- package/dist/components/ui/atoms/slider.js +1 -1
- package/dist/components/ui/atoms/switch.js +1 -1
- package/dist/components/ui/atoms/tabs.js +1 -1
- package/dist/components/ui/atoms/toggle-group.js +1 -1
- package/dist/components/ui/atoms/toggle.js +1 -1
- package/dist/components/ui/atoms/tooltip.js +1 -1
- package/dist/components/ui/blocks/demo.js +4 -4
- package/dist/components/ui/index.js +259 -251
- package/dist/components/ui/molecules/avatar-stack.d.ts +32 -0
- package/dist/components/ui/molecules/avatar-stack.d.ts.map +1 -0
- package/dist/components/ui/molecules/avatar-stack.js +91 -0
- package/dist/components/ui/molecules/callout.d.ts +20 -0
- package/dist/components/ui/molecules/callout.d.ts.map +1 -0
- package/dist/components/ui/molecules/callout.js +39 -0
- package/dist/components/ui/molecules/chat-history-item.js +1 -1
- package/dist/components/ui/molecules/chip-body.d.ts +21 -0
- package/dist/components/ui/molecules/chip-body.d.ts.map +1 -0
- package/dist/components/ui/molecules/chip-body.js +21 -0
- package/dist/components/ui/molecules/client-secret-field.js +1 -1
- package/dist/components/ui/molecules/confirm-popover.js +1 -1
- package/dist/components/ui/molecules/date-time-picker.js +2 -2
- package/dist/components/ui/molecules/filter-chip-group.d.ts +26 -0
- package/dist/components/ui/molecules/filter-chip-group.d.ts.map +1 -0
- package/dist/components/ui/molecules/{mcp-server-picker/category-filter.js → filter-chip-group.js} +8 -7
- package/dist/components/ui/molecules/index.d.ts +19 -7
- package/dist/components/ui/molecules/index.d.ts.map +1 -1
- package/dist/components/ui/molecules/index.js +41 -35
- package/dist/components/ui/molecules/mcp-server-picker/card-setup-button.d.ts +21 -0
- package/dist/components/ui/molecules/mcp-server-picker/card-setup-button.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/card-setup-button.js +34 -0
- package/dist/components/ui/molecules/mcp-server-picker/constants.d.ts +2 -0
- package/dist/components/ui/molecules/mcp-server-picker/constants.d.ts.map +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/constants.js +2 -2
- package/dist/components/ui/molecules/mcp-server-picker/recommended-toolkits-chip.d.ts.map +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/recommended-toolkits-chip.js +18 -15
- package/dist/components/ui/molecules/mcp-server-picker/recommended-tools.js +2 -2
- package/dist/components/ui/molecules/mcp-server-picker/search-scope-tabs.js +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/section-callout.js +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/section-nav-header.d.ts.map +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/section-nav-header.js +12 -6
- package/dist/components/ui/molecules/mcp-server-picker/selection-card-parts.d.ts +28 -0
- package/dist/components/ui/molecules/mcp-server-picker/selection-card-parts.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/selection-card-parts.js +28 -0
- package/dist/components/ui/molecules/mcp-server-picker/server-avatar-stack.d.ts +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/server-avatar-stack.d.ts.map +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/server-avatar-stack.js +29 -81
- package/dist/components/ui/molecules/mcp-server-picker/server-card.d.ts +3 -6
- package/dist/components/ui/molecules/mcp-server-picker/server-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/server-card.js +93 -108
- package/dist/components/ui/molecules/mcp-server-picker/setup-callout.d.ts +13 -0
- package/dist/components/ui/molecules/mcp-server-picker/setup-callout.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/setup-callout.js +27 -0
- package/dist/components/ui/molecules/mcp-server-picker/tool-card.d.ts +5 -1
- package/dist/components/ui/molecules/mcp-server-picker/tool-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/tool-card.js +49 -42
- package/dist/components/ui/molecules/mcp-server-picker/tool-recommendations.d.ts +12 -0
- package/dist/components/ui/molecules/mcp-server-picker/tool-recommendations.d.ts.map +1 -0
- package/dist/components/ui/molecules/mcp-server-picker/{tool-search-band.js → tool-recommendations.js} +6 -6
- package/dist/components/ui/molecules/mcp-server-picker/toolkit-avatar.d.ts +6 -6
- package/dist/components/ui/molecules/mcp-server-picker/toolkit-avatar.d.ts.map +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/toolkit-avatar.js +21 -33
- package/dist/components/ui/molecules/mcp-server-picker/toolkit-chip.d.ts.map +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/toolkit-chip.js +19 -22
- package/dist/components/ui/molecules/mcp-server-picker/toolkit-group-header.js +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/unoptimized-match-card.d.ts +3 -1
- package/dist/components/ui/molecules/mcp-server-picker/unoptimized-match-card.d.ts.map +1 -1
- package/dist/components/ui/molecules/mcp-server-picker/unoptimized-match-card.js +33 -31
- package/dist/components/ui/molecules/message.js +2 -2
- package/dist/components/ui/molecules/prompt-input.js +1 -1
- package/dist/components/ui/molecules/removable-chip.d.ts.map +1 -0
- package/dist/components/ui/{atoms → molecules}/removable-chip.js +1 -1
- package/dist/components/ui/molecules/requirement-badges.js +1 -1
- package/dist/components/ui/molecules/tool-call-accordion.js +2 -2
- package/dist/components/ui/molecules/tool-card.js +2 -2
- package/dist/components/ui/molecules/toolkit-card.js +1 -1
- package/dist/components/ui/molecules/undo-toast.d.ts +47 -0
- package/dist/components/ui/molecules/undo-toast.d.ts.map +1 -0
- package/dist/components/ui/molecules/undo-toast.js +3 -0
- package/dist/components/ui/molecules/user-nav.js +2 -2
- package/dist/components/ui/organisms/mcp-selection-summary-bar.d.ts.map +1 -1
- package/dist/components/ui/organisms/mcp-selection-summary-bar.js +27 -30
- package/dist/components/ui/organisms/mcp-server-picker.d.ts +6 -3
- package/dist/components/ui/organisms/mcp-server-picker.d.ts.map +1 -1
- package/dist/components/ui/organisms/mcp-server-picker.js +4 -4
- package/dist/{dropdown-menu-CWWN1cXs.js → dropdown-menu-ecggVuhu.js} +202 -199
- package/dist/{getPseudoElementBounds-D_dlkPnQ.js → getPseudoElementBounds-BOe22aYl.js} +3 -3
- package/dist/{hover-card-GELKDadU.js → hover-card-CGLPPPPP.js} +71 -70
- package/dist/{input-DZfZK6b1.js → input-DZTqcpe-.js} +1 -1
- package/dist/main.js +265 -257
- package/dist/metadata/oauth-providers.d.ts +2 -0
- package/dist/metadata/oauth-providers.d.ts.map +1 -1
- package/dist/metadata/oauth-providers.js +153 -141
- package/dist/{popover-Cne_hQUh.js → popover-CpLkQtT5.js} +129 -128
- package/dist/popupStateMapping-XiLS0Jku.js +643 -0
- package/dist/{progress-D71iUjvg.js → progress-BqG0PtAD.js} +1 -1
- package/dist/{radio-group-CTqA-p0w.js → radio-group-BpMluqfv.js} +8 -7
- package/dist/{safePolygon-os2F06tc.js → safePolygon-DmV1hDsw.js} +35 -34
- package/dist/{scroll-area-C0KbhRES.js → scroll-area-D7iOy7xj.js} +4 -3
- package/dist/{scrollEdges-CHZpP0us.js → scrollEdges-Dck9qFyQ.js} +1 -1
- package/dist/{select-RvAj5g6e.js → select-DFWNXxvZ.js} +179 -176
- package/dist/{slider-Bhn1ogwZ.js → slider-ClXWRpwI.js} +4 -3
- package/dist/{store-C-KXBzZ0.js → store-D7k1qIkZ.js} +23 -22
- package/dist/{switch-D8M0xvzp.js → switch-DlxZDt6o.js} +3 -3
- package/dist/{tabs-ttkDuwww.js → tabs-Cj3LY-7F.js} +9 -8
- package/dist/{toggle-group-CL_MBwuU.js → toggle-group-CmP4iHEJ.js} +1 -1
- package/dist/{tooltip-ZIywOFGf.js → tooltip-BUR7V5Aa.js} +197 -196
- package/dist/{ui-CttBuHXi.js → ui-46pgiw5T.js} +2 -2
- package/dist/undo-toast-Cf4T6ToX.js +898 -0
- package/dist/{useAnchoredPopupScrollLock-a2b_Frjv.js → useAnchoredPopupScrollLock-CnoPUwXv.js} +1 -1
- package/dist/{useAriaLabelledBy-WyUZP7Yf.js → useAriaLabelledBy-DJZioWd6.js} +1 -1
- package/dist/useBaseUiId-CXSJgVcI.js +8 -0
- package/dist/{useCollapsiblePanel-B6XZh6zH.js → useCollapsiblePanel-BPbcE70S.js} +15 -14
- package/dist/{useFocus-DwJfNYN6.js → useFocus-B_SrhX9q.js} +10 -10
- package/dist/{useBaseUiId-voePHgyX.js → useId-Bzr7_bed.js} +1 -6
- package/dist/{useLabelableId-CC2YaILf.js → useLabelableId-9jrDGk5d.js} +1 -1
- package/dist/useOpenChangeComplete-CVIwfcpl.js +80 -0
- package/dist/{useOpenInteractionType-DQhvPqO3.js → useOpenInteractionType-INvHftZi.js} +29 -28
- package/dist/{usePositioner-DkeyI5Le.js → usePositioner-CaLGGc-z.js} +98 -97
- package/dist/useTransitionStatus-CCIoL5RH.js +51 -0
- package/dist/{useTriggerFocusGuards-Qi8iK-AK.js → useTriggerFocusGuards-Dlv8KvSm.js} +7 -7
- package/package.json +1 -1
- package/dist/components/ui/atoms/removable-chip.d.ts.map +0 -1
- package/dist/components/ui/molecules/mcp-server-picker/category-filter-menu.d.ts +0 -31
- package/dist/components/ui/molecules/mcp-server-picker/category-filter-menu.d.ts.map +0 -1
- package/dist/components/ui/molecules/mcp-server-picker/category-filter-menu.js +0 -106
- package/dist/components/ui/molecules/mcp-server-picker/category-filter.d.ts +0 -18
- package/dist/components/ui/molecules/mcp-server-picker/category-filter.d.ts.map +0 -1
- package/dist/components/ui/molecules/mcp-server-picker/tool-search-band.d.ts +0 -12
- package/dist/components/ui/molecules/mcp-server-picker/tool-search-band.d.ts.map +0 -1
- package/dist/popupStateMapping-C8W76brO.js +0 -1221
- package/dist/useOpenChangeComplete-Bs6gnxd9.js +0 -127
- /package/dist/components/ui/{atoms → molecules}/removable-chip.d.ts +0 -0
|
@@ -6,7 +6,7 @@ import { t as c } from "./useStableCallback-CrM0Nb2q.js";
|
|
|
6
6
|
import { n as l } from "./useCompositeListItem-C8B8UyMD.js";
|
|
7
7
|
import { t as u } from "./CompositeList-BUPONQmB.js";
|
|
8
8
|
import { t as d } from "./DirectionContext-OzWG1tsQ.js";
|
|
9
|
-
import { t as f } from "./useBaseUiId-
|
|
9
|
+
import { t as f } from "./useBaseUiId-CXSJgVcI.js";
|
|
10
10
|
import { d as p, n as m, p as h, t as g } from "./createBaseUIEventDetails-C_dwdqj4.js";
|
|
11
11
|
import { n as _ } from "./useAnimationFrame-jkCXMP_8.js";
|
|
12
12
|
import { d as v, l as ee } from "./floating-ui.utils.dom-5U5b4xPf.js";
|
|
@@ -20,9 +20,10 @@ import { t as oe } from "./visuallyHidden-Cq5CW65k.js";
|
|
|
20
20
|
import { a as se, d as C, f as w, i as ce, o as le, r as ue, s as de, t as fe } from "./composite-COXvAbcT.js";
|
|
21
21
|
import { t as pe } from "./useValueChanged-26zHg3aX.js";
|
|
22
22
|
import { a as T, i as me, n as E, r as D, t as he } from "./LabelableContext-C6DIbcnY.js";
|
|
23
|
-
import { t as ge } from "./useLabelableId-
|
|
23
|
+
import { t as ge } from "./useLabelableId-9jrDGk5d.js";
|
|
24
24
|
import { n as O, t as k } from "./valueToPercent-BBx6BqbS.js";
|
|
25
|
-
import {
|
|
25
|
+
import { t as _e } from "./CSPContext-_3HefTUC.js";
|
|
26
|
+
import { t as A } from "./clamp-BT4ayAnN.js";
|
|
26
27
|
import { n as ve, r as j, t as M } from "./resolveAriaLabelledBy-ChNE6KfK.js";
|
|
27
28
|
import * as N from "react";
|
|
28
29
|
import { jsx as P, jsxs as F } from "react/jsx-runtime";
|
|
@@ -1,13 +1,14 @@
|
|
|
1
1
|
import { o as e } from "./useRenderElement-BToElZ97.js";
|
|
2
|
-
import {
|
|
2
|
+
import { o as t, x as n } from "./popupStateMapping-XiLS0Jku.js";
|
|
3
|
+
import { o as r } from "./ReactStore-C3H8e2ha.js";
|
|
3
4
|
//#region ../../node_modules/.bun/@base-ui+react@1.6.0+df7f6a806acd27ca/node_modules/@base-ui/react/floating-ui-react/utils/getEmptyRootContext.mjs
|
|
4
5
|
function i() {
|
|
5
|
-
return new
|
|
6
|
+
return new n({
|
|
6
7
|
open: !1,
|
|
7
8
|
transitionStatus: void 0,
|
|
8
9
|
floatingElement: null,
|
|
9
10
|
referenceElement: null,
|
|
10
|
-
triggerElements: new
|
|
11
|
+
triggerElements: new t(),
|
|
11
12
|
floatingId: void 0,
|
|
12
13
|
syncOnly: !1,
|
|
13
14
|
nested: !1,
|
|
@@ -37,8 +38,8 @@ function a() {
|
|
|
37
38
|
popupProps: e
|
|
38
39
|
};
|
|
39
40
|
}
|
|
40
|
-
function o(e, t,
|
|
41
|
-
return new
|
|
41
|
+
function o(e, t, r = !1) {
|
|
42
|
+
return new n({
|
|
42
43
|
open: !1,
|
|
43
44
|
transitionStatus: void 0,
|
|
44
45
|
floatingElement: null,
|
|
@@ -46,11 +47,11 @@ function o(e, t, n = !1) {
|
|
|
46
47
|
triggerElements: e,
|
|
47
48
|
floatingId: t,
|
|
48
49
|
syncOnly: !0,
|
|
49
|
-
nested:
|
|
50
|
+
nested: r,
|
|
50
51
|
onOpenChange: void 0
|
|
51
52
|
});
|
|
52
53
|
}
|
|
53
|
-
var s =
|
|
54
|
+
var s = r((e) => e.triggerIdProp ?? e.activeTriggerId), c = r((e) => e.openProp ?? e.open), l = r((e) => (e.popupElement?.id ?? e.floatingId) || void 0);
|
|
54
55
|
function u(e, t) {
|
|
55
56
|
return t !== void 0 && c(e) && s(e) === t;
|
|
56
57
|
}
|
|
@@ -59,23 +60,23 @@ function d(e, t) {
|
|
|
59
60
|
}
|
|
60
61
|
var f = {
|
|
61
62
|
open: c,
|
|
62
|
-
mounted:
|
|
63
|
-
transitionStatus:
|
|
64
|
-
floatingRootContext:
|
|
65
|
-
triggerCount:
|
|
66
|
-
preventUnmountingOnClose:
|
|
67
|
-
payload:
|
|
63
|
+
mounted: r((e) => e.mounted),
|
|
64
|
+
transitionStatus: r((e) => e.transitionStatus),
|
|
65
|
+
floatingRootContext: r((e) => e.floatingRootContext),
|
|
66
|
+
triggerCount: r((e) => e.triggerCount),
|
|
67
|
+
preventUnmountingOnClose: r((e) => e.preventUnmountingOnClose),
|
|
68
|
+
payload: r((e) => e.payload),
|
|
68
69
|
activeTriggerId: s,
|
|
69
|
-
activeTriggerElement:
|
|
70
|
+
activeTriggerElement: r((e) => e.mounted ? e.activeTriggerElement : null),
|
|
70
71
|
popupId: l,
|
|
71
|
-
isTriggerActive:
|
|
72
|
-
isOpenedByTrigger:
|
|
73
|
-
isMountedByTrigger:
|
|
74
|
-
triggerProps:
|
|
75
|
-
triggerPopupId:
|
|
76
|
-
popupProps:
|
|
77
|
-
popupElement:
|
|
78
|
-
positionerElement:
|
|
72
|
+
isTriggerActive: r((e, t) => t !== void 0 && s(e) === t),
|
|
73
|
+
isOpenedByTrigger: r((e, t) => u(e, t)),
|
|
74
|
+
isMountedByTrigger: r((e, t) => t !== void 0 && s(e) === t && e.mounted),
|
|
75
|
+
triggerProps: r((e, t) => t ? e.activeTriggerProps : e.inactiveTriggerProps),
|
|
76
|
+
triggerPopupId: r((e, t) => d(e, t) ? l(e) : void 0),
|
|
77
|
+
popupProps: r((e) => e.popupProps),
|
|
78
|
+
popupElement: r((e) => e.popupElement),
|
|
79
|
+
positionerElement: r((e) => e.positionerElement)
|
|
79
80
|
};
|
|
80
81
|
//#endregion
|
|
81
82
|
export { o as n, f as r, a as t };
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import { t as e } from "./useControlled-Bu1mahWG.js";
|
|
3
3
|
import { t } from "./useIsoLayoutEffect-4LGv3HzC.js";
|
|
4
4
|
import { l as n, o as r, r as i, t as a, u as o } from "./useRenderElement-BToElZ97.js";
|
|
5
|
-
import { t as s } from "./useBaseUiId-
|
|
5
|
+
import { t as s } from "./useBaseUiId-CXSJgVcI.js";
|
|
6
6
|
import { g as ee, t as c } from "./createBaseUIEventDetails-C_dwdqj4.js";
|
|
7
7
|
import { l } from "./floating-ui.utils.dom-5U5b4xPf.js";
|
|
8
8
|
import { t as u } from "./useButton-DjF6Owsn.js";
|
|
@@ -10,8 +10,8 @@ import { cn as d } from "./lib/utils.js";
|
|
|
10
10
|
import { n as te, t as ne } from "./visuallyHidden-Cq5CW65k.js";
|
|
11
11
|
import { t as re } from "./useValueChanged-26zHg3aX.js";
|
|
12
12
|
import { a as f, i as ie, n as ae, r as oe, t as se } from "./LabelableContext-C6DIbcnY.js";
|
|
13
|
-
import { t as p } from "./useAriaLabelledBy-
|
|
14
|
-
import { t as m } from "./useLabelableId-
|
|
13
|
+
import { t as p } from "./useAriaLabelledBy-DJZioWd6.js";
|
|
14
|
+
import { t as m } from "./useLabelableId-9jrDGk5d.js";
|
|
15
15
|
import * as h from "react";
|
|
16
16
|
import { jsx as g, jsxs as _ } from "react/jsx-runtime";
|
|
17
17
|
//#region ../../node_modules/.bun/@base-ui+react@1.6.0+df7f6a806acd27ca/node_modules/@base-ui/react/switch/root/SwitchRootContext.mjs
|
|
@@ -5,9 +5,10 @@ import { a as n, t as r, u as i } from "./useRenderElement-BToElZ97.js";
|
|
|
5
5
|
import { t as a } from "./useStableCallback-CrM0Nb2q.js";
|
|
6
6
|
import { n as o } from "./useCompositeListItem-C8B8UyMD.js";
|
|
7
7
|
import { t as s } from "./CompositeList-BUPONQmB.js";
|
|
8
|
-
import { t as c } from "./useBaseUiId-
|
|
8
|
+
import { t as c } from "./useBaseUiId-CXSJgVcI.js";
|
|
9
9
|
import { a as l, g as u, h as d, t as f, u as p } from "./createBaseUIEventDetails-C_dwdqj4.js";
|
|
10
|
-
import {
|
|
10
|
+
import { t as m } from "./useTransitionStatus-CCIoL5RH.js";
|
|
11
|
+
import { a as h, i as g, t as _ } from "./useOpenChangeComplete-CVIwfcpl.js";
|
|
11
12
|
import { t as v } from "./useButton-DjF6Owsn.js";
|
|
12
13
|
import { t as y } from "./owner-CyZnQOKt.js";
|
|
13
14
|
import { cn as b } from "./lib/utils.js";
|
|
@@ -275,18 +276,18 @@ process.env.NODE_ENV !== "production" && (R.displayName = "TabsTab");
|
|
|
275
276
|
//#endregion
|
|
276
277
|
//#region ../../node_modules/.bun/@base-ui+react@1.6.0+df7f6a806acd27ca/node_modules/@base-ui/react/tabs/panel/TabsPanelDataAttributes.mjs
|
|
277
278
|
var z = function(e) {
|
|
278
|
-
return e.index = "data-index", e.activationDirection = "data-activation-direction", e.orientation = "data-orientation", e.hidden = "data-hidden", e[e.startingStyle =
|
|
279
|
+
return e.index = "data-index", e.activationDirection = "data-activation-direction", e.orientation = "data-orientation", e.hidden = "data-hidden", e[e.startingStyle = g.startingStyle] = "startingStyle", e[e.endingStyle = g.endingStyle] = "endingStyle", e;
|
|
279
280
|
}({}), B = {
|
|
280
281
|
...N,
|
|
281
|
-
...
|
|
282
|
+
...h
|
|
282
283
|
}, V = /*#__PURE__*/ O.forwardRef(function(e, n) {
|
|
283
|
-
let { className: i, value: a, render: s, keepMounted: l = !1, style: u, ...d } = e, { value: f, getTabIdByPanelValue: p, orientation:
|
|
284
|
+
let { className: i, value: a, render: s, keepMounted: l = !1, style: u, ...d } = e, { value: f, getTabIdByPanelValue: p, orientation: h, tabActivationDirection: g, registerMountedTabPanel: v, unregisterMountedTabPanel: y } = j(), b = c(), { ref: x, index: S } = o({ metadata: O.useMemo(() => ({
|
|
284
285
|
id: b,
|
|
285
286
|
value: a
|
|
286
|
-
}), [b, a]) }), C = a === f, { mounted: T, transitionStatus: E, setMounted: D } =
|
|
287
|
+
}), [b, a]) }), C = a === f, { mounted: T, transitionStatus: E, setMounted: D } = m(C), k = !T, A = p(a), M = {
|
|
287
288
|
hidden: k,
|
|
288
|
-
orientation:
|
|
289
|
-
tabActivationDirection:
|
|
289
|
+
orientation: h,
|
|
290
|
+
tabActivationDirection: g,
|
|
290
291
|
transitionStatus: E
|
|
291
292
|
}, N = O.useRef(null), P = r("div", e, {
|
|
292
293
|
state: M,
|
|
@@ -6,7 +6,7 @@ import { cn as a } from "./lib/utils.js";
|
|
|
6
6
|
import { t as o } from "./ToolbarRootContext-CDm74ob9.js";
|
|
7
7
|
import { filterChipVariants as s } from "./components/ui/atoms/filter-chip.js";
|
|
8
8
|
import { t as c } from "./CompositeRoot-B_7HJZA1.js";
|
|
9
|
-
import { n as l, t as u } from "./Toggle-
|
|
9
|
+
import { n as l, t as u } from "./Toggle-BdxyK_Ln.js";
|
|
10
10
|
import * as d from "react";
|
|
11
11
|
import { jsx as f } from "react/jsx-runtime";
|
|
12
12
|
//#region ../../node_modules/.bun/@base-ui+react@1.6.0+df7f6a806acd27ca/node_modules/@base-ui/react/toolbar/group/ToolbarGroupContext.mjs
|