@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
|
@@ -33,7 +33,6 @@ const Dialog = props => {
|
|
|
33
33
|
alertIcon,
|
|
34
34
|
alertBody,
|
|
35
35
|
allowBackdropOnClose,
|
|
36
|
-
secondaryType = 'digitalred',
|
|
37
36
|
testID,
|
|
38
37
|
secondButtonVariant = 'secondary',
|
|
39
38
|
thirdButtonLabel,
|
|
@@ -88,7 +87,7 @@ const Dialog = props => {
|
|
|
88
87
|
group: alertIcon?.group,
|
|
89
88
|
name: alertIcon?.name,
|
|
90
89
|
size: 11,
|
|
91
|
-
color: alertIcon?.color
|
|
90
|
+
color: alertIcon?.color ?? 'cerise'
|
|
92
91
|
})
|
|
93
92
|
}), /*#__PURE__*/_jsx(Text, {
|
|
94
93
|
variant: "headline-4-medium",
|
|
@@ -108,8 +107,9 @@ const Dialog = props => {
|
|
|
108
107
|
children: /*#__PURE__*/_jsx(Button, {
|
|
109
108
|
buttonLabel: secondaryButtonLabel,
|
|
110
109
|
onPress: () => secondaryOnPress?.(),
|
|
111
|
-
type: 'secondary'
|
|
112
|
-
|
|
110
|
+
type: 'secondary'
|
|
111
|
+
// secondaryType={secondaryType}
|
|
112
|
+
,
|
|
113
113
|
isFullWidth: true
|
|
114
114
|
})
|
|
115
115
|
}), primaryButtonLabel && /*#__PURE__*/_jsx(View, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","View","TouchableWithoutFeedback","DialogStyles","Button","DialogContainer","Icon","Text","useCustomTheme","jsx","_jsx","jsxs","_jsxs","Fragment","_Fragment","Dialog","props","isVisible","onClose","variant","title","children","isShowButton","isShowCloseButton","buttonPlacement","primaryButtonLabel","primaryOnPress","secondaryButtonLabel","secondaryOnPress","alertIcon","alertBody","allowBackdropOnClose","
|
|
1
|
+
{"version":3,"names":["React","View","TouchableWithoutFeedback","DialogStyles","Button","DialogContainer","Icon","Text","useCustomTheme","jsx","_jsx","jsxs","_jsxs","Fragment","_Fragment","Dialog","props","isVisible","onClose","variant","title","children","isShowButton","isShowCloseButton","buttonPlacement","primaryButtonLabel","primaryOnPress","secondaryButtonLabel","secondaryOnPress","alertIcon","alertBody","allowBackdropOnClose","testID","secondButtonVariant","thirdButtonLabel","thirdButtonOnPress","accessible","accessibilityLabel","accessibilityHint","accessibilityRole","accessibilityState","spacing","styles","style","titleContainer","customContainerStyle","flexGrow","onPress","iconContainer","group","name","size","color","maxHeightNormal","maxHeightStackButton","alertIconContainer","alertTitleWrapper","customStyle","textAlignCenter","alertBodyWrapper","buttonSideContainer","buttonTopSpacing","buttonSideFlex","buttonSideMargin","buttonLabel","type","isFullWidth"],"sourceRoot":"../../../../../../src","sources":["component/AIA/molecules/Dialog/Dialog.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1,371 @@
|
|
|
1
|
+
/**
|
|
2
|
+
*
|
|
3
|
+
* @format
|
|
4
|
+
*
|
|
5
|
+
*/
|
|
6
|
+
|
|
7
|
+
import type {Meta, StoryObj} from '@storybook/react-native';
|
|
8
|
+
import React, {useState} from 'react';
|
|
9
|
+
import {View, Button, ScrollView, Text as RNText} from 'react-native';
|
|
10
|
+
|
|
11
|
+
import Dialog from './Dialog';
|
|
12
|
+
import Text from '../../atoms/Text';
|
|
13
|
+
import dialogReadme from './README.md';
|
|
14
|
+
|
|
15
|
+
const textColor = '#111111';
|
|
16
|
+
const tableBorder = '#e3e3e3';
|
|
17
|
+
const tableHeaderBg = '#f0f0f0';
|
|
18
|
+
const codeBlockBg = '#f5f5f6';
|
|
19
|
+
const columnStyle = {flex: 1, paddingRight: 8};
|
|
20
|
+
const descriptionStyle = {flex: 2};
|
|
21
|
+
|
|
22
|
+
const parseReadme = (readme: string) => {
|
|
23
|
+
const lines = readme.split('\n');
|
|
24
|
+
const codeLines: string[] = [];
|
|
25
|
+
const tableLines: string[] = [];
|
|
26
|
+
let inCode = false;
|
|
27
|
+
|
|
28
|
+
for (const line of lines) {
|
|
29
|
+
const trimmed = line.trim();
|
|
30
|
+
if (trimmed.startsWith('```')) {
|
|
31
|
+
inCode = !inCode;
|
|
32
|
+
continue;
|
|
33
|
+
}
|
|
34
|
+
if (inCode) {
|
|
35
|
+
codeLines.push(line);
|
|
36
|
+
continue;
|
|
37
|
+
}
|
|
38
|
+
if (line.includes('|')) {
|
|
39
|
+
tableLines.push(line);
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
const rawRows = tableLines
|
|
44
|
+
.map((line) =>
|
|
45
|
+
line
|
|
46
|
+
.split('|')
|
|
47
|
+
.map((cell) => cell.trim())
|
|
48
|
+
.filter(Boolean)
|
|
49
|
+
)
|
|
50
|
+
.filter((cells) => cells.length >= 3);
|
|
51
|
+
|
|
52
|
+
const rows = rawRows.filter((cells) =>
|
|
53
|
+
cells.some((cell) => !/^-+$/.test(cell.replace(/\s/g, '')))
|
|
54
|
+
);
|
|
55
|
+
|
|
56
|
+
const headerRow = rows[0]?.[0]?.toLowerCase() === 'key' ? rows[0] : null;
|
|
57
|
+
const bodyRows = headerRow ? rows.slice(1) : rows;
|
|
58
|
+
|
|
59
|
+
const props = bodyRows.map(([key, type, required, description]) => ({
|
|
60
|
+
key: key.replace(/`/g, ''),
|
|
61
|
+
type: type.replace(/`/g, ''),
|
|
62
|
+
required: required.replace(/`/g, ''),
|
|
63
|
+
description: description.replace(/`/g, ''),
|
|
64
|
+
}));
|
|
65
|
+
|
|
66
|
+
return {
|
|
67
|
+
code: codeLines.join('\n').trim(),
|
|
68
|
+
header: headerRow ?? ['Key', 'Type', 'Required', 'Description'],
|
|
69
|
+
props,
|
|
70
|
+
};
|
|
71
|
+
};
|
|
72
|
+
|
|
73
|
+
const readme = parseReadme(dialogReadme);
|
|
74
|
+
|
|
75
|
+
const meta = {
|
|
76
|
+
title: 'Molecules/Dialog',
|
|
77
|
+
component: Dialog,
|
|
78
|
+
args: {} as any,
|
|
79
|
+
} satisfies Meta<typeof Dialog>;
|
|
80
|
+
|
|
81
|
+
export default meta;
|
|
82
|
+
|
|
83
|
+
type Story = StoryObj<typeof meta>;
|
|
84
|
+
|
|
85
|
+
export const Examples: Story = {
|
|
86
|
+
render: () => {
|
|
87
|
+
const [isDialogVisible, setDialogVisible] = useState(false);
|
|
88
|
+
const [isDialogVisible1, setDialogVisible1] = useState(false);
|
|
89
|
+
const [isDialogVisible2, setDialogVisible2] = useState(false);
|
|
90
|
+
const [isDialogVisible3, setDialogVisible3] = useState(false);
|
|
91
|
+
const [isDialogVisible4, setDialogVisible4] = useState(false);
|
|
92
|
+
const [isDialogVisible5, setDialogVisible5] = useState(false);
|
|
93
|
+
const [isDialogVisible6, setDialogVisible6] = useState(false);
|
|
94
|
+
const [isDialogVisible7, setDialogVisible7] = useState(false);
|
|
95
|
+
|
|
96
|
+
return (
|
|
97
|
+
<ScrollView>
|
|
98
|
+
<View
|
|
99
|
+
style={{
|
|
100
|
+
flexDirection: 'column',
|
|
101
|
+
height: '100%',
|
|
102
|
+
paddingTop: 20,
|
|
103
|
+
marginBottom: 150,
|
|
104
|
+
}}>
|
|
105
|
+
<Text customStyle={{width: '100%', textAlign: 'center', marginBottom: 50}}>
|
|
106
|
+
Dialog - V3.0.0
|
|
107
|
+
</Text>
|
|
108
|
+
<Button title="Open Dialog" onPress={() => setDialogVisible(true)} />
|
|
109
|
+
<Dialog
|
|
110
|
+
isVisible={isDialogVisible}
|
|
111
|
+
onClose={() => setDialogVisible(false)}
|
|
112
|
+
title="Dialog Title"
|
|
113
|
+
isShowCloseButton
|
|
114
|
+
allowBackdropOnClose>
|
|
115
|
+
<View
|
|
116
|
+
style={{height: 150, width: '100%', alignItems: 'center', justifyContent: 'center'}}>
|
|
117
|
+
<Text>Component Slot</Text>
|
|
118
|
+
</View>
|
|
119
|
+
</Dialog>
|
|
120
|
+
|
|
121
|
+
<Button
|
|
122
|
+
title="Open Dialog without close button"
|
|
123
|
+
onPress={() => setDialogVisible1(true)}
|
|
124
|
+
/>
|
|
125
|
+
<Dialog
|
|
126
|
+
isVisible={isDialogVisible1}
|
|
127
|
+
onClose={() => setDialogVisible1(false)}
|
|
128
|
+
title="Dialog Title">
|
|
129
|
+
<View
|
|
130
|
+
style={{height: 150, width: '100%', alignItems: 'center', justifyContent: 'center'}}>
|
|
131
|
+
<Text>Component Slot</Text>
|
|
132
|
+
</View>
|
|
133
|
+
</Dialog>
|
|
134
|
+
|
|
135
|
+
<Button title="Open Dialog with primary button" onPress={() => setDialogVisible2(true)} />
|
|
136
|
+
<Dialog
|
|
137
|
+
isVisible={isDialogVisible2}
|
|
138
|
+
onClose={() => setDialogVisible2(false)}
|
|
139
|
+
isShowButton
|
|
140
|
+
primaryButtonLabel="Button"
|
|
141
|
+
primaryOnPress={() => console.log('Primary Pressed')}
|
|
142
|
+
title="Dialog Title"
|
|
143
|
+
isShowCloseButton
|
|
144
|
+
allowBackdropOnClose>
|
|
145
|
+
<View
|
|
146
|
+
style={{height: 150, width: '100%', alignItems: 'center', justifyContent: 'center'}}>
|
|
147
|
+
<Text>Component Slot</Text>
|
|
148
|
+
</View>
|
|
149
|
+
</Dialog>
|
|
150
|
+
|
|
151
|
+
<Button
|
|
152
|
+
title="Open Dialog with primary and secondary button"
|
|
153
|
+
onPress={() => setDialogVisible3(true)}
|
|
154
|
+
/>
|
|
155
|
+
<Dialog
|
|
156
|
+
isVisible={isDialogVisible3}
|
|
157
|
+
onClose={() => setDialogVisible3(false)}
|
|
158
|
+
isShowButton
|
|
159
|
+
primaryButtonLabel="Button"
|
|
160
|
+
primaryOnPress={() => console.log('Primary Pressed')}
|
|
161
|
+
secondaryButtonLabel="Button"
|
|
162
|
+
secondaryOnPress={() => console.log('Secondary Pressed')}
|
|
163
|
+
title="Dialog Title"
|
|
164
|
+
isShowCloseButton
|
|
165
|
+
allowBackdropOnClose>
|
|
166
|
+
<View
|
|
167
|
+
style={{height: 150, width: '100%', alignItems: 'center', justifyContent: 'center'}}>
|
|
168
|
+
<Text>Component Slot</Text>
|
|
169
|
+
</View>
|
|
170
|
+
</Dialog>
|
|
171
|
+
|
|
172
|
+
<Button title="Open Dialog with side button" onPress={() => setDialogVisible4(true)} />
|
|
173
|
+
<Dialog
|
|
174
|
+
isVisible={isDialogVisible4}
|
|
175
|
+
onClose={() => setDialogVisible4(false)}
|
|
176
|
+
isShowButton
|
|
177
|
+
primaryButtonLabel="Button"
|
|
178
|
+
primaryOnPress={() => console.log('Primary Pressed')}
|
|
179
|
+
secondaryButtonLabel="Button"
|
|
180
|
+
buttonPlacement="side"
|
|
181
|
+
title="Dialog Title"
|
|
182
|
+
isShowCloseButton
|
|
183
|
+
allowBackdropOnClose>
|
|
184
|
+
<View
|
|
185
|
+
style={{height: 150, width: '100%', alignItems: 'center', justifyContent: 'center'}}>
|
|
186
|
+
<Text>Component Slot</Text>
|
|
187
|
+
</View>
|
|
188
|
+
</Dialog>
|
|
189
|
+
|
|
190
|
+
<Button title="Open Alert Dialog" onPress={() => setDialogVisible5(true)} />
|
|
191
|
+
<Dialog
|
|
192
|
+
isVisible={isDialogVisible5}
|
|
193
|
+
onClose={() => setDialogVisible5(false)}
|
|
194
|
+
variant="alert"
|
|
195
|
+
title="Dialog Title"
|
|
196
|
+
alertIcon={{group: 'general', name: 'warning', color: 'yellow'}}
|
|
197
|
+
alertBody="Lorem ipsum dolor sit amet, consectetur adipiscing elit"
|
|
198
|
+
primaryButtonLabel="Button"
|
|
199
|
+
isShowButton
|
|
200
|
+
isShowCloseButton
|
|
201
|
+
allowBackdropOnClose
|
|
202
|
+
/>
|
|
203
|
+
|
|
204
|
+
<Button
|
|
205
|
+
title="Open Alert Dialog with Secondary"
|
|
206
|
+
onPress={() => setDialogVisible6(true)}
|
|
207
|
+
/>
|
|
208
|
+
<Dialog
|
|
209
|
+
isVisible={isDialogVisible6}
|
|
210
|
+
onClose={() => setDialogVisible6(false)}
|
|
211
|
+
variant="alert"
|
|
212
|
+
title="Dialog Title"
|
|
213
|
+
alertIcon={{group: 'general', name: 'warning', color: 'yellow'}}
|
|
214
|
+
alertBody="Lorem ipsum dolor sit amet, consectetur adipiscing elit"
|
|
215
|
+
primaryButtonLabel="Button"
|
|
216
|
+
primaryOnPress={() => console.log('Primary Pressed')}
|
|
217
|
+
secondaryButtonLabel="Button"
|
|
218
|
+
isShowButton
|
|
219
|
+
isShowCloseButton
|
|
220
|
+
allowBackdropOnClose
|
|
221
|
+
secondaryOnPress={() => console.log('Secondary Pressed')}
|
|
222
|
+
/>
|
|
223
|
+
|
|
224
|
+
<Button
|
|
225
|
+
title="Open Alert Dialog with Side Button"
|
|
226
|
+
onPress={() => setDialogVisible7(true)}
|
|
227
|
+
/>
|
|
228
|
+
<Dialog
|
|
229
|
+
isVisible={isDialogVisible7}
|
|
230
|
+
onClose={() => setDialogVisible7(false)}
|
|
231
|
+
variant="alert"
|
|
232
|
+
title="Dialog Title"
|
|
233
|
+
alertIcon={{group: 'general', name: 'warning', color: 'yellow'}}
|
|
234
|
+
alertBody="Lorem ipsum dolor sit amet, consectetur adipiscing elit"
|
|
235
|
+
primaryButtonLabel="Button"
|
|
236
|
+
primaryOnPress={() => console.log('Primary Pressed')}
|
|
237
|
+
secondaryButtonLabel="Button"
|
|
238
|
+
isShowButton
|
|
239
|
+
isShowCloseButton
|
|
240
|
+
allowBackdropOnClose
|
|
241
|
+
buttonPlacement="side"
|
|
242
|
+
secondaryOnPress={() => console.log('Secondary Pressed')}
|
|
243
|
+
/>
|
|
244
|
+
</View>
|
|
245
|
+
</ScrollView>
|
|
246
|
+
);
|
|
247
|
+
},
|
|
248
|
+
};
|
|
249
|
+
|
|
250
|
+
export const Playground: Story = {
|
|
251
|
+
render: (args) => {
|
|
252
|
+
const [isVisible, setIsVisible] = useState(false);
|
|
253
|
+
return (
|
|
254
|
+
<View style={{paddingHorizontal: 16, paddingBottom: 24, paddingTop: 24}}>
|
|
255
|
+
<Text variant="headline-6-medium" color={textColor} customStyle={{marginBottom: 12}}>
|
|
256
|
+
Playground
|
|
257
|
+
</Text>
|
|
258
|
+
<Button title="Open Dialog" onPress={() => setIsVisible(true)} />
|
|
259
|
+
<Dialog
|
|
260
|
+
isVisible={isVisible}
|
|
261
|
+
onClose={() => setIsVisible(false)}
|
|
262
|
+
title="Dialog Title"
|
|
263
|
+
isShowButton
|
|
264
|
+
primaryButtonLabel="Button"
|
|
265
|
+
primaryOnPress={() => console.log('Primary Pressed')}
|
|
266
|
+
isShowCloseButton
|
|
267
|
+
allowBackdropOnClose>
|
|
268
|
+
<View
|
|
269
|
+
style={{height: 150, width: '100%', alignItems: 'center', justifyContent: 'center'}}>
|
|
270
|
+
<Text>Component Slot</Text>
|
|
271
|
+
</View>
|
|
272
|
+
</Dialog>
|
|
273
|
+
<Text color={textColor} customStyle={{marginTop: 20}}>
|
|
274
|
+
Use the Controls panel to change props.
|
|
275
|
+
</Text>
|
|
276
|
+
</View>
|
|
277
|
+
);
|
|
278
|
+
},
|
|
279
|
+
};
|
|
280
|
+
|
|
281
|
+
export const Usage: Story = {
|
|
282
|
+
render: () => {
|
|
283
|
+
return (
|
|
284
|
+
<ScrollView style={{flex: 1}}>
|
|
285
|
+
<View style={{paddingHorizontal: 16, paddingBottom: 32, paddingTop: 24}}>
|
|
286
|
+
<Text variant="headline-6-medium" color={textColor} customStyle={{marginBottom: 12}}>
|
|
287
|
+
Example UI
|
|
288
|
+
</Text>
|
|
289
|
+
<Text color={textColor} customStyle={{marginTop: 16, marginBottom: 24}}>
|
|
290
|
+
Dialog Component - Click the buttons in Examples or Playground to see different dialog
|
|
291
|
+
variants
|
|
292
|
+
</Text>
|
|
293
|
+
|
|
294
|
+
<Text variant="headline-6-medium" color={textColor} customStyle={{marginBottom: 12}}>
|
|
295
|
+
Sample Code
|
|
296
|
+
</Text>
|
|
297
|
+
<View
|
|
298
|
+
style={{
|
|
299
|
+
backgroundColor: codeBlockBg,
|
|
300
|
+
borderRadius: 8,
|
|
301
|
+
padding: 12,
|
|
302
|
+
marginBottom: 24,
|
|
303
|
+
}}>
|
|
304
|
+
<Text
|
|
305
|
+
customStyle={{
|
|
306
|
+
color: textColor,
|
|
307
|
+
fontFamily: 'monospace',
|
|
308
|
+
fontSize: 12,
|
|
309
|
+
lineHeight: 18,
|
|
310
|
+
}}>
|
|
311
|
+
{readme.code}
|
|
312
|
+
</Text>
|
|
313
|
+
</View>
|
|
314
|
+
|
|
315
|
+
<Text variant="headline-6-medium" color={textColor} customStyle={{marginBottom: 12}}>
|
|
316
|
+
Props
|
|
317
|
+
</Text>
|
|
318
|
+
<View
|
|
319
|
+
style={{
|
|
320
|
+
borderRadius: 8,
|
|
321
|
+
overflow: 'hidden',
|
|
322
|
+
borderWidth: 1,
|
|
323
|
+
borderColor: tableBorder,
|
|
324
|
+
}}>
|
|
325
|
+
<View
|
|
326
|
+
style={{
|
|
327
|
+
backgroundColor: tableHeaderBg,
|
|
328
|
+
flexDirection: 'row',
|
|
329
|
+
paddingVertical: 8,
|
|
330
|
+
paddingHorizontal: 10,
|
|
331
|
+
}}>
|
|
332
|
+
<RNText style={[{color: textColor, fontSize: 12, fontWeight: '600'}, columnStyle]}>
|
|
333
|
+
{readme.header[0]}
|
|
334
|
+
</RNText>
|
|
335
|
+
<RNText style={[{color: textColor, fontSize: 12, fontWeight: '600'}, columnStyle]}>
|
|
336
|
+
{readme.header[1]}
|
|
337
|
+
</RNText>
|
|
338
|
+
<RNText style={[{color: textColor, fontSize: 12, fontWeight: '600'}, columnStyle]}>
|
|
339
|
+
{readme.header[2]}
|
|
340
|
+
</RNText>
|
|
341
|
+
<RNText
|
|
342
|
+
style={[{color: textColor, fontSize: 12, fontWeight: '600'}, descriptionStyle]}>
|
|
343
|
+
{readme.header[3]}
|
|
344
|
+
</RNText>
|
|
345
|
+
</View>
|
|
346
|
+
{readme.props.map((row) => (
|
|
347
|
+
<View
|
|
348
|
+
key={row.key}
|
|
349
|
+
style={{
|
|
350
|
+
flexDirection: 'row',
|
|
351
|
+
paddingVertical: 8,
|
|
352
|
+
paddingHorizontal: 10,
|
|
353
|
+
borderTopWidth: 1,
|
|
354
|
+
borderTopColor: tableBorder,
|
|
355
|
+
}}>
|
|
356
|
+
<RNText style={[{color: textColor, fontSize: 12}, columnStyle]}>{row.key}</RNText>
|
|
357
|
+
<RNText style={[{color: textColor, fontSize: 12}, columnStyle]}>{row.type}</RNText>
|
|
358
|
+
<RNText style={[{color: textColor, fontSize: 12}, columnStyle]}>
|
|
359
|
+
{row.required}
|
|
360
|
+
</RNText>
|
|
361
|
+
<RNText style={[{color: textColor, fontSize: 12}, descriptionStyle]}>
|
|
362
|
+
{row.description}
|
|
363
|
+
</RNText>
|
|
364
|
+
</View>
|
|
365
|
+
))}
|
|
366
|
+
</View>
|
|
367
|
+
</View>
|
|
368
|
+
</ScrollView>
|
|
369
|
+
);
|
|
370
|
+
},
|
|
371
|
+
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["default"],"sourceRoot":"../../../../../../src","sources":["component/AIA/molecules/Dialog/index.ts"],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"names":["default"],"sourceRoot":"../../../../../../src","sources":["component/AIA/molecules/Dialog/index.ts"],"mappings":";;AAAA,SAASA,OAAO","ignoreList":[]}
|
|
@@ -15,25 +15,25 @@ const DialogStyles = spacing => StyleSheet.create({
|
|
|
15
15
|
//to be removed after merge atoms icon button
|
|
16
16
|
iconContainer: {
|
|
17
17
|
width: 44,
|
|
18
|
-
marginLeft: spacing
|
|
19
|
-
marginRight: -spacing
|
|
20
|
-
marginTop: -spacing
|
|
21
|
-
paddingLeft: spacing
|
|
18
|
+
marginLeft: spacing['md'],
|
|
19
|
+
marginRight: -spacing['md'] + spacing['2xs'],
|
|
20
|
+
marginTop: -spacing['xl'] + spacing['2xs'],
|
|
21
|
+
paddingLeft: spacing['md'],
|
|
22
22
|
justifyContent: 'center'
|
|
23
23
|
},
|
|
24
24
|
titleContainer: {
|
|
25
25
|
width: '100%',
|
|
26
26
|
flexDirection: 'row',
|
|
27
|
-
marginBottom: spacing
|
|
27
|
+
marginBottom: spacing['md']
|
|
28
28
|
},
|
|
29
29
|
buttonTopSpacing: {
|
|
30
|
-
marginTop: spacing
|
|
30
|
+
marginTop: spacing['md']
|
|
31
31
|
},
|
|
32
32
|
buttonSideFlex: {
|
|
33
33
|
flex: 1
|
|
34
34
|
},
|
|
35
35
|
buttonSideMargin: {
|
|
36
|
-
marginRight: spacing
|
|
36
|
+
marginRight: spacing['md']
|
|
37
37
|
},
|
|
38
38
|
alertIconContainer: {
|
|
39
39
|
width: '100%',
|
|
@@ -41,11 +41,11 @@ const DialogStyles = spacing => StyleSheet.create({
|
|
|
41
41
|
},
|
|
42
42
|
alertTitleWrapper: {
|
|
43
43
|
width: '100%',
|
|
44
|
-
marginTop: spacing
|
|
44
|
+
marginTop: spacing['md']
|
|
45
45
|
},
|
|
46
46
|
alertBodyWrapper: {
|
|
47
47
|
width: '100%',
|
|
48
|
-
marginTop: spacing
|
|
48
|
+
marginTop: spacing['xs']
|
|
49
49
|
},
|
|
50
50
|
textAlignCenter: {
|
|
51
51
|
textAlign: 'center'
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["StyleSheet","DialogStyles","spacing","create","buttonSideContainer","flexDirection","width","iconContainer","marginLeft","
|
|
1
|
+
{"version":3,"names":["StyleSheet","DialogStyles","spacing","create","buttonSideContainer","flexDirection","width","iconContainer","marginLeft","marginRight","marginTop","paddingLeft","justifyContent","titleContainer","marginBottom","buttonTopSpacing","buttonSideFlex","flex","buttonSideMargin","alertIconContainer","alignItems","alertTitleWrapper","alertBodyWrapper","textAlignCenter","textAlign","flexGrow","maxHeightNormal","maxHeight","maxHeightStackButton"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/molecules/Dialog/styles/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAEA,SAAQA,UAAU,QAAO,cAAc;AAGvC,MAAMC,YAAY,GAAIC,OAAqB,IACzCF,UAAU,CAACG,MAAM,CAAC;EAChBC,mBAAmB,EAAE;IACnBC,aAAa,EAAE,KAAK;IACpBC,KAAK,EAAE;EACT,CAAC;EACD;EACAC,aAAa,EAAE;IACbD,KAAK,EAAE,EAAE;IACTE,UAAU,EAAEN,OAAO,CAAC,IAAI,CAAC;IACzBO,WAAW,EAAE,CAACP,OAAO,CAAC,IAAI,CAAC,GAAGA,OAAO,CAAC,KAAK,CAAC;IAC5CQ,SAAS,EAAE,CAACR,OAAO,CAAC,IAAI,CAAC,GAAGA,OAAO,CAAC,KAAK,CAAC;IAC1CS,WAAW,EAAET,OAAO,CAAC,IAAI,CAAC;IAC1BU,cAAc,EAAE;EAClB,CAAC;EACDC,cAAc,EAAE;IACdP,KAAK,EAAE,MAAM;IACbD,aAAa,EAAE,KAAK;IACpBS,YAAY,EAAEZ,OAAO,CAAC,IAAI;EAC5B,CAAC;EACDa,gBAAgB,EAAE;IAChBL,SAAS,EAAER,OAAO,CAAC,IAAI;EACzB,CAAC;EACDc,cAAc,EAAE;IACdC,IAAI,EAAE;EACR,CAAC;EACDC,gBAAgB,EAAE;IAChBT,WAAW,EAAEP,OAAO,CAAC,IAAI;EAC3B,CAAC;EACDiB,kBAAkB,EAAE;IAClBb,KAAK,EAAE,MAAM;IACbc,UAAU,EAAE;EACd,CAAC;EACDC,iBAAiB,EAAE;IACjBf,KAAK,EAAE,MAAM;IACbI,SAAS,EAAER,OAAO,CAAC,IAAI;EACzB,CAAC;EACDoB,gBAAgB,EAAE;IAChBhB,KAAK,EAAE,MAAM;IACbI,SAAS,EAAER,OAAO,CAAC,IAAI;EACzB,CAAC;EACDqB,eAAe,EAAE;IACfC,SAAS,EAAE;EACb,CAAC;EACDC,QAAQ,EAAE;IACRA,QAAQ,EAAE;EACZ,CAAC;EACDC,eAAe,EAAE;IACfC,SAAS,EAAE;EACb,CAAC;EACDC,oBAAoB,EAAE;IACpBD,SAAS,EAAE;EACb;AACF,CAAC,CAAC;AAEJ,eAAe1B,YAAY","ignoreList":[]}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
|
|
10
10
|
import React, { useEffect, useState } from 'react';
|
|
11
11
|
import { View } from 'react-native';
|
|
12
|
-
import Svg, { Circle,
|
|
12
|
+
import Svg, { Circle, Rect } from 'react-native-svg';
|
|
13
13
|
import { DATA_COLORS } from "./config/index.js";
|
|
14
14
|
import DonutChartStyles from "./styles/index.js";
|
|
15
15
|
import Text from "../../atoms/Text/index.js";
|
|
@@ -127,19 +127,16 @@ const DonutChart = props => {
|
|
|
127
127
|
width: chartSize,
|
|
128
128
|
height: chartSize,
|
|
129
129
|
fill: "transparent"
|
|
130
|
-
}), /*#__PURE__*/_jsx(
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
progress: progress
|
|
141
|
-
}, `${item.color}-${index}`))
|
|
142
|
-
})]
|
|
130
|
+
}), data.map((item, index) => /*#__PURE__*/_jsx(PieChartSegment, {
|
|
131
|
+
center: center,
|
|
132
|
+
radius: segmentRadius,
|
|
133
|
+
circumference: circumference,
|
|
134
|
+
angle: startAngles[index],
|
|
135
|
+
color: returnColorCode(item.color),
|
|
136
|
+
percent: item.percent || 0,
|
|
137
|
+
strokeWidth: strokeWidth,
|
|
138
|
+
progress: progress
|
|
139
|
+
}, `${item.color}-${index}`))]
|
|
143
140
|
})
|
|
144
141
|
}), /*#__PURE__*/_jsx(View, {
|
|
145
142
|
style: [{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useEffect","useState","View","Svg","Circle","
|
|
1
|
+
{"version":3,"names":["React","useEffect","useState","View","Svg","Circle","Rect","DATA_COLORS","DonutChartStyles","Text","useCustomTheme","Animated","useSharedValue","withTiming","useAnimatedProps","interpolate","jsx","_jsx","jsxs","_jsxs","AnimatedCircle","createAnimatedComponent","PieChartSegment","props","center","radius","strokeWidth","circumference","color","angle","percent","progress","gapLength","Math","PI","animatedProps","actualPercentage","strokeDashoffset","value","rotateAngle","transform","translateX","translateY","rotate","cx","cy","r","stroke","strokeDasharray","originX","originY","fill","DonutChart","chartVariant","chartSize","valueText","labelText","description","chartData","isShowLabel","colors","spacing","styles","data","setData","startAngles","setStartAngles","fullRadius","innerCircleRadius","segmentRadius","middleTextWrapperMargin","animate","totalValue","reduce","acc","item","enhancedData","map","accumulatedAngle","angles","forEach","push","duration","checkIsDataColor","colorCode","undefined","includes","returnColorCode","children","style","height","container","viewBox","width","index","textContainer","margin","middleTextWrapper","variant","customContainerStyle","descriptionTextSpacing","legendTextWrapper","legendTextSpacing","legendDotColor","label"],"sourceRoot":"../../../../../../src","sources":["component/AIA/molecules/DonutChart/DonutChart.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["DATA_COLORS"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/molecules/DonutChart/config/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAEA,OAAO,MAAMA,WAAW,GAAG,
|
|
1
|
+
{"version":3,"names":["DATA_COLORS"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/molecules/DonutChart/config/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAEA,OAAO,MAAMA,WAAW,GAAG,CACzB,YAAY,EACZ,YAAY,EACZ,YAAY,EACZ,YAAY,EACZ,YAAY,EACZ,YAAY,EACZ,YAAY,EACZ,YAAY,EACZ,QAAQ,EACR,UAAU,EACV,SAAS,EACT,UAAU,CACX","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["default"],"sourceRoot":"../../../../../../src","sources":["component/AIA/molecules/DonutChart/index.ts"],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"names":["default"],"sourceRoot":"../../../../../../src","sources":["component/AIA/molecules/DonutChart/index.ts"],"mappings":";;AAAA,SAASA,OAAO","ignoreList":[]}
|
|
@@ -19,7 +19,7 @@ const DonutChartStyles = spacing => StyleSheet.create({
|
|
|
19
19
|
flex: 1,
|
|
20
20
|
justifyContent: 'center',
|
|
21
21
|
alignItems: 'center',
|
|
22
|
-
padding: spacing
|
|
22
|
+
padding: spacing['md']
|
|
23
23
|
},
|
|
24
24
|
descriptionTextSpacing: {
|
|
25
25
|
marginTop: spacing['2xs']
|
|
@@ -28,7 +28,7 @@ const DonutChartStyles = spacing => StyleSheet.create({
|
|
|
28
28
|
marginTop: spacing['2xl']
|
|
29
29
|
},
|
|
30
30
|
legendTextSpacing: {
|
|
31
|
-
marginTop: spacing
|
|
31
|
+
marginTop: spacing['xs']
|
|
32
32
|
}
|
|
33
33
|
});
|
|
34
34
|
export default DonutChartStyles;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["StyleSheet","DonutChartStyles","spacing","create","container","width","textContainer","position","alignSelf","middleTextWrapper","flex","justifyContent","alignItems","padding","
|
|
1
|
+
{"version":3,"names":["StyleSheet","DonutChartStyles","spacing","create","container","width","textContainer","position","alignSelf","middleTextWrapper","flex","justifyContent","alignItems","padding","descriptionTextSpacing","marginTop","legendTextWrapper","legendTextSpacing"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/molecules/DonutChart/styles/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAEA,SAAQA,UAAU,QAAO,cAAc;AAGvC,MAAMC,gBAAgB,GAAIC,OAAqB,IAC7CF,UAAU,CAACG,MAAM,CAAC;EAChBC,SAAS,EAAE;IACTC,KAAK,EAAE;EACT,CAAC;EACDC,aAAa,EAAE;IACbC,QAAQ,EAAE,UAAU;IACpBC,SAAS,EAAE;EACb,CAAC;EACDC,iBAAiB,EAAE;IACjBC,IAAI,EAAE,CAAC;IACPC,cAAc,EAAE,QAAQ;IACxBC,UAAU,EAAE,QAAQ;IACpBC,OAAO,EAAEX,OAAO,CAAC,IAAI;EACvB,CAAC;EACDY,sBAAsB,EAAE;IACtBC,SAAS,EAAEb,OAAO,CAAC,KAAK;EAC1B,CAAC;EACDc,iBAAiB,EAAE;IACjBD,SAAS,EAAEb,OAAO,CAAC,KAAK;EAC1B,CAAC;EACDe,iBAAiB,EAAE;IACjBF,SAAS,EAAEb,OAAO,CAAC,IAAI;EACzB;AACF,CAAC,CAAC;AAEJ,eAAeD,gBAAgB","ignoreList":[]}
|