@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,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 c}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 p}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as h}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import{state as d}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/state.js";import{NgcButton as u}from"../../button/gator/button.gator.js";import"../../menu/base/gator/menu.gator.js";import{NgcIconButton as f}from"../../icon-button/gator/icon-button.gator.js";import{NgcComponent as m}from"../../../utils/components/ngc-component.js";import g from"../../../packages/web-components/src/components/button-group/gator/button-group.gator.scss.js";import{msg as v}from"../../../node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/init/install.js";import{localized as w}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{unsafeCSS as z}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var B=Object.defineProperty,y=Object.getOwnPropertyDescriptor,l=(t,o,e,s)=>{for(var i=s>1?void 0:s?y(o,e):o,r=t.length-1,n;r>=0;r--)(n=t[r])&&(i=(s?n(o,e,i):n(i))||i);return s&&i&&B(o,e,i),i};let a=class extends m{constructor(){super(...arguments),this.orientation="horizontal",this.size="medium",this.overflowButtons=[],this._overflowMenuIconWidth=void 0}firstUpdated(t){super.firstUpdated(t),window.addEventListener("resize",()=>this.calculateOverflow())}async updated(t){super.updated(t),t.has("orientation")&&this.calculateOverflow(),t.has("size")&&(await this.getOverflowMenuIconSize(),this.setButtonSizes(),this.calculateOverflow())}render(){return c`
1
+ import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{html as c}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 p}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as h}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import{state as d}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/state.js";import{NgcButton as u}from"../../button/gator/button.gator.js";import"../../menu/base/gator/menu.gator.js";import{NgcIconButton as f}from"../../icon-button/gator/icon-button.gator.js";import{NgcComponent as m}from"../../../utils/components/ngc-component.js";import g from"../../../packages/web-components/src/components/button-group/gator/button-group.gator.scss.js";import{msg as v}from"../../../node_modules/.pnpm/@lit_localize@0.12.2/node_modules/@lit/localize/init/install.js";import{localized as w}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{unsafeCSS as z}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var B=Object.defineProperty,y=Object.getOwnPropertyDescriptor,r=(t,e,i,n)=>{for(var o=n>1?void 0:n?y(e,i):e,a=t.length-1,l;a>=0;a--)(l=t[a])&&(o=(n?l(e,i,o):l(o))||o);return n&&o&&B(e,i,o),o};let s=class extends m{constructor(){super(...arguments),this.orientation="horizontal",this.size="medium",this.overflowButtons=[],this._overflowMenuIconWidth=void 0}firstUpdated(t){super.firstUpdated(t),window.addEventListener("resize",()=>this.calculateOverflow())}async updated(t){super.updated(t),t.has("orientation")&&this.calculateOverflow(),t.has("size")&&(await this.getOverflowMenuIconSize(),this.setButtonSizes(),this.calculateOverflow())}render(){return c`
2
2
  <div class="gator-button-group gator-button-group_${this.orientation}">
3
3
  <slot @slotchange="${this.handleSlotChange}"></slot>
4
4
  ${this.overflowButtons.length>0?c`
@@ -17,4 +17,4 @@ import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit
17
17
  `)}
18
18
  </ngc-menu>`:""}
19
19
  </div>
20
- `}handleSlotChange(){this.calculateOverflow()}get overflowMenuPlacement(){return this.orientation==="stacked"?"top":"bottom-end"}getMenuItemText(t){return t instanceof u?t.textContent||"":t instanceof f&&(t.buttonAriaLabel||t.iconName)||""}async calculateOverflow(){var i,r;const t=this.orientation==="horizontal"?this.offsetWidth:this.offsetHeight;this._overflowMenuIconWidth||await this.getOverflowMenuIconSize();let o=this._overflowMenuIconWidth||0;const e=[];(((r=(i=this.shadowRoot)==null?void 0:i.querySelector("slot"))==null?void 0:r.assignedElements())||[]).forEach(n=>{o+=this.orientation==="horizontal"?n.clientWidth:n.clientHeight,o>t?(n.classList.add("gator-button-group_overflow"),e.push(n)):n.classList.remove("gator-button-group_overflow")}),this.overflowButtons=e}setButtonSizes(){var o,e;((e=(o=this.shadowRoot)==null?void 0:o.querySelector("slot"))==null?void 0:e.assignedNodes()).forEach(s=>{(s instanceof u||s instanceof f)&&(s.size=this.size)})}async getOverflowMenuIconSize(){var o,e;const t=document.createElement("ngc-icon-button");t.iconName="overflow-menu",t.size=this.size,(o=this.shadowRoot)==null||o.appendChild(t),await new Promise(requestAnimationFrame),this._overflowMenuIconWidth=t.offsetWidth,(e=this.shadowRoot)==null||e.removeChild(t)}};a.styles=[...m.styles,z(g)];l([h({type:String})],a.prototype,"orientation",2);l([h({type:String})],a.prototype,"size",2);l([d()],a.prototype,"overflowButtons",2);a=l([p("ngc-button-group"),w()],a);export{a as NgcButtonGroup};
20
+ `}handleSlotChange(){this.calculateOverflow()}get overflowMenuPlacement(){return this.orientation==="stacked"?"top":"bottom-end"}getMenuItemText(t){return t instanceof u?t.textContent||"":t instanceof f&&(t.buttonAriaLabel||t.iconName)||""}async calculateOverflow(){const t=this.orientation==="horizontal"?this.offsetWidth:this.offsetHeight;this._overflowMenuIconWidth||await this.getOverflowMenuIconSize();let e=this._overflowMenuIconWidth||0;const i=[];(this.shadowRoot?.querySelector("slot")?.assignedElements()||[]).forEach(o=>{e+=this.orientation==="horizontal"?o.clientWidth:o.clientHeight,e>t?(o.classList.add("gator-button-group_overflow"),i.push(o)):o.classList.remove("gator-button-group_overflow")}),this.overflowButtons=i}setButtonSizes(){(this.shadowRoot?.querySelector("slot")?.assignedNodes()).forEach(e=>{(e instanceof u||e instanceof f)&&(e.size=this.size)})}async getOverflowMenuIconSize(){const t=document.createElement("ngc-icon-button");t.iconName="overflow-menu",t.size=this.size,this.shadowRoot?.appendChild(t),await new Promise(requestAnimationFrame),this._overflowMenuIconWidth=t.offsetWidth,this.shadowRoot?.removeChild(t)}};s.styles=[...m.styles,z(g)];r([h({type:String})],s.prototype,"orientation",2);r([h({type:String})],s.prototype,"size",2);r([d()],s.prototype,"overflowButtons",2);s=r([p("ngc-button-group"),w()],s);export{s as NgcButtonGroup};
@@ -1,5 +1,5 @@
1
- import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{html as p}from"../../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js";import{LitElement as f}from"../../../../node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js";import n from"../../../../packages/web-components/src/components/card/gator/footer/card-footer.gator.scss.js";import c from"../../../../packages/web-components/src/tokens/primitive.tokens.scss.js";import v from"../../../../packages/web-components/src/tokens/semantic.tokens.scss.js";import{customElement as d}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import{unsafeCSS as o}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var g=Object.getOwnPropertyDescriptor,u=(s,m,l,i)=>{for(var r=i>1?void 0:i?g(m,l):m,t=s.length-1,a;t>=0;t--)(a=s[t])&&(r=a(r)||r);return r};let e=class extends f{render(){return p`
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{LitElement as p}from"../../../../node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js";import f from"../../../../packages/web-components/src/components/card/gator/footer/card-footer.gator.scss.js";import c from"../../../../packages/web-components/src/tokens/primitive.tokens.scss.js";import v from"../../../../packages/web-components/src/tokens/semantic.tokens.scss.js";import{customElement as d}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import{unsafeCSS as o}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var g=Object.getOwnPropertyDescriptor,u=(s,m,l,i)=>{for(var r=i>1?void 0:i?g(m,l):m,t=s.length-1,a;t>=0;t--)(a=s[t])&&(r=a(r)||r);return r};let e=class extends p{render(){return n`
2
2
  <div class="gator-card-footer">
3
3
  <slot></slot>
4
4
  </div>
5
- `}};e.styles=[o(n),o(c),o(v)];e=u([d("ngc-card-footer")],e);export{e as NgcCardFooter};
5
+ `}};e.styles=[o(f),o(c),o(v)];e=u([d("ngc-card-footer")],e);export{e as NgcCardFooter};
@@ -1,5 +1,5 @@
1
- import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{html as l}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 n from"../../../../packages/web-components/src/components/card/gator/header/card-header.gator.tokens.scss.js";import f from"../../../../packages/web-components/src/components/card/gator/header/card-header.gator.scss.js";import c from"../../../../packages/web-components/src/tokens/primitive.tokens.scss.js";import d from"../../../../packages/web-components/src/tokens/semantic.tokens.scss.js";import{customElement as v}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import"../../../text-detail/gator/text-detail.gator.js";import{TestableLitElement as g}from"../../../../utils/components/testable-lit-element/testable-lit-element.js";import{unsafeCSS as t}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var u=Object.getOwnPropertyDescriptor,h=(m,s,p,a)=>{for(var r=a>1?void 0:a?u(s,p):s,e=m.length-1,i;e>=0;e--)(i=m[e])&&(r=i(r)||r);return r};let o=class extends g{render(){return l`
1
+ import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{html as l}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 n from"../../../../packages/web-components/src/components/card/gator/header/card-header.gator.tokens.scss.js";import f from"../../../../packages/web-components/src/components/card/gator/header/card-header.gator.scss.js";import c from"../../../../packages/web-components/src/tokens/primitive.tokens.scss.js";import d from"../../../../packages/web-components/src/tokens/semantic.tokens.scss.js";import{customElement as v}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import"../../../text-detail/gator/text-detail.gator.js";import{TestableLitElement as g}from"../../../../utils/components/testable-lit-element/testable-lit-element.js";import{unsafeCSS as e}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var u=Object.getOwnPropertyDescriptor,h=(m,s,p,a)=>{for(var r=a>1?void 0:a?u(s,p):s,t=m.length-1,i;t>=0;t--)(i=m[t])&&(r=i(r)||r);return r};let o=class extends g{render(){return l`
2
2
  <div class="gator-card-header">
3
3
  <slot></slot>
4
4
  </div>
5
- `}};o.styles=[t(n),t(f),t(c),t(d)];o=h([v("ngc-card-header")],o);export{o as NgcCardHeader};
5
+ `}};o.styles=[e(n),e(f),e(c),e(d)];o=h([v("ngc-card-header")],o);export{o as NgcCardHeader};
@@ -1,14 +1,14 @@
1
- import{customElement as d}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as o}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import{generateRandomId as c,getElementId as u}from"../../utils/string-utils.js";import f from"../../packages/web-components/src/tokens/primitive.tokens.scss.js";import b from"../../packages/web-components/src/tokens/semantic.tokens.scss.js";import v from"../../packages/web-components/src/components/checkbox/checkbox.gator.scss.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{TestableLitElement as y}from"../../utils/components/testable-lit-element/testable-lit-element.js";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 x}from"../../node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js";import{createRef as g,ref as R}from"../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/ref.js";import{unsafeCSS as n}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var $=Object.defineProperty,E=Object.getOwnPropertyDescriptor,r=(t,m,s,e)=>{for(var p=e>1?void 0:e?E(m,s):m,a=t.length-1,l;a>=0;a--)(l=t[a])&&(p=(e?l(m,s,p):l(p))||p);return e&&p&&$(m,s,p),p};let i=class extends y{constructor(){super(...arguments),this.id="",this.titleText="",this.value="",this.selected=!1,this.indeterminate=!1,this.hideLabel=!1,this.disabled=!1,this.hasError=!1,this._randomId=c(),this.inputRef=g()}updated(t){super.updated(t),t.has("indeterminate")&&this.inputRef.value&&(this.inputRef.value.indeterminate=this.indeterminate),t.has("hasError")&&this.inputRef.value&&this.inputRef.value.setCustomValidity(this.hasError?"true":"")}render(){const t=this.elementId;return h`
2
- <div id="${t}-checkbox" class="gator-checkbox">
1
+ import{customElement as d}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{generateRandomId as c,getElementId as u}from"../../utils/string-utils.js";import f from"../../packages/web-components/src/tokens/primitive.tokens.scss.js";import b from"../../packages/web-components/src/tokens/semantic.tokens.scss.js";import v from"../../packages/web-components/src/components/checkbox/checkbox.gator.scss.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{TestableLitElement as y}from"../../utils/components/testable-lit-element/testable-lit-element.js";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 x}from"../../node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js";import{createRef as g,ref as R}from"../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/ref.js";import{unsafeCSS as n}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var $=Object.defineProperty,k=Object.getOwnPropertyDescriptor,o=(i,m,s,e)=>{for(var p=e>1?void 0:e?k(m,s):m,a=i.length-1,l;a>=0;a--)(l=i[a])&&(p=(e?l(m,s,p):l(p))||p);return e&&p&&$(m,s,p),p};let t=class extends y{constructor(){super(...arguments),this.id="",this.titleText="",this.value="",this.selected=!1,this.indeterminate=!1,this.hideLabel=!1,this.disabled=!1,this.hasError=!1,this._randomId=c(),this.inputRef=g()}updated(i){super.updated(i),i.has("indeterminate")&&this.inputRef.value&&(this.inputRef.value.indeterminate=this.indeterminate),i.has("hasError")&&this.inputRef.value&&this.inputRef.value.setCustomValidity(this.hasError?"true":"")}render(){const i=this.elementId;return h`
2
+ <div id="${i}-checkbox" class="gator-checkbox">
3
3
  <div class="gator-checkbox-input-wrapper">
4
4
  <input
5
5
  ${R(this.inputRef)}
6
- id="${t}"
6
+ id="${i}"
7
7
  class="gator-checkbox-input"
8
8
  type="checkbox"
9
9
  ?checked="${this.selected}"
10
10
  ?disabled="${this.disabled}"
11
- aria-labelledby="${t}-checkbox"
11
+ aria-labelledby="${i}-checkbox"
12
12
  @change="${this.handleChange}"
13
13
  aria-label="${this.titleText}"
14
14
  />
@@ -20,4 +20,4 @@ import{customElement as d}from"../../node_modules/.pnpm/@lit_reactive-element@2.
20
20
  </label>
21
21
  `}
22
22
  </div>
23
- `}get elementId(){return u(this.id,this._randomId)}handleChange(){this.selected=!this.selected,this.dispatchEvent(new CustomEvent("change",{bubbles:!0,detail:{value:this.value,selected:this.selected}}))}click(){var t;(t=this.inputRef.value)==null||t.click()}};i.shadowRootOptions={...x.shadowRootOptions,delegatesFocus:!0,mode:"open"};i.styles=[n(v),n(f),n(b)];r([o({type:String})],i.prototype,"id",2);r([o({type:String,attribute:"title-text"})],i.prototype,"titleText",2);r([o({type:String})],i.prototype,"value",2);r([o({type:Boolean})],i.prototype,"selected",2);r([o({type:Boolean})],i.prototype,"indeterminate",2);r([o({type:Boolean,attribute:"hide-label"})],i.prototype,"hideLabel",2);r([o({type:Boolean})],i.prototype,"disabled",2);r([o({type:Boolean,attribute:"has-error"})],i.prototype,"hasError",2);i=r([d("ngc-checkbox")],i);export{i as NgcCheckbox};
23
+ `}get elementId(){return u(this.id,this._randomId)}handleChange(){this.selected=!this.selected,this.dispatchEvent(new CustomEvent("change",{bubbles:!0,detail:{value:this.value,selected:this.selected}}))}click(){this.inputRef.value?.click()}};t.shadowRootOptions={...x.shadowRootOptions,delegatesFocus:!0,mode:"open"};t.styles=[n(v),n(f),n(b)];o([r({type:String})],t.prototype,"id",2);o([r({type:String,attribute:"title-text"})],t.prototype,"titleText",2);o([r({type:String})],t.prototype,"value",2);o([r({type:Boolean})],t.prototype,"selected",2);o([r({type:Boolean})],t.prototype,"indeterminate",2);o([r({type:Boolean,attribute:"hide-label"})],t.prototype,"hideLabel",2);o([r({type:Boolean})],t.prototype,"disabled",2);o([r({type:Boolean,attribute:"has-error"})],t.prototype,"hasError",2);t=o([d("ngc-checkbox")],t);export{t as NgcCheckbox};
@@ -1,19 +1,19 @@
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"../../node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js";import{customElement as m}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as n}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import{generateRandomId as g,getElementId as u}from"../../utils/string-utils.js";import b from"../../packages/web-components/src/components/checkbox-group/checkbox-group.gator.scss.js";import x from"../../packages/web-components/src/tokens/primitive.tokens.scss.js";import f from"../../packages/web-components/src/tokens/semantic.tokens.scss.js";import"../checkbox/checkbox.gator.js";import"../input/gator/input-label/input-label.gator.js";import"../input/gator/help-text/help-text.gator.js";import{handleDataTestid as y}from"../../utils/datatestid-utils.js";import{TestableLitElement as v}from"../../utils/components/testable-lit-element/testable-lit-element.js";import{ifDefined as c}from"../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/if-defined.js";import{unsafeCSS as d}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var $=Object.defineProperty,E=Object.getOwnPropertyDescriptor,a=(e,t,s,r)=>{for(var i=r>1?void 0:r?E(t,s):t,l=e.length-1,p;l>=0;l--)(p=e[l])&&(i=(r?p(t,s,i):p(i))||i);return r&&i&&$(t,s,i),i};let o=class extends v{constructor(){super(...arguments),this.id="",this.label="",this.helpText="",this.value=void 0,this.disabled=!1,this.hasError=!1,this.errorMessage="",this.options=[],this._randomId=g()}render(){const e=this.elementId;return h`
1
+ import"../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{html as a}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 m}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{generateRandomId as g,getElementId as u}from"../../utils/string-utils.js";import b from"../../packages/web-components/src/components/checkbox-group/checkbox-group.gator.scss.js";import x from"../../packages/web-components/src/tokens/primitive.tokens.scss.js";import f from"../../packages/web-components/src/tokens/semantic.tokens.scss.js";import"../checkbox/checkbox.gator.js";import"../input/gator/input-label/input-label.gator.js";import"../input/gator/help-text/help-text.gator.js";import{handleDataTestid as y}from"../../utils/datatestid-utils.js";import{TestableLitElement as v}from"../../utils/components/testable-lit-element/testable-lit-element.js";import{ifDefined as c}from"../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/if-defined.js";import{unsafeCSS as d}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var $=Object.defineProperty,E=Object.getOwnPropertyDescriptor,i=(e,s,o,n)=>{for(var t=n>1?void 0:n?E(s,o):s,h=e.length-1,p;h>=0;h--)(p=e[h])&&(t=(n?p(s,o,t):p(t))||t);return n&&t&&$(s,o,t),t};let r=class extends v{constructor(){super(...arguments),this.id="",this.label="",this.helpText="",this.value=void 0,this.disabled=!1,this.hasError=!1,this.errorMessage="",this.options=[],this._randomId=g()}render(){const e=this.elementId;return a`
2
2
  <div class="gator-checkbox-group-container">
3
- ${this.label?h`<ngc-input-label id="${e}-label" data-testid=${c(this.labelDataTestid)}>${this.label}</ngc-input-label>`:null}
3
+ ${this.label?a`<ngc-input-label id="${e}-label" data-testid=${c(this.labelDataTestid)}>${this.label}</ngc-input-label>`:null}
4
4
  <div id="${e}-group"
5
5
  role="group"
6
6
  class="gator-checkbox-group"
7
7
  aria-labelledby="${e}-label"
8
8
  aria-describedby=${this.describedBy}
9
9
  >
10
- ${this.options.length>0?this.checkboxesFromOptions:h`<slot @change=${this.handleCheckboxSelectionChange}></slot>`}
10
+ ${this.options.length>0?this.checkboxesFromOptions:a`<slot @change=${this.handleCheckboxSelectionChange}></slot>`}
11
11
  </div>
12
- ${this.hasError&&this.errorMessage!==""?h`<ngc-help-text id="${e}-error" data-testid=${c(this.errorMessageDataTestid)} icon error>${this.errorMessage}</ngc-help-text>`:null}
13
- ${this.helpText?h`<ngc-help-text id="${e}-help" data-testid=${c(this.helpTextDataTestid)}>${this.helpText}</ngc-help-text>`:null}
12
+ ${this.hasError&&this.errorMessage!==""?a`<ngc-help-text id="${e}-error" data-testid=${c(this.errorMessageDataTestid)} icon error>${this.errorMessage}</ngc-help-text>`:null}
13
+ ${this.helpText?a`<ngc-help-text id="${e}-help" data-testid=${c(this.helpTextDataTestid)}>${this.helpText}</ngc-help-text>`:null}
14
14
  </div>
15
- `}get elementId(){return u(this.id,this._randomId)}get describedBy(){const e=[];return this.errorMessage&&e.push(`${this.elementId}-error`),this.helpText&&e.push(`${this.elementId}-help`),e.join(" ")}get checkboxesFromOptions(){return h`
16
- ${this.options.map(e=>h`
15
+ `}get elementId(){return u(this.id,this._randomId)}get describedBy(){const e=[];return this.errorMessage&&e.push(`${this.elementId}-error`),this.helpText&&e.push(`${this.elementId}-help`),e.join(" ")}get checkboxesFromOptions(){return a`
16
+ ${this.options.map(e=>a`
17
17
  <ngc-checkbox
18
18
  value="${e.value}"
19
19
  @change=${this.handleCheckboxSelectionChange}
@@ -21,4 +21,4 @@ import"../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/re
21
21
  >
22
22
  </ngc-checkbox>
23
23
  `)}
24
- `}handleCheckboxSelectionChange(e){var r;const t=e;e.stopImmediatePropagation();const s=new Set((r=this.value)==null?void 0:r.split(";"));t.detail.selected?s.add(t.detail.value):s.delete(t.detail.value),this.value=Array.from(s).join(";"),this.dispatchEvent(new CustomEvent("change",{bubbles:!0,composed:!0,detail:this.value}))}get checkboxElements(){var t,s,r;if(this.options.length>0)return(t=this.shadowRoot)==null?void 0:t.querySelectorAll("ngc-checkbox");const e=(r=(s=this.shadowRoot)==null?void 0:s.querySelector("slot"))==null?void 0:r.assignedElements();return e&&e.length===1&&e[0]instanceof HTMLSlotElement?e[0].assignedElements():e}updated(){var s;const e=new Set((s=this.value)==null?void 0:s.split(";")),t=this.checkboxElements;t&&t.length>0&&t.forEach((r,i)=>{const l=r;l.selected=e.has(l.value),l.disabled=this.disabled,l.hasError=this.hasError,y(l,this.dataTestid,`checkbox-${i}`)})}};o.styles=[d(x),d(f),d(b)];a([n({type:String})],o.prototype,"id",2);a([n({type:String})],o.prototype,"label",2);a([n({type:String,attribute:"help-text"})],o.prototype,"helpText",2);a([n({type:String})],o.prototype,"value",2);a([n({type:Boolean})],o.prototype,"disabled",2);a([n({type:Boolean,attribute:"has-error"})],o.prototype,"hasError",2);a([n({type:String,attribute:"error-message"})],o.prototype,"errorMessage",2);a([n({type:Array})],o.prototype,"options",2);o=a([m("ngc-checkbox-group")],o);export{o as NgcCheckboxGroup};
24
+ `}handleCheckboxSelectionChange(e){const s=e;e.stopImmediatePropagation();const o=new Set(this.value?.split(";"));s.detail.selected?o.add(s.detail.value):o.delete(s.detail.value),this.value=Array.from(o).join(";"),this.dispatchEvent(new CustomEvent("change",{bubbles:!0,composed:!0,detail:this.value}))}get checkboxElements(){if(this.options.length>0)return this.shadowRoot?.querySelectorAll("ngc-checkbox");const e=this.shadowRoot?.querySelector("slot")?.assignedElements();return e&&e.length===1&&e[0]instanceof HTMLSlotElement?e[0].assignedElements():e}updated(){const e=new Set(this.value?.split(";")),s=this.checkboxElements;s&&s.length>0&&s.forEach((o,n)=>{const t=o;t.selected=e.has(t.value),t.disabled=this.disabled,t.hasError=this.hasError,y(t,this.dataTestid,`checkbox-${n}`)})}};r.styles=[d(x),d(f),d(b)];i([l({type:String})],r.prototype,"id",2);i([l({type:String})],r.prototype,"label",2);i([l({type:String,attribute:"help-text"})],r.prototype,"helpText",2);i([l({type:String})],r.prototype,"value",2);i([l({type:Boolean})],r.prototype,"disabled",2);i([l({type:Boolean,attribute:"has-error"})],r.prototype,"hasError",2);i([l({type:String,attribute:"error-message"})],r.prototype,"errorMessage",2);i([l({type:Array})],r.prototype,"options",2);r=i([m("ngc-checkbox-group")],r);export{r as NgcCheckboxGroup};
@@ -1 +1 @@
1
- import{property as t}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import{TestableLitElement as d}from"../../utils/components/testable-lit-element/testable-lit-element.js";var n=Object.defineProperty,r=(p,i,l,y)=>{for(var e=void 0,s=p.length-1,a;s>=0;s--)(a=p[s])&&(e=a(i,l,e)||e);return e&&n(i,l,e),e};class o extends d{constructor(){super(...arguments),this.disabled=!1,this.readonly=!1,this.type=null,this.size=null,this.hideBorder=!1}}r([t({type:Boolean})],o.prototype,"disabled");r([t({type:Boolean})],o.prototype,"readonly");r([t()],o.prototype,"type");r([t()],o.prototype,"size");r([t({type:Boolean,attribute:"hide-border"})],o.prototype,"hideBorder");export{o as NjcChip};
1
+ import{property as t}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import{TestableLitElement as n}from"../../utils/components/testable-lit-element/testable-lit-element.js";var d=Object.defineProperty,e=(s,p,a,y)=>{for(var o=void 0,i=s.length-1,l;i>=0;i--)(l=s[i])&&(o=l(p,a,o)||o);return o&&d(p,a,o),o};class r extends n{constructor(){super(...arguments),this.disabled=!1,this.readonly=!1,this.type=null,this.size=null,this.hideBorder=!1,this.startIcon="",this.dismissible=!1}}e([t({type:Boolean})],r.prototype,"disabled");e([t({type:Boolean})],r.prototype,"readonly");e([t()],r.prototype,"type");e([t()],r.prototype,"size");e([t({type:Boolean,attribute:"hide-border"})],r.prototype,"hideBorder");e([t({type:String,attribute:"start-icon"})],r.prototype,"startIcon");e([t({type:Boolean,attribute:"dismissible"})],r.prototype,"dismissible");export{r as NjcChip};
@@ -1,17 +1,27 @@
1
- import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{html as p}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 n}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import m from"../../../packages/web-components/src/tokens/primitive.tokens.scss.js";import u from"../../../packages/web-components/src/tokens/semantic.tokens.scss.js";import g from"../../../packages/web-components/src/components/chip/gator/chip.gator.scss.js";import{NjcChip as c}from"../chip.js";import{classMap as h}from"../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/class-map.js";import{unsafeCSS as r}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var b=Object.getOwnPropertyDescriptor,f=(t,o,d,a)=>{for(var s=a>1?void 0:a?b(o,d):o,i=t.length-1,l;i>=0;i--)(l=t[i])&&(s=l(s)||s);return s};let e=class extends c{render(){return this.readonly?this.readonlyChipMarkup:this.chipMarkup}get chipMarkup(){return p`
1
+ import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{nothing as r,html as i}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 m}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import b from"../../../packages/web-components/src/tokens/primitive.tokens.scss.js";import u from"../../../packages/web-components/src/tokens/semantic.tokens.scss.js";import g from"../../../packages/web-components/src/components/chip/gator/chip.gator.scss.js";import{NjcChip as d}from"../chip.js";import{classMap as h}from"../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/class-map.js";import{unsafeCSS as l}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var v=Object.getOwnPropertyDescriptor,f=(s,o,p,n)=>{for(var t=n>1?void 0:n?v(o,p):o,a=s.length-1,c;a>=0;a--)(c=s[a])&&(t=c(t)||t);return t};let e=class extends d{render(){return this.readonly||this.dismissible?this.readonlyChipMarkup:this.chipMarkup}get chipMarkup(){return i`
2
2
  <button
3
3
  class=${h(this.classes)}
4
4
  ?disabled="${this.disabled}"
5
5
  @click=${this.handleClick}
6
6
  >
7
- <slot></slot>
7
+ ${this.startIcon?i`<ngc-icon name="${this.startIcon}" size="x-small"></ngc-icon>`:r}
8
+ <div class="chip-label"><slot></slot></div>
8
9
  </button>
9
- `}get readonlyChipMarkup(){return p`
10
+ `}get readonlyChipMarkup(){return i`
10
11
  <div
11
12
  class="gator-chip__read-only ${h(this.classes)}"
12
13
  aria-disabled="${this.disabled}"
13
14
  @click=${this.handleClick}
14
15
  >
15
- <slot></slot>
16
+ ${this.startIcon?i`<ngc-icon name="${this.startIcon}" size="x-small"></ngc-icon>`:r}
17
+ <div class="chip-label"><slot></slot></div>
18
+ ${this.dismissible?i`
19
+ <ngc-icon-button
20
+ icon-name="exit-circle"
21
+ size="small"
22
+ @click=${this.handleDismiss}
23
+ ?disabled="${this.disabled}"
24
+ .ariaLabel="Remove ${this.textContent?.trim()}"
25
+ ></ngc-icon-button>`:r}
16
26
  </div>
17
- `}handleClick(t){t.stopPropagation(),t.preventDefault(),!(this.disabled||this.readonly)&&this.dispatchEvent(new Event("click",{bubbles:!0}))}get classes(){return{"gator-chip":!0,"gator-chip_small":this.size==="small","gator-chip_disabled":this.disabled,"hide-border":this.hideBorder,[`gator-chip_${this.type}`]:this.type!==null}}};e.shadowRootOptions={...c.shadowRootOptions,delegatesFocus:!0};e.styles=[r(g),r(m),r(u)];e=f([n("ngc-chip")],e);export{e as NgcChip};
27
+ `}handleClick(s){s.stopPropagation(),s.preventDefault(),!(this.disabled||this.readonly||this.dismissible)&&this.dispatchEvent(new Event("click",{bubbles:!0}))}handleDismiss(s){s.stopPropagation(),s.preventDefault(),!this.disabled&&this.dispatchEvent(new Event("dismiss",{bubbles:!0}))}get classes(){return{"gator-chip":!0,"gator-chip_small":this.size==="small","gator-chip_disabled":this.disabled,"hide-border":this.hideBorder,[`gator-chip_${this.type}`]:this.type!==null}}};e.shadowRootOptions={...d.shadowRootOptions,delegatesFocus:!0};e.styles=[l(g),l(b),l(u)];e=f([m("ngc-chip")],e);export{e as NgcChip};
@@ -1 +1 @@
1
- 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 h}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/state.js";import{createRef as c}from"../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/ref.js";import{TestableLitElement as p}from"../../../utils/components/testable-lit-element/testable-lit-element.js";var u=Object.defineProperty,r=(d,e,t,s)=>{for(var o=void 0,a=d.length-1,n;a>=0;a--)(n=d[a])&&(o=n(e,t,o)||o);return o&&u(e,t,o),o};class i extends p{constructor(){super(...arguments),this.options=[],this.value="",this.label="",this.placeholder="Search...",this.open=!1,this.required=!1,this.valid=!0,this.requiredErrorText="Select an option from the picklist or remove the search term.",this.displayedErrorText="",this._comboboxRef=c()}selectOption(e){this.open=!1,this.value=e.value,this.valid=!0,this.displayedErrorText="",this.dispatchEvent(new CustomEvent("change",{detail:e,bubbles:!0})),setTimeout(()=>{var s;let t=(s=this.shadowRoot)==null?void 0:s.querySelector('div[role="combobox"]');t==null||t.focus()})}setFocusClassForListItemAtIndex(e){var s,o,a,n;const t=(s=this.shadowRoot)==null?void 0:s.querySelectorAll('[role="option"]');(o=t[e])==null||o.classList.add("slds-has-focus"),(n=this._comboboxRef.value)==null||n.setAttribute("aria-activedescendant",(a=t[e])==null?void 0:a.id)}removeFocusClassForListItemAtIndex(e){var s,o;(o=((s=this.shadowRoot)==null?void 0:s.querySelectorAll('[role="option"]'))[e])==null||o.classList.remove("slds-has-focus")}getActiveIndexOfListItems(){var s,o;const e=(s=this.shadowRoot)==null?void 0:s.querySelectorAll('[role="option"]'),t=(o=this.shadowRoot)==null?void 0:o.querySelector(".slds-has-focus");return Array.from(e).indexOf(t)}getListItemNodes(){var e;return(e=this.shadowRoot)==null?void 0:e.querySelectorAll('[role="option"]')}scrollIntoView(){var t;const e=(t=this.shadowRoot)==null?void 0:t.querySelector(".slds-has-focus");e==null||e.scrollIntoView({block:"nearest"})}handleArrowDown(){this.open||(this.open=!0);let e=this.getActiveIndexOfListItems();e===-1&&this.setFocusClassForListItemAtIndex(0);let t=e+1;t>this.getListItemNodes().length-1&&(t=0),this.setFocusClassForListItemAtIndex(t),this.removeFocusClassForListItemAtIndex(e),this.scrollIntoView()}handleArrowUp(){this.open||(this.open=!0);let e=this.getActiveIndexOfListItems(),t=e-1;t<0&&(t=this.getListItemNodes().length-1),this.setFocusClassForListItemAtIndex(t),this.removeFocusClassForListItemAtIndex(e),this.scrollIntoView()}}r([l()],i.prototype,"options");r([l()],i.prototype,"value");r([l()],i.prototype,"label");r([l()],i.prototype,"placeholder");r([l({type:Boolean})],i.prototype,"open");r([l({type:Boolean})],i.prototype,"required");r([l({type:Boolean})],i.prototype,"valid");r([l({attribute:"required-error-text"})],i.prototype,"requiredErrorText");r([h()],i.prototype,"displayedErrorText");export{i as NjcCombobox};
1
+ import{property as r}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import{state as d}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/state.js";import{createRef as h}from"../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/ref.js";import{TestableLitElement as c}from"../../../utils/components/testable-lit-element/testable-lit-element.js";var p=Object.defineProperty,o=(l,e,t,u)=>{for(var i=void 0,n=l.length-1,a;n>=0;n--)(a=l[n])&&(i=a(e,t,i)||i);return i&&p(e,t,i),i};class s extends c{constructor(){super(...arguments),this.options=[],this.value="",this.label="",this.placeholder="Search...",this.open=!1,this.required=!1,this.valid=!0,this.requiredErrorText="Select an option from the picklist or remove the search term.",this.displayedErrorText="",this._comboboxRef=h()}selectOption(e){this.open=!1,this.value=e.value,this.valid=!0,this.displayedErrorText="",this.dispatchEvent(new CustomEvent("change",{detail:e,bubbles:!0})),setTimeout(()=>{this.shadowRoot?.querySelector('div[role="combobox"]')?.focus()})}setFocusClassForListItemAtIndex(e){const t=this.shadowRoot?.querySelectorAll('[role="option"]');t[e]?.classList.add("slds-has-focus"),this._comboboxRef.value?.setAttribute("aria-activedescendant",t[e]?.id)}removeFocusClassForListItemAtIndex(e){(this.shadowRoot?.querySelectorAll('[role="option"]'))[e]?.classList.remove("slds-has-focus")}getActiveIndexOfListItems(){const e=this.shadowRoot?.querySelectorAll('[role="option"]'),t=this.shadowRoot?.querySelector(".slds-has-focus");return Array.from(e).indexOf(t)}getListItemNodes(){return this.shadowRoot?.querySelectorAll('[role="option"]')}scrollIntoView(){this.shadowRoot?.querySelector(".slds-has-focus")?.scrollIntoView({block:"nearest"})}handleArrowDown(){this.open||(this.open=!0);let e=this.getActiveIndexOfListItems();e===-1&&this.setFocusClassForListItemAtIndex(0);let t=e+1;t>this.getListItemNodes().length-1&&(t=0),this.setFocusClassForListItemAtIndex(t),this.removeFocusClassForListItemAtIndex(e),this.scrollIntoView()}handleArrowUp(){this.open||(this.open=!0);let e=this.getActiveIndexOfListItems(),t=e-1;t<0&&(t=this.getListItemNodes().length-1),this.setFocusClassForListItemAtIndex(t),this.removeFocusClassForListItemAtIndex(e),this.scrollIntoView()}}o([r()],s.prototype,"options");o([r()],s.prototype,"value");o([r()],s.prototype,"label");o([r()],s.prototype,"placeholder");o([r({type:Boolean})],s.prototype,"open");o([r({type:Boolean})],s.prototype,"required");o([r({type:Boolean})],s.prototype,"valid");o([r({attribute:"required-error-text"})],s.prototype,"requiredErrorText");o([d()],s.prototype,"displayedErrorText");export{s as NjcCombobox};
@@ -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 r}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 y from"../../../packages/web-components/src/index.slds.scss.js";import{customElement as T}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as h}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import{state as I}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/state.js";import{NjcCombobox as g}from"./combobox.js";import{generateRandomId as C}from"../../../utils/string-utils.js";import"../../input/slds/input-label/input-label.slds.js";import"../../input/slds/input-error/input-error.slds.js";import{KEY_CONSTANTS as p}from"../../../consts/key-constants.js";import{ref as f}from"../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/ref.js";import{handleDataTestid as n}from"../../../utils/datatestid-utils.js";import"../combobox-item/combobox-item.slds.js";import"../../icon/slds/icon.slds.js";import{unsafeCSS as S,css as E}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var L=Object.defineProperty,A=Object.getOwnPropertyDescriptor,d=(s,e,t,a)=>{for(var o=a>1?void 0:a?A(e,t):e,c=s.length-1,l;c>=0;c--)(l=s[c])&&(o=(a?l(e,t,o):l(o))||o);return a&&o&&L(e,t,o),o},v=(s=>(s.FIVE="5",s.SEVEN="7",s.TEN="10",s.NOSCROLL="",s))(v||{});let i=class extends g{constructor(){super(...arguments),this.autocomplete=!1,this.clearAssistiveText="Clear",this.comboboxAriaLabel="Dropdown Items",this.dropdownLength="10",this._searchValue="",this._generatedId=C()}updated(){this.updateDataTestids()}render(){return r`
1
+ import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{html as a}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 _ from"../../../packages/web-components/src/index.slds.scss.js";import{customElement as f}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as h}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import{state as v}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/state.js";import{NjcCombobox as b}from"./combobox.js";import{generateRandomId as g}from"../../../utils/string-utils.js";import"../../input/slds/input-label/input-label.slds.js";import"../../input/slds/input-error/input-error.slds.js";import{KEY_CONSTANTS as p}from"../../../consts/key-constants.js";import{ref as u}from"../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/ref.js";import{handleDataTestid as l}from"../../../utils/datatestid-utils.js";import"../combobox-item/combobox-item.slds.js";import"../../icon/slds/icon.slds.js";import{unsafeCSS as $,css as w}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var y=Object.defineProperty,T=Object.getOwnPropertyDescriptor,r=(e,t,n,i)=>{for(var s=i>1?void 0:i?T(t,n):t,d=e.length-1,c;d>=0;d--)(c=e[d])&&(s=(i?c(t,n,s):c(s))||s);return i&&s&&y(t,n,s),s},m=(e=>(e.FIVE="5",e.SEVEN="7",e.TEN="10",e.NOSCROLL="",e))(m||{});let o=class extends b{constructor(){super(...arguments),this.autocomplete=!1,this.clearAssistiveText="Clear",this.comboboxAriaLabel="Dropdown Items",this.dropdownLength="10",this._searchValue="",this._generatedId=g()}updated(){this.updateDataTestids()}render(){return a`
2
2
  <div class="slds-form-element${this.valid?"":" slds-has-error"}" @focusout=${this._topLevelFocusOut}>
3
3
  <nsc-input-label
4
4
  .required="${this.required}"
@@ -21,12 +21,12 @@ import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit
21
21
  role="listbox"
22
22
  >
23
23
  <ul class="slds-listbox slds-listbox_vertical" role="presentation">
24
- ${this._filteredOptions.map(s=>r`
24
+ ${this._filteredOptions.map(e=>a`
25
25
  <nsc-combobox-item
26
26
  .searchValue="${this._searchValue}"
27
- label="${s.label}"
28
- value="${s.value}"
29
- @change=${()=>this.selectOption(s)}
27
+ label="${e.label}"
28
+ value="${e.value}"
29
+ @change=${()=>this.selectOption(e)}
30
30
  .selectedValue="${this.value}"
31
31
  ></nsc-combobox-item>
32
32
  `)}
@@ -36,13 +36,13 @@ import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit
36
36
  </div>
37
37
  </div>
38
38
  </div>
39
- ${this.displayedErrorText?r`<nsc-input-error>${this.displayedErrorText}</nsc-input-error>`:null}
39
+ ${this.displayedErrorText?a`<nsc-input-error>${this.displayedErrorText}</nsc-input-error>`:null}
40
40
  </div>
41
- `}get dropdownLengthClass(){return this.dropdownLength!=""?`slds-dropdown_length-${this.dropdownLength}`:""}get optionLabel(){var s;return((s=this.options.find(e=>e.value===this.value))==null?void 0:s.label)??""}get dropdownTriggerMarkup(){return r`
41
+ `}get dropdownLengthClass(){return this.dropdownLength!=""?`slds-dropdown_length-${this.dropdownLength}`:""}get optionLabel(){return this.options.find(e=>e.value===this.value)?.label??""}get dropdownTriggerMarkup(){return a`
42
42
  <div class="slds-combobox__form-element slds-input-has-icon slds-input-has-icon_right" role="none">
43
43
  <div
44
44
  role="combobox"
45
- ${f(this._comboboxRef)}
45
+ ${u(this._comboboxRef)}
46
46
  @keydown=${this.handleKeyDown}
47
47
  tabindex="0"
48
48
  class="${this._fauxInputClasses}"
@@ -59,7 +59,7 @@ import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit
59
59
  <nsc-icon name="down" size="x-small" svg-classes="slds-icon-text-default"></nsc-icon>
60
60
  </span>
61
61
  </div>
62
- `}get _fauxInputClasses(){return`slds-input_faux slds-combobox__input ${this.value?"slds-combobox__input-value":""}`}handleDropdownClick(){this.open=!this.open}get autocompleteMarkup(){return this.value?r`
62
+ `}get _fauxInputClasses(){return`slds-input_faux slds-combobox__input ${this.value?"slds-combobox__input-value":""}`}handleDropdownClick(){this.open=!this.open}get autocompleteMarkup(){return this.value?a`
63
63
  <div role="combobox"
64
64
  tabindex="0"
65
65
  class="slds-input_faux slds-combobox__input slds-combobox__input-value"
@@ -74,10 +74,10 @@ import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit
74
74
  <nsc-icon name="close" size="x-small" svg-classes="slds-icon-text-default"></nsc-icon>
75
75
  <span class="slds-assistive-text">${this.clearAssistiveText}</span>
76
76
  </button>
77
- `:r`
77
+ `:a`
78
78
  <div class="slds-combobox__form-element slds-input-has-icon slds-input-has-icon_right" role="none">
79
79
  <input
80
- ${f(this._comboboxRef)}
80
+ ${u(this._comboboxRef)}
81
81
  type="text"
82
82
  class="slds-input slds-combobox__input"
83
83
  id="combobox-id-${this._generatedId}"
@@ -99,10 +99,10 @@ import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit
99
99
  <nsc-icon name="search" size="x-small" svg-classes="slds-icon-text-default"></nsc-icon>
100
100
  </span>
101
101
  </div>
102
- `}handleKeyDown(s){var e;switch(s.key){case p.DOWN:this.handleArrowDown(),s.preventDefault();break;case p.UP:this.handleArrowUp(),s.preventDefault();break;case p.ENTER:let t=(e=this.shadowRoot)==null?void 0:e.querySelector(".slds-has-focus");t?t.click():this.open=!this.open,s.preventDefault();break;case p.ESCAPE:this.open&&s.stopPropagation(),this.open=!1,this.clearFocusClassFromOptions(),s.preventDefault();break}}_topLevelFocusOut(s){s.currentTarget&&s.relatedTarget&&s.currentTarget.contains(s.relatedTarget)||((this.required||this._searchValue)&&!this.value?(this.valid=!1,this.displayedErrorText=this.requiredErrorText):(this.valid=!0,this.displayedErrorText=""),this.open=!1,this.clearFocusClassFromOptions())}clearFocusClassFromOptions(){var e;((e=this.shadowRoot)==null?void 0:e.querySelectorAll('[role="option"]')).forEach(t=>t.classList.remove("slds-has-focus"))}clearValue(){this.value="",this._searchValue="",this.dispatchEvent(new CustomEvent("change",{detail:void 0,bubbles:!0})),setTimeout(()=>{var e;let s=(e=this.shadowRoot)==null?void 0:e.getElementById(`combobox-id-${this._generatedId}`);s==null||s.focus()})}_handleAutocompleteInput(s){var e;this.open||(this.open=!0),this._searchValue=((e=s==null?void 0:s.target)==null?void 0:e.value)??""}get _filteredOptions(){return this._searchValue?this.options.filter(s=>s.label.toLowerCase().includes(this._searchValue.toLowerCase())):this.options}updateDataTestids(){var l,u,b,m,x,_;const s=(l=this.shadowRoot)==null?void 0:l.querySelector('[role="combobox"]');n(s,this.dataTestid,"combobox");const e=(u=this.shadowRoot)==null?void 0:u.querySelector('[role="listbox"]');n(e,this.dataTestid,"listbox");const t=(b=this.shadowRoot)==null?void 0:b.querySelector('button[title="Clear"]');n(t,this.dataTestid,"clear-button");const a=(m=this.shadowRoot)==null?void 0:m.querySelector("nsc-input-label");n(a,this.dataTestid,"label");const o=(x=this.shadowRoot)==null?void 0:x.querySelector("nsc-input-error");n(o,this.dataTestid,"error");const c=(_=this.shadowRoot)==null?void 0:_.querySelectorAll("nsc-combobox-item");for(let[$,w]of c.entries())n(w,this.dataTestid,`option-${$}`)}};i.shadowRootOptions={...g.shadowRootOptions,delegatesFocus:!0};i.styles=[S(y),E`
102
+ `}handleKeyDown(e){switch(e.key){case p.DOWN:this.handleArrowDown(),e.preventDefault();break;case p.UP:this.handleArrowUp(),e.preventDefault();break;case p.ENTER:let t=this.shadowRoot?.querySelector(".slds-has-focus");t?t.click():this.open=!this.open,e.preventDefault();break;case p.ESCAPE:this.open&&e.stopPropagation(),this.open=!1,this.clearFocusClassFromOptions(),e.preventDefault();break}}_topLevelFocusOut(e){e.currentTarget&&e.relatedTarget&&e.currentTarget.contains(e.relatedTarget)||((this.required||this._searchValue)&&!this.value?(this.valid=!1,this.displayedErrorText=this.requiredErrorText):(this.valid=!0,this.displayedErrorText=""),this.open=!1,this.clearFocusClassFromOptions())}clearFocusClassFromOptions(){(this.shadowRoot?.querySelectorAll('[role="option"]')).forEach(t=>t.classList.remove("slds-has-focus"))}clearValue(){this.value="",this._searchValue="",this.dispatchEvent(new CustomEvent("change",{detail:void 0,bubbles:!0})),setTimeout(()=>{this.shadowRoot?.getElementById(`combobox-id-${this._generatedId}`)?.focus()})}_handleAutocompleteInput(e){this.open||(this.open=!0),this._searchValue=e?.target?.value??""}get _filteredOptions(){return this._searchValue?this.options.filter(e=>e.label.toLowerCase().includes(this._searchValue.toLowerCase())):this.options}updateDataTestids(){const e=this.shadowRoot?.querySelector('[role="combobox"]');l(e,this.dataTestid,"combobox");const t=this.shadowRoot?.querySelector('[role="listbox"]');l(t,this.dataTestid,"listbox");const n=this.shadowRoot?.querySelector('button[title="Clear"]');l(n,this.dataTestid,"clear-button");const i=this.shadowRoot?.querySelector("nsc-input-label");l(i,this.dataTestid,"label");const s=this.shadowRoot?.querySelector("nsc-input-error");l(s,this.dataTestid,"error");const d=this.shadowRoot?.querySelectorAll("nsc-combobox-item");for(let[c,x]of d.entries())l(x,this.dataTestid,`option-${c}`)}};o.shadowRootOptions={...b.shadowRootOptions,delegatesFocus:!0};o.styles=[$(_),w`
103
103
  .clear-icon {
104
104
  position: absolute;
105
105
  right: 0.5rem;
106
106
  top: 0.45rem;
107
107
  }
108
- `];d([h({type:Boolean})],i.prototype,"autocomplete",2);d([h({type:String,attribute:"clear-assistive-text"})],i.prototype,"clearAssistiveText",2);d([h({type:String,attribute:"combobox-aria-label"})],i.prototype,"comboboxAriaLabel",2);d([h({type:v,attribute:"dropdown-length"})],i.prototype,"dropdownLength",2);d([I()],i.prototype,"_searchValue",2);i=d([T("nsc-combobox")],i);export{v as COMBOBOX_DROPDOWN_LENGTH,i as NjcSldsCombobox};
108
+ `];r([h({type:Boolean})],o.prototype,"autocomplete",2);r([h({type:String,attribute:"clear-assistive-text"})],o.prototype,"clearAssistiveText",2);r([h({type:String,attribute:"combobox-aria-label"})],o.prototype,"comboboxAriaLabel",2);r([h({type:m,attribute:"dropdown-length"})],o.prototype,"dropdownLength",2);r([v()],o.prototype,"_searchValue",2);o=r([f("nsc-combobox")],o);export{m as COMBOBOX_DROPDOWN_LENGTH,o as NjcSldsCombobox};