@originallyus/feedback-rn-sdk 4.0.0-beta.27 → 4.0.0-beta.29
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 +22 -5
- 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 +14 -10
- 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
|
@@ -10,16 +10,16 @@
|
|
|
10
10
|
import React, { memo, useState, useRef } from 'react';
|
|
11
11
|
import { TouchableWithoutFeedback, View } from 'react-native';
|
|
12
12
|
import { Text } from 'react-native-paper';
|
|
13
|
-
import {
|
|
13
|
+
import { ILLUSTRATED_ICON, ERROR_ICON } from "./config/index.js";
|
|
14
14
|
import ChipStyles from "./styles/index.js";
|
|
15
15
|
import Icon from "../Icon/index.js";
|
|
16
|
+
import Image from "../Image/index.js";
|
|
16
17
|
import useCustomTheme from "../../hooks/useCustomTheme/index.js";
|
|
17
18
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
18
19
|
const Chip = /*#__PURE__*/memo(props => {
|
|
19
20
|
const {
|
|
20
21
|
id,
|
|
21
22
|
isSelected,
|
|
22
|
-
isMultiple,
|
|
23
23
|
label,
|
|
24
24
|
onPress,
|
|
25
25
|
illustratedIcon,
|
|
@@ -30,7 +30,17 @@ const Chip = /*#__PURE__*/memo(props => {
|
|
|
30
30
|
accessibilityLabel,
|
|
31
31
|
accessibilityHint,
|
|
32
32
|
accessibilityRole,
|
|
33
|
-
accessibilityState
|
|
33
|
+
accessibilityState,
|
|
34
|
+
leadingIcon,
|
|
35
|
+
trailingIcon,
|
|
36
|
+
variant = 'default',
|
|
37
|
+
isError,
|
|
38
|
+
showErrorMessage = true,
|
|
39
|
+
errorMessage = 'Error Message',
|
|
40
|
+
directionForIllustration = 'vertical',
|
|
41
|
+
iconTypeForIllustration = 'illustratedIcon',
|
|
42
|
+
iconForIllustration,
|
|
43
|
+
imgSource
|
|
34
44
|
} = props;
|
|
35
45
|
const {
|
|
36
46
|
fonts,
|
|
@@ -67,59 +77,140 @@ const Chip = /*#__PURE__*/memo(props => {
|
|
|
67
77
|
onPress?.();
|
|
68
78
|
}
|
|
69
79
|
};
|
|
70
|
-
const
|
|
71
|
-
const icon =
|
|
80
|
+
const renderIcon = isLeading => {
|
|
81
|
+
const icon = isLeading ? leadingIcon : trailingIcon;
|
|
82
|
+
if (!icon) return null;
|
|
72
83
|
return /*#__PURE__*/_jsx(Icon, {
|
|
73
84
|
group: icon.group,
|
|
74
85
|
name: icon.name,
|
|
75
|
-
size:
|
|
86
|
+
size: smallVariantBodyOption == 'body-1' ? 5 : 4,
|
|
76
87
|
color: !isDisabled ? isSelected || isHolding ? 'navyblue' : 'default' : 'disabled'
|
|
77
88
|
});
|
|
78
89
|
};
|
|
79
|
-
return /*#__PURE__*/
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
children:
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
90
|
+
return /*#__PURE__*/_jsxs(View, {
|
|
91
|
+
style: {
|
|
92
|
+
alignItems: 'flex-start'
|
|
93
|
+
},
|
|
94
|
+
children: [/*#__PURE__*/_jsx(TouchableWithoutFeedback, {
|
|
95
|
+
testID: `${id}-chip`,
|
|
96
|
+
onPressOut: handlePressOut,
|
|
97
|
+
onLongPress: handleLongPress,
|
|
98
|
+
onPress: handlePress,
|
|
99
|
+
accessible: accessible,
|
|
100
|
+
accessibilityLabel: accessibilityLabel,
|
|
101
|
+
accessibilityHint: accessibilityHint,
|
|
102
|
+
accessibilityRole: accessibilityRole,
|
|
103
|
+
accessibilityState: accessibilityState,
|
|
104
|
+
children: /*#__PURE__*/_jsxs(View, {
|
|
105
|
+
children: [size === 'small' && variant === 'default' && /*#__PURE__*/_jsx(View, {
|
|
106
|
+
style: [styles.container, smallVariantBodyOption == 'body-2' && styles.smallVariantBody2Container, isHolding && !isSelected && styles.holdingNotSelectedStyle, isSelected && styles.isSelected, isSelected && styles.containerSelectedSizeCompensation, isSelected && smallVariantBodyOption == 'body-2' && styles.smallVariantBody2SelectedSizeCompensation, isHolding && isSelected && styles.holdingSelectedStyle, isDisabled && styles.disabledContainer, !label && {
|
|
107
|
+
minWidth: 0
|
|
108
|
+
}],
|
|
109
|
+
pointerEvents: "box-only",
|
|
110
|
+
ref: containerRef,
|
|
111
|
+
children: /*#__PURE__*/_jsxs(View, {
|
|
112
|
+
style: styles.nonIllustratedChipContainer,
|
|
113
|
+
children: [leadingIcon && /*#__PURE__*/_jsx(View, {
|
|
114
|
+
style: !label ? undefined : smallVariantBodyOption == 'body-1' ? styles.bodyOneIconMargin : styles.iconMargin,
|
|
115
|
+
children: renderIcon(true)
|
|
116
|
+
}), label && /*#__PURE__*/_jsx(Text, {
|
|
117
|
+
style: [
|
|
118
|
+
// AIA issue: Fix issue where only the first word is displayed and the second word is hidden due to the lineHeight property.],
|
|
119
|
+
// fonts[`${smallVariantBodyOption}-semibold`],
|
|
120
|
+
{
|
|
121
|
+
fontSize: 16,
|
|
122
|
+
letterSpacing: 0,
|
|
123
|
+
fontWeight: '600',
|
|
124
|
+
// lineHeight: 24,
|
|
125
|
+
fontFamily: 'OpenSans-SemiBold'
|
|
126
|
+
}, styles.label, isSelected && styles.isSelectedLabel, isDisabled && styles.disabledText],
|
|
127
|
+
children: label
|
|
128
|
+
}), trailingIcon && /*#__PURE__*/_jsx(View, {
|
|
129
|
+
style: !label ? undefined : smallVariantBodyOption == 'body-1' ? styles.bodyOneTrailingIconMargin : styles.iconTrailingMargin,
|
|
130
|
+
children: renderIcon(false)
|
|
131
|
+
})]
|
|
132
|
+
})
|
|
133
|
+
}), variant == 'default' && size == 'large' && /*#__PURE__*/_jsx(View, {
|
|
134
|
+
style: [styles.largeContainer, isHolding && !isSelected && styles.holdingNotSelectedStyle, isSelected && styles.isSelected, isSelected && styles.largeContainerSelectedSizeCompensation, isHolding && isSelected && styles.holdingSelectedStyle, isDisabled && styles.disabledContainer, isError && styles.errorBorder],
|
|
135
|
+
pointerEvents: "box-only",
|
|
136
|
+
ref: containerRef,
|
|
137
|
+
children: /*#__PURE__*/_jsx(Text, {
|
|
138
|
+
style: [fonts['body-1-semibold'], styles.label, isSelected && styles.isSelectedLabel, isDisabled && styles.disabledText],
|
|
139
|
+
children: label
|
|
140
|
+
})
|
|
141
|
+
}), variant === 'illustration' && /*#__PURE__*/_jsxs(View, {
|
|
142
|
+
style: [styles.container, styles.illustratedIconContainer, directionForIllustration === 'vertical' && styles.illustratedVerticalIconContainer, isHolding && !isSelected && styles.holdingNotSelectedStyle, isSelected && styles.isSelected, isSelected && directionForIllustration !== 'vertical' && styles.illustratedIconSelectedSizeCompensation, isSelected && directionForIllustration === 'vertical' && styles.illustratedVerticalSelectedSizeCompensation, isHolding && isSelected && styles.holdingSelectedStyle, isDisabled && styles.disabledContainer, isError && styles.errorBorder],
|
|
143
|
+
pointerEvents: "box-only",
|
|
144
|
+
ref: containerRef,
|
|
145
|
+
children: [directionForIllustration === 'vertical' && illustratedIcon != undefined && iconTypeForIllustration === 'illustratedIcon' && /*#__PURE__*/_jsx(View, {
|
|
146
|
+
style: styles.illustratedIconWrapper,
|
|
147
|
+
children: /*#__PURE__*/_jsx(Icon, {
|
|
148
|
+
group: ILLUSTRATED_ICON.group,
|
|
149
|
+
name: illustratedIcon,
|
|
150
|
+
size: ILLUSTRATED_ICON.size,
|
|
151
|
+
color: ILLUSTRATED_ICON.color
|
|
152
|
+
})
|
|
153
|
+
}), directionForIllustration === 'vertical' && iconForIllustration != null && iconTypeForIllustration === 'illustration' && /*#__PURE__*/_jsx(View, {
|
|
154
|
+
style: styles.illustratedIconWrapper,
|
|
155
|
+
children: /*#__PURE__*/_jsx(Icon, {
|
|
156
|
+
type: 'IllustratedIcon',
|
|
157
|
+
group: iconForIllustration.group,
|
|
158
|
+
name: iconForIllustration.name,
|
|
159
|
+
size: 'sm',
|
|
160
|
+
color: ILLUSTRATED_ICON.color
|
|
161
|
+
})
|
|
162
|
+
}), directionForIllustration === 'vertical' && iconTypeForIllustration === 'image' && /*#__PURE__*/_jsx(View, {
|
|
163
|
+
style: [styles.illustratedIconWrapper, styles.verticalImageContainer],
|
|
164
|
+
children: /*#__PURE__*/_jsx(Image, {
|
|
165
|
+
source: imgSource,
|
|
166
|
+
aspectRatio: "1:1",
|
|
167
|
+
customStyle: styles.imageBorder
|
|
168
|
+
})
|
|
169
|
+
}), /*#__PURE__*/_jsxs(View, {
|
|
170
|
+
style: styles.nonIllustratedChipContainer,
|
|
171
|
+
children: [directionForIllustration === 'horizontal' && illustratedIcon != undefined && iconTypeForIllustration === 'illustratedIcon' && /*#__PURE__*/_jsx(View, {
|
|
172
|
+
style: styles.horizontalIllustratedIconWrapper,
|
|
173
|
+
children: /*#__PURE__*/_jsx(Icon, {
|
|
174
|
+
group: ILLUSTRATED_ICON.group,
|
|
175
|
+
name: illustratedIcon,
|
|
176
|
+
size: 'sm',
|
|
177
|
+
color: ILLUSTRATED_ICON.color
|
|
178
|
+
})
|
|
179
|
+
}), directionForIllustration === 'horizontal' && iconForIllustration != null && iconTypeForIllustration === 'illustration' && /*#__PURE__*/_jsx(View, {
|
|
180
|
+
style: styles.horizontalIllustratedIconWrapper,
|
|
181
|
+
children: /*#__PURE__*/_jsx(Icon, {
|
|
182
|
+
type: 'IllustratedIcon',
|
|
183
|
+
group: iconForIllustration.group,
|
|
184
|
+
name: iconForIllustration.name,
|
|
185
|
+
size: 'xs',
|
|
186
|
+
color: ILLUSTRATED_ICON.color
|
|
187
|
+
})
|
|
188
|
+
}), directionForIllustration === 'horizontal' && iconTypeForIllustration === 'image' && /*#__PURE__*/_jsx(View, {
|
|
189
|
+
style: [styles.horizontalIllustratedIconWrapper, styles.horizontalImageContainer],
|
|
190
|
+
children: /*#__PURE__*/_jsx(Image, {
|
|
191
|
+
source: imgSource,
|
|
192
|
+
aspectRatio: "1:1",
|
|
193
|
+
customStyle: styles.imageBorder
|
|
194
|
+
})
|
|
195
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
196
|
+
style: [fonts[`body-1-semibold`], styles.label, isSelected && styles.isSelectedLabel, isDisabled && styles.disabledText],
|
|
197
|
+
children: label
|
|
198
|
+
})]
|
|
199
|
+
})]
|
|
112
200
|
})]
|
|
113
|
-
})]
|
|
114
|
-
}) : /*#__PURE__*/_jsx(View, {
|
|
115
|
-
style: [styles.largeContainer, styles.fullWidth, isHolding && !isSelected && styles.holdingNotSelectedStyle, isSelected && styles.isSelected, isHolding && isSelected && styles.holdingSelectedStyle, isDisabled && styles.disabledContainer],
|
|
116
|
-
pointerEvents: "box-only",
|
|
117
|
-
ref: containerRef,
|
|
118
|
-
children: /*#__PURE__*/_jsx(Text, {
|
|
119
|
-
style: [fonts['body-1-semibold'], styles.label, isSelected && styles.isSelectedLabel, isDisabled && styles.disabledText],
|
|
120
|
-
children: label
|
|
121
201
|
})
|
|
122
|
-
})
|
|
202
|
+
}), (size != 'small' || variant == 'illustration') && isError && showErrorMessage && /*#__PURE__*/_jsxs(View, {
|
|
203
|
+
style: styles.errorContainer,
|
|
204
|
+
children: [/*#__PURE__*/_jsx(Icon, {
|
|
205
|
+
group: ERROR_ICON.group,
|
|
206
|
+
name: ERROR_ICON.name,
|
|
207
|
+
size: ERROR_ICON.size,
|
|
208
|
+
color: ERROR_ICON.color
|
|
209
|
+
}), /*#__PURE__*/_jsx(Text, {
|
|
210
|
+
style: [fonts['body-2-regular'], styles.errorText],
|
|
211
|
+
children: errorMessage
|
|
212
|
+
})]
|
|
213
|
+
})]
|
|
123
214
|
});
|
|
124
215
|
});
|
|
125
216
|
export default Chip;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","memo","useState","useRef","TouchableWithoutFeedback","View","Text","
|
|
1
|
+
{"version":3,"names":["React","memo","useState","useRef","TouchableWithoutFeedback","View","Text","ILLUSTRATED_ICON","ERROR_ICON","ChipStyles","Icon","Image","useCustomTheme","jsx","_jsx","jsxs","_jsxs","Chip","props","id","isSelected","label","onPress","illustratedIcon","size","smallVariantBodyOption","isDisabled","accessible","accessibilityLabel","accessibilityHint","accessibilityRole","accessibilityState","leadingIcon","trailingIcon","variant","isError","showErrorMessage","errorMessage","directionForIllustration","iconTypeForIllustration","iconForIllustration","imgSource","fonts","colors","border","sizeToken","spacing","styles","containerRef","isHolding","setIsHolding","handleLongPress","handlePressOut","event","nativeEvent","current","measure","x","y","width","height","pageX","pageY","undefined","touchX","touchY","handlePress","renderIcon","isLeading","icon","group","name","color","style","alignItems","children","testID","onPressOut","onLongPress","container","smallVariantBody2Container","holdingNotSelectedStyle","containerSelectedSizeCompensation","smallVariantBody2SelectedSizeCompensation","holdingSelectedStyle","disabledContainer","minWidth","pointerEvents","ref","nonIllustratedChipContainer","bodyOneIconMargin","iconMargin","fontSize","letterSpacing","fontWeight","fontFamily","isSelectedLabel","disabledText","bodyOneTrailingIconMargin","iconTrailingMargin","largeContainer","largeContainerSelectedSizeCompensation","errorBorder","illustratedIconContainer","illustratedVerticalIconContainer","illustratedIconSelectedSizeCompensation","illustratedVerticalSelectedSizeCompensation","illustratedIconWrapper","type","verticalImageContainer","source","aspectRatio","customStyle","imageBorder","horizontalIllustratedIconWrapper","horizontalImageContainer","errorContainer","errorText"],"sourceRoot":"../../../../../../src","sources":["component/AIA/atoms/Chip/Chip.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -26,13 +26,23 @@ import Chip from '@aia-mobile-dds/Chip';
|
|
|
26
26
|
/>
|
|
27
27
|
```
|
|
28
28
|
|
|
29
|
-
Key
|
|
30
|
-
---------------------
|
|
31
|
-
label
|
|
32
|
-
onPress
|
|
33
|
-
isSelected
|
|
34
|
-
isMultiple
|
|
35
|
-
illustratedIcon
|
|
36
|
-
size
|
|
37
|
-
smallVariantBodyOption| `string` | `False` | Size of the text for small variant. |
|
|
38
|
-
isDisabled
|
|
29
|
+
Key | Type | Required | Description |
|
|
30
|
+
--------------------- | ----------------- | -------- | -----------------------------------------------------------------|
|
|
31
|
+
label | `string` | `True` | Text string to display. |
|
|
32
|
+
onPress | `function` | `False` | Function to execute on press. |
|
|
33
|
+
isSelected | `boolean` | `False` | Boolean for is chip in selected styles |
|
|
34
|
+
isMultiple | `boolean` | `False` | Boolean for chip is in multiple styles |
|
|
35
|
+
illustratedIcon | `string` | `False` | Illustrated icon name to display as illustrated chip components. |
|
|
36
|
+
size | `string` | `False` | Size for the component. Small or large. |
|
|
37
|
+
smallVariantBodyOption | `string` | `False` | Size of the text for small variant. |
|
|
38
|
+
isDisabled | `boolean` | `False` | Boolean for is chip in disabled styles. |
|
|
39
|
+
leadingIcon | `Icon` | `False` | Left Icon. |
|
|
40
|
+
trailingIcon | `Icon` | `False` | Right Icon. |
|
|
41
|
+
variant | `string` | `False` | Variant of chip. |
|
|
42
|
+
isError | `boolean` | `False` | Error state. |
|
|
43
|
+
showErrorMessage | `boolean` | `False` | Show/Hide error message. |
|
|
44
|
+
errorMessage | `string` | `False` | String for error message. |
|
|
45
|
+
directionForIllustration| `string` | `False` | Direction of illustration icon. |
|
|
46
|
+
iconTypeForIllustration | `string` | `False` | Type of the icon. |
|
|
47
|
+
iconForIllustration | `Icon` | `False` | Icon object. |
|
|
48
|
+
imgSource | `uri` | `False` | Image source. |
|
|
@@ -1,5 +1,15 @@
|
|
|
1
1
|
# DDS 3.0
|
|
2
2
|
|
|
3
|
+
## Jun 25, 2026
|
|
4
|
+
### Updated
|
|
5
|
+
- Prevent selected Chip size changes by compensating padding when the selected border width increases.
|
|
6
|
+
|
|
7
|
+
## Sep 18, 2025
|
|
8
|
+
### Updated
|
|
9
|
+
- Updated to Qi Design.
|
|
10
|
+
- added new props as leadingIcon, trailingIcon, variant, isError, showErrorMessage, errorMessage, directionForIllustration, iconTypeForIllustration, iconForIllustration, imgSource
|
|
11
|
+
- remove isMultiple
|
|
12
|
+
|
|
3
13
|
## Jan 27, 2025
|
|
4
14
|
### Updated
|
|
5
15
|
- Large variant are now full width.
|
|
@@ -6,19 +6,15 @@
|
|
|
6
6
|
*
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
export const ADD_ICON = {
|
|
10
|
-
group: 'systemControl',
|
|
11
|
-
name: 'add',
|
|
12
|
-
size: 4
|
|
13
|
-
};
|
|
14
|
-
export const CHECK_ICON = {
|
|
15
|
-
group: 'systemControl',
|
|
16
|
-
name: 'checkmark',
|
|
17
|
-
size: 4
|
|
18
|
-
};
|
|
19
9
|
export const ILLUSTRATED_ICON = {
|
|
20
10
|
group: 'red',
|
|
21
11
|
size: 7,
|
|
22
12
|
color: 'default'
|
|
23
13
|
};
|
|
14
|
+
export const ERROR_ICON = {
|
|
15
|
+
group: 'general',
|
|
16
|
+
name: 'alert_solid',
|
|
17
|
+
size: 4,
|
|
18
|
+
color: 'cerise'
|
|
19
|
+
};
|
|
24
20
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["
|
|
1
|
+
{"version":3,"names":["ILLUSTRATED_ICON","group","size","color","ERROR_ICON","name"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/atoms/Chip/config/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAIA,OAAO,MAAMA,gBAAgB,GAAG;EAC9BC,KAAK,EAAE,KAAK;EACZC,IAAI,EAAE,CAAS;EACfC,KAAK,EAAE;AACT,CAAC;AAED,OAAO,MAAMC,UAAU,GAAG;EACxBH,KAAK,EAAE,SAAS;EAChBI,IAAI,EAAE,aAAa;EACnBH,IAAI,EAAE,CAAS;EACfC,KAAK,EAAE;AACT,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["default"],"sourceRoot":"../../../../../../src","sources":["component/AIA/atoms/Chip/index.ts"],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"names":["default"],"sourceRoot":"../../../../../../src","sources":["component/AIA/atoms/Chip/index.ts"],"mappings":";;AAAA,SAASA,OAAO","ignoreList":[]}
|
|
@@ -12,26 +12,34 @@ const ChipStyles = (colors, border, size, spacing) => StyleSheet.create({
|
|
|
12
12
|
alignSelf: 'center',
|
|
13
13
|
alignItems: 'center',
|
|
14
14
|
justifyContent: 'center',
|
|
15
|
-
paddingHorizontal: spacing
|
|
16
|
-
paddingVertical: spacing
|
|
15
|
+
paddingHorizontal: spacing['sm'],
|
|
16
|
+
paddingVertical: spacing['xs'],
|
|
17
17
|
minWidth: size['7xl'],
|
|
18
18
|
backgroundColor: colors['surface-enabled-2'],
|
|
19
19
|
borderColor: colors['border-default'],
|
|
20
20
|
borderWidth: border['border-sm'],
|
|
21
21
|
borderRadius: border['chip-radius']
|
|
22
22
|
},
|
|
23
|
+
smallVariantBody2Container: {
|
|
24
|
+
paddingHorizontal: spacing['xs']
|
|
25
|
+
},
|
|
23
26
|
largeContainer: {
|
|
24
27
|
alignSelf: 'center',
|
|
25
28
|
alignItems: 'center',
|
|
26
29
|
justifyContent: 'center',
|
|
27
|
-
paddingHorizontal: spacing
|
|
28
|
-
paddingVertical:
|
|
30
|
+
paddingHorizontal: spacing['xl'],
|
|
31
|
+
paddingVertical: 14,
|
|
29
32
|
minWidth: 163,
|
|
30
33
|
backgroundColor: colors['surface-enabled-2'],
|
|
31
34
|
borderColor: colors['border-default'],
|
|
32
35
|
borderWidth: border['border-sm'],
|
|
33
36
|
borderRadius: border['chip-radius']
|
|
34
37
|
},
|
|
38
|
+
errorContainer: {
|
|
39
|
+
flexDirection: 'row',
|
|
40
|
+
marginTop: spacing['xs'],
|
|
41
|
+
alignItems: 'center'
|
|
42
|
+
},
|
|
35
43
|
fullWidth: {
|
|
36
44
|
width: '100%'
|
|
37
45
|
},
|
|
@@ -40,7 +48,26 @@ const ChipStyles = (colors, border, size, spacing) => StyleSheet.create({
|
|
|
40
48
|
},
|
|
41
49
|
isSelected: {
|
|
42
50
|
backgroundColor: colors['surface-selected-1'],
|
|
43
|
-
borderColor: colors['border-selected']
|
|
51
|
+
borderColor: colors['border-selected'],
|
|
52
|
+
borderWidth: border['border-md']
|
|
53
|
+
},
|
|
54
|
+
containerSelectedSizeCompensation: {
|
|
55
|
+
paddingHorizontal: spacing['sm'] - 1,
|
|
56
|
+
paddingVertical: spacing['xs'] - 1
|
|
57
|
+
},
|
|
58
|
+
smallVariantBody2SelectedSizeCompensation: {
|
|
59
|
+
paddingHorizontal: spacing['xs'] - 1
|
|
60
|
+
},
|
|
61
|
+
largeContainerSelectedSizeCompensation: {
|
|
62
|
+
paddingHorizontal: spacing['xl'] - 1,
|
|
63
|
+
paddingVertical: 13
|
|
64
|
+
},
|
|
65
|
+
illustratedIconSelectedSizeCompensation: {
|
|
66
|
+
padding: spacing['md'] - 1
|
|
67
|
+
},
|
|
68
|
+
illustratedVerticalSelectedSizeCompensation: {
|
|
69
|
+
paddingVertical: 13,
|
|
70
|
+
paddingHorizontal: spacing['md'] - 1
|
|
44
71
|
},
|
|
45
72
|
label: {
|
|
46
73
|
padding: 0,
|
|
@@ -57,6 +84,15 @@ const ChipStyles = (colors, border, size, spacing) => StyleSheet.create({
|
|
|
57
84
|
iconMargin: {
|
|
58
85
|
marginRight: spacing['2xs']
|
|
59
86
|
},
|
|
87
|
+
bodyOneIconMargin: {
|
|
88
|
+
marginRight: spacing['xs']
|
|
89
|
+
},
|
|
90
|
+
iconTrailingMargin: {
|
|
91
|
+
marginLeft: spacing['2xs']
|
|
92
|
+
},
|
|
93
|
+
bodyOneTrailingIconMargin: {
|
|
94
|
+
marginLeft: spacing['xs']
|
|
95
|
+
},
|
|
60
96
|
holdingNotSelectedStyle: {
|
|
61
97
|
backgroundColor: colors['surface-hover-2']
|
|
62
98
|
},
|
|
@@ -64,18 +100,26 @@ const ChipStyles = (colors, border, size, spacing) => StyleSheet.create({
|
|
|
64
100
|
backgroundColor: colors['surface-selected-1-hover']
|
|
65
101
|
},
|
|
66
102
|
illustratedIconWrapper: {
|
|
67
|
-
marginBottom: spacing
|
|
103
|
+
marginBottom: spacing['xs'],
|
|
68
104
|
width: '100%',
|
|
69
105
|
alignItems: 'center'
|
|
70
106
|
},
|
|
107
|
+
horizontalIllustratedIconWrapper: {
|
|
108
|
+
marginRight: spacing['xs']
|
|
109
|
+
},
|
|
71
110
|
illustratedIconContainer: {
|
|
72
|
-
|
|
73
|
-
minWidth:
|
|
111
|
+
padding: spacing['md'],
|
|
112
|
+
minWidth: size['size-width-minmax3']
|
|
113
|
+
},
|
|
114
|
+
illustratedVerticalIconContainer: {
|
|
115
|
+
paddingVertical: 14,
|
|
116
|
+
paddingHorizontal: spacing['md'],
|
|
117
|
+
minWidth: size['size-width-minmax3']
|
|
74
118
|
},
|
|
75
119
|
illustratedChipSelectedIconContainer: {
|
|
76
120
|
position: 'absolute',
|
|
77
|
-
right: spacing
|
|
78
|
-
top: spacing
|
|
121
|
+
right: spacing['md'],
|
|
122
|
+
top: spacing['md']
|
|
79
123
|
},
|
|
80
124
|
nonIllustratedChipContainer: {
|
|
81
125
|
flexDirection: 'row',
|
|
@@ -87,6 +131,24 @@ const ChipStyles = (colors, border, size, spacing) => StyleSheet.create({
|
|
|
87
131
|
},
|
|
88
132
|
disabledText: {
|
|
89
133
|
color: colors['text-disabled']
|
|
134
|
+
},
|
|
135
|
+
errorText: {
|
|
136
|
+
color: colors['text-error'],
|
|
137
|
+
marginLeft: spacing['2xs']
|
|
138
|
+
},
|
|
139
|
+
errorBorder: {
|
|
140
|
+
borderColor: colors['border-error']
|
|
141
|
+
},
|
|
142
|
+
verticalImageContainer: {
|
|
143
|
+
height: size['visual-sm'],
|
|
144
|
+
width: size['visual-sm']
|
|
145
|
+
},
|
|
146
|
+
horizontalImageContainer: {
|
|
147
|
+
height: size['visual-xs'],
|
|
148
|
+
width: size['visual-xs']
|
|
149
|
+
},
|
|
150
|
+
imageBorder: {
|
|
151
|
+
borderRadius: border['radius-md']
|
|
90
152
|
}
|
|
91
153
|
});
|
|
92
154
|
export default ChipStyles;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["StyleSheet","ChipStyles","colors","border","size","spacing","create","container","alignSelf","alignItems","justifyContent","paddingHorizontal","
|
|
1
|
+
{"version":3,"names":["StyleSheet","ChipStyles","colors","border","size","spacing","create","container","alignSelf","alignItems","justifyContent","paddingHorizontal","paddingVertical","minWidth","backgroundColor","borderColor","borderWidth","borderRadius","smallVariantBody2Container","largeContainer","errorContainer","flexDirection","marginTop","fullWidth","width","isHolding","isSelected","containerSelectedSizeCompensation","smallVariantBody2SelectedSizeCompensation","largeContainerSelectedSizeCompensation","illustratedIconSelectedSizeCompensation","padding","illustratedVerticalSelectedSizeCompensation","label","marginRight","marginLeft","marginVertical","fontSize","color","flexShrink","isSelectedLabel","iconMargin","bodyOneIconMargin","iconTrailingMargin","bodyOneTrailingIconMargin","holdingNotSelectedStyle","holdingSelectedStyle","illustratedIconWrapper","marginBottom","horizontalIllustratedIconWrapper","illustratedIconContainer","illustratedVerticalIconContainer","illustratedChipSelectedIconContainer","position","right","top","nonIllustratedChipContainer","disabledContainer","disabledText","errorText","errorBorder","verticalImageContainer","height","horizontalImageContainer","imageBorder"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/atoms/Chip/styles/index.ts"],"mappings":"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","ignoreList":[]}
|