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

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 (507) 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-file/file-uploaded-preview/file-upload-preview.gator.js +19 -0
  256. package/dist/components/input/gator/input-file/input-file.gator.js +59 -0
  257. package/dist/components/input/gator/input-masked/input-masked.gator.js +1 -1
  258. package/dist/components/input/gator/input-percent/input-percent.gator.js +1 -1
  259. package/dist/components/input/gator/input-phone/input-phone.gator.js +8 -8
  260. package/dist/components/input/gator/input-text/input-text.gator.js +13 -13
  261. package/dist/components/input/gator/input-textarea/input-textarea.gator.js +2 -2
  262. package/dist/components/input/index.gator.js +1 -1
  263. package/dist/components/input/index.js +1 -1
  264. package/dist/components/list/gator/list/index.js +1 -1
  265. package/dist/components/list/gator/list/list.gator.js +2 -2
  266. package/dist/components/list/gator/list-item/index.js +1 -1
  267. package/dist/components/list/gator/list-item/list-item.gator.js +12 -12
  268. package/dist/components/list/index.js +1 -1
  269. package/dist/components/modal/gator/modal.gator.js +9 -9
  270. package/dist/components/modal/index.js +1 -1
  271. package/dist/components/progress-bar/gator/progress-bar.gator.js +7 -7
  272. package/dist/components/progress-bar/index.js +1 -1
  273. package/dist/components/radio/index.js +1 -1
  274. package/dist/components/radio/radio.gator.js +2 -2
  275. package/dist/components/radio-group/index.js +1 -1
  276. package/dist/components/radio-group/radio-group.gator.js +8 -8
  277. package/dist/components/selection-box/index.js +1 -1
  278. package/dist/components/selection-box/selection-box.gator.js +6 -6
  279. package/dist/components/selection-box-group/index.js +1 -1
  280. package/dist/components/selection-box-group/selection-box-group.gator.js +5 -5
  281. package/dist/components/table/gator/table.gator.js +15 -15
  282. package/dist/components/table/index.js +1 -1
  283. package/dist/components/text-link/gator/text-link.gator.js +5 -5
  284. package/dist/components/text-link/index.js +1 -1
  285. package/dist/components/toast/gator/base/toast.gator.js +5 -5
  286. package/dist/components/toast/index.js +1 -1
  287. package/dist/index.gator.js +1 -1
  288. package/dist/index.js +1 -1
  289. package/dist/index.slds.js +1 -1
  290. package/dist/types/components/icon/gator/icon.gator.d.ts +7 -2
  291. package/dist/types/components/icon/gator/templates/add-link.d.ts +1 -0
  292. package/dist/types/components/icon/gator/templates/airplane.d.ts +1 -0
  293. package/dist/types/components/icon/gator/templates/alarm.d.ts +1 -0
  294. package/dist/types/components/icon/gator/templates/apartment.d.ts +1 -0
  295. package/dist/types/components/icon/gator/templates/arrow-around.d.ts +1 -0
  296. package/dist/types/components/icon/gator/templates/arrow-down.d.ts +1 -0
  297. package/dist/types/components/icon/gator/templates/arrow-line-left.d.ts +1 -0
  298. package/dist/types/components/icon/gator/templates/arrow-line-right.d.ts +1 -0
  299. package/dist/types/components/icon/gator/templates/arrow-up.d.ts +1 -0
  300. package/dist/types/components/icon/gator/templates/bank.d.ts +1 -0
  301. package/dist/types/components/icon/gator/templates/bell-disabled.d.ts +1 -0
  302. package/dist/types/components/icon/gator/templates/bell.d.ts +1 -0
  303. package/dist/types/components/icon/gator/templates/binoculars.d.ts +1 -0
  304. package/dist/types/components/icon/gator/templates/book.d.ts +1 -0
  305. package/dist/types/components/icon/gator/templates/box.d.ts +1 -0
  306. package/dist/types/components/icon/gator/templates/cake.d.ts +1 -0
  307. package/dist/types/components/icon/gator/templates/calculator.d.ts +1 -0
  308. package/dist/types/components/icon/gator/templates/camera.d.ts +1 -0
  309. package/dist/types/components/icon/gator/templates/caret-up-down.d.ts +1 -0
  310. package/dist/types/components/icon/gator/templates/case.d.ts +1 -0
  311. package/dist/types/components/icon/gator/templates/chart-rise.d.ts +1 -0
  312. package/dist/types/components/icon/gator/templates/chat.d.ts +1 -0
  313. package/dist/types/components/icon/gator/templates/circle-arrow-down.d.ts +1 -0
  314. package/dist/types/components/icon/gator/templates/circle-arrow-left.d.ts +1 -0
  315. package/dist/types/components/icon/gator/templates/circle-arrow-right.d.ts +1 -0
  316. package/dist/types/components/icon/gator/templates/circle-arrow-up.d.ts +1 -0
  317. package/dist/types/components/icon/gator/templates/circle-filled.d.ts +1 -0
  318. package/dist/types/components/icon/gator/templates/circle.d.ts +1 -0
  319. package/dist/types/components/icon/gator/templates/city.d.ts +1 -0
  320. package/dist/types/components/icon/gator/templates/clipboard.d.ts +1 -0
  321. package/dist/types/components/icon/gator/templates/clock-clockwise.d.ts +1 -0
  322. package/dist/types/components/icon/gator/templates/clock-counter-clockwise.d.ts +1 -0
  323. package/dist/types/components/icon/gator/templates/clock.d.ts +1 -0
  324. package/dist/types/components/icon/gator/templates/collapse.d.ts +1 -0
  325. package/dist/types/components/icon/gator/templates/cone.d.ts +1 -0
  326. package/dist/types/components/icon/gator/templates/contact-info.d.ts +1 -0
  327. package/dist/types/components/icon/gator/templates/copy.d.ts +1 -0
  328. package/dist/types/components/icon/gator/templates/credit-card.d.ts +1 -0
  329. package/dist/types/components/icon/gator/templates/crop.d.ts +1 -0
  330. package/dist/types/components/icon/gator/templates/crosshairs.d.ts +1 -0
  331. package/dist/types/components/icon/gator/templates/currency-dollar-simple.d.ts +1 -0
  332. package/dist/types/components/icon/gator/templates/currency-eur.d.ts +1 -0
  333. package/dist/types/components/icon/gator/templates/currency-gbp.d.ts +1 -0
  334. package/dist/types/components/icon/gator/templates/currency-inr.d.ts +1 -0
  335. package/dist/types/components/icon/gator/templates/currency-jpy.d.ts +1 -0
  336. package/dist/types/components/icon/gator/templates/currency-krw.d.ts +1 -0
  337. package/dist/types/components/icon/gator/templates/currency-kzt.d.ts +1 -0
  338. package/dist/types/components/icon/gator/templates/currency-ngn.d.ts +1 -0
  339. package/dist/types/components/icon/gator/templates/currency-rub.d.ts +1 -0
  340. package/dist/types/components/icon/gator/templates/cursor-arrow.d.ts +1 -0
  341. package/dist/types/components/icon/gator/templates/cursor-hand.d.ts +1 -0
  342. package/dist/types/components/icon/gator/templates/cursor.d.ts +1 -0
  343. package/dist/types/components/icon/gator/templates/delete.d.ts +1 -0
  344. package/dist/types/components/icon/gator/templates/dna.d.ts +1 -0
  345. package/dist/types/components/icon/gator/templates/document-add.d.ts +1 -0
  346. package/dist/types/components/icon/gator/templates/document-check.d.ts +1 -0
  347. package/dist/types/components/icon/gator/templates/document-e-sign.d.ts +1 -0
  348. package/dist/types/components/icon/gator/templates/document-image.d.ts +1 -0
  349. package/dist/types/components/icon/gator/templates/document-pdf.d.ts +1 -0
  350. package/dist/types/components/icon/gator/templates/document-sign.d.ts +1 -0
  351. package/dist/types/components/icon/gator/templates/document-zip.d.ts +1 -0
  352. package/dist/types/components/icon/gator/templates/document.d.ts +1 -0
  353. package/dist/types/components/icon/gator/templates/dollar-bills.d.ts +1 -0
  354. package/dist/types/components/icon/gator/templates/dollar-house.d.ts +1 -0
  355. package/dist/types/components/icon/gator/templates/down-payment.d.ts +1 -0
  356. package/dist/types/components/icon/gator/templates/download.d.ts +1 -0
  357. package/dist/types/components/icon/gator/templates/drag-drop.d.ts +1 -0
  358. package/dist/types/components/icon/gator/templates/earth.d.ts +1 -0
  359. package/dist/types/components/icon/gator/templates/exit-left.d.ts +1 -0
  360. package/dist/types/components/icon/gator/templates/expand-arrows.d.ts +1 -0
  361. package/dist/types/components/icon/gator/templates/expand.d.ts +1 -0
  362. package/dist/types/components/icon/gator/templates/export.d.ts +1 -0
  363. package/dist/types/components/icon/gator/templates/eye-closed.d.ts +1 -0
  364. package/dist/types/components/icon/gator/templates/eye.d.ts +1 -0
  365. package/dist/types/components/icon/gator/templates/facebook-logo.d.ts +1 -0
  366. package/dist/types/components/icon/gator/templates/file-code.d.ts +1 -0
  367. package/dist/types/components/icon/gator/templates/files.d.ts +1 -0
  368. package/dist/types/components/icon/gator/templates/filter-funnel.d.ts +1 -0
  369. package/dist/types/components/icon/gator/templates/filters-2.d.ts +1 -0
  370. package/dist/types/components/icon/gator/templates/filters.d.ts +1 -0
  371. package/dist/types/components/icon/gator/templates/flame.d.ts +1 -0
  372. package/dist/types/components/icon/gator/templates/flash-off.d.ts +1 -0
  373. package/dist/types/components/icon/gator/templates/flash-on.d.ts +1 -0
  374. package/dist/types/components/icon/gator/templates/folder.d.ts +1 -0
  375. package/dist/types/components/icon/gator/templates/gauge.d.ts +1 -0
  376. package/dist/types/components/icon/gator/templates/hammer.d.ts +1 -0
  377. package/dist/types/components/icon/gator/templates/hand-pointing.d.ts +1 -0
  378. package/dist/types/components/icon/gator/templates/heart.d.ts +1 -0
  379. package/dist/types/components/icon/gator/templates/home-door.d.ts +1 -0
  380. package/dist/types/components/icon/gator/templates/home-finance-arrow.d.ts +1 -0
  381. package/dist/types/components/icon/gator/templates/home-finance.d.ts +1 -0
  382. package/dist/types/components/icon/gator/templates/home-search.d.ts +1 -0
  383. package/dist/types/components/icon/gator/templates/house-simple.d.ts +1 -0
  384. package/dist/types/components/icon/gator/templates/house.d.ts +1 -0
  385. package/dist/types/components/icon/gator/templates/inbox.d.ts +1 -0
  386. package/dist/types/components/icon/gator/templates/index.d.ts +204 -2
  387. package/dist/types/components/icon/gator/templates/instagram-logo.d.ts +1 -0
  388. package/dist/types/components/icon/gator/templates/interest-rate.d.ts +1 -0
  389. package/dist/types/components/icon/gator/templates/invoice.d.ts +1 -0
  390. package/dist/types/components/icon/gator/templates/label.d.ts +1 -0
  391. package/dist/types/components/icon/gator/templates/laptop.d.ts +1 -0
  392. package/dist/types/components/icon/gator/templates/layout.d.ts +1 -0
  393. package/dist/types/components/icon/gator/templates/lightbulb.d.ts +1 -0
  394. package/dist/types/components/icon/gator/templates/linkedin-logo.d.ts +1 -0
  395. package/dist/types/components/icon/gator/templates/list.d.ts +1 -0
  396. package/dist/types/components/icon/gator/templates/loading-spinner-gif.d.ts +1 -0
  397. package/dist/types/components/icon/gator/templates/loading.d.ts +1 -0
  398. package/dist/types/components/icon/gator/templates/lock.d.ts +1 -0
  399. package/dist/types/components/icon/gator/templates/magic-wand.d.ts +1 -0
  400. package/dist/types/components/icon/gator/templates/mail-open.d.ts +1 -0
  401. package/dist/types/components/icon/gator/templates/mail.d.ts +1 -0
  402. package/dist/types/components/icon/gator/templates/mailbox.d.ts +1 -0
  403. package/dist/types/components/icon/gator/templates/map.d.ts +1 -0
  404. package/dist/types/components/icon/gator/templates/menu-hamburger.d.ts +1 -0
  405. package/dist/types/components/icon/gator/templates/microsoft-excel-logo.d.ts +1 -0
  406. package/dist/types/components/icon/gator/templates/microsoft-outlook-logo.d.ts +1 -0
  407. package/dist/types/components/icon/gator/templates/microsoft-powerpoint-logo.d.ts +1 -0
  408. package/dist/types/components/icon/gator/templates/microsoft-teams-logo.d.ts +1 -0
  409. package/dist/types/components/icon/gator/templates/microsoft-word-logo.d.ts +1 -0
  410. package/dist/types/components/icon/gator/templates/minus-circle.d.ts +1 -0
  411. package/dist/types/components/icon/gator/templates/minus-square.d.ts +1 -0
  412. package/dist/types/components/icon/gator/templates/minus.d.ts +1 -0
  413. package/dist/types/components/icon/gator/templates/mobile-phone-2.d.ts +1 -0
  414. package/dist/types/components/icon/gator/templates/monitor.d.ts +1 -0
  415. package/dist/types/components/icon/gator/templates/move-doc.d.ts +1 -0
  416. package/dist/types/components/icon/gator/templates/move.d.ts +1 -0
  417. package/dist/types/components/icon/gator/templates/music.d.ts +1 -0
  418. package/dist/types/components/icon/gator/templates/number-1.d.ts +1 -0
  419. package/dist/types/components/icon/gator/templates/number-2.d.ts +1 -0
  420. package/dist/types/components/icon/gator/templates/number-3.d.ts +1 -0
  421. package/dist/types/components/icon/gator/templates/paper-airplane.d.ts +1 -0
  422. package/dist/types/components/icon/gator/templates/paperclip.d.ts +1 -0
  423. package/dist/types/components/icon/gator/templates/pen.d.ts +1 -0
  424. package/dist/types/components/icon/gator/templates/pencil-paper.d.ts +1 -0
  425. package/dist/types/components/icon/gator/templates/pencil.d.ts +1 -0
  426. package/dist/types/components/icon/gator/templates/people-multiple.d.ts +1 -0
  427. package/dist/types/components/icon/gator/templates/people-share.d.ts +1 -0
  428. package/dist/types/components/icon/gator/templates/person-add.d.ts +1 -0
  429. package/dist/types/components/icon/gator/templates/person-check.d.ts +1 -0
  430. package/dist/types/components/icon/gator/templates/person-lock.d.ts +1 -0
  431. package/dist/types/components/icon/gator/templates/person.d.ts +1 -0
  432. package/dist/types/components/icon/gator/templates/phone-alert.d.ts +1 -0
  433. package/dist/types/components/icon/gator/templates/phone-mobile.d.ts +1 -0
  434. package/dist/types/components/icon/gator/templates/phone.d.ts +1 -0
  435. package/dist/types/components/icon/gator/templates/pin.d.ts +1 -0
  436. package/dist/types/components/icon/gator/templates/pinterest-logo.d.ts +1 -0
  437. package/dist/types/components/icon/gator/templates/plus-circle.d.ts +1 -0
  438. package/dist/types/components/icon/gator/templates/plus.d.ts +1 -0
  439. package/dist/types/components/icon/gator/templates/printer.d.ts +1 -0
  440. package/dist/types/components/icon/gator/templates/question-chat-bubble.d.ts +1 -0
  441. package/dist/types/components/icon/gator/templates/question-circle.d.ts +1 -0
  442. package/dist/types/components/icon/gator/templates/question-mark.d.ts +1 -0
  443. package/dist/types/components/icon/gator/templates/receipt.d.ts +1 -0
  444. package/dist/types/components/icon/gator/templates/sandals.d.ts +1 -0
  445. package/dist/types/components/icon/gator/templates/save.d.ts +1 -0
  446. package/dist/types/components/icon/gator/templates/screen.d.ts +1 -0
  447. package/dist/types/components/icon/gator/templates/search.d.ts +1 -0
  448. package/dist/types/components/icon/gator/templates/share-1.d.ts +1 -0
  449. package/dist/types/components/icon/gator/templates/share-2.d.ts +1 -0
  450. package/dist/types/components/icon/gator/templates/shield-warning.d.ts +1 -0
  451. package/dist/types/components/icon/gator/templates/sidebar-simple.d.ts +1 -0
  452. package/dist/types/components/icon/gator/templates/sidebar.d.ts +1 -0
  453. package/dist/types/components/icon/gator/templates/smart-home.d.ts +1 -0
  454. package/dist/types/components/icon/gator/templates/sort-arrow-solid-down.d.ts +1 -0
  455. package/dist/types/components/icon/gator/templates/sort-arrow-solid-left.d.ts +1 -0
  456. package/dist/types/components/icon/gator/templates/sort-arrow-solid-right.d.ts +1 -0
  457. package/dist/types/components/icon/gator/templates/sort-arrow-solid-up-down.d.ts +1 -0
  458. package/dist/types/components/icon/gator/templates/sort-arrow-solid-up.d.ts +1 -0
  459. package/dist/types/components/icon/gator/templates/sort-reverse-variant.d.ts +1 -0
  460. package/dist/types/components/icon/gator/templates/sort-variant.d.ts +1 -0
  461. package/dist/types/components/icon/gator/templates/sparkle-filled.d.ts +1 -0
  462. package/dist/types/components/icon/gator/templates/sparkle.d.ts +1 -0
  463. package/dist/types/components/icon/gator/templates/speech-bubble.d.ts +1 -0
  464. package/dist/types/components/icon/gator/templates/stack.d.ts +1 -0
  465. package/dist/types/components/icon/gator/templates/stamp.d.ts +1 -0
  466. package/dist/types/components/icon/gator/templates/star-four-filled.d.ts +1 -0
  467. package/dist/types/components/icon/gator/templates/star-four.d.ts +1 -0
  468. package/dist/types/components/icon/gator/templates/star.d.ts +1 -0
  469. package/dist/types/components/icon/gator/templates/stopwatch.d.ts +1 -0
  470. package/dist/types/components/icon/gator/templates/sun.d.ts +1 -0
  471. package/dist/types/components/icon/gator/templates/sync.d.ts +1 -0
  472. package/dist/types/components/icon/gator/templates/tab-arrows.d.ts +1 -0
  473. package/dist/types/components/icon/gator/templates/target.d.ts +1 -0
  474. package/dist/types/components/icon/gator/templates/thumbs-down.d.ts +1 -0
  475. package/dist/types/components/icon/gator/templates/thumbs-up.d.ts +1 -0
  476. package/dist/types/components/icon/gator/templates/tools.d.ts +1 -0
  477. package/dist/types/components/icon/gator/templates/touch-id.d.ts +1 -0
  478. package/dist/types/components/icon/gator/templates/trash.d.ts +1 -0
  479. package/dist/types/components/icon/gator/templates/twitter-logo.d.ts +1 -0
  480. package/dist/types/components/icon/gator/templates/unlink.d.ts +1 -0
  481. package/dist/types/components/icon/gator/templates/unlock.d.ts +1 -0
  482. package/dist/types/components/icon/gator/templates/upload.d.ts +1 -0
  483. package/dist/types/components/icon/gator/templates/video.d.ts +1 -0
  484. package/dist/types/components/icon/gator/templates/warning-circle.d.ts +1 -0
  485. package/dist/types/components/icon/gator/templates/warning-diamond.d.ts +1 -0
  486. package/dist/types/components/icon/gator/templates/warning-octagon.d.ts +1 -0
  487. package/dist/types/components/icon/gator/templates/wet-sign.d.ts +1 -0
  488. package/dist/types/components/icon/gator/templates/wifi-off.d.ts +1 -0
  489. package/dist/types/components/icon/gator/templates/wifi.d.ts +1 -0
  490. package/dist/types/components/icon/gator/templates/x-logo.d.ts +1 -0
  491. package/dist/types/components/icon/gator/templates/yelp-logo.d.ts +1 -0
  492. package/dist/types/components/icon/gator/templates/youtube-logo.d.ts +1 -0
  493. package/dist/types/components/icon/gator/templates/zillow-logo.d.ts +1 -0
  494. package/dist/types/components/input/base/input-base.d.ts +1 -1
  495. package/dist/types/components/input/gator/dropdown/input-dropdown.gator.d.ts +1 -1
  496. package/dist/types/components/input/gator/input-file/file-uploaded-preview/file-upload-preview.gator.d.ts +12 -0
  497. package/dist/types/components/input/gator/input-file/input-file.gator.d.ts +43 -0
  498. package/dist/types/components/input/gator/input-file/input-file.gator.test.d.ts +0 -0
  499. package/dist/types/components/input/gator/input-text/input-text.gator.d.ts +1 -1
  500. package/dist/types/components/input/index.gator.d.ts +2 -0
  501. package/dist/types/utils/components/ngc-component.d.ts +4 -0
  502. package/dist/types/utils/components/slot-placeholder/slot-placeholder.d.ts +1 -0
  503. package/dist/utils/components/ngc-component.js +1 -0
  504. package/dist/utils/components/slot-placeholder/index.js +1 -1
  505. package/dist/utils/components/slot-placeholder/slot-placeholder.js +5 -2
  506. package/package.json +2 -1
  507. package/web-types.json +174 -9
@@ -1,4 +1,4 @@
1
- import{r as m,a as d,x as s}from"../../../../assets/index-chunk2.js";import{p as b}from"../../../../assets/index-chunk5.js";import{s as y}from"../../../../assets/index-chunk6.js";import{b as f}from"../../../button/gator/button.gator.js";import{t as w}from"../../../../assets/index-chunk3.js";import{n as u}from"../../../../assets/index-chunk.js";import{r as x}from"../../../../assets/index-chunk4.js";import"../../../icon-button/gator/icon-button.gator.js";import"../../../selector/gator/selector.gator.js";import{S as p}from"../../year-month-selector/year-month-selector.gator.js";import{N as D}from"../datepicker.js";import{K as n}from"../../../../consts/key-constants.js";import"../../../button/button.js";import"../../../../utils/components/testable-lit-element/testable-lit-element.js";import"../../../../utils/mixins/attribute-deletion.js";import"../../../loading-spinner/gator/loading-spinner.gator.js";import"../../../loading-spinner/loading-spinner.js";import"../../../../assets/index-chunk7.js";import"../../../button/slds/button.slds.js";import"../../../../assets/index-chunk10.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 S='.gator-datepicker{display:flex;width:20.75rem;padding:var(--spacing-gap-24, 1.5rem) 0rem var(--spacing-gap-16, 1rem) 0rem;flex-direction:column;align-items:flex-start;gap:var(--spacing-6, 1.5rem);border-radius:var(--radius-card-medium, .5rem);background:var(--color-surface-primary-white, #FFF);box-shadow:var(--shadow-x-offset-0, 0px) var(--shadow-shadow-3-dropdown-property-1-y-offset, 7px) var(--shadow-shadow-3-dropdown-property-1-blur, 12px) var(--shadow-shadow-3-dropdown-property-1-spread, 0px) var(--shadow-color-10, rgba(31, 31, 31, .1)),var(--shadow-x-offset-0, 0px) var(--shadow-shadow-3-dropdown-property-2-y-offset, 8px) var(--shadow-shadow-3-dropdown-property-2-blur, 16px) var(--shadow-shadow-3-dropdown-property-2-spread, 0px) var(--shadow-color-8, rgba(31, 31, 31, .08)),var(--shadow-x-offset-0, 0px) var(--shadow-shadow-3-dropdown-property-3-y-offset, 9px) var(--shadow-shadow-3-dropdown-property-3-blur, 18px) var(--shadow-shadow-3-dropdown-property-3-spread, 0px) var(--shadow-color-8, rgba(31, 31, 31, .08))}.gator-datepicker-header{display:flex;padding:0rem var(--spacing-gap-16, 1rem);align-items:center;gap:var(--spacing-gap-32, 2rem);align-self:stretch}.gator-datepicker-header .gator-datepicker-header-title{display:flex;justify-content:space-between;align-items:center;flex:1 0 0;align-self:stretch}.gator-datepicker-header .button-group{display:flex;align-items:center;gap:var(--spacing-gap-16, 1rem)}.gator-datepicker-table{display:flex;padding:0rem var(--spacing-gap-16, 1rem);flex-direction:column;align-items:flex-start;gap:var(--spacing-4, 1rem);align-self:stretch}.gator-datepicker-table-header{display:flex;height:2rem;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch}.gator-datepicker-table-header tr{display:flex;flex:1;align-items:flex-start;align-self:stretch}.gator-datepicker-table-header div[role=columnheader]{flex:1 1 0;align-self:stretch;color:var(--text-color-primary-base, #1F1F1F);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:var(--text-family-body, "Open Sans");font-size:var(--text-size-subtitle-2, .9375rem);font-style:normal;font-weight:700;line-height:var(--text-line-height-subtitle-2, 1.375rem);letter-spacing:var(--text-letter-spacing-default, 0rem)}.gator-datepicker-table-body{display:flex;flex-direction:column;align-items:flex-start;width:100%}.gator-datepicker-table-body.gator-datepicker-table-body-dates{gap:var(--spacing-4, 1rem)}.gator-datepicker-table-body.gator-datepicker-table-body-year-month{gap:var(--spacing-gap-12, .75rem);max-height:260px;overflow-y:scroll}.gator-datepicker-table-body tr{display:flex;flex-direction:row;align-items:flex-start;align-self:stretch;justify-content:space-between}.gator-datepicker-table-body tr td{display:flex;flex:1;justify-content:center;align-items:center;padding:0}.gator-datepicker-year-month-selectors{display:flex;flex-direction:column;justify-content:space-between;align-items:center;align-self:stretch;gap:var(--spacing-6, 1.5rem)}.gator-datepicker-footer{display:flex;padding:0rem var(--spacing-gap-16, 1rem);justify-content:space-between;align-items:center;align-self:stretch}';var _=Object.defineProperty,k=Object.getOwnPropertyDescriptor,h=(e,t,r,a)=>{for(var o=a>1?void 0:a?k(t,r):t,i=e.length-1,c;i>=0;i--)(c=e[i])&&(o=(a?c(t,r,o):c(o))||o);return a&&o&&_(t,r,o),o};let l=class extends D{constructor(){super(...arguments),this.monthComboboxAriaLabel="Current Month",this.yearComboboxAriaLabel="Current Year",this.monthDialogAriaLabel="Month Selection",this.yearDialogAriaLabel="Year Selection",this._currentView="calendar",this.previousScrollTop=0}render(){return s`
1
+ import{r as g,a as h,x as s}from"../../../../assets/index-chunk2.js";import{p as b}from"../../../../assets/index-chunk5.js";import{s as y}from"../../../../assets/index-chunk6.js";import{b as f}from"../../../button/gator/button.gator.js";import{t as w}from"../../../../assets/index-chunk3.js";import{n as d}from"../../../../assets/index-chunk.js";import{r as x}from"../../../../assets/index-chunk4.js";import"../../../icon-button/gator/icon-button.gator.js";import"../../../selector/gator/selector.gator.js";import{S as m}from"../../year-month-selector/year-month-selector.gator.js";import{N as D}from"../datepicker.js";import{K as n}from"../../../../consts/key-constants.js";import"../../../button/button.js";import"../../../../utils/components/testable-lit-element/testable-lit-element.js";import"../../../../utils/mixins/attribute-deletion.js";import"../../../loading-spinner/gator/loading-spinner.gator.js";import"../../../loading-spinner/loading-spinner.js";import"../../../../assets/index-chunk7.js";import"../../../button/slds/button.slds.js";import"../../../../assets/index-chunk10.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"../../../../utils/components/ngc-component.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 S='.gator-datepicker{display:flex;width:20.75rem;padding:var(--spacing-gap-24, 1.5rem) 0rem var(--spacing-gap-16, 1rem) 0rem;flex-direction:column;align-items:flex-start;gap:var(--spacing-6, 1.5rem);border-radius:var(--radius-card-medium, .5rem);background:var(--color-surface-primary-white, #FFF);box-shadow:var(--shadow-x-offset-0, 0px) var(--shadow-shadow-3-dropdown-property-1-y-offset, 7px) var(--shadow-shadow-3-dropdown-property-1-blur, 12px) var(--shadow-shadow-3-dropdown-property-1-spread, 0px) var(--shadow-color-10, rgba(31, 31, 31, .1)),var(--shadow-x-offset-0, 0px) var(--shadow-shadow-3-dropdown-property-2-y-offset, 8px) var(--shadow-shadow-3-dropdown-property-2-blur, 16px) var(--shadow-shadow-3-dropdown-property-2-spread, 0px) var(--shadow-color-8, rgba(31, 31, 31, .08)),var(--shadow-x-offset-0, 0px) var(--shadow-shadow-3-dropdown-property-3-y-offset, 9px) var(--shadow-shadow-3-dropdown-property-3-blur, 18px) var(--shadow-shadow-3-dropdown-property-3-spread, 0px) var(--shadow-color-8, rgba(31, 31, 31, .08))}.gator-datepicker-header{display:flex;padding:0rem var(--spacing-gap-16, 1rem);align-items:center;gap:var(--spacing-gap-32, 2rem);align-self:stretch}.gator-datepicker-header .gator-datepicker-header-title{display:flex;justify-content:space-between;align-items:center;flex:1 0 0;align-self:stretch}.gator-datepicker-header .button-group{display:flex;align-items:center;gap:var(--spacing-gap-16, 1rem)}.gator-datepicker-table{display:flex;padding:0rem var(--spacing-gap-16, 1rem);flex-direction:column;align-items:flex-start;gap:var(--spacing-4, 1rem);align-self:stretch}.gator-datepicker-table-header{display:flex;height:2rem;flex-direction:column;justify-content:center;align-items:flex-start;align-self:stretch}.gator-datepicker-table-header tr{display:flex;flex:1;align-items:flex-start;align-self:stretch}.gator-datepicker-table-header div[role=columnheader]{flex:1 1 0;align-self:stretch;color:var(--text-color-primary-base, #1F1F1F);text-align:center;font-feature-settings:"liga" off,"clig" off;font-family:var(--text-family-body, "Open Sans");font-size:var(--text-size-subtitle-2, .9375rem);font-style:normal;font-weight:700;line-height:var(--text-line-height-subtitle-2, 1.375rem);letter-spacing:var(--text-letter-spacing-default, 0rem)}.gator-datepicker-table-body{display:flex;flex-direction:column;align-items:flex-start;width:100%}.gator-datepicker-table-body.gator-datepicker-table-body-dates{gap:var(--spacing-4, 1rem)}.gator-datepicker-table-body.gator-datepicker-table-body-year-month{gap:var(--spacing-gap-12, .75rem);max-height:260px;overflow-y:scroll}.gator-datepicker-table-body tr{display:flex;flex-direction:row;align-items:flex-start;align-self:stretch;justify-content:space-between}.gator-datepicker-table-body tr td{display:flex;flex:1;justify-content:center;align-items:center;padding:0}.gator-datepicker-year-month-selectors{display:flex;flex-direction:column;justify-content:space-between;align-items:center;align-self:stretch;gap:var(--spacing-6, 1.5rem)}.gator-datepicker-footer{display:flex;padding:0rem var(--spacing-gap-16, 1rem);justify-content:space-between;align-items:center;align-self:stretch}';var _=Object.defineProperty,k=Object.getOwnPropertyDescriptor,c=(t,e,r,o)=>{for(var i=o>1?void 0:o?k(e,r):e,a=t.length-1,p;a>=0;a--)(p=t[a])&&(i=(o?p(e,r,i):p(i))||i);return o&&i&&_(e,r,i),i};let l=class extends D{constructor(){super(...arguments),this.monthComboboxAriaLabel="Current Month",this.yearComboboxAriaLabel="Current Year",this.monthDialogAriaLabel="Month Selection",this.yearDialogAriaLabel="Year Selection",this._currentView="calendar",this.previousScrollTop=0}render(){return s`
2
2
  <div class="gator-datepicker"
3
3
  role="dialog"
4
4
  aria-modal="true"
@@ -8,7 +8,7 @@ import{r as m,a as d,x as s}from"../../../../assets/index-chunk2.js";import{p as
8
8
  ${this.headerMarkup}
9
9
  ${this.currentViewMarkup}
10
10
  </div>
11
- `}updated(e){super.updated(e),e.has("_contextMonth")&&this.shiftFocusToCalendarGrid()}shiftFocusToCalendarGrid(){setTimeout(()=>{var e;(e=this.renderRoot.querySelector('ngc-selector[tabindex="0"]'))==null||e.focus()},0)}handleDatepickerKeydown(e){this._currentView==="calendar"?this.handleCalendarViewKeydown(e):this.handleSelectionDialogKeydown(e)}get headerMarkup(){return s`
11
+ `}updated(t){super.updated(t),t.has("_contextMonth")&&this.shiftFocusToCalendarGrid()}shiftFocusToCalendarGrid(){setTimeout(()=>{var t;(t=this.renderRoot.querySelector('ngc-selector[tabindex="0"]'))==null||t.focus()},0)}handleDatepickerKeydown(t){this._currentView==="calendar"?this.handleCalendarViewKeydown(t):this.handleSelectionDialogKeydown(t)}get headerMarkup(){return s`
12
12
  <div class="gator-datepicker-header">
13
13
  <div class="gator-datepicker-header-title">
14
14
  <ngc-icon-button
@@ -55,7 +55,7 @@ import{r as m,a as d,x as s}from"../../../../assets/index-chunk2.js";import{p as
55
55
  </ngc-icon-button>
56
56
  </div>
57
57
  </div>
58
- `}handlePreviousMonthClicked(){this._contextDate=new Date(this._contextYear,this._contextMonth-1,1),this._currentView="calendar"}handleMonthClick(){this._currentView==="months"?this._currentView="calendar":this._currentView="months"}handleYearClick(){this._currentView==="years"?this._currentView="calendar":(this._currentView="years",this.scrollToSelectedYear())}handleNextMonthClicked(){this._contextDate=new Date(this._contextYear,this._contextMonth+1,1),this._currentView="calendar"}handleYearMonthComboboxKeydown(e){if(e.key===n.TAB&&!e.shiftKey&&this._currentView!=="calendar"){e.preventDefault();const r=this.renderRoot.querySelector('ngc-year-month-selector[tabindex="0"]');r==null||r.focus()}}get currentViewMarkup(){switch(this._currentView){case"calendar":return this.calendarMarkup;case"months":return this.getYearOrMonthSelectorGrid(p.MONTH);case"years":return this.getYearOrMonthSelectorGrid(p.YEAR);default:return null}}get calendarMarkup(){return s`
58
+ `}handlePreviousMonthClicked(){this._contextDate=new Date(this._contextYear,this._contextMonth-1,1),this._currentView="calendar"}handleMonthClick(){this._currentView==="months"?this._currentView="calendar":this._currentView="months"}handleYearClick(){this._currentView==="years"?this._currentView="calendar":(this._currentView="years",this.scrollToSelectedYear())}handleNextMonthClicked(){this._contextDate=new Date(this._contextYear,this._contextMonth+1,1),this._currentView="calendar"}handleYearMonthComboboxKeydown(t){if(t.key===n.TAB&&!t.shiftKey&&this._currentView!=="calendar"){t.preventDefault();const r=this.renderRoot.querySelector('ngc-year-month-selector[tabindex="0"]');r==null||r.focus()}}get currentViewMarkup(){switch(this._currentView){case"calendar":return this.calendarMarkup;case"months":return this.getYearOrMonthSelectorGrid(m.MONTH);case"years":return this.getYearOrMonthSelectorGrid(m.YEAR);default:return null}}get calendarMarkup(){return s`
59
59
  <table class="gator-datepicker-table" role="grid">
60
60
  <thead role="rowgroup" class="gator-datepicker-table-header">
61
61
  <tr role="row">
@@ -69,50 +69,50 @@ import{r as m,a as d,x as s}from"../../../../assets/index-chunk2.js";import{p as
69
69
  </table>
70
70
  ${this.footerMarkup}
71
71
  `}get daysOfWeekMarkup(){return s`
72
- ${this._localizedDaysOfWeek.map(e=>s`
72
+ ${this._localizedDaysOfWeek.map(t=>s`
73
73
  <div role="columnheader">
74
- ${e}
74
+ ${t}
75
75
  </div>`)}
76
- `}get getDatesMarkup(){const e=this._contextDays,t=[];for(let r=0;r<e.length;r+=7)t.push(e.slice(r,r+7));return s`
77
- ${t.map(r=>s`
76
+ `}get getDatesMarkup(){const t=this._contextDays,e=[];for(let r=0;r<t.length;r+=7)e.push(t.slice(r,r+7));return s`
77
+ ${e.map(r=>s`
78
78
  <tr role="row">
79
- ${r.map(({date:a})=>s`
79
+ ${r.map(({date:o})=>s`
80
80
  <ngc-selector
81
- ?current=${this.isSameDate(a,this._todaysDate)}
82
- ?selected=${this.setSelectorSelected(a)}
83
- ?disabled=${this.isDateOutsideMinMax(a)}
84
- type=${this.setSelectorType(a)}
85
- tabindex='${this.isSameDate(a,this._contextDate)?0:-1}'
81
+ ?current=${this.isSameDate(o,this._todaysDate)}
82
+ ?selected=${this.setSelectorSelected(o)}
83
+ ?disabled=${this.isDateOutsideMinMax(o)}
84
+ type=${this.setSelectorType(o)}
85
+ tabindex='${this.isSameDate(o,this._contextDate)?0:-1}'
86
86
  @keydown=${this.handleDateKeydown}
87
- @selectorclick=${o=>this.handleDateClick(o,a)}
88
- data-value=${a.getDate()}
87
+ @selectorclick=${i=>this.handleDateClick(i,o)}
88
+ data-value=${o.getDate()}
89
89
  >
90
- ${a.getDate()}
90
+ ${o.getDate()}
91
91
  </ngc-selector>
92
92
  `)}
93
93
  </tr>
94
94
  `)}
95
95
  </div>
96
- `}handleDateKeydown(e){switch(e.key){case n.UP:e.preventDefault(),this.setNewContextDateAndShiftFocus(-7);break;case n.DOWN:e.preventDefault(),this.setNewContextDateAndShiftFocus(7);break;case n.LEFT:e.preventDefault(),this.setNewContextDateAndShiftFocus(-1);break;case n.RIGHT:e.preventDefault(),this.setNewContextDateAndShiftFocus(1);break}}handleDateClick(e,t){this.range?this.handleRangeSelection(t):e.target.selected?this.clearSelection():this.setSelectedDate(t),this.dispatchDateChangeEvent()}handleRangeSelection(e){this._startDate?this._startDate&&!this._endDate?e<this._startDate?this.setRangeStart(e):this.setRangeEnd(e):this._startDate&&this._endDate&&(e<this._startDate?this.setRangeStart(e):e>this._endDate?this.setRangeEnd(e):(this.clearSelection(),this.setRangeStart(e))):this.setRangeStart(e)}setSelectorType(e){if(this.range){if(this._startDate&&this._endDate&&this.isSameDate(this._startDate,this._endDate))return"base";if(this.isSameDate(e,this._startDate))return"range-start";if(this.isSameDate(e,this._endDate))return"range-end";if(this.isDateInRange(e))return"range-in-between"}return e.getMonth()===this._contextDate.getMonth()?"base":"inactive"}setSelectorSelected(e){return this.range?this.isDateInRange(e):this.isSameDate(e,this._selectedDate)}setNewContextDateAndShiftFocus(e){var t;this._contextDate=new Date(this._contextDate.getFullYear(),this._contextDate.getMonth(),this._contextDate.getDate()+e),(t=this.getSelectorByDate(this._contextDate))==null||t.focus()}getSelectorByDate(e){return this.renderRoot.querySelector(`ngc-selector[data-value="${e.getDate()}"]:not([type="inactive"])`)}handleCalendarViewKeydown(e){var t,r;if(e.key===n.TAB){const a=this.renderRoot.querySelector("#prev-month"),o=this.isTodayDisabled()?this.renderRoot.querySelector("#clear-button"):this.renderRoot.querySelector("#today-button");e.shiftKey?((t=this.shadowRoot)==null?void 0:t.activeElement)===a&&(o.focus(),e.preventDefault()):((r=this.shadowRoot)==null?void 0:r.activeElement)===o&&(a.focus(),e.preventDefault())}}getYearOrMonthSelectorGrid(e){const r=e===p.YEAR?this._years:this._localizedMonths,a=[];for(let o=0;o<r.length;o+=3)a.push(r.slice(o,o+3));return s`
96
+ `}handleDateKeydown(t){switch(t.key){case n.UP:t.preventDefault(),this.setNewContextDateAndShiftFocus(-7);break;case n.DOWN:t.preventDefault(),this.setNewContextDateAndShiftFocus(7);break;case n.LEFT:t.preventDefault(),this.setNewContextDateAndShiftFocus(-1);break;case n.RIGHT:t.preventDefault(),this.setNewContextDateAndShiftFocus(1);break}}handleDateClick(t,e){this.range?this.handleRangeSelection(e):t.target.selected?this.clearSelection():this.setSelectedDate(e),this.dispatchDateChangeEvent()}handleRangeSelection(t){this._startDate?this._startDate&&!this._endDate?t<this._startDate?this.setRangeStart(t):this.setRangeEnd(t):this._startDate&&this._endDate&&(t<this._startDate?this.setRangeStart(t):t>this._endDate?this.setRangeEnd(t):(this.clearSelection(),this.setRangeStart(t))):this.setRangeStart(t)}setSelectorType(t){if(this.range){if(this._startDate&&this._endDate&&this.isSameDate(this._startDate,this._endDate))return"base";if(this.isSameDate(t,this._startDate))return"range-start";if(this.isSameDate(t,this._endDate))return"range-end";if(this.isDateInRange(t))return"range-in-between"}return t.getMonth()===this._contextDate.getMonth()?"base":"inactive"}setSelectorSelected(t){return this.range?this.isDateInRange(t):this.isSameDate(t,this._selectedDate)}setNewContextDateAndShiftFocus(t){var e;this._contextDate=new Date(this._contextDate.getFullYear(),this._contextDate.getMonth(),this._contextDate.getDate()+t),(e=this.getSelectorByDate(this._contextDate))==null||e.focus()}getSelectorByDate(t){return this.renderRoot.querySelector(`ngc-selector[data-value="${t.getDate()}"]:not([type="inactive"])`)}handleCalendarViewKeydown(t){var e,r;if(t.key===n.TAB){const o=this.renderRoot.querySelector("#prev-month"),i=this.isTodayDisabled()?this.renderRoot.querySelector("#clear-button"):this.renderRoot.querySelector("#today-button");t.shiftKey?((e=this.shadowRoot)==null?void 0:e.activeElement)===o&&(i.focus(),t.preventDefault()):((r=this.shadowRoot)==null?void 0:r.activeElement)===i&&(o.focus(),t.preventDefault())}}getYearOrMonthSelectorGrid(t){const r=t===m.YEAR?this._years:this._localizedMonths,o=[];for(let i=0;i<r.length;i+=3)o.push(r.slice(i,i+3));return s`
97
97
  <div role="dialog"
98
98
  class="gator-datepicker-year-month-selectors"
99
- id="${e}-selectors"
100
- aria-label="${e===p.YEAR?this.yearDialogAriaLabel:this.monthDialogAriaLabel}"
99
+ id="${t}-selectors"
100
+ aria-label="${t===m.YEAR?this.yearDialogAriaLabel:this.monthDialogAriaLabel}"
101
101
  @keydown=${this.handleSelectionDialogKeydown}>
102
102
  <table class="gator-datepicker-table" role="grid">
103
103
  <tbody class="gator-datepicker-table-body gator-datepicker-table-body-year-month" @scroll=${this.onYearSelectorScroll}>
104
- ${a.map(o=>s`
104
+ ${o.map(i=>s`
105
105
  <tr>
106
- ${o.map(({dataValue:i,selectorText:c})=>s`
106
+ ${i.map(({dataValue:a,selectorText:p})=>s`
107
107
  <ngc-year-month-selector
108
- data-value=${i}
109
- tabindex=${this.yearMonthSelectorTabindex(e,i)}
110
- ?current=${this.isYearMonthSelectorCurrent(e,i)}
111
- ?selected=${this.isYearMonthSelectorSelected(e,i)}
112
- @selectorclick=${()=>this.handleYearMonthSelectorClick(i,e)}
113
- @keydown=${g=>this.handleYearMonthSelectorKeyDown(g,i)}
108
+ data-value=${a}
109
+ tabindex=${this.yearMonthSelectorTabindex(t,a)}
110
+ ?current=${this.isYearMonthSelectorCurrent(t,a)}
111
+ ?selected=${this.isYearMonthSelectorSelected(t,a)}
112
+ @selectorclick=${()=>this.handleYearMonthSelectorClick(a,t)}
113
+ @keydown=${u=>this.handleYearMonthSelectorKeyDown(u,a)}
114
114
  >
115
- ${c}
115
+ ${p}
116
116
  </ngc-year-month-selector>
117
117
  `)}
118
118
  </tr>
@@ -121,9 +121,9 @@ import{r as m,a as d,x as s}from"../../../../assets/index-chunk2.js";import{p as
121
121
  </table>
122
122
  ${this.footerMarkup}
123
123
  </div>
124
- `}handleSelectionDialogKeydown(e){var t,r;switch(e.key){case n.TAB:const a=this.renderRoot.querySelector('ngc-year-month-selector[tabindex="0"]'),o=this.isTodayDisabled()?this.renderRoot.querySelector("#clear-button"):this.renderRoot.querySelector("#today-button");e.shiftKey?((t=this.shadowRoot)==null?void 0:t.activeElement)===a&&(o.focus(),e.preventDefault()):((r=this.shadowRoot)==null?void 0:r.activeElement)===o&&(a.focus(),e.preventDefault());break;case n.ESCAPE:e.preventDefault(),e.stopPropagation();const i=this._currentView==="years"?this.renderRoot.querySelector("#year-combobox"):this.renderRoot.querySelector("#month-combobox");this._currentView="calendar",i.focus();break}}isYearMonthSelectorCurrent(e,t){return e==="year"?this._todaysDate.getFullYear()===t:this._todaysDate.getMonth()===t}isYearMonthSelectorSelected(e,t){return e==="year"?this._contextYear===t:this._contextMonth===t}yearMonthSelectorTabindex(e,t){if(e==="year"){const r=this._years.some(i=>i.dataValue===this._contextYear),a=this._years[0].dataValue===t,o=this._contextYear===t;return r?o?0:-1:a?0:-1}return this._contextMonth===t?0:-1}handleYearMonthSelectorClick(e,t){var r;t==="month"?this._contextDate=new Date(this._contextYear,e,1):this._contextDate=new Date(e,this._contextMonth,1),this._currentView="calendar",(r=this.renderRoot.querySelector(`#${t}-combobox`))==null||r.focus()}handleYearMonthSelectorKeyDown(e,t){switch(e.key){case n.UP:e.preventDefault(),this.shiftFocusToYearMonthSelector(t-3);break;case n.DOWN:e.preventDefault(),this.shiftFocusToYearMonthSelector(t+3);break;case n.LEFT:e.preventDefault(),this.shiftFocusToYearMonthSelector(t-1);break;case n.RIGHT:e.preventDefault(),this.shiftFocusToYearMonthSelector(t+1);break}}async shiftFocusToYearMonthSelector(e){const t=this.renderRoot.querySelector(`ngc-year-month-selector[data-value="${e}"]`);if(t)t.focus();else{const r=this._years.length?this._years[0].dataValue:new Date().getFullYear();e<r&&(this.loadMoreYearsBefore(),await this.updateComplete,this.shiftFocusToYearMonthSelector(e))}}async onYearSelectorScroll(e){var a,o;const t=e.target,r=t.scrollTop>this.previousScrollTop;if(this.previousScrollTop=t.scrollTop,r&&t.scrollHeight-t.scrollTop===t.clientHeight)this.loadMoreYearsAfter();else if(!r&&t.scrollTop===0&&((o=(a=this.shadowRoot)==null?void 0:a.activeElement)==null?void 0:o.tagName)!=="NGC-YEAR-MONTH-SELECTOR"){const i=t.scrollHeight;this.loadMoreYearsBefore(),await this.updateComplete;const c=t.scrollHeight;t.scrollTop=c-i}}loadMoreYearsAfter(){const e=this._years.length?this._years[this._years.length-1].dataValue:new Date().getFullYear(),t=this.loadMoreYearsBatch(e+1);this._years=[...this._years,...t],this.requestUpdate()}loadMoreYearsBefore(){const e=this._years.length?this._years[0].dataValue:new Date().getFullYear(),t=this.loadMoreYearsBatch(e-this._yearsBatchSize,e-1);this._years=[...t,...this._years],this.requestUpdate()}async scrollToSelectedYear(){await this.updateComplete;const e=this.renderRoot.querySelector("ngc-year-month-selector[selected]");e==null||e.scrollIntoView({behavior:"auto",block:"center"})}get footerMarkup(){return s`
124
+ `}handleSelectionDialogKeydown(t){var e,r;switch(t.key){case n.TAB:const o=this.renderRoot.querySelector('ngc-year-month-selector[tabindex="0"]'),i=this.isTodayDisabled()?this.renderRoot.querySelector("#clear-button"):this.renderRoot.querySelector("#today-button");t.shiftKey?((e=this.shadowRoot)==null?void 0:e.activeElement)===o&&(i.focus(),t.preventDefault()):((r=this.shadowRoot)==null?void 0:r.activeElement)===i&&(o.focus(),t.preventDefault());break;case n.ESCAPE:t.preventDefault(),t.stopPropagation();const a=this._currentView==="years"?this.renderRoot.querySelector("#year-combobox"):this.renderRoot.querySelector("#month-combobox");this._currentView="calendar",a.focus();break}}isYearMonthSelectorCurrent(t,e){return t==="year"?this._todaysDate.getFullYear()===e:this._todaysDate.getMonth()===e}isYearMonthSelectorSelected(t,e){return t==="year"?this._contextYear===e:this._contextMonth===e}yearMonthSelectorTabindex(t,e){if(t==="year"){const r=this._years.some(a=>a.dataValue===this._contextYear),o=this._years[0].dataValue===e,i=this._contextYear===e;return r?i?0:-1:o?0:-1}return this._contextMonth===e?0:-1}handleYearMonthSelectorClick(t,e){var r;e==="month"?this._contextDate=new Date(this._contextYear,t,1):this._contextDate=new Date(t,this._contextMonth,1),this._currentView="calendar",(r=this.renderRoot.querySelector(`#${e}-combobox`))==null||r.focus()}handleYearMonthSelectorKeyDown(t,e){switch(t.key){case n.UP:t.preventDefault(),this.shiftFocusToYearMonthSelector(e-3);break;case n.DOWN:t.preventDefault(),this.shiftFocusToYearMonthSelector(e+3);break;case n.LEFT:t.preventDefault(),this.shiftFocusToYearMonthSelector(e-1);break;case n.RIGHT:t.preventDefault(),this.shiftFocusToYearMonthSelector(e+1);break}}async shiftFocusToYearMonthSelector(t){const e=this.renderRoot.querySelector(`ngc-year-month-selector[data-value="${t}"]`);if(e)e.focus();else{const r=this._years.length?this._years[0].dataValue:new Date().getFullYear();t<r&&(this.loadMoreYearsBefore(),await this.updateComplete,this.shiftFocusToYearMonthSelector(t))}}async onYearSelectorScroll(t){var o,i;const e=t.target,r=e.scrollTop>this.previousScrollTop;if(this.previousScrollTop=e.scrollTop,r&&e.scrollHeight-e.scrollTop===e.clientHeight)this.loadMoreYearsAfter();else if(!r&&e.scrollTop===0&&((i=(o=this.shadowRoot)==null?void 0:o.activeElement)==null?void 0:i.tagName)!=="NGC-YEAR-MONTH-SELECTOR"){const a=e.scrollHeight;this.loadMoreYearsBefore(),await this.updateComplete;const p=e.scrollHeight;e.scrollTop=p-a}}loadMoreYearsAfter(){const t=this._years.length?this._years[this._years.length-1].dataValue:new Date().getFullYear(),e=this.loadMoreYearsBatch(t+1);this._years=[...this._years,...e],this.requestUpdate()}loadMoreYearsBefore(){const t=this._years.length?this._years[0].dataValue:new Date().getFullYear(),e=this.loadMoreYearsBatch(t-this._yearsBatchSize,t-1);this._years=[...e,...this._years],this.requestUpdate()}async scrollToSelectedYear(){await this.updateComplete;const t=this.renderRoot.querySelector("ngc-year-month-selector[selected]");t==null||t.scrollIntoView({behavior:"auto",block:"center"})}get footerMarkup(){return s`
125
125
  <div class="gator-datepicker-footer">
126
126
  <ngc-button id="clear-button" variant='base' @click=${this.handleClearClick}>${this.clearButtonLabel}</ngc-button>
127
127
  <ngc-button id="today-button" variant='base' @click=${this.handleTodayClick} ?disabled=${this.isTodayDisabled()}>${this.todayButtonLabel}</ngc-button>
128
128
  </div>
129
- `}handleClearClick(){this.clearSelection(),this._currentView="calendar",this.dispatchDateChangeEvent()}handleTodayClick(){this.range?(this.setRangeStart(this._todaysDate),this.setRangeEnd(this._todaysDate)):this.setSelectedDate(this._todaysDate),this._currentView="calendar",this.dispatchDateChangeEvent()}};l.shadowRootOptions={...m.shadowRootOptions,delegatesFocus:!0};l.styles=[d(S),d(b),d(y),d(f)];h([u({type:String,attribute:"month-combobox-aria-label"})],l.prototype,"monthComboboxAriaLabel",2);h([u({type:String,attribute:"year-combobox-aria-label"})],l.prototype,"yearComboboxAriaLabel",2);h([u({type:String,attribute:"month-dialog-aria-label"})],l.prototype,"monthDialogAriaLabel",2);h([u({type:String,attribute:"year-dialog-aria-label"})],l.prototype,"yearDialogAriaLabel",2);h([x()],l.prototype,"_currentView",2);l=h([w("ngc-datepicker")],l);
129
+ `}handleClearClick(){this.clearSelection(),this._currentView="calendar",this.dispatchDateChangeEvent()}handleTodayClick(){this.range?(this.setRangeStart(this._todaysDate),this.setRangeEnd(this._todaysDate)):this.setSelectedDate(this._todaysDate),this._currentView="calendar",this.dispatchDateChangeEvent()}};l.shadowRootOptions={...g.shadowRootOptions,delegatesFocus:!0};l.styles=[h(S),h(b),h(y),h(f)];c([d({type:String,attribute:"month-combobox-aria-label"})],l.prototype,"monthComboboxAriaLabel",2);c([d({type:String,attribute:"year-combobox-aria-label"})],l.prototype,"yearComboboxAriaLabel",2);c([d({type:String,attribute:"month-dialog-aria-label"})],l.prototype,"monthDialogAriaLabel",2);c([d({type:String,attribute:"year-dialog-aria-label"})],l.prototype,"yearDialogAriaLabel",2);c([x()],l.prototype,"_currentView",2);l=c([w("ngc-datepicker")],l);
@@ -1,12 +1,12 @@
1
- import{N as p}from"../display-card.js";import{b as m}from"../../card/gator/header/card-header.gator.js";import{a as i,x as r}from"../../../assets/index-chunk2.js";import{p as g}from"../../../assets/index-chunk5.js";import{s as u}from"../../../assets/index-chunk6.js";import{c as h}from"../../../assets/index-chunk11.js";import{t as f}from"../../../assets/index-chunk3.js";import"../../icon/gator/icon.gator.js";import"../../icon/gator/templates/arrow-left.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"../../button/gator/button.gator.js";import{o as d}from"../../../assets/index-chunk7.js";import"../../card/card.js";import"../../../assets/index-chunk.js";import"../../../utils/components/testable-lit-element/testable-lit-element.js";import"../../card/gator/content/card-content.gator.js";import"../../card/gator/footer/card-footer.gator.js";import"../../text-detail/text-detail.js";import"../../chip/gator/chip.gator.js";import"../../chip/chip.js";import"../../skeleton-loader/gator/skeleton-loader.gator.js";import"../../../assets/index-chunk8.js";import"../../../assets/index-chunk9.js";import"../../icon/icon-registry.js";import"../../button/button.js";import"../../../utils/mixins/attribute-deletion.js";import"../../loading-spinner/gator/loading-spinner.gator.js";import"../../loading-spinner/loading-spinner.js";const y=".gator-display-card{display:flex;align-content:center;flex-direction:column;font-family:var(--ngc-font-family-body),sans-serif;border-radius:var(--ngc-card-border-radius, .5rem);max-width:var(--ngc-card-max-width, 25rem);--ngc-card-max-width: 654px;word-break:break-word}.gator-display-card ngc-card-header{width:100%}.gator-display-card-content{padding:var(--spacing-6);display:flex;flex-direction:column;justify-content:center}.gator-display-card-content-header ngc-card-header{--ngc-card-header-padding: 0}.gator-display-card-slot-content{padding:var(--spacing-6) 0 0 0}.gator-display-card-title,.gator-display-card-subtitle{display:flex}.gator-display-card-justify-content-center{justify-content:center}.gator-display-card-actions{padding:var(--spacing-4, 1rem);background:var(--color-blue-10, #F3F5F7);display:flex;flex-direction:row;justify-content:center;align-items:center}.gator-display-card-actions ngc-button{--ngc-button-font-size: var(--text-size-button-large, 1.0625rem)}.gator-display-card-actions ngc-icon{margin-left:8px;--ngc-icon-display: flex}";var v=Object.defineProperty,b=Object.getOwnPropertyDescriptor,x=(l,a,o,e)=>{for(var t=e>1?void 0:e?b(a,o):a,s=l.length-1,n;s>=0;s--)(n=l[s])&&(t=(e?n(a,o,t):n(t))||t);return e&&t&&v(a,o,t),t};let c=class extends p{render(){return r`
1
+ import{N as c}from"../display-card.js";import{b as l}from"../../card/gator/header/card-header.gator.js";import{a as i,x as r}from"../../../assets/index-chunk2.js";import{p as g}from"../../../assets/index-chunk5.js";import{s as u}from"../../../assets/index-chunk6.js";import{c as h}from"../../../assets/index-chunk11.js";import{t as f}from"../../../assets/index-chunk3.js";import"../../icon/gator/icon.gator.js";import"../../icon/gator/templates/add-link.js";import"../../icon/gator/templates/airplane.js";import"../../icon/gator/templates/alarm.js";import"../../icon/gator/templates/apartment.js";import"../../icon/gator/templates/arrow-around.js";import"../../icon/gator/templates/arrow-down.js";import"../../icon/gator/templates/arrow-left.js";import"../../icon/gator/templates/arrow-line-left.js";import"../../icon/gator/templates/arrow-line-right.js";import"../../icon/gator/templates/arrow-right.js";import"../../icon/gator/templates/arrow-up.js";import"../../icon/gator/templates/bank.js";import"../../icon/gator/templates/bell.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"../../button/gator/button.gator.js";import{o as s}from"../../../assets/index-chunk7.js";import"../../card/card.js";import"../../../assets/index-chunk.js";import"../../../utils/components/testable-lit-element/testable-lit-element.js";import"../../card/gator/content/card-content.gator.js";import"../../card/gator/footer/card-footer.gator.js";import"../../text-detail/text-detail.js";import"../../chip/gator/chip.gator.js";import"../../chip/chip.js";import"../../skeleton-loader/gator/skeleton-loader.gator.js";import"../../../assets/index-chunk8.js";import"../../../assets/index-chunk9.js";import"../../icon/icon-registry.js";import"../../../utils/components/ngc-component.js";import"../../button/button.js";import"../../../utils/mixins/attribute-deletion.js";import"../../loading-spinner/gator/loading-spinner.gator.js";import"../../loading-spinner/loading-spinner.js";const y=".gator-display-card{display:flex;align-content:center;flex-direction:column;font-family:var(--ngc-font-family-body),sans-serif;border-radius:var(--ngc-card-border-radius, .5rem);max-width:var(--ngc-card-max-width, 25rem);--ngc-card-max-width: 654px;word-break:break-word}.gator-display-card ngc-card-header{width:100%}.gator-display-card-content{padding:var(--spacing-6);display:flex;flex-direction:column;justify-content:center}.gator-display-card-content-header ngc-card-header{--ngc-card-header-padding: 0}.gator-display-card-slot-content{padding:var(--spacing-6) 0 0 0}.gator-display-card-title,.gator-display-card-subtitle{display:flex}.gator-display-card-justify-content-center{justify-content:center}.gator-display-card-actions{padding:var(--spacing-4, 1rem);background:var(--color-blue-10, #F3F5F7);display:flex;flex-direction:row;justify-content:center;align-items:center}.gator-display-card-actions ngc-button{--ngc-button-font-size: var(--text-size-button-large, 1.0625rem)}.gator-display-card-actions ngc-icon{margin-left:8px;--ngc-icon-display: flex}";var v=Object.defineProperty,b=Object.getOwnPropertyDescriptor,x=(d,o,m,p)=>{for(var t=p>1?void 0:p?b(o,m):o,a=d.length-1,e;a>=0;a--)(e=d[a])&&(t=(p?e(o,m,t):e(t))||t);return p&&t&&v(o,m,t),t};let n=class extends c{render(){return r`
2
2
  <div class="gator-display-card ${this.elevatedClass} ${this.outlinedClass}">
3
3
  <div class="gator-display-card-content">
4
4
  <div class="gator-display-card-content-header">
5
5
  <ngc-card-header>
6
6
  <ngc-text-detail
7
7
  size="large"
8
- title=${d(this.title)}
9
- subtitle=${d(this.subtitle)}
8
+ title=${s(this.title)}
9
+ subtitle=${s(this.subtitle)}
10
10
  ?skeleton=${this.skeleton}
11
11
  ?invert-title=${!this.skeleton}
12
12
  .dataTestid=${this.dataTestid}>
@@ -24,5 +24,5 @@ import{N as p}from"../display-card.js";import{b as m}from"../../card/gator/heade
24
24
  </div>
25
25
  `}
26
26
  </div>
27
- `}get elevatedClass(){return this.elevated?"gator-card_elevated":""}get outlinedClass(){return this.outlined?"gator-card_outlined":""}get slotMarkup(){return this.skeleton?r`<ngc-skeleton-loader full-width height="36" radius="100"></ngc-skeleton-loader>`:r`<slot></slot>`}get footerActionsMarkup(){return this.skeleton?r`<ngc-skeleton-loader width="115" height="36" radius="2"></ngc-skeleton-loader>`:r`<ngc-button @click="${()=>this.handleActionClick()}" variant="base" data-testid=${d(this.dataTestid)}-action-button>${this.actionButtonText}</ngc-button>
28
- <ngc-icon name="arrow-right"></ngc-icon>`}handleActionClick(){this.dispatchEvent(new CustomEvent("action-click",{bubbles:!0}))}};c.styles=[i(y),i(g),i(m),i(u),i(h)];c=x([f("ngc-display-card")],c);
27
+ `}get elevatedClass(){return this.elevated?"gator-card_elevated":""}get outlinedClass(){return this.outlined?"gator-card_outlined":""}get slotMarkup(){return this.skeleton?r`<ngc-skeleton-loader full-width height="36" radius="100"></ngc-skeleton-loader>`:r`<slot></slot>`}get footerActionsMarkup(){return this.skeleton?r`<ngc-skeleton-loader width="115" height="36" radius="2"></ngc-skeleton-loader>`:r`<ngc-button @click="${()=>this.handleActionClick()}" variant="base" data-testid=${s(this.dataTestid)}-action-button>${this.actionButtonText}</ngc-button>
28
+ <ngc-icon name="arrow-right"></ngc-icon>`}handleActionClick(){this.dispatchEvent(new CustomEvent("action-click",{bubbles:!0}))}};n.styles=[i(y),i(g),i(l),i(u),i(h)];n=x([f("ngc-display-card")],n);
@@ -1 +1 @@
1
- import"./gator/display-card.gator.js";import"./display-card.js";import"../card/card.js";import"../../assets/index-chunk.js";import"../../assets/index-chunk2.js";import"../../utils/components/testable-lit-element/testable-lit-element.js";import"../card/gator/header/card-header.gator.js";import"../card/gator/content/card-content.gator.js";import"../../assets/index-chunk5.js";import"../../assets/index-chunk6.js";import"../../assets/index-chunk3.js";import"../card/gator/footer/card-footer.gator.js";import"../text-detail/text-detail.js";import"../chip/gator/chip.gator.js";import"../chip/chip.js";import"../skeleton-loader/gator/skeleton-loader.gator.js";import"../../assets/index-chunk8.js";import"../../assets/index-chunk9.js";import"../../assets/index-chunk7.js";import"../../assets/index-chunk11.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"../button/gator/button.gator.js";import"../button/button.js";import"../../utils/mixins/attribute-deletion.js";import"../loading-spinner/gator/loading-spinner.gator.js";import"../loading-spinner/loading-spinner.js";
1
+ import"./gator/display-card.gator.js";import"./display-card.js";import"../card/card.js";import"../../assets/index-chunk.js";import"../../assets/index-chunk2.js";import"../../utils/components/testable-lit-element/testable-lit-element.js";import"../card/gator/header/card-header.gator.js";import"../card/gator/content/card-content.gator.js";import"../../assets/index-chunk5.js";import"../../assets/index-chunk6.js";import"../../assets/index-chunk3.js";import"../card/gator/footer/card-footer.gator.js";import"../text-detail/text-detail.js";import"../chip/gator/chip.gator.js";import"../chip/chip.js";import"../skeleton-loader/gator/skeleton-loader.gator.js";import"../../assets/index-chunk8.js";import"../../assets/index-chunk9.js";import"../../assets/index-chunk7.js";import"../../assets/index-chunk11.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"../../utils/components/ngc-component.js";import"../button/gator/button.gator.js";import"../button/button.js";import"../../utils/mixins/attribute-deletion.js";import"../loading-spinner/gator/loading-spinner.gator.js";import"../loading-spinner/loading-spinner.js";
@@ -1,4 +1,4 @@
1
- import{N as h}from"../headline-card.js";import{b as p}from"../../card/gator/header/card-header.gator.js";import{a as i,x as o}from"../../../assets/index-chunk2.js";import{p as g}from"../../../assets/index-chunk5.js";import{s as u}from"../../../assets/index-chunk6.js";import{c as m}from"../../../assets/index-chunk11.js";import{t as f}from"../../../assets/index-chunk3.js";import{r as v}from"../../../assets/index-chunk4.js";import"../../icon/gator/icon.gator.js";import"../../icon/gator/templates/arrow-left.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"../../illustration/gator/illustration.gator.js";import"../../illustration/gator/templates/balloons.js";import"../../illustration/gator/templates/check-with-pencil.js";import"../../illustration/gator/templates/your-bank-placeholder.js";import"../../illustration/gator/templates/commercial.js";import"../../illustration/gator/templates/small-business.js";import"../../illustration/gator/templates/mortgage.js";import"../../illustration/gator/templates/consumer.js";import"../../illustration/gator/templates/treasury.js";import"../../illustration/gator/templates/portfolio-analytics.js";import{e as x,n as b}from"../../../assets/index-chunk8.js";import"../../card/card.js";import"../../../assets/index-chunk.js";import"../../../utils/components/testable-lit-element/testable-lit-element.js";import"../../card/gator/content/card-content.gator.js";import"../../card/gator/footer/card-footer.gator.js";import"../../text-detail/text-detail.js";import"../../chip/gator/chip.gator.js";import"../../chip/chip.js";import"../../skeleton-loader/gator/skeleton-loader.gator.js";import"../../../assets/index-chunk9.js";import"../../../assets/index-chunk7.js";import"../../icon/icon-registry.js";import"../../illustration/illustration-registry.js";const _=".gator-headline-card{display:flex;align-content:center;flex-direction:row;position:relative;font-family:var(--ngc-font-family-body),sans-serif;border-radius:var(--ngc-card-border-radius, .5rem);max-width:var(--ngc-card-max-width, 25rem);padding:var(--spacing-6);--ngc-card-max-width: 100%;overflow:hidden}.gator-headline-card ngc-card-header{--ngc-card-header-padding: 0;--ngc-card-header-title-font-size: var(--text-size-heading-4, 1.375rem);--ngc-card-header-title-line-height: var(--text-line-height-heading-4, 2rem)}.gator-headline-card-background-circle{position:absolute;width:280px;height:300%;left:-144px;bottom:-100px;border-radius:50%;z-index:-1;background:var(--color-neutral-10)}.gator-headline-card-background-circle_vertical{position:absolute;width:1150px;height:350px;top:-300px;left:-240px;border-radius:50%;z-index:-1;background:var(--color-neutral-10)}.gator-headline-card-content{display:flex;flex-direction:column;justify-content:center;width:100%}.gator-headline-card-content_vertical{padding:var(--spacing-6) 0}.gator-headline-card_vertical{--ngc-card-max-width: 600px;flex-direction:column;justify-content:center}.gator-headline-card-illustration{display:flex;align-items:center;margin-right:var(--spacing-6)}.gator-headline-card-illustration ngc-illustration{--ngc-illustration-width: 96px;--ngc-illustration-height: 76.8px;--ngc-illustration-display: flex}.gator-headline-card-illustration ngc-skeleton-loader{margin-right:var(--spacing-6)}.gator-headline-card-title,.gator-headline-card-subtitle{display:flex}.gator-headline-card-justify-content-center{justify-content:center}";var C=Object.defineProperty,y=Object.getOwnPropertyDescriptor,c=(e,t,l,a)=>{for(var r=a>1?void 0:a?y(t,l):t,s=e.length-1,d;s>=0;s--)(d=e[s])&&(r=(a?d(t,l,r):d(r))||r);return a&&r&&C(t,l,r),r};let n=class extends h{constructor(){super(...arguments),this._shouldBeVertical=!1,this.containerRef=x()}firstUpdated(){this._shouldBeVertical=this.shouldBeVertical,window.addEventListener("resize",()=>{this._shouldBeVertical=this.shouldBeVertical})}updated(){this._shouldBeVertical=this.shouldBeVertical}render(){return o`
1
+ import{N as d}from"../headline-card.js";import{b as c}from"../../card/gator/header/card-header.gator.js";import{a as o,x as e}from"../../../assets/index-chunk2.js";import{p as h}from"../../../assets/index-chunk5.js";import{s as g}from"../../../assets/index-chunk6.js";import{c as u}from"../../../assets/index-chunk11.js";import{t as f}from"../../../assets/index-chunk3.js";import{r as v}from"../../../assets/index-chunk4.js";import"../../icon/gator/icon.gator.js";import"../../icon/gator/templates/add-link.js";import"../../icon/gator/templates/airplane.js";import"../../icon/gator/templates/alarm.js";import"../../icon/gator/templates/apartment.js";import"../../icon/gator/templates/arrow-around.js";import"../../icon/gator/templates/arrow-down.js";import"../../icon/gator/templates/arrow-left.js";import"../../icon/gator/templates/arrow-line-left.js";import"../../icon/gator/templates/arrow-line-right.js";import"../../icon/gator/templates/arrow-right.js";import"../../icon/gator/templates/arrow-up.js";import"../../icon/gator/templates/bank.js";import"../../icon/gator/templates/bell.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"../../illustration/gator/illustration.gator.js";import"../../illustration/gator/templates/balloons.js";import"../../illustration/gator/templates/check-with-pencil.js";import"../../illustration/gator/templates/your-bank-placeholder.js";import"../../illustration/gator/templates/commercial.js";import"../../illustration/gator/templates/small-business.js";import"../../illustration/gator/templates/mortgage.js";import"../../illustration/gator/templates/consumer.js";import"../../illustration/gator/templates/treasury.js";import"../../illustration/gator/templates/portfolio-analytics.js";import{e as x,n as b}from"../../../assets/index-chunk8.js";import"../../card/card.js";import"../../../assets/index-chunk.js";import"../../../utils/components/testable-lit-element/testable-lit-element.js";import"../../card/gator/content/card-content.gator.js";import"../../card/gator/footer/card-footer.gator.js";import"../../text-detail/text-detail.js";import"../../chip/gator/chip.gator.js";import"../../chip/chip.js";import"../../skeleton-loader/gator/skeleton-loader.gator.js";import"../../../assets/index-chunk9.js";import"../../../assets/index-chunk7.js";import"../../icon/icon-registry.js";import"../../../utils/components/ngc-component.js";import"../../illustration/illustration-registry.js";const _=".gator-headline-card{display:flex;align-content:center;flex-direction:row;position:relative;font-family:var(--ngc-font-family-body),sans-serif;border-radius:var(--ngc-card-border-radius, .5rem);max-width:var(--ngc-card-max-width, 25rem);padding:var(--spacing-6);--ngc-card-max-width: 100%;overflow:hidden}.gator-headline-card ngc-card-header{--ngc-card-header-padding: 0;--ngc-card-header-title-font-size: var(--text-size-heading-4, 1.375rem);--ngc-card-header-title-line-height: var(--text-line-height-heading-4, 2rem)}.gator-headline-card-background-circle{position:absolute;width:280px;height:300%;left:-144px;bottom:-100px;border-radius:50%;z-index:-1;background:var(--color-neutral-10)}.gator-headline-card-background-circle_vertical{position:absolute;width:1150px;height:350px;top:-300px;left:-240px;border-radius:50%;z-index:-1;background:var(--color-neutral-10)}.gator-headline-card-content{display:flex;flex-direction:column;justify-content:center;width:100%}.gator-headline-card-content_vertical{padding:var(--spacing-6) 0}.gator-headline-card_vertical{--ngc-card-max-width: 600px;flex-direction:column;justify-content:center}.gator-headline-card-illustration{display:flex;align-items:center;margin-right:var(--spacing-6)}.gator-headline-card-illustration ngc-illustration{--ngc-illustration-width: 96px;--ngc-illustration-height: 76.8px;--ngc-illustration-display: flex}.gator-headline-card-illustration ngc-skeleton-loader{margin-right:var(--spacing-6)}.gator-headline-card-title,.gator-headline-card-subtitle{display:flex}.gator-headline-card-justify-content-center{justify-content:center}";var C=Object.defineProperty,y=Object.getOwnPropertyDescriptor,s=(i,t,a,p)=>{for(var r=p>1?void 0:p?y(t,a):t,n=i.length-1,l;n>=0;n--)(l=i[n])&&(r=(p?l(t,a,r):l(r))||r);return p&&r&&C(t,a,r),r};let m=class extends d{constructor(){super(...arguments),this._shouldBeVertical=!1,this.containerRef=x()}firstUpdated(){this._shouldBeVertical=this.shouldBeVertical,window.addEventListener("resize",()=>{this._shouldBeVertical=this.shouldBeVertical})}updated(){this._shouldBeVertical=this.shouldBeVertical}render(){return e`
2
2
  <div ${b(this.containerRef)} class="gator-headline-card ${this.orientationClass} ${this.elevatedClass} ${this.outlinedClass}">
3
3
  ${this.backgroundMarkup}
4
4
  <div class="gator-headline-card-illustration ${this.justifyCenterClass}">
@@ -19,4 +19,4 @@ import{N as h}from"../headline-card.js";import{b as p}from"../../card/gator/head
19
19
  </ngc-card-header>
20
20
  </div>
21
21
  </div>
22
- `}get illustrationMarkup(){return this.skeleton?o`<ngc-skeleton-loader width="76.6" height="76.6" radius="100"></ngc-skeleton-loader>`:o`<ngc-illustration name="${this.illustrationName}"></ngc-illustration>`}get cardContentClass(){return this._shouldBeVertical?"gator-headline-card-content_vertical":"gator-headline-card-content"}get justifyCenterClass(){return this._shouldBeVertical?"gator-headline-card-justify-content-center":""}get backgroundMarkup(){return this.background?o`<div class="${this.getBackgroundClass}"></div>`:null}get elevatedClass(){return this.elevated?"gator-card_elevated":""}get outlinedClass(){return this.outlined?"gator-card_outlined":""}get orientationClass(){return this._shouldBeVertical?"gator-headline-card_vertical":""}get getBackgroundClass(){return this._shouldBeVertical?"gator-headline-card-background-circle_vertical":"gator-headline-card-background-circle"}get shouldBeVertical(){var t;let e=(t=this.containerRef.value)==null?void 0:t.getBoundingClientRect().width;return e?e<600?!0:this.orientation==="vertical":!1}};n.styles=[i(_),i(g),i(p),i(u),i(m)];c([v()],n.prototype,"_shouldBeVertical",2);n=c([f("ngc-headline-card")],n);
22
+ `}get illustrationMarkup(){return this.skeleton?e`<ngc-skeleton-loader width="76.6" height="76.6" radius="100"></ngc-skeleton-loader>`:e`<ngc-illustration name="${this.illustrationName}"></ngc-illustration>`}get cardContentClass(){return this._shouldBeVertical?"gator-headline-card-content_vertical":"gator-headline-card-content"}get justifyCenterClass(){return this._shouldBeVertical?"gator-headline-card-justify-content-center":""}get backgroundMarkup(){return this.background?e`<div class="${this.getBackgroundClass}"></div>`:null}get elevatedClass(){return this.elevated?"gator-card_elevated":""}get outlinedClass(){return this.outlined?"gator-card_outlined":""}get orientationClass(){return this._shouldBeVertical?"gator-headline-card_vertical":""}get getBackgroundClass(){return this._shouldBeVertical?"gator-headline-card-background-circle_vertical":"gator-headline-card-background-circle"}get shouldBeVertical(){var t;let i=(t=this.containerRef.value)==null?void 0:t.getBoundingClientRect().width;return i?i<600?!0:this.orientation==="vertical":!1}};m.styles=[o(_),o(h),o(c),o(g),o(u)];s([v()],m.prototype,"_shouldBeVertical",2);m=s([f("ngc-headline-card")],m);
@@ -1 +1 @@
1
- import"./gator/headline-card.gator.js";import"./headline-card.js";import"../card/card.js";import"../../assets/index-chunk.js";import"../../assets/index-chunk2.js";import"../../utils/components/testable-lit-element/testable-lit-element.js";import"../card/gator/header/card-header.gator.js";import"../card/gator/content/card-content.gator.js";import"../../assets/index-chunk5.js";import"../../assets/index-chunk6.js";import"../../assets/index-chunk3.js";import"../card/gator/footer/card-footer.gator.js";import"../text-detail/text-detail.js";import"../chip/gator/chip.gator.js";import"../chip/chip.js";import"../skeleton-loader/gator/skeleton-loader.gator.js";import"../../assets/index-chunk8.js";import"../../assets/index-chunk9.js";import"../../assets/index-chunk7.js";import"../../assets/index-chunk11.js";import"../../assets/index-chunk4.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"../illustration/gator/illustration.gator.js";import"../illustration/gator/templates/balloons.js";import"../illustration/illustration-registry.js";import"../illustration/gator/templates/check-with-pencil.js";import"../illustration/gator/templates/your-bank-placeholder.js";import"../illustration/gator/templates/commercial.js";import"../illustration/gator/templates/small-business.js";import"../illustration/gator/templates/mortgage.js";import"../illustration/gator/templates/consumer.js";import"../illustration/gator/templates/treasury.js";import"../illustration/gator/templates/portfolio-analytics.js";
1
+ import"./gator/headline-card.gator.js";import"./headline-card.js";import"../card/card.js";import"../../assets/index-chunk.js";import"../../assets/index-chunk2.js";import"../../utils/components/testable-lit-element/testable-lit-element.js";import"../card/gator/header/card-header.gator.js";import"../card/gator/content/card-content.gator.js";import"../../assets/index-chunk5.js";import"../../assets/index-chunk6.js";import"../../assets/index-chunk3.js";import"../card/gator/footer/card-footer.gator.js";import"../text-detail/text-detail.js";import"../chip/gator/chip.gator.js";import"../chip/chip.js";import"../skeleton-loader/gator/skeleton-loader.gator.js";import"../../assets/index-chunk8.js";import"../../assets/index-chunk9.js";import"../../assets/index-chunk7.js";import"../../assets/index-chunk11.js";import"../../assets/index-chunk4.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"../../utils/components/ngc-component.js";import"../illustration/gator/illustration.gator.js";import"../illustration/gator/templates/balloons.js";import"../illustration/illustration-registry.js";import"../illustration/gator/templates/check-with-pencil.js";import"../illustration/gator/templates/your-bank-placeholder.js";import"../illustration/gator/templates/commercial.js";import"../illustration/gator/templates/small-business.js";import"../illustration/gator/templates/mortgage.js";import"../illustration/gator/templates/consumer.js";import"../illustration/gator/templates/treasury.js";import"../illustration/gator/templates/portfolio-analytics.js";
@@ -1 +1 @@
1
- import{a,r as c}from"../../../assets/index-chunk2.js";import{t as g}from"../../../assets/index-chunk3.js";import{n as h}from"../../../assets/index-chunk.js";import"./templates/arrow-left.js";import"./templates/arrow-right.js";import"./templates/calendar.js";import"./templates/check-circle.js";import"./templates/check.js";import"./templates/checkbox.js";import"./templates/checkbox-selected.js";import"./templates/chevron-down.js";import"./templates/chevron-left.js";import"./templates/chevron-right.js";import"./templates/chevron-up.js";import"./templates/dashboard.js";import"./templates/exit.js";import"./templates/exit-circle.js";import"./templates/eye-crossed.js";import"./templates/info.js";import"./templates/link.js";import"./templates/overflow-menu.js";import"./templates/percent.js";import"./templates/picture.js";import"./templates/shield-lock.js";import"./templates/radio.js";import"./templates/radio-selected.js";import"./templates/restricted.js";import"./templates/settings.js";import"./templates/warning.js";import{i as l}from"../icon-registry.js";const d=".gator-icon{width:var(--ngc-icon-width, 1.5rem);height:var(--ngc-icon-height, 1.5rem);color:var(--ngc-icon-color);display:var(--ngc-icon-display, flex);margin:var(--ngc-icon-margin)}",v=":host,:root{--ngc-icon-width: 1.5rem;--ngc-icon-height: 1.5rem;--ngc-icon-color: unset;--ngc-icon-display: flex}";var f=Object.defineProperty,_=Object.getOwnPropertyDescriptor,e=(i,t,s,p)=>{for(var r=p>1?void 0:p?_(t,s):t,m=i.length-1,n;m>=0;m--)(n=i[m])&&(r=(p?n(t,s,r):n(r))||r);return p&&r&&f(t,s,r),r};let o=class extends c{constructor(){super(...arguments),this.name="",this.label=""}firstUpdated(){var i,t,s;this._svg=(i=this.shadowRoot)==null?void 0:i.querySelector("svg"),(t=this._svg)==null||t.classList.add("gator-icon"),(s=this._svg)==null||s.setAttribute("role","img")}updated(){var i,t;this.label&&((i=this._svg)==null||i.setAttribute("aria-label",this.label)),(t=this._svg)==null||t.setAttribute("aria-hidden",this.label===""?"true":"false"),this.width&&this._svg&&(this._svg.style.width=this.width),this.height&&this._svg&&(this._svg.style.height=this.height)}render(){return l.get(this.name)}};o.styles=[a(d),a(v)];e([h()],o.prototype,"name",2);e([h()],o.prototype,"label",2);e([h()],o.prototype,"width",2);e([h()],o.prototype,"height",2);o=e([g("ngc-icon")],o);export{o as N};
1
+ import{a as g}from"../../../assets/index-chunk2.js";import{t as c}from"../../../assets/index-chunk3.js";import{n as s}from"../../../assets/index-chunk.js";import"./templates/add-link.js";import"./templates/airplane.js";import"./templates/alarm.js";import"./templates/apartment.js";import"./templates/arrow-around.js";import"./templates/arrow-down.js";import"./templates/arrow-left.js";import"./templates/arrow-line-left.js";import"./templates/arrow-line-right.js";import"./templates/arrow-right.js";import"./templates/arrow-up.js";import"./templates/bank.js";import"./templates/bell.js";import"./templates/bell-disabled.js";import"./templates/binoculars.js";import"./templates/book.js";import"./templates/box.js";import"./templates/cake.js";import"./templates/calculator.js";import"./templates/calendar.js";import"./templates/camera.js";import"./templates/caret-up-down.js";import"./templates/case.js";import"./templates/chart-rise.js";import"./templates/chat.js";import"./templates/check.js";import"./templates/check-circle.js";import"./templates/checkbox.js";import"./templates/checkbox-selected.js";import"./templates/chevron-down.js";import"./templates/chevron-left.js";import"./templates/chevron-right.js";import"./templates/chevron-up.js";import"./templates/circle.js";import"./templates/circle-arrow-down.js";import"./templates/circle-arrow-left.js";import"./templates/circle-arrow-right.js";import"./templates/circle-arrow-up.js";import"./templates/circle-filled.js";import"./templates/city.js";import"./templates/clipboard.js";import"./templates/clock.js";import"./templates/clock-clockwise.js";import"./templates/clock-counter-clockwise.js";import"./templates/collapse.js";import"./templates/cone.js";import"./templates/contact-info.js";import"./templates/copy.js";import"./templates/credit-card.js";import"./templates/crop.js";import"./templates/crosshairs.js";import"./templates/currency-dollar-simple.js";import"./templates/currency-eur.js";import"./templates/currency-gbp.js";import"./templates/currency-inr.js";import"./templates/currency-jpy.js";import"./templates/currency-krw.js";import"./templates/currency-kzt.js";import"./templates/currency-ngn.js";import"./templates/currency-rub.js";import"./templates/cursor.js";import"./templates/cursor-arrow.js";import"./templates/cursor-hand.js";import"./templates/dashboard.js";import"./templates/delete.js";import"./templates/dna.js";import"./templates/document.js";import"./templates/document-add.js";import"./templates/document-check.js";import"./templates/document-e-sign.js";import"./templates/document-image.js";import"./templates/document-pdf.js";import"./templates/document-sign.js";import"./templates/document-zip.js";import"./templates/dollar-bills.js";import"./templates/dollar-house.js";import"./templates/down-payment.js";import"./templates/download.js";import"./templates/drag-drop.js";import"./templates/earth.js";import"./templates/exit.js";import"./templates/exit-circle.js";import"./templates/exit-left.js";import"./templates/expand.js";import"./templates/expand-arrows.js";import"./templates/export.js";import"./templates/eye.js";import"./templates/eye-closed.js";import"./templates/eye-crossed.js";import"./templates/facebook-logo.js";import"./templates/file-code.js";import"./templates/files.js";import"./templates/filter-funnel.js";import"./templates/filters.js";import"./templates/filters-2.js";import"./templates/flame.js";import"./templates/flash-off.js";import"./templates/flash-on.js";import"./templates/folder.js";import"./templates/gauge.js";import"./templates/hammer.js";import"./templates/hand-pointing.js";import"./templates/heart.js";import"./templates/home-door.js";import"./templates/home-finance.js";import"./templates/home-finance-arrow.js";import"./templates/home-search.js";import"./templates/house.js";import"./templates/house-simple.js";import"./templates/inbox.js";import"./templates/info.js";import"./templates/instagram-logo.js";import"./templates/interest-rate.js";import"./templates/invoice.js";import"./templates/label.js";import"./templates/laptop.js";import"./templates/layout.js";import"./templates/lightbulb.js";import"./templates/link.js";import"./templates/linkedin-logo.js";import"./templates/list.js";import"./templates/loading.js";import"./templates/loading-spinner-gif.js";import"./templates/lock.js";import"./templates/magic-wand.js";import"./templates/mail.js";import"./templates/mail-open.js";import"./templates/mailbox.js";import"./templates/map.js";import"./templates/menu-hamburger.js";import"./templates/microsoft-excel-logo.js";import"./templates/microsoft-outlook-logo.js";import"./templates/microsoft-powerpoint-logo.js";import"./templates/microsoft-teams-logo.js";import"./templates/microsoft-word-logo.js";import"./templates/minus.js";import"./templates/minus-circle.js";import"./templates/minus-square.js";import"./templates/mobile-phone-2.js";import"./templates/monitor.js";import"./templates/move.js";import"./templates/move-doc.js";import"./templates/music.js";import"./templates/number-1.js";import"./templates/number-2.js";import"./templates/number-3.js";import"./templates/overflow-menu.js";import"./templates/paper-airplane.js";import"./templates/paperclip.js";import"./templates/pen.js";import"./templates/pencil.js";import"./templates/pencil-paper.js";import"./templates/people-multiple.js";import"./templates/people-share.js";import"./templates/percent.js";import"./templates/person.js";import"./templates/person-add.js";import"./templates/person-check.js";import"./templates/person-lock.js";import"./templates/phone.js";import"./templates/phone-alert.js";import"./templates/phone-mobile.js";import"./templates/picture.js";import"./templates/pin.js";import"./templates/pinterest-logo.js";import"./templates/plus.js";import"./templates/plus-circle.js";import"./templates/printer.js";import"./templates/question-chat-bubble.js";import"./templates/question-circle.js";import"./templates/question-mark.js";import"./templates/radio.js";import"./templates/radio-selected.js";import"./templates/receipt.js";import"./templates/restricted.js";import"./templates/sandals.js";import"./templates/save.js";import"./templates/screen.js";import"./templates/search.js";import"./templates/settings.js";import"./templates/share-1.js";import"./templates/share-2.js";import"./templates/shield-lock.js";import"./templates/shield-warning.js";import"./templates/sidebar.js";import"./templates/sidebar-simple.js";import"./templates/smart-home.js";import"./templates/sort-arrow-solid-down.js";import"./templates/sort-arrow-solid-left.js";import"./templates/sort-arrow-solid-right.js";import"./templates/sort-arrow-solid-up.js";import"./templates/sort-arrow-solid-up-down.js";import"./templates/sort-reverse-variant.js";import"./templates/sort-variant.js";import"./templates/sparkle.js";import"./templates/sparkle-filled.js";import"./templates/speech-bubble.js";import"./templates/stack.js";import"./templates/stamp.js";import"./templates/star.js";import"./templates/star-four.js";import"./templates/star-four-filled.js";import"./templates/stopwatch.js";import"./templates/sun.js";import"./templates/sync.js";import"./templates/tab-arrows.js";import"./templates/target.js";import"./templates/thumbs-down.js";import"./templates/thumbs-up.js";import"./templates/tools.js";import"./templates/touch-id.js";import"./templates/trash.js";import"./templates/twitter-logo.js";import"./templates/unlink.js";import"./templates/unlock.js";import"./templates/upload.js";import"./templates/video.js";import"./templates/warning.js";import"./templates/warning-circle.js";import"./templates/warning-diamond.js";import"./templates/warning-octagon.js";import"./templates/wet-sign.js";import"./templates/wifi.js";import"./templates/wifi-off.js";import"./templates/x-logo.js";import"./templates/yelp-logo.js";import"./templates/youtube-logo.js";import"./templates/zillow-logo.js";import{i as h}from"../icon-registry.js";import{N as l}from"../../../utils/components/ngc-component.js";import"../../../assets/index-chunk5.js";import"../../../assets/index-chunk6.js";import"../../../utils/components/testable-lit-element/testable-lit-element.js";const d=".gator-icon{width:var(--ngc-icon-width, 1.5rem);height:var(--ngc-icon-height, 1.5rem);color:var(--ngc-icon-color);display:var(--ngc-icon-display, flex);margin:var(--ngc-icon-margin);border-radius:var(--ngc-icon-border-radius);padding:var(--ngc-icon-padding)}.gator-icon-background{background:var(--color-surface-brand, #F3F5F7)}";var v=Object.defineProperty,f=Object.getOwnPropertyDescriptor,u=Object.getPrototypeOf,_=Reflect.get,e=(i,t,r,p)=>{for(var m=p>1?void 0:p?f(t,r):t,a=i.length-1,n;a>=0;a--)(n=i[a])&&(m=(p?n(t,r,m):n(m))||m);return p&&m&&v(t,r,m),m},b=(i,t,r)=>_(u(i),r,t);let o=class extends l{constructor(){super(...arguments),this.name="",this.label="",this.background=!1}firstUpdated(){var i,t,r;this._svg=(i=this.shadowRoot)==null?void 0:i.querySelector("svg"),(t=this._svg)==null||t.classList.add("gator-icon"),(r=this._svg)==null||r.setAttribute("role","img")}updated(){var i,t,r,p;this.label&&((i=this._svg)==null||i.setAttribute("aria-label",this.label)),(t=this._svg)==null||t.setAttribute("aria-hidden",this.label===""?"true":"false"),this.width&&this._svg&&(this._svg.style.width=this.width),this.height&&this._svg&&(this._svg.style.height=this.height),this.background?(r=this._svg)==null||r.classList.add("gator-icon-background"):(p=this._svg)==null||p.classList.remove("gator-icon-background")}render(){return h.get(this.name)}};o.styles=[...b(o,o,"styles"),g(d)];e([s()],o.prototype,"name",2);e([s()],o.prototype,"label",2);e([s()],o.prototype,"width",2);e([s()],o.prototype,"height",2);e([s({type:Boolean})],o.prototype,"background",2);o=e([c("ngc-icon")],o);export{o as N};