@originallyus/feedback-rn-sdk 4.0.0-beta.26 → 4.0.0-beta.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +65 -7
- package/lib/module/ContentUsefulness.js +30 -22
- package/lib/module/ContentUsefulness.js.map +1 -1
- package/lib/module/FeedbackSDK.js +97 -25
- package/lib/module/FeedbackSDK.js.map +1 -1
- package/lib/module/FeedbackSDKAppStoreRating.js +42 -13
- package/lib/module/FeedbackSDKAppStoreRating.js.map +1 -1
- package/lib/module/FeedbackSDKForm.js +27 -21
- package/lib/module/FeedbackSDKForm.js.map +1 -1
- package/lib/module/FeedbackSDKSplash.js +18 -15
- package/lib/module/FeedbackSDKSplash.js.map +1 -1
- package/lib/module/component/AIA/atoms/ActivityIndicator/ActivityIndicator.js +1 -1
- package/lib/module/component/AIA/atoms/ActivityIndicator/ActivityIndicator.js.map +1 -1
- package/lib/module/component/AIA/atoms/ActivityIndicator/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ActivityIndicator/styles/index.js +4 -4
- package/lib/module/component/AIA/atoms/ActivityIndicator/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ActivityIndicator/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Badge/Badge.js.map +1 -1
- package/lib/module/component/AIA/atoms/Badge/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Badge/styles/index.js +4 -4
- package/lib/module/component/AIA/atoms/Badge/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Badge/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/Breadcrumb.js +2 -2
- package/lib/module/component/AIA/atoms/Breadcrumb/Breadcrumb.js.map +1 -1
- package/lib/module/component/AIA/atoms/Breadcrumb/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Breadcrumb/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Breadcrumb/styles/index.js +3 -3
- package/lib/module/component/AIA/atoms/Breadcrumb/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Breadcrumb/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Button/Button.js +45 -20
- package/lib/module/component/AIA/atoms/Button/Button.js.map +1 -1
- package/lib/module/component/AIA/atoms/Button/Readme.md +3 -0
- package/lib/module/component/AIA/atoms/Button/changelog.txt +12 -0
- package/lib/module/component/AIA/atoms/Button/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Button/styles/index.js +21 -6
- package/lib/module/component/AIA/atoms/Button/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Button/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/CardContainer/CardContainer.js +18 -17
- package/lib/module/component/AIA/atoms/CardContainer/CardContainer.js.map +1 -1
- package/lib/module/component/AIA/atoms/CardContainer/README.md +1 -0
- package/lib/module/component/AIA/atoms/CardContainer/changelog.txt +4 -0
- package/lib/module/component/AIA/atoms/CardContainer/config/index.js +4 -4
- package/lib/module/component/AIA/atoms/CardContainer/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/CardContainer/styles/index.js +6 -2
- package/lib/module/component/AIA/atoms/CardContainer/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Carousel/Carousel.js +5 -4
- package/lib/module/component/AIA/atoms/Carousel/Carousel.js.map +1 -1
- package/lib/module/component/AIA/atoms/Carousel/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Carousel/styles/index.js +4 -4
- package/lib/module/component/AIA/atoms/Carousel/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Chip/Chip.js +139 -48
- package/lib/module/component/AIA/atoms/Chip/Chip.js.map +1 -1
- package/lib/module/component/AIA/atoms/Chip/README.md +20 -10
- package/lib/module/component/AIA/atoms/Chip/changelog.txt +10 -0
- package/lib/module/component/AIA/atoms/Chip/config/index.js +6 -10
- package/lib/module/component/AIA/atoms/Chip/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Chip/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Chip/styles/index.js +72 -10
- package/lib/module/component/AIA/atoms/Chip/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Chip/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/DatePicker/DatePicker.js +81 -59
- package/lib/module/component/AIA/atoms/DatePicker/DatePicker.js.map +1 -1
- package/lib/module/component/AIA/atoms/DatePicker/README.md +16 -12
- package/lib/module/component/AIA/atoms/DatePicker/changelog.txt +6 -0
- package/lib/module/component/AIA/atoms/DatePicker/config/index.js +6 -0
- package/lib/module/component/AIA/atoms/DatePicker/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/DatePicker/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/DatePicker/styles/index.js +37 -3
- package/lib/module/component/AIA/atoms/DatePicker/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/DatePicker/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/DialogContainer/DialogContainer.js +0 -1
- package/lib/module/component/AIA/atoms/DialogContainer/DialogContainer.js.map +1 -1
- package/lib/module/component/AIA/atoms/DialogContainer/DialogContainer.stories.tsx.temp +254 -0
- package/lib/module/component/AIA/atoms/DialogContainer/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/DialogContainer/styles/index.js +3 -3
- package/lib/module/component/AIA/atoms/DialogContainer/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Divider/Divider.js +3 -3
- package/lib/module/component/AIA/atoms/Divider/Divider.js.map +1 -1
- package/lib/module/component/AIA/atoms/Divider/config/index.js +4 -4
- package/lib/module/component/AIA/atoms/Divider/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Divider/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Drawer/Drawer.js +24 -6
- package/lib/module/component/AIA/atoms/Drawer/Drawer.js.map +1 -1
- package/lib/module/component/AIA/atoms/Drawer/changelog.txt +4 -0
- package/lib/module/component/AIA/atoms/Drawer/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Drawer/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Drawer/styles/index.js +3 -3
- package/lib/module/component/AIA/atoms/Drawer/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/FloatingButton/FloatingButton.js +0 -1
- package/lib/module/component/AIA/atoms/FloatingButton/FloatingButton.js.map +1 -1
- package/lib/module/component/AIA/atoms/FloatingButton/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/FloatingButton/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/FloatingButton/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Icon/Icon.js +21 -7
- package/lib/module/component/AIA/atoms/Icon/Icon.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icon/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IconButton/IconButton.js.map +1 -1
- package/lib/module/component/AIA/atoms/IconButton/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IconButton/styles/index.js +7 -7
- package/lib/module/component/AIA/atoms/IconButton/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IconButton/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Icons/document-control/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/document-control/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/function/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/function/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/general/index.js +14 -1
- package/lib/module/component/AIA/atoms/Icons/general/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/health-and-wellness/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/health-and-wellness/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/index.js +2 -0
- package/lib/module/component/AIA/atoms/Icons/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/login/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/login/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/media-control/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/media-control/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/menu/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/menu/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/payment/index.js +92 -0
- package/lib/module/component/AIA/atoms/Icons/payment/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/rating/index.js +14 -1
- package/lib/module/component/AIA/atoms/Icons/rating/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/red-illustrations/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/red-illustrations/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/social-media/index.js +14 -1
- package/lib/module/component/AIA/atoms/Icons/social-media/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/system-control/index.js +14 -1
- package/lib/module/component/AIA/atoms/Icons/system-control/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/type/index.js +4 -4
- package/lib/module/component/AIA/atoms/Icons/type/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/account-setup/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/document/index.js +47 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/document/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/empty-state/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/health-and-wellness/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/index.js +2 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/medical/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/payment/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-agents/index.js +2 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-agents/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-celebration/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-exercise/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-family/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-general/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.js +10 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-medical/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/success-and-reward/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/system/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/type/index.js +4 -2
- package/lib/module/component/AIA/atoms/IllustrationIcons/type/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Image/Image.js.map +1 -1
- package/lib/module/component/AIA/atoms/Image/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Image/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/InlineButton/InlineButton.js.map +1 -1
- package/lib/module/component/AIA/atoms/InlineButton/config/index.js +4 -4
- package/lib/module/component/AIA/atoms/InlineButton/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/InlineButton/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/InlineButton/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Input/Input.js +58 -35
- package/lib/module/component/AIA/atoms/Input/Input.js.map +1 -1
- package/lib/module/component/AIA/atoms/Input/README.md +1 -0
- package/lib/module/component/AIA/atoms/Input/changelog.txt +13 -0
- package/lib/module/component/AIA/atoms/Input/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Input/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Input/styles/index.js +35 -16
- package/lib/module/component/AIA/atoms/Input/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Label/Label.js.map +1 -1
- package/lib/module/component/AIA/atoms/Label/config/index.js +4 -4
- package/lib/module/component/AIA/atoms/Label/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Label/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Label/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/LazyLoad/LazyLoad.js +0 -1
- package/lib/module/component/AIA/atoms/LazyLoad/LazyLoad.js.map +1 -1
- package/lib/module/component/AIA/atoms/LazyLoad/LazyLoadView.js.map +1 -1
- package/lib/module/component/AIA/atoms/LazyLoad/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/MapWrapper/MapWrapper.js +3 -2
- package/lib/module/component/AIA/atoms/MapWrapper/MapWrapper.js.map +1 -1
- package/lib/module/component/AIA/atoms/MapWrapper/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/MapWrapper/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ProgressBar/ProgressBar.js.map +1 -1
- package/lib/module/component/AIA/atoms/ProgressBar/changelog.txt +4 -0
- package/lib/module/component/AIA/atoms/ProgressBar/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ProgressBar/styles/index.js +6 -6
- package/lib/module/component/AIA/atoms/ProgressBar/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ProgressBar/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Rating/README.md +11 -9
- package/lib/module/component/AIA/atoms/Rating/Rating.js +50 -30
- package/lib/module/component/AIA/atoms/Rating/Rating.js.map +1 -1
- package/lib/module/component/AIA/atoms/Rating/changelog.txt +12 -0
- package/lib/module/component/AIA/atoms/Rating/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Rating/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Rating/styles/index.js +15 -4
- package/lib/module/component/AIA/atoms/Rating/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Rating/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/README.md +76 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/SelectionContainer.js +103 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/SelectionContainer.js.map +1 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/changelog.txt +7 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/config/index.js +7 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/index.js +4 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/package.json +13 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/styles/index.js +18 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/types/index.js +4 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/Readme.md +2 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/SingleCheckbox.js +2 -1
- package/lib/module/component/AIA/atoms/SingleCheckbox/SingleCheckbox.js.map +1 -1
- package/lib/module/component/AIA/atoms/SingleCheckbox/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/SingleCheckbox/styles/index.js +5 -2
- package/lib/module/component/AIA/atoms/SingleCheckbox/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/SingleCheckbox/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/SingleRadio/README.md +1 -0
- package/lib/module/component/AIA/atoms/SingleRadio/SingleRadio.js +2 -1
- package/lib/module/component/AIA/atoms/SingleRadio/SingleRadio.js.map +1 -1
- package/lib/module/component/AIA/atoms/SingleRadio/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/SingleRadio/styles/index.js +5 -2
- package/lib/module/component/AIA/atoms/SingleRadio/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/SingleRadio/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Surface/Surface.js.map +1 -1
- package/lib/module/component/AIA/atoms/Surface/config/index.js +4 -4
- package/lib/module/component/AIA/atoms/Surface/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Surface/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Surface/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Surface/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Switch/Switch.js +1 -1
- package/lib/module/component/AIA/atoms/Switch/Switch.js.map +1 -1
- package/lib/module/component/AIA/atoms/Switch/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Switch/styles/index.js +3 -3
- package/lib/module/component/AIA/atoms/Switch/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Switch/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Tab/Tab.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tab/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tab/styles/index.js +1 -1
- package/lib/module/component/AIA/atoms/Tab/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tab/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Tag/README.md +13 -5
- package/lib/module/component/AIA/atoms/Tag/Tag.js +16 -1
- package/lib/module/component/AIA/atoms/Tag/Tag.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tag/changelog.txt +6 -0
- package/lib/module/component/AIA/atoms/Tag/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tag/styles/index.js +1 -1
- package/lib/module/component/AIA/atoms/Tag/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tag/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Text/README.md +16 -14
- package/lib/module/component/AIA/atoms/Text/Text.js +14 -7
- package/lib/module/component/AIA/atoms/Text/Text.js.map +1 -1
- package/lib/module/component/AIA/atoms/Text/changelog.txt +5 -0
- package/lib/module/component/AIA/atoms/Text/config/index.js +1 -1
- package/lib/module/component/AIA/atoms/Text/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Text/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Text/styles/index.js +35 -3
- package/lib/module/component/AIA/atoms/Text/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/TextArea/TextArea.js +1 -1
- package/lib/module/component/AIA/atoms/TextArea/TextArea.js.map +1 -1
- package/lib/module/component/AIA/atoms/TextArea/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/TextArea/styles/index.js +7 -7
- package/lib/module/component/AIA/atoms/TextArea/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/TextArea/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Toggle/Toggle.js +3 -6
- package/lib/module/component/AIA/atoms/Toggle/Toggle.js.map +1 -1
- package/lib/module/component/AIA/atoms/Toggle/config/index.js +4 -4
- package/lib/module/component/AIA/atoms/Toggle/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Toggle/styles/index.js +1 -1
- package/lib/module/component/AIA/atoms/Toggle/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tooltip/Tooltip.js +0 -1
- package/lib/module/component/AIA/atoms/Tooltip/Tooltip.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tooltip/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tooltip/styles/index.js +5 -5
- package/lib/module/component/AIA/atoms/Tooltip/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tooltip/types/react-native-walkthrough-tooltip.d.js +4 -0
- package/lib/module/component/AIA/atoms/Tooltip/types/react-native-walkthrough-tooltip.d.js.map +1 -0
- package/lib/module/component/AIA/atoms/ValueStepper/ValueStepper.js +0 -1
- package/lib/module/component/AIA/atoms/ValueStepper/ValueStepper.js.map +1 -1
- package/lib/module/component/AIA/atoms/ValueStepper/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ValueStepper/styles/index.js +4 -4
- package/lib/module/component/AIA/atoms/ValueStepper/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ValueStepper/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/index.js +3 -0
- package/lib/module/component/AIA/atoms/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/package.json +3 -3
- package/lib/module/component/AIA/hooks/ChangingRef/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/ChangingRef/useChangingRef.js.map +1 -1
- package/lib/module/component/AIA/hooks/FontConfig/index.js +21 -0
- package/lib/module/component/AIA/hooks/FontConfig/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/I18nTranslation/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/I18nTranslation/useI18nTranslation.js.map +1 -1
- package/lib/module/component/AIA/hooks/ReanimatedTiming/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/ReanimatedTiming/useReanimatedTiming.js +0 -1
- package/lib/module/component/AIA/hooks/ReanimatedTiming/useReanimatedTiming.js.map +1 -1
- package/lib/module/component/AIA/hooks/Size/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/Spacing/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/UnchangeFunction/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/UnchangeFunction/useUnchangeFunction.js +0 -1
- package/lib/module/component/AIA/hooks/UnchangeFunction/useUnchangeFunction.js.map +1 -1
- package/lib/module/component/AIA/hooks/UseFontScale/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/UseFontScale/useFontScale.js.map +1 -1
- package/lib/module/component/AIA/hooks/WindowDimensions/WindowDimensions.js +1 -1
- package/lib/module/component/AIA/hooks/WindowDimensions/WindowDimensions.js.map +1 -1
- package/lib/module/component/AIA/hooks/WindowDimensions/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/package.json +1 -2
- package/lib/module/component/AIA/hooks/useCustomTheme/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/useCustomTheme/useCustomTheme.js +12 -28
- package/lib/module/component/AIA/hooks/useCustomTheme/useCustomTheme.js.map +1 -1
- package/lib/module/component/AIA/icons/changelog.txt +15 -0
- package/lib/module/component/AIA/icons/document-control/index.js.map +1 -1
- package/lib/module/component/AIA/icons/function/index.js.map +1 -1
- package/lib/module/component/AIA/icons/function/log-out.svg +3 -2
- package/lib/module/component/AIA/icons/general/contact-list.svg +4 -0
- package/lib/module/component/AIA/icons/general/exercise-event.svg +1 -1
- package/lib/module/component/AIA/icons/general/expired.svg +2 -2
- package/lib/module/component/AIA/icons/general/folder-bookmark.svg +3 -2
- package/lib/module/component/AIA/icons/general/index.js +7 -0
- package/lib/module/component/AIA/icons/general/index.js.map +1 -1
- package/lib/module/component/AIA/icons/health-and-wellness/food.svg +1 -1
- package/lib/module/component/AIA/icons/health-and-wellness/index.js.map +1 -1
- package/lib/module/component/AIA/icons/index.js.map +1 -1
- package/lib/module/component/AIA/icons/login/index.js.map +1 -1
- package/lib/module/component/AIA/icons/media-control/enlarge-screen-exit.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/enlarge-screen.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/fast-forward.svg +11 -0
- package/lib/module/component/AIA/icons/media-control/index.js +56 -0
- package/lib/module/component/AIA/icons/media-control/index.js.map +1 -1
- package/lib/module/component/AIA/icons/media-control/rewind.svg +18 -0
- package/lib/module/component/AIA/icons/media-control/volume-high.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/volume-low.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/volume-off.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/volume-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/index.js.map +1 -1
- package/lib/module/component/AIA/icons/package.json +1 -1
- package/lib/module/component/AIA/icons/payment/atm.svg +10 -2
- package/lib/module/component/AIA/icons/payment/index.js.map +1 -1
- package/lib/module/component/AIA/icons/payment/internet-banking.svg +1 -1
- package/lib/module/component/AIA/icons/rating/index.js +14 -0
- package/lib/module/component/AIA/icons/rating/index.js.map +1 -1
- package/lib/module/component/AIA/icons/rating/thumb-down-on.svg +3 -0
- package/lib/module/component/AIA/icons/rating/thumb-down.svg +1 -1
- package/lib/module/component/AIA/icons/rating/thumb-up-on.svg +3 -0
- package/lib/module/component/AIA/icons/rating/thumb-up.svg +1 -1
- package/lib/module/component/AIA/icons/red-illustrations/index.js.map +1 -1
- package/lib/module/component/AIA/icons/social-media/index.js.map +1 -1
- package/lib/module/component/AIA/icons/system-control/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/document-control/index.js +4 -4
- package/lib/module/component/AIA/icons/types/document-control/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/function/index.js +4 -4
- package/lib/module/component/AIA/icons/types/function/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/general/index.js +6 -0
- package/lib/module/component/AIA/icons/types/general/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/health-and-wellness/index.js +4 -4
- package/lib/module/component/AIA/icons/types/health-and-wellness/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/index.js +2 -2
- package/lib/module/component/AIA/icons/types/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/login/index.js +4 -4
- package/lib/module/component/AIA/icons/types/login/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/media-control/index.js +48 -0
- package/lib/module/component/AIA/icons/types/media-control/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/menu/index.js +4 -4
- package/lib/module/component/AIA/icons/types/menu/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/payment/index.js +4 -4
- package/lib/module/component/AIA/icons/types/payment/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/rating/index.js +12 -0
- package/lib/module/component/AIA/icons/types/rating/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/red-illustrations/index.js +4 -4
- package/lib/module/component/AIA/icons/types/red-illustrations/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/social-media/index.js +4 -4
- package/lib/module/component/AIA/icons/types/social-media/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/system-control/index.js +4 -4
- package/lib/module/component/AIA/icons/types/system-control/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/account-setup/index.js +1 -1
- package/lib/module/component/AIA/illustration/account-setup/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/document/code.svg +7 -0
- package/lib/module/component/AIA/illustration/document/doc.svg +9 -0
- package/lib/module/component/AIA/illustration/document/eml.svg +7 -0
- package/lib/module/component/AIA/illustration/document/imagery.svg +7 -0
- package/lib/module/component/AIA/illustration/document/index.js +100 -0
- package/lib/module/component/AIA/illustration/document/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/document/md.svg +8 -0
- package/lib/module/component/AIA/illustration/document/mdx.svg +9 -0
- package/lib/module/component/AIA/illustration/document/pdf.svg +7 -0
- package/lib/module/component/AIA/illustration/document/ppt.svg +8 -0
- package/lib/module/component/AIA/illustration/document/txt.svg +9 -0
- package/lib/module/component/AIA/illustration/document/xls.svg +12 -0
- package/lib/module/component/AIA/illustration/empty-state/index.js +1 -1
- package/lib/module/component/AIA/illustration/empty-state/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/health-and-wellness/index.js +7 -13
- package/lib/module/component/AIA/illustration/health-and-wellness/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/index.js +2 -0
- package/lib/module/component/AIA/illustration/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/medical/index.js +4 -4
- package/lib/module/component/AIA/illustration/medical/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/package.json +1 -1
- package/lib/module/component/AIA/illustration/payment/index.js +1 -1
- package/lib/module/component/AIA/illustration/payment/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-agents/agent2-dark.svg +20 -0
- package/lib/module/component/AIA/illustration/people-agents/index.js +8 -1
- package/lib/module/component/AIA/illustration/people-agents/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-celebration/index.js +1 -1
- package/lib/module/component/AIA/illustration/people-celebration/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-exercise/index.js +1 -1
- package/lib/module/component/AIA/illustration/people-exercise/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-family/index.js +1 -1
- package/lib/module/component/AIA/illustration/people-family/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-general/index.js +1 -1
- package/lib/module/component/AIA/illustration/people-general/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-lifestyle/index.js +38 -3
- package/lib/module/component/AIA/illustration/people-lifestyle/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-medical/index.js +1 -1
- package/lib/module/component/AIA/illustration/people-medical/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/success-and-reward/index.js +1 -1
- package/lib/module/component/AIA/illustration/success-and-reward/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/system/index.js +1 -1
- package/lib/module/component/AIA/illustration/system/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Accordion/Accordion.js.map +1 -1
- package/lib/module/component/AIA/molecules/Accordion/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Accordion/index.js +0 -1
- package/lib/module/component/AIA/molecules/Accordion/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Accordion/styles/index.js +7 -7
- package/lib/module/component/AIA/molecules/Accordion/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/AreaChart/AreaChart.js +28 -2
- package/lib/module/component/AIA/molecules/AreaChart/AreaChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/AreaChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/AreaChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/AreaChart/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/AreaChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/AreaChart/types/react-native-charts-wrapper.d.js +2 -0
- package/lib/module/component/AIA/molecules/AreaChart/types/react-native-charts-wrapper.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/Avatar/Avatar.js +20 -7
- package/lib/module/component/AIA/molecules/Avatar/Avatar.js.map +1 -1
- package/lib/module/component/AIA/molecules/Avatar/changelog.txt +4 -0
- package/lib/module/component/AIA/molecules/Avatar/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Avatar/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Avatar/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Avatar/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/BarChart/BarChart.js +4 -4
- package/lib/module/component/AIA/molecules/BarChart/BarChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/BarChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/BarChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/BarChart/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/BarChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/BarChart/types/react-native-charts-wrapper.d.js +2 -0
- package/lib/module/component/AIA/molecules/BarChart/types/react-native-charts-wrapper.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/BubbleChart/BubbleChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/BubbleChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/BubbleChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/BubbleChart/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/BubbleChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/BubbleChart/types/react-native-charts-wrapper.d.js +2 -0
- package/lib/module/component/AIA/molecules/BubbleChart/types/react-native-charts-wrapper.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/ButtonGroup.js +1 -3
- package/lib/module/component/AIA/molecules/ButtonGroup/ButtonGroup.js.map +1 -1
- package/lib/module/component/AIA/molecules/ButtonGroup/config/index.js +4 -4
- package/lib/module/component/AIA/molecules/ButtonGroup/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ButtonGroup/styles/index.js +5 -5
- package/lib/module/component/AIA/molecules/ButtonGroup/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ButtonGroup/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/CheckboxWithContainer.js +22 -11
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/CheckboxWithContainer.js.map +1 -1
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/README.md +1 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/changelog.txt +8 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/styles/index.js +9 -5
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/CircularButton/CircularButton.js +19 -3
- package/lib/module/component/AIA/molecules/CircularButton/CircularButton.js.map +1 -1
- package/lib/module/component/AIA/molecules/CircularButton/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/CircularButton/styles/index.js +18 -2
- package/lib/module/component/AIA/molecules/CircularButton/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/CircularButton/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/ClaimCard/ClaimCard.js +0 -1
- package/lib/module/component/AIA/molecules/ClaimCard/ClaimCard.js.map +1 -1
- package/lib/module/component/AIA/molecules/ClaimCard/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ClaimCard/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ClaimCard/styles/index.js +7 -7
- package/lib/module/component/AIA/molecules/ClaimCard/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ClaimCard/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/ContentCard/ContentCard.js +0 -1
- package/lib/module/component/AIA/molecules/ContentCard/ContentCard.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentCard/FlexWrapWithGap.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentCard/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentCard/styles/index.js +9 -9
- package/lib/module/component/AIA/molecules/ContentCard/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentFlatCard/ContentFlatCard.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentFlatCard/FlexWrapWithGap.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentFlatCard/config/index.js +4 -4
- package/lib/module/component/AIA/molecules/ContentFlatCard/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentFlatCard/styles/index.js +7 -7
- package/lib/module/component/AIA/molecules/ContentFlatCard/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Dialog/Dialog.js +4 -4
- package/lib/module/component/AIA/molecules/Dialog/Dialog.js.map +1 -1
- package/lib/module/component/AIA/molecules/Dialog/Dialog.stories.tsx.temp +371 -0
- package/lib/module/component/AIA/molecules/Dialog/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Dialog/styles/index.js +9 -9
- package/lib/module/component/AIA/molecules/Dialog/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/DonutChart/DonutChart.js +11 -14
- package/lib/module/component/AIA/molecules/DonutChart/DonutChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/DonutChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/DonutChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/DonutChart/styles/index.js +2 -2
- package/lib/module/component/AIA/molecules/DonutChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/EmphasisButton/EmphasisButton.js +136 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/EmphasisButton.js.map +1 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/README.md +20 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/changelog.txt +8 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/config/index.js +12 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/index.js +4 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/styles/index.js +66 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/EngagementCard/EngagementCard.js +4 -4
- package/lib/module/component/AIA/molecules/EngagementCard/EngagementCard.js.map +1 -1
- package/lib/module/component/AIA/molecules/EngagementCard/config/index.js +4 -4
- package/lib/module/component/AIA/molecules/EngagementCard/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/EngagementCard/styles/index.js +4 -4
- package/lib/module/component/AIA/molecules/EngagementCard/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/IconText/IconText.js.map +1 -1
- package/lib/module/component/AIA/molecules/IconText/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/IconText/styles/index.js +2 -2
- package/lib/module/component/AIA/molecules/IconText/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/LineChart/LineChart.js +1 -2
- package/lib/module/component/AIA/molecules/LineChart/LineChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/LineChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/LineChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/LineChart/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/LineChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/LineChart/types/react-native-charts-wrapper.d.js +2 -0
- package/lib/module/component/AIA/molecules/LineChart/types/react-native-charts-wrapper.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/ListContainer/ListContainer.js.map +1 -1
- package/lib/module/component/AIA/molecules/ListContainer/config/index.js +4 -4
- package/lib/module/component/AIA/molecules/ListContainer/index.js +0 -1
- package/lib/module/component/AIA/molecules/ListContainer/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ListContainer/styles/index.js +9 -9
- package/lib/module/component/AIA/molecules/ListContainer/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ListItem/ListItem.js +1 -1
- package/lib/module/component/AIA/molecules/ListItem/ListItem.js.map +1 -1
- package/lib/module/component/AIA/molecules/ListItem/index.js +1 -1
- package/lib/module/component/AIA/molecules/ListItem/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ListItem/styles/index.js +2 -2
- package/lib/module/component/AIA/molecules/ListItem/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ListItem/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/MessageBubble/MessageBubble.js +227 -0
- package/lib/module/component/AIA/molecules/MessageBubble/MessageBubble.js.map +1 -0
- package/lib/module/component/AIA/molecules/MessageBubble/README.md +113 -0
- package/lib/module/component/AIA/molecules/MessageBubble/aia-default-avatar.png +0 -0
- package/lib/module/component/AIA/molecules/MessageBubble/changelog.txt +6 -0
- package/lib/module/component/AIA/molecules/MessageBubble/config/index.js +11 -0
- package/lib/module/component/AIA/molecules/MessageBubble/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/MessageBubble/index.js +4 -0
- package/lib/module/component/AIA/molecules/MessageBubble/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/MessageBubble/package.json +13 -0
- package/lib/module/component/AIA/molecules/MessageBubble/styles/index.js +72 -0
- package/lib/module/component/AIA/molecules/MessageBubble/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/MessageBubble/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/MessageBubble/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Modal/Effect.js +0 -1
- package/lib/module/component/AIA/molecules/Modal/Effect.js.map +1 -1
- package/lib/module/component/AIA/molecules/Modal/Modal.js +0 -1
- package/lib/module/component/AIA/molecules/Modal/Modal.js.map +1 -1
- package/lib/module/component/AIA/molecules/Modal/Modal.stories1.js +3 -3
- package/lib/module/component/AIA/molecules/Modal/Modal.stories1.js.map +1 -1
- package/lib/module/component/AIA/molecules/Modal/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Modal/styles/index.js +0 -1
- package/lib/module/component/AIA/molecules/Modal/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PageLevelMessage/PageLevelMessage.js +13 -12
- package/lib/module/component/AIA/molecules/PageLevelMessage/PageLevelMessage.js.map +1 -1
- package/lib/module/component/AIA/molecules/PageLevelMessage/README.md +9 -8
- package/lib/module/component/AIA/molecules/PageLevelMessage/changelog.txt +4 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PageLevelMessage/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PageLevelMessage/styles/index.js +6 -8
- package/lib/module/component/AIA/molecules/PageLevelMessage/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PageLevelMessage/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/PieChart/PieChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/PieChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PieChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PieChart/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/PieChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PieChart/types/react-native-charts-wrapper.d.js +2 -0
- package/lib/module/component/AIA/molecules/PieChart/types/react-native-charts-wrapper.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/PolicyCard/PolicyCard.js +10 -5
- package/lib/module/component/AIA/molecules/PolicyCard/PolicyCard.js.map +1 -1
- package/lib/module/component/AIA/molecules/PolicyCard/changelog.txt +4 -0
- package/lib/module/component/AIA/molecules/PolicyCard/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PolicyCard/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PolicyCard/styles/index.js +14 -11
- package/lib/module/component/AIA/molecules/PolicyCard/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProductCard/FlexWrapWithGap.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProductCard/ProductCard.js +0 -1
- package/lib/module/component/AIA/molecules/ProductCard/ProductCard.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProductCard/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProductCard/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProductCard/styles/index.js +7 -7
- package/lib/module/component/AIA/molecules/ProductCard/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProgressBarWithText/ProgressBarWithText.js +2 -1
- package/lib/module/component/AIA/molecules/ProgressBarWithText/ProgressBarWithText.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProgressBarWithText/README.md +1 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/changelog.txt +6 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/config/index.js +4 -4
- package/lib/module/component/AIA/molecules/ProgressBarWithText/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProgressBarWithText/styles/index.js +4 -4
- package/lib/module/component/AIA/molecules/ProgressBarWithText/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadarChart/RadarChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadarChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadarChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadarChart/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/RadarChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadarChart/types/react-native-charts-wrapper.d.js +2 -0
- package/lib/module/component/AIA/molecules/RadarChart/types/react-native-charts-wrapper.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/README.md +1 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/RadioWithContainer.js +21 -11
- package/lib/module/component/AIA/molecules/RadioWithContainer/RadioWithContainer.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadioWithContainer/changelog.txt +8 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadioWithContainer/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadioWithContainer/styles/index.js +9 -5
- package/lib/module/component/AIA/molecules/RadioWithContainer/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadioWithContainer/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/SectionTitle/SectionTitle.js.map +1 -1
- package/lib/module/component/AIA/molecules/SectionTitle/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/SectionTitle/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/SectionTitle/styles/index.js +2 -2
- package/lib/module/component/AIA/molecules/SectionTitle/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Slider/Slider.js +0 -1
- package/lib/module/component/AIA/molecules/Slider/Slider.js.map +1 -1
- package/lib/module/component/AIA/molecules/Slider/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Slider/styles/index.js +9 -9
- package/lib/module/component/AIA/molecules/Slider/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Slider/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/Snackbar/Snackbar.js.map +1 -1
- package/lib/module/component/AIA/molecules/Snackbar/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Snackbar/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Snackbar/types/rn-snackbar-component.d.js +2 -0
- package/lib/module/component/AIA/molecules/Snackbar/types/rn-snackbar-component.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/SystemAlert/SystemAlert.js +2 -2
- package/lib/module/component/AIA/molecules/SystemAlert/SystemAlert.js.map +1 -1
- package/lib/module/component/AIA/molecules/SystemAlert/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/SystemAlert/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/SystemAlert/styles/index.js +14 -14
- package/lib/module/component/AIA/molecules/SystemAlert/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/SystemAlert/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/Tabs/Tabs.js +2 -1
- package/lib/module/component/AIA/molecules/Tabs/Tabs.js.map +1 -1
- package/lib/module/component/AIA/molecules/Tabs/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Tabs/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/Tabs/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Uploader/README.md +2 -1
- package/lib/module/component/AIA/molecules/Uploader/Uploader.js +78 -27
- package/lib/module/component/AIA/molecules/Uploader/Uploader.js.map +1 -1
- package/lib/module/component/AIA/molecules/Uploader/changelog.txt +21 -0
- package/lib/module/component/AIA/molecules/Uploader/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Uploader/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Uploader/styles/index.js +59 -11
- package/lib/module/component/AIA/molecules/Uploader/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Uploader/types/index.js +1 -1
- package/lib/module/component/AIA/molecules/Uploader/types/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Uploader/types/react-native-actionsheet.d.js +2 -0
- package/lib/module/component/AIA/molecules/Uploader/types/react-native-actionsheet.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/index.js +16 -0
- package/lib/module/component/AIA/molecules/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/package.json +2 -1
- package/lib/module/component/AIA/organisms/Accordions/Accordions.js +2 -3
- package/lib/module/component/AIA/organisms/Accordions/Accordions.js.map +1 -1
- package/lib/module/component/AIA/organisms/Accordions/index.js +0 -1
- package/lib/module/component/AIA/organisms/Accordions/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/Accordions/styles/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/AvatarGroup/AvatarGroup.js +4 -4
- package/lib/module/component/AIA/organisms/AvatarGroup/AvatarGroup.js.map +1 -1
- package/lib/module/component/AIA/organisms/AvatarGroup/changelog.txt +4 -0
- package/lib/module/component/AIA/organisms/AvatarGroup/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/AvatarGroup/styles/index.js +2 -2
- package/lib/module/component/AIA/organisms/AvatarGroup/styles/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/AvatarGroup/types/index.js +2 -0
- package/lib/module/component/AIA/organisms/ChatInput/ChatInput.js +217 -0
- package/lib/module/component/AIA/organisms/ChatInput/ChatInput.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/FilePickerActionSheet.js +90 -0
- package/lib/module/component/AIA/organisms/ChatInput/FilePickerActionSheet.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/FlexWrapWithGap.js +47 -0
- package/lib/module/component/AIA/organisms/ChatInput/FlexWrapWithGap.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/README.md +117 -0
- package/lib/module/component/AIA/organisms/ChatInput/changelog.txt +6 -0
- package/lib/module/component/AIA/organisms/ChatInput/config/index.js +31 -0
- package/lib/module/component/AIA/organisms/ChatInput/config/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/filePickerUtils.js +354 -0
- package/lib/module/component/AIA/organisms/ChatInput/filePickerUtils.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/index.js +4 -0
- package/lib/module/component/AIA/organisms/ChatInput/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/package.json +13 -0
- package/lib/module/component/AIA/organisms/ChatInput/styles/index.js +69 -0
- package/lib/module/component/AIA/organisms/ChatInput/styles/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/types/index.js +4 -0
- package/lib/module/component/AIA/organisms/ChatInput/types/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/List/List.js +1 -2
- package/lib/module/component/AIA/organisms/List/List.js.map +1 -1
- package/lib/module/component/AIA/organisms/List/config/index.js +4 -4
- package/lib/module/component/AIA/organisms/List/index.js +0 -1
- package/lib/module/component/AIA/organisms/List/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/List/styles/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/ListItemGroup/ListItemGroup.js.map +1 -1
- package/lib/module/component/AIA/organisms/ListItemGroup/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/ListItemGroup/styles/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/SystemAlerts/SystemAlerts.js +1 -1
- package/lib/module/component/AIA/organisms/SystemAlerts/SystemAlerts.js.map +1 -1
- package/lib/module/component/AIA/organisms/SystemAlerts/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/SystemAlerts/styles/index.js +5 -5
- package/lib/module/component/AIA/organisms/SystemAlerts/styles/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/SystemAlerts/types/index.js +2 -0
- package/lib/module/component/AIA/organisms/index.js +2 -0
- package/lib/module/component/AIA/organisms/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/package.json +3 -2
- package/lib/module/component/AIA/styles/aia-digital/border/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-digital/border/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/dark.js +10 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/dark.js.map +1 -1
- package/lib/module/component/AIA/styles/aia-digital/colors/light.js +10 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/light.js.map +1 -1
- package/lib/module/component/AIA/styles/aia-digital/colors/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/package.json +1 -1
- package/lib/module/component/AIA/styles/aia-digital/primitiveColorsToken/colors.json +113 -106
- package/lib/module/component/AIA/styles/aia-digital/scss/_border_class.scss +15 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_colors.scss +9 -2
- package/lib/module/component/AIA/styles/aia-digital/scss/_main.scss +1 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_theme_dark.scss +10 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_theme_light.scss +10 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_typography.scss +70 -0
- package/lib/module/component/AIA/styles/aia-digital/size/componentSize.js +4 -4
- package/lib/module/component/AIA/styles/aia-digital/size/componentSize.js.map +1 -1
- package/lib/module/component/AIA/styles/aia-digital/size/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-digital/size/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/spacing/componentSpacing.js +4 -4
- package/lib/module/component/AIA/styles/aia-digital/spacing/componentSpacing.js.map +1 -1
- package/lib/module/component/AIA/styles/aia-digital/spacing/spacing.js +18 -1
- package/lib/module/component/AIA/styles/aia-digital/spacing/spacing.js.map +1 -1
- package/lib/module/component/AIA/styles/aia-digital/spacing/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-digital/spacing/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/borderRadius.js +11 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/borderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/borderWidth.js +11 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/borderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/componentBorderRadius.js +17 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/componentBorderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/componentBorderWidth.js +8 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/componentBorderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/index.js +13 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/dark.js +159 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/dark.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/index.js +5 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/light.js +159 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/light.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/package.json +16 -0
- package/lib/module/component/AIA/styles/aia-hnw/primitiveColorsToken/colors.json +115 -0
- package/lib/module/component/AIA/styles/aia-hnw/primitiveColorsToken/index.js +5 -0
- package/lib/module/component/AIA/styles/aia-hnw/primitiveColorsToken/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_border.scss +28 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_border_class.scss +42 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_colors.scss +112 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_main.scss +4 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_size.scss +61 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_spacing.scss +41 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_theme_dark.scss +151 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_theme_light.scss +151 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_typography.scss +70 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/componentSize.js +38 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/componentSize.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/index.js +9 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/size.js +24 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/size.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/componentSpacing.js +13 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/componentSpacing.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/index.js +9 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/spacing.js +38 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/spacing.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/types.js.map +1 -0
- package/lib/module/component/AIA/styles/art/border/types.js +4 -0
- package/lib/module/component/AIA/styles/art/border/types.js.map +1 -0
- package/lib/module/component/AIA/styles/art/colors/dark.js +10 -0
- package/lib/module/component/AIA/styles/art/colors/dark.js.map +1 -1
- package/lib/module/component/AIA/styles/art/colors/light.js +10 -0
- package/lib/module/component/AIA/styles/art/colors/light.js.map +1 -1
- package/lib/module/component/AIA/styles/art/colors/types.js +4 -0
- package/lib/module/component/AIA/styles/art/colors/types.js.map +1 -0
- package/lib/module/component/AIA/styles/art/package.json +1 -1
- package/lib/module/component/AIA/styles/art/primitiveColorsToken/colors.json +144 -137
- package/lib/module/component/AIA/styles/art/scss/_border_class.scss +15 -0
- package/lib/module/component/AIA/styles/art/scss/_colors.scss +8 -1
- package/lib/module/component/AIA/styles/art/scss/_main.scss +1 -0
- package/lib/module/component/AIA/styles/art/scss/_theme_dark.scss +10 -0
- package/lib/module/component/AIA/styles/art/scss/_theme_light.scss +10 -0
- package/lib/module/component/AIA/styles/art/scss/_typography.scss +70 -0
- package/lib/module/component/AIA/styles/art/size/componentSize.js +4 -4
- package/lib/module/component/AIA/styles/art/size/componentSize.js.map +1 -1
- package/lib/module/component/AIA/styles/art/size/types.js +4 -0
- package/lib/module/component/AIA/styles/art/size/types.js.map +1 -0
- package/lib/module/component/AIA/styles/art/spacing/componentSpacing.js +4 -4
- package/lib/module/component/AIA/styles/art/spacing/componentSpacing.js.map +1 -1
- package/lib/module/component/AIA/styles/art/spacing/spacing.js +18 -1
- package/lib/module/component/AIA/styles/art/spacing/spacing.js.map +1 -1
- package/lib/module/component/AIA/styles/art/spacing/types.js +4 -0
- package/lib/module/component/AIA/styles/art/spacing/types.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/border/types.js +4 -0
- package/lib/module/component/AIA/styles/brand-x/border/types.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/colors/dark.js +10 -0
- package/lib/module/component/AIA/styles/brand-x/colors/dark.js.map +1 -1
- package/lib/module/component/AIA/styles/brand-x/colors/light.js +10 -0
- package/lib/module/component/AIA/styles/brand-x/colors/light.js.map +1 -1
- package/lib/module/component/AIA/styles/brand-x/colors/types.js +4 -0
- package/lib/module/component/AIA/styles/brand-x/colors/types.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/package.json +1 -1
- package/lib/module/component/AIA/styles/brand-x/primitiveColorsToken/colors.json +8 -1
- package/lib/module/component/AIA/styles/brand-x/scss/_border_class.scss +15 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_colors.scss +8 -1
- package/lib/module/component/AIA/styles/brand-x/scss/_main.scss +1 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_theme_dark.scss +10 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_theme_light.scss +10 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_typography.scss +70 -0
- package/lib/module/component/AIA/styles/brand-x/size/componentSize.js +4 -4
- package/lib/module/component/AIA/styles/brand-x/size/componentSize.js.map +1 -1
- package/lib/module/component/AIA/styles/brand-x/size/types.js +4 -0
- package/lib/module/component/AIA/styles/brand-x/size/types.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/spacing/componentSpacing.js +4 -4
- package/lib/module/component/AIA/styles/brand-x/spacing/componentSpacing.js.map +1 -1
- package/lib/module/component/AIA/styles/brand-x/spacing/spacing.js +18 -1
- package/lib/module/component/AIA/styles/brand-x/spacing/spacing.js.map +1 -1
- package/lib/module/component/AIA/styles/brand-x/spacing/types.js +4 -0
- package/lib/module/component/AIA/styles/brand-x/spacing/types.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/border/types.js +4 -0
- package/lib/module/component/AIA/styles/cfs/border/types.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/colors/dark.js +10 -0
- package/lib/module/component/AIA/styles/cfs/colors/dark.js.map +1 -1
- package/lib/module/component/AIA/styles/cfs/colors/index.js +2 -0
- package/lib/module/component/AIA/styles/cfs/colors/index.js.map +1 -1
- package/lib/module/component/AIA/styles/cfs/colors/light.js +10 -0
- package/lib/module/component/AIA/styles/cfs/colors/light.js.map +1 -1
- package/lib/module/component/AIA/styles/cfs/colors/types.js +4 -0
- package/lib/module/component/AIA/styles/cfs/colors/types.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/package.json +1 -1
- package/lib/module/component/AIA/styles/cfs/primitiveColorsToken/colors.json +142 -135
- package/lib/module/component/AIA/styles/cfs/scss/_border_class.scss +15 -0
- package/lib/module/component/AIA/styles/cfs/scss/_colors.scss +8 -1
- package/lib/module/component/AIA/styles/cfs/scss/_main.scss +1 -0
- package/lib/module/component/AIA/styles/cfs/scss/_theme_dark.scss +10 -0
- package/lib/module/component/AIA/styles/cfs/scss/_theme_light.scss +10 -0
- package/lib/module/component/AIA/styles/cfs/scss/_typography.scss +70 -0
- package/lib/module/component/AIA/styles/cfs/size/componentSize.js +4 -4
- package/lib/module/component/AIA/styles/cfs/size/componentSize.js.map +1 -1
- package/lib/module/component/AIA/styles/cfs/size/types.js +4 -0
- package/lib/module/component/AIA/styles/cfs/size/types.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/spacing/componentSpacing.js +4 -4
- package/lib/module/component/AIA/styles/cfs/spacing/componentSpacing.js.map +1 -1
- package/lib/module/component/AIA/styles/cfs/spacing/spacing.js +18 -1
- package/lib/module/component/AIA/styles/cfs/spacing/spacing.js.map +1 -1
- package/lib/module/component/AIA/styles/cfs/spacing/types.js +4 -0
- package/lib/module/component/AIA/styles/cfs/spacing/types.js.map +1 -0
- package/lib/module/component/AIA/styles/changelog.txt +14 -0
- package/lib/module/component/AIA/styles/generate-types.sh +161 -0
- package/lib/module/component/AIA/styles/hesta/border/types.js +4 -0
- package/lib/module/component/AIA/styles/hesta/border/types.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/colors/dark.js +10 -0
- package/lib/module/component/AIA/styles/hesta/colors/dark.js.map +1 -1
- package/lib/module/component/AIA/styles/hesta/colors/light.js +10 -0
- package/lib/module/component/AIA/styles/hesta/colors/light.js.map +1 -1
- package/lib/module/component/AIA/styles/hesta/colors/types.js +4 -0
- package/lib/module/component/AIA/styles/hesta/colors/types.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/package.json +1 -1
- package/lib/module/component/AIA/styles/hesta/primitiveColorsToken/colors.json +144 -137
- package/lib/module/component/AIA/styles/hesta/scss/_border_class.scss +15 -0
- package/lib/module/component/AIA/styles/hesta/scss/_colors.scss +8 -1
- package/lib/module/component/AIA/styles/hesta/scss/_main.scss +1 -0
- package/lib/module/component/AIA/styles/hesta/scss/_theme_dark.scss +10 -0
- package/lib/module/component/AIA/styles/hesta/scss/_theme_light.scss +10 -0
- package/lib/module/component/AIA/styles/hesta/scss/_typography.scss +70 -0
- package/lib/module/component/AIA/styles/hesta/size/componentSize.js +4 -4
- package/lib/module/component/AIA/styles/hesta/size/componentSize.js.map +1 -1
- package/lib/module/component/AIA/styles/hesta/size/types.js +4 -0
- package/lib/module/component/AIA/styles/hesta/size/types.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/spacing/componentSpacing.js +4 -4
- package/lib/module/component/AIA/styles/hesta/spacing/componentSpacing.js.map +1 -1
- package/lib/module/component/AIA/styles/hesta/spacing/spacing.js +18 -1
- package/lib/module/component/AIA/styles/hesta/spacing/spacing.js.map +1 -1
- package/lib/module/component/AIA/styles/hesta/spacing/types.js +4 -0
- package/lib/module/component/AIA/styles/hesta/spacing/types.js.map +1 -0
- package/lib/module/component/AIA/styles/package.json +1 -1
- package/lib/module/component/AIA/utils/Accessibility/index.js.map +1 -1
- package/lib/module/component/AIA/utils/ConvertStringToCamelCase/ConvertStringToCamelCase.js.map +1 -1
- package/lib/module/component/AIA/utils/ConvertStringToCamelCase/index.js.map +1 -1
- package/lib/module/component/AIA/utils/DateTime/DateTime.js +3 -5
- package/lib/module/component/AIA/utils/DateTime/DateTime.js.map +1 -1
- package/lib/module/component/AIA/utils/DateTime/config/index.js +4 -0
- package/lib/module/component/AIA/utils/DateTime/config/index.js.map +1 -1
- package/lib/module/component/AIA/utils/DateTime/index.js.map +1 -1
- package/lib/module/component/AIA/utils/File/File.js +21 -10
- package/lib/module/component/AIA/utils/File/File.js.map +1 -1
- package/lib/module/component/AIA/utils/File/index.js.map +1 -1
- package/lib/module/component/AIA/utils/FlexWrapWithGap/index.js +54 -0
- package/lib/module/component/AIA/utils/FlexWrapWithGap/index.js.map +1 -0
- package/lib/module/component/AIA/utils/LazyLoading/LazyLoading.js +2 -1
- package/lib/module/component/AIA/utils/LazyLoading/LazyLoading.js.map +1 -1
- package/lib/module/component/AIA/utils/LazyLoading/styles/index.js.map +1 -1
- package/lib/module/component/AIA/utils/NumberString/NumberString.js.map +1 -1
- package/lib/module/component/AIA/utils/NumberString/index.js.map +1 -1
- package/lib/module/component/AIA/utils/index.js.map +1 -1
- package/lib/module/component/AIA/utils/package.json +5 -3
- package/lib/module/component/forms/CommentForm.js +1 -1
- package/lib/module/component/forms/CommentForm.js.map +1 -1
- package/lib/module/component/forms/EffortForm.js +3 -2
- package/lib/module/component/forms/EffortForm.js.map +1 -1
- package/lib/module/component/forms/ExternalForm.js +15 -4
- package/lib/module/component/forms/ExternalForm.js.map +1 -1
- package/lib/module/component/forms/NPSForm.js +6 -5
- package/lib/module/component/forms/NPSForm.js.map +1 -1
- package/lib/module/component/forms/PollForm.js +6 -4
- package/lib/module/component/forms/PollForm.js.map +1 -1
- package/lib/module/component/forms/PromptForm.js +1 -1
- package/lib/module/component/forms/PromptForm.js.map +1 -1
- package/lib/module/component/forms/SatisfactionForm.js +4 -3
- package/lib/module/component/forms/SatisfactionForm.js.map +1 -1
- package/lib/module/theme.js +25 -0
- package/lib/module/theme.js.map +1 -0
- package/lib/module/types/atoms-mock.js +5 -0
- package/lib/module/types/atoms-mock.js.map +1 -0
- package/lib/module/utils/constants.js +2 -1
- package/lib/module/utils/constants.js.map +1 -1
- package/lib/module/utils/networking.js +3 -3
- package/lib/module/utils/networking.js.map +1 -1
- package/lib/typescript/ContentUsefulness.d.ts.map +1 -1
- package/lib/typescript/FeedbackSDK.d.ts.map +1 -1
- package/lib/typescript/FeedbackSDKAppStoreRating.d.ts.map +1 -1
- package/lib/typescript/FeedbackSDKForm.d.ts +2 -2
- package/lib/typescript/FeedbackSDKForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/CommentForm.d.ts +2 -2
- package/lib/typescript/component/forms/CommentForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/EffortForm.d.ts +2 -2
- package/lib/typescript/component/forms/EffortForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/ExternalForm.d.ts +2 -2
- package/lib/typescript/component/forms/ExternalForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/NPSForm.d.ts +2 -2
- package/lib/typescript/component/forms/NPSForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/PollForm.d.ts +2 -2
- package/lib/typescript/component/forms/PollForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/PromptForm.d.ts +2 -2
- package/lib/typescript/component/forms/PromptForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/SatisfactionForm.d.ts +2 -2
- package/lib/typescript/component/forms/SatisfactionForm.d.ts.map +1 -1
- package/lib/typescript/index.d.ts +3 -3
- package/lib/typescript/theme.d.ts +2 -0
- package/lib/typescript/theme.d.ts.map +1 -0
- package/lib/typescript/types/atoms-mock.d.ts +3 -0
- package/lib/typescript/types/atoms-mock.d.ts.map +1 -0
- package/lib/typescript/utils/constants.d.ts.map +1 -1
- package/lib/typescript/utils/networking.d.ts +0 -1
- package/lib/typescript/utils/networking.d.ts.map +1 -1
- package/package.json +4 -4
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Bold.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Bold.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Bold.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Condensed.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Condensed.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Condensed.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-CondensedMedium.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-CondensedMedium.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-CondensedMedium.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-ExtraBold.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-ExtraBold.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-ExtraBold.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Medium.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Medium.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Medium.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Regular.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Regular.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Regular.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/Mangal/Mangal-Bold.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/Mangal/Mangal-Regular.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/Nirmala/Nirmala-Bold.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/Nirmala/Nirmala-Regular.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/NotoSansThaiExNoto/NotoSansThaiExNoto-Bold.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/NotoSansThaiExNoto/NotoSansThaiExNoto-Medium.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/NotoSansThaiExNoto/NotoSansThaiExNoto-Regular.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/NotoSansThaiExNoto/NotoSansThaiExNoto-Semibold.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Bold.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Bold.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Bold.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-BoldItalic.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-BoldItalic.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-BoldItalic.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Extrabold.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Extrabold.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Extrabold.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-ExtraboldItalic.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-ExtraboldItalic.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-ExtraboldItalic.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Italic.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Italic.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Italic.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Light.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Light.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Light.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Regular.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Regular.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Regular.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Semibold.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Semibold.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Semibold.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-SemiboldItalic.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-SemiboldItalic.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-SemiboldItalic.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSansLight-Italic.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSansLight-Italic.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSansLight-Italic.woff2 +0 -0
- package/lib/module/component/AIA/assets/index.js +0 -16
- package/lib/module/component/AIA/assets/index.js.map +0 -1
- package/lib/module/component/AIA/assets/package.json +0 -19
- package/lib/module/component/Button.js +0 -49
- package/lib/module/component/Button.js.map +0 -1
- package/lib/module/component/ButtonSubmit.js +0 -213
- package/lib/module/component/ButtonSubmit.js.map +0 -1
- package/lib/module/component/Input.js +0 -174
- package/lib/module/component/Input.js.map +0 -1
- package/lib/module/component/MultiSelectButtons.js +0 -186
- package/lib/module/component/MultiSelectButtons.js.map +0 -1
- package/lib/module/component/README.md +0 -215
- package/lib/module/component/Rating.js +0 -169
- package/lib/module/component/Rating.js.map +0 -1
- package/lib/module/component/RatingNumber.js +0 -289
- package/lib/module/component/RatingNumber.js.map +0 -1
- package/lib/module/component/Textarea.js +0 -168
- package/lib/module/component/Textarea.js.map +0 -1
- package/lib/module/component/YesNoButtons.js +0 -185
- package/lib/module/component/YesNoButtons.js.map +0 -1
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/ActivityIndicator.d.ts +0 -13
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/ActivityIndicator.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/styles/index.d.ts +0 -40
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/types/index.d.ts +0 -64
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Button/Button.d.ts +0 -10
- package/lib/typescript/component/AIA/atoms/Button/Button.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Button/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Button/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Button/styles/index.d.ts +0 -101
- package/lib/typescript/component/AIA/atoms/Button/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Button/types/index.d.ts +0 -120
- package/lib/typescript/component/AIA/atoms/Button/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Chip/Chip.d.ts +0 -11
- package/lib/typescript/component/AIA/atoms/Chip/Chip.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Chip/config/index.d.ts +0 -21
- package/lib/typescript/component/AIA/atoms/Chip/config/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Chip/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Chip/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Chip/styles/index.d.ts +0 -89
- package/lib/typescript/component/AIA/atoms/Chip/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Chip/types/index.d.ts +0 -94
- package/lib/typescript/component/AIA/atoms/Chip/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Divider/Divider.d.ts +0 -11
- package/lib/typescript/component/AIA/atoms/Divider/Divider.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Divider/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Divider/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Divider/styles/index.d.ts +0 -12
- package/lib/typescript/component/AIA/atoms/Divider/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Divider/types/index.d.ts +0 -26
- package/lib/typescript/component/AIA/atoms/Divider/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icon/Icon.d.ts +0 -11
- package/lib/typescript/component/AIA/atoms/Icon/Icon.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icon/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Icon/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icon/types/index.d.ts +0 -94
- package/lib/typescript/component/AIA/atoms/Icon/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/document-control/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/document-control/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/function/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/function/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/general/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/general/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/health-and-wellness/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/health-and-wellness/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/index.d.ts +0 -8
- package/lib/typescript/component/AIA/atoms/Icons/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/login/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/login/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/media-control/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/media-control/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/menu/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/menu/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/rating/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/rating/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/red-illustrations/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/red-illustrations/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/social-media/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/social-media/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/system-control/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/system-control/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/type/index.d.ts +0 -83
- package/lib/typescript/component/AIA/atoms/Icons/type/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/account-setup/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/account-setup/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/empty-state/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/empty-state/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/health-and-wellness/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/health-and-wellness/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/index.d.ts +0 -8
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/medical/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/medical/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/payment/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/payment/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-agents/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-agents/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-celebration/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-celebration/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-exercise/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-exercise/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-family/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-family/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-general/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-general/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-medical/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-medical/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/success-and-reward/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/success-and-reward/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/system/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/system/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/type/index.d.ts +0 -93
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/type/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Image/Image.d.ts +0 -11
- package/lib/typescript/component/AIA/atoms/Image/Image.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Image/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Image/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Image/styles/index.d.ts +0 -15
- package/lib/typescript/component/AIA/atoms/Image/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Image/types/index.d.ts +0 -98
- package/lib/typescript/component/AIA/atoms/Image/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Rating/Rating.d.ts +0 -10
- package/lib/typescript/component/AIA/atoms/Rating/Rating.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Rating/config/index.d.ts +0 -22
- package/lib/typescript/component/AIA/atoms/Rating/config/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Rating/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Rating/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Rating/styles/index.d.ts +0 -54
- package/lib/typescript/component/AIA/atoms/Rating/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Rating/types/index.d.ts +0 -94
- package/lib/typescript/component/AIA/atoms/Rating/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Text/Text.d.ts +0 -11
- package/lib/typescript/component/AIA/atoms/Text/Text.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Text/config/index.d.ts +0 -7
- package/lib/typescript/component/AIA/atoms/Text/config/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Text/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Text/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Text/styles/index.d.ts +0 -25
- package/lib/typescript/component/AIA/atoms/Text/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Text/types/index.d.ts +0 -127
- package/lib/typescript/component/AIA/atoms/Text/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/TextArea/TextArea.d.ts +0 -15
- package/lib/typescript/component/AIA/atoms/TextArea/TextArea.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/TextArea/config/index.d.ts +0 -8
- package/lib/typescript/component/AIA/atoms/TextArea/config/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/TextArea/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/TextArea/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/TextArea/styles/index.d.ts +0 -79
- package/lib/typescript/component/AIA/atoms/TextArea/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/TextArea/types/index.d.ts +0 -106
- package/lib/typescript/component/AIA/atoms/TextArea/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/hooks/FontConfig/index.d.ts +0 -2
- package/lib/typescript/component/AIA/hooks/FontConfig/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/hooks/FontConfig/type/index.d.ts +0 -44
- package/lib/typescript/component/AIA/hooks/FontConfig/type/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/hooks/useCustomTheme/index.d.ts +0 -2
- package/lib/typescript/component/AIA/hooks/useCustomTheme/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/hooks/useCustomTheme/useCustomTheme.d.ts +0 -16
- package/lib/typescript/component/AIA/hooks/useCustomTheme/useCustomTheme.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/border/borderRadius.d.ts +0 -9
- package/lib/typescript/component/AIA/styles/aia-digital/border/borderRadius.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/border/borderWidth.d.ts +0 -9
- package/lib/typescript/component/AIA/styles/aia-digital/border/borderWidth.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderRadius.d.ts +0 -14
- package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderRadius.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderWidth.d.ts +0 -5
- package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderWidth.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/border/index.d.ts +0 -24
- package/lib/typescript/component/AIA/styles/aia-digital/border/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/colors/light.d.ts +0 -140
- package/lib/typescript/component/AIA/styles/aia-digital/colors/light.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/size/componentSize.d.ts +0 -35
- package/lib/typescript/component/AIA/styles/aia-digital/size/componentSize.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/size/index.d.ts +0 -52
- package/lib/typescript/component/AIA/styles/aia-digital/size/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/size/size.d.ts +0 -22
- package/lib/typescript/component/AIA/styles/aia-digital/size/size.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/componentSpacing.d.ts +0 -10
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/componentSpacing.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/index.d.ts +0 -24
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/spacing.d.ts +0 -19
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/spacing.d.ts.map +0 -1
- package/lib/typescript/component/AIA/utils/Accessibility/index.d.ts +0 -12
- package/lib/typescript/component/AIA/utils/Accessibility/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/utils/Accessibility/types/index.d.ts +0 -21
- package/lib/typescript/component/AIA/utils/Accessibility/types/index.d.ts.map +0 -1
|
@@ -31,12 +31,11 @@ const Button = props => {
|
|
|
31
31
|
isDisabled,
|
|
32
32
|
isFullWidth,
|
|
33
33
|
tertiaryTextColor = 'charcoal',
|
|
34
|
-
icon
|
|
35
|
-
|
|
36
|
-
name: 'arrow_left'
|
|
37
|
-
},
|
|
34
|
+
icon,
|
|
35
|
+
trailingIcon,
|
|
38
36
|
isShowIcon,
|
|
39
|
-
|
|
37
|
+
withPadding = true,
|
|
38
|
+
withUnderline = true
|
|
40
39
|
} = props;
|
|
41
40
|
const {
|
|
42
41
|
fonts,
|
|
@@ -48,7 +47,7 @@ const Button = props => {
|
|
|
48
47
|
const styles = ButtonStyles(colors, border, spacing);
|
|
49
48
|
const [isHolding, setIsHolding] = useState(false);
|
|
50
49
|
const onHoldEffect = isHolding && type == 'tertiary' && isShowIcon;
|
|
51
|
-
const showUnderline = type === 'tertiary' &&
|
|
50
|
+
const showUnderline = type === 'tertiary' && withUnderline && !isShowIcon;
|
|
52
51
|
const buttonStyle = () => {
|
|
53
52
|
if (type == 'primary') return styles.primaryButton;
|
|
54
53
|
if (type == 'secondary') return styles.secondaryRedContainer;
|
|
@@ -65,6 +64,12 @@ const Button = props => {
|
|
|
65
64
|
if (type == 'tertiary' && tertiaryTextColor == 'digitalred') return styles.tertiaryDigitalredLabelWithoutUnderline;
|
|
66
65
|
return null;
|
|
67
66
|
};
|
|
67
|
+
const labelHoldingStyle = () => {
|
|
68
|
+
if (type == 'primary' && isHolding) return styles.primaryButtonLabelHoldingStyle;
|
|
69
|
+
if (type == 'secondary' && isHolding) return styles.secondaryLabelHoldingStyle;
|
|
70
|
+
if (type == 'tertiary' && tertiaryTextColor == 'charcoal' && isHolding) return styles.tertiaryCharcoalLabelHoldingStyle;
|
|
71
|
+
return null;
|
|
72
|
+
};
|
|
68
73
|
const labelSize = (() => {
|
|
69
74
|
if (size == 'small') return 'body-2-semibold';
|
|
70
75
|
return 'body-1-semibold';
|
|
@@ -74,6 +79,7 @@ const Button = props => {
|
|
|
74
79
|
if (size == 'small') return styles.smallContainerSpacing;
|
|
75
80
|
return styles.largeContainerSpacing;
|
|
76
81
|
} else {
|
|
82
|
+
if (!withPadding) return null;
|
|
77
83
|
if (size == 'small') return styles.tertiarySmallContainerSpacing;
|
|
78
84
|
return styles.tertiaryLargeContainerSpacing;
|
|
79
85
|
}
|
|
@@ -112,12 +118,26 @@ const Button = props => {
|
|
|
112
118
|
}
|
|
113
119
|
};
|
|
114
120
|
const renderIcon = () => {
|
|
115
|
-
if (type == 'tertiary' && isShowIcon && tertiaryTextColor != 'digitalred') {
|
|
121
|
+
if (type == 'tertiary' && isShowIcon && tertiaryTextColor != 'digitalred' && icon) {
|
|
116
122
|
return /*#__PURE__*/_jsx(View, {
|
|
117
123
|
style: size == 'large' ? styles.marginRightSpacingForLargeContainer : styles.marginRightSpacingForSmallContainer,
|
|
118
124
|
children: /*#__PURE__*/_jsx(Icon, {
|
|
119
|
-
group: icon
|
|
120
|
-
name: icon
|
|
125
|
+
group: icon?.group ?? '',
|
|
126
|
+
name: icon?.name ?? '',
|
|
127
|
+
size: iconSize,
|
|
128
|
+
color: iconColor
|
|
129
|
+
})
|
|
130
|
+
});
|
|
131
|
+
}
|
|
132
|
+
return null;
|
|
133
|
+
};
|
|
134
|
+
const renderTrailingIcon = () => {
|
|
135
|
+
if (type == 'tertiary' && isShowIcon && tertiaryTextColor != 'digitalred' && trailingIcon) {
|
|
136
|
+
return /*#__PURE__*/_jsx(View, {
|
|
137
|
+
style: size == 'large' ? styles.marginForTrailingIcon : styles.marginForTrailingIconSmall,
|
|
138
|
+
children: /*#__PURE__*/_jsx(Icon, {
|
|
139
|
+
group: trailingIcon?.group ?? '',
|
|
140
|
+
name: trailingIcon?.name ?? '',
|
|
121
141
|
size: iconSize,
|
|
122
142
|
color: iconColor
|
|
123
143
|
})
|
|
@@ -128,7 +148,7 @@ const Button = props => {
|
|
|
128
148
|
const iconColor = (() => {
|
|
129
149
|
if (isDisabled) return 'disabled';
|
|
130
150
|
if (type == 'tertiary' && isShowIcon) return tertiaryTextColor == 'white' ? 'white' : 'default';
|
|
131
|
-
return
|
|
151
|
+
return 'default';
|
|
132
152
|
})();
|
|
133
153
|
const iconSize = (() => {
|
|
134
154
|
if (size == 'large') return 6;
|
|
@@ -137,14 +157,19 @@ const Button = props => {
|
|
|
137
157
|
const minWidth = (() => {
|
|
138
158
|
if (!isFullWidth) {
|
|
139
159
|
if (type != 'tertiary') {
|
|
140
|
-
if (size == 'small') return sizeToken['size-width-
|
|
141
|
-
return sizeToken['
|
|
142
|
-
} else {
|
|
143
|
-
return sizeToken['4xl'];
|
|
160
|
+
if (size == 'small') return sizeToken['size-width-minmax2'];
|
|
161
|
+
return sizeToken['size-width-minmax3'];
|
|
144
162
|
}
|
|
145
163
|
}
|
|
146
164
|
return 0;
|
|
147
165
|
})();
|
|
166
|
+
const maxWidth = (() => {
|
|
167
|
+
if (type != 'tertiary') {
|
|
168
|
+
return 432;
|
|
169
|
+
} else {
|
|
170
|
+
return sizeToken['size-width-minmax5'];
|
|
171
|
+
}
|
|
172
|
+
})();
|
|
148
173
|
return /*#__PURE__*/_jsx(TouchableWithoutFeedback, {
|
|
149
174
|
...a11y(accessibilityLabel, accessibilityHint, accessibilityValue),
|
|
150
175
|
accessible: accessible,
|
|
@@ -155,20 +180,20 @@ const Button = props => {
|
|
|
155
180
|
onLongPress: handleLongPress,
|
|
156
181
|
onPressOut: handlePressOut,
|
|
157
182
|
children: /*#__PURE__*/_jsxs(View, {
|
|
158
|
-
style: [spacingSpec(), buttonStyle(), disabledBackground(), holdingBackground(), styles.buttonContainer, {
|
|
183
|
+
style: [spacingSpec(), buttonStyle(), disabledBackground(), holdingBackground(), isFullWidth && styles.fullWidth, styles.buttonContainer, {
|
|
159
184
|
minWidth: minWidth,
|
|
160
|
-
|
|
161
|
-
}
|
|
185
|
+
maxWidth: maxWidth
|
|
186
|
+
}],
|
|
162
187
|
children: [renderIcon(), /*#__PURE__*/_jsxs(View, {
|
|
163
188
|
children: [/*#__PURE__*/_jsx(Text, {
|
|
164
|
-
style: [fonts[labelSize], labelStyle(), disabledFont()],
|
|
189
|
+
style: [fonts[labelSize], labelStyle(), labelHoldingStyle(), disabledFont()],
|
|
165
190
|
children: buttonLabel
|
|
166
|
-
}), (onHoldEffect || showUnderline) && /*#__PURE__*/_jsx(View, {
|
|
191
|
+
}), (onHoldEffect || showUnderline) && !isShowIcon && /*#__PURE__*/_jsx(View, {
|
|
167
192
|
style: [styles.underlineStyle, {
|
|
168
193
|
backgroundColor: labelStyle()?.color ? isDisabled ? disabledFont()?.color : labelStyle()?.color : 'transparent'
|
|
169
194
|
}]
|
|
170
195
|
})]
|
|
171
|
-
})]
|
|
196
|
+
}), renderTrailingIcon()]
|
|
172
197
|
})
|
|
173
198
|
});
|
|
174
199
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useState","View","TouchableWithoutFeedback","Text","ButtonStyles","a11y","Icon","useCustomTheme","jsx","_jsx","jsxs","_jsxs","Button","props","testID","accessibilityLabel","accessibilityValue","accessibilityHint","accessible","accessibilityRole","accessibilityState","type","size","buttonLabel","onPress","isDisabled","isFullWidth","tertiaryTextColor","icon","
|
|
1
|
+
{"version":3,"names":["React","useState","View","TouchableWithoutFeedback","Text","ButtonStyles","a11y","Icon","useCustomTheme","jsx","_jsx","jsxs","_jsxs","Button","props","testID","accessibilityLabel","accessibilityValue","accessibilityHint","accessible","accessibilityRole","accessibilityState","type","size","buttonLabel","onPress","isDisabled","isFullWidth","tertiaryTextColor","icon","trailingIcon","isShowIcon","withPadding","withUnderline","fonts","colors","border","sizeToken","spacing","styles","isHolding","setIsHolding","onHoldEffect","showUnderline","buttonStyle","primaryButton","secondaryRedContainer","labelStyle","primaryButtonLabel","secondaryRedLabel","tertiaryCharcoalLabel","tertiaryWhiteLabel","tertiaryDigitalredLabel","tertiaryCharcoalLabelWithoutUnderline","tertiaryWhiteLabelWithoutUnderline","tertiaryDigitalredLabelWithoutUnderline","labelHoldingStyle","primaryButtonLabelHoldingStyle","secondaryLabelHoldingStyle","tertiaryCharcoalLabelHoldingStyle","labelSize","spacingSpec","smallContainerSpacing","largeContainerSpacing","tertiarySmallContainerSpacing","tertiaryLargeContainerSpacing","holdingBackground","primaryActive","secondaryRedActive","tertiaryActive","disabledBackground","primaryDisable","secondaryDisable","disabledFont","disableFontcolor","handleLongPress","handlePressOut","handlePress","renderIcon","style","marginRightSpacingForLargeContainer","marginRightSpacingForSmallContainer","children","group","name","iconSize","color","iconColor","renderTrailingIcon","marginForTrailingIcon","marginForTrailingIconSmall","minWidth","maxWidth","onLongPress","onPressOut","fullWidth","buttonContainer","underlineStyle","backgroundColor"],"sourceRoot":"../../../../../../src","sources":["component/AIA/atoms/Button/Button.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -25,3 +25,6 @@ isShowIcon | `boolean` | `False` | show/hide icon
|
|
|
25
25
|
accessibilityLabel | `string` | `False` | |
|
|
26
26
|
accessibilityHint | `string` | `False` | |
|
|
27
27
|
accessibilityValue | `Object` | `False` | |
|
|
28
|
+
withPadding | `string` | `False` | Show/Hide padding for tertiary button |
|
|
29
|
+
withUnderline | `string` | `False` | Show/Hide underline for tertiary button |
|
|
30
|
+
trailingIcon | `object` | `False` | icon props to display for leading/trailing |
|
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# DDS 3.0
|
|
2
2
|
|
|
3
|
+
## Nov 17, 2025
|
|
4
|
+
### Updated
|
|
5
|
+
- Added new props trailingIcon
|
|
6
|
+
|
|
7
|
+
## Sep 12, 2025
|
|
8
|
+
### Updated
|
|
9
|
+
- Added new props withPadding withUnderline and updated min max width
|
|
10
|
+
|
|
11
|
+
## Jul 14, 2025
|
|
12
|
+
### Updated
|
|
13
|
+
- Added new style for text hover on all variant.
|
|
14
|
+
|
|
3
15
|
## Dec 28, 2023
|
|
4
16
|
### Updated
|
|
5
17
|
- Import Text from atoms in storybook files.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["default"],"sourceRoot":"../../../../../../src","sources":["component/AIA/atoms/Button/index.ts"],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"names":["default"],"sourceRoot":"../../../../../../src","sources":["component/AIA/atoms/Button/index.ts"],"mappings":";;AAAA,SAASA,OAAO","ignoreList":[]}
|
|
@@ -22,8 +22,11 @@ const ButtonStyles = (colors, border, spacing) => StyleSheet.create({
|
|
|
22
22
|
color: colors['button-primary-text'],
|
|
23
23
|
textAlign: 'center'
|
|
24
24
|
},
|
|
25
|
+
primaryButtonLabelHoldingStyle: {
|
|
26
|
+
color: colors['button-primary-text-hover']
|
|
27
|
+
},
|
|
25
28
|
largeContainerSpacing: {
|
|
26
|
-
paddingHorizontal: spacing
|
|
29
|
+
paddingHorizontal: spacing['xl'],
|
|
27
30
|
paddingVertical: 13
|
|
28
31
|
},
|
|
29
32
|
tertiaryLargeContainerSpacing: {
|
|
@@ -31,11 +34,11 @@ const ButtonStyles = (colors, border, spacing) => StyleSheet.create({
|
|
|
31
34
|
paddingBottom: 13
|
|
32
35
|
},
|
|
33
36
|
tertiarySmallContainerSpacing: {
|
|
34
|
-
paddingTop: spacing
|
|
35
|
-
paddingBottom: spacing
|
|
37
|
+
paddingTop: spacing['xs'],
|
|
38
|
+
paddingBottom: (spacing?.['xs'] ?? 0) - 1
|
|
36
39
|
},
|
|
37
40
|
smallContainerSpacing: {
|
|
38
|
-
paddingHorizontal: spacing
|
|
41
|
+
paddingHorizontal: spacing['md'],
|
|
39
42
|
paddingVertical: 7
|
|
40
43
|
},
|
|
41
44
|
primaryActive: {
|
|
@@ -72,9 +75,15 @@ const ButtonStyles = (colors, border, spacing) => StyleSheet.create({
|
|
|
72
75
|
secondaryRedLabel: {
|
|
73
76
|
color: colors['button-secondary-text']
|
|
74
77
|
},
|
|
78
|
+
secondaryLabelHoldingStyle: {
|
|
79
|
+
color: colors['button-secondary-text-hover']
|
|
80
|
+
},
|
|
75
81
|
tertiaryCharcoalLabel: {
|
|
76
82
|
color: colors['text-default']
|
|
77
83
|
},
|
|
84
|
+
tertiaryCharcoalLabelHoldingStyle: {
|
|
85
|
+
color: colors['button-tertiary-text-hover']
|
|
86
|
+
},
|
|
78
87
|
tertiaryWhiteLabel: {
|
|
79
88
|
color: colors['text-coloured-surface-1']
|
|
80
89
|
},
|
|
@@ -82,7 +91,7 @@ const ButtonStyles = (colors, border, spacing) => StyleSheet.create({
|
|
|
82
91
|
color: colors['button-secondary-text']
|
|
83
92
|
},
|
|
84
93
|
tertiaryCharcoalLabelWithoutUnderline: {
|
|
85
|
-
color: colors['text
|
|
94
|
+
color: colors['button-tertiary-text']
|
|
86
95
|
},
|
|
87
96
|
tertiaryWhiteLabelWithoutUnderline: {
|
|
88
97
|
color: colors['text-coloured-surface-1']
|
|
@@ -91,11 +100,17 @@ const ButtonStyles = (colors, border, spacing) => StyleSheet.create({
|
|
|
91
100
|
color: colors['text-link']
|
|
92
101
|
},
|
|
93
102
|
marginRightSpacingForLargeContainer: {
|
|
94
|
-
marginRight: spacing
|
|
103
|
+
marginRight: spacing['xs']
|
|
95
104
|
},
|
|
96
105
|
marginRightSpacingForSmallContainer: {
|
|
97
106
|
marginRight: spacing['2xs']
|
|
98
107
|
},
|
|
108
|
+
marginForTrailingIcon: {
|
|
109
|
+
marginLeft: spacing['xs']
|
|
110
|
+
},
|
|
111
|
+
marginForTrailingIconSmall: {
|
|
112
|
+
marginLeft: spacing['2xs']
|
|
113
|
+
},
|
|
99
114
|
underlineStyle: {
|
|
100
115
|
width: '100%',
|
|
101
116
|
height: 1
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["StyleSheet","ButtonStyles","colors","border","spacing","create","buttonContainer","flexDirection","justifyContent","primaryButton","backgroundColor","borderColor","borderWidth","borderRadius","primaryButtonLabel","color","textAlign","
|
|
1
|
+
{"version":3,"names":["StyleSheet","ButtonStyles","colors","border","spacing","create","buttonContainer","flexDirection","justifyContent","primaryButton","backgroundColor","borderColor","borderWidth","borderRadius","primaryButtonLabel","color","textAlign","primaryButtonLabelHoldingStyle","largeContainerSpacing","paddingHorizontal","paddingVertical","tertiaryLargeContainerSpacing","paddingTop","paddingBottom","tertiarySmallContainerSpacing","smallContainerSpacing","primaryActive","secondaryRedActive","tertiaryActive","primaryDisable","secondaryDisable","disableFontcolor","fullWidth","width","secondaryRedContainer","secondaryRedLabel","secondaryLabelHoldingStyle","tertiaryCharcoalLabel","tertiaryCharcoalLabelHoldingStyle","tertiaryWhiteLabel","tertiaryDigitalredLabel","tertiaryCharcoalLabelWithoutUnderline","tertiaryWhiteLabelWithoutUnderline","tertiaryDigitalredLabelWithoutUnderline","marginRightSpacingForLargeContainer","marginRight","marginRightSpacingForSmallContainer","marginForTrailingIcon","marginLeft","marginForTrailingIconSmall","underlineStyle","height"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/atoms/Button/styles/index.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
* @format
|
|
7
7
|
*
|
|
8
8
|
*/
|
|
9
|
-
|
|
10
9
|
import React, { useState } from 'react';
|
|
11
10
|
import { View, TouchableWithoutFeedback } from 'react-native';
|
|
12
11
|
import { Surface } from 'react-native-paper';
|
|
@@ -19,6 +18,7 @@ const CardContainer = props => {
|
|
|
19
18
|
onPress,
|
|
20
19
|
children,
|
|
21
20
|
isRemovePadding,
|
|
21
|
+
isDisabled,
|
|
22
22
|
testID,
|
|
23
23
|
accessible,
|
|
24
24
|
accessibilityLabel,
|
|
@@ -31,13 +31,13 @@ const CardContainer = props => {
|
|
|
31
31
|
border,
|
|
32
32
|
spacing
|
|
33
33
|
} = useCustomTheme();
|
|
34
|
-
const styles = CardContainerStyles(border, spacing);
|
|
34
|
+
const styles = CardContainerStyles(colors, border, spacing);
|
|
35
35
|
const [isHolding, setIsHolding] = useState(false);
|
|
36
36
|
const handleLongPress = () => {
|
|
37
|
-
setIsHolding(true);
|
|
37
|
+
!isDisabled && setIsHolding(true);
|
|
38
38
|
};
|
|
39
39
|
const handlePressOut = () => {
|
|
40
|
-
if (isHolding) {
|
|
40
|
+
if (!isDisabled && isHolding) {
|
|
41
41
|
setIsHolding(false);
|
|
42
42
|
}
|
|
43
43
|
};
|
|
@@ -48,13 +48,13 @@ const CardContainer = props => {
|
|
|
48
48
|
};
|
|
49
49
|
const backgroundColor = (() => {
|
|
50
50
|
switch (color) {
|
|
51
|
-
case '
|
|
51
|
+
case 'default':
|
|
52
52
|
return colors['surface-overlay'];
|
|
53
|
-
case '
|
|
54
|
-
return isHolding ? colors['card-secondary-2-surface-hover'] : colors['card-secondary-2-surface'];
|
|
55
|
-
case 'surface-purple':
|
|
53
|
+
case 'secondary-1':
|
|
56
54
|
return isHolding ? colors['card-secondary-1-surface-hover'] : colors['card-secondary-1-surface'];
|
|
57
|
-
case '
|
|
55
|
+
case 'secondary-2':
|
|
56
|
+
return isHolding ? colors['card-secondary-2-surface-hover'] : colors['card-secondary-2-surface'];
|
|
57
|
+
case 'secondary-3':
|
|
58
58
|
return isHolding ? colors['card-secondary-3-surface-hover'] : colors['card-secondary-3-surface'];
|
|
59
59
|
default:
|
|
60
60
|
return colors['surface-overlay'];
|
|
@@ -62,17 +62,17 @@ const CardContainer = props => {
|
|
|
62
62
|
})();
|
|
63
63
|
const borderStyle = (() => {
|
|
64
64
|
switch (color) {
|
|
65
|
-
case '
|
|
65
|
+
case 'secondary-1':
|
|
66
66
|
return {
|
|
67
67
|
...styles.containerBorder,
|
|
68
|
-
borderColor: colors['card-secondary-
|
|
68
|
+
borderColor: colors['card-secondary-1-border']
|
|
69
69
|
};
|
|
70
|
-
case '
|
|
70
|
+
case 'secondary-2':
|
|
71
71
|
return {
|
|
72
72
|
...styles.containerBorder,
|
|
73
|
-
borderColor: colors['card-secondary-
|
|
73
|
+
borderColor: colors['card-secondary-2-border']
|
|
74
74
|
};
|
|
75
|
-
case '
|
|
75
|
+
case 'secondary-3':
|
|
76
76
|
return {
|
|
77
77
|
...styles.containerBorder,
|
|
78
78
|
borderColor: colors['card-secondary-3-border']
|
|
@@ -82,7 +82,8 @@ const CardContainer = props => {
|
|
|
82
82
|
}
|
|
83
83
|
})();
|
|
84
84
|
const elevation = (() => {
|
|
85
|
-
if (
|
|
85
|
+
if (isDisabled) return 0;
|
|
86
|
+
if (color == 'default') return isHolding ? 2 : 1;
|
|
86
87
|
return 0;
|
|
87
88
|
})();
|
|
88
89
|
return /*#__PURE__*/_jsx(TouchableWithoutFeedback, {
|
|
@@ -102,7 +103,7 @@ const CardContainer = props => {
|
|
|
102
103
|
backgroundColor: backgroundColor
|
|
103
104
|
}, borderStyle, isRemovePadding && {
|
|
104
105
|
padding: 0
|
|
105
|
-
}],
|
|
106
|
+
}, isDisabled && styles.disabledContainer],
|
|
106
107
|
elevation: elevation,
|
|
107
108
|
children: children
|
|
108
109
|
})
|
|
@@ -110,7 +111,7 @@ const CardContainer = props => {
|
|
|
110
111
|
});
|
|
111
112
|
};
|
|
112
113
|
CardContainer.defaultProps = {
|
|
113
|
-
color: '
|
|
114
|
+
color: 'default'
|
|
114
115
|
};
|
|
115
116
|
export default CardContainer;
|
|
116
117
|
//# sourceMappingURL=CardContainer.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useState","View","TouchableWithoutFeedback","Surface","CardContainerStyles","useCustomTheme","jsx","_jsx","CardContainer","props","color","onPress","children","isRemovePadding","testID","accessible","accessibilityLabel","accessibilityHint","accessibilityRole","accessibilityState","colors","border","spacing","styles","isHolding","setIsHolding","handleLongPress","handlePressOut","handlePress","backgroundColor","borderStyle","containerBorder","borderColor","elevation","onLongPress","onPressOut","style","fullWidth","containerStyle","padding","defaultProps"],"sourceRoot":"../../../../../../src","sources":["component/AIA/atoms/CardContainer/CardContainer.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA
|
|
1
|
+
{"version":3,"names":["React","useState","View","TouchableWithoutFeedback","Surface","CardContainerStyles","useCustomTheme","jsx","_jsx","CardContainer","props","color","onPress","children","isRemovePadding","isDisabled","testID","accessible","accessibilityLabel","accessibilityHint","accessibilityRole","accessibilityState","colors","border","spacing","styles","isHolding","setIsHolding","handleLongPress","handlePressOut","handlePress","backgroundColor","borderStyle","containerBorder","borderColor","elevation","onLongPress","onPressOut","style","fullWidth","containerStyle","padding","disabledContainer","defaultProps"],"sourceRoot":"../../../../../../src","sources":["component/AIA/atoms/CardContainer/CardContainer.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -17,3 +17,4 @@ children | `React Node` | `True` | Ui within container.
|
|
|
17
17
|
onPress | `Function` | `False` | OnPress action for container. |
|
|
18
18
|
color | `String` | `False` | Background color for container. |
|
|
19
19
|
isRemovePadding | `Boolean` | `False` | Remove default padding. |
|
|
20
|
+
isDisabled | `String` | `False` | Disabled state. |
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["default"],"sourceRoot":"../../../../../../src","sources":["component/AIA/atoms/CardContainer/index.ts"],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"names":["default"],"sourceRoot":"../../../../../../src","sources":["component/AIA/atoms/CardContainer/index.ts"],"mappings":";;AAAA,SAASA,OAAO","ignoreList":[]}
|
|
@@ -7,9 +7,9 @@
|
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
import { StyleSheet } from 'react-native';
|
|
10
|
-
const CardContainerStyles = (border, spacing) => StyleSheet.create({
|
|
10
|
+
const CardContainerStyles = (colors, border, spacing) => StyleSheet.create({
|
|
11
11
|
containerStyle: {
|
|
12
|
-
padding: spacing
|
|
12
|
+
padding: spacing['md'],
|
|
13
13
|
justifyContent: 'center',
|
|
14
14
|
alignItems: 'center',
|
|
15
15
|
borderRadius: border['card-radius']
|
|
@@ -19,6 +19,10 @@ const CardContainerStyles = (border, spacing) => StyleSheet.create({
|
|
|
19
19
|
},
|
|
20
20
|
containerBorder: {
|
|
21
21
|
borderWidth: border['border-sm']
|
|
22
|
+
},
|
|
23
|
+
disabledContainer: {
|
|
24
|
+
backgroundColor: colors['surface-disabled-1'],
|
|
25
|
+
borderColor: colors['border-disabled']
|
|
22
26
|
}
|
|
23
27
|
});
|
|
24
28
|
export default CardContainerStyles;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["StyleSheet","CardContainerStyles","border","spacing","create","containerStyle","padding","
|
|
1
|
+
{"version":3,"names":["StyleSheet","CardContainerStyles","colors","border","spacing","create","containerStyle","padding","justifyContent","alignItems","borderRadius","fullWidth","width","containerBorder","borderWidth","disabledContainer","backgroundColor","borderColor"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/atoms/CardContainer/styles/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAEA,SAAQA,UAAU,QAAO,cAAc;AAGvC,MAAMC,mBAAmB,GAAGA,CAACC,MAAa,EAAEC,MAAmB,EAAEC,OAAqB,KACpFJ,UAAU,CAACK,MAAM,CAAC;EAChBC,cAAc,EAAE;IACdC,OAAO,EAAEH,OAAO,CAAC,IAAI,CAAC;IACtBI,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE,QAAQ;IACpBC,YAAY,EAAEP,MAAM,CAAC,aAAa;EACpC,CAAC;EACDQ,SAAS,EAAE;IACTC,KAAK,EAAE;EACT,CAAC;EACDC,eAAe,EAAE;IACfC,WAAW,EAAEX,MAAM,CAAC,WAAW;EACjC,CAAC;EACDY,iBAAiB,EAAE;IACjBC,eAAe,EAAEd,MAAM,CAAC,oBAAoB,CAAC;IAC7Ce,WAAW,EAAEf,MAAM,CAAC,iBAAiB;EACvC;AACF,CAAC,CAAC;AAEJ,eAAeD,mBAAmB","ignoreList":[]}
|
|
@@ -6,7 +6,6 @@
|
|
|
6
6
|
* @format
|
|
7
7
|
*
|
|
8
8
|
*/
|
|
9
|
-
|
|
10
9
|
import React, { useState, useRef } from 'react';
|
|
11
10
|
import { View, Animated } from 'react-native';
|
|
12
11
|
import { MAX_INDICATOR } from "./config/index.js";
|
|
@@ -26,7 +25,8 @@ const CarouselContainer = props => {
|
|
|
26
25
|
accessibilityLabel,
|
|
27
26
|
accessibilityHint,
|
|
28
27
|
accessibilityRole,
|
|
29
|
-
accessibilityState
|
|
28
|
+
accessibilityState,
|
|
29
|
+
...carouselProps
|
|
30
30
|
} = props;
|
|
31
31
|
const itemLength = data.length;
|
|
32
32
|
const {
|
|
@@ -107,7 +107,7 @@ const CarouselContainer = props => {
|
|
|
107
107
|
height: carouselHeight
|
|
108
108
|
},
|
|
109
109
|
children: /*#__PURE__*/_jsx(Carousel, {
|
|
110
|
-
|
|
110
|
+
useScrollView: true,
|
|
111
111
|
data: data,
|
|
112
112
|
renderItem: renderItem,
|
|
113
113
|
itemWidth: itemWidth,
|
|
@@ -115,7 +115,8 @@ const CarouselContainer = props => {
|
|
|
115
115
|
vertical: false,
|
|
116
116
|
inactiveSlideOpacity: 1,
|
|
117
117
|
inactiveSlideScale: 1,
|
|
118
|
-
|
|
118
|
+
sliderWidth: itemWidth,
|
|
119
|
+
...carouselProps
|
|
119
120
|
})
|
|
120
121
|
}), /*#__PURE__*/_jsx(View, {
|
|
121
122
|
style: {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useState","useRef","View","Animated","MAX_INDICATOR","CarouselStyles","useCustomTheme","Carousel","jsx","_jsx","jsxs","_jsxs","CarouselContainer","props","data","renderItem","itemWidth","carouselHeight","dotMargin","testID","accessible","accessibilityLabel","accessibilityHint","accessibilityRole","accessibilityState","itemLength","length","colors","border","size","spacing","styles","activeIndex","setActiveIndex","isScrollToRight","setIsScrollToRight","offset","Value","current","handleScrollDotView","index","setTimeout","targetOffset","timing","toValue","duration","useNativeDriver","start","handleScroll","event","scrollPosition","nativeEvent","contentOffset","x","direction","directionStatus","newIndex","Math","round","getAlignItems","undefined","renderPagination","style","dotWrapper","alignItems","width","children","transform","translateX","flexDirection","Array","fill","map","_","inactiveDot","marginRight","activeDot","abs","smallDot","containerStyle","height","
|
|
1
|
+
{"version":3,"names":["React","useState","useRef","View","Animated","MAX_INDICATOR","CarouselStyles","useCustomTheme","Carousel","jsx","_jsx","jsxs","_jsxs","CarouselContainer","props","data","renderItem","itemWidth","carouselHeight","dotMargin","testID","accessible","accessibilityLabel","accessibilityHint","accessibilityRole","accessibilityState","carouselProps","itemLength","length","colors","border","size","spacing","styles","activeIndex","setActiveIndex","isScrollToRight","setIsScrollToRight","offset","Value","current","handleScrollDotView","index","setTimeout","targetOffset","timing","toValue","duration","useNativeDriver","start","handleScroll","event","scrollPosition","nativeEvent","contentOffset","x","direction","directionStatus","newIndex","Math","round","getAlignItems","undefined","renderPagination","style","dotWrapper","alignItems","width","children","transform","translateX","flexDirection","Array","fill","map","_","inactiveDot","marginRight","activeDot","abs","smallDot","containerStyle","height","useScrollView","onScroll","vertical","inactiveSlideOpacity","inactiveSlideScale","sliderWidth","dotContainer","marginTop"],"sourceRoot":"../../../../../../src","sources":["component/AIA/atoms/Carousel/Carousel.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["default"],"sourceRoot":"../../../../../../src","sources":["component/AIA/atoms/Carousel/index.ts"],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"names":["default"],"sourceRoot":"../../../../../../src","sources":["component/AIA/atoms/Carousel/index.ts"],"mappings":";;AAAA,SAASA,OAAO","ignoreList":[]}
|
|
@@ -13,10 +13,10 @@ const CarouselStyles = (colors, border, size, spacing) => StyleSheet.create({
|
|
|
13
13
|
},
|
|
14
14
|
inactiveDot: {
|
|
15
15
|
position: 'relative',
|
|
16
|
-
width: size
|
|
17
|
-
height: size
|
|
16
|
+
width: size['xs'],
|
|
17
|
+
height: size['xs'],
|
|
18
18
|
backgroundColor: colors['carousel-indicator-default-surface-enabled'],
|
|
19
|
-
marginRight: spacing
|
|
19
|
+
marginRight: spacing['sm'],
|
|
20
20
|
borderRadius: border['radius-round']
|
|
21
21
|
},
|
|
22
22
|
smallDot: {
|
|
@@ -30,7 +30,7 @@ const CarouselStyles = (colors, border, size, spacing) => StyleSheet.create({
|
|
|
30
30
|
backgroundColor: colors['carousel-indicator-default-surface-selected']
|
|
31
31
|
},
|
|
32
32
|
dotWrapper: {
|
|
33
|
-
width: 5 * size
|
|
33
|
+
width: 5 * size['xs'] + 4 * spacing['sm'],
|
|
34
34
|
justifyContent: 'center',
|
|
35
35
|
overflow: 'hidden'
|
|
36
36
|
},
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["StyleSheet","CarouselStyles","colors","border","size","spacing","create","containerStyle","width","inactiveDot","position","
|
|
1
|
+
{"version":3,"names":["StyleSheet","CarouselStyles","colors","border","size","spacing","create","containerStyle","width","inactiveDot","position","height","backgroundColor","marginRight","borderRadius","smallDot","marginTop","activeDot","dotWrapper","justifyContent","overflow","dotContainer","alignItems"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/atoms/Carousel/styles/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAEA,SAAQA,UAAU,QAAO,cAAc;AAQvC,MAAMC,cAAc,GAAGA,CACrBC,MAAa,EACbC,MAAmB,EACnBC,IAAe,EACfC,OAAqB,KAErBL,UAAU,CAACM,MAAM,CAAC;EAChBC,cAAc,EAAE;IACdC,KAAK,EAAE;EACT,CAAC;EACDC,WAAW,EAAE;IACXC,QAAQ,EAAE,UAAU;IACpBF,KAAK,EAAEJ,IAAI,CAAC,IAAI,CAAC;IACjBO,MAAM,EAAEP,IAAI,CAAC,IAAI,CAAC;IAClBQ,eAAe,EAAEV,MAAM,CAAC,4CAA4C,CAAC;IACrEW,WAAW,EAAER,OAAO,CAAC,IAAI,CAAC;IAC1BS,YAAY,EAAEX,MAAM,CAAC,cAAc;EACrC,CAAC;EACDY,QAAQ,EAAE;IACRP,KAAK,EAAE,CAAC;IACRG,MAAM,EAAE,CAAC;IACTG,YAAY,EAAEX,MAAM,CAAC,cAAc,CAAC;IACpCS,eAAe,EAAEV,MAAM,CAAC,4CAA4C,CAAC;IACrEc,SAAS,EAAE;EACb,CAAC;EACDC,SAAS,EAAE;IACTL,eAAe,EAAEV,MAAM,CAAC,6CAA6C;EACvE,CAAC;EACDgB,UAAU,EAAE;IACVV,KAAK,EAAE,CAAC,GAAGJ,IAAI,CAAC,IAAI,CAAC,GAAG,CAAC,GAAGC,OAAO,CAAC,IAAI,CAAC;IACzCc,cAAc,EAAE,QAAQ;IACxBC,QAAQ,EAAE;EACZ,CAAC;EACDC,YAAY,EAAE;IACZb,KAAK,EAAE,MAAM;IACbW,cAAc,EAAE,QAAQ;IACxBG,UAAU,EAAE;EACd;AACF,CAAC,CAAC;AAEJ,eAAerB,cAAc","ignoreList":[]}
|