@originallyus/feedback-rn-sdk 4.0.0-beta.27 → 4.0.0-beta.28
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 +64 -7
- package/lib/module/ContentUsefulness.js +30 -22
- package/lib/module/ContentUsefulness.js.map +1 -1
- package/lib/module/FeedbackSDK.js +97 -25
- package/lib/module/FeedbackSDK.js.map +1 -1
- package/lib/module/FeedbackSDKAppStoreRating.js +42 -13
- package/lib/module/FeedbackSDKAppStoreRating.js.map +1 -1
- package/lib/module/FeedbackSDKForm.js +27 -21
- package/lib/module/FeedbackSDKForm.js.map +1 -1
- package/lib/module/FeedbackSDKSplash.js +18 -15
- package/lib/module/FeedbackSDKSplash.js.map +1 -1
- package/lib/module/component/AIA/atoms/ActivityIndicator/ActivityIndicator.js +1 -1
- package/lib/module/component/AIA/atoms/ActivityIndicator/ActivityIndicator.js.map +1 -1
- package/lib/module/component/AIA/atoms/ActivityIndicator/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ActivityIndicator/styles/index.js +4 -4
- package/lib/module/component/AIA/atoms/ActivityIndicator/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ActivityIndicator/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Badge/Badge.js.map +1 -1
- package/lib/module/component/AIA/atoms/Badge/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Badge/styles/index.js +4 -4
- package/lib/module/component/AIA/atoms/Badge/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Badge/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/Breadcrumb.js +2 -2
- package/lib/module/component/AIA/atoms/Breadcrumb/Breadcrumb.js.map +1 -1
- package/lib/module/component/AIA/atoms/Breadcrumb/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Breadcrumb/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Breadcrumb/styles/index.js +3 -3
- package/lib/module/component/AIA/atoms/Breadcrumb/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Breadcrumb/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Button/Button.js +45 -20
- package/lib/module/component/AIA/atoms/Button/Button.js.map +1 -1
- package/lib/module/component/AIA/atoms/Button/Readme.md +3 -0
- package/lib/module/component/AIA/atoms/Button/changelog.txt +12 -0
- package/lib/module/component/AIA/atoms/Button/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Button/styles/index.js +21 -6
- package/lib/module/component/AIA/atoms/Button/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Button/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/CardContainer/CardContainer.js +18 -17
- package/lib/module/component/AIA/atoms/CardContainer/CardContainer.js.map +1 -1
- package/lib/module/component/AIA/atoms/CardContainer/README.md +1 -0
- package/lib/module/component/AIA/atoms/CardContainer/changelog.txt +4 -0
- package/lib/module/component/AIA/atoms/CardContainer/config/index.js +4 -4
- package/lib/module/component/AIA/atoms/CardContainer/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/CardContainer/styles/index.js +6 -2
- package/lib/module/component/AIA/atoms/CardContainer/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Carousel/Carousel.js +5 -4
- package/lib/module/component/AIA/atoms/Carousel/Carousel.js.map +1 -1
- package/lib/module/component/AIA/atoms/Carousel/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Carousel/styles/index.js +4 -4
- package/lib/module/component/AIA/atoms/Carousel/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Chip/Chip.js +139 -48
- package/lib/module/component/AIA/atoms/Chip/Chip.js.map +1 -1
- package/lib/module/component/AIA/atoms/Chip/README.md +20 -10
- package/lib/module/component/AIA/atoms/Chip/changelog.txt +10 -0
- package/lib/module/component/AIA/atoms/Chip/config/index.js +6 -10
- package/lib/module/component/AIA/atoms/Chip/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Chip/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Chip/styles/index.js +72 -10
- package/lib/module/component/AIA/atoms/Chip/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Chip/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/DatePicker/DatePicker.js +81 -59
- package/lib/module/component/AIA/atoms/DatePicker/DatePicker.js.map +1 -1
- package/lib/module/component/AIA/atoms/DatePicker/README.md +16 -12
- package/lib/module/component/AIA/atoms/DatePicker/changelog.txt +6 -0
- package/lib/module/component/AIA/atoms/DatePicker/config/index.js +6 -0
- package/lib/module/component/AIA/atoms/DatePicker/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/DatePicker/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/DatePicker/styles/index.js +37 -3
- package/lib/module/component/AIA/atoms/DatePicker/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/DatePicker/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/DialogContainer/DialogContainer.js +0 -1
- package/lib/module/component/AIA/atoms/DialogContainer/DialogContainer.js.map +1 -1
- package/lib/module/component/AIA/atoms/DialogContainer/DialogContainer.stories.tsx.temp +254 -0
- package/lib/module/component/AIA/atoms/DialogContainer/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/DialogContainer/styles/index.js +3 -3
- package/lib/module/component/AIA/atoms/DialogContainer/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Divider/Divider.js +3 -3
- package/lib/module/component/AIA/atoms/Divider/Divider.js.map +1 -1
- package/lib/module/component/AIA/atoms/Divider/config/index.js +4 -4
- package/lib/module/component/AIA/atoms/Divider/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Divider/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Drawer/Drawer.js +24 -6
- package/lib/module/component/AIA/atoms/Drawer/Drawer.js.map +1 -1
- package/lib/module/component/AIA/atoms/Drawer/changelog.txt +4 -0
- package/lib/module/component/AIA/atoms/Drawer/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Drawer/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Drawer/styles/index.js +3 -3
- package/lib/module/component/AIA/atoms/Drawer/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/FloatingButton/FloatingButton.js +0 -1
- package/lib/module/component/AIA/atoms/FloatingButton/FloatingButton.js.map +1 -1
- package/lib/module/component/AIA/atoms/FloatingButton/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/FloatingButton/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/FloatingButton/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Icon/Icon.js +21 -7
- package/lib/module/component/AIA/atoms/Icon/Icon.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icon/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IconButton/IconButton.js.map +1 -1
- package/lib/module/component/AIA/atoms/IconButton/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IconButton/styles/index.js +7 -7
- package/lib/module/component/AIA/atoms/IconButton/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IconButton/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Icons/document-control/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/document-control/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/function/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/function/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/general/index.js +14 -1
- package/lib/module/component/AIA/atoms/Icons/general/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/health-and-wellness/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/health-and-wellness/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/index.js +2 -0
- package/lib/module/component/AIA/atoms/Icons/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/login/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/login/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/media-control/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/media-control/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/menu/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/menu/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/payment/index.js +92 -0
- package/lib/module/component/AIA/atoms/Icons/payment/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/rating/index.js +14 -1
- package/lib/module/component/AIA/atoms/Icons/rating/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/red-illustrations/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/red-illustrations/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/social-media/index.js +14 -1
- package/lib/module/component/AIA/atoms/Icons/social-media/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/system-control/index.js +14 -1
- package/lib/module/component/AIA/atoms/Icons/system-control/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/type/index.js +4 -4
- package/lib/module/component/AIA/atoms/Icons/type/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/account-setup/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/document/index.js +47 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/document/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/empty-state/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/health-and-wellness/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/index.js +2 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/medical/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/payment/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-agents/index.js +2 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-agents/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-celebration/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-exercise/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-family/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-general/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.js +10 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-medical/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/success-and-reward/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/system/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/type/index.js +4 -2
- package/lib/module/component/AIA/atoms/IllustrationIcons/type/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Image/Image.js.map +1 -1
- package/lib/module/component/AIA/atoms/Image/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Image/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/InlineButton/InlineButton.js.map +1 -1
- package/lib/module/component/AIA/atoms/InlineButton/config/index.js +4 -4
- package/lib/module/component/AIA/atoms/InlineButton/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/InlineButton/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/InlineButton/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Input/Input.js +58 -35
- package/lib/module/component/AIA/atoms/Input/Input.js.map +1 -1
- package/lib/module/component/AIA/atoms/Input/README.md +1 -0
- package/lib/module/component/AIA/atoms/Input/changelog.txt +13 -0
- package/lib/module/component/AIA/atoms/Input/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Input/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Input/styles/index.js +35 -16
- package/lib/module/component/AIA/atoms/Input/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Label/Label.js.map +1 -1
- package/lib/module/component/AIA/atoms/Label/config/index.js +4 -4
- package/lib/module/component/AIA/atoms/Label/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Label/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Label/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/LazyLoad/LazyLoad.js +0 -1
- package/lib/module/component/AIA/atoms/LazyLoad/LazyLoad.js.map +1 -1
- package/lib/module/component/AIA/atoms/LazyLoad/LazyLoadView.js.map +1 -1
- package/lib/module/component/AIA/atoms/LazyLoad/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/MapWrapper/MapWrapper.js +3 -2
- package/lib/module/component/AIA/atoms/MapWrapper/MapWrapper.js.map +1 -1
- package/lib/module/component/AIA/atoms/MapWrapper/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/MapWrapper/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ProgressBar/ProgressBar.js.map +1 -1
- package/lib/module/component/AIA/atoms/ProgressBar/changelog.txt +4 -0
- package/lib/module/component/AIA/atoms/ProgressBar/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ProgressBar/styles/index.js +6 -6
- package/lib/module/component/AIA/atoms/ProgressBar/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ProgressBar/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Rating/README.md +11 -9
- package/lib/module/component/AIA/atoms/Rating/Rating.js +50 -30
- package/lib/module/component/AIA/atoms/Rating/Rating.js.map +1 -1
- package/lib/module/component/AIA/atoms/Rating/changelog.txt +12 -0
- package/lib/module/component/AIA/atoms/Rating/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Rating/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Rating/styles/index.js +15 -4
- package/lib/module/component/AIA/atoms/Rating/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Rating/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/README.md +76 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/SelectionContainer.js +103 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/SelectionContainer.js.map +1 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/changelog.txt +7 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/config/index.js +7 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/index.js +4 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/package.json +13 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/styles/index.js +18 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/types/index.js +4 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/Readme.md +2 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/SingleCheckbox.js +2 -1
- package/lib/module/component/AIA/atoms/SingleCheckbox/SingleCheckbox.js.map +1 -1
- package/lib/module/component/AIA/atoms/SingleCheckbox/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/SingleCheckbox/styles/index.js +5 -2
- package/lib/module/component/AIA/atoms/SingleCheckbox/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/SingleCheckbox/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/SingleRadio/README.md +1 -0
- package/lib/module/component/AIA/atoms/SingleRadio/SingleRadio.js +2 -1
- package/lib/module/component/AIA/atoms/SingleRadio/SingleRadio.js.map +1 -1
- package/lib/module/component/AIA/atoms/SingleRadio/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/SingleRadio/styles/index.js +5 -2
- package/lib/module/component/AIA/atoms/SingleRadio/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/SingleRadio/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Surface/Surface.js.map +1 -1
- package/lib/module/component/AIA/atoms/Surface/config/index.js +4 -4
- package/lib/module/component/AIA/atoms/Surface/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Surface/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Surface/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Surface/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Switch/Switch.js +1 -1
- package/lib/module/component/AIA/atoms/Switch/Switch.js.map +1 -1
- package/lib/module/component/AIA/atoms/Switch/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Switch/styles/index.js +3 -3
- package/lib/module/component/AIA/atoms/Switch/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Switch/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Tab/Tab.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tab/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tab/styles/index.js +1 -1
- package/lib/module/component/AIA/atoms/Tab/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tab/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Tag/README.md +13 -5
- package/lib/module/component/AIA/atoms/Tag/Tag.js +16 -1
- package/lib/module/component/AIA/atoms/Tag/Tag.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tag/changelog.txt +6 -0
- package/lib/module/component/AIA/atoms/Tag/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tag/styles/index.js +1 -1
- package/lib/module/component/AIA/atoms/Tag/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tag/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Text/README.md +16 -14
- package/lib/module/component/AIA/atoms/Text/Text.js +14 -7
- package/lib/module/component/AIA/atoms/Text/Text.js.map +1 -1
- package/lib/module/component/AIA/atoms/Text/changelog.txt +5 -0
- package/lib/module/component/AIA/atoms/Text/config/index.js +1 -1
- package/lib/module/component/AIA/atoms/Text/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Text/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Text/styles/index.js +35 -3
- package/lib/module/component/AIA/atoms/Text/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/TextArea/TextArea.js +1 -1
- package/lib/module/component/AIA/atoms/TextArea/TextArea.js.map +1 -1
- package/lib/module/component/AIA/atoms/TextArea/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/TextArea/styles/index.js +7 -7
- package/lib/module/component/AIA/atoms/TextArea/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/TextArea/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Toggle/Toggle.js +3 -6
- package/lib/module/component/AIA/atoms/Toggle/Toggle.js.map +1 -1
- package/lib/module/component/AIA/atoms/Toggle/config/index.js +4 -4
- package/lib/module/component/AIA/atoms/Toggle/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Toggle/styles/index.js +1 -1
- package/lib/module/component/AIA/atoms/Toggle/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tooltip/Tooltip.js +0 -1
- package/lib/module/component/AIA/atoms/Tooltip/Tooltip.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tooltip/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tooltip/styles/index.js +5 -5
- package/lib/module/component/AIA/atoms/Tooltip/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tooltip/types/react-native-walkthrough-tooltip.d.js +4 -0
- package/lib/module/component/AIA/atoms/Tooltip/types/react-native-walkthrough-tooltip.d.js.map +1 -0
- package/lib/module/component/AIA/atoms/ValueStepper/ValueStepper.js +0 -1
- package/lib/module/component/AIA/atoms/ValueStepper/ValueStepper.js.map +1 -1
- package/lib/module/component/AIA/atoms/ValueStepper/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ValueStepper/styles/index.js +4 -4
- package/lib/module/component/AIA/atoms/ValueStepper/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ValueStepper/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/index.js +3 -0
- package/lib/module/component/AIA/atoms/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/package.json +3 -3
- package/lib/module/component/AIA/hooks/ChangingRef/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/ChangingRef/useChangingRef.js.map +1 -1
- package/lib/module/component/AIA/hooks/FontConfig/index.js +21 -0
- package/lib/module/component/AIA/hooks/FontConfig/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/I18nTranslation/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/I18nTranslation/useI18nTranslation.js.map +1 -1
- package/lib/module/component/AIA/hooks/ReanimatedTiming/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/ReanimatedTiming/useReanimatedTiming.js +0 -1
- package/lib/module/component/AIA/hooks/ReanimatedTiming/useReanimatedTiming.js.map +1 -1
- package/lib/module/component/AIA/hooks/Size/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/Spacing/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/UnchangeFunction/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/UnchangeFunction/useUnchangeFunction.js +0 -1
- package/lib/module/component/AIA/hooks/UnchangeFunction/useUnchangeFunction.js.map +1 -1
- package/lib/module/component/AIA/hooks/UseFontScale/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/UseFontScale/useFontScale.js.map +1 -1
- package/lib/module/component/AIA/hooks/WindowDimensions/WindowDimensions.js +1 -1
- package/lib/module/component/AIA/hooks/WindowDimensions/WindowDimensions.js.map +1 -1
- package/lib/module/component/AIA/hooks/WindowDimensions/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/package.json +1 -2
- package/lib/module/component/AIA/hooks/useCustomTheme/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/useCustomTheme/useCustomTheme.js +12 -28
- package/lib/module/component/AIA/hooks/useCustomTheme/useCustomTheme.js.map +1 -1
- package/lib/module/component/AIA/icons/changelog.txt +15 -0
- package/lib/module/component/AIA/icons/document-control/index.js.map +1 -1
- package/lib/module/component/AIA/icons/function/index.js.map +1 -1
- package/lib/module/component/AIA/icons/function/log-out.svg +3 -2
- package/lib/module/component/AIA/icons/general/contact-list.svg +4 -0
- package/lib/module/component/AIA/icons/general/exercise-event.svg +1 -1
- package/lib/module/component/AIA/icons/general/expired.svg +2 -2
- package/lib/module/component/AIA/icons/general/folder-bookmark.svg +3 -2
- package/lib/module/component/AIA/icons/general/index.js +7 -0
- package/lib/module/component/AIA/icons/general/index.js.map +1 -1
- package/lib/module/component/AIA/icons/health-and-wellness/food.svg +1 -1
- package/lib/module/component/AIA/icons/health-and-wellness/index.js.map +1 -1
- package/lib/module/component/AIA/icons/index.js.map +1 -1
- package/lib/module/component/AIA/icons/login/index.js.map +1 -1
- package/lib/module/component/AIA/icons/media-control/enlarge-screen-exit.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/enlarge-screen.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/fast-forward.svg +11 -0
- package/lib/module/component/AIA/icons/media-control/index.js +56 -0
- package/lib/module/component/AIA/icons/media-control/index.js.map +1 -1
- package/lib/module/component/AIA/icons/media-control/rewind.svg +18 -0
- package/lib/module/component/AIA/icons/media-control/volume-high.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/volume-low.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/volume-off.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/volume-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/index.js.map +1 -1
- package/lib/module/component/AIA/icons/package.json +1 -1
- package/lib/module/component/AIA/icons/payment/atm.svg +10 -2
- package/lib/module/component/AIA/icons/payment/index.js.map +1 -1
- package/lib/module/component/AIA/icons/payment/internet-banking.svg +1 -1
- package/lib/module/component/AIA/icons/rating/index.js +14 -0
- package/lib/module/component/AIA/icons/rating/index.js.map +1 -1
- package/lib/module/component/AIA/icons/rating/thumb-down-on.svg +3 -0
- package/lib/module/component/AIA/icons/rating/thumb-down.svg +1 -1
- package/lib/module/component/AIA/icons/rating/thumb-up-on.svg +3 -0
- package/lib/module/component/AIA/icons/rating/thumb-up.svg +1 -1
- package/lib/module/component/AIA/icons/red-illustrations/index.js.map +1 -1
- package/lib/module/component/AIA/icons/social-media/index.js.map +1 -1
- package/lib/module/component/AIA/icons/system-control/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/document-control/index.js +4 -4
- package/lib/module/component/AIA/icons/types/document-control/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/function/index.js +4 -4
- package/lib/module/component/AIA/icons/types/function/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/general/index.js +6 -0
- package/lib/module/component/AIA/icons/types/general/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/health-and-wellness/index.js +4 -4
- package/lib/module/component/AIA/icons/types/health-and-wellness/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/index.js +2 -2
- package/lib/module/component/AIA/icons/types/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/login/index.js +4 -4
- package/lib/module/component/AIA/icons/types/login/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/media-control/index.js +48 -0
- package/lib/module/component/AIA/icons/types/media-control/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/menu/index.js +4 -4
- package/lib/module/component/AIA/icons/types/menu/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/payment/index.js +4 -4
- package/lib/module/component/AIA/icons/types/payment/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/rating/index.js +12 -0
- package/lib/module/component/AIA/icons/types/rating/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/red-illustrations/index.js +4 -4
- package/lib/module/component/AIA/icons/types/red-illustrations/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/social-media/index.js +4 -4
- package/lib/module/component/AIA/icons/types/social-media/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/system-control/index.js +4 -4
- package/lib/module/component/AIA/icons/types/system-control/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/account-setup/index.js +1 -1
- package/lib/module/component/AIA/illustration/account-setup/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/document/code.svg +7 -0
- package/lib/module/component/AIA/illustration/document/doc.svg +9 -0
- package/lib/module/component/AIA/illustration/document/eml.svg +7 -0
- package/lib/module/component/AIA/illustration/document/imagery.svg +7 -0
- package/lib/module/component/AIA/illustration/document/index.js +100 -0
- package/lib/module/component/AIA/illustration/document/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/document/md.svg +8 -0
- package/lib/module/component/AIA/illustration/document/mdx.svg +9 -0
- package/lib/module/component/AIA/illustration/document/pdf.svg +7 -0
- package/lib/module/component/AIA/illustration/document/ppt.svg +8 -0
- package/lib/module/component/AIA/illustration/document/txt.svg +9 -0
- package/lib/module/component/AIA/illustration/document/xls.svg +12 -0
- package/lib/module/component/AIA/illustration/empty-state/index.js +1 -1
- package/lib/module/component/AIA/illustration/empty-state/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/health-and-wellness/index.js +7 -13
- package/lib/module/component/AIA/illustration/health-and-wellness/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/index.js +2 -0
- package/lib/module/component/AIA/illustration/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/medical/index.js +4 -4
- package/lib/module/component/AIA/illustration/medical/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/package.json +1 -1
- package/lib/module/component/AIA/illustration/payment/index.js +1 -1
- package/lib/module/component/AIA/illustration/payment/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-agents/agent2-dark.svg +20 -0
- package/lib/module/component/AIA/illustration/people-agents/index.js +8 -1
- package/lib/module/component/AIA/illustration/people-agents/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-celebration/index.js +1 -1
- package/lib/module/component/AIA/illustration/people-celebration/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-exercise/index.js +1 -1
- package/lib/module/component/AIA/illustration/people-exercise/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-family/index.js +1 -1
- package/lib/module/component/AIA/illustration/people-family/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-general/index.js +1 -1
- package/lib/module/component/AIA/illustration/people-general/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-lifestyle/index.js +38 -3
- package/lib/module/component/AIA/illustration/people-lifestyle/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-medical/index.js +1 -1
- package/lib/module/component/AIA/illustration/people-medical/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/success-and-reward/index.js +1 -1
- package/lib/module/component/AIA/illustration/success-and-reward/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/system/index.js +1 -1
- package/lib/module/component/AIA/illustration/system/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Accordion/Accordion.js.map +1 -1
- package/lib/module/component/AIA/molecules/Accordion/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Accordion/index.js +0 -1
- package/lib/module/component/AIA/molecules/Accordion/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Accordion/styles/index.js +7 -7
- package/lib/module/component/AIA/molecules/Accordion/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/AreaChart/AreaChart.js +28 -2
- package/lib/module/component/AIA/molecules/AreaChart/AreaChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/AreaChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/AreaChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/AreaChart/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/AreaChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/AreaChart/types/react-native-charts-wrapper.d.js +2 -0
- package/lib/module/component/AIA/molecules/AreaChart/types/react-native-charts-wrapper.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/Avatar/Avatar.js +20 -7
- package/lib/module/component/AIA/molecules/Avatar/Avatar.js.map +1 -1
- package/lib/module/component/AIA/molecules/Avatar/changelog.txt +4 -0
- package/lib/module/component/AIA/molecules/Avatar/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Avatar/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Avatar/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Avatar/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/BarChart/BarChart.js +4 -4
- package/lib/module/component/AIA/molecules/BarChart/BarChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/BarChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/BarChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/BarChart/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/BarChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/BarChart/types/react-native-charts-wrapper.d.js +2 -0
- package/lib/module/component/AIA/molecules/BarChart/types/react-native-charts-wrapper.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/BubbleChart/BubbleChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/BubbleChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/BubbleChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/BubbleChart/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/BubbleChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/BubbleChart/types/react-native-charts-wrapper.d.js +2 -0
- package/lib/module/component/AIA/molecules/BubbleChart/types/react-native-charts-wrapper.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/ButtonGroup.js +1 -3
- package/lib/module/component/AIA/molecules/ButtonGroup/ButtonGroup.js.map +1 -1
- package/lib/module/component/AIA/molecules/ButtonGroup/config/index.js +4 -4
- package/lib/module/component/AIA/molecules/ButtonGroup/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ButtonGroup/styles/index.js +5 -5
- package/lib/module/component/AIA/molecules/ButtonGroup/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ButtonGroup/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/CheckboxWithContainer.js +22 -11
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/CheckboxWithContainer.js.map +1 -1
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/README.md +1 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/changelog.txt +8 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/styles/index.js +9 -5
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/CircularButton/CircularButton.js +19 -3
- package/lib/module/component/AIA/molecules/CircularButton/CircularButton.js.map +1 -1
- package/lib/module/component/AIA/molecules/CircularButton/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/CircularButton/styles/index.js +18 -2
- package/lib/module/component/AIA/molecules/CircularButton/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/CircularButton/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/ClaimCard/ClaimCard.js +0 -1
- package/lib/module/component/AIA/molecules/ClaimCard/ClaimCard.js.map +1 -1
- package/lib/module/component/AIA/molecules/ClaimCard/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ClaimCard/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ClaimCard/styles/index.js +7 -7
- package/lib/module/component/AIA/molecules/ClaimCard/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ClaimCard/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/ContentCard/ContentCard.js +0 -1
- package/lib/module/component/AIA/molecules/ContentCard/ContentCard.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentCard/FlexWrapWithGap.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentCard/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentCard/styles/index.js +9 -9
- package/lib/module/component/AIA/molecules/ContentCard/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentFlatCard/ContentFlatCard.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentFlatCard/FlexWrapWithGap.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentFlatCard/config/index.js +4 -4
- package/lib/module/component/AIA/molecules/ContentFlatCard/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentFlatCard/styles/index.js +7 -7
- package/lib/module/component/AIA/molecules/ContentFlatCard/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Dialog/Dialog.js +4 -4
- package/lib/module/component/AIA/molecules/Dialog/Dialog.js.map +1 -1
- package/lib/module/component/AIA/molecules/Dialog/Dialog.stories.tsx.temp +371 -0
- package/lib/module/component/AIA/molecules/Dialog/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Dialog/styles/index.js +9 -9
- package/lib/module/component/AIA/molecules/Dialog/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/DonutChart/DonutChart.js +11 -14
- package/lib/module/component/AIA/molecules/DonutChart/DonutChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/DonutChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/DonutChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/DonutChart/styles/index.js +2 -2
- package/lib/module/component/AIA/molecules/DonutChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/EmphasisButton/EmphasisButton.js +136 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/EmphasisButton.js.map +1 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/README.md +20 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/changelog.txt +8 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/config/index.js +12 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/index.js +4 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/styles/index.js +66 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/EngagementCard/EngagementCard.js +4 -4
- package/lib/module/component/AIA/molecules/EngagementCard/EngagementCard.js.map +1 -1
- package/lib/module/component/AIA/molecules/EngagementCard/config/index.js +4 -4
- package/lib/module/component/AIA/molecules/EngagementCard/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/EngagementCard/styles/index.js +4 -4
- package/lib/module/component/AIA/molecules/EngagementCard/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/IconText/IconText.js.map +1 -1
- package/lib/module/component/AIA/molecules/IconText/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/IconText/styles/index.js +2 -2
- package/lib/module/component/AIA/molecules/IconText/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/LineChart/LineChart.js +1 -2
- package/lib/module/component/AIA/molecules/LineChart/LineChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/LineChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/LineChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/LineChart/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/LineChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/LineChart/types/react-native-charts-wrapper.d.js +2 -0
- package/lib/module/component/AIA/molecules/LineChart/types/react-native-charts-wrapper.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/ListContainer/ListContainer.js.map +1 -1
- package/lib/module/component/AIA/molecules/ListContainer/config/index.js +4 -4
- package/lib/module/component/AIA/molecules/ListContainer/index.js +0 -1
- package/lib/module/component/AIA/molecules/ListContainer/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ListContainer/styles/index.js +9 -9
- package/lib/module/component/AIA/molecules/ListContainer/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ListItem/ListItem.js +1 -1
- package/lib/module/component/AIA/molecules/ListItem/ListItem.js.map +1 -1
- package/lib/module/component/AIA/molecules/ListItem/index.js +1 -1
- package/lib/module/component/AIA/molecules/ListItem/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ListItem/styles/index.js +2 -2
- package/lib/module/component/AIA/molecules/ListItem/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ListItem/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/MessageBubble/MessageBubble.js +227 -0
- package/lib/module/component/AIA/molecules/MessageBubble/MessageBubble.js.map +1 -0
- package/lib/module/component/AIA/molecules/MessageBubble/README.md +113 -0
- package/lib/module/component/AIA/molecules/MessageBubble/aia-default-avatar.png +0 -0
- package/lib/module/component/AIA/molecules/MessageBubble/changelog.txt +6 -0
- package/lib/module/component/AIA/molecules/MessageBubble/config/index.js +11 -0
- package/lib/module/component/AIA/molecules/MessageBubble/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/MessageBubble/index.js +4 -0
- package/lib/module/component/AIA/molecules/MessageBubble/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/MessageBubble/package.json +13 -0
- package/lib/module/component/AIA/molecules/MessageBubble/styles/index.js +72 -0
- package/lib/module/component/AIA/molecules/MessageBubble/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/MessageBubble/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/MessageBubble/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Modal/Effect.js +0 -1
- package/lib/module/component/AIA/molecules/Modal/Effect.js.map +1 -1
- package/lib/module/component/AIA/molecules/Modal/Modal.js +0 -1
- package/lib/module/component/AIA/molecules/Modal/Modal.js.map +1 -1
- package/lib/module/component/AIA/molecules/Modal/Modal.stories1.js +3 -3
- package/lib/module/component/AIA/molecules/Modal/Modal.stories1.js.map +1 -1
- package/lib/module/component/AIA/molecules/Modal/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Modal/styles/index.js +0 -1
- package/lib/module/component/AIA/molecules/Modal/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PageLevelMessage/PageLevelMessage.js +13 -12
- package/lib/module/component/AIA/molecules/PageLevelMessage/PageLevelMessage.js.map +1 -1
- package/lib/module/component/AIA/molecules/PageLevelMessage/README.md +9 -8
- package/lib/module/component/AIA/molecules/PageLevelMessage/changelog.txt +4 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PageLevelMessage/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PageLevelMessage/styles/index.js +6 -8
- package/lib/module/component/AIA/molecules/PageLevelMessage/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PageLevelMessage/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/PieChart/PieChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/PieChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PieChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PieChart/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/PieChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PieChart/types/react-native-charts-wrapper.d.js +2 -0
- package/lib/module/component/AIA/molecules/PieChart/types/react-native-charts-wrapper.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/PolicyCard/PolicyCard.js +10 -5
- package/lib/module/component/AIA/molecules/PolicyCard/PolicyCard.js.map +1 -1
- package/lib/module/component/AIA/molecules/PolicyCard/changelog.txt +4 -0
- package/lib/module/component/AIA/molecules/PolicyCard/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PolicyCard/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PolicyCard/styles/index.js +14 -11
- package/lib/module/component/AIA/molecules/PolicyCard/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProductCard/FlexWrapWithGap.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProductCard/ProductCard.js +0 -1
- package/lib/module/component/AIA/molecules/ProductCard/ProductCard.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProductCard/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProductCard/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProductCard/styles/index.js +7 -7
- package/lib/module/component/AIA/molecules/ProductCard/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProgressBarWithText/ProgressBarWithText.js +2 -1
- package/lib/module/component/AIA/molecules/ProgressBarWithText/ProgressBarWithText.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProgressBarWithText/README.md +1 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/changelog.txt +6 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/config/index.js +4 -4
- package/lib/module/component/AIA/molecules/ProgressBarWithText/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProgressBarWithText/styles/index.js +4 -4
- package/lib/module/component/AIA/molecules/ProgressBarWithText/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadarChart/RadarChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadarChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadarChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadarChart/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/RadarChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadarChart/types/react-native-charts-wrapper.d.js +2 -0
- package/lib/module/component/AIA/molecules/RadarChart/types/react-native-charts-wrapper.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/README.md +1 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/RadioWithContainer.js +21 -11
- package/lib/module/component/AIA/molecules/RadioWithContainer/RadioWithContainer.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadioWithContainer/changelog.txt +8 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadioWithContainer/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadioWithContainer/styles/index.js +9 -5
- package/lib/module/component/AIA/molecules/RadioWithContainer/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadioWithContainer/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/SectionTitle/SectionTitle.js.map +1 -1
- package/lib/module/component/AIA/molecules/SectionTitle/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/SectionTitle/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/SectionTitle/styles/index.js +2 -2
- package/lib/module/component/AIA/molecules/SectionTitle/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Slider/Slider.js +0 -1
- package/lib/module/component/AIA/molecules/Slider/Slider.js.map +1 -1
- package/lib/module/component/AIA/molecules/Slider/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Slider/styles/index.js +9 -9
- package/lib/module/component/AIA/molecules/Slider/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Slider/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/Snackbar/Snackbar.js.map +1 -1
- package/lib/module/component/AIA/molecules/Snackbar/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Snackbar/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Snackbar/types/rn-snackbar-component.d.js +2 -0
- package/lib/module/component/AIA/molecules/Snackbar/types/rn-snackbar-component.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/SystemAlert/SystemAlert.js +2 -2
- package/lib/module/component/AIA/molecules/SystemAlert/SystemAlert.js.map +1 -1
- package/lib/module/component/AIA/molecules/SystemAlert/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/SystemAlert/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/SystemAlert/styles/index.js +14 -14
- package/lib/module/component/AIA/molecules/SystemAlert/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/SystemAlert/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/Tabs/Tabs.js +2 -1
- package/lib/module/component/AIA/molecules/Tabs/Tabs.js.map +1 -1
- package/lib/module/component/AIA/molecules/Tabs/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Tabs/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/Tabs/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Uploader/README.md +2 -1
- package/lib/module/component/AIA/molecules/Uploader/Uploader.js +78 -27
- package/lib/module/component/AIA/molecules/Uploader/Uploader.js.map +1 -1
- package/lib/module/component/AIA/molecules/Uploader/changelog.txt +21 -0
- package/lib/module/component/AIA/molecules/Uploader/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Uploader/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Uploader/styles/index.js +59 -11
- package/lib/module/component/AIA/molecules/Uploader/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Uploader/types/index.js +1 -1
- package/lib/module/component/AIA/molecules/Uploader/types/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Uploader/types/react-native-actionsheet.d.js +2 -0
- package/lib/module/component/AIA/molecules/Uploader/types/react-native-actionsheet.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/index.js +16 -0
- package/lib/module/component/AIA/molecules/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/package.json +2 -1
- package/lib/module/component/AIA/organisms/Accordions/Accordions.js +2 -3
- package/lib/module/component/AIA/organisms/Accordions/Accordions.js.map +1 -1
- package/lib/module/component/AIA/organisms/Accordions/index.js +0 -1
- package/lib/module/component/AIA/organisms/Accordions/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/Accordions/styles/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/AvatarGroup/AvatarGroup.js +4 -4
- package/lib/module/component/AIA/organisms/AvatarGroup/AvatarGroup.js.map +1 -1
- package/lib/module/component/AIA/organisms/AvatarGroup/changelog.txt +4 -0
- package/lib/module/component/AIA/organisms/AvatarGroup/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/AvatarGroup/styles/index.js +2 -2
- package/lib/module/component/AIA/organisms/AvatarGroup/styles/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/AvatarGroup/types/index.js +2 -0
- package/lib/module/component/AIA/organisms/ChatInput/ChatInput.js +217 -0
- package/lib/module/component/AIA/organisms/ChatInput/ChatInput.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/FilePickerActionSheet.js +90 -0
- package/lib/module/component/AIA/organisms/ChatInput/FilePickerActionSheet.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/FlexWrapWithGap.js +47 -0
- package/lib/module/component/AIA/organisms/ChatInput/FlexWrapWithGap.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/README.md +117 -0
- package/lib/module/component/AIA/organisms/ChatInput/changelog.txt +6 -0
- package/lib/module/component/AIA/organisms/ChatInput/config/index.js +31 -0
- package/lib/module/component/AIA/organisms/ChatInput/config/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/filePickerUtils.js +354 -0
- package/lib/module/component/AIA/organisms/ChatInput/filePickerUtils.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/index.js +4 -0
- package/lib/module/component/AIA/organisms/ChatInput/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/package.json +13 -0
- package/lib/module/component/AIA/organisms/ChatInput/styles/index.js +69 -0
- package/lib/module/component/AIA/organisms/ChatInput/styles/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/types/index.js +4 -0
- package/lib/module/component/AIA/organisms/ChatInput/types/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/List/List.js +1 -2
- package/lib/module/component/AIA/organisms/List/List.js.map +1 -1
- package/lib/module/component/AIA/organisms/List/config/index.js +4 -4
- package/lib/module/component/AIA/organisms/List/index.js +0 -1
- package/lib/module/component/AIA/organisms/List/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/List/styles/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/ListItemGroup/ListItemGroup.js.map +1 -1
- package/lib/module/component/AIA/organisms/ListItemGroup/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/ListItemGroup/styles/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/SystemAlerts/SystemAlerts.js +1 -1
- package/lib/module/component/AIA/organisms/SystemAlerts/SystemAlerts.js.map +1 -1
- package/lib/module/component/AIA/organisms/SystemAlerts/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/SystemAlerts/styles/index.js +5 -5
- package/lib/module/component/AIA/organisms/SystemAlerts/styles/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/SystemAlerts/types/index.js +2 -0
- package/lib/module/component/AIA/organisms/index.js +2 -0
- package/lib/module/component/AIA/organisms/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/package.json +3 -2
- package/lib/module/component/AIA/styles/aia-digital/border/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-digital/border/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/dark.js +10 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/dark.js.map +1 -1
- package/lib/module/component/AIA/styles/aia-digital/colors/light.js +10 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/light.js.map +1 -1
- package/lib/module/component/AIA/styles/aia-digital/colors/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/package.json +1 -1
- package/lib/module/component/AIA/styles/aia-digital/primitiveColorsToken/colors.json +113 -106
- package/lib/module/component/AIA/styles/aia-digital/scss/_border_class.scss +15 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_colors.scss +9 -2
- package/lib/module/component/AIA/styles/aia-digital/scss/_main.scss +1 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_theme_dark.scss +10 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_theme_light.scss +10 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_typography.scss +70 -0
- package/lib/module/component/AIA/styles/aia-digital/size/componentSize.js +4 -4
- package/lib/module/component/AIA/styles/aia-digital/size/componentSize.js.map +1 -1
- package/lib/module/component/AIA/styles/aia-digital/size/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-digital/size/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/spacing/componentSpacing.js +4 -4
- package/lib/module/component/AIA/styles/aia-digital/spacing/componentSpacing.js.map +1 -1
- package/lib/module/component/AIA/styles/aia-digital/spacing/spacing.js +18 -1
- package/lib/module/component/AIA/styles/aia-digital/spacing/spacing.js.map +1 -1
- package/lib/module/component/AIA/styles/aia-digital/spacing/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-digital/spacing/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/borderRadius.js +11 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/borderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/borderWidth.js +11 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/borderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/componentBorderRadius.js +17 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/componentBorderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/componentBorderWidth.js +8 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/componentBorderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/index.js +13 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/dark.js +159 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/dark.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/index.js +5 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/light.js +159 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/light.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/package.json +16 -0
- package/lib/module/component/AIA/styles/aia-hnw/primitiveColorsToken/colors.json +115 -0
- package/lib/module/component/AIA/styles/aia-hnw/primitiveColorsToken/index.js +5 -0
- package/lib/module/component/AIA/styles/aia-hnw/primitiveColorsToken/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_border.scss +28 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_border_class.scss +42 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_colors.scss +112 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_main.scss +4 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_size.scss +61 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_spacing.scss +41 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_theme_dark.scss +151 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_theme_light.scss +151 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_typography.scss +70 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/componentSize.js +38 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/componentSize.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/index.js +9 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/size.js +24 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/size.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/componentSpacing.js +13 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/componentSpacing.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/index.js +9 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/spacing.js +38 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/spacing.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/types.js.map +1 -0
- package/lib/module/component/AIA/styles/art/border/types.js +4 -0
- package/lib/module/component/AIA/styles/art/border/types.js.map +1 -0
- package/lib/module/component/AIA/styles/art/colors/dark.js +10 -0
- package/lib/module/component/AIA/styles/art/colors/dark.js.map +1 -1
- package/lib/module/component/AIA/styles/art/colors/light.js +10 -0
- package/lib/module/component/AIA/styles/art/colors/light.js.map +1 -1
- package/lib/module/component/AIA/styles/art/colors/types.js +4 -0
- package/lib/module/component/AIA/styles/art/colors/types.js.map +1 -0
- package/lib/module/component/AIA/styles/art/package.json +1 -1
- package/lib/module/component/AIA/styles/art/primitiveColorsToken/colors.json +144 -137
- package/lib/module/component/AIA/styles/art/scss/_border_class.scss +15 -0
- package/lib/module/component/AIA/styles/art/scss/_colors.scss +8 -1
- package/lib/module/component/AIA/styles/art/scss/_main.scss +1 -0
- package/lib/module/component/AIA/styles/art/scss/_theme_dark.scss +10 -0
- package/lib/module/component/AIA/styles/art/scss/_theme_light.scss +10 -0
- package/lib/module/component/AIA/styles/art/scss/_typography.scss +70 -0
- package/lib/module/component/AIA/styles/art/size/componentSize.js +4 -4
- package/lib/module/component/AIA/styles/art/size/componentSize.js.map +1 -1
- package/lib/module/component/AIA/styles/art/size/types.js +4 -0
- package/lib/module/component/AIA/styles/art/size/types.js.map +1 -0
- package/lib/module/component/AIA/styles/art/spacing/componentSpacing.js +4 -4
- package/lib/module/component/AIA/styles/art/spacing/componentSpacing.js.map +1 -1
- package/lib/module/component/AIA/styles/art/spacing/spacing.js +18 -1
- package/lib/module/component/AIA/styles/art/spacing/spacing.js.map +1 -1
- package/lib/module/component/AIA/styles/art/spacing/types.js +4 -0
- package/lib/module/component/AIA/styles/art/spacing/types.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/border/types.js +4 -0
- package/lib/module/component/AIA/styles/brand-x/border/types.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/colors/dark.js +10 -0
- package/lib/module/component/AIA/styles/brand-x/colors/dark.js.map +1 -1
- package/lib/module/component/AIA/styles/brand-x/colors/light.js +10 -0
- package/lib/module/component/AIA/styles/brand-x/colors/light.js.map +1 -1
- package/lib/module/component/AIA/styles/brand-x/colors/types.js +4 -0
- package/lib/module/component/AIA/styles/brand-x/colors/types.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/package.json +1 -1
- package/lib/module/component/AIA/styles/brand-x/primitiveColorsToken/colors.json +8 -1
- package/lib/module/component/AIA/styles/brand-x/scss/_border_class.scss +15 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_colors.scss +8 -1
- package/lib/module/component/AIA/styles/brand-x/scss/_main.scss +1 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_theme_dark.scss +10 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_theme_light.scss +10 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_typography.scss +70 -0
- package/lib/module/component/AIA/styles/brand-x/size/componentSize.js +4 -4
- package/lib/module/component/AIA/styles/brand-x/size/componentSize.js.map +1 -1
- package/lib/module/component/AIA/styles/brand-x/size/types.js +4 -0
- package/lib/module/component/AIA/styles/brand-x/size/types.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/spacing/componentSpacing.js +4 -4
- package/lib/module/component/AIA/styles/brand-x/spacing/componentSpacing.js.map +1 -1
- package/lib/module/component/AIA/styles/brand-x/spacing/spacing.js +18 -1
- package/lib/module/component/AIA/styles/brand-x/spacing/spacing.js.map +1 -1
- package/lib/module/component/AIA/styles/brand-x/spacing/types.js +4 -0
- package/lib/module/component/AIA/styles/brand-x/spacing/types.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/border/types.js +4 -0
- package/lib/module/component/AIA/styles/cfs/border/types.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/colors/dark.js +10 -0
- package/lib/module/component/AIA/styles/cfs/colors/dark.js.map +1 -1
- package/lib/module/component/AIA/styles/cfs/colors/index.js +2 -0
- package/lib/module/component/AIA/styles/cfs/colors/index.js.map +1 -1
- package/lib/module/component/AIA/styles/cfs/colors/light.js +10 -0
- package/lib/module/component/AIA/styles/cfs/colors/light.js.map +1 -1
- package/lib/module/component/AIA/styles/cfs/colors/types.js +4 -0
- package/lib/module/component/AIA/styles/cfs/colors/types.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/package.json +1 -1
- package/lib/module/component/AIA/styles/cfs/primitiveColorsToken/colors.json +142 -135
- package/lib/module/component/AIA/styles/cfs/scss/_border_class.scss +15 -0
- package/lib/module/component/AIA/styles/cfs/scss/_colors.scss +8 -1
- package/lib/module/component/AIA/styles/cfs/scss/_main.scss +1 -0
- package/lib/module/component/AIA/styles/cfs/scss/_theme_dark.scss +10 -0
- package/lib/module/component/AIA/styles/cfs/scss/_theme_light.scss +10 -0
- package/lib/module/component/AIA/styles/cfs/scss/_typography.scss +70 -0
- package/lib/module/component/AIA/styles/cfs/size/componentSize.js +4 -4
- package/lib/module/component/AIA/styles/cfs/size/componentSize.js.map +1 -1
- package/lib/module/component/AIA/styles/cfs/size/types.js +4 -0
- package/lib/module/component/AIA/styles/cfs/size/types.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/spacing/componentSpacing.js +4 -4
- package/lib/module/component/AIA/styles/cfs/spacing/componentSpacing.js.map +1 -1
- package/lib/module/component/AIA/styles/cfs/spacing/spacing.js +18 -1
- package/lib/module/component/AIA/styles/cfs/spacing/spacing.js.map +1 -1
- package/lib/module/component/AIA/styles/cfs/spacing/types.js +4 -0
- package/lib/module/component/AIA/styles/cfs/spacing/types.js.map +1 -0
- package/lib/module/component/AIA/styles/changelog.txt +14 -0
- package/lib/module/component/AIA/styles/generate-types.sh +161 -0
- package/lib/module/component/AIA/styles/hesta/border/types.js +4 -0
- package/lib/module/component/AIA/styles/hesta/border/types.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/colors/dark.js +10 -0
- package/lib/module/component/AIA/styles/hesta/colors/dark.js.map +1 -1
- package/lib/module/component/AIA/styles/hesta/colors/light.js +10 -0
- package/lib/module/component/AIA/styles/hesta/colors/light.js.map +1 -1
- package/lib/module/component/AIA/styles/hesta/colors/types.js +4 -0
- package/lib/module/component/AIA/styles/hesta/colors/types.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/package.json +1 -1
- package/lib/module/component/AIA/styles/hesta/primitiveColorsToken/colors.json +144 -137
- package/lib/module/component/AIA/styles/hesta/scss/_border_class.scss +15 -0
- package/lib/module/component/AIA/styles/hesta/scss/_colors.scss +8 -1
- package/lib/module/component/AIA/styles/hesta/scss/_main.scss +1 -0
- package/lib/module/component/AIA/styles/hesta/scss/_theme_dark.scss +10 -0
- package/lib/module/component/AIA/styles/hesta/scss/_theme_light.scss +10 -0
- package/lib/module/component/AIA/styles/hesta/scss/_typography.scss +70 -0
- package/lib/module/component/AIA/styles/hesta/size/componentSize.js +4 -4
- package/lib/module/component/AIA/styles/hesta/size/componentSize.js.map +1 -1
- package/lib/module/component/AIA/styles/hesta/size/types.js +4 -0
- package/lib/module/component/AIA/styles/hesta/size/types.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/spacing/componentSpacing.js +4 -4
- package/lib/module/component/AIA/styles/hesta/spacing/componentSpacing.js.map +1 -1
- package/lib/module/component/AIA/styles/hesta/spacing/spacing.js +18 -1
- package/lib/module/component/AIA/styles/hesta/spacing/spacing.js.map +1 -1
- package/lib/module/component/AIA/styles/hesta/spacing/types.js +4 -0
- package/lib/module/component/AIA/styles/hesta/spacing/types.js.map +1 -0
- package/lib/module/component/AIA/styles/package.json +1 -1
- package/lib/module/component/AIA/utils/Accessibility/index.js.map +1 -1
- package/lib/module/component/AIA/utils/ConvertStringToCamelCase/ConvertStringToCamelCase.js.map +1 -1
- package/lib/module/component/AIA/utils/ConvertStringToCamelCase/index.js.map +1 -1
- package/lib/module/component/AIA/utils/DateTime/DateTime.js +3 -5
- package/lib/module/component/AIA/utils/DateTime/DateTime.js.map +1 -1
- package/lib/module/component/AIA/utils/DateTime/config/index.js +4 -0
- package/lib/module/component/AIA/utils/DateTime/config/index.js.map +1 -1
- package/lib/module/component/AIA/utils/DateTime/index.js.map +1 -1
- package/lib/module/component/AIA/utils/File/File.js +21 -10
- package/lib/module/component/AIA/utils/File/File.js.map +1 -1
- package/lib/module/component/AIA/utils/File/index.js.map +1 -1
- package/lib/module/component/AIA/utils/FlexWrapWithGap/index.js +54 -0
- package/lib/module/component/AIA/utils/FlexWrapWithGap/index.js.map +1 -0
- package/lib/module/component/AIA/utils/LazyLoading/LazyLoading.js +2 -1
- package/lib/module/component/AIA/utils/LazyLoading/LazyLoading.js.map +1 -1
- package/lib/module/component/AIA/utils/LazyLoading/styles/index.js.map +1 -1
- package/lib/module/component/AIA/utils/NumberString/NumberString.js.map +1 -1
- package/lib/module/component/AIA/utils/NumberString/index.js.map +1 -1
- package/lib/module/component/AIA/utils/index.js.map +1 -1
- package/lib/module/component/AIA/utils/package.json +5 -3
- package/lib/module/component/forms/CommentForm.js +1 -1
- package/lib/module/component/forms/CommentForm.js.map +1 -1
- package/lib/module/component/forms/EffortForm.js +3 -2
- package/lib/module/component/forms/EffortForm.js.map +1 -1
- package/lib/module/component/forms/ExternalForm.js +15 -4
- package/lib/module/component/forms/ExternalForm.js.map +1 -1
- package/lib/module/component/forms/NPSForm.js +6 -5
- package/lib/module/component/forms/NPSForm.js.map +1 -1
- package/lib/module/component/forms/PollForm.js +6 -4
- package/lib/module/component/forms/PollForm.js.map +1 -1
- package/lib/module/component/forms/PromptForm.js +1 -1
- package/lib/module/component/forms/PromptForm.js.map +1 -1
- package/lib/module/component/forms/SatisfactionForm.js +4 -3
- package/lib/module/component/forms/SatisfactionForm.js.map +1 -1
- package/lib/module/theme.js +25 -0
- package/lib/module/theme.js.map +1 -0
- package/lib/module/types/atoms-mock.js +5 -0
- package/lib/module/types/atoms-mock.js.map +1 -0
- package/lib/module/utils/constants.js +2 -1
- package/lib/module/utils/constants.js.map +1 -1
- package/lib/module/utils/networking.js +3 -3
- package/lib/module/utils/networking.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.map +1 -1
- package/lib/typescript/FeedbackSDKForm.d.ts +2 -2
- package/lib/typescript/FeedbackSDKForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/CommentForm.d.ts +2 -2
- package/lib/typescript/component/forms/CommentForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/EffortForm.d.ts +2 -2
- package/lib/typescript/component/forms/EffortForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/ExternalForm.d.ts +2 -2
- package/lib/typescript/component/forms/ExternalForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/NPSForm.d.ts +2 -2
- package/lib/typescript/component/forms/NPSForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/PollForm.d.ts +2 -2
- package/lib/typescript/component/forms/PollForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/PromptForm.d.ts +2 -2
- package/lib/typescript/component/forms/PromptForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/SatisfactionForm.d.ts +2 -2
- package/lib/typescript/component/forms/SatisfactionForm.d.ts.map +1 -1
- package/lib/typescript/index.d.ts +3 -3
- package/lib/typescript/theme.d.ts +2 -0
- package/lib/typescript/theme.d.ts.map +1 -0
- package/lib/typescript/types/atoms-mock.d.ts +3 -0
- package/lib/typescript/types/atoms-mock.d.ts.map +1 -0
- package/lib/typescript/utils/constants.d.ts.map +1 -1
- package/lib/typescript/utils/networking.d.ts +0 -1
- package/lib/typescript/utils/networking.d.ts.map +1 -1
- package/package.json +4 -4
- 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 +0 -16
- package/lib/module/component/AIA/assets/index.js.map +0 -1
- package/lib/module/component/AIA/assets/package.json +0 -19
- package/lib/module/component/Button.js +0 -49
- package/lib/module/component/Button.js.map +0 -1
- package/lib/module/component/ButtonSubmit.js +0 -213
- package/lib/module/component/ButtonSubmit.js.map +0 -1
- package/lib/module/component/Input.js +0 -174
- package/lib/module/component/Input.js.map +0 -1
- package/lib/module/component/MultiSelectButtons.js +0 -186
- package/lib/module/component/MultiSelectButtons.js.map +0 -1
- package/lib/module/component/README.md +0 -215
- package/lib/module/component/Rating.js +0 -169
- package/lib/module/component/Rating.js.map +0 -1
- package/lib/module/component/RatingNumber.js +0 -289
- package/lib/module/component/RatingNumber.js.map +0 -1
- package/lib/module/component/Textarea.js +0 -168
- package/lib/module/component/Textarea.js.map +0 -1
- package/lib/module/component/YesNoButtons.js +0 -185
- package/lib/module/component/YesNoButtons.js.map +0 -1
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/ActivityIndicator.d.ts +0 -13
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/ActivityIndicator.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/styles/index.d.ts +0 -40
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/types/index.d.ts +0 -64
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Button/Button.d.ts +0 -10
- package/lib/typescript/component/AIA/atoms/Button/Button.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Button/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Button/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Button/styles/index.d.ts +0 -101
- package/lib/typescript/component/AIA/atoms/Button/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Button/types/index.d.ts +0 -120
- package/lib/typescript/component/AIA/atoms/Button/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Chip/Chip.d.ts +0 -11
- package/lib/typescript/component/AIA/atoms/Chip/Chip.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Chip/config/index.d.ts +0 -21
- package/lib/typescript/component/AIA/atoms/Chip/config/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Chip/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Chip/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Chip/styles/index.d.ts +0 -89
- package/lib/typescript/component/AIA/atoms/Chip/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Chip/types/index.d.ts +0 -94
- package/lib/typescript/component/AIA/atoms/Chip/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Divider/Divider.d.ts +0 -11
- package/lib/typescript/component/AIA/atoms/Divider/Divider.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Divider/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Divider/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Divider/styles/index.d.ts +0 -12
- package/lib/typescript/component/AIA/atoms/Divider/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Divider/types/index.d.ts +0 -26
- package/lib/typescript/component/AIA/atoms/Divider/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icon/Icon.d.ts +0 -11
- package/lib/typescript/component/AIA/atoms/Icon/Icon.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icon/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Icon/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icon/types/index.d.ts +0 -94
- package/lib/typescript/component/AIA/atoms/Icon/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/document-control/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/document-control/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/function/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/function/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/general/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/general/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/health-and-wellness/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/health-and-wellness/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/index.d.ts +0 -8
- package/lib/typescript/component/AIA/atoms/Icons/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/login/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/login/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/media-control/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/media-control/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/menu/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/menu/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/rating/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/rating/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/red-illustrations/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/red-illustrations/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/social-media/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/social-media/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/system-control/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/system-control/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/type/index.d.ts +0 -83
- package/lib/typescript/component/AIA/atoms/Icons/type/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/account-setup/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/account-setup/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/empty-state/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/empty-state/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/health-and-wellness/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/health-and-wellness/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/index.d.ts +0 -8
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/medical/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/medical/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/payment/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/payment/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-agents/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-agents/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-celebration/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-celebration/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-exercise/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-exercise/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-family/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-family/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-general/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-general/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-medical/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-medical/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/success-and-reward/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/success-and-reward/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/system/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/system/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/type/index.d.ts +0 -93
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/type/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Image/Image.d.ts +0 -11
- package/lib/typescript/component/AIA/atoms/Image/Image.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Image/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Image/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Image/styles/index.d.ts +0 -15
- package/lib/typescript/component/AIA/atoms/Image/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Image/types/index.d.ts +0 -98
- package/lib/typescript/component/AIA/atoms/Image/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Rating/Rating.d.ts +0 -10
- package/lib/typescript/component/AIA/atoms/Rating/Rating.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Rating/config/index.d.ts +0 -22
- package/lib/typescript/component/AIA/atoms/Rating/config/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Rating/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Rating/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Rating/styles/index.d.ts +0 -54
- package/lib/typescript/component/AIA/atoms/Rating/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Rating/types/index.d.ts +0 -94
- package/lib/typescript/component/AIA/atoms/Rating/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Text/Text.d.ts +0 -11
- package/lib/typescript/component/AIA/atoms/Text/Text.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Text/config/index.d.ts +0 -7
- package/lib/typescript/component/AIA/atoms/Text/config/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Text/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Text/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Text/styles/index.d.ts +0 -25
- package/lib/typescript/component/AIA/atoms/Text/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Text/types/index.d.ts +0 -127
- package/lib/typescript/component/AIA/atoms/Text/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/TextArea/TextArea.d.ts +0 -15
- package/lib/typescript/component/AIA/atoms/TextArea/TextArea.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/TextArea/config/index.d.ts +0 -8
- package/lib/typescript/component/AIA/atoms/TextArea/config/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/TextArea/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/TextArea/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/TextArea/styles/index.d.ts +0 -79
- package/lib/typescript/component/AIA/atoms/TextArea/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/TextArea/types/index.d.ts +0 -106
- package/lib/typescript/component/AIA/atoms/TextArea/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/hooks/FontConfig/index.d.ts +0 -2
- package/lib/typescript/component/AIA/hooks/FontConfig/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/hooks/FontConfig/type/index.d.ts +0 -44
- package/lib/typescript/component/AIA/hooks/FontConfig/type/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/hooks/useCustomTheme/index.d.ts +0 -2
- package/lib/typescript/component/AIA/hooks/useCustomTheme/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/hooks/useCustomTheme/useCustomTheme.d.ts +0 -16
- package/lib/typescript/component/AIA/hooks/useCustomTheme/useCustomTheme.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/border/borderRadius.d.ts +0 -9
- package/lib/typescript/component/AIA/styles/aia-digital/border/borderRadius.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/border/borderWidth.d.ts +0 -9
- package/lib/typescript/component/AIA/styles/aia-digital/border/borderWidth.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderRadius.d.ts +0 -14
- package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderRadius.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderWidth.d.ts +0 -5
- package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderWidth.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/border/index.d.ts +0 -24
- package/lib/typescript/component/AIA/styles/aia-digital/border/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/colors/light.d.ts +0 -140
- package/lib/typescript/component/AIA/styles/aia-digital/colors/light.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/size/componentSize.d.ts +0 -35
- package/lib/typescript/component/AIA/styles/aia-digital/size/componentSize.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/size/index.d.ts +0 -52
- package/lib/typescript/component/AIA/styles/aia-digital/size/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/size/size.d.ts +0 -22
- package/lib/typescript/component/AIA/styles/aia-digital/size/size.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/componentSpacing.d.ts +0 -10
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/componentSpacing.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/index.d.ts +0 -24
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/spacing.d.ts +0 -19
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/spacing.d.ts.map +0 -1
- package/lib/typescript/component/AIA/utils/Accessibility/index.d.ts +0 -12
- package/lib/typescript/component/AIA/utils/Accessibility/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/utils/Accessibility/types/index.d.ts +0 -21
- package/lib/typescript/component/AIA/utils/Accessibility/types/index.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["StyleSheet","ListContainerStyles","colors","border","spacing","create","container","backgroundColor","padding","
|
|
1
|
+
{"version":3,"names":["StyleSheet","ListContainerStyles","colors","border","spacing","create","container","backgroundColor","padding","width","flexDirection","transparentBackground","smallPaddingOption","paddingVertical","containerWithContainer","borderWidth","borderRadius","borderColor","holdingContainer","middleContainer","flex","dividerSpacing","paddingHorizontal","titleSpacing","marginVertical","capitalBottomSpacing","marginBottom","descriptionTopSpacing","marginTop","descriptionLeftMargin","marginLeft","leftChildrenSpacing","marginRight","rightChildrenSpacing","notLastItem"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/molecules/ListContainer/styles/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAEA,SAAQA,UAAU,QAAO,cAAc;AAGvC,MAAMC,mBAAmB,GAAGA,CAACC,MAAa,EAAEC,MAAmB,EAAEC,OAAqB,KACpFJ,UAAU,CAACK,MAAM,CAAC;EAChBC,SAAS,EAAE;IACTC,eAAe,EAAEL,MAAM,CAAC,iBAAiB,CAAC;IAC1CM,OAAO,EAAEJ,OAAO,CAAC,IAAI,CAAC;IACtBK,KAAK,EAAE,MAAM;IACbC,aAAa,EAAE;EACjB,CAAC;EACDC,qBAAqB,EAAE;IACrBJ,eAAe,EAAE;EACnB,CAAC;EACDK,kBAAkB,EAAE;IAClBC,eAAe,EAAET,OAAO,CAAC,IAAI;EAC/B,CAAC;EACDU,sBAAsB,EAAE;IACtBC,WAAW,EAAEZ,MAAM,CAAC,WAAW,CAAC;IAChCa,YAAY,EAAEb,MAAM,CAAC,WAAW,CAAC;IACjCc,WAAW,EAAEf,MAAM,CAAC,gBAAgB;EACtC,CAAC;EACDgB,gBAAgB,EAAE;IAChBX,eAAe,EAAEL,MAAM,CAAC,iBAAiB;EAC3C,CAAC;EACDiB,eAAe,EAAE;IACfC,IAAI,EAAE;EACR,CAAC;EACDC,cAAc,EAAE;IACdC,iBAAiB,EAAElB,OAAO,CAAC,IAAI;EACjC,CAAC;EACDmB,YAAY,EAAE;IACZC,cAAc,EAAEpB,OAAO,CAAC,IAAI;EAC9B,CAAC;EACDqB,oBAAoB,EAAE;IACpBC,YAAY,EAAEtB,OAAO,CAAC,KAAK;EAC7B,CAAC;EACDuB,qBAAqB,EAAE;IACrBC,SAAS,EAAExB,OAAO,CAAC,IAAI;EACzB,CAAC;EACDyB,qBAAqB,EAAE;IACrBC,UAAU,EAAE1B,OAAO,CAAC,IAAI,CAAC,GAAGA,OAAO,CAAC,IAAI;EAC1C,CAAC;EACD2B,mBAAmB,EAAE;IACnBC,WAAW,EAAE5B,OAAO,CAAC,IAAI;EAC3B,CAAC;EACD6B,oBAAoB,EAAE;IACpBH,UAAU,EAAE1B,OAAO,CAAC,IAAI;EAC1B,CAAC;EACD8B,WAAW,EAAE;IACXR,YAAY,EAAEtB,OAAO,CAAC,IAAI;EAC5B;AACF,CAAC,CAAC;AAEJ,eAAeH,mBAAmB","ignoreList":[]}
|
|
@@ -88,7 +88,7 @@ const ListItem = props => {
|
|
|
88
88
|
if (icon && icon.name == ICON_CHECK) return 'green';
|
|
89
89
|
if (icon && icon.name == ICON_SUCCESS && iconColor == 'green') return 'green';
|
|
90
90
|
if (icon && icon.name == ICON_SUCCESS && iconColor == 'disabled') return 'disabled';
|
|
91
|
-
return
|
|
91
|
+
return 'default';
|
|
92
92
|
})();
|
|
93
93
|
return /*#__PURE__*/_jsxs(View, {
|
|
94
94
|
style: styles.listItemContainer,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","View","Text","Icon","ListItemStyles","ICON_CHECK","ICON_SUCCESS","BULLET_STRING","useCustomTheme","jsx","_jsx","jsxs","_jsxs","ListItem","props","label","size","icon","iconColor","testID","variant","index","accessible","accessibilityLabel","accessibilityHint","accessibilityRole","accessibilityState","colors","spacing","styles","labelSpacing","spacingLarge","spacingSmall","labelVariation","renderLeftComponent","renderDot","renderIcon","renderNumeric","customStyle","labelColor","children","group","name","iconSize","color","iconFillColor","style","listItemContainer"],"sourceRoot":"../../../../../../src","sources":["component/AIA/molecules/ListItem/ListItem.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAAQC,IAAI,QAAO,cAAc;AAEjC,OAAOC,IAAI;AACX,OAAOC,IAAI;AAEX,OAAOC,cAAc;
|
|
1
|
+
{"version":3,"names":["React","View","Text","Icon","ListItemStyles","ICON_CHECK","ICON_SUCCESS","BULLET_STRING","useCustomTheme","jsx","_jsx","jsxs","_jsxs","ListItem","props","label","size","icon","iconColor","testID","variant","index","accessible","accessibilityLabel","accessibilityHint","accessibilityRole","accessibilityState","colors","spacing","styles","labelSpacing","spacingLarge","spacingSmall","labelVariation","renderLeftComponent","renderDot","renderIcon","renderNumeric","customStyle","labelColor","children","group","name","iconSize","color","iconFillColor","style","listItemContainer"],"sourceRoot":"../../../../../../src","sources":["component/AIA/molecules/ListItem/ListItem.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["default"
|
|
1
|
+
{"version":3,"names":["default"],"sourceRoot":"../../../../../../src","sources":["component/AIA/molecules/ListItem/index.ts"],"mappings":";;AAAA,SAASA,OAAO;AACgC","ignoreList":[]}
|
|
@@ -13,10 +13,10 @@ const ListItemStyles = (colors, spacing) => StyleSheet.create({
|
|
|
13
13
|
flexDirection: 'row'
|
|
14
14
|
},
|
|
15
15
|
spacingLarge: {
|
|
16
|
-
marginLeft: spacing
|
|
16
|
+
marginLeft: spacing['xs']
|
|
17
17
|
},
|
|
18
18
|
spacingSmall: {
|
|
19
|
-
marginLeft: spacing
|
|
19
|
+
marginLeft: spacing['xs']
|
|
20
20
|
},
|
|
21
21
|
labelColor: {
|
|
22
22
|
color: colors['text-default']
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["StyleSheet","ListItemStyles","colors","spacing","create","listItemContainer","width","flexDirection","spacingLarge","marginLeft","
|
|
1
|
+
{"version":3,"names":["StyleSheet","ListItemStyles","colors","spacing","create","listItemContainer","width","flexDirection","spacingLarge","marginLeft","spacingSmall","labelColor","color"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/molecules/ListItem/styles/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAEA,SAAQA,UAAU,QAAO,cAAc;AAGvC,MAAMC,cAAc,GAAGA,CAACC,MAAa,EAAEC,OAAqB,KAC1DH,UAAU,CAACI,MAAM,CAAC;EAChBC,iBAAiB,EAAE;IACjBC,KAAK,EAAE,MAAM;IACbC,aAAa,EAAE;EACjB,CAAC;EACDC,YAAY,EAAE;IACZC,UAAU,EAAEN,OAAO,CAAC,IAAI;EAC1B,CAAC;EACDO,YAAY,EAAE;IACZD,UAAU,EAAEN,OAAO,CAAC,IAAI;EAC1B,CAAC;EACDQ,UAAU,EAAE;IACVC,KAAK,EAAEV,MAAM,CAAC,cAAc;EAC9B;AACF,CAAC,CAAC;AAEJ,eAAeD,cAAc","ignoreList":[]}
|
|
@@ -0,0 +1,227 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
*
|
|
5
|
+
* MessageBubble
|
|
6
|
+
* @format
|
|
7
|
+
*
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
import React, { useEffect, useRef, useState } from 'react';
|
|
11
|
+
import { View, Animated } from 'react-native';
|
|
12
|
+
import { DEFAULT_AVATAR_IMAGE } from "./config/index.js";
|
|
13
|
+
import MessageBubbleStyles from "./styles/index.js";
|
|
14
|
+
import useCustomTheme from "../../hooks/useCustomTheme/index.js";
|
|
15
|
+
import Text from "../../atoms/Text/index.js";
|
|
16
|
+
import Avatar from "../Avatar/index.js";
|
|
17
|
+
import Button from "../../atoms/Button/index.js";
|
|
18
|
+
import IconButton from "../../atoms/IconButton/index.js";
|
|
19
|
+
import FlexWrapWithGap from "../../utils/FlexWrapWithGap/index.js";
|
|
20
|
+
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
21
|
+
const MessageBubble = props => {
|
|
22
|
+
const {
|
|
23
|
+
message,
|
|
24
|
+
type,
|
|
25
|
+
timestamp,
|
|
26
|
+
withAvatar,
|
|
27
|
+
avatarImageURL,
|
|
28
|
+
iconButtons,
|
|
29
|
+
buttons,
|
|
30
|
+
incomingAvatarName,
|
|
31
|
+
children,
|
|
32
|
+
state = 'delivered',
|
|
33
|
+
searchingText = 'Searching'
|
|
34
|
+
} = props;
|
|
35
|
+
const {
|
|
36
|
+
colors,
|
|
37
|
+
border,
|
|
38
|
+
spacing,
|
|
39
|
+
size
|
|
40
|
+
} = useCustomTheme();
|
|
41
|
+
const styles = MessageBubbleStyles(colors, border, spacing, size);
|
|
42
|
+
const [activeDot, setActiveDot] = useState(0);
|
|
43
|
+
const bounceAnim1 = useRef(new Animated.Value(0)).current;
|
|
44
|
+
const bounceAnim2 = useRef(new Animated.Value(0)).current;
|
|
45
|
+
const bounceAnim3 = useRef(new Animated.Value(0)).current;
|
|
46
|
+
useEffect(() => {
|
|
47
|
+
if (type !== 'incoming' || state !== 'waiting') {
|
|
48
|
+
return;
|
|
49
|
+
}
|
|
50
|
+
const bounceAnimations = [bounceAnim1, bounceAnim2, bounceAnim3];
|
|
51
|
+
let currentDotIndex = 0;
|
|
52
|
+
const animateSingleDot = () => {
|
|
53
|
+
const currentAnim = bounceAnimations[currentDotIndex];
|
|
54
|
+
setActiveDot(currentDotIndex);
|
|
55
|
+
Animated.sequence([Animated.timing(currentAnim, {
|
|
56
|
+
toValue: -8,
|
|
57
|
+
duration: 300,
|
|
58
|
+
useNativeDriver: true
|
|
59
|
+
}), Animated.timing(currentAnim, {
|
|
60
|
+
toValue: 0,
|
|
61
|
+
duration: 300,
|
|
62
|
+
useNativeDriver: true
|
|
63
|
+
})]).start(() => {
|
|
64
|
+
currentDotIndex = (currentDotIndex + 1) % 3;
|
|
65
|
+
setTimeout(animateSingleDot, 100);
|
|
66
|
+
});
|
|
67
|
+
};
|
|
68
|
+
animateSingleDot();
|
|
69
|
+
return () => {
|
|
70
|
+
bounceAnim1.stopAnimation();
|
|
71
|
+
bounceAnim2.stopAnimation();
|
|
72
|
+
bounceAnim3.stopAnimation();
|
|
73
|
+
};
|
|
74
|
+
}, [bounceAnim1, bounceAnim2, bounceAnim3, type, state]);
|
|
75
|
+
const getDotColor = dotIndex => {
|
|
76
|
+
return activeDot === dotIndex ? colors['icon-subdued'] : colors['icon-disabled'];
|
|
77
|
+
};
|
|
78
|
+
const renderDots = () => {
|
|
79
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
80
|
+
style: styles.dotsContainer,
|
|
81
|
+
children: [/*#__PURE__*/_jsx(Animated.View, {
|
|
82
|
+
style: [styles.dot, styles.dotMargin, {
|
|
83
|
+
backgroundColor: getDotColor(0),
|
|
84
|
+
transform: [{
|
|
85
|
+
translateY: bounceAnim1
|
|
86
|
+
}]
|
|
87
|
+
}]
|
|
88
|
+
}), /*#__PURE__*/_jsx(Animated.View, {
|
|
89
|
+
style: [styles.dot, styles.dotMargin, {
|
|
90
|
+
backgroundColor: getDotColor(1),
|
|
91
|
+
transform: [{
|
|
92
|
+
translateY: bounceAnim2
|
|
93
|
+
}]
|
|
94
|
+
}]
|
|
95
|
+
}), /*#__PURE__*/_jsx(Animated.View, {
|
|
96
|
+
style: [styles.dot, {
|
|
97
|
+
backgroundColor: getDotColor(2),
|
|
98
|
+
transform: [{
|
|
99
|
+
translateY: bounceAnim3
|
|
100
|
+
}]
|
|
101
|
+
}]
|
|
102
|
+
})]
|
|
103
|
+
});
|
|
104
|
+
};
|
|
105
|
+
const renderIconButtons = () => {
|
|
106
|
+
if (!iconButtons || iconButtons.length === 0) return null;
|
|
107
|
+
const maxIconButtons = iconButtons.slice(0, 3);
|
|
108
|
+
return /*#__PURE__*/_jsx(View, {
|
|
109
|
+
style: styles.iconButtonsWrapper,
|
|
110
|
+
children: maxIconButtons.map((button, index) => /*#__PURE__*/_jsx(IconButton, {
|
|
111
|
+
icon: button.icon,
|
|
112
|
+
onPress: button?.onPress
|
|
113
|
+
}, `${button.icon.group}-${button.icon.name}-${index}--message-bubble-icon-button`))
|
|
114
|
+
});
|
|
115
|
+
};
|
|
116
|
+
const renderButtons = () => {
|
|
117
|
+
if (!buttons || buttons.length === 0) return null;
|
|
118
|
+
const maxButtons = buttons.slice(0, 3);
|
|
119
|
+
return /*#__PURE__*/_jsx(View, {
|
|
120
|
+
style: styles.buttonWrapper,
|
|
121
|
+
children: /*#__PURE__*/_jsx(FlexWrapWithGap, {
|
|
122
|
+
gap: 24,
|
|
123
|
+
children: maxButtons.map((button, index) => /*#__PURE__*/_jsx(Button, {
|
|
124
|
+
buttonLabel: button?.label ?? '',
|
|
125
|
+
onPress: button?.onPress,
|
|
126
|
+
type: 'tertiary',
|
|
127
|
+
size: 'small',
|
|
128
|
+
withUnderline: false,
|
|
129
|
+
isShowIcon: true,
|
|
130
|
+
icon: button?.icon
|
|
131
|
+
}, `${button?.label ?? 'button'}-${index}--message-bubble-button`))
|
|
132
|
+
})
|
|
133
|
+
});
|
|
134
|
+
};
|
|
135
|
+
const renderOutgoing = () => /*#__PURE__*/_jsxs(View, {
|
|
136
|
+
style: {
|
|
137
|
+
width: '100%'
|
|
138
|
+
},
|
|
139
|
+
children: [/*#__PURE__*/_jsx(View, {
|
|
140
|
+
style: styles.messageBubble,
|
|
141
|
+
children: /*#__PURE__*/_jsx(Text, {
|
|
142
|
+
variant: "body-1-regular",
|
|
143
|
+
children: message
|
|
144
|
+
})
|
|
145
|
+
}), Boolean(timestamp) && /*#__PURE__*/_jsx(Text, {
|
|
146
|
+
variant: "body-3-regular",
|
|
147
|
+
color: colors['text-subdued'],
|
|
148
|
+
customStyle: styles.outgoingTimestampStyle,
|
|
149
|
+
children: timestamp
|
|
150
|
+
})]
|
|
151
|
+
});
|
|
152
|
+
const renderIncoming = () => {
|
|
153
|
+
if (state === 'waiting') {
|
|
154
|
+
return /*#__PURE__*/_jsx(View, {
|
|
155
|
+
children: /*#__PURE__*/_jsxs(View, {
|
|
156
|
+
style: styles.avatarWrapper,
|
|
157
|
+
children: [withAvatar && /*#__PURE__*/_jsx(Avatar, {
|
|
158
|
+
type: "image",
|
|
159
|
+
size: 6,
|
|
160
|
+
imageURL: avatarImageURL || DEFAULT_AVATAR_IMAGE
|
|
161
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
162
|
+
variant: "body-2-semibold",
|
|
163
|
+
customContainerStyle: [styles.incomingNameStyle, withAvatar && styles.searchingTextLeftMargin, styles.searchingTextRightMargin],
|
|
164
|
+
children: searchingText
|
|
165
|
+
}), renderDots()]
|
|
166
|
+
})
|
|
167
|
+
});
|
|
168
|
+
}
|
|
169
|
+
if (children) {
|
|
170
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
171
|
+
children: [/*#__PURE__*/_jsxs(View, {
|
|
172
|
+
style: styles.avatarWrapper,
|
|
173
|
+
children: [withAvatar && /*#__PURE__*/_jsx(Avatar, {
|
|
174
|
+
type: "image",
|
|
175
|
+
size: 6,
|
|
176
|
+
imageURL: avatarImageURL || DEFAULT_AVATAR_IMAGE
|
|
177
|
+
}), incomingAvatarName && /*#__PURE__*/_jsx(Text, {
|
|
178
|
+
variant: "body-2-semibold",
|
|
179
|
+
customContainerStyle: styles.incomingNameStyle,
|
|
180
|
+
children: incomingAvatarName
|
|
181
|
+
})]
|
|
182
|
+
}), /*#__PURE__*/_jsxs(View, {
|
|
183
|
+
style: styles.incomingComponentSlotContainer,
|
|
184
|
+
children: [children, Boolean(timestamp) && /*#__PURE__*/_jsx(Text, {
|
|
185
|
+
variant: "body-3-regular",
|
|
186
|
+
color: colors['text-subdued'],
|
|
187
|
+
customStyle: styles.incomingTimestampStyle,
|
|
188
|
+
children: timestamp
|
|
189
|
+
})]
|
|
190
|
+
})]
|
|
191
|
+
});
|
|
192
|
+
}
|
|
193
|
+
return /*#__PURE__*/_jsx(View, {
|
|
194
|
+
children: /*#__PURE__*/_jsxs(View, {
|
|
195
|
+
style: styles.avatarWrapper,
|
|
196
|
+
children: [withAvatar && /*#__PURE__*/_jsx(Avatar, {
|
|
197
|
+
type: "image",
|
|
198
|
+
size: 6,
|
|
199
|
+
imageURL: avatarImageURL || DEFAULT_AVATAR_IMAGE
|
|
200
|
+
}), /*#__PURE__*/_jsxs(View, {
|
|
201
|
+
style: [styles.incomingMessageBubbleContainer, !withAvatar && styles.incomingWithoutAvatarStyle],
|
|
202
|
+
children: [incomingAvatarName && /*#__PURE__*/_jsx(Text, {
|
|
203
|
+
variant: "body-2-semibold",
|
|
204
|
+
customContainerStyle: styles.incomingNameStyle,
|
|
205
|
+
children: incomingAvatarName
|
|
206
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
207
|
+
variant: "body-1-regular",
|
|
208
|
+
children: message
|
|
209
|
+
}), Boolean(timestamp) && /*#__PURE__*/_jsx(Text, {
|
|
210
|
+
variant: "body-3-regular",
|
|
211
|
+
color: colors['text-subdued'],
|
|
212
|
+
customStyle: {
|
|
213
|
+
marginTop: spacing['2xs']
|
|
214
|
+
},
|
|
215
|
+
children: timestamp
|
|
216
|
+
}), iconButtons && iconButtons.length > 0 ? renderIconButtons() : renderButtons()]
|
|
217
|
+
})]
|
|
218
|
+
})
|
|
219
|
+
});
|
|
220
|
+
};
|
|
221
|
+
if (type === 'outgoing') {
|
|
222
|
+
return renderOutgoing();
|
|
223
|
+
}
|
|
224
|
+
return renderIncoming();
|
|
225
|
+
};
|
|
226
|
+
export default MessageBubble;
|
|
227
|
+
//# sourceMappingURL=MessageBubble.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","useEffect","useRef","useState","View","Animated","DEFAULT_AVATAR_IMAGE","MessageBubbleStyles","useCustomTheme","Text","Avatar","Button","IconButton","FlexWrapWithGap","jsx","_jsx","jsxs","_jsxs","MessageBubble","props","message","type","timestamp","withAvatar","avatarImageURL","iconButtons","buttons","incomingAvatarName","children","state","searchingText","colors","border","spacing","size","styles","activeDot","setActiveDot","bounceAnim1","Value","current","bounceAnim2","bounceAnim3","bounceAnimations","currentDotIndex","animateSingleDot","currentAnim","sequence","timing","toValue","duration","useNativeDriver","start","setTimeout","stopAnimation","getDotColor","dotIndex","renderDots","style","dotsContainer","dot","dotMargin","backgroundColor","transform","translateY","renderIconButtons","length","maxIconButtons","slice","iconButtonsWrapper","map","button","index","icon","onPress","group","name","renderButtons","maxButtons","buttonWrapper","gap","buttonLabel","label","withUnderline","isShowIcon","renderOutgoing","width","messageBubble","variant","Boolean","color","customStyle","outgoingTimestampStyle","renderIncoming","avatarWrapper","imageURL","customContainerStyle","incomingNameStyle","searchingTextLeftMargin","searchingTextRightMargin","incomingComponentSlotContainer","incomingTimestampStyle","incomingMessageBubbleContainer","incomingWithoutAvatarStyle","marginTop"],"sourceRoot":"../../../../../../src","sources":["component/AIA/molecules/MessageBubble/MessageBubble.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,113 @@
|
|
|
1
|
+
# MessageBubble
|
|
2
|
+
|
|
3
|
+
## Usage & Example
|
|
4
|
+
|
|
5
|
+
```js
|
|
6
|
+
import MessageBubble from '@/MessageBubble';
|
|
7
|
+
|
|
8
|
+
// Outgoing message (sent by user)
|
|
9
|
+
<MessageBubble
|
|
10
|
+
type="outgoing"
|
|
11
|
+
message="Hello! How are you?"
|
|
12
|
+
timestamp="2:30pm"
|
|
13
|
+
/>
|
|
14
|
+
|
|
15
|
+
// Incoming message with avatar
|
|
16
|
+
<MessageBubble
|
|
17
|
+
type="incoming"
|
|
18
|
+
message="I'm doing great, thanks for asking!"
|
|
19
|
+
timestamp="2:31pm"
|
|
20
|
+
withAvatar
|
|
21
|
+
incomingAvatarName="John Doe"
|
|
22
|
+
/>
|
|
23
|
+
|
|
24
|
+
// Incoming message with waiting state (typing indicator)
|
|
25
|
+
<MessageBubble
|
|
26
|
+
type="incoming"
|
|
27
|
+
message=""
|
|
28
|
+
state="waiting"
|
|
29
|
+
withAvatar
|
|
30
|
+
incomingAvatarName="John Doe"
|
|
31
|
+
/>
|
|
32
|
+
|
|
33
|
+
// Incoming message with custom avatar image
|
|
34
|
+
<MessageBubble
|
|
35
|
+
type="incoming"
|
|
36
|
+
message="Hello with custom avatar!"
|
|
37
|
+
timestamp="2:32pm"
|
|
38
|
+
withAvatar
|
|
39
|
+
avatarImageURL="https://example.com/avatar.jpg"
|
|
40
|
+
incomingAvatarName="Jane Smith"
|
|
41
|
+
/>
|
|
42
|
+
|
|
43
|
+
// Incoming message with custom searching text
|
|
44
|
+
<MessageBubble
|
|
45
|
+
type="incoming"
|
|
46
|
+
message=""
|
|
47
|
+
state="waiting"
|
|
48
|
+
withAvatar
|
|
49
|
+
searchingText="Loading..."
|
|
50
|
+
/>
|
|
51
|
+
|
|
52
|
+
// Incoming message with icon buttons
|
|
53
|
+
<MessageBubble
|
|
54
|
+
type="incoming"
|
|
55
|
+
message="Would you like to see the options?"
|
|
56
|
+
timestamp="2:32pm"
|
|
57
|
+
withAvatar
|
|
58
|
+
incomingAvatarName="John Doe"
|
|
59
|
+
iconButtons={[
|
|
60
|
+
{icon: {group: 'general', name: 'heart'}, onPress: () => console.log('Liked')},
|
|
61
|
+
{icon: {group: 'general', name: 'share'}, onPress: () => console.log('Shared')},
|
|
62
|
+
]}
|
|
63
|
+
/>
|
|
64
|
+
|
|
65
|
+
// Incoming message with buttons
|
|
66
|
+
<MessageBubble
|
|
67
|
+
type="incoming"
|
|
68
|
+
message="Choose an option:"
|
|
69
|
+
timestamp="2:33pm"
|
|
70
|
+
withAvatar
|
|
71
|
+
incomingAvatarName="John Doe"
|
|
72
|
+
buttons={[
|
|
73
|
+
{label: 'Option 1', onPress: () => console.log('Option 1'), icon: {group: 'general', name: 'check'}},
|
|
74
|
+
{label: 'Option 2', onPress: () => console.log('Option 2')},
|
|
75
|
+
]}
|
|
76
|
+
/>
|
|
77
|
+
|
|
78
|
+
// Incoming message with custom children
|
|
79
|
+
<MessageBubble
|
|
80
|
+
type="incoming"
|
|
81
|
+
timestamp="2:34pm"
|
|
82
|
+
withAvatar
|
|
83
|
+
incomingAvatarName="John Doe"
|
|
84
|
+
>
|
|
85
|
+
<CustomComponent />
|
|
86
|
+
</MessageBubble>
|
|
87
|
+
```
|
|
88
|
+
|
|
89
|
+
Key | Type | Required | Description |
|
|
90
|
+
------------------- | --------- | --------- | ----------------------------------------------------------------------------------------------------- |
|
|
91
|
+
message | `String` | True | The text content to be displayed in the message bubble. |
|
|
92
|
+
type | `String` | True | The type of message - 'outgoing' for sent messages (right-aligned) or 'incoming' for received. |
|
|
93
|
+
timestamp | `String` | False | The timestamp to display below the message bubble. Default: '2:00pm'. |
|
|
94
|
+
withAvatar | `Boolean` | False | Whether to display an avatar with the message bubble (for incoming messages). |
|
|
95
|
+
avatarImageURL | `String` | False | The avatar image URL to display (for incoming messages). If not provided, uses default avatar image. |
|
|
96
|
+
incomingAvatarName | `String` | False | The name to display for incoming messages with avatar. |
|
|
97
|
+
state | `String` | False | The state of the incoming message - 'waiting' shows animated dots. Only for type 'incoming'. |
|
|
98
|
+
searchingText | `String` | False | The text to display when state is 'waiting'. Default: 'Searching'. |
|
|
99
|
+
iconButtons | `Array` | False | Array of icon buttons to display (max 3). Shows if buttons prop is not provided. |
|
|
100
|
+
buttons | `Array` | False | Array of buttons to display (max 3). Shows only if iconButtons is not provided. |
|
|
101
|
+
children | `Node` | False | Custom children components to render in incoming message slot. When provided, message is ignored. |
|
|
102
|
+
|
|
103
|
+
## Notes
|
|
104
|
+
|
|
105
|
+
- For incoming messages, only one of `iconButtons` or `buttons` will be displayed. If both are provided, `iconButtons` takes precedence.
|
|
106
|
+
- Maximum of 3 icon buttons or 3 buttons can be displayed.
|
|
107
|
+
- The `state="waiting"` shows an animated typing indicator (bouncing dots) for incoming messages.
|
|
108
|
+
- When `children` is provided for incoming messages, the `message` prop is ignored and only children + timestamp are rendered.
|
|
109
|
+
- Outgoing messages are right-aligned with max width of 80% of the screen.
|
|
110
|
+
- Incoming messages are left-aligned and can include avatar, name, buttons, or custom content.
|
|
111
|
+
- Avatar images use `type="image"` internally and support both URL strings and local image sources.
|
|
112
|
+
- If `avatarImageURL` is not provided, a default avatar image is used.
|
|
113
|
+
- The `searchingText` prop allows customization of the text displayed during the waiting state (default: "Searching").
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["DEFAULT_AVATAR_IMAGE","require"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/molecules/MessageBubble/config/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAEA,MAAMA,oBAAoB,GAAGC,OAAO,4BAA4B,CAAC;AAEjE,SAAQD,oBAAoB","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["default"],"sourceRoot":"../../../../../../src","sources":["component/AIA/molecules/MessageBubble/index.ts"],"mappings":";;AAAA,SAASA,OAAO","ignoreList":[]}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@aia-mobile-dds/messagebubble",
|
|
3
|
+
"description": "MessageBubble components for Mobile apps",
|
|
4
|
+
"version": "1.0.0",
|
|
5
|
+
"keywords": [
|
|
6
|
+
"dds components",
|
|
7
|
+
"dds design"
|
|
8
|
+
],
|
|
9
|
+
"module": "index.ts",
|
|
10
|
+
"sideEffects": false,
|
|
11
|
+
"dependencies": {
|
|
12
|
+
}
|
|
13
|
+
}
|
|
@@ -0,0 +1,72 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
*
|
|
5
|
+
* @format
|
|
6
|
+
*
|
|
7
|
+
*/
|
|
8
|
+
|
|
9
|
+
import { StyleSheet } from 'react-native';
|
|
10
|
+
const MessageBubbleStyles = (colors, border, spacing, size) => StyleSheet.create({
|
|
11
|
+
messageBubble: {
|
|
12
|
+
padding: spacing['sm'],
|
|
13
|
+
backgroundColor: colors['card-secondary-1-surface'],
|
|
14
|
+
borderRadius: border['radius-md'],
|
|
15
|
+
maxWidth: '80%',
|
|
16
|
+
alignSelf: 'flex-end'
|
|
17
|
+
},
|
|
18
|
+
dotsContainer: {
|
|
19
|
+
height: 24,
|
|
20
|
+
width: 48,
|
|
21
|
+
flexDirection: 'row',
|
|
22
|
+
alignItems: 'center'
|
|
23
|
+
},
|
|
24
|
+
dot: {
|
|
25
|
+
width: 8,
|
|
26
|
+
height: 8,
|
|
27
|
+
borderRadius: 4
|
|
28
|
+
},
|
|
29
|
+
dotMargin: {
|
|
30
|
+
marginRight: 6
|
|
31
|
+
},
|
|
32
|
+
buttonWrapper: {
|
|
33
|
+
marginTop: spacing['2xs']
|
|
34
|
+
},
|
|
35
|
+
iconButtonsWrapper: {
|
|
36
|
+
flexDirection: 'row',
|
|
37
|
+
marginTop: spacing['2xs']
|
|
38
|
+
},
|
|
39
|
+
incomingMessageBubbleContainer: {
|
|
40
|
+
flexGrow: 1,
|
|
41
|
+
marginLeft: spacing['xs']
|
|
42
|
+
},
|
|
43
|
+
incomingComponentSlotContainer: {
|
|
44
|
+
marginVertical: spacing['2xs']
|
|
45
|
+
},
|
|
46
|
+
avatarWrapper: {
|
|
47
|
+
flexDirection: 'row'
|
|
48
|
+
},
|
|
49
|
+
incomingNameStyle: {
|
|
50
|
+
marginBottom: spacing['2xs'],
|
|
51
|
+
height: size['xl'],
|
|
52
|
+
justifyContent: 'center'
|
|
53
|
+
},
|
|
54
|
+
outgoingTimestampStyle: {
|
|
55
|
+
marginTop: spacing['2xs'],
|
|
56
|
+
alignSelf: 'flex-end'
|
|
57
|
+
},
|
|
58
|
+
incomingTimestampStyle: {
|
|
59
|
+
marginTop: spacing['2xs']
|
|
60
|
+
},
|
|
61
|
+
searchingTextLeftMargin: {
|
|
62
|
+
marginLeft: spacing['2xs']
|
|
63
|
+
},
|
|
64
|
+
searchingTextRightMargin: {
|
|
65
|
+
marginRight: spacing['2xs']
|
|
66
|
+
},
|
|
67
|
+
incomingWithoutAvatarStyle: {
|
|
68
|
+
marginLeft: 0
|
|
69
|
+
}
|
|
70
|
+
});
|
|
71
|
+
export default MessageBubbleStyles;
|
|
72
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["StyleSheet","MessageBubbleStyles","colors","border","spacing","size","create","messageBubble","padding","backgroundColor","borderRadius","maxWidth","alignSelf","dotsContainer","height","width","flexDirection","alignItems","dot","dotMargin","marginRight","buttonWrapper","marginTop","iconButtonsWrapper","incomingMessageBubbleContainer","flexGrow","marginLeft","incomingComponentSlotContainer","marginVertical","avatarWrapper","incomingNameStyle","marginBottom","justifyContent","outgoingTimestampStyle","incomingTimestampStyle","searchingTextLeftMargin","searchingTextRightMargin","incomingWithoutAvatarStyle"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/molecules/MessageBubble/styles/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAEA,SAAQA,UAAU,QAAO,cAAc;AAQvC,MAAMC,mBAAmB,GAAGA,CAC1BC,MAAa,EACbC,MAAmB,EACnBC,OAAqB,EACrBC,IAAe,KAEfL,UAAU,CAACM,MAAM,CAAC;EAChBC,aAAa,EAAE;IACbC,OAAO,EAAEJ,OAAO,CAAC,IAAI,CAAC;IACtBK,eAAe,EAAEP,MAAM,CAAC,0BAA0B,CAAC;IACnDQ,YAAY,EAAEP,MAAM,CAAC,WAAW,CAAC;IACjCQ,QAAQ,EAAE,KAAK;IACfC,SAAS,EAAE;EACb,CAAC;EACDC,aAAa,EAAE;IACbC,MAAM,EAAE,EAAE;IACVC,KAAK,EAAE,EAAE;IACTC,aAAa,EAAE,KAAK;IACpBC,UAAU,EAAE;EACd,CAAC;EACDC,GAAG,EAAE;IACHH,KAAK,EAAE,CAAC;IACRD,MAAM,EAAE,CAAC;IACTJ,YAAY,EAAE;EAChB,CAAC;EACDS,SAAS,EAAE;IACTC,WAAW,EAAE;EACf,CAAC;EACDC,aAAa,EAAE;IACbC,SAAS,EAAElB,OAAO,CAAC,KAAK;EAC1B,CAAC;EACDmB,kBAAkB,EAAE;IAClBP,aAAa,EAAE,KAAK;IACpBM,SAAS,EAAElB,OAAO,CAAC,KAAK;EAC1B,CAAC;EACDoB,8BAA8B,EAAE;IAC9BC,QAAQ,EAAE,CAAC;IACXC,UAAU,EAAEtB,OAAO,CAAC,IAAI;EAC1B,CAAC;EACDuB,8BAA8B,EAAE;IAC9BC,cAAc,EAAExB,OAAO,CAAC,KAAK;EAC/B,CAAC;EACDyB,aAAa,EAAE;IACbb,aAAa,EAAE;EACjB,CAAC;EACDc,iBAAiB,EAAE;IACjBC,YAAY,EAAE3B,OAAO,CAAC,KAAK,CAAC;IAC5BU,MAAM,EAAET,IAAI,CAAC,IAAI,CAAC;IAClB2B,cAAc,EAAE;EAClB,CAAC;EACDC,sBAAsB,EAAE;IACtBX,SAAS,EAAElB,OAAO,CAAC,KAAK,CAAC;IACzBQ,SAAS,EAAE;EACb,CAAC;EACDsB,sBAAsB,EAAE;IACtBZ,SAAS,EAAElB,OAAO,CAAC,KAAK;EAC1B,CAAC;EACD+B,uBAAuB,EAAE;IACvBT,UAAU,EAAEtB,OAAO,CAAC,KAAK;EAC3B,CAAC;EACDgC,wBAAwB,EAAE;IACxBhB,WAAW,EAAEhB,OAAO,CAAC,KAAK;EAC5B,CAAC;EACDiC,0BAA0B,EAAE;IAACX,UAAU,EAAE;EAAC;AAC5C,CAAC,CAAC;AAEJ,eAAezB,mBAAmB","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../../../src","sources":["component/AIA/molecules/MessageBubble/types/index.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
* @format
|
|
7
7
|
*
|
|
8
8
|
*/
|
|
9
|
-
|
|
10
9
|
import React, { useEffect, useRef, useCallback } from 'react';
|
|
11
10
|
import { SafeAreaView, Animated, View, Text, TouchableWithoutFeedback, TouchableOpacity, ActionSheetIOS, Platform } from 'react-native';
|
|
12
11
|
import Icon from "../../atoms/Icon/index.js";
|