@westpac/ui 1.0.0-canary.8 → 1.0.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 +409 -6
- package/assets/icons/filled/arrow-back-filled.svg +3 -0
- package/assets/icons/filled/arrow-down-filled.svg +3 -0
- package/assets/icons/filled/arrow-forward-filled.svg +3 -0
- package/assets/icons/filled/arrow-up-filled.svg +3 -0
- package/assets/icons/outlined/arrow-back-outlined.svg +3 -0
- package/assets/icons/outlined/arrow-down-outlined.svg +3 -0
- package/assets/icons/outlined/arrow-forward-outlined.svg +3 -0
- package/assets/icons/outlined/arrow-up-outlined.svg +3 -0
- package/assets/logos-symbols/dark/AmericanExpressSymbol-Dm.svg +27 -0
- package/assets/logos-symbols/dark/ApplePaySymbol-Dm.svg +16 -0
- package/assets/logos-symbols/dark/AppleStoreInverseSymbol-Dm.svg +16 -0
- package/assets/logos-symbols/dark/AppleStoreSymbol-Dm.svg +16 -0
- package/assets/logos-symbols/dark/BOMLogo-Dm.svg +44 -0
- package/assets/logos-symbols/{BOMShieldLogo.svg → dark/BOMShieldLogo-Dm.svg} +2 -2
- package/assets/logos-symbols/dark/BPAYLandSymbol-Dm.svg +11 -0
- package/assets/logos-symbols/dark/BPAYPortSymbol-Dm.svg +11 -0
- package/assets/logos-symbols/dark/BSALogo-Dm.svg +16 -0
- package/assets/logos-symbols/dark/BSAStackedLogo-Dm.svg +16 -0
- package/assets/logos-symbols/dark/BTLogo-Dm.svg +5 -0
- package/assets/logos-symbols/dark/BTLogoReversed-Dm.svg +5 -0
- package/assets/logos-symbols/{PanoramaLogoReversed.svg → dark/BTPanoramaLogo-Dm.svg} +12 -12
- package/assets/logos-symbols/{PanoramaLogo.svg → dark/BTPanoramaReversedLogo-Dm.svg} +12 -12
- package/assets/logos-symbols/dark/FacebookCircularSymbol-Dm.svg +4 -0
- package/assets/logos-symbols/dark/FacebookSymbol-Dm.svg +5 -0
- package/assets/logos-symbols/dark/GooglePayInverseSymbol-Dm.svg +11 -0
- package/assets/logos-symbols/dark/GooglePaySymbol-Dm.svg +11 -0
- package/assets/logos-symbols/dark/GoogleStoreSymbol-Dm.svg +23 -0
- package/assets/logos-symbols/dark/InstagramSymbol-Dm.svg +11 -0
- package/assets/logos-symbols/{LinkedInSymbol.svg → dark/LinkedInSymbol-Dm.svg} +4 -4
- package/assets/logos-symbols/dark/MastercardSymbol-Dm.svg +12 -0
- package/assets/logos-symbols/dark/PayIDInverseSymbol-Dm.svg +10 -0
- package/assets/logos-symbols/dark/PayIDSymbol-Dm.svg +10 -0
- package/assets/logos-symbols/dark/PayToInverseSymbol-Dm.svg +10 -0
- package/assets/logos-symbols/dark/PayToSymbol-Dm.svg +10 -0
- package/assets/logos-symbols/dark/STGDragonLogo-Dm.svg +23 -0
- package/assets/logos-symbols/dark/STGLogo-Dm.svg +32 -0
- package/assets/logos-symbols/{SamsungPayButtonBlack.svg → dark/SamsungPayButtonInverseSymbol-Dm.svg} +7 -7
- package/assets/logos-symbols/dark/SamsungPayButtonSymbol-Dm.svg +21 -0
- package/assets/logos-symbols/dark/VisaBlueSymbol-Dm.svg +11 -0
- package/assets/logos-symbols/dark/VisaWhiteSymbol-Dm.svg +11 -0
- package/assets/logos-symbols/{WBCLogo.svg → dark/WBCLogo-Dm.svg} +2 -2
- package/assets/logos-symbols/dark/WBGInternalLogo-Dm.svg +12 -0
- package/assets/logos-symbols/dark/WBGLogo-Dm.svg +11 -0
- package/assets/logos-symbols/dark/XSymbol-Dm.svg +11 -0
- package/assets/logos-symbols/dark/YouTubeSymbol-Dm.svg +5 -0
- package/assets/logos-symbols/dark/eftposHorizontalInverseSymbol-Dm.svg +21 -0
- package/assets/logos-symbols/dark/eftposHorizontalSymbol-Dm.svg +21 -0
- package/assets/logos-symbols/dark/eftposVerticalInverseSymbol-Dm.svg +21 -0
- package/assets/logos-symbols/dark/eftposVerticalSymbol-Dm.svg +21 -0
- package/assets/logos-symbols/light/AmericanExpressSymbol-Lm.svg +27 -0
- package/assets/logos-symbols/light/ApplePaySymbol-Lm.svg +16 -0
- package/assets/logos-symbols/light/AppleStoreInverseSymbol-Lm.svg +16 -0
- package/assets/logos-symbols/light/AppleStoreSymbol-Lm.svg +16 -0
- package/assets/logos-symbols/light/BOMLogo-Lm.svg +44 -0
- package/assets/logos-symbols/light/BOMShieldLogo-Lm.svg +29 -0
- package/assets/logos-symbols/light/BPAYLandSymbol-Lm.svg +11 -0
- package/assets/logos-symbols/light/BPAYPortSymbol-Lm.svg +11 -0
- package/assets/logos-symbols/light/BSALogo-Lm.svg +16 -0
- package/assets/logos-symbols/light/BSAStackedLogo-Lm.svg +16 -0
- package/assets/logos-symbols/light/BTLogo-Lm.svg +5 -0
- package/assets/logos-symbols/light/BTLogoReversed-Lm.svg +5 -0
- package/assets/logos-symbols/light/BTPanoramaLogo-Lm.svg +20 -0
- package/assets/logos-symbols/light/BTPanoramaReversedLogo-Lm.svg +20 -0
- package/assets/logos-symbols/light/FacebookCircularSymbol-Lm.svg +4 -0
- package/assets/logos-symbols/light/FacebookSymbol-Lm.svg +5 -0
- package/assets/logos-symbols/light/GooglePayInverseSymbol-Lm.svg +11 -0
- package/assets/logos-symbols/light/GooglePaySymbol-Lm.svg +11 -0
- package/assets/logos-symbols/light/GoogleStoreSymbol-Lm.svg +23 -0
- package/assets/logos-symbols/light/InstagramSymbol-Lm.svg +11 -0
- package/assets/logos-symbols/light/LinkedInSymbol-Lm.svg +13 -0
- package/assets/logos-symbols/light/MastercardSymbol-Lm.svg +12 -0
- package/assets/logos-symbols/light/PayIDInverseSymbol-Lm.svg +10 -0
- package/assets/logos-symbols/light/PayIDSymbol-Lm.svg +10 -0
- package/assets/logos-symbols/light/PayToInverseSymbol-Lm.svg +10 -0
- package/assets/logos-symbols/light/PayToSymbol-Lm.svg +10 -0
- package/assets/logos-symbols/light/STGDragonLogo-Lm.svg +23 -0
- package/assets/logos-symbols/light/STGLogo-Lm.svg +32 -0
- package/assets/logos-symbols/{SamsungPayButtonWhite.svg → light/SamsungPayButtonInverseSymbol-Lm.svg} +7 -7
- package/assets/logos-symbols/light/SamsungPayButtonSymbol-Lm.svg +21 -0
- package/assets/logos-symbols/light/VisaBlueSymbol-Lm.svg +11 -0
- package/assets/logos-symbols/light/VisaWhiteSymbol-Lm.svg +11 -0
- package/assets/logos-symbols/light/WBCLogo-Lm.svg +12 -0
- package/assets/logos-symbols/light/WBGInternalLogo-Lm.svg +12 -0
- package/assets/logos-symbols/light/WBGLogo-Lm.svg +11 -0
- package/assets/logos-symbols/{XSymbol.svg → light/XSymbol-Lm.svg} +2 -2
- package/assets/logos-symbols/light/YouTubeSymbol-Lm.svg +5 -0
- package/assets/logos-symbols/light/eftposHorizontalInverseSymbol-Lm.svg +21 -0
- package/assets/logos-symbols/light/eftposHorizontalSymbol-Lm.svg +21 -0
- package/assets/logos-symbols/light/eftposVerticalInverseSymbol-Lm.svg +21 -0
- package/assets/logos-symbols/light/eftposVerticalSymbol-Lm.svg +21 -0
- package/dist/component-type.json +1 -1
- package/dist/components/autocomplete/components/autocomplete-list-box/autocomplete-list-box.component.js +1 -1
- package/dist/components/autocomplete/components/autocomplete-popover/autocomplete-popover.component.js +4 -2
- package/dist/components/bottom-sheet/bottom-sheet.component.js +1 -1
- package/dist/components/button/button.component.js +3 -2
- package/dist/components/button-group/components/button-group-button/button-group-button.component.js +2 -2
- package/dist/components/checkbox-group/checkbox-group.component.js +2 -2
- package/dist/components/compacta/components/compacta-item/compacta-item.component.js +2 -2
- package/dist/components/date-picker/components/date-field/components/date-segment/date-segment.component.js +0 -1
- package/dist/components/date-picker/components/date-field/components/date-segment/date-segment.styles.d.ts +2 -14
- package/dist/components/date-picker/components/date-field/components/date-segment/date-segment.styles.js +2 -6
- package/dist/components/date-picker/components/popover/popover.styles.js +1 -1
- package/dist/components/date-picker/date-picker.component.d.ts +1 -1
- package/dist/components/date-picker/date-picker.component.js +11 -2
- package/dist/components/date-picker/date-picker.styles.d.ts +45 -30
- package/dist/components/date-picker/date-picker.styles.js +22 -17
- package/dist/components/date-picker/date-picker.types.d.ts +11 -2
- package/dist/components/header/header.component.js +8 -3
- package/dist/components/icon/components/arrow-back-icon.d.ts +2 -0
- package/dist/components/icon/components/arrow-back-icon.js +12 -0
- package/dist/components/icon/components/arrow-down-icon.d.ts +2 -0
- package/dist/components/icon/components/arrow-down-icon.js +12 -0
- package/dist/components/icon/components/arrow-forward-icon.d.ts +2 -0
- package/dist/components/icon/components/arrow-forward-icon.js +12 -0
- package/dist/components/icon/components/arrow-up-icon.d.ts +2 -0
- package/dist/components/icon/components/arrow-up-icon.js +12 -0
- package/dist/components/icon/icon.styles.js +5 -5
- package/dist/components/icon/index.d.ts +4 -0
- package/dist/components/icon/index.js +4 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/components/index.js +1 -0
- package/dist/components/input-group/components/input-group-supporting-text/input-group-supporting-text.styles.d.ts +1 -1
- package/dist/components/input-group/components/input-group-supporting-text/input-group-supporting-text.styles.js +1 -1
- package/dist/components/link/link.styles.d.ts +0 -6
- package/dist/components/link/link.styles.js +5 -7
- package/dist/components/modal/components/modal-dialog/components/modal-dialog-body/modal-dialog-body.styles.js +1 -1
- package/dist/components/modal/components/modal-dialog/modal-dialog.styles.js +1 -1
- package/dist/components/multi-select/components/multi-select-dropdown/multi-select-dropdown.component.d.ts +2 -0
- package/dist/components/multi-select/components/multi-select-dropdown/multi-select-dropdown.component.js +20 -0
- package/dist/components/multi-select/components/multi-select-dropdown/multi-select-dropdown.styles.d.ts +37 -0
- package/dist/components/multi-select/components/multi-select-dropdown/multi-select-dropdown.styles.js +8 -0
- package/dist/components/multi-select/components/multi-select-dropdown/multi-select-dropdown.types.d.ts +5 -0
- package/dist/components/multi-select/components/multi-select-dropdown/multi-select-dropdown.types.js +1 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-list-box-section/multi-select-list-box-section.component.d.ts +2 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-list-box-section/multi-select-list-box-section.component.js +31 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-list-box-section/multi-select-list-box-section.styles.d.ts +25 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-list-box-section/multi-select-list-box-section.styles.js +6 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-list-box-section/multi-select-list-box-section.types.d.ts +4 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-list-box-section/multi-select-list-box-section.types.js +1 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-option/multi-select-option.component.d.ts +2 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-option/multi-select-option.component.js +62 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-option/multi-select-option.styles.d.ts +82 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-option/multi-select-option.styles.js +32 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-option/multi-select-option.types.d.ts +8 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-option/multi-select-option.types.js +1 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-select-all-option/multi-select-select-all-option.component.d.ts +1 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-select-all-option/multi-select-select-all-option.component.js +93 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-select-all-option/multi-select-select-all-option.styles.d.ts +64 -0
- package/dist/components/multi-select/components/multi-select-list-box/components/multi-select-select-all-option/multi-select-select-all-option.styles.js +26 -0
- package/dist/components/multi-select/components/multi-select-list-box/multi-select-list-box.component.d.ts +2 -0
- package/dist/components/multi-select/components/multi-select-list-box/multi-select-list-box.component.js +35 -0
- package/dist/components/multi-select/components/multi-select-list-box/multi-select-list-box.styles.d.ts +43 -0
- package/dist/components/multi-select/components/multi-select-list-box/multi-select-list-box.styles.js +9 -0
- package/dist/components/multi-select/components/multi-select-list-box/multi-select-list-box.types.d.ts +5 -0
- package/dist/components/multi-select/components/multi-select-list-box/multi-select-list-box.types.js +1 -0
- package/dist/components/multi-select/components/multi-select-list-box-trigger/multi-select-list-box-trigger.component.d.ts +2 -0
- package/dist/components/multi-select/components/multi-select-list-box-trigger/multi-select-list-box-trigger.component.js +121 -0
- package/dist/components/multi-select/components/multi-select-list-box-trigger/multi-select-list-box-trigger.styles.d.ts +259 -0
- package/dist/components/multi-select/components/multi-select-list-box-trigger/multi-select-list-box-trigger.styles.js +91 -0
- package/dist/components/multi-select/components/multi-select-list-box-trigger/multi-select-list-box-trigger.types.d.ts +16 -0
- package/dist/components/multi-select/components/multi-select-list-box-trigger/multi-select-list-box-trigger.types.js +1 -0
- package/dist/components/multi-select/components/multi-select-popover/multi-select-popover.component.d.ts +2 -0
- package/dist/components/multi-select/components/multi-select-popover/multi-select-popover.component.js +52 -0
- package/dist/components/multi-select/components/multi-select-popover/multi-select-popover.styles.d.ts +31 -0
- package/dist/components/multi-select/components/multi-select-popover/multi-select-popover.styles.js +7 -0
- package/dist/components/multi-select/components/multi-select-popover/multi-select-popover.types.d.ts +6 -0
- package/dist/components/multi-select/components/multi-select-popover/multi-select-popover.types.js +1 -0
- package/dist/components/multi-select/components/multi-select-searchbar/multi-select-searchbar.component.d.ts +2 -0
- package/dist/components/multi-select/components/multi-select-searchbar/multi-select-searchbar.component.js +74 -0
- package/dist/components/multi-select/components/multi-select-searchbar/multi-select-searchbar.styles.d.ts +31 -0
- package/dist/components/multi-select/components/multi-select-searchbar/multi-select-searchbar.styles.js +7 -0
- package/dist/components/multi-select/components/multi-select-searchbar/multi-select-searchbar.types.d.ts +6 -0
- package/dist/components/multi-select/components/multi-select-searchbar/multi-select-searchbar.types.js +1 -0
- package/dist/components/multi-select/index.d.ts +2 -0
- package/dist/components/multi-select/index.js +1 -0
- package/dist/components/multi-select/multi-select.component.d.ts +7 -0
- package/dist/components/multi-select/multi-select.component.js +95 -0
- package/dist/components/multi-select/multi-select.styles.d.ts +25 -0
- package/dist/components/multi-select/multi-select.styles.js +6 -0
- package/dist/components/multi-select/multi-select.types.d.ts +61 -0
- package/dist/components/multi-select/multi-select.types.js +1 -0
- package/dist/components/multi-select/utils/filter-nodes.d.ts +2 -0
- package/dist/components/multi-select/utils/filter-nodes.js +25 -0
- package/dist/components/pictogram/pictogram.styles.d.ts +6 -9
- package/dist/components/pictogram/pictogram.styles.js +2 -3
- package/dist/components/pictogram/pictogram.types.d.ts +1 -1
- package/dist/components/popover/components/panel/panel.component.d.ts +1 -1
- package/dist/components/popover/components/panel/panel.component.js +35 -17
- package/dist/components/popover/components/panel/panel.hook.d.ts +4 -1
- package/dist/components/popover/components/panel/panel.hook.js +96 -19
- package/dist/components/popover/components/panel/panel.styles.js +2 -2
- package/dist/components/popover/components/panel/panel.types.d.ts +8 -0
- package/dist/components/popover/popover.component.js +14 -4
- package/dist/components/radio-group/radio-group.component.js +2 -2
- package/dist/components/selector/components/selector-button-group/selector-button-group.component.d.ts +2 -1
- package/dist/components/selector/components/selector-button-group/selector-button-group.component.js +1 -1
- package/dist/components/selector/components/selector-checkbox-group/components/selector-checkbox-group-option/selector-checkbox-group-option.component.js +1 -0
- package/dist/components/selector/components/selector-checkbox-group/selector-checkbox-group.component.js +2 -2
- package/dist/components/selector/components/selector-link-group/selector-link-group.component.d.ts +2 -1
- package/dist/components/selector/components/selector-link-group/selector-link-group.component.js +1 -1
- package/dist/components/selector/components/selector-radio-group/components/selector-radio-group-option/selector-radio-group-option.component.js +1 -0
- package/dist/components/selector/components/selector-radio-group/selector-radio-group.component.js +2 -2
- package/dist/components/symbol/components/logos/bom-logo.d.ts +1 -1
- package/dist/components/symbol/components/logos/bom-logo.js +94 -146
- package/dist/components/symbol/components/logos/bom-multibrand-large-logo.d.ts +1 -1
- package/dist/components/symbol/components/logos/bom-multibrand-large-logo.js +63 -67
- package/dist/components/symbol/components/logos/bom-multibrand-small-logo.js +60 -60
- package/dist/components/symbol/components/logos/bom-shield-logo.js +49 -41
- package/dist/components/symbol/components/logos/bsa-logo.d.ts +1 -1
- package/dist/components/symbol/components/logos/bsa-logo.js +25 -31
- package/dist/components/symbol/components/logos/bsa-multibrand-large-logo.d.ts +1 -1
- package/dist/components/symbol/components/logos/bsa-multibrand-large-logo.js +10 -12
- package/dist/components/symbol/components/logos/bsa-multibrand-small-logo.d.ts +1 -1
- package/dist/components/symbol/components/logos/bsa-multibrand-small-logo.js +10 -12
- package/dist/components/symbol/components/logos/bsa-stacked-logo.d.ts +1 -1
- package/dist/components/symbol/components/logos/bsa-stacked-logo.js +25 -31
- package/dist/components/symbol/components/logos/bt-logo.js +4 -4
- package/dist/components/symbol/components/logos/bt-multibrand-large-logo.js +4 -4
- package/dist/components/symbol/components/logos/bt-multibrand-small-logo.js +7 -7
- package/dist/components/symbol/components/logos/bt-panorama-logo.js +19 -19
- package/dist/components/symbol/components/logos/bt-panorama-reversed-logo.js +19 -19
- package/dist/components/symbol/components/logos/bt-reversed-logo.js +4 -4
- package/dist/components/symbol/components/logos/stg-dragon-logo.d.ts +1 -1
- package/dist/components/symbol/components/logos/stg-dragon-logo.js +28 -18
- package/dist/components/symbol/components/logos/stg-logo.d.ts +1 -1
- package/dist/components/symbol/components/logos/stg-logo.js +37 -27
- package/dist/components/symbol/components/logos/stg-multibrand-large-logo.d.ts +1 -1
- package/dist/components/symbol/components/logos/stg-multibrand-large-logo.js +18 -15
- package/dist/components/symbol/components/logos/stg-multibrand-small-logo.d.ts +1 -1
- package/dist/components/symbol/components/logos/stg-multibrand-small-logo.js +18 -16
- package/dist/components/symbol/components/logos/wbc-logo.js +13 -7
- package/dist/components/symbol/components/logos/wbc-multibrand-large-logo.d.ts +1 -1
- package/dist/components/symbol/components/logos/wbc-multibrand-large-logo.js +8 -5
- package/dist/components/symbol/components/logos/wbc-multibrand-small-logo.js +4 -3
- package/dist/components/symbol/components/logos/wbg-internal-logo.d.ts +2 -0
- package/dist/components/symbol/components/logos/wbg-internal-logo.js +36 -0
- package/dist/components/symbol/components/logos/wbg-logo.d.ts +2 -0
- package/dist/components/symbol/components/logos/wbg-logo.js +27 -0
- package/dist/components/symbol/components/logos/wbg-multibrand-large-logo.d.ts +2 -0
- package/dist/components/symbol/components/logos/wbg-multibrand-large-logo.js +25 -0
- package/dist/components/symbol/components/logos/wbg-multibrand-small-logo.d.ts +2 -0
- package/dist/components/symbol/components/logos/wbg-multibrand-small-logo.js +21 -0
- package/dist/components/symbol/components/symbols/american-express-symbol.js +65 -15
- package/dist/components/symbol/components/symbols/apple-pay-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/apple-pay-symbol.js +42 -0
- package/dist/components/symbol/components/symbols/apple-store-inverse-symbol.js +26 -25
- package/dist/components/symbol/components/symbols/apple-store-symbol.js +26 -25
- package/dist/components/symbol/components/symbols/bpay-land-symbol.js +14 -10
- package/dist/components/symbol/components/symbols/bpay-port-symbol.js +14 -10
- package/dist/components/symbol/components/symbols/eftpos-horizontal-inverse-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/eftpos-horizontal-inverse-symbol.js +56 -0
- package/dist/components/symbol/components/symbols/eftpos-horizontal-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/eftpos-horizontal-symbol.js +56 -0
- package/dist/components/symbol/components/symbols/{pay-to-wordmark-dark-grey-symbol.d.ts → eftpos-vertical-inverse-symbol.d.ts} +1 -1
- package/dist/components/symbol/components/symbols/eftpos-vertical-inverse-symbol.js +56 -0
- package/dist/components/symbol/components/symbols/{pay-to-light-grey-symbol.d.ts → eftpos-vertical-symbol.d.ts} +1 -1
- package/dist/components/symbol/components/symbols/eftpos-vertical-symbol.js +56 -0
- package/dist/components/symbol/components/symbols/facebook-circular-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/facebook-circular-symbol.js +17 -0
- package/dist/components/symbol/components/symbols/facebook-symbol.js +9 -11
- package/dist/components/symbol/components/symbols/google-pay-inverse-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/google-pay-inverse-symbol.js +38 -0
- package/dist/components/symbol/components/symbols/google-pay-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/google-pay-symbol.js +38 -0
- package/dist/components/symbol/components/symbols/google-store-symbol.js +64 -121
- package/dist/components/symbol/components/symbols/instagram-symbol.js +15 -43
- package/dist/components/symbol/components/symbols/linked-in-symbol.js +19 -17
- package/dist/components/symbol/components/symbols/mastercard-symbol.js +16 -16
- package/dist/components/symbol/components/symbols/{x-mark-inverse-symbol.d.ts → pay-id-inverse-symbol.d.ts} +1 -1
- package/dist/components/symbol/components/symbols/pay-id-inverse-symbol.js +24 -0
- package/dist/components/symbol/components/symbols/pay-id-symbol.js +12 -2
- package/dist/components/symbol/components/symbols/pay-to-inverse-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/pay-to-inverse-symbol.js +22 -0
- package/dist/components/symbol/components/symbols/{x-mark-symbol.d.ts → pay-to-symbol.d.ts} +1 -1
- package/dist/components/symbol/components/symbols/pay-to-symbol.js +22 -0
- package/dist/components/symbol/components/symbols/samsung-pay-button-inverse-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/samsung-pay-button-inverse-symbol.js +55 -0
- package/dist/components/symbol/components/symbols/samsung-pay-button-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/samsung-pay-button-symbol.js +55 -0
- package/dist/components/symbol/components/symbols/visa-blue-symbol.js +12 -6
- package/dist/components/symbol/components/symbols/visa-white-symbol.js +12 -6
- package/dist/components/symbol/components/symbols/x-symbol.js +4 -4
- package/dist/components/symbol/components/symbols/youtube-symbol.js +8 -26
- package/dist/components/symbol/index.d.ts +17 -23
- package/dist/components/symbol/index.js +17 -23
- package/dist/components/symbol/symbol.types.d.ts +0 -4
- package/dist/components/tooltip/components/tooltip-content/tooltip-content.component.d.ts +1 -1
- package/dist/components/tooltip/components/tooltip-content/tooltip-content.component.js +4 -2
- package/dist/components/tooltip/components/tooltip-content/tooltip-content.styles.d.ts +16 -1
- package/dist/components/tooltip/components/tooltip-content/tooltip-content.styles.js +7 -1
- package/dist/components/tooltip/components/tooltip-content/tooltip-content.types.d.ts +1 -0
- package/dist/components/tooltip/tooltip.component.d.ts +1 -1
- package/dist/components/tooltip/tooltip.component.js +5 -4
- package/dist/components/tooltip/tooltip.types.d.ts +3 -0
- package/dist/css/westpac-ui.css +284 -165
- package/dist/css/westpac-ui.min.css +284 -165
- package/package.json +18 -14
- package/src/components/autocomplete/components/autocomplete-list-box/autocomplete-list-box.component.tsx +1 -1
- package/src/components/autocomplete/components/autocomplete-popover/autocomplete-popover.component.tsx +2 -2
- package/src/components/bottom-sheet/bottom-sheet.component.tsx +1 -1
- package/src/components/button/button.component.tsx +2 -1
- package/src/components/button-group/components/button-group-button/button-group-button.component.tsx +2 -2
- package/src/components/checkbox-group/checkbox-group.component.tsx +1 -1
- package/src/components/compacta/components/compacta-item/compacta-item.component.tsx +2 -2
- package/src/components/date-picker/components/calendar/components/calendar-cell/calendar-cell.types.ts +0 -4
- package/src/components/date-picker/components/date-field/components/date-segment/date-segment.component.tsx +0 -1
- package/src/components/date-picker/components/date-field/components/date-segment/date-segment.styles.ts +2 -6
- package/src/components/date-picker/components/popover/popover.styles.ts +1 -1
- package/src/components/date-picker/date-picker.component.tsx +15 -2
- package/src/components/date-picker/date-picker.styles.ts +22 -18
- package/src/components/date-picker/date-picker.types.ts +12 -3
- package/src/components/header/header.component.tsx +10 -6
- package/src/components/icon/components/arrow-back-icon.tsx +17 -0
- package/src/components/icon/components/arrow-down-icon.tsx +17 -0
- package/src/components/icon/components/arrow-forward-icon.tsx +17 -0
- package/src/components/icon/components/arrow-up-icon.tsx +17 -0
- package/src/components/icon/icon.styles.ts +5 -5
- package/src/components/icon/index.ts +4 -0
- package/src/components/index.ts +1 -0
- package/src/components/input-group/components/input-group-supporting-text/input-group-supporting-text.styles.ts +1 -1
- package/src/components/link/link.component.tsx +1 -0
- package/src/components/link/link.styles.ts +5 -7
- package/src/components/modal/components/modal-dialog/components/modal-dialog-body/modal-dialog-body.styles.ts +1 -1
- package/src/components/modal/components/modal-dialog/modal-dialog.component.tsx +1 -0
- package/src/components/modal/components/modal-dialog/modal-dialog.styles.ts +1 -1
- package/src/components/multi-select/components/multi-select-dropdown/multi-select-dropdown.component.tsx +26 -0
- package/src/components/multi-select/components/multi-select-dropdown/multi-select-dropdown.styles.ts +9 -0
- package/src/components/multi-select/components/multi-select-dropdown/multi-select-dropdown.types.ts +6 -0
- package/src/components/multi-select/components/multi-select-list-box/components/multi-select-list-box-section/multi-select-list-box-section.component.tsx +42 -0
- package/src/components/multi-select/components/multi-select-list-box/components/multi-select-list-box-section/multi-select-list-box-section.styles.ts +7 -0
- package/src/components/multi-select/components/multi-select-list-box/components/multi-select-list-box-section/multi-select-list-box-section.types.ts +5 -0
- package/src/components/multi-select/components/multi-select-list-box/components/multi-select-option/multi-select-option.component.tsx +66 -0
- package/src/components/multi-select/components/multi-select-list-box/components/multi-select-option/multi-select-option.styles.ts +33 -0
- package/src/components/multi-select/components/multi-select-list-box/components/multi-select-option/multi-select-option.types.ts +7 -0
- package/src/components/multi-select/components/multi-select-list-box/components/multi-select-select-all-option/multi-select-select-all-option.component.tsx +104 -0
- package/src/components/multi-select/components/multi-select-list-box/components/multi-select-select-all-option/multi-select-select-all-option.styles.ts +21 -0
- package/src/components/multi-select/components/multi-select-list-box/multi-select-list-box.component.tsx +42 -0
- package/src/components/multi-select/components/multi-select-list-box/multi-select-list-box.styles.ts +10 -0
- package/src/components/multi-select/components/multi-select-list-box/multi-select-list-box.types.ts +6 -0
- package/src/components/multi-select/components/multi-select-list-box-trigger/multi-select-list-box-trigger.component.tsx +139 -0
- package/src/components/multi-select/components/multi-select-list-box-trigger/multi-select-list-box-trigger.styles.ts +70 -0
- package/src/components/multi-select/components/multi-select-list-box-trigger/multi-select-list-box-trigger.types.ts +21 -0
- package/src/components/multi-select/components/multi-select-popover/multi-select-popover.component.tsx +64 -0
- package/src/components/multi-select/components/multi-select-popover/multi-select-popover.styles.ts +8 -0
- package/src/components/multi-select/components/multi-select-popover/multi-select-popover.types.ts +8 -0
- package/src/components/multi-select/components/multi-select-searchbar/multi-select-searchbar.component.tsx +81 -0
- package/src/components/multi-select/components/multi-select-searchbar/multi-select-searchbar.styles.ts +8 -0
- package/src/components/multi-select/components/multi-select-searchbar/multi-select-searchbar.types.ts +7 -0
- package/src/components/multi-select/index.ts +2 -0
- package/src/components/multi-select/multi-select.component.tsx +116 -0
- package/src/components/multi-select/multi-select.styles.ts +7 -0
- package/src/components/multi-select/multi-select.types.ts +60 -0
- package/src/components/multi-select/utils/filter-nodes.ts +29 -0
- package/src/components/pictogram/pictogram.styles.ts +2 -3
- package/src/components/pictogram/pictogram.types.ts +1 -1
- package/src/components/popover/components/panel/panel.component.tsx +50 -26
- package/src/components/popover/components/panel/panel.hook.tsx +101 -27
- package/src/components/popover/components/panel/panel.styles.ts +2 -2
- package/src/components/popover/components/panel/panel.types.ts +8 -0
- package/src/components/popover/popover.component.tsx +16 -2
- package/src/components/radio-group/radio-group.component.tsx +1 -1
- package/src/components/selector/components/selector-button-group/selector-button-group.component.tsx +1 -1
- package/src/components/selector/components/selector-checkbox-group/components/selector-checkbox-group-option/selector-checkbox-group-option.component.tsx +6 -1
- package/src/components/selector/components/selector-checkbox-group/selector-checkbox-group.component.tsx +1 -1
- package/src/components/selector/components/selector-link-group/selector-link-group.component.tsx +1 -1
- package/src/components/selector/components/selector-radio-group/components/selector-radio-group-option/selector-radio-group-option.component.tsx +6 -1
- package/src/components/selector/components/selector-radio-group/selector-radio-group.component.tsx +1 -1
- package/src/components/symbol/components/logos/bom-logo.tsx +87 -141
- package/src/components/symbol/components/logos/bom-multibrand-large-logo.tsx +22 -27
- package/src/components/symbol/components/logos/bom-multibrand-small-logo.tsx +20 -20
- package/src/components/symbol/components/logos/bom-shield-logo.tsx +27 -21
- package/src/components/symbol/components/logos/bsa-logo.tsx +49 -57
- package/src/components/symbol/components/logos/bsa-multibrand-large-logo.tsx +28 -31
- package/src/components/symbol/components/logos/bsa-multibrand-small-logo.tsx +28 -31
- package/src/components/symbol/components/logos/bsa-stacked-logo.tsx +49 -57
- package/src/components/symbol/components/logos/bt-logo.tsx +6 -3
- package/src/components/symbol/components/logos/bt-multibrand-large-logo.tsx +4 -4
- package/src/components/symbol/components/logos/bt-multibrand-small-logo.tsx +7 -7
- package/src/components/symbol/components/logos/bt-panorama-logo.tsx +21 -18
- package/src/components/symbol/components/logos/bt-panorama-reversed-logo.tsx +21 -18
- package/src/components/symbol/components/logos/bt-reversed-logo.tsx +6 -3
- package/src/components/symbol/components/logos/stg-dragon-logo.tsx +77 -68
- package/src/components/symbol/components/logos/stg-logo.tsx +113 -104
- package/src/components/symbol/components/logos/stg-multibrand-large-logo.tsx +45 -42
- package/src/components/symbol/components/logos/stg-multibrand-small-logo.tsx +44 -42
- package/src/components/symbol/components/logos/wbc-logo.tsx +16 -9
- package/src/components/symbol/components/logos/wbc-multibrand-large-logo.tsx +22 -19
- package/src/components/symbol/components/logos/wbc-multibrand-small-logo.tsx +3 -2
- package/src/components/symbol/components/logos/wbg-internal-logo.tsx +51 -0
- package/src/components/symbol/components/logos/wbg-logo.tsx +41 -0
- package/src/components/symbol/components/logos/wbg-multibrand-large-logo.tsx +38 -0
- package/src/components/symbol/components/logos/wbg-multibrand-small-logo.tsx +38 -0
- package/src/components/symbol/components/symbols/american-express-symbol.tsx +73 -17
- package/src/components/symbol/components/symbols/apple-pay-symbol.tsx +61 -0
- package/src/components/symbol/components/symbols/apple-store-inverse-symbol.tsx +22 -20
- package/src/components/symbol/components/symbols/apple-store-symbol.tsx +21 -19
- package/src/components/symbol/components/symbols/bpay-land-symbol.tsx +10 -3
- package/src/components/symbol/components/symbols/bpay-port-symbol.tsx +10 -3
- package/src/components/symbol/components/symbols/eftpos-horizontal-inverse-symbol.tsx +74 -0
- package/src/components/symbol/components/symbols/eftpos-horizontal-symbol.tsx +74 -0
- package/src/components/symbol/components/symbols/eftpos-vertical-inverse-symbol.tsx +74 -0
- package/src/components/symbol/components/symbols/eftpos-vertical-symbol.tsx +74 -0
- package/src/components/symbol/components/symbols/facebook-circular-symbol.tsx +32 -0
- package/src/components/symbol/components/symbols/facebook-symbol.tsx +12 -7
- package/src/components/symbol/components/symbols/google-pay-inverse-symbol.tsx +60 -0
- package/src/components/symbol/components/symbols/google-pay-symbol.tsx +60 -0
- package/src/components/symbol/components/symbols/google-store-symbol.tsx +79 -99
- package/src/components/symbol/components/symbols/instagram-symbol.tsx +12 -24
- package/src/components/symbol/components/symbols/linked-in-symbol.tsx +17 -7
- package/src/components/symbol/components/symbols/mastercard-symbol.tsx +13 -16
- package/src/components/symbol/components/symbols/pay-id-inverse-symbol.tsx +37 -0
- package/src/components/symbol/components/symbols/pay-id-symbol.tsx +13 -4
- package/src/components/symbol/components/symbols/pay-to-inverse-symbol.tsx +35 -0
- package/src/components/symbol/components/symbols/pay-to-symbol.tsx +35 -0
- package/src/components/symbol/components/symbols/samsung-pay-button-inverse-symbol.tsx +79 -0
- package/src/components/symbol/components/symbols/samsung-pay-button-symbol.tsx +79 -0
- package/src/components/symbol/components/symbols/visa-blue-symbol.tsx +9 -4
- package/src/components/symbol/components/symbols/visa-white-symbol.tsx +9 -4
- package/src/components/symbol/components/symbols/x-symbol.tsx +4 -4
- package/src/components/symbol/components/symbols/youtube-symbol.tsx +9 -14
- package/src/components/symbol/index.ts +17 -23
- package/src/components/symbol/symbol.types.ts +0 -4
- package/src/components/tooltip/components/tooltip-content/tooltip-content.component.tsx +2 -2
- package/src/components/tooltip/components/tooltip-content/tooltip-content.styles.ts +7 -1
- package/src/components/tooltip/components/tooltip-content/tooltip-content.types.ts +1 -0
- package/src/components/tooltip/tooltip.component.tsx +9 -4
- package/src/components/tooltip/tooltip.types.ts +4 -0
- package/utils/build-svg-zip/index.ts +1 -1
- package/assets/logos-symbols/AmericanExpressSymbol.svg +0 -13
- package/assets/logos-symbols/AppleStoreBlack.svg +0 -16
- package/assets/logos-symbols/AppleStoreWhite.svg +0 -16
- package/assets/logos-symbols/Apple_Pay.svg +0 -16
- package/assets/logos-symbols/BOMLogo.svg +0 -44
- package/assets/logos-symbols/BOMMultibrandLargeLogoCenter.svg +0 -23
- package/assets/logos-symbols/BOMMultibrandLargeLogoLeft.svg +0 -23
- package/assets/logos-symbols/BOMMultibrandLargeLogoRight.svg +0 -30
- package/assets/logos-symbols/BOMMultibrandSmallLogoCenter.svg +0 -22
- package/assets/logos-symbols/BOMMultibrandSmallLogoLeft.svg +0 -22
- package/assets/logos-symbols/BOMMultibrandSmallLogoRight.svg +0 -22
- package/assets/logos-symbols/BPayLandSymbol.svg +0 -11
- package/assets/logos-symbols/BPayPortSymbol.svg +0 -11
- package/assets/logos-symbols/BSALogo.svg +0 -16
- package/assets/logos-symbols/BSAMultibrandLargeLogoCenter.svg +0 -5
- package/assets/logos-symbols/BSAMultibrandLargeLogoLeft.svg +0 -5
- package/assets/logos-symbols/BSAMultibrandLargeLogoRight.svg +0 -5
- package/assets/logos-symbols/BSAMultibrandSmallLogoCenter.svg +0 -5
- package/assets/logos-symbols/BSAMultibrandSmallLogoLeft.svg +0 -5
- package/assets/logos-symbols/BSAMultibrandSmallLogoRight.svg +0 -5
- package/assets/logos-symbols/BSAStackedLogo.svg +0 -16
- package/assets/logos-symbols/BTLogo.svg +0 -5
- package/assets/logos-symbols/BTLogoReversed.svg +0 -5
- package/assets/logos-symbols/BTMultibrandLargeLogoCenter.svg +0 -5
- package/assets/logos-symbols/BTMultibrandLargeLogoLeft.svg +0 -5
- package/assets/logos-symbols/BTMultibrandLargeLogoRight.svg +0 -12
- package/assets/logos-symbols/BTMultibrandSmallLogoCenter.svg +0 -12
- package/assets/logos-symbols/BTMultibrandSmallLogoLeft.svg +0 -12
- package/assets/logos-symbols/BTMultibrandSmallLogoRight.svg +0 -12
- package/assets/logos-symbols/BTPanoramaMultibrandLargeLogoCenter.svg +0 -20
- package/assets/logos-symbols/BTPanoramaMultibrandLargeLogoLeft.svg +0 -20
- package/assets/logos-symbols/BTPanoramaMultibrandLargeLogoRight.svg +0 -20
- package/assets/logos-symbols/BTPanoramaMultibrandSmallLogoCenter.svg +0 -20
- package/assets/logos-symbols/BTPanoramaMultibrandSmallLogoLeft.svg +0 -20
- package/assets/logos-symbols/BTPanoramaMultibrandSmallLogoRight.svg +0 -20
- package/assets/logos-symbols/FacebookSymbol.svg +0 -11
- package/assets/logos-symbols/GooglePlusSymbol.svg +0 -19
- package/assets/logos-symbols/GoogleStoreSymbol.svg +0 -45
- package/assets/logos-symbols/InstagramSymbol.svg +0 -21
- package/assets/logos-symbols/MastercardAcceptedSymbol.svg +0 -15
- package/assets/logos-symbols/MastercardHorizontalSymbol.svg +0 -14
- package/assets/logos-symbols/MastercardSymbol.svg +0 -7
- package/assets/logos-symbols/MicrosoftStoreSymbol.svg +0 -16
- package/assets/logos-symbols/PayIDSymbol.svg +0 -10
- package/assets/logos-symbols/PrototypeLargeLogoCentre.svg +0 -9
- package/assets/logos-symbols/PrototypeLargeLogoLeft.svg +0 -9
- package/assets/logos-symbols/PrototypeLargeLogoRight.svg +0 -9
- package/assets/logos-symbols/PrototypeLogo.svg +0 -9
- package/assets/logos-symbols/PrototypeSmallLogoCentre.svg +0 -9
- package/assets/logos-symbols/PrototypeSmallLogoLeft.svg +0 -9
- package/assets/logos-symbols/PrototypeSmallLogoRight.svg +0 -9
- package/assets/logos-symbols/RAMSLogo.svg +0 -37
- package/assets/logos-symbols/RAMSMultibrandLargeLogoCenter.svg +0 -37
- package/assets/logos-symbols/RAMSMultibrandLargeLogoLeft.svg +0 -37
- package/assets/logos-symbols/RAMSMultibrandLargeLogoRight.svg +0 -37
- package/assets/logos-symbols/RAMSMultibrandSmallLogoCenter.svg +0 -37
- package/assets/logos-symbols/RAMSMultibrandSmallLogoLeft.svg +0 -37
- package/assets/logos-symbols/RAMSMultibrandSmallLogoRight.svg +0 -37
- package/assets/logos-symbols/RedAvatarCircleLogo.svg +0 -12
- package/assets/logos-symbols/RedAvatarCircleReversedLogo.svg +0 -11
- package/assets/logos-symbols/RedAvatarLogo.svg +0 -11
- package/assets/logos-symbols/STGDragonLogo.svg +0 -23
- package/assets/logos-symbols/STGLogo.svg +0 -32
- package/assets/logos-symbols/STGMultibrandLargeLogoCenter.svg +0 -9
- package/assets/logos-symbols/STGMultibrandLargeLogoLeft.svg +0 -9
- package/assets/logos-symbols/STGMultibrandLargeLogoRight.svg +0 -9
- package/assets/logos-symbols/STGMultibrandSmallLogoCenter.svg +0 -9
- package/assets/logos-symbols/STGMultibrandSmallLogoLeft.svg +0 -9
- package/assets/logos-symbols/STGMultibrandSmallLogoRight.svg +0 -16
- package/assets/logos-symbols/SamsungPayCTA-AddtoBlack.svg +0 -26
- package/assets/logos-symbols/SamsungPayCTA-AddtoWhite.svg +0 -26
- package/assets/logos-symbols/SamsungPayCTA-DonateBlack.svg +0 -32
- package/assets/logos-symbols/SamsungPayCTA-DonateWhite.svg +0 -32
- package/assets/logos-symbols/SamsungPayCTA-PartnerBlack.svg +0 -34
- package/assets/logos-symbols/SamsungPayCTA-PartnerWhite.svg +0 -34
- package/assets/logos-symbols/SamsungPayCTA-PaywithBlack.svg +0 -29
- package/assets/logos-symbols/SamsungPayCTA-PaywithWhite.svg +0 -29
- package/assets/logos-symbols/SamsungPayHorizontalBlack.svg +0 -19
- package/assets/logos-symbols/SamsungPayVerticalBlack.svg +0 -12
- package/assets/logos-symbols/SamsungPayVerticalWhite.svg +0 -12
- package/assets/logos-symbols/SamsungPayWhite.svg +0 -19
- package/assets/logos-symbols/SlackSymbol.svg +0 -14
- package/assets/logos-symbols/VisaBlueSymbol.svg +0 -11
- package/assets/logos-symbols/VisaSymbol.svg +0 -10
- package/assets/logos-symbols/VisaWhiteSymbol.svg +0 -11
- package/assets/logos-symbols/WBCMultibrandLargeLogoCenter.svg +0 -3
- package/assets/logos-symbols/WBCMultibrandLargeLogoLeft.svg +0 -3
- package/assets/logos-symbols/WBCMultibrandLargeLogoRight.svg +0 -3
- package/assets/logos-symbols/WBCMultibrandSmallLogoCenter.svg +0 -3
- package/assets/logos-symbols/WBCMultibrandSmallLogoLeft.svg +0 -3
- package/assets/logos-symbols/WBCMultibrandSmallLogoRight.svg +0 -3
- package/assets/logos-symbols/XBlack.svg +0 -3
- package/assets/logos-symbols/XWhite.svg +0 -3
- package/assets/logos-symbols/YammerSymbol.svg +0 -11
- package/assets/logos-symbols/YouTubeSymbol.svg +0 -16
- package/assets/logos-symbols/eftposHorizontalPositive.svg +0 -21
- package/assets/logos-symbols/eftposHorizontalReversed.svg +0 -21
- package/assets/logos-symbols/eftposHorizontalReversedMono.svg +0 -16
- package/assets/logos-symbols/eftposVerticalPositive.svg +0 -21
- package/assets/logos-symbols/eftposVerticalReversed.svg +0 -21
- package/assets/logos-symbols/eftposVerticalWhite.svg +0 -21
- package/assets/logos-symbols/google-pay-mark_800.svg +0 -18
- package/dist/components/symbol/components/logos/bt-panorama-multibrand-large-logo.d.ts +0 -2
- package/dist/components/symbol/components/logos/bt-panorama-multibrand-large-logo.js +0 -63
- package/dist/components/symbol/components/logos/bt-panorama-multibrand-small-logo.d.ts +0 -2
- package/dist/components/symbol/components/logos/bt-panorama-multibrand-small-logo.js +0 -63
- package/dist/components/symbol/components/logos/red-avatar-circle-logo.d.ts +0 -2
- package/dist/components/symbol/components/logos/red-avatar-circle-logo.js +0 -25
- package/dist/components/symbol/components/logos/red-avatar-circle-reversed-logo.d.ts +0 -2
- package/dist/components/symbol/components/logos/red-avatar-circle-reversed-logo.js +0 -22
- package/dist/components/symbol/components/logos/red-avatar-logo.d.ts +0 -2
- package/dist/components/symbol/components/logos/red-avatar-logo.js +0 -20
- package/dist/components/symbol/components/symbols/google-plus-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/google-plus-symbol.js +0 -45
- package/dist/components/symbol/components/symbols/mastercard-accepted-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/mastercard-accepted-symbol.js +0 -31
- package/dist/components/symbol/components/symbols/mastercard-horizontal-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/mastercard-horizontal-symbol.js +0 -28
- package/dist/components/symbol/components/symbols/microsoft-store-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/microsoft-store-symbol.js +0 -35
- package/dist/components/symbol/components/symbols/pay-to-black-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/pay-to-black-symbol.js +0 -16
- package/dist/components/symbol/components/symbols/pay-to-dark-grey-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/pay-to-dark-grey-symbol.js +0 -16
- package/dist/components/symbol/components/symbols/pay-to-light-grey-symbol.js +0 -16
- package/dist/components/symbol/components/symbols/pay-to-white-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/pay-to-white-symbol.js +0 -16
- package/dist/components/symbol/components/symbols/pay-to-wordmark-black-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/pay-to-wordmark-black-symbol.js +0 -25
- package/dist/components/symbol/components/symbols/pay-to-wordmark-dark-grey-symbol.js +0 -25
- package/dist/components/symbol/components/symbols/pay-to-wordmark-light-grey-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/pay-to-wordmark-light-grey-symbol.js +0 -25
- package/dist/components/symbol/components/symbols/pay-to-wordmark-white-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/pay-to-wordmark-white-symbol.js +0 -25
- package/dist/components/symbol/components/symbols/slack-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/slack-symbol.js +0 -31
- package/dist/components/symbol/components/symbols/twitter-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/twitter-symbol.js +0 -22
- package/dist/components/symbol/components/symbols/visa-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/visa-symbol.js +0 -14
- package/dist/components/symbol/components/symbols/x-mark-inverse-symbol.js +0 -14
- package/dist/components/symbol/components/symbols/x-mark-symbol.js +0 -14
- package/dist/components/symbol/components/symbols/yammer-symbol.d.ts +0 -2
- package/dist/components/symbol/components/symbols/yammer-symbol.js +0 -22
- package/src/components/symbol/components/logos/bt-panorama-multibrand-large-logo.tsx +0 -80
- package/src/components/symbol/components/logos/bt-panorama-multibrand-small-logo.tsx +0 -80
- package/src/components/symbol/components/logos/red-avatar-circle-logo.tsx +0 -35
- package/src/components/symbol/components/logos/red-avatar-circle-reversed-logo.tsx +0 -31
- package/src/components/symbol/components/logos/red-avatar-logo.tsx +0 -34
- package/src/components/symbol/components/symbols/google-plus-symbol.tsx +0 -43
- package/src/components/symbol/components/symbols/mastercard-accepted-symbol.tsx +0 -44
- package/src/components/symbol/components/symbols/mastercard-horizontal-symbol.tsx +0 -43
- package/src/components/symbol/components/symbols/microsoft-store-symbol.tsx +0 -38
- package/src/components/symbol/components/symbols/pay-to-black-symbol.tsx +0 -30
- package/src/components/symbol/components/symbols/pay-to-dark-grey-symbol.tsx +0 -30
- package/src/components/symbol/components/symbols/pay-to-light-grey-symbol.tsx +0 -30
- package/src/components/symbol/components/symbols/pay-to-white-symbol.tsx +0 -30
- package/src/components/symbol/components/symbols/pay-to-wordmark-black-symbol.tsx +0 -42
- package/src/components/symbol/components/symbols/pay-to-wordmark-dark-grey-symbol.tsx +0 -42
- package/src/components/symbol/components/symbols/pay-to-wordmark-light-grey-symbol.tsx +0 -42
- package/src/components/symbol/components/symbols/pay-to-wordmark-white-symbol.tsx +0 -42
- package/src/components/symbol/components/symbols/slack-symbol.tsx +0 -43
- package/src/components/symbol/components/symbols/twitter-symbol.tsx +0 -31
- package/src/components/symbol/components/symbols/visa-symbol.tsx +0 -28
- package/src/components/symbol/components/symbols/x-mark-inverse-symbol.tsx +0 -28
- package/src/components/symbol/components/symbols/x-mark-symbol.tsx +0 -28
- package/src/components/symbol/components/symbols/yammer-symbol.tsx +0 -31
package/CHANGELOG.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @westpac/ui
|
|
2
2
|
|
|
3
|
-
## 1.0.0
|
|
3
|
+
## 1.0.0
|
|
4
4
|
|
|
5
5
|
### 📦 Major Changes — @westpac/ui & @westpac/style-config
|
|
6
6
|
|
|
@@ -20,7 +20,7 @@ We are introducing a new architecture separating UI (@westpac/ui) components fro
|
|
|
20
20
|
2. Install the updated dependencies:
|
|
21
21
|
|
|
22
22
|
```bash
|
|
23
|
-
npm i @westpac/ui
|
|
23
|
+
npm i @westpac/ui @westpac/style-config tailwindcss@4 postcss tailwind-variants@~3.1.1
|
|
24
24
|
```
|
|
25
25
|
|
|
26
26
|
3. Import global styles in your main CSS file:
|
|
@@ -29,8 +29,6 @@ npm i @westpac/ui@canary @westpac/style-config@canary tailwindcss@4 postcss tail
|
|
|
29
29
|
@import 'tailwindcss';
|
|
30
30
|
/* Tailwind setup */
|
|
31
31
|
@import '@westpac/style-config/tailwind';
|
|
32
|
-
/* Other setups */
|
|
33
|
-
@import '@westpac/style-config';
|
|
34
32
|
/* Register GEL components source for Tailwind */
|
|
35
33
|
@source "<relative_path>/node_modules/@westpac/ui/src";
|
|
36
34
|
|
|
@@ -66,6 +64,8 @@ npm i @westpac/ui@canary @westpac/style-config@canary tailwindcss@4 postcss tail
|
|
|
66
64
|
|
|
67
65
|
NOTE: Be sure to pass the brand with data-brand as previously it was data-theme
|
|
68
66
|
|
|
67
|
+
#### NOTE: Dark Mode has been disabled for this release and switching to dark mode will not do anything.
|
|
68
|
+
|
|
69
69
|
```html
|
|
70
70
|
<html data-brand="wbc" data-theme="dark|light">
|
|
71
71
|
<!-- Your app content -->
|
|
@@ -145,9 +145,9 @@ For classes we are unable to replace with the equivalent token the code will inj
|
|
|
145
145
|
|
|
146
146
|
If you want to test the upgrade while waiting for your designers we recommened replacing with a token that is close or the hex value i.e. text-black = text-[#000].
|
|
147
147
|
|
|
148
|
-
To see all the new tokens you can check
|
|
148
|
+
To see all the new tokens you can check storybook [Storybook](https://gel-next-storybook-git-westpacgel.vercel.app/?path=/docs/foundation-colours--docs) or the [GEL website](https://gel.westpacgroup.com.au/design-system/wbc/foundation/tokens/colour-tokens)
|
|
149
149
|
|
|
150
|
-
You can also find the codemod script [here](https://github.com/WestpacGEL/GEL-next/blob/
|
|
150
|
+
You can also find the codemod script [here](https://github.com/WestpacGEL/GEL-next/blob/develop/packages/ui/scripts/codemods/gel-tokens-tailwind-v1.cjs)
|
|
151
151
|
|
|
152
152
|
---
|
|
153
153
|
|
|
@@ -174,6 +174,128 @@ import { BREAKPOINTS, SPACING_UNIT } from '@westpac/style-config/constants';
|
|
|
174
174
|
- Full support for TailwindCSS v4 and its [latest features](https://tailwindcss.com/blog/tailwindcss-v4)
|
|
175
175
|
- Dark mode supported for BOM and BankSA logos
|
|
176
176
|
|
|
177
|
+
#### Compacta usability update
|
|
178
|
+
|
|
179
|
+
#### Before
|
|
180
|
+
|
|
181
|
+
```tsx
|
|
182
|
+
() => {
|
|
183
|
+
const [inputs, setInputs] = useState<Record<string, string>>({
|
|
184
|
+
'primary-1234': 'test',
|
|
185
|
+
});
|
|
186
|
+
|
|
187
|
+
const handleChange = (e: ChangeEvent<HTMLInputElement>) => {
|
|
188
|
+
setInputs(prev => ({ ...prev, [e.target.name]: e.target.value }));
|
|
189
|
+
};
|
|
190
|
+
|
|
191
|
+
return (
|
|
192
|
+
<Compacta
|
|
193
|
+
initialCompactas={[
|
|
194
|
+
{
|
|
195
|
+
id: '1234',
|
|
196
|
+
title: { primary: inputs[`primary-1234`] },
|
|
197
|
+
},
|
|
198
|
+
{},
|
|
199
|
+
]}
|
|
200
|
+
onAdd={() => console.log('add')}
|
|
201
|
+
onRemove={() => console.log('remove')}
|
|
202
|
+
>
|
|
203
|
+
{({ id, setPrimaryTitle, setSecondaryTitle, setTertiaryTitle }) => (
|
|
204
|
+
<Form>
|
|
205
|
+
<FormGroup>
|
|
206
|
+
<Label htmlFor={`primary-${id}`}>Primary</Label>
|
|
207
|
+
<Hint id={`primary-hint-${id}`}>Primary title text</Hint>
|
|
208
|
+
<Input
|
|
209
|
+
aria-describedby={`primary-hint-${id}`}
|
|
210
|
+
name={`primary-${id}`}
|
|
211
|
+
id={`primary-${id}`}
|
|
212
|
+
value={inputs[`primary-${id}`] || ''}
|
|
213
|
+
onChange={e => {
|
|
214
|
+
handleChange(e);
|
|
215
|
+
setPrimaryTitle(e.target.value);
|
|
216
|
+
}}
|
|
217
|
+
/>
|
|
218
|
+
</FormGroup>
|
|
219
|
+
<FormGroup>
|
|
220
|
+
<Label htmlFor={`secondary-${id}`}>Secondary</Label>
|
|
221
|
+
<Hint id={`secondary-hint-${id}`}>Secondary title text</Hint>
|
|
222
|
+
<Input
|
|
223
|
+
aria-describedby={`secondary-hint-${id}`}
|
|
224
|
+
name={`secondary-${id}`}
|
|
225
|
+
id={`secondary-${id}`}
|
|
226
|
+
value={inputs[`secondary-${id}`] || ''}
|
|
227
|
+
onChange={e => {
|
|
228
|
+
handleChange(e);
|
|
229
|
+
setSecondaryTitle(e.target.value);
|
|
230
|
+
}}
|
|
231
|
+
/>
|
|
232
|
+
</FormGroup>
|
|
233
|
+
<FormGroup>
|
|
234
|
+
<Label htmlFor={`tertiary-${id}`}>Tertiary</Label>
|
|
235
|
+
<Hint id={`tertiary-hint-${id}`}>Tertiary title text</Hint>
|
|
236
|
+
<Input
|
|
237
|
+
aria-describedby={`tertiary-hint-${id}`}
|
|
238
|
+
name={`tertiary-${id}`}
|
|
239
|
+
id={`tertiary-${id}`}
|
|
240
|
+
value={inputs[`tertiary-${id}`] || ''}
|
|
241
|
+
onChange={e => {
|
|
242
|
+
handleChange(e);
|
|
243
|
+
setTertiaryTitle(e.target.value);
|
|
244
|
+
}}
|
|
245
|
+
/>
|
|
246
|
+
</FormGroup>
|
|
247
|
+
</Form>
|
|
248
|
+
)}
|
|
249
|
+
</Compacta>
|
|
250
|
+
</>
|
|
251
|
+
);
|
|
252
|
+
};
|
|
253
|
+
```
|
|
254
|
+
|
|
255
|
+
#### After
|
|
256
|
+
|
|
257
|
+
```tsx
|
|
258
|
+
() => {
|
|
259
|
+
const { register, watch, setValue } = useForm<Inputs>({
|
|
260
|
+
defaultValues: { items: [{ primary: 'test', secondary: '', tertiary: '', fourth: '' }] },
|
|
261
|
+
});
|
|
262
|
+
const items = watch('items');
|
|
263
|
+
|
|
264
|
+
const handleAdd = useCallback(() => {
|
|
265
|
+
setValue('items', [...items, { primary: '', secondary: '', tertiary: '', fourth: '' }]);
|
|
266
|
+
}, [items, setValue]);
|
|
267
|
+
|
|
268
|
+
return (
|
|
269
|
+
<form>
|
|
270
|
+
<Compacta onAdd={handleAdd}>
|
|
271
|
+
{items.map((item, index) => (
|
|
272
|
+
<CompactaItem
|
|
273
|
+
key={index}
|
|
274
|
+
title={{ primary: item.primary, secondary: item.secondary, tertiary: item.tertiary }}
|
|
275
|
+
onRemove={() => {
|
|
276
|
+
setValue('items', [...items.slice(0, index), ...items.slice(index + 1)]);
|
|
277
|
+
}}
|
|
278
|
+
>
|
|
279
|
+
<Field label="Primary" hintMessage="Primary title text">
|
|
280
|
+
<Input {...register(`items.${index}.primary`)} />
|
|
281
|
+
</Field>
|
|
282
|
+
<Field label="Secondary" hintMessage="Secondary title text">
|
|
283
|
+
<Input {...register(`items.${index}.secondary`)} />
|
|
284
|
+
</Field>
|
|
285
|
+
<Field label="Tertiary" hintMessage="Tertiary title text">
|
|
286
|
+
<Input {...register(`items.${index}.tertiary`)} />
|
|
287
|
+
</Field>
|
|
288
|
+
<Field label="Fourth" hintMessage="Fourth field">
|
|
289
|
+
<Input {...register(`items.${index}.fourth`)} />
|
|
290
|
+
</Field>
|
|
291
|
+
</CompactaItem>
|
|
292
|
+
))}
|
|
293
|
+
</Compacta>
|
|
294
|
+
</form>
|
|
295
|
+
);
|
|
296
|
+
};
|
|
297
|
+
```
|
|
298
|
+
|
|
177
299
|
#### Repeater aligned with Compacta specification
|
|
178
300
|
|
|
179
301
|
#### Before
|
|
@@ -395,6 +517,86 @@ To ensure greater flexibility and maintainability, we are phasing out this compo
|
|
|
395
517
|
};
|
|
396
518
|
```
|
|
397
519
|
|
|
520
|
+
### Bottom Sheet isDismissable default to false
|
|
521
|
+
|
|
522
|
+
When creating the `BottomSheet`, being able to hide the dismiss button (like the `Modal`) was missed and always showed the dismiss button.
|
|
523
|
+
When this was fixed in a previous version however isDismissable had to default to true to avoid breaking changes. This is now fixed to align with the `Modal` component in this version.
|
|
524
|
+
|
|
525
|
+
#### Before
|
|
526
|
+
|
|
527
|
+
Below would display the dismiss 'x' button:
|
|
528
|
+
|
|
529
|
+
```jsx
|
|
530
|
+
<BottomSheet title="Title">Content</BottomSheet>
|
|
531
|
+
```
|
|
532
|
+
|
|
533
|
+
#### After
|
|
534
|
+
|
|
535
|
+
Now you need to add a prop to display the dismiss 'x' button (matching `Modal` implementation):
|
|
536
|
+
|
|
537
|
+
```jsx
|
|
538
|
+
<BottomSheet title="Title" isDismissable>
|
|
539
|
+
Content
|
|
540
|
+
</BottomSheet>
|
|
541
|
+
```
|
|
542
|
+
|
|
543
|
+
### Pictogram mode prop value change
|
|
544
|
+
|
|
545
|
+
To avoid confusion with dark mode and light mode we have changed the possible values for the pictogram mode prop.
|
|
546
|
+
|
|
547
|
+
#### Before
|
|
548
|
+
|
|
549
|
+
```tsx
|
|
550
|
+
export type PictogramMode = 'dark' | 'light' | 'duo';
|
|
551
|
+
|
|
552
|
+
<Pictogram mode="dark" />;
|
|
553
|
+
```
|
|
554
|
+
|
|
555
|
+
#### After
|
|
556
|
+
|
|
557
|
+
```tsx
|
|
558
|
+
export type PictogramMode = 'base' | 'mono' | 'duo';
|
|
559
|
+
|
|
560
|
+
<Pictogram mode="base" />;
|
|
561
|
+
```
|
|
562
|
+
|
|
563
|
+
### Removed/Updated Logos and Symbols
|
|
564
|
+
|
|
565
|
+
#### NOTE: Dark Mode has been disabled for this release and switching to dark mode will not do anything.
|
|
566
|
+
|
|
567
|
+
We have taken the opportunity to remove and update all the symbols and logos exported from the library. For updates most symbols/logos will have a dark mode variant that turns on when switching to dark mode.
|
|
568
|
+
If there is a circumstance where you want the dark mode variant in light mode look for the 'Inverse' symbols/logos. If your believe there is a symbol/logo that needs an inverse or was removed and you believe it shouldn't be please contact the GEL design team.
|
|
569
|
+
|
|
570
|
+
The list of removed symbols and logos is as follows
|
|
571
|
+
Logos:
|
|
572
|
+
|
|
573
|
+
- BTPanormaMultibrandLargeLogo
|
|
574
|
+
- BTPanormaMultibrandSmallLogo
|
|
575
|
+
- RedAvatarCircleLogo
|
|
576
|
+
- RedAvatarCircleReverseLogo
|
|
577
|
+
- RedAvatarLogo
|
|
578
|
+
|
|
579
|
+
Symbols:
|
|
580
|
+
|
|
581
|
+
- GooglePlusSymbol
|
|
582
|
+
- MastercardAcceptedSymbol
|
|
583
|
+
- MastercardHorizontalSymbol
|
|
584
|
+
- MicrosoftStoreSymbol
|
|
585
|
+
- PayToBlackSymbol
|
|
586
|
+
- PayToDarkGreySymbol
|
|
587
|
+
- PayToLightGreySymbol
|
|
588
|
+
- PayToWhiteSymbol
|
|
589
|
+
- PayToWordmarkBlackSymbol
|
|
590
|
+
- PayToWordmarkDarkGreySymbol
|
|
591
|
+
- PayToWordmarkLightGreySymbol
|
|
592
|
+
- PayToWordmarkWhiteSymbol
|
|
593
|
+
- SlackSymbol
|
|
594
|
+
- TwitterSymbol
|
|
595
|
+
- VisaSymbol
|
|
596
|
+
- XMarkInverseSymbol
|
|
597
|
+
- XMarkSymbol
|
|
598
|
+
- YammerSymbol
|
|
599
|
+
|
|
398
600
|
### 🗑️ Deprecated Components & APIs
|
|
399
601
|
|
|
400
602
|
| Deprecated | Replacement / Notes |
|
|
@@ -403,6 +605,207 @@ To ensure greater flexibility and maintainability, we are phasing out this compo
|
|
|
403
605
|
| `Form`, `FormGroup`, `FormChitChat`, `FormSection` | Removed |
|
|
404
606
|
| `Pagination pages={[]}` | Removed due to performance concerns, now we used totalPages={number} |
|
|
405
607
|
|
|
608
|
+
## 0.59.4
|
|
609
|
+
|
|
610
|
+
### Patch Changes
|
|
611
|
+
|
|
612
|
+
- 58817fd: - removed 12px font from input group hint
|
|
613
|
+
- set fixed width on DatePickerBeta
|
|
614
|
+
|
|
615
|
+
## 0.59.3
|
|
616
|
+
|
|
617
|
+
### Patch Changes
|
|
618
|
+
|
|
619
|
+
- b47606f: - Made changes to popover to have better accessibility
|
|
620
|
+
- Fixed issue with radio and checkbox selector that caused hint to be read multiple times
|
|
621
|
+
- added min width and min height to icons so they don't shrink in certain cases
|
|
622
|
+
- fixed issue with Link component not wrapping correctly when content was too long
|
|
623
|
+
- made adjustments to Link to work better inline along with above changes
|
|
624
|
+
- added 4 new icons
|
|
625
|
+
|
|
626
|
+
## 0.59.2
|
|
627
|
+
|
|
628
|
+
### Patch Changes
|
|
629
|
+
|
|
630
|
+
- d2e9dbb: updates to horizontal positioning for popover on smaller screens
|
|
631
|
+
|
|
632
|
+
## 0.59.1
|
|
633
|
+
|
|
634
|
+
### Patch Changes
|
|
635
|
+
|
|
636
|
+
- efa6a23: Added callbacks to compacta and return index for compacta children
|
|
637
|
+
- f36b6d5: Made Button component default to type="button" to avoid issue with components using button in forms
|
|
638
|
+
- e93a3d4: Fixed issue where popover wasn't automatically flipping vertically, also set the default position back to top
|
|
639
|
+
|
|
640
|
+
## 0.59.0
|
|
641
|
+
|
|
642
|
+
### Minor Changes
|
|
643
|
+
|
|
644
|
+
- 8f9cbc5: added new initialCompactas prop to Compacta to enable prefilling
|
|
645
|
+
|
|
646
|
+
## 0.58.0
|
|
647
|
+
|
|
648
|
+
### Minor Changes
|
|
649
|
+
|
|
650
|
+
- fd7e3d7: Added MultiSelect component
|
|
651
|
+
|
|
652
|
+
## 0.57.4
|
|
653
|
+
|
|
654
|
+
### Patch Changes
|
|
655
|
+
|
|
656
|
+
- 4afcd14: updated ButtonGroup to correctly handle an empty string being passed as a value or defaultValue
|
|
657
|
+
|
|
658
|
+
## 0.57.3
|
|
659
|
+
|
|
660
|
+
### Patch Changes
|
|
661
|
+
|
|
662
|
+
- 925e9f0: package updates
|
|
663
|
+
- 9a1ae57: fixes to focus state/default value for ButtonGroup
|
|
664
|
+
|
|
665
|
+
## 0.57.2
|
|
666
|
+
|
|
667
|
+
### Patch Changes
|
|
668
|
+
|
|
669
|
+
- f6f9536: added import of react to SelectorButtonGroup and SelectorLinkGroup
|
|
670
|
+
|
|
671
|
+
## 0.57.1
|
|
672
|
+
|
|
673
|
+
### Patch Changes
|
|
674
|
+
|
|
675
|
+
- dce0d2d: fix issue where bottom sheet close button couldn't be hidden
|
|
676
|
+
|
|
677
|
+
## 0.57.0
|
|
678
|
+
|
|
679
|
+
### Minor Changes
|
|
680
|
+
|
|
681
|
+
- 7b8eae1: - updated styles for DatePickerBeta
|
|
682
|
+
- added custom onBlur to provide date for DatePickerBeta
|
|
683
|
+
|
|
684
|
+
### Patch Changes
|
|
685
|
+
|
|
686
|
+
- abda05b: updating hover styling on various links across the site and components/examples
|
|
687
|
+
- 59f6662: updated calculation for popover so it correctly stays on screen in some circumstances
|
|
688
|
+
|
|
689
|
+
## 0.56.1
|
|
690
|
+
|
|
691
|
+
### Patch Changes
|
|
692
|
+
|
|
693
|
+
- 727582a: updated some styles for DatePickerBeta (input font weight, removal of placeholder text colour, dd/mm/yyyy capitalised)
|
|
694
|
+
|
|
695
|
+
## 0.56.0
|
|
696
|
+
|
|
697
|
+
### Minor Changes
|
|
698
|
+
|
|
699
|
+
- 6950378: added new props to DatePickerBeta to control popover location and make input full width
|
|
700
|
+
|
|
701
|
+
## 0.55.3
|
|
702
|
+
|
|
703
|
+
### Patch Changes
|
|
704
|
+
|
|
705
|
+
- 5dc069e: fix issue with header logo rerendering
|
|
706
|
+
|
|
707
|
+
## 0.55.2
|
|
708
|
+
|
|
709
|
+
### Patch Changes
|
|
710
|
+
|
|
711
|
+
- 4162b09: package update
|
|
712
|
+
|
|
713
|
+
## 0.55.1
|
|
714
|
+
|
|
715
|
+
### Patch Changes
|
|
716
|
+
|
|
717
|
+
- 7754db9: updated dependencies for security fixes
|
|
718
|
+
|
|
719
|
+
## 0.55.0
|
|
720
|
+
|
|
721
|
+
### Minor Changes
|
|
722
|
+
|
|
723
|
+
- a0b45cf: - added a prop to handle the panel placement on button dropdown
|
|
724
|
+
|
|
725
|
+
### Patch Changes
|
|
726
|
+
|
|
727
|
+
- 2e750ae: add import react to modal dialog body
|
|
728
|
+
|
|
729
|
+
## 0.54.0
|
|
730
|
+
|
|
731
|
+
### Minor Changes
|
|
732
|
+
|
|
733
|
+
- 97e3ad7: - updated react-aria to fix issue with modal scrolling on iOS
|
|
734
|
+
- fixed modal not being able to scroll (would just go off screen)
|
|
735
|
+
- added new 'compact' modal that allows the body to scroll on the 'md' and 'lg' sizes
|
|
736
|
+
- updated modal styles based on new designs/need to scroll
|
|
737
|
+
- reverted button 'link' padding removal and added a prop to do the same thing
|
|
738
|
+
- updated default voice over for header left button
|
|
739
|
+
|
|
740
|
+
### Patch Changes
|
|
741
|
+
|
|
742
|
+
- 703d802: fix popover width and autocomplete footer
|
|
743
|
+
- 784c2c0: updated dropshadows on compact modal
|
|
744
|
+
|
|
745
|
+
## 0.53.2
|
|
746
|
+
|
|
747
|
+
### Patch Changes
|
|
748
|
+
|
|
749
|
+
- 5ca405f: fix: input group children rendering the classNames as expected
|
|
750
|
+
|
|
751
|
+
## 0.53.1
|
|
752
|
+
|
|
753
|
+
### Patch Changes
|
|
754
|
+
|
|
755
|
+
- d7523fa: Removing the horizontal padding from Button look="link"
|
|
756
|
+
|
|
757
|
+
## 0.53.0
|
|
758
|
+
|
|
759
|
+
### Minor Changes
|
|
760
|
+
|
|
761
|
+
- a28c062: Button Dropdown: adding the option to use only icon or changing the caret icon
|
|
762
|
+
|
|
763
|
+
### Patch Changes
|
|
764
|
+
|
|
765
|
+
- bd8c375: focus state for pagination item
|
|
766
|
+
- d601d5d: fixes to focus outlines
|
|
767
|
+
|
|
768
|
+
## 0.52.1
|
|
769
|
+
|
|
770
|
+
### Patch Changes
|
|
771
|
+
|
|
772
|
+
- 35af96a: filter buttons focus styling fix
|
|
773
|
+
|
|
774
|
+
## 0.52.0
|
|
775
|
+
|
|
776
|
+
### Minor Changes
|
|
777
|
+
|
|
778
|
+
- 7fe448f: added truncation/new prop to show truncated value as title for Select
|
|
779
|
+
|
|
780
|
+
### Patch Changes
|
|
781
|
+
|
|
782
|
+
- 5386bd6: exporting ModalDialogFooterProps
|
|
783
|
+
- 6a12908: screen reader accessibility for popover fixes
|
|
784
|
+
|
|
785
|
+
## 0.51.1
|
|
786
|
+
|
|
787
|
+
### Patch Changes
|
|
788
|
+
|
|
789
|
+
- 54d3693: fixed issue where close button on bottom sheet wasn't positioned correctly
|
|
790
|
+
|
|
791
|
+
## 0.51.0
|
|
792
|
+
|
|
793
|
+
### Minor Changes
|
|
794
|
+
|
|
795
|
+
- 2dad153: added functionality to disable logo link on Header component
|
|
796
|
+
|
|
797
|
+
## 0.50.5
|
|
798
|
+
|
|
799
|
+
### Patch Changes
|
|
800
|
+
|
|
801
|
+
- 7c08b53: added min width to pill badge
|
|
802
|
+
|
|
803
|
+
## 0.50.4
|
|
804
|
+
|
|
805
|
+
### Patch Changes
|
|
806
|
+
|
|
807
|
+
- 442d84c: fix issues with overflow and focus for accordion content
|
|
808
|
+
|
|
406
809
|
## 0.50.3
|
|
407
810
|
|
|
408
811
|
### Patch Changes
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
<svg width="70" height="70" viewBox="0 0 70 70" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_118_1706)">
|
|
3
|
+
<path d="M0 0H70V37.7881L66.5352 43.2019L70 48.0201V70H0V34.3774L2.16551 31.8871L0 29.505V0Z" fill="#016FD0"/>
|
|
4
|
+
<path d="M13.5889 48.7782V37.7882H25.2254L26.4738 39.4157L27.7636 37.7882H70.0013V48.0202C70.0013 48.0202 68.8967 48.7672 67.6192 48.7782H44.2313L42.8237 47.0458V48.7782H38.2111V45.8209C38.2111 45.8209 37.581 46.2337 36.2188 46.2337H34.6488V48.7782H27.6649L26.4182 47.1157L25.1524 48.7782H13.5889Z" fill="white"/>
|
|
5
|
+
<path d="M0 29.5051L2.62408 23.3876H7.16215L8.65134 26.8144V23.3876H14.2926L15.1791 25.8644L16.0386 23.3876H41.3619V24.6327C41.3619 24.6327 42.6931 23.3876 44.8809 23.3876L53.0974 23.4163L54.5609 26.7982V23.3876H59.2817L60.5811 25.3302V23.3876H65.3453V34.3775H60.5811L59.3359 32.4286V34.3775H52.3999L51.7023 32.6451H49.8377L49.1515 34.3775H44.4478C42.5653 34.3775 41.3619 33.1578 41.3619 33.1578V34.3775H34.2697L32.8621 32.6451V34.3775H6.48986L5.79283 32.6451H3.93414L3.24203 34.3775H0V29.5051Z" fill="white"/>
|
|
6
|
+
<path d="M3.55298 24.7423L0.0136719 32.9712H2.31795L2.97099 31.3234H6.76746L7.41712 32.9712H9.77215L6.23622 24.7423H3.55298ZM4.86246 26.6574L6.01967 29.5369H3.70186L4.86246 26.6574Z" fill="#016FD0"/>
|
|
7
|
+
<path d="M10.0156 32.9698V24.7408L13.2901 24.753L15.1947 30.0585L17.0536 24.7408H20.302V32.9698H18.2447V26.9064L16.0639 32.9698H14.2597L12.0729 26.9064V32.9698H10.0156Z" fill="#016FD0"/>
|
|
8
|
+
<path d="M21.7095 32.9698V24.7408H28.4227V26.5815H23.7884V27.9891H28.3144V29.7215H23.7884V31.1832H28.4227V32.9698H21.7095Z" fill="#016FD0"/>
|
|
9
|
+
<path d="M29.6138 24.7423V32.9712H31.671V30.0478H32.5373L35.0039 32.9712H37.518L34.8111 29.9395C35.922 29.8458 37.068 28.8923 37.068 27.412C37.068 25.6803 35.7088 24.7423 34.1919 24.7423H29.6138ZM31.671 26.583H34.0227C34.5868 26.583 34.9972 27.0243 34.9972 27.4492C34.9972 27.9959 34.4655 28.3154 34.0531 28.3154H31.671V26.583Z" fill="#016FD0"/>
|
|
10
|
+
<path d="M40.0083 32.9698H37.9077V24.7408H40.0083V32.9698Z" fill="#016FD0"/>
|
|
11
|
+
<path d="M44.989 32.9698H44.5355C42.3417 32.9698 41.0098 31.2414 41.0098 28.8891C41.0098 26.4787 42.3268 24.7408 45.0972 24.7408H47.3711V26.6898H45.0141C43.8895 26.6898 43.0941 27.5674 43.0941 28.9094C43.0941 30.5031 44.0036 31.1724 45.3138 31.1724H45.8552L44.989 32.9698Z" fill="#016FD0"/>
|
|
12
|
+
<path d="M49.4656 24.7423L45.9263 32.9712H48.2305L48.8836 31.3234H52.6801L53.3297 32.9712H55.6847L52.1488 24.7423H49.4656ZM50.7751 26.6574L51.9323 29.5369H49.6145L50.7751 26.6574Z" fill="#016FD0"/>
|
|
13
|
+
<path d="M55.9253 32.9698V24.7408H58.5409L61.8805 29.911V24.7408H63.9378V32.9698H61.4068L57.9826 27.6643V32.9698H55.9253Z" fill="#016FD0"/>
|
|
14
|
+
<path d="M14.9961 47.3704V39.1415H21.7093V40.9822H17.075V42.3897H21.601V44.1221H17.075V45.5839H21.7093V47.3704H14.9961Z" fill="#016FD0"/>
|
|
15
|
+
<path d="M47.8911 47.3704V39.1415H54.6043V40.9822H49.97V42.3897H54.4744V44.1221H49.97V45.5839H54.6043V47.3704H47.8911Z" fill="#016FD0"/>
|
|
16
|
+
<path d="M21.9699 47.3704L25.2385 43.3067L21.8921 39.1415H24.484L26.477 41.7164L28.4767 39.1415H30.9671L27.6646 43.2559L30.9392 47.3704H28.3478L26.4127 44.8361L24.5246 47.3704H21.9699Z" fill="#016FD0"/>
|
|
17
|
+
<path d="M31.1836 39.1429V47.3719H33.295V44.7733H35.4605C37.2929 44.7733 38.6818 43.8012 38.6818 41.9107C38.6818 40.3447 37.5925 39.1429 35.7279 39.1429H31.1836ZM33.295 41.0039H35.5756C36.1675 41.0039 36.5907 41.3667 36.5907 41.9513C36.5907 42.5005 36.1697 42.8987 35.5688 42.8987H33.295V41.0039Z" fill="#016FD0"/>
|
|
18
|
+
<path d="M39.5752 39.1415V47.3704H41.6325V44.447H42.4987L44.9654 47.3704H47.4794L44.7725 44.3387C45.8834 44.2449 47.0294 43.2915 47.0294 41.8111C47.0294 40.0795 45.6702 39.1415 44.1533 39.1415H39.5752ZM41.6325 40.9822H43.9841C44.5482 40.9822 44.9586 41.4234 44.9586 41.8484C44.9586 42.3951 44.4269 42.7146 44.0146 42.7146H41.6325V40.9822Z" fill="#016FD0"/>
|
|
19
|
+
<path d="M55.5571 47.3704V45.5839H59.6744C60.2836 45.5839 60.5473 45.2547 60.5473 44.8936C60.5473 44.5477 60.2844 44.1979 59.6744 44.1979H57.8138C56.1966 44.1979 55.2959 43.2126 55.2959 41.7333C55.2959 40.4139 56.1207 39.1415 58.5239 39.1415H62.5302L61.664 40.993H58.1991C57.5368 40.993 57.3329 41.3405 57.3329 41.6724C57.3329 42.0136 57.5848 42.3897 58.0908 42.3897H60.0398C61.8426 42.3897 62.6249 43.4123 62.6249 44.7515C62.6249 46.1912 61.7532 47.3704 59.9417 47.3704H55.5571Z" fill="#016FD0"/>
|
|
20
|
+
<path d="M63.1079 47.3704V45.5839H67.2251C67.8343 45.5839 68.0981 45.2547 68.0981 44.8936C68.0981 44.5477 67.8352 44.1979 67.2251 44.1979H65.3646C63.7474 44.1979 62.8467 43.2126 62.8467 41.7333C62.8467 40.4139 63.6715 39.1415 66.0747 39.1415H70.0809L69.2147 40.993H65.7499C65.0875 40.993 64.8836 41.3405 64.8836 41.6724C64.8836 42.0136 65.1356 42.3897 65.6416 42.3897H67.5906C69.3934 42.3897 70.1757 43.4123 70.1757 44.7515C70.1757 46.1912 69.304 47.3704 67.4924 47.3704H63.1079Z" fill="#016FD0"/>
|
|
21
|
+
</g>
|
|
22
|
+
<defs>
|
|
23
|
+
<clipPath id="clip0_118_1706">
|
|
24
|
+
<rect width="70" height="70" fill="white"/>
|
|
25
|
+
</clipPath>
|
|
26
|
+
</defs>
|
|
27
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg width="94" height="60" viewBox="0 0 94 60" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_118_1698)">
|
|
3
|
+
<path d="M85.582 0H8.41813C8.09676 0 7.77481 0 7.45401 0.00186854C7.18283 0.0037937 6.91228 0.00679469 6.64173 0.0141556C6.05168 0.0300665 5.45657 0.064776 4.8739 0.169188C4.28192 0.275411 3.73106 0.448676 3.19365 0.721483C2.66533 0.989363 2.18164 1.33974 1.76248 1.75784C1.34313 2.17594 0.991716 2.6574 0.723098 3.18473C0.449425 3.72055 0.275533 4.26995 0.169733 4.86064C0.0644491 5.44175 0.0294038 6.03499 0.0135025 6.62267C0.00623331 6.89242 0.00311552 7.16217 0.00134934 7.43186C-0.000524743 7.7524 9.9951e-05 8.07271 9.9951e-05 8.39382V51.6068C9.9951e-05 51.9279 -0.000524743 52.2477 0.00134934 52.5688C0.00311552 52.8385 0.00623331 53.1083 0.0135025 53.378C0.0294038 53.9652 0.0644491 54.5584 0.169733 55.1394C0.275533 55.7303 0.449425 56.2795 0.723098 56.8153C0.991716 57.3427 1.34313 57.8247 1.76248 58.2422C2.18164 58.661 2.66533 59.0113 3.19365 59.2785C3.73106 59.5521 4.28192 59.7254 4.8739 59.8316C5.45657 59.9353 6.05168 59.9706 6.64173 59.9865C6.91228 59.9926 7.18283 59.9963 7.45401 59.9975C7.77481 60 8.09676 60 8.41813 60H85.582C85.9028 60 86.2247 60 86.5455 59.9975C86.816 59.9963 87.0866 59.9926 87.3584 59.9865C87.9472 59.9706 88.5422 59.9353 89.1263 59.8316C89.7174 59.7254 90.2684 59.5521 90.8059 59.2785C91.3348 59.0113 91.817 58.661 92.2371 58.2422C92.6557 57.8247 93.0071 57.3427 93.2764 56.8153C93.5507 56.2795 93.7244 55.7303 93.8297 55.1394C93.9351 54.5584 93.9693 53.9652 93.9852 53.378C93.9926 53.1083 93.9963 52.8385 93.9975 52.5688C94 52.2477 94 51.9279 94 51.6068V8.39382C94 8.07271 94 7.7524 93.9975 7.43186C93.9963 7.16217 93.9926 6.89242 93.9852 6.62267C93.9693 6.03499 93.9351 5.44175 93.8297 4.86064C93.7245 4.26995 93.5507 3.72055 93.2764 3.18473C93.0071 2.6574 92.6557 2.17594 92.2371 1.75784C91.817 1.33974 91.3348 0.989363 90.8059 0.721483C90.2684 0.448676 89.7174 0.275411 89.1263 0.169188C88.5422 0.064776 87.9472 0.0300665 87.3584 0.0141556C87.0866 0.00679469 86.816 0.0037937 86.5455 0.00186854C86.2247 0 85.9028 0 85.582 0Z" fill="white"/>
|
|
4
|
+
<path d="M85.5819 2L86.5312 2.00181C86.7883 2.00362 87.0455 2.0064 87.3041 2.01342C87.7539 2.02554 88.28 2.04983 88.7704 2.13748C89.1968 2.21403 89.5543 2.33045 89.8974 2.50462C90.2362 2.67624 90.5466 2.90115 90.8176 3.17095C91.0896 3.44257 91.3154 3.75252 91.4898 4.09401C91.6636 4.43346 91.7796 4.78826 91.8559 5.21644C91.9436 5.7001 91.9678 6.22613 91.9802 6.67735C91.9871 6.93204 91.9905 7.18673 91.9918 7.44747C91.9942 7.7628 91.9941 8.07796 91.9941 8.39392V51.6069C91.9941 51.9229 91.9942 52.2374 91.9917 52.5595C91.9905 52.8141 91.9871 53.0688 91.9801 53.324C91.9678 53.7745 91.9436 54.3003 91.8548 54.7896C91.7796 55.2119 91.6636 55.5668 91.4889 55.9079C91.315 56.2486 91.0895 56.5582 90.8187 56.8281C90.5462 57.0999 90.2368 57.3241 89.894 57.4973C89.5535 57.6707 89.1965 57.787 88.7744 57.8627C88.274 57.9516 87.7258 57.9761 87.313 57.9872C87.0532 57.9931 86.7947 57.9966 86.5299 57.9978C86.2143 58.0003 85.8976 58.0002 85.5819 58.0002H8.41812C8.41391 58.0002 8.40982 58.0002 8.40556 58.0002C8.09356 58.0002 7.78093 58.0002 7.46324 57.9978C7.20422 57.9966 6.94577 57.9931 6.69589 57.9875C6.2736 57.9761 5.72506 57.9517 5.22877 57.8633C4.80302 57.787 4.44608 57.6707 4.10103 57.4951C3.76148 57.3234 3.45237 57.0994 3.17972 56.8271C2.90917 56.5578 2.68433 56.2491 2.5105 55.908C2.33649 55.5672 2.22007 55.2113 2.14352 54.7839C2.05504 54.2955 2.03073 53.7719 2.01859 53.3244C2.01165 53.0682 2.00876 52.812 2.00711 52.5573L2.00586 51.8054L2.00592 51.6069V8.39392L2.00586 8.1954L2.00705 7.4451C2.00876 7.18888 2.01165 6.93272 2.01859 6.67673C2.03073 6.22879 2.05504 5.70492 2.14426 5.21242C2.22013 4.78894 2.33649 4.43301 2.51141 4.0905C2.68388 3.75195 2.90911 3.44291 3.18108 3.1718C3.45197 2.9016 3.7621 2.67698 4.10381 2.50371C4.44518 2.33039 4.80278 2.21403 5.22854 2.13765C5.7191 2.04977 6.2456 2.02554 6.69652 2.01336C6.95355 2.0064 7.21058 2.00362 7.46568 2.00187L8.41812 2H85.5819Z" fill="black"/>
|
|
5
|
+
<path d="M25.6612 20.1805C26.4661 19.1768 27.0123 17.8291 26.8682 16.4519C25.69 16.5103 24.2522 17.2269 23.4199 18.2314C22.6725 19.0916 22.0109 20.4958 22.1834 21.8152C23.506 21.9296 24.8273 21.1561 25.6612 20.1805Z" fill="white"/>
|
|
6
|
+
<path d="M26.8534 22.0728C24.9327 21.9588 23.2996 23.1597 22.3824 23.1597C21.4646 23.1597 20.0601 22.1303 18.5409 22.1581C16.5636 22.187 14.7288 23.3017 13.7254 25.0746C11.6616 28.6212 13.1808 33.882 15.1878 36.7705C16.1624 38.1996 17.337 39.773 18.8847 39.7165C20.347 39.6593 20.9202 38.7724 22.6977 38.7724C24.4739 38.7724 24.9902 39.7165 26.5381 39.6879C28.1434 39.6593 29.147 38.2582 30.1216 36.8277C31.2397 35.1987 31.6974 33.6257 31.7262 33.5394C31.6974 33.5108 28.6307 32.3378 28.6023 28.8207C28.5734 25.8758 31.0099 24.475 31.1246 24.3881C29.7487 22.3591 27.5987 22.1303 26.8534 22.0728Z" fill="white"/>
|
|
7
|
+
<path d="M43.5775 18.0874C47.7522 18.0874 50.6591 20.9565 50.6591 25.1337C50.6591 29.3258 47.6923 32.2098 43.4728 32.2098H38.8507V39.5386H35.5112V18.0874L43.5775 18.0874ZM38.8507 29.415H42.6825C45.5901 29.415 47.2448 27.8543 47.2448 25.1486C47.2448 22.4432 45.5901 20.8972 42.6975 20.8972H38.8507V29.415Z" fill="white"/>
|
|
8
|
+
<path d="M51.5317 35.0938C51.5317 32.3584 53.634 30.6786 57.3617 30.4705L61.6554 30.2179V29.0138C61.6554 27.2745 60.4775 26.2339 58.5098 26.2339C56.6456 26.2339 55.4826 27.1257 55.1996 28.5232H52.1581C52.337 25.6986 54.7522 23.6174 58.6289 23.6174C62.4308 23.6174 64.8609 25.6243 64.8609 28.7609V39.5386H61.7745V36.9668H61.7003C60.7909 38.7062 58.8077 39.8061 56.7503 39.8061C53.6789 39.8061 51.5317 37.9033 51.5317 35.0938ZM61.6554 33.6817V32.4478L57.7937 32.6855C55.8703 32.8194 54.7821 33.6667 54.7821 35.0047C54.7821 36.3721 55.9152 37.2642 57.6447 37.2642C59.896 37.2642 61.6554 35.7181 61.6554 33.6817Z" fill="white"/>
|
|
9
|
+
<path d="M67.7748 45.2917V42.6901C68.0129 42.7495 68.5496 42.7495 68.8182 42.7495C70.309 42.7495 71.1143 42.1253 71.6061 40.5198C71.6061 40.49 71.8896 39.5684 71.8896 39.5535L66.2241 23.8999H69.7126L73.679 36.6251H73.7382L77.7047 23.8999H81.104L75.2291 40.3561C73.8878 44.1471 72.3371 45.366 69.0868 45.366C68.8182 45.366 68.0129 45.3362 67.7748 45.2917Z" fill="white"/>
|
|
10
|
+
</g>
|
|
11
|
+
<defs>
|
|
12
|
+
<clipPath id="clip0_118_1698">
|
|
13
|
+
<rect width="94" height="60" fill="white"/>
|
|
14
|
+
</clipPath>
|
|
15
|
+
</defs>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg width="170" height="58" viewBox="0 0 170 58" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_118_1694)">
|
|
3
|
+
<path d="M10 0H160C165.523 0 170 4.47715 170 10V48C170 53.5228 165.523 58 160 58H10C4.47715 58 0 53.5228 0 48V10C0 4.47715 4.47715 0 10 0Z" fill="#A6A6A6"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10 1C5.02944 1 1 5.02944 1 10V48C1 52.9706 5.02944 57 10 57H160C164.971 57 169 52.9706 169 48V10C169 5.02944 164.971 1 160 1H10Z" fill="black"/>
|
|
5
|
+
<path d="M53.587 12.4418C54.7047 12.3611 55.7994 12.7888 56.5699 13.6073C57.3404 14.4257 57.7054 15.5485 57.5645 16.6667C57.5645 19.3831 56.1049 20.9445 53.587 20.9445H50.5337V12.4418H53.587ZM51.8466 19.7421H53.4403C54.2391 19.7901 55.0168 19.4735 55.5576 18.8803C56.0984 18.2871 56.3447 17.4803 56.228 16.684C56.3362 15.891 56.0864 15.0909 55.5469 14.5025C55.0075 13.9141 54.2348 13.599 53.4403 13.6434H51.8466V19.7421ZM59.0475 17.7333C58.9381 16.5832 59.4864 15.4701 60.4624 14.8609C61.4384 14.2517 62.6733 14.2517 63.6493 14.8609C64.6253 15.4701 65.1736 16.5832 65.0642 17.7333C65.1757 18.8847 64.6279 19.9999 63.651 20.6104C62.6742 21.221 61.4375 21.221 60.4607 20.6104C59.4838 19.9999 58.9361 18.8847 59.0475 17.7333ZM63.7693 17.7333C63.7693 16.3424 63.1481 15.529 62.0579 15.529C60.9636 15.529 60.348 16.3424 60.348 17.7333C60.348 19.1354 60.9637 19.9425 62.0579 19.9425C63.1481 19.9425 63.7693 19.1298 63.7693 17.7333H63.7693Z" fill="white"/>
|
|
6
|
+
<path d="M73.0621 20.9441H71.7561L70.4381 16.2181H70.3381L69.0251 20.9441H67.7321L65.9731 14.5281H67.2501L68.3931 19.4241H68.4871L69.7991 14.5281H71.0061L72.3181 19.4241H72.4171L73.5551 14.5281H74.8141L73.0621 20.9441Z" fill="white"/>
|
|
7
|
+
<path d="M76.2925 14.5277H77.5044V15.547H77.5985C77.9256 14.7965 78.6901 14.3374 79.5021 14.4038C80.1309 14.3563 80.747 14.5989 81.1765 15.0632C81.6061 15.5274 81.8024 16.163 81.7101 16.7904V20.9443H80.4512V17.1084C80.4512 16.0772 80.0057 15.5644 79.0746 15.5644C78.6482 15.5444 78.2343 15.7128 77.9415 16.0253C77.6487 16.3379 77.5063 16.7635 77.5514 17.1905V20.9443H76.2925L76.2925 14.5277Z" fill="white"/>
|
|
8
|
+
<path d="M83.7158 12.0229H84.9748V20.9439H83.7158V12.0229Z" fill="white"/>
|
|
9
|
+
<path d="M86.7253 17.7332C86.616 16.583 87.1643 15.4698 88.1404 14.8606C89.1165 14.2514 90.3515 14.2514 91.3275 14.8606C92.3036 15.4698 92.852 16.583 92.7427 17.7332C92.854 18.8846 92.3061 19.9998 91.3292 20.6103C90.3523 21.2208 89.1156 21.2208 88.1387 20.6103C87.1618 19.9998 86.614 18.8846 86.7253 17.7332ZM91.447 17.7332C91.447 16.3423 90.8259 15.5289 89.7357 15.5289C88.6414 15.5289 88.0258 16.3423 88.0258 17.7332C88.0258 19.1352 88.6414 19.9423 89.7357 19.9423C90.8259 19.9423 91.447 19.1296 91.447 17.7332H91.447ZM94.068 19.1296C94.068 17.9746 94.923 17.3087 96.4407 17.2141L98.1686 17.1139V16.56C98.1686 15.8823 97.7231 15.4996 96.8626 15.4996C96.1598 15.4996 95.6728 15.7592 95.5331 16.2128H94.3143C94.4429 15.1107 95.4736 14.4038 96.9207 14.4038C98.52 14.4038 99.422 15.2046 99.422 16.56V20.9443H98.2101V20.0425H98.1105C97.6989 20.7011 96.9669 21.0859 96.1944 21.05C95.6529 21.1067 95.1128 20.9303 94.7076 20.5644C94.3025 20.1985 94.0702 19.6773 94.068 19.1296ZM98.1686 18.5813V18.0449L96.6108 18.1451C95.7323 18.2042 95.3339 18.5048 95.3339 19.0705C95.3339 19.648 95.8319 19.9841 96.5168 19.9841C96.9222 20.0253 97.327 19.8994 97.6383 19.6349C97.9497 19.3705 98.1411 18.9903 98.1686 18.5813ZM101.077 17.7332C101.077 15.7056 102.113 14.4212 103.725 14.4212C104.538 14.3834 105.301 14.8221 105.681 15.5469H105.775V12.0227H107.034V20.9443H105.827V19.9305H105.728C105.319 20.6493 104.547 21.0805 103.725 21.05C102.102 21.0501 101.077 19.7656 101.077 17.7332ZM102.377 17.7332C102.377 19.0942 103.015 19.9131 104.082 19.9131C105.143 19.9131 105.798 19.0823 105.798 17.7387C105.798 16.4014 105.136 15.5588 104.082 15.5588C103.022 15.5588 102.377 16.3833 102.377 17.7332H102.377ZM112.243 17.7332C112.133 16.583 112.681 15.4699 113.657 14.8607C114.633 14.2515 115.868 14.2515 116.844 14.8607C117.82 15.4699 118.369 16.583 118.259 17.7332C118.371 18.8845 117.823 19.9998 116.846 20.6103C115.869 21.2208 114.633 21.2208 113.656 20.6103C112.679 19.9998 112.131 18.8845 112.243 17.7332ZM116.964 17.7332C116.964 16.3423 116.343 15.5289 115.253 15.5289C114.159 15.5289 113.543 16.3423 113.543 17.7332C113.543 19.1352 114.159 19.9423 115.253 19.9423C116.343 19.9423 116.964 19.1296 116.964 17.7332ZM119.948 14.5276H121.16V15.5469H121.254C121.582 14.7964 122.346 14.3373 123.158 14.4037C123.787 14.3562 124.403 14.5988 124.833 15.0631C125.262 15.5274 125.458 16.1629 125.366 16.7903V20.9442H124.107V17.1083C124.107 16.0772 123.662 15.5643 122.731 15.5643C122.304 15.5444 121.89 15.7127 121.597 16.0253C121.305 16.3378 121.162 16.7634 121.207 17.1904V20.9443H119.948V14.5276ZM132.48 12.93V14.5568H133.862V15.6235H132.48V18.923C132.48 19.5951 132.755 19.8894 133.382 19.8894C133.542 19.8889 133.703 19.8792 133.862 19.8602V20.915C133.636 20.9557 133.407 20.9774 133.177 20.9798C131.777 20.9798 131.22 20.4843 131.22 19.2472V15.6234H130.207V14.5568H131.22V12.93H132.48ZM135.582 12.0227H136.829V15.5588H136.929C137.272 14.8017 138.05 14.342 138.874 14.4093C139.499 14.3751 140.107 14.6231 140.532 15.0856C140.957 15.5482 141.154 16.1773 141.071 16.8015V20.9443H139.811V17.1139C139.811 16.089 139.336 15.5699 138.447 15.5699C138.009 15.5338 137.577 15.6939 137.268 16.0076C136.958 16.3212 136.802 16.7564 136.841 17.1967V20.9442H135.582L135.582 12.0227ZM148.412 19.2117C148.059 20.4221 146.894 21.2041 145.648 21.0681C144.797 21.0907 143.98 20.7361 143.412 20.0983C142.845 19.4605 142.585 18.604 142.701 17.7561C142.588 16.9059 142.847 16.0481 143.411 15.4049C143.975 14.7617 144.789 14.3964 145.642 14.4038C147.417 14.4038 148.488 15.6236 148.488 17.6385V18.0804H143.983V18.1513C143.944 18.6275 144.105 19.0985 144.429 19.4484C144.752 19.7984 145.207 19.9949 145.682 19.9896C146.298 20.064 146.898 19.7567 147.2 19.2117L148.412 19.2117ZM143.983 17.1438H147.205C147.238 16.7083 147.085 16.2795 146.786 15.9629C146.487 15.6464 146.069 15.4715 145.635 15.4816C145.195 15.476 144.772 15.6494 144.461 15.9623C144.15 16.2753 143.978 16.7013 143.983 17.1438H143.983ZM59.9283 38.674H53.2226L51.6123 43.4569H48.772L55.1235 25.7613H58.0744L64.4259 43.4569H61.5372L59.9283 38.674ZM53.9171 36.4669H59.2325L56.6122 28.7045H56.5389L53.9171 36.4669ZM78.143 37.0068C78.143 41.0161 76.0097 43.5919 72.7904 43.5919C71.1263 43.6795 69.5589 42.8027 68.7548 41.3347H68.6939V47.7249H66.0611V30.5554H68.6095V32.7012H68.658C69.4978 31.2424 71.0669 30.366 72.7419 30.4204C75.9972 30.4204 78.143 33.0088 78.143 37.0068ZM75.4369 37.0068C75.4369 34.3948 74.0949 32.6776 72.0474 32.6776C70.0359 32.6776 68.6828 34.431 68.6828 37.0068C68.6828 39.6064 70.0359 41.3473 72.0474 41.3473C74.095 41.3473 75.4369 39.6425 75.4369 37.0068ZM92.2598 37.0068C92.2598 41.0161 90.1265 43.5919 86.9072 43.5919C85.2432 43.6795 83.6757 42.8027 82.8717 41.3347H82.8107V47.7249H80.178V30.5554H82.7263V32.7012H82.7747C83.6146 31.2424 85.1837 30.3661 86.8587 30.4204C90.1141 30.4204 92.2598 33.0088 92.2598 37.0068ZM89.5538 37.0068C89.5538 34.3948 88.2118 32.6776 86.1643 32.6776C84.1527 32.6776 82.7997 34.431 82.7997 37.0068C82.7997 39.6064 84.1527 41.3473 86.1643 41.3473C88.2118 41.3473 89.5538 39.6425 89.5538 37.0068H89.5538ZM101.59 38.5265C101.785 40.2813 103.48 41.4335 105.796 41.4335C108.015 41.4335 109.611 40.2812 109.611 38.699C109.611 37.3254 108.648 36.503 106.368 35.9394L104.088 35.3869C100.858 34.6021 99.3584 33.0825 99.3584 30.6165C99.3584 27.5634 102.004 25.4662 105.76 25.4662C109.477 25.4662 112.025 27.5634 112.111 30.6165H109.453C109.294 28.8506 107.843 27.7846 105.722 27.7846C103.601 27.7846 102.15 28.8631 102.15 30.4328C102.15 31.6839 103.077 32.4201 105.345 32.9836L107.283 33.4623C110.892 34.3209 112.392 35.7794 112.392 38.3677C112.392 41.6783 109.77 43.7518 105.601 43.7518C101.699 43.7518 99.0651 41.727 98.8949 38.5263L101.59 38.5265ZM118.074 27.5022V30.5554H120.513V32.6525H118.074V39.765C118.074 40.8699 118.562 41.3848 119.634 41.3848C119.924 41.3797 120.213 41.3593 120.5 41.3235V43.4082C120.018 43.4988 119.528 43.5398 119.038 43.5306C116.441 43.5306 115.429 42.5495 115.429 40.0474V32.6525H113.564V30.5554H115.429V27.5022H118.074ZM121.925 37.0068C121.925 32.9475 124.302 30.3967 128.009 30.3967C131.727 30.3967 134.093 32.9475 134.093 37.0068C134.093 41.0773 131.74 43.617 128.009 43.617C124.279 43.617 121.925 41.0773 121.925 37.0068ZM131.411 37.0068C131.411 34.2223 130.142 32.5788 128.009 32.5788C125.875 32.5788 124.608 34.2348 124.608 37.0068C124.608 39.8026 125.875 41.4335 128.009 41.4335C130.142 41.4335 131.41 39.8026 131.41 37.0068H131.411ZM136.264 30.5554H138.775V32.7513H138.836C139.186 31.3377 140.473 30.3648 141.921 30.4204C142.224 30.4193 142.527 30.4524 142.823 30.5192V32.9962C142.44 32.8785 142.04 32.8244 141.64 32.8362C140.866 32.8046 140.117 33.1149 139.589 33.6856C139.062 34.2562 138.809 35.0303 138.896 35.8045V43.4569H136.264L136.264 30.5554ZM154.961 39.6676C154.607 42.0096 152.34 43.6169 149.438 43.6169C145.707 43.6169 143.391 41.1023 143.391 37.0681C143.391 33.0213 145.72 30.3967 149.328 30.3967C152.876 30.3967 155.108 32.8487 155.108 36.7605V37.6678H146.049V37.8279C145.964 38.7884 146.294 39.7391 146.954 40.4383C147.614 41.1375 148.541 41.5177 149.499 41.4822C150.777 41.6026 151.981 40.8647 152.461 39.6676L154.961 39.6676ZM146.061 35.817H152.474C152.521 34.9539 152.209 34.11 151.612 33.4884C151.015 32.8668 150.187 32.524 149.328 32.5426C148.462 32.5374 147.63 32.8803 147.016 33.4952C146.403 34.1101 146.059 34.946 146.061 35.817V35.817ZM35.0893 28.9284C35.1203 26.511 36.3803 24.278 38.4278 23.0118C37.1302 21.1477 35.0348 20.0082 32.7736 19.9371C30.3947 19.6859 28.0885 21.369 26.8762 21.369C25.6405 21.369 23.774 19.962 21.7642 20.0036C19.1197 20.0895 16.7141 21.5653 15.4275 23.8908C12.6877 28.6623 14.7314 35.6748 17.3559 39.5317C18.669 41.4204 20.2036 43.53 22.2117 43.4552C24.1767 43.3732 24.9106 42.1948 27.2825 42.1948C29.6324 42.1948 30.321 43.4552 32.3698 43.4076C34.4783 43.3732 35.8068 41.5106 37.0738 39.6041C38.0173 38.2584 38.7433 36.7711 39.2249 35.1973C36.7206 34.1318 35.0922 31.6635 35.0893 28.9284ZM31.2195 17.4005C32.3692 16.0123 32.9356 14.2279 32.7984 12.4264C31.042 12.6119 29.4195 13.4563 28.2543 14.7913C27.1038 16.1084 26.5209 17.8316 26.6341 19.5813C28.4141 19.5997 30.1041 18.7959 31.2195 17.4005Z" fill="white"/>
|
|
10
|
+
</g>
|
|
11
|
+
<defs>
|
|
12
|
+
<clipPath id="clip0_118_1694">
|
|
13
|
+
<rect width="170" height="58" fill="white"/>
|
|
14
|
+
</clipPath>
|
|
15
|
+
</defs>
|
|
16
|
+
</svg>
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
<svg width="170" height="58" viewBox="0 0 170 58" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<g clip-path="url(#clip0_118_1695)">
|
|
3
|
+
<path d="M10 0H160C165.523 0 170 4.47715 170 10V48C170 53.5228 165.523 58 160 58H10C4.47715 58 0 53.5228 0 48V10C0 4.47715 4.47715 0 10 0Z" fill="#A6A6A6"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M10 1C5.02944 1 1 5.02944 1 10V48C1 52.9706 5.02944 57 10 57H160C164.971 57 169 52.9706 169 48V10C169 5.02944 164.971 1 160 1H10Z" fill="black"/>
|
|
5
|
+
<path d="M53.587 12.4418C54.7047 12.3611 55.7994 12.7888 56.5699 13.6073C57.3404 14.4257 57.7054 15.5485 57.5645 16.6667C57.5645 19.3831 56.1049 20.9445 53.587 20.9445H50.5337V12.4418H53.587ZM51.8466 19.7421H53.4403C54.2391 19.7901 55.0168 19.4735 55.5576 18.8803C56.0984 18.2871 56.3447 17.4803 56.228 16.684C56.3362 15.891 56.0864 15.0909 55.5469 14.5025C55.0075 13.9141 54.2348 13.599 53.4403 13.6434H51.8466V19.7421ZM59.0475 17.7333C58.9381 16.5832 59.4864 15.4701 60.4624 14.8609C61.4384 14.2517 62.6733 14.2517 63.6493 14.8609C64.6253 15.4701 65.1736 16.5832 65.0642 17.7333C65.1757 18.8847 64.6279 19.9999 63.651 20.6104C62.6742 21.221 61.4375 21.221 60.4607 20.6104C59.4838 19.9999 58.9361 18.8847 59.0475 17.7333ZM63.7693 17.7333C63.7693 16.3424 63.1481 15.529 62.0579 15.529C60.9636 15.529 60.348 16.3424 60.348 17.7333C60.348 19.1354 60.9637 19.9425 62.0579 19.9425C63.1481 19.9425 63.7693 19.1298 63.7693 17.7333H63.7693Z" fill="white"/>
|
|
6
|
+
<path d="M73.0621 20.9441H71.7561L70.4381 16.2181H70.3381L69.0251 20.9441H67.7321L65.9731 14.5281H67.2501L68.3931 19.4241H68.4871L69.7991 14.5281H71.0061L72.3181 19.4241H72.4171L73.5551 14.5281H74.8141L73.0621 20.9441Z" fill="white"/>
|
|
7
|
+
<path d="M76.2925 14.5277H77.5044V15.547H77.5985C77.9256 14.7965 78.6901 14.3374 79.5021 14.4038C80.1309 14.3563 80.747 14.5989 81.1765 15.0632C81.6061 15.5274 81.8024 16.163 81.7101 16.7904V20.9443H80.4512V17.1084C80.4512 16.0772 80.0057 15.5644 79.0746 15.5644C78.6482 15.5444 78.2343 15.7128 77.9415 16.0253C77.6487 16.3379 77.5063 16.7635 77.5514 17.1905V20.9443H76.2925L76.2925 14.5277Z" fill="white"/>
|
|
8
|
+
<path d="M83.7158 12.0229H84.9748V20.9439H83.7158V12.0229Z" fill="white"/>
|
|
9
|
+
<path d="M86.7253 17.7332C86.616 16.583 87.1643 15.4698 88.1404 14.8606C89.1165 14.2514 90.3515 14.2514 91.3275 14.8606C92.3036 15.4698 92.852 16.583 92.7427 17.7332C92.854 18.8846 92.3061 19.9998 91.3292 20.6103C90.3523 21.2208 89.1156 21.2208 88.1387 20.6103C87.1618 19.9998 86.614 18.8846 86.7253 17.7332ZM91.447 17.7332C91.447 16.3423 90.8259 15.5289 89.7357 15.5289C88.6414 15.5289 88.0258 16.3423 88.0258 17.7332C88.0258 19.1352 88.6414 19.9423 89.7357 19.9423C90.8259 19.9423 91.447 19.1296 91.447 17.7332H91.447ZM94.068 19.1296C94.068 17.9746 94.923 17.3087 96.4407 17.2141L98.1686 17.1139V16.56C98.1686 15.8823 97.7231 15.4996 96.8626 15.4996C96.1598 15.4996 95.6728 15.7592 95.5331 16.2128H94.3143C94.4429 15.1107 95.4736 14.4038 96.9207 14.4038C98.52 14.4038 99.422 15.2046 99.422 16.56V20.9443H98.2101V20.0425H98.1105C97.6989 20.7011 96.9669 21.0859 96.1944 21.05C95.6529 21.1067 95.1128 20.9303 94.7076 20.5644C94.3025 20.1985 94.0702 19.6773 94.068 19.1296ZM98.1686 18.5813V18.0449L96.6108 18.1451C95.7323 18.2042 95.3339 18.5048 95.3339 19.0705C95.3339 19.648 95.8319 19.9841 96.5168 19.9841C96.9222 20.0253 97.327 19.8994 97.6383 19.6349C97.9497 19.3705 98.1411 18.9903 98.1686 18.5813ZM101.077 17.7332C101.077 15.7056 102.113 14.4212 103.725 14.4212C104.538 14.3834 105.301 14.8221 105.681 15.5469H105.775V12.0227H107.034V20.9443H105.827V19.9305H105.728C105.319 20.6493 104.547 21.0805 103.725 21.05C102.102 21.0501 101.077 19.7656 101.077 17.7332ZM102.377 17.7332C102.377 19.0942 103.015 19.9131 104.082 19.9131C105.143 19.9131 105.798 19.0823 105.798 17.7387C105.798 16.4014 105.136 15.5588 104.082 15.5588C103.022 15.5588 102.377 16.3833 102.377 17.7332H102.377ZM112.243 17.7332C112.133 16.583 112.681 15.4699 113.657 14.8607C114.633 14.2515 115.868 14.2515 116.844 14.8607C117.82 15.4699 118.369 16.583 118.259 17.7332C118.371 18.8845 117.823 19.9998 116.846 20.6103C115.869 21.2208 114.633 21.2208 113.656 20.6103C112.679 19.9998 112.131 18.8845 112.243 17.7332ZM116.964 17.7332C116.964 16.3423 116.343 15.5289 115.253 15.5289C114.159 15.5289 113.543 16.3423 113.543 17.7332C113.543 19.1352 114.159 19.9423 115.253 19.9423C116.343 19.9423 116.964 19.1296 116.964 17.7332ZM119.948 14.5276H121.16V15.5469H121.254C121.582 14.7964 122.346 14.3373 123.158 14.4037C123.787 14.3562 124.403 14.5988 124.833 15.0631C125.262 15.5274 125.458 16.1629 125.366 16.7903V20.9442H124.107V17.1083C124.107 16.0772 123.662 15.5643 122.731 15.5643C122.304 15.5444 121.89 15.7127 121.597 16.0253C121.305 16.3378 121.162 16.7634 121.207 17.1904V20.9443H119.948V14.5276ZM132.48 12.93V14.5568H133.862V15.6235H132.48V18.923C132.48 19.5951 132.755 19.8894 133.382 19.8894C133.542 19.8889 133.703 19.8792 133.862 19.8602V20.915C133.636 20.9557 133.407 20.9774 133.177 20.9798C131.777 20.9798 131.22 20.4843 131.22 19.2472V15.6234H130.207V14.5568H131.22V12.93H132.48ZM135.582 12.0227H136.829V15.5588H136.929C137.272 14.8017 138.05 14.342 138.874 14.4093C139.499 14.3751 140.107 14.6231 140.532 15.0856C140.957 15.5482 141.154 16.1773 141.071 16.8015V20.9443H139.811V17.1139C139.811 16.089 139.336 15.5699 138.447 15.5699C138.009 15.5338 137.577 15.6939 137.268 16.0076C136.958 16.3212 136.802 16.7564 136.841 17.1967V20.9442H135.582L135.582 12.0227ZM148.412 19.2117C148.059 20.4221 146.894 21.2041 145.648 21.0681C144.797 21.0907 143.98 20.7361 143.412 20.0983C142.845 19.4605 142.585 18.604 142.701 17.7561C142.588 16.9059 142.847 16.0481 143.411 15.4049C143.975 14.7617 144.789 14.3964 145.642 14.4038C147.417 14.4038 148.488 15.6236 148.488 17.6385V18.0804H143.983V18.1513C143.944 18.6275 144.105 19.0985 144.429 19.4484C144.752 19.7984 145.207 19.9949 145.682 19.9896C146.298 20.064 146.898 19.7567 147.2 19.2117L148.412 19.2117ZM143.983 17.1438H147.205C147.238 16.7083 147.085 16.2795 146.786 15.9629C146.487 15.6464 146.069 15.4715 145.635 15.4816C145.195 15.476 144.772 15.6494 144.461 15.9623C144.15 16.2753 143.978 16.7013 143.983 17.1438H143.983ZM59.9283 38.674H53.2226L51.6123 43.4569H48.772L55.1235 25.7613H58.0744L64.4259 43.4569H61.5372L59.9283 38.674ZM53.9171 36.4669H59.2325L56.6122 28.7045H56.5389L53.9171 36.4669ZM78.143 37.0068C78.143 41.0161 76.0097 43.5919 72.7904 43.5919C71.1263 43.6795 69.5589 42.8027 68.7548 41.3347H68.6939V47.7249H66.0611V30.5554H68.6095V32.7012H68.658C69.4978 31.2424 71.0669 30.366 72.7419 30.4204C75.9972 30.4204 78.143 33.0088 78.143 37.0068ZM75.4369 37.0068C75.4369 34.3948 74.0949 32.6776 72.0474 32.6776C70.0359 32.6776 68.6828 34.431 68.6828 37.0068C68.6828 39.6064 70.0359 41.3473 72.0474 41.3473C74.095 41.3473 75.4369 39.6425 75.4369 37.0068ZM92.2598 37.0068C92.2598 41.0161 90.1265 43.5919 86.9072 43.5919C85.2432 43.6795 83.6757 42.8027 82.8717 41.3347H82.8107V47.7249H80.178V30.5554H82.7263V32.7012H82.7747C83.6146 31.2424 85.1837 30.3661 86.8587 30.4204C90.1141 30.4204 92.2598 33.0088 92.2598 37.0068ZM89.5538 37.0068C89.5538 34.3948 88.2118 32.6776 86.1643 32.6776C84.1527 32.6776 82.7997 34.431 82.7997 37.0068C82.7997 39.6064 84.1527 41.3473 86.1643 41.3473C88.2118 41.3473 89.5538 39.6425 89.5538 37.0068H89.5538ZM101.59 38.5265C101.785 40.2813 103.48 41.4335 105.796 41.4335C108.015 41.4335 109.611 40.2812 109.611 38.699C109.611 37.3254 108.648 36.503 106.368 35.9394L104.088 35.3869C100.858 34.6021 99.3584 33.0825 99.3584 30.6165C99.3584 27.5634 102.004 25.4662 105.76 25.4662C109.477 25.4662 112.025 27.5634 112.111 30.6165H109.453C109.294 28.8506 107.843 27.7846 105.722 27.7846C103.601 27.7846 102.15 28.8631 102.15 30.4328C102.15 31.6839 103.077 32.4201 105.345 32.9836L107.283 33.4623C110.892 34.3209 112.392 35.7794 112.392 38.3677C112.392 41.6783 109.77 43.7518 105.601 43.7518C101.699 43.7518 99.0651 41.727 98.8949 38.5263L101.59 38.5265ZM118.074 27.5022V30.5554H120.513V32.6525H118.074V39.765C118.074 40.8699 118.562 41.3848 119.634 41.3848C119.924 41.3797 120.213 41.3593 120.5 41.3235V43.4082C120.018 43.4988 119.528 43.5398 119.038 43.5306C116.441 43.5306 115.429 42.5495 115.429 40.0474V32.6525H113.564V30.5554H115.429V27.5022H118.074ZM121.925 37.0068C121.925 32.9475 124.302 30.3967 128.009 30.3967C131.727 30.3967 134.093 32.9475 134.093 37.0068C134.093 41.0773 131.74 43.617 128.009 43.617C124.279 43.617 121.925 41.0773 121.925 37.0068ZM131.411 37.0068C131.411 34.2223 130.142 32.5788 128.009 32.5788C125.875 32.5788 124.608 34.2348 124.608 37.0068C124.608 39.8026 125.875 41.4335 128.009 41.4335C130.142 41.4335 131.41 39.8026 131.41 37.0068H131.411ZM136.264 30.5554H138.775V32.7513H138.836C139.186 31.3377 140.473 30.3648 141.921 30.4204C142.224 30.4193 142.527 30.4524 142.823 30.5192V32.9962C142.44 32.8785 142.04 32.8244 141.64 32.8362C140.866 32.8046 140.117 33.1149 139.589 33.6856C139.062 34.2562 138.809 35.0303 138.896 35.8045V43.4569H136.264L136.264 30.5554ZM154.961 39.6676C154.607 42.0096 152.34 43.6169 149.438 43.6169C145.707 43.6169 143.391 41.1023 143.391 37.0681C143.391 33.0213 145.72 30.3967 149.328 30.3967C152.876 30.3967 155.108 32.8487 155.108 36.7605V37.6678H146.049V37.8279C145.964 38.7884 146.294 39.7391 146.954 40.4383C147.614 41.1375 148.541 41.5177 149.499 41.4822C150.777 41.6026 151.981 40.8647 152.461 39.6676L154.961 39.6676ZM146.061 35.817H152.474C152.521 34.9539 152.209 34.11 151.612 33.4884C151.015 32.8668 150.187 32.524 149.328 32.5426C148.462 32.5374 147.63 32.8803 147.016 33.4952C146.403 34.1101 146.059 34.946 146.061 35.817V35.817ZM35.0893 28.9284C35.1203 26.511 36.3803 24.278 38.4278 23.0118C37.1302 21.1477 35.0348 20.0082 32.7736 19.9371C30.3947 19.6859 28.0885 21.369 26.8762 21.369C25.6405 21.369 23.774 19.962 21.7642 20.0036C19.1197 20.0895 16.7141 21.5653 15.4275 23.8908C12.6877 28.6623 14.7314 35.6748 17.3559 39.5317C18.669 41.4204 20.2036 43.53 22.2117 43.4552C24.1767 43.3732 24.9106 42.1948 27.2825 42.1948C29.6324 42.1948 30.321 43.4552 32.3698 43.4076C34.4783 43.3732 35.8068 41.5106 37.0738 39.6041C38.0173 38.2584 38.7433 36.7711 39.2249 35.1973C36.7206 34.1318 35.0922 31.6635 35.0893 28.9284ZM31.2195 17.4005C32.3692 16.0123 32.9356 14.2279 32.7984 12.4264C31.042 12.6119 29.4195 13.4563 28.2543 14.7913C27.1038 16.1084 26.5209 17.8316 26.6341 19.5813C28.4141 19.5997 30.1041 18.7959 31.2195 17.4005Z" fill="white"/>
|
|
10
|
+
</g>
|
|
11
|
+
<defs>
|
|
12
|
+
<clipPath id="clip0_118_1695">
|
|
13
|
+
<rect width="170" height="58" fill="white"/>
|
|
14
|
+
</clipPath>
|
|
15
|
+
</defs>
|
|
16
|
+
</svg>
|