@cfpb/cfpb-design-system 3.2.4 → 3.2.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +28 -1
- package/dist/components/cfpb-buttons/index.css +1 -1
- package/dist/components/cfpb-buttons/index.css.map +2 -2
- package/dist/components/cfpb-buttons/index.js +1 -1
- package/dist/components/cfpb-buttons/index.js.map +1 -1
- package/dist/components/cfpb-expandables/index.css +1 -1
- package/dist/components/cfpb-expandables/index.css.map +2 -2
- package/dist/components/cfpb-expandables/index.js +1 -1
- package/dist/components/cfpb-expandables/index.js.map +2 -2
- package/dist/components/cfpb-forms/index.css +1 -1
- package/dist/components/cfpb-forms/index.css.map +2 -2
- package/dist/components/cfpb-forms/index.js +1 -1
- package/dist/components/cfpb-forms/index.js.map +2 -2
- package/dist/components/cfpb-tables/index.css +1 -1
- package/dist/components/cfpb-tables/index.css.map +2 -2
- package/dist/components/cfpb-tables/index.js +1 -1
- package/dist/components/cfpb-tables/index.js.map +1 -1
- package/dist/index.css +1 -1
- package/dist/index.css.map +2 -2
- package/dist/index.js +1 -1
- package/dist/index.js.map +2 -2
- package/dist/utilities/index.css +1 -1
- package/dist/utilities/index.css.map +2 -2
- package/dist/utilities/index.js +1 -1
- package/dist/utilities/index.js.map +2 -2
- package/package.json +3 -5
- package/src/components/cfpb-buttons/button-group.scss +3 -3
- package/src/components/cfpb-icons/icons/activity-round.svg +1 -1
- package/src/components/cfpb-icons/icons/activity.svg +1 -1
- package/src/components/cfpb-icons/icons/agreement-round.svg +1 -1
- package/src/components/cfpb-icons/icons/agreement.svg +1 -1
- package/src/components/cfpb-icons/icons/appendix-round.svg +1 -1
- package/src/components/cfpb-icons/icons/appendix.svg +1 -1
- package/src/components/cfpb-icons/icons/approved-round.svg +1 -1
- package/src/components/cfpb-icons/icons/approved.svg +1 -1
- package/src/components/cfpb-icons/icons/arrow-down-round.svg +1 -1
- package/src/components/cfpb-icons/icons/arrow-down.svg +1 -1
- package/src/components/cfpb-icons/icons/arrow-left-round.svg +1 -1
- package/src/components/cfpb-icons/icons/arrow-left.svg +1 -1
- package/src/components/cfpb-icons/icons/arrow-right-round.svg +1 -1
- package/src/components/cfpb-icons/icons/arrow-right.svg +1 -1
- package/src/components/cfpb-icons/icons/arrow-up-round.svg +1 -1
- package/src/components/cfpb-icons/icons/arrow-up.svg +1 -1
- package/src/components/cfpb-icons/icons/audio-low-round.svg +1 -1
- package/src/components/cfpb-icons/icons/audio-low.svg +1 -1
- package/src/components/cfpb-icons/icons/audio-max-round.svg +1 -1
- package/src/components/cfpb-icons/icons/audio-max.svg +1 -1
- package/src/components/cfpb-icons/icons/audio-medium-round.svg +1 -1
- package/src/components/cfpb-icons/icons/audio-medium.svg +1 -1
- package/src/components/cfpb-icons/icons/audio-mute-round.svg +1 -1
- package/src/components/cfpb-icons/icons/audio-mute.svg +1 -1
- package/src/components/cfpb-icons/icons/bank-round.svg +1 -1
- package/src/components/cfpb-icons/icons/bank.svg +1 -1
- package/src/components/cfpb-icons/icons/book-round.svg +1 -1
- package/src/components/cfpb-icons/icons/book.svg +1 -1
- package/src/components/cfpb-icons/icons/bookmark-round.svg +1 -1
- package/src/components/cfpb-icons/icons/bookmark.svg +1 -1
- package/src/components/cfpb-icons/icons/briefcase-round.svg +1 -1
- package/src/components/cfpb-icons/icons/briefcase.svg +1 -1
- package/src/components/cfpb-icons/icons/broadcast-round.svg +1 -1
- package/src/components/cfpb-icons/icons/broadcast.svg +1 -1
- package/src/components/cfpb-icons/icons/building-credit-round.svg +1 -1
- package/src/components/cfpb-icons/icons/building-credit.svg +1 -1
- package/src/components/cfpb-icons/icons/bullhorn-round.svg +1 -1
- package/src/components/cfpb-icons/icons/bullhorn.svg +1 -1
- package/src/components/cfpb-icons/icons/bus-round.svg +1 -1
- package/src/components/cfpb-icons/icons/bus.svg +1 -1
- package/src/components/cfpb-icons/icons/calculate-round.svg +1 -1
- package/src/components/cfpb-icons/icons/calculate.svg +1 -1
- package/src/components/cfpb-icons/icons/car-round.svg +1 -1
- package/src/components/cfpb-icons/icons/car.svg +1 -1
- package/src/components/cfpb-icons/icons/cart-round.svg +1 -1
- package/src/components/cfpb-icons/icons/cart.svg +1 -1
- package/src/components/cfpb-icons/icons/chart-round.svg +1 -1
- package/src/components/cfpb-icons/icons/chart.svg +1 -1
- package/src/components/cfpb-icons/icons/childcare-round.svg +1 -1
- package/src/components/cfpb-icons/icons/childcare.svg +1 -1
- package/src/components/cfpb-icons/icons/clock-round.svg +1 -1
- package/src/components/cfpb-icons/icons/clock.svg +1 -1
- package/src/components/cfpb-icons/icons/close-quote-round.svg +1 -1
- package/src/components/cfpb-icons/icons/close-quote.svg +1 -1
- package/src/components/cfpb-icons/icons/clothes-round.svg +1 -1
- package/src/components/cfpb-icons/icons/clothes.svg +1 -1
- package/src/components/cfpb-icons/icons/college-round.svg +1 -1
- package/src/components/cfpb-icons/icons/college.svg +1 -1
- package/src/components/cfpb-icons/icons/compass-round.svg +1 -1
- package/src/components/cfpb-icons/icons/compass.svg +1 -1
- package/src/components/cfpb-icons/icons/complaint-round.svg +1 -1
- package/src/components/cfpb-icons/icons/complaint.svg +1 -1
- package/src/components/cfpb-icons/icons/copy-round.svg +1 -1
- package/src/components/cfpb-icons/icons/copy.svg +1 -1
- package/src/components/cfpb-icons/icons/court-round.svg +1 -1
- package/src/components/cfpb-icons/icons/court.svg +1 -1
- package/src/components/cfpb-icons/icons/credit-card-round.svg +1 -1
- package/src/components/cfpb-icons/icons/credit-card.svg +1 -1
- package/src/components/cfpb-icons/icons/credit-payment-round.svg +1 -1
- package/src/components/cfpb-icons/icons/credit-payment.svg +1 -1
- package/src/components/cfpb-icons/icons/credit-repair-round.svg +1 -1
- package/src/components/cfpb-icons/icons/credit-repair.svg +1 -1
- package/src/components/cfpb-icons/icons/credit-report-round.svg +1 -1
- package/src/components/cfpb-icons/icons/credit-report.svg +1 -1
- package/src/components/cfpb-icons/icons/date-round.svg +1 -1
- package/src/components/cfpb-icons/icons/date.svg +1 -1
- package/src/components/cfpb-icons/icons/debt-collection-round.svg +1 -1
- package/src/components/cfpb-icons/icons/debt-collection.svg +1 -1
- package/src/components/cfpb-icons/icons/debt-round.svg +1 -1
- package/src/components/cfpb-icons/icons/debt.svg +1 -1
- package/src/components/cfpb-icons/icons/dialogue-round.svg +1 -1
- package/src/components/cfpb-icons/icons/dialogue.svg +1 -1
- package/src/components/cfpb-icons/icons/dine-out-round.svg +1 -1
- package/src/components/cfpb-icons/icons/dine-out.svg +1 -1
- package/src/components/cfpb-icons/icons/disability-round.svg +1 -1
- package/src/components/cfpb-icons/icons/disability.svg +1 -1
- package/src/components/cfpb-icons/icons/disabled-round.svg +1 -1
- package/src/components/cfpb-icons/icons/disabled.svg +1 -1
- package/src/components/cfpb-icons/icons/divide-round.svg +1 -1
- package/src/components/cfpb-icons/icons/divide.svg +1 -1
- package/src/components/cfpb-icons/icons/document-round.svg +1 -1
- package/src/components/cfpb-icons/icons/document.svg +1 -1
- package/src/components/cfpb-icons/icons/dollar-round.svg +1 -1
- package/src/components/cfpb-icons/icons/dollar.svg +1 -1
- package/src/components/cfpb-icons/icons/down-round.svg +1 -1
- package/src/components/cfpb-icons/icons/down.svg +1 -1
- package/src/components/cfpb-icons/icons/download-round.svg +1 -1
- package/src/components/cfpb-icons/icons/download.svg +1 -1
- package/src/components/cfpb-icons/icons/edit-round.svg +1 -1
- package/src/components/cfpb-icons/icons/edit.svg +1 -1
- package/src/components/cfpb-icons/icons/eight-closed.svg +1 -1
- package/src/components/cfpb-icons/icons/eight-open.svg +1 -1
- package/src/components/cfpb-icons/icons/email-round.svg +1 -1
- package/src/components/cfpb-icons/icons/email-square.svg +1 -1
- package/src/components/cfpb-icons/icons/email.svg +1 -1
- package/src/components/cfpb-icons/icons/entertainment-round.svg +1 -1
- package/src/components/cfpb-icons/icons/entertainment.svg +1 -1
- package/src/components/cfpb-icons/icons/equal-round.svg +1 -1
- package/src/components/cfpb-icons/icons/equal.svg +1 -1
- package/src/components/cfpb-icons/icons/equipment-round.svg +1 -1
- package/src/components/cfpb-icons/icons/equipment.svg +1 -1
- package/src/components/cfpb-icons/icons/error-round.svg +1 -1
- package/src/components/cfpb-icons/icons/error.svg +1 -1
- package/src/components/cfpb-icons/icons/external-link-round.svg +1 -1
- package/src/components/cfpb-icons/icons/external-link.svg +1 -1
- package/src/components/cfpb-icons/icons/facebook-square.svg +1 -1
- package/src/components/cfpb-icons/icons/facebook.svg +1 -1
- package/src/components/cfpb-icons/icons/fall-round.svg +1 -1
- package/src/components/cfpb-icons/icons/fall.svg +1 -1
- package/src/components/cfpb-icons/icons/favorite-round.svg +1 -1
- package/src/components/cfpb-icons/icons/favorite.svg +1 -1
- package/src/components/cfpb-icons/icons/fax-round.svg +1 -1
- package/src/components/cfpb-icons/icons/fax.svg +1 -1
- package/src/components/cfpb-icons/icons/filter-round.svg +1 -1
- package/src/components/cfpb-icons/icons/filter.svg +1 -1
- package/src/components/cfpb-icons/icons/five-closed.svg +1 -1
- package/src/components/cfpb-icons/icons/five-open.svg +1 -1
- package/src/components/cfpb-icons/icons/flag-round.svg +1 -1
- package/src/components/cfpb-icons/icons/flag.svg +1 -1
- package/src/components/cfpb-icons/icons/flickr-square.svg +1 -1
- package/src/components/cfpb-icons/icons/flickr.svg +1 -1
- package/src/components/cfpb-icons/icons/flower-round.svg +1 -1
- package/src/components/cfpb-icons/icons/flower.svg +1 -1
- package/src/components/cfpb-icons/icons/folder-add-round.svg +1 -1
- package/src/components/cfpb-icons/icons/folder-add.svg +1 -1
- package/src/components/cfpb-icons/icons/folder-delete-round.svg +1 -1
- package/src/components/cfpb-icons/icons/folder-delete.svg +1 -1
- package/src/components/cfpb-icons/icons/folder-empty-round.svg +1 -1
- package/src/components/cfpb-icons/icons/folder-empty.svg +1 -1
- package/src/components/cfpb-icons/icons/folder-round.svg +1 -1
- package/src/components/cfpb-icons/icons/folder-save-round.svg +1 -1
- package/src/components/cfpb-icons/icons/folder-save.svg +1 -1
- package/src/components/cfpb-icons/icons/folder.svg +1 -1
- package/src/components/cfpb-icons/icons/foreclosure-round.svg +1 -1
- package/src/components/cfpb-icons/icons/foreclosure.svg +1 -1
- package/src/components/cfpb-icons/icons/fountain-pen-round.svg +1 -1
- package/src/components/cfpb-icons/icons/fountain-pen.svg +1 -1
- package/src/components/cfpb-icons/icons/four-closed.svg +1 -1
- package/src/components/cfpb-icons/icons/four-open.svg +1 -1
- package/src/components/cfpb-icons/icons/furniture-round.svg +1 -1
- package/src/components/cfpb-icons/icons/furniture.svg +1 -1
- package/src/components/cfpb-icons/icons/gambling-round.svg +1 -1
- package/src/components/cfpb-icons/icons/gambling.svg +1 -1
- package/src/components/cfpb-icons/icons/getting-a-credit-card-round.svg +1 -1
- package/src/components/cfpb-icons/icons/getting-a-credit-card.svg +1 -1
- package/src/components/cfpb-icons/icons/gift-round.svg +1 -1
- package/src/components/cfpb-icons/icons/gift.svg +1 -1
- package/src/components/cfpb-icons/icons/github-square.svg +1 -1
- package/src/components/cfpb-icons/icons/github.svg +1 -1
- package/src/components/cfpb-icons/icons/health-insurance-round.svg +1 -1
- package/src/components/cfpb-icons/icons/health-insurance.svg +1 -1
- package/src/components/cfpb-icons/icons/healthcare-round.svg +1 -1
- package/src/components/cfpb-icons/icons/healthcare.svg +1 -1
- package/src/components/cfpb-icons/icons/help-round.svg +1 -1
- package/src/components/cfpb-icons/icons/help.svg +1 -1
- package/src/components/cfpb-icons/icons/history-round.svg +1 -1
- package/src/components/cfpb-icons/icons/history.svg +1 -1
- package/src/components/cfpb-icons/icons/house-round.svg +1 -1
- package/src/components/cfpb-icons/icons/house.svg +1 -1
- package/src/components/cfpb-icons/icons/information-round.svg +1 -1
- package/src/components/cfpb-icons/icons/information.svg +1 -1
- package/src/components/cfpb-icons/icons/insurance-round.svg +1 -1
- package/src/components/cfpb-icons/icons/insurance.svg +1 -1
- package/src/components/cfpb-icons/icons/left-right-round.svg +1 -1
- package/src/components/cfpb-icons/icons/left-right.svg +1 -1
- package/src/components/cfpb-icons/icons/left-round.svg +1 -1
- package/src/components/cfpb-icons/icons/left.svg +1 -1
- package/src/components/cfpb-icons/icons/lightbulb-round.svg +1 -1
- package/src/components/cfpb-icons/icons/lightbulb.svg +1 -1
- package/src/components/cfpb-icons/icons/link-round.svg +1 -1
- package/src/components/cfpb-icons/icons/link.svg +1 -1
- package/src/components/cfpb-icons/icons/linkedin-square.svg +1 -1
- package/src/components/cfpb-icons/icons/linkedin.svg +1 -1
- package/src/components/cfpb-icons/icons/list-round.svg +1 -1
- package/src/components/cfpb-icons/icons/list.svg +1 -1
- package/src/components/cfpb-icons/icons/loan-round.svg +1 -1
- package/src/components/cfpb-icons/icons/loan.svg +1 -1
- package/src/components/cfpb-icons/icons/lock-round.svg +1 -1
- package/src/components/cfpb-icons/icons/lock.svg +1 -1
- package/src/components/cfpb-icons/icons/mail-round.svg +1 -1
- package/src/components/cfpb-icons/icons/mail.svg +1 -1
- package/src/components/cfpb-icons/icons/map-round.svg +1 -1
- package/src/components/cfpb-icons/icons/map.svg +1 -1
- package/src/components/cfpb-icons/icons/menu-round.svg +1 -1
- package/src/components/cfpb-icons/icons/menu.svg +1 -1
- package/src/components/cfpb-icons/icons/microphone-round.svg +1 -1
- package/src/components/cfpb-icons/icons/microphone.svg +1 -1
- package/src/components/cfpb-icons/icons/minus-round.svg +1 -1
- package/src/components/cfpb-icons/icons/minus.svg +1 -1
- package/src/components/cfpb-icons/icons/money-round.svg +1 -1
- package/src/components/cfpb-icons/icons/money-transfer-round.svg +1 -1
- package/src/components/cfpb-icons/icons/money-transfer.svg +1 -1
- package/src/components/cfpb-icons/icons/money.svg +1 -1
- package/src/components/cfpb-icons/icons/monitor-round.svg +1 -1
- package/src/components/cfpb-icons/icons/monitor.svg +1 -1
- package/src/components/cfpb-icons/icons/mortgage-round.svg +1 -1
- package/src/components/cfpb-icons/icons/mortgage.svg +1 -1
- package/src/components/cfpb-icons/icons/newspaper-round.svg +1 -1
- package/src/components/cfpb-icons/icons/newspaper.svg +1 -1
- package/src/components/cfpb-icons/icons/nine-closed.svg +1 -1
- package/src/components/cfpb-icons/icons/nine-open.svg +1 -1
- package/src/components/cfpb-icons/icons/one-closed.svg +1 -1
- package/src/components/cfpb-icons/icons/one-open.svg +1 -1
- package/src/components/cfpb-icons/icons/open-quote-round.svg +1 -1
- package/src/components/cfpb-icons/icons/open-quote.svg +1 -1
- package/src/components/cfpb-icons/icons/paper-clip-round.svg +1 -1
- package/src/components/cfpb-icons/icons/paper-clip.svg +1 -1
- package/src/components/cfpb-icons/icons/parent-round.svg +1 -1
- package/src/components/cfpb-icons/icons/parent.svg +1 -1
- package/src/components/cfpb-icons/icons/payday-loan-round.svg +1 -1
- package/src/components/cfpb-icons/icons/payday-loan.svg +1 -1
- package/src/components/cfpb-icons/icons/percentage-round.svg +1 -1
- package/src/components/cfpb-icons/icons/percentage.svg +1 -1
- package/src/components/cfpb-icons/icons/pet-round.svg +1 -1
- package/src/components/cfpb-icons/icons/pet.svg +1 -1
- package/src/components/cfpb-icons/icons/phone-round.svg +1 -1
- package/src/components/cfpb-icons/icons/phone.svg +1 -1
- package/src/components/cfpb-icons/icons/photo-round.svg +1 -1
- package/src/components/cfpb-icons/icons/photo.svg +1 -1
- package/src/components/cfpb-icons/icons/piggy-bank-check-round.svg +1 -1
- package/src/components/cfpb-icons/icons/piggy-bank-check.svg +1 -1
- package/src/components/cfpb-icons/icons/piggy-bank-round.svg +1 -1
- package/src/components/cfpb-icons/icons/piggy-bank.svg +1 -1
- package/src/components/cfpb-icons/icons/pinterest-square.svg +1 -1
- package/src/components/cfpb-icons/icons/pinterest.svg +1 -1
- package/src/components/cfpb-icons/icons/play-round.svg +1 -1
- package/src/components/cfpb-icons/icons/play.svg +1 -1
- package/src/components/cfpb-icons/icons/plus-round.svg +1 -1
- package/src/components/cfpb-icons/icons/plus.svg +1 -1
- package/src/components/cfpb-icons/icons/policy-round.svg +1 -1
- package/src/components/cfpb-icons/icons/policy.svg +1 -1
- package/src/components/cfpb-icons/icons/pop-up-round.svg +1 -1
- package/src/components/cfpb-icons/icons/pop-up.svg +1 -1
- package/src/components/cfpb-icons/icons/power-round.svg +1 -1
- package/src/components/cfpb-icons/icons/power.svg +1 -1
- package/src/components/cfpb-icons/icons/prepaid-cards-round.svg +1 -1
- package/src/components/cfpb-icons/icons/prepaid-cards.svg +1 -1
- package/src/components/cfpb-icons/icons/presentation-round.svg +1 -1
- package/src/components/cfpb-icons/icons/presentation.svg +1 -1
- package/src/components/cfpb-icons/icons/price-tag-round.svg +1 -1
- package/src/components/cfpb-icons/icons/price-tag.svg +1 -1
- package/src/components/cfpb-icons/icons/print-round.svg +1 -1
- package/src/components/cfpb-icons/icons/print.svg +1 -1
- package/src/components/cfpb-icons/icons/quick-cash-round.svg +1 -1
- package/src/components/cfpb-icons/icons/quick-cash.svg +1 -1
- package/src/components/cfpb-icons/icons/regulation-round.svg +1 -1
- package/src/components/cfpb-icons/icons/regulation.svg +1 -1
- package/src/components/cfpb-icons/icons/right-round.svg +1 -1
- package/src/components/cfpb-icons/icons/right.svg +1 -1
- package/src/components/cfpb-icons/icons/rss-round.svg +1 -1
- package/src/components/cfpb-icons/icons/rss.svg +1 -1
- package/src/components/cfpb-icons/icons/save-round.svg +1 -1
- package/src/components/cfpb-icons/icons/save.svg +1 -1
- package/src/components/cfpb-icons/icons/search-round.svg +1 -1
- package/src/components/cfpb-icons/icons/search.svg +1 -1
- package/src/components/cfpb-icons/icons/serve-round.svg +1 -1
- package/src/components/cfpb-icons/icons/serve.svg +1 -1
- package/src/components/cfpb-icons/icons/servicemembers-round.svg +1 -1
- package/src/components/cfpb-icons/icons/servicemembers.svg +1 -1
- package/src/components/cfpb-icons/icons/settings-round.svg +1 -1
- package/src/components/cfpb-icons/icons/settings.svg +1 -1
- package/src/components/cfpb-icons/icons/seven-closed.svg +1 -1
- package/src/components/cfpb-icons/icons/seven-open.svg +1 -1
- package/src/components/cfpb-icons/icons/share-alt-round.svg +1 -1
- package/src/components/cfpb-icons/icons/share-alt.svg +1 -1
- package/src/components/cfpb-icons/icons/share-round.svg +1 -1
- package/src/components/cfpb-icons/icons/share.svg +1 -1
- package/src/components/cfpb-icons/icons/six-closed.svg +1 -1
- package/src/components/cfpb-icons/icons/six-open.svg +1 -1
- package/src/components/cfpb-icons/icons/sold-round.svg +1 -1
- package/src/components/cfpb-icons/icons/sold.svg +1 -1
- package/src/components/cfpb-icons/icons/speech-bubble-round.svg +1 -1
- package/src/components/cfpb-icons/icons/speech-bubble.svg +1 -1
- package/src/components/cfpb-icons/icons/split-round.svg +1 -1
- package/src/components/cfpb-icons/icons/split.svg +1 -1
- package/src/components/cfpb-icons/icons/spring-round.svg +1 -1
- package/src/components/cfpb-icons/icons/spring.svg +1 -1
- package/src/components/cfpb-icons/icons/summer-round.svg +1 -1
- package/src/components/cfpb-icons/icons/summer.svg +1 -1
- package/src/components/cfpb-icons/icons/supplement-round.svg +1 -1
- package/src/components/cfpb-icons/icons/supplement.svg +1 -1
- package/src/components/cfpb-icons/icons/taxes-round.svg +1 -1
- package/src/components/cfpb-icons/icons/taxes.svg +1 -1
- package/src/components/cfpb-icons/icons/technology-round.svg +1 -1
- package/src/components/cfpb-icons/icons/technology.svg +1 -1
- package/src/components/cfpb-icons/icons/thought-bubble-round.svg +1 -1
- package/src/components/cfpb-icons/icons/thought-bubble.svg +1 -1
- package/src/components/cfpb-icons/icons/three-closed.svg +1 -1
- package/src/components/cfpb-icons/icons/three-open.svg +1 -1
- package/src/components/cfpb-icons/icons/toolbox-round.svg +1 -1
- package/src/components/cfpb-icons/icons/toolbox.svg +1 -1
- package/src/components/cfpb-icons/icons/travel-round.svg +1 -1
- package/src/components/cfpb-icons/icons/travel.svg +1 -1
- package/src/components/cfpb-icons/icons/two-closed.svg +1 -1
- package/src/components/cfpb-icons/icons/two-open.svg +1 -1
- package/src/components/cfpb-icons/icons/unbookmark-round.svg +1 -1
- package/src/components/cfpb-icons/icons/unbookmark.svg +1 -1
- package/src/components/cfpb-icons/icons/unfavorite-round.svg +1 -1
- package/src/components/cfpb-icons/icons/unfavorite.svg +1 -1
- package/src/components/cfpb-icons/icons/unlock-round.svg +1 -1
- package/src/components/cfpb-icons/icons/unlock.svg +1 -1
- package/src/components/cfpb-icons/icons/up-down-round.svg +1 -1
- package/src/components/cfpb-icons/icons/up-down.svg +1 -1
- package/src/components/cfpb-icons/icons/up-round.svg +1 -1
- package/src/components/cfpb-icons/icons/up.svg +1 -1
- package/src/components/cfpb-icons/icons/update-round.svg +1 -1
- package/src/components/cfpb-icons/icons/update.svg +1 -1
- package/src/components/cfpb-icons/icons/updating-round.svg +1 -1
- package/src/components/cfpb-icons/icons/updating.svg +1 -1
- package/src/components/cfpb-icons/icons/upload-round.svg +1 -1
- package/src/components/cfpb-icons/icons/upload.svg +1 -1
- package/src/components/cfpb-icons/icons/user-round.svg +1 -1
- package/src/components/cfpb-icons/icons/user.svg +1 -1
- package/src/components/cfpb-icons/icons/video-round.svg +1 -1
- package/src/components/cfpb-icons/icons/video.svg +1 -1
- package/src/components/cfpb-icons/icons/warning-round.svg +1 -1
- package/src/components/cfpb-icons/icons/warning.svg +1 -1
- package/src/components/cfpb-icons/icons/web-round.svg +1 -1
- package/src/components/cfpb-icons/icons/web.svg +1 -1
- package/src/components/cfpb-icons/icons/wifi-round.svg +1 -1
- package/src/components/cfpb-icons/icons/wifi.svg +1 -1
- package/src/components/cfpb-icons/icons/winter-round.svg +1 -1
- package/src/components/cfpb-icons/icons/winter.svg +1 -1
- package/src/components/cfpb-icons/icons/x-square.svg +1 -1
- package/src/components/cfpb-icons/icons/x.svg +1 -1
- package/src/components/cfpb-icons/icons/youtube-square.svg +1 -1
- package/src/components/cfpb-icons/icons/youtube.svg +1 -1
- package/src/components/cfpb-icons/icons/zero-closed.svg +1 -1
- package/src/components/cfpb-icons/icons/zero-open.svg +1 -1
- package/src/components/cfpb-tables/table.scss +0 -22
package/dist/utilities/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
(()=>{var ht=Object.defineProperty;var ct=Object.getOwnPropertySymbols;var Tt=Object.prototype.hasOwnProperty,zt=Object.prototype.propertyIsEnumerable;var mt=(e,t,a)=>t in e?ht(e,t,{enumerable:!0,configurable:!0,writable:!0,value:a}):e[t]=a,we=(e,t)=>{for(var a in t||(t={}))Tt.call(t,a)&&mt(e,a,t[a]);if(ct)for(var a of ct(t))zt.call(t,a)&&mt(e,a,t[a]);return e};var g=(e,t)=>{for(var a in t)ht(e,a,{get:t[a],enumerable:!0})};var ke={};g(ke,{default:()=>It});var It={};var se={bpXS:{min:0,max:600},bpSM:{min:601,max:900},bpMED:{min:901,max:1020},bpLG:{min:1021,max:1200},bpXL:{min:1201}};function le(){let e=getComputedStyle(document.body).fontSize;return e=e===""?-1:e,parseFloat(e)}function Bt(e,t){let a=e.min,r=e.max;le()>0&&le()!==16&&(a=a/16*le(),r=r/16*le());let o=a||0,s=r||Number.POSITIVE_INFINITY;return o<=t&&t<=s}function Mt(e){let t={};e=e||window.innerWidth;let a;for(a in se)t[a]=Bt(se[a],e);return t}var de="mobile",Nt="tablet",qt="desktop";function Se(e){let t=!1,a=Mt();return(e===de&&a.bpXS||e===Nt&&a.bpSM||e===qt&&(a.bpMED||a.bpLG||a.bpXL))&&(t=!0),t}var I="data-js-hook",Z="behavior_",Ee="state_";function A(){let e={};function t(i,o){return{}.hasOwnProperty.call(e,i)?e[i].push(o):e[i]=[o],this}function a(i,o){if(!{}.hasOwnProperty.call(e,i))return this;let s=e[i].indexOf(o);return s!==-1&&e[i].splice(s,1),this}function r(i,o){if(!{}.hasOwnProperty.call(e,i))return this;o=o||{};let s=e[i];for(let d=0,c=s.length;d<c;d++)s[d].call(this,o);return this}return this.addEventListener=t,this.removeEventListener=a,this.dispatchEvent=r,this.getRegisteredEvents=()=>e,this}function W(e,t){if(!e)return!1;let a=e.getAttribute(I);return a?(a=a.split(" "),a.indexOf(t)>-1):!1}function L(e,t){if(W(e,t))return t;if(t.indexOf(" ")!==-1){let r=I+" values cannot contain spaces!";throw new Error(r)}let a=e.getAttribute(I);return a!==null&&(t=a+" "+t),e.setAttribute(I,t),t}var De=Ee+"atomic_init";function Ct(e,t){if(!e||!e.classList){let a=e+' is not valid. Check that element is a DOM node with class "'+t+'"';throw new Error(a)}return e}function Ft(e,t){let a=e.classList.contains(t)?e:e.querySelector("."+t);if(!a){let r=t+" not found on or in passed DOM node.";throw new Error(r)}return a}function q(e,t){return Ct(e,t),Ft(e,t)}function M(e){return W(e,De)?!1:(L(e,De),!0)}function C(e,t,a,r={}){let o=(a||document).querySelectorAll(e),s=[],d,c;for(let p=0,m=o.length;p<m;p++)c=o[p],W(c,De)===!1&&(d=new t(c),d.init(r),s.push(d));return s}var Ae={};g(Ae,{default:()=>Vt});var Vt={};var Le={};g(Le,{default:()=>Rt});var Rt={};var je={};g(je,{default:()=>Pt});var Pt={};var Te={};g(Te,{default:()=>Kt});var Kt={};var ze={};g(ze,{default:()=>Yt});var Yt={};var Oe={};g(Oe,{default:()=>$t});var $t={};var Q="o-expandable";function X(e){let t=q(e,Q),a,r,i,o,s;function d(){if(!M(t))return this;a=t.querySelector(`.${Q}__header`),r=t.querySelector(`.${Q}__content`),i=t.querySelector(`.${Q}__label`);let m=t.classList.contains(`${Q}--onload-open`);L(t,"behavior_flyout-menu"),L(a,"behavior_flyout-menu_trigger"),L(r,"behavior_flyout-menu_content");let f=m?B.CLASSES.MH_DEFAULT:B.CLASSES.MH_ZERO;return o=new B(r).init(f),s=new K(t),s.setTransition(o,o.maxHeightZero,o.maxHeightDefault),s.init(m),s.addEventListener("expandbegin",()=>{r.classList.remove("u-hidden"),this.dispatchEvent("expandbegin",{target:this})}),s.addEventListener("collapseend",()=>{r.classList.add("u-hidden")}),this}function c(){return i.textContent.trim()}this.init=d,this.expand=()=>s.expand(),this.collapse=()=>s.collapse(),this.isExpanded=()=>s.isExpanded(),this.refresh=()=>s.getTransition().refresh(),this.getLabelText=c;let p=new A;return this.addEventListener=p.addEventListener,this.removeEventListener=p.removeEventListener,this.dispatchEvent=p.dispatchEvent,this}X.BASE_CLASS=Q;X.init=e=>C(`.${X.BASE_CLASS}`,X,e);var ce="o-expandable-group";function me(e){let t=q(e,ce),a=t.classList.contains(`${ce}--accordion`),r,i;function o(d){let c=d.target;i&&i!==c&&i.collapse(),i=c}function s(d){return M(t)?(a&&(r=d,r.forEach(c=>{c.addEventListener("expandbegin",o)})),this):this}return this.init=s,this}me.BASE_CLASS=ce;me.init=e=>{(e||document).querySelectorAll(`.${ce}`).forEach(r=>{let i=C(`.${X.BASE_CLASS}`,X,r);new me(r).init(i)})};var ee="o-summary";function he(e){let t=q(e,ee),a=t.classList.contains(`${ee}--mobile`),r=t.querySelector(`.${ee}__content`),i=t.querySelector(`.${ee}__btn`),o,s,d;function c(){return M(t)?(window.addEventListener("load",p),this):this}function p(){window.removeEventListener("load",p),d=!x(),L(t,"behavior_flyout-menu"),L(r,"behavior_flyout-menu_content"),L(i,"behavior_flyout-menu_trigger"),s=new K(t,!1),o=new B(r),o.init(d?B.CLASSES.MH_SUMMARY:B.CLASSES.MH_DEFAULT),s.setTransition(o,o.maxHeightSummary,o.maxHeightDefault),s.addEventListener("triggerclick",j),s.init(),_(),window.addEventListener("resize",_),"onorientationchange"in window&&window.addEventListener("orientationchange",_),t.addEventListener("focusin",m),r.addEventListener("click",f)}function m(b){!d&&b.target!==i&&(i.click(),t.removeEventListener("focusin",m))}function f(b){b.target.tagName!=="A"&&s.isExpanded()&&o.refresh()}function _(){x()?R():V()}function x(){return a&&!Se(de)||r.scrollHeight<=88}function j(){s.addEventListener("expandend",S)}function S(){T(),window.removeEventListener("resize",_),window.removeEventListener("orientationchange",_),s.removeEventListener("expandend",S),s.suspend(),o.remove()}function E(){i.classList.remove("u-hidden")}function T(){i.classList.add("u-hidden")}function V(){return d&&(s.collapse(),o.animateOn(),E(),d=!1),!d}function R(){return d||(o.animateOff(),s.expand(),T(),d=!0),d}let O=new A;return this.addEventListener=O.addEventListener,this.removeEventListener=O.removeEventListener,this.dispatchEvent=O.dispatchEvent,this.init=c,this}he.BASE_CLASS=ee;he.init=e=>C(`.${ee}`,he,e);var te="o-summary-minimal";function pe(e){let t=q(e,te),a=t.querySelector(`.${te}__content`),r=t.querySelector(`.${te}__btn`),i,o;function s(){return M(t)?(L(t,"behavior_flyout-menu"),L(a,"behavior_flyout-menu_content"),L(r,"behavior_flyout-menu_trigger"),window.addEventListener("load",d),this):this}function d(){window.removeEventListener("load",d),o=new K(t,!1),i=new B(a),i.init(B.CLASSES.MH_SUMMARY),o.setTransition(i,i.maxHeightSummary,i.maxHeightDefault),o.init(),t.addEventListener("focusin",c),a.addEventListener("click",p),o.collapse(),i.animateOn()}function c(f){f.target!==r&&(r.click(),t.removeEventListener("focusin",c))}function p(f){f.target.tagName!=="A"&&o.isExpanded()&&i.refresh()}let m=new A;return this.addEventListener=m.addEventListener,this.removeEventListener=m.removeEventListener,this.dispatchEvent=m.dispatchEvent,this.init=s,this}pe.BASE_CLASS=te;pe.init=e=>C(`.${te}`,pe,e);var Ie={};g(Ie,{default:()=>ea});var ea={};var Be={};g(Be,{default:()=>aa});var aa={};var Me={};g(Me,{default:()=>ia});var ia={};var Ne={};g(Ne,{default:()=>na});var na={};var qe={};g(qe,{default:()=>la});var la={};var Ce={};g(Ce,{default:()=>ca});var ca={};var Fe={};g(Fe,{default:()=>ha});var ha={};var He={};g(He,{default:()=>ua});var ua={};var Ve={};g(Ve,{default:()=>ga});var ga={};var fa;function _a(e){return e.replace(/[-\\^$*+?.()|[\]{}]/g,"\\$&")}function ya(e,t){return RegExp(_a(t.trim()),"i").test(e)}function xa(e,t,a){let r=e,i=t,o=(a==null?void 0:a.maxSelections)||5,s=[],d=[],c=[],p=[],m=-1;function f(b){return i+"-"+b.value.trim().replace(/\s+/g,"-").toLowerCase()}function _(){return d.length>=o}function x(b){let w,D=[],y=!1;for(let z=0,N=b.length;z<N;z++)w=b[z],y=_()?!1:w.defaultSelected,D.push({id:f(w),value:w.value,text:w.text,checked:y}),y&&d.push(z);return D}function j(){return s=x(r),this}function S(b){return s[b].checked=!s[b].checked,d.length<o&&s[b].checked?(d.push(b),d.sort(),!0):(s[b].checked=!1,d=d.filter(function(w){return w!==b}),!1)}function E(b,w,D,y){return ya(w.text,y)&&b.push(D),b}function T(b){return Object.prototype.toString.call(b)!=="[object String]"&&(b=""),p=c,s.length>0&&(c=s.reduce(function(w,D,y){return E(w,D,y,b)},[])),m=-1,c}function V(b){return s[b]}function R(b){let w=c.length,D=w===0?s.length:w;b<0?m=-1:b>=D?m=D-1:m=b}function O(){return m}return this.init=j,this.toggleOption=S,this.getSelectedIndices=function(){return d},this.isAtMaxSelections=_,this.filterIndices=T,this.clearFilter=function(){return c=p=[],fa},this.getFilterIndices=function(){return c},this.getLastFilterIndices=function(){return p},this.getIndex=O,this.setIndex=R,this.resetIndex=function(){return m=-1,m},this.getOption=V,this}var gt=xa;function F(e,t,a){let r=document.createElement(e);return Object.keys(a).forEach(i=>{let o=a[i];i in r?r[i]=o:r.setAttribute(i,o)}),t&&t.appendChild(r),r}var ft='<svg xmlns="http://www.w3.org/2000/svg" class="cf-icon-svg cf-icon-svg--error" viewBox="0 0 12 19"><path d="M11.383 13.644A1.03 1.03 0 0 1 9.928 15.1L6 11.172 2.072 15.1a1.03 1.03 0 1 1-1.455-1.456l3.928-3.928L.617 5.79a1.03 1.03 0 1 1 1.455-1.456L6 8.261l3.928-3.928a1.03 1.03 0 0 1 1.455 1.456L7.455 9.716z"/></svg>';var Ea=ft,H="o-multiselect",Da="a-checkbox",Aa="a-text-input",_t="prev",ue="next",Ge="Enter",La=" ",yt="Escape",ja="ArrowUp",xt="ArrowDown",vt="Tab",wt={renderTags:!0,maxSelections:5};function be(e){e.classList.add(H);let t=q(e,H),a=!1,r,i,o,s,d,c,p,m,f,_,x,j=[],S;function E(){x.classList.remove("u-no-results"),x.classList.add("u-filtered");let n=o.getLastFilterIndices();for(let l=0,h=n.length;l<h;l++)j[n[l]].classList.remove("u-filter-match");n=o.getFilterIndices();for(let l=0,h=n.length;l<h;l++)j[n[l]].classList.add("u-filter-match")}function T(){x.classList.remove("u-filtered","u-no-results");for(let n=0,l=x.children.length;n<l;n++)x.children[n].classList.remove("u-filter-match");o.clearFilter()}function V(){x.classList.add("u-no-results"),x.classList.remove("u-filtered")}function R(n){return n.length>0?(E(),!0):(V(),!1)}function O(n){T(),o.resetIndex();let l=o.filterIndices(n);R(l)}function b(){return c.classList.add("u-active"),_.classList.remove("u-invisible"),_.setAttribute("aria-hidden",!1),S.dispatchEvent("expandbegin",{target:S}),S}function w(){return c.classList.remove("u-active"),_.classList.add("u-invisible"),_.setAttribute("aria-hidden",!0),o.resetIndex(),S.dispatchEvent("collapsebegin",{target:S}),S}function D(n){n===ue?o.setIndex(o.getIndex()+1):n===_t&&o.setIndex(o.getIndex()-1);let l=o.getIndex();if(l>-1){let h=l,u=o.getFilterIndices();u.length>0&&(h=u[l]);let P=o.getOption(h).value,jt=x.querySelector('[data-option="'+P+'"]').querySelector("input");a=!0,jt.focus()}else a=!1,f.focus()}function y(){f.value="",T()}function z(n){let l=n.target;l.tagName==="BUTTON"&&(n.preventDefault(),l.removeEventListener("click",z),l.querySelector("label").click())}function N(n){if(n.key===La||n.key===Ge){let l=n.target.querySelector("label");x.querySelector("#"+l.getAttribute("for")).click()}}function U(n){return r+"-"+n.value.trim().replace(/[^\w]/g,"-").toLowerCase()}function $(n,l){let h=U(l),u=F("li",null,{"data-option":l.value}),k=F("button",u,{type:"button",class:"a-tag-filter",innerHTML:"<label for="+h+">"+l.text+Ea+"</label>"});n.appendChild(u),k.addEventListener("click",z),k.addEventListener("keydown",N)}function re(n){let l=o.getOption(n)||o.getOption(o.getIndex());if(l){if(l.checked){x.classList.contains("u-max-selections")&&x.classList.remove("u-max-selections");let h='[data-option="'+l.value+'"]',u=p.querySelector(h);typeof u!="undefined"&&u&&(p==null||p.removeChild(u))}else d!=null&&d.renderTags&&p&&$(p,l);o.toggleOption(n),o.isAtMaxSelections()&&x.classList.add("u-max-selections"),S.dispatchEvent("selectionsupdated",{target:S})}o.resetIndex(),a=!1,_.getAttribute("aria-hidden")==="false"&&f.focus()}function _e(n){re(Number(n.target.getAttribute("data-index"))),y()}function ye(){m.addEventListener("mousemove",function(h){let u=h.target;h.offsetX>u.offsetWidth-35?u.style.cursor="pointer":u.style.cursor="auto"}),m.addEventListener("mouseup",function(h){let u=h.target;h.offsetX>u.offsetWidth-35&&_.offsetHeight===140&&f.blur()}),f.addEventListener("input",function(){O(this.value)}),f.addEventListener("focus",function(){_.getAttribute("aria-hidden")==="true"&&b()}),f.addEventListener("blur",function(){!a&&_.getAttribute("aria-hidden")==="false"&&w()}),f.addEventListener("keydown",function(h){let u=h.key;_.getAttribute("aria-hidden")==="true"&&u!==vt&&b(),u===Ge?(h.preventDefault(),D(ue)):u===yt?(y(),w()):u===xt?D(ue):u===vt&&!h.shiftKey&&_.getAttribute("aria-hidden")==="false"&&w()}),x.addEventListener("mousedown",function(){a=!0}),x.addEventListener("keydown",function(h){let u=h.key,k=h.target,P=k.checked;if(u===Ge){h.preventDefault(),k.checked=!P;let G=new Event("change",{bubbles:!1,cancelable:!0});k.dispatchEvent(G)}else u===yt?(f.focus(),w()):u===ja?D(_t):u===xt&&D(ue)}),_.addEventListener("mousedown",function(h){h.target.tagName==="LABEL"&&(a=!0)});let n=x.querySelectorAll("input");for(let h=0,u=n.length;h<u;h++)n[h].addEventListener("change",_e);let l=p.querySelectorAll("button");for(let h=0,u=l.length;h<u;h++)l[h].addEventListener("click",z),l[h].addEventListener("keydown",N)}function ne(){c=document.createElement("div"),c.className=H,p=F("ul",null,{className:"m-tag-group"}),m=F("header",c,{className:H+"__header"}),f=F("input",m,{className:H+"__search "+Aa,type:"text",placeholder:i||"Select up to five",id:t.id,autocomplete:"off"}),_=F("fieldset",c,{className:H+"__fieldset u-invisible","aria-hidden":"true"});let n=H+"__options";o.isAtMaxSelections()&&(n+=" u-max-selections"),x=F("ul",_,{className:n});let l,h,u;for(let k=0,P=s.length;k<P;k++){l=s[k],h=U(l),u=o.getOption(k).checked;let G=F("li",x,{"data-option":l.value,"data-cy":"multiselect-option",class:"m-form-field m-form-field--checkbox"});F("input",G,{id:h,type:"checkbox",value:l.value,name:r,class:Da+" "+H+"__checkbox",checked:u,"data-index":k}),F("label",G,{for:h,textContent:l.text,className:H+"__label a-label"}),j.push(G),u&&(d!=null&&d.renderTags)&&$(p,l)}return c.insertBefore(p,m),t.parentNode.insertBefore(c,t),c.appendChild(t),c}function xe(n=wt){if(!M(t))return this;if(Re())return this;if(S=this,r=t.name||t.id,i=t.getAttribute("placeholder"),s=t.options||[],d=we(we({},wt),n),s.length>0){o=new gt(s,r,d).init();let l=ne();t.parentNode.removeChild(t),t=l,M(t),ye()}return this}function ve(){return o}this.init=xe,this.expand=b,this.collapse=w;let Y=new A;return this.addEventListener=Y.addEventListener,this.removeEventListener=Y.removeEventListener,this.dispatchEvent=Y.dispatchEvent,this.getModel=ve,this.updateSelections=re,this.selectionClickHandler=z,this.selectionKeyDownHandler=N,this}be.BASE_CLASS=H;be.init=e=>C(`.${H}`,be,void 0,e);var Ue={};g(Ue,{default:()=>za});var za={};var Pe={};g(Pe,{default:()=>Ia});var Ia={};var Xe={};g(Xe,{default:()=>Ma});var Ma={};var Ke={};g(Ke,{default:()=>qa});var qa={};var Je={};g(Je,{default:()=>Fa});var Fa={};var Ye={};g(Ye,{default:()=>Va});var Va={};var We={};g(We,{default:()=>Ra});var Ra={};var $e={};g($e,{default:()=>Pa});var Pa={};var Ze={};g(Ze,{default:()=>Ka});var Ka={};var Qe={};g(Qe,{default:()=>Ya});var Ya={};var et={};g(et,{default:()=>$a});var $a={};var tt={};g(tt,{default:()=>Qa});var Qa={};var at={};g(at,{default:()=>to});var to={};var ot={};g(ot,{default:()=>oo});var oo={};var it={};g(it,{default:()=>ro});var ro={};var rt={};g(rt,{default:()=>so});var so={};var nt={};g(nt,{default:()=>co});var co={};var st={};g(st,{default:()=>ho});var ho={};var lt={};g(lt,{default:()=>uo});var uo={};var dt={};g(dt,{default:()=>go});var go={};function kt(e,t){t=t||document;let a=[];try{a=t.querySelectorAll(e)}catch(r){let i=`${e} not found in DOM! ${r}`;throw new Error(i)}return a.length===0&&e.indexOf(Z)===-1&&(a=St(e,t)),a}function fo(e,t,a,r){let i=[];e instanceof NodeList?i=e:e instanceof Node?i=[e]:typeof e=="string"&&(i=kt(e,r));for(let o=0,s=i.length;o<s;o++)i[o].addEventListener(t,a,!1);return i}function ge(e,t){let a;if(W(e,t))return a=e,a;if(e){let r="["+I+"="+t+"]";a=e.querySelector(r)}if(!a){let r=t+" behavior not found on passed DOM node!";throw new Error(r)}return a}function St(e,t){return e=I+"*="+Z+e,e="["+e+"]",kt(e,t)}function _o(e,t,a){e.removeEventListener(t,a)}var ae=Object.prototype.toString;function Et(e){return typeof e=="undefined"}function yo(e){return typeof e!="undefined"}function xo(e){return e!==null&&typeof e=="object"}function Dt(e){return ae.call(e)==="[object String]"}function vo(e){return ae.call(e)==="[object Number]"}function wo(e){return ae.call(e)==="[object Date]"}var ko=Array.isArray||function(t){return ae.call(t)==="[object Array]"};function So(e){return ae.call(e)==="[object Function]"}function Eo(e){return Et(e)||e===null||Dt(e)&&e.length<=0||/^\s*$/.test(e)}function Re(){return!!new RegExp(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i).test(navigator.userAgent)}var oe=Z+"flyout-menu",Do="["+I+"="+oe;function K(e,t=!0){let a=ge(e,oe),r=V(e),i=ge(e,oe+"_content"),o=0,s=0,d=1,c=2,p=3,m,f,_,x=$.bind(this),j=U.bind(this),S,E=!0,T=!1;function V(n){let l=[],h=n.querySelectorAll(`${Do}_trigger]`),u,k,P;for(let G=h.length>>>0;G--;){for(P=!1,u=h[G],k=u.parentElement;k!==n;)k.getAttribute(I)&&k.getAttribute(I).split(" ").indexOf(oe)!==-1?(P=!0,k=n):k=k.parentElement;P||l.unshift(h[G])}return l}function R(n=!1){return o=n?p:s,r.forEach(l=>{O("expanded",l,n),l.addEventListener("click",y.bind(this)),l.addEventListener("touchstart",b,{passive:!0}),l.addEventListener("mouseover",w.bind(this)),l.addEventListener("mouseout",D.bind(this))}),i.setAttribute("data-open",n?"true":"false"),t&&!n&&i.setAttribute("hidden",""),ne(),this}function O(n,l,h){let u=String(h);return l.setAttribute("aria-"+n,u),u}function b(){T=!0}function w(n){E||(T||this.dispatchEvent("triggerover",{target:this,trigger:n.target,type:"triggerover"}),T=!1)}function D(n){E||this.dispatchEvent("triggerout",{target:this,trigger:n.target,type:"triggerout"})}function y(n){if(!E)switch(this.dispatchEvent("triggerclick",{target:this,trigger:n.target,type:"triggerclick"}),n.preventDefault(),o){case s:case d:this.expand();break;case c:case p:this.collapse();break}}function z(){if(m==null||m.halt(),o===c||o===p)return this;if(o=c,t&&i.removeAttribute("hidden"),this.dispatchEvent("expandbegin",{target:this,type:"expandbegin"}),!f||!_)return j(),this;let n=m==null?void 0:m.isAnimated();return n&&m.addEventListener(v.END_EVENT,j),f(),n||j(),this}function N(){if(m==null||m.halt(),o===d||o===s)return this;for(let l=0,h=r.length;l<h;l++)O("expanded",r[l],!1);if(i.setAttribute("data-open","false"),o=d,this.dispatchEvent("collapsebegin",{target:this,type:"collapsebegin"}),!_||!f)return x(),this;let n=m==null?void 0:m.isAnimated();return n&&m.addEventListener(v.END_EVENT,x),_(),n||x(),this}function U(){o=p,i.setAttribute("data-open","true"),m&&m.removeEventListener(v.END_EVENT,j),this.dispatchEvent("expandend",{target:this,type:"expandend"});for(let n=0,l=r.length;n<l;n++)O("expanded",r[n],!0)}function $(){o=s,t&&i.setAttribute("hidden",""),m&&m.removeEventListener(v.END_EVENT,x),this.dispatchEvent("collapseend",{target:this,type:"collapseend"})}function re(n,l,h){m=n,l&&l!==_&&(_=l),h&&h!==f&&(f=h)}function _e(){m&&m.remove();let n;m=n,f=n,_=n}function ye(){return{container:a,content:i,trigger:r}}function ne(){return E&&(E=!1),!E}function xe(){return E||(E=!0),E}function ve(n){return S=n,this}let Y=new A;return this.addEventListener=Y.addEventListener,this.removeEventListener=Y.removeEventListener,this.dispatchEvent=Y.dispatchEvent,this.init=R,this.expand=z,this.collapse=N,this.setTransition=re,this.clearTransition=_e,this.getData=()=>S,this.getTransition=()=>m,this.getDom=ye,this.isAnimating=()=>o===c||o===d,this.isExpanded=()=>o===p,this.resume=ne,this.setData=ve,this.suspend=xe,K.BASE_CLASS=oe,this}var fe={CSS_PROPERTY:"opacity",BASE_CLASS:"u-alpha-transition",ALPHA_100:"u-alpha-100",ALPHA_0:"u-alpha-0"};function At(e){let t=new A,a=new v(e,fe,this);function r(s){return a.init(s),this}function i(){return a.applyClass(fe.ALPHA_100),this}function o(){return a.applyClass(fe.ALPHA_0),this}return this.addEventListener=t.addEventListener,this.dispatchEvent=t.dispatchEvent,this.removeEventListener=t.removeEventListener,this.animateOff=a.animateOff,this.animateOn=a.animateOn,this.halt=a.halt,this.isAnimated=a.isAnimated,this.remove=a.remove,this.setElement=a.setElement,this.fadeIn=i,this.fadeOut=o,this.init=r,this}At.CLASSES=fe;function v(e,t,a){let r=t,i=e;if(!a)throw new Error("Child transition argument must be defined!");let o=a,s,d,c,p=!1,m=!1,f=!1;if(typeof r.CSS_PROPERTY=="undefined"||typeof r.BASE_CLASS=="undefined")throw new Error("Transitions require CSS_PROPERTY and BASE_CLASS to be passed into BaseTransition.");function _(){d&&p?(i.addEventListener(d,c),o.dispatchEvent(v.BEGIN_EVENT,{target:o,type:v.BEGIN_EVENT}),i.classList.add(v.ANIMATING_CLASS),m=!0):(o.dispatchEvent(v.BEGIN_EVENT,{target:o,type:v.BEGIN_EVENT}),c())}function x(){i.removeEventListener(d,c)}function j(y){return y&&y.propertyName!==r.CSS_PROPERTY?!1:(x(),i.classList.remove(v.ANIMATING_CLASS),o.dispatchEvent(v.END_EVENT,{target:o,type:v.END_EVENT}),m=!1,!0)}function S(){let y;for(y in r)({}).hasOwnProperty.call(r,y)&&r[y]!==r.BASE_CLASS&&i.classList.contains(r[y])&&i.classList.remove(r[y])}function E(){m&&(i.style.webkitTransitionDuration="0",i.style.mozTransitionDuration="0",i.style.oTransitionDuration="0",i.style.transitionDuration="0",i.removeEventListener(d,c),c(),i.style.webkitTransitionDuration="",i.style.mozTransitionDuration="",i.style.oTransitionDuration="",i.style.transitionDuration="")}function T(){E(),S(),i.classList.remove(r.BASE_CLASS)}function V(){i.classList.remove(v.NO_ANIMATION_CLASS),p=!0}function R(){i.classList.add(v.NO_ANIMATION_CLASS),p=!1}function O(y){if(!y){let $="Element does not have TransitionEnd event. It may be null!";throw new Error($)}let z,N={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},U;for(U in N)if({}.hasOwnProperty.call(N,U)&&typeof y.style[U]!="undefined"){z=N[U];break}return z}function b(y){T(),V(),i=y,i.classList.add(r.BASE_CLASS),d=O(i)}function w(y){if(p=!i.classList.contains(v.NO_ANIMATION_CLASS),c=j.bind(this),b(i),!y)throw new Error("Transition needs to be passed an initial CSS class on initialization!");return i.classList.add(y),this}function D(y){return f||(S(),f=!0),i.classList.contains(y)?!1:(x(),i.classList.remove(s),s=y,_(),i.classList.add(s),!0)}return this.animateOff=R,this.animateOn=V,this.applyClass=D,this.halt=E,this.init=w,this.isAnimated=()=>p,this.remove=T,this.setElement=b,this}v.BEGIN_EVENT="transitionbegin";v.END_EVENT="transitionend";v.NO_ANIMATION_CLASS="u-no-animation";v.ANIMATING_CLASS="u-is-animating";var ie={CSS_PROPERTY:"max-height",BASE_CLASS:"u-max-height-transition",MH_DEFAULT:"u-max-height-default",MH_SUMMARY:"u-max-height-summary",MH_ZERO:"u-max-height-zero"};function B(e){let t=new A,a=new v(e,ie,this),r=0;function i(){let _=e.scrollHeight+"px";e.style.maxHeight=_}function o(){window.removeEventListener("load",o),i()}function s(f){return a.init(f),window.addEventListener("load",o),window.addEventListener("resize",()=>{i()}),this}function d(){return i(),a.applyClass(ie.MH_DEFAULT),(!r||e.scrollHeight>r)&&(r=e.scrollHeight),this}function c(){return a.applyClass(ie.MH_SUMMARY),r=e.scrollHeight,this}function p(){return a.applyClass(ie.MH_ZERO),r=e.scrollHeight,this}function m(){return e.style.maxHeight="",a.remove()}return this.addEventListener=t.addEventListener,this.dispatchEvent=t.dispatchEvent,this.removeEventListener=t.removeEventListener,this.animateOff=a.animateOff,this.animateOn=a.animateOn,this.halt=a.halt,this.isAnimated=a.isAnimated,this.setElement=a.setElement,this.refresh=i,this.remove=m,this.init=s,this.maxHeightDefault=d,this.maxHeightSummary=c,this.maxHeightZero=p,this}B.CLASSES=ie;var J={CSS_PROPERTY:"transform",BASE_CLASS:"u-move-transition",MOVE_TO_ORIGIN:"u-move-to-origin",MOVE_LEFT:"u-move-left",MOVE_LEFT_2X:"u-move-left-2x",MOVE_LEFT_3X:"u-move-left-3x",MOVE_RIGHT:"u-move-right",MOVE_UP:"u-move-up"};function Lt(e){let t=new A,a=new v(e,J,this);function r(c){return a.init(c),this}function i(){return a.applyClass(J.MOVE_TO_ORIGIN),this}function o(c){c=c||1;let p=[J.MOVE_LEFT,J.MOVE_LEFT_2X,J.MOVE_LEFT_3X];return a.applyClass(p[c-1]),this}function s(){return a.applyClass(J.MOVE_RIGHT),this}function d(){return a.applyClass(J.MOVE_UP),this}return this.addEventListener=t.addEventListener,this.dispatchEvent=t.dispatchEvent,this.removeEventListener=t.removeEventListener,this.animateOff=a.animateOff,this.animateOn=a.animateOn,this.halt=a.halt,this.isAnimated=a.isAnimated,this.setElement=a.setElement,this.remove=a.remove,this.init=r,this.moveLeft=()=>o(1),this.moveLeft2=()=>o(2),this.moveLeft3=()=>o(3),this.moveRight=s,this.moveToOrigin=i,this.moveUp=d,this}Lt.CLASSES=J;})();
|
|
1
|
+
(()=>{var ht=Object.defineProperty;var ct=Object.getOwnPropertySymbols;var Tt=Object.prototype.hasOwnProperty,Ot=Object.prototype.propertyIsEnumerable;var mt=(e,t,a)=>t in e?ht(e,t,{enumerable:!0,configurable:!0,writable:!0,value:a}):e[t]=a,we=(e,t)=>{for(var a in t||(t={}))Tt.call(t,a)&&mt(e,a,t[a]);if(ct)for(var a of ct(t))Ot.call(t,a)&&mt(e,a,t[a]);return e};var g=(e,t)=>{for(var a in t)ht(e,a,{get:t[a],enumerable:!0})};var ke={};g(ke,{default:()=>It});var It={};var se={bpXS:{min:0,max:600},bpSM:{min:601,max:900},bpMED:{min:901,max:1020},bpLG:{min:1021,max:1200},bpXL:{min:1201}};function le(){let e=getComputedStyle(document.body).fontSize;return e=e===""?-1:e,parseFloat(e)}function Bt(e,t){let a=e.min,r=e.max;le()>0&&le()!==16&&(a=a/16*le(),r=r/16*le());let o=a||0,s=r||Number.POSITIVE_INFINITY;return o<=t&&t<=s}function Mt(e){let t={};e=e||window.innerWidth;let a;for(a in se)t[a]=Bt(se[a],e);return t}var de="mobile",Nt="tablet",qt="desktop";function Se(e){let t=!1,a=Mt();return(e===de&&a.bpXS||e===Nt&&a.bpSM||e===qt&&(a.bpMED||a.bpLG||a.bpXL))&&(t=!0),t}var I="data-js-hook",Z="behavior_",Ee="state_";function A(){let e={};function t(i,o){return{}.hasOwnProperty.call(e,i)?e[i].push(o):e[i]=[o],this}function a(i,o){if(!{}.hasOwnProperty.call(e,i))return this;let s=e[i].indexOf(o);return s!==-1&&e[i].splice(s,1),this}function r(i,o){if(!{}.hasOwnProperty.call(e,i))return this;o=o||{};let s=e[i];for(let d=0,c=s.length;d<c;d++)s[d].call(this,o);return this}return this.addEventListener=t,this.removeEventListener=a,this.dispatchEvent=r,this.getRegisteredEvents=()=>e,this}function W(e,t){if(!e)return!1;let a=e.getAttribute(I);return a?(a=a.split(" "),a.indexOf(t)>-1):!1}function L(e,t){if(W(e,t))return t;if(t.indexOf(" ")!==-1){let r=I+" values cannot contain spaces!";throw new Error(r)}let a=e.getAttribute(I);return a!==null&&(t=a+" "+t),e.setAttribute(I,t),t}var De=Ee+"atomic_init";function Ct(e,t){if(!e||!e.classList){let a=e+' is not valid. Check that element is a DOM node with class "'+t+'"';throw new Error(a)}return e}function Ft(e,t){let a=e.classList.contains(t)?e:e.querySelector("."+t);if(!a){let r=t+" not found on or in passed DOM node.";throw new Error(r)}return a}function q(e,t){return Ct(e,t),Ft(e,t)}function M(e){return W(e,De)?!1:(L(e,De),!0)}function C(e,t,a,r={}){let o=(a||document).querySelectorAll(e),s=[],d,c;for(let p=0,m=o.length;p<m;p++)c=o[p],W(c,De)===!1&&(d=new t(c),d.init(r),s.push(d));return s}var Ae={};g(Ae,{default:()=>Vt});var Vt={};var Le={};g(Le,{default:()=>Rt});var Rt={};var je={};g(je,{default:()=>Pt});var Pt={};var Te={};g(Te,{default:()=>Kt});var Kt={};var Oe={};g(Oe,{default:()=>Yt});var Yt={};var ze={};g(ze,{default:()=>$t});var $t={};var Q="o-expandable";function X(e){let t=q(e,Q),a,r,i,o,s;function d(){if(!M(t))return this;a=t.querySelector(`.${Q}__header`),r=t.querySelector(`.${Q}__content`),i=t.querySelector(`.${Q}__label`);let m=t.classList.contains(`${Q}--onload-open`);L(t,"behavior_flyout-menu"),L(a,"behavior_flyout-menu_trigger"),L(r,"behavior_flyout-menu_content");let f=m?B.CLASSES.MH_DEFAULT:B.CLASSES.MH_ZERO;return o=new B(r).init(f),s=new K(t),s.setTransition(o,o.maxHeightZero,o.maxHeightDefault),s.init(m),s.addEventListener("expandbegin",()=>{r.classList.remove("u-hidden"),this.dispatchEvent("expandbegin",{target:this})}),s.addEventListener("collapseend",()=>{r.classList.add("u-hidden")}),this}function c(){return i.textContent.trim()}this.init=d,this.expand=()=>s.expand(),this.collapse=()=>s.collapse(),this.isExpanded=()=>s.isExpanded(),this.refresh=()=>s.getTransition().refresh(),this.getLabelText=c;let p=new A;return this.addEventListener=p.addEventListener,this.removeEventListener=p.removeEventListener,this.dispatchEvent=p.dispatchEvent,this}X.BASE_CLASS=Q;X.init=e=>C(`.${X.BASE_CLASS}`,X,e);var ce="o-expandable-group";function me(e){let t=q(e,ce),a=t.classList.contains(`${ce}--accordion`),r,i;function o(d){let c=d.target;i&&i!==c&&i.collapse(),i=c}function s(d){return M(t)?(a&&(r=d,r.forEach(c=>{c.addEventListener("expandbegin",o)})),this):this}return this.init=s,this}me.BASE_CLASS=ce;me.init=e=>{(e||document).querySelectorAll(`.${ce}`).forEach(r=>{let i=C(`.${X.BASE_CLASS}`,X,r);new me(r).init(i)})};var ee="o-summary";function he(e){let t=q(e,ee),a=t.classList.contains(`${ee}--mobile`),r=t.querySelector(`.${ee}__content`),i=t.querySelector(`.${ee}__btn`),o,s,d;function c(){return M(t)?(window.addEventListener("load",p),this):this}function p(){window.removeEventListener("load",p),d=!x(),L(t,"behavior_flyout-menu"),L(r,"behavior_flyout-menu_content"),L(i,"behavior_flyout-menu_trigger"),s=new K(t,!1),o=new B(r),o.init(d?B.CLASSES.MH_SUMMARY:B.CLASSES.MH_DEFAULT),s.setTransition(o,o.maxHeightSummary,o.maxHeightDefault),s.addEventListener("triggerclick",j),s.init(),_(),window.addEventListener("resize",_),"onorientationchange"in window&&window.addEventListener("orientationchange",_),t.addEventListener("focusin",m),r.addEventListener("click",f)}function m(b){!d&&b.target!==i&&(i.click(),t.removeEventListener("focusin",m))}function f(b){b.target.tagName!=="A"&&s.isExpanded()&&o.refresh()}function _(){x()?R():V()}function x(){return a&&!Se(de)||r.scrollHeight<=88}function j(){s.addEventListener("expandend",S)}function S(){T(),window.removeEventListener("resize",_),window.removeEventListener("orientationchange",_),s.removeEventListener("expandend",S),s.suspend(),o.remove()}function E(){i.classList.remove("u-hidden")}function T(){i.classList.add("u-hidden")}function V(){return d&&(s.collapse(),o.animateOn(),E(),d=!1),!d}function R(){return d||(o.animateOff(),s.expand(),T(),d=!0),d}let z=new A;return this.addEventListener=z.addEventListener,this.removeEventListener=z.removeEventListener,this.dispatchEvent=z.dispatchEvent,this.init=c,this}he.BASE_CLASS=ee;he.init=e=>C(`.${ee}`,he,e);var te="o-summary-minimal";function pe(e){let t=q(e,te),a=t.querySelector(`.${te}__content`),r=t.querySelector(`.${te}__btn`),i,o;function s(){return M(t)?(L(t,"behavior_flyout-menu"),L(a,"behavior_flyout-menu_content"),L(r,"behavior_flyout-menu_trigger"),window.addEventListener("load",d),this):this}function d(){window.removeEventListener("load",d),o=new K(t,!1),i=new B(a),i.init(B.CLASSES.MH_SUMMARY),o.setTransition(i,i.maxHeightSummary,i.maxHeightDefault),o.init(),t.addEventListener("focusin",c),a.addEventListener("click",p),o.collapse(),i.animateOn()}function c(f){f.target!==r&&(r.click(),t.removeEventListener("focusin",c))}function p(f){f.target.tagName!=="A"&&o.isExpanded()&&i.refresh()}let m=new A;return this.addEventListener=m.addEventListener,this.removeEventListener=m.removeEventListener,this.dispatchEvent=m.dispatchEvent,this.init=s,this}pe.BASE_CLASS=te;pe.init=e=>C(`.${te}`,pe,e);var Ie={};g(Ie,{default:()=>ea});var ea={};var Be={};g(Be,{default:()=>aa});var aa={};var Me={};g(Me,{default:()=>ia});var ia={};var Ne={};g(Ne,{default:()=>na});var na={};var qe={};g(qe,{default:()=>la});var la={};var Ce={};g(Ce,{default:()=>ca});var ca={};var Fe={};g(Fe,{default:()=>ha});var ha={};var He={};g(He,{default:()=>ua});var ua={};var Ve={};g(Ve,{default:()=>ga});var ga={};var fa;function _a(e){return e.replace(/[-\\^$*+?.()|[\]{}]/g,"\\$&")}function ya(e,t){return RegExp(_a(t.trim()),"i").test(e)}function xa(e,t,a){let r=e,i=t,o=(a==null?void 0:a.maxSelections)||5,s=[],d=[],c=[],p=[],m=-1;function f(b){return i+"-"+b.value.trim().replace(/\s+/g,"-").toLowerCase()}function _(){return d.length>=o}function x(b){let w,D=[],y=!1;for(let O=0,N=b.length;O<N;O++)w=b[O],y=_()?!1:w.defaultSelected,D.push({id:f(w),value:w.value,text:w.text,checked:y}),y&&d.push(O);return D}function j(){return s=x(r),this}function S(b){return s[b].checked=!s[b].checked,d.length<o&&s[b].checked?(d.push(b),d.sort(),!0):(s[b].checked=!1,d=d.filter(function(w){return w!==b}),!1)}function E(b,w,D,y){return ya(w.text,y)&&b.push(D),b}function T(b){return Object.prototype.toString.call(b)!=="[object String]"&&(b=""),p=c,s.length>0&&(c=s.reduce(function(w,D,y){return E(w,D,y,b)},[])),m=-1,c}function V(b){return s[b]}function R(b){let w=c.length,D=w===0?s.length:w;b<0?m=-1:b>=D?m=D-1:m=b}function z(){return m}return this.init=j,this.toggleOption=S,this.getSelectedIndices=function(){return d},this.isAtMaxSelections=_,this.filterIndices=T,this.clearFilter=function(){return c=p=[],fa},this.getFilterIndices=function(){return c},this.getLastFilterIndices=function(){return p},this.getIndex=z,this.setIndex=R,this.resetIndex=function(){return m=-1,m},this.getOption=V,this}var gt=xa;function F(e,t,a){let r=document.createElement(e);return Object.keys(a).forEach(i=>{let o=a[i];i in r?r[i]=o:r.setAttribute(i,o)}),t&&t.appendChild(r),r}var ft='<svg xmlns="http://www.w3.org/2000/svg" aria-hidden="true" class="cf-icon-svg cf-icon-svg--error" viewBox="0 0 12 19"><path d="M11.383 13.644A1.03 1.03 0 0 1 9.928 15.1L6 11.172 2.072 15.1a1.03 1.03 0 1 1-1.455-1.456l3.928-3.928L.617 5.79a1.03 1.03 0 1 1 1.455-1.456L6 8.261l3.928-3.928a1.03 1.03 0 0 1 1.455 1.456L7.455 9.716z"/></svg>';var Ea=ft,H="o-multiselect",Da="a-checkbox",Aa="a-text-input",_t="prev",ue="next",Ge="Enter",La=" ",yt="Escape",ja="ArrowUp",xt="ArrowDown",vt="Tab",wt={renderTags:!0,maxSelections:5};function be(e){e.classList.add(H);let t=q(e,H),a=!1,r,i,o,s,d,c,p,m,f,_,x,j=[],S;function E(){x.classList.remove("u-no-results"),x.classList.add("u-filtered");let n=o.getLastFilterIndices();for(let l=0,h=n.length;l<h;l++)j[n[l]].classList.remove("u-filter-match");n=o.getFilterIndices();for(let l=0,h=n.length;l<h;l++)j[n[l]].classList.add("u-filter-match")}function T(){x.classList.remove("u-filtered","u-no-results");for(let n=0,l=x.children.length;n<l;n++)x.children[n].classList.remove("u-filter-match");o.clearFilter()}function V(){x.classList.add("u-no-results"),x.classList.remove("u-filtered")}function R(n){return n.length>0?(E(),!0):(V(),!1)}function z(n){T(),o.resetIndex();let l=o.filterIndices(n);R(l)}function b(){return c.classList.add("u-active"),_.classList.remove("u-invisible"),_.setAttribute("aria-hidden",!1),S.dispatchEvent("expandbegin",{target:S}),S}function w(){return c.classList.remove("u-active"),_.classList.add("u-invisible"),_.setAttribute("aria-hidden",!0),o.resetIndex(),S.dispatchEvent("collapsebegin",{target:S}),S}function D(n){n===ue?o.setIndex(o.getIndex()+1):n===_t&&o.setIndex(o.getIndex()-1);let l=o.getIndex();if(l>-1){let h=l,u=o.getFilterIndices();u.length>0&&(h=u[l]);let P=o.getOption(h).value,jt=x.querySelector('[data-option="'+P+'"]').querySelector("input");a=!0,jt.focus()}else a=!1,f.focus()}function y(){f.value="",T()}function O(n){let l=n.target;l.tagName==="BUTTON"&&(n.preventDefault(),l.removeEventListener("click",O),l.querySelector("label").click())}function N(n){if(n.key===La||n.key===Ge){let l=n.target.querySelector("label");x.querySelector("#"+l.getAttribute("for")).click()}}function U(n){return r+"-"+n.value.trim().replace(/[^\w]/g,"-").toLowerCase()}function $(n,l){let h=U(l),u=F("li",null,{"data-option":l.value}),k=F("button",u,{type:"button",class:"a-tag-filter",innerHTML:"<label for="+h+">"+l.text+Ea+"</label>"});n.appendChild(u),k.addEventListener("click",O),k.addEventListener("keydown",N)}function re(n){let l=o.getOption(n)||o.getOption(o.getIndex());if(l){if(l.checked){x.classList.contains("u-max-selections")&&x.classList.remove("u-max-selections");let h='[data-option="'+l.value+'"]',u=p.querySelector(h);typeof u!="undefined"&&u&&(p==null||p.removeChild(u))}else d!=null&&d.renderTags&&p&&$(p,l);o.toggleOption(n),o.isAtMaxSelections()&&x.classList.add("u-max-selections"),S.dispatchEvent("selectionsupdated",{target:S})}o.resetIndex(),a=!1,_.getAttribute("aria-hidden")==="false"&&f.focus()}function _e(n){re(Number(n.target.getAttribute("data-index"))),y()}function ye(){m.addEventListener("mousemove",function(h){let u=h.target;h.offsetX>u.offsetWidth-35?u.style.cursor="pointer":u.style.cursor="auto"}),m.addEventListener("mouseup",function(h){let u=h.target;h.offsetX>u.offsetWidth-35&&_.offsetHeight===140&&f.blur()}),f.addEventListener("input",function(){z(this.value)}),f.addEventListener("focus",function(){_.getAttribute("aria-hidden")==="true"&&b()}),f.addEventListener("blur",function(){!a&&_.getAttribute("aria-hidden")==="false"&&w()}),f.addEventListener("keydown",function(h){let u=h.key;_.getAttribute("aria-hidden")==="true"&&u!==vt&&b(),u===Ge?(h.preventDefault(),D(ue)):u===yt?(y(),w()):u===xt?D(ue):u===vt&&!h.shiftKey&&_.getAttribute("aria-hidden")==="false"&&w()}),x.addEventListener("mousedown",function(){a=!0}),x.addEventListener("keydown",function(h){let u=h.key,k=h.target,P=k.checked;if(u===Ge){h.preventDefault(),k.checked=!P;let G=new Event("change",{bubbles:!1,cancelable:!0});k.dispatchEvent(G)}else u===yt?(f.focus(),w()):u===ja?D(_t):u===xt&&D(ue)}),_.addEventListener("mousedown",function(h){h.target.tagName==="LABEL"&&(a=!0)});let n=x.querySelectorAll("input");for(let h=0,u=n.length;h<u;h++)n[h].addEventListener("change",_e);let l=p.querySelectorAll("button");for(let h=0,u=l.length;h<u;h++)l[h].addEventListener("click",O),l[h].addEventListener("keydown",N)}function ne(){c=document.createElement("div"),c.className=H,p=F("ul",null,{className:"m-tag-group"}),m=F("header",c,{className:H+"__header"}),f=F("input",m,{className:H+"__search "+Aa,type:"text",placeholder:i||"Select up to five",id:t.id,autocomplete:"off"}),_=F("fieldset",c,{className:H+"__fieldset u-invisible","aria-hidden":"true"});let n=H+"__options";o.isAtMaxSelections()&&(n+=" u-max-selections"),x=F("ul",_,{className:n});let l,h,u;for(let k=0,P=s.length;k<P;k++){l=s[k],h=U(l),u=o.getOption(k).checked;let G=F("li",x,{"data-option":l.value,"data-cy":"multiselect-option",class:"m-form-field m-form-field--checkbox"});F("input",G,{id:h,type:"checkbox",value:l.value,name:r,class:Da+" "+H+"__checkbox",checked:u,"data-index":k}),F("label",G,{for:h,textContent:l.text,className:H+"__label a-label"}),j.push(G),u&&(d!=null&&d.renderTags)&&$(p,l)}return c.insertBefore(p,m),t.parentNode.insertBefore(c,t),c.appendChild(t),c}function xe(n=wt){if(!M(t))return this;if(Re())return this;if(S=this,r=t.name||t.id,i=t.getAttribute("placeholder"),s=t.options||[],d=we(we({},wt),n),s.length>0){o=new gt(s,r,d).init();let l=ne();t.parentNode.removeChild(t),t=l,M(t),ye()}return this}function ve(){return o}this.init=xe,this.expand=b,this.collapse=w;let Y=new A;return this.addEventListener=Y.addEventListener,this.removeEventListener=Y.removeEventListener,this.dispatchEvent=Y.dispatchEvent,this.getModel=ve,this.updateSelections=re,this.selectionClickHandler=O,this.selectionKeyDownHandler=N,this}be.BASE_CLASS=H;be.init=e=>C(`.${H}`,be,void 0,e);var Ue={};g(Ue,{default:()=>Oa});var Oa={};var Pe={};g(Pe,{default:()=>Ia});var Ia={};var Xe={};g(Xe,{default:()=>Ma});var Ma={};var Ke={};g(Ke,{default:()=>qa});var qa={};var Je={};g(Je,{default:()=>Fa});var Fa={};var Ye={};g(Ye,{default:()=>Va});var Va={};var We={};g(We,{default:()=>Ra});var Ra={};var $e={};g($e,{default:()=>Pa});var Pa={};var Ze={};g(Ze,{default:()=>Ka});var Ka={};var Qe={};g(Qe,{default:()=>Ya});var Ya={};var et={};g(et,{default:()=>$a});var $a={};var tt={};g(tt,{default:()=>Qa});var Qa={};var at={};g(at,{default:()=>to});var to={};var ot={};g(ot,{default:()=>oo});var oo={};var it={};g(it,{default:()=>ro});var ro={};var rt={};g(rt,{default:()=>so});var so={};var nt={};g(nt,{default:()=>co});var co={};var st={};g(st,{default:()=>ho});var ho={};var lt={};g(lt,{default:()=>uo});var uo={};var dt={};g(dt,{default:()=>go});var go={};function kt(e,t){t=t||document;let a=[];try{a=t.querySelectorAll(e)}catch(r){let i=`${e} not found in DOM! ${r}`;throw new Error(i)}return a.length===0&&e.indexOf(Z)===-1&&(a=St(e,t)),a}function fo(e,t,a,r){let i=[];e instanceof NodeList?i=e:e instanceof Node?i=[e]:typeof e=="string"&&(i=kt(e,r));for(let o=0,s=i.length;o<s;o++)i[o].addEventListener(t,a,!1);return i}function ge(e,t){let a;if(W(e,t))return a=e,a;if(e){let r="["+I+"="+t+"]";a=e.querySelector(r)}if(!a){let r=t+" behavior not found on passed DOM node!";throw new Error(r)}return a}function St(e,t){return e=I+"*="+Z+e,e="["+e+"]",kt(e,t)}function _o(e,t,a){e.removeEventListener(t,a)}var ae=Object.prototype.toString;function Et(e){return typeof e=="undefined"}function yo(e){return typeof e!="undefined"}function xo(e){return e!==null&&typeof e=="object"}function Dt(e){return ae.call(e)==="[object String]"}function vo(e){return ae.call(e)==="[object Number]"}function wo(e){return ae.call(e)==="[object Date]"}var ko=Array.isArray||function(t){return ae.call(t)==="[object Array]"};function So(e){return ae.call(e)==="[object Function]"}function Eo(e){return Et(e)||e===null||Dt(e)&&e.length<=0||/^\s*$/.test(e)}function Re(){return!!new RegExp(/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i).test(navigator.userAgent)}var oe=Z+"flyout-menu",Do="["+I+"="+oe;function K(e,t=!0){let a=ge(e,oe),r=V(e),i=ge(e,oe+"_content"),o=0,s=0,d=1,c=2,p=3,m,f,_,x=$.bind(this),j=U.bind(this),S,E=!0,T=!1;function V(n){let l=[],h=n.querySelectorAll(`${Do}_trigger]`),u,k,P;for(let G=h.length>>>0;G--;){for(P=!1,u=h[G],k=u.parentElement;k!==n;)k.getAttribute(I)&&k.getAttribute(I).split(" ").indexOf(oe)!==-1?(P=!0,k=n):k=k.parentElement;P||l.unshift(h[G])}return l}function R(n=!1){return o=n?p:s,r.forEach(l=>{z("expanded",l,n),l.addEventListener("click",y.bind(this)),l.addEventListener("touchstart",b,{passive:!0}),l.addEventListener("mouseover",w.bind(this)),l.addEventListener("mouseout",D.bind(this))}),i.setAttribute("data-open",n?"true":"false"),t&&!n&&i.setAttribute("hidden",""),ne(),this}function z(n,l,h){let u=String(h);return l.setAttribute("aria-"+n,u),u}function b(){T=!0}function w(n){E||(T||this.dispatchEvent("triggerover",{target:this,trigger:n.target,type:"triggerover"}),T=!1)}function D(n){E||this.dispatchEvent("triggerout",{target:this,trigger:n.target,type:"triggerout"})}function y(n){if(!E)switch(this.dispatchEvent("triggerclick",{target:this,trigger:n.target,type:"triggerclick"}),n.preventDefault(),o){case s:case d:this.expand();break;case c:case p:this.collapse();break}}function O(){if(m==null||m.halt(),o===c||o===p)return this;if(o=c,t&&i.removeAttribute("hidden"),this.dispatchEvent("expandbegin",{target:this,type:"expandbegin"}),!f||!_)return j(),this;let n=m==null?void 0:m.isAnimated();return n&&m.addEventListener(v.END_EVENT,j),f(),n||j(),this}function N(){if(m==null||m.halt(),o===d||o===s)return this;for(let l=0,h=r.length;l<h;l++)z("expanded",r[l],!1);if(i.setAttribute("data-open","false"),o=d,this.dispatchEvent("collapsebegin",{target:this,type:"collapsebegin"}),!_||!f)return x(),this;let n=m==null?void 0:m.isAnimated();return n&&m.addEventListener(v.END_EVENT,x),_(),n||x(),this}function U(){o=p,i.setAttribute("data-open","true"),m&&m.removeEventListener(v.END_EVENT,j),this.dispatchEvent("expandend",{target:this,type:"expandend"});for(let n=0,l=r.length;n<l;n++)z("expanded",r[n],!0)}function $(){o=s,t&&i.setAttribute("hidden",""),m&&m.removeEventListener(v.END_EVENT,x),this.dispatchEvent("collapseend",{target:this,type:"collapseend"})}function re(n,l,h){m=n,l&&l!==_&&(_=l),h&&h!==f&&(f=h)}function _e(){m&&m.remove();let n;m=n,f=n,_=n}function ye(){return{container:a,content:i,trigger:r}}function ne(){return E&&(E=!1),!E}function xe(){return E||(E=!0),E}function ve(n){return S=n,this}let Y=new A;return this.addEventListener=Y.addEventListener,this.removeEventListener=Y.removeEventListener,this.dispatchEvent=Y.dispatchEvent,this.init=R,this.expand=O,this.collapse=N,this.setTransition=re,this.clearTransition=_e,this.getData=()=>S,this.getTransition=()=>m,this.getDom=ye,this.isAnimating=()=>o===c||o===d,this.isExpanded=()=>o===p,this.resume=ne,this.setData=ve,this.suspend=xe,K.BASE_CLASS=oe,this}var fe={CSS_PROPERTY:"opacity",BASE_CLASS:"u-alpha-transition",ALPHA_100:"u-alpha-100",ALPHA_0:"u-alpha-0"};function At(e){let t=new A,a=new v(e,fe,this);function r(s){return a.init(s),this}function i(){return a.applyClass(fe.ALPHA_100),this}function o(){return a.applyClass(fe.ALPHA_0),this}return this.addEventListener=t.addEventListener,this.dispatchEvent=t.dispatchEvent,this.removeEventListener=t.removeEventListener,this.animateOff=a.animateOff,this.animateOn=a.animateOn,this.halt=a.halt,this.isAnimated=a.isAnimated,this.remove=a.remove,this.setElement=a.setElement,this.fadeIn=i,this.fadeOut=o,this.init=r,this}At.CLASSES=fe;function v(e,t,a){let r=t,i=e;if(!a)throw new Error("Child transition argument must be defined!");let o=a,s,d,c,p=!1,m=!1,f=!1;if(typeof r.CSS_PROPERTY=="undefined"||typeof r.BASE_CLASS=="undefined")throw new Error("Transitions require CSS_PROPERTY and BASE_CLASS to be passed into BaseTransition.");function _(){d&&p?(i.addEventListener(d,c),o.dispatchEvent(v.BEGIN_EVENT,{target:o,type:v.BEGIN_EVENT}),i.classList.add(v.ANIMATING_CLASS),m=!0):(o.dispatchEvent(v.BEGIN_EVENT,{target:o,type:v.BEGIN_EVENT}),c())}function x(){i.removeEventListener(d,c)}function j(y){return y&&y.propertyName!==r.CSS_PROPERTY?!1:(x(),i.classList.remove(v.ANIMATING_CLASS),o.dispatchEvent(v.END_EVENT,{target:o,type:v.END_EVENT}),m=!1,!0)}function S(){let y;for(y in r)({}).hasOwnProperty.call(r,y)&&r[y]!==r.BASE_CLASS&&i.classList.contains(r[y])&&i.classList.remove(r[y])}function E(){m&&(i.style.webkitTransitionDuration="0",i.style.mozTransitionDuration="0",i.style.oTransitionDuration="0",i.style.transitionDuration="0",i.removeEventListener(d,c),c(),i.style.webkitTransitionDuration="",i.style.mozTransitionDuration="",i.style.oTransitionDuration="",i.style.transitionDuration="")}function T(){E(),S(),i.classList.remove(r.BASE_CLASS)}function V(){i.classList.remove(v.NO_ANIMATION_CLASS),p=!0}function R(){i.classList.add(v.NO_ANIMATION_CLASS),p=!1}function z(y){if(!y){let $="Element does not have TransitionEnd event. It may be null!";throw new Error($)}let O,N={WebkitTransition:"webkitTransitionEnd",MozTransition:"transitionend",OTransition:"oTransitionEnd otransitionend",transition:"transitionend"},U;for(U in N)if({}.hasOwnProperty.call(N,U)&&typeof y.style[U]!="undefined"){O=N[U];break}return O}function b(y){T(),V(),i=y,i.classList.add(r.BASE_CLASS),d=z(i)}function w(y){if(p=!i.classList.contains(v.NO_ANIMATION_CLASS),c=j.bind(this),b(i),!y)throw new Error("Transition needs to be passed an initial CSS class on initialization!");return i.classList.add(y),this}function D(y){return f||(S(),f=!0),i.classList.contains(y)?!1:(x(),i.classList.remove(s),s=y,_(),i.classList.add(s),!0)}return this.animateOff=R,this.animateOn=V,this.applyClass=D,this.halt=E,this.init=w,this.isAnimated=()=>p,this.remove=T,this.setElement=b,this}v.BEGIN_EVENT="transitionbegin";v.END_EVENT="transitionend";v.NO_ANIMATION_CLASS="u-no-animation";v.ANIMATING_CLASS="u-is-animating";var ie={CSS_PROPERTY:"max-height",BASE_CLASS:"u-max-height-transition",MH_DEFAULT:"u-max-height-default",MH_SUMMARY:"u-max-height-summary",MH_ZERO:"u-max-height-zero"};function B(e){let t=new A,a=new v(e,ie,this),r=0;function i(){let _=e.scrollHeight+"px";e.style.maxHeight=_}function o(){window.removeEventListener("load",o),i()}function s(f){return a.init(f),window.addEventListener("load",o),window.addEventListener("resize",()=>{i()}),this}function d(){return i(),a.applyClass(ie.MH_DEFAULT),(!r||e.scrollHeight>r)&&(r=e.scrollHeight),this}function c(){return a.applyClass(ie.MH_SUMMARY),r=e.scrollHeight,this}function p(){return a.applyClass(ie.MH_ZERO),r=e.scrollHeight,this}function m(){return e.style.maxHeight="",a.remove()}return this.addEventListener=t.addEventListener,this.dispatchEvent=t.dispatchEvent,this.removeEventListener=t.removeEventListener,this.animateOff=a.animateOff,this.animateOn=a.animateOn,this.halt=a.halt,this.isAnimated=a.isAnimated,this.setElement=a.setElement,this.refresh=i,this.remove=m,this.init=s,this.maxHeightDefault=d,this.maxHeightSummary=c,this.maxHeightZero=p,this}B.CLASSES=ie;var J={CSS_PROPERTY:"transform",BASE_CLASS:"u-move-transition",MOVE_TO_ORIGIN:"u-move-to-origin",MOVE_LEFT:"u-move-left",MOVE_LEFT_2X:"u-move-left-2x",MOVE_LEFT_3X:"u-move-left-3x",MOVE_RIGHT:"u-move-right",MOVE_UP:"u-move-up"};function Lt(e){let t=new A,a=new v(e,J,this);function r(c){return a.init(c),this}function i(){return a.applyClass(J.MOVE_TO_ORIGIN),this}function o(c){c=c||1;let p=[J.MOVE_LEFT,J.MOVE_LEFT_2X,J.MOVE_LEFT_3X];return a.applyClass(p[c-1]),this}function s(){return a.applyClass(J.MOVE_RIGHT),this}function d(){return a.applyClass(J.MOVE_UP),this}return this.addEventListener=t.addEventListener,this.dispatchEvent=t.dispatchEvent,this.removeEventListener=t.removeEventListener,this.animateOff=a.animateOff,this.animateOn=a.animateOn,this.halt=a.halt,this.isAnimated=a.isAnimated,this.setElement=a.setElement,this.remove=a.remove,this.init=r,this.moveLeft=()=>o(1),this.moveLeft2=()=>o(2),this.moveLeft3=()=>o(3),this.moveRight=s,this.moveToOrigin=i,this.moveUp=d,this}Lt.CLASSES=J;})();
|
|
2
2
|
//# sourceMappingURL=index.js.map
|