@sparrowengg/integrations-templates-frontend 1.2.5 → 1.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/_virtual/index10.js +2 -2
- package/dist/cjs/_virtual/index7.js +2 -2
- package/dist/cjs/authentication/constants/index.js +10 -0
- package/dist/cjs/authentication/constants/index.js.map +1 -0
- package/dist/cjs/authentication/index.js +40 -47
- package/dist/cjs/authentication/index.js.map +1 -1
- package/dist/cjs/commons/components/theme-wrapper.js +24 -0
- package/dist/cjs/commons/components/theme-wrapper.js.map +1 -0
- package/dist/cjs/contact-import/components/contact-import-mapping.js +6 -4
- package/dist/cjs/contact-import/components/contact-import-mapping.js.map +1 -1
- package/dist/cjs/contact-import/index.js +34 -52
- package/dist/cjs/contact-import/index.js.map +1 -1
- package/dist/cjs/integration-template/index.js +1 -1
- package/dist/cjs/integration-template/index.js.map +1 -1
- package/dist/cjs/mapping/components/custom-date-menu.js +2 -2
- package/dist/cjs/mapping/components/custom-date-menu.js.map +1 -1
- package/dist/cjs/node_modules/@internationalized/date/dist/CalendarDate.js +156 -0
- package/dist/cjs/node_modules/@internationalized/date/dist/CalendarDate.js.map +1 -0
- package/dist/cjs/node_modules/@internationalized/date/dist/GregorianCalendar.js +139 -0
- package/dist/cjs/node_modules/@internationalized/date/dist/GregorianCalendar.js.map +1 -0
- package/dist/cjs/node_modules/@internationalized/date/dist/conversion.js +159 -0
- package/dist/cjs/node_modules/@internationalized/date/dist/conversion.js.map +1 -0
- package/dist/cjs/node_modules/@internationalized/date/dist/manipulation.js +229 -0
- package/dist/cjs/node_modules/@internationalized/date/dist/manipulation.js.map +1 -0
- package/dist/cjs/node_modules/@internationalized/date/dist/queries.js +22 -0
- package/dist/cjs/node_modules/@internationalized/date/dist/queries.js.map +1 -0
- package/dist/cjs/node_modules/@internationalized/date/dist/string.js +36 -0
- package/dist/cjs/node_modules/@internationalized/date/dist/string.js.map +1 -0
- package/dist/cjs/node_modules/@internationalized/date/dist/utils.js +19 -0
- package/dist/cjs/node_modules/@internationalized/date/dist/utils.js.map +1 -0
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/calendar/calendar-utils.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/checkbox/checkbox.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialog.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/dropdown/dropdown.js +18 -18
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/dropdown/dropdown.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/form-label/form-label.js +2 -2
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/form-label/form-label.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/primitive/dist/index.js +9 -6
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/primitive/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-arrow/dist/index.js +40 -15
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-arrow/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-checkbox/dist/index.js +156 -138
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-checkbox/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-collection/dist/index.js +60 -85
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-collection/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-compose-refs/dist/index.js +32 -21
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-context/dist/index.js +91 -92
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-context/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dialog/dist/index.js +326 -247
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dialog/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-direction/dist/index.js +26 -5
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-direction/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +201 -207
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dropdown-menu/dist/index.js +303 -0
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dropdown-menu/dist/index.js.map +1 -0
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-focus-guards/dist/index.js +40 -24
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-focus-scope/dist/index.js +205 -258
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-id/dist/index.js +23 -26
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-id/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-label/dist/index.js +47 -0
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-label/dist/index.js.map +1 -0
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-menu/dist/index.js +847 -0
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-menu/dist/index.js.map +1 -0
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-popover/dist/index.js +298 -255
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-popover/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-popper/dist/index.js +279 -265
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-popper/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-portal/dist/index.js +31 -9
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-portal/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-presence/dist/index.js +125 -116
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-presence/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-primitive/dist/index.js +54 -80
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-radio-group/dist/index.js +273 -225
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-radio-group/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-roving-focus/dist/index.js +211 -208
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-roving-focus/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-slot/dist/index.js +88 -69
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-switch/dist/index.js +140 -111
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-switch/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-tabs/dist/index.js +186 -137
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-tabs/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-tooltip/dist/index.js +480 -526
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-tooltip/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +27 -14
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +58 -40
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +32 -16
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +24 -9
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-previous/dist/index.js +30 -17
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-previous/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-size/dist/index.js +54 -46
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-size/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-visually-hidden/dist/index.js +48 -20
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-visually-hidden/dist/index.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/Combination.js +2 -2
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +15 -4
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/UI.js +2 -2
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/UI.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +12 -4
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/component.js +26 -4
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/popover/popover.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/radio/radio.js +25 -5
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/radio/radio.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/switch/switch.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/table/table.js +14 -9
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/table/table.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/tabs/tabs.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/theme-provider/theme-provider.js +12 -4
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/theme-provider/theme-provider.js.map +1 -1
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/tooltip/tooltip.js +2 -2
- package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/tooltip/tooltip.js.map +1 -1
- package/dist/cjs/node_modules/@swc/helpers/esm/_check_private_redeclaration.js +0 -1
- package/dist/cjs/node_modules/@swc/helpers/esm/_check_private_redeclaration.js.map +1 -1
- package/dist/cjs/node_modules/@swc/helpers/esm/_class_private_field_init.js +1 -2
- package/dist/cjs/node_modules/@swc/helpers/esm/_class_private_field_init.js.map +1 -1
- package/dist/cjs/node_modules/domhandler/lib/index.js +176 -0
- package/dist/cjs/node_modules/domhandler/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/domhandler/lib/node.js +485 -0
- package/dist/cjs/node_modules/domhandler/lib/node.js.map +1 -0
- package/dist/cjs/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js +1 -1
- package/dist/cjs/node_modules/html-dom-parser/lib/server/html-to-dom.js +3 -3
- package/dist/cjs/node_modules/html-react-parser/lib/index.js +1 -1
- package/dist/cjs/node_modules/htmlparser2/lib/Parser.js +531 -0
- package/dist/cjs/node_modules/htmlparser2/lib/Parser.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/lib/Tokenizer.js +789 -0
- package/dist/cjs/node_modules/htmlparser2/lib/Tokenizer.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/lib/index.js +131 -0
- package/dist/cjs/node_modules/htmlparser2/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/dom-serializer/lib/foreignNames.js +111 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/dom-serializer/lib/foreignNames.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/dom-serializer/lib/index.js +240 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/dom-serializer/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/feeds.js +202 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/feeds.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/helpers.js +150 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/helpers.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/index.js +56 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/legacy.js +164 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/legacy.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/manipulation.js +150 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/manipulation.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/querying.js +168 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/querying.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/stringify.js +106 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/stringify.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/traversal.js +135 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/traversal.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/decode.js +549 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/decode.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/decode_codepoint.js +82 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/decode_codepoint.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/encode.js +89 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/encode.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/escape.js +128 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/escape.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-html.js +12 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-html.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-xml.js +12 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-xml.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/generated/encode-html.js +15 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/generated/encode-html.js.map +1 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/index.js +138 -0
- package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/index.js.map +1 -0
- package/dist/cjs/node_modules/react-is/index.js +1 -1
- package/dist/cjs/node_modules/style-to-js/cjs/index.js +1 -1
- package/dist/cjs/node_modules/style-to-object/cjs/index.js +1 -1
- package/dist/es/_virtual/index10.js +2 -2
- package/dist/es/_virtual/index7.js +2 -2
- package/dist/es/authentication/constants/index.js +8 -0
- package/dist/es/authentication/constants/index.js.map +1 -0
- package/dist/es/authentication/index.js +40 -47
- package/dist/es/authentication/index.js.map +1 -1
- package/dist/es/commons/components/theme-wrapper.js +20 -0
- package/dist/es/commons/components/theme-wrapper.js.map +1 -0
- package/dist/es/contact-import/components/contact-import-mapping.js +6 -4
- package/dist/es/contact-import/components/contact-import-mapping.js.map +1 -1
- package/dist/es/contact-import/index.js +34 -52
- package/dist/es/contact-import/index.js.map +1 -1
- package/dist/es/integration-template/index.js +1 -1
- package/dist/es/integration-template/index.js.map +1 -1
- package/dist/es/mapping/components/custom-date-menu.js +1 -1
- package/dist/es/node_modules/@internationalized/date/dist/CalendarDate.js +153 -0
- package/dist/es/node_modules/@internationalized/date/dist/CalendarDate.js.map +1 -0
- package/dist/es/node_modules/@internationalized/date/dist/GregorianCalendar.js +133 -0
- package/dist/es/node_modules/@internationalized/date/dist/GregorianCalendar.js.map +1 -0
- package/dist/es/node_modules/@internationalized/date/dist/conversion.js +152 -0
- package/dist/es/node_modules/@internationalized/date/dist/conversion.js.map +1 -0
- package/dist/es/node_modules/@internationalized/date/dist/manipulation.js +219 -0
- package/dist/es/node_modules/@internationalized/date/dist/manipulation.js.map +1 -0
- package/dist/es/node_modules/@internationalized/date/dist/queries.js +18 -0
- package/dist/es/node_modules/@internationalized/date/dist/queries.js.map +1 -0
- package/dist/es/node_modules/@internationalized/date/dist/string.js +31 -0
- package/dist/es/node_modules/@internationalized/date/dist/string.js.map +1 -0
- package/dist/es/node_modules/@internationalized/date/dist/utils.js +17 -0
- package/dist/es/node_modules/@internationalized/date/dist/utils.js.map +1 -0
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/calendar/calendar-utils.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/checkbox/checkbox.js +3 -3
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/checkbox/checkbox.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialog.js +7 -7
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialog.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/dropdown/dropdown.js +18 -18
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/dropdown/dropdown.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/form-label/form-label.js +2 -2
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/form-label/form-label.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/primitive/dist/index.js +9 -6
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/primitive/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-arrow/dist/index.js +22 -16
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-arrow/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-checkbox/dist/index.js +143 -144
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-checkbox/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-collection/dist/index.js +63 -88
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-collection/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-compose-refs/dist/index.js +13 -21
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-context/dist/index.js +72 -93
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-context/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dialog/dist/index.js +298 -241
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dialog/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-direction/dist/index.js +8 -6
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-direction/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +189 -215
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dropdown-menu/dist/index.js +254 -0
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dropdown-menu/dist/index.js.map +1 -0
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-focus-guards/dist/index.js +22 -25
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-focus-scope/dist/index.js +190 -262
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-id/dist/index.js +11 -14
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-id/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-label/dist/index.js +25 -0
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-label/dist/index.js.map +1 -0
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-menu/dist/index.js +796 -0
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-menu/dist/index.js.map +1 -0
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-popover/dist/index.js +268 -244
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-popover/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-popper/dist/index.js +257 -262
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-popper/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-portal/dist/index.js +13 -10
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-portal/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-presence/dist/index.js +110 -121
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-presence/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-primitive/dist/index.js +37 -83
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-radio-group/dist/index.js +250 -221
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-radio-group/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-roving-focus/dist/index.js +200 -216
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-roving-focus/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-slot/dist/index.js +71 -71
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-switch/dist/index.js +126 -116
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-switch/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-tabs/dist/index.js +171 -141
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-tabs/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-tooltip/dist/index.js +453 -518
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-tooltip/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +9 -15
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +42 -43
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +15 -18
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +5 -9
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-previous/dist/index.js +12 -18
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-previous/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-size/dist/index.js +37 -48
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-size/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-visually-hidden/dist/index.js +30 -21
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-visually-hidden/dist/index.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/Combination.js +5 -5
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +15 -4
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/UI.js +2 -2
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/UI.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +12 -4
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/component.js +25 -5
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/popover/popover.js +5 -5
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/popover/popover.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/radio/radio.js +29 -9
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/radio/radio.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/switch/switch.js +3 -3
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/switch/switch.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/table/table.js +14 -9
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/table/table.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/tabs/tabs.js +5 -5
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/tabs/tabs.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/theme-provider/theme-provider.js +13 -5
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/theme-provider/theme-provider.js.map +1 -1
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/tooltip/tooltip.js +8 -8
- package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/tooltip/tooltip.js.map +1 -1
- package/dist/es/node_modules/@swc/helpers/esm/_check_private_redeclaration.js +1 -1
- package/dist/es/node_modules/@swc/helpers/esm/_check_private_redeclaration.js.map +1 -1
- package/dist/es/node_modules/@swc/helpers/esm/_class_private_field_init.js +2 -2
- package/dist/es/node_modules/@swc/helpers/esm/_class_private_field_init.js.map +1 -1
- package/dist/es/node_modules/domhandler/lib/index.js +174 -0
- package/dist/es/node_modules/domhandler/lib/index.js.map +1 -0
- package/dist/es/node_modules/domhandler/lib/node.js +481 -0
- package/dist/es/node_modules/domhandler/lib/node.js.map +1 -0
- package/dist/es/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js +1 -1
- package/dist/es/node_modules/html-dom-parser/lib/server/html-to-dom.js +3 -3
- package/dist/es/node_modules/html-react-parser/lib/index.js +1 -1
- package/dist/es/node_modules/htmlparser2/lib/Parser.js +527 -0
- package/dist/es/node_modules/htmlparser2/lib/Parser.js.map +1 -0
- package/dist/es/node_modules/htmlparser2/lib/Tokenizer.js +787 -0
- package/dist/es/node_modules/htmlparser2/lib/Tokenizer.js.map +1 -0
- package/dist/es/node_modules/htmlparser2/lib/index.js +129 -0
- package/dist/es/node_modules/htmlparser2/lib/index.js.map +1 -0
- package/dist/es/node_modules/htmlparser2/node_modules/dom-serializer/lib/foreignNames.js +107 -0
- package/dist/es/node_modules/htmlparser2/node_modules/dom-serializer/lib/foreignNames.js.map +1 -0
- package/dist/es/node_modules/htmlparser2/node_modules/dom-serializer/lib/index.js +238 -0
- package/dist/es/node_modules/htmlparser2/node_modules/dom-serializer/lib/index.js.map +1 -0
- package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/feeds.js +198 -0
- package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/feeds.js.map +1 -0
- package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/helpers.js +148 -0
- package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/helpers.js.map +1 -0
- package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/index.js +54 -0
- package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/index.js.map +1 -0
- package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/legacy.js +160 -0
- package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/legacy.js.map +1 -0
- package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/manipulation.js +146 -0
- package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/manipulation.js.map +1 -0
- package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/querying.js +164 -0
- package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/querying.js.map +1 -0
- package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/stringify.js +102 -0
- package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/stringify.js.map +1 -0
- package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/traversal.js +131 -0
- package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/traversal.js.map +1 -0
- package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/decode.js +547 -0
- package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/decode.js.map +1 -0
- package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/decode_codepoint.js +80 -0
- package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/decode_codepoint.js.map +1 -0
- package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/encode.js +85 -0
- package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/encode.js.map +1 -0
- package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/escape.js +126 -0
- package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/escape.js.map +1 -0
- package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-html.js +10 -0
- package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-html.js.map +1 -0
- package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-xml.js +10 -0
- package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-xml.js.map +1 -0
- package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/generated/encode-html.js +13 -0
- package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/generated/encode-html.js.map +1 -0
- package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/index.js +136 -0
- package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/index.js.map +1 -0
- package/dist/es/node_modules/react-is/index.js +1 -1
- package/dist/es/node_modules/style-to-js/cjs/index.js +1 -1
- package/dist/es/node_modules/style-to-object/cjs/index.js +1 -1
- package/dist/index.d.ts +44 -12
- package/package.json +2 -2
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../../../../../../../../../node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-tooltip/dist/index.js"],"sourcesContent":["import _extends from '../../../@babel/runtime/helpers/esm/extends.js';\nimport { forwardRef, createElement, useRef, useState, useCallback, useEffect, useMemo } from 'react';\nimport { composeEventHandlers as $e42e1063c40fb3ef$export$b9ecd428b558ff10 } from '../../primitive/dist/index.js';\nimport { useComposedRefs as $6ed0406888f73fc4$export$c7b2cbe3552a0d05 } from '../../react-compose-refs/dist/index.js';\nimport { createContextScope as $c512c27ab02ef895$export$50c7b4e9d9f19c1 } from '../../react-context/dist/index.js';\nimport { DismissableLayer as $5cb92bef7577960e$export$177fb62ff3ec1f22 } from '../../react-dismissable-layer/dist/index.js';\nimport { useId as $1746a345f3d73bb7$export$f680877a34711e37 } from '../../react-id/dist/index.js';\nimport { createPopperScope as $cf1ac5d9fe0e8206$export$722aac194ae923, Content as $cf1ac5d9fe0e8206$export$7c6e2c02157bb7d2, Arrow as $cf1ac5d9fe0e8206$export$21b07c8f274aebd5, Root as $cf1ac5d9fe0e8206$export$be92b6f5f03c0fe9, Anchor as $cf1ac5d9fe0e8206$export$b688253958b8dfe7 } from '../../react-popper/dist/index.js';\nimport { Portal as $f1701beae083dbae$export$602eac185826482c } from '../../react-portal/dist/index.js';\nimport { Presence as $921a889cee6df7e8$export$99c2b779aa4e8b8b } from '../../react-presence/dist/index.js';\nimport { Primitive as $8927f6f2acc4f386$export$250ffa63cdc0d034 } from '../../react-primitive/dist/index.js';\nimport { Slottable as $5e63c961fc1ce211$export$d9f1ccf0bdb05d45 } from '../../react-slot/dist/index.js';\nimport { useControllableState as $71cd76cc60e0454e$export$6f32135080cb4c3 } from '../../react-use-controllable-state/dist/index.js';\nimport { Root as $ea1ef594cf570d83$export$be92b6f5f03c0fe9 } from '../../react-visually-hidden/dist/index.js';\n\nconst [$a093c7e1ec25a057$var$createTooltipContext, $a093c7e1ec25a057$export$1c540a2224f0d865] = $c512c27ab02ef895$export$50c7b4e9d9f19c1('Tooltip', [\n $cf1ac5d9fe0e8206$export$722aac194ae923\n]);\nconst $a093c7e1ec25a057$var$usePopperScope = $cf1ac5d9fe0e8206$export$722aac194ae923();\n/* -------------------------------------------------------------------------------------------------\n * TooltipProvider\n * -----------------------------------------------------------------------------------------------*/ const $a093c7e1ec25a057$var$PROVIDER_NAME = 'TooltipProvider';\nconst $a093c7e1ec25a057$var$DEFAULT_DELAY_DURATION = 700;\nconst $a093c7e1ec25a057$var$TOOLTIP_OPEN = 'tooltip.open';\nconst [$a093c7e1ec25a057$var$TooltipProviderContextProvider, $a093c7e1ec25a057$var$useTooltipProviderContext] = $a093c7e1ec25a057$var$createTooltipContext($a093c7e1ec25a057$var$PROVIDER_NAME);\nconst $a093c7e1ec25a057$export$f78649fb9ca566b8 = (props)=>{\n const { __scopeTooltip: __scopeTooltip , delayDuration: delayDuration = $a093c7e1ec25a057$var$DEFAULT_DELAY_DURATION , skipDelayDuration: skipDelayDuration = 300 , disableHoverableContent: disableHoverableContent = false , children: children } = props;\n const [isOpenDelayed, setIsOpenDelayed] = useState(true);\n const isPointerInTransitRef = useRef(false);\n const skipDelayTimerRef = useRef(0);\n useEffect(()=>{\n const skipDelayTimer = skipDelayTimerRef.current;\n return ()=>window.clearTimeout(skipDelayTimer)\n ;\n }, []);\n return /*#__PURE__*/ createElement($a093c7e1ec25a057$var$TooltipProviderContextProvider, {\n scope: __scopeTooltip,\n isOpenDelayed: isOpenDelayed,\n delayDuration: delayDuration,\n onOpen: useCallback(()=>{\n window.clearTimeout(skipDelayTimerRef.current);\n setIsOpenDelayed(false);\n }, []),\n onClose: useCallback(()=>{\n window.clearTimeout(skipDelayTimerRef.current);\n skipDelayTimerRef.current = window.setTimeout(()=>setIsOpenDelayed(true)\n , skipDelayDuration);\n }, [\n skipDelayDuration\n ]),\n isPointerInTransitRef: isPointerInTransitRef,\n onPointerInTransitChange: useCallback((inTransit)=>{\n isPointerInTransitRef.current = inTransit;\n }, []),\n disableHoverableContent: disableHoverableContent\n }, children);\n};\n/* -------------------------------------------------------------------------------------------------\n * Tooltip\n * -----------------------------------------------------------------------------------------------*/ const $a093c7e1ec25a057$var$TOOLTIP_NAME = 'Tooltip';\nconst [$a093c7e1ec25a057$var$TooltipContextProvider, $a093c7e1ec25a057$var$useTooltipContext] = $a093c7e1ec25a057$var$createTooltipContext($a093c7e1ec25a057$var$TOOLTIP_NAME);\nconst $a093c7e1ec25a057$export$28c660c63b792dea = (props)=>{\n const { __scopeTooltip: __scopeTooltip , children: children , open: openProp , defaultOpen: defaultOpen = false , onOpenChange: onOpenChange , disableHoverableContent: disableHoverableContentProp , delayDuration: delayDurationProp } = props;\n const providerContext = $a093c7e1ec25a057$var$useTooltipProviderContext($a093c7e1ec25a057$var$TOOLTIP_NAME, props.__scopeTooltip);\n const popperScope = $a093c7e1ec25a057$var$usePopperScope(__scopeTooltip);\n const [trigger, setTrigger] = useState(null);\n const contentId = $1746a345f3d73bb7$export$f680877a34711e37();\n const openTimerRef = useRef(0);\n const disableHoverableContent = disableHoverableContentProp !== null && disableHoverableContentProp !== void 0 ? disableHoverableContentProp : providerContext.disableHoverableContent;\n const delayDuration = delayDurationProp !== null && delayDurationProp !== void 0 ? delayDurationProp : providerContext.delayDuration;\n const wasOpenDelayedRef = useRef(false);\n const [open1 = false, setOpen] = $71cd76cc60e0454e$export$6f32135080cb4c3({\n prop: openProp,\n defaultProp: defaultOpen,\n onChange: (open)=>{\n if (open) {\n providerContext.onOpen(); // as `onChange` is called within a lifecycle method we\n // avoid dispatching via `dispatchDiscreteCustomEvent`.\n document.dispatchEvent(new CustomEvent($a093c7e1ec25a057$var$TOOLTIP_OPEN));\n } else providerContext.onClose();\n onOpenChange === null || onOpenChange === void 0 || onOpenChange(open);\n }\n });\n const stateAttribute = useMemo(()=>{\n return open1 ? wasOpenDelayedRef.current ? 'delayed-open' : 'instant-open' : 'closed';\n }, [\n open1\n ]);\n const handleOpen = useCallback(()=>{\n window.clearTimeout(openTimerRef.current);\n wasOpenDelayedRef.current = false;\n setOpen(true);\n }, [\n setOpen\n ]);\n const handleClose = useCallback(()=>{\n window.clearTimeout(openTimerRef.current);\n setOpen(false);\n }, [\n setOpen\n ]);\n const handleDelayedOpen = useCallback(()=>{\n window.clearTimeout(openTimerRef.current);\n openTimerRef.current = window.setTimeout(()=>{\n wasOpenDelayedRef.current = true;\n setOpen(true);\n }, delayDuration);\n }, [\n delayDuration,\n setOpen\n ]);\n useEffect(()=>{\n return ()=>window.clearTimeout(openTimerRef.current)\n ;\n }, []);\n return /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$be92b6f5f03c0fe9, popperScope, /*#__PURE__*/ createElement($a093c7e1ec25a057$var$TooltipContextProvider, {\n scope: __scopeTooltip,\n contentId: contentId,\n open: open1,\n stateAttribute: stateAttribute,\n trigger: trigger,\n onTriggerChange: setTrigger,\n onTriggerEnter: useCallback(()=>{\n if (providerContext.isOpenDelayed) handleDelayedOpen();\n else handleOpen();\n }, [\n providerContext.isOpenDelayed,\n handleDelayedOpen,\n handleOpen\n ]),\n onTriggerLeave: useCallback(()=>{\n if (disableHoverableContent) handleClose();\n else // Clear the timer in case the pointer leaves the trigger before the tooltip is opened.\n window.clearTimeout(openTimerRef.current);\n }, [\n handleClose,\n disableHoverableContent\n ]),\n onOpen: handleOpen,\n onClose: handleClose,\n disableHoverableContent: disableHoverableContent\n }, children));\n};\n/* -------------------------------------------------------------------------------------------------\n * TooltipTrigger\n * -----------------------------------------------------------------------------------------------*/ const $a093c7e1ec25a057$var$TRIGGER_NAME = 'TooltipTrigger';\nconst $a093c7e1ec25a057$export$8c610744efcf8a1d = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{\n const { __scopeTooltip: __scopeTooltip , ...triggerProps } = props;\n const context = $a093c7e1ec25a057$var$useTooltipContext($a093c7e1ec25a057$var$TRIGGER_NAME, __scopeTooltip);\n const providerContext = $a093c7e1ec25a057$var$useTooltipProviderContext($a093c7e1ec25a057$var$TRIGGER_NAME, __scopeTooltip);\n const popperScope = $a093c7e1ec25a057$var$usePopperScope(__scopeTooltip);\n const ref = useRef(null);\n const composedRefs = $6ed0406888f73fc4$export$c7b2cbe3552a0d05(forwardedRef, ref, context.onTriggerChange);\n const isPointerDownRef = useRef(false);\n const hasPointerMoveOpenedRef = useRef(false);\n const handlePointerUp = useCallback(()=>isPointerDownRef.current = false\n , []);\n useEffect(()=>{\n return ()=>document.removeEventListener('pointerup', handlePointerUp)\n ;\n }, [\n handlePointerUp\n ]);\n return /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$b688253958b8dfe7, _extends({\n asChild: true\n }, popperScope), /*#__PURE__*/ createElement($8927f6f2acc4f386$export$250ffa63cdc0d034.button, _extends({\n // We purposefully avoid adding `type=button` here because tooltip triggers are also\n // commonly anchors and the anchor `type` attribute signifies MIME type.\n \"aria-describedby\": context.open ? context.contentId : undefined,\n \"data-state\": context.stateAttribute\n }, triggerProps, {\n ref: composedRefs,\n onPointerMove: $e42e1063c40fb3ef$export$b9ecd428b558ff10(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: $e42e1063c40fb3ef$export$b9ecd428b558ff10(props.onPointerLeave, ()=>{\n context.onTriggerLeave();\n hasPointerMoveOpenedRef.current = false;\n }),\n onPointerDown: $e42e1063c40fb3ef$export$b9ecd428b558ff10(props.onPointerDown, ()=>{\n isPointerDownRef.current = true;\n document.addEventListener('pointerup', handlePointerUp, {\n once: true\n });\n }),\n onFocus: $e42e1063c40fb3ef$export$b9ecd428b558ff10(props.onFocus, ()=>{\n if (!isPointerDownRef.current) context.onOpen();\n }),\n onBlur: $e42e1063c40fb3ef$export$b9ecd428b558ff10(props.onBlur, context.onClose),\n onClick: $e42e1063c40fb3ef$export$b9ecd428b558ff10(props.onClick, context.onClose)\n })));\n});\n/* -------------------------------------------------------------------------------------------------\n * TooltipPortal\n * -----------------------------------------------------------------------------------------------*/ const $a093c7e1ec25a057$var$PORTAL_NAME = 'TooltipPortal';\nconst [$a093c7e1ec25a057$var$PortalProvider, $a093c7e1ec25a057$var$usePortalContext] = $a093c7e1ec25a057$var$createTooltipContext($a093c7e1ec25a057$var$PORTAL_NAME, {\n forceMount: undefined\n});\nconst $a093c7e1ec25a057$export$7b36b8f925ab7497 = (props)=>{\n const { __scopeTooltip: __scopeTooltip , forceMount: forceMount , children: children , container: container } = props;\n const context = $a093c7e1ec25a057$var$useTooltipContext($a093c7e1ec25a057$var$PORTAL_NAME, __scopeTooltip);\n return /*#__PURE__*/ createElement($a093c7e1ec25a057$var$PortalProvider, {\n scope: __scopeTooltip,\n forceMount: forceMount\n }, /*#__PURE__*/ createElement($921a889cee6df7e8$export$99c2b779aa4e8b8b, {\n present: forceMount || context.open\n }, /*#__PURE__*/ createElement($f1701beae083dbae$export$602eac185826482c, {\n asChild: true,\n container: container\n }, children)));\n};\n/* -------------------------------------------------------------------------------------------------\n * TooltipContent\n * -----------------------------------------------------------------------------------------------*/ const $a093c7e1ec25a057$var$CONTENT_NAME = 'TooltipContent';\nconst $a093c7e1ec25a057$export$e9003e2be37ec060 = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{\n const portalContext = $a093c7e1ec25a057$var$usePortalContext($a093c7e1ec25a057$var$CONTENT_NAME, props.__scopeTooltip);\n const { forceMount: forceMount = portalContext.forceMount , side: side = 'top' , ...contentProps } = props;\n const context = $a093c7e1ec25a057$var$useTooltipContext($a093c7e1ec25a057$var$CONTENT_NAME, props.__scopeTooltip);\n return /*#__PURE__*/ createElement($921a889cee6df7e8$export$99c2b779aa4e8b8b, {\n present: forceMount || context.open\n }, context.disableHoverableContent ? /*#__PURE__*/ createElement($a093c7e1ec25a057$var$TooltipContentImpl, _extends({\n side: side\n }, contentProps, {\n ref: forwardedRef\n })) : /*#__PURE__*/ createElement($a093c7e1ec25a057$var$TooltipContentHoverable, _extends({\n side: side\n }, contentProps, {\n ref: forwardedRef\n })));\n});\nconst $a093c7e1ec25a057$var$TooltipContentHoverable = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{\n const context = $a093c7e1ec25a057$var$useTooltipContext($a093c7e1ec25a057$var$CONTENT_NAME, props.__scopeTooltip);\n const providerContext = $a093c7e1ec25a057$var$useTooltipProviderContext($a093c7e1ec25a057$var$CONTENT_NAME, props.__scopeTooltip);\n const ref = useRef(null);\n const composedRefs = $6ed0406888f73fc4$export$c7b2cbe3552a0d05(forwardedRef, ref);\n const [pointerGraceArea, setPointerGraceArea] = useState(null);\n const { trigger: trigger , onClose: onClose } = context;\n const content = ref.current;\n const { onPointerInTransitChange: onPointerInTransitChange } = providerContext;\n const handleRemoveGraceArea = useCallback(()=>{\n setPointerGraceArea(null);\n onPointerInTransitChange(false);\n }, [\n onPointerInTransitChange\n ]);\n const handleCreateGraceArea = useCallback((event, hoverTarget)=>{\n const currentTarget = event.currentTarget;\n const exitPoint = {\n x: event.clientX,\n y: event.clientY\n };\n const exitSide = $a093c7e1ec25a057$var$getExitSideFromRect(exitPoint, currentTarget.getBoundingClientRect());\n const paddedExitPoints = $a093c7e1ec25a057$var$getPaddedExitPoints(exitPoint, exitSide);\n const hoverTargetPoints = $a093c7e1ec25a057$var$getPointsFromRect(hoverTarget.getBoundingClientRect());\n const graceArea = $a093c7e1ec25a057$var$getHull([\n ...paddedExitPoints,\n ...hoverTargetPoints\n ]);\n setPointerGraceArea(graceArea);\n onPointerInTransitChange(true);\n }, [\n onPointerInTransitChange\n ]);\n useEffect(()=>{\n return ()=>handleRemoveGraceArea()\n ;\n }, [\n handleRemoveGraceArea\n ]);\n useEffect(()=>{\n if (trigger && content) {\n const handleTriggerLeave = (event)=>handleCreateGraceArea(event, content)\n ;\n const handleContentLeave = (event)=>handleCreateGraceArea(event, trigger)\n ;\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 }, [\n trigger,\n content,\n handleCreateGraceArea,\n handleRemoveGraceArea\n ]);\n useEffect(()=>{\n if (pointerGraceArea) {\n const handleTrackPointerGrace = (event)=>{\n const target = event.target;\n const pointerPosition = {\n x: event.clientX,\n y: event.clientY\n };\n const hasEnteredTarget = (trigger === null || trigger === void 0 ? void 0 : trigger.contains(target)) || (content === null || content === void 0 ? void 0 : content.contains(target));\n const isPointerOutsideGraceArea = !$a093c7e1ec25a057$var$isPointInPolygon(pointerPosition, pointerGraceArea);\n if (hasEnteredTarget) handleRemoveGraceArea();\n else if (isPointerOutsideGraceArea) {\n handleRemoveGraceArea();\n onClose();\n }\n };\n document.addEventListener('pointermove', handleTrackPointerGrace);\n return ()=>document.removeEventListener('pointermove', handleTrackPointerGrace)\n ;\n }\n }, [\n trigger,\n content,\n pointerGraceArea,\n onClose,\n handleRemoveGraceArea\n ]);\n return /*#__PURE__*/ createElement($a093c7e1ec25a057$var$TooltipContentImpl, _extends({}, props, {\n ref: composedRefs\n }));\n});\nconst [$a093c7e1ec25a057$var$VisuallyHiddenContentContextProvider, $a093c7e1ec25a057$var$useVisuallyHiddenContentContext] = $a093c7e1ec25a057$var$createTooltipContext($a093c7e1ec25a057$var$TOOLTIP_NAME, {\n isInside: false\n});\nconst $a093c7e1ec25a057$var$TooltipContentImpl = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{\n const { __scopeTooltip: __scopeTooltip , children: children , 'aria-label': ariaLabel , onEscapeKeyDown: onEscapeKeyDown , onPointerDownOutside: onPointerDownOutside , ...contentProps } = props;\n const context = $a093c7e1ec25a057$var$useTooltipContext($a093c7e1ec25a057$var$CONTENT_NAME, __scopeTooltip);\n const popperScope = $a093c7e1ec25a057$var$usePopperScope(__scopeTooltip);\n const { onClose: onClose } = context; // Close this tooltip if another one opens\n useEffect(()=>{\n document.addEventListener($a093c7e1ec25a057$var$TOOLTIP_OPEN, onClose);\n return ()=>document.removeEventListener($a093c7e1ec25a057$var$TOOLTIP_OPEN, onClose)\n ;\n }, [\n onClose\n ]); // Close the tooltip if the trigger is scrolled\n useEffect(()=>{\n if (context.trigger) {\n const handleScroll = (event)=>{\n const target = event.target;\n if (target !== null && target !== void 0 && target.contains(context.trigger)) onClose();\n };\n window.addEventListener('scroll', handleScroll, {\n capture: true\n });\n return ()=>window.removeEventListener('scroll', handleScroll, {\n capture: true\n })\n ;\n }\n }, [\n context.trigger,\n onClose\n ]);\n return /*#__PURE__*/ createElement($5cb92bef7577960e$export$177fb62ff3ec1f22, {\n asChild: true,\n disableOutsidePointerEvents: false,\n onEscapeKeyDown: onEscapeKeyDown,\n onPointerDownOutside: onPointerDownOutside,\n onFocusOutside: (event)=>event.preventDefault()\n ,\n onDismiss: onClose\n }, /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$7c6e2c02157bb7d2, _extends({\n \"data-state\": context.stateAttribute\n }, popperScope, contentProps, {\n ref: forwardedRef,\n style: {\n ...contentProps.style,\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 }), /*#__PURE__*/ createElement($5e63c961fc1ce211$export$d9f1ccf0bdb05d45, null, children), /*#__PURE__*/ createElement($a093c7e1ec25a057$var$VisuallyHiddenContentContextProvider, {\n scope: __scopeTooltip,\n isInside: true\n }, /*#__PURE__*/ createElement($ea1ef594cf570d83$export$be92b6f5f03c0fe9, {\n id: context.contentId,\n role: \"tooltip\"\n }, ariaLabel || children))));\n});\n/* -------------------------------------------------------------------------------------------------\n * TooltipArrow\n * -----------------------------------------------------------------------------------------------*/ const $a093c7e1ec25a057$var$ARROW_NAME = 'TooltipArrow';\nconst $a093c7e1ec25a057$export$c27ee0ad710f7559 = /*#__PURE__*/ forwardRef((props, forwardedRef)=>{\n const { __scopeTooltip: __scopeTooltip , ...arrowProps } = props;\n const popperScope = $a093c7e1ec25a057$var$usePopperScope(__scopeTooltip);\n const visuallyHiddenContentContext = $a093c7e1ec25a057$var$useVisuallyHiddenContentContext($a093c7e1ec25a057$var$ARROW_NAME, __scopeTooltip); // if the arrow is inside the `VisuallyHidden`, we don't want to render it all to\n // prevent issues in positioning the arrow due to the duplicate\n return visuallyHiddenContentContext.isInside ? null : /*#__PURE__*/ createElement($cf1ac5d9fe0e8206$export$21b07c8f274aebd5, _extends({}, popperScope, arrowProps, {\n ref: forwardedRef\n }));\n});\n/* -----------------------------------------------------------------------------------------------*/ function $a093c7e1ec25a057$var$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 $a093c7e1ec25a057$var$getPaddedExitPoints(exitPoint, exitSide, padding = 5) {\n const paddedExitPoints = [];\n switch(exitSide){\n case 'top':\n paddedExitPoints.push({\n x: exitPoint.x - padding,\n y: exitPoint.y + padding\n }, {\n x: exitPoint.x + padding,\n y: exitPoint.y + padding\n });\n break;\n case 'bottom':\n paddedExitPoints.push({\n x: exitPoint.x - padding,\n y: exitPoint.y - padding\n }, {\n x: exitPoint.x + padding,\n y: exitPoint.y - padding\n });\n break;\n case 'left':\n paddedExitPoints.push({\n x: exitPoint.x + padding,\n y: exitPoint.y - padding\n }, {\n x: exitPoint.x + padding,\n y: exitPoint.y + padding\n });\n break;\n case 'right':\n paddedExitPoints.push({\n x: exitPoint.x - padding,\n y: exitPoint.y - padding\n }, {\n x: exitPoint.x - padding,\n y: exitPoint.y + padding\n });\n break;\n }\n return paddedExitPoints;\n}\nfunction $a093c7e1ec25a057$var$getPointsFromRect(rect) {\n const { top: top , right: right , bottom: bottom , left: left } = rect;\n return [\n {\n x: left,\n y: top\n },\n {\n x: right,\n y: top\n },\n {\n x: right,\n y: bottom\n },\n {\n x: left,\n y: bottom\n }\n ];\n} // Determine if a point is inside of a polygon.\n// Based on https://github.com/substack/point-in-polygon\nfunction $a093c7e1ec25a057$var$isPointInPolygon(point, polygon) {\n const { x: x , y: y } = point;\n let inside = false;\n for(let i = 0, j = polygon.length - 1; i < polygon.length; j = i++){\n const xi = polygon[i].x;\n const yi = polygon[i].y;\n const xj = polygon[j].x;\n const yj = polygon[j].y; // prettier-ignore\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} // Returns a new array of points representing the convex hull of the given set of points.\n// https://www.nayuki.io/page/convex-hull-algorithm\nfunction $a093c7e1ec25a057$var$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 $a093c7e1ec25a057$var$getHullPresorted(newPoints);\n} // Returns the convex hull, assuming that each points[i] <= points[i + 1]. Runs in O(n) time.\nfunction $a093c7e1ec25a057$var$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 i1 = points.length - 1; i1 >= 0; i1--){\n const p = points[i1];\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) return upperHull;\n else return upperHull.concat(lowerHull);\n}\nconst $a093c7e1ec25a057$export$2881499e37b75b9a = $a093c7e1ec25a057$export$f78649fb9ca566b8;\nconst $a093c7e1ec25a057$export$be92b6f5f03c0fe9 = $a093c7e1ec25a057$export$28c660c63b792dea;\nconst $a093c7e1ec25a057$export$41fb9f06171c75f4 = $a093c7e1ec25a057$export$8c610744efcf8a1d;\nconst $a093c7e1ec25a057$export$602eac185826482c = $a093c7e1ec25a057$export$7b36b8f925ab7497;\nconst $a093c7e1ec25a057$export$7c6e2c02157bb7d2 = $a093c7e1ec25a057$export$e9003e2be37ec060;\nconst $a093c7e1ec25a057$export$21b07c8f274aebd5 = $a093c7e1ec25a057$export$c27ee0ad710f7559;\n\nexport { $a093c7e1ec25a057$export$21b07c8f274aebd5 as Arrow, $a093c7e1ec25a057$export$7c6e2c02157bb7d2 as Content, $a093c7e1ec25a057$export$602eac185826482c as Portal, $a093c7e1ec25a057$export$2881499e37b75b9a as Provider, $a093c7e1ec25a057$export$be92b6f5f03c0fe9 as Root, $a093c7e1ec25a057$export$28c660c63b792dea as Tooltip, $a093c7e1ec25a057$export$c27ee0ad710f7559 as TooltipArrow, $a093c7e1ec25a057$export$e9003e2be37ec060 as TooltipContent, $a093c7e1ec25a057$export$7b36b8f925ab7497 as TooltipPortal, $a093c7e1ec25a057$export$f78649fb9ca566b8 as TooltipProvider, $a093c7e1ec25a057$export$8c610744efcf8a1d as TooltipTrigger, $a093c7e1ec25a057$export$41fb9f06171c75f4 as Trigger, $a093c7e1ec25a057$export$1c540a2224f0d865 as createTooltipScope };\n//# sourceMappingURL=index.js.map\n"],"names":["$c512c27ab02ef895$export$50c7b4e9d9f19c1","$cf1ac5d9fe0e8206$export$722aac194ae923","useState","useRef","useEffect","createElement","useCallback","$1746a345f3d73bb7$export$f680877a34711e37","$71cd76cc60e0454e$export$6f32135080cb4c3","useMemo","$cf1ac5d9fe0e8206$export$be92b6f5f03c0fe9","forwardRef","$6ed0406888f73fc4$export$c7b2cbe3552a0d05","$cf1ac5d9fe0e8206$export$b688253958b8dfe7","_extends","$8927f6f2acc4f386$export$250ffa63cdc0d034","$e42e1063c40fb3ef$export$b9ecd428b558ff10","$921a889cee6df7e8$export$99c2b779aa4e8b8b","$f1701beae083dbae$export$602eac185826482c","$5cb92bef7577960e$export$177fb62ff3ec1f22","$cf1ac5d9fe0e8206$export$7c6e2c02157bb7d2","$5e63c961fc1ce211$export$d9f1ccf0bdb05d45","$ea1ef594cf570d83$export$be92b6f5f03c0fe9","$cf1ac5d9fe0e8206$export$21b07c8f274aebd5"],"mappings":"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","x_google_ignoreList":[0]}
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../../../../../../../../node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-tooltip/dist/index.js"],"sourcesContent":["import * as React from 'react';\nimport { composeEventHandlers } from '../../primitive/dist/index.js';\nimport { useComposedRefs } from '../../react-compose-refs/dist/index.js';\nimport { createContextScope } from '../../react-context/dist/index.js';\nimport { DismissableLayer } from '../../react-dismissable-layer/dist/index.js';\nimport { useId } from '../../react-id/dist/index.js';\nimport { createPopperScope, Anchor, Content, Arrow, Root as Root2 } from '../../react-popper/dist/index.js';\nimport { Portal as Portal$1 } from '../../react-portal/dist/index.js';\nimport { Presence } from '../../react-presence/dist/index.js';\nimport { Primitive } from '../../react-primitive/dist/index.js';\nimport { Slottable } from '../../react-slot/dist/index.js';\nimport { useControllableState } from '../../react-use-controllable-state/dist/index.js';\nimport { Root } from '../../react-visually-hidden/dist/index.js';\nimport { jsx, jsxs } from 'react/jsx-runtime';\n\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 [isOpenDelayed, setIsOpenDelayed] = React.useState(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 isOpenDelayed,\n delayDuration,\n onOpen: React.useCallback(() => {\n window.clearTimeout(skipDelayTimerRef.current);\n setIsOpenDelayed(false);\n }, []),\n onClose: React.useCallback(() => {\n window.clearTimeout(skipDelayTimerRef.current);\n skipDelayTimerRef.current = window.setTimeout(\n () => setIsOpenDelayed(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 = false,\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 = false, setOpen] = useControllableState({\n prop: openProp,\n defaultProp: defaultOpen,\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 });\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 wasOpenDelayedRef.current = false;\n setOpen(true);\n }, [setOpen]);\n const handleClose = React.useCallback(() => {\n window.clearTimeout(openTimerRef.current);\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 }, delayDuration);\n }, [delayDuration, setOpen]);\n React.useEffect(() => {\n return () => window.clearTimeout(openTimerRef.current);\n }, []);\n return /* @__PURE__ */ jsx(Root2, { ...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.isOpenDelayed) handleDelayedOpen();\n else handleOpen();\n }, [providerContext.isOpenDelayed, handleDelayedOpen, handleOpen]),\n onTriggerLeave: React.useCallback(() => {\n if (disableHoverableContent) {\n handleClose();\n } else {\n window.clearTimeout(openTimerRef.current);\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(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 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(Portal$1, { 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 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 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(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(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 xi = polygon[i].x;\n const yi = polygon[i].y;\n const xj = polygon[j].x;\n const yj = polygon[j].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;\n\nexport { Arrow2 as Arrow, Content2 as Content, Portal, Provider, Root3 as Root, Tooltip, TooltipArrow, TooltipContent, TooltipPortal, TooltipProvider, TooltipTrigger, Trigger, createTooltipScope };\n//# sourceMappingURL=index.js.map\n"],"names":["createContextScope","createPopperScope","React","jsx","useId","useControllableState","Root2","useComposedRefs","Anchor","Primitive","composeEventHandlers","Presence","Portal$1","DismissableLayer","jsxs","Content","Slottable","Root","Arrow"],"mappings":"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","x_google_ignoreList":[0]}
|
|
@@ -2,20 +2,33 @@
|
|
|
2
2
|
|
|
3
3
|
var React = require('react');
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
5
|
+
function _interopNamespaceDefault(e) {
|
|
6
|
+
var n = Object.create(null);
|
|
7
|
+
if (e) {
|
|
8
|
+
Object.keys(e).forEach(function (k) {
|
|
9
|
+
if (k !== 'default') {
|
|
10
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
11
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () { return e[k]; }
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
n.default = e;
|
|
19
|
+
return Object.freeze(n);
|
|
18
20
|
}
|
|
19
21
|
|
|
20
|
-
|
|
22
|
+
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
23
|
+
|
|
24
|
+
// packages/react/use-callback-ref/src/useCallbackRef.tsx
|
|
25
|
+
function useCallbackRef(callback) {
|
|
26
|
+
const callbackRef = React__namespace.useRef(callback);
|
|
27
|
+
React__namespace.useEffect(() => {
|
|
28
|
+
callbackRef.current = callback;
|
|
29
|
+
});
|
|
30
|
+
return React__namespace.useMemo(() => (...args) => callbackRef.current?.(...args), []);
|
|
31
|
+
}
|
|
32
|
+
|
|
33
|
+
exports.useCallbackRef = useCallbackRef;
|
|
21
34
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../../../../../../../../../node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-callback-ref/dist/index.js"],"sourcesContent":["import
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../../../../../../../../node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-callback-ref/dist/index.js"],"sourcesContent":["import * as React from 'react';\n\n// packages/react/use-callback-ref/src/useCallbackRef.tsx\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}\n\nexport { useCallbackRef };\n//# sourceMappingURL=index.js.map\n"],"names":["React"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAEA;AACA,SAAS,cAAc,CAAC,QAAQ,EAAE;AAClC,EAAE,MAAM,WAAW,GAAGA,gBAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC;AAC7C,EAAEA,gBAAK,CAAC,SAAS,CAAC,MAAM;AACxB,IAAI,WAAW,CAAC,OAAO,GAAG,QAAQ,CAAC;AACnC,GAAG,CAAC,CAAC;AACL,EAAE,OAAOA,gBAAK,CAAC,OAAO,CAAC,MAAM,CAAC,GAAG,IAAI,KAAK,WAAW,CAAC,OAAO,GAAG,GAAG,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC;AAC9E;;;;","x_google_ignoreList":[0]}
|
|
@@ -3,48 +3,66 @@
|
|
|
3
3
|
var React = require('react');
|
|
4
4
|
var index = require('../../react-use-callback-ref/dist/index.js');
|
|
5
5
|
|
|
6
|
-
function
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
6
|
+
function _interopNamespaceDefault(e) {
|
|
7
|
+
var n = Object.create(null);
|
|
8
|
+
if (e) {
|
|
9
|
+
Object.keys(e).forEach(function (k) {
|
|
10
|
+
if (k !== 'default') {
|
|
11
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
12
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () { return e[k]; }
|
|
15
|
+
});
|
|
16
|
+
}
|
|
10
17
|
});
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
const setValue = React.useCallback((nextValue)=>{
|
|
15
|
-
if (isControlled) {
|
|
16
|
-
const setter = nextValue;
|
|
17
|
-
const value = typeof nextValue === 'function' ? setter(prop) : nextValue;
|
|
18
|
-
if (value !== prop) handleChange(value);
|
|
19
|
-
} else setUncontrolledProp(nextValue);
|
|
20
|
-
}, [
|
|
21
|
-
isControlled,
|
|
22
|
-
prop,
|
|
23
|
-
setUncontrolledProp,
|
|
24
|
-
handleChange
|
|
25
|
-
]);
|
|
26
|
-
return [
|
|
27
|
-
value1,
|
|
28
|
-
setValue
|
|
29
|
-
];
|
|
18
|
+
}
|
|
19
|
+
n.default = e;
|
|
20
|
+
return Object.freeze(n);
|
|
30
21
|
}
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
22
|
+
|
|
23
|
+
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
24
|
+
|
|
25
|
+
// packages/react/use-controllable-state/src/useControllableState.tsx
|
|
26
|
+
function useControllableState({
|
|
27
|
+
prop,
|
|
28
|
+
defaultProp,
|
|
29
|
+
onChange = () => {
|
|
30
|
+
}
|
|
31
|
+
}) {
|
|
32
|
+
const [uncontrolledProp, setUncontrolledProp] = useUncontrolledState({ defaultProp, onChange });
|
|
33
|
+
const isControlled = prop !== void 0;
|
|
34
|
+
const value = isControlled ? prop : uncontrolledProp;
|
|
35
|
+
const handleChange = index.useCallbackRef(onChange);
|
|
36
|
+
const setValue = React__namespace.useCallback(
|
|
37
|
+
(nextValue) => {
|
|
38
|
+
if (isControlled) {
|
|
39
|
+
const setter = nextValue;
|
|
40
|
+
const value2 = typeof nextValue === "function" ? setter(prop) : nextValue;
|
|
41
|
+
if (value2 !== prop) handleChange(value2);
|
|
42
|
+
} else {
|
|
43
|
+
setUncontrolledProp(nextValue);
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
[isControlled, prop, setUncontrolledProp, handleChange]
|
|
47
|
+
);
|
|
48
|
+
return [value, setValue];
|
|
49
|
+
}
|
|
50
|
+
function useUncontrolledState({
|
|
51
|
+
defaultProp,
|
|
52
|
+
onChange
|
|
53
|
+
}) {
|
|
54
|
+
const uncontrolledState = React__namespace.useState(defaultProp);
|
|
55
|
+
const [value] = uncontrolledState;
|
|
56
|
+
const prevValueRef = React__namespace.useRef(value);
|
|
57
|
+
const handleChange = index.useCallbackRef(onChange);
|
|
58
|
+
React__namespace.useEffect(() => {
|
|
59
|
+
if (prevValueRef.current !== value) {
|
|
60
|
+
handleChange(value);
|
|
61
|
+
prevValueRef.current = value;
|
|
62
|
+
}
|
|
63
|
+
}, [value, prevValueRef, handleChange]);
|
|
64
|
+
return uncontrolledState;
|
|
47
65
|
}
|
|
48
66
|
|
|
49
|
-
exports.useControllableState =
|
|
67
|
+
exports.useControllableState = useControllableState;
|
|
50
68
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../../../../../../../../../node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-controllable-state/dist/index.js"],"sourcesContent":["import
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../../../../../../../../node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-controllable-state/dist/index.js"],"sourcesContent":["import * as React from 'react';\nimport { useCallbackRef } from '../../react-use-callback-ref/dist/index.js';\n\n// packages/react/use-controllable-state/src/useControllableState.tsx\nfunction useControllableState({\n prop,\n defaultProp,\n onChange = () => {\n }\n}) {\n const [uncontrolledProp, setUncontrolledProp] = useUncontrolledState({ defaultProp, onChange });\n const isControlled = prop !== void 0;\n const value = isControlled ? prop : uncontrolledProp;\n const handleChange = useCallbackRef(onChange);\n const setValue = React.useCallback(\n (nextValue) => {\n if (isControlled) {\n const setter = nextValue;\n const value2 = typeof nextValue === \"function\" ? setter(prop) : nextValue;\n if (value2 !== prop) handleChange(value2);\n } else {\n setUncontrolledProp(nextValue);\n }\n },\n [isControlled, prop, setUncontrolledProp, handleChange]\n );\n return [value, setValue];\n}\nfunction useUncontrolledState({\n defaultProp,\n onChange\n}) {\n const uncontrolledState = React.useState(defaultProp);\n const [value] = uncontrolledState;\n const prevValueRef = React.useRef(value);\n const handleChange = useCallbackRef(onChange);\n React.useEffect(() => {\n if (prevValueRef.current !== value) {\n handleChange(value);\n prevValueRef.current = value;\n }\n }, [value, prevValueRef, handleChange]);\n return uncontrolledState;\n}\n\nexport { useControllableState };\n//# sourceMappingURL=index.js.map\n"],"names":["useCallbackRef","React"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAGA;AACA,SAAS,oBAAoB,CAAC;AAC9B,EAAE,IAAI;AACN,EAAE,WAAW;AACb,EAAE,QAAQ,GAAG,MAAM;AACnB,GAAG;AACH,CAAC,EAAE;AACH,EAAE,MAAM,CAAC,gBAAgB,EAAE,mBAAmB,CAAC,GAAG,oBAAoB,CAAC,EAAE,WAAW,EAAE,QAAQ,EAAE,CAAC,CAAC;AAClG,EAAE,MAAM,YAAY,GAAG,IAAI,KAAK,KAAK,CAAC,CAAC;AACvC,EAAE,MAAM,KAAK,GAAG,YAAY,GAAG,IAAI,GAAG,gBAAgB,CAAC;AACvD,EAAE,MAAM,YAAY,GAAGA,oBAAc,CAAC,QAAQ,CAAC,CAAC;AAChD,EAAE,MAAM,QAAQ,GAAGC,gBAAK,CAAC,WAAW;AACpC,IAAI,CAAC,SAAS,KAAK;AACnB,MAAM,IAAI,YAAY,EAAE;AACxB,QAAQ,MAAM,MAAM,GAAG,SAAS,CAAC;AACjC,QAAQ,MAAM,MAAM,GAAG,OAAO,SAAS,KAAK,UAAU,GAAG,MAAM,CAAC,IAAI,CAAC,GAAG,SAAS,CAAC;AAClF,QAAQ,IAAI,MAAM,KAAK,IAAI,EAAE,YAAY,CAAC,MAAM,CAAC,CAAC;AAClD,OAAO,MAAM;AACb,QAAQ,mBAAmB,CAAC,SAAS,CAAC,CAAC;AACvC,OAAO;AACP,KAAK;AACL,IAAI,CAAC,YAAY,EAAE,IAAI,EAAE,mBAAmB,EAAE,YAAY,CAAC;AAC3D,GAAG,CAAC;AACJ,EAAE,OAAO,CAAC,KAAK,EAAE,QAAQ,CAAC,CAAC;AAC3B,CAAC;AACD,SAAS,oBAAoB,CAAC;AAC9B,EAAE,WAAW;AACb,EAAE,QAAQ;AACV,CAAC,EAAE;AACH,EAAE,MAAM,iBAAiB,GAAGA,gBAAK,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC;AACxD,EAAE,MAAM,CAAC,KAAK,CAAC,GAAG,iBAAiB,CAAC;AACpC,EAAE,MAAM,YAAY,GAAGA,gBAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AAC3C,EAAE,MAAM,YAAY,GAAGD,oBAAc,CAAC,QAAQ,CAAC,CAAC;AAChD,EAAEC,gBAAK,CAAC,SAAS,CAAC,MAAM;AACxB,IAAI,IAAI,YAAY,CAAC,OAAO,KAAK,KAAK,EAAE;AACxC,MAAM,YAAY,CAAC,KAAK,CAAC,CAAC;AAC1B,MAAM,YAAY,CAAC,OAAO,GAAG,KAAK,CAAC;AACnC,KAAK;AACL,GAAG,EAAE,CAAC,KAAK,EAAE,YAAY,EAAE,YAAY,CAAC,CAAC,CAAC;AAC1C,EAAE,OAAO,iBAAiB,CAAC;AAC3B;;;;","x_google_ignoreList":[0]}
|
|
@@ -3,22 +3,38 @@
|
|
|
3
3
|
var React = require('react');
|
|
4
4
|
var index = require('../../react-use-callback-ref/dist/index.js');
|
|
5
5
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
6
|
+
function _interopNamespaceDefault(e) {
|
|
7
|
+
var n = Object.create(null);
|
|
8
|
+
if (e) {
|
|
9
|
+
Object.keys(e).forEach(function (k) {
|
|
10
|
+
if (k !== 'default') {
|
|
11
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
12
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
13
|
+
enumerable: true,
|
|
14
|
+
get: function () { return e[k]; }
|
|
15
|
+
});
|
|
16
|
+
}
|
|
17
|
+
});
|
|
18
|
+
}
|
|
19
|
+
n.default = e;
|
|
20
|
+
return Object.freeze(n);
|
|
21
21
|
}
|
|
22
22
|
|
|
23
|
-
|
|
23
|
+
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
24
|
+
|
|
25
|
+
// packages/react/use-escape-keydown/src/useEscapeKeydown.tsx
|
|
26
|
+
function useEscapeKeydown(onEscapeKeyDownProp, ownerDocument = globalThis?.document) {
|
|
27
|
+
const onEscapeKeyDown = index.useCallbackRef(onEscapeKeyDownProp);
|
|
28
|
+
React__namespace.useEffect(() => {
|
|
29
|
+
const handleKeyDown = (event) => {
|
|
30
|
+
if (event.key === "Escape") {
|
|
31
|
+
onEscapeKeyDown(event);
|
|
32
|
+
}
|
|
33
|
+
};
|
|
34
|
+
ownerDocument.addEventListener("keydown", handleKeyDown, { capture: true });
|
|
35
|
+
return () => ownerDocument.removeEventListener("keydown", handleKeyDown, { capture: true });
|
|
36
|
+
}, [onEscapeKeyDown, ownerDocument]);
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
exports.useEscapeKeydown = useEscapeKeydown;
|
|
24
40
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../../../../../../../../../node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js"],"sourcesContent":["import
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../../../../../../../../node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js"],"sourcesContent":["import * as React from 'react';\nimport { useCallbackRef } from '../../react-use-callback-ref/dist/index.js';\n\n// packages/react/use-escape-keydown/src/useEscapeKeydown.tsx\nfunction useEscapeKeydown(onEscapeKeyDownProp, ownerDocument = globalThis?.document) {\n const onEscapeKeyDown = useCallbackRef(onEscapeKeyDownProp);\n React.useEffect(() => {\n const handleKeyDown = (event) => {\n if (event.key === \"Escape\") {\n onEscapeKeyDown(event);\n }\n };\n ownerDocument.addEventListener(\"keydown\", handleKeyDown, { capture: true });\n return () => ownerDocument.removeEventListener(\"keydown\", handleKeyDown, { capture: true });\n }, [onEscapeKeyDown, ownerDocument]);\n}\n\nexport { useEscapeKeydown };\n//# sourceMappingURL=index.js.map\n"],"names":["useCallbackRef","React"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;AAGA;AACA,SAAS,gBAAgB,CAAC,mBAAmB,EAAE,aAAa,GAAG,UAAU,EAAE,QAAQ,EAAE;AACrF,EAAE,MAAM,eAAe,GAAGA,oBAAc,CAAC,mBAAmB,CAAC,CAAC;AAC9D,EAAEC,gBAAK,CAAC,SAAS,CAAC,MAAM;AACxB,IAAI,MAAM,aAAa,GAAG,CAAC,KAAK,KAAK;AACrC,MAAM,IAAI,KAAK,CAAC,GAAG,KAAK,QAAQ,EAAE;AAClC,QAAQ,eAAe,CAAC,KAAK,CAAC,CAAC;AAC/B,OAAO;AACP,KAAK,CAAC;AACN,IAAI,aAAa,CAAC,gBAAgB,CAAC,SAAS,EAAE,aAAa,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,CAAC;AAChF,IAAI,OAAO,MAAM,aAAa,CAAC,mBAAmB,CAAC,SAAS,EAAE,aAAa,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,CAAC;AAChG,GAAG,EAAE,CAAC,eAAe,EAAE,aAAa,CAAC,CAAC,CAAC;AACvC;;;;","x_google_ignoreList":[0]}
|
|
@@ -2,13 +2,28 @@
|
|
|
2
2
|
|
|
3
3
|
var React = require('react');
|
|
4
4
|
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
5
|
+
function _interopNamespaceDefault(e) {
|
|
6
|
+
var n = Object.create(null);
|
|
7
|
+
if (e) {
|
|
8
|
+
Object.keys(e).forEach(function (k) {
|
|
9
|
+
if (k !== 'default') {
|
|
10
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
11
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () { return e[k]; }
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
n.default = e;
|
|
19
|
+
return Object.freeze(n);
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
23
|
+
|
|
24
|
+
// packages/react/use-layout-effect/src/useLayoutEffect.tsx
|
|
25
|
+
var useLayoutEffect2 = Boolean(globalThis?.document) ? React__namespace.useLayoutEffect : () => {
|
|
26
|
+
};
|
|
27
|
+
|
|
28
|
+
exports.useLayoutEffect = useLayoutEffect2;
|
|
14
29
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../../../../../../../../../node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-layout-effect/dist/index.js"],"sourcesContent":["import
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../../../../../../../../node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-layout-effect/dist/index.js"],"sourcesContent":["import * as React from 'react';\n\n// packages/react/use-layout-effect/src/useLayoutEffect.tsx\nvar useLayoutEffect2 = Boolean(globalThis?.document) ? React.useLayoutEffect : () => {\n};\n\nexport { useLayoutEffect2 as useLayoutEffect };\n//# sourceMappingURL=index.js.map\n"],"names":["React"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAEA;AACG,IAAC,gBAAgB,GAAG,OAAO,CAAC,UAAU,EAAE,QAAQ,CAAC,GAAGA,gBAAK,CAAC,eAAe,GAAG,MAAM;AACrF;;;;","x_google_ignoreList":[0]}
|
|
@@ -2,23 +2,36 @@
|
|
|
2
2
|
|
|
3
3
|
var React = require('react');
|
|
4
4
|
|
|
5
|
-
function
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
]);
|
|
5
|
+
function _interopNamespaceDefault(e) {
|
|
6
|
+
var n = Object.create(null);
|
|
7
|
+
if (e) {
|
|
8
|
+
Object.keys(e).forEach(function (k) {
|
|
9
|
+
if (k !== 'default') {
|
|
10
|
+
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
11
|
+
Object.defineProperty(n, k, d.get ? d : {
|
|
12
|
+
enumerable: true,
|
|
13
|
+
get: function () { return e[k]; }
|
|
14
|
+
});
|
|
15
|
+
}
|
|
16
|
+
});
|
|
17
|
+
}
|
|
18
|
+
n.default = e;
|
|
19
|
+
return Object.freeze(n);
|
|
21
20
|
}
|
|
22
21
|
|
|
23
|
-
|
|
22
|
+
var React__namespace = /*#__PURE__*/_interopNamespaceDefault(React);
|
|
23
|
+
|
|
24
|
+
// packages/react/use-previous/src/usePrevious.tsx
|
|
25
|
+
function usePrevious(value) {
|
|
26
|
+
const ref = React__namespace.useRef({ value, previous: value });
|
|
27
|
+
return React__namespace.useMemo(() => {
|
|
28
|
+
if (ref.current.value !== value) {
|
|
29
|
+
ref.current.previous = ref.current.value;
|
|
30
|
+
ref.current.value = value;
|
|
31
|
+
}
|
|
32
|
+
return ref.current.previous;
|
|
33
|
+
}, [value]);
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
exports.usePrevious = usePrevious;
|
|
24
37
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../../../../../../../../../../node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-previous/dist/index.js"],"sourcesContent":["import
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../../../../../../../../../../../node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-previous/dist/index.js"],"sourcesContent":["import * as React from 'react';\n\n// packages/react/use-previous/src/usePrevious.tsx\nfunction usePrevious(value) {\n const ref = React.useRef({ value, previous: value });\n return React.useMemo(() => {\n if (ref.current.value !== value) {\n ref.current.previous = ref.current.value;\n ref.current.value = value;\n }\n return ref.current.previous;\n }, [value]);\n}\n\nexport { usePrevious };\n//# sourceMappingURL=index.js.map\n"],"names":["React"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;AAEA;AACA,SAAS,WAAW,CAAC,KAAK,EAAE;AAC5B,EAAE,MAAM,GAAG,GAAGA,gBAAK,CAAC,MAAM,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC,CAAC;AACvD,EAAE,OAAOA,gBAAK,CAAC,OAAO,CAAC,MAAM;AAC7B,IAAI,IAAI,GAAG,CAAC,OAAO,CAAC,KAAK,KAAK,KAAK,EAAE;AACrC,MAAM,GAAG,CAAC,OAAO,CAAC,QAAQ,GAAG,GAAG,CAAC,OAAO,CAAC,KAAK,CAAC;AAC/C,MAAM,GAAG,CAAC,OAAO,CAAC,KAAK,GAAG,KAAK,CAAC;AAChC,KAAK;AACL,IAAI,OAAO,GAAG,CAAC,OAAO,CAAC,QAAQ,CAAC;AAChC,GAAG,EAAE,CAAC,KAAK,CAAC,CAAC,CAAC;AACd;;;;","x_google_ignoreList":[0]}
|