@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
@@ -1 +1 @@
1
- import{getDefaultExportFromCjs as r}from"./_commonjsHelpers.js";import{__require as e}from"../node_modules/.pnpm/axe-core@4.10.3/node_modules/axe-core/axe.js";var o=e();const x=r(o);export{x as default};
1
+ import{getDefaultExportFromCjs as r}from"./_commonjsHelpers.js";import{__require as e}from"../node_modules/.pnpm/axe-core@4.11.0/node_modules/axe-core/axe.js";var o=e();const x=r(o);export{x as default};
@@ -1 +1 @@
1
- import{getDefaultExportFromCjs as r}from"./_commonjsHelpers.js";import{__require as t}from"../node_modules/.pnpm/@figma_code-connect@1.3.5/node_modules/@figma/code-connect/dist/html/index_html.js";var e=t();const a=r(e);export{a as default,e as i};
1
+ import{getDefaultExportFromCjs as r}from"./_commonjsHelpers.js";import{__require as t}from"../node_modules/.pnpm/@figma_code-connect@1.3.7/node_modules/@figma/code-connect/dist/html/index_html.js";var e=t();const a=r(e);export{a as default,e as i};
@@ -1 +1 @@
1
- import{getDefaultExportFromCjs as r}from"./_commonjsHelpers.js";import{__require as e}from"../node_modules/.pnpm/@figma_code-connect@1.3.5/node_modules/@figma/code-connect/dist/react/index_react.js";var t=e();const i=r(t);export{i as default};
1
+ import{getDefaultExportFromCjs as r}from"./_commonjsHelpers.js";import{__require as e}from"../node_modules/.pnpm/@figma_code-connect@1.3.7/node_modules/@figma/code-connect/dist/react/index_react.js";var t=e();const i=r(t);export{i as default};