langgraph-ui-components 0.0.29 → 0.0.31
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/LICENSE +21 -0
- package/README.md +102 -1
- package/dist/_virtual/index.cjs.js +1 -1
- package/dist/_virtual/index.cjs3.js +1 -1
- package/dist/_virtual/index.es.js +1 -1
- package/dist/_virtual/index.es3.js +1 -1
- package/dist/assets/langgraph-ui-components.css +1 -1
- package/dist/components/AskUserInterrupt.cjs.js +2 -0
- package/dist/components/AskUserInterrupt.cjs.js.map +1 -0
- package/dist/components/AskUserInterrupt.d.ts +3 -0
- package/dist/components/AskUserInterrupt.d.ts.map +1 -0
- package/dist/components/AskUserInterrupt.es.js +90 -0
- package/dist/components/AskUserInterrupt.es.js.map +1 -0
- package/dist/components/ChatBody.cjs.js +2 -2
- package/dist/components/ChatBody.cjs.js.map +1 -1
- package/dist/components/ChatBody.d.ts.map +1 -1
- package/dist/components/ChatBody.es.js +184 -156
- package/dist/components/ChatBody.es.js.map +1 -1
- package/dist/components/threads/ThreadHistory.cjs.js +1 -1
- package/dist/components/threads/ThreadHistory.cjs.js.map +1 -1
- package/dist/components/threads/ThreadHistory.es.js +1 -1
- package/dist/components/ui/button.cjs.js +1 -1
- package/dist/components/ui/button.cjs.js.map +1 -1
- package/dist/components/ui/button.es.js +1 -1
- package/dist/components/ui/hover-card.cjs.js +1 -1
- package/dist/components/ui/hover-card.es.js +1 -1
- package/dist/components/ui/syntax-highlighter.cjs.js +1 -1
- package/dist/components/ui/syntax-highlighter.es.js +1 -1
- package/dist/components/ui/tooltip.cjs.js +1 -1
- package/dist/components/ui/tooltip.es.js +1 -1
- package/dist/entries/components.cjs.js +1 -1
- package/dist/entries/components.d.ts +2 -0
- package/dist/entries/components.d.ts.map +1 -1
- package/dist/entries/components.es.js +6 -4
- package/dist/entries/components.es.js.map +1 -1
- package/dist/entries/hooks.cjs.js +1 -1
- package/dist/entries/hooks.es.js +4 -4
- package/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.es.js +27 -25
- package/dist/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/OverloadYield.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/OverloadYield.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/classCallCheck.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/classCallCheck.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/createClass.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/createClass.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/defineProperty.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/defineProperty.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/extends.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/extends.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/inherits.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/inherits.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/iterableToArray.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/iterableToArray.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/toConsumableArray.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/toConsumableArray.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/toPrimitive.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/toPrimitive.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/toPropertyKey.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/toPropertyKey.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/typeof.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/typeof.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/interopRequireDefault.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/interopRequireDefault.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regenerator.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regenerator.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorAsync.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorAsync.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorAsyncGen.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorAsyncGen.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorDefine.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorDefine.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorKeys.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorKeys.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorRuntime.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorRuntime.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorValues.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorValues.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/typeof.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/typeof.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/regenerator/index.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/regenerator/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@floating-ui_core@1.7.5/node_modules/@floating-ui/core/dist/floating-ui.core.cjs.js +2 -0
- package/dist/node_modules/.pnpm/@floating-ui_core@1.7.5/node_modules/@floating-ui/core/dist/floating-ui.core.cjs.js.map +1 -0
- package/dist/node_modules/.pnpm/{@floating-ui_core@1.7.4 → @floating-ui_core@1.7.5}/node_modules/@floating-ui/core/dist/floating-ui.core.es.js +171 -171
- package/dist/node_modules/.pnpm/@floating-ui_core@1.7.5/node_modules/@floating-ui/core/dist/floating-ui.core.es.js.map +1 -0
- package/dist/node_modules/.pnpm/@floating-ui_dom@1.7.6/node_modules/@floating-ui/dom/dist/floating-ui.dom.cjs.js +2 -0
- package/dist/node_modules/.pnpm/@floating-ui_dom@1.7.6/node_modules/@floating-ui/dom/dist/floating-ui.dom.cjs.js.map +1 -0
- package/dist/node_modules/.pnpm/@floating-ui_dom@1.7.6/node_modules/@floating-ui/dom/dist/floating-ui.dom.es.js +404 -0
- package/dist/node_modules/.pnpm/@floating-ui_dom@1.7.6/node_modules/@floating-ui/dom/dist/floating-ui.dom.es.js.map +1 -0
- package/dist/node_modules/.pnpm/@floating-ui_react-dom@2.1.8_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.cjs.js +2 -0
- package/dist/node_modules/.pnpm/@floating-ui_react-dom@2.1.8_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.cjs.js.map +1 -0
- package/dist/node_modules/.pnpm/@floating-ui_react-dom@2.1.8_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.es.js +233 -0
- package/dist/node_modules/.pnpm/@floating-ui_react-dom@2.1.8_react-dom@19.2.4_react@19.2.4__react@19.2.4/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.es.js.map +1 -0
- package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.cjs.js +2 -0
- package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.cjs.js.map +1 -0
- package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.cjs.js +2 -0
- package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.cjs.js.map +1 -0
- package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.es.js +137 -0
- package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.es.js.map +1 -0
- package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.es.js +129 -0
- package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.11/node_modules/@floating-ui/utils/dist/floating-ui.utils.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-arrow@1.1.7_@types_react-dom@19.2.3_@types_react@19.2.8__@types_react@1_726887138b06cecc526c86d039243443 → @radix-ui_react-arrow@1.1.7_@types_react-dom@19.2.3_@types_react@19.2.14__@types_react@_e05f2c19a58a99fddf374207b5e3778c}/node_modules/@radix-ui/react-arrow/dist/index.cjs.js +1 -1
- package/dist/node_modules/.pnpm/{@radix-ui_react-arrow@1.1.7_@types_react-dom@19.2.3_@types_react@19.2.8__@types_react@1_726887138b06cecc526c86d039243443 → @radix-ui_react-arrow@1.1.7_@types_react-dom@19.2.3_@types_react@19.2.14__@types_react@_e05f2c19a58a99fddf374207b5e3778c}/node_modules/@radix-ui/react-arrow/dist/index.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@radix-ui_react-arrow@1.1.7_@types_react-dom@19.2.3_@types_react@19.2.8__@types_react@1_726887138b06cecc526c86d039243443 → @radix-ui_react-arrow@1.1.7_@types_react-dom@19.2.3_@types_react@19.2.14__@types_react@_e05f2c19a58a99fddf374207b5e3778c}/node_modules/@radix-ui/react-arrow/dist/index.es.js +1 -1
- package/dist/node_modules/.pnpm/{@radix-ui_react-arrow@1.1.7_@types_react-dom@19.2.3_@types_react@19.2.8__@types_react@1_726887138b06cecc526c86d039243443 → @radix-ui_react-arrow@1.1.7_@types_react-dom@19.2.3_@types_react@19.2.14__@types_react@_e05f2c19a58a99fddf374207b5e3778c}/node_modules/@radix-ui/react-arrow/dist/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-compose-refs@1.1.2_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-compose-refs/dist/index.cjs.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-compose-refs@1.1.2_@types_react@19.2.8_react@19.2.3/node_modules/@radix-ui/react-compose-refs/dist/index.cjs.js.map → @radix-ui_react-compose-refs@1.1.2_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-compose-refs/dist/index.es.js.map} +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-context@1.1.2_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-context/dist/index.cjs.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-context@1.1.2_@types_react@19.2.8_react@19.2.3/node_modules/@radix-ui/react-context/dist/index.cjs.js.map → @radix-ui_react-context@1.1.2_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-context/dist/index.es.js.map} +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-dismissable-layer@1.1.11_@types_react-dom@19.2.3_@types_react@19.2.14___3d3960154a4c07d09bb90cb341135fc5/node_modules/@radix-ui/react-dismissable-layer/dist/index.cjs.js +2 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-dismissable-layer@1.1.11_@types_react-dom@19.2.3_@types_react@19.2.8__@_46f922aa9b9357a2c290dea87cc3edf9 → @radix-ui_react-dismissable-layer@1.1.11_@types_react-dom@19.2.3_@types_react@19.2.14___3d3960154a4c07d09bb90cb341135fc5}/node_modules/@radix-ui/react-dismissable-layer/dist/index.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@radix-ui_react-dismissable-layer@1.1.11_@types_react-dom@19.2.3_@types_react@19.2.8__@_46f922aa9b9357a2c290dea87cc3edf9 → @radix-ui_react-dismissable-layer@1.1.11_@types_react-dom@19.2.3_@types_react@19.2.14___3d3960154a4c07d09bb90cb341135fc5}/node_modules/@radix-ui/react-dismissable-layer/dist/index.es.js +4 -4
- package/dist/node_modules/.pnpm/{@radix-ui_react-dismissable-layer@1.1.11_@types_react-dom@19.2.3_@types_react@19.2.8__@_46f922aa9b9357a2c290dea87cc3edf9 → @radix-ui_react-dismissable-layer@1.1.11_@types_react-dom@19.2.3_@types_react@19.2.14___3d3960154a4c07d09bb90cb341135fc5}/node_modules/@radix-ui/react-dismissable-layer/dist/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-hover-card@1.1.15_@types_react-dom@19.2.3_@types_react@19.2.14__@types__7ad81962fbdf173de4beb0078b2863c0/node_modules/@radix-ui/react-hover-card/dist/index.cjs.js +2 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-hover-card@1.1.15_@types_react-dom@19.2.3_@types_react@19.2.8__@types_r_d43d49df692658c2ae5a37550ec322f6 → @radix-ui_react-hover-card@1.1.15_@types_react-dom@19.2.3_@types_react@19.2.14__@types__7ad81962fbdf173de4beb0078b2863c0}/node_modules/@radix-ui/react-hover-card/dist/index.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@radix-ui_react-hover-card@1.1.15_@types_react-dom@19.2.3_@types_react@19.2.8__@types_r_d43d49df692658c2ae5a37550ec322f6 → @radix-ui_react-hover-card@1.1.15_@types_react-dom@19.2.3_@types_react@19.2.14__@types__7ad81962fbdf173de4beb0078b2863c0}/node_modules/@radix-ui/react-hover-card/dist/index.es.js +8 -8
- package/dist/node_modules/.pnpm/{@radix-ui_react-hover-card@1.1.15_@types_react-dom@19.2.3_@types_react@19.2.8__@types_r_d43d49df692658c2ae5a37550ec322f6 → @radix-ui_react-hover-card@1.1.15_@types_react-dom@19.2.3_@types_react@19.2.14__@types__7ad81962fbdf173de4beb0078b2863c0}/node_modules/@radix-ui/react-hover-card/dist/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-id@1.1.1_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-id/dist/index.cjs.js +2 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-id@1.1.1_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-id/dist/index.cjs.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-id@1.1.1_@types_react@19.2.8_react@19.2.3 → @radix-ui_react-id@1.1.1_@types_react@19.2.14_react@19.2.4}/node_modules/@radix-ui/react-id/dist/index.es.js +1 -1
- package/dist/node_modules/.pnpm/{@radix-ui_react-id@1.1.1_@types_react@19.2.8_react@19.2.3/node_modules/@radix-ui/react-id/dist/index.cjs.js.map → @radix-ui_react-id@1.1.1_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-id/dist/index.es.js.map} +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-popper@1.2.8_@types_react-dom@19.2.3_@types_react@19.2.14__@types_react_13e0521d8aea7ebfbfb8bee1fb615c05/node_modules/@radix-ui/react-popper/dist/index.cjs.js +2 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-popper@1.2.8_@types_react-dom@19.2.3_@types_react@19.2.8__@types_react@_4a33dcfcd1548977446bec12ce2b64d4 → @radix-ui_react-popper@1.2.8_@types_react-dom@19.2.3_@types_react@19.2.14__@types_react_13e0521d8aea7ebfbfb8bee1fb615c05}/node_modules/@radix-ui/react-popper/dist/index.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@radix-ui_react-popper@1.2.8_@types_react-dom@19.2.3_@types_react@19.2.8__@types_react@_4a33dcfcd1548977446bec12ce2b64d4 → @radix-ui_react-popper@1.2.8_@types_react-dom@19.2.3_@types_react@19.2.14__@types_react_13e0521d8aea7ebfbfb8bee1fb615c05}/node_modules/@radix-ui/react-popper/dist/index.es.js +9 -9
- package/dist/node_modules/.pnpm/{@radix-ui_react-popper@1.2.8_@types_react-dom@19.2.3_@types_react@19.2.8__@types_react@_4a33dcfcd1548977446bec12ce2b64d4 → @radix-ui_react-popper@1.2.8_@types_react-dom@19.2.3_@types_react@19.2.14__@types_react_13e0521d8aea7ebfbfb8bee1fb615c05}/node_modules/@radix-ui/react-popper/dist/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-portal@1.1.9_@types_react-dom@19.2.3_@types_react@19.2.14__@types_react_7668895bec2444446faa4e0f4eb5244b/node_modules/@radix-ui/react-portal/dist/index.cjs.js +2 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-portal@1.1.9_@types_react-dom@19.2.3_@types_react@19.2.8__@types_react@_5dfd6e40f6bf34daaacc53cdbe34dc86 → @radix-ui_react-portal@1.1.9_@types_react-dom@19.2.3_@types_react@19.2.14__@types_react_7668895bec2444446faa4e0f4eb5244b}/node_modules/@radix-ui/react-portal/dist/index.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@radix-ui_react-portal@1.1.9_@types_react-dom@19.2.3_@types_react@19.2.8__@types_react@_5dfd6e40f6bf34daaacc53cdbe34dc86 → @radix-ui_react-portal@1.1.9_@types_react-dom@19.2.3_@types_react@19.2.14__@types_react_7668895bec2444446faa4e0f4eb5244b}/node_modules/@radix-ui/react-portal/dist/index.es.js +2 -2
- package/dist/node_modules/.pnpm/{@radix-ui_react-portal@1.1.9_@types_react-dom@19.2.3_@types_react@19.2.8__@types_react@_5dfd6e40f6bf34daaacc53cdbe34dc86 → @radix-ui_react-portal@1.1.9_@types_react-dom@19.2.3_@types_react@19.2.14__@types_react_7668895bec2444446faa4e0f4eb5244b}/node_modules/@radix-ui/react-portal/dist/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-presence@1.1.5_@types_react-dom@19.2.3_@types_react@19.2.14__@types_rea_c01c26c80b5ab5e3ecefbda6eca51ad1/node_modules/@radix-ui/react-presence/dist/index.cjs.js +2 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-presence@1.1.5_@types_react-dom@19.2.3_@types_react@19.2.8__@types_reac_f11bf302e331ffec5a13ba15f691e9b9 → @radix-ui_react-presence@1.1.5_@types_react-dom@19.2.3_@types_react@19.2.14__@types_rea_c01c26c80b5ab5e3ecefbda6eca51ad1}/node_modules/@radix-ui/react-presence/dist/index.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@radix-ui_react-presence@1.1.5_@types_react-dom@19.2.3_@types_react@19.2.8__@types_reac_f11bf302e331ffec5a13ba15f691e9b9 → @radix-ui_react-presence@1.1.5_@types_react-dom@19.2.3_@types_react@19.2.14__@types_rea_c01c26c80b5ab5e3ecefbda6eca51ad1}/node_modules/@radix-ui/react-presence/dist/index.es.js +2 -2
- package/dist/node_modules/.pnpm/{@radix-ui_react-presence@1.1.5_@types_react-dom@19.2.3_@types_react@19.2.8__@types_reac_f11bf302e331ffec5a13ba15f691e9b9 → @radix-ui_react-presence@1.1.5_@types_react-dom@19.2.3_@types_react@19.2.14__@types_rea_c01c26c80b5ab5e3ecefbda6eca51ad1}/node_modules/@radix-ui/react-presence/dist/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-primitive@2.1.3_@types_react-dom@19.2.3_@types_react@19.2.14__@types_re_1181ea5061ec9212248424669240e4ec/node_modules/@radix-ui/react-primitive/dist/index.cjs.js +2 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-primitive@2.1.3_@types_react-dom@19.2.3_@types_react@19.2.8__@types_rea_b16411dad6e6f8e2d0d80dbd3d639048 → @radix-ui_react-primitive@2.1.3_@types_react-dom@19.2.3_@types_react@19.2.14__@types_re_1181ea5061ec9212248424669240e4ec}/node_modules/@radix-ui/react-primitive/dist/index.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@radix-ui_react-primitive@2.1.3_@types_react-dom@19.2.3_@types_react@19.2.8__@types_rea_b16411dad6e6f8e2d0d80dbd3d639048 → @radix-ui_react-primitive@2.1.3_@types_react-dom@19.2.3_@types_react@19.2.14__@types_re_1181ea5061ec9212248424669240e4ec}/node_modules/@radix-ui/react-primitive/dist/index.es.js +1 -1
- package/dist/node_modules/.pnpm/{@radix-ui_react-primitive@2.1.3_@types_react-dom@19.2.3_@types_react@19.2.8__@types_rea_b16411dad6e6f8e2d0d80dbd3d639048 → @radix-ui_react-primitive@2.1.3_@types_react-dom@19.2.3_@types_react@19.2.14__@types_re_1181ea5061ec9212248424669240e4ec}/node_modules/@radix-ui/react-primitive/dist/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-slot@1.2.3_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-slot/dist/index.cjs.js +2 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-slot@1.2.3_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-slot/dist/index.cjs.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-slot@1.2.3_@types_react@19.2.8_react@19.2.3 → @radix-ui_react-slot@1.2.3_@types_react@19.2.14_react@19.2.4}/node_modules/@radix-ui/react-slot/dist/index.es.js +1 -1
- package/dist/node_modules/.pnpm/{@radix-ui_react-slot@1.2.3_@types_react@19.2.8_react@19.2.3/node_modules/@radix-ui/react-slot/dist/index.cjs.js.map → @radix-ui_react-slot@1.2.3_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-slot/dist/index.es.js.map} +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-slot@1.2.4_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-slot/dist/index.cjs.js +2 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-slot@1.2.4_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-slot/dist/index.cjs.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-slot@1.2.4_@types_react@19.2.8_react@19.2.3 → @radix-ui_react-slot@1.2.4_@types_react@19.2.14_react@19.2.4}/node_modules/@radix-ui/react-slot/dist/index.es.js +1 -1
- package/dist/node_modules/.pnpm/{@radix-ui_react-slot@1.2.4_@types_react@19.2.8_react@19.2.3/node_modules/@radix-ui/react-slot/dist/index.cjs.js.map → @radix-ui_react-slot@1.2.4_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-slot/dist/index.es.js.map} +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-tooltip@1.2.8_@types_react-dom@19.2.3_@types_react@19.2.14__@types_reac_9074d9fb06315b089b2bee17c4c65951/node_modules/@radix-ui/react-tooltip/dist/index.cjs.js +2 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-tooltip@1.2.8_@types_react-dom@19.2.3_@types_react@19.2.8__@types_react_6a1a6d85f83fda9f1628953d2b64e4bf → @radix-ui_react-tooltip@1.2.8_@types_react-dom@19.2.3_@types_react@19.2.14__@types_reac_9074d9fb06315b089b2bee17c4c65951}/node_modules/@radix-ui/react-tooltip/dist/index.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@radix-ui_react-tooltip@1.2.8_@types_react-dom@19.2.3_@types_react@19.2.8__@types_react_6a1a6d85f83fda9f1628953d2b64e4bf → @radix-ui_react-tooltip@1.2.8_@types_react-dom@19.2.3_@types_react@19.2.14__@types_reac_9074d9fb06315b089b2bee17c4c65951}/node_modules/@radix-ui/react-tooltip/dist/index.es.js +11 -11
- package/dist/node_modules/.pnpm/{@radix-ui_react-tooltip@1.2.8_@types_react-dom@19.2.3_@types_react@19.2.8__@types_react_6a1a6d85f83fda9f1628953d2b64e4bf → @radix-ui_react-tooltip@1.2.8_@types_react-dom@19.2.3_@types_react@19.2.14__@types_reac_9074d9fb06315b089b2bee17c4c65951}/node_modules/@radix-ui/react-tooltip/dist/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-use-callback-ref@1.1.1_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-callback-ref/dist/index.cjs.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-use-callback-ref@1.1.1_@types_react@19.2.8_react@19.2.3/node_modules/@radix-ui/react-use-callback-ref/dist/index.cjs.js.map → @radix-ui_react-use-callback-ref@1.1.1_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-callback-ref/dist/index.es.js.map} +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-use-controllable-state@1.2.2_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-controllable-state/dist/index.cjs.js +2 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-use-controllable-state@1.2.2_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-controllable-state/dist/index.cjs.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-use-controllable-state@1.2.2_@types_react@19.2.8_react@19.2.3 → @radix-ui_react-use-controllable-state@1.2.2_@types_react@19.2.14_react@19.2.4}/node_modules/@radix-ui/react-use-controllable-state/dist/index.es.js +1 -1
- package/dist/node_modules/.pnpm/{@radix-ui_react-use-controllable-state@1.2.2_@types_react@19.2.8_react@19.2.3/node_modules/@radix-ui/react-use-controllable-state/dist/index.cjs.js.map → @radix-ui_react-use-controllable-state@1.2.2_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-controllable-state/dist/index.es.js.map} +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-use-escape-keydown@1.1.1_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-escape-keydown/dist/index.cjs.js +2 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-use-escape-keydown@1.1.1_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-escape-keydown/dist/index.cjs.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-use-escape-keydown@1.1.1_@types_react@19.2.8_react@19.2.3 → @radix-ui_react-use-escape-keydown@1.1.1_@types_react@19.2.14_react@19.2.4}/node_modules/@radix-ui/react-use-escape-keydown/dist/index.es.js +1 -1
- package/dist/node_modules/.pnpm/{@radix-ui_react-use-escape-keydown@1.1.1_@types_react@19.2.8_react@19.2.3/node_modules/@radix-ui/react-use-escape-keydown/dist/index.cjs.js.map → @radix-ui_react-use-escape-keydown@1.1.1_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-escape-keydown/dist/index.es.js.map} +1 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-use-layout-effect@1.1.1_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-layout-effect/dist/index.cjs.js.map +1 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-use-layout-effect@1.1.1_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-layout-effect/dist/index.es.js.map +1 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-use-size@1.1.1_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-size/dist/index.cjs.js +2 -0
- package/dist/node_modules/.pnpm/@radix-ui_react-use-size@1.1.1_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-size/dist/index.cjs.js.map +1 -0
- package/dist/node_modules/.pnpm/{@radix-ui_react-use-size@1.1.1_@types_react@19.2.8_react@19.2.3 → @radix-ui_react-use-size@1.1.1_@types_react@19.2.14_react@19.2.4}/node_modules/@radix-ui/react-use-size/dist/index.es.js +1 -1
- package/dist/node_modules/.pnpm/{@radix-ui_react-use-size@1.1.1_@types_react@19.2.8_react@19.2.3/node_modules/@radix-ui/react-use-size/dist/index.cjs.js.map → @radix-ui_react-use-size@1.1.1_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-size/dist/index.es.js.map} +1 -1
- package/dist/node_modules/.pnpm/{@radix-ui_react-visually-hidden@1.2.3_@types_react-dom@19.2.3_@types_react@19.2.8__@typ_6d3f9ea4fd4aeaf06ba818e2c9c9b551 → @radix-ui_react-visually-hidden@1.2.3_@types_react-dom@19.2.3_@types_react@19.2.14__@ty_fa89646d7248b32d1762bf88948f6339}/node_modules/@radix-ui/react-visually-hidden/dist/index.cjs.js +1 -1
- package/dist/node_modules/.pnpm/{@radix-ui_react-visually-hidden@1.2.3_@types_react-dom@19.2.3_@types_react@19.2.8__@typ_6d3f9ea4fd4aeaf06ba818e2c9c9b551 → @radix-ui_react-visually-hidden@1.2.3_@types_react-dom@19.2.3_@types_react@19.2.14__@ty_fa89646d7248b32d1762bf88948f6339}/node_modules/@radix-ui/react-visually-hidden/dist/index.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{@radix-ui_react-visually-hidden@1.2.3_@types_react-dom@19.2.3_@types_react@19.2.8__@typ_6d3f9ea4fd4aeaf06ba818e2c9c9b551 → @radix-ui_react-visually-hidden@1.2.3_@types_react-dom@19.2.3_@types_react@19.2.14__@ty_fa89646d7248b32d1762bf88948f6339}/node_modules/@radix-ui/react-visually-hidden/dist/index.es.js +1 -1
- package/dist/node_modules/.pnpm/{@radix-ui_react-visually-hidden@1.2.3_@types_react-dom@19.2.3_@types_react@19.2.8__@typ_6d3f9ea4fd4aeaf06ba818e2c9c9b551 → @radix-ui_react-visually-hidden@1.2.3_@types_react-dom@19.2.3_@types_react@19.2.14__@ty_fa89646d7248b32d1762bf88948f6339}/node_modules/@radix-ui/react-visually-hidden/dist/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/decode-named-character-reference@1.3.0/node_modules/decode-named-character-reference/index.dom.cjs.js.map +1 -0
- package/dist/node_modules/.pnpm/{decode-named-character-reference@1.2.0 → decode-named-character-reference@1.3.0}/node_modules/decode-named-character-reference/index.dom.es.js +1 -5
- package/dist/node_modules/.pnpm/decode-named-character-reference@1.3.0/node_modules/decode-named-character-reference/index.dom.es.js.map +1 -0
- package/dist/node_modules/.pnpm/katex@0.16.45/node_modules/katex/dist/katex.cjs.js +258 -0
- package/dist/node_modules/.pnpm/katex@0.16.45/node_modules/katex/dist/katex.cjs.js.map +1 -0
- package/dist/node_modules/.pnpm/{katex@0.16.28 → katex@0.16.45}/node_modules/katex/dist/katex.es.js +3056 -3130
- package/dist/node_modules/.pnpm/katex@0.16.45/node_modules/katex/dist/katex.es.js.map +1 -0
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.cjs.js +1 -1
- package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.es.js +1 -1
- package/dist/node_modules/.pnpm/parse-entities@4.0.2/node_modules/parse-entities/lib/index.cjs.js +1 -1
- package/dist/node_modules/.pnpm/parse-entities@4.0.2/node_modules/parse-entities/lib/index.es.js +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/a11y-dark.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/a11y-dark.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/atom-dark.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/atom-dark.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/base16-ateliersulphurpool.light.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/base16-ateliersulphurpool.light.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/cb.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/cb.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coldark-cold.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coldark-cold.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coldark-dark.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coldark-dark.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coy-without-shadows.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coy-without-shadows.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coy.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coy.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/darcula.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/darcula.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/dark.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/dark.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/dracula.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/dracula.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-dark.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-dark.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-earth.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-earth.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-forest.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-forest.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-light.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-light.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-sea.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-sea.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-space.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-space.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/funky.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/funky.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/ghcolors.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/ghcolors.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/gruvbox-dark.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/gruvbox-dark.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/gruvbox-light.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/gruvbox-light.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/holi-theme.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/holi-theme.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/hopscotch.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/hopscotch.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/index.cjs.js +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/index.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/index.es.js +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/index.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/lucario.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/lucario.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-dark.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-dark.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-light.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-light.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-oceanic.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-oceanic.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/night-owl.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/night-owl.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/nord.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/nord.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/okaidia.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/okaidia.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/one-dark.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/one-dark.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/one-light.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/one-light.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/pojoaque.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/pojoaque.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/prism.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/prism.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/shades-of-purple.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/shades-of-purple.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/solarized-dark-atom.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/solarized-dark-atom.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/solarizedlight.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/solarizedlight.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/synthwave84.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/synthwave84.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/tomorrow.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/tomorrow.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/twilight.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/twilight.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/vs.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/vs.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/vsc-dark-plus.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/vsc-dark-plus.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/xonokai.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/xonokai.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/z-touch.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/z-touch.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/async-languages/create-language-async-loader.cjs.js +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/async-languages/create-language-async-loader.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/async-languages/create-language-async-loader.es.js +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/async-languages/create-language-async-loader.es.js.map +1 -1
- package/dist/node_modules/.pnpm/react-syntax-highlighter@16.1.1_react@19.2.4/node_modules/react-syntax-highlighter/dist/esm/async-languages/prism.cjs.js.map +1 -0
- package/dist/node_modules/.pnpm/react-syntax-highlighter@16.1.1_react@19.2.4/node_modules/react-syntax-highlighter/dist/esm/async-languages/prism.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/async-syntax-highlighter.cjs.js +1 -1
- package/dist/node_modules/.pnpm/react-syntax-highlighter@16.1.1_react@19.2.4/node_modules/react-syntax-highlighter/dist/esm/async-syntax-highlighter.cjs.js.map +1 -0
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/async-syntax-highlighter.es.js +8 -8
- package/dist/node_modules/.pnpm/react-syntax-highlighter@16.1.1_react@19.2.4/node_modules/react-syntax-highlighter/dist/esm/async-syntax-highlighter.es.js.map +1 -0
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/checkForListedLanguage.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/checkForListedLanguage.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/create-element.cjs.js +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/create-element.cjs.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/create-element.es.js +2 -2
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/create-element.es.js.map +1 -1
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/highlight.cjs.js +1 -1
- package/dist/node_modules/.pnpm/react-syntax-highlighter@16.1.1_react@19.2.4/node_modules/react-syntax-highlighter/dist/esm/highlight.cjs.js.map +1 -0
- package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/highlight.es.js +3 -3
- package/dist/node_modules/.pnpm/react-syntax-highlighter@16.1.1_react@19.2.4/node_modules/react-syntax-highlighter/dist/esm/highlight.es.js.map +1 -0
- package/dist/node_modules/.pnpm/react-syntax-highlighter@16.1.1_react@19.2.4/node_modules/react-syntax-highlighter/dist/esm/prism-async-light.cjs.js.map +1 -0
- package/dist/node_modules/.pnpm/react-syntax-highlighter@16.1.1_react@19.2.4/node_modules/react-syntax-highlighter/dist/esm/prism-async-light.es.js.map +1 -0
- package/dist/node_modules/.pnpm/rehype-katex@7.0.1/node_modules/rehype-katex/lib/index.cjs.js +1 -1
- package/dist/node_modules/.pnpm/rehype-katex@7.0.1/node_modules/rehype-katex/lib/index.es.js +1 -1
- package/dist/node_modules/.pnpm/tailwind-merge@3.5.0/node_modules/tailwind-merge/dist/bundle-mjs.cjs.js +2 -0
- package/dist/node_modules/.pnpm/tailwind-merge@3.5.0/node_modules/tailwind-merge/dist/bundle-mjs.cjs.js.map +1 -0
- package/dist/node_modules/.pnpm/{tailwind-merge@3.4.0 → tailwind-merge@3.5.0}/node_modules/tailwind-merge/dist/bundle-mjs.es.js +493 -334
- package/dist/node_modules/.pnpm/tailwind-merge@3.5.0/node_modules/tailwind-merge/dist/bundle-mjs.es.js.map +1 -0
- package/dist/node_modules/.pnpm/unist-util-visit@5.1.0/node_modules/unist-util-visit/lib/index.cjs.js.map +1 -0
- package/dist/node_modules/.pnpm/unist-util-visit@5.1.0/node_modules/unist-util-visit/lib/index.es.js.map +1 -0
- package/dist/providers/CustomComponentProvider.es.js +1 -1
- package/dist/providers/FileProvider.es.js +4 -4
- package/dist/providers/Thread.es.js +3 -3
- package/dist/providers/useChatSuggestions.cjs.js +1 -1
- package/dist/providers/useChatSuggestions.cjs.js.map +1 -1
- package/dist/providers/useChatSuggestions.es.js +9 -10
- package/dist/styles.css +1 -1
- package/dist/types/AskUserInterrupt.d.ts +24 -0
- package/dist/types/AskUserInterrupt.d.ts.map +1 -0
- package/dist/utils/tailwindUtil.cjs.js +1 -1
- package/dist/utils/tailwindUtil.es.js +1 -1
- package/package.json +2 -1
- package/src/components/AskUserInterrupt.tsx +137 -0
- package/src/components/ChatBody.tsx +67 -5
- package/src/entries/components.ts +9 -0
- package/src/index.ts +8 -0
- package/src/types/AskUserInterrupt.ts +27 -0
- package/dist/node_modules/.pnpm/@floating-ui_core@1.7.4/node_modules/@floating-ui/core/dist/floating-ui.core.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@floating-ui_core@1.7.4/node_modules/@floating-ui/core/dist/floating-ui.core.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@floating-ui_core@1.7.4/node_modules/@floating-ui/core/dist/floating-ui.core.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@floating-ui_dom@1.7.4/node_modules/@floating-ui/dom/dist/floating-ui.dom.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@floating-ui_dom@1.7.4/node_modules/@floating-ui/dom/dist/floating-ui.dom.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@floating-ui_dom@1.7.4/node_modules/@floating-ui/dom/dist/floating-ui.dom.es.js +0 -403
- package/dist/node_modules/.pnpm/@floating-ui_dom@1.7.4/node_modules/@floating-ui/dom/dist/floating-ui.dom.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@floating-ui_react-dom@2.1.6_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@floating-ui_react-dom@2.1.6_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@floating-ui_react-dom@2.1.6_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.es.js +0 -209
- package/dist/node_modules/.pnpm/@floating-ui_react-dom@2.1.6_react-dom@19.2.3_react@19.2.3__react@19.2.3/node_modules/@floating-ui/react-dom/dist/floating-ui.react-dom.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.es.js +0 -137
- package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.es.js +0 -131
- package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-compose-refs@1.1.2_@types_react@19.2.8_react@19.2.3/node_modules/@radix-ui/react-compose-refs/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-context@1.1.2_@types_react@19.2.8_react@19.2.3/node_modules/@radix-ui/react-context/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-dismissable-layer@1.1.11_@types_react-dom@19.2.3_@types_react@19.2.8__@_46f922aa9b9357a2c290dea87cc3edf9/node_modules/@radix-ui/react-dismissable-layer/dist/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@radix-ui_react-hover-card@1.1.15_@types_react-dom@19.2.3_@types_react@19.2.8__@types_r_d43d49df692658c2ae5a37550ec322f6/node_modules/@radix-ui/react-hover-card/dist/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@radix-ui_react-id@1.1.1_@types_react@19.2.8_react@19.2.3/node_modules/@radix-ui/react-id/dist/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@radix-ui_react-id@1.1.1_@types_react@19.2.8_react@19.2.3/node_modules/@radix-ui/react-id/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-popper@1.2.8_@types_react-dom@19.2.3_@types_react@19.2.8__@types_react@_4a33dcfcd1548977446bec12ce2b64d4/node_modules/@radix-ui/react-popper/dist/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@radix-ui_react-portal@1.1.9_@types_react-dom@19.2.3_@types_react@19.2.8__@types_react@_5dfd6e40f6bf34daaacc53cdbe34dc86/node_modules/@radix-ui/react-portal/dist/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@radix-ui_react-presence@1.1.5_@types_react-dom@19.2.3_@types_react@19.2.8__@types_reac_f11bf302e331ffec5a13ba15f691e9b9/node_modules/@radix-ui/react-presence/dist/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@radix-ui_react-primitive@2.1.3_@types_react-dom@19.2.3_@types_react@19.2.8__@types_rea_b16411dad6e6f8e2d0d80dbd3d639048/node_modules/@radix-ui/react-primitive/dist/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@radix-ui_react-slot@1.2.3_@types_react@19.2.8_react@19.2.3/node_modules/@radix-ui/react-slot/dist/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@radix-ui_react-slot@1.2.3_@types_react@19.2.8_react@19.2.3/node_modules/@radix-ui/react-slot/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-slot@1.2.4_@types_react@19.2.8_react@19.2.3/node_modules/@radix-ui/react-slot/dist/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@radix-ui_react-slot@1.2.4_@types_react@19.2.8_react@19.2.3/node_modules/@radix-ui/react-slot/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-tooltip@1.2.8_@types_react-dom@19.2.3_@types_react@19.2.8__@types_react_6a1a6d85f83fda9f1628953d2b64e4bf/node_modules/@radix-ui/react-tooltip/dist/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@radix-ui_react-use-callback-ref@1.1.1_@types_react@19.2.8_react@19.2.3/node_modules/@radix-ui/react-use-callback-ref/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-use-controllable-state@1.2.2_@types_react@19.2.8_react@19.2.3/node_modules/@radix-ui/react-use-controllable-state/dist/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@radix-ui_react-use-controllable-state@1.2.2_@types_react@19.2.8_react@19.2.3/node_modules/@radix-ui/react-use-controllable-state/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-use-escape-keydown@1.1.1_@types_react@19.2.8_react@19.2.3/node_modules/@radix-ui/react-use-escape-keydown/dist/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@radix-ui_react-use-escape-keydown@1.1.1_@types_react@19.2.8_react@19.2.3/node_modules/@radix-ui/react-use-escape-keydown/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-use-layout-effect@1.1.1_@types_react@19.2.8_react@19.2.3/node_modules/@radix-ui/react-use-layout-effect/dist/index.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-use-layout-effect@1.1.1_@types_react@19.2.8_react@19.2.3/node_modules/@radix-ui/react-use-layout-effect/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/@radix-ui_react-use-size@1.1.1_@types_react@19.2.8_react@19.2.3/node_modules/@radix-ui/react-use-size/dist/index.cjs.js +0 -2
- package/dist/node_modules/.pnpm/@radix-ui_react-use-size@1.1.1_@types_react@19.2.8_react@19.2.3/node_modules/@radix-ui/react-use-size/dist/index.es.js.map +0 -1
- package/dist/node_modules/.pnpm/decode-named-character-reference@1.2.0/node_modules/decode-named-character-reference/index.dom.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/decode-named-character-reference@1.2.0/node_modules/decode-named-character-reference/index.dom.es.js.map +0 -1
- package/dist/node_modules/.pnpm/katex@0.16.28/node_modules/katex/dist/katex.cjs.js +0 -262
- package/dist/node_modules/.pnpm/katex@0.16.28/node_modules/katex/dist/katex.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/katex@0.16.28/node_modules/katex/dist/katex.es.js.map +0 -1
- package/dist/node_modules/.pnpm/react-syntax-highlighter@16.1.0_react@19.2.3/node_modules/react-syntax-highlighter/dist/esm/async-languages/prism.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/react-syntax-highlighter@16.1.0_react@19.2.3/node_modules/react-syntax-highlighter/dist/esm/async-languages/prism.es.js.map +0 -1
- package/dist/node_modules/.pnpm/react-syntax-highlighter@16.1.0_react@19.2.3/node_modules/react-syntax-highlighter/dist/esm/async-syntax-highlighter.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/react-syntax-highlighter@16.1.0_react@19.2.3/node_modules/react-syntax-highlighter/dist/esm/async-syntax-highlighter.es.js.map +0 -1
- package/dist/node_modules/.pnpm/react-syntax-highlighter@16.1.0_react@19.2.3/node_modules/react-syntax-highlighter/dist/esm/highlight.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/react-syntax-highlighter@16.1.0_react@19.2.3/node_modules/react-syntax-highlighter/dist/esm/highlight.es.js.map +0 -1
- package/dist/node_modules/.pnpm/react-syntax-highlighter@16.1.0_react@19.2.3/node_modules/react-syntax-highlighter/dist/esm/prism-async-light.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/react-syntax-highlighter@16.1.0_react@19.2.3/node_modules/react-syntax-highlighter/dist/esm/prism-async-light.es.js.map +0 -1
- package/dist/node_modules/.pnpm/tailwind-merge@3.4.0/node_modules/tailwind-merge/dist/bundle-mjs.cjs.js +0 -2
- package/dist/node_modules/.pnpm/tailwind-merge@3.4.0/node_modules/tailwind-merge/dist/bundle-mjs.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/tailwind-merge@3.4.0/node_modules/tailwind-merge/dist/bundle-mjs.es.js.map +0 -1
- package/dist/node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/lib/index.cjs.js.map +0 -1
- package/dist/node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/lib/index.es.js.map +0 -1
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/OverloadYield.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/OverloadYield.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/asyncToGenerator.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/classCallCheck.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/classCallCheck.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/createClass.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/createClass.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/defineProperty.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/defineProperty.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/extends.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/extends.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/inherits.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/inherits.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/iterableToArray.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/iterableToArray.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/nonIterableSpread.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/objectWithoutProperties.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/objectWithoutPropertiesLoose.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/toConsumableArray.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/toConsumableArray.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/toPrimitive.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/toPrimitive.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/toPropertyKey.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/toPropertyKey.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/typeof.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/typeof.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/interopRequireDefault.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/interopRequireDefault.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regenerator.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regenerator.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorAsync.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorAsync.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorAsyncGen.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorAsyncGen.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorAsyncIterator.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorDefine.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorDefine.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorKeys.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorKeys.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorRuntime.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorRuntime.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorValues.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/regeneratorValues.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/typeof.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/helpers/typeof.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/regenerator/index.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@babel_runtime@7.28.6 → @babel_runtime@7.29.2}/node_modules/@babel/runtime/regenerator/index.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@radix-ui_react-compose-refs@1.1.2_@types_react@19.2.8_react@19.2.3 → @radix-ui_react-compose-refs@1.1.2_@types_react@19.2.14_react@19.2.4}/node_modules/@radix-ui/react-compose-refs/dist/index.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@radix-ui_react-compose-refs@1.1.2_@types_react@19.2.8_react@19.2.3 → @radix-ui_react-compose-refs@1.1.2_@types_react@19.2.14_react@19.2.4}/node_modules/@radix-ui/react-compose-refs/dist/index.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@radix-ui_react-context@1.1.2_@types_react@19.2.8_react@19.2.3 → @radix-ui_react-context@1.1.2_@types_react@19.2.14_react@19.2.4}/node_modules/@radix-ui/react-context/dist/index.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@radix-ui_react-context@1.1.2_@types_react@19.2.8_react@19.2.3 → @radix-ui_react-context@1.1.2_@types_react@19.2.14_react@19.2.4}/node_modules/@radix-ui/react-context/dist/index.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@radix-ui_react-use-callback-ref@1.1.1_@types_react@19.2.8_react@19.2.3 → @radix-ui_react-use-callback-ref@1.1.1_@types_react@19.2.14_react@19.2.4}/node_modules/@radix-ui/react-use-callback-ref/dist/index.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@radix-ui_react-use-callback-ref@1.1.1_@types_react@19.2.8_react@19.2.3 → @radix-ui_react-use-callback-ref@1.1.1_@types_react@19.2.14_react@19.2.4}/node_modules/@radix-ui/react-use-callback-ref/dist/index.es.js +0 -0
- /package/dist/node_modules/.pnpm/{@radix-ui_react-use-layout-effect@1.1.1_@types_react@19.2.8_react@19.2.3 → @radix-ui_react-use-layout-effect@1.1.1_@types_react@19.2.14_react@19.2.4}/node_modules/@radix-ui/react-use-layout-effect/dist/index.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{@radix-ui_react-use-layout-effect@1.1.1_@types_react@19.2.8_react@19.2.3 → @radix-ui_react-use-layout-effect@1.1.1_@types_react@19.2.14_react@19.2.4}/node_modules/@radix-ui/react-use-layout-effect/dist/index.es.js +0 -0
- /package/dist/node_modules/.pnpm/{decode-named-character-reference@1.2.0 → decode-named-character-reference@1.3.0}/node_modules/decode-named-character-reference/index.dom.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/a11y-dark.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/a11y-dark.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/atom-dark.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/atom-dark.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/base16-ateliersulphurpool.light.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/base16-ateliersulphurpool.light.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/cb.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/cb.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coldark-cold.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coldark-cold.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coldark-dark.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coldark-dark.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coy-without-shadows.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coy-without-shadows.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coy.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/coy.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/darcula.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/darcula.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/dark.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/dark.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/dracula.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/dracula.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-dark.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-dark.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-earth.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-earth.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-forest.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-forest.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-light.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-light.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-sea.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-sea.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-space.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/duotone-space.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/funky.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/funky.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/ghcolors.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/ghcolors.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/gruvbox-dark.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/gruvbox-dark.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/gruvbox-light.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/gruvbox-light.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/holi-theme.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/holi-theme.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/hopscotch.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/hopscotch.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/lucario.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/lucario.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-dark.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-dark.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-light.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-light.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-oceanic.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/material-oceanic.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/night-owl.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/night-owl.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/nord.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/nord.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/okaidia.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/okaidia.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/one-dark.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/one-dark.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/one-light.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/one-light.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/pojoaque.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/pojoaque.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/prism.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/prism.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/shades-of-purple.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/shades-of-purple.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/solarized-dark-atom.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/solarized-dark-atom.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/solarizedlight.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/solarizedlight.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/synthwave84.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/synthwave84.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/tomorrow.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/tomorrow.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/twilight.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/twilight.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/vs.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/vs.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/vsc-dark-plus.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/vsc-dark-plus.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/xonokai.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/xonokai.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/z-touch.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/cjs/styles/prism/z-touch.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/async-languages/prism.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/async-languages/prism.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/checkForListedLanguage.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/checkForListedLanguage.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/languages/prism/python.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/languages/prism/python.cjs.js.map +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/languages/prism/python.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/languages/prism/python.es.js.map +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/languages/prism/tsx.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/languages/prism/tsx.cjs.js.map +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/languages/prism/tsx.es.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/languages/prism/tsx.es.js.map +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/prism-async-light.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{react-syntax-highlighter@16.1.0_react@19.2.3 → react-syntax-highlighter@16.1.1_react@19.2.4}/node_modules/react-syntax-highlighter/dist/esm/prism-async-light.es.js +0 -0
- /package/dist/node_modules/.pnpm/{unist-util-visit@5.0.0 → unist-util-visit@5.1.0}/node_modules/unist-util-visit/lib/index.cjs.js +0 -0
- /package/dist/node_modules/.pnpm/{unist-util-visit@5.0.0 → unist-util-visit@5.1.0}/node_modules/unist-util-visit/lib/index.es.js +0 -0
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.
|
|
1
|
+
{"version":3,"file":"index.es.js","sources":["../../../../../../../../node_modules/.pnpm/@radix-ui+react-slot@1.2.3_@types+react@19.2.14_react@19.2.4/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":["createSlot","ownerName","SlotClone","createSlotClone","Slot2","React","props","forwardedRef","children","slotProps","childrenArray","slottable","isSlottable","newElement","newChildren","child","jsx","childrenRef","getElementRef","props2","mergeProps","composeRefs","SLOTTABLE_IDENTIFIER","createSlottable","Slottable2","Fragment2","childProps","overrideProps","propName","slotPropValue","childPropValue","args","result","element","getter","mayWarn"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const m=require("react"),_=require("../../../../../@radix-ui_react-compose-refs@1.1.2_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-compose-refs/dist/index.cjs.js"),d=require("react/jsx-runtime");function j(e){const t=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(e){for(const n in e)if(n!=="default"){const o=Object.getOwnPropertyDescriptor(e,n);Object.defineProperty(t,n,o.get?o:{enumerable:!0,get:()=>e[n]})}}return t.default=e,Object.freeze(t)}const i=j(m);var E=Symbol.for("react.lazy"),u=i[" use ".trim().toString()];function R(e){return typeof e=="object"&&e!==null&&"then"in e}function y(e){return e!=null&&typeof e=="object"&&"$$typeof"in e&&e.$$typeof===E&&"_payload"in e&&R(e._payload)}function S(e){const t=C(e),n=i.forwardRef((o,r)=>{let{children:l,...c}=o;y(l)&&typeof u=="function"&&(l=u(l._payload));const s=i.Children.toArray(l),a=s.find(P);if(a){const f=a.props.children,b=s.map(p=>p===a?i.Children.count(f)>1?i.Children.only(null):i.isValidElement(f)?f.props.children:null:p);return d.jsx(t,{...c,ref:r,children:i.isValidElement(f)?i.cloneElement(f,void 0,b):null})}return d.jsx(t,{...c,ref:r,children:l})});return n.displayName=`${e}.Slot`,n}var g=S("Slot");function C(e){const t=i.forwardRef((n,o)=>{let{children:r,...l}=n;if(y(r)&&typeof u=="function"&&(r=u(r._payload)),i.isValidElement(r)){const c=x(r),s=h(l,r.props);return r.type!==i.Fragment&&(s.ref=o?_.composeRefs(o,c):c),i.cloneElement(r,s)}return i.Children.count(r)>1?i.Children.only(null):null});return t.displayName=`${e}.SlotClone`,t}var O=Symbol("radix.slottable");function P(e){return i.isValidElement(e)&&typeof e.type=="function"&&"__radixId"in e.type&&e.type.__radixId===O}function h(e,t){const n={...t};for(const o in t){const r=e[o],l=t[o];/^on[A-Z]/.test(o)?r&&l?n[o]=(...s)=>{const a=l(...s);return r(...s),a}:r&&(n[o]=r):o==="style"?n[o]={...r,...l}:o==="className"&&(n[o]=[r,l].filter(Boolean).join(" "))}return{...e,...n}}function x(e){let t=Object.getOwnPropertyDescriptor(e.props,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning;return n?e.ref:(t=Object.getOwnPropertyDescriptor(e,"ref")?.get,n=t&&"isReactWarning"in t&&t.isReactWarning,n?e.props.ref:e.props.ref||e.ref)}exports.Root=g;exports.Slot=g;exports.createSlot=S;
|
|
2
|
+
//# sourceMappingURL=index.cjs.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs.js","sources":["../../../../../../../../node_modules/.pnpm/@radix-ui+react-slot@1.2.4_@types+react@19.2.14_react@19.2.4/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\";\nvar REACT_LAZY_TYPE = Symbol.for(\"react.lazy\");\nvar use = React[\" use \".trim().toString()];\nfunction isPromiseLike(value) {\n return typeof value === \"object\" && value !== null && \"then\" in value;\n}\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}\n// @__NO_SIDE_EFFECTS__\nfunction createSlot(ownerName) {\n const SlotClone = /* @__PURE__ */ createSlotClone(ownerName);\n const Slot2 = React.forwardRef((props, forwardedRef) => {\n let { children, ...slotProps } = props;\n if (isLazyComponent(children) && typeof use === \"function\") {\n children = use(children._payload);\n }\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 let { children, ...slotProps } = props;\n if (isLazyComponent(children) && typeof use === \"function\") {\n children = use(children._payload);\n }\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_LAZY_TYPE","use","React","isPromiseLike","value","isLazyComponent","element","createSlot","ownerName","SlotClone","createSlotClone","Slot2","props","forwardedRef","children","slotProps","childrenArray","slottable","isSlottable","newElement","newChildren","child","jsx","Slot","childrenRef","getElementRef","props2","mergeProps","composeRefs","SLOTTABLE_IDENTIFIER","childProps","overrideProps","propName","slotPropValue","childPropValue","args","result","getter","mayWarn"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as e from "react";
|
|
2
|
-
import { composeRefs as S } from "../../../../../@radix-ui_react-compose-refs@1.1.2_@types_react@19.2.
|
|
2
|
+
import { composeRefs as S } from "../../../../../@radix-ui_react-compose-refs@1.1.2_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-compose-refs/dist/index.es.js";
|
|
3
3
|
import { jsx as y } from "react/jsx-runtime";
|
|
4
4
|
var E = /* @__PURE__ */ Symbol.for("react.lazy"), p = e[" use ".trim().toString()];
|
|
5
5
|
function g(t) {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.
|
|
1
|
+
{"version":3,"file":"index.es.js","sources":["../../../../../../../../node_modules/.pnpm/@radix-ui+react-slot@1.2.4_@types+react@19.2.14_react@19.2.4/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\";\nvar REACT_LAZY_TYPE = Symbol.for(\"react.lazy\");\nvar use = React[\" use \".trim().toString()];\nfunction isPromiseLike(value) {\n return typeof value === \"object\" && value !== null && \"then\" in value;\n}\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}\n// @__NO_SIDE_EFFECTS__\nfunction createSlot(ownerName) {\n const SlotClone = /* @__PURE__ */ createSlotClone(ownerName);\n const Slot2 = React.forwardRef((props, forwardedRef) => {\n let { children, ...slotProps } = props;\n if (isLazyComponent(children) && typeof use === \"function\") {\n children = use(children._payload);\n }\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 let { children, ...slotProps } = props;\n if (isLazyComponent(children) && typeof use === \"function\") {\n children = use(children._payload);\n }\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_LAZY_TYPE","use","React","isPromiseLike","value","isLazyComponent","element","createSlot","ownerName","SlotClone","createSlotClone","Slot2","props","forwardedRef","children","slotProps","childrenArray","slottable","isSlottable","newElement","newChildren","child","jsx","Slot","childrenRef","getElementRef","props2","mergeProps","composeRefs","SLOTTABLE_IDENTIFIER","childProps","overrideProps","propName","slotPropValue","childPropValue","args","result","getter","mayWarn"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const z=require("react"),m=require("../../../../../@radix-ui_primitive@1.1.3/node_modules/@radix-ui/primitive/dist/index.cjs.js"),B=require("../../../../../@radix-ui_react-compose-refs@1.1.2_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-compose-refs/dist/index.cjs.js"),K=require("../../../../../@radix-ui_react-context@1.1.2_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-context/dist/index.cjs.js"),W=require("../../../../../@radix-ui_react-dismissable-layer@1.1.11_@types_react-dom@19.2.3_@types_react@19.2.14___3d3960154a4c07d09bb90cb341135fc5/node_modules/@radix-ui/react-dismissable-layer/dist/index.cjs.js"),J=require("../../../../../@radix-ui_react-id@1.1.1_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-id/dist/index.cjs.js"),P=require("../../../../../@radix-ui_react-popper@1.2.8_@types_react-dom@19.2.3_@types_react@19.2.14__@types_react_13e0521d8aea7ebfbfb8bee1fb615c05/node_modules/@radix-ui/react-popper/dist/index.cjs.js"),Q=require("../../../../../@radix-ui_react-portal@1.1.9_@types_react-dom@19.2.3_@types_react@19.2.14__@types_react_7668895bec2444446faa4e0f4eb5244b/node_modules/@radix-ui/react-portal/dist/index.cjs.js"),U=require("../../../../../@radix-ui_react-presence@1.1.5_@types_react-dom@19.2.3_@types_react@19.2.14__@types_rea_c01c26c80b5ab5e3ecefbda6eca51ad1/node_modules/@radix-ui/react-presence/dist/index.cjs.js"),Z=require("../../../../../@radix-ui_react-primitive@2.1.3_@types_react-dom@19.2.3_@types_react@19.2.14__@types_re_1181ea5061ec9212248424669240e4ec/node_modules/@radix-ui/react-primitive/dist/index.cjs.js"),ee=require("../../../../../@radix-ui_react-slot@1.2.3_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-slot/dist/index.cjs.js"),te=require("../../../../../@radix-ui_react-use-controllable-state@1.2.2_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-controllable-state/dist/index.cjs.js"),oe=require("../../../../../@radix-ui_react-visually-hidden@1.2.3_@types_react-dom@19.2.3_@types_react@19.2.14__@ty_fa89646d7248b32d1762bf88948f6339/node_modules/@radix-ui/react-visually-hidden/dist/index.cjs.js"),p=require("react/jsx-runtime");function re(t){const o=Object.create(null,{[Symbol.toStringTag]:{value:"Module"}});if(t){for(const e in t)if(e!=="default"){const r=Object.getOwnPropertyDescriptor(t,e);Object.defineProperty(o,e,r.get?r:{enumerable:!0,get:()=>t[e]})}}return o.default=t,Object.freeze(o)}const s=re(z);var[j]=K.createContextScope("Tooltip",[P.createPopperScope]),D=P.createPopperScope(),V="TooltipProvider",ne=700,A="tooltip.open",[se,k]=j(V),H=t=>{const{__scopeTooltip:o,delayDuration:e=ne,skipDelayDuration:r=300,disableHoverableContent:n=!1,children:a}=t,c=s.useRef(!0),v=s.useRef(!1),i=s.useRef(0);return s.useEffect(()=>{const d=i.current;return()=>window.clearTimeout(d)},[]),p.jsx(se,{scope:o,isOpenDelayedRef:c,delayDuration:e,onOpen:s.useCallback(()=>{window.clearTimeout(i.current),c.current=!1},[]),onClose:s.useCallback(()=>{window.clearTimeout(i.current),i.current=window.setTimeout(()=>c.current=!0,r)},[r]),isPointerInTransitRef:v,onPointerInTransitChange:s.useCallback(d=>{v.current=d},[]),disableHoverableContent:n,children:a})};H.displayName=V;var O="Tooltip",[ie,_]=j(O),M=t=>{const{__scopeTooltip:o,children:e,open:r,defaultOpen:n,onOpenChange:a,disableHoverableContent:c,delayDuration:v}=t,i=k(O,t.__scopeTooltip),d=D(o),[l,f]=s.useState(null),x=J.useId(),u=s.useRef(0),h=c??i.disableHoverableContent,g=v??i.delayDuration,T=s.useRef(!1),[C,y]=te.useControllableState({prop:r,defaultProp:n??!1,onChange:F=>{F?(i.onOpen(),document.dispatchEvent(new CustomEvent(A))):i.onClose(),a?.(F)},caller:O}),w=s.useMemo(()=>C?T.current?"delayed-open":"instant-open":"closed",[C]),E=s.useCallback(()=>{window.clearTimeout(u.current),u.current=0,T.current=!1,y(!0)},[y]),R=s.useCallback(()=>{window.clearTimeout(u.current),u.current=0,y(!1)},[y]),G=s.useCallback(()=>{window.clearTimeout(u.current),u.current=window.setTimeout(()=>{T.current=!0,y(!0),u.current=0},g)},[g,y]);return s.useEffect(()=>()=>{u.current&&(window.clearTimeout(u.current),u.current=0)},[]),p.jsx(P.Root,{...d,children:p.jsx(ie,{scope:o,contentId:x,open:C,stateAttribute:w,trigger:l,onTriggerChange:f,onTriggerEnter:s.useCallback(()=>{i.isOpenDelayedRef.current?G():E()},[i.isOpenDelayedRef,G,E]),onTriggerLeave:s.useCallback(()=>{h?R():(window.clearTimeout(u.current),u.current=0)},[R,h]),onOpen:E,onClose:R,disableHoverableContent:h,children:e})})};M.displayName=O;var L="TooltipTrigger",S=s.forwardRef((t,o)=>{const{__scopeTooltip:e,...r}=t,n=_(L,e),a=k(L,e),c=D(e),v=s.useRef(null),i=B.useComposedRefs(o,v,n.onTriggerChange),d=s.useRef(!1),l=s.useRef(!1),f=s.useCallback(()=>d.current=!1,[]);return s.useEffect(()=>()=>document.removeEventListener("pointerup",f),[f]),p.jsx(P.Anchor,{asChild:!0,...c,children:p.jsx(Z.Primitive.button,{"aria-describedby":n.open?n.contentId:void 0,"data-state":n.stateAttribute,...r,ref:i,onPointerMove:m.composeEventHandlers(t.onPointerMove,x=>{x.pointerType!=="touch"&&!l.current&&!a.isPointerInTransitRef.current&&(n.onTriggerEnter(),l.current=!0)}),onPointerLeave:m.composeEventHandlers(t.onPointerLeave,()=>{n.onTriggerLeave(),l.current=!1}),onPointerDown:m.composeEventHandlers(t.onPointerDown,()=>{n.open&&n.onClose(),d.current=!0,document.addEventListener("pointerup",f,{once:!0})}),onFocus:m.composeEventHandlers(t.onFocus,()=>{d.current||n.onOpen()}),onBlur:m.composeEventHandlers(t.onBlur,n.onClose),onClick:m.composeEventHandlers(t.onClick,n.onClose)})})});S.displayName=L;var I="TooltipPortal",[ce,ae]=j(I,{forceMount:void 0}),N=t=>{const{__scopeTooltip:o,forceMount:e,children:r,container:n}=t,a=_(I,o);return p.jsx(ce,{scope:o,forceMount:e,children:p.jsx(U.Presence,{present:e||a.open,children:p.jsx(Q.Portal,{asChild:!0,container:n,children:r})})})};N.displayName=I;var b="TooltipContent",q=s.forwardRef((t,o)=>{const e=ae(b,t.__scopeTooltip),{forceMount:r=e.forceMount,side:n="top",...a}=t,c=_(b,t.__scopeTooltip);return p.jsx(U.Presence,{present:r||c.open,children:c.disableHoverableContent?p.jsx(Y,{side:n,...a,ref:o}):p.jsx(le,{side:n,...a,ref:o})})}),le=s.forwardRef((t,o)=>{const e=_(b,t.__scopeTooltip),r=k(b,t.__scopeTooltip),n=s.useRef(null),a=B.useComposedRefs(o,n),[c,v]=s.useState(null),{trigger:i,onClose:d}=e,l=n.current,{onPointerInTransitChange:f}=r,x=s.useCallback(()=>{v(null),f(!1)},[f]),u=s.useCallback((h,g)=>{const T=h.currentTarget,C={x:h.clientX,y:h.clientY},y=fe(C,T.getBoundingClientRect()),w=ve(C,y),E=xe(g.getBoundingClientRect()),R=Te([...w,...E]);v(R),f(!0)},[f]);return s.useEffect(()=>()=>x(),[x]),s.useEffect(()=>{if(i&&l){const h=T=>u(T,l),g=T=>u(T,i);return i.addEventListener("pointerleave",h),l.addEventListener("pointerleave",g),()=>{i.removeEventListener("pointerleave",h),l.removeEventListener("pointerleave",g)}}},[i,l,u,x]),s.useEffect(()=>{if(c){const h=g=>{const T=g.target,C={x:g.clientX,y:g.clientY},y=i?.contains(T)||l?.contains(T),w=!he(C,c);y?x():w&&(x(),d())};return document.addEventListener("pointermove",h),()=>document.removeEventListener("pointermove",h)}},[i,l,c,d,x]),p.jsx(Y,{...t,ref:a})}),[ue,pe]=j(O,{isInside:!1}),de=ee.createSlottable("TooltipContent"),Y=s.forwardRef((t,o)=>{const{__scopeTooltip:e,children:r,"aria-label":n,onEscapeKeyDown:a,onPointerDownOutside:c,...v}=t,i=_(b,e),d=D(e),{onClose:l}=i;return s.useEffect(()=>(document.addEventListener(A,l),()=>document.removeEventListener(A,l)),[l]),s.useEffect(()=>{if(i.trigger){const f=x=>{x.target?.contains(i.trigger)&&l()};return window.addEventListener("scroll",f,{capture:!0}),()=>window.removeEventListener("scroll",f,{capture:!0})}},[i.trigger,l]),p.jsx(W.DismissableLayer,{asChild:!0,disableOutsidePointerEvents:!1,onEscapeKeyDown:a,onPointerDownOutside:c,onFocusOutside:f=>f.preventDefault(),onDismiss:l,children:p.jsxs(P.Content,{"data-state":i.stateAttribute,...d,...v,ref:o,style:{...v.style,"--radix-tooltip-content-transform-origin":"var(--radix-popper-transform-origin)","--radix-tooltip-content-available-width":"var(--radix-popper-available-width)","--radix-tooltip-content-available-height":"var(--radix-popper-available-height)","--radix-tooltip-trigger-width":"var(--radix-popper-anchor-width)","--radix-tooltip-trigger-height":"var(--radix-popper-anchor-height)"},children:[p.jsx(de,{children:r}),p.jsx(ue,{scope:e,isInside:!0,children:p.jsx(oe.Root,{id:i.contentId,role:"tooltip",children:n||r})})]})})});q.displayName=b;var X="TooltipArrow",$=s.forwardRef((t,o)=>{const{__scopeTooltip:e,...r}=t,n=D(e);return pe(X,e).isInside?null:p.jsx(P.Arrow,{...n,...r,ref:o})});$.displayName=X;function fe(t,o){const e=Math.abs(o.top-t.y),r=Math.abs(o.bottom-t.y),n=Math.abs(o.right-t.x),a=Math.abs(o.left-t.x);switch(Math.min(e,r,n,a)){case a:return"left";case n:return"right";case e:return"top";case r:return"bottom";default:throw new Error("unreachable")}}function ve(t,o,e=5){const r=[];switch(o){case"top":r.push({x:t.x-e,y:t.y+e},{x:t.x+e,y:t.y+e});break;case"bottom":r.push({x:t.x-e,y:t.y-e},{x:t.x+e,y:t.y-e});break;case"left":r.push({x:t.x+e,y:t.y-e},{x:t.x+e,y:t.y+e});break;case"right":r.push({x:t.x-e,y:t.y-e},{x:t.x-e,y:t.y+e});break}return r}function xe(t){const{top:o,right:e,bottom:r,left:n}=t;return[{x:n,y:o},{x:e,y:o},{x:e,y:r},{x:n,y:r}]}function he(t,o){const{x:e,y:r}=t;let n=!1;for(let a=0,c=o.length-1;a<o.length;c=a++){const v=o[a],i=o[c],d=v.x,l=v.y,f=i.x,x=i.y;l>r!=x>r&&e<(f-d)*(r-l)/(x-l)+d&&(n=!n)}return n}function Te(t){const o=t.slice();return o.sort((e,r)=>e.x<r.x?-1:e.x>r.x?1:e.y<r.y?-1:e.y>r.y?1:0),ge(o)}function ge(t){if(t.length<=1)return t.slice();const o=[];for(let r=0;r<t.length;r++){const n=t[r];for(;o.length>=2;){const a=o[o.length-1],c=o[o.length-2];if((a.x-c.x)*(n.y-c.y)>=(a.y-c.y)*(n.x-c.x))o.pop();else break}o.push(n)}o.pop();const e=[];for(let r=t.length-1;r>=0;r--){const n=t[r];for(;e.length>=2;){const a=e[e.length-1],c=e[e.length-2];if((a.x-c.x)*(n.y-c.y)>=(a.y-c.y)*(n.x-c.x))e.pop();else break}e.push(n)}return e.pop(),o.length===1&&e.length===1&&o[0].x===e[0].x&&o[0].y===e[0].y?o:o.concat(e)}var ye=H,Ce=M,me=S,be=N,Pe=q,we=$;exports.Arrow=we;exports.Content=Pe;exports.Portal=be;exports.Provider=ye;exports.Root=Ce;exports.Tooltip=M;exports.TooltipArrow=$;exports.TooltipContent=q;exports.TooltipPortal=N;exports.TooltipProvider=H;exports.TooltipTrigger=S;exports.Trigger=me;
|
|
2
|
+
//# sourceMappingURL=index.cjs.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.cjs.js","sources":["../../../../../../../../node_modules/.pnpm/@radix-ui+react-tooltip@1.2.8_@types+react-dom@19.2.3_@types+react@19.2.8__@types+react_6a1a6d85f83fda9f1628953d2b64e4bf/node_modules/@radix-ui/react-tooltip/dist/index.mjs"],"sourcesContent":["\"use client\";\n\n// src/tooltip.tsx\nimport * as React from \"react\";\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { createContextScope } from \"@radix-ui/react-context\";\nimport { DismissableLayer } from \"@radix-ui/react-dismissable-layer\";\nimport { useId } from \"@radix-ui/react-id\";\nimport * as PopperPrimitive from \"@radix-ui/react-popper\";\nimport { createPopperScope } from \"@radix-ui/react-popper\";\nimport { Portal as PortalPrimitive } from \"@radix-ui/react-portal\";\nimport { Presence } from \"@radix-ui/react-presence\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { createSlottable } from \"@radix-ui/react-slot\";\nimport { useControllableState } from \"@radix-ui/react-use-controllable-state\";\nimport * as VisuallyHiddenPrimitive from \"@radix-ui/react-visually-hidden\";\nimport { jsx, jsxs } from \"react/jsx-runtime\";\nvar [createTooltipContext, createTooltipScope] = createContextScope(\"Tooltip\", [\n createPopperScope\n]);\nvar usePopperScope = createPopperScope();\nvar PROVIDER_NAME = \"TooltipProvider\";\nvar DEFAULT_DELAY_DURATION = 700;\nvar TOOLTIP_OPEN = \"tooltip.open\";\nvar [TooltipProviderContextProvider, useTooltipProviderContext] = createTooltipContext(PROVIDER_NAME);\nvar TooltipProvider = (props) => {\n const {\n __scopeTooltip,\n delayDuration = DEFAULT_DELAY_DURATION,\n skipDelayDuration = 300,\n disableHoverableContent = false,\n children\n } = props;\n const isOpenDelayedRef = React.useRef(true);\n const isPointerInTransitRef = React.useRef(false);\n const skipDelayTimerRef = React.useRef(0);\n React.useEffect(() => {\n const skipDelayTimer = skipDelayTimerRef.current;\n return () => window.clearTimeout(skipDelayTimer);\n }, []);\n return /* @__PURE__ */ jsx(\n TooltipProviderContextProvider,\n {\n scope: __scopeTooltip,\n isOpenDelayedRef,\n delayDuration,\n onOpen: React.useCallback(() => {\n window.clearTimeout(skipDelayTimerRef.current);\n isOpenDelayedRef.current = false;\n }, []),\n onClose: React.useCallback(() => {\n window.clearTimeout(skipDelayTimerRef.current);\n skipDelayTimerRef.current = window.setTimeout(\n () => isOpenDelayedRef.current = true,\n skipDelayDuration\n );\n }, [skipDelayDuration]),\n isPointerInTransitRef,\n onPointerInTransitChange: React.useCallback((inTransit) => {\n isPointerInTransitRef.current = inTransit;\n }, []),\n disableHoverableContent,\n children\n }\n );\n};\nTooltipProvider.displayName = PROVIDER_NAME;\nvar TOOLTIP_NAME = \"Tooltip\";\nvar [TooltipContextProvider, useTooltipContext] = createTooltipContext(TOOLTIP_NAME);\nvar Tooltip = (props) => {\n const {\n __scopeTooltip,\n children,\n open: openProp,\n defaultOpen,\n onOpenChange,\n disableHoverableContent: disableHoverableContentProp,\n delayDuration: delayDurationProp\n } = props;\n const providerContext = useTooltipProviderContext(TOOLTIP_NAME, props.__scopeTooltip);\n const popperScope = usePopperScope(__scopeTooltip);\n const [trigger, setTrigger] = React.useState(null);\n const contentId = useId();\n const openTimerRef = React.useRef(0);\n const disableHoverableContent = disableHoverableContentProp ?? providerContext.disableHoverableContent;\n const delayDuration = delayDurationProp ?? providerContext.delayDuration;\n const wasOpenDelayedRef = React.useRef(false);\n const [open, setOpen] = useControllableState({\n prop: openProp,\n defaultProp: defaultOpen ?? false,\n onChange: (open2) => {\n if (open2) {\n providerContext.onOpen();\n document.dispatchEvent(new CustomEvent(TOOLTIP_OPEN));\n } else {\n providerContext.onClose();\n }\n onOpenChange?.(open2);\n },\n caller: TOOLTIP_NAME\n });\n const stateAttribute = React.useMemo(() => {\n return open ? wasOpenDelayedRef.current ? \"delayed-open\" : \"instant-open\" : \"closed\";\n }, [open]);\n const handleOpen = React.useCallback(() => {\n window.clearTimeout(openTimerRef.current);\n openTimerRef.current = 0;\n wasOpenDelayedRef.current = false;\n setOpen(true);\n }, [setOpen]);\n const handleClose = React.useCallback(() => {\n window.clearTimeout(openTimerRef.current);\n openTimerRef.current = 0;\n setOpen(false);\n }, [setOpen]);\n const handleDelayedOpen = React.useCallback(() => {\n window.clearTimeout(openTimerRef.current);\n openTimerRef.current = window.setTimeout(() => {\n wasOpenDelayedRef.current = true;\n setOpen(true);\n openTimerRef.current = 0;\n }, delayDuration);\n }, [delayDuration, setOpen]);\n React.useEffect(() => {\n return () => {\n if (openTimerRef.current) {\n window.clearTimeout(openTimerRef.current);\n openTimerRef.current = 0;\n }\n };\n }, []);\n return /* @__PURE__ */ jsx(PopperPrimitive.Root, { ...popperScope, children: /* @__PURE__ */ jsx(\n TooltipContextProvider,\n {\n scope: __scopeTooltip,\n contentId,\n open,\n stateAttribute,\n trigger,\n onTriggerChange: setTrigger,\n onTriggerEnter: React.useCallback(() => {\n if (providerContext.isOpenDelayedRef.current) handleDelayedOpen();\n else handleOpen();\n }, [providerContext.isOpenDelayedRef, handleDelayedOpen, handleOpen]),\n onTriggerLeave: React.useCallback(() => {\n if (disableHoverableContent) {\n handleClose();\n } else {\n window.clearTimeout(openTimerRef.current);\n openTimerRef.current = 0;\n }\n }, [handleClose, disableHoverableContent]),\n onOpen: handleOpen,\n onClose: handleClose,\n disableHoverableContent,\n children\n }\n ) });\n};\nTooltip.displayName = TOOLTIP_NAME;\nvar TRIGGER_NAME = \"TooltipTrigger\";\nvar TooltipTrigger = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeTooltip, ...triggerProps } = props;\n const context = useTooltipContext(TRIGGER_NAME, __scopeTooltip);\n const providerContext = useTooltipProviderContext(TRIGGER_NAME, __scopeTooltip);\n const popperScope = usePopperScope(__scopeTooltip);\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref, context.onTriggerChange);\n const isPointerDownRef = React.useRef(false);\n const hasPointerMoveOpenedRef = React.useRef(false);\n const handlePointerUp = React.useCallback(() => isPointerDownRef.current = false, []);\n React.useEffect(() => {\n return () => document.removeEventListener(\"pointerup\", handlePointerUp);\n }, [handlePointerUp]);\n return /* @__PURE__ */ jsx(PopperPrimitive.Anchor, { asChild: true, ...popperScope, children: /* @__PURE__ */ jsx(\n Primitive.button,\n {\n \"aria-describedby\": context.open ? context.contentId : void 0,\n \"data-state\": context.stateAttribute,\n ...triggerProps,\n ref: composedRefs,\n onPointerMove: composeEventHandlers(props.onPointerMove, (event) => {\n if (event.pointerType === \"touch\") return;\n if (!hasPointerMoveOpenedRef.current && !providerContext.isPointerInTransitRef.current) {\n context.onTriggerEnter();\n hasPointerMoveOpenedRef.current = true;\n }\n }),\n onPointerLeave: composeEventHandlers(props.onPointerLeave, () => {\n context.onTriggerLeave();\n hasPointerMoveOpenedRef.current = false;\n }),\n onPointerDown: composeEventHandlers(props.onPointerDown, () => {\n if (context.open) {\n context.onClose();\n }\n isPointerDownRef.current = true;\n document.addEventListener(\"pointerup\", handlePointerUp, { once: true });\n }),\n onFocus: composeEventHandlers(props.onFocus, () => {\n if (!isPointerDownRef.current) context.onOpen();\n }),\n onBlur: composeEventHandlers(props.onBlur, context.onClose),\n onClick: composeEventHandlers(props.onClick, context.onClose)\n }\n ) });\n }\n);\nTooltipTrigger.displayName = TRIGGER_NAME;\nvar PORTAL_NAME = \"TooltipPortal\";\nvar [PortalProvider, usePortalContext] = createTooltipContext(PORTAL_NAME, {\n forceMount: void 0\n});\nvar TooltipPortal = (props) => {\n const { __scopeTooltip, forceMount, children, container } = props;\n const context = useTooltipContext(PORTAL_NAME, __scopeTooltip);\n return /* @__PURE__ */ jsx(PortalProvider, { scope: __scopeTooltip, forceMount, children: /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: /* @__PURE__ */ jsx(PortalPrimitive, { asChild: true, container, children }) }) });\n};\nTooltipPortal.displayName = PORTAL_NAME;\nvar CONTENT_NAME = \"TooltipContent\";\nvar TooltipContent = React.forwardRef(\n (props, forwardedRef) => {\n const portalContext = usePortalContext(CONTENT_NAME, props.__scopeTooltip);\n const { forceMount = portalContext.forceMount, side = \"top\", ...contentProps } = props;\n const context = useTooltipContext(CONTENT_NAME, props.__scopeTooltip);\n return /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: context.disableHoverableContent ? /* @__PURE__ */ jsx(TooltipContentImpl, { side, ...contentProps, ref: forwardedRef }) : /* @__PURE__ */ jsx(TooltipContentHoverable, { side, ...contentProps, ref: forwardedRef }) });\n }\n);\nvar TooltipContentHoverable = React.forwardRef((props, forwardedRef) => {\n const context = useTooltipContext(CONTENT_NAME, props.__scopeTooltip);\n const providerContext = useTooltipProviderContext(CONTENT_NAME, props.__scopeTooltip);\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref);\n const [pointerGraceArea, setPointerGraceArea] = React.useState(null);\n const { trigger, onClose } = context;\n const content = ref.current;\n const { onPointerInTransitChange } = providerContext;\n const handleRemoveGraceArea = React.useCallback(() => {\n setPointerGraceArea(null);\n onPointerInTransitChange(false);\n }, [onPointerInTransitChange]);\n const handleCreateGraceArea = React.useCallback(\n (event, hoverTarget) => {\n const currentTarget = event.currentTarget;\n const exitPoint = { x: event.clientX, y: event.clientY };\n const exitSide = getExitSideFromRect(exitPoint, currentTarget.getBoundingClientRect());\n const paddedExitPoints = getPaddedExitPoints(exitPoint, exitSide);\n const hoverTargetPoints = getPointsFromRect(hoverTarget.getBoundingClientRect());\n const graceArea = getHull([...paddedExitPoints, ...hoverTargetPoints]);\n setPointerGraceArea(graceArea);\n onPointerInTransitChange(true);\n },\n [onPointerInTransitChange]\n );\n React.useEffect(() => {\n return () => handleRemoveGraceArea();\n }, [handleRemoveGraceArea]);\n React.useEffect(() => {\n if (trigger && content) {\n const handleTriggerLeave = (event) => handleCreateGraceArea(event, content);\n const handleContentLeave = (event) => handleCreateGraceArea(event, trigger);\n trigger.addEventListener(\"pointerleave\", handleTriggerLeave);\n content.addEventListener(\"pointerleave\", handleContentLeave);\n return () => {\n trigger.removeEventListener(\"pointerleave\", handleTriggerLeave);\n content.removeEventListener(\"pointerleave\", handleContentLeave);\n };\n }\n }, [trigger, content, handleCreateGraceArea, handleRemoveGraceArea]);\n React.useEffect(() => {\n if (pointerGraceArea) {\n const handleTrackPointerGrace = (event) => {\n const target = event.target;\n const pointerPosition = { x: event.clientX, y: event.clientY };\n const hasEnteredTarget = trigger?.contains(target) || content?.contains(target);\n const isPointerOutsideGraceArea = !isPointInPolygon(pointerPosition, pointerGraceArea);\n if (hasEnteredTarget) {\n handleRemoveGraceArea();\n } else if (isPointerOutsideGraceArea) {\n handleRemoveGraceArea();\n onClose();\n }\n };\n document.addEventListener(\"pointermove\", handleTrackPointerGrace);\n return () => document.removeEventListener(\"pointermove\", handleTrackPointerGrace);\n }\n }, [trigger, content, pointerGraceArea, onClose, handleRemoveGraceArea]);\n return /* @__PURE__ */ jsx(TooltipContentImpl, { ...props, ref: composedRefs });\n});\nvar [VisuallyHiddenContentContextProvider, useVisuallyHiddenContentContext] = createTooltipContext(TOOLTIP_NAME, { isInside: false });\nvar Slottable = createSlottable(\"TooltipContent\");\nvar TooltipContentImpl = React.forwardRef(\n (props, forwardedRef) => {\n const {\n __scopeTooltip,\n children,\n \"aria-label\": ariaLabel,\n onEscapeKeyDown,\n onPointerDownOutside,\n ...contentProps\n } = props;\n const context = useTooltipContext(CONTENT_NAME, __scopeTooltip);\n const popperScope = usePopperScope(__scopeTooltip);\n const { onClose } = context;\n React.useEffect(() => {\n document.addEventListener(TOOLTIP_OPEN, onClose);\n return () => document.removeEventListener(TOOLTIP_OPEN, onClose);\n }, [onClose]);\n React.useEffect(() => {\n if (context.trigger) {\n const handleScroll = (event) => {\n const target = event.target;\n if (target?.contains(context.trigger)) onClose();\n };\n window.addEventListener(\"scroll\", handleScroll, { capture: true });\n return () => window.removeEventListener(\"scroll\", handleScroll, { capture: true });\n }\n }, [context.trigger, onClose]);\n return /* @__PURE__ */ jsx(\n DismissableLayer,\n {\n asChild: true,\n disableOutsidePointerEvents: false,\n onEscapeKeyDown,\n onPointerDownOutside,\n onFocusOutside: (event) => event.preventDefault(),\n onDismiss: onClose,\n children: /* @__PURE__ */ jsxs(\n PopperPrimitive.Content,\n {\n \"data-state\": context.stateAttribute,\n ...popperScope,\n ...contentProps,\n ref: forwardedRef,\n style: {\n ...contentProps.style,\n // re-namespace exposed content custom properties\n ...{\n \"--radix-tooltip-content-transform-origin\": \"var(--radix-popper-transform-origin)\",\n \"--radix-tooltip-content-available-width\": \"var(--radix-popper-available-width)\",\n \"--radix-tooltip-content-available-height\": \"var(--radix-popper-available-height)\",\n \"--radix-tooltip-trigger-width\": \"var(--radix-popper-anchor-width)\",\n \"--radix-tooltip-trigger-height\": \"var(--radix-popper-anchor-height)\"\n }\n },\n children: [\n /* @__PURE__ */ jsx(Slottable, { children }),\n /* @__PURE__ */ jsx(VisuallyHiddenContentContextProvider, { scope: __scopeTooltip, isInside: true, children: /* @__PURE__ */ jsx(VisuallyHiddenPrimitive.Root, { id: context.contentId, role: \"tooltip\", children: ariaLabel || children }) })\n ]\n }\n )\n }\n );\n }\n);\nTooltipContent.displayName = CONTENT_NAME;\nvar ARROW_NAME = \"TooltipArrow\";\nvar TooltipArrow = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeTooltip, ...arrowProps } = props;\n const popperScope = usePopperScope(__scopeTooltip);\n const visuallyHiddenContentContext = useVisuallyHiddenContentContext(\n ARROW_NAME,\n __scopeTooltip\n );\n return visuallyHiddenContentContext.isInside ? null : /* @__PURE__ */ jsx(PopperPrimitive.Arrow, { ...popperScope, ...arrowProps, ref: forwardedRef });\n }\n);\nTooltipArrow.displayName = ARROW_NAME;\nfunction getExitSideFromRect(point, rect) {\n const top = Math.abs(rect.top - point.y);\n const bottom = Math.abs(rect.bottom - point.y);\n const right = Math.abs(rect.right - point.x);\n const left = Math.abs(rect.left - point.x);\n switch (Math.min(top, bottom, right, left)) {\n case left:\n return \"left\";\n case right:\n return \"right\";\n case top:\n return \"top\";\n case bottom:\n return \"bottom\";\n default:\n throw new Error(\"unreachable\");\n }\n}\nfunction getPaddedExitPoints(exitPoint, exitSide, padding = 5) {\n const paddedExitPoints = [];\n switch (exitSide) {\n case \"top\":\n paddedExitPoints.push(\n { x: exitPoint.x - padding, y: exitPoint.y + padding },\n { x: exitPoint.x + padding, y: exitPoint.y + padding }\n );\n break;\n case \"bottom\":\n paddedExitPoints.push(\n { x: exitPoint.x - padding, y: exitPoint.y - padding },\n { x: exitPoint.x + padding, y: exitPoint.y - padding }\n );\n break;\n case \"left\":\n paddedExitPoints.push(\n { x: exitPoint.x + padding, y: exitPoint.y - padding },\n { x: exitPoint.x + padding, y: exitPoint.y + padding }\n );\n break;\n case \"right\":\n paddedExitPoints.push(\n { x: exitPoint.x - padding, y: exitPoint.y - padding },\n { x: exitPoint.x - padding, y: exitPoint.y + padding }\n );\n break;\n }\n return paddedExitPoints;\n}\nfunction getPointsFromRect(rect) {\n const { top, right, bottom, left } = rect;\n return [\n { x: left, y: top },\n { x: right, y: top },\n { x: right, y: bottom },\n { x: left, y: bottom }\n ];\n}\nfunction isPointInPolygon(point, polygon) {\n const { x, y } = point;\n let inside = false;\n for (let i = 0, j = polygon.length - 1; i < polygon.length; j = i++) {\n const ii = polygon[i];\n const jj = polygon[j];\n const xi = ii.x;\n const yi = ii.y;\n const xj = jj.x;\n const yj = jj.y;\n const intersect = yi > y !== yj > y && x < (xj - xi) * (y - yi) / (yj - yi) + xi;\n if (intersect) inside = !inside;\n }\n return inside;\n}\nfunction getHull(points) {\n const newPoints = points.slice();\n newPoints.sort((a, b) => {\n if (a.x < b.x) return -1;\n else if (a.x > b.x) return 1;\n else if (a.y < b.y) return -1;\n else if (a.y > b.y) return 1;\n else return 0;\n });\n return getHullPresorted(newPoints);\n}\nfunction getHullPresorted(points) {\n if (points.length <= 1) return points.slice();\n const upperHull = [];\n for (let i = 0; i < points.length; i++) {\n const p = points[i];\n while (upperHull.length >= 2) {\n const q = upperHull[upperHull.length - 1];\n const r = upperHull[upperHull.length - 2];\n if ((q.x - r.x) * (p.y - r.y) >= (q.y - r.y) * (p.x - r.x)) upperHull.pop();\n else break;\n }\n upperHull.push(p);\n }\n upperHull.pop();\n const lowerHull = [];\n for (let i = points.length - 1; i >= 0; i--) {\n const p = points[i];\n while (lowerHull.length >= 2) {\n const q = lowerHull[lowerHull.length - 1];\n const r = lowerHull[lowerHull.length - 2];\n if ((q.x - r.x) * (p.y - r.y) >= (q.y - r.y) * (p.x - r.x)) lowerHull.pop();\n else break;\n }\n lowerHull.push(p);\n }\n lowerHull.pop();\n if (upperHull.length === 1 && lowerHull.length === 1 && upperHull[0].x === lowerHull[0].x && upperHull[0].y === lowerHull[0].y) {\n return upperHull;\n } else {\n return upperHull.concat(lowerHull);\n }\n}\nvar Provider = TooltipProvider;\nvar Root3 = Tooltip;\nvar Trigger = TooltipTrigger;\nvar Portal = TooltipPortal;\nvar Content2 = TooltipContent;\nvar Arrow2 = TooltipArrow;\nexport {\n Arrow2 as Arrow,\n Content2 as Content,\n Portal,\n Provider,\n Root3 as Root,\n Tooltip,\n TooltipArrow,\n TooltipContent,\n TooltipPortal,\n TooltipProvider,\n TooltipTrigger,\n Trigger,\n createTooltipScope\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["createTooltipContext","createContextScope","createPopperScope","usePopperScope","PROVIDER_NAME","DEFAULT_DELAY_DURATION","TOOLTIP_OPEN","TooltipProviderContextProvider","useTooltipProviderContext","TooltipProvider","props","__scopeTooltip","delayDuration","skipDelayDuration","disableHoverableContent","children","isOpenDelayedRef","React","isPointerInTransitRef","skipDelayTimerRef","skipDelayTimer","jsx","inTransit","TOOLTIP_NAME","TooltipContextProvider","useTooltipContext","Tooltip","openProp","defaultOpen","onOpenChange","disableHoverableContentProp","delayDurationProp","providerContext","popperScope","trigger","setTrigger","contentId","useId","openTimerRef","wasOpenDelayedRef","open","setOpen","useControllableState","open2","stateAttribute","handleOpen","handleClose","handleDelayedOpen","PopperPrimitive.Root","TRIGGER_NAME","TooltipTrigger","forwardedRef","triggerProps","context","ref","composedRefs","useComposedRefs","isPointerDownRef","hasPointerMoveOpenedRef","handlePointerUp","PopperPrimitive.Anchor","Primitive","composeEventHandlers","event","PORTAL_NAME","PortalProvider","usePortalContext","TooltipPortal","forceMount","container","Presence","PortalPrimitive","CONTENT_NAME","TooltipContent","portalContext","side","contentProps","TooltipContentImpl","TooltipContentHoverable","pointerGraceArea","setPointerGraceArea","onClose","content","onPointerInTransitChange","handleRemoveGraceArea","handleCreateGraceArea","hoverTarget","currentTarget","exitPoint","exitSide","getExitSideFromRect","paddedExitPoints","getPaddedExitPoints","hoverTargetPoints","getPointsFromRect","graceArea","getHull","handleTriggerLeave","handleContentLeave","handleTrackPointerGrace","target","pointerPosition","hasEnteredTarget","isPointerOutsideGraceArea","isPointInPolygon","VisuallyHiddenContentContextProvider","useVisuallyHiddenContentContext","Slottable","createSlottable","ariaLabel","onEscapeKeyDown","onPointerDownOutside","handleScroll","DismissableLayer","jsxs","PopperPrimitive.Content","VisuallyHiddenPrimitive.Root","ARROW_NAME","TooltipArrow","arrowProps","PopperPrimitive.Arrow","point","rect","top","bottom","right","left","padding","polygon","x","y","inside","i","j","ii","jj","xi","yi","xj","yj","points","newPoints","a","b","getHullPresorted","upperHull","p","q","r","lowerHull","Provider","Root3","Trigger","Portal","Content2","Arrow2"],"mappings":"69EAkBA,GAAI,CAACA,CAAwC,EAAIC,EAAAA,mBAAmB,UAAW,CAC7EC,EAAAA,iBACF,CAAC,EACGC,EAAiBD,EAAAA,kBAAiB,EAClCE,EAAgB,kBAChBC,GAAyB,IACzBC,EAAe,eACf,CAACC,GAAgCC,CAAyB,EAAIR,EAAqBI,CAAa,EAChGK,EAAmBC,GAAU,CAC/B,KAAM,CACJ,eAAAC,EACA,cAAAC,EAAgBP,GAChB,kBAAAQ,EAAoB,IACpB,wBAAAC,EAA0B,GAC1B,SAAAC,CACJ,EAAML,EACEM,EAAmBC,EAAM,OAAO,EAAI,EACpCC,EAAwBD,EAAM,OAAO,EAAK,EAC1CE,EAAoBF,EAAM,OAAO,CAAC,EACxCA,OAAAA,EAAM,UAAU,IAAM,CACpB,MAAMG,EAAiBD,EAAkB,QACzC,MAAO,IAAM,OAAO,aAAaC,CAAc,CACjD,EAAG,CAAA,CAAE,EACkBC,EAAAA,IACrBd,GACA,CACE,MAAOI,EACP,iBAAAK,EACA,cAAAJ,EACA,OAAQK,EAAM,YAAY,IAAM,CAC9B,OAAO,aAAaE,EAAkB,OAAO,EAC7CH,EAAiB,QAAU,EAC7B,EAAG,CAAA,CAAE,EACL,QAASC,EAAM,YAAY,IAAM,CAC/B,OAAO,aAAaE,EAAkB,OAAO,EAC7CA,EAAkB,QAAU,OAAO,WACjC,IAAMH,EAAiB,QAAU,GACjCH,CACV,CACM,EAAG,CAACA,CAAiB,CAAC,EACtB,sBAAAK,EACA,yBAA0BD,EAAM,YAAaK,GAAc,CACzDJ,EAAsB,QAAUI,CAClC,EAAG,CAAA,CAAE,EACL,wBAAAR,EACA,SAAAC,CACN,CACA,CACA,EACAN,EAAgB,YAAcL,EAC9B,IAAImB,EAAe,UACf,CAACC,GAAwBC,CAAiB,EAAIzB,EAAqBuB,CAAY,EAC/EG,EAAWhB,GAAU,CACvB,KAAM,CACJ,eAAAC,EACA,SAAAI,EACA,KAAMY,EACN,YAAAC,EACA,aAAAC,EACA,wBAAyBC,EACzB,cAAeC,CACnB,EAAMrB,EACEsB,EAAkBxB,EAA0Be,EAAcb,EAAM,cAAc,EAC9EuB,EAAc9B,EAAeQ,CAAc,EAC3C,CAACuB,EAASC,CAAU,EAAIlB,EAAM,SAAS,IAAI,EAC3CmB,EAAYC,EAAAA,MAAK,EACjBC,EAAerB,EAAM,OAAO,CAAC,EAC7BH,EAA0BgB,GAA+BE,EAAgB,wBACzEpB,EAAgBmB,GAAqBC,EAAgB,cACrDO,EAAoBtB,EAAM,OAAO,EAAK,EACtC,CAACuB,EAAMC,CAAO,EAAIC,wBAAqB,CAC3C,KAAMf,EACN,YAAaC,GAAe,GAC5B,SAAWe,GAAU,CACfA,GACFX,EAAgB,OAAM,EACtB,SAAS,cAAc,IAAI,YAAY1B,CAAY,CAAC,GAEpD0B,EAAgB,QAAO,EAEzBH,IAAec,CAAK,CACtB,EACA,OAAQpB,CACZ,CAAG,EACKqB,EAAiB3B,EAAM,QAAQ,IAC5BuB,EAAOD,EAAkB,QAAU,eAAiB,eAAiB,SAC3E,CAACC,CAAI,CAAC,EACHK,EAAa5B,EAAM,YAAY,IAAM,CACzC,OAAO,aAAaqB,EAAa,OAAO,EACxCA,EAAa,QAAU,EACvBC,EAAkB,QAAU,GAC5BE,EAAQ,EAAI,CACd,EAAG,CAACA,CAAO,CAAC,EACNK,EAAc7B,EAAM,YAAY,IAAM,CAC1C,OAAO,aAAaqB,EAAa,OAAO,EACxCA,EAAa,QAAU,EACvBG,EAAQ,EAAK,CACf,EAAG,CAACA,CAAO,CAAC,EACNM,EAAoB9B,EAAM,YAAY,IAAM,CAChD,OAAO,aAAaqB,EAAa,OAAO,EACxCA,EAAa,QAAU,OAAO,WAAW,IAAM,CAC7CC,EAAkB,QAAU,GAC5BE,EAAQ,EAAI,EACZH,EAAa,QAAU,CACzB,EAAG1B,CAAa,CAClB,EAAG,CAACA,EAAe6B,CAAO,CAAC,EAC3BxB,OAAAA,EAAM,UAAU,IACP,IAAM,CACPqB,EAAa,UACf,OAAO,aAAaA,EAAa,OAAO,EACxCA,EAAa,QAAU,EAE3B,EACC,CAAA,CAAE,EACkBjB,EAAAA,IAAI2B,EAAAA,KAAsB,CAAE,GAAGf,EAAa,SAA0BZ,EAAAA,IAC3FG,GACA,CACE,MAAOb,EACP,UAAAyB,EACA,KAAAI,EACA,eAAAI,EACA,QAAAV,EACA,gBAAiBC,EACjB,eAAgBlB,EAAM,YAAY,IAAM,CAClCe,EAAgB,iBAAiB,QAASe,EAAiB,EAC1DF,EAAU,CACjB,EAAG,CAACb,EAAgB,iBAAkBe,EAAmBF,CAAU,CAAC,EACpE,eAAgB5B,EAAM,YAAY,IAAM,CAClCH,EACFgC,EAAW,GAEX,OAAO,aAAaR,EAAa,OAAO,EACxCA,EAAa,QAAU,EAE3B,EAAG,CAACQ,EAAahC,CAAuB,CAAC,EACzC,OAAQ+B,EACR,QAASC,EACT,wBAAAhC,EACA,SAAAC,CACN,CACA,EAAK,CACL,EACAW,EAAQ,YAAcH,EACtB,IAAI0B,EAAe,iBACfC,EAAiBjC,EAAM,WACzB,CAACP,EAAOyC,IAAiB,CACvB,KAAM,CAAE,eAAAxC,EAAgB,GAAGyC,CAAY,EAAK1C,EACtC2C,EAAU5B,EAAkBwB,EAActC,CAAc,EACxDqB,EAAkBxB,EAA0ByC,EAActC,CAAc,EACxEsB,EAAc9B,EAAeQ,CAAc,EAC3C2C,EAAMrC,EAAM,OAAO,IAAI,EACvBsC,EAAeC,EAAAA,gBAAgBL,EAAcG,EAAKD,EAAQ,eAAe,EACzEI,EAAmBxC,EAAM,OAAO,EAAK,EACrCyC,EAA0BzC,EAAM,OAAO,EAAK,EAC5C0C,EAAkB1C,EAAM,YAAY,IAAMwC,EAAiB,QAAU,GAAO,EAAE,EACpFxC,OAAAA,EAAM,UAAU,IACP,IAAM,SAAS,oBAAoB,YAAa0C,CAAe,EACrE,CAACA,CAAe,CAAC,EACGtC,EAAAA,IAAIuC,EAAAA,OAAwB,CAAE,QAAS,GAAM,GAAG3B,EAAa,SAA0BZ,EAAAA,IAC5GwC,EAAAA,UAAU,OACV,CACE,mBAAoBR,EAAQ,KAAOA,EAAQ,UAAY,OACvD,aAAcA,EAAQ,eACtB,GAAGD,EACH,IAAKG,EACL,cAAeO,EAAAA,qBAAqBpD,EAAM,cAAgBqD,GAAU,CAC9DA,EAAM,cAAgB,SACtB,CAACL,EAAwB,SAAW,CAAC1B,EAAgB,sBAAsB,UAC7EqB,EAAQ,eAAc,EACtBK,EAAwB,QAAU,GAEtC,CAAC,EACD,eAAgBI,EAAAA,qBAAqBpD,EAAM,eAAgB,IAAM,CAC/D2C,EAAQ,eAAc,EACtBK,EAAwB,QAAU,EACpC,CAAC,EACD,cAAeI,EAAAA,qBAAqBpD,EAAM,cAAe,IAAM,CACzD2C,EAAQ,MACVA,EAAQ,QAAO,EAEjBI,EAAiB,QAAU,GAC3B,SAAS,iBAAiB,YAAaE,EAAiB,CAAE,KAAM,GAAM,CACxE,CAAC,EACD,QAASG,EAAAA,qBAAqBpD,EAAM,QAAS,IAAM,CAC5C+C,EAAiB,SAASJ,EAAQ,OAAM,CAC/C,CAAC,EACD,OAAQS,EAAAA,qBAAqBpD,EAAM,OAAQ2C,EAAQ,OAAO,EAC1D,QAASS,EAAAA,qBAAqBpD,EAAM,QAAS2C,EAAQ,OAAO,CACpE,CACA,EAAO,CACL,CACF,EACAH,EAAe,YAAcD,EAC7B,IAAIe,EAAc,gBACd,CAACC,GAAgBC,EAAgB,EAAIlE,EAAqBgE,EAAa,CACzE,WAAY,MACd,CAAC,EACGG,EAAiBzD,GAAU,CAC7B,KAAM,CAAE,eAAAC,EAAgB,WAAAyD,EAAY,SAAArD,EAAU,UAAAsD,CAAS,EAAK3D,EACtD2C,EAAU5B,EAAkBuC,EAAarD,CAAc,EAC7D,OAAuBU,MAAI4C,GAAgB,CAAE,MAAOtD,EAAgB,WAAAyD,EAAY,SAA0B/C,EAAAA,IAAIiD,WAAU,CAAE,QAASF,GAAcf,EAAQ,KAAM,SAA0BhC,MAAIkD,EAAAA,OAAiB,CAAE,QAAS,GAAM,UAAAF,EAAW,SAAAtD,EAAU,CAAC,CAAE,CAAC,CAAE,CAC5P,EACAoD,EAAc,YAAcH,EAC5B,IAAIQ,EAAe,iBACfC,EAAiBxD,EAAM,WACzB,CAACP,EAAOyC,IAAiB,CACvB,MAAMuB,EAAgBR,GAAiBM,EAAc9D,EAAM,cAAc,EACnE,CAAE,WAAA0D,EAAaM,EAAc,WAAY,KAAAC,EAAO,MAAO,GAAGC,CAAY,EAAKlE,EAC3E2C,EAAU5B,EAAkB+C,EAAc9D,EAAM,cAAc,EACpE,OAAuBW,EAAAA,IAAIiD,EAAAA,SAAU,CAAE,QAASF,GAAcf,EAAQ,KAAM,SAAUA,EAAQ,wBAA0ChC,EAAAA,IAAIwD,EAAoB,CAAE,KAAAF,EAAM,GAAGC,EAAc,IAAKzB,EAAc,EAAoB9B,EAAAA,IAAIyD,GAAyB,CAAE,KAAAH,EAAM,GAAGC,EAAc,IAAKzB,CAAY,CAAE,CAAC,CAAE,CAC9S,CACF,EACI2B,GAA0B7D,EAAM,WAAW,CAACP,EAAOyC,IAAiB,CACtE,MAAME,EAAU5B,EAAkB+C,EAAc9D,EAAM,cAAc,EAC9DsB,EAAkBxB,EAA0BgE,EAAc9D,EAAM,cAAc,EAC9E4C,EAAMrC,EAAM,OAAO,IAAI,EACvBsC,EAAeC,EAAAA,gBAAgBL,EAAcG,CAAG,EAChD,CAACyB,EAAkBC,CAAmB,EAAI/D,EAAM,SAAS,IAAI,EAC7D,CAAE,QAAAiB,EAAS,QAAA+C,CAAO,EAAK5B,EACvB6B,EAAU5B,EAAI,QACd,CAAE,yBAAA6B,CAAwB,EAAKnD,EAC/BoD,EAAwBnE,EAAM,YAAY,IAAM,CACpD+D,EAAoB,IAAI,EACxBG,EAAyB,EAAK,CAChC,EAAG,CAACA,CAAwB,CAAC,EACvBE,EAAwBpE,EAAM,YAClC,CAAC8C,EAAOuB,IAAgB,CACtB,MAAMC,EAAgBxB,EAAM,cACtByB,EAAY,CAAE,EAAGzB,EAAM,QAAS,EAAGA,EAAM,OAAO,EAChD0B,EAAWC,GAAoBF,EAAWD,EAAc,sBAAqB,CAAE,EAC/EI,EAAmBC,GAAoBJ,EAAWC,CAAQ,EAC1DI,EAAoBC,GAAkBR,EAAY,sBAAqB,CAAE,EACzES,EAAYC,GAAQ,CAAC,GAAGL,EAAkB,GAAGE,CAAiB,CAAC,EACrEb,EAAoBe,CAAS,EAC7BZ,EAAyB,EAAI,CAC/B,EACA,CAACA,CAAwB,CAC7B,EACElE,OAAAA,EAAM,UAAU,IACP,IAAMmE,EAAqB,EACjC,CAACA,CAAqB,CAAC,EAC1BnE,EAAM,UAAU,IAAM,CACpB,GAAIiB,GAAWgD,EAAS,CACtB,MAAMe,EAAsBlC,GAAUsB,EAAsBtB,EAAOmB,CAAO,EACpEgB,EAAsBnC,GAAUsB,EAAsBtB,EAAO7B,CAAO,EAC1E,OAAAA,EAAQ,iBAAiB,eAAgB+D,CAAkB,EAC3Df,EAAQ,iBAAiB,eAAgBgB,CAAkB,EACpD,IAAM,CACXhE,EAAQ,oBAAoB,eAAgB+D,CAAkB,EAC9Df,EAAQ,oBAAoB,eAAgBgB,CAAkB,CAChE,CACF,CACF,EAAG,CAAChE,EAASgD,EAASG,EAAuBD,CAAqB,CAAC,EACnEnE,EAAM,UAAU,IAAM,CACpB,GAAI8D,EAAkB,CACpB,MAAMoB,EAA2BpC,GAAU,CACzC,MAAMqC,EAASrC,EAAM,OACfsC,EAAkB,CAAE,EAAGtC,EAAM,QAAS,EAAGA,EAAM,OAAO,EACtDuC,EAAmBpE,GAAS,SAASkE,CAAM,GAAKlB,GAAS,SAASkB,CAAM,EACxEG,EAA4B,CAACC,GAAiBH,EAAiBtB,CAAgB,EACjFuB,EACFlB,EAAqB,EACZmB,IACTnB,EAAqB,EACrBH,EAAO,EAEX,EACA,gBAAS,iBAAiB,cAAekB,CAAuB,EACzD,IAAM,SAAS,oBAAoB,cAAeA,CAAuB,CAClF,CACF,EAAG,CAACjE,EAASgD,EAASH,EAAkBE,EAASG,CAAqB,CAAC,EAChD/D,EAAAA,IAAIwD,EAAoB,CAAE,GAAGnE,EAAO,IAAK6C,EAAc,CAChF,CAAC,EACG,CAACkD,GAAsCC,EAA+B,EAAI1G,EAAqBuB,EAAc,CAAE,SAAU,GAAO,EAChIoF,GAAYC,GAAAA,gBAAgB,gBAAgB,EAC5C/B,EAAqB5D,EAAM,WAC7B,CAACP,EAAOyC,IAAiB,CACvB,KAAM,CACJ,eAAAxC,EACA,SAAAI,EACA,aAAc8F,EACd,gBAAAC,EACA,qBAAAC,EACA,GAAGnC,CACT,EAAQlE,EACE2C,EAAU5B,EAAkB+C,EAAc7D,CAAc,EACxDsB,EAAc9B,EAAeQ,CAAc,EAC3C,CAAE,QAAAsE,CAAO,EAAK5B,EACpBpC,OAAAA,EAAM,UAAU,KACd,SAAS,iBAAiBX,EAAc2E,CAAO,EACxC,IAAM,SAAS,oBAAoB3E,EAAc2E,CAAO,GAC9D,CAACA,CAAO,CAAC,EACZhE,EAAM,UAAU,IAAM,CACpB,GAAIoC,EAAQ,QAAS,CACnB,MAAM2D,EAAgBjD,GAAU,CACfA,EAAM,QACT,SAASV,EAAQ,OAAO,GAAG4B,EAAO,CAChD,EACA,cAAO,iBAAiB,SAAU+B,EAAc,CAAE,QAAS,GAAM,EAC1D,IAAM,OAAO,oBAAoB,SAAUA,EAAc,CAAE,QAAS,GAAM,CACnF,CACF,EAAG,CAAC3D,EAAQ,QAAS4B,CAAO,CAAC,EACN5D,EAAAA,IACrB4F,EAAAA,iBACA,CACE,QAAS,GACT,4BAA6B,GAC7B,gBAAAH,EACA,qBAAAC,EACA,eAAiBhD,GAAUA,EAAM,eAAc,EAC/C,UAAWkB,EACX,SAA0BiC,EAAAA,KACxBC,EAAAA,QACA,CACE,aAAc9D,EAAQ,eACtB,GAAGpB,EACH,GAAG2C,EACH,IAAKzB,EACL,MAAO,CACL,GAAGyB,EAAa,MAGd,2CAA4C,uCAC5C,0CAA2C,sCAC3C,2CAA4C,uCAC5C,gCAAiC,mCACjC,iCAAkC,mCAElD,EACY,SAAU,CACQvD,MAAIsF,GAAW,CAAE,SAAA5F,EAAU,EAC3BM,MAAIoF,GAAsC,CAAE,MAAO9F,EAAgB,SAAU,GAAM,SAA0BU,MAAI+F,GAAAA,KAA8B,CAAE,GAAI/D,EAAQ,UAAW,KAAM,UAAW,SAAUwD,GAAa9F,CAAQ,CAAE,CAAC,CAAE,CAC3P,CACA,CACA,CACA,CACA,CACE,CACF,EACA0D,EAAe,YAAcD,EAC7B,IAAI6C,EAAa,eACbC,EAAerG,EAAM,WACvB,CAACP,EAAOyC,IAAiB,CACvB,KAAM,CAAE,eAAAxC,EAAgB,GAAG4G,CAAU,EAAK7G,EACpCuB,EAAc9B,EAAeQ,CAAc,EAKjD,OAJqC+F,GACnCW,EACA1G,CACN,EACwC,SAAW,KAAuBU,EAAAA,IAAImG,EAAAA,MAAuB,CAAE,GAAGvF,EAAa,GAAGsF,EAAY,IAAKpE,CAAY,CAAE,CACvJ,CACF,EACAmE,EAAa,YAAcD,EAC3B,SAAS3B,GAAoB+B,EAAOC,EAAM,CACxC,MAAMC,EAAM,KAAK,IAAID,EAAK,IAAMD,EAAM,CAAC,EACjCG,EAAS,KAAK,IAAIF,EAAK,OAASD,EAAM,CAAC,EACvCI,EAAQ,KAAK,IAAIH,EAAK,MAAQD,EAAM,CAAC,EACrCK,EAAO,KAAK,IAAIJ,EAAK,KAAOD,EAAM,CAAC,EACzC,OAAQ,KAAK,IAAIE,EAAKC,EAAQC,EAAOC,CAAI,EAAC,CACxC,KAAKA,EACH,MAAO,OACT,KAAKD,EACH,MAAO,QACT,KAAKF,EACH,MAAO,MACT,KAAKC,EACH,MAAO,SACT,QACE,MAAM,IAAI,MAAM,aAAa,CACnC,CACA,CACA,SAAShC,GAAoBJ,EAAWC,EAAUsC,EAAU,EAAG,CAC7D,MAAMpC,EAAmB,CAAA,EACzB,OAAQF,EAAQ,CACd,IAAK,MACHE,EAAiB,KACf,CAAE,EAAGH,EAAU,EAAIuC,EAAS,EAAGvC,EAAU,EAAIuC,CAAO,EACpD,CAAE,EAAGvC,EAAU,EAAIuC,EAAS,EAAGvC,EAAU,EAAIuC,CAAO,CAC5D,EACM,MACF,IAAK,SACHpC,EAAiB,KACf,CAAE,EAAGH,EAAU,EAAIuC,EAAS,EAAGvC,EAAU,EAAIuC,CAAO,EACpD,CAAE,EAAGvC,EAAU,EAAIuC,EAAS,EAAGvC,EAAU,EAAIuC,CAAO,CAC5D,EACM,MACF,IAAK,OACHpC,EAAiB,KACf,CAAE,EAAGH,EAAU,EAAIuC,EAAS,EAAGvC,EAAU,EAAIuC,CAAO,EACpD,CAAE,EAAGvC,EAAU,EAAIuC,EAAS,EAAGvC,EAAU,EAAIuC,CAAO,CAC5D,EACM,MACF,IAAK,QACHpC,EAAiB,KACf,CAAE,EAAGH,EAAU,EAAIuC,EAAS,EAAGvC,EAAU,EAAIuC,CAAO,EACpD,CAAE,EAAGvC,EAAU,EAAIuC,EAAS,EAAGvC,EAAU,EAAIuC,CAAO,CAC5D,EACM,KACN,CACE,OAAOpC,CACT,CACA,SAASG,GAAkB4B,EAAM,CAC/B,KAAM,CAAE,IAAAC,EAAK,MAAAE,EAAO,OAAAD,EAAQ,KAAAE,CAAI,EAAKJ,EACrC,MAAO,CACL,CAAE,EAAGI,EAAM,EAAGH,CAAG,EACjB,CAAE,EAAGE,EAAO,EAAGF,CAAG,EAClB,CAAE,EAAGE,EAAO,EAAGD,CAAM,EACrB,CAAE,EAAGE,EAAM,EAAGF,CAAM,CACxB,CACA,CACA,SAASpB,GAAiBiB,EAAOO,EAAS,CACxC,KAAM,CAAE,EAAAC,EAAG,EAAAC,CAAC,EAAKT,EACjB,IAAIU,EAAS,GACb,QAASC,EAAI,EAAGC,EAAIL,EAAQ,OAAS,EAAGI,EAAIJ,EAAQ,OAAQK,EAAID,IAAK,CACnE,MAAME,EAAKN,EAAQI,CAAC,EACdG,EAAKP,EAAQK,CAAC,EACdG,EAAKF,EAAG,EACRG,EAAKH,EAAG,EACRI,EAAKH,EAAG,EACRI,EAAKJ,EAAG,EACIE,EAAKP,GAAMS,EAAKT,GAAKD,GAAKS,EAAKF,IAAON,EAAIO,IAAOE,EAAKF,GAAMD,IAC/DL,EAAS,CAACA,EAC3B,CACA,OAAOA,CACT,CACA,SAASnC,GAAQ4C,EAAQ,CACvB,MAAMC,EAAYD,EAAO,MAAK,EAC9B,OAAAC,EAAU,KAAK,CAACC,EAAGC,IACbD,EAAE,EAAIC,EAAE,EAAU,GACbD,EAAE,EAAIC,EAAE,EAAU,EAClBD,EAAE,EAAIC,EAAE,EAAU,GAClBD,EAAE,EAAIC,EAAE,EAAU,EACf,CACb,EACMC,GAAiBH,CAAS,CACnC,CACA,SAASG,GAAiBJ,EAAQ,CAChC,GAAIA,EAAO,QAAU,EAAG,OAAOA,EAAO,MAAK,EAC3C,MAAMK,EAAY,CAAA,EAClB,QAASb,EAAI,EAAGA,EAAIQ,EAAO,OAAQR,IAAK,CACtC,MAAMc,EAAIN,EAAOR,CAAC,EAClB,KAAOa,EAAU,QAAU,GAAG,CAC5B,MAAME,EAAIF,EAAUA,EAAU,OAAS,CAAC,EAClCG,EAAIH,EAAUA,EAAU,OAAS,CAAC,EACxC,IAAKE,EAAE,EAAIC,EAAE,IAAMF,EAAE,EAAIE,EAAE,KAAOD,EAAE,EAAIC,EAAE,IAAMF,EAAE,EAAIE,EAAE,GAAIH,EAAU,IAAG,MACpE,MACP,CACAA,EAAU,KAAKC,CAAC,CAClB,CACAD,EAAU,IAAG,EACb,MAAMI,EAAY,CAAA,EAClB,QAASjB,EAAIQ,EAAO,OAAS,EAAGR,GAAK,EAAGA,IAAK,CAC3C,MAAMc,EAAIN,EAAOR,CAAC,EAClB,KAAOiB,EAAU,QAAU,GAAG,CAC5B,MAAMF,EAAIE,EAAUA,EAAU,OAAS,CAAC,EAClCD,EAAIC,EAAUA,EAAU,OAAS,CAAC,EACxC,IAAKF,EAAE,EAAIC,EAAE,IAAMF,EAAE,EAAIE,EAAE,KAAOD,EAAE,EAAIC,EAAE,IAAMF,EAAE,EAAIE,EAAE,GAAIC,EAAU,IAAG,MACpE,MACP,CACAA,EAAU,KAAKH,CAAC,CAClB,CAEA,OADAG,EAAU,IAAG,EACTJ,EAAU,SAAW,GAAKI,EAAU,SAAW,GAAKJ,EAAU,CAAC,EAAE,IAAMI,EAAU,CAAC,EAAE,GAAKJ,EAAU,CAAC,EAAE,IAAMI,EAAU,CAAC,EAAE,EACpHJ,EAEAA,EAAU,OAAOI,CAAS,CAErC,CACG,IAACC,GAAW7I,EACX8I,GAAQ7H,EACR8H,GAAUtG,EACVuG,GAAStF,EACTuF,GAAWjF,EACXkF,GAASrC","x_google_ignoreList":[0]}
|
|
1
|
+
{"version":3,"file":"index.cjs.js","sources":["../../../../../../../../node_modules/.pnpm/@radix-ui+react-tooltip@1.2.8_@types+react-dom@19.2.3_@types+react@19.2.14__@types+reac_9074d9fb06315b089b2bee17c4c65951/node_modules/@radix-ui/react-tooltip/dist/index.mjs"],"sourcesContent":["\"use client\";\n\n// src/tooltip.tsx\nimport * as React from \"react\";\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { createContextScope } from \"@radix-ui/react-context\";\nimport { DismissableLayer } from \"@radix-ui/react-dismissable-layer\";\nimport { useId } from \"@radix-ui/react-id\";\nimport * as PopperPrimitive from \"@radix-ui/react-popper\";\nimport { createPopperScope } from \"@radix-ui/react-popper\";\nimport { Portal as PortalPrimitive } from \"@radix-ui/react-portal\";\nimport { Presence } from \"@radix-ui/react-presence\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { createSlottable } from \"@radix-ui/react-slot\";\nimport { useControllableState } from \"@radix-ui/react-use-controllable-state\";\nimport * as VisuallyHiddenPrimitive from \"@radix-ui/react-visually-hidden\";\nimport { jsx, jsxs } from \"react/jsx-runtime\";\nvar [createTooltipContext, createTooltipScope] = createContextScope(\"Tooltip\", [\n createPopperScope\n]);\nvar usePopperScope = createPopperScope();\nvar PROVIDER_NAME = \"TooltipProvider\";\nvar DEFAULT_DELAY_DURATION = 700;\nvar TOOLTIP_OPEN = \"tooltip.open\";\nvar [TooltipProviderContextProvider, useTooltipProviderContext] = createTooltipContext(PROVIDER_NAME);\nvar TooltipProvider = (props) => {\n const {\n __scopeTooltip,\n delayDuration = DEFAULT_DELAY_DURATION,\n skipDelayDuration = 300,\n disableHoverableContent = false,\n children\n } = props;\n const isOpenDelayedRef = React.useRef(true);\n const isPointerInTransitRef = React.useRef(false);\n const skipDelayTimerRef = React.useRef(0);\n React.useEffect(() => {\n const skipDelayTimer = skipDelayTimerRef.current;\n return () => window.clearTimeout(skipDelayTimer);\n }, []);\n return /* @__PURE__ */ jsx(\n TooltipProviderContextProvider,\n {\n scope: __scopeTooltip,\n isOpenDelayedRef,\n delayDuration,\n onOpen: React.useCallback(() => {\n window.clearTimeout(skipDelayTimerRef.current);\n isOpenDelayedRef.current = false;\n }, []),\n onClose: React.useCallback(() => {\n window.clearTimeout(skipDelayTimerRef.current);\n skipDelayTimerRef.current = window.setTimeout(\n () => isOpenDelayedRef.current = true,\n skipDelayDuration\n );\n }, [skipDelayDuration]),\n isPointerInTransitRef,\n onPointerInTransitChange: React.useCallback((inTransit) => {\n isPointerInTransitRef.current = inTransit;\n }, []),\n disableHoverableContent,\n children\n }\n );\n};\nTooltipProvider.displayName = PROVIDER_NAME;\nvar TOOLTIP_NAME = \"Tooltip\";\nvar [TooltipContextProvider, useTooltipContext] = createTooltipContext(TOOLTIP_NAME);\nvar Tooltip = (props) => {\n const {\n __scopeTooltip,\n children,\n open: openProp,\n defaultOpen,\n onOpenChange,\n disableHoverableContent: disableHoverableContentProp,\n delayDuration: delayDurationProp\n } = props;\n const providerContext = useTooltipProviderContext(TOOLTIP_NAME, props.__scopeTooltip);\n const popperScope = usePopperScope(__scopeTooltip);\n const [trigger, setTrigger] = React.useState(null);\n const contentId = useId();\n const openTimerRef = React.useRef(0);\n const disableHoverableContent = disableHoverableContentProp ?? providerContext.disableHoverableContent;\n const delayDuration = delayDurationProp ?? providerContext.delayDuration;\n const wasOpenDelayedRef = React.useRef(false);\n const [open, setOpen] = useControllableState({\n prop: openProp,\n defaultProp: defaultOpen ?? false,\n onChange: (open2) => {\n if (open2) {\n providerContext.onOpen();\n document.dispatchEvent(new CustomEvent(TOOLTIP_OPEN));\n } else {\n providerContext.onClose();\n }\n onOpenChange?.(open2);\n },\n caller: TOOLTIP_NAME\n });\n const stateAttribute = React.useMemo(() => {\n return open ? wasOpenDelayedRef.current ? \"delayed-open\" : \"instant-open\" : \"closed\";\n }, [open]);\n const handleOpen = React.useCallback(() => {\n window.clearTimeout(openTimerRef.current);\n openTimerRef.current = 0;\n wasOpenDelayedRef.current = false;\n setOpen(true);\n }, [setOpen]);\n const handleClose = React.useCallback(() => {\n window.clearTimeout(openTimerRef.current);\n openTimerRef.current = 0;\n setOpen(false);\n }, [setOpen]);\n const handleDelayedOpen = React.useCallback(() => {\n window.clearTimeout(openTimerRef.current);\n openTimerRef.current = window.setTimeout(() => {\n wasOpenDelayedRef.current = true;\n setOpen(true);\n openTimerRef.current = 0;\n }, delayDuration);\n }, [delayDuration, setOpen]);\n React.useEffect(() => {\n return () => {\n if (openTimerRef.current) {\n window.clearTimeout(openTimerRef.current);\n openTimerRef.current = 0;\n }\n };\n }, []);\n return /* @__PURE__ */ jsx(PopperPrimitive.Root, { ...popperScope, children: /* @__PURE__ */ jsx(\n TooltipContextProvider,\n {\n scope: __scopeTooltip,\n contentId,\n open,\n stateAttribute,\n trigger,\n onTriggerChange: setTrigger,\n onTriggerEnter: React.useCallback(() => {\n if (providerContext.isOpenDelayedRef.current) handleDelayedOpen();\n else handleOpen();\n }, [providerContext.isOpenDelayedRef, handleDelayedOpen, handleOpen]),\n onTriggerLeave: React.useCallback(() => {\n if (disableHoverableContent) {\n handleClose();\n } else {\n window.clearTimeout(openTimerRef.current);\n openTimerRef.current = 0;\n }\n }, [handleClose, disableHoverableContent]),\n onOpen: handleOpen,\n onClose: handleClose,\n disableHoverableContent,\n children\n }\n ) });\n};\nTooltip.displayName = TOOLTIP_NAME;\nvar TRIGGER_NAME = \"TooltipTrigger\";\nvar TooltipTrigger = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeTooltip, ...triggerProps } = props;\n const context = useTooltipContext(TRIGGER_NAME, __scopeTooltip);\n const providerContext = useTooltipProviderContext(TRIGGER_NAME, __scopeTooltip);\n const popperScope = usePopperScope(__scopeTooltip);\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref, context.onTriggerChange);\n const isPointerDownRef = React.useRef(false);\n const hasPointerMoveOpenedRef = React.useRef(false);\n const handlePointerUp = React.useCallback(() => isPointerDownRef.current = false, []);\n React.useEffect(() => {\n return () => document.removeEventListener(\"pointerup\", handlePointerUp);\n }, [handlePointerUp]);\n return /* @__PURE__ */ jsx(PopperPrimitive.Anchor, { asChild: true, ...popperScope, children: /* @__PURE__ */ jsx(\n Primitive.button,\n {\n \"aria-describedby\": context.open ? context.contentId : void 0,\n \"data-state\": context.stateAttribute,\n ...triggerProps,\n ref: composedRefs,\n onPointerMove: composeEventHandlers(props.onPointerMove, (event) => {\n if (event.pointerType === \"touch\") return;\n if (!hasPointerMoveOpenedRef.current && !providerContext.isPointerInTransitRef.current) {\n context.onTriggerEnter();\n hasPointerMoveOpenedRef.current = true;\n }\n }),\n onPointerLeave: composeEventHandlers(props.onPointerLeave, () => {\n context.onTriggerLeave();\n hasPointerMoveOpenedRef.current = false;\n }),\n onPointerDown: composeEventHandlers(props.onPointerDown, () => {\n if (context.open) {\n context.onClose();\n }\n isPointerDownRef.current = true;\n document.addEventListener(\"pointerup\", handlePointerUp, { once: true });\n }),\n onFocus: composeEventHandlers(props.onFocus, () => {\n if (!isPointerDownRef.current) context.onOpen();\n }),\n onBlur: composeEventHandlers(props.onBlur, context.onClose),\n onClick: composeEventHandlers(props.onClick, context.onClose)\n }\n ) });\n }\n);\nTooltipTrigger.displayName = TRIGGER_NAME;\nvar PORTAL_NAME = \"TooltipPortal\";\nvar [PortalProvider, usePortalContext] = createTooltipContext(PORTAL_NAME, {\n forceMount: void 0\n});\nvar TooltipPortal = (props) => {\n const { __scopeTooltip, forceMount, children, container } = props;\n const context = useTooltipContext(PORTAL_NAME, __scopeTooltip);\n return /* @__PURE__ */ jsx(PortalProvider, { scope: __scopeTooltip, forceMount, children: /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: /* @__PURE__ */ jsx(PortalPrimitive, { asChild: true, container, children }) }) });\n};\nTooltipPortal.displayName = PORTAL_NAME;\nvar CONTENT_NAME = \"TooltipContent\";\nvar TooltipContent = React.forwardRef(\n (props, forwardedRef) => {\n const portalContext = usePortalContext(CONTENT_NAME, props.__scopeTooltip);\n const { forceMount = portalContext.forceMount, side = \"top\", ...contentProps } = props;\n const context = useTooltipContext(CONTENT_NAME, props.__scopeTooltip);\n return /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: context.disableHoverableContent ? /* @__PURE__ */ jsx(TooltipContentImpl, { side, ...contentProps, ref: forwardedRef }) : /* @__PURE__ */ jsx(TooltipContentHoverable, { side, ...contentProps, ref: forwardedRef }) });\n }\n);\nvar TooltipContentHoverable = React.forwardRef((props, forwardedRef) => {\n const context = useTooltipContext(CONTENT_NAME, props.__scopeTooltip);\n const providerContext = useTooltipProviderContext(CONTENT_NAME, props.__scopeTooltip);\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref);\n const [pointerGraceArea, setPointerGraceArea] = React.useState(null);\n const { trigger, onClose } = context;\n const content = ref.current;\n const { onPointerInTransitChange } = providerContext;\n const handleRemoveGraceArea = React.useCallback(() => {\n setPointerGraceArea(null);\n onPointerInTransitChange(false);\n }, [onPointerInTransitChange]);\n const handleCreateGraceArea = React.useCallback(\n (event, hoverTarget) => {\n const currentTarget = event.currentTarget;\n const exitPoint = { x: event.clientX, y: event.clientY };\n const exitSide = getExitSideFromRect(exitPoint, currentTarget.getBoundingClientRect());\n const paddedExitPoints = getPaddedExitPoints(exitPoint, exitSide);\n const hoverTargetPoints = getPointsFromRect(hoverTarget.getBoundingClientRect());\n const graceArea = getHull([...paddedExitPoints, ...hoverTargetPoints]);\n setPointerGraceArea(graceArea);\n onPointerInTransitChange(true);\n },\n [onPointerInTransitChange]\n );\n React.useEffect(() => {\n return () => handleRemoveGraceArea();\n }, [handleRemoveGraceArea]);\n React.useEffect(() => {\n if (trigger && content) {\n const handleTriggerLeave = (event) => handleCreateGraceArea(event, content);\n const handleContentLeave = (event) => handleCreateGraceArea(event, trigger);\n trigger.addEventListener(\"pointerleave\", handleTriggerLeave);\n content.addEventListener(\"pointerleave\", handleContentLeave);\n return () => {\n trigger.removeEventListener(\"pointerleave\", handleTriggerLeave);\n content.removeEventListener(\"pointerleave\", handleContentLeave);\n };\n }\n }, [trigger, content, handleCreateGraceArea, handleRemoveGraceArea]);\n React.useEffect(() => {\n if (pointerGraceArea) {\n const handleTrackPointerGrace = (event) => {\n const target = event.target;\n const pointerPosition = { x: event.clientX, y: event.clientY };\n const hasEnteredTarget = trigger?.contains(target) || content?.contains(target);\n const isPointerOutsideGraceArea = !isPointInPolygon(pointerPosition, pointerGraceArea);\n if (hasEnteredTarget) {\n handleRemoveGraceArea();\n } else if (isPointerOutsideGraceArea) {\n handleRemoveGraceArea();\n onClose();\n }\n };\n document.addEventListener(\"pointermove\", handleTrackPointerGrace);\n return () => document.removeEventListener(\"pointermove\", handleTrackPointerGrace);\n }\n }, [trigger, content, pointerGraceArea, onClose, handleRemoveGraceArea]);\n return /* @__PURE__ */ jsx(TooltipContentImpl, { ...props, ref: composedRefs });\n});\nvar [VisuallyHiddenContentContextProvider, useVisuallyHiddenContentContext] = createTooltipContext(TOOLTIP_NAME, { isInside: false });\nvar Slottable = createSlottable(\"TooltipContent\");\nvar TooltipContentImpl = React.forwardRef(\n (props, forwardedRef) => {\n const {\n __scopeTooltip,\n children,\n \"aria-label\": ariaLabel,\n onEscapeKeyDown,\n onPointerDownOutside,\n ...contentProps\n } = props;\n const context = useTooltipContext(CONTENT_NAME, __scopeTooltip);\n const popperScope = usePopperScope(__scopeTooltip);\n const { onClose } = context;\n React.useEffect(() => {\n document.addEventListener(TOOLTIP_OPEN, onClose);\n return () => document.removeEventListener(TOOLTIP_OPEN, onClose);\n }, [onClose]);\n React.useEffect(() => {\n if (context.trigger) {\n const handleScroll = (event) => {\n const target = event.target;\n if (target?.contains(context.trigger)) onClose();\n };\n window.addEventListener(\"scroll\", handleScroll, { capture: true });\n return () => window.removeEventListener(\"scroll\", handleScroll, { capture: true });\n }\n }, [context.trigger, onClose]);\n return /* @__PURE__ */ jsx(\n DismissableLayer,\n {\n asChild: true,\n disableOutsidePointerEvents: false,\n onEscapeKeyDown,\n onPointerDownOutside,\n onFocusOutside: (event) => event.preventDefault(),\n onDismiss: onClose,\n children: /* @__PURE__ */ jsxs(\n PopperPrimitive.Content,\n {\n \"data-state\": context.stateAttribute,\n ...popperScope,\n ...contentProps,\n ref: forwardedRef,\n style: {\n ...contentProps.style,\n // re-namespace exposed content custom properties\n ...{\n \"--radix-tooltip-content-transform-origin\": \"var(--radix-popper-transform-origin)\",\n \"--radix-tooltip-content-available-width\": \"var(--radix-popper-available-width)\",\n \"--radix-tooltip-content-available-height\": \"var(--radix-popper-available-height)\",\n \"--radix-tooltip-trigger-width\": \"var(--radix-popper-anchor-width)\",\n \"--radix-tooltip-trigger-height\": \"var(--radix-popper-anchor-height)\"\n }\n },\n children: [\n /* @__PURE__ */ jsx(Slottable, { children }),\n /* @__PURE__ */ jsx(VisuallyHiddenContentContextProvider, { scope: __scopeTooltip, isInside: true, children: /* @__PURE__ */ jsx(VisuallyHiddenPrimitive.Root, { id: context.contentId, role: \"tooltip\", children: ariaLabel || children }) })\n ]\n }\n )\n }\n );\n }\n);\nTooltipContent.displayName = CONTENT_NAME;\nvar ARROW_NAME = \"TooltipArrow\";\nvar TooltipArrow = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeTooltip, ...arrowProps } = props;\n const popperScope = usePopperScope(__scopeTooltip);\n const visuallyHiddenContentContext = useVisuallyHiddenContentContext(\n ARROW_NAME,\n __scopeTooltip\n );\n return visuallyHiddenContentContext.isInside ? null : /* @__PURE__ */ jsx(PopperPrimitive.Arrow, { ...popperScope, ...arrowProps, ref: forwardedRef });\n }\n);\nTooltipArrow.displayName = ARROW_NAME;\nfunction getExitSideFromRect(point, rect) {\n const top = Math.abs(rect.top - point.y);\n const bottom = Math.abs(rect.bottom - point.y);\n const right = Math.abs(rect.right - point.x);\n const left = Math.abs(rect.left - point.x);\n switch (Math.min(top, bottom, right, left)) {\n case left:\n return \"left\";\n case right:\n return \"right\";\n case top:\n return \"top\";\n case bottom:\n return \"bottom\";\n default:\n throw new Error(\"unreachable\");\n }\n}\nfunction getPaddedExitPoints(exitPoint, exitSide, padding = 5) {\n const paddedExitPoints = [];\n switch (exitSide) {\n case \"top\":\n paddedExitPoints.push(\n { x: exitPoint.x - padding, y: exitPoint.y + padding },\n { x: exitPoint.x + padding, y: exitPoint.y + padding }\n );\n break;\n case \"bottom\":\n paddedExitPoints.push(\n { x: exitPoint.x - padding, y: exitPoint.y - padding },\n { x: exitPoint.x + padding, y: exitPoint.y - padding }\n );\n break;\n case \"left\":\n paddedExitPoints.push(\n { x: exitPoint.x + padding, y: exitPoint.y - padding },\n { x: exitPoint.x + padding, y: exitPoint.y + padding }\n );\n break;\n case \"right\":\n paddedExitPoints.push(\n { x: exitPoint.x - padding, y: exitPoint.y - padding },\n { x: exitPoint.x - padding, y: exitPoint.y + padding }\n );\n break;\n }\n return paddedExitPoints;\n}\nfunction getPointsFromRect(rect) {\n const { top, right, bottom, left } = rect;\n return [\n { x: left, y: top },\n { x: right, y: top },\n { x: right, y: bottom },\n { x: left, y: bottom }\n ];\n}\nfunction isPointInPolygon(point, polygon) {\n const { x, y } = point;\n let inside = false;\n for (let i = 0, j = polygon.length - 1; i < polygon.length; j = i++) {\n const ii = polygon[i];\n const jj = polygon[j];\n const xi = ii.x;\n const yi = ii.y;\n const xj = jj.x;\n const yj = jj.y;\n const intersect = yi > y !== yj > y && x < (xj - xi) * (y - yi) / (yj - yi) + xi;\n if (intersect) inside = !inside;\n }\n return inside;\n}\nfunction getHull(points) {\n const newPoints = points.slice();\n newPoints.sort((a, b) => {\n if (a.x < b.x) return -1;\n else if (a.x > b.x) return 1;\n else if (a.y < b.y) return -1;\n else if (a.y > b.y) return 1;\n else return 0;\n });\n return getHullPresorted(newPoints);\n}\nfunction getHullPresorted(points) {\n if (points.length <= 1) return points.slice();\n const upperHull = [];\n for (let i = 0; i < points.length; i++) {\n const p = points[i];\n while (upperHull.length >= 2) {\n const q = upperHull[upperHull.length - 1];\n const r = upperHull[upperHull.length - 2];\n if ((q.x - r.x) * (p.y - r.y) >= (q.y - r.y) * (p.x - r.x)) upperHull.pop();\n else break;\n }\n upperHull.push(p);\n }\n upperHull.pop();\n const lowerHull = [];\n for (let i = points.length - 1; i >= 0; i--) {\n const p = points[i];\n while (lowerHull.length >= 2) {\n const q = lowerHull[lowerHull.length - 1];\n const r = lowerHull[lowerHull.length - 2];\n if ((q.x - r.x) * (p.y - r.y) >= (q.y - r.y) * (p.x - r.x)) lowerHull.pop();\n else break;\n }\n lowerHull.push(p);\n }\n lowerHull.pop();\n if (upperHull.length === 1 && lowerHull.length === 1 && upperHull[0].x === lowerHull[0].x && upperHull[0].y === lowerHull[0].y) {\n return upperHull;\n } else {\n return upperHull.concat(lowerHull);\n }\n}\nvar Provider = TooltipProvider;\nvar Root3 = Tooltip;\nvar Trigger = TooltipTrigger;\nvar Portal = TooltipPortal;\nvar Content2 = TooltipContent;\nvar Arrow2 = TooltipArrow;\nexport {\n Arrow2 as Arrow,\n Content2 as Content,\n Portal,\n Provider,\n Root3 as Root,\n Tooltip,\n TooltipArrow,\n TooltipContent,\n TooltipPortal,\n TooltipProvider,\n TooltipTrigger,\n Trigger,\n createTooltipScope\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["createTooltipContext","createContextScope","createPopperScope","usePopperScope","PROVIDER_NAME","DEFAULT_DELAY_DURATION","TOOLTIP_OPEN","TooltipProviderContextProvider","useTooltipProviderContext","TooltipProvider","props","__scopeTooltip","delayDuration","skipDelayDuration","disableHoverableContent","children","isOpenDelayedRef","React","isPointerInTransitRef","skipDelayTimerRef","skipDelayTimer","jsx","inTransit","TOOLTIP_NAME","TooltipContextProvider","useTooltipContext","Tooltip","openProp","defaultOpen","onOpenChange","disableHoverableContentProp","delayDurationProp","providerContext","popperScope","trigger","setTrigger","contentId","useId","openTimerRef","wasOpenDelayedRef","open","setOpen","useControllableState","open2","stateAttribute","handleOpen","handleClose","handleDelayedOpen","PopperPrimitive.Root","TRIGGER_NAME","TooltipTrigger","forwardedRef","triggerProps","context","ref","composedRefs","useComposedRefs","isPointerDownRef","hasPointerMoveOpenedRef","handlePointerUp","PopperPrimitive.Anchor","Primitive","composeEventHandlers","event","PORTAL_NAME","PortalProvider","usePortalContext","TooltipPortal","forceMount","container","Presence","PortalPrimitive","CONTENT_NAME","TooltipContent","portalContext","side","contentProps","TooltipContentImpl","TooltipContentHoverable","pointerGraceArea","setPointerGraceArea","onClose","content","onPointerInTransitChange","handleRemoveGraceArea","handleCreateGraceArea","hoverTarget","currentTarget","exitPoint","exitSide","getExitSideFromRect","paddedExitPoints","getPaddedExitPoints","hoverTargetPoints","getPointsFromRect","graceArea","getHull","handleTriggerLeave","handleContentLeave","handleTrackPointerGrace","target","pointerPosition","hasEnteredTarget","isPointerOutsideGraceArea","isPointInPolygon","VisuallyHiddenContentContextProvider","useVisuallyHiddenContentContext","Slottable","createSlottable","ariaLabel","onEscapeKeyDown","onPointerDownOutside","handleScroll","DismissableLayer","jsxs","PopperPrimitive.Content","VisuallyHiddenPrimitive.Root","ARROW_NAME","TooltipArrow","arrowProps","PopperPrimitive.Arrow","point","rect","top","bottom","right","left","padding","polygon","x","y","inside","i","j","ii","jj","xi","yi","xj","yj","points","newPoints","a","b","getHullPresorted","upperHull","p","q","r","lowerHull","Provider","Root3","Trigger","Portal","Content2","Arrow2"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -1,16 +1,16 @@
|
|
|
1
1
|
import * as s from "react";
|
|
2
2
|
import { composeEventHandlers as x } from "../../../../../@radix-ui_primitive@1.1.3/node_modules/@radix-ui/primitive/dist/index.es.js";
|
|
3
|
-
import { useComposedRefs as N } from "../../../../../@radix-ui_react-compose-refs@1.1.2_@types_react@19.2.
|
|
4
|
-
import { createContextScope as W } from "../../../../../@radix-ui_react-context@1.1.2_@types_react@19.2.
|
|
5
|
-
import { DismissableLayer as $ } from "../../../../../@radix-ui_react-dismissable-layer@1.1.11_@types_react-dom@19.2.3_@types_react@19.2.
|
|
6
|
-
import { useId as z } from "../../../../../@radix-ui_react-id@1.1.1_@types_react@19.2.
|
|
7
|
-
import {
|
|
8
|
-
import { Portal as te } from "../../../../../@radix-ui_react-portal@1.1.9_@types_react-dom@19.2.3_@types_react@19.2.
|
|
9
|
-
import { Presence as G } from "../../../../../@radix-ui_react-presence@1.1.5_@types_react-dom@19.2.3_@types_react@19.2.
|
|
10
|
-
import { Primitive as oe } from "../../../../../@radix-ui_react-primitive@2.1.3_@types_react-dom@19.2.3_@types_react@19.2.
|
|
11
|
-
import { createSlottable as re } from "../../../../../@radix-ui_react-slot@1.2.3_@types_react@19.2.
|
|
12
|
-
import { useControllableState as ne } from "../../../../../@radix-ui_react-use-controllable-state@1.2.2_@types_react@19.2.
|
|
13
|
-
import { Root as se } from "../../../../../@radix-ui_react-visually-hidden@1.2.3_@types_react-dom@19.2.3_@types_react@19.2.
|
|
3
|
+
import { useComposedRefs as N } from "../../../../../@radix-ui_react-compose-refs@1.1.2_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-compose-refs/dist/index.es.js";
|
|
4
|
+
import { createContextScope as W } from "../../../../../@radix-ui_react-context@1.1.2_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-context/dist/index.es.js";
|
|
5
|
+
import { DismissableLayer as $ } from "../../../../../@radix-ui_react-dismissable-layer@1.1.11_@types_react-dom@19.2.3_@types_react@19.2.14___3d3960154a4c07d09bb90cb341135fc5/node_modules/@radix-ui/react-dismissable-layer/dist/index.es.js";
|
|
6
|
+
import { useId as z } from "../../../../../@radix-ui_react-id@1.1.1_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-id/dist/index.es.js";
|
|
7
|
+
import { Root as J, Anchor as Q, Arrow as Z, createPopperScope as S, Content as ee } from "../../../../../@radix-ui_react-popper@1.2.8_@types_react-dom@19.2.3_@types_react@19.2.14__@types_react_13e0521d8aea7ebfbfb8bee1fb615c05/node_modules/@radix-ui/react-popper/dist/index.es.js";
|
|
8
|
+
import { Portal as te } from "../../../../../@radix-ui_react-portal@1.1.9_@types_react-dom@19.2.3_@types_react@19.2.14__@types_react_7668895bec2444446faa4e0f4eb5244b/node_modules/@radix-ui/react-portal/dist/index.es.js";
|
|
9
|
+
import { Presence as G } from "../../../../../@radix-ui_react-presence@1.1.5_@types_react-dom@19.2.3_@types_react@19.2.14__@types_rea_c01c26c80b5ab5e3ecefbda6eca51ad1/node_modules/@radix-ui/react-presence/dist/index.es.js";
|
|
10
|
+
import { Primitive as oe } from "../../../../../@radix-ui_react-primitive@2.1.3_@types_react-dom@19.2.3_@types_react@19.2.14__@types_re_1181ea5061ec9212248424669240e4ec/node_modules/@radix-ui/react-primitive/dist/index.es.js";
|
|
11
|
+
import { createSlottable as re } from "../../../../../@radix-ui_react-slot@1.2.3_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-slot/dist/index.es.js";
|
|
12
|
+
import { useControllableState as ne } from "../../../../../@radix-ui_react-use-controllable-state@1.2.2_@types_react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-controllable-state/dist/index.es.js";
|
|
13
|
+
import { Root as se } from "../../../../../@radix-ui_react-visually-hidden@1.2.3_@types_react-dom@19.2.3_@types_react@19.2.14__@ty_fa89646d7248b32d1762bf88948f6339/node_modules/@radix-ui/react-visually-hidden/dist/index.es.js";
|
|
14
14
|
import { jsx as f, jsxs as ae } from "react/jsx-runtime";
|
|
15
15
|
var [O] = W("Tooltip", [
|
|
16
16
|
S
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.es.js","sources":["../../../../../../../../node_modules/.pnpm/@radix-ui+react-tooltip@1.2.8_@types+react-dom@19.2.3_@types+react@19.2.8__@types+react_6a1a6d85f83fda9f1628953d2b64e4bf/node_modules/@radix-ui/react-tooltip/dist/index.mjs"],"sourcesContent":["\"use client\";\n\n// src/tooltip.tsx\nimport * as React from \"react\";\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { createContextScope } from \"@radix-ui/react-context\";\nimport { DismissableLayer } from \"@radix-ui/react-dismissable-layer\";\nimport { useId } from \"@radix-ui/react-id\";\nimport * as PopperPrimitive from \"@radix-ui/react-popper\";\nimport { createPopperScope } from \"@radix-ui/react-popper\";\nimport { Portal as PortalPrimitive } from \"@radix-ui/react-portal\";\nimport { Presence } from \"@radix-ui/react-presence\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { createSlottable } from \"@radix-ui/react-slot\";\nimport { useControllableState } from \"@radix-ui/react-use-controllable-state\";\nimport * as VisuallyHiddenPrimitive from \"@radix-ui/react-visually-hidden\";\nimport { jsx, jsxs } from \"react/jsx-runtime\";\nvar [createTooltipContext, createTooltipScope] = createContextScope(\"Tooltip\", [\n createPopperScope\n]);\nvar usePopperScope = createPopperScope();\nvar PROVIDER_NAME = \"TooltipProvider\";\nvar DEFAULT_DELAY_DURATION = 700;\nvar TOOLTIP_OPEN = \"tooltip.open\";\nvar [TooltipProviderContextProvider, useTooltipProviderContext] = createTooltipContext(PROVIDER_NAME);\nvar TooltipProvider = (props) => {\n const {\n __scopeTooltip,\n delayDuration = DEFAULT_DELAY_DURATION,\n skipDelayDuration = 300,\n disableHoverableContent = false,\n children\n } = props;\n const isOpenDelayedRef = React.useRef(true);\n const isPointerInTransitRef = React.useRef(false);\n const skipDelayTimerRef = React.useRef(0);\n React.useEffect(() => {\n const skipDelayTimer = skipDelayTimerRef.current;\n return () => window.clearTimeout(skipDelayTimer);\n }, []);\n return /* @__PURE__ */ jsx(\n TooltipProviderContextProvider,\n {\n scope: __scopeTooltip,\n isOpenDelayedRef,\n delayDuration,\n onOpen: React.useCallback(() => {\n window.clearTimeout(skipDelayTimerRef.current);\n isOpenDelayedRef.current = false;\n }, []),\n onClose: React.useCallback(() => {\n window.clearTimeout(skipDelayTimerRef.current);\n skipDelayTimerRef.current = window.setTimeout(\n () => isOpenDelayedRef.current = true,\n skipDelayDuration\n );\n }, [skipDelayDuration]),\n isPointerInTransitRef,\n onPointerInTransitChange: React.useCallback((inTransit) => {\n isPointerInTransitRef.current = inTransit;\n }, []),\n disableHoverableContent,\n children\n }\n );\n};\nTooltipProvider.displayName = PROVIDER_NAME;\nvar TOOLTIP_NAME = \"Tooltip\";\nvar [TooltipContextProvider, useTooltipContext] = createTooltipContext(TOOLTIP_NAME);\nvar Tooltip = (props) => {\n const {\n __scopeTooltip,\n children,\n open: openProp,\n defaultOpen,\n onOpenChange,\n disableHoverableContent: disableHoverableContentProp,\n delayDuration: delayDurationProp\n } = props;\n const providerContext = useTooltipProviderContext(TOOLTIP_NAME, props.__scopeTooltip);\n const popperScope = usePopperScope(__scopeTooltip);\n const [trigger, setTrigger] = React.useState(null);\n const contentId = useId();\n const openTimerRef = React.useRef(0);\n const disableHoverableContent = disableHoverableContentProp ?? providerContext.disableHoverableContent;\n const delayDuration = delayDurationProp ?? providerContext.delayDuration;\n const wasOpenDelayedRef = React.useRef(false);\n const [open, setOpen] = useControllableState({\n prop: openProp,\n defaultProp: defaultOpen ?? false,\n onChange: (open2) => {\n if (open2) {\n providerContext.onOpen();\n document.dispatchEvent(new CustomEvent(TOOLTIP_OPEN));\n } else {\n providerContext.onClose();\n }\n onOpenChange?.(open2);\n },\n caller: TOOLTIP_NAME\n });\n const stateAttribute = React.useMemo(() => {\n return open ? wasOpenDelayedRef.current ? \"delayed-open\" : \"instant-open\" : \"closed\";\n }, [open]);\n const handleOpen = React.useCallback(() => {\n window.clearTimeout(openTimerRef.current);\n openTimerRef.current = 0;\n wasOpenDelayedRef.current = false;\n setOpen(true);\n }, [setOpen]);\n const handleClose = React.useCallback(() => {\n window.clearTimeout(openTimerRef.current);\n openTimerRef.current = 0;\n setOpen(false);\n }, [setOpen]);\n const handleDelayedOpen = React.useCallback(() => {\n window.clearTimeout(openTimerRef.current);\n openTimerRef.current = window.setTimeout(() => {\n wasOpenDelayedRef.current = true;\n setOpen(true);\n openTimerRef.current = 0;\n }, delayDuration);\n }, [delayDuration, setOpen]);\n React.useEffect(() => {\n return () => {\n if (openTimerRef.current) {\n window.clearTimeout(openTimerRef.current);\n openTimerRef.current = 0;\n }\n };\n }, []);\n return /* @__PURE__ */ jsx(PopperPrimitive.Root, { ...popperScope, children: /* @__PURE__ */ jsx(\n TooltipContextProvider,\n {\n scope: __scopeTooltip,\n contentId,\n open,\n stateAttribute,\n trigger,\n onTriggerChange: setTrigger,\n onTriggerEnter: React.useCallback(() => {\n if (providerContext.isOpenDelayedRef.current) handleDelayedOpen();\n else handleOpen();\n }, [providerContext.isOpenDelayedRef, handleDelayedOpen, handleOpen]),\n onTriggerLeave: React.useCallback(() => {\n if (disableHoverableContent) {\n handleClose();\n } else {\n window.clearTimeout(openTimerRef.current);\n openTimerRef.current = 0;\n }\n }, [handleClose, disableHoverableContent]),\n onOpen: handleOpen,\n onClose: handleClose,\n disableHoverableContent,\n children\n }\n ) });\n};\nTooltip.displayName = TOOLTIP_NAME;\nvar TRIGGER_NAME = \"TooltipTrigger\";\nvar TooltipTrigger = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeTooltip, ...triggerProps } = props;\n const context = useTooltipContext(TRIGGER_NAME, __scopeTooltip);\n const providerContext = useTooltipProviderContext(TRIGGER_NAME, __scopeTooltip);\n const popperScope = usePopperScope(__scopeTooltip);\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref, context.onTriggerChange);\n const isPointerDownRef = React.useRef(false);\n const hasPointerMoveOpenedRef = React.useRef(false);\n const handlePointerUp = React.useCallback(() => isPointerDownRef.current = false, []);\n React.useEffect(() => {\n return () => document.removeEventListener(\"pointerup\", handlePointerUp);\n }, [handlePointerUp]);\n return /* @__PURE__ */ jsx(PopperPrimitive.Anchor, { asChild: true, ...popperScope, children: /* @__PURE__ */ jsx(\n Primitive.button,\n {\n \"aria-describedby\": context.open ? context.contentId : void 0,\n \"data-state\": context.stateAttribute,\n ...triggerProps,\n ref: composedRefs,\n onPointerMove: composeEventHandlers(props.onPointerMove, (event) => {\n if (event.pointerType === \"touch\") return;\n if (!hasPointerMoveOpenedRef.current && !providerContext.isPointerInTransitRef.current) {\n context.onTriggerEnter();\n hasPointerMoveOpenedRef.current = true;\n }\n }),\n onPointerLeave: composeEventHandlers(props.onPointerLeave, () => {\n context.onTriggerLeave();\n hasPointerMoveOpenedRef.current = false;\n }),\n onPointerDown: composeEventHandlers(props.onPointerDown, () => {\n if (context.open) {\n context.onClose();\n }\n isPointerDownRef.current = true;\n document.addEventListener(\"pointerup\", handlePointerUp, { once: true });\n }),\n onFocus: composeEventHandlers(props.onFocus, () => {\n if (!isPointerDownRef.current) context.onOpen();\n }),\n onBlur: composeEventHandlers(props.onBlur, context.onClose),\n onClick: composeEventHandlers(props.onClick, context.onClose)\n }\n ) });\n }\n);\nTooltipTrigger.displayName = TRIGGER_NAME;\nvar PORTAL_NAME = \"TooltipPortal\";\nvar [PortalProvider, usePortalContext] = createTooltipContext(PORTAL_NAME, {\n forceMount: void 0\n});\nvar TooltipPortal = (props) => {\n const { __scopeTooltip, forceMount, children, container } = props;\n const context = useTooltipContext(PORTAL_NAME, __scopeTooltip);\n return /* @__PURE__ */ jsx(PortalProvider, { scope: __scopeTooltip, forceMount, children: /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: /* @__PURE__ */ jsx(PortalPrimitive, { asChild: true, container, children }) }) });\n};\nTooltipPortal.displayName = PORTAL_NAME;\nvar CONTENT_NAME = \"TooltipContent\";\nvar TooltipContent = React.forwardRef(\n (props, forwardedRef) => {\n const portalContext = usePortalContext(CONTENT_NAME, props.__scopeTooltip);\n const { forceMount = portalContext.forceMount, side = \"top\", ...contentProps } = props;\n const context = useTooltipContext(CONTENT_NAME, props.__scopeTooltip);\n return /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: context.disableHoverableContent ? /* @__PURE__ */ jsx(TooltipContentImpl, { side, ...contentProps, ref: forwardedRef }) : /* @__PURE__ */ jsx(TooltipContentHoverable, { side, ...contentProps, ref: forwardedRef }) });\n }\n);\nvar TooltipContentHoverable = React.forwardRef((props, forwardedRef) => {\n const context = useTooltipContext(CONTENT_NAME, props.__scopeTooltip);\n const providerContext = useTooltipProviderContext(CONTENT_NAME, props.__scopeTooltip);\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref);\n const [pointerGraceArea, setPointerGraceArea] = React.useState(null);\n const { trigger, onClose } = context;\n const content = ref.current;\n const { onPointerInTransitChange } = providerContext;\n const handleRemoveGraceArea = React.useCallback(() => {\n setPointerGraceArea(null);\n onPointerInTransitChange(false);\n }, [onPointerInTransitChange]);\n const handleCreateGraceArea = React.useCallback(\n (event, hoverTarget) => {\n const currentTarget = event.currentTarget;\n const exitPoint = { x: event.clientX, y: event.clientY };\n const exitSide = getExitSideFromRect(exitPoint, currentTarget.getBoundingClientRect());\n const paddedExitPoints = getPaddedExitPoints(exitPoint, exitSide);\n const hoverTargetPoints = getPointsFromRect(hoverTarget.getBoundingClientRect());\n const graceArea = getHull([...paddedExitPoints, ...hoverTargetPoints]);\n setPointerGraceArea(graceArea);\n onPointerInTransitChange(true);\n },\n [onPointerInTransitChange]\n );\n React.useEffect(() => {\n return () => handleRemoveGraceArea();\n }, [handleRemoveGraceArea]);\n React.useEffect(() => {\n if (trigger && content) {\n const handleTriggerLeave = (event) => handleCreateGraceArea(event, content);\n const handleContentLeave = (event) => handleCreateGraceArea(event, trigger);\n trigger.addEventListener(\"pointerleave\", handleTriggerLeave);\n content.addEventListener(\"pointerleave\", handleContentLeave);\n return () => {\n trigger.removeEventListener(\"pointerleave\", handleTriggerLeave);\n content.removeEventListener(\"pointerleave\", handleContentLeave);\n };\n }\n }, [trigger, content, handleCreateGraceArea, handleRemoveGraceArea]);\n React.useEffect(() => {\n if (pointerGraceArea) {\n const handleTrackPointerGrace = (event) => {\n const target = event.target;\n const pointerPosition = { x: event.clientX, y: event.clientY };\n const hasEnteredTarget = trigger?.contains(target) || content?.contains(target);\n const isPointerOutsideGraceArea = !isPointInPolygon(pointerPosition, pointerGraceArea);\n if (hasEnteredTarget) {\n handleRemoveGraceArea();\n } else if (isPointerOutsideGraceArea) {\n handleRemoveGraceArea();\n onClose();\n }\n };\n document.addEventListener(\"pointermove\", handleTrackPointerGrace);\n return () => document.removeEventListener(\"pointermove\", handleTrackPointerGrace);\n }\n }, [trigger, content, pointerGraceArea, onClose, handleRemoveGraceArea]);\n return /* @__PURE__ */ jsx(TooltipContentImpl, { ...props, ref: composedRefs });\n});\nvar [VisuallyHiddenContentContextProvider, useVisuallyHiddenContentContext] = createTooltipContext(TOOLTIP_NAME, { isInside: false });\nvar Slottable = createSlottable(\"TooltipContent\");\nvar TooltipContentImpl = React.forwardRef(\n (props, forwardedRef) => {\n const {\n __scopeTooltip,\n children,\n \"aria-label\": ariaLabel,\n onEscapeKeyDown,\n onPointerDownOutside,\n ...contentProps\n } = props;\n const context = useTooltipContext(CONTENT_NAME, __scopeTooltip);\n const popperScope = usePopperScope(__scopeTooltip);\n const { onClose } = context;\n React.useEffect(() => {\n document.addEventListener(TOOLTIP_OPEN, onClose);\n return () => document.removeEventListener(TOOLTIP_OPEN, onClose);\n }, [onClose]);\n React.useEffect(() => {\n if (context.trigger) {\n const handleScroll = (event) => {\n const target = event.target;\n if (target?.contains(context.trigger)) onClose();\n };\n window.addEventListener(\"scroll\", handleScroll, { capture: true });\n return () => window.removeEventListener(\"scroll\", handleScroll, { capture: true });\n }\n }, [context.trigger, onClose]);\n return /* @__PURE__ */ jsx(\n DismissableLayer,\n {\n asChild: true,\n disableOutsidePointerEvents: false,\n onEscapeKeyDown,\n onPointerDownOutside,\n onFocusOutside: (event) => event.preventDefault(),\n onDismiss: onClose,\n children: /* @__PURE__ */ jsxs(\n PopperPrimitive.Content,\n {\n \"data-state\": context.stateAttribute,\n ...popperScope,\n ...contentProps,\n ref: forwardedRef,\n style: {\n ...contentProps.style,\n // re-namespace exposed content custom properties\n ...{\n \"--radix-tooltip-content-transform-origin\": \"var(--radix-popper-transform-origin)\",\n \"--radix-tooltip-content-available-width\": \"var(--radix-popper-available-width)\",\n \"--radix-tooltip-content-available-height\": \"var(--radix-popper-available-height)\",\n \"--radix-tooltip-trigger-width\": \"var(--radix-popper-anchor-width)\",\n \"--radix-tooltip-trigger-height\": \"var(--radix-popper-anchor-height)\"\n }\n },\n children: [\n /* @__PURE__ */ jsx(Slottable, { children }),\n /* @__PURE__ */ jsx(VisuallyHiddenContentContextProvider, { scope: __scopeTooltip, isInside: true, children: /* @__PURE__ */ jsx(VisuallyHiddenPrimitive.Root, { id: context.contentId, role: \"tooltip\", children: ariaLabel || children }) })\n ]\n }\n )\n }\n );\n }\n);\nTooltipContent.displayName = CONTENT_NAME;\nvar ARROW_NAME = \"TooltipArrow\";\nvar TooltipArrow = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeTooltip, ...arrowProps } = props;\n const popperScope = usePopperScope(__scopeTooltip);\n const visuallyHiddenContentContext = useVisuallyHiddenContentContext(\n ARROW_NAME,\n __scopeTooltip\n );\n return visuallyHiddenContentContext.isInside ? null : /* @__PURE__ */ jsx(PopperPrimitive.Arrow, { ...popperScope, ...arrowProps, ref: forwardedRef });\n }\n);\nTooltipArrow.displayName = ARROW_NAME;\nfunction getExitSideFromRect(point, rect) {\n const top = Math.abs(rect.top - point.y);\n const bottom = Math.abs(rect.bottom - point.y);\n const right = Math.abs(rect.right - point.x);\n const left = Math.abs(rect.left - point.x);\n switch (Math.min(top, bottom, right, left)) {\n case left:\n return \"left\";\n case right:\n return \"right\";\n case top:\n return \"top\";\n case bottom:\n return \"bottom\";\n default:\n throw new Error(\"unreachable\");\n }\n}\nfunction getPaddedExitPoints(exitPoint, exitSide, padding = 5) {\n const paddedExitPoints = [];\n switch (exitSide) {\n case \"top\":\n paddedExitPoints.push(\n { x: exitPoint.x - padding, y: exitPoint.y + padding },\n { x: exitPoint.x + padding, y: exitPoint.y + padding }\n );\n break;\n case \"bottom\":\n paddedExitPoints.push(\n { x: exitPoint.x - padding, y: exitPoint.y - padding },\n { x: exitPoint.x + padding, y: exitPoint.y - padding }\n );\n break;\n case \"left\":\n paddedExitPoints.push(\n { x: exitPoint.x + padding, y: exitPoint.y - padding },\n { x: exitPoint.x + padding, y: exitPoint.y + padding }\n );\n break;\n case \"right\":\n paddedExitPoints.push(\n { x: exitPoint.x - padding, y: exitPoint.y - padding },\n { x: exitPoint.x - padding, y: exitPoint.y + padding }\n );\n break;\n }\n return paddedExitPoints;\n}\nfunction getPointsFromRect(rect) {\n const { top, right, bottom, left } = rect;\n return [\n { x: left, y: top },\n { x: right, y: top },\n { x: right, y: bottom },\n { x: left, y: bottom }\n ];\n}\nfunction isPointInPolygon(point, polygon) {\n const { x, y } = point;\n let inside = false;\n for (let i = 0, j = polygon.length - 1; i < polygon.length; j = i++) {\n const ii = polygon[i];\n const jj = polygon[j];\n const xi = ii.x;\n const yi = ii.y;\n const xj = jj.x;\n const yj = jj.y;\n const intersect = yi > y !== yj > y && x < (xj - xi) * (y - yi) / (yj - yi) + xi;\n if (intersect) inside = !inside;\n }\n return inside;\n}\nfunction getHull(points) {\n const newPoints = points.slice();\n newPoints.sort((a, b) => {\n if (a.x < b.x) return -1;\n else if (a.x > b.x) return 1;\n else if (a.y < b.y) return -1;\n else if (a.y > b.y) return 1;\n else return 0;\n });\n return getHullPresorted(newPoints);\n}\nfunction getHullPresorted(points) {\n if (points.length <= 1) return points.slice();\n const upperHull = [];\n for (let i = 0; i < points.length; i++) {\n const p = points[i];\n while (upperHull.length >= 2) {\n const q = upperHull[upperHull.length - 1];\n const r = upperHull[upperHull.length - 2];\n if ((q.x - r.x) * (p.y - r.y) >= (q.y - r.y) * (p.x - r.x)) upperHull.pop();\n else break;\n }\n upperHull.push(p);\n }\n upperHull.pop();\n const lowerHull = [];\n for (let i = points.length - 1; i >= 0; i--) {\n const p = points[i];\n while (lowerHull.length >= 2) {\n const q = lowerHull[lowerHull.length - 1];\n const r = lowerHull[lowerHull.length - 2];\n if ((q.x - r.x) * (p.y - r.y) >= (q.y - r.y) * (p.x - r.x)) lowerHull.pop();\n else break;\n }\n lowerHull.push(p);\n }\n lowerHull.pop();\n if (upperHull.length === 1 && lowerHull.length === 1 && upperHull[0].x === lowerHull[0].x && upperHull[0].y === lowerHull[0].y) {\n return upperHull;\n } else {\n return upperHull.concat(lowerHull);\n }\n}\nvar Provider = TooltipProvider;\nvar Root3 = Tooltip;\nvar Trigger = TooltipTrigger;\nvar Portal = TooltipPortal;\nvar Content2 = TooltipContent;\nvar Arrow2 = TooltipArrow;\nexport {\n Arrow2 as Arrow,\n Content2 as Content,\n Portal,\n Provider,\n Root3 as Root,\n Tooltip,\n TooltipArrow,\n TooltipContent,\n TooltipPortal,\n TooltipProvider,\n TooltipTrigger,\n Trigger,\n createTooltipScope\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["createTooltipContext","createContextScope","createPopperScope","usePopperScope","PROVIDER_NAME","DEFAULT_DELAY_DURATION","TOOLTIP_OPEN","TooltipProviderContextProvider","useTooltipProviderContext","TooltipProvider","props","__scopeTooltip","delayDuration","skipDelayDuration","disableHoverableContent","children","isOpenDelayedRef","React","isPointerInTransitRef","skipDelayTimerRef","skipDelayTimer","jsx","inTransit","TOOLTIP_NAME","TooltipContextProvider","useTooltipContext","Tooltip","openProp","defaultOpen","onOpenChange","disableHoverableContentProp","delayDurationProp","providerContext","popperScope","trigger","setTrigger","contentId","useId","openTimerRef","wasOpenDelayedRef","open","setOpen","useControllableState","open2","stateAttribute","handleOpen","handleClose","handleDelayedOpen","PopperPrimitive.Root","TRIGGER_NAME","TooltipTrigger","forwardedRef","triggerProps","context","ref","composedRefs","useComposedRefs","isPointerDownRef","hasPointerMoveOpenedRef","handlePointerUp","PopperPrimitive.Anchor","Primitive","composeEventHandlers","event","PORTAL_NAME","PortalProvider","usePortalContext","TooltipPortal","forceMount","container","Presence","PortalPrimitive","CONTENT_NAME","TooltipContent","portalContext","side","contentProps","TooltipContentImpl","TooltipContentHoverable","pointerGraceArea","setPointerGraceArea","onClose","content","onPointerInTransitChange","handleRemoveGraceArea","handleCreateGraceArea","hoverTarget","currentTarget","exitPoint","exitSide","getExitSideFromRect","paddedExitPoints","getPaddedExitPoints","hoverTargetPoints","getPointsFromRect","graceArea","getHull","handleTriggerLeave","handleContentLeave","handleTrackPointerGrace","target","pointerPosition","hasEnteredTarget","isPointerOutsideGraceArea","isPointInPolygon","VisuallyHiddenContentContextProvider","useVisuallyHiddenContentContext","Slottable","createSlottable","ariaLabel","onEscapeKeyDown","onPointerDownOutside","handleScroll","DismissableLayer","jsxs","PopperPrimitive.Content","VisuallyHiddenPrimitive.Root","ARROW_NAME","TooltipArrow","arrowProps","PopperPrimitive.Arrow","point","rect","top","bottom","right","left","padding","polygon","x","y","inside","i","j","ii","jj","xi","yi","xj","yj","points","newPoints","a","b","getHullPresorted","upperHull","p","q","r","lowerHull","Provider","Root3","Trigger","Portal","Content2","Arrow2"],"mappings":"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","x_google_ignoreList":[0]}
|
|
1
|
+
{"version":3,"file":"index.es.js","sources":["../../../../../../../../node_modules/.pnpm/@radix-ui+react-tooltip@1.2.8_@types+react-dom@19.2.3_@types+react@19.2.14__@types+reac_9074d9fb06315b089b2bee17c4c65951/node_modules/@radix-ui/react-tooltip/dist/index.mjs"],"sourcesContent":["\"use client\";\n\n// src/tooltip.tsx\nimport * as React from \"react\";\nimport { composeEventHandlers } from \"@radix-ui/primitive\";\nimport { useComposedRefs } from \"@radix-ui/react-compose-refs\";\nimport { createContextScope } from \"@radix-ui/react-context\";\nimport { DismissableLayer } from \"@radix-ui/react-dismissable-layer\";\nimport { useId } from \"@radix-ui/react-id\";\nimport * as PopperPrimitive from \"@radix-ui/react-popper\";\nimport { createPopperScope } from \"@radix-ui/react-popper\";\nimport { Portal as PortalPrimitive } from \"@radix-ui/react-portal\";\nimport { Presence } from \"@radix-ui/react-presence\";\nimport { Primitive } from \"@radix-ui/react-primitive\";\nimport { createSlottable } from \"@radix-ui/react-slot\";\nimport { useControllableState } from \"@radix-ui/react-use-controllable-state\";\nimport * as VisuallyHiddenPrimitive from \"@radix-ui/react-visually-hidden\";\nimport { jsx, jsxs } from \"react/jsx-runtime\";\nvar [createTooltipContext, createTooltipScope] = createContextScope(\"Tooltip\", [\n createPopperScope\n]);\nvar usePopperScope = createPopperScope();\nvar PROVIDER_NAME = \"TooltipProvider\";\nvar DEFAULT_DELAY_DURATION = 700;\nvar TOOLTIP_OPEN = \"tooltip.open\";\nvar [TooltipProviderContextProvider, useTooltipProviderContext] = createTooltipContext(PROVIDER_NAME);\nvar TooltipProvider = (props) => {\n const {\n __scopeTooltip,\n delayDuration = DEFAULT_DELAY_DURATION,\n skipDelayDuration = 300,\n disableHoverableContent = false,\n children\n } = props;\n const isOpenDelayedRef = React.useRef(true);\n const isPointerInTransitRef = React.useRef(false);\n const skipDelayTimerRef = React.useRef(0);\n React.useEffect(() => {\n const skipDelayTimer = skipDelayTimerRef.current;\n return () => window.clearTimeout(skipDelayTimer);\n }, []);\n return /* @__PURE__ */ jsx(\n TooltipProviderContextProvider,\n {\n scope: __scopeTooltip,\n isOpenDelayedRef,\n delayDuration,\n onOpen: React.useCallback(() => {\n window.clearTimeout(skipDelayTimerRef.current);\n isOpenDelayedRef.current = false;\n }, []),\n onClose: React.useCallback(() => {\n window.clearTimeout(skipDelayTimerRef.current);\n skipDelayTimerRef.current = window.setTimeout(\n () => isOpenDelayedRef.current = true,\n skipDelayDuration\n );\n }, [skipDelayDuration]),\n isPointerInTransitRef,\n onPointerInTransitChange: React.useCallback((inTransit) => {\n isPointerInTransitRef.current = inTransit;\n }, []),\n disableHoverableContent,\n children\n }\n );\n};\nTooltipProvider.displayName = PROVIDER_NAME;\nvar TOOLTIP_NAME = \"Tooltip\";\nvar [TooltipContextProvider, useTooltipContext] = createTooltipContext(TOOLTIP_NAME);\nvar Tooltip = (props) => {\n const {\n __scopeTooltip,\n children,\n open: openProp,\n defaultOpen,\n onOpenChange,\n disableHoverableContent: disableHoverableContentProp,\n delayDuration: delayDurationProp\n } = props;\n const providerContext = useTooltipProviderContext(TOOLTIP_NAME, props.__scopeTooltip);\n const popperScope = usePopperScope(__scopeTooltip);\n const [trigger, setTrigger] = React.useState(null);\n const contentId = useId();\n const openTimerRef = React.useRef(0);\n const disableHoverableContent = disableHoverableContentProp ?? providerContext.disableHoverableContent;\n const delayDuration = delayDurationProp ?? providerContext.delayDuration;\n const wasOpenDelayedRef = React.useRef(false);\n const [open, setOpen] = useControllableState({\n prop: openProp,\n defaultProp: defaultOpen ?? false,\n onChange: (open2) => {\n if (open2) {\n providerContext.onOpen();\n document.dispatchEvent(new CustomEvent(TOOLTIP_OPEN));\n } else {\n providerContext.onClose();\n }\n onOpenChange?.(open2);\n },\n caller: TOOLTIP_NAME\n });\n const stateAttribute = React.useMemo(() => {\n return open ? wasOpenDelayedRef.current ? \"delayed-open\" : \"instant-open\" : \"closed\";\n }, [open]);\n const handleOpen = React.useCallback(() => {\n window.clearTimeout(openTimerRef.current);\n openTimerRef.current = 0;\n wasOpenDelayedRef.current = false;\n setOpen(true);\n }, [setOpen]);\n const handleClose = React.useCallback(() => {\n window.clearTimeout(openTimerRef.current);\n openTimerRef.current = 0;\n setOpen(false);\n }, [setOpen]);\n const handleDelayedOpen = React.useCallback(() => {\n window.clearTimeout(openTimerRef.current);\n openTimerRef.current = window.setTimeout(() => {\n wasOpenDelayedRef.current = true;\n setOpen(true);\n openTimerRef.current = 0;\n }, delayDuration);\n }, [delayDuration, setOpen]);\n React.useEffect(() => {\n return () => {\n if (openTimerRef.current) {\n window.clearTimeout(openTimerRef.current);\n openTimerRef.current = 0;\n }\n };\n }, []);\n return /* @__PURE__ */ jsx(PopperPrimitive.Root, { ...popperScope, children: /* @__PURE__ */ jsx(\n TooltipContextProvider,\n {\n scope: __scopeTooltip,\n contentId,\n open,\n stateAttribute,\n trigger,\n onTriggerChange: setTrigger,\n onTriggerEnter: React.useCallback(() => {\n if (providerContext.isOpenDelayedRef.current) handleDelayedOpen();\n else handleOpen();\n }, [providerContext.isOpenDelayedRef, handleDelayedOpen, handleOpen]),\n onTriggerLeave: React.useCallback(() => {\n if (disableHoverableContent) {\n handleClose();\n } else {\n window.clearTimeout(openTimerRef.current);\n openTimerRef.current = 0;\n }\n }, [handleClose, disableHoverableContent]),\n onOpen: handleOpen,\n onClose: handleClose,\n disableHoverableContent,\n children\n }\n ) });\n};\nTooltip.displayName = TOOLTIP_NAME;\nvar TRIGGER_NAME = \"TooltipTrigger\";\nvar TooltipTrigger = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeTooltip, ...triggerProps } = props;\n const context = useTooltipContext(TRIGGER_NAME, __scopeTooltip);\n const providerContext = useTooltipProviderContext(TRIGGER_NAME, __scopeTooltip);\n const popperScope = usePopperScope(__scopeTooltip);\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref, context.onTriggerChange);\n const isPointerDownRef = React.useRef(false);\n const hasPointerMoveOpenedRef = React.useRef(false);\n const handlePointerUp = React.useCallback(() => isPointerDownRef.current = false, []);\n React.useEffect(() => {\n return () => document.removeEventListener(\"pointerup\", handlePointerUp);\n }, [handlePointerUp]);\n return /* @__PURE__ */ jsx(PopperPrimitive.Anchor, { asChild: true, ...popperScope, children: /* @__PURE__ */ jsx(\n Primitive.button,\n {\n \"aria-describedby\": context.open ? context.contentId : void 0,\n \"data-state\": context.stateAttribute,\n ...triggerProps,\n ref: composedRefs,\n onPointerMove: composeEventHandlers(props.onPointerMove, (event) => {\n if (event.pointerType === \"touch\") return;\n if (!hasPointerMoveOpenedRef.current && !providerContext.isPointerInTransitRef.current) {\n context.onTriggerEnter();\n hasPointerMoveOpenedRef.current = true;\n }\n }),\n onPointerLeave: composeEventHandlers(props.onPointerLeave, () => {\n context.onTriggerLeave();\n hasPointerMoveOpenedRef.current = false;\n }),\n onPointerDown: composeEventHandlers(props.onPointerDown, () => {\n if (context.open) {\n context.onClose();\n }\n isPointerDownRef.current = true;\n document.addEventListener(\"pointerup\", handlePointerUp, { once: true });\n }),\n onFocus: composeEventHandlers(props.onFocus, () => {\n if (!isPointerDownRef.current) context.onOpen();\n }),\n onBlur: composeEventHandlers(props.onBlur, context.onClose),\n onClick: composeEventHandlers(props.onClick, context.onClose)\n }\n ) });\n }\n);\nTooltipTrigger.displayName = TRIGGER_NAME;\nvar PORTAL_NAME = \"TooltipPortal\";\nvar [PortalProvider, usePortalContext] = createTooltipContext(PORTAL_NAME, {\n forceMount: void 0\n});\nvar TooltipPortal = (props) => {\n const { __scopeTooltip, forceMount, children, container } = props;\n const context = useTooltipContext(PORTAL_NAME, __scopeTooltip);\n return /* @__PURE__ */ jsx(PortalProvider, { scope: __scopeTooltip, forceMount, children: /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: /* @__PURE__ */ jsx(PortalPrimitive, { asChild: true, container, children }) }) });\n};\nTooltipPortal.displayName = PORTAL_NAME;\nvar CONTENT_NAME = \"TooltipContent\";\nvar TooltipContent = React.forwardRef(\n (props, forwardedRef) => {\n const portalContext = usePortalContext(CONTENT_NAME, props.__scopeTooltip);\n const { forceMount = portalContext.forceMount, side = \"top\", ...contentProps } = props;\n const context = useTooltipContext(CONTENT_NAME, props.__scopeTooltip);\n return /* @__PURE__ */ jsx(Presence, { present: forceMount || context.open, children: context.disableHoverableContent ? /* @__PURE__ */ jsx(TooltipContentImpl, { side, ...contentProps, ref: forwardedRef }) : /* @__PURE__ */ jsx(TooltipContentHoverable, { side, ...contentProps, ref: forwardedRef }) });\n }\n);\nvar TooltipContentHoverable = React.forwardRef((props, forwardedRef) => {\n const context = useTooltipContext(CONTENT_NAME, props.__scopeTooltip);\n const providerContext = useTooltipProviderContext(CONTENT_NAME, props.__scopeTooltip);\n const ref = React.useRef(null);\n const composedRefs = useComposedRefs(forwardedRef, ref);\n const [pointerGraceArea, setPointerGraceArea] = React.useState(null);\n const { trigger, onClose } = context;\n const content = ref.current;\n const { onPointerInTransitChange } = providerContext;\n const handleRemoveGraceArea = React.useCallback(() => {\n setPointerGraceArea(null);\n onPointerInTransitChange(false);\n }, [onPointerInTransitChange]);\n const handleCreateGraceArea = React.useCallback(\n (event, hoverTarget) => {\n const currentTarget = event.currentTarget;\n const exitPoint = { x: event.clientX, y: event.clientY };\n const exitSide = getExitSideFromRect(exitPoint, currentTarget.getBoundingClientRect());\n const paddedExitPoints = getPaddedExitPoints(exitPoint, exitSide);\n const hoverTargetPoints = getPointsFromRect(hoverTarget.getBoundingClientRect());\n const graceArea = getHull([...paddedExitPoints, ...hoverTargetPoints]);\n setPointerGraceArea(graceArea);\n onPointerInTransitChange(true);\n },\n [onPointerInTransitChange]\n );\n React.useEffect(() => {\n return () => handleRemoveGraceArea();\n }, [handleRemoveGraceArea]);\n React.useEffect(() => {\n if (trigger && content) {\n const handleTriggerLeave = (event) => handleCreateGraceArea(event, content);\n const handleContentLeave = (event) => handleCreateGraceArea(event, trigger);\n trigger.addEventListener(\"pointerleave\", handleTriggerLeave);\n content.addEventListener(\"pointerleave\", handleContentLeave);\n return () => {\n trigger.removeEventListener(\"pointerleave\", handleTriggerLeave);\n content.removeEventListener(\"pointerleave\", handleContentLeave);\n };\n }\n }, [trigger, content, handleCreateGraceArea, handleRemoveGraceArea]);\n React.useEffect(() => {\n if (pointerGraceArea) {\n const handleTrackPointerGrace = (event) => {\n const target = event.target;\n const pointerPosition = { x: event.clientX, y: event.clientY };\n const hasEnteredTarget = trigger?.contains(target) || content?.contains(target);\n const isPointerOutsideGraceArea = !isPointInPolygon(pointerPosition, pointerGraceArea);\n if (hasEnteredTarget) {\n handleRemoveGraceArea();\n } else if (isPointerOutsideGraceArea) {\n handleRemoveGraceArea();\n onClose();\n }\n };\n document.addEventListener(\"pointermove\", handleTrackPointerGrace);\n return () => document.removeEventListener(\"pointermove\", handleTrackPointerGrace);\n }\n }, [trigger, content, pointerGraceArea, onClose, handleRemoveGraceArea]);\n return /* @__PURE__ */ jsx(TooltipContentImpl, { ...props, ref: composedRefs });\n});\nvar [VisuallyHiddenContentContextProvider, useVisuallyHiddenContentContext] = createTooltipContext(TOOLTIP_NAME, { isInside: false });\nvar Slottable = createSlottable(\"TooltipContent\");\nvar TooltipContentImpl = React.forwardRef(\n (props, forwardedRef) => {\n const {\n __scopeTooltip,\n children,\n \"aria-label\": ariaLabel,\n onEscapeKeyDown,\n onPointerDownOutside,\n ...contentProps\n } = props;\n const context = useTooltipContext(CONTENT_NAME, __scopeTooltip);\n const popperScope = usePopperScope(__scopeTooltip);\n const { onClose } = context;\n React.useEffect(() => {\n document.addEventListener(TOOLTIP_OPEN, onClose);\n return () => document.removeEventListener(TOOLTIP_OPEN, onClose);\n }, [onClose]);\n React.useEffect(() => {\n if (context.trigger) {\n const handleScroll = (event) => {\n const target = event.target;\n if (target?.contains(context.trigger)) onClose();\n };\n window.addEventListener(\"scroll\", handleScroll, { capture: true });\n return () => window.removeEventListener(\"scroll\", handleScroll, { capture: true });\n }\n }, [context.trigger, onClose]);\n return /* @__PURE__ */ jsx(\n DismissableLayer,\n {\n asChild: true,\n disableOutsidePointerEvents: false,\n onEscapeKeyDown,\n onPointerDownOutside,\n onFocusOutside: (event) => event.preventDefault(),\n onDismiss: onClose,\n children: /* @__PURE__ */ jsxs(\n PopperPrimitive.Content,\n {\n \"data-state\": context.stateAttribute,\n ...popperScope,\n ...contentProps,\n ref: forwardedRef,\n style: {\n ...contentProps.style,\n // re-namespace exposed content custom properties\n ...{\n \"--radix-tooltip-content-transform-origin\": \"var(--radix-popper-transform-origin)\",\n \"--radix-tooltip-content-available-width\": \"var(--radix-popper-available-width)\",\n \"--radix-tooltip-content-available-height\": \"var(--radix-popper-available-height)\",\n \"--radix-tooltip-trigger-width\": \"var(--radix-popper-anchor-width)\",\n \"--radix-tooltip-trigger-height\": \"var(--radix-popper-anchor-height)\"\n }\n },\n children: [\n /* @__PURE__ */ jsx(Slottable, { children }),\n /* @__PURE__ */ jsx(VisuallyHiddenContentContextProvider, { scope: __scopeTooltip, isInside: true, children: /* @__PURE__ */ jsx(VisuallyHiddenPrimitive.Root, { id: context.contentId, role: \"tooltip\", children: ariaLabel || children }) })\n ]\n }\n )\n }\n );\n }\n);\nTooltipContent.displayName = CONTENT_NAME;\nvar ARROW_NAME = \"TooltipArrow\";\nvar TooltipArrow = React.forwardRef(\n (props, forwardedRef) => {\n const { __scopeTooltip, ...arrowProps } = props;\n const popperScope = usePopperScope(__scopeTooltip);\n const visuallyHiddenContentContext = useVisuallyHiddenContentContext(\n ARROW_NAME,\n __scopeTooltip\n );\n return visuallyHiddenContentContext.isInside ? null : /* @__PURE__ */ jsx(PopperPrimitive.Arrow, { ...popperScope, ...arrowProps, ref: forwardedRef });\n }\n);\nTooltipArrow.displayName = ARROW_NAME;\nfunction getExitSideFromRect(point, rect) {\n const top = Math.abs(rect.top - point.y);\n const bottom = Math.abs(rect.bottom - point.y);\n const right = Math.abs(rect.right - point.x);\n const left = Math.abs(rect.left - point.x);\n switch (Math.min(top, bottom, right, left)) {\n case left:\n return \"left\";\n case right:\n return \"right\";\n case top:\n return \"top\";\n case bottom:\n return \"bottom\";\n default:\n throw new Error(\"unreachable\");\n }\n}\nfunction getPaddedExitPoints(exitPoint, exitSide, padding = 5) {\n const paddedExitPoints = [];\n switch (exitSide) {\n case \"top\":\n paddedExitPoints.push(\n { x: exitPoint.x - padding, y: exitPoint.y + padding },\n { x: exitPoint.x + padding, y: exitPoint.y + padding }\n );\n break;\n case \"bottom\":\n paddedExitPoints.push(\n { x: exitPoint.x - padding, y: exitPoint.y - padding },\n { x: exitPoint.x + padding, y: exitPoint.y - padding }\n );\n break;\n case \"left\":\n paddedExitPoints.push(\n { x: exitPoint.x + padding, y: exitPoint.y - padding },\n { x: exitPoint.x + padding, y: exitPoint.y + padding }\n );\n break;\n case \"right\":\n paddedExitPoints.push(\n { x: exitPoint.x - padding, y: exitPoint.y - padding },\n { x: exitPoint.x - padding, y: exitPoint.y + padding }\n );\n break;\n }\n return paddedExitPoints;\n}\nfunction getPointsFromRect(rect) {\n const { top, right, bottom, left } = rect;\n return [\n { x: left, y: top },\n { x: right, y: top },\n { x: right, y: bottom },\n { x: left, y: bottom }\n ];\n}\nfunction isPointInPolygon(point, polygon) {\n const { x, y } = point;\n let inside = false;\n for (let i = 0, j = polygon.length - 1; i < polygon.length; j = i++) {\n const ii = polygon[i];\n const jj = polygon[j];\n const xi = ii.x;\n const yi = ii.y;\n const xj = jj.x;\n const yj = jj.y;\n const intersect = yi > y !== yj > y && x < (xj - xi) * (y - yi) / (yj - yi) + xi;\n if (intersect) inside = !inside;\n }\n return inside;\n}\nfunction getHull(points) {\n const newPoints = points.slice();\n newPoints.sort((a, b) => {\n if (a.x < b.x) return -1;\n else if (a.x > b.x) return 1;\n else if (a.y < b.y) return -1;\n else if (a.y > b.y) return 1;\n else return 0;\n });\n return getHullPresorted(newPoints);\n}\nfunction getHullPresorted(points) {\n if (points.length <= 1) return points.slice();\n const upperHull = [];\n for (let i = 0; i < points.length; i++) {\n const p = points[i];\n while (upperHull.length >= 2) {\n const q = upperHull[upperHull.length - 1];\n const r = upperHull[upperHull.length - 2];\n if ((q.x - r.x) * (p.y - r.y) >= (q.y - r.y) * (p.x - r.x)) upperHull.pop();\n else break;\n }\n upperHull.push(p);\n }\n upperHull.pop();\n const lowerHull = [];\n for (let i = points.length - 1; i >= 0; i--) {\n const p = points[i];\n while (lowerHull.length >= 2) {\n const q = lowerHull[lowerHull.length - 1];\n const r = lowerHull[lowerHull.length - 2];\n if ((q.x - r.x) * (p.y - r.y) >= (q.y - r.y) * (p.x - r.x)) lowerHull.pop();\n else break;\n }\n lowerHull.push(p);\n }\n lowerHull.pop();\n if (upperHull.length === 1 && lowerHull.length === 1 && upperHull[0].x === lowerHull[0].x && upperHull[0].y === lowerHull[0].y) {\n return upperHull;\n } else {\n return upperHull.concat(lowerHull);\n }\n}\nvar Provider = TooltipProvider;\nvar Root3 = Tooltip;\nvar Trigger = TooltipTrigger;\nvar Portal = TooltipPortal;\nvar Content2 = TooltipContent;\nvar Arrow2 = TooltipArrow;\nexport {\n Arrow2 as Arrow,\n Content2 as Content,\n Portal,\n Provider,\n Root3 as Root,\n Tooltip,\n TooltipArrow,\n TooltipContent,\n TooltipPortal,\n TooltipProvider,\n TooltipTrigger,\n Trigger,\n createTooltipScope\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["createTooltipContext","createContextScope","createPopperScope","usePopperScope","PROVIDER_NAME","DEFAULT_DELAY_DURATION","TOOLTIP_OPEN","TooltipProviderContextProvider","useTooltipProviderContext","TooltipProvider","props","__scopeTooltip","delayDuration","skipDelayDuration","disableHoverableContent","children","isOpenDelayedRef","React","isPointerInTransitRef","skipDelayTimerRef","skipDelayTimer","jsx","inTransit","TOOLTIP_NAME","TooltipContextProvider","useTooltipContext","Tooltip","openProp","defaultOpen","onOpenChange","disableHoverableContentProp","delayDurationProp","providerContext","popperScope","trigger","setTrigger","contentId","useId","openTimerRef","wasOpenDelayedRef","open","setOpen","useControllableState","open2","stateAttribute","handleOpen","handleClose","handleDelayedOpen","PopperPrimitive.Root","TRIGGER_NAME","TooltipTrigger","forwardedRef","triggerProps","context","ref","composedRefs","useComposedRefs","isPointerDownRef","hasPointerMoveOpenedRef","handlePointerUp","PopperPrimitive.Anchor","Primitive","composeEventHandlers","event","PORTAL_NAME","PortalProvider","usePortalContext","TooltipPortal","forceMount","container","Presence","PortalPrimitive","CONTENT_NAME","TooltipContent","portalContext","side","contentProps","TooltipContentImpl","TooltipContentHoverable","pointerGraceArea","setPointerGraceArea","onClose","content","onPointerInTransitChange","handleRemoveGraceArea","handleCreateGraceArea","hoverTarget","currentTarget","exitPoint","exitSide","getExitSideFromRect","paddedExitPoints","getPaddedExitPoints","hoverTargetPoints","getPointsFromRect","graceArea","getHull","handleTriggerLeave","handleContentLeave","handleTrackPointerGrace","target","pointerPosition","hasEnteredTarget","isPointerOutsideGraceArea","isPointInPolygon","VisuallyHiddenContentContextProvider","useVisuallyHiddenContentContext","Slottable","createSlottable","ariaLabel","onEscapeKeyDown","onPointerDownOutside","handleScroll","DismissableLayer","jsxs","PopperPrimitive.Content","VisuallyHiddenPrimitive.Root","ARROW_NAME","TooltipArrow","arrowProps","PopperPrimitive.Arrow","point","rect","top","bottom","right","left","padding","polygon","x","y","inside","i","j","ii","jj","xi","yi","xj","yj","points","newPoints","a","b","getHullPresorted","upperHull","p","q","r","lowerHull","Provider","Root3","Trigger","Portal","Content2","Arrow2"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.cjs.js","sources":["../../../../../../../../node_modules/.pnpm/@radix-ui+react-use-callback-ref@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs"],"sourcesContent":["// packages/react/use-callback-ref/src/use-callback-ref.tsx\nimport * as React from \"react\";\nfunction useCallbackRef(callback) {\n const callbackRef = React.useRef(callback);\n React.useEffect(() => {\n callbackRef.current = callback;\n });\n return React.useMemo(() => (...args) => callbackRef.current?.(...args), []);\n}\nexport {\n useCallbackRef\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["useCallbackRef","callback","callbackRef","React","args"],"mappings":"mYAEA,SAASA,EAAeC,EAAU,CAChC,MAAMC,EAAcC,EAAM,OAAOF,CAAQ,EACzCE,OAAAA,EAAM,UAAU,IAAM,CACpBD,EAAY,QAAUD,CACxB,CAAC,EACME,EAAM,QAAQ,IAAM,IAAIC,IAASF,EAAY,UAAU,GAAGE,CAAI,EAAG,EAAE,CAC5E","x_google_ignoreList":[0]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.
|
|
1
|
+
{"version":3,"file":"index.es.js","sources":["../../../../../../../../node_modules/.pnpm/@radix-ui+react-use-callback-ref@1.1.1_@types+react@19.2.14_react@19.2.4/node_modules/@radix-ui/react-use-callback-ref/dist/index.mjs"],"sourcesContent":["// packages/react/use-callback-ref/src/use-callback-ref.tsx\nimport * as React from \"react\";\nfunction useCallbackRef(callback) {\n const callbackRef = React.useRef(callback);\n React.useEffect(() => {\n callbackRef.current = callback;\n });\n return React.useMemo(() => (...args) => callbackRef.current?.(...args), []);\n}\nexport {\n useCallbackRef\n};\n//# sourceMappingURL=index.mjs.map\n"],"names":["useCallbackRef","callback","callbackRef","React","args"],"mappings":";AAEA,SAASA,EAAeC,GAAU;AAChC,QAAMC,IAAcC,EAAM,OAAOF,CAAQ;AACzC,SAAAE,EAAM,UAAU,MAAM;AACpB,IAAAD,EAAY,UAAUD;AAAA,EACxB,CAAC,GACME,EAAM,QAAQ,MAAM,IAAIC,MAASF,EAAY,UAAU,GAAGE,CAAI,GAAG,EAAE;AAC5E;","x_google_ignoreList":[0]}
|