@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
|
@@ -71,14 +71,17 @@ function Autocomplete({ size = 'medium', invalid = false, isDisabled, footer, po
|
|
|
71
71
|
const { buttonProps } = useButton(clearButtonProps, clearButtonRef);
|
|
72
72
|
const outerRef = React.useRef(null);
|
|
73
73
|
const isNoOptionPopOverOpen = useMemo(()=>{
|
|
74
|
-
|
|
74
|
+
var _ref;
|
|
75
|
+
var _searchProps_value;
|
|
76
|
+
const inputLength = (_ref = (_searchProps_value = searchProps.value) === null || _searchProps_value === void 0 ? void 0 : _searchProps_value.length) !== null && _ref !== void 0 ? _ref : 0;
|
|
77
|
+
return !!(noOptionsMessage && (!state.isOpen && state.isFocused && inputLength > 0 && !state.value || state.collection.size === 0 && inputLength > 0));
|
|
75
78
|
}, [
|
|
76
79
|
noOptionsMessage,
|
|
77
80
|
state.isOpen,
|
|
78
81
|
state.isFocused,
|
|
79
|
-
state.
|
|
82
|
+
state.value,
|
|
80
83
|
state.collection.size,
|
|
81
|
-
searchProps.value
|
|
84
|
+
searchProps.value
|
|
82
85
|
]);
|
|
83
86
|
return React.createElement("div", {
|
|
84
87
|
className: styles.base({
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { type ErrorMessageProps } from './error-message.types.js';
|
|
2
|
-
export declare function ErrorMessage({ className, tag: Tag, icon: Icon, message, ...props }: ErrorMessageProps): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare function ErrorMessage({ className, tag: Tag, icon: Icon, errorTitle, message, ...props }: ErrorMessageProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,10 +1,33 @@
|
|
|
1
1
|
import { clsx } from 'clsx';
|
|
2
2
|
import React from 'react';
|
|
3
3
|
import { AlertIcon } from '../../components/icon/index.js';
|
|
4
|
+
import { List, ListItem } from '../../components/list/index.js';
|
|
4
5
|
import { styles as errorMessageStyles } from './error-message.styles.js';
|
|
5
|
-
export function ErrorMessage({ className, tag: Tag = 'div', icon: Icon, message, ...props }) {
|
|
6
|
+
export function ErrorMessage({ className, tag: Tag = 'div', icon: Icon, errorTitle, message, ...props }) {
|
|
6
7
|
const styles = errorMessageStyles({});
|
|
7
8
|
const FinalIcon = Icon !== null && Icon !== void 0 ? Icon : AlertIcon;
|
|
9
|
+
if (errorTitle && Array.isArray(message)) {
|
|
10
|
+
return React.createElement("div", {
|
|
11
|
+
className: styles.titleWrapper({
|
|
12
|
+
className
|
|
13
|
+
}),
|
|
14
|
+
...props
|
|
15
|
+
}, React.createElement("span", {
|
|
16
|
+
className: styles.title({})
|
|
17
|
+
}, React.createElement(FinalIcon, {
|
|
18
|
+
color: "danger",
|
|
19
|
+
copyrightYear: "2026",
|
|
20
|
+
className: styles.icon({}),
|
|
21
|
+
size: "xsmall",
|
|
22
|
+
look: "outlined"
|
|
23
|
+
}), errorTitle), React.createElement(List, {
|
|
24
|
+
type: "bullet",
|
|
25
|
+
look: "primary",
|
|
26
|
+
className: styles.bulletList({})
|
|
27
|
+
}, message.map((msg, index)=>React.createElement(ListItem, {
|
|
28
|
+
key: index
|
|
29
|
+
}, msg))));
|
|
30
|
+
}
|
|
8
31
|
return Array.isArray(message) ? React.createElement("ul", {
|
|
9
32
|
className: styles.list({}),
|
|
10
33
|
...props
|
|
@@ -15,7 +38,7 @@ export function ErrorMessage({ className, tag: Tag = 'div', icon: Icon, message,
|
|
|
15
38
|
})
|
|
16
39
|
}, React.createElement(FinalIcon, {
|
|
17
40
|
color: "danger",
|
|
18
|
-
copyrightYear: "
|
|
41
|
+
copyrightYear: "2026",
|
|
19
42
|
className: styles.icon({}),
|
|
20
43
|
size: "xsmall",
|
|
21
44
|
look: "outlined"
|
|
@@ -26,7 +49,7 @@ export function ErrorMessage({ className, tag: Tag = 'div', icon: Icon, message,
|
|
|
26
49
|
...props
|
|
27
50
|
}, React.createElement(FinalIcon, {
|
|
28
51
|
color: "danger",
|
|
29
|
-
copyrightYear: "
|
|
52
|
+
copyrightYear: "2026",
|
|
30
53
|
className: styles.icon({}),
|
|
31
54
|
size: "xsmall",
|
|
32
55
|
look: "outlined"
|
|
@@ -2,36 +2,54 @@ export declare const styles: import("tailwind-variants").TVReturnType<{
|
|
|
2
2
|
[key: string]: {
|
|
3
3
|
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
4
4
|
base?: import("tailwind-merge").ClassNameValue;
|
|
5
|
+
title?: import("tailwind-merge").ClassNameValue;
|
|
5
6
|
list?: import("tailwind-merge").ClassNameValue;
|
|
6
7
|
icon?: import("tailwind-merge").ClassNameValue;
|
|
8
|
+
titleWrapper?: import("tailwind-merge").ClassNameValue;
|
|
9
|
+
bulletList?: import("tailwind-merge").ClassNameValue;
|
|
7
10
|
};
|
|
8
11
|
};
|
|
9
12
|
} | {
|
|
10
13
|
[x: string]: {
|
|
11
14
|
[x: string]: import("tailwind-merge").ClassNameValue | {
|
|
12
15
|
base?: import("tailwind-merge").ClassNameValue;
|
|
16
|
+
title?: import("tailwind-merge").ClassNameValue;
|
|
13
17
|
list?: import("tailwind-merge").ClassNameValue;
|
|
14
18
|
icon?: import("tailwind-merge").ClassNameValue;
|
|
19
|
+
titleWrapper?: import("tailwind-merge").ClassNameValue;
|
|
20
|
+
bulletList?: import("tailwind-merge").ClassNameValue;
|
|
15
21
|
};
|
|
16
22
|
};
|
|
17
23
|
} | {}, {
|
|
18
24
|
base: string;
|
|
19
25
|
list: string;
|
|
20
26
|
icon: string;
|
|
27
|
+
titleWrapper: string;
|
|
28
|
+
title: string;
|
|
29
|
+
bulletList: string;
|
|
21
30
|
}, undefined, {
|
|
22
31
|
[key: string]: {
|
|
23
32
|
[key: string]: import("tailwind-merge").ClassNameValue | {
|
|
24
33
|
base?: import("tailwind-merge").ClassNameValue;
|
|
34
|
+
title?: import("tailwind-merge").ClassNameValue;
|
|
25
35
|
list?: import("tailwind-merge").ClassNameValue;
|
|
26
36
|
icon?: import("tailwind-merge").ClassNameValue;
|
|
37
|
+
titleWrapper?: import("tailwind-merge").ClassNameValue;
|
|
38
|
+
bulletList?: import("tailwind-merge").ClassNameValue;
|
|
27
39
|
};
|
|
28
40
|
};
|
|
29
41
|
} | {}, {
|
|
30
42
|
base: string;
|
|
31
43
|
list: string;
|
|
32
44
|
icon: string;
|
|
45
|
+
titleWrapper: string;
|
|
46
|
+
title: string;
|
|
47
|
+
bulletList: string;
|
|
33
48
|
}, import("tailwind-variants").TVReturnType<unknown, {
|
|
34
49
|
base: string;
|
|
35
50
|
list: string;
|
|
36
51
|
icon: string;
|
|
52
|
+
titleWrapper: string;
|
|
53
|
+
title: string;
|
|
54
|
+
bulletList: string;
|
|
37
55
|
}, undefined, unknown, unknown, undefined>>;
|
|
@@ -3,6 +3,9 @@ export const styles = tv({
|
|
|
3
3
|
slots: {
|
|
4
4
|
base: 'flex items-start typography-body-11 text-text-danger',
|
|
5
5
|
list: 'mb-2 flex flex-col gap-1',
|
|
6
|
-
icon: 'mt-[0.25rem] mr-[0.5em] flex-shrink-0 align-top'
|
|
6
|
+
icon: 'mt-[0.25rem] mr-[0.5em] flex-shrink-0 align-top',
|
|
7
|
+
titleWrapper: 'mb-2 flex flex-col gap-1 text-text-danger',
|
|
8
|
+
title: 'flex items-start typography-body-11',
|
|
9
|
+
bulletList: 'text-text-danger'
|
|
7
10
|
}
|
|
8
11
|
});
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { type FieldProps } from './field.types.js';
|
|
2
|
-
export declare function Field({ className, label, tag: Tag, children, hintMessage, errorMessage, labelElementType, labelSize, ...props }: FieldProps): import("react/jsx-runtime").JSX.Element;
|
|
2
|
+
export declare function Field({ className, label, tag: Tag, children, hintMessage, errorTitle, errorMessage, labelElementType, labelSize, ...props }: FieldProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
import React, { Children, cloneElement, isValidElement, useCallback } from 'react';
|
|
3
3
|
import { useField } from 'react-aria';
|
|
4
4
|
import { ErrorMessage, Hint, Label } from '../index.js';
|
|
5
|
-
export function Field({ className, label, tag: Tag = 'div', children, hintMessage, errorMessage, labelElementType, labelSize, ...props }) {
|
|
5
|
+
export function Field({ className, label, tag: Tag = 'div', children, hintMessage, errorTitle, errorMessage, labelElementType, labelSize, ...props }) {
|
|
6
6
|
const { labelProps, fieldProps, descriptionProps, errorMessageProps } = useField({
|
|
7
7
|
...props,
|
|
8
8
|
description: hintMessage,
|
|
@@ -28,6 +28,7 @@ export function Field({ className, label, tag: Tag = 'div', children, hintMessag
|
|
|
28
28
|
...labelProps
|
|
29
29
|
}, label), hintMessage && React.createElement(Hint, descriptionProps, hintMessage), errorMessage && React.createElement(ErrorMessage, {
|
|
30
30
|
...errorMessageProps,
|
|
31
|
+
errorTitle: errorTitle,
|
|
31
32
|
message: errorMessage
|
|
32
33
|
}), renderChildren());
|
|
33
34
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function AccessibilityIcon({ 'aria-label': ariaLabel = 'Accessibility', copyrightYear = '
|
|
3
|
+
export function AccessibilityIcon({ 'aria-label': ariaLabel = 'Accessibility', 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 AccountIcon({ look = 'filled', 'aria-label': ariaLabel = 'Account', copyrightYear = '
|
|
3
|
+
export function AccountIcon({ look = 'filled', 'aria-label': ariaLabel = 'Account', 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 AddCircleIcon({ look = 'filled', 'aria-label': ariaLabel = 'Add Circle', copyrightYear = '
|
|
3
|
+
export function AddCircleIcon({ look = 'filled', 'aria-label': ariaLabel = 'Add 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 AddIcon({ 'aria-label': ariaLabel = 'Add', copyrightYear = '
|
|
3
|
+
export function AddIcon({ 'aria-label': ariaLabel = 'Add', 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 AlertIcon({ look = 'filled', 'aria-label': ariaLabel = 'Alert', copyrightYear = '
|
|
3
|
+
export function AlertIcon({ look = 'filled', 'aria-label': ariaLabel = 'Alert', 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 AndroidIcon({ 'aria-label': ariaLabel = 'Android', copyrightYear = '
|
|
3
|
+
export function AndroidIcon({ 'aria-label': ariaLabel = 'Android', 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 AppleIcon({ 'aria-label': ariaLabel = 'Apple', copyrightYear = '
|
|
3
|
+
export function AppleIcon({ 'aria-label': ariaLabel = 'Apple', 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 ArchiveBoxIcon({ look = 'filled', 'aria-label': ariaLabel = 'Archive Box', copyrightYear = '
|
|
3
|
+
export function ArchiveBoxIcon({ look = 'filled', 'aria-label': ariaLabel = 'Archive Box', 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 ArrowBackCircleIcon({ look = 'filled', 'aria-label': ariaLabel = 'Arrow Back Circle', copyrightYear = '
|
|
3
|
+
export function ArrowBackCircleIcon({ look = 'filled', 'aria-label': ariaLabel = 'Arrow Back Circle', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { type IconProps } from '../icon.types.js';
|
|
2
|
-
export declare function ArrowBackIcon({
|
|
2
|
+
export declare function ArrowBackIcon({ 'aria-label': ariaLabel, copyrightYear, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function ArrowBackIcon({
|
|
3
|
+
export function ArrowBackIcon({ 'aria-label': ariaLabel = 'Arrow Back', 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 ArrowDownCircleIcon({ look = 'filled', 'aria-label': ariaLabel = 'Arrow Down Circle', copyrightYear = '
|
|
3
|
+
export function ArrowDownCircleIcon({ look = 'filled', 'aria-label': ariaLabel = 'Arrow Down Circle', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { type IconProps } from '../icon.types.js';
|
|
2
|
-
export declare function ArrowDownIcon({
|
|
2
|
+
export declare function ArrowDownIcon({ 'aria-label': ariaLabel, copyrightYear, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function ArrowDownIcon({
|
|
3
|
+
export function ArrowDownIcon({ 'aria-label': ariaLabel = 'Arrow 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 from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function ArrowForkIcon({ 'aria-label': ariaLabel = 'Arrow Fork', copyrightYear = '
|
|
3
|
+
export function ArrowForkIcon({ 'aria-label': ariaLabel = 'Arrow Fork', 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 ArrowForwardCircleIcon({ look = 'filled', 'aria-label': ariaLabel = 'Arrow Forward Circle', copyrightYear = '
|
|
3
|
+
export function ArrowForwardCircleIcon({ look = 'filled', 'aria-label': ariaLabel = 'Arrow Forward Circle', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { type IconProps } from '../icon.types.js';
|
|
2
|
-
export declare function ArrowForwardIcon({
|
|
2
|
+
export declare function ArrowForwardIcon({ 'aria-label': ariaLabel, copyrightYear, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function ArrowForwardIcon({
|
|
3
|
+
export function ArrowForwardIcon({ 'aria-label': ariaLabel = 'Arrow Forward', 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 ArrowLeftIcon({ 'aria-label': ariaLabel = 'Arrow Left', copyrightYear = '
|
|
3
|
+
export function ArrowLeftIcon({ 'aria-label': ariaLabel = 'Arrow Left', 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 ArrowRightIcon({ 'aria-label': ariaLabel = 'Arrow Right', copyrightYear = '
|
|
3
|
+
export function ArrowRightIcon({ 'aria-label': ariaLabel = 'Arrow Right', 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 ArrowSplitIcon({ 'aria-label': ariaLabel = 'Arrow Split', copyrightYear = '
|
|
3
|
+
export function ArrowSplitIcon({ 'aria-label': ariaLabel = 'Arrow Split', 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 ArrowThreadReplyIcon({ 'aria-label': ariaLabel = 'Arrow Thread Reply', copyrightYear = '
|
|
3
|
+
export function ArrowThreadReplyIcon({ 'aria-label': ariaLabel = 'Arrow Thread Reply', 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 ArrowUpCircleIcon({ look = 'filled', 'aria-label': ariaLabel = 'Arrow Up Circle', copyrightYear = '
|
|
3
|
+
export function ArrowUpCircleIcon({ look = 'filled', 'aria-label': ariaLabel = 'Arrow Up Circle', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
import { type IconProps } from '../icon.types.js';
|
|
2
|
-
export declare function ArrowUpIcon({
|
|
2
|
+
export declare function ArrowUpIcon({ 'aria-label': ariaLabel, copyrightYear, ...props }: IconProps): import("react/jsx-runtime").JSX.Element;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function ArrowUpIcon({
|
|
3
|
+
export function ArrowUpIcon({ 'aria-label': ariaLabel = 'Arrow 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 AtmIcon({ look = 'filled', 'aria-label': ariaLabel = 'Atm', copyrightYear = '
|
|
3
|
+
export function AtmIcon({ look = 'filled', 'aria-label': ariaLabel = 'Atm', 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 AttacheCaseIcon({ look = 'filled', 'aria-label': ariaLabel = 'Attache Case', copyrightYear = '
|
|
3
|
+
export function AttacheCaseIcon({ look = 'filled', 'aria-label': ariaLabel = 'Attache Case', 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 AustraliaIcon({ look = 'filled', 'aria-label': ariaLabel = 'Australia', copyrightYear = '
|
|
3
|
+
export function AustraliaIcon({ look = 'filled', 'aria-label': ariaLabel = 'Australia', 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 BabyBuggyIcon({ look = 'filled', 'aria-label': ariaLabel = 'Baby Buggy', copyrightYear = '
|
|
3
|
+
export function BabyBuggyIcon({ look = 'filled', 'aria-label': ariaLabel = 'Baby Buggy', 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 BackspaceIcon({ look = 'filled', 'aria-label': ariaLabel = 'Backspace', copyrightYear = '
|
|
3
|
+
export function BackspaceIcon({ look = 'filled', 'aria-label': ariaLabel = 'Backspace', 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 BankIcon({ look = 'filled', 'aria-label': ariaLabel = 'Bank', copyrightYear = '
|
|
3
|
+
export function BankIcon({ look = 'filled', 'aria-label': ariaLabel = 'Bank', 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 BarChartDownIcon({ look = 'filled', 'aria-label': ariaLabel = 'Bar Chart Down', copyrightYear = '
|
|
3
|
+
export function BarChartDownIcon({ look = 'filled', 'aria-label': ariaLabel = 'Bar Chart 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 BarChartIcon({ look = 'filled', 'aria-label': ariaLabel = 'Bar Chart', copyrightYear = '
|
|
3
|
+
export function BarChartIcon({ look = 'filled', 'aria-label': ariaLabel = 'Bar Chart', 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 BarbellIcon({ 'aria-label': ariaLabel = 'Barbell', copyrightYear = '
|
|
3
|
+
export function BarbellIcon({ 'aria-label': ariaLabel = 'Barbell', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon } from '../icon.component.js';
|
|
3
|
+
export function BathIcon({ look = 'filled', 'aria-label': ariaLabel = 'Bath', copyrightYear = '2026', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
5
|
+
"aria-label": ariaLabel,
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement("path", {
|
|
9
|
+
d: "M16.123 2C16.2255 2 16.5 2 17 2.11523C18.7357 2.5424 19.9438 4.11164 20 6V12H22V16C22 18.2091 20.2091 20 18 20V22H16V20H8V22H6V20C3.79086 20 2 18.2091 2 16V12H18V6C17.9361 4.89842 17.1896 4.02258 16.0811 4.00098C15.2389 4.01757 14.5173 4.52405 14.1885 5.24707C14.5363 5.39723 14.853 5.61084 15.1211 5.87891C15.3997 6.15748 15.6207 6.48856 15.7715 6.85254C15.9221 7.21639 16 7.6062 16 8H10C10 7.60605 10.0778 7.21553 10.2285 6.85156C10.3793 6.48775 10.6004 6.15738 10.8789 5.87891C11.1575 5.60033 11.4886 5.37928 11.8525 5.22852C11.9401 5.19227 12.0289 5.15957 12.1191 5.13184C12.5365 3.44449 13.9923 2.16679 15.7695 2.01562C15.8557 2.00555 15.9454 2 16.0391 2C16.0529 2 16.0672 2.00084 16.0811 2.00098C16.095 2.00082 16.109 2 16.123 2Z",
|
|
10
|
+
fill: "currentColor"
|
|
11
|
+
}) : React.createElement("path", {
|
|
12
|
+
fillRule: "evenodd",
|
|
13
|
+
clipRule: "evenodd",
|
|
14
|
+
d: "M16.123 2C16.2255 2 16.5 2 17 2.11523C18.7357 2.5424 19.9438 4.11164 20 6V12H22V16C22 18.2091 20.2091 20 18 20V22H16V20H8V22H6V20C3.79086 20 2 18.2091 2 16V12H18V6C17.9361 4.89842 17.1896 4.02258 16.0811 4.00098C15.2389 4.01757 14.5173 4.52405 14.1885 5.24707C14.5363 5.39723 14.853 5.61084 15.1211 5.87891C15.3997 6.15748 15.6207 6.48856 15.7715 6.85254C15.9221 7.21639 16 7.6062 16 8H10C10 7.60605 10.0778 7.21553 10.2285 6.85156C10.3793 6.48775 10.6004 6.15738 10.8789 5.87891C11.1575 5.60033 11.4886 5.37928 11.8525 5.22852C11.9401 5.19227 12.0289 5.15957 12.1191 5.13184C12.5365 3.44449 13.9923 2.16679 15.7695 2.01562C15.8557 2.00555 15.9454 2 16.0391 2C16.0529 2 16.0672 2.00084 16.0811 2.00098C16.095 2.00082 16.109 2 16.123 2ZM4 14V16C4 17.1046 4.89543 18 6 18H18C19.1046 18 20 17.1046 20 16V14H4Z",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
}));
|
|
17
|
+
}
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
import React, { Fragment } from 'react';
|
|
2
|
+
import { Icon } from '../icon.component.js';
|
|
3
|
+
export function BedIcon({ look = 'filled', 'aria-label': ariaLabel = 'Bed', copyrightYear = '2026', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
5
|
+
"aria-label": ariaLabel,
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement(Fragment, null, React.createElement("path", {
|
|
9
|
+
d: "M18 8C20.2091 8 22 9.79086 22 12V22H20V18H4V22H2V12C2 9.79086 3.79086 8 6 8H18Z",
|
|
10
|
+
fill: "currentColor"
|
|
11
|
+
}), React.createElement("path", {
|
|
12
|
+
d: "M10 2C10.5523 2 11 2.44772 11 3V5C11 5.55228 10.5523 6 10 6H5C4.44772 6 4 5.55228 4 5V3C4 2.44772 4.44772 2 5 2H10Z",
|
|
13
|
+
fill: "currentColor"
|
|
14
|
+
}), React.createElement("path", {
|
|
15
|
+
d: "M19 2C19.5523 2 20 2.44772 20 3V5C20 5.55228 19.5523 6 19 6H14C13.4477 6 13 5.55228 13 5V3C13 2.44772 13.4477 2 14 2H19Z",
|
|
16
|
+
fill: "currentColor"
|
|
17
|
+
})) : React.createElement(Fragment, null, React.createElement("path", {
|
|
18
|
+
d: "M4 3C4 2.44772 4.44772 2 5 2H10C10.5523 2 11 2.44772 11 3V5C11 5.55228 10.5523 6 10 6H5C4.44772 6 4 5.55228 4 5V3Z",
|
|
19
|
+
fill: "currentColor"
|
|
20
|
+
}), React.createElement("path", {
|
|
21
|
+
d: "M13 3C13 2.44772 13.4477 2 14 2H19C19.5523 2 20 2.44772 20 3V5C20 5.55228 19.5523 6 19 6H14C13.4477 6 13 5.55228 13 5V3Z",
|
|
22
|
+
fill: "currentColor"
|
|
23
|
+
}), React.createElement("path", {
|
|
24
|
+
d: "M20 12C20 10.8954 19.1046 10 18 10V8C20.2091 8 22 9.79086 22 12V22H20V18H4V22H2V12C2 9.79086 3.79086 8 6 8V10C4.89543 10 4 10.8954 4 12V16H20V12ZM18 8V10H6V8H18Z",
|
|
25
|
+
fill: "currentColor"
|
|
26
|
+
})));
|
|
27
|
+
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { Icon } from '../icon.component.js';
|
|
3
|
-
export function BookIcon({ look = 'filled', 'aria-label': ariaLabel = 'Book', copyrightYear = '
|
|
3
|
+
export function BookIcon({ look = 'filled', 'aria-label': ariaLabel = 'Book', 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 BpayIcon({ look = 'filled', 'aria-label': ariaLabel = 'Bpay', copyrightYear = '
|
|
3
|
+
export function BpayIcon({ look = 'filled', 'aria-label': ariaLabel = 'Bpay', 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 BriefcaseIcon({ look = 'filled', 'aria-label': ariaLabel = 'Briefcase', copyrightYear = '
|
|
3
|
+
export function BriefcaseIcon({ look = 'filled', 'aria-label': ariaLabel = 'Briefcase', 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 BugReportIcon({ look = 'filled', 'aria-label': ariaLabel = 'Bug Report', copyrightYear = '
|
|
3
|
+
export function BugReportIcon({ look = 'filled', 'aria-label': ariaLabel = 'Bug Report', 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 BurgerIcon({ look = 'filled', 'aria-label': ariaLabel = 'Burger', copyrightYear = '
|
|
3
|
+
export function BurgerIcon({ look = 'filled', 'aria-label': ariaLabel = 'Burger', 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 BusinessPersonIcon({ look = 'filled', 'aria-label': ariaLabel = 'Business Person', copyrightYear = '
|
|
3
|
+
export function BusinessPersonIcon({ look = 'filled', 'aria-label': ariaLabel = 'Business Person', copyrightYear = '2026', ...props }) {
|
|
4
4
|
return React.createElement(Icon, {
|
|
5
5
|
"aria-label": ariaLabel,
|
|
6
6
|
copyrightYear: copyrightYear,
|