@westpac/ui 0.42.2 → 0.43.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 +25 -0
- package/assets/icons/filled/arrow-thread-reply-filled.svg +3 -0
- package/assets/icons/filled/button-shape-filled.svg +1 -0
- package/assets/icons/filled/closed-caption-filled.svg +3 -0
- package/assets/icons/filled/color-filters-filled.svg +1 -0
- package/assets/icons/filled/format-color-filled.svg +5 -0
- package/assets/icons/filled/fullscreen-exit-filled.svg +3 -0
- package/assets/icons/filled/fullscreen-filled.svg +3 -0
- package/assets/icons/filled/pause-filled.svg +1 -1
- package/assets/icons/filled/play-filled.svg +1 -1
- package/assets/icons/filled/replay-filled.svg +3 -0
- package/assets/icons/filled/text-bold-filled.svg +1 -0
- package/assets/icons/filled/text-increase-filled.svg +4 -0
- package/assets/icons/filled/text-large-filled.svg +1 -0
- package/assets/icons/filled/voiceover-on-filled.svg +1 -0
- package/assets/icons/filled/volume-off-filled.svg +6 -0
- package/assets/icons/filled/volume-on-filled.svg +5 -0
- package/assets/icons/outlined/arrow-thread-reply-outlined.svg +3 -0
- package/assets/icons/outlined/button-shape-outlined.svg +1 -0
- package/assets/icons/outlined/closed-caption-outlined.svg +5 -0
- package/assets/icons/outlined/color-filters-outlined.svg +1 -0
- package/assets/icons/outlined/format-color-outlined.svg +5 -0
- package/assets/icons/outlined/fullscreen-exit-outlined.svg +3 -0
- package/assets/icons/outlined/fullscreen-outlined.svg +3 -0
- package/assets/icons/outlined/pause-outlined.svg +1 -1
- package/assets/icons/outlined/play-outlined.svg +1 -1
- package/assets/icons/outlined/replay-outlined.svg +3 -0
- package/assets/icons/outlined/text-bold-outlined.svg +1 -0
- package/assets/icons/outlined/text-increase-outlined.svg +4 -0
- package/assets/icons/outlined/text-large-outlined.svg +1 -0
- package/assets/icons/outlined/voiceover-on-outlined.svg +1 -0
- package/assets/icons/outlined/volume-off-outlined.svg +6 -0
- package/assets/icons/outlined/volume-on-outlined.svg +5 -0
- package/dist/component-type.json +1 -1
- package/dist/components/accordion/accordion.component.js +6 -18
- package/dist/components/accordion/components/accordion-item/accordion-item.component.js +10 -23
- package/dist/components/alert/alert.component.js +8 -19
- package/dist/components/alert/alert.styles.js +1 -1
- package/dist/components/autocomplete/autocomplete.component.d.ts +8 -1
- package/dist/components/autocomplete/autocomplete.component.js +24 -30
- package/dist/components/autocomplete/components/autocomplete-list-box/autocomplete-list-box.component.js +6 -19
- package/dist/components/autocomplete/components/autocomplete-list-box/components/autocomplete-list-box-option/autocomplete-list-box-option.component.js +5 -18
- package/dist/components/autocomplete/components/autocomplete-list-box/components/autocomplete-list-box-option/autocomplete-list-box-option.styles.d.ts +2 -2
- package/dist/components/autocomplete/components/autocomplete-list-box/components/autocomplete-list-box-option/autocomplete-list-box-option.styles.js +2 -2
- package/dist/components/autocomplete/components/autocomplete-list-box/components/autocomplete-list-box-section/autocomplete-list-box-section.component.js +7 -19
- package/dist/components/autocomplete/components/autocomplete-popover/autocomplete-popover.component.js +8 -20
- package/dist/components/badge/badge.component.js +8 -20
- package/dist/components/bottom-sheet/bottom-sheet.component.js +5 -18
- package/dist/components/bottom-sheet/components/bottom-sheet-dialog/bottom-sheet-dialog.component.js +8 -20
- package/dist/components/bottom-sheet/components/bottom-sheet-modal/bottom-sheet-modal.component.js +10 -23
- package/dist/components/breadcrumb/breadcrumb.component.js +11 -22
- package/dist/components/breadcrumb/components/breadcrumb-item/breadcrumb-item.component.js +9 -22
- package/dist/components/button/button.component.js +6 -19
- package/dist/components/button-dropdown/button-dropdown.component.js +11 -23
- package/dist/components/button-dropdown/components/button-dropdown-heading/button-dropdown-heading.component.js +5 -18
- package/dist/components/button-dropdown/components/button-dropdown-panel/button-dropdown-panel.component.js +6 -19
- package/dist/components/button-group/button-group.component.js +12 -23
- package/dist/components/button-group/components/button-group-button/button-group-button.component.js +8 -20
- package/dist/components/checkbox-group/checkbox-group.component.js +17 -27
- package/dist/components/checkbox-group/components/checkbox-group-checkbox/checkbox-group-checkbox.component.js +15 -26
- package/dist/components/circle/circle.component.js +5 -18
- package/dist/components/collapsible/collapsible.component.js +9 -21
- package/dist/components/compacta/compacta.component.js +14 -25
- package/dist/components/date-picker/date-picker.component.js +10 -20
- package/dist/components/date-picker/date-picker.styles.d.ts +12 -0
- package/dist/components/date-picker/date-picker.styles.js +4 -0
- package/dist/components/error-message/error-message.component.js +9 -21
- package/dist/components/error-message/error-message.styles.js +1 -1
- package/dist/components/field/field.component.js +11 -22
- package/dist/components/filter/components/filter-buttons/filter-buttons.component.js +8 -20
- package/dist/components/filter/components/filter-input/filter-input.component.js +4 -17
- package/dist/components/filter/filter.component.js +4 -17
- package/dist/components/flexi-cell/components/flexi-cell-adornment/flexi-cell-adornment.component.js +4 -17
- package/dist/components/flexi-cell/components/flexi-cell-body/flexi-cell-body.component.js +5 -18
- package/dist/components/flexi-cell/components/flexi-cell-button/flexi-cell-button.component.js +5 -18
- package/dist/components/flexi-cell/components/flexi-cell-circle/flexi-cell-circle.component.js +5 -18
- package/dist/components/flexi-cell/components/flexi-cell-footer/flexi-cell-footer.component.js +4 -17
- package/dist/components/flexi-cell/components/flexi-cell-hint/flexi-cell-hint.component.js +4 -17
- package/dist/components/flexi-cell/components/flexi-cell-label/flexi-cell-label.component.js +5 -18
- package/dist/components/flexi-cell/flexi-cell.component.js +9 -22
- package/dist/components/footer/footer.component.js +16 -28
- package/dist/components/form/components/form-chit-chat/form-chit-chat.component.js +5 -18
- package/dist/components/form/components/form-group/form-group.component.js +6 -19
- package/dist/components/form/components/form-hint/form-hint.component.js +5 -18
- package/dist/components/form/components/form-label/form-label.component.js +4 -17
- package/dist/components/form/components/form-section/form-section.component.js +5 -18
- package/dist/components/form/form.component.js +2 -16
- package/dist/components/grid/components/grid-container/grid-container.component.js +5 -18
- package/dist/components/grid/components/grid-item/grid-item.component.js +5 -18
- package/dist/components/grid/grid.component.js +5 -18
- package/dist/components/header/header.component.js +17 -30
- package/dist/components/header/header.styles.js +1 -1
- package/dist/components/heading/heading.component.js +5 -18
- package/dist/components/hint/hint.component.js +5 -18
- package/dist/components/icon/components/accessibility-icon.js +5 -18
- package/dist/components/icon/components/account-icon.js +5 -18
- package/dist/components/icon/components/add-circle-icon.js +5 -18
- package/dist/components/icon/components/add-icon.js +5 -18
- package/dist/components/icon/components/alert-icon.js +5 -18
- package/dist/components/icon/components/android-icon.js +5 -18
- package/dist/components/icon/components/apple-icon.js +5 -18
- package/dist/components/icon/components/archive-box-icon.js +5 -18
- package/dist/components/icon/components/arrow-back-circle-icon.js +5 -18
- package/dist/components/icon/components/arrow-down-circle-icon.js +5 -18
- package/dist/components/icon/components/arrow-fork-icon.js +5 -18
- package/dist/components/icon/components/arrow-forward-circle-icon.js +5 -18
- package/dist/components/icon/components/arrow-left-icon.js +5 -18
- package/dist/components/icon/components/arrow-right-icon.js +5 -18
- package/dist/components/icon/components/arrow-split-icon.js +5 -18
- package/dist/components/icon/components/arrow-thread-reply-icon.d.ts +2 -0
- package/dist/components/icon/components/arrow-thread-reply-icon.js +12 -0
- package/dist/components/icon/components/arrow-up-circle-icon.js +5 -18
- package/dist/components/icon/components/atm-icon.js +5 -18
- package/dist/components/icon/components/attache-case-icon.js +5 -18
- package/dist/components/icon/components/australia-icon.js +5 -18
- package/dist/components/icon/components/baby-buggy-icon.js +5 -18
- package/dist/components/icon/components/backspace-icon.js +5 -18
- package/dist/components/icon/components/bank-icon.js +5 -18
- package/dist/components/icon/components/bar-chart-down-icon.js +5 -18
- package/dist/components/icon/components/bar-chart-icon.js +5 -18
- package/dist/components/icon/components/barbell-icon.js +5 -18
- package/dist/components/icon/components/book-icon.js +5 -18
- package/dist/components/icon/components/bpay-icon.js +5 -18
- package/dist/components/icon/components/briefcase-icon.js +5 -18
- package/dist/components/icon/components/bug-report-icon.js +5 -18
- package/dist/components/icon/components/burger-icon.js +5 -18
- package/dist/components/icon/components/business-person-icon.js +5 -18
- package/dist/components/icon/components/button-shape-icon.d.ts +2 -0
- package/dist/components/icon/components/button-shape-icon.js +23 -0
- package/dist/components/icon/components/cafe-icon.js +5 -18
- package/dist/components/icon/components/cake-icon.js +5 -18
- package/dist/components/icon/components/calculate-icon.js +5 -18
- package/dist/components/icon/components/calculator-icon.js +5 -18
- package/dist/components/icon/components/calendar-icon.js +5 -18
- package/dist/components/icon/components/camera-icon.js +5 -18
- package/dist/components/icon/components/cancel-card-icon.js +5 -18
- package/dist/components/icon/components/car-icon.js +5 -18
- package/dist/components/icon/components/cardless-cash-icon.js +5 -18
- package/dist/components/icon/components/cart-icon.js +5 -18
- package/dist/components/icon/components/chat-icon.js +5 -18
- package/dist/components/icon/components/check-icon.js +5 -18
- package/dist/components/icon/components/child-care-icon.js +5 -18
- package/dist/components/icon/components/child-icon.js +5 -18
- package/dist/components/icon/components/circle-icon.js +5 -18
- package/dist/components/icon/components/clear-icon.js +5 -18
- package/dist/components/icon/components/clock-icon.js +5 -18
- package/dist/components/icon/components/close-icon.js +5 -18
- package/dist/components/icon/components/closed-caption-icon.d.ts +2 -0
- package/dist/components/icon/components/closed-caption-icon.js +25 -0
- package/dist/components/icon/components/cocktail-glass-icon.js +5 -18
- package/dist/components/icon/components/color-filters-icon.d.ts +2 -0
- package/dist/components/icon/components/color-filters-icon.js +15 -0
- package/dist/components/icon/components/compass-icon.js +5 -18
- package/dist/components/icon/components/contact-icon.js +5 -18
- package/dist/components/icon/components/content-copy-icon.js +5 -18
- package/dist/components/icon/components/credit-card-icon.js +5 -18
- package/dist/components/icon/components/credit-cards-icon.js +5 -18
- package/dist/components/icon/components/cube-icon.js +5 -18
- package/dist/components/icon/components/cursor-arrow-click-icon.js +5 -18
- package/dist/components/icon/components/cursor-arrow-doubleclick-icon.js +5 -18
- package/dist/components/icon/components/cursor-arrow-icon.js +5 -18
- package/dist/components/icon/components/cursor-arrow-rays-icon.js +5 -18
- package/dist/components/icon/components/delete-icon.js +5 -18
- package/dist/components/icon/components/delivery-truck-icon.js +5 -18
- package/dist/components/icon/components/desktop-icon.js +5 -18
- package/dist/components/icon/components/diamond-icon.js +5 -18
- package/dist/components/icon/components/dollar-icon.js +5 -18
- package/dist/components/icon/components/dollar-sign-icon.js +5 -18
- package/dist/components/icon/components/download-file-icon.js +5 -18
- package/dist/components/icon/components/download-icon.js +5 -18
- package/dist/components/icon/components/drag-icon.js +5 -18
- package/dist/components/icon/components/drop-down-icon.js +5 -18
- package/dist/components/icon/components/drop-left-icon.js +5 -18
- package/dist/components/icon/components/drop-right-icon.js +5 -18
- package/dist/components/icon/components/drop-up-icon.js +5 -18
- package/dist/components/icon/components/dropbox-icon.js +5 -18
- package/dist/components/icon/components/edit-icon.js +5 -18
- package/dist/components/icon/components/education-icon.js +5 -18
- package/dist/components/icon/components/eftpos-icon.js +5 -18
- package/dist/components/icon/components/email-icon.js +5 -18
- package/dist/components/icon/components/error-icon.js +5 -18
- package/dist/components/icon/components/excel-file-icon.js +5 -18
- package/dist/components/icon/components/exit-icon.js +5 -18
- package/dist/components/icon/components/expand-less-icon.js +5 -18
- package/dist/components/icon/components/expand-more-icon.js +5 -18
- package/dist/components/icon/components/face-happy-icon.js +5 -18
- package/dist/components/icon/components/facebook-icon.js +5 -18
- package/dist/components/icon/components/favorite-icon.js +5 -18
- package/dist/components/icon/components/filter-icon.js +5 -18
- package/dist/components/icon/components/fingerprint-icon.js +5 -18
- package/dist/components/icon/components/first-aid-case-icon.js +5 -18
- package/dist/components/icon/components/first-aid-icon.js +5 -18
- package/dist/components/icon/components/format-color-icon.d.ts +2 -0
- package/dist/components/icon/components/format-color-icon.js +20 -0
- package/dist/components/icon/components/fullscreen-exit-icon.d.ts +2 -0
- package/dist/components/icon/components/fullscreen-exit-icon.js +12 -0
- package/dist/components/icon/components/fullscreen-icon.d.ts +2 -0
- package/dist/components/icon/components/fullscreen-icon.js +12 -0
- package/dist/components/icon/components/future-clock-icon.js +5 -18
- package/dist/components/icon/components/gel-icon.js +5 -18
- package/dist/components/icon/components/generic-file-icon.js +5 -18
- package/dist/components/icon/components/geolocation-icon.js +5 -18
- package/dist/components/icon/components/gift-icon.js +5 -18
- package/dist/components/icon/components/github-icon.js +5 -18
- package/dist/components/icon/components/global-icon.js +5 -18
- package/dist/components/icon/components/google-plus-icon.js +5 -18
- package/dist/components/icon/components/grid-icon.js +5 -18
- package/dist/components/icon/components/growth-icon.js +5 -18
- package/dist/components/icon/components/hamburger-menu-icon.js +5 -18
- package/dist/components/icon/components/headset-icon.js +5 -18
- package/dist/components/icon/components/heart-add-icon.js +5 -18
- package/dist/components/icon/components/heart-tick-icon.js +5 -18
- package/dist/components/icon/components/help-icon.js +5 -18
- package/dist/components/icon/components/history-clock-icon.js +5 -18
- package/dist/components/icon/components/house-dollar-icon.js +5 -18
- package/dist/components/icon/components/house-icon.js +5 -18
- package/dist/components/icon/components/house-people-icon.js +5 -18
- package/dist/components/icon/components/house-person-icon.js +5 -18
- package/dist/components/icon/components/ice-cream-icon.js +5 -18
- package/dist/components/icon/components/id-card-icon.js +5 -18
- package/dist/components/icon/components/image-square-icon.js +5 -18
- package/dist/components/icon/components/info-icon.js +5 -18
- package/dist/components/icon/components/instagram-icon.js +5 -18
- package/dist/components/icon/components/inventory-icon.js +5 -18
- package/dist/components/icon/components/invest-icon.js +5 -18
- package/dist/components/icon/components/invoice-icon.js +5 -18
- package/dist/components/icon/components/key-icon.js +5 -18
- package/dist/components/icon/components/keyhole-icon.js +5 -18
- package/dist/components/icon/components/leaf-icon.js +5 -18
- package/dist/components/icon/components/light-bulb-icon.js +5 -18
- package/dist/components/icon/components/limit-icon.js +5 -18
- package/dist/components/icon/components/link-icon.js +5 -18
- package/dist/components/icon/components/linkedin-icon.js +5 -18
- package/dist/components/icon/components/list-icon.js +5 -18
- package/dist/components/icon/components/live-chat-icon.js +5 -18
- package/dist/components/icon/components/luggage-icon.js +5 -18
- package/dist/components/icon/components/map-icon.js +5 -18
- package/dist/components/icon/components/map-pin-icon.js +5 -18
- package/dist/components/icon/components/medical-icon.js +5 -18
- package/dist/components/icon/components/megaphone-icon.js +5 -18
- package/dist/components/icon/components/message-icon.js +5 -18
- package/dist/components/icon/components/mobile-pay-icon.js +5 -18
- package/dist/components/icon/components/money-bag-icon.js +5 -18
- package/dist/components/icon/components/money-in-icon.js +5 -18
- package/dist/components/icon/components/money-notes-icon.js +5 -18
- package/dist/components/icon/components/money-out-icon.js +5 -18
- package/dist/components/icon/components/more-horiz-icon.js +5 -18
- package/dist/components/icon/components/more-vert-icon.js +5 -18
- package/dist/components/icon/components/move-from-icon.js +5 -18
- package/dist/components/icon/components/move-to-icon.js +5 -18
- package/dist/components/icon/components/new-content-icon.js +5 -18
- package/dist/components/icon/components/new-window-icon.js +5 -18
- package/dist/components/icon/components/notification-active-icon.js +5 -18
- package/dist/components/icon/components/notification-icon.js +5 -18
- package/dist/components/icon/components/notification-off-icon.js +5 -18
- package/dist/components/icon/components/office-icon.js +5 -18
- package/dist/components/icon/components/open-browser-icon.js +5 -18
- package/dist/components/icon/components/package-delivery-icon.js +5 -18
- package/dist/components/icon/components/padlock-icon.js +5 -18
- package/dist/components/icon/components/padlock-open-icon.js +5 -18
- package/dist/components/icon/components/padlock-tick-icon.js +5 -18
- package/dist/components/icon/components/pause-circle-icon.js +5 -18
- package/dist/components/icon/components/pause-icon.js +6 -19
- package/dist/components/icon/components/paw-icon.js +5 -18
- package/dist/components/icon/components/pay-icon.js +5 -18
- package/dist/components/icon/components/pay-id-icon.js +5 -18
- package/dist/components/icon/components/pay-to-icon.js +5 -18
- package/dist/components/icon/components/pay-to-mobile-icon.js +5 -18
- package/dist/components/icon/components/paypass-icon.js +5 -18
- package/dist/components/icon/components/pdf-file-icon.js +5 -18
- package/dist/components/icon/components/pending-icon.js +5 -18
- package/dist/components/icon/components/people-icon.js +5 -18
- package/dist/components/icon/components/percent-icon.js +5 -18
- package/dist/components/icon/components/person-icon.js +5 -18
- package/dist/components/icon/components/phone-icon.js +5 -18
- package/dist/components/icon/components/pie-chart-icon.js +5 -18
- package/dist/components/icon/components/piggy-bank-icon.js +5 -18
- package/dist/components/icon/components/piggy-bank.js +5 -18
- package/dist/components/icon/components/pin-icon.js +5 -18
- package/dist/components/icon/components/pizza-icon.js +5 -18
- package/dist/components/icon/components/plane-icon.js +5 -18
- package/dist/components/icon/components/play-circle-icon.js +5 -18
- package/dist/components/icon/components/play-icon.js +6 -19
- package/dist/components/icon/components/pram-icon.js +5 -18
- package/dist/components/icon/components/presets-icon.js +5 -18
- package/dist/components/icon/components/print-icon.js +5 -18
- package/dist/components/icon/components/progress-icon.js +5 -18
- package/dist/components/icon/components/question-mark-icon.js +5 -18
- package/dist/components/icon/components/quick-balance-icon.js +5 -18
- package/dist/components/icon/components/receipt-icon.js +5 -18
- package/dist/components/icon/components/refresh-icon.js +5 -18
- package/dist/components/icon/components/remove-circle-icon.js +5 -18
- package/dist/components/icon/components/remove-icon.js +5 -18
- package/dist/components/icon/components/replay-icon.d.ts +2 -0
- package/dist/components/icon/components/replay-icon.js +12 -0
- package/dist/components/icon/components/restaurant-icon.js +5 -18
- package/dist/components/icon/components/rss-icon.js +5 -18
- package/dist/components/icon/components/scan-document-icon.js +5 -18
- package/dist/components/icon/components/sd-storage-icon.js +5 -18
- package/dist/components/icon/components/search-icon.js +5 -18
- package/dist/components/icon/components/security-icon.js +5 -18
- package/dist/components/icon/components/service-bell-icon.js +5 -18
- package/dist/components/icon/components/settings-icon.js +5 -18
- package/dist/components/icon/components/share-icon.js +5 -18
- package/dist/components/icon/components/share-ios-icon.js +5 -18
- package/dist/components/icon/components/shop-icon.js +5 -18
- package/dist/components/icon/components/shopping-bag-icon.js +5 -18
- package/dist/components/icon/components/shopping-basket-icon.js +5 -18
- package/dist/components/icon/components/sim-card-icon.js +5 -18
- package/dist/components/icon/components/slack-icon.js +5 -18
- package/dist/components/icon/components/sms-icon.js +5 -18
- package/dist/components/icon/components/spa-icon.js +5 -18
- package/dist/components/icon/components/star-half-icon.js +5 -18
- package/dist/components/icon/components/star-rate-icon.js +5 -18
- package/dist/components/icon/components/stars-icon.js +5 -18
- package/dist/components/icon/components/stopwatch-icon.js +5 -18
- package/dist/components/icon/components/stroller-icon.js +5 -18
- package/dist/components/icon/components/success-icon.js +5 -18
- package/dist/components/icon/components/super-icon.js +5 -18
- package/dist/components/icon/components/switch-icon.js +5 -18
- package/dist/components/icon/components/tablet-icon.js +5 -18
- package/dist/components/icon/components/tag-icon.js +5 -18
- package/dist/components/icon/components/takeout-coffee-icon.js +5 -18
- package/dist/components/icon/components/takeout-food-icon.js +5 -18
- package/dist/components/icon/components/target-icon.js +5 -18
- package/dist/components/icon/components/telephone-icon.js +5 -18
- package/dist/components/icon/components/text-bold-icon.d.ts +2 -0
- package/dist/components/icon/components/text-bold-icon.js +14 -0
- package/dist/components/icon/components/text-increase-icon.d.ts +2 -0
- package/dist/components/icon/components/text-increase-icon.js +17 -0
- package/dist/components/icon/components/text-large-icon.d.ts +2 -0
- package/dist/components/icon/components/text-large-icon.js +17 -0
- package/dist/components/icon/components/thumb-down-icon.js +5 -18
- package/dist/components/icon/components/thumb-up-icon.js +5 -18
- package/dist/components/icon/components/tick-circle-icon.js +5 -18
- package/dist/components/icon/components/tick-icon.js +5 -18
- package/dist/components/icon/components/tiles-icon.js +5 -18
- package/dist/components/icon/components/transfer-icon.js +5 -18
- package/dist/components/icon/components/transport-icon.js +5 -18
- package/dist/components/icon/components/travel-explore-icon.js +5 -18
- package/dist/components/icon/components/tune-icon.js +5 -18
- package/dist/components/icon/components/twitter-icon.js +5 -18
- package/dist/components/icon/components/umbrella-icon.js +5 -18
- package/dist/components/icon/components/unpin-icon.js +5 -18
- package/dist/components/icon/components/upload-icon.js +5 -18
- package/dist/components/icon/components/verified-icon.js +5 -18
- package/dist/components/icon/components/video-icon.js +5 -18
- package/dist/components/icon/components/visibility-icon.js +5 -18
- package/dist/components/icon/components/visibility-off-icon.js +5 -18
- package/dist/components/icon/components/voice-icon.js +5 -18
- package/dist/components/icon/components/voiceover-on-icon.d.ts +2 -0
- package/dist/components/icon/components/voiceover-on-icon.js +31 -0
- package/dist/components/icon/components/volume-off-icon.d.ts +2 -0
- package/dist/components/icon/components/volume-off-icon.js +35 -0
- package/dist/components/icon/components/volume-on-icon.d.ts +2 -0
- package/dist/components/icon/components/volume-on-icon.js +29 -0
- package/dist/components/icon/components/walk-icon.js +5 -18
- package/dist/components/icon/components/wallet-icon.js +5 -18
- package/dist/components/icon/components/warning-icon.js +5 -18
- package/dist/components/icon/components/watch-icon.js +5 -18
- package/dist/components/icon/components/wearable-icon.js +5 -18
- package/dist/components/icon/components/wheelchair-icon.js +5 -18
- package/dist/components/icon/components/windows-new-icon.js +5 -18
- package/dist/components/icon/components/wine-glass-icon.js +5 -18
- package/dist/components/icon/components/word-file-icon.js +5 -18
- package/dist/components/icon/components/write-icon.js +5 -18
- package/dist/components/icon/components/x-icon.js +5 -18
- package/dist/components/icon/components/yammer-icon.js +5 -18
- package/dist/components/icon/components/youtube-icon.js +5 -18
- package/dist/components/icon/components/zip-file-icon.js +5 -18
- package/dist/components/icon/icon.component.js +5 -18
- package/dist/components/icon/index.d.ts +14 -0
- package/dist/components/icon/index.js +14 -0
- package/dist/components/input/input.component.js +6 -19
- package/dist/components/input-group/components/input-group-add-ons/add-ons.types.js +2 -2
- package/dist/components/input-group/components/input-group-add-ons/components/input-group-add-on-default-add-on/input-group-add-on-default-add-on.component.js +5 -18
- package/dist/components/input-group/components/input-group-add-ons/components/input-group-add-on-icon-add-on/input-group-add-on-icon-add-on.component.js +5 -18
- package/dist/components/input-group/components/input-group-add-ons/components/input-group-add-on-text-add-on/input-group-add-on-text-add-on.component.js +5 -18
- package/dist/components/input-group/components/input-group-add-ons/input-group-add-ons.component.js +8 -20
- package/dist/components/input-group/components/input-group-add-ons/input-group-add-ons.types.js +2 -2
- package/dist/components/input-group/components/input-group-supporting-text/input-group-supporting-text.component.js +5 -18
- package/dist/components/input-group/input-group.component.js +12 -24
- package/dist/components/label/label.component.js +5 -18
- package/dist/components/link/link.component.js +6 -19
- package/dist/components/list/components/list-item/list-item.component.js +9 -22
- package/dist/components/list/list.component.js +5 -19
- package/dist/components/list/list.utils.js +2 -2
- package/dist/components/modal/components/modal-backdrop/modal-backdrop.component.js +9 -21
- package/dist/components/modal/components/modal-dialog/components/modal-dialog-body/modal-dialog-body.component.js +6 -19
- package/dist/components/modal/components/modal-dialog/components/modal-dialog-footer/modal-dialog-footer.component.js +6 -19
- package/dist/components/modal/components/modal-dialog/modal-dialog.component.js +13 -24
- package/dist/components/modal/modal.component.js +5 -18
- package/dist/components/pagination/components/pagination-item/pagination-item.component.js +5 -19
- package/dist/components/pagination/pagination.component.js +12 -23
- package/dist/components/pagination/pagination.hooks.js +1 -1
- package/dist/components/panel/components/panel-body/panel-body.component.js +5 -18
- package/dist/components/panel/components/panel-footer/panel-footer.component.js +5 -18
- package/dist/components/panel/panel.component.js +5 -18
- package/dist/components/panel/panel.types.d.ts +1 -1
- package/dist/components/pass-code/pass-code.component.js +6 -21
- package/dist/components/pass-code-view/pass-code-view.component.js +8 -21
- package/dist/components/pass-code-view/pass-code-view.loader.js +1 -1
- package/dist/components/pictogram/components/decorative/wbc-bank-card-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/accessibility-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/accounts-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/aeroplane-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/arrow-down-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/arrow-left-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/arrow-right-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/arrow-up-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/arrows-passing-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/atm-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/australia-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/bank-card-locked-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/bank-card-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/bank-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/birth-certificate-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/building-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/buoy-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/bus-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/business-person-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/calculator-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/calendar-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/car-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/cash-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/celebration-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/chat-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/clock-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/coffee-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/coins-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/compass-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/customer-profile-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/desktop-computer-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/document-and-pen-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/dollar-sign-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/drivers-licence-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/education-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/eftpos-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/envelope-email-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/envelope-printed-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/face-happy-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/face-unhappy-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/face-unsure-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/finger-motion-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/fingerprint-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/football-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/fork-knife-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/generic-document-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/gift-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/globe-australia-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/globe-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/graph-decreasing-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/graph-increasing-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/gym-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/headset-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/heart-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/house-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/light-bulb-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/loop-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/medicare-card-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/mobile-device-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/money-in-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/money-out-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/movie-tickets-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/nest-egg-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/noodles-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/number-1-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/number-2-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/number-3-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/number-4-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/number-5-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/padlock-locked-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/padlock-unlocked-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/passport-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/percent-sign-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/person-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/piggy-bank-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/pizza-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/plant-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/search-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/secure-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/shop-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/shopping-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/sparkle-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/star-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/stopwatch-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/target-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/tax-document-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/telephone-call-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/thumbs-up-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/tick-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/tools-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/tractor-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/truck-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/umbrella-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/unsecure-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/wallet-pictogram.js +5 -18
- package/dist/components/pictogram/components/informative/wearables-pictogram.js +5 -18
- package/dist/components/pictogram/pictogram.component.js +5 -18
- package/dist/components/popover/components/panel/panel.component.js +10 -22
- package/dist/components/popover/components/panel/panel.hook.js +1 -1
- package/dist/components/popover/components/panel/panel.styles.js +1 -1
- package/dist/components/popover/popover.component.js +2 -1
- package/dist/components/progress-bar/progress-bar.component.js +11 -23
- package/dist/components/progress-indicator/progress-indicator.component.js +5 -18
- package/dist/components/progress-rope/components/progress-rope-group-step/progress-rope-group-step.component.js +6 -19
- package/dist/components/progress-rope/components/progress-rope-step/progress-rope-step.component.js +6 -19
- package/dist/components/progress-rope/progress-rope.component.js +5 -18
- package/dist/components/radio-group/components/radio-group-radio/radio-group-radio.component.js +10 -22
- package/dist/components/radio-group/radio-group.component.js +17 -27
- package/dist/components/repeater/repeater.component.js +12 -23
- package/dist/components/select/select.component.js +6 -19
- package/dist/components/selector/components/selector-button-group/components/selector-button-group-option/selector-button-group-option.component.js +5 -18
- package/dist/components/selector/components/selector-button-group/selector-button-group.component.js +8 -20
- package/dist/components/selector/components/selector-checkbox-group/components/selector-checkbox-group-option/selector-checkbox-group-option.component.js +6 -19
- package/dist/components/selector/components/selector-checkbox-group/selector-checkbox-group.component.js +7 -19
- package/dist/components/selector/components/selector-label/selector-label.component.js +4 -17
- package/dist/components/selector/components/selector-link-group/components/selector-link-group-option/selector-link-group-option.component.js +7 -20
- package/dist/components/selector/components/selector-link-group/selector-link-group.component.js +8 -20
- package/dist/components/selector/components/selector-radio-group/components/selector-radio-group-option/selector-radio-group-option.component.js +17 -23
- package/dist/components/selector/components/selector-radio-group/selector-radio-group.component.js +8 -20
- package/dist/components/selector/selector.component.js +4 -18
- package/dist/components/skip-link/skip-link.component.js +8 -20
- package/dist/components/switch/switch.component.js +9 -21
- package/dist/components/symbol/components/logos/bom-logo.js +5 -18
- package/dist/components/symbol/components/logos/bom-multibrand-large-logo.js +6 -19
- package/dist/components/symbol/components/logos/bom-multibrand-small-logo.js +6 -19
- package/dist/components/symbol/components/logos/bom-shield-logo.js +5 -18
- package/dist/components/symbol/components/logos/bsa-logo.js +4 -17
- package/dist/components/symbol/components/logos/bsa-multibrand-large-logo.js +5 -18
- package/dist/components/symbol/components/logos/bsa-multibrand-small-logo.js +5 -18
- package/dist/components/symbol/components/logos/bsa-stacked-logo.js +4 -17
- package/dist/components/symbol/components/logos/bt-logo.js +5 -18
- package/dist/components/symbol/components/logos/bt-multibrand-large-logo.js +6 -19
- package/dist/components/symbol/components/logos/bt-multibrand-small-logo.js +6 -19
- package/dist/components/symbol/components/logos/bt-panorama-logo.js +5 -18
- package/dist/components/symbol/components/logos/bt-panorama-multibrand-large-logo.js +6 -19
- package/dist/components/symbol/components/logos/bt-panorama-multibrand-small-logo.js +6 -19
- package/dist/components/symbol/components/logos/bt-panorama-reversed-logo.js +5 -18
- package/dist/components/symbol/components/logos/bt-reversed-logo.js +5 -18
- package/dist/components/symbol/components/logos/rams-logo.js +5 -18
- package/dist/components/symbol/components/logos/rams-multibrand-large-logo.js +5 -18
- package/dist/components/symbol/components/logos/rams-multibrand-small-logo.js +5 -18
- package/dist/components/symbol/components/logos/red-avatar-circle-logo.js +4 -17
- package/dist/components/symbol/components/logos/red-avatar-circle-reversed-logo.js +4 -17
- package/dist/components/symbol/components/logos/red-avatar-logo.js +4 -17
- package/dist/components/symbol/components/logos/stg-dragon-logo.js +4 -17
- package/dist/components/symbol/components/logos/stg-logo.js +4 -17
- package/dist/components/symbol/components/logos/stg-multibrand-large-logo.js +5 -18
- package/dist/components/symbol/components/logos/stg-multibrand-small-logo.js +5 -18
- package/dist/components/symbol/components/logos/wbc-logo.js +5 -18
- package/dist/components/symbol/components/logos/wbc-multibrand-large-logo.js +5 -18
- package/dist/components/symbol/components/logos/wbc-multibrand-small-logo.js +6 -19
- package/dist/components/symbol/components/logos/wbg-internal-logo.js +4 -17
- package/dist/components/symbol/components/logos/wbg-logo.js +4 -17
- package/dist/components/symbol/components/logos/wbg-multibrand-large-logo.js +5 -18
- package/dist/components/symbol/components/logos/wbg-multibrand-small-logo.js +5 -18
- package/dist/components/symbol/components/symbols/american-express-symbol.js +5 -18
- package/dist/components/symbol/components/symbols/apple-store-inverse-symbol.js +5 -18
- package/dist/components/symbol/components/symbols/apple-store-symbol.js +5 -18
- package/dist/components/symbol/components/symbols/bpay-land-symbol.js +5 -18
- package/dist/components/symbol/components/symbols/bpay-port-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/facebook-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/google-plus-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/google-store-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/instagram-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/linked-in-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/mastercard-accepted-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/mastercard-horizontal-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/mastercard-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/microsoft-store-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/pay-id-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/pay-to-black-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/pay-to-black-symbol.js +16 -0
- package/dist/components/symbol/components/symbols/pay-to-dark-grey-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/pay-to-dark-grey-symbol.js +16 -0
- package/dist/components/symbol/components/symbols/pay-to-light-grey-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/pay-to-light-grey-symbol.js +16 -0
- package/dist/components/symbol/components/symbols/pay-to-white-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/pay-to-white-symbol.js +16 -0
- package/dist/components/symbol/components/symbols/pay-to-wordmark-black-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/pay-to-wordmark-black-symbol.js +25 -0
- package/dist/components/symbol/components/symbols/pay-to-wordmark-dark-grey-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/pay-to-wordmark-dark-grey-symbol.js +25 -0
- package/dist/components/symbol/components/symbols/pay-to-wordmark-light-grey-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/pay-to-wordmark-light-grey-symbol.js +25 -0
- package/dist/components/symbol/components/symbols/pay-to-wordmark-white-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/pay-to-wordmark-white-symbol.js +25 -0
- package/dist/components/symbol/components/symbols/slack-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/twitter-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/visa-blue-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/visa-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/visa-white-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/x-mark-inverse-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/x-mark-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/x-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/yammer-symbol.js +4 -17
- package/dist/components/symbol/components/symbols/youtube-symbol.js +4 -17
- package/dist/components/symbol/index.d.ts +8 -0
- package/dist/components/symbol/index.js +8 -0
- package/dist/components/symbol/symbol.component.js +5 -18
- package/dist/components/symbol/symbol.utils.js +1 -1
- package/dist/components/table/components/table-body/table-body.component.js +5 -18
- package/dist/components/table/components/table-caption/table-caption.component.js +5 -18
- package/dist/components/table/components/table-cell/table-cell.component.js +6 -19
- package/dist/components/table/components/table-footer/table-footer.component.js +3 -17
- package/dist/components/table/components/table-header/table-header.component.js +5 -18
- package/dist/components/table/components/table-header-cell/table-header-cell.component.js +6 -19
- package/dist/components/table/components/table-header-row/table-header-row.component.js +5 -18
- package/dist/components/table/components/table-row/table-row.component.js +6 -19
- package/dist/components/table/table.component.js +5 -18
- package/dist/components/tabs/components/tabs-tab/tabs-tab.component.js +6 -19
- package/dist/components/tabs/components/tabs-tab-panel/tabs-tab-panel.component.js +6 -19
- package/dist/components/tabs/tabs.component.js +6 -20
- package/dist/components/textarea/textarea.component.js +6 -19
- package/dist/components/visually-hidden/visually-hidden.component.js +5 -18
- package/dist/components/well/well.component.js +5 -18
- package/dist/css/westpac-ui.css +321 -37
- package/dist/css/westpac-ui.min.css +321 -37
- package/dist/tailwind/tailwind-plugin.js +2 -2
- package/dist/tailwind/tailwind-transformer.js +1 -3
- package/dist/tailwind/utils/create-brand-fonts.js +2 -2
- package/dist/tailwind/utils/generate-date-picker-component.d.ts +30 -7
- package/dist/tailwind/utils/generate-date-picker-component.js +30 -7
- package/package.json +10 -8
- package/src/components/alert/alert.component.tsx +9 -2
- package/src/components/alert/alert.styles.ts +1 -1
- package/src/components/autocomplete/autocomplete.component.tsx +29 -16
- package/src/components/autocomplete/components/autocomplete-list-box/autocomplete-list-box.component.tsx +1 -1
- package/src/components/autocomplete/components/autocomplete-list-box/components/autocomplete-list-box-option/autocomplete-list-box-option.styles.ts +2 -2
- package/src/components/autocomplete/components/autocomplete-popover/autocomplete-popover.component.tsx +1 -1
- package/src/components/checkbox-group/components/checkbox-group-checkbox/checkbox-group-checkbox.component.tsx +4 -4
- package/src/components/date-picker/date-picker.component.tsx +3 -1
- package/src/components/date-picker/date-picker.styles.ts +4 -0
- package/src/components/error-message/error-message.styles.ts +1 -1
- package/src/components/filter/components/filter-buttons/filter-buttons.component.tsx +4 -1
- package/src/components/header/header.styles.ts +1 -1
- package/src/components/icon/components/arrow-thread-reply-icon.tsx +19 -0
- package/src/components/icon/components/button-shape-icon.tsx +39 -0
- package/src/components/icon/components/closed-caption-icon.tsx +41 -0
- package/src/components/icon/components/color-filters-icon.tsx +23 -0
- package/src/components/icon/components/format-color-icon.tsx +26 -0
- package/src/components/icon/components/fullscreen-exit-icon.tsx +19 -0
- package/src/components/icon/components/fullscreen-icon.tsx +19 -0
- package/src/components/icon/components/pause-icon.tsx +1 -1
- package/src/components/icon/components/play-icon.tsx +1 -1
- package/src/components/icon/components/replay-icon.tsx +15 -0
- package/src/components/icon/components/text-bold-icon.tsx +17 -0
- package/src/components/icon/components/text-increase-icon.tsx +22 -0
- package/src/components/icon/components/text-large-icon.tsx +21 -0
- package/src/components/icon/components/voiceover-on-icon.tsx +51 -0
- package/src/components/icon/components/volume-off-icon.tsx +51 -0
- package/src/components/icon/components/volume-on-icon.tsx +46 -0
- package/src/components/icon/index.ts +14 -0
- package/src/components/panel/panel.types.ts +1 -1
- package/src/components/popover/components/panel/panel.styles.ts +1 -1
- package/src/components/popover/popover.component.tsx +1 -0
- package/src/components/radio-group/components/radio-group-radio/radio-group-radio.component.tsx +4 -4
- package/src/components/selector/components/selector-radio-group/components/selector-radio-group-option/selector-radio-group-option.component.tsx +6 -3
- package/src/components/switch/switch.component.tsx +2 -2
- package/src/components/symbol/components/symbols/pay-to-black-symbol.tsx +30 -0
- package/src/components/symbol/components/symbols/pay-to-dark-grey-symbol.tsx +30 -0
- package/src/components/symbol/components/symbols/pay-to-light-grey-symbol.tsx +30 -0
- package/src/components/symbol/components/symbols/pay-to-white-symbol.tsx +30 -0
- package/src/components/symbol/components/symbols/pay-to-wordmark-black-symbol.tsx +42 -0
- package/src/components/symbol/components/symbols/pay-to-wordmark-dark-grey-symbol.tsx +42 -0
- package/src/components/symbol/components/symbols/pay-to-wordmark-light-grey-symbol.tsx +42 -0
- package/src/components/symbol/components/symbols/pay-to-wordmark-white-symbol.tsx +42 -0
- package/src/components/symbol/components/symbols/x-mark-inverse-symbol.tsx +2 -2
- package/src/components/symbol/components/symbols/x-mark-symbol.tsx +2 -2
- package/src/components/symbol/index.ts +8 -0
- package/src/tailwind/utils/generate-date-picker-component.ts +32 -8
- package/utils/build-icons/icon-template.ts +1 -1
- package/utils/build-svg-zip/index.ts +39 -0
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React, { Fragment } from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function CardlessCashIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function CardlessCashIcon({ look = 'filled', 'aria-label': ariaLabel = 'Cardless Cash', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement(Fragment, null, React.createElement("path", {
|
|
22
9
|
d: "M10.5026 15.4898H9C9.04124 16.7595 9.94472 17.5885 11.4 17.759V18.7011H12.6V17.7538C14.0863 17.5653 15 16.6841 15 15.3789C15 14.2174 14.3494 13.5628 12.8571 13.2355L11.9535 13.0401C11.0964 12.8395 10.7349 12.5756 10.7349 12.1057C10.7349 11.5408 11.2513 11.166 12.0207 11.166C12.8003 11.166 13.3528 11.5566 13.4045 12.2007H14.8657C14.843 10.9848 13.9919 10.1307 12.6 9.94662V9H11.4V9.95448C10.0674 10.1559 9.16523 11.019 9.16523 12.243C9.16523 13.3569 9.84165 14.0696 11.2151 14.3705L12.1859 14.587C13.0843 14.7929 13.4406 15.0674 13.4406 15.5637C13.4406 16.1233 12.8726 16.5298 12.0413 16.5298C11.2151 16.5298 10.5749 16.118 10.5026 15.4898Z",
|
|
23
10
|
fill: "currentColor"
|
|
24
11
|
}), React.createElement("path", {
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React, { Fragment } from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function CartIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function CartIcon({ look = 'filled', 'aria-label': ariaLabel = 'Cart', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement(Fragment, null, React.createElement("path", {
|
|
22
9
|
d: "M0 2H1.41597C1.88002 2 2.2831 2.31925 2.38939 2.77096L5.66378 16.6871C5.98264 18.0423 7.19187 19 8.58403 19H21V17H8.58403C8.11998 17 7.7169 16.6808 7.61061 16.229L7.32143 15H20.3604C21.3138 15 22.1346 14.3271 22.3216 13.3922L24 5H4.96849L4.33622 2.31288C4.01736 0.957735 2.80813 0 1.41597 0H0V2Z",
|
|
23
10
|
fill: "currentColor"
|
|
24
11
|
}), React.createElement("path", {
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React, { Fragment } from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function ChatIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function ChatIcon({ look = 'filled', 'aria-label': ariaLabel = 'Chat', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement("path", {
|
|
22
9
|
fillRule: "evenodd",
|
|
23
10
|
clipRule: "evenodd",
|
|
24
11
|
d: "M2 0C0.89543 0 0 0.89543 0 2V24L6 18H22C23.1046 18 24 17.1046 24 16V2C24 0.89543 23.1046 0 22 0H2ZM20 4H4V6H20V4ZM4 8H16V10H4V8ZM12 12H4V14H12V12Z",
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React, { Fragment } from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function CheckIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function CheckIcon({ look = 'filled', 'aria-label': ariaLabel = 'Check', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement("path", {
|
|
22
9
|
fillRule: "evenodd",
|
|
23
10
|
clipRule: "evenodd",
|
|
24
11
|
d: "M2 4C0.895431 4 0 4.89543 0 6V18C0 19.1046 0.89543 20 2 20H22C23.1046 20 24 19.1046 24 18V6C24 4.89543 23.1046 4 22 4H2ZM3.5 13.6898H5.06519C5.14049 14.3374 5.80744 14.7618 6.66803 14.7618C7.53399 14.7618 8.12564 14.3428 8.12564 13.7659C8.12564 13.2544 7.75452 12.9714 6.81863 12.7592L5.80744 12.536C4.37672 12.2258 3.67212 11.4912 3.67212 10.3429C3.67212 9.08119 4.6119 8.19156 6 7.98389V7H7.25V7.97579C8.69992 8.16551 9.58642 9.04598 9.61016 10.2994H8.08799C8.03421 9.63542 7.45869 9.23271 6.64651 9.23271C5.84509 9.23271 5.30723 9.6191 5.30723 10.2014C5.30723 10.6857 5.68373 10.9578 6.57659 11.1646L7.51786 11.366C9.07229 11.7034 9.75 12.3782 9.75 13.5755C9.75 14.9209 8.7982 15.8293 7.25 16.0235V17H6V16.0289C4.48408 15.8532 3.54296 14.9987 3.5 13.6898ZM18 10H12V12H18V10ZM20 14H12V16H20V14Z",
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React, { Fragment } from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function ChildCareIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function ChildCareIcon({ look = 'filled', 'aria-label': ariaLabel = 'Child Care', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement(Fragment, null, React.createElement("path", {
|
|
22
9
|
d: "M12 8a4 4 0 1 0 0-8 4 4 0 0 0 0 8Z",
|
|
23
10
|
fill: "currentColor"
|
|
24
11
|
}), React.createElement("path", {
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function ChildIcon({ 'aria-label': ariaLabel = 'Child'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function ChildIcon({ 'aria-label': ariaLabel = 'Child', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, React.createElement("path", {
|
|
22
9
|
d: "M15.333 12a1.61 1.61 0 0 1-1.183-.483 1.61 1.61 0 0 1-.483-1.184c0-.466.16-.86.483-1.183a1.61 1.61 0 0 1 1.183-.483c.467 0 .861.16 1.184.483.322.322.483.717.483 1.183 0 .467-.161.861-.483 1.184a1.61 1.61 0 0 1-1.184.483ZM8.667 12a1.61 1.61 0 0 1-1.184-.483A1.61 1.61 0 0 1 7 10.333c0-.466.161-.86.483-1.183a1.61 1.61 0 0 1 1.184-.483c.466 0 .86.16 1.183.483.322.322.483.717.483 1.183 0 .467-.16.861-.483 1.184A1.61 1.61 0 0 1 8.667 12ZM12 19c-1.333 0-2.539-.367-3.617-1.1A6.536 6.536 0 0 1 6 15h12a6.536 6.536 0 0 1-2.383 2.9C14.539 18.633 13.333 19 12 19Z",
|
|
23
10
|
fill: "currentColor"
|
|
24
11
|
}), React.createElement("path", {
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function CircleIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function CircleIcon({ look = 'filled', 'aria-label': ariaLabel = 'Circle', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement("path", {
|
|
22
9
|
fillRule: "evenodd",
|
|
23
10
|
clipRule: "evenodd",
|
|
24
11
|
d: "M12 24c6.628 0 12-5.373 12-12S18.628 0 12 0 0 5.373 0 12s5.372 12 12 12Z",
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React, { Fragment } from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function ClearIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function ClearIcon({ look = 'filled', 'aria-label': ariaLabel = 'Clear', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement("path", {
|
|
22
9
|
fillRule: "evenodd",
|
|
23
10
|
clipRule: "evenodd",
|
|
24
11
|
d: "M12 24C18.6278 24 24 18.627 24 12C24 5.373 18.6278 0 12 0C5.37225 0 0 5.373 0 12C0 18.627 5.37225 24 12 24ZM8.46447 7.05018L12 10.5857L15.5355 7.05018L16.9497 8.4644L13.4142 11.9999L16.9497 15.5355L15.5355 16.9497L12 13.4141L8.46447 16.9497L7.05025 15.5355L10.5858 11.9999L7.05025 8.4644L8.46447 7.05018Z",
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function ClockIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function ClockIcon({ look = 'filled', 'aria-label': ariaLabel = 'Clock', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement("path", {
|
|
22
9
|
fillRule: "evenodd",
|
|
23
10
|
clipRule: "evenodd",
|
|
24
11
|
d: "M12 24C18.6278 24 24 18.627 24 12C24 5.373 18.6278 0 12 0C5.37225 0 0 5.373 0 12C0 18.627 5.37225 24 12 24ZM18 15V13H12V5H10V15H18Z",
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function CloseIcon({ 'aria-label': ariaLabel = 'Close'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function CloseIcon({ 'aria-label': ariaLabel = 'Close', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, React.createElement("path", {
|
|
22
9
|
d: "M5.41421 4L12 10.5858L18.5858 4L20 5.41421L13.4142 12L20 18.5858L18.5858 20L12 13.4142L5.41421 20L4 18.5858L10.5858 12L4 5.41421L5.41421 4Z",
|
|
23
10
|
fill: "currentColor"
|
|
24
11
|
}));
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
import React, { Fragment } from 'react';
|
|
2
|
+
import { Icon } from '../icon.component.js';
|
|
3
|
+
export function ClosedCaptionIcon({ look = 'filled', 'aria-label': ariaLabel = 'Closed Caption', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
5
|
+
"aria-label": ariaLabel,
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement("path", {
|
|
9
|
+
fillRule: "evenodd",
|
|
10
|
+
clipRule: "evenodd",
|
|
11
|
+
d: "M0 4C0 2.89543 0.895431 2 2 2H22C23.1046 2 24 2.89543 24 4V20C24 21.1046 23.1046 22 22 22H2C0.895431 22 0 21.1046 0 20V4ZM5.5 14.5H9.5V13.5H11V15C11 15.55 10.55 16 10 16H5C4.45 16 4 15.55 4 15V9C4 8.45 4.45 8 5 8H10C10.55 8 11 8.45 11 9V10.5H9.5V9.5H5.5V14.5ZM14.5 14.5H18.5V13.5H20V15C20 15.55 19.55 16 19 16H14C13.45 16 13 15.55 13 15V9C13 8.45 13.45 8 14 8H19C19.55 8 20 8.45 20 9V10.5H18.5V9.5H14.5V14.5Z",
|
|
12
|
+
fill: "currentColor"
|
|
13
|
+
}) : React.createElement(Fragment, null, React.createElement("path", {
|
|
14
|
+
d: "M5.5 14.5H9.5V13.5H11V15C11 15.55 10.55 16 10 16H5C4.45 16 4 15.55 4 15V9C4 8.45 4.45 8 5 8H10C10.55 8 11 8.45 11 9V10.5H9.5V9.5H5.5V14.5Z",
|
|
15
|
+
fill: "currentColor"
|
|
16
|
+
}), React.createElement("path", {
|
|
17
|
+
d: "M18.5 14.5H14.5V9.5H18.5V10.5H20V9C20 8.45 19.55 8 19 8H14C13.45 8 13 8.45 13 9V15C13 15.55 13.45 16 14 16H19C19.55 16 20 15.55 20 15V13.5H18.5V14.5Z",
|
|
18
|
+
fill: "currentColor"
|
|
19
|
+
}), React.createElement("path", {
|
|
20
|
+
fillRule: "evenodd",
|
|
21
|
+
clipRule: "evenodd",
|
|
22
|
+
d: "M2 2C0.895431 2 0 2.89543 0 4V20C0 21.1046 0.895431 22 2 22H22C23.1046 22 24 21.1046 24 20V4C24 2.89543 23.1046 2 22 2H2ZM22 4H2V20H22V4Z",
|
|
23
|
+
fill: "currentColor"
|
|
24
|
+
})));
|
|
25
|
+
}
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function CocktailGlassIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function CocktailGlassIcon({ look = 'filled', 'aria-label': ariaLabel = 'Cocktail Glass', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement("path", {
|
|
22
9
|
fillRule: "evenodd",
|
|
23
10
|
clipRule: "evenodd",
|
|
24
11
|
d: "M1 2L11 15.1818V22H6V24H18V22H13V15.1818L23 2H1ZM7.30349 7H16.6965L18.9724 4H5.02762L7.30349 7Z",
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { Icon } from '../icon.component.js';
|
|
3
|
+
export function ColorFiltersIcon({ 'aria-label': ariaLabel = 'Color Filters', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
5
|
+
"aria-label": ariaLabel,
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, React.createElement("path", {
|
|
9
|
+
d: "M8 4c.602 0 1.187.068 1.751.194A9.98 9.98 0 0 0 6 12a9.98 9.98 0 0 0 3.751 7.805A8 8 0 1 1 8 4ZM16 4a8 8 0 1 1-1.752 15.805A10.053 10.053 0 0 0 16 18a6 6 0 0 0 0-12 10.057 10.057 0 0 0-1.752-1.806A8.025 8.025 0 0 1 16 4Z",
|
|
10
|
+
fill: "currentColor"
|
|
11
|
+
}), React.createElement("path", {
|
|
12
|
+
d: "M12 5.072A7.995 7.995 0 0 1 16 12c0 2.96-1.61 5.543-4 6.927A7.994 7.994 0 0 1 8 12c0-2.96 1.61-5.544 4-6.928Z",
|
|
13
|
+
fill: "currentColor"
|
|
14
|
+
}));
|
|
15
|
+
}
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React, { Fragment } from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function CompassIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function CompassIcon({ look = 'filled', 'aria-label': ariaLabel = 'Compass', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement(Fragment, null, React.createElement("path", {
|
|
22
9
|
d: "M12 13.5C11.1712 13.5 10.5 12.8288 10.5 12C10.5 11.1712 11.1712 10.5 12 10.5C12.8288 10.5 13.5 11.1712 13.5 12C13.5 12.8288 12.8288 13.5 12 13.5Z",
|
|
23
10
|
fill: "currentColor"
|
|
24
11
|
}), React.createElement("path", {
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React, { Fragment } from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function ContactIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function ContactIcon({ look = 'filled', 'aria-label': ariaLabel = 'Contact', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement("path", {
|
|
22
9
|
fillRule: "evenodd",
|
|
23
10
|
clipRule: "evenodd",
|
|
24
11
|
d: "M20 2H18V0H16V2H8V0H6V2H4C2.89543 2 2 2.89543 2 4V22C2 23.1046 2.89543 24 4 24H20C21.1046 24 22 23.1046 22 22V4C22 2.89543 21.1046 2 20 2ZM6 18.46C6 15.96 9.97 14.88 12 14.88C14.03 14.88 18 15.96 18 18.47V20H6V18.46ZM15 11C15 12.65 13.65 14 12 14C10.35 14 9 12.65 9 11C9 9.35 10.35 8 12 8C13.65 8 15 9.35 15 11Z",
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React, { Fragment } from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function ContentCopyIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function ContentCopyIcon({ look = 'filled', 'aria-label': ariaLabel = 'Content Copy', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement(Fragment, null, React.createElement("path", {
|
|
22
9
|
d: "M5 0C3.34315 0 2 1.34315 2 3V18H4V3C4 2.44772 4.44772 2 5 2H16V0H5Z",
|
|
23
10
|
fill: "currentColor"
|
|
24
11
|
}), React.createElement("path", {
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function CreditCardIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function CreditCardIcon({ look = 'filled', 'aria-label': ariaLabel = 'Credit Card', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement("path", {
|
|
22
9
|
fillRule: "evenodd",
|
|
23
10
|
clipRule: "evenodd",
|
|
24
11
|
d: "M22 2H2C0.89543 2 0 2.89543 0 4V20C0 21.1046 0.89543 22 2 22H22C23.1046 22 24 21.1046 24 20V4C24 2.89543 23.1046 2 22 2ZM23 8H1V12H23V8Z",
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React, { Fragment } from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function CreditCardsIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function CreditCardsIcon({ look = 'filled', 'aria-label': ariaLabel = 'Credit Cards', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement(Fragment, null, React.createElement("path", {
|
|
22
9
|
d: "M22 2H5.99999C4.88999 2 4.00999 2.89 4.00999 4L4.00916 5H5.99999V4H22V16H21V18H22C23.11 18 24 17.11 24 16V4C24 2.89 23.11 2 22 2Z",
|
|
23
10
|
fill: "currentColor"
|
|
24
11
|
}), React.createElement("path", {
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React, { Fragment } from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function CubeIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function CubeIcon({ look = 'filled', 'aria-label': ariaLabel = 'Cube', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement(Fragment, null, React.createElement("path", {
|
|
22
9
|
d: "M0 5L12 0L24 5L12 11L0 5Z",
|
|
23
10
|
fill: "currentColor"
|
|
24
11
|
}), React.createElement("path", {
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React, { Fragment } from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function CursorArrowClickIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function CursorArrowClickIcon({ look = 'filled', 'aria-label': ariaLabel = 'Cursor Arrow Click', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement(Fragment, null, React.createElement("g", {
|
|
22
9
|
clipPath: "url(#clip0_2741_3570)"
|
|
23
10
|
}, React.createElement("path", {
|
|
24
11
|
d: "M12 2C6.47715 2 2 6.47715 2 12C2 17.5228 6.47715 22 12 22C12.234 22 12.4661 21.992 12.6961 21.9761L13.283 23.9322C12.8614 23.977 12.4334 24 12 24C5.37258 24 0 18.6274 0 12C0 5.37258 5.37258 0 12 0C18.6274 0 24 5.37258 24 12C24 12.433 23.9771 12.8607 23.9323 13.2819L21.9762 12.6951C21.992 12.4654 22 12.2336 22 12C22 6.47715 17.5228 2 12 2Z",
|
|
@@ -1,24 +1,11 @@
|
|
|
1
|
-
function _extends() {
|
|
2
|
-
_extends = Object.assign || function(target) {
|
|
3
|
-
for(var i = 1; i < arguments.length; i++){
|
|
4
|
-
var source = arguments[i];
|
|
5
|
-
for(var key in source){
|
|
6
|
-
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
-
target[key] = source[key];
|
|
8
|
-
}
|
|
9
|
-
}
|
|
10
|
-
}
|
|
11
|
-
return target;
|
|
12
|
-
};
|
|
13
|
-
return _extends.apply(this, arguments);
|
|
14
|
-
}
|
|
15
1
|
import React, { Fragment } from 'react';
|
|
16
2
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function CursorArrowDoubleclickIcon({ look ='filled'
|
|
18
|
-
return React.createElement(Icon,
|
|
3
|
+
export function CursorArrowDoubleclickIcon({ look = 'filled', 'aria-label': ariaLabel = 'Cursor Arrow Doubleclick', copyrightYear = '2025', ...props }) {
|
|
4
|
+
return React.createElement(Icon, {
|
|
19
5
|
"aria-label": ariaLabel,
|
|
20
|
-
copyrightYear: copyrightYear
|
|
21
|
-
|
|
6
|
+
copyrightYear: copyrightYear,
|
|
7
|
+
...props
|
|
8
|
+
}, look === 'filled' ? React.createElement(Fragment, null, React.createElement("g", {
|
|
22
9
|
clipPath: "url(#clip0_2741_3568)"
|
|
23
10
|
}, React.createElement("path", {
|
|
24
11
|
d: "M2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 12.2336 21.992 12.4654 21.9762 12.6951L23.9323 13.2819C23.9771 12.8607 24 12.433 24 12C24 5.37258 18.6274 0 12 0C5.37258 0 0 5.37258 0 12C0 18.6274 5.37258 24 12 24C12.4334 24 12.8614 23.977 13.283 23.9322L12.6961 21.9761C12.4661 21.992 12.234 22 12 22C6.47715 22 2 17.5228 2 12Z",
|