@ncino/web-components 5.1.0-preview.9 → 6.0.0-preview.2

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 (64) hide show
  1. package/dist/components/alert/alert.js +1 -1
  2. package/dist/components/alert/gator/base/alert.gator.js +4 -4
  3. package/dist/components/alert/gator/subtitle/alert-subtitle.gator.js +2 -2
  4. package/dist/components/alert/gator/title/alert-title.gator.js +2 -2
  5. package/dist/components/banner/gator/banner.gator.js +3 -3
  6. package/dist/components/boolean/boolean.gator.js +8 -9
  7. package/dist/components/button/gator/button.gator.js +3 -3
  8. package/dist/components/button-group/gator/button-group.gator.js +2 -2
  9. package/dist/components/checkbox/checkbox.gator.js +27 -23
  10. package/dist/components/checkbox-group/checkbox-group.gator.js +7 -8
  11. package/dist/components/date-picker/base/gator/datepicker.gator.js +9 -6
  12. package/dist/components/icon/gator/icon.gator.js +2 -2
  13. package/dist/components/input/gator/input-text/input-text.gator.js +13 -13
  14. package/dist/components/progress-bar/gator/progress-bar.gator.js +4 -2
  15. package/dist/components/radio/radio.gator.js +28 -22
  16. package/dist/components/radio-group/radio-group.gator.js +13 -15
  17. package/dist/components/selection-box-group/selection-box-group.gator.js +10 -12
  18. package/dist/components/table/gator/table-bulk-controls/table-bulk-controls.gator.js +19 -11
  19. package/dist/packages/web-components/src/components/alert/gator/base/alert.gator.scss.js +1 -1
  20. package/dist/packages/web-components/src/components/alert/gator/subtitle/alert-subtitle.gator.scss.js +1 -1
  21. package/dist/packages/web-components/src/components/alert/gator/title/alert-title.gator.scss.js +1 -1
  22. package/dist/packages/web-components/src/components/banner/gator/banner.gator.scss.js +1 -1
  23. package/dist/packages/web-components/src/components/boolean/boolean.gator.scss.js +1 -1
  24. package/dist/packages/web-components/src/components/boolean/boolean.gator.tokens.scss.js +1 -1
  25. package/dist/packages/web-components/src/components/breadcrumbs/gator/breadcrumb/breadcrumb.gator.scss.js +1 -1
  26. package/dist/packages/web-components/src/components/breadcrumbs/gator/breadcrumbs.gator.tokens.scss.js +1 -1
  27. package/dist/packages/web-components/src/components/button-card/button-card.tokens.scss.js +1 -1
  28. package/dist/packages/web-components/src/components/button-card/gator/button-card.gator.scss.js +1 -1
  29. package/dist/packages/web-components/src/components/card/card.tokens.scss.js +1 -1
  30. package/dist/packages/web-components/src/components/card/gator/base/card.gator.scss.js +1 -1
  31. package/dist/packages/web-components/src/components/card/gator/footer/card-footer.gator.scss.js +1 -1
  32. package/dist/packages/web-components/src/components/checkbox-group/checkbox-group.gator.scss.js +1 -1
  33. package/dist/packages/web-components/src/components/date-picker/base/gator/datepicker.gator.scss.js +1 -1
  34. package/dist/packages/web-components/src/components/display-card/gator/display-card.gator.scss.js +1 -1
  35. package/dist/packages/web-components/src/components/icon/gator/icon.gator.scss.js +1 -1
  36. package/dist/packages/web-components/src/components/input/gator/help-text/help-text.gator.scss.js +1 -1
  37. package/dist/packages/web-components/src/components/input/input.gator.scss.js +1 -1
  38. package/dist/packages/web-components/src/components/input/input.gator.tokens.scss.js +1 -1
  39. package/dist/packages/web-components/src/components/radio/radio.gator.scss.js +1 -1
  40. package/dist/packages/web-components/src/components/radio-group/radio-group.gator.scss.js +1 -1
  41. package/dist/packages/web-components/src/components/selection-box/selection-box.gator.tokens.scss.js +1 -1
  42. package/dist/packages/web-components/src/components/switch/switch.tokens.scss.js +1 -1
  43. package/dist/packages/web-components/src/components/table/gator/table-bulk-controls/table-bulk-controls.gator.scss.js +1 -1
  44. package/dist/packages/web-components/src/components/table/gator/table.gator.scss.js +1 -1
  45. package/dist/packages/web-components/src/components/tooltip/tooltip.tokens.scss.js +1 -1
  46. package/dist/packages/web-components/src/tokens/primitive.tokens.scss.js +1 -1
  47. package/dist/packages/web-components/src/tokens/semantic.tokens.scss.js +1 -1
  48. package/dist/types/components/alert/alert.d.ts +5 -0
  49. package/dist/types/components/alert/gator/base/alert.gator.d.ts +9 -1
  50. package/dist/types/components/banner/gator/banner.gator.d.ts +7 -1
  51. package/dist/types/components/boolean/boolean.gator.d.ts +2 -36
  52. package/dist/types/components/button-group/gator/button-group.gator.d.ts +1 -0
  53. package/dist/types/components/checkbox/checkbox.gator.d.ts +5 -10
  54. package/dist/types/components/checkbox-group/checkbox-group.gator.d.ts +2 -30
  55. package/dist/types/components/date-picker/base/gator/datepicker.gator.d.ts +1 -0
  56. package/dist/types/components/icon/gator/icon.gator.d.ts +2 -0
  57. package/dist/types/components/progress-bar/gator/progress-bar.gator.d.ts +1 -1
  58. package/dist/types/components/radio/radio.gator.d.ts +9 -25
  59. package/dist/types/components/radio-group/radio-group.gator.d.ts +2 -30
  60. package/dist/types/components/scoped-notification/scoped-notification.slds.d.ts +1 -1
  61. package/dist/types/components/selection-box-group/selection-box-group.gator.d.ts +2 -32
  62. package/dist/types/components/table/gator/table-bulk-controls/table-bulk-controls.gator.d.ts +3 -1
  63. package/package.json +1 -1
  64. package/web-types.json +706 -207
@@ -1,6 +1,6 @@
1
- import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{html as n}from"../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js";import"../../../node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js";import{customElement as h}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as e}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import"./templates/add-link.js";import"./templates/airplane.js";import"./templates/alarm.js";import"./templates/apartment.js";import"./templates/arrow-around.js";import"./templates/arrow-down.js";import"./templates/arrow-left.js";import"./templates/arrow-line-left.js";import"./templates/arrow-line-right.js";import"./templates/arrow-right.js";import"./templates/arrow-up.js";import"./templates/bank.js";import"./templates/bell-disabled.js";import"./templates/bell.js";import"./templates/binoculars.js";import"./templates/book.js";import"./templates/box.js";import"./templates/cake.js";import"./templates/calculator.js";import"./templates/calendar.js";import"./templates/camera.js";import"./templates/caret-up-down.js";import"./templates/case.js";import"./templates/chart-bar-horizontal.js";import"./templates/chart-bar.js";import"./templates/chart-donut.js";import"./templates/chart-line.js";import"./templates/chart-pie.js";import"./templates/chart-rise.js";import"./templates/chart-scatter.js";import"./templates/chat.js";import"./templates/check-circle.js";import"./templates/check.js";import"./templates/checkbox-selected.js";import"./templates/checkbox.js";import"./templates/checkerboard.js";import"./templates/chevron-down.js";import"./templates/chevron-left.js";import"./templates/chevron-right.js";import"./templates/chevron-up.js";import"./templates/circle-arrow-down.js";import"./templates/circle-arrow-left.js";import"./templates/circle-arrow-right.js";import"./templates/circle-arrow-up.js";import"./templates/circle-dashed.js";import"./templates/circle-filled.js";import"./templates/circle.js";import"./templates/city.js";import"./templates/clipboard.js";import"./templates/clock-clockwise.js";import"./templates/clock-counter-clockwise.js";import"./templates/clock.js";import"./templates/collapse.js";import"./templates/cone.js";import"./templates/contact-info.js";import"./templates/copy.js";import"./templates/credit-card.js";import"./templates/crop.js";import"./templates/crosshairs.js";import"./templates/currency-dollar-simple.js";import"./templates/currency-eur.js";import"./templates/currency-gbp.js";import"./templates/currency-inr.js";import"./templates/currency-jpy.js";import"./templates/currency-krw.js";import"./templates/currency-kzt.js";import"./templates/currency-ngn.js";import"./templates/currency-rub.js";import"./templates/cursor-arrow.js";import"./templates/cursor-hand.js";import"./templates/cursor.js";import"./templates/dashboard.js";import"./templates/delete.js";import"./templates/dna.js";import"./templates/document-add.js";import"./templates/document-check.js";import"./templates/document-e-sign.js";import"./templates/document-image.js";import"./templates/document-pdf.js";import"./templates/document-sign.js";import"./templates/document-zip.js";import"./templates/document.js";import"./templates/dollar-bills.js";import"./templates/dollar-house.js";import"./templates/down-payment.js";import"./templates/download.js";import"./templates/drag-drop.js";import"./templates/earth.js";import"./templates/exclude-square.js";import"./templates/exit-circle.js";import"./templates/exit-left.js";import"./templates/exit.js";import"./templates/expand-arrows.js";import"./templates/expand.js";import"./templates/export.js";import"./templates/eye-closed.js";import"./templates/eye-crossed.js";import"./templates/eye.js";import"./templates/facebook-logo.js";import"./templates/file-code.js";import"./templates/files.js";import"./templates/filter-funnel.js";import"./templates/filters-2.js";import"./templates/filters.js";import"./templates/flags/flag-ad-andorra.js";import"./templates/flags/flag-ae-united-arab-emirates.js";import"./templates/flags/flag-af-afghanistan.js";import"./templates/flags/flag-ag-antigua-and-barbuda.js";import"./templates/flags/flag-ai-anguilla.js";import"./templates/flags/flag-al-albania.js";import"./templates/flags/flag-am-armenia.js";import"./templates/flags/flag-ao-angola.js";import"./templates/flags/flag-aq-antarctica.js";import"./templates/flags/flag-ar-argentina.js";import"./templates/flags/flag-as-american-smoa.js";import"./templates/flags/flag-at-austria.js";import"./templates/flags/flag-au-australia.js";import"./templates/flags/flag-aw-aruba.js";import"./templates/flags/flag-ax-aland-islands.js";import"./templates/flags/flag-az-azerbaijan.js";import"./templates/flags/flag-ba-bosnia-and-herzegovina.js";import"./templates/flags/flag-bb-barbados.js";import"./templates/flags/flag-bd-bangladesh.js";import"./templates/flags/flag-be-belgium.js";import"./templates/flags/flag-bf-burkina-faso.js";import"./templates/flags/flag-bg-bulgaria.js";import"./templates/flags/flag-bh-bahrain.js";import"./templates/flags/flag-bi-burundi.js";import"./templates/flags/flag-bj-benin.js";import"./templates/flags/flag-bl-saint-barthelemy.js";import"./templates/flags/flag-bm-bermuda.js";import"./templates/flags/flag-bn-brunei-darussalam.js";import"./templates/flags/flag-bo-bolivia.js";import"./templates/flags/flag-bq-bo-bonaire.js";import"./templates/flags/flag-bq-sa-sba.js";import"./templates/flags/flag-bq-se-snt-eustatius.js";import"./templates/flags/flag-br-brazil.js";import"./templates/flags/flag-bs-bahamas.js";import"./templates/flags/flag-bt-bhutan.js";import"./templates/flags/flag-bv-bouvet-island.js";import"./templates/flags/flag-bw-botswana.js";import"./templates/flags/flag-by-belarus.js";import"./templates/flags/flag-bz-belize.js";import"./templates/flags/flag-ca-canada.js";import"./templates/flags/flag-cc-cocos-keeling-islands.js";import"./templates/flags/flag-cd-democratic-republic-of-the-congo.js";import"./templates/flags/flag-cf-central-african-republic.js";import"./templates/flags/flag-cg-republic-of-the-congo.js";import"./templates/flags/flag-ch-switzerland.js";import"./templates/flags/flag-ci-côte-divoire-ivory-coast.js";import"./templates/flags/flag-ck-cook-islands.js";import"./templates/flags/flag-cl-chile.js";import"./templates/flags/flag-cm-cameroon.js";import"./templates/flags/flag-cn-china.js";import"./templates/flags/flag-co-colombia.js";import"./templates/flags/flag-cr-costa-rica.js";import"./templates/flags/flag-cu-cuba.js";import"./templates/flags/flag-cv-cabo-verde.js";import"./templates/flags/flag-cw-curaçao.js";import"./templates/flags/flag-cx-christmas-island.js";import"./templates/flags/flag-cy-cyprus.js";import"./templates/flags/flag-cz-czech-republic.js";import"./templates/flags/flag-de-germany.js";import"./templates/flags/flag-dj-djibouti.js";import"./templates/flags/flag-dk-denmark.js";import"./templates/flags/flag-dm-dominica.js";import"./templates/flags/flag-do-dominican-republic.js";import"./templates/flags/flag-dz-algeria.js";import"./templates/flags/flag-ec-ecuador.js";import"./templates/flags/flag-ee-estonia.js";import"./templates/flags/flag-eg-egypt.js";import"./templates/flags/flag-eh-western-sahara.js";import"./templates/flags/flag-er-eritrea.js";import"./templates/flags/flag-es-sain.js";import"./templates/flags/flag-et-ethiopia.js";import"./templates/flags/flag-fi-finland.js";import"./templates/flags/flag-fj-fiji.js";import"./templates/flags/flag-fk-falkland-islands.js";import"./templates/flags/flag-fm-federated-states-of-micronesia.js";import"./templates/flags/flag-fo-faroe-islands.js";import"./templates/flags/flag-fr-france.js";import"./templates/flags/flag-ga-gabon.js";import"./templates/flags/flag-gb-eng-england.js";import"./templates/flags/flag-gb-nir-northern-ireland.js";import"./templates/flags/flag-gb-sct-sotland.js";import"./templates/flags/flag-gb-ukm-united-kingdom.js";import"./templates/flags/flag-gb-wls-wales.js";import"./templates/flags/flag-gd-grenada.js";import"./templates/flags/flag-ge-georgia.js";import"./templates/flags/flag-gf-french-guiana.js";import"./templates/flags/flag-gg-guernsey.js";import"./templates/flags/flag-gh-ghana.js";import"./templates/flags/flag-gi-gibraltar.js";import"./templates/flags/flag-gl-greenland.js";import"./templates/flags/flag-gm-gambia.js";import"./templates/flags/flag-gn-guinea.js";import"./templates/flags/flag-gp-guadeloupe-2.js";import"./templates/flags/flag-gp-guadeloupe.js";import"./templates/flags/flag-gq-equatorial-guinea.js";import"./templates/flags/flag-gr-greece.js";import"./templates/flags/flag-gs-s-georgia-and-s-sandwich-islands.js";import"./templates/flags/flag-gt-guatemala.js";import"./templates/flags/flag-gu-guam.js";import"./templates/flags/flag-gw-guinea-bissau.js";import"./templates/flags/flag-gy-guyana.js";import"./templates/flags/flag-hk-hong-kong.js";import"./templates/flags/flag-hm-heard-and-mcdonald-islands.js";import"./templates/flags/flag-hn-honduras.js";import"./templates/flags/flag-hr-croatia-hrvatska.js";import"./templates/flags/flag-ht-haiti.js";import"./templates/flags/flag-hu-hungary.js";import"./templates/flags/flag-id-indonesia.js";import"./templates/flags/flag-ie-ireland.js";import"./templates/flags/flag-il-isreal.js";import"./templates/flags/flag-im-isle-of-man.js";import"./templates/flags/flag-in-india.js";import"./templates/flags/flag-io-british-indian-ocean-territory.js";import"./templates/flags/flag-iq-iraq.js";import"./templates/flags/flag-ir-iran.js";import"./templates/flags/flag-is-iceland.js";import"./templates/flags/flag-it-italy.js";import"./templates/flags/flag-je-jersey.js";import"./templates/flags/flag-jm-jamaica.js";import"./templates/flags/flag-jo-jordan.js";import"./templates/flags/flag-jp-japan.js";import"./templates/flags/flag-ke-kenia.js";import"./templates/flags/flag-kg-kyrgyzstan.js";import"./templates/flags/flag-kh-cambodia.js";import"./templates/flags/flag-ki--kiribati.js";import"./templates/flags/flag-km-comoros.js";import"./templates/flags/flag-kn-saint-kitts-and-nevis.js";import"./templates/flags/flag-kp-korea-north.js";import"./templates/flags/flag-kr-korea-south.js";import"./templates/flags/flag-kw-kuwait.js";import"./templates/flags/flag-ky-cayman-islands.js";import"./templates/flags/flag-kz-kazakhstan.js";import"./templates/flags/flag-la-laos.js";import"./templates/flags/flag-lb-lebanon.js";import"./templates/flags/flag-lc-saint-lucia.js";import"./templates/flags/flag-li-liechtenstein.js";import"./templates/flags/flag-lk-sri-lanka.js";import"./templates/flags/flag-lr-liberia.js";import"./templates/flags/flag-ls-lesotho.js";import"./templates/flags/flag-lt-lithuania.js";import"./templates/flags/flag-lu-luxembourg.js";import"./templates/flags/flag-lv-latvia.js";import"./templates/flags/flag-ly-libya.js";import"./templates/flags/flag-ma-morocco.js";import"./templates/flags/flag-mc-monaco.js";import"./templates/flags/flag-md-moldova.js";import"./templates/flags/flag-me-montenegro.js";import"./templates/flags/flag-mf-saint-martin.js";import"./templates/flags/flag-mg-madagascar.js";import"./templates/flags/flag-mh-marshall-islands.js";import"./templates/flags/flag-mk-north-macedonia.js";import"./templates/flags/flag-ml-mali.js";import"./templates/flags/flag-mm-myanmar.js";import"./templates/flags/flag-mn-mongolia.js";import"./templates/flags/flag-mo-macao.js";import"./templates/flags/flag-mp-northern-mariana-islands.js";import"./templates/flags/flag-mq-martinique-2.js";import"./templates/flags/flag-mq-martinique.js";import"./templates/flags/flag-mr-mauritania.js";import"./templates/flags/flag-ms-montserrat.js";import"./templates/flags/flag-mt-malta.js";import"./templates/flags/flag-mu-mauritius.js";import"./templates/flags/flag-mv-maldives.js";import"./templates/flags/flag-mw-malawi.js";import"./templates/flags/flag-mx-mexico.js";import"./templates/flags/flag-my-malaysia.js";import"./templates/flags/flag-mz-mozambique.js";import"./templates/flags/flag-na-namibia.js";import"./templates/flags/flag-nc-new-caledonia.js";import"./templates/flags/flag-ne-niger.js";import"./templates/flags/flag-nf-norfolk-island.js";import"./templates/flags/flag-ng-nigeria.js";import"./templates/flags/flag-ni-nicaragua.js";import"./templates/flags/flag-nl-netherlands.js";import"./templates/flags/flag-no-norway.js";import"./templates/flags/flag-np-nepal.js";import"./templates/flags/flag-nr-nauru.js";import"./templates/flags/flag-nu-niue.js";import"./templates/flags/flag-nz-new-zealand-aotearoa.js";import"./templates/flags/flag-om-oman.js";import"./templates/flags/flag-pa-panama.js";import"./templates/flags/flag-pe-peru.js";import"./templates/flags/flag-pf-french-polynesia.js";import"./templates/flags/flag-pg-papua-new-guinea.js";import"./templates/flags/flag-ph-philippines.js";import"./templates/flags/flag-pk-pakistan.js";import"./templates/flags/flag-pl-poland.js";import"./templates/flags/flag-pm-saint-pierre-and-miquelon.js";import"./templates/flags/flag-pm-st-pierre-and-miquelon.js";import"./templates/flags/flag-pn-pitcairn-islands.js";import"./templates/flags/flag-pr-puerto-rico.js";import"./templates/flags/flag-ps-palestinian-territory.js";import"./templates/flags/flag-pt-portugal.js";import"./templates/flags/flag-pw-palau.js";import"./templates/flags/flag-py-paraguay.js";import"./templates/flags/flag-qa-qatar.js";import"./templates/flags/flag-re-reunion.js";import"./templates/flags/flag-ro-romania.js";import"./templates/flags/flag-rs-srbia.js";import"./templates/flags/flag-ru-russian-federation.js";import"./templates/flags/flag-rw-rwanda.js";import"./templates/flags/flag-sa-sudi-arabia.js";import"./templates/flags/flag-sb-slomon-islands.js";import"./templates/flags/flag-sc-sychelles.js";import"./templates/flags/flag-sd-sdan.js";import"./templates/flags/flag-se-seden.js";import"./templates/flags/flag-sg-sngapore.js";import"./templates/flags/flag-sh-sint-helena.js";import"./templates/flags/flag-si-sovenia.js";import"./templates/flags/flag-sj-salbard-and-jan-mayen.js";import"./templates/flags/flag-sk-sovakia.js";import"./templates/flags/flag-sl-serra-leone.js";import"./templates/flags/flag-sm-sn-marino.js";import"./templates/flags/flag-sn-snegal.js";import"./templates/flags/flag-so-smalia.js";import"./templates/flags/flag-sr-sriname.js";import"./templates/flags/flag-ss-south-sudan.js";import"./templates/flags/flag-st-so-tome-and-principe.js";import"./templates/flags/flag-sv-el-slvador.js";import"./templates/flags/flag-sx-snt-maarten.js";import"./templates/flags/flag-sy-sria.js";import"./templates/flags/flag-sz-saziland.js";import"./templates/flags/flag-tc-turks-and-caicos-islands.js";import"./templates/flags/flag-td-chad.js";import"./templates/flags/flag-tf-french-southern-and-antarctic-lands.js";import"./templates/flags/flag-tg-togo.js";import"./templates/flags/flag-th-thailand.js";import"./templates/flags/flag-tj-tajikistan.js";import"./templates/flags/flag-tk-tokelau.js";import"./templates/flags/flag-tl-timor-leste.js";import"./templates/flags/flag-tm-turkmenistan.js";import"./templates/flags/flag-tn-tunisia.js";import"./templates/flags/flag-to-tonga.js";import"./templates/flags/flag-tr-turkey.js";import"./templates/flags/flag-tt-trinidad-and-tobago.js";import"./templates/flags/flag-tv-tuvalu.js";import"./templates/flags/flag-tw-taiwan.js";import"./templates/flags/flag-tz-tanzania.js";import"./templates/flags/flag-ua-ukraine.js";import"./templates/flags/flag-ug-uganda.js";import"./templates/flags/flag-um-united-states-minor-outlying-islands.js";import"./templates/flags/flag-us-united-states.js";import"./templates/flags/flag-uy-uruguay.js";import"./templates/flags/flag-uz-uzbekistan.js";import"./templates/flags/flag-va-vatican-city-state.js";import"./templates/flags/flag-vc-saint-vincent-and-the-grenadines.js";import"./templates/flags/flag-ve-venezuela.js";import"./templates/flags/flag-vg-virgin-islands-british.js";import"./templates/flags/flag-vi-virgin-islands-us.js";import"./templates/flags/flag-vn-vietnam.js";import"./templates/flags/flag-vu-vanuatu.js";import"./templates/flags/flag-wf-wallis-and-futuna.js";import"./templates/flags/flag-ws-smoa.js";import"./templates/flags/flag-ye-yemen.js";import"./templates/flags/flag-yt-unf-mayotte.js";import"./templates/flags/flag-za-south-africa.js";import"./templates/flags/flag-zm-zambia.js";import"./templates/flags/flag-zw-zimbabwe.js";import"./templates/flame.js";import"./templates/flash-off.js";import"./templates/flash-on.js";import"./templates/folder.js";import"./templates/gauge.js";import"./templates/grid-four.js";import"./templates/grid-nine.js";import"./templates/hammer.js";import"./templates/hand-pointing.js";import"./templates/heart.js";import"./templates/home-door.js";import"./templates/home-finance-arrow.js";import"./templates/home-finance.js";import"./templates/home-search.js";import"./templates/house-simple.js";import"./templates/house.js";import"./templates/inbox.js";import"./templates/info.js";import"./templates/instagram-logo.js";import"./templates/interest-rate.js";import"./templates/invoice.js";import"./templates/kanban.js";import"./templates/label.js";import"./templates/laptop.js";import"./templates/layout.js";import"./templates/lightbulb-filament.js";import"./templates/lightbulb.js";import"./templates/link.js";import"./templates/linkedin-logo.js";import"./templates/list-star.js";import"./templates/list.js";import"./templates/loading-spinner-gif.js";import"./templates/loading.js";import"./templates/lock.js";import"./templates/magic-wand.js";import"./templates/mail-open.js";import"./templates/mail.js";import"./templates/mailbox.js";import"./templates/map.js";import"./templates/menu-hamburger.js";import"./templates/microsoft-excel-logo.js";import"./templates/microsoft-outlook-logo.js";import"./templates/microsoft-powerpoint-logo.js";import"./templates/microsoft-teams-logo.js";import"./templates/microsoft-word-logo.js";import"./templates/minus-circle.js";import"./templates/minus-square.js";import"./templates/minus.js";import"./templates/mobile-phone-2.js";import"./templates/monitor.js";import"./templates/move-doc.js";import"./templates/move.js";import"./templates/music.js";import"./templates/number-1.js";import"./templates/number-2.js";import"./templates/number-3.js";import"./templates/overflow-menu.js";import"./templates/paper-airplane.js";import"./templates/paperclip.js";import"./templates/payments/payment-amazon-pay.js";import"./templates/payments/payment-amex.js";import"./templates/payments/payment-apple-pay.js";import"./templates/payments/payment-discover.js";import"./templates/payments/payment-google-pay.js";import"./templates/payments/payment-mastercard.js";import"./templates/payments/payment-visa.js";import"./templates/pen.js";import"./templates/pencil-paper.js";import"./templates/pencil.js";import"./templates/people-multiple.js";import"./templates/people-share.js";import"./templates/percent.js";import"./templates/person-add.js";import"./templates/person-check.js";import"./templates/person-lock.js";import"./templates/person.js";import"./templates/phone-alert.js";import"./templates/phone-mobile.js";import"./templates/phone.js";import"./templates/picture.js";import"./templates/pin.js";import"./templates/pinterest-logo.js";import"./templates/plus-circle.js";import"./templates/plus.js";import"./templates/printer.js";import"./templates/question-chat-bubble.js";import"./templates/question-circle.js";import"./templates/question-mark.js";import"./templates/radio-selected.js";import"./templates/radio.js";import"./templates/receipt.js";import"./templates/restricted.js";import"./templates/sandals.js";import"./templates/save.js";import"./templates/screen.js";import"./templates/search.js";import"./templates/selection.js";import"./templates/send.js";import"./templates/settings.js";import"./templates/share-1.js";import"./templates/share-2.js";import"./templates/shield-lock.js";import"./templates/shield-warning.js";import"./templates/sidebar-simple.js";import"./templates/sidebar.js";import"./templates/smart-home.js";import"./templates/sort-arrow-solid-down.js";import"./templates/sort-arrow-solid-left.js";import"./templates/sort-arrow-solid-right.js";import"./templates/sort-arrow-solid-up-down.js";import"./templates/sort-arrow-solid-up.js";import"./templates/sort-reverse-variant.js";import"./templates/sort-variant.js";import"./templates/sparkle-filled.js";import"./templates/sparkle.js";import"./templates/speech-bubble.js";import"./templates/square-split-horizontal.js";import"./templates/square-split-vertical.js";import"./templates/square.js";import"./templates/stack.js";import"./templates/stamp.js";import"./templates/star-four-filled.js";import"./templates/star-four.js";import"./templates/star.js";import"./templates/stopwatch.js";import"./templates/sun.js";import"./templates/sync.js";import"./templates/tab-arrows.js";import"./templates/table.js";import"./templates/target.js";import"./templates/text-aa.js";import"./templates/thumbs-down.js";import"./templates/thumbs-up.js";import"./templates/tools.js";import"./templates/touch-id.js";import"./templates/trash.js";import"./templates/trend-up.js";import"./templates/twitter-logo.js";import"./templates/unlink.js";import"./templates/unlock.js";import"./templates/upload.js";import"./templates/video.js";import"./templates/waffle.js";import"./templates/warning-circle.js";import"./templates/warning-diamond.js";import"./templates/warning-octagon.js";import"./templates/warning.js";import"./templates/wet-sign.js";import"./templates/wifi-off.js";import"./templates/wifi.js";import"./templates/x-logo.js";import"./templates/yelp-logo.js";import"./templates/youtube-logo.js";import"./templates/zillow-logo.js";import{icons as c}from"../icon-registry.js";import g from"../../../packages/web-components/src/components/icon/gator/icon.gator.scss.js";import"../../skeleton-loader/gator/skeleton-loader.gator.js";import{NgcComponent as u}from"../../../utils/components/ngc-component.js";import{unsafeCSS as d}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var f=Object.defineProperty,v=Object.getOwnPropertyDescriptor,_=Object.getPrototypeOf,y=Reflect.get,p=(t,i,o,s)=>{for(var m=s>1?void 0:s?v(i,o):i,a=t.length-1,l;a>=0;a--)(l=t[a])&&(m=(s?l(i,o,m):l(m))||m);return s&&m&&f(i,o,m),m},b=(t,i,o)=>y(_(t),o,i);let r=class extends u{constructor(){super(...arguments),this.name="",this.label="",this.background=!1,this.skeleton=!1,this.size="medium"}updated(t){if(!this.skeleton&&(this._svg=this.shadowRoot?.querySelector("svg"),this._svg&&(this._svg?.classList.add("gator-icon"),this._svg?.setAttribute("role","img"),this.label&&this._svg.setAttribute("aria-label",this.label),this._svg.setAttribute("aria-hidden",this.label===""?"true":"false"),this.width&&(this._svg.style.width=this.width),this.height&&(this._svg.style.height=this.height),this.background?this._svg.classList.add("gator-icon-background"):this._svg.classList.remove("gator-icon-background"),t.has("size")))){const i=t.get("size");this._svg.classList.remove(`gator-icon_${i}`),this._svg.classList.add(`gator-icon_${this.size}`)}}render(){return this.skeleton?n`
1
+ import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{html as n}from"../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js";import"../../../node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js";import{customElement as h}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as m}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import"./templates/add-link.js";import"./templates/airplane.js";import"./templates/alarm.js";import"./templates/apartment.js";import"./templates/arrow-around.js";import"./templates/arrow-down.js";import"./templates/arrow-left.js";import"./templates/arrow-line-left.js";import"./templates/arrow-line-right.js";import"./templates/arrow-right.js";import"./templates/arrow-up.js";import"./templates/bank.js";import"./templates/bell-disabled.js";import"./templates/bell.js";import"./templates/binoculars.js";import"./templates/book.js";import"./templates/box.js";import"./templates/cake.js";import"./templates/calculator.js";import"./templates/calendar.js";import"./templates/camera.js";import"./templates/caret-up-down.js";import"./templates/case.js";import"./templates/chart-bar-horizontal.js";import"./templates/chart-bar.js";import"./templates/chart-donut.js";import"./templates/chart-line.js";import"./templates/chart-pie.js";import"./templates/chart-rise.js";import"./templates/chart-scatter.js";import"./templates/chat.js";import"./templates/check-circle.js";import"./templates/check.js";import"./templates/checkbox-selected.js";import"./templates/checkbox.js";import"./templates/checkerboard.js";import"./templates/chevron-down.js";import"./templates/chevron-left.js";import"./templates/chevron-right.js";import"./templates/chevron-up.js";import"./templates/circle-arrow-down.js";import"./templates/circle-arrow-left.js";import"./templates/circle-arrow-right.js";import"./templates/circle-arrow-up.js";import"./templates/circle-dashed.js";import"./templates/circle-filled.js";import"./templates/circle.js";import"./templates/city.js";import"./templates/clipboard.js";import"./templates/clock-clockwise.js";import"./templates/clock-counter-clockwise.js";import"./templates/clock.js";import"./templates/collapse.js";import"./templates/cone.js";import"./templates/contact-info.js";import"./templates/copy.js";import"./templates/credit-card.js";import"./templates/crop.js";import"./templates/crosshairs.js";import"./templates/currency-dollar-simple.js";import"./templates/currency-eur.js";import"./templates/currency-gbp.js";import"./templates/currency-inr.js";import"./templates/currency-jpy.js";import"./templates/currency-krw.js";import"./templates/currency-kzt.js";import"./templates/currency-ngn.js";import"./templates/currency-rub.js";import"./templates/cursor-arrow.js";import"./templates/cursor-hand.js";import"./templates/cursor.js";import"./templates/dashboard.js";import"./templates/delete.js";import"./templates/dna.js";import"./templates/document-add.js";import"./templates/document-check.js";import"./templates/document-e-sign.js";import"./templates/document-image.js";import"./templates/document-pdf.js";import"./templates/document-sign.js";import"./templates/document-zip.js";import"./templates/document.js";import"./templates/dollar-bills.js";import"./templates/dollar-house.js";import"./templates/down-payment.js";import"./templates/download.js";import"./templates/drag-drop.js";import"./templates/earth.js";import"./templates/exclude-square.js";import"./templates/exit-circle.js";import"./templates/exit-left.js";import"./templates/exit.js";import"./templates/expand-arrows.js";import"./templates/expand.js";import"./templates/export.js";import"./templates/eye-closed.js";import"./templates/eye-crossed.js";import"./templates/eye.js";import"./templates/facebook-logo.js";import"./templates/file-code.js";import"./templates/files.js";import"./templates/filter-funnel.js";import"./templates/filters-2.js";import"./templates/filters.js";import"./templates/flags/flag-ad-andorra.js";import"./templates/flags/flag-ae-united-arab-emirates.js";import"./templates/flags/flag-af-afghanistan.js";import"./templates/flags/flag-ag-antigua-and-barbuda.js";import"./templates/flags/flag-ai-anguilla.js";import"./templates/flags/flag-al-albania.js";import"./templates/flags/flag-am-armenia.js";import"./templates/flags/flag-ao-angola.js";import"./templates/flags/flag-aq-antarctica.js";import"./templates/flags/flag-ar-argentina.js";import"./templates/flags/flag-as-american-smoa.js";import"./templates/flags/flag-at-austria.js";import"./templates/flags/flag-au-australia.js";import"./templates/flags/flag-aw-aruba.js";import"./templates/flags/flag-ax-aland-islands.js";import"./templates/flags/flag-az-azerbaijan.js";import"./templates/flags/flag-ba-bosnia-and-herzegovina.js";import"./templates/flags/flag-bb-barbados.js";import"./templates/flags/flag-bd-bangladesh.js";import"./templates/flags/flag-be-belgium.js";import"./templates/flags/flag-bf-burkina-faso.js";import"./templates/flags/flag-bg-bulgaria.js";import"./templates/flags/flag-bh-bahrain.js";import"./templates/flags/flag-bi-burundi.js";import"./templates/flags/flag-bj-benin.js";import"./templates/flags/flag-bl-saint-barthelemy.js";import"./templates/flags/flag-bm-bermuda.js";import"./templates/flags/flag-bn-brunei-darussalam.js";import"./templates/flags/flag-bo-bolivia.js";import"./templates/flags/flag-bq-bo-bonaire.js";import"./templates/flags/flag-bq-sa-sba.js";import"./templates/flags/flag-bq-se-snt-eustatius.js";import"./templates/flags/flag-br-brazil.js";import"./templates/flags/flag-bs-bahamas.js";import"./templates/flags/flag-bt-bhutan.js";import"./templates/flags/flag-bv-bouvet-island.js";import"./templates/flags/flag-bw-botswana.js";import"./templates/flags/flag-by-belarus.js";import"./templates/flags/flag-bz-belize.js";import"./templates/flags/flag-ca-canada.js";import"./templates/flags/flag-cc-cocos-keeling-islands.js";import"./templates/flags/flag-cd-democratic-republic-of-the-congo.js";import"./templates/flags/flag-cf-central-african-republic.js";import"./templates/flags/flag-cg-republic-of-the-congo.js";import"./templates/flags/flag-ch-switzerland.js";import"./templates/flags/flag-ci-côte-divoire-ivory-coast.js";import"./templates/flags/flag-ck-cook-islands.js";import"./templates/flags/flag-cl-chile.js";import"./templates/flags/flag-cm-cameroon.js";import"./templates/flags/flag-cn-china.js";import"./templates/flags/flag-co-colombia.js";import"./templates/flags/flag-cr-costa-rica.js";import"./templates/flags/flag-cu-cuba.js";import"./templates/flags/flag-cv-cabo-verde.js";import"./templates/flags/flag-cw-curaçao.js";import"./templates/flags/flag-cx-christmas-island.js";import"./templates/flags/flag-cy-cyprus.js";import"./templates/flags/flag-cz-czech-republic.js";import"./templates/flags/flag-de-germany.js";import"./templates/flags/flag-dj-djibouti.js";import"./templates/flags/flag-dk-denmark.js";import"./templates/flags/flag-dm-dominica.js";import"./templates/flags/flag-do-dominican-republic.js";import"./templates/flags/flag-dz-algeria.js";import"./templates/flags/flag-ec-ecuador.js";import"./templates/flags/flag-ee-estonia.js";import"./templates/flags/flag-eg-egypt.js";import"./templates/flags/flag-eh-western-sahara.js";import"./templates/flags/flag-er-eritrea.js";import"./templates/flags/flag-es-sain.js";import"./templates/flags/flag-et-ethiopia.js";import"./templates/flags/flag-fi-finland.js";import"./templates/flags/flag-fj-fiji.js";import"./templates/flags/flag-fk-falkland-islands.js";import"./templates/flags/flag-fm-federated-states-of-micronesia.js";import"./templates/flags/flag-fo-faroe-islands.js";import"./templates/flags/flag-fr-france.js";import"./templates/flags/flag-ga-gabon.js";import"./templates/flags/flag-gb-eng-england.js";import"./templates/flags/flag-gb-nir-northern-ireland.js";import"./templates/flags/flag-gb-sct-sotland.js";import"./templates/flags/flag-gb-ukm-united-kingdom.js";import"./templates/flags/flag-gb-wls-wales.js";import"./templates/flags/flag-gd-grenada.js";import"./templates/flags/flag-ge-georgia.js";import"./templates/flags/flag-gf-french-guiana.js";import"./templates/flags/flag-gg-guernsey.js";import"./templates/flags/flag-gh-ghana.js";import"./templates/flags/flag-gi-gibraltar.js";import"./templates/flags/flag-gl-greenland.js";import"./templates/flags/flag-gm-gambia.js";import"./templates/flags/flag-gn-guinea.js";import"./templates/flags/flag-gp-guadeloupe-2.js";import"./templates/flags/flag-gp-guadeloupe.js";import"./templates/flags/flag-gq-equatorial-guinea.js";import"./templates/flags/flag-gr-greece.js";import"./templates/flags/flag-gs-s-georgia-and-s-sandwich-islands.js";import"./templates/flags/flag-gt-guatemala.js";import"./templates/flags/flag-gu-guam.js";import"./templates/flags/flag-gw-guinea-bissau.js";import"./templates/flags/flag-gy-guyana.js";import"./templates/flags/flag-hk-hong-kong.js";import"./templates/flags/flag-hm-heard-and-mcdonald-islands.js";import"./templates/flags/flag-hn-honduras.js";import"./templates/flags/flag-hr-croatia-hrvatska.js";import"./templates/flags/flag-ht-haiti.js";import"./templates/flags/flag-hu-hungary.js";import"./templates/flags/flag-id-indonesia.js";import"./templates/flags/flag-ie-ireland.js";import"./templates/flags/flag-il-isreal.js";import"./templates/flags/flag-im-isle-of-man.js";import"./templates/flags/flag-in-india.js";import"./templates/flags/flag-io-british-indian-ocean-territory.js";import"./templates/flags/flag-iq-iraq.js";import"./templates/flags/flag-ir-iran.js";import"./templates/flags/flag-is-iceland.js";import"./templates/flags/flag-it-italy.js";import"./templates/flags/flag-je-jersey.js";import"./templates/flags/flag-jm-jamaica.js";import"./templates/flags/flag-jo-jordan.js";import"./templates/flags/flag-jp-japan.js";import"./templates/flags/flag-ke-kenia.js";import"./templates/flags/flag-kg-kyrgyzstan.js";import"./templates/flags/flag-kh-cambodia.js";import"./templates/flags/flag-ki--kiribati.js";import"./templates/flags/flag-km-comoros.js";import"./templates/flags/flag-kn-saint-kitts-and-nevis.js";import"./templates/flags/flag-kp-korea-north.js";import"./templates/flags/flag-kr-korea-south.js";import"./templates/flags/flag-kw-kuwait.js";import"./templates/flags/flag-ky-cayman-islands.js";import"./templates/flags/flag-kz-kazakhstan.js";import"./templates/flags/flag-la-laos.js";import"./templates/flags/flag-lb-lebanon.js";import"./templates/flags/flag-lc-saint-lucia.js";import"./templates/flags/flag-li-liechtenstein.js";import"./templates/flags/flag-lk-sri-lanka.js";import"./templates/flags/flag-lr-liberia.js";import"./templates/flags/flag-ls-lesotho.js";import"./templates/flags/flag-lt-lithuania.js";import"./templates/flags/flag-lu-luxembourg.js";import"./templates/flags/flag-lv-latvia.js";import"./templates/flags/flag-ly-libya.js";import"./templates/flags/flag-ma-morocco.js";import"./templates/flags/flag-mc-monaco.js";import"./templates/flags/flag-md-moldova.js";import"./templates/flags/flag-me-montenegro.js";import"./templates/flags/flag-mf-saint-martin.js";import"./templates/flags/flag-mg-madagascar.js";import"./templates/flags/flag-mh-marshall-islands.js";import"./templates/flags/flag-mk-north-macedonia.js";import"./templates/flags/flag-ml-mali.js";import"./templates/flags/flag-mm-myanmar.js";import"./templates/flags/flag-mn-mongolia.js";import"./templates/flags/flag-mo-macao.js";import"./templates/flags/flag-mp-northern-mariana-islands.js";import"./templates/flags/flag-mq-martinique-2.js";import"./templates/flags/flag-mq-martinique.js";import"./templates/flags/flag-mr-mauritania.js";import"./templates/flags/flag-ms-montserrat.js";import"./templates/flags/flag-mt-malta.js";import"./templates/flags/flag-mu-mauritius.js";import"./templates/flags/flag-mv-maldives.js";import"./templates/flags/flag-mw-malawi.js";import"./templates/flags/flag-mx-mexico.js";import"./templates/flags/flag-my-malaysia.js";import"./templates/flags/flag-mz-mozambique.js";import"./templates/flags/flag-na-namibia.js";import"./templates/flags/flag-nc-new-caledonia.js";import"./templates/flags/flag-ne-niger.js";import"./templates/flags/flag-nf-norfolk-island.js";import"./templates/flags/flag-ng-nigeria.js";import"./templates/flags/flag-ni-nicaragua.js";import"./templates/flags/flag-nl-netherlands.js";import"./templates/flags/flag-no-norway.js";import"./templates/flags/flag-np-nepal.js";import"./templates/flags/flag-nr-nauru.js";import"./templates/flags/flag-nu-niue.js";import"./templates/flags/flag-nz-new-zealand-aotearoa.js";import"./templates/flags/flag-om-oman.js";import"./templates/flags/flag-pa-panama.js";import"./templates/flags/flag-pe-peru.js";import"./templates/flags/flag-pf-french-polynesia.js";import"./templates/flags/flag-pg-papua-new-guinea.js";import"./templates/flags/flag-ph-philippines.js";import"./templates/flags/flag-pk-pakistan.js";import"./templates/flags/flag-pl-poland.js";import"./templates/flags/flag-pm-saint-pierre-and-miquelon.js";import"./templates/flags/flag-pm-st-pierre-and-miquelon.js";import"./templates/flags/flag-pn-pitcairn-islands.js";import"./templates/flags/flag-pr-puerto-rico.js";import"./templates/flags/flag-ps-palestinian-territory.js";import"./templates/flags/flag-pt-portugal.js";import"./templates/flags/flag-pw-palau.js";import"./templates/flags/flag-py-paraguay.js";import"./templates/flags/flag-qa-qatar.js";import"./templates/flags/flag-re-reunion.js";import"./templates/flags/flag-ro-romania.js";import"./templates/flags/flag-rs-srbia.js";import"./templates/flags/flag-ru-russian-federation.js";import"./templates/flags/flag-rw-rwanda.js";import"./templates/flags/flag-sa-sudi-arabia.js";import"./templates/flags/flag-sb-slomon-islands.js";import"./templates/flags/flag-sc-sychelles.js";import"./templates/flags/flag-sd-sdan.js";import"./templates/flags/flag-se-seden.js";import"./templates/flags/flag-sg-sngapore.js";import"./templates/flags/flag-sh-sint-helena.js";import"./templates/flags/flag-si-sovenia.js";import"./templates/flags/flag-sj-salbard-and-jan-mayen.js";import"./templates/flags/flag-sk-sovakia.js";import"./templates/flags/flag-sl-serra-leone.js";import"./templates/flags/flag-sm-sn-marino.js";import"./templates/flags/flag-sn-snegal.js";import"./templates/flags/flag-so-smalia.js";import"./templates/flags/flag-sr-sriname.js";import"./templates/flags/flag-ss-south-sudan.js";import"./templates/flags/flag-st-so-tome-and-principe.js";import"./templates/flags/flag-sv-el-slvador.js";import"./templates/flags/flag-sx-snt-maarten.js";import"./templates/flags/flag-sy-sria.js";import"./templates/flags/flag-sz-saziland.js";import"./templates/flags/flag-tc-turks-and-caicos-islands.js";import"./templates/flags/flag-td-chad.js";import"./templates/flags/flag-tf-french-southern-and-antarctic-lands.js";import"./templates/flags/flag-tg-togo.js";import"./templates/flags/flag-th-thailand.js";import"./templates/flags/flag-tj-tajikistan.js";import"./templates/flags/flag-tk-tokelau.js";import"./templates/flags/flag-tl-timor-leste.js";import"./templates/flags/flag-tm-turkmenistan.js";import"./templates/flags/flag-tn-tunisia.js";import"./templates/flags/flag-to-tonga.js";import"./templates/flags/flag-tr-turkey.js";import"./templates/flags/flag-tt-trinidad-and-tobago.js";import"./templates/flags/flag-tv-tuvalu.js";import"./templates/flags/flag-tw-taiwan.js";import"./templates/flags/flag-tz-tanzania.js";import"./templates/flags/flag-ua-ukraine.js";import"./templates/flags/flag-ug-uganda.js";import"./templates/flags/flag-um-united-states-minor-outlying-islands.js";import"./templates/flags/flag-us-united-states.js";import"./templates/flags/flag-uy-uruguay.js";import"./templates/flags/flag-uz-uzbekistan.js";import"./templates/flags/flag-va-vatican-city-state.js";import"./templates/flags/flag-vc-saint-vincent-and-the-grenadines.js";import"./templates/flags/flag-ve-venezuela.js";import"./templates/flags/flag-vg-virgin-islands-british.js";import"./templates/flags/flag-vi-virgin-islands-us.js";import"./templates/flags/flag-vn-vietnam.js";import"./templates/flags/flag-vu-vanuatu.js";import"./templates/flags/flag-wf-wallis-and-futuna.js";import"./templates/flags/flag-ws-smoa.js";import"./templates/flags/flag-ye-yemen.js";import"./templates/flags/flag-yt-unf-mayotte.js";import"./templates/flags/flag-za-south-africa.js";import"./templates/flags/flag-zm-zambia.js";import"./templates/flags/flag-zw-zimbabwe.js";import"./templates/flame.js";import"./templates/flash-off.js";import"./templates/flash-on.js";import"./templates/folder.js";import"./templates/gauge.js";import"./templates/grid-four.js";import"./templates/grid-nine.js";import"./templates/hammer.js";import"./templates/hand-pointing.js";import"./templates/heart.js";import"./templates/home-door.js";import"./templates/home-finance-arrow.js";import"./templates/home-finance.js";import"./templates/home-search.js";import"./templates/house-simple.js";import"./templates/house.js";import"./templates/inbox.js";import"./templates/info.js";import"./templates/instagram-logo.js";import"./templates/interest-rate.js";import"./templates/invoice.js";import"./templates/kanban.js";import"./templates/label.js";import"./templates/laptop.js";import"./templates/layout.js";import"./templates/lightbulb-filament.js";import"./templates/lightbulb.js";import"./templates/link.js";import"./templates/linkedin-logo.js";import"./templates/list-star.js";import"./templates/list.js";import"./templates/loading-spinner-gif.js";import"./templates/loading.js";import"./templates/lock.js";import"./templates/magic-wand.js";import"./templates/mail-open.js";import"./templates/mail.js";import"./templates/mailbox.js";import"./templates/map.js";import"./templates/menu-hamburger.js";import"./templates/microsoft-excel-logo.js";import"./templates/microsoft-outlook-logo.js";import"./templates/microsoft-powerpoint-logo.js";import"./templates/microsoft-teams-logo.js";import"./templates/microsoft-word-logo.js";import"./templates/minus-circle.js";import"./templates/minus-square.js";import"./templates/minus.js";import"./templates/mobile-phone-2.js";import"./templates/monitor.js";import"./templates/move-doc.js";import"./templates/move.js";import"./templates/music.js";import"./templates/number-1.js";import"./templates/number-2.js";import"./templates/number-3.js";import"./templates/overflow-menu.js";import"./templates/paper-airplane.js";import"./templates/paperclip.js";import"./templates/payments/payment-amazon-pay.js";import"./templates/payments/payment-amex.js";import"./templates/payments/payment-apple-pay.js";import"./templates/payments/payment-discover.js";import"./templates/payments/payment-google-pay.js";import"./templates/payments/payment-mastercard.js";import"./templates/payments/payment-visa.js";import"./templates/pen.js";import"./templates/pencil-paper.js";import"./templates/pencil.js";import"./templates/people-multiple.js";import"./templates/people-share.js";import"./templates/percent.js";import"./templates/person-add.js";import"./templates/person-check.js";import"./templates/person-lock.js";import"./templates/person.js";import"./templates/phone-alert.js";import"./templates/phone-mobile.js";import"./templates/phone.js";import"./templates/picture.js";import"./templates/pin.js";import"./templates/pinterest-logo.js";import"./templates/plus-circle.js";import"./templates/plus.js";import"./templates/printer.js";import"./templates/question-chat-bubble.js";import"./templates/question-circle.js";import"./templates/question-mark.js";import"./templates/radio-selected.js";import"./templates/radio.js";import"./templates/receipt.js";import"./templates/restricted.js";import"./templates/sandals.js";import"./templates/save.js";import"./templates/screen.js";import"./templates/search.js";import"./templates/selection.js";import"./templates/send.js";import"./templates/settings.js";import"./templates/share-1.js";import"./templates/share-2.js";import"./templates/shield-lock.js";import"./templates/shield-warning.js";import"./templates/sidebar-simple.js";import"./templates/sidebar.js";import"./templates/smart-home.js";import"./templates/sort-arrow-solid-down.js";import"./templates/sort-arrow-solid-left.js";import"./templates/sort-arrow-solid-right.js";import"./templates/sort-arrow-solid-up-down.js";import"./templates/sort-arrow-solid-up.js";import"./templates/sort-reverse-variant.js";import"./templates/sort-variant.js";import"./templates/sparkle-filled.js";import"./templates/sparkle.js";import"./templates/speech-bubble.js";import"./templates/square-split-horizontal.js";import"./templates/square-split-vertical.js";import"./templates/square.js";import"./templates/stack.js";import"./templates/stamp.js";import"./templates/star-four-filled.js";import"./templates/star-four.js";import"./templates/star.js";import"./templates/stopwatch.js";import"./templates/sun.js";import"./templates/sync.js";import"./templates/tab-arrows.js";import"./templates/table.js";import"./templates/target.js";import"./templates/text-aa.js";import"./templates/thumbs-down.js";import"./templates/thumbs-up.js";import"./templates/tools.js";import"./templates/touch-id.js";import"./templates/trash.js";import"./templates/trend-up.js";import"./templates/twitter-logo.js";import"./templates/unlink.js";import"./templates/unlock.js";import"./templates/upload.js";import"./templates/video.js";import"./templates/waffle.js";import"./templates/warning-circle.js";import"./templates/warning-diamond.js";import"./templates/warning-octagon.js";import"./templates/warning.js";import"./templates/wet-sign.js";import"./templates/wifi-off.js";import"./templates/wifi.js";import"./templates/x-logo.js";import"./templates/yelp-logo.js";import"./templates/youtube-logo.js";import"./templates/zillow-logo.js";import{icons as c}from"../icon-registry.js";import g from"../../../packages/web-components/src/components/icon/gator/icon.gator.scss.js";import"../../skeleton-loader/gator/skeleton-loader.gator.js";import{NgcComponent as u}from"../../../utils/components/ngc-component.js";import{unsafeCSS as d}from"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var f=Object.defineProperty,v=Object.getOwnPropertyDescriptor,_=Object.getPrototypeOf,y=Reflect.get,p=(t,i,o,s)=>{for(var e=s>1?void 0:s?v(i,o):i,a=t.length-1,l;a>=0;a--)(l=t[a])&&(e=(s?l(i,o,e):l(e))||e);return s&&e&&f(i,o,e),e},b=(t,i,o)=>y(_(t),o,i);let r=class extends u{constructor(){super(...arguments),this.name="",this.label="",this.background=!1,this.skeleton=!1,this.size="medium",this.type="default"}updated(t){if(!this.skeleton&&(this._svg=this.shadowRoot?.querySelector("svg"),this._svg)){if(this._svg?.classList.add("gator-icon"),this._svg?.setAttribute("role","img"),this.label&&this._svg.setAttribute("aria-label",this.label),this._svg.setAttribute("aria-hidden",this.label===""?"true":"false"),this.width&&(this._svg.style.width=this.width),this.height&&(this._svg.style.height=this.height),this.background?this._svg.classList.add("gator-icon-background"):this._svg.classList.remove("gator-icon-background"),t.has("size")){const o=t.get("size");this._svg.classList.remove(`gator-icon_${o}`),this._svg.classList.add(`gator-icon_${this.size}`)}const i=t.get("type");i&&this._svg.classList.remove(`gator-icon_${i}`),this._svg.classList.add(`gator-icon_${this.type}`)}}render(){return this.skeleton?n`
2
2
  <ngc-skeleton-loader
3
3
  height="${this.getLoaderSize(this.height)}"
4
4
  width="${this.getLoaderSize(this.width)}"
5
5
  radius="100"
6
- ></ngc-skeleton-loader>`:c.get(this.name)}getLoaderSize(t){if(t)return this.convertSizeToPixels(t);let o=getComputedStyle(this).getPropertyValue("--ngc-icon-width");if(o)return this.convertSizeToPixels(o);switch(this.size){case"xx-small":return 12;case"x-small":return 18;case"small":return 20;case"medium":return 24;case"large":return 36;case"x-large":return 40;default:return 24}}convertSizeToPixels(t){return t.includes("rem")?(t=t.replace("rem",""),parseFloat(t)*16):t.includes("px")?(t=t.replace("px",""),parseFloat(t)):0}};r.styles=[...b(r,r,"styles"),d(g)];p([e()],r.prototype,"name",2);p([e()],r.prototype,"label",2);p([e()],r.prototype,"width",2);p([e()],r.prototype,"height",2);p([e({type:Boolean})],r.prototype,"background",2);p([e({type:Boolean})],r.prototype,"skeleton",2);p([e({type:String})],r.prototype,"size",2);r=p([h("ngc-icon")],r);export{r as NgcIcon};
6
+ ></ngc-skeleton-loader>`:c.get(this.name)}getLoaderSize(t){if(t)return this.convertSizeToPixels(t);let o=getComputedStyle(this).getPropertyValue("--ngc-icon-width");if(o)return this.convertSizeToPixels(o);switch(this.size){case"xx-small":return 12;case"x-small":return 18;case"small":return 20;case"medium":return 24;case"large":return 36;case"x-large":return 40;default:return 24}}convertSizeToPixels(t){return t.includes("rem")?(t=t.replace("rem",""),parseFloat(t)*16):t.includes("px")?(t=t.replace("px",""),parseFloat(t)):0}};r.styles=[...b(r,r,"styles"),d(g)];p([m()],r.prototype,"name",2);p([m()],r.prototype,"label",2);p([m()],r.prototype,"width",2);p([m()],r.prototype,"height",2);p([m({type:Boolean})],r.prototype,"background",2);p([m({type:Boolean})],r.prototype,"skeleton",2);p([m({type:String})],r.prototype,"size",2);p([m({type:String})],r.prototype,"type",2);r=p([h("ngc-icon")],r);export{r as NgcIcon};
@@ -1,20 +1,20 @@
1
- import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{html as a}from"../../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js";import"../input-label/input-label.gator.js";import"../help-text/help-text.gator.js";import"../../../icon/gator/icon.gator.js";import"../../../icon/gator/templates/add-link.js";import"../../../icon/gator/templates/airplane.js";import"../../../icon/gator/templates/alarm.js";import"../../../icon/gator/templates/apartment.js";import"../../../icon/gator/templates/arrow-around.js";import"../../../icon/gator/templates/arrow-down.js";import"../../../icon/gator/templates/arrow-left.js";import"../../../icon/gator/templates/arrow-line-left.js";import"../../../icon/gator/templates/arrow-line-right.js";import"../../../icon/gator/templates/arrow-right.js";import"../../../icon/gator/templates/arrow-up.js";import"../../../icon/gator/templates/bank.js";import"../../../icon/gator/templates/bell-disabled.js";import"../../../icon/gator/templates/bell.js";import"../../../icon/gator/templates/binoculars.js";import"../../../icon/gator/templates/book.js";import"../../../icon/gator/templates/box.js";import"../../../icon/gator/templates/cake.js";import"../../../icon/gator/templates/calculator.js";import"../../../icon/gator/templates/calendar.js";import"../../../icon/gator/templates/camera.js";import"../../../icon/gator/templates/caret-up-down.js";import"../../../icon/gator/templates/case.js";import"../../../icon/gator/templates/chart-bar-horizontal.js";import"../../../icon/gator/templates/chart-bar.js";import"../../../icon/gator/templates/chart-donut.js";import"../../../icon/gator/templates/chart-line.js";import"../../../icon/gator/templates/chart-pie.js";import"../../../icon/gator/templates/chart-rise.js";import"../../../icon/gator/templates/chart-scatter.js";import"../../../icon/gator/templates/chat.js";import"../../../icon/gator/templates/check-circle.js";import"../../../icon/gator/templates/check.js";import"../../../icon/gator/templates/checkbox-selected.js";import"../../../icon/gator/templates/checkbox.js";import"../../../icon/gator/templates/checkerboard.js";import"../../../icon/gator/templates/chevron-down.js";import"../../../icon/gator/templates/chevron-left.js";import"../../../icon/gator/templates/chevron-right.js";import"../../../icon/gator/templates/chevron-up.js";import"../../../icon/gator/templates/circle-arrow-down.js";import"../../../icon/gator/templates/circle-arrow-left.js";import"../../../icon/gator/templates/circle-arrow-right.js";import"../../../icon/gator/templates/circle-arrow-up.js";import"../../../icon/gator/templates/circle-dashed.js";import"../../../icon/gator/templates/circle-filled.js";import"../../../icon/gator/templates/circle.js";import"../../../icon/gator/templates/city.js";import"../../../icon/gator/templates/clipboard.js";import"../../../icon/gator/templates/clock-clockwise.js";import"../../../icon/gator/templates/clock-counter-clockwise.js";import"../../../icon/gator/templates/clock.js";import"../../../icon/gator/templates/collapse.js";import"../../../icon/gator/templates/cone.js";import"../../../icon/gator/templates/contact-info.js";import"../../../icon/gator/templates/copy.js";import"../../../icon/gator/templates/credit-card.js";import"../../../icon/gator/templates/crop.js";import"../../../icon/gator/templates/crosshairs.js";import"../../../icon/gator/templates/currency-dollar-simple.js";import"../../../icon/gator/templates/currency-eur.js";import"../../../icon/gator/templates/currency-gbp.js";import"../../../icon/gator/templates/currency-inr.js";import"../../../icon/gator/templates/currency-jpy.js";import"../../../icon/gator/templates/currency-krw.js";import"../../../icon/gator/templates/currency-kzt.js";import"../../../icon/gator/templates/currency-ngn.js";import"../../../icon/gator/templates/currency-rub.js";import"../../../icon/gator/templates/cursor-arrow.js";import"../../../icon/gator/templates/cursor-hand.js";import"../../../icon/gator/templates/cursor.js";import"../../../icon/gator/templates/dashboard.js";import"../../../icon/gator/templates/delete.js";import"../../../icon/gator/templates/dna.js";import"../../../icon/gator/templates/document-add.js";import"../../../icon/gator/templates/document-check.js";import"../../../icon/gator/templates/document-e-sign.js";import"../../../icon/gator/templates/document-image.js";import"../../../icon/gator/templates/document-pdf.js";import"../../../icon/gator/templates/document-sign.js";import"../../../icon/gator/templates/document-zip.js";import"../../../icon/gator/templates/document.js";import"../../../icon/gator/templates/dollar-bills.js";import"../../../icon/gator/templates/dollar-house.js";import"../../../icon/gator/templates/down-payment.js";import"../../../icon/gator/templates/download.js";import"../../../icon/gator/templates/drag-drop.js";import"../../../icon/gator/templates/earth.js";import"../../../icon/gator/templates/exclude-square.js";import"../../../icon/gator/templates/exit-circle.js";import"../../../icon/gator/templates/exit-left.js";import"../../../icon/gator/templates/exit.js";import"../../../icon/gator/templates/expand-arrows.js";import"../../../icon/gator/templates/expand.js";import"../../../icon/gator/templates/export.js";import"../../../icon/gator/templates/eye-closed.js";import"../../../icon/gator/templates/eye-crossed.js";import"../../../icon/gator/templates/eye.js";import"../../../icon/gator/templates/facebook-logo.js";import"../../../icon/gator/templates/file-code.js";import"../../../icon/gator/templates/files.js";import"../../../icon/gator/templates/filter-funnel.js";import"../../../icon/gator/templates/filters-2.js";import"../../../icon/gator/templates/filters.js";import"../../../icon/gator/templates/flags/flag-ad-andorra.js";import"../../../icon/gator/templates/flags/flag-ae-united-arab-emirates.js";import"../../../icon/gator/templates/flags/flag-af-afghanistan.js";import"../../../icon/gator/templates/flags/flag-ag-antigua-and-barbuda.js";import"../../../icon/gator/templates/flags/flag-ai-anguilla.js";import"../../../icon/gator/templates/flags/flag-al-albania.js";import"../../../icon/gator/templates/flags/flag-am-armenia.js";import"../../../icon/gator/templates/flags/flag-ao-angola.js";import"../../../icon/gator/templates/flags/flag-aq-antarctica.js";import"../../../icon/gator/templates/flags/flag-ar-argentina.js";import"../../../icon/gator/templates/flags/flag-as-american-smoa.js";import"../../../icon/gator/templates/flags/flag-at-austria.js";import"../../../icon/gator/templates/flags/flag-au-australia.js";import"../../../icon/gator/templates/flags/flag-aw-aruba.js";import"../../../icon/gator/templates/flags/flag-ax-aland-islands.js";import"../../../icon/gator/templates/flags/flag-az-azerbaijan.js";import"../../../icon/gator/templates/flags/flag-ba-bosnia-and-herzegovina.js";import"../../../icon/gator/templates/flags/flag-bb-barbados.js";import"../../../icon/gator/templates/flags/flag-bd-bangladesh.js";import"../../../icon/gator/templates/flags/flag-be-belgium.js";import"../../../icon/gator/templates/flags/flag-bf-burkina-faso.js";import"../../../icon/gator/templates/flags/flag-bg-bulgaria.js";import"../../../icon/gator/templates/flags/flag-bh-bahrain.js";import"../../../icon/gator/templates/flags/flag-bi-burundi.js";import"../../../icon/gator/templates/flags/flag-bj-benin.js";import"../../../icon/gator/templates/flags/flag-bl-saint-barthelemy.js";import"../../../icon/gator/templates/flags/flag-bm-bermuda.js";import"../../../icon/gator/templates/flags/flag-bn-brunei-darussalam.js";import"../../../icon/gator/templates/flags/flag-bo-bolivia.js";import"../../../icon/gator/templates/flags/flag-bq-bo-bonaire.js";import"../../../icon/gator/templates/flags/flag-bq-sa-sba.js";import"../../../icon/gator/templates/flags/flag-bq-se-snt-eustatius.js";import"../../../icon/gator/templates/flags/flag-br-brazil.js";import"../../../icon/gator/templates/flags/flag-bs-bahamas.js";import"../../../icon/gator/templates/flags/flag-bt-bhutan.js";import"../../../icon/gator/templates/flags/flag-bv-bouvet-island.js";import"../../../icon/gator/templates/flags/flag-bw-botswana.js";import"../../../icon/gator/templates/flags/flag-by-belarus.js";import"../../../icon/gator/templates/flags/flag-bz-belize.js";import"../../../icon/gator/templates/flags/flag-ca-canada.js";import"../../../icon/gator/templates/flags/flag-cc-cocos-keeling-islands.js";import"../../../icon/gator/templates/flags/flag-cd-democratic-republic-of-the-congo.js";import"../../../icon/gator/templates/flags/flag-cf-central-african-republic.js";import"../../../icon/gator/templates/flags/flag-cg-republic-of-the-congo.js";import"../../../icon/gator/templates/flags/flag-ch-switzerland.js";import"../../../icon/gator/templates/flags/flag-ci-côte-divoire-ivory-coast.js";import"../../../icon/gator/templates/flags/flag-ck-cook-islands.js";import"../../../icon/gator/templates/flags/flag-cl-chile.js";import"../../../icon/gator/templates/flags/flag-cm-cameroon.js";import"../../../icon/gator/templates/flags/flag-cn-china.js";import"../../../icon/gator/templates/flags/flag-co-colombia.js";import"../../../icon/gator/templates/flags/flag-cr-costa-rica.js";import"../../../icon/gator/templates/flags/flag-cu-cuba.js";import"../../../icon/gator/templates/flags/flag-cv-cabo-verde.js";import"../../../icon/gator/templates/flags/flag-cw-curaçao.js";import"../../../icon/gator/templates/flags/flag-cx-christmas-island.js";import"../../../icon/gator/templates/flags/flag-cy-cyprus.js";import"../../../icon/gator/templates/flags/flag-cz-czech-republic.js";import"../../../icon/gator/templates/flags/flag-de-germany.js";import"../../../icon/gator/templates/flags/flag-dj-djibouti.js";import"../../../icon/gator/templates/flags/flag-dk-denmark.js";import"../../../icon/gator/templates/flags/flag-dm-dominica.js";import"../../../icon/gator/templates/flags/flag-do-dominican-republic.js";import"../../../icon/gator/templates/flags/flag-dz-algeria.js";import"../../../icon/gator/templates/flags/flag-ec-ecuador.js";import"../../../icon/gator/templates/flags/flag-ee-estonia.js";import"../../../icon/gator/templates/flags/flag-eg-egypt.js";import"../../../icon/gator/templates/flags/flag-eh-western-sahara.js";import"../../../icon/gator/templates/flags/flag-er-eritrea.js";import"../../../icon/gator/templates/flags/flag-es-sain.js";import"../../../icon/gator/templates/flags/flag-et-ethiopia.js";import"../../../icon/gator/templates/flags/flag-fi-finland.js";import"../../../icon/gator/templates/flags/flag-fj-fiji.js";import"../../../icon/gator/templates/flags/flag-fk-falkland-islands.js";import"../../../icon/gator/templates/flags/flag-fm-federated-states-of-micronesia.js";import"../../../icon/gator/templates/flags/flag-fo-faroe-islands.js";import"../../../icon/gator/templates/flags/flag-fr-france.js";import"../../../icon/gator/templates/flags/flag-ga-gabon.js";import"../../../icon/gator/templates/flags/flag-gb-eng-england.js";import"../../../icon/gator/templates/flags/flag-gb-nir-northern-ireland.js";import"../../../icon/gator/templates/flags/flag-gb-sct-sotland.js";import"../../../icon/gator/templates/flags/flag-gb-ukm-united-kingdom.js";import"../../../icon/gator/templates/flags/flag-gb-wls-wales.js";import"../../../icon/gator/templates/flags/flag-gd-grenada.js";import"../../../icon/gator/templates/flags/flag-ge-georgia.js";import"../../../icon/gator/templates/flags/flag-gf-french-guiana.js";import"../../../icon/gator/templates/flags/flag-gg-guernsey.js";import"../../../icon/gator/templates/flags/flag-gh-ghana.js";import"../../../icon/gator/templates/flags/flag-gi-gibraltar.js";import"../../../icon/gator/templates/flags/flag-gl-greenland.js";import"../../../icon/gator/templates/flags/flag-gm-gambia.js";import"../../../icon/gator/templates/flags/flag-gn-guinea.js";import"../../../icon/gator/templates/flags/flag-gp-guadeloupe-2.js";import"../../../icon/gator/templates/flags/flag-gp-guadeloupe.js";import"../../../icon/gator/templates/flags/flag-gq-equatorial-guinea.js";import"../../../icon/gator/templates/flags/flag-gr-greece.js";import"../../../icon/gator/templates/flags/flag-gs-s-georgia-and-s-sandwich-islands.js";import"../../../icon/gator/templates/flags/flag-gt-guatemala.js";import"../../../icon/gator/templates/flags/flag-gu-guam.js";import"../../../icon/gator/templates/flags/flag-gw-guinea-bissau.js";import"../../../icon/gator/templates/flags/flag-gy-guyana.js";import"../../../icon/gator/templates/flags/flag-hk-hong-kong.js";import"../../../icon/gator/templates/flags/flag-hm-heard-and-mcdonald-islands.js";import"../../../icon/gator/templates/flags/flag-hn-honduras.js";import"../../../icon/gator/templates/flags/flag-hr-croatia-hrvatska.js";import"../../../icon/gator/templates/flags/flag-ht-haiti.js";import"../../../icon/gator/templates/flags/flag-hu-hungary.js";import"../../../icon/gator/templates/flags/flag-id-indonesia.js";import"../../../icon/gator/templates/flags/flag-ie-ireland.js";import"../../../icon/gator/templates/flags/flag-il-isreal.js";import"../../../icon/gator/templates/flags/flag-im-isle-of-man.js";import"../../../icon/gator/templates/flags/flag-in-india.js";import"../../../icon/gator/templates/flags/flag-io-british-indian-ocean-territory.js";import"../../../icon/gator/templates/flags/flag-iq-iraq.js";import"../../../icon/gator/templates/flags/flag-ir-iran.js";import"../../../icon/gator/templates/flags/flag-is-iceland.js";import"../../../icon/gator/templates/flags/flag-it-italy.js";import"../../../icon/gator/templates/flags/flag-je-jersey.js";import"../../../icon/gator/templates/flags/flag-jm-jamaica.js";import"../../../icon/gator/templates/flags/flag-jo-jordan.js";import"../../../icon/gator/templates/flags/flag-jp-japan.js";import"../../../icon/gator/templates/flags/flag-ke-kenia.js";import"../../../icon/gator/templates/flags/flag-kg-kyrgyzstan.js";import"../../../icon/gator/templates/flags/flag-kh-cambodia.js";import"../../../icon/gator/templates/flags/flag-ki--kiribati.js";import"../../../icon/gator/templates/flags/flag-km-comoros.js";import"../../../icon/gator/templates/flags/flag-kn-saint-kitts-and-nevis.js";import"../../../icon/gator/templates/flags/flag-kp-korea-north.js";import"../../../icon/gator/templates/flags/flag-kr-korea-south.js";import"../../../icon/gator/templates/flags/flag-kw-kuwait.js";import"../../../icon/gator/templates/flags/flag-ky-cayman-islands.js";import"../../../icon/gator/templates/flags/flag-kz-kazakhstan.js";import"../../../icon/gator/templates/flags/flag-la-laos.js";import"../../../icon/gator/templates/flags/flag-lb-lebanon.js";import"../../../icon/gator/templates/flags/flag-lc-saint-lucia.js";import"../../../icon/gator/templates/flags/flag-li-liechtenstein.js";import"../../../icon/gator/templates/flags/flag-lk-sri-lanka.js";import"../../../icon/gator/templates/flags/flag-lr-liberia.js";import"../../../icon/gator/templates/flags/flag-ls-lesotho.js";import"../../../icon/gator/templates/flags/flag-lt-lithuania.js";import"../../../icon/gator/templates/flags/flag-lu-luxembourg.js";import"../../../icon/gator/templates/flags/flag-lv-latvia.js";import"../../../icon/gator/templates/flags/flag-ly-libya.js";import"../../../icon/gator/templates/flags/flag-ma-morocco.js";import"../../../icon/gator/templates/flags/flag-mc-monaco.js";import"../../../icon/gator/templates/flags/flag-md-moldova.js";import"../../../icon/gator/templates/flags/flag-me-montenegro.js";import"../../../icon/gator/templates/flags/flag-mf-saint-martin.js";import"../../../icon/gator/templates/flags/flag-mg-madagascar.js";import"../../../icon/gator/templates/flags/flag-mh-marshall-islands.js";import"../../../icon/gator/templates/flags/flag-mk-north-macedonia.js";import"../../../icon/gator/templates/flags/flag-ml-mali.js";import"../../../icon/gator/templates/flags/flag-mm-myanmar.js";import"../../../icon/gator/templates/flags/flag-mn-mongolia.js";import"../../../icon/gator/templates/flags/flag-mo-macao.js";import"../../../icon/gator/templates/flags/flag-mp-northern-mariana-islands.js";import"../../../icon/gator/templates/flags/flag-mq-martinique-2.js";import"../../../icon/gator/templates/flags/flag-mq-martinique.js";import"../../../icon/gator/templates/flags/flag-mr-mauritania.js";import"../../../icon/gator/templates/flags/flag-ms-montserrat.js";import"../../../icon/gator/templates/flags/flag-mt-malta.js";import"../../../icon/gator/templates/flags/flag-mu-mauritius.js";import"../../../icon/gator/templates/flags/flag-mv-maldives.js";import"../../../icon/gator/templates/flags/flag-mw-malawi.js";import"../../../icon/gator/templates/flags/flag-mx-mexico.js";import"../../../icon/gator/templates/flags/flag-my-malaysia.js";import"../../../icon/gator/templates/flags/flag-mz-mozambique.js";import"../../../icon/gator/templates/flags/flag-na-namibia.js";import"../../../icon/gator/templates/flags/flag-nc-new-caledonia.js";import"../../../icon/gator/templates/flags/flag-ne-niger.js";import"../../../icon/gator/templates/flags/flag-nf-norfolk-island.js";import"../../../icon/gator/templates/flags/flag-ng-nigeria.js";import"../../../icon/gator/templates/flags/flag-ni-nicaragua.js";import"../../../icon/gator/templates/flags/flag-nl-netherlands.js";import"../../../icon/gator/templates/flags/flag-no-norway.js";import"../../../icon/gator/templates/flags/flag-np-nepal.js";import"../../../icon/gator/templates/flags/flag-nr-nauru.js";import"../../../icon/gator/templates/flags/flag-nu-niue.js";import"../../../icon/gator/templates/flags/flag-nz-new-zealand-aotearoa.js";import"../../../icon/gator/templates/flags/flag-om-oman.js";import"../../../icon/gator/templates/flags/flag-pa-panama.js";import"../../../icon/gator/templates/flags/flag-pe-peru.js";import"../../../icon/gator/templates/flags/flag-pf-french-polynesia.js";import"../../../icon/gator/templates/flags/flag-pg-papua-new-guinea.js";import"../../../icon/gator/templates/flags/flag-ph-philippines.js";import"../../../icon/gator/templates/flags/flag-pk-pakistan.js";import"../../../icon/gator/templates/flags/flag-pl-poland.js";import"../../../icon/gator/templates/flags/flag-pm-saint-pierre-and-miquelon.js";import"../../../icon/gator/templates/flags/flag-pm-st-pierre-and-miquelon.js";import"../../../icon/gator/templates/flags/flag-pn-pitcairn-islands.js";import"../../../icon/gator/templates/flags/flag-pr-puerto-rico.js";import"../../../icon/gator/templates/flags/flag-ps-palestinian-territory.js";import"../../../icon/gator/templates/flags/flag-pt-portugal.js";import"../../../icon/gator/templates/flags/flag-pw-palau.js";import"../../../icon/gator/templates/flags/flag-py-paraguay.js";import"../../../icon/gator/templates/flags/flag-qa-qatar.js";import"../../../icon/gator/templates/flags/flag-re-reunion.js";import"../../../icon/gator/templates/flags/flag-ro-romania.js";import"../../../icon/gator/templates/flags/flag-rs-srbia.js";import"../../../icon/gator/templates/flags/flag-ru-russian-federation.js";import"../../../icon/gator/templates/flags/flag-rw-rwanda.js";import"../../../icon/gator/templates/flags/flag-sa-sudi-arabia.js";import"../../../icon/gator/templates/flags/flag-sb-slomon-islands.js";import"../../../icon/gator/templates/flags/flag-sc-sychelles.js";import"../../../icon/gator/templates/flags/flag-sd-sdan.js";import"../../../icon/gator/templates/flags/flag-se-seden.js";import"../../../icon/gator/templates/flags/flag-sg-sngapore.js";import"../../../icon/gator/templates/flags/flag-sh-sint-helena.js";import"../../../icon/gator/templates/flags/flag-si-sovenia.js";import"../../../icon/gator/templates/flags/flag-sj-salbard-and-jan-mayen.js";import"../../../icon/gator/templates/flags/flag-sk-sovakia.js";import"../../../icon/gator/templates/flags/flag-sl-serra-leone.js";import"../../../icon/gator/templates/flags/flag-sm-sn-marino.js";import"../../../icon/gator/templates/flags/flag-sn-snegal.js";import"../../../icon/gator/templates/flags/flag-so-smalia.js";import"../../../icon/gator/templates/flags/flag-sr-sriname.js";import"../../../icon/gator/templates/flags/flag-ss-south-sudan.js";import"../../../icon/gator/templates/flags/flag-st-so-tome-and-principe.js";import"../../../icon/gator/templates/flags/flag-sv-el-slvador.js";import"../../../icon/gator/templates/flags/flag-sx-snt-maarten.js";import"../../../icon/gator/templates/flags/flag-sy-sria.js";import"../../../icon/gator/templates/flags/flag-sz-saziland.js";import"../../../icon/gator/templates/flags/flag-tc-turks-and-caicos-islands.js";import"../../../icon/gator/templates/flags/flag-td-chad.js";import"../../../icon/gator/templates/flags/flag-tf-french-southern-and-antarctic-lands.js";import"../../../icon/gator/templates/flags/flag-tg-togo.js";import"../../../icon/gator/templates/flags/flag-th-thailand.js";import"../../../icon/gator/templates/flags/flag-tj-tajikistan.js";import"../../../icon/gator/templates/flags/flag-tk-tokelau.js";import"../../../icon/gator/templates/flags/flag-tl-timor-leste.js";import"../../../icon/gator/templates/flags/flag-tm-turkmenistan.js";import"../../../icon/gator/templates/flags/flag-tn-tunisia.js";import"../../../icon/gator/templates/flags/flag-to-tonga.js";import"../../../icon/gator/templates/flags/flag-tr-turkey.js";import"../../../icon/gator/templates/flags/flag-tt-trinidad-and-tobago.js";import"../../../icon/gator/templates/flags/flag-tv-tuvalu.js";import"../../../icon/gator/templates/flags/flag-tw-taiwan.js";import"../../../icon/gator/templates/flags/flag-tz-tanzania.js";import"../../../icon/gator/templates/flags/flag-ua-ukraine.js";import"../../../icon/gator/templates/flags/flag-ug-uganda.js";import"../../../icon/gator/templates/flags/flag-um-united-states-minor-outlying-islands.js";import"../../../icon/gator/templates/flags/flag-us-united-states.js";import"../../../icon/gator/templates/flags/flag-uy-uruguay.js";import"../../../icon/gator/templates/flags/flag-uz-uzbekistan.js";import"../../../icon/gator/templates/flags/flag-va-vatican-city-state.js";import"../../../icon/gator/templates/flags/flag-vc-saint-vincent-and-the-grenadines.js";import"../../../icon/gator/templates/flags/flag-ve-venezuela.js";import"../../../icon/gator/templates/flags/flag-vg-virgin-islands-british.js";import"../../../icon/gator/templates/flags/flag-vi-virgin-islands-us.js";import"../../../icon/gator/templates/flags/flag-vn-vietnam.js";import"../../../icon/gator/templates/flags/flag-vu-vanuatu.js";import"../../../icon/gator/templates/flags/flag-wf-wallis-and-futuna.js";import"../../../icon/gator/templates/flags/flag-ws-smoa.js";import"../../../icon/gator/templates/flags/flag-ye-yemen.js";import"../../../icon/gator/templates/flags/flag-yt-unf-mayotte.js";import"../../../icon/gator/templates/flags/flag-za-south-africa.js";import"../../../icon/gator/templates/flags/flag-zm-zambia.js";import"../../../icon/gator/templates/flags/flag-zw-zimbabwe.js";import"../../../icon/gator/templates/flame.js";import"../../../icon/gator/templates/flash-off.js";import"../../../icon/gator/templates/flash-on.js";import"../../../icon/gator/templates/folder.js";import"../../../icon/gator/templates/gauge.js";import"../../../icon/gator/templates/grid-four.js";import"../../../icon/gator/templates/grid-nine.js";import"../../../icon/gator/templates/hammer.js";import"../../../icon/gator/templates/hand-pointing.js";import"../../../icon/gator/templates/heart.js";import"../../../icon/gator/templates/home-door.js";import"../../../icon/gator/templates/home-finance-arrow.js";import"../../../icon/gator/templates/home-finance.js";import"../../../icon/gator/templates/home-search.js";import"../../../icon/gator/templates/house-simple.js";import"../../../icon/gator/templates/house.js";import"../../../icon/gator/templates/inbox.js";import"../../../icon/gator/templates/info.js";import"../../../icon/gator/templates/instagram-logo.js";import"../../../icon/gator/templates/interest-rate.js";import"../../../icon/gator/templates/invoice.js";import"../../../icon/gator/templates/kanban.js";import"../../../icon/gator/templates/label.js";import"../../../icon/gator/templates/laptop.js";import"../../../icon/gator/templates/layout.js";import"../../../icon/gator/templates/lightbulb-filament.js";import"../../../icon/gator/templates/lightbulb.js";import"../../../icon/gator/templates/link.js";import"../../../icon/gator/templates/linkedin-logo.js";import"../../../icon/gator/templates/list-star.js";import"../../../icon/gator/templates/list.js";import"../../../icon/gator/templates/loading-spinner-gif.js";import"../../../icon/gator/templates/loading.js";import"../../../icon/gator/templates/lock.js";import"../../../icon/gator/templates/magic-wand.js";import"../../../icon/gator/templates/mail-open.js";import"../../../icon/gator/templates/mail.js";import"../../../icon/gator/templates/mailbox.js";import"../../../icon/gator/templates/map.js";import"../../../icon/gator/templates/menu-hamburger.js";import"../../../icon/gator/templates/microsoft-excel-logo.js";import"../../../icon/gator/templates/microsoft-outlook-logo.js";import"../../../icon/gator/templates/microsoft-powerpoint-logo.js";import"../../../icon/gator/templates/microsoft-teams-logo.js";import"../../../icon/gator/templates/microsoft-word-logo.js";import"../../../icon/gator/templates/minus-circle.js";import"../../../icon/gator/templates/minus-square.js";import"../../../icon/gator/templates/minus.js";import"../../../icon/gator/templates/mobile-phone-2.js";import"../../../icon/gator/templates/monitor.js";import"../../../icon/gator/templates/move-doc.js";import"../../../icon/gator/templates/move.js";import"../../../icon/gator/templates/music.js";import"../../../icon/gator/templates/number-1.js";import"../../../icon/gator/templates/number-2.js";import"../../../icon/gator/templates/number-3.js";import"../../../icon/gator/templates/overflow-menu.js";import"../../../icon/gator/templates/paper-airplane.js";import"../../../icon/gator/templates/paperclip.js";import"../../../icon/gator/templates/payments/payment-amazon-pay.js";import"../../../icon/gator/templates/payments/payment-amex.js";import"../../../icon/gator/templates/payments/payment-apple-pay.js";import"../../../icon/gator/templates/payments/payment-discover.js";import"../../../icon/gator/templates/payments/payment-google-pay.js";import"../../../icon/gator/templates/payments/payment-mastercard.js";import"../../../icon/gator/templates/payments/payment-visa.js";import"../../../icon/gator/templates/pen.js";import"../../../icon/gator/templates/pencil-paper.js";import"../../../icon/gator/templates/pencil.js";import"../../../icon/gator/templates/people-multiple.js";import"../../../icon/gator/templates/people-share.js";import"../../../icon/gator/templates/percent.js";import"../../../icon/gator/templates/person-add.js";import"../../../icon/gator/templates/person-check.js";import"../../../icon/gator/templates/person-lock.js";import"../../../icon/gator/templates/person.js";import"../../../icon/gator/templates/phone-alert.js";import"../../../icon/gator/templates/phone-mobile.js";import"../../../icon/gator/templates/phone.js";import"../../../icon/gator/templates/picture.js";import"../../../icon/gator/templates/pin.js";import"../../../icon/gator/templates/pinterest-logo.js";import"../../../icon/gator/templates/plus-circle.js";import"../../../icon/gator/templates/plus.js";import"../../../icon/gator/templates/printer.js";import"../../../icon/gator/templates/question-chat-bubble.js";import"../../../icon/gator/templates/question-circle.js";import"../../../icon/gator/templates/question-mark.js";import"../../../icon/gator/templates/radio-selected.js";import"../../../icon/gator/templates/radio.js";import"../../../icon/gator/templates/receipt.js";import"../../../icon/gator/templates/restricted.js";import"../../../icon/gator/templates/sandals.js";import"../../../icon/gator/templates/save.js";import"../../../icon/gator/templates/screen.js";import"../../../icon/gator/templates/search.js";import"../../../icon/gator/templates/selection.js";import"../../../icon/gator/templates/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-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{customElement as f}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as s}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import{state as e}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/state.js";import{createRef as d,ref as c}from"../../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/ref.js";import{NgcInputBase as y}from"../../base/input-base.gator.js";import{ifDefined as l}from"../../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/if-defined.js";import{live as v}from"../../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/live.js";import{classMap as $}from"../../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/class-map.js";var b=Object.defineProperty,g=Object.getOwnPropertyDescriptor,r=(t,o,p,n)=>{for(var m=n>1?void 0:n?g(o,p):o,u=t.length-1,h;u>=0;u--)(h=t[u])&&(m=(n?h(o,p,m):h(m))||m);return n&&m&&b(o,p,m),m};let i=class extends y{constructor(){super(...arguments),this.inputRef=d(),this.controlRef=d(),this.for="",this._inputMode="text"}render(){return a`
1
+ import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{html as l}from"../../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js";import"../../../../node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js";import"../input-label/input-label.gator.js";import"../help-text/help-text.gator.js";import{customElement as f}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as o}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import{state as n}from"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/state.js";import{createRef as c,ref as v}from"../../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/ref.js";import{NgcInputBase as y}from"../../base/input-base.gator.js";import{ifDefined as u}from"../../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/if-defined.js";import{live as m}from"../../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/live.js";import{classMap as $}from"../../../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/class-map.js";var b=Object.defineProperty,g=Object.getOwnPropertyDescriptor,i=(t,a,s,p)=>{for(var r=p>1?void 0:p?g(a,s):a,h=t.length-1,d;h>=0;h--)(d=t[h])&&(r=(p?d(a,s,r):d(r))||r);return p&&r&&b(a,s,r),r};let e=class extends y{constructor(){super(...arguments),this.inputRef=c(),this.controlRef=c(),this.for="",this._inputMode="text"}render(){return l`
2
2
  <div class="gator-form-element">
3
3
  <slot name="label">
4
4
  ${this.label&&!this.iconAsLabel?this.labelMarkup:null}
5
5
  </slot>
6
- <div ${c(this.controlRef)} class="${$(this.controlClasses)}">
6
+ <div ${v(this.controlRef)} class="${$(this.controlClasses)}">
7
7
  <div class="gator-input-container">
8
- ${this.shouldHaveStartMarkup?a`
8
+ ${this.shouldHaveStartMarkup?l`
9
9
  <div class="gator-input-start">
10
10
  ${this.startIconMarkup||this._startIconAsText}
11
11
  </div>`:null}
12
12
  <input
13
- ${c(this.inputRef)}
13
+ ${v(this.inputRef)}
14
14
  type="${this.type}"
15
15
  id="${this.id}-input"
16
- data-testid=${l(this.dataTestid)}-input
17
- .placeholder="${v(this._placeholder)}"
16
+ data-testid=${u(this.dataTestid)}-input
17
+ .placeholder="${m(this._placeholder)}"
18
18
  .required="${this.required}"
19
19
  .disabled="${this.disabled}"
20
20
  ?readonly="${this.readonly}"
@@ -23,13 +23,13 @@ import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@
23
23
  aria-required="${this.required}"
24
24
  aria-labelledby="${this.ariaLabelledbyValue}"
25
25
  aria-describedby="${this.ariaDescribedby}"
26
- .value="${v(this._value)}"
27
- maxlength="${l(this._maxLength)}"
26
+ .value="${m(this._value)}"
27
+ maxlength="${u(this._maxLength)}"
28
28
  .min="${this.min}"
29
29
  .max="${this.max}"
30
- .step="${l(this.step)}"
30
+ .step="${u(this.step)}"
31
31
  inputmode="${this._inputMode}"
32
- .pattern="${l(this.pattern)}"
32
+ .pattern="${u(this.pattern)}"
33
33
  @input="${this.handleInputEvent}"
34
34
  @change="${this.handleChange}"
35
35
  @click="${this.handleClick}"
@@ -41,7 +41,7 @@ import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@
41
41
  @wheel="${this.handleWheel}"
42
42
  />
43
43
  <slot name="end-slot">
44
- ${this.shouldHaveEndMarkup?a`
44
+ ${this.shouldHaveEndMarkup?l`
45
45
  <div class="gator-input-end">
46
46
  ${this.passwordVisibilityMarkup}
47
47
  ${this.endIconMarkup}
@@ -52,7 +52,7 @@ import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@
52
52
 
53
53
  ${this.bottomText}
54
54
  </div>
55
- `}updated(t){t.has("value")&&(this._value=this.value),t.has("placeholder")&&(this._placeholder=this.placeholder),t.has("ariaLabelledByElements")&&this.ariaLabelledByElements&&(this.inputRef.value.ariaLabelledByElements=this.ariaLabelledByElements)}get displayedErrorText(){return this.errorText||this._internalValidationError||this._nativeInputError}get isAriaInvalid(){return this.displayedErrorText?"true":"false"}get passwordVisibilityMarkup(){return this.endIconMarkup||this.type!=="password"?null:a`<ngc-icon name="eye-crossed" @click="${this.togglePasswordVisibility}"></ngc-icon>`}connectedCallback(){super.connectedCallback(),this._value=this.value,this._maxLength=this.maxLength,this._placeholder=this.placeholder}handleNativeInputValidation(t){this.inputRef.value&&(this._nativeInputError=this.inputRef.value.validationMessage),t.preventDefault()}handleWheel(){if(this.type=="number"){this.inputRef.value?.blur();return}}handleInputEvent(t){t.preventDefault(),t.stopPropagation();const o=t.target,p=new CustomEvent("input",{bubbles:!0,composed:!0,detail:{value:o.value}});this._value=o.value,this.dispatchEvent(p)}handleChange(t){t.preventDefault(),t.stopPropagation();const o=t.target,p=new CustomEvent("change",{composed:!0,bubbles:!0,detail:{value:o.value}});this._value=o.value,this.dispatchEvent(p)}togglePasswordVisibility(){const t=this.inputRef.value;t&&(t.type=t.type==="password"?"text":"password")}handleInputFocusOut(){super.handleInputFocusOut(),this.inputRef.value?.checkValidity()&&!this.readonly&&(this._nativeInputError="")}get errorTextMarkup(){return this.displayedErrorText?a`
55
+ `}updated(t){t.has("value")&&(this._value=this.value),t.has("placeholder")&&(this._placeholder=this.placeholder),t.has("ariaLabelledByElements")&&this.ariaLabelledByElements&&(this.inputRef.value.ariaLabelledByElements=this.ariaLabelledByElements)}get displayedErrorText(){return this.errorText||this._internalValidationError||this._nativeInputError}get isAriaInvalid(){return this.displayedErrorText?"true":"false"}get passwordVisibilityMarkup(){return this.endIconMarkup||this.type!=="password"?null:l`<ngc-icon name="eye-crossed" @click="${this.togglePasswordVisibility}"></ngc-icon>`}connectedCallback(){super.connectedCallback(),this._value=this.value,this._maxLength=this.maxLength,this._placeholder=this.placeholder}handleNativeInputValidation(t){this.inputRef.value&&(this._nativeInputError=this.inputRef.value.validationMessage),t.preventDefault()}handleWheel(){if(this.type=="number"){this.inputRef.value?.blur();return}}handleInputEvent(t){t.preventDefault(),t.stopPropagation();const a=t.target,s=new CustomEvent("input",{bubbles:!0,composed:!0,detail:{value:a.value}});this._value=a.value,this.dispatchEvent(s)}handleChange(t){t.preventDefault(),t.stopPropagation();const a=t.target,s=new CustomEvent("change",{composed:!0,bubbles:!0,detail:{value:a.value}});this._value=a.value,this.dispatchEvent(s)}togglePasswordVisibility(){const t=this.inputRef.value;t&&(t.type=t.type==="password"?"text":"password")}handleInputFocusOut(){super.handleInputFocusOut(),this.inputRef.value?.checkValidity()&&!this.readonly&&(this._nativeInputError="")}get errorTextMarkup(){return this.displayedErrorText?l`
56
56
  <ngc-help-text
57
57
  icon
58
58
  error
@@ -61,4 +61,4 @@ import"../../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@
61
61
  >
62
62
  ${this.displayedErrorText}
63
63
  </ngc-help-text>
64
- `:null}};i.shadowRootOptions={...y.shadowRootOptions,delegatesFocus:!0};r([s()],i.prototype,"for",2);r([s({type:Number})],i.prototype,"min",2);r([s({type:Number})],i.prototype,"max",2);r([s({type:Number})],i.prototype,"step",2);r([s({type:String})],i.prototype,"pattern",2);r([e()],i.prototype,"_value",2);r([e()],i.prototype,"_inputMode",2);r([e()],i.prototype,"_placeholder",2);r([e()],i.prototype,"_maxLength",2);r([e()],i.prototype,"_errorText",2);r([e()],i.prototype,"_internalValidationError",2);r([e()],i.prototype,"_nativeInputError",2);i=r([f("ngc-input-text")],i);export{i as NgcInputText};
64
+ `:null}};e.shadowRootOptions={...y.shadowRootOptions,delegatesFocus:!0};i([o()],e.prototype,"for",2);i([o({type:Number})],e.prototype,"min",2);i([o({type:Number})],e.prototype,"max",2);i([o({type:Number})],e.prototype,"step",2);i([o({type:String})],e.prototype,"pattern",2);i([n()],e.prototype,"_value",2);i([n()],e.prototype,"_inputMode",2);i([n()],e.prototype,"_placeholder",2);i([n()],e.prototype,"_maxLength",2);i([n()],e.prototype,"_errorText",2);i([n()],e.prototype,"_internalValidationError",2);i([n()],e.prototype,"_nativeInputError",2);e=i([f("ngc-input-text")],e);export{e as NgcInputText};
@@ -20,6 +20,8 @@ import"../../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit
20
20
  style=${c(this.variant==="determinate"?`--progress-width: ${this.value}%`:void 0)}
21
21
  ></div>
22
22
  </div>
23
- ${this.helpTextMarkup}
23
+ <div aria-live="polite">
24
+ ${this.helpTextMarkup}
25
+ </div>
24
26
  </div>
25
- `}get ariaDescribedby(){return this.variant==="success"&&this.successText?"success-text":this.variant==="error"&&this.errorText?"error-text":this.helpText?"help-text":void 0}get helpTextMarkup(){return this.variant==="success"?this.successMarkup:this.variant==="error"?this.errorMarkup:this.helpText?i`<ngc-help-text id="help-text">${this.helpText}</ngc-help-text>`:null}get errorMarkup(){return this.errorText?i`<ngc-help-text error icon id="error-text" aria-live="polite">${this.errorText}</ngc-help-text>`:null}get successMarkup(){return this.successText?i`<ngc-help-text id="success-text" aria-live="polite">${this.successText}</ngc-help-text>`:null}};t.styles=[h(g),h(v),h(m)];e([r()],t.prototype,"variant",2);e([r({type:Number})],t.prototype,"value",2);e([r({type:String,attribute:"start-icon"})],t.prototype,"startIcon",2);e([r({type:String,attribute:"start-label"})],t.prototype,"startLabel",2);e([r({type:String,attribute:"end-label"})],t.prototype,"endLabel",2);e([r({type:String,attribute:"end-icon"})],t.prototype,"endIcon",2);e([r({type:String,attribute:"error-text"})],t.prototype,"errorText",2);e([r({type:String,attribute:"success-text"})],t.prototype,"successText",2);e([r({type:String,attribute:"help-text"})],t.prototype,"helpText",2);e([r({type:Boolean})],t.prototype,"rounded",2);t=e([b("ngc-progress-bar")],t);export{t as NgcProgressBar};
27
+ `}get ariaDescribedby(){return this.variant==="success"&&this.successText?"success-text":this.variant==="error"&&this.errorText?"error-text":this.helpText?"help-text":void 0}get helpTextMarkup(){return this.variant==="success"?this.successMarkup:this.variant==="error"?this.errorMarkup:this.helpText?i`<ngc-help-text id="help-text">${this.helpText}</ngc-help-text>`:null}get errorMarkup(){return this.errorText?i`<ngc-help-text error icon id="error-text">${this.errorText}</ngc-help-text>`:null}get successMarkup(){return this.successText?i`<ngc-help-text id="success-text">${this.successText}</ngc-help-text>`:null}};t.styles=[h(g),h(v),h(m)];e([r()],t.prototype,"variant",2);e([r({type:Number})],t.prototype,"value",2);e([r({type:String,attribute:"start-icon"})],t.prototype,"startIcon",2);e([r({type:String,attribute:"start-label"})],t.prototype,"startLabel",2);e([r({type:String,attribute:"end-label"})],t.prototype,"endLabel",2);e([r({type:String,attribute:"end-icon"})],t.prototype,"endIcon",2);e([r({type:String,attribute:"error-text"})],t.prototype,"errorText",2);e([r({type:String,attribute:"success-text"})],t.prototype,"successText",2);e([r({type:String,attribute:"help-text"})],t.prototype,"helpText",2);e([r({type:Boolean})],t.prototype,"rounded",2);t=e([b("ngc-progress-bar")],t);export{t as NgcProgressBar};
@@ -1,22 +1,28 @@
1
- import"../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{html as h}from"../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js";import{LitElement as u}from"../../node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js";import{customElement as m}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as s}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import{generateRandomId as f,getElementId as c}from"../../utils/string-utils.js";import b from"../../packages/web-components/src/tokens/primitive.tokens.scss.js";import v from"../../packages/web-components/src/tokens/semantic.tokens.scss.js";import y from"../../packages/web-components/src/components/radio/radio.gator.tokens.scss.js";import g from"../../packages/web-components/src/components/radio/radio.gator.scss.js";import"../icon/gator/icon.gator.js";import{TestableLitElement as x}from"../../utils/components/testable-lit-element/testable-lit-element.js";import{createRef as R,ref as E}from"../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/ref.js";import{unsafeCSS as d}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var T=Object.defineProperty,$=Object.getOwnPropertyDescriptor,i=(e,a,l,o)=>{for(var r=o>1?void 0:o?$(a,l):a,n=e.length-1,p;n>=0;n--)(p=e[n])&&(r=(o?p(a,l,r):p(r))||r);return o&&r&&T(a,l,r),r};let t=class extends x{constructor(){super(...arguments),this.id="",this.titleText="",this.value="",this.selected=!1,this.disabled=!1,this.hasError=!1,this.radioTabindex=-1,this.inputRef=R(),this._randomId=f()}updated(e){super.updated(e),e.has("hasError")&&this.inputRef.value&&this.inputRef.value.setCustomValidity(this.hasError?"true":""),e.has("selected")&&this.inputRef.value&&(this.inputRef.value.checked=this.selected)}render(){return h`
2
- <div id="${this.elementId}-radio" class="gator-radio">
3
- <div class="gator-radio-input-wrapper">
4
- <div class="gator-radio-hover-overlay"></div>
5
- <input
6
- ${E(this.inputRef)}
7
- id="${this.elementId}"
8
- class="gator-radio-input"
9
- type="radio"
10
- ?checked="${this.selected}"
11
- ?disabled="${this.disabled}"
12
- tabindex=${this.tabindex}
13
- aria-labelledby="${this.elementId}-radio"
14
- @change="${this.handleChange}"
15
- />
16
- </div>
17
- <label class="gator-radio-title">
18
- ${this.titleText}
19
- <slot></slot>
20
- </label>
21
- </div>
22
- `}get elementId(){return c(this.id,this._randomId)}get tabindex(){let e=this.radioTabindex;return this.selected&&(e=0),this.disabled&&(e=-1),e}handleChange(){this.selected=!this.selected,this.dispatchEvent(new CustomEvent("change",{bubbles:!0,detail:this.value}))}click(){this.disabled||this.inputRef.value?.click()}focus(){this.disabled||this.inputRef.value?.focus()}};t.shadowRootOptions={...u.shadowRootOptions,delegatesFocus:!0,mode:"open"};t.styles=[d(y),d(g),d(b),d(v)];i([s({type:String})],t.prototype,"id",2);i([s({type:String,attribute:"title-text"})],t.prototype,"titleText",2);i([s({type:String})],t.prototype,"value",2);i([s({type:Boolean})],t.prototype,"selected",2);i([s({type:Boolean})],t.prototype,"disabled",2);i([s({type:Boolean,attribute:"has-error"})],t.prototype,"hasError",2);i([s({type:Number,attribute:"radio-tabindex"})],t.prototype,"radioTabindex",2);t=i([m("ngc-radio")],t);export{t as NgcRadio};
1
+ import"../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/reactive-element.js";import{html as p,nothing as h}from"../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/lit-html.js";import"../../node_modules/.pnpm/lit-element@4.2.0/node_modules/lit-element/lit-element.js";import{customElement as c}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/custom-element.js";import{property as d}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/decorators/property.js";import{generateRandomId as f,getElementId as m}from"../../utils/string-utils.js";import b from"../../packages/web-components/src/components/radio/radio.gator.tokens.scss.js";import v from"../../packages/web-components/src/components/radio/radio.gator.scss.js";import{createRef as g,ref as x}from"../../node_modules/.pnpm/lit-html@3.3.0/node_modules/lit-html/directives/ref.js";import{NgcInputText as y}from"../input/gator/input-text/input-text.gator.js";import{unsafeCSS as u}from"../../node_modules/.pnpm/@lit_reactive-element@2.1.0/node_modules/@lit/reactive-element/css-tag.js";var T=Object.defineProperty,$=Object.getOwnPropertyDescriptor,R=Object.getPrototypeOf,_=Reflect.get,a=(e,r,s,o)=>{for(var i=o>1?void 0:o?$(r,s):r,l=e.length-1,n;l>=0;l--)(n=e[l])&&(i=(o?n(r,s,i):n(i))||i);return o&&i&&T(r,s,i),i},I=(e,r,s)=>_(R(e),s,r);let t=class extends y{constructor(){super(...arguments),this.titleText="",this.selected=!1,this.radioTabindex=-1,this.grouped=!1,this.inputRef=g(),this._randomId=f()}updated(e){super.updated(e),e.has("errorText")&&this.inputRef.value&&this.inputRef.value.setCustomValidity(this.errorText?"true":""),e.has("selected")&&this.inputRef.value&&(this.inputRef.value.checked=this.selected)}connectedCallback(){super.connectedCallback(),this.addEventListener("click",this.click)}render(){return p`
2
+ <div class="gator-form-element">
3
+ <div id="${this.elementId}-radio" class="gator-radio">
4
+ <div class="gator-radio-input-wrapper">
5
+ <div class="gator-radio-hover-overlay"></div>
6
+ <input
7
+ ${x(this.inputRef)}
8
+ id="${this.elementId}"
9
+ class="gator-radio-input"
10
+ type="radio"
11
+ ?checked="${this.selected}"
12
+ ?disabled="${this.disabled}"
13
+ tabindex=${this.tabindex}
14
+ aria-labelledby="${this.elementId}-radio"
15
+ @change="${this.handleChange}"
16
+ />
17
+ </div>
18
+ <label class="gator-radio-title">
19
+ ${this.titleText}
20
+ <slot></slot>
21
+ </label>
22
+ </div>
23
+ ${this.bottomText}
24
+ </div>
25
+ `}get bottomText(){return this.grouped?h:p`
26
+ ${this.errorTextMarkup}
27
+ ${this.helpTextMarkup}
28
+ `}get elementId(){return m(this.id,this._randomId)}get tabindex(){let e=this.radioTabindex;return this.selected&&(e=0),this.disabled&&(e=-1),e}handleChange(){this.selected=!this.selected,this.dispatchEvent(new CustomEvent("change",{bubbles:!0,detail:this.value}))}click(){this.disabled||this.inputRef.value?.click()}focus(){this.disabled||this.inputRef.value?.focus()}};t.styles=[...I(t,t,"styles"),u(b),u(v)];a([d({type:String,attribute:"title-text"})],t.prototype,"titleText",2);a([d({type:Boolean})],t.prototype,"selected",2);a([d({type:Number,attribute:"radio-tabindex"})],t.prototype,"radioTabindex",2);a([d({type:Boolean,attribute:"grouped"})],t.prototype,"grouped",2);t=a([c("ngc-radio")],t);export{t as NgcRadio};