@westpac/ui 1.3.2 → 1.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +13 -0
- package/assets/icons/filled/bath-filled.svg +3 -0
- package/assets/icons/filled/bed-filled.svg +5 -0
- package/assets/icons/filled/flag-filled.svg +3 -0
- package/assets/icons/filled/passkey-filled.svg +5 -0
- package/assets/icons/outlined/bath-outlined.svg +3 -0
- package/assets/icons/outlined/bed-outlined.svg +5 -0
- package/assets/icons/outlined/flag-outlined.svg +3 -0
- package/assets/icons/outlined/passkey-outlined.svg +5 -0
- package/dist/component-type.json +1 -1
- package/dist/components/autocomplete/autocomplete.component.js +6 -3
- package/dist/components/error-message/error-message.component.d.ts +1 -1
- package/dist/components/error-message/error-message.component.js +26 -3
- package/dist/components/error-message/error-message.styles.d.ts +18 -0
- package/dist/components/error-message/error-message.styles.js +4 -1
- package/dist/components/error-message/error-message.types.d.ts +4 -0
- package/dist/components/field/field.component.d.ts +1 -1
- package/dist/components/field/field.component.js +2 -1
- package/dist/components/field/field.types.d.ts +4 -0
- package/dist/components/icon/components/accessibility-icon.js +1 -1
- package/dist/components/icon/components/account-icon.js +1 -1
- package/dist/components/icon/components/add-circle-icon.js +1 -1
- package/dist/components/icon/components/add-icon.js +1 -1
- package/dist/components/icon/components/alert-icon.js +1 -1
- package/dist/components/icon/components/android-icon.js +1 -1
- package/dist/components/icon/components/apple-icon.js +1 -1
- package/dist/components/icon/components/archive-box-icon.js +1 -1
- package/dist/components/icon/components/arrow-back-circle-icon.js +1 -1
- package/dist/components/icon/components/arrow-back-icon.d.ts +1 -1
- package/dist/components/icon/components/arrow-back-icon.js +1 -1
- package/dist/components/icon/components/arrow-down-circle-icon.js +1 -1
- package/dist/components/icon/components/arrow-down-icon.d.ts +1 -1
- package/dist/components/icon/components/arrow-down-icon.js +1 -1
- package/dist/components/icon/components/arrow-fork-icon.js +1 -1
- package/dist/components/icon/components/arrow-forward-circle-icon.js +1 -1
- package/dist/components/icon/components/arrow-forward-icon.d.ts +1 -1
- package/dist/components/icon/components/arrow-forward-icon.js +1 -1
- package/dist/components/icon/components/arrow-left-icon.js +1 -1
- package/dist/components/icon/components/arrow-right-icon.js +1 -1
- package/dist/components/icon/components/arrow-split-icon.js +1 -1
- package/dist/components/icon/components/arrow-thread-reply-icon.js +1 -1
- package/dist/components/icon/components/arrow-up-circle-icon.js +1 -1
- package/dist/components/icon/components/arrow-up-icon.d.ts +1 -1
- package/dist/components/icon/components/arrow-up-icon.js +1 -1
- package/dist/components/icon/components/atm-icon.js +1 -1
- package/dist/components/icon/components/attache-case-icon.js +1 -1
- package/dist/components/icon/components/australia-icon.js +1 -1
- package/dist/components/icon/components/baby-buggy-icon.js +1 -1
- package/dist/components/icon/components/backspace-icon.js +1 -1
- package/dist/components/icon/components/bank-icon.js +1 -1
- package/dist/components/icon/components/bar-chart-down-icon.js +1 -1
- package/dist/components/icon/components/bar-chart-icon.js +1 -1
- package/dist/components/icon/components/barbell-icon.js +1 -1
- package/dist/components/icon/components/bath-icon.d.ts +2 -0
- package/dist/components/icon/components/bath-icon.js +17 -0
- package/dist/components/icon/components/bed-icon.d.ts +2 -0
- package/dist/components/icon/components/bed-icon.js +27 -0
- package/dist/components/icon/components/book-icon.js +1 -1
- package/dist/components/icon/components/bpay-icon.js +1 -1
- package/dist/components/icon/components/briefcase-icon.js +1 -1
- package/dist/components/icon/components/bug-report-icon.js +1 -1
- package/dist/components/icon/components/burger-icon.js +1 -1
- package/dist/components/icon/components/business-person-icon.js +1 -1
- package/dist/components/icon/components/button-shape-icon.js +1 -1
- package/dist/components/icon/components/cafe-icon.js +1 -1
- package/dist/components/icon/components/cake-icon.js +1 -1
- package/dist/components/icon/components/calculate-icon.js +1 -1
- package/dist/components/icon/components/calculator-icon.js +1 -1
- package/dist/components/icon/components/calendar-icon.js +1 -1
- package/dist/components/icon/components/camera-icon.js +1 -1
- package/dist/components/icon/components/cancel-card-icon.js +1 -1
- package/dist/components/icon/components/car-icon.js +1 -1
- package/dist/components/icon/components/cardless-cash-icon.js +1 -1
- package/dist/components/icon/components/cart-icon.js +1 -1
- package/dist/components/icon/components/chat-icon.js +1 -1
- package/dist/components/icon/components/check-icon.js +1 -1
- package/dist/components/icon/components/child-care-icon.js +1 -1
- package/dist/components/icon/components/child-icon.js +1 -1
- package/dist/components/icon/components/circle-icon.js +1 -1
- package/dist/components/icon/components/clear-icon.js +1 -1
- package/dist/components/icon/components/clock-icon.js +1 -1
- package/dist/components/icon/components/close-icon.js +1 -1
- package/dist/components/icon/components/closed-caption-icon.js +1 -1
- package/dist/components/icon/components/cocktail-glass-icon.js +1 -1
- package/dist/components/icon/components/color-filters-icon.js +1 -1
- package/dist/components/icon/components/compass-icon.js +1 -1
- package/dist/components/icon/components/contact-icon.js +1 -1
- package/dist/components/icon/components/content-copy-icon.js +1 -1
- package/dist/components/icon/components/credit-card-icon.js +1 -1
- package/dist/components/icon/components/credit-cards-icon.js +1 -1
- package/dist/components/icon/components/cube-icon.js +1 -1
- package/dist/components/icon/components/cursor-arrow-click-icon.js +1 -1
- package/dist/components/icon/components/cursor-arrow-doubleclick-icon.js +1 -1
- package/dist/components/icon/components/cursor-arrow-icon.js +1 -1
- package/dist/components/icon/components/cursor-arrow-rays-icon.js +1 -1
- package/dist/components/icon/components/delete-icon.js +1 -1
- package/dist/components/icon/components/delivery-truck-icon.js +1 -1
- package/dist/components/icon/components/desktop-icon.js +1 -1
- package/dist/components/icon/components/diamond-icon.js +1 -1
- package/dist/components/icon/components/dollar-icon.js +1 -1
- package/dist/components/icon/components/dollar-sign-icon.js +1 -1
- package/dist/components/icon/components/download-file-icon.js +1 -1
- package/dist/components/icon/components/download-icon.js +1 -1
- package/dist/components/icon/components/drag-icon.js +1 -1
- package/dist/components/icon/components/drop-down-icon.js +1 -1
- package/dist/components/icon/components/drop-left-icon.js +1 -1
- package/dist/components/icon/components/drop-right-icon.js +1 -1
- package/dist/components/icon/components/drop-up-icon.js +1 -1
- package/dist/components/icon/components/dropbox-icon.js +1 -1
- package/dist/components/icon/components/edit-icon.js +1 -1
- package/dist/components/icon/components/education-icon.js +1 -1
- package/dist/components/icon/components/eftpos-icon.js +1 -1
- package/dist/components/icon/components/email-icon.js +1 -1
- package/dist/components/icon/components/error-icon.js +1 -1
- package/dist/components/icon/components/excel-file-icon.js +1 -1
- package/dist/components/icon/components/exit-icon.js +1 -1
- package/dist/components/icon/components/expand-less-icon.js +1 -1
- package/dist/components/icon/components/expand-more-icon.js +1 -1
- package/dist/components/icon/components/face-happy-icon.js +1 -1
- package/dist/components/icon/components/facebook-icon.js +1 -1
- package/dist/components/icon/components/favorite-icon.js +1 -1
- package/dist/components/icon/components/filter-icon.js +1 -1
- package/dist/components/icon/components/fingerprint-icon.js +1 -1
- package/dist/components/icon/components/first-aid-case-icon.js +1 -1
- package/dist/components/icon/components/first-aid-icon.js +1 -1
- package/dist/components/icon/components/flag-icon.d.ts +2 -0
- package/dist/components/icon/components/flag-icon.js +15 -0
- package/dist/components/icon/components/format-color-icon.js +1 -1
- package/dist/components/icon/components/fullscreen-exit-icon.js +1 -1
- package/dist/components/icon/components/fullscreen-icon.js +1 -1
- package/dist/components/icon/components/future-clock-icon.js +1 -1
- package/dist/components/icon/components/gel-icon.js +1 -1
- package/dist/components/icon/components/generic-file-icon.js +1 -1
- package/dist/components/icon/components/geolocation-icon.js +1 -1
- package/dist/components/icon/components/gift-icon.js +1 -1
- package/dist/components/icon/components/github-icon.js +1 -1
- package/dist/components/icon/components/global-icon.js +1 -1
- package/dist/components/icon/components/google-plus-icon.js +1 -1
- package/dist/components/icon/components/grid-icon.js +1 -1
- package/dist/components/icon/components/growth-icon.js +1 -1
- package/dist/components/icon/components/hamburger-menu-icon.js +1 -1
- package/dist/components/icon/components/headset-icon.js +1 -1
- package/dist/components/icon/components/heart-add-icon.js +1 -1
- package/dist/components/icon/components/heart-tick-icon.js +1 -1
- package/dist/components/icon/components/help-icon.js +1 -1
- package/dist/components/icon/components/history-clock-icon.js +1 -1
- package/dist/components/icon/components/house-dollar-icon.js +1 -1
- package/dist/components/icon/components/house-icon.js +1 -1
- package/dist/components/icon/components/house-people-icon.js +1 -1
- package/dist/components/icon/components/house-person-icon.js +1 -1
- package/dist/components/icon/components/ice-cream-icon.js +1 -1
- package/dist/components/icon/components/id-card-icon.js +1 -1
- package/dist/components/icon/components/image-square-icon.js +1 -1
- package/dist/components/icon/components/info-icon.js +1 -1
- package/dist/components/icon/components/instagram-icon.js +1 -1
- package/dist/components/icon/components/inventory-icon.js +1 -1
- package/dist/components/icon/components/invest-icon.js +1 -1
- package/dist/components/icon/components/invoice-icon.js +1 -1
- package/dist/components/icon/components/key-icon.js +1 -1
- package/dist/components/icon/components/keyhole-icon.js +1 -1
- package/dist/components/icon/components/leaf-icon.js +1 -1
- package/dist/components/icon/components/light-bulb-icon.js +1 -1
- package/dist/components/icon/components/limit-icon.js +1 -1
- package/dist/components/icon/components/link-icon.js +1 -1
- package/dist/components/icon/components/linkedin-icon.js +1 -1
- package/dist/components/icon/components/list-icon.js +1 -1
- package/dist/components/icon/components/live-chat-icon.js +1 -1
- package/dist/components/icon/components/luggage-icon.js +1 -1
- package/dist/components/icon/components/map-icon.js +1 -1
- package/dist/components/icon/components/map-pin-icon.js +1 -1
- package/dist/components/icon/components/medical-icon.js +1 -1
- package/dist/components/icon/components/megaphone-icon.js +1 -1
- package/dist/components/icon/components/message-icon.js +1 -1
- package/dist/components/icon/components/mobile-pay-icon.js +1 -1
- package/dist/components/icon/components/money-bag-icon.js +1 -1
- package/dist/components/icon/components/money-in-icon.js +1 -1
- package/dist/components/icon/components/money-notes-icon.js +1 -1
- package/dist/components/icon/components/money-out-icon.js +1 -1
- package/dist/components/icon/components/more-horiz-icon.js +1 -1
- package/dist/components/icon/components/more-vert-icon.js +1 -1
- package/dist/components/icon/components/move-from-icon.js +1 -1
- package/dist/components/icon/components/move-to-icon.js +1 -1
- package/dist/components/icon/components/new-content-icon.js +1 -1
- package/dist/components/icon/components/new-window-icon.js +1 -1
- package/dist/components/icon/components/notification-active-icon.js +1 -1
- package/dist/components/icon/components/notification-icon.js +1 -1
- package/dist/components/icon/components/notification-off-icon.js +1 -1
- package/dist/components/icon/components/office-icon.js +1 -1
- package/dist/components/icon/components/open-browser-icon.js +1 -1
- package/dist/components/icon/components/package-delivery-icon.js +1 -1
- package/dist/components/icon/components/padlock-icon.js +1 -1
- package/dist/components/icon/components/padlock-open-icon.js +1 -1
- package/dist/components/icon/components/padlock-tick-icon.js +1 -1
- package/dist/components/icon/components/passkey-icon.d.ts +2 -0
- package/dist/components/icon/components/passkey-icon.js +20 -0
- package/dist/components/icon/components/pause-circle-icon.js +1 -1
- package/dist/components/icon/components/pause-icon.js +1 -1
- package/dist/components/icon/components/paw-icon.js +1 -1
- package/dist/components/icon/components/pay-icon.js +1 -1
- package/dist/components/icon/components/pay-id-icon.js +1 -1
- package/dist/components/icon/components/pay-to-icon.js +1 -1
- package/dist/components/icon/components/pay-to-mobile-icon.js +1 -1
- package/dist/components/icon/components/paypass-icon.js +1 -1
- package/dist/components/icon/components/pdf-file-icon.js +1 -1
- package/dist/components/icon/components/pending-icon.js +1 -1
- package/dist/components/icon/components/people-icon.js +1 -1
- package/dist/components/icon/components/percent-icon.js +1 -1
- package/dist/components/icon/components/person-icon.js +1 -1
- package/dist/components/icon/components/phone-icon.js +1 -1
- package/dist/components/icon/components/pie-chart-icon.js +1 -1
- package/dist/components/icon/components/piggy-bank-icon.js +1 -1
- package/dist/components/icon/components/pin-icon.js +1 -1
- package/dist/components/icon/components/pizza-icon.js +1 -1
- package/dist/components/icon/components/plane-icon.js +1 -1
- package/dist/components/icon/components/play-circle-icon.js +1 -1
- package/dist/components/icon/components/play-icon.js +1 -1
- package/dist/components/icon/components/pram-icon.js +1 -1
- package/dist/components/icon/components/presets-icon.js +1 -1
- package/dist/components/icon/components/print-icon.js +1 -1
- package/dist/components/icon/components/progress-icon.js +1 -1
- package/dist/components/icon/components/question-mark-icon.js +1 -1
- package/dist/components/icon/components/quick-balance-icon.js +1 -1
- package/dist/components/icon/components/receipt-icon.js +1 -1
- package/dist/components/icon/components/refresh-icon.js +1 -1
- package/dist/components/icon/components/remove-circle-icon.js +1 -1
- package/dist/components/icon/components/remove-icon.js +1 -1
- package/dist/components/icon/components/replay-icon.js +1 -1
- package/dist/components/icon/components/restaurant-icon.js +1 -1
- package/dist/components/icon/components/rss-icon.js +1 -1
- package/dist/components/icon/components/scan-document-icon.js +1 -1
- package/dist/components/icon/components/sd-storage-icon.js +1 -1
- package/dist/components/icon/components/search-icon.js +1 -1
- package/dist/components/icon/components/security-icon.js +1 -1
- package/dist/components/icon/components/service-bell-icon.js +1 -1
- package/dist/components/icon/components/settings-icon.js +1 -1
- package/dist/components/icon/components/share-icon.js +1 -1
- package/dist/components/icon/components/share-ios-icon.js +1 -1
- package/dist/components/icon/components/shop-icon.js +1 -1
- package/dist/components/icon/components/shopping-bag-icon.js +1 -1
- package/dist/components/icon/components/shopping-basket-icon.js +1 -1
- package/dist/components/icon/components/sim-card-icon.js +1 -1
- package/dist/components/icon/components/slack-icon.js +1 -1
- package/dist/components/icon/components/sms-icon.js +1 -1
- package/dist/components/icon/components/sort-icon.d.ts +1 -1
- package/dist/components/icon/components/sort-icon.js +1 -1
- package/dist/components/icon/components/spa-icon.js +1 -1
- package/dist/components/icon/components/star-half-icon.js +1 -1
- package/dist/components/icon/components/star-rate-icon.js +1 -1
- package/dist/components/icon/components/stars-icon.js +1 -1
- package/dist/components/icon/components/stopwatch-icon.js +1 -1
- package/dist/components/icon/components/stroller-icon.js +1 -1
- package/dist/components/icon/components/success-icon.js +1 -1
- package/dist/components/icon/components/super-icon.js +1 -1
- package/dist/components/icon/components/switch-icon.js +1 -1
- package/dist/components/icon/components/tablet-icon.js +1 -1
- package/dist/components/icon/components/tag-icon.js +1 -1
- package/dist/components/icon/components/takeout-coffee-icon.js +1 -1
- package/dist/components/icon/components/takeout-food-icon.js +1 -1
- package/dist/components/icon/components/target-icon.js +1 -1
- package/dist/components/icon/components/telephone-icon.js +1 -1
- package/dist/components/icon/components/text-bold-icon.js +1 -1
- package/dist/components/icon/components/text-increase-icon.js +1 -1
- package/dist/components/icon/components/text-large-icon.js +1 -1
- package/dist/components/icon/components/thumb-down-icon.js +1 -1
- package/dist/components/icon/components/thumb-up-icon.js +1 -1
- package/dist/components/icon/components/tick-circle-icon.js +1 -1
- package/dist/components/icon/components/tick-icon.js +1 -1
- package/dist/components/icon/components/tiles-icon.js +1 -1
- package/dist/components/icon/components/transfer-icon.js +1 -1
- package/dist/components/icon/components/transport-icon.js +1 -1
- package/dist/components/icon/components/travel-explore-icon.js +1 -1
- package/dist/components/icon/components/tune-icon.js +1 -1
- package/dist/components/icon/components/twitter-icon.js +1 -1
- package/dist/components/icon/components/umbrella-icon.js +1 -1
- package/dist/components/icon/components/unpin-icon.js +1 -1
- package/dist/components/icon/components/upload-icon.js +1 -1
- package/dist/components/icon/components/verified-icon.js +1 -1
- package/dist/components/icon/components/video-icon.js +1 -1
- package/dist/components/icon/components/visibility-icon.js +1 -1
- package/dist/components/icon/components/visibility-off-icon.js +1 -1
- package/dist/components/icon/components/voice-icon.js +1 -1
- package/dist/components/icon/components/voiceover-on-icon.js +1 -1
- package/dist/components/icon/components/volume-off-icon.js +1 -1
- package/dist/components/icon/components/volume-on-icon.js +1 -1
- package/dist/components/icon/components/walk-icon.js +1 -1
- package/dist/components/icon/components/wallet-icon.js +1 -1
- package/dist/components/icon/components/warning-icon.js +1 -1
- package/dist/components/icon/components/watch-icon.js +1 -1
- package/dist/components/icon/components/wearable-icon.js +1 -1
- package/dist/components/icon/components/wheelchair-icon.js +1 -1
- package/dist/components/icon/components/windows-new-icon.js +1 -1
- package/dist/components/icon/components/wine-glass-icon.js +1 -1
- package/dist/components/icon/components/word-file-icon.js +1 -1
- package/dist/components/icon/components/write-icon.js +1 -1
- package/dist/components/icon/components/x-icon.js +1 -1
- package/dist/components/icon/components/yammer-icon.js +1 -1
- package/dist/components/icon/components/youtube-icon.js +1 -1
- package/dist/components/icon/components/zip-file-icon.js +1 -1
- package/dist/components/icon/index.d.ts +8 -4
- package/dist/components/icon/index.js +8 -4
- package/dist/components/selector/components/selector-button-group/selector-button-group.component.d.ts +1 -1
- package/dist/components/selector/components/selector-button-group/selector-button-group.component.js +13 -4
- package/dist/components/selector/components/selector-button-group/selector-button-group.types.d.ts +6 -1
- package/package.json +2 -2
- package/src/components/autocomplete/autocomplete.component.tsx +4 -11
- package/src/components/error-message/error-message.component.tsx +27 -3
- package/src/components/error-message/error-message.styles.ts +3 -0
- package/src/components/error-message/error-message.types.ts +4 -0
- package/src/components/field/field.component.tsx +2 -1
- package/src/components/field/field.types.ts +4 -0
- package/src/components/icon/components/accessibility-icon.tsx +1 -1
- package/src/components/icon/components/account-icon.tsx +1 -1
- package/src/components/icon/components/add-circle-icon.tsx +1 -1
- package/src/components/icon/components/add-icon.tsx +1 -1
- package/src/components/icon/components/alert-icon.tsx +1 -1
- package/src/components/icon/components/android-icon.tsx +1 -1
- package/src/components/icon/components/apple-icon.tsx +1 -1
- package/src/components/icon/components/archive-box-icon.tsx +1 -1
- package/src/components/icon/components/arrow-back-circle-icon.tsx +1 -1
- package/src/components/icon/components/arrow-back-icon.tsx +1 -6
- package/src/components/icon/components/arrow-down-circle-icon.tsx +1 -1
- package/src/components/icon/components/arrow-down-icon.tsx +1 -6
- package/src/components/icon/components/arrow-fork-icon.tsx +1 -1
- package/src/components/icon/components/arrow-forward-circle-icon.tsx +1 -1
- package/src/components/icon/components/arrow-forward-icon.tsx +1 -2
- package/src/components/icon/components/arrow-left-icon.tsx +1 -1
- package/src/components/icon/components/arrow-right-icon.tsx +1 -1
- package/src/components/icon/components/arrow-split-icon.tsx +1 -1
- package/src/components/icon/components/arrow-thread-reply-icon.tsx +1 -1
- package/src/components/icon/components/arrow-up-circle-icon.tsx +1 -1
- package/src/components/icon/components/arrow-up-icon.tsx +1 -6
- package/src/components/icon/components/atm-icon.tsx +1 -1
- package/src/components/icon/components/attache-case-icon.tsx +1 -1
- package/src/components/icon/components/australia-icon.tsx +1 -1
- package/src/components/icon/components/baby-buggy-icon.tsx +1 -1
- package/src/components/icon/components/backspace-icon.tsx +1 -1
- package/src/components/icon/components/bank-icon.tsx +1 -1
- package/src/components/icon/components/bar-chart-down-icon.tsx +1 -1
- package/src/components/icon/components/bar-chart-icon.tsx +1 -1
- package/src/components/icon/components/barbell-icon.tsx +1 -1
- package/src/components/icon/components/bath-icon.tsx +29 -0
- package/src/components/icon/components/bed-icon.tsx +47 -0
- package/src/components/icon/components/book-icon.tsx +1 -1
- package/src/components/icon/components/bpay-icon.tsx +1 -1
- package/src/components/icon/components/briefcase-icon.tsx +1 -1
- package/src/components/icon/components/bug-report-icon.tsx +1 -1
- package/src/components/icon/components/burger-icon.tsx +1 -1
- package/src/components/icon/components/business-person-icon.tsx +1 -1
- package/src/components/icon/components/button-shape-icon.tsx +1 -1
- package/src/components/icon/components/cafe-icon.tsx +1 -1
- package/src/components/icon/components/cake-icon.tsx +1 -1
- package/src/components/icon/components/calculate-icon.tsx +1 -1
- package/src/components/icon/components/calculator-icon.tsx +1 -1
- package/src/components/icon/components/calendar-icon.tsx +1 -1
- package/src/components/icon/components/camera-icon.tsx +1 -1
- package/src/components/icon/components/cancel-card-icon.tsx +1 -1
- package/src/components/icon/components/car-icon.tsx +1 -1
- package/src/components/icon/components/cardless-cash-icon.tsx +1 -1
- package/src/components/icon/components/cart-icon.tsx +1 -1
- package/src/components/icon/components/chat-icon.tsx +1 -1
- package/src/components/icon/components/check-icon.tsx +1 -1
- package/src/components/icon/components/child-care-icon.tsx +1 -1
- package/src/components/icon/components/child-icon.tsx +1 -1
- package/src/components/icon/components/circle-icon.tsx +1 -1
- package/src/components/icon/components/clear-icon.tsx +1 -1
- package/src/components/icon/components/clock-icon.tsx +1 -1
- package/src/components/icon/components/close-icon.tsx +1 -1
- package/src/components/icon/components/closed-caption-icon.tsx +1 -1
- package/src/components/icon/components/cocktail-glass-icon.tsx +1 -1
- package/src/components/icon/components/color-filters-icon.tsx +1 -1
- package/src/components/icon/components/compass-icon.tsx +1 -1
- package/src/components/icon/components/contact-icon.tsx +1 -1
- package/src/components/icon/components/content-copy-icon.tsx +1 -1
- package/src/components/icon/components/credit-card-icon.tsx +1 -1
- package/src/components/icon/components/credit-cards-icon.tsx +1 -1
- package/src/components/icon/components/cube-icon.tsx +1 -1
- package/src/components/icon/components/cursor-arrow-click-icon.tsx +1 -1
- package/src/components/icon/components/cursor-arrow-doubleclick-icon.tsx +1 -1
- package/src/components/icon/components/cursor-arrow-icon.tsx +1 -1
- package/src/components/icon/components/cursor-arrow-rays-icon.tsx +1 -1
- package/src/components/icon/components/delete-icon.tsx +1 -1
- package/src/components/icon/components/delivery-truck-icon.tsx +1 -1
- package/src/components/icon/components/desktop-icon.tsx +1 -1
- package/src/components/icon/components/diamond-icon.tsx +1 -1
- package/src/components/icon/components/dollar-icon.tsx +1 -1
- package/src/components/icon/components/dollar-sign-icon.tsx +1 -1
- package/src/components/icon/components/download-file-icon.tsx +1 -1
- package/src/components/icon/components/download-icon.tsx +1 -1
- package/src/components/icon/components/drag-icon.tsx +1 -1
- package/src/components/icon/components/drop-down-icon.tsx +1 -1
- package/src/components/icon/components/drop-left-icon.tsx +1 -1
- package/src/components/icon/components/drop-right-icon.tsx +1 -1
- package/src/components/icon/components/drop-up-icon.tsx +1 -1
- package/src/components/icon/components/dropbox-icon.tsx +1 -1
- package/src/components/icon/components/edit-icon.tsx +1 -1
- package/src/components/icon/components/education-icon.tsx +1 -1
- package/src/components/icon/components/eftpos-icon.tsx +1 -1
- package/src/components/icon/components/email-icon.tsx +1 -1
- package/src/components/icon/components/error-icon.tsx +1 -1
- package/src/components/icon/components/excel-file-icon.tsx +1 -1
- package/src/components/icon/components/exit-icon.tsx +1 -1
- package/src/components/icon/components/expand-less-icon.tsx +1 -1
- package/src/components/icon/components/expand-more-icon.tsx +1 -1
- package/src/components/icon/components/face-happy-icon.tsx +1 -1
- package/src/components/icon/components/facebook-icon.tsx +1 -1
- package/src/components/icon/components/favorite-icon.tsx +1 -1
- package/src/components/icon/components/filter-icon.tsx +1 -1
- package/src/components/icon/components/fingerprint-icon.tsx +1 -1
- package/src/components/icon/components/first-aid-case-icon.tsx +1 -1
- package/src/components/icon/components/first-aid-icon.tsx +1 -1
- package/src/components/icon/components/flag-icon.tsx +21 -0
- package/src/components/icon/components/format-color-icon.tsx +1 -1
- package/src/components/icon/components/fullscreen-exit-icon.tsx +1 -1
- package/src/components/icon/components/fullscreen-icon.tsx +1 -1
- package/src/components/icon/components/future-clock-icon.tsx +1 -1
- package/src/components/icon/components/gel-icon.tsx +1 -1
- package/src/components/icon/components/generic-file-icon.tsx +1 -1
- package/src/components/icon/components/geolocation-icon.tsx +1 -1
- package/src/components/icon/components/gift-icon.tsx +1 -1
- package/src/components/icon/components/github-icon.tsx +1 -1
- package/src/components/icon/components/global-icon.tsx +1 -1
- package/src/components/icon/components/google-plus-icon.tsx +1 -1
- package/src/components/icon/components/grid-icon.tsx +1 -1
- package/src/components/icon/components/growth-icon.tsx +1 -1
- package/src/components/icon/components/hamburger-menu-icon.tsx +1 -1
- package/src/components/icon/components/headset-icon.tsx +1 -1
- package/src/components/icon/components/heart-add-icon.tsx +1 -1
- package/src/components/icon/components/heart-tick-icon.tsx +1 -1
- package/src/components/icon/components/help-icon.tsx +1 -1
- package/src/components/icon/components/history-clock-icon.tsx +1 -1
- package/src/components/icon/components/house-dollar-icon.tsx +1 -1
- package/src/components/icon/components/house-icon.tsx +1 -1
- package/src/components/icon/components/house-people-icon.tsx +1 -1
- package/src/components/icon/components/house-person-icon.tsx +1 -1
- package/src/components/icon/components/ice-cream-icon.tsx +1 -1
- package/src/components/icon/components/id-card-icon.tsx +1 -1
- package/src/components/icon/components/image-square-icon.tsx +1 -1
- package/src/components/icon/components/info-icon.tsx +1 -1
- package/src/components/icon/components/instagram-icon.tsx +1 -1
- package/src/components/icon/components/inventory-icon.tsx +1 -1
- package/src/components/icon/components/invest-icon.tsx +1 -1
- package/src/components/icon/components/invoice-icon.tsx +1 -1
- package/src/components/icon/components/key-icon.tsx +1 -1
- package/src/components/icon/components/keyhole-icon.tsx +1 -1
- package/src/components/icon/components/leaf-icon.tsx +1 -1
- package/src/components/icon/components/light-bulb-icon.tsx +1 -1
- package/src/components/icon/components/limit-icon.tsx +1 -1
- package/src/components/icon/components/link-icon.tsx +1 -1
- package/src/components/icon/components/linkedin-icon.tsx +1 -1
- package/src/components/icon/components/list-icon.tsx +1 -1
- package/src/components/icon/components/live-chat-icon.tsx +1 -1
- package/src/components/icon/components/luggage-icon.tsx +1 -1
- package/src/components/icon/components/map-icon.tsx +1 -1
- package/src/components/icon/components/map-pin-icon.tsx +1 -1
- package/src/components/icon/components/medical-icon.tsx +1 -1
- package/src/components/icon/components/megaphone-icon.tsx +1 -1
- package/src/components/icon/components/message-icon.tsx +1 -1
- package/src/components/icon/components/mobile-pay-icon.tsx +1 -1
- package/src/components/icon/components/money-bag-icon.tsx +1 -1
- package/src/components/icon/components/money-in-icon.tsx +1 -1
- package/src/components/icon/components/money-notes-icon.tsx +1 -1
- package/src/components/icon/components/money-out-icon.tsx +1 -1
- package/src/components/icon/components/more-horiz-icon.tsx +1 -1
- package/src/components/icon/components/more-vert-icon.tsx +1 -1
- package/src/components/icon/components/move-from-icon.tsx +1 -1
- package/src/components/icon/components/move-to-icon.tsx +1 -1
- package/src/components/icon/components/new-content-icon.tsx +1 -1
- package/src/components/icon/components/new-window-icon.tsx +1 -1
- package/src/components/icon/components/notification-active-icon.tsx +1 -1
- package/src/components/icon/components/notification-icon.tsx +1 -1
- package/src/components/icon/components/notification-off-icon.tsx +1 -1
- package/src/components/icon/components/office-icon.tsx +1 -1
- package/src/components/icon/components/open-browser-icon.tsx +1 -1
- package/src/components/icon/components/package-delivery-icon.tsx +1 -1
- package/src/components/icon/components/padlock-icon.tsx +1 -1
- package/src/components/icon/components/padlock-open-icon.tsx +1 -1
- package/src/components/icon/components/padlock-tick-icon.tsx +1 -1
- package/src/components/icon/components/passkey-icon.tsx +25 -0
- package/src/components/icon/components/pause-circle-icon.tsx +1 -1
- package/src/components/icon/components/pause-icon.tsx +1 -1
- package/src/components/icon/components/paw-icon.tsx +1 -1
- package/src/components/icon/components/pay-icon.tsx +1 -1
- package/src/components/icon/components/pay-id-icon.tsx +1 -1
- package/src/components/icon/components/pay-to-icon.tsx +1 -1
- package/src/components/icon/components/pay-to-mobile-icon.tsx +1 -1
- package/src/components/icon/components/paypass-icon.tsx +1 -1
- package/src/components/icon/components/pdf-file-icon.tsx +1 -1
- package/src/components/icon/components/pending-icon.tsx +1 -1
- package/src/components/icon/components/people-icon.tsx +1 -1
- package/src/components/icon/components/percent-icon.tsx +1 -1
- package/src/components/icon/components/person-icon.tsx +1 -1
- package/src/components/icon/components/phone-icon.tsx +1 -1
- package/src/components/icon/components/pie-chart-icon.tsx +1 -1
- package/src/components/icon/components/piggy-bank-icon.tsx +1 -1
- package/src/components/icon/components/pin-icon.tsx +1 -1
- package/src/components/icon/components/pizza-icon.tsx +1 -1
- package/src/components/icon/components/plane-icon.tsx +1 -1
- package/src/components/icon/components/play-circle-icon.tsx +1 -1
- package/src/components/icon/components/play-icon.tsx +1 -1
- package/src/components/icon/components/pram-icon.tsx +1 -1
- package/src/components/icon/components/presets-icon.tsx +1 -1
- package/src/components/icon/components/print-icon.tsx +1 -1
- package/src/components/icon/components/progress-icon.tsx +1 -1
- package/src/components/icon/components/question-mark-icon.tsx +1 -1
- package/src/components/icon/components/quick-balance-icon.tsx +1 -1
- package/src/components/icon/components/receipt-icon.tsx +1 -1
- package/src/components/icon/components/refresh-icon.tsx +1 -1
- package/src/components/icon/components/remove-circle-icon.tsx +1 -1
- package/src/components/icon/components/remove-icon.tsx +1 -1
- package/src/components/icon/components/replay-icon.tsx +1 -1
- package/src/components/icon/components/restaurant-icon.tsx +1 -1
- package/src/components/icon/components/rss-icon.tsx +1 -1
- package/src/components/icon/components/scan-document-icon.tsx +1 -1
- package/src/components/icon/components/sd-storage-icon.tsx +1 -1
- package/src/components/icon/components/search-icon.tsx +1 -1
- package/src/components/icon/components/security-icon.tsx +1 -1
- package/src/components/icon/components/service-bell-icon.tsx +1 -1
- package/src/components/icon/components/settings-icon.tsx +1 -1
- package/src/components/icon/components/share-icon.tsx +1 -1
- package/src/components/icon/components/share-ios-icon.tsx +1 -1
- package/src/components/icon/components/shop-icon.tsx +1 -1
- package/src/components/icon/components/shopping-bag-icon.tsx +1 -1
- package/src/components/icon/components/shopping-basket-icon.tsx +1 -1
- package/src/components/icon/components/sim-card-icon.tsx +1 -1
- package/src/components/icon/components/slack-icon.tsx +1 -1
- package/src/components/icon/components/sms-icon.tsx +1 -1
- package/src/components/icon/components/sort-icon.tsx +1 -6
- package/src/components/icon/components/spa-icon.tsx +1 -1
- package/src/components/icon/components/star-half-icon.tsx +1 -1
- package/src/components/icon/components/star-rate-icon.tsx +1 -1
- package/src/components/icon/components/stars-icon.tsx +1 -1
- package/src/components/icon/components/stopwatch-icon.tsx +1 -1
- package/src/components/icon/components/stroller-icon.tsx +1 -1
- package/src/components/icon/components/success-icon.tsx +1 -1
- package/src/components/icon/components/super-icon.tsx +1 -1
- package/src/components/icon/components/switch-icon.tsx +1 -1
- package/src/components/icon/components/tablet-icon.tsx +1 -1
- package/src/components/icon/components/tag-icon.tsx +1 -1
- package/src/components/icon/components/takeout-coffee-icon.tsx +1 -1
- package/src/components/icon/components/takeout-food-icon.tsx +1 -1
- package/src/components/icon/components/target-icon.tsx +1 -1
- package/src/components/icon/components/telephone-icon.tsx +1 -1
- package/src/components/icon/components/text-bold-icon.tsx +1 -1
- package/src/components/icon/components/text-increase-icon.tsx +1 -1
- package/src/components/icon/components/text-large-icon.tsx +1 -1
- package/src/components/icon/components/thumb-down-icon.tsx +1 -1
- package/src/components/icon/components/thumb-up-icon.tsx +1 -1
- package/src/components/icon/components/tick-circle-icon.tsx +1 -1
- package/src/components/icon/components/tick-icon.tsx +1 -1
- package/src/components/icon/components/tiles-icon.tsx +1 -1
- package/src/components/icon/components/transfer-icon.tsx +1 -1
- package/src/components/icon/components/transport-icon.tsx +1 -1
- package/src/components/icon/components/travel-explore-icon.tsx +1 -1
- package/src/components/icon/components/tune-icon.tsx +1 -1
- package/src/components/icon/components/twitter-icon.tsx +1 -1
- package/src/components/icon/components/umbrella-icon.tsx +1 -1
- package/src/components/icon/components/unpin-icon.tsx +1 -1
- package/src/components/icon/components/upload-icon.tsx +1 -1
- package/src/components/icon/components/verified-icon.tsx +1 -1
- package/src/components/icon/components/video-icon.tsx +1 -1
- package/src/components/icon/components/visibility-icon.tsx +1 -1
- package/src/components/icon/components/visibility-off-icon.tsx +1 -1
- package/src/components/icon/components/voice-icon.tsx +1 -1
- package/src/components/icon/components/voiceover-on-icon.tsx +1 -1
- package/src/components/icon/components/volume-off-icon.tsx +1 -1
- package/src/components/icon/components/volume-on-icon.tsx +1 -1
- package/src/components/icon/components/walk-icon.tsx +1 -1
- package/src/components/icon/components/wallet-icon.tsx +1 -1
- package/src/components/icon/components/warning-icon.tsx +1 -1
- package/src/components/icon/components/watch-icon.tsx +1 -1
- package/src/components/icon/components/wearable-icon.tsx +1 -1
- package/src/components/icon/components/wheelchair-icon.tsx +1 -1
- package/src/components/icon/components/windows-new-icon.tsx +1 -1
- package/src/components/icon/components/wine-glass-icon.tsx +1 -1
- package/src/components/icon/components/word-file-icon.tsx +1 -1
- package/src/components/icon/components/write-icon.tsx +1 -1
- package/src/components/icon/components/x-icon.tsx +1 -1
- package/src/components/icon/components/yammer-icon.tsx +1 -1
- package/src/components/icon/components/youtube-icon.tsx +1 -1
- package/src/components/icon/components/zip-file-icon.tsx +1 -1
- package/src/components/icon/index.ts +8 -4
- package/src/components/selector/components/selector-button-group/selector-button-group.component.tsx +11 -4
- package/src/components/selector/components/selector-button-group/selector-button-group.types.ts +6 -1
- package/utils/build-icons/icon-template.ts +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function SuperIcon({ look = 'filled', 'aria-label': ariaLabel = 'Super', copyrightYear = '
|
|
3
|
+
export function SuperIcon({ look = 'filled', 'aria-label': ariaLabel = 'Super', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function SwitchIcon({ 'aria-label': ariaLabel = 'Switch', copyrightYear = '
|
|
3
|
+
export function SwitchIcon({ 'aria-label': ariaLabel = 'Switch', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function TabletIcon({ 'aria-label': ariaLabel = 'Tablet', copyrightYear = '
|
|
3
|
+
export function TabletIcon({ 'aria-label': ariaLabel = 'Tablet', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function TagIcon({ look = 'filled', 'aria-label': ariaLabel = 'Tag', copyrightYear = '
|
|
3
|
+
export function TagIcon({ look = 'filled', 'aria-label': ariaLabel = 'Tag', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function TakeoutCoffeeIcon({ look = 'filled', 'aria-label': ariaLabel = 'Takeout Coffee', copyrightYear = '
|
|
3
|
+
export function TakeoutCoffeeIcon({ look = 'filled', 'aria-label': ariaLabel = 'Takeout Coffee', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function TakeoutFoodIcon({ look = 'filled', 'aria-label': ariaLabel = 'Takeout Food', copyrightYear = '
|
|
3
|
+
export function TakeoutFoodIcon({ look = 'filled', 'aria-label': ariaLabel = 'Takeout Food', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function TargetIcon({ 'aria-label': ariaLabel = 'Target', copyrightYear = '
|
|
3
|
+
export function TargetIcon({ 'aria-label': ariaLabel = 'Target', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function TelephoneIcon({ 'aria-label': ariaLabel = 'Telephone', copyrightYear = '
|
|
3
|
+
export function TelephoneIcon({ 'aria-label': ariaLabel = 'Telephone', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function TextBoldIcon({ 'aria-label': ariaLabel = 'Text Bold', copyrightYear = '
|
|
3
|
+
export function TextBoldIcon({ 'aria-label': ariaLabel = 'Text Bold', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function TextIncreaseIcon({ 'aria-label': ariaLabel = 'Text Increase', copyrightYear = '
|
|
3
|
+
export function TextIncreaseIcon({ 'aria-label': ariaLabel = 'Text Increase', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function TextLargeIcon({ 'aria-label': ariaLabel = 'Text Large', copyrightYear = '
|
|
3
|
+
export function TextLargeIcon({ 'aria-label': ariaLabel = 'Text Large', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function ThumbDownIcon({ look = 'filled', 'aria-label': ariaLabel = 'Thumb Down', copyrightYear = '
|
|
3
|
+
export function ThumbDownIcon({ look = 'filled', 'aria-label': ariaLabel = 'Thumb Down', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function ThumbUpIcon({ look = 'filled', 'aria-label': ariaLabel = 'Thumb Up', copyrightYear = '
|
|
3
|
+
export function ThumbUpIcon({ look = 'filled', 'aria-label': ariaLabel = 'Thumb Up', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function TickCircleIcon({ look = 'filled', 'aria-label': ariaLabel = 'Tick Circle', copyrightYear = '
|
|
3
|
+
export function TickCircleIcon({ look = 'filled', 'aria-label': ariaLabel = 'Tick Circle', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function TickIcon({ 'aria-label': ariaLabel = 'Tick', copyrightYear = '
|
|
3
|
+
export function TickIcon({ 'aria-label': ariaLabel = 'Tick', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function TilesIcon({ look = 'filled', 'aria-label': ariaLabel = 'Tiles', copyrightYear = '
|
|
3
|
+
export function TilesIcon({ look = 'filled', 'aria-label': ariaLabel = 'Tiles', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function TransferIcon({ look = 'filled', 'aria-label': ariaLabel = 'Transfer', copyrightYear = '
|
|
3
|
+
export function TransferIcon({ look = 'filled', 'aria-label': ariaLabel = 'Transfer', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function TransportIcon({ look = 'filled', 'aria-label': ariaLabel = 'Transport', copyrightYear = '
|
|
3
|
+
export function TransportIcon({ look = 'filled', 'aria-label': ariaLabel = 'Transport', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function TravelExploreIcon({ 'aria-label': ariaLabel = 'Travel Explore', copyrightYear = '
|
|
3
|
+
export function TravelExploreIcon({ 'aria-label': ariaLabel = 'Travel Explore', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function TuneIcon({ 'aria-label': ariaLabel = 'Tune', copyrightYear = '
|
|
3
|
+
export function TuneIcon({ 'aria-label': ariaLabel = 'Tune', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function TwitterIcon({ look = 'filled', 'aria-label': ariaLabel = 'Twitter', copyrightYear = '
|
|
3
|
+
export function TwitterIcon({ look = 'filled', 'aria-label': ariaLabel = 'Twitter', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function UmbrellaIcon({ look = 'filled', 'aria-label': ariaLabel = 'Umbrella', copyrightYear = '
|
|
3
|
+
export function UmbrellaIcon({ look = 'filled', 'aria-label': ariaLabel = 'Umbrella', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function UnpinIcon({ look = 'filled', 'aria-label': ariaLabel = 'Unpin', copyrightYear = '
|
|
3
|
+
export function UnpinIcon({ look = 'filled', 'aria-label': ariaLabel = 'Unpin', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function UploadIcon({ look = 'filled', 'aria-label': ariaLabel = 'Upload', copyrightYear = '
|
|
3
|
+
export function UploadIcon({ look = 'filled', 'aria-label': ariaLabel = 'Upload', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function VerifiedIcon({ look = 'filled', 'aria-label': ariaLabel = 'Verified', copyrightYear = '
|
|
3
|
+
export function VerifiedIcon({ look = 'filled', 'aria-label': ariaLabel = 'Verified', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function VideoIcon({ look = 'filled', 'aria-label': ariaLabel = 'Video', copyrightYear = '
|
|
3
|
+
export function VideoIcon({ look = 'filled', 'aria-label': ariaLabel = 'Video', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function VisibilityIcon({ look = 'filled', 'aria-label': ariaLabel = 'Visibility', copyrightYear = '
|
|
3
|
+
export function VisibilityIcon({ look = 'filled', 'aria-label': ariaLabel = 'Visibility', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function VisibilityOffIcon({ look = 'filled', 'aria-label': ariaLabel = 'Visibility Off', copyrightYear = '
|
|
3
|
+
export function VisibilityOffIcon({ look = 'filled', 'aria-label': ariaLabel = 'Visibility Off', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function VoiceIcon({ look = 'filled', 'aria-label': ariaLabel = 'Voice', copyrightYear = '
|
|
3
|
+
export function VoiceIcon({ look = 'filled', 'aria-label': ariaLabel = 'Voice', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function VoiceoverOnIcon({ look = 'filled', 'aria-label': ariaLabel = 'Voiceover On', copyrightYear = '
|
|
3
|
+
export function VoiceoverOnIcon({ look = 'filled', 'aria-label': ariaLabel = 'Voiceover On', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function VolumeOffIcon({ look = 'filled', 'aria-label': ariaLabel = 'Volume Off', copyrightYear = '
|
|
3
|
+
export function VolumeOffIcon({ look = 'filled', 'aria-label': ariaLabel = 'Volume Off', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function VolumeOnIcon({ look = 'filled', 'aria-label': ariaLabel = 'Volume On', copyrightYear = '
|
|
3
|
+
export function VolumeOnIcon({ look = 'filled', 'aria-label': ariaLabel = 'Volume On', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function WalkIcon({ 'aria-label': ariaLabel = 'Walk', copyrightYear = '
|
|
3
|
+
export function WalkIcon({ 'aria-label': ariaLabel = 'Walk', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function WalletIcon({ look = 'filled', 'aria-label': ariaLabel = 'Wallet', copyrightYear = '
|
|
3
|
+
export function WalletIcon({ look = 'filled', 'aria-label': ariaLabel = 'Wallet', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function WarningIcon({ look = 'filled', 'aria-label': ariaLabel = 'Warning', copyrightYear = '
|
|
3
|
+
export function WarningIcon({ look = 'filled', 'aria-label': ariaLabel = 'Warning', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function WatchIcon({ look = 'filled', 'aria-label': ariaLabel = 'Watch', copyrightYear = '
|
|
3
|
+
export function WatchIcon({ look = 'filled', 'aria-label': ariaLabel = 'Watch', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function WearableIcon({ look = 'filled', 'aria-label': ariaLabel = 'Wearable', copyrightYear = '
|
|
3
|
+
export function WearableIcon({ look = 'filled', 'aria-label': ariaLabel = 'Wearable', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function WheelchairIcon({ 'aria-label': ariaLabel = 'Wheelchair', copyrightYear = '
|
|
3
|
+
export function WheelchairIcon({ 'aria-label': ariaLabel = 'Wheelchair', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function WindowsNewIcon({ 'aria-label': ariaLabel = 'Windows New', copyrightYear = '
|
|
3
|
+
export function WindowsNewIcon({ 'aria-label': ariaLabel = 'Windows New', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function WineGlassIcon({ look = 'filled', 'aria-label': ariaLabel = 'Wine Glass', copyrightYear = '
|
|
3
|
+
export function WineGlassIcon({ look = 'filled', 'aria-label': ariaLabel = 'Wine Glass', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function WordFileIcon({ look = 'filled', 'aria-label': ariaLabel = 'Word File', copyrightYear = '
|
|
3
|
+
export function WordFileIcon({ look = 'filled', 'aria-label': ariaLabel = 'Word File', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function WriteIcon({ look = 'filled', 'aria-label': ariaLabel = 'Write', copyrightYear = '
|
|
3
|
+
export function WriteIcon({ look = 'filled', 'aria-label': ariaLabel = 'Write', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function XIcon({ look = 'filled', 'aria-label': ariaLabel = 'X', copyrightYear = '
|
|
3
|
+
export function XIcon({ look = 'filled', 'aria-label': ariaLabel = 'X', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function YammerIcon({ look = 'filled', 'aria-label': ariaLabel = 'Yammer', copyrightYear = '
|
|
3
|
+
export function YammerIcon({ look = 'filled', 'aria-label': ariaLabel = 'Yammer', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function YoutubeIcon({ look = 'filled', 'aria-label': ariaLabel = 'Youtube', copyrightYear = '
|
|
3
|
+
export function YoutubeIcon({ look = 'filled', 'aria-label': ariaLabel = 'Youtube', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React, { Fragment } from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function ZipFileIcon({ look = 'filled', 'aria-label': ariaLabel = 'Zip File', copyrightYear = '
|
|
3
|
+
export function ZipFileIcon({ look = 'filled', 'aria-label': ariaLabel = 'Zip File', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -6,19 +6,19 @@ export { AlertIcon } from './components/alert-icon.js';
|
|
|
6
6
|
export { AndroidIcon } from './components/android-icon.js';
|
|
7
7
|
export { AppleIcon } from './components/apple-icon.js';
|
|
8
8
|
export { ArchiveBoxIcon } from './components/archive-box-icon.js';
|
|
9
|
-
export { ArrowBackIcon } from './components/arrow-back-icon.js';
|
|
10
9
|
export { ArrowBackCircleIcon } from './components/arrow-back-circle-icon.js';
|
|
11
|
-
export {
|
|
10
|
+
export { ArrowBackIcon } from './components/arrow-back-icon.js';
|
|
12
11
|
export { ArrowDownCircleIcon } from './components/arrow-down-circle-icon.js';
|
|
12
|
+
export { ArrowDownIcon } from './components/arrow-down-icon.js';
|
|
13
13
|
export { ArrowForkIcon } from './components/arrow-fork-icon.js';
|
|
14
|
-
export { ArrowForwardIcon } from './components/arrow-forward-icon.js';
|
|
15
14
|
export { ArrowForwardCircleIcon } from './components/arrow-forward-circle-icon.js';
|
|
15
|
+
export { ArrowForwardIcon } from './components/arrow-forward-icon.js';
|
|
16
16
|
export { ArrowLeftIcon } from './components/arrow-left-icon.js';
|
|
17
17
|
export { ArrowRightIcon } from './components/arrow-right-icon.js';
|
|
18
18
|
export { ArrowSplitIcon } from './components/arrow-split-icon.js';
|
|
19
19
|
export { ArrowThreadReplyIcon } from './components/arrow-thread-reply-icon.js';
|
|
20
|
-
export { ArrowUpIcon } from './components/arrow-up-icon.js';
|
|
21
20
|
export { ArrowUpCircleIcon } from './components/arrow-up-circle-icon.js';
|
|
21
|
+
export { ArrowUpIcon } from './components/arrow-up-icon.js';
|
|
22
22
|
export { AtmIcon } from './components/atm-icon.js';
|
|
23
23
|
export { AttacheCaseIcon } from './components/attache-case-icon.js';
|
|
24
24
|
export { AustraliaIcon } from './components/australia-icon.js';
|
|
@@ -28,6 +28,8 @@ export { BankIcon } from './components/bank-icon.js';
|
|
|
28
28
|
export { BarChartDownIcon } from './components/bar-chart-down-icon.js';
|
|
29
29
|
export { BarChartIcon } from './components/bar-chart-icon.js';
|
|
30
30
|
export { BarbellIcon } from './components/barbell-icon.js';
|
|
31
|
+
export { BathIcon } from './components/bath-icon.js';
|
|
32
|
+
export { BedIcon } from './components/bed-icon.js';
|
|
31
33
|
export { BookIcon } from './components/book-icon.js';
|
|
32
34
|
export { BpayIcon } from './components/bpay-icon.js';
|
|
33
35
|
export { BriefcaseIcon } from './components/briefcase-icon.js';
|
|
@@ -96,6 +98,7 @@ export { FilterIcon } from './components/filter-icon.js';
|
|
|
96
98
|
export { FingerprintIcon } from './components/fingerprint-icon.js';
|
|
97
99
|
export { FirstAidCaseIcon } from './components/first-aid-case-icon.js';
|
|
98
100
|
export { FirstAidIcon } from './components/first-aid-icon.js';
|
|
101
|
+
export { FlagIcon } from './components/flag-icon.js';
|
|
99
102
|
export { FormatColorIcon } from './components/format-color-icon.js';
|
|
100
103
|
export { FullscreenExitIcon } from './components/fullscreen-exit-icon.js';
|
|
101
104
|
export { FullscreenIcon } from './components/fullscreen-icon.js';
|
|
@@ -162,6 +165,7 @@ export { PackageDeliveryIcon } from './components/package-delivery-icon.js';
|
|
|
162
165
|
export { PadlockIcon } from './components/padlock-icon.js';
|
|
163
166
|
export { PadlockOpenIcon } from './components/padlock-open-icon.js';
|
|
164
167
|
export { PadlockTickIcon } from './components/padlock-tick-icon.js';
|
|
168
|
+
export { PasskeyIcon } from './components/passkey-icon.js';
|
|
165
169
|
export { PauseCircleIcon } from './components/pause-circle-icon.js';
|
|
166
170
|
export { PauseIcon } from './components/pause-icon.js';
|
|
167
171
|
export { PawIcon } from './components/paw-icon.js';
|
|
@@ -6,19 +6,19 @@ export { AlertIcon } from './components/alert-icon.js';
|
|
|
6
6
|
export { AndroidIcon } from './components/android-icon.js';
|
|
7
7
|
export { AppleIcon } from './components/apple-icon.js';
|
|
8
8
|
export { ArchiveBoxIcon } from './components/archive-box-icon.js';
|
|
9
|
-
export { ArrowBackIcon } from './components/arrow-back-icon.js';
|
|
10
9
|
export { ArrowBackCircleIcon } from './components/arrow-back-circle-icon.js';
|
|
11
|
-
export {
|
|
10
|
+
export { ArrowBackIcon } from './components/arrow-back-icon.js';
|
|
12
11
|
export { ArrowDownCircleIcon } from './components/arrow-down-circle-icon.js';
|
|
12
|
+
export { ArrowDownIcon } from './components/arrow-down-icon.js';
|
|
13
13
|
export { ArrowForkIcon } from './components/arrow-fork-icon.js';
|
|
14
|
-
export { ArrowForwardIcon } from './components/arrow-forward-icon.js';
|
|
15
14
|
export { ArrowForwardCircleIcon } from './components/arrow-forward-circle-icon.js';
|
|
15
|
+
export { ArrowForwardIcon } from './components/arrow-forward-icon.js';
|
|
16
16
|
export { ArrowLeftIcon } from './components/arrow-left-icon.js';
|
|
17
17
|
export { ArrowRightIcon } from './components/arrow-right-icon.js';
|
|
18
18
|
export { ArrowSplitIcon } from './components/arrow-split-icon.js';
|
|
19
19
|
export { ArrowThreadReplyIcon } from './components/arrow-thread-reply-icon.js';
|
|
20
|
-
export { ArrowUpIcon } from './components/arrow-up-icon.js';
|
|
21
20
|
export { ArrowUpCircleIcon } from './components/arrow-up-circle-icon.js';
|
|
21
|
+
export { ArrowUpIcon } from './components/arrow-up-icon.js';
|
|
22
22
|
export { AtmIcon } from './components/atm-icon.js';
|
|
23
23
|
export { AttacheCaseIcon } from './components/attache-case-icon.js';
|
|
24
24
|
export { AustraliaIcon } from './components/australia-icon.js';
|
|
@@ -28,6 +28,8 @@ export { BankIcon } from './components/bank-icon.js';
|
|
|
28
28
|
export { BarChartDownIcon } from './components/bar-chart-down-icon.js';
|
|
29
29
|
export { BarChartIcon } from './components/bar-chart-icon.js';
|
|
30
30
|
export { BarbellIcon } from './components/barbell-icon.js';
|
|
31
|
+
export { BathIcon } from './components/bath-icon.js';
|
|
32
|
+
export { BedIcon } from './components/bed-icon.js';
|
|
31
33
|
export { BookIcon } from './components/book-icon.js';
|
|
32
34
|
export { BpayIcon } from './components/bpay-icon.js';
|
|
33
35
|
export { BriefcaseIcon } from './components/briefcase-icon.js';
|
|
@@ -96,6 +98,7 @@ export { FilterIcon } from './components/filter-icon.js';
|
|
|
96
98
|
export { FingerprintIcon } from './components/fingerprint-icon.js';
|
|
97
99
|
export { FirstAidCaseIcon } from './components/first-aid-case-icon.js';
|
|
98
100
|
export { FirstAidIcon } from './components/first-aid-icon.js';
|
|
101
|
+
export { FlagIcon } from './components/flag-icon.js';
|
|
99
102
|
export { FormatColorIcon } from './components/format-color-icon.js';
|
|
100
103
|
export { FullscreenExitIcon } from './components/fullscreen-exit-icon.js';
|
|
101
104
|
export { FullscreenIcon } from './components/fullscreen-icon.js';
|
|
@@ -162,6 +165,7 @@ export { PackageDeliveryIcon } from './components/package-delivery-icon.js';
|
|
|
162
165
|
export { PadlockIcon } from './components/padlock-icon.js';
|
|
163
166
|
export { PadlockOpenIcon } from './components/padlock-open-icon.js';
|
|
164
167
|
export { PadlockTickIcon } from './components/padlock-tick-icon.js';
|
|
168
|
+
export { PasskeyIcon } from './components/passkey-icon.js';
|
|
165
169
|
export { PauseCircleIcon } from './components/pause-circle-icon.js';
|
|
166
170
|
export { PauseIcon } from './components/pause-icon.js';
|
|
167
171
|
export { PawIcon } from './components/paw-icon.js';
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { SelectorButtonGroupContextState, SelectorButtonGroupProps } from './selector-button-group.types.js';
|
|
3
3
|
export declare const SelectorButtonContext: React.Context<SelectorButtonGroupContextState>;
|
|
4
|
-
export declare function SelectorButtonGroup({ className, children, label, orientation, errorMessage, description, value, isDisabled, ...props }: SelectorButtonGroupProps): import("react/jsx-runtime").JSX.Element;
|
|
4
|
+
export declare function SelectorButtonGroup({ className, children, label, orientation, errorMessage, description, value, onChange, isDisabled, ...props }: SelectorButtonGroupProps): import("react/jsx-runtime").JSX.Element;
|
package/dist/components/selector/components/selector-button-group/selector-button-group.component.js
CHANGED
|
@@ -11,25 +11,34 @@ export const SelectorButtonContext = createContext({
|
|
|
11
11
|
validationState: 'valid',
|
|
12
12
|
isDisabled: undefined
|
|
13
13
|
});
|
|
14
|
-
export function SelectorButtonGroup({ className, children, label, orientation = 'vertical', errorMessage, description, value = '', isDisabled, ...props }) {
|
|
14
|
+
export function SelectorButtonGroup({ className, children, label, orientation = 'vertical', errorMessage, description, value = '', onChange, isDisabled, ...props }) {
|
|
15
|
+
const isControlled = onChange !== undefined;
|
|
16
|
+
const onChangeCallback = onChange;
|
|
15
17
|
const [selected, setSelected] = useState(value);
|
|
16
18
|
const breakpoint = useBreakpoint();
|
|
17
19
|
const resolvedOrientation = resolveResponsiveVariant(orientation, breakpoint);
|
|
18
20
|
const handleChange = useCallback((id)=>{
|
|
19
|
-
|
|
21
|
+
if (onChangeCallback) {
|
|
22
|
+
onChangeCallback(id);
|
|
23
|
+
} else {
|
|
24
|
+
setSelected(id);
|
|
25
|
+
}
|
|
20
26
|
}, [
|
|
27
|
+
onChangeCallback,
|
|
21
28
|
setSelected
|
|
22
29
|
]);
|
|
23
30
|
const state = useMemo(()=>({
|
|
24
|
-
value: selected,
|
|
31
|
+
value: isControlled ? value !== null && value !== void 0 ? value : '' : selected,
|
|
25
32
|
onClick: (id)=>handleChange(id),
|
|
26
33
|
validationState: errorMessage ? 'invalid' : 'valid',
|
|
27
34
|
isDisabled
|
|
28
35
|
}), [
|
|
29
36
|
errorMessage,
|
|
30
37
|
handleChange,
|
|
38
|
+
isControlled,
|
|
31
39
|
isDisabled,
|
|
32
|
-
selected
|
|
40
|
+
selected,
|
|
41
|
+
value
|
|
33
42
|
]);
|
|
34
43
|
const { labelProps, fieldProps, descriptionProps, errorMessageProps } = useField({
|
|
35
44
|
validationState: state.validationState,
|
package/dist/components/selector/components/selector-button-group/selector-button-group.types.d.ts
CHANGED
|
@@ -18,9 +18,14 @@ export type SelectorButtonGroupProps = {
|
|
|
18
18
|
*/
|
|
19
19
|
tag?: keyof JSX.IntrinsicElements;
|
|
20
20
|
/**
|
|
21
|
-
* Key to set as default value
|
|
21
|
+
* Key to set as default value (uncontrolled) or currently selected value (controlled)
|
|
22
22
|
*/
|
|
23
23
|
value?: string;
|
|
24
|
+
/**
|
|
25
|
+
* Called when selection changes. Providing this prop makes the component controlled.
|
|
26
|
+
* Pass an empty string to clear the selection.
|
|
27
|
+
*/
|
|
28
|
+
onChange?: (value: string) => void;
|
|
24
29
|
} & AriaFieldProps & Omit<HTMLAttributes<Element>, 'onChange'>;
|
|
25
30
|
export type SelectorButtonGroupContextState = {
|
|
26
31
|
/**
|