@originallyus/feedback-rn-sdk 4.0.0-beta.24 → 4.0.0-beta.26
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/README.md +34 -19
- package/lib/module/ContentUsefulness.js +150 -86
- package/lib/module/ContentUsefulness.js.map +1 -1
- package/lib/module/FeedbackSDK.js +73 -18
- package/lib/module/FeedbackSDK.js.map +1 -1
- package/lib/module/FeedbackSDKAppStoreRating.js +125 -0
- package/lib/module/FeedbackSDKAppStoreRating.js.map +1 -0
- package/lib/module/FeedbackSDKForm.js +168 -183
- package/lib/module/FeedbackSDKForm.js.map +1 -1
- package/lib/module/FeedbackSDKSplash.js +71 -29
- package/lib/module/FeedbackSDKSplash.js.map +1 -1
- package/lib/module/FeedbackSDKStyles.js +56 -40
- package/lib/module/FeedbackSDKStyles.js.map +1 -1
- package/lib/module/FeedbackSDKSuccess.js +40 -17
- package/lib/module/FeedbackSDKSuccess.js.map +1 -1
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Bold.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Bold.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Bold.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Condensed.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Condensed.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Condensed.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-CondensedMedium.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-CondensedMedium.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-CondensedMedium.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-ExtraBold.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-ExtraBold.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-ExtraBold.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Medium.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Medium.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Medium.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Regular.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Regular.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Regular.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/Mangal/Mangal-Bold.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/Mangal/Mangal-Regular.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/Nirmala/Nirmala-Bold.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/Nirmala/Nirmala-Regular.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/NotoSansThaiExNoto/NotoSansThaiExNoto-Bold.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/NotoSansThaiExNoto/NotoSansThaiExNoto-Medium.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/NotoSansThaiExNoto/NotoSansThaiExNoto-Regular.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/NotoSansThaiExNoto/NotoSansThaiExNoto-Semibold.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Bold.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Bold.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Bold.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-BoldItalic.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-BoldItalic.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-BoldItalic.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Extrabold.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Extrabold.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Extrabold.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-ExtraboldItalic.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-ExtraboldItalic.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-ExtraboldItalic.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Italic.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Italic.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Italic.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Light.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Light.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Light.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Regular.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Regular.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Regular.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Semibold.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Semibold.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Semibold.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-SemiboldItalic.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-SemiboldItalic.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-SemiboldItalic.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSansLight-Italic.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSansLight-Italic.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSansLight-Italic.woff2 +0 -0
- package/lib/module/component/AIA/assets/index.js +16 -0
- package/lib/module/component/AIA/assets/index.js.map +1 -0
- package/lib/module/component/AIA/assets/package.json +19 -0
- package/lib/module/component/AIA/atoms/ActivityIndicator/ActivityIndicator.js +88 -0
- package/lib/module/component/AIA/atoms/ActivityIndicator/ActivityIndicator.js.map +1 -0
- package/lib/module/component/AIA/atoms/ActivityIndicator/README.md +23 -0
- package/lib/module/component/AIA/atoms/ActivityIndicator/changelog.txt +28 -0
- package/lib/module/component/AIA/atoms/ActivityIndicator/config/index.js +7 -0
- package/lib/module/component/AIA/atoms/ActivityIndicator/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/ActivityIndicator/index.js +4 -0
- package/lib/module/component/AIA/atoms/ActivityIndicator/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/ActivityIndicator/styles/index.js +48 -0
- package/lib/module/component/AIA/atoms/ActivityIndicator/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/ActivityIndicator/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/ActivityIndicator/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Badge/Badge.js +66 -0
- package/lib/module/component/AIA/atoms/Badge/Badge.js.map +1 -0
- package/lib/module/component/AIA/atoms/Badge/README.md +14 -0
- package/lib/module/component/AIA/atoms/Badge/changelog.txt +12 -0
- package/lib/module/component/AIA/atoms/Badge/config/index.js +10 -0
- package/lib/module/component/AIA/atoms/Badge/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Badge/index.js +4 -0
- package/lib/module/component/AIA/atoms/Badge/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Badge/styles/index.js +40 -0
- package/lib/module/component/AIA/atoms/Badge/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Badge/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Badge/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/Breadcrumb.js +80 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/Breadcrumb.js.map +1 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/README.md +16 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/changelog.txt +18 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/config/index.js +17 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/index.js +4 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/styles/index.js +36 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Button/Button.js +176 -0
- package/lib/module/component/AIA/atoms/Button/Button.js.map +1 -0
- package/lib/module/component/AIA/atoms/Button/Readme.md +27 -0
- package/lib/module/component/AIA/atoms/Button/changelog.txt +61 -0
- package/lib/module/component/AIA/atoms/Button/config/index.js +7 -0
- package/lib/module/component/AIA/atoms/Button/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Button/index.js +4 -0
- package/lib/module/component/AIA/atoms/Button/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Button/styles/index.js +105 -0
- package/lib/module/component/AIA/atoms/Button/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Button/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Button/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/CardContainer/CardContainer.js +116 -0
- package/lib/module/component/AIA/atoms/CardContainer/CardContainer.js.map +1 -0
- package/lib/module/component/AIA/atoms/CardContainer/README.md +19 -0
- package/lib/module/component/AIA/atoms/CardContainer/changelog.txt +36 -0
- package/lib/module/component/AIA/atoms/CardContainer/config/index.js +7 -0
- package/lib/module/component/AIA/atoms/CardContainer/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/CardContainer/index.js +4 -0
- package/lib/module/component/AIA/atoms/CardContainer/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/CardContainer/styles/index.js +25 -0
- package/lib/module/component/AIA/atoms/CardContainer/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/CardContainer/types/index.js +4 -0
- package/lib/module/component/AIA/atoms/CardContainer/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Carousel/Carousel.js +130 -0
- package/lib/module/component/AIA/atoms/Carousel/Carousel.js.map +1 -0
- package/lib/module/component/AIA/atoms/Carousel/README.md +23 -0
- package/lib/module/component/AIA/atoms/Carousel/changelog.txt +23 -0
- package/lib/module/component/AIA/atoms/Carousel/config/index.js +10 -0
- package/lib/module/component/AIA/atoms/Carousel/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Carousel/index.js +4 -0
- package/lib/module/component/AIA/atoms/Carousel/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Carousel/styles/index.js +44 -0
- package/lib/module/component/AIA/atoms/Carousel/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Carousel/types/index.js +10 -0
- package/lib/module/component/AIA/atoms/Carousel/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Chip/Chip.js +126 -0
- package/lib/module/component/AIA/atoms/Chip/Chip.js.map +1 -0
- package/lib/module/component/AIA/atoms/Chip/README.md +38 -0
- package/lib/module/component/AIA/atoms/Chip/changelog.txt +64 -0
- package/lib/module/component/AIA/atoms/Chip/config/index.js +24 -0
- package/lib/module/component/AIA/atoms/Chip/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Chip/index.js +4 -0
- package/lib/module/component/AIA/atoms/Chip/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Chip/styles/index.js +93 -0
- package/lib/module/component/AIA/atoms/Chip/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Chip/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Chip/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/DatePicker/DatePicker.js +156 -0
- package/lib/module/component/AIA/atoms/DatePicker/DatePicker.js.map +1 -0
- package/lib/module/component/AIA/atoms/DatePicker/README.md +58 -0
- package/lib/module/component/AIA/atoms/DatePicker/changelog.txt +39 -0
- package/lib/module/component/AIA/atoms/DatePicker/config/index.js +23 -0
- package/lib/module/component/AIA/atoms/DatePicker/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/DatePicker/index.js +4 -0
- package/lib/module/component/AIA/atoms/DatePicker/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/DatePicker/styles/index.js +63 -0
- package/lib/module/component/AIA/atoms/DatePicker/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/DatePicker/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/DatePicker/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/DialogContainer/DialogContainer.js +61 -0
- package/lib/module/component/AIA/atoms/DialogContainer/DialogContainer.js.map +1 -0
- package/lib/module/component/AIA/atoms/DialogContainer/README.md +21 -0
- package/lib/module/component/AIA/atoms/DialogContainer/changelog.txt +16 -0
- package/lib/module/component/AIA/atoms/DialogContainer/config/index.js +10 -0
- package/lib/module/component/AIA/atoms/DialogContainer/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/DialogContainer/index.js +4 -0
- package/lib/module/component/AIA/atoms/DialogContainer/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/DialogContainer/styles/index.js +25 -0
- package/lib/module/component/AIA/atoms/DialogContainer/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/DialogContainer/types/index.js +4 -0
- package/lib/module/component/AIA/atoms/DialogContainer/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Divider/Divider.js +63 -0
- package/lib/module/component/AIA/atoms/Divider/Divider.js.map +1 -0
- package/lib/module/component/AIA/atoms/Divider/README.md +14 -0
- package/lib/module/component/AIA/atoms/Divider/changelog.txt +10 -0
- package/lib/module/component/AIA/atoms/Divider/config/index.js +7 -0
- package/lib/module/component/AIA/atoms/Divider/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Divider/index.js +4 -0
- package/lib/module/component/AIA/atoms/Divider/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Divider/styles/index.js +16 -0
- package/lib/module/component/AIA/atoms/Divider/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Divider/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Divider/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Drawer/Drawer.js +92 -0
- package/lib/module/component/AIA/atoms/Drawer/Drawer.js.map +1 -0
- package/lib/module/component/AIA/atoms/Drawer/README.md +24 -0
- package/lib/module/component/AIA/atoms/Drawer/changelog.txt +20 -0
- package/lib/module/component/AIA/atoms/Drawer/config/index.js +11 -0
- package/lib/module/component/AIA/atoms/Drawer/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Drawer/index.js +4 -0
- package/lib/module/component/AIA/atoms/Drawer/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Drawer/styles/index.js +21 -0
- package/lib/module/component/AIA/atoms/Drawer/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Drawer/types/index.js +4 -0
- package/lib/module/component/AIA/atoms/Drawer/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/FloatingButton/FloatingButton.js +113 -0
- package/lib/module/component/AIA/atoms/FloatingButton/FloatingButton.js.map +1 -0
- package/lib/module/component/AIA/atoms/FloatingButton/README.md +15 -0
- package/lib/module/component/AIA/atoms/FloatingButton/changelog.txt +19 -0
- package/lib/module/component/AIA/atoms/FloatingButton/config/index.js +7 -0
- package/lib/module/component/AIA/atoms/FloatingButton/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/FloatingButton/index.js +4 -0
- package/lib/module/component/AIA/atoms/FloatingButton/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/FloatingButton/styles/index.js +38 -0
- package/lib/module/component/AIA/atoms/FloatingButton/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/FloatingButton/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/FloatingButton/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icon/Icon.js +138 -0
- package/lib/module/component/AIA/atoms/Icon/Icon.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icon/README.md +40 -0
- package/lib/module/component/AIA/atoms/Icon/changelog.txt +30 -0
- package/lib/module/component/AIA/atoms/Icon/index.js +4 -0
- package/lib/module/component/AIA/atoms/Icon/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icon/styles/index.js +12 -0
- package/lib/module/component/AIA/atoms/Icon/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icon/types/index.js +4 -0
- package/lib/module/component/AIA/atoms/Icon/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IconButton/IconButton.js +110 -0
- package/lib/module/component/AIA/atoms/IconButton/IconButton.js.map +1 -0
- package/lib/module/component/AIA/atoms/IconButton/README.md +17 -0
- package/lib/module/component/AIA/atoms/IconButton/changelog.txt +20 -0
- package/lib/module/component/AIA/atoms/IconButton/config/index.js +11 -0
- package/lib/module/component/AIA/atoms/IconButton/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IconButton/index.js +4 -0
- package/lib/module/component/AIA/atoms/IconButton/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IconButton/styles/index.js +45 -0
- package/lib/module/component/AIA/atoms/IconButton/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IconButton/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/IconButton/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/changelog.txt +19 -0
- package/lib/module/component/AIA/atoms/Icons/document-control/index.js +128 -0
- package/lib/module/component/AIA/atoms/Icons/document-control/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/function/index.js +387 -0
- package/lib/module/component/AIA/atoms/Icons/function/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/general/index.js +569 -0
- package/lib/module/component/AIA/atoms/Icons/general/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/health-and-wellness/index.js +296 -0
- package/lib/module/component/AIA/atoms/Icons/health-and-wellness/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/index.js +34 -0
- package/lib/module/component/AIA/atoms/Icons/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/login/index.js +86 -0
- package/lib/module/component/AIA/atoms/Icons/login/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/media-control/index.js +128 -0
- package/lib/module/component/AIA/atoms/Icons/media-control/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/menu/index.js +303 -0
- package/lib/module/component/AIA/atoms/Icons/menu/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/rating/index.js +114 -0
- package/lib/module/component/AIA/atoms/Icons/rating/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/red-illustrations/index.js +478 -0
- package/lib/module/component/AIA/atoms/Icons/red-illustrations/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/social-media/index.js +93 -0
- package/lib/module/component/AIA/atoms/Icons/social-media/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/system-control/index.js +338 -0
- package/lib/module/component/AIA/atoms/Icons/system-control/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/type/index.js +30 -0
- package/lib/module/component/AIA/atoms/Icons/type/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/account-setup/index.js +39 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/account-setup/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/changelog.txt +0 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/empty-state/index.js +33 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/empty-state/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/health-and-wellness/index.js +63 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/health-and-wellness/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/index.js +40 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/medical/index.js +45 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/medical/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/payment/index.js +31 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/payment/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-agents/index.js +45 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-agents/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-celebration/index.js +59 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-celebration/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-exercise/index.js +73 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-exercise/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-family/index.js +55 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-family/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-general/index.js +51 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-general/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.js +67 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-medical/index.js +55 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-medical/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/success-and-reward/index.js +39 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/success-and-reward/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/system/index.js +35 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/system/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/type/index.js +33 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/type/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Image/Image.js +53 -0
- package/lib/module/component/AIA/atoms/Image/Image.js.map +1 -0
- package/lib/module/component/AIA/atoms/Image/README.md +35 -0
- package/lib/module/component/AIA/atoms/Image/changelog.txt +25 -0
- package/lib/module/component/AIA/atoms/Image/index.js +4 -0
- package/lib/module/component/AIA/atoms/Image/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Image/styles/index.js +19 -0
- package/lib/module/component/AIA/atoms/Image/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Image/types/index.js +4 -0
- package/lib/module/component/AIA/atoms/Image/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/InlineButton/InlineButton.js +73 -0
- package/lib/module/component/AIA/atoms/InlineButton/InlineButton.js.map +1 -0
- package/lib/module/component/AIA/atoms/InlineButton/README.md +15 -0
- package/lib/module/component/AIA/atoms/InlineButton/changelog.txt +7 -0
- package/lib/module/component/AIA/atoms/InlineButton/config/index.js +7 -0
- package/lib/module/component/AIA/atoms/InlineButton/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/InlineButton/index.js +4 -0
- package/lib/module/component/AIA/atoms/InlineButton/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/InlineButton/styles/index.js +29 -0
- package/lib/module/component/AIA/atoms/InlineButton/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/InlineButton/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/InlineButton/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Input/Input.js +241 -0
- package/lib/module/component/AIA/atoms/Input/Input.js.map +1 -0
- package/lib/module/component/AIA/atoms/Input/README.md +68 -0
- package/lib/module/component/AIA/atoms/Input/changelog.txt +77 -0
- package/lib/module/component/AIA/atoms/Input/config/index.js +23 -0
- package/lib/module/component/AIA/atoms/Input/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Input/index.js +4 -0
- package/lib/module/component/AIA/atoms/Input/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Input/styles/index.js +120 -0
- package/lib/module/component/AIA/atoms/Input/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Input/types/index.js +4 -0
- package/lib/module/component/AIA/atoms/Input/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Label/Label.js +54 -0
- package/lib/module/component/AIA/atoms/Label/Label.js.map +1 -0
- package/lib/module/component/AIA/atoms/Label/README.md +14 -0
- package/lib/module/component/AIA/atoms/Label/changelog.txt +21 -0
- package/lib/module/component/AIA/atoms/Label/config/index.js +7 -0
- package/lib/module/component/AIA/atoms/Label/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Label/index.js +4 -0
- package/lib/module/component/AIA/atoms/Label/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Label/styles/index.js +16 -0
- package/lib/module/component/AIA/atoms/Label/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Label/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Label/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/LazyLoad/LazyLoad.js +39 -0
- package/lib/module/component/AIA/atoms/LazyLoad/LazyLoad.js.map +1 -0
- package/lib/module/component/AIA/atoms/LazyLoad/LazyLoadView.js +22 -0
- package/lib/module/component/AIA/atoms/LazyLoad/LazyLoadView.js.map +1 -0
- package/lib/module/component/AIA/atoms/LazyLoad/README.md +17 -0
- package/lib/module/component/AIA/atoms/LazyLoad/changelog.txt +24 -0
- package/lib/module/component/AIA/atoms/LazyLoad/index.js +5 -0
- package/lib/module/component/AIA/atoms/LazyLoad/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/LazyLoad/styles/index.js +13 -0
- package/lib/module/component/AIA/atoms/LazyLoad/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/LazyLoad/types/index.js +4 -0
- package/lib/module/component/AIA/atoms/LazyLoad/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/MapWrapper/MapWrapper.js +39 -0
- package/lib/module/component/AIA/atoms/MapWrapper/MapWrapper.js.map +1 -0
- package/lib/module/component/AIA/atoms/MapWrapper/README.md +63 -0
- package/lib/module/component/AIA/atoms/MapWrapper/changelog.txt +14 -0
- package/lib/module/component/AIA/atoms/MapWrapper/config/index.js +7 -0
- package/lib/module/component/AIA/atoms/MapWrapper/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/MapWrapper/index.js +4 -0
- package/lib/module/component/AIA/atoms/MapWrapper/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/MapWrapper/styles/index.js +17 -0
- package/lib/module/component/AIA/atoms/MapWrapper/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/MapWrapper/types/index.js +4 -0
- package/lib/module/component/AIA/atoms/MapWrapper/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/ProgressBar/ProgressBar.js +119 -0
- package/lib/module/component/AIA/atoms/ProgressBar/ProgressBar.js.map +1 -0
- package/lib/module/component/AIA/atoms/ProgressBar/README.md +15 -0
- package/lib/module/component/AIA/atoms/ProgressBar/changelog.txt +7 -0
- package/lib/module/component/AIA/atoms/ProgressBar/config/index.js +7 -0
- package/lib/module/component/AIA/atoms/ProgressBar/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/ProgressBar/index.js +4 -0
- package/lib/module/component/AIA/atoms/ProgressBar/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/ProgressBar/styles/index.js +71 -0
- package/lib/module/component/AIA/atoms/ProgressBar/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/ProgressBar/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/ProgressBar/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Rating/README.md +25 -0
- package/lib/module/component/AIA/atoms/Rating/Rating.js +197 -0
- package/lib/module/component/AIA/atoms/Rating/Rating.js.map +1 -0
- package/lib/module/component/AIA/atoms/Rating/changelog.txt +32 -0
- package/lib/module/component/AIA/atoms/Rating/config/index.js +53 -0
- package/lib/module/component/AIA/atoms/Rating/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Rating/index.js +4 -0
- package/lib/module/component/AIA/atoms/Rating/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Rating/styles/index.js +64 -0
- package/lib/module/component/AIA/atoms/Rating/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Rating/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Rating/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/Readme.md +24 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/SingleCheckbox.js +67 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/SingleCheckbox.js.map +1 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/changelog.txt +32 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/config/index.js +12 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/index.js +4 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/styles/index.js +35 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SingleRadio/README.md +23 -0
- package/lib/module/component/AIA/atoms/SingleRadio/SingleRadio.js +57 -0
- package/lib/module/component/AIA/atoms/SingleRadio/SingleRadio.js.map +1 -0
- package/lib/module/component/AIA/atoms/SingleRadio/changelog.txt +31 -0
- package/lib/module/component/AIA/atoms/SingleRadio/index.js +4 -0
- package/lib/module/component/AIA/atoms/SingleRadio/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SingleRadio/styles/index.js +45 -0
- package/lib/module/component/AIA/atoms/SingleRadio/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SingleRadio/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/SingleRadio/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Surface/README.md +14 -0
- package/lib/module/component/AIA/atoms/Surface/Surface.js +165 -0
- package/lib/module/component/AIA/atoms/Surface/Surface.js.map +1 -0
- package/lib/module/component/AIA/atoms/Surface/changelog.txt +10 -0
- package/lib/module/component/AIA/atoms/Surface/config/index.js +19 -0
- package/lib/module/component/AIA/atoms/Surface/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Surface/index.js +4 -0
- package/lib/module/component/AIA/atoms/Surface/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Surface/styles/index.js +12 -0
- package/lib/module/component/AIA/atoms/Surface/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Surface/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Surface/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Switch/Changelog.txt +41 -0
- package/lib/module/component/AIA/atoms/Switch/Switch.js +127 -0
- package/lib/module/component/AIA/atoms/Switch/Switch.js.map +1 -0
- package/lib/module/component/AIA/atoms/Switch/config/index.js +11 -0
- package/lib/module/component/AIA/atoms/Switch/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Switch/index.js +4 -0
- package/lib/module/component/AIA/atoms/Switch/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Switch/styles/index.js +26 -0
- package/lib/module/component/AIA/atoms/Switch/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Switch/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Switch/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Tab/README.md +17 -0
- package/lib/module/component/AIA/atoms/Tab/Tab.js +88 -0
- package/lib/module/component/AIA/atoms/Tab/Tab.js.map +1 -0
- package/lib/module/component/AIA/atoms/Tab/changelog.txt +45 -0
- package/lib/module/component/AIA/atoms/Tab/index.js +4 -0
- package/lib/module/component/AIA/atoms/Tab/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Tab/styles/index.js +47 -0
- package/lib/module/component/AIA/atoms/Tab/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Tab/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Tab/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Tag/README.md +15 -0
- package/lib/module/component/AIA/atoms/Tag/Tag.js +89 -0
- package/lib/module/component/AIA/atoms/Tag/Tag.js.map +1 -0
- package/lib/module/component/AIA/atoms/Tag/changelog.txt +18 -0
- package/lib/module/component/AIA/atoms/Tag/config/index.js +11 -0
- package/lib/module/component/AIA/atoms/Tag/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Tag/index.js +4 -0
- package/lib/module/component/AIA/atoms/Tag/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Tag/styles/index.js +41 -0
- package/lib/module/component/AIA/atoms/Tag/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Tag/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Tag/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Text/README.md +30 -0
- package/lib/module/component/AIA/atoms/Text/Text.js +86 -0
- package/lib/module/component/AIA/atoms/Text/Text.js.map +1 -0
- package/lib/module/component/AIA/atoms/Text/changelog.txt +38 -0
- package/lib/module/component/AIA/atoms/Text/config/index.js +10 -0
- package/lib/module/component/AIA/atoms/Text/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Text/index.js +4 -0
- package/lib/module/component/AIA/atoms/Text/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Text/styles/index.js +29 -0
- package/lib/module/component/AIA/atoms/Text/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Text/types/index.js +4 -0
- package/lib/module/component/AIA/atoms/Text/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/TextArea/README.md +33 -0
- package/lib/module/component/AIA/atoms/TextArea/TextArea.js +117 -0
- package/lib/module/component/AIA/atoms/TextArea/TextArea.js.map +1 -0
- package/lib/module/component/AIA/atoms/TextArea/changelog.txt +25 -0
- package/lib/module/component/AIA/atoms/TextArea/config/index.js +11 -0
- package/lib/module/component/AIA/atoms/TextArea/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/TextArea/index.js +4 -0
- package/lib/module/component/AIA/atoms/TextArea/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/TextArea/styles/index.js +83 -0
- package/lib/module/component/AIA/atoms/TextArea/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/TextArea/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/TextArea/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Toggle/README.md +15 -0
- package/lib/module/component/AIA/atoms/Toggle/Toggle.js +79 -0
- package/lib/module/component/AIA/atoms/Toggle/Toggle.js.map +1 -0
- package/lib/module/component/AIA/atoms/Toggle/changelog.txt +33 -0
- package/lib/module/component/AIA/atoms/Toggle/config/index.js +7 -0
- package/lib/module/component/AIA/atoms/Toggle/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Toggle/index.js +4 -0
- package/lib/module/component/AIA/atoms/Toggle/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Toggle/styles/index.js +45 -0
- package/lib/module/component/AIA/atoms/Toggle/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Toggle/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Toggle/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Tooltip/Changelog.txt +34 -0
- package/lib/module/component/AIA/atoms/Tooltip/README.md +27 -0
- package/lib/module/component/AIA/atoms/Tooltip/Tooltip.js +93 -0
- package/lib/module/component/AIA/atoms/Tooltip/Tooltip.js.map +1 -0
- package/lib/module/component/AIA/atoms/Tooltip/index.js +4 -0
- package/lib/module/component/AIA/atoms/Tooltip/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Tooltip/styles/index.js +34 -0
- package/lib/module/component/AIA/atoms/Tooltip/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Tooltip/types/index.js +4 -0
- package/lib/module/component/AIA/atoms/Tooltip/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/ValueStepper/README.md +26 -0
- package/lib/module/component/AIA/atoms/ValueStepper/ValueStepper.js +182 -0
- package/lib/module/component/AIA/atoms/ValueStepper/ValueStepper.js.map +1 -0
- package/lib/module/component/AIA/atoms/ValueStepper/changelog.txt +23 -0
- package/lib/module/component/AIA/atoms/ValueStepper/config/index.js +19 -0
- package/lib/module/component/AIA/atoms/ValueStepper/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/ValueStepper/index.js +4 -0
- package/lib/module/component/AIA/atoms/ValueStepper/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/ValueStepper/styles/index.js +88 -0
- package/lib/module/component/AIA/atoms/ValueStepper/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/ValueStepper/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/ValueStepper/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/changelog.txt +5 -0
- package/lib/module/component/AIA/atoms/index.js +35 -0
- package/lib/module/component/AIA/atoms/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/package.json +25 -0
- package/lib/module/component/AIA/hooks/ChangingRef/index.js +4 -0
- package/lib/module/component/AIA/hooks/ChangingRef/index.js.map +1 -0
- package/lib/module/component/AIA/hooks/ChangingRef/useChangingRef.js +25 -0
- package/lib/module/component/AIA/hooks/ChangingRef/useChangingRef.js.map +1 -0
- package/lib/module/component/AIA/hooks/FontConfig/index.js +2070 -0
- package/lib/module/component/AIA/hooks/FontConfig/index.js.map +1 -0
- package/lib/module/component/AIA/hooks/FontConfig/type/index.js +2 -0
- package/lib/module/component/AIA/hooks/FontConfig/type/index.js.map +1 -0
- package/lib/module/component/AIA/hooks/I18nTranslation/index.js +4 -0
- package/lib/module/component/AIA/hooks/I18nTranslation/index.js.map +1 -0
- package/lib/module/component/AIA/hooks/I18nTranslation/useI18nTranslation.js +15 -0
- package/lib/module/component/AIA/hooks/I18nTranslation/useI18nTranslation.js.map +1 -0
- package/lib/module/component/AIA/hooks/ReanimatedTiming/index.js +4 -0
- package/lib/module/component/AIA/hooks/ReanimatedTiming/index.js.map +1 -0
- package/lib/module/component/AIA/hooks/ReanimatedTiming/useReanimatedTiming.js +60 -0
- package/lib/module/component/AIA/hooks/ReanimatedTiming/useReanimatedTiming.js.map +1 -0
- package/lib/module/component/AIA/hooks/Size/index.js +29 -0
- package/lib/module/component/AIA/hooks/Size/index.js.map +1 -0
- package/lib/module/component/AIA/hooks/Spacing/index.js +18 -0
- package/lib/module/component/AIA/hooks/Spacing/index.js.map +1 -0
- package/lib/module/component/AIA/hooks/UnchangeFunction/index.js +4 -0
- package/lib/module/component/AIA/hooks/UnchangeFunction/index.js.map +1 -0
- package/lib/module/component/AIA/hooks/UnchangeFunction/useUnchangeFunction.js +25 -0
- package/lib/module/component/AIA/hooks/UnchangeFunction/useUnchangeFunction.js.map +1 -0
- package/lib/module/component/AIA/hooks/UseFontScale/index.js +4 -0
- package/lib/module/component/AIA/hooks/UseFontScale/index.js.map +1 -0
- package/lib/module/component/AIA/hooks/UseFontScale/useFontScale.js +17 -0
- package/lib/module/component/AIA/hooks/UseFontScale/useFontScale.js.map +1 -0
- package/lib/module/component/AIA/hooks/WindowDimensions/WindowDimensions.js +22 -0
- package/lib/module/component/AIA/hooks/WindowDimensions/WindowDimensions.js.map +1 -0
- package/lib/module/component/AIA/hooks/WindowDimensions/index.js +4 -0
- package/lib/module/component/AIA/hooks/WindowDimensions/index.js.map +1 -0
- package/lib/module/component/AIA/hooks/WindowDimensions/types/index.js +2 -0
- package/lib/module/component/AIA/hooks/WindowDimensions/types/index.js.map +1 -0
- package/lib/module/component/AIA/hooks/index.js +13 -0
- package/lib/module/component/AIA/hooks/index.js.map +1 -0
- package/lib/module/component/AIA/hooks/package.json +18 -0
- package/lib/module/component/AIA/hooks/useCustomTheme/index.js +4 -0
- package/lib/module/component/AIA/hooks/useCustomTheme/index.js.map +1 -0
- package/lib/module/component/AIA/hooks/useCustomTheme/useCustomTheme.js +42 -0
- package/lib/module/component/AIA/hooks/useCustomTheme/useCustomTheme.js.map +1 -0
- package/lib/module/component/AIA/icons/changelog.txt +61 -0
- package/lib/module/component/AIA/icons/document-control/bold.svg +3 -0
- package/lib/module/component/AIA/icons/document-control/bullet-point.svg +3 -0
- package/lib/module/component/AIA/icons/document-control/copy-document.svg +3 -0
- package/lib/module/component/AIA/icons/document-control/create-new-document.svg +4 -0
- package/lib/module/component/AIA/icons/document-control/duplicate-document.svg +4 -0
- package/lib/module/component/AIA/icons/document-control/fontsize-large.svg +4 -0
- package/lib/module/component/AIA/icons/document-control/fontsize-medium.svg +4 -0
- package/lib/module/component/AIA/icons/document-control/fontsize-small.svg +4 -0
- package/lib/module/component/AIA/icons/document-control/index.js +128 -0
- package/lib/module/component/AIA/icons/document-control/index.js.map +1 -0
- package/lib/module/component/AIA/icons/document-control/italic.svg +3 -0
- package/lib/module/component/AIA/icons/document-control/print-solid.svg +4 -0
- package/lib/module/component/AIA/icons/document-control/print.svg +4 -0
- package/lib/module/component/AIA/icons/document-control/sign-solid.svg +3 -0
- package/lib/module/component/AIA/icons/document-control/sign.svg +3 -0
- package/lib/module/component/AIA/icons/document-control/underline.svg +3 -0
- package/lib/module/component/AIA/icons/function/attach.svg +3 -0
- package/lib/module/component/AIA/icons/function/bookmark-solid-2.svg +3 -0
- package/lib/module/component/AIA/icons/function/bookmark-solid.svg +3 -0
- package/lib/module/component/AIA/icons/function/camera-solid.svg +4 -0
- package/lib/module/component/AIA/icons/function/camera.svg +4 -0
- package/lib/module/component/AIA/icons/function/cart-solid.svg +3 -0
- package/lib/module/component/AIA/icons/function/cart.svg +4 -0
- package/lib/module/component/AIA/icons/function/delete-solid.svg +3 -0
- package/lib/module/component/AIA/icons/function/delete.svg +4 -0
- package/lib/module/component/AIA/icons/function/direction-solid.svg +3 -0
- package/lib/module/component/AIA/icons/function/direction.svg +3 -0
- package/lib/module/component/AIA/icons/function/download.svg +4 -0
- package/lib/module/component/AIA/icons/function/edit.svg +3 -0
- package/lib/module/component/AIA/icons/function/email-solid.svg +4 -0
- package/lib/module/component/AIA/icons/function/email.svg +3 -0
- package/lib/module/component/AIA/icons/function/external-link.svg +4 -0
- package/lib/module/component/AIA/icons/function/filter-funnel-solid.svg +3 -0
- package/lib/module/component/AIA/icons/function/filter-funnel.svg +3 -0
- package/lib/module/component/AIA/icons/function/filter-line-funnel.svg +3 -0
- package/lib/module/component/AIA/icons/function/filter-slider-solid.svg +4 -0
- package/lib/module/component/AIA/icons/function/filter-slider.svg +4 -0
- package/lib/module/component/AIA/icons/function/gps.svg +4 -0
- package/lib/module/component/AIA/icons/function/grid-solid.svg +3 -0
- package/lib/module/component/AIA/icons/function/grid.svg +3 -0
- package/lib/module/component/AIA/icons/function/index.js +387 -0
- package/lib/module/component/AIA/icons/function/index.js.map +1 -0
- package/lib/module/component/AIA/icons/function/info-solid.svg +3 -0
- package/lib/module/component/AIA/icons/function/info.svg +5 -0
- package/lib/module/component/AIA/icons/function/link.svg +4 -0
- package/lib/module/component/AIA/icons/function/live-chat-solid.svg +4 -0
- package/lib/module/component/AIA/icons/function/lock-solid.svg +3 -0
- package/lib/module/component/AIA/icons/function/lock.svg +3 -0
- package/lib/module/component/AIA/icons/function/log-out-solid.svg +3 -0
- package/lib/module/component/AIA/icons/function/log-out.svg +3 -0
- package/lib/module/component/AIA/icons/function/mask.svg +3 -0
- package/lib/module/component/AIA/icons/function/mic-solid.svg +4 -0
- package/lib/module/component/AIA/icons/function/mic.svg +4 -0
- package/lib/module/component/AIA/icons/function/phone-solid.svg +3 -0
- package/lib/module/component/AIA/icons/function/phone.svg +3 -0
- package/lib/module/component/AIA/icons/function/pin-solid.svg +3 -0
- package/lib/module/component/AIA/icons/function/pin.svg +4 -0
- package/lib/module/component/AIA/icons/function/search.svg +3 -0
- package/lib/module/component/AIA/icons/function/send-msg.svg +3 -0
- package/lib/module/component/AIA/icons/function/share-solid.svg +3 -0
- package/lib/module/component/AIA/icons/function/share.svg +3 -0
- package/lib/module/component/AIA/icons/function/sort-by-alphabet.svg +4 -0
- package/lib/module/component/AIA/icons/function/unlink.svg +4 -0
- package/lib/module/component/AIA/icons/function/unlock-solid.svg +3 -0
- package/lib/module/component/AIA/icons/function/unlock.svg +3 -0
- package/lib/module/component/AIA/icons/function/unmask.svg +4 -0
- package/lib/module/component/AIA/icons/function/upload-cloud.svg +4 -0
- package/lib/module/component/AIA/icons/function/vertical-order.svg +3 -0
- package/lib/module/component/AIA/icons/function/write.svg +4 -0
- package/lib/module/component/AIA/icons/general/ai.svg +10 -0
- package/lib/module/component/AIA/icons/general/alarm-solid.svg +4 -0
- package/lib/module/component/AIA/icons/general/alarm.svg +4 -0
- package/lib/module/component/AIA/icons/general/album.svg +5 -0
- package/lib/module/component/AIA/icons/general/alert-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/alert.svg +5 -0
- package/lib/module/component/AIA/icons/general/award.svg +3 -0
- package/lib/module/component/AIA/icons/general/birthday.svg +3 -0
- package/lib/module/component/AIA/icons/general/block.svg +3 -0
- package/lib/module/component/AIA/icons/general/bulb.svg +3 -0
- package/lib/module/component/AIA/icons/general/business.svg +3 -0
- package/lib/module/component/AIA/icons/general/calendar-retake.svg +3 -0
- package/lib/module/component/AIA/icons/general/calendar-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/calendar.svg +4 -0
- package/lib/module/component/AIA/icons/general/chart.svg +4 -0
- package/lib/module/component/AIA/icons/general/chatbot.svg +3 -0
- package/lib/module/component/AIA/icons/general/comment.svg +3 -0
- package/lib/module/component/AIA/icons/general/contact-list-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/countdown.svg +4 -0
- package/lib/module/component/AIA/icons/general/coupon-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/coupon.svg +5 -0
- package/lib/module/component/AIA/icons/general/decrease.svg +4 -0
- package/lib/module/component/AIA/icons/general/delete-text.svg +4 -0
- package/lib/module/component/AIA/icons/general/discount.svg +4 -0
- package/lib/module/component/AIA/icons/general/earn-points.svg +5 -0
- package/lib/module/component/AIA/icons/general/enquiry-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/enquiry.svg +5 -0
- package/lib/module/component/AIA/icons/general/exercise-event.svg +4 -0
- package/lib/module/component/AIA/icons/general/expired.svg +3 -0
- package/lib/module/component/AIA/icons/general/file.svg +3 -0
- package/lib/module/component/AIA/icons/general/flash.svg +3 -0
- package/lib/module/component/AIA/icons/general/folder-bookmark.svg +3 -0
- package/lib/module/component/AIA/icons/general/folder-search.svg +4 -0
- package/lib/module/component/AIA/icons/general/gift.svg +3 -0
- package/lib/module/component/AIA/icons/general/globe.svg +3 -0
- package/lib/module/component/AIA/icons/general/goal.svg +3 -0
- package/lib/module/component/AIA/icons/general/goals-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/group.svg +4 -0
- package/lib/module/component/AIA/icons/general/increase.svg +4 -0
- package/lib/module/component/AIA/icons/general/index.js +583 -0
- package/lib/module/component/AIA/icons/general/index.js.map +1 -0
- package/lib/module/component/AIA/icons/general/laptop-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/laptop.svg +4 -0
- package/lib/module/component/AIA/icons/general/like-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/like.svg +3 -0
- package/lib/module/component/AIA/icons/general/list.svg +8 -0
- package/lib/module/component/AIA/icons/general/map-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/map.svg +3 -0
- package/lib/module/component/AIA/icons/general/medal-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/medal.svg +4 -0
- package/lib/module/component/AIA/icons/general/meetup.svg +4 -0
- package/lib/module/component/AIA/icons/general/membership-card-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/membership-card.svg +4 -0
- package/lib/module/component/AIA/icons/general/notes-solid.svg +4 -0
- package/lib/module/component/AIA/icons/general/notes.svg +4 -0
- package/lib/module/component/AIA/icons/general/notification-new.svg +4 -0
- package/lib/module/component/AIA/icons/general/notification-off.svg +4 -0
- package/lib/module/component/AIA/icons/general/notification-solid.svg +4 -0
- package/lib/module/component/AIA/icons/general/notification.svg +4 -0
- package/lib/module/component/AIA/icons/general/photo.svg +4 -0
- package/lib/module/component/AIA/icons/general/podcast.svg +3 -0
- package/lib/module/component/AIA/icons/general/popular-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/popular.svg +4 -0
- package/lib/module/component/AIA/icons/general/post-office.svg +3 -0
- package/lib/module/component/AIA/icons/general/protect-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/protect.svg +3 -0
- package/lib/module/component/AIA/icons/general/push-notification.svg +5 -0
- package/lib/module/component/AIA/icons/general/qr.svg +9 -0
- package/lib/module/component/AIA/icons/general/question-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/question.svg +5 -0
- package/lib/module/component/AIA/icons/general/read-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/read.svg +3 -0
- package/lib/module/component/AIA/icons/general/report.svg +5 -0
- package/lib/module/component/AIA/icons/general/slide-show.svg +4 -0
- package/lib/module/component/AIA/icons/general/speed.svg +5 -0
- package/lib/module/component/AIA/icons/general/swipe.svg +4 -0
- package/lib/module/component/AIA/icons/general/time-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/time.svg +4 -0
- package/lib/module/component/AIA/icons/general/video-solid.svg +3 -0
- package/lib/module/component/AIA/icons/general/video.svg +3 -0
- package/lib/module/component/AIA/icons/general/warning.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/alcohol.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/beauty.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/beer.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/blood-sugar.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/breath.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/cleaning.svg +5 -0
- package/lib/module/component/AIA/icons/health-and-wellness/coffee.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/dark.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/doctor.svg +5 -0
- package/lib/module/component/AIA/icons/health-and-wellness/dream.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/drumstick.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/fish.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/fitness-plan.svg +20 -0
- package/lib/module/component/AIA/icons/health-and-wellness/fitness.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/flu.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/food.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/health-report.svg +8 -0
- package/lib/module/component/AIA/icons/health-and-wellness/healthy-heart.svg +5 -0
- package/lib/module/component/AIA/icons/health-and-wellness/heart-rate-solid.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/heart-rate.svg +7 -0
- package/lib/module/component/AIA/icons/health-and-wellness/heart-report.svg +5 -0
- package/lib/module/component/AIA/icons/health-and-wellness/index.js +296 -0
- package/lib/module/component/AIA/icons/health-and-wellness/index.js.map +1 -0
- package/lib/module/component/AIA/icons/health-and-wellness/length.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/nutrition.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/quick.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/shine.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/smoking.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/snack.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/steps-solid.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/steps.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/strength.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/sunshine.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/vegetables.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/vitality-earn-point.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/vitality.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/vitals-solid.svg +3 -0
- package/lib/module/component/AIA/icons/health-and-wellness/vitals.svg +4 -0
- package/lib/module/component/AIA/icons/health-and-wellness/weight.svg +5 -0
- package/lib/module/component/AIA/icons/health-and-wellness/workout-tracker-solid.svg +5 -0
- package/lib/module/component/AIA/icons/health-and-wellness/workout-tracker.svg +3 -0
- package/lib/module/component/AIA/icons/index.js +36 -0
- package/lib/module/component/AIA/icons/index.js.map +1 -0
- package/lib/module/component/AIA/icons/login/advisor.svg +3 -0
- package/lib/module/component/AIA/icons/login/assignee.svg +4 -0
- package/lib/module/component/AIA/icons/login/broker.svg +3 -0
- package/lib/module/component/AIA/icons/login/distribution-partner.svg +3 -0
- package/lib/module/component/AIA/icons/login/employee.svg +5 -0
- package/lib/module/component/AIA/icons/login/employer.svg +3 -0
- package/lib/module/component/AIA/icons/login/general-user-solid.svg +3 -0
- package/lib/module/component/AIA/icons/login/general-user.svg +3 -0
- package/lib/module/component/AIA/icons/login/index.js +86 -0
- package/lib/module/component/AIA/icons/login/index.js.map +1 -0
- package/lib/module/component/AIA/icons/media-control/change-camera-solid.svg +5 -0
- package/lib/module/component/AIA/icons/media-control/change-camera.svg +5 -0
- package/lib/module/component/AIA/icons/media-control/crop.svg +4 -0
- package/lib/module/component/AIA/icons/media-control/flip-solid.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/flip.svg +5 -0
- package/lib/module/component/AIA/icons/media-control/icon-left-carousel-arrow.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/icon-pause.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/icon-play-hero.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/icon-right-carousel-arrow.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/index.js +128 -0
- package/lib/module/component/AIA/icons/media-control/index.js.map +1 -0
- package/lib/module/component/AIA/icons/media-control/pause.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/play.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/rotate-left.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/rotate-right.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/stop.svg +3 -0
- package/lib/module/component/AIA/icons/menu/account-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/account.svg +4 -0
- package/lib/module/component/AIA/icons/menu/application-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/application.svg +5 -0
- package/lib/module/component/AIA/icons/menu/calculator-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/calculator.svg +4 -0
- package/lib/module/component/AIA/icons/menu/create-quotation-on.svg +4 -0
- package/lib/module/component/AIA/icons/menu/create-quotation.svg +5 -0
- package/lib/module/component/AIA/icons/menu/customer-on.svg +4 -0
- package/lib/module/component/AIA/icons/menu/customer.svg +6 -0
- package/lib/module/component/AIA/icons/menu/dashboard-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/dashboard.svg +3 -0
- package/lib/module/component/AIA/icons/menu/discover-on.svg +4 -0
- package/lib/module/component/AIA/icons/menu/discover.svg +5 -0
- package/lib/module/component/AIA/icons/menu/grid-menu-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/grid-menu.svg +3 -0
- package/lib/module/component/AIA/icons/menu/health-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/health.svg +4 -0
- package/lib/module/component/AIA/icons/menu/home-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/home.svg +3 -0
- package/lib/module/component/AIA/icons/menu/index.js +303 -0
- package/lib/module/component/AIA/icons/menu/index.js.map +1 -0
- package/lib/module/component/AIA/icons/menu/menu.svg +3 -0
- package/lib/module/component/AIA/icons/menu/more-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/more.svg +4 -0
- package/lib/module/component/AIA/icons/menu/profile-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/profile.svg +4 -0
- package/lib/module/component/AIA/icons/menu/report-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/report.svg +5 -0
- package/lib/module/component/AIA/icons/menu/reward-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/reward.svg +3 -0
- package/lib/module/component/AIA/icons/menu/setting-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/setting.svg +4 -0
- package/lib/module/component/AIA/icons/menu/tag-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/tag.svg +5 -0
- package/lib/module/component/AIA/icons/menu/target-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/target.svg +3 -0
- package/lib/module/component/AIA/icons/menu/vitality-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/vitality.svg +3 -0
- package/lib/module/component/AIA/icons/menu/write-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/write.svg +3 -0
- package/lib/module/component/AIA/icons/package.json +24 -0
- package/lib/module/component/AIA/icons/payment/atm.svg +3 -0
- package/lib/module/component/AIA/icons/payment/cash.svg +5 -0
- package/lib/module/component/AIA/icons/payment/cheque.svg +4 -0
- package/lib/module/component/AIA/icons/payment/credit-card-info.svg +5 -0
- package/lib/module/component/AIA/icons/payment/credit-card.svg +4 -0
- package/lib/module/component/AIA/icons/payment/index.js +93 -0
- package/lib/module/component/AIA/icons/payment/index.js.map +1 -0
- package/lib/module/component/AIA/icons/payment/internet-banking.svg +3 -0
- package/lib/module/component/AIA/icons/payment/oversea-issued-card.svg +4 -0
- package/lib/module/component/AIA/icons/payment/pps-and-fps.svg +4 -0
- package/lib/module/component/AIA/icons/payment/wallet.svg +4 -0
- package/lib/module/component/AIA/icons/rating/emoji-happy-on.svg +5 -0
- package/lib/module/component/AIA/icons/rating/emoji-happy.svg +5 -0
- package/lib/module/component/AIA/icons/rating/emoji-neutral-on.svg +5 -0
- package/lib/module/component/AIA/icons/rating/emoji-neutral.svg +5 -0
- package/lib/module/component/AIA/icons/rating/emoji-unhappy-on.svg +5 -0
- package/lib/module/component/AIA/icons/rating/emoji-unhappy.svg +5 -0
- package/lib/module/component/AIA/icons/rating/emoji-very-happy-on.svg +5 -0
- package/lib/module/component/AIA/icons/rating/emoji-very-happy.svg +5 -0
- package/lib/module/component/AIA/icons/rating/emoji-very-unhappy-on.svg +7 -0
- package/lib/module/component/AIA/icons/rating/emoji-very-unhappy.svg +8 -0
- package/lib/module/component/AIA/icons/rating/index.js +128 -0
- package/lib/module/component/AIA/icons/rating/index.js.map +1 -0
- package/lib/module/component/AIA/icons/rating/star-rating-on.svg +3 -0
- package/lib/module/component/AIA/icons/rating/star-rating.svg +3 -0
- package/lib/module/component/AIA/icons/rating/thumb-down.svg +3 -0
- package/lib/module/component/AIA/icons/rating/thumb-up.svg +3 -0
- package/lib/module/component/AIA/icons/red-illustrations/accident-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/accident.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/agent-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/agent.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/award-disabled.svg +6 -0
- package/lib/module/component/AIA/icons/red-illustrations/award.svg +6 -0
- package/lib/module/component/AIA/icons/red-illustrations/business-disabled.svg +6 -0
- package/lib/module/component/AIA/icons/red-illustrations/business.svg +6 -0
- package/lib/module/component/AIA/icons/red-illustrations/calculator-disabled.svg +6 -0
- package/lib/module/component/AIA/icons/red-illustrations/calculator.svg +6 -0
- package/lib/module/component/AIA/icons/red-illustrations/chart-disabled.svg +7 -0
- package/lib/module/component/AIA/icons/red-illustrations/chart.svg +7 -0
- package/lib/module/component/AIA/icons/red-illustrations/claim-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/claim.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/corporate-coverage-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/corporate-coverage.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/guide-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/guide.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/health-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/health-report-disabled.svg +8 -0
- package/lib/module/component/AIA/icons/red-illustrations/health-report.svg +8 -0
- package/lib/module/component/AIA/icons/red-illustrations/health.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/index.js +478 -0
- package/lib/module/component/AIA/icons/red-illustrations/index.js.map +1 -0
- package/lib/module/component/AIA/icons/red-illustrations/individual-coverage-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/individual-coverage.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/instant-help-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/instant-help.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/investment-coverage-disabled.svg +6 -0
- package/lib/module/component/AIA/icons/red-illustrations/investment-coverage.svg +6 -0
- package/lib/module/component/AIA/icons/red-illustrations/life-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/life.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/lock-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/lock.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/medical-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/medical.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/money-baht-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/money-baht.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/money-dollar-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/money-dollar.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/money-peso-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/money-peso.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/mpf-disabled.svg +6 -0
- package/lib/module/component/AIA/icons/red-illustrations/mpf.svg +6 -0
- package/lib/module/component/AIA/icons/red-illustrations/payment-disabled.svg +8 -0
- package/lib/module/component/AIA/icons/red-illustrations/payment.svg +8 -0
- package/lib/module/component/AIA/icons/red-illustrations/pension-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/pension.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/policy-disabled.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/policy.svg +5 -0
- package/lib/module/component/AIA/icons/red-illustrations/product-general.svg +22 -0
- package/lib/module/component/AIA/icons/red-illustrations/product-health.svg +15 -0
- package/lib/module/component/AIA/icons/red-illustrations/product-life.svg +6 -0
- package/lib/module/component/AIA/icons/red-illustrations/product-networth.svg +8 -0
- package/lib/module/component/AIA/icons/red-illustrations/product-retirement.svg +8 -0
- package/lib/module/component/AIA/icons/red-illustrations/product-save.svg +7 -0
- package/lib/module/component/AIA/icons/red-illustrations/retirement-disabled.svg +7 -0
- package/lib/module/component/AIA/icons/red-illustrations/retirement.svg +7 -0
- package/lib/module/component/AIA/icons/red-illustrations/savings-coverage-disabled.svg +7 -0
- package/lib/module/component/AIA/icons/red-illustrations/savings-coverage.svg +7 -0
- package/lib/module/component/AIA/icons/red-illustrations/search-document-disabled.svg +8 -0
- package/lib/module/component/AIA/icons/red-illustrations/search-document.svg +8 -0
- package/lib/module/component/AIA/icons/red-illustrations/step-validation-disabled.svg +7 -0
- package/lib/module/component/AIA/icons/red-illustrations/step-validation.svg +7 -0
- package/lib/module/component/AIA/icons/red-illustrations/terms-disabled.svg +7 -0
- package/lib/module/component/AIA/icons/red-illustrations/terms.svg +7 -0
- package/lib/module/component/AIA/icons/red-illustrations/training-disabled.svg +4 -0
- package/lib/module/component/AIA/icons/red-illustrations/training.svg +4 -0
- package/lib/module/component/AIA/icons/red-illustrations/travel-coverage-disabled.svg +4 -0
- package/lib/module/component/AIA/icons/red-illustrations/travel-coverage.svg +4 -0
- package/lib/module/component/AIA/icons/red-illustrations/vitality-disabled.svg +4 -0
- package/lib/module/component/AIA/icons/red-illustrations/vitality.svg +4 -0
- package/lib/module/component/AIA/icons/social-media/facebook.svg +3 -0
- package/lib/module/component/AIA/icons/social-media/index.js +107 -0
- package/lib/module/component/AIA/icons/social-media/index.js.map +1 -0
- package/lib/module/component/AIA/icons/social-media/instagram.svg +3 -0
- package/lib/module/component/AIA/icons/social-media/kakaotalk.svg +4 -0
- package/lib/module/component/AIA/icons/social-media/line.svg +3 -0
- package/lib/module/component/AIA/icons/social-media/linkedin.svg +3 -0
- package/lib/module/component/AIA/icons/social-media/threads.svg +3 -0
- package/lib/module/component/AIA/icons/social-media/tiktok.svg +7 -0
- package/lib/module/component/AIA/icons/social-media/twitter.svg +3 -0
- package/lib/module/component/AIA/icons/social-media/wechat.svg +3 -0
- package/lib/module/component/AIA/icons/social-media/x.svg +3 -0
- package/lib/module/component/AIA/icons/social-media/youtube.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/add.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/arrow-down.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/arrow-left.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/arrow-right.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/arrow-up.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/checkmark.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/circle-minus-solid.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/circle-minus.svg +4 -0
- package/lib/module/component/AIA/icons/system-control/circle-plus-solid.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/circle-plus.svg +5 -0
- package/lib/module/component/AIA/icons/system-control/circle.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/close.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/divide.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/drag.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/ellipsis.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/indeterminate.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/index.js +352 -0
- package/lib/module/component/AIA/icons/system-control/index.js.map +1 -0
- package/lib/module/component/AIA/icons/system-control/loading.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/maximize.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/menu.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/minimize.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/minus.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/more.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/next.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/order-accending.svg +4 -0
- package/lib/module/component/AIA/icons/system-control/order-descending.svg +4 -0
- package/lib/module/component/AIA/icons/system-control/order-down.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/order-up-and-down.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/order-up.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/previous-2.svg +7 -0
- package/lib/module/component/AIA/icons/system-control/previous.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/refresh-solid.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/refresh.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/remove-solid.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/remove.svg +5 -0
- package/lib/module/component/AIA/icons/system-control/scan-barcode.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/scan-face.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/scan-fingerprint.svg +5 -0
- package/lib/module/component/AIA/icons/system-control/scan-qr.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/sidebar-collapse.svg +4 -0
- package/lib/module/component/AIA/icons/system-control/sidebar-expand.svg +4 -0
- package/lib/module/component/AIA/icons/system-control/sorting.svg +4 -0
- package/lib/module/component/AIA/icons/system-control/success-solid.svg +3 -0
- package/lib/module/component/AIA/icons/system-control/success.svg +4 -0
- package/lib/module/component/AIA/icons/system-control/syncing.svg +4 -0
- package/lib/module/component/AIA/icons/system-control/wifi-off.svg +5 -0
- package/lib/module/component/AIA/icons/system-control/wifi.svg +4 -0
- package/lib/module/component/AIA/icons/types/document-control/index.d.js +4 -0
- package/lib/module/component/AIA/icons/types/document-control/index.d.js.map +1 -0
- package/lib/module/component/AIA/icons/types/document-control/index.js +126 -0
- package/lib/module/component/AIA/icons/types/document-control/index.js.map +1 -0
- package/lib/module/component/AIA/icons/types/function/index.d.js +4 -0
- package/lib/module/component/AIA/icons/types/function/index.d.js.map +1 -0
- package/lib/module/component/AIA/icons/types/function/index.js +348 -0
- package/lib/module/component/AIA/icons/types/function/index.js.map +1 -0
- package/lib/module/component/AIA/icons/types/general/index.d.js +4 -0
- package/lib/module/component/AIA/icons/types/general/index.d.js.map +1 -0
- package/lib/module/component/AIA/icons/types/general/index.js +522 -0
- package/lib/module/component/AIA/icons/types/general/index.js.map +1 -0
- package/lib/module/component/AIA/icons/types/health-and-wellness/index.d.js +4 -0
- package/lib/module/component/AIA/icons/types/health-and-wellness/index.d.js.map +1 -0
- package/lib/module/component/AIA/icons/types/health-and-wellness/index.js +270 -0
- package/lib/module/component/AIA/icons/types/health-and-wellness/index.js.map +1 -0
- package/lib/module/component/AIA/icons/types/index.js +50 -0
- package/lib/module/component/AIA/icons/types/index.js.map +1 -0
- package/lib/module/component/AIA/icons/types/login/index.d.js +4 -0
- package/lib/module/component/AIA/icons/types/login/index.d.js.map +1 -0
- package/lib/module/component/AIA/icons/types/login/index.js +90 -0
- package/lib/module/component/AIA/icons/types/login/index.js.map +1 -0
- package/lib/module/component/AIA/icons/types/media-control/index.d.js +4 -0
- package/lib/module/component/AIA/icons/types/media-control/index.d.js.map +1 -0
- package/lib/module/component/AIA/icons/types/media-control/index.js +138 -0
- package/lib/module/component/AIA/icons/types/media-control/index.js.map +1 -0
- package/lib/module/component/AIA/icons/types/menu/index.d.js +4 -0
- package/lib/module/component/AIA/icons/types/menu/index.d.js.map +1 -0
- package/lib/module/component/AIA/icons/types/menu/index.js +276 -0
- package/lib/module/component/AIA/icons/types/menu/index.js.map +1 -0
- package/lib/module/component/AIA/icons/types/payment/index.d.js +4 -0
- package/lib/module/component/AIA/icons/types/payment/index.d.js.map +1 -0
- package/lib/module/component/AIA/icons/types/payment/index.js +114 -0
- package/lib/module/component/AIA/icons/types/payment/index.js.map +1 -0
- package/lib/module/component/AIA/icons/types/rating/index.d.js +4 -0
- package/lib/module/component/AIA/icons/types/rating/index.d.js.map +1 -0
- package/lib/module/component/AIA/icons/types/rating/index.js +126 -0
- package/lib/module/component/AIA/icons/types/rating/index.js.map +1 -0
- package/lib/module/component/AIA/icons/types/red-illustrations/index.d.js +4 -0
- package/lib/module/component/AIA/icons/types/red-illustrations/index.d.js.map +1 -0
- package/lib/module/component/AIA/icons/types/red-illustrations/index.js +270 -0
- package/lib/module/component/AIA/icons/types/red-illustrations/index.js.map +1 -0
- package/lib/module/component/AIA/icons/types/social-media/index.d.js +4 -0
- package/lib/module/component/AIA/icons/types/social-media/index.d.js.map +1 -0
- package/lib/module/component/AIA/icons/types/social-media/index.js +108 -0
- package/lib/module/component/AIA/icons/types/social-media/index.js.map +1 -0
- package/lib/module/component/AIA/icons/types/system-control/index.d.js +4 -0
- package/lib/module/component/AIA/icons/types/system-control/index.d.js.map +1 -0
- package/lib/module/component/AIA/icons/types/system-control/index.js +318 -0
- package/lib/module/component/AIA/icons/types/system-control/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/account-setup/face-id.svg +9 -0
- package/lib/module/component/AIA/illustration/account-setup/index.js +51 -0
- package/lib/module/component/AIA/illustration/account-setup/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/account-setup/qr-code.svg +5 -0
- package/lib/module/component/AIA/illustration/account-setup/touch-id.svg +6 -0
- package/lib/module/component/AIA/illustration/empty-state/document.svg +6 -0
- package/lib/module/component/AIA/illustration/empty-state/hourglass.svg +14 -0
- package/lib/module/component/AIA/illustration/empty-state/index.js +51 -0
- package/lib/module/component/AIA/illustration/empty-state/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/empty-state/search.svg +11 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/apple.svg +12 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/calendar.svg +10 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/clock.svg +8 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/cupcake.svg +29 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/fitness-plan.svg +20 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/happy-sun.svg +7 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/heart.svg +4 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/index.js +169 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/moon.svg +4 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/mountain.svg +15 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/salad.svg +72 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/smart-watch.svg +17 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/step-tracker.svg +9 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/stopwatch.svg +49 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/sync-device.svg +32 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/target.svg +13 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/trainer.svg +12 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/vitality.svg +5 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/weight-scale.svg +16 -0
- package/lib/module/component/AIA/illustration/health-and-wellness/weights.svg +8 -0
- package/lib/module/component/AIA/illustration/index.js +40 -0
- package/lib/module/component/AIA/illustration/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/medical/blood-bag.svg +10 -0
- package/lib/module/component/AIA/illustration/medical/blood-pressure.svg +38 -0
- package/lib/module/component/AIA/illustration/medical/call-a-doctor.svg +9 -0
- package/lib/module/component/AIA/illustration/medical/cancer-ribbon.svg +7 -0
- package/lib/module/component/AIA/illustration/medical/eye-test.svg +8 -0
- package/lib/module/component/AIA/illustration/medical/health-checklist.svg +16 -0
- package/lib/module/component/AIA/illustration/medical/health-document.svg +12 -0
- package/lib/module/component/AIA/illustration/medical/index.js +93 -0
- package/lib/module/component/AIA/illustration/medical/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/medical/search-doctor.svg +10 -0
- package/lib/module/component/AIA/illustration/medical/thermometer.svg +12 -0
- package/lib/module/component/AIA/illustration/package.json +22 -0
- package/lib/module/component/AIA/illustration/payment/credit-card-back.svg +6 -0
- package/lib/module/component/AIA/illustration/payment/credit-card-front.svg +9 -0
- package/lib/module/component/AIA/illustration/payment/index.js +44 -0
- package/lib/module/component/AIA/illustration/payment/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/people-agents/agent-colleague-dark.svg +45 -0
- package/lib/module/component/AIA/illustration/people-agents/agent-colleague.svg +45 -0
- package/lib/module/component/AIA/illustration/people-agents/agent1-dark.svg +25 -0
- package/lib/module/component/AIA/illustration/people-agents/agent1.svg +25 -0
- package/lib/module/component/AIA/illustration/people-agents/agent2.svg +20 -0
- package/lib/module/component/AIA/illustration/people-agents/agent3.svg +26 -0
- package/lib/module/component/AIA/illustration/people-agents/agent4.svg +30 -0
- package/lib/module/component/AIA/illustration/people-agents/agent5.svg +27 -0
- package/lib/module/component/AIA/illustration/people-agents/agent6.svg +24 -0
- package/lib/module/component/AIA/illustration/people-agents/index.js +93 -0
- package/lib/module/component/AIA/illustration/people-agents/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/people-celebration/adult-celebrating1.svg +23 -0
- package/lib/module/component/AIA/illustration/people-celebration/adult-celebrating2.svg +14 -0
- package/lib/module/component/AIA/illustration/people-celebration/adult-celebrating3.svg +20 -0
- package/lib/module/component/AIA/illustration/people-celebration/adult-celebrating4.svg +19 -0
- package/lib/module/component/AIA/illustration/people-celebration/adult-celebrating5.svg +23 -0
- package/lib/module/component/AIA/illustration/people-celebration/adult-celebrating6-dark.svg +14 -0
- package/lib/module/component/AIA/illustration/people-celebration/adult-celebrating6.svg +14 -0
- package/lib/module/component/AIA/illustration/people-celebration/adult-celebrating7.svg +18 -0
- package/lib/module/component/AIA/illustration/people-celebration/adult-celebrating8-dark.svg +19 -0
- package/lib/module/component/AIA/illustration/people-celebration/adult-celebrating8.svg +19 -0
- package/lib/module/component/AIA/illustration/people-celebration/couple-celebrating1-dark.svg +36 -0
- package/lib/module/component/AIA/illustration/people-celebration/couple-celebrating1.svg +36 -0
- package/lib/module/component/AIA/illustration/people-celebration/couple-celebrating2-dark.svg +49 -0
- package/lib/module/component/AIA/illustration/people-celebration/couple-celebrating2.svg +49 -0
- package/lib/module/component/AIA/illustration/people-celebration/couple-celebrating3-dark.svg +29 -0
- package/lib/module/component/AIA/illustration/people-celebration/couple-celebrating3.svg +29 -0
- package/lib/module/component/AIA/illustration/people-celebration/index.js +142 -0
- package/lib/module/component/AIA/illustration/people-celebration/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-biking-dark.svg +54 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-biking.svg +54 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-exercising1.svg +21 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-exercising2.svg +25 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-exercising3.svg +33 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-meditating2.svg +21 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-pushup.svg +15 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-running1.svg +25 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-running2.svg +26 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-running3.svg +23 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-running4.svg +18 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-running5-1.svg +37 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-running5.svg +19 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-running7-dark.svg +30 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-running7.svg +30 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-skateboarding1.svg +30 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-stretching1.svg +13 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-stretching2.svg +28 -0
- package/lib/module/component/AIA/illustration/people-exercise/adult-yoga.svg +16 -0
- package/lib/module/component/AIA/illustration/people-exercise/couple-running-dark.svg +40 -0
- package/lib/module/component/AIA/illustration/people-exercise/couple-running.svg +40 -0
- package/lib/module/component/AIA/illustration/people-exercise/index.js +191 -0
- package/lib/module/component/AIA/illustration/people-exercise/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/people-exercise/woman-meditating1-dark.svg +23 -0
- package/lib/module/component/AIA/illustration/people-exercise/woman-meditating1.svg +23 -0
- package/lib/module/component/AIA/illustration/people-family/adult-child1.svg +33 -0
- package/lib/module/component/AIA/illustration/people-family/adult-child2.svg +42 -0
- package/lib/module/component/AIA/illustration/people-family/adult-child3-dark.svg +40 -0
- package/lib/module/component/AIA/illustration/people-family/adult-child3.svg +40 -0
- package/lib/module/component/AIA/illustration/people-family/adult-child4.svg +38 -0
- package/lib/module/component/AIA/illustration/people-family/adult-pregnant.svg +16 -0
- package/lib/module/component/AIA/illustration/people-family/child.svg +23 -0
- package/lib/module/component/AIA/illustration/people-family/couple-baby.svg +58 -0
- package/lib/module/component/AIA/illustration/people-family/family1-dark.svg +69 -0
- package/lib/module/component/AIA/illustration/people-family/family1.svg +69 -0
- package/lib/module/component/AIA/illustration/people-family/family2-dark.svg +57 -0
- package/lib/module/component/AIA/illustration/people-family/family2.svg +57 -0
- package/lib/module/component/AIA/illustration/people-family/index.js +128 -0
- package/lib/module/component/AIA/illustration/people-family/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/people-family/parent-baby.svg +51 -0
- package/lib/module/component/AIA/illustration/people-family/seniors-talking.svg +34 -0
- package/lib/module/component/AIA/illustration/people-general/adult-talking1.svg +22 -0
- package/lib/module/component/AIA/illustration/people-general/adult-talking2.svg +19 -0
- package/lib/module/component/AIA/illustration/people-general/adult-talking3.svg +18 -0
- package/lib/module/component/AIA/illustration/people-general/adult-talking4-dark.svg +17 -0
- package/lib/module/component/AIA/illustration/people-general/adult-talking4.svg +17 -0
- package/lib/module/component/AIA/illustration/people-general/adult-talking5.svg +15 -0
- package/lib/module/component/AIA/illustration/people-general/adult-talking6-dark.svg +19 -0
- package/lib/module/component/AIA/illustration/people-general/adult-talking6.svg +19 -0
- package/lib/module/component/AIA/illustration/people-general/adult-talking7.svg +26 -0
- package/lib/module/component/AIA/illustration/people-general/adult-talking8.svg +26 -0
- package/lib/module/component/AIA/illustration/people-general/couple-couch-dark.svg +47 -0
- package/lib/module/component/AIA/illustration/people-general/couple-couch.svg +47 -0
- package/lib/module/component/AIA/illustration/people-general/index.js +114 -0
- package/lib/module/component/AIA/illustration/people-general/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-food.svg +36 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-meditating3.svg +18 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-phone1.svg +22 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-phone2.svg +23 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-relaxing-dark.svg +17 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-relaxing.svg +17 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-skateboarding2.svg +34 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-standing1.svg +21 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-standing2-dark.svg +19 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-standing2.svg +19 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-standing3-dark.svg +14 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-standing3.svg +14 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-standing4.svg +22 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-standing5.svg +16 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-standing6.svg +27 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-walking-dark.svg +26 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-walking.svg +26 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/adult-wheelchair.svg +22 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/couple-dinner-dark.svg +54 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/couple-dinner.svg +54 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/friends-couch-dark.svg +71 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/friends-couch.svg +71 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/index.js +170 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/seniors-dancing-dark.svg +34 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/seniors-dancing.svg +34 -0
- package/lib/module/component/AIA/illustration/people-lifestyle/tandem-bike.svg +102 -0
- package/lib/module/component/AIA/illustration/people-medical/adult-injury1.svg +26 -0
- package/lib/module/component/AIA/illustration/people-medical/adult-injury2.svg +29 -0
- package/lib/module/component/AIA/illustration/people-medical/doctor-couple.svg +67 -0
- package/lib/module/component/AIA/illustration/people-medical/doctor-patient1.svg +48 -0
- package/lib/module/component/AIA/illustration/people-medical/doctor-patient2.svg +48 -0
- package/lib/module/component/AIA/illustration/people-medical/doctor-patient3-dark.svg +40 -0
- package/lib/module/component/AIA/illustration/people-medical/doctor-patient3.svg +40 -0
- package/lib/module/component/AIA/illustration/people-medical/doctor-patient4-dark.svg +52 -0
- package/lib/module/component/AIA/illustration/people-medical/doctor-patient4.svg +52 -0
- package/lib/module/component/AIA/illustration/people-medical/doctor-patient5.svg +32 -0
- package/lib/module/component/AIA/illustration/people-medical/doctor1-dark.svg +23 -0
- package/lib/module/component/AIA/illustration/people-medical/doctor1.svg +23 -0
- package/lib/module/component/AIA/illustration/people-medical/doctor2-dark.svg +52 -0
- package/lib/module/component/AIA/illustration/people-medical/doctor2.svg +52 -0
- package/lib/module/component/AIA/illustration/people-medical/index.js +128 -0
- package/lib/module/component/AIA/illustration/people-medical/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/success-and-reward/coin-celebration.svg +30 -0
- package/lib/module/component/AIA/illustration/success-and-reward/coin-reward.svg +28 -0
- package/lib/module/component/AIA/illustration/success-and-reward/coin-stack.svg +134 -0
- package/lib/module/component/AIA/illustration/success-and-reward/index.js +72 -0
- package/lib/module/component/AIA/illustration/success-and-reward/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/success-and-reward/single-coin.svg +7 -0
- package/lib/module/component/AIA/illustration/success-and-reward/success.svg +5 -0
- package/lib/module/component/AIA/illustration/success-and-reward/trumpet-confetti.svg +38 -0
- package/lib/module/component/AIA/illustration/system/communication.svg +5 -0
- package/lib/module/component/AIA/illustration/system/connected-globe.svg +5 -0
- package/lib/module/component/AIA/illustration/system/error.svg +5 -0
- package/lib/module/component/AIA/illustration/system/index.js +58 -0
- package/lib/module/component/AIA/illustration/system/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/system/warning.svg +5 -0
- package/lib/module/component/AIA/molecules/Accordion/Accordion.js +194 -0
- package/lib/module/component/AIA/molecules/Accordion/Accordion.js.map +1 -0
- package/lib/module/component/AIA/molecules/Accordion/Changelog.txt +30 -0
- package/lib/module/component/AIA/molecules/Accordion/README.md +51 -0
- package/lib/module/component/AIA/molecules/Accordion/config/index.js +15 -0
- package/lib/module/component/AIA/molecules/Accordion/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Accordion/index.js +5 -0
- package/lib/module/component/AIA/molecules/Accordion/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Accordion/styles/index.js +69 -0
- package/lib/module/component/AIA/molecules/Accordion/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Accordion/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/Accordion/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/AreaChart/AreaChart.js +107 -0
- package/lib/module/component/AIA/molecules/AreaChart/AreaChart.js.map +1 -0
- package/lib/module/component/AIA/molecules/AreaChart/README.md +19 -0
- package/lib/module/component/AIA/molecules/AreaChart/changelog.txt +6 -0
- package/lib/module/component/AIA/molecules/AreaChart/config/index.js +10 -0
- package/lib/module/component/AIA/molecules/AreaChart/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/AreaChart/index.js +4 -0
- package/lib/module/component/AIA/molecules/AreaChart/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/AreaChart/styles/index.js +22 -0
- package/lib/module/component/AIA/molecules/AreaChart/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/AreaChart/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/AreaChart/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Avatar/Avatar.js +145 -0
- package/lib/module/component/AIA/molecules/Avatar/Avatar.js.map +1 -0
- package/lib/module/component/AIA/molecules/Avatar/changelog.txt +29 -0
- package/lib/module/component/AIA/molecules/Avatar/config/index.js +13 -0
- package/lib/module/component/AIA/molecules/Avatar/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Avatar/index.js +4 -0
- package/lib/module/component/AIA/molecules/Avatar/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Avatar/styles/index.js +38 -0
- package/lib/module/component/AIA/molecules/Avatar/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Avatar/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/Avatar/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/BarChart/BarChart.js +145 -0
- package/lib/module/component/AIA/molecules/BarChart/BarChart.js.map +1 -0
- package/lib/module/component/AIA/molecules/BarChart/README.md +49 -0
- package/lib/module/component/AIA/molecules/BarChart/changelog.txt +6 -0
- package/lib/module/component/AIA/molecules/BarChart/config/index.js +10 -0
- package/lib/module/component/AIA/molecules/BarChart/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/BarChart/index.js +4 -0
- package/lib/module/component/AIA/molecules/BarChart/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/BarChart/styles/index.js +22 -0
- package/lib/module/component/AIA/molecules/BarChart/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/BarChart/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/BarChart/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/BubbleChart/BubbleChart.js +96 -0
- package/lib/module/component/AIA/molecules/BubbleChart/BubbleChart.js.map +1 -0
- package/lib/module/component/AIA/molecules/BubbleChart/README.md +19 -0
- package/lib/module/component/AIA/molecules/BubbleChart/changelog.txt +6 -0
- package/lib/module/component/AIA/molecules/BubbleChart/config/index.js +10 -0
- package/lib/module/component/AIA/molecules/BubbleChart/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/BubbleChart/index.js +4 -0
- package/lib/module/component/AIA/molecules/BubbleChart/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/BubbleChart/styles/index.js +22 -0
- package/lib/module/component/AIA/molecules/BubbleChart/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/BubbleChart/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/BubbleChart/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/ButtonGroup.js +95 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/ButtonGroup.js.map +1 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/README.md +27 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/changelog.txt +18 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/config/index.js +7 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/index.js +4 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/styles/index.js +38 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/CheckboxWithContainer.js +154 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/CheckboxWithContainer.js.map +1 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/README.md +30 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/changelog.txt +26 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/config/index.js +20 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/index.js +4 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/styles/index.js +90 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/CircularButton/CircularButton.js +88 -0
- package/lib/module/component/AIA/molecules/CircularButton/CircularButton.js.map +1 -0
- package/lib/module/component/AIA/molecules/CircularButton/README.md +18 -0
- package/lib/module/component/AIA/molecules/CircularButton/changelog.txt +9 -0
- package/lib/module/component/AIA/molecules/CircularButton/config/index.js +7 -0
- package/lib/module/component/AIA/molecules/CircularButton/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/CircularButton/index.js +4 -0
- package/lib/module/component/AIA/molecules/CircularButton/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/CircularButton/styles/index.js +31 -0
- package/lib/module/component/AIA/molecules/CircularButton/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/CircularButton/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/CircularButton/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ClaimCard/ClaimCard.js +119 -0
- package/lib/module/component/AIA/molecules/ClaimCard/ClaimCard.js.map +1 -0
- package/lib/module/component/AIA/molecules/ClaimCard/README.md +27 -0
- package/lib/module/component/AIA/molecules/ClaimCard/changelog.txt +18 -0
- package/lib/module/component/AIA/molecules/ClaimCard/config/index.js +29 -0
- package/lib/module/component/AIA/molecules/ClaimCard/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ClaimCard/index.js +4 -0
- package/lib/module/component/AIA/molecules/ClaimCard/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ClaimCard/styles/index.js +69 -0
- package/lib/module/component/AIA/molecules/ClaimCard/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ClaimCard/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/ClaimCard/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ContentCard/ContentCard.js +131 -0
- package/lib/module/component/AIA/molecules/ContentCard/ContentCard.js.map +1 -0
- package/lib/module/component/AIA/molecules/ContentCard/FlexWrapWithGap.js +32 -0
- package/lib/module/component/AIA/molecules/ContentCard/FlexWrapWithGap.js.map +1 -0
- package/lib/module/component/AIA/molecules/ContentCard/README.md +35 -0
- package/lib/module/component/AIA/molecules/ContentCard/changelog.txt +30 -0
- package/lib/module/component/AIA/molecules/ContentCard/config/index.js +7 -0
- package/lib/module/component/AIA/molecules/ContentCard/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ContentCard/index.js +4 -0
- package/lib/module/component/AIA/molecules/ContentCard/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ContentCard/styles/index.js +75 -0
- package/lib/module/component/AIA/molecules/ContentCard/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ContentCard/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/ContentCard/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/ContentFlatCard.js +127 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/ContentFlatCard.js.map +1 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/FlexWrapWithGap.js +32 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/FlexWrapWithGap.js.map +1 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/README.md +38 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/changelog.txt +22 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/config/index.js +7 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/index.js +4 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/styles/index.js +71 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/ContentFlatCard/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Dialog/Dialog.js +143 -0
- package/lib/module/component/AIA/molecules/Dialog/Dialog.js.map +1 -0
- package/lib/module/component/AIA/molecules/Dialog/README.md +66 -0
- package/lib/module/component/AIA/molecules/Dialog/changelog.txt +18 -0
- package/lib/module/component/AIA/molecules/Dialog/config/index.js +7 -0
- package/lib/module/component/AIA/molecules/Dialog/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Dialog/index.js +4 -0
- package/lib/module/component/AIA/molecules/Dialog/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Dialog/styles/index.js +64 -0
- package/lib/module/component/AIA/molecules/Dialog/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Dialog/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/Dialog/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/DonutChart/DonutChart.js +180 -0
- package/lib/module/component/AIA/molecules/DonutChart/DonutChart.js.map +1 -0
- package/lib/module/component/AIA/molecules/DonutChart/README.md +37 -0
- package/lib/module/component/AIA/molecules/DonutChart/changelog.txt +12 -0
- package/lib/module/component/AIA/molecules/DonutChart/config/index.js +10 -0
- package/lib/module/component/AIA/molecules/DonutChart/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/DonutChart/index.js +4 -0
- package/lib/module/component/AIA/molecules/DonutChart/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/DonutChart/styles/index.js +35 -0
- package/lib/module/component/AIA/molecules/DonutChart/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/DonutChart/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/DonutChart/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/EngagementCard/EngagementCard.js +86 -0
- package/lib/module/component/AIA/molecules/EngagementCard/EngagementCard.js.map +1 -0
- package/lib/module/component/AIA/molecules/EngagementCard/README.md +22 -0
- package/lib/module/component/AIA/molecules/EngagementCard/changelog.txt +6 -0
- package/lib/module/component/AIA/molecules/EngagementCard/config/index.js +7 -0
- package/lib/module/component/AIA/molecules/EngagementCard/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/EngagementCard/index.js +4 -0
- package/lib/module/component/AIA/molecules/EngagementCard/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/EngagementCard/styles/index.js +43 -0
- package/lib/module/component/AIA/molecules/EngagementCard/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/EngagementCard/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/EngagementCard/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/IconText/Changelog.txt +34 -0
- package/lib/module/component/AIA/molecules/IconText/IconText.js +76 -0
- package/lib/module/component/AIA/molecules/IconText/IconText.js.map +1 -0
- package/lib/module/component/AIA/molecules/IconText/README.md +25 -0
- package/lib/module/component/AIA/molecules/IconText/config/index.js +7 -0
- package/lib/module/component/AIA/molecules/IconText/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/IconText/index.js +4 -0
- package/lib/module/component/AIA/molecules/IconText/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/IconText/styles/index.js +23 -0
- package/lib/module/component/AIA/molecules/IconText/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/IconText/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/IconText/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/LineChart/LineChart.js +106 -0
- package/lib/module/component/AIA/molecules/LineChart/LineChart.js.map +1 -0
- package/lib/module/component/AIA/molecules/LineChart/README.md +19 -0
- package/lib/module/component/AIA/molecules/LineChart/changelog.txt +6 -0
- package/lib/module/component/AIA/molecules/LineChart/config/index.js +10 -0
- package/lib/module/component/AIA/molecules/LineChart/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/LineChart/index.js +4 -0
- package/lib/module/component/AIA/molecules/LineChart/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/LineChart/styles/index.js +22 -0
- package/lib/module/component/AIA/molecules/LineChart/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/LineChart/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/LineChart/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ListContainer/ListContainer.js +128 -0
- package/lib/module/component/AIA/molecules/ListContainer/ListContainer.js.map +1 -0
- package/lib/module/component/AIA/molecules/ListContainer/README.md +44 -0
- package/lib/module/component/AIA/molecules/ListContainer/changelog.txt +39 -0
- package/lib/module/component/AIA/molecules/ListContainer/config/index.js +7 -0
- package/lib/module/component/AIA/molecules/ListContainer/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ListContainer/index.js +5 -0
- package/lib/module/component/AIA/molecules/ListContainer/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ListContainer/styles/index.js +60 -0
- package/lib/module/component/AIA/molecules/ListContainer/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ListContainer/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/ListContainer/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ListItem/ListItem.js +109 -0
- package/lib/module/component/AIA/molecules/ListItem/ListItem.js.map +1 -0
- package/lib/module/component/AIA/molecules/ListItem/README.md +18 -0
- package/lib/module/component/AIA/molecules/ListItem/changelog.txt +15 -0
- package/lib/module/component/AIA/molecules/ListItem/config/index.js +12 -0
- package/lib/module/component/AIA/molecules/ListItem/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ListItem/index.js +5 -0
- package/lib/module/component/AIA/molecules/ListItem/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ListItem/styles/index.js +26 -0
- package/lib/module/component/AIA/molecules/ListItem/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ListItem/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/ListItem/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Modal/Changelog.txt +14 -0
- package/lib/module/component/AIA/molecules/Modal/Effect.js +253 -0
- package/lib/module/component/AIA/molecules/Modal/Effect.js.map +1 -0
- package/lib/module/component/AIA/molecules/Modal/Modal.js +113 -0
- package/lib/module/component/AIA/molecules/Modal/Modal.js.map +1 -0
- package/lib/module/component/AIA/molecules/Modal/Modal.stories1.js +98 -0
- package/lib/module/component/AIA/molecules/Modal/Modal.stories1.js.map +1 -0
- package/lib/module/component/AIA/molecules/Modal/Readme.md +35 -0
- package/lib/module/component/AIA/molecules/Modal/config/index.js +12 -0
- package/lib/module/component/AIA/molecules/Modal/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Modal/index.js +4 -0
- package/lib/module/component/AIA/molecules/Modal/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Modal/styles/index.js +141 -0
- package/lib/module/component/AIA/molecules/Modal/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Modal/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/Modal/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/PageLevelMessage.js +105 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/PageLevelMessage.js.map +1 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/README.md +25 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/changelog.txt +17 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/config/index.js +29 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/index.js +4 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/styles/index.js +52 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/PieChart/PieChart.js +80 -0
- package/lib/module/component/AIA/molecules/PieChart/PieChart.js.map +1 -0
- package/lib/module/component/AIA/molecules/PieChart/README.md +16 -0
- package/lib/module/component/AIA/molecules/PieChart/changelog.txt +10 -0
- package/lib/module/component/AIA/molecules/PieChart/config/index.js +10 -0
- package/lib/module/component/AIA/molecules/PieChart/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/PieChart/index.js +4 -0
- package/lib/module/component/AIA/molecules/PieChart/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/PieChart/styles/index.js +22 -0
- package/lib/module/component/AIA/molecules/PieChart/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/PieChart/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/PieChart/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/PolicyCard/PolicyCard.js +147 -0
- package/lib/module/component/AIA/molecules/PolicyCard/PolicyCard.js.map +1 -0
- package/lib/module/component/AIA/molecules/PolicyCard/README.md +31 -0
- package/lib/module/component/AIA/molecules/PolicyCard/changelog.txt +14 -0
- package/lib/module/component/AIA/molecules/PolicyCard/config/index.js +34 -0
- package/lib/module/component/AIA/molecules/PolicyCard/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/PolicyCard/index.js +4 -0
- package/lib/module/component/AIA/molecules/PolicyCard/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/PolicyCard/styles/index.js +84 -0
- package/lib/module/component/AIA/molecules/PolicyCard/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/PolicyCard/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/PolicyCard/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ProductCard/FlexWrapWithGap.js +32 -0
- package/lib/module/component/AIA/molecules/ProductCard/FlexWrapWithGap.js.map +1 -0
- package/lib/module/component/AIA/molecules/ProductCard/ProductCard.js +99 -0
- package/lib/module/component/AIA/molecules/ProductCard/ProductCard.js.map +1 -0
- package/lib/module/component/AIA/molecules/ProductCard/README.md +29 -0
- package/lib/module/component/AIA/molecules/ProductCard/changelog.txt +10 -0
- package/lib/module/component/AIA/molecules/ProductCard/config/index.js +14 -0
- package/lib/module/component/AIA/molecules/ProductCard/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ProductCard/index.js +4 -0
- package/lib/module/component/AIA/molecules/ProductCard/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ProductCard/styles/index.js +59 -0
- package/lib/module/component/AIA/molecules/ProductCard/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ProductCard/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/ProductCard/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/ProgressBarWithText.js +186 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/ProgressBarWithText.js.map +1 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/README.md +39 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/changelog.txt +12 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/config/index.js +7 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/index.js +4 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/styles/index.js +85 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/RadarChart/README.md +18 -0
- package/lib/module/component/AIA/molecules/RadarChart/RadarChart.js +106 -0
- package/lib/module/component/AIA/molecules/RadarChart/RadarChart.js.map +1 -0
- package/lib/module/component/AIA/molecules/RadarChart/changelog.txt +19 -0
- package/lib/module/component/AIA/molecules/RadarChart/config/index.js +10 -0
- package/lib/module/component/AIA/molecules/RadarChart/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/RadarChart/index.js +4 -0
- package/lib/module/component/AIA/molecules/RadarChart/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/RadarChart/styles/index.js +22 -0
- package/lib/module/component/AIA/molecules/RadarChart/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/RadarChart/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/RadarChart/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/README.md +31 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/RadioWithContainer.js +155 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/RadioWithContainer.js.map +1 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/changelog.txt +30 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/config/index.js +20 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/index.js +4 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/styles/index.js +90 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/SectionTitle/README.md +22 -0
- package/lib/module/component/AIA/molecules/SectionTitle/SectionTitle.js +80 -0
- package/lib/module/component/AIA/molecules/SectionTitle/SectionTitle.js.map +1 -0
- package/lib/module/component/AIA/molecules/SectionTitle/changelog.txt +16 -0
- package/lib/module/component/AIA/molecules/SectionTitle/config/index.js +17 -0
- package/lib/module/component/AIA/molecules/SectionTitle/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/SectionTitle/index.js +4 -0
- package/lib/module/component/AIA/molecules/SectionTitle/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/SectionTitle/styles/index.js +31 -0
- package/lib/module/component/AIA/molecules/SectionTitle/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/SectionTitle/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/SectionTitle/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Slider/README.md +30 -0
- package/lib/module/component/AIA/molecules/Slider/Slider.js +140 -0
- package/lib/module/component/AIA/molecules/Slider/Slider.js.map +1 -0
- package/lib/module/component/AIA/molecules/Slider/changelog.txt +17 -0
- package/lib/module/component/AIA/molecules/Slider/config/index.js +7 -0
- package/lib/module/component/AIA/molecules/Slider/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Slider/index.js +4 -0
- package/lib/module/component/AIA/molecules/Slider/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Slider/styles/index.js +70 -0
- package/lib/module/component/AIA/molecules/Slider/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Slider/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/Slider/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Snackbar/Changelog.txt +10 -0
- package/lib/module/component/AIA/molecules/Snackbar/README.md +32 -0
- package/lib/module/component/AIA/molecules/Snackbar/Snackbar.js +71 -0
- package/lib/module/component/AIA/molecules/Snackbar/Snackbar.js.map +1 -0
- package/lib/module/component/AIA/molecules/Snackbar/config/index.js +11 -0
- package/lib/module/component/AIA/molecules/Snackbar/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Snackbar/index.js +4 -0
- package/lib/module/component/AIA/molecules/Snackbar/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Snackbar/styles/index.js +36 -0
- package/lib/module/component/AIA/molecules/Snackbar/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Snackbar/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/Snackbar/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/SystemAlert/README.md +33 -0
- package/lib/module/component/AIA/molecules/SystemAlert/SystemAlert.js +272 -0
- package/lib/module/component/AIA/molecules/SystemAlert/SystemAlert.js.map +1 -0
- package/lib/module/component/AIA/molecules/SystemAlert/changelog.txt +24 -0
- package/lib/module/component/AIA/molecules/SystemAlert/config/index.js +30 -0
- package/lib/module/component/AIA/molecules/SystemAlert/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/SystemAlert/index.js +4 -0
- package/lib/module/component/AIA/molecules/SystemAlert/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/SystemAlert/styles/index.js +67 -0
- package/lib/module/component/AIA/molecules/SystemAlert/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/SystemAlert/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/SystemAlert/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Tabs/README.md +33 -0
- package/lib/module/component/AIA/molecules/Tabs/Tabs.js +106 -0
- package/lib/module/component/AIA/molecules/Tabs/Tabs.js.map +1 -0
- package/lib/module/component/AIA/molecules/Tabs/changelog.txt +21 -0
- package/lib/module/component/AIA/molecules/Tabs/config/index.js +7 -0
- package/lib/module/component/AIA/molecules/Tabs/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Tabs/index.js +4 -0
- package/lib/module/component/AIA/molecules/Tabs/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Tabs/styles/index.js +32 -0
- package/lib/module/component/AIA/molecules/Tabs/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Tabs/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/Tabs/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Uploader/README.md +52 -0
- package/lib/module/component/AIA/molecules/Uploader/Uploader.js +545 -0
- package/lib/module/component/AIA/molecules/Uploader/Uploader.js.map +1 -0
- package/lib/module/component/AIA/molecules/Uploader/changelog.txt +24 -0
- package/lib/module/component/AIA/molecules/Uploader/config/index.js +32 -0
- package/lib/module/component/AIA/molecules/Uploader/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Uploader/index.js +4 -0
- package/lib/module/component/AIA/molecules/Uploader/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Uploader/package.json +13 -0
- package/lib/module/component/AIA/molecules/Uploader/styles/index.js +108 -0
- package/lib/module/component/AIA/molecules/Uploader/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Uploader/types/index.js +21 -0
- package/lib/module/component/AIA/molecules/Uploader/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/index.js +20 -0
- package/lib/module/component/AIA/molecules/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/package.json +18 -0
- package/lib/module/component/AIA/organisms/Accordions/Accordions.js +51 -0
- package/lib/module/component/AIA/organisms/Accordions/Accordions.js.map +1 -0
- package/lib/module/component/AIA/organisms/Accordions/README.md +29 -0
- package/lib/module/component/AIA/organisms/Accordions/changelog.txt +11 -0
- package/lib/module/component/AIA/organisms/Accordions/config/index.js +7 -0
- package/lib/module/component/AIA/organisms/Accordions/config/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/Accordions/index.js +5 -0
- package/lib/module/component/AIA/organisms/Accordions/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/Accordions/styles/index.js +16 -0
- package/lib/module/component/AIA/organisms/Accordions/styles/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/Accordions/types/index.js +4 -0
- package/lib/module/component/AIA/organisms/Accordions/types/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/AvatarGroup/AvatarGroup.js +78 -0
- package/lib/module/component/AIA/organisms/AvatarGroup/AvatarGroup.js.map +1 -0
- package/lib/module/component/AIA/organisms/AvatarGroup/changelog.txt +23 -0
- package/lib/module/component/AIA/organisms/AvatarGroup/config/index.js +11 -0
- package/lib/module/component/AIA/organisms/AvatarGroup/config/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/AvatarGroup/index.js +4 -0
- package/lib/module/component/AIA/organisms/AvatarGroup/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/AvatarGroup/styles/index.js +27 -0
- package/lib/module/component/AIA/organisms/AvatarGroup/styles/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/AvatarGroup/types/index.js +2 -0
- package/lib/module/component/AIA/organisms/AvatarGroup/types/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/List/List.js +45 -0
- package/lib/module/component/AIA/organisms/List/List.js.map +1 -0
- package/lib/module/component/AIA/organisms/List/README.md +57 -0
- package/lib/module/component/AIA/organisms/List/changelog.txt +10 -0
- package/lib/module/component/AIA/organisms/List/config/index.js +7 -0
- package/lib/module/component/AIA/organisms/List/config/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/List/index.js +5 -0
- package/lib/module/component/AIA/organisms/List/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/List/styles/index.js +16 -0
- package/lib/module/component/AIA/organisms/List/styles/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/List/types/index.js +4 -0
- package/lib/module/component/AIA/organisms/List/types/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/ListItemGroup/ListItemGroup.js +45 -0
- package/lib/module/component/AIA/organisms/ListItemGroup/ListItemGroup.js.map +1 -0
- package/lib/module/component/AIA/organisms/ListItemGroup/README.md +33 -0
- package/lib/module/component/AIA/organisms/ListItemGroup/changelog.txt +6 -0
- package/lib/module/component/AIA/organisms/ListItemGroup/config/index.js +7 -0
- package/lib/module/component/AIA/organisms/ListItemGroup/config/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/ListItemGroup/index.js +4 -0
- package/lib/module/component/AIA/organisms/ListItemGroup/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/ListItemGroup/package.json +13 -0
- package/lib/module/component/AIA/organisms/ListItemGroup/styles/index.js +16 -0
- package/lib/module/component/AIA/organisms/ListItemGroup/styles/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/ListItemGroup/types/index.js +4 -0
- package/lib/module/component/AIA/organisms/ListItemGroup/types/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/SystemAlerts/README.md +20 -0
- package/lib/module/component/AIA/organisms/SystemAlerts/SystemAlerts.js +179 -0
- package/lib/module/component/AIA/organisms/SystemAlerts/SystemAlerts.js.map +1 -0
- package/lib/module/component/AIA/organisms/SystemAlerts/changelog.txt +6 -0
- package/lib/module/component/AIA/organisms/SystemAlerts/config/index.js +7 -0
- package/lib/module/component/AIA/organisms/SystemAlerts/config/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/SystemAlerts/index.js +4 -0
- package/lib/module/component/AIA/organisms/SystemAlerts/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/SystemAlerts/styles/index.js +63 -0
- package/lib/module/component/AIA/organisms/SystemAlerts/styles/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/SystemAlerts/types/index.js +2 -0
- package/lib/module/component/AIA/organisms/SystemAlerts/types/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/changelog.txt +4 -0
- package/lib/module/component/AIA/organisms/index.js +6 -0
- package/lib/module/component/AIA/organisms/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/package.json +15 -0
- package/lib/module/component/AIA/styles/aia-digital/border/borderRadius.js +11 -0
- package/lib/module/component/AIA/styles/aia-digital/border/borderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/border/borderWidth.js +11 -0
- package/lib/module/component/AIA/styles/aia-digital/border/borderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/border/componentBorderRadius.js +17 -0
- package/lib/module/component/AIA/styles/aia-digital/border/componentBorderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/border/componentBorderWidth.js +8 -0
- package/lib/module/component/AIA/styles/aia-digital/border/componentBorderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/border/index.js +13 -0
- package/lib/module/component/AIA/styles/aia-digital/border/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/dark.js +149 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/dark.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/index.js +5 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/light.js +149 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/light.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/package.json +16 -0
- package/lib/module/component/AIA/styles/aia-digital/primitiveColorsToken/colors.json +108 -0
- package/lib/module/component/AIA/styles/aia-digital/primitiveColorsToken/index.js +5 -0
- package/lib/module/component/AIA/styles/aia-digital/primitiveColorsToken/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_border.scss +28 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_border_class.scss +27 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_colors.scss +105 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_main.scss +3 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_size.scss +61 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_spacing.scss +41 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_theme_dark.scss +141 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_theme_light.scss +141 -0
- package/lib/module/component/AIA/styles/aia-digital/size/componentSize.js +38 -0
- package/lib/module/component/AIA/styles/aia-digital/size/componentSize.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/size/index.js +9 -0
- package/lib/module/component/AIA/styles/aia-digital/size/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/size/size.js +24 -0
- package/lib/module/component/AIA/styles/aia-digital/size/size.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/spacing/componentSpacing.js +13 -0
- package/lib/module/component/AIA/styles/aia-digital/spacing/componentSpacing.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/spacing/index.js +9 -0
- package/lib/module/component/AIA/styles/aia-digital/spacing/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/spacing/spacing.js +21 -0
- package/lib/module/component/AIA/styles/aia-digital/spacing/spacing.js.map +1 -0
- package/lib/module/component/AIA/styles/art/border/borderRadius.js +11 -0
- package/lib/module/component/AIA/styles/art/border/borderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/art/border/borderWidth.js +11 -0
- package/lib/module/component/AIA/styles/art/border/borderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/art/border/componentBorderRadius.js +17 -0
- package/lib/module/component/AIA/styles/art/border/componentBorderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/art/border/componentBorderWidth.js +8 -0
- package/lib/module/component/AIA/styles/art/border/componentBorderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/art/border/index.js +13 -0
- package/lib/module/component/AIA/styles/art/border/index.js.map +1 -0
- package/lib/module/component/AIA/styles/art/colors/dark.js +149 -0
- package/lib/module/component/AIA/styles/art/colors/dark.js.map +1 -0
- package/lib/module/component/AIA/styles/art/colors/index.js +5 -0
- package/lib/module/component/AIA/styles/art/colors/index.js.map +1 -0
- package/lib/module/component/AIA/styles/art/colors/light.js +149 -0
- package/lib/module/component/AIA/styles/art/colors/light.js.map +1 -0
- package/lib/module/component/AIA/styles/art/package.json +16 -0
- package/lib/module/component/AIA/styles/art/primitiveColorsToken/colors.json +139 -0
- package/lib/module/component/AIA/styles/art/primitiveColorsToken/index.js +5 -0
- package/lib/module/component/AIA/styles/art/primitiveColorsToken/index.js.map +1 -0
- package/lib/module/component/AIA/styles/art/scss/_border.scss +28 -0
- package/lib/module/component/AIA/styles/art/scss/_border_class.scss +27 -0
- package/lib/module/component/AIA/styles/art/scss/_colors.scss +136 -0
- package/lib/module/component/AIA/styles/art/scss/_main.scss +3 -0
- package/lib/module/component/AIA/styles/art/scss/_size.scss +45 -0
- package/lib/module/component/AIA/styles/art/scss/_spacing.scss +41 -0
- package/lib/module/component/AIA/styles/art/scss/_theme_dark.scss +141 -0
- package/lib/module/component/AIA/styles/art/scss/_theme_light.scss +141 -0
- package/lib/module/component/AIA/styles/art/size/componentSize.js +24 -0
- package/lib/module/component/AIA/styles/art/size/componentSize.js.map +1 -0
- package/lib/module/component/AIA/styles/art/size/index.js +9 -0
- package/lib/module/component/AIA/styles/art/size/index.js.map +1 -0
- package/lib/module/component/AIA/styles/art/size/size.js +24 -0
- package/lib/module/component/AIA/styles/art/size/size.js.map +1 -0
- package/lib/module/component/AIA/styles/art/spacing/componentSpacing.js +13 -0
- package/lib/module/component/AIA/styles/art/spacing/componentSpacing.js.map +1 -0
- package/lib/module/component/AIA/styles/art/spacing/index.js +9 -0
- package/lib/module/component/AIA/styles/art/spacing/index.js.map +1 -0
- package/lib/module/component/AIA/styles/art/spacing/spacing.js +21 -0
- package/lib/module/component/AIA/styles/art/spacing/spacing.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/border/borderRadius.js +11 -0
- package/lib/module/component/AIA/styles/brand-x/border/borderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/border/borderWidth.js +11 -0
- package/lib/module/component/AIA/styles/brand-x/border/borderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/border/componentBorderRadius.js +17 -0
- package/lib/module/component/AIA/styles/brand-x/border/componentBorderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/border/componentBorderWidth.js +8 -0
- package/lib/module/component/AIA/styles/brand-x/border/componentBorderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/border/index.js +13 -0
- package/lib/module/component/AIA/styles/brand-x/border/index.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/colors/dark.js +162 -0
- package/lib/module/component/AIA/styles/brand-x/colors/dark.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/colors/index.js +5 -0
- package/lib/module/component/AIA/styles/brand-x/colors/index.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/colors/light.js +149 -0
- package/lib/module/component/AIA/styles/brand-x/colors/light.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/package.json +16 -0
- package/lib/module/component/AIA/styles/brand-x/primitiveColorsToken/colors.json +148 -0
- package/lib/module/component/AIA/styles/brand-x/primitiveColorsToken/index.js +5 -0
- package/lib/module/component/AIA/styles/brand-x/primitiveColorsToken/index.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_border.scss +28 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_border_class.scss +27 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_colors.scss +146 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_main.scss +3 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_size.scss +45 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_spacing.scss +41 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_theme_dark.scss +141 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_theme_light.scss +141 -0
- package/lib/module/component/AIA/styles/brand-x/size/componentSize.js +24 -0
- package/lib/module/component/AIA/styles/brand-x/size/componentSize.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/size/index.js +9 -0
- package/lib/module/component/AIA/styles/brand-x/size/index.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/size/size.js +24 -0
- package/lib/module/component/AIA/styles/brand-x/size/size.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/spacing/componentSpacing.js +13 -0
- package/lib/module/component/AIA/styles/brand-x/spacing/componentSpacing.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/spacing/index.js +9 -0
- package/lib/module/component/AIA/styles/brand-x/spacing/index.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/spacing/spacing.js +21 -0
- package/lib/module/component/AIA/styles/brand-x/spacing/spacing.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/border/borderRadius.js +11 -0
- package/lib/module/component/AIA/styles/cfs/border/borderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/border/borderWidth.js +11 -0
- package/lib/module/component/AIA/styles/cfs/border/borderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/border/componentBorderRadius.js +17 -0
- package/lib/module/component/AIA/styles/cfs/border/componentBorderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/border/componentBorderWidth.js +8 -0
- package/lib/module/component/AIA/styles/cfs/border/componentBorderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/border/index.js +13 -0
- package/lib/module/component/AIA/styles/cfs/border/index.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/colors/dark.js +149 -0
- package/lib/module/component/AIA/styles/cfs/colors/dark.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/colors/index.js +5 -0
- package/lib/module/component/AIA/styles/cfs/colors/index.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/colors/light.js +150 -0
- package/lib/module/component/AIA/styles/cfs/colors/light.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/package.json +16 -0
- package/lib/module/component/AIA/styles/cfs/primitiveColorsToken/colors.json +137 -0
- package/lib/module/component/AIA/styles/cfs/primitiveColorsToken/index.js +5 -0
- package/lib/module/component/AIA/styles/cfs/primitiveColorsToken/index.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/scss/_border.scss +28 -0
- package/lib/module/component/AIA/styles/cfs/scss/_border_class.scss +27 -0
- package/lib/module/component/AIA/styles/cfs/scss/_colors.scss +134 -0
- package/lib/module/component/AIA/styles/cfs/scss/_main.scss +3 -0
- package/lib/module/component/AIA/styles/cfs/scss/_size.scss +61 -0
- package/lib/module/component/AIA/styles/cfs/scss/_spacing.scss +41 -0
- package/lib/module/component/AIA/styles/cfs/scss/_theme_dark.scss +141 -0
- package/lib/module/component/AIA/styles/cfs/scss/_theme_light.scss +141 -0
- package/lib/module/component/AIA/styles/cfs/size/componentSize.js +38 -0
- package/lib/module/component/AIA/styles/cfs/size/componentSize.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/size/index.js +9 -0
- package/lib/module/component/AIA/styles/cfs/size/index.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/size/size.js +24 -0
- package/lib/module/component/AIA/styles/cfs/size/size.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/spacing/componentSpacing.js +13 -0
- package/lib/module/component/AIA/styles/cfs/spacing/componentSpacing.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/spacing/index.js +9 -0
- package/lib/module/component/AIA/styles/cfs/spacing/index.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/spacing/spacing.js +21 -0
- package/lib/module/component/AIA/styles/cfs/spacing/spacing.js.map +1 -0
- package/lib/module/component/AIA/styles/changelog.txt +5 -0
- package/lib/module/component/AIA/styles/hesta/border/borderRadius.js +11 -0
- package/lib/module/component/AIA/styles/hesta/border/borderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/border/borderWidth.js +11 -0
- package/lib/module/component/AIA/styles/hesta/border/borderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/border/componentBorderRadius.js +17 -0
- package/lib/module/component/AIA/styles/hesta/border/componentBorderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/border/componentBorderWidth.js +8 -0
- package/lib/module/component/AIA/styles/hesta/border/componentBorderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/border/index.js +13 -0
- package/lib/module/component/AIA/styles/hesta/border/index.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/colors/dark.js +149 -0
- package/lib/module/component/AIA/styles/hesta/colors/dark.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/colors/index.js +5 -0
- package/lib/module/component/AIA/styles/hesta/colors/index.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/colors/light.js +149 -0
- package/lib/module/component/AIA/styles/hesta/colors/light.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/package.json +16 -0
- package/lib/module/component/AIA/styles/hesta/primitiveColorsToken/colors.json +139 -0
- package/lib/module/component/AIA/styles/hesta/primitiveColorsToken/index.js +5 -0
- package/lib/module/component/AIA/styles/hesta/primitiveColorsToken/index.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/scss/_border.scss +28 -0
- package/lib/module/component/AIA/styles/hesta/scss/_border_class.scss +27 -0
- package/lib/module/component/AIA/styles/hesta/scss/_colors.scss +136 -0
- package/lib/module/component/AIA/styles/hesta/scss/_main.scss +3 -0
- package/lib/module/component/AIA/styles/hesta/scss/_size.scss +45 -0
- package/lib/module/component/AIA/styles/hesta/scss/_spacing.scss +41 -0
- package/lib/module/component/AIA/styles/hesta/scss/_theme_dark.scss +141 -0
- package/lib/module/component/AIA/styles/hesta/scss/_theme_light.scss +141 -0
- package/lib/module/component/AIA/styles/hesta/size/componentSize.js +24 -0
- package/lib/module/component/AIA/styles/hesta/size/componentSize.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/size/index.js +9 -0
- package/lib/module/component/AIA/styles/hesta/size/index.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/size/size.js +24 -0
- package/lib/module/component/AIA/styles/hesta/size/size.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/spacing/componentSpacing.js +13 -0
- package/lib/module/component/AIA/styles/hesta/spacing/componentSpacing.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/spacing/index.js +9 -0
- package/lib/module/component/AIA/styles/hesta/spacing/index.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/spacing/spacing.js +21 -0
- package/lib/module/component/AIA/styles/hesta/spacing/spacing.js.map +1 -0
- package/lib/module/component/AIA/styles/index.js +5 -0
- package/lib/module/component/AIA/styles/index.js.map +1 -0
- package/lib/module/component/AIA/styles/package.json +19 -0
- package/lib/module/component/AIA/utils/Accessibility/changelog.txt +9 -0
- package/lib/module/component/AIA/utils/Accessibility/index.js +34 -0
- package/lib/module/component/AIA/utils/Accessibility/index.js.map +1 -0
- package/lib/module/component/AIA/utils/Accessibility/types/index.js +2 -0
- package/lib/module/component/AIA/utils/Accessibility/types/index.js.map +1 -0
- package/lib/module/component/AIA/utils/ConvertStringToCamelCase/ConvertStringToCamelCase.js +12 -0
- package/lib/module/component/AIA/utils/ConvertStringToCamelCase/ConvertStringToCamelCase.js.map +1 -0
- package/lib/module/component/AIA/utils/ConvertStringToCamelCase/index.js +4 -0
- package/lib/module/component/AIA/utils/ConvertStringToCamelCase/index.js.map +1 -0
- package/lib/module/component/AIA/utils/DateTime/DateTime.js +315 -0
- package/lib/module/component/AIA/utils/DateTime/DateTime.js.map +1 -0
- package/lib/module/component/AIA/utils/DateTime/config/index.js +34 -0
- package/lib/module/component/AIA/utils/DateTime/config/index.js.map +1 -0
- package/lib/module/component/AIA/utils/DateTime/index.js +4 -0
- package/lib/module/component/AIA/utils/DateTime/index.js.map +1 -0
- package/lib/module/component/AIA/utils/File/File.js +39 -0
- package/lib/module/component/AIA/utils/File/File.js.map +1 -0
- package/lib/module/component/AIA/utils/File/index.js +4 -0
- package/lib/module/component/AIA/utils/File/index.js.map +1 -0
- package/lib/module/component/AIA/utils/LazyLoading/LazyLoading.js +27 -0
- package/lib/module/component/AIA/utils/LazyLoading/LazyLoading.js.map +1 -0
- package/lib/module/component/AIA/utils/LazyLoading/README.md +26 -0
- package/lib/module/component/AIA/utils/LazyLoading/index.js +5 -0
- package/lib/module/component/AIA/utils/LazyLoading/index.js.map +1 -0
- package/lib/module/component/AIA/utils/LazyLoading/styles/index.js +19 -0
- package/lib/module/component/AIA/utils/LazyLoading/styles/index.js.map +1 -0
- package/lib/module/component/AIA/utils/NumberString/NumberString.js +61 -0
- package/lib/module/component/AIA/utils/NumberString/NumberString.js.map +1 -0
- package/lib/module/component/AIA/utils/NumberString/index.js +4 -0
- package/lib/module/component/AIA/utils/NumberString/index.js.map +1 -0
- package/lib/module/component/AIA/utils/index.js +9 -0
- package/lib/module/component/AIA/utils/index.js.map +1 -0
- package/lib/module/component/AIA/utils/package.json +18 -0
- package/lib/module/component/ButtonSubmit.js +24 -6
- package/lib/module/component/ButtonSubmit.js.map +1 -1
- package/lib/module/component/Input.js +4 -2
- package/lib/module/component/Input.js.map +1 -1
- package/lib/module/component/MultiSelectButtons.js +7 -3
- package/lib/module/component/MultiSelectButtons.js.map +1 -1
- package/lib/module/component/Rating.js +5 -3
- package/lib/module/component/Rating.js.map +1 -1
- package/lib/module/component/RatingNumber.js +12 -5
- package/lib/module/component/RatingNumber.js.map +1 -1
- package/lib/module/component/Textarea.js +9 -4
- package/lib/module/component/Textarea.js.map +1 -1
- package/lib/module/component/YesNoButtons.js +17 -5
- package/lib/module/component/YesNoButtons.js.map +1 -1
- package/lib/module/component/forms/CESForm.js +98 -0
- package/lib/module/component/forms/CESForm.js.map +1 -0
- package/lib/module/component/forms/CommentForm.js +55 -0
- package/lib/module/component/forms/CommentForm.js.map +1 -0
- package/lib/module/component/forms/EffortForm.js +105 -0
- package/lib/module/component/forms/EffortForm.js.map +1 -0
- package/lib/module/component/forms/ExternalForm.js +55 -0
- package/lib/module/component/forms/ExternalForm.js.map +1 -0
- package/lib/module/component/forms/NPSForm.js +110 -0
- package/lib/module/component/forms/NPSForm.js.map +1 -0
- package/lib/module/component/forms/PollForm.js +132 -0
- package/lib/module/component/forms/PollForm.js.map +1 -0
- package/lib/module/component/forms/PromptForm.js +79 -0
- package/lib/module/component/forms/PromptForm.js.map +1 -0
- package/lib/module/component/forms/SatisfactionForm.js +195 -0
- package/lib/module/component/forms/SatisfactionForm.js.map +1 -0
- package/lib/module/index.js +8 -8
- package/lib/module/index.js.map +1 -1
- package/lib/module/types.d.js +2 -0
- package/lib/module/types.d.js.map +1 -0
- package/lib/module/utils/constants.js +1 -0
- package/lib/module/utils/constants.js.map +1 -1
- package/lib/typescript/ContentUsefulness.d.ts.map +1 -1
- package/lib/typescript/FeedbackSDK.d.ts.map +1 -1
- package/lib/typescript/FeedbackSDKAppStoreRating.d.ts +12 -0
- package/lib/typescript/FeedbackSDKAppStoreRating.d.ts.map +1 -0
- package/lib/typescript/FeedbackSDKForm.d.ts.map +1 -1
- package/lib/typescript/FeedbackSDKSplash.d.ts.map +1 -1
- package/lib/typescript/FeedbackSDKStyles.d.ts +34 -15
- package/lib/typescript/FeedbackSDKStyles.d.ts.map +1 -1
- package/lib/typescript/FeedbackSDKSuccess.d.ts.map +1 -1
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/ActivityIndicator.d.ts +13 -0
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/ActivityIndicator.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/index.d.ts +2 -0
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/styles/index.d.ts +40 -0
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/styles/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/types/index.d.ts +64 -0
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/types/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Button/Button.d.ts +10 -0
- package/lib/typescript/component/AIA/atoms/Button/Button.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Button/index.d.ts +2 -0
- package/lib/typescript/component/AIA/atoms/Button/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Button/styles/index.d.ts +101 -0
- package/lib/typescript/component/AIA/atoms/Button/styles/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Button/types/index.d.ts +120 -0
- package/lib/typescript/component/AIA/atoms/Button/types/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Chip/Chip.d.ts +11 -0
- package/lib/typescript/component/AIA/atoms/Chip/Chip.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Chip/config/index.d.ts +21 -0
- package/lib/typescript/component/AIA/atoms/Chip/config/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Chip/index.d.ts +2 -0
- package/lib/typescript/component/AIA/atoms/Chip/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Chip/styles/index.d.ts +89 -0
- package/lib/typescript/component/AIA/atoms/Chip/styles/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Chip/types/index.d.ts +94 -0
- package/lib/typescript/component/AIA/atoms/Chip/types/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Divider/Divider.d.ts +11 -0
- package/lib/typescript/component/AIA/atoms/Divider/Divider.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Divider/index.d.ts +2 -0
- package/lib/typescript/component/AIA/atoms/Divider/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Divider/styles/index.d.ts +12 -0
- package/lib/typescript/component/AIA/atoms/Divider/styles/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Divider/types/index.d.ts +26 -0
- package/lib/typescript/component/AIA/atoms/Divider/types/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icon/Icon.d.ts +11 -0
- package/lib/typescript/component/AIA/atoms/Icon/Icon.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icon/index.d.ts +2 -0
- package/lib/typescript/component/AIA/atoms/Icon/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icon/types/index.d.ts +94 -0
- package/lib/typescript/component/AIA/atoms/Icon/types/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icons/document-control/index.d.ts +9 -0
- package/lib/typescript/component/AIA/atoms/Icons/document-control/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icons/function/index.d.ts +9 -0
- package/lib/typescript/component/AIA/atoms/Icons/function/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icons/general/index.d.ts +9 -0
- package/lib/typescript/component/AIA/atoms/Icons/general/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icons/health-and-wellness/index.d.ts +9 -0
- package/lib/typescript/component/AIA/atoms/Icons/health-and-wellness/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icons/index.d.ts +8 -0
- package/lib/typescript/component/AIA/atoms/Icons/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icons/login/index.d.ts +9 -0
- package/lib/typescript/component/AIA/atoms/Icons/login/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icons/media-control/index.d.ts +9 -0
- package/lib/typescript/component/AIA/atoms/Icons/media-control/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icons/menu/index.d.ts +9 -0
- package/lib/typescript/component/AIA/atoms/Icons/menu/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icons/rating/index.d.ts +9 -0
- package/lib/typescript/component/AIA/atoms/Icons/rating/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icons/red-illustrations/index.d.ts +9 -0
- package/lib/typescript/component/AIA/atoms/Icons/red-illustrations/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icons/social-media/index.d.ts +9 -0
- package/lib/typescript/component/AIA/atoms/Icons/social-media/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icons/system-control/index.d.ts +9 -0
- package/lib/typescript/component/AIA/atoms/Icons/system-control/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Icons/type/index.d.ts +83 -0
- package/lib/typescript/component/AIA/atoms/Icons/type/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/account-setup/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/account-setup/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/empty-state/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/empty-state/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/health-and-wellness/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/health-and-wellness/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/index.d.ts +8 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/medical/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/medical/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/payment/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/payment/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-agents/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-agents/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-celebration/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-celebration/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-exercise/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-exercise/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-family/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-family/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-general/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-general/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-medical/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-medical/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/success-and-reward/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/success-and-reward/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/system/index.d.ts +3 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/system/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/type/index.d.ts +93 -0
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/type/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Image/Image.d.ts +11 -0
- package/lib/typescript/component/AIA/atoms/Image/Image.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Image/index.d.ts +2 -0
- package/lib/typescript/component/AIA/atoms/Image/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Image/styles/index.d.ts +15 -0
- package/lib/typescript/component/AIA/atoms/Image/styles/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Image/types/index.d.ts +98 -0
- package/lib/typescript/component/AIA/atoms/Image/types/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Rating/Rating.d.ts +10 -0
- package/lib/typescript/component/AIA/atoms/Rating/Rating.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Rating/config/index.d.ts +22 -0
- package/lib/typescript/component/AIA/atoms/Rating/config/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Rating/index.d.ts +2 -0
- package/lib/typescript/component/AIA/atoms/Rating/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Rating/styles/index.d.ts +54 -0
- package/lib/typescript/component/AIA/atoms/Rating/styles/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Rating/types/index.d.ts +94 -0
- package/lib/typescript/component/AIA/atoms/Rating/types/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Text/Text.d.ts +11 -0
- package/lib/typescript/component/AIA/atoms/Text/Text.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Text/config/index.d.ts +7 -0
- package/lib/typescript/component/AIA/atoms/Text/config/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Text/index.d.ts +2 -0
- package/lib/typescript/component/AIA/atoms/Text/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Text/styles/index.d.ts +25 -0
- package/lib/typescript/component/AIA/atoms/Text/styles/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/Text/types/index.d.ts +127 -0
- package/lib/typescript/component/AIA/atoms/Text/types/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/TextArea/TextArea.d.ts +15 -0
- package/lib/typescript/component/AIA/atoms/TextArea/TextArea.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/TextArea/config/index.d.ts +8 -0
- package/lib/typescript/component/AIA/atoms/TextArea/config/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/TextArea/index.d.ts +2 -0
- package/lib/typescript/component/AIA/atoms/TextArea/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/TextArea/styles/index.d.ts +79 -0
- package/lib/typescript/component/AIA/atoms/TextArea/styles/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/atoms/TextArea/types/index.d.ts +106 -0
- package/lib/typescript/component/AIA/atoms/TextArea/types/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/hooks/FontConfig/index.d.ts +2 -0
- package/lib/typescript/component/AIA/hooks/FontConfig/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/hooks/FontConfig/type/index.d.ts +44 -0
- package/lib/typescript/component/AIA/hooks/FontConfig/type/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/hooks/useCustomTheme/index.d.ts +2 -0
- package/lib/typescript/component/AIA/hooks/useCustomTheme/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/hooks/useCustomTheme/useCustomTheme.d.ts +16 -0
- package/lib/typescript/component/AIA/hooks/useCustomTheme/useCustomTheme.d.ts.map +1 -0
- package/lib/typescript/component/AIA/styles/aia-digital/border/borderRadius.d.ts +9 -0
- package/lib/typescript/component/AIA/styles/aia-digital/border/borderRadius.d.ts.map +1 -0
- package/lib/typescript/component/AIA/styles/aia-digital/border/borderWidth.d.ts +9 -0
- package/lib/typescript/component/AIA/styles/aia-digital/border/borderWidth.d.ts.map +1 -0
- package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderRadius.d.ts +14 -0
- package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderRadius.d.ts.map +1 -0
- package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderWidth.d.ts +5 -0
- package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderWidth.d.ts.map +1 -0
- package/lib/typescript/component/AIA/styles/aia-digital/border/index.d.ts +24 -0
- package/lib/typescript/component/AIA/styles/aia-digital/border/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/styles/aia-digital/colors/light.d.ts +140 -0
- package/lib/typescript/component/AIA/styles/aia-digital/colors/light.d.ts.map +1 -0
- package/lib/typescript/component/AIA/styles/aia-digital/size/componentSize.d.ts +35 -0
- package/lib/typescript/component/AIA/styles/aia-digital/size/componentSize.d.ts.map +1 -0
- package/lib/typescript/component/AIA/styles/aia-digital/size/index.d.ts +52 -0
- package/lib/typescript/component/AIA/styles/aia-digital/size/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/styles/aia-digital/size/size.d.ts +22 -0
- package/lib/typescript/component/AIA/styles/aia-digital/size/size.d.ts.map +1 -0
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/componentSpacing.d.ts +10 -0
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/componentSpacing.d.ts.map +1 -0
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/index.d.ts +24 -0
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/spacing.d.ts +19 -0
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/spacing.d.ts.map +1 -0
- package/lib/typescript/component/AIA/utils/Accessibility/index.d.ts +12 -0
- package/lib/typescript/component/AIA/utils/Accessibility/index.d.ts.map +1 -0
- package/lib/typescript/component/AIA/utils/Accessibility/types/index.d.ts +21 -0
- package/lib/typescript/component/AIA/utils/Accessibility/types/index.d.ts.map +1 -0
- package/lib/typescript/component/forms/CESForm.d.ts +18 -0
- package/lib/typescript/component/forms/CESForm.d.ts.map +1 -0
- package/lib/typescript/component/forms/CommentForm.d.ts +15 -0
- package/lib/typescript/component/forms/CommentForm.d.ts.map +1 -0
- package/lib/typescript/component/forms/EffortForm.d.ts +18 -0
- package/lib/typescript/component/forms/EffortForm.d.ts.map +1 -0
- package/lib/typescript/component/forms/ExternalForm.d.ts +8 -0
- package/lib/typescript/component/forms/ExternalForm.d.ts.map +1 -0
- package/lib/typescript/component/forms/NPSForm.d.ts +18 -0
- package/lib/typescript/component/forms/NPSForm.d.ts.map +1 -0
- package/lib/typescript/component/forms/PollForm.d.ts +17 -0
- package/lib/typescript/component/forms/PollForm.d.ts.map +1 -0
- package/lib/typescript/component/forms/PromptForm.d.ts +15 -0
- package/lib/typescript/component/forms/PromptForm.d.ts.map +1 -0
- package/lib/typescript/component/forms/SatisfactionForm.d.ts +20 -0
- package/lib/typescript/component/forms/SatisfactionForm.d.ts.map +1 -0
- package/lib/typescript/index.d.ts +3 -16
- package/lib/typescript/index.d.ts.map +1 -1
- package/lib/typescript/utils/constants.d.ts.map +1 -1
- package/lib/typescript/utils/networking.d.ts +1 -1
- package/lib/typescript/utils/networking.d.ts.map +1 -1
- package/package.json +6 -1
- package/lib/typescript/assets/CheckIcon.d.ts +0 -7
- package/lib/typescript/assets/CheckIcon.d.ts.map +0 -1
- package/lib/typescript/assets/PlusIcon.d.ts +0 -7
- package/lib/typescript/assets/PlusIcon.d.ts.map +0 -1
- package/lib/typescript/assets/StarIcon.d.ts +0 -7
- package/lib/typescript/assets/StarIcon.d.ts.map +0 -1
- package/lib/typescript/component/Button.d.ts +0 -30
- package/lib/typescript/component/Button.d.ts.map +0 -1
- package/lib/typescript/component/ButtonSubmit.d.ts +0 -119
- package/lib/typescript/component/ButtonSubmit.d.ts.map +0 -1
- package/lib/typescript/component/Input.d.ts +0 -112
- package/lib/typescript/component/Input.d.ts.map +0 -1
- package/lib/typescript/component/MultiSelectButtons.d.ts +0 -111
- package/lib/typescript/component/MultiSelectButtons.d.ts.map +0 -1
- package/lib/typescript/component/Rating.d.ts +0 -83
- package/lib/typescript/component/Rating.d.ts.map +0 -1
- package/lib/typescript/component/RatingNumber.d.ts +0 -135
- package/lib/typescript/component/RatingNumber.d.ts.map +0 -1
- package/lib/typescript/component/Textarea.d.ts +0 -115
- package/lib/typescript/component/Textarea.d.ts.map +0 -1
- package/lib/typescript/component/YesNoButtons.d.ts +0 -101
- package/lib/typescript/component/YesNoButtons.d.ts.map +0 -1
|
@@ -0,0 +1,29 @@
|
|
|
1
|
+
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.2" d="M52 54.2384C52 54.6874 51.5159 55.1148 50.6283 55.5098C47.7257 56.8135 40.4795 57.733 32.0023 57.733C26.9648 57.733 22.3608 57.4071 18.8449 56.8675C18.2686 56.7768 17.7198 56.6862 17.208 56.5847C13.9758 55.9652 12 55.1428 12 54.2276C12 53.4635 13.3902 52.7642 15.7487 52.1922C17.2427 51.8296 19.1354 51.5144 21.3164 51.2727C22.3631 51.1561 23.4697 51.0546 24.6317 50.9726C25.5147 50.9143 26.423 50.8604 27.3614 50.8237C28.6593 50.7697 29.9988 50.7373 31.389 50.733H31.9931C35.1562 50.733 38.1464 50.8604 40.8069 51.0914C41.1965 51.128 41.5792 51.1604 41.9504 51.2036C42.1971 51.2252 42.4345 51.2511 42.6812 51.2791C44.8622 51.5144 46.755 51.8295 48.2582 52.1986C50.6075 52.775 51.9977 53.4765 51.9977 54.2341V54.2384H52Z" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M50.502 32.1605C50.3955 33.205 49.8336 33.9505 49.1697 33.9505C48.2521 33.9505 47.9077 38.0039 47.3888 38.8128C47.2234 39.0688 47.339 38.346 47.4636 37.6278C47.5905 36.9005 47.7264 36.1709 47.5882 36.4519C46.5414 38.5862 44.833 40.1382 42.6715 41.1578C42.3452 41.3142 42.0122 41.4524 41.67 41.5725C38.2012 42.8322 34.1341 42.5286 30.6041 41.9282C28.1276 41.509 25.4608 40.8588 22.9934 39.8369C21.1446 39.0734 19.4044 38.1036 17.9385 36.8665C17.1183 36.1754 16.3139 35.4934 15.5322 34.7548C15.2264 34.4648 14.7483 33.9709 14.3292 33.8281C13.1056 33.4135 12.7998 32.6182 12.793 31.8229V31.764C12.7952 31.3902 12.8609 31.0186 12.9221 30.6855C13.0761 29.8834 13.3934 29.1312 13.8352 28.4243C16.6425 23.9358 24.4027 21.3778 25.923 21.0266C27.8489 20.5802 29.7023 20.3808 31.4696 20.3808C40.3128 20.3808 47.0014 25.3678 49.7157 29.3396C50.3841 30.3162 50.5881 31.329 50.502 32.1583V32.1605Z" fill="#F7C926"/>
|
|
4
|
+
<path d="M20.952 53.4836H21.0608C28.1526 56.8483 35.2444 57.102 42.3362 53.4836H42.4449L49.1675 33.9505C48.8231 34.091 48.4719 34.2179 48.1139 34.3425C47.3866 35.6725 46.1699 36.6015 44.5045 36.7419C43.0409 36.8666 41.5817 36.4791 40.2381 35.8832C38.4482 36.137 36.6446 36.3726 34.8366 36.4723C34.7029 36.5403 34.5692 36.606 34.4333 36.6671C34.0005 36.8847 33.5655 37.1044 33.1191 37.2925C33.033 37.3288 32.9514 37.3673 32.8653 37.399C32.7498 37.4443 32.6433 37.4647 32.5413 37.4647C29.188 38.5409 25.565 37.6664 22.6105 35.779C22.3092 35.7427 22.0078 35.711 21.7087 35.6725C20.4399 35.5071 19.1757 35.2782 17.9544 34.918C16.6312 34.7118 15.3601 34.3969 14.166 33.7715L20.9543 53.4836H20.952Z" fill="#FF7F33"/>
|
|
5
|
+
<path d="M30.8362 56.1005C30.7773 54.9721 30.7093 53.8415 30.6618 52.7132C30.587 51.0116 30.5326 49.3077 30.4601 47.6061C30.4035 46.2603 30.3355 44.919 30.2652 43.5754C30.1769 41.8602 30.0772 40.145 29.982 38.4321C29.9752 38.3211 29.982 38.2055 29.982 38.0333C30.2381 37.9971 30.4873 37.9631 30.8023 37.9223V38.5001C30.8091 42.3337 30.8022 46.1697 30.8226 50.0033C30.8339 52.038 30.8974 54.0704 30.9359 56.105H30.8362V56.1005Z" fill="#CC4C00"/>
|
|
6
|
+
<path d="M31.8175 56.1005C31.8583 54.1316 31.9036 52.1649 31.9376 50.1937C31.9761 47.9937 32.0056 45.7936 32.0441 43.5936C32.0736 41.8195 32.1143 40.0431 32.1438 38.269C32.1551 37.5666 32.1664 37.5462 32.9776 37.5258C32.939 37.9269 32.8937 38.3189 32.8688 38.7131C32.8303 39.2977 32.7986 39.8777 32.7714 40.4623C32.7034 41.9871 32.6468 43.5143 32.5698 45.0391C32.4814 46.8517 32.3772 48.6666 32.2775 50.4815C32.2163 51.5985 32.1574 52.7132 32.0849 53.8302C32.0373 54.587 31.9693 55.3438 31.9104 56.0983H31.813L31.8175 56.1005Z" fill="#CC4C00"/>
|
|
7
|
+
<path d="M22.8063 54.1044C21.0028 47.7331 19.1992 41.3595 17.3979 34.9927C17.4795 34.9565 17.509 34.9315 17.5362 34.9338C18.7302 35.063 18.7597 35.1309 19.0542 36.5697C19.4961 38.7222 19.9764 40.8678 20.4454 43.0158C20.9938 45.5375 21.5443 48.0571 22.1017 50.5766C22.3396 51.6528 22.6092 52.7223 22.8584 53.7962C22.8788 53.8914 22.8743 53.9911 22.8789 54.084L22.8041 54.1044H22.8018H22.8063Z" fill="#CC4C00"/>
|
|
8
|
+
<path d="M15.2139 34.3109C15.6919 34.4514 16.0545 34.5443 16.3989 34.6757C16.4985 34.7142 16.5824 34.8705 16.6164 34.9906C17.1737 36.9664 17.7243 38.9444 18.2704 40.9224C18.8957 43.1927 19.5143 45.4675 20.1396 47.7378C20.6517 49.6048 21.1774 51.4672 21.6917 53.3342C21.7211 53.4407 21.7098 53.5608 21.669 53.6876C19.5301 47.2688 17.3935 40.8521 15.2161 34.3086H15.2139V34.3109Z" fill="#CC4C00"/>
|
|
9
|
+
<path d="M41.1816 53.7442C42.1265 50.4113 43.069 47.0829 44.0116 43.7499C44.68 41.3913 45.3438 39.0281 46.019 36.674C46.0643 36.5176 46.1776 36.3228 46.3113 36.2594C47.0227 35.9286 47.5053 35.378 47.9358 34.7504C48.0627 34.5646 47.3014 36.4565 46.8981 37.5962C45.2645 42.1866 43.6717 46.7974 42.063 51.3969C41.7888 52.1831 41.4988 52.9648 41.2179 53.751C41.2065 53.751 41.1952 53.751 41.1816 53.7487V53.7442Z" fill="#CC4C00"/>
|
|
10
|
+
<path d="M37.6475 55.2011C37.7766 54.1226 37.8989 53.1166 38.0213 52.1129C38.1776 50.8486 38.334 49.5865 38.488 48.32C38.5991 47.4069 38.701 46.4915 38.8098 45.5784C38.9661 44.296 39.1293 43.0159 39.2856 41.7334C39.4261 40.5598 39.562 39.3861 39.698 38.2124C39.7728 37.5848 39.8158 36.9527 39.92 36.3319C39.9404 36.214 40.2168 36.0169 40.2893 36.0486C40.5612 36.1733 41.0642 36.094 40.9736 36.6264C40.7493 37.9315 40.5068 39.2388 40.278 40.5462C39.9585 42.3565 39.6504 44.1691 39.3286 45.9817C39.016 47.74 38.6852 49.4936 38.3793 51.2541C38.1618 52.5048 37.9692 53.7601 37.763 55.013C37.7562 55.0538 37.7154 55.0923 37.6475 55.1988H37.6497L37.6475 55.2011Z" fill="#CC4C00"/>
|
|
11
|
+
<path d="M26.2143 55.2305C25.3398 48.9883 24.4629 42.7461 23.5747 36.4179C23.9554 36.6014 24.2658 36.7102 24.5308 36.8892C24.6691 36.9798 24.7959 37.1837 24.8141 37.3491C24.9047 38.201 24.9546 39.0597 25.0294 39.9139C25.1562 41.3799 25.2944 42.8413 25.4191 44.3072C25.4938 45.1773 25.5527 46.0496 25.6252 46.9196C25.7521 48.3992 25.888 49.881 26.0104 51.3605C26.0897 52.3122 26.1441 53.266 26.2166 54.2177C26.2438 54.553 26.2846 54.886 26.3208 55.2191C26.2846 55.2259 26.2529 55.2282 26.2166 55.235V55.2282L26.2143 55.2305Z" fill="#CC4C00"/>
|
|
12
|
+
<path d="M19.5615 35.4051C19.983 35.4754 20.3161 35.5298 20.674 35.5887C21.748 41.8625 22.8197 48.1206 23.8914 54.3808C23.8642 54.3876 23.8347 54.3899 23.8098 54.3967C22.4005 48.0979 20.9912 41.7968 19.5638 35.4074L19.5615 35.4051Z" fill="#CC4C00"/>
|
|
13
|
+
<path d="M39.5143 36.1168C38.5445 42.581 37.5861 48.9591 36.6277 55.3327L36.5869 55.3237C36.741 53.7036 36.8882 52.0836 37.0491 50.4636C37.2417 48.5196 37.4434 46.5733 37.645 44.6315C37.8081 43.0727 37.969 41.5116 38.1367 39.9527C38.2613 38.7949 38.3882 37.6349 38.5377 36.4793C38.5536 36.3638 38.7031 36.212 38.8209 36.1735C39.0135 36.1123 39.2333 36.1327 39.5188 36.1123L39.512 36.1191L39.5143 36.1168Z" fill="#CC4C00"/>
|
|
14
|
+
<path d="M25.1562 54.9655C23.9644 48.5738 22.7727 42.1822 21.5786 35.7859C22.5665 35.7202 22.6118 35.7859 22.7704 37.0004C22.9857 38.643 23.2304 40.2834 23.4524 41.9239C23.6608 43.4691 23.8444 45.0211 24.0596 46.5641C24.2726 48.1071 24.5127 49.6456 24.728 51.1908C24.8753 52.2399 24.9954 53.2957 25.1358 54.3493C25.1585 54.5373 25.2038 54.7231 25.2401 54.9089L25.1607 54.9588H25.1585L25.1562 54.9655Z" fill="#CC4C00"/>
|
|
15
|
+
<path d="M39.3895 54.4442C39.6319 53.2184 39.8653 51.9949 40.1122 50.7691C40.6877 47.9437 41.2746 45.1183 41.8478 42.2952C42.19 40.614 42.5162 38.9283 42.8561 37.2471C42.9309 36.8755 43.4905 36.6512 43.8054 36.8823C43.8757 36.9321 43.9006 37.1157 43.8734 37.2176C42.9331 40.8655 41.9838 44.5088 41.039 48.1544C40.5314 50.1143 40.0307 52.0765 39.5254 54.0363C39.4892 54.1745 39.4461 54.3128 39.4076 54.4487H39.3872V54.4419L39.3895 54.4442Z" fill="#CC4C00"/>
|
|
16
|
+
<path d="M40.0965 54.2473C41.2702 49.496 42.4438 44.7469 43.6175 40.0002C43.8124 39.214 44.0026 38.4255 44.1975 37.6393C44.3402 37.0524 44.7526 36.7511 45.4323 36.733C43.665 42.5922 41.9091 48.4265 40.1509 54.2654C40.1328 54.2586 40.1124 54.2563 40.0942 54.2495L40.0965 54.2473Z" fill="#CC4C00"/>
|
|
17
|
+
<path d="M37.8757 36.375C37.0601 42.8097 36.2444 49.2082 35.4333 55.6045C35.4129 55.6045 35.3925 55.6022 35.3721 55.5977C35.4514 54.6324 35.5262 53.6718 35.6077 52.7088C35.653 52.1786 35.7165 51.6462 35.7572 51.116C35.8637 49.6954 35.9544 48.2725 36.0631 46.8518C36.1878 45.2205 36.326 43.5937 36.4574 41.9623C36.5865 40.365 36.7202 38.7654 36.8516 37.168C36.9219 36.3274 36.9513 36.3002 37.8712 36.3727L37.8757 36.375Z" fill="#CC4C00"/>
|
|
18
|
+
<path d="M42.4305 36.7397C41.0824 42.8209 39.7388 48.8818 38.393 54.945C38.3771 54.9427 38.3635 54.9382 38.3477 54.9359C38.5652 53.7102 38.7849 52.4799 39.0024 51.2541C39.2471 49.8742 39.4918 48.4967 39.7365 47.1168C40.0492 45.354 40.3641 43.589 40.6768 41.8263C40.9736 40.1541 41.2659 38.4797 41.5831 36.8099C41.6012 36.7192 41.7961 36.606 41.9094 36.6014C42.059 36.5924 42.2153 36.6807 42.4305 36.7442H42.4283L42.4305 36.7397Z" fill="#CC4C00"/>
|
|
19
|
+
<path d="M27.2088 37.7751C27.5351 37.8317 27.7843 37.8748 28.0675 37.9223C28.1332 38.849 28.2148 39.7486 28.2556 40.6503C28.3077 41.756 28.3168 42.8617 28.3666 43.9651C28.4573 46.0406 28.5638 48.1137 28.6635 50.1892C28.7246 51.4829 28.7881 52.7812 28.8606 54.0749C28.89 54.6233 28.9466 55.1693 28.9013 55.7267C28.8016 54.6142 28.7065 53.504 28.5955 52.3937C28.4414 50.8689 28.2715 49.3486 28.1196 47.8237C28.0381 46.9854 27.9928 46.1448 27.9135 45.311C27.7957 44.0897 27.6574 42.873 27.5396 41.6518C27.4603 40.8316 27.4014 40.0069 27.3334 39.1844C27.2949 38.7358 27.2541 38.2917 27.2088 37.7751Z" fill="#CC4C00"/>
|
|
20
|
+
<path d="M34.6018 36.776C34.5157 37.8545 34.4273 38.9307 34.348 40.007C34.3026 40.6051 34.2709 41.2033 34.2415 41.806C34.1712 43.2334 34.1146 44.6608 34.0376 46.0882C33.9515 47.6901 33.845 49.2898 33.7476 50.8916C33.6501 52.5253 33.5527 54.1589 33.453 55.7925C33.4507 55.8446 33.4168 55.8967 33.4054 55.9307C33.4054 54.9315 33.3941 53.9278 33.4054 52.9263C33.4326 50.9392 33.4711 48.9522 33.5096 46.9651C33.5391 45.4516 33.5776 43.9358 33.6139 42.4245C33.6501 40.8951 33.6796 39.3635 33.7181 37.8341C33.7385 37.0501 33.9107 36.8462 34.5995 36.7715V36.7783L34.6018 36.776Z" fill="#CC4C00"/>
|
|
21
|
+
<path d="M25.5863 37.2993C25.9125 37.4103 26.1957 37.5054 26.4835 37.6029C26.5583 38.8082 26.6172 39.991 26.701 41.1714C26.8188 42.7484 26.9638 44.3276 27.0839 45.9046C27.136 46.5821 27.1519 47.2641 27.1926 47.946C27.2583 49.0449 27.3196 50.1438 27.3921 51.2405C27.4827 52.5795 27.5846 53.914 27.6775 55.2508C27.6843 55.3483 27.6775 55.4457 27.6481 55.5431C26.9638 49.489 26.2773 43.4349 25.584 37.3061L25.5863 37.2993Z" fill="#CC4C00"/>
|
|
22
|
+
<path d="M35.3993 36.5903C36.0972 36.4362 36.1629 36.511 36.0609 37.1386C35.9771 37.6484 35.9476 38.1673 35.9046 38.6839C35.7415 40.5531 35.5783 42.4269 35.4242 44.2962C35.3449 45.2659 35.2996 46.2356 35.2181 47.2031C35.1025 48.5716 34.9643 49.9356 34.8442 51.3042C34.7671 52.1742 34.706 53.0465 34.6403 53.9166C34.595 54.5306 34.5587 55.1424 34.4409 55.7541C34.5202 54.4015 34.5972 53.0465 34.6765 51.6939C34.6833 51.6123 34.6833 51.5307 34.6856 51.4492C34.7218 50.3118 34.7445 49.1721 34.7921 48.0347C34.8487 46.639 34.9212 45.2455 34.9937 43.8498C35.0595 42.5379 35.1206 41.2215 35.1931 39.9097C35.2543 38.8108 35.3313 37.7096 35.4061 36.5835V36.5903H35.3993Z" fill="#CC4C00"/>
|
|
23
|
+
<path d="M30.0543 55.8175C29.9954 55.2126 29.9184 54.6076 29.8776 54.0004C29.8006 52.8857 29.7575 51.7709 29.6714 50.6562C29.5604 49.1766 29.4154 47.6993 29.2975 46.2175C29.2182 45.2319 29.1684 44.2486 29.0936 43.263C28.9736 41.6362 28.8399 40.0116 28.713 38.3826C28.7039 38.2715 28.713 38.1605 28.713 38.0223H29.3859C29.4358 38.7066 29.5037 39.3795 29.5264 40.0547C29.5762 41.5025 29.5944 42.9481 29.6419 44.3959C29.7008 46.1972 29.7711 47.9962 29.8391 49.7974C29.9003 51.354 29.9659 52.9083 30.0362 54.4626C30.0566 54.9135 30.1041 55.3622 30.1404 55.8108H30.0543V55.8175Z" fill="#CC4C00"/>
|
|
24
|
+
<path d="M42.0425 53.4996L41.9746 53.4769C44.2902 47.058 46.4608 40.5236 48.7764 34.1047C48.833 34.1251 49.1117 33.9302 49.1661 33.9506" fill="#CC4C00"/>
|
|
25
|
+
<path d="M30.246 19.5108C25.6012 19.7351 21.2577 21.4299 17.5713 24.2145C17.1861 24.5068 14.7912 26.1291 15.7587 26.6479C16.5426 27.0694 18.0675 26.1132 18.7223 25.8006C19.3159 25.5173 20.5983 24.577 21.2532 24.6971C21.2758 25.1933 20.7184 25.7054 20.4533 26.1042C20.0523 26.7114 19.3273 27.3367 19.1143 28.0278C18.8379 28.9205 18.9285 30.4408 20.3695 30.5111C21.7947 30.5813 22.7599 28.9228 23.4736 27.919C23.852 27.3888 24.3074 26.3126 24.9985 26.2356C25.1729 26.8224 25.0166 28.2634 25.6012 28.6509C26.0317 28.9341 26.9402 28.5625 27.2846 28.2906C27.7514 27.9213 27.8307 27.2053 28.3404 26.9017C29.4235 26.256 29.9288 27.4614 30.2414 28.2793C30.6198 29.2604 30.8396 30.2346 31.4604 31.0956C32.1922 32.1107 33.5359 32.224 34.1521 30.9755C34.7571 29.7452 34.4535 28.2838 34.8931 27.0354C35.0426 26.6162 35.4799 26.0883 36.0055 26.2265C36.6513 26.3987 37.1565 27.6607 37.433 28.1841C37.8363 28.9454 40.0748 32.9558 41.2893 30.8713C42.046 29.5685 40.4668 27.774 40.2742 26.5075C40.2153 26.1132 40.2901 25.7213 40.8135 25.7031C41.4025 25.6827 42.1185 26.6615 42.549 27.0263C43.4961 27.8352 44.5021 28.2272 45.7279 28.3971C46.1901 28.4628 46.931 28.6327 47.0012 27.9757C47.0398 27.6041 46.7067 27.2031 46.539 26.9085C46.4348 26.7318 45.9499 26.1178 46.0587 25.9116C46.2377 25.5717 47.5087 26.7023 47.7013 26.8224C48.2474 26.1268 46.1538 24.926 45.5693 24.3754C40.8474 19.9345 33.8531 19.4927 31.2633 19.4927C30.6198 19.4927 30.2483 19.5199 30.2483 19.5199V19.5131L30.246 19.5108Z" fill="#FF7A85"/>
|
|
26
|
+
<path d="M32.7083 14.3901C32.6222 14.4082 32.4908 14.4376 32.3299 14.4739C31.691 14.6234 31.5323 14.6959 31.3307 14.7322C30.7914 14.8319 30.6125 14.5124 29.978 14.4807C29.4365 14.4535 28.8837 14.4399 28.3558 14.7254C27.0054 15.4595 26.8717 17.1883 27.5446 18.6497C28.3014 20.2969 30.0392 21.6427 31.8677 21.4003C34.709 21.0242 36.1092 17.1339 35.2188 15.5592C35.0058 15.1831 34.3102 14.3153 33.3495 14.2858C33.0822 14.2768 32.8601 14.3357 32.7106 14.3901H32.7083Z" fill="#E00842"/>
|
|
27
|
+
<path d="M30.649 7.49089C30.8371 7.03773 31.0772 6.60044 31.3355 6.18581C31.4058 6.07025 31.6256 6 31.7729 6C32.0538 6 31.6754 6.58684 31.5282 6.74091C30.8258 7.48408 30.5199 8.41078 30.3636 9.40998C30.0894 11.1546 30.2163 12.8358 31.118 14.3878C31.2563 14.6235 31.4285 14.952 31.655 15.2239C31.4579 15.4029 31.2472 15.242 31.2359 15.2443C30.964 14.6597 30.6785 14.1091 30.4542 13.5336C30.4542 13.5336 29.1922 10.9666 30.6468 7.49089H30.649Z" fill="#B30635"/>
|
|
28
|
+
<path d="M30.1504 14.9997C30.1504 14.9997 31.2697 15.9423 32.6042 14.9318C32.6042 14.9318 31.6027 15.4891 30.1504 14.9997Z" fill="#B30635"/>
|
|
29
|
+
</svg>
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.2" d="M56.9951 54.7728C56.9951 55.2859 56.3784 55.7744 55.2474 56.2258C51.5473 57.7158 42.3067 58.7667 31.5012 58.7667C25.0784 58.7667 19.2089 58.3942 14.7263 57.7775C13.9926 57.6738 13.293 57.5702 12.6398 57.4543C8.51794 56.7463 6 55.8064 6 54.7605C6 53.8872 7.7721 53.088 10.78 52.4343C12.6861 52.0198 15.0992 51.6597 17.8804 51.3834C19.2162 51.2502 20.6251 51.1342 22.1071 51.0405C23.2332 50.9739 24.391 50.9122 25.5879 50.8703C27.2429 50.8086 28.9516 50.7716 30.7236 50.7667H31.4939C35.528 50.7667 39.3402 50.9122 42.7308 51.1762C43.2256 51.2181 43.7156 51.2551 44.1884 51.3044C44.5029 51.3291 44.8051 51.3587 45.122 51.3908C47.9032 51.6597 50.3163 52.0198 52.2322 52.4416C55.2279 53.1003 57 53.902 57 54.7679V54.7728H56.9951Z" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M49.3364 54.9885H13.6658C13.271 54.9885 12.9443 54.6668 12.9443 54.2694V8.50764C12.9443 8.11277 13.271 7.78857 13.6658 7.78857H49.3364C49.7312 7.78857 50.0554 8.11033 50.0554 8.50764V54.2694C50.0554 54.6643 49.7337 54.9885 49.3364 54.9885Z" fill="#97908B"/>
|
|
4
|
+
<path d="M47.3089 9.68738H15.6871C15.2191 9.68738 14.8389 10.0676 14.8389 10.5356V52.2463C14.8389 52.7143 15.2191 53.0945 15.6871 53.0945H47.3089C47.7769 53.0945 48.1572 52.7143 48.1572 52.2463V10.5356C48.1572 10.0676 47.7769 9.68738 47.3089 9.68738Z" fill="white"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M25.9518 6.64288H28.9694C28.9694 5.73369 30.1005 5 31.4972 5C32.8939 5 34.0248 5.73856 34.0248 6.64288H37.0425C37.998 6.64288 38.7829 7.42532 38.7829 8.38326V10.8086H24.2139V8.38326C24.2139 7.42776 24.9963 6.64288 25.9543 6.64288M31.5021 5.7532C31.9944 5.7532 32.3917 6.1505 32.3917 6.64288C32.3917 7.13526 31.9944 7.53258 31.5021 7.53258C31.0097 7.53258 30.6123 7.13526 30.6123 6.64288C30.6123 6.1505 31.0097 5.7532 31.5021 5.7532Z" fill="#F7C926"/>
|
|
6
|
+
<path d="M38.7433 10.048H24.1743V10.8109H38.7433V10.048Z" fill="#F7C926"/>
|
|
7
|
+
<path d="M19.7428 18.5865C19.621 18.5865 19.5234 18.4525 19.5234 18.2916C19.5234 18.1307 19.621 17.9967 19.7428 17.9967H30.4922C30.6141 17.9967 30.7116 18.1307 30.7116 18.2916C30.7116 18.4525 30.6141 18.5865 30.4922 18.5865H19.7428Z" fill="#DED7D2"/>
|
|
8
|
+
<path d="M19.7428 23.5617C19.621 23.5617 19.5234 23.4277 19.5234 23.2668C19.5234 23.1059 19.621 22.9719 19.7428 22.9719H30.4922C30.6141 22.9719 30.7116 23.1059 30.7116 23.2668C30.7116 23.4277 30.6141 23.5617 30.4922 23.5617H19.7428Z" fill="#DED7D2"/>
|
|
9
|
+
<path d="M19.7428 21.9039C19.621 21.9039 19.5234 21.7698 19.5234 21.6089C19.5234 21.448 19.621 21.314 19.7428 21.314H29.5904C29.7122 21.314 29.8097 21.448 29.8097 21.6089C29.8097 21.7698 29.7122 21.9039 29.5904 21.9039H19.7428Z" fill="#DED7D2"/>
|
|
10
|
+
<path d="M19.7428 20.244C19.621 20.244 19.5234 20.1099 19.5234 19.9491C19.5234 19.7882 19.621 19.6541 19.7428 19.6541H27.7598C27.8817 19.6541 27.9791 19.7882 27.9791 19.9491C27.9791 20.1099 27.8817 20.244 27.7598 20.244H19.7428Z" fill="#DED7D2"/>
|
|
11
|
+
<path d="M19.2328 48.6022C18.8672 48.6022 18.5723 48.4706 18.5723 48.3097C18.5723 48.1488 18.8672 48.0148 19.2328 48.0148H43.4056C43.7712 48.0148 44.0686 48.1464 44.0686 48.3097C44.0686 48.473 43.7712 48.6022 43.4056 48.6022H19.2328Z" fill="#DED7D2"/>
|
|
12
|
+
<path d="M19.352 30.6792C19.3472 30.6377 19.3472 30.5963 19.3472 30.5548C19.3472 29.224 20.4002 28.1441 21.7018 28.1441C23.0034 28.1441 24.0516 29.224 24.0516 30.5548V30.6572H24.0565V47.9367H19.352V30.6767V30.6792Z" fill="#0C6DD2"/>
|
|
13
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.0049 33.5837C29 33.5277 29 33.4692 29 33.4107C29 32.0798 30.053 31 31.3449 31C32.6368 31 33.6995 32.0798 33.6995 33.4107V33.5033L33.7044 33.5082V48.0772H29.0049V33.5837Z" fill="#F7C926"/>
|
|
14
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M38.1455 36.4953C38.1406 36.4538 38.1406 36.4124 38.1406 36.371C38.1406 35.0425 39.1936 33.9603 40.4904 33.9603C41.7871 33.9603 42.8401 35.0401 42.8401 36.371V36.3807H42.845V47.9394H38.1455V36.4928V36.4953Z" fill="#D40C74"/>
|
|
15
|
+
<path d="M35.064 23.9589C34.9445 23.9077 34.8129 23.8761 34.713 23.8005C34.5253 23.6616 34.4497 23.4519 34.4497 23.2228C34.4497 21.5921 34.4497 19.9614 34.4497 18.3307C34.4497 18.087 34.5399 17.8798 34.7374 17.7287C35.0811 17.4678 35.5686 17.6458 35.6977 18.0821C35.7294 18.1845 35.7416 18.2966 35.7416 18.4063C35.7465 18.9547 35.7416 19.5032 35.7416 20.0516V20.1784H40.4411C40.4411 20.132 40.4411 20.0882 40.4411 20.0443C40.4411 19.4447 40.4363 18.845 40.4509 18.2454C40.4606 17.8505 40.8068 17.5653 41.1797 17.6141C41.4503 17.6507 41.694 17.9237 41.7233 18.2259C41.7281 18.2868 41.7306 18.3502 41.7306 18.4112C41.7306 19.9858 41.7306 21.5629 41.7306 23.1375C41.7306 23.3886 41.6843 23.625 41.4771 23.7859C41.3723 23.8663 41.2309 23.9004 41.1066 23.9565H41.0627C41.0627 23.9565 41.0505 23.9443 41.0456 23.9443C40.7117 23.9272 40.4436 23.6031 40.4436 23.2374C40.4436 22.6597 40.4436 22.0821 40.4411 21.5044C40.4411 21.4605 40.4411 21.419 40.4411 21.3727H35.7416V21.4995C35.7416 22.0504 35.7416 22.6037 35.7416 23.1546C35.7416 23.3374 35.7075 23.508 35.6026 23.664C35.4832 23.8395 35.3101 23.9199 35.1103 23.9565H35.0664L35.064 23.9589Z" fill="#97908B"/>
|
|
16
|
+
<path d="M32.5142 19.986C32.5605 19.8934 32.6043 19.7959 32.736 19.813C32.8335 19.8276 32.9017 19.9275 32.9017 20.0762C32.9042 20.5418 32.9017 21.0098 32.9017 21.4753C32.9017 21.5046 32.8944 21.5338 32.8895 21.5607C32.8725 21.6557 32.8238 21.724 32.7238 21.7386C32.6312 21.7508 32.5776 21.6923 32.5386 21.6143C32.5312 21.5972 32.5215 21.5826 32.5142 21.5655V19.986Z" fill="#97908B"/>
|
|
17
|
+
<path d="M34.1743 20.7754C34.1743 21.3262 34.1743 21.8795 34.1743 22.4304C34.1743 22.701 34.0548 22.8789 33.8354 22.9472C33.4601 23.0666 33.1359 22.8302 33.1359 22.4304C33.1359 21.3994 33.1359 20.3683 33.1359 19.3372C33.1359 19.2202 33.1335 19.1032 33.1481 18.9862C33.1847 18.7254 33.3943 18.567 33.6819 18.5743C33.9476 18.5816 34.1548 18.7571 34.1645 19.0155C34.1791 19.3908 34.1718 19.7687 34.1743 20.144C34.1743 20.3512 34.1743 20.5608 34.1743 20.768" fill="#97908B"/>
|
|
18
|
+
<path d="M43.0759 20.7803C43.0759 21.3312 43.0759 21.8845 43.0759 22.4354C43.0759 22.7108 42.9467 22.8912 42.7102 22.9545C42.3519 23.052 42.0399 22.8254 42.0375 22.4573C42.0326 21.336 42.035 20.2123 42.0375 19.0911C42.0375 18.8181 42.213 18.6133 42.4567 18.5817C42.7468 18.5427 42.9832 18.6767 43.0515 18.9278C43.071 18.996 43.0734 19.0716 43.0734 19.1447C43.0734 19.6883 43.0734 20.2343 43.0734 20.7779" fill="#97908B"/>
|
|
19
|
+
<path d="M43.7678 20.7831C43.7678 21.0098 43.7678 21.2365 43.7678 21.4632C43.7678 21.6313 43.6946 21.7386 43.5825 21.7435C43.468 21.7483 43.3827 21.6362 43.3802 21.4656C43.3778 21.0049 43.3778 20.5442 43.3802 20.086C43.3802 19.9202 43.4631 19.813 43.5728 19.8105C43.6898 19.8105 43.7653 19.9202 43.7678 20.0933C43.7678 20.3224 43.7678 20.554 43.7678 20.7831Z" fill="#97908B"/>
|
|
20
|
+
</svg>
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.2" d="M56.9761 53.2078C56.9761 53.6949 56.3695 54.1586 55.2618 54.5872C51.6342 56.0017 42.5804 56.9993 31.9904 56.9993C25.6953 56.9993 19.9437 56.6457 15.5503 56.0602C14.8313 55.9619 14.1451 55.8635 13.5058 55.7534C9.46837 55.0813 7 54.189 7 53.1961C7 52.3671 8.73534 51.6083 11.6838 50.9877C13.5526 50.5942 15.9156 50.2523 18.6416 49.99C19.9507 49.8636 21.3324 49.7535 22.782 49.6645C23.8851 49.6013 25.0209 49.5427 26.1918 49.5029C27.8148 49.4444 29.4869 49.4092 31.2246 49.4045H31.9787C35.9318 49.4045 39.6671 49.5427 42.9926 49.7933C43.4774 49.8331 43.9575 49.8682 44.4212 49.9151C44.7303 49.9385 45.0277 49.9666 45.3345 49.997C48.0581 50.2523 50.4234 50.5942 52.304 50.9947C55.2407 51.62 56.9761 52.3811 56.9761 53.2031V53.2078Z" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M31.9876 8C19.1423 8 8.71387 18.3348 8.71387 31.0396C8.71387 43.7444 19.1423 54.0791 31.9876 54.0791C44.8329 54.0791 55.2614 43.7444 55.2614 31.0396C55.2614 18.3348 44.8329 8 31.9876 8Z" fill="#F7C926"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.375 25.6063C29.4195 25.8171 29.4405 26.0349 29.4405 26.2597C29.4405 28.0255 28.0073 29.4588 26.2415 29.4588C24.4757 29.4588 23.0425 28.0255 23.0425 26.2597C23.0425 26.0349 23.0636 25.8194 23.1081 25.6063C23.4078 27.063 24.7006 28.1567 26.2415 28.1567C27.7825 28.1567 29.0752 27.063 29.375 25.6063Z" fill="#CC4C00"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M41.8286 25.6063C41.8731 25.8171 41.8941 26.0349 41.8941 26.2597C41.8941 28.0255 40.4609 29.4588 38.6951 29.4588C36.9293 29.4588 35.4961 28.0255 35.4961 26.2597C35.4961 26.0349 35.5171 25.8194 35.5616 25.6063C35.8614 27.063 37.1541 28.1567 38.6951 28.1567C40.2361 28.1567 41.5288 27.063 41.8286 25.6063Z" fill="#CC4C00"/>
|
|
6
|
+
<path d="M24.5259 34.1588H39.3805C39.2845 37.229 38.2588 39.7794 35.7061 41.5475C33.5211 43.0604 31.1488 43.2102 28.835 41.9245C25.8561 40.2665 24.6992 37.5241 24.5259 34.1612V34.1588Z" fill="#CC4C00"/>
|
|
7
|
+
</svg>
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.2" d="M62 54.4971C62 55.0098 61.2724 55.4984 59.942 55.9504C55.5877 57.4404 44.7177 58.4908 32.0038 58.4908C24.446 58.4908 17.5398 58.1188 12.2663 57.502C11.4026 57.398 10.5792 57.2939 9.81123 57.1782C4.96301 56.4699 2 55.5293 2 54.4855C2 53.6114 4.08518 52.8115 7.62371 52.1581C9.86568 51.7427 12.7057 51.3823 15.9767 51.1076C17.5473 50.9737 19.2063 50.8571 20.9488 50.7655C22.2716 50.699 23.6367 50.6373 25.0431 50.5949C26.9903 50.5342 28.9994 50.4976 31.0846 50.4908H31.9897C36.7356 50.4908 41.2204 50.6373 45.2115 50.9004C45.7945 50.9428 46.371 50.9795 46.9258 51.0286C47.2967 51.0527 47.6534 51.0835 48.0233 51.1144C51.2943 51.3823 54.1334 51.7427 56.3904 52.1649C59.9148 52.824 62 53.624 62 54.4913V54.4971Z" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M54.6385 18.0162C54.5906 11.333 49.238 5.95237 42.685 6.00032C36.2442 6.04736 33.107 10.4953 31.7592 13.3358C31.4353 14.0188 30.4547 14.0079 30.1616 13.3114C28.973 10.4881 25.995 6.12154 18.9517 6.17219C12.3978 6.22014 7.12483 11.6767 7.17368 18.3609C7.1981 21.7713 8.60567 24.8397 10.8464 27.0234L10.8446 27.0243L29.5899 45.321C30.4339 46.1442 31.7836 46.1342 32.6158 45.2984L51.0934 26.7322L51.0916 26.7313C53.3006 24.5159 54.6639 21.4266 54.6385 18.0162Z" fill="#E00842"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,169 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
*
|
|
5
|
+
* Health and Wellness Icons
|
|
6
|
+
* @format
|
|
7
|
+
*
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
import React from 'react';
|
|
11
|
+
import Apple from "./apple.svg";
|
|
12
|
+
import Calender from "./calendar.svg";
|
|
13
|
+
import Clock from "./clock.svg";
|
|
14
|
+
import Cupcake from "./cupcake.svg";
|
|
15
|
+
import FitnessPlan from "./fitness-plan.svg";
|
|
16
|
+
import HappySun from "./happy-sun.svg";
|
|
17
|
+
import Heart from "./heart.svg";
|
|
18
|
+
import Moon from "./moon.svg";
|
|
19
|
+
import Mountain from "./mountain.svg";
|
|
20
|
+
import Salad from "./salad.svg";
|
|
21
|
+
import Shine from "./shine.svg";
|
|
22
|
+
import SmartWatch from "./smart-watch.svg";
|
|
23
|
+
import StepTracker from "./step-tracker.svg";
|
|
24
|
+
import SyncDevice from "./sync-device.svg";
|
|
25
|
+
import Target from "./target.svg";
|
|
26
|
+
import Trainer from "./trainer.svg";
|
|
27
|
+
import Vitality from "./vitality.svg";
|
|
28
|
+
import WeightScale from "./weight-scale.svg";
|
|
29
|
+
import Weights from "./weights.svg";
|
|
30
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
31
|
+
const HealthAndWellnessIcons = (name, extraStyle, width, height, fillColor) => {
|
|
32
|
+
let widthProps = {};
|
|
33
|
+
let heightProps = {};
|
|
34
|
+
if (width) {
|
|
35
|
+
widthProps = {
|
|
36
|
+
width
|
|
37
|
+
};
|
|
38
|
+
}
|
|
39
|
+
if (height) {
|
|
40
|
+
heightProps = {
|
|
41
|
+
height
|
|
42
|
+
};
|
|
43
|
+
}
|
|
44
|
+
const icons = {
|
|
45
|
+
apple: /*#__PURE__*/_jsx(Apple, {
|
|
46
|
+
style: extraStyle,
|
|
47
|
+
...widthProps,
|
|
48
|
+
...heightProps,
|
|
49
|
+
fill: fillColor
|
|
50
|
+
}),
|
|
51
|
+
calendar: /*#__PURE__*/_jsx(Calender, {
|
|
52
|
+
style: extraStyle,
|
|
53
|
+
...widthProps,
|
|
54
|
+
...heightProps,
|
|
55
|
+
fill: fillColor
|
|
56
|
+
}),
|
|
57
|
+
clock: /*#__PURE__*/_jsx(Clock, {
|
|
58
|
+
style: extraStyle,
|
|
59
|
+
...widthProps,
|
|
60
|
+
...heightProps,
|
|
61
|
+
fill: fillColor
|
|
62
|
+
}),
|
|
63
|
+
cupcake: /*#__PURE__*/_jsx(Cupcake, {
|
|
64
|
+
style: extraStyle,
|
|
65
|
+
...widthProps,
|
|
66
|
+
...heightProps,
|
|
67
|
+
fill: fillColor
|
|
68
|
+
}),
|
|
69
|
+
doctor: /*#__PURE__*/_jsx(Doctor, {
|
|
70
|
+
style: extraStyle,
|
|
71
|
+
...widthProps,
|
|
72
|
+
...heightProps,
|
|
73
|
+
fill: fillColor
|
|
74
|
+
}),
|
|
75
|
+
fitness_plan: /*#__PURE__*/_jsx(FitnessPlan, {
|
|
76
|
+
style: extraStyle,
|
|
77
|
+
...widthProps,
|
|
78
|
+
...heightProps,
|
|
79
|
+
fill: fillColor
|
|
80
|
+
}),
|
|
81
|
+
happy_sun: /*#__PURE__*/_jsx(HappySun, {
|
|
82
|
+
style: extraStyle,
|
|
83
|
+
...widthProps,
|
|
84
|
+
...heightProps,
|
|
85
|
+
fill: fillColor
|
|
86
|
+
}),
|
|
87
|
+
heart: /*#__PURE__*/_jsx(Heart, {
|
|
88
|
+
style: extraStyle,
|
|
89
|
+
...widthProps,
|
|
90
|
+
...heightProps,
|
|
91
|
+
fill: fillColor
|
|
92
|
+
}),
|
|
93
|
+
moon: /*#__PURE__*/_jsx(Moon, {
|
|
94
|
+
style: extraStyle,
|
|
95
|
+
...widthProps,
|
|
96
|
+
...heightProps,
|
|
97
|
+
fill: fillColor
|
|
98
|
+
}),
|
|
99
|
+
mountain: /*#__PURE__*/_jsx(Mountain, {
|
|
100
|
+
style: extraStyle,
|
|
101
|
+
...widthProps,
|
|
102
|
+
...heightProps,
|
|
103
|
+
fill: fillColor
|
|
104
|
+
}),
|
|
105
|
+
salad: /*#__PURE__*/_jsx(Salad, {
|
|
106
|
+
style: extraStyle,
|
|
107
|
+
...widthProps,
|
|
108
|
+
...heightProps,
|
|
109
|
+
fill: fillColor
|
|
110
|
+
}),
|
|
111
|
+
shine: /*#__PURE__*/_jsx(Shine, {
|
|
112
|
+
style: extraStyle,
|
|
113
|
+
...widthProps,
|
|
114
|
+
...heightProps,
|
|
115
|
+
fill: fillColor
|
|
116
|
+
}),
|
|
117
|
+
smart_watch: /*#__PURE__*/_jsx(SmartWatch, {
|
|
118
|
+
style: extraStyle,
|
|
119
|
+
...widthProps,
|
|
120
|
+
...heightProps,
|
|
121
|
+
fill: fillColor
|
|
122
|
+
}),
|
|
123
|
+
step_tracker: /*#__PURE__*/_jsx(StepTracker, {
|
|
124
|
+
style: extraStyle,
|
|
125
|
+
...widthProps,
|
|
126
|
+
...heightProps,
|
|
127
|
+
fill: fillColor
|
|
128
|
+
}),
|
|
129
|
+
sync_device: /*#__PURE__*/_jsx(SyncDevice, {
|
|
130
|
+
style: extraStyle,
|
|
131
|
+
...widthProps,
|
|
132
|
+
...heightProps,
|
|
133
|
+
fill: fillColor
|
|
134
|
+
}),
|
|
135
|
+
target: /*#__PURE__*/_jsx(Target, {
|
|
136
|
+
style: extraStyle,
|
|
137
|
+
...widthProps,
|
|
138
|
+
...heightProps,
|
|
139
|
+
fill: fillColor
|
|
140
|
+
}),
|
|
141
|
+
trainer: /*#__PURE__*/_jsx(Trainer, {
|
|
142
|
+
style: extraStyle,
|
|
143
|
+
...widthProps,
|
|
144
|
+
...heightProps,
|
|
145
|
+
fill: fillColor
|
|
146
|
+
}),
|
|
147
|
+
vitality: /*#__PURE__*/_jsx(Vitality, {
|
|
148
|
+
style: extraStyle,
|
|
149
|
+
...widthProps,
|
|
150
|
+
...heightProps,
|
|
151
|
+
fill: fillColor
|
|
152
|
+
}),
|
|
153
|
+
Weight_scale: /*#__PURE__*/_jsx(WeightScale, {
|
|
154
|
+
style: extraStyle,
|
|
155
|
+
...widthProps,
|
|
156
|
+
...heightProps,
|
|
157
|
+
fill: fillColor
|
|
158
|
+
}),
|
|
159
|
+
weights: /*#__PURE__*/_jsx(Weights, {
|
|
160
|
+
style: extraStyle,
|
|
161
|
+
...widthProps,
|
|
162
|
+
...heightProps,
|
|
163
|
+
fill: fillColor
|
|
164
|
+
})
|
|
165
|
+
};
|
|
166
|
+
return icons[name];
|
|
167
|
+
};
|
|
168
|
+
export default HealthAndWellnessIcons;
|
|
169
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","Apple","Calender","Clock","Cupcake","FitnessPlan","HappySun","Heart","Moon","Mountain","Salad","Shine","SmartWatch","StepTracker","SyncDevice","Target","Trainer","Vitality","WeightScale","Weights","jsx","_jsx","HealthAndWellnessIcons","name","extraStyle","width","height","fillColor","widthProps","heightProps","icons","apple","style","fill","calendar","clock","cupcake","doctor","Doctor","fitness_plan","happy_sun","heart","moon","mountain","salad","shine","smart_watch","step_tracker","sync_device","target","trainer","vitality","Weight_scale","weights"],"sourceRoot":"../../../../../../src","sources":["component/AIA/illustration/health-and-wellness/index.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAOA,KAAK,MAAM,OAAO;AAEzB,OAAOC,KAAK;AACZ,OAAOC,QAAQ;AACf,OAAOC,KAAK;AACZ,OAAOC,OAAO;AACd,OAAOC,WAAW;AAClB,OAAOC,QAAQ;AACf,OAAOC,KAAK;AACZ,OAAOC,IAAI;AACX,OAAOC,QAAQ;AACf,OAAOC,KAAK;AACZ,OAAOC,KAAK;AACZ,OAAOC,UAAU;AACjB,OAAOC,WAAW;AAClB,OAAOC,UAAU;AACjB,OAAOC,MAAM;AACb,OAAOC,OAAO;AACd,OAAOC,QAAQ;AACf,OAAOC,WAAW;AAClB,OAAOC,OAAO;AAAqB,SAAAC,GAAA,IAAAC,IAAA;AAEnC,MAAMC,sBAAsB,GAAGA,CAC9BC,IAAY,EACZC,UAAmB,EACnBC,KAAc,EACdC,MAAe,EACfC,SAAkB,KACd;EACJ,IAAIC,UAAU,GAAG,CAAC,CAAC;EACnB,IAAIC,WAAW,GAAG,CAAC,CAAC;EACpB,IAAIJ,KAAK,EAAE;IACVG,UAAU,GAAG;MAACH;IAAK,CAAC;EACrB;EACA,IAAIC,MAAM,EAAE;IACXG,WAAW,GAAG;MAACH;IAAM,CAAC;EACvB;EAEA,MAAMI,KAAK,GAAG;IACbC,KAAK,eAAEV,IAAA,CAACpB,KAAK;MAAC+B,KAAK,EAAER,UAAW;MAAA,GAAKI,UAAU;MAAA,GAAMC,WAAW;MAAEI,IAAI,EAAEN;IAAU,CAAE,CAAC;IACrFO,QAAQ,eAAEb,IAAA,CAACnB,QAAQ;MAAC8B,KAAK,EAAER,UAAW;MAAA,GAAKI,UAAU;MAAA,GAAMC,WAAW;MAAEI,IAAI,EAAEN;IAAU,CAAE,CAAC;IAC3FQ,KAAK,eAAEd,IAAA,CAAClB,KAAK;MAAC6B,KAAK,EAAER,UAAW;MAAA,GAAKI,UAAU;MAAA,GAAMC,WAAW;MAAEI,IAAI,EAAEN;IAAU,CAAE,CAAC;IACrFS,OAAO,eAAEf,IAAA,CAACjB,OAAO;MAAC4B,KAAK,EAAER,UAAW;MAAA,GAAKI,UAAU;MAAA,GAAMC,WAAW;MAAEI,IAAI,EAAEN;IAAU,CAAE,CAAC;IACzFU,MAAM,eAAEhB,IAAA,CAACiB,MAAM;MAACN,KAAK,EAAER,UAAW;MAAA,GAAKI,UAAU;MAAA,GAAMC,WAAW;MAAEI,IAAI,EAAEN;IAAU,CAAE,CAAC;IACvFY,YAAY,eAAElB,IAAA,CAAChB,WAAW;MAAC2B,KAAK,EAAER,UAAW;MAAA,GAAKI,UAAU;MAAA,GAAMC,WAAW;MAAEI,IAAI,EAAEN;IAAU,CAAE,CAAC;IAClGa,SAAS,eAAEnB,IAAA,CAACf,QAAQ;MAAC0B,KAAK,EAAER,UAAW;MAAA,GAAKI,UAAU;MAAA,GAAMC,WAAW;MAAEI,IAAI,EAAEN;IAAU,CAAE,CAAC;IAC5Fc,KAAK,eAAEpB,IAAA,CAACd,KAAK;MAACyB,KAAK,EAAER,UAAW;MAAA,GAAKI,UAAU;MAAA,GAAMC,WAAW;MAAEI,IAAI,EAAEN;IAAU,CAAE,CAAC;IACrFe,IAAI,eAAErB,IAAA,CAACb,IAAI;MAACwB,KAAK,EAAER,UAAW;MAAA,GAAKI,UAAU;MAAA,GAAMC,WAAW;MAAEI,IAAI,EAAEN;IAAU,CAAE,CAAC;IACnFgB,QAAQ,eAAEtB,IAAA,CAACZ,QAAQ;MAACuB,KAAK,EAAER,UAAW;MAAA,GAAKI,UAAU;MAAA,GAAMC,WAAW;MAAEI,IAAI,EAAEN;IAAU,CAAE,CAAC;IAC3FiB,KAAK,eAAEvB,IAAA,CAACX,KAAK;MAACsB,KAAK,EAAER,UAAW;MAAA,GAAKI,UAAU;MAAA,GAAMC,WAAW;MAAEI,IAAI,EAAEN;IAAU,CAAE,CAAC;IACrFkB,KAAK,eAAExB,IAAA,CAACV,KAAK;MAACqB,KAAK,EAAER,UAAW;MAAA,GAAKI,UAAU;MAAA,GAAMC,WAAW;MAAEI,IAAI,EAAEN;IAAU,CAAE,CAAC;IACrFmB,WAAW,eAAEzB,IAAA,CAACT,UAAU;MAACoB,KAAK,EAAER,UAAW;MAAA,GAAKI,UAAU;MAAA,GAAMC,WAAW;MAAEI,IAAI,EAAEN;IAAU,CAAE,CAAC;IAChGoB,YAAY,eAAE1B,IAAA,CAACR,WAAW;MAACmB,KAAK,EAAER,UAAW;MAAA,GAAKI,UAAU;MAAA,GAAMC,WAAW;MAAEI,IAAI,EAAEN;IAAU,CAAE,CAAC;IAClGqB,WAAW,eAAE3B,IAAA,CAACP,UAAU;MAACkB,KAAK,EAAER,UAAW;MAAA,GAAKI,UAAU;MAAA,GAAMC,WAAW;MAAEI,IAAI,EAAEN;IAAU,CAAE,CAAC;IAChGsB,MAAM,eAAE5B,IAAA,CAACN,MAAM;MAACiB,KAAK,EAAER,UAAW;MAAA,GAAKI,UAAU;MAAA,GAAMC,WAAW;MAAEI,IAAI,EAAEN;IAAU,CAAE,CAAC;IACvFuB,OAAO,eAAE7B,IAAA,CAACL,OAAO;MAACgB,KAAK,EAAER,UAAW;MAAA,GAAKI,UAAU;MAAA,GAAMC,WAAW;MAAEI,IAAI,EAAEN;IAAU,CAAE,CAAC;IACzFwB,QAAQ,eAAE9B,IAAA,CAACJ,QAAQ;MAACe,KAAK,EAAER,UAAW;MAAA,GAAKI,UAAU;MAAA,GAAMC,WAAW;MAAEI,IAAI,EAAEN;IAAU,CAAE,CAAC;IAC3FyB,YAAY,eAAE/B,IAAA,CAACH,WAAW;MAACc,KAAK,EAAER,UAAW;MAAA,GAAKI,UAAU;MAAA,GAAMC,WAAW;MAAEI,IAAI,EAAEN;IAAU,CAAE,CAAC;IAClG0B,OAAO,eAAEhC,IAAA,CAACF,OAAO;MAACa,KAAK,EAAER,UAAW;MAAA,GAAKI,UAAU;MAAA,GAAMC,WAAW;MAAEI,IAAI,EAAEN;IAAU,CAAE;EACzF,CAAC;EACD,OAAOG,KAAK,CAACP,IAAI,CAAuB;AACzC,CAAC;AAED,eAAeD,sBAAsB","ignoreList":[]}
|
|
@@ -0,0 +1,4 @@
|
|
|
1
|
+
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.2" d="M61 55.5389C61 56.052 60.2967 56.5404 59.0106 56.9918C54.8019 58.4818 44.2946 59.5327 32.0034 59.5327C24.6978 59.5327 18.0219 59.1602 12.9246 58.5435C12.0895 58.4399 11.2946 58.3363 10.5511 58.2203C5.86461 57.5123 3 56.5725 3 55.5266C3 54.6533 5.01616 53.854 8.43673 53.2003C10.6047 52.7859 13.3488 52.4257 16.5103 52.1494C18.0286 52.0162 19.6317 51.9003 21.3174 51.8065C22.5968 51.7399 23.9164 51.6783 25.2761 51.6363C27.1583 51.5747 29.1008 51.5376 31.1169 51.5327H31.9922C36.5805 51.5327 40.9142 51.6783 44.7724 51.9422C45.3351 51.9842 45.8933 52.0212 46.4291 52.0705C46.7864 52.0952 47.1324 52.1248 47.4897 52.1568C50.6512 52.4257 53.3953 52.7859 55.5767 53.2077C58.9838 53.8664 61 54.6681 61 55.5339V55.5389Z" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M25.4127 4C24.1159 4.41884 22.8415 4.97654 21.6006 5.65071C10.5989 11.6085 6.53593 25.3518 12.4937 36.3535C18.4829 47.3463 32.2239 51.4115 43.2078 45.4403C49.5754 42 53.6093 35.9437 54.7359 29.3363C53.4189 30.6735 51.8645 31.8516 50.1085 32.8147C40.7014 37.9214 28.9135 34.443 23.7889 25.0248C20.035 18.1016 20.9175 9.89285 25.4127 4Z" fill="#F7C926"/>
|
|
4
|
+
</svg>
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
<svg width="65" height="64" viewBox="0 0 65 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.2" d="M64.0189 53.8324C64.0189 54.2685 63.2431 54.6837 61.8236 55.0674C57.1773 56.3338 45.5783 57.227 32.0126 57.227C23.9486 57.227 16.5808 56.9104 10.9532 56.3862C10.0307 56.2982 9.15214 56.2101 8.33443 56.1115C3.16184 55.5098 0 54.7109 0 53.8219C0 53.0797 2.22461 52.4004 6.00079 51.8447C8.39313 51.4925 11.4229 51.1864 14.9139 50.9515C16.5892 50.8383 18.3609 50.7398 20.2186 50.6601C21.6318 50.6035 23.0869 50.5511 24.586 50.5154C26.6639 50.463 28.8088 50.4316 31.0334 50.4274H32C37.0636 50.4274 41.8482 50.5511 46.1088 50.7754C46.7315 50.8111 47.3458 50.8425 47.9371 50.8844C48.3313 50.9054 48.7129 50.9306 49.1071 50.9578C52.5981 51.1864 55.6278 51.4925 58.0348 51.851C61.7963 52.4109 64.021 53.0923 64.021 53.8282V53.8324H64.0189Z" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M41.6432 10.0191L34.2502 11.5875L33.4556 11.7573V7.40454L34.2502 7.65825L41.6432 10.0191Z" fill="#E00842"/>
|
|
4
|
+
<path d="M33.6704 7.47205V11.7095L34.2512 11.5879V7.65866L33.6704 7.47205Z" fill="#B30635"/>
|
|
5
|
+
<path d="M33.6174 7.1594L33.7369 18.8318C33.7369 18.9869 33.6132 19.1148 33.458 19.1169C33.3028 19.1169 33.1749 18.9932 33.1729 18.8381V18.8318L33.2924 7.1594C33.2924 7.06924 33.3657 6.99795 33.4559 7.00005C33.544 7.00005 33.6153 7.07343 33.6153 7.1594" fill="#E00842"/>
|
|
6
|
+
<path d="M33.4316 15.4309L25.181 28.1537L22.7551 28.8121L6.67334 54.2913H57.4662L52.8806 47.4623L46.5024 36.1946H43.9025L33.4337 15.4288L33.4316 15.4309Z" fill="#5856D6"/>
|
|
7
|
+
<path d="M32.9943 54.2913L21.823 44.9819L26.8929 32.4163L30.1511 31.0639L33.4094 15.4287L25.1589 28.1516L22.7665 28.81L6.66797 54.2892H32.9922L32.9943 54.2913Z" fill="#7978DE"/>
|
|
8
|
+
<path d="M32.9712 54.1912C32.9314 54.1912 32.8895 54.1786 32.8559 54.1514L21.7077 45.125C21.6448 45.0747 21.6238 44.9887 21.6532 44.9154L26.765 32.354C26.7839 32.3099 26.8174 32.2743 26.8614 32.2554L30.0149 30.8967C30.1071 30.8569 30.214 30.8988 30.2539 30.9911C30.2937 31.0834 30.2518 31.1903 30.1595 31.2301L27.0732 32.5594L22.0411 44.9258L33.0844 53.8683C33.162 53.9312 33.1746 54.0465 33.1117 54.1241C33.0761 54.1681 33.0237 54.1912 32.9691 54.1912H32.9712Z" fill="white"/>
|
|
9
|
+
<path d="M22.9777 44.9028C22.9777 45.4584 22.5269 45.9092 21.9712 45.9092C21.4156 45.9092 20.9648 45.4584 20.9648 44.9028C20.9648 44.3472 21.4156 43.8964 21.9712 43.8964C22.5269 43.8964 22.9777 44.3472 22.9777 44.9028Z" fill="white"/>
|
|
10
|
+
<path d="M22.5671 44.9026C22.5671 45.2297 22.3008 45.4959 21.9737 45.4959C21.6466 45.4959 21.3804 45.2297 21.3804 44.9026C21.3804 44.5755 21.6466 44.3092 21.9737 44.3092C22.3008 44.3092 22.5671 44.5755 22.5671 44.9026Z" fill="#E00842"/>
|
|
11
|
+
<path d="M31.0255 30.8838C31.0255 31.4394 30.5747 31.8902 30.0191 31.8902C29.4635 31.8902 29.0127 31.4394 29.0127 30.8838C29.0127 30.3282 29.4635 29.8774 30.0191 29.8774C30.5747 29.8774 31.0255 30.3282 31.0255 30.8838Z" fill="white"/>
|
|
12
|
+
<path d="M30.612 30.8841C30.612 31.2112 30.3457 31.4775 30.0187 31.4775C29.6916 31.4775 29.4253 31.2112 29.4253 30.8841C29.4253 30.557 29.6916 30.2907 30.0187 30.2907C30.3457 30.2907 30.612 30.557 30.612 30.8841Z" fill="#E00842"/>
|
|
13
|
+
<path d="M34.1906 53.9921C34.1906 54.5477 33.7398 54.9985 33.1842 54.9985C32.6285 54.9985 32.1777 54.5477 32.1777 53.9921C32.1777 53.4364 32.6285 52.9856 33.1842 52.9856C33.7398 52.9856 34.1906 53.4364 34.1906 53.9921Z" fill="white"/>
|
|
14
|
+
<path d="M33.7776 53.9924C33.7776 54.3195 33.5113 54.5857 33.1842 54.5857C32.8571 54.5857 32.5908 54.3195 32.5908 53.9924C32.5908 53.6653 32.8571 53.399 33.1842 53.399C33.5113 53.399 33.7776 53.6653 33.7776 53.9924Z" fill="#E00842"/>
|
|
15
|
+
</svg>
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.2" d="M58.4203 57.8753C58.4203 58.4343 57.7726 58.9665 56.5873 59.4583C52.709 61.0817 43.0334 62.2267 31.7129 62.2267C24.9829 62.2267 18.8362 61.8208 14.1408 61.1489C13.3721 61.036 12.6384 60.9231 11.9557 60.7968C7.63933 60.0254 5 59.0014 5 57.8619C5 56.9104 6.85722 56.0396 10.0072 55.3274C12.0041 54.8758 14.5305 54.4834 17.444 54.1824C18.8416 54.0373 20.3198 53.911 21.8706 53.8088C23.0478 53.7363 24.2653 53.6691 25.5151 53.6234C27.2486 53.5562 29.0386 53.5159 30.8931 53.5105H31.6994C35.9245 53.5105 39.9184 53.6691 43.4715 53.9567C43.9902 54.0024 44.5035 54.0427 44.9981 54.0964C45.3286 54.1233 45.6458 54.1555 45.9737 54.1905C48.8871 54.4834 51.4136 54.8758 53.424 55.3354C56.5632 56.0531 58.4176 56.9265 58.4176 57.8699V57.8753H58.4203Z" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M43.6782 8.63733L32.3228 25.3466L33.5456 26.1771L44.901 9.4705L43.6782 8.64002V8.63733Z" fill="#D6D8DA"/>
|
|
4
|
+
<path d="M30.0362 23.936C28.4129 26.3253 28.3886 29.1393 29.9824 30.2224C31.5762 31.3056 34.1806 30.244 35.804 27.8546C37.4274 25.4653 37.4515 22.6513 35.8577 21.5681C34.2639 20.485 31.6596 21.5466 30.0362 23.936Z" fill="#D6D8DA"/>
|
|
5
|
+
<path d="M38.8594 15.3513L40.472 16.4425L49.1801 4.29688C49.6719 3.57389 49.559 2.64127 48.9301 2.21124C48.3012 1.7839 47.3928 2.02579 46.901 2.74877L38.8594 15.3486V15.3513Z" fill="#FF7A85"/>
|
|
6
|
+
<path d="M28.9249 31.244C29.1346 30.9645 29.3818 30.6823 29.6667 30.4028C29.6264 30.3839 29.5861 30.3651 29.5485 30.349C29.3173 30.2442 29.0835 30.1394 28.8497 30.0399C28.7368 29.9942 28.6239 29.9485 28.511 29.9029C28.4761 29.8894 28.3471 29.841 28.3067 29.8276C28.0783 29.755 27.8499 29.7013 27.6053 29.6771C27.3285 29.6502 27.0462 29.6287 26.7694 29.6099C26.5839 29.5965 26.3985 29.5857 26.2104 29.5777C26.119 29.5723 26.0249 29.5696 25.9336 29.5642H25.8046C25.353 29.5454 24.8988 29.5319 24.4473 29.5131C24.7214 29.9781 24.8773 30.435 24.9338 30.8785C25.0036 31.416 24.9472 31.9321 24.845 32.4239C24.8316 32.4857 24.8289 32.5422 24.8397 32.5986C24.8907 33.0071 25.404 33.3431 26.0867 33.3995C26.2265 33.413 26.3636 33.421 26.506 33.4318C27.272 33.4936 28.0111 33.1737 28.1563 32.7088C28.3068 32.2331 28.5621 31.7439 28.9276 31.2521" fill="#229F64"/>
|
|
7
|
+
<path d="M32.3135 31.4295C30.2305 32.8325 28.255 31.4295 27.317 30.1529C27.2982 31.4967 24.9116 31.5532 24.2585 31.15C23.9951 30.9861 23.2936 29.9513 23.5113 29.5508C22.447 29.5159 21.6729 28.9273 21.767 27.7179C21.7912 27.3792 21.9309 27.0405 22.1271 26.7933C22.4873 26.3337 23.0329 26.1617 23.4199 26.7825C23.1807 25.2533 24.1859 23.216 26.2312 23.0655C27.446 22.9768 28.4324 23.767 28.8759 24.6754C28.9834 24.8904 29.099 25.2344 29.0748 25.5596C29.1501 25.5113 29.2307 25.4656 29.2979 25.4333C30.1929 25.0221 31.1497 25.5328 31.7356 25.9279C31.8243 25.9897 31.9479 26.1106 32.0769 26.2773C32.5392 26.8524 33.0821 27.9194 32.4962 28.422C32.7811 28.4543 33.0606 28.6988 33.1627 28.8762C33.617 29.6557 33.2783 30.7818 32.3108 31.4295" fill="#229F64"/>
|
|
8
|
+
<path d="M29.9911 32.0125C29.1203 31.526 28.2495 31.0369 27.3787 30.5477C27.0777 31.217 26.3385 31.4158 25.4919 31.3943C24.6157 31.3675 24.0701 30.8998 23.7288 30.107C23.6159 29.8489 23.3606 29.5694 23.0999 29.47C22.2345 29.1367 21.9093 28.5508 22.0141 27.7579C22.8553 27.9649 23.6724 28.1664 24.7663 28.4379C25.629 29.5049 26.2284 29.5963 27.4432 28.5938C29.1687 30.0613 31.4263 30.4913 32.8938 28.7631C33.0551 28.9835 33.2109 29.1905 33.3641 29.3974V30.1446C32.8777 31.0853 32.0472 31.604 31.1146 32.0152H29.9911V32.0125Z" fill="#1B7F50"/>
|
|
9
|
+
<path d="M37.9985 24.1617C36.7756 20.9822 34.9158 24.0703 31.8357 25.6856C31.7094 25.8038 31.5803 25.9114 31.4567 26.0108C30.981 26.3925 30.4703 26.723 30 27.1101C29.535 27.4944 29.148 27.9486 28.7287 28.3786C28.3605 28.7576 28.0004 29.1419 27.6859 29.5639C27.3849 29.9751 27.0704 30.432 26.9952 30.9535C26.9333 31.3862 27.1026 31.7624 27.3687 32.0984C27.5112 32.2811 27.6751 32.4505 27.8444 32.609C29.5941 33.5255 31.747 33.7217 33.7816 32.9719C37.4583 31.6092 39.3477 27.6718 37.9958 24.1644" fill="#E26276"/>
|
|
10
|
+
<path d="M37.4 24.2344C37.2091 23.7372 36.9081 23.0948 36.3276 22.9738C35.8304 22.869 35.2874 23.1808 34.8977 23.4576C32.7422 24.9547 30.5706 26.4866 28.7295 28.3734C28.3613 28.7523 28.0012 29.1367 27.6867 29.5614C27.3857 29.9726 27.0712 30.4322 27.0013 30.9482C26.9772 31.1122 26.9879 31.2653 27.0228 31.4159C28.7644 32.7812 31.2156 33.23 33.5001 32.3861C36.9054 31.1283 38.6524 27.4784 37.4 24.2344Z" fill="#FF7A85"/>
|
|
11
|
+
<path d="M32.5319 26.1618C32.7657 26.3391 33.3946 26.5058 33.5237 26.5434C33.9671 26.6697 34.4187 26.7557 34.8729 26.8283C35.182 26.8767 35.8646 27.0756 36.171 27.0084C36.8106 26.8659 36.7031 26.1429 36.644 25.8312C36.5607 25.4011 36.6171 24.9819 35.7141 24.9362C34.8325 24.8932 33.8811 25.1082 33.263 25.4361C33.0103 25.5705 32.7469 25.7022 32.5319 25.8957C32.4942 25.9279 32.4566 25.9682 32.4459 26.022C32.4405 26.0677 32.4727 26.1134 32.5319 26.1591" fill="#E26276"/>
|
|
12
|
+
<path d="M32.0505 26.8089C32.0505 26.8089 32.0451 26.8197 32.0371 26.825C32.0102 26.868 32.0102 26.9245 32.0129 26.9782C32.0182 27.2927 32.0183 27.6018 32.0478 27.9135C32.0747 28.2253 32.201 28.5935 32.1795 28.9026C32.2736 29.4617 32.3972 30.0986 32.8675 30.4695C33.4346 30.9184 34.3565 30.5018 34.8457 30.0798C35.0258 29.9239 35.2274 29.6578 35.3483 29.4536C35.5123 29.1821 35.4101 29.0854 35.2032 28.8166C34.6898 28.1554 33.9803 27.4647 33.2519 27.032C33.0691 26.9245 32.2387 26.5617 32.0532 26.8116" fill="#E26276"/>
|
|
13
|
+
<path d="M31.3254 26.9356C31.3254 26.9356 31.3388 26.9571 31.3415 26.9678C31.3496 27.0001 31.3442 27.0404 31.3415 27.0753C31.2259 27.7822 31.0485 28.5079 31.0028 29.2201C30.9383 29.7388 30.898 30.3221 30.7179 30.8193C30.5298 31.338 30.046 31.4213 29.53 31.3219C29.0597 31.2332 28.3985 30.7306 28.3421 30.2307C28.2561 29.4486 28.9683 28.5294 29.5354 28.0859C29.8472 27.8413 30.0917 27.5296 30.3954 27.2769C30.5056 27.1855 31.1937 26.7609 31.3254 26.9356Z" fill="#E26276"/>
|
|
14
|
+
<path d="M29.9413 28.8146C29.8822 28.9759 29.7478 29.0753 29.643 29.043C29.5355 29.0108 29.5006 28.8522 29.557 28.691C29.6161 28.527 29.8338 28.1964 29.9413 28.2287C30.0488 28.261 30.0031 28.6533 29.9413 28.8119" fill="white"/>
|
|
15
|
+
<path d="M30.7637 28.9086C30.7503 29.0779 30.6508 29.2123 30.5406 29.2042C30.4277 29.1989 30.3444 29.0591 30.3579 28.8898C30.3713 28.7205 30.4869 28.3415 30.5997 28.3496C30.7126 28.3576 30.7772 28.7393 30.7664 28.9059" fill="white"/>
|
|
16
|
+
<path d="M32.7261 28.3848C32.796 28.5407 32.7664 28.6992 32.6643 28.7449C32.5595 28.7879 32.4197 28.6992 32.3498 28.5434C32.2799 28.3875 32.2101 28.0058 32.3122 27.9602C32.417 27.9145 32.6535 28.2262 32.7234 28.3794" fill="white"/>
|
|
17
|
+
<path d="M33.7123 27.5779C33.8333 27.6962 33.8682 27.8548 33.7876 27.93C33.7043 28.008 33.5403 27.973 33.4194 27.8494C33.2984 27.7311 33.0861 27.3978 33.1667 27.3226C33.2501 27.2446 33.5887 27.4516 33.7123 27.5698" fill="white"/>
|
|
18
|
+
<path d="M33.5424 28.1776C33.6768 28.2851 33.7225 28.4437 33.65 28.5243C33.5774 28.6077 33.408 28.5861 33.2736 28.4759C33.1419 28.3657 32.9001 28.054 32.978 27.9733C33.0533 27.89 33.4107 28.0674 33.5424 28.1776Z" fill="white"/>
|
|
19
|
+
<path d="M33.7031 29.0675C33.8375 29.1777 33.8832 29.3335 33.8106 29.4169C33.738 29.4975 33.5687 29.4787 33.4343 29.3685C33.3026 29.2583 33.0607 28.9465 33.1387 28.8632C33.2139 28.7826 33.5714 28.96 33.7031 29.0675Z" fill="white"/>
|
|
20
|
+
<path d="M35.3874 25.6674C35.5594 25.6943 35.6776 25.8099 35.6561 25.9147C35.6319 26.0222 35.476 26.084 35.304 26.0571C35.132 26.0302 34.7665 25.877 34.7907 25.7695C34.8149 25.662 35.218 25.6378 35.3874 25.6674Z" fill="white"/>
|
|
21
|
+
<path d="M34.4589 25.9436C34.6309 25.9812 34.7492 26.0941 34.725 26.2016C34.7008 26.3091 34.5395 26.3629 34.3675 26.3279C34.1955 26.2903 33.83 26.1263 33.8542 26.0188C33.8784 25.9113 34.2869 25.9113 34.4589 25.9436Z" fill="white"/>
|
|
22
|
+
<path d="M33.878 25.3552C34.05 25.3122 34.2032 25.366 34.2247 25.4735C34.2462 25.581 34.128 25.6993 33.956 25.7396C33.7839 25.7826 33.3862 25.7906 33.3647 25.6858C33.3432 25.581 33.706 25.4009 33.878 25.3552Z" fill="white"/>
|
|
23
|
+
<path d="M43.226 34.0316C45.4621 33.5075 47.6983 32.9808 49.9371 32.4567C50.3618 32.3572 50.7972 32.2524 51.1493 31.9917C51.5014 31.7337 51.7432 31.2821 51.625 30.8629C51.453 30.2581 50.7004 30.0781 50.0742 29.9974C48.8379 29.8415 47.5989 29.6857 46.3626 29.5298C47.3328 28.4466 48.4885 27.5328 49.7705 26.8448C50.1387 26.6459 50.5204 26.4658 50.8294 26.1809C51.1385 25.896 51.3643 25.4875 51.3159 25.0709C51.2192 24.2673 50.1925 23.9233 49.3916 24.0496C48.588 24.1759 47.8193 24.5737 47.0076 24.5146C47.6365 22.8052 48.0826 21.034 48.3407 19.2333C48.467 18.3598 48.4992 17.3465 47.8622 16.7445C47.1043 16.0269 45.8008 16.3333 45.0375 17.0455C44.2742 17.7604 43.863 18.763 43.2932 19.6338C42.5245 20.811 41.1753 21.8511 39.8153 21.4963C39.2482 21.3458 38.7698 20.9749 38.2457 20.7142C37.7216 20.4508 37.0658 20.3057 36.5686 20.612C35.9021 21.0206 35.8752 21.9586 35.9209 22.7353L36.0634 25.0924C36.0849 25.423 36.0768 25.8127 35.8027 25.9955C35.4963 26.2024 35.0904 26.0036 34.7598 25.8396C34.1309 25.5278 33.4214 25.3397 32.7253 25.4418C32.0292 25.5413 31.3599 25.9632 31.0804 26.6083C30.8143 27.2184 30.9272 27.9441 31.2363 28.5354C31.5454 29.1293 32.0265 29.6077 32.521 30.0566C33.5531 30.9972 34.6657 31.8519 35.8403 32.6018C36.3079 32.9028 36.8347 33.263 36.8939 33.8139C36.9799 34.639 36.0096 35.1175 35.5151 35.784C34.8378 36.6978 35.1469 38.0847 36.1494 38.6061C37.0041 39.0522 38.2081 38.7458 38.9714 38.2163C39.6111 37.7675 39.9094 37.0177 40.2615 36.3484C40.9764 34.9992 41.729 34.3945 43.2287 34.0397" fill="#8DB549"/>
|
|
24
|
+
<path d="M50.0279 24.0443L43.4672 27.334C43.4672 27.334 44.5665 24.5227 44.9024 24.1034C45.1739 23.7621 47.3509 18.9538 48.1626 17.1558C48.082 17.0053 47.9879 16.8628 47.8616 16.7392C47.7272 16.6129 47.574 16.5188 47.4127 16.4543C46.5608 17.8169 43.5075 22.7865 43.0882 24.7135C42.6018 26.9577 41.2929 28.0893 41.2929 28.0893C41.2929 28.0893 39.132 27.7479 37.1593 20.4374C36.9496 20.4455 36.748 20.4965 36.5652 20.6094C36.5007 20.6497 36.4497 20.6954 36.3986 20.7438C36.6459 22.5607 37.643 27.506 41.2956 29.1885L38.4386 30.3388L31.628 25.9122C31.4533 26.052 31.3028 26.2133 31.1846 26.4041C32.257 27.2829 35.1596 29.8389 37.2694 33.3329L40.5216 33.0292L42.4808 31.0376L51.6405 31.215C51.6405 31.215 51.6458 31.1828 51.6458 31.1693L51.3744 30.4705C51.0572 30.1695 50.5304 30.0539 50.0708 29.9975C49.8021 29.9652 49.536 29.9303 49.2672 29.8981L43.3651 30.0351L51.3072 25.0737C51.2346 24.4716 50.6487 24.133 50.0225 24.047H50.0252L50.0279 24.0443Z" fill="#70A31C"/>
|
|
25
|
+
<path d="M51.8748 32.6016C52.1247 32.3543 52.4123 32.1124 52.7321 31.8813C52.6945 31.8571 52.6595 31.8329 52.6219 31.8114C52.4096 31.6743 52.1946 31.5345 51.9742 31.4029C51.8694 31.3383 51.7672 31.2765 51.6597 31.212C51.6302 31.1932 51.5065 31.126 51.4716 31.1045C51.2539 30.997 51.0389 30.9137 50.7997 30.8519C50.5282 30.782 50.2568 30.7202 49.9826 30.6611C49.8026 30.6207 49.6198 30.5804 49.437 30.5428C49.3456 30.524 49.2543 30.5078 49.1629 30.489C49.1306 30.4837 49.1172 30.4783 49.1145 30.4783C49.0984 30.4783 49.0769 30.4729 49.0392 30.4649C48.5931 30.3788 48.1469 30.3009 47.7035 30.2068C47.9051 30.7041 47.9911 31.1851 47.9776 31.634C47.9642 32.1715 47.8324 32.6741 47.6604 33.1472C47.6389 33.2063 47.6309 33.2654 47.6282 33.3219C47.6148 33.7304 48.077 34.1416 48.7409 34.2975C48.878 34.3297 49.0123 34.362 49.1494 34.3915C49.8966 34.5662 50.676 34.3647 50.891 33.9212C51.1114 33.4751 51.4367 33.0262 51.8694 32.5962" fill="#229F64"/>
|
|
26
|
+
<path d="M55.1949 33.2894C52.9238 34.3618 51.1822 32.6793 50.4458 31.279C50.4404 31.3113 50.4323 31.3435 50.4243 31.3731C50.1609 32.4052 48.4811 32.3487 47.6318 32.0074C47.6291 32.0074 47.6264 32.0074 47.6264 32.0074C47.4786 31.9456 47.3576 31.8811 47.2743 31.8085C47.1211 31.6822 46.8443 31.1662 46.7395 30.7173C46.6938 30.5184 46.6776 30.3383 46.7233 30.2067C46.7368 30.1663 46.7502 30.1395 46.7717 30.1126C46.7502 30.1126 46.7341 30.1045 46.7126 30.0991H46.7099C45.9036 29.9271 45.3284 29.4568 45.2666 28.6827C45.2639 28.637 45.2612 28.5887 45.2612 28.5403C45.2612 28.3844 45.28 28.2178 45.323 28.0377C45.3311 27.9947 45.3446 27.9517 45.3607 27.9087C45.4494 27.6292 45.6187 27.3658 45.8176 27.1776C45.8929 27.1024 45.9761 27.0406 46.0622 26.9895C46.4411 26.7691 46.8658 26.8094 47.1023 27.3604C47.0969 25.8123 48.3924 23.9497 50.435 24.1083C51.6498 24.1997 52.5072 25.135 52.8083 26.0945C52.8808 26.3229 52.9453 26.6804 52.8728 27.0002C52.9561 26.9599 53.0394 26.9277 53.1146 26.9089C54.058 26.6374 54.9315 27.2878 55.4529 27.7609C55.5147 27.8173 55.59 27.9167 55.6706 28.0404C55.6921 28.078 55.7163 28.1129 55.7378 28.1533C56.106 28.7956 56.485 29.9298 55.8292 30.3383C55.9663 30.3787 56.0952 30.4674 56.1974 30.5695C56.3022 30.6743 56.3802 30.7926 56.4178 30.8866C56.7537 31.7252 56.2458 32.7868 55.1949 33.2894Z" fill="#229F64"/>
|
|
27
|
+
<path d="M55.1949 33.2893C52.9238 34.3617 51.1822 32.6792 50.4458 31.2789C50.4404 31.3112 50.4323 31.3434 50.4243 31.373C50.4216 31.3676 50.4189 31.3623 50.4108 31.3569C49.8276 32.2841 48.4462 32.1954 47.6452 32.0127C47.6399 32.0127 47.6318 32.0073 47.6291 32.0073C47.6264 32.0073 47.6237 32.0073 47.6237 32.0073C46.9115 31.8407 46.7717 31.3865 46.7395 30.7199C46.7314 30.5613 46.726 30.392 46.7233 30.2092V30.1609C46.7233 30.142 46.7206 30.1205 46.7152 30.1017H46.7126C46.6669 29.9754 46.4815 29.841 46.3605 29.7228C46.0031 29.3734 45.6321 29.0293 45.2666 28.6853L45.2612 28.6799V27.9489C45.2908 27.9381 45.3258 27.9247 45.358 27.9113C45.479 27.8629 45.6133 27.793 45.6993 27.8307C46.3497 28.1048 46.984 28.4192 47.6237 28.7149C47.7312 28.7659 47.879 28.7579 47.957 28.8332C48.43 29.2954 48.8869 29.7685 49.3411 30.2307C49.841 29.9351 50.2415 29.7013 50.6312 29.4701C52.8754 31.6149 54.5498 31.7143 56.192 30.5748C56.2968 30.6796 56.3748 30.7978 56.4124 30.8919C56.7484 31.7304 56.2404 32.7921 55.1895 33.2947L55.1949 33.2893Z" fill="#1B7F50"/>
|
|
28
|
+
<path d="M23.8271 27.6104C24.2303 25.6941 24.6308 23.7778 25.0312 21.8615C25.1065 21.5013 25.1844 21.1251 25.0715 20.773C24.9586 20.4209 24.6065 20.0984 24.1416 20.0661C23.4643 20.0258 22.9698 20.5687 22.6338 21.0364C21.9646 21.969 21.2981 22.8963 20.6288 23.8289C19.9488 22.7511 19.5161 21.5712 19.3576 20.3618C19.3119 20.0124 19.2877 19.6576 19.1318 19.3351C18.9759 19.0072 18.6614 18.7115 18.226 18.6336C17.3767 18.4777 16.6161 19.1846 16.4064 19.8565C16.1995 20.5284 16.2801 21.2487 15.8823 21.8723C14.4364 20.8805 12.848 20.0124 11.1575 19.2867C10.3404 18.9346 9.33789 18.6121 8.46977 18.9427C7.4377 19.3324 7.20657 20.4505 7.59897 21.2595C7.99674 22.0685 8.82453 22.6813 9.4642 23.3854C10.3216 24.3369 10.8 25.6995 9.88349 26.6698C9.49916 27.0702 8.93204 27.3417 8.45363 27.6776C7.97522 28.0163 7.55596 28.4893 7.65809 28.9731C7.78978 29.6128 8.71432 29.9084 9.50987 30.0992C10.3162 30.2874 11.1171 30.4782 11.9234 30.669C12.2594 30.7497 12.6464 30.8679 12.7189 31.134C12.8023 31.4377 12.4314 31.7011 12.1304 31.9134C11.5579 32.3193 11.0768 32.8272 10.8887 33.4024C10.7032 33.9776 10.8456 34.628 11.3751 35.0365C11.875 35.4262 12.6464 35.5445 13.364 35.4719C14.0816 35.402 14.7616 35.1574 15.4147 34.9021C16.7827 34.3619 18.0943 33.7303 19.3333 33.0234C19.8252 32.7412 20.4057 32.4294 20.9782 32.5423C21.8382 32.7143 21.9108 33.6174 22.3731 34.2006C23.0047 35.0016 24.5179 35.1601 25.4586 34.5178C26.2568 33.9695 26.453 32.9347 26.2353 32.1795C26.0552 31.5452 25.4236 31.091 24.9049 30.6206C23.854 29.6665 23.5584 28.8978 23.8298 27.6104" fill="#8DB549"/>
|
|
29
|
+
<path d="M26.2352 32.1797C26.0551 31.5454 25.4235 31.0939 24.9048 30.6208C24.4748 30.2311 24.1765 29.8683 23.9857 29.492C23.6228 29.4383 23.217 29.4033 22.7628 29.4114L21.1394 28.9733L24.3135 20.0905C24.2598 20.0771 24.2033 20.0663 24.1415 20.0663C23.8109 20.0475 23.526 20.1658 23.2815 20.3458L19.5751 28.8873L18.664 28.4787L18.2045 18.623C17.7449 18.5478 17.3068 18.7279 16.9735 19.0127L16.9305 25.8287L9.46143 18.8058C9.12547 18.7816 8.78953 18.8138 8.47238 18.9321C8.24931 19.0181 8.06653 19.1364 7.91602 19.2761C10.1307 21.2623 16.608 27.2155 18.8764 30.9568L12.8586 32.0104L12.7538 33.3542L17.9222 33.7708C18.4006 33.5289 18.8737 33.2816 19.336 33.0182C19.8278 32.7387 20.4056 32.4243 20.9808 32.5398C21.8059 32.7038 21.908 33.545 22.3246 34.1229L25.6143 34.3889C26.2809 33.8218 26.4422 32.8785 26.2406 32.177H26.2379L26.2352 32.1797Z" fill="#70A31C"/>
|
|
30
|
+
<path d="M49.3626 23.8096C51.3139 27.0187 50.1528 31.2303 46.7744 33.2218C43.396 35.2134 39.0742 34.2244 37.1256 31.0153C35.1744 27.8062 39.2973 28.9968 42.6757 27.0106C46.0541 25.019 47.4114 20.6059 49.3626 23.8096Z" fill="#E26276"/>
|
|
31
|
+
<path d="M48.7879 23.9892C50.5913 26.9564 49.5189 30.8616 46.3931 32.7C43.2646 34.541 39.2681 33.6272 37.4646 30.66C35.6612 27.6901 39.4751 28.7894 42.6035 26.9483C45.732 25.1046 46.9844 21.0193 48.7932 23.9892" fill="#FF7A85"/>
|
|
32
|
+
<path d="M44.3385 26.7475C44.6019 26.8819 45.2469 26.933 45.3813 26.9491C45.8382 26.9948 46.3005 27.0002 46.7574 26.9894C47.0692 26.9841 47.776 27.0593 48.0663 26.9383C48.671 26.6857 48.4399 25.9977 48.3216 25.6966C48.1657 25.2881 48.1442 24.8661 47.2465 24.979C46.3704 25.0919 45.47 25.4736 44.9244 25.9063C44.6986 26.0837 44.4648 26.261 44.2875 26.4895C44.2579 26.5298 44.2256 26.5755 44.2256 26.6266C44.2256 26.6723 44.2686 26.7126 44.3358 26.7448" fill="#E26276"/>
|
|
33
|
+
<path d="M43.979 27.4701C43.979 27.4701 43.9736 27.4836 43.9709 27.4889C43.9521 27.5373 43.9628 27.5911 43.9709 27.6448C44.0327 27.9539 44.0865 28.2603 44.1698 28.564C44.2531 28.865 44.4386 29.2063 44.4762 29.5127C44.667 30.0476 44.9009 30.6523 45.4277 30.9345C46.0647 31.2732 46.8978 30.7061 47.3037 30.2008C47.4542 30.0154 47.602 29.7197 47.688 29.4966C47.8009 29.201 47.6853 29.1204 47.4327 28.8919C46.8091 28.3329 45.9894 27.7765 45.1992 27.4809C45.0003 27.4029 44.1187 27.196 43.979 27.4755" fill="#E26276"/>
|
|
34
|
+
<path d="M43.2883 27.7231C43.2883 27.7231 43.3044 27.7419 43.3098 27.7553C43.3259 27.7876 43.3259 27.8252 43.3286 27.8628C43.3421 28.5804 43.291 29.3195 43.3743 30.0318C43.4039 30.5532 43.4657 31.1337 43.3743 31.6551C43.2802 32.2007 42.8179 32.3647 42.2938 32.3593C41.8154 32.3539 41.0736 31.9803 40.9339 31.4965C40.7108 30.7413 41.2484 29.7119 41.7268 29.1744C41.9902 28.8815 42.1756 28.5267 42.4282 28.2257C42.5196 28.1155 43.1243 27.5752 43.2829 27.7231" fill="#E26276"/>
|
|
35
|
+
<path d="M41.7587 28.2655C41.7506 28.2924 41.7291 28.3139 41.7076 28.3354C41.5329 28.4993 41.3556 28.666 41.1862 28.8272C41.0976 28.9133 40.6353 29.2815 40.646 29.4051C40.5036 29.5879 40.3611 29.7787 40.216 29.9641C40.1461 30.0528 39.7349 30.4398 39.7456 30.5366C39.157 31.2166 38.4797 30.3726 38.1465 29.8512C38.1035 29.784 38.0604 29.7088 38.0551 29.6309C38.0497 29.5287 38.1035 29.44 38.1599 29.354C38.8856 28.2736 40.4068 27.9215 41.6378 28.1446C41.6915 28.1553 41.7587 28.1768 41.7641 28.2359C41.7641 28.244 41.7641 28.2548 41.7614 28.2628L41.7587 28.2655Z" fill="#E26276"/>
|
|
36
|
+
<path d="M39.3513 29.37C39.2142 29.4748 39.0422 29.4882 38.9724 29.4022C38.9025 29.3162 38.9562 29.163 39.0987 29.0609C39.2357 28.9561 39.6066 28.7948 39.6765 28.8808C39.7464 28.9668 39.4911 29.2679 39.354 29.37" fill="white"/>
|
|
37
|
+
<path d="M42.2584 29.8139C42.2289 29.9805 42.1159 30.1069 42.0057 30.0907C41.8955 30.0773 41.8284 29.9268 41.8606 29.7575C41.8902 29.5881 42.0461 29.2226 42.1563 29.2361C42.2664 29.2495 42.2907 29.6419 42.2611 29.8086" fill="white"/>
|
|
38
|
+
<path d="M43.0852 29.7626C43.104 29.9319 43.0315 30.0797 42.9186 30.0958C42.8084 30.1093 42.7009 29.9856 42.6848 29.819C42.666 29.6497 42.7117 29.26 42.8245 29.2438C42.9374 29.2304 43.0691 29.5959 43.0879 29.7626H43.0852Z" fill="white"/>
|
|
39
|
+
<path d="M44.921 28.8993C45.0151 29.0391 45.0178 29.2004 44.921 29.2649C44.8269 29.3267 44.6737 29.2649 44.5797 29.1251C44.4856 28.9827 44.3458 28.6225 44.4399 28.558C44.534 28.4962 44.8242 28.7596 44.9183 28.8993" fill="white"/>
|
|
40
|
+
<path d="M45.7504 27.929C45.8929 28.0258 45.9547 28.1763 45.8875 28.265C45.8203 28.3537 45.6536 28.351 45.5085 28.2515C45.3687 28.1575 45.1026 27.8672 45.1671 27.7785C45.2343 27.6898 45.608 27.8323 45.7477 27.9263" fill="white"/>
|
|
41
|
+
<path d="M45.6885 28.5503C45.839 28.6363 45.9142 28.7788 45.8524 28.8728C45.7933 28.9669 45.6266 28.9777 45.4734 28.8917C45.3229 28.8083 45.0327 28.5422 45.0918 28.4482C45.1509 28.3514 45.5353 28.467 45.6831 28.5476" fill="white"/>
|
|
42
|
+
<path d="M46.0059 29.3967C46.1564 29.4828 46.2316 29.6252 46.1698 29.7193C46.108 29.8133 45.944 29.8241 45.7908 29.7381C45.6403 29.6521 45.3501 29.3887 45.4092 29.2946C45.4683 29.2005 45.8527 29.3134 46.0005 29.3941" fill="white"/>
|
|
43
|
+
<path d="M47.0598 25.7546C47.2345 25.7546 47.3716 25.8406 47.3689 25.9481C47.3662 26.0583 47.2237 26.1497 47.049 26.1497C46.8743 26.1497 46.4874 26.0664 46.4927 25.9588C46.4954 25.8486 46.8905 25.7546 47.0625 25.7546" fill="white"/>
|
|
44
|
+
<path d="M46.1975 26.188C46.3722 26.1934 46.5093 26.2875 46.504 26.3923C46.4986 26.4998 46.348 26.5832 46.1733 26.5832C45.9959 26.5778 45.6089 26.4783 45.6143 26.3735C45.6197 26.266 46.0201 26.1881 46.1975 26.1934" fill="white"/>
|
|
45
|
+
<path d="M46.0086 25.4244C46.1833 25.4324 46.3176 25.5319 46.3069 25.6367C46.2988 25.7442 46.1456 25.8222 45.9709 25.8141C45.7962 25.806 45.4093 25.6904 45.4227 25.5856C45.4361 25.4781 45.8339 25.4109 46.0086 25.4244Z" fill="white"/>
|
|
46
|
+
<path d="M40.4715 29.1707C40.3318 29.2406 40.1544 29.2379 40.0737 29.1707C39.9985 29.1008 40.0496 28.9879 40.1894 28.9153C40.3291 28.8455 40.7108 28.7487 40.7887 28.8213C40.864 28.8912 40.6113 29.1062 40.4688 29.176" fill="white"/>
|
|
47
|
+
<path d="M39.998 28.5423C39.8367 28.588 39.6539 28.5638 39.5867 28.4832C39.5196 28.4025 39.6002 28.3031 39.7615 28.2547C39.9227 28.209 40.3393 28.166 40.4065 28.2466C40.4737 28.3273 40.1619 28.4966 40.0007 28.5423H39.998Z" fill="white"/>
|
|
48
|
+
<path d="M23.1504 33.0457C26.2815 31.7019 23.1262 29.963 21.398 26.942C21.2771 26.8237 21.1642 26.6947 21.0594 26.5765C20.6616 26.1142 20.3122 25.617 19.9063 25.1628C19.5059 24.7139 19.0409 24.343 18.5948 23.9399C18.2051 23.5878 17.8073 23.2384 17.3692 22.9427C16.9472 22.6552 16.4742 22.3595 15.9555 22.3084C15.5227 22.2628 15.1492 22.4455 14.8266 22.7224C14.6493 22.8756 14.4853 23.0395 14.3348 23.2169C13.4828 24.9988 13.3672 27.1597 14.195 29.1647C15.6894 32.7877 19.6994 34.5266 23.1504 33.0457Z" fill="#E26276"/>
|
|
49
|
+
<path d="M23.0529 32.4515C23.5421 32.2419 24.1709 31.9194 24.2704 31.3334C24.3564 30.8335 24.0231 30.3041 23.7355 29.9224C22.1579 27.826 20.5426 25.7108 18.594 23.945C18.2043 23.5902 17.8065 23.2435 17.3684 22.9479C16.9465 22.663 16.4734 22.3647 15.9547 22.3136C15.7908 22.2948 15.6376 22.3136 15.4897 22.3539C14.1889 24.1466 13.8315 26.6112 14.7641 28.8635C16.1482 32.215 19.8599 33.8276 23.0556 32.4569" fill="#FF7A85"/>
|
|
50
|
+
<path d="M20.9471 27.657C20.7805 27.8962 20.6327 28.5332 20.6031 28.6622C20.4929 29.1083 20.423 29.5625 20.3719 30.0195C20.3343 30.3312 20.1623 31.0193 20.2403 31.323C20.4042 31.9573 21.1219 31.8229 21.4336 31.753C21.861 31.6536 22.2829 31.6939 22.2937 30.7908C22.3071 29.9093 22.0518 28.9632 21.7024 28.3612C21.5546 28.1139 21.4175 27.8559 21.2132 27.6489C21.1756 27.6113 21.138 27.5737 21.0842 27.5683C21.0385 27.5629 20.9928 27.5979 20.9498 27.657" fill="#E26276"/>
|
|
51
|
+
<path d="M20.2821 27.1996C20.2821 27.1996 20.2686 27.1943 20.266 27.1889C20.2203 27.1647 20.1665 27.1674 20.1101 27.1728C19.7956 27.1862 19.4838 27.1996 19.1721 27.24C18.8603 27.2803 18.4975 27.4147 18.1884 27.4066C17.632 27.5195 17.0004 27.6646 16.6484 28.1511C16.221 28.737 16.6699 29.6401 17.1133 30.1131C17.2746 30.2878 17.5487 30.4786 17.7583 30.5915C18.0352 30.7447 18.1319 30.6425 18.39 30.4222C19.0296 29.8846 19.6961 29.1482 20.102 28.4064C20.2014 28.2209 20.5347 27.3743 20.2794 27.1996" fill="#E26276"/>
|
|
52
|
+
<path d="M20.1289 26.4796C20.1289 26.4796 20.1101 26.493 20.0966 26.4984C20.0617 26.5119 20.024 26.5038 19.9891 26.4984C19.2769 26.4097 18.5485 26.2592 17.8309 26.2404C17.3095 26.1947 16.7263 26.1759 16.2237 26.012C15.6969 25.8426 15.5974 25.3615 15.6754 24.8455C15.7479 24.3725 16.2237 23.6925 16.7209 23.6172C17.503 23.5043 18.4437 24.179 18.9086 24.7326C19.1613 25.0336 19.4892 25.2648 19.7499 25.5631C19.844 25.6706 20.2955 26.3452 20.1262 26.4769" fill="#E26276"/>
|
|
53
|
+
<path d="M18.2028 25.1702C18.0415 25.1191 17.9313 24.9874 17.9609 24.8799C17.9904 24.7724 18.1463 24.7267 18.3076 24.7831C18.4688 24.8342 18.8102 25.0411 18.7806 25.1486C18.751 25.2561 18.3587 25.2239 18.1974 25.1728" fill="white"/>
|
|
54
|
+
<path d="M18.1346 25.9898C17.9625 25.9845 17.8281 25.8904 17.8281 25.7775C17.8281 25.6646 17.9652 25.5786 18.1372 25.5813C18.3093 25.5867 18.6855 25.6888 18.6855 25.8017C18.6855 25.9146 18.3039 25.9925 18.1346 25.9898Z" fill="white"/>
|
|
55
|
+
<path d="M18.7348 27.9301C18.5816 28.008 18.4203 27.9811 18.3719 27.8817C18.3235 27.7823 18.4095 27.6371 18.56 27.5619C18.7132 27.4893 19.0922 27.3979 19.1406 27.5027C19.189 27.6075 18.888 27.8548 18.7348 27.9301Z" fill="white"/>
|
|
56
|
+
<path d="M19.5767 28.89C19.4612 29.019 19.3053 29.0593 19.2247 28.9787C19.1441 28.898 19.1736 28.7341 19.2892 28.6051C19.4048 28.4788 19.7246 28.2584 19.8052 28.3337C19.8832 28.4143 19.6896 28.761 19.5767 28.89Z" fill="white"/>
|
|
57
|
+
<path d="M18.9702 28.7391C18.8653 28.8762 18.7148 28.9273 18.6288 28.8574C18.5428 28.7875 18.559 28.6155 18.6611 28.4811C18.7659 28.344 19.0696 28.0914 19.153 28.1667C19.239 28.2366 19.0723 28.602 18.9702 28.7418" fill="white"/>
|
|
58
|
+
<path d="M18.0897 28.9357C17.9849 29.0728 17.8345 29.1265 17.7485 29.054C17.6625 28.9814 17.6786 28.8147 17.7807 28.6777C17.8855 28.5406 18.1892 28.2907 18.2726 28.3632C18.3586 28.4331 18.1919 28.7986 18.0897 28.9384" fill="white"/>
|
|
59
|
+
<path d="M21.548 30.4913C21.5265 30.6633 21.419 30.7869 21.3088 30.7681C21.1986 30.7493 21.1314 30.5961 21.1529 30.4241C21.1744 30.2521 21.3142 29.8812 21.4217 29.9C21.5292 29.9188 21.5695 30.3192 21.5426 30.4913" fill="white"/>
|
|
60
|
+
<path d="M21.2378 29.5756C21.2083 29.7476 21.098 29.8712 20.9932 29.8497C20.8884 29.8282 20.8266 29.6697 20.8534 29.4977C20.883 29.3257 21.0335 28.9547 21.141 28.9762C21.2486 28.9977 21.2701 29.4036 21.2378 29.5783V29.5756Z" fill="white"/>
|
|
61
|
+
<path d="M21.804 28.9736C21.8524 29.1402 21.8041 29.2988 21.6993 29.3257C21.5944 29.3525 21.4681 29.237 21.4224 29.0677C21.374 28.901 21.3498 28.5005 21.4573 28.4737C21.5648 28.4468 21.7557 28.8042 21.804 28.9763" fill="white"/>
|
|
62
|
+
<path d="M15.362 30.4048C15.3432 30.0527 15.354 29.6818 15.3916 29.284C15.3486 29.2974 15.3055 29.3082 15.2652 29.3162C15.0206 29.3861 14.7734 29.4533 14.5288 29.5259C14.4132 29.5635 14.2977 29.5985 14.1821 29.6361C14.1499 29.6468 14.0182 29.6925 13.9752 29.706C13.7521 29.7974 13.5451 29.9049 13.3409 30.0419C13.1097 30.1978 12.8839 30.3618 12.6555 30.5257C12.505 30.6332 12.3572 30.7461 12.2067 30.8563C12.1341 30.91 12.0561 30.9692 11.9836 31.0229C11.9567 31.0444 11.946 31.0498 11.9433 31.0552C11.9298 31.0633 11.9137 31.0767 11.8815 31.1036C11.5213 31.3804 11.1639 31.6599 10.8037 31.934C11.309 32.1141 11.7256 32.3694 12.0561 32.6732C12.4539 33.0441 12.7388 33.4741 12.978 33.9149C13.0076 33.9686 13.0452 34.0143 13.0882 34.0546C13.3866 34.3341 13.9994 34.2643 14.5584 33.8692C14.6713 33.7859 14.7868 33.7052 14.8997 33.6273C15.526 33.1838 15.8915 32.4689 15.706 32.012C15.5179 31.5524 15.3996 31.0122 15.3674 30.4021" fill="#229F64"/>
|
|
63
|
+
<path d="M18.0771 28.3785C17.3756 30.792 14.9594 30.9774 13.4247 30.5958C14.274 31.6413 12.4759 33.2136 11.7153 33.3184C11.4089 33.3641 10.2075 33.0147 10.1161 32.5659C9.2749 33.219 8.30737 33.2647 7.60051 32.2756C7.40162 32.0014 7.29138 31.652 7.28601 31.3349C7.26719 30.7517 7.57901 30.2706 8.27243 30.4963C7.10866 29.475 6.57648 27.2685 8.04933 25.844C8.92551 24.9974 10.1887 24.9759 11.1133 25.3871C11.3336 25.4811 11.6401 25.672 11.8336 25.9381C11.8578 25.8494 11.8927 25.766 11.9249 25.6988C12.3469 24.8119 13.4113 24.5915 14.1127 24.5163C14.2203 24.5055 14.3922 24.5217 14.5992 24.5673C15.3222 24.7125 16.4241 25.1855 16.2924 25.9461C16.5343 25.7902 16.9052 25.801 17.096 25.8709C17.9453 26.1746 18.405 27.2604 18.0798 28.3785" fill="#229F64"/>
|
|
64
|
+
<path d="M18.0809 28.3756C17.5218 30.2892 15.8904 30.7999 14.4713 30.7408H14.4659C14.2133 30.7327 13.9741 30.7058 13.7429 30.6628H13.7349C13.6273 30.644 13.5279 30.6198 13.4258 30.593C13.493 30.679 13.5441 30.765 13.5817 30.8563C13.6623 31.9798 12.9259 32.6248 12.1008 33.1731C12.082 33.1866 12.0685 33.1946 12.0497 33.2054H12.047C11.926 33.2645 11.8132 33.3048 11.7164 33.3156C11.4154 33.3586 10.2086 33.0119 10.1199 32.563C10.0312 32.6302 9.93987 32.6947 9.85117 32.7458C9.54209 32.9285 9.22764 33.0307 8.92125 33.0361C8.90243 33.0307 8.88901 33.0307 8.87289 33.0361H8.8702C8.4106 33.0226 7.97515 32.7888 7.60694 32.2728C7.58006 32.2324 7.55593 32.1921 7.53174 32.1545C8.24666 31.7836 8.99649 31.3966 9.92106 30.9155C11.3321 31.2918 11.9637 30.9155 12.211 29.2222C15.584 28.9508 16.6349 28.1955 16.9359 25.825C17.0004 25.8304 17.0541 25.8438 17.0998 25.8626C17.9491 26.1664 18.4087 27.2522 18.0862 28.3702L18.0809 28.3756Z" fill="#1B7F50"/>
|
|
65
|
+
<path d="M18.2581 24.4121C18.4624 24.5384 18.6344 24.7427 18.6478 24.9819C18.6612 25.1834 18.5645 25.3797 18.4381 25.5382C18.2016 25.8366 17.8684 26.0435 17.5459 26.2424C17.2959 26.3929 17.0218 26.5542 16.7315 26.5085C16.4842 26.4735 16.2773 26.2908 16.1617 26.0704C16.0461 25.85 16.0058 25.5973 15.9978 25.3474C15.9843 25.0437 16.0112 24.7346 16.1322 24.4524C16.2504 24.1729 16.4735 23.9256 16.7637 23.8316C17.0782 23.7321 17.3039 23.8531 17.5566 24.017C17.785 24.1702 18.0243 24.2643 18.2635 24.4094L18.2581 24.4121Z" fill="#F7C926"/>
|
|
66
|
+
<path d="M39.0394 25.511C39.2786 25.6266 39.4828 25.8416 39.5231 26.1023C39.5554 26.3254 39.4667 26.5484 39.3431 26.7339C39.1093 27.086 38.7626 27.344 38.4212 27.5913C38.1605 27.7821 37.8676 27.9864 37.545 27.9649C37.2682 27.946 37.021 27.7633 36.8758 27.5321C36.7253 27.2983 36.6635 27.0215 36.6259 26.75C36.5856 26.4168 36.5856 26.07 36.6931 25.7502C36.8006 25.4304 37.0236 25.1374 37.3354 25.0084C37.674 24.866 37.9348 24.9815 38.225 25.1428C38.4911 25.2879 38.7626 25.3713 39.0394 25.511Z" fill="#F7C926"/>
|
|
67
|
+
<path d="M27.3148 30.0564C27.5379 29.914 27.8282 29.8468 28.0701 29.9489C28.277 30.0349 28.4221 30.2257 28.5189 30.4327C28.699 30.8117 28.7393 31.2444 28.7769 31.6636C28.8038 31.9862 28.828 32.3382 28.6425 32.6043C28.4839 32.8301 28.2018 32.9457 27.9276 32.9537C27.6508 32.9618 27.382 32.8758 27.1294 32.7629C26.823 32.6258 26.5246 32.4485 26.3069 32.1931C26.0892 31.9351 25.9549 31.5938 26.0059 31.2605C26.0597 30.9003 26.2908 30.7337 26.5784 30.5644C26.8418 30.4112 27.0541 30.223 27.3148 30.0564Z" fill="#F7C926"/>
|
|
68
|
+
<path d="M33.8523 33.0643C33.6131 32.9461 33.4088 32.7337 33.3685 32.473C33.3362 32.2499 33.4249 32.0269 33.5485 31.8387C33.7824 31.4866 34.1264 31.2286 34.4678 30.9814C34.7285 30.7905 35.0187 30.589 35.344 30.6105C35.6208 30.6266 35.8681 30.812 36.0132 31.0405C36.1637 31.2716 36.2255 31.5512 36.2631 31.8226C36.3061 32.1586 36.3061 32.5026 36.1986 32.8224C36.0911 33.1423 35.868 33.4352 35.5562 33.5642C35.2176 33.7067 34.9569 33.5911 34.6667 33.4325C34.4006 33.2874 34.1291 33.2014 33.8523 33.0643Z" fill="#F7C926"/>
|
|
69
|
+
<path d="M40.7117 59.1421H22.7043C21.3685 59.1421 20.804 58.1503 21.3819 57.0457L22.6236 54.6778H40.7924L42.034 57.0457C42.6146 58.1503 42.0502 59.1421 40.7117 59.1421Z" fill="#F7C926"/>
|
|
70
|
+
<path d="M54.642 35.4532C54.4807 35.4612 54.3893 35.4478 54.1716 35.4612H9.83569C9.76581 35.4719 9.70936 35.4612 9.62873 35.4612C9.23902 35.4827 8.88964 35.4558 8.5053 35.4289C8.42467 35.4236 8.35478 35.5123 8.36015 35.6198C8.70418 47.3381 19.1028 57.1696 31.8747 57.1696C44.6465 57.1696 55.0183 47.3542 55.3892 35.6628C55.3918 35.558 55.33 35.472 55.2548 35.472C55.0478 35.4612 54.8624 35.4397 54.6393 35.4478" fill="#FCE8A1"/>
|
|
71
|
+
<path d="M55.7489 35.4985H7.66899C6.9245 35.4985 6.31445 34.8884 6.31445 34.1439C6.31445 33.3994 6.9245 32.7893 7.66899 32.7893H55.7489C56.4934 32.7893 57.1035 33.4021 57.1035 34.1439C57.1035 34.8857 56.4934 35.4985 55.7489 35.4985Z" fill="#D6D8DA"/>
|
|
72
|
+
</svg>
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.2" d="M50 57.527C50 57.9769 49.5627 58.4073 48.7672 58.8013C46.1576 60.1063 39.6353 61.0256 32.0014 61.0256C27.4679 61.0256 23.3237 60.6959 20.1613 60.1621C19.6422 60.0699 19.1457 59.9805 18.6859 59.8799C15.7745 59.2567 14 58.4324 14 57.5242C14 56.7614 15.2469 56.0572 17.3768 55.4871C18.7253 55.1238 20.4264 54.8081 22.3871 54.5677C23.3293 54.4504 24.3252 54.3498 25.3718 54.2687C26.1674 54.2073 26.9855 54.157 27.829 54.1178C28.9969 54.0619 30.2043 54.0312 31.4541 54.0256H31.9986C34.8451 54.0256 37.5364 54.1514 39.9286 54.3861C40.2756 54.4225 40.6283 54.456 40.9584 54.4979C41.1784 54.5174 41.3956 54.5426 41.6157 54.5733C43.5791 54.8109 45.2831 55.1238 46.6344 55.4927C48.7502 56.0683 50 56.7725 50 57.5298" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M44.1096 13.8611L44.0317 13.8193C43.2187 13.3683 42.6313 12.5943 42.4113 11.6922L40.5125 3.91601C40.3816 3.37866 39.9 3 39.346 3H24.3086C23.7573 3 23.2728 3.37866 23.1448 3.91601L21.246 11.6922C21.0261 12.5971 20.4386 13.3683 19.6256 13.8193L19.5476 13.8611C17.9774 14.7353 17.0029 16.3919 17.0029 18.1905V42.7191C17.0029 44.5177 17.9774 46.1742 19.5476 47.0485L19.6256 47.0902C20.4358 47.5413 21.0261 48.3153 21.246 49.2173L23.1448 56.9936C23.2756 57.5309 23.7573 57.9095 24.3114 57.9095H39.3487C39.9028 57.9095 40.3844 57.5309 40.5153 56.9936L42.4141 49.2173C42.6341 48.3125 43.2215 47.5413 44.0345 47.0902L44.1124 47.0485C45.6827 46.1742 46.6572 44.5177 46.6572 42.7191V18.1905C46.6572 16.3919 45.6827 14.7353 44.1124 13.8611" fill="#E00842"/>
|
|
4
|
+
<path d="M23.6264 56.9936L21.7275 49.2173C21.5076 48.3125 20.9201 47.5413 20.1071 47.0902L20.0292 47.0485C18.4589 46.1742 17.4844 44.5177 17.4844 42.7191V18.1905C17.4844 16.3919 18.4589 14.7353 20.0292 13.8611L20.1071 13.8193C20.9201 13.3683 21.5076 12.5943 21.7275 11.6922L23.6264 3.91601C23.7572 3.37866 24.2389 3 24.7929 3H24.3057C23.7516 3 23.27 3.37866 23.1391 3.91601L21.2403 11.6922C21.0203 12.5971 20.4329 13.3683 19.6199 13.8193L19.5419 13.8611C17.9744 14.7353 17 16.3919 17 18.1905V42.7191C17 44.5177 17.9744 46.1742 19.5447 47.0485L19.6227 47.0902C20.4357 47.5413 21.0231 48.3153 21.2431 49.2173L23.1419 56.9936C23.2728 57.5309 23.7544 57.9095 24.3085 57.9095H24.7957C24.2416 57.9095 23.76 57.5309 23.6291 56.9936" fill="#E00842"/>
|
|
5
|
+
<path d="M40.025 56.9936L41.9238 49.2173C42.1437 48.3125 42.7311 47.5413 43.5441 47.0902L43.6221 47.0485C45.1924 46.1742 46.1669 44.5177 46.1669 42.7191V18.1905C46.1669 16.3919 45.1924 14.7353 43.6221 13.8611L43.5441 13.8193C42.7311 13.3683 42.1437 12.5943 41.9238 11.6922L40.025 3.91601C39.8941 3.37866 39.4124 3 38.8584 3H39.3456C39.8997 3 40.3813 3.37866 40.5122 3.91601L42.411 11.6922C42.631 12.5971 43.2184 13.3683 44.0314 13.8193L44.1093 13.8611C45.6796 14.7353 46.6541 16.3919 46.6541 18.1905V42.7191C46.6541 44.5177 45.6796 46.1742 44.1093 47.0485L44.0314 47.0902C43.2184 47.5413 42.631 48.3153 42.411 49.2173L40.5122 56.9936C40.3813 57.5309 39.8997 57.9095 39.3456 57.9095H38.8584C39.4124 57.9095 39.8941 57.5309 40.025 56.9936Z" fill="#E00842"/>
|
|
6
|
+
<path d="M41.6929 47.7835H21.9614C19.2217 47.7835 17 45.5618 17 42.8221V18.1877C17 15.4481 19.2217 13.2263 21.9614 13.2263H41.6929C44.4325 13.2263 46.6543 15.4481 46.6543 18.1877V42.8221C46.6543 45.5618 44.4325 47.7835 41.6929 47.7835Z" fill="#E00842"/>
|
|
7
|
+
<path d="M21.9615 47.4105C19.4335 47.4105 17.376 45.353 17.376 42.8249V18.1905C17.376 15.6625 19.4335 13.605 21.9615 13.605H41.693C44.221 13.605 46.2785 15.6625 46.2785 18.1905V42.8249C46.2785 45.353 44.221 47.4105 41.693 47.4105H21.9615Z" fill="#333D47"/>
|
|
8
|
+
<path d="M21.9612 46.5084C19.9287 46.5084 18.2749 44.8546 18.2749 42.8221V18.1877C18.2749 16.1553 19.9287 14.5015 21.9612 14.5015H41.6926C43.7251 14.5015 45.3789 16.1553 45.3789 18.1877V42.8221C45.3789 44.8546 43.7251 46.5084 41.6926 46.5084H21.9612Z" fill="white"/>
|
|
9
|
+
<path d="M18.6479 42.8249V18.1905C18.6479 16.1581 20.3017 14.5043 22.3341 14.5043H21.9583C19.9258 14.5043 18.272 16.1581 18.272 18.1905V42.8249C18.272 44.8574 19.9258 46.5112 21.9583 46.5112H22.3341C20.3017 46.5112 18.6479 44.8574 18.6479 42.8249Z" fill="#D6D8DA"/>
|
|
10
|
+
<path d="M45.0056 42.8249V18.1905C45.0056 16.1581 43.3518 14.5043 41.3193 14.5043H41.6952C43.7277 14.5043 45.3815 16.1581 45.3815 18.1905V42.8249C45.3815 44.8574 43.7277 46.5112 41.6952 46.5112H41.3193C43.3518 46.5112 45.0056 44.8574 45.0056 42.8249Z" fill="#D6D8DA"/>
|
|
11
|
+
<path d="M31.6225 38.9884C26.7251 38.9884 22.7604 35.0209 22.7604 30.1264C22.7604 25.2318 26.7279 21.2643 31.6225 21.2643C36.5171 21.2643 40.4845 25.2318 40.4845 30.1264C40.4845 35.0209 36.5171 38.9884 31.6225 38.9884ZM31.6225 18.9479C25.45 18.9479 20.4468 23.951 20.4468 30.1236C20.4468 36.2961 25.45 41.2993 31.6225 41.2993C37.795 41.2993 42.7982 36.2961 42.7982 30.1236C42.7982 23.951 37.795 18.9479 31.6225 18.9479Z" fill="#D6D8DA"/>
|
|
12
|
+
<path d="M31.6224 36.2905C28.2174 36.2905 25.4582 33.5313 25.4582 30.1263C25.4582 26.7212 28.2174 23.9621 31.6224 23.9621C35.0275 23.9621 37.7865 26.7212 37.7865 30.1263C37.7865 33.5313 35.0275 36.2905 31.6224 36.2905ZM31.6224 21.6484C26.9422 21.6484 23.1445 25.4461 23.1445 30.1263C23.1445 34.8065 26.9422 38.6041 31.6224 38.6041C36.3026 38.6041 40.1002 34.8065 40.1002 30.1263C40.1002 25.4461 36.3026 21.6484 31.6224 21.6484Z" fill="#D6D8DA"/>
|
|
13
|
+
<path d="M31.6227 33.5927C29.7072 33.5927 28.1564 32.0391 28.1564 30.1264C28.1564 28.2137 29.71 26.6601 31.6227 26.6601C33.5355 26.6601 35.089 28.2137 35.089 30.1264C35.089 32.0391 33.5355 33.5927 31.6227 33.5927ZM31.6227 24.3464C28.4321 24.3464 25.8428 26.9357 25.8428 30.1264C25.8428 33.3171 28.4321 35.9063 31.6227 35.9063C34.8134 35.9063 37.4027 33.3171 37.4027 30.1264C37.4027 26.9357 34.8134 24.3464 31.6227 24.3464Z" fill="#D6D8DA"/>
|
|
14
|
+
<path d="M39.7802 22.4893C37.5696 20.1311 34.5961 18.9479 31.6198 18.9479C30.9822 18.9479 30.4644 19.4657 30.4644 20.1033C30.4644 20.7409 30.9822 21.2587 31.6198 21.2587C34.1729 21.2587 36.7288 22.3557 38.5162 24.5496C41.1194 27.7487 41.1417 32.4205 38.5635 35.6362C35.423 39.5591 29.8491 40.0352 26.1155 37.0673C25.6561 36.7026 24.9991 36.7443 24.587 37.1564C24.097 37.6464 24.1443 38.4538 24.69 38.8854C29.256 42.5048 36.0021 42.0482 40.0141 37.5016C43.7894 33.2279 43.6864 26.6461 39.783 22.4838" fill="#D40C74"/>
|
|
15
|
+
<path d="M40.0976 30.1263C40.0976 25.4628 36.3334 21.6791 31.6754 21.6485C31.1047 21.6457 30.584 22.0299 30.481 22.5895C30.3501 23.3245 30.9098 23.9621 31.6198 23.9621C35.0248 23.9621 37.7839 26.7212 37.7839 30.1263C37.7839 32.7768 36.1106 35.0348 33.7663 35.9062C33.2401 36.1011 32.92 36.6357 33.0174 37.187C33.1427 37.9053 33.8888 38.3257 34.5709 38.0723C37.7978 36.8751 40.0976 33.768 40.0976 30.1263Z" fill="#F7C926"/>
|
|
16
|
+
<path d="M37.3802 29.6614C37.1435 26.6879 34.6573 24.3464 31.6197 24.3464C30.9821 24.3464 30.4642 24.8643 30.4642 25.5019C30.4642 26.1395 30.9821 26.6573 31.6197 26.6573C33.5352 26.6573 35.086 28.2109 35.086 30.1236V30.1514C35.086 30.1737 35.0832 30.196 35.0832 30.2183C35.0331 32.028 33.5268 33.537 31.7143 33.5871C30.0494 33.6317 28.6378 32.5041 28.2508 30.9672C28.1228 30.4605 27.6411 30.1208 27.1204 30.1208C26.391 30.1208 25.8286 30.8029 26.004 31.5157C26.6471 34.1189 29.0583 36.0233 31.887 35.8952C34.8326 35.7616 37.2521 33.3393 37.3885 30.3937C37.4024 30.1152 37.3941 29.8702 37.3746 29.6558" fill="#0C6DD2"/>
|
|
17
|
+
</svg>
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.2" d="M54.4402 59.7878C54.4402 60.3146 53.8906 60.8161 52.8826 61.2796C49.5849 62.8094 41.3535 63.8883 31.7239 63.8883C25.9999 63.8883 20.7697 63.5059 16.7756 62.8727C16.1221 62.7663 15.4991 62.6599 14.9165 62.5409C11.244 61.814 9 60.849 9 59.7751C9 58.8785 10.5779 58.0579 13.2601 57.3867C14.9596 56.9612 17.1099 56.5914 19.5869 56.3078C20.7773 56.171 22.0336 56.052 23.3531 55.9557C24.3561 55.8873 25.3895 55.824 26.4532 55.7809C27.9273 55.7176 29.4495 55.6796 31.0299 55.6746H31.7163C35.3103 55.6746 38.7067 55.824 41.7308 56.095C42.1715 56.1381 42.6097 56.1761 43.0301 56.2267C43.3113 56.252 43.5798 56.2824 43.8609 56.3154C46.3379 56.5914 48.4882 56.9612 50.1979 57.3943C52.8674 58.0706 54.4453 58.8937 54.4453 59.7827V59.7878H54.4402Z" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M41.819 60.7934H22.4991C19.3788 60.7934 16.8232 58.2403 16.8232 55.1174V6.6759C16.8232 3.55301 19.3763 1 22.4991 1H41.819C44.9419 1 47.4949 3.55301 47.4949 6.6759V55.1174C47.4949 58.2403 44.9419 60.7934 41.819 60.7934Z" fill="#858B91"/>
|
|
4
|
+
<path d="M46.33 6.07598V55.5686C46.33 57.7772 44.5242 59.583 42.3156 59.583H21.9978C19.7892 59.583 17.9834 57.7772 17.9834 55.5686V6.07598C17.9834 3.86742 19.7918 2.06157 21.9978 2.06157H42.3156C44.5242 2.06157 46.33 3.86742 46.33 6.07598Z" fill="#EBECED"/>
|
|
5
|
+
<path d="M46.33 30.3572V55.5683C46.33 57.7769 44.5242 59.5827 42.3156 59.5827H21.9978C19.7892 59.5827 17.9834 57.7769 17.9834 55.5683V30.3572C17.9834 28.1487 19.7918 26.3428 21.9978 26.3428H42.3156C44.5242 26.3428 46.33 28.1487 46.33 30.3572Z" fill="white"/>
|
|
6
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M31.7237 58.3845C31.3337 58.3845 31.0171 58.0679 31.0171 57.6779V30.9421C31.0171 30.552 31.3337 30.2354 31.7237 30.2354C32.1138 30.2354 32.4303 30.552 32.4303 30.9421V57.6779C32.4303 58.0679 32.1138 58.3845 31.7237 58.3845ZM36.9083 58.3845C36.5182 58.3845 36.2016 58.0679 36.2016 57.6779V47.8305C36.2016 47.4405 36.5182 47.1239 36.9083 47.1239C37.2983 47.1239 37.6149 47.4405 37.6149 47.8305V57.6779C37.6149 58.0679 37.2983 58.3845 36.9083 58.3845ZM26.5391 58.3845C26.9292 58.3845 27.2458 58.0679 27.2458 57.6779V47.8305C27.2458 47.4405 26.9292 47.1239 26.5391 47.1239C26.1491 47.1239 25.8325 47.4405 25.8325 47.8305V57.6779C25.8325 58.0679 26.1491 58.3845 26.5391 58.3845ZM42.0928 58.3845C41.7028 58.3845 41.3862 58.0679 41.3862 57.6779V41.7975C41.3862 41.4074 41.7028 41.0908 42.0928 41.0908C42.4829 41.0908 42.7995 41.4074 42.7995 41.7975V57.6779C42.7995 58.0679 42.4829 58.3845 42.0928 58.3845ZM21.3546 58.3845C21.7446 58.3845 22.0612 58.0679 22.0612 57.6779V42.6029C22.0612 42.2128 21.7446 41.8962 21.3546 41.8962C20.9646 41.8962 20.6479 42.2128 20.6479 42.6029V57.6779C20.6479 58.0679 20.9646 58.3845 21.3546 58.3845Z" fill="#5856D6"/>
|
|
7
|
+
<path d="M38.7057 14.6538C38.7057 18.2705 35.7753 21.201 32.1585 21.201C28.5417 21.201 25.6113 18.2705 25.6113 14.6538C25.6113 11.037 28.5417 8.1066 32.1585 8.1066C35.7753 8.1066 38.7057 11.037 38.7057 14.6538Z" fill="#D40C74"/>
|
|
8
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M29.2312 15.3324L29.2313 15.3326H29.2288L29.2312 15.3324ZM29.2312 15.3324C29.221 15.3012 28.1966 12.1605 29.4415 10.9256C29.4415 10.9256 30.9612 9.8948 31.5209 11.536C31.5209 11.536 32.0528 12.5339 31.3664 13.7243C31.3664 13.7243 31.0017 14.6843 31.0954 15.1553L29.2312 15.3324ZM31.1514 15.7077C31.1488 15.7077 29.3531 15.885 29.3531 15.885V15.8824C29.2822 16.27 29.2467 16.8474 29.3683 17.2273C29.4696 17.5515 29.8749 17.7542 30.1889 17.8023C30.7082 17.8808 31.2957 17.5566 31.3692 17.0196C31.3869 16.893 31.2831 15.695 31.1514 15.7077ZM34.9326 16.3485L34.9327 16.3483L34.9352 16.3485H34.9326ZM34.9327 16.3483L33.0685 16.1712C33.1623 15.7001 32.7975 14.7402 32.7975 14.7402C32.1112 13.5498 32.643 12.5519 32.643 12.5519C33.2028 10.9107 34.7224 11.9415 34.7224 11.9415C35.9674 13.1764 34.9429 16.3171 34.9327 16.3483ZM33.0096 16.7231C33.0121 16.7231 34.8079 16.9004 34.8079 16.9004V16.8978C34.8788 17.2853 34.9142 17.8628 34.7927 18.2427C34.6913 18.5669 34.2861 18.7695 33.972 18.8176C33.4528 18.8962 32.8652 18.572 32.7918 18.035C32.774 17.9084 32.8779 16.7104 33.0096 16.7231Z" fill="white"/>
|
|
9
|
+
</svg>
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path opacity="0.2" d="M49.8032 52.592C49.8032 53.0298 49.3695 53.4467 48.5759 53.8319C45.9762 55.1034 39.4904 56.0001 31.9037 56.0001C27.3946 56.0001 23.2729 55.6823 20.1258 55.156C19.61 55.0676 19.1196 54.9791 18.6606 54.8802C15.7683 54.2761 14 53.474 14 52.5815C14 51.8363 15.2441 51.1542 17.3555 50.5964C18.6943 50.2427 20.3889 49.9354 22.3403 49.6996C23.2771 49.5859 24.2686 49.487 25.3064 49.407C26.0958 49.3502 26.9105 49.2975 27.7504 49.2618C28.9124 49.2091 30.1123 49.1776 31.3564 49.1733H31.8974C34.7287 49.1733 37.4064 49.2975 39.7872 49.5228C40.1346 49.5586 40.4798 49.5902 40.8103 49.6323C41.0313 49.6533 41.2439 49.6786 41.465 49.7059C43.4164 49.9354 45.111 50.2427 46.4582 50.6027C48.5612 51.1648 49.8053 51.8489 49.8053 52.5878V52.592H49.8032Z" fill="#14181C" fill-opacity="0.5"/>
|
|
3
|
+
<path d="M31.931 7H31.8973C30.7226 7.00632 29.7733 7.35997 29.769 7.7894L29.7733 8.79772L34.0402 8.77668L34.036 7.76836C34.0276 7.34103 33.093 7 31.9352 7H31.931Z" fill="#858B91"/>
|
|
4
|
+
<path d="M31.8958 7.70514C30.2518 7.71356 28.9214 8.06932 28.915 8.49876L28.9193 9.5071L34.8914 9.47763L34.8872 8.46928C34.8766 8.04406 33.5736 7.70514 31.9569 7.70514C31.9379 7.70514 31.919 7.70514 31.9 7.70514H31.8958Z" fill="#333D47"/>
|
|
5
|
+
<path d="M21.5408 10.225C20.583 10.9029 20.0062 11.7386 20.2504 12.0944L20.8314 12.9174L24.3132 10.4524L23.73 9.62931C23.6543 9.52616 23.5153 9.47565 23.3301 9.47565C22.8943 9.47565 22.2123 9.74929 21.5387 10.225H21.5408Z" fill="#858B91"/>
|
|
6
|
+
<path d="M21.9444 10.8018C20.6034 11.7512 19.7172 12.8058 19.9593 13.1616L20.5403 13.9847L25.4135 10.5344L24.8304 9.71137C24.7736 9.63558 24.6683 9.59979 24.5252 9.59979C24.0094 9.59979 22.9927 10.0587 21.9444 10.7997V10.8018Z" fill="#333D47"/>
|
|
7
|
+
<path d="M40.0714 9.62931L39.4883 10.4524L42.9701 12.9174L43.5511 12.0944C43.7953 11.7386 43.2185 10.9029 42.2607 10.225C41.587 9.74929 40.905 9.47565 40.4692 9.47565C40.284 9.47565 40.1451 9.52406 40.0693 9.62931H40.0714Z" fill="#858B91"/>
|
|
8
|
+
<path d="M38.9723 9.71314L38.3892 10.5362L43.2624 13.9864L43.8434 13.1634C44.0855 12.8055 43.1993 11.7508 41.8583 10.8014C40.81 10.0605 39.7954 9.60156 39.2775 9.60156C39.1323 9.60156 39.027 9.63736 38.9723 9.71314Z" fill="#333D47"/>
|
|
9
|
+
<path d="M15.5278 24.7711C15.5278 29.1833 17.2729 36.9658 20.1106 43.7779C20.4053 44.4831 20.7105 45.1798 21.0263 45.8598C21.1673 46.1629 21.3105 46.464 21.4557 46.7608C22.1883 48.2575 22.9756 49.6658 23.8092 50.9309C25.8027 52.5203 28.6909 53.5223 31.9011 53.5223C35.1114 53.5223 37.9932 52.5266 39.9846 50.9436C40.8183 49.6784 41.6056 48.2701 42.3402 46.7755C42.4876 46.4745 42.6328 46.1692 42.7781 45.8619C43.0918 45.1862 43.3949 44.4978 43.6875 43.7968C46.5293 36.9784 48.2766 29.1875 48.2766 24.7732C48.2766 15.7298 40.9467 8.3999 31.9032 8.3999C22.8598 8.3999 15.5299 15.7298 15.5299 24.7732L15.5278 24.7711ZM31.0507 51.7351C31.0507 51.2656 31.4317 50.8846 31.9011 50.8846C32.3706 50.8846 32.7516 51.2656 32.7516 51.7351C32.7516 52.2045 32.3706 52.5855 31.9011 52.5855C31.4317 52.5855 31.0507 52.2045 31.0507 51.7351Z" fill="#F7C926"/>
|
|
10
|
+
<path d="M29.5688 44.6748C29.5688 45.9631 30.613 47.0072 31.9013 47.0072C33.1896 47.0072 34.2337 45.9631 34.2337 44.6748C34.2337 43.3865 33.1896 42.3424 31.9013 42.3424C30.613 42.3424 29.5688 43.3865 29.5688 44.6748Z" fill="#666E75"/>
|
|
11
|
+
<path d="M17.5044 24.9945C17.5044 32.9454 23.9501 39.3912 31.901 39.3912C39.8519 39.3912 46.2977 32.9454 46.2977 24.9945C46.2977 17.0437 39.8519 10.5979 31.901 10.5979C23.9501 10.5979 17.5044 17.0437 17.5044 24.9945Z" fill="#666E75"/>
|
|
12
|
+
<path d="M19.1846 24.995C19.1846 32.0343 24.8914 37.7391 31.9287 37.7391C38.966 37.7391 44.6729 32.0343 44.6729 24.995C44.6729 17.9556 38.966 12.2508 31.9287 12.2508C24.8914 12.2508 19.1846 17.9556 19.1846 24.995Z" fill="#FCE8A1"/>
|
|
13
|
+
<path d="M20.1191 24.9948C20.1191 31.5163 25.4071 36.8043 31.9286 36.8043C38.4502 36.8043 43.7381 31.5163 43.7381 24.9948C43.7381 18.4733 38.4502 13.1853 31.9286 13.1853C25.4071 13.1853 20.1191 18.4733 20.1191 24.9948Z" fill="#333D47"/>
|
|
14
|
+
<path d="M24.3683 21.0512C23.8567 21.0512 23.4399 21.4659 23.4399 21.9796V28.0064C23.4399 28.5179 23.8546 28.9347 24.3683 28.9347H39.4385C39.9501 28.9347 40.3669 28.52 40.3669 28.0064V21.9796C40.3669 21.468 39.9522 21.0512 39.4385 21.0512H24.3683Z" fill="#ADB1B5"/>
|
|
15
|
+
<path d="M39.4356 21.0512H24.3654C23.8538 21.0512 23.437 21.4659 23.437 21.9796V22.3395C23.437 21.828 23.8517 21.4112 24.3654 21.4112H39.4356C39.9472 21.4112 40.364 21.8259 40.364 22.3395V21.9796C40.364 21.468 39.9493 21.0512 39.4356 21.0512Z" fill="#858B91"/>
|
|
16
|
+
<path d="M39.4356 28.7536H24.3654C23.8538 28.7536 23.437 28.3389 23.437 27.8253V28.0063C23.437 28.5178 23.8517 28.9346 24.3654 28.9346H39.4356C39.9472 28.9346 40.364 28.5199 40.364 28.0063V27.8253C40.364 28.3368 39.9493 28.7536 39.4356 28.7536Z" fill="#858B91"/>
|
|
17
|
+
<path d="M24.9766 22.5355L25.5407 23.0344V24.5963L24.9766 25.1394V22.5355Z" fill="#333D47"/>
|
|
18
|
+
<path d="M24.9766 25.3262L25.5407 25.8251V27.3871L24.9766 27.9302V25.3262Z" fill="#333D47"/>
|
|
19
|
+
<path d="M27.4738 22.5355L26.9097 23.0344V24.5963L27.4738 25.1394V22.5355Z" fill="#333D47"/>
|
|
20
|
+
<path d="M25.0273 22.4258L25.6294 22.9899H26.8019L27.4377 22.4258H25.0294H25.0273Z" fill="#333D47"/>
|
|
21
|
+
<path d="M25.0273 28.0252L25.6294 27.461H26.8019L27.4377 28.0252H25.0294H25.0273Z" fill="#333D47"/>
|
|
22
|
+
<path d="M27.4738 25.3262L26.9097 25.8251V27.3871L27.4738 27.9302V25.3262Z" fill="#333D47"/>
|
|
23
|
+
<path d="M28.5654 22.5355L29.1296 23.0344V24.5963L28.5654 25.1394V22.5355Z" fill="#333D47"/>
|
|
24
|
+
<path d="M28.5654 25.3262L29.1296 25.8251V27.3871L28.5654 27.9302V25.3262Z" fill="#333D47"/>
|
|
25
|
+
<path d="M31.0627 22.5355L30.4985 23.0344V24.5963L31.0627 25.1394V22.5355Z" fill="#333D47"/>
|
|
26
|
+
<path d="M28.6143 22.4258L29.2163 22.9899H30.3888L31.0246 22.4258H28.6164H28.6143Z" fill="#333D47"/>
|
|
27
|
+
<path d="M28.6143 28.0252L29.2163 27.461H30.3888L31.0246 28.0252H28.6164H28.6143Z" fill="#333D47"/>
|
|
28
|
+
<path d="M31.0627 25.3262L30.4985 25.8251V27.3871L31.0627 27.9302V25.3262Z" fill="#333D47"/>
|
|
29
|
+
<path d="M31.896 22.5355L32.4602 23.0344V24.5963L31.896 25.1394V22.5355Z" fill="#333D47"/>
|
|
30
|
+
<path d="M31.896 25.3262L32.4602 25.8251V27.3871L31.896 27.9302V25.3262Z" fill="#333D47"/>
|
|
31
|
+
<path d="M34.3933 22.5355L33.8291 23.0344V24.5963L34.3933 25.1394V22.5355Z" fill="#333D47"/>
|
|
32
|
+
<path d="M31.9468 22.4258L32.5488 22.9899H33.7214L34.3571 22.4258H31.9489H31.9468Z" fill="#333D47"/>
|
|
33
|
+
<path d="M31.9468 28.0252L32.5488 27.461H33.7214L34.3571 28.0252H31.9489H31.9468Z" fill="#333D47"/>
|
|
34
|
+
<path d="M34.3933 25.3262L33.8291 25.8251V27.3871L34.3933 27.9302V25.3262Z" fill="#333D47"/>
|
|
35
|
+
<path d="M35.1626 24.5055L35.5247 24.8254V25.8275L35.1626 26.1748V24.5055Z" fill="#333D47"/>
|
|
36
|
+
<path d="M35.1626 26.295L35.5247 26.6149V27.617L35.1626 27.9643V26.295Z" fill="#333D47"/>
|
|
37
|
+
<path d="M36.7625 24.5055L36.4004 24.8254V25.8275L36.7625 26.1748V24.5055Z" fill="#333D47"/>
|
|
38
|
+
<path d="M35.1945 24.436L35.5797 24.798H36.3312L36.7375 24.436H35.1924H35.1945Z" fill="#333D47"/>
|
|
39
|
+
<path d="M35.1945 28.0253L35.5797 27.6633H36.3312L36.7375 28.0253H35.1924H35.1945Z" fill="#333D47"/>
|
|
40
|
+
<path d="M36.7625 26.295L36.4004 26.6149V27.617L36.7625 27.9643V26.295Z" fill="#333D47"/>
|
|
41
|
+
<path d="M37.167 24.5055L37.5291 24.8254V25.8275L37.167 26.1748V24.5055Z" fill="#333D47"/>
|
|
42
|
+
<path d="M37.167 26.295L37.5291 26.6149V27.617L37.167 27.9643V26.295Z" fill="#333D47"/>
|
|
43
|
+
<path d="M38.7698 24.5055L38.4077 24.8254V25.8275L38.7698 26.1748V24.5055Z" fill="#333D47"/>
|
|
44
|
+
<path d="M37.1989 24.436L37.5841 24.798H38.3356L38.7419 24.436H37.1968H37.1989Z" fill="#333D47"/>
|
|
45
|
+
<path d="M37.1989 28.0253L37.5841 27.6633H38.3356L38.7419 28.0253H37.1968H37.1989Z" fill="#333D47"/>
|
|
46
|
+
<path d="M38.7698 26.295L38.4077 26.6149V27.617L38.7698 27.9643V26.295Z" fill="#333D47"/>
|
|
47
|
+
<path d="M28.24 26.0945H27.8379V26.4966H28.24V26.0945Z" fill="#333D47"/>
|
|
48
|
+
<path d="M28.24 23.7814H27.8379V24.1835H28.24V23.7814Z" fill="#333D47"/>
|
|
49
|
+
</svg>
|