@westpac/ui 0.30.0 → 0.32.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 +16 -0
- package/assets/icons/filled/child-care-filled.svg +1 -0
- package/assets/icons/filled/child-filled.svg +1 -0
- package/assets/icons/filled/piggy-bank-filled.svg +3 -0
- package/assets/icons/filled/x-filled.svg +1 -0
- package/assets/icons/outlined/child-care-outlined.svg +1 -0
- package/assets/icons/outlined/child-outlined.svg +1 -0
- package/assets/icons/outlined/piggy-bank-outlined.svg +6 -0
- package/assets/icons/outlined/x-outlined.svg +1 -0
- package/dist/component-type.json +1 -1
- package/dist/components/accordion/components/accordion-item/accordion-item.styles.js +1 -1
- package/dist/components/checkbox-group/components/checkbox-group-checkbox/checkbox-group-checkbox.styles.js +4 -4
- package/dist/components/circle/circle.styles.d.ts +2 -2
- package/dist/components/circle/circle.styles.js +1 -1
- package/dist/components/flexi-cell/components/flexi-cell-circle/flexi-cell-circle.styles.js +1 -1
- package/dist/components/header/header.styles.js +1 -1
- package/dist/components/icon/components/child-care-icon.js +1 -1
- package/dist/components/icon/components/child-icon.js +1 -1
- package/dist/components/icon/components/piggy-bank-icon.d.ts +2 -0
- package/dist/components/icon/components/piggy-bank-icon.js +35 -0
- package/dist/components/icon/components/x-icon.js +1 -1
- 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/list/components/list-item/list-item.styles.js +3 -3
- package/dist/components/pictogram/components/decorative/wbc-bank-card-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/accessibility-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/accounts-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/aeroplane-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/arrow-down-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/arrow-left-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/arrow-right-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/arrow-up-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/arrows-passing-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/atm-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/australia-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/bank-card-locked-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/bank-card-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/bank-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/birth-certificate-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/building-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/buoy-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/bus-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/business-person-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/calculator-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/calendar-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/car-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/cash-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/celebration-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/chat-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/clock-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/coffee-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/coins-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/compass-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/customer-profile-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/desktop-computer-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/document-and-pen-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/dollar-sign-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/drivers-licence-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/education-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/eftpos-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/envelope-email-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/envelope-printed-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/face-happy-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/face-unhappy-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/face-unsure-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/finger-motion-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/fingerprint-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/football-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/fork-knife-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/generic-document-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/gift-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/globe-australia-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/globe-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/graph-decreasing-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/graph-increasing-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/gym-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/headset-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/heart-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/house-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/light-bulb-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/loop-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/medicare-card-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/mobile-device-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/money-in-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/money-out-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/movie-tickets-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/nest-egg-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/noodles-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/number-1-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/number-2-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/number-3-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/number-4-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/number-5-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/padlock-locked-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/padlock-unlocked-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/passport-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/percent-sign-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/person-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/piggy-bank-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/pizza-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/plant-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/search-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/secure-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/shop-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/shopping-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/sparkle-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/star-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/stopwatch-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/target-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/tax-document-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/telephone-call-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/thumbs-up-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/tick-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/tools-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/tractor-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/truck-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/umbrella-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/unsecure-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/wallet-pictogram.js +1 -1
- package/dist/components/pictogram/components/informative/wearables-pictogram.js +1 -1
- package/dist/components/popover/components/panel/panel.component.d.ts +2 -1
- package/dist/components/popover/components/panel/panel.component.js +42 -40
- package/dist/components/popover/components/panel/panel.hook.d.ts +39 -0
- package/dist/components/popover/components/panel/panel.hook.js +83 -0
- package/dist/components/popover/components/panel/panel.styles.js +9 -6
- package/dist/components/popover/components/panel/panel.types.d.ts +4 -0
- package/dist/components/popover/popover.component.d.ts +1 -1
- package/dist/components/popover/popover.component.js +4 -3
- package/dist/components/popover/popover.types.d.ts +7 -0
- package/dist/components/progress-indicator/progress-indicator.styles.js +5 -5
- package/dist/components/progress-rope/components/progress-rope-group-step/progress-rope-group-step.styles.js +1 -1
- package/dist/components/progress-rope/components/progress-rope-step/progress-rope-step.styles.js +2 -2
- package/dist/components/radio-group/components/radio-group-radio/radio-group-radio.styles.js +4 -4
- package/dist/components/switch/switch.styles.js +4 -4
- package/dist/components/symbol/components/logos/red-avatar-circle-logo.js +1 -1
- package/dist/components/symbol/components/logos/red-avatar-circle-reversed-logo.js +1 -1
- package/dist/components/symbol/components/symbols/facebook-symbol.js +1 -1
- package/dist/components/symbol/components/symbols/google-plus-symbol.js +1 -1
- package/dist/components/symbol/components/symbols/instagram-symbol.js +1 -1
- package/dist/components/symbol/components/symbols/linked-in-symbol.js +1 -1
- package/dist/components/symbol/components/symbols/slack-symbol.js +1 -1
- package/dist/components/symbol/components/symbols/twitter-symbol.js +1 -1
- package/dist/components/symbol/components/symbols/x-mark-inverse-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/x-mark-inverse-symbol.js +27 -0
- package/dist/components/symbol/components/symbols/x-mark-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/x-mark-symbol.js +27 -0
- package/dist/components/symbol/components/symbols/x-symbol.d.ts +2 -0
- package/dist/components/symbol/components/symbols/x-symbol.js +38 -0
- package/dist/components/symbol/components/symbols/yammer-symbol.js +1 -1
- package/dist/components/symbol/components/symbols/youtube-symbol.js +1 -1
- package/dist/components/symbol/index.d.ts +3 -0
- package/dist/components/symbol/index.js +3 -0
- package/dist/components/textarea/textarea.styles.js +4 -4
- package/dist/css/westpac-ui.css +519 -515
- package/dist/css/westpac-ui.min.css +519 -515
- package/package.json +1 -1
- package/src/components/accordion/components/accordion-item/accordion-item.styles.ts +1 -1
- package/src/components/checkbox-group/components/checkbox-group-checkbox/checkbox-group-checkbox.styles.ts +4 -4
- package/src/components/circle/circle.styles.ts +1 -1
- package/src/components/flexi-cell/components/flexi-cell-circle/flexi-cell-circle.styles.ts +1 -1
- package/src/components/header/header.styles.ts +1 -1
- package/src/components/icon/components/child-care-icon.tsx +1 -1
- package/src/components/icon/components/child-icon.tsx +1 -1
- package/src/components/icon/components/piggy-bank-icon.tsx +35 -0
- package/src/components/icon/components/x-icon.tsx +1 -1
- package/src/components/icon/icon.styles.ts +5 -5
- package/src/components/icon/index.ts +4 -0
- package/src/components/list/components/list-item/list-item.styles.ts +3 -3
- package/src/components/pictogram/components/decorative/wbc-bank-card-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/accessibility-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/accounts-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/aeroplane-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/arrow-down-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/arrow-left-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/arrow-right-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/arrow-up-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/arrows-passing-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/atm-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/australia-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/bank-card-locked-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/bank-card-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/bank-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/birth-certificate-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/building-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/buoy-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/bus-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/business-person-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/calculator-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/calendar-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/car-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/cash-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/celebration-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/chat-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/clock-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/coffee-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/coins-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/compass-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/customer-profile-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/desktop-computer-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/document-and-pen-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/dollar-sign-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/drivers-licence-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/education-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/eftpos-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/envelope-email-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/envelope-printed-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/face-happy-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/face-unhappy-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/face-unsure-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/finger-motion-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/fingerprint-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/football-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/fork-knife-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/generic-document-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/gift-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/globe-australia-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/globe-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/graph-decreasing-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/graph-increasing-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/gym-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/headset-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/heart-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/house-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/light-bulb-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/loop-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/medicare-card-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/mobile-device-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/money-in-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/money-out-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/movie-tickets-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/nest-egg-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/noodles-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/number-1-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/number-2-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/number-3-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/number-4-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/number-5-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/padlock-locked-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/padlock-unlocked-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/passport-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/percent-sign-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/person-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/piggy-bank-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/pizza-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/plant-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/search-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/secure-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/shop-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/shopping-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/sparkle-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/star-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/stopwatch-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/target-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/tax-document-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/telephone-call-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/thumbs-up-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/tick-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/tools-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/tractor-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/truck-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/umbrella-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/unsecure-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/wallet-pictogram.tsx +1 -1
- package/src/components/pictogram/components/informative/wearables-pictogram.tsx +1 -1
- package/src/components/popover/components/panel/panel.component.tsx +34 -45
- package/src/components/popover/components/panel/panel.hook.tsx +113 -0
- package/src/components/popover/components/panel/panel.styles.ts +9 -7
- package/src/components/popover/components/panel/panel.types.ts +4 -0
- package/src/components/popover/popover.component.tsx +10 -4
- package/src/components/popover/popover.types.ts +8 -0
- package/src/components/progress-indicator/progress-indicator.styles.ts +5 -5
- package/src/components/progress-rope/components/progress-rope-group-step/progress-rope-group-step.styles.ts +1 -1
- package/src/components/progress-rope/components/progress-rope-step/progress-rope-step.styles.ts +2 -2
- package/src/components/radio-group/components/radio-group-radio/radio-group-radio.styles.ts +4 -4
- package/src/components/switch/switch.styles.ts +4 -4
- package/src/components/symbol/components/logos/red-avatar-circle-logo.tsx +1 -1
- package/src/components/symbol/components/logos/red-avatar-circle-reversed-logo.tsx +1 -1
- package/src/components/symbol/components/symbols/facebook-symbol.tsx +1 -1
- package/src/components/symbol/components/symbols/google-plus-symbol.tsx +1 -1
- package/src/components/symbol/components/symbols/instagram-symbol.tsx +1 -1
- package/src/components/symbol/components/symbols/linked-in-symbol.tsx +1 -1
- package/src/components/symbol/components/symbols/slack-symbol.tsx +1 -1
- package/src/components/symbol/components/symbols/twitter-symbol.tsx +1 -1
- package/src/components/symbol/components/symbols/x-mark-inverse-symbol.tsx +28 -0
- package/src/components/symbol/components/symbols/x-mark-symbol.tsx +28 -0
- package/src/components/symbol/components/symbols/x-symbol.tsx +39 -0
- package/src/components/symbol/components/symbols/yammer-symbol.tsx +1 -1
- package/src/components/symbol/components/symbols/youtube-symbol.tsx +1 -1
- package/src/components/symbol/index.ts +3 -0
- package/src/components/textarea/textarea.styles.ts +4 -4
- package/dist/components/popover/popover.utils.d.ts +0 -3
- package/dist/components/popover/popover.utils.js +0 -37
- package/src/components/popover/popover.utils.tsx +0 -59
|
@@ -33,14 +33,14 @@ export const styles = tv({
|
|
|
33
33
|
},
|
|
34
34
|
size: {
|
|
35
35
|
large: {
|
|
36
|
-
checkIcon: '
|
|
36
|
+
checkIcon: 'size-5',
|
|
37
37
|
base: 'mb-2',
|
|
38
|
-
checkbox: '
|
|
38
|
+
checkbox: 'size-5'
|
|
39
39
|
},
|
|
40
40
|
medium: {
|
|
41
|
-
checkIcon: '
|
|
41
|
+
checkIcon: 'size-4',
|
|
42
42
|
base: 'mb-1',
|
|
43
|
-
checkbox: '
|
|
43
|
+
checkbox: 'size-4'
|
|
44
44
|
}
|
|
45
45
|
}
|
|
46
46
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
export declare const styles: import("tailwind-variants").TVReturnType<{}, undefined, "flex
|
|
1
|
+
export declare const styles: import("tailwind-variants").TVReturnType<{}, undefined, "flex size-5 flex-col items-center justify-center overflow-hidden rounded-full bg-background", {
|
|
2
2
|
responsiveVariants: string[];
|
|
3
|
-
}, {}, undefined, import("tailwind-variants").TVReturnType<{}, undefined, "flex
|
|
3
|
+
}, {}, undefined, import("tailwind-variants").TVReturnType<{}, undefined, "flex size-5 flex-col items-center justify-center overflow-hidden rounded-full bg-background", {
|
|
4
4
|
responsiveVariants: string[];
|
|
5
5
|
}, unknown, unknown, undefined>>;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { tv } from 'tailwind-variants';
|
|
2
2
|
export const styles = tv({
|
|
3
|
-
base: 'flex
|
|
3
|
+
base: 'flex size-5 flex-col items-center justify-center overflow-hidden rounded-full bg-background',
|
|
4
4
|
variants: {}
|
|
5
5
|
}, {
|
|
6
6
|
responsiveVariants: [
|
|
@@ -7,7 +7,7 @@ export const styles = tv({
|
|
|
7
7
|
smallLogo: 'sm:hidden',
|
|
8
8
|
largeLogo: 'max-sm:hidden',
|
|
9
9
|
leftContent: 'flex items-center',
|
|
10
|
-
leftButton: 'my-1 border-r border-[#E8E8ED] p-0
|
|
10
|
+
leftButton: 'my-1 rounded-none border-r border-[#E8E8ED] p-0 max-sm:-ml-2 max-sm:mr-2 max-sm:h-7 max-sm:min-w-7 sm:-ml-4 sm:mr-3 sm:h-[3.3125rem] sm:min-w-10',
|
|
11
11
|
rightContent: 'ml-auto flex items-center'
|
|
12
12
|
},
|
|
13
13
|
variants: {
|
|
@@ -14,7 +14,7 @@ function _extends() {
|
|
|
14
14
|
}
|
|
15
15
|
import React, { Fragment } from 'react';
|
|
16
16
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function ChildCareIcon({ look ='filled' , 'aria-label': ariaLabel = 'Child Care' , copyrightYear ='
|
|
17
|
+
export function ChildCareIcon({ look ='filled' , 'aria-label': ariaLabel = 'Child Care' , copyrightYear ='2023' , ...props }) {
|
|
18
18
|
return React.createElement(Icon, _extends({
|
|
19
19
|
"aria-label": ariaLabel,
|
|
20
20
|
copyrightYear: copyrightYear
|
|
@@ -14,7 +14,7 @@ function _extends() {
|
|
|
14
14
|
}
|
|
15
15
|
import React from 'react';
|
|
16
16
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function ChildIcon({ 'aria-label': ariaLabel = 'Child' , copyrightYear ='
|
|
17
|
+
export function ChildIcon({ 'aria-label': ariaLabel = 'Child' , copyrightYear ='2023' , ...props }) {
|
|
18
18
|
return React.createElement(Icon, _extends({
|
|
19
19
|
"aria-label": ariaLabel,
|
|
20
20
|
copyrightYear: copyrightYear
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
function _extends() {
|
|
2
|
+
_extends = Object.assign || function(target) {
|
|
3
|
+
for(var i = 1; i < arguments.length; i++){
|
|
4
|
+
var source = arguments[i];
|
|
5
|
+
for(var key in source){
|
|
6
|
+
if (Object.prototype.hasOwnProperty.call(source, key)) {
|
|
7
|
+
target[key] = source[key];
|
|
8
|
+
}
|
|
9
|
+
}
|
|
10
|
+
}
|
|
11
|
+
return target;
|
|
12
|
+
};
|
|
13
|
+
return _extends.apply(this, arguments);
|
|
14
|
+
}
|
|
15
|
+
import React, { Fragment } from 'react';
|
|
16
|
+
import { Icon } from '../icon.component.js';
|
|
17
|
+
export function PiggyBankIcon({ look ='filled' , 'aria-label': ariaLabel = 'Piggy Bank' , copyrightYear ='2023' , ...props }) {
|
|
18
|
+
return React.createElement(Icon, _extends({
|
|
19
|
+
"aria-label": ariaLabel,
|
|
20
|
+
copyrightYear: copyrightYear
|
|
21
|
+
}, props), look === 'filled' ? React.createElement("path", {
|
|
22
|
+
fill: "currentColor",
|
|
23
|
+
fillRule: "evenodd",
|
|
24
|
+
d: "M.99 15.975A101.66 101.66 0 0 0 3 24h6v-3h4v3h5.6l2.01-7.92L24 14.97V6.5h-2.61l-2.73-2.63c.04-.24.095-.475.165-.705.07-.23.145-.455.225-.675.04-.1.075-.21.105-.33a1.736 1.736 0 0 0-.48-1.635A1.736 1.736 0 0 0 17.4 0c-.96 0-1.855.21-2.685.63A6.098 6.098 0 0 0 12.6 2.4h-6c-1.84 0-3.4.64-4.68 1.92C.64 5.6 0 7.16 0 9c0 2.136.42 4.19.845 6.264l.145.711ZM6 7a1 1 0 0 1 1-1h5a1 1 0 1 1 0 2H7a1 1 0 0 1-1-1Zm12.5 3.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0Z",
|
|
25
|
+
clipRule: "evenodd"
|
|
26
|
+
}) : React.createElement(Fragment, null, React.createElement("g", {
|
|
27
|
+
fill: "currentColor"
|
|
28
|
+
}, React.createElement("path", {
|
|
29
|
+
d: "M18.5 10.25a1.25 1.25 0 1 1-2.5 0 1.25 1.25 0 0 1 2.5 0ZM7 6a1 1 0 0 0 0 2h5a1 1 0 1 0 0-2H7Z"
|
|
30
|
+
}), React.createElement("path", {
|
|
31
|
+
fillRule: "evenodd",
|
|
32
|
+
d: "M12.6 2.4h-6c-1.84 0-3.4.64-4.68 1.92C.64 5.6 0 7.16 0 9c0 2.136.42 4.19.845 6.264l.145.711A101.66 101.66 0 0 0 3 24h6v-3h4v3h5.6l2.01-7.92L24 14.97V6.5h-2.61l-2.73-2.63c.04-.24.095-.475.165-.705.07-.23.145-.455.225-.675.04-.1.075-.21.105-.33a1.736 1.736 0 0 0-.48-1.635A1.736 1.736 0 0 0 17.4 0c-.96 0-1.855.21-2.685.63A6.098 6.098 0 0 0 12.6 2.4ZM22 8.5h-1.417l-4.069-3.92.173-1.039c.054-.324.129-.644.225-.958.058-.193.12-.384.186-.573a3.808 3.808 0 0 0-1.48.405 4.1 4.1 0 0 0-1.428 1.198l-.6.787H6.6c-1.32 0-2.368.436-3.266 1.334C2.436 6.632 2 7.681 2 9c0 1.921.378 3.772.808 5.877l.142.702A99.66 99.66 0 0 0 4.507 22H7v-3h8v3h2.044l1.898-7.478L22 13.52V8.5Z",
|
|
33
|
+
clipRule: "evenodd"
|
|
34
|
+
}))));
|
|
35
|
+
}
|
|
@@ -14,7 +14,7 @@ function _extends() {
|
|
|
14
14
|
}
|
|
15
15
|
import React, { Fragment } from 'react';
|
|
16
16
|
import { Icon } from '../icon.component.js';
|
|
17
|
-
export function XIcon({ look ='filled' , 'aria-label': ariaLabel = 'X' , copyrightYear ='
|
|
17
|
+
export function XIcon({ look ='filled' , 'aria-label': ariaLabel = 'X' , copyrightYear ='2023' , ...props }) {
|
|
18
18
|
return React.createElement(Icon, _extends({
|
|
19
19
|
"aria-label": ariaLabel,
|
|
20
20
|
copyrightYear: copyrightYear
|
|
@@ -3,11 +3,11 @@ export const styles = tv({
|
|
|
3
3
|
base: 'inline-block transition-colors disabled:pointer-events-none disabled:opacity-50',
|
|
4
4
|
variants: {
|
|
5
5
|
size: {
|
|
6
|
-
xsmall: '
|
|
7
|
-
small: '
|
|
8
|
-
medium: '
|
|
9
|
-
large: '
|
|
10
|
-
xlarge: '
|
|
6
|
+
xsmall: 'size-2',
|
|
7
|
+
small: 'size-3',
|
|
8
|
+
medium: 'size-4',
|
|
9
|
+
large: 'size-6',
|
|
10
|
+
xlarge: 'size-8'
|
|
11
11
|
},
|
|
12
12
|
color: {
|
|
13
13
|
success: 'text-success',
|
|
@@ -41,6 +41,8 @@ export { CardlessCashIcon } from './components/cardless-cash-icon.js';
|
|
|
41
41
|
export { CartIcon } from './components/cart-icon.js';
|
|
42
42
|
export { ChatIcon } from './components/chat-icon.js';
|
|
43
43
|
export { CheckIcon } from './components/check-icon.js';
|
|
44
|
+
export { ChildCareIcon } from './components/child-care-icon.js';
|
|
45
|
+
export { ChildIcon } from './components/child-icon.js';
|
|
44
46
|
export { CircleIcon } from './components/circle-icon.js';
|
|
45
47
|
export { ClearIcon } from './components/clear-icon.js';
|
|
46
48
|
export { ClockIcon } from './components/clock-icon.js';
|
|
@@ -164,6 +166,7 @@ export { PercentIcon } from './components/percent-icon.js';
|
|
|
164
166
|
export { PersonIcon } from './components/person-icon.js';
|
|
165
167
|
export { PhoneIcon } from './components/phone-icon.js';
|
|
166
168
|
export { PieChartIcon } from './components/pie-chart-icon.js';
|
|
169
|
+
export { PiggyBankIcon } from './components/piggy-bank-icon.js';
|
|
167
170
|
export { PizzaIcon } from './components/pizza-icon.js';
|
|
168
171
|
export { PlaneIcon } from './components/plane-icon.js';
|
|
169
172
|
export { PlayCircleIcon } from './components/play-circle-icon.js';
|
|
@@ -236,6 +239,7 @@ export { WindowsNewIcon } from './components/windows-new-icon.js';
|
|
|
236
239
|
export { WineGlassIcon } from './components/wine-glass-icon.js';
|
|
237
240
|
export { WordFileIcon } from './components/word-file-icon.js';
|
|
238
241
|
export { WriteIcon } from './components/write-icon.js';
|
|
242
|
+
export { XIcon } from './components/x-icon.js';
|
|
239
243
|
export { YammerIcon } from './components/yammer-icon.js';
|
|
240
244
|
export { YoutubeIcon } from './components/youtube-icon.js';
|
|
241
245
|
export { ZipFileIcon } from './components/zip-file-icon.js';
|
|
@@ -41,6 +41,8 @@ export { CardlessCashIcon } from './components/cardless-cash-icon.js';
|
|
|
41
41
|
export { CartIcon } from './components/cart-icon.js';
|
|
42
42
|
export { ChatIcon } from './components/chat-icon.js';
|
|
43
43
|
export { CheckIcon } from './components/check-icon.js';
|
|
44
|
+
export { ChildCareIcon } from './components/child-care-icon.js';
|
|
45
|
+
export { ChildIcon } from './components/child-icon.js';
|
|
44
46
|
export { CircleIcon } from './components/circle-icon.js';
|
|
45
47
|
export { ClearIcon } from './components/clear-icon.js';
|
|
46
48
|
export { ClockIcon } from './components/clock-icon.js';
|
|
@@ -164,6 +166,7 @@ export { PercentIcon } from './components/percent-icon.js';
|
|
|
164
166
|
export { PersonIcon } from './components/person-icon.js';
|
|
165
167
|
export { PhoneIcon } from './components/phone-icon.js';
|
|
166
168
|
export { PieChartIcon } from './components/pie-chart-icon.js';
|
|
169
|
+
export { PiggyBankIcon } from './components/piggy-bank-icon.js';
|
|
167
170
|
export { PizzaIcon } from './components/pizza-icon.js';
|
|
168
171
|
export { PlaneIcon } from './components/plane-icon.js';
|
|
169
172
|
export { PlayCircleIcon } from './components/play-circle-icon.js';
|
|
@@ -236,6 +239,7 @@ export { WindowsNewIcon } from './components/windows-new-icon.js';
|
|
|
236
239
|
export { WineGlassIcon } from './components/wine-glass-icon.js';
|
|
237
240
|
export { WordFileIcon } from './components/word-file-icon.js';
|
|
238
241
|
export { WriteIcon } from './components/write-icon.js';
|
|
242
|
+
export { XIcon } from './components/x-icon.js';
|
|
239
243
|
export { YammerIcon } from './components/yammer-icon.js';
|
|
240
244
|
export { YoutubeIcon } from './components/youtube-icon.js';
|
|
241
245
|
export { ZipFileIcon } from './components/zip-file-icon.js';
|
|
@@ -39,10 +39,10 @@ export const styles = tv({
|
|
|
39
39
|
},
|
|
40
40
|
type: {
|
|
41
41
|
bullet: {
|
|
42
|
-
bullet: 'left-[0.25rem] top-1
|
|
42
|
+
bullet: 'left-[0.25rem] top-1 size-[0.5rem] rounded-full'
|
|
43
43
|
},
|
|
44
44
|
link: {
|
|
45
|
-
bullet: 'left-[0.125rem] top-1
|
|
45
|
+
bullet: 'left-[0.125rem] top-1 size-[0.5rem] rotate-45 border-b-0 border-l-0 border-r-[0.125rem] border-t-[0.125rem] bg-[transparent]'
|
|
46
46
|
},
|
|
47
47
|
tick: {
|
|
48
48
|
bullet: ' left-[0.125rem] top-[0.3125rem] h-1 w-2 rotate-[-44deg] border-b-[0.125rem] border-l-[0.125rem] border-r-0 border-t-0 bg-[transparent]'
|
|
@@ -80,7 +80,7 @@ export const styles = tv({
|
|
|
80
80
|
],
|
|
81
81
|
type: 'link',
|
|
82
82
|
icon: true,
|
|
83
|
-
className: 'left-0 top-0
|
|
83
|
+
className: 'left-0 top-0 size-3 rotate-0 border-none bg-[transparent]'
|
|
84
84
|
},
|
|
85
85
|
{
|
|
86
86
|
slots: [
|
|
@@ -18,7 +18,7 @@ import React from 'react';
|
|
|
18
18
|
import { Pictogram } from '../../pictogram.component.js';
|
|
19
19
|
export function WBCBankCardPictogram({ 'aria-label': ariaLabel = 'Bank card' , copyrightYear ='2024' , viewBoxHeight =200 , viewBoxWidth =200 , className , ...props }) {
|
|
20
20
|
return React.createElement(Pictogram, _extends({
|
|
21
|
-
className: clsx('
|
|
21
|
+
className: clsx('size-[200px]', className),
|
|
22
22
|
"aria-label": ariaLabel,
|
|
23
23
|
copyrightYear: copyrightYear,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function AccessibilityPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Accessibility' , copyrightYear ='2024' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function AccountsPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Accounts' , copyrightYear ='2024' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function AeroplanePictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Aeroplane' , copyrightYear ='2024' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function ArrowDownPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Arrow down' , copyrightYear ='2021' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function ArrowLeftPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Arrow left' , copyrightYear ='2021' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function ArrowRightPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Arrow right' , copyrightYear ='2021' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function ArrowUpPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Arrow up' , copyrightYear ='2021' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function ArrowsPassingPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Arrows pointing left and right' , copyrightYear ='2021' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function ATMPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'ATM' , copyrightYear ='2024' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function AustraliaPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Australia' , copyrightYear ='2021' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function BankCardLockedPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Locked bank card' , copyrightYear ='2024' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function BankCardPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Bank card' , copyrightYear ='2024' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function BankPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Bank' , copyrightYear ='2021' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function BirthCertificatePictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Birth certificate' , copyrightYear ='2024' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function BuildingPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Building' , copyrightYear ='2021' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function BuoyPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Buoy' , copyrightYear ='2021' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function BusPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Bus' , copyrightYear ='2021' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function BusinessPersonPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Business person' , copyrightYear ='2024' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function CalculatorPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Calculator' , copyrightYear ='2024' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function CalendarPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Calendar' , copyrightYear ='2024' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function CarPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Car' , copyrightYear ='2021' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function CashPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Cash' , copyrightYear ='2024' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function CelebrationPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Celebration' , copyrightYear ='2021' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function ChatPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Chat' , copyrightYear ='2024' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function ClockPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Clock' , copyrightYear ='2024' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function CoffeePictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Coffee' , copyrightYear ='2021' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function CoinsPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Coins' , copyrightYear ='2024' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function CompassPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Compass' , copyrightYear ='2021' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function CustomerProfilePictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Customer profile' , copyrightYear ='2021' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function DesktopComputerPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Desktop computer' , copyrightYear ='2024' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function DocumentAndPenPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Document and pen' , copyrightYear ='2021' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function DollarSignPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Dollar sign' , copyrightYear ='2024' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function DriversLicencePictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Drivers licence' , copyrightYear ='2024' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|
|
@@ -19,7 +19,7 @@ import { Pictogram } from '../../pictogram.component.js';
|
|
|
19
19
|
import { fill } from '../../pictogram.styles.js';
|
|
20
20
|
export function EducationPictogram({ mode ='duo' , viewBoxWidth =78 , viewBoxHeight =78 , 'aria-label': ariaLabel = 'Education' , copyrightYear ='2021' , className , ...props }) {
|
|
21
21
|
return React.createElement(Pictogram, _extends({
|
|
22
|
-
className: clsx('
|
|
22
|
+
className: clsx('size-13', className),
|
|
23
23
|
viewBoxWidth: viewBoxWidth,
|
|
24
24
|
viewBoxHeight: viewBoxHeight,
|
|
25
25
|
"aria-label": ariaLabel,
|