@ncino/web-components 8.0.0-preview.45 → 8.0.0-preview.55

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 (1069) hide show
  1. package/dist/_virtual/axe.js +1 -1
  2. package/dist/_virtual/index_html.js +1 -1
  3. package/dist/_virtual/index_react.js +1 -1
  4. package/dist/assets/node_modules/.pnpm/ckeditor5@46.1.1/node_modules/ckeditor5/dist/ckeditor5.css +4 -0
  5. package/dist/components/accordion/gator/base/accordion.gator.js +47 -28
  6. package/dist/components/accordion/gator/group/accordion-group.gator.js +2 -2
  7. package/dist/components/alert/gator/base/alert.gator.js +3 -3
  8. package/dist/components/alert/gator/subtitle/alert-subtitle.gator.js +2 -2
  9. package/dist/components/alert/gator/title/alert-title.gator.js +2 -2
  10. package/dist/components/avatar/gator/avatar.gator.js +5 -5
  11. package/dist/components/badge/gator/badge.gator.js +2 -2
  12. package/dist/components/banner/gator/banner.gator.js +6 -6
  13. package/dist/components/boolean/boolean.gator.js +5 -5
  14. package/dist/components/breadcrumbs/gator/breadcrumb/breadcrumb.gator.js +3 -3
  15. package/dist/components/button/gator/button.gator.js +1 -1
  16. package/dist/components/button-card/gator/button-card.gator.js +7 -6
  17. package/dist/components/button-group/gator/button-group.gator.js +1 -1
  18. package/dist/components/card/card.js +1 -1
  19. package/dist/components/card/gator/base/card.gator.js +2 -2
  20. package/dist/components/card/gator/header/card-header.gator.js +2 -2
  21. package/dist/components/checkbox/checkbox.gator.js +11 -8
  22. package/dist/components/checkbox-group/checkbox-group.gator.js +10 -3
  23. package/dist/components/chip/gator/chip.gator.js +1 -1
  24. package/dist/components/display-card/gator/display-card.gator.js +47 -26
  25. package/dist/components/fab/gator/fab.gator.js +1 -1
  26. package/dist/components/guided-nav/gator/guided-nav/guided-nav.gator.js +5 -3
  27. package/dist/components/guided-nav/gator/guided-nav-step/guided-nav-step.gator.js +23 -14
  28. package/dist/components/guided-nav/gator/guided-nav-substep/guided-nav-substep.gator.js +9 -7
  29. package/dist/components/headline-card/gator/headline-card.gator.js +3 -3
  30. package/dist/components/icon/gator/icon.gator.js +3 -3
  31. package/dist/components/icon/gator/index.js +1 -1
  32. package/dist/components/icon/gator/templates/brain.js +8 -0
  33. package/dist/components/icon/gator/templates/document-ai.js +11 -0
  34. package/dist/components/icon/gator/templates/flags/flag-kh-cambodia.js +280 -80
  35. package/dist/components/icon/gator/templates/flags/flag-pm-saint-pierre-and-miquelon.js +7 -7
  36. package/dist/components/icon/gator/templates/flags/flag-ru-russian-federation.js +26 -19
  37. package/dist/components/icon/gator/templates/flags/flag-sa-sudi-arabia.js +28 -11
  38. package/dist/components/icon/gator/templates/flags/flag-sv-el-slvador.js +36 -24
  39. package/dist/components/icon/gator/templates/index.js +1 -1
  40. package/dist/components/icon/gator/templates/number-0.js +8 -0
  41. package/dist/components/icon/gator/templates/number-10.js +11 -0
  42. package/dist/components/icon/gator/templates/number-4.js +8 -0
  43. package/dist/components/icon/gator/templates/number-5.js +8 -0
  44. package/dist/components/icon/gator/templates/number-6.js +8 -0
  45. package/dist/components/icon/gator/templates/number-7.js +8 -0
  46. package/dist/components/icon/gator/templates/number-8.js +8 -0
  47. package/dist/components/icon/gator/templates/number-9.js +8 -0
  48. package/dist/components/icon/gator/templates/robot.js +17 -0
  49. package/dist/components/icon-button/gator/icon-button.gator.js +3 -3
  50. package/dist/components/icon-button/icon-button.js +1 -1
  51. package/dist/components/illustration/gator/illustration.gator.js +4 -4
  52. package/dist/components/illustration/gator/templates/add-note.js +1 -1
  53. package/dist/components/illustration/gator/templates/address.js +3 -3
  54. package/dist/components/illustration/gator/templates/appointment-confirmed.js +3 -3
  55. package/dist/components/illustration/gator/templates/assets.js +1 -1
  56. package/dist/components/illustration/gator/templates/auto-money.js +3 -3
  57. package/dist/components/illustration/gator/templates/balloons.js +3 -3
  58. package/dist/components/illustration/gator/templates/bank-account.js +1 -1
  59. package/dist/components/illustration/gator/templates/brief-case.js +1 -1
  60. package/dist/components/illustration/gator/templates/calendar-home.js +3 -3
  61. package/dist/components/illustration/gator/templates/change-data.js +3 -3
  62. package/dist/components/illustration/gator/templates/check-with-pencil.js +3 -3
  63. package/dist/components/illustration/gator/templates/co-borrower.js +1 -1
  64. package/dist/components/illustration/gator/templates/co-borrowers-incomplete.js +1 -1
  65. package/dist/components/illustration/gator/templates/co-borrowers.js +1 -1
  66. package/dist/components/illustration/gator/templates/connectivity.js +1 -1
  67. package/dist/components/illustration/gator/templates/contact-search.js +1 -1
  68. package/dist/components/illustration/gator/templates/conversation-multiple.js +3 -3
  69. package/dist/components/illustration/gator/templates/credit-card.js +3 -3
  70. package/dist/components/illustration/gator/templates/crop-background.js +1 -1
  71. package/dist/components/illustration/gator/templates/crop-page.js +3 -3
  72. package/dist/components/illustration/gator/templates/declarations-legal.js +3 -3
  73. package/dist/components/illustration/gator/templates/deliver.js +1 -1
  74. package/dist/components/illustration/gator/templates/demographic-info.js +3 -3
  75. package/dist/components/illustration/gator/templates/document-add.js +1 -1
  76. package/dist/components/illustration/gator/templates/document-signature.js +1 -1
  77. package/dist/components/illustration/gator/templates/download-app.js +1 -1
  78. package/dist/components/illustration/gator/templates/empty-box.js +1 -1
  79. package/dist/components/illustration/gator/templates/home-search.js +3 -3
  80. package/dist/components/illustration/gator/templates/house-5.js +3 -3
  81. package/dist/components/illustration/gator/templates/house-6.js +3 -3
  82. package/dist/components/illustration/gator/templates/house-fireworks.js +1 -1
  83. package/dist/components/illustration/gator/templates/house-under-construction.js +3 -3
  84. package/dist/components/illustration/gator/templates/house-with-shield.js +3 -3
  85. package/dist/components/illustration/gator/templates/inquiry.js +1 -1
  86. package/dist/components/illustration/gator/templates/locked.js +1 -1
  87. package/dist/components/illustration/gator/templates/make-an-offer.js +1 -1
  88. package/dist/components/illustration/gator/templates/network-error.js +1 -1
  89. package/dist/components/illustration/gator/templates/page-1.js +1 -1
  90. package/dist/components/illustration/gator/templates/page-2.js +1 -1
  91. package/dist/components/illustration/gator/templates/page-3.js +1 -1
  92. package/dist/components/illustration/gator/templates/paper-3.js +3 -3
  93. package/dist/components/illustration/gator/templates/paper-7.js +3 -3
  94. package/dist/components/illustration/gator/templates/person-2.js +3 -3
  95. package/dist/components/illustration/gator/templates/personal-info.js +3 -3
  96. package/dist/components/illustration/gator/templates/price-search.js +3 -3
  97. package/dist/components/illustration/gator/templates/quick-links.js +1 -1
  98. package/dist/components/illustration/gator/templates/register.js +3 -3
  99. package/dist/components/illustration/gator/templates/schedule-home-tour.js +1 -1
  100. package/dist/components/illustration/gator/templates/social-security.js +1 -1
  101. package/dist/components/illustration/gator/templates/start-conversation.js +3 -3
  102. package/dist/components/illustration/gator/templates/status-no-x.js +1 -1
  103. package/dist/components/illustration/gator/templates/status.js +3 -3
  104. package/dist/components/illustration/gator/templates/success.js +3 -3
  105. package/dist/components/illustration/gator/templates/talkluments.js +1 -1
  106. package/dist/components/illustration/gator/templates/thumbs-down-man.js +1 -1
  107. package/dist/components/illustration/gator/templates/transfer.js +1 -1
  108. package/dist/components/illustration/gator/templates/unsecured-line-of-credit.js +3 -3
  109. package/dist/components/illustration/gator/templates/upload-cloud.js +1 -1
  110. package/dist/components/image-card/gator/image-card.gator.js +41 -0
  111. package/dist/components/image-card/image-card.js +1 -0
  112. package/dist/components/image-card/index.js +1 -0
  113. package/dist/components/input/base/input-base.gator.js +9 -8
  114. package/dist/components/input/base/input-base.js +1 -1
  115. package/dist/components/input/gator/dropdown/input-dropdown.gator.js +8 -6
  116. package/dist/components/input/gator/help-text/help-text.gator.js +4 -4
  117. package/dist/components/input/gator/input-currency/input-currency.gator.js +2 -2
  118. package/dist/components/input/gator/input-file/file-uploaded-preview/file-upload-preview.gator.js +1 -1
  119. package/dist/components/input/gator/input-file/input-file.gator.js +1 -1
  120. package/dist/components/input/gator/input-label/input-label.gator.js +5 -4
  121. package/dist/components/input/gator/input-phone/input-phone.gator.js +1 -1
  122. package/dist/components/input/gator/input-search/input-search.gator.js +1 -0
  123. package/dist/components/input/gator/input-textarea/input-textarea.gator.js +1 -1
  124. package/dist/components/input/gator/input-time/input-time.gator.js +1 -1
  125. package/dist/components/input-rich-text/ckeditor-config.js +1 -1
  126. package/dist/components/input-rich-text/input-rich-text.slds.js +3 -3
  127. package/dist/components/list/gator/list/list.gator.js +5 -5
  128. package/dist/components/list/gator/list-item/list-item.gator.js +19 -19
  129. package/dist/components/loading-spinner/gator/loading-spinner.gator.js +2 -2
  130. package/dist/components/menu/base/gator/menu.gator.js +3 -3
  131. package/dist/components/modal/gator/modal.gator.js +6 -6
  132. package/dist/components/page-header/gator/page-header.gator.js +4 -4
  133. package/dist/components/panel/gator/panel.gator.js +14 -14
  134. package/dist/components/panel/gator/panel.storybook-test.js +1 -1
  135. package/dist/components/popover/gator/popover.gator.js +5 -5
  136. package/dist/components/progress-bar/gator/progress-bar.gator.js +1 -1
  137. package/dist/components/progress-ring/gator/progress-ring.gator.js +4 -4
  138. package/dist/components/progress-stepper/base/progress-stepper.gator.js +19 -0
  139. package/dist/components/progress-stepper/stepper-item/stepper-item.gator.js +42 -0
  140. package/dist/components/radio/radio.gator.js +6 -6
  141. package/dist/components/radio-group/radio-group.gator.js +13 -5
  142. package/dist/components/selection-box/selection-box.gator.js +6 -9
  143. package/dist/components/selection-box-group/selection-box-group.gator.js +8 -2
  144. package/dist/components/skeleton-loader/gator/skeleton-loader.gator.js +1 -1
  145. package/dist/components/skip-link/gator/base/skip-link.gator.js +11 -9
  146. package/dist/components/switch/gator/switch.gator.js +20 -7
  147. package/dist/components/switch/switch.js +1 -1
  148. package/dist/components/table/gator/table-bulk-controls/table-bulk-controls.gator.js +1 -1
  149. package/dist/components/table/gator/table-pagination/table-pagination.gator.js +1 -1
  150. package/dist/components/table/gator/table.gator.js +6 -6
  151. package/dist/components/tabs/gator/tabset/tabset.gator.js +6 -6
  152. package/dist/components/text-detail/gator/text-detail.gator.js +27 -18
  153. package/dist/components/text-link/gator/text-link.gator.js +16 -6
  154. package/dist/components/text-link/text-link.js +1 -1
  155. package/dist/components/toast/gator/base/toast.gator.js +1 -1
  156. package/dist/components/toast/gator/subtitle/toast-subtitle.gator.js +2 -2
  157. package/dist/components/toast/gator/title/toast-title.gator.js +2 -2
  158. package/dist/components/tooltip/gator/tooltip.gator.js +2 -2
  159. package/dist/components/tooltip/tooltip.js +1 -1
  160. package/dist/design-tokens.source.json +1 -1
  161. package/dist/generated/locale-codes.d.js +1 -0
  162. package/dist/generated/locales/es-419.d.js +1 -0
  163. package/dist/generated/locales/es-419.js +4 -4
  164. package/dist/generated/locales/fr-CA.d.js +1 -0
  165. package/dist/generated/locales/fr-CA.js +4 -4
  166. package/dist/generated/locales/zh-Hans.d.js +1 -0
  167. package/dist/generated/locales/zh-Hans.js +4 -4
  168. package/dist/index.data.js +1 -1
  169. package/dist/index.gator.js +1 -1
  170. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-alignment@46.1.1/node_modules/@ckeditor/ckeditor5-alignment/dist/index.js +4 -0
  171. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-autoformat@46.1.1/node_modules/@ckeditor/ckeditor5-autoformat/dist/index.js +7 -0
  172. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-autosave@46.1.1/node_modules/@ckeditor/ckeditor5-autosave/dist/index.js +4 -0
  173. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-basic-styles@46.1.1/node_modules/@ckeditor/ckeditor5-basic-styles/dist/index.js +4 -0
  174. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-block-quote@46.1.1/node_modules/@ckeditor/ckeditor5-block-quote/dist/index.js +4 -0
  175. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-clipboard@46.1.1/node_modules/@ckeditor/ckeditor5-clipboard/dist/index.js +20 -0
  176. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-cloud-services@46.1.1/node_modules/@ckeditor/ckeditor5-cloud-services/dist/index.js +4 -0
  177. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-code-block@46.1.1/node_modules/@ckeditor/ckeditor5-code-block/dist/index.js +7 -0
  178. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-core@46.1.1/node_modules/@ckeditor/ckeditor5-core/dist/index.js +4 -0
  179. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-editor-classic@46.1.1/node_modules/@ckeditor/ckeditor5-editor-classic/dist/index.js +4 -0
  180. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-engine@46.1.1/node_modules/@ckeditor/ckeditor5-engine/dist/index.js +30 -0
  181. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-enter@46.1.1/node_modules/@ckeditor/ckeditor5-enter/dist/index.js +7 -0
  182. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-essentials@46.1.1/node_modules/@ckeditor/ckeditor5-essentials/dist/index.js +4 -0
  183. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-find-and-replace@46.1.1/node_modules/@ckeditor/ckeditor5-find-and-replace/dist/index.js +5 -0
  184. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-font@46.1.1/node_modules/@ckeditor/ckeditor5-font/dist/index.js +7 -0
  185. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-heading@46.1.1/node_modules/@ckeditor/ckeditor5-heading/dist/index.js +7 -0
  186. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-highlight@46.1.1/node_modules/@ckeditor/ckeditor5-highlight/dist/index.js +4 -0
  187. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-horizontal-line@46.1.1/node_modules/@ckeditor/ckeditor5-horizontal-line/dist/index.js +4 -0
  188. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-html-embed@46.1.1/node_modules/@ckeditor/ckeditor5-html-embed/dist/index.js +4 -0
  189. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-html-support@46.1.1/node_modules/@ckeditor/ckeditor5-html-support/dist/index.js +12 -0
  190. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-icons@46.1.1/node_modules/@ckeditor/ckeditor5-icons/dist/index.js +6 -0
  191. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-image@46.1.1/node_modules/@ckeditor/ckeditor5-image/dist/index.js +10 -0
  192. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-indent@46.1.1/node_modules/@ckeditor/ckeditor5-indent/dist/index.js +10 -0
  193. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-language@46.1.1/node_modules/@ckeditor/ckeditor5-language/dist/index.js +4 -0
  194. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-link@46.1.1/node_modules/@ckeditor/ckeditor5-link/dist/index.js +4 -0
  195. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-list@46.1.1/node_modules/@ckeditor/ckeditor5-list/dist/index.js +13 -0
  196. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-markdown-gfm@46.1.1/node_modules/@ckeditor/ckeditor5-markdown-gfm/dist/index.js +7 -0
  197. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-media-embed@46.1.1/node_modules/@ckeditor/ckeditor5-media-embed/dist/index.js +7 -0
  198. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-mention@46.1.1/node_modules/@ckeditor/ckeditor5-mention/dist/index.js +4 -0
  199. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-page-break@46.1.1/node_modules/@ckeditor/ckeditor5-page-break/dist/index.js +4 -0
  200. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-paragraph@46.1.1/node_modules/@ckeditor/ckeditor5-paragraph/dist/index.js +4 -0
  201. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-paste-from-office@46.1.1/node_modules/@ckeditor/ckeditor5-paste-from-office/dist/index.js +31 -0
  202. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-remove-format@46.1.1/node_modules/@ckeditor/ckeditor5-remove-format/dist/index.js +4 -0
  203. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-select-all@46.1.1/node_modules/@ckeditor/ckeditor5-select-all/dist/index.js +4 -0
  204. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-show-blocks@46.1.1/node_modules/@ckeditor/ckeditor5-show-blocks/dist/index.js +4 -0
  205. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-source-editing@46.1.1/node_modules/@ckeditor/ckeditor5-source-editing/dist/index.js +4 -0
  206. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-special-characters@46.1.1/node_modules/@ckeditor/ckeditor5-special-characters/dist/index.js +4 -0
  207. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-style@46.1.1/node_modules/@ckeditor/ckeditor5-style/dist/index.js +4 -0
  208. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-table@46.1.1/node_modules/@ckeditor/ckeditor5-table/dist/index.js +16 -0
  209. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-typing@46.1.1/node_modules/@ckeditor/ckeditor5-typing/dist/index.js +13 -0
  210. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-ui@46.1.1/node_modules/@ckeditor/ckeditor5-ui/dist/index.js +25 -0
  211. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-undo@46.1.1/node_modules/@ckeditor/ckeditor5-undo/dist/index.js +4 -0
  212. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-upload@46.1.1/node_modules/@ckeditor/ckeditor5-upload/dist/index.js +4 -0
  213. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-utils@46.1.1/node_modules/@ckeditor/ckeditor5-utils/dist/index.js +113 -0
  214. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-watchdog@46.1.1/node_modules/@ckeditor/ckeditor5-watchdog/dist/index.js +10 -0
  215. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-widget@46.1.1/node_modules/@ckeditor/ckeditor5-widget/dist/index.js +4 -0
  216. package/dist/node_modules/.pnpm/@deltablot_dropzone@7.3.1/node_modules/@deltablot/dropzone/dist/dropzone.js +22 -0
  217. package/dist/node_modules/.pnpm/@fastify_busboy@2.1.1/node_modules/@fastify/busboy/deps/dicer/lib/Dicer.js +3 -0
  218. package/dist/node_modules/.pnpm/@fastify_busboy@2.1.1/node_modules/@fastify/busboy/deps/dicer/lib/HeaderParser.js +3 -0
  219. package/dist/node_modules/.pnpm/@fastify_busboy@2.1.1/node_modules/@fastify/busboy/deps/dicer/lib/PartStream.js +1 -0
  220. package/dist/node_modules/.pnpm/@fastify_busboy@2.1.1/node_modules/@fastify/busboy/deps/streamsearch/sbmh.js +1 -0
  221. package/dist/node_modules/.pnpm/@fastify_busboy@2.1.1/node_modules/@fastify/busboy/lib/main.js +1 -0
  222. package/dist/node_modules/.pnpm/@fastify_busboy@2.1.1/node_modules/@fastify/busboy/lib/types/multipart.js +1 -0
  223. package/dist/node_modules/.pnpm/@fastify_busboy@2.1.1/node_modules/@fastify/busboy/lib/types/urlencoded.js +1 -0
  224. package/dist/node_modules/.pnpm/@fastify_busboy@2.1.1/node_modules/@fastify/busboy/lib/utils/Decoder.js +1 -0
  225. package/dist/node_modules/.pnpm/@fastify_busboy@2.1.1/node_modules/@fastify/busboy/lib/utils/basename.js +1 -0
  226. package/dist/node_modules/.pnpm/@fastify_busboy@2.1.1/node_modules/@fastify/busboy/lib/utils/decodeText.js +1 -0
  227. package/dist/node_modules/.pnpm/@fastify_busboy@2.1.1/node_modules/@fastify/busboy/lib/utils/getLimit.js +1 -0
  228. package/dist/node_modules/.pnpm/@fastify_busboy@2.1.1/node_modules/@fastify/busboy/lib/utils/parseParams.js +3 -0
  229. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.7/node_modules/@figma/code-connect/dist/client/external.js +1 -0
  230. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.7/node_modules/@figma/code-connect/dist/client/figma_client.js +1 -0
  231. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.7/node_modules/@figma/code-connect/dist/common/fetch.js +1 -0
  232. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.7/node_modules/@figma/code-connect/dist/common/logging.js +1 -0
  233. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.7/node_modules/@figma/code-connect/dist/common/updates.js +4 -0
  234. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.7/node_modules/@figma/code-connect/dist/connect/external_types.js +1 -0
  235. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.7/node_modules/@figma/code-connect/dist/connect/figma_rest_api.js +1 -0
  236. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.7/node_modules/@figma/code-connect/dist/connect/helpers.js +1 -0
  237. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.7/node_modules/@figma/code-connect/dist/connect/index_common.js +1 -0
  238. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.7/node_modules/@figma/code-connect/dist/html/external.js +1 -0
  239. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.7/node_modules/@figma/code-connect/dist/html/index_html.js +1 -0
  240. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.7/node_modules/@figma/code-connect/dist/html/template_literal.js +1 -0
  241. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.7/node_modules/@figma/code-connect/dist/react/external.js +1 -0
  242. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.7/node_modules/@figma/code-connect/dist/react/index_react.js +1 -0
  243. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.7/node_modules/@figma/code-connect/package.json.js +1 -0
  244. package/dist/node_modules/.pnpm/@floating-ui_core@1.7.3/node_modules/@floating-ui/core/dist/floating-ui.core.js +1 -0
  245. package/dist/node_modules/.pnpm/@floating-ui_dom@1.7.4/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +1 -0
  246. package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js +1 -0
  247. package/dist/node_modules/.pnpm/@floating-ui_utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.js +1 -0
  248. package/dist/node_modules/.pnpm/@jridgewell_sourcemap-codec@1.5.5/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.js +1 -0
  249. package/dist/node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/init/install.js +1 -0
  250. package/dist/node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/init/runtime.js +5 -0
  251. package/dist/node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/internal/default-msg.js +5 -0
  252. package/dist/node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/internal/deferred.js +5 -0
  253. package/dist/node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/internal/fnv1a64.js +5 -0
  254. package/dist/node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/internal/locale-status-event.js +5 -0
  255. package/dist/node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/internal/localized-controller.js +5 -0
  256. package/dist/node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/internal/localized-decorator.js +5 -0
  257. package/dist/node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/internal/str-tag.js +5 -0
  258. package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js +5 -0
  259. package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/custom-element.js +5 -0
  260. package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/property.js +5 -0
  261. package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/decorators/state.js +5 -0
  262. package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js +5 -0
  263. package/dist/node_modules/.pnpm/@storybook_global@5.0.0/node_modules/@storybook/global/dist/index.js +1 -0
  264. package/dist/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/deserialize.js +1 -0
  265. package/dist/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/index.js +1 -0
  266. package/dist/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/serialize.js +1 -0
  267. package/dist/node_modules/.pnpm/@ungap_structured-clone@1.3.0/node_modules/@ungap/structured-clone/esm/types.js +1 -0
  268. package/dist/node_modules/.pnpm/@vitest_browser@3.2.4_msw@2.7.3_@types_node@24.9.1_typescript@5.9.3__playwright@1.56.1__f267599ff27ed4cacb9e62a386256df6/node_modules/@vitest/browser/context.js +1 -0
  269. package/dist/node_modules/.pnpm/@vitest_expect@3.2.4/node_modules/@vitest/expect/dist/index.js +58 -0
  270. package/dist/node_modules/.pnpm/@vitest_pretty-format@3.2.4/node_modules/@vitest/pretty-format/dist/index.js +21 -0
  271. package/dist/node_modules/.pnpm/@vitest_runner@3.2.4/node_modules/@vitest/runner/dist/chunk-hooks.js +5 -0
  272. package/dist/node_modules/.pnpm/@vitest_snapshot@3.2.4/node_modules/@vitest/snapshot/dist/index.js +27 -0
  273. package/dist/node_modules/.pnpm/@vitest_spy@3.2.4/node_modules/@vitest/spy/dist/index.js +1 -0
  274. package/dist/node_modules/.pnpm/@vitest_utils@3.2.4/node_modules/@vitest/utils/dist/chunk-_commonjsHelpers.js +1 -0
  275. package/dist/node_modules/.pnpm/@vitest_utils@3.2.4/node_modules/@vitest/utils/dist/diff.js +42 -0
  276. package/dist/node_modules/.pnpm/@vitest_utils@3.2.4/node_modules/@vitest/utils/dist/error.js +2 -0
  277. package/dist/node_modules/.pnpm/@vitest_utils@3.2.4/node_modules/@vitest/utils/dist/helpers.js +1 -0
  278. package/dist/node_modules/.pnpm/@vitest_utils@3.2.4/node_modules/@vitest/utils/dist/index.js +1 -0
  279. package/dist/node_modules/.pnpm/@vitest_utils@3.2.4/node_modules/@vitest/utils/dist/source-map.js +1 -0
  280. package/dist/node_modules/.pnpm/ansi-styles@4.3.0/node_modules/ansi-styles/index.js +1 -0
  281. package/dist/node_modules/.pnpm/available-typed-arrays@1.0.7/node_modules/available-typed-arrays/index.js +1 -0
  282. package/dist/node_modules/.pnpm/axe-core@4.11.0/node_modules/axe-core/axe.js +30 -0
  283. package/dist/node_modules/.pnpm/bail@2.0.2/node_modules/bail/index.js +1 -0
  284. package/dist/node_modules/.pnpm/base64-js@1.5.1/node_modules/base64-js/index.js +1 -0
  285. package/dist/node_modules/.pnpm/buffer@5.7.1/node_modules/buffer/index.js +6 -0
  286. package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/actualApply.js +1 -0
  287. package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/applyBind.js +1 -0
  288. package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionApply.js +1 -0
  289. package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/functionCall.js +1 -0
  290. package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/index.js +1 -0
  291. package/dist/node_modules/.pnpm/call-bind-apply-helpers@1.0.2/node_modules/call-bind-apply-helpers/reflectApply.js +1 -0
  292. package/dist/node_modules/.pnpm/call-bind@1.0.8/node_modules/call-bind/index.js +1 -0
  293. package/dist/node_modules/.pnpm/call-bound@1.0.4/node_modules/call-bound/index.js +1 -0
  294. package/dist/node_modules/.pnpm/ccount@2.0.1/node_modules/ccount/index.js +1 -0
  295. package/dist/node_modules/.pnpm/chai@5.2.0/node_modules/chai/chai.js +218 -0
  296. package/dist/node_modules/.pnpm/chalk@4.1.2/node_modules/chalk/source/index.js +2 -0
  297. package/dist/node_modules/.pnpm/chalk@4.1.2/node_modules/chalk/source/templates.js +2 -0
  298. package/dist/node_modules/.pnpm/chalk@4.1.2/node_modules/chalk/source/util.js +4 -0
  299. package/dist/node_modules/.pnpm/character-entities-html4@2.1.0/node_modules/character-entities-html4/index.js +1 -0
  300. package/dist/node_modules/.pnpm/character-entities-legacy@3.0.0/node_modules/character-entities-legacy/index.js +1 -0
  301. package/dist/node_modules/.pnpm/color-convert@2.0.1/node_modules/color-convert/conversions.js +1 -0
  302. package/dist/node_modules/.pnpm/color-convert@2.0.1/node_modules/color-convert/index.js +1 -0
  303. package/dist/node_modules/.pnpm/color-convert@2.0.1/node_modules/color-convert/route.js +1 -0
  304. package/dist/node_modules/.pnpm/color-convert@3.1.0/node_modules/color-convert/conversions.js +1 -0
  305. package/dist/node_modules/.pnpm/color-convert@3.1.0/node_modules/color-convert/index.js +1 -0
  306. package/dist/node_modules/.pnpm/color-convert@3.1.0/node_modules/color-convert/route.js +1 -0
  307. package/dist/node_modules/.pnpm/color-name@1.1.4/node_modules/color-name/index.js +1 -0
  308. package/dist/node_modules/.pnpm/color-name@2.0.2/node_modules/color-name/index.js +1 -0
  309. package/dist/node_modules/.pnpm/color-parse@2.0.2/node_modules/color-parse/index.js +1 -0
  310. package/dist/node_modules/.pnpm/color-string@2.0.1/node_modules/color-string/index.js +1 -0
  311. package/dist/node_modules/.pnpm/color@5.0.2/node_modules/color/index.js +1 -0
  312. package/dist/node_modules/.pnpm/comma-separated-tokens@2.0.3/node_modules/comma-separated-tokens/index.js +1 -0
  313. package/dist/node_modules/.pnpm/compare-versions@6.1.1/node_modules/compare-versions/lib/esm/compare.js +1 -0
  314. package/dist/node_modules/.pnpm/compare-versions@6.1.1/node_modules/compare-versions/lib/esm/compareVersions.js +1 -0
  315. package/dist/node_modules/.pnpm/compare-versions@6.1.1/node_modules/compare-versions/lib/esm/index.js +1 -0
  316. package/dist/node_modules/.pnpm/compare-versions@6.1.1/node_modules/compare-versions/lib/esm/satisfies.js +1 -0
  317. package/dist/node_modules/.pnpm/compare-versions@6.1.1/node_modules/compare-versions/lib/esm/utils.js +1 -0
  318. package/dist/node_modules/.pnpm/compare-versions@6.1.1/node_modules/compare-versions/lib/esm/validate.js +1 -0
  319. package/dist/node_modules/.pnpm/decode-named-character-reference@1.2.0/node_modules/decode-named-character-reference/index.dom.js +1 -0
  320. package/dist/node_modules/.pnpm/define-data-property@1.1.4/node_modules/define-data-property/index.js +1 -0
  321. package/dist/node_modules/.pnpm/devlop@1.1.0/node_modules/devlop/lib/default.js +1 -0
  322. package/dist/node_modules/.pnpm/dotenv@16.6.1/node_modules/dotenv/lib/main.js +3 -0
  323. package/dist/node_modules/.pnpm/dotenv@16.6.1/node_modules/dotenv/package.json.js +1 -0
  324. package/dist/node_modules/.pnpm/dunder-proto@1.0.1/node_modules/dunder-proto/get.js +1 -0
  325. package/dist/node_modules/.pnpm/es-define-property@1.0.0/node_modules/es-define-property/index.js +1 -0
  326. package/dist/node_modules/.pnpm/es-define-property@1.0.1/node_modules/es-define-property/index.js +1 -0
  327. package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/eval.js +1 -0
  328. package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/index.js +1 -0
  329. package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/range.js +1 -0
  330. package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/ref.js +1 -0
  331. package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/syntax.js +1 -0
  332. package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/type.js +1 -0
  333. package/dist/node_modules/.pnpm/es-errors@1.3.0/node_modules/es-errors/uri.js +1 -0
  334. package/dist/node_modules/.pnpm/es-object-atoms@1.1.1/node_modules/es-object-atoms/index.js +1 -0
  335. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/_internal/isUnsafeProperty.js +1 -0
  336. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/assignValue.js +1 -0
  337. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/getSymbols.js +1 -0
  338. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/getTag.js +1 -0
  339. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/isDeepKey.js +1 -0
  340. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/isIndex.js +1 -0
  341. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/isKey.js +1 -0
  342. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/isPrototype.js +1 -0
  343. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/normalizeForCase.js +1 -0
  344. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/tags.js +1 -0
  345. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/_internal/toKey.js +1 -0
  346. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/function/debounce.js +1 -0
  347. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/function/identity.js +1 -0
  348. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/function/throttle.js +1 -0
  349. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/assignIn.js +1 -0
  350. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/clone.js +1 -0
  351. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/cloneDeep.js +1 -0
  352. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.js +1 -0
  353. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/get.js +1 -0
  354. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/has.js +1 -0
  355. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/keysIn.js +1 -0
  356. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/mapValues.js +1 -0
  357. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/merge.js +1 -0
  358. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/mergeWith.js +1 -0
  359. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/property.js +1 -0
  360. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/set.js +1 -0
  361. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/object/updateWith.js +1 -0
  362. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isArguments.js +1 -0
  363. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isArray.js +1 -0
  364. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isArrayLike.js +1 -0
  365. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isElement.js +1 -0
  366. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isEqualWith.js +1 -0
  367. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isFunction.js +1 -0
  368. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isMatch.js +1 -0
  369. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isMatchWith.js +1 -0
  370. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isObject.js +1 -0
  371. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isObjectLike.js +1 -0
  372. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isPlainObject.js +1 -0
  373. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isString.js +1 -0
  374. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isSymbol.js +1 -0
  375. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/isTypedArray.js +1 -0
  376. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/matches.js +1 -0
  377. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/predicate/matchesProperty.js +1 -0
  378. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/string/escapeRegExp.js +1 -0
  379. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/string/startCase.js +1 -0
  380. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/string/upperFirst.js +1 -0
  381. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/eq.js +1 -0
  382. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/iteratee.js +1 -0
  383. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/times.js +1 -0
  384. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/toFinite.js +1 -0
  385. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/toInteger.js +1 -0
  386. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/toNumber.js +1 -0
  387. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/toPath.js +1 -0
  388. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/compat/util/toString.js +1 -0
  389. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/function/after.js +1 -0
  390. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/function/debounce.js +1 -0
  391. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/function/identity.js +1 -0
  392. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/function/noop.js +1 -0
  393. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/object/clone.js +1 -0
  394. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/object/cloneDeep.js +1 -0
  395. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/object/cloneDeepWith.js +1 -0
  396. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/object/mapValues.js +1 -0
  397. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isBuffer.js +1 -0
  398. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isEqual.js +1 -0
  399. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isEqualWith.js +1 -0
  400. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isLength.js +1 -0
  401. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isPlainObject.js +1 -0
  402. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isPrimitive.js +1 -0
  403. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/predicate/isTypedArray.js +1 -0
  404. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/string/escapeRegExp.js +1 -0
  405. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/string/upperFirst.js +1 -0
  406. package/dist/node_modules/.pnpm/es-toolkit@1.39.5/node_modules/es-toolkit/dist/string/words.js +1 -0
  407. package/dist/node_modules/.pnpm/escape-string-regexp@5.0.0/node_modules/escape-string-regexp/index.js +1 -0
  408. package/dist/node_modules/.pnpm/events@3.3.0/node_modules/events/events.js +1 -0
  409. package/dist/node_modules/.pnpm/extend@3.0.2/node_modules/extend/index.js +1 -0
  410. package/dist/node_modules/.pnpm/for-each@0.3.5/node_modules/for-each/index.js +1 -0
  411. package/dist/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/implementation.js +1 -0
  412. package/dist/node_modules/.pnpm/function-bind@1.1.2/node_modules/function-bind/index.js +1 -0
  413. package/dist/node_modules/.pnpm/get-intrinsic@1.2.4/node_modules/get-intrinsic/index.js +1 -0
  414. package/dist/node_modules/.pnpm/get-intrinsic@1.3.0/node_modules/get-intrinsic/index.js +1 -0
  415. package/dist/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Object.getPrototypeOf.js +1 -0
  416. package/dist/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/Reflect.getPrototypeOf.js +1 -0
  417. package/dist/node_modules/.pnpm/get-proto@1.0.1/node_modules/get-proto/index.js +1 -0
  418. package/dist/node_modules/.pnpm/gopd@1.0.1/node_modules/gopd/index.js +1 -0
  419. package/dist/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/gOPD.js +1 -0
  420. package/dist/node_modules/.pnpm/gopd@1.2.0/node_modules/gopd/index.js +1 -0
  421. package/dist/node_modules/.pnpm/has-property-descriptors@1.0.2/node_modules/has-property-descriptors/index.js +1 -0
  422. package/dist/node_modules/.pnpm/has-proto@1.0.3/node_modules/has-proto/index.js +1 -0
  423. package/dist/node_modules/.pnpm/has-symbols@1.0.3/node_modules/has-symbols/index.js +1 -0
  424. package/dist/node_modules/.pnpm/has-symbols@1.0.3/node_modules/has-symbols/shams.js +1 -0
  425. package/dist/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/index.js +1 -0
  426. package/dist/node_modules/.pnpm/has-symbols@1.1.0/node_modules/has-symbols/shams.js +1 -0
  427. package/dist/node_modules/.pnpm/has-tostringtag@1.0.2/node_modules/has-tostringtag/shams.js +1 -0
  428. package/dist/node_modules/.pnpm/hasown@2.0.2/node_modules/hasown/index.js +1 -0
  429. package/dist/node_modules/.pnpm/hast-util-embedded@3.0.0/node_modules/hast-util-embedded/lib/index.js +1 -0
  430. package/dist/node_modules/.pnpm/hast-util-from-dom@5.0.1/node_modules/hast-util-from-dom/lib/index.js +1 -0
  431. package/dist/node_modules/.pnpm/hast-util-has-property@3.0.0/node_modules/hast-util-has-property/lib/index.js +1 -0
  432. package/dist/node_modules/.pnpm/hast-util-is-body-ok-link@3.0.1/node_modules/hast-util-is-body-ok-link/lib/index.js +1 -0
  433. package/dist/node_modules/.pnpm/hast-util-is-element@3.0.0/node_modules/hast-util-is-element/lib/index.js +1 -0
  434. package/dist/node_modules/.pnpm/hast-util-minify-whitespace@1.0.1/node_modules/hast-util-minify-whitespace/lib/block.js +1 -0
  435. package/dist/node_modules/.pnpm/hast-util-minify-whitespace@1.0.1/node_modules/hast-util-minify-whitespace/lib/content.js +1 -0
  436. package/dist/node_modules/.pnpm/hast-util-minify-whitespace@1.0.1/node_modules/hast-util-minify-whitespace/lib/index.js +2 -0
  437. package/dist/node_modules/.pnpm/hast-util-minify-whitespace@1.0.1/node_modules/hast-util-minify-whitespace/lib/skippable.js +1 -0
  438. package/dist/node_modules/.pnpm/hast-util-parse-selector@4.0.0/node_modules/hast-util-parse-selector/lib/index.js +1 -0
  439. package/dist/node_modules/.pnpm/hast-util-phrasing@3.0.1/node_modules/hast-util-phrasing/lib/index.js +1 -0
  440. package/dist/node_modules/.pnpm/hast-util-to-dom@4.0.1/node_modules/hast-util-to-dom/lib/index.js +1 -0
  441. package/dist/node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/comment.js +1 -0
  442. package/dist/node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/doctype.js +1 -0
  443. package/dist/node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/element.js +9 -0
  444. package/dist/node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/index.js +1 -0
  445. package/dist/node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/raw.js +1 -0
  446. package/dist/node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/root.js +1 -0
  447. package/dist/node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/handle/text.js +1 -0
  448. package/dist/node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/index.js +1 -0
  449. package/dist/node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/omission/closing.js +1 -0
  450. package/dist/node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/omission/omission.js +1 -0
  451. package/dist/node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/omission/opening.js +1 -0
  452. package/dist/node_modules/.pnpm/hast-util-to-html@9.0.5/node_modules/hast-util-to-html/lib/omission/util/siblings.js +1 -0
  453. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/a.js +1 -0
  454. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/base.js +1 -0
  455. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/blockquote.js +1 -0
  456. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/br.js +1 -0
  457. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/code.js +1 -0
  458. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/comment.js +1 -0
  459. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/del.js +1 -0
  460. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/dl.js +1 -0
  461. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/em.js +1 -0
  462. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/heading.js +1 -0
  463. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/hr.js +1 -0
  464. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/iframe.js +1 -0
  465. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/img.js +1 -0
  466. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/index.js +1 -0
  467. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/inline-code.js +1 -0
  468. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/input.js +1 -0
  469. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/li.js +1 -0
  470. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/list.js +1 -0
  471. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/media.js +1 -0
  472. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/p.js +1 -0
  473. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/q.js +1 -0
  474. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/root.js +1 -0
  475. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/select.js +1 -0
  476. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/strong.js +1 -0
  477. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/table-cell.js +1 -0
  478. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/table-row.js +1 -0
  479. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/table.js +1 -0
  480. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/text.js +1 -0
  481. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/textarea.js +1 -0
  482. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/handlers/wbr.js +1 -0
  483. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/index.js +1 -0
  484. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/state.js +1 -0
  485. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/util/drop-surrounding-breaks.js +1 -0
  486. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/util/find-selected-options.js +1 -0
  487. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/util/list-items-spread.js +1 -0
  488. package/dist/node_modules/.pnpm/hast-util-to-mdast@10.1.2/node_modules/hast-util-to-mdast/lib/util/wrap.js +1 -0
  489. package/dist/node_modules/.pnpm/hast-util-to-text@4.0.2/node_modules/hast-util-to-text/lib/index.js +3 -0
  490. package/dist/node_modules/.pnpm/hast-util-whitespace@3.0.0/node_modules/hast-util-whitespace/lib/index.js +1 -0
  491. package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/create-h.js +1 -0
  492. package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/index.js +1 -0
  493. package/dist/node_modules/.pnpm/hastscript@9.0.1/node_modules/hastscript/lib/svg-case-sensitive-tag-names.js +1 -0
  494. package/dist/node_modules/.pnpm/html-void-elements@3.0.0/node_modules/html-void-elements/index.js +1 -0
  495. package/dist/node_modules/.pnpm/ieee754@1.2.1/node_modules/ieee754/index.js +1 -0
  496. package/dist/node_modules/.pnpm/inherits@2.0.4/node_modules/inherits/inherits_browser.js +1 -0
  497. package/dist/node_modules/.pnpm/is-arguments@1.2.0/node_modules/is-arguments/index.js +1 -0
  498. package/dist/node_modules/.pnpm/is-callable@1.2.7/node_modules/is-callable/index.js +1 -0
  499. package/dist/node_modules/.pnpm/is-generator-function@1.1.0/node_modules/is-generator-function/index.js +1 -0
  500. package/dist/node_modules/.pnpm/is-plain-obj@4.1.0/node_modules/is-plain-obj/index.js +1 -0
  501. package/dist/node_modules/.pnpm/is-regex@1.2.1/node_modules/is-regex/index.js +1 -0
  502. package/dist/node_modules/.pnpm/is-typed-array@1.1.15/node_modules/is-typed-array/index.js +1 -0
  503. package/dist/node_modules/.pnpm/js-tokens@9.0.1/node_modules/js-tokens/index.js +1 -0
  504. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/ParseError.js +1 -0
  505. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/PhoneNumber.js +1 -0
  506. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/constants.js +1 -0
  507. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/format.js +1 -0
  508. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/helpers/RFC3966.js +1 -0
  509. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js +1 -0
  510. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js +1 -0
  511. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js +1 -0
  512. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.js +1 -0
  513. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js +1 -0
  514. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +1 -0
  515. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.js +1 -0
  516. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js +1 -0
  517. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +1 -0
  518. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/helpers/extractPhoneContext.js +1 -0
  519. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js +1 -0
  520. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.js +1 -0
  521. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js +2 -0
  522. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.js +1 -0
  523. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/helpers/getNumberType.js +2 -0
  524. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.js +1 -0
  525. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/helpers/isObject.js +1 -0
  526. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.js +1 -0
  527. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js +1 -0
  528. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/helpers/parseDigits.js +1 -0
  529. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.js +1 -0
  530. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/isPossible.js +1 -0
  531. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/isValid.js +1 -0
  532. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/metadata.js +1 -0
  533. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/normalizeArguments.js +2 -0
  534. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/parse.js +1 -0
  535. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js +2 -0
  536. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/parsePhoneNumber.js +1 -0
  537. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.js +1 -0
  538. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/parsePhoneNumber_.js +1 -0
  539. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/es6/tools/semver-compare.js +1 -0
  540. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/metadata.min.json.js +1 -0
  541. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/min/exports/parsePhoneNumber.js +1 -0
  542. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.24/node_modules/libphonenumber-js/min/exports/withMetadataArgument.js +1 -0
  543. package/dist/node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js +5 -0
  544. package/dist/node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/async-directive.js +5 -0
  545. package/dist/node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directive-helpers.js +5 -0
  546. package/dist/node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directive.js +5 -0
  547. package/dist/node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js +5 -0
  548. package/dist/node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/if-defined.js +5 -0
  549. package/dist/node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/live.js +5 -0
  550. package/dist/node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/ref.js +5 -0
  551. package/dist/node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/repeat.js +5 -0
  552. package/dist/node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/unsafe-html.js +5 -0
  553. package/dist/node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js +7 -0
  554. package/dist/node_modules/.pnpm/longest-streak@3.1.0/node_modules/longest-streak/index.js +1 -0
  555. package/dist/node_modules/.pnpm/loupe@3.1.4/node_modules/loupe/lib/arguments.js +1 -0
  556. package/dist/node_modules/.pnpm/loupe@3.1.4/node_modules/loupe/lib/array.js +1 -0
  557. package/dist/node_modules/.pnpm/loupe@3.1.4/node_modules/loupe/lib/bigint.js +1 -0
  558. package/dist/node_modules/.pnpm/loupe@3.1.4/node_modules/loupe/lib/class.js +1 -0
  559. package/dist/node_modules/.pnpm/loupe@3.1.4/node_modules/loupe/lib/date.js +1 -0
  560. package/dist/node_modules/.pnpm/loupe@3.1.4/node_modules/loupe/lib/error.js +1 -0
  561. package/dist/node_modules/.pnpm/loupe@3.1.4/node_modules/loupe/lib/function.js +1 -0
  562. package/dist/node_modules/.pnpm/loupe@3.1.4/node_modules/loupe/lib/helpers.js +1 -0
  563. package/dist/node_modules/.pnpm/loupe@3.1.4/node_modules/loupe/lib/html.js +2 -0
  564. package/dist/node_modules/.pnpm/loupe@3.1.4/node_modules/loupe/lib/index.js +1 -0
  565. package/dist/node_modules/.pnpm/loupe@3.1.4/node_modules/loupe/lib/map.js +1 -0
  566. package/dist/node_modules/.pnpm/loupe@3.1.4/node_modules/loupe/lib/number.js +1 -0
  567. package/dist/node_modules/.pnpm/loupe@3.1.4/node_modules/loupe/lib/object.js +1 -0
  568. package/dist/node_modules/.pnpm/loupe@3.1.4/node_modules/loupe/lib/promise.js +1 -0
  569. package/dist/node_modules/.pnpm/loupe@3.1.4/node_modules/loupe/lib/regexp.js +1 -0
  570. package/dist/node_modules/.pnpm/loupe@3.1.4/node_modules/loupe/lib/set.js +1 -0
  571. package/dist/node_modules/.pnpm/loupe@3.1.4/node_modules/loupe/lib/string.js +1 -0
  572. package/dist/node_modules/.pnpm/loupe@3.1.4/node_modules/loupe/lib/symbol.js +1 -0
  573. package/dist/node_modules/.pnpm/loupe@3.1.4/node_modules/loupe/lib/typedarray.js +1 -0
  574. package/dist/node_modules/.pnpm/magic-string@0.30.19/node_modules/magic-string/dist/magic-string.es.js +10 -0
  575. package/dist/node_modules/.pnpm/markdown-table@3.0.4/node_modules/markdown-table/index.js +2 -0
  576. package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/abs.js +1 -0
  577. package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/floor.js +1 -0
  578. package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/isNaN.js +1 -0
  579. package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/max.js +1 -0
  580. package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/min.js +1 -0
  581. package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/pow.js +1 -0
  582. package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/round.js +1 -0
  583. package/dist/node_modules/.pnpm/math-intrinsics@1.1.0/node_modules/math-intrinsics/sign.js +1 -0
  584. package/dist/node_modules/.pnpm/mdast-util-find-and-replace@3.0.2/node_modules/mdast-util-find-and-replace/lib/index.js +1 -0
  585. package/dist/node_modules/.pnpm/mdast-util-from-markdown@2.0.2/node_modules/mdast-util-from-markdown/lib/index.js +1 -0
  586. package/dist/node_modules/.pnpm/mdast-util-gfm-autolink-literal@2.0.1/node_modules/mdast-util-gfm-autolink-literal/lib/index.js +1 -0
  587. package/dist/node_modules/.pnpm/mdast-util-gfm-footnote@2.1.0/node_modules/mdast-util-gfm-footnote/lib/index.js +2 -0
  588. package/dist/node_modules/.pnpm/mdast-util-gfm-strikethrough@2.0.0/node_modules/mdast-util-gfm-strikethrough/lib/index.js +1 -0
  589. package/dist/node_modules/.pnpm/mdast-util-gfm-table@2.0.0/node_modules/mdast-util-gfm-table/lib/index.js +3 -0
  590. package/dist/node_modules/.pnpm/mdast-util-gfm-task-list-item@2.0.0/node_modules/mdast-util-gfm-task-list-item/lib/index.js +1 -0
  591. package/dist/node_modules/.pnpm/mdast-util-gfm@3.1.0/node_modules/mdast-util-gfm/lib/index.js +1 -0
  592. package/dist/node_modules/.pnpm/mdast-util-newline-to-break@2.0.0/node_modules/mdast-util-newline-to-break/lib/index.js +1 -0
  593. package/dist/node_modules/.pnpm/mdast-util-phrasing@4.1.0/node_modules/mdast-util-phrasing/lib/index.js +1 -0
  594. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/footer.js +3 -0
  595. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/blockquote.js +1 -0
  596. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/break.js +2 -0
  597. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/code.js +2 -0
  598. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/delete.js +1 -0
  599. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/emphasis.js +1 -0
  600. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/footnote-reference.js +1 -0
  601. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/heading.js +1 -0
  602. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/html.js +1 -0
  603. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/image-reference.js +1 -0
  604. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/image.js +1 -0
  605. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/index.js +1 -0
  606. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/inline-code.js +1 -0
  607. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/link-reference.js +1 -0
  608. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/link.js +1 -0
  609. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/list-item.js +3 -0
  610. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/list.js +1 -0
  611. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/paragraph.js +1 -0
  612. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/root.js +1 -0
  613. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/strong.js +1 -0
  614. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table-cell.js +1 -0
  615. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table-row.js +1 -0
  616. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/table.js +1 -0
  617. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/text.js +1 -0
  618. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/handlers/thematic-break.js +1 -0
  619. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/index.js +2 -0
  620. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/revert.js +1 -0
  621. package/dist/node_modules/.pnpm/mdast-util-to-hast@13.2.0/node_modules/mdast-util-to-hast/lib/state.js +4 -0
  622. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/configure.js +1 -0
  623. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/blockquote.js +1 -0
  624. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/break.js +3 -0
  625. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/code.js +4 -0
  626. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/definition.js +2 -0
  627. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/emphasis.js +1 -0
  628. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/heading.js +6 -0
  629. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/html.js +1 -0
  630. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image-reference.js +1 -0
  631. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/image.js +1 -0
  632. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/index.js +1 -0
  633. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/inline-code.js +1 -0
  634. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link-reference.js +1 -0
  635. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/link.js +1 -0
  636. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list-item.js +1 -0
  637. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/list.js +1 -0
  638. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/paragraph.js +1 -0
  639. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/root.js +1 -0
  640. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/strong.js +1 -0
  641. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/text.js +1 -0
  642. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/handle/thematic-break.js +1 -0
  643. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/index.js +4 -0
  644. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/join.js +1 -0
  645. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/unsafe.js +7 -0
  646. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/association.js +1 -0
  647. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-ordered.js +1 -0
  648. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet-other.js +1 -0
  649. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-bullet.js +1 -0
  650. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-emphasis.js +1 -0
  651. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-fence.js +1 -0
  652. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-list-item-indent.js +1 -0
  653. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-quote.js +1 -0
  654. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule-repetition.js +1 -0
  655. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-rule.js +1 -0
  656. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/check-strong.js +1 -0
  657. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/compile-pattern.js +1 -0
  658. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-flow.js +10 -0
  659. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/container-phrasing.js +2 -0
  660. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-character-reference.js +1 -0
  661. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/encode-info.js +1 -0
  662. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-code-as-indented.js +1 -0
  663. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-heading-as-setext.js +1 -0
  664. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/format-link-as-autolink.js +1 -0
  665. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/indent-lines.js +1 -0
  666. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/pattern-in-scope.js +1 -0
  667. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/safe.js +1 -0
  668. package/dist/node_modules/.pnpm/mdast-util-to-markdown@2.1.2/node_modules/mdast-util-to-markdown/lib/util/track.js +1 -0
  669. package/dist/node_modules/.pnpm/mdast-util-to-string@4.0.0/node_modules/mdast-util-to-string/lib/index.js +1 -0
  670. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/attention.js +1 -0
  671. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/autolink.js +1 -0
  672. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/blank-line.js +1 -0
  673. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/block-quote.js +1 -0
  674. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-escape.js +1 -0
  675. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/character-reference.js +1 -0
  676. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-fenced.js +1 -0
  677. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-indented.js +1 -0
  678. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/code-text.js +1 -0
  679. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/content.js +1 -0
  680. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/definition.js +1 -0
  681. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/hard-break-escape.js +1 -0
  682. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/heading-atx.js +1 -0
  683. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-flow.js +1 -0
  684. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/html-text.js +1 -0
  685. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-end.js +1 -0
  686. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-image.js +1 -0
  687. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/label-start-link.js +1 -0
  688. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/line-ending.js +1 -0
  689. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/list.js +1 -0
  690. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/setext-underline.js +1 -0
  691. package/dist/node_modules/.pnpm/micromark-core-commonmark@2.0.3/node_modules/micromark-core-commonmark/lib/thematic-break.js +1 -0
  692. package/dist/node_modules/.pnpm/micromark-extension-gfm-autolink-literal@2.1.0/node_modules/micromark-extension-gfm-autolink-literal/lib/syntax.js +1 -0
  693. package/dist/node_modules/.pnpm/micromark-extension-gfm-footnote@2.1.0/node_modules/micromark-extension-gfm-footnote/lib/syntax.js +1 -0
  694. package/dist/node_modules/.pnpm/micromark-extension-gfm-strikethrough@2.1.0/node_modules/micromark-extension-gfm-strikethrough/lib/syntax.js +1 -0
  695. package/dist/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/edit-map.js +1 -0
  696. package/dist/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/infer.js +1 -0
  697. package/dist/node_modules/.pnpm/micromark-extension-gfm-table@2.1.1/node_modules/micromark-extension-gfm-table/lib/syntax.js +1 -0
  698. package/dist/node_modules/.pnpm/micromark-extension-gfm-task-list-item@2.1.0/node_modules/micromark-extension-gfm-task-list-item/lib/syntax.js +1 -0
  699. package/dist/node_modules/.pnpm/micromark-extension-gfm@3.0.0/node_modules/micromark-extension-gfm/index.js +1 -0
  700. package/dist/node_modules/.pnpm/micromark-factory-destination@2.0.1/node_modules/micromark-factory-destination/index.js +1 -0
  701. package/dist/node_modules/.pnpm/micromark-factory-label@2.0.1/node_modules/micromark-factory-label/index.js +1 -0
  702. package/dist/node_modules/.pnpm/micromark-factory-space@2.0.1/node_modules/micromark-factory-space/index.js +1 -0
  703. package/dist/node_modules/.pnpm/micromark-factory-title@2.0.1/node_modules/micromark-factory-title/index.js +1 -0
  704. package/dist/node_modules/.pnpm/micromark-factory-whitespace@2.0.1/node_modules/micromark-factory-whitespace/index.js +1 -0
  705. package/dist/node_modules/.pnpm/micromark-util-character@2.1.1/node_modules/micromark-util-character/index.js +1 -0
  706. package/dist/node_modules/.pnpm/micromark-util-chunked@2.0.1/node_modules/micromark-util-chunked/index.js +1 -0
  707. package/dist/node_modules/.pnpm/micromark-util-classify-character@2.0.1/node_modules/micromark-util-classify-character/index.js +1 -0
  708. package/dist/node_modules/.pnpm/micromark-util-combine-extensions@2.0.1/node_modules/micromark-util-combine-extensions/index.js +1 -0
  709. package/dist/node_modules/.pnpm/micromark-util-decode-numeric-character-reference@2.0.2/node_modules/micromark-util-decode-numeric-character-reference/index.js +1 -0
  710. package/dist/node_modules/.pnpm/micromark-util-decode-string@2.0.1/node_modules/micromark-util-decode-string/index.js +1 -0
  711. package/dist/node_modules/.pnpm/micromark-util-html-tag-name@2.0.1/node_modules/micromark-util-html-tag-name/index.js +1 -0
  712. package/dist/node_modules/.pnpm/micromark-util-normalize-identifier@2.0.1/node_modules/micromark-util-normalize-identifier/index.js +1 -0
  713. package/dist/node_modules/.pnpm/micromark-util-resolve-all@2.0.1/node_modules/micromark-util-resolve-all/index.js +1 -0
  714. package/dist/node_modules/.pnpm/micromark-util-sanitize-uri@2.0.1/node_modules/micromark-util-sanitize-uri/index.js +1 -0
  715. package/dist/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/index.js +1 -0
  716. package/dist/node_modules/.pnpm/micromark-util-subtokenize@2.1.0/node_modules/micromark-util-subtokenize/lib/splice-buffer.js +1 -0
  717. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/constructs.js +1 -0
  718. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/create-tokenizer.js +3 -0
  719. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/content.js +1 -0
  720. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/document.js +1 -0
  721. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/flow.js +1 -0
  722. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/initialize/text.js +1 -0
  723. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/parse.js +1 -0
  724. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/postprocess.js +1 -0
  725. package/dist/node_modules/.pnpm/micromark@4.0.2/node_modules/micromark/lib/preprocess.js +1 -0
  726. package/dist/node_modules/.pnpm/pathe@2.0.3/node_modules/pathe/dist/shared/pathe.M-eThtNZ.js +1 -0
  727. package/dist/node_modules/.pnpm/possible-typed-array-names@1.0.0/node_modules/possible-typed-array-names/index.js +1 -0
  728. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/index.js +1 -0
  729. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/aria.js +1 -0
  730. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/find.js +1 -0
  731. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/html.js +1 -0
  732. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/normalize.js +1 -0
  733. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/svg.js +1 -0
  734. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/case-insensitive-transform.js +1 -0
  735. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/case-sensitive-transform.js +1 -0
  736. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/create.js +1 -0
  737. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/defined-info.js +1 -0
  738. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/info.js +1 -0
  739. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/merge.js +1 -0
  740. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/schema.js +1 -0
  741. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/util/types.js +1 -0
  742. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xlink.js +1 -0
  743. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xml.js +1 -0
  744. package/dist/node_modules/.pnpm/property-information@7.1.0/node_modules/property-information/lib/xmlns.js +1 -0
  745. package/dist/node_modules/.pnpm/react@19.2.0/node_modules/react/cjs/react.production.js +9 -0
  746. package/dist/node_modules/.pnpm/react@19.2.0/node_modules/react/index.js +1 -0
  747. package/dist/node_modules/.pnpm/rehype-dom-parse@5.0.2/node_modules/rehype-dom-parse/lib/index.js +1 -0
  748. package/dist/node_modules/.pnpm/rehype-dom-stringify@4.0.2/node_modules/rehype-dom-stringify/lib/index.js +1 -0
  749. package/dist/node_modules/.pnpm/rehype-minify-whitespace@6.0.2/node_modules/rehype-minify-whitespace/lib/index.js +1 -0
  750. package/dist/node_modules/.pnpm/rehype-remark@10.0.1/node_modules/rehype-remark/lib/index.js +1 -0
  751. package/dist/node_modules/.pnpm/remark-breaks@4.0.0/node_modules/remark-breaks/lib/index.js +1 -0
  752. package/dist/node_modules/.pnpm/remark-gfm@4.0.1/node_modules/remark-gfm/lib/index.js +1 -0
  753. package/dist/node_modules/.pnpm/remark-parse@11.0.0/node_modules/remark-parse/lib/index.js +1 -0
  754. package/dist/node_modules/.pnpm/remark-rehype@11.1.2/node_modules/remark-rehype/lib/index.js +1 -0
  755. package/dist/node_modules/.pnpm/remark-stringify@11.0.0/node_modules/remark-stringify/lib/index.js +1 -0
  756. package/dist/node_modules/.pnpm/safe-buffer@5.1.2/node_modules/safe-buffer/index.js +1 -0
  757. package/dist/node_modules/.pnpm/safe-regex-test@1.1.0/node_modules/safe-regex-test/index.js +1 -0
  758. package/dist/node_modules/.pnpm/set-function-length@1.2.2/node_modules/set-function-length/index.js +1 -0
  759. package/dist/node_modules/.pnpm/space-separated-tokens@2.0.2/node_modules/space-separated-tokens/index.js +1 -0
  760. package/dist/node_modules/.pnpm/storybook@9.1.13_@testing-library_dom@10.4.0_msw@2.7.3_@types_node@24.9.1_typescript@5._a0e195139f137e7eecc50e9c6275adcc/node_modules/storybook/dist/client-logger/index.js +1 -0
  761. package/dist/node_modules/.pnpm/storybook@9.1.13_@testing-library_dom@10.4.0_msw@2.7.3_@types_node@24.9.1_typescript@5._a0e195139f137e7eecc50e9c6275adcc/node_modules/storybook/dist/core-events/index.js +1 -0
  762. package/dist/node_modules/.pnpm/storybook@9.1.13_@testing-library_dom@10.4.0_msw@2.7.3_@types_node@24.9.1_typescript@5._a0e195139f137e7eecc50e9c6275adcc/node_modules/storybook/dist/instrumenter/index.js +48 -0
  763. package/dist/node_modules/.pnpm/storybook@9.1.13_@testing-library_dom@10.4.0_msw@2.7.3_@types_node@24.9.1_typescript@5._a0e195139f137e7eecc50e9c6275adcc/node_modules/storybook/dist/test/index.js +217 -0
  764. package/dist/node_modules/.pnpm/string_decoder@1.1.1/node_modules/string_decoder/lib/string_decoder.js +1 -0
  765. package/dist/node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/constant/dangerous.js +1 -0
  766. package/dist/node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/core.js +1 -0
  767. package/dist/node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/index.js +1 -0
  768. package/dist/node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/util/format-smart.js +1 -0
  769. package/dist/node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/util/to-decimal.js +1 -0
  770. package/dist/node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/util/to-hexadecimal.js +1 -0
  771. package/dist/node_modules/.pnpm/stringify-entities@4.0.4/node_modules/stringify-entities/lib/util/to-named.js +1 -0
  772. package/dist/node_modules/.pnpm/strip-literal@3.0.0/node_modules/strip-literal/dist/index.js +1 -0
  773. package/dist/node_modules/.pnpm/supports-color@7.2.0/node_modules/supports-color/browser.js +1 -0
  774. package/dist/node_modules/.pnpm/tinyrainbow@2.0.0/node_modules/tinyrainbow/dist/browser.js +1 -0
  775. package/dist/node_modules/.pnpm/tinyrainbow@2.0.0/node_modules/tinyrainbow/dist/chunk-BVHSVHOK.js +1 -0
  776. package/dist/node_modules/.pnpm/tinyspy@4.0.3/node_modules/tinyspy/dist/index.js +1 -0
  777. package/dist/node_modules/.pnpm/trim-lines@3.0.1/node_modules/trim-lines/index.js +1 -0
  778. package/dist/node_modules/.pnpm/trim-trailing-lines@2.1.0/node_modules/trim-trailing-lines/index.js +1 -0
  779. package/dist/node_modules/.pnpm/trough@2.2.0/node_modules/trough/lib/index.js +1 -0
  780. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/index.js +1 -0
  781. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/agent.js +1 -0
  782. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/api/abort-signal.js +1 -0
  783. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/api/api-connect.js +1 -0
  784. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/api/api-pipeline.js +1 -0
  785. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/api/api-request.js +1 -0
  786. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/api/api-stream.js +1 -0
  787. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/api/api-upgrade.js +1 -0
  788. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/api/index.js +1 -0
  789. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/api/readable.js +1 -0
  790. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/api/util.js +1 -0
  791. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/balanced-pool.js +1 -0
  792. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/cache/cache.js +1 -0
  793. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/cache/cachestorage.js +1 -0
  794. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/cache/symbols.js +1 -0
  795. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/cache/util.js +1 -0
  796. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/client.js +26 -0
  797. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/compat/dispatcher-weakref.js +1 -0
  798. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/cookies/constants.js +1 -0
  799. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/cookies/index.js +1 -0
  800. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/cookies/parse.js +1 -0
  801. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/cookies/util.js +1 -0
  802. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/core/connect.js +1 -0
  803. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/core/constants.js +1 -0
  804. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/core/errors.js +1 -0
  805. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/core/request.js +5 -0
  806. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/core/symbols.js +1 -0
  807. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/core/util.js +1 -0
  808. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/dispatcher-base.js +1 -0
  809. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/dispatcher.js +1 -0
  810. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/body.js +9 -0
  811. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/constants.js +1 -0
  812. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/dataURL.js +3 -0
  813. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/file.js +3 -0
  814. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/formdata.js +1 -0
  815. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/global.js +1 -0
  816. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/headers.js +1 -0
  817. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/index.js +1 -0
  818. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/request.js +1 -0
  819. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/response.js +1 -0
  820. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/symbols.js +1 -0
  821. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/util.js +2 -0
  822. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/webidl.js +1 -0
  823. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fileapi/encoding.js +1 -0
  824. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fileapi/filereader.js +1 -0
  825. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fileapi/progressevent.js +1 -0
  826. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fileapi/symbols.js +1 -0
  827. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fileapi/util.js +1 -0
  828. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/global.js +1 -0
  829. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/handler/DecoratorHandler.js +1 -0
  830. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/handler/RedirectHandler.js +1 -0
  831. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/handler/RetryHandler.js +1 -0
  832. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/interceptor/redirectInterceptor.js +1 -0
  833. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/llhttp/constants.js +1 -0
  834. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/llhttp/llhttp-wasm.js +1 -0
  835. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/llhttp/llhttp_simd-wasm.js +1 -0
  836. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/llhttp/utils.js +1 -0
  837. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/mock/mock-agent.js +5 -0
  838. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/mock/mock-client.js +1 -0
  839. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/mock/mock-errors.js +1 -0
  840. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/mock/mock-interceptor.js +1 -0
  841. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/mock/mock-pool.js +1 -0
  842. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/mock/mock-symbols.js +1 -0
  843. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/mock/mock-utils.js +1 -0
  844. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/mock/pending-interceptors-formatter.js +1 -0
  845. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/mock/pluralizer.js +1 -0
  846. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/node/fixed-queue.js +1 -0
  847. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/pool-base.js +1 -0
  848. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/pool-stats.js +1 -0
  849. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/pool.js +1 -0
  850. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/proxy-agent.js +1 -0
  851. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/timers.js +1 -0
  852. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/websocket/connection.js +1 -0
  853. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/websocket/constants.js +1 -0
  854. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/websocket/events.js +1 -0
  855. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/websocket/frame.js +1 -0
  856. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/websocket/receiver.js +1 -0
  857. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/websocket/symbols.js +1 -0
  858. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/websocket/util.js +1 -0
  859. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/websocket/websocket.js +1 -0
  860. package/dist/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/callable-instance.js +1 -0
  861. package/dist/node_modules/.pnpm/unified@11.0.5/node_modules/unified/lib/index.js +1 -0
  862. package/dist/node_modules/.pnpm/unist-util-find-after@5.0.0/node_modules/unist-util-find-after/lib/index.js +1 -0
  863. package/dist/node_modules/.pnpm/unist-util-is@6.0.0/node_modules/unist-util-is/lib/index.js +1 -0
  864. package/dist/node_modules/.pnpm/unist-util-position@5.0.0/node_modules/unist-util-position/lib/index.js +1 -0
  865. package/dist/node_modules/.pnpm/unist-util-stringify-position@4.0.0/node_modules/unist-util-stringify-position/lib/index.js +1 -0
  866. package/dist/node_modules/.pnpm/unist-util-visit-parents@6.0.1/node_modules/unist-util-visit-parents/lib/color.js +1 -0
  867. package/dist/node_modules/.pnpm/unist-util-visit-parents@6.0.1/node_modules/unist-util-visit-parents/lib/index.js +1 -0
  868. package/dist/node_modules/.pnpm/unist-util-visit@5.0.0/node_modules/unist-util-visit/lib/index.js +1 -0
  869. package/dist/node_modules/.pnpm/util@0.12.5/node_modules/util/support/isBufferBrowser.js +1 -0
  870. package/dist/node_modules/.pnpm/util@0.12.5/node_modules/util/support/types.js +1 -0
  871. package/dist/node_modules/.pnpm/util@0.12.5/node_modules/util/util.js +10 -0
  872. package/dist/node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/color-picker.js +1 -0
  873. package/dist/node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/hue.js +1 -0
  874. package/dist/node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/saturation.js +1 -0
  875. package/dist/node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/components/slider.js +1 -0
  876. package/dist/node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/entrypoints/hex.js +1 -0
  877. package/dist/node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/styles/color-picker.js +1 -0
  878. package/dist/node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/styles/hue.js +1 -0
  879. package/dist/node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/styles/saturation.js +1 -0
  880. package/dist/node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/compare.js +1 -0
  881. package/dist/node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/convert.js +1 -0
  882. package/dist/node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/dom.js +1 -0
  883. package/dist/node_modules/.pnpm/vanilla-colorful@0.7.2/node_modules/vanilla-colorful/lib/utils/math.js +1 -0
  884. package/dist/node_modules/.pnpm/vfile-message@4.0.3/node_modules/vfile-message/lib/index.js +1 -0
  885. package/dist/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/index.js +1 -0
  886. package/dist/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minpath.browser.js +1 -0
  887. package/dist/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minproc.browser.js +1 -0
  888. package/dist/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.browser.js +1 -0
  889. package/dist/node_modules/.pnpm/vfile@6.0.3/node_modules/vfile/lib/minurl.shared.js +1 -0
  890. package/dist/node_modules/.pnpm/vitest@3.2.4_@types_debug@4.1.12_@types_node@24.9.1_@vitest_browser@3.2.4_@vitest_ui@3._1eebb5b0859be5c5eee8a8981f7b0151/node_modules/vitest/dist/chunks/_commonjsHelpers.BFTU3MAI.js +1 -0
  891. package/dist/node_modules/.pnpm/vitest@3.2.4_@types_debug@4.1.12_@types_node@24.9.1_@vitest_browser@3.2.4_@vitest_ui@3._1eebb5b0859be5c5eee8a8981f7b0151/node_modules/vitest/dist/chunks/date.Bq6ZW5rf.js +1 -0
  892. package/dist/node_modules/.pnpm/vitest@3.2.4_@types_debug@4.1.12_@types_node@24.9.1_@vitest_browser@3.2.4_@vitest_ui@3._1eebb5b0859be5c5eee8a8981f7b0151/node_modules/vitest/dist/chunks/utils.XdZDrNZV.js +8 -0
  893. package/dist/node_modules/.pnpm/vitest@3.2.4_@types_debug@4.1.12_@types_node@24.9.1_@vitest_browser@3.2.4_@vitest_ui@3._1eebb5b0859be5c5eee8a8981f7b0151/node_modules/vitest/dist/chunks/vi.bdSIJ99Y.js +12 -0
  894. package/dist/node_modules/.pnpm/web-namespaces@2.0.1/node_modules/web-namespaces/index.js +1 -0
  895. package/dist/node_modules/.pnpm/which-typed-array@1.1.19/node_modules/which-typed-array/index.js +1 -0
  896. package/dist/node_modules/.pnpm/zwitch@2.0.4/node_modules/zwitch/index.js +1 -0
  897. package/dist/packages/web-components/src/components/accordion/gator/base/accordion.gator.scss.js +1 -1
  898. package/dist/packages/web-components/src/components/accordion/gator/group/accordion-group.gator.scss.js +1 -1
  899. package/dist/packages/web-components/src/components/alert/gator/base/alert.gator.scss.js +1 -1
  900. package/dist/packages/web-components/src/components/alert/gator/subtitle/alert-subtitle.gator.scss.js +1 -1
  901. package/dist/packages/web-components/src/components/alert/gator/title/alert-title.gator.scss.js +1 -1
  902. package/dist/packages/web-components/src/components/avatar/gator/avatar.gator.scss.js +1 -1
  903. package/dist/packages/web-components/src/components/badge/gator/badge.gator.scss.js +1 -1
  904. package/dist/packages/web-components/src/components/banner/gator/banner.gator.scss.js +1 -1
  905. package/dist/packages/web-components/src/components/boolean/boolean.gator.scss.js +1 -1
  906. package/dist/packages/web-components/src/components/breadcrumbs/gator/breadcrumb/breadcrumb.gator.scss.js +1 -1
  907. package/dist/packages/web-components/src/components/button/gator/button.gator.scss.js +1 -1
  908. package/dist/packages/web-components/src/components/button-card/gator/button-card.gator.scss.js +1 -1
  909. package/dist/packages/web-components/src/components/card/gator/base/card.gator.scss.js +1 -1
  910. package/dist/packages/web-components/src/components/card/gator/content/card-content.gator.scss.js +1 -1
  911. package/dist/packages/web-components/src/components/card/gator/footer/card-footer.gator.scss.js +1 -1
  912. package/dist/packages/web-components/src/components/card/gator/header/card-header.gator.scss.js +1 -1
  913. package/dist/packages/web-components/src/components/checkbox/checkbox.gator.scss.js +1 -1
  914. package/dist/packages/web-components/src/components/chip/gator/chip.gator.scss.js +1 -1
  915. package/dist/packages/web-components/src/components/display-card/gator/display-card.gator.scss.js +1 -1
  916. package/dist/packages/web-components/src/components/fab/gator/fab.gator.scss.js +1 -1
  917. package/dist/packages/web-components/src/components/guided-nav/gator/guided-nav-step/guided-nav-step.gator.scss.js +1 -1
  918. package/dist/packages/web-components/src/components/guided-nav/gator/guided-nav-substep/guided-nav-substep.gator.scss.js +1 -1
  919. package/dist/packages/web-components/src/components/headline-card/gator/headline-card.gator.scss.js +1 -1
  920. package/dist/packages/web-components/src/components/icon/gator/icon.gator.scss.js +1 -1
  921. package/dist/packages/web-components/src/components/icon-button/gator/icon-button.gator.scss.js +1 -1
  922. package/dist/packages/web-components/src/components/illustration/gator/illustration.gator.scss.js +1 -1
  923. package/dist/packages/web-components/src/components/image-card/gator/image-card.gator.scss.js +1 -0
  924. package/dist/packages/web-components/src/components/input/gator/dropdown/input-dropdown.gator.scss.js +1 -1
  925. package/dist/packages/web-components/src/components/input/gator/help-text/help-text.gator.scss.js +1 -1
  926. package/dist/packages/web-components/src/components/input/gator/input-file/input-file.gator.scss.js +1 -1
  927. package/dist/packages/web-components/src/components/input/gator/input-label/input-label.gator.scss.js +1 -1
  928. package/dist/packages/web-components/src/components/input/input.gator.scss.js +1 -1
  929. package/dist/packages/web-components/src/components/list/gator/list-item/list-item.gator.scss.js +1 -1
  930. package/dist/packages/web-components/src/components/loading-spinner/gator/loading-spinner.gator.scss.js +1 -1
  931. package/dist/packages/web-components/src/components/menu/base/gator/menu.gator.scss.js +1 -1
  932. package/dist/packages/web-components/src/components/modal/gator/modal.gator.scss.js +1 -1
  933. package/dist/packages/web-components/src/components/page-header/gator/page-header.gator.scss.js +1 -1
  934. package/dist/packages/web-components/src/components/panel/gator/panel.gator.scss.js +1 -1
  935. package/dist/packages/web-components/src/components/popover/gator/popover.gator.scss.js +1 -1
  936. package/dist/packages/web-components/src/components/progress-bar/gator/progress-bar.gator.scss.js +1 -1
  937. package/dist/packages/web-components/src/components/progress-ring/gator/progress-ring.gator.scss.js +1 -1
  938. package/dist/packages/web-components/src/components/progress-stepper/base/progress-stepper.gator.scss.js +1 -0
  939. package/dist/packages/web-components/src/components/progress-stepper/stepper-item/stepper-item.gator.scss.js +1 -0
  940. package/dist/packages/web-components/src/components/radio/radio.gator.scss.js +1 -1
  941. package/dist/packages/web-components/src/components/radio-group/radio-group.gator.scss.js +1 -1
  942. package/dist/packages/web-components/src/components/selection-box/selection-box.gator.scss.js +1 -1
  943. package/dist/packages/web-components/src/components/skeleton-loader/gator/skeleton-loader.gator.scss.js +1 -1
  944. package/dist/packages/web-components/src/components/skip-link/gator/base/skip-link.gator.scss.js +1 -1
  945. package/dist/packages/web-components/src/components/skip-link/gator/list-item/skip-link-list-item.gator.scss.js +1 -1
  946. package/dist/packages/web-components/src/components/switch/gator/switch.gator.scss.js +1 -1
  947. package/dist/packages/web-components/src/components/table/gator/table-bulk-controls/table-bulk-controls.gator.scss.js +1 -1
  948. package/dist/packages/web-components/src/components/table/gator/table-controls/table-controls.gator.scss.js +1 -1
  949. package/dist/packages/web-components/src/components/table/gator/table-pagination/table-pagination.gator.scss.js +1 -1
  950. package/dist/packages/web-components/src/components/table/gator/table.gator.scss.js +1 -1
  951. package/dist/packages/web-components/src/components/tabs/gator/tabs.gator.scss.js +1 -1
  952. package/dist/packages/web-components/src/components/text-detail/gator/text-detail.gator.scss.js +1 -1
  953. package/dist/packages/web-components/src/components/text-link/gator/text-link.gator.scss.js +1 -1
  954. package/dist/packages/web-components/src/components/toast/gator/base/toast.gator.scss.js +1 -1
  955. package/dist/packages/web-components/src/components/toast/gator/subtitle/toast-subtitle.gator.scss.js +1 -1
  956. package/dist/packages/web-components/src/components/toast/gator/title/toast-title.gator.scss.js +1 -1
  957. package/dist/packages/web-components/src/components/tooltip/gator/tooltip.gator.scss.js +1 -1
  958. package/dist/packages/web-components/src/tokens/primitive.tokens.scss.js +1 -1
  959. package/dist/packages/web-components/src/tokens/semantic-new.tokens.scss.js +1 -1
  960. package/dist/packages/web-components/src/utils/data/phone-country-codes.json.js +1 -1
  961. package/dist/types/components/accordion/gator/base/accordion.gator.d.ts +1 -0
  962. package/dist/types/components/accordion/gator/group/accordion-group.gator.d.ts +8 -3
  963. package/dist/types/components/button-card/gator/button-card.gator.d.ts +9 -0
  964. package/dist/types/components/card/card.d.ts +1 -0
  965. package/dist/types/components/chip/chip.d.ts +1 -1
  966. package/dist/types/components/display-card/gator/display-card.gator.d.ts +9 -5
  967. package/dist/types/components/guided-nav/gator/guided-nav-step/guided-nav-step.gator.d.ts +9 -4
  968. package/dist/types/components/guided-nav/gator/guided-nav-substep/guided-nav-substep.gator.d.ts +5 -3
  969. package/dist/types/components/headline-card/gator/headline-card.gator.d.ts +6 -3
  970. package/dist/types/components/icon/gator/templates/brain.d.ts +1 -0
  971. package/dist/types/components/icon/gator/templates/document-ai.d.ts +1 -0
  972. package/dist/types/components/icon/gator/templates/index.d.ts +11 -0
  973. package/dist/types/components/icon/gator/templates/number-0.d.ts +1 -0
  974. package/dist/types/components/icon/gator/templates/number-10.d.ts +1 -0
  975. package/dist/types/components/icon/gator/templates/number-4.d.ts +1 -0
  976. package/dist/types/components/icon/gator/templates/number-5.d.ts +1 -0
  977. package/dist/types/components/icon/gator/templates/number-6.d.ts +1 -0
  978. package/dist/types/components/icon/gator/templates/number-7.d.ts +1 -0
  979. package/dist/types/components/icon/gator/templates/number-8.d.ts +1 -0
  980. package/dist/types/components/icon/gator/templates/number-9.d.ts +1 -0
  981. package/dist/types/components/icon/gator/templates/robot.d.ts +1 -0
  982. package/dist/types/components/icon-button/gator/icon-button.gator.d.ts +1 -0
  983. package/dist/types/components/icon-button/icon-button.d.ts +1 -0
  984. package/dist/types/components/image-card/gator/image-card.gator.d.ts +30 -0
  985. package/dist/types/components/image-card/gator/image-card.gator.test.d.ts +0 -0
  986. package/dist/types/components/image-card/image-card.d.ts +25 -0
  987. package/dist/types/components/image-card/index.d.ts +1 -0
  988. package/dist/types/components/input/base/input-base.d.ts +12 -2
  989. package/dist/types/components/input/base/input-base.gator.d.ts +5 -1
  990. package/dist/types/components/input/gator/dropdown/input-dropdown.gator.d.ts +10 -2
  991. package/dist/types/components/input/gator/help-text/help-text.gator.d.ts +13 -0
  992. package/dist/types/components/input/gator/input-label/input-label.gator.d.ts +6 -1
  993. package/dist/types/components/list/gator/list/list.gator.d.ts +2 -1
  994. package/dist/types/components/list/gator/list-item/list-item.gator.d.ts +5 -1
  995. package/dist/types/components/panel/gator/panel.gator.d.ts +1 -1
  996. package/dist/types/components/progress-ring/gator/progress-ring.gator.d.ts +8 -0
  997. package/dist/types/components/progress-stepper/base/progress-stepper.gator.d.ts +19 -0
  998. package/dist/types/components/progress-stepper/base/progress-stepper.gator.test.d.ts +0 -0
  999. package/dist/types/components/progress-stepper/stepper-item/stepper-item.gator.d.ts +46 -0
  1000. package/dist/types/components/progress-stepper/stepper-item/stepper-item.gator.test.d.ts +0 -0
  1001. package/dist/types/components/radio-group/radio-group.gator.d.ts +2 -2
  1002. package/dist/types/components/selection-box/selection-box.gator.d.ts +6 -1
  1003. package/dist/types/components/skeleton-loader/gator/skeleton-loader.gator.d.ts +5 -1
  1004. package/dist/types/components/skip-link/gator/base/skip-link.gator.d.ts +1 -1
  1005. package/dist/types/components/switch/gator/switch.gator.d.ts +3 -0
  1006. package/dist/types/components/switch/switch.d.ts +5 -0
  1007. package/dist/types/components/table/gator/table-bulk-controls/table-bulk-controls.gator.d.ts +1 -1
  1008. package/dist/types/components/table/gator/table.gator.d.ts +1 -1
  1009. package/dist/types/components/tabs/gator/tabset/tabset.gator.d.ts +7 -3
  1010. package/dist/types/components/text-detail/gator/text-detail.gator.d.ts +1 -1
  1011. package/dist/types/components/text-link/gator/text-link.gator.d.ts +10 -11
  1012. package/dist/types/components/text-link/text-link.d.ts +8 -0
  1013. package/dist/types/components/tooltip/tooltip.d.ts +1 -0
  1014. package/dist/types/generated/locale-codes.d.ts +0 -10
  1015. package/dist/types/generated/locales/es-419.d.ts +4 -0
  1016. package/dist/types/generated/locales/fr-CA.d.ts +4 -0
  1017. package/dist/types/generated/locales/zh-Hans.d.ts +4 -0
  1018. package/dist/types/index.gator.d.ts +1 -0
  1019. package/dist/types/utils/components/gradient-background.d.ts +5 -0
  1020. package/dist/types/utils/components/slot-placeholder/slot-placeholder.d.ts +2 -0
  1021. package/dist/types/utils/data/data-models.d.ts +1 -0
  1022. package/dist/types/utils/data/phone-country-codes.json.d.ts +18 -0
  1023. package/dist/types/utils/mixins/attribute-deletion.d.ts +0 -9
  1024. package/dist/types/utils/mixins/interactive-component.d.ts +4 -0
  1025. package/dist/types/utils/phone-utils.d.ts +10 -0
  1026. package/dist/types/utils/storybook-args.d.ts +28 -0
  1027. package/dist/utils/brand-color-utils.js +1 -1
  1028. package/dist/utils/components/gradient-background.js +33 -0
  1029. package/dist/utils/components/ngc-component.js +1 -1
  1030. package/dist/utils/components/slot-placeholder/slot-placeholder.js +16 -6
  1031. package/dist/utils/mixins/attribute-deletion.js +1 -1
  1032. package/dist/utils/mixins/interactive-component.js +1 -0
  1033. package/dist/utils/phone-utils.js +1 -1
  1034. package/dist/utils/storybook-args.js +1 -1
  1035. package/dist/utils/vitest-a11y-utils.js +1 -1
  1036. package/package.json +15 -16
  1037. package/web-types.json +227 -11
  1038. package/dist/assets/OpenSans-VariableFont.woff2 +0 -0
  1039. package/dist/assets/nCino_Avenir.woff2 +0 -0
  1040. package/dist/assets/nCino_AvenirBd.woff2 +0 -0
  1041. package/dist/packages/web-components/public/styles/gator/gator-global-styles.css.js +0 -1
  1042. package/dist/packages/web-components/src/components/alert/gator/alert.tokens.scss.js +0 -1
  1043. package/dist/packages/web-components/src/components/avatar/avatar.tokens.scss.js +0 -1
  1044. package/dist/packages/web-components/src/components/badge/gator/badge.gator.tokens.scss.js +0 -1
  1045. package/dist/packages/web-components/src/components/banner/banner.tokens.scss.js +0 -1
  1046. package/dist/packages/web-components/src/components/boolean/boolean.gator.tokens.scss.js +0 -1
  1047. package/dist/packages/web-components/src/components/breadcrumbs/gator/breadcrumbs.gator.tokens.scss.js +0 -1
  1048. package/dist/packages/web-components/src/components/button-card/button-card.tokens.scss.js +0 -1
  1049. package/dist/packages/web-components/src/components/card/card.tokens.scss.js +0 -1
  1050. package/dist/packages/web-components/src/components/card/gator/header/card-header.gator.tokens.scss.js +0 -1
  1051. package/dist/packages/web-components/src/components/headline-card/gator/headline-card.gator.tokens.scss.js +0 -1
  1052. package/dist/packages/web-components/src/components/input/gator/help-text/help-text.gator.tokens.scss.js +0 -1
  1053. package/dist/packages/web-components/src/components/menu/menu.tokens.scss.js +0 -1
  1054. package/dist/packages/web-components/src/components/panel/gator/panel.gator.tokens.scss.js +0 -1
  1055. package/dist/packages/web-components/src/components/radio/radio.gator.tokens.scss.js +0 -1
  1056. package/dist/packages/web-components/src/components/selection-box/selection-box.gator.tokens.scss.js +0 -1
  1057. package/dist/packages/web-components/src/components/switch/switch.tokens.scss.js +0 -1
  1058. package/dist/packages/web-components/src/components/table/table.tokens.scss.js +0 -1
  1059. package/dist/packages/web-components/src/components/tabs/gator/tabs.gator.tokens.scss.js +0 -1
  1060. package/dist/packages/web-components/src/components/tooltip/tooltip.tokens.scss.js +0 -1
  1061. package/dist/styles/gator/_gator-grid.css +0 -81
  1062. package/dist/styles/gator/_gator-sizing.css +0 -179
  1063. package/dist/styles/gator/_gator-typography.css +0 -186
  1064. package/dist/styles/gator/fonts/OpenSans-VariableFont.woff2 +0 -0
  1065. package/dist/styles/gator/fonts/nCino+Avenir.woff2 +0 -0
  1066. package/dist/styles/gator/fonts/nCino+AvenirBd.woff2 +0 -0
  1067. package/dist/styles/gator/fonts.css +0 -20
  1068. package/dist/styles/gator/gator-global-styles.css +0 -12
  1069. package/dist/styles/gator/tokens/_gator-global-tokens.css +0 -4
@@ -0,0 +1,3 @@
1
+ import{__require as T}from"./decodeText.js";var F,l;function g(){if(l)return F;l=1;const n=T(),s=/%[a-fA-F0-9][a-fA-F0-9]/g,o={"%00":"\0","%01":"","%02":"","%03":"","%04":"","%05":"","%06":"","%07":"\x07","%08":"\b","%09":" ","%0a":`
2
+ `,"%0A":`
3
+ `,"%0b":"\v","%0B":"\v","%0c":"\f","%0C":"\f","%0d":"\r","%0D":"\r","%0e":"","%0E":"","%0f":"","%0F":"","%10":"","%11":"","%12":"","%13":"","%14":"","%15":"","%16":"","%17":"","%18":"","%19":"","%1a":"","%1A":"","%1b":"\x1B","%1B":"\x1B","%1c":"","%1C":"","%1d":"","%1D":"","%1e":"","%1E":"","%1f":"","%1F":"","%20":" ","%21":"!","%22":'"',"%23":"#","%24":"$","%25":"%","%26":"&","%27":"'","%28":"(","%29":")","%2a":"*","%2A":"*","%2b":"+","%2B":"+","%2c":",","%2C":",","%2d":"-","%2D":"-","%2e":".","%2E":".","%2f":"/","%2F":"/","%30":"0","%31":"1","%32":"2","%33":"3","%34":"4","%35":"5","%36":"6","%37":"7","%38":"8","%39":"9","%3a":":","%3A":":","%3b":";","%3B":";","%3c":"<","%3C":"<","%3d":"=","%3D":"=","%3e":">","%3E":">","%3f":"?","%3F":"?","%40":"@","%41":"A","%42":"B","%43":"C","%44":"D","%45":"E","%46":"F","%47":"G","%48":"H","%49":"I","%4a":"J","%4A":"J","%4b":"K","%4B":"K","%4c":"L","%4C":"L","%4d":"M","%4D":"M","%4e":"N","%4E":"N","%4f":"O","%4F":"O","%50":"P","%51":"Q","%52":"R","%53":"S","%54":"T","%55":"U","%56":"V","%57":"W","%58":"X","%59":"Y","%5a":"Z","%5A":"Z","%5b":"[","%5B":"[","%5c":"\\","%5C":"\\","%5d":"]","%5D":"]","%5e":"^","%5E":"^","%5f":"_","%5F":"_","%60":"`","%61":"a","%62":"b","%63":"c","%64":"d","%65":"e","%66":"f","%67":"g","%68":"h","%69":"i","%6a":"j","%6A":"j","%6b":"k","%6B":"k","%6c":"l","%6C":"l","%6d":"m","%6D":"m","%6e":"n","%6E":"n","%6f":"o","%6F":"o","%70":"p","%71":"q","%72":"r","%73":"s","%74":"t","%75":"u","%76":"v","%77":"w","%78":"x","%79":"y","%7a":"z","%7A":"z","%7b":"{","%7B":"{","%7c":"|","%7C":"|","%7d":"}","%7D":"}","%7e":"~","%7E":"~","%7f":"","%7F":"","%80":"€","%81":"","%82":"‚","%83":"ƒ","%84":"„","%85":"…","%86":"†","%87":"‡","%88":"ˆ","%89":"‰","%8a":"Š","%8A":"Š","%8b":"‹","%8B":"‹","%8c":"Œ","%8C":"Œ","%8d":"","%8D":"","%8e":"Ž","%8E":"Ž","%8f":"","%8F":"","%90":"","%91":"‘","%92":"’","%93":"“","%94":"”","%95":"•","%96":"–","%97":"—","%98":"˜","%99":"™","%9a":"š","%9A":"š","%9b":"›","%9B":"›","%9c":"œ","%9C":"œ","%9d":"","%9D":"","%9e":"ž","%9E":"ž","%9f":"Ÿ","%9F":"Ÿ","%a0":" ","%A0":" ","%a1":"¡","%A1":"¡","%a2":"¢","%A2":"¢","%a3":"£","%A3":"£","%a4":"¤","%A4":"¤","%a5":"¥","%A5":"¥","%a6":"¦","%A6":"¦","%a7":"§","%A7":"§","%a8":"¨","%A8":"¨","%a9":"©","%A9":"©","%aa":"ª","%Aa":"ª","%aA":"ª","%AA":"ª","%ab":"«","%Ab":"«","%aB":"«","%AB":"«","%ac":"¬","%Ac":"¬","%aC":"¬","%AC":"¬","%ad":"­","%Ad":"­","%aD":"­","%AD":"­","%ae":"®","%Ae":"®","%aE":"®","%AE":"®","%af":"¯","%Af":"¯","%aF":"¯","%AF":"¯","%b0":"°","%B0":"°","%b1":"±","%B1":"±","%b2":"²","%B2":"²","%b3":"³","%B3":"³","%b4":"´","%B4":"´","%b5":"µ","%B5":"µ","%b6":"¶","%B6":"¶","%b7":"·","%B7":"·","%b8":"¸","%B8":"¸","%b9":"¹","%B9":"¹","%ba":"º","%Ba":"º","%bA":"º","%BA":"º","%bb":"»","%Bb":"»","%bB":"»","%BB":"»","%bc":"¼","%Bc":"¼","%bC":"¼","%BC":"¼","%bd":"½","%Bd":"½","%bD":"½","%BD":"½","%be":"¾","%Be":"¾","%bE":"¾","%BE":"¾","%bf":"¿","%Bf":"¿","%bF":"¿","%BF":"¿","%c0":"À","%C0":"À","%c1":"Á","%C1":"Á","%c2":"Â","%C2":"Â","%c3":"Ã","%C3":"Ã","%c4":"Ä","%C4":"Ä","%c5":"Å","%C5":"Å","%c6":"Æ","%C6":"Æ","%c7":"Ç","%C7":"Ç","%c8":"È","%C8":"È","%c9":"É","%C9":"É","%ca":"Ê","%Ca":"Ê","%cA":"Ê","%CA":"Ê","%cb":"Ë","%Cb":"Ë","%cB":"Ë","%CB":"Ë","%cc":"Ì","%Cc":"Ì","%cC":"Ì","%CC":"Ì","%cd":"Í","%Cd":"Í","%cD":"Í","%CD":"Í","%ce":"Î","%Ce":"Î","%cE":"Î","%CE":"Î","%cf":"Ï","%Cf":"Ï","%cF":"Ï","%CF":"Ï","%d0":"Ð","%D0":"Ð","%d1":"Ñ","%D1":"Ñ","%d2":"Ò","%D2":"Ò","%d3":"Ó","%D3":"Ó","%d4":"Ô","%D4":"Ô","%d5":"Õ","%D5":"Õ","%d6":"Ö","%D6":"Ö","%d7":"×","%D7":"×","%d8":"Ø","%D8":"Ø","%d9":"Ù","%D9":"Ù","%da":"Ú","%Da":"Ú","%dA":"Ú","%DA":"Ú","%db":"Û","%Db":"Û","%dB":"Û","%DB":"Û","%dc":"Ü","%Dc":"Ü","%dC":"Ü","%DC":"Ü","%dd":"Ý","%Dd":"Ý","%dD":"Ý","%DD":"Ý","%de":"Þ","%De":"Þ","%dE":"Þ","%DE":"Þ","%df":"ß","%Df":"ß","%dF":"ß","%DF":"ß","%e0":"à","%E0":"à","%e1":"á","%E1":"á","%e2":"â","%E2":"â","%e3":"ã","%E3":"ã","%e4":"ä","%E4":"ä","%e5":"å","%E5":"å","%e6":"æ","%E6":"æ","%e7":"ç","%E7":"ç","%e8":"è","%E8":"è","%e9":"é","%E9":"é","%ea":"ê","%Ea":"ê","%eA":"ê","%EA":"ê","%eb":"ë","%Eb":"ë","%eB":"ë","%EB":"ë","%ec":"ì","%Ec":"ì","%eC":"ì","%EC":"ì","%ed":"í","%Ed":"í","%eD":"í","%ED":"í","%ee":"î","%Ee":"î","%eE":"î","%EE":"î","%ef":"ï","%Ef":"ï","%eF":"ï","%EF":"ï","%f0":"ð","%F0":"ð","%f1":"ñ","%F1":"ñ","%f2":"ò","%F2":"ò","%f3":"ó","%F3":"ó","%f4":"ô","%F4":"ô","%f5":"õ","%F5":"õ","%f6":"ö","%F6":"ö","%f7":"÷","%F7":"÷","%f8":"ø","%F8":"ø","%f9":"ù","%F9":"ù","%fa":"ú","%Fa":"ú","%fA":"ú","%FA":"ú","%fb":"û","%Fb":"û","%fB":"û","%FB":"û","%fc":"ü","%Fc":"ü","%fC":"ü","%FC":"ü","%fd":"ý","%Fd":"ý","%fD":"ý","%FD":"ý","%fe":"þ","%Fe":"þ","%fE":"þ","%FE":"þ","%ff":"ÿ","%Ff":"ÿ","%fF":"ÿ","%FF":"ÿ"};function r(t){return o[t]}const A=0,B=1,D=2,i=3;function u(t){const f=[];let a=A,E="",d=!1,b=!1,c=0,x="";const p=t.length;for(var C=0;C<p;++C){const e=t[C];if(e==="\\"&&d)if(b)b=!1;else{b=!0;continue}else if(e==='"')if(b)b=!1;else{d?(d=!1,a=A):d=!0;continue}else if(b&&d&&(x+="\\"),b=!1,(a===D||a===i)&&e==="'"){a===D?(a=i,E=x.substring(1)):a=B,x="";continue}else if(a===A&&(e==="*"||e==="=")&&f.length){a=e==="*"?D:B,f[c]=[x,void 0],x="";continue}else if(!d&&e===";"){a=A,E?(x.length&&(x=n(x.replace(s,r),"binary",E)),E=""):x.length&&(x=n(x,"binary","utf8")),f[c]===void 0?f[c]=x:f[c][1]=x,x="",++c;continue}else if(!d&&(e===" "||e===" "))continue;x+=e}return E&&x.length?x=n(x.replace(s,r),"binary",E):x&&(x=n(x,"binary","utf8")),f[c]===void 0?x&&(f[c]=x):f[c][1]=x,f}return F=u,F}export{g as __require};
@@ -0,0 +1 @@
1
+ import{__exports as r}from"../../../../../../../../_virtual/external2.js";import{__require as i}from"./figma_client.js";var t;function a(){return t?r:(t=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.getComponents=void 0;var n=i();Object.defineProperty(e,"getComponents",{enumerable:!0,get:function(){return n.getComponents}})})(r),r)}export{a as __require};
@@ -0,0 +1 @@
1
+ import{__exports as n}from"../../../../../../../../_virtual/figma_client.js";import{__require as l}from"../connect/figma_rest_api.js";import{__require as g}from"../connect/helpers.js";import{__require as d}from"../../../../../../dotenv@16.6.1/node_modules/dotenv/lib/main.js";var p;function F(){if(p)return n;p=1;var o={};Object.defineProperty(n,"__esModule",{value:!0}),n.getComponents=f;const s=l(),e=g();d().config();async function f(i){if(!o.FIGMA_ACCESS_TOKEN)throw new Error("FIGMA_ACCESS_TOKEN is not set");const t=(0,e.parseFileKey)(i);if(!t)throw new Error(`Invalid Figma file URL: ${i}, file key missing`);const a=(0,e.parseNodeIds)([i]);let _=(0,s.getApiUrl)(i??"")+`/files/${t}`;a.length>0&&(_+=`?ids=${a.join(",")}`);const u=await(0,s.getDocument)(_,o.FIGMA_ACCESS_TOKEN);return(0,e.findComponentsInDocument)(u).map(r=>({...r,fileKey:t,figmaUrl:(0,e.figmaUrlOfComponent)(r,t),componentPropertyDefinitions:r.type==="COMPONENT_SET"?Object.keys(r.componentPropertyDefinitions).reduce((c,m)=>({...c,[(0,e.normalizePropName)(m)]:r.componentPropertyDefinitions[m]}),{}):void 0}))}return n}export{F as __require};
@@ -0,0 +1 @@
1
+ import{__exports as n}from"../../../../../../../../_virtual/fetch.js";import{__require as E}from"../../../../../../undici@5.29.0/node_modules/undici/index.js";var x;function g(){if(x)return n;x=1;var i={};Object.defineProperty(n,"__esModule",{value:!0}),n.request=n.isFetchError=void 0,n.getProxyUrl=f;const c=E();class u extends Error{constructor(t,r){super(),this.response=t,this.data=r}}const P=e=>e instanceof u;n.isFetchError=P;function f(){return i.HTTPS_PROXY||i.HTTP_PROXY||i.https_proxy||i.http_proxy}const h=f(),p=h?new c.ProxyAgent({uri:h}):void 0;p&&(0,c.setGlobalDispatcher)(p);async function a(e,t,r={},d){const _=new URL(e);r?.query&&Object.entries(r.query).forEach(([o,l])=>{_.searchParams.append(o,l)}),e=_.toString(),d&&(r.body=JSON.stringify(d));const s=await fetch(e,{...r,method:t});if(!s.ok){let o;try{o=await s.json()}catch{o=void 0}throw new u(s,o)}const y=await s.text(),q=y?JSON.parse(y):{};return{response:s,data:q}}return n.request={get:(e,t={})=>a(e,"GET",t),post:(e,t,r={})=>a(e,"POST",r,t),put:(e,t,r={})=>a(e,"PUT",r,t),delete:(e,t,r={})=>a(e,"DELETE",r,t)},n}export{g as __require};
@@ -0,0 +1 @@
1
+ import{__exports as a}from"../../../../../../../../_virtual/logging.js";import{__require as _}from"../../../../../../chalk@4.1.2/node_modules/chalk/source/index.js";import h from"../../../../../../../../_virtual/___vite-browser-external.js";import{__require as b}from"./updates.js";var o;function D(){return o?a:(o=1,(function(r){var l=a&&a.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,"__esModule",{value:!0}),r.logger=r.LogLevel=r.underline=r.reset=r.highlight=r.verbose=r.debug=r.warn=r.info=r.success=r.error=void 0,r.exitWithError=t;const n=l(_()),g=h,d=b(),u=new g.Console(process.stderr);r.error=n.default.red,r.success=n.default.green,r.info=n.default.white,r.warn=n.default.yellow,r.debug=n.default.gray,r.verbose=n.default.cyan,r.highlight=n.default.bold,r.reset=n.default.reset,r.underline=n.default.underline;var i;(function(e){e[e.Nothing=0]="Nothing",e[e.Error=1]="Error",e[e.Warn=2]="Warn",e[e.Info=3]="Info",e[e.Debug=4]="Debug"})(i||(r.LogLevel=i={}));let f=i.Info;r.logger={setLogLevel:e=>{f=e},error:(...e)=>{f>=i.Error&&u.error((0,r.error)(...e))},warn:(...e)=>{f>=i.Warn&&u.warn((0,r.warn)(...e))},info:(...e)=>{f>=i.Info&&u.info((0,r.info)(...e))},infoForce:(...e)=>{u.info((0,r.info)(...e))},debug:(...e)=>{f>=i.Debug&&u.debug((0,r.debug)(...e))}};function t(e,c=1){r.logger.error(e),(0,d.exitWithUpdateCheck)(c)}})(a),a)}export{D as __require};
@@ -0,0 +1,4 @@
1
+ import{__exports as r}from"../../../../../../../../_virtual/updates.js";import{__require as $}from"../../../../../../chalk@4.1.2/node_modules/chalk/source/index.js";import{__require as k}from"./logging.js";import w from"../../../../../../../../_virtual/___vite-browser-external.js";import b from"../../../../../../../../_virtual/index4.js";import{__require as y}from"./fetch.js";import l from"../../package.json.js";var f;function S(){if(f)return r;f=1;var p=r&&r.__importDefault||function(e){return e&&e.__esModule?e:{default:e}};Object.defineProperty(r,"__esModule",{value:!0}),r.withUpdateCheck=g,r.exitWithUpdateCheck=q,r.updateCli=U;const o=p($()),d=k(),m=w,h=b,_=y();let i;function g(e){return(...t)=>{const n=t[t.length-2],c=t.slice(0,-2);if(n.skipUpdateCheck)return e(...c,n);v();const u=e(...c,n);u instanceof Promise?u.finally(a):a()}}function v(){_.request.get("https://api.github.com/repos/figma/code-connect/releases/latest").then(e=>{const t=e.data.tag_name.replace(/^v/,""),n=l.version;(0,h.compareVersions)(t,n)===1?i=t:i=!1}).catch(()=>{i=!1})}async function a(){for(let e=0;e<10&&i===void 0;e++)await new Promise(t=>setTimeout(t,100));s()}function q(e=1){s(),process.exit(e)}function C(){return"npm update -g @figma/code-connect"}function s(){i&&d.logger.warn(`
2
+ A new version of the Figma CLI is available. v${l.version} is currently installed, and the latest version available is v${i}.
3
+
4
+ To update, run ${o.default.whiteBright("npm install @figma/code-connect@latest")} for React or HTML, or ${o.default.whiteBright("npm install -g @figma/code-connect@latest")} for other targets (or if you have Code Connect installed globally).`)}function U(){(0,m.execSync)(C(),{stdio:"inherit"})}return r}export{S as __require};
@@ -0,0 +1 @@
1
+ import{__exports as e}from"../../../../../../../../_virtual/external_types.js";var u;function c(){if(u)return e;u=1,Object.defineProperty(e,"__esModule",{value:!0}),e.booleanType=a,e.enumType=t,e.stringType=o,e.nestedPropsType=p,e.classNameType=s,e.textContentType=i,e.instanceType=y;function a(n,r){return r?t(n,r):!0}function t(n,r){return Object.values(r)[0]}function o(n){return""}function p(n,r){return r}function s(n){return""}function i(n){return""}function y(n){}return e}export{c as __require};
@@ -0,0 +1 @@
1
+ import{__exports as t}from"../../../../../../../../_virtual/figma_rest_api.js";import{__require as f}from"../common/fetch.js";import{__require as d}from"../common/logging.js";import l from"../../package.json.js";var g;function A(){if(g)return t;g=1,Object.defineProperty(t,"__esModule",{value:!0}),t.FigmaRestApi=void 0,t.getApiUrl=u,t.getHeaders=n,t.getDocument=c;const a=f(),r=d(),m=l.version;function u(o){return"https://api.figma.com/v1"}function n(o){return{"X-Figma-Token":o,"Content-Type":"application/json","User-Agent":`code-connect-cli/${m}`}}var s;(function(o){(function(i){i.Boolean="BOOLEAN",i.InstanceSwap="INSTANCE_SWAP",i.Text="TEXT",i.Variant="VARIANT"})(o.ComponentPropertyType||(o.ComponentPropertyType={}))})(s||(t.FigmaRestApi=s={}));async function c(o,i){try{r.logger.info("Fetching component information from Figma...");const e=await a.request.get(o,{headers:n(i)});return e.response.status===200?(r.logger.info("Successfully fetched component information from Figma"),e.data.document):(r.logger.error(`Failed to get node information from Figma with status: ${e.response.status}`),r.logger.debug("Failed to get node information from Figma with Body:",e.data),Promise.reject())}catch(e){return(0,a.isFetchError)(e)?(e.response?r.logger.error(`Failed to get node data from Figma (${e.response.status}): ${e.response.status} ${e.data?.err??e.data?.message}`):r.logger.error(`Failed to get node data from Figma: ${e.message}`),r.logger.debug(JSON.stringify(e.data))):r.logger.error(`Failed to create: ${e}`),Promise.reject()}}return t}export{A as __require};
@@ -0,0 +1 @@
1
+ import{__exports as a}from"../../../../../../../../_virtual/helpers.js";import M from"../../../../../../../../_virtual/___vite-browser-external.js";import{__require as j}from"../common/logging.js";var g;function $(){return g?a:(g=1,(function(i){var m={},_=a&&a.__createBinding||(Object.create?(function(n,e,t,o){o===void 0&&(o=t);var r=Object.getOwnPropertyDescriptor(e,t);(!r||("get"in r?!e.__esModule:r.writable||r.configurable))&&(r={enumerable:!0,get:function(){return e[t]}}),Object.defineProperty(n,o,r)}):(function(n,e,t,o){o===void 0&&(o=t),n[o]=e[t]})),v=a&&a.__setModuleDefault||(Object.create?(function(n,e){Object.defineProperty(n,"default",{enumerable:!0,value:e})}):function(n,e){n.default=e}),h=a&&a.__importStar||(function(){var n=function(e){return n=Object.getOwnPropertyNames||function(t){var o=[];for(var r in t)Object.prototype.hasOwnProperty.call(t,r)&&(o[o.length]=r);return o},n(e)};return function(e){if(e&&e.__esModule)return e;var t={};if(e!=null)for(var o=n(e),r=0;r<o.length;r++)o[r]!=="default"&&_(t,e,o[r]);return v(t,e),t}})();Object.defineProperty(i,"__esModule",{value:!0}),i.validateNodeId=void 0,i.isComponent=f,i.parseNodeIds=b,i.parseFileKey=O,i.findComponentsInDocument=P,i.figmaUrlOfComponent=w,i.normalizePropName=C,i.exitWithFeedbackMessage=p;const y=h(M),l=j(),N=/^I?[0-9]+:[0-9]+(;[0-9]+:[0-9]+)*$/;function f(n){return n.type==="COMPONENT"||n.type==="COMPONENT_SET"}const I=function(n){const e=n.replace("-",":");return N.test(e)||(l.logger.error(`Invalid figma node URL: the provided node-id "${n}" is invalid`),p(1)),e};i.validateNodeId=I;function b(n){const e=[];for(const t of n){const r=y.parse(t,!0).query["node-id"];if(r&&typeof r=="string"){const u=(0,i.validateNodeId)(r);e.push(u)}else if(Array.isArray(r))for(const u of r){const d=(0,i.validateNodeId)(u);e.push(d)}}return e}function O(n){return n.match(/(?:file|design)\/([a-zA-Z0-9]+)/)?.[1]}function P(n,e){const t=[],o=n.children;for(const r of o){if(r.type!=="CANVAS")continue;const u=r.id,d=r.name,s=r.children;for(;s.length>0;){const c=s.pop();if(e&&e.includes(c.id)){if(!f(c))throw new Error("Specified node is not a component or a component set");t.push({...c,pageId:u,pageName:d})}!e&&f(c)&&t.push({...c,pageId:u,pageName:d}),Array.isArray(c.children)&&!f(c)&&s.push(...c.children)}}return t}function w(n,e){const t=m.FILE_URL||"https://figma.com/file/",r=n.id.replace(":","-").replace(":","-");return`${t}${e}/?node-id=${r}`}function C(n){return n.replace(/#[0-9:]*/g,"")}function p(n){l.logger.info("Please raise any bugs or feedback at https://github.com/figma/code-connect/issues."),process.exit(n)}})(a),a)}export{$ as __require};
@@ -0,0 +1 @@
1
+ import{__exports as e}from"../../../../../../../../_virtual/index_common.js";import{__require as t}from"../client/external.js";var n;function u(){if(n)return e;n=1,Object.defineProperty(e,"__esModule",{value:!0}),e.getClient=o;function o(){let r={};return typeof process<"u"&&process.versions&&process.versions.node&&(r=t()),r}return e}export{u as __require};
@@ -0,0 +1 @@
1
+ import{__exports as t}from"../../../../../../../../_virtual/external.js";import{__require as l}from"../connect/external_types.js";var i;function y(){return i?t:(i=1,(function(e){Object.defineProperty(e,"__esModule",{value:!0}),e.textContent=e.className=e.nestedProps=e.string=e.enum=e.boolean=void 0,e.instanceType=r,e.instance=r,e.connect=a,e.children=c;const n=l();Object.defineProperty(e,"boolean",{enumerable:!0,get:function(){return n.booleanType}}),Object.defineProperty(e,"enum",{enumerable:!0,get:function(){return n.enumType}}),Object.defineProperty(e,"string",{enumerable:!0,get:function(){return n.stringType}}),Object.defineProperty(e,"nestedProps",{enumerable:!0,get:function(){return n.nestedPropsType}}),Object.defineProperty(e,"className",{enumerable:!0,get:function(){return n.classNameType}}),Object.defineProperty(e,"textContent",{enumerable:!0,get:function(){return n.textContentType}});function a(u,o){}function c(u){return{__tag:"HtmlTemplateString"}}function r(u){return{__tag:"HtmlTemplateString"}}})(t),t)}export{y as __require};
@@ -0,0 +1 @@
1
+ import{__exports as t}from"../../../../../../../../_virtual/index_html2.js";import{__require as p}from"./external.js";import{__require as g}from"./template_literal.js";import{__require as v}from"../connect/index_common.js";var o;function j(){if(o)return t;o=1;var l=t&&t.__createBinding||(Object.create?(function(u,e,i,r){r===void 0&&(r=i);var n=Object.getOwnPropertyDescriptor(e,i);(!n||("get"in n?!e.__esModule:n.writable||n.configurable))&&(n={enumerable:!0,get:function(){return e[i]}}),Object.defineProperty(u,r,n)}):(function(u,e,i,r){r===void 0&&(r=i),u[r]=e[i]})),_=t&&t.__setModuleDefault||(Object.create?(function(u,e){Object.defineProperty(u,"default",{enumerable:!0,value:e})}):function(u,e){u.default=e}),f=t&&t.__importStar||(function(){var u=function(e){return u=Object.getOwnPropertyNames||function(i){var r=[];for(var n in i)Object.prototype.hasOwnProperty.call(i,n)&&(r[r.length]=n);return r},u(e)};return function(e){if(e&&e.__esModule)return e;var i={};if(e!=null)for(var r=u(e),n=0;n<r.length;n++)r[n]!=="default"&&l(i,e,r[n]);return _(i,e),i}})();Object.defineProperty(t,"__esModule",{value:!0}),t.html=t.client=t.figma=void 0;const c=f(p()),m=g(),s=(0,v().getClient)();t.client=s;const a=c;t.figma=a;const d=m.html;return t.html=d,t.default=a,t}export{j as __require};
@@ -0,0 +1 @@
1
+ import{__exports as e}from"../../../../../../../../_virtual/template_literal.js";var t;function u(){if(t)return e;t=1,Object.defineProperty(e,"__esModule",{value:!0}),e.html=r;function r(l,...a){return{__tag:"HtmlTemplateString"}}return e}export{u as __require};
@@ -0,0 +1 @@
1
+ import{__exports as a}from"../../../../../../../../_virtual/external3.js";import{__require as s}from"../../../../../../react@19.2.0/node_modules/react/index.js";import{__require as p}from"../connect/external_types.js";var f;function P(){return f?a:(f=1,(function(t){var o=a&&a.__createBinding||(Object.create?(function(i,e,r,n){n===void 0&&(n=r);var u=Object.getOwnPropertyDescriptor(e,r);(!u||("get"in u?!e.__esModule:u.writable||u.configurable))&&(u={enumerable:!0,get:function(){return e[r]}}),Object.defineProperty(i,n,u)}):(function(i,e,r,n){n===void 0&&(n=r),i[n]=e[r]})),l=a&&a.__setModuleDefault||(Object.create?(function(i,e){Object.defineProperty(i,"default",{enumerable:!0,value:e})}):function(i,e){i.default=e}),_=a&&a.__importStar||(function(){var i=function(e){return i=Object.getOwnPropertyNames||function(r){var n=[];for(var u in r)Object.prototype.hasOwnProperty.call(r,u)&&(n[n.length]=u);return n},i(e)};return function(e){if(e&&e.__esModule)return e;var r={};if(e!=null)for(var n=i(e),u=0;u<n.length;u++)n[u]!=="default"&&o(r,e,n[u]);return l(r,e),r}})();Object.defineProperty(t,"__esModule",{value:!0}),t.instance=t.textContent=t.className=t.nestedProps=t.string=t.enum=t.boolean=void 0,t.connect=d,t.children=y;const b=_(s()),c=p();Object.defineProperty(t,"boolean",{enumerable:!0,get:function(){return c.booleanType}}),Object.defineProperty(t,"enum",{enumerable:!0,get:function(){return c.enumType}}),Object.defineProperty(t,"string",{enumerable:!0,get:function(){return c.stringType}}),Object.defineProperty(t,"nestedProps",{enumerable:!0,get:function(){return c.nestedPropsType}}),Object.defineProperty(t,"className",{enumerable:!0,get:function(){return c.classNameType}}),Object.defineProperty(t,"textContent",{enumerable:!0,get:function(){return c.textContentType}}),Object.defineProperty(t,"instance",{enumerable:!0,get:function(){return c.instanceType}});function d(i,e,r){}function y(i){return b.createElement("div")}})(a),a)}export{P as __require};
@@ -0,0 +1 @@
1
+ import{__exports as n}from"../../../../../../../../_virtual/index_react2.js";import{__require as s}from"./external.js";import{__require as p}from"../connect/index_common.js";var o;function O(){if(o)return n;o=1;var c=n&&n.__createBinding||(Object.create?(function(u,e,i,r){r===void 0&&(r=i);var t=Object.getOwnPropertyDescriptor(e,i);(!t||("get"in t?!e.__esModule:t.writable||t.configurable))&&(t={enumerable:!0,get:function(){return e[i]}}),Object.defineProperty(u,r,t)}):(function(u,e,i,r){r===void 0&&(r=i),u[r]=e[i]})),f=n&&n.__setModuleDefault||(Object.create?(function(u,e){Object.defineProperty(u,"default",{enumerable:!0,value:e})}):function(u,e){u.default=e}),_=n&&n.__importStar||(function(){var u=function(e){return u=Object.getOwnPropertyNames||function(i){var r=[];for(var t in i)Object.prototype.hasOwnProperty.call(i,t)&&(r[r.length]=t);return r},u(e)};return function(e){if(e&&e.__esModule)return e;var i={};if(e!=null)for(var r=u(e),t=0;t<r.length;t++)r[t]!=="default"&&c(i,e,r[t]);return f(i,e),i}})();Object.defineProperty(n,"__esModule",{value:!0}),n.client=n.figma=void 0;const l=_(s()),d=(0,p().getClient)();n.client=d;const a=l;return n.figma=a,n.default=a,n}export{O as __require};
@@ -0,0 +1 @@
1
+ const e="1.3.7",o={version:e};export{o as default,e as version};
@@ -0,0 +1 @@
1
+ import{getSideAxis as L,getAlignmentAxis as H,getSide as F,getAlignment as C,getAxisLength as J,evaluate as _,getOppositePlacement as K,getExpandedPlacements as N,getOppositeAxisPlacements as Q,getAlignmentSides as q,getPaddingObject as U,rectToClientRect as I,placements as X,getOppositeAlignmentPlacement as W}from"../../../../../@floating-ui_utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.js";function Y(n,l,f){let{reference:t,floating:e}=n;const i=L(l),c=H(l),a=J(c),w=F(l),p=i==="y",g=t.x+t.width/2-e.width/2,r=t.y+t.height/2-e.height/2,d=t[a]/2-e[a]/2;let o;switch(w){case"top":o={x:g,y:t.y-e.height};break;case"bottom":o={x:g,y:t.y+t.height};break;case"right":o={x:t.x+t.width,y:r};break;case"left":o={x:t.x-e.width,y:r};break;default:o={x:t.x,y:t.y}}switch(C(l)){case"start":o[c]-=d*(f&&p?-1:1);break;case"end":o[c]+=d*(f&&p?-1:1);break}return o}const te=async(n,l,f)=>{const{placement:t="bottom",strategy:e="absolute",middleware:i=[],platform:c}=f,a=i.filter(Boolean),w=await(c.isRTL==null?void 0:c.isRTL(l));let p=await c.getElementRects({reference:n,floating:l,strategy:e}),{x:g,y:r}=Y(p,t,w),d=t,o={},x=0;for(let h=0;h<a.length;h++){const{name:y,fn:v}=a[h],{x:u,y:P,data:b,reset:s}=await v({x:g,y:r,initialPlacement:t,placement:d,strategy:e,middlewareData:o,rects:p,platform:c,elements:{reference:n,floating:l}});g=u??g,r=P??r,o={...o,[y]:{...o[y],...b}},s&&x<=50&&(x++,typeof s=="object"&&(s.placement&&(d=s.placement),s.rects&&(p=s.rects===!0?await c.getElementRects({reference:n,floating:l,strategy:e}):s.rects),{x:g,y:r}=Y(p,d,w)),h=-1)}return{x:g,y:r,placement:d,strategy:e,middlewareData:o}};async function z(n,l){var f;l===void 0&&(l={});const{x:t,y:e,platform:i,rects:c,elements:a,strategy:w}=n,{boundary:p="clippingAncestors",rootBoundary:g="viewport",elementContext:r="floating",altBoundary:d=!1,padding:o=0}=_(l,n),x=U(o),y=a[d?r==="floating"?"reference":"floating":r],v=I(await i.getClippingRect({element:(f=await(i.isElement==null?void 0:i.isElement(y)))==null||f?y:y.contextElement||await(i.getDocumentElement==null?void 0:i.getDocumentElement(a.floating)),boundary:p,rootBoundary:g,strategy:w})),u=r==="floating"?{x:t,y:e,width:c.floating.width,height:c.floating.height}:c.reference,P=await(i.getOffsetParent==null?void 0:i.getOffsetParent(a.floating)),b=await(i.isElement==null?void 0:i.isElement(P))?await(i.getScale==null?void 0:i.getScale(P))||{x:1,y:1}:{x:1,y:1},s=I(i.convertOffsetParentRelativeRectToViewportRelativeRect?await i.convertOffsetParentRelativeRectToViewportRelativeRect({elements:a,rect:u,offsetParent:P,strategy:w}):u);return{top:(v.top-s.top+x.top)/b.y,bottom:(s.bottom-v.bottom+x.bottom)/b.y,left:(v.left-s.left+x.left)/b.x,right:(s.right-v.right+x.right)/b.x}}function Z(n,l,f){return(n?[...f.filter(e=>C(e)===n),...f.filter(e=>C(e)!==n)]:f.filter(e=>F(e)===e)).filter(e=>n?C(e)===n||(l?W(e)!==e:!1):!0)}const ne=function(n){return n===void 0&&(n={}),{name:"autoPlacement",options:n,async fn(l){var f,t,e;const{rects:i,middlewareData:c,placement:a,platform:w,elements:p}=l,{crossAxis:g=!1,alignment:r,allowedPlacements:d=X,autoAlignment:o=!0,...x}=_(n,l),h=r!==void 0||d===X?Z(r||null,o,d):d,y=await z(l,x),v=((f=c.autoPlacement)==null?void 0:f.index)||0,u=h[v];if(u==null)return{};const P=q(u,i,await(w.isRTL==null?void 0:w.isRTL(p.floating)));if(a!==u)return{reset:{placement:h[0]}};const b=[y[F(u)],y[P[0]],y[P[1]]],s=[...((t=c.autoPlacement)==null?void 0:t.overflows)||[],{placement:u,overflows:b}],T=h[v+1];if(T)return{data:{index:v+1,overflows:s},reset:{placement:T}};const B=s.map(m=>{const O=C(m.placement);return[m.placement,O&&g?m.overflows.slice(0,2).reduce((j,M)=>j+M,0):m.overflows[0],m.overflows]}).sort((m,O)=>m[1]-O[1]),S=((e=B.filter(m=>m[2].slice(0,C(m[0])?2:3).every(O=>O<=0))[0])==null?void 0:e[0])||B[0][0];return S!==a?{data:{index:v+1,overflows:s},reset:{placement:S}}:{}}}},le=function(n){return n===void 0&&(n={}),{name:"flip",options:n,async fn(l){var f,t;const{placement:e,middlewareData:i,rects:c,initialPlacement:a,platform:w,elements:p}=l,{mainAxis:g=!0,crossAxis:r=!0,fallbackPlacements:d,fallbackStrategy:o="bestFit",fallbackAxisSideDirection:x="none",flipAlignment:h=!0,...y}=_(n,l);if((f=i.arrow)!=null&&f.alignmentOffset)return{};const v=F(e),u=L(a),P=F(a)===a,b=await(w.isRTL==null?void 0:w.isRTL(p.floating)),s=d||(P||!h?[K(a)]:N(a)),T=x!=="none";!d&&T&&s.push(...Q(a,h,x,b));const B=[a,...s],$=await z(l,y),S=[];let m=((t=i.flip)==null?void 0:t.overflows)||[];if(g&&S.push($[v]),r){const k=q(e,c,b);S.push($[k[0]],$[k[1]])}if(m=[...m,{placement:e,overflows:S}],!S.every(k=>k<=0)){var O,j;const k=(((O=i.flip)==null?void 0:O.index)||0)+1,V=B[k];if(V&&(!(r==="alignment"?u!==L(V):!1)||m.every(A=>L(A.placement)===u?A.overflows[0]>0:!0)))return{data:{index:k,overflows:m},reset:{placement:V}};let D=(j=m.filter(E=>E.overflows[0]<=0).sort((E,A)=>E.overflows[1]-A.overflows[1])[0])==null?void 0:j.placement;if(!D)switch(o){case"bestFit":{var M;const E=(M=m.filter(A=>{if(T){const R=L(A.placement);return R===u||R==="y"}return!0}).map(A=>[A.placement,A.overflows.filter(R=>R>0).reduce((R,G)=>R+G,0)]).sort((A,R)=>A[1]-R[1])[0])==null?void 0:M[0];E&&(D=E);break}case"initialPlacement":D=a;break}if(e!==D)return{reset:{placement:D}}}return{}}}};export{ne as autoPlacement,te as computePosition,z as detectOverflow,le as flip,I as rectToClientRect};
@@ -0,0 +1 @@
1
+ import{computePosition as st,flip as rt,autoPlacement as ct}from"../../../../../@floating-ui_core@1.7.3/node_modules/@floating-ui/core/dist/floating-ui.core.js";import{createCoords as w,rectToClientRect as J,floor as A,max as E,round as D,min as V}from"../../../../../@floating-ui_utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.js";import{getOverflowAncestors as z,isElement as v,getDocumentElement as R,getWindow as L,getFrameElement as U,getComputedStyle as b,isHTMLElement as C,isWebKit as Q,isTopLayer as _,getParentNode as W,isLastTraversableNode as H,isTableElement as lt,isContainingBlock as Y,getContainingBlock as ft,getNodeName as $,isOverflowElement as P,getNodeScroll as I}from"../../../../../@floating-ui_utils@0.2.10/node_modules/@floating-ui/utils/dist/floating-ui.utils.dom.js";function Z(t){const e=b(t);let o=parseFloat(e.width)||0,n=parseFloat(e.height)||0;const i=C(t),r=i?t.offsetWidth:o,s=i?t.offsetHeight:n,c=D(o)!==r||D(n)!==s;return c&&(o=r,n=s),{width:o,height:n,$:c}}function q(t){return v(t)?t:t.contextElement}function F(t){const e=q(t);if(!C(e))return w(1);const o=e.getBoundingClientRect(),{width:n,height:i,$:r}=Z(e);let s=(r?D(o.width):o.width)/n,c=(r?D(o.height):o.height)/i;return(!s||!Number.isFinite(s))&&(s=1),(!c||!Number.isFinite(c))&&(c=1),{x:s,y:c}}const ut=w(0);function tt(t){const e=L(t);return!Q()||!e.visualViewport?ut:{x:e.visualViewport.offsetLeft,y:e.visualViewport.offsetTop}}function at(t,e,o){return e===void 0&&(e=!1),!o||e&&o!==L(t)?!1:e}function T(t,e,o,n){e===void 0&&(e=!1),o===void 0&&(o=!1);const i=t.getBoundingClientRect(),r=q(t);let s=w(1);e&&(n?v(n)&&(s=F(n)):s=F(t));const c=at(r,o,n)?tt(r):w(0);let f=(i.left+c.x)/s.x,l=(i.top+c.y)/s.y,u=i.width/s.x,a=i.height/s.y;if(r){const d=L(r),h=n&&v(n)?L(n):n;let m=d,p=U(m);for(;p&&n&&h!==m;){const y=F(p),g=p.getBoundingClientRect(),x=b(p),O=g.left+(p.clientLeft+parseFloat(x.paddingLeft))*y.x,S=g.top+(p.clientTop+parseFloat(x.paddingTop))*y.y;f*=y.x,l*=y.y,u*=y.x,a*=y.y,f+=O,l+=S,m=L(p),p=U(m)}}return J({width:u,height:a,x:f,y:l})}function M(t,e){const o=I(t).scrollLeft;return e?e.left+o:T(R(t)).left+o}function et(t,e){const o=t.getBoundingClientRect(),n=o.left+e.scrollLeft-M(t,o),i=o.top+e.scrollTop;return{x:n,y:i}}function ht(t){let{elements:e,rect:o,offsetParent:n,strategy:i}=t;const r=i==="fixed",s=R(n),c=e?_(e.floating):!1;if(n===s||c&&r)return o;let f={scrollLeft:0,scrollTop:0},l=w(1);const u=w(0),a=C(n);if((a||!a&&!r)&&(($(n)!=="body"||P(s))&&(f=I(n)),C(n))){const h=T(n);l=F(n),u.x=h.x+n.clientLeft,u.y=h.y+n.clientTop}const d=s&&!a&&!r?et(s,f):w(0);return{width:o.width*l.x,height:o.height*l.y,x:o.x*l.x-f.scrollLeft*l.x+u.x+d.x,y:o.y*l.y-f.scrollTop*l.y+u.y+d.y}}function dt(t){return Array.from(t.getClientRects())}function gt(t){const e=R(t),o=I(t),n=t.ownerDocument.body,i=E(e.scrollWidth,e.clientWidth,n.scrollWidth,n.clientWidth),r=E(e.scrollHeight,e.clientHeight,n.scrollHeight,n.clientHeight);let s=-o.scrollLeft+M(t);const c=-o.scrollTop;return b(n).direction==="rtl"&&(s+=E(e.clientWidth,n.clientWidth)-i),{width:i,height:r,x:s,y:c}}const K=25;function pt(t,e){const o=L(t),n=R(t),i=o.visualViewport;let r=n.clientWidth,s=n.clientHeight,c=0,f=0;if(i){r=i.width,s=i.height;const u=Q();(!u||u&&e==="fixed")&&(c=i.offsetLeft,f=i.offsetTop)}const l=M(n);if(l<=0){const u=n.ownerDocument,a=u.body,d=getComputedStyle(a),h=u.compatMode==="CSS1Compat"&&parseFloat(d.marginLeft)+parseFloat(d.marginRight)||0,m=Math.abs(n.clientWidth-a.clientWidth-h);m<=K&&(r-=m)}else l<=K&&(r+=l);return{width:r,height:s,x:c,y:f}}const mt=new Set(["absolute","fixed"]);function yt(t,e){const o=T(t,!0,e==="fixed"),n=o.top+t.clientTop,i=o.left+t.clientLeft,r=C(t)?F(t):w(1),s=t.clientWidth*r.x,c=t.clientHeight*r.y,f=i*r.x,l=n*r.y;return{width:s,height:c,x:f,y:l}}function j(t,e,o){let n;if(e==="viewport")n=pt(t,o);else if(e==="document")n=gt(R(t));else if(v(e))n=yt(e,o);else{const i=tt(t);n={x:e.x-i.x,y:e.y-i.y,width:e.width,height:e.height}}return J(n)}function nt(t,e){const o=W(t);return o===e||!v(o)||H(o)?!1:b(o).position==="fixed"||nt(o,e)}function wt(t,e){const o=e.get(t);if(o)return o;let n=z(t,[],!1).filter(c=>v(c)&&$(c)!=="body"),i=null;const r=b(t).position==="fixed";let s=r?W(t):t;for(;v(s)&&!H(s);){const c=b(s),f=Y(s);!f&&c.position==="fixed"&&(i=null),(r?!f&&!i:!f&&c.position==="static"&&!!i&&mt.has(i.position)||P(s)&&!f&&nt(t,s))?n=n.filter(u=>u!==s):i=c,s=W(s)}return e.set(t,n),n}function xt(t){let{element:e,boundary:o,rootBoundary:n,strategy:i}=t;const s=[...o==="clippingAncestors"?_(e)?[]:wt(e,this._c):[].concat(o),n],c=s[0],f=s.reduce((l,u)=>{const a=j(e,u,i);return l.top=E(a.top,l.top),l.right=V(a.right,l.right),l.bottom=V(a.bottom,l.bottom),l.left=E(a.left,l.left),l},j(e,c,i));return{width:f.right-f.left,height:f.bottom-f.top,x:f.left,y:f.top}}function vt(t){const{width:e,height:o}=Z(t);return{width:e,height:o}}function bt(t,e,o){const n=C(e),i=R(e),r=o==="fixed",s=T(t,!0,r,e);let c={scrollLeft:0,scrollTop:0};const f=w(0);function l(){f.x=M(i)}if(n||!n&&!r)if(($(e)!=="body"||P(i))&&(c=I(e)),n){const h=T(e,!0,r,e);f.x=h.x+e.clientLeft,f.y=h.y+e.clientTop}else i&&l();r&&!n&&i&&l();const u=i&&!n&&!r?et(i,c):w(0),a=s.left+c.scrollLeft-f.x-u.x,d=s.top+c.scrollTop-f.y-u.y;return{x:a,y:d,width:s.width,height:s.height}}function N(t){return b(t).position==="static"}function G(t,e){if(!C(t)||b(t).position==="fixed")return null;if(e)return e(t);let o=t.offsetParent;return R(t)===o&&(o=o.ownerDocument.body),o}function ot(t,e){const o=L(t);if(_(t))return o;if(!C(t)){let i=W(t);for(;i&&!H(i);){if(v(i)&&!N(i))return i;i=W(i)}return o}let n=G(t,e);for(;n&&lt(n)&&N(n);)n=G(n,e);return n&&H(n)&&N(n)&&!Y(n)?o:n||ft(t)||o}const Rt=async function(t){const e=this.getOffsetParent||ot,o=this.getDimensions,n=await o(t.floating);return{reference:bt(t.reference,await e(t.floating),t.strategy),floating:{x:0,y:0,width:n.width,height:n.height}}};function Ct(t){return b(t).direction==="rtl"}const Ot={convertOffsetParentRelativeRectToViewportRelativeRect:ht,getDocumentElement:R,getClippingRect:xt,getOffsetParent:ot,getElementRects:Rt,getClientRects:dt,getDimensions:vt,getScale:F,isElement:v,isRTL:Ct};function it(t,e){return t.x===e.x&&t.y===e.y&&t.width===e.width&&t.height===e.height}function Lt(t,e){let o=null,n;const i=R(t);function r(){var c;clearTimeout(n),(c=o)==null||c.disconnect(),o=null}function s(c,f){c===void 0&&(c=!1),f===void 0&&(f=1),r();const l=t.getBoundingClientRect(),{left:u,top:a,width:d,height:h}=l;if(c||e(),!d||!h)return;const m=A(a),p=A(i.clientWidth-(u+d)),y=A(i.clientHeight-(a+h)),g=A(u),O={rootMargin:-m+"px "+-p+"px "+-y+"px "+-g+"px",threshold:E(0,V(1,f))||1};let S=!0;function X(k){const B=k[0].intersectionRatio;if(B!==f){if(!S)return s();B?s(!1,B):n=setTimeout(()=>{s(!1,1e-7)},1e3)}B===1&&!it(l,t.getBoundingClientRect())&&s(),S=!1}try{o=new IntersectionObserver(X,{...O,root:i.ownerDocument})}catch{o=new IntersectionObserver(X,O)}o.observe(t)}return s(!0),r}function Wt(t,e,o,n){n===void 0&&(n={});const{ancestorScroll:i=!0,ancestorResize:r=!0,elementResize:s=typeof ResizeObserver=="function",layoutShift:c=typeof IntersectionObserver=="function",animationFrame:f=!1}=n,l=q(t),u=i||r?[...l?z(l):[],...z(e)]:[];u.forEach(g=>{i&&g.addEventListener("scroll",o,{passive:!0}),r&&g.addEventListener("resize",o)});const a=l&&c?Lt(l,o):null;let d=-1,h=null;s&&(h=new ResizeObserver(g=>{let[x]=g;x&&x.target===l&&h&&(h.unobserve(e),cancelAnimationFrame(d),d=requestAnimationFrame(()=>{var O;(O=h)==null||O.observe(e)})),o()}),l&&!f&&h.observe(l),h.observe(e));let m,p=f?T(t):null;f&&y();function y(){const g=T(t);p&&!it(p,g)&&o(),p=g,m=requestAnimationFrame(y)}return o(),()=>{var g;u.forEach(x=>{i&&x.removeEventListener("scroll",o),r&&x.removeEventListener("resize",o)}),a?.(),(g=h)==null||g.disconnect(),h=null,f&&cancelAnimationFrame(m)}}const St=ct,Bt=rt,At=(t,e,o)=>{const n=new Map,i={platform:Ot,...o},r={...i.platform,_c:n};return st(t,e,{...i,platform:r})};export{St as autoPlacement,Wt as autoUpdate,At as computePosition,Bt as flip,z as getOverflowAncestors,Ot as platform};
@@ -0,0 +1 @@
1
+ function c(){return typeof window<"u"}function u(t){return p(t)?(t.nodeName||"").toLowerCase():"#document"}function i(t){var e;return(t==null||(e=t.ownerDocument)==null?void 0:e.defaultView)||window}function N(t){var e;return(e=(p(t)?t.ownerDocument:t.document)||window.document)==null?void 0:e.documentElement}function p(t){return c()?t instanceof Node||t instanceof i(t).Node:!1}function m(t){return c()?t instanceof Element||t instanceof i(t).Element:!1}function w(t){return c()?t instanceof HTMLElement||t instanceof i(t).HTMLElement:!1}function f(t){return!c()||typeof ShadowRoot>"u"?!1:t instanceof ShadowRoot||t instanceof i(t).ShadowRoot}const E=new Set(["inline","contents"]);function y(t){const{overflow:e,overflowX:n,overflowY:o,display:r}=S(t);return/auto|scroll|overlay|hidden|clip/.test(e+o+n)&&!E.has(r)}const T=new Set(["table","td","th"]);function A(t){return T.has(u(t))}const v=[":popover-open",":modal"];function L(t){return v.some(e=>{try{return t.matches(e)}catch{return!1}})}const D=["transform","translate","scale","rotate","perspective"],C=["transform","translate","scale","rotate","perspective","filter"],k=["paint","layout","strict","content"];function V(t){const e=O(),n=m(t)?S(t):t;return D.some(o=>n[o]?n[o]!=="none":!1)||(n.containerType?n.containerType!=="normal":!1)||!e&&(n.backdropFilter?n.backdropFilter!=="none":!1)||!e&&(n.filter?n.filter!=="none":!1)||C.some(o=>(n.willChange||"").includes(o))||k.some(o=>(n.contain||"").includes(o))}function B(t){let e=s(t);for(;w(e)&&!h(e);){if(V(e))return e;if(L(e))return null;e=s(e)}return null}function O(){return typeof CSS>"u"||!CSS.supports?!1:CSS.supports("-webkit-backdrop-filter","none")}const R=new Set(["html","body","#document"]);function h(t){return R.has(u(t))}function S(t){return i(t).getComputedStyle(t)}function F(t){return m(t)?{scrollLeft:t.scrollLeft,scrollTop:t.scrollTop}:{scrollLeft:t.scrollX,scrollTop:t.scrollY}}function s(t){if(u(t)==="html")return t;const e=t.assignedSlot||t.parentNode||f(t)&&t.host||N(t);return f(e)?e.host:e}function b(t){const e=s(t);return h(e)?t.ownerDocument?t.ownerDocument.body:t.body:w(e)&&y(e)?e:b(e)}function d(t,e,n){var o;e===void 0&&(e=[]),n===void 0&&(n=!0);const r=b(t),g=r===((o=t.ownerDocument)==null?void 0:o.body),l=i(r);if(g){const a=_(l);return e.concat(l,l.visualViewport||[],y(r)?r:[],a&&n?d(a):[])}return e.concat(r,d(r,[],n))}function _(t){return t.parent&&Object.getPrototypeOf(t.parent)?t.frameElement:null}export{S as getComputedStyle,B as getContainingBlock,N as getDocumentElement,_ as getFrameElement,b as getNearestOverflowAncestor,u as getNodeName,F as getNodeScroll,d as getOverflowAncestors,s as getParentNode,i as getWindow,V as isContainingBlock,m as isElement,w as isHTMLElement,h as isLastTraversableNode,p as isNode,y as isOverflowElement,f as isShadowRoot,A as isTableElement,L as isTopLayer,O as isWebKit};
@@ -0,0 +1 @@
1
+ const p=["top","right","bottom","left"],l=["start","end"],j=p.reduce((t,e)=>t.concat(e,e+"-"+l[0],e+"-"+l[1]),[]),C=Math.min,L=Math.max,E=Math.round,R=Math.floor,T=t=>({x:t,y:t}),h={left:"right",right:"left",bottom:"top",top:"bottom"},x={start:"end",end:"start"};function k(t,e){return typeof t=="function"?t(e):t}function g(t){return t.split("-")[0]}function m(t){return t.split("-")[1]}function b(t){return t==="x"?"y":"x"}function d(t){return t==="y"?"height":"width"}const A=new Set(["top","bottom"]);function P(t){return A.has(g(t))?"y":"x"}function y(t){return b(P(t))}function q(t,e,n){n===void 0&&(n=!1);const r=m(t),i=y(t),o=d(i);let c=i==="x"?r===(n?"end":"start")?"right":"left":r==="start"?"bottom":"top";return e.reference[o]>e.floating[o]&&(c=f(c)),[c,f(c)]}function z(t){const e=f(t);return[s(t),e,s(e)]}function s(t){return t.replace(/start|end/g,e=>x[e])}const u=["left","right"],a=["right","left"],M=["top","bottom"],O=["bottom","top"];function S(t,e,n){switch(t){case"top":case"bottom":return n?e?a:u:e?u:a;case"left":case"right":return e?M:O;default:return[]}}function B(t,e,n,r){const i=m(t);let o=S(g(t),n==="start",r);return i&&(o=o.map(c=>c+"-"+i),e&&(o=o.concat(o.map(s)))),o}function f(t){return t.replace(/left|right|bottom|top/g,e=>h[e])}function w(t){return{top:0,right:0,bottom:0,left:0,...t}}function D(t){return typeof t!="number"?w(t):{top:t,right:t,bottom:t,left:t}}function F(t){const{x:e,y:n,width:r,height:i}=t;return{width:r,height:i,top:n,left:e,right:e+r,bottom:n+i,x:e,y:n}}export{l as alignments,T as createCoords,k as evaluate,w as expandPaddingObject,R as floor,m as getAlignment,y as getAlignmentAxis,q as getAlignmentSides,d as getAxisLength,z as getExpandedPlacements,s as getOppositeAlignmentPlacement,b as getOppositeAxis,B as getOppositeAxisPlacements,f as getOppositePlacement,D as getPaddingObject,g as getSide,P as getSideAxis,L as max,C as min,j as placements,F as rectToClientRect,E as round,p as sides};
@@ -0,0 +1 @@
1
+ var m=44,p=59,a="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789+/",w=new Uint8Array(64),v=new Uint8Array(128);for(let t=0;t<a.length;t++){const e=a.charCodeAt(t);w[t]=e,v[e]=t}function s(t,e,r){let n=e-r;n=n<0?-n<<1|1:n<<1;do{let i=n&31;n>>>=5,n>0&&(i|=32),t.write(w[i])}while(n>0);return e}var d=1024*16,g=typeof TextDecoder<"u"?new TextDecoder:typeof Buffer<"u"?{decode(t){return Buffer.from(t.buffer,t.byteOffset,t.byteLength).toString()}}:{decode(t){let e="";for(let r=0;r<t.length;r++)e+=String.fromCharCode(t[r]);return e}},y=class{constructor(){this.pos=0,this.out="",this.buffer=new Uint8Array(d)}write(t){const{buffer:e}=this;e[this.pos++]=t,this.pos===d&&(this.out+=g.decode(e),this.pos=0)}flush(){const{buffer:t,out:e,pos:r}=this;return r>0?e+g.decode(t.subarray(0,r)):e}};function C(t){const e=new y;let r=0,n=0,i=0,l=0;for(let c=0;c<t.length;c++){const u=t[c];if(c>0&&e.write(p),u.length===0)continue;let h=0;for(let f=0;f<u.length;f++){const o=u[f];f>0&&e.write(m),h=s(e,o[0],h),o.length!==1&&(r=s(e,o[1],r),n=s(e,o[2],n),i=s(e,o[3],i),o.length!==4&&(l=s(e,o[4],l)))}}return e.flush()}export{C as encode};
@@ -0,0 +1 @@
1
+ import{defaultMsg as t}from"../internal/default-msg.js";let m=t;export{m as msg};
@@ -0,0 +1,5 @@
1
+ import{Deferred as e}from"../internal/deferred.js";import"../internal/fnv1a64.js";/**
2
+ * @license
3
+ * Copyright 2021 Google LLC
4
+ * SPDX-License-Identifier: BSD-3-Clause
5
+ */let r=new e;r.resolve();
@@ -0,0 +1,5 @@
1
+ import{joinStringsAndValues as r,isStrTagged as g}from"./str-tag.js";/**
2
+ * @license
3
+ * Copyright 2021 Google LLC
4
+ * SPDX-License-Identifier: BSD-3-Clause
5
+ */const n=(s=>g(s)?r(s.strings,s.values):s);export{n as defaultMsg};
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2020 Google LLC
4
+ * SPDX-License-Identifier: BSD-3-Clause
5
+ */class r{constructor(){this.settled=!1,this.promise=new Promise((e,t)=>{this._resolve=e,this._reject=t})}resolve(e){this.settled=!0,this._resolve(e)}reject(e){this.settled=!0,this._reject(e)}}export{r as Deferred};
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2014 Travis Webb
4
+ * SPDX-License-Identifier: MIT
5
+ */for(let t=0;t<256;t++)(t>>4&15).toString(16)+(t&15).toString(16);
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2021 Google LLC
4
+ * SPDX-License-Identifier: BSD-3-Clause
5
+ */const t="lit-localize-status";export{t as LOCALE_STATUS_EVENT};
@@ -0,0 +1,5 @@
1
+ import{LOCALE_STATUS_EVENT as t}from"./locale-status-event.js";/**
2
+ * @license
3
+ * Copyright 2021 Google LLC
4
+ * SPDX-License-Identifier: BSD-3-Clause
5
+ */class s{constructor(n){this.__litLocalizeEventHandler=o=>{o.detail.status==="ready"&&this.host.requestUpdate()},this.host=n}hostConnected(){window.addEventListener(t,this.__litLocalizeEventHandler)}hostDisconnected(){window.removeEventListener(t,this.__litLocalizeEventHandler)}}const a=e=>e.addController(new s(e)),l=a;export{l as updateWhenLocaleChanges};
@@ -0,0 +1,5 @@
1
+ import{updateWhenLocaleChanges as t}from"./localized-controller.js";/**
2
+ * @license
3
+ * Copyright 2021 Google LLC
4
+ * SPDX-License-Identifier: BSD-3-Clause
5
+ */const r=()=>(e,o)=>(e.addInitializer(t),e);export{r as localized};
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2021 Google LLC
4
+ * SPDX-License-Identifier: BSD-3-Clause
5
+ */const o=(t,...e)=>({strTag:!0,strings:t,values:e}),c=o,a=t=>typeof t!="string"&&"strTag"in t,g=(t,e,s)=>{let n=t[0];for(let r=1;r<t.length;r++)n+=e[r-1],n+=t[r];return n};export{a as isStrTagged,g as joinStringsAndValues,c as str};
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2019 Google LLC
4
+ * SPDX-License-Identifier: BSD-3-Clause
5
+ */const r=globalThis,c=r.ShadowRoot&&(r.ShadyCSS===void 0||r.ShadyCSS.nativeShadow)&&"adoptedStyleSheets"in Document.prototype&&"replace"in CSSStyleSheet.prototype,a=Symbol(),i=new WeakMap;class l{constructor(s,t,o){if(this._$cssResult$=!0,o!==a)throw Error("CSSResult is not constructable. Use `unsafeCSS` or `css` instead.");this.cssText=s,this.t=t}get styleSheet(){let s=this.o;const t=this.t;if(c&&s===void 0){const o=t!==void 0&&t.length===1;o&&(s=i.get(t)),s===void 0&&((this.o=s=new CSSStyleSheet).replaceSync(this.cssText),o&&i.set(t,s))}return s}toString(){return this.cssText}}const h=e=>new l(typeof e=="string"?e:e+"",void 0,a),p=(e,...s)=>{const t=e.length===1?e[0]:s.reduce(((o,S,u)=>o+(n=>{if(n._$cssResult$===!0)return n.cssText;if(typeof n=="number")return n;throw Error("Value passed to 'css' function must be a 'css' function result: "+n+". Use 'unsafeCSS' to pass non-literal values, but take care to ensure page security.")})(S)+e[u+1]),e[0]);return new l(t,e,a)},d=(e,s)=>{if(c)e.adoptedStyleSheets=s.map((t=>t instanceof CSSStyleSheet?t:t.styleSheet));else for(const t of s){const o=document.createElement("style"),S=r.litNonce;S!==void 0&&o.setAttribute("nonce",S),o.textContent=t.cssText,e.appendChild(o)}},y=c?e=>e:e=>e instanceof CSSStyleSheet?(s=>{let t="";for(const o of s.cssRules)t+=o.cssText;return h(t)})(e):e;export{l as CSSResult,d as adoptStyles,p as css,y as getCompatibleStyle,c as supportsAdoptingStyleSheets,h as unsafeCSS};
@@ -0,0 +1,5 @@
1
+ /**
2
+ * @license
3
+ * Copyright 2017 Google LLC
4
+ * SPDX-License-Identifier: BSD-3-Clause
5
+ */const s=e=>(t,n)=>{n!==void 0?n.addInitializer((()=>{customElements.define(e,t)})):customElements.define(e,t)};export{s as customElement};
@@ -0,0 +1,5 @@
1
+ import{notEqual as p,defaultConverter as l}from"../reactive-element.js";/**
2
+ * @license
3
+ * Copyright 2017 Google LLC
4
+ * SPDX-License-Identifier: BSD-3-Clause
5
+ */const d={attribute:!0,type:String,converter:l,reflect:!1,hasChanged:p},u=(t=d,s,e)=>{const{kind:n,metadata:i}=e;let r=globalThis.litPropertyMetadata.get(i);if(r===void 0&&globalThis.litPropertyMetadata.set(i,r=new Map),n==="setter"&&((t=Object.create(t)).wrapped=!0),r.set(e.name,t),n==="accessor"){const{name:o}=e;return{set(a){const c=s.get.call(this);s.set.call(this,a),this.requestUpdate(o,c,t)},init(a){return a!==void 0&&this.C(o,void 0,t,a),a}}}if(n==="setter"){const{name:o}=e;return function(a){const c=this[o];s.call(this,a),this.requestUpdate(o,c,t)}}throw Error("Unsupported decorator location: "+n)};function f(t){return(s,e)=>typeof e=="object"?u(t,s,e):((n,i,r)=>{const o=i.hasOwnProperty(r);return i.constructor.createProperty(r,n),o?Object.getOwnPropertyDescriptor(i,r):void 0})(t,s,e)}export{f as property,u as standardProperty};
@@ -0,0 +1,5 @@
1
+ import{property as r}from"./property.js";/**
2
+ * @license
3
+ * Copyright 2017 Google LLC
4
+ * SPDX-License-Identifier: BSD-3-Clause
5
+ */function a(t){return r({...t,state:!0,attribute:!1})}export{a as state};
@@ -0,0 +1,5 @@
1
+ import{getCompatibleStyle as d,adoptStyles as _}from"./css-tag.js";import{CSSResult as O,css as C,supportsAdoptingStyleSheets as M,unsafeCSS as R}from"./css-tag.js";/**
2
+ * @license
3
+ * Copyright 2017 Google LLC
4
+ * SPDX-License-Identifier: BSD-3-Clause
5
+ */const{is:$,defineProperty:y,getOwnPropertyDescriptor:m,getOwnPropertyNames:g,getOwnPropertySymbols:b,getPrototypeOf:P}=Object,c=globalThis,u=c.trustedTypes,v=u?u.emptyScript:"",w=c.reactiveElementPolyfillSupport,l=(o,t)=>o,p={toAttribute(o,t){switch(t){case Boolean:o=o?v:null;break;case Object:case Array:o=o==null?o:JSON.stringify(o)}return o},fromAttribute(o,t){let e=o;switch(t){case Boolean:e=o!==null;break;case Number:e=o===null?null:Number(o);break;case Object:case Array:try{e=JSON.parse(o)}catch{e=null}}return e}},E=(o,t)=>!$(o,t),f={attribute:!0,type:String,converter:p,reflect:!1,useDefault:!1,hasChanged:E};Symbol.metadata??=Symbol("metadata"),c.litPropertyMetadata??=new WeakMap;class n extends HTMLElement{static addInitializer(t){this._$Ei(),(this.l??=[]).push(t)}static get observedAttributes(){return this.finalize(),this._$Eh&&[...this._$Eh.keys()]}static createProperty(t,e=f){if(e.state&&(e.attribute=!1),this._$Ei(),this.prototype.hasOwnProperty(t)&&((e=Object.create(e)).wrapped=!0),this.elementProperties.set(t,e),!e.noAccessor){const s=Symbol(),i=this.getPropertyDescriptor(t,s,e);i!==void 0&&y(this.prototype,t,i)}}static getPropertyDescriptor(t,e,s){const{get:i,set:r}=m(this.prototype,t)??{get(){return this[e]},set(a){this[e]=a}};return{get:i,set(a){const h=i?.call(this);r?.call(this,a),this.requestUpdate(t,h,s)},configurable:!0,enumerable:!0}}static getPropertyOptions(t){return this.elementProperties.get(t)??f}static _$Ei(){if(this.hasOwnProperty(l("elementProperties")))return;const t=P(this);t.finalize(),t.l!==void 0&&(this.l=[...t.l]),this.elementProperties=new Map(t.elementProperties)}static finalize(){if(this.hasOwnProperty(l("finalized")))return;if(this.finalized=!0,this._$Ei(),this.hasOwnProperty(l("properties"))){const e=this.properties,s=[...g(e),...b(e)];for(const i of s)this.createProperty(i,e[i])}const t=this[Symbol.metadata];if(t!==null){const e=litPropertyMetadata.get(t);if(e!==void 0)for(const[s,i]of e)this.elementProperties.set(s,i)}this._$Eh=new Map;for(const[e,s]of this.elementProperties){const i=this._$Eu(e,s);i!==void 0&&this._$Eh.set(i,e)}this.elementStyles=this.finalizeStyles(this.styles)}static finalizeStyles(t){const e=[];if(Array.isArray(t)){const s=new Set(t.flat(1/0).reverse());for(const i of s)e.unshift(d(i))}else t!==void 0&&e.push(d(t));return e}static _$Eu(t,e){const s=e.attribute;return s===!1?void 0:typeof s=="string"?s:typeof t=="string"?t.toLowerCase():void 0}constructor(){super(),this._$Ep=void 0,this.isUpdatePending=!1,this.hasUpdated=!1,this._$Em=null,this._$Ev()}_$Ev(){this._$ES=new Promise((t=>this.enableUpdating=t)),this._$AL=new Map,this._$E_(),this.requestUpdate(),this.constructor.l?.forEach((t=>t(this)))}addController(t){(this._$EO??=new Set).add(t),this.renderRoot!==void 0&&this.isConnected&&t.hostConnected?.()}removeController(t){this._$EO?.delete(t)}_$E_(){const t=new Map,e=this.constructor.elementProperties;for(const s of e.keys())this.hasOwnProperty(s)&&(t.set(s,this[s]),delete this[s]);t.size>0&&(this._$Ep=t)}createRenderRoot(){const t=this.shadowRoot??this.attachShadow(this.constructor.shadowRootOptions);return _(t,this.constructor.elementStyles),t}connectedCallback(){this.renderRoot??=this.createRenderRoot(),this.enableUpdating(!0),this._$EO?.forEach((t=>t.hostConnected?.()))}enableUpdating(t){}disconnectedCallback(){this._$EO?.forEach((t=>t.hostDisconnected?.()))}attributeChangedCallback(t,e,s){this._$AK(t,s)}_$ET(t,e){const s=this.constructor.elementProperties.get(t),i=this.constructor._$Eu(t,s);if(i!==void 0&&s.reflect===!0){const r=(s.converter?.toAttribute!==void 0?s.converter:p).toAttribute(e,s.type);this._$Em=t,r==null?this.removeAttribute(i):this.setAttribute(i,r),this._$Em=null}}_$AK(t,e){const s=this.constructor,i=s._$Eh.get(t);if(i!==void 0&&this._$Em!==i){const r=s.getPropertyOptions(i),a=typeof r.converter=="function"?{fromAttribute:r.converter}:r.converter?.fromAttribute!==void 0?r.converter:p;this._$Em=i;const h=a.fromAttribute(e,r.type);this[i]=h??this._$Ej?.get(i)??h,this._$Em=null}}requestUpdate(t,e,s){if(t!==void 0){const i=this.constructor,r=this[t];if(s??=i.getPropertyOptions(t),!((s.hasChanged??E)(r,e)||s.useDefault&&s.reflect&&r===this._$Ej?.get(t)&&!this.hasAttribute(i._$Eu(t,s))))return;this.C(t,e,s)}this.isUpdatePending===!1&&(this._$ES=this._$EP())}C(t,e,{useDefault:s,reflect:i,wrapped:r},a){s&&!(this._$Ej??=new Map).has(t)&&(this._$Ej.set(t,a??e??this[t]),r!==!0||a!==void 0)||(this._$AL.has(t)||(this.hasUpdated||s||(e=void 0),this._$AL.set(t,e)),i===!0&&this._$Em!==t&&(this._$Eq??=new Set).add(t))}async _$EP(){this.isUpdatePending=!0;try{await this._$ES}catch(e){Promise.reject(e)}const t=this.scheduleUpdate();return t!=null&&await t,!this.isUpdatePending}scheduleUpdate(){return this.performUpdate()}performUpdate(){if(!this.isUpdatePending)return;if(!this.hasUpdated){if(this.renderRoot??=this.createRenderRoot(),this._$Ep){for(const[i,r]of this._$Ep)this[i]=r;this._$Ep=void 0}const s=this.constructor.elementProperties;if(s.size>0)for(const[i,r]of s){const{wrapped:a}=r,h=this[i];a!==!0||this._$AL.has(i)||h===void 0||this.C(i,void 0,r,h)}}let t=!1;const e=this._$AL;try{t=this.shouldUpdate(e),t?(this.willUpdate(e),this._$EO?.forEach((s=>s.hostUpdate?.())),this.update(e)):this._$EM()}catch(s){throw t=!1,this._$EM(),s}t&&this._$AE(e)}willUpdate(t){}_$AE(t){this._$EO?.forEach((e=>e.hostUpdated?.())),this.hasUpdated||(this.hasUpdated=!0,this.firstUpdated(t)),this.updated(t)}_$EM(){this._$AL=new Map,this.isUpdatePending=!1}get updateComplete(){return this.getUpdateComplete()}getUpdateComplete(){return this._$ES}shouldUpdate(t){return!0}update(t){this._$Eq&&=this._$Eq.forEach((e=>this._$ET(e,this[e]))),this._$EM()}updated(t){}firstUpdated(t){}}n.elementStyles=[],n.shadowRootOptions={mode:"open"},n[l("elementProperties")]=new Map,n[l("finalized")]=new Map,w?.({ReactiveElement:n}),(c.reactiveElementVersions??=[]).push("2.1.1");export{O as CSSResult,n as ReactiveElement,_ as adoptStyles,C as css,p as defaultConverter,d as getCompatibleStyle,E as notEqual,M as supportsAdoptingStyleSheets,R as unsafeCSS};
@@ -0,0 +1 @@
1
+ var l=(()=>{let e;return typeof window<"u"?e=window:typeof globalThis<"u"?e=globalThis:typeof global<"u"?e=global:typeof self<"u"?e=self:e={},e})();export{l as global};
@@ -0,0 +1 @@
1
+ import{BIGINT as p,ERROR as I,SET as g,MAP as l,REGEXP as E,DATE as R,OBJECT as i,ARRAY as y,VOID as A,PRIMITIVE as b}from"./types.js";const f=typeof self=="object"?self:globalThis,B=(c,w)=>{const s=(e,o)=>(c.set(o,e),e),a=e=>{if(c.has(e))return c.get(e);const[o,t]=w[e];switch(o){case b:case A:return s(t,e);case y:{const r=s([],e);for(const n of t)r.push(a(n));return r}case i:{const r=s({},e);for(const[n,u]of t)r[a(n)]=a(u);return r}case R:return s(new Date(t),e);case E:{const{source:r,flags:n}=t;return s(new RegExp(r,n),e)}case l:{const r=s(new Map,e);for(const[n,u]of t)r.set(a(n),a(u));return r}case g:{const r=s(new Set,e);for(const n of t)r.add(a(n));return r}case I:{const{name:r,message:n}=t;return s(new f[r](n),e)}case p:return s(BigInt(t),e);case"BigInt":return s(Object(BigInt(t)),e);case"ArrayBuffer":return s(new Uint8Array(t).buffer,t);case"DataView":{const{buffer:r}=new Uint8Array(t);return s(new DataView(r),t)}}return s(new f[o](t),e)};return a},m=c=>B(new Map,c)(0);export{m as deserialize};
@@ -0,0 +1 @@
1
+ import{deserialize as t}from"./deserialize.js";import{serialize as u}from"./serialize.js";const s=typeof structuredClone=="function"?(r,e)=>e&&("json"in e||"lossy"in e)?t(u(r,e)):structuredClone(r):(r,e)=>t(u(r,e));export{s as default,t as deserialize,u as serialize};
@@ -0,0 +1 @@
1
+ import{SET as w,MAP as O,REGEXP as A,DATE as I,OBJECT as S,ARRAY as E,PRIMITIVE as b,BIGINT as T,ERROR as m,VOID as x}from"./types.js";const p="",{toString:k}={},{keys:B}=Object,g=c=>{const f=typeof c;if(f!=="object"||!c)return[b,f];const s=k.call(c).slice(8,-1);switch(s){case"Array":return[E,p];case"Object":return[S,p];case"Date":return[I,p];case"RegExp":return[A,p];case"Map":return[O,p];case"Set":return[w,p];case"DataView":return[E,s]}return s.includes("Array")?[E,s]:s.includes("Error")?[m,s]:[S,s]},u=([c,f])=>c===b&&(f==="function"||f==="symbol"),D=(c,f,s,h)=>{const o=(r,i)=>{const e=h.push(r)-1;return s.set(i,e),e},y=r=>{if(s.has(r))return s.get(r);let[i,e]=g(r);switch(i){case b:{let t=r;switch(e){case"bigint":i=T,t=r.toString();break;case"function":case"symbol":if(c)throw new TypeError("unable to serialize "+e);t=null;break;case"undefined":return o([x],r)}return o([i,t],r)}case E:{if(e){let n=r;return e==="DataView"?n=new Uint8Array(r.buffer):e==="ArrayBuffer"&&(n=new Uint8Array(r)),o([e,[...n]],r)}const t=[],a=o([i,t],r);for(const n of r)t.push(y(n));return a}case S:{if(e)switch(e){case"BigInt":return o([e,r.toString()],r);case"Boolean":case"Number":case"String":return o([e,r.valueOf()],r)}if(f&&"toJSON"in r)return y(r.toJSON());const t=[],a=o([i,t],r);for(const n of B(r))(c||!u(g(r[n])))&&t.push([y(n),y(r[n])]);return a}case I:return o([i,r.toISOString()],r);case A:{const{source:t,flags:a}=r;return o([i,{source:t,flags:a}],r)}case O:{const t=[],a=o([i,t],r);for(const[n,d]of r)(c||!(u(g(n))||u(g(d))))&&t.push([y(n),y(d)]);return a}case w:{const t=[],a=o([i,t],r);for(const n of r)(c||!u(g(n)))&&t.push(y(n));return a}}const{message:R}=r;return o([i,{name:e,message:R}],r)};return y},P=(c,{json:f,lossy:s}={})=>{const h=[];return D(!(f||s),!!f,new Map,h)(c),h};export{P as serialize};
@@ -0,0 +1 @@
1
+ const o=-1,t=0,c=1,n=2,s=3,E=4,R=5,I=6,T=7,A=8;export{c as ARRAY,A as BIGINT,s as DATE,T as ERROR,R as MAP,n as OBJECT,t as PRIMITIVE,E as REGEXP,I as SET,o as VOID};
@@ -0,0 +1 @@
1
+ const t=null,e=globalThis.__vitest_worker__?.ctx?.pool;throw new Error("@vitest/browser/context can be imported only inside the Browser Mode. "+(e?`Your test is running in ${e} pool. Make sure your regular tests are excluded from the "test.include" glob pattern.`:"Instead, it was imported outside of Vitest."));export{t as page};
@@ -0,0 +1,58 @@
1
+ import{diff as S,printDiffOrStringify as vt}from"../../../../../@vitest_utils@3.2.4/node_modules/@vitest/utils/dist/diff.js";import E from"../../../../../tinyrainbow@2.0.0/node_modules/tinyrainbow/dist/browser.js";import{isMockFunction as H}from"../../../../../@vitest_spy@3.2.4/node_modules/@vitest/spy/dist/index.js";import{processError as Tt}from"../../../../../@vitest_utils@3.2.4/node_modules/@vitest/utils/dist/error.js";import{use as Nt,util as R}from"../../../../../chai@5.2.0/node_modules/chai/chai.js";import{getType as ut,noop as Ot,isObject as q,assertTypes as T}from"../../../../../@vitest_utils@3.2.4/node_modules/@vitest/utils/dist/helpers.js";import{s as j}from"../../../../../@vitest_utils@3.2.4/node_modules/@vitest/utils/dist/chunk-_commonjsHelpers.js";const k=Symbol.for("matchers-object"),B=Symbol.for("$$jest-matchers-object"),ft=Symbol.for("expect-global"),ht=Symbol.for("asymmetric-matchers-object"),ae={toSatisfy(e,t,r){const{printReceived:c,printExpected:a,matcherHint:h}=this.utils,u=t(e);return{pass:u,message:()=>u?`${h(".not.toSatisfy","received","")}
2
+
3
+ Expected value to not satisfy:
4
+ ${r||a(t)}
5
+ Received:
6
+ ${c(e)}`:`${h(".toSatisfy","received","")}
7
+
8
+ Expected value to satisfy:
9
+ ${r||a(t)}
10
+
11
+ Received:
12
+ ${c(e)}`}},toBeOneOf(e,t){const{equals:r,customTesters:c}=this,{printReceived:a,printExpected:h,matcherHint:u}=this.utils;if(!Array.isArray(t))throw new TypeError(`You must provide an array to ${u(".toBeOneOf")}, not '${typeof t}'.`);const d=t.length===0||t.some(m=>r(m,e,c));return{pass:d,message:()=>d?`${u(".not.toBeOneOf","received","")}
13
+
14
+ Expected value to not be one of:
15
+ ${h(t)}
16
+ Received:
17
+ ${a(e)}`:`${u(".toBeOneOf","received","")}
18
+
19
+ Expected value to be one of:
20
+ ${h(t)}
21
+
22
+ Received:
23
+ ${a(e)}`}}},D=E.green,U=E.red,jt=E.inverse,Mt=E.bold,O=E.dim;function Ct(e,t="received",r="expected",c={}){const{comment:a="",isDirectExpectCall:h=!1,isNot:u=!1,promise:d="",secondArgument:m="",expectedColor:n=D,receivedColor:o=U,secondArgumentColor:s=D}=c;let i="",l="expect";return!h&&t!==""&&(i+=O(`${l}(`)+o(t),l=")"),d!==""&&(i+=O(`${l}.`)+d,l=""),u&&(i+=`${O(`${l}.`)}not`,l=""),e.includes(".")?l+=e:(i+=O(`${l}.`)+e,l=""),r===""?l+="()":(i+=O(`${l}(`)+n(r),m&&(i+=O(", ")+s(m)),l=")"),a!==""&&(l+=` // ${a}`),l!==""&&(i+=O(l)),i}const _t="·";function pt(e){return e.replace(/\s+$/gm,t=>_t.repeat(t.length))}function At(e){return U(pt(j(e)))}function It(e){return D(pt(j(e)))}function dt(){return{EXPECTED_COLOR:D,RECEIVED_COLOR:U,INVERTED_COLOR:jt,BOLD_WEIGHT:Mt,DIM_COLOR:O,diff:S,matcherHint:Ct,printReceived:At,printExpected:It,printDiffOrStringify:vt,printWithType:St}}function St(e,t,r){const c=ut(t),a=c!=="null"&&c!=="undefined"?`${e} has type: ${c}
24
+ `:"",h=`${e} has value: ${r(t)}`;return a+h}function ce(e){if(!Array.isArray(e))throw new TypeError(`expect.customEqualityTesters: Must be set to an array of Testers. Was given "${ut(e)}"`);globalThis[B].customEqualityTesters.push(...e)}function J(){return globalThis[B].customEqualityTesters}function g(e,t,r,c){return r=r||[],A(e,t,[],[],r,c?mt:Rt)}function z(e){return!!e&&typeof e=="object"&&"asymmetricMatch"in e&&v("Function",e.asymmetricMatch)}function Bt(e,t){const r=z(e),c=z(t);if(!(r&&c)){if(r)return e.asymmetricMatch(t);if(c)return t.asymmetricMatch(e)}}function A(e,t,r,c,a,h){let u=!0;const d=Bt(e,t);if(d!==void 0)return d;const m={equals:g};for(let f=0;f<a.length;f++){const p=a[f].call(m,e,t,a);if(p!==void 0)return p}if(typeof URL=="function"&&e instanceof URL&&t instanceof URL)return e.href===t.href;if(Object.is(e,t))return!0;if(e===null||t===null)return e===t;const n=Object.prototype.toString.call(e);if(n!==Object.prototype.toString.call(t))return!1;switch(n){case"[object Boolean]":case"[object String]":case"[object Number]":return typeof e!=typeof t?!1:typeof e!="object"&&typeof t!="object"?Object.is(e,t):Object.is(e.valueOf(),t.valueOf());case"[object Date]":{const f=+e,p=+t;return f===p||Number.isNaN(f)&&Number.isNaN(p)}case"[object RegExp]":return e.source===t.source&&e.flags===t.flags;case"[object Temporal.Instant]":case"[object Temporal.ZonedDateTime]":case"[object Temporal.PlainDateTime]":case"[object Temporal.PlainDate]":case"[object Temporal.PlainTime]":case"[object Temporal.PlainYearMonth]":case"[object Temporal.PlainMonthDay]":return e.equals(t);case"[object Temporal.Duration]":return e.toString()===t.toString()}if(typeof e!="object"||typeof t!="object")return!1;if(X(e)&&X(t))return e.isEqualNode(t);let o=r.length;for(;o--;){if(r[o]===e)return c[o]===t;if(c[o]===t)return!1}if(r.push(e),c.push(t),n==="[object Array]"&&e.length!==t.length)return!1;if(e instanceof Error&&t instanceof Error)try{return Pt(e,t,r,c,a,h)}finally{r.pop(),c.pop()}const s=K(e,h);let i,l=s.length;if(K(t,h).length!==l)return!1;for(;l--;)if(i=s[l],u=h(t,i)&&A(e[i],t[i],r,c,a,h),!u)return!1;return r.pop(),c.pop(),u}function Pt(e,t,r,c,a,h){let u=Object.getPrototypeOf(e)===Object.getPrototypeOf(t)&&e.name===t.name&&e.message===t.message;return typeof t.cause<"u"&&u&&(u=A(e.cause,t.cause,r,c,a,h)),e instanceof AggregateError&&t instanceof AggregateError&&u&&(u=A(e.errors,t.errors,r,c,a,h)),u&&(u=A({...e},{...t},r,c,a,h)),u}function K(e,t){const r=[];for(const c in e)t(e,c)&&r.push(c);return r.concat(Object.getOwnPropertySymbols(e).filter(c=>Object.getOwnPropertyDescriptor(e,c).enumerable))}function Rt(e,t){return mt(e,t)&&e[t]!==void 0}function mt(e,t){return Object.prototype.hasOwnProperty.call(e,t)}function v(e,t){return Object.prototype.toString.apply(t)===`[object ${e}]`}function X(e){return e!==null&&typeof e=="object"&&"nodeType"in e&&typeof e.nodeType=="number"&&"nodeName"in e&&typeof e.nodeName=="string"&&"isEqualNode"in e&&typeof e.isEqualNode=="function"}const gt="@@__IMMUTABLE_KEYED__@@",yt="@@__IMMUTABLE_SET__@@",qt="@@__IMMUTABLE_LIST__@@",L="@@__IMMUTABLE_ORDERED__@@",kt="@@__IMMUTABLE_RECORD__@@";function Dt(e){return!!(e&&e[gt]&&!e[L])}function Lt(e){return!!(e&&e[yt]&&!e[L])}function W(e){return e!=null&&typeof e=="object"&&!Array.isArray(e)}function Wt(e){return!!(e&&W(e)&&e[qt])}function Ht(e){return!!(e&&W(e)&&e[gt]&&e[L])}function Vt(e){return!!(e&&W(e)&&e[yt]&&e[L])}function Ft(e){return!!(e&&W(e)&&e[kt])}const bt=Symbol.iterator;function Z(e){return!!(e!=null&&e[bt])}function x(e,t,r=[],c=[],a=[]){if(typeof e!="object"||typeof t!="object"||Array.isArray(e)||Array.isArray(t)||!Z(e)||!Z(t))return;if(e.constructor!==t.constructor)return!1;let h=c.length;for(;h--;)if(c[h]===e)return a[h]===t;c.push(e),a.push(t);const u=[...r.filter(n=>n!==x),d];function d(n,o){return x(n,o,[...r],[...c],[...a])}if(e.size!==void 0){if(e.size!==t.size)return!1;if(v("Set",e)||Lt(e)){let n=!0;for(const o of e)if(!t.has(o)){let s=!1;for(const i of t)g(o,i,u)===!0&&(s=!0);if(s===!1){n=!1;break}}return c.pop(),a.pop(),n}else if(v("Map",e)||Dt(e)){let n=!0;for(const o of e)if(!t.has(o[0])||!g(o[1],t.get(o[0]),u)){let s=!1;for(const i of t){const l=g(o[0],i[0],u);let f=!1;l===!0&&(f=g(o[1],i[1],u)),f===!0&&(s=!0)}if(s===!1){n=!1;break}}return c.pop(),a.pop(),n}}const m=t[bt]();for(const n of e){const o=m.next();if(o.done||!g(n,o.value,u))return!1}if(!m.next().done)return!1;if(!Wt(e)&&!Ht(e)&&!Vt(e)&&!Ft(e)){const n=Object.entries(e),o=Object.entries(t);if(!g(n,o,u))return!1}return c.pop(),a.pop(),!0}function G(e,t){return!e||typeof e!="object"||e===Object.prototype?!1:Object.prototype.hasOwnProperty.call(e,t)||G(Object.getPrototypeOf(e),t)}function Yt(e){return q(e)&&!(e instanceof Error)&&!Array.isArray(e)&&!(e instanceof Date)}function P(e,t,r=[]){const c=r.filter(h=>h!==P),a=(h=new WeakMap)=>(u,d)=>{if(Yt(d))return Object.keys(d).every(m=>{if(d[m]!=null&&typeof d[m]=="object"){if(h.has(d[m]))return g(u[m],d[m],c);h.set(d[m],!0)}const n=u!=null&&G(u,m)&&g(u[m],d[m],[...c,a(h)]);return h.delete(d[m]),n})};return a()(e,t)}function Q(e,t){if(!(e==null||t==null||e.constructor===t.constructor))return!1}function tt(e,t){let r=e,c=t;if(!(e instanceof DataView&&t instanceof DataView)){if(!(e instanceof ArrayBuffer)||!(t instanceof ArrayBuffer))return;try{r=new DataView(e),c=new DataView(t)}catch{return}}if(r.byteLength!==c.byteLength)return!1;for(let a=0;a<r.byteLength;a++)if(r.getUint8(a)!==c.getUint8(a))return!1;return!0}function Y(e,t,r=[]){if(!Array.isArray(e)||!Array.isArray(t))return;const c=Object.keys(e),a=Object.keys(t),h=r.filter(u=>u!==Y);return g(e,t,h,!0)&&g(c,a)}function Ut(e,t="#{this}",r="#{exp}"){const c=`expected ${t} to be ${r} // Object.is equality`;return["toStrictEqual","toEqual"].includes(e)?`${c}
25
+
26
+ If it should pass with deep equality, replace "toBe" with "${e}"
27
+
28
+ Expected: ${t}
29
+ Received: serializes to the same string
30
+ `:c}function Jt(e,t){return`${t} ${e}${t===1?"":"s"}`}function V(e){return[...Object.keys(e),...Object.getOwnPropertySymbols(e).filter(t=>{var r;return(r=Object.getOwnPropertyDescriptor(e,t))===null||r===void 0?void 0:r.enumerable})]}function Gt(e,t,r){let c=0;const a=(h=new WeakMap)=>(u,d)=>{if(Array.isArray(u)){if(Array.isArray(d)&&d.length===u.length)return d.map((m,n)=>a(h)(u[n],m))}else{if(u instanceof Date)return u;if(q(u)&&q(d)){if(g(u,d,[...r,x,P]))return d;const m={};h.set(u,m),typeof u.constructor=="function"&&typeof u.constructor.name=="string"&&Object.defineProperty(m,"constructor",{enumerable:!1,value:u.constructor});for(const n of V(u))G(d,n)?m[n]=h.has(u[n])?h.get(u[n]):a(h)(u[n],d[n]):h.has(u[n])||(c+=1,q(u[n])&&(c+=V(u[n]).length),a(h)(u[n],d[n]));if(V(m).length>0)return m}}return u};return{subset:a()(e,t),stripped:c}}if(!Object.prototype.hasOwnProperty.call(globalThis,k)){const e=new WeakMap,t=Object.create(null),r=[],c=Object.create(null);Object.defineProperty(globalThis,k,{get:()=>e}),Object.defineProperty(globalThis,B,{configurable:!0,get:()=>({state:e.get(globalThis[ft]),matchers:t,customEqualityTesters:r})}),Object.defineProperty(globalThis,ht,{get:()=>c})}function $t(e){return globalThis[k].get(e)}function le(e,t){const r=globalThis[k],c=r.get(t)||{},a=Object.defineProperties(c,{...Object.getOwnPropertyDescriptors(c),...Object.getOwnPropertyDescriptors(e)});r.set(t,a)}class N{$$typeof=Symbol.for("jest.asymmetricMatcher");constructor(t,r=!1){this.sample=t,this.inverse=r}getMatcherContext(t){return{...$t(t||globalThis[ft]),equals:g,isNot:this.inverse,customTesters:J(),utils:{...dt(),diff:S,stringify:j,iterableEquality:x,subsetEquality:P}}}}N.prototype[Symbol.for("chai/inspect")]=function(e){const t=j(this,e.depth,{min:!0});return t.length<=e.truncate?t:`${this.toString()}{…}`};class et extends N{constructor(t,r=!1){if(!v("String",t))throw new Error("Expected is not a string");super(t,r)}asymmetricMatch(t){const r=v("String",t)&&t.includes(this.sample);return this.inverse?!r:r}toString(){return`String${this.inverse?"Not":""}Containing`}getExpectedType(){return"string"}}class zt extends N{asymmetricMatch(t){return t!=null}toString(){return"Anything"}toAsymmetricMatcher(){return"Anything"}}class nt extends N{constructor(t,r=!1){super(t,r)}getPrototype(t){return Object.getPrototypeOf?Object.getPrototypeOf(t):t.constructor.prototype===t?null:t.constructor.prototype}hasProperty(t,r){return t?Object.prototype.hasOwnProperty.call(t,r)?!0:this.hasProperty(this.getPrototype(t),r):!1}asymmetricMatch(t){if(typeof this.sample!="object")throw new TypeError(`You must provide an object to ${this.toString()}, not '${typeof this.sample}'.`);let r=!0;const c=this.getMatcherContext();for(const a in this.sample)if(!this.hasProperty(t,a)||!g(this.sample[a],t[a],c.customTesters)){r=!1;break}return this.inverse?!r:r}toString(){return`Object${this.inverse?"Not":""}Containing`}getExpectedType(){return"object"}}class ot extends N{constructor(t,r=!1){super(t,r)}asymmetricMatch(t){if(!Array.isArray(this.sample))throw new TypeError(`You must provide an array to ${this.toString()}, not '${typeof this.sample}'.`);const r=this.getMatcherContext(),c=this.sample.length===0||Array.isArray(t)&&this.sample.every(a=>t.some(h=>g(a,h,r.customTesters)));return this.inverse?!c:c}toString(){return`Array${this.inverse?"Not":""}Containing`}getExpectedType(){return"array"}}class Kt extends N{constructor(t){if(typeof t>"u")throw new TypeError("any() expects to be passed a constructor function. Please pass one or use anything() to match any object.");super(t)}fnNameFor(t){if(t.name)return t.name;const c=Function.prototype.toString.call(t).match(/^(?:async)?\s*function\s*(?:\*\s*)?([\w$]+)\s*\(/);return c?c[1]:"<anonymous>"}asymmetricMatch(t){return this.sample===String?typeof t=="string"||t instanceof String:this.sample===Number?typeof t=="number"||t instanceof Number:this.sample===Function?typeof t=="function"||typeof t=="function":this.sample===Boolean?typeof t=="boolean"||t instanceof Boolean:this.sample===BigInt?typeof t=="bigint"||t instanceof BigInt:this.sample===Symbol?typeof t=="symbol"||t instanceof Symbol:this.sample===Object?typeof t=="object":t instanceof this.sample}toString(){return"Any"}getExpectedType(){return this.sample===String?"string":this.sample===Number?"number":this.sample===Function?"function":this.sample===Object?"object":this.sample===Boolean?"boolean":this.fnNameFor(this.sample)}toAsymmetricMatcher(){return`Any<${this.fnNameFor(this.sample)}>`}}class rt extends N{constructor(t,r=!1){if(!v("String",t)&&!v("RegExp",t))throw new Error("Expected is not a String or a RegExp");super(new RegExp(t),r)}asymmetricMatch(t){const r=v("String",t)&&this.sample.test(t);return this.inverse?!r:r}toString(){return`String${this.inverse?"Not":""}Matching`}getExpectedType(){return"string"}}class st extends N{precision;constructor(t,r=2,c=!1){if(!v("Number",t))throw new Error("Expected is not a Number");if(!v("Number",r))throw new Error("Precision is not a Number");super(t),this.inverse=c,this.precision=r}asymmetricMatch(t){if(!v("Number",t))return!1;let r=!1;return t===Number.POSITIVE_INFINITY&&this.sample===Number.POSITIVE_INFINITY||t===Number.NEGATIVE_INFINITY&&this.sample===Number.NEGATIVE_INFINITY?r=!0:r=Math.abs(this.sample-t)<10**-this.precision/2,this.inverse?!r:r}toString(){return`Number${this.inverse?"Not":""}CloseTo`}getExpectedType(){return"number"}toAsymmetricMatcher(){return[this.toString(),this.sample,`(${Jt("digit",this.precision)})`].join(" ")}}const ue=(e,t)=>{t.addMethod(e.expect,"anything",()=>new zt),t.addMethod(e.expect,"any",r=>new Kt(r)),t.addMethod(e.expect,"stringContaining",r=>new et(r)),t.addMethod(e.expect,"objectContaining",r=>new nt(r)),t.addMethod(e.expect,"arrayContaining",r=>new ot(r)),t.addMethod(e.expect,"stringMatching",r=>new rt(r)),t.addMethod(e.expect,"closeTo",(r,c)=>new st(r,c)),e.expect.not={stringContaining:r=>new et(r,!0),objectContaining:r=>new nt(r,!0),arrayContaining:r=>new ot(r,!0),stringMatching:r=>new rt(r,!0),closeTo:(r,c)=>new st(r,c,!0)}};function it(e,t,r){const c=e.flag(t,"negate")?"not.":"",a=`${e.flag(t,"_name")}(${r?"expected":""})`,h=e.flag(t,"promise");return`expect(actual)${h?`.${h}`:""}.${c}${a}`}function at(e,t,r,c){const a=e;if(a&&t instanceof Promise){t=t.finally(()=>{if(!a.promises)return;const u=a.promises.indexOf(t);u!==-1&&a.promises.splice(u,1)}),a.promises||(a.promises=[]),a.promises.push(t);let h=!1;return a.onFinished??(a.onFinished=[]),a.onFinished.push(()=>{if(!h){var u;const m=(((u=globalThis.__vitest_worker__)===null||u===void 0?void 0:u.onFilterStackTrace)||(n=>n||""))(c.stack);console.warn([`Promise returned by \`${r}\` was not awaited. `,"Vitest currently auto-awaits hanging assertions at the end of the test, but this will cause the test to fail in Vitest 3. ",`Please remember to await the assertion.
31
+ `,m].join(""))}}),{then(u,d){return h=!0,t.then(u,d)},catch(u){return t.catch(u)},finally(u){return t.finally(u)},[Symbol.toStringTag]:"Promise"}}return t}function ct(e,t){var r;e.result||(e.result={state:"fail"}),e.result.state="fail",(r=e.result).errors||(r.errors=[]),e.result.errors.push(Tt(t))}function Et(e,t,r){return function(...c){if(t!=="withTest"&&e.flag(this,"_name",t),!e.flag(this,"soft"))return r.apply(this,c);const a=e.flag(this,"vitest-test");if(!a)throw new Error("expect.soft() can only be used inside a test");try{const h=r.apply(this,c);return h&&typeof h=="object"&&typeof h.then=="function"?h.then(Ot,u=>{ct(a,u)}):h}catch(h){ct(a,h)}}}const fe=(e,t)=>{const{AssertionError:r}=e,c=J();function a(n,o){const s=i=>{const l=Et(t,i,o);t.addMethod(e.Assertion.prototype,i,l),t.addMethod(globalThis[B].matchers,i,l)};Array.isArray(n)?n.forEach(i=>s(i)):s(n)}["throw","throws","Throw"].forEach(n=>{t.overwriteMethod(e.Assertion.prototype,n,o=>function(...s){const i=t.flag(this,"promise"),l=t.flag(this,"object"),f=t.flag(this,"negate");if(i==="rejects")t.flag(this,"object",()=>{throw l});else if(i==="resolves"&&typeof l!="function"){if(f)return;{const p=t.flag(this,"message")||"expected promise to throw an error, but it didn't",y={showDiff:!1};throw new r(p,y,t.flag(this,"ssfi"))}}o.apply(this,s)})}),a("withTest",function(n){return t.flag(this,"vitest-test",n),this}),a("toEqual",function(n){const o=t.flag(this,"object"),s=g(o,n,[...c,x]);return this.assert(s,"expected #{this} to deeply equal #{exp}","expected #{this} to not deeply equal #{exp}",n,o)}),a("toStrictEqual",function(n){const o=t.flag(this,"object"),s=g(o,n,[...c,x,Q,Y,tt],!0);return this.assert(s,"expected #{this} to strictly equal #{exp}","expected #{this} to not strictly equal #{exp}",n,o)}),a("toBe",function(n){const o=this._obj,s=Object.is(o,n);let i="";return s||(g(o,n,[...c,x,Q,Y,tt],!0)?i="toStrictEqual":g(o,n,[...c,x])&&(i="toEqual")),this.assert(s,Ut(i),"expected #{this} not to be #{exp} // Object.is equality",n,o)}),a("toMatchObject",function(n){const o=this._obj,s=g(o,n,[...c,x,P]),i=t.flag(this,"negate"),{subset:l,stripped:f}=Gt(o,n,c);if(s&&i||!s&&!i){const p=t.getMessage(this,[s,"expected #{this} to match object #{exp}","expected #{this} to not match object #{exp}",n,l,!1]),y=f===0?p:`${p}
32
+ (${f} matching ${f===1?"property":"properties"} omitted from actual)`;throw new r(y,{showDiff:!0,expected:n,actual:l})}}),a("toMatch",function(n){const o=this._obj;if(typeof o!="string")throw new TypeError(`.toMatch() expects to receive a string, but got ${typeof o}`);return this.assert(typeof n=="string"?o.includes(n):o.match(n),"expected #{this} to match #{exp}","expected #{this} not to match #{exp}",n,o)}),a("toContain",function(n){const o=this._obj;if(typeof Node<"u"&&o instanceof Node){if(!(n instanceof Node))throw new TypeError(`toContain() expected a DOM node as the argument, but got ${typeof n}`);return this.assert(o.contains(n),"expected #{this} to contain element #{exp}","expected #{this} not to contain element #{exp}",n,o)}if(typeof DOMTokenList<"u"&&o instanceof DOMTokenList){T(n,"class name",["string"]);const i=t.flag(this,"negate")?o.value.replace(n,"").trim():`${o.value} ${n}`;return this.assert(o.contains(n),`expected "${o.value}" to contain "${n}"`,`expected "${o.value}" not to contain "${n}"`,i,o.value)}return typeof o=="string"&&typeof n=="string"?this.assert(o.includes(n),"expected #{this} to contain #{exp}","expected #{this} not to contain #{exp}",n,o):(o!=null&&typeof o!="string"&&t.flag(this,"object",Array.from(o)),this.contain(n))}),a("toContainEqual",function(n){const o=t.flag(this,"object"),s=Array.from(o).findIndex(i=>g(i,n,c));this.assert(s!==-1,"expected #{this} to deep equally contain #{exp}","expected #{this} to not deep equally contain #{exp}",n)}),a("toBeTruthy",function(){const n=t.flag(this,"object");this.assert(!!n,"expected #{this} to be truthy","expected #{this} to not be truthy",!0,n)}),a("toBeFalsy",function(){const n=t.flag(this,"object");this.assert(!n,"expected #{this} to be falsy","expected #{this} to not be falsy",!1,n)}),a("toBeGreaterThan",function(n){const o=this._obj;return T(o,"actual",["number","bigint"]),T(n,"expected",["number","bigint"]),this.assert(o>n,`expected ${o} to be greater than ${n}`,`expected ${o} to be not greater than ${n}`,n,o,!1)}),a("toBeGreaterThanOrEqual",function(n){const o=this._obj;return T(o,"actual",["number","bigint"]),T(n,"expected",["number","bigint"]),this.assert(o>=n,`expected ${o} to be greater than or equal to ${n}`,`expected ${o} to be not greater than or equal to ${n}`,n,o,!1)}),a("toBeLessThan",function(n){const o=this._obj;return T(o,"actual",["number","bigint"]),T(n,"expected",["number","bigint"]),this.assert(o<n,`expected ${o} to be less than ${n}`,`expected ${o} to be not less than ${n}`,n,o,!1)}),a("toBeLessThanOrEqual",function(n){const o=this._obj;return T(o,"actual",["number","bigint"]),T(n,"expected",["number","bigint"]),this.assert(o<=n,`expected ${o} to be less than or equal to ${n}`,`expected ${o} to be not less than or equal to ${n}`,n,o,!1)}),a("toBeNaN",function(){const n=t.flag(this,"object");this.assert(Number.isNaN(n),"expected #{this} to be NaN","expected #{this} not to be NaN",Number.NaN,n)}),a("toBeUndefined",function(){const n=t.flag(this,"object");this.assert(n===void 0,"expected #{this} to be undefined","expected #{this} not to be undefined",void 0,n)}),a("toBeNull",function(){const n=t.flag(this,"object");this.assert(n===null,"expected #{this} to be null","expected #{this} not to be null",null,n)}),a("toBeDefined",function(){const n=t.flag(this,"object");this.assert(typeof n<"u","expected #{this} to be defined","expected #{this} to be undefined",n)}),a("toBeTypeOf",function(n){const o=typeof this._obj,s=n===o;return this.assert(s,"expected #{this} to be type of #{exp}","expected #{this} not to be type of #{exp}",n,o)}),a("toBeInstanceOf",function(n){return this.instanceOf(n)}),a("toHaveLength",function(n){return this.have.length(n)}),a("toHaveProperty",function(...n){Array.isArray(n[0])&&(n[0]=n[0].map($=>String($).replace(/([.[\]])/g,"\\$1")).join("."));const o=this._obj,[s,i]=n,l=()=>Object.prototype.hasOwnProperty.call(o,s)?{value:o[s],exists:!0}:t.getPathInfo(o,s),{value:f,exists:p}=l(),y=p&&(n.length===1||g(i,f,c)),b=n.length===1?"":` with value ${t.objDisplay(i)}`;return this.assert(y,`expected #{this} to have property "${s}"${b}`,`expected #{this} to not have property "${s}"${b}`,i,p?f:void 0)}),a("toBeCloseTo",function(n,o=2){const s=this._obj;let i=!1,l=0,f=0;return n===Number.POSITIVE_INFINITY&&s===Number.POSITIVE_INFINITY||n===Number.NEGATIVE_INFINITY&&s===Number.NEGATIVE_INFINITY?i=!0:(l=10**-o/2,f=Math.abs(s-n),i=f<l),this.assert(i,`expected #{this} to be close to #{exp}, received difference is ${f}, but expected ${l}`,`expected #{this} to not be close to #{exp}, received difference is ${f}, but expected ${l}`,n,s,!1)});function h(n){if(!H(n._obj))throw new TypeError(`${t.inspect(n._obj)} is not a spy or a call to a spy!`)}function u(n){return h(n),n._obj}a(["toHaveBeenCalledTimes","toBeCalledTimes"],function(n){const o=u(this),s=o.getMockName(),i=o.mock.calls.length;return this.assert(i===n,`expected "${s}" to be called #{exp} times, but got ${i} times`,`expected "${s}" to not be called #{exp} times`,n,i,!1)}),a("toHaveBeenCalledOnce",function(){const n=u(this),o=n.getMockName(),s=n.mock.calls.length;return this.assert(s===1,`expected "${o}" to be called once, but got ${s} times`,`expected "${o}" to not be called once`,1,s,!1)}),a(["toHaveBeenCalled","toBeCalled"],function(){const n=u(this),o=n.getMockName(),s=n.mock.calls.length,i=s>0,l=t.flag(this,"negate");let f=t.getMessage(this,[i,`expected "${o}" to be called at least once`,`expected "${o}" to not be called at all, but actually been called ${s} times`,!0,i]);if(i&&l&&(f=F(n,f)),i&&l||!i&&!l)throw new r(f)});function d(n,o){return n.length===o.length&&n.every((s,i)=>g(s,o[i],[...c,x]))}a(["toHaveBeenCalledWith","toBeCalledWith"],function(...n){const o=u(this),s=o.getMockName(),i=o.mock.calls.some(p=>d(p,n)),l=t.flag(this,"negate"),f=t.getMessage(this,[i,`expected "${s}" to be called with arguments: #{exp}`,`expected "${s}" to not be called with arguments: #{exp}`,n]);if(i&&l||!i&&!l)throw new r(F(o,f,n))}),a("toHaveBeenCalledExactlyOnceWith",function(...n){const o=u(this),s=o.getMockName(),i=o.mock.calls.length,f=o.mock.calls.some(b=>d(b,n))&&i===1,p=t.flag(this,"negate"),y=t.getMessage(this,[f,`expected "${s}" to be called once with arguments: #{exp}`,`expected "${s}" to not be called once with arguments: #{exp}`,n]);if(f&&p||!f&&!p)throw new r(F(o,y,n))}),a(["toHaveBeenNthCalledWith","nthCalledWith"],function(n,...o){const s=u(this),i=s.getMockName(),l=s.mock.calls[n-1],f=s.mock.calls.length,p=n<=f;this.assert(l&&d(l,o),`expected ${I(n)} "${i}" call to have been called with #{exp}${p?"":`, but called only ${f} times`}`,`expected ${I(n)} "${i}" call to not have been called with #{exp}`,o,l,p)}),a(["toHaveBeenLastCalledWith","lastCalledWith"],function(...n){const o=u(this),s=o.getMockName(),i=o.mock.calls[o.mock.calls.length-1];this.assert(i&&d(i,n),`expected last "${s}" call to have been called with #{exp}`,`expected last "${s}" call to not have been called with #{exp}`,n,i)});function m(n,o,s){const i=n.mock.invocationCallOrder,l=o.mock.invocationCallOrder;return i.length===0?!s:l.length===0?!1:i[0]<l[0]}a(["toHaveBeenCalledBefore"],function(n,o=!0){const s=u(this);if(!H(n))throw new TypeError(`${t.inspect(n)} is not a spy or a call to a spy`);this.assert(m(s,n,o),`expected "${s.getMockName()}" to have been called before "${n.getMockName()}"`,`expected "${s.getMockName()}" to not have been called before "${n.getMockName()}"`,n,s)}),a(["toHaveBeenCalledAfter"],function(n,o=!0){const s=u(this);if(!H(n))throw new TypeError(`${t.inspect(n)} is not a spy or a call to a spy`);this.assert(m(n,s,o),`expected "${s.getMockName()}" to have been called after "${n.getMockName()}"`,`expected "${s.getMockName()}" to not have been called after "${n.getMockName()}"`,n,s)}),a(["toThrow","toThrowError"],function(n){if(typeof n=="string"||typeof n>"u"||n instanceof RegExp)return this.throws(n===""?/^$/:n);const o=this._obj,s=t.flag(this,"promise"),i=t.flag(this,"negate");let l=null;if(s==="rejects")l=o;else if(s==="resolves"&&typeof o!="function"){if(i)return;{const f=t.flag(this,"message")||"expected promise to throw an error, but it didn't",p={showDiff:!1};throw new r(f,p,t.flag(this,"ssfi"))}}else{let f=!1;try{o()}catch(p){f=!0,l=p}if(!f&&!i){const p=t.flag(this,"message")||"expected function to throw an error, but it didn't",y={showDiff:!1};throw new r(p,y,t.flag(this,"ssfi"))}}if(typeof n=="function"){const f=n.name||n.prototype.constructor.name;return this.assert(l&&l instanceof n,`expected error to be instance of ${f}`,`expected error not to be instance of ${f}`,n,l)}if(n instanceof Error){const f=g(l,n,[...c,x]);return this.assert(f,"expected a thrown error to be #{exp}","expected a thrown error not to be #{exp}",n,l)}if(typeof n=="object"&&"asymmetricMatch"in n&&typeof n.asymmetricMatch=="function"){const f=n;return this.assert(l&&f.asymmetricMatch(l),"expected error to match asymmetric matcher","expected error not to match asymmetric matcher",f,l)}throw new Error(`"toThrow" expects string, RegExp, function, Error instance or asymmetric matcher, got "${typeof n}"`)}),[{name:"toHaveResolved",condition:n=>n.mock.settledResults.length>0&&n.mock.settledResults.some(({type:o})=>o==="fulfilled"),action:"resolved"},{name:["toHaveReturned","toReturn"],condition:n=>n.mock.calls.length>0&&n.mock.results.some(({type:o})=>o!=="throw"),action:"called"}].forEach(({name:n,condition:o,action:s})=>{a(n,function(){const i=u(this),l=i.getMockName(),f=o(i);this.assert(f,`expected "${l}" to be successfully ${s} at least once`,`expected "${l}" to not be successfully ${s}`,f,!f,!1)})}),[{name:"toHaveResolvedTimes",condition:(n,o)=>n.mock.settledResults.reduce((s,{type:i})=>i==="fulfilled"?++s:s,0)===o,action:"resolved"},{name:["toHaveReturnedTimes","toReturnTimes"],condition:(n,o)=>n.mock.results.reduce((s,{type:i})=>i==="throw"?s:++s,0)===o,action:"called"}].forEach(({name:n,condition:o,action:s})=>{a(n,function(i){const l=u(this),f=l.getMockName(),p=o(l,i);this.assert(p,`expected "${f}" to be successfully ${s} ${i} times`,`expected "${f}" to not be successfully ${s} ${i} times`,`expected resolved times: ${i}`,`received resolved times: ${p}`,!1)})}),[{name:"toHaveResolvedWith",condition:(n,o)=>n.mock.settledResults.some(({type:s,value:i})=>s==="fulfilled"&&g(o,i)),action:"resolve"},{name:["toHaveReturnedWith","toReturnWith"],condition:(n,o)=>n.mock.results.some(({type:s,value:i})=>s==="return"&&g(o,i)),action:"return"}].forEach(({name:n,condition:o,action:s})=>{a(n,function(i){const l=u(this),f=o(l,i),p=t.flag(this,"negate");if(f&&p||!f&&!p){const y=l.getMockName(),b=t.getMessage(this,[f,`expected "${y}" to ${s} with: #{exp} at least once`,`expected "${y}" to not ${s} with: #{exp}`,i]),$=s==="return"?l.mock.results:l.mock.settledResults;throw new r(Xt(l,$,b,i))}})}),[{name:"toHaveLastResolvedWith",condition:(n,o)=>{const s=n.mock.settledResults[n.mock.settledResults.length-1];return s&&s.type==="fulfilled"&&g(s.value,o)},action:"resolve"},{name:["toHaveLastReturnedWith","lastReturnedWith"],condition:(n,o)=>{const s=n.mock.results[n.mock.results.length-1];return s&&s.type==="return"&&g(s.value,o)},action:"return"}].forEach(({name:n,condition:o,action:s})=>{a(n,function(i){const l=u(this),f=s==="return"?l.mock.results:l.mock.settledResults,p=f[f.length-1],y=l.getMockName();this.assert(o(l,i),`expected last "${y}" call to ${s} #{exp}`,`expected last "${y}" call to not ${s} #{exp}`,i,p?.value)})}),[{name:"toHaveNthResolvedWith",condition:(n,o,s)=>{const i=n.mock.settledResults[o-1];return i&&i.type==="fulfilled"&&g(i.value,s)},action:"resolve"},{name:["toHaveNthReturnedWith","nthReturnedWith"],condition:(n,o,s)=>{const i=n.mock.results[o-1];return i&&i.type==="return"&&g(i.value,s)},action:"return"}].forEach(({name:n,condition:o,action:s})=>{a(n,function(i,l){const f=u(this),p=f.getMockName(),b=(s==="return"?f.mock.results:f.mock.settledResults)[i-1],$=`${I(i)} call`;this.assert(o(f,i,l),`expected ${$} "${p}" call to ${s} #{exp}`,`expected ${$} "${p}" call to not ${s} #{exp}`,l,b?.value)})}),a("withContext",function(n){for(const o in n)t.flag(this,o,n[o]);return this}),t.addProperty(e.Assertion.prototype,"resolves",function(){const o=new Error("resolves");t.flag(this,"promise","resolves"),t.flag(this,"error",o);const s=t.flag(this,"vitest-test"),i=t.flag(this,"object");if(t.flag(this,"poll"))throw new SyntaxError("expect.poll() is not supported in combination with .resolves");if(typeof i?.then!="function")throw new TypeError(`You must provide a Promise to expect() when using .resolves, not '${typeof i}'.`);const l=new Proxy(this,{get:(f,p,y)=>{const b=Reflect.get(f,p,y);return typeof b!="function"?b instanceof e.Assertion?l:b:(...$)=>{t.flag(this,"_name",p);const C=i.then(M=>(t.flag(this,"object",M),b.call(this,...$)),M=>{const w=new r(`promise rejected "${t.inspect(M)}" instead of resolving`,{showDiff:!1});throw w.cause=M,w.stack=o.stack.replace(o.message,w.message),w});return at(s,C,it(t,this,!!$.length),o)}}});return l}),t.addProperty(e.Assertion.prototype,"rejects",function(){const o=new Error("rejects");t.flag(this,"promise","rejects"),t.flag(this,"error",o);const s=t.flag(this,"vitest-test"),i=t.flag(this,"object"),l=typeof i=="function"?i():i;if(t.flag(this,"poll"))throw new SyntaxError("expect.poll() is not supported in combination with .rejects");if(typeof l?.then!="function")throw new TypeError(`You must provide a Promise to expect() when using .rejects, not '${typeof l}'.`);const f=new Proxy(this,{get:(p,y,b)=>{const $=Reflect.get(p,y,b);return typeof $!="function"?$ instanceof e.Assertion?f:$:(...C)=>{t.flag(this,"_name",y);const M=l.then(w=>{const _=new r(`promise resolved "${t.inspect(w)}" instead of rejecting`,{showDiff:!0,expected:new Error("rejected promise"),actual:w});throw _.stack=o.stack.replace(o.message,_.message),_},w=>(t.flag(this,"object",w),$.call(this,...C)));return at(s,M,it(t,this,!!C.length),o)}}});return f})};function I(e){const t=e%10,r=e%100;return t===1&&r!==11?`${e}st`:t===2&&r!==12?`${e}nd`:t===3&&r!==13?`${e}rd`:`${e}th`}function F(e,t,r){return e.mock.calls.length&&(t+=E.gray(`
33
+
34
+ Received:
35
+
36
+ ${e.mock.calls.map((c,a)=>{let h=E.bold(` ${I(a+1)} ${e.getMockName()} call:
37
+
38
+ `);return r?h+=S(r,c,{omitAnnotationLines:!0}):h+=j(c).split(`
39
+ `).map(u=>` ${u}`).join(`
40
+ `),h+=`
41
+ `,h}).join(`
42
+ `)}`)),t+=E.gray(`
43
+
44
+ Number of calls: ${E.bold(e.mock.calls.length)}
45
+ `),t}function Xt(e,t,r,c){return t.length&&(r+=E.gray(`
46
+
47
+ Received:
48
+
49
+ ${t.map((a,h)=>{let u=E.bold(` ${I(h+1)} ${e.getMockName()} call return:
50
+
51
+ `);return c?u+=S(c,a.value,{omitAnnotationLines:!0}):u+=j(a).split(`
52
+ `).map(d=>` ${d}`).join(`
53
+ `),u+=`
54
+ `,u}).join(`
55
+ `)}`)),r+=E.gray(`
56
+
57
+ Number of calls: ${E.bold(e.mock.calls.length)}
58
+ `),r}function Zt(e,t){const r=e._obj,c=R.flag(e,"negate"),a=R.flag(e,"promise")||"",h={...dt(),diff:S,stringify:j,iterableEquality:x,subsetEquality:P};return{state:{...$t(t),customTesters:J(),isNot:c,utils:h,promise:a,equals:g,suppressedErrors:[],soft:R.flag(e,"soft"),poll:R.flag(e,"poll")},isNot:c,obj:r}}class lt extends Error{constructor(t,r,c){super(t),this.actual=r,this.expected=c}}function Qt(e,t,r){return(c,a)=>{Object.entries(r).forEach(([h,u])=>{function d(...s){const{state:i,isNot:l,obj:f}=Zt(this,t),p=u.call(i,f,...s);if(p&&typeof p=="object"&&typeof p.then=="function")return p.then(({pass:w,message:_,actual:wt,expected:xt})=>{if(w&&l||!w&&!l)throw new lt(_(),wt,xt)});const{pass:y,message:b,actual:$,expected:C}=p;if(y&&l||!y&&!l)throw new lt(b(),$,C)}const m=Et(a,h,d);a.addMethod(globalThis[B].matchers,h,m),a.addMethod(e.Assertion.prototype,h,m);class n extends N{constructor(i=!1,...l){super(l,i)}asymmetricMatch(i){const{pass:l}=u.call(this.getMatcherContext(t),i,...this.sample);return this.inverse?!l:l}toString(){return`${this.inverse?"not.":""}${h}`}getExpectedType(){return"any"}toAsymmetricMatcher(){return`${this.toString()}<${this.sample.map(i=>j(i)).join(", ")}>`}}const o=(...s)=>new n(!1,...s);Object.defineProperty(t,h,{configurable:!0,enumerable:!0,value:o,writable:!0}),Object.defineProperty(t.not,h,{configurable:!0,enumerable:!0,value:(...s)=>new n(!0,...s),writable:!0}),Object.defineProperty(globalThis[ht],h,{configurable:!0,enumerable:!0,value:o,writable:!0})})}}const he=(e,t)=>{t.addMethod(e.expect,"extend",(r,c)=>{Nt(Qt(e,r,c))})};export{ht as ASYMMETRIC_MATCHERS_OBJECT,Kt as Any,zt as Anything,ot as ArrayContaining,N as AsymmetricMatcher,ft as GLOBAL_EXPECT,B as JEST_MATCHERS_OBJECT,ue as JestAsymmetricMatchers,fe as JestChaiExpect,he as JestExtend,k as MATCHERS_OBJECT,nt as ObjectContaining,et as StringContaining,rt as StringMatching,ce as addCustomEqualityTesters,tt as arrayBufferEquality,ae as customMatchers,g as equals,Ut as generateToBeMessage,V as getObjectKeys,Gt as getObjectSubset,$t as getState,v as isA,z as isAsymmetric,Dt as isImmutableUnorderedKeyed,Lt as isImmutableUnorderedSet,x as iterableEquality,Jt as pluralize,le as setState,Y as sparseArrayEquality,P as subsetEquality,Q as typeEquality};
@@ -0,0 +1,21 @@
1
+ import be from"../../../../../tinyrainbow@2.0.0/node_modules/tinyrainbow/dist/browser.js";function v(e,t){return t.forEach(function(r){r&&typeof r!="string"&&!Array.isArray(r)&&Object.keys(r).forEach(function(n){if(n!=="default"&&!(n in e)){var o=Object.getOwnPropertyDescriptor(r,n);Object.defineProperty(e,n,o.get?o:{enumerable:!0,get:function(){return r[n]}})}})}),Object.freeze(e)}function Te(e,t){const r=Object.keys(e),n=t===null?r:r.sort(t);if(Object.getOwnPropertySymbols)for(const o of Object.getOwnPropertySymbols(e))Object.getOwnPropertyDescriptor(e,o).enumerable&&n.push(o);return n}function I(e,t,r,n,o,s,u=": "){let a="",l=0,m=e.next();if(!m.done){a+=t.spacingOuter;const p=r+t.indent;for(;!m.done;){if(a+=p,l++===t.maxWidth){a+="…";break}const E=s(m.value[0],t,p,n,o),S=s(m.value[1],t,p,n,o);a+=E+u+S,m=e.next(),m.done?t.min||(a+=","):a+=`,${t.spacingInner}`}a+=t.spacingOuter+r}return a}function L(e,t,r,n,o,s){let u="",a=0,l=e.next();if(!l.done){u+=t.spacingOuter;const m=r+t.indent;for(;!l.done;){if(u+=m,a++===t.maxWidth){u+="…";break}u+=s(l.value,t,m,n,o),l=e.next(),l.done?t.min||(u+=","):u+=`,${t.spacingInner}`}u+=t.spacingOuter+r}return u}function M(e,t,r,n,o,s){let u="";e=e instanceof ArrayBuffer?new DataView(e):e;const a=m=>m instanceof DataView,l=a(e)?e.byteLength:e.length;if(l>0){u+=t.spacingOuter;const m=r+t.indent;for(let p=0;p<l;p++){if(u+=m,p===t.maxWidth){u+="…";break}(a(e)||p in e)&&(u+=s(a(e)?e.getInt8(p):e[p],t,m,n,o)),p<l-1?u+=`,${t.spacingInner}`:t.min||(u+=",")}u+=t.spacingOuter+r}return u}function D(e,t,r,n,o,s){let u="";const a=Te(e,t.compareKeys);if(a.length>0){u+=t.spacingOuter;const l=r+t.indent;for(let m=0;m<a.length;m++){const p=a[m],E=s(p,t,l,n,o),S=s(e[p],t,l,n,o);u+=`${l+E}: ${S}`,m<a.length-1?u+=`,${t.spacingInner}`:t.min||(u+=",")}u+=t.spacingOuter+r}return u}const Ne=typeof Symbol=="function"&&Symbol.for?Symbol.for("jest.asymmetricMatcher"):1267621,O=" ",Ie=(e,t,r,n,o,s)=>{const u=e.toString();if(u==="ArrayContaining"||u==="ArrayNotContaining")return++n>t.maxDepth?`[${u}]`:`${u+O}[${M(e.sample,t,r,n,o,s)}]`;if(u==="ObjectContaining"||u==="ObjectNotContaining")return++n>t.maxDepth?`[${u}]`:`${u+O}{${D(e.sample,t,r,n,o,s)}}`;if(u==="StringMatching"||u==="StringNotMatching"||u==="StringContaining"||u==="StringNotContaining")return u+O+s(e.sample,t,r,n,o);if(typeof e.toAsymmetricMatcher!="function")throw new TypeError(`Asymmetric matcher ${e.constructor.name} does not implement toAsymmetricMatcher()`);return e.toAsymmetricMatcher()},Oe=e=>e&&e.$$typeof===Ne,Ae={serialize:Ie,test:Oe},Me=" ",ee=new Set(["DOMStringMap","NamedNodeMap"]),Re=/^(?:HTML\w*Collection|NodeList)$/;function Ce(e){return ee.has(e)||Re.test(e)}const xe=e=>e&&e.constructor&&!!e.constructor.name&&Ce(e.constructor.name);function ge(e){return e.constructor.name==="NamedNodeMap"}const Pe=(e,t,r,n,o,s)=>{const u=e.constructor.name;return++n>t.maxDepth?`[${u}]`:(t.min?"":u+Me)+(ee.has(u)?`{${D(ge(e)?[...e].reduce((a,l)=>(a[l.name]=l.value,a),{}):{...e},t,r,n,o,s)}}`:`[${M([...e],t,r,n,o,s)}]`)},he={serialize:Pe,test:xe};function te(e){return e.replaceAll("<","&lt;").replaceAll(">","&gt;")}function F(e,t,r,n,o,s,u){const a=n+r.indent,l=r.colors;return e.map(m=>{const p=t[m];let E=u(p,r,a,o,s);return typeof p!="string"&&(E.includes(`
2
+ `)&&(E=r.spacingOuter+a+E+r.spacingOuter+n),E=`{${E}}`),`${r.spacingInner+n+l.prop.open+m+l.prop.close}=${l.value.open}${E}${l.value.close}`}).join("")}function j(e,t,r,n,o,s){return e.map(u=>t.spacingOuter+r+(typeof u=="string"?re(u,t):s(u,t,r,n,o))).join("")}function re(e,t){const r=t.colors.content;return r.open+te(e)+r.close}function we(e,t){const r=t.colors.comment;return`${r.open}<!--${te(e)}-->${r.close}`}function z(e,t,r,n,o){const s=n.colors.tag;return`${s.open}<${e}${t&&s.close+t+n.spacingOuter+o+s.open}${r?`>${s.close}${r}${n.spacingOuter}${o}${s.open}</${e}`:`${t&&!n.min?"":" "}/`}>${s.close}`}function B(e,t){const r=t.colors.tag;return`${r.open}<${e}${r.close} …${r.open} />${r.close}`}const Le=1,ne=3,oe=8,ue=11,De=/^(?:(?:HTML|SVG)\w*)?Element$/;function Fe(e){try{return typeof e.hasAttribute=="function"&&e.hasAttribute("is")}catch{return!1}}function je(e){const t=e.constructor.name,{nodeType:r,tagName:n}=e,o=typeof n=="string"&&n.includes("-")||Fe(e);return r===Le&&(De.test(t)||o)||r===ne&&t==="Text"||r===oe&&t==="Comment"||r===ue&&t==="DocumentFragment"}const ze=e=>{var t;return(e==null||(t=e.constructor)===null||t===void 0?void 0:t.name)&&je(e)};function Be(e){return e.nodeType===ne}function Ue(e){return e.nodeType===oe}function g(e){return e.nodeType===ue}const Ye=(e,t,r,n,o,s)=>{if(Be(e))return re(e.data,t);if(Ue(e))return we(e.data,t);const u=g(e)?"DocumentFragment":e.tagName.toLowerCase();return++n>t.maxDepth?B(u,t):z(u,F(g(e)?[]:Array.from(e.attributes,a=>a.name).sort(),g(e)?{}:[...e.attributes].reduce((a,l)=>(a[l.name]=l.value,a),{}),t,r+t.indent,n,o,s),j(Array.prototype.slice.call(e.childNodes||e.children),t,r+t.indent,n,o,s),t,r)},ke={serialize:Ye,test:ze},Ve="@@__IMMUTABLE_ITERABLE__@@",Ke="@@__IMMUTABLE_LIST__@@",We="@@__IMMUTABLE_KEYED__@@",qe="@@__IMMUTABLE_MAP__@@",Y="@@__IMMUTABLE_ORDERED__@@",Je="@@__IMMUTABLE_RECORD__@@",Ge="@@__IMMUTABLE_SEQ__@@",He="@@__IMMUTABLE_SET__@@",Xe="@@__IMMUTABLE_STACK__@@",T=e=>`Immutable.${e}`,R=e=>`[${e}]`,N=" ",k="…";function Qe(e,t,r,n,o,s,u){return++n>t.maxDepth?R(T(u)):`${T(u)+N}{${I(e.entries(),t,r,n,o,s)}}`}function Ze(e){let t=0;return{next(){if(t<e._keys.length){const r=e._keys[t++];return{done:!1,value:[r,e.get(r)]}}return{done:!0,value:void 0}}}}function ve(e,t,r,n,o,s){const u=T(e._name||"Record");return++n>t.maxDepth?R(u):`${u+N}{${I(Ze(e),t,r,n,o,s)}}`}function et(e,t,r,n,o,s){const u=T("Seq");return++n>t.maxDepth?R(u):e[We]?`${u+N}{${e._iter||e._object?I(e.entries(),t,r,n,o,s):k}}`:`${u+N}[${e._iter||e._array||e._collection||e._iterable?L(e.values(),t,r,n,o,s):k}]`}function P(e,t,r,n,o,s,u){return++n>t.maxDepth?R(T(u)):`${T(u)+N}[${L(e.values(),t,r,n,o,s)}]`}const tt=(e,t,r,n,o,s)=>e[qe]?Qe(e,t,r,n,o,s,e[Y]?"OrderedMap":"Map"):e[Ke]?P(e,t,r,n,o,s,"List"):e[He]?P(e,t,r,n,o,s,e[Y]?"OrderedSet":"Set"):e[Xe]?P(e,t,r,n,o,s,"Stack"):e[Ge]?et(e,t,r,n,o,s):ve(e,t,r,n,o,s),rt=e=>e&&(e[Ve]===!0||e[Je]===!0),nt={serialize:tt,test:rt};function se(e){return e&&e.__esModule&&Object.prototype.hasOwnProperty.call(e,"default")?e.default:e}var h={exports:{}},y={};/**
3
+ * @license React
4
+ * react-is.production.js
5
+ *
6
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
7
+ *
8
+ * This source code is licensed under the MIT license found in the
9
+ * LICENSE file in the root directory of this source tree.
10
+ */var V;function ot(){if(V)return y;V=1;var e=Symbol.for("react.transitional.element"),t=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),n=Symbol.for("react.strict_mode"),o=Symbol.for("react.profiler"),s=Symbol.for("react.consumer"),u=Symbol.for("react.context"),a=Symbol.for("react.forward_ref"),l=Symbol.for("react.suspense"),m=Symbol.for("react.suspense_list"),p=Symbol.for("react.memo"),E=Symbol.for("react.lazy"),S=Symbol.for("react.view_transition"),C=Symbol.for("react.client.reference");function _(c){if(typeof c=="object"&&c!==null){var i=c.$$typeof;switch(i){case e:switch(c=c.type,c){case r:case o:case n:case l:case m:case S:return c;default:switch(c=c&&c.$$typeof,c){case u:case a:case E:case p:return c;case s:return c;default:return i}}case t:return i}}}return y.ContextConsumer=s,y.ContextProvider=u,y.Element=e,y.ForwardRef=a,y.Fragment=r,y.Lazy=E,y.Memo=p,y.Portal=t,y.Profiler=o,y.StrictMode=n,y.Suspense=l,y.SuspenseList=m,y.isContextConsumer=function(c){return _(c)===s},y.isContextProvider=function(c){return _(c)===u},y.isElement=function(c){return typeof c=="object"&&c!==null&&c.$$typeof===e},y.isForwardRef=function(c){return _(c)===a},y.isFragment=function(c){return _(c)===r},y.isLazy=function(c){return _(c)===E},y.isMemo=function(c){return _(c)===p},y.isPortal=function(c){return _(c)===t},y.isProfiler=function(c){return _(c)===o},y.isStrictMode=function(c){return _(c)===n},y.isSuspense=function(c){return _(c)===l},y.isSuspenseList=function(c){return _(c)===m},y.isValidElementType=function(c){return typeof c=="string"||typeof c=="function"||c===r||c===o||c===n||c===l||c===m||typeof c=="object"&&c!==null&&(c.$$typeof===E||c.$$typeof===p||c.$$typeof===u||c.$$typeof===s||c.$$typeof===a||c.$$typeof===C||c.getModuleId!==void 0)},y.typeOf=_,y}var K;function ut(){return K||(K=1,h.exports=ot()),h.exports}var ce=ut(),st=se(ce),ct=v({__proto__:null,default:st},[ce]),w={exports:{}},f={};/**
11
+ * @license React
12
+ * react-is.production.min.js
13
+ *
14
+ * Copyright (c) Facebook, Inc. and its affiliates.
15
+ *
16
+ * This source code is licensed under the MIT license found in the
17
+ * LICENSE file in the root directory of this source tree.
18
+ */var W;function it(){if(W)return f;W=1;var e=Symbol.for("react.element"),t=Symbol.for("react.portal"),r=Symbol.for("react.fragment"),n=Symbol.for("react.strict_mode"),o=Symbol.for("react.profiler"),s=Symbol.for("react.provider"),u=Symbol.for("react.context"),a=Symbol.for("react.server_context"),l=Symbol.for("react.forward_ref"),m=Symbol.for("react.suspense"),p=Symbol.for("react.suspense_list"),E=Symbol.for("react.memo"),S=Symbol.for("react.lazy"),C=Symbol.for("react.offscreen"),_;_=Symbol.for("react.module.reference");function c(i){if(typeof i=="object"&&i!==null){var x=i.$$typeof;switch(x){case e:switch(i=i.type,i){case r:case o:case n:case m:case p:return i;default:switch(i=i&&i.$$typeof,i){case a:case u:case l:case S:case E:case s:return i;default:return x}}case t:return x}}}return f.ContextConsumer=u,f.ContextProvider=s,f.Element=e,f.ForwardRef=l,f.Fragment=r,f.Lazy=S,f.Memo=E,f.Portal=t,f.Profiler=o,f.StrictMode=n,f.Suspense=m,f.SuspenseList=p,f.isAsyncMode=function(){return!1},f.isConcurrentMode=function(){return!1},f.isContextConsumer=function(i){return c(i)===u},f.isContextProvider=function(i){return c(i)===s},f.isElement=function(i){return typeof i=="object"&&i!==null&&i.$$typeof===e},f.isForwardRef=function(i){return c(i)===l},f.isFragment=function(i){return c(i)===r},f.isLazy=function(i){return c(i)===S},f.isMemo=function(i){return c(i)===E},f.isPortal=function(i){return c(i)===t},f.isProfiler=function(i){return c(i)===o},f.isStrictMode=function(i){return c(i)===n},f.isSuspense=function(i){return c(i)===m},f.isSuspenseList=function(i){return c(i)===p},f.isValidElementType=function(i){return typeof i=="string"||typeof i=="function"||i===r||i===o||i===n||i===m||i===p||i===C||typeof i=="object"&&i!==null&&(i.$$typeof===S||i.$$typeof===E||i.$$typeof===s||i.$$typeof===u||i.$$typeof===l||i.$$typeof===_||i.getModuleId!==void 0)},f.typeOf=c,f}var q;function at(){return q||(q=1,w.exports=it()),w.exports}var ie=at(),lt=se(ie),mt=v({__proto__:null,default:lt},[ie]);const ft=["isAsyncMode","isConcurrentMode","isContextConsumer","isContextProvider","isElement","isForwardRef","isFragment","isLazy","isMemo","isPortal","isProfiler","isStrictMode","isSuspense","isSuspenseList","isValidElementType"],b=Object.fromEntries(ft.map(e=>[e,t=>mt[e](t)||ct[e](t)]));function ae(e,t=[]){if(Array.isArray(e))for(const r of e)ae(r,t);else e!=null&&e!==!1&&e!==""&&t.push(e);return t}function J(e){const t=e.type;if(typeof t=="string")return t;if(typeof t=="function")return t.displayName||t.name||"Unknown";if(b.isFragment(e))return"React.Fragment";if(b.isSuspense(e))return"React.Suspense";if(typeof t=="object"&&t!==null){if(b.isContextProvider(e))return"Context.Provider";if(b.isContextConsumer(e))return"Context.Consumer";if(b.isForwardRef(e)){if(t.displayName)return t.displayName;const r=t.render.displayName||t.render.name||"";return r===""?"ForwardRef":`ForwardRef(${r})`}if(b.isMemo(e)){const r=t.displayName||t.type.displayName||t.type.name||"";return r===""?"Memo":`Memo(${r})`}}return"UNDEFINED"}function pt(e){const{props:t}=e;return Object.keys(t).filter(r=>r!=="children"&&t[r]!==void 0).sort()}const yt=(e,t,r,n,o,s)=>++n>t.maxDepth?B(J(e),t):z(J(e),F(pt(e),e.props,t,r+t.indent,n,o,s),j(ae(e.props.children),t,r+t.indent,n,o,s),t,r),Et=e=>e!=null&&b.isElement(e),_t={serialize:yt,test:Et},$t=typeof Symbol=="function"&&Symbol.for?Symbol.for("react.test.json"):245830487;function St(e){const{props:t}=e;return t?Object.keys(t).filter(r=>t[r]!==void 0).sort():[]}const dt=(e,t,r,n,o,s)=>++n>t.maxDepth?B(e.type,t):z(e.type,e.props?F(St(e),e.props,t,r+t.indent,n,o,s):"",e.children?j(e.children,t,r+t.indent,n,o,s):"",t,r),bt=e=>e&&e.$$typeof===$t,Tt={serialize:dt,test:bt},le=Object.prototype.toString,Nt=Date.prototype.toISOString,It=Error.prototype.toString,G=RegExp.prototype.toString;function A(e){return typeof e.constructor=="function"&&e.constructor.name||"Object"}function Ot(e){return typeof window<"u"&&e===window}const At=/^Symbol\((.*)\)(.*)$/,Mt=/\n/g;class me extends Error{constructor(t,r){super(t),this.stack=r,this.name=this.constructor.name}}function Rt(e){return e==="[object Array]"||e==="[object ArrayBuffer]"||e==="[object DataView]"||e==="[object Float32Array]"||e==="[object Float64Array]"||e==="[object Int8Array]"||e==="[object Int16Array]"||e==="[object Int32Array]"||e==="[object Uint8Array]"||e==="[object Uint8ClampedArray]"||e==="[object Uint16Array]"||e==="[object Uint32Array]"}function Ct(e){return Object.is(e,-0)?"-0":String(e)}function xt(e){return`${e}n`}function H(e,t){return t?`[Function ${e.name||"anonymous"}]`:"[Function]"}function X(e){return String(e).replace(At,"Symbol($1)")}function Q(e){return`[${It.call(e)}]`}function fe(e,t,r,n){if(e===!0||e===!1)return`${e}`;if(e===void 0)return"undefined";if(e===null)return"null";const o=typeof e;if(o==="number")return Ct(e);if(o==="bigint")return xt(e);if(o==="string")return n?`"${e.replaceAll(/"|\\/g,"\\$&")}"`:`"${e}"`;if(o==="function")return H(e,t);if(o==="symbol")return X(e);const s=le.call(e);return s==="[object WeakMap]"?"WeakMap {}":s==="[object WeakSet]"?"WeakSet {}":s==="[object Function]"||s==="[object GeneratorFunction]"?H(e,t):s==="[object Symbol]"?X(e):s==="[object Date]"?Number.isNaN(+e)?"Date { NaN }":Nt.call(e):s==="[object Error]"?Q(e):s==="[object RegExp]"?r?G.call(e).replaceAll(/[$()*+.?[\\\]^{|}]/g,"\\$&"):G.call(e):e instanceof Error?Q(e):null}function pe(e,t,r,n,o,s){if(o.includes(e))return"[Circular]";o=[...o],o.push(e);const u=++n>t.maxDepth,a=t.min;if(t.callToJSON&&!u&&e.toJSON&&typeof e.toJSON=="function"&&!s)return d(e.toJSON(),t,r,n,o,!0);const l=le.call(e);return l==="[object Arguments]"?u?"[Arguments]":`${a?"":"Arguments "}[${M(e,t,r,n,o,d)}]`:Rt(l)?u?`[${e.constructor.name}]`:`${a||!t.printBasicPrototype&&e.constructor.name==="Array"?"":`${e.constructor.name} `}[${M(e,t,r,n,o,d)}]`:l==="[object Map]"?u?"[Map]":`Map {${I(e.entries(),t,r,n,o,d," => ")}}`:l==="[object Set]"?u?"[Set]":`Set {${L(e.values(),t,r,n,o,d)}}`:u||Ot(e)?`[${A(e)}]`:`${a||!t.printBasicPrototype&&A(e)==="Object"?"":`${A(e)} `}{${D(e,t,r,n,o,d)}}`}const gt={test:e=>e&&e instanceof Error,serialize(e,t,r,n,o,s){if(o.includes(e))return"[Circular]";o=[...o,e];const u=++n>t.maxDepth,{message:a,cause:l,...m}=e,p={message:a,...typeof l<"u"?{cause:l}:{},...e instanceof AggregateError?{errors:e.errors}:{},...m},E=e.name!=="Error"?e.name:A(e);return u?`[${E}]`:`${E} {${I(Object.entries(p).values(),t,r,n,o,s)}}`}};function Pt(e){return e.serialize!=null}function ye(e,t,r,n,o,s){let u;try{u=Pt(e)?e.serialize(t,r,n,o,s,d):e.print(t,a=>d(a,r,n,o,s),a=>{const l=n+r.indent;return l+a.replaceAll(Mt,`
19
+ ${l}`)},{edgeSpacing:r.spacingOuter,min:r.min,spacing:r.spacingInner},r.colors)}catch(a){throw new me(a.message,a.stack)}if(typeof u!="string")throw new TypeError(`pretty-format: Plugin must return type "string" but instead returned "${typeof u}".`);return u}function Ee(e,t){for(const r of e)try{if(r.test(t))return r}catch(n){throw new me(n.message,n.stack)}return null}function d(e,t,r,n,o,s){const u=Ee(t.plugins,e);if(u!==null)return ye(u,e,t,r,n,o);const a=fe(e,t.printFunctionName,t.escapeRegex,t.escapeString);return a!==null?a:pe(e,t,r,n,o,s)}const U={comment:"gray",content:"reset",prop:"yellow",tag:"cyan",value:"green"},_e=Object.keys(U),$={callToJSON:!0,compareKeys:void 0,escapeRegex:!1,escapeString:!0,highlight:!1,indent:2,maxDepth:Number.POSITIVE_INFINITY,maxWidth:Number.POSITIVE_INFINITY,min:!1,plugins:[],printBasicPrototype:!0,printFunctionName:!0,theme:U};function ht(e){for(const t of Object.keys(e))if(!Object.prototype.hasOwnProperty.call($,t))throw new Error(`pretty-format: Unknown option "${t}".`);if(e.min&&e.indent!==void 0&&e.indent!==0)throw new Error('pretty-format: Options "min" and "indent" cannot be used together.')}function wt(){return _e.reduce((e,t)=>{const r=U[t],n=r&&be[r];if(n&&typeof n.close=="string"&&typeof n.open=="string")e[t]=n;else throw new Error(`pretty-format: Option "theme" has a key "${t}" whose value "${r}" is undefined in ansi-styles.`);return e},Object.create(null))}function Lt(){return _e.reduce((e,t)=>(e[t]={close:"",open:""},e),Object.create(null))}function $e(e){return e?.printFunctionName??$.printFunctionName}function Se(e){return e?.escapeRegex??$.escapeRegex}function de(e){return e?.escapeString??$.escapeString}function Z(e){return{callToJSON:e?.callToJSON??$.callToJSON,colors:e?.highlight?wt():Lt(),compareKeys:typeof e?.compareKeys=="function"||e?.compareKeys===null?e.compareKeys:$.compareKeys,escapeRegex:Se(e),escapeString:de(e),indent:e?.min?"":Dt(e?.indent??$.indent),maxDepth:e?.maxDepth??$.maxDepth,maxWidth:e?.maxWidth??$.maxWidth,min:e?.min??$.min,plugins:e?.plugins??$.plugins,printBasicPrototype:e?.printBasicPrototype??!0,printFunctionName:$e(e),spacingInner:e?.min?" ":`
20
+ `,spacingOuter:e?.min?"":`
21
+ `}}function Dt(e){return Array.from({length:e+1}).join(" ")}function jt(e,t){if(t&&(ht(t),t.plugins)){const n=Ee(t.plugins,e);if(n!==null)return ye(n,e,Z(t),"",0,[])}const r=fe(e,$e(t),Se(t),de(t));return r!==null?r:pe(e,Z(t),"",0,[])}const zt={AsymmetricMatcher:Ae,DOMCollection:he,DOMElement:ke,Immutable:nt,ReactElement:_t,ReactTestComponent:Tt,Error:gt};export{$ as DEFAULT_OPTIONS,jt as format,zt as plugins};