@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,522 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
var __assign = this && this.__assign || function () {
|
|
4
|
+
__assign = Object.assign || function (t) {
|
|
5
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
6
|
+
s = arguments[i];
|
|
7
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
8
|
+
}
|
|
9
|
+
return t;
|
|
10
|
+
};
|
|
11
|
+
return __assign.apply(this, arguments);
|
|
12
|
+
};
|
|
13
|
+
Object.defineProperty(exports, '__esModule', {
|
|
14
|
+
value: true
|
|
15
|
+
});
|
|
16
|
+
var jsx_runtime_1 = require('react/jsx-runtime');
|
|
17
|
+
/**
|
|
18
|
+
*
|
|
19
|
+
* General Icons
|
|
20
|
+
* @format
|
|
21
|
+
*
|
|
22
|
+
*/
|
|
23
|
+
var react_1 = require('react');
|
|
24
|
+
var ai_svg_1 = require("./ai.svg");
|
|
25
|
+
var alarm_solid_svg_1 = require("./alarm-solid.svg");
|
|
26
|
+
var alarm_svg_1 = require("./alarm.svg");
|
|
27
|
+
var album_svg_1 = require("./album.svg");
|
|
28
|
+
var alert_solid_svg_1 = require("./alert-solid.svg");
|
|
29
|
+
var alert_svg_1 = require("./alert.svg");
|
|
30
|
+
var award_svg_1 = require("./award.svg");
|
|
31
|
+
var birthday_svg_1 = require("./birthday.svg");
|
|
32
|
+
var block_svg_1 = require("./block.svg");
|
|
33
|
+
var bulb_svg_1 = require("./bulb.svg");
|
|
34
|
+
var business_svg_1 = require("./business.svg");
|
|
35
|
+
var calendar_retake_svg_1 = require("./calendar-retake.svg");
|
|
36
|
+
var calendar_solid_svg_1 = require("./calendar-solid.svg");
|
|
37
|
+
var calendar_svg_1 = require("./calendar.svg");
|
|
38
|
+
var chart_svg_1 = require("./chart.svg");
|
|
39
|
+
var chatbot_svg_1 = require("./chatbot.svg");
|
|
40
|
+
var comment_svg_1 = require("./comment.svg");
|
|
41
|
+
var contact_list_solid_svg_1 = require("./contact-list-solid.svg");
|
|
42
|
+
var countdown_svg_1 = require("./countdown.svg");
|
|
43
|
+
var coupon_solid_svg_1 = require("./coupon-solid.svg");
|
|
44
|
+
var coupon_svg_1 = require("./coupon.svg");
|
|
45
|
+
var decrease_svg_1 = require("./decrease.svg");
|
|
46
|
+
var default_svg_1 = require("./default.svg");
|
|
47
|
+
var delete_text_svg_1 = require("./delete-text.svg");
|
|
48
|
+
var discount_svg_1 = require("./discount.svg");
|
|
49
|
+
var earn_points_svg_1 = require("./earn-points.svg");
|
|
50
|
+
var enquiry_solid_svg_1 = require("./enquiry-solid.svg");
|
|
51
|
+
var enquiry_svg_1 = require("./enquiry.svg");
|
|
52
|
+
var exercise_event_svg_1 = require("./exercise-event.svg");
|
|
53
|
+
var expired_svg_1 = require("./expired.svg");
|
|
54
|
+
var file_svg_1 = require("./file.svg");
|
|
55
|
+
var flash_svg_1 = require("./flash.svg");
|
|
56
|
+
var folder_bookmark_svg_1 = require("./folder-bookmark.svg");
|
|
57
|
+
var folder_search_svg_1 = require("./folder-search.svg");
|
|
58
|
+
var gift_svg_1 = require("./gift.svg");
|
|
59
|
+
var globe_svg_1 = require("./globe.svg");
|
|
60
|
+
var goal_svg_1 = require("./goal.svg");
|
|
61
|
+
var goals_solid_svg_1 = require("./goals-solid.svg");
|
|
62
|
+
var group_svg_1 = require("./group.svg");
|
|
63
|
+
var increase_svg_1 = require("./increase.svg");
|
|
64
|
+
var laptop_solid_svg_1 = require("./laptop-solid.svg");
|
|
65
|
+
var laptop_svg_1 = require("./laptop.svg");
|
|
66
|
+
var like_solid_svg_1 = require("./like-solid.svg");
|
|
67
|
+
var like_svg_1 = require("./like.svg");
|
|
68
|
+
var list_svg_1 = require("./list.svg");
|
|
69
|
+
var map_solid_svg_1 = require("./map-solid.svg");
|
|
70
|
+
var map_svg_1 = require("./map.svg");
|
|
71
|
+
var medal_solid_svg_1 = require("./medal-solid.svg");
|
|
72
|
+
var medal_svg_1 = require("./medal.svg");
|
|
73
|
+
var meetup_svg_1 = require("./meetup.svg");
|
|
74
|
+
var membership_card_solid_svg_1 = require("./membership-card-solid.svg");
|
|
75
|
+
var membership_card_svg_1 = require("./membership-card.svg");
|
|
76
|
+
var notes_solid_svg_1 = require("./notes-solid.svg");
|
|
77
|
+
var notes_svg_1 = require("./notes.svg");
|
|
78
|
+
var notification_new_svg_1 = require("./notification-new.svg");
|
|
79
|
+
var notification_off_svg_1 = require("./notification-off.svg");
|
|
80
|
+
var notification_solid_svg_1 = require("./notification-solid.svg");
|
|
81
|
+
var notification_svg_1 = require("./notification.svg");
|
|
82
|
+
var photo_svg_1 = require("./photo.svg");
|
|
83
|
+
var podcast_svg_1 = require("./podcast.svg");
|
|
84
|
+
var popular_solid_svg_1 = require("./popular-solid.svg");
|
|
85
|
+
var popular_svg_1 = require("./popular.svg");
|
|
86
|
+
var post_office_svg_1 = require("./post-office.svg");
|
|
87
|
+
var protect_solid_svg_1 = require("./protect-solid.svg");
|
|
88
|
+
var protect_svg_1 = require("./protect.svg");
|
|
89
|
+
var push_notification_svg_1 = require("./push-notification.svg");
|
|
90
|
+
var qr_svg_1 = require("./qr.svg");
|
|
91
|
+
var question_solid_svg_1 = require("./question-solid.svg");
|
|
92
|
+
var question_svg_1 = require("./question.svg");
|
|
93
|
+
var read_solid_svg_1 = require("./read-solid.svg");
|
|
94
|
+
var read_svg_1 = require("./read.svg");
|
|
95
|
+
var report_svg_1 = require("./report.svg");
|
|
96
|
+
var slide_show_svg_1 = require("./slide-show.svg");
|
|
97
|
+
var speed_svg_1 = require("./speed.svg");
|
|
98
|
+
var swipe_svg_1 = require("./swipe.svg");
|
|
99
|
+
var time_solid_svg_1 = require("./time-solid.svg");
|
|
100
|
+
var time_svg_1 = require("./time.svg");
|
|
101
|
+
var video_solid_svg_1 = require("./video-solid.svg");
|
|
102
|
+
var video_svg_1 = require("./video.svg");
|
|
103
|
+
var warning_svg_1 = require("./warning.svg");
|
|
104
|
+
var GeneralIcons = function (name, extraStyle, width, height, fillColor) {
|
|
105
|
+
var widthProps = {};
|
|
106
|
+
var heightProps = {};
|
|
107
|
+
if (width) {
|
|
108
|
+
widthProps = {
|
|
109
|
+
width: width
|
|
110
|
+
};
|
|
111
|
+
}
|
|
112
|
+
if (height) {
|
|
113
|
+
heightProps = {
|
|
114
|
+
height: height
|
|
115
|
+
};
|
|
116
|
+
}
|
|
117
|
+
var icons = {
|
|
118
|
+
ai: (0, jsx_runtime_1.jsx)(ai_svg_1.default, __assign({
|
|
119
|
+
style: extraStyle
|
|
120
|
+
}, widthProps, heightProps, {
|
|
121
|
+
fill: fillColor
|
|
122
|
+
})),
|
|
123
|
+
alarm_solid: (0, jsx_runtime_1.jsx)(alarm_solid_svg_1.default, __assign({
|
|
124
|
+
style: extraStyle
|
|
125
|
+
}, widthProps, heightProps, {
|
|
126
|
+
fill: fillColor
|
|
127
|
+
})),
|
|
128
|
+
alarm: (0, jsx_runtime_1.jsx)(alarm_svg_1.default, __assign({
|
|
129
|
+
style: extraStyle
|
|
130
|
+
}, widthProps, heightProps, {
|
|
131
|
+
fill: fillColor
|
|
132
|
+
})),
|
|
133
|
+
album: (0, jsx_runtime_1.jsx)(album_svg_1.default, __assign({
|
|
134
|
+
style: extraStyle
|
|
135
|
+
}, widthProps, heightProps, {
|
|
136
|
+
fill: fillColor
|
|
137
|
+
})),
|
|
138
|
+
alert_solid: (0, jsx_runtime_1.jsx)(alert_solid_svg_1.default, __assign({
|
|
139
|
+
style: extraStyle
|
|
140
|
+
}, widthProps, heightProps, {
|
|
141
|
+
fill: fillColor
|
|
142
|
+
})),
|
|
143
|
+
alert: (0, jsx_runtime_1.jsx)(alert_svg_1.default, __assign({
|
|
144
|
+
style: extraStyle
|
|
145
|
+
}, widthProps, heightProps, {
|
|
146
|
+
fill: fillColor
|
|
147
|
+
})),
|
|
148
|
+
award: (0, jsx_runtime_1.jsx)(award_svg_1.default, __assign({
|
|
149
|
+
style: extraStyle
|
|
150
|
+
}, widthProps, heightProps, {
|
|
151
|
+
fill: fillColor
|
|
152
|
+
})),
|
|
153
|
+
birthday: (0, jsx_runtime_1.jsx)(birthday_svg_1.default, __assign({
|
|
154
|
+
style: extraStyle
|
|
155
|
+
}, widthProps, heightProps, {
|
|
156
|
+
fill: fillColor
|
|
157
|
+
})),
|
|
158
|
+
block: (0, jsx_runtime_1.jsx)(block_svg_1.default, __assign({
|
|
159
|
+
style: extraStyle
|
|
160
|
+
}, widthProps, heightProps, {
|
|
161
|
+
fill: fillColor
|
|
162
|
+
})),
|
|
163
|
+
bulb: (0, jsx_runtime_1.jsx)(bulb_svg_1.default, __assign({
|
|
164
|
+
style: extraStyle
|
|
165
|
+
}, widthProps, heightProps, {
|
|
166
|
+
fill: fillColor
|
|
167
|
+
})),
|
|
168
|
+
business: (0, jsx_runtime_1.jsx)(business_svg_1.default, __assign({
|
|
169
|
+
style: extraStyle
|
|
170
|
+
}, widthProps, heightProps, {
|
|
171
|
+
fill: fillColor
|
|
172
|
+
})),
|
|
173
|
+
calendar_retake: (0, jsx_runtime_1.jsx)(calendar_retake_svg_1.default, __assign({
|
|
174
|
+
style: extraStyle
|
|
175
|
+
}, widthProps, heightProps, {
|
|
176
|
+
fill: fillColor
|
|
177
|
+
})),
|
|
178
|
+
calendar_solid: (0, jsx_runtime_1.jsx)(calendar_solid_svg_1.default, __assign({
|
|
179
|
+
style: extraStyle
|
|
180
|
+
}, widthProps, heightProps, {
|
|
181
|
+
fill: fillColor
|
|
182
|
+
})),
|
|
183
|
+
calendar: (0, jsx_runtime_1.jsx)(calendar_svg_1.default, __assign({
|
|
184
|
+
style: extraStyle
|
|
185
|
+
}, widthProps, heightProps, {
|
|
186
|
+
fill: fillColor
|
|
187
|
+
})),
|
|
188
|
+
chart: (0, jsx_runtime_1.jsx)(chart_svg_1.default, __assign({
|
|
189
|
+
style: extraStyle
|
|
190
|
+
}, widthProps, heightProps, {
|
|
191
|
+
fill: fillColor
|
|
192
|
+
})),
|
|
193
|
+
chatbot: (0, jsx_runtime_1.jsx)(chatbot_svg_1.default, __assign({
|
|
194
|
+
style: extraStyle
|
|
195
|
+
}, widthProps, heightProps, {
|
|
196
|
+
fill: fillColor
|
|
197
|
+
})),
|
|
198
|
+
comment: (0, jsx_runtime_1.jsx)(comment_svg_1.default, __assign({
|
|
199
|
+
style: extraStyle
|
|
200
|
+
}, widthProps, heightProps, {
|
|
201
|
+
fill: fillColor
|
|
202
|
+
})),
|
|
203
|
+
contact_list_solid: (0, jsx_runtime_1.jsx)(contact_list_solid_svg_1.default, __assign({
|
|
204
|
+
style: extraStyle
|
|
205
|
+
}, widthProps, heightProps, {
|
|
206
|
+
fill: fillColor
|
|
207
|
+
})),
|
|
208
|
+
countdown: (0, jsx_runtime_1.jsx)(countdown_svg_1.default, __assign({
|
|
209
|
+
style: extraStyle
|
|
210
|
+
}, widthProps, heightProps, {
|
|
211
|
+
fill: fillColor
|
|
212
|
+
})),
|
|
213
|
+
coupon_solid: (0, jsx_runtime_1.jsx)(coupon_solid_svg_1.default, __assign({
|
|
214
|
+
style: extraStyle
|
|
215
|
+
}, widthProps, heightProps, {
|
|
216
|
+
fill: fillColor
|
|
217
|
+
})),
|
|
218
|
+
coupon: (0, jsx_runtime_1.jsx)(coupon_svg_1.default, __assign({
|
|
219
|
+
style: extraStyle
|
|
220
|
+
}, widthProps, heightProps, {
|
|
221
|
+
fill: fillColor
|
|
222
|
+
})),
|
|
223
|
+
decrease: (0, jsx_runtime_1.jsx)(decrease_svg_1.default, __assign({
|
|
224
|
+
style: extraStyle
|
|
225
|
+
}, widthProps, heightProps, {
|
|
226
|
+
fill: fillColor
|
|
227
|
+
})),
|
|
228
|
+
default: (0, jsx_runtime_1.jsx)(default_svg_1.default, __assign({
|
|
229
|
+
style: extraStyle
|
|
230
|
+
}, widthProps, heightProps, {
|
|
231
|
+
fill: fillColor
|
|
232
|
+
})),
|
|
233
|
+
delete_text: (0, jsx_runtime_1.jsx)(delete_text_svg_1.default, __assign({
|
|
234
|
+
style: extraStyle
|
|
235
|
+
}, widthProps, heightProps, {
|
|
236
|
+
fill: fillColor
|
|
237
|
+
})),
|
|
238
|
+
discount: (0, jsx_runtime_1.jsx)(discount_svg_1.default, __assign({
|
|
239
|
+
style: extraStyle
|
|
240
|
+
}, widthProps, heightProps, {
|
|
241
|
+
fill: fillColor
|
|
242
|
+
})),
|
|
243
|
+
earn_points: (0, jsx_runtime_1.jsx)(earn_points_svg_1.default, __assign({
|
|
244
|
+
style: extraStyle
|
|
245
|
+
}, widthProps, heightProps, {
|
|
246
|
+
fill: fillColor
|
|
247
|
+
})),
|
|
248
|
+
enquiry_solid: (0, jsx_runtime_1.jsx)(enquiry_solid_svg_1.default, __assign({
|
|
249
|
+
style: extraStyle
|
|
250
|
+
}, widthProps, heightProps, {
|
|
251
|
+
fill: fillColor
|
|
252
|
+
})),
|
|
253
|
+
enquiry: (0, jsx_runtime_1.jsx)(enquiry_svg_1.default, __assign({
|
|
254
|
+
style: extraStyle
|
|
255
|
+
}, widthProps, heightProps, {
|
|
256
|
+
fill: fillColor
|
|
257
|
+
})),
|
|
258
|
+
exercise_event: (0, jsx_runtime_1.jsx)(exercise_event_svg_1.default, __assign({
|
|
259
|
+
style: extraStyle
|
|
260
|
+
}, widthProps, heightProps, {
|
|
261
|
+
fill: fillColor
|
|
262
|
+
})),
|
|
263
|
+
expired: (0, jsx_runtime_1.jsx)(expired_svg_1.default, __assign({
|
|
264
|
+
style: extraStyle
|
|
265
|
+
}, widthProps, heightProps, {
|
|
266
|
+
fill: fillColor
|
|
267
|
+
})),
|
|
268
|
+
file: (0, jsx_runtime_1.jsx)(file_svg_1.default, __assign({
|
|
269
|
+
style: extraStyle
|
|
270
|
+
}, widthProps, heightProps, {
|
|
271
|
+
fill: fillColor
|
|
272
|
+
})),
|
|
273
|
+
flash: (0, jsx_runtime_1.jsx)(flash_svg_1.default, __assign({
|
|
274
|
+
style: extraStyle
|
|
275
|
+
}, widthProps, heightProps, {
|
|
276
|
+
fill: fillColor
|
|
277
|
+
})),
|
|
278
|
+
folder_bookmark: (0, jsx_runtime_1.jsx)(folder_bookmark_svg_1.default, __assign({
|
|
279
|
+
style: extraStyle
|
|
280
|
+
}, widthProps, heightProps, {
|
|
281
|
+
fill: fillColor
|
|
282
|
+
})),
|
|
283
|
+
folder_search: (0, jsx_runtime_1.jsx)(folder_search_svg_1.default, __assign({
|
|
284
|
+
style: extraStyle
|
|
285
|
+
}, widthProps, heightProps, {
|
|
286
|
+
fill: fillColor
|
|
287
|
+
})),
|
|
288
|
+
gift: (0, jsx_runtime_1.jsx)(gift_svg_1.default, __assign({
|
|
289
|
+
style: extraStyle
|
|
290
|
+
}, widthProps, heightProps, {
|
|
291
|
+
fill: fillColor
|
|
292
|
+
})),
|
|
293
|
+
globe: (0, jsx_runtime_1.jsx)(globe_svg_1.default, __assign({
|
|
294
|
+
style: extraStyle
|
|
295
|
+
}, widthProps, heightProps, {
|
|
296
|
+
fill: fillColor
|
|
297
|
+
})),
|
|
298
|
+
goal: (0, jsx_runtime_1.jsx)(goal_svg_1.default, __assign({
|
|
299
|
+
style: extraStyle
|
|
300
|
+
}, widthProps, heightProps, {
|
|
301
|
+
fill: fillColor
|
|
302
|
+
})),
|
|
303
|
+
goals_solid: (0, jsx_runtime_1.jsx)(goals_solid_svg_1.default, __assign({
|
|
304
|
+
style: extraStyle
|
|
305
|
+
}, widthProps, heightProps, {
|
|
306
|
+
fill: fillColor
|
|
307
|
+
})),
|
|
308
|
+
group: (0, jsx_runtime_1.jsx)(group_svg_1.default, __assign({
|
|
309
|
+
style: extraStyle
|
|
310
|
+
}, widthProps, heightProps, {
|
|
311
|
+
fill: fillColor
|
|
312
|
+
})),
|
|
313
|
+
increase: (0, jsx_runtime_1.jsx)(increase_svg_1.default, __assign({
|
|
314
|
+
style: extraStyle
|
|
315
|
+
}, widthProps, heightProps, {
|
|
316
|
+
fill: fillColor
|
|
317
|
+
})),
|
|
318
|
+
laptop_solid: (0, jsx_runtime_1.jsx)(laptop_solid_svg_1.default, __assign({
|
|
319
|
+
style: extraStyle
|
|
320
|
+
}, widthProps, heightProps, {
|
|
321
|
+
fill: fillColor
|
|
322
|
+
})),
|
|
323
|
+
laptop: (0, jsx_runtime_1.jsx)(laptop_svg_1.default, __assign({
|
|
324
|
+
style: extraStyle
|
|
325
|
+
}, widthProps, heightProps, {
|
|
326
|
+
fill: fillColor
|
|
327
|
+
})),
|
|
328
|
+
like_solid: (0, jsx_runtime_1.jsx)(like_solid_svg_1.default, __assign({
|
|
329
|
+
style: extraStyle
|
|
330
|
+
}, widthProps, heightProps, {
|
|
331
|
+
fill: fillColor
|
|
332
|
+
})),
|
|
333
|
+
like: (0, jsx_runtime_1.jsx)(like_svg_1.default, __assign({
|
|
334
|
+
style: extraStyle
|
|
335
|
+
}, widthProps, heightProps, {
|
|
336
|
+
fill: fillColor
|
|
337
|
+
})),
|
|
338
|
+
list: (0, jsx_runtime_1.jsx)(list_svg_1.default, __assign({
|
|
339
|
+
style: extraStyle
|
|
340
|
+
}, widthProps, heightProps, {
|
|
341
|
+
fill: fillColor
|
|
342
|
+
})),
|
|
343
|
+
map_solid: (0, jsx_runtime_1.jsx)(map_solid_svg_1.default, __assign({
|
|
344
|
+
style: extraStyle
|
|
345
|
+
}, widthProps, heightProps, {
|
|
346
|
+
fill: fillColor
|
|
347
|
+
})),
|
|
348
|
+
map: (0, jsx_runtime_1.jsx)(map_svg_1.default, __assign({
|
|
349
|
+
style: extraStyle
|
|
350
|
+
}, widthProps, heightProps, {
|
|
351
|
+
fill: fillColor
|
|
352
|
+
})),
|
|
353
|
+
medal_solid: (0, jsx_runtime_1.jsx)(medal_solid_svg_1.default, __assign({
|
|
354
|
+
style: extraStyle
|
|
355
|
+
}, widthProps, heightProps, {
|
|
356
|
+
fill: fillColor
|
|
357
|
+
})),
|
|
358
|
+
medal: (0, jsx_runtime_1.jsx)(medal_svg_1.default, __assign({
|
|
359
|
+
style: extraStyle
|
|
360
|
+
}, widthProps, heightProps, {
|
|
361
|
+
fill: fillColor
|
|
362
|
+
})),
|
|
363
|
+
meetup: (0, jsx_runtime_1.jsx)(meetup_svg_1.default, __assign({
|
|
364
|
+
style: extraStyle
|
|
365
|
+
}, widthProps, heightProps, {
|
|
366
|
+
fill: fillColor
|
|
367
|
+
})),
|
|
368
|
+
membership_card_solid: (0, jsx_runtime_1.jsx)(membership_card_solid_svg_1.default, __assign({
|
|
369
|
+
style: extraStyle
|
|
370
|
+
}, widthProps, heightProps, {
|
|
371
|
+
fill: fillColor
|
|
372
|
+
})),
|
|
373
|
+
membership_card: (0, jsx_runtime_1.jsx)(membership_card_svg_1.default, __assign({
|
|
374
|
+
style: extraStyle
|
|
375
|
+
}, widthProps, heightProps, {
|
|
376
|
+
fill: fillColor
|
|
377
|
+
})),
|
|
378
|
+
notes_solid: (0, jsx_runtime_1.jsx)(notes_solid_svg_1.default, __assign({
|
|
379
|
+
style: extraStyle
|
|
380
|
+
}, widthProps, heightProps, {
|
|
381
|
+
fill: fillColor
|
|
382
|
+
})),
|
|
383
|
+
notes: (0, jsx_runtime_1.jsx)(notes_svg_1.default, __assign({
|
|
384
|
+
style: extraStyle
|
|
385
|
+
}, widthProps, heightProps, {
|
|
386
|
+
fill: fillColor
|
|
387
|
+
})),
|
|
388
|
+
notification_new: (0, jsx_runtime_1.jsx)(notification_new_svg_1.default, __assign({
|
|
389
|
+
style: extraStyle
|
|
390
|
+
}, widthProps, heightProps, {
|
|
391
|
+
fill: fillColor
|
|
392
|
+
})),
|
|
393
|
+
notification_off: (0, jsx_runtime_1.jsx)(notification_off_svg_1.default, __assign({
|
|
394
|
+
style: extraStyle
|
|
395
|
+
}, widthProps, heightProps, {
|
|
396
|
+
fill: fillColor
|
|
397
|
+
})),
|
|
398
|
+
notification_solid: (0, jsx_runtime_1.jsx)(notification_solid_svg_1.default, __assign({
|
|
399
|
+
style: extraStyle
|
|
400
|
+
}, widthProps, heightProps, {
|
|
401
|
+
fill: fillColor
|
|
402
|
+
})),
|
|
403
|
+
notification: (0, jsx_runtime_1.jsx)(notification_svg_1.default, __assign({
|
|
404
|
+
style: extraStyle
|
|
405
|
+
}, widthProps, heightProps, {
|
|
406
|
+
fill: fillColor
|
|
407
|
+
})),
|
|
408
|
+
photo: (0, jsx_runtime_1.jsx)(photo_svg_1.default, __assign({
|
|
409
|
+
style: extraStyle
|
|
410
|
+
}, widthProps, heightProps, {
|
|
411
|
+
fill: fillColor
|
|
412
|
+
})),
|
|
413
|
+
podcast: (0, jsx_runtime_1.jsx)(podcast_svg_1.default, __assign({
|
|
414
|
+
style: extraStyle
|
|
415
|
+
}, widthProps, heightProps, {
|
|
416
|
+
fill: fillColor
|
|
417
|
+
})),
|
|
418
|
+
popular_solid: (0, jsx_runtime_1.jsx)(popular_solid_svg_1.default, __assign({
|
|
419
|
+
style: extraStyle
|
|
420
|
+
}, widthProps, heightProps, {
|
|
421
|
+
fill: fillColor
|
|
422
|
+
})),
|
|
423
|
+
popular: (0, jsx_runtime_1.jsx)(popular_svg_1.default, __assign({
|
|
424
|
+
style: extraStyle
|
|
425
|
+
}, widthProps, heightProps, {
|
|
426
|
+
fill: fillColor
|
|
427
|
+
})),
|
|
428
|
+
post_office: (0, jsx_runtime_1.jsx)(post_office_svg_1.default, __assign({
|
|
429
|
+
style: extraStyle
|
|
430
|
+
}, widthProps, heightProps, {
|
|
431
|
+
fill: fillColor
|
|
432
|
+
})),
|
|
433
|
+
protect_solid: (0, jsx_runtime_1.jsx)(protect_solid_svg_1.default, __assign({
|
|
434
|
+
style: extraStyle
|
|
435
|
+
}, widthProps, heightProps, {
|
|
436
|
+
fill: fillColor
|
|
437
|
+
})),
|
|
438
|
+
protect: (0, jsx_runtime_1.jsx)(protect_svg_1.default, __assign({
|
|
439
|
+
style: extraStyle
|
|
440
|
+
}, widthProps, heightProps, {
|
|
441
|
+
fill: fillColor
|
|
442
|
+
})),
|
|
443
|
+
push_notification: (0, jsx_runtime_1.jsx)(push_notification_svg_1.default, __assign({
|
|
444
|
+
style: extraStyle
|
|
445
|
+
}, widthProps, heightProps, {
|
|
446
|
+
fill: fillColor
|
|
447
|
+
})),
|
|
448
|
+
qr: (0, jsx_runtime_1.jsx)(qr_svg_1.default, __assign({
|
|
449
|
+
style: extraStyle
|
|
450
|
+
}, widthProps, heightProps, {
|
|
451
|
+
fill: fillColor
|
|
452
|
+
})),
|
|
453
|
+
question_solid: (0, jsx_runtime_1.jsx)(question_solid_svg_1.default, __assign({
|
|
454
|
+
style: extraStyle
|
|
455
|
+
}, widthProps, heightProps, {
|
|
456
|
+
fill: fillColor
|
|
457
|
+
})),
|
|
458
|
+
question: (0, jsx_runtime_1.jsx)(question_svg_1.default, __assign({
|
|
459
|
+
style: extraStyle
|
|
460
|
+
}, widthProps, heightProps, {
|
|
461
|
+
fill: fillColor
|
|
462
|
+
})),
|
|
463
|
+
read_solid: (0, jsx_runtime_1.jsx)(read_solid_svg_1.default, __assign({
|
|
464
|
+
style: extraStyle
|
|
465
|
+
}, widthProps, heightProps, {
|
|
466
|
+
fill: fillColor
|
|
467
|
+
})),
|
|
468
|
+
read: (0, jsx_runtime_1.jsx)(read_svg_1.default, __assign({
|
|
469
|
+
style: extraStyle
|
|
470
|
+
}, widthProps, heightProps, {
|
|
471
|
+
fill: fillColor
|
|
472
|
+
})),
|
|
473
|
+
report: (0, jsx_runtime_1.jsx)(report_svg_1.default, __assign({
|
|
474
|
+
style: extraStyle
|
|
475
|
+
}, widthProps, heightProps, {
|
|
476
|
+
fill: fillColor
|
|
477
|
+
})),
|
|
478
|
+
slide_show: (0, jsx_runtime_1.jsx)(slide_show_svg_1.default, __assign({
|
|
479
|
+
style: extraStyle
|
|
480
|
+
}, widthProps, heightProps, {
|
|
481
|
+
fill: fillColor
|
|
482
|
+
})),
|
|
483
|
+
speed: (0, jsx_runtime_1.jsx)(speed_svg_1.default, __assign({
|
|
484
|
+
style: extraStyle
|
|
485
|
+
}, widthProps, heightProps, {
|
|
486
|
+
fill: fillColor
|
|
487
|
+
})),
|
|
488
|
+
swipe: (0, jsx_runtime_1.jsx)(swipe_svg_1.default, __assign({
|
|
489
|
+
style: extraStyle
|
|
490
|
+
}, widthProps, heightProps, {
|
|
491
|
+
fill: fillColor
|
|
492
|
+
})),
|
|
493
|
+
time_solid: (0, jsx_runtime_1.jsx)(time_solid_svg_1.default, __assign({
|
|
494
|
+
style: extraStyle
|
|
495
|
+
}, widthProps, heightProps, {
|
|
496
|
+
fill: fillColor
|
|
497
|
+
})),
|
|
498
|
+
time: (0, jsx_runtime_1.jsx)(time_svg_1.default, __assign({
|
|
499
|
+
style: extraStyle
|
|
500
|
+
}, widthProps, heightProps, {
|
|
501
|
+
fill: fillColor
|
|
502
|
+
})),
|
|
503
|
+
video_solid: (0, jsx_runtime_1.jsx)(video_solid_svg_1.default, __assign({
|
|
504
|
+
style: extraStyle
|
|
505
|
+
}, widthProps, heightProps, {
|
|
506
|
+
fill: fillColor
|
|
507
|
+
})),
|
|
508
|
+
video: (0, jsx_runtime_1.jsx)(video_svg_1.default, __assign({
|
|
509
|
+
style: extraStyle
|
|
510
|
+
}, widthProps, heightProps, {
|
|
511
|
+
fill: fillColor
|
|
512
|
+
})),
|
|
513
|
+
warning: (0, jsx_runtime_1.jsx)(warning_svg_1.default, __assign({
|
|
514
|
+
style: extraStyle
|
|
515
|
+
}, widthProps, heightProps, {
|
|
516
|
+
fill: fillColor
|
|
517
|
+
}))
|
|
518
|
+
};
|
|
519
|
+
return icons[name];
|
|
520
|
+
};
|
|
521
|
+
exports.default = GeneralIcons;
|
|
522
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["__assign","Object","assign","t","s","i","n","arguments","length","p","prototype","hasOwnProperty","call","apply","defineProperty","exports","value","jsx_runtime_1","require","react_1","ai_svg_1","alarm_solid_svg_1","alarm_svg_1","album_svg_1","alert_solid_svg_1","alert_svg_1","award_svg_1","birthday_svg_1","block_svg_1","bulb_svg_1","business_svg_1","calendar_retake_svg_1","calendar_solid_svg_1","calendar_svg_1","chart_svg_1","chatbot_svg_1","comment_svg_1","contact_list_solid_svg_1","countdown_svg_1","coupon_solid_svg_1","coupon_svg_1","decrease_svg_1","default_svg_1","delete_text_svg_1","discount_svg_1","earn_points_svg_1","enquiry_solid_svg_1","enquiry_svg_1","exercise_event_svg_1","expired_svg_1","file_svg_1","flash_svg_1","folder_bookmark_svg_1","folder_search_svg_1","gift_svg_1","globe_svg_1","goal_svg_1","goals_solid_svg_1","group_svg_1","increase_svg_1","laptop_solid_svg_1","laptop_svg_1","like_solid_svg_1","like_svg_1","list_svg_1","map_solid_svg_1","map_svg_1","medal_solid_svg_1","medal_svg_1","meetup_svg_1","membership_card_solid_svg_1","membership_card_svg_1","notes_solid_svg_1","notes_svg_1","notification_new_svg_1","notification_off_svg_1","notification_solid_svg_1","notification_svg_1","photo_svg_1","podcast_svg_1","popular_solid_svg_1","popular_svg_1","post_office_svg_1","protect_solid_svg_1","protect_svg_1","push_notification_svg_1","qr_svg_1","question_solid_svg_1","question_svg_1","read_solid_svg_1","read_svg_1","report_svg_1","slide_show_svg_1","speed_svg_1","swipe_svg_1","time_solid_svg_1","time_svg_1","video_solid_svg_1","video_svg_1","warning_svg_1","GeneralIcons","name","extraStyle","width","height","fillColor","widthProps","heightProps","icons","ai","jsx","default","style","fill","alarm_solid","alarm","album","alert_solid","alert","award","birthday","block","bulb","business","calendar_retake","calendar_solid","calendar","chart","chatbot","comment","contact_list_solid","countdown","coupon_solid","coupon","decrease","delete_text","discount","earn_points","enquiry_solid","enquiry","exercise_event","expired","file","flash","folder_bookmark","folder_search","gift","globe","goal","goals_solid","group","increase","laptop_solid","laptop","like_solid","like","list","map_solid","map","medal_solid","medal","meetup","membership_card_solid","membership_card","notes_solid","notes","notification_new","notification_off","notification_solid","notification","photo","podcast","popular_solid","popular","post_office","protect_solid","protect","push_notification","qr","question_solid","question","read_solid","read","report","slide_show","speed","swipe","time_solid","time","video_solid","video","warning"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/icons/types/general/index.js"],"mappings":"AAAA,YAAY;;AACZ,IAAIA,QAAQ,GACV,IAAI,IAAI,IAAI,CAACA,QAAQ,IACtB,YAAY;EACXA,QAAQ,GACPC,MAAM,CAACC,MAAM,IACb,UAAUC,CAAC,EAAE;IACZ,KAAK,IAAIC,CAAC,EAAEC,CAAC,GAAG,CAAC,EAAEC,CAAC,GAAGC,SAAS,CAACC,MAAM,EAAEH,CAAC,GAAGC,CAAC,EAAED,CAAC,EAAE,EAAE;MACpDD,CAAC,GAAGG,SAAS,CAACF,CAAC,CAAC;MAChB,KAAK,IAAII,CAAC,IAAIL,CAAC,EAAE,IAAIH,MAAM,CAACS,SAAS,CAACC,cAAc,CAACC,IAAI,CAACR,CAAC,EAAEK,CAAC,CAAC,EAAEN,CAAC,CAACM,CAAC,CAAC,GAAGL,CAAC,CAACK,CAAC,CAAC;IAC7E;IACA,OAAON,CAAC;EACT,CAAC;EACF,OAAOH,QAAQ,CAACa,KAAK,CAAC,IAAI,EAAEN,SAAS,CAAC;AACvC,CAAC;AACFN,MAAM,CAACa,cAAc,CAACC,OAAO,EAAE,YAAY,EAAE;EAACC,KAAK,EAAE;AAAI,CAAC,CAAC;AAC3D,IAAIC,aAAa,GAAGC,OAAO,CAAC,mBAAmB,CAAC;AAChD;AACA;AACA;AACA;AACA;AACA;AACA,IAAIC,OAAO,GAAGD,OAAO,CAAC,OAAO,CAAC;AAC9B,IAAIE,QAAQ,GAAGF,OAAO,WAAW,CAAC;AAClC,IAAIG,iBAAiB,GAAGH,OAAO,oBAAoB,CAAC;AACpD,IAAII,WAAW,GAAGJ,OAAO,cAAc,CAAC;AACxC,IAAIK,WAAW,GAAGL,OAAO,cAAc,CAAC;AACxC,IAAIM,iBAAiB,GAAGN,OAAO,oBAAoB,CAAC;AACpD,IAAIO,WAAW,GAAGP,OAAO,cAAc,CAAC;AACxC,IAAIQ,WAAW,GAAGR,OAAO,cAAc,CAAC;AACxC,IAAIS,cAAc,GAAGT,OAAO,iBAAiB,CAAC;AAC9C,IAAIU,WAAW,GAAGV,OAAO,cAAc,CAAC;AACxC,IAAIW,UAAU,GAAGX,OAAO,aAAa,CAAC;AACtC,IAAIY,cAAc,GAAGZ,OAAO,iBAAiB,CAAC;AAC9C,IAAIa,qBAAqB,GAAGb,OAAO,wBAAwB,CAAC;AAC5D,IAAIc,oBAAoB,GAAGd,OAAO,uBAAuB,CAAC;AAC1D,IAAIe,cAAc,GAAGf,OAAO,iBAAiB,CAAC;AAC9C,IAAIgB,WAAW,GAAGhB,OAAO,cAAc,CAAC;AACxC,IAAIiB,aAAa,GAAGjB,OAAO,gBAAgB,CAAC;AAC5C,IAAIkB,aAAa,GAAGlB,OAAO,gBAAgB,CAAC;AAC5C,IAAImB,wBAAwB,GAAGnB,OAAO,2BAA2B,CAAC;AAClE,IAAIoB,eAAe,GAAGpB,OAAO,kBAAkB,CAAC;AAChD,IAAIqB,kBAAkB,GAAGrB,OAAO,qBAAqB,CAAC;AACtD,IAAIsB,YAAY,GAAGtB,OAAO,eAAe,CAAC;AAC1C,IAAIuB,cAAc,GAAGvB,OAAO,iBAAiB,CAAC;AAC9C,IAAIwB,aAAa,GAAGxB,OAAO,gBAAgB,CAAC;AAC5C,IAAIyB,iBAAiB,GAAGzB,OAAO,oBAAoB,CAAC;AACpD,IAAI0B,cAAc,GAAG1B,OAAO,iBAAiB,CAAC;AAC9C,IAAI2B,iBAAiB,GAAG3B,OAAO,oBAAoB,CAAC;AACpD,IAAI4B,mBAAmB,GAAG5B,OAAO,sBAAsB,CAAC;AACxD,IAAI6B,aAAa,GAAG7B,OAAO,gBAAgB,CAAC;AAC5C,IAAI8B,oBAAoB,GAAG9B,OAAO,uBAAuB,CAAC;AAC1D,IAAI+B,aAAa,GAAG/B,OAAO,gBAAgB,CAAC;AAC5C,IAAIgC,UAAU,GAAGhC,OAAO,aAAa,CAAC;AACtC,IAAIiC,WAAW,GAAGjC,OAAO,cAAc,CAAC;AACxC,IAAIkC,qBAAqB,GAAGlC,OAAO,wBAAwB,CAAC;AAC5D,IAAImC,mBAAmB,GAAGnC,OAAO,sBAAsB,CAAC;AACxD,IAAIoC,UAAU,GAAGpC,OAAO,aAAa,CAAC;AACtC,IAAIqC,WAAW,GAAGrC,OAAO,cAAc,CAAC;AACxC,IAAIsC,UAAU,GAAGtC,OAAO,aAAa,CAAC;AACtC,IAAIuC,iBAAiB,GAAGvC,OAAO,oBAAoB,CAAC;AACpD,IAAIwC,WAAW,GAAGxC,OAAO,cAAc,CAAC;AACxC,IAAIyC,cAAc,GAAGzC,OAAO,iBAAiB,CAAC;AAC9C,IAAI0C,kBAAkB,GAAG1C,OAAO,qBAAqB,CAAC;AACtD,IAAI2C,YAAY,GAAG3C,OAAO,eAAe,CAAC;AAC1C,IAAI4C,gBAAgB,GAAG5C,OAAO,mBAAmB,CAAC;AAClD,IAAI6C,UAAU,GAAG7C,OAAO,aAAa,CAAC;AACtC,IAAI8C,UAAU,GAAG9C,OAAO,aAAa,CAAC;AACtC,IAAI+C,eAAe,GAAG/C,OAAO,kBAAkB,CAAC;AAChD,IAAIgD,SAAS,GAAGhD,OAAO,YAAY,CAAC;AACpC,IAAIiD,iBAAiB,GAAGjD,OAAO,oBAAoB,CAAC;AACpD,IAAIkD,WAAW,GAAGlD,OAAO,cAAc,CAAC;AACxC,IAAImD,YAAY,GAAGnD,OAAO,eAAe,CAAC;AAC1C,IAAIoD,2BAA2B,GAAGpD,OAAO,8BAA8B,CAAC;AACxE,IAAIqD,qBAAqB,GAAGrD,OAAO,wBAAwB,CAAC;AAC5D,IAAIsD,iBAAiB,GAAGtD,OAAO,oBAAoB,CAAC;AACpD,IAAIuD,WAAW,GAAGvD,OAAO,cAAc,CAAC;AACxC,IAAIwD,sBAAsB,GAAGxD,OAAO,yBAAyB,CAAC;AAC9D,IAAIyD,sBAAsB,GAAGzD,OAAO,yBAAyB,CAAC;AAC9D,IAAI0D,wBAAwB,GAAG1D,OAAO,2BAA2B,CAAC;AAClE,IAAI2D,kBAAkB,GAAG3D,OAAO,qBAAqB,CAAC;AACtD,IAAI4D,WAAW,GAAG5D,OAAO,cAAc,CAAC;AACxC,IAAI6D,aAAa,GAAG7D,OAAO,gBAAgB,CAAC;AAC5C,IAAI8D,mBAAmB,GAAG9D,OAAO,sBAAsB,CAAC;AACxD,IAAI+D,aAAa,GAAG/D,OAAO,gBAAgB,CAAC;AAC5C,IAAIgE,iBAAiB,GAAGhE,OAAO,oBAAoB,CAAC;AACpD,IAAIiE,mBAAmB,GAAGjE,OAAO,sBAAsB,CAAC;AACxD,IAAIkE,aAAa,GAAGlE,OAAO,gBAAgB,CAAC;AAC5C,IAAImE,uBAAuB,GAAGnE,OAAO,0BAA0B,CAAC;AAChE,IAAIoE,QAAQ,GAAGpE,OAAO,WAAW,CAAC;AAClC,IAAIqE,oBAAoB,GAAGrE,OAAO,uBAAuB,CAAC;AAC1D,IAAIsE,cAAc,GAAGtE,OAAO,iBAAiB,CAAC;AAC9C,IAAIuE,gBAAgB,GAAGvE,OAAO,mBAAmB,CAAC;AAClD,IAAIwE,UAAU,GAAGxE,OAAO,aAAa,CAAC;AACtC,IAAIyE,YAAY,GAAGzE,OAAO,eAAe,CAAC;AAC1C,IAAI0E,gBAAgB,GAAG1E,OAAO,mBAAmB,CAAC;AAClD,IAAI2E,WAAW,GAAG3E,OAAO,cAAc,CAAC;AACxC,IAAI4E,WAAW,GAAG5E,OAAO,cAAc,CAAC;AACxC,IAAI6E,gBAAgB,GAAG7E,OAAO,mBAAmB,CAAC;AAClD,IAAI8E,UAAU,GAAG9E,OAAO,aAAa,CAAC;AACtC,IAAI+E,iBAAiB,GAAG/E,OAAO,oBAAoB,CAAC;AACpD,IAAIgF,WAAW,GAAGhF,OAAO,cAAc,CAAC;AACxC,IAAIiF,aAAa,GAAGjF,OAAO,gBAAgB,CAAC;AAC5C,IAAIkF,YAAY,GAAG,SAAAA,CAAUC,IAAI,EAAEC,UAAU,EAAEC,KAAK,EAAEC,MAAM,EAAEC,SAAS,EAAE;EACxE,IAAIC,UAAU,GAAG,CAAC,CAAC;EACnB,IAAIC,WAAW,GAAG,CAAC,CAAC;EACpB,IAAIJ,KAAK,EAAE;IACVG,UAAU,GAAG;MAACH,KAAK,EAAEA;IAAK,CAAC;EAC5B;EACA,IAAIC,MAAM,EAAE;IACXG,WAAW,GAAG;MAACH,MAAM,EAAEA;IAAM,CAAC;EAC/B;EACA,IAAII,KAAK,GAAG;IACXC,EAAE,EAAE,CAAC,CAAC,EAAE5F,aAAa,CAAC6F,GAAG,EACxB1F,QAAQ,CAAC2F,OAAO,EAChB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDS,WAAW,EAAE,CAAC,CAAC,EAAEjG,aAAa,CAAC6F,GAAG,EACjCzF,iBAAiB,CAAC0F,OAAO,EACzB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDU,KAAK,EAAE,CAAC,CAAC,EAAElG,aAAa,CAAC6F,GAAG,EAC3BxF,WAAW,CAACyF,OAAO,EACnB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDW,KAAK,EAAE,CAAC,CAAC,EAAEnG,aAAa,CAAC6F,GAAG,EAC3BvF,WAAW,CAACwF,OAAO,EACnB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDY,WAAW,EAAE,CAAC,CAAC,EAAEpG,aAAa,CAAC6F,GAAG,EACjCtF,iBAAiB,CAACuF,OAAO,EACzB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDa,KAAK,EAAE,CAAC,CAAC,EAAErG,aAAa,CAAC6F,GAAG,EAC3BrF,WAAW,CAACsF,OAAO,EACnB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDc,KAAK,EAAE,CAAC,CAAC,EAAEtG,aAAa,CAAC6F,GAAG,EAC3BpF,WAAW,CAACqF,OAAO,EACnB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDe,QAAQ,EAAE,CAAC,CAAC,EAAEvG,aAAa,CAAC6F,GAAG,EAC9BnF,cAAc,CAACoF,OAAO,EACtB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDgB,KAAK,EAAE,CAAC,CAAC,EAAExG,aAAa,CAAC6F,GAAG,EAC3BlF,WAAW,CAACmF,OAAO,EACnB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDiB,IAAI,EAAE,CAAC,CAAC,EAAEzG,aAAa,CAAC6F,GAAG,EAC1BjF,UAAU,CAACkF,OAAO,EAClB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDkB,QAAQ,EAAE,CAAC,CAAC,EAAE1G,aAAa,CAAC6F,GAAG,EAC9BhF,cAAc,CAACiF,OAAO,EACtB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDmB,eAAe,EAAE,CAAC,CAAC,EAAE3G,aAAa,CAAC6F,GAAG,EACrC/E,qBAAqB,CAACgF,OAAO,EAC7B/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDoB,cAAc,EAAE,CAAC,CAAC,EAAE5G,aAAa,CAAC6F,GAAG,EACpC9E,oBAAoB,CAAC+E,OAAO,EAC5B/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDqB,QAAQ,EAAE,CAAC,CAAC,EAAE7G,aAAa,CAAC6F,GAAG,EAC9B7E,cAAc,CAAC8E,OAAO,EACtB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDsB,KAAK,EAAE,CAAC,CAAC,EAAE9G,aAAa,CAAC6F,GAAG,EAC3B5E,WAAW,CAAC6E,OAAO,EACnB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDuB,OAAO,EAAE,CAAC,CAAC,EAAE/G,aAAa,CAAC6F,GAAG,EAC7B3E,aAAa,CAAC4E,OAAO,EACrB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDwB,OAAO,EAAE,CAAC,CAAC,EAAEhH,aAAa,CAAC6F,GAAG,EAC7B1E,aAAa,CAAC2E,OAAO,EACrB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDyB,kBAAkB,EAAE,CAAC,CAAC,EAAEjH,aAAa,CAAC6F,GAAG,EACxCzE,wBAAwB,CAAC0E,OAAO,EAChC/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACD0B,SAAS,EAAE,CAAC,CAAC,EAAElH,aAAa,CAAC6F,GAAG,EAC/BxE,eAAe,CAACyE,OAAO,EACvB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACD2B,YAAY,EAAE,CAAC,CAAC,EAAEnH,aAAa,CAAC6F,GAAG,EAClCvE,kBAAkB,CAACwE,OAAO,EAC1B/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACD4B,MAAM,EAAE,CAAC,CAAC,EAAEpH,aAAa,CAAC6F,GAAG,EAC5BtE,YAAY,CAACuE,OAAO,EACpB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACD6B,QAAQ,EAAE,CAAC,CAAC,EAAErH,aAAa,CAAC6F,GAAG,EAC9BrE,cAAc,CAACsE,OAAO,EACtB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDM,OAAO,EAAE,CAAC,CAAC,EAAE9F,aAAa,CAAC6F,GAAG,EAC7BpE,aAAa,CAACqE,OAAO,EACrB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACD8B,WAAW,EAAE,CAAC,CAAC,EAAEtH,aAAa,CAAC6F,GAAG,EACjCnE,iBAAiB,CAACoE,OAAO,EACzB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACD+B,QAAQ,EAAE,CAAC,CAAC,EAAEvH,aAAa,CAAC6F,GAAG,EAC9BlE,cAAc,CAACmE,OAAO,EACtB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDgC,WAAW,EAAE,CAAC,CAAC,EAAExH,aAAa,CAAC6F,GAAG,EACjCjE,iBAAiB,CAACkE,OAAO,EACzB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDiC,aAAa,EAAE,CAAC,CAAC,EAAEzH,aAAa,CAAC6F,GAAG,EACnChE,mBAAmB,CAACiE,OAAO,EAC3B/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDkC,OAAO,EAAE,CAAC,CAAC,EAAE1H,aAAa,CAAC6F,GAAG,EAC7B/D,aAAa,CAACgE,OAAO,EACrB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDmC,cAAc,EAAE,CAAC,CAAC,EAAE3H,aAAa,CAAC6F,GAAG,EACpC9D,oBAAoB,CAAC+D,OAAO,EAC5B/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDoC,OAAO,EAAE,CAAC,CAAC,EAAE5H,aAAa,CAAC6F,GAAG,EAC7B7D,aAAa,CAAC8D,OAAO,EACrB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDqC,IAAI,EAAE,CAAC,CAAC,EAAE7H,aAAa,CAAC6F,GAAG,EAC1B5D,UAAU,CAAC6D,OAAO,EAClB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDsC,KAAK,EAAE,CAAC,CAAC,EAAE9H,aAAa,CAAC6F,GAAG,EAC3B3D,WAAW,CAAC4D,OAAO,EACnB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDuC,eAAe,EAAE,CAAC,CAAC,EAAE/H,aAAa,CAAC6F,GAAG,EACrC1D,qBAAqB,CAAC2D,OAAO,EAC7B/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDwC,aAAa,EAAE,CAAC,CAAC,EAAEhI,aAAa,CAAC6F,GAAG,EACnCzD,mBAAmB,CAAC0D,OAAO,EAC3B/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDyC,IAAI,EAAE,CAAC,CAAC,EAAEjI,aAAa,CAAC6F,GAAG,EAC1BxD,UAAU,CAACyD,OAAO,EAClB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACD0C,KAAK,EAAE,CAAC,CAAC,EAAElI,aAAa,CAAC6F,GAAG,EAC3BvD,WAAW,CAACwD,OAAO,EACnB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACD2C,IAAI,EAAE,CAAC,CAAC,EAAEnI,aAAa,CAAC6F,GAAG,EAC1BtD,UAAU,CAACuD,OAAO,EAClB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACD4C,WAAW,EAAE,CAAC,CAAC,EAAEpI,aAAa,CAAC6F,GAAG,EACjCrD,iBAAiB,CAACsD,OAAO,EACzB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACD6C,KAAK,EAAE,CAAC,CAAC,EAAErI,aAAa,CAAC6F,GAAG,EAC3BpD,WAAW,CAACqD,OAAO,EACnB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACD8C,QAAQ,EAAE,CAAC,CAAC,EAAEtI,aAAa,CAAC6F,GAAG,EAC9BnD,cAAc,CAACoD,OAAO,EACtB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACD+C,YAAY,EAAE,CAAC,CAAC,EAAEvI,aAAa,CAAC6F,GAAG,EAClClD,kBAAkB,CAACmD,OAAO,EAC1B/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDgD,MAAM,EAAE,CAAC,CAAC,EAAExI,aAAa,CAAC6F,GAAG,EAC5BjD,YAAY,CAACkD,OAAO,EACpB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDiD,UAAU,EAAE,CAAC,CAAC,EAAEzI,aAAa,CAAC6F,GAAG,EAChChD,gBAAgB,CAACiD,OAAO,EACxB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDkD,IAAI,EAAE,CAAC,CAAC,EAAE1I,aAAa,CAAC6F,GAAG,EAC1B/C,UAAU,CAACgD,OAAO,EAClB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDmD,IAAI,EAAE,CAAC,CAAC,EAAE3I,aAAa,CAAC6F,GAAG,EAC1B9C,UAAU,CAAC+C,OAAO,EAClB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDoD,SAAS,EAAE,CAAC,CAAC,EAAE5I,aAAa,CAAC6F,GAAG,EAC/B7C,eAAe,CAAC8C,OAAO,EACvB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDqD,GAAG,EAAE,CAAC,CAAC,EAAE7I,aAAa,CAAC6F,GAAG,EACzB5C,SAAS,CAAC6C,OAAO,EACjB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDsD,WAAW,EAAE,CAAC,CAAC,EAAE9I,aAAa,CAAC6F,GAAG,EACjC3C,iBAAiB,CAAC4C,OAAO,EACzB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDuD,KAAK,EAAE,CAAC,CAAC,EAAE/I,aAAa,CAAC6F,GAAG,EAC3B1C,WAAW,CAAC2C,OAAO,EACnB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDwD,MAAM,EAAE,CAAC,CAAC,EAAEhJ,aAAa,CAAC6F,GAAG,EAC5BzC,YAAY,CAAC0C,OAAO,EACpB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDyD,qBAAqB,EAAE,CAAC,CAAC,EAAEjJ,aAAa,CAAC6F,GAAG,EAC3CxC,2BAA2B,CAACyC,OAAO,EACnC/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACD0D,eAAe,EAAE,CAAC,CAAC,EAAElJ,aAAa,CAAC6F,GAAG,EACrCvC,qBAAqB,CAACwC,OAAO,EAC7B/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACD2D,WAAW,EAAE,CAAC,CAAC,EAAEnJ,aAAa,CAAC6F,GAAG,EACjCtC,iBAAiB,CAACuC,OAAO,EACzB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACD4D,KAAK,EAAE,CAAC,CAAC,EAAEpJ,aAAa,CAAC6F,GAAG,EAC3BrC,WAAW,CAACsC,OAAO,EACnB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACD6D,gBAAgB,EAAE,CAAC,CAAC,EAAErJ,aAAa,CAAC6F,GAAG,EACtCpC,sBAAsB,CAACqC,OAAO,EAC9B/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACD8D,gBAAgB,EAAE,CAAC,CAAC,EAAEtJ,aAAa,CAAC6F,GAAG,EACtCnC,sBAAsB,CAACoC,OAAO,EAC9B/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACD+D,kBAAkB,EAAE,CAAC,CAAC,EAAEvJ,aAAa,CAAC6F,GAAG,EACxClC,wBAAwB,CAACmC,OAAO,EAChC/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDgE,YAAY,EAAE,CAAC,CAAC,EAAExJ,aAAa,CAAC6F,GAAG,EAClCjC,kBAAkB,CAACkC,OAAO,EAC1B/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDiE,KAAK,EAAE,CAAC,CAAC,EAAEzJ,aAAa,CAAC6F,GAAG,EAC3BhC,WAAW,CAACiC,OAAO,EACnB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDkE,OAAO,EAAE,CAAC,CAAC,EAAE1J,aAAa,CAAC6F,GAAG,EAC7B/B,aAAa,CAACgC,OAAO,EACrB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDmE,aAAa,EAAE,CAAC,CAAC,EAAE3J,aAAa,CAAC6F,GAAG,EACnC9B,mBAAmB,CAAC+B,OAAO,EAC3B/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDoE,OAAO,EAAE,CAAC,CAAC,EAAE5J,aAAa,CAAC6F,GAAG,EAC7B7B,aAAa,CAAC8B,OAAO,EACrB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDqE,WAAW,EAAE,CAAC,CAAC,EAAE7J,aAAa,CAAC6F,GAAG,EACjC5B,iBAAiB,CAAC6B,OAAO,EACzB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDsE,aAAa,EAAE,CAAC,CAAC,EAAE9J,aAAa,CAAC6F,GAAG,EACnC3B,mBAAmB,CAAC4B,OAAO,EAC3B/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDuE,OAAO,EAAE,CAAC,CAAC,EAAE/J,aAAa,CAAC6F,GAAG,EAC7B1B,aAAa,CAAC2B,OAAO,EACrB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDwE,iBAAiB,EAAE,CAAC,CAAC,EAAEhK,aAAa,CAAC6F,GAAG,EACvCzB,uBAAuB,CAAC0B,OAAO,EAC/B/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDyE,EAAE,EAAE,CAAC,CAAC,EAAEjK,aAAa,CAAC6F,GAAG,EACxBxB,QAAQ,CAACyB,OAAO,EAChB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACD0E,cAAc,EAAE,CAAC,CAAC,EAAElK,aAAa,CAAC6F,GAAG,EACpCvB,oBAAoB,CAACwB,OAAO,EAC5B/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACD2E,QAAQ,EAAE,CAAC,CAAC,EAAEnK,aAAa,CAAC6F,GAAG,EAC9BtB,cAAc,CAACuB,OAAO,EACtB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACD4E,UAAU,EAAE,CAAC,CAAC,EAAEpK,aAAa,CAAC6F,GAAG,EAChCrB,gBAAgB,CAACsB,OAAO,EACxB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACD6E,IAAI,EAAE,CAAC,CAAC,EAAErK,aAAa,CAAC6F,GAAG,EAC1BpB,UAAU,CAACqB,OAAO,EAClB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACD8E,MAAM,EAAE,CAAC,CAAC,EAAEtK,aAAa,CAAC6F,GAAG,EAC5BnB,YAAY,CAACoB,OAAO,EACpB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACD+E,UAAU,EAAE,CAAC,CAAC,EAAEvK,aAAa,CAAC6F,GAAG,EAChClB,gBAAgB,CAACmB,OAAO,EACxB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDgF,KAAK,EAAE,CAAC,CAAC,EAAExK,aAAa,CAAC6F,GAAG,EAC3BjB,WAAW,CAACkB,OAAO,EACnB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDiF,KAAK,EAAE,CAAC,CAAC,EAAEzK,aAAa,CAAC6F,GAAG,EAC3BhB,WAAW,CAACiB,OAAO,EACnB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDkF,UAAU,EAAE,CAAC,CAAC,EAAE1K,aAAa,CAAC6F,GAAG,EAChCf,gBAAgB,CAACgB,OAAO,EACxB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDmF,IAAI,EAAE,CAAC,CAAC,EAAE3K,aAAa,CAAC6F,GAAG,EAC1Bd,UAAU,CAACe,OAAO,EAClB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDoF,WAAW,EAAE,CAAC,CAAC,EAAE5K,aAAa,CAAC6F,GAAG,EACjCb,iBAAiB,CAACc,OAAO,EACzB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDqF,KAAK,EAAE,CAAC,CAAC,EAAE7K,aAAa,CAAC6F,GAAG,EAC3BZ,WAAW,CAACa,OAAO,EACnB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE,CAAC;IACDsF,OAAO,EAAE,CAAC,CAAC,EAAE9K,aAAa,CAAC6F,GAAG,EAC7BX,aAAa,CAACY,OAAO,EACrB/G,QAAQ,CAAC;MAACgH,KAAK,EAAEV;IAAU,CAAC,EAAEI,UAAU,EAAEC,WAAW,EAAE;MAACM,IAAI,EAAER;IAAS,CAAC,CACzE;EACD,CAAC;EACD,OAAOG,KAAK,CAACP,IAAI,CAAC;AACnB,CAAC;AACDtF,OAAO,CAACgG,OAAO,GAAGX,YAAY","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../../../src","sources":["component/AIA/icons/types/health-and-wellness/index.d.ts"],"mappings":"","ignoreList":[]}
|