@sparrowengg/integrations-templates-frontend 7.0.0-bulkify.7 → 8.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.
Files changed (84) hide show
  1. package/dist/cjs/contact-import/components/contact-import-mapping.js +5 -0
  2. package/dist/cjs/contact-import/components/contact-import-mapping.js.map +1 -1
  3. package/dist/cjs/integration-template/components/dashboard-constants.js +1 -0
  4. package/dist/cjs/integration-template/components/dashboard-constants.js.map +1 -1
  5. package/dist/cjs/integration-template/components/dashboard.js +17 -1
  6. package/dist/cjs/integration-template/components/dashboard.js.map +1 -1
  7. package/dist/cjs/node_modules/@internationalized/date/dist/private/CalendarDate.js +32 -8
  8. package/dist/cjs/node_modules/@internationalized/date/dist/private/CalendarDate.js.map +1 -1
  9. package/dist/cjs/node_modules/@radix-ui/react-compose-refs/dist/index.js +1 -1
  10. package/dist/cjs/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +1 -1
  11. package/dist/cjs/node_modules/@radix-ui/react-context/dist/index.js +2 -1
  12. package/dist/cjs/node_modules/@radix-ui/react-context/dist/index.js.map +1 -1
  13. package/dist/cjs/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +5 -2
  14. package/dist/cjs/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +1 -1
  15. package/dist/cjs/node_modules/@radix-ui/react-focus-guards/dist/index.js +15 -5
  16. package/dist/cjs/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +1 -1
  17. package/dist/cjs/node_modules/@radix-ui/react-id/dist/index.js +1 -1
  18. package/dist/cjs/node_modules/@radix-ui/react-id/dist/index.js.map +1 -1
  19. package/dist/cjs/node_modules/@radix-ui/react-popover/dist/index.js +1 -1
  20. package/dist/cjs/node_modules/@radix-ui/react-popover/dist/index.js.map +1 -1
  21. package/dist/cjs/node_modules/@radix-ui/react-popper/dist/index.js +58 -15
  22. package/dist/cjs/node_modules/@radix-ui/react-popper/dist/index.js.map +1 -1
  23. package/dist/cjs/node_modules/@radix-ui/react-portal/dist/index.js +2 -1
  24. package/dist/cjs/node_modules/@radix-ui/react-portal/dist/index.js.map +1 -1
  25. package/dist/cjs/node_modules/@radix-ui/react-presence/dist/index.js +38 -5
  26. package/dist/cjs/node_modules/@radix-ui/react-presence/dist/index.js.map +1 -1
  27. package/dist/cjs/node_modules/@radix-ui/react-slot/dist/index.js +71 -37
  28. package/dist/cjs/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -1
  29. package/dist/cjs/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +2 -2
  30. package/dist/cjs/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +1 -1
  31. package/dist/cjs/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +1 -1
  32. package/dist/cjs/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +1 -1
  33. package/dist/cjs/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +1 -1
  34. package/dist/cjs/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +1 -1
  35. package/dist/cjs/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +1 -1
  36. package/dist/cjs/node_modules/@radix-ui/react-use-size/dist/index.js +1 -1
  37. package/dist/cjs/node_modules/@radix-ui/react-use-size/dist/index.js.map +1 -1
  38. package/dist/cjs/node_modules/dayjs/dayjs.min.js +1 -1
  39. package/dist/cjs/node_modules/dayjs/dayjs.min.js.map +1 -1
  40. package/dist/cjs/triggers/components/EventSetup.js +1 -2
  41. package/dist/cjs/triggers/components/EventSetup.js.map +1 -1
  42. package/dist/es/contact-import/components/contact-import-mapping.js +5 -0
  43. package/dist/es/contact-import/components/contact-import-mapping.js.map +1 -1
  44. package/dist/es/integration-template/components/dashboard-constants.js +1 -0
  45. package/dist/es/integration-template/components/dashboard-constants.js.map +1 -1
  46. package/dist/es/integration-template/components/dashboard.js +17 -1
  47. package/dist/es/integration-template/components/dashboard.js.map +1 -1
  48. package/dist/es/node_modules/@internationalized/date/dist/private/CalendarDate.js +32 -8
  49. package/dist/es/node_modules/@internationalized/date/dist/private/CalendarDate.js.map +1 -1
  50. package/dist/es/node_modules/@radix-ui/react-compose-refs/dist/index.js +1 -1
  51. package/dist/es/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +1 -1
  52. package/dist/es/node_modules/@radix-ui/react-context/dist/index.js +2 -1
  53. package/dist/es/node_modules/@radix-ui/react-context/dist/index.js.map +1 -1
  54. package/dist/es/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +5 -2
  55. package/dist/es/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +1 -1
  56. package/dist/es/node_modules/@radix-ui/react-focus-guards/dist/index.js +15 -5
  57. package/dist/es/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +1 -1
  58. package/dist/es/node_modules/@radix-ui/react-id/dist/index.js +1 -1
  59. package/dist/es/node_modules/@radix-ui/react-id/dist/index.js.map +1 -1
  60. package/dist/es/node_modules/@radix-ui/react-popover/dist/index.js +1 -1
  61. package/dist/es/node_modules/@radix-ui/react-popover/dist/index.js.map +1 -1
  62. package/dist/es/node_modules/@radix-ui/react-popper/dist/index.js +53 -10
  63. package/dist/es/node_modules/@radix-ui/react-popper/dist/index.js.map +1 -1
  64. package/dist/es/node_modules/@radix-ui/react-portal/dist/index.js +2 -2
  65. package/dist/es/node_modules/@radix-ui/react-portal/dist/index.js.map +1 -1
  66. package/dist/es/node_modules/@radix-ui/react-presence/dist/index.js +35 -2
  67. package/dist/es/node_modules/@radix-ui/react-presence/dist/index.js.map +1 -1
  68. package/dist/es/node_modules/@radix-ui/react-slot/dist/index.js +72 -38
  69. package/dist/es/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -1
  70. package/dist/es/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +2 -2
  71. package/dist/es/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +1 -1
  72. package/dist/es/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +1 -1
  73. package/dist/es/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +1 -1
  74. package/dist/es/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +1 -1
  75. package/dist/es/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +1 -1
  76. package/dist/es/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +1 -1
  77. package/dist/es/node_modules/@radix-ui/react-use-size/dist/index.js +1 -1
  78. package/dist/es/node_modules/@radix-ui/react-use-size/dist/index.js.map +1 -1
  79. package/dist/es/node_modules/dayjs/dayjs.min.js +1 -1
  80. package/dist/es/node_modules/dayjs/dayjs.min.js.map +1 -1
  81. package/dist/es/triggers/components/EventSetup.js +1 -2
  82. package/dist/es/triggers/components/EventSetup.js.map +1 -1
  83. package/dist/index.d.ts +3 -4
  84. package/package.json +1 -1
@@ -6,8 +6,8 @@ var index = require('../../react-arrow/dist/index.js');
6
6
  var index$2 = require('../../react-compose-refs/dist/index.js');
7
7
  var index$1 = require('../../react-context/dist/index.js');
8
8
  var index$6 = require('../../react-primitive/dist/index.js');
9
- var index$4 = require('../../react-use-callback-ref/dist/index.js');
10
- var index$5 = require('../../react-use-layout-effect/dist/index.js');
9
+ var index$5 = require('../../react-use-callback-ref/dist/index.js');
10
+ var index$4 = require('../../react-use-layout-effect/dist/index.js');
11
11
  var index$3 = require('../../react-use-size/dist/index.js');
12
12
  var jsxRuntime = require('react/jsx-runtime');
13
13
  var floatingUi_dom = require('../../../@floating-ui/dom/dist/floating-ui.dom.js');
@@ -37,7 +37,18 @@ var [PopperProvider, usePopperContext] = createPopperContext(POPPER_NAME);
37
37
  var Popper = (props) => {
38
38
  const { __scopePopper, children } = props;
39
39
  const [anchor, setAnchor] = React__namespace.useState(null);
40
- return /* @__PURE__ */ jsxRuntime.jsx(PopperProvider, { scope: __scopePopper, anchor, onAnchorChange: setAnchor, children });
40
+ const [placementState, setPlacementState] = React__namespace.useState(void 0);
41
+ return /* @__PURE__ */ jsxRuntime.jsx(
42
+ PopperProvider,
43
+ {
44
+ scope: __scopePopper,
45
+ anchor,
46
+ onAnchorChange: setAnchor,
47
+ placementState,
48
+ setPlacementState,
49
+ children
50
+ }
51
+ );
41
52
  };
42
53
  Popper.displayName = POPPER_NAME;
43
54
  var ANCHOR_NAME = "PopperAnchor";
@@ -46,16 +57,40 @@ var PopperAnchor = React__namespace.forwardRef(
46
57
  const { __scopePopper, virtualRef, ...anchorProps } = props;
47
58
  const context = usePopperContext(ANCHOR_NAME, __scopePopper);
48
59
  const ref = React__namespace.useRef(null);
49
- const composedRefs = index$2.useComposedRefs(forwardedRef, ref);
60
+ const onAnchorChange = context.onAnchorChange;
61
+ const callbackRef = React__namespace.useCallback(
62
+ (node) => {
63
+ ref.current = node;
64
+ if (node) {
65
+ onAnchorChange(node);
66
+ }
67
+ },
68
+ [onAnchorChange]
69
+ );
70
+ const composedRefs = index$2.useComposedRefs(forwardedRef, callbackRef);
50
71
  const anchorRef = React__namespace.useRef(null);
51
72
  React__namespace.useEffect(() => {
73
+ if (!virtualRef) {
74
+ return;
75
+ }
52
76
  const previousAnchor = anchorRef.current;
53
- anchorRef.current = virtualRef?.current || ref.current;
77
+ anchorRef.current = virtualRef.current;
54
78
  if (previousAnchor !== anchorRef.current) {
55
- context.onAnchorChange(anchorRef.current);
79
+ onAnchorChange(anchorRef.current);
56
80
  }
57
81
  });
58
- return virtualRef ? null : /* @__PURE__ */ jsxRuntime.jsx(index$6.Primitive.div, { ...anchorProps, ref: composedRefs });
82
+ const sideAndAlign = context.placementState && getSideAndAlignFromPlacement(context.placementState);
83
+ const placedSide = sideAndAlign?.[0];
84
+ const placedAlign = sideAndAlign?.[1];
85
+ return virtualRef ? null : /* @__PURE__ */ jsxRuntime.jsx(
86
+ index$6.Primitive.div,
87
+ {
88
+ "data-radix-popper-side": placedSide,
89
+ "data-radix-popper-align": placedAlign,
90
+ ...anchorProps,
91
+ ref: composedRefs
92
+ }
93
+ );
59
94
  }
60
95
  );
61
96
  PopperAnchor.displayName = ANCHOR_NAME;
@@ -71,7 +106,7 @@ var PopperContent = React__namespace.forwardRef(
71
106
  alignOffset = 0,
72
107
  arrowPadding = 0,
73
108
  avoidCollisions = true,
74
- collisionBoundary = [],
109
+ collisionBoundary,
75
110
  collisionPadding: collisionPaddingProp = 0,
76
111
  sticky = "partial",
77
112
  hideWhenDetached = false,
@@ -88,11 +123,11 @@ var PopperContent = React__namespace.forwardRef(
88
123
  const arrowHeight = arrowSize?.height ?? 0;
89
124
  const desiredPlacement = side + (align !== "center" ? "-" + align : "");
90
125
  const collisionPadding = typeof collisionPaddingProp === "number" ? collisionPaddingProp : { top: 0, right: 0, bottom: 0, left: 0, ...collisionPaddingProp };
91
- const boundary = Array.isArray(collisionBoundary) ? collisionBoundary : [collisionBoundary];
92
- const hasExplicitBoundaries = boundary.length > 0;
126
+ const boundary = collisionBoundary ? Array.isArray(collisionBoundary) ? collisionBoundary : [collisionBoundary] : void 0;
127
+ const hasExplicitBoundaries = boundary !== void 0 && boundary.length > 0;
93
128
  const detectOverflowOptions = {
94
129
  padding: collisionPadding,
95
- boundary: boundary.filter(isNotNull),
130
+ boundary: boundary?.filter(isNotNull),
96
131
  // with `strategy: 'fixed'`, this is the only way to get it to respect boundaries
97
132
  altBoundary: hasExplicitBoundaries
98
133
  };
@@ -134,9 +169,16 @@ var PopperContent = React__namespace.forwardRef(
134
169
  hideWhenDetached && floatingUi_reactDom.hide({ strategy: "referenceHidden", ...detectOverflowOptions })
135
170
  ]
136
171
  });
172
+ const setPlacementState = context.setPlacementState;
173
+ index$4.useLayoutEffect(() => {
174
+ setPlacementState(placement);
175
+ return () => {
176
+ setPlacementState(void 0);
177
+ };
178
+ }, [placement, setPlacementState]);
137
179
  const [placedSide, placedAlign] = getSideAndAlignFromPlacement(placement);
138
- const handlePlaced = index$4.useCallbackRef(onPlaced);
139
- index$5.useLayoutEffect(() => {
180
+ const handlePlaced = index$5.useCallbackRef(onPlaced);
181
+ index$4.useLayoutEffect(() => {
140
182
  if (isPositioned) {
141
183
  handlePlaced?.();
142
184
  }
@@ -145,7 +187,7 @@ var PopperContent = React__namespace.forwardRef(
145
187
  const arrowY = middlewareData.arrow?.y;
146
188
  const cannotCenterArrow = middlewareData.arrow?.centerOffset !== 0;
147
189
  const [contentZIndex, setContentZIndex] = React__namespace.useState();
148
- index$5.useLayoutEffect(() => {
190
+ index$4.useLayoutEffect(() => {
149
191
  if (content) setContentZIndex(window.getComputedStyle(content).zIndex);
150
192
  }, [content]);
151
193
  return /* @__PURE__ */ jsxRuntime.jsx(
@@ -159,7 +201,7 @@ var PopperContent = React__namespace.forwardRef(
159
201
  // keep off the page when measuring
160
202
  minWidth: "max-content",
161
203
  zIndex: contentZIndex,
162
- ["--radix-popper-transform-origin"]: [
204
+ "--radix-popper-transform-origin": [
163
205
  middlewareData.transformOrigin?.x,
164
206
  middlewareData.transformOrigin?.y
165
207
  ].join(" "),
@@ -177,6 +219,7 @@ var PopperContent = React__namespace.forwardRef(
177
219
  {
178
220
  scope: __scopePopper,
179
221
  placedSide,
222
+ placedAlign,
180
223
  onArrowChange: setArrow,
181
224
  arrowX,
182
225
  arrowY,
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../../../../node_modules/@radix-ui/react-popper/dist/index.mjs"],"sourcesContent":["\"use client\";\n\n// src/popper.tsx\nimport * as React from \"react\";\nimport {\n useFloating,\n autoUpdate,\n offset,\n shift,\n limitShift,\n hide,\n arrow as floatingUIarrow,\n flip,\n size\n} from \"@floating-ui/react-dom\";\nimport * as ArrowPrimitive from \"@radix-ui/react-arrow\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { createContextScope } from \"@radix-ui/react-context\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { useCallbackRef } from \"@radix-ui/react-use-callback-ref\";\nimport { useLayoutEffect } from \"@radix-ui/react-use-layout-effect\";\nimport { useSize } from \"@radix-ui/react-use-size\";\nimport { jsx } from \"react/jsx-runtime\";\nvar SIDE_OPTIONS = [\"top\", \"right\", \"bottom\", \"left\"];\nvar ALIGN_OPTIONS = [\"start\", \"center\", \"end\"];\nvar POPPER_NAME = \"Popper\";\nvar [createPopperContext, createPopperScope] = createContextScope(POPPER_NAME);\nvar [PopperProvider, usePopperContext] = createPopperContext(POPPER_NAME);\nvar Popper = (props) => {\n const { __scopePopper, children } = props;\n const [anchor, setAnchor] = React.useState(null);\n return /* @__PURE__ */ jsx(PopperProvider, { scope: __scopePopper, anchor, onAnchorChange: setAnchor, children });\n};\nPopper.displayName = POPPER_NAME;\nvar ANCHOR_NAME = \"PopperAnchor\";\nvar PopperAnchor = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopePopper, virtualRef, ...anchorProps } = props;\n const context = usePopperContext(ANCHOR_NAME, __scopePopper);\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref);\n const anchorRef = React.useRef(null);\n React.useEffect(() => {\n const previousAnchor = anchorRef.current;\n anchorRef.current = virtualRef?.current || ref.current;\n if (previousAnchor !== anchorRef.current) {\n context.onAnchorChange(anchorRef.current);\n }\n });\n return virtualRef ? null : /* @__PURE__ */ jsx(Primitive.div, { ...anchorProps, ref: composedRefs });\n }\n);\nPopperAnchor.displayName = ANCHOR_NAME;\nvar CONTENT_NAME = \"PopperContent\";\nvar [PopperContentProvider, useContentContext] = createPopperContext(CONTENT_NAME);\nvar PopperContent = React.forwardRef(\n (props, forwardedRef) => {\n const {\n __scopePopper,\n side = \"bottom\",\n sideOffset = 0,\n align = \"center\",\n alignOffset = 0,\n arrowPadding = 0,\n avoidCollisions = true,\n collisionBoundary = [],\n collisionPadding: collisionPaddingProp = 0,\n sticky = \"partial\",\n hideWhenDetached = false,\n updatePositionStrategy = \"optimized\",\n onPlaced,\n ...contentProps\n } = props;\n const context = usePopperContext(CONTENT_NAME, __scopePopper);\n const [content, setContent] = React.useState(null);\n const composedRefs = useComposedRefs(forwardedRef, (node) => setContent(node));\n const [arrow, setArrow] = React.useState(null);\n const arrowSize = useSize(arrow);\n const arrowWidth = arrowSize?.width ?? 0;\n const arrowHeight = arrowSize?.height ?? 0;\n const desiredPlacement = side + (align !== \"center\" ? \"-\" + align : \"\");\n const collisionPadding = typeof collisionPaddingProp === \"number\" ? collisionPaddingProp : { top: 0, right: 0, bottom: 0, left: 0, ...collisionPaddingProp };\n const boundary = Array.isArray(collisionBoundary) ? collisionBoundary : [collisionBoundary];\n const hasExplicitBoundaries = boundary.length > 0;\n const detectOverflowOptions = {\n padding: collisionPadding,\n boundary: boundary.filter(isNotNull),\n // with `strategy: 'fixed'`, this is the only way to get it to respect boundaries\n altBoundary: hasExplicitBoundaries\n };\n const { refs, floatingStyles, placement, isPositioned, middlewareData } = useFloating({\n // default to `fixed` strategy so users don't have to pick and we also avoid focus scroll issues\n strategy: \"fixed\",\n placement: desiredPlacement,\n whileElementsMounted: (...args) => {\n const cleanup = autoUpdate(...args, {\n animationFrame: updatePositionStrategy === \"always\"\n });\n return cleanup;\n },\n elements: {\n reference: context.anchor\n },\n middleware: [\n offset({ mainAxis: sideOffset + arrowHeight, alignmentAxis: alignOffset }),\n avoidCollisions && shift({\n mainAxis: true,\n crossAxis: false,\n limiter: sticky === \"partial\" ? limitShift() : void 0,\n ...detectOverflowOptions\n }),\n avoidCollisions && flip({ ...detectOverflowOptions }),\n size({\n ...detectOverflowOptions,\n apply: ({ elements, rects, availableWidth, availableHeight }) => {\n const { width: anchorWidth, height: anchorHeight } = rects.reference;\n const contentStyle = elements.floating.style;\n contentStyle.setProperty(\"--radix-popper-available-width\", `${availableWidth}px`);\n contentStyle.setProperty(\"--radix-popper-available-height\", `${availableHeight}px`);\n contentStyle.setProperty(\"--radix-popper-anchor-width\", `${anchorWidth}px`);\n contentStyle.setProperty(\"--radix-popper-anchor-height\", `${anchorHeight}px`);\n }\n }),\n arrow && floatingUIarrow({ element: arrow, padding: arrowPadding }),\n transformOrigin({ arrowWidth, arrowHeight }),\n hideWhenDetached && hide({ strategy: \"referenceHidden\", ...detectOverflowOptions })\n ]\n });\n const [placedSide, placedAlign] = getSideAndAlignFromPlacement(placement);\n const handlePlaced = useCallbackRef(onPlaced);\n useLayoutEffect(() => {\n if (isPositioned) {\n handlePlaced?.();\n }\n }, [isPositioned, handlePlaced]);\n const arrowX = middlewareData.arrow?.x;\n const arrowY = middlewareData.arrow?.y;\n const cannotCenterArrow = middlewareData.arrow?.centerOffset !== 0;\n const [contentZIndex, setContentZIndex] = React.useState();\n useLayoutEffect(() => {\n if (content) setContentZIndex(window.getComputedStyle(content).zIndex);\n }, [content]);\n return /* @__PURE__ */ jsx(\n \"div\",\n {\n ref: refs.setFloating,\n \"data-radix-popper-content-wrapper\": \"\",\n style: {\n ...floatingStyles,\n transform: isPositioned ? floatingStyles.transform : \"translate(0, -200%)\",\n // keep off the page when measuring\n minWidth: \"max-content\",\n zIndex: contentZIndex,\n [\"--radix-popper-transform-origin\"]: [\n middlewareData.transformOrigin?.x,\n middlewareData.transformOrigin?.y\n ].join(\" \"),\n // hide the content if using the hide middleware and should be hidden\n // set visibility to hidden and disable pointer events so the UI behaves\n // as if the PopperContent isn't there at all\n ...middlewareData.hide?.referenceHidden && {\n visibility: \"hidden\",\n pointerEvents: \"none\"\n }\n },\n dir: props.dir,\n children: /* @__PURE__ */ jsx(\n PopperContentProvider,\n {\n scope: __scopePopper,\n placedSide,\n onArrowChange: setArrow,\n arrowX,\n arrowY,\n shouldHideArrow: cannotCenterArrow,\n children: /* @__PURE__ */ jsx(\n Primitive.div,\n {\n \"data-side\": placedSide,\n \"data-align\": placedAlign,\n ...contentProps,\n ref: composedRefs,\n style: {\n ...contentProps.style,\n // if the PopperContent hasn't been placed yet (not all measurements done)\n // we prevent animations so that users's animation don't kick in too early referring wrong sides\n animation: !isPositioned ? \"none\" : void 0\n }\n }\n )\n }\n )\n }\n );\n }\n);\nPopperContent.displayName = CONTENT_NAME;\nvar ARROW_NAME = \"PopperArrow\";\nvar OPPOSITE_SIDE = {\n top: \"bottom\",\n right: \"left\",\n bottom: \"top\",\n left: \"right\"\n};\nvar PopperArrow = React.forwardRef(function PopperArrow2(props, forwardedRef) {\n const { __scopePopper, ...arrowProps } = props;\n const contentContext = useContentContext(ARROW_NAME, __scopePopper);\n const baseSide = OPPOSITE_SIDE[contentContext.placedSide];\n return (\n // we have to use an extra wrapper because `ResizeObserver` (used by `useSize`)\n // doesn't report size as we'd expect on SVG elements.\n // it reports their bounding box which is effectively the largest path inside the SVG.\n /* @__PURE__ */ jsx(\n \"span\",\n {\n ref: contentContext.onArrowChange,\n style: {\n position: \"absolute\",\n left: contentContext.arrowX,\n top: contentContext.arrowY,\n [baseSide]: 0,\n transformOrigin: {\n top: \"\",\n right: \"0 0\",\n bottom: \"center 0\",\n left: \"100% 0\"\n }[contentContext.placedSide],\n transform: {\n top: \"translateY(100%)\",\n right: \"translateY(50%) rotate(90deg) translateX(-50%)\",\n bottom: `rotate(180deg)`,\n left: \"translateY(50%) rotate(-90deg) translateX(50%)\"\n }[contentContext.placedSide],\n visibility: contentContext.shouldHideArrow ? \"hidden\" : void 0\n },\n children: /* @__PURE__ */ jsx(\n ArrowPrimitive.Root,\n {\n ...arrowProps,\n ref: forwardedRef,\n style: {\n ...arrowProps.style,\n // ensures the element can be measured correctly (mostly for if SVG)\n display: \"block\"\n }\n }\n )\n }\n )\n );\n});\nPopperArrow.displayName = ARROW_NAME;\nfunction isNotNull(value) {\n return value !== null;\n}\nvar transformOrigin = (options) => ({\n name: \"transformOrigin\",\n options,\n fn(data) {\n const { placement, rects, middlewareData } = data;\n const cannotCenterArrow = middlewareData.arrow?.centerOffset !== 0;\n const isArrowHidden = cannotCenterArrow;\n const arrowWidth = isArrowHidden ? 0 : options.arrowWidth;\n const arrowHeight = isArrowHidden ? 0 : options.arrowHeight;\n const [placedSide, placedAlign] = getSideAndAlignFromPlacement(placement);\n const noArrowAlign = { start: \"0%\", center: \"50%\", end: \"100%\" }[placedAlign];\n const arrowXCenter = (middlewareData.arrow?.x ?? 0) + arrowWidth / 2;\n const arrowYCenter = (middlewareData.arrow?.y ?? 0) + arrowHeight / 2;\n let x = \"\";\n let y = \"\";\n if (placedSide === \"bottom\") {\n x = isArrowHidden ? noArrowAlign : `${arrowXCenter}px`;\n y = `${-arrowHeight}px`;\n } else if (placedSide === \"top\") {\n x = isArrowHidden ? noArrowAlign : `${arrowXCenter}px`;\n y = `${rects.floating.height + arrowHeight}px`;\n } else if (placedSide === \"right\") {\n x = `${-arrowHeight}px`;\n y = isArrowHidden ? noArrowAlign : `${arrowYCenter}px`;\n } else if (placedSide === \"left\") {\n x = `${rects.floating.width + arrowHeight}px`;\n y = isArrowHidden ? noArrowAlign : `${arrowYCenter}px`;\n }\n return { data: { x, y } };\n }\n});\nfunction getSideAndAlignFromPlacement(placement) {\n const [side, align = \"center\"] = placement.split(\"-\");\n return [side, align];\n}\nvar Root2 = Popper;\nvar Anchor = PopperAnchor;\nvar Content = PopperContent;\nvar Arrow = PopperArrow;\nexport {\n ALIGN_OPTIONS,\n Anchor,\n Arrow,\n Content,\n Popper,\n PopperAnchor,\n PopperArrow,\n PopperContent,\n Root2 as Root,\n SIDE_OPTIONS,\n createPopperScope\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["createContextScope","React","jsx","useComposedRefs","Primitive","useSize","useFloating","autoUpdate","offset","shift","limitShift","flip","size","floatingUIarrow","hide","useCallbackRef","useLayoutEffect","ArrowPrimitive.Root"],"mappings":"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","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"index.js","sources":["../../../../../../../../node_modules/@radix-ui/react-popper/dist/index.mjs"],"sourcesContent":["\"use client\";\n\n// src/popper.tsx\nimport * as React from \"react\";\nimport {\n useFloating,\n autoUpdate,\n offset,\n shift,\n limitShift,\n hide,\n arrow as floatingUIarrow,\n flip,\n size\n} from \"@floating-ui/react-dom\";\nimport * as ArrowPrimitive from \"@radix-ui/react-arrow\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { createContextScope } from \"@radix-ui/react-context\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { useCallbackRef } from \"@radix-ui/react-use-callback-ref\";\nimport { useLayoutEffect } from \"@radix-ui/react-use-layout-effect\";\nimport { useSize } from \"@radix-ui/react-use-size\";\nimport { jsx } from \"react/jsx-runtime\";\nvar SIDE_OPTIONS = [\"top\", \"right\", \"bottom\", \"left\"];\nvar ALIGN_OPTIONS = [\"start\", \"center\", \"end\"];\nvar POPPER_NAME = \"Popper\";\nvar [createPopperContext, createPopperScope] = createContextScope(POPPER_NAME);\nvar [PopperProvider, usePopperContext] = createPopperContext(POPPER_NAME);\nvar Popper = (props) => {\n const { __scopePopper, children } = props;\n const [anchor, setAnchor] = React.useState(null);\n const [placementState, setPlacementState] = React.useState(void 0);\n return /* @__PURE__ */ jsx(\n PopperProvider,\n {\n scope: __scopePopper,\n anchor,\n onAnchorChange: setAnchor,\n placementState,\n setPlacementState,\n children\n }\n );\n};\nPopper.displayName = POPPER_NAME;\nvar ANCHOR_NAME = \"PopperAnchor\";\nvar PopperAnchor = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopePopper, virtualRef, ...anchorProps } = props;\n const context = usePopperContext(ANCHOR_NAME, __scopePopper);\n const ref = React.useRef(null);\n const onAnchorChange = context.onAnchorChange;\n const callbackRef = React.useCallback(\n (node) => {\n ref.current = node;\n if (node) {\n onAnchorChange(node);\n }\n },\n [onAnchorChange]\n );\n const composedRefs = useComposedRefs(forwardedRef, callbackRef);\n const anchorRef = React.useRef(null);\n React.useEffect(() => {\n if (!virtualRef) {\n return;\n }\n const previousAnchor = anchorRef.current;\n anchorRef.current = virtualRef.current;\n if (previousAnchor !== anchorRef.current) {\n onAnchorChange(anchorRef.current);\n }\n });\n const sideAndAlign = context.placementState && getSideAndAlignFromPlacement(context.placementState);\n const placedSide = sideAndAlign?.[0];\n const placedAlign = sideAndAlign?.[1];\n return virtualRef ? null : /* @__PURE__ */ jsx(\n Primitive.div,\n {\n \"data-radix-popper-side\": placedSide,\n \"data-radix-popper-align\": placedAlign,\n ...anchorProps,\n ref: composedRefs\n }\n );\n }\n);\nPopperAnchor.displayName = ANCHOR_NAME;\nvar CONTENT_NAME = \"PopperContent\";\nvar [PopperContentProvider, useContentContext] = createPopperContext(CONTENT_NAME);\nvar PopperContent = React.forwardRef(\n (props, forwardedRef) => {\n const {\n __scopePopper,\n side = \"bottom\",\n sideOffset = 0,\n align = \"center\",\n alignOffset = 0,\n arrowPadding = 0,\n avoidCollisions = true,\n collisionBoundary,\n collisionPadding: collisionPaddingProp = 0,\n sticky = \"partial\",\n hideWhenDetached = false,\n updatePositionStrategy = \"optimized\",\n onPlaced,\n ...contentProps\n } = props;\n const context = usePopperContext(CONTENT_NAME, __scopePopper);\n const [content, setContent] = React.useState(null);\n const composedRefs = useComposedRefs(forwardedRef, (node) => setContent(node));\n const [arrow, setArrow] = React.useState(null);\n const arrowSize = useSize(arrow);\n const arrowWidth = arrowSize?.width ?? 0;\n const arrowHeight = arrowSize?.height ?? 0;\n const desiredPlacement = side + (align !== \"center\" ? \"-\" + align : \"\");\n const collisionPadding = typeof collisionPaddingProp === \"number\" ? collisionPaddingProp : { top: 0, right: 0, bottom: 0, left: 0, ...collisionPaddingProp };\n const boundary = collisionBoundary ? Array.isArray(collisionBoundary) ? collisionBoundary : [collisionBoundary] : void 0;\n const hasExplicitBoundaries = boundary !== void 0 && boundary.length > 0;\n const detectOverflowOptions = {\n padding: collisionPadding,\n boundary: boundary?.filter(isNotNull),\n // with `strategy: 'fixed'`, this is the only way to get it to respect boundaries\n altBoundary: hasExplicitBoundaries\n };\n const { refs, floatingStyles, placement, isPositioned, middlewareData } = useFloating({\n // default to `fixed` strategy so users don't have to pick and we also avoid focus scroll issues\n strategy: \"fixed\",\n placement: desiredPlacement,\n whileElementsMounted: (...args) => {\n const cleanup = autoUpdate(...args, {\n animationFrame: updatePositionStrategy === \"always\"\n });\n return cleanup;\n },\n elements: {\n reference: context.anchor\n },\n middleware: [\n offset({ mainAxis: sideOffset + arrowHeight, alignmentAxis: alignOffset }),\n avoidCollisions && shift({\n mainAxis: true,\n crossAxis: false,\n limiter: sticky === \"partial\" ? limitShift() : void 0,\n ...detectOverflowOptions\n }),\n avoidCollisions && flip({ ...detectOverflowOptions }),\n size({\n ...detectOverflowOptions,\n apply: ({ elements, rects, availableWidth, availableHeight }) => {\n const { width: anchorWidth, height: anchorHeight } = rects.reference;\n const contentStyle = elements.floating.style;\n contentStyle.setProperty(\"--radix-popper-available-width\", `${availableWidth}px`);\n contentStyle.setProperty(\"--radix-popper-available-height\", `${availableHeight}px`);\n contentStyle.setProperty(\"--radix-popper-anchor-width\", `${anchorWidth}px`);\n contentStyle.setProperty(\"--radix-popper-anchor-height\", `${anchorHeight}px`);\n }\n }),\n arrow && floatingUIarrow({ element: arrow, padding: arrowPadding }),\n transformOrigin({ arrowWidth, arrowHeight }),\n hideWhenDetached && hide({ strategy: \"referenceHidden\", ...detectOverflowOptions })\n ]\n });\n const setPlacementState = context.setPlacementState;\n useLayoutEffect(() => {\n setPlacementState(placement);\n return () => {\n setPlacementState(void 0);\n };\n }, [placement, setPlacementState]);\n const [placedSide, placedAlign] = getSideAndAlignFromPlacement(placement);\n const handlePlaced = useCallbackRef(onPlaced);\n useLayoutEffect(() => {\n if (isPositioned) {\n handlePlaced?.();\n }\n }, [isPositioned, handlePlaced]);\n const arrowX = middlewareData.arrow?.x;\n const arrowY = middlewareData.arrow?.y;\n const cannotCenterArrow = middlewareData.arrow?.centerOffset !== 0;\n const [contentZIndex, setContentZIndex] = React.useState();\n useLayoutEffect(() => {\n if (content) setContentZIndex(window.getComputedStyle(content).zIndex);\n }, [content]);\n return /* @__PURE__ */ jsx(\n \"div\",\n {\n ref: refs.setFloating,\n \"data-radix-popper-content-wrapper\": \"\",\n style: {\n ...floatingStyles,\n transform: isPositioned ? floatingStyles.transform : \"translate(0, -200%)\",\n // keep off the page when measuring\n minWidth: \"max-content\",\n zIndex: contentZIndex,\n \"--radix-popper-transform-origin\": [\n middlewareData.transformOrigin?.x,\n middlewareData.transformOrigin?.y\n ].join(\" \"),\n // hide the content if using the hide middleware and should be hidden\n // set visibility to hidden and disable pointer events so the UI behaves\n // as if the PopperContent isn't there at all\n ...middlewareData.hide?.referenceHidden && {\n visibility: \"hidden\",\n pointerEvents: \"none\"\n }\n },\n dir: props.dir,\n children: /* @__PURE__ */ jsx(\n PopperContentProvider,\n {\n scope: __scopePopper,\n placedSide,\n placedAlign,\n onArrowChange: setArrow,\n arrowX,\n arrowY,\n shouldHideArrow: cannotCenterArrow,\n children: /* @__PURE__ */ jsx(\n Primitive.div,\n {\n \"data-side\": placedSide,\n \"data-align\": placedAlign,\n ...contentProps,\n ref: composedRefs,\n style: {\n ...contentProps.style,\n // if the PopperContent hasn't been placed yet (not all measurements done)\n // we prevent animations so that users's animation don't kick in too early referring wrong sides\n animation: !isPositioned ? \"none\" : void 0\n }\n }\n )\n }\n )\n }\n );\n }\n);\nPopperContent.displayName = CONTENT_NAME;\nvar ARROW_NAME = \"PopperArrow\";\nvar OPPOSITE_SIDE = {\n top: \"bottom\",\n right: \"left\",\n bottom: \"top\",\n left: \"right\"\n};\nvar PopperArrow = React.forwardRef(function PopperArrow2(props, forwardedRef) {\n const { __scopePopper, ...arrowProps } = props;\n const contentContext = useContentContext(ARROW_NAME, __scopePopper);\n const baseSide = OPPOSITE_SIDE[contentContext.placedSide];\n return (\n // we have to use an extra wrapper because `ResizeObserver` (used by `useSize`)\n // doesn't report size as we'd expect on SVG elements.\n // it reports their bounding box which is effectively the largest path inside the SVG.\n /* @__PURE__ */ jsx(\n \"span\",\n {\n ref: contentContext.onArrowChange,\n style: {\n position: \"absolute\",\n left: contentContext.arrowX,\n top: contentContext.arrowY,\n [baseSide]: 0,\n transformOrigin: {\n top: \"\",\n right: \"0 0\",\n bottom: \"center 0\",\n left: \"100% 0\"\n }[contentContext.placedSide],\n transform: {\n top: \"translateY(100%)\",\n right: \"translateY(50%) rotate(90deg) translateX(-50%)\",\n bottom: `rotate(180deg)`,\n left: \"translateY(50%) rotate(-90deg) translateX(50%)\"\n }[contentContext.placedSide],\n visibility: contentContext.shouldHideArrow ? \"hidden\" : void 0\n },\n children: /* @__PURE__ */ jsx(\n ArrowPrimitive.Root,\n {\n ...arrowProps,\n ref: forwardedRef,\n style: {\n ...arrowProps.style,\n // ensures the element can be measured correctly (mostly for if SVG)\n display: \"block\"\n }\n }\n )\n }\n )\n );\n});\nPopperArrow.displayName = ARROW_NAME;\nfunction isNotNull(value) {\n return value !== null;\n}\nvar transformOrigin = (options) => ({\n name: \"transformOrigin\",\n options,\n fn(data) {\n const { placement, rects, middlewareData } = data;\n const cannotCenterArrow = middlewareData.arrow?.centerOffset !== 0;\n const isArrowHidden = cannotCenterArrow;\n const arrowWidth = isArrowHidden ? 0 : options.arrowWidth;\n const arrowHeight = isArrowHidden ? 0 : options.arrowHeight;\n const [placedSide, placedAlign] = getSideAndAlignFromPlacement(placement);\n const noArrowAlign = { start: \"0%\", center: \"50%\", end: \"100%\" }[placedAlign];\n const arrowXCenter = (middlewareData.arrow?.x ?? 0) + arrowWidth / 2;\n const arrowYCenter = (middlewareData.arrow?.y ?? 0) + arrowHeight / 2;\n let x = \"\";\n let y = \"\";\n if (placedSide === \"bottom\") {\n x = isArrowHidden ? noArrowAlign : `${arrowXCenter}px`;\n y = `${-arrowHeight}px`;\n } else if (placedSide === \"top\") {\n x = isArrowHidden ? noArrowAlign : `${arrowXCenter}px`;\n y = `${rects.floating.height + arrowHeight}px`;\n } else if (placedSide === \"right\") {\n x = `${-arrowHeight}px`;\n y = isArrowHidden ? noArrowAlign : `${arrowYCenter}px`;\n } else if (placedSide === \"left\") {\n x = `${rects.floating.width + arrowHeight}px`;\n y = isArrowHidden ? noArrowAlign : `${arrowYCenter}px`;\n }\n return { data: { x, y } };\n }\n});\nfunction getSideAndAlignFromPlacement(placement) {\n const [side, align = \"center\"] = placement.split(\"-\");\n return [side, align];\n}\nvar Root2 = Popper;\nvar Anchor = PopperAnchor;\nvar Content = PopperContent;\nvar Arrow = PopperArrow;\nexport {\n ALIGN_OPTIONS,\n Anchor,\n Arrow,\n Content,\n Popper,\n PopperAnchor,\n PopperArrow,\n PopperContent,\n Root2 as Root,\n SIDE_OPTIONS,\n createPopperScope\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["createContextScope","React","jsx","useComposedRefs","Primitive","useSize","useFloating","autoUpdate","offset","shift","limitShift","flip","size","floatingUIarrow","hide","useLayoutEffect","useCallbackRef","ArrowPrimitive.Root"],"mappings":"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","x_google_ignoreList":[0]}
@@ -24,6 +24,7 @@ function _interopNamespaceDefault(e) {
24
24
  }
25
25
 
26
26
  var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
27
+ var ReactDOM__namespace = /*#__PURE__*/_interopNamespaceDefault(ReactDOM);
27
28
 
28
29
  var PORTAL_NAME = "Portal";
29
30
  var Portal = React__namespace.forwardRef((props, forwardedRef) => {
@@ -31,7 +32,7 @@ var Portal = React__namespace.forwardRef((props, forwardedRef) => {
31
32
  const [mounted, setMounted] = React__namespace.useState(false);
32
33
  index.useLayoutEffect(() => setMounted(true), []);
33
34
  const container = containerProp || mounted && globalThis?.document?.body;
34
- return container ? ReactDOM.createPortal(/* @__PURE__ */ jsxRuntime.jsx(index$1.Primitive.div, { ...portalProps, ref: forwardedRef }), container) : null;
35
+ return container ? ReactDOM__namespace.createPortal(/* @__PURE__ */ jsxRuntime.jsx(index$1.Primitive.div, { ...portalProps, ref: forwardedRef }), container) : null;
35
36
  });
36
37
  Portal.displayName = PORTAL_NAME;
37
38
 
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../../../../node_modules/@radix-ui/react-portal/dist/index.mjs"],"sourcesContent":["\"use client\";\n\n// src/portal.tsx\nimport * as React from \"react\";\nimport ReactDOM from \"react-dom\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { useLayoutEffect } from \"@radix-ui/react-use-layout-effect\";\nimport { jsx } from \"react/jsx-runtime\";\nvar PORTAL_NAME = \"Portal\";\nvar Portal = React.forwardRef((props, forwardedRef) => {\n const { container: containerProp, ...portalProps } = props;\n const [mounted, setMounted] = React.useState(false);\n useLayoutEffect(() => setMounted(true), []);\n const container = containerProp || mounted && globalThis?.document?.body;\n return container ? ReactDOM.createPortal(/* @__PURE__ */ jsx(Primitive.div, { ...portalProps, ref: forwardedRef }), container) : null;\n});\nPortal.displayName = PORTAL_NAME;\nvar Root = Portal;\nexport {\n Portal,\n Root\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["React","useLayoutEffect","jsx","Primitive"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;AAQA,IAAI,WAAW,GAAG,QAAQ;AACvB,IAAC,MAAM,GAAGA,gBAAK,CAAC,UAAU,CAAC,CAAC,KAAK,EAAE,YAAY,KAAK;AACvD,EAAE,MAAM,EAAE,SAAS,EAAE,aAAa,EAAE,GAAG,WAAW,EAAE,GAAG,KAAK;AAC5D,EAAE,MAAM,CAAC,OAAO,EAAE,UAAU,CAAC,GAAGA,gBAAK,CAAC,QAAQ,CAAC,KAAK,CAAC;AACrD,EAAEC,qBAAe,CAAC,MAAM,UAAU,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC;AAC7C,EAAE,MAAM,SAAS,GAAG,aAAa,IAAI,OAAO,IAAI,UAAU,EAAE,QAAQ,EAAE,IAAI;AAC1E,EAAE,OAAO,SAAS,GAAG,QAAQ,CAAC,YAAY,iBAAiBC,cAAG,CAACC,iBAAS,CAAC,GAAG,EAAE,EAAE,GAAG,WAAW,EAAE,GAAG,EAAE,YAAY,EAAE,CAAC,EAAE,SAAS,CAAC,GAAG,IAAI;AACvI,CAAC;AACD,MAAM,CAAC,WAAW,GAAG,WAAW;;;;","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"index.js","sources":["../../../../../../../../node_modules/@radix-ui/react-portal/dist/index.mjs"],"sourcesContent":["\"use client\";\n\n// src/portal.tsx\nimport * as React from \"react\";\nimport * as ReactDOM from \"react-dom\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { useLayoutEffect } from \"@radix-ui/react-use-layout-effect\";\nimport { jsx } from \"react/jsx-runtime\";\nvar PORTAL_NAME = \"Portal\";\nvar Portal = React.forwardRef((props, forwardedRef) => {\n const { container: containerProp, ...portalProps } = props;\n const [mounted, setMounted] = React.useState(false);\n useLayoutEffect(() => setMounted(true), []);\n const container = containerProp || mounted && globalThis?.document?.body;\n return container ? ReactDOM.createPortal(/* @__PURE__ */ jsx(Primitive.div, { ...portalProps, ref: forwardedRef }), container) : null;\n});\nPortal.displayName = PORTAL_NAME;\nvar Root = Portal;\nexport {\n Portal,\n Root\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["React","useLayoutEffect","ReactDOM","jsx","Primitive"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;AAQA,IAAI,WAAW,GAAG,QAAQ;AACvB,IAAC,MAAM,GAAGA,gBAAK,CAAC,UAAU,CAAC,CAAC,KAAK,EAAE,YAAY,KAAK;AACvD,EAAE,MAAM,EAAE,SAAS,EAAE,aAAa,EAAE,GAAG,WAAW,EAAE,GAAG,KAAK;AAC5D,EAAE,MAAM,CAAC,OAAO,EAAE,UAAU,CAAC,GAAGA,gBAAK,CAAC,QAAQ,CAAC,KAAK,CAAC;AACrD,EAAEC,qBAAe,CAAC,MAAM,UAAU,CAAC,IAAI,CAAC,EAAE,EAAE,CAAC;AAC7C,EAAE,MAAM,SAAS,GAAG,aAAa,IAAI,OAAO,IAAI,UAAU,EAAE,QAAQ,EAAE,IAAI;AAC1E,EAAE,OAAO,SAAS,GAAGC,mBAAQ,CAAC,YAAY,iBAAiBC,cAAG,CAACC,iBAAS,CAAC,GAAG,EAAE,EAAE,GAAG,WAAW,EAAE,GAAG,EAAE,YAAY,EAAE,CAAC,EAAE,SAAS,CAAC,GAAG,IAAI;AACvI,CAAC;AACD,MAAM,CAAC,WAAW,GAAG,WAAW;;;;","x_google_ignoreList":[0]}
@@ -1,8 +1,7 @@
1
1
  'use strict';
2
2
 
3
3
  var React = require('react');
4
- var index = require('../../react-compose-refs/dist/index.js');
5
- var index$1 = require('../../react-use-layout-effect/dist/index.js');
4
+ var index = require('../../react-use-layout-effect/dist/index.js');
6
5
 
7
6
  function _interopNamespaceDefault(e) {
8
7
  var n = Object.create(null);
@@ -35,7 +34,7 @@ var Presence = (props) => {
35
34
  const { present, children } = props;
36
35
  const presence = usePresence(present);
37
36
  const child = typeof children === "function" ? children({ present: presence.isPresent }) : React__namespace.Children.only(children);
38
- const ref = index.useComposedRefs(presence.ref, getElementRef(child));
37
+ const ref = useStableComposedRefs(presence.ref, getElementRef(child));
39
38
  const forceMount = typeof children === "function";
40
39
  return forceMount || presence.isPresent ? React__namespace.cloneElement(child, { ref }) : null;
41
40
  };
@@ -63,7 +62,7 @@ function usePresence(present) {
63
62
  const currentAnimationName = getAnimationName(stylesRef.current);
64
63
  prevAnimationNameRef.current = state === "mounted" ? currentAnimationName : "none";
65
64
  }, [state]);
66
- index$1.useLayoutEffect(() => {
65
+ index.useLayoutEffect(() => {
67
66
  const styles = stylesRef.current;
68
67
  const wasPresent = prevPresentRef.current;
69
68
  const hasPresentChanged = wasPresent !== present;
@@ -85,7 +84,7 @@ function usePresence(present) {
85
84
  prevPresentRef.current = present;
86
85
  }
87
86
  }, [present, send]);
88
- index$1.useLayoutEffect(() => {
87
+ index.useLayoutEffect(() => {
89
88
  if (node) {
90
89
  let timeoutId;
91
90
  const ownerWindow = node.ownerDocument.defaultView ?? window;
@@ -131,6 +130,40 @@ function usePresence(present) {
131
130
  }, [])
132
131
  };
133
132
  }
133
+ function setRef(ref, value) {
134
+ if (typeof ref === "function") {
135
+ return ref(value);
136
+ } else if (ref !== null && ref !== void 0) {
137
+ ref.current = value;
138
+ }
139
+ }
140
+ function useStableComposedRefs(...refs) {
141
+ const refsRef = React__namespace.useRef(refs);
142
+ refsRef.current = refs;
143
+ return React__namespace.useCallback((node) => {
144
+ const currentRefs = refsRef.current;
145
+ let hasCleanup = false;
146
+ const cleanups = currentRefs.map((ref) => {
147
+ const cleanup = setRef(ref, node);
148
+ if (!hasCleanup && typeof cleanup === "function") {
149
+ hasCleanup = true;
150
+ }
151
+ return cleanup;
152
+ });
153
+ if (hasCleanup) {
154
+ return () => {
155
+ for (let i = 0; i < cleanups.length; i++) {
156
+ const cleanup = cleanups[i];
157
+ if (typeof cleanup === "function") {
158
+ cleanup();
159
+ } else {
160
+ setRef(currentRefs[i], null);
161
+ }
162
+ }
163
+ };
164
+ }
165
+ }, []);
166
+ }
134
167
  function getAnimationName(styles) {
135
168
  return styles?.animationName || "none";
136
169
  }
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../../../../node_modules/@radix-ui/react-presence/dist/index.mjs"],"sourcesContent":["\"use client\";\n\n// src/presence.tsx\nimport * as React2 from \"react\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { useLayoutEffect } from \"@radix-ui/react-use-layout-effect\";\n\n// src/use-state-machine.tsx\nimport * as React from \"react\";\nfunction useStateMachine(initialState, machine) {\n return React.useReducer((state, event) => {\n const nextState = machine[state][event];\n return nextState ?? state;\n }, initialState);\n}\n\n// src/presence.tsx\nvar Presence = (props) => {\n const { present, children } = props;\n const presence = usePresence(present);\n const child = typeof children === \"function\" ? children({ present: presence.isPresent }) : React2.Children.only(children);\n const ref = useComposedRefs(presence.ref, getElementRef(child));\n const forceMount = typeof children === \"function\";\n return forceMount || presence.isPresent ? React2.cloneElement(child, { ref }) : null;\n};\nPresence.displayName = \"Presence\";\nfunction usePresence(present) {\n const [node, setNode] = React2.useState();\n const stylesRef = React2.useRef(null);\n const prevPresentRef = React2.useRef(present);\n const prevAnimationNameRef = React2.useRef(\"none\");\n const initialState = present ? \"mounted\" : \"unmounted\";\n const [state, send] = useStateMachine(initialState, {\n mounted: {\n UNMOUNT: \"unmounted\",\n ANIMATION_OUT: \"unmountSuspended\"\n },\n unmountSuspended: {\n MOUNT: \"mounted\",\n ANIMATION_END: \"unmounted\"\n },\n unmounted: {\n MOUNT: \"mounted\"\n }\n });\n React2.useEffect(() => {\n const currentAnimationName = getAnimationName(stylesRef.current);\n prevAnimationNameRef.current = state === \"mounted\" ? currentAnimationName : \"none\";\n }, [state]);\n useLayoutEffect(() => {\n const styles = stylesRef.current;\n const wasPresent = prevPresentRef.current;\n const hasPresentChanged = wasPresent !== present;\n if (hasPresentChanged) {\n const prevAnimationName = prevAnimationNameRef.current;\n const currentAnimationName = getAnimationName(styles);\n if (present) {\n send(\"MOUNT\");\n } else if (currentAnimationName === \"none\" || styles?.display === \"none\") {\n send(\"UNMOUNT\");\n } else {\n const isAnimating = prevAnimationName !== currentAnimationName;\n if (wasPresent && isAnimating) {\n send(\"ANIMATION_OUT\");\n } else {\n send(\"UNMOUNT\");\n }\n }\n prevPresentRef.current = present;\n }\n }, [present, send]);\n useLayoutEffect(() => {\n if (node) {\n let timeoutId;\n const ownerWindow = node.ownerDocument.defaultView ?? window;\n const handleAnimationEnd = (event) => {\n const currentAnimationName = getAnimationName(stylesRef.current);\n const isCurrentAnimation = currentAnimationName.includes(CSS.escape(event.animationName));\n if (event.target === node && isCurrentAnimation) {\n send(\"ANIMATION_END\");\n if (!prevPresentRef.current) {\n const currentFillMode = node.style.animationFillMode;\n node.style.animationFillMode = \"forwards\";\n timeoutId = ownerWindow.setTimeout(() => {\n if (node.style.animationFillMode === \"forwards\") {\n node.style.animationFillMode = currentFillMode;\n }\n });\n }\n }\n };\n const handleAnimationStart = (event) => {\n if (event.target === node) {\n prevAnimationNameRef.current = getAnimationName(stylesRef.current);\n }\n };\n node.addEventListener(\"animationstart\", handleAnimationStart);\n node.addEventListener(\"animationcancel\", handleAnimationEnd);\n node.addEventListener(\"animationend\", handleAnimationEnd);\n return () => {\n ownerWindow.clearTimeout(timeoutId);\n node.removeEventListener(\"animationstart\", handleAnimationStart);\n node.removeEventListener(\"animationcancel\", handleAnimationEnd);\n node.removeEventListener(\"animationend\", handleAnimationEnd);\n };\n } else {\n send(\"ANIMATION_END\");\n }\n }, [node, send]);\n return {\n isPresent: [\"mounted\", \"unmountSuspended\"].includes(state),\n ref: React2.useCallback((node2) => {\n stylesRef.current = node2 ? getComputedStyle(node2) : null;\n setNode(node2);\n }, [])\n };\n}\nfunction getAnimationName(styles) {\n return styles?.animationName || \"none\";\n}\nfunction getElementRef(element) {\n let getter = Object.getOwnPropertyDescriptor(element.props, \"ref\")?.get;\n let mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.ref;\n }\n getter = Object.getOwnPropertyDescriptor(element, \"ref\")?.get;\n mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.props.ref;\n }\n return element.props.ref || element.ref;\n}\nvar Root = Presence;\nexport {\n Presence,\n Root\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["React","React2","useComposedRefs","useLayoutEffect"],"mappings":"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","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"index.js","sources":["../../../../../../../../node_modules/@radix-ui/react-presence/dist/index.mjs"],"sourcesContent":["\"use client\";\n\n// src/presence.tsx\nimport * as React2 from \"react\";\nimport { useLayoutEffect } from \"@radix-ui/react-use-layout-effect\";\n\n// src/use-state-machine.tsx\nimport * as React from \"react\";\nfunction useStateMachine(initialState, machine) {\n return React.useReducer((state, event) => {\n const nextState = machine[state][event];\n return nextState ?? state;\n }, initialState);\n}\n\n// src/presence.tsx\nvar Presence = (props) => {\n const { present, children } = props;\n const presence = usePresence(present);\n const child = typeof children === \"function\" ? children({ present: presence.isPresent }) : React2.Children.only(children);\n const ref = useStableComposedRefs(presence.ref, getElementRef(child));\n const forceMount = typeof children === \"function\";\n return forceMount || presence.isPresent ? React2.cloneElement(child, { ref }) : null;\n};\nPresence.displayName = \"Presence\";\nfunction usePresence(present) {\n const [node, setNode] = React2.useState();\n const stylesRef = React2.useRef(null);\n const prevPresentRef = React2.useRef(present);\n const prevAnimationNameRef = React2.useRef(\"none\");\n const initialState = present ? \"mounted\" : \"unmounted\";\n const [state, send] = useStateMachine(initialState, {\n mounted: {\n UNMOUNT: \"unmounted\",\n ANIMATION_OUT: \"unmountSuspended\"\n },\n unmountSuspended: {\n MOUNT: \"mounted\",\n ANIMATION_END: \"unmounted\"\n },\n unmounted: {\n MOUNT: \"mounted\"\n }\n });\n React2.useEffect(() => {\n const currentAnimationName = getAnimationName(stylesRef.current);\n prevAnimationNameRef.current = state === \"mounted\" ? currentAnimationName : \"none\";\n }, [state]);\n useLayoutEffect(() => {\n const styles = stylesRef.current;\n const wasPresent = prevPresentRef.current;\n const hasPresentChanged = wasPresent !== present;\n if (hasPresentChanged) {\n const prevAnimationName = prevAnimationNameRef.current;\n const currentAnimationName = getAnimationName(styles);\n if (present) {\n send(\"MOUNT\");\n } else if (currentAnimationName === \"none\" || styles?.display === \"none\") {\n send(\"UNMOUNT\");\n } else {\n const isAnimating = prevAnimationName !== currentAnimationName;\n if (wasPresent && isAnimating) {\n send(\"ANIMATION_OUT\");\n } else {\n send(\"UNMOUNT\");\n }\n }\n prevPresentRef.current = present;\n }\n }, [present, send]);\n useLayoutEffect(() => {\n if (node) {\n let timeoutId;\n const ownerWindow = node.ownerDocument.defaultView ?? window;\n const handleAnimationEnd = (event) => {\n const currentAnimationName = getAnimationName(stylesRef.current);\n const isCurrentAnimation = currentAnimationName.includes(CSS.escape(event.animationName));\n if (event.target === node && isCurrentAnimation) {\n send(\"ANIMATION_END\");\n if (!prevPresentRef.current) {\n const currentFillMode = node.style.animationFillMode;\n node.style.animationFillMode = \"forwards\";\n timeoutId = ownerWindow.setTimeout(() => {\n if (node.style.animationFillMode === \"forwards\") {\n node.style.animationFillMode = currentFillMode;\n }\n });\n }\n }\n };\n const handleAnimationStart = (event) => {\n if (event.target === node) {\n prevAnimationNameRef.current = getAnimationName(stylesRef.current);\n }\n };\n node.addEventListener(\"animationstart\", handleAnimationStart);\n node.addEventListener(\"animationcancel\", handleAnimationEnd);\n node.addEventListener(\"animationend\", handleAnimationEnd);\n return () => {\n ownerWindow.clearTimeout(timeoutId);\n node.removeEventListener(\"animationstart\", handleAnimationStart);\n node.removeEventListener(\"animationcancel\", handleAnimationEnd);\n node.removeEventListener(\"animationend\", handleAnimationEnd);\n };\n } else {\n send(\"ANIMATION_END\");\n }\n }, [node, send]);\n return {\n isPresent: [\"mounted\", \"unmountSuspended\"].includes(state),\n ref: React2.useCallback((node2) => {\n stylesRef.current = node2 ? getComputedStyle(node2) : null;\n setNode(node2);\n }, [])\n };\n}\nfunction setRef(ref, value) {\n if (typeof ref === \"function\") {\n return ref(value);\n } else if (ref !== null && ref !== void 0) {\n ref.current = value;\n }\n}\nfunction useStableComposedRefs(...refs) {\n const refsRef = React2.useRef(refs);\n refsRef.current = refs;\n return React2.useCallback((node) => {\n const currentRefs = refsRef.current;\n let hasCleanup = false;\n const cleanups = currentRefs.map((ref) => {\n const cleanup = setRef(ref, node);\n if (!hasCleanup && typeof cleanup === \"function\") {\n hasCleanup = true;\n }\n return cleanup;\n });\n if (hasCleanup) {\n return () => {\n for (let i = 0; i < cleanups.length; i++) {\n const cleanup = cleanups[i];\n if (typeof cleanup === \"function\") {\n cleanup();\n } else {\n setRef(currentRefs[i], null);\n }\n }\n };\n }\n }, []);\n}\nfunction getAnimationName(styles) {\n return styles?.animationName || \"none\";\n}\nfunction getElementRef(element) {\n let getter = Object.getOwnPropertyDescriptor(element.props, \"ref\")?.get;\n let mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.ref;\n }\n getter = Object.getOwnPropertyDescriptor(element, \"ref\")?.get;\n mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.props.ref;\n }\n return element.props.ref || element.ref;\n}\nvar Root = Presence;\nexport {\n Presence,\n Root\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["React","React2","useLayoutEffect"],"mappings":"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","x_google_ignoreList":[0]}
@@ -2,7 +2,6 @@
2
2
 
3
3
  var React = require('react');
4
4
  var index = require('../../react-compose-refs/dist/index.js');
5
- var jsxRuntime = require('react/jsx-runtime');
6
5
 
7
6
  function _interopNamespaceDefault(e) {
8
7
  var n = Object.create(null);
@@ -26,49 +25,67 @@ var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
26
25
  // src/slot.tsx
27
26
  // @__NO_SIDE_EFFECTS__
28
27
  function createSlot(ownerName) {
29
- const SlotClone = /* @__PURE__ */ createSlotClone(ownerName);
30
28
  const Slot2 = React__namespace.forwardRef((props, forwardedRef) => {
31
- const { children, ...slotProps } = props;
32
- const childrenArray = React__namespace.Children.toArray(children);
33
- const slottable = childrenArray.find(isSlottable);
34
- if (slottable) {
35
- const newElement = slottable.props.children;
36
- const newChildren = childrenArray.map((child) => {
37
- if (child === slottable) {
38
- if (React__namespace.Children.count(newElement) > 1) return React__namespace.Children.only(null);
39
- return React__namespace.isValidElement(newElement) ? newElement.props.children : null;
40
- } else {
41
- return child;
29
+ let { children, ...slotProps } = props;
30
+ let slottableElement = null;
31
+ let hasSlottable = false;
32
+ const newChildren = [];
33
+ if (isLazyComponent(children) && typeof use === "function") {
34
+ children = use(children._payload);
35
+ }
36
+ React__namespace.Children.forEach(children, (maybeSlottable) => {
37
+ if (isSlottable(maybeSlottable)) {
38
+ hasSlottable = true;
39
+ const slottable = maybeSlottable;
40
+ let child = "child" in slottable.props ? slottable.props.child : slottable.props.children;
41
+ if (isLazyComponent(child) && typeof use === "function") {
42
+ child = use(child._payload);
42
43
  }
43
- });
44
- return /* @__PURE__ */ jsxRuntime.jsx(SlotClone, { ...slotProps, ref: forwardedRef, children: React__namespace.isValidElement(newElement) ? React__namespace.cloneElement(newElement, void 0, newChildren) : null });
44
+ slottableElement = getSlottableElementFromSlottable(slottable, child);
45
+ newChildren.push(slottableElement?.props?.children);
46
+ } else {
47
+ newChildren.push(maybeSlottable);
48
+ }
49
+ });
50
+ if (slottableElement) {
51
+ slottableElement = React__namespace.cloneElement(slottableElement, void 0, newChildren);
52
+ } else if (
53
+ // A `Slottable` was found but it didn't resolve to a single element (e.g.
54
+ // it wrapped multiple elements, text, or a render-prop `child` that
55
+ // wasn't an element). Don't fall back to treating the `Slottable` wrapper
56
+ // itself as the slot target — throw a descriptive error below instead.
57
+ !hasSlottable && React__namespace.Children.count(children) === 1 && React__namespace.isValidElement(children)
58
+ ) {
59
+ slottableElement = children;
45
60
  }
46
- return /* @__PURE__ */ jsxRuntime.jsx(SlotClone, { ...slotProps, ref: forwardedRef, children });
47
- });
48
- Slot2.displayName = `${ownerName}.Slot`;
49
- return Slot2;
50
- }
51
- // @__NO_SIDE_EFFECTS__
52
- function createSlotClone(ownerName) {
53
- const SlotClone = React__namespace.forwardRef((props, forwardedRef) => {
54
- const { children, ...slotProps } = props;
55
- if (React__namespace.isValidElement(children)) {
56
- const childrenRef = getElementRef(children);
57
- const props2 = mergeProps(slotProps, children.props);
58
- if (children.type !== React__namespace.Fragment) {
59
- props2.ref = forwardedRef ? index.composeRefs(forwardedRef, childrenRef) : childrenRef;
61
+ const slottableElementRef = slottableElement ? getElementRef(slottableElement) : void 0;
62
+ const composedRef = index.useComposedRefs(forwardedRef, slottableElementRef);
63
+ if (!slottableElement) {
64
+ if (children || children === 0) {
65
+ throw new Error(
66
+ hasSlottable ? createSlottableError(ownerName) : createSlotError(ownerName)
67
+ );
60
68
  }
61
- return React__namespace.cloneElement(children, props2);
69
+ return children;
62
70
  }
63
- return React__namespace.Children.count(children) > 1 ? React__namespace.Children.only(null) : null;
71
+ const mergedProps = mergeProps(slotProps, slottableElement.props ?? {});
72
+ if (slottableElement.type !== React__namespace.Fragment) {
73
+ mergedProps.ref = forwardedRef ? composedRef : slottableElementRef;
74
+ }
75
+ return React__namespace.cloneElement(slottableElement, mergedProps);
64
76
  });
65
- SlotClone.displayName = `${ownerName}.SlotClone`;
66
- return SlotClone;
67
- }
68
- var SLOTTABLE_IDENTIFIER = Symbol("radix.slottable");
69
- function isSlottable(child) {
70
- return React__namespace.isValidElement(child) && typeof child.type === "function" && "__radixId" in child.type && child.type.__radixId === SLOTTABLE_IDENTIFIER;
77
+ Slot2.displayName = `${ownerName}.Slot`;
78
+ return Slot2;
71
79
  }
80
+ var SLOTTABLE_IDENTIFIER = Symbol.for("radix.slottable");
81
+ var getSlottableElementFromSlottable = (slottable, child) => {
82
+ if ("child" in slottable.props) {
83
+ const child2 = slottable.props.child;
84
+ if (!React__namespace.isValidElement(child2)) return null;
85
+ return React__namespace.cloneElement(child2, void 0, slottable.props.children(child2.props.children));
86
+ }
87
+ return React__namespace.isValidElement(child) ? child : null;
88
+ };
72
89
  function mergeProps(slotProps, childProps) {
73
90
  const overrideProps = { ...childProps };
74
91
  for (const propName in childProps) {
@@ -106,6 +123,23 @@ function getElementRef(element) {
106
123
  }
107
124
  return element.props.ref || element.ref;
108
125
  }
126
+ function isSlottable(child) {
127
+ return React__namespace.isValidElement(child) && typeof child.type === "function" && "__radixId" in child.type && child.type.__radixId === SLOTTABLE_IDENTIFIER;
128
+ }
129
+ var REACT_LAZY_TYPE = Symbol.for("react.lazy");
130
+ function isLazyComponent(element) {
131
+ return element != null && typeof element === "object" && "$$typeof" in element && element.$$typeof === REACT_LAZY_TYPE && "_payload" in element && isPromiseLike(element._payload);
132
+ }
133
+ function isPromiseLike(value) {
134
+ return typeof value === "object" && value !== null && "then" in value;
135
+ }
136
+ var createSlotError = (ownerName) => {
137
+ return `${ownerName} failed to slot onto its children. Expected a single React element child or \`Slottable\`.`;
138
+ };
139
+ var createSlottableError = (ownerName) => {
140
+ return `${ownerName} failed to slot onto its \`Slottable\`. Expected \`Slottable\` to receive a single React element child.`;
141
+ };
142
+ var use = React__namespace[" use ".trim().toString()];
109
143
 
110
144
  exports.createSlot = createSlot;
111
145
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":["../../../../../../../../node_modules/@radix-ui/react-slot/dist/index.mjs"],"sourcesContent":["// src/slot.tsx\nimport * as React from \"react\";\nimport { composeRefs } from \"@radix-ui/react-compose-refs\";\nimport { Fragment as Fragment2, jsx } from \"react/jsx-runtime\";\n// @__NO_SIDE_EFFECTS__\nfunction createSlot(ownerName) {\n const SlotClone = /* @__PURE__ */ createSlotClone(ownerName);\n const Slot2 = React.forwardRef((props, forwardedRef) => {\n const { children, ...slotProps } = props;\n const childrenArray = React.Children.toArray(children);\n const slottable = childrenArray.find(isSlottable);\n if (slottable) {\n const newElement = slottable.props.children;\n const newChildren = childrenArray.map((child) => {\n if (child === slottable) {\n if (React.Children.count(newElement) > 1) return React.Children.only(null);\n return React.isValidElement(newElement) ? newElement.props.children : null;\n } else {\n return child;\n }\n });\n return /* @__PURE__ */ jsx(SlotClone, { ...slotProps, ref: forwardedRef, children: React.isValidElement(newElement) ? React.cloneElement(newElement, void 0, newChildren) : null });\n }\n return /* @__PURE__ */ jsx(SlotClone, { ...slotProps, ref: forwardedRef, children });\n });\n Slot2.displayName = `${ownerName}.Slot`;\n return Slot2;\n}\nvar Slot = /* @__PURE__ */ createSlot(\"Slot\");\n// @__NO_SIDE_EFFECTS__\nfunction createSlotClone(ownerName) {\n const SlotClone = React.forwardRef((props, forwardedRef) => {\n const { children, ...slotProps } = props;\n if (React.isValidElement(children)) {\n const childrenRef = getElementRef(children);\n const props2 = mergeProps(slotProps, children.props);\n if (children.type !== React.Fragment) {\n props2.ref = forwardedRef ? composeRefs(forwardedRef, childrenRef) : childrenRef;\n }\n return React.cloneElement(children, props2);\n }\n return React.Children.count(children) > 1 ? React.Children.only(null) : null;\n });\n SlotClone.displayName = `${ownerName}.SlotClone`;\n return SlotClone;\n}\nvar SLOTTABLE_IDENTIFIER = Symbol(\"radix.slottable\");\n// @__NO_SIDE_EFFECTS__\nfunction createSlottable(ownerName) {\n const Slottable2 = ({ children }) => {\n return /* @__PURE__ */ jsx(Fragment2, { children });\n };\n Slottable2.displayName = `${ownerName}.Slottable`;\n Slottable2.__radixId = SLOTTABLE_IDENTIFIER;\n return Slottable2;\n}\nvar Slottable = /* @__PURE__ */ createSlottable(\"Slottable\");\nfunction isSlottable(child) {\n return React.isValidElement(child) && typeof child.type === \"function\" && \"__radixId\" in child.type && child.type.__radixId === SLOTTABLE_IDENTIFIER;\n}\nfunction mergeProps(slotProps, childProps) {\n const overrideProps = { ...childProps };\n for (const propName in childProps) {\n const slotPropValue = slotProps[propName];\n const childPropValue = childProps[propName];\n const isHandler = /^on[A-Z]/.test(propName);\n if (isHandler) {\n if (slotPropValue && childPropValue) {\n overrideProps[propName] = (...args) => {\n const result = childPropValue(...args);\n slotPropValue(...args);\n return result;\n };\n } else if (slotPropValue) {\n overrideProps[propName] = slotPropValue;\n }\n } else if (propName === \"style\") {\n overrideProps[propName] = { ...slotPropValue, ...childPropValue };\n } else if (propName === \"className\") {\n overrideProps[propName] = [slotPropValue, childPropValue].filter(Boolean).join(\" \");\n }\n }\n return { ...slotProps, ...overrideProps };\n}\nfunction getElementRef(element) {\n let getter = Object.getOwnPropertyDescriptor(element.props, \"ref\")?.get;\n let mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.ref;\n }\n getter = Object.getOwnPropertyDescriptor(element, \"ref\")?.get;\n mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.props.ref;\n }\n return element.props.ref || element.ref;\n}\nexport {\n Slot as Root,\n Slot,\n Slottable,\n createSlot,\n createSlottable\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["React","jsx","composeRefs"],"mappings":"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","x_google_ignoreList":[0]}
1
+ {"version":3,"file":"index.js","sources":["../../../../../../../../node_modules/@radix-ui/react-slot/dist/index.mjs"],"sourcesContent":["// src/slot.tsx\nimport * as React from \"react\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\n// @__NO_SIDE_EFFECTS__\nfunction createSlot(ownerName) {\n const Slot2 = React.forwardRef((props, forwardedRef) => {\n let { children, ...slotProps } = props;\n let slottableElement = null;\n let hasSlottable = false;\n const newChildren = [];\n if (isLazyComponent(children) && typeof use === \"function\") {\n children = use(children._payload);\n }\n React.Children.forEach(children, (maybeSlottable) => {\n if (isSlottable(maybeSlottable)) {\n hasSlottable = true;\n const slottable = maybeSlottable;\n let child = \"child\" in slottable.props ? slottable.props.child : slottable.props.children;\n if (isLazyComponent(child) && typeof use === \"function\") {\n child = use(child._payload);\n }\n slottableElement = getSlottableElementFromSlottable(slottable, child);\n newChildren.push(slottableElement?.props?.children);\n } else {\n newChildren.push(maybeSlottable);\n }\n });\n if (slottableElement) {\n slottableElement = React.cloneElement(slottableElement, void 0, newChildren);\n } else if (\n // A `Slottable` was found but it didn't resolve to a single element (e.g.\n // it wrapped multiple elements, text, or a render-prop `child` that\n // wasn't an element). Don't fall back to treating the `Slottable` wrapper\n // itself as the slot target — throw a descriptive error below instead.\n !hasSlottable && React.Children.count(children) === 1 && React.isValidElement(children)\n ) {\n slottableElement = children;\n }\n const slottableElementRef = slottableElement ? getElementRef(slottableElement) : void 0;\n const composedRef = useComposedRefs(forwardedRef, slottableElementRef);\n if (!slottableElement) {\n if (children || children === 0) {\n throw new Error(\n hasSlottable ? createSlottableError(ownerName) : createSlotError(ownerName)\n );\n }\n return children;\n }\n const mergedProps = mergeProps(slotProps, slottableElement.props ?? {});\n if (slottableElement.type !== React.Fragment) {\n mergedProps.ref = forwardedRef ? composedRef : slottableElementRef;\n }\n return React.cloneElement(slottableElement, mergedProps);\n });\n Slot2.displayName = `${ownerName}.Slot`;\n return Slot2;\n}\nvar Slot = /* @__PURE__ */ createSlot(\"Slot\");\nvar SLOTTABLE_IDENTIFIER = Symbol.for(\"radix.slottable\");\n// @__NO_SIDE_EFFECTS__\nfunction createSlottable(ownerName) {\n const Slottable2 = (props) => \"child\" in props ? props.children(props.child) : props.children;\n Slottable2.displayName = `${ownerName}.Slottable`;\n Slottable2.__radixId = SLOTTABLE_IDENTIFIER;\n return Slottable2;\n}\nvar Slottable = /* @__PURE__ */ createSlottable(\"Slottable\");\nvar getSlottableElementFromSlottable = (slottable, child) => {\n if (\"child\" in slottable.props) {\n const child2 = slottable.props.child;\n if (!React.isValidElement(child2)) return null;\n return React.cloneElement(child2, void 0, slottable.props.children(child2.props.children));\n }\n return React.isValidElement(child) ? child : null;\n};\nfunction mergeProps(slotProps, childProps) {\n const overrideProps = { ...childProps };\n for (const propName in childProps) {\n const slotPropValue = slotProps[propName];\n const childPropValue = childProps[propName];\n const isHandler = /^on[A-Z]/.test(propName);\n if (isHandler) {\n if (slotPropValue && childPropValue) {\n overrideProps[propName] = (...args) => {\n const result = childPropValue(...args);\n slotPropValue(...args);\n return result;\n };\n } else if (slotPropValue) {\n overrideProps[propName] = slotPropValue;\n }\n } else if (propName === \"style\") {\n overrideProps[propName] = { ...slotPropValue, ...childPropValue };\n } else if (propName === \"className\") {\n overrideProps[propName] = [slotPropValue, childPropValue].filter(Boolean).join(\" \");\n }\n }\n return { ...slotProps, ...overrideProps };\n}\nfunction getElementRef(element) {\n let getter = Object.getOwnPropertyDescriptor(element.props, \"ref\")?.get;\n let mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.ref;\n }\n getter = Object.getOwnPropertyDescriptor(element, \"ref\")?.get;\n mayWarn = getter && \"isReactWarning\" in getter && getter.isReactWarning;\n if (mayWarn) {\n return element.props.ref;\n }\n return element.props.ref || element.ref;\n}\nfunction isSlottable(child) {\n return React.isValidElement(child) && typeof child.type === \"function\" && \"__radixId\" in child.type && child.type.__radixId === SLOTTABLE_IDENTIFIER;\n}\nvar REACT_LAZY_TYPE = Symbol.for(\"react.lazy\");\nfunction isLazyComponent(element) {\n return element != null && typeof element === \"object\" && \"$$typeof\" in element && element.$$typeof === REACT_LAZY_TYPE && \"_payload\" in element && isPromiseLike(element._payload);\n}\nfunction isPromiseLike(value) {\n return typeof value === \"object\" && value !== null && \"then\" in value;\n}\nvar createSlotError = (ownerName) => {\n return `${ownerName} failed to slot onto its children. Expected a single React element child or \\`Slottable\\`.`;\n};\nvar createSlottableError = (ownerName) => {\n return `${ownerName} failed to slot onto its \\`Slottable\\`. Expected \\`Slottable\\` to receive a single React element child.`;\n};\nvar use = React[\" use \".trim().toString()];\nexport {\n Slot as Root,\n Slot,\n Slottable,\n createSlot,\n createSlottable\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["React","useComposedRefs"],"mappings":"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","x_google_ignoreList":[0]}
@@ -21,13 +21,13 @@ function _interopNamespaceDefault(e) {
21
21
 
22
22
  var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
23
23
 
24
- // packages/react/use-callback-ref/src/use-callback-ref.tsx
24
+ // src/use-callback-ref.tsx
25
25
  function useCallbackRef(callback) {
26
26
  const callbackRef = React__namespace.useRef(callback);
27
27
  React__namespace.useEffect(() => {
28
28
  callbackRef.current = callback;
29
29
  });
30
- return React__namespace.useMemo(() => (...args) => callbackRef.current?.(...args), []);
30
+ return React__namespace.useMemo(() => ((...args) => callbackRef.current?.(...args)), []);
31
31
  }
32
32
 
33
33
  exports.useCallbackRef = useCallbackRef;