@ncino/web-components 9.0.0-preview.7 → 9.0.0

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 (68) hide show
  1. package/dist/components/accordion/gator/base/accordion.gator.js +1 -1
  2. package/dist/components/accordion/gator/group/accordion-group.gator.js +1 -1
  3. package/dist/components/alert/gator/base/alert.gator.js +1 -1
  4. package/dist/components/banner/gator/banner.gator.js +1 -1
  5. package/dist/components/boolean/boolean.gator.js +6 -3
  6. package/dist/components/button/gator/button.gator.js +1 -1
  7. package/dist/components/button-card/gator/button-card.gator.js +18 -17
  8. package/dist/components/display-card/gator/display-card.gator.js +1 -1
  9. package/dist/components/headline-card/gator/headline-card.gator.js +1 -1
  10. package/dist/components/icon/gator/icon.gator.js +1 -1
  11. package/dist/components/icon/gator/index.js +1 -1
  12. package/dist/components/icon/gator/templates/index.js +1 -1
  13. package/dist/components/icon/gator/templates/plugs-connected.js +14 -0
  14. package/dist/components/icon/gator/templates/plugs.js +14 -0
  15. package/dist/components/illustration/gator/illustration.gator.js +1 -1
  16. package/dist/components/illustration/gator/index.js +1 -1
  17. package/dist/components/illustration/gator/templates/condo.js +42 -0
  18. package/dist/components/illustration/gator/templates/family-home.js +38 -0
  19. package/dist/components/illustration/gator/templates/index.js +1 -1
  20. package/dist/components/illustration/gator/templates/town-home.js +54 -0
  21. package/dist/components/image-card/gator/image-card.gator.js +1 -1
  22. package/dist/components/input/base/input-base.gator.js +1 -1
  23. package/dist/components/input/gator/dropdown/input-dropdown.gator.js +9 -9
  24. package/dist/components/input/gator/help-text/help-text.gator.js +1 -1
  25. package/dist/components/input/gator/input-file/file-uploaded-preview/file-upload-preview.gator.js +1 -1
  26. package/dist/components/input/gator/input-file/input-file.gator.js +1 -1
  27. package/dist/components/input/gator/input-textarea/input-textarea.gator.js +1 -1
  28. package/dist/components/input/gator/input-time/input-time.gator.js +1 -1
  29. package/dist/components/list/gator/list-item/list-item.gator.js +1 -1
  30. package/dist/components/modal/gator/modal.gator.js +0 -1
  31. package/dist/components/selection-box/selection-box.gator.js +1 -1
  32. package/dist/components/table/gator/table-pagination/table-pagination.gator.js +1 -1
  33. package/dist/components/toast/gator/toast-constants.js +1 -0
  34. package/dist/components/toast-container/gator/toast-container.gator.js +8 -4
  35. package/dist/components/toaster/gator/toaster.gator.js +14 -5
  36. package/dist/packages/web-components/src/components/card/gator/base/card.gator.scss.js +1 -1
  37. package/dist/packages/web-components/src/components/card/gator/footer/card-footer.gator.scss.js +1 -1
  38. package/dist/packages/web-components/src/components/input/gator/dropdown/input-dropdown.gator.scss.js +1 -1
  39. package/dist/packages/web-components/src/components/modal/gator/modal.gator.scss.js +1 -1
  40. package/dist/packages/web-components/src/components/text-detail/gator/text-detail.gator.scss.js +1 -1
  41. package/dist/packages/web-components/src/components/toast-container/gator/toast-container.gator.scss.js +1 -1
  42. package/dist/packages/web-components/src/components/toaster/gator/toaster.gator.scss.js +1 -1
  43. package/dist/types/components/button-card/gator/button-card.gator.d.ts +4 -0
  44. package/dist/types/components/icon/gator/templates/index.d.ts +2 -0
  45. package/dist/types/components/icon/gator/templates/plugs-connected.d.ts +1 -0
  46. package/dist/types/components/icon/gator/templates/plugs.d.ts +1 -0
  47. package/dist/types/components/illustration/gator/templates/condo.d.ts +1 -0
  48. package/dist/types/components/illustration/gator/templates/family-home.d.ts +1 -0
  49. package/dist/types/components/illustration/gator/templates/index.d.ts +6 -3
  50. package/dist/types/components/illustration/gator/templates/town-home.d.ts +1 -0
  51. package/dist/types/components/toast/gator/toast-constants.d.ts +8 -0
  52. package/dist/types/components/toaster/gator/toaster.gator.d.ts +12 -4
  53. package/dist/utils/vitest-a11y-utils.js +1 -1
  54. package/package.json +3 -3
  55. package/web-types.json +2 -9
  56. package/dist/design-tokens.source.json +0 -1
  57. package/dist/generated/locale-codes.js +0 -1
  58. package/dist/generated/locales/es-419.js +0 -10
  59. package/dist/generated/locales/fr-CA.js +0 -10
  60. package/dist/generated/locales/zh-Hans.js +0 -11
  61. package/dist/types/generated/locale-codes.d.ts +0 -13
  62. package/dist/types/generated/locales/es-419.d.ts +0 -65
  63. package/dist/types/generated/locales/fr-CA.d.ts +0 -65
  64. package/dist/types/generated/locales/zh-Hans.d.ts +0 -65
  65. /package/dist/node_modules/.pnpm/{vitest@4.0.15_@types_node@24.10.1_@vitest_browser-playwright@4.0.15_@vitest_ui@4.0.15_j_fb60b0c8197ead7c9a3bf797f7983b25 → vitest@4.0.15_@types_node@24.10.1_@vitest_browser-playwright@4.0.15_@vitest_ui@4.0.15_j_0c91d94893276de308eb5b07cced5df8}/node_modules/vitest/browser/context.js +0 -0
  66. /package/dist/node_modules/.pnpm/{vitest@4.0.15_@types_node@24.10.1_@vitest_browser-playwright@4.0.15_@vitest_ui@4.0.15_j_fb60b0c8197ead7c9a3bf797f7983b25 → vitest@4.0.15_@types_node@24.10.1_@vitest_browser-playwright@4.0.15_@vitest_ui@4.0.15_j_0c91d94893276de308eb5b07cced5df8}/node_modules/vitest/dist/chunks/_commonjsHelpers.D26ty3Ew.js +0 -0
  67. /package/dist/node_modules/.pnpm/{vitest@4.0.15_@types_node@24.10.1_@vitest_browser-playwright@4.0.15_@vitest_ui@4.0.15_j_fb60b0c8197ead7c9a3bf797f7983b25 → vitest@4.0.15_@types_node@24.10.1_@vitest_browser-playwright@4.0.15_@vitest_ui@4.0.15_j_0c91d94893276de308eb5b07cced5df8}/node_modules/vitest/dist/chunks/utils.DvEY5TfP.js +0 -0
  68. /package/dist/node_modules/.pnpm/{vitest@4.0.15_@types_node@24.10.1_@vitest_browser-playwright@4.0.15_@vitest_ui@4.0.15_j_fb60b0c8197ead7c9a3bf797f7983b25 → vitest@4.0.15_@types_node@24.10.1_@vitest_browser-playwright@4.0.15_@vitest_ui@4.0.15_j_0c91d94893276de308eb5b07cced5df8}/node_modules/vitest/dist/chunks/vi.2VT5v0um.js +0 -0
@@ -1 +1 @@
1
- import{NgcIllustration as e}from"./illustration.gator.js";import{AddNote as m}from"./templates/add-note.js";import{Address as f}from"./templates/address.js";import{AppointmentConfirmed as a}from"./templates/appointment-confirmed.js";import{Assets as s}from"./templates/assets.js";import{AutoMoney as u}from"./templates/auto-money.js";import{Balloons as l}from"./templates/balloons.js";import{BankAccount as C}from"./templates/bank-account.js";import{BriefCase as S}from"./templates/brief-case.js";import{CalendarHome as k}from"./templates/calendar-home.js";import{ChangeData as B}from"./templates/change-data.js";import{CheckWithPencil as D}from"./templates/check-with-pencil.js";import{CoBorrower as w}from"./templates/co-borrower.js";import{CoBorrowersIncomplete as I}from"./templates/co-borrowers-incomplete.js";import{CoBorrowers as T}from"./templates/co-borrowers.js";import{Commercial as L}from"./templates/commercial.js";import{Connectivity as U}from"./templates/connectivity.js";import{Consumer as O}from"./templates/consumer.js";import{ContactSearch as Y}from"./templates/contact-search.js";import{ConversationMultiple as q}from"./templates/conversation-multiple.js";import{CreditCard as Q}from"./templates/credit-card.js";import{CropBackground as X}from"./templates/crop-background.js";import{CropPage as z}from"./templates/crop-page.js";import{DeclarationsLegal as J}from"./templates/declarations-legal.js";import{Deliver as V}from"./templates/deliver.js";import{DemographicInfo as _}from"./templates/demographic-info.js";import{DocumentAdd as oo}from"./templates/document-add.js";import{DocumentSignature as eo}from"./templates/document-signature.js";import{DownloadApp as mo}from"./templates/download-app.js";import{EmptyBox as fo}from"./templates/empty-box.js";import{HomeSearch as ao}from"./templates/home-search.js";import{House5 as so}from"./templates/house-5.js";import{House6 as uo}from"./templates/house-6.js";import{HouseFireworks as lo}from"./templates/house-fireworks.js";import{HouseUnderConstruction as go}from"./templates/house-under-construction.js";import{HouseWithShield as ho}from"./templates/house-with-shield.js";import{Inquiry as Po}from"./templates/inquiry.js";import{Locked as Ao}from"./templates/locked.js";import{MakeAnOffer as Ho}from"./templates/make-an-offer.js";import{Mortgage as yo}from"./templates/mortgage.js";import{NetworkError as Mo}from"./templates/network-error.js";import{Page1 as vo}from"./templates/page-1.js";import{Page2 as No}from"./templates/page-2.js";import{Page3 as Eo}from"./templates/page-3.js";import{Paper3 as Wo}from"./templates/paper-3.js";import{Paper7 as bo}from"./templates/paper-7.js";import{Person2 as Fo}from"./templates/person-2.js";import{PersonalInfo as Ro}from"./templates/personal-info.js";import{PortfolioAnalytics as jo}from"./templates/portfolio-analytics.js";import{PriceSearch as Go}from"./templates/price-search.js";import{QuickLinks as Ko}from"./templates/quick-links.js";import{Register as Zo}from"./templates/register.js";import{ScheduleHomeTour as $o}from"./templates/schedule-home-tour.js";import{SmallBusiness as rr}from"./templates/small-business.js";import{SocialSecurity as tr}from"./templates/social-security.js";import{StartConversation as pr}from"./templates/start-conversation.js";import{StatusNoX as xr}from"./templates/status-no-x.js";import{Status as nr}from"./templates/status.js";import{Success as ir}from"./templates/success.js";import{Talkluments as cr}from"./templates/talkluments.js";import{ThumbsDownMan as dr}from"./templates/thumbs-down-man.js";import{Transfer as gr}from"./templates/transfer.js";import{Treasury as hr}from"./templates/treasury.js";import{UnsecuredLineOfCredit as Pr}from"./templates/unsecured-line-of-credit.js";import{UploadCloud as Ar}from"./templates/upload-cloud.js";import{YourBankPlaceholder as Hr}from"./templates/your-bank-placeholder.js";import{YourBank as yr}from"./templates/your-bank.js";export{m as AddNote,f as Address,a as AppointmentConfirmed,s as Assets,u as AutoMoney,l as Balloons,C as BankAccount,S as BriefCase,k as CalendarHome,B as ChangeData,D as CheckWithPencil,w as CoBorrower,T as CoBorrowers,I as CoBorrowersIncomplete,L as Commercial,U as Connectivity,O as Consumer,Y as ContactSearch,q as ConversationMultiple,Q as CreditCard,X as CropBackground,z as CropPage,J as DeclarationsLegal,V as Deliver,_ as DemographicInfo,oo as DocumentAdd,eo as DocumentSignature,mo as DownloadApp,fo as EmptyBox,ao as HomeSearch,so as House5,uo as House6,lo as HouseFireworks,go as HouseUnderConstruction,ho as HouseWithShield,Po as Inquiry,Ao as Locked,Ho as MakeAnOffer,yo as Mortgage,Mo as NetworkError,e as NgcIllustration,vo as Page1,No as Page2,Eo as Page3,Wo as Paper3,bo as Paper7,Fo as Person2,Ro as PersonalInfo,jo as PortfolioAnalytics,Go as PriceSearch,Ko as QuickLinks,Zo as Register,$o as ScheduleHomeTour,rr as SmallBusiness,tr as SocialSecurity,pr as StartConversation,nr as Status,xr as StatusNoX,ir as Success,cr as Talkluments,dr as ThumbsDownMan,gr as Transfer,hr as Treasury,Pr as UnsecuredLineOfCredit,Ar as UploadCloud,yr as YourBank,Hr as YourBankPlaceholder};
1
+ import{NgcIllustration as e}from"./illustration.gator.js";import{AddNote as m}from"./templates/add-note.js";import{Address as f}from"./templates/address.js";import{AppointmentConfirmed as a}from"./templates/appointment-confirmed.js";import{Assets as s}from"./templates/assets.js";import{AutoMoney as u}from"./templates/auto-money.js";import{Balloons as l}from"./templates/balloons.js";import{BankAccount as C}from"./templates/bank-account.js";import{BriefCase as S}from"./templates/brief-case.js";import{CalendarHome as k}from"./templates/calendar-home.js";import{ChangeData as B}from"./templates/change-data.js";import{CheckWithPencil as H}from"./templates/check-with-pencil.js";import{CoBorrower as y}from"./templates/co-borrower.js";import{CoBorrowers as T}from"./templates/co-borrowers.js";import{CoBorrowersIncomplete as M}from"./templates/co-borrowers-incomplete.js";import{Commercial as L}from"./templates/commercial.js";import{Condo as U}from"./templates/condo.js";import{Connectivity as F}from"./templates/connectivity.js";import{Consumer as W}from"./templates/consumer.js";import{ContactSearch as b}from"./templates/contact-search.js";import{ConversationMultiple as Q}from"./templates/conversation-multiple.js";import{CreditCard as X}from"./templates/credit-card.js";import{CropBackground as z}from"./templates/crop-background.js";import{CropPage as J}from"./templates/crop-page.js";import{DeclarationsLegal as V}from"./templates/declarations-legal.js";import{Deliver as _}from"./templates/deliver.js";import{DemographicInfo as oo}from"./templates/demographic-info.js";import{DocumentAdd as eo}from"./templates/document-add.js";import{DocumentSignature as mo}from"./templates/document-signature.js";import{DownloadApp as fo}from"./templates/download-app.js";import{EmptyBox as ao}from"./templates/empty-box.js";import{FamilyHome as so}from"./templates/family-home.js";import{HomeSearch as uo}from"./templates/home-search.js";import{House5 as lo}from"./templates/house-5.js";import{House6 as go}from"./templates/house-6.js";import{HouseFireworks as ho}from"./templates/house-fireworks.js";import{HouseUnderConstruction as Po}from"./templates/house-under-construction.js";import{HouseWithShield as Ao}from"./templates/house-with-shield.js";import{Inquiry as wo}from"./templates/inquiry.js";import{Locked as Do}from"./templates/locked.js";import{MakeAnOffer as Io}from"./templates/make-an-offer.js";import{Mortgage as vo}from"./templates/mortgage.js";import{NetworkError as No}from"./templates/network-error.js";import{Page1 as Eo}from"./templates/page-1.js";import{Page2 as Oo}from"./templates/page-2.js";import{Page3 as Yo}from"./templates/page-3.js";import{Paper3 as qo}from"./templates/paper-3.js";import{Paper7 as Ro}from"./templates/paper-7.js";import{Person2 as jo}from"./templates/person-2.js";import{PersonalInfo as Go}from"./templates/personal-info.js";import{PortfolioAnalytics as Ko}from"./templates/portfolio-analytics.js";import{PriceSearch as Zo}from"./templates/price-search.js";import{QuickLinks as $o}from"./templates/quick-links.js";import{Register as rr}from"./templates/register.js";import{ScheduleHomeTour as tr}from"./templates/schedule-home-tour.js";import{SmallBusiness as pr}from"./templates/small-business.js";import{SocialSecurity as xr}from"./templates/social-security.js";import{StartConversation as nr}from"./templates/start-conversation.js";import{Status as ir}from"./templates/status.js";import{StatusNoX as cr}from"./templates/status-no-x.js";import{Success as dr}from"./templates/success.js";import{Talkluments as gr}from"./templates/talkluments.js";import{ThumbsDownMan as hr}from"./templates/thumbs-down-man.js";import{TownHome as Pr}from"./templates/town-home.js";import{Transfer as Ar}from"./templates/transfer.js";import{Treasury as wr}from"./templates/treasury.js";import{UnsecuredLineOfCredit as Dr}from"./templates/unsecured-line-of-credit.js";import{UploadCloud as Ir}from"./templates/upload-cloud.js";import{YourBank as vr}from"./templates/your-bank.js";import{YourBankPlaceholder as Nr}from"./templates/your-bank-placeholder.js";export{m as AddNote,f as Address,a as AppointmentConfirmed,s as Assets,u as AutoMoney,l as Balloons,C as BankAccount,S as BriefCase,k as CalendarHome,B as ChangeData,H as CheckWithPencil,y as CoBorrower,T as CoBorrowers,M as CoBorrowersIncomplete,L as Commercial,U as Condo,F as Connectivity,W as Consumer,b as ContactSearch,Q as ConversationMultiple,X as CreditCard,z as CropBackground,J as CropPage,V as DeclarationsLegal,_ as Deliver,oo as DemographicInfo,eo as DocumentAdd,mo as DocumentSignature,fo as DownloadApp,ao as EmptyBox,so as FamilyHome,uo as HomeSearch,lo as House5,go as House6,ho as HouseFireworks,Po as HouseUnderConstruction,Ao as HouseWithShield,wo as Inquiry,Do as Locked,Io as MakeAnOffer,vo as Mortgage,No as NetworkError,e as NgcIllustration,Eo as Page1,Oo as Page2,Yo as Page3,qo as Paper3,Ro as Paper7,jo as Person2,Go as PersonalInfo,Ko as PortfolioAnalytics,Zo as PriceSearch,$o as QuickLinks,rr as Register,tr as ScheduleHomeTour,pr as SmallBusiness,xr as SocialSecurity,nr as StartConversation,ir as Status,cr as StatusNoX,dr as Success,gr as Talkluments,hr as ThumbsDownMan,Pr as TownHome,Ar as Transfer,wr as Treasury,Dr as UnsecuredLineOfCredit,Ir as UploadCloud,vr as YourBank,Nr as YourBankPlaceholder};
@@ -0,0 +1,42 @@
1
+ import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{illustration as H}from"../../illustration-registry.js";const t=H("condo",C`
2
+ <svg
3
+ width="168"
4
+ height="168"
5
+ viewBox="0 0 168 168"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M120.882 29.7666C121.37 29.7668 121.765 30.1627 121.765 30.6504V48.4277C121.765 48.9156 122.161 49.3115 122.648 49.3115H150.364C150.852 49.3118 151.247 49.7068 151.247 50.1943V135.992H36.0781V128.87C38.3034 128.311 40.3544 127.167 42.0381 125.506C44.5581 123.031 45.9621 119.736 46.0146 116.189C46.0934 110.208 42.8121 104.968 37.9297 103.062C37.4584 101.884 36.8315 100.801 36.0781 99.835V68.8555C36.0783 68.3678 36.4742 67.9727 36.9619 67.9727H63.6836C64.1714 67.9725 64.5664 67.5767 64.5664 67.0889V30.6504C64.5664 30.1625 64.9623 29.7666 65.4502 29.7666H120.882ZM83.8906 106.951C83.4028 106.951 83.0068 107.347 83.0068 107.835V134.998C83.0068 135.486 83.4028 135.882 83.8906 135.882H101.999C102.487 135.882 102.883 135.486 102.883 134.998V107.835C102.883 107.347 102.487 106.951 101.999 106.951H83.8906ZM54.4082 105.074C53.4325 105.074 52.6416 105.865 52.6416 106.841C52.6417 107.816 53.4325 108.607 54.4082 108.607H64.7871C65.7628 108.607 66.5536 107.816 66.5537 106.841C66.5537 105.865 65.7628 105.074 64.7871 105.074H54.4082ZM121.765 105.074C120.789 105.074 119.998 105.865 119.998 106.841C119.998 107.816 120.789 108.607 121.765 108.607H132.145C133.12 108.607 133.911 107.816 133.911 106.841C133.911 105.865 133.12 105.074 132.145 105.074H121.765ZM54.4082 86.0811C53.4325 86.0811 52.6416 86.8729 52.6416 87.8486C52.6418 88.8242 53.4326 89.6152 54.4082 89.6152H64.7871C65.7627 89.6152 66.5535 88.8242 66.5537 87.8486C66.5537 86.8729 65.7628 86.0811 64.7871 86.0811H54.4082ZM121.765 86.0811C120.789 86.0811 119.998 86.8729 119.998 87.8486C119.998 88.8242 120.789 89.6152 121.765 89.6152H132.145C133.12 89.6151 133.911 88.8241 133.911 87.8486C133.911 86.873 133.12 86.0812 132.145 86.0811H121.765ZM88.749 85.75C87.7734 85.75 86.9826 86.541 86.9824 87.5166C86.9824 88.4923 87.7733 89.2832 88.749 89.2832H99.1279C100.104 89.2832 100.896 88.4923 100.896 87.5166C100.895 86.541 100.104 85.75 99.1279 85.75H88.749ZM88.749 66.7578C87.7733 66.7578 86.9825 67.5487 86.9824 68.5244C86.9824 69.5002 87.7733 70.291 88.749 70.291H99.1279C100.104 70.291 100.896 69.5002 100.896 68.5244C100.895 67.5487 100.104 66.7578 99.1279 66.7578H88.749ZM121.765 66.5371C120.789 66.5371 119.998 67.328 119.998 68.3037C119.998 69.2794 120.789 70.0703 121.765 70.0703H132.145C133.12 70.0701 133.911 69.2793 133.911 68.3037C133.911 67.3281 133.12 66.5373 132.145 66.5371H121.765ZM88.749 47.2129C87.7733 47.2129 86.9824 48.0047 86.9824 48.9805C86.9827 49.956 87.7734 50.7471 88.749 50.7471H99.1279C100.104 50.7471 100.895 49.956 100.896 48.9805C100.896 48.0047 100.104 47.2129 99.1279 47.2129H88.749Z"
13
+ fill="currentColor"
14
+ />
15
+ <path
16
+ fill-rule="evenodd"
17
+ clip-rule="evenodd"
18
+ d="M27.3898 128.073V138.992C27.3898 140.079 26.5083 140.961 25.421 140.961C24.3336 140.961 23.4522 140.079 23.4522 138.992V127.954C21.969 128.536 20.3809 128.84 18.7402 128.84C11.4951 128.84 5.60182 122.898 5.60182 115.594C5.60182 109.533 8.80438 104.531 13.687 102.797C15.7476 97.9806 20.3415 94.8047 25.7491 94.8047C31.1567 94.8047 35.9343 98.0733 37.9293 103.062C42.8119 104.968 46.0933 110.208 46.0145 116.189C45.962 119.736 44.5576 123.031 42.0376 125.505C39.57 127.94 36.3149 129.264 32.8761 129.264H32.6924C30.9205 129.237 29.0829 128.814 27.3898 128.073ZM18.7402 124.857C13.6607 124.857 9.5394 120.689 9.5394 115.581C9.5394 110.896 11.9413 107.27 15.6558 106.331H15.6689C15.751 106.31 15.8251 106.281 15.9038 106.251C15.9257 106.242 15.9479 106.233 15.9708 106.225C15.997 106.225 16.0233 106.225 16.0364 106.198C16.1414 106.145 16.2333 106.092 16.3252 106.026C16.3383 106.026 16.3514 106.026 16.3645 106C16.4695 105.92 16.5614 105.841 16.6402 105.748C16.6927 105.696 16.732 105.629 16.7714 105.563C16.7845 105.543 16.801 105.523 16.8174 105.504C16.8338 105.484 16.8502 105.464 16.8633 105.444C16.8764 105.424 16.8863 105.401 16.8961 105.378C16.906 105.355 16.9158 105.332 16.9289 105.312C16.939 105.291 16.949 105.272 16.9589 105.253C16.9876 105.198 17.0144 105.146 17.0339 105.087C18.3071 101.315 21.7984 98.7878 25.7491 98.7878C29.6998 98.7878 33.3093 101.382 34.5168 105.259C34.5693 105.444 34.6612 105.616 34.7793 105.775C34.7985 105.794 34.8107 105.814 34.8261 105.838C34.8318 105.847 34.8379 105.857 34.8449 105.868C34.9499 106.013 35.0812 106.145 35.2255 106.251C35.2518 106.251 35.278 106.278 35.3043 106.304C35.4355 106.397 35.5799 106.463 35.7374 106.529C35.7506 106.529 35.7637 106.536 35.7768 106.542C35.7899 106.549 35.8031 106.556 35.8162 106.556C35.8162 106.556 35.8424 106.569 35.8687 106.569C39.5306 107.614 42.1426 111.65 42.0769 116.163C42.0507 118.637 41.0532 120.953 39.2944 122.687C37.5356 124.42 35.1993 125.36 32.7449 125.32C30.9205 125.294 28.9385 124.659 27.3898 123.6V116.798L35.5537 112.96C36.5381 112.497 36.9712 111.32 36.5118 110.327C36.0524 109.335 34.8843 108.898 33.8999 109.361L27.3898 112.418V107.151C27.3898 106.053 26.5104 105.166 25.421 105.166C24.3316 105.166 23.4522 106.053 23.4522 107.151V115.435L18.1496 112.762C17.1783 112.272 15.997 112.669 15.5114 113.649C15.0258 114.628 15.4195 115.819 16.3908 116.308L23.4653 119.868V123.547C22.0478 124.407 20.4334 124.883 18.7533 124.883V124.857H18.7402Z"
19
+ fill="#1F1F1F"
20
+ />
21
+ <path
22
+ d="M48.8868 43.1277C49.8626 43.1277 50.6536 43.9187 50.6536 44.8944C50.6536 45.8702 49.8626 46.6611 48.8868 46.6611H17.7481C16.7724 46.6611 15.9814 45.8702 15.9814 44.8944C15.9814 43.9187 16.7724 43.1277 17.7481 43.1277H48.8868Z"
23
+ fill="#1F1F1F"
24
+ />
25
+ <path
26
+ d="M36.7405 35.619C37.7163 35.619 38.5073 36.41 38.5073 37.3858C38.5073 38.3615 37.7163 39.1525 36.7405 39.1525H5.60182C4.62608 39.1525 3.83508 38.3615 3.83508 37.3858C3.83508 36.41 4.62608 35.619 5.60182 35.619H36.7405Z"
27
+ fill="#1F1F1F"
28
+ />
29
+ <path
30
+ d="M84.7737 134.115H101.116V108.718H84.7737V134.115ZM104.649 134.998L104.649 135.066C104.613 136.476 103.477 137.611 102.068 137.647L101.999 137.648H83.8903C82.4495 137.648 81.2773 136.498 81.2411 135.066L81.2402 134.998V107.834C81.2402 106.371 82.4267 105.184 83.8903 105.184H101.999C103.463 105.184 104.649 106.371 104.649 107.834V134.998Z"
31
+ fill="#1F1F1F"
32
+ />
33
+ <path
34
+ d="M23.4523 137.758H10.5708C9.59502 137.758 8.80403 136.967 8.80403 135.992C8.80403 135.016 9.59502 134.225 10.5708 134.225H23.4523V137.758Z"
35
+ fill="#1F1F1F"
36
+ />
37
+ <path
38
+ d="M120.881 28C122.345 28 123.531 29.1865 123.531 30.6501V47.5445H150.364C151.827 47.5445 153.014 48.731 153.014 50.1946V134.225H162.068C163.044 134.225 163.835 135.016 163.835 135.992C163.835 136.967 163.044 137.758 162.068 137.758H27.3897V134.225H34.3113V129.186C35.5339 129.053 36.7213 128.75 37.8447 128.288V134.225H149.48V51.078H122.648C121.184 51.078 119.998 49.8915 119.998 48.4279V31.5335H66.3334V67.089C66.3334 68.5526 65.1469 69.7391 63.6833 69.7391H37.8447V102.856C37.0401 100.937 35.8203 99.2809 34.3113 97.978V68.8558C34.3113 67.3922 35.4978 66.2057 36.9614 66.2057H62.7999V30.6501C62.7999 29.1865 63.9864 28 65.45 28H120.881Z"
39
+ fill="#1F1F1F"
40
+ />
41
+ </svg>
42
+ `);export{t as Condo};
@@ -0,0 +1,38 @@
1
+ import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{illustration as L}from"../../illustration-registry.js";const i=L("family-home",C`
2
+ <svg
3
+ width="168"
4
+ height="168"
5
+ viewBox="0 0 168 168"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M123.986 48.3133C124.62 47.949 125.402 47.9491 126.037 48.3133L149.619 61.8523V93.4578C149.619 94.5835 148.701 95.4969 147.569 95.4969H102.455C101.323 95.4969 100.405 94.5835 100.405 93.4578V94.4773C100.404 95.0401 99.9451 95.4969 99.3791 95.4969H90.151C90.7172 95.4969 91.1763 95.0402 91.1764 94.4773V71.0311C91.1763 70.4682 90.7172 70.0115 90.151 70.0115H81.9493C81.3832 70.0115 80.924 70.4682 80.9239 71.0311V94.4773C80.924 95.0402 81.3831 95.4969 81.9493 95.4969H72.7212C72.1552 95.4969 71.6961 95.0401 71.6958 94.4773V93.8211C71.5232 94.7733 70.6869 95.4969 69.6792 95.4969H62.4677C63.0339 95.4969 63.493 95.0402 63.4931 94.4773V71.0311C63.493 70.4682 63.0338 70.0115 62.4677 70.0115H30.6835C30.1174 70.0115 29.6582 70.4682 29.6581 71.0311V84.5574C28.3975 81.5613 25.7408 79.2743 22.4809 78.4754V61.8523L46.0624 48.3133C46.6969 47.949 47.4797 47.949 48.1143 48.3133L71.6958 61.8523C71.6982 61.2914 72.1565 60.8377 72.7212 60.8377H99.3791C99.9453 60.8377 100.405 61.2942 100.405 61.8572V61.8523L123.986 48.3133ZM109.633 70.0115C109.066 70.0115 108.607 70.4682 108.607 71.0311V86.3221C108.607 86.885 109.066 87.3416 109.633 87.3416H119.885C120.451 87.3416 120.911 86.885 120.911 86.3221V71.0311C120.91 70.4682 120.451 70.0115 119.885 70.0115H109.633ZM129.113 70.0115C128.547 70.0115 128.088 70.4682 128.088 71.0311V86.3221C128.088 86.885 128.547 87.3416 129.113 87.3416H139.366C139.932 87.3416 140.391 86.885 140.391 86.3221V71.0311C140.391 70.4682 139.932 70.0115 139.366 70.0115H129.113Z"
13
+ fill="currentColor"
14
+ />
15
+ <path
16
+ d="M155.98 117.934C157.014 118.038 157.822 118.906 157.822 119.961C157.822 121.017 157.014 121.885 155.98 121.99L155.771 122H44.0122C42.8798 122 41.9623 121.087 41.9623 119.961C41.9623 118.835 42.8798 117.922 44.0122 117.922H155.771L155.98 117.934Z"
17
+ fill="black"
18
+ />
19
+ <path
20
+ fill-rule="evenodd"
21
+ clip-rule="evenodd"
22
+ d="M119.885 67.973C121.584 67.973 122.961 69.3417 122.961 71.0306V86.3216C122.961 88.0105 121.584 89.3792 119.885 89.3792H109.632C107.987 89.3792 106.642 88.0947 106.56 86.4788L106.556 86.3216V71.0306C106.556 69.3417 107.934 67.973 109.632 67.973H119.885ZM110.658 85.3021H118.86V72.0501H110.658V85.3021Z"
23
+ fill="black"
24
+ />
25
+ <path
26
+ fill-rule="evenodd"
27
+ clip-rule="evenodd"
28
+ d="M139.367 67.973C141.065 67.9732 142.442 69.3418 142.442 71.0306V86.3216C142.442 88.0104 141.065 89.379 139.367 89.3792H129.113C127.467 89.3792 126.124 88.0947 126.042 86.4788L126.038 86.3216V71.0306C126.038 69.3417 127.414 67.973 129.113 67.973H139.367ZM130.139 85.3021H138.341V72.0501H130.139V85.3021Z"
29
+ fill="black"
30
+ />
31
+ <path
32
+ fill-rule="evenodd"
33
+ clip-rule="evenodd"
34
+ d="M45.2793 46.4183C46.5012 45.8209 47.95 45.8643 49.1395 46.5472L52.7217 48.6038H119.379L122.961 46.5472L123.203 46.4183C124.425 45.821 125.873 45.8644 127.062 46.5472L153.721 61.8528C154.701 62.4159 155.037 63.6622 154.471 64.637C153.905 65.6119 152.651 65.9468 151.67 65.3841V93.4573H162.949L163.158 93.4681C164.192 93.5726 165 94.4409 165 95.4964C165 96.5517 164.192 97.4192 163.158 97.5238L162.949 97.5355L147.573 97.5345L147.569 97.5355H102.455C102.449 97.5355 102.443 97.5345 102.438 97.5345H69.7095C69.6996 97.5346 69.6898 97.5355 69.68 97.5355H36.4422C36.4483 97.5138 36.4538 97.4917 36.4598 97.47C35.2389 101.847 31.1553 105.065 26.3016 105.065L25.9077 105.057C24.5073 105.006 23.1778 104.686 21.9689 104.151V109.768H133.214C134.346 109.768 135.265 110.68 135.265 111.806C135.265 112.932 134.346 113.845 133.214 113.845H14.7907C13.6583 113.845 12.7408 112.932 12.7408 111.806C12.741 110.68 13.6584 109.768 14.7907 109.768H18.8926V104.473C17.3863 105.249 15.6724 105.69 13.8527 105.69L13.2948 105.676C7.74528 105.401 3.29508 101.04 3.01375 95.6029L3 95.056C3.00012 90.5295 5.88651 86.6629 9.95422 85.1282C11.3767 81.0773 15.3008 78.1664 19.918 78.1663L20.3443 78.1751C20.3731 78.1762 20.402 78.1777 20.4307 78.179V65.3841L20.2441 65.4788C19.2963 65.9025 18.1605 65.5509 17.6294 64.637C17.0636 63.6621 17.3994 62.4159 18.3798 61.8528L21.4562 60.0872C21.4766 60.0755 21.4963 60.0621 21.5171 60.0511L45.0377 46.5472L45.2793 46.4183ZM19.918 81.2249C16.6256 81.225 13.8556 83.2973 12.8587 86.1361L12.3862 87.4818L11.0455 87.9876C8.11178 89.0945 6.07648 91.8633 6.07636 95.056C6.07659 99.198 9.51546 102.632 13.8527 102.632C15.6853 102.632 17.3584 102.017 18.6833 100.992L18.8926 100.829V99.7777L12.4904 96.14L12.3578 96.055C11.7236 95.6044 11.5236 94.7403 11.9187 94.053C12.314 93.3659 13.164 93.0997 13.8763 93.4144L14.0167 93.4847L18.8926 96.2552V88.3607C18.8926 87.5162 19.5813 86.8314 20.4307 86.8314C21.2799 86.8316 21.9689 87.5163 21.9689 88.3607V92.7904L26.8447 90.0198C27.5821 89.6009 28.5212 89.8552 28.9428 90.5882C29.3639 91.3211 29.1081 92.255 28.3711 92.6741L21.9689 96.3128V100.662L22.2312 100.829C23.3983 101.572 24.7923 102.006 26.3016 102.006C30.4627 102.006 33.7596 98.7119 33.7597 94.7425C33.7593 91.6207 31.7266 88.9202 28.821 87.9046L27.4449 87.4232L26.9489 86.0599C25.9292 83.2598 23.18 81.2251 19.918 81.2249ZM36.8223 95.2249C36.8268 95.1312 36.8302 95.0371 36.8321 94.9427C36.8334 94.8764 36.835 94.81 36.835 94.7435L36.8341 94.7425L36.8223 95.2249ZM31.7088 85.8841L31.9995 86.0609C34.5703 87.6842 36.3728 90.3738 36.7574 93.4915C36.756 93.4802 36.7559 93.4687 36.7545 93.4573H61.443V72.0501H31.7088V85.8841ZM24.5316 63.0286V79.2073C25.6929 79.7628 26.7343 80.5213 27.6079 81.4359V71.0306C27.608 69.3417 28.9846 67.973 30.6833 67.973H62.4684C64.167 67.9732 65.5437 69.3418 65.5438 71.0306V93.4573H69.6456V63.0286L47.0886 50.0784L24.5316 63.0286ZM76.6804 62.8753C76.8993 63.4321 76.8725 64.079 76.5488 64.637C75.983 65.611 74.3868 66.0604 73.4066 65.5V93.4525L73.7808 93.4573H78.8727V71.0306C78.8728 69.3417 80.2503 67.973 81.9491 67.973H90.1517C91.8503 67.9732 93.2271 69.3418 93.2271 71.0306V93.4573H98.5518V65.5C97.3907 65.433 96.31 65.9419 95.5521 64.637C95.2282 64.079 95.2006 63.4321 95.4195 62.8753H76.6804ZM82.9745 93.4573H89.1263V72.0501H82.9745V93.4573ZM102.455 63.0286V93.4573H147.569V63.0286L125.012 50.0775L102.455 63.0286Z"
35
+ fill="black"
36
+ />
37
+ </svg>
38
+ `);export{i as FamilyHome};
@@ -1 +1 @@
1
- import{AddNote as e}from"./add-note.js";import{Address as m}from"./address.js";import{AppointmentConfirmed as f}from"./appointment-confirmed.js";import{Assets as a}from"./assets.js";import{AutoMoney as s}from"./auto-money.js";import{Balloons as u}from"./balloons.js";import{BankAccount as l}from"./bank-account.js";import{BriefCase as C}from"./brief-case.js";import{CalendarHome as g}from"./calendar-home.js";import{ChangeData as k}from"./change-data.js";import{CheckWithPencil as B}from"./check-with-pencil.js";import{CoBorrower as D}from"./co-borrower.js";import{CoBorrowersIncomplete as w}from"./co-borrowers-incomplete.js";import{CoBorrowers as M}from"./co-borrowers.js";import{Commercial as v}from"./commercial.js";import{Connectivity as L}from"./connectivity.js";import{Consumer as U}from"./consumer.js";import{ContactSearch as O}from"./contact-search.js";import{ConversationMultiple as Y}from"./conversation-multiple.js";import{CreditCard as q}from"./credit-card.js";import{CropBackground as Q}from"./crop-background.js";import{CropPage as X}from"./crop-page.js";import{DeclarationsLegal as z}from"./declarations-legal.js";import{Deliver as J}from"./deliver.js";import{DemographicInfo as V}from"./demographic-info.js";import{DocumentAdd as _}from"./document-add.js";import{DocumentSignature as oo}from"./document-signature.js";import{DownloadApp as eo}from"./download-app.js";import{EmptyBox as mo}from"./empty-box.js";import{HomeSearch as fo}from"./home-search.js";import{House5 as ao}from"./house-5.js";import{House6 as so}from"./house-6.js";import{HouseFireworks as uo}from"./house-fireworks.js";import{HouseUnderConstruction as lo}from"./house-under-construction.js";import{HouseWithShield as So}from"./house-with-shield.js";import{Inquiry as ho}from"./inquiry.js";import{Locked as Po}from"./locked.js";import{MakeAnOffer as Ao}from"./make-an-offer.js";import{Mortgage as Ho}from"./mortgage.js";import{NetworkError as yo}from"./network-error.js";import{Page1 as To}from"./page-1.js";import{Page2 as Io}from"./page-2.js";import{Page3 as No}from"./page-3.js";import{Paper3 as Eo}from"./paper-3.js";import{Paper7 as Wo}from"./paper-7.js";import{Person2 as bo}from"./person-2.js";import{PersonalInfo as Fo}from"./personal-info.js";import{PortfolioAnalytics as Ro}from"./portfolio-analytics.js";import{PriceSearch as jo}from"./price-search.js";import{QuickLinks as Go}from"./quick-links.js";import{Register as Ko}from"./register.js";import{ScheduleHomeTour as Zo}from"./schedule-home-tour.js";import{SmallBusiness as $o}from"./small-business.js";import{SocialSecurity as rr}from"./social-security.js";import{StartConversation as tr}from"./start-conversation.js";import{StatusNoX as pr}from"./status-no-x.js";import{Status as xr}from"./status.js";import{Success as nr}from"./success.js";import{Talkluments as ir}from"./talkluments.js";import{ThumbsDownMan as cr}from"./thumbs-down-man.js";import{Transfer as dr}from"./transfer.js";import{Treasury as Sr}from"./treasury.js";import{UnsecuredLineOfCredit as hr}from"./unsecured-line-of-credit.js";import{UploadCloud as Pr}from"./upload-cloud.js";import{YourBankPlaceholder as Ar}from"./your-bank-placeholder.js";import{YourBank as Hr}from"./your-bank.js";export{e as AddNote,m as Address,f as AppointmentConfirmed,a as Assets,s as AutoMoney,u as Balloons,l as BankAccount,C as BriefCase,g as CalendarHome,k as ChangeData,B as CheckWithPencil,D as CoBorrower,M as CoBorrowers,w as CoBorrowersIncomplete,v as Commercial,L as Connectivity,U as Consumer,O as ContactSearch,Y as ConversationMultiple,q as CreditCard,Q as CropBackground,X as CropPage,z as DeclarationsLegal,J as Deliver,V as DemographicInfo,_ as DocumentAdd,oo as DocumentSignature,eo as DownloadApp,mo as EmptyBox,fo as HomeSearch,ao as House5,so as House6,uo as HouseFireworks,lo as HouseUnderConstruction,So as HouseWithShield,ho as Inquiry,Po as Locked,Ao as MakeAnOffer,Ho as Mortgage,yo as NetworkError,To as Page1,Io as Page2,No as Page3,Eo as Paper3,Wo as Paper7,bo as Person2,Fo as PersonalInfo,Ro as PortfolioAnalytics,jo as PriceSearch,Go as QuickLinks,Ko as Register,Zo as ScheduleHomeTour,$o as SmallBusiness,rr as SocialSecurity,tr as StartConversation,xr as Status,pr as StatusNoX,nr as Success,ir as Talkluments,cr as ThumbsDownMan,dr as Transfer,Sr as Treasury,hr as UnsecuredLineOfCredit,Pr as UploadCloud,Hr as YourBank,Ar as YourBankPlaceholder};
1
+ import{AddNote as e}from"./add-note.js";import{Address as m}from"./address.js";import{AppointmentConfirmed as f}from"./appointment-confirmed.js";import{Assets as a}from"./assets.js";import{AutoMoney as s}from"./auto-money.js";import{Balloons as u}from"./balloons.js";import{BankAccount as l}from"./bank-account.js";import{BriefCase as C}from"./brief-case.js";import{CalendarHome as g}from"./calendar-home.js";import{ChangeData as k}from"./change-data.js";import{CheckWithPencil as B}from"./check-with-pencil.js";import{CoBorrower as H}from"./co-borrower.js";import{CoBorrowers as y}from"./co-borrowers.js";import{CoBorrowersIncomplete as T}from"./co-borrowers-incomplete.js";import{Commercial as v}from"./commercial.js";import{Condo as L}from"./condo.js";import{Connectivity as U}from"./connectivity.js";import{Consumer as F}from"./consumer.js";import{ContactSearch as W}from"./contact-search.js";import{ConversationMultiple as b}from"./conversation-multiple.js";import{CreditCard as Q}from"./credit-card.js";import{CropBackground as X}from"./crop-background.js";import{CropPage as z}from"./crop-page.js";import{DeclarationsLegal as J}from"./declarations-legal.js";import{Deliver as V}from"./deliver.js";import{DemographicInfo as _}from"./demographic-info.js";import{DocumentAdd as oo}from"./document-add.js";import{DocumentSignature as eo}from"./document-signature.js";import{DownloadApp as mo}from"./download-app.js";import{EmptyBox as fo}from"./empty-box.js";import{FamilyHome as ao}from"./family-home.js";import{HomeSearch as so}from"./home-search.js";import{House5 as uo}from"./house-5.js";import{House6 as lo}from"./house-6.js";import{HouseFireworks as So}from"./house-fireworks.js";import{HouseUnderConstruction as ho}from"./house-under-construction.js";import{HouseWithShield as Po}from"./house-with-shield.js";import{Inquiry as Ao}from"./inquiry.js";import{Locked as wo}from"./locked.js";import{MakeAnOffer as Do}from"./make-an-offer.js";import{Mortgage as Mo}from"./mortgage.js";import{NetworkError as Io}from"./network-error.js";import{Page1 as No}from"./page-1.js";import{Page2 as Eo}from"./page-2.js";import{Page3 as Oo}from"./page-3.js";import{Paper3 as Yo}from"./paper-3.js";import{Paper7 as qo}from"./paper-7.js";import{Person2 as Ro}from"./person-2.js";import{PersonalInfo as jo}from"./personal-info.js";import{PortfolioAnalytics as Go}from"./portfolio-analytics.js";import{PriceSearch as Ko}from"./price-search.js";import{QuickLinks as Zo}from"./quick-links.js";import{Register as $o}from"./register.js";import{ScheduleHomeTour as rr}from"./schedule-home-tour.js";import{SmallBusiness as tr}from"./small-business.js";import{SocialSecurity as pr}from"./social-security.js";import{StartConversation as xr}from"./start-conversation.js";import{Status as nr}from"./status.js";import{StatusNoX as ir}from"./status-no-x.js";import{Success as cr}from"./success.js";import{Talkluments as dr}from"./talkluments.js";import{ThumbsDownMan as Sr}from"./thumbs-down-man.js";import{TownHome as hr}from"./town-home.js";import{Transfer as Pr}from"./transfer.js";import{Treasury as Ar}from"./treasury.js";import{UnsecuredLineOfCredit as wr}from"./unsecured-line-of-credit.js";import{UploadCloud as Dr}from"./upload-cloud.js";import{YourBank as Mr}from"./your-bank.js";import{YourBankPlaceholder as Ir}from"./your-bank-placeholder.js";export{e as AddNote,m as Address,f as AppointmentConfirmed,a as Assets,s as AutoMoney,u as Balloons,l as BankAccount,C as BriefCase,g as CalendarHome,k as ChangeData,B as CheckWithPencil,H as CoBorrower,y as CoBorrowers,T as CoBorrowersIncomplete,v as Commercial,L as Condo,U as Connectivity,F as Consumer,W as ContactSearch,b as ConversationMultiple,Q as CreditCard,X as CropBackground,z as CropPage,J as DeclarationsLegal,V as Deliver,_ as DemographicInfo,oo as DocumentAdd,eo as DocumentSignature,mo as DownloadApp,fo as EmptyBox,ao as FamilyHome,so as HomeSearch,uo as House5,lo as House6,So as HouseFireworks,ho as HouseUnderConstruction,Po as HouseWithShield,Ao as Inquiry,wo as Locked,Do as MakeAnOffer,Mo as Mortgage,Io as NetworkError,No as Page1,Eo as Page2,Oo as Page3,Yo as Paper3,qo as Paper7,Ro as Person2,jo as PersonalInfo,Go as PortfolioAnalytics,Ko as PriceSearch,Zo as QuickLinks,$o as Register,rr as ScheduleHomeTour,tr as SmallBusiness,pr as SocialSecurity,xr as StartConversation,nr as Status,ir as StatusNoX,cr as Success,dr as Talkluments,Sr as ThumbsDownMan,hr as TownHome,Pr as Transfer,Ar as Treasury,wr as UnsecuredLineOfCredit,Dr as UploadCloud,Mr as YourBank,Ir as YourBankPlaceholder};
@@ -0,0 +1,54 @@
1
+ import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{html as C}from"../../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import{illustration as V}from"../../illustration-registry.js";const d=V("town-home",C`
2
+ <svg
3
+ width="168"
4
+ height="168"
5
+ viewBox="0 0 168 168"
6
+ fill="none"
7
+ xmlns="http://www.w3.org/2000/svg"
8
+ >
9
+ <path
10
+ fill-rule="evenodd"
11
+ clip-rule="evenodd"
12
+ d="M102.947 64.2417H125.685V134.43H84.5703C85.1052 134.43 85.5391 134.015 85.5391 133.503V105.005C85.5391 104.494 85.1052 104.079 84.5703 104.079H64.7178C64.183 104.079 63.75 104.494 63.75 105.005V133.503C63.75 134.015 64.183 134.43 64.7178 134.43H49.4258C47.3304 134.43 45.6318 132.732 45.6318 130.636V127.453C50.1728 124.714 53.2109 119.732 53.2109 114.038C53.2109 108.344 50.1727 103.362 45.6318 100.624V38.1577H102.947V64.2417ZM58.3682 76.5718C58.1358 76.572 57.9473 76.7799 57.9473 77.0356V91.2847C57.9473 91.5404 58.1358 91.7483 58.3682 91.7485H67C67.2325 91.7485 67.4209 91.5406 67.4209 91.2847V77.0356C67.4209 76.7797 67.2325 76.5718 67 76.5718H58.3682ZM81.1055 76.5718C80.873 76.5718 80.6846 76.7798 80.6846 77.0356V91.2847C80.6846 91.5406 80.873 91.7485 81.1055 91.7485H89.7373C89.9698 91.7485 90.1582 91.5405 90.1582 91.2847V77.0356C90.1582 76.7798 89.9698 76.5719 89.7373 76.5718H81.1055ZM58.3682 48.1177C58.1358 48.1179 57.9473 48.3248 57.9473 48.5806V62.8296C57.9473 63.0854 58.1358 63.2932 58.3682 63.2935H67C67.2325 63.2935 67.4209 63.0855 67.4209 62.8296V48.5806C67.4209 48.3246 67.2325 48.1177 67 48.1177H58.3682ZM81.1055 48.1177C80.873 48.1177 80.6846 48.3247 80.6846 48.5806V62.8296C80.6846 63.0855 80.873 63.2934 81.1055 63.2935H89.7373C89.9698 63.2934 90.1582 63.0855 90.1582 62.8296V48.5806C90.1582 48.3247 89.9698 48.1178 89.7373 48.1177H81.1055Z"
13
+ fill="currentColor"
14
+ />
15
+ <path
16
+ fill-rule="evenodd"
17
+ clip-rule="evenodd"
18
+ d="M67.2644 74.3258C68.5494 74.4648 69.3156 75.6081 69.3157 76.6642V90.8629L69.3059 91.075C69.2115 92.0669 68.4637 93.0706 67.2644 93.2003L67.0001 93.2149H58.3687C57.0156 93.2147 56.1642 92.1378 56.0629 91.075L56.0522 90.8629V76.6642C56.0523 75.5377 56.9253 74.3114 58.3687 74.3112H67.0001L67.2644 74.3258ZM59.8426 89.4343H65.5263V78.0927H59.8426V89.4343Z"
19
+ fill="#1F1F1F"
20
+ />
21
+ <path
22
+ fill-rule="evenodd"
23
+ clip-rule="evenodd"
24
+ d="M90.002 74.3258C91.2868 74.465 92.0532 75.6082 92.0533 76.6642V90.8629L92.0436 91.075C91.9491 92.0667 91.201 93.0703 90.002 93.2003L89.7377 93.2149H81.1064C79.753 93.2149 78.9018 92.1378 78.8005 91.075L78.7898 90.8629V76.6642C78.7899 75.5376 79.6628 74.3112 81.1064 74.3112H89.7377L90.002 74.3258ZM82.5802 89.4343H88.2639V78.0927H82.5802V89.4343Z"
25
+ fill="#1F1F1F"
26
+ />
27
+ <path
28
+ fill-rule="evenodd"
29
+ clip-rule="evenodd"
30
+ d="M67.2644 45.9724C68.5495 46.1113 69.3157 47.2546 69.3157 48.3107V62.5094L69.3059 62.7215C69.2113 63.7132 68.4635 64.7171 67.2644 64.8468L67.0001 64.8614H58.3687C57.0158 64.8612 56.1644 63.7842 56.0629 62.7215L56.0522 62.5094V48.3107C56.0522 47.1841 56.9252 45.9579 58.3687 45.9578H67.0001L67.2644 45.9724ZM59.8426 61.0808H65.5263V49.7393H59.8426V61.0808Z"
31
+ fill="#1F1F1F"
32
+ />
33
+ <path
34
+ fill-rule="evenodd"
35
+ clip-rule="evenodd"
36
+ d="M90.002 45.9724C91.2868 46.1116 92.0533 47.2547 92.0533 48.3107V62.5094L92.0436 62.7215C91.9489 63.7131 91.2009 64.7169 90.002 64.8468L89.7377 64.8614H81.1064C79.7533 64.8614 78.902 63.7842 78.8005 62.7215L78.7898 62.5094V48.3107C78.7898 47.184 79.6627 45.9578 81.1064 45.9578H89.7377L90.002 45.9724ZM82.5802 61.0808H88.2639V49.7393H82.5802V61.0808Z"
37
+ fill="#1F1F1F"
38
+ />
39
+ <path
40
+ fill-rule="evenodd"
41
+ clip-rule="evenodd"
42
+ d="M106.931 36.0437C107.886 36.1406 108.632 36.9452 108.632 37.9238C108.632 38.9024 107.886 39.7069 106.931 39.8038L106.737 39.8145H104.843V62.0248H129.475L129.668 62.0345C130.623 62.1312 131.369 62.9369 131.369 63.9155C131.369 64.8941 130.623 65.6988 129.668 65.7956L129.475 65.8053H127.579V131.965H145.959V127.57C144.707 128.057 143.367 128.312 141.982 128.312C135.868 128.312 130.895 123.34 130.895 117.227C130.895 112.156 133.598 107.97 137.718 106.519C139.457 102.489 143.334 99.8311 147.897 99.831C152.461 99.831 156.492 102.566 158.176 106.741C162.296 108.336 165.065 112.72 164.999 117.726C164.955 120.693 163.77 123.45 161.643 125.521C159.561 127.559 156.813 128.666 153.911 128.666H153.756C152.261 128.644 150.711 128.29 149.282 127.67V131.965H156.948L157.141 131.976C158.096 132.072 158.842 132.877 158.842 133.856C158.842 134.835 158.097 135.639 157.141 135.736L156.948 135.747H30.4732V138.109C30.4732 139.153 29.6252 140 28.579 140C27.5327 140 26.6838 139.153 26.6838 138.109V135.747H20.526C19.4797 135.746 18.6308 134.9 18.6308 133.856C18.631 132.812 19.4798 131.965 20.526 131.965H26.6838V128.184C24.4247 129.389 21.8457 130.076 19.1049 130.076L18.6894 130.07C10.125 129.854 3.22186 122.967 3.00488 114.423L3 114.008C3.00003 107.169 7.2834 101.328 13.3198 99.0088C15.4305 92.8878 21.2531 88.4896 28.1049 88.4894L28.7389 88.5021C35.253 88.7612 40.741 92.9974 42.8316 98.8433C43.1384 98.9525 43.44 99.073 43.7377 99.2004V39.8145H41.8425C40.7961 39.8145 39.9473 38.9677 39.9473 37.9238C39.9474 36.8799 40.7961 36.033 41.8425 36.033H106.737L106.931 36.0437ZM30.4732 131.965H44.0615C43.8522 131.374 43.7377 130.738 43.7377 130.075V127.871C41.8476 128.68 39.7661 129.13 37.579 129.13L36.9938 129.12C34.6518 129.034 32.442 128.432 30.4732 127.427V131.965ZM47.5271 101.508C50.9979 104.368 53.2107 108.693 53.2108 113.535L53.2059 113.938C53.0871 118.617 50.9017 122.783 47.5271 125.564V130.075C47.5271 131.113 48.3644 131.955 49.4019 131.965H61.8548V104.535C61.8548 102.902 63.2188 101.721 64.7186 101.721H84.571L84.8509 101.735C86.2361 101.871 87.4348 103.004 87.4348 104.535V131.965H101.053V39.8145H47.5271V101.508ZM104.843 131.965H123.79V65.8053H104.843V131.965ZM65.6453 131.965H83.6444V105.502H65.6453V131.965ZM28.1049 92.27C23.0819 92.2701 18.7804 95.3923 17.0614 99.8077L16.9034 100.239L16.3289 101.904L14.6814 102.537C10.0591 104.313 6.78947 108.784 6.78944 114.008C6.78957 120.794 12.3033 126.294 19.1049 126.295C21.9671 126.295 24.5922 125.323 26.6838 123.691V120.902L16.7366 115.173L16.5737 115.068C15.7948 114.508 15.5527 113.438 16.0431 112.59C16.5335 111.743 17.5824 111.418 18.4582 111.81L18.6308 111.899L26.6838 116.536V103.612C26.6838 102.568 27.5327 101.721 28.579 101.721C29.6252 101.721 30.4732 102.568 30.4732 103.612V111.206L38.5261 106.569C39.4323 106.047 40.5906 106.357 41.1139 107.261C41.6369 108.165 41.3265 109.32 40.4204 109.842L30.4732 115.572V123.02L31.1413 123.453C32.9933 124.653 35.1991 125.35 37.579 125.35C44.1192 125.35 49.4212 120.06 49.4214 113.535C49.4212 108.41 46.1465 104.038 41.5587 102.405L39.8654 101.803L39.2626 100.114C37.6257 95.5369 33.2425 92.27 28.1049 92.27ZM147.897 103.164C144.563 103.164 141.617 105.279 140.543 108.435C140.526 108.485 140.503 108.528 140.479 108.574C140.471 108.59 140.462 108.606 140.454 108.623C140.443 108.64 140.435 108.659 140.426 108.679C140.418 108.698 140.409 108.717 140.398 108.734C140.387 108.75 140.374 108.767 140.36 108.784C140.346 108.8 140.332 108.817 140.321 108.833C140.288 108.889 140.254 108.945 140.21 108.989C140.144 109.066 140.066 109.133 139.978 109.199C139.967 109.221 139.956 109.222 139.945 109.222C139.867 109.277 139.789 109.321 139.701 109.366C139.69 109.387 139.667 109.387 139.645 109.387C139.626 109.394 139.607 109.402 139.589 109.409C139.522 109.435 139.46 109.458 139.391 109.476H139.38C136.245 110.262 134.218 113.297 134.218 117.217C134.218 121.491 137.696 124.979 141.982 124.979H141.994V125C143.412 125 144.774 124.602 145.97 123.882V120.804L140 117.826C139.181 117.416 138.848 116.419 139.258 115.599C139.668 114.78 140.664 114.448 141.484 114.858L145.959 117.094V110.163C145.959 109.244 146.701 108.502 147.62 108.501C148.539 108.501 149.282 109.243 149.282 110.163V114.57L154.776 112.011C155.606 111.624 156.592 111.99 156.98 112.82C157.368 113.651 157.002 114.637 156.171 115.024L149.282 118.235V123.927C150.589 124.813 152.262 125.344 153.801 125.366C155.872 125.4 157.844 124.613 159.328 123.162C160.812 121.712 161.654 119.774 161.677 117.703C161.732 113.927 159.528 110.55 156.438 109.675C156.416 109.675 156.393 109.664 156.393 109.664C156.382 109.664 156.371 109.659 156.36 109.654C156.349 109.648 156.338 109.642 156.327 109.642C156.194 109.587 156.072 109.532 155.961 109.454C155.939 109.432 155.917 109.409 155.894 109.409C155.773 109.321 155.662 109.21 155.574 109.088C155.568 109.079 155.563 109.071 155.558 109.064C155.545 109.043 155.534 109.027 155.518 109.011C155.418 108.879 155.341 108.734 155.296 108.579C154.277 105.335 151.231 103.164 147.897 103.164Z"
43
+ fill="#1F1F1F"
44
+ />
45
+ <path
46
+ d="M163.008 35.2302C163.95 35.2304 164.713 35.9918 164.713 36.9312C164.713 37.8704 163.949 38.632 163.008 38.6322H132.955C132.013 38.6322 131.25 37.8705 131.25 36.9312C131.25 35.9917 132.013 35.2302 132.955 35.2302H163.008Z"
47
+ fill="#1F1F1F"
48
+ />
49
+ <path
50
+ d="M151.285 28C152.226 28 152.99 28.7615 152.99 29.701C152.99 30.6405 152.226 31.402 151.285 31.402H121.232C120.29 31.4018 119.527 30.6404 119.527 29.701C119.527 28.7617 120.29 28.0002 121.232 28H151.285Z"
51
+ fill="#1F1F1F"
52
+ />
53
+ </svg>
54
+ `);export{d as TownHome};
@@ -1,4 +1,4 @@
1
- import"../../card/gator/header/card-header.gator.js";import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{nothing as r,html as i}from"../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import"../../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import c from"../../../packages/web-components/src/components/image-card/gator/image-card.gator.scss.js";import{customElement as u}from"../../../utils/decorators/custom-element-decorator.js";import"../../icon/gator/icon.gator.js";import"../../icon/gator/templates/add-link.js";import"../../icon/gator/templates/airplane.js";import"../../icon/gator/templates/alarm.js";import"../../icon/gator/templates/apartment.js";import"../../icon/gator/templates/arrow-around.js";import"../../icon/gator/templates/arrow-down.js";import"../../icon/gator/templates/arrow-left.js";import"../../icon/gator/templates/arrow-line-left.js";import"../../icon/gator/templates/arrow-line-right.js";import"../../icon/gator/templates/arrow-right.js";import"../../icon/gator/templates/arrow-up.js";import"../../icon/gator/templates/bank.js";import"../../icon/gator/templates/bell-disabled.js";import"../../icon/gator/templates/bell.js";import"../../icon/gator/templates/binoculars.js";import"../../icon/gator/templates/book.js";import"../../icon/gator/templates/box.js";import"../../icon/gator/templates/brain.js";import"../../icon/gator/templates/cake.js";import"../../icon/gator/templates/calculator.js";import"../../icon/gator/templates/calendar.js";import"../../icon/gator/templates/camera.js";import"../../icon/gator/templates/caret-up-down.js";import"../../icon/gator/templates/case.js";import"../../icon/gator/templates/chart-bar-horizontal.js";import"../../icon/gator/templates/chart-bar.js";import"../../icon/gator/templates/chart-donut.js";import"../../icon/gator/templates/chart-line.js";import"../../icon/gator/templates/chart-pie.js";import"../../icon/gator/templates/chart-rise.js";import"../../icon/gator/templates/chart-scatter.js";import"../../icon/gator/templates/chat-circle-ai.js";import"../../icon/gator/templates/chat-circle-dots.js";import"../../icon/gator/templates/chat-circle-slash.js";import"../../icon/gator/templates/chat-circle-text.js";import"../../icon/gator/templates/chat-circle.js";import"../../icon/gator/templates/chat.js";import"../../icon/gator/templates/check-circle-filled.js";import"../../icon/gator/templates/check-circle.js";import"../../icon/gator/templates/check.js";import"../../icon/gator/templates/checkbox-indeterminate.js";import"../../icon/gator/templates/checkbox-selected.js";import"../../icon/gator/templates/checkbox.js";import"../../icon/gator/templates/checkerboard.js";import"../../icon/gator/templates/chevron-down.js";import"../../icon/gator/templates/chevron-left.js";import"../../icon/gator/templates/chevron-right.js";import"../../icon/gator/templates/chevron-up.js";import"../../icon/gator/templates/circle-arrow-down.js";import"../../icon/gator/templates/circle-arrow-left.js";import"../../icon/gator/templates/circle-arrow-right.js";import"../../icon/gator/templates/circle-arrow-up.js";import"../../icon/gator/templates/circle-dashed.js";import"../../icon/gator/templates/circle-filled.js";import"../../icon/gator/templates/circle.js";import"../../icon/gator/templates/city.js";import"../../icon/gator/templates/clipboard.js";import"../../icon/gator/templates/clock-clockwise.js";import"../../icon/gator/templates/clock-counter-clockwise.js";import"../../icon/gator/templates/clock.js";import"../../icon/gator/templates/collapse.js";import"../../icon/gator/templates/cone.js";import"../../icon/gator/templates/contact-info.js";import"../../icon/gator/templates/copy.js";import"../../icon/gator/templates/credit-card.js";import"../../icon/gator/templates/crop.js";import"../../icon/gator/templates/crosshairs.js";import"../../icon/gator/templates/currency-dollar-simple.js";import"../../icon/gator/templates/currency-eur.js";import"../../icon/gator/templates/currency-gbp.js";import"../../icon/gator/templates/currency-inr.js";import"../../icon/gator/templates/currency-jpy.js";import"../../icon/gator/templates/currency-krw.js";import"../../icon/gator/templates/currency-kzt.js";import"../../icon/gator/templates/currency-ngn.js";import"../../icon/gator/templates/currency-rub.js";import"../../icon/gator/templates/cursor-arrow.js";import"../../icon/gator/templates/cursor-hand.js";import"../../icon/gator/templates/cursor.js";import"../../icon/gator/templates/dashboard.js";import"../../icon/gator/templates/delete.js";import"../../icon/gator/templates/dna.js";import"../../icon/gator/templates/document-add.js";import"../../icon/gator/templates/document-ai.js";import"../../icon/gator/templates/document-check.js";import"../../icon/gator/templates/document-e-sign.js";import"../../icon/gator/templates/document-image.js";import"../../icon/gator/templates/document-pdf.js";import"../../icon/gator/templates/document-sign.js";import"../../icon/gator/templates/document-zip.js";import"../../icon/gator/templates/document.js";import"../../icon/gator/templates/dollar-bills.js";import"../../icon/gator/templates/dollar-house.js";import"../../icon/gator/templates/down-payment.js";import"../../icon/gator/templates/download.js";import"../../icon/gator/templates/drag-drop.js";import"../../icon/gator/templates/earth.js";import"../../icon/gator/templates/exclude-square.js";import"../../icon/gator/templates/exit-circle.js";import"../../icon/gator/templates/exit-left.js";import"../../icon/gator/templates/exit.js";import"../../icon/gator/templates/expand-arrows.js";import"../../icon/gator/templates/expand.js";import"../../icon/gator/templates/export.js";import"../../icon/gator/templates/eye-closed.js";import"../../icon/gator/templates/eye-crossed.js";import"../../icon/gator/templates/eye.js";import"../../icon/gator/templates/facebook-logo.js";import"../../icon/gator/templates/file-code.js";import"../../icon/gator/templates/files.js";import"../../icon/gator/templates/filter-funnel.js";import"../../icon/gator/templates/filters-2.js";import"../../icon/gator/templates/filters.js";import"../../icon/gator/templates/flags/flag-ad-andorra.js";import"../../icon/gator/templates/flags/flag-ae-united-arab-emirates.js";import"../../icon/gator/templates/flags/flag-af-afghanistan.js";import"../../icon/gator/templates/flags/flag-ag-antigua-and-barbuda.js";import"../../icon/gator/templates/flags/flag-ai-anguilla.js";import"../../icon/gator/templates/flags/flag-al-albania.js";import"../../icon/gator/templates/flags/flag-am-armenia.js";import"../../icon/gator/templates/flags/flag-ao-angola.js";import"../../icon/gator/templates/flags/flag-aq-antarctica.js";import"../../icon/gator/templates/flags/flag-ar-argentina.js";import"../../icon/gator/templates/flags/flag-as-american-smoa.js";import"../../icon/gator/templates/flags/flag-at-austria.js";import"../../icon/gator/templates/flags/flag-au-australia.js";import"../../icon/gator/templates/flags/flag-aw-aruba.js";import"../../icon/gator/templates/flags/flag-ax-aland-islands.js";import"../../icon/gator/templates/flags/flag-az-azerbaijan.js";import"../../icon/gator/templates/flags/flag-ba-bosnia-and-herzegovina.js";import"../../icon/gator/templates/flags/flag-bb-barbados.js";import"../../icon/gator/templates/flags/flag-bd-bangladesh.js";import"../../icon/gator/templates/flags/flag-be-belgium.js";import"../../icon/gator/templates/flags/flag-bf-burkina-faso.js";import"../../icon/gator/templates/flags/flag-bg-bulgaria.js";import"../../icon/gator/templates/flags/flag-bh-bahrain.js";import"../../icon/gator/templates/flags/flag-bi-burundi.js";import"../../icon/gator/templates/flags/flag-bj-benin.js";import"../../icon/gator/templates/flags/flag-bl-saint-barthelemy.js";import"../../icon/gator/templates/flags/flag-bm-bermuda.js";import"../../icon/gator/templates/flags/flag-bn-brunei-darussalam.js";import"../../icon/gator/templates/flags/flag-bo-bolivia.js";import"../../icon/gator/templates/flags/flag-bq-bo-bonaire.js";import"../../icon/gator/templates/flags/flag-bq-sa-sba.js";import"../../icon/gator/templates/flags/flag-bq-se-snt-eustatius.js";import"../../icon/gator/templates/flags/flag-br-brazil.js";import"../../icon/gator/templates/flags/flag-bs-bahamas.js";import"../../icon/gator/templates/flags/flag-bt-bhutan.js";import"../../icon/gator/templates/flags/flag-bv-bouvet-island.js";import"../../icon/gator/templates/flags/flag-bw-botswana.js";import"../../icon/gator/templates/flags/flag-by-belarus.js";import"../../icon/gator/templates/flags/flag-bz-belize.js";import"../../icon/gator/templates/flags/flag-ca-canada.js";import"../../icon/gator/templates/flags/flag-cc-cocos-keeling-islands.js";import"../../icon/gator/templates/flags/flag-cd-democratic-republic-of-the-congo.js";import"../../icon/gator/templates/flags/flag-cf-central-african-republic.js";import"../../icon/gator/templates/flags/flag-cg-republic-of-the-congo.js";import"../../icon/gator/templates/flags/flag-ch-switzerland.js";import"../../icon/gator/templates/flags/flag-ci-côte-divoire-ivory-coast.js";import"../../icon/gator/templates/flags/flag-ck-cook-islands.js";import"../../icon/gator/templates/flags/flag-cl-chile.js";import"../../icon/gator/templates/flags/flag-cm-cameroon.js";import"../../icon/gator/templates/flags/flag-cn-china.js";import"../../icon/gator/templates/flags/flag-co-colombia.js";import"../../icon/gator/templates/flags/flag-cr-costa-rica.js";import"../../icon/gator/templates/flags/flag-cu-cuba.js";import"../../icon/gator/templates/flags/flag-cv-cabo-verde.js";import"../../icon/gator/templates/flags/flag-cw-curaçao.js";import"../../icon/gator/templates/flags/flag-cx-christmas-island.js";import"../../icon/gator/templates/flags/flag-cy-cyprus.js";import"../../icon/gator/templates/flags/flag-cz-czech-republic.js";import"../../icon/gator/templates/flags/flag-de-germany.js";import"../../icon/gator/templates/flags/flag-dj-djibouti.js";import"../../icon/gator/templates/flags/flag-dk-denmark.js";import"../../icon/gator/templates/flags/flag-dm-dominica.js";import"../../icon/gator/templates/flags/flag-do-dominican-republic.js";import"../../icon/gator/templates/flags/flag-dz-algeria.js";import"../../icon/gator/templates/flags/flag-ec-ecuador.js";import"../../icon/gator/templates/flags/flag-ee-estonia.js";import"../../icon/gator/templates/flags/flag-eg-egypt.js";import"../../icon/gator/templates/flags/flag-eh-western-sahara.js";import"../../icon/gator/templates/flags/flag-er-eritrea.js";import"../../icon/gator/templates/flags/flag-es-sain.js";import"../../icon/gator/templates/flags/flag-et-ethiopia.js";import"../../icon/gator/templates/flags/flag-fi-finland.js";import"../../icon/gator/templates/flags/flag-fj-fiji.js";import"../../icon/gator/templates/flags/flag-fk-falkland-islands.js";import"../../icon/gator/templates/flags/flag-fm-federated-states-of-micronesia.js";import"../../icon/gator/templates/flags/flag-fo-faroe-islands.js";import"../../icon/gator/templates/flags/flag-fr-france.js";import"../../icon/gator/templates/flags/flag-ga-gabon.js";import"../../icon/gator/templates/flags/flag-gb-eng-england.js";import"../../icon/gator/templates/flags/flag-gb-nir-northern-ireland.js";import"../../icon/gator/templates/flags/flag-gb-sct-sotland.js";import"../../icon/gator/templates/flags/flag-gb-ukm-united-kingdom.js";import"../../icon/gator/templates/flags/flag-gb-wls-wales.js";import"../../icon/gator/templates/flags/flag-gd-grenada.js";import"../../icon/gator/templates/flags/flag-ge-georgia.js";import"../../icon/gator/templates/flags/flag-gf-french-guiana.js";import"../../icon/gator/templates/flags/flag-gg-guernsey.js";import"../../icon/gator/templates/flags/flag-gh-ghana.js";import"../../icon/gator/templates/flags/flag-gi-gibraltar.js";import"../../icon/gator/templates/flags/flag-gl-greenland.js";import"../../icon/gator/templates/flags/flag-gm-gambia.js";import"../../icon/gator/templates/flags/flag-gn-guinea.js";import"../../icon/gator/templates/flags/flag-gp-guadeloupe-2.js";import"../../icon/gator/templates/flags/flag-gp-guadeloupe.js";import"../../icon/gator/templates/flags/flag-gq-equatorial-guinea.js";import"../../icon/gator/templates/flags/flag-gr-greece.js";import"../../icon/gator/templates/flags/flag-gs-s-georgia-and-s-sandwich-islands.js";import"../../icon/gator/templates/flags/flag-gt-guatemala.js";import"../../icon/gator/templates/flags/flag-gu-guam.js";import"../../icon/gator/templates/flags/flag-gw-guinea-bissau.js";import"../../icon/gator/templates/flags/flag-gy-guyana.js";import"../../icon/gator/templates/flags/flag-hk-hong-kong.js";import"../../icon/gator/templates/flags/flag-hm-heard-and-mcdonald-islands.js";import"../../icon/gator/templates/flags/flag-hn-honduras.js";import"../../icon/gator/templates/flags/flag-hr-croatia-hrvatska.js";import"../../icon/gator/templates/flags/flag-ht-haiti.js";import"../../icon/gator/templates/flags/flag-hu-hungary.js";import"../../icon/gator/templates/flags/flag-id-indonesia.js";import"../../icon/gator/templates/flags/flag-ie-ireland.js";import"../../icon/gator/templates/flags/flag-il-isreal.js";import"../../icon/gator/templates/flags/flag-im-isle-of-man.js";import"../../icon/gator/templates/flags/flag-in-india.js";import"../../icon/gator/templates/flags/flag-io-british-indian-ocean-territory.js";import"../../icon/gator/templates/flags/flag-iq-iraq.js";import"../../icon/gator/templates/flags/flag-ir-iran.js";import"../../icon/gator/templates/flags/flag-is-iceland.js";import"../../icon/gator/templates/flags/flag-it-italy.js";import"../../icon/gator/templates/flags/flag-je-jersey.js";import"../../icon/gator/templates/flags/flag-jm-jamaica.js";import"../../icon/gator/templates/flags/flag-jo-jordan.js";import"../../icon/gator/templates/flags/flag-jp-japan.js";import"../../icon/gator/templates/flags/flag-ke-kenia.js";import"../../icon/gator/templates/flags/flag-kg-kyrgyzstan.js";import"../../icon/gator/templates/flags/flag-kh-cambodia.js";import"../../icon/gator/templates/flags/flag-ki--kiribati.js";import"../../icon/gator/templates/flags/flag-km-comoros.js";import"../../icon/gator/templates/flags/flag-kn-saint-kitts-and-nevis.js";import"../../icon/gator/templates/flags/flag-kp-korea-north.js";import"../../icon/gator/templates/flags/flag-kr-korea-south.js";import"../../icon/gator/templates/flags/flag-kw-kuwait.js";import"../../icon/gator/templates/flags/flag-ky-cayman-islands.js";import"../../icon/gator/templates/flags/flag-kz-kazakhstan.js";import"../../icon/gator/templates/flags/flag-la-laos.js";import"../../icon/gator/templates/flags/flag-lb-lebanon.js";import"../../icon/gator/templates/flags/flag-lc-saint-lucia.js";import"../../icon/gator/templates/flags/flag-li-liechtenstein.js";import"../../icon/gator/templates/flags/flag-lk-sri-lanka.js";import"../../icon/gator/templates/flags/flag-lr-liberia.js";import"../../icon/gator/templates/flags/flag-ls-lesotho.js";import"../../icon/gator/templates/flags/flag-lt-lithuania.js";import"../../icon/gator/templates/flags/flag-lu-luxembourg.js";import"../../icon/gator/templates/flags/flag-lv-latvia.js";import"../../icon/gator/templates/flags/flag-ly-libya.js";import"../../icon/gator/templates/flags/flag-ma-morocco.js";import"../../icon/gator/templates/flags/flag-mc-monaco.js";import"../../icon/gator/templates/flags/flag-md-moldova.js";import"../../icon/gator/templates/flags/flag-me-montenegro.js";import"../../icon/gator/templates/flags/flag-mf-saint-martin.js";import"../../icon/gator/templates/flags/flag-mg-madagascar.js";import"../../icon/gator/templates/flags/flag-mh-marshall-islands.js";import"../../icon/gator/templates/flags/flag-mk-north-macedonia.js";import"../../icon/gator/templates/flags/flag-ml-mali.js";import"../../icon/gator/templates/flags/flag-mm-myanmar.js";import"../../icon/gator/templates/flags/flag-mn-mongolia.js";import"../../icon/gator/templates/flags/flag-mo-macao.js";import"../../icon/gator/templates/flags/flag-mp-northern-mariana-islands.js";import"../../icon/gator/templates/flags/flag-mq-martinique-2.js";import"../../icon/gator/templates/flags/flag-mq-martinique.js";import"../../icon/gator/templates/flags/flag-mr-mauritania.js";import"../../icon/gator/templates/flags/flag-ms-montserrat.js";import"../../icon/gator/templates/flags/flag-mt-malta.js";import"../../icon/gator/templates/flags/flag-mu-mauritius.js";import"../../icon/gator/templates/flags/flag-mv-maldives.js";import"../../icon/gator/templates/flags/flag-mw-malawi.js";import"../../icon/gator/templates/flags/flag-mx-mexico.js";import"../../icon/gator/templates/flags/flag-my-malaysia.js";import"../../icon/gator/templates/flags/flag-mz-mozambique.js";import"../../icon/gator/templates/flags/flag-na-namibia.js";import"../../icon/gator/templates/flags/flag-nc-new-caledonia.js";import"../../icon/gator/templates/flags/flag-ne-niger.js";import"../../icon/gator/templates/flags/flag-nf-norfolk-island.js";import"../../icon/gator/templates/flags/flag-ng-nigeria.js";import"../../icon/gator/templates/flags/flag-ni-nicaragua.js";import"../../icon/gator/templates/flags/flag-nl-netherlands.js";import"../../icon/gator/templates/flags/flag-no-norway.js";import"../../icon/gator/templates/flags/flag-np-nepal.js";import"../../icon/gator/templates/flags/flag-nr-nauru.js";import"../../icon/gator/templates/flags/flag-nu-niue.js";import"../../icon/gator/templates/flags/flag-nz-new-zealand-aotearoa.js";import"../../icon/gator/templates/flags/flag-om-oman.js";import"../../icon/gator/templates/flags/flag-pa-panama.js";import"../../icon/gator/templates/flags/flag-pe-peru.js";import"../../icon/gator/templates/flags/flag-pf-french-polynesia.js";import"../../icon/gator/templates/flags/flag-pg-papua-new-guinea.js";import"../../icon/gator/templates/flags/flag-ph-philippines.js";import"../../icon/gator/templates/flags/flag-pk-pakistan.js";import"../../icon/gator/templates/flags/flag-pl-poland.js";import"../../icon/gator/templates/flags/flag-pm-saint-pierre-and-miquelon.js";import"../../icon/gator/templates/flags/flag-pm-st-pierre-and-miquelon.js";import"../../icon/gator/templates/flags/flag-pn-pitcairn-islands.js";import"../../icon/gator/templates/flags/flag-pr-puerto-rico.js";import"../../icon/gator/templates/flags/flag-ps-palestinian-territory.js";import"../../icon/gator/templates/flags/flag-pt-portugal.js";import"../../icon/gator/templates/flags/flag-pw-palau.js";import"../../icon/gator/templates/flags/flag-py-paraguay.js";import"../../icon/gator/templates/flags/flag-qa-qatar.js";import"../../icon/gator/templates/flags/flag-re-reunion.js";import"../../icon/gator/templates/flags/flag-ro-romania.js";import"../../icon/gator/templates/flags/flag-rs-srbia.js";import"../../icon/gator/templates/flags/flag-ru-russian-federation.js";import"../../icon/gator/templates/flags/flag-rw-rwanda.js";import"../../icon/gator/templates/flags/flag-sa-sudi-arabia.js";import"../../icon/gator/templates/flags/flag-sb-slomon-islands.js";import"../../icon/gator/templates/flags/flag-sc-sychelles.js";import"../../icon/gator/templates/flags/flag-sd-sdan.js";import"../../icon/gator/templates/flags/flag-se-seden.js";import"../../icon/gator/templates/flags/flag-sg-sngapore.js";import"../../icon/gator/templates/flags/flag-sh-sint-helena.js";import"../../icon/gator/templates/flags/flag-si-sovenia.js";import"../../icon/gator/templates/flags/flag-sj-salbard-and-jan-mayen.js";import"../../icon/gator/templates/flags/flag-sk-sovakia.js";import"../../icon/gator/templates/flags/flag-sl-serra-leone.js";import"../../icon/gator/templates/flags/flag-sm-sn-marino.js";import"../../icon/gator/templates/flags/flag-sn-snegal.js";import"../../icon/gator/templates/flags/flag-so-smalia.js";import"../../icon/gator/templates/flags/flag-sr-sriname.js";import"../../icon/gator/templates/flags/flag-ss-south-sudan.js";import"../../icon/gator/templates/flags/flag-st-so-tome-and-principe.js";import"../../icon/gator/templates/flags/flag-sv-el-slvador.js";import"../../icon/gator/templates/flags/flag-sx-snt-maarten.js";import"../../icon/gator/templates/flags/flag-sy-sria.js";import"../../icon/gator/templates/flags/flag-sz-saziland.js";import"../../icon/gator/templates/flags/flag-tc-turks-and-caicos-islands.js";import"../../icon/gator/templates/flags/flag-td-chad.js";import"../../icon/gator/templates/flags/flag-tf-french-southern-and-antarctic-lands.js";import"../../icon/gator/templates/flags/flag-tg-togo.js";import"../../icon/gator/templates/flags/flag-th-thailand.js";import"../../icon/gator/templates/flags/flag-tj-tajikistan.js";import"../../icon/gator/templates/flags/flag-tk-tokelau.js";import"../../icon/gator/templates/flags/flag-tl-timor-leste.js";import"../../icon/gator/templates/flags/flag-tm-turkmenistan.js";import"../../icon/gator/templates/flags/flag-tn-tunisia.js";import"../../icon/gator/templates/flags/flag-to-tonga.js";import"../../icon/gator/templates/flags/flag-tr-turkey.js";import"../../icon/gator/templates/flags/flag-tt-trinidad-and-tobago.js";import"../../icon/gator/templates/flags/flag-tv-tuvalu.js";import"../../icon/gator/templates/flags/flag-tw-taiwan.js";import"../../icon/gator/templates/flags/flag-tz-tanzania.js";import"../../icon/gator/templates/flags/flag-ua-ukraine.js";import"../../icon/gator/templates/flags/flag-ug-uganda.js";import"../../icon/gator/templates/flags/flag-um-united-states-minor-outlying-islands.js";import"../../icon/gator/templates/flags/flag-us-united-states.js";import"../../icon/gator/templates/flags/flag-uy-uruguay.js";import"../../icon/gator/templates/flags/flag-uz-uzbekistan.js";import"../../icon/gator/templates/flags/flag-va-vatican-city-state.js";import"../../icon/gator/templates/flags/flag-vc-saint-vincent-and-the-grenadines.js";import"../../icon/gator/templates/flags/flag-ve-venezuela.js";import"../../icon/gator/templates/flags/flag-vg-virgin-islands-british.js";import"../../icon/gator/templates/flags/flag-vi-virgin-islands-us.js";import"../../icon/gator/templates/flags/flag-vn-vietnam.js";import"../../icon/gator/templates/flags/flag-vu-vanuatu.js";import"../../icon/gator/templates/flags/flag-wf-wallis-and-futuna.js";import"../../icon/gator/templates/flags/flag-ws-smoa.js";import"../../icon/gator/templates/flags/flag-ye-yemen.js";import"../../icon/gator/templates/flags/flag-yt-unf-mayotte.js";import"../../icon/gator/templates/flags/flag-za-south-africa.js";import"../../icon/gator/templates/flags/flag-zm-zambia.js";import"../../icon/gator/templates/flags/flag-zw-zimbabwe.js";import"../../icon/gator/templates/flame.js";import"../../icon/gator/templates/flash-off.js";import"../../icon/gator/templates/flash-on.js";import"../../icon/gator/templates/folder.js";import"../../icon/gator/templates/gauge.js";import"../../icon/gator/templates/grid-four.js";import"../../icon/gator/templates/grid-nine.js";import"../../icon/gator/templates/hammer.js";import"../../icon/gator/templates/hand-pointing.js";import"../../icon/gator/templates/heart.js";import"../../icon/gator/templates/home-door.js";import"../../icon/gator/templates/home-finance-arrow.js";import"../../icon/gator/templates/home-finance.js";import"../../icon/gator/templates/home-search.js";import"../../icon/gator/templates/house-simple.js";import"../../icon/gator/templates/house.js";import"../../icon/gator/templates/inbox.js";import"../../icon/gator/templates/info.js";import"../../icon/gator/templates/instagram-logo.js";import"../../icon/gator/templates/interest-rate.js";import"../../icon/gator/templates/invoice.js";import"../../icon/gator/templates/kanban.js";import"../../icon/gator/templates/label.js";import"../../icon/gator/templates/laptop.js";import"../../icon/gator/templates/layout.js";import"../../icon/gator/templates/lightbulb-filament.js";import"../../icon/gator/templates/lightbulb.js";import"../../icon/gator/templates/link.js";import"../../icon/gator/templates/linkedin-logo.js";import"../../icon/gator/templates/list-star.js";import"../../icon/gator/templates/list.js";import"../../icon/gator/templates/loading-spinner-gif.js";import"../../icon/gator/templates/loading.js";import"../../icon/gator/templates/lock.js";import"../../icon/gator/templates/magic-wand.js";import"../../icon/gator/templates/mail-open.js";import"../../icon/gator/templates/mail.js";import"../../icon/gator/templates/mailbox.js";import"../../icon/gator/templates/map.js";import"../../icon/gator/templates/menu-hamburger.js";import"../../icon/gator/templates/microsoft-excel-logo.js";import"../../icon/gator/templates/microsoft-outlook-logo.js";import"../../icon/gator/templates/microsoft-powerpoint-logo.js";import"../../icon/gator/templates/microsoft-teams-logo.js";import"../../icon/gator/templates/microsoft-word-logo.js";import"../../icon/gator/templates/minus-circle.js";import"../../icon/gator/templates/minus-square.js";import"../../icon/gator/templates/minus.js";import"../../icon/gator/templates/mobile-phone-2.js";import"../../icon/gator/templates/monitor.js";import"../../icon/gator/templates/move-doc.js";import"../../icon/gator/templates/move.js";import"../../icon/gator/templates/music.js";import"../../icon/gator/templates/number-0.js";import"../../icon/gator/templates/number-1.js";import"../../icon/gator/templates/number-10.js";import"../../icon/gator/templates/number-2.js";import"../../icon/gator/templates/number-3.js";import"../../icon/gator/templates/number-4.js";import"../../icon/gator/templates/number-5.js";import"../../icon/gator/templates/number-6.js";import"../../icon/gator/templates/number-7.js";import"../../icon/gator/templates/number-8.js";import"../../icon/gator/templates/number-9.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/pause-circle.js";import"../../icon/gator/templates/pause.js";import"../../icon/gator/templates/payments/payment-amazon-pay.js";import"../../icon/gator/templates/payments/payment-amex.js";import"../../icon/gator/templates/payments/payment-apple-pay.js";import"../../icon/gator/templates/payments/payment-discover.js";import"../../icon/gator/templates/payments/payment-google-pay.js";import"../../icon/gator/templates/payments/payment-mastercard.js";import"../../icon/gator/templates/payments/payment-visa.js";import"../../icon/gator/templates/pen.js";import"../../icon/gator/templates/pencil-paper.js";import"../../icon/gator/templates/pencil.js";import"../../icon/gator/templates/people-multiple.js";import"../../icon/gator/templates/people-share.js";import"../../icon/gator/templates/percent.js";import"../../icon/gator/templates/person-add.js";import"../../icon/gator/templates/person-check.js";import"../../icon/gator/templates/person-lock.js";import"../../icon/gator/templates/person.js";import"../../icon/gator/templates/phone-alert.js";import"../../icon/gator/templates/phone-mobile.js";import"../../icon/gator/templates/phone.js";import"../../icon/gator/templates/picture.js";import"../../icon/gator/templates/pin.js";import"../../icon/gator/templates/pinterest-logo.js";import"../../icon/gator/templates/play-circle.js";import"../../icon/gator/templates/play.js";import"../../icon/gator/templates/plus-circle.js";import"../../icon/gator/templates/plus.js";import"../../icon/gator/templates/printer.js";import"../../icon/gator/templates/question-chat-bubble.js";import"../../icon/gator/templates/question-circle.js";import"../../icon/gator/templates/question-mark.js";import"../../icon/gator/templates/radio-selected.js";import"../../icon/gator/templates/radio.js";import"../../icon/gator/templates/receipt.js";import"../../icon/gator/templates/restricted-filled.js";import"../../icon/gator/templates/restricted.js";import"../../icon/gator/templates/robot.js";import"../../icon/gator/templates/sandals.js";import"../../icon/gator/templates/save.js";import"../../icon/gator/templates/screen.js";import"../../icon/gator/templates/search.js";import"../../icon/gator/templates/selection.js";import"../../icon/gator/templates/send-filled.js";import"../../icon/gator/templates/send.js";import"../../icon/gator/templates/settings.js";import"../../icon/gator/templates/share-1.js";import"../../icon/gator/templates/share-2.js";import"../../icon/gator/templates/shield-lock.js";import"../../icon/gator/templates/shield-warning.js";import"../../icon/gator/templates/sidebar-simple.js";import"../../icon/gator/templates/sidebar.js";import"../../icon/gator/templates/smart-home.js";import"../../icon/gator/templates/sort-arrow-solid-down.js";import"../../icon/gator/templates/sort-arrow-solid-left.js";import"../../icon/gator/templates/sort-arrow-solid-right.js";import"../../icon/gator/templates/sort-arrow-solid-up-down.js";import"../../icon/gator/templates/sort-arrow-solid-up.js";import"../../icon/gator/templates/sort-reverse-variant.js";import"../../icon/gator/templates/sort-variant.js";import"../../icon/gator/templates/sparkle-filled.js";import"../../icon/gator/templates/sparkle.js";import"../../icon/gator/templates/speech-bubble.js";import"../../icon/gator/templates/square-split-horizontal.js";import"../../icon/gator/templates/square-split-vertical.js";import"../../icon/gator/templates/square.js";import"../../icon/gator/templates/stack.js";import"../../icon/gator/templates/stamp.js";import"../../icon/gator/templates/star-four-filled.js";import"../../icon/gator/templates/star-four.js";import"../../icon/gator/templates/star.js";import"../../icon/gator/templates/stopwatch.js";import"../../icon/gator/templates/sun.js";import"../../icon/gator/templates/sync.js";import"../../icon/gator/templates/tab-arrows.js";import"../../icon/gator/templates/table.js";import"../../icon/gator/templates/target.js";import"../../icon/gator/templates/text-aa.js";import"../../icon/gator/templates/thumbs-down.js";import"../../icon/gator/templates/thumbs-up.js";import"../../icon/gator/templates/tools.js";import"../../icon/gator/templates/touch-id.js";import"../../icon/gator/templates/trash.js";import"../../icon/gator/templates/trend-up.js";import"../../icon/gator/templates/twitter-logo.js";import"../../icon/gator/templates/unlink.js";import"../../icon/gator/templates/unlock.js";import"../../icon/gator/templates/upload.js";import"../../icon/gator/templates/video.js";import"../../icon/gator/templates/waffle.js";import"../../icon/gator/templates/warning-circle.js";import"../../icon/gator/templates/warning-diamond.js";import"../../icon/gator/templates/warning-filled.js";import"../../icon/gator/templates/warning-octagon.js";import"../../icon/gator/templates/warning.js";import"../../icon/gator/templates/wet-sign.js";import"../../icon/gator/templates/wifi-off.js";import"../../icon/gator/templates/wifi.js";import"../../icon/gator/templates/x-logo.js";import"../../icon/gator/templates/yelp-logo.js";import"../../icon/gator/templates/youtube-logo.js";import"../../icon/gator/templates/zillow-logo.js";import"../../illustration/gator/illustration.gator.js";import"../../illustration/gator/templates/add-note.js";import"../../illustration/gator/templates/address.js";import"../../illustration/gator/templates/appointment-confirmed.js";import"../../illustration/gator/templates/assets.js";import"../../illustration/gator/templates/auto-money.js";import"../../illustration/gator/templates/balloons.js";import"../../illustration/gator/templates/bank-account.js";import"../../illustration/gator/templates/brief-case.js";import"../../illustration/gator/templates/calendar-home.js";import"../../illustration/gator/templates/change-data.js";import"../../illustration/gator/templates/check-with-pencil.js";import"../../illustration/gator/templates/co-borrower.js";import"../../illustration/gator/templates/co-borrowers-incomplete.js";import"../../illustration/gator/templates/co-borrowers.js";import"../../illustration/gator/templates/commercial.js";import"../../illustration/gator/templates/connectivity.js";import"../../illustration/gator/templates/consumer.js";import"../../illustration/gator/templates/contact-search.js";import"../../illustration/gator/templates/conversation-multiple.js";import"../../illustration/gator/templates/credit-card.js";import"../../illustration/gator/templates/crop-background.js";import"../../illustration/gator/templates/crop-page.js";import"../../illustration/gator/templates/declarations-legal.js";import"../../illustration/gator/templates/deliver.js";import"../../illustration/gator/templates/demographic-info.js";import"../../illustration/gator/templates/document-add.js";import"../../illustration/gator/templates/document-signature.js";import"../../illustration/gator/templates/download-app.js";import"../../illustration/gator/templates/empty-box.js";import"../../illustration/gator/templates/home-search.js";import"../../illustration/gator/templates/house-5.js";import"../../illustration/gator/templates/house-6.js";import"../../illustration/gator/templates/house-fireworks.js";import"../../illustration/gator/templates/house-under-construction.js";import"../../illustration/gator/templates/house-with-shield.js";import"../../illustration/gator/templates/inquiry.js";import"../../illustration/gator/templates/locked.js";import"../../illustration/gator/templates/make-an-offer.js";import"../../illustration/gator/templates/mortgage.js";import"../../illustration/gator/templates/network-error.js";import"../../illustration/gator/templates/page-1.js";import"../../illustration/gator/templates/page-2.js";import"../../illustration/gator/templates/page-3.js";import"../../illustration/gator/templates/paper-3.js";import"../../illustration/gator/templates/paper-7.js";import"../../illustration/gator/templates/person-2.js";import"../../illustration/gator/templates/personal-info.js";import"../../illustration/gator/templates/portfolio-analytics.js";import"../../illustration/gator/templates/price-search.js";import"../../illustration/gator/templates/quick-links.js";import"../../illustration/gator/templates/register.js";import"../../illustration/gator/templates/schedule-home-tour.js";import"../../illustration/gator/templates/small-business.js";import"../../illustration/gator/templates/social-security.js";import"../../illustration/gator/templates/start-conversation.js";import"../../illustration/gator/templates/status-no-x.js";import"../../illustration/gator/templates/status.js";import"../../illustration/gator/templates/success.js";import"../../illustration/gator/templates/talkluments.js";import"../../illustration/gator/templates/thumbs-down-man.js";import"../../illustration/gator/templates/transfer.js";import"../../illustration/gator/templates/treasury.js";import"../../illustration/gator/templates/unsecured-line-of-credit.js";import"../../illustration/gator/templates/upload-cloud.js";import"../../illustration/gator/templates/your-bank-placeholder.js";import"../../illustration/gator/templates/your-bank.js";import{createRef as d,ref as h}from"../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/ref.js";import{classMap as s}from"../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";import{NjcImageCard as v}from"../image-card.js";import f from"../../../packages/web-components/src/components/card/gator/base/card.gator.scss.js";import{unsafeCSS as g}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";var _=Object.getOwnPropertyDescriptor,$=Object.getPrototypeOf,I=Reflect.get,S=(t,m,e,l)=>{for(var p=l>1?void 0:l?_(m,e):m,a=t.length-1,n;a>=0;a--)(n=t[a])&&(p=n(p)||p);return p},k=(t,m,e)=>I($(t),e,m);let o=class extends v{constructor(){super(...arguments),this.containerRef=d(),this._onImageMouseEnter=()=>{this.skeleton||(this.imageHover=!0,this.setAttribute("image-hover",""))},this._onImageMouseLeave=()=>{this.imageHover=!1,this.removeAttribute("image-hover")}}render(){const t=this.variant==="full-image"?{mouseenter:this._onImageMouseEnter,mouseleave:this._onImageMouseLeave}:{};return i`
1
+ import"../../card/gator/header/card-header.gator.js";import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/reactive-element.js";import{nothing as r,html as i}from"../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/lit-html.js";import"../../../node_modules/.pnpm/lit-element@4.2.1/node_modules/lit-element/lit-element.js";import c from"../../../packages/web-components/src/components/image-card/gator/image-card.gator.scss.js";import{customElement as u}from"../../../utils/decorators/custom-element-decorator.js";import"../../icon/gator/icon.gator.js";import"../../icon/gator/templates/add-link.js";import"../../icon/gator/templates/airplane.js";import"../../icon/gator/templates/alarm.js";import"../../icon/gator/templates/apartment.js";import"../../icon/gator/templates/arrow-around.js";import"../../icon/gator/templates/arrow-down.js";import"../../icon/gator/templates/arrow-left.js";import"../../icon/gator/templates/arrow-line-left.js";import"../../icon/gator/templates/arrow-line-right.js";import"../../icon/gator/templates/arrow-right.js";import"../../icon/gator/templates/arrow-up.js";import"../../icon/gator/templates/bank.js";import"../../icon/gator/templates/bell-disabled.js";import"../../icon/gator/templates/bell.js";import"../../icon/gator/templates/binoculars.js";import"../../icon/gator/templates/book.js";import"../../icon/gator/templates/box.js";import"../../icon/gator/templates/brain.js";import"../../icon/gator/templates/cake.js";import"../../icon/gator/templates/calculator.js";import"../../icon/gator/templates/calendar.js";import"../../icon/gator/templates/camera.js";import"../../icon/gator/templates/caret-up-down.js";import"../../icon/gator/templates/case.js";import"../../icon/gator/templates/chart-bar-horizontal.js";import"../../icon/gator/templates/chart-bar.js";import"../../icon/gator/templates/chart-donut.js";import"../../icon/gator/templates/chart-line.js";import"../../icon/gator/templates/chart-pie.js";import"../../icon/gator/templates/chart-rise.js";import"../../icon/gator/templates/chart-scatter.js";import"../../icon/gator/templates/chat-circle-ai.js";import"../../icon/gator/templates/chat-circle-dots.js";import"../../icon/gator/templates/chat-circle-slash.js";import"../../icon/gator/templates/chat-circle-text.js";import"../../icon/gator/templates/chat-circle.js";import"../../icon/gator/templates/chat.js";import"../../icon/gator/templates/check-circle-filled.js";import"../../icon/gator/templates/check-circle.js";import"../../icon/gator/templates/check.js";import"../../icon/gator/templates/checkbox-indeterminate.js";import"../../icon/gator/templates/checkbox-selected.js";import"../../icon/gator/templates/checkbox.js";import"../../icon/gator/templates/checkerboard.js";import"../../icon/gator/templates/chevron-down.js";import"../../icon/gator/templates/chevron-left.js";import"../../icon/gator/templates/chevron-right.js";import"../../icon/gator/templates/chevron-up.js";import"../../icon/gator/templates/circle-arrow-down.js";import"../../icon/gator/templates/circle-arrow-left.js";import"../../icon/gator/templates/circle-arrow-right.js";import"../../icon/gator/templates/circle-arrow-up.js";import"../../icon/gator/templates/circle-dashed.js";import"../../icon/gator/templates/circle-filled.js";import"../../icon/gator/templates/circle.js";import"../../icon/gator/templates/city.js";import"../../icon/gator/templates/clipboard.js";import"../../icon/gator/templates/clock-clockwise.js";import"../../icon/gator/templates/clock-counter-clockwise.js";import"../../icon/gator/templates/clock.js";import"../../icon/gator/templates/collapse.js";import"../../icon/gator/templates/cone.js";import"../../icon/gator/templates/contact-info.js";import"../../icon/gator/templates/copy.js";import"../../icon/gator/templates/credit-card.js";import"../../icon/gator/templates/crop.js";import"../../icon/gator/templates/crosshairs.js";import"../../icon/gator/templates/currency-dollar-simple.js";import"../../icon/gator/templates/currency-eur.js";import"../../icon/gator/templates/currency-gbp.js";import"../../icon/gator/templates/currency-inr.js";import"../../icon/gator/templates/currency-jpy.js";import"../../icon/gator/templates/currency-krw.js";import"../../icon/gator/templates/currency-kzt.js";import"../../icon/gator/templates/currency-ngn.js";import"../../icon/gator/templates/currency-rub.js";import"../../icon/gator/templates/cursor-arrow.js";import"../../icon/gator/templates/cursor-hand.js";import"../../icon/gator/templates/cursor.js";import"../../icon/gator/templates/dashboard.js";import"../../icon/gator/templates/delete.js";import"../../icon/gator/templates/dna.js";import"../../icon/gator/templates/document-add.js";import"../../icon/gator/templates/document-ai.js";import"../../icon/gator/templates/document-check.js";import"../../icon/gator/templates/document-e-sign.js";import"../../icon/gator/templates/document-image.js";import"../../icon/gator/templates/document-pdf.js";import"../../icon/gator/templates/document-sign.js";import"../../icon/gator/templates/document-zip.js";import"../../icon/gator/templates/document.js";import"../../icon/gator/templates/dollar-bills.js";import"../../icon/gator/templates/dollar-house.js";import"../../icon/gator/templates/down-payment.js";import"../../icon/gator/templates/download.js";import"../../icon/gator/templates/drag-drop.js";import"../../icon/gator/templates/earth.js";import"../../icon/gator/templates/exclude-square.js";import"../../icon/gator/templates/exit-circle.js";import"../../icon/gator/templates/exit-left.js";import"../../icon/gator/templates/exit.js";import"../../icon/gator/templates/expand-arrows.js";import"../../icon/gator/templates/expand.js";import"../../icon/gator/templates/export.js";import"../../icon/gator/templates/eye-closed.js";import"../../icon/gator/templates/eye-crossed.js";import"../../icon/gator/templates/eye.js";import"../../icon/gator/templates/facebook-logo.js";import"../../icon/gator/templates/file-code.js";import"../../icon/gator/templates/files.js";import"../../icon/gator/templates/filter-funnel.js";import"../../icon/gator/templates/filters-2.js";import"../../icon/gator/templates/filters.js";import"../../icon/gator/templates/flags/flag-ad-andorra.js";import"../../icon/gator/templates/flags/flag-ae-united-arab-emirates.js";import"../../icon/gator/templates/flags/flag-af-afghanistan.js";import"../../icon/gator/templates/flags/flag-ag-antigua-and-barbuda.js";import"../../icon/gator/templates/flags/flag-ai-anguilla.js";import"../../icon/gator/templates/flags/flag-al-albania.js";import"../../icon/gator/templates/flags/flag-am-armenia.js";import"../../icon/gator/templates/flags/flag-ao-angola.js";import"../../icon/gator/templates/flags/flag-aq-antarctica.js";import"../../icon/gator/templates/flags/flag-ar-argentina.js";import"../../icon/gator/templates/flags/flag-as-american-smoa.js";import"../../icon/gator/templates/flags/flag-at-austria.js";import"../../icon/gator/templates/flags/flag-au-australia.js";import"../../icon/gator/templates/flags/flag-aw-aruba.js";import"../../icon/gator/templates/flags/flag-ax-aland-islands.js";import"../../icon/gator/templates/flags/flag-az-azerbaijan.js";import"../../icon/gator/templates/flags/flag-ba-bosnia-and-herzegovina.js";import"../../icon/gator/templates/flags/flag-bb-barbados.js";import"../../icon/gator/templates/flags/flag-bd-bangladesh.js";import"../../icon/gator/templates/flags/flag-be-belgium.js";import"../../icon/gator/templates/flags/flag-bf-burkina-faso.js";import"../../icon/gator/templates/flags/flag-bg-bulgaria.js";import"../../icon/gator/templates/flags/flag-bh-bahrain.js";import"../../icon/gator/templates/flags/flag-bi-burundi.js";import"../../icon/gator/templates/flags/flag-bj-benin.js";import"../../icon/gator/templates/flags/flag-bl-saint-barthelemy.js";import"../../icon/gator/templates/flags/flag-bm-bermuda.js";import"../../icon/gator/templates/flags/flag-bn-brunei-darussalam.js";import"../../icon/gator/templates/flags/flag-bo-bolivia.js";import"../../icon/gator/templates/flags/flag-bq-bo-bonaire.js";import"../../icon/gator/templates/flags/flag-bq-sa-sba.js";import"../../icon/gator/templates/flags/flag-bq-se-snt-eustatius.js";import"../../icon/gator/templates/flags/flag-br-brazil.js";import"../../icon/gator/templates/flags/flag-bs-bahamas.js";import"../../icon/gator/templates/flags/flag-bt-bhutan.js";import"../../icon/gator/templates/flags/flag-bv-bouvet-island.js";import"../../icon/gator/templates/flags/flag-bw-botswana.js";import"../../icon/gator/templates/flags/flag-by-belarus.js";import"../../icon/gator/templates/flags/flag-bz-belize.js";import"../../icon/gator/templates/flags/flag-ca-canada.js";import"../../icon/gator/templates/flags/flag-cc-cocos-keeling-islands.js";import"../../icon/gator/templates/flags/flag-cd-democratic-republic-of-the-congo.js";import"../../icon/gator/templates/flags/flag-cf-central-african-republic.js";import"../../icon/gator/templates/flags/flag-cg-republic-of-the-congo.js";import"../../icon/gator/templates/flags/flag-ch-switzerland.js";import"../../icon/gator/templates/flags/flag-ci-côte-divoire-ivory-coast.js";import"../../icon/gator/templates/flags/flag-ck-cook-islands.js";import"../../icon/gator/templates/flags/flag-cl-chile.js";import"../../icon/gator/templates/flags/flag-cm-cameroon.js";import"../../icon/gator/templates/flags/flag-cn-china.js";import"../../icon/gator/templates/flags/flag-co-colombia.js";import"../../icon/gator/templates/flags/flag-cr-costa-rica.js";import"../../icon/gator/templates/flags/flag-cu-cuba.js";import"../../icon/gator/templates/flags/flag-cv-cabo-verde.js";import"../../icon/gator/templates/flags/flag-cw-curaçao.js";import"../../icon/gator/templates/flags/flag-cx-christmas-island.js";import"../../icon/gator/templates/flags/flag-cy-cyprus.js";import"../../icon/gator/templates/flags/flag-cz-czech-republic.js";import"../../icon/gator/templates/flags/flag-de-germany.js";import"../../icon/gator/templates/flags/flag-dj-djibouti.js";import"../../icon/gator/templates/flags/flag-dk-denmark.js";import"../../icon/gator/templates/flags/flag-dm-dominica.js";import"../../icon/gator/templates/flags/flag-do-dominican-republic.js";import"../../icon/gator/templates/flags/flag-dz-algeria.js";import"../../icon/gator/templates/flags/flag-ec-ecuador.js";import"../../icon/gator/templates/flags/flag-ee-estonia.js";import"../../icon/gator/templates/flags/flag-eg-egypt.js";import"../../icon/gator/templates/flags/flag-eh-western-sahara.js";import"../../icon/gator/templates/flags/flag-er-eritrea.js";import"../../icon/gator/templates/flags/flag-es-sain.js";import"../../icon/gator/templates/flags/flag-et-ethiopia.js";import"../../icon/gator/templates/flags/flag-fi-finland.js";import"../../icon/gator/templates/flags/flag-fj-fiji.js";import"../../icon/gator/templates/flags/flag-fk-falkland-islands.js";import"../../icon/gator/templates/flags/flag-fm-federated-states-of-micronesia.js";import"../../icon/gator/templates/flags/flag-fo-faroe-islands.js";import"../../icon/gator/templates/flags/flag-fr-france.js";import"../../icon/gator/templates/flags/flag-ga-gabon.js";import"../../icon/gator/templates/flags/flag-gb-eng-england.js";import"../../icon/gator/templates/flags/flag-gb-nir-northern-ireland.js";import"../../icon/gator/templates/flags/flag-gb-sct-sotland.js";import"../../icon/gator/templates/flags/flag-gb-ukm-united-kingdom.js";import"../../icon/gator/templates/flags/flag-gb-wls-wales.js";import"../../icon/gator/templates/flags/flag-gd-grenada.js";import"../../icon/gator/templates/flags/flag-ge-georgia.js";import"../../icon/gator/templates/flags/flag-gf-french-guiana.js";import"../../icon/gator/templates/flags/flag-gg-guernsey.js";import"../../icon/gator/templates/flags/flag-gh-ghana.js";import"../../icon/gator/templates/flags/flag-gi-gibraltar.js";import"../../icon/gator/templates/flags/flag-gl-greenland.js";import"../../icon/gator/templates/flags/flag-gm-gambia.js";import"../../icon/gator/templates/flags/flag-gn-guinea.js";import"../../icon/gator/templates/flags/flag-gp-guadeloupe-2.js";import"../../icon/gator/templates/flags/flag-gp-guadeloupe.js";import"../../icon/gator/templates/flags/flag-gq-equatorial-guinea.js";import"../../icon/gator/templates/flags/flag-gr-greece.js";import"../../icon/gator/templates/flags/flag-gs-s-georgia-and-s-sandwich-islands.js";import"../../icon/gator/templates/flags/flag-gt-guatemala.js";import"../../icon/gator/templates/flags/flag-gu-guam.js";import"../../icon/gator/templates/flags/flag-gw-guinea-bissau.js";import"../../icon/gator/templates/flags/flag-gy-guyana.js";import"../../icon/gator/templates/flags/flag-hk-hong-kong.js";import"../../icon/gator/templates/flags/flag-hm-heard-and-mcdonald-islands.js";import"../../icon/gator/templates/flags/flag-hn-honduras.js";import"../../icon/gator/templates/flags/flag-hr-croatia-hrvatska.js";import"../../icon/gator/templates/flags/flag-ht-haiti.js";import"../../icon/gator/templates/flags/flag-hu-hungary.js";import"../../icon/gator/templates/flags/flag-id-indonesia.js";import"../../icon/gator/templates/flags/flag-ie-ireland.js";import"../../icon/gator/templates/flags/flag-il-isreal.js";import"../../icon/gator/templates/flags/flag-im-isle-of-man.js";import"../../icon/gator/templates/flags/flag-in-india.js";import"../../icon/gator/templates/flags/flag-io-british-indian-ocean-territory.js";import"../../icon/gator/templates/flags/flag-iq-iraq.js";import"../../icon/gator/templates/flags/flag-ir-iran.js";import"../../icon/gator/templates/flags/flag-is-iceland.js";import"../../icon/gator/templates/flags/flag-it-italy.js";import"../../icon/gator/templates/flags/flag-je-jersey.js";import"../../icon/gator/templates/flags/flag-jm-jamaica.js";import"../../icon/gator/templates/flags/flag-jo-jordan.js";import"../../icon/gator/templates/flags/flag-jp-japan.js";import"../../icon/gator/templates/flags/flag-ke-kenia.js";import"../../icon/gator/templates/flags/flag-kg-kyrgyzstan.js";import"../../icon/gator/templates/flags/flag-kh-cambodia.js";import"../../icon/gator/templates/flags/flag-ki--kiribati.js";import"../../icon/gator/templates/flags/flag-km-comoros.js";import"../../icon/gator/templates/flags/flag-kn-saint-kitts-and-nevis.js";import"../../icon/gator/templates/flags/flag-kp-korea-north.js";import"../../icon/gator/templates/flags/flag-kr-korea-south.js";import"../../icon/gator/templates/flags/flag-kw-kuwait.js";import"../../icon/gator/templates/flags/flag-ky-cayman-islands.js";import"../../icon/gator/templates/flags/flag-kz-kazakhstan.js";import"../../icon/gator/templates/flags/flag-la-laos.js";import"../../icon/gator/templates/flags/flag-lb-lebanon.js";import"../../icon/gator/templates/flags/flag-lc-saint-lucia.js";import"../../icon/gator/templates/flags/flag-li-liechtenstein.js";import"../../icon/gator/templates/flags/flag-lk-sri-lanka.js";import"../../icon/gator/templates/flags/flag-lr-liberia.js";import"../../icon/gator/templates/flags/flag-ls-lesotho.js";import"../../icon/gator/templates/flags/flag-lt-lithuania.js";import"../../icon/gator/templates/flags/flag-lu-luxembourg.js";import"../../icon/gator/templates/flags/flag-lv-latvia.js";import"../../icon/gator/templates/flags/flag-ly-libya.js";import"../../icon/gator/templates/flags/flag-ma-morocco.js";import"../../icon/gator/templates/flags/flag-mc-monaco.js";import"../../icon/gator/templates/flags/flag-md-moldova.js";import"../../icon/gator/templates/flags/flag-me-montenegro.js";import"../../icon/gator/templates/flags/flag-mf-saint-martin.js";import"../../icon/gator/templates/flags/flag-mg-madagascar.js";import"../../icon/gator/templates/flags/flag-mh-marshall-islands.js";import"../../icon/gator/templates/flags/flag-mk-north-macedonia.js";import"../../icon/gator/templates/flags/flag-ml-mali.js";import"../../icon/gator/templates/flags/flag-mm-myanmar.js";import"../../icon/gator/templates/flags/flag-mn-mongolia.js";import"../../icon/gator/templates/flags/flag-mo-macao.js";import"../../icon/gator/templates/flags/flag-mp-northern-mariana-islands.js";import"../../icon/gator/templates/flags/flag-mq-martinique-2.js";import"../../icon/gator/templates/flags/flag-mq-martinique.js";import"../../icon/gator/templates/flags/flag-mr-mauritania.js";import"../../icon/gator/templates/flags/flag-ms-montserrat.js";import"../../icon/gator/templates/flags/flag-mt-malta.js";import"../../icon/gator/templates/flags/flag-mu-mauritius.js";import"../../icon/gator/templates/flags/flag-mv-maldives.js";import"../../icon/gator/templates/flags/flag-mw-malawi.js";import"../../icon/gator/templates/flags/flag-mx-mexico.js";import"../../icon/gator/templates/flags/flag-my-malaysia.js";import"../../icon/gator/templates/flags/flag-mz-mozambique.js";import"../../icon/gator/templates/flags/flag-na-namibia.js";import"../../icon/gator/templates/flags/flag-nc-new-caledonia.js";import"../../icon/gator/templates/flags/flag-ne-niger.js";import"../../icon/gator/templates/flags/flag-nf-norfolk-island.js";import"../../icon/gator/templates/flags/flag-ng-nigeria.js";import"../../icon/gator/templates/flags/flag-ni-nicaragua.js";import"../../icon/gator/templates/flags/flag-nl-netherlands.js";import"../../icon/gator/templates/flags/flag-no-norway.js";import"../../icon/gator/templates/flags/flag-np-nepal.js";import"../../icon/gator/templates/flags/flag-nr-nauru.js";import"../../icon/gator/templates/flags/flag-nu-niue.js";import"../../icon/gator/templates/flags/flag-nz-new-zealand-aotearoa.js";import"../../icon/gator/templates/flags/flag-om-oman.js";import"../../icon/gator/templates/flags/flag-pa-panama.js";import"../../icon/gator/templates/flags/flag-pe-peru.js";import"../../icon/gator/templates/flags/flag-pf-french-polynesia.js";import"../../icon/gator/templates/flags/flag-pg-papua-new-guinea.js";import"../../icon/gator/templates/flags/flag-ph-philippines.js";import"../../icon/gator/templates/flags/flag-pk-pakistan.js";import"../../icon/gator/templates/flags/flag-pl-poland.js";import"../../icon/gator/templates/flags/flag-pm-saint-pierre-and-miquelon.js";import"../../icon/gator/templates/flags/flag-pm-st-pierre-and-miquelon.js";import"../../icon/gator/templates/flags/flag-pn-pitcairn-islands.js";import"../../icon/gator/templates/flags/flag-pr-puerto-rico.js";import"../../icon/gator/templates/flags/flag-ps-palestinian-territory.js";import"../../icon/gator/templates/flags/flag-pt-portugal.js";import"../../icon/gator/templates/flags/flag-pw-palau.js";import"../../icon/gator/templates/flags/flag-py-paraguay.js";import"../../icon/gator/templates/flags/flag-qa-qatar.js";import"../../icon/gator/templates/flags/flag-re-reunion.js";import"../../icon/gator/templates/flags/flag-ro-romania.js";import"../../icon/gator/templates/flags/flag-rs-srbia.js";import"../../icon/gator/templates/flags/flag-ru-russian-federation.js";import"../../icon/gator/templates/flags/flag-rw-rwanda.js";import"../../icon/gator/templates/flags/flag-sa-sudi-arabia.js";import"../../icon/gator/templates/flags/flag-sb-slomon-islands.js";import"../../icon/gator/templates/flags/flag-sc-sychelles.js";import"../../icon/gator/templates/flags/flag-sd-sdan.js";import"../../icon/gator/templates/flags/flag-se-seden.js";import"../../icon/gator/templates/flags/flag-sg-sngapore.js";import"../../icon/gator/templates/flags/flag-sh-sint-helena.js";import"../../icon/gator/templates/flags/flag-si-sovenia.js";import"../../icon/gator/templates/flags/flag-sj-salbard-and-jan-mayen.js";import"../../icon/gator/templates/flags/flag-sk-sovakia.js";import"../../icon/gator/templates/flags/flag-sl-serra-leone.js";import"../../icon/gator/templates/flags/flag-sm-sn-marino.js";import"../../icon/gator/templates/flags/flag-sn-snegal.js";import"../../icon/gator/templates/flags/flag-so-smalia.js";import"../../icon/gator/templates/flags/flag-sr-sriname.js";import"../../icon/gator/templates/flags/flag-ss-south-sudan.js";import"../../icon/gator/templates/flags/flag-st-so-tome-and-principe.js";import"../../icon/gator/templates/flags/flag-sv-el-slvador.js";import"../../icon/gator/templates/flags/flag-sx-snt-maarten.js";import"../../icon/gator/templates/flags/flag-sy-sria.js";import"../../icon/gator/templates/flags/flag-sz-saziland.js";import"../../icon/gator/templates/flags/flag-tc-turks-and-caicos-islands.js";import"../../icon/gator/templates/flags/flag-td-chad.js";import"../../icon/gator/templates/flags/flag-tf-french-southern-and-antarctic-lands.js";import"../../icon/gator/templates/flags/flag-tg-togo.js";import"../../icon/gator/templates/flags/flag-th-thailand.js";import"../../icon/gator/templates/flags/flag-tj-tajikistan.js";import"../../icon/gator/templates/flags/flag-tk-tokelau.js";import"../../icon/gator/templates/flags/flag-tl-timor-leste.js";import"../../icon/gator/templates/flags/flag-tm-turkmenistan.js";import"../../icon/gator/templates/flags/flag-tn-tunisia.js";import"../../icon/gator/templates/flags/flag-to-tonga.js";import"../../icon/gator/templates/flags/flag-tr-turkey.js";import"../../icon/gator/templates/flags/flag-tt-trinidad-and-tobago.js";import"../../icon/gator/templates/flags/flag-tv-tuvalu.js";import"../../icon/gator/templates/flags/flag-tw-taiwan.js";import"../../icon/gator/templates/flags/flag-tz-tanzania.js";import"../../icon/gator/templates/flags/flag-ua-ukraine.js";import"../../icon/gator/templates/flags/flag-ug-uganda.js";import"../../icon/gator/templates/flags/flag-um-united-states-minor-outlying-islands.js";import"../../icon/gator/templates/flags/flag-us-united-states.js";import"../../icon/gator/templates/flags/flag-uy-uruguay.js";import"../../icon/gator/templates/flags/flag-uz-uzbekistan.js";import"../../icon/gator/templates/flags/flag-va-vatican-city-state.js";import"../../icon/gator/templates/flags/flag-vc-saint-vincent-and-the-grenadines.js";import"../../icon/gator/templates/flags/flag-ve-venezuela.js";import"../../icon/gator/templates/flags/flag-vg-virgin-islands-british.js";import"../../icon/gator/templates/flags/flag-vi-virgin-islands-us.js";import"../../icon/gator/templates/flags/flag-vn-vietnam.js";import"../../icon/gator/templates/flags/flag-vu-vanuatu.js";import"../../icon/gator/templates/flags/flag-wf-wallis-and-futuna.js";import"../../icon/gator/templates/flags/flag-ws-smoa.js";import"../../icon/gator/templates/flags/flag-ye-yemen.js";import"../../icon/gator/templates/flags/flag-yt-unf-mayotte.js";import"../../icon/gator/templates/flags/flag-za-south-africa.js";import"../../icon/gator/templates/flags/flag-zm-zambia.js";import"../../icon/gator/templates/flags/flag-zw-zimbabwe.js";import"../../icon/gator/templates/flame.js";import"../../icon/gator/templates/flash-off.js";import"../../icon/gator/templates/flash-on.js";import"../../icon/gator/templates/folder.js";import"../../icon/gator/templates/gauge.js";import"../../icon/gator/templates/grid-four.js";import"../../icon/gator/templates/grid-nine.js";import"../../icon/gator/templates/hammer.js";import"../../icon/gator/templates/hand-pointing.js";import"../../icon/gator/templates/heart.js";import"../../icon/gator/templates/home-door.js";import"../../icon/gator/templates/home-finance-arrow.js";import"../../icon/gator/templates/home-finance.js";import"../../icon/gator/templates/home-search.js";import"../../icon/gator/templates/house-simple.js";import"../../icon/gator/templates/house.js";import"../../icon/gator/templates/inbox.js";import"../../icon/gator/templates/info.js";import"../../icon/gator/templates/instagram-logo.js";import"../../icon/gator/templates/interest-rate.js";import"../../icon/gator/templates/invoice.js";import"../../icon/gator/templates/kanban.js";import"../../icon/gator/templates/label.js";import"../../icon/gator/templates/laptop.js";import"../../icon/gator/templates/layout.js";import"../../icon/gator/templates/lightbulb-filament.js";import"../../icon/gator/templates/lightbulb.js";import"../../icon/gator/templates/link.js";import"../../icon/gator/templates/linkedin-logo.js";import"../../icon/gator/templates/list-star.js";import"../../icon/gator/templates/list.js";import"../../icon/gator/templates/loading-spinner-gif.js";import"../../icon/gator/templates/loading.js";import"../../icon/gator/templates/lock.js";import"../../icon/gator/templates/magic-wand.js";import"../../icon/gator/templates/mail-open.js";import"../../icon/gator/templates/mail.js";import"../../icon/gator/templates/mailbox.js";import"../../icon/gator/templates/map.js";import"../../icon/gator/templates/menu-hamburger.js";import"../../icon/gator/templates/microsoft-excel-logo.js";import"../../icon/gator/templates/microsoft-outlook-logo.js";import"../../icon/gator/templates/microsoft-powerpoint-logo.js";import"../../icon/gator/templates/microsoft-teams-logo.js";import"../../icon/gator/templates/microsoft-word-logo.js";import"../../icon/gator/templates/minus-circle.js";import"../../icon/gator/templates/minus-square.js";import"../../icon/gator/templates/minus.js";import"../../icon/gator/templates/mobile-phone-2.js";import"../../icon/gator/templates/monitor.js";import"../../icon/gator/templates/move-doc.js";import"../../icon/gator/templates/move.js";import"../../icon/gator/templates/music.js";import"../../icon/gator/templates/number-0.js";import"../../icon/gator/templates/number-1.js";import"../../icon/gator/templates/number-10.js";import"../../icon/gator/templates/number-2.js";import"../../icon/gator/templates/number-3.js";import"../../icon/gator/templates/number-4.js";import"../../icon/gator/templates/number-5.js";import"../../icon/gator/templates/number-6.js";import"../../icon/gator/templates/number-7.js";import"../../icon/gator/templates/number-8.js";import"../../icon/gator/templates/number-9.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/pause-circle.js";import"../../icon/gator/templates/pause.js";import"../../icon/gator/templates/payments/payment-amazon-pay.js";import"../../icon/gator/templates/payments/payment-amex.js";import"../../icon/gator/templates/payments/payment-apple-pay.js";import"../../icon/gator/templates/payments/payment-discover.js";import"../../icon/gator/templates/payments/payment-google-pay.js";import"../../icon/gator/templates/payments/payment-mastercard.js";import"../../icon/gator/templates/payments/payment-visa.js";import"../../icon/gator/templates/pen.js";import"../../icon/gator/templates/pencil-paper.js";import"../../icon/gator/templates/pencil.js";import"../../icon/gator/templates/people-multiple.js";import"../../icon/gator/templates/people-share.js";import"../../icon/gator/templates/percent.js";import"../../icon/gator/templates/person-add.js";import"../../icon/gator/templates/person-check.js";import"../../icon/gator/templates/person-lock.js";import"../../icon/gator/templates/person.js";import"../../icon/gator/templates/phone-alert.js";import"../../icon/gator/templates/phone-mobile.js";import"../../icon/gator/templates/phone.js";import"../../icon/gator/templates/picture.js";import"../../icon/gator/templates/pin.js";import"../../icon/gator/templates/pinterest-logo.js";import"../../icon/gator/templates/play-circle.js";import"../../icon/gator/templates/play.js";import"../../icon/gator/templates/plugs.js";import"../../icon/gator/templates/plugs-connected.js";import"../../icon/gator/templates/plus-circle.js";import"../../icon/gator/templates/plus.js";import"../../icon/gator/templates/printer.js";import"../../icon/gator/templates/question-chat-bubble.js";import"../../icon/gator/templates/question-circle.js";import"../../icon/gator/templates/question-mark.js";import"../../icon/gator/templates/radio-selected.js";import"../../icon/gator/templates/radio.js";import"../../icon/gator/templates/receipt.js";import"../../icon/gator/templates/restricted-filled.js";import"../../icon/gator/templates/restricted.js";import"../../icon/gator/templates/robot.js";import"../../icon/gator/templates/sandals.js";import"../../icon/gator/templates/save.js";import"../../icon/gator/templates/screen.js";import"../../icon/gator/templates/search.js";import"../../icon/gator/templates/selection.js";import"../../icon/gator/templates/send-filled.js";import"../../icon/gator/templates/send.js";import"../../icon/gator/templates/settings.js";import"../../icon/gator/templates/share-1.js";import"../../icon/gator/templates/share-2.js";import"../../icon/gator/templates/shield-lock.js";import"../../icon/gator/templates/shield-warning.js";import"../../icon/gator/templates/sidebar-simple.js";import"../../icon/gator/templates/sidebar.js";import"../../icon/gator/templates/smart-home.js";import"../../icon/gator/templates/sort-arrow-solid-down.js";import"../../icon/gator/templates/sort-arrow-solid-left.js";import"../../icon/gator/templates/sort-arrow-solid-right.js";import"../../icon/gator/templates/sort-arrow-solid-up-down.js";import"../../icon/gator/templates/sort-arrow-solid-up.js";import"../../icon/gator/templates/sort-reverse-variant.js";import"../../icon/gator/templates/sort-variant.js";import"../../icon/gator/templates/sparkle-filled.js";import"../../icon/gator/templates/sparkle.js";import"../../icon/gator/templates/speech-bubble.js";import"../../icon/gator/templates/square-split-horizontal.js";import"../../icon/gator/templates/square-split-vertical.js";import"../../icon/gator/templates/square.js";import"../../icon/gator/templates/stack.js";import"../../icon/gator/templates/stamp.js";import"../../icon/gator/templates/star-four-filled.js";import"../../icon/gator/templates/star-four.js";import"../../icon/gator/templates/star.js";import"../../icon/gator/templates/stopwatch.js";import"../../icon/gator/templates/sun.js";import"../../icon/gator/templates/sync.js";import"../../icon/gator/templates/tab-arrows.js";import"../../icon/gator/templates/table.js";import"../../icon/gator/templates/target.js";import"../../icon/gator/templates/text-aa.js";import"../../icon/gator/templates/thumbs-down.js";import"../../icon/gator/templates/thumbs-up.js";import"../../icon/gator/templates/tools.js";import"../../icon/gator/templates/touch-id.js";import"../../icon/gator/templates/trash.js";import"../../icon/gator/templates/trend-up.js";import"../../icon/gator/templates/twitter-logo.js";import"../../icon/gator/templates/unlink.js";import"../../icon/gator/templates/unlock.js";import"../../icon/gator/templates/upload.js";import"../../icon/gator/templates/video.js";import"../../icon/gator/templates/waffle.js";import"../../icon/gator/templates/warning-circle.js";import"../../icon/gator/templates/warning-diamond.js";import"../../icon/gator/templates/warning-filled.js";import"../../icon/gator/templates/warning-octagon.js";import"../../icon/gator/templates/warning.js";import"../../icon/gator/templates/wet-sign.js";import"../../icon/gator/templates/wifi-off.js";import"../../icon/gator/templates/wifi.js";import"../../icon/gator/templates/x-logo.js";import"../../icon/gator/templates/yelp-logo.js";import"../../icon/gator/templates/youtube-logo.js";import"../../icon/gator/templates/zillow-logo.js";import"../../illustration/gator/illustration.gator.js";import"../../illustration/gator/templates/add-note.js";import"../../illustration/gator/templates/address.js";import"../../illustration/gator/templates/appointment-confirmed.js";import"../../illustration/gator/templates/assets.js";import"../../illustration/gator/templates/auto-money.js";import"../../illustration/gator/templates/balloons.js";import"../../illustration/gator/templates/bank-account.js";import"../../illustration/gator/templates/brief-case.js";import"../../illustration/gator/templates/calendar-home.js";import"../../illustration/gator/templates/change-data.js";import"../../illustration/gator/templates/check-with-pencil.js";import"../../illustration/gator/templates/co-borrower.js";import"../../illustration/gator/templates/co-borrowers.js";import"../../illustration/gator/templates/co-borrowers-incomplete.js";import"../../illustration/gator/templates/commercial.js";import"../../illustration/gator/templates/condo.js";import"../../illustration/gator/templates/connectivity.js";import"../../illustration/gator/templates/consumer.js";import"../../illustration/gator/templates/contact-search.js";import"../../illustration/gator/templates/conversation-multiple.js";import"../../illustration/gator/templates/credit-card.js";import"../../illustration/gator/templates/crop-background.js";import"../../illustration/gator/templates/crop-page.js";import"../../illustration/gator/templates/declarations-legal.js";import"../../illustration/gator/templates/deliver.js";import"../../illustration/gator/templates/demographic-info.js";import"../../illustration/gator/templates/document-add.js";import"../../illustration/gator/templates/document-signature.js";import"../../illustration/gator/templates/download-app.js";import"../../illustration/gator/templates/empty-box.js";import"../../illustration/gator/templates/family-home.js";import"../../illustration/gator/templates/home-search.js";import"../../illustration/gator/templates/house-5.js";import"../../illustration/gator/templates/house-6.js";import"../../illustration/gator/templates/house-fireworks.js";import"../../illustration/gator/templates/house-under-construction.js";import"../../illustration/gator/templates/house-with-shield.js";import"../../illustration/gator/templates/inquiry.js";import"../../illustration/gator/templates/locked.js";import"../../illustration/gator/templates/make-an-offer.js";import"../../illustration/gator/templates/mortgage.js";import"../../illustration/gator/templates/network-error.js";import"../../illustration/gator/templates/page-1.js";import"../../illustration/gator/templates/page-2.js";import"../../illustration/gator/templates/page-3.js";import"../../illustration/gator/templates/paper-3.js";import"../../illustration/gator/templates/paper-7.js";import"../../illustration/gator/templates/person-2.js";import"../../illustration/gator/templates/personal-info.js";import"../../illustration/gator/templates/portfolio-analytics.js";import"../../illustration/gator/templates/price-search.js";import"../../illustration/gator/templates/quick-links.js";import"../../illustration/gator/templates/register.js";import"../../illustration/gator/templates/schedule-home-tour.js";import"../../illustration/gator/templates/small-business.js";import"../../illustration/gator/templates/social-security.js";import"../../illustration/gator/templates/start-conversation.js";import"../../illustration/gator/templates/status.js";import"../../illustration/gator/templates/status-no-x.js";import"../../illustration/gator/templates/success.js";import"../../illustration/gator/templates/talkluments.js";import"../../illustration/gator/templates/thumbs-down-man.js";import"../../illustration/gator/templates/town-home.js";import"../../illustration/gator/templates/transfer.js";import"../../illustration/gator/templates/treasury.js";import"../../illustration/gator/templates/unsecured-line-of-credit.js";import"../../illustration/gator/templates/upload-cloud.js";import"../../illustration/gator/templates/your-bank.js";import"../../illustration/gator/templates/your-bank-placeholder.js";import{createRef as d,ref as h}from"../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/ref.js";import{classMap as s}from"../../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";import{NjcImageCard as v}from"../image-card.js";import f from"../../../packages/web-components/src/components/card/gator/base/card.gator.scss.js";import{unsafeCSS as g}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";var _=Object.getOwnPropertyDescriptor,$=Object.getPrototypeOf,I=Reflect.get,S=(t,m,e,l)=>{for(var p=l>1?void 0:l?_(m,e):m,a=t.length-1,n;a>=0;a--)(n=t[a])&&(p=n(p)||p);return p},k=(t,m,e)=>I($(t),e,m);let o=class extends v{constructor(){super(...arguments),this.containerRef=d(),this._onImageMouseEnter=()=>{this.skeleton||(this.imageHover=!0,this.setAttribute("image-hover",""))},this._onImageMouseLeave=()=>{this.imageHover=!1,this.removeAttribute("image-hover")}}render(){const t=this.variant==="full-image"?{mouseenter:this._onImageMouseEnter,mouseleave:this._onImageMouseLeave}:{};return i`
2
2
  <ngc-card ?elevated="${this.elevated}" ?outlined="${this.outlined}" ${h(this.containerRef)}>
3
3
  <div class="${s(this.innerClasses)}" style="${this.fullImageStyle}"
4
4
  @mouseenter=${t.mouseenter}