@originallyus/feedback-rn-sdk 4.0.0-beta.27 → 4.0.0-beta.28
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +64 -7
- package/lib/module/ContentUsefulness.js +30 -22
- package/lib/module/ContentUsefulness.js.map +1 -1
- package/lib/module/FeedbackSDK.js +97 -25
- package/lib/module/FeedbackSDK.js.map +1 -1
- package/lib/module/FeedbackSDKAppStoreRating.js +42 -13
- package/lib/module/FeedbackSDKAppStoreRating.js.map +1 -1
- package/lib/module/FeedbackSDKForm.js +27 -21
- package/lib/module/FeedbackSDKForm.js.map +1 -1
- package/lib/module/FeedbackSDKSplash.js +18 -15
- package/lib/module/FeedbackSDKSplash.js.map +1 -1
- package/lib/module/component/AIA/atoms/ActivityIndicator/ActivityIndicator.js +1 -1
- package/lib/module/component/AIA/atoms/ActivityIndicator/ActivityIndicator.js.map +1 -1
- package/lib/module/component/AIA/atoms/ActivityIndicator/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ActivityIndicator/styles/index.js +4 -4
- package/lib/module/component/AIA/atoms/ActivityIndicator/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ActivityIndicator/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Badge/Badge.js.map +1 -1
- package/lib/module/component/AIA/atoms/Badge/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Badge/styles/index.js +4 -4
- package/lib/module/component/AIA/atoms/Badge/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Badge/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/Breadcrumb.js +2 -2
- package/lib/module/component/AIA/atoms/Breadcrumb/Breadcrumb.js.map +1 -1
- package/lib/module/component/AIA/atoms/Breadcrumb/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Breadcrumb/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Breadcrumb/styles/index.js +3 -3
- package/lib/module/component/AIA/atoms/Breadcrumb/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Breadcrumb/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Button/Button.js +45 -20
- package/lib/module/component/AIA/atoms/Button/Button.js.map +1 -1
- package/lib/module/component/AIA/atoms/Button/Readme.md +3 -0
- package/lib/module/component/AIA/atoms/Button/changelog.txt +12 -0
- package/lib/module/component/AIA/atoms/Button/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Button/styles/index.js +21 -6
- package/lib/module/component/AIA/atoms/Button/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Button/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/CardContainer/CardContainer.js +18 -17
- package/lib/module/component/AIA/atoms/CardContainer/CardContainer.js.map +1 -1
- package/lib/module/component/AIA/atoms/CardContainer/README.md +1 -0
- package/lib/module/component/AIA/atoms/CardContainer/changelog.txt +4 -0
- package/lib/module/component/AIA/atoms/CardContainer/config/index.js +4 -4
- package/lib/module/component/AIA/atoms/CardContainer/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/CardContainer/styles/index.js +6 -2
- package/lib/module/component/AIA/atoms/CardContainer/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Carousel/Carousel.js +5 -4
- package/lib/module/component/AIA/atoms/Carousel/Carousel.js.map +1 -1
- package/lib/module/component/AIA/atoms/Carousel/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Carousel/styles/index.js +4 -4
- package/lib/module/component/AIA/atoms/Carousel/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Chip/Chip.js +139 -48
- package/lib/module/component/AIA/atoms/Chip/Chip.js.map +1 -1
- package/lib/module/component/AIA/atoms/Chip/README.md +20 -10
- package/lib/module/component/AIA/atoms/Chip/changelog.txt +10 -0
- package/lib/module/component/AIA/atoms/Chip/config/index.js +6 -10
- package/lib/module/component/AIA/atoms/Chip/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Chip/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Chip/styles/index.js +72 -10
- package/lib/module/component/AIA/atoms/Chip/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Chip/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/DatePicker/DatePicker.js +81 -59
- package/lib/module/component/AIA/atoms/DatePicker/DatePicker.js.map +1 -1
- package/lib/module/component/AIA/atoms/DatePicker/README.md +16 -12
- package/lib/module/component/AIA/atoms/DatePicker/changelog.txt +6 -0
- package/lib/module/component/AIA/atoms/DatePicker/config/index.js +6 -0
- package/lib/module/component/AIA/atoms/DatePicker/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/DatePicker/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/DatePicker/styles/index.js +37 -3
- package/lib/module/component/AIA/atoms/DatePicker/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/DatePicker/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/DialogContainer/DialogContainer.js +0 -1
- package/lib/module/component/AIA/atoms/DialogContainer/DialogContainer.js.map +1 -1
- package/lib/module/component/AIA/atoms/DialogContainer/DialogContainer.stories.tsx.temp +254 -0
- package/lib/module/component/AIA/atoms/DialogContainer/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/DialogContainer/styles/index.js +3 -3
- package/lib/module/component/AIA/atoms/DialogContainer/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Divider/Divider.js +3 -3
- package/lib/module/component/AIA/atoms/Divider/Divider.js.map +1 -1
- package/lib/module/component/AIA/atoms/Divider/config/index.js +4 -4
- package/lib/module/component/AIA/atoms/Divider/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Divider/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Drawer/Drawer.js +24 -6
- package/lib/module/component/AIA/atoms/Drawer/Drawer.js.map +1 -1
- package/lib/module/component/AIA/atoms/Drawer/changelog.txt +4 -0
- package/lib/module/component/AIA/atoms/Drawer/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Drawer/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Drawer/styles/index.js +3 -3
- package/lib/module/component/AIA/atoms/Drawer/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/FloatingButton/FloatingButton.js +0 -1
- package/lib/module/component/AIA/atoms/FloatingButton/FloatingButton.js.map +1 -1
- package/lib/module/component/AIA/atoms/FloatingButton/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/FloatingButton/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/FloatingButton/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Icon/Icon.js +21 -7
- package/lib/module/component/AIA/atoms/Icon/Icon.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icon/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IconButton/IconButton.js.map +1 -1
- package/lib/module/component/AIA/atoms/IconButton/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IconButton/styles/index.js +7 -7
- package/lib/module/component/AIA/atoms/IconButton/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IconButton/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Icons/document-control/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/document-control/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/function/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/function/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/general/index.js +14 -1
- package/lib/module/component/AIA/atoms/Icons/general/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/health-and-wellness/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/health-and-wellness/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/index.js +2 -0
- package/lib/module/component/AIA/atoms/Icons/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/login/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/login/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/media-control/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/media-control/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/menu/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/menu/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/payment/index.js +92 -0
- package/lib/module/component/AIA/atoms/Icons/payment/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/rating/index.js +14 -1
- package/lib/module/component/AIA/atoms/Icons/rating/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/red-illustrations/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/red-illustrations/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/social-media/index.js +14 -1
- package/lib/module/component/AIA/atoms/Icons/social-media/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/system-control/index.js +14 -1
- package/lib/module/component/AIA/atoms/Icons/system-control/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/type/index.js +4 -4
- package/lib/module/component/AIA/atoms/Icons/type/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/account-setup/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/document/index.js +47 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/document/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/empty-state/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/health-and-wellness/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/index.js +2 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/medical/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/payment/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-agents/index.js +2 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-agents/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-celebration/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-exercise/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-family/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-general/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.js +10 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-medical/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/success-and-reward/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/system/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/type/index.js +4 -2
- package/lib/module/component/AIA/atoms/IllustrationIcons/type/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Image/Image.js.map +1 -1
- package/lib/module/component/AIA/atoms/Image/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Image/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/InlineButton/InlineButton.js.map +1 -1
- package/lib/module/component/AIA/atoms/InlineButton/config/index.js +4 -4
- package/lib/module/component/AIA/atoms/InlineButton/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/InlineButton/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/InlineButton/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Input/Input.js +58 -35
- package/lib/module/component/AIA/atoms/Input/Input.js.map +1 -1
- package/lib/module/component/AIA/atoms/Input/README.md +1 -0
- package/lib/module/component/AIA/atoms/Input/changelog.txt +13 -0
- package/lib/module/component/AIA/atoms/Input/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Input/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Input/styles/index.js +35 -16
- package/lib/module/component/AIA/atoms/Input/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Label/Label.js.map +1 -1
- package/lib/module/component/AIA/atoms/Label/config/index.js +4 -4
- package/lib/module/component/AIA/atoms/Label/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Label/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Label/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/LazyLoad/LazyLoad.js +0 -1
- package/lib/module/component/AIA/atoms/LazyLoad/LazyLoad.js.map +1 -1
- package/lib/module/component/AIA/atoms/LazyLoad/LazyLoadView.js.map +1 -1
- package/lib/module/component/AIA/atoms/LazyLoad/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/MapWrapper/MapWrapper.js +3 -2
- package/lib/module/component/AIA/atoms/MapWrapper/MapWrapper.js.map +1 -1
- package/lib/module/component/AIA/atoms/MapWrapper/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/MapWrapper/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ProgressBar/ProgressBar.js.map +1 -1
- package/lib/module/component/AIA/atoms/ProgressBar/changelog.txt +4 -0
- package/lib/module/component/AIA/atoms/ProgressBar/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ProgressBar/styles/index.js +6 -6
- package/lib/module/component/AIA/atoms/ProgressBar/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ProgressBar/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Rating/README.md +11 -9
- package/lib/module/component/AIA/atoms/Rating/Rating.js +50 -30
- package/lib/module/component/AIA/atoms/Rating/Rating.js.map +1 -1
- package/lib/module/component/AIA/atoms/Rating/changelog.txt +12 -0
- package/lib/module/component/AIA/atoms/Rating/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Rating/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Rating/styles/index.js +15 -4
- package/lib/module/component/AIA/atoms/Rating/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Rating/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/README.md +76 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/SelectionContainer.js +103 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/SelectionContainer.js.map +1 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/changelog.txt +7 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/config/index.js +7 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/index.js +4 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/package.json +13 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/styles/index.js +18 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/types/index.js +4 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/Readme.md +2 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/SingleCheckbox.js +2 -1
- package/lib/module/component/AIA/atoms/SingleCheckbox/SingleCheckbox.js.map +1 -1
- package/lib/module/component/AIA/atoms/SingleCheckbox/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/SingleCheckbox/styles/index.js +5 -2
- package/lib/module/component/AIA/atoms/SingleCheckbox/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/SingleCheckbox/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/SingleRadio/README.md +1 -0
- package/lib/module/component/AIA/atoms/SingleRadio/SingleRadio.js +2 -1
- package/lib/module/component/AIA/atoms/SingleRadio/SingleRadio.js.map +1 -1
- package/lib/module/component/AIA/atoms/SingleRadio/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/SingleRadio/styles/index.js +5 -2
- package/lib/module/component/AIA/atoms/SingleRadio/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/SingleRadio/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Surface/Surface.js.map +1 -1
- package/lib/module/component/AIA/atoms/Surface/config/index.js +4 -4
- package/lib/module/component/AIA/atoms/Surface/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Surface/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Surface/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Surface/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Switch/Switch.js +1 -1
- package/lib/module/component/AIA/atoms/Switch/Switch.js.map +1 -1
- package/lib/module/component/AIA/atoms/Switch/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Switch/styles/index.js +3 -3
- package/lib/module/component/AIA/atoms/Switch/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Switch/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Tab/Tab.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tab/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tab/styles/index.js +1 -1
- package/lib/module/component/AIA/atoms/Tab/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tab/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Tag/README.md +13 -5
- package/lib/module/component/AIA/atoms/Tag/Tag.js +16 -1
- package/lib/module/component/AIA/atoms/Tag/Tag.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tag/changelog.txt +6 -0
- package/lib/module/component/AIA/atoms/Tag/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tag/styles/index.js +1 -1
- package/lib/module/component/AIA/atoms/Tag/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tag/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Text/README.md +16 -14
- package/lib/module/component/AIA/atoms/Text/Text.js +14 -7
- package/lib/module/component/AIA/atoms/Text/Text.js.map +1 -1
- package/lib/module/component/AIA/atoms/Text/changelog.txt +5 -0
- package/lib/module/component/AIA/atoms/Text/config/index.js +1 -1
- package/lib/module/component/AIA/atoms/Text/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Text/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Text/styles/index.js +35 -3
- package/lib/module/component/AIA/atoms/Text/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/TextArea/TextArea.js +1 -1
- package/lib/module/component/AIA/atoms/TextArea/TextArea.js.map +1 -1
- package/lib/module/component/AIA/atoms/TextArea/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/TextArea/styles/index.js +7 -7
- package/lib/module/component/AIA/atoms/TextArea/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/TextArea/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Toggle/Toggle.js +3 -6
- package/lib/module/component/AIA/atoms/Toggle/Toggle.js.map +1 -1
- package/lib/module/component/AIA/atoms/Toggle/config/index.js +4 -4
- package/lib/module/component/AIA/atoms/Toggle/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Toggle/styles/index.js +1 -1
- package/lib/module/component/AIA/atoms/Toggle/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tooltip/Tooltip.js +0 -1
- package/lib/module/component/AIA/atoms/Tooltip/Tooltip.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tooltip/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tooltip/styles/index.js +5 -5
- package/lib/module/component/AIA/atoms/Tooltip/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tooltip/types/react-native-walkthrough-tooltip.d.js +4 -0
- package/lib/module/component/AIA/atoms/Tooltip/types/react-native-walkthrough-tooltip.d.js.map +1 -0
- package/lib/module/component/AIA/atoms/ValueStepper/ValueStepper.js +0 -1
- package/lib/module/component/AIA/atoms/ValueStepper/ValueStepper.js.map +1 -1
- package/lib/module/component/AIA/atoms/ValueStepper/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ValueStepper/styles/index.js +4 -4
- package/lib/module/component/AIA/atoms/ValueStepper/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ValueStepper/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/index.js +3 -0
- package/lib/module/component/AIA/atoms/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/package.json +3 -3
- package/lib/module/component/AIA/hooks/ChangingRef/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/ChangingRef/useChangingRef.js.map +1 -1
- package/lib/module/component/AIA/hooks/FontConfig/index.js +21 -0
- package/lib/module/component/AIA/hooks/FontConfig/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/I18nTranslation/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/I18nTranslation/useI18nTranslation.js.map +1 -1
- package/lib/module/component/AIA/hooks/ReanimatedTiming/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/ReanimatedTiming/useReanimatedTiming.js +0 -1
- package/lib/module/component/AIA/hooks/ReanimatedTiming/useReanimatedTiming.js.map +1 -1
- package/lib/module/component/AIA/hooks/Size/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/Spacing/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/UnchangeFunction/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/UnchangeFunction/useUnchangeFunction.js +0 -1
- package/lib/module/component/AIA/hooks/UnchangeFunction/useUnchangeFunction.js.map +1 -1
- package/lib/module/component/AIA/hooks/UseFontScale/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/UseFontScale/useFontScale.js.map +1 -1
- package/lib/module/component/AIA/hooks/WindowDimensions/WindowDimensions.js +1 -1
- package/lib/module/component/AIA/hooks/WindowDimensions/WindowDimensions.js.map +1 -1
- package/lib/module/component/AIA/hooks/WindowDimensions/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/package.json +1 -2
- package/lib/module/component/AIA/hooks/useCustomTheme/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/useCustomTheme/useCustomTheme.js +12 -28
- package/lib/module/component/AIA/hooks/useCustomTheme/useCustomTheme.js.map +1 -1
- package/lib/module/component/AIA/icons/changelog.txt +15 -0
- package/lib/module/component/AIA/icons/document-control/index.js.map +1 -1
- package/lib/module/component/AIA/icons/function/index.js.map +1 -1
- package/lib/module/component/AIA/icons/function/log-out.svg +3 -2
- package/lib/module/component/AIA/icons/general/contact-list.svg +4 -0
- package/lib/module/component/AIA/icons/general/exercise-event.svg +1 -1
- package/lib/module/component/AIA/icons/general/expired.svg +2 -2
- package/lib/module/component/AIA/icons/general/folder-bookmark.svg +3 -2
- package/lib/module/component/AIA/icons/general/index.js +7 -0
- package/lib/module/component/AIA/icons/general/index.js.map +1 -1
- package/lib/module/component/AIA/icons/health-and-wellness/food.svg +1 -1
- package/lib/module/component/AIA/icons/health-and-wellness/index.js.map +1 -1
- package/lib/module/component/AIA/icons/index.js.map +1 -1
- package/lib/module/component/AIA/icons/login/index.js.map +1 -1
- package/lib/module/component/AIA/icons/media-control/enlarge-screen-exit.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/enlarge-screen.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/fast-forward.svg +11 -0
- package/lib/module/component/AIA/icons/media-control/index.js +56 -0
- package/lib/module/component/AIA/icons/media-control/index.js.map +1 -1
- package/lib/module/component/AIA/icons/media-control/rewind.svg +18 -0
- package/lib/module/component/AIA/icons/media-control/volume-high.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/volume-low.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/volume-off.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/volume-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/index.js.map +1 -1
- package/lib/module/component/AIA/icons/package.json +1 -1
- package/lib/module/component/AIA/icons/payment/atm.svg +10 -2
- package/lib/module/component/AIA/icons/payment/index.js.map +1 -1
- package/lib/module/component/AIA/icons/payment/internet-banking.svg +1 -1
- package/lib/module/component/AIA/icons/rating/index.js +14 -0
- package/lib/module/component/AIA/icons/rating/index.js.map +1 -1
- package/lib/module/component/AIA/icons/rating/thumb-down-on.svg +3 -0
- package/lib/module/component/AIA/icons/rating/thumb-down.svg +1 -1
- package/lib/module/component/AIA/icons/rating/thumb-up-on.svg +3 -0
- package/lib/module/component/AIA/icons/rating/thumb-up.svg +1 -1
- package/lib/module/component/AIA/icons/red-illustrations/index.js.map +1 -1
- package/lib/module/component/AIA/icons/social-media/index.js.map +1 -1
- package/lib/module/component/AIA/icons/system-control/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/document-control/index.js +4 -4
- package/lib/module/component/AIA/icons/types/document-control/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/function/index.js +4 -4
- package/lib/module/component/AIA/icons/types/function/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/general/index.js +6 -0
- package/lib/module/component/AIA/icons/types/general/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/health-and-wellness/index.js +4 -4
- package/lib/module/component/AIA/icons/types/health-and-wellness/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/index.js +2 -2
- package/lib/module/component/AIA/icons/types/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/login/index.js +4 -4
- package/lib/module/component/AIA/icons/types/login/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/media-control/index.js +48 -0
- package/lib/module/component/AIA/icons/types/media-control/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/menu/index.js +4 -4
- package/lib/module/component/AIA/icons/types/menu/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/payment/index.js +4 -4
- package/lib/module/component/AIA/icons/types/payment/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/rating/index.js +12 -0
- package/lib/module/component/AIA/icons/types/rating/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/red-illustrations/index.js +4 -4
- package/lib/module/component/AIA/icons/types/red-illustrations/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/social-media/index.js +4 -4
- package/lib/module/component/AIA/icons/types/social-media/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/system-control/index.js +4 -4
- package/lib/module/component/AIA/icons/types/system-control/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/account-setup/index.js +1 -1
- package/lib/module/component/AIA/illustration/account-setup/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/document/code.svg +7 -0
- package/lib/module/component/AIA/illustration/document/doc.svg +9 -0
- package/lib/module/component/AIA/illustration/document/eml.svg +7 -0
- package/lib/module/component/AIA/illustration/document/imagery.svg +7 -0
- package/lib/module/component/AIA/illustration/document/index.js +100 -0
- package/lib/module/component/AIA/illustration/document/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/document/md.svg +8 -0
- package/lib/module/component/AIA/illustration/document/mdx.svg +9 -0
- package/lib/module/component/AIA/illustration/document/pdf.svg +7 -0
- package/lib/module/component/AIA/illustration/document/ppt.svg +8 -0
- package/lib/module/component/AIA/illustration/document/txt.svg +9 -0
- package/lib/module/component/AIA/illustration/document/xls.svg +12 -0
- package/lib/module/component/AIA/illustration/empty-state/index.js +1 -1
- package/lib/module/component/AIA/illustration/empty-state/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/health-and-wellness/index.js +7 -13
- package/lib/module/component/AIA/illustration/health-and-wellness/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/index.js +2 -0
- package/lib/module/component/AIA/illustration/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/medical/index.js +4 -4
- package/lib/module/component/AIA/illustration/medical/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/package.json +1 -1
- package/lib/module/component/AIA/illustration/payment/index.js +1 -1
- package/lib/module/component/AIA/illustration/payment/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-agents/agent2-dark.svg +20 -0
- package/lib/module/component/AIA/illustration/people-agents/index.js +8 -1
- package/lib/module/component/AIA/illustration/people-agents/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-celebration/index.js +1 -1
- package/lib/module/component/AIA/illustration/people-celebration/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-exercise/index.js +1 -1
- package/lib/module/component/AIA/illustration/people-exercise/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-family/index.js +1 -1
- package/lib/module/component/AIA/illustration/people-family/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-general/index.js +1 -1
- package/lib/module/component/AIA/illustration/people-general/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-lifestyle/index.js +38 -3
- package/lib/module/component/AIA/illustration/people-lifestyle/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-medical/index.js +1 -1
- package/lib/module/component/AIA/illustration/people-medical/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/success-and-reward/index.js +1 -1
- package/lib/module/component/AIA/illustration/success-and-reward/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/system/index.js +1 -1
- package/lib/module/component/AIA/illustration/system/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Accordion/Accordion.js.map +1 -1
- package/lib/module/component/AIA/molecules/Accordion/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Accordion/index.js +0 -1
- package/lib/module/component/AIA/molecules/Accordion/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Accordion/styles/index.js +7 -7
- package/lib/module/component/AIA/molecules/Accordion/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/AreaChart/AreaChart.js +28 -2
- package/lib/module/component/AIA/molecules/AreaChart/AreaChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/AreaChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/AreaChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/AreaChart/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/AreaChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/AreaChart/types/react-native-charts-wrapper.d.js +2 -0
- package/lib/module/component/AIA/molecules/AreaChart/types/react-native-charts-wrapper.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/Avatar/Avatar.js +20 -7
- package/lib/module/component/AIA/molecules/Avatar/Avatar.js.map +1 -1
- package/lib/module/component/AIA/molecules/Avatar/changelog.txt +4 -0
- package/lib/module/component/AIA/molecules/Avatar/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Avatar/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Avatar/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Avatar/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/BarChart/BarChart.js +4 -4
- package/lib/module/component/AIA/molecules/BarChart/BarChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/BarChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/BarChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/BarChart/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/BarChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/BarChart/types/react-native-charts-wrapper.d.js +2 -0
- package/lib/module/component/AIA/molecules/BarChart/types/react-native-charts-wrapper.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/BubbleChart/BubbleChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/BubbleChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/BubbleChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/BubbleChart/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/BubbleChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/BubbleChart/types/react-native-charts-wrapper.d.js +2 -0
- package/lib/module/component/AIA/molecules/BubbleChart/types/react-native-charts-wrapper.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/ButtonGroup.js +1 -3
- package/lib/module/component/AIA/molecules/ButtonGroup/ButtonGroup.js.map +1 -1
- package/lib/module/component/AIA/molecules/ButtonGroup/config/index.js +4 -4
- package/lib/module/component/AIA/molecules/ButtonGroup/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ButtonGroup/styles/index.js +5 -5
- package/lib/module/component/AIA/molecules/ButtonGroup/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ButtonGroup/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/CheckboxWithContainer.js +22 -11
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/CheckboxWithContainer.js.map +1 -1
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/README.md +1 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/changelog.txt +8 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/styles/index.js +9 -5
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/CircularButton/CircularButton.js +19 -3
- package/lib/module/component/AIA/molecules/CircularButton/CircularButton.js.map +1 -1
- package/lib/module/component/AIA/molecules/CircularButton/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/CircularButton/styles/index.js +18 -2
- package/lib/module/component/AIA/molecules/CircularButton/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/CircularButton/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/ClaimCard/ClaimCard.js +0 -1
- package/lib/module/component/AIA/molecules/ClaimCard/ClaimCard.js.map +1 -1
- package/lib/module/component/AIA/molecules/ClaimCard/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ClaimCard/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ClaimCard/styles/index.js +7 -7
- package/lib/module/component/AIA/molecules/ClaimCard/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ClaimCard/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/ContentCard/ContentCard.js +0 -1
- package/lib/module/component/AIA/molecules/ContentCard/ContentCard.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentCard/FlexWrapWithGap.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentCard/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentCard/styles/index.js +9 -9
- package/lib/module/component/AIA/molecules/ContentCard/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentFlatCard/ContentFlatCard.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentFlatCard/FlexWrapWithGap.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentFlatCard/config/index.js +4 -4
- package/lib/module/component/AIA/molecules/ContentFlatCard/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentFlatCard/styles/index.js +7 -7
- package/lib/module/component/AIA/molecules/ContentFlatCard/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Dialog/Dialog.js +4 -4
- package/lib/module/component/AIA/molecules/Dialog/Dialog.js.map +1 -1
- package/lib/module/component/AIA/molecules/Dialog/Dialog.stories.tsx.temp +371 -0
- package/lib/module/component/AIA/molecules/Dialog/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Dialog/styles/index.js +9 -9
- package/lib/module/component/AIA/molecules/Dialog/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/DonutChart/DonutChart.js +11 -14
- package/lib/module/component/AIA/molecules/DonutChart/DonutChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/DonutChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/DonutChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/DonutChart/styles/index.js +2 -2
- package/lib/module/component/AIA/molecules/DonutChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/EmphasisButton/EmphasisButton.js +136 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/EmphasisButton.js.map +1 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/README.md +20 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/changelog.txt +8 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/config/index.js +12 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/index.js +4 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/styles/index.js +66 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/EngagementCard/EngagementCard.js +4 -4
- package/lib/module/component/AIA/molecules/EngagementCard/EngagementCard.js.map +1 -1
- package/lib/module/component/AIA/molecules/EngagementCard/config/index.js +4 -4
- package/lib/module/component/AIA/molecules/EngagementCard/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/EngagementCard/styles/index.js +4 -4
- package/lib/module/component/AIA/molecules/EngagementCard/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/IconText/IconText.js.map +1 -1
- package/lib/module/component/AIA/molecules/IconText/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/IconText/styles/index.js +2 -2
- package/lib/module/component/AIA/molecules/IconText/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/LineChart/LineChart.js +1 -2
- package/lib/module/component/AIA/molecules/LineChart/LineChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/LineChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/LineChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/LineChart/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/LineChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/LineChart/types/react-native-charts-wrapper.d.js +2 -0
- package/lib/module/component/AIA/molecules/LineChart/types/react-native-charts-wrapper.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/ListContainer/ListContainer.js.map +1 -1
- package/lib/module/component/AIA/molecules/ListContainer/config/index.js +4 -4
- package/lib/module/component/AIA/molecules/ListContainer/index.js +0 -1
- package/lib/module/component/AIA/molecules/ListContainer/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ListContainer/styles/index.js +9 -9
- package/lib/module/component/AIA/molecules/ListContainer/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ListItem/ListItem.js +1 -1
- package/lib/module/component/AIA/molecules/ListItem/ListItem.js.map +1 -1
- package/lib/module/component/AIA/molecules/ListItem/index.js +1 -1
- package/lib/module/component/AIA/molecules/ListItem/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ListItem/styles/index.js +2 -2
- package/lib/module/component/AIA/molecules/ListItem/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ListItem/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/MessageBubble/MessageBubble.js +227 -0
- package/lib/module/component/AIA/molecules/MessageBubble/MessageBubble.js.map +1 -0
- package/lib/module/component/AIA/molecules/MessageBubble/README.md +113 -0
- package/lib/module/component/AIA/molecules/MessageBubble/aia-default-avatar.png +0 -0
- package/lib/module/component/AIA/molecules/MessageBubble/changelog.txt +6 -0
- package/lib/module/component/AIA/molecules/MessageBubble/config/index.js +11 -0
- package/lib/module/component/AIA/molecules/MessageBubble/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/MessageBubble/index.js +4 -0
- package/lib/module/component/AIA/molecules/MessageBubble/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/MessageBubble/package.json +13 -0
- package/lib/module/component/AIA/molecules/MessageBubble/styles/index.js +72 -0
- package/lib/module/component/AIA/molecules/MessageBubble/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/MessageBubble/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/MessageBubble/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Modal/Effect.js +0 -1
- package/lib/module/component/AIA/molecules/Modal/Effect.js.map +1 -1
- package/lib/module/component/AIA/molecules/Modal/Modal.js +0 -1
- package/lib/module/component/AIA/molecules/Modal/Modal.js.map +1 -1
- package/lib/module/component/AIA/molecules/Modal/Modal.stories1.js +3 -3
- package/lib/module/component/AIA/molecules/Modal/Modal.stories1.js.map +1 -1
- package/lib/module/component/AIA/molecules/Modal/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Modal/styles/index.js +0 -1
- package/lib/module/component/AIA/molecules/Modal/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PageLevelMessage/PageLevelMessage.js +13 -12
- package/lib/module/component/AIA/molecules/PageLevelMessage/PageLevelMessage.js.map +1 -1
- package/lib/module/component/AIA/molecules/PageLevelMessage/README.md +9 -8
- package/lib/module/component/AIA/molecules/PageLevelMessage/changelog.txt +4 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PageLevelMessage/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PageLevelMessage/styles/index.js +6 -8
- package/lib/module/component/AIA/molecules/PageLevelMessage/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PageLevelMessage/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/PieChart/PieChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/PieChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PieChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PieChart/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/PieChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PieChart/types/react-native-charts-wrapper.d.js +2 -0
- package/lib/module/component/AIA/molecules/PieChart/types/react-native-charts-wrapper.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/PolicyCard/PolicyCard.js +10 -5
- package/lib/module/component/AIA/molecules/PolicyCard/PolicyCard.js.map +1 -1
- package/lib/module/component/AIA/molecules/PolicyCard/changelog.txt +4 -0
- package/lib/module/component/AIA/molecules/PolicyCard/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PolicyCard/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PolicyCard/styles/index.js +14 -11
- package/lib/module/component/AIA/molecules/PolicyCard/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProductCard/FlexWrapWithGap.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProductCard/ProductCard.js +0 -1
- package/lib/module/component/AIA/molecules/ProductCard/ProductCard.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProductCard/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProductCard/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProductCard/styles/index.js +7 -7
- package/lib/module/component/AIA/molecules/ProductCard/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProgressBarWithText/ProgressBarWithText.js +2 -1
- package/lib/module/component/AIA/molecules/ProgressBarWithText/ProgressBarWithText.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProgressBarWithText/README.md +1 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/changelog.txt +6 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/config/index.js +4 -4
- package/lib/module/component/AIA/molecules/ProgressBarWithText/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProgressBarWithText/styles/index.js +4 -4
- package/lib/module/component/AIA/molecules/ProgressBarWithText/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadarChart/RadarChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadarChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadarChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadarChart/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/RadarChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadarChart/types/react-native-charts-wrapper.d.js +2 -0
- package/lib/module/component/AIA/molecules/RadarChart/types/react-native-charts-wrapper.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/README.md +1 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/RadioWithContainer.js +21 -11
- package/lib/module/component/AIA/molecules/RadioWithContainer/RadioWithContainer.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadioWithContainer/changelog.txt +8 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadioWithContainer/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadioWithContainer/styles/index.js +9 -5
- package/lib/module/component/AIA/molecules/RadioWithContainer/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadioWithContainer/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/SectionTitle/SectionTitle.js.map +1 -1
- package/lib/module/component/AIA/molecules/SectionTitle/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/SectionTitle/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/SectionTitle/styles/index.js +2 -2
- package/lib/module/component/AIA/molecules/SectionTitle/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Slider/Slider.js +0 -1
- package/lib/module/component/AIA/molecules/Slider/Slider.js.map +1 -1
- package/lib/module/component/AIA/molecules/Slider/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Slider/styles/index.js +9 -9
- package/lib/module/component/AIA/molecules/Slider/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Slider/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/Snackbar/Snackbar.js.map +1 -1
- package/lib/module/component/AIA/molecules/Snackbar/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Snackbar/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Snackbar/types/rn-snackbar-component.d.js +2 -0
- package/lib/module/component/AIA/molecules/Snackbar/types/rn-snackbar-component.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/SystemAlert/SystemAlert.js +2 -2
- package/lib/module/component/AIA/molecules/SystemAlert/SystemAlert.js.map +1 -1
- package/lib/module/component/AIA/molecules/SystemAlert/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/SystemAlert/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/SystemAlert/styles/index.js +14 -14
- package/lib/module/component/AIA/molecules/SystemAlert/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/SystemAlert/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/Tabs/Tabs.js +2 -1
- package/lib/module/component/AIA/molecules/Tabs/Tabs.js.map +1 -1
- package/lib/module/component/AIA/molecules/Tabs/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Tabs/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/Tabs/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Uploader/README.md +2 -1
- package/lib/module/component/AIA/molecules/Uploader/Uploader.js +78 -27
- package/lib/module/component/AIA/molecules/Uploader/Uploader.js.map +1 -1
- package/lib/module/component/AIA/molecules/Uploader/changelog.txt +21 -0
- package/lib/module/component/AIA/molecules/Uploader/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Uploader/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Uploader/styles/index.js +59 -11
- package/lib/module/component/AIA/molecules/Uploader/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Uploader/types/index.js +1 -1
- package/lib/module/component/AIA/molecules/Uploader/types/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Uploader/types/react-native-actionsheet.d.js +2 -0
- package/lib/module/component/AIA/molecules/Uploader/types/react-native-actionsheet.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/index.js +16 -0
- package/lib/module/component/AIA/molecules/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/package.json +2 -1
- package/lib/module/component/AIA/organisms/Accordions/Accordions.js +2 -3
- package/lib/module/component/AIA/organisms/Accordions/Accordions.js.map +1 -1
- package/lib/module/component/AIA/organisms/Accordions/index.js +0 -1
- package/lib/module/component/AIA/organisms/Accordions/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/Accordions/styles/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/AvatarGroup/AvatarGroup.js +4 -4
- package/lib/module/component/AIA/organisms/AvatarGroup/AvatarGroup.js.map +1 -1
- package/lib/module/component/AIA/organisms/AvatarGroup/changelog.txt +4 -0
- package/lib/module/component/AIA/organisms/AvatarGroup/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/AvatarGroup/styles/index.js +2 -2
- package/lib/module/component/AIA/organisms/AvatarGroup/styles/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/AvatarGroup/types/index.js +2 -0
- package/lib/module/component/AIA/organisms/ChatInput/ChatInput.js +217 -0
- package/lib/module/component/AIA/organisms/ChatInput/ChatInput.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/FilePickerActionSheet.js +90 -0
- package/lib/module/component/AIA/organisms/ChatInput/FilePickerActionSheet.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/FlexWrapWithGap.js +47 -0
- package/lib/module/component/AIA/organisms/ChatInput/FlexWrapWithGap.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/README.md +117 -0
- package/lib/module/component/AIA/organisms/ChatInput/changelog.txt +6 -0
- package/lib/module/component/AIA/organisms/ChatInput/config/index.js +31 -0
- package/lib/module/component/AIA/organisms/ChatInput/config/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/filePickerUtils.js +354 -0
- package/lib/module/component/AIA/organisms/ChatInput/filePickerUtils.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/index.js +4 -0
- package/lib/module/component/AIA/organisms/ChatInput/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/package.json +13 -0
- package/lib/module/component/AIA/organisms/ChatInput/styles/index.js +69 -0
- package/lib/module/component/AIA/organisms/ChatInput/styles/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/types/index.js +4 -0
- package/lib/module/component/AIA/organisms/ChatInput/types/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/List/List.js +1 -2
- package/lib/module/component/AIA/organisms/List/List.js.map +1 -1
- package/lib/module/component/AIA/organisms/List/config/index.js +4 -4
- package/lib/module/component/AIA/organisms/List/index.js +0 -1
- package/lib/module/component/AIA/organisms/List/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/List/styles/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/ListItemGroup/ListItemGroup.js.map +1 -1
- package/lib/module/component/AIA/organisms/ListItemGroup/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/ListItemGroup/styles/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/SystemAlerts/SystemAlerts.js +1 -1
- package/lib/module/component/AIA/organisms/SystemAlerts/SystemAlerts.js.map +1 -1
- package/lib/module/component/AIA/organisms/SystemAlerts/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/SystemAlerts/styles/index.js +5 -5
- package/lib/module/component/AIA/organisms/SystemAlerts/styles/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/SystemAlerts/types/index.js +2 -0
- package/lib/module/component/AIA/organisms/index.js +2 -0
- package/lib/module/component/AIA/organisms/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/package.json +3 -2
- package/lib/module/component/AIA/styles/aia-digital/border/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-digital/border/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/dark.js +10 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/dark.js.map +1 -1
- package/lib/module/component/AIA/styles/aia-digital/colors/light.js +10 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/light.js.map +1 -1
- package/lib/module/component/AIA/styles/aia-digital/colors/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/package.json +1 -1
- package/lib/module/component/AIA/styles/aia-digital/primitiveColorsToken/colors.json +113 -106
- package/lib/module/component/AIA/styles/aia-digital/scss/_border_class.scss +15 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_colors.scss +9 -2
- package/lib/module/component/AIA/styles/aia-digital/scss/_main.scss +1 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_theme_dark.scss +10 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_theme_light.scss +10 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_typography.scss +70 -0
- package/lib/module/component/AIA/styles/aia-digital/size/componentSize.js +4 -4
- package/lib/module/component/AIA/styles/aia-digital/size/componentSize.js.map +1 -1
- package/lib/module/component/AIA/styles/aia-digital/size/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-digital/size/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/spacing/componentSpacing.js +4 -4
- package/lib/module/component/AIA/styles/aia-digital/spacing/componentSpacing.js.map +1 -1
- package/lib/module/component/AIA/styles/aia-digital/spacing/spacing.js +18 -1
- package/lib/module/component/AIA/styles/aia-digital/spacing/spacing.js.map +1 -1
- package/lib/module/component/AIA/styles/aia-digital/spacing/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-digital/spacing/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/borderRadius.js +11 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/borderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/borderWidth.js +11 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/borderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/componentBorderRadius.js +17 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/componentBorderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/componentBorderWidth.js +8 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/componentBorderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/index.js +13 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/dark.js +159 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/dark.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/index.js +5 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/light.js +159 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/light.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/package.json +16 -0
- package/lib/module/component/AIA/styles/aia-hnw/primitiveColorsToken/colors.json +115 -0
- package/lib/module/component/AIA/styles/aia-hnw/primitiveColorsToken/index.js +5 -0
- package/lib/module/component/AIA/styles/aia-hnw/primitiveColorsToken/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_border.scss +28 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_border_class.scss +42 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_colors.scss +112 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_main.scss +4 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_size.scss +61 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_spacing.scss +41 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_theme_dark.scss +151 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_theme_light.scss +151 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_typography.scss +70 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/componentSize.js +38 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/componentSize.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/index.js +9 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/size.js +24 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/size.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/componentSpacing.js +13 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/componentSpacing.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/index.js +9 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/spacing.js +38 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/spacing.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/types.js.map +1 -0
- package/lib/module/component/AIA/styles/art/border/types.js +4 -0
- package/lib/module/component/AIA/styles/art/border/types.js.map +1 -0
- package/lib/module/component/AIA/styles/art/colors/dark.js +10 -0
- package/lib/module/component/AIA/styles/art/colors/dark.js.map +1 -1
- package/lib/module/component/AIA/styles/art/colors/light.js +10 -0
- package/lib/module/component/AIA/styles/art/colors/light.js.map +1 -1
- package/lib/module/component/AIA/styles/art/colors/types.js +4 -0
- package/lib/module/component/AIA/styles/art/colors/types.js.map +1 -0
- package/lib/module/component/AIA/styles/art/package.json +1 -1
- package/lib/module/component/AIA/styles/art/primitiveColorsToken/colors.json +144 -137
- package/lib/module/component/AIA/styles/art/scss/_border_class.scss +15 -0
- package/lib/module/component/AIA/styles/art/scss/_colors.scss +8 -1
- package/lib/module/component/AIA/styles/art/scss/_main.scss +1 -0
- package/lib/module/component/AIA/styles/art/scss/_theme_dark.scss +10 -0
- package/lib/module/component/AIA/styles/art/scss/_theme_light.scss +10 -0
- package/lib/module/component/AIA/styles/art/scss/_typography.scss +70 -0
- package/lib/module/component/AIA/styles/art/size/componentSize.js +4 -4
- package/lib/module/component/AIA/styles/art/size/componentSize.js.map +1 -1
- package/lib/module/component/AIA/styles/art/size/types.js +4 -0
- package/lib/module/component/AIA/styles/art/size/types.js.map +1 -0
- package/lib/module/component/AIA/styles/art/spacing/componentSpacing.js +4 -4
- package/lib/module/component/AIA/styles/art/spacing/componentSpacing.js.map +1 -1
- package/lib/module/component/AIA/styles/art/spacing/spacing.js +18 -1
- package/lib/module/component/AIA/styles/art/spacing/spacing.js.map +1 -1
- package/lib/module/component/AIA/styles/art/spacing/types.js +4 -0
- package/lib/module/component/AIA/styles/art/spacing/types.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/border/types.js +4 -0
- package/lib/module/component/AIA/styles/brand-x/border/types.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/colors/dark.js +10 -0
- package/lib/module/component/AIA/styles/brand-x/colors/dark.js.map +1 -1
- package/lib/module/component/AIA/styles/brand-x/colors/light.js +10 -0
- package/lib/module/component/AIA/styles/brand-x/colors/light.js.map +1 -1
- package/lib/module/component/AIA/styles/brand-x/colors/types.js +4 -0
- package/lib/module/component/AIA/styles/brand-x/colors/types.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/package.json +1 -1
- package/lib/module/component/AIA/styles/brand-x/primitiveColorsToken/colors.json +8 -1
- package/lib/module/component/AIA/styles/brand-x/scss/_border_class.scss +15 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_colors.scss +8 -1
- package/lib/module/component/AIA/styles/brand-x/scss/_main.scss +1 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_theme_dark.scss +10 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_theme_light.scss +10 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_typography.scss +70 -0
- package/lib/module/component/AIA/styles/brand-x/size/componentSize.js +4 -4
- package/lib/module/component/AIA/styles/brand-x/size/componentSize.js.map +1 -1
- package/lib/module/component/AIA/styles/brand-x/size/types.js +4 -0
- package/lib/module/component/AIA/styles/brand-x/size/types.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/spacing/componentSpacing.js +4 -4
- package/lib/module/component/AIA/styles/brand-x/spacing/componentSpacing.js.map +1 -1
- package/lib/module/component/AIA/styles/brand-x/spacing/spacing.js +18 -1
- package/lib/module/component/AIA/styles/brand-x/spacing/spacing.js.map +1 -1
- package/lib/module/component/AIA/styles/brand-x/spacing/types.js +4 -0
- package/lib/module/component/AIA/styles/brand-x/spacing/types.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/border/types.js +4 -0
- package/lib/module/component/AIA/styles/cfs/border/types.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/colors/dark.js +10 -0
- package/lib/module/component/AIA/styles/cfs/colors/dark.js.map +1 -1
- package/lib/module/component/AIA/styles/cfs/colors/index.js +2 -0
- package/lib/module/component/AIA/styles/cfs/colors/index.js.map +1 -1
- package/lib/module/component/AIA/styles/cfs/colors/light.js +10 -0
- package/lib/module/component/AIA/styles/cfs/colors/light.js.map +1 -1
- package/lib/module/component/AIA/styles/cfs/colors/types.js +4 -0
- package/lib/module/component/AIA/styles/cfs/colors/types.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/package.json +1 -1
- package/lib/module/component/AIA/styles/cfs/primitiveColorsToken/colors.json +142 -135
- package/lib/module/component/AIA/styles/cfs/scss/_border_class.scss +15 -0
- package/lib/module/component/AIA/styles/cfs/scss/_colors.scss +8 -1
- package/lib/module/component/AIA/styles/cfs/scss/_main.scss +1 -0
- package/lib/module/component/AIA/styles/cfs/scss/_theme_dark.scss +10 -0
- package/lib/module/component/AIA/styles/cfs/scss/_theme_light.scss +10 -0
- package/lib/module/component/AIA/styles/cfs/scss/_typography.scss +70 -0
- package/lib/module/component/AIA/styles/cfs/size/componentSize.js +4 -4
- package/lib/module/component/AIA/styles/cfs/size/componentSize.js.map +1 -1
- package/lib/module/component/AIA/styles/cfs/size/types.js +4 -0
- package/lib/module/component/AIA/styles/cfs/size/types.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/spacing/componentSpacing.js +4 -4
- package/lib/module/component/AIA/styles/cfs/spacing/componentSpacing.js.map +1 -1
- package/lib/module/component/AIA/styles/cfs/spacing/spacing.js +18 -1
- package/lib/module/component/AIA/styles/cfs/spacing/spacing.js.map +1 -1
- package/lib/module/component/AIA/styles/cfs/spacing/types.js +4 -0
- package/lib/module/component/AIA/styles/cfs/spacing/types.js.map +1 -0
- package/lib/module/component/AIA/styles/changelog.txt +14 -0
- package/lib/module/component/AIA/styles/generate-types.sh +161 -0
- package/lib/module/component/AIA/styles/hesta/border/types.js +4 -0
- package/lib/module/component/AIA/styles/hesta/border/types.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/colors/dark.js +10 -0
- package/lib/module/component/AIA/styles/hesta/colors/dark.js.map +1 -1
- package/lib/module/component/AIA/styles/hesta/colors/light.js +10 -0
- package/lib/module/component/AIA/styles/hesta/colors/light.js.map +1 -1
- package/lib/module/component/AIA/styles/hesta/colors/types.js +4 -0
- package/lib/module/component/AIA/styles/hesta/colors/types.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/package.json +1 -1
- package/lib/module/component/AIA/styles/hesta/primitiveColorsToken/colors.json +144 -137
- package/lib/module/component/AIA/styles/hesta/scss/_border_class.scss +15 -0
- package/lib/module/component/AIA/styles/hesta/scss/_colors.scss +8 -1
- package/lib/module/component/AIA/styles/hesta/scss/_main.scss +1 -0
- package/lib/module/component/AIA/styles/hesta/scss/_theme_dark.scss +10 -0
- package/lib/module/component/AIA/styles/hesta/scss/_theme_light.scss +10 -0
- package/lib/module/component/AIA/styles/hesta/scss/_typography.scss +70 -0
- package/lib/module/component/AIA/styles/hesta/size/componentSize.js +4 -4
- package/lib/module/component/AIA/styles/hesta/size/componentSize.js.map +1 -1
- package/lib/module/component/AIA/styles/hesta/size/types.js +4 -0
- package/lib/module/component/AIA/styles/hesta/size/types.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/spacing/componentSpacing.js +4 -4
- package/lib/module/component/AIA/styles/hesta/spacing/componentSpacing.js.map +1 -1
- package/lib/module/component/AIA/styles/hesta/spacing/spacing.js +18 -1
- package/lib/module/component/AIA/styles/hesta/spacing/spacing.js.map +1 -1
- package/lib/module/component/AIA/styles/hesta/spacing/types.js +4 -0
- package/lib/module/component/AIA/styles/hesta/spacing/types.js.map +1 -0
- package/lib/module/component/AIA/styles/package.json +1 -1
- package/lib/module/component/AIA/utils/Accessibility/index.js.map +1 -1
- package/lib/module/component/AIA/utils/ConvertStringToCamelCase/ConvertStringToCamelCase.js.map +1 -1
- package/lib/module/component/AIA/utils/ConvertStringToCamelCase/index.js.map +1 -1
- package/lib/module/component/AIA/utils/DateTime/DateTime.js +3 -5
- package/lib/module/component/AIA/utils/DateTime/DateTime.js.map +1 -1
- package/lib/module/component/AIA/utils/DateTime/config/index.js +4 -0
- package/lib/module/component/AIA/utils/DateTime/config/index.js.map +1 -1
- package/lib/module/component/AIA/utils/DateTime/index.js.map +1 -1
- package/lib/module/component/AIA/utils/File/File.js +21 -10
- package/lib/module/component/AIA/utils/File/File.js.map +1 -1
- package/lib/module/component/AIA/utils/File/index.js.map +1 -1
- package/lib/module/component/AIA/utils/FlexWrapWithGap/index.js +54 -0
- package/lib/module/component/AIA/utils/FlexWrapWithGap/index.js.map +1 -0
- package/lib/module/component/AIA/utils/LazyLoading/LazyLoading.js +2 -1
- package/lib/module/component/AIA/utils/LazyLoading/LazyLoading.js.map +1 -1
- package/lib/module/component/AIA/utils/LazyLoading/styles/index.js.map +1 -1
- package/lib/module/component/AIA/utils/NumberString/NumberString.js.map +1 -1
- package/lib/module/component/AIA/utils/NumberString/index.js.map +1 -1
- package/lib/module/component/AIA/utils/index.js.map +1 -1
- package/lib/module/component/AIA/utils/package.json +5 -3
- package/lib/module/component/forms/CommentForm.js +1 -1
- package/lib/module/component/forms/CommentForm.js.map +1 -1
- package/lib/module/component/forms/EffortForm.js +3 -2
- package/lib/module/component/forms/EffortForm.js.map +1 -1
- package/lib/module/component/forms/ExternalForm.js +15 -4
- package/lib/module/component/forms/ExternalForm.js.map +1 -1
- package/lib/module/component/forms/NPSForm.js +6 -5
- package/lib/module/component/forms/NPSForm.js.map +1 -1
- package/lib/module/component/forms/PollForm.js +6 -4
- package/lib/module/component/forms/PollForm.js.map +1 -1
- package/lib/module/component/forms/PromptForm.js +1 -1
- package/lib/module/component/forms/PromptForm.js.map +1 -1
- package/lib/module/component/forms/SatisfactionForm.js +4 -3
- package/lib/module/component/forms/SatisfactionForm.js.map +1 -1
- package/lib/module/theme.js +25 -0
- package/lib/module/theme.js.map +1 -0
- package/lib/module/types/atoms-mock.js +5 -0
- package/lib/module/types/atoms-mock.js.map +1 -0
- package/lib/module/utils/constants.js +2 -1
- package/lib/module/utils/constants.js.map +1 -1
- package/lib/module/utils/networking.js +3 -3
- package/lib/module/utils/networking.js.map +1 -1
- package/lib/typescript/ContentUsefulness.d.ts.map +1 -1
- package/lib/typescript/FeedbackSDK.d.ts.map +1 -1
- package/lib/typescript/FeedbackSDKAppStoreRating.d.ts.map +1 -1
- package/lib/typescript/FeedbackSDKForm.d.ts +2 -2
- package/lib/typescript/FeedbackSDKForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/CommentForm.d.ts +2 -2
- package/lib/typescript/component/forms/CommentForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/EffortForm.d.ts +2 -2
- package/lib/typescript/component/forms/EffortForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/ExternalForm.d.ts +2 -2
- package/lib/typescript/component/forms/ExternalForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/NPSForm.d.ts +2 -2
- package/lib/typescript/component/forms/NPSForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/PollForm.d.ts +2 -2
- package/lib/typescript/component/forms/PollForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/PromptForm.d.ts +2 -2
- package/lib/typescript/component/forms/PromptForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/SatisfactionForm.d.ts +2 -2
- package/lib/typescript/component/forms/SatisfactionForm.d.ts.map +1 -1
- package/lib/typescript/index.d.ts +3 -3
- package/lib/typescript/theme.d.ts +2 -0
- package/lib/typescript/theme.d.ts.map +1 -0
- package/lib/typescript/types/atoms-mock.d.ts +3 -0
- package/lib/typescript/types/atoms-mock.d.ts.map +1 -0
- package/lib/typescript/utils/constants.d.ts.map +1 -1
- package/lib/typescript/utils/networking.d.ts +0 -1
- package/lib/typescript/utils/networking.d.ts.map +1 -1
- package/package.json +4 -4
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Bold.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Bold.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Bold.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Condensed.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Condensed.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Condensed.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-CondensedMedium.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-CondensedMedium.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-CondensedMedium.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-ExtraBold.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-ExtraBold.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-ExtraBold.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Medium.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Medium.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Medium.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Regular.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Regular.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Regular.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/Mangal/Mangal-Bold.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/Mangal/Mangal-Regular.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/Nirmala/Nirmala-Bold.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/Nirmala/Nirmala-Regular.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/NotoSansThaiExNoto/NotoSansThaiExNoto-Bold.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/NotoSansThaiExNoto/NotoSansThaiExNoto-Medium.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/NotoSansThaiExNoto/NotoSansThaiExNoto-Regular.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/NotoSansThaiExNoto/NotoSansThaiExNoto-Semibold.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Bold.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Bold.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Bold.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-BoldItalic.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-BoldItalic.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-BoldItalic.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Extrabold.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Extrabold.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Extrabold.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-ExtraboldItalic.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-ExtraboldItalic.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-ExtraboldItalic.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Italic.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Italic.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Italic.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Light.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Light.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Light.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Regular.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Regular.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Regular.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Semibold.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Semibold.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Semibold.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-SemiboldItalic.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-SemiboldItalic.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-SemiboldItalic.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSansLight-Italic.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSansLight-Italic.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSansLight-Italic.woff2 +0 -0
- package/lib/module/component/AIA/assets/index.js +0 -16
- package/lib/module/component/AIA/assets/index.js.map +0 -1
- package/lib/module/component/AIA/assets/package.json +0 -19
- package/lib/module/component/Button.js +0 -49
- package/lib/module/component/Button.js.map +0 -1
- package/lib/module/component/ButtonSubmit.js +0 -213
- package/lib/module/component/ButtonSubmit.js.map +0 -1
- package/lib/module/component/Input.js +0 -174
- package/lib/module/component/Input.js.map +0 -1
- package/lib/module/component/MultiSelectButtons.js +0 -186
- package/lib/module/component/MultiSelectButtons.js.map +0 -1
- package/lib/module/component/README.md +0 -215
- package/lib/module/component/Rating.js +0 -169
- package/lib/module/component/Rating.js.map +0 -1
- package/lib/module/component/RatingNumber.js +0 -289
- package/lib/module/component/RatingNumber.js.map +0 -1
- package/lib/module/component/Textarea.js +0 -168
- package/lib/module/component/Textarea.js.map +0 -1
- package/lib/module/component/YesNoButtons.js +0 -185
- package/lib/module/component/YesNoButtons.js.map +0 -1
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/ActivityIndicator.d.ts +0 -13
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/ActivityIndicator.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/styles/index.d.ts +0 -40
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/types/index.d.ts +0 -64
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Button/Button.d.ts +0 -10
- package/lib/typescript/component/AIA/atoms/Button/Button.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Button/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Button/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Button/styles/index.d.ts +0 -101
- package/lib/typescript/component/AIA/atoms/Button/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Button/types/index.d.ts +0 -120
- package/lib/typescript/component/AIA/atoms/Button/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Chip/Chip.d.ts +0 -11
- package/lib/typescript/component/AIA/atoms/Chip/Chip.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Chip/config/index.d.ts +0 -21
- package/lib/typescript/component/AIA/atoms/Chip/config/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Chip/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Chip/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Chip/styles/index.d.ts +0 -89
- package/lib/typescript/component/AIA/atoms/Chip/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Chip/types/index.d.ts +0 -94
- package/lib/typescript/component/AIA/atoms/Chip/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Divider/Divider.d.ts +0 -11
- package/lib/typescript/component/AIA/atoms/Divider/Divider.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Divider/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Divider/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Divider/styles/index.d.ts +0 -12
- package/lib/typescript/component/AIA/atoms/Divider/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Divider/types/index.d.ts +0 -26
- package/lib/typescript/component/AIA/atoms/Divider/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icon/Icon.d.ts +0 -11
- package/lib/typescript/component/AIA/atoms/Icon/Icon.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icon/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Icon/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icon/types/index.d.ts +0 -94
- package/lib/typescript/component/AIA/atoms/Icon/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/document-control/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/document-control/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/function/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/function/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/general/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/general/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/health-and-wellness/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/health-and-wellness/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/index.d.ts +0 -8
- package/lib/typescript/component/AIA/atoms/Icons/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/login/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/login/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/media-control/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/media-control/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/menu/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/menu/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/rating/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/rating/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/red-illustrations/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/red-illustrations/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/social-media/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/social-media/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/system-control/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/system-control/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/type/index.d.ts +0 -83
- package/lib/typescript/component/AIA/atoms/Icons/type/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/account-setup/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/account-setup/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/empty-state/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/empty-state/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/health-and-wellness/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/health-and-wellness/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/index.d.ts +0 -8
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/medical/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/medical/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/payment/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/payment/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-agents/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-agents/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-celebration/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-celebration/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-exercise/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-exercise/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-family/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-family/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-general/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-general/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-medical/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-medical/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/success-and-reward/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/success-and-reward/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/system/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/system/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/type/index.d.ts +0 -93
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/type/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Image/Image.d.ts +0 -11
- package/lib/typescript/component/AIA/atoms/Image/Image.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Image/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Image/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Image/styles/index.d.ts +0 -15
- package/lib/typescript/component/AIA/atoms/Image/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Image/types/index.d.ts +0 -98
- package/lib/typescript/component/AIA/atoms/Image/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Rating/Rating.d.ts +0 -10
- package/lib/typescript/component/AIA/atoms/Rating/Rating.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Rating/config/index.d.ts +0 -22
- package/lib/typescript/component/AIA/atoms/Rating/config/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Rating/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Rating/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Rating/styles/index.d.ts +0 -54
- package/lib/typescript/component/AIA/atoms/Rating/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Rating/types/index.d.ts +0 -94
- package/lib/typescript/component/AIA/atoms/Rating/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Text/Text.d.ts +0 -11
- package/lib/typescript/component/AIA/atoms/Text/Text.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Text/config/index.d.ts +0 -7
- package/lib/typescript/component/AIA/atoms/Text/config/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Text/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Text/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Text/styles/index.d.ts +0 -25
- package/lib/typescript/component/AIA/atoms/Text/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Text/types/index.d.ts +0 -127
- package/lib/typescript/component/AIA/atoms/Text/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/TextArea/TextArea.d.ts +0 -15
- package/lib/typescript/component/AIA/atoms/TextArea/TextArea.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/TextArea/config/index.d.ts +0 -8
- package/lib/typescript/component/AIA/atoms/TextArea/config/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/TextArea/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/TextArea/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/TextArea/styles/index.d.ts +0 -79
- package/lib/typescript/component/AIA/atoms/TextArea/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/TextArea/types/index.d.ts +0 -106
- package/lib/typescript/component/AIA/atoms/TextArea/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/hooks/FontConfig/index.d.ts +0 -2
- package/lib/typescript/component/AIA/hooks/FontConfig/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/hooks/FontConfig/type/index.d.ts +0 -44
- package/lib/typescript/component/AIA/hooks/FontConfig/type/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/hooks/useCustomTheme/index.d.ts +0 -2
- package/lib/typescript/component/AIA/hooks/useCustomTheme/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/hooks/useCustomTheme/useCustomTheme.d.ts +0 -16
- package/lib/typescript/component/AIA/hooks/useCustomTheme/useCustomTheme.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/border/borderRadius.d.ts +0 -9
- package/lib/typescript/component/AIA/styles/aia-digital/border/borderRadius.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/border/borderWidth.d.ts +0 -9
- package/lib/typescript/component/AIA/styles/aia-digital/border/borderWidth.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderRadius.d.ts +0 -14
- package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderRadius.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderWidth.d.ts +0 -5
- package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderWidth.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/border/index.d.ts +0 -24
- package/lib/typescript/component/AIA/styles/aia-digital/border/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/colors/light.d.ts +0 -140
- package/lib/typescript/component/AIA/styles/aia-digital/colors/light.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/size/componentSize.d.ts +0 -35
- package/lib/typescript/component/AIA/styles/aia-digital/size/componentSize.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/size/index.d.ts +0 -52
- package/lib/typescript/component/AIA/styles/aia-digital/size/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/size/size.d.ts +0 -22
- package/lib/typescript/component/AIA/styles/aia-digital/size/size.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/componentSpacing.d.ts +0 -10
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/componentSpacing.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/index.d.ts +0 -24
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/spacing.d.ts +0 -19
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/spacing.d.ts.map +0 -1
- package/lib/typescript/component/AIA/utils/Accessibility/index.d.ts +0 -12
- package/lib/typescript/component/AIA/utils/Accessibility/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/utils/Accessibility/types/index.d.ts +0 -21
- package/lib/typescript/component/AIA/utils/Accessibility/types/index.d.ts.map +0 -1
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["default"
|
|
1
|
+
{"version":3,"names":["default"],"sourceRoot":"../../../../../../src","sources":["component/AIA/organisms/List/index.ts"],"mappings":";;AAAA,SAASA,OAAO","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["StyleSheet","ListStyles","create","container","width"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/organisms/List/styles/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAEA,SAAQA,UAAU,QAAO,cAAc;AAEvC,MAAMC,UAAU,GAAGD,UAAU,CAACE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"names":["StyleSheet","ListStyles","create","container","width"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/organisms/List/styles/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAEA,SAAQA,UAAU,QAAO,cAAc;AAEvC,MAAMC,UAAU,GAAGD,UAAU,CAACE,MAAM,CAAC;EACnCC,SAAS,EAAE;IACTC,KAAK,EAAE;EACT;AACF,CAAC,CAAC;AAEF,eAAeH,UAAU","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","View","ListItemGroupStyles","ListItem","jsx","_jsx","ListItemGroup","props","items","customStyle","testID","accessible","accessibilityLabel","accessibilityHint","accessibilityRole","accessibilityState","style","container","children","map","item","index","size","icon","label","iconColor","variant"],"sourceRoot":"../../../../../../src","sources":["component/AIA/organisms/ListItemGroup/ListItemGroup.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAAQC,IAAI,QAAO,cAAc;AAEjC,OAAOC,mBAAmB;AAG1B,OAAOC,QAAQ;
|
|
1
|
+
{"version":3,"names":["React","View","ListItemGroupStyles","ListItem","jsx","_jsx","ListItemGroup","props","items","customStyle","testID","accessible","accessibilityLabel","accessibilityHint","accessibilityRole","accessibilityState","style","container","children","map","item","index","size","icon","label","iconColor","variant"],"sourceRoot":"../../../../../../src","sources":["component/AIA/organisms/ListItemGroup/ListItemGroup.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAAQC,IAAI,QAAO,cAAc;AAEjC,OAAOC,mBAAmB;AAG1B,OAAOC,QAAQ;AAA4D,SAAAC,GAAA,IAAAC,IAAA;AAE3E,MAAMC,aAAa,GAAIC,KAAgB,IAAK;EAC1C,MAAM;IACJC,KAAK;IACLC,WAAW;IACXC,MAAM;IACNC,UAAU;IACVC,kBAAkB;IAClBC,iBAAiB;IACjBC,iBAAiB;IACjBC;EACF,CAAC,GAAGR,KAAK;EAET,oBACEF,IAAA,CAACJ,IAAI;IACHe,KAAK,EAAE,CAACd,mBAAmB,CAACe,SAAS,EAAER,WAAW,CAAE;IACpDC,MAAM,EAAEA,MAAO;IACfC,UAAU,EAAEA,UAAW;IACvBC,kBAAkB,EAAEA,kBAAmB;IACvCC,iBAAiB,EAAEA,iBAAkB;IACrCC,iBAAiB,EAAEA,iBAAkB;IACrCC,kBAAkB,EAAEA,kBAAmB;IAAAG,QAAA,EACtCV,KAAK,EAAEW,GAAG,CAAC,CAACC,IAAmB,EAAEC,KAAa,kBAC7ChB,IAAA,CAACF,QAAQ;MAEPkB,KAAK,EAAEA,KAAK,GAAG,CAAE;MACjBC,IAAI,EAAEF,IAAI,EAAEE,IAAK;MACjBC,IAAI,EAAEH,IAAI,EAAEG,IAAK;MACjBC,KAAK,EAAEJ,IAAI,CAACI,KAAM;MAClBC,SAAS,EAAEL,IAAI,EAAEK,SAAU;MAC3BC,OAAO,EAAEN,IAAI,EAAEM;IAAQ,GANlBL,KAON,CACF;EAAC,CACE,CAAC;AAEX,CAAC;AAED,eAAef,aAAa","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["default"],"sourceRoot":"../../../../../../src","sources":["component/AIA/organisms/ListItemGroup/index.ts"],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"names":["default"],"sourceRoot":"../../../../../../src","sources":["component/AIA/organisms/ListItemGroup/index.ts"],"mappings":";;AAAA,SAASA,OAAO","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["StyleSheet","ListItemGroupStyles","create","container","width"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/organisms/ListItemGroup/styles/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAEA,SAAQA,UAAU,QAAO,cAAc;AAEvC,MAAMC,mBAAmB,GAAGD,UAAU,CAACE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"names":["StyleSheet","ListItemGroupStyles","create","container","width"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/organisms/ListItemGroup/styles/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAEA,SAAQA,UAAU,QAAO,cAAc;AAEvC,MAAMC,mBAAmB,GAAGD,UAAU,CAACE,MAAM,CAAC;EAC5CC,SAAS,EAAE;IACTC,KAAK,EAAE;EACT;AACF,CAAC,CAAC;AAEF,eAAeH,mBAAmB","ignoreList":[]}
|
|
@@ -145,7 +145,7 @@ const SystemAlerts = props => {
|
|
|
145
145
|
children: [/*#__PURE__*/_jsx(Text, {
|
|
146
146
|
variant: "body-1-bold",
|
|
147
147
|
customStyle: styles.overlayTitleContainer,
|
|
148
|
-
customContainerStyle:
|
|
148
|
+
customContainerStyle: styles.overlayTextContainer,
|
|
149
149
|
children: "System Alert"
|
|
150
150
|
}), /*#__PURE__*/_jsx(View, {
|
|
151
151
|
style: [styles.iconContainer, styles.overlayIconContainer],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","useState","useEffect","View","Animated","Dimensions","ScrollView","SystemAlertsStyles","useCustomTheme","SystemAlert","Button","Text","IconButton","Divider","jsx","_jsx","jsxs","_jsxs","Fragment","_Fragment","SystemAlerts","props","items","systemAlertTitle","showAllButtonTitle","onClose","onShowAllPressed","visible","maxDisplay","paddingBottomForSecondScene","testID","accessible","accessibilityLabel","accessibilityHint","accessibilityRole","accessibilityState","colors","spacing","windowHeight","get","height","styles","overlayVisible","setOverlayVisible","overlayOpacity","Value","isDisplayShowAllButton","setIsDisplayShowAllButton","length","fadeIn","timing","toValue","duration","useNativeDriver","start","fadeOut","handleTruncationChange","isTruncated","message","variant","isShowCloseButton","children","style","container","titleContainer","customContainerStyle","textContainer","iconContainer","icon","group","name","size","onPress","systemAlertContainer","slice","map","item","index","numberOfLines","isDisableAnimation","onTruncationChange","isDividerOnPadding","showAllButtonContainer","buttonLabel","type","thickness","overlay","opacity","overlayHeaderContainer","customStyle","overlayTitleContainer","overlayTextContainer","overlayIconContainer","paddingBottom"],"sourceRoot":"../../../../../../src","sources":["component/AIA/organisms/SystemAlerts/SystemAlerts.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAOA,KAAK,IAAGC,QAAQ,EAAEC,SAAS,QAAO,OAAO;AAChD,SAAQC,IAAI,EAAEC,QAAQ,EAAEC,UAAU,EAAEC,UAAU,QAAO,cAAc;AAEnE,OAAOC,kBAAkB;AAGzB,OAAOC,cAAc;AAErB,OAAOC,WAAW;AAClB,OAAOC,MAAM;AACb,OAAOC,IAAI;AACX,OAAOC,UAAU;AACjB,OAAOC,OAAO;
|
|
1
|
+
{"version":3,"names":["React","useState","useEffect","View","Animated","Dimensions","ScrollView","SystemAlertsStyles","useCustomTheme","SystemAlert","Button","Text","IconButton","Divider","jsx","_jsx","jsxs","_jsxs","Fragment","_Fragment","SystemAlerts","props","items","systemAlertTitle","showAllButtonTitle","onClose","onShowAllPressed","visible","maxDisplay","paddingBottomForSecondScene","testID","accessible","accessibilityLabel","accessibilityHint","accessibilityRole","accessibilityState","colors","spacing","windowHeight","get","height","styles","overlayVisible","setOverlayVisible","overlayOpacity","Value","isDisplayShowAllButton","setIsDisplayShowAllButton","length","fadeIn","timing","toValue","duration","useNativeDriver","start","fadeOut","handleTruncationChange","isTruncated","message","variant","isShowCloseButton","children","style","container","titleContainer","customContainerStyle","textContainer","iconContainer","icon","group","name","size","onPress","systemAlertContainer","slice","map","item","index","numberOfLines","isDisableAnimation","onTruncationChange","isDividerOnPadding","showAllButtonContainer","buttonLabel","type","thickness","overlay","opacity","overlayHeaderContainer","customStyle","overlayTitleContainer","overlayTextContainer","overlayIconContainer","paddingBottom"],"sourceRoot":"../../../../../../src","sources":["component/AIA/organisms/SystemAlerts/SystemAlerts.tsx"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["default"],"sourceRoot":"../../../../../../src","sources":["component/AIA/organisms/SystemAlerts/index.ts"],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"names":["default"],"sourceRoot":"../../../../../../src","sources":["component/AIA/organisms/SystemAlerts/index.ts"],"mappings":";;AAAA,SAASA,OAAO","ignoreList":[]}
|
|
@@ -18,8 +18,8 @@ const SystemAlertsStyles = (colors, windowHeight, spacing) => StyleSheet.create(
|
|
|
18
18
|
paddingHorizontal: 0
|
|
19
19
|
},
|
|
20
20
|
iconContainer: {
|
|
21
|
-
marginRight: spacing
|
|
22
|
-
marginLeft: spacing
|
|
21
|
+
marginRight: spacing['xs'],
|
|
22
|
+
marginLeft: spacing['md'],
|
|
23
23
|
paddingVertical: 6,
|
|
24
24
|
justifyContent: 'center'
|
|
25
25
|
},
|
|
@@ -29,11 +29,11 @@ const SystemAlertsStyles = (colors, windowHeight, spacing) => StyleSheet.create(
|
|
|
29
29
|
right: 0
|
|
30
30
|
},
|
|
31
31
|
textContainer: {
|
|
32
|
-
paddingVertical: spacing
|
|
32
|
+
paddingVertical: spacing['md'],
|
|
33
33
|
alignSelf: 'flex-start'
|
|
34
34
|
},
|
|
35
35
|
overlayTextContainer: {
|
|
36
|
-
paddingVertical: spacing
|
|
36
|
+
paddingVertical: spacing['md']
|
|
37
37
|
},
|
|
38
38
|
titleContainer: {
|
|
39
39
|
paddingLeft: 16,
|
|
@@ -56,7 +56,7 @@ const SystemAlertsStyles = (colors, windowHeight, spacing) => StyleSheet.create(
|
|
|
56
56
|
showAllButtonContainer: {
|
|
57
57
|
width: '100%',
|
|
58
58
|
alignItems: 'flex-end',
|
|
59
|
-
paddingRight: spacing
|
|
59
|
+
paddingRight: spacing['md']
|
|
60
60
|
}
|
|
61
61
|
});
|
|
62
62
|
export default SystemAlertsStyles;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["StyleSheet","SystemAlertsStyles","colors","windowHeight","spacing","create","container","backgroundColor","overlayHeaderContainer","width","systemAlertContainer","paddingHorizontal","iconContainer","marginRight","
|
|
1
|
+
{"version":3,"names":["StyleSheet","SystemAlertsStyles","colors","windowHeight","spacing","create","container","backgroundColor","overlayHeaderContainer","width","systemAlertContainer","paddingHorizontal","iconContainer","marginRight","marginLeft","paddingVertical","justifyContent","overlayIconContainer","position","right","textContainer","alignSelf","overlayTextContainer","titleContainer","paddingLeft","flexDirection","overlayTitleContainer","textAlign","overlay","left","top","height","zIndex","showAllButtonContainer","alignItems","paddingRight"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/organisms/SystemAlerts/styles/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAEA,SAAQA,UAAU,QAAO,cAAc;AAGvC,MAAMC,kBAAkB,GAAGA,CAACC,MAAa,EAAEC,YAAoB,EAAEC,OAAqB,KACpFJ,UAAU,CAACK,MAAM,CAAC;EAChBC,SAAS,EAAE;IACTC,eAAe,EAAEL,MAAM,CAAC,iBAAiB;EAC3C,CAAC;EACDM,sBAAsB,EAAE;IACtBC,KAAK,EAAE;EACT,CAAC;EACDC,oBAAoB,EAAE;IACpBC,iBAAiB,EAAE;EACrB,CAAC;EACDC,aAAa,EAAE;IACbC,WAAW,EAAET,OAAO,CAAC,IAAI,CAAC;IAC1BU,UAAU,EAAEV,OAAO,CAAC,IAAI,CAAC;IACzBW,eAAe,EAAE,CAAC;IAClBC,cAAc,EAAE;EAClB,CAAC;EACDC,oBAAoB,EAAE;IACpBD,cAAc,EAAE,QAAQ;IACxBE,QAAQ,EAAE,UAAU;IACpBC,KAAK,EAAE;EACT,CAAC;EACDC,aAAa,EAAE;IACbL,eAAe,EAAEX,OAAO,CAAC,IAAI,CAAC;IAC9BiB,SAAS,EAAE;EACb,CAAC;EACDC,oBAAoB,EAAE;IACpBP,eAAe,EAAEX,OAAO,CAAC,IAAI;EAC/B,CAAC;EACDmB,cAAc,EAAE;IACdC,WAAW,EAAE,EAAE;IACfC,aAAa,EAAE,KAAK;IACpBT,cAAc,EAAE;EAClB,CAAC;EACDU,qBAAqB,EAAE;IACrBC,SAAS,EAAE,QAAQ;IACnBlB,KAAK,EAAE;EACT,CAAC;EACDmB,OAAO,EAAE;IACPV,QAAQ,EAAE,UAAU;IACpBW,IAAI,EAAE,CAAC;IACPC,GAAG,EAAE,CAAC;IACNrB,KAAK,EAAE,MAAM;IACbsB,MAAM,EAAE5B,YAAY;IACpBI,eAAe,EAAEL,MAAM,CAAC,iBAAiB,CAAC;IAC1C8B,MAAM,EAAE;EACV,CAAC;EACDC,sBAAsB,EAAE;IACtBxB,KAAK,EAAE,MAAM;IACbyB,UAAU,EAAE,UAAU;IACtBC,YAAY,EAAE/B,OAAO,CAAC,IAAI;EAC5B;AACF,CAAC,CAAC;AAEJ,eAAeH,kBAAkB","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["component/AIA/organisms/index.ts"],"mappings":";;AAAA;AACA;AACA","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["component/AIA/organisms/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA","ignoreList":[]}
|
|
@@ -1,14 +1,15 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aia-mobile-dds/organisms",
|
|
3
3
|
"description": "Organisms components for Mobile apps",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.4.0",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dds components",
|
|
7
7
|
"dds design"
|
|
8
8
|
],
|
|
9
9
|
"module": "index.ts",
|
|
10
10
|
"sideEffects": false,
|
|
11
|
-
"
|
|
11
|
+
"peerDependencies": {
|
|
12
|
+
"react-native-actionsheet": ">= 2.4.2",
|
|
12
13
|
"react": ">=16.0.0",
|
|
13
14
|
"react-native": ">=0.65.0"
|
|
14
15
|
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../../../src","sources":["component/AIA/styles/aia-digital/border/types.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -93,6 +93,16 @@ const componentColor = {
|
|
|
93
93
|
'data-visualisation-positive': PrimitiveColorsToken["digitalgreen-200"],
|
|
94
94
|
'data-visualisation-negative': PrimitiveColorsToken["digitalcerise-200"],
|
|
95
95
|
'data-visualisation-neutral': PrimitiveColorsToken["digitalwarmgrey-400"],
|
|
96
|
+
'data-visualisation-level-1': PrimitiveColorsToken["digitalblue-300"],
|
|
97
|
+
'data-visualisation-level-2': PrimitiveColorsToken["digitalblue-200"],
|
|
98
|
+
'data-visualisation-level-3': PrimitiveColorsToken["digitalblue-100"],
|
|
99
|
+
'data-visualisation-level-4': PrimitiveColorsToken["digitalgreen-400"],
|
|
100
|
+
'data-visualisation-level-5': PrimitiveColorsToken["digitalgreen-200"],
|
|
101
|
+
'data-visualisation-level-6': PrimitiveColorsToken["digitallightgreen-300"],
|
|
102
|
+
'data-visualisation-level-7': PrimitiveColorsToken["digitalyellow-300"],
|
|
103
|
+
'data-visualisation-level-8': PrimitiveColorsToken["digitalorange-400"],
|
|
104
|
+
'data-visualisation-level-9': PrimitiveColorsToken["digitalred-300"],
|
|
105
|
+
'data-visualisation-level-10': PrimitiveColorsToken["digitalred-500"],
|
|
96
106
|
'divider-default': PrimitiveColorsToken['digitalcharcoal-500'],
|
|
97
107
|
'divider-subdued': PrimitiveColorsToken['digitalcharcoal-700'],
|
|
98
108
|
'divider-bold': PrimitiveColorsToken['digitalcharcoal-400'],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["PrimitiveColorsToken","baseColor","componentColor","themeDark"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/styles/aia-digital/colors/dark.ts"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["PrimitiveColorsToken","baseColor","componentColor","themeDark"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/styles/aia-digital/colors/dark.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -93,6 +93,16 @@ const componentColor = {
|
|
|
93
93
|
'data-visualisation-positive': PrimitiveColorsToken["digitalgreen-300"],
|
|
94
94
|
'data-visualisation-negative': PrimitiveColorsToken["digitalcerise-300"],
|
|
95
95
|
'data-visualisation-neutral': PrimitiveColorsToken["digitalwarmgrey-300"],
|
|
96
|
+
'data-visualisation-level-1': PrimitiveColorsToken["digitalblue-500"],
|
|
97
|
+
'data-visualisation-level-2': PrimitiveColorsToken["digitalblue-400"],
|
|
98
|
+
'data-visualisation-level-3': PrimitiveColorsToken["digitalblue-200"],
|
|
99
|
+
'data-visualisation-level-4': PrimitiveColorsToken["digitalgreen-400"],
|
|
100
|
+
'data-visualisation-level-5': PrimitiveColorsToken["digitalgreen-300"],
|
|
101
|
+
'data-visualisation-level-6': PrimitiveColorsToken["digitallightgreen-400"],
|
|
102
|
+
'data-visualisation-level-7': PrimitiveColorsToken["digitalyellow-300"],
|
|
103
|
+
'data-visualisation-level-8': PrimitiveColorsToken["digitalorange-400"],
|
|
104
|
+
'data-visualisation-level-9': PrimitiveColorsToken["digitalred-600"],
|
|
105
|
+
'data-visualisation-level-10': PrimitiveColorsToken["digitalcerise-500"],
|
|
96
106
|
'divider-default': PrimitiveColorsToken["digitalcharcoal-200"],
|
|
97
107
|
'divider-subdued': PrimitiveColorsToken["digitalcharcoal-100"],
|
|
98
108
|
'divider-bold': PrimitiveColorsToken["digitalcharcoal-300"],
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["PrimitiveColorsToken","baseColor","componentColor","themeLight"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/styles/aia-digital/colors/light.ts"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["PrimitiveColorsToken","baseColor","componentColor","themeLight"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/styles/aia-digital/colors/light.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../../../src","sources":["component/AIA/styles/aia-digital/colors/types.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1,108 +1,115 @@
|
|
|
1
1
|
{
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
102
|
-
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
2
|
+
"monotone-white": "#FFFFFF",
|
|
3
|
+
"monotone-black": "#000000",
|
|
4
|
+
"digitalcharcoal-900": "#14181C",
|
|
5
|
+
"digitalcharcoal-800": "#1F252B",
|
|
6
|
+
"digitalcharcoal-700": "#293139",
|
|
7
|
+
"digitalcharcoal-600": "#333D47",
|
|
8
|
+
"digitalcharcoal-500": "#666E75",
|
|
9
|
+
"digitalcharcoal-400": "#858B91",
|
|
10
|
+
"digitalcharcoal-300": "#ADB1B5",
|
|
11
|
+
"digitalcharcoal-200": "#D6D8DA",
|
|
12
|
+
"digitalcharcoal-100": "#EBECED",
|
|
13
|
+
"digitalcharcoal-50": "#F5F5F6",
|
|
14
|
+
"digitalred-900": "#2D020D",
|
|
15
|
+
"digitalred-800": "#5A031A",
|
|
16
|
+
"digitalred-700": "#860528",
|
|
17
|
+
"digitalred-600": "#B30635",
|
|
18
|
+
"digitalred-500": "#E00842",
|
|
19
|
+
"digitalred-400": "#E32155",
|
|
20
|
+
"digitalred-300": "#E84671",
|
|
21
|
+
"digitalred-200": "#EC6B8E",
|
|
22
|
+
"digitalred-100": "#F39CB3",
|
|
23
|
+
"digitalred-50": "#FFEDF1",
|
|
24
|
+
"digitalsalmon-600": "#982D4F",
|
|
25
|
+
"digitalsalmon-500": "#C64A67",
|
|
26
|
+
"digitalsalmon-400": "#E26276",
|
|
27
|
+
"digitalsalmon-300": "#FF7A85",
|
|
28
|
+
"digitalsalmon-200": "#FFBAC0",
|
|
29
|
+
"digitalsalmon-100": "#FFCFD3",
|
|
30
|
+
"digitalsalmon-50": "#FFE4E7",
|
|
31
|
+
"digitalpurple-600": "#353480",
|
|
32
|
+
"digitalpurple-500": "#4645AB",
|
|
33
|
+
"digitalpurple-400": "#5856D6",
|
|
34
|
+
"digitalpurple-300": "#7978DE",
|
|
35
|
+
"digitalpurple-200": "#9B9AE6",
|
|
36
|
+
"digitalpurple-100": "#BCBBEF",
|
|
37
|
+
"digitalpurple-50": "#DEDDF7",
|
|
38
|
+
"digitalwarmgrey-600": "#3C3A38",
|
|
39
|
+
"digitalwarmgrey-500": "#5A5754",
|
|
40
|
+
"digitalwarmgrey-400": "#79736F",
|
|
41
|
+
"digitalwarmgrey-300": "#97908B",
|
|
42
|
+
"digitalwarmgrey-200": "#D3CAC3",
|
|
43
|
+
"digitalwarmgrey-100": "#DEd7d2",
|
|
44
|
+
"digitalwarmgrey-50": "#E9E5E1",
|
|
45
|
+
"digitallavender-600": "#514E76",
|
|
46
|
+
"digitallavender-500": "#6C689D",
|
|
47
|
+
"digitallavender-400": "#8782C4",
|
|
48
|
+
"digitallavender-300": "#9F9BD0",
|
|
49
|
+
"digitallavender-200": "#B7B4DC",
|
|
50
|
+
"digitallavender-100": "#CFCDE7",
|
|
51
|
+
"digitallavender-50": "#E7E6F3",
|
|
52
|
+
"digitalorange-600": "#993900",
|
|
53
|
+
"digitalorange-500": "#CC4C00",
|
|
54
|
+
"digitalorange-400": "#FF5F00",
|
|
55
|
+
"digitalorange-300": "#FF7F33",
|
|
56
|
+
"digitalorange-200": "#FF9F66",
|
|
57
|
+
"digitalorange-100": "#FFBF99",
|
|
58
|
+
"digitalorange-50": "#FFDFCC",
|
|
59
|
+
"digitalgold-600": "#68562E",
|
|
60
|
+
"digitalgold-500": "#8B723D",
|
|
61
|
+
"digitalgold-400": "#AE8F4C",
|
|
62
|
+
"digitalgold-300": "#BEA570",
|
|
63
|
+
"digitalgold-200": "#CEBC94",
|
|
64
|
+
"digitalgold-100": "#DFD2B7",
|
|
65
|
+
"digitalgold-50": "#EFE9DB",
|
|
66
|
+
"digitallightgreen-600": "#436211",
|
|
67
|
+
"digitallightgreen-500": "#5A8216",
|
|
68
|
+
"digitallightgreen-400": "#70A31C",
|
|
69
|
+
"digitallightgreen-300": "#8DB549",
|
|
70
|
+
"digitallightgreen-200": "#A9C877",
|
|
71
|
+
"digitallightgreen-100": "#D4E3BB",
|
|
72
|
+
"digitallightgreen-50": "#F1F6E8",
|
|
73
|
+
"digitalnavyblue-600": "#061A51",
|
|
74
|
+
"digitalnavyblue-500": "#082065",
|
|
75
|
+
"digitalnavyblue-400": "#394D84",
|
|
76
|
+
"digitalnavyblue-300": "#5E6E9B",
|
|
77
|
+
"digitalnavyblue-200": "#9CA6C1",
|
|
78
|
+
"digitalnavyblue-100": "#DADEE8",
|
|
79
|
+
"digitalnavyblue-50": "#EBEDF3",
|
|
80
|
+
"digitalgreen-600": "#0A301E",
|
|
81
|
+
"digitalgreen-500": "#115032",
|
|
82
|
+
"digitalgreen-400": "#1B7F50",
|
|
83
|
+
"digitalgreen-300": "#229F64",
|
|
84
|
+
"digitalgreen-200": "#64bc93",
|
|
85
|
+
"digitalgreen-100": "#A7D9C1",
|
|
86
|
+
"digitalgreen-50": "#E9F5F0",
|
|
87
|
+
"digitalyellow-600": "#4E400C",
|
|
88
|
+
"digitalyellow-500": "#866D15",
|
|
89
|
+
"digitalyellow-400": "#BF9B1D",
|
|
90
|
+
"digitalyellow-300": "#F7C926",
|
|
91
|
+
"digitalyellow-200": "#F9D864",
|
|
92
|
+
"digitalyellow-100": "#FCE8A1",
|
|
93
|
+
"digitalyellow-50": "#FEF7DF",
|
|
94
|
+
"digitalblue-600": "#04213F",
|
|
95
|
+
"digitalblue-500": "#063769",
|
|
96
|
+
"digitalblue-400": "#0A57A8",
|
|
97
|
+
"digitalblue-300": "#0C6DD2",
|
|
98
|
+
"digitalblue-200": "#3D8ADB",
|
|
99
|
+
"digitalblue-100": "#9EC5ED",
|
|
100
|
+
"digitalblue-50": "#E7F0FB",
|
|
101
|
+
"digitalcerise-600": "#430425",
|
|
102
|
+
"digitalcerise-500": "#73073F",
|
|
103
|
+
"digitalcerise-400": "#A4095A",
|
|
104
|
+
"digitalcerise-300": "#D40C74",
|
|
105
|
+
"digitalcerise-200": "#E0519B",
|
|
106
|
+
"digitalcerise-100": "#EC96C3",
|
|
107
|
+
"digitalcerise-50": "#FBE7F1",
|
|
108
|
+
"digitalcharcoal-900a70": "#14181CB3",
|
|
109
|
+
"digitalcharcoal-900a50": "#14181C80",
|
|
110
|
+
"digitalcharcoal-900a08": "#14181C14",
|
|
111
|
+
"digitalcharcoal-900a00": "#14181C00",
|
|
112
|
+
"monotone-blacka15": "#00000026",
|
|
113
|
+
"monotone-whitea15": "#FFFFFF26",
|
|
114
|
+
"monotone-whitea00": "#FFFFFF00"
|
|
108
115
|
}
|
|
@@ -13,6 +13,21 @@ $aia-form-elements-radius: map-get($border-radius, "md") !default;
|
|
|
13
13
|
$aia-button-border: map-get($border-widths, "sm") !default;
|
|
14
14
|
|
|
15
15
|
.tokens-aia {
|
|
16
|
+
// Border radius tokens
|
|
17
|
+
--border-radius-none: #{map-get($border-radius, "none")};
|
|
18
|
+
--border-radius-sm: #{map-get($border-radius, "sm")};
|
|
19
|
+
--border-radius-md: #{map-get($border-radius, "md")};
|
|
20
|
+
--border-radius-lg: #{map-get($border-radius, "lg")};
|
|
21
|
+
--border-radius-round: #{map-get($border-radius, "round")};
|
|
22
|
+
|
|
23
|
+
// Border width tokens
|
|
24
|
+
--border-width-none: #{map-get($border-widths, "none")};
|
|
25
|
+
--border-width-sm: #{map-get($border-widths, "sm")};
|
|
26
|
+
--border-width-md: #{map-get($border-widths, "md")};
|
|
27
|
+
--border-width-lg: #{map-get($border-widths, "lg")};
|
|
28
|
+
--border-width-xl: #{map-get($border-widths, "xl")};
|
|
29
|
+
|
|
30
|
+
// Component-specific border tokens
|
|
16
31
|
--button-radius: #{$aia-button-radius};
|
|
17
32
|
--circular-button-radius: #{$aia-circular-button-radius};
|
|
18
33
|
--card-radius: #{$aia-card-radius};
|
|
@@ -29,7 +29,7 @@ $digitalsalmon-100: #FFCFD3;
|
|
|
29
29
|
$digitalsalmon-50: #FFE4E7;
|
|
30
30
|
$digitalpurple-600: #353480;
|
|
31
31
|
$digitalpurple-500: #4645AB;
|
|
32
|
-
$digitalpurple-400: #
|
|
32
|
+
$digitalpurple-400: #5856D6;
|
|
33
33
|
$digitalpurple-300: #7978DE;
|
|
34
34
|
$digitalpurple-200: #9B9AE6;
|
|
35
35
|
$digitalpurple-100: #BCBBEF;
|
|
@@ -62,6 +62,13 @@ $digitalgold-300: #BEA570;
|
|
|
62
62
|
$digitalgold-200: #CEBC94;
|
|
63
63
|
$digitalgold-100: #DFD2B7;
|
|
64
64
|
$digitalgold-50: #EFE9DB;
|
|
65
|
+
$digitallightgreen-600: #436211;
|
|
66
|
+
$digitallightgreen-500: #5A8216;
|
|
67
|
+
$digitallightgreen-400: #70A31C;
|
|
68
|
+
$digitallightgreen-300: #8DB549;
|
|
69
|
+
$digitallightgreen-200: #A9C877;
|
|
70
|
+
$digitallightgreen-100: #D4E3BB;
|
|
71
|
+
$digitallightgreen-50: #F1F6E8;
|
|
65
72
|
$digitalnavyblue-600: #061A51;
|
|
66
73
|
$digitalnavyblue-500: #082065;
|
|
67
74
|
$digitalnavyblue-400: #394D84;
|
|
@@ -102,4 +109,4 @@ $digitalcharcoal-900a50: #14181C80;
|
|
|
102
109
|
$digitalcharcoal-900a08: #14181C14;
|
|
103
110
|
$monotone-blacka15: #00000026;
|
|
104
111
|
$monotone-whitea15: #FFFFFF26;
|
|
105
|
-
$monotone-whitea00: #FFFFFF00;
|
|
112
|
+
$monotone-whitea00: #FFFFFF00;
|