@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.
Files changed (366) hide show
  1. package/dist/cjs/_virtual/index10.js +2 -2
  2. package/dist/cjs/_virtual/index7.js +2 -2
  3. package/dist/cjs/authentication/constants/index.js +10 -0
  4. package/dist/cjs/authentication/constants/index.js.map +1 -0
  5. package/dist/cjs/authentication/index.js +40 -47
  6. package/dist/cjs/authentication/index.js.map +1 -1
  7. package/dist/cjs/commons/components/theme-wrapper.js +24 -0
  8. package/dist/cjs/commons/components/theme-wrapper.js.map +1 -0
  9. package/dist/cjs/contact-import/components/contact-import-mapping.js +6 -4
  10. package/dist/cjs/contact-import/components/contact-import-mapping.js.map +1 -1
  11. package/dist/cjs/contact-import/index.js +34 -52
  12. package/dist/cjs/contact-import/index.js.map +1 -1
  13. package/dist/cjs/integration-template/index.js +1 -1
  14. package/dist/cjs/integration-template/index.js.map +1 -1
  15. package/dist/cjs/mapping/components/custom-date-menu.js +2 -2
  16. package/dist/cjs/mapping/components/custom-date-menu.js.map +1 -1
  17. package/dist/cjs/node_modules/@internationalized/date/dist/CalendarDate.js +156 -0
  18. package/dist/cjs/node_modules/@internationalized/date/dist/CalendarDate.js.map +1 -0
  19. package/dist/cjs/node_modules/@internationalized/date/dist/GregorianCalendar.js +139 -0
  20. package/dist/cjs/node_modules/@internationalized/date/dist/GregorianCalendar.js.map +1 -0
  21. package/dist/cjs/node_modules/@internationalized/date/dist/conversion.js +159 -0
  22. package/dist/cjs/node_modules/@internationalized/date/dist/conversion.js.map +1 -0
  23. package/dist/cjs/node_modules/@internationalized/date/dist/manipulation.js +229 -0
  24. package/dist/cjs/node_modules/@internationalized/date/dist/manipulation.js.map +1 -0
  25. package/dist/cjs/node_modules/@internationalized/date/dist/queries.js +22 -0
  26. package/dist/cjs/node_modules/@internationalized/date/dist/queries.js.map +1 -0
  27. package/dist/cjs/node_modules/@internationalized/date/dist/string.js +36 -0
  28. package/dist/cjs/node_modules/@internationalized/date/dist/string.js.map +1 -0
  29. package/dist/cjs/node_modules/@internationalized/date/dist/utils.js +19 -0
  30. package/dist/cjs/node_modules/@internationalized/date/dist/utils.js.map +1 -0
  31. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/calendar/calendar-utils.js.map +1 -1
  32. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/checkbox/checkbox.js.map +1 -1
  33. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialog.js.map +1 -1
  34. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/dropdown/dropdown.js +18 -18
  35. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/dropdown/dropdown.js.map +1 -1
  36. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/form-label/form-label.js +2 -2
  37. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/form-label/form-label.js.map +1 -1
  38. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/primitive/dist/index.js +9 -6
  39. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/primitive/dist/index.js.map +1 -1
  40. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-arrow/dist/index.js +40 -15
  41. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-arrow/dist/index.js.map +1 -1
  42. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-checkbox/dist/index.js +156 -138
  43. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-checkbox/dist/index.js.map +1 -1
  44. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-collection/dist/index.js +60 -85
  45. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-collection/dist/index.js.map +1 -1
  46. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-compose-refs/dist/index.js +32 -21
  47. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +1 -1
  48. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-context/dist/index.js +91 -92
  49. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-context/dist/index.js.map +1 -1
  50. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dialog/dist/index.js +326 -247
  51. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dialog/dist/index.js.map +1 -1
  52. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-direction/dist/index.js +26 -5
  53. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-direction/dist/index.js.map +1 -1
  54. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +201 -207
  55. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +1 -1
  56. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dropdown-menu/dist/index.js +303 -0
  57. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dropdown-menu/dist/index.js.map +1 -0
  58. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-focus-guards/dist/index.js +40 -24
  59. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +1 -1
  60. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-focus-scope/dist/index.js +205 -258
  61. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +1 -1
  62. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-id/dist/index.js +23 -26
  63. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-id/dist/index.js.map +1 -1
  64. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-label/dist/index.js +47 -0
  65. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-label/dist/index.js.map +1 -0
  66. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-menu/dist/index.js +847 -0
  67. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-menu/dist/index.js.map +1 -0
  68. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-popover/dist/index.js +298 -255
  69. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-popover/dist/index.js.map +1 -1
  70. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-popper/dist/index.js +279 -265
  71. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-popper/dist/index.js.map +1 -1
  72. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-portal/dist/index.js +31 -9
  73. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-portal/dist/index.js.map +1 -1
  74. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-presence/dist/index.js +125 -116
  75. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-presence/dist/index.js.map +1 -1
  76. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-primitive/dist/index.js +54 -80
  77. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -1
  78. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-radio-group/dist/index.js +273 -225
  79. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-radio-group/dist/index.js.map +1 -1
  80. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-roving-focus/dist/index.js +211 -208
  81. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-roving-focus/dist/index.js.map +1 -1
  82. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-slot/dist/index.js +88 -69
  83. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -1
  84. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-switch/dist/index.js +140 -111
  85. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-switch/dist/index.js.map +1 -1
  86. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-tabs/dist/index.js +186 -137
  87. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-tabs/dist/index.js.map +1 -1
  88. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-tooltip/dist/index.js +480 -526
  89. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-tooltip/dist/index.js.map +1 -1
  90. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +27 -14
  91. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +1 -1
  92. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +58 -40
  93. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +1 -1
  94. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +32 -16
  95. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +1 -1
  96. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +24 -9
  97. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +1 -1
  98. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-previous/dist/index.js +30 -17
  99. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-previous/dist/index.js.map +1 -1
  100. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-size/dist/index.js +54 -46
  101. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-size/dist/index.js.map +1 -1
  102. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-visually-hidden/dist/index.js +48 -20
  103. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-visually-hidden/dist/index.js.map +1 -1
  104. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/Combination.js +2 -2
  105. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +1 -1
  106. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +15 -4
  107. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +1 -1
  108. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/UI.js +2 -2
  109. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/UI.js.map +1 -1
  110. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +12 -4
  111. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +1 -1
  112. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/component.js +26 -4
  113. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +1 -1
  114. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/popover/popover.js.map +1 -1
  115. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/radio/radio.js +25 -5
  116. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/radio/radio.js.map +1 -1
  117. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/switch/switch.js.map +1 -1
  118. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/table/table.js +14 -9
  119. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/table/table.js.map +1 -1
  120. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/tabs/tabs.js.map +1 -1
  121. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/theme-provider/theme-provider.js +12 -4
  122. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/theme-provider/theme-provider.js.map +1 -1
  123. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/tooltip/tooltip.js +2 -2
  124. package/dist/cjs/node_modules/@sparrowengg/twigs-react/dist/es/tooltip/tooltip.js.map +1 -1
  125. package/dist/cjs/node_modules/@swc/helpers/esm/_check_private_redeclaration.js +0 -1
  126. package/dist/cjs/node_modules/@swc/helpers/esm/_check_private_redeclaration.js.map +1 -1
  127. package/dist/cjs/node_modules/@swc/helpers/esm/_class_private_field_init.js +1 -2
  128. package/dist/cjs/node_modules/@swc/helpers/esm/_class_private_field_init.js.map +1 -1
  129. package/dist/cjs/node_modules/domhandler/lib/index.js +176 -0
  130. package/dist/cjs/node_modules/domhandler/lib/index.js.map +1 -0
  131. package/dist/cjs/node_modules/domhandler/lib/node.js +485 -0
  132. package/dist/cjs/node_modules/domhandler/lib/node.js.map +1 -0
  133. package/dist/cjs/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js +1 -1
  134. package/dist/cjs/node_modules/html-dom-parser/lib/server/html-to-dom.js +3 -3
  135. package/dist/cjs/node_modules/html-react-parser/lib/index.js +1 -1
  136. package/dist/cjs/node_modules/htmlparser2/lib/Parser.js +531 -0
  137. package/dist/cjs/node_modules/htmlparser2/lib/Parser.js.map +1 -0
  138. package/dist/cjs/node_modules/htmlparser2/lib/Tokenizer.js +789 -0
  139. package/dist/cjs/node_modules/htmlparser2/lib/Tokenizer.js.map +1 -0
  140. package/dist/cjs/node_modules/htmlparser2/lib/index.js +131 -0
  141. package/dist/cjs/node_modules/htmlparser2/lib/index.js.map +1 -0
  142. package/dist/cjs/node_modules/htmlparser2/node_modules/dom-serializer/lib/foreignNames.js +111 -0
  143. package/dist/cjs/node_modules/htmlparser2/node_modules/dom-serializer/lib/foreignNames.js.map +1 -0
  144. package/dist/cjs/node_modules/htmlparser2/node_modules/dom-serializer/lib/index.js +240 -0
  145. package/dist/cjs/node_modules/htmlparser2/node_modules/dom-serializer/lib/index.js.map +1 -0
  146. package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/feeds.js +202 -0
  147. package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/feeds.js.map +1 -0
  148. package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/helpers.js +150 -0
  149. package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/helpers.js.map +1 -0
  150. package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/index.js +56 -0
  151. package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/index.js.map +1 -0
  152. package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/legacy.js +164 -0
  153. package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/legacy.js.map +1 -0
  154. package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/manipulation.js +150 -0
  155. package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/manipulation.js.map +1 -0
  156. package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/querying.js +168 -0
  157. package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/querying.js.map +1 -0
  158. package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/stringify.js +106 -0
  159. package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/stringify.js.map +1 -0
  160. package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/traversal.js +135 -0
  161. package/dist/cjs/node_modules/htmlparser2/node_modules/domutils/lib/traversal.js.map +1 -0
  162. package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/decode.js +549 -0
  163. package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/decode.js.map +1 -0
  164. package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/decode_codepoint.js +82 -0
  165. package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/decode_codepoint.js.map +1 -0
  166. package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/encode.js +89 -0
  167. package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/encode.js.map +1 -0
  168. package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/escape.js +128 -0
  169. package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/escape.js.map +1 -0
  170. package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-html.js +12 -0
  171. package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-html.js.map +1 -0
  172. package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-xml.js +12 -0
  173. package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-xml.js.map +1 -0
  174. package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/generated/encode-html.js +15 -0
  175. package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/generated/encode-html.js.map +1 -0
  176. package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/index.js +138 -0
  177. package/dist/cjs/node_modules/htmlparser2/node_modules/entities/lib/index.js.map +1 -0
  178. package/dist/cjs/node_modules/react-is/index.js +1 -1
  179. package/dist/cjs/node_modules/style-to-js/cjs/index.js +1 -1
  180. package/dist/cjs/node_modules/style-to-object/cjs/index.js +1 -1
  181. package/dist/es/_virtual/index10.js +2 -2
  182. package/dist/es/_virtual/index7.js +2 -2
  183. package/dist/es/authentication/constants/index.js +8 -0
  184. package/dist/es/authentication/constants/index.js.map +1 -0
  185. package/dist/es/authentication/index.js +40 -47
  186. package/dist/es/authentication/index.js.map +1 -1
  187. package/dist/es/commons/components/theme-wrapper.js +20 -0
  188. package/dist/es/commons/components/theme-wrapper.js.map +1 -0
  189. package/dist/es/contact-import/components/contact-import-mapping.js +6 -4
  190. package/dist/es/contact-import/components/contact-import-mapping.js.map +1 -1
  191. package/dist/es/contact-import/index.js +34 -52
  192. package/dist/es/contact-import/index.js.map +1 -1
  193. package/dist/es/integration-template/index.js +1 -1
  194. package/dist/es/integration-template/index.js.map +1 -1
  195. package/dist/es/mapping/components/custom-date-menu.js +1 -1
  196. package/dist/es/node_modules/@internationalized/date/dist/CalendarDate.js +153 -0
  197. package/dist/es/node_modules/@internationalized/date/dist/CalendarDate.js.map +1 -0
  198. package/dist/es/node_modules/@internationalized/date/dist/GregorianCalendar.js +133 -0
  199. package/dist/es/node_modules/@internationalized/date/dist/GregorianCalendar.js.map +1 -0
  200. package/dist/es/node_modules/@internationalized/date/dist/conversion.js +152 -0
  201. package/dist/es/node_modules/@internationalized/date/dist/conversion.js.map +1 -0
  202. package/dist/es/node_modules/@internationalized/date/dist/manipulation.js +219 -0
  203. package/dist/es/node_modules/@internationalized/date/dist/manipulation.js.map +1 -0
  204. package/dist/es/node_modules/@internationalized/date/dist/queries.js +18 -0
  205. package/dist/es/node_modules/@internationalized/date/dist/queries.js.map +1 -0
  206. package/dist/es/node_modules/@internationalized/date/dist/string.js +31 -0
  207. package/dist/es/node_modules/@internationalized/date/dist/string.js.map +1 -0
  208. package/dist/es/node_modules/@internationalized/date/dist/utils.js +17 -0
  209. package/dist/es/node_modules/@internationalized/date/dist/utils.js.map +1 -0
  210. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/calendar/calendar-utils.js.map +1 -1
  211. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/checkbox/checkbox.js +3 -3
  212. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/checkbox/checkbox.js.map +1 -1
  213. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialog.js +7 -7
  214. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/dialog/dialog.js.map +1 -1
  215. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/dropdown/dropdown.js +18 -18
  216. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/dropdown/dropdown.js.map +1 -1
  217. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/form-label/form-label.js +2 -2
  218. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/form-label/form-label.js.map +1 -1
  219. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/primitive/dist/index.js +9 -6
  220. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/primitive/dist/index.js.map +1 -1
  221. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-arrow/dist/index.js +22 -16
  222. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-arrow/dist/index.js.map +1 -1
  223. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-checkbox/dist/index.js +143 -144
  224. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-checkbox/dist/index.js.map +1 -1
  225. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-collection/dist/index.js +63 -88
  226. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-collection/dist/index.js.map +1 -1
  227. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-compose-refs/dist/index.js +13 -21
  228. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-compose-refs/dist/index.js.map +1 -1
  229. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-context/dist/index.js +72 -93
  230. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-context/dist/index.js.map +1 -1
  231. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dialog/dist/index.js +298 -241
  232. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dialog/dist/index.js.map +1 -1
  233. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-direction/dist/index.js +8 -6
  234. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-direction/dist/index.js.map +1 -1
  235. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dismissable-layer/dist/index.js +189 -215
  236. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dismissable-layer/dist/index.js.map +1 -1
  237. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dropdown-menu/dist/index.js +254 -0
  238. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-dropdown-menu/dist/index.js.map +1 -0
  239. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-focus-guards/dist/index.js +22 -25
  240. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-focus-guards/dist/index.js.map +1 -1
  241. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-focus-scope/dist/index.js +190 -262
  242. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-focus-scope/dist/index.js.map +1 -1
  243. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-id/dist/index.js +11 -14
  244. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-id/dist/index.js.map +1 -1
  245. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-label/dist/index.js +25 -0
  246. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-label/dist/index.js.map +1 -0
  247. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-menu/dist/index.js +796 -0
  248. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-menu/dist/index.js.map +1 -0
  249. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-popover/dist/index.js +268 -244
  250. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-popover/dist/index.js.map +1 -1
  251. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-popper/dist/index.js +257 -262
  252. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-popper/dist/index.js.map +1 -1
  253. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-portal/dist/index.js +13 -10
  254. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-portal/dist/index.js.map +1 -1
  255. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-presence/dist/index.js +110 -121
  256. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-presence/dist/index.js.map +1 -1
  257. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-primitive/dist/index.js +37 -83
  258. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-primitive/dist/index.js.map +1 -1
  259. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-radio-group/dist/index.js +250 -221
  260. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-radio-group/dist/index.js.map +1 -1
  261. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-roving-focus/dist/index.js +200 -216
  262. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-roving-focus/dist/index.js.map +1 -1
  263. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-slot/dist/index.js +71 -71
  264. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-slot/dist/index.js.map +1 -1
  265. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-switch/dist/index.js +126 -116
  266. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-switch/dist/index.js.map +1 -1
  267. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-tabs/dist/index.js +171 -141
  268. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-tabs/dist/index.js.map +1 -1
  269. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-tooltip/dist/index.js +453 -518
  270. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-tooltip/dist/index.js.map +1 -1
  271. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-callback-ref/dist/index.js +9 -15
  272. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-callback-ref/dist/index.js.map +1 -1
  273. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-controllable-state/dist/index.js +42 -43
  274. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-controllable-state/dist/index.js.map +1 -1
  275. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js +15 -18
  276. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-escape-keydown/dist/index.js.map +1 -1
  277. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-layout-effect/dist/index.js +5 -9
  278. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-layout-effect/dist/index.js.map +1 -1
  279. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-previous/dist/index.js +12 -18
  280. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-previous/dist/index.js.map +1 -1
  281. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-size/dist/index.js +37 -48
  282. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-use-size/dist/index.js.map +1 -1
  283. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-visually-hidden/dist/index.js +30 -21
  284. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/@radix-ui/react-visually-hidden/dist/index.js.map +1 -1
  285. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/Combination.js +5 -5
  286. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/Combination.js.map +1 -1
  287. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/SideEffect.js +15 -4
  288. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/SideEffect.js.map +1 -1
  289. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/UI.js +2 -2
  290. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/UI.js.map +1 -1
  291. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/handleScroll.js +12 -4
  292. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll/dist/es2015/handleScroll.js.map +1 -1
  293. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/component.js +25 -5
  294. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/node_modules/react-remove-scroll-bar/dist/es2015/component.js.map +1 -1
  295. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/popover/popover.js +5 -5
  296. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/popover/popover.js.map +1 -1
  297. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/radio/radio.js +29 -9
  298. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/radio/radio.js.map +1 -1
  299. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/switch/switch.js +3 -3
  300. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/switch/switch.js.map +1 -1
  301. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/table/table.js +14 -9
  302. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/table/table.js.map +1 -1
  303. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/tabs/tabs.js +5 -5
  304. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/tabs/tabs.js.map +1 -1
  305. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/theme-provider/theme-provider.js +13 -5
  306. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/theme-provider/theme-provider.js.map +1 -1
  307. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/tooltip/tooltip.js +8 -8
  308. package/dist/es/node_modules/@sparrowengg/twigs-react/dist/es/tooltip/tooltip.js.map +1 -1
  309. package/dist/es/node_modules/@swc/helpers/esm/_check_private_redeclaration.js +1 -1
  310. package/dist/es/node_modules/@swc/helpers/esm/_check_private_redeclaration.js.map +1 -1
  311. package/dist/es/node_modules/@swc/helpers/esm/_class_private_field_init.js +2 -2
  312. package/dist/es/node_modules/@swc/helpers/esm/_class_private_field_init.js.map +1 -1
  313. package/dist/es/node_modules/domhandler/lib/index.js +174 -0
  314. package/dist/es/node_modules/domhandler/lib/index.js.map +1 -0
  315. package/dist/es/node_modules/domhandler/lib/node.js +481 -0
  316. package/dist/es/node_modules/domhandler/lib/node.js.map +1 -0
  317. package/dist/es/node_modules/hoist-non-react-statics/dist/hoist-non-react-statics.cjs.js +1 -1
  318. package/dist/es/node_modules/html-dom-parser/lib/server/html-to-dom.js +3 -3
  319. package/dist/es/node_modules/html-react-parser/lib/index.js +1 -1
  320. package/dist/es/node_modules/htmlparser2/lib/Parser.js +527 -0
  321. package/dist/es/node_modules/htmlparser2/lib/Parser.js.map +1 -0
  322. package/dist/es/node_modules/htmlparser2/lib/Tokenizer.js +787 -0
  323. package/dist/es/node_modules/htmlparser2/lib/Tokenizer.js.map +1 -0
  324. package/dist/es/node_modules/htmlparser2/lib/index.js +129 -0
  325. package/dist/es/node_modules/htmlparser2/lib/index.js.map +1 -0
  326. package/dist/es/node_modules/htmlparser2/node_modules/dom-serializer/lib/foreignNames.js +107 -0
  327. package/dist/es/node_modules/htmlparser2/node_modules/dom-serializer/lib/foreignNames.js.map +1 -0
  328. package/dist/es/node_modules/htmlparser2/node_modules/dom-serializer/lib/index.js +238 -0
  329. package/dist/es/node_modules/htmlparser2/node_modules/dom-serializer/lib/index.js.map +1 -0
  330. package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/feeds.js +198 -0
  331. package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/feeds.js.map +1 -0
  332. package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/helpers.js +148 -0
  333. package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/helpers.js.map +1 -0
  334. package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/index.js +54 -0
  335. package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/index.js.map +1 -0
  336. package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/legacy.js +160 -0
  337. package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/legacy.js.map +1 -0
  338. package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/manipulation.js +146 -0
  339. package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/manipulation.js.map +1 -0
  340. package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/querying.js +164 -0
  341. package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/querying.js.map +1 -0
  342. package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/stringify.js +102 -0
  343. package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/stringify.js.map +1 -0
  344. package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/traversal.js +131 -0
  345. package/dist/es/node_modules/htmlparser2/node_modules/domutils/lib/traversal.js.map +1 -0
  346. package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/decode.js +547 -0
  347. package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/decode.js.map +1 -0
  348. package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/decode_codepoint.js +80 -0
  349. package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/decode_codepoint.js.map +1 -0
  350. package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/encode.js +85 -0
  351. package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/encode.js.map +1 -0
  352. package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/escape.js +126 -0
  353. package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/escape.js.map +1 -0
  354. package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-html.js +10 -0
  355. package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-html.js.map +1 -0
  356. package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-xml.js +10 -0
  357. package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/generated/decode-data-xml.js.map +1 -0
  358. package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/generated/encode-html.js +13 -0
  359. package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/generated/encode-html.js.map +1 -0
  360. package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/index.js +136 -0
  361. package/dist/es/node_modules/htmlparser2/node_modules/entities/lib/index.js.map +1 -0
  362. package/dist/es/node_modules/react-is/index.js +1 -1
  363. package/dist/es/node_modules/style-to-js/cjs/index.js +1 -1
  364. package/dist/es/node_modules/style-to-object/cjs/index.js +1 -1
  365. package/dist/index.d.ts +44 -12
  366. 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":[],"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":[],"mappings":";;;;;;;;;;;;;;;AAeG,IAAC,CAAC,oBAAoB,EAAE,kBAAkB,CAAC,GAAG,kBAAkB,CAAC,SAAS,EAAE;AAC/E,EAAE,iBAAiB;AACnB,CAAC,EAAE;AACH,IAAI,cAAc,GAAG,iBAAiB,EAAE,CAAC;AACzC,IAAI,aAAa,GAAG,iBAAiB,CAAC;AACtC,IAAI,sBAAsB,GAAG,GAAG,CAAC;AACjC,IAAI,YAAY,GAAG,cAAc,CAAC;AAClC,IAAI,CAAC,8BAA8B,EAAE,yBAAyB,CAAC,GAAG,oBAAoB,CAAC,aAAa,CAAC,CAAC;AACnG,IAAC,eAAe,GAAG,CAAC,KAAK,KAAK;AACjC,EAAE,MAAM;AACR,IAAI,cAAc;AAClB,IAAI,aAAa,GAAG,sBAAsB;AAC1C,IAAI,iBAAiB,GAAG,GAAG;AAC3B,IAAI,uBAAuB,GAAG,KAAK;AACnC,IAAI,QAAQ;AACZ,GAAG,GAAG,KAAK,CAAC;AACZ,EAAE,MAAM,CAAC,aAAa,EAAE,gBAAgB,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;AACjE,EAAE,MAAM,qBAAqB,GAAG,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AACpD,EAAE,MAAM,iBAAiB,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;AAC5C,EAAE,KAAK,CAAC,SAAS,CAAC,MAAM;AACxB,IAAI,MAAM,cAAc,GAAG,iBAAiB,CAAC,OAAO,CAAC;AACrD,IAAI,OAAO,MAAM,MAAM,CAAC,YAAY,CAAC,cAAc,CAAC,CAAC;AACrD,GAAG,EAAE,EAAE,CAAC,CAAC;AACT,EAAE,uBAAuB,GAAG;AAC5B,IAAI,8BAA8B;AAClC,IAAI;AACJ,MAAM,KAAK,EAAE,cAAc;AAC3B,MAAM,aAAa;AACnB,MAAM,aAAa;AACnB,MAAM,MAAM,EAAE,KAAK,CAAC,WAAW,CAAC,MAAM;AACtC,QAAQ,MAAM,CAAC,YAAY,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;AACvD,QAAQ,gBAAgB,CAAC,KAAK,CAAC,CAAC;AAChC,OAAO,EAAE,EAAE,CAAC;AACZ,MAAM,OAAO,EAAE,KAAK,CAAC,WAAW,CAAC,MAAM;AACvC,QAAQ,MAAM,CAAC,YAAY,CAAC,iBAAiB,CAAC,OAAO,CAAC,CAAC;AACvD,QAAQ,iBAAiB,CAAC,OAAO,GAAG,MAAM,CAAC,UAAU;AACrD,UAAU,MAAM,gBAAgB,CAAC,IAAI,CAAC;AACtC,UAAU,iBAAiB;AAC3B,SAAS,CAAC;AACV,OAAO,EAAE,CAAC,iBAAiB,CAAC,CAAC;AAC7B,MAAM,qBAAqB;AAC3B,MAAM,wBAAwB,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC,SAAS,KAAK;AACjE,QAAQ,qBAAqB,CAAC,OAAO,GAAG,SAAS,CAAC;AAClD,OAAO,EAAE,EAAE,CAAC;AACZ,MAAM,uBAAuB;AAC7B,MAAM,QAAQ;AACd,KAAK;AACL,GAAG,CAAC;AACJ,EAAE;AACF,eAAe,CAAC,WAAW,GAAG,aAAa,CAAC;AAC5C,IAAI,YAAY,GAAG,SAAS,CAAC;AAC7B,IAAI,CAAC,sBAAsB,EAAE,iBAAiB,CAAC,GAAG,oBAAoB,CAAC,YAAY,CAAC,CAAC;AAClF,IAAC,OAAO,GAAG,CAAC,KAAK,KAAK;AACzB,EAAE,MAAM;AACR,IAAI,cAAc;AAClB,IAAI,QAAQ;AACZ,IAAI,IAAI,EAAE,QAAQ;AAClB,IAAI,WAAW,GAAG,KAAK;AACvB,IAAI,YAAY;AAChB,IAAI,uBAAuB,EAAE,2BAA2B;AACxD,IAAI,aAAa,EAAE,iBAAiB;AACpC,GAAG,GAAG,KAAK,CAAC;AACZ,EAAE,MAAM,eAAe,GAAG,yBAAyB,CAAC,YAAY,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;AACxF,EAAE,MAAM,WAAW,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AACrD,EAAE,MAAM,CAAC,OAAO,EAAE,UAAU,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;AACrD,EAAE,MAAM,SAAS,GAAG,KAAK,EAAE,CAAC;AAC5B,EAAE,MAAM,YAAY,GAAG,KAAK,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC;AACvC,EAAE,MAAM,uBAAuB,GAAG,2BAA2B,IAAI,eAAe,CAAC,uBAAuB,CAAC;AACzG,EAAE,MAAM,aAAa,GAAG,iBAAiB,IAAI,eAAe,CAAC,aAAa,CAAC;AAC3E,EAAE,MAAM,iBAAiB,GAAG,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AAChD,EAAE,MAAM,CAAC,IAAI,GAAG,KAAK,EAAE,OAAO,CAAC,GAAG,oBAAoB,CAAC;AACvD,IAAI,IAAI,EAAE,QAAQ;AAClB,IAAI,WAAW,EAAE,WAAW;AAC5B,IAAI,QAAQ,EAAE,CAAC,KAAK,KAAK;AACzB,MAAM,IAAI,KAAK,EAAE;AACjB,QAAQ,eAAe,CAAC,MAAM,EAAE,CAAC;AACjC,QAAQ,QAAQ,CAAC,aAAa,CAAC,IAAI,WAAW,CAAC,YAAY,CAAC,CAAC,CAAC;AAC9D,OAAO,MAAM;AACb,QAAQ,eAAe,CAAC,OAAO,EAAE,CAAC;AAClC,OAAO;AACP,MAAM,YAAY,GAAG,KAAK,CAAC,CAAC;AAC5B,KAAK;AACL,GAAG,CAAC,CAAC;AACL,EAAE,MAAM,cAAc,GAAG,KAAK,CAAC,OAAO,CAAC,MAAM;AAC7C,IAAI,OAAO,IAAI,GAAG,iBAAiB,CAAC,OAAO,GAAG,cAAc,GAAG,cAAc,GAAG,QAAQ,CAAC;AACzF,GAAG,EAAE,CAAC,IAAI,CAAC,CAAC,CAAC;AACb,EAAE,MAAM,UAAU,GAAG,KAAK,CAAC,WAAW,CAAC,MAAM;AAC7C,IAAI,MAAM,CAAC,YAAY,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC;AAC9C,IAAI,iBAAiB,CAAC,OAAO,GAAG,KAAK,CAAC;AACtC,IAAI,OAAO,CAAC,IAAI,CAAC,CAAC;AAClB,GAAG,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;AAChB,EAAE,MAAM,WAAW,GAAG,KAAK,CAAC,WAAW,CAAC,MAAM;AAC9C,IAAI,MAAM,CAAC,YAAY,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC;AAC9C,IAAI,OAAO,CAAC,KAAK,CAAC,CAAC;AACnB,GAAG,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;AAChB,EAAE,MAAM,iBAAiB,GAAG,KAAK,CAAC,WAAW,CAAC,MAAM;AACpD,IAAI,MAAM,CAAC,YAAY,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC;AAC9C,IAAI,YAAY,CAAC,OAAO,GAAG,MAAM,CAAC,UAAU,CAAC,MAAM;AACnD,MAAM,iBAAiB,CAAC,OAAO,GAAG,IAAI,CAAC;AACvC,MAAM,OAAO,CAAC,IAAI,CAAC,CAAC;AACpB,KAAK,EAAE,aAAa,CAAC,CAAC;AACtB,GAAG,EAAE,CAAC,aAAa,EAAE,OAAO,CAAC,CAAC,CAAC;AAC/B,EAAE,KAAK,CAAC,SAAS,CAAC,MAAM;AACxB,IAAI,OAAO,MAAM,MAAM,CAAC,YAAY,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC;AAC3D,GAAG,EAAE,EAAE,CAAC,CAAC;AACT,EAAE,uBAAuB,GAAG,CAAC,KAAK,EAAE,EAAE,GAAG,WAAW,EAAE,QAAQ,kBAAkB,GAAG;AACnF,IAAI,sBAAsB;AAC1B,IAAI;AACJ,MAAM,KAAK,EAAE,cAAc;AAC3B,MAAM,SAAS;AACf,MAAM,IAAI;AACV,MAAM,cAAc;AACpB,MAAM,OAAO;AACb,MAAM,eAAe,EAAE,UAAU;AACjC,MAAM,cAAc,EAAE,KAAK,CAAC,WAAW,CAAC,MAAM;AAC9C,QAAQ,IAAI,eAAe,CAAC,aAAa,EAAE,iBAAiB,EAAE,CAAC;AAC/D,aAAa,UAAU,EAAE,CAAC;AAC1B,OAAO,EAAE,CAAC,eAAe,CAAC,aAAa,EAAE,iBAAiB,EAAE,UAAU,CAAC,CAAC;AACxE,MAAM,cAAc,EAAE,KAAK,CAAC,WAAW,CAAC,MAAM;AAC9C,QAAQ,IAAI,uBAAuB,EAAE;AACrC,UAAU,WAAW,EAAE,CAAC;AACxB,SAAS,MAAM;AACf,UAAU,MAAM,CAAC,YAAY,CAAC,YAAY,CAAC,OAAO,CAAC,CAAC;AACpD,SAAS;AACT,OAAO,EAAE,CAAC,WAAW,EAAE,uBAAuB,CAAC,CAAC;AAChD,MAAM,MAAM,EAAE,UAAU;AACxB,MAAM,OAAO,EAAE,WAAW;AAC1B,MAAM,uBAAuB;AAC7B,MAAM,QAAQ;AACd,KAAK;AACL,GAAG,EAAE,CAAC,CAAC;AACP,EAAE;AACF,OAAO,CAAC,WAAW,GAAG,YAAY,CAAC;AACnC,IAAI,YAAY,GAAG,gBAAgB,CAAC;AACjC,IAAC,cAAc,GAAG,KAAK,CAAC,UAAU;AACrC,EAAE,CAAC,KAAK,EAAE,YAAY,KAAK;AAC3B,IAAI,MAAM,EAAE,cAAc,EAAE,GAAG,YAAY,EAAE,GAAG,KAAK,CAAC;AACtD,IAAI,MAAM,OAAO,GAAG,iBAAiB,CAAC,YAAY,EAAE,cAAc,CAAC,CAAC;AACpE,IAAI,MAAM,eAAe,GAAG,yBAAyB,CAAC,YAAY,EAAE,cAAc,CAAC,CAAC;AACpF,IAAI,MAAM,WAAW,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AACvD,IAAI,MAAM,GAAG,GAAG,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;AACnC,IAAI,MAAM,YAAY,GAAG,eAAe,CAAC,YAAY,EAAE,GAAG,EAAE,OAAO,CAAC,eAAe,CAAC,CAAC;AACrF,IAAI,MAAM,gBAAgB,GAAG,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AACjD,IAAI,MAAM,uBAAuB,GAAG,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AACxD,IAAI,MAAM,eAAe,GAAG,KAAK,CAAC,WAAW,CAAC,MAAM,gBAAgB,CAAC,OAAO,GAAG,KAAK,EAAE,EAAE,CAAC,CAAC;AAC1F,IAAI,KAAK,CAAC,SAAS,CAAC,MAAM;AAC1B,MAAM,OAAO,MAAM,QAAQ,CAAC,mBAAmB,CAAC,WAAW,EAAE,eAAe,CAAC,CAAC;AAC9E,KAAK,EAAE,CAAC,eAAe,CAAC,CAAC,CAAC;AAC1B,IAAI,uBAAuB,GAAG,CAAC,MAAM,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,GAAG,WAAW,EAAE,QAAQ,kBAAkB,GAAG;AACrG,MAAM,SAAS,CAAC,MAAM;AACtB,MAAM;AACN,QAAQ,kBAAkB,EAAE,OAAO,CAAC,IAAI,GAAG,OAAO,CAAC,SAAS,GAAG,KAAK,CAAC;AACrE,QAAQ,YAAY,EAAE,OAAO,CAAC,cAAc;AAC5C,QAAQ,GAAG,YAAY;AACvB,QAAQ,GAAG,EAAE,YAAY;AACzB,QAAQ,aAAa,EAAE,oBAAoB,CAAC,KAAK,CAAC,aAAa,EAAE,CAAC,KAAK,KAAK;AAC5E,UAAU,IAAI,KAAK,CAAC,WAAW,KAAK,OAAO,EAAE,OAAO;AACpD,UAAU,IAAI,CAAC,uBAAuB,CAAC,OAAO,IAAI,CAAC,eAAe,CAAC,qBAAqB,CAAC,OAAO,EAAE;AAClG,YAAY,OAAO,CAAC,cAAc,EAAE,CAAC;AACrC,YAAY,uBAAuB,CAAC,OAAO,GAAG,IAAI,CAAC;AACnD,WAAW;AACX,SAAS,CAAC;AACV,QAAQ,cAAc,EAAE,oBAAoB,CAAC,KAAK,CAAC,cAAc,EAAE,MAAM;AACzE,UAAU,OAAO,CAAC,cAAc,EAAE,CAAC;AACnC,UAAU,uBAAuB,CAAC,OAAO,GAAG,KAAK,CAAC;AAClD,SAAS,CAAC;AACV,QAAQ,aAAa,EAAE,oBAAoB,CAAC,KAAK,CAAC,aAAa,EAAE,MAAM;AACvE,UAAU,gBAAgB,CAAC,OAAO,GAAG,IAAI,CAAC;AAC1C,UAAU,QAAQ,CAAC,gBAAgB,CAAC,WAAW,EAAE,eAAe,EAAE,EAAE,IAAI,EAAE,IAAI,EAAE,CAAC,CAAC;AAClF,SAAS,CAAC;AACV,QAAQ,OAAO,EAAE,oBAAoB,CAAC,KAAK,CAAC,OAAO,EAAE,MAAM;AAC3D,UAAU,IAAI,CAAC,gBAAgB,CAAC,OAAO,EAAE,OAAO,CAAC,MAAM,EAAE,CAAC;AAC1D,SAAS,CAAC;AACV,QAAQ,MAAM,EAAE,oBAAoB,CAAC,KAAK,CAAC,MAAM,EAAE,OAAO,CAAC,OAAO,CAAC;AACnE,QAAQ,OAAO,EAAE,oBAAoB,CAAC,KAAK,CAAC,OAAO,EAAE,OAAO,CAAC,OAAO,CAAC;AACrE,OAAO;AACP,KAAK,EAAE,CAAC,CAAC;AACT,GAAG;AACH,EAAE;AACF,cAAc,CAAC,WAAW,GAAG,YAAY,CAAC;AAC1C,IAAI,WAAW,GAAG,eAAe,CAAC;AAClC,IAAI,CAAC,cAAc,EAAE,gBAAgB,CAAC,GAAG,oBAAoB,CAAC,WAAW,EAAE;AAC3E,EAAE,UAAU,EAAE,KAAK,CAAC;AACpB,CAAC,CAAC,CAAC;AACA,IAAC,aAAa,GAAG,CAAC,KAAK,KAAK;AAC/B,EAAE,MAAM,EAAE,cAAc,EAAE,UAAU,EAAE,QAAQ,EAAE,SAAS,EAAE,GAAG,KAAK,CAAC;AACpE,EAAE,MAAM,OAAO,GAAG,iBAAiB,CAAC,WAAW,EAAE,cAAc,CAAC,CAAC;AACjE,EAAE,uBAAuB,GAAG,CAAC,cAAc,EAAE,EAAE,KAAK,EAAE,cAAc,EAAE,UAAU,EAAE,QAAQ,kBAAkB,GAAG,CAAC,QAAQ,EAAE,EAAE,OAAO,EAAE,UAAU,IAAI,OAAO,CAAC,IAAI,EAAE,QAAQ,kBAAkB,GAAG,CAAC,QAAQ,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,CAAC,EAAE,CAAC,EAAE,CAAC,CAAC;AACvP,EAAE;AACF,aAAa,CAAC,WAAW,GAAG,WAAW,CAAC;AACxC,IAAI,YAAY,GAAG,gBAAgB,CAAC;AACjC,IAAC,cAAc,GAAG,KAAK,CAAC,UAAU;AACrC,EAAE,CAAC,KAAK,EAAE,YAAY,KAAK;AAC3B,IAAI,MAAM,aAAa,GAAG,gBAAgB,CAAC,YAAY,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;AAC/E,IAAI,MAAM,EAAE,UAAU,GAAG,aAAa,CAAC,UAAU,EAAE,IAAI,GAAG,KAAK,EAAE,GAAG,YAAY,EAAE,GAAG,KAAK,CAAC;AAC3F,IAAI,MAAM,OAAO,GAAG,iBAAiB,CAAC,YAAY,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;AAC1E,IAAI,uBAAuB,GAAG,CAAC,QAAQ,EAAE,EAAE,OAAO,EAAE,UAAU,IAAI,OAAO,CAAC,IAAI,EAAE,QAAQ,EAAE,OAAO,CAAC,uBAAuB,mBAAmB,GAAG,CAAC,kBAAkB,EAAE,EAAE,IAAI,EAAE,GAAG,YAAY,EAAE,GAAG,EAAE,YAAY,EAAE,CAAC,mBAAmB,GAAG,CAAC,uBAAuB,EAAE,EAAE,IAAI,EAAE,GAAG,YAAY,EAAE,GAAG,EAAE,YAAY,EAAE,CAAC,EAAE,CAAC,CAAC;AAClT,GAAG;AACH,EAAE;AACF,IAAI,uBAAuB,GAAG,KAAK,CAAC,UAAU,CAAC,CAAC,KAAK,EAAE,YAAY,KAAK;AACxE,EAAE,MAAM,OAAO,GAAG,iBAAiB,CAAC,YAAY,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;AACxE,EAAE,MAAM,eAAe,GAAG,yBAAyB,CAAC,YAAY,EAAE,KAAK,CAAC,cAAc,CAAC,CAAC;AACxF,EAAE,MAAM,GAAG,GAAG,KAAK,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC;AACjC,EAAE,MAAM,YAAY,GAAG,eAAe,CAAC,YAAY,EAAE,GAAG,CAAC,CAAC;AAC1D,EAAE,MAAM,CAAC,gBAAgB,EAAE,mBAAmB,CAAC,GAAG,KAAK,CAAC,QAAQ,CAAC,IAAI,CAAC,CAAC;AACvE,EAAE,MAAM,EAAE,OAAO,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC;AACvC,EAAE,MAAM,OAAO,GAAG,GAAG,CAAC,OAAO,CAAC;AAC9B,EAAE,MAAM,EAAE,wBAAwB,EAAE,GAAG,eAAe,CAAC;AACvD,EAAE,MAAM,qBAAqB,GAAG,KAAK,CAAC,WAAW,CAAC,MAAM;AACxD,IAAI,mBAAmB,CAAC,IAAI,CAAC,CAAC;AAC9B,IAAI,wBAAwB,CAAC,KAAK,CAAC,CAAC;AACpC,GAAG,EAAE,CAAC,wBAAwB,CAAC,CAAC,CAAC;AACjC,EAAE,MAAM,qBAAqB,GAAG,KAAK,CAAC,WAAW;AACjD,IAAI,CAAC,KAAK,EAAE,WAAW,KAAK;AAC5B,MAAM,MAAM,aAAa,GAAG,KAAK,CAAC,aAAa,CAAC;AAChD,MAAM,MAAM,SAAS,GAAG,EAAE,CAAC,EAAE,KAAK,CAAC,OAAO,EAAE,CAAC,EAAE,KAAK,CAAC,OAAO,EAAE,CAAC;AAC/D,MAAM,MAAM,QAAQ,GAAG,mBAAmB,CAAC,SAAS,EAAE,aAAa,CAAC,qBAAqB,EAAE,CAAC,CAAC;AAC7F,MAAM,MAAM,gBAAgB,GAAG,mBAAmB,CAAC,SAAS,EAAE,QAAQ,CAAC,CAAC;AACxE,MAAM,MAAM,iBAAiB,GAAG,iBAAiB,CAAC,WAAW,CAAC,qBAAqB,EAAE,CAAC,CAAC;AACvF,MAAM,MAAM,SAAS,GAAG,OAAO,CAAC,CAAC,GAAG,gBAAgB,EAAE,GAAG,iBAAiB,CAAC,CAAC,CAAC;AAC7E,MAAM,mBAAmB,CAAC,SAAS,CAAC,CAAC;AACrC,MAAM,wBAAwB,CAAC,IAAI,CAAC,CAAC;AACrC,KAAK;AACL,IAAI,CAAC,wBAAwB,CAAC;AAC9B,GAAG,CAAC;AACJ,EAAE,KAAK,CAAC,SAAS,CAAC,MAAM;AACxB,IAAI,OAAO,MAAM,qBAAqB,EAAE,CAAC;AACzC,GAAG,EAAE,CAAC,qBAAqB,CAAC,CAAC,CAAC;AAC9B,EAAE,KAAK,CAAC,SAAS,CAAC,MAAM;AACxB,IAAI,IAAI,OAAO,IAAI,OAAO,EAAE;AAC5B,MAAM,MAAM,kBAAkB,GAAG,CAAC,KAAK,KAAK,qBAAqB,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;AAClF,MAAM,MAAM,kBAAkB,GAAG,CAAC,KAAK,KAAK,qBAAqB,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;AAClF,MAAM,OAAO,CAAC,gBAAgB,CAAC,cAAc,EAAE,kBAAkB,CAAC,CAAC;AACnE,MAAM,OAAO,CAAC,gBAAgB,CAAC,cAAc,EAAE,kBAAkB,CAAC,CAAC;AACnE,MAAM,OAAO,MAAM;AACnB,QAAQ,OAAO,CAAC,mBAAmB,CAAC,cAAc,EAAE,kBAAkB,CAAC,CAAC;AACxE,QAAQ,OAAO,CAAC,mBAAmB,CAAC,cAAc,EAAE,kBAAkB,CAAC,CAAC;AACxE,OAAO,CAAC;AACR,KAAK;AACL,GAAG,EAAE,CAAC,OAAO,EAAE,OAAO,EAAE,qBAAqB,EAAE,qBAAqB,CAAC,CAAC,CAAC;AACvE,EAAE,KAAK,CAAC,SAAS,CAAC,MAAM;AACxB,IAAI,IAAI,gBAAgB,EAAE;AAC1B,MAAM,MAAM,uBAAuB,GAAG,CAAC,KAAK,KAAK;AACjD,QAAQ,MAAM,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC;AACpC,QAAQ,MAAM,eAAe,GAAG,EAAE,CAAC,EAAE,KAAK,CAAC,OAAO,EAAE,CAAC,EAAE,KAAK,CAAC,OAAO,EAAE,CAAC;AACvE,QAAQ,MAAM,gBAAgB,GAAG,OAAO,EAAE,QAAQ,CAAC,MAAM,CAAC,IAAI,OAAO,EAAE,QAAQ,CAAC,MAAM,CAAC,CAAC;AACxF,QAAQ,MAAM,yBAAyB,GAAG,CAAC,gBAAgB,CAAC,eAAe,EAAE,gBAAgB,CAAC,CAAC;AAC/F,QAAQ,IAAI,gBAAgB,EAAE;AAC9B,UAAU,qBAAqB,EAAE,CAAC;AAClC,SAAS,MAAM,IAAI,yBAAyB,EAAE;AAC9C,UAAU,qBAAqB,EAAE,CAAC;AAClC,UAAU,OAAO,EAAE,CAAC;AACpB,SAAS;AACT,OAAO,CAAC;AACR,MAAM,QAAQ,CAAC,gBAAgB,CAAC,aAAa,EAAE,uBAAuB,CAAC,CAAC;AACxE,MAAM,OAAO,MAAM,QAAQ,CAAC,mBAAmB,CAAC,aAAa,EAAE,uBAAuB,CAAC,CAAC;AACxF,KAAK;AACL,GAAG,EAAE,CAAC,OAAO,EAAE,OAAO,EAAE,gBAAgB,EAAE,OAAO,EAAE,qBAAqB,CAAC,CAAC,CAAC;AAC3E,EAAE,uBAAuB,GAAG,CAAC,kBAAkB,EAAE,EAAE,GAAG,KAAK,EAAE,GAAG,EAAE,YAAY,EAAE,CAAC,CAAC;AAClF,CAAC,CAAC,CAAC;AACH,IAAI,CAAC,oCAAoC,EAAE,+BAA+B,CAAC,GAAG,oBAAoB,CAAC,YAAY,EAAE,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC,CAAC;AACtI,IAAI,kBAAkB,GAAG,KAAK,CAAC,UAAU;AACzC,EAAE,CAAC,KAAK,EAAE,YAAY,KAAK;AAC3B,IAAI,MAAM;AACV,MAAM,cAAc;AACpB,MAAM,QAAQ;AACd,MAAM,YAAY,EAAE,SAAS;AAC7B,MAAM,eAAe;AACrB,MAAM,oBAAoB;AAC1B,MAAM,GAAG,YAAY;AACrB,KAAK,GAAG,KAAK,CAAC;AACd,IAAI,MAAM,OAAO,GAAG,iBAAiB,CAAC,YAAY,EAAE,cAAc,CAAC,CAAC;AACpE,IAAI,MAAM,WAAW,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AACvD,IAAI,MAAM,EAAE,OAAO,EAAE,GAAG,OAAO,CAAC;AAChC,IAAI,KAAK,CAAC,SAAS,CAAC,MAAM;AAC1B,MAAM,QAAQ,CAAC,gBAAgB,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;AACvD,MAAM,OAAO,MAAM,QAAQ,CAAC,mBAAmB,CAAC,YAAY,EAAE,OAAO,CAAC,CAAC;AACvE,KAAK,EAAE,CAAC,OAAO,CAAC,CAAC,CAAC;AAClB,IAAI,KAAK,CAAC,SAAS,CAAC,MAAM;AAC1B,MAAM,IAAI,OAAO,CAAC,OAAO,EAAE;AAC3B,QAAQ,MAAM,YAAY,GAAG,CAAC,KAAK,KAAK;AACxC,UAAU,MAAM,MAAM,GAAG,KAAK,CAAC,MAAM,CAAC;AACtC,UAAU,IAAI,MAAM,EAAE,QAAQ,CAAC,OAAO,CAAC,OAAO,CAAC,EAAE,OAAO,EAAE,CAAC;AAC3D,SAAS,CAAC;AACV,QAAQ,MAAM,CAAC,gBAAgB,CAAC,QAAQ,EAAE,YAAY,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,CAAC;AAC3E,QAAQ,OAAO,MAAM,MAAM,CAAC,mBAAmB,CAAC,QAAQ,EAAE,YAAY,EAAE,EAAE,OAAO,EAAE,IAAI,EAAE,CAAC,CAAC;AAC3F,OAAO;AACP,KAAK,EAAE,CAAC,OAAO,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC,CAAC;AACnC,IAAI,uBAAuB,GAAG;AAC9B,MAAM,gBAAgB;AACtB,MAAM;AACN,QAAQ,OAAO,EAAE,IAAI;AACrB,QAAQ,2BAA2B,EAAE,KAAK;AAC1C,QAAQ,eAAe;AACvB,QAAQ,oBAAoB;AAC5B,QAAQ,cAAc,EAAE,CAAC,KAAK,KAAK,KAAK,CAAC,cAAc,EAAE;AACzD,QAAQ,SAAS,EAAE,OAAO;AAC1B,QAAQ,QAAQ,kBAAkB,IAAI;AACtC,UAAU,OAAO;AACjB,UAAU;AACV,YAAY,YAAY,EAAE,OAAO,CAAC,cAAc;AAChD,YAAY,GAAG,WAAW;AAC1B,YAAY,GAAG,YAAY;AAC3B,YAAY,GAAG,EAAE,YAAY;AAC7B,YAAY,KAAK,EAAE;AACnB,cAAc,GAAG,YAAY,CAAC,KAAK;AACnC;AACA,cAAc,GAAG;AACjB,gBAAgB,0CAA0C,EAAE,sCAAsC;AAClG,gBAAgB,yCAAyC,EAAE,qCAAqC;AAChG,gBAAgB,0CAA0C,EAAE,sCAAsC;AAClG,gBAAgB,+BAA+B,EAAE,kCAAkC;AACnF,gBAAgB,gCAAgC,EAAE,mCAAmC;AACrF,eAAe;AACf,aAAa;AACb,YAAY,QAAQ,EAAE;AACtB,8BAA8B,GAAG,CAAC,SAAS,EAAE,EAAE,QAAQ,EAAE,CAAC;AAC1D,8BAA8B,GAAG,CAAC,oCAAoC,EAAE,EAAE,KAAK,EAAE,cAAc,EAAE,QAAQ,EAAE,IAAI,EAAE,QAAQ,kBAAkB,GAAG,CAAC,IAAI,EAAE,EAAE,EAAE,EAAE,OAAO,CAAC,SAAS,EAAE,IAAI,EAAE,SAAS,EAAE,QAAQ,EAAE,SAAS,IAAI,QAAQ,EAAE,CAAC,EAAE,CAAC;AACpO,aAAa;AACb,WAAW;AACX,SAAS;AACT,OAAO;AACP,KAAK,CAAC;AACN,GAAG;AACH,CAAC,CAAC;AACF,cAAc,CAAC,WAAW,GAAG,YAAY,CAAC;AAC1C,IAAI,UAAU,GAAG,cAAc,CAAC;AAC7B,IAAC,YAAY,GAAG,KAAK,CAAC,UAAU;AACnC,EAAE,CAAC,KAAK,EAAE,YAAY,KAAK;AAC3B,IAAI,MAAM,EAAE,cAAc,EAAE,GAAG,UAAU,EAAE,GAAG,KAAK,CAAC;AACpD,IAAI,MAAM,WAAW,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AACvD,IAAI,MAAM,4BAA4B,GAAG,+BAA+B;AACxE,MAAM,UAAU;AAChB,MAAM,cAAc;AACpB,KAAK,CAAC;AACN,IAAI,OAAO,4BAA4B,CAAC,QAAQ,GAAG,IAAI,mBAAmB,GAAG,CAAC,KAAK,EAAE,EAAE,GAAG,WAAW,EAAE,GAAG,UAAU,EAAE,GAAG,EAAE,YAAY,EAAE,CAAC,CAAC;AAC3I,GAAG;AACH,EAAE;AACF,YAAY,CAAC,WAAW,GAAG,UAAU,CAAC;AACtC,SAAS,mBAAmB,CAAC,KAAK,EAAE,IAAI,EAAE;AAC1C,EAAE,MAAM,GAAG,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,GAAG,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;AAC3C,EAAE,MAAM,MAAM,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,MAAM,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;AACjD,EAAE,MAAM,KAAK,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,KAAK,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;AAC/C,EAAE,MAAM,IAAI,GAAG,IAAI,CAAC,GAAG,CAAC,IAAI,CAAC,IAAI,GAAG,KAAK,CAAC,CAAC,CAAC,CAAC;AAC7C,EAAE,QAAQ,IAAI,CAAC,GAAG,CAAC,GAAG,EAAE,MAAM,EAAE,KAAK,EAAE,IAAI,CAAC;AAC5C,IAAI,KAAK,IAAI;AACb,MAAM,OAAO,MAAM,CAAC;AACpB,IAAI,KAAK,KAAK;AACd,MAAM,OAAO,OAAO,CAAC;AACrB,IAAI,KAAK,GAAG;AACZ,MAAM,OAAO,KAAK,CAAC;AACnB,IAAI,KAAK,MAAM;AACf,MAAM,OAAO,QAAQ,CAAC;AACtB,IAAI;AACJ,MAAM,MAAM,IAAI,KAAK,CAAC,aAAa,CAAC,CAAC;AACrC,GAAG;AACH,CAAC;AACD,SAAS,mBAAmB,CAAC,SAAS,EAAE,QAAQ,EAAE,OAAO,GAAG,CAAC,EAAE;AAC/D,EAAE,MAAM,gBAAgB,GAAG,EAAE,CAAC;AAC9B,EAAE,QAAQ,QAAQ;AAClB,IAAI,KAAK,KAAK;AACd,MAAM,gBAAgB,CAAC,IAAI;AAC3B,QAAQ,EAAE,CAAC,EAAE,SAAS,CAAC,CAAC,GAAG,OAAO,EAAE,CAAC,EAAE,SAAS,CAAC,CAAC,GAAG,OAAO,EAAE;AAC9D,QAAQ,EAAE,CAAC,EAAE,SAAS,CAAC,CAAC,GAAG,OAAO,EAAE,CAAC,EAAE,SAAS,CAAC,CAAC,GAAG,OAAO,EAAE;AAC9D,OAAO,CAAC;AACR,MAAM,MAAM;AACZ,IAAI,KAAK,QAAQ;AACjB,MAAM,gBAAgB,CAAC,IAAI;AAC3B,QAAQ,EAAE,CAAC,EAAE,SAAS,CAAC,CAAC,GAAG,OAAO,EAAE,CAAC,EAAE,SAAS,CAAC,CAAC,GAAG,OAAO,EAAE;AAC9D,QAAQ,EAAE,CAAC,EAAE,SAAS,CAAC,CAAC,GAAG,OAAO,EAAE,CAAC,EAAE,SAAS,CAAC,CAAC,GAAG,OAAO,EAAE;AAC9D,OAAO,CAAC;AACR,MAAM,MAAM;AACZ,IAAI,KAAK,MAAM;AACf,MAAM,gBAAgB,CAAC,IAAI;AAC3B,QAAQ,EAAE,CAAC,EAAE,SAAS,CAAC,CAAC,GAAG,OAAO,EAAE,CAAC,EAAE,SAAS,CAAC,CAAC,GAAG,OAAO,EAAE;AAC9D,QAAQ,EAAE,CAAC,EAAE,SAAS,CAAC,CAAC,GAAG,OAAO,EAAE,CAAC,EAAE,SAAS,CAAC,CAAC,GAAG,OAAO,EAAE;AAC9D,OAAO,CAAC;AACR,MAAM,MAAM;AACZ,IAAI,KAAK,OAAO;AAChB,MAAM,gBAAgB,CAAC,IAAI;AAC3B,QAAQ,EAAE,CAAC,EAAE,SAAS,CAAC,CAAC,GAAG,OAAO,EAAE,CAAC,EAAE,SAAS,CAAC,CAAC,GAAG,OAAO,EAAE;AAC9D,QAAQ,EAAE,CAAC,EAAE,SAAS,CAAC,CAAC,GAAG,OAAO,EAAE,CAAC,EAAE,SAAS,CAAC,CAAC,GAAG,OAAO,EAAE;AAC9D,OAAO,CAAC;AACR,MAAM,MAAM;AACZ,GAAG;AACH,EAAE,OAAO,gBAAgB,CAAC;AAC1B,CAAC;AACD,SAAS,iBAAiB,CAAC,IAAI,EAAE;AACjC,EAAE,MAAM,EAAE,GAAG,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,GAAG,IAAI,CAAC;AAC5C,EAAE,OAAO;AACT,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,GAAG,EAAE;AACvB,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,GAAG,EAAE;AACxB,IAAI,EAAE,CAAC,EAAE,KAAK,EAAE,CAAC,EAAE,MAAM,EAAE;AAC3B,IAAI,EAAE,CAAC,EAAE,IAAI,EAAE,CAAC,EAAE,MAAM,EAAE;AAC1B,GAAG,CAAC;AACJ,CAAC;AACD,SAAS,gBAAgB,CAAC,KAAK,EAAE,OAAO,EAAE;AAC1C,EAAE,MAAM,EAAE,CAAC,EAAE,CAAC,EAAE,GAAG,KAAK,CAAC;AACzB,EAAE,IAAI,MAAM,GAAG,KAAK,CAAC;AACrB,EAAE,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,GAAG,OAAO,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,EAAE,EAAE;AACvE,IAAI,MAAM,EAAE,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AAC5B,IAAI,MAAM,EAAE,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AAC5B,IAAI,MAAM,EAAE,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AAC5B,IAAI,MAAM,EAAE,GAAG,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC;AAC5B,IAAI,MAAM,SAAS,GAAG,EAAE,GAAG,CAAC,KAAK,EAAE,GAAG,CAAC,IAAI,CAAC,GAAG,CAAC,EAAE,GAAG,EAAE,KAAK,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,CAAC,GAAG,EAAE,CAAC;AACrF,IAAI,IAAI,SAAS,EAAE,MAAM,GAAG,CAAC,MAAM,CAAC;AACpC,GAAG;AACH,EAAE,OAAO,MAAM,CAAC;AAChB,CAAC;AACD,SAAS,OAAO,CAAC,MAAM,EAAE;AACzB,EAAE,MAAM,SAAS,GAAG,MAAM,CAAC,KAAK,EAAE,CAAC;AACnC,EAAE,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,EAAE,CAAC,KAAK;AAC3B,IAAI,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC;AAC7B,SAAS,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC;AACjC,SAAS,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC,CAAC;AAClC,SAAS,IAAI,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,OAAO,CAAC,CAAC;AACjC,SAAS,OAAO,CAAC,CAAC;AAClB,GAAG,CAAC,CAAC;AACL,EAAE,OAAO,gBAAgB,CAAC,SAAS,CAAC,CAAC;AACrC,CAAC;AACD,SAAS,gBAAgB,CAAC,MAAM,EAAE;AAClC,EAAE,IAAI,MAAM,CAAC,MAAM,IAAI,CAAC,EAAE,OAAO,MAAM,CAAC,KAAK,EAAE,CAAC;AAChD,EAAE,MAAM,SAAS,GAAG,EAAE,CAAC;AACvB,EAAE,KAAK,IAAI,CAAC,GAAG,CAAC,EAAE,CAAC,GAAG,MAAM,CAAC,MAAM,EAAE,CAAC,EAAE,EAAE;AAC1C,IAAI,MAAM,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;AACxB,IAAI,OAAO,SAAS,CAAC,MAAM,IAAI,CAAC,EAAE;AAClC,MAAM,MAAM,CAAC,GAAG,SAAS,CAAC,SAAS,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;AAChD,MAAM,MAAM,CAAC,GAAG,SAAS,CAAC,SAAS,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;AAChD,MAAM,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,SAAS,CAAC,GAAG,EAAE,CAAC;AAClF,WAAW,MAAM;AACjB,KAAK;AACL,IAAI,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AACtB,GAAG;AACH,EAAE,SAAS,CAAC,GAAG,EAAE,CAAC;AAClB,EAAE,MAAM,SAAS,GAAG,EAAE,CAAC;AACvB,EAAE,KAAK,IAAI,CAAC,GAAG,MAAM,CAAC,MAAM,GAAG,CAAC,EAAE,CAAC,IAAI,CAAC,EAAE,CAAC,EAAE,EAAE;AAC/C,IAAI,MAAM,CAAC,GAAG,MAAM,CAAC,CAAC,CAAC,CAAC;AACxB,IAAI,OAAO,SAAS,CAAC,MAAM,IAAI,CAAC,EAAE;AAClC,MAAM,MAAM,CAAC,GAAG,SAAS,CAAC,SAAS,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;AAChD,MAAM,MAAM,CAAC,GAAG,SAAS,CAAC,SAAS,CAAC,MAAM,GAAG,CAAC,CAAC,CAAC;AAChD,MAAM,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC,EAAE,SAAS,CAAC,GAAG,EAAE,CAAC;AAClF,WAAW,MAAM;AACjB,KAAK;AACL,IAAI,SAAS,CAAC,IAAI,CAAC,CAAC,CAAC,CAAC;AACtB,GAAG;AACH,EAAE,SAAS,CAAC,GAAG,EAAE,CAAC;AAClB,EAAE,IAAI,SAAS,CAAC,MAAM,KAAK,CAAC,IAAI,SAAS,CAAC,MAAM,KAAK,CAAC,IAAI,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,IAAI,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,KAAK,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,EAAE;AAClI,IAAI,OAAO,SAAS,CAAC;AACrB,GAAG,MAAM;AACT,IAAI,OAAO,SAAS,CAAC,MAAM,CAAC,SAAS,CAAC,CAAC;AACvC,GAAG;AACH,CAAC;AACE,IAAC,QAAQ,GAAG,gBAAgB;AAC5B,IAAC,KAAK,GAAG,QAAQ;AACjB,IAAC,OAAO,GAAG,eAAe;AAC1B,IAAC,MAAM,GAAG,cAAc;AACxB,IAAC,QAAQ,GAAG,eAAe;AAC3B,IAAC,MAAM,GAAG;;;;","x_google_ignoreList":[0]}
@@ -1,19 +1,13 @@
1
- import { useRef, useEffect, useMemo } from 'react';
1
+ import * as React from 'react';
2
2
 
3
- /**
4
- * A custom hook that converts a callback to a ref to avoid triggering re-renders when passed as a
5
- * prop or avoid re-executing effects when passed as a dependency
6
- */ function $b1b2314f5f9a1d84$export$25bec8c6f54ee79a(callback) {
7
- const callbackRef = useRef(callback);
8
- useEffect(()=>{
9
- callbackRef.current = callback;
10
- }); // https://github.com/facebook/react/issues/19240
11
- return useMemo(()=>(...args)=>{
12
- var _callbackRef$current;
13
- return (_callbackRef$current = callbackRef.current) === null || _callbackRef$current === void 0 ? void 0 : _callbackRef$current.call(callbackRef, ...args);
14
- }
15
- , []);
3
+ // packages/react/use-callback-ref/src/useCallbackRef.tsx
4
+ function useCallbackRef(callback) {
5
+ const callbackRef = React.useRef(callback);
6
+ React.useEffect(() => {
7
+ callbackRef.current = callback;
8
+ });
9
+ return React.useMemo(() => (...args) => callbackRef.current?.(...args), []);
16
10
  }
17
11
 
18
- export { $b1b2314f5f9a1d84$export$25bec8c6f54ee79a as useCallbackRef };
12
+ export { useCallbackRef };
19
13
  //# 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 { useRef, useEffect, useMemo } from 'react';\n\n/**\n * A custom hook that converts a callback to a ref to avoid triggering re-renders when passed as a\n * prop or avoid re-executing effects when passed as a dependency\n */ function $b1b2314f5f9a1d84$export$25bec8c6f54ee79a(callback) {\n const callbackRef = useRef(callback);\n useEffect(()=>{\n callbackRef.current = callback;\n }); // https://github.com/facebook/react/issues/19240\n return useMemo(()=>(...args)=>{\n var _callbackRef$current;\n return (_callbackRef$current = callbackRef.current) === null || _callbackRef$current === void 0 ? void 0 : _callbackRef$current.call(callbackRef, ...args);\n }\n , []);\n}\n\nexport { $b1b2314f5f9a1d84$export$25bec8c6f54ee79a as useCallbackRef };\n//# sourceMappingURL=index.js.map\n"],"names":[],"mappings":";;AAEA;AACA;AACA;AACA,IAAI,SAAS,yCAAyC,CAAC,QAAQ,EAAE;AACjE,IAAI,MAAM,WAAW,GAAG,MAAM,CAAC,QAAQ,CAAC,CAAC;AACzC,IAAI,SAAS,CAAC,IAAI;AAClB,QAAQ,WAAW,CAAC,OAAO,GAAG,QAAQ,CAAC;AACvC,KAAK,CAAC,CAAC;AACP,IAAI,OAAO,OAAO,CAAC,IAAI,CAAC,GAAG,IAAI,GAAG;AAClC,YAAY,IAAI,oBAAoB,CAAC;AACrC,YAAY,OAAO,CAAC,oBAAoB,GAAG,WAAW,CAAC,OAAO,MAAM,IAAI,IAAI,oBAAoB,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAG,oBAAoB,CAAC,IAAI,CAAC,WAAW,EAAE,GAAG,IAAI,CAAC,CAAC;AACvK,SAAS;AACT,MAAM,EAAE,CAAC,CAAC;AACV;;;;","x_google_ignoreList":[0]}
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":[],"mappings":";;AAEA;AACA,SAAS,cAAc,CAAC,QAAQ,EAAE;AAClC,EAAE,MAAM,WAAW,GAAG,KAAK,CAAC,MAAM,CAAC,QAAQ,CAAC,CAAC;AAC7C,EAAE,KAAK,CAAC,SAAS,CAAC,MAAM;AACxB,IAAI,WAAW,CAAC,OAAO,GAAG,QAAQ,CAAC;AACnC,GAAG,CAAC,CAAC;AACL,EAAE,OAAO,KAAK,CAAC,OAAO,CAAC,MAAM,CAAC,GAAG,IAAI,KAAK,WAAW,CAAC,OAAO,GAAG,GAAG,IAAI,CAAC,EAAE,EAAE,CAAC,CAAC;AAC9E;;;;","x_google_ignoreList":[0]}
@@ -1,48 +1,47 @@
1
- import { useCallback, useState, useRef, useEffect } from 'react';
2
- import { useCallbackRef as $b1b2314f5f9a1d84$export$25bec8c6f54ee79a } from '../../react-use-callback-ref/dist/index.js';
1
+ import * as React from 'react';
2
+ import { useCallbackRef } from '../../react-use-callback-ref/dist/index.js';
3
3
 
4
- function $71cd76cc60e0454e$export$6f32135080cb4c3({ prop: prop , defaultProp: defaultProp , onChange: onChange = ()=>{} }) {
5
- const [uncontrolledProp, setUncontrolledProp] = $71cd76cc60e0454e$var$useUncontrolledState({
6
- defaultProp: defaultProp,
7
- onChange: onChange
8
- });
9
- const isControlled = prop !== undefined;
10
- const value1 = isControlled ? prop : uncontrolledProp;
11
- const handleChange = $b1b2314f5f9a1d84$export$25bec8c6f54ee79a(onChange);
12
- const setValue = useCallback((nextValue)=>{
13
- if (isControlled) {
14
- const setter = nextValue;
15
- const value = typeof nextValue === 'function' ? setter(prop) : nextValue;
16
- if (value !== prop) handleChange(value);
17
- } else setUncontrolledProp(nextValue);
18
- }, [
19
- isControlled,
20
- prop,
21
- setUncontrolledProp,
22
- handleChange
23
- ]);
24
- return [
25
- value1,
26
- setValue
27
- ];
4
+ // packages/react/use-controllable-state/src/useControllableState.tsx
5
+ function useControllableState({
6
+ prop,
7
+ defaultProp,
8
+ onChange = () => {
9
+ }
10
+ }) {
11
+ const [uncontrolledProp, setUncontrolledProp] = useUncontrolledState({ defaultProp, onChange });
12
+ const isControlled = prop !== void 0;
13
+ const value = isControlled ? prop : uncontrolledProp;
14
+ const handleChange = useCallbackRef(onChange);
15
+ const setValue = React.useCallback(
16
+ (nextValue) => {
17
+ if (isControlled) {
18
+ const setter = nextValue;
19
+ const value2 = typeof nextValue === "function" ? setter(prop) : nextValue;
20
+ if (value2 !== prop) handleChange(value2);
21
+ } else {
22
+ setUncontrolledProp(nextValue);
23
+ }
24
+ },
25
+ [isControlled, prop, setUncontrolledProp, handleChange]
26
+ );
27
+ return [value, setValue];
28
28
  }
29
- function $71cd76cc60e0454e$var$useUncontrolledState({ defaultProp: defaultProp , onChange: onChange }) {
30
- const uncontrolledState = useState(defaultProp);
31
- const [value] = uncontrolledState;
32
- const prevValueRef = useRef(value);
33
- const handleChange = $b1b2314f5f9a1d84$export$25bec8c6f54ee79a(onChange);
34
- useEffect(()=>{
35
- if (prevValueRef.current !== value) {
36
- handleChange(value);
37
- prevValueRef.current = value;
38
- }
39
- }, [
40
- value,
41
- prevValueRef,
42
- handleChange
43
- ]);
44
- return uncontrolledState;
29
+ function useUncontrolledState({
30
+ defaultProp,
31
+ onChange
32
+ }) {
33
+ const uncontrolledState = React.useState(defaultProp);
34
+ const [value] = uncontrolledState;
35
+ const prevValueRef = React.useRef(value);
36
+ const handleChange = useCallbackRef(onChange);
37
+ React.useEffect(() => {
38
+ if (prevValueRef.current !== value) {
39
+ handleChange(value);
40
+ prevValueRef.current = value;
41
+ }
42
+ }, [value, prevValueRef, handleChange]);
43
+ return uncontrolledState;
45
44
  }
46
45
 
47
- export { $71cd76cc60e0454e$export$6f32135080cb4c3 as useControllableState };
46
+ export { useControllableState };
48
47
  //# 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 { useCallback, useState, useRef, useEffect } from 'react';\nimport { useCallbackRef as $b1b2314f5f9a1d84$export$25bec8c6f54ee79a } from '../../react-use-callback-ref/dist/index.js';\n\nfunction $71cd76cc60e0454e$export$6f32135080cb4c3({ prop: prop , defaultProp: defaultProp , onChange: onChange = ()=>{} }) {\n const [uncontrolledProp, setUncontrolledProp] = $71cd76cc60e0454e$var$useUncontrolledState({\n defaultProp: defaultProp,\n onChange: onChange\n });\n const isControlled = prop !== undefined;\n const value1 = isControlled ? prop : uncontrolledProp;\n const handleChange = $b1b2314f5f9a1d84$export$25bec8c6f54ee79a(onChange);\n const setValue = useCallback((nextValue)=>{\n if (isControlled) {\n const setter = nextValue;\n const value = typeof nextValue === 'function' ? setter(prop) : nextValue;\n if (value !== prop) handleChange(value);\n } else setUncontrolledProp(nextValue);\n }, [\n isControlled,\n prop,\n setUncontrolledProp,\n handleChange\n ]);\n return [\n value1,\n setValue\n ];\n}\nfunction $71cd76cc60e0454e$var$useUncontrolledState({ defaultProp: defaultProp , onChange: onChange }) {\n const uncontrolledState = useState(defaultProp);\n const [value] = uncontrolledState;\n const prevValueRef = useRef(value);\n const handleChange = $b1b2314f5f9a1d84$export$25bec8c6f54ee79a(onChange);\n useEffect(()=>{\n if (prevValueRef.current !== value) {\n handleChange(value);\n prevValueRef.current = value;\n }\n }, [\n value,\n prevValueRef,\n handleChange\n ]);\n return uncontrolledState;\n}\n\nexport { $71cd76cc60e0454e$export$6f32135080cb4c3 as useControllableState };\n//# sourceMappingURL=index.js.map\n"],"names":[],"mappings":";;;AAGA,SAAS,wCAAwC,CAAC,EAAE,IAAI,EAAE,IAAI,GAAG,WAAW,EAAE,WAAW,GAAG,QAAQ,EAAE,QAAQ,GAAG,IAAI,EAAE,GAAG,EAAE;AAC5H,IAAI,MAAM,CAAC,gBAAgB,EAAE,mBAAmB,CAAC,GAAG,0CAA0C,CAAC;AAC/F,QAAQ,WAAW,EAAE,WAAW;AAChC,QAAQ,QAAQ,EAAE,QAAQ;AAC1B,KAAK,CAAC,CAAC;AACP,IAAI,MAAM,YAAY,GAAG,IAAI,KAAK,SAAS,CAAC;AAC5C,IAAI,MAAM,MAAM,GAAG,YAAY,GAAG,IAAI,GAAG,gBAAgB,CAAC;AAC1D,IAAI,MAAM,YAAY,GAAG,yCAAyC,CAAC,QAAQ,CAAC,CAAC;AAC7E,IAAI,MAAM,QAAQ,GAAG,WAAW,CAAC,CAAC,SAAS,GAAG;AAC9C,QAAQ,IAAI,YAAY,EAAE;AAC1B,YAAY,MAAM,MAAM,GAAG,SAAS,CAAC;AACrC,YAAY,MAAM,KAAK,GAAG,OAAO,SAAS,KAAK,UAAU,GAAG,MAAM,CAAC,IAAI,CAAC,GAAG,SAAS,CAAC;AACrF,YAAY,IAAI,KAAK,KAAK,IAAI,EAAE,YAAY,CAAC,KAAK,CAAC,CAAC;AACpD,SAAS,MAAM,mBAAmB,CAAC,SAAS,CAAC,CAAC;AAC9C,KAAK,EAAE;AACP,QAAQ,YAAY;AACpB,QAAQ,IAAI;AACZ,QAAQ,mBAAmB;AAC3B,QAAQ,YAAY;AACpB,KAAK,CAAC,CAAC;AACP,IAAI,OAAO;AACX,QAAQ,MAAM;AACd,QAAQ,QAAQ;AAChB,KAAK,CAAC;AACN,CAAC;AACD,SAAS,0CAA0C,CAAC,EAAE,WAAW,EAAE,WAAW,GAAG,QAAQ,EAAE,QAAQ,GAAG,EAAE;AACxG,IAAI,MAAM,iBAAiB,GAAG,QAAQ,CAAC,WAAW,CAAC,CAAC;AACpD,IAAI,MAAM,CAAC,KAAK,CAAC,GAAG,iBAAiB,CAAC;AACtC,IAAI,MAAM,YAAY,GAAG,MAAM,CAAC,KAAK,CAAC,CAAC;AACvC,IAAI,MAAM,YAAY,GAAG,yCAAyC,CAAC,QAAQ,CAAC,CAAC;AAC7E,IAAI,SAAS,CAAC,IAAI;AAClB,QAAQ,IAAI,YAAY,CAAC,OAAO,KAAK,KAAK,EAAE;AAC5C,YAAY,YAAY,CAAC,KAAK,CAAC,CAAC;AAChC,YAAY,YAAY,CAAC,OAAO,GAAG,KAAK,CAAC;AACzC,SAAS;AACT,KAAK,EAAE;AACP,QAAQ,KAAK;AACb,QAAQ,YAAY;AACpB,QAAQ,YAAY;AACpB,KAAK,CAAC,CAAC;AACP,IAAI,OAAO,iBAAiB,CAAC;AAC7B;;;;","x_google_ignoreList":[0]}
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":[],"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,GAAG,cAAc,CAAC,QAAQ,CAAC,CAAC;AAChD,EAAE,MAAM,QAAQ,GAAG,KAAK,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,GAAG,KAAK,CAAC,QAAQ,CAAC,WAAW,CAAC,CAAC;AACxD,EAAE,MAAM,CAAC,KAAK,CAAC,GAAG,iBAAiB,CAAC;AACpC,EAAE,MAAM,YAAY,GAAG,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,CAAC;AAC3C,EAAE,MAAM,YAAY,GAAG,cAAc,CAAC,QAAQ,CAAC,CAAC;AAChD,EAAE,KAAK,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]}
@@ -1,22 +1,19 @@
1
- import { useEffect } from 'react';
2
- import { useCallbackRef as $b1b2314f5f9a1d84$export$25bec8c6f54ee79a } from '../../react-use-callback-ref/dist/index.js';
1
+ import * as React from 'react';
2
+ import { useCallbackRef } from '../../react-use-callback-ref/dist/index.js';
3
3
 
4
- /**
5
- * Listens for when the escape key is down
6
- */ function $addc16e1bbe58fd0$export$3a72a57244d6e765(onEscapeKeyDownProp, ownerDocument = globalThis === null || globalThis === void 0 ? void 0 : globalThis.document) {
7
- const onEscapeKeyDown = $b1b2314f5f9a1d84$export$25bec8c6f54ee79a(onEscapeKeyDownProp);
8
- useEffect(()=>{
9
- const handleKeyDown = (event)=>{
10
- if (event.key === 'Escape') onEscapeKeyDown(event);
11
- };
12
- ownerDocument.addEventListener('keydown', handleKeyDown);
13
- return ()=>ownerDocument.removeEventListener('keydown', handleKeyDown)
14
- ;
15
- }, [
16
- onEscapeKeyDown,
17
- ownerDocument
18
- ]);
4
+ // packages/react/use-escape-keydown/src/useEscapeKeydown.tsx
5
+ function useEscapeKeydown(onEscapeKeyDownProp, ownerDocument = globalThis?.document) {
6
+ const onEscapeKeyDown = useCallbackRef(onEscapeKeyDownProp);
7
+ React.useEffect(() => {
8
+ const handleKeyDown = (event) => {
9
+ if (event.key === "Escape") {
10
+ onEscapeKeyDown(event);
11
+ }
12
+ };
13
+ ownerDocument.addEventListener("keydown", handleKeyDown, { capture: true });
14
+ return () => ownerDocument.removeEventListener("keydown", handleKeyDown, { capture: true });
15
+ }, [onEscapeKeyDown, ownerDocument]);
19
16
  }
20
17
 
21
- export { $addc16e1bbe58fd0$export$3a72a57244d6e765 as useEscapeKeydown };
18
+ export { useEscapeKeydown };
22
19
  //# 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 { useEffect } from 'react';\nimport { useCallbackRef as $b1b2314f5f9a1d84$export$25bec8c6f54ee79a } from '../../react-use-callback-ref/dist/index.js';\n\n/**\n * Listens for when the escape key is down\n */ function $addc16e1bbe58fd0$export$3a72a57244d6e765(onEscapeKeyDownProp, ownerDocument = globalThis === null || globalThis === void 0 ? void 0 : globalThis.document) {\n const onEscapeKeyDown = $b1b2314f5f9a1d84$export$25bec8c6f54ee79a(onEscapeKeyDownProp);\n useEffect(()=>{\n const handleKeyDown = (event)=>{\n if (event.key === 'Escape') onEscapeKeyDown(event);\n };\n ownerDocument.addEventListener('keydown', handleKeyDown);\n return ()=>ownerDocument.removeEventListener('keydown', handleKeyDown)\n ;\n }, [\n onEscapeKeyDown,\n ownerDocument\n ]);\n}\n\nexport { $addc16e1bbe58fd0$export$3a72a57244d6e765 as useEscapeKeydown };\n//# sourceMappingURL=index.js.map\n"],"names":[],"mappings":";;;AAGA;AACA;AACA,IAAI,SAAS,yCAAyC,CAAC,mBAAmB,EAAE,aAAa,GAAG,UAAU,KAAK,IAAI,IAAI,UAAU,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAG,UAAU,CAAC,QAAQ,EAAE;AACzK,IAAI,MAAM,eAAe,GAAG,yCAAyC,CAAC,mBAAmB,CAAC,CAAC;AAC3F,IAAI,SAAS,CAAC,IAAI;AAClB,QAAQ,MAAM,aAAa,GAAG,CAAC,KAAK,GAAG;AACvC,YAAY,IAAI,KAAK,CAAC,GAAG,KAAK,QAAQ,EAAE,eAAe,CAAC,KAAK,CAAC,CAAC;AAC/D,SAAS,CAAC;AACV,QAAQ,aAAa,CAAC,gBAAgB,CAAC,SAAS,EAAE,aAAa,CAAC,CAAC;AACjE,QAAQ,OAAO,IAAI,aAAa,CAAC,mBAAmB,CAAC,SAAS,EAAE,aAAa,CAAC;AAC9E,SAAS;AACT,KAAK,EAAE;AACP,QAAQ,eAAe;AACvB,QAAQ,aAAa;AACrB,KAAK,CAAC,CAAC;AACP;;;;","x_google_ignoreList":[0]}
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":[],"mappings":";;;AAGA;AACA,SAAS,gBAAgB,CAAC,mBAAmB,EAAE,aAAa,GAAG,UAAU,EAAE,QAAQ,EAAE;AACrF,EAAE,MAAM,eAAe,GAAG,cAAc,CAAC,mBAAmB,CAAC,CAAC;AAC9D,EAAE,KAAK,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]}
@@ -1,12 +1,8 @@
1
- import { useLayoutEffect } from 'react';
1
+ import * as React from 'react';
2
2
 
3
- /**
4
- * On the server, React emits a warning when calling `useLayoutEffect`.
5
- * This is because neither `useLayoutEffect` nor `useEffect` run on the server.
6
- * We use this safe version which suppresses the warning by replacing it with a noop on the server.
7
- *
8
- * See: https://reactjs.org/docs/hooks-reference.html#uselayouteffect
9
- */ const $9f79659886946c16$export$e5c5a5f917a5871c = Boolean(globalThis === null || globalThis === void 0 ? void 0 : globalThis.document) ? useLayoutEffect : ()=>{};
3
+ // packages/react/use-layout-effect/src/useLayoutEffect.tsx
4
+ var useLayoutEffect2 = Boolean(globalThis?.document) ? React.useLayoutEffect : () => {
5
+ };
10
6
 
11
- export { $9f79659886946c16$export$e5c5a5f917a5871c as useLayoutEffect };
7
+ export { useLayoutEffect2 as useLayoutEffect };
12
8
  //# 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 { useLayoutEffect } from 'react';\n\n/**\n * On the server, React emits a warning when calling `useLayoutEffect`.\n * This is because neither `useLayoutEffect` nor `useEffect` run on the server.\n * We use this safe version which suppresses the warning by replacing it with a noop on the server.\n *\n * See: https://reactjs.org/docs/hooks-reference.html#uselayouteffect\n */ const $9f79659886946c16$export$e5c5a5f917a5871c = Boolean(globalThis === null || globalThis === void 0 ? void 0 : globalThis.document) ? useLayoutEffect : ()=>{};\n\nexport { $9f79659886946c16$export$e5c5a5f917a5871c as useLayoutEffect };\n//# sourceMappingURL=index.js.map\n"],"names":[],"mappings":";;AAEA;AACA;AACA;AACA;AACA;AACA;AACA,IAAS,MAAC,yCAAyC,GAAG,OAAO,CAAC,UAAU,KAAK,IAAI,IAAI,UAAU,KAAK,KAAK,CAAC,GAAG,KAAK,CAAC,GAAG,UAAU,CAAC,QAAQ,CAAC,GAAG,eAAe,GAAG,IAAI;;;;","x_google_ignoreList":[0]}
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":[],"mappings":";;AAEA;AACG,IAAC,gBAAgB,GAAG,OAAO,CAAC,UAAU,EAAE,QAAQ,CAAC,GAAG,KAAK,CAAC,eAAe,GAAG,MAAM;AACrF;;;;","x_google_ignoreList":[0]}
@@ -1,22 +1,16 @@
1
- import { useRef, useMemo } from 'react';
1
+ import * as React from 'react';
2
2
 
3
- function $010c2913dbd2fe3d$export$5cae361ad82dce8b(value) {
4
- const ref = useRef({
5
- value: value,
6
- previous: value
7
- }); // We compare values before making an update to ensure that
8
- // a change has been made. This ensures the previous value is
9
- // persisted correctly between renders.
10
- return useMemo(()=>{
11
- if (ref.current.value !== value) {
12
- ref.current.previous = ref.current.value;
13
- ref.current.value = value;
14
- }
15
- return ref.current.previous;
16
- }, [
17
- value
18
- ]);
3
+ // packages/react/use-previous/src/usePrevious.tsx
4
+ function usePrevious(value) {
5
+ const ref = React.useRef({ value, previous: value });
6
+ return React.useMemo(() => {
7
+ if (ref.current.value !== value) {
8
+ ref.current.previous = ref.current.value;
9
+ ref.current.value = value;
10
+ }
11
+ return ref.current.previous;
12
+ }, [value]);
19
13
  }
20
14
 
21
- export { $010c2913dbd2fe3d$export$5cae361ad82dce8b as usePrevious };
15
+ export { usePrevious };
22
16
  //# 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 { useRef, useMemo } from 'react';\n\nfunction $010c2913dbd2fe3d$export$5cae361ad82dce8b(value) {\n const ref = useRef({\n value: value,\n previous: value\n }); // We compare values before making an update to ensure that\n // a change has been made. This ensures the previous value is\n // persisted correctly between renders.\n return 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 }, [\n value\n ]);\n}\n\nexport { $010c2913dbd2fe3d$export$5cae361ad82dce8b as usePrevious };\n//# sourceMappingURL=index.js.map\n"],"names":[],"mappings":";;AAEA,SAAS,yCAAyC,CAAC,KAAK,EAAE;AAC1D,IAAI,MAAM,GAAG,GAAG,MAAM,CAAC;AACvB,QAAQ,KAAK,EAAE,KAAK;AACpB,QAAQ,QAAQ,EAAE,KAAK;AACvB,KAAK,CAAC,CAAC;AACP;AACA;AACA,IAAI,OAAO,OAAO,CAAC,IAAI;AACvB,QAAQ,IAAI,GAAG,CAAC,OAAO,CAAC,KAAK,KAAK,KAAK,EAAE;AACzC,YAAY,GAAG,CAAC,OAAO,CAAC,QAAQ,GAAG,GAAG,CAAC,OAAO,CAAC,KAAK,CAAC;AACrD,YAAY,GAAG,CAAC,OAAO,CAAC,KAAK,GAAG,KAAK,CAAC;AACtC,SAAS;AACT,QAAQ,OAAO,GAAG,CAAC,OAAO,CAAC,QAAQ,CAAC;AACpC,KAAK,EAAE;AACP,QAAQ,KAAK;AACb,KAAK,CAAC,CAAC;AACP;;;;","x_google_ignoreList":[0]}
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":[],"mappings":";;AAEA;AACA,SAAS,WAAW,CAAC,KAAK,EAAE;AAC5B,EAAE,MAAM,GAAG,GAAG,KAAK,CAAC,MAAM,CAAC,EAAE,KAAK,EAAE,QAAQ,EAAE,KAAK,EAAE,CAAC,CAAC;AACvD,EAAE,OAAO,KAAK,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]}
@@ -1,52 +1,41 @@
1
- import { useState } from 'react';
2
- import { useLayoutEffect as $9f79659886946c16$export$e5c5a5f917a5871c } from '../../react-use-layout-effect/dist/index.js';
1
+ import * as React from 'react';
2
+ import { useLayoutEffect as useLayoutEffect2 } from '../../react-use-layout-effect/dist/index.js';
3
3
 
4
- function $db6c3485150b8e66$export$1ab7ae714698c4b8(element) {
5
- const [size, setSize] = useState(undefined);
6
- $9f79659886946c16$export$e5c5a5f917a5871c(()=>{
7
- if (element) {
8
- // provide size as early as possible
9
- setSize({
10
- width: element.offsetWidth,
11
- height: element.offsetHeight
12
- });
13
- const resizeObserver = new ResizeObserver((entries)=>{
14
- if (!Array.isArray(entries)) return;
15
- // Since we only observe the one element, we don't need to loop over the
16
- // array
17
- if (!entries.length) return;
18
- const entry = entries[0];
19
- let width;
20
- let height;
21
- if ('borderBoxSize' in entry) {
22
- const borderSizeEntry = entry['borderBoxSize']; // iron out differences between browsers
23
- const borderSize = Array.isArray(borderSizeEntry) ? borderSizeEntry[0] : borderSizeEntry;
24
- width = borderSize['inlineSize'];
25
- height = borderSize['blockSize'];
26
- } else {
27
- // for browsers that don't support `borderBoxSize`
28
- // we calculate it ourselves to get the correct border box.
29
- width = element.offsetWidth;
30
- height = element.offsetHeight;
31
- }
32
- setSize({
33
- width: width,
34
- height: height
35
- });
36
- });
37
- resizeObserver.observe(element, {
38
- box: 'border-box'
39
- });
40
- return ()=>resizeObserver.unobserve(element)
41
- ;
42
- } else // We only want to reset to `undefined` when the element becomes `null`,
43
- // not if it changes to another element.
44
- setSize(undefined);
45
- }, [
46
- element
47
- ]);
48
- return size;
4
+ // packages/react/use-size/src/useSize.tsx
5
+ function useSize(element) {
6
+ const [size, setSize] = React.useState(void 0);
7
+ useLayoutEffect2(() => {
8
+ if (element) {
9
+ setSize({ width: element.offsetWidth, height: element.offsetHeight });
10
+ const resizeObserver = new ResizeObserver((entries) => {
11
+ if (!Array.isArray(entries)) {
12
+ return;
13
+ }
14
+ if (!entries.length) {
15
+ return;
16
+ }
17
+ const entry = entries[0];
18
+ let width;
19
+ let height;
20
+ if ("borderBoxSize" in entry) {
21
+ const borderSizeEntry = entry["borderBoxSize"];
22
+ const borderSize = Array.isArray(borderSizeEntry) ? borderSizeEntry[0] : borderSizeEntry;
23
+ width = borderSize["inlineSize"];
24
+ height = borderSize["blockSize"];
25
+ } else {
26
+ width = element.offsetWidth;
27
+ height = element.offsetHeight;
28
+ }
29
+ setSize({ width, height });
30
+ });
31
+ resizeObserver.observe(element, { box: "border-box" });
32
+ return () => resizeObserver.unobserve(element);
33
+ } else {
34
+ setSize(void 0);
35
+ }
36
+ }, [element]);
37
+ return size;
49
38
  }
50
39
 
51
- export { $db6c3485150b8e66$export$1ab7ae714698c4b8 as useSize };
40
+ export { useSize };
52
41
  //# sourceMappingURL=index.js.map