@ncino/web-components 2.2.0-preview.6 → 2.2.0-preview.7

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 (492) hide show
  1. package/dist/components/accordion/gator/base/accordion.gator.js +6 -6
  2. package/dist/components/accordion/gator/group/accordion-group.gator.js +2 -2
  3. package/dist/components/accordion/index.js +1 -1
  4. package/dist/components/alert/gator/base/alert.gator.js +2 -2
  5. package/dist/components/alert/index.js +1 -1
  6. package/dist/components/banner/gator/banner.gator.js +2 -2
  7. package/dist/components/banner/index.js +1 -1
  8. package/dist/components/boolean/boolean.gator.js +5 -5
  9. package/dist/components/boolean/index.js +1 -1
  10. package/dist/components/checkbox/checkbox.gator.js +4 -4
  11. package/dist/components/checkbox/index.js +1 -1
  12. package/dist/components/checkbox-group/checkbox-group.gator.js +12 -12
  13. package/dist/components/checkbox-group/index.js +1 -1
  14. package/dist/components/date-picker/base/gator/datepicker.gator.js +30 -30
  15. package/dist/components/display-card/gator/display-card.gator.js +5 -5
  16. package/dist/components/display-card/index.js +1 -1
  17. package/dist/components/headline-card/gator/headline-card.gator.js +2 -2
  18. package/dist/components/headline-card/index.js +1 -1
  19. package/dist/components/icon/gator/icon.gator.js +1 -1
  20. package/dist/components/icon/gator/index.js +1 -1
  21. package/dist/components/icon/gator/templates/add-link.js +12 -0
  22. package/dist/components/icon/gator/templates/airplane.js +8 -0
  23. package/dist/components/icon/gator/templates/alarm.js +8 -0
  24. package/dist/components/icon/gator/templates/apartment.js +8 -0
  25. package/dist/components/icon/gator/templates/arrow-around.js +8 -0
  26. package/dist/components/icon/gator/templates/arrow-down.js +8 -0
  27. package/dist/components/icon/gator/templates/arrow-left.js +3 -11
  28. package/dist/components/icon/gator/templates/arrow-line-left.js +8 -0
  29. package/dist/components/icon/gator/templates/arrow-line-right.js +8 -0
  30. package/dist/components/icon/gator/templates/arrow-right.js +6 -6
  31. package/dist/components/icon/gator/templates/arrow-up.js +8 -0
  32. package/dist/components/icon/gator/templates/bank.js +8 -0
  33. package/dist/components/icon/gator/templates/bell-disabled.js +8 -0
  34. package/dist/components/icon/gator/templates/bell.js +8 -0
  35. package/dist/components/icon/gator/templates/binoculars.js +8 -0
  36. package/dist/components/icon/gator/templates/book.js +8 -0
  37. package/dist/components/icon/gator/templates/box.js +8 -0
  38. package/dist/components/icon/gator/templates/cake.js +8 -0
  39. package/dist/components/icon/gator/templates/calculator.js +8 -0
  40. package/dist/components/icon/gator/templates/calendar.js +6 -2
  41. package/dist/components/icon/gator/templates/camera.js +8 -0
  42. package/dist/components/icon/gator/templates/caret-up-down.js +8 -0
  43. package/dist/components/icon/gator/templates/case.js +14 -0
  44. package/dist/components/icon/gator/templates/chart-rise.js +8 -0
  45. package/dist/components/icon/gator/templates/chat.js +8 -0
  46. package/dist/components/icon/gator/templates/check-circle.js +3 -12
  47. package/dist/components/icon/gator/templates/check.js +6 -3
  48. package/dist/components/icon/gator/templates/checkbox-selected.js +2 -2
  49. package/dist/components/icon/gator/templates/chevron-down.js +8 -13
  50. package/dist/components/icon/gator/templates/chevron-left.js +4 -10
  51. package/dist/components/icon/gator/templates/chevron-right.js +3 -9
  52. package/dist/components/icon/gator/templates/chevron-up.js +8 -13
  53. package/dist/components/icon/gator/templates/circle-arrow-down.js +8 -0
  54. package/dist/components/icon/gator/templates/circle-arrow-left.js +8 -0
  55. package/dist/components/icon/gator/templates/circle-arrow-right.js +8 -0
  56. package/dist/components/icon/gator/templates/circle-arrow-up.js +8 -0
  57. package/dist/components/icon/gator/templates/circle-filled.js +10 -0
  58. package/dist/components/icon/gator/templates/circle.js +8 -0
  59. package/dist/components/icon/gator/templates/city.js +8 -0
  60. package/dist/components/icon/gator/templates/clipboard.js +8 -0
  61. package/dist/components/icon/gator/templates/clock-clockwise.js +8 -0
  62. package/dist/components/icon/gator/templates/clock-counter-clockwise.js +8 -0
  63. package/dist/components/icon/gator/templates/clock.js +8 -0
  64. package/dist/components/icon/gator/templates/collapse.js +8 -0
  65. package/dist/components/icon/gator/templates/cone.js +8 -0
  66. package/dist/components/icon/gator/templates/contact-info.js +8 -0
  67. package/dist/components/icon/gator/templates/copy.js +8 -0
  68. package/dist/components/icon/gator/templates/credit-card.js +8 -0
  69. package/dist/components/icon/gator/templates/crop.js +8 -0
  70. package/dist/components/icon/gator/templates/crosshairs.js +8 -0
  71. package/dist/components/icon/gator/templates/currency-dollar-simple.js +8 -0
  72. package/dist/components/icon/gator/templates/currency-eur.js +8 -0
  73. package/dist/components/icon/gator/templates/currency-gbp.js +8 -0
  74. package/dist/components/icon/gator/templates/currency-inr.js +8 -0
  75. package/dist/components/icon/gator/templates/currency-jpy.js +8 -0
  76. package/dist/components/icon/gator/templates/currency-krw.js +8 -0
  77. package/dist/components/icon/gator/templates/currency-kzt.js +8 -0
  78. package/dist/components/icon/gator/templates/currency-ngn.js +8 -0
  79. package/dist/components/icon/gator/templates/currency-rub.js +8 -0
  80. package/dist/components/icon/gator/templates/cursor-arrow.js +61 -0
  81. package/dist/components/icon/gator/templates/cursor-hand.js +52 -0
  82. package/dist/components/icon/gator/templates/cursor.js +8 -0
  83. package/dist/components/icon/gator/templates/dashboard.js +5 -8
  84. package/dist/components/icon/gator/templates/delete.js +8 -0
  85. package/dist/components/icon/gator/templates/dna.js +8 -0
  86. package/dist/components/icon/gator/templates/document-add.js +8 -0
  87. package/dist/components/icon/gator/templates/document-check.js +12 -0
  88. package/dist/components/icon/gator/templates/document-e-sign.js +12 -0
  89. package/dist/components/icon/gator/templates/document-image.js +8 -0
  90. package/dist/components/icon/gator/templates/document-pdf.js +8 -0
  91. package/dist/components/icon/gator/templates/document-sign.js +12 -0
  92. package/dist/components/icon/gator/templates/document-zip.js +8 -0
  93. package/dist/components/icon/gator/templates/document.js +8 -0
  94. package/dist/components/icon/gator/templates/dollar-bills.js +24 -0
  95. package/dist/components/icon/gator/templates/dollar-house.js +12 -0
  96. package/dist/components/icon/gator/templates/down-payment.js +16 -0
  97. package/dist/components/icon/gator/templates/download.js +8 -0
  98. package/dist/components/icon/gator/templates/drag-drop.js +28 -0
  99. package/dist/components/icon/gator/templates/earth.js +8 -0
  100. package/dist/components/icon/gator/templates/exit-circle.js +2 -11
  101. package/dist/components/icon/gator/templates/exit-left.js +8 -0
  102. package/dist/components/icon/gator/templates/exit.js +6 -3
  103. package/dist/components/icon/gator/templates/expand-arrows.js +8 -0
  104. package/dist/components/icon/gator/templates/expand.js +8 -0
  105. package/dist/components/icon/gator/templates/export.js +8 -0
  106. package/dist/components/icon/gator/templates/eye-closed.js +8 -0
  107. package/dist/components/icon/gator/templates/eye-crossed.js +5 -3
  108. package/dist/components/icon/gator/templates/eye.js +8 -0
  109. package/dist/components/icon/gator/templates/facebook-logo.js +8 -0
  110. package/dist/components/icon/gator/templates/file-code.js +8 -0
  111. package/dist/components/icon/gator/templates/files.js +8 -0
  112. package/dist/components/icon/gator/templates/filter-funnel.js +8 -0
  113. package/dist/components/icon/gator/templates/filters-2.js +8 -0
  114. package/dist/components/icon/gator/templates/filters.js +8 -0
  115. package/dist/components/icon/gator/templates/flame.js +8 -0
  116. package/dist/components/icon/gator/templates/flash-off.js +8 -0
  117. package/dist/components/icon/gator/templates/flash-on.js +8 -0
  118. package/dist/components/icon/gator/templates/folder.js +8 -0
  119. package/dist/components/icon/gator/templates/gauge.js +8 -0
  120. package/dist/components/icon/gator/templates/hammer.js +8 -0
  121. package/dist/components/icon/gator/templates/hand-pointing.js +8 -0
  122. package/dist/components/icon/gator/templates/heart.js +8 -0
  123. package/dist/components/icon/gator/templates/home-door.js +8 -0
  124. package/dist/components/icon/gator/templates/home-finance-arrow.js +16 -0
  125. package/dist/components/icon/gator/templates/home-finance.js +14 -0
  126. package/dist/components/icon/gator/templates/home-search.js +12 -0
  127. package/dist/components/icon/gator/templates/house-simple.js +8 -0
  128. package/dist/components/icon/gator/templates/house.js +8 -0
  129. package/dist/components/icon/gator/templates/inbox.js +8 -0
  130. package/dist/components/icon/gator/templates/index.js +1 -1
  131. package/dist/components/icon/gator/templates/info.js +2 -11
  132. package/dist/components/icon/gator/templates/instagram-logo.js +8 -0
  133. package/dist/components/icon/gator/templates/interest-rate.js +12 -0
  134. package/dist/components/icon/gator/templates/invoice.js +8 -0
  135. package/dist/components/icon/gator/templates/label.js +8 -0
  136. package/dist/components/icon/gator/templates/laptop.js +8 -0
  137. package/dist/components/icon/gator/templates/layout.js +8 -0
  138. package/dist/components/icon/gator/templates/lightbulb.js +8 -0
  139. package/dist/components/icon/gator/templates/link.js +3 -11
  140. package/dist/components/icon/gator/templates/linkedin-logo.js +8 -0
  141. package/dist/components/icon/gator/templates/list.js +8 -0
  142. package/dist/components/icon/gator/templates/loading-spinner-gif.js +24 -0
  143. package/dist/components/icon/gator/templates/loading.js +8 -0
  144. package/dist/components/icon/gator/templates/lock.js +8 -0
  145. package/dist/components/icon/gator/templates/magic-wand.js +8 -0
  146. package/dist/components/icon/gator/templates/mail-open.js +8 -0
  147. package/dist/components/icon/gator/templates/mail.js +8 -0
  148. package/dist/components/icon/gator/templates/mailbox.js +8 -0
  149. package/dist/components/icon/gator/templates/map.js +8 -0
  150. package/dist/components/icon/gator/templates/menu-hamburger.js +8 -0
  151. package/dist/components/icon/gator/templates/microsoft-excel-logo.js +8 -0
  152. package/dist/components/icon/gator/templates/microsoft-outlook-logo.js +8 -0
  153. package/dist/components/icon/gator/templates/microsoft-powerpoint-logo.js +8 -0
  154. package/dist/components/icon/gator/templates/microsoft-teams-logo.js +8 -0
  155. package/dist/components/icon/gator/templates/microsoft-word-logo.js +8 -0
  156. package/dist/components/icon/gator/templates/minus-circle.js +8 -0
  157. package/dist/components/icon/gator/templates/minus-square.js +8 -0
  158. package/dist/components/icon/gator/templates/minus.js +8 -0
  159. package/dist/components/icon/gator/templates/mobile-phone-2.js +8 -0
  160. package/dist/components/icon/gator/templates/monitor.js +8 -0
  161. package/dist/components/icon/gator/templates/move-doc.js +12 -0
  162. package/dist/components/icon/gator/templates/move.js +8 -0
  163. package/dist/components/icon/gator/templates/music.js +8 -0
  164. package/dist/components/icon/gator/templates/number-1.js +8 -0
  165. package/dist/components/icon/gator/templates/number-2.js +8 -0
  166. package/dist/components/icon/gator/templates/number-3.js +8 -0
  167. package/dist/components/icon/gator/templates/overflow-menu.js +14 -21
  168. package/dist/components/icon/gator/templates/paper-airplane.js +8 -0
  169. package/dist/components/icon/gator/templates/paperclip.js +8 -0
  170. package/dist/components/icon/gator/templates/pen.js +8 -0
  171. package/dist/components/icon/gator/templates/pencil-paper.js +8 -0
  172. package/dist/components/icon/gator/templates/pencil.js +8 -0
  173. package/dist/components/icon/gator/templates/people-multiple.js +8 -0
  174. package/dist/components/icon/gator/templates/people-share.js +8 -0
  175. package/dist/components/icon/gator/templates/percent.js +6 -3
  176. package/dist/components/icon/gator/templates/person-add.js +8 -0
  177. package/dist/components/icon/gator/templates/person-check.js +8 -0
  178. package/dist/components/icon/gator/templates/person-lock.js +12 -0
  179. package/dist/components/icon/gator/templates/person.js +8 -0
  180. package/dist/components/icon/gator/templates/phone-alert.js +24 -0
  181. package/dist/components/icon/gator/templates/phone-mobile.js +8 -0
  182. package/dist/components/icon/gator/templates/phone.js +8 -0
  183. package/dist/components/icon/gator/templates/picture.js +3 -11
  184. package/dist/components/icon/gator/templates/pin.js +8 -0
  185. package/dist/components/icon/gator/templates/pinterest-logo.js +8 -0
  186. package/dist/components/icon/gator/templates/plus-circle.js +8 -0
  187. package/dist/components/icon/gator/templates/plus.js +8 -0
  188. package/dist/components/icon/gator/templates/printer.js +8 -0
  189. package/dist/components/icon/gator/templates/question-chat-bubble.js +8 -0
  190. package/dist/components/icon/gator/templates/question-circle.js +12 -0
  191. package/dist/components/icon/gator/templates/question-mark.js +8 -0
  192. package/dist/components/icon/gator/templates/receipt.js +12 -0
  193. package/dist/components/icon/gator/templates/restricted.js +3 -11
  194. package/dist/components/icon/gator/templates/sandals.js +16 -0
  195. package/dist/components/icon/gator/templates/save.js +8 -0
  196. package/dist/components/icon/gator/templates/screen.js +8 -0
  197. package/dist/components/icon/gator/templates/search.js +8 -0
  198. package/dist/components/icon/gator/templates/settings.js +6 -9
  199. package/dist/components/icon/gator/templates/share-1.js +8 -0
  200. package/dist/components/icon/gator/templates/share-2.js +8 -0
  201. package/dist/components/icon/gator/templates/shield-lock.js +10 -4
  202. package/dist/components/icon/gator/templates/shield-warning.js +8 -0
  203. package/dist/components/icon/gator/templates/sidebar-simple.js +8 -0
  204. package/dist/components/icon/gator/templates/sidebar.js +8 -0
  205. package/dist/components/icon/gator/templates/smart-home.js +14 -0
  206. package/dist/components/icon/gator/templates/sort-arrow-solid-down.js +10 -0
  207. package/dist/components/icon/gator/templates/sort-arrow-solid-left.js +10 -0
  208. package/dist/components/icon/gator/templates/sort-arrow-solid-right.js +10 -0
  209. package/dist/components/icon/gator/templates/sort-arrow-solid-up-down.js +16 -0
  210. package/dist/components/icon/gator/templates/sort-arrow-solid-up.js +10 -0
  211. package/dist/components/icon/gator/templates/sort-reverse-variant.js +8 -0
  212. package/dist/components/icon/gator/templates/sort-variant.js +8 -0
  213. package/dist/components/icon/gator/templates/sparkle-filled.js +8 -0
  214. package/dist/components/icon/gator/templates/sparkle.js +8 -0
  215. package/dist/components/icon/gator/templates/speech-bubble.js +8 -0
  216. package/dist/components/icon/gator/templates/stack.js +8 -0
  217. package/dist/components/icon/gator/templates/stamp.js +8 -0
  218. package/dist/components/icon/gator/templates/star-four-filled.js +8 -0
  219. package/dist/components/icon/gator/templates/star-four.js +8 -0
  220. package/dist/components/icon/gator/templates/star.js +8 -0
  221. package/dist/components/icon/gator/templates/stopwatch.js +8 -0
  222. package/dist/components/icon/gator/templates/sun.js +8 -0
  223. package/dist/components/icon/gator/templates/sync.js +8 -0
  224. package/dist/components/icon/gator/templates/tab-arrows.js +8 -0
  225. package/dist/components/icon/gator/templates/target.js +8 -0
  226. package/dist/components/icon/gator/templates/thumbs-down.js +8 -0
  227. package/dist/components/icon/gator/templates/thumbs-up.js +8 -0
  228. package/dist/components/icon/gator/templates/tools.js +8 -0
  229. package/dist/components/icon/gator/templates/touch-id.js +8 -0
  230. package/dist/components/icon/gator/templates/trash.js +8 -0
  231. package/dist/components/icon/gator/templates/twitter-logo.js +8 -0
  232. package/dist/components/icon/gator/templates/unlink.js +8 -0
  233. package/dist/components/icon/gator/templates/unlock.js +8 -0
  234. package/dist/components/icon/gator/templates/upload.js +8 -0
  235. package/dist/components/icon/gator/templates/video.js +8 -0
  236. package/dist/components/icon/gator/templates/warning-circle.js +8 -0
  237. package/dist/components/icon/gator/templates/warning-diamond.js +8 -0
  238. package/dist/components/icon/gator/templates/warning-octagon.js +8 -0
  239. package/dist/components/icon/gator/templates/warning.js +3 -13
  240. package/dist/components/icon/gator/templates/wet-sign.js +8 -0
  241. package/dist/components/icon/gator/templates/wifi-off.js +8 -0
  242. package/dist/components/icon/gator/templates/wifi.js +8 -0
  243. package/dist/components/icon/gator/templates/x-logo.js +8 -0
  244. package/dist/components/icon/gator/templates/yelp-logo.js +10 -0
  245. package/dist/components/icon/gator/templates/youtube-logo.js +8 -0
  246. package/dist/components/icon/gator/templates/zillow-logo.js +10 -0
  247. package/dist/components/icon/index.js +1 -1
  248. package/dist/components/icon-button/gator/icon-button.gator.js +6 -6
  249. package/dist/components/icon-button/index.js +1 -1
  250. package/dist/components/input/base/input-base.gator.js +2 -2
  251. package/dist/components/input/gator/dropdown/input-dropdown.gator.js +14 -14
  252. package/dist/components/input/gator/help-text/help-text.gator.js +2 -2
  253. package/dist/components/input/gator/input-currency/input-currency.gator.js +2 -2
  254. package/dist/components/input/gator/input-date/input-date.gator.js +4 -4
  255. package/dist/components/input/gator/input-masked/input-masked.gator.js +1 -1
  256. package/dist/components/input/gator/input-percent/input-percent.gator.js +1 -1
  257. package/dist/components/input/gator/input-phone/input-phone.gator.js +8 -8
  258. package/dist/components/input/gator/input-text/input-text.gator.js +13 -13
  259. package/dist/components/input/gator/input-textarea/input-textarea.gator.js +2 -2
  260. package/dist/components/input/index.gator.js +1 -1
  261. package/dist/components/input/index.js +1 -1
  262. package/dist/components/list/gator/list/index.js +1 -1
  263. package/dist/components/list/gator/list/list.gator.js +2 -2
  264. package/dist/components/list/gator/list-item/index.js +1 -1
  265. package/dist/components/list/gator/list-item/list-item.gator.js +12 -12
  266. package/dist/components/list/index.js +1 -1
  267. package/dist/components/modal/gator/modal.gator.js +9 -9
  268. package/dist/components/modal/index.js +1 -1
  269. package/dist/components/progress-bar/gator/progress-bar.gator.js +7 -7
  270. package/dist/components/progress-bar/index.js +1 -1
  271. package/dist/components/radio/index.js +1 -1
  272. package/dist/components/radio/radio.gator.js +2 -2
  273. package/dist/components/radio-group/index.js +1 -1
  274. package/dist/components/radio-group/radio-group.gator.js +8 -8
  275. package/dist/components/selection-box/index.js +1 -1
  276. package/dist/components/selection-box/selection-box.gator.js +6 -6
  277. package/dist/components/selection-box-group/index.js +1 -1
  278. package/dist/components/selection-box-group/selection-box-group.gator.js +5 -5
  279. package/dist/components/table/gator/table.gator.js +15 -15
  280. package/dist/components/table/index.js +1 -1
  281. package/dist/components/text-link/gator/text-link.gator.js +5 -5
  282. package/dist/components/text-link/index.js +1 -1
  283. package/dist/components/toast/gator/base/toast.gator.js +5 -5
  284. package/dist/components/toast/index.js +1 -1
  285. package/dist/index.gator.js +1 -1
  286. package/dist/index.js +1 -1
  287. package/dist/index.slds.js +1 -1
  288. package/dist/types/components/icon/gator/templates/add-link.d.ts +1 -0
  289. package/dist/types/components/icon/gator/templates/airplane.d.ts +1 -0
  290. package/dist/types/components/icon/gator/templates/alarm.d.ts +1 -0
  291. package/dist/types/components/icon/gator/templates/apartment.d.ts +1 -0
  292. package/dist/types/components/icon/gator/templates/arrow-around.d.ts +1 -0
  293. package/dist/types/components/icon/gator/templates/arrow-down.d.ts +1 -0
  294. package/dist/types/components/icon/gator/templates/arrow-line-left.d.ts +1 -0
  295. package/dist/types/components/icon/gator/templates/arrow-line-right.d.ts +1 -0
  296. package/dist/types/components/icon/gator/templates/arrow-up.d.ts +1 -0
  297. package/dist/types/components/icon/gator/templates/bank.d.ts +1 -0
  298. package/dist/types/components/icon/gator/templates/bell-disabled.d.ts +1 -0
  299. package/dist/types/components/icon/gator/templates/bell.d.ts +1 -0
  300. package/dist/types/components/icon/gator/templates/binoculars.d.ts +1 -0
  301. package/dist/types/components/icon/gator/templates/book.d.ts +1 -0
  302. package/dist/types/components/icon/gator/templates/box.d.ts +1 -0
  303. package/dist/types/components/icon/gator/templates/cake.d.ts +1 -0
  304. package/dist/types/components/icon/gator/templates/calculator.d.ts +1 -0
  305. package/dist/types/components/icon/gator/templates/camera.d.ts +1 -0
  306. package/dist/types/components/icon/gator/templates/caret-up-down.d.ts +1 -0
  307. package/dist/types/components/icon/gator/templates/case.d.ts +1 -0
  308. package/dist/types/components/icon/gator/templates/chart-rise.d.ts +1 -0
  309. package/dist/types/components/icon/gator/templates/chat.d.ts +1 -0
  310. package/dist/types/components/icon/gator/templates/circle-arrow-down.d.ts +1 -0
  311. package/dist/types/components/icon/gator/templates/circle-arrow-left.d.ts +1 -0
  312. package/dist/types/components/icon/gator/templates/circle-arrow-right.d.ts +1 -0
  313. package/dist/types/components/icon/gator/templates/circle-arrow-up.d.ts +1 -0
  314. package/dist/types/components/icon/gator/templates/circle-filled.d.ts +1 -0
  315. package/dist/types/components/icon/gator/templates/circle.d.ts +1 -0
  316. package/dist/types/components/icon/gator/templates/city.d.ts +1 -0
  317. package/dist/types/components/icon/gator/templates/clipboard.d.ts +1 -0
  318. package/dist/types/components/icon/gator/templates/clock-clockwise.d.ts +1 -0
  319. package/dist/types/components/icon/gator/templates/clock-counter-clockwise.d.ts +1 -0
  320. package/dist/types/components/icon/gator/templates/clock.d.ts +1 -0
  321. package/dist/types/components/icon/gator/templates/collapse.d.ts +1 -0
  322. package/dist/types/components/icon/gator/templates/cone.d.ts +1 -0
  323. package/dist/types/components/icon/gator/templates/contact-info.d.ts +1 -0
  324. package/dist/types/components/icon/gator/templates/copy.d.ts +1 -0
  325. package/dist/types/components/icon/gator/templates/credit-card.d.ts +1 -0
  326. package/dist/types/components/icon/gator/templates/crop.d.ts +1 -0
  327. package/dist/types/components/icon/gator/templates/crosshairs.d.ts +1 -0
  328. package/dist/types/components/icon/gator/templates/currency-dollar-simple.d.ts +1 -0
  329. package/dist/types/components/icon/gator/templates/currency-eur.d.ts +1 -0
  330. package/dist/types/components/icon/gator/templates/currency-gbp.d.ts +1 -0
  331. package/dist/types/components/icon/gator/templates/currency-inr.d.ts +1 -0
  332. package/dist/types/components/icon/gator/templates/currency-jpy.d.ts +1 -0
  333. package/dist/types/components/icon/gator/templates/currency-krw.d.ts +1 -0
  334. package/dist/types/components/icon/gator/templates/currency-kzt.d.ts +1 -0
  335. package/dist/types/components/icon/gator/templates/currency-ngn.d.ts +1 -0
  336. package/dist/types/components/icon/gator/templates/currency-rub.d.ts +1 -0
  337. package/dist/types/components/icon/gator/templates/cursor-arrow.d.ts +1 -0
  338. package/dist/types/components/icon/gator/templates/cursor-hand.d.ts +1 -0
  339. package/dist/types/components/icon/gator/templates/cursor.d.ts +1 -0
  340. package/dist/types/components/icon/gator/templates/delete.d.ts +1 -0
  341. package/dist/types/components/icon/gator/templates/dna.d.ts +1 -0
  342. package/dist/types/components/icon/gator/templates/document-add.d.ts +1 -0
  343. package/dist/types/components/icon/gator/templates/document-check.d.ts +1 -0
  344. package/dist/types/components/icon/gator/templates/document-e-sign.d.ts +1 -0
  345. package/dist/types/components/icon/gator/templates/document-image.d.ts +1 -0
  346. package/dist/types/components/icon/gator/templates/document-pdf.d.ts +1 -0
  347. package/dist/types/components/icon/gator/templates/document-sign.d.ts +1 -0
  348. package/dist/types/components/icon/gator/templates/document-zip.d.ts +1 -0
  349. package/dist/types/components/icon/gator/templates/document.d.ts +1 -0
  350. package/dist/types/components/icon/gator/templates/dollar-bills.d.ts +1 -0
  351. package/dist/types/components/icon/gator/templates/dollar-house.d.ts +1 -0
  352. package/dist/types/components/icon/gator/templates/down-payment.d.ts +1 -0
  353. package/dist/types/components/icon/gator/templates/download.d.ts +1 -0
  354. package/dist/types/components/icon/gator/templates/drag-drop.d.ts +1 -0
  355. package/dist/types/components/icon/gator/templates/earth.d.ts +1 -0
  356. package/dist/types/components/icon/gator/templates/exit-left.d.ts +1 -0
  357. package/dist/types/components/icon/gator/templates/expand-arrows.d.ts +1 -0
  358. package/dist/types/components/icon/gator/templates/expand.d.ts +1 -0
  359. package/dist/types/components/icon/gator/templates/export.d.ts +1 -0
  360. package/dist/types/components/icon/gator/templates/eye-closed.d.ts +1 -0
  361. package/dist/types/components/icon/gator/templates/eye.d.ts +1 -0
  362. package/dist/types/components/icon/gator/templates/facebook-logo.d.ts +1 -0
  363. package/dist/types/components/icon/gator/templates/file-code.d.ts +1 -0
  364. package/dist/types/components/icon/gator/templates/files.d.ts +1 -0
  365. package/dist/types/components/icon/gator/templates/filter-funnel.d.ts +1 -0
  366. package/dist/types/components/icon/gator/templates/filters-2.d.ts +1 -0
  367. package/dist/types/components/icon/gator/templates/filters.d.ts +1 -0
  368. package/dist/types/components/icon/gator/templates/flame.d.ts +1 -0
  369. package/dist/types/components/icon/gator/templates/flash-off.d.ts +1 -0
  370. package/dist/types/components/icon/gator/templates/flash-on.d.ts +1 -0
  371. package/dist/types/components/icon/gator/templates/folder.d.ts +1 -0
  372. package/dist/types/components/icon/gator/templates/gauge.d.ts +1 -0
  373. package/dist/types/components/icon/gator/templates/hammer.d.ts +1 -0
  374. package/dist/types/components/icon/gator/templates/hand-pointing.d.ts +1 -0
  375. package/dist/types/components/icon/gator/templates/heart.d.ts +1 -0
  376. package/dist/types/components/icon/gator/templates/home-door.d.ts +1 -0
  377. package/dist/types/components/icon/gator/templates/home-finance-arrow.d.ts +1 -0
  378. package/dist/types/components/icon/gator/templates/home-finance.d.ts +1 -0
  379. package/dist/types/components/icon/gator/templates/home-search.d.ts +1 -0
  380. package/dist/types/components/icon/gator/templates/house-simple.d.ts +1 -0
  381. package/dist/types/components/icon/gator/templates/house.d.ts +1 -0
  382. package/dist/types/components/icon/gator/templates/inbox.d.ts +1 -0
  383. package/dist/types/components/icon/gator/templates/index.d.ts +204 -2
  384. package/dist/types/components/icon/gator/templates/instagram-logo.d.ts +1 -0
  385. package/dist/types/components/icon/gator/templates/interest-rate.d.ts +1 -0
  386. package/dist/types/components/icon/gator/templates/invoice.d.ts +1 -0
  387. package/dist/types/components/icon/gator/templates/label.d.ts +1 -0
  388. package/dist/types/components/icon/gator/templates/laptop.d.ts +1 -0
  389. package/dist/types/components/icon/gator/templates/layout.d.ts +1 -0
  390. package/dist/types/components/icon/gator/templates/lightbulb.d.ts +1 -0
  391. package/dist/types/components/icon/gator/templates/linkedin-logo.d.ts +1 -0
  392. package/dist/types/components/icon/gator/templates/list.d.ts +1 -0
  393. package/dist/types/components/icon/gator/templates/loading-spinner-gif.d.ts +1 -0
  394. package/dist/types/components/icon/gator/templates/loading.d.ts +1 -0
  395. package/dist/types/components/icon/gator/templates/lock.d.ts +1 -0
  396. package/dist/types/components/icon/gator/templates/magic-wand.d.ts +1 -0
  397. package/dist/types/components/icon/gator/templates/mail-open.d.ts +1 -0
  398. package/dist/types/components/icon/gator/templates/mail.d.ts +1 -0
  399. package/dist/types/components/icon/gator/templates/mailbox.d.ts +1 -0
  400. package/dist/types/components/icon/gator/templates/map.d.ts +1 -0
  401. package/dist/types/components/icon/gator/templates/menu-hamburger.d.ts +1 -0
  402. package/dist/types/components/icon/gator/templates/microsoft-excel-logo.d.ts +1 -0
  403. package/dist/types/components/icon/gator/templates/microsoft-outlook-logo.d.ts +1 -0
  404. package/dist/types/components/icon/gator/templates/microsoft-powerpoint-logo.d.ts +1 -0
  405. package/dist/types/components/icon/gator/templates/microsoft-teams-logo.d.ts +1 -0
  406. package/dist/types/components/icon/gator/templates/microsoft-word-logo.d.ts +1 -0
  407. package/dist/types/components/icon/gator/templates/minus-circle.d.ts +1 -0
  408. package/dist/types/components/icon/gator/templates/minus-square.d.ts +1 -0
  409. package/dist/types/components/icon/gator/templates/minus.d.ts +1 -0
  410. package/dist/types/components/icon/gator/templates/mobile-phone-2.d.ts +1 -0
  411. package/dist/types/components/icon/gator/templates/monitor.d.ts +1 -0
  412. package/dist/types/components/icon/gator/templates/move-doc.d.ts +1 -0
  413. package/dist/types/components/icon/gator/templates/move.d.ts +1 -0
  414. package/dist/types/components/icon/gator/templates/music.d.ts +1 -0
  415. package/dist/types/components/icon/gator/templates/number-1.d.ts +1 -0
  416. package/dist/types/components/icon/gator/templates/number-2.d.ts +1 -0
  417. package/dist/types/components/icon/gator/templates/number-3.d.ts +1 -0
  418. package/dist/types/components/icon/gator/templates/paper-airplane.d.ts +1 -0
  419. package/dist/types/components/icon/gator/templates/paperclip.d.ts +1 -0
  420. package/dist/types/components/icon/gator/templates/pen.d.ts +1 -0
  421. package/dist/types/components/icon/gator/templates/pencil-paper.d.ts +1 -0
  422. package/dist/types/components/icon/gator/templates/pencil.d.ts +1 -0
  423. package/dist/types/components/icon/gator/templates/people-multiple.d.ts +1 -0
  424. package/dist/types/components/icon/gator/templates/people-share.d.ts +1 -0
  425. package/dist/types/components/icon/gator/templates/person-add.d.ts +1 -0
  426. package/dist/types/components/icon/gator/templates/person-check.d.ts +1 -0
  427. package/dist/types/components/icon/gator/templates/person-lock.d.ts +1 -0
  428. package/dist/types/components/icon/gator/templates/person.d.ts +1 -0
  429. package/dist/types/components/icon/gator/templates/phone-alert.d.ts +1 -0
  430. package/dist/types/components/icon/gator/templates/phone-mobile.d.ts +1 -0
  431. package/dist/types/components/icon/gator/templates/phone.d.ts +1 -0
  432. package/dist/types/components/icon/gator/templates/pin.d.ts +1 -0
  433. package/dist/types/components/icon/gator/templates/pinterest-logo.d.ts +1 -0
  434. package/dist/types/components/icon/gator/templates/plus-circle.d.ts +1 -0
  435. package/dist/types/components/icon/gator/templates/plus.d.ts +1 -0
  436. package/dist/types/components/icon/gator/templates/printer.d.ts +1 -0
  437. package/dist/types/components/icon/gator/templates/question-chat-bubble.d.ts +1 -0
  438. package/dist/types/components/icon/gator/templates/question-circle.d.ts +1 -0
  439. package/dist/types/components/icon/gator/templates/question-mark.d.ts +1 -0
  440. package/dist/types/components/icon/gator/templates/receipt.d.ts +1 -0
  441. package/dist/types/components/icon/gator/templates/sandals.d.ts +1 -0
  442. package/dist/types/components/icon/gator/templates/save.d.ts +1 -0
  443. package/dist/types/components/icon/gator/templates/screen.d.ts +1 -0
  444. package/dist/types/components/icon/gator/templates/search.d.ts +1 -0
  445. package/dist/types/components/icon/gator/templates/share-1.d.ts +1 -0
  446. package/dist/types/components/icon/gator/templates/share-2.d.ts +1 -0
  447. package/dist/types/components/icon/gator/templates/shield-warning.d.ts +1 -0
  448. package/dist/types/components/icon/gator/templates/sidebar-simple.d.ts +1 -0
  449. package/dist/types/components/icon/gator/templates/sidebar.d.ts +1 -0
  450. package/dist/types/components/icon/gator/templates/smart-home.d.ts +1 -0
  451. package/dist/types/components/icon/gator/templates/sort-arrow-solid-down.d.ts +1 -0
  452. package/dist/types/components/icon/gator/templates/sort-arrow-solid-left.d.ts +1 -0
  453. package/dist/types/components/icon/gator/templates/sort-arrow-solid-right.d.ts +1 -0
  454. package/dist/types/components/icon/gator/templates/sort-arrow-solid-up-down.d.ts +1 -0
  455. package/dist/types/components/icon/gator/templates/sort-arrow-solid-up.d.ts +1 -0
  456. package/dist/types/components/icon/gator/templates/sort-reverse-variant.d.ts +1 -0
  457. package/dist/types/components/icon/gator/templates/sort-variant.d.ts +1 -0
  458. package/dist/types/components/icon/gator/templates/sparkle-filled.d.ts +1 -0
  459. package/dist/types/components/icon/gator/templates/sparkle.d.ts +1 -0
  460. package/dist/types/components/icon/gator/templates/speech-bubble.d.ts +1 -0
  461. package/dist/types/components/icon/gator/templates/stack.d.ts +1 -0
  462. package/dist/types/components/icon/gator/templates/stamp.d.ts +1 -0
  463. package/dist/types/components/icon/gator/templates/star-four-filled.d.ts +1 -0
  464. package/dist/types/components/icon/gator/templates/star-four.d.ts +1 -0
  465. package/dist/types/components/icon/gator/templates/star.d.ts +1 -0
  466. package/dist/types/components/icon/gator/templates/stopwatch.d.ts +1 -0
  467. package/dist/types/components/icon/gator/templates/sun.d.ts +1 -0
  468. package/dist/types/components/icon/gator/templates/sync.d.ts +1 -0
  469. package/dist/types/components/icon/gator/templates/tab-arrows.d.ts +1 -0
  470. package/dist/types/components/icon/gator/templates/target.d.ts +1 -0
  471. package/dist/types/components/icon/gator/templates/thumbs-down.d.ts +1 -0
  472. package/dist/types/components/icon/gator/templates/thumbs-up.d.ts +1 -0
  473. package/dist/types/components/icon/gator/templates/tools.d.ts +1 -0
  474. package/dist/types/components/icon/gator/templates/touch-id.d.ts +1 -0
  475. package/dist/types/components/icon/gator/templates/trash.d.ts +1 -0
  476. package/dist/types/components/icon/gator/templates/twitter-logo.d.ts +1 -0
  477. package/dist/types/components/icon/gator/templates/unlink.d.ts +1 -0
  478. package/dist/types/components/icon/gator/templates/unlock.d.ts +1 -0
  479. package/dist/types/components/icon/gator/templates/upload.d.ts +1 -0
  480. package/dist/types/components/icon/gator/templates/video.d.ts +1 -0
  481. package/dist/types/components/icon/gator/templates/warning-circle.d.ts +1 -0
  482. package/dist/types/components/icon/gator/templates/warning-diamond.d.ts +1 -0
  483. package/dist/types/components/icon/gator/templates/warning-octagon.d.ts +1 -0
  484. package/dist/types/components/icon/gator/templates/wet-sign.d.ts +1 -0
  485. package/dist/types/components/icon/gator/templates/wifi-off.d.ts +1 -0
  486. package/dist/types/components/icon/gator/templates/wifi.d.ts +1 -0
  487. package/dist/types/components/icon/gator/templates/x-logo.d.ts +1 -0
  488. package/dist/types/components/icon/gator/templates/yelp-logo.d.ts +1 -0
  489. package/dist/types/components/icon/gator/templates/youtube-logo.d.ts +1 -0
  490. package/dist/types/components/icon/gator/templates/zillow-logo.d.ts +1 -0
  491. package/package.json +1 -1
  492. package/web-types.json +1 -1
@@ -1,4 +1,4 @@
1
- import{a as d,x as l}from"../../assets/index-chunk2.js";import{t as m}from"../../assets/index-chunk3.js";import{n as s}from"../../assets/index-chunk.js";import{p as g}from"../../assets/index-chunk5.js";import{g as u,a as c}from"../../utils/string-utils.js";import"../selection-box/selection-box.gator.js";import"../radio-group/radio-group.gator.js";import"../checkbox-group/checkbox-group.gator.js";import{T as b}from"../../utils/components/testable-lit-element/testable-lit-element.js";import"../../assets/index-chunk6.js";import"../../utils/lightdom-utils.js";import"../icon/gator/icon.gator.js";import"../icon/gator/templates/arrow-left.js";import"../icon/icon-registry.js";import"../icon/gator/templates/arrow-right.js";import"../icon/gator/templates/calendar.js";import"../icon/gator/templates/check-circle.js";import"../icon/gator/templates/check.js";import"../icon/gator/templates/checkbox.js";import"../icon/gator/templates/checkbox-selected.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/dashboard.js";import"../icon/gator/templates/exit.js";import"../icon/gator/templates/exit-circle.js";import"../icon/gator/templates/eye-crossed.js";import"../icon/gator/templates/info.js";import"../icon/gator/templates/link.js";import"../icon/gator/templates/overflow-menu.js";import"../icon/gator/templates/percent.js";import"../icon/gator/templates/picture.js";import"../icon/gator/templates/shield-lock.js";import"../icon/gator/templates/radio.js";import"../icon/gator/templates/radio-selected.js";import"../icon/gator/templates/restricted.js";import"../icon/gator/templates/settings.js";import"../icon/gator/templates/warning.js";import"../../consts/key-constants.js";import"../radio/radio.gator.js";import"../input/gator/help-text/help-text.gator.js";import"../input/gator/input-label/input-label.gator.js";import"../../utils/mixins/attribute-deletion.js";import"../../utils/datatestid-utils.js";import"../../assets/index-chunk7.js";import"../checkbox/checkbox.gator.js";const y=".gator-radio-group-options{padding-inline-start:0}";var x=Object.defineProperty,$=Object.getOwnPropertyDescriptor,o=(t,e,p,i)=>{for(var a=i>1?void 0:i?$(e,p):e,n=t.length-1,h;n>=0;n--)(h=t[n])&&(a=(i?h(e,p,a):h(a))||a);return i&&a&&x(e,p,a),a};let r=class extends b{constructor(){super(...arguments),this.id="",this.options=[],this.disabled=!1,this.value="",this.label="",this.helpText="",this.type="single-select",this.hasError=!1,this.errorMessage="",this._randomId=u()}render(){return l`${this.isSingleSelect?this.radioGroupMarkup:this.checkboxGroupMarkup}`}get elementId(){return c(this.id,this._randomId)}get radioGroupMarkup(){return l`
1
+ import{a as h,x as a}from"../../assets/index-chunk2.js";import{t as d}from"../../assets/index-chunk3.js";import{n as e}from"../../assets/index-chunk.js";import{p as g}from"../../assets/index-chunk5.js";import{g as u,a as c}from"../../utils/string-utils.js";import"../selection-box/selection-box.gator.js";import"../radio-group/radio-group.gator.js";import"../checkbox-group/checkbox-group.gator.js";import{T as b}from"../../utils/components/testable-lit-element/testable-lit-element.js";import"../../assets/index-chunk6.js";import"../../utils/lightdom-utils.js";import"../icon/gator/icon.gator.js";import"../icon/gator/templates/add-link.js";import"../icon/icon-registry.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.js";import"../icon/gator/templates/bell-disabled.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-rise.js";import"../icon/gator/templates/chat.js";import"../icon/gator/templates/check.js";import"../icon/gator/templates/check-circle.js";import"../icon/gator/templates/checkbox.js";import"../icon/gator/templates/checkbox-selected.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.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-filled.js";import"../icon/gator/templates/city.js";import"../icon/gator/templates/clipboard.js";import"../icon/gator/templates/clock.js";import"../icon/gator/templates/clock-clockwise.js";import"../icon/gator/templates/clock-counter-clockwise.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.js";import"../icon/gator/templates/cursor-arrow.js";import"../icon/gator/templates/cursor-hand.js";import"../icon/gator/templates/dashboard.js";import"../icon/gator/templates/delete.js";import"../icon/gator/templates/dna.js";import"../icon/gator/templates/document.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/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/exit.js";import"../icon/gator/templates/exit-circle.js";import"../icon/gator/templates/exit-left.js";import"../icon/gator/templates/expand.js";import"../icon/gator/templates/expand-arrows.js";import"../icon/gator/templates/export.js";import"../icon/gator/templates/eye.js";import"../icon/gator/templates/eye-closed.js";import"../icon/gator/templates/eye-crossed.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.js";import"../icon/gator/templates/filters-2.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/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.js";import"../icon/gator/templates/home-finance-arrow.js";import"../icon/gator/templates/home-search.js";import"../icon/gator/templates/house.js";import"../icon/gator/templates/house-simple.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/label.js";import"../icon/gator/templates/laptop.js";import"../icon/gator/templates/layout.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.js";import"../icon/gator/templates/loading.js";import"../icon/gator/templates/loading-spinner-gif.js";import"../icon/gator/templates/lock.js";import"../icon/gator/templates/magic-wand.js";import"../icon/gator/templates/mail.js";import"../icon/gator/templates/mail-open.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.js";import"../icon/gator/templates/minus-circle.js";import"../icon/gator/templates/minus-square.js";import"../icon/gator/templates/mobile-phone-2.js";import"../icon/gator/templates/monitor.js";import"../icon/gator/templates/move.js";import"../icon/gator/templates/move-doc.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/pen.js";import"../icon/gator/templates/pencil.js";import"../icon/gator/templates/pencil-paper.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.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/phone.js";import"../icon/gator/templates/phone-alert.js";import"../icon/gator/templates/phone-mobile.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.js";import"../icon/gator/templates/plus-circle.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.js";import"../icon/gator/templates/radio-selected.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/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.js";import"../icon/gator/templates/sidebar-simple.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.js";import"../icon/gator/templates/sort-arrow-solid-up-down.js";import"../icon/gator/templates/sort-reverse-variant.js";import"../icon/gator/templates/sort-variant.js";import"../icon/gator/templates/sparkle.js";import"../icon/gator/templates/sparkle-filled.js";import"../icon/gator/templates/speech-bubble.js";import"../icon/gator/templates/stack.js";import"../icon/gator/templates/stamp.js";import"../icon/gator/templates/star.js";import"../icon/gator/templates/star-four.js";import"../icon/gator/templates/star-four-filled.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/target.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/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/warning.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/wet-sign.js";import"../icon/gator/templates/wifi.js";import"../icon/gator/templates/wifi-off.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"../../consts/key-constants.js";import"../radio/radio.gator.js";import"../input/gator/help-text/help-text.gator.js";import"../input/gator/input-label/input-label.gator.js";import"../../utils/mixins/attribute-deletion.js";import"../../utils/datatestid-utils.js";import"../../assets/index-chunk7.js";import"../checkbox/checkbox.gator.js";const y=".gator-radio-group-options{padding-inline-start:0}";var x=Object.defineProperty,$=Object.getOwnPropertyDescriptor,p=(t,r,m,o)=>{for(var s=o>1?void 0:o?$(r,m):r,l=t.length-1,n;l>=0;l--)(n=t[l])&&(s=(o?n(r,m,s):n(s))||s);return o&&s&&x(r,m,s),s};let i=class extends b{constructor(){super(...arguments),this.id="",this.options=[],this.disabled=!1,this.value="",this.label="",this.helpText="",this.type="single-select",this.hasError=!1,this.errorMessage="",this._randomId=u()}render(){return a`${this.isSingleSelect?this.radioGroupMarkup:this.checkboxGroupMarkup}`}get elementId(){return c(this.id,this._randomId)}get radioGroupMarkup(){return a`
2
2
  <ngc-radio-group
3
3
  id=${this.id}
4
4
  value=${this.value}
@@ -11,7 +11,7 @@ import{a as d,x as l}from"../../assets/index-chunk2.js";import{t as m}from"../..
11
11
  .dataTestid=${this.dataTestid}>
12
12
  ${this.optionsMarkup}
13
13
  </ngc-radio-group>
14
- `}get checkboxGroupMarkup(){return l`
14
+ `}get checkboxGroupMarkup(){return a`
15
15
  <ngc-checkbox-group
16
16
  id=${this.id}
17
17
  value=${this.value}
@@ -24,14 +24,14 @@ import{a as d,x as l}from"../../assets/index-chunk2.js";import{t as m}from"../..
24
24
  .dataTestid=${this.dataTestid}>
25
25
  ${this.optionsMarkup}
26
26
  </ngc-checkbox-group>
27
- `}get optionsMarkup(){return l`${this.options.length>0?this.generatedRadiosFromOptionsProperty:l`<slot></slot>`}`}get selectionBoxType(){return this.isSingleSelect?"radio":"checkbox"}get isSingleSelect(){return this.type==="single-select"}get generatedRadiosFromOptionsProperty(){return this.options.map((t,e)=>l`
27
+ `}get optionsMarkup(){return a`${this.options.length>0?this.generatedRadiosFromOptionsProperty:a`<slot></slot>`}`}get selectionBoxType(){return this.isSingleSelect?"radio":"checkbox"}get isSingleSelect(){return this.type==="single-select"}get generatedRadiosFromOptionsProperty(){return this.options.map((t,r)=>a`
28
28
  <ngc-selection-box
29
29
  title-text=${t.title}
30
30
  subtitle-text=${t.subtitle}
31
31
  value=${t.value}
32
32
  ?selected=${this.isItemSelected(t.value)}
33
33
  ?disabled=${this.disabled}
34
- box-tabindex=${this.getItemTabindex(e)}
34
+ box-tabindex=${this.getItemTabindex(r)}
35
35
  ?has-error=${this.hasError}
36
36
  type=${this.selectionBoxType}>
37
- </ngc-selection-box>`)}get optionElements(){var t,e,p;return this.options.length>0?(t=this.shadowRoot)==null?void 0:t.querySelectorAll("ngc-selection-box"):(p=(e=this.shadowRoot)==null?void 0:e.querySelector("slot"))==null?void 0:p.assignedElements()}isItemSelected(t){var e;return this.isSingleSelect?this.value===t:(e=this.value)==null?void 0:e.split(";").includes(t)}handleChange(t){const e=t;e.stopImmediatePropagation(),this.value=e.detail,this.dispatchEvent(new CustomEvent("change",{bubbles:!0,composed:!0,detail:this.value}))}updated(){var t;(t=this.optionElements)==null||t.forEach((e,p)=>{const i=e;i.boxTabindex=this.getItemTabindex(p),i.type=this.selectionBoxType,i.disabled=this.disabled,i.selected=this.isItemSelected(i.getAttribute("value")??""),i.hasError=this.hasError})}getItemTabindex(t){return this.isSingleSelect?t===0&&!this.value?0:-1:0}};r.styles=[d(y),d(g)];o([s({type:String})],r.prototype,"id",2);o([s({type:Array})],r.prototype,"options",2);o([s({type:Boolean})],r.prototype,"disabled",2);o([s({type:String})],r.prototype,"value",2);o([s({type:String})],r.prototype,"label",2);o([s({type:String,attribute:"help-text"})],r.prototype,"helpText",2);o([s({type:String})],r.prototype,"type",2);o([s({type:Boolean,attribute:"has-error"})],r.prototype,"hasError",2);o([s({type:String,attribute:"error-message"})],r.prototype,"errorMessage",2);r=o([m("ngc-selection-box-group")],r);
37
+ </ngc-selection-box>`)}get optionElements(){var t,r,m;return this.options.length>0?(t=this.shadowRoot)==null?void 0:t.querySelectorAll("ngc-selection-box"):(m=(r=this.shadowRoot)==null?void 0:r.querySelector("slot"))==null?void 0:m.assignedElements()}isItemSelected(t){var r;return this.isSingleSelect?this.value===t:(r=this.value)==null?void 0:r.split(";").includes(t)}handleChange(t){const r=t;r.stopImmediatePropagation(),this.value=r.detail,this.dispatchEvent(new CustomEvent("change",{bubbles:!0,composed:!0,detail:this.value}))}updated(){var t;(t=this.optionElements)==null||t.forEach((r,m)=>{const o=r;o.boxTabindex=this.getItemTabindex(m),o.type=this.selectionBoxType,o.disabled=this.disabled,o.selected=this.isItemSelected(o.getAttribute("value")??""),o.hasError=this.hasError})}getItemTabindex(t){return this.isSingleSelect?t===0&&!this.value?0:-1:0}};i.styles=[h(y),h(g)];p([e({type:String})],i.prototype,"id",2);p([e({type:Array})],i.prototype,"options",2);p([e({type:Boolean})],i.prototype,"disabled",2);p([e({type:String})],i.prototype,"value",2);p([e({type:String})],i.prototype,"label",2);p([e({type:String,attribute:"help-text"})],i.prototype,"helpText",2);p([e({type:String})],i.prototype,"type",2);p([e({type:Boolean,attribute:"has-error"})],i.prototype,"hasError",2);p([e({type:String,attribute:"error-message"})],i.prototype,"errorMessage",2);i=p([d("ngc-selection-box-group")],i);
@@ -1,33 +1,33 @@
1
- import{a,x as l}from"../../../assets/index-chunk2.js";import{t as p}from"../../../assets/index-chunk3.js";import{p as h}from"../../../assets/index-chunk5.js";import{s as n}from"../../../assets/index-chunk6.js";import{N as b}from"../table.js";import"../../checkbox/checkbox.gator.js";import"../../../assets/index-chunk.js";import"../../../utils/components/testable-lit-element/testable-lit-element.js";import"../../../utils/string-utils.js";import"../../../utils/lightdom-utils.js";import"../../icon/gator/icon.gator.js";import"../../icon/gator/templates/arrow-left.js";import"../../icon/icon-registry.js";import"../../icon/gator/templates/arrow-right.js";import"../../icon/gator/templates/calendar.js";import"../../icon/gator/templates/check-circle.js";import"../../icon/gator/templates/check.js";import"../../icon/gator/templates/checkbox.js";import"../../icon/gator/templates/checkbox-selected.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/dashboard.js";import"../../icon/gator/templates/exit.js";import"../../icon/gator/templates/exit-circle.js";import"../../icon/gator/templates/eye-crossed.js";import"../../icon/gator/templates/info.js";import"../../icon/gator/templates/link.js";import"../../icon/gator/templates/overflow-menu.js";import"../../icon/gator/templates/percent.js";import"../../icon/gator/templates/picture.js";import"../../icon/gator/templates/shield-lock.js";import"../../icon/gator/templates/radio.js";import"../../icon/gator/templates/radio-selected.js";import"../../icon/gator/templates/restricted.js";import"../../icon/gator/templates/settings.js";import"../../icon/gator/templates/warning.js";const g=":host{--ngc-table-header-background-color: #ececec;--ngc-table-header-border-bottom-color: #ececec}",m=":host{display:block;overflow:auto}.gator-table{font-family:var(--ngc-font-family-body),sans-serif;border-spacing:0;width:100%}.gator-table thead>tr{height:56px}.gator-table tbody>tr,.gator-table tfoot>tr{height:48px}.gator-table th{top:0;position:sticky;z-index:100;min-height:56px;background:var(--ngc-table-header-background-color, #ececec);text-align:left}.gator-table [dir=rtl] th.mat-header-cell{text-align:right}.gator-table td{padding:0;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--ngc-table-header-border-bottom-color, #ececec)}.gator-table th:first-of-type,.gator-table td:first-of-type{padding-left:24px}.gator-table [dir=rtl] th:first-of-type,.gator-table [dir=rtl] td:first-of-type{padding-left:0;padding-right:24px}.gator-table th:last-of-type,.gator-table td:last-of-type{padding-right:24px}.gator-table [dir=rtl] th:last-of-type,.gator-table [dir=rtl] td:last-of-type{padding-right:0;padding-left:24px}";var f=Object.defineProperty,u=Object.getOwnPropertyDescriptor,y=(e,t,r,o)=>{for(var i=o>1?void 0:o?u(t,r):t,s=e.length-1,d;s>=0;s--)(d=e[s])&&(i=(o?d(t,r,i):d(i))||i);return o&&i&&f(t,r,i),i};let c=class extends b{constructor(){super(...arguments),this.selectedRows=[]}renderWrapper(e,t){return l`
1
+ import{a as m,x as e}from"../../../assets/index-chunk2.js";import{t as d}from"../../../assets/index-chunk3.js";import{p as c}from"../../../assets/index-chunk5.js";import{s as h}from"../../../assets/index-chunk6.js";import{N as n}from"../table.js";import"../../checkbox/checkbox.gator.js";import"../../../assets/index-chunk.js";import"../../../utils/components/testable-lit-element/testable-lit-element.js";import"../../../utils/string-utils.js";import"../../../utils/lightdom-utils.js";import"../../icon/gator/icon.gator.js";import"../../icon/gator/templates/add-link.js";import"../../icon/icon-registry.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.js";import"../../icon/gator/templates/bell-disabled.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-rise.js";import"../../icon/gator/templates/chat.js";import"../../icon/gator/templates/check.js";import"../../icon/gator/templates/check-circle.js";import"../../icon/gator/templates/checkbox.js";import"../../icon/gator/templates/checkbox-selected.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.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-filled.js";import"../../icon/gator/templates/city.js";import"../../icon/gator/templates/clipboard.js";import"../../icon/gator/templates/clock.js";import"../../icon/gator/templates/clock-clockwise.js";import"../../icon/gator/templates/clock-counter-clockwise.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.js";import"../../icon/gator/templates/cursor-arrow.js";import"../../icon/gator/templates/cursor-hand.js";import"../../icon/gator/templates/dashboard.js";import"../../icon/gator/templates/delete.js";import"../../icon/gator/templates/dna.js";import"../../icon/gator/templates/document.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/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/exit.js";import"../../icon/gator/templates/exit-circle.js";import"../../icon/gator/templates/exit-left.js";import"../../icon/gator/templates/expand.js";import"../../icon/gator/templates/expand-arrows.js";import"../../icon/gator/templates/export.js";import"../../icon/gator/templates/eye.js";import"../../icon/gator/templates/eye-closed.js";import"../../icon/gator/templates/eye-crossed.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.js";import"../../icon/gator/templates/filters-2.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/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.js";import"../../icon/gator/templates/home-finance-arrow.js";import"../../icon/gator/templates/home-search.js";import"../../icon/gator/templates/house.js";import"../../icon/gator/templates/house-simple.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/label.js";import"../../icon/gator/templates/laptop.js";import"../../icon/gator/templates/layout.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.js";import"../../icon/gator/templates/loading.js";import"../../icon/gator/templates/loading-spinner-gif.js";import"../../icon/gator/templates/lock.js";import"../../icon/gator/templates/magic-wand.js";import"../../icon/gator/templates/mail.js";import"../../icon/gator/templates/mail-open.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.js";import"../../icon/gator/templates/minus-circle.js";import"../../icon/gator/templates/minus-square.js";import"../../icon/gator/templates/mobile-phone-2.js";import"../../icon/gator/templates/monitor.js";import"../../icon/gator/templates/move.js";import"../../icon/gator/templates/move-doc.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/pen.js";import"../../icon/gator/templates/pencil.js";import"../../icon/gator/templates/pencil-paper.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.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/phone.js";import"../../icon/gator/templates/phone-alert.js";import"../../icon/gator/templates/phone-mobile.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.js";import"../../icon/gator/templates/plus-circle.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.js";import"../../icon/gator/templates/radio-selected.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/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.js";import"../../icon/gator/templates/sidebar-simple.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.js";import"../../icon/gator/templates/sort-arrow-solid-up-down.js";import"../../icon/gator/templates/sort-reverse-variant.js";import"../../icon/gator/templates/sort-variant.js";import"../../icon/gator/templates/sparkle.js";import"../../icon/gator/templates/sparkle-filled.js";import"../../icon/gator/templates/speech-bubble.js";import"../../icon/gator/templates/stack.js";import"../../icon/gator/templates/stamp.js";import"../../icon/gator/templates/star.js";import"../../icon/gator/templates/star-four.js";import"../../icon/gator/templates/star-four-filled.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/target.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/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/warning.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/wet-sign.js";import"../../icon/gator/templates/wifi.js";import"../../icon/gator/templates/wifi-off.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";const b=":host{--ngc-table-header-background-color: #ececec;--ngc-table-header-border-bottom-color: #ececec}",g=":host{display:block;overflow:auto}.gator-table{font-family:var(--ngc-font-family-body),sans-serif;border-spacing:0;width:100%}.gator-table thead>tr{height:56px}.gator-table tbody>tr,.gator-table tfoot>tr{height:48px}.gator-table th{top:0;position:sticky;z-index:100;min-height:56px;background:var(--ngc-table-header-background-color, #ececec);text-align:left}.gator-table [dir=rtl] th.mat-header-cell{text-align:right}.gator-table td{padding:0;border-bottom-width:1px;border-bottom-style:solid;border-bottom-color:var(--ngc-table-header-border-bottom-color, #ececec)}.gator-table th:first-of-type,.gator-table td:first-of-type{padding-left:24px}.gator-table [dir=rtl] th:first-of-type,.gator-table [dir=rtl] td:first-of-type{padding-left:0;padding-right:24px}.gator-table th:last-of-type,.gator-table td:last-of-type{padding-right:24px}.gator-table [dir=rtl] th:last-of-type,.gator-table [dir=rtl] td:last-of-type{padding-right:0;padding-left:24px}";var f=Object.defineProperty,u=Object.getOwnPropertyDescriptor,y=(r,t,o,i)=>{for(var p=i>1?void 0:i?u(t,o):t,l=r.length-1,a;l>=0;l--)(a=r[l])&&(p=(i?a(t,o,p):a(p))||p);return i&&p&&f(t,o,p),p};let s=class extends n{constructor(){super(...arguments),this.selectedRows=[]}renderWrapper(r,t){return e`
2
2
  <table class="gator-table" role="grid" aria-labelledby="${this.tableAriaLabelledBy}">
3
- ${e} ${t}
3
+ ${r} ${t}
4
4
  </table>
5
- `}getTableHeader(e){const t=e.map(this.getTableHeaderColumn);return this.selectable&&t.unshift(l`<th role="gridcell">
5
+ `}getTableHeader(r){const t=r.map(this.getTableHeaderColumn);return this.selectable&&t.unshift(e`<th role="gridcell">
6
6
  <ngc-checkbox
7
7
  ?selected="${this.selectedRows.length===this.data.length}"
8
- @change="${r=>this.handleSelectAll(r)}"
8
+ @change="${o=>this.handleSelectAll(o)}"
9
9
  ></ngc-checkbox>
10
- </th>`),l`
10
+ </th>`),e`
11
11
  <thead role="rowgroup">
12
12
  <tr role="row">
13
13
  ${t}
14
14
  </tr>
15
15
  </thead>
16
- `}handleSelectAll(e){e.detail.selected?(this.selectedRows=[...this.data],this.data.forEach(t=>{t.selected=e.detail.selected})):(this.selectedRows=[],this.data.forEach(t=>{t.selected=!1})),this.dispatchEvent(new CustomEvent("selectall",{bubbles:!0,detail:{selectedRows:this.selectedRows}})),this.requestUpdate()}getTableHeaderColumn(e){return l`<th>${e.name}</th>`}getTableBody(e,t){const r=t.map(o=>this.getTableBodyRow(o,e));return l`
16
+ `}handleSelectAll(r){r.detail.selected?(this.selectedRows=[...this.data],this.data.forEach(t=>{t.selected=r.detail.selected})):(this.selectedRows=[],this.data.forEach(t=>{t.selected=!1})),this.dispatchEvent(new CustomEvent("selectall",{bubbles:!0,detail:{selectedRows:this.selectedRows}})),this.requestUpdate()}getTableHeaderColumn(r){return e`<th>${r.name}</th>`}getTableBody(r,t){const o=t.map(i=>this.getTableBodyRow(i,r));return e`
17
17
  <tbody role="rowgroup">
18
- ${r}
18
+ ${o}
19
19
  </tbody>
20
- `}getTableBodyRow(e,t){const r=t.map(o=>this.getTableBodyCell(e,o));return this.selectable&&r.unshift(l`<td role="gridcell">
20
+ `}getTableBodyRow(r,t){const o=t.map(i=>this.getTableBodyCell(r,i));return this.selectable&&o.unshift(e`<td role="gridcell">
21
21
  <ngc-checkbox
22
- ?selected="${e.selected}"
23
- @change="${o=>this.handleTableBodyRowSelected(o,e)}"
22
+ ?selected="${r.selected}"
23
+ @change="${i=>this.handleTableBodyRowSelected(i,r)}"
24
24
  ></ngc-checkbox>
25
- </td>`),l`
25
+ </td>`),e`
26
26
  <tr role="row">
27
- ${r}
27
+ ${o}
28
28
  </tr>
29
- `}handleTableBodyRowSelected(e,t){e.detail.selected?this.selectedRows.push(t):this.selectedRows=this.selectedRows.filter(r=>r!==t),this.dispatchEvent(new CustomEvent("rowselected",{bubbles:!0,detail:{data:t,selectedRows:this.selectedRows}}))}getTableBodyCell(e,t){return l`
29
+ `}handleTableBodyRowSelected(r,t){r.detail.selected?this.selectedRows.push(t):this.selectedRows=this.selectedRows.filter(o=>o!==t),this.dispatchEvent(new CustomEvent("rowselected",{bubbles:!0,detail:{data:t,selectedRows:this.selectedRows}}))}getTableBodyCell(r,t){return e`
30
30
  <td role="gridcell">
31
- ${this.getValueForCell(e,t)}
31
+ ${this.getValueForCell(r,t)}
32
32
  </td>
33
- `}getValueForCell(e,t){return typeof t.valueGetter=="function"?l`${t.valueGetter(e)}`:e[t.field]}render(){return this.columnDefinitions?this.renderWrapper(this.getTableHeader(this.columnDefinitions),this.getTableBody(this.columnDefinitions,this.data)):null}};c.styles=[a(n),a(h),a(g),a(m)];c=y([p("ngc-table")],c);
33
+ `}getValueForCell(r,t){return typeof t.valueGetter=="function"?e`${t.valueGetter(r)}`:r[t.field]}render(){return this.columnDefinitions?this.renderWrapper(this.getTableHeader(this.columnDefinitions),this.getTableBody(this.columnDefinitions,this.data)):null}};s.styles=[m(h),m(c),m(b),m(g)];s=y([d("ngc-table")],s);
@@ -1 +1 @@
1
- import"./gator/table.gator.js";import"../../assets/index-chunk2.js";import"../../assets/index-chunk3.js";import"../../assets/index-chunk5.js";import"../../assets/index-chunk6.js";import"./table.js";import"../../assets/index-chunk.js";import"../../utils/components/testable-lit-element/testable-lit-element.js";import"../checkbox/checkbox.gator.js";import"../../utils/string-utils.js";import"../../utils/lightdom-utils.js";import"../icon/gator/icon.gator.js";import"../icon/gator/templates/arrow-left.js";import"../icon/icon-registry.js";import"../icon/gator/templates/arrow-right.js";import"../icon/gator/templates/calendar.js";import"../icon/gator/templates/check-circle.js";import"../icon/gator/templates/check.js";import"../icon/gator/templates/checkbox.js";import"../icon/gator/templates/checkbox-selected.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/dashboard.js";import"../icon/gator/templates/exit.js";import"../icon/gator/templates/exit-circle.js";import"../icon/gator/templates/eye-crossed.js";import"../icon/gator/templates/info.js";import"../icon/gator/templates/link.js";import"../icon/gator/templates/overflow-menu.js";import"../icon/gator/templates/percent.js";import"../icon/gator/templates/picture.js";import"../icon/gator/templates/shield-lock.js";import"../icon/gator/templates/radio.js";import"../icon/gator/templates/radio-selected.js";import"../icon/gator/templates/restricted.js";import"../icon/gator/templates/settings.js";import"../icon/gator/templates/warning.js";
1
+ import"./gator/table.gator.js";import"../../assets/index-chunk2.js";import"../../assets/index-chunk3.js";import"../../assets/index-chunk5.js";import"../../assets/index-chunk6.js";import"./table.js";import"../../assets/index-chunk.js";import"../../utils/components/testable-lit-element/testable-lit-element.js";import"../checkbox/checkbox.gator.js";import"../../utils/string-utils.js";import"../../utils/lightdom-utils.js";import"../icon/gator/icon.gator.js";import"../icon/gator/templates/add-link.js";import"../icon/icon-registry.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.js";import"../icon/gator/templates/bell-disabled.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-rise.js";import"../icon/gator/templates/chat.js";import"../icon/gator/templates/check.js";import"../icon/gator/templates/check-circle.js";import"../icon/gator/templates/checkbox.js";import"../icon/gator/templates/checkbox-selected.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.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-filled.js";import"../icon/gator/templates/city.js";import"../icon/gator/templates/clipboard.js";import"../icon/gator/templates/clock.js";import"../icon/gator/templates/clock-clockwise.js";import"../icon/gator/templates/clock-counter-clockwise.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.js";import"../icon/gator/templates/cursor-arrow.js";import"../icon/gator/templates/cursor-hand.js";import"../icon/gator/templates/dashboard.js";import"../icon/gator/templates/delete.js";import"../icon/gator/templates/dna.js";import"../icon/gator/templates/document.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/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/exit.js";import"../icon/gator/templates/exit-circle.js";import"../icon/gator/templates/exit-left.js";import"../icon/gator/templates/expand.js";import"../icon/gator/templates/expand-arrows.js";import"../icon/gator/templates/export.js";import"../icon/gator/templates/eye.js";import"../icon/gator/templates/eye-closed.js";import"../icon/gator/templates/eye-crossed.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.js";import"../icon/gator/templates/filters-2.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/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.js";import"../icon/gator/templates/home-finance-arrow.js";import"../icon/gator/templates/home-search.js";import"../icon/gator/templates/house.js";import"../icon/gator/templates/house-simple.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/label.js";import"../icon/gator/templates/laptop.js";import"../icon/gator/templates/layout.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.js";import"../icon/gator/templates/loading.js";import"../icon/gator/templates/loading-spinner-gif.js";import"../icon/gator/templates/lock.js";import"../icon/gator/templates/magic-wand.js";import"../icon/gator/templates/mail.js";import"../icon/gator/templates/mail-open.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.js";import"../icon/gator/templates/minus-circle.js";import"../icon/gator/templates/minus-square.js";import"../icon/gator/templates/mobile-phone-2.js";import"../icon/gator/templates/monitor.js";import"../icon/gator/templates/move.js";import"../icon/gator/templates/move-doc.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/pen.js";import"../icon/gator/templates/pencil.js";import"../icon/gator/templates/pencil-paper.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.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/phone.js";import"../icon/gator/templates/phone-alert.js";import"../icon/gator/templates/phone-mobile.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.js";import"../icon/gator/templates/plus-circle.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.js";import"../icon/gator/templates/radio-selected.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/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.js";import"../icon/gator/templates/sidebar-simple.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.js";import"../icon/gator/templates/sort-arrow-solid-up-down.js";import"../icon/gator/templates/sort-reverse-variant.js";import"../icon/gator/templates/sort-variant.js";import"../icon/gator/templates/sparkle.js";import"../icon/gator/templates/sparkle-filled.js";import"../icon/gator/templates/speech-bubble.js";import"../icon/gator/templates/stack.js";import"../icon/gator/templates/stamp.js";import"../icon/gator/templates/star.js";import"../icon/gator/templates/star-four.js";import"../icon/gator/templates/star-four-filled.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/target.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/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/warning.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/wet-sign.js";import"../icon/gator/templates/wifi.js";import"../icon/gator/templates/wifi-off.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";
@@ -1,10 +1,10 @@
1
- import{N as v}from"../text-link.js";import{a as c,x as g}from"../../../assets/index-chunk2.js";import{t as x}from"../../../assets/index-chunk3.js";import{p as d}from"../../../assets/index-chunk5.js";import{s as m}from"../../../assets/index-chunk6.js";import{o as l}from"../../../assets/index-chunk7.js";import"../../icon/slds/icon.slds.js";import"../../icon/gator/icon.gator.js";import"../../../assets/index-chunk.js";import"../../../utils/components/testable-lit-element/testable-lit-element.js";import"../../../assets/index-chunk10.js";import"../../icon/icon.js";import"../../icon/gator/templates/arrow-left.js";import"../../icon/icon-registry.js";import"../../icon/gator/templates/arrow-right.js";import"../../icon/gator/templates/calendar.js";import"../../icon/gator/templates/check-circle.js";import"../../icon/gator/templates/check.js";import"../../icon/gator/templates/checkbox.js";import"../../icon/gator/templates/checkbox-selected.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/dashboard.js";import"../../icon/gator/templates/exit.js";import"../../icon/gator/templates/exit-circle.js";import"../../icon/gator/templates/eye-crossed.js";import"../../icon/gator/templates/info.js";import"../../icon/gator/templates/link.js";import"../../icon/gator/templates/overflow-menu.js";import"../../icon/gator/templates/percent.js";import"../../icon/gator/templates/picture.js";import"../../icon/gator/templates/shield-lock.js";import"../../icon/gator/templates/radio.js";import"../../icon/gator/templates/radio-selected.js";import"../../icon/gator/templates/restricted.js";import"../../icon/gator/templates/settings.js";import"../../icon/gator/templates/warning.js";const p=".gator-text-link{display:inline-flex;align-items:center;font-family:var(--ngc-text-link-font-family, var(--ngc-font-family-body)),sans-serif;font-size:var(--ngc-text-link-font-size, var(--text-size-body-2));font-weight:400;line-height:var(--ngc-text-link-line-height, var(--text-line-height-body-2));text-decoration:none;border-bottom:var(--ngc-text-link-underline-size, 1px);border-bottom-style:var(--ngc-text-link-underline-style, solid);border-bottom-color:var(--ngc-text-link-underline-color, var(--color-stroke-interactive));color:var(--ngc-text-link-color, var(--color-text-primary-base))}.gator-text-link ngc-icon{--ngc-icon-color: var(--ngc-text-link-icon-color, var(--color-text-primary-base));margin-left:.13rem}.gator-text-link:hover{color:var(--ngc-text-link-color--hover, var(--color-text-brand));border-bottom-color:var(--ngc-text-link-underline-color--hover, var(--color-stroke-brand))}.gator-text-link:hover ngc-icon{--ngc-icon-color: var(--ngc-text-link-icon-color--hover, var(--color-text-brand))}.gator-text-link:focus-visible{outline:var(--ngc-text-link-outline--focus, 2px solid var(--color-focus-border));outline-offset:2px;color:var(--ngc-text-link-color--focus, var(--color-text-brand));border-bottom-color:var(--ngc-text-link-underline-color--focus, var(--color-stroke-brand));background-color:var(--color-surface-primary)}.gator-text-link:focus-visible ngc-icon{--ngc-icon-color: var(--ngc-text-link-icon-color--focus, var(--color-text-brand))}.gator-text-link:active{color:var(--ngc-text-link-color--pressed, var(--color-text-brand));border-bottom-color:var(--ngc-text-link-underline-color--pressed, var(--color-stroke-brand))}.gator-text-link:active ngc-icon{--ngc-icon-color: var(--ngc-text-link-icon-color--pressed, var(--color-text-brand))}.gator-text-link-subtle{color:var(--ngc-text-link-color, var(--color-text-secondary));border-bottom-color:var(--ngc-text-link-underline-color, var(--color-stroke-brand-secondary))}.gator-text-link-subtle ngc-icon{--ngc-icon-color: var(--ngc-text-link-icon-color, var(--color-text-secondary))}.gator-text-link-subtle:hover{color:var(--ngc-text-link-color--hover, var(--color-text-brand));border-bottom-color:var(--ngc-text-link-underline-color--hover, var(--color-stroke-primary))}.gator-text-link-subtle:hover ngc-icon{--ngc-icon-color: var(--ngc-text-link-icon-color--hover, var(--color-text-brand))}.gator-text-link-subtle:focus-visible{outline:var(--ngc-text-link-outline--focus, 2px solid var(--color-focus-border));outline-offset:2px;color:var(--ngc-text-link-color--focus, var(--color-text-secondary));border-bottom-color:var(--ngc-text-link-underline-color--focus, var(--color-stroke-brand-secondary));background-color:var(--color-surface-primary)}.gator-text-link-subtle:focus-visible ngc-icon{--ngc-icon-color: var(--ngc-text-link-icon-color--focus, var(--color-text-brand))}.gator-text-link-subtle:active{color:var(--ngc-text-link-color--pressed, var(--color-text-primary-base));border-bottom-color:var(--ngc-text-link-underline-color--pressed, var(--color-stroke-primary))}.gator-text-link-subtle:active ngc-icon{--ngc-icon-color: var(--ngc-text-link-icon-color--pressed, var(--color-text-primary-base))}";var b=Object.defineProperty,k=Object.getOwnPropertyDescriptor,u=(s,r,e,t)=>{for(var o=t>1?void 0:t?k(r,e):r,n=s.length-1,i;n>=0;n--)(i=s[n])&&(o=(t?i(r,e,o):i(o))||o);return t&&o&&b(r,e,o),o};let a=class extends v{render(){return g`
1
+ import{N as a}from"../text-link.js";import{a as e,x as s}from"../../../assets/index-chunk2.js";import{t as v}from"../../../assets/index-chunk3.js";import{p as g}from"../../../assets/index-chunk5.js";import{s as x}from"../../../assets/index-chunk6.js";import{o as n}from"../../../assets/index-chunk7.js";import"../../icon/slds/icon.slds.js";import"../../icon/gator/icon.gator.js";import"../../../assets/index-chunk.js";import"../../../utils/components/testable-lit-element/testable-lit-element.js";import"../../../assets/index-chunk10.js";import"../../icon/icon.js";import"../../icon/gator/templates/add-link.js";import"../../icon/icon-registry.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.js";import"../../icon/gator/templates/bell-disabled.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-rise.js";import"../../icon/gator/templates/chat.js";import"../../icon/gator/templates/check.js";import"../../icon/gator/templates/check-circle.js";import"../../icon/gator/templates/checkbox.js";import"../../icon/gator/templates/checkbox-selected.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.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-filled.js";import"../../icon/gator/templates/city.js";import"../../icon/gator/templates/clipboard.js";import"../../icon/gator/templates/clock.js";import"../../icon/gator/templates/clock-clockwise.js";import"../../icon/gator/templates/clock-counter-clockwise.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.js";import"../../icon/gator/templates/cursor-arrow.js";import"../../icon/gator/templates/cursor-hand.js";import"../../icon/gator/templates/dashboard.js";import"../../icon/gator/templates/delete.js";import"../../icon/gator/templates/dna.js";import"../../icon/gator/templates/document.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/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/exit.js";import"../../icon/gator/templates/exit-circle.js";import"../../icon/gator/templates/exit-left.js";import"../../icon/gator/templates/expand.js";import"../../icon/gator/templates/expand-arrows.js";import"../../icon/gator/templates/export.js";import"../../icon/gator/templates/eye.js";import"../../icon/gator/templates/eye-closed.js";import"../../icon/gator/templates/eye-crossed.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.js";import"../../icon/gator/templates/filters-2.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/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.js";import"../../icon/gator/templates/home-finance-arrow.js";import"../../icon/gator/templates/home-search.js";import"../../icon/gator/templates/house.js";import"../../icon/gator/templates/house-simple.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/label.js";import"../../icon/gator/templates/laptop.js";import"../../icon/gator/templates/layout.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.js";import"../../icon/gator/templates/loading.js";import"../../icon/gator/templates/loading-spinner-gif.js";import"../../icon/gator/templates/lock.js";import"../../icon/gator/templates/magic-wand.js";import"../../icon/gator/templates/mail.js";import"../../icon/gator/templates/mail-open.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.js";import"../../icon/gator/templates/minus-circle.js";import"../../icon/gator/templates/minus-square.js";import"../../icon/gator/templates/mobile-phone-2.js";import"../../icon/gator/templates/monitor.js";import"../../icon/gator/templates/move.js";import"../../icon/gator/templates/move-doc.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/pen.js";import"../../icon/gator/templates/pencil.js";import"../../icon/gator/templates/pencil-paper.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.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/phone.js";import"../../icon/gator/templates/phone-alert.js";import"../../icon/gator/templates/phone-mobile.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.js";import"../../icon/gator/templates/plus-circle.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.js";import"../../icon/gator/templates/radio-selected.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/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.js";import"../../icon/gator/templates/sidebar-simple.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.js";import"../../icon/gator/templates/sort-arrow-solid-up-down.js";import"../../icon/gator/templates/sort-reverse-variant.js";import"../../icon/gator/templates/sort-variant.js";import"../../icon/gator/templates/sparkle.js";import"../../icon/gator/templates/sparkle-filled.js";import"../../icon/gator/templates/speech-bubble.js";import"../../icon/gator/templates/stack.js";import"../../icon/gator/templates/stamp.js";import"../../icon/gator/templates/star.js";import"../../icon/gator/templates/star-four.js";import"../../icon/gator/templates/star-four-filled.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/target.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/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/warning.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/wet-sign.js";import"../../icon/gator/templates/wifi.js";import"../../icon/gator/templates/wifi-off.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";const d=".gator-text-link{display:inline-flex;align-items:center;font-family:var(--ngc-text-link-font-family, var(--ngc-font-family-body)),sans-serif;font-size:var(--ngc-text-link-font-size, var(--text-size-body-2));font-weight:400;line-height:var(--ngc-text-link-line-height, var(--text-line-height-body-2));text-decoration:none;border-bottom:var(--ngc-text-link-underline-size, 1px);border-bottom-style:var(--ngc-text-link-underline-style, solid);border-bottom-color:var(--ngc-text-link-underline-color, var(--color-stroke-interactive));color:var(--ngc-text-link-color, var(--color-text-primary-base))}.gator-text-link ngc-icon{--ngc-icon-color: var(--ngc-text-link-icon-color, var(--color-text-primary-base));margin-left:.13rem}.gator-text-link:hover{color:var(--ngc-text-link-color--hover, var(--color-text-brand));border-bottom-color:var(--ngc-text-link-underline-color--hover, var(--color-stroke-brand))}.gator-text-link:hover ngc-icon{--ngc-icon-color: var(--ngc-text-link-icon-color--hover, var(--color-text-brand))}.gator-text-link:focus-visible{outline:var(--ngc-text-link-outline--focus, 2px solid var(--color-focus-border));outline-offset:2px;color:var(--ngc-text-link-color--focus, var(--color-text-brand));border-bottom-color:var(--ngc-text-link-underline-color--focus, var(--color-stroke-brand));background-color:var(--color-surface-primary)}.gator-text-link:focus-visible ngc-icon{--ngc-icon-color: var(--ngc-text-link-icon-color--focus, var(--color-text-brand))}.gator-text-link:active{color:var(--ngc-text-link-color--pressed, var(--color-text-brand));border-bottom-color:var(--ngc-text-link-underline-color--pressed, var(--color-stroke-brand))}.gator-text-link:active ngc-icon{--ngc-icon-color: var(--ngc-text-link-icon-color--pressed, var(--color-text-brand))}.gator-text-link-subtle{color:var(--ngc-text-link-color, var(--color-text-secondary));border-bottom-color:var(--ngc-text-link-underline-color, var(--color-stroke-brand-secondary))}.gator-text-link-subtle ngc-icon{--ngc-icon-color: var(--ngc-text-link-icon-color, var(--color-text-secondary))}.gator-text-link-subtle:hover{color:var(--ngc-text-link-color--hover, var(--color-text-brand));border-bottom-color:var(--ngc-text-link-underline-color--hover, var(--color-stroke-primary))}.gator-text-link-subtle:hover ngc-icon{--ngc-icon-color: var(--ngc-text-link-icon-color--hover, var(--color-text-brand))}.gator-text-link-subtle:focus-visible{outline:var(--ngc-text-link-outline--focus, 2px solid var(--color-focus-border));outline-offset:2px;color:var(--ngc-text-link-color--focus, var(--color-text-secondary));border-bottom-color:var(--ngc-text-link-underline-color--focus, var(--color-stroke-brand-secondary));background-color:var(--color-surface-primary)}.gator-text-link-subtle:focus-visible ngc-icon{--ngc-icon-color: var(--ngc-text-link-icon-color--focus, var(--color-text-brand))}.gator-text-link-subtle:active{color:var(--ngc-text-link-color--pressed, var(--color-text-primary-base));border-bottom-color:var(--ngc-text-link-underline-color--pressed, var(--color-stroke-primary))}.gator-text-link-subtle:active ngc-icon{--ngc-icon-color: var(--ngc-text-link-icon-color--pressed, var(--color-text-primary-base))}";var b=Object.defineProperty,k=Object.getOwnPropertyDescriptor,u=(l,r,i,t)=>{for(var o=t>1?void 0:t?k(r,i):r,m=l.length-1,p;m>=0;m--)(p=l[m])&&(o=(t?p(r,i,o):p(o))||o);return t&&o&&b(r,i,o),o};let c=class extends a{render(){return s`
2
2
  <a
3
3
  role="link"
4
- target="${l(this.target||void 0)}"
4
+ target="${n(this.target||void 0)}"
5
5
  class="gator-text-link ${this.variantClass}"
6
- href="${l(this.href||void 0)}"
7
- data-testid="${l(this.dataTestid?`${this.dataTestid}-text-link`:void 0)}"
6
+ href="${n(this.href||void 0)}"
7
+ data-testid="${n(this.dataTestid?`${this.dataTestid}-text-link`:void 0)}"
8
8
  >
9
9
  <slot></slot>
10
10
  <ngc-icon
@@ -13,4 +13,4 @@ import{N as v}from"../text-link.js";import{a as c,x as g}from"../../../assets/in
13
13
  height="18"
14
14
  ></ngc-icon>
15
15
  </a>
16
- `}get variantClass(){return this.variant!=="default"?`gator-text-link-${this.variant}`:null}};a.styles=[c(p),c(d),c(m)];a=u([x("ngc-text-link")],a);
16
+ `}get variantClass(){return this.variant!=="default"?`gator-text-link-${this.variant}`:null}};c.styles=[e(d),e(g),e(x)];c=u([v("ngc-text-link")],c);
@@ -1 +1 @@
1
- import"./gator/text-link.gator.js";import"./text-link.js";import"../../assets/index-chunk.js";import"../../assets/index-chunk2.js";import"../../utils/components/testable-lit-element/testable-lit-element.js";import"../../assets/index-chunk3.js";import"../../assets/index-chunk5.js";import"../../assets/index-chunk6.js";import"../../assets/index-chunk7.js";import"../icon/slds/icon.slds.js";import"../../assets/index-chunk10.js";import"../icon/icon.js";import"../icon/gator/icon.gator.js";import"../icon/gator/templates/arrow-left.js";import"../icon/icon-registry.js";import"../icon/gator/templates/arrow-right.js";import"../icon/gator/templates/calendar.js";import"../icon/gator/templates/check-circle.js";import"../icon/gator/templates/check.js";import"../icon/gator/templates/checkbox.js";import"../icon/gator/templates/checkbox-selected.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/dashboard.js";import"../icon/gator/templates/exit.js";import"../icon/gator/templates/exit-circle.js";import"../icon/gator/templates/eye-crossed.js";import"../icon/gator/templates/info.js";import"../icon/gator/templates/link.js";import"../icon/gator/templates/overflow-menu.js";import"../icon/gator/templates/percent.js";import"../icon/gator/templates/picture.js";import"../icon/gator/templates/shield-lock.js";import"../icon/gator/templates/radio.js";import"../icon/gator/templates/radio-selected.js";import"../icon/gator/templates/restricted.js";import"../icon/gator/templates/settings.js";import"../icon/gator/templates/warning.js";
1
+ import"./gator/text-link.gator.js";import"./text-link.js";import"../../assets/index-chunk.js";import"../../assets/index-chunk2.js";import"../../utils/components/testable-lit-element/testable-lit-element.js";import"../../assets/index-chunk3.js";import"../../assets/index-chunk5.js";import"../../assets/index-chunk6.js";import"../../assets/index-chunk7.js";import"../icon/slds/icon.slds.js";import"../../assets/index-chunk10.js";import"../icon/icon.js";import"../icon/gator/icon.gator.js";import"../icon/gator/templates/add-link.js";import"../icon/icon-registry.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.js";import"../icon/gator/templates/bell-disabled.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-rise.js";import"../icon/gator/templates/chat.js";import"../icon/gator/templates/check.js";import"../icon/gator/templates/check-circle.js";import"../icon/gator/templates/checkbox.js";import"../icon/gator/templates/checkbox-selected.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.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-filled.js";import"../icon/gator/templates/city.js";import"../icon/gator/templates/clipboard.js";import"../icon/gator/templates/clock.js";import"../icon/gator/templates/clock-clockwise.js";import"../icon/gator/templates/clock-counter-clockwise.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.js";import"../icon/gator/templates/cursor-arrow.js";import"../icon/gator/templates/cursor-hand.js";import"../icon/gator/templates/dashboard.js";import"../icon/gator/templates/delete.js";import"../icon/gator/templates/dna.js";import"../icon/gator/templates/document.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/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/exit.js";import"../icon/gator/templates/exit-circle.js";import"../icon/gator/templates/exit-left.js";import"../icon/gator/templates/expand.js";import"../icon/gator/templates/expand-arrows.js";import"../icon/gator/templates/export.js";import"../icon/gator/templates/eye.js";import"../icon/gator/templates/eye-closed.js";import"../icon/gator/templates/eye-crossed.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.js";import"../icon/gator/templates/filters-2.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/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.js";import"../icon/gator/templates/home-finance-arrow.js";import"../icon/gator/templates/home-search.js";import"../icon/gator/templates/house.js";import"../icon/gator/templates/house-simple.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/label.js";import"../icon/gator/templates/laptop.js";import"../icon/gator/templates/layout.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.js";import"../icon/gator/templates/loading.js";import"../icon/gator/templates/loading-spinner-gif.js";import"../icon/gator/templates/lock.js";import"../icon/gator/templates/magic-wand.js";import"../icon/gator/templates/mail.js";import"../icon/gator/templates/mail-open.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.js";import"../icon/gator/templates/minus-circle.js";import"../icon/gator/templates/minus-square.js";import"../icon/gator/templates/mobile-phone-2.js";import"../icon/gator/templates/monitor.js";import"../icon/gator/templates/move.js";import"../icon/gator/templates/move-doc.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/pen.js";import"../icon/gator/templates/pencil.js";import"../icon/gator/templates/pencil-paper.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.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/phone.js";import"../icon/gator/templates/phone-alert.js";import"../icon/gator/templates/phone-mobile.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.js";import"../icon/gator/templates/plus-circle.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.js";import"../icon/gator/templates/radio-selected.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/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.js";import"../icon/gator/templates/sidebar-simple.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.js";import"../icon/gator/templates/sort-arrow-solid-up-down.js";import"../icon/gator/templates/sort-reverse-variant.js";import"../icon/gator/templates/sort-variant.js";import"../icon/gator/templates/sparkle.js";import"../icon/gator/templates/sparkle-filled.js";import"../icon/gator/templates/speech-bubble.js";import"../icon/gator/templates/stack.js";import"../icon/gator/templates/stamp.js";import"../icon/gator/templates/star.js";import"../icon/gator/templates/star-four.js";import"../icon/gator/templates/star-four-filled.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/target.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/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/warning.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/wet-sign.js";import"../icon/gator/templates/wifi.js";import"../icon/gator/templates/wifi-off.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";
@@ -1,4 +1,4 @@
1
- import{N as m}from"../../toast.js";import{a as c,x as a}from"../../../../assets/index-chunk2.js";import{t as g}from"../../../../assets/index-chunk3.js";import{p}from"../../../../assets/index-chunk5.js";import{s as u}from"../../../../assets/index-chunk6.js";import"../../../icon-button/gator/icon-button.gator.js";import"../../../../assets/index-chunk.js";import"../../../button/slds/button.slds.js";import"../../../button/button.js";import"../../../../utils/components/testable-lit-element/testable-lit-element.js";import"../../../../utils/mixins/attribute-deletion.js";import"../../../../assets/index-chunk10.js";import"../../../button/gator/button.gator.js";import"../../../loading-spinner/gator/loading-spinner.gator.js";import"../../../loading-spinner/loading-spinner.js";import"../../../../assets/index-chunk7.js";import"../../../icon/slds/icon.slds.js";import"../../../icon/icon.js";import"../../../icon/gator/icon.gator.js";import"../../../icon/gator/templates/arrow-left.js";import"../../../icon/icon-registry.js";import"../../../icon/gator/templates/arrow-right.js";import"../../../icon/gator/templates/calendar.js";import"../../../icon/gator/templates/check-circle.js";import"../../../icon/gator/templates/check.js";import"../../../icon/gator/templates/checkbox.js";import"../../../icon/gator/templates/checkbox-selected.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/dashboard.js";import"../../../icon/gator/templates/exit.js";import"../../../icon/gator/templates/exit-circle.js";import"../../../icon/gator/templates/eye-crossed.js";import"../../../icon/gator/templates/info.js";import"../../../icon/gator/templates/link.js";import"../../../icon/gator/templates/overflow-menu.js";import"../../../icon/gator/templates/percent.js";import"../../../icon/gator/templates/picture.js";import"../../../icon/gator/templates/shield-lock.js";import"../../../icon/gator/templates/radio.js";import"../../../icon/gator/templates/radio-selected.js";import"../../../icon/gator/templates/restricted.js";import"../../../icon/gator/templates/settings.js";import"../../../icon/gator/templates/warning.js";import"../../../skeleton-loader/gator/skeleton-loader.gator.js";import"../../../../assets/index-chunk8.js";import"../../../../assets/index-chunk9.js";import"../../../icon-button/icon-button.js";const d=".gator-toast{display:flex;flex-direction:row;align-content:center;font-size:1.0625rem;padding:var(--ngc-toast-padding, 1rem);max-width:100%;border-radius:var(--ngc-toast-border-radius, .5rem);margin:var(--ngc-toast-margin, 0 0 1rem 0);width:var(--ngc-toast-width, 26rem);font-family:var(--ngc-font-family-body),sans-serif;box-shadow:var(--ngc-toast-box-shadow, 0 5px 10px 0 rgba(31, 31, 31, .1), 0 7px 14px 0 rgba(31, 31, 31, .08), 0 3px 6px 0 rgba(31, 31, 31, .08))}.gator-toast_info{background:var(--ngc-toast-background-color, var(--color-surface-secondary));--ngc-icon-color: var(--ngc-toast-icon-color)}.gator-toast_warning{background:var(--ngc-toast-background-color, var(--color-surface-warning));--ngc-icon-color: var(--ngc-toast-icon-color, var(--color-icon-warning))}.gator-toast_error{background:var(--ngc-toast-background-color, var(--color-surface-error));--ngc-icon-color: var(--ngc-toast-icon-color, var(--color-icon-error))}.gator-toast_success{background:var(--ngc-toast-background-color, var(--color-surface-success));--ngc-icon-color: var(--ngc-toast-icon-color, var(--color-icon-success))}.gator-toast-content-container{display:flex;flex-direction:column;flex-grow:1;justify-items:center;margin:0 .5rem}.gator-toast-content{display:flex;flex-direction:column;justify-content:center}.gator-toast-actions{display:flex;flex-direction:row;margin-top:1rem}.gator-toast-dismiss-button{display:flex;--ngc-icon-button-width: 1.5rem;--ngc-icon-button-height: 1.5rem;--ngc-icon-button-hover-box-shadow: none}.gator-toast-dismiss-button ngc-icon-button{height:1.5rem}";var v=Object.defineProperty,b=Object.getOwnPropertyDescriptor,f=(t,r,s,i)=>{for(var o=i>1?void 0:i?b(r,s):r,n=t.length-1,e;n>=0;n--)(e=t[n])&&(o=(i?e(r,s,o):e(o))||o);return i&&o&&v(r,s,o),o};let l=class extends m{render(){return a`
1
+ import{N as c}from"../../toast.js";import{a as n,x as m}from"../../../../assets/index-chunk2.js";import{t as l}from"../../../../assets/index-chunk3.js";import{p as g}from"../../../../assets/index-chunk5.js";import{s as u}from"../../../../assets/index-chunk6.js";import"../../../icon-button/gator/icon-button.gator.js";import"../../../../assets/index-chunk.js";import"../../../button/slds/button.slds.js";import"../../../button/button.js";import"../../../../utils/components/testable-lit-element/testable-lit-element.js";import"../../../../utils/mixins/attribute-deletion.js";import"../../../../assets/index-chunk10.js";import"../../../button/gator/button.gator.js";import"../../../loading-spinner/gator/loading-spinner.gator.js";import"../../../loading-spinner/loading-spinner.js";import"../../../../assets/index-chunk7.js";import"../../../icon/slds/icon.slds.js";import"../../../icon/icon.js";import"../../../icon/gator/icon.gator.js";import"../../../icon/gator/templates/add-link.js";import"../../../icon/icon-registry.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.js";import"../../../icon/gator/templates/bell-disabled.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-rise.js";import"../../../icon/gator/templates/chat.js";import"../../../icon/gator/templates/check.js";import"../../../icon/gator/templates/check-circle.js";import"../../../icon/gator/templates/checkbox.js";import"../../../icon/gator/templates/checkbox-selected.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.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-filled.js";import"../../../icon/gator/templates/city.js";import"../../../icon/gator/templates/clipboard.js";import"../../../icon/gator/templates/clock.js";import"../../../icon/gator/templates/clock-clockwise.js";import"../../../icon/gator/templates/clock-counter-clockwise.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.js";import"../../../icon/gator/templates/cursor-arrow.js";import"../../../icon/gator/templates/cursor-hand.js";import"../../../icon/gator/templates/dashboard.js";import"../../../icon/gator/templates/delete.js";import"../../../icon/gator/templates/dna.js";import"../../../icon/gator/templates/document.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/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/exit.js";import"../../../icon/gator/templates/exit-circle.js";import"../../../icon/gator/templates/exit-left.js";import"../../../icon/gator/templates/expand.js";import"../../../icon/gator/templates/expand-arrows.js";import"../../../icon/gator/templates/export.js";import"../../../icon/gator/templates/eye.js";import"../../../icon/gator/templates/eye-closed.js";import"../../../icon/gator/templates/eye-crossed.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.js";import"../../../icon/gator/templates/filters-2.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/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.js";import"../../../icon/gator/templates/home-finance-arrow.js";import"../../../icon/gator/templates/home-search.js";import"../../../icon/gator/templates/house.js";import"../../../icon/gator/templates/house-simple.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/label.js";import"../../../icon/gator/templates/laptop.js";import"../../../icon/gator/templates/layout.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.js";import"../../../icon/gator/templates/loading.js";import"../../../icon/gator/templates/loading-spinner-gif.js";import"../../../icon/gator/templates/lock.js";import"../../../icon/gator/templates/magic-wand.js";import"../../../icon/gator/templates/mail.js";import"../../../icon/gator/templates/mail-open.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.js";import"../../../icon/gator/templates/minus-circle.js";import"../../../icon/gator/templates/minus-square.js";import"../../../icon/gator/templates/mobile-phone-2.js";import"../../../icon/gator/templates/monitor.js";import"../../../icon/gator/templates/move.js";import"../../../icon/gator/templates/move-doc.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/pen.js";import"../../../icon/gator/templates/pencil.js";import"../../../icon/gator/templates/pencil-paper.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.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/phone.js";import"../../../icon/gator/templates/phone-alert.js";import"../../../icon/gator/templates/phone-mobile.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.js";import"../../../icon/gator/templates/plus-circle.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.js";import"../../../icon/gator/templates/radio-selected.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/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.js";import"../../../icon/gator/templates/sidebar-simple.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.js";import"../../../icon/gator/templates/sort-arrow-solid-up-down.js";import"../../../icon/gator/templates/sort-reverse-variant.js";import"../../../icon/gator/templates/sort-variant.js";import"../../../icon/gator/templates/sparkle.js";import"../../../icon/gator/templates/sparkle-filled.js";import"../../../icon/gator/templates/speech-bubble.js";import"../../../icon/gator/templates/stack.js";import"../../../icon/gator/templates/stamp.js";import"../../../icon/gator/templates/star.js";import"../../../icon/gator/templates/star-four.js";import"../../../icon/gator/templates/star-four-filled.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/target.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/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/warning.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/wet-sign.js";import"../../../icon/gator/templates/wifi.js";import"../../../icon/gator/templates/wifi-off.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"../../../skeleton-loader/gator/skeleton-loader.gator.js";import"../../../../assets/index-chunk8.js";import"../../../../assets/index-chunk9.js";import"../../../icon-button/icon-button.js";const d=".gator-toast{display:flex;flex-direction:row;align-content:center;font-size:1.0625rem;padding:var(--ngc-toast-padding, 1rem);max-width:100%;border-radius:var(--ngc-toast-border-radius, .5rem);margin:var(--ngc-toast-margin, 0 0 1rem 0);width:var(--ngc-toast-width, 26rem);font-family:var(--ngc-font-family-body),sans-serif;box-shadow:var(--ngc-toast-box-shadow, 0 5px 10px 0 rgba(31, 31, 31, .1), 0 7px 14px 0 rgba(31, 31, 31, .08), 0 3px 6px 0 rgba(31, 31, 31, .08))}.gator-toast_info{background:var(--ngc-toast-background-color, var(--color-surface-secondary));--ngc-icon-color: var(--ngc-toast-icon-color)}.gator-toast_warning{background:var(--ngc-toast-background-color, var(--color-surface-warning));--ngc-icon-color: var(--ngc-toast-icon-color, var(--color-icon-warning))}.gator-toast_error{background:var(--ngc-toast-background-color, var(--color-surface-error));--ngc-icon-color: var(--ngc-toast-icon-color, var(--color-icon-error))}.gator-toast_success{background:var(--ngc-toast-background-color, var(--color-surface-success));--ngc-icon-color: var(--ngc-toast-icon-color, var(--color-icon-success))}.gator-toast-content-container{display:flex;flex-direction:column;flex-grow:1;justify-items:center;margin:0 .5rem}.gator-toast-content{display:flex;flex-direction:column;justify-content:center}.gator-toast-actions{display:flex;flex-direction:row;margin-top:1rem}.gator-toast-dismiss-button{display:flex;--ngc-icon-button-width: 1.5rem;--ngc-icon-button-height: 1.5rem;--ngc-icon-button-hover-box-shadow: none}.gator-toast-dismiss-button ngc-icon-button{height:1.5rem}";var v=Object.defineProperty,b=Object.getOwnPropertyDescriptor,f=(t,r,p,i)=>{for(var o=i>1?void 0:i?b(r,p):r,a=t.length-1,s;a>=0;a--)(s=t[a])&&(o=(i?s(r,p,o):s(o))||o);return i&&o&&v(r,p,o),o};let e=class extends c{render(){return m`
2
2
  <div
3
3
  class="gator-toast ${this.variantClass}"
4
4
  role="${this.ariaRole}"
@@ -19,16 +19,16 @@ import{N as m}from"../../toast.js";import{a as c,x as a}from"../../../../assets/
19
19
 
20
20
  ${this.dismissibleMarkup}
21
21
  </div>
22
- `}get ariaRole(){return this.sticky?"alertdialog":"alert"}get actionsSlot(){return this.querySelector('[slot="actions"]')?a`
22
+ `}get ariaRole(){return this.sticky?"alertdialog":"alert"}get actionsSlot(){return this.querySelector('[slot="actions"]')?m`
23
23
  <div class="gator-toast-actions">
24
24
  <slot name="actions"></slot>
25
25
  </div>
26
- `:null}get variantClass(){switch(this.variant){case"info":return"gator-toast_info";case"warning":return"gator-toast_warning";case"error":return"gator-toast_error";case"success":return"gator-toast_success";case"inverse":return"gator-toast_inverse";default:return"gator-toast_info"}}get iconMarkup(){let t="info";switch(this.variant){case"info":t="info";break;case"warning":t="warning";break;case"error":t="restricted";break;case"success":t="check-circle";break;case"inverse":t="info";break}return a`
26
+ `:null}get variantClass(){switch(this.variant){case"info":return"gator-toast_info";case"warning":return"gator-toast_warning";case"error":return"gator-toast_error";case"success":return"gator-toast_success";case"inverse":return"gator-toast_inverse";default:return"gator-toast_info"}}get iconMarkup(){let t="info";switch(this.variant){case"info":t="info";break;case"warning":t="warning";break;case"error":t="restricted";break;case"success":t="check-circle";break;case"inverse":t="info";break}return m`
27
27
  <ngc-icon
28
28
  name="${t}"
29
29
  label="${this.statusIconLabel??t}"
30
30
  ></ngc-icon>
31
- `}get dismissibleMarkup(){return this.dismissible?a`
31
+ `}get dismissibleMarkup(){return this.dismissible?m`
32
32
  <div class="gator-toast-dismiss-button">
33
33
  <ngc-icon-button
34
34
  aria-label="${this.exitIconLabel}"
@@ -37,4 +37,4 @@ import{N as m}from"../../toast.js";import{a as c,x as a}from"../../../../assets/
37
37
  @click=${this.handleDismiss}
38
38
  ></ngc-icon-button>
39
39
  </div>
40
- `:null}handleDismiss(){this.dispatchEvent(new CustomEvent("dismiss",{bubbles:!0,composed:!0}))}};l.styles=[c(d),c(p),c(u)];l=f([g("ngc-toast")],l);
40
+ `:null}handleDismiss(){this.dispatchEvent(new CustomEvent("dismiss",{bubbles:!0,composed:!0}))}};e.styles=[n(d),n(g),n(u)];e=f([l("ngc-toast")],e);
@@ -1 +1 @@
1
- import"./gator/base/toast.gator.js";import"./toast.js";import"../../assets/index-chunk2.js";import"../../assets/index-chunk.js";import"../../assets/index-chunk3.js";import"../../assets/index-chunk5.js";import"../../assets/index-chunk6.js";import"../icon-button/gator/icon-button.gator.js";import"../button/slds/button.slds.js";import"../button/button.js";import"../../utils/components/testable-lit-element/testable-lit-element.js";import"../../utils/mixins/attribute-deletion.js";import"../../assets/index-chunk10.js";import"../button/gator/button.gator.js";import"../loading-spinner/gator/loading-spinner.gator.js";import"../loading-spinner/loading-spinner.js";import"../../assets/index-chunk7.js";import"../icon/slds/icon.slds.js";import"../icon/icon.js";import"../icon/gator/icon.gator.js";import"../icon/gator/templates/arrow-left.js";import"../icon/icon-registry.js";import"../icon/gator/templates/arrow-right.js";import"../icon/gator/templates/calendar.js";import"../icon/gator/templates/check-circle.js";import"../icon/gator/templates/check.js";import"../icon/gator/templates/checkbox.js";import"../icon/gator/templates/checkbox-selected.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/dashboard.js";import"../icon/gator/templates/exit.js";import"../icon/gator/templates/exit-circle.js";import"../icon/gator/templates/eye-crossed.js";import"../icon/gator/templates/info.js";import"../icon/gator/templates/link.js";import"../icon/gator/templates/overflow-menu.js";import"../icon/gator/templates/percent.js";import"../icon/gator/templates/picture.js";import"../icon/gator/templates/shield-lock.js";import"../icon/gator/templates/radio.js";import"../icon/gator/templates/radio-selected.js";import"../icon/gator/templates/restricted.js";import"../icon/gator/templates/settings.js";import"../icon/gator/templates/warning.js";import"../skeleton-loader/gator/skeleton-loader.gator.js";import"../../assets/index-chunk8.js";import"../../assets/index-chunk9.js";import"../icon-button/icon-button.js";
1
+ import"./gator/base/toast.gator.js";import"./toast.js";import"../../assets/index-chunk2.js";import"../../assets/index-chunk.js";import"../../assets/index-chunk3.js";import"../../assets/index-chunk5.js";import"../../assets/index-chunk6.js";import"../icon-button/gator/icon-button.gator.js";import"../button/slds/button.slds.js";import"../button/button.js";import"../../utils/components/testable-lit-element/testable-lit-element.js";import"../../utils/mixins/attribute-deletion.js";import"../../assets/index-chunk10.js";import"../button/gator/button.gator.js";import"../loading-spinner/gator/loading-spinner.gator.js";import"../loading-spinner/loading-spinner.js";import"../../assets/index-chunk7.js";import"../icon/slds/icon.slds.js";import"../icon/icon.js";import"../icon/gator/icon.gator.js";import"../icon/gator/templates/add-link.js";import"../icon/icon-registry.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.js";import"../icon/gator/templates/bell-disabled.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-rise.js";import"../icon/gator/templates/chat.js";import"../icon/gator/templates/check.js";import"../icon/gator/templates/check-circle.js";import"../icon/gator/templates/checkbox.js";import"../icon/gator/templates/checkbox-selected.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.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-filled.js";import"../icon/gator/templates/city.js";import"../icon/gator/templates/clipboard.js";import"../icon/gator/templates/clock.js";import"../icon/gator/templates/clock-clockwise.js";import"../icon/gator/templates/clock-counter-clockwise.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.js";import"../icon/gator/templates/cursor-arrow.js";import"../icon/gator/templates/cursor-hand.js";import"../icon/gator/templates/dashboard.js";import"../icon/gator/templates/delete.js";import"../icon/gator/templates/dna.js";import"../icon/gator/templates/document.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/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/exit.js";import"../icon/gator/templates/exit-circle.js";import"../icon/gator/templates/exit-left.js";import"../icon/gator/templates/expand.js";import"../icon/gator/templates/expand-arrows.js";import"../icon/gator/templates/export.js";import"../icon/gator/templates/eye.js";import"../icon/gator/templates/eye-closed.js";import"../icon/gator/templates/eye-crossed.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.js";import"../icon/gator/templates/filters-2.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/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.js";import"../icon/gator/templates/home-finance-arrow.js";import"../icon/gator/templates/home-search.js";import"../icon/gator/templates/house.js";import"../icon/gator/templates/house-simple.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/label.js";import"../icon/gator/templates/laptop.js";import"../icon/gator/templates/layout.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.js";import"../icon/gator/templates/loading.js";import"../icon/gator/templates/loading-spinner-gif.js";import"../icon/gator/templates/lock.js";import"../icon/gator/templates/magic-wand.js";import"../icon/gator/templates/mail.js";import"../icon/gator/templates/mail-open.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.js";import"../icon/gator/templates/minus-circle.js";import"../icon/gator/templates/minus-square.js";import"../icon/gator/templates/mobile-phone-2.js";import"../icon/gator/templates/monitor.js";import"../icon/gator/templates/move.js";import"../icon/gator/templates/move-doc.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/pen.js";import"../icon/gator/templates/pencil.js";import"../icon/gator/templates/pencil-paper.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.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/phone.js";import"../icon/gator/templates/phone-alert.js";import"../icon/gator/templates/phone-mobile.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.js";import"../icon/gator/templates/plus-circle.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.js";import"../icon/gator/templates/radio-selected.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/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.js";import"../icon/gator/templates/sidebar-simple.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.js";import"../icon/gator/templates/sort-arrow-solid-up-down.js";import"../icon/gator/templates/sort-reverse-variant.js";import"../icon/gator/templates/sort-variant.js";import"../icon/gator/templates/sparkle.js";import"../icon/gator/templates/sparkle-filled.js";import"../icon/gator/templates/speech-bubble.js";import"../icon/gator/templates/stack.js";import"../icon/gator/templates/stamp.js";import"../icon/gator/templates/star.js";import"../icon/gator/templates/star-four.js";import"../icon/gator/templates/star-four-filled.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/target.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/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/warning.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/wet-sign.js";import"../icon/gator/templates/wifi.js";import"../icon/gator/templates/wifi-off.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"../skeleton-loader/gator/skeleton-loader.gator.js";import"../../assets/index-chunk8.js";import"../../assets/index-chunk9.js";import"../icon-button/icon-button.js";