@ncino/web-components 5.0.0-preview.1 → 5.0.0-preview.10

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 (223) hide show
  1. package/dist/_virtual/_commonjsHelpers.js +1 -1
  2. package/dist/_virtual/index_html.js +1 -1
  3. package/dist/_virtual/index_react.js +1 -1
  4. package/dist/_virtual/preload-helper.js +1 -1
  5. package/dist/assets/node_modules/.pnpm/ckeditor5@45.2.1/node_modules/ckeditor5/dist/ckeditor5.css +1 -1
  6. package/dist/components/accordion/gator/base/accordion.gator.js +6 -6
  7. package/dist/components/accordion/gator/group/accordion-group.gator.js +2 -2
  8. package/dist/components/alert/gator/base/alert.gator.js +2 -2
  9. package/dist/components/alert/gator/subtitle/alert-subtitle.gator.js +2 -2
  10. package/dist/components/alert/gator/title/alert-title.gator.js +2 -2
  11. package/dist/components/avatar/gator/avatar.gator.js +2 -2
  12. package/dist/components/badge/gator/badge.gator.js +2 -2
  13. package/dist/components/banner/gator/banner.gator.js +2 -2
  14. package/dist/components/boolean/boolean.gator.js +6 -6
  15. package/dist/components/breadcrumbs/gator/breadcrumb/breadcrumb.gator.js +2 -2
  16. package/dist/components/button/gator/button.gator.js +4 -4
  17. package/dist/components/button-group/gator/button-group.gator.js +2 -2
  18. package/dist/components/card/gator/footer/card-footer.gator.js +2 -2
  19. package/dist/components/card/gator/header/card-header.gator.js +2 -2
  20. package/dist/components/checkbox/checkbox.gator.js +5 -5
  21. package/dist/components/checkbox-group/checkbox-group.gator.js +8 -8
  22. package/dist/components/chip/chip.js +1 -1
  23. package/dist/components/chip/gator/chip.gator.js +15 -5
  24. package/dist/components/combobox/base/combobox.js +1 -1
  25. package/dist/components/combobox/base/combobox.slds.js +13 -13
  26. package/dist/components/date-picker/base/gator/datepicker.gator.js +18 -18
  27. package/dist/components/date-picker/year-month-selector/year-month-selector.gator.js +2 -2
  28. package/dist/components/headline-card/gator/headline-card.gator.js +2 -2
  29. package/dist/components/icon/gator/icon.gator.js +2 -2
  30. package/dist/components/illustration/gator/illustration.gator.js +2 -2
  31. package/dist/components/input/base/input-base.gator.js +1 -1
  32. package/dist/components/input/gator/dropdown/input-dropdown.gator.js +11 -11
  33. package/dist/components/input/gator/input-currency/input-currency.gator.js +2 -2
  34. package/dist/components/input/gator/input-date/input-date.gator.js +15 -15
  35. package/dist/components/input/gator/input-file/input-file.gator.js +3 -3
  36. package/dist/components/input/gator/input-masked/input-masked.gator.js +1 -1
  37. package/dist/components/input/gator/input-phone/input-phone.gator.js +2 -2
  38. package/dist/components/input/gator/input-search/input-search.gator.js +2 -2
  39. package/dist/components/input/gator/input-text/input-text.gator.js +1 -1
  40. package/dist/components/input/gator/input-time/input-time.gator.js +2 -2
  41. package/dist/components/list/gator/list/list.gator.js +2 -2
  42. package/dist/components/list/gator/list-item/list-item.gator.js +6 -6
  43. package/dist/components/menu/base/gator/menu.gator.js +3 -3
  44. package/dist/components/menu/base/slds/menu.slds.js +2 -2
  45. package/dist/components/menu/menu-item/gator/menu-item.gator.js +2 -2
  46. package/dist/components/menu/menu-submenu/menu-submenu.js +1 -1
  47. package/dist/components/modal/gator/modal.gator.js +38 -39
  48. package/dist/components/page-header/gator/page-header.gator.js +2 -2
  49. package/dist/components/panel/gator/panel.gator.js +13 -13
  50. package/dist/components/panel/gator/panel.storybook-test.js +1 -1
  51. package/dist/components/pill/pill.slds.js +3 -3
  52. package/dist/components/popover/gator/popover.gator.js +10 -10
  53. package/dist/components/popover/popover.js +1 -1
  54. package/dist/components/radio/radio.gator.js +2 -2
  55. package/dist/components/radio-group/radio-group.gator.js +2 -2
  56. package/dist/components/selection-box-group/selection-box-group.gator.js +5 -5
  57. package/dist/components/selector/gator/selector.gator.js +2 -2
  58. package/dist/components/switch/gator/switch.gator.js +2 -2
  59. package/dist/components/table/gator/table-bulk-controls/table-bulk-controls.gator.js +16 -0
  60. package/dist/components/table/gator/table.gator.js +55 -36
  61. package/dist/components/tabs/gator/tabset/tabset.gator.js +3 -3
  62. package/dist/components/text-detail/gator/text-detail.gator.js +17 -18
  63. package/dist/components/time-picker/gator/time-picker.gator.js +19 -19
  64. package/dist/components/toast/gator/base/toast.gator.js +8 -9
  65. package/dist/components/toast/gator/subtitle/toast-subtitle.gator.js +2 -2
  66. package/dist/components/toast/gator/title/toast-title.gator.js +2 -2
  67. package/dist/components/toast/toast.js +1 -1
  68. package/dist/components/toast-container/gator/toast-container.gator.js +18 -0
  69. package/dist/components/toast-container/index.js +1 -0
  70. package/dist/components/toaster/gator/toaster.gator.js +5 -0
  71. package/dist/components/toaster/index.js +1 -0
  72. package/dist/components/tooltip/tooltip.js +1 -1
  73. package/dist/index.gator.js +1 -1
  74. package/dist/index.js +1 -1
  75. package/dist/index.services.js +1 -0
  76. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-autosave@45.2.1/node_modules/@ckeditor/ckeditor5-autosave/dist/index.js +2 -2
  77. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-basic-styles@45.2.1/node_modules/@ckeditor/ckeditor5-basic-styles/dist/index.js +2 -2
  78. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-clipboard@45.2.1/node_modules/@ckeditor/ckeditor5-clipboard/dist/index.js +10 -10
  79. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-cloud-services@45.2.1/node_modules/@ckeditor/ckeditor5-cloud-services/dist/index.js +2 -2
  80. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-code-block@45.2.1/node_modules/@ckeditor/ckeditor5-code-block/dist/index.js +5 -5
  81. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-core@45.2.1/node_modules/@ckeditor/ckeditor5-core/dist/index.js +2 -2
  82. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-editor-classic@45.2.1/node_modules/@ckeditor/ckeditor5-editor-classic/dist/index.js +2 -2
  83. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-engine@45.2.1/node_modules/@ckeditor/ckeditor5-engine/dist/index.js +12 -12
  84. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-find-and-replace@45.2.1/node_modules/@ckeditor/ckeditor5-find-and-replace/dist/index.js +3 -3
  85. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-font@45.2.1/node_modules/@ckeditor/ckeditor5-font/dist/index.js +3 -3
  86. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-heading@45.2.1/node_modules/@ckeditor/ckeditor5-heading/dist/index.js +3 -3
  87. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-html-embed@45.2.1/node_modules/@ckeditor/ckeditor5-html-embed/dist/index.js +2 -2
  88. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-html-support@45.2.1/node_modules/@ckeditor/ckeditor5-html-support/dist/index.js +6 -6
  89. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-image@45.2.1/node_modules/@ckeditor/ckeditor5-image/dist/index.js +4 -4
  90. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-indent@45.2.1/node_modules/@ckeditor/ckeditor5-indent/dist/index.js +4 -4
  91. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-link@45.2.1/node_modules/@ckeditor/ckeditor5-link/dist/index.js +2 -2
  92. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-list@45.2.1/node_modules/@ckeditor/ckeditor5-list/dist/index.js +5 -5
  93. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-markdown-gfm@45.2.1/node_modules/@ckeditor/ckeditor5-markdown-gfm/dist/index.js +4 -4
  94. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-media-embed@45.2.1/node_modules/@ckeditor/ckeditor5-media-embed/dist/index.js +2 -2
  95. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-paragraph@45.2.1/node_modules/@ckeditor/ckeditor5-paragraph/dist/index.js +2 -2
  96. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-paste-from-office@45.2.1/node_modules/@ckeditor/ckeditor5-paste-from-office/dist/index.js +9 -9
  97. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-source-editing@45.2.1/node_modules/@ckeditor/ckeditor5-source-editing/dist/index.js +2 -2
  98. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-special-characters@45.2.1/node_modules/@ckeditor/ckeditor5-special-characters/dist/index.js +2 -2
  99. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-style@45.2.1/node_modules/@ckeditor/ckeditor5-style/dist/index.js +2 -2
  100. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-table@45.2.1/node_modules/@ckeditor/ckeditor5-table/dist/index.js +6 -6
  101. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-typing@45.2.1/node_modules/@ckeditor/ckeditor5-typing/dist/index.js +4 -4
  102. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-ui@45.2.1/node_modules/@ckeditor/ckeditor5-ui/dist/index.js +10 -10
  103. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-undo@45.2.1/node_modules/@ckeditor/ckeditor5-undo/dist/index.js +2 -2
  104. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-upload@45.2.1/node_modules/@ckeditor/ckeditor5-upload/dist/index.js +2 -2
  105. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-utils@45.2.1/node_modules/@ckeditor/ckeditor5-utils/dist/index.js +38 -38
  106. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-watchdog@45.2.1/node_modules/@ckeditor/ckeditor5-watchdog/dist/index.js +3 -3
  107. package/dist/node_modules/.pnpm/@ckeditor_ckeditor5-widget@45.2.1/node_modules/@ckeditor/ckeditor5-widget/dist/index.js +2 -2
  108. package/dist/node_modules/.pnpm/@deltablot_dropzone@7.3.1/node_modules/@deltablot/dropzone/dist/dropzone.js +1 -1
  109. package/dist/node_modules/.pnpm/@fastify_busboy@2.1.1/node_modules/@fastify/busboy/lib/main.js +1 -1
  110. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.4/node_modules/@figma/code-connect/dist/common/fetch.js +1 -0
  111. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.4/node_modules/@figma/code-connect/dist/connect/figma_rest_api.js +1 -0
  112. package/dist/node_modules/.pnpm/{@figma_code-connect@1.3.3 → @figma_code-connect@1.3.4}/node_modules/@figma/code-connect/dist/connect/helpers.js +1 -1
  113. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.4/node_modules/@figma/code-connect/package.json.js +1 -0
  114. package/dist/node_modules/.pnpm/@floating-ui_dom@1.7.2/node_modules/@floating-ui/dom/dist/floating-ui.dom.js +1 -1
  115. package/dist/node_modules/.pnpm/@jridgewell_sourcemap-codec@1.5.4/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.js +1 -0
  116. package/dist/node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js +2 -2
  117. package/dist/node_modules/.pnpm/@storybook_core@8.6.14_prettier@3.6.2_storybook@8.6.14_prettier@3.6.2_/node_modules/@storybook/core/dist/channels/index.js +9 -9
  118. package/dist/node_modules/.pnpm/@storybook_core@8.6.14_prettier@3.6.2_storybook@8.6.14_prettier@3.6.2_/node_modules/@storybook/core/dist/csf/index.js +1 -1
  119. package/dist/node_modules/.pnpm/@storybook_core@8.6.14_prettier@3.6.2_storybook@8.6.14_prettier@3.6.2_/node_modules/@storybook/core/dist/preview-api/index.js +22 -22
  120. package/dist/node_modules/.pnpm/@storybook_instrumenter@8.6.14_storybook@8.6.14_prettier@3.6.2_/node_modules/@storybook/instrumenter/dist/index.js +36 -36
  121. package/dist/node_modules/.pnpm/@storybook_test@8.6.14_storybook@8.6.14_prettier@3.6.2_/node_modules/@storybook/test/dist/index.js +111 -111
  122. package/dist/node_modules/.pnpm/@vitest_browser@3.2.4_msw@2.7.3_@types_node@24.0.10_typescript@5.8.3__playwright@1.53.2_77c47ac19cbe97978028e1e5ac862536/node_modules/@vitest/browser/context.js +1 -0
  123. package/dist/node_modules/.pnpm/@vitest_expect@3.2.4/node_modules/@vitest/expect/dist/index.js +8 -8
  124. package/dist/node_modules/.pnpm/@vitest_pretty-format@3.2.4/node_modules/@vitest/pretty-format/dist/index.js +2 -2
  125. package/dist/node_modules/.pnpm/@vitest_runner@3.2.4/node_modules/@vitest/runner/dist/chunk-hooks.js +5 -5
  126. package/dist/node_modules/.pnpm/@vitest_snapshot@3.2.4/node_modules/@vitest/snapshot/dist/index.js +12 -12
  127. package/dist/node_modules/.pnpm/@vitest_utils@3.2.4/node_modules/@vitest/utils/dist/diff.js +21 -21
  128. package/dist/node_modules/.pnpm/@vitest_utils@3.2.4/node_modules/@vitest/utils/dist/error.js +2 -2
  129. package/dist/node_modules/.pnpm/axe-core@4.10.3/node_modules/axe-core/axe.js +4 -4
  130. package/dist/node_modules/.pnpm/chai@5.2.0/node_modules/chai/chai.js +3 -3
  131. package/dist/node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/_internal/isPrototype.js +1 -1
  132. package/dist/node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/cloneDeepWith.js +1 -1
  133. package/dist/node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/get.js +1 -1
  134. package/dist/node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/object/unset.js +1 -1
  135. package/dist/node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/compat/predicate/isPlainObject.js +1 -1
  136. package/dist/node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/function/debounce.js +1 -1
  137. package/dist/node_modules/.pnpm/es-toolkit@1.32.0/node_modules/es-toolkit/dist/object/cloneDeepWith.js +1 -1
  138. package/dist/node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js +2 -2
  139. package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/async-directive.js +1 -1
  140. package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directive-helpers.js +2 -2
  141. package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/class-map.js +2 -2
  142. package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/ref.js +2 -2
  143. package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/repeat.js +5 -0
  144. package/dist/node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js +3 -3
  145. package/dist/node_modules/.pnpm/magic-string@0.30.17/node_modules/magic-string/dist/magic-string.es.js +1 -1
  146. package/dist/node_modules/.pnpm/tinyrainbow@2.0.0/node_modules/tinyrainbow/dist/chunk-BVHSVHOK.js +1 -1
  147. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/cache/cache.js +1 -1
  148. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/cache/cachestorage.js +1 -1
  149. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/cookies/parse.js +1 -1
  150. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/constants.js +1 -1
  151. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/headers.js +1 -1
  152. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/index.js +1 -1
  153. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/request.js +1 -1
  154. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/response.js +1 -1
  155. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/util.js +2 -2
  156. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/fetch/webidl.js +1 -1
  157. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/websocket/connection.js +1 -1
  158. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/websocket/events.js +1 -1
  159. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/websocket/frame.js +1 -1
  160. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/websocket/receiver.js +1 -1
  161. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/websocket/util.js +1 -1
  162. package/dist/node_modules/.pnpm/undici@5.29.0/node_modules/undici/lib/websocket/websocket.js +1 -1
  163. package/dist/node_modules/.pnpm/vitest@3.2.4_@types_debug@4.1.12_@types_node@24.0.10_@vitest_browser@3.2.4_@vitest_ui@3_8c34ee540b1f52c214debce201d1e515/node_modules/vitest/dist/chunks/utils.XdZDrNZV.js +1 -1
  164. package/dist/node_modules/.pnpm/vitest@3.2.4_@types_debug@4.1.12_@types_node@24.0.10_@vitest_browser@3.2.4_@vitest_ui@3_8c34ee540b1f52c214debce201d1e515/node_modules/vitest/dist/chunks/vi.bdSIJ99Y.js +8 -8
  165. package/dist/packages/web-components/src/components/accordion/gator/base/accordion.gator.scss.js +1 -1
  166. package/dist/packages/web-components/src/components/accordion/gator/group/accordion-group.gator.scss.js +1 -1
  167. package/dist/packages/web-components/src/components/button/gator/button.gator.scss.js +1 -1
  168. package/dist/packages/web-components/src/components/button-card/gator/button-card.gator.scss.js +1 -1
  169. package/dist/packages/web-components/src/components/chip/gator/chip.gator.scss.js +1 -1
  170. package/dist/packages/web-components/src/components/modal/gator/modal.gator.scss.js +1 -1
  171. package/dist/packages/web-components/src/components/switch/gator/switch.gator.scss.js +1 -1
  172. package/dist/packages/web-components/src/components/table/gator/table-bulk-controls/table-bulk-controls.gator.scss.js +1 -0
  173. package/dist/packages/web-components/src/components/text-detail/gator/text-detail.gator.scss.js +1 -1
  174. package/dist/packages/web-components/src/components/toast/gator/base/toast.gator.scss.js +1 -1
  175. package/dist/packages/web-components/src/components/toast-container/gator/toast-container.gator.scss.js +1 -0
  176. package/dist/packages/web-components/src/components/toaster/gator/toaster.gator.scss.js +1 -0
  177. package/dist/packages/web-components/src/index.slds.scss.js +1 -1
  178. package/dist/services/toaster-service.js +1 -0
  179. package/dist/types/components/accordion/gator/group/accordion-group.gator.d.ts +5 -0
  180. package/dist/types/components/chip/chip.d.ts +10 -0
  181. package/dist/types/components/chip/gator/chip.gator.d.ts +1 -0
  182. package/dist/types/components/modal/gator/modal.gator.d.ts +1 -1
  183. package/dist/types/components/table/gator/table-bulk-controls/table-bulk-controls.gator.d.ts +29 -0
  184. package/dist/types/components/table/gator/table-bulk-controls/table-bulk-controls.gator.test.d.ts +0 -0
  185. package/dist/types/components/table/gator/table.gator.d.ts +9 -0
  186. package/dist/types/components/text-detail/gator/text-detail.gator.d.ts +4 -2
  187. package/dist/types/components/toast/toast.d.ts +14 -0
  188. package/dist/types/components/toast-container/gator/toast-container.gator.d.ts +15 -0
  189. package/dist/types/components/toast-container/gator/toast-container.gator.test.d.ts +0 -0
  190. package/dist/types/components/toast-container/index.d.ts +1 -0
  191. package/dist/types/components/toaster/gator/toaster.gator.d.ts +32 -0
  192. package/dist/types/components/toaster/gator/toaster.gator.test.d.ts +0 -0
  193. package/dist/types/components/toaster/index.d.ts +1 -0
  194. package/dist/types/index.d.ts +2 -0
  195. package/dist/types/index.gator.d.ts +2 -0
  196. package/dist/types/index.services.d.ts +1 -0
  197. package/dist/types/services/toaster-service.d.ts +117 -0
  198. package/dist/types/services/toaster-service.test.d.ts +1 -0
  199. package/dist/utils/accessibility-utils.js +1 -1
  200. package/dist/utils/datatestid-utils.js +1 -1
  201. package/dist/utils/lightdom-utils.js +1 -1
  202. package/dist/utils/vitest-a11y-utils.js +1 -1
  203. package/dist/utils/vitest-utils.js +1 -1
  204. package/package.json +15 -11
  205. package/web-types.json +286 -113
  206. package/dist/_virtual/sourcemap-codec.umd.js +0 -1
  207. package/dist/_virtual/sourcemap-codec.umd2.js +0 -1
  208. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.3/node_modules/@figma/code-connect/dist/common/fetch.js +0 -1
  209. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.3/node_modules/@figma/code-connect/dist/connect/figma_rest_api.js +0 -1
  210. package/dist/node_modules/.pnpm/@figma_code-connect@1.3.3/node_modules/@figma/code-connect/package.json.js +0 -1
  211. package/dist/node_modules/.pnpm/@jridgewell_sourcemap-codec@1.5.0/node_modules/@jridgewell/sourcemap-codec/dist/sourcemap-codec.umd.js +0 -1
  212. package/dist/node_modules/.pnpm/@vitest_browser@3.2.4_msw@2.7.3_@types_node@24.0.10_typescript@5.8.3__playwright@1.53.1_5fd2997ee9a97429a51e07bc2023c338/node_modules/@vitest/browser/context.js +0 -1
  213. /package/dist/node_modules/.pnpm/{@figma_code-connect@1.3.3 → @figma_code-connect@1.3.4}/node_modules/@figma/code-connect/dist/client/external.js +0 -0
  214. /package/dist/node_modules/.pnpm/{@figma_code-connect@1.3.3 → @figma_code-connect@1.3.4}/node_modules/@figma/code-connect/dist/client/figma_client.js +0 -0
  215. /package/dist/node_modules/.pnpm/{@figma_code-connect@1.3.3 → @figma_code-connect@1.3.4}/node_modules/@figma/code-connect/dist/common/logging.js +0 -0
  216. /package/dist/node_modules/.pnpm/{@figma_code-connect@1.3.3 → @figma_code-connect@1.3.4}/node_modules/@figma/code-connect/dist/common/updates.js +0 -0
  217. /package/dist/node_modules/.pnpm/{@figma_code-connect@1.3.3 → @figma_code-connect@1.3.4}/node_modules/@figma/code-connect/dist/connect/external_types.js +0 -0
  218. /package/dist/node_modules/.pnpm/{@figma_code-connect@1.3.3 → @figma_code-connect@1.3.4}/node_modules/@figma/code-connect/dist/connect/index_common.js +0 -0
  219. /package/dist/node_modules/.pnpm/{@figma_code-connect@1.3.3 → @figma_code-connect@1.3.4}/node_modules/@figma/code-connect/dist/html/external.js +0 -0
  220. /package/dist/node_modules/.pnpm/{@figma_code-connect@1.3.3 → @figma_code-connect@1.3.4}/node_modules/@figma/code-connect/dist/html/index_html.js +0 -0
  221. /package/dist/node_modules/.pnpm/{@figma_code-connect@1.3.3 → @figma_code-connect@1.3.4}/node_modules/@figma/code-connect/dist/html/template_literal.js +0 -0
  222. /package/dist/node_modules/.pnpm/{@figma_code-connect@1.3.3 → @figma_code-connect@1.3.4}/node_modules/@figma/code-connect/dist/react/external.js +0 -0
  223. /package/dist/node_modules/.pnpm/{@figma_code-connect@1.3.3 → @figma_code-connect@1.3.4}/node_modules/@figma/code-connect/dist/react/index_react.js +0 -0
@@ -1,6 +1,6 @@
1
- import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{html as n}from"../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js";import"../../../node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js";import{customElement as h}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as s}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import"./templates/add-link.js";import"./templates/airplane.js";import"./templates/alarm.js";import"./templates/apartment.js";import"./templates/arrow-around.js";import"./templates/arrow-down.js";import"./templates/arrow-left.js";import"./templates/arrow-line-left.js";import"./templates/arrow-line-right.js";import"./templates/arrow-right.js";import"./templates/arrow-up.js";import"./templates/bank.js";import"./templates/bell-disabled.js";import"./templates/bell.js";import"./templates/binoculars.js";import"./templates/book.js";import"./templates/box.js";import"./templates/cake.js";import"./templates/calculator.js";import"./templates/calendar.js";import"./templates/camera.js";import"./templates/caret-up-down.js";import"./templates/case.js";import"./templates/chart-bar-horizontal.js";import"./templates/chart-bar.js";import"./templates/chart-donut.js";import"./templates/chart-line.js";import"./templates/chart-pie.js";import"./templates/chart-rise.js";import"./templates/chart-scatter.js";import"./templates/chat.js";import"./templates/check-circle.js";import"./templates/check.js";import"./templates/checkbox-selected.js";import"./templates/checkbox.js";import"./templates/checkerboard.js";import"./templates/chevron-down.js";import"./templates/chevron-left.js";import"./templates/chevron-right.js";import"./templates/chevron-up.js";import"./templates/circle-arrow-down.js";import"./templates/circle-arrow-left.js";import"./templates/circle-arrow-right.js";import"./templates/circle-arrow-up.js";import"./templates/circle-dashed.js";import"./templates/circle-filled.js";import"./templates/circle.js";import"./templates/city.js";import"./templates/clipboard.js";import"./templates/clock-clockwise.js";import"./templates/clock-counter-clockwise.js";import"./templates/clock.js";import"./templates/collapse.js";import"./templates/cone.js";import"./templates/contact-info.js";import"./templates/copy.js";import"./templates/credit-card.js";import"./templates/crop.js";import"./templates/crosshairs.js";import"./templates/currency-dollar-simple.js";import"./templates/currency-eur.js";import"./templates/currency-gbp.js";import"./templates/currency-inr.js";import"./templates/currency-jpy.js";import"./templates/currency-krw.js";import"./templates/currency-kzt.js";import"./templates/currency-ngn.js";import"./templates/currency-rub.js";import"./templates/cursor-arrow.js";import"./templates/cursor-hand.js";import"./templates/cursor.js";import"./templates/dashboard.js";import"./templates/delete.js";import"./templates/dna.js";import"./templates/document-add.js";import"./templates/document-check.js";import"./templates/document-e-sign.js";import"./templates/document-image.js";import"./templates/document-pdf.js";import"./templates/document-sign.js";import"./templates/document-zip.js";import"./templates/document.js";import"./templates/dollar-bills.js";import"./templates/dollar-house.js";import"./templates/down-payment.js";import"./templates/download.js";import"./templates/drag-drop.js";import"./templates/earth.js";import"./templates/exclude-square.js";import"./templates/exit-circle.js";import"./templates/exit-left.js";import"./templates/exit.js";import"./templates/expand-arrows.js";import"./templates/expand.js";import"./templates/export.js";import"./templates/eye-closed.js";import"./templates/eye-crossed.js";import"./templates/eye.js";import"./templates/facebook-logo.js";import"./templates/file-code.js";import"./templates/files.js";import"./templates/filter-funnel.js";import"./templates/filters-2.js";import"./templates/filters.js";import"./templates/flags/flag-ad-andorra.js";import"./templates/flags/flag-ae-united-arab-emirates.js";import"./templates/flags/flag-af-afghanistan.js";import"./templates/flags/flag-ag-antigua-and-barbuda.js";import"./templates/flags/flag-ai-anguilla.js";import"./templates/flags/flag-al-albania.js";import"./templates/flags/flag-am-armenia.js";import"./templates/flags/flag-ao-angola.js";import"./templates/flags/flag-aq-antarctica.js";import"./templates/flags/flag-ar-argentina.js";import"./templates/flags/flag-as-american-smoa.js";import"./templates/flags/flag-at-austria.js";import"./templates/flags/flag-au-australia.js";import"./templates/flags/flag-aw-aruba.js";import"./templates/flags/flag-ax-aland-islands.js";import"./templates/flags/flag-az-azerbaijan.js";import"./templates/flags/flag-ba-bosnia-and-herzegovina.js";import"./templates/flags/flag-bb-barbados.js";import"./templates/flags/flag-bd-bangladesh.js";import"./templates/flags/flag-be-belgium.js";import"./templates/flags/flag-bf-burkina-faso.js";import"./templates/flags/flag-bg-bulgaria.js";import"./templates/flags/flag-bh-bahrain.js";import"./templates/flags/flag-bi-burundi.js";import"./templates/flags/flag-bj-benin.js";import"./templates/flags/flag-bl-saint-barthelemy.js";import"./templates/flags/flag-bm-bermuda.js";import"./templates/flags/flag-bn-brunei-darussalam.js";import"./templates/flags/flag-bo-bolivia.js";import"./templates/flags/flag-bq-bo-bonaire.js";import"./templates/flags/flag-bq-sa-sba.js";import"./templates/flags/flag-bq-se-snt-eustatius.js";import"./templates/flags/flag-br-brazil.js";import"./templates/flags/flag-bs-bahamas.js";import"./templates/flags/flag-bt-bhutan.js";import"./templates/flags/flag-bv-bouvet-island.js";import"./templates/flags/flag-bw-botswana.js";import"./templates/flags/flag-by-belarus.js";import"./templates/flags/flag-bz-belize.js";import"./templates/flags/flag-ca-canada.js";import"./templates/flags/flag-cc-cocos-keeling-islands.js";import"./templates/flags/flag-cd-democratic-republic-of-the-congo.js";import"./templates/flags/flag-cf-central-african-republic.js";import"./templates/flags/flag-cg-republic-of-the-congo.js";import"./templates/flags/flag-ch-switzerland.js";import"./templates/flags/flag-ci-côte-divoire-ivory-coast.js";import"./templates/flags/flag-ck-cook-islands.js";import"./templates/flags/flag-cl-chile.js";import"./templates/flags/flag-cm-cameroon.js";import"./templates/flags/flag-cn-china.js";import"./templates/flags/flag-co-colombia.js";import"./templates/flags/flag-cr-costa-rica.js";import"./templates/flags/flag-cu-cuba.js";import"./templates/flags/flag-cv-cabo-verde.js";import"./templates/flags/flag-cw-curaçao.js";import"./templates/flags/flag-cx-christmas-island.js";import"./templates/flags/flag-cy-cyprus.js";import"./templates/flags/flag-cz-czech-republic.js";import"./templates/flags/flag-de-germany.js";import"./templates/flags/flag-dj-djibouti.js";import"./templates/flags/flag-dk-denmark.js";import"./templates/flags/flag-dm-dominica.js";import"./templates/flags/flag-do-dominican-republic.js";import"./templates/flags/flag-dz-algeria.js";import"./templates/flags/flag-ec-ecuador.js";import"./templates/flags/flag-ee-estonia.js";import"./templates/flags/flag-eg-egypt.js";import"./templates/flags/flag-eh-western-sahara.js";import"./templates/flags/flag-er-eritrea.js";import"./templates/flags/flag-es-sain.js";import"./templates/flags/flag-et-ethiopia.js";import"./templates/flags/flag-fi-finland.js";import"./templates/flags/flag-fj-fiji.js";import"./templates/flags/flag-fk-falkland-islands.js";import"./templates/flags/flag-fm-federated-states-of-micronesia.js";import"./templates/flags/flag-fo-faroe-islands.js";import"./templates/flags/flag-fr-france.js";import"./templates/flags/flag-ga-gabon.js";import"./templates/flags/flag-gb-eng-england.js";import"./templates/flags/flag-gb-nir-northern-ireland.js";import"./templates/flags/flag-gb-sct-sotland.js";import"./templates/flags/flag-gb-ukm-united-kingdom.js";import"./templates/flags/flag-gb-wls-wales.js";import"./templates/flags/flag-gd-grenada.js";import"./templates/flags/flag-ge-georgia.js";import"./templates/flags/flag-gf-french-guiana.js";import"./templates/flags/flag-gg-guernsey.js";import"./templates/flags/flag-gh-ghana.js";import"./templates/flags/flag-gi-gibraltar.js";import"./templates/flags/flag-gl-greenland.js";import"./templates/flags/flag-gm-gambia.js";import"./templates/flags/flag-gn-guinea.js";import"./templates/flags/flag-gp-guadeloupe-2.js";import"./templates/flags/flag-gp-guadeloupe.js";import"./templates/flags/flag-gq-equatorial-guinea.js";import"./templates/flags/flag-gr-greece.js";import"./templates/flags/flag-gs-s-georgia-and-s-sandwich-islands.js";import"./templates/flags/flag-gt-guatemala.js";import"./templates/flags/flag-gu-guam.js";import"./templates/flags/flag-gw-guinea-bissau.js";import"./templates/flags/flag-gy-guyana.js";import"./templates/flags/flag-hk-hong-kong.js";import"./templates/flags/flag-hm-heard-and-mcdonald-islands.js";import"./templates/flags/flag-hn-honduras.js";import"./templates/flags/flag-hr-croatia-hrvatska.js";import"./templates/flags/flag-ht-haiti.js";import"./templates/flags/flag-hu-hungary.js";import"./templates/flags/flag-id-indonesia.js";import"./templates/flags/flag-ie-ireland.js";import"./templates/flags/flag-il-isreal.js";import"./templates/flags/flag-im-isle-of-man.js";import"./templates/flags/flag-in-india.js";import"./templates/flags/flag-io-british-indian-ocean-territory.js";import"./templates/flags/flag-iq-iraq.js";import"./templates/flags/flag-ir-iran.js";import"./templates/flags/flag-is-iceland.js";import"./templates/flags/flag-it-italy.js";import"./templates/flags/flag-je-jersey.js";import"./templates/flags/flag-jm-jamaica.js";import"./templates/flags/flag-jo-jordan.js";import"./templates/flags/flag-jp-japan.js";import"./templates/flags/flag-ke-kenia.js";import"./templates/flags/flag-kg-kyrgyzstan.js";import"./templates/flags/flag-kh-cambodia.js";import"./templates/flags/flag-ki--kiribati.js";import"./templates/flags/flag-km-comoros.js";import"./templates/flags/flag-kn-saint-kitts-and-nevis.js";import"./templates/flags/flag-kp-korea-north.js";import"./templates/flags/flag-kr-korea-south.js";import"./templates/flags/flag-kw-kuwait.js";import"./templates/flags/flag-ky-cayman-islands.js";import"./templates/flags/flag-kz-kazakhstan.js";import"./templates/flags/flag-la-laos.js";import"./templates/flags/flag-lb-lebanon.js";import"./templates/flags/flag-lc-saint-lucia.js";import"./templates/flags/flag-li-liechtenstein.js";import"./templates/flags/flag-lk-sri-lanka.js";import"./templates/flags/flag-lr-liberia.js";import"./templates/flags/flag-ls-lesotho.js";import"./templates/flags/flag-lt-lithuania.js";import"./templates/flags/flag-lu-luxembourg.js";import"./templates/flags/flag-lv-latvia.js";import"./templates/flags/flag-ly-libya.js";import"./templates/flags/flag-ma-morocco.js";import"./templates/flags/flag-mc-monaco.js";import"./templates/flags/flag-md-moldova.js";import"./templates/flags/flag-me-montenegro.js";import"./templates/flags/flag-mf-saint-martin.js";import"./templates/flags/flag-mg-madagascar.js";import"./templates/flags/flag-mh-marshall-islands.js";import"./templates/flags/flag-mk-north-macedonia.js";import"./templates/flags/flag-ml-mali.js";import"./templates/flags/flag-mm-myanmar.js";import"./templates/flags/flag-mn-mongolia.js";import"./templates/flags/flag-mo-macao.js";import"./templates/flags/flag-mp-northern-mariana-islands.js";import"./templates/flags/flag-mq-martinique-2.js";import"./templates/flags/flag-mq-martinique.js";import"./templates/flags/flag-mr-mauritania.js";import"./templates/flags/flag-ms-montserrat.js";import"./templates/flags/flag-mt-malta.js";import"./templates/flags/flag-mu-mauritius.js";import"./templates/flags/flag-mv-maldives.js";import"./templates/flags/flag-mw-malawi.js";import"./templates/flags/flag-mx-mexico.js";import"./templates/flags/flag-my-malaysia.js";import"./templates/flags/flag-mz-mozambique.js";import"./templates/flags/flag-na-namibia.js";import"./templates/flags/flag-nc-new-caledonia.js";import"./templates/flags/flag-ne-niger.js";import"./templates/flags/flag-nf-norfolk-island.js";import"./templates/flags/flag-ng-nigeria.js";import"./templates/flags/flag-ni-nicaragua.js";import"./templates/flags/flag-nl-netherlands.js";import"./templates/flags/flag-no-norway.js";import"./templates/flags/flag-np-nepal.js";import"./templates/flags/flag-nr-nauru.js";import"./templates/flags/flag-nu-niue.js";import"./templates/flags/flag-nz-new-zealand-aotearoa.js";import"./templates/flags/flag-om-oman.js";import"./templates/flags/flag-pa-panama.js";import"./templates/flags/flag-pe-peru.js";import"./templates/flags/flag-pf-french-polynesia.js";import"./templates/flags/flag-pg-papua-new-guinea.js";import"./templates/flags/flag-ph-philippines.js";import"./templates/flags/flag-pk-pakistan.js";import"./templates/flags/flag-pl-poland.js";import"./templates/flags/flag-pm-saint-pierre-and-miquelon.js";import"./templates/flags/flag-pm-st-pierre-and-miquelon.js";import"./templates/flags/flag-pn-pitcairn-islands.js";import"./templates/flags/flag-pr-puerto-rico.js";import"./templates/flags/flag-ps-palestinian-territory.js";import"./templates/flags/flag-pt-portugal.js";import"./templates/flags/flag-pw-palau.js";import"./templates/flags/flag-py-paraguay.js";import"./templates/flags/flag-qa-qatar.js";import"./templates/flags/flag-re-reunion.js";import"./templates/flags/flag-ro-romania.js";import"./templates/flags/flag-rs-srbia.js";import"./templates/flags/flag-ru-russian-federation.js";import"./templates/flags/flag-rw-rwanda.js";import"./templates/flags/flag-sa-sudi-arabia.js";import"./templates/flags/flag-sb-slomon-islands.js";import"./templates/flags/flag-sc-sychelles.js";import"./templates/flags/flag-sd-sdan.js";import"./templates/flags/flag-se-seden.js";import"./templates/flags/flag-sg-sngapore.js";import"./templates/flags/flag-sh-sint-helena.js";import"./templates/flags/flag-si-sovenia.js";import"./templates/flags/flag-sj-salbard-and-jan-mayen.js";import"./templates/flags/flag-sk-sovakia.js";import"./templates/flags/flag-sl-serra-leone.js";import"./templates/flags/flag-sm-sn-marino.js";import"./templates/flags/flag-sn-snegal.js";import"./templates/flags/flag-so-smalia.js";import"./templates/flags/flag-sr-sriname.js";import"./templates/flags/flag-ss-south-sudan.js";import"./templates/flags/flag-st-so-tome-and-principe.js";import"./templates/flags/flag-sv-el-slvador.js";import"./templates/flags/flag-sx-snt-maarten.js";import"./templates/flags/flag-sy-sria.js";import"./templates/flags/flag-sz-saziland.js";import"./templates/flags/flag-tc-turks-and-caicos-islands.js";import"./templates/flags/flag-td-chad.js";import"./templates/flags/flag-tf-french-southern-and-antarctic-lands.js";import"./templates/flags/flag-tg-togo.js";import"./templates/flags/flag-th-thailand.js";import"./templates/flags/flag-tj-tajikistan.js";import"./templates/flags/flag-tk-tokelau.js";import"./templates/flags/flag-tl-timor-leste.js";import"./templates/flags/flag-tm-turkmenistan.js";import"./templates/flags/flag-tn-tunisia.js";import"./templates/flags/flag-to-tonga.js";import"./templates/flags/flag-tr-turkey.js";import"./templates/flags/flag-tt-trinidad-and-tobago.js";import"./templates/flags/flag-tv-tuvalu.js";import"./templates/flags/flag-tw-taiwan.js";import"./templates/flags/flag-tz-tanzania.js";import"./templates/flags/flag-ua-ukraine.js";import"./templates/flags/flag-ug-uganda.js";import"./templates/flags/flag-um-united-states-minor-outlying-islands.js";import"./templates/flags/flag-us-united-states.js";import"./templates/flags/flag-uy-uruguay.js";import"./templates/flags/flag-uz-uzbekistan.js";import"./templates/flags/flag-va-vatican-city-state.js";import"./templates/flags/flag-vc-saint-vincent-and-the-grenadines.js";import"./templates/flags/flag-ve-venezuela.js";import"./templates/flags/flag-vg-virgin-islands-british.js";import"./templates/flags/flag-vi-virgin-islands-us.js";import"./templates/flags/flag-vn-vietnam.js";import"./templates/flags/flag-vu-vanuatu.js";import"./templates/flags/flag-wf-wallis-and-futuna.js";import"./templates/flags/flag-ws-smoa.js";import"./templates/flags/flag-ye-yemen.js";import"./templates/flags/flag-yt-unf-mayotte.js";import"./templates/flags/flag-za-south-africa.js";import"./templates/flags/flag-zm-zambia.js";import"./templates/flags/flag-zw-zimbabwe.js";import"./templates/flame.js";import"./templates/flash-off.js";import"./templates/flash-on.js";import"./templates/folder.js";import"./templates/gauge.js";import"./templates/grid-four.js";import"./templates/grid-nine.js";import"./templates/hammer.js";import"./templates/hand-pointing.js";import"./templates/heart.js";import"./templates/home-door.js";import"./templates/home-finance-arrow.js";import"./templates/home-finance.js";import"./templates/home-search.js";import"./templates/house-simple.js";import"./templates/house.js";import"./templates/inbox.js";import"./templates/info.js";import"./templates/instagram-logo.js";import"./templates/interest-rate.js";import"./templates/invoice.js";import"./templates/kanban.js";import"./templates/label.js";import"./templates/laptop.js";import"./templates/layout.js";import"./templates/lightbulb-filament.js";import"./templates/lightbulb.js";import"./templates/link.js";import"./templates/linkedin-logo.js";import"./templates/list-star.js";import"./templates/list.js";import"./templates/loading-spinner-gif.js";import"./templates/loading.js";import"./templates/lock.js";import"./templates/magic-wand.js";import"./templates/mail-open.js";import"./templates/mail.js";import"./templates/mailbox.js";import"./templates/map.js";import"./templates/menu-hamburger.js";import"./templates/microsoft-excel-logo.js";import"./templates/microsoft-outlook-logo.js";import"./templates/microsoft-powerpoint-logo.js";import"./templates/microsoft-teams-logo.js";import"./templates/microsoft-word-logo.js";import"./templates/minus-circle.js";import"./templates/minus-square.js";import"./templates/minus.js";import"./templates/mobile-phone-2.js";import"./templates/monitor.js";import"./templates/move-doc.js";import"./templates/move.js";import"./templates/music.js";import"./templates/number-1.js";import"./templates/number-2.js";import"./templates/number-3.js";import"./templates/overflow-menu.js";import"./templates/paper-airplane.js";import"./templates/paperclip.js";import"./templates/payments/payment-amazon-pay.js";import"./templates/payments/payment-amex.js";import"./templates/payments/payment-apple-pay.js";import"./templates/payments/payment-discover.js";import"./templates/payments/payment-google-pay.js";import"./templates/payments/payment-mastercard.js";import"./templates/payments/payment-visa.js";import"./templates/pen.js";import"./templates/pencil-paper.js";import"./templates/pencil.js";import"./templates/people-multiple.js";import"./templates/people-share.js";import"./templates/percent.js";import"./templates/person-add.js";import"./templates/person-check.js";import"./templates/person-lock.js";import"./templates/person.js";import"./templates/phone-alert.js";import"./templates/phone-mobile.js";import"./templates/phone.js";import"./templates/picture.js";import"./templates/pin.js";import"./templates/pinterest-logo.js";import"./templates/plus-circle.js";import"./templates/plus.js";import"./templates/printer.js";import"./templates/question-chat-bubble.js";import"./templates/question-circle.js";import"./templates/question-mark.js";import"./templates/radio-selected.js";import"./templates/radio.js";import"./templates/receipt.js";import"./templates/restricted.js";import"./templates/sandals.js";import"./templates/save.js";import"./templates/screen.js";import"./templates/search.js";import"./templates/selection.js";import"./templates/settings.js";import"./templates/share-1.js";import"./templates/share-2.js";import"./templates/shield-lock.js";import"./templates/shield-warning.js";import"./templates/sidebar-simple.js";import"./templates/sidebar.js";import"./templates/smart-home.js";import"./templates/sort-arrow-solid-down.js";import"./templates/sort-arrow-solid-left.js";import"./templates/sort-arrow-solid-right.js";import"./templates/sort-arrow-solid-up-down.js";import"./templates/sort-arrow-solid-up.js";import"./templates/sort-reverse-variant.js";import"./templates/sort-variant.js";import"./templates/sparkle-filled.js";import"./templates/sparkle.js";import"./templates/speech-bubble.js";import"./templates/square-split-horizontal.js";import"./templates/square-split-vertical.js";import"./templates/square.js";import"./templates/stack.js";import"./templates/stamp.js";import"./templates/star-four-filled.js";import"./templates/star-four.js";import"./templates/star.js";import"./templates/stopwatch.js";import"./templates/sun.js";import"./templates/sync.js";import"./templates/tab-arrows.js";import"./templates/table.js";import"./templates/target.js";import"./templates/text-aa.js";import"./templates/thumbs-down.js";import"./templates/thumbs-up.js";import"./templates/tools.js";import"./templates/touch-id.js";import"./templates/trash.js";import"./templates/trend-up.js";import"./templates/twitter-logo.js";import"./templates/unlink.js";import"./templates/unlock.js";import"./templates/upload.js";import"./templates/video.js";import"./templates/waffle.js";import"./templates/warning-circle.js";import"./templates/warning-diamond.js";import"./templates/warning-octagon.js";import"./templates/warning.js";import"./templates/wet-sign.js";import"./templates/wifi-off.js";import"./templates/wifi.js";import"./templates/x-logo.js";import"./templates/yelp-logo.js";import"./templates/youtube-logo.js";import"./templates/zillow-logo.js";import{icons as c}from"../icon-registry.js";import g from"../../../packages/web-components/src/components/icon/gator/icon.gator.scss.js";import"../../skeleton-loader/gator/skeleton-loader.gator.js";import{NgcComponent as u}from"../../../utils/components/ngc-component.js";import{unsafeCSS as d}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var f=Object.defineProperty,v=Object.getOwnPropertyDescriptor,_=Object.getPrototypeOf,y=Reflect.get,m=(t,o,i,e)=>{for(var p=e>1?void 0:e?v(o,i):o,a=t.length-1,l;a>=0;a--)(l=t[a])&&(p=(e?l(o,i,p):l(p))||p);return e&&p&&f(o,i,p),p},b=(t,o,i)=>y(_(t),i,o);let r=class extends u{constructor(){super(...arguments),this.name="",this.label="",this.background=!1,this.skeleton=!1,this.size="medium"}updated(t){var o,i,e;if(!this.skeleton&&(this._svg=(o=this.shadowRoot)==null?void 0:o.querySelector("svg"),this._svg&&((i=this._svg)==null||i.classList.add("gator-icon"),(e=this._svg)==null||e.setAttribute("role","img"),this.label&&this._svg.setAttribute("aria-label",this.label),this._svg.setAttribute("aria-hidden",this.label===""?"true":"false"),this.width&&(this._svg.style.width=this.width),this.height&&(this._svg.style.height=this.height),this.background?this._svg.classList.add("gator-icon-background"):this._svg.classList.remove("gator-icon-background"),t.has("size")))){const p=t.get("size");this._svg.classList.remove(`gator-icon_${p}`),this._svg.classList.add(`gator-icon_${this.size}`)}}render(){return this.skeleton?n`
1
+ import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{html as n}from"../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js";import"../../../node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js";import{customElement as h}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as e}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import"./templates/add-link.js";import"./templates/airplane.js";import"./templates/alarm.js";import"./templates/apartment.js";import"./templates/arrow-around.js";import"./templates/arrow-down.js";import"./templates/arrow-left.js";import"./templates/arrow-line-left.js";import"./templates/arrow-line-right.js";import"./templates/arrow-right.js";import"./templates/arrow-up.js";import"./templates/bank.js";import"./templates/bell-disabled.js";import"./templates/bell.js";import"./templates/binoculars.js";import"./templates/book.js";import"./templates/box.js";import"./templates/cake.js";import"./templates/calculator.js";import"./templates/calendar.js";import"./templates/camera.js";import"./templates/caret-up-down.js";import"./templates/case.js";import"./templates/chart-bar-horizontal.js";import"./templates/chart-bar.js";import"./templates/chart-donut.js";import"./templates/chart-line.js";import"./templates/chart-pie.js";import"./templates/chart-rise.js";import"./templates/chart-scatter.js";import"./templates/chat.js";import"./templates/check-circle.js";import"./templates/check.js";import"./templates/checkbox-selected.js";import"./templates/checkbox.js";import"./templates/checkerboard.js";import"./templates/chevron-down.js";import"./templates/chevron-left.js";import"./templates/chevron-right.js";import"./templates/chevron-up.js";import"./templates/circle-arrow-down.js";import"./templates/circle-arrow-left.js";import"./templates/circle-arrow-right.js";import"./templates/circle-arrow-up.js";import"./templates/circle-dashed.js";import"./templates/circle-filled.js";import"./templates/circle.js";import"./templates/city.js";import"./templates/clipboard.js";import"./templates/clock-clockwise.js";import"./templates/clock-counter-clockwise.js";import"./templates/clock.js";import"./templates/collapse.js";import"./templates/cone.js";import"./templates/contact-info.js";import"./templates/copy.js";import"./templates/credit-card.js";import"./templates/crop.js";import"./templates/crosshairs.js";import"./templates/currency-dollar-simple.js";import"./templates/currency-eur.js";import"./templates/currency-gbp.js";import"./templates/currency-inr.js";import"./templates/currency-jpy.js";import"./templates/currency-krw.js";import"./templates/currency-kzt.js";import"./templates/currency-ngn.js";import"./templates/currency-rub.js";import"./templates/cursor-arrow.js";import"./templates/cursor-hand.js";import"./templates/cursor.js";import"./templates/dashboard.js";import"./templates/delete.js";import"./templates/dna.js";import"./templates/document-add.js";import"./templates/document-check.js";import"./templates/document-e-sign.js";import"./templates/document-image.js";import"./templates/document-pdf.js";import"./templates/document-sign.js";import"./templates/document-zip.js";import"./templates/document.js";import"./templates/dollar-bills.js";import"./templates/dollar-house.js";import"./templates/down-payment.js";import"./templates/download.js";import"./templates/drag-drop.js";import"./templates/earth.js";import"./templates/exclude-square.js";import"./templates/exit-circle.js";import"./templates/exit-left.js";import"./templates/exit.js";import"./templates/expand-arrows.js";import"./templates/expand.js";import"./templates/export.js";import"./templates/eye-closed.js";import"./templates/eye-crossed.js";import"./templates/eye.js";import"./templates/facebook-logo.js";import"./templates/file-code.js";import"./templates/files.js";import"./templates/filter-funnel.js";import"./templates/filters-2.js";import"./templates/filters.js";import"./templates/flags/flag-ad-andorra.js";import"./templates/flags/flag-ae-united-arab-emirates.js";import"./templates/flags/flag-af-afghanistan.js";import"./templates/flags/flag-ag-antigua-and-barbuda.js";import"./templates/flags/flag-ai-anguilla.js";import"./templates/flags/flag-al-albania.js";import"./templates/flags/flag-am-armenia.js";import"./templates/flags/flag-ao-angola.js";import"./templates/flags/flag-aq-antarctica.js";import"./templates/flags/flag-ar-argentina.js";import"./templates/flags/flag-as-american-smoa.js";import"./templates/flags/flag-at-austria.js";import"./templates/flags/flag-au-australia.js";import"./templates/flags/flag-aw-aruba.js";import"./templates/flags/flag-ax-aland-islands.js";import"./templates/flags/flag-az-azerbaijan.js";import"./templates/flags/flag-ba-bosnia-and-herzegovina.js";import"./templates/flags/flag-bb-barbados.js";import"./templates/flags/flag-bd-bangladesh.js";import"./templates/flags/flag-be-belgium.js";import"./templates/flags/flag-bf-burkina-faso.js";import"./templates/flags/flag-bg-bulgaria.js";import"./templates/flags/flag-bh-bahrain.js";import"./templates/flags/flag-bi-burundi.js";import"./templates/flags/flag-bj-benin.js";import"./templates/flags/flag-bl-saint-barthelemy.js";import"./templates/flags/flag-bm-bermuda.js";import"./templates/flags/flag-bn-brunei-darussalam.js";import"./templates/flags/flag-bo-bolivia.js";import"./templates/flags/flag-bq-bo-bonaire.js";import"./templates/flags/flag-bq-sa-sba.js";import"./templates/flags/flag-bq-se-snt-eustatius.js";import"./templates/flags/flag-br-brazil.js";import"./templates/flags/flag-bs-bahamas.js";import"./templates/flags/flag-bt-bhutan.js";import"./templates/flags/flag-bv-bouvet-island.js";import"./templates/flags/flag-bw-botswana.js";import"./templates/flags/flag-by-belarus.js";import"./templates/flags/flag-bz-belize.js";import"./templates/flags/flag-ca-canada.js";import"./templates/flags/flag-cc-cocos-keeling-islands.js";import"./templates/flags/flag-cd-democratic-republic-of-the-congo.js";import"./templates/flags/flag-cf-central-african-republic.js";import"./templates/flags/flag-cg-republic-of-the-congo.js";import"./templates/flags/flag-ch-switzerland.js";import"./templates/flags/flag-ci-côte-divoire-ivory-coast.js";import"./templates/flags/flag-ck-cook-islands.js";import"./templates/flags/flag-cl-chile.js";import"./templates/flags/flag-cm-cameroon.js";import"./templates/flags/flag-cn-china.js";import"./templates/flags/flag-co-colombia.js";import"./templates/flags/flag-cr-costa-rica.js";import"./templates/flags/flag-cu-cuba.js";import"./templates/flags/flag-cv-cabo-verde.js";import"./templates/flags/flag-cw-curaçao.js";import"./templates/flags/flag-cx-christmas-island.js";import"./templates/flags/flag-cy-cyprus.js";import"./templates/flags/flag-cz-czech-republic.js";import"./templates/flags/flag-de-germany.js";import"./templates/flags/flag-dj-djibouti.js";import"./templates/flags/flag-dk-denmark.js";import"./templates/flags/flag-dm-dominica.js";import"./templates/flags/flag-do-dominican-republic.js";import"./templates/flags/flag-dz-algeria.js";import"./templates/flags/flag-ec-ecuador.js";import"./templates/flags/flag-ee-estonia.js";import"./templates/flags/flag-eg-egypt.js";import"./templates/flags/flag-eh-western-sahara.js";import"./templates/flags/flag-er-eritrea.js";import"./templates/flags/flag-es-sain.js";import"./templates/flags/flag-et-ethiopia.js";import"./templates/flags/flag-fi-finland.js";import"./templates/flags/flag-fj-fiji.js";import"./templates/flags/flag-fk-falkland-islands.js";import"./templates/flags/flag-fm-federated-states-of-micronesia.js";import"./templates/flags/flag-fo-faroe-islands.js";import"./templates/flags/flag-fr-france.js";import"./templates/flags/flag-ga-gabon.js";import"./templates/flags/flag-gb-eng-england.js";import"./templates/flags/flag-gb-nir-northern-ireland.js";import"./templates/flags/flag-gb-sct-sotland.js";import"./templates/flags/flag-gb-ukm-united-kingdom.js";import"./templates/flags/flag-gb-wls-wales.js";import"./templates/flags/flag-gd-grenada.js";import"./templates/flags/flag-ge-georgia.js";import"./templates/flags/flag-gf-french-guiana.js";import"./templates/flags/flag-gg-guernsey.js";import"./templates/flags/flag-gh-ghana.js";import"./templates/flags/flag-gi-gibraltar.js";import"./templates/flags/flag-gl-greenland.js";import"./templates/flags/flag-gm-gambia.js";import"./templates/flags/flag-gn-guinea.js";import"./templates/flags/flag-gp-guadeloupe-2.js";import"./templates/flags/flag-gp-guadeloupe.js";import"./templates/flags/flag-gq-equatorial-guinea.js";import"./templates/flags/flag-gr-greece.js";import"./templates/flags/flag-gs-s-georgia-and-s-sandwich-islands.js";import"./templates/flags/flag-gt-guatemala.js";import"./templates/flags/flag-gu-guam.js";import"./templates/flags/flag-gw-guinea-bissau.js";import"./templates/flags/flag-gy-guyana.js";import"./templates/flags/flag-hk-hong-kong.js";import"./templates/flags/flag-hm-heard-and-mcdonald-islands.js";import"./templates/flags/flag-hn-honduras.js";import"./templates/flags/flag-hr-croatia-hrvatska.js";import"./templates/flags/flag-ht-haiti.js";import"./templates/flags/flag-hu-hungary.js";import"./templates/flags/flag-id-indonesia.js";import"./templates/flags/flag-ie-ireland.js";import"./templates/flags/flag-il-isreal.js";import"./templates/flags/flag-im-isle-of-man.js";import"./templates/flags/flag-in-india.js";import"./templates/flags/flag-io-british-indian-ocean-territory.js";import"./templates/flags/flag-iq-iraq.js";import"./templates/flags/flag-ir-iran.js";import"./templates/flags/flag-is-iceland.js";import"./templates/flags/flag-it-italy.js";import"./templates/flags/flag-je-jersey.js";import"./templates/flags/flag-jm-jamaica.js";import"./templates/flags/flag-jo-jordan.js";import"./templates/flags/flag-jp-japan.js";import"./templates/flags/flag-ke-kenia.js";import"./templates/flags/flag-kg-kyrgyzstan.js";import"./templates/flags/flag-kh-cambodia.js";import"./templates/flags/flag-ki--kiribati.js";import"./templates/flags/flag-km-comoros.js";import"./templates/flags/flag-kn-saint-kitts-and-nevis.js";import"./templates/flags/flag-kp-korea-north.js";import"./templates/flags/flag-kr-korea-south.js";import"./templates/flags/flag-kw-kuwait.js";import"./templates/flags/flag-ky-cayman-islands.js";import"./templates/flags/flag-kz-kazakhstan.js";import"./templates/flags/flag-la-laos.js";import"./templates/flags/flag-lb-lebanon.js";import"./templates/flags/flag-lc-saint-lucia.js";import"./templates/flags/flag-li-liechtenstein.js";import"./templates/flags/flag-lk-sri-lanka.js";import"./templates/flags/flag-lr-liberia.js";import"./templates/flags/flag-ls-lesotho.js";import"./templates/flags/flag-lt-lithuania.js";import"./templates/flags/flag-lu-luxembourg.js";import"./templates/flags/flag-lv-latvia.js";import"./templates/flags/flag-ly-libya.js";import"./templates/flags/flag-ma-morocco.js";import"./templates/flags/flag-mc-monaco.js";import"./templates/flags/flag-md-moldova.js";import"./templates/flags/flag-me-montenegro.js";import"./templates/flags/flag-mf-saint-martin.js";import"./templates/flags/flag-mg-madagascar.js";import"./templates/flags/flag-mh-marshall-islands.js";import"./templates/flags/flag-mk-north-macedonia.js";import"./templates/flags/flag-ml-mali.js";import"./templates/flags/flag-mm-myanmar.js";import"./templates/flags/flag-mn-mongolia.js";import"./templates/flags/flag-mo-macao.js";import"./templates/flags/flag-mp-northern-mariana-islands.js";import"./templates/flags/flag-mq-martinique-2.js";import"./templates/flags/flag-mq-martinique.js";import"./templates/flags/flag-mr-mauritania.js";import"./templates/flags/flag-ms-montserrat.js";import"./templates/flags/flag-mt-malta.js";import"./templates/flags/flag-mu-mauritius.js";import"./templates/flags/flag-mv-maldives.js";import"./templates/flags/flag-mw-malawi.js";import"./templates/flags/flag-mx-mexico.js";import"./templates/flags/flag-my-malaysia.js";import"./templates/flags/flag-mz-mozambique.js";import"./templates/flags/flag-na-namibia.js";import"./templates/flags/flag-nc-new-caledonia.js";import"./templates/flags/flag-ne-niger.js";import"./templates/flags/flag-nf-norfolk-island.js";import"./templates/flags/flag-ng-nigeria.js";import"./templates/flags/flag-ni-nicaragua.js";import"./templates/flags/flag-nl-netherlands.js";import"./templates/flags/flag-no-norway.js";import"./templates/flags/flag-np-nepal.js";import"./templates/flags/flag-nr-nauru.js";import"./templates/flags/flag-nu-niue.js";import"./templates/flags/flag-nz-new-zealand-aotearoa.js";import"./templates/flags/flag-om-oman.js";import"./templates/flags/flag-pa-panama.js";import"./templates/flags/flag-pe-peru.js";import"./templates/flags/flag-pf-french-polynesia.js";import"./templates/flags/flag-pg-papua-new-guinea.js";import"./templates/flags/flag-ph-philippines.js";import"./templates/flags/flag-pk-pakistan.js";import"./templates/flags/flag-pl-poland.js";import"./templates/flags/flag-pm-saint-pierre-and-miquelon.js";import"./templates/flags/flag-pm-st-pierre-and-miquelon.js";import"./templates/flags/flag-pn-pitcairn-islands.js";import"./templates/flags/flag-pr-puerto-rico.js";import"./templates/flags/flag-ps-palestinian-territory.js";import"./templates/flags/flag-pt-portugal.js";import"./templates/flags/flag-pw-palau.js";import"./templates/flags/flag-py-paraguay.js";import"./templates/flags/flag-qa-qatar.js";import"./templates/flags/flag-re-reunion.js";import"./templates/flags/flag-ro-romania.js";import"./templates/flags/flag-rs-srbia.js";import"./templates/flags/flag-ru-russian-federation.js";import"./templates/flags/flag-rw-rwanda.js";import"./templates/flags/flag-sa-sudi-arabia.js";import"./templates/flags/flag-sb-slomon-islands.js";import"./templates/flags/flag-sc-sychelles.js";import"./templates/flags/flag-sd-sdan.js";import"./templates/flags/flag-se-seden.js";import"./templates/flags/flag-sg-sngapore.js";import"./templates/flags/flag-sh-sint-helena.js";import"./templates/flags/flag-si-sovenia.js";import"./templates/flags/flag-sj-salbard-and-jan-mayen.js";import"./templates/flags/flag-sk-sovakia.js";import"./templates/flags/flag-sl-serra-leone.js";import"./templates/flags/flag-sm-sn-marino.js";import"./templates/flags/flag-sn-snegal.js";import"./templates/flags/flag-so-smalia.js";import"./templates/flags/flag-sr-sriname.js";import"./templates/flags/flag-ss-south-sudan.js";import"./templates/flags/flag-st-so-tome-and-principe.js";import"./templates/flags/flag-sv-el-slvador.js";import"./templates/flags/flag-sx-snt-maarten.js";import"./templates/flags/flag-sy-sria.js";import"./templates/flags/flag-sz-saziland.js";import"./templates/flags/flag-tc-turks-and-caicos-islands.js";import"./templates/flags/flag-td-chad.js";import"./templates/flags/flag-tf-french-southern-and-antarctic-lands.js";import"./templates/flags/flag-tg-togo.js";import"./templates/flags/flag-th-thailand.js";import"./templates/flags/flag-tj-tajikistan.js";import"./templates/flags/flag-tk-tokelau.js";import"./templates/flags/flag-tl-timor-leste.js";import"./templates/flags/flag-tm-turkmenistan.js";import"./templates/flags/flag-tn-tunisia.js";import"./templates/flags/flag-to-tonga.js";import"./templates/flags/flag-tr-turkey.js";import"./templates/flags/flag-tt-trinidad-and-tobago.js";import"./templates/flags/flag-tv-tuvalu.js";import"./templates/flags/flag-tw-taiwan.js";import"./templates/flags/flag-tz-tanzania.js";import"./templates/flags/flag-ua-ukraine.js";import"./templates/flags/flag-ug-uganda.js";import"./templates/flags/flag-um-united-states-minor-outlying-islands.js";import"./templates/flags/flag-us-united-states.js";import"./templates/flags/flag-uy-uruguay.js";import"./templates/flags/flag-uz-uzbekistan.js";import"./templates/flags/flag-va-vatican-city-state.js";import"./templates/flags/flag-vc-saint-vincent-and-the-grenadines.js";import"./templates/flags/flag-ve-venezuela.js";import"./templates/flags/flag-vg-virgin-islands-british.js";import"./templates/flags/flag-vi-virgin-islands-us.js";import"./templates/flags/flag-vn-vietnam.js";import"./templates/flags/flag-vu-vanuatu.js";import"./templates/flags/flag-wf-wallis-and-futuna.js";import"./templates/flags/flag-ws-smoa.js";import"./templates/flags/flag-ye-yemen.js";import"./templates/flags/flag-yt-unf-mayotte.js";import"./templates/flags/flag-za-south-africa.js";import"./templates/flags/flag-zm-zambia.js";import"./templates/flags/flag-zw-zimbabwe.js";import"./templates/flame.js";import"./templates/flash-off.js";import"./templates/flash-on.js";import"./templates/folder.js";import"./templates/gauge.js";import"./templates/grid-four.js";import"./templates/grid-nine.js";import"./templates/hammer.js";import"./templates/hand-pointing.js";import"./templates/heart.js";import"./templates/home-door.js";import"./templates/home-finance-arrow.js";import"./templates/home-finance.js";import"./templates/home-search.js";import"./templates/house-simple.js";import"./templates/house.js";import"./templates/inbox.js";import"./templates/info.js";import"./templates/instagram-logo.js";import"./templates/interest-rate.js";import"./templates/invoice.js";import"./templates/kanban.js";import"./templates/label.js";import"./templates/laptop.js";import"./templates/layout.js";import"./templates/lightbulb-filament.js";import"./templates/lightbulb.js";import"./templates/link.js";import"./templates/linkedin-logo.js";import"./templates/list-star.js";import"./templates/list.js";import"./templates/loading-spinner-gif.js";import"./templates/loading.js";import"./templates/lock.js";import"./templates/magic-wand.js";import"./templates/mail-open.js";import"./templates/mail.js";import"./templates/mailbox.js";import"./templates/map.js";import"./templates/menu-hamburger.js";import"./templates/microsoft-excel-logo.js";import"./templates/microsoft-outlook-logo.js";import"./templates/microsoft-powerpoint-logo.js";import"./templates/microsoft-teams-logo.js";import"./templates/microsoft-word-logo.js";import"./templates/minus-circle.js";import"./templates/minus-square.js";import"./templates/minus.js";import"./templates/mobile-phone-2.js";import"./templates/monitor.js";import"./templates/move-doc.js";import"./templates/move.js";import"./templates/music.js";import"./templates/number-1.js";import"./templates/number-2.js";import"./templates/number-3.js";import"./templates/overflow-menu.js";import"./templates/paper-airplane.js";import"./templates/paperclip.js";import"./templates/payments/payment-amazon-pay.js";import"./templates/payments/payment-amex.js";import"./templates/payments/payment-apple-pay.js";import"./templates/payments/payment-discover.js";import"./templates/payments/payment-google-pay.js";import"./templates/payments/payment-mastercard.js";import"./templates/payments/payment-visa.js";import"./templates/pen.js";import"./templates/pencil-paper.js";import"./templates/pencil.js";import"./templates/people-multiple.js";import"./templates/people-share.js";import"./templates/percent.js";import"./templates/person-add.js";import"./templates/person-check.js";import"./templates/person-lock.js";import"./templates/person.js";import"./templates/phone-alert.js";import"./templates/phone-mobile.js";import"./templates/phone.js";import"./templates/picture.js";import"./templates/pin.js";import"./templates/pinterest-logo.js";import"./templates/plus-circle.js";import"./templates/plus.js";import"./templates/printer.js";import"./templates/question-chat-bubble.js";import"./templates/question-circle.js";import"./templates/question-mark.js";import"./templates/radio-selected.js";import"./templates/radio.js";import"./templates/receipt.js";import"./templates/restricted.js";import"./templates/sandals.js";import"./templates/save.js";import"./templates/screen.js";import"./templates/search.js";import"./templates/selection.js";import"./templates/settings.js";import"./templates/share-1.js";import"./templates/share-2.js";import"./templates/shield-lock.js";import"./templates/shield-warning.js";import"./templates/sidebar-simple.js";import"./templates/sidebar.js";import"./templates/smart-home.js";import"./templates/sort-arrow-solid-down.js";import"./templates/sort-arrow-solid-left.js";import"./templates/sort-arrow-solid-right.js";import"./templates/sort-arrow-solid-up-down.js";import"./templates/sort-arrow-solid-up.js";import"./templates/sort-reverse-variant.js";import"./templates/sort-variant.js";import"./templates/sparkle-filled.js";import"./templates/sparkle.js";import"./templates/speech-bubble.js";import"./templates/square-split-horizontal.js";import"./templates/square-split-vertical.js";import"./templates/square.js";import"./templates/stack.js";import"./templates/stamp.js";import"./templates/star-four-filled.js";import"./templates/star-four.js";import"./templates/star.js";import"./templates/stopwatch.js";import"./templates/sun.js";import"./templates/sync.js";import"./templates/tab-arrows.js";import"./templates/table.js";import"./templates/target.js";import"./templates/text-aa.js";import"./templates/thumbs-down.js";import"./templates/thumbs-up.js";import"./templates/tools.js";import"./templates/touch-id.js";import"./templates/trash.js";import"./templates/trend-up.js";import"./templates/twitter-logo.js";import"./templates/unlink.js";import"./templates/unlock.js";import"./templates/upload.js";import"./templates/video.js";import"./templates/waffle.js";import"./templates/warning-circle.js";import"./templates/warning-diamond.js";import"./templates/warning-octagon.js";import"./templates/warning.js";import"./templates/wet-sign.js";import"./templates/wifi-off.js";import"./templates/wifi.js";import"./templates/x-logo.js";import"./templates/yelp-logo.js";import"./templates/youtube-logo.js";import"./templates/zillow-logo.js";import{icons as c}from"../icon-registry.js";import g from"../../../packages/web-components/src/components/icon/gator/icon.gator.scss.js";import"../../skeleton-loader/gator/skeleton-loader.gator.js";import{NgcComponent as u}from"../../../utils/components/ngc-component.js";import{unsafeCSS as d}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var f=Object.defineProperty,v=Object.getOwnPropertyDescriptor,_=Object.getPrototypeOf,y=Reflect.get,p=(t,i,o,s)=>{for(var m=s>1?void 0:s?v(i,o):i,a=t.length-1,l;a>=0;a--)(l=t[a])&&(m=(s?l(i,o,m):l(m))||m);return s&&m&&f(i,o,m),m},b=(t,i,o)=>y(_(t),o,i);let r=class extends u{constructor(){super(...arguments),this.name="",this.label="",this.background=!1,this.skeleton=!1,this.size="medium"}updated(t){if(!this.skeleton&&(this._svg=this.shadowRoot?.querySelector("svg"),this._svg&&(this._svg?.classList.add("gator-icon"),this._svg?.setAttribute("role","img"),this.label&&this._svg.setAttribute("aria-label",this.label),this._svg.setAttribute("aria-hidden",this.label===""?"true":"false"),this.width&&(this._svg.style.width=this.width),this.height&&(this._svg.style.height=this.height),this.background?this._svg.classList.add("gator-icon-background"):this._svg.classList.remove("gator-icon-background"),t.has("size")))){const i=t.get("size");this._svg.classList.remove(`gator-icon_${i}`),this._svg.classList.add(`gator-icon_${this.size}`)}}render(){return this.skeleton?n`
2
2
  <ngc-skeleton-loader
3
3
  height="${this.getLoaderSize(this.height)}"
4
4
  width="${this.getLoaderSize(this.width)}"
5
5
  radius="100"
6
- ></ngc-skeleton-loader>`:c.get(this.name)}getLoaderSize(t){if(t)return this.convertSizeToPixels(t);let i=getComputedStyle(this).getPropertyValue("--ngc-icon-width");if(i)return this.convertSizeToPixels(i);switch(this.size){case"xx-small":return 12;case"x-small":return 18;case"small":return 20;case"medium":return 24;case"large":return 36;case"x-large":return 40;default:return 24}}convertSizeToPixels(t){return t.includes("rem")?(t=t.replace("rem",""),parseFloat(t)*16):t.includes("px")?(t=t.replace("px",""),parseFloat(t)):0}};r.styles=[...b(r,r,"styles"),d(g)];m([s()],r.prototype,"name",2);m([s()],r.prototype,"label",2);m([s()],r.prototype,"width",2);m([s()],r.prototype,"height",2);m([s({type:Boolean})],r.prototype,"background",2);m([s({type:Boolean})],r.prototype,"skeleton",2);m([s({type:String})],r.prototype,"size",2);r=m([h("ngc-icon")],r);export{r as NgcIcon};
6
+ ></ngc-skeleton-loader>`:c.get(this.name)}getLoaderSize(t){if(t)return this.convertSizeToPixels(t);let o=getComputedStyle(this).getPropertyValue("--ngc-icon-width");if(o)return this.convertSizeToPixels(o);switch(this.size){case"xx-small":return 12;case"x-small":return 18;case"small":return 20;case"medium":return 24;case"large":return 36;case"x-large":return 40;default:return 24}}convertSizeToPixels(t){return t.includes("rem")?(t=t.replace("rem",""),parseFloat(t)*16):t.includes("px")?(t=t.replace("px",""),parseFloat(t)):0}};r.styles=[...b(r,r,"styles"),d(g)];p([e()],r.prototype,"name",2);p([e()],r.prototype,"label",2);p([e()],r.prototype,"width",2);p([e()],r.prototype,"height",2);p([e({type:Boolean})],r.prototype,"background",2);p([e({type:Boolean})],r.prototype,"skeleton",2);p([e({type:String})],r.prototype,"size",2);r=p([h("ngc-icon")],r);export{r as NgcIcon};
@@ -1,4 +1,4 @@
1
- import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{html as h}from"../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js";import{LitElement as n}from"../../../node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js";import{customElement as g}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as e}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import"./templates/add-note.js";import"./templates/address.js";import"./templates/appointment-confirmed.js";import"./templates/assets.js";import"./templates/auto-money.js";import"./templates/balloons.js";import"./templates/bank-account.js";import"./templates/brief-case.js";import"./templates/calendar-home.js";import"./templates/change-data.js";import"./templates/check-with-pencil.js";import"./templates/co-borrower.js";import"./templates/co-borrowers-incomplete.js";import"./templates/co-borrowers.js";import"./templates/commercial.js";import"./templates/connectivity.js";import"./templates/consumer.js";import"./templates/contact-search.js";import"./templates/conversation-multiple.js";import"./templates/credit-card.js";import"./templates/crop-background.js";import"./templates/crop-page.js";import"./templates/declarations-legal.js";import"./templates/deliver.js";import"./templates/demographic-info.js";import"./templates/document-add.js";import"./templates/document-signature.js";import"./templates/download-app.js";import"./templates/empty-box.js";import"./templates/home-search.js";import"./templates/house-5.js";import"./templates/house-6.js";import"./templates/house-fireworks.js";import"./templates/house-under-construction.js";import"./templates/house-with-shield.js";import"./templates/inquiry.js";import"./templates/locked.js";import"./templates/make-an-offer.js";import"./templates/mortgage.js";import"./templates/network-error.js";import"./templates/page-1.js";import"./templates/page-2.js";import"./templates/page-3.js";import"./templates/paper-3.js";import"./templates/paper-7.js";import"./templates/person-2.js";import"./templates/personal-info.js";import"./templates/portfolio-analytics.js";import"./templates/price-search.js";import"./templates/quick-links.js";import"./templates/register.js";import"./templates/schedule-home-tour.js";import"./templates/small-business.js";import"./templates/social-security.js";import"./templates/start-conversation.js";import"./templates/status-no-x.js";import"./templates/status.js";import"./templates/success.js";import"./templates/talkluments.js";import"./templates/thumbs-down-man.js";import"./templates/transfer.js";import"./templates/treasury.js";import"./templates/unsecured-line-of-credit.js";import"./templates/upload-cloud.js";import"./templates/your-bank-placeholder.js";import"./templates/your-bank.js";import{illustrations as u}from"../illustration-registry.js";import v from"../../../packages/web-components/src/components/illustration/gator/illustration.gator.scss.js";import{unsafeCSS as d}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var y=Object.defineProperty,_=Object.getOwnPropertyDescriptor,s=(p,i,o,m)=>{for(var r=m>1?void 0:m?_(i,o):i,l=p.length-1,a;l>=0;l--)(a=p[l])&&(r=(m?a(i,o,r):a(r))||r);return m&&r&&y(i,o,r),r};let t=class extends n{constructor(){super(...arguments),this.name="",this.label="",this.size=void 0,this.titleText="",this.bodyText="",this.orientation="vertical"}firstUpdated(){var p,i,o;this._svg=(p=this.shadowRoot)==null?void 0:p.querySelector("svg"),(i=this._svg)==null||i.classList.add("illustration"),(o=this._svg)==null||o.setAttribute("role","img")}updated(p){var i,o;this.label&&((i=this._svg)==null||i.setAttribute("aria-label",this.label)),(o=this._svg)==null||o.setAttribute("aria-hidden",this.label===""?"true":"false"),p.has("size")&&this._svg&&(this._svg.classList.forEach(m=>{var r;m.startsWith("gator-illustration_")&&((r=this._svg)==null||r.classList.remove(m))}),this._svg.classList.add(`gator-illustration_${this.size}`)),this.width&&this._svg&&(this._svg.style.width=this.width),this.height&&this._svg&&(this._svg.style.height=this.height)}render(){return h`
1
+ import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{html as h}from"../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js";import{LitElement as n}from"../../../node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js";import{customElement as g}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as r}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import"./templates/add-note.js";import"./templates/address.js";import"./templates/appointment-confirmed.js";import"./templates/assets.js";import"./templates/auto-money.js";import"./templates/balloons.js";import"./templates/bank-account.js";import"./templates/brief-case.js";import"./templates/calendar-home.js";import"./templates/change-data.js";import"./templates/check-with-pencil.js";import"./templates/co-borrower.js";import"./templates/co-borrowers-incomplete.js";import"./templates/co-borrowers.js";import"./templates/commercial.js";import"./templates/connectivity.js";import"./templates/consumer.js";import"./templates/contact-search.js";import"./templates/conversation-multiple.js";import"./templates/credit-card.js";import"./templates/crop-background.js";import"./templates/crop-page.js";import"./templates/declarations-legal.js";import"./templates/deliver.js";import"./templates/demographic-info.js";import"./templates/document-add.js";import"./templates/document-signature.js";import"./templates/download-app.js";import"./templates/empty-box.js";import"./templates/home-search.js";import"./templates/house-5.js";import"./templates/house-6.js";import"./templates/house-fireworks.js";import"./templates/house-under-construction.js";import"./templates/house-with-shield.js";import"./templates/inquiry.js";import"./templates/locked.js";import"./templates/make-an-offer.js";import"./templates/mortgage.js";import"./templates/network-error.js";import"./templates/page-1.js";import"./templates/page-2.js";import"./templates/page-3.js";import"./templates/paper-3.js";import"./templates/paper-7.js";import"./templates/person-2.js";import"./templates/personal-info.js";import"./templates/portfolio-analytics.js";import"./templates/price-search.js";import"./templates/quick-links.js";import"./templates/register.js";import"./templates/schedule-home-tour.js";import"./templates/small-business.js";import"./templates/social-security.js";import"./templates/start-conversation.js";import"./templates/status-no-x.js";import"./templates/status.js";import"./templates/success.js";import"./templates/talkluments.js";import"./templates/thumbs-down-man.js";import"./templates/transfer.js";import"./templates/treasury.js";import"./templates/unsecured-line-of-credit.js";import"./templates/upload-cloud.js";import"./templates/your-bank-placeholder.js";import"./templates/your-bank.js";import{illustrations as u}from"../illustration-registry.js";import v from"../../../packages/web-components/src/components/illustration/gator/illustration.gator.scss.js";import{unsafeCSS as d}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var y=Object.defineProperty,_=Object.getOwnPropertyDescriptor,i=(e,o,m,p)=>{for(var s=p>1?void 0:p?_(o,m):o,l=e.length-1,a;l>=0;l--)(a=e[l])&&(s=(p?a(o,m,s):a(s))||s);return p&&s&&y(o,m,s),s};let t=class extends n{constructor(){super(...arguments),this.name="",this.label="",this.size=void 0,this.titleText="",this.bodyText="",this.orientation="vertical"}firstUpdated(){this._svg=this.shadowRoot?.querySelector("svg"),this._svg?.classList.add("illustration"),this._svg?.setAttribute("role","img")}updated(e){this.label&&this._svg?.setAttribute("aria-label",this.label),this._svg?.setAttribute("aria-hidden",this.label===""?"true":"false"),e.has("size")&&this._svg&&(this._svg.classList.forEach(o=>{o.startsWith("gator-illustration_")&&this._svg?.classList.remove(o)}),this._svg.classList.add(`gator-illustration_${this.size}`)),this.width&&this._svg&&(this._svg.style.width=this.width),this.height&&this._svg&&(this._svg.style.height=this.height)}render(){return h`
2
2
  <div class="gator-illustration-container">
3
3
  <div class="gator-illustration_${this.orientation} ${this.hasText?"gator-illustration-with-text":null}">
4
4
  ${u.get(this.name)}
@@ -15,4 +15,4 @@ import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit
15
15
  ${this.bodyText}
16
16
  </div>
17
17
  </div>
18
- `:null}};t.styles=[d(v)];s([e({type:String})],t.prototype,"name",2);s([e()],t.prototype,"label",2);s([e({type:String})],t.prototype,"size",2);s([e()],t.prototype,"width",2);s([e()],t.prototype,"height",2);s([e({type:String,attribute:"title-text"})],t.prototype,"titleText",2);s([e({type:String,attribute:"body-text"})],t.prototype,"bodyText",2);s([e({type:String})],t.prototype,"orientation",2);t=s([g("ngc-illustration")],t);export{t as NgcIllustration};
18
+ `:null}};t.styles=[d(v)];i([r({type:String})],t.prototype,"name",2);i([r()],t.prototype,"label",2);i([r({type:String})],t.prototype,"size",2);i([r()],t.prototype,"width",2);i([r()],t.prototype,"height",2);i([r({type:String,attribute:"title-text"})],t.prototype,"titleText",2);i([r({type:String,attribute:"body-text"})],t.prototype,"bodyText",2);i([r({type:String})],t.prototype,"orientation",2);t=i([g("ngc-illustration")],t);export{t as NgcIllustration};
@@ -21,4 +21,4 @@ import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit
21
21
  data-testid=${l(this.errorMessageDataTestid)}
22
22
  id=${this.errorTextId}>
23
23
  ${this.errorText}
24
- </ngc-help-text>`:null}get errorTextId(){return`${this.id}-error-text`}get ariaDescribedby(){const t=[];return this._ariaDescribedBy&&t.push(this._ariaDescribedBy),this.errorTextMarkup&&t.push(this.errorTextId),this.helpTextMarkup&&t.push(this.helpTextId),t.length?t.join(" "):""}get controlClasses(){return{"gator-form-element-control":!0,"gator-has-error":this.errorTextMarkup!==null,"gator-disabled":this.disabled,"gator-readonly":this.readonly}}handleClick(t){}handleKeydown(t){}handleKeyup(t){}handleInputFocusIn(){var t;(t=this.controlRef.value)==null||t.classList.add("gator-input-has-focus")}handleInputFocusOut(){var t;(t=this.controlRef.value)==null||t.classList.remove("gator-input-has-focus")}dispatchChangeEvent(t){this.dispatchEvent(new CustomEvent("change",{bubbles:!0,composed:!0,detail:{value:t}}))}dispatchInputEvent(t){this.dispatchEvent(new CustomEvent("input",{bubbles:!0,composed:!0,detail:{value:t}}))}};e.styles=[o(u),o(c),o(g),o(b)];let p=e;d([h()],p.prototype,"_startIconAsText");d([h()],p.prototype,"_ariaDescribedBy");export{p as NgcInputBase};
24
+ </ngc-help-text>`:null}get errorTextId(){return`${this.id}-error-text`}get ariaDescribedby(){const t=[];return this._ariaDescribedBy&&t.push(this._ariaDescribedBy),this.errorTextMarkup&&t.push(this.errorTextId),this.helpTextMarkup&&t.push(this.helpTextId),t.length?t.join(" "):""}get controlClasses(){return{"gator-form-element-control":!0,"gator-has-error":this.errorTextMarkup!==null,"gator-disabled":this.disabled,"gator-readonly":this.readonly}}handleClick(t){}handleKeydown(t){}handleKeyup(t){}handleInputFocusIn(){this.controlRef.value?.classList.add("gator-input-has-focus")}handleInputFocusOut(){this.controlRef.value?.classList.remove("gator-input-has-focus")}dispatchChangeEvent(t){this.dispatchEvent(new CustomEvent("change",{bubbles:!0,composed:!0,detail:{value:t}}))}dispatchInputEvent(t){this.dispatchEvent(new CustomEvent("input",{bubbles:!0,composed:!0,detail:{value:t}}))}};e.styles=[o(u),o(c),o(g),o(b)];let p=e;d([h()],p.prototype,"_startIconAsText");d([h()],p.prototype,"_ariaDescribedBy");export{p as NgcInputBase};
@@ -1,4 +1,4 @@
1
- import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{html as a,nothing as v}from"../../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js";import"../input-label/input-label.gator.js";import"../help-text/help-text.gator.js";import"../../../icon/gator/icon.gator.js";import"../../../icon/gator/templates/add-link.js";import"../../../icon/gator/templates/airplane.js";import"../../../icon/gator/templates/alarm.js";import"../../../icon/gator/templates/apartment.js";import"../../../icon/gator/templates/arrow-around.js";import"../../../icon/gator/templates/arrow-down.js";import"../../../icon/gator/templates/arrow-left.js";import"../../../icon/gator/templates/arrow-line-left.js";import"../../../icon/gator/templates/arrow-line-right.js";import"../../../icon/gator/templates/arrow-right.js";import"../../../icon/gator/templates/arrow-up.js";import"../../../icon/gator/templates/bank.js";import"../../../icon/gator/templates/bell-disabled.js";import"../../../icon/gator/templates/bell.js";import"../../../icon/gator/templates/binoculars.js";import"../../../icon/gator/templates/book.js";import"../../../icon/gator/templates/box.js";import"../../../icon/gator/templates/cake.js";import"../../../icon/gator/templates/calculator.js";import"../../../icon/gator/templates/calendar.js";import"../../../icon/gator/templates/camera.js";import"../../../icon/gator/templates/caret-up-down.js";import"../../../icon/gator/templates/case.js";import"../../../icon/gator/templates/chart-bar-horizontal.js";import"../../../icon/gator/templates/chart-bar.js";import"../../../icon/gator/templates/chart-donut.js";import"../../../icon/gator/templates/chart-line.js";import"../../../icon/gator/templates/chart-pie.js";import"../../../icon/gator/templates/chart-rise.js";import"../../../icon/gator/templates/chart-scatter.js";import"../../../icon/gator/templates/chat.js";import"../../../icon/gator/templates/check-circle.js";import"../../../icon/gator/templates/check.js";import"../../../icon/gator/templates/checkbox-selected.js";import"../../../icon/gator/templates/checkbox.js";import"../../../icon/gator/templates/checkerboard.js";import"../../../icon/gator/templates/chevron-down.js";import"../../../icon/gator/templates/chevron-left.js";import"../../../icon/gator/templates/chevron-right.js";import"../../../icon/gator/templates/chevron-up.js";import"../../../icon/gator/templates/circle-arrow-down.js";import"../../../icon/gator/templates/circle-arrow-left.js";import"../../../icon/gator/templates/circle-arrow-right.js";import"../../../icon/gator/templates/circle-arrow-up.js";import"../../../icon/gator/templates/circle-dashed.js";import"../../../icon/gator/templates/circle-filled.js";import"../../../icon/gator/templates/circle.js";import"../../../icon/gator/templates/city.js";import"../../../icon/gator/templates/clipboard.js";import"../../../icon/gator/templates/clock-clockwise.js";import"../../../icon/gator/templates/clock-counter-clockwise.js";import"../../../icon/gator/templates/clock.js";import"../../../icon/gator/templates/collapse.js";import"../../../icon/gator/templates/cone.js";import"../../../icon/gator/templates/contact-info.js";import"../../../icon/gator/templates/copy.js";import"../../../icon/gator/templates/credit-card.js";import"../../../icon/gator/templates/crop.js";import"../../../icon/gator/templates/crosshairs.js";import"../../../icon/gator/templates/currency-dollar-simple.js";import"../../../icon/gator/templates/currency-eur.js";import"../../../icon/gator/templates/currency-gbp.js";import"../../../icon/gator/templates/currency-inr.js";import"../../../icon/gator/templates/currency-jpy.js";import"../../../icon/gator/templates/currency-krw.js";import"../../../icon/gator/templates/currency-kzt.js";import"../../../icon/gator/templates/currency-ngn.js";import"../../../icon/gator/templates/currency-rub.js";import"../../../icon/gator/templates/cursor-arrow.js";import"../../../icon/gator/templates/cursor-hand.js";import"../../../icon/gator/templates/cursor.js";import"../../../icon/gator/templates/dashboard.js";import"../../../icon/gator/templates/delete.js";import"../../../icon/gator/templates/dna.js";import"../../../icon/gator/templates/document-add.js";import"../../../icon/gator/templates/document-check.js";import"../../../icon/gator/templates/document-e-sign.js";import"../../../icon/gator/templates/document-image.js";import"../../../icon/gator/templates/document-pdf.js";import"../../../icon/gator/templates/document-sign.js";import"../../../icon/gator/templates/document-zip.js";import"../../../icon/gator/templates/document.js";import"../../../icon/gator/templates/dollar-bills.js";import"../../../icon/gator/templates/dollar-house.js";import"../../../icon/gator/templates/down-payment.js";import"../../../icon/gator/templates/download.js";import"../../../icon/gator/templates/drag-drop.js";import"../../../icon/gator/templates/earth.js";import"../../../icon/gator/templates/exclude-square.js";import"../../../icon/gator/templates/exit-circle.js";import"../../../icon/gator/templates/exit-left.js";import"../../../icon/gator/templates/exit.js";import"../../../icon/gator/templates/expand-arrows.js";import"../../../icon/gator/templates/expand.js";import"../../../icon/gator/templates/export.js";import"../../../icon/gator/templates/eye-closed.js";import"../../../icon/gator/templates/eye-crossed.js";import"../../../icon/gator/templates/eye.js";import"../../../icon/gator/templates/facebook-logo.js";import"../../../icon/gator/templates/file-code.js";import"../../../icon/gator/templates/files.js";import"../../../icon/gator/templates/filter-funnel.js";import"../../../icon/gator/templates/filters-2.js";import"../../../icon/gator/templates/filters.js";import"../../../icon/gator/templates/flags/flag-ad-andorra.js";import"../../../icon/gator/templates/flags/flag-ae-united-arab-emirates.js";import"../../../icon/gator/templates/flags/flag-af-afghanistan.js";import"../../../icon/gator/templates/flags/flag-ag-antigua-and-barbuda.js";import"../../../icon/gator/templates/flags/flag-ai-anguilla.js";import"../../../icon/gator/templates/flags/flag-al-albania.js";import"../../../icon/gator/templates/flags/flag-am-armenia.js";import"../../../icon/gator/templates/flags/flag-ao-angola.js";import"../../../icon/gator/templates/flags/flag-aq-antarctica.js";import"../../../icon/gator/templates/flags/flag-ar-argentina.js";import"../../../icon/gator/templates/flags/flag-as-american-smoa.js";import"../../../icon/gator/templates/flags/flag-at-austria.js";import"../../../icon/gator/templates/flags/flag-au-australia.js";import"../../../icon/gator/templates/flags/flag-aw-aruba.js";import"../../../icon/gator/templates/flags/flag-ax-aland-islands.js";import"../../../icon/gator/templates/flags/flag-az-azerbaijan.js";import"../../../icon/gator/templates/flags/flag-ba-bosnia-and-herzegovina.js";import"../../../icon/gator/templates/flags/flag-bb-barbados.js";import"../../../icon/gator/templates/flags/flag-bd-bangladesh.js";import"../../../icon/gator/templates/flags/flag-be-belgium.js";import"../../../icon/gator/templates/flags/flag-bf-burkina-faso.js";import"../../../icon/gator/templates/flags/flag-bg-bulgaria.js";import"../../../icon/gator/templates/flags/flag-bh-bahrain.js";import"../../../icon/gator/templates/flags/flag-bi-burundi.js";import"../../../icon/gator/templates/flags/flag-bj-benin.js";import"../../../icon/gator/templates/flags/flag-bl-saint-barthelemy.js";import"../../../icon/gator/templates/flags/flag-bm-bermuda.js";import"../../../icon/gator/templates/flags/flag-bn-brunei-darussalam.js";import"../../../icon/gator/templates/flags/flag-bo-bolivia.js";import"../../../icon/gator/templates/flags/flag-bq-bo-bonaire.js";import"../../../icon/gator/templates/flags/flag-bq-sa-sba.js";import"../../../icon/gator/templates/flags/flag-bq-se-snt-eustatius.js";import"../../../icon/gator/templates/flags/flag-br-brazil.js";import"../../../icon/gator/templates/flags/flag-bs-bahamas.js";import"../../../icon/gator/templates/flags/flag-bt-bhutan.js";import"../../../icon/gator/templates/flags/flag-bv-bouvet-island.js";import"../../../icon/gator/templates/flags/flag-bw-botswana.js";import"../../../icon/gator/templates/flags/flag-by-belarus.js";import"../../../icon/gator/templates/flags/flag-bz-belize.js";import"../../../icon/gator/templates/flags/flag-ca-canada.js";import"../../../icon/gator/templates/flags/flag-cc-cocos-keeling-islands.js";import"../../../icon/gator/templates/flags/flag-cd-democratic-republic-of-the-congo.js";import"../../../icon/gator/templates/flags/flag-cf-central-african-republic.js";import"../../../icon/gator/templates/flags/flag-cg-republic-of-the-congo.js";import"../../../icon/gator/templates/flags/flag-ch-switzerland.js";import"../../../icon/gator/templates/flags/flag-ci-côte-divoire-ivory-coast.js";import"../../../icon/gator/templates/flags/flag-ck-cook-islands.js";import"../../../icon/gator/templates/flags/flag-cl-chile.js";import"../../../icon/gator/templates/flags/flag-cm-cameroon.js";import"../../../icon/gator/templates/flags/flag-cn-china.js";import"../../../icon/gator/templates/flags/flag-co-colombia.js";import"../../../icon/gator/templates/flags/flag-cr-costa-rica.js";import"../../../icon/gator/templates/flags/flag-cu-cuba.js";import"../../../icon/gator/templates/flags/flag-cv-cabo-verde.js";import"../../../icon/gator/templates/flags/flag-cw-curaçao.js";import"../../../icon/gator/templates/flags/flag-cx-christmas-island.js";import"../../../icon/gator/templates/flags/flag-cy-cyprus.js";import"../../../icon/gator/templates/flags/flag-cz-czech-republic.js";import"../../../icon/gator/templates/flags/flag-de-germany.js";import"../../../icon/gator/templates/flags/flag-dj-djibouti.js";import"../../../icon/gator/templates/flags/flag-dk-denmark.js";import"../../../icon/gator/templates/flags/flag-dm-dominica.js";import"../../../icon/gator/templates/flags/flag-do-dominican-republic.js";import"../../../icon/gator/templates/flags/flag-dz-algeria.js";import"../../../icon/gator/templates/flags/flag-ec-ecuador.js";import"../../../icon/gator/templates/flags/flag-ee-estonia.js";import"../../../icon/gator/templates/flags/flag-eg-egypt.js";import"../../../icon/gator/templates/flags/flag-eh-western-sahara.js";import"../../../icon/gator/templates/flags/flag-er-eritrea.js";import"../../../icon/gator/templates/flags/flag-es-sain.js";import"../../../icon/gator/templates/flags/flag-et-ethiopia.js";import"../../../icon/gator/templates/flags/flag-fi-finland.js";import"../../../icon/gator/templates/flags/flag-fj-fiji.js";import"../../../icon/gator/templates/flags/flag-fk-falkland-islands.js";import"../../../icon/gator/templates/flags/flag-fm-federated-states-of-micronesia.js";import"../../../icon/gator/templates/flags/flag-fo-faroe-islands.js";import"../../../icon/gator/templates/flags/flag-fr-france.js";import"../../../icon/gator/templates/flags/flag-ga-gabon.js";import"../../../icon/gator/templates/flags/flag-gb-eng-england.js";import"../../../icon/gator/templates/flags/flag-gb-nir-northern-ireland.js";import"../../../icon/gator/templates/flags/flag-gb-sct-sotland.js";import"../../../icon/gator/templates/flags/flag-gb-ukm-united-kingdom.js";import"../../../icon/gator/templates/flags/flag-gb-wls-wales.js";import"../../../icon/gator/templates/flags/flag-gd-grenada.js";import"../../../icon/gator/templates/flags/flag-ge-georgia.js";import"../../../icon/gator/templates/flags/flag-gf-french-guiana.js";import"../../../icon/gator/templates/flags/flag-gg-guernsey.js";import"../../../icon/gator/templates/flags/flag-gh-ghana.js";import"../../../icon/gator/templates/flags/flag-gi-gibraltar.js";import"../../../icon/gator/templates/flags/flag-gl-greenland.js";import"../../../icon/gator/templates/flags/flag-gm-gambia.js";import"../../../icon/gator/templates/flags/flag-gn-guinea.js";import"../../../icon/gator/templates/flags/flag-gp-guadeloupe-2.js";import"../../../icon/gator/templates/flags/flag-gp-guadeloupe.js";import"../../../icon/gator/templates/flags/flag-gq-equatorial-guinea.js";import"../../../icon/gator/templates/flags/flag-gr-greece.js";import"../../../icon/gator/templates/flags/flag-gs-s-georgia-and-s-sandwich-islands.js";import"../../../icon/gator/templates/flags/flag-gt-guatemala.js";import"../../../icon/gator/templates/flags/flag-gu-guam.js";import"../../../icon/gator/templates/flags/flag-gw-guinea-bissau.js";import"../../../icon/gator/templates/flags/flag-gy-guyana.js";import"../../../icon/gator/templates/flags/flag-hk-hong-kong.js";import"../../../icon/gator/templates/flags/flag-hm-heard-and-mcdonald-islands.js";import"../../../icon/gator/templates/flags/flag-hn-honduras.js";import"../../../icon/gator/templates/flags/flag-hr-croatia-hrvatska.js";import"../../../icon/gator/templates/flags/flag-ht-haiti.js";import"../../../icon/gator/templates/flags/flag-hu-hungary.js";import"../../../icon/gator/templates/flags/flag-id-indonesia.js";import"../../../icon/gator/templates/flags/flag-ie-ireland.js";import"../../../icon/gator/templates/flags/flag-il-isreal.js";import"../../../icon/gator/templates/flags/flag-im-isle-of-man.js";import"../../../icon/gator/templates/flags/flag-in-india.js";import"../../../icon/gator/templates/flags/flag-io-british-indian-ocean-territory.js";import"../../../icon/gator/templates/flags/flag-iq-iraq.js";import"../../../icon/gator/templates/flags/flag-ir-iran.js";import"../../../icon/gator/templates/flags/flag-is-iceland.js";import"../../../icon/gator/templates/flags/flag-it-italy.js";import"../../../icon/gator/templates/flags/flag-je-jersey.js";import"../../../icon/gator/templates/flags/flag-jm-jamaica.js";import"../../../icon/gator/templates/flags/flag-jo-jordan.js";import"../../../icon/gator/templates/flags/flag-jp-japan.js";import"../../../icon/gator/templates/flags/flag-ke-kenia.js";import"../../../icon/gator/templates/flags/flag-kg-kyrgyzstan.js";import"../../../icon/gator/templates/flags/flag-kh-cambodia.js";import"../../../icon/gator/templates/flags/flag-ki--kiribati.js";import"../../../icon/gator/templates/flags/flag-km-comoros.js";import"../../../icon/gator/templates/flags/flag-kn-saint-kitts-and-nevis.js";import"../../../icon/gator/templates/flags/flag-kp-korea-north.js";import"../../../icon/gator/templates/flags/flag-kr-korea-south.js";import"../../../icon/gator/templates/flags/flag-kw-kuwait.js";import"../../../icon/gator/templates/flags/flag-ky-cayman-islands.js";import"../../../icon/gator/templates/flags/flag-kz-kazakhstan.js";import"../../../icon/gator/templates/flags/flag-la-laos.js";import"../../../icon/gator/templates/flags/flag-lb-lebanon.js";import"../../../icon/gator/templates/flags/flag-lc-saint-lucia.js";import"../../../icon/gator/templates/flags/flag-li-liechtenstein.js";import"../../../icon/gator/templates/flags/flag-lk-sri-lanka.js";import"../../../icon/gator/templates/flags/flag-lr-liberia.js";import"../../../icon/gator/templates/flags/flag-ls-lesotho.js";import"../../../icon/gator/templates/flags/flag-lt-lithuania.js";import"../../../icon/gator/templates/flags/flag-lu-luxembourg.js";import"../../../icon/gator/templates/flags/flag-lv-latvia.js";import"../../../icon/gator/templates/flags/flag-ly-libya.js";import"../../../icon/gator/templates/flags/flag-ma-morocco.js";import"../../../icon/gator/templates/flags/flag-mc-monaco.js";import"../../../icon/gator/templates/flags/flag-md-moldova.js";import"../../../icon/gator/templates/flags/flag-me-montenegro.js";import"../../../icon/gator/templates/flags/flag-mf-saint-martin.js";import"../../../icon/gator/templates/flags/flag-mg-madagascar.js";import"../../../icon/gator/templates/flags/flag-mh-marshall-islands.js";import"../../../icon/gator/templates/flags/flag-mk-north-macedonia.js";import"../../../icon/gator/templates/flags/flag-ml-mali.js";import"../../../icon/gator/templates/flags/flag-mm-myanmar.js";import"../../../icon/gator/templates/flags/flag-mn-mongolia.js";import"../../../icon/gator/templates/flags/flag-mo-macao.js";import"../../../icon/gator/templates/flags/flag-mp-northern-mariana-islands.js";import"../../../icon/gator/templates/flags/flag-mq-martinique-2.js";import"../../../icon/gator/templates/flags/flag-mq-martinique.js";import"../../../icon/gator/templates/flags/flag-mr-mauritania.js";import"../../../icon/gator/templates/flags/flag-ms-montserrat.js";import"../../../icon/gator/templates/flags/flag-mt-malta.js";import"../../../icon/gator/templates/flags/flag-mu-mauritius.js";import"../../../icon/gator/templates/flags/flag-mv-maldives.js";import"../../../icon/gator/templates/flags/flag-mw-malawi.js";import"../../../icon/gator/templates/flags/flag-mx-mexico.js";import"../../../icon/gator/templates/flags/flag-my-malaysia.js";import"../../../icon/gator/templates/flags/flag-mz-mozambique.js";import"../../../icon/gator/templates/flags/flag-na-namibia.js";import"../../../icon/gator/templates/flags/flag-nc-new-caledonia.js";import"../../../icon/gator/templates/flags/flag-ne-niger.js";import"../../../icon/gator/templates/flags/flag-nf-norfolk-island.js";import"../../../icon/gator/templates/flags/flag-ng-nigeria.js";import"../../../icon/gator/templates/flags/flag-ni-nicaragua.js";import"../../../icon/gator/templates/flags/flag-nl-netherlands.js";import"../../../icon/gator/templates/flags/flag-no-norway.js";import"../../../icon/gator/templates/flags/flag-np-nepal.js";import"../../../icon/gator/templates/flags/flag-nr-nauru.js";import"../../../icon/gator/templates/flags/flag-nu-niue.js";import"../../../icon/gator/templates/flags/flag-nz-new-zealand-aotearoa.js";import"../../../icon/gator/templates/flags/flag-om-oman.js";import"../../../icon/gator/templates/flags/flag-pa-panama.js";import"../../../icon/gator/templates/flags/flag-pe-peru.js";import"../../../icon/gator/templates/flags/flag-pf-french-polynesia.js";import"../../../icon/gator/templates/flags/flag-pg-papua-new-guinea.js";import"../../../icon/gator/templates/flags/flag-ph-philippines.js";import"../../../icon/gator/templates/flags/flag-pk-pakistan.js";import"../../../icon/gator/templates/flags/flag-pl-poland.js";import"../../../icon/gator/templates/flags/flag-pm-saint-pierre-and-miquelon.js";import"../../../icon/gator/templates/flags/flag-pm-st-pierre-and-miquelon.js";import"../../../icon/gator/templates/flags/flag-pn-pitcairn-islands.js";import"../../../icon/gator/templates/flags/flag-pr-puerto-rico.js";import"../../../icon/gator/templates/flags/flag-ps-palestinian-territory.js";import"../../../icon/gator/templates/flags/flag-pt-portugal.js";import"../../../icon/gator/templates/flags/flag-pw-palau.js";import"../../../icon/gator/templates/flags/flag-py-paraguay.js";import"../../../icon/gator/templates/flags/flag-qa-qatar.js";import"../../../icon/gator/templates/flags/flag-re-reunion.js";import"../../../icon/gator/templates/flags/flag-ro-romania.js";import"../../../icon/gator/templates/flags/flag-rs-srbia.js";import"../../../icon/gator/templates/flags/flag-ru-russian-federation.js";import"../../../icon/gator/templates/flags/flag-rw-rwanda.js";import"../../../icon/gator/templates/flags/flag-sa-sudi-arabia.js";import"../../../icon/gator/templates/flags/flag-sb-slomon-islands.js";import"../../../icon/gator/templates/flags/flag-sc-sychelles.js";import"../../../icon/gator/templates/flags/flag-sd-sdan.js";import"../../../icon/gator/templates/flags/flag-se-seden.js";import"../../../icon/gator/templates/flags/flag-sg-sngapore.js";import"../../../icon/gator/templates/flags/flag-sh-sint-helena.js";import"../../../icon/gator/templates/flags/flag-si-sovenia.js";import"../../../icon/gator/templates/flags/flag-sj-salbard-and-jan-mayen.js";import"../../../icon/gator/templates/flags/flag-sk-sovakia.js";import"../../../icon/gator/templates/flags/flag-sl-serra-leone.js";import"../../../icon/gator/templates/flags/flag-sm-sn-marino.js";import"../../../icon/gator/templates/flags/flag-sn-snegal.js";import"../../../icon/gator/templates/flags/flag-so-smalia.js";import"../../../icon/gator/templates/flags/flag-sr-sriname.js";import"../../../icon/gator/templates/flags/flag-ss-south-sudan.js";import"../../../icon/gator/templates/flags/flag-st-so-tome-and-principe.js";import"../../../icon/gator/templates/flags/flag-sv-el-slvador.js";import"../../../icon/gator/templates/flags/flag-sx-snt-maarten.js";import"../../../icon/gator/templates/flags/flag-sy-sria.js";import"../../../icon/gator/templates/flags/flag-sz-saziland.js";import"../../../icon/gator/templates/flags/flag-tc-turks-and-caicos-islands.js";import"../../../icon/gator/templates/flags/flag-td-chad.js";import"../../../icon/gator/templates/flags/flag-tf-french-southern-and-antarctic-lands.js";import"../../../icon/gator/templates/flags/flag-tg-togo.js";import"../../../icon/gator/templates/flags/flag-th-thailand.js";import"../../../icon/gator/templates/flags/flag-tj-tajikistan.js";import"../../../icon/gator/templates/flags/flag-tk-tokelau.js";import"../../../icon/gator/templates/flags/flag-tl-timor-leste.js";import"../../../icon/gator/templates/flags/flag-tm-turkmenistan.js";import"../../../icon/gator/templates/flags/flag-tn-tunisia.js";import"../../../icon/gator/templates/flags/flag-to-tonga.js";import"../../../icon/gator/templates/flags/flag-tr-turkey.js";import"../../../icon/gator/templates/flags/flag-tt-trinidad-and-tobago.js";import"../../../icon/gator/templates/flags/flag-tv-tuvalu.js";import"../../../icon/gator/templates/flags/flag-tw-taiwan.js";import"../../../icon/gator/templates/flags/flag-tz-tanzania.js";import"../../../icon/gator/templates/flags/flag-ua-ukraine.js";import"../../../icon/gator/templates/flags/flag-ug-uganda.js";import"../../../icon/gator/templates/flags/flag-um-united-states-minor-outlying-islands.js";import"../../../icon/gator/templates/flags/flag-us-united-states.js";import"../../../icon/gator/templates/flags/flag-uy-uruguay.js";import"../../../icon/gator/templates/flags/flag-uz-uzbekistan.js";import"../../../icon/gator/templates/flags/flag-va-vatican-city-state.js";import"../../../icon/gator/templates/flags/flag-vc-saint-vincent-and-the-grenadines.js";import"../../../icon/gator/templates/flags/flag-ve-venezuela.js";import"../../../icon/gator/templates/flags/flag-vg-virgin-islands-british.js";import"../../../icon/gator/templates/flags/flag-vi-virgin-islands-us.js";import"../../../icon/gator/templates/flags/flag-vn-vietnam.js";import"../../../icon/gator/templates/flags/flag-vu-vanuatu.js";import"../../../icon/gator/templates/flags/flag-wf-wallis-and-futuna.js";import"../../../icon/gator/templates/flags/flag-ws-smoa.js";import"../../../icon/gator/templates/flags/flag-ye-yemen.js";import"../../../icon/gator/templates/flags/flag-yt-unf-mayotte.js";import"../../../icon/gator/templates/flags/flag-za-south-africa.js";import"../../../icon/gator/templates/flags/flag-zm-zambia.js";import"../../../icon/gator/templates/flags/flag-zw-zimbabwe.js";import"../../../icon/gator/templates/flame.js";import"../../../icon/gator/templates/flash-off.js";import"../../../icon/gator/templates/flash-on.js";import"../../../icon/gator/templates/folder.js";import"../../../icon/gator/templates/gauge.js";import"../../../icon/gator/templates/grid-four.js";import"../../../icon/gator/templates/grid-nine.js";import"../../../icon/gator/templates/hammer.js";import"../../../icon/gator/templates/hand-pointing.js";import"../../../icon/gator/templates/heart.js";import"../../../icon/gator/templates/home-door.js";import"../../../icon/gator/templates/home-finance-arrow.js";import"../../../icon/gator/templates/home-finance.js";import"../../../icon/gator/templates/home-search.js";import"../../../icon/gator/templates/house-simple.js";import"../../../icon/gator/templates/house.js";import"../../../icon/gator/templates/inbox.js";import"../../../icon/gator/templates/info.js";import"../../../icon/gator/templates/instagram-logo.js";import"../../../icon/gator/templates/interest-rate.js";import"../../../icon/gator/templates/invoice.js";import"../../../icon/gator/templates/kanban.js";import"../../../icon/gator/templates/label.js";import"../../../icon/gator/templates/laptop.js";import"../../../icon/gator/templates/layout.js";import"../../../icon/gator/templates/lightbulb-filament.js";import"../../../icon/gator/templates/lightbulb.js";import"../../../icon/gator/templates/link.js";import"../../../icon/gator/templates/linkedin-logo.js";import"../../../icon/gator/templates/list-star.js";import"../../../icon/gator/templates/list.js";import"../../../icon/gator/templates/loading-spinner-gif.js";import"../../../icon/gator/templates/loading.js";import"../../../icon/gator/templates/lock.js";import"../../../icon/gator/templates/magic-wand.js";import"../../../icon/gator/templates/mail-open.js";import"../../../icon/gator/templates/mail.js";import"../../../icon/gator/templates/mailbox.js";import"../../../icon/gator/templates/map.js";import"../../../icon/gator/templates/menu-hamburger.js";import"../../../icon/gator/templates/microsoft-excel-logo.js";import"../../../icon/gator/templates/microsoft-outlook-logo.js";import"../../../icon/gator/templates/microsoft-powerpoint-logo.js";import"../../../icon/gator/templates/microsoft-teams-logo.js";import"../../../icon/gator/templates/microsoft-word-logo.js";import"../../../icon/gator/templates/minus-circle.js";import"../../../icon/gator/templates/minus-square.js";import"../../../icon/gator/templates/minus.js";import"../../../icon/gator/templates/mobile-phone-2.js";import"../../../icon/gator/templates/monitor.js";import"../../../icon/gator/templates/move-doc.js";import"../../../icon/gator/templates/move.js";import"../../../icon/gator/templates/music.js";import"../../../icon/gator/templates/number-1.js";import"../../../icon/gator/templates/number-2.js";import"../../../icon/gator/templates/number-3.js";import"../../../icon/gator/templates/overflow-menu.js";import"../../../icon/gator/templates/paper-airplane.js";import"../../../icon/gator/templates/paperclip.js";import"../../../icon/gator/templates/payments/payment-amazon-pay.js";import"../../../icon/gator/templates/payments/payment-amex.js";import"../../../icon/gator/templates/payments/payment-apple-pay.js";import"../../../icon/gator/templates/payments/payment-discover.js";import"../../../icon/gator/templates/payments/payment-google-pay.js";import"../../../icon/gator/templates/payments/payment-mastercard.js";import"../../../icon/gator/templates/payments/payment-visa.js";import"../../../icon/gator/templates/pen.js";import"../../../icon/gator/templates/pencil-paper.js";import"../../../icon/gator/templates/pencil.js";import"../../../icon/gator/templates/people-multiple.js";import"../../../icon/gator/templates/people-share.js";import"../../../icon/gator/templates/percent.js";import"../../../icon/gator/templates/person-add.js";import"../../../icon/gator/templates/person-check.js";import"../../../icon/gator/templates/person-lock.js";import"../../../icon/gator/templates/person.js";import"../../../icon/gator/templates/phone-alert.js";import"../../../icon/gator/templates/phone-mobile.js";import"../../../icon/gator/templates/phone.js";import"../../../icon/gator/templates/picture.js";import"../../../icon/gator/templates/pin.js";import"../../../icon/gator/templates/pinterest-logo.js";import"../../../icon/gator/templates/plus-circle.js";import"../../../icon/gator/templates/plus.js";import"../../../icon/gator/templates/printer.js";import"../../../icon/gator/templates/question-chat-bubble.js";import"../../../icon/gator/templates/question-circle.js";import"../../../icon/gator/templates/question-mark.js";import"../../../icon/gator/templates/radio-selected.js";import"../../../icon/gator/templates/radio.js";import"../../../icon/gator/templates/receipt.js";import"../../../icon/gator/templates/restricted.js";import"../../../icon/gator/templates/sandals.js";import"../../../icon/gator/templates/save.js";import"../../../icon/gator/templates/screen.js";import"../../../icon/gator/templates/search.js";import"../../../icon/gator/templates/selection.js";import"../../../icon/gator/templates/settings.js";import"../../../icon/gator/templates/share-1.js";import"../../../icon/gator/templates/share-2.js";import"../../../icon/gator/templates/shield-lock.js";import"../../../icon/gator/templates/shield-warning.js";import"../../../icon/gator/templates/sidebar-simple.js";import"../../../icon/gator/templates/sidebar.js";import"../../../icon/gator/templates/smart-home.js";import"../../../icon/gator/templates/sort-arrow-solid-down.js";import"../../../icon/gator/templates/sort-arrow-solid-left.js";import"../../../icon/gator/templates/sort-arrow-solid-right.js";import"../../../icon/gator/templates/sort-arrow-solid-up-down.js";import"../../../icon/gator/templates/sort-arrow-solid-up.js";import"../../../icon/gator/templates/sort-reverse-variant.js";import"../../../icon/gator/templates/sort-variant.js";import"../../../icon/gator/templates/sparkle-filled.js";import"../../../icon/gator/templates/sparkle.js";import"../../../icon/gator/templates/speech-bubble.js";import"../../../icon/gator/templates/square-split-horizontal.js";import"../../../icon/gator/templates/square-split-vertical.js";import"../../../icon/gator/templates/square.js";import"../../../icon/gator/templates/stack.js";import"../../../icon/gator/templates/stamp.js";import"../../../icon/gator/templates/star-four-filled.js";import"../../../icon/gator/templates/star-four.js";import"../../../icon/gator/templates/star.js";import"../../../icon/gator/templates/stopwatch.js";import"../../../icon/gator/templates/sun.js";import"../../../icon/gator/templates/sync.js";import"../../../icon/gator/templates/tab-arrows.js";import"../../../icon/gator/templates/table.js";import"../../../icon/gator/templates/target.js";import"../../../icon/gator/templates/text-aa.js";import"../../../icon/gator/templates/thumbs-down.js";import"../../../icon/gator/templates/thumbs-up.js";import"../../../icon/gator/templates/tools.js";import"../../../icon/gator/templates/touch-id.js";import"../../../icon/gator/templates/trash.js";import"../../../icon/gator/templates/trend-up.js";import"../../../icon/gator/templates/twitter-logo.js";import"../../../icon/gator/templates/unlink.js";import"../../../icon/gator/templates/unlock.js";import"../../../icon/gator/templates/upload.js";import"../../../icon/gator/templates/video.js";import"../../../icon/gator/templates/waffle.js";import"../../../icon/gator/templates/warning-circle.js";import"../../../icon/gator/templates/warning-diamond.js";import"../../../icon/gator/templates/warning-octagon.js";import"../../../icon/gator/templates/warning.js";import"../../../icon/gator/templates/wet-sign.js";import"../../../icon/gator/templates/wifi-off.js";import"../../../icon/gator/templates/wifi.js";import"../../../icon/gator/templates/x-logo.js";import"../../../icon/gator/templates/yelp-logo.js";import"../../../icon/gator/templates/youtube-logo.js";import"../../../icon/gator/templates/zillow-logo.js";import"../../../list/gator/list/list.gator.js";import"../../../list/gator/list-item/list-item.gator.js";import"../../../icon-button/gator/icon-button.gator.js";import{customElement as b}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as l}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import{state as c}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/state.js";import{createRef as u,ref as n}from"../../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/ref.js";import y from"../../../../packages/web-components/src/components/input/gator/dropdown/input-dropdown.gator.scss.js";import{autoUpdate as x,computePosition as g,flip as R}from"../../../../node_modules/.pnpm/@floating-ui_dom@1.7.2/node_modules/@floating-ui/dom/dist/floating-ui.dom.js";import{KEY_CONSTANTS as e}from"../../../../consts/key-constants.js";import{NgcInputBase as $}from"../../base/input-base.gator.js";import{formattedCountriesForDropdown as E,formattedStatesForDropdown as _}from"../../../../utils/places-utils.js";import{formattedNaicsCodes as D}from"../../../../utils/industry-utils.js";import{formattedPhoneCountryCodes as A}from"../../../../utils/phone-utils.js";import{ifDefined as C}from"../../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/if-defined.js";import{msg as f}from"../../../../node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/init/install.js";import{localized as M}from"../../../../node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/internal/localized-decorator.js";import"../../../../node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/init/runtime.js";import{classMap as w}from"../../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/class-map.js";import{unsafeCSS as O}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var B=Object.defineProperty,I=Object.getOwnPropertyDescriptor,k=Object.getPrototypeOf,L=Reflect.get,s=(t,i,o,p)=>{for(var m=p>1?void 0:p?I(i,o):i,d=t.length-1,h;d>=0;d--)(h=t[d])&&(m=(p?h(i,o,m):h(m))||m);return p&&m&&B(i,o,m),m},P=(t,i,o)=>L(k(t),o,i);let r=class extends ${constructor(){super(...arguments),this.options=[],this.autocomplete=!1,this.valueDisplayed=!1,this.maxAutocompleteResults=250,this._expanded=!1,this._searchValue="",this.listboxRef=u(),this.listRef=u(),this.inputRef=u(),this.listboxMessageRef=u()}render(){return a`
1
+ import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{html as a,nothing as v}from"../../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js";import"../input-label/input-label.gator.js";import"../help-text/help-text.gator.js";import"../../../icon/gator/icon.gator.js";import"../../../icon/gator/templates/add-link.js";import"../../../icon/gator/templates/airplane.js";import"../../../icon/gator/templates/alarm.js";import"../../../icon/gator/templates/apartment.js";import"../../../icon/gator/templates/arrow-around.js";import"../../../icon/gator/templates/arrow-down.js";import"../../../icon/gator/templates/arrow-left.js";import"../../../icon/gator/templates/arrow-line-left.js";import"../../../icon/gator/templates/arrow-line-right.js";import"../../../icon/gator/templates/arrow-right.js";import"../../../icon/gator/templates/arrow-up.js";import"../../../icon/gator/templates/bank.js";import"../../../icon/gator/templates/bell-disabled.js";import"../../../icon/gator/templates/bell.js";import"../../../icon/gator/templates/binoculars.js";import"../../../icon/gator/templates/book.js";import"../../../icon/gator/templates/box.js";import"../../../icon/gator/templates/cake.js";import"../../../icon/gator/templates/calculator.js";import"../../../icon/gator/templates/calendar.js";import"../../../icon/gator/templates/camera.js";import"../../../icon/gator/templates/caret-up-down.js";import"../../../icon/gator/templates/case.js";import"../../../icon/gator/templates/chart-bar-horizontal.js";import"../../../icon/gator/templates/chart-bar.js";import"../../../icon/gator/templates/chart-donut.js";import"../../../icon/gator/templates/chart-line.js";import"../../../icon/gator/templates/chart-pie.js";import"../../../icon/gator/templates/chart-rise.js";import"../../../icon/gator/templates/chart-scatter.js";import"../../../icon/gator/templates/chat.js";import"../../../icon/gator/templates/check-circle.js";import"../../../icon/gator/templates/check.js";import"../../../icon/gator/templates/checkbox-selected.js";import"../../../icon/gator/templates/checkbox.js";import"../../../icon/gator/templates/checkerboard.js";import"../../../icon/gator/templates/chevron-down.js";import"../../../icon/gator/templates/chevron-left.js";import"../../../icon/gator/templates/chevron-right.js";import"../../../icon/gator/templates/chevron-up.js";import"../../../icon/gator/templates/circle-arrow-down.js";import"../../../icon/gator/templates/circle-arrow-left.js";import"../../../icon/gator/templates/circle-arrow-right.js";import"../../../icon/gator/templates/circle-arrow-up.js";import"../../../icon/gator/templates/circle-dashed.js";import"../../../icon/gator/templates/circle-filled.js";import"../../../icon/gator/templates/circle.js";import"../../../icon/gator/templates/city.js";import"../../../icon/gator/templates/clipboard.js";import"../../../icon/gator/templates/clock-clockwise.js";import"../../../icon/gator/templates/clock-counter-clockwise.js";import"../../../icon/gator/templates/clock.js";import"../../../icon/gator/templates/collapse.js";import"../../../icon/gator/templates/cone.js";import"../../../icon/gator/templates/contact-info.js";import"../../../icon/gator/templates/copy.js";import"../../../icon/gator/templates/credit-card.js";import"../../../icon/gator/templates/crop.js";import"../../../icon/gator/templates/crosshairs.js";import"../../../icon/gator/templates/currency-dollar-simple.js";import"../../../icon/gator/templates/currency-eur.js";import"../../../icon/gator/templates/currency-gbp.js";import"../../../icon/gator/templates/currency-inr.js";import"../../../icon/gator/templates/currency-jpy.js";import"../../../icon/gator/templates/currency-krw.js";import"../../../icon/gator/templates/currency-kzt.js";import"../../../icon/gator/templates/currency-ngn.js";import"../../../icon/gator/templates/currency-rub.js";import"../../../icon/gator/templates/cursor-arrow.js";import"../../../icon/gator/templates/cursor-hand.js";import"../../../icon/gator/templates/cursor.js";import"../../../icon/gator/templates/dashboard.js";import"../../../icon/gator/templates/delete.js";import"../../../icon/gator/templates/dna.js";import"../../../icon/gator/templates/document-add.js";import"../../../icon/gator/templates/document-check.js";import"../../../icon/gator/templates/document-e-sign.js";import"../../../icon/gator/templates/document-image.js";import"../../../icon/gator/templates/document-pdf.js";import"../../../icon/gator/templates/document-sign.js";import"../../../icon/gator/templates/document-zip.js";import"../../../icon/gator/templates/document.js";import"../../../icon/gator/templates/dollar-bills.js";import"../../../icon/gator/templates/dollar-house.js";import"../../../icon/gator/templates/down-payment.js";import"../../../icon/gator/templates/download.js";import"../../../icon/gator/templates/drag-drop.js";import"../../../icon/gator/templates/earth.js";import"../../../icon/gator/templates/exclude-square.js";import"../../../icon/gator/templates/exit-circle.js";import"../../../icon/gator/templates/exit-left.js";import"../../../icon/gator/templates/exit.js";import"../../../icon/gator/templates/expand-arrows.js";import"../../../icon/gator/templates/expand.js";import"../../../icon/gator/templates/export.js";import"../../../icon/gator/templates/eye-closed.js";import"../../../icon/gator/templates/eye-crossed.js";import"../../../icon/gator/templates/eye.js";import"../../../icon/gator/templates/facebook-logo.js";import"../../../icon/gator/templates/file-code.js";import"../../../icon/gator/templates/files.js";import"../../../icon/gator/templates/filter-funnel.js";import"../../../icon/gator/templates/filters-2.js";import"../../../icon/gator/templates/filters.js";import"../../../icon/gator/templates/flags/flag-ad-andorra.js";import"../../../icon/gator/templates/flags/flag-ae-united-arab-emirates.js";import"../../../icon/gator/templates/flags/flag-af-afghanistan.js";import"../../../icon/gator/templates/flags/flag-ag-antigua-and-barbuda.js";import"../../../icon/gator/templates/flags/flag-ai-anguilla.js";import"../../../icon/gator/templates/flags/flag-al-albania.js";import"../../../icon/gator/templates/flags/flag-am-armenia.js";import"../../../icon/gator/templates/flags/flag-ao-angola.js";import"../../../icon/gator/templates/flags/flag-aq-antarctica.js";import"../../../icon/gator/templates/flags/flag-ar-argentina.js";import"../../../icon/gator/templates/flags/flag-as-american-smoa.js";import"../../../icon/gator/templates/flags/flag-at-austria.js";import"../../../icon/gator/templates/flags/flag-au-australia.js";import"../../../icon/gator/templates/flags/flag-aw-aruba.js";import"../../../icon/gator/templates/flags/flag-ax-aland-islands.js";import"../../../icon/gator/templates/flags/flag-az-azerbaijan.js";import"../../../icon/gator/templates/flags/flag-ba-bosnia-and-herzegovina.js";import"../../../icon/gator/templates/flags/flag-bb-barbados.js";import"../../../icon/gator/templates/flags/flag-bd-bangladesh.js";import"../../../icon/gator/templates/flags/flag-be-belgium.js";import"../../../icon/gator/templates/flags/flag-bf-burkina-faso.js";import"../../../icon/gator/templates/flags/flag-bg-bulgaria.js";import"../../../icon/gator/templates/flags/flag-bh-bahrain.js";import"../../../icon/gator/templates/flags/flag-bi-burundi.js";import"../../../icon/gator/templates/flags/flag-bj-benin.js";import"../../../icon/gator/templates/flags/flag-bl-saint-barthelemy.js";import"../../../icon/gator/templates/flags/flag-bm-bermuda.js";import"../../../icon/gator/templates/flags/flag-bn-brunei-darussalam.js";import"../../../icon/gator/templates/flags/flag-bo-bolivia.js";import"../../../icon/gator/templates/flags/flag-bq-bo-bonaire.js";import"../../../icon/gator/templates/flags/flag-bq-sa-sba.js";import"../../../icon/gator/templates/flags/flag-bq-se-snt-eustatius.js";import"../../../icon/gator/templates/flags/flag-br-brazil.js";import"../../../icon/gator/templates/flags/flag-bs-bahamas.js";import"../../../icon/gator/templates/flags/flag-bt-bhutan.js";import"../../../icon/gator/templates/flags/flag-bv-bouvet-island.js";import"../../../icon/gator/templates/flags/flag-bw-botswana.js";import"../../../icon/gator/templates/flags/flag-by-belarus.js";import"../../../icon/gator/templates/flags/flag-bz-belize.js";import"../../../icon/gator/templates/flags/flag-ca-canada.js";import"../../../icon/gator/templates/flags/flag-cc-cocos-keeling-islands.js";import"../../../icon/gator/templates/flags/flag-cd-democratic-republic-of-the-congo.js";import"../../../icon/gator/templates/flags/flag-cf-central-african-republic.js";import"../../../icon/gator/templates/flags/flag-cg-republic-of-the-congo.js";import"../../../icon/gator/templates/flags/flag-ch-switzerland.js";import"../../../icon/gator/templates/flags/flag-ci-côte-divoire-ivory-coast.js";import"../../../icon/gator/templates/flags/flag-ck-cook-islands.js";import"../../../icon/gator/templates/flags/flag-cl-chile.js";import"../../../icon/gator/templates/flags/flag-cm-cameroon.js";import"../../../icon/gator/templates/flags/flag-cn-china.js";import"../../../icon/gator/templates/flags/flag-co-colombia.js";import"../../../icon/gator/templates/flags/flag-cr-costa-rica.js";import"../../../icon/gator/templates/flags/flag-cu-cuba.js";import"../../../icon/gator/templates/flags/flag-cv-cabo-verde.js";import"../../../icon/gator/templates/flags/flag-cw-curaçao.js";import"../../../icon/gator/templates/flags/flag-cx-christmas-island.js";import"../../../icon/gator/templates/flags/flag-cy-cyprus.js";import"../../../icon/gator/templates/flags/flag-cz-czech-republic.js";import"../../../icon/gator/templates/flags/flag-de-germany.js";import"../../../icon/gator/templates/flags/flag-dj-djibouti.js";import"../../../icon/gator/templates/flags/flag-dk-denmark.js";import"../../../icon/gator/templates/flags/flag-dm-dominica.js";import"../../../icon/gator/templates/flags/flag-do-dominican-republic.js";import"../../../icon/gator/templates/flags/flag-dz-algeria.js";import"../../../icon/gator/templates/flags/flag-ec-ecuador.js";import"../../../icon/gator/templates/flags/flag-ee-estonia.js";import"../../../icon/gator/templates/flags/flag-eg-egypt.js";import"../../../icon/gator/templates/flags/flag-eh-western-sahara.js";import"../../../icon/gator/templates/flags/flag-er-eritrea.js";import"../../../icon/gator/templates/flags/flag-es-sain.js";import"../../../icon/gator/templates/flags/flag-et-ethiopia.js";import"../../../icon/gator/templates/flags/flag-fi-finland.js";import"../../../icon/gator/templates/flags/flag-fj-fiji.js";import"../../../icon/gator/templates/flags/flag-fk-falkland-islands.js";import"../../../icon/gator/templates/flags/flag-fm-federated-states-of-micronesia.js";import"../../../icon/gator/templates/flags/flag-fo-faroe-islands.js";import"../../../icon/gator/templates/flags/flag-fr-france.js";import"../../../icon/gator/templates/flags/flag-ga-gabon.js";import"../../../icon/gator/templates/flags/flag-gb-eng-england.js";import"../../../icon/gator/templates/flags/flag-gb-nir-northern-ireland.js";import"../../../icon/gator/templates/flags/flag-gb-sct-sotland.js";import"../../../icon/gator/templates/flags/flag-gb-ukm-united-kingdom.js";import"../../../icon/gator/templates/flags/flag-gb-wls-wales.js";import"../../../icon/gator/templates/flags/flag-gd-grenada.js";import"../../../icon/gator/templates/flags/flag-ge-georgia.js";import"../../../icon/gator/templates/flags/flag-gf-french-guiana.js";import"../../../icon/gator/templates/flags/flag-gg-guernsey.js";import"../../../icon/gator/templates/flags/flag-gh-ghana.js";import"../../../icon/gator/templates/flags/flag-gi-gibraltar.js";import"../../../icon/gator/templates/flags/flag-gl-greenland.js";import"../../../icon/gator/templates/flags/flag-gm-gambia.js";import"../../../icon/gator/templates/flags/flag-gn-guinea.js";import"../../../icon/gator/templates/flags/flag-gp-guadeloupe-2.js";import"../../../icon/gator/templates/flags/flag-gp-guadeloupe.js";import"../../../icon/gator/templates/flags/flag-gq-equatorial-guinea.js";import"../../../icon/gator/templates/flags/flag-gr-greece.js";import"../../../icon/gator/templates/flags/flag-gs-s-georgia-and-s-sandwich-islands.js";import"../../../icon/gator/templates/flags/flag-gt-guatemala.js";import"../../../icon/gator/templates/flags/flag-gu-guam.js";import"../../../icon/gator/templates/flags/flag-gw-guinea-bissau.js";import"../../../icon/gator/templates/flags/flag-gy-guyana.js";import"../../../icon/gator/templates/flags/flag-hk-hong-kong.js";import"../../../icon/gator/templates/flags/flag-hm-heard-and-mcdonald-islands.js";import"../../../icon/gator/templates/flags/flag-hn-honduras.js";import"../../../icon/gator/templates/flags/flag-hr-croatia-hrvatska.js";import"../../../icon/gator/templates/flags/flag-ht-haiti.js";import"../../../icon/gator/templates/flags/flag-hu-hungary.js";import"../../../icon/gator/templates/flags/flag-id-indonesia.js";import"../../../icon/gator/templates/flags/flag-ie-ireland.js";import"../../../icon/gator/templates/flags/flag-il-isreal.js";import"../../../icon/gator/templates/flags/flag-im-isle-of-man.js";import"../../../icon/gator/templates/flags/flag-in-india.js";import"../../../icon/gator/templates/flags/flag-io-british-indian-ocean-territory.js";import"../../../icon/gator/templates/flags/flag-iq-iraq.js";import"../../../icon/gator/templates/flags/flag-ir-iran.js";import"../../../icon/gator/templates/flags/flag-is-iceland.js";import"../../../icon/gator/templates/flags/flag-it-italy.js";import"../../../icon/gator/templates/flags/flag-je-jersey.js";import"../../../icon/gator/templates/flags/flag-jm-jamaica.js";import"../../../icon/gator/templates/flags/flag-jo-jordan.js";import"../../../icon/gator/templates/flags/flag-jp-japan.js";import"../../../icon/gator/templates/flags/flag-ke-kenia.js";import"../../../icon/gator/templates/flags/flag-kg-kyrgyzstan.js";import"../../../icon/gator/templates/flags/flag-kh-cambodia.js";import"../../../icon/gator/templates/flags/flag-ki--kiribati.js";import"../../../icon/gator/templates/flags/flag-km-comoros.js";import"../../../icon/gator/templates/flags/flag-kn-saint-kitts-and-nevis.js";import"../../../icon/gator/templates/flags/flag-kp-korea-north.js";import"../../../icon/gator/templates/flags/flag-kr-korea-south.js";import"../../../icon/gator/templates/flags/flag-kw-kuwait.js";import"../../../icon/gator/templates/flags/flag-ky-cayman-islands.js";import"../../../icon/gator/templates/flags/flag-kz-kazakhstan.js";import"../../../icon/gator/templates/flags/flag-la-laos.js";import"../../../icon/gator/templates/flags/flag-lb-lebanon.js";import"../../../icon/gator/templates/flags/flag-lc-saint-lucia.js";import"../../../icon/gator/templates/flags/flag-li-liechtenstein.js";import"../../../icon/gator/templates/flags/flag-lk-sri-lanka.js";import"../../../icon/gator/templates/flags/flag-lr-liberia.js";import"../../../icon/gator/templates/flags/flag-ls-lesotho.js";import"../../../icon/gator/templates/flags/flag-lt-lithuania.js";import"../../../icon/gator/templates/flags/flag-lu-luxembourg.js";import"../../../icon/gator/templates/flags/flag-lv-latvia.js";import"../../../icon/gator/templates/flags/flag-ly-libya.js";import"../../../icon/gator/templates/flags/flag-ma-morocco.js";import"../../../icon/gator/templates/flags/flag-mc-monaco.js";import"../../../icon/gator/templates/flags/flag-md-moldova.js";import"../../../icon/gator/templates/flags/flag-me-montenegro.js";import"../../../icon/gator/templates/flags/flag-mf-saint-martin.js";import"../../../icon/gator/templates/flags/flag-mg-madagascar.js";import"../../../icon/gator/templates/flags/flag-mh-marshall-islands.js";import"../../../icon/gator/templates/flags/flag-mk-north-macedonia.js";import"../../../icon/gator/templates/flags/flag-ml-mali.js";import"../../../icon/gator/templates/flags/flag-mm-myanmar.js";import"../../../icon/gator/templates/flags/flag-mn-mongolia.js";import"../../../icon/gator/templates/flags/flag-mo-macao.js";import"../../../icon/gator/templates/flags/flag-mp-northern-mariana-islands.js";import"../../../icon/gator/templates/flags/flag-mq-martinique-2.js";import"../../../icon/gator/templates/flags/flag-mq-martinique.js";import"../../../icon/gator/templates/flags/flag-mr-mauritania.js";import"../../../icon/gator/templates/flags/flag-ms-montserrat.js";import"../../../icon/gator/templates/flags/flag-mt-malta.js";import"../../../icon/gator/templates/flags/flag-mu-mauritius.js";import"../../../icon/gator/templates/flags/flag-mv-maldives.js";import"../../../icon/gator/templates/flags/flag-mw-malawi.js";import"../../../icon/gator/templates/flags/flag-mx-mexico.js";import"../../../icon/gator/templates/flags/flag-my-malaysia.js";import"../../../icon/gator/templates/flags/flag-mz-mozambique.js";import"../../../icon/gator/templates/flags/flag-na-namibia.js";import"../../../icon/gator/templates/flags/flag-nc-new-caledonia.js";import"../../../icon/gator/templates/flags/flag-ne-niger.js";import"../../../icon/gator/templates/flags/flag-nf-norfolk-island.js";import"../../../icon/gator/templates/flags/flag-ng-nigeria.js";import"../../../icon/gator/templates/flags/flag-ni-nicaragua.js";import"../../../icon/gator/templates/flags/flag-nl-netherlands.js";import"../../../icon/gator/templates/flags/flag-no-norway.js";import"../../../icon/gator/templates/flags/flag-np-nepal.js";import"../../../icon/gator/templates/flags/flag-nr-nauru.js";import"../../../icon/gator/templates/flags/flag-nu-niue.js";import"../../../icon/gator/templates/flags/flag-nz-new-zealand-aotearoa.js";import"../../../icon/gator/templates/flags/flag-om-oman.js";import"../../../icon/gator/templates/flags/flag-pa-panama.js";import"../../../icon/gator/templates/flags/flag-pe-peru.js";import"../../../icon/gator/templates/flags/flag-pf-french-polynesia.js";import"../../../icon/gator/templates/flags/flag-pg-papua-new-guinea.js";import"../../../icon/gator/templates/flags/flag-ph-philippines.js";import"../../../icon/gator/templates/flags/flag-pk-pakistan.js";import"../../../icon/gator/templates/flags/flag-pl-poland.js";import"../../../icon/gator/templates/flags/flag-pm-saint-pierre-and-miquelon.js";import"../../../icon/gator/templates/flags/flag-pm-st-pierre-and-miquelon.js";import"../../../icon/gator/templates/flags/flag-pn-pitcairn-islands.js";import"../../../icon/gator/templates/flags/flag-pr-puerto-rico.js";import"../../../icon/gator/templates/flags/flag-ps-palestinian-territory.js";import"../../../icon/gator/templates/flags/flag-pt-portugal.js";import"../../../icon/gator/templates/flags/flag-pw-palau.js";import"../../../icon/gator/templates/flags/flag-py-paraguay.js";import"../../../icon/gator/templates/flags/flag-qa-qatar.js";import"../../../icon/gator/templates/flags/flag-re-reunion.js";import"../../../icon/gator/templates/flags/flag-ro-romania.js";import"../../../icon/gator/templates/flags/flag-rs-srbia.js";import"../../../icon/gator/templates/flags/flag-ru-russian-federation.js";import"../../../icon/gator/templates/flags/flag-rw-rwanda.js";import"../../../icon/gator/templates/flags/flag-sa-sudi-arabia.js";import"../../../icon/gator/templates/flags/flag-sb-slomon-islands.js";import"../../../icon/gator/templates/flags/flag-sc-sychelles.js";import"../../../icon/gator/templates/flags/flag-sd-sdan.js";import"../../../icon/gator/templates/flags/flag-se-seden.js";import"../../../icon/gator/templates/flags/flag-sg-sngapore.js";import"../../../icon/gator/templates/flags/flag-sh-sint-helena.js";import"../../../icon/gator/templates/flags/flag-si-sovenia.js";import"../../../icon/gator/templates/flags/flag-sj-salbard-and-jan-mayen.js";import"../../../icon/gator/templates/flags/flag-sk-sovakia.js";import"../../../icon/gator/templates/flags/flag-sl-serra-leone.js";import"../../../icon/gator/templates/flags/flag-sm-sn-marino.js";import"../../../icon/gator/templates/flags/flag-sn-snegal.js";import"../../../icon/gator/templates/flags/flag-so-smalia.js";import"../../../icon/gator/templates/flags/flag-sr-sriname.js";import"../../../icon/gator/templates/flags/flag-ss-south-sudan.js";import"../../../icon/gator/templates/flags/flag-st-so-tome-and-principe.js";import"../../../icon/gator/templates/flags/flag-sv-el-slvador.js";import"../../../icon/gator/templates/flags/flag-sx-snt-maarten.js";import"../../../icon/gator/templates/flags/flag-sy-sria.js";import"../../../icon/gator/templates/flags/flag-sz-saziland.js";import"../../../icon/gator/templates/flags/flag-tc-turks-and-caicos-islands.js";import"../../../icon/gator/templates/flags/flag-td-chad.js";import"../../../icon/gator/templates/flags/flag-tf-french-southern-and-antarctic-lands.js";import"../../../icon/gator/templates/flags/flag-tg-togo.js";import"../../../icon/gator/templates/flags/flag-th-thailand.js";import"../../../icon/gator/templates/flags/flag-tj-tajikistan.js";import"../../../icon/gator/templates/flags/flag-tk-tokelau.js";import"../../../icon/gator/templates/flags/flag-tl-timor-leste.js";import"../../../icon/gator/templates/flags/flag-tm-turkmenistan.js";import"../../../icon/gator/templates/flags/flag-tn-tunisia.js";import"../../../icon/gator/templates/flags/flag-to-tonga.js";import"../../../icon/gator/templates/flags/flag-tr-turkey.js";import"../../../icon/gator/templates/flags/flag-tt-trinidad-and-tobago.js";import"../../../icon/gator/templates/flags/flag-tv-tuvalu.js";import"../../../icon/gator/templates/flags/flag-tw-taiwan.js";import"../../../icon/gator/templates/flags/flag-tz-tanzania.js";import"../../../icon/gator/templates/flags/flag-ua-ukraine.js";import"../../../icon/gator/templates/flags/flag-ug-uganda.js";import"../../../icon/gator/templates/flags/flag-um-united-states-minor-outlying-islands.js";import"../../../icon/gator/templates/flags/flag-us-united-states.js";import"../../../icon/gator/templates/flags/flag-uy-uruguay.js";import"../../../icon/gator/templates/flags/flag-uz-uzbekistan.js";import"../../../icon/gator/templates/flags/flag-va-vatican-city-state.js";import"../../../icon/gator/templates/flags/flag-vc-saint-vincent-and-the-grenadines.js";import"../../../icon/gator/templates/flags/flag-ve-venezuela.js";import"../../../icon/gator/templates/flags/flag-vg-virgin-islands-british.js";import"../../../icon/gator/templates/flags/flag-vi-virgin-islands-us.js";import"../../../icon/gator/templates/flags/flag-vn-vietnam.js";import"../../../icon/gator/templates/flags/flag-vu-vanuatu.js";import"../../../icon/gator/templates/flags/flag-wf-wallis-and-futuna.js";import"../../../icon/gator/templates/flags/flag-ws-smoa.js";import"../../../icon/gator/templates/flags/flag-ye-yemen.js";import"../../../icon/gator/templates/flags/flag-yt-unf-mayotte.js";import"../../../icon/gator/templates/flags/flag-za-south-africa.js";import"../../../icon/gator/templates/flags/flag-zm-zambia.js";import"../../../icon/gator/templates/flags/flag-zw-zimbabwe.js";import"../../../icon/gator/templates/flame.js";import"../../../icon/gator/templates/flash-off.js";import"../../../icon/gator/templates/flash-on.js";import"../../../icon/gator/templates/folder.js";import"../../../icon/gator/templates/gauge.js";import"../../../icon/gator/templates/grid-four.js";import"../../../icon/gator/templates/grid-nine.js";import"../../../icon/gator/templates/hammer.js";import"../../../icon/gator/templates/hand-pointing.js";import"../../../icon/gator/templates/heart.js";import"../../../icon/gator/templates/home-door.js";import"../../../icon/gator/templates/home-finance-arrow.js";import"../../../icon/gator/templates/home-finance.js";import"../../../icon/gator/templates/home-search.js";import"../../../icon/gator/templates/house-simple.js";import"../../../icon/gator/templates/house.js";import"../../../icon/gator/templates/inbox.js";import"../../../icon/gator/templates/info.js";import"../../../icon/gator/templates/instagram-logo.js";import"../../../icon/gator/templates/interest-rate.js";import"../../../icon/gator/templates/invoice.js";import"../../../icon/gator/templates/kanban.js";import"../../../icon/gator/templates/label.js";import"../../../icon/gator/templates/laptop.js";import"../../../icon/gator/templates/layout.js";import"../../../icon/gator/templates/lightbulb-filament.js";import"../../../icon/gator/templates/lightbulb.js";import"../../../icon/gator/templates/link.js";import"../../../icon/gator/templates/linkedin-logo.js";import"../../../icon/gator/templates/list-star.js";import"../../../icon/gator/templates/list.js";import"../../../icon/gator/templates/loading-spinner-gif.js";import"../../../icon/gator/templates/loading.js";import"../../../icon/gator/templates/lock.js";import"../../../icon/gator/templates/magic-wand.js";import"../../../icon/gator/templates/mail-open.js";import"../../../icon/gator/templates/mail.js";import"../../../icon/gator/templates/mailbox.js";import"../../../icon/gator/templates/map.js";import"../../../icon/gator/templates/menu-hamburger.js";import"../../../icon/gator/templates/microsoft-excel-logo.js";import"../../../icon/gator/templates/microsoft-outlook-logo.js";import"../../../icon/gator/templates/microsoft-powerpoint-logo.js";import"../../../icon/gator/templates/microsoft-teams-logo.js";import"../../../icon/gator/templates/microsoft-word-logo.js";import"../../../icon/gator/templates/minus-circle.js";import"../../../icon/gator/templates/minus-square.js";import"../../../icon/gator/templates/minus.js";import"../../../icon/gator/templates/mobile-phone-2.js";import"../../../icon/gator/templates/monitor.js";import"../../../icon/gator/templates/move-doc.js";import"../../../icon/gator/templates/move.js";import"../../../icon/gator/templates/music.js";import"../../../icon/gator/templates/number-1.js";import"../../../icon/gator/templates/number-2.js";import"../../../icon/gator/templates/number-3.js";import"../../../icon/gator/templates/overflow-menu.js";import"../../../icon/gator/templates/paper-airplane.js";import"../../../icon/gator/templates/paperclip.js";import"../../../icon/gator/templates/payments/payment-amazon-pay.js";import"../../../icon/gator/templates/payments/payment-amex.js";import"../../../icon/gator/templates/payments/payment-apple-pay.js";import"../../../icon/gator/templates/payments/payment-discover.js";import"../../../icon/gator/templates/payments/payment-google-pay.js";import"../../../icon/gator/templates/payments/payment-mastercard.js";import"../../../icon/gator/templates/payments/payment-visa.js";import"../../../icon/gator/templates/pen.js";import"../../../icon/gator/templates/pencil-paper.js";import"../../../icon/gator/templates/pencil.js";import"../../../icon/gator/templates/people-multiple.js";import"../../../icon/gator/templates/people-share.js";import"../../../icon/gator/templates/percent.js";import"../../../icon/gator/templates/person-add.js";import"../../../icon/gator/templates/person-check.js";import"../../../icon/gator/templates/person-lock.js";import"../../../icon/gator/templates/person.js";import"../../../icon/gator/templates/phone-alert.js";import"../../../icon/gator/templates/phone-mobile.js";import"../../../icon/gator/templates/phone.js";import"../../../icon/gator/templates/picture.js";import"../../../icon/gator/templates/pin.js";import"../../../icon/gator/templates/pinterest-logo.js";import"../../../icon/gator/templates/plus-circle.js";import"../../../icon/gator/templates/plus.js";import"../../../icon/gator/templates/printer.js";import"../../../icon/gator/templates/question-chat-bubble.js";import"../../../icon/gator/templates/question-circle.js";import"../../../icon/gator/templates/question-mark.js";import"../../../icon/gator/templates/radio-selected.js";import"../../../icon/gator/templates/radio.js";import"../../../icon/gator/templates/receipt.js";import"../../../icon/gator/templates/restricted.js";import"../../../icon/gator/templates/sandals.js";import"../../../icon/gator/templates/save.js";import"../../../icon/gator/templates/screen.js";import"../../../icon/gator/templates/search.js";import"../../../icon/gator/templates/selection.js";import"../../../icon/gator/templates/settings.js";import"../../../icon/gator/templates/share-1.js";import"../../../icon/gator/templates/share-2.js";import"../../../icon/gator/templates/shield-lock.js";import"../../../icon/gator/templates/shield-warning.js";import"../../../icon/gator/templates/sidebar-simple.js";import"../../../icon/gator/templates/sidebar.js";import"../../../icon/gator/templates/smart-home.js";import"../../../icon/gator/templates/sort-arrow-solid-down.js";import"../../../icon/gator/templates/sort-arrow-solid-left.js";import"../../../icon/gator/templates/sort-arrow-solid-right.js";import"../../../icon/gator/templates/sort-arrow-solid-up-down.js";import"../../../icon/gator/templates/sort-arrow-solid-up.js";import"../../../icon/gator/templates/sort-reverse-variant.js";import"../../../icon/gator/templates/sort-variant.js";import"../../../icon/gator/templates/sparkle-filled.js";import"../../../icon/gator/templates/sparkle.js";import"../../../icon/gator/templates/speech-bubble.js";import"../../../icon/gator/templates/square-split-horizontal.js";import"../../../icon/gator/templates/square-split-vertical.js";import"../../../icon/gator/templates/square.js";import"../../../icon/gator/templates/stack.js";import"../../../icon/gator/templates/stamp.js";import"../../../icon/gator/templates/star-four-filled.js";import"../../../icon/gator/templates/star-four.js";import"../../../icon/gator/templates/star.js";import"../../../icon/gator/templates/stopwatch.js";import"../../../icon/gator/templates/sun.js";import"../../../icon/gator/templates/sync.js";import"../../../icon/gator/templates/tab-arrows.js";import"../../../icon/gator/templates/table.js";import"../../../icon/gator/templates/target.js";import"../../../icon/gator/templates/text-aa.js";import"../../../icon/gator/templates/thumbs-down.js";import"../../../icon/gator/templates/thumbs-up.js";import"../../../icon/gator/templates/tools.js";import"../../../icon/gator/templates/touch-id.js";import"../../../icon/gator/templates/trash.js";import"../../../icon/gator/templates/trend-up.js";import"../../../icon/gator/templates/twitter-logo.js";import"../../../icon/gator/templates/unlink.js";import"../../../icon/gator/templates/unlock.js";import"../../../icon/gator/templates/upload.js";import"../../../icon/gator/templates/video.js";import"../../../icon/gator/templates/waffle.js";import"../../../icon/gator/templates/warning-circle.js";import"../../../icon/gator/templates/warning-diamond.js";import"../../../icon/gator/templates/warning-octagon.js";import"../../../icon/gator/templates/warning.js";import"../../../icon/gator/templates/wet-sign.js";import"../../../icon/gator/templates/wifi-off.js";import"../../../icon/gator/templates/wifi.js";import"../../../icon/gator/templates/x-logo.js";import"../../../icon/gator/templates/yelp-logo.js";import"../../../icon/gator/templates/youtube-logo.js";import"../../../icon/gator/templates/zillow-logo.js";import"../../../list/gator/list/list.gator.js";import"../../../list/gator/list-item/list-item.gator.js";import"../../../icon-button/gator/icon-button.gator.js";import{customElement as b}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as l}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import{state as c}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/state.js";import{createRef as u,ref as n}from"../../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/ref.js";import y from"../../../../packages/web-components/src/components/input/gator/dropdown/input-dropdown.gator.scss.js";import{autoUpdate as x,computePosition as g,flip as R}from"../../../../node_modules/.pnpm/@floating-ui_dom@1.7.2/node_modules/@floating-ui/dom/dist/floating-ui.dom.js";import{KEY_CONSTANTS as e}from"../../../../consts/key-constants.js";import{NgcInputBase as $}from"../../base/input-base.gator.js";import{formattedCountriesForDropdown as E,formattedStatesForDropdown as _}from"../../../../utils/places-utils.js";import{formattedNaicsCodes as A}from"../../../../utils/industry-utils.js";import{formattedPhoneCountryCodes as D}from"../../../../utils/phone-utils.js";import{ifDefined as C}from"../../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/if-defined.js";import{msg as f}from"../../../../node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/init/install.js";import{localized as M}from"../../../../node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/internal/localized-decorator.js";import"../../../../node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/init/runtime.js";import{classMap as w}from"../../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/class-map.js";import{unsafeCSS as O}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var B=Object.defineProperty,I=Object.getOwnPropertyDescriptor,k=Object.getPrototypeOf,L=Reflect.get,s=(t,i,o,p)=>{for(var m=p>1?void 0:p?I(i,o):i,d=t.length-1,h;d>=0;d--)(h=t[d])&&(m=(p?h(i,o,m):h(m))||m);return p&&m&&B(i,o,m),m},T=(t,i,o)=>L(k(t),o,i);let r=class extends ${constructor(){super(...arguments),this.options=[],this.autocomplete=!1,this.valueDisplayed=!1,this.maxAutocompleteResults=250,this._expanded=!1,this._searchValue="",this.listboxRef=u(),this.listRef=u(),this.inputRef=u(),this.listboxMessageRef=u()}render(){return a`
2
2
  <div class="gator-form-element">
3
3
  <slot name="label">
4
4
  ${this.label?this.labelMarkup:null}
@@ -50,11 +50,11 @@ import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@
50
50
 
51
51
  ${this.listboxMarkup}
52
52
  </div>
53
- `}get controlClasses(){return{...super.controlClasses,"gator-cursor-pointer":!this.disabled&&!this.readonly}}_topLevelFocusOut(t){const i=t.relatedTarget;(!i||!this.contains(i))&&(this._expanded=!1)}get tabIndexForControl(){return this.disabled||this.autocomplete?"-1":"0"}firstUpdated(){this._expanded&&this.toggleListbox(e.ENTER,!0)}updated(t){var i;this.setComboboxAriaAttributes(),this._expanded&&this.setAriaActiveDescendant(),t.has("ariaLabelledByElements")&&this.ariaLabelledByElements&&(this.controlRef.value.ariaLabelledByElements=this.ariaLabelledByElements,this.listRef.value.ariaLabelledByElements=this.ariaLabelledByElements),t.has("label")&&this.label&&(this.listRef.value.ariaLabelledByElements=[(i=this.shadowRoot)==null?void 0:i.getElementById(this.labelId)])}setComboboxAriaAttributes(){const t=this.autocomplete?this.inputRef.value:this.controlRef.value,i=this.autocomplete?this.controlRef.value:this.inputRef.value,o={role:"combobox","aria-autocomplete":"list","aria-expanded":`${this._expanded}`,"aria-labelledby":this.ariaLabelledbyValue,"aria-describedby":this.ariaDescribedby,"aria-required":`${this.required}`,"aria-readonly":`${this.readonly}`};Object.entries(o).forEach(([p,m])=>{t==null||t.setAttribute(p,m),i==null||i.removeAttribute(p)}),this.ariaLabelledByElements&&(t.ariaLabelledByElements=this.ariaLabelledByElements,i.ariaLabelledByElements=void 0),t&&(t.ariaControlsElements=[this.listRef.value]),i&&(i.ariaControlsElements=void 0)}setAriaActiveDescendant(){const t=this.autocomplete?this.inputRef.value:this.controlRef.value;t&&(t.ariaActiveDescendantElement=this._activeDescendant)}clearAriaActiveDescendant(){const t=this.autocomplete?this.inputRef.value:this.controlRef.value;t&&(t.ariaActiveDescendantElement=void 0)}get fauxInputMarkup(){return a`
53
+ `}get controlClasses(){return{...super.controlClasses,"gator-cursor-pointer":!this.disabled&&!this.readonly}}_topLevelFocusOut(t){const i=t.relatedTarget;(!i||!this.contains(i))&&(this._expanded=!1)}get tabIndexForControl(){return this.disabled||this.autocomplete?"-1":"0"}firstUpdated(){this._expanded&&this.toggleListbox(e.ENTER,!0)}updated(t){this.setComboboxAriaAttributes(),this._expanded&&this.setAriaActiveDescendant(),t.has("ariaLabelledByElements")&&this.ariaLabelledByElements&&(this.controlRef.value.ariaLabelledByElements=this.ariaLabelledByElements,this.listRef.value.ariaLabelledByElements=this.ariaLabelledByElements),t.has("label")&&this.label&&(this.listRef.value.ariaLabelledByElements=[this.shadowRoot?.getElementById(this.labelId)])}setComboboxAriaAttributes(){const t=this.autocomplete?this.inputRef.value:this.controlRef.value,i=this.autocomplete?this.controlRef.value:this.inputRef.value,o={role:"combobox","aria-autocomplete":"list","aria-expanded":`${this._expanded}`,"aria-labelledby":this.ariaLabelledbyValue,"aria-describedby":this.ariaDescribedby,"aria-required":`${this.required}`,"aria-readonly":`${this.readonly}`};Object.entries(o).forEach(([p,m])=>{t?.setAttribute(p,m),i?.removeAttribute(p)}),this.ariaLabelledByElements&&(t.ariaLabelledByElements=this.ariaLabelledByElements,i.ariaLabelledByElements=void 0),t&&(t.ariaControlsElements=[this.listRef.value]),i&&(i.ariaControlsElements=void 0)}setAriaActiveDescendant(){const t=this.autocomplete?this.inputRef.value:this.controlRef.value;t&&(t.ariaActiveDescendantElement=this._activeDescendant)}clearAriaActiveDescendant(){const t=this.autocomplete?this.inputRef.value:this.controlRef.value;t&&(t.ariaActiveDescendantElement=void 0)}get fauxInputMarkup(){return a`
54
54
  <div class="gator-faux-input ${this.showPlaceholder?"gator-faux-input-placeholder":null}">
55
55
  ${this.displayedValue||this.placeholder}
56
56
  </div>
57
- `}get displayedValue(){var t;return this.value?this.valueDisplayed?this.value:((t=this.displayedOptions.find(i=>i.value===this.value))==null?void 0:t.label)??this.value:""}get showPlaceholder(){return this.placeholder&&!this.value}get listboxMarkup(){var t;return a`
57
+ `}get displayedValue(){return this.value?this.valueDisplayed?this.value:this.displayedOptions.find(t=>t.value===this.value)?.label??this.value:""}get showPlaceholder(){return this.placeholder&&!this.value}get listboxMarkup(){return a`
58
58
  <div
59
59
  ${n(this.listboxRef)}
60
60
  class="gator-dropdown-listbox ${this._expanded?"gator-dropdown-listbox_expanded":""}"
@@ -68,15 +68,15 @@ import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@
68
68
  .title="${this.label||this.placeholder} List"
69
69
  @selected="${this.handleSelected}"
70
70
  >
71
- ${((t=this.displayedOptions)==null?void 0:t.map(i=>a`
71
+ ${this.displayedOptions?.map(t=>a`
72
72
  <ngc-list-item
73
- text="${i.label}"
74
- value="${i.value}"
75
- ?selected="${i.value===this.value}"
76
- id="${this.id}-${i.value}"
73
+ text="${t.label}"
74
+ value="${t.value}"
75
+ ?selected="${t.value===this.value}"
76
+ id="${this.id}-${t.value}"
77
77
  faux-focus
78
78
  ></ngc-list-item>
79
- `))??v}
79
+ `)??v}
80
80
  </ngc-list>
81
81
  </div>
82
82
  `}get listboxMessageMarkup(){if(!this.autocomplete)return null;let t;return this.displayedOptions.length===0&&(t=this.noResultsMessage),this.resultsExceedMax&&(t=this.resultsExceedMaxMessage),this.setListboxMessageAriaDescribedByElements(),t?a`
@@ -88,7 +88,7 @@ import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@
88
88
  >
89
89
  ${t}
90
90
  </div>
91
- `:null}setListboxMessageAriaDescribedByElements(){requestAnimationFrame(()=>{const t=this.listboxMessageRef.value;if(!this.inputRef.value)return;const i=this.inputRef.value.ariaDescribedByElements||[],o=this.listRef.value.ariaDescribedByElements||[];if(t){i.includes(t)||(this.inputRef.value.ariaDescribedByElements=[t,...i]),o.includes(t)||(this.listRef.value.ariaDescribedByElements=[t,...o]);return}this.inputRef.value.ariaDescribedByElements=i.filter(p=>p.id!==`listbox-message-${this.id}`),this.listRef.value.ariaDescribedByElements=o.filter(p=>p.id!==`listbox-message-${this.id}`)})}get resultsExceedMaxMessage(){return f(a`Showing ${this.maxAutocompleteResults} results. Refine your search to see more.`)}get noResultsMessage(){return f("No results found. Refine your search.")}get displayedOptions(){return this.autocomplete?this.limitedOptions:this.filteredOptions}get filteredOptions(){let t=this.options??[];return this.dataType==="country"?t=E():this.dataType==="state"&&this.countryCode?t=_(this.countryCode):this.dataType==="naics"?t=D():this.dataType==="phoneCodes"&&(t=A()),this._searchValue?[...t.filter(o=>o.label.toLowerCase().includes(this._searchValue.toLowerCase()))]:t}get limitedOptions(){return this.filteredOptions.slice(0,this.maxAutocompleteResults)}get resultsExceedMax(){return!this.autocomplete||!this.maxAutocompleteResults?!1:this.filteredOptions.length>this.maxAutocompleteResults}handleSelected(t){t.stopImmediatePropagation(),this.clearAriaActiveDescendant(),this.emitChangeEvent(t.detail.value),this._activeDescendant=void 0,this._expanded=!1}handleComboboxKeydown(t){!this._expanded&&(t.key===e.ENTER||t.key===e.SPACE||t.key===e.DOWN)?this.toggleListbox(t.key,!1):this._expanded&&this.listRef.value&&((t.key===e.ENTER||t.key===e.SPACE)&&this.listRef.value.selectFalseFocusedItem(),t.key===e.DOWN&&(t.preventDefault(),this._activeDescendant=this.listRef.value.falseFocusNextItem(),this.setAriaActiveDescendant()),t.key===e.UP&&(t.preventDefault(),this._activeDescendant=this.listRef.value.falseFocusPreviousItem(),this.setAriaActiveDescendant())),(t.key===e.ESCAPE||t.key===e.TAB)&&(this._expanded=!1)}toggleListbox(t,i){this.disabled||this.readonly||(i||(this._expanded=!this._expanded),this.assignPosition(),this.listRef.value&&(t==e.DOWN||!this.value)?this._activeDescendant=this.listRef.value.falseFocusFirstItem():this.value&&this.listRef.value&&(this._activeDescendant=this.listRef.value.setFalseFocusToValue(this.value)),this._expanded&&this.setAriaActiveDescendant(),this._expanded||(this._activeDescendant=void 0,this.clearAriaActiveDescendant()))}get endIconMarkup(){return a`<ngc-icon class="gator-dropdown-chevron" .name="${this.endIcon||"chevron-down"}"></ngc-icon>`}get clearIconButtonMarkup(){var t;return!this.autocomplete||!this.value&&!((t=this.inputRef.value)!=null&&t.value)?null:a`
91
+ `:null}setListboxMessageAriaDescribedByElements(){requestAnimationFrame(()=>{const t=this.listboxMessageRef.value;if(!this.inputRef.value)return;const i=this.inputRef.value.ariaDescribedByElements||[],o=this.listRef.value.ariaDescribedByElements||[];if(t){i.includes(t)||(this.inputRef.value.ariaDescribedByElements=[t,...i]),o.includes(t)||(this.listRef.value.ariaDescribedByElements=[t,...o]);return}this.inputRef.value.ariaDescribedByElements=i.filter(p=>p.id!==`listbox-message-${this.id}`),this.listRef.value.ariaDescribedByElements=o.filter(p=>p.id!==`listbox-message-${this.id}`)})}get resultsExceedMaxMessage(){return f(a`Showing ${this.maxAutocompleteResults} results. Refine your search to see more.`)}get noResultsMessage(){return f("No results found. Refine your search.")}get displayedOptions(){return this.autocomplete?this.limitedOptions:this.filteredOptions}get filteredOptions(){let t=this.options??[];return this.dataType==="country"?t=E():this.dataType==="state"&&this.countryCode?t=_(this.countryCode):this.dataType==="naics"?t=A():this.dataType==="phoneCodes"&&(t=D()),this._searchValue?[...t.filter(o=>o.label.toLowerCase().includes(this._searchValue.toLowerCase()))]:t}get limitedOptions(){return this.filteredOptions.slice(0,this.maxAutocompleteResults)}get resultsExceedMax(){return!this.autocomplete||!this.maxAutocompleteResults?!1:this.filteredOptions.length>this.maxAutocompleteResults}handleSelected(t){t.stopImmediatePropagation(),this.clearAriaActiveDescendant(),this.emitChangeEvent(t.detail.value),this._activeDescendant=void 0,this._expanded=!1}handleComboboxKeydown(t){!this._expanded&&(t.key===e.ENTER||t.key===e.SPACE||t.key===e.DOWN)?this.toggleListbox(t.key,!1):this._expanded&&this.listRef.value&&((t.key===e.ENTER||t.key===e.SPACE)&&this.listRef.value.selectFalseFocusedItem(),t.key===e.DOWN&&(t.preventDefault(),this._activeDescendant=this.listRef.value.falseFocusNextItem(),this.setAriaActiveDescendant()),t.key===e.UP&&(t.preventDefault(),this._activeDescendant=this.listRef.value.falseFocusPreviousItem(),this.setAriaActiveDescendant())),(t.key===e.ESCAPE||t.key===e.TAB)&&(this._expanded=!1)}toggleListbox(t,i){this.disabled||this.readonly||(i||(this._expanded=!this._expanded),this.assignPosition(),this.listRef.value&&(t==e.DOWN||!this.value)?this._activeDescendant=this.listRef.value.falseFocusFirstItem():this.value&&this.listRef.value&&(this._activeDescendant=this.listRef.value.setFalseFocusToValue(this.value)),this._expanded&&this.setAriaActiveDescendant(),this._expanded||(this._activeDescendant=void 0,this.clearAriaActiveDescendant()))}get endIconMarkup(){return a`<ngc-icon class="gator-dropdown-chevron" .name="${this.endIcon||"chevron-down"}"></ngc-icon>`}get clearIconButtonMarkup(){return!this.autocomplete||!this.value&&!this.inputRef.value?.value?null:a`
92
92
  <ngc-icon-button
93
93
  data-testid="${this.dataTestid}-clear-button"
94
94
  icon-name="exit"
@@ -96,4 +96,4 @@ import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@
96
96
  size="medium"
97
97
  @click="${this.clearValue}"
98
98
  ></ngc-icon-button>
99
- `}clearValue(){var t;this.inputRef.value&&(this.inputRef.value.value=""),this._searchValue="",(t=this.inputRef.value)==null||t.focus(),this.emitChangeEvent("")}assignPosition(){const t=this.controlRef.value;!this.listboxRef||!this.listboxRef.value||!t||(this._cleanup=x(t,this.listboxRef.value,async()=>{if(!this.listboxRef||!this.listboxRef.value||!t)return;const{x:i,y:o,placement:p}=await g(t,this.listboxRef.value,{placement:"bottom-start",middleware:[R()]});let m=p==="bottom-start"?4:-4;Object.assign(this.listboxRef.value.style,{left:`${i}px`,top:`${o+m}px`,width:`${this.listWidth??t.clientWidth}px`})}))}handleInput(t){t.preventDefault(),t.stopPropagation();let i=t.target;i.value.length===0&&this.emitChangeEvent(""),this._searchValue=i.value,this._expanded=!0,this.dispatchEvent(new CustomEvent("input",{bubbles:!0,composed:!0,detail:{value:i.value}}))}handleInputKeydown(t){if((t.key===e.DOWN||t.key===e.UP)&&t.preventDefault(),t.key===e.SPACE){t.stopPropagation();return}}emitChangeEvent(t){this.dispatchEvent(new CustomEvent("change",{bubbles:!0,detail:{value:t}}))}};r.styles=[...P(r,r,"styles"),O(y)];s([l({type:Array})],r.prototype,"options",2);s([l({type:Boolean})],r.prototype,"autocomplete",2);s([l({type:String,attribute:"data-type"})],r.prototype,"dataType",2);s([l({type:String,attribute:"country-code"})],r.prototype,"countryCode",2);s([l({type:String,attribute:"list-width"})],r.prototype,"listWidth",2);s([l({type:Boolean,attribute:"value-displayed"})],r.prototype,"valueDisplayed",2);s([l({type:Number,attribute:"max-autocomplete-results"})],r.prototype,"maxAutocompleteResults",2);s([c()],r.prototype,"_activeDescendant",2);s([c()],r.prototype,"_expanded",2);s([c()],r.prototype,"_searchValue",2);r=s([b("ngc-input-dropdown"),M()],r);export{r as NgcInputDropdown};
99
+ `}clearValue(){this.inputRef.value&&(this.inputRef.value.value=""),this._searchValue="",this.inputRef.value?.focus(),this.emitChangeEvent("")}assignPosition(){const t=this.controlRef.value;!this.listboxRef||!this.listboxRef.value||!t||(this._cleanup=x(t,this.listboxRef.value,async()=>{if(!this.listboxRef||!this.listboxRef.value||!t)return;const{x:i,y:o,placement:p}=await g(t,this.listboxRef.value,{placement:"bottom-start",middleware:[R()]});let m=p==="bottom-start"?4:-4;Object.assign(this.listboxRef.value.style,{left:`${i}px`,top:`${o+m}px`,width:`${this.listWidth??t.clientWidth}px`})}))}handleInput(t){t.preventDefault(),t.stopPropagation();let i=t.target;i.value.length===0&&this.emitChangeEvent(""),this._searchValue=i.value,this._expanded=!0,this.dispatchEvent(new CustomEvent("input",{bubbles:!0,composed:!0,detail:{value:i.value}}))}handleInputKeydown(t){if((t.key===e.DOWN||t.key===e.UP)&&t.preventDefault(),t.key===e.SPACE){t.stopPropagation();return}}emitChangeEvent(t){this.dispatchEvent(new CustomEvent("change",{bubbles:!0,detail:{value:t}}))}};r.styles=[...T(r,r,"styles"),O(y)];s([l({type:Array})],r.prototype,"options",2);s([l({type:Boolean})],r.prototype,"autocomplete",2);s([l({type:String,attribute:"data-type"})],r.prototype,"dataType",2);s([l({type:String,attribute:"country-code"})],r.prototype,"countryCode",2);s([l({type:String,attribute:"list-width"})],r.prototype,"listWidth",2);s([l({type:Boolean,attribute:"value-displayed"})],r.prototype,"valueDisplayed",2);s([l({type:Number,attribute:"max-autocomplete-results"})],r.prototype,"maxAutocompleteResults",2);s([c()],r.prototype,"_activeDescendant",2);s([c()],r.prototype,"_expanded",2);s([c()],r.prototype,"_searchValue",2);r=s([b("ngc-input-dropdown"),M()],r);export{r as NgcInputDropdown};