@originallyus/feedback-rn-sdk 4.0.0-beta.27 → 4.0.0-beta.29
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +64 -7
- package/lib/module/ContentUsefulness.js +30 -22
- package/lib/module/ContentUsefulness.js.map +1 -1
- package/lib/module/FeedbackSDK.js +97 -25
- package/lib/module/FeedbackSDK.js.map +1 -1
- package/lib/module/FeedbackSDKAppStoreRating.js +42 -13
- package/lib/module/FeedbackSDKAppStoreRating.js.map +1 -1
- package/lib/module/FeedbackSDKForm.js +27 -21
- package/lib/module/FeedbackSDKForm.js.map +1 -1
- package/lib/module/FeedbackSDKSplash.js +18 -15
- package/lib/module/FeedbackSDKSplash.js.map +1 -1
- package/lib/module/component/AIA/atoms/ActivityIndicator/ActivityIndicator.js +1 -1
- package/lib/module/component/AIA/atoms/ActivityIndicator/ActivityIndicator.js.map +1 -1
- package/lib/module/component/AIA/atoms/ActivityIndicator/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ActivityIndicator/styles/index.js +4 -4
- package/lib/module/component/AIA/atoms/ActivityIndicator/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ActivityIndicator/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Badge/Badge.js.map +1 -1
- package/lib/module/component/AIA/atoms/Badge/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Badge/styles/index.js +4 -4
- package/lib/module/component/AIA/atoms/Badge/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Badge/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Breadcrumb/Breadcrumb.js +2 -2
- package/lib/module/component/AIA/atoms/Breadcrumb/Breadcrumb.js.map +1 -1
- package/lib/module/component/AIA/atoms/Breadcrumb/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Breadcrumb/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Breadcrumb/styles/index.js +3 -3
- package/lib/module/component/AIA/atoms/Breadcrumb/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Breadcrumb/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Button/Button.js +45 -20
- package/lib/module/component/AIA/atoms/Button/Button.js.map +1 -1
- package/lib/module/component/AIA/atoms/Button/Readme.md +3 -0
- package/lib/module/component/AIA/atoms/Button/changelog.txt +12 -0
- package/lib/module/component/AIA/atoms/Button/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Button/styles/index.js +21 -6
- package/lib/module/component/AIA/atoms/Button/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Button/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/CardContainer/CardContainer.js +18 -17
- package/lib/module/component/AIA/atoms/CardContainer/CardContainer.js.map +1 -1
- package/lib/module/component/AIA/atoms/CardContainer/README.md +1 -0
- package/lib/module/component/AIA/atoms/CardContainer/changelog.txt +4 -0
- package/lib/module/component/AIA/atoms/CardContainer/config/index.js +4 -4
- package/lib/module/component/AIA/atoms/CardContainer/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/CardContainer/styles/index.js +6 -2
- package/lib/module/component/AIA/atoms/CardContainer/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Carousel/Carousel.js +5 -4
- package/lib/module/component/AIA/atoms/Carousel/Carousel.js.map +1 -1
- package/lib/module/component/AIA/atoms/Carousel/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Carousel/styles/index.js +4 -4
- package/lib/module/component/AIA/atoms/Carousel/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Chip/Chip.js +139 -48
- package/lib/module/component/AIA/atoms/Chip/Chip.js.map +1 -1
- package/lib/module/component/AIA/atoms/Chip/README.md +20 -10
- package/lib/module/component/AIA/atoms/Chip/changelog.txt +10 -0
- package/lib/module/component/AIA/atoms/Chip/config/index.js +6 -10
- package/lib/module/component/AIA/atoms/Chip/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Chip/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Chip/styles/index.js +72 -10
- package/lib/module/component/AIA/atoms/Chip/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Chip/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/DatePicker/DatePicker.js +81 -59
- package/lib/module/component/AIA/atoms/DatePicker/DatePicker.js.map +1 -1
- package/lib/module/component/AIA/atoms/DatePicker/README.md +16 -12
- package/lib/module/component/AIA/atoms/DatePicker/changelog.txt +6 -0
- package/lib/module/component/AIA/atoms/DatePicker/config/index.js +6 -0
- package/lib/module/component/AIA/atoms/DatePicker/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/DatePicker/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/DatePicker/styles/index.js +37 -3
- package/lib/module/component/AIA/atoms/DatePicker/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/DatePicker/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/DialogContainer/DialogContainer.js +0 -1
- package/lib/module/component/AIA/atoms/DialogContainer/DialogContainer.js.map +1 -1
- package/lib/module/component/AIA/atoms/DialogContainer/DialogContainer.stories.tsx.temp +254 -0
- package/lib/module/component/AIA/atoms/DialogContainer/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/DialogContainer/styles/index.js +3 -3
- package/lib/module/component/AIA/atoms/DialogContainer/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Divider/Divider.js +3 -3
- package/lib/module/component/AIA/atoms/Divider/Divider.js.map +1 -1
- package/lib/module/component/AIA/atoms/Divider/config/index.js +4 -4
- package/lib/module/component/AIA/atoms/Divider/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Divider/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Drawer/Drawer.js +24 -6
- package/lib/module/component/AIA/atoms/Drawer/Drawer.js.map +1 -1
- package/lib/module/component/AIA/atoms/Drawer/changelog.txt +4 -0
- package/lib/module/component/AIA/atoms/Drawer/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Drawer/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Drawer/styles/index.js +3 -3
- package/lib/module/component/AIA/atoms/Drawer/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/FloatingButton/FloatingButton.js +0 -1
- package/lib/module/component/AIA/atoms/FloatingButton/FloatingButton.js.map +1 -1
- package/lib/module/component/AIA/atoms/FloatingButton/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/FloatingButton/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/FloatingButton/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Icon/Icon.js +21 -7
- package/lib/module/component/AIA/atoms/Icon/Icon.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icon/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IconButton/IconButton.js.map +1 -1
- package/lib/module/component/AIA/atoms/IconButton/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IconButton/styles/index.js +7 -7
- package/lib/module/component/AIA/atoms/IconButton/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IconButton/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Icons/document-control/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/document-control/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/function/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/function/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/general/index.js +14 -1
- package/lib/module/component/AIA/atoms/Icons/general/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/health-and-wellness/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/health-and-wellness/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/index.js +2 -0
- package/lib/module/component/AIA/atoms/Icons/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/login/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/login/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/media-control/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/media-control/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/menu/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/menu/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/payment/index.js +92 -0
- package/lib/module/component/AIA/atoms/Icons/payment/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/Icons/rating/index.js +14 -1
- package/lib/module/component/AIA/atoms/Icons/rating/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/red-illustrations/index.js +0 -1
- package/lib/module/component/AIA/atoms/Icons/red-illustrations/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/social-media/index.js +14 -1
- package/lib/module/component/AIA/atoms/Icons/social-media/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/system-control/index.js +14 -1
- package/lib/module/component/AIA/atoms/Icons/system-control/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Icons/type/index.js +4 -4
- package/lib/module/component/AIA/atoms/Icons/type/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/account-setup/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/document/index.js +47 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/document/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/empty-state/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/health-and-wellness/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/index.js +2 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/medical/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/payment/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-agents/index.js +2 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-agents/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-celebration/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-exercise/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-family/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-general/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.js +10 -0
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/people-medical/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/success-and-reward/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/system/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/IllustrationIcons/type/index.js +4 -2
- package/lib/module/component/AIA/atoms/IllustrationIcons/type/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Image/Image.js.map +1 -1
- package/lib/module/component/AIA/atoms/Image/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Image/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/InlineButton/InlineButton.js.map +1 -1
- package/lib/module/component/AIA/atoms/InlineButton/config/index.js +4 -4
- package/lib/module/component/AIA/atoms/InlineButton/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/InlineButton/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/InlineButton/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Input/Input.js +58 -35
- package/lib/module/component/AIA/atoms/Input/Input.js.map +1 -1
- package/lib/module/component/AIA/atoms/Input/README.md +1 -0
- package/lib/module/component/AIA/atoms/Input/changelog.txt +13 -0
- package/lib/module/component/AIA/atoms/Input/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Input/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Input/styles/index.js +35 -16
- package/lib/module/component/AIA/atoms/Input/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Label/Label.js.map +1 -1
- package/lib/module/component/AIA/atoms/Label/config/index.js +4 -4
- package/lib/module/component/AIA/atoms/Label/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Label/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Label/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/LazyLoad/LazyLoad.js +0 -1
- package/lib/module/component/AIA/atoms/LazyLoad/LazyLoad.js.map +1 -1
- package/lib/module/component/AIA/atoms/LazyLoad/LazyLoadView.js.map +1 -1
- package/lib/module/component/AIA/atoms/LazyLoad/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/MapWrapper/MapWrapper.js +3 -2
- package/lib/module/component/AIA/atoms/MapWrapper/MapWrapper.js.map +1 -1
- package/lib/module/component/AIA/atoms/MapWrapper/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/MapWrapper/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ProgressBar/ProgressBar.js.map +1 -1
- package/lib/module/component/AIA/atoms/ProgressBar/changelog.txt +4 -0
- package/lib/module/component/AIA/atoms/ProgressBar/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ProgressBar/styles/index.js +6 -6
- package/lib/module/component/AIA/atoms/ProgressBar/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ProgressBar/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Rating/README.md +11 -9
- package/lib/module/component/AIA/atoms/Rating/Rating.js +50 -30
- package/lib/module/component/AIA/atoms/Rating/Rating.js.map +1 -1
- package/lib/module/component/AIA/atoms/Rating/changelog.txt +12 -0
- package/lib/module/component/AIA/atoms/Rating/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Rating/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Rating/styles/index.js +15 -4
- package/lib/module/component/AIA/atoms/Rating/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Rating/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/README.md +76 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/SelectionContainer.js +103 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/SelectionContainer.js.map +1 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/changelog.txt +7 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/config/index.js +7 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/config/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/index.js +4 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/package.json +13 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/styles/index.js +18 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/styles/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/types/index.js +4 -0
- package/lib/module/component/AIA/atoms/SelectionContainer/types/index.js.map +1 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/Readme.md +2 -0
- package/lib/module/component/AIA/atoms/SingleCheckbox/SingleCheckbox.js +2 -1
- package/lib/module/component/AIA/atoms/SingleCheckbox/SingleCheckbox.js.map +1 -1
- package/lib/module/component/AIA/atoms/SingleCheckbox/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/SingleCheckbox/styles/index.js +5 -2
- package/lib/module/component/AIA/atoms/SingleCheckbox/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/SingleCheckbox/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/SingleRadio/README.md +1 -0
- package/lib/module/component/AIA/atoms/SingleRadio/SingleRadio.js +2 -1
- package/lib/module/component/AIA/atoms/SingleRadio/SingleRadio.js.map +1 -1
- package/lib/module/component/AIA/atoms/SingleRadio/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/SingleRadio/styles/index.js +5 -2
- package/lib/module/component/AIA/atoms/SingleRadio/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/SingleRadio/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Surface/Surface.js.map +1 -1
- package/lib/module/component/AIA/atoms/Surface/config/index.js +4 -4
- package/lib/module/component/AIA/atoms/Surface/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Surface/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Surface/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Surface/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Switch/Switch.js +1 -1
- package/lib/module/component/AIA/atoms/Switch/Switch.js.map +1 -1
- package/lib/module/component/AIA/atoms/Switch/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Switch/styles/index.js +3 -3
- package/lib/module/component/AIA/atoms/Switch/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Switch/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Tab/Tab.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tab/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tab/styles/index.js +1 -1
- package/lib/module/component/AIA/atoms/Tab/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tab/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Tag/README.md +13 -5
- package/lib/module/component/AIA/atoms/Tag/Tag.js +16 -1
- package/lib/module/component/AIA/atoms/Tag/Tag.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tag/changelog.txt +6 -0
- package/lib/module/component/AIA/atoms/Tag/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tag/styles/index.js +1 -1
- package/lib/module/component/AIA/atoms/Tag/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tag/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Text/README.md +16 -14
- package/lib/module/component/AIA/atoms/Text/Text.js +14 -7
- package/lib/module/component/AIA/atoms/Text/Text.js.map +1 -1
- package/lib/module/component/AIA/atoms/Text/changelog.txt +5 -0
- package/lib/module/component/AIA/atoms/Text/config/index.js +1 -1
- package/lib/module/component/AIA/atoms/Text/config/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Text/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Text/styles/index.js +35 -3
- package/lib/module/component/AIA/atoms/Text/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/TextArea/TextArea.js +1 -1
- package/lib/module/component/AIA/atoms/TextArea/TextArea.js.map +1 -1
- package/lib/module/component/AIA/atoms/TextArea/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/TextArea/styles/index.js +7 -7
- package/lib/module/component/AIA/atoms/TextArea/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/TextArea/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/Toggle/Toggle.js +3 -6
- package/lib/module/component/AIA/atoms/Toggle/Toggle.js.map +1 -1
- package/lib/module/component/AIA/atoms/Toggle/config/index.js +4 -4
- package/lib/module/component/AIA/atoms/Toggle/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Toggle/styles/index.js +1 -1
- package/lib/module/component/AIA/atoms/Toggle/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tooltip/Tooltip.js +0 -1
- package/lib/module/component/AIA/atoms/Tooltip/Tooltip.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tooltip/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tooltip/styles/index.js +5 -5
- package/lib/module/component/AIA/atoms/Tooltip/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/Tooltip/types/react-native-walkthrough-tooltip.d.js +4 -0
- package/lib/module/component/AIA/atoms/Tooltip/types/react-native-walkthrough-tooltip.d.js.map +1 -0
- package/lib/module/component/AIA/atoms/ValueStepper/ValueStepper.js +0 -1
- package/lib/module/component/AIA/atoms/ValueStepper/ValueStepper.js.map +1 -1
- package/lib/module/component/AIA/atoms/ValueStepper/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ValueStepper/styles/index.js +4 -4
- package/lib/module/component/AIA/atoms/ValueStepper/styles/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/ValueStepper/types/index.js +2 -0
- package/lib/module/component/AIA/atoms/index.js +3 -0
- package/lib/module/component/AIA/atoms/index.js.map +1 -1
- package/lib/module/component/AIA/atoms/package.json +3 -3
- package/lib/module/component/AIA/hooks/ChangingRef/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/ChangingRef/useChangingRef.js.map +1 -1
- package/lib/module/component/AIA/hooks/FontConfig/index.js +21 -0
- package/lib/module/component/AIA/hooks/FontConfig/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/I18nTranslation/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/I18nTranslation/useI18nTranslation.js.map +1 -1
- package/lib/module/component/AIA/hooks/ReanimatedTiming/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/ReanimatedTiming/useReanimatedTiming.js +0 -1
- package/lib/module/component/AIA/hooks/ReanimatedTiming/useReanimatedTiming.js.map +1 -1
- package/lib/module/component/AIA/hooks/Size/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/Spacing/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/UnchangeFunction/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/UnchangeFunction/useUnchangeFunction.js +0 -1
- package/lib/module/component/AIA/hooks/UnchangeFunction/useUnchangeFunction.js.map +1 -1
- package/lib/module/component/AIA/hooks/UseFontScale/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/UseFontScale/useFontScale.js.map +1 -1
- package/lib/module/component/AIA/hooks/WindowDimensions/WindowDimensions.js +1 -1
- package/lib/module/component/AIA/hooks/WindowDimensions/WindowDimensions.js.map +1 -1
- package/lib/module/component/AIA/hooks/WindowDimensions/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/package.json +1 -2
- package/lib/module/component/AIA/hooks/useCustomTheme/index.js.map +1 -1
- package/lib/module/component/AIA/hooks/useCustomTheme/useCustomTheme.js +12 -28
- package/lib/module/component/AIA/hooks/useCustomTheme/useCustomTheme.js.map +1 -1
- package/lib/module/component/AIA/icons/changelog.txt +15 -0
- package/lib/module/component/AIA/icons/document-control/index.js.map +1 -1
- package/lib/module/component/AIA/icons/function/index.js.map +1 -1
- package/lib/module/component/AIA/icons/function/log-out.svg +3 -2
- package/lib/module/component/AIA/icons/general/contact-list.svg +4 -0
- package/lib/module/component/AIA/icons/general/exercise-event.svg +1 -1
- package/lib/module/component/AIA/icons/general/expired.svg +2 -2
- package/lib/module/component/AIA/icons/general/folder-bookmark.svg +3 -2
- package/lib/module/component/AIA/icons/general/index.js +7 -0
- package/lib/module/component/AIA/icons/general/index.js.map +1 -1
- package/lib/module/component/AIA/icons/health-and-wellness/food.svg +1 -1
- package/lib/module/component/AIA/icons/health-and-wellness/index.js.map +1 -1
- package/lib/module/component/AIA/icons/index.js.map +1 -1
- package/lib/module/component/AIA/icons/login/index.js.map +1 -1
- package/lib/module/component/AIA/icons/media-control/enlarge-screen-exit.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/enlarge-screen.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/fast-forward.svg +11 -0
- package/lib/module/component/AIA/icons/media-control/index.js +56 -0
- package/lib/module/component/AIA/icons/media-control/index.js.map +1 -1
- package/lib/module/component/AIA/icons/media-control/rewind.svg +18 -0
- package/lib/module/component/AIA/icons/media-control/volume-high.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/volume-low.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/volume-off.svg +3 -0
- package/lib/module/component/AIA/icons/media-control/volume-on.svg +3 -0
- package/lib/module/component/AIA/icons/menu/index.js.map +1 -1
- package/lib/module/component/AIA/icons/package.json +1 -1
- package/lib/module/component/AIA/icons/payment/atm.svg +10 -2
- package/lib/module/component/AIA/icons/payment/index.js.map +1 -1
- package/lib/module/component/AIA/icons/payment/internet-banking.svg +1 -1
- package/lib/module/component/AIA/icons/rating/index.js +14 -0
- package/lib/module/component/AIA/icons/rating/index.js.map +1 -1
- package/lib/module/component/AIA/icons/rating/thumb-down-on.svg +3 -0
- package/lib/module/component/AIA/icons/rating/thumb-down.svg +1 -1
- package/lib/module/component/AIA/icons/rating/thumb-up-on.svg +3 -0
- package/lib/module/component/AIA/icons/rating/thumb-up.svg +1 -1
- package/lib/module/component/AIA/icons/red-illustrations/index.js.map +1 -1
- package/lib/module/component/AIA/icons/social-media/index.js.map +1 -1
- package/lib/module/component/AIA/icons/system-control/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/document-control/index.js +4 -4
- package/lib/module/component/AIA/icons/types/document-control/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/function/index.js +4 -4
- package/lib/module/component/AIA/icons/types/function/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/general/index.js +6 -0
- package/lib/module/component/AIA/icons/types/general/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/health-and-wellness/index.js +4 -4
- package/lib/module/component/AIA/icons/types/health-and-wellness/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/index.js +2 -2
- package/lib/module/component/AIA/icons/types/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/login/index.js +4 -4
- package/lib/module/component/AIA/icons/types/login/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/media-control/index.js +48 -0
- package/lib/module/component/AIA/icons/types/media-control/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/menu/index.js +4 -4
- package/lib/module/component/AIA/icons/types/menu/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/payment/index.js +4 -4
- package/lib/module/component/AIA/icons/types/payment/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/rating/index.js +12 -0
- package/lib/module/component/AIA/icons/types/rating/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/red-illustrations/index.js +4 -4
- package/lib/module/component/AIA/icons/types/red-illustrations/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/social-media/index.js +4 -4
- package/lib/module/component/AIA/icons/types/social-media/index.js.map +1 -1
- package/lib/module/component/AIA/icons/types/system-control/index.js +4 -4
- package/lib/module/component/AIA/icons/types/system-control/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/account-setup/index.js +1 -1
- package/lib/module/component/AIA/illustration/account-setup/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/document/code.svg +7 -0
- package/lib/module/component/AIA/illustration/document/doc.svg +9 -0
- package/lib/module/component/AIA/illustration/document/eml.svg +7 -0
- package/lib/module/component/AIA/illustration/document/imagery.svg +7 -0
- package/lib/module/component/AIA/illustration/document/index.js +100 -0
- package/lib/module/component/AIA/illustration/document/index.js.map +1 -0
- package/lib/module/component/AIA/illustration/document/md.svg +8 -0
- package/lib/module/component/AIA/illustration/document/mdx.svg +9 -0
- package/lib/module/component/AIA/illustration/document/pdf.svg +7 -0
- package/lib/module/component/AIA/illustration/document/ppt.svg +8 -0
- package/lib/module/component/AIA/illustration/document/txt.svg +9 -0
- package/lib/module/component/AIA/illustration/document/xls.svg +12 -0
- package/lib/module/component/AIA/illustration/empty-state/index.js +1 -1
- package/lib/module/component/AIA/illustration/empty-state/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/health-and-wellness/index.js +7 -13
- package/lib/module/component/AIA/illustration/health-and-wellness/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/index.js +2 -0
- package/lib/module/component/AIA/illustration/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/medical/index.js +4 -4
- package/lib/module/component/AIA/illustration/medical/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/package.json +1 -1
- package/lib/module/component/AIA/illustration/payment/index.js +1 -1
- package/lib/module/component/AIA/illustration/payment/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-agents/agent2-dark.svg +20 -0
- package/lib/module/component/AIA/illustration/people-agents/index.js +8 -1
- package/lib/module/component/AIA/illustration/people-agents/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-celebration/index.js +1 -1
- package/lib/module/component/AIA/illustration/people-celebration/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-exercise/index.js +1 -1
- package/lib/module/component/AIA/illustration/people-exercise/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-family/index.js +1 -1
- package/lib/module/component/AIA/illustration/people-family/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-general/index.js +1 -1
- package/lib/module/component/AIA/illustration/people-general/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-lifestyle/index.js +38 -3
- package/lib/module/component/AIA/illustration/people-lifestyle/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/people-medical/index.js +1 -1
- package/lib/module/component/AIA/illustration/people-medical/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/success-and-reward/index.js +1 -1
- package/lib/module/component/AIA/illustration/success-and-reward/index.js.map +1 -1
- package/lib/module/component/AIA/illustration/system/index.js +1 -1
- package/lib/module/component/AIA/illustration/system/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Accordion/Accordion.js.map +1 -1
- package/lib/module/component/AIA/molecules/Accordion/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Accordion/index.js +0 -1
- package/lib/module/component/AIA/molecules/Accordion/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Accordion/styles/index.js +7 -7
- package/lib/module/component/AIA/molecules/Accordion/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/AreaChart/AreaChart.js +28 -2
- package/lib/module/component/AIA/molecules/AreaChart/AreaChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/AreaChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/AreaChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/AreaChart/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/AreaChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/AreaChart/types/react-native-charts-wrapper.d.js +2 -0
- package/lib/module/component/AIA/molecules/AreaChart/types/react-native-charts-wrapper.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/Avatar/Avatar.js +20 -7
- package/lib/module/component/AIA/molecules/Avatar/Avatar.js.map +1 -1
- package/lib/module/component/AIA/molecules/Avatar/changelog.txt +4 -0
- package/lib/module/component/AIA/molecules/Avatar/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Avatar/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Avatar/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Avatar/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/BarChart/BarChart.js +4 -4
- package/lib/module/component/AIA/molecules/BarChart/BarChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/BarChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/BarChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/BarChart/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/BarChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/BarChart/types/react-native-charts-wrapper.d.js +2 -0
- package/lib/module/component/AIA/molecules/BarChart/types/react-native-charts-wrapper.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/BubbleChart/BubbleChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/BubbleChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/BubbleChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/BubbleChart/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/BubbleChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/BubbleChart/types/react-native-charts-wrapper.d.js +2 -0
- package/lib/module/component/AIA/molecules/BubbleChart/types/react-native-charts-wrapper.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/ButtonGroup/ButtonGroup.js +1 -3
- package/lib/module/component/AIA/molecules/ButtonGroup/ButtonGroup.js.map +1 -1
- package/lib/module/component/AIA/molecules/ButtonGroup/config/index.js +4 -4
- package/lib/module/component/AIA/molecules/ButtonGroup/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ButtonGroup/styles/index.js +5 -5
- package/lib/module/component/AIA/molecules/ButtonGroup/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ButtonGroup/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/CheckboxWithContainer.js +22 -11
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/CheckboxWithContainer.js.map +1 -1
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/README.md +1 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/changelog.txt +8 -0
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/styles/index.js +9 -5
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/CheckboxWithContainer/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/CircularButton/CircularButton.js +19 -3
- package/lib/module/component/AIA/molecules/CircularButton/CircularButton.js.map +1 -1
- package/lib/module/component/AIA/molecules/CircularButton/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/CircularButton/styles/index.js +18 -2
- package/lib/module/component/AIA/molecules/CircularButton/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/CircularButton/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/ClaimCard/ClaimCard.js +0 -1
- package/lib/module/component/AIA/molecules/ClaimCard/ClaimCard.js.map +1 -1
- package/lib/module/component/AIA/molecules/ClaimCard/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ClaimCard/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ClaimCard/styles/index.js +7 -7
- package/lib/module/component/AIA/molecules/ClaimCard/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ClaimCard/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/ContentCard/ContentCard.js +0 -1
- package/lib/module/component/AIA/molecules/ContentCard/ContentCard.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentCard/FlexWrapWithGap.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentCard/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentCard/styles/index.js +9 -9
- package/lib/module/component/AIA/molecules/ContentCard/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentFlatCard/ContentFlatCard.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentFlatCard/FlexWrapWithGap.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentFlatCard/config/index.js +4 -4
- package/lib/module/component/AIA/molecules/ContentFlatCard/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ContentFlatCard/styles/index.js +7 -7
- package/lib/module/component/AIA/molecules/ContentFlatCard/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Dialog/Dialog.js +4 -4
- package/lib/module/component/AIA/molecules/Dialog/Dialog.js.map +1 -1
- package/lib/module/component/AIA/molecules/Dialog/Dialog.stories.tsx.temp +371 -0
- package/lib/module/component/AIA/molecules/Dialog/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Dialog/styles/index.js +9 -9
- package/lib/module/component/AIA/molecules/Dialog/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/DonutChart/DonutChart.js +11 -14
- package/lib/module/component/AIA/molecules/DonutChart/DonutChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/DonutChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/DonutChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/DonutChart/styles/index.js +2 -2
- package/lib/module/component/AIA/molecules/DonutChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/EmphasisButton/EmphasisButton.js +136 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/EmphasisButton.js.map +1 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/README.md +20 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/changelog.txt +8 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/config/index.js +12 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/index.js +4 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/styles/index.js +66 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/EmphasisButton/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/EngagementCard/EngagementCard.js +4 -4
- package/lib/module/component/AIA/molecules/EngagementCard/EngagementCard.js.map +1 -1
- package/lib/module/component/AIA/molecules/EngagementCard/config/index.js +4 -4
- package/lib/module/component/AIA/molecules/EngagementCard/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/EngagementCard/styles/index.js +4 -4
- package/lib/module/component/AIA/molecules/EngagementCard/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/IconText/IconText.js.map +1 -1
- package/lib/module/component/AIA/molecules/IconText/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/IconText/styles/index.js +2 -2
- package/lib/module/component/AIA/molecules/IconText/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/LineChart/LineChart.js +1 -2
- package/lib/module/component/AIA/molecules/LineChart/LineChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/LineChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/LineChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/LineChart/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/LineChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/LineChart/types/react-native-charts-wrapper.d.js +2 -0
- package/lib/module/component/AIA/molecules/LineChart/types/react-native-charts-wrapper.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/ListContainer/ListContainer.js.map +1 -1
- package/lib/module/component/AIA/molecules/ListContainer/config/index.js +4 -4
- package/lib/module/component/AIA/molecules/ListContainer/index.js +0 -1
- package/lib/module/component/AIA/molecules/ListContainer/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ListContainer/styles/index.js +9 -9
- package/lib/module/component/AIA/molecules/ListContainer/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ListItem/ListItem.js +1 -1
- package/lib/module/component/AIA/molecules/ListItem/ListItem.js.map +1 -1
- package/lib/module/component/AIA/molecules/ListItem/index.js +1 -1
- package/lib/module/component/AIA/molecules/ListItem/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ListItem/styles/index.js +2 -2
- package/lib/module/component/AIA/molecules/ListItem/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ListItem/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/MessageBubble/MessageBubble.js +227 -0
- package/lib/module/component/AIA/molecules/MessageBubble/MessageBubble.js.map +1 -0
- package/lib/module/component/AIA/molecules/MessageBubble/README.md +113 -0
- package/lib/module/component/AIA/molecules/MessageBubble/aia-default-avatar.png +0 -0
- package/lib/module/component/AIA/molecules/MessageBubble/changelog.txt +6 -0
- package/lib/module/component/AIA/molecules/MessageBubble/config/index.js +11 -0
- package/lib/module/component/AIA/molecules/MessageBubble/config/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/MessageBubble/index.js +4 -0
- package/lib/module/component/AIA/molecules/MessageBubble/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/MessageBubble/package.json +13 -0
- package/lib/module/component/AIA/molecules/MessageBubble/styles/index.js +72 -0
- package/lib/module/component/AIA/molecules/MessageBubble/styles/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/MessageBubble/types/index.js +4 -0
- package/lib/module/component/AIA/molecules/MessageBubble/types/index.js.map +1 -0
- package/lib/module/component/AIA/molecules/Modal/Effect.js +0 -1
- package/lib/module/component/AIA/molecules/Modal/Effect.js.map +1 -1
- package/lib/module/component/AIA/molecules/Modal/Modal.js +0 -1
- package/lib/module/component/AIA/molecules/Modal/Modal.js.map +1 -1
- package/lib/module/component/AIA/molecules/Modal/Modal.stories1.js +3 -3
- package/lib/module/component/AIA/molecules/Modal/Modal.stories1.js.map +1 -1
- package/lib/module/component/AIA/molecules/Modal/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Modal/styles/index.js +0 -1
- package/lib/module/component/AIA/molecules/Modal/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PageLevelMessage/PageLevelMessage.js +13 -12
- package/lib/module/component/AIA/molecules/PageLevelMessage/PageLevelMessage.js.map +1 -1
- package/lib/module/component/AIA/molecules/PageLevelMessage/README.md +9 -8
- package/lib/module/component/AIA/molecules/PageLevelMessage/changelog.txt +4 -0
- package/lib/module/component/AIA/molecules/PageLevelMessage/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PageLevelMessage/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PageLevelMessage/styles/index.js +6 -8
- package/lib/module/component/AIA/molecules/PageLevelMessage/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PageLevelMessage/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/PieChart/PieChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/PieChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PieChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PieChart/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/PieChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PieChart/types/react-native-charts-wrapper.d.js +2 -0
- package/lib/module/component/AIA/molecules/PieChart/types/react-native-charts-wrapper.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/PolicyCard/PolicyCard.js +10 -5
- package/lib/module/component/AIA/molecules/PolicyCard/PolicyCard.js.map +1 -1
- package/lib/module/component/AIA/molecules/PolicyCard/changelog.txt +4 -0
- package/lib/module/component/AIA/molecules/PolicyCard/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PolicyCard/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/PolicyCard/styles/index.js +14 -11
- package/lib/module/component/AIA/molecules/PolicyCard/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProductCard/FlexWrapWithGap.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProductCard/ProductCard.js +0 -1
- package/lib/module/component/AIA/molecules/ProductCard/ProductCard.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProductCard/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProductCard/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProductCard/styles/index.js +7 -7
- package/lib/module/component/AIA/molecules/ProductCard/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProgressBarWithText/ProgressBarWithText.js +2 -1
- package/lib/module/component/AIA/molecules/ProgressBarWithText/ProgressBarWithText.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProgressBarWithText/README.md +1 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/changelog.txt +6 -0
- package/lib/module/component/AIA/molecules/ProgressBarWithText/config/index.js +4 -4
- package/lib/module/component/AIA/molecules/ProgressBarWithText/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/ProgressBarWithText/styles/index.js +4 -4
- package/lib/module/component/AIA/molecules/ProgressBarWithText/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadarChart/RadarChart.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadarChart/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadarChart/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadarChart/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/RadarChart/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadarChart/types/react-native-charts-wrapper.d.js +2 -0
- package/lib/module/component/AIA/molecules/RadarChart/types/react-native-charts-wrapper.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/README.md +1 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/RadioWithContainer.js +21 -11
- package/lib/module/component/AIA/molecules/RadioWithContainer/RadioWithContainer.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadioWithContainer/changelog.txt +8 -0
- package/lib/module/component/AIA/molecules/RadioWithContainer/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadioWithContainer/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadioWithContainer/styles/index.js +9 -5
- package/lib/module/component/AIA/molecules/RadioWithContainer/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/RadioWithContainer/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/SectionTitle/SectionTitle.js.map +1 -1
- package/lib/module/component/AIA/molecules/SectionTitle/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/SectionTitle/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/SectionTitle/styles/index.js +2 -2
- package/lib/module/component/AIA/molecules/SectionTitle/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Slider/Slider.js +0 -1
- package/lib/module/component/AIA/molecules/Slider/Slider.js.map +1 -1
- package/lib/module/component/AIA/molecules/Slider/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Slider/styles/index.js +9 -9
- package/lib/module/component/AIA/molecules/Slider/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Slider/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/Snackbar/Snackbar.js.map +1 -1
- package/lib/module/component/AIA/molecules/Snackbar/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Snackbar/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Snackbar/types/rn-snackbar-component.d.js +2 -0
- package/lib/module/component/AIA/molecules/Snackbar/types/rn-snackbar-component.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/SystemAlert/SystemAlert.js +2 -2
- package/lib/module/component/AIA/molecules/SystemAlert/SystemAlert.js.map +1 -1
- package/lib/module/component/AIA/molecules/SystemAlert/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/SystemAlert/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/SystemAlert/styles/index.js +14 -14
- package/lib/module/component/AIA/molecules/SystemAlert/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/SystemAlert/types/index.js +2 -0
- package/lib/module/component/AIA/molecules/Tabs/Tabs.js +2 -1
- package/lib/module/component/AIA/molecules/Tabs/Tabs.js.map +1 -1
- package/lib/module/component/AIA/molecules/Tabs/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Tabs/styles/index.js +1 -1
- package/lib/module/component/AIA/molecules/Tabs/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Uploader/README.md +2 -1
- package/lib/module/component/AIA/molecules/Uploader/Uploader.js +78 -27
- package/lib/module/component/AIA/molecules/Uploader/Uploader.js.map +1 -1
- package/lib/module/component/AIA/molecules/Uploader/changelog.txt +21 -0
- package/lib/module/component/AIA/molecules/Uploader/config/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Uploader/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Uploader/styles/index.js +59 -11
- package/lib/module/component/AIA/molecules/Uploader/styles/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Uploader/types/index.js +1 -1
- package/lib/module/component/AIA/molecules/Uploader/types/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/Uploader/types/react-native-actionsheet.d.js +2 -0
- package/lib/module/component/AIA/molecules/Uploader/types/react-native-actionsheet.d.js.map +1 -0
- package/lib/module/component/AIA/molecules/index.js +16 -0
- package/lib/module/component/AIA/molecules/index.js.map +1 -1
- package/lib/module/component/AIA/molecules/package.json +2 -1
- package/lib/module/component/AIA/organisms/Accordions/Accordions.js +2 -3
- package/lib/module/component/AIA/organisms/Accordions/Accordions.js.map +1 -1
- package/lib/module/component/AIA/organisms/Accordions/index.js +0 -1
- package/lib/module/component/AIA/organisms/Accordions/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/Accordions/styles/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/AvatarGroup/AvatarGroup.js +4 -4
- package/lib/module/component/AIA/organisms/AvatarGroup/AvatarGroup.js.map +1 -1
- package/lib/module/component/AIA/organisms/AvatarGroup/changelog.txt +4 -0
- package/lib/module/component/AIA/organisms/AvatarGroup/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/AvatarGroup/styles/index.js +2 -2
- package/lib/module/component/AIA/organisms/AvatarGroup/styles/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/AvatarGroup/types/index.js +2 -0
- package/lib/module/component/AIA/organisms/ChatInput/ChatInput.js +217 -0
- package/lib/module/component/AIA/organisms/ChatInput/ChatInput.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/FilePickerActionSheet.js +90 -0
- package/lib/module/component/AIA/organisms/ChatInput/FilePickerActionSheet.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/FlexWrapWithGap.js +47 -0
- package/lib/module/component/AIA/organisms/ChatInput/FlexWrapWithGap.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/README.md +117 -0
- package/lib/module/component/AIA/organisms/ChatInput/changelog.txt +6 -0
- package/lib/module/component/AIA/organisms/ChatInput/config/index.js +31 -0
- package/lib/module/component/AIA/organisms/ChatInput/config/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/filePickerUtils.js +354 -0
- package/lib/module/component/AIA/organisms/ChatInput/filePickerUtils.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/index.js +4 -0
- package/lib/module/component/AIA/organisms/ChatInput/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/package.json +13 -0
- package/lib/module/component/AIA/organisms/ChatInput/styles/index.js +69 -0
- package/lib/module/component/AIA/organisms/ChatInput/styles/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/ChatInput/types/index.js +4 -0
- package/lib/module/component/AIA/organisms/ChatInput/types/index.js.map +1 -0
- package/lib/module/component/AIA/organisms/List/List.js +1 -2
- package/lib/module/component/AIA/organisms/List/List.js.map +1 -1
- package/lib/module/component/AIA/organisms/List/config/index.js +4 -4
- package/lib/module/component/AIA/organisms/List/index.js +0 -1
- package/lib/module/component/AIA/organisms/List/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/List/styles/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/ListItemGroup/ListItemGroup.js.map +1 -1
- package/lib/module/component/AIA/organisms/ListItemGroup/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/ListItemGroup/styles/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/SystemAlerts/SystemAlerts.js +1 -1
- package/lib/module/component/AIA/organisms/SystemAlerts/SystemAlerts.js.map +1 -1
- package/lib/module/component/AIA/organisms/SystemAlerts/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/SystemAlerts/styles/index.js +5 -5
- package/lib/module/component/AIA/organisms/SystemAlerts/styles/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/SystemAlerts/types/index.js +2 -0
- package/lib/module/component/AIA/organisms/index.js +2 -0
- package/lib/module/component/AIA/organisms/index.js.map +1 -1
- package/lib/module/component/AIA/organisms/package.json +3 -2
- package/lib/module/component/AIA/styles/aia-digital/border/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-digital/border/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/dark.js +10 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/dark.js.map +1 -1
- package/lib/module/component/AIA/styles/aia-digital/colors/light.js +10 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/light.js.map +1 -1
- package/lib/module/component/AIA/styles/aia-digital/colors/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-digital/colors/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/package.json +1 -1
- package/lib/module/component/AIA/styles/aia-digital/primitiveColorsToken/colors.json +113 -106
- package/lib/module/component/AIA/styles/aia-digital/scss/_border_class.scss +15 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_colors.scss +9 -2
- package/lib/module/component/AIA/styles/aia-digital/scss/_main.scss +1 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_theme_dark.scss +10 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_theme_light.scss +10 -0
- package/lib/module/component/AIA/styles/aia-digital/scss/_typography.scss +70 -0
- package/lib/module/component/AIA/styles/aia-digital/size/componentSize.js +4 -4
- package/lib/module/component/AIA/styles/aia-digital/size/componentSize.js.map +1 -1
- package/lib/module/component/AIA/styles/aia-digital/size/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-digital/size/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-digital/spacing/componentSpacing.js +4 -4
- package/lib/module/component/AIA/styles/aia-digital/spacing/componentSpacing.js.map +1 -1
- package/lib/module/component/AIA/styles/aia-digital/spacing/spacing.js +18 -1
- package/lib/module/component/AIA/styles/aia-digital/spacing/spacing.js.map +1 -1
- package/lib/module/component/AIA/styles/aia-digital/spacing/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-digital/spacing/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/borderRadius.js +11 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/borderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/borderWidth.js +11 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/borderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/componentBorderRadius.js +17 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/componentBorderRadius.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/componentBorderWidth.js +8 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/componentBorderWidth.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/index.js +13 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-hnw/border/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/dark.js +159 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/dark.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/index.js +5 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/light.js +159 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/light.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-hnw/colors/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/package.json +16 -0
- package/lib/module/component/AIA/styles/aia-hnw/primitiveColorsToken/colors.json +115 -0
- package/lib/module/component/AIA/styles/aia-hnw/primitiveColorsToken/index.js +5 -0
- package/lib/module/component/AIA/styles/aia-hnw/primitiveColorsToken/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_border.scss +28 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_border_class.scss +42 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_colors.scss +112 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_main.scss +4 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_size.scss +61 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_spacing.scss +41 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_theme_dark.scss +151 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_theme_light.scss +151 -0
- package/lib/module/component/AIA/styles/aia-hnw/scss/_typography.scss +70 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/componentSize.js +38 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/componentSize.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/index.js +9 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/size.js +24 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/size.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-hnw/size/types.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/componentSpacing.js +13 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/componentSpacing.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/index.js +9 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/index.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/spacing.js +38 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/spacing.js.map +1 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/types.js +4 -0
- package/lib/module/component/AIA/styles/aia-hnw/spacing/types.js.map +1 -0
- package/lib/module/component/AIA/styles/art/border/types.js +4 -0
- package/lib/module/component/AIA/styles/art/border/types.js.map +1 -0
- package/lib/module/component/AIA/styles/art/colors/dark.js +10 -0
- package/lib/module/component/AIA/styles/art/colors/dark.js.map +1 -1
- package/lib/module/component/AIA/styles/art/colors/light.js +10 -0
- package/lib/module/component/AIA/styles/art/colors/light.js.map +1 -1
- package/lib/module/component/AIA/styles/art/colors/types.js +4 -0
- package/lib/module/component/AIA/styles/art/colors/types.js.map +1 -0
- package/lib/module/component/AIA/styles/art/package.json +1 -1
- package/lib/module/component/AIA/styles/art/primitiveColorsToken/colors.json +144 -137
- package/lib/module/component/AIA/styles/art/scss/_border_class.scss +15 -0
- package/lib/module/component/AIA/styles/art/scss/_colors.scss +8 -1
- package/lib/module/component/AIA/styles/art/scss/_main.scss +1 -0
- package/lib/module/component/AIA/styles/art/scss/_theme_dark.scss +10 -0
- package/lib/module/component/AIA/styles/art/scss/_theme_light.scss +10 -0
- package/lib/module/component/AIA/styles/art/scss/_typography.scss +70 -0
- package/lib/module/component/AIA/styles/art/size/componentSize.js +4 -4
- package/lib/module/component/AIA/styles/art/size/componentSize.js.map +1 -1
- package/lib/module/component/AIA/styles/art/size/types.js +4 -0
- package/lib/module/component/AIA/styles/art/size/types.js.map +1 -0
- package/lib/module/component/AIA/styles/art/spacing/componentSpacing.js +4 -4
- package/lib/module/component/AIA/styles/art/spacing/componentSpacing.js.map +1 -1
- package/lib/module/component/AIA/styles/art/spacing/spacing.js +18 -1
- package/lib/module/component/AIA/styles/art/spacing/spacing.js.map +1 -1
- package/lib/module/component/AIA/styles/art/spacing/types.js +4 -0
- package/lib/module/component/AIA/styles/art/spacing/types.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/border/types.js +4 -0
- package/lib/module/component/AIA/styles/brand-x/border/types.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/colors/dark.js +10 -0
- package/lib/module/component/AIA/styles/brand-x/colors/dark.js.map +1 -1
- package/lib/module/component/AIA/styles/brand-x/colors/light.js +10 -0
- package/lib/module/component/AIA/styles/brand-x/colors/light.js.map +1 -1
- package/lib/module/component/AIA/styles/brand-x/colors/types.js +4 -0
- package/lib/module/component/AIA/styles/brand-x/colors/types.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/package.json +1 -1
- package/lib/module/component/AIA/styles/brand-x/primitiveColorsToken/colors.json +8 -1
- package/lib/module/component/AIA/styles/brand-x/scss/_border_class.scss +15 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_colors.scss +8 -1
- package/lib/module/component/AIA/styles/brand-x/scss/_main.scss +1 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_theme_dark.scss +10 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_theme_light.scss +10 -0
- package/lib/module/component/AIA/styles/brand-x/scss/_typography.scss +70 -0
- package/lib/module/component/AIA/styles/brand-x/size/componentSize.js +4 -4
- package/lib/module/component/AIA/styles/brand-x/size/componentSize.js.map +1 -1
- package/lib/module/component/AIA/styles/brand-x/size/types.js +4 -0
- package/lib/module/component/AIA/styles/brand-x/size/types.js.map +1 -0
- package/lib/module/component/AIA/styles/brand-x/spacing/componentSpacing.js +4 -4
- package/lib/module/component/AIA/styles/brand-x/spacing/componentSpacing.js.map +1 -1
- package/lib/module/component/AIA/styles/brand-x/spacing/spacing.js +18 -1
- package/lib/module/component/AIA/styles/brand-x/spacing/spacing.js.map +1 -1
- package/lib/module/component/AIA/styles/brand-x/spacing/types.js +4 -0
- package/lib/module/component/AIA/styles/brand-x/spacing/types.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/border/types.js +4 -0
- package/lib/module/component/AIA/styles/cfs/border/types.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/colors/dark.js +10 -0
- package/lib/module/component/AIA/styles/cfs/colors/dark.js.map +1 -1
- package/lib/module/component/AIA/styles/cfs/colors/index.js +2 -0
- package/lib/module/component/AIA/styles/cfs/colors/index.js.map +1 -1
- package/lib/module/component/AIA/styles/cfs/colors/light.js +10 -0
- package/lib/module/component/AIA/styles/cfs/colors/light.js.map +1 -1
- package/lib/module/component/AIA/styles/cfs/colors/types.js +4 -0
- package/lib/module/component/AIA/styles/cfs/colors/types.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/package.json +1 -1
- package/lib/module/component/AIA/styles/cfs/primitiveColorsToken/colors.json +142 -135
- package/lib/module/component/AIA/styles/cfs/scss/_border_class.scss +15 -0
- package/lib/module/component/AIA/styles/cfs/scss/_colors.scss +8 -1
- package/lib/module/component/AIA/styles/cfs/scss/_main.scss +1 -0
- package/lib/module/component/AIA/styles/cfs/scss/_theme_dark.scss +10 -0
- package/lib/module/component/AIA/styles/cfs/scss/_theme_light.scss +10 -0
- package/lib/module/component/AIA/styles/cfs/scss/_typography.scss +70 -0
- package/lib/module/component/AIA/styles/cfs/size/componentSize.js +4 -4
- package/lib/module/component/AIA/styles/cfs/size/componentSize.js.map +1 -1
- package/lib/module/component/AIA/styles/cfs/size/types.js +4 -0
- package/lib/module/component/AIA/styles/cfs/size/types.js.map +1 -0
- package/lib/module/component/AIA/styles/cfs/spacing/componentSpacing.js +4 -4
- package/lib/module/component/AIA/styles/cfs/spacing/componentSpacing.js.map +1 -1
- package/lib/module/component/AIA/styles/cfs/spacing/spacing.js +18 -1
- package/lib/module/component/AIA/styles/cfs/spacing/spacing.js.map +1 -1
- package/lib/module/component/AIA/styles/cfs/spacing/types.js +4 -0
- package/lib/module/component/AIA/styles/cfs/spacing/types.js.map +1 -0
- package/lib/module/component/AIA/styles/changelog.txt +14 -0
- package/lib/module/component/AIA/styles/generate-types.sh +161 -0
- package/lib/module/component/AIA/styles/hesta/border/types.js +4 -0
- package/lib/module/component/AIA/styles/hesta/border/types.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/colors/dark.js +10 -0
- package/lib/module/component/AIA/styles/hesta/colors/dark.js.map +1 -1
- package/lib/module/component/AIA/styles/hesta/colors/light.js +10 -0
- package/lib/module/component/AIA/styles/hesta/colors/light.js.map +1 -1
- package/lib/module/component/AIA/styles/hesta/colors/types.js +4 -0
- package/lib/module/component/AIA/styles/hesta/colors/types.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/package.json +1 -1
- package/lib/module/component/AIA/styles/hesta/primitiveColorsToken/colors.json +144 -137
- package/lib/module/component/AIA/styles/hesta/scss/_border_class.scss +15 -0
- package/lib/module/component/AIA/styles/hesta/scss/_colors.scss +8 -1
- package/lib/module/component/AIA/styles/hesta/scss/_main.scss +1 -0
- package/lib/module/component/AIA/styles/hesta/scss/_theme_dark.scss +10 -0
- package/lib/module/component/AIA/styles/hesta/scss/_theme_light.scss +10 -0
- package/lib/module/component/AIA/styles/hesta/scss/_typography.scss +70 -0
- package/lib/module/component/AIA/styles/hesta/size/componentSize.js +4 -4
- package/lib/module/component/AIA/styles/hesta/size/componentSize.js.map +1 -1
- package/lib/module/component/AIA/styles/hesta/size/types.js +4 -0
- package/lib/module/component/AIA/styles/hesta/size/types.js.map +1 -0
- package/lib/module/component/AIA/styles/hesta/spacing/componentSpacing.js +4 -4
- package/lib/module/component/AIA/styles/hesta/spacing/componentSpacing.js.map +1 -1
- package/lib/module/component/AIA/styles/hesta/spacing/spacing.js +18 -1
- package/lib/module/component/AIA/styles/hesta/spacing/spacing.js.map +1 -1
- package/lib/module/component/AIA/styles/hesta/spacing/types.js +4 -0
- package/lib/module/component/AIA/styles/hesta/spacing/types.js.map +1 -0
- package/lib/module/component/AIA/styles/package.json +1 -1
- package/lib/module/component/AIA/utils/Accessibility/index.js.map +1 -1
- package/lib/module/component/AIA/utils/ConvertStringToCamelCase/ConvertStringToCamelCase.js.map +1 -1
- package/lib/module/component/AIA/utils/ConvertStringToCamelCase/index.js.map +1 -1
- package/lib/module/component/AIA/utils/DateTime/DateTime.js +3 -5
- package/lib/module/component/AIA/utils/DateTime/DateTime.js.map +1 -1
- package/lib/module/component/AIA/utils/DateTime/config/index.js +4 -0
- package/lib/module/component/AIA/utils/DateTime/config/index.js.map +1 -1
- package/lib/module/component/AIA/utils/DateTime/index.js.map +1 -1
- package/lib/module/component/AIA/utils/File/File.js +21 -10
- package/lib/module/component/AIA/utils/File/File.js.map +1 -1
- package/lib/module/component/AIA/utils/File/index.js.map +1 -1
- package/lib/module/component/AIA/utils/FlexWrapWithGap/index.js +54 -0
- package/lib/module/component/AIA/utils/FlexWrapWithGap/index.js.map +1 -0
- package/lib/module/component/AIA/utils/LazyLoading/LazyLoading.js +2 -1
- package/lib/module/component/AIA/utils/LazyLoading/LazyLoading.js.map +1 -1
- package/lib/module/component/AIA/utils/LazyLoading/styles/index.js.map +1 -1
- package/lib/module/component/AIA/utils/NumberString/NumberString.js.map +1 -1
- package/lib/module/component/AIA/utils/NumberString/index.js.map +1 -1
- package/lib/module/component/AIA/utils/index.js.map +1 -1
- package/lib/module/component/AIA/utils/package.json +5 -3
- package/lib/module/component/forms/CommentForm.js +1 -1
- package/lib/module/component/forms/CommentForm.js.map +1 -1
- package/lib/module/component/forms/EffortForm.js +3 -2
- package/lib/module/component/forms/EffortForm.js.map +1 -1
- package/lib/module/component/forms/ExternalForm.js +22 -5
- package/lib/module/component/forms/ExternalForm.js.map +1 -1
- package/lib/module/component/forms/NPSForm.js +6 -5
- package/lib/module/component/forms/NPSForm.js.map +1 -1
- package/lib/module/component/forms/PollForm.js +6 -4
- package/lib/module/component/forms/PollForm.js.map +1 -1
- package/lib/module/component/forms/PromptForm.js +14 -10
- package/lib/module/component/forms/PromptForm.js.map +1 -1
- package/lib/module/component/forms/SatisfactionForm.js +4 -3
- package/lib/module/component/forms/SatisfactionForm.js.map +1 -1
- package/lib/module/theme.js +25 -0
- package/lib/module/theme.js.map +1 -0
- package/lib/module/types/atoms-mock.js +5 -0
- package/lib/module/types/atoms-mock.js.map +1 -0
- package/lib/module/utils/constants.js +2 -1
- package/lib/module/utils/constants.js.map +1 -1
- package/lib/module/utils/networking.js +3 -3
- package/lib/module/utils/networking.js.map +1 -1
- package/lib/typescript/ContentUsefulness.d.ts.map +1 -1
- package/lib/typescript/FeedbackSDK.d.ts.map +1 -1
- package/lib/typescript/FeedbackSDKAppStoreRating.d.ts.map +1 -1
- package/lib/typescript/FeedbackSDKForm.d.ts +2 -2
- package/lib/typescript/FeedbackSDKForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/CommentForm.d.ts +2 -2
- package/lib/typescript/component/forms/CommentForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/EffortForm.d.ts +2 -2
- package/lib/typescript/component/forms/EffortForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/ExternalForm.d.ts +2 -2
- package/lib/typescript/component/forms/ExternalForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/NPSForm.d.ts +2 -2
- package/lib/typescript/component/forms/NPSForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/PollForm.d.ts +2 -2
- package/lib/typescript/component/forms/PollForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/PromptForm.d.ts +2 -2
- package/lib/typescript/component/forms/PromptForm.d.ts.map +1 -1
- package/lib/typescript/component/forms/SatisfactionForm.d.ts +2 -2
- package/lib/typescript/component/forms/SatisfactionForm.d.ts.map +1 -1
- package/lib/typescript/index.d.ts +3 -3
- package/lib/typescript/theme.d.ts +2 -0
- package/lib/typescript/theme.d.ts.map +1 -0
- package/lib/typescript/types/atoms-mock.d.ts +3 -0
- package/lib/typescript/types/atoms-mock.d.ts.map +1 -0
- package/lib/typescript/utils/constants.d.ts.map +1 -1
- package/lib/typescript/utils/networking.d.ts +0 -1
- package/lib/typescript/utils/networking.d.ts.map +1 -1
- package/package.json +4 -4
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Bold.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Bold.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Bold.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Condensed.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Condensed.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Condensed.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-CondensedMedium.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-CondensedMedium.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-CondensedMedium.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-ExtraBold.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-ExtraBold.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-ExtraBold.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Medium.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Medium.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Medium.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Regular.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Regular.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/AIAEverest/AIAEverest-Regular.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/Mangal/Mangal-Bold.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/Mangal/Mangal-Regular.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/Nirmala/Nirmala-Bold.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/Nirmala/Nirmala-Regular.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/NotoSansThaiExNoto/NotoSansThaiExNoto-Bold.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/NotoSansThaiExNoto/NotoSansThaiExNoto-Medium.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/NotoSansThaiExNoto/NotoSansThaiExNoto-Regular.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/NotoSansThaiExNoto/NotoSansThaiExNoto-Semibold.ttf +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Bold.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Bold.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Bold.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-BoldItalic.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-BoldItalic.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-BoldItalic.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Extrabold.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Extrabold.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Extrabold.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-ExtraboldItalic.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-ExtraboldItalic.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-ExtraboldItalic.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Italic.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Italic.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Italic.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Light.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Light.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Light.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Regular.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Regular.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Regular.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Semibold.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Semibold.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-Semibold.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-SemiboldItalic.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-SemiboldItalic.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSans-SemiboldItalic.woff2 +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSansLight-Italic.eot +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSansLight-Italic.woff +0 -0
- package/lib/module/component/AIA/assets/fonts/OpenSans/OpenSansLight-Italic.woff2 +0 -0
- package/lib/module/component/AIA/assets/index.js +0 -16
- package/lib/module/component/AIA/assets/index.js.map +0 -1
- package/lib/module/component/AIA/assets/package.json +0 -19
- package/lib/module/component/Button.js +0 -49
- package/lib/module/component/Button.js.map +0 -1
- package/lib/module/component/ButtonSubmit.js +0 -213
- package/lib/module/component/ButtonSubmit.js.map +0 -1
- package/lib/module/component/Input.js +0 -174
- package/lib/module/component/Input.js.map +0 -1
- package/lib/module/component/MultiSelectButtons.js +0 -186
- package/lib/module/component/MultiSelectButtons.js.map +0 -1
- package/lib/module/component/README.md +0 -215
- package/lib/module/component/Rating.js +0 -169
- package/lib/module/component/Rating.js.map +0 -1
- package/lib/module/component/RatingNumber.js +0 -289
- package/lib/module/component/RatingNumber.js.map +0 -1
- package/lib/module/component/Textarea.js +0 -168
- package/lib/module/component/Textarea.js.map +0 -1
- package/lib/module/component/YesNoButtons.js +0 -185
- package/lib/module/component/YesNoButtons.js.map +0 -1
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/ActivityIndicator.d.ts +0 -13
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/ActivityIndicator.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/styles/index.d.ts +0 -40
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/types/index.d.ts +0 -64
- package/lib/typescript/component/AIA/atoms/ActivityIndicator/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Button/Button.d.ts +0 -10
- package/lib/typescript/component/AIA/atoms/Button/Button.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Button/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Button/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Button/styles/index.d.ts +0 -101
- package/lib/typescript/component/AIA/atoms/Button/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Button/types/index.d.ts +0 -120
- package/lib/typescript/component/AIA/atoms/Button/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Chip/Chip.d.ts +0 -11
- package/lib/typescript/component/AIA/atoms/Chip/Chip.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Chip/config/index.d.ts +0 -21
- package/lib/typescript/component/AIA/atoms/Chip/config/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Chip/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Chip/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Chip/styles/index.d.ts +0 -89
- package/lib/typescript/component/AIA/atoms/Chip/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Chip/types/index.d.ts +0 -94
- package/lib/typescript/component/AIA/atoms/Chip/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Divider/Divider.d.ts +0 -11
- package/lib/typescript/component/AIA/atoms/Divider/Divider.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Divider/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Divider/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Divider/styles/index.d.ts +0 -12
- package/lib/typescript/component/AIA/atoms/Divider/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Divider/types/index.d.ts +0 -26
- package/lib/typescript/component/AIA/atoms/Divider/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icon/Icon.d.ts +0 -11
- package/lib/typescript/component/AIA/atoms/Icon/Icon.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icon/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Icon/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icon/types/index.d.ts +0 -94
- package/lib/typescript/component/AIA/atoms/Icon/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/document-control/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/document-control/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/function/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/function/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/general/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/general/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/health-and-wellness/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/health-and-wellness/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/index.d.ts +0 -8
- package/lib/typescript/component/AIA/atoms/Icons/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/login/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/login/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/media-control/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/media-control/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/menu/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/menu/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/rating/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/rating/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/red-illustrations/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/red-illustrations/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/social-media/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/social-media/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/system-control/index.d.ts +0 -9
- package/lib/typescript/component/AIA/atoms/Icons/system-control/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Icons/type/index.d.ts +0 -83
- package/lib/typescript/component/AIA/atoms/Icons/type/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/account-setup/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/account-setup/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/empty-state/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/empty-state/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/health-and-wellness/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/health-and-wellness/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/index.d.ts +0 -8
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/medical/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/medical/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/payment/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/payment/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-agents/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-agents/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-celebration/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-celebration/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-exercise/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-exercise/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-family/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-family/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-general/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-general/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-lifestyle/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-medical/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/people-medical/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/success-and-reward/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/success-and-reward/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/system/index.d.ts +0 -3
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/system/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/type/index.d.ts +0 -93
- package/lib/typescript/component/AIA/atoms/IllustrationIcons/type/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Image/Image.d.ts +0 -11
- package/lib/typescript/component/AIA/atoms/Image/Image.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Image/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Image/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Image/styles/index.d.ts +0 -15
- package/lib/typescript/component/AIA/atoms/Image/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Image/types/index.d.ts +0 -98
- package/lib/typescript/component/AIA/atoms/Image/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Rating/Rating.d.ts +0 -10
- package/lib/typescript/component/AIA/atoms/Rating/Rating.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Rating/config/index.d.ts +0 -22
- package/lib/typescript/component/AIA/atoms/Rating/config/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Rating/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Rating/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Rating/styles/index.d.ts +0 -54
- package/lib/typescript/component/AIA/atoms/Rating/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Rating/types/index.d.ts +0 -94
- package/lib/typescript/component/AIA/atoms/Rating/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Text/Text.d.ts +0 -11
- package/lib/typescript/component/AIA/atoms/Text/Text.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Text/config/index.d.ts +0 -7
- package/lib/typescript/component/AIA/atoms/Text/config/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Text/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/Text/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Text/styles/index.d.ts +0 -25
- package/lib/typescript/component/AIA/atoms/Text/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/Text/types/index.d.ts +0 -127
- package/lib/typescript/component/AIA/atoms/Text/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/TextArea/TextArea.d.ts +0 -15
- package/lib/typescript/component/AIA/atoms/TextArea/TextArea.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/TextArea/config/index.d.ts +0 -8
- package/lib/typescript/component/AIA/atoms/TextArea/config/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/TextArea/index.d.ts +0 -2
- package/lib/typescript/component/AIA/atoms/TextArea/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/TextArea/styles/index.d.ts +0 -79
- package/lib/typescript/component/AIA/atoms/TextArea/styles/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/atoms/TextArea/types/index.d.ts +0 -106
- package/lib/typescript/component/AIA/atoms/TextArea/types/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/hooks/FontConfig/index.d.ts +0 -2
- package/lib/typescript/component/AIA/hooks/FontConfig/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/hooks/FontConfig/type/index.d.ts +0 -44
- package/lib/typescript/component/AIA/hooks/FontConfig/type/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/hooks/useCustomTheme/index.d.ts +0 -2
- package/lib/typescript/component/AIA/hooks/useCustomTheme/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/hooks/useCustomTheme/useCustomTheme.d.ts +0 -16
- package/lib/typescript/component/AIA/hooks/useCustomTheme/useCustomTheme.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/border/borderRadius.d.ts +0 -9
- package/lib/typescript/component/AIA/styles/aia-digital/border/borderRadius.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/border/borderWidth.d.ts +0 -9
- package/lib/typescript/component/AIA/styles/aia-digital/border/borderWidth.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderRadius.d.ts +0 -14
- package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderRadius.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderWidth.d.ts +0 -5
- package/lib/typescript/component/AIA/styles/aia-digital/border/componentBorderWidth.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/border/index.d.ts +0 -24
- package/lib/typescript/component/AIA/styles/aia-digital/border/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/colors/light.d.ts +0 -140
- package/lib/typescript/component/AIA/styles/aia-digital/colors/light.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/size/componentSize.d.ts +0 -35
- package/lib/typescript/component/AIA/styles/aia-digital/size/componentSize.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/size/index.d.ts +0 -52
- package/lib/typescript/component/AIA/styles/aia-digital/size/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/size/size.d.ts +0 -22
- package/lib/typescript/component/AIA/styles/aia-digital/size/size.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/componentSpacing.d.ts +0 -10
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/componentSpacing.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/index.d.ts +0 -24
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/spacing.d.ts +0 -19
- package/lib/typescript/component/AIA/styles/aia-digital/spacing/spacing.d.ts.map +0 -1
- package/lib/typescript/component/AIA/utils/Accessibility/index.d.ts +0 -12
- package/lib/typescript/component/AIA/utils/Accessibility/index.d.ts.map +0 -1
- package/lib/typescript/component/AIA/utils/Accessibility/types/index.d.ts +0 -21
- package/lib/typescript/component/AIA/utils/Accessibility/types/index.d.ts.map +0 -1
|
@@ -90,6 +90,16 @@
|
|
|
90
90
|
--data-visualisation-positive-dark: #{$digitalgreen-200};
|
|
91
91
|
--data-visualisation-negative-dark: #{$digitalcerise-200};
|
|
92
92
|
--data-visualisation-neutral-dark: #{$digitalwarmgrey-400};
|
|
93
|
+
--data-visualisation-level-1-dark: #{$digitalblue-300};
|
|
94
|
+
--data-visualisation-level-2-dark: #{$digitalblue-200};
|
|
95
|
+
--data-visualisation-level-3-dark: #{$digitalblue-100};
|
|
96
|
+
--data-visualisation-level-4-dark: #{$digitalgreen-400};
|
|
97
|
+
--data-visualisation-level-5-dark: #{$digitalgreen-200};
|
|
98
|
+
--data-visualisation-level-6-dark: #{$digitallightgreen-300};
|
|
99
|
+
--data-visualisation-level-7-dark: #{$digitalyellow-300};
|
|
100
|
+
--data-visualisation-level-8-dark: #{$digitalorange-400};
|
|
101
|
+
--data-visualisation-level-9-dark: #{$digitalred-300};
|
|
102
|
+
--data-visualisation-level-10-dark: #{$digitalred-500};
|
|
93
103
|
--divider-default-dark: #{$digitalcharcoal-500};
|
|
94
104
|
--divider-subdued-dark: #{$digitalcharcoal-700};
|
|
95
105
|
--divider-bold-dark: #{$digitalcharcoal-400};
|
|
@@ -90,6 +90,16 @@
|
|
|
90
90
|
--data-visualisation-positive: #{$digitalgreen-300};
|
|
91
91
|
--data-visualisation-negative: #{$digitalcerise-300};
|
|
92
92
|
--data-visualisation-neutral: #{$digitalwarmgrey-300};
|
|
93
|
+
--data-visualisation-level-1: #{$digitalblue-500};
|
|
94
|
+
--data-visualisation-level-2: #{$digitalblue-400};
|
|
95
|
+
--data-visualisation-level-3: #{$digitalblue-200};
|
|
96
|
+
--data-visualisation-level-4: #{$digitalgreen-400};
|
|
97
|
+
--data-visualisation-level-5: #{$digitalgreen-300};
|
|
98
|
+
--data-visualisation-level-6: #{$digitallightgreen-400};
|
|
99
|
+
--data-visualisation-level-7: #{$digitalyellow-300};
|
|
100
|
+
--data-visualisation-level-8: #{$digitalorange-400};
|
|
101
|
+
--data-visualisation-level-9: #{$digitalred-600};
|
|
102
|
+
--data-visualisation-level-10: #{$digitalcerise-500};
|
|
93
103
|
--divider-default: #{$digitalcharcoal-200};
|
|
94
104
|
--divider-subdued: #{$digitalcharcoal-100};
|
|
95
105
|
--divider-bold: #{$digitalcharcoal-300};
|
|
@@ -0,0 +1,70 @@
|
|
|
1
|
+
$font-weight-primitives: (
|
|
2
|
+
regular: 400,
|
|
3
|
+
semibold: 600,
|
|
4
|
+
bold: 700,
|
|
5
|
+
medium: 500,
|
|
6
|
+
);
|
|
7
|
+
|
|
8
|
+
$typography-semantic-by-locale: (
|
|
9
|
+
"en": (
|
|
10
|
+
body-default: map-get($font-weight-primitives, regular),
|
|
11
|
+
body-strong-1: map-get($font-weight-primitives, semibold),
|
|
12
|
+
body-strong-2: map-get($font-weight-primitives, bold)
|
|
13
|
+
),
|
|
14
|
+
"tc": (
|
|
15
|
+
body-default: map-get($font-weight-primitives, regular),
|
|
16
|
+
body-strong-1: map-get($font-weight-primitives, medium),
|
|
17
|
+
body-strong-2: map-get($font-weight-primitives, bold)
|
|
18
|
+
),
|
|
19
|
+
"sc": (
|
|
20
|
+
body-default: map-get($font-weight-primitives, regular),
|
|
21
|
+
body-strong-1: map-get($font-weight-primitives, medium),
|
|
22
|
+
body-strong-2: map-get($font-weight-primitives, bold)
|
|
23
|
+
),
|
|
24
|
+
"kr": (
|
|
25
|
+
body-default: map-get($font-weight-primitives, regular),
|
|
26
|
+
body-strong-1: map-get($font-weight-primitives, medium),
|
|
27
|
+
body-strong-2: map-get($font-weight-primitives, bold)
|
|
28
|
+
),
|
|
29
|
+
"th": (
|
|
30
|
+
body-default: map-get($font-weight-primitives, regular),
|
|
31
|
+
body-strong-1: map-get($font-weight-primitives, medium),
|
|
32
|
+
body-strong-2: map-get($font-weight-primitives, semibold)
|
|
33
|
+
),
|
|
34
|
+
"vn": (
|
|
35
|
+
body-default: map-get($font-weight-primitives, regular),
|
|
36
|
+
body-strong-1: map-get($font-weight-primitives, semibold),
|
|
37
|
+
body-strong-2: map-get($font-weight-primitives, bold)
|
|
38
|
+
),
|
|
39
|
+
"kh": (
|
|
40
|
+
body-default: map-get($font-weight-primitives, regular),
|
|
41
|
+
body-strong-1: map-get($font-weight-primitives, semibold),
|
|
42
|
+
body-strong-2: map-get($font-weight-primitives, bold)
|
|
43
|
+
),
|
|
44
|
+
"hi": (
|
|
45
|
+
body-default: map-get($font-weight-primitives, regular),
|
|
46
|
+
body-strong-1: map-get($font-weight-primitives, bold),
|
|
47
|
+
body-strong-2: map-get($font-weight-primitives, bold)
|
|
48
|
+
),
|
|
49
|
+
"sin": (
|
|
50
|
+
body-default: map-get($font-weight-primitives, regular),
|
|
51
|
+
body-strong-1: map-get($font-weight-primitives, bold),
|
|
52
|
+
body-strong-2: map-get($font-weight-primitives, bold)
|
|
53
|
+
),
|
|
54
|
+
"ta": (
|
|
55
|
+
body-default: map-get($font-weight-primitives, regular),
|
|
56
|
+
body-strong-1: map-get($font-weight-primitives, bold),
|
|
57
|
+
body-strong-2: map-get($font-weight-primitives, bold)
|
|
58
|
+
),
|
|
59
|
+
);
|
|
60
|
+
|
|
61
|
+
@mixin emit-typography-vars($locale) {
|
|
62
|
+
$tokens: map-get($typography-semantic-by-locale, $locale);
|
|
63
|
+
@if $tokens == null {
|
|
64
|
+
@warn "Locale `#{$locale}` not found in $typography-semantic-by-locale";
|
|
65
|
+
} @else {
|
|
66
|
+
--body-default: #{map-get($tokens, body-default)};
|
|
67
|
+
--body-strong-1: #{map-get($tokens, body-strong-1)};
|
|
68
|
+
--body-strong-2: #{map-get($tokens, body-strong-2)};
|
|
69
|
+
}
|
|
70
|
+
}
|
|
@@ -2,9 +2,9 @@
|
|
|
2
2
|
|
|
3
3
|
import size from "./size.js";
|
|
4
4
|
const componentSize = {
|
|
5
|
-
"icon-xs": size
|
|
6
|
-
"icon-sm": size
|
|
7
|
-
"icon-md": size
|
|
5
|
+
"icon-xs": size["md"],
|
|
6
|
+
"icon-sm": size["lg"],
|
|
7
|
+
"icon-md": size["xl"],
|
|
8
8
|
"icon-lg": size["2xl"],
|
|
9
9
|
"icon-xl": size["4xl"],
|
|
10
10
|
"visual-xs": size["4xl"],
|
|
@@ -12,7 +12,7 @@ const componentSize = {
|
|
|
12
12
|
"visual-md": size["8xl"],
|
|
13
13
|
"visual-lg": size["9xl"],
|
|
14
14
|
"visual-xl": size["10xl"],
|
|
15
|
-
"carousel-indicator-surface-selected": size
|
|
15
|
+
"carousel-indicator-surface-selected": size["xl"],
|
|
16
16
|
"header-height": size["4xl"],
|
|
17
17
|
"overlay-height-min": size["11xl"],
|
|
18
18
|
"overlay-height-max": 466,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["size","componentSize","
|
|
1
|
+
{"version":3,"names":["size","componentSize","lg","sm","md"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/styles/hesta/size/componentSize.ts"],"mappings":";;AAAA,OAAOA,IAAI;AAEX,MAAMC,aAAa,GAAG;EACpB,SAAS,EAAED,IAAI,CAAC,IAAI,CAAC;EACrB,SAAS,EAAEA,IAAI,CAAC,IAAI,CAAC;EACrB,SAAS,EAAEA,IAAI,CAAC,IAAI,CAAC;EACrB,SAAS,EAAEA,IAAI,CAAC,KAAK,CAAC;EACtB,SAAS,EAAEA,IAAI,CAAC,KAAK,CAAC;EACtB,WAAW,EAAEA,IAAI,CAAC,KAAK,CAAC;EACxB,WAAW,EAAEA,IAAI,CAAC,KAAK,CAAC;EACxB,WAAW,EAAEA,IAAI,CAAC,KAAK,CAAC;EACxB,WAAW,EAAEA,IAAI,CAAC,KAAK,CAAC;EACxB,WAAW,EAAEA,IAAI,CAAC,MAAM,CAAC;EACzB,qCAAqC,EAAEA,IAAI,CAAC,IAAI,CAAC;EACjD,eAAe,EAAEA,IAAI,CAAC,KAAK,CAAC;EAC5B,oBAAoB,EAAEA,IAAI,CAAC,MAAM,CAAC;EAClC,oBAAoB,EAAE,GAAG;EACzB,2BAA2B,EAAEA,IAAI,CAACE,EAAE;EACpC,oBAAoB,EAAEF,IAAI,CAACG,EAAE;EAC7B,oBAAoB,EAAEH,IAAI,CAACI;AAC7B,CAAC;AAED,eAAeH,aAAa","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../../../src","sources":["component/AIA/styles/hesta/size/types.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -4,10 +4,10 @@ import spacing from "./spacing.js";
|
|
|
4
4
|
const componentSpacing = {
|
|
5
5
|
"overlay-spacing-margin-horizontal-1": spacing["3xl"],
|
|
6
6
|
"overlay-spacing-margin-horizontal-2": spacing["3xl"],
|
|
7
|
-
"overlay-spacing-padding": spacing
|
|
8
|
-
"overlay-spacing-padding-top": spacing
|
|
9
|
-
"spacing-margin-horizontal": spacing
|
|
10
|
-
"table-spacing-vertical": spacing
|
|
7
|
+
"overlay-spacing-padding": spacing["md"],
|
|
8
|
+
"overlay-spacing-padding-top": spacing["xl"],
|
|
9
|
+
"spacing-margin-horizontal": spacing["md"],
|
|
10
|
+
"table-spacing-vertical": spacing["sm"]
|
|
11
11
|
};
|
|
12
12
|
export default componentSpacing;
|
|
13
13
|
//# sourceMappingURL=componentSpacing.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["spacing","componentSpacing"
|
|
1
|
+
{"version":3,"names":["spacing","componentSpacing"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/styles/hesta/spacing/componentSpacing.ts"],"mappings":";;AAAA,OAAOA,OAAO;AAEd,MAAMC,gBAAgB,GAAG;EACvB,qCAAqC,EAAED,OAAO,CAAC,KAAK,CAAC;EACrD,qCAAqC,EAAEA,OAAO,CAAC,KAAK,CAAC;EACrD,yBAAyB,EAAEA,OAAO,CAAC,IAAI,CAAC;EACxC,6BAA6B,EAAEA,OAAO,CAAC,IAAI,CAAC;EAC5C,2BAA2B,EAAEA,OAAO,CAAC,IAAI,CAAC;EAC1C,wBAAwB,EAAEA,OAAO,CAAC,IAAI;AACxC,CAAC;AAED,eAAeC,gBAAgB","ignoreList":[]}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
|
|
3
|
-
const
|
|
3
|
+
const spacingTokens = {
|
|
4
4
|
'none': 0,
|
|
5
5
|
'2xs': 4,
|
|
6
6
|
'xs': 8,
|
|
@@ -17,5 +17,22 @@ const spacing = {
|
|
|
17
17
|
'8xl': 128,
|
|
18
18
|
'9xl': 144
|
|
19
19
|
};
|
|
20
|
+
const spacing = {
|
|
21
|
+
'none': spacingTokens.none,
|
|
22
|
+
'2xs': spacingTokens['2xs'],
|
|
23
|
+
'xs': spacingTokens.xs,
|
|
24
|
+
'sm': spacingTokens.sm,
|
|
25
|
+
'md': spacingTokens.md,
|
|
26
|
+
'lg': spacingTokens.md,
|
|
27
|
+
'xl': spacingTokens.md,
|
|
28
|
+
'2xl': spacingTokens.xl,
|
|
29
|
+
'3xl': spacingTokens['2xl'],
|
|
30
|
+
'4xl': spacingTokens['3xl'],
|
|
31
|
+
'5xl': spacingTokens['4xl'],
|
|
32
|
+
'6xl': spacingTokens['5xl'],
|
|
33
|
+
'7xl': spacingTokens['6xl'],
|
|
34
|
+
'8xl': spacingTokens['7xl'],
|
|
35
|
+
'9xl': spacingTokens['8xl']
|
|
36
|
+
};
|
|
20
37
|
export default spacing;
|
|
21
38
|
//# sourceMappingURL=spacing.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["spacing"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/styles/hesta/spacing/spacing.ts"],"mappings":";;AAAA,MAAMA,
|
|
1
|
+
{"version":3,"names":["spacingTokens","spacing","none","xs","sm","md","xl"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/styles/hesta/spacing/spacing.ts"],"mappings":";;AAAA,MAAMA,aAAa,GAAG;EACpB,MAAM,EAAE,CAAC;EACT,KAAK,EAAE,CAAC;EACR,IAAI,EAAE,CAAC;EACP,IAAI,EAAE,EAAE;EACR,IAAI,EAAE,EAAE;EACR,IAAI,EAAE,EAAE;EACR,IAAI,EAAE,EAAE;EACR,KAAK,EAAE,EAAE;EACT,KAAK,EAAE,EAAE;EACT,KAAK,EAAE,EAAE;EACT,KAAK,EAAE,EAAE;EACT,KAAK,EAAE,EAAE;EACT,KAAK,EAAE,EAAE;EACT,KAAK,EAAE,GAAG;EACV,KAAK,EAAE;AACT,CAAC;AAED,MAAMC,OAAO,GAAG;EACd,MAAM,EAAED,aAAa,CAACE,IAAI;EAC1B,KAAK,EAAEF,aAAa,CAAC,KAAK,CAAC;EAC3B,IAAI,EAAEA,aAAa,CAACG,EAAE;EACtB,IAAI,EAAEH,aAAa,CAACI,EAAE;EACtB,IAAI,EAAEJ,aAAa,CAACK,EAAE;EACtB,IAAI,EAAEL,aAAa,CAACK,EAAE;EACtB,IAAI,EAAEL,aAAa,CAACK,EAAE;EACtB,KAAK,EAAEL,aAAa,CAACM,EAAE;EACvB,KAAK,EAAEN,aAAa,CAAC,KAAK,CAAC;EAC3B,KAAK,EAAEA,aAAa,CAAC,KAAK,CAAC;EAC3B,KAAK,EAAEA,aAAa,CAAC,KAAK,CAAC;EAC3B,KAAK,EAAEA,aAAa,CAAC,KAAK,CAAC;EAC3B,KAAK,EAAEA,aAAa,CAAC,KAAK,CAAC;EAC3B,KAAK,EAAEA,aAAa,CAAC,KAAK,CAAC;EAC3B,KAAK,EAAEA,aAAa,CAAC,KAAK;AAC5B,CAAC;AAED,eAAeC,OAAO","ignoreList":[]}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../../../src","sources":["component/AIA/styles/hesta/spacing/types.ts"],"mappings":"","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["Platform","isIOS","OS","a11yWithoutValue","label","hint","testID","commonA11y","accessibilityLabel","accessibilityHint","undefined","accessible","a11y","value","accessibilityValue","withoutValue"],"sourceRoot":"../../../../../../src","sources":["component/AIA/utils/Accessibility/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAEA,SAAQA,QAAQ,QAAO,cAAc;AAGrC,MAAMC,KAAK,GAAGD,QAAQ,CAACE,EAAE,KAAK,KAAK;;AAEnC;AACA,MAAMC,gBAAgB,GAAGA,CAACC,KAAc,EAAEC,IAAa,EAAEC,MAAe,KAA2B;
|
|
1
|
+
{"version":3,"names":["Platform","isIOS","OS","a11yWithoutValue","label","hint","testID","commonA11y","accessibilityLabel","accessibilityHint","undefined","accessible","a11y","value","accessibilityValue","withoutValue"],"sourceRoot":"../../../../../../src","sources":["component/AIA/utils/Accessibility/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAEA,SAAQA,QAAQ,QAAO,cAAc;AAGrC,MAAMC,KAAK,GAAGD,QAAQ,CAACE,EAAE,KAAK,KAAK;;AAEnC;AACA,MAAMC,gBAAgB,GAAGA,CAACC,KAAc,EAAEC,IAAa,EAAEC,MAAe,KAA2B;EACjG,MAAMC,UAAgC,GAAG;IACvCC,kBAAkB,EAAEJ,KAAK;IACzBK,iBAAiB,EAAEJ;EACrB,CAAC;EACD,IAAIC,MAAM,KAAK,IAAI,IAAIA,MAAM,KAAKI,SAAS,EAAE;IAC3CH,UAAU,CAACD,MAAM,GAAGA,MAAM;EAC5B;EACA,OAAOL,KAAK,GACRM,UAAU,GACV;IACE,GAAGA,UAAU;IACbI,UAAU,EAAE,CAAC,EAAEP,KAAK,IAAIC,IAAI;EAC9B,CAAC;AACP,CAAC;AAED,MAAMO,IAAI,GAAGA,CACXR,KAAc,EACdC,IAAa,EACbQ,KAA8B,EAC9BP,MAAe,KACF;EACb,OAAO;IACL,GAAGH,gBAAgB,CAACC,KAAK,EAAEC,IAAI,EAAEC,MAAM,CAAC;IACxCQ,kBAAkB,EAAED;EACtB,CAAC;AACH,CAAC;AAEDD,IAAI,CAACG,YAAY,GAAGZ,gBAAgB;AAEpC,eAAeS,IAAI","ignoreList":[]}
|
package/lib/module/component/AIA/utils/ConvertStringToCamelCase/ConvertStringToCamelCase.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["convertStringToCamelCase","colorCode","split","map","word","charAt","toUpperCase","slice","join"],"sourceRoot":"../../../../../../src","sources":["component/AIA/utils/ConvertStringToCamelCase/ConvertStringToCamelCase.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAEA,OAAO,MAAMA,wBAAwB,GAAIC,SAAiB,IAAK;
|
|
1
|
+
{"version":3,"names":["convertStringToCamelCase","colorCode","split","map","word","charAt","toUpperCase","slice","join"],"sourceRoot":"../../../../../../src","sources":["component/AIA/utils/ConvertStringToCamelCase/ConvertStringToCamelCase.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAEA,OAAO,MAAMA,wBAAwB,GAAIC,SAAiB,IAAK;EAC7D,OAAOA,SAAS,EACZC,KAAK,CAAC,GAAG,CAAC,CACXC,GAAG,CAAEC,IAAI,IAAKA,IAAI,CAACC,MAAM,CAAC,CAAC,CAAC,CAACC,WAAW,CAAC,CAAC,GAAGF,IAAI,CAACG,KAAK,CAAC,CAAC,CAAC,CAAC,CAC3DC,IAAI,CAAC,EAAE,CAAC;AACb,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["convertStringToCamelCase"],"sourceRoot":"../../../../../../src","sources":["component/AIA/utils/ConvertStringToCamelCase/index.ts"],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"names":["convertStringToCamelCase"],"sourceRoot":"../../../../../../src","sources":["component/AIA/utils/ConvertStringToCamelCase/index.ts"],"mappings":";;AAAA,SAASA,wBAAwB","ignoreList":[]}
|
|
@@ -16,8 +16,6 @@ const isValidDate = date => {
|
|
|
16
16
|
}
|
|
17
17
|
return false;
|
|
18
18
|
};
|
|
19
|
-
|
|
20
|
-
// https://date-fns.org/v2.14.0/docs/format
|
|
21
19
|
const format = (date, formatSpec, userLanguage = 'en') => {
|
|
22
20
|
return libFormat(typeof date === 'string' ? new Date(date) : date, formatSpec || `${DATE_MONTH_FORMAT || 'dd MMM'} yyyy, HH:mm`, {
|
|
23
21
|
locale: LOCALES[userLanguage]
|
|
@@ -82,9 +80,9 @@ const getDaysAfterDate = (days, startDate) => {
|
|
|
82
80
|
return date.setDate(date.getDate() + days);
|
|
83
81
|
};
|
|
84
82
|
const convertTimeWithUnit = (timeDifference, callback) => {
|
|
85
|
-
const diffMins =
|
|
86
|
-
const diffHours =
|
|
87
|
-
const diffDays =
|
|
83
|
+
const diffMins = Math.floor(timeDifference / MINUTE_SUFFIX);
|
|
84
|
+
const diffHours = Math.floor(timeDifference / HOUR_SUFFIX);
|
|
85
|
+
const diffDays = Math.floor(timeDifference / DAY_SUFFIX);
|
|
88
86
|
if (diffMins < 60) {
|
|
89
87
|
callback({
|
|
90
88
|
value: diffMins < 10 ? 'few' : diffMins,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["toLower","format","libFormat","differenceInMilliseconds","libDifferenceInMilliseconds","differenceInDays","libDifferenceInDays","isToday","libIsToday","isYesterday","libIsYesterday","isValid","libIsValid","parse","libParse","fromUnixTime","libFromUnixTime","isDate","libIsDate","isBefore","libIsBefore","startOfWeek","libStartOfWeek","LOCALES","CALENDARS","MINUTE_SUFFIX","HOUR_SUFFIX","DAY_SUFFIX","WEEK_SUFFIX","MONTH_SUFFIX","YEAR_SUFFIX","DATE_MONTH_FORMAT","isValidDate","date","Date","formatSpec","userLanguage","locale","isValidDateInstance","parsedDate","sortDateAsc","dateA","dateB","comparison","newDate","oldDate","dateToCompare","addDays","days","currentDate","setDate","getDate","isWithinTheWeek","oneWeek","oneWeekFromNow","now","dueDate","getDaysBeforeDate","daysPasted","getDaysAfterDate","startDate","convertTimeWithUnit","timeDifference","callback","diffMins","parseInt","diffHours","diffDays","value","unit","timeDurationFormatTohhmm","secNum","undefined","hours","Math","floor","minutes","convertUnitToMilliseconds","amount","isExpired","targetDate","minuteSuf","diff","unixTime","getNewDate","sourceDate","setSeconds","getSeconds","setMinutes","getMinutes","setHours","getHours","setMonth","getMonth","setFullYear","getFullYear","convertCalendar","rawDate","checkIfInCurrentWeek","dateInMilliSeconds","timezoneOffset","getTimezoneOffset","curr","first","getDay","last","firstday","lastday","firstDate","getTime","lastDate","isInCurrentWeek","adjustTimezone","timeOffsetInMS","setTime","adjustIOSTimezone","dateObject","shouldAdjust","valueOf","dateOfWeek","isTimeInValid","fieldName","isFinishTimeInValid","currentAnswer","length","answer","seconds","split","DateTime","minuteSuffix","hourSuffix","daySuffix","weekSuffix","monthSuffix","yearSuffix"],"sourceRoot":"../../../../../../src","sources":["component/AIA/utils/DateTime/DateTime.ts"],"mappings":"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","ignoreList":[]}
|
|
1
|
+
{"version":3,"names":["toLower","format","libFormat","differenceInMilliseconds","libDifferenceInMilliseconds","differenceInDays","libDifferenceInDays","isToday","libIsToday","isYesterday","libIsYesterday","isValid","libIsValid","parse","libParse","fromUnixTime","libFromUnixTime","isDate","libIsDate","isBefore","libIsBefore","startOfWeek","libStartOfWeek","LOCALES","CALENDARS","MINUTE_SUFFIX","HOUR_SUFFIX","DAY_SUFFIX","WEEK_SUFFIX","MONTH_SUFFIX","YEAR_SUFFIX","DATE_MONTH_FORMAT","isValidDate","date","Date","formatSpec","userLanguage","locale","isValidDateInstance","parsedDate","sortDateAsc","dateA","dateB","comparison","newDate","oldDate","dateToCompare","addDays","days","currentDate","setDate","getDate","isWithinTheWeek","oneWeek","oneWeekFromNow","now","dueDate","getDaysBeforeDate","daysPasted","getDaysAfterDate","startDate","convertTimeWithUnit","timeDifference","callback","diffMins","Math","floor","diffHours","diffDays","value","unit","timeDurationFormatTohhmm","secNum","undefined","hours","minutes","convertUnitToMilliseconds","amount","isExpired","targetDate","minuteSuf","diff","unixTime","getNewDate","sourceDate","setSeconds","getSeconds","setMinutes","getMinutes","setHours","getHours","setMonth","getMonth","setFullYear","getFullYear","convertCalendar","rawDate","checkIfInCurrentWeek","dateInMilliSeconds","timezoneOffset","getTimezoneOffset","curr","first","getDay","last","firstday","lastday","firstDate","getTime","lastDate","isInCurrentWeek","adjustTimezone","timeOffsetInMS","setTime","adjustIOSTimezone","dateObject","shouldAdjust","valueOf","dateOfWeek","isTimeInValid","fieldName","parseInt","isFinishTimeInValid","currentAnswer","length","answer","seconds","split","DateTime","minuteSuffix","hourSuffix","daySuffix","weekSuffix","monthSuffix","yearSuffix"],"sourceRoot":"../../../../../../src","sources":["component/AIA/utils/DateTime/DateTime.ts"],"mappings":"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","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["id","enUS","th","env","DATE_MONTH_FORMAT","MINUTE_SUFFIX","HOUR_SUFFIX","DAY_SUFFIX","WEEK_SUFFIX","MONTH_SUFFIX","YEAR_SUFFIX","LOCALES","en","CALENDARS","unit","amount"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/utils/DateTime/config/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAAQA,EAAE,EAAEC,IAAI,EAAEC,EAAE,QAAO,iBAAiB;AAC5C,OAAOC,GAAG,MAAM,qBAAqB;;AAErC;AACA,OAAO,MAAM;EAACC;AAAiB,CAAC,GAAGD,GAAG;AAEtC,OAAO,MAAME,aAAa,GAAG,EAAE,GAAG,IAAI;AACtC,OAAO,MAAMC,WAAW,GAAG,EAAE,GAAGD,aAAa;AAC7C,OAAO,MAAME,UAAU,GAAG,EAAE,GAAGD,WAAW;AAC1C,OAAO,MAAME,WAAW,GAAG,CAAC,GAAGD,UAAU;AACzC,OAAO,MAAME,YAAY,GAAG,EAAE,GAAGF,UAAU;AAC3C,OAAO,MAAMG,WAAW,GAAG,GAAG,GAAGH,UAAU;AAE3C,OAAO,MAAMI,OAAO,GAAG;
|
|
1
|
+
{"version":3,"names":["id","enUS","th","env","DATE_MONTH_FORMAT","MINUTE_SUFFIX","HOUR_SUFFIX","DAY_SUFFIX","WEEK_SUFFIX","MONTH_SUFFIX","YEAR_SUFFIX","LOCALES","en","CALENDARS","unit","amount"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/utils/DateTime/config/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;;AAEA,SAAQA,EAAE,EAAEC,IAAI,EAAEC,EAAE,QAAO,iBAAiB;AAC5C,OAAOC,GAAG,MAAM,qBAAqB;;AAErC;AACA,OAAO,MAAM;EAACC;AAAiB,CAAC,GAAGD,GAAG;AAEtC,OAAO,MAAME,aAAa,GAAG,EAAE,GAAG,IAAI;AACtC,OAAO,MAAMC,WAAW,GAAG,EAAE,GAAGD,aAAa;AAC7C,OAAO,MAAME,UAAU,GAAG,EAAE,GAAGD,WAAW;AAC1C,OAAO,MAAME,WAAW,GAAG,CAAC,GAAGD,UAAU;AACzC,OAAO,MAAME,YAAY,GAAG,EAAE,GAAGF,UAAU;AAC3C,OAAO,MAAMG,WAAW,GAAG,GAAG,GAAGH,UAAU;AAE3C,OAAO,MAAMI,OAAO,GAAG;EACrBX,EAAE;EACFY,EAAE,EAAEX,IAAI;EACRC;AACF,CAAC;AAED,OAAO,MAAMW,SAAS,GAAG;EACvBX,EAAE,EAAE;IACFY,IAAI,EAAE,OAAO;IACbC,MAAM,EAAE;EACV,CAAC;EACDH,EAAE,EAAE;IACFE,IAAI,EAAE,OAAO;IACbC,MAAM,EAAE;EACV;AACF,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["default"],"sourceRoot":"../../../../../../src","sources":["component/AIA/utils/DateTime/index.ts"],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"names":["default"],"sourceRoot":"../../../../../../src","sources":["component/AIA/utils/DateTime/index.ts"],"mappings":";;AAAA,SAASA,OAAO","ignoreList":[]}
|
|
@@ -7,26 +7,37 @@
|
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
9
|
import RNFS from 'react-native-fs';
|
|
10
|
-
import
|
|
10
|
+
import { PDFDocument } from 'pdf-lib';
|
|
11
11
|
const generateBase64Encoding = filePath => {
|
|
12
12
|
return RNFS.readFile(filePath, 'base64').catch(() => '');
|
|
13
13
|
};
|
|
14
|
+
const base64ToUint8Array = base64 => {
|
|
15
|
+
const binaryStr = atob(base64);
|
|
16
|
+
const bytes = new Uint8Array(binaryStr.length);
|
|
17
|
+
for (let i = 0; i < binaryStr.length; i++) {
|
|
18
|
+
bytes[i] = binaryStr.charCodeAt(i);
|
|
19
|
+
}
|
|
20
|
+
return bytes;
|
|
21
|
+
};
|
|
14
22
|
const combineImagesToBase64Pdf = async (images, errorCallback) => {
|
|
15
23
|
try {
|
|
16
|
-
const
|
|
17
|
-
|
|
18
|
-
|
|
24
|
+
const pdfDoc = await PDFDocument.create();
|
|
25
|
+
for (const item of images) {
|
|
26
|
+
const isPng = /png$/i.test(item.type);
|
|
27
|
+
const base64 = item.base64 || (await RNFS.readFile(item.uri.replace('file://', ''), 'base64'));
|
|
28
|
+
const bytes = base64ToUint8Array(base64);
|
|
29
|
+
const embeddedImage = isPng ? await pdfDoc.embedPng(bytes) : await pdfDoc.embedJpg(bytes);
|
|
30
|
+
const page = pdfDoc.addPage([250, 250]);
|
|
31
|
+
page.drawImage(embeddedImage, {
|
|
19
32
|
x: 5,
|
|
20
33
|
y: 125,
|
|
21
34
|
width: 50,
|
|
22
35
|
height: 150
|
|
23
36
|
});
|
|
24
|
-
}
|
|
25
|
-
const
|
|
26
|
-
const
|
|
27
|
-
|
|
28
|
-
const pdfResultPath = await PDFDocument.create(pdfPath).addPages(...pages).write();
|
|
29
|
-
return generateBase64Encoding(pdfResultPath);
|
|
37
|
+
}
|
|
38
|
+
const pdfBytes = await pdfDoc.save();
|
|
39
|
+
const binary = Array.from(pdfBytes).map(b => String.fromCharCode(b)).join('');
|
|
40
|
+
return btoa(binary);
|
|
30
41
|
} catch {
|
|
31
42
|
errorCallback();
|
|
32
43
|
return '';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["RNFS","
|
|
1
|
+
{"version":3,"names":["RNFS","PDFDocument","generateBase64Encoding","filePath","readFile","catch","base64ToUint8Array","base64","binaryStr","atob","bytes","Uint8Array","length","i","charCodeAt","combineImagesToBase64Pdf","images","errorCallback","pdfDoc","create","item","isPng","test","type","uri","replace","embeddedImage","embedPng","embedJpg","page","addPage","drawImage","x","y","width","height","pdfBytes","save","binary","Array","from","map","b","String","fromCharCode","join","btoa"],"sourceRoot":"../../../../../../src","sources":["component/AIA/utils/File/File.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAEA,OAAOA,IAAI,MAAM,iBAAiB;AAClC,SAAQC,WAAW,QAAO,SAAS;AAInC,MAAMC,sBAAsB,GAAIC,QAAgB,IAAK;EACnD,OAAOH,IAAI,CAACI,QAAQ,CAACD,QAAQ,EAAE,QAAQ,CAAC,CAACE,KAAK,CAAC,MAAM,EAAE,CAAC;AAC1D,CAAC;AAED,MAAMC,kBAAkB,GAAIC,MAAc,IAAiB;EACzD,MAAMC,SAAS,GAAGC,IAAI,CAACF,MAAM,CAAC;EAC9B,MAAMG,KAAK,GAAG,IAAIC,UAAU,CAACH,SAAS,CAACI,MAAM,CAAC;EAC9C,KAAK,IAAIC,CAAC,GAAG,CAAC,EAAEA,CAAC,GAAGL,SAAS,CAACI,MAAM,EAAEC,CAAC,EAAE,EAAE;IACzCH,KAAK,CAACG,CAAC,CAAC,GAAGL,SAAS,CAACM,UAAU,CAACD,CAAC,CAAC;EACpC;EACA,OAAOH,KAAK;AACd,CAAC;AAED,MAAMK,wBAAwB,GAAG,MAAAA,CAAOC,MAAuB,EAAEC,aAAyB,KAAK;EAC7F,IAAI;IACF,MAAMC,MAAM,GAAG,MAAMjB,WAAW,CAACkB,MAAM,CAAC,CAAC;IAEzC,KAAK,MAAMC,IAAI,IAAIJ,MAAM,EAAE;MACzB,MAAMK,KAAK,GAAG,OAAO,CAACC,IAAI,CAACF,IAAI,CAACG,IAAI,CAAC;MACrC,MAAMhB,MAAM,GACVa,IAAI,CAACb,MAAM,KAAK,MAAMP,IAAI,CAACI,QAAQ,CAACgB,IAAI,CAACI,GAAG,CAACC,OAAO,CAAC,SAAS,EAAE,EAAE,CAAC,EAAE,QAAQ,CAAC,CAAC;MACjF,MAAMf,KAAK,GAAGJ,kBAAkB,CAACC,MAAM,CAAC;MAExC,MAAMmB,aAAa,GAAGL,KAAK,GAAG,MAAMH,MAAM,CAACS,QAAQ,CAACjB,KAAK,CAAC,GAAG,MAAMQ,MAAM,CAACU,QAAQ,CAAClB,KAAK,CAAC;MAEzF,MAAMmB,IAAI,GAAGX,MAAM,CAACY,OAAO,CAAC,CAAC,GAAG,EAAE,GAAG,CAAC,CAAC;MACvCD,IAAI,CAACE,SAAS,CAACL,aAAa,EAAE;QAC5BM,CAAC,EAAE,CAAC;QACJC,CAAC,EAAE,GAAG;QACNC,KAAK,EAAE,EAAE;QACTC,MAAM,EAAE;MACV,CAAC,CAAC;IACJ;IAEA,MAAMC,QAAQ,GAAG,MAAMlB,MAAM,CAACmB,IAAI,CAAC,CAAC;IACpC,MAAMC,MAAM,GAAGC,KAAK,CAACC,IAAI,CAACJ,QAAQ,CAAC,CAChCK,GAAG,CAAEC,CAAC,IAAKC,MAAM,CAACC,YAAY,CAACF,CAAC,CAAC,CAAC,CAClCG,IAAI,CAAC,EAAE,CAAC;IACX,OAAOC,IAAI,CAACR,MAAM,CAAC;EACrB,CAAC,CAAC,MAAM;IACNrB,aAAa,CAAC,CAAC;IACf,OAAO,EAAE;EACX;AACF,CAAC;AAED,eAAe;EAACF,wBAAwB;EAAEb;AAAsB,CAAC","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["default"],"sourceRoot":"../../../../../../src","sources":["component/AIA/utils/File/index.ts"],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"names":["default"],"sourceRoot":"../../../../../../src","sources":["component/AIA/utils/File/index.ts"],"mappings":";;AAAA,SAASA,OAAO","ignoreList":[]}
|
|
@@ -0,0 +1,54 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
*
|
|
5
|
+
* FlexWrapWithGap
|
|
6
|
+
* @format
|
|
7
|
+
*
|
|
8
|
+
*/
|
|
9
|
+
|
|
10
|
+
import React from 'react';
|
|
11
|
+
import { View, StyleSheet, ScrollView } from 'react-native';
|
|
12
|
+
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
+
const FlexWrapWithGap = ({
|
|
14
|
+
children,
|
|
15
|
+
gap = 0,
|
|
16
|
+
style,
|
|
17
|
+
horizontal = false,
|
|
18
|
+
showsHorizontalScrollIndicator = true,
|
|
19
|
+
nestedScrollEnabled = false
|
|
20
|
+
}) => {
|
|
21
|
+
const childrenWithGap = React.Children.map(children, (child, index) => /*#__PURE__*/_jsx(View, {
|
|
22
|
+
style: {
|
|
23
|
+
marginRight: gap
|
|
24
|
+
},
|
|
25
|
+
children: child
|
|
26
|
+
}, index));
|
|
27
|
+
if (horizontal) {
|
|
28
|
+
return /*#__PURE__*/_jsx(ScrollView, {
|
|
29
|
+
horizontal: true,
|
|
30
|
+
showsHorizontalScrollIndicator: showsHorizontalScrollIndicator,
|
|
31
|
+
nestedScrollEnabled: nestedScrollEnabled,
|
|
32
|
+
style: style,
|
|
33
|
+
contentContainerStyle: styles.scrollContainer,
|
|
34
|
+
children: childrenWithGap
|
|
35
|
+
});
|
|
36
|
+
}
|
|
37
|
+
return /*#__PURE__*/_jsx(View, {
|
|
38
|
+
style: [styles.container, style],
|
|
39
|
+
children: childrenWithGap
|
|
40
|
+
});
|
|
41
|
+
};
|
|
42
|
+
const styles = StyleSheet.create({
|
|
43
|
+
container: {
|
|
44
|
+
flexDirection: 'row',
|
|
45
|
+
flexWrap: 'wrap',
|
|
46
|
+
alignItems: 'center'
|
|
47
|
+
},
|
|
48
|
+
scrollContainer: {
|
|
49
|
+
flexDirection: 'row',
|
|
50
|
+
alignItems: 'center'
|
|
51
|
+
}
|
|
52
|
+
});
|
|
53
|
+
export default FlexWrapWithGap;
|
|
54
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"names":["React","View","StyleSheet","ScrollView","jsx","_jsx","FlexWrapWithGap","children","gap","style","horizontal","showsHorizontalScrollIndicator","nestedScrollEnabled","childrenWithGap","Children","map","child","index","marginRight","contentContainerStyle","styles","scrollContainer","container","create","flexDirection","flexWrap","alignItems"],"sourceRoot":"../../../../../../src","sources":["component/AIA/utils/FlexWrapWithGap/index.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAAQC,IAAI,EAAEC,UAAU,EAAEC,UAAU,QAAO,cAAc;AAAC,SAAAC,GAAA,IAAAC,IAAA;AAW1D,MAAMC,eAAe,GAAGA,CAAC;EACvBC,QAAQ;EACRC,GAAG,GAAG,CAAC;EACPC,KAAK;EACLC,UAAU,GAAG,KAAK;EAClBC,8BAA8B,GAAG,IAAI;EACrCC,mBAAmB,GAAG;AACF,CAAC,KAAK;EAC1B,MAAMC,eAAe,GAAGb,KAAK,CAACc,QAAQ,CAACC,GAAG,CAACR,QAAQ,EAAE,CAACS,KAAK,EAAEC,KAAK,kBAChEZ,IAAA,CAACJ,IAAI;IAACQ,KAAK,EAAE;MAACS,WAAW,EAAEV;IAAG,CAAE;IAAAD,QAAA,EAC7BS;EAAK,GAD8BC,KAEhC,CACP,CAAC;EAEF,IAAIP,UAAU,EAAE;IACd,oBACEL,IAAA,CAACF,UAAU;MACTO,UAAU;MACVC,8BAA8B,EAAEA,8BAA+B;MAC/DC,mBAAmB,EAAEA,mBAAoB;MACzCH,KAAK,EAAEA,KAAM;MACbU,qBAAqB,EAAEC,MAAM,CAACC,eAAgB;MAAAd,QAAA,EAC7CM;IAAe,CACN,CAAC;EAEjB;EAEA,oBAAOR,IAAA,CAACJ,IAAI;IAACQ,KAAK,EAAE,CAACW,MAAM,CAACE,SAAS,EAAEb,KAAK,CAAE;IAAAF,QAAA,EAAEM;EAAe,CAAO,CAAC;AACzE,CAAC;AAED,MAAMO,MAAM,GAAGlB,UAAU,CAACqB,MAAM,CAAC;EAC/BD,SAAS,EAAE;IACTE,aAAa,EAAE,KAAK;IACpBC,QAAQ,EAAE,MAAM;IAChBC,UAAU,EAAE;EACd,CAAC;EACDL,eAAe,EAAE;IACfG,aAAa,EAAE,KAAK;IACpBE,UAAU,EAAE;EACd;AACF,CAAC,CAAC;AAEF,eAAepB,eAAe","ignoreList":[]}
|
|
@@ -9,10 +9,11 @@
|
|
|
9
9
|
|
|
10
10
|
import React from 'react';
|
|
11
11
|
import { View } from 'react-native';
|
|
12
|
-
import { LazyLoad } from
|
|
12
|
+
import { LazyLoad } from "../../atoms/LazyLoad/index.js";
|
|
13
13
|
import Styles from "./styles/index.js";
|
|
14
14
|
import { jsx as _jsx } from "react/jsx-runtime";
|
|
15
15
|
const verticalStack = (blocks, style) => /*#__PURE__*/_jsx(LazyLoad, {
|
|
16
|
+
style: {},
|
|
16
17
|
children: new Array(blocks).fill(0).map((item, index) => {
|
|
17
18
|
const forKey = `${index}`;
|
|
18
19
|
return /*#__PURE__*/_jsx(View, {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","View","LazyLoad","Styles","jsx","_jsx","verticalStack","blocks","style","children","Array","fill","map","item","index","forKey","lazyLoad","LazyLoading"],"sourceRoot":"../../../../../../src","sources":["component/AIA/utils/LazyLoading/LazyLoading.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAAQC,IAAI,
|
|
1
|
+
{"version":3,"names":["React","View","LazyLoad","Styles","jsx","_jsx","verticalStack","blocks","style","children","Array","fill","map","item","index","forKey","lazyLoad","LazyLoading"],"sourceRoot":"../../../../../../src","sources":["component/AIA/utils/LazyLoading/LazyLoading.tsx"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA;;AAEA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAAQC,IAAI,QAAkB,cAAc;AAC5C,SAAQC,QAAQ;AAEhB,OAAOC,MAAM;AAAiB,SAAAC,GAAA,IAAAC,IAAA;AAE9B,MAAMC,aAAa,GAAGA,CAACC,MAAc,EAAEC,KAAiB,kBACtDH,IAAA,CAACH,QAAQ;EAACM,KAAK,EAAE,CAAC,CAAE;EAAAC,QAAA,EACjB,IAAIC,KAAK,CAACH,MAAM,CAAC,CAACI,IAAI,CAAC,CAAC,CAAC,CAACC,GAAG,CAAC,CAACC,IAAY,EAAEC,KAAK,KAAK;IACtD,MAAMC,MAAM,GAAG,GAAGD,KAAK,EAAE;IACzB,oBAAOT,IAAA,CAACJ,IAAI;MAACO,KAAK,EAAE,CAACL,MAAM,CAACa,QAAQ,EAAER,KAAK,IAAI,CAAC,CAAC;IAAE,GAAMO,MAAS,CAAC;EACrE,CAAC;AAAC,CACM,CACX;AAED,MAAME,WAAW,GAAG;EAClBX;AACF,CAAC;AAED,eAAeW,WAAW","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["StyleSheet","Styles","create","lazyLoad","borderRadius","height","marginHorizontal","marginTop"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/utils/LazyLoading/styles/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAEA,SAAQA,UAAU,QAAO,cAAc;AAEvC,MAAMC,MAAM,GAAGD,UAAU,CAACE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"names":["StyleSheet","Styles","create","lazyLoad","borderRadius","height","marginHorizontal","marginTop"],"sourceRoot":"../../../../../../../src","sources":["component/AIA/utils/LazyLoading/styles/index.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAEA,SAAQA,UAAU,QAAO,cAAc;AAEvC,MAAMC,MAAM,GAAGD,UAAU,CAACE,MAAM,CAAC;EAC/BC,QAAQ,EAAE;IACRC,YAAY,EAAE,EAAE;IAChBC,MAAM,EAAE,GAAG;IACXC,gBAAgB,EAAE,EAAE;IACpBC,SAAS,EAAE;EACb;AACF,CAAC,CAAC;AAEF,eAAeN,MAAM","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["toLocaleString","number","numberStr","toString","replace","formatNumber","num","replaceRange","s","start","end","substitute","substring","isParsableNumberString","parseInt","Number","isNaN","e","isNewerVersion","oldVer","newVer","oldParts","split","newParts","result","isEnd","forEach","newPart","index","a","b","NumberString"],"sourceRoot":"../../../../../../src","sources":["component/AIA/utils/NumberString/NumberString.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAEA,MAAMA,cAAc,GAAIC,MAAuB,IAAa;
|
|
1
|
+
{"version":3,"names":["toLocaleString","number","numberStr","toString","replace","formatNumber","num","replaceRange","s","start","end","substitute","substring","isParsableNumberString","parseInt","Number","isNaN","e","isNewerVersion","oldVer","newVer","oldParts","split","newParts","result","isEnd","forEach","newPart","index","a","b","NumberString"],"sourceRoot":"../../../../../../src","sources":["component/AIA/utils/NumberString/NumberString.ts"],"mappings":";;AAAA;AACA;AACA;AACA;AACA;;AAEA,MAAMA,cAAc,GAAIC,MAAuB,IAAa;EAC1D,IAAIC,SAAS,GAAG,EAAE;EAClBA,SAAS,GAAGD,MAAM,CAACE,QAAQ,CAAC,CAAC,CAACC,OAAO,CAAC,uBAAuB,EAAE,GAAG,CAAC;EACnE,OAAOF,SAAS;AAClB,CAAC;AAED,MAAMG,YAAY,GAAIC,GAAW,IAAa;EAC5C,OAAOA,GAAG,CAACH,QAAQ,CAAC,CAAC,CAACC,OAAO,CAAC,uBAAuB,EAAE,GAAG,CAAC;AAC7D,CAAC;AAED,MAAMG,YAAY,GAAGA,CAACC,CAAS,EAAEC,KAAa,EAAEC,GAAW,EAAEC,UAAkB,KAAK;EAClF,OAAOH,CAAC,CAACI,SAAS,CAAC,CAAC,EAAEH,KAAK,CAAC,GAAGE,UAAU,GAAGH,CAAC,CAACI,SAAS,CAACF,GAAG,CAAC;AAC9D,CAAC;AAED,MAAMG,sBAAsB,GAAIL,CAAS,IAAK;EAC5C,IAAI;IACF,MAAMP,MAAM,GAAGa,QAAQ,CAACN,CAAC,EAAE,EAAE,CAAC;IAC9B,OAAO,CAACO,MAAM,CAACC,KAAK,CAACf,MAAM,CAAC;EAC9B,CAAC,CAAC,OAAOgB,CAAC,EAAE;IACV,OAAO,KAAK;EACd;AACF,CAAC;AAED,MAAMC,cAAc,GAAGA,CAACC,MAAc,EAAEC,MAAc,KAAK;EACzD,MAAMC,QAAQ,GAAGF,MAAM,CAACG,KAAK,CAAC,GAAG,CAAC;EAClC,MAAMC,QAAQ,GAAGH,MAAM,CAACE,KAAK,CAAC,GAAG,CAAC;EAClC,IAAIE,MAAM,GAAG,KAAK;EAClB,IAAIC,KAAK,GAAG,KAAK;EACjBF,QAAQ,CAACG,OAAO,CAAC,CAACC,OAAO,EAAEC,KAAK,KAAK;IACnC,IAAI,CAACH,KAAK,EAAE;MACV,MAAMI,CAAC,GAAGf,QAAQ,CAACa,OAAO,EAAE,EAAE,CAAC,CAAC,CAAC;MACjC,MAAMG,CAAC,GAAGhB,QAAQ,CAACO,QAAQ,CAACO,KAAK,CAAC,EAAE,EAAE,CAAC,CAAC,CAAC;MACzC,IAAIC,CAAC,GAAGC,CAAC,EAAE;QACTL,KAAK,GAAG,IAAI;QACZD,MAAM,GAAG,IAAI;MACf;MACA,IAAIM,CAAC,GAAGD,CAAC,EAAE;QACTJ,KAAK,GAAG,IAAI;QACZD,MAAM,GAAG,KAAK;MAChB;MACA,IAAIK,CAAC,KAAKC,CAAC,EAAE;QACXL,KAAK,GAAG,KAAK;QACbD,MAAM,GAAG,KAAK;MAChB;IACF;EACF,CAAC,CAAC;EACF,OAAOA,MAAM;AACf,CAAC;AAED,MAAMO,YAAY,GAAG;EACnB/B,cAAc;EACdK,YAAY;EACZE,YAAY;EACZM,sBAAsB;EACtBK;AACF,CAAC;AAED,eAAea,YAAY","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["default"],"sourceRoot":"../../../../../../src","sources":["component/AIA/utils/NumberString/index.ts"],"mappings":";;AAAA,
|
|
1
|
+
{"version":3,"names":["default"],"sourceRoot":"../../../../../../src","sources":["component/AIA/utils/NumberString/index.ts"],"mappings":";;AAAA,SAASA,OAAO","ignoreList":[]}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["component/AIA/utils/index.ts"],"mappings":";;
|
|
1
|
+
{"version":3,"names":[],"sourceRoot":"../../../../../src","sources":["component/AIA/utils/index.ts"],"mappings":";;AACA;AACA;AACA;AACA;AACA;AACA","ignoreList":[]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aia-mobile-dds/utils",
|
|
3
3
|
"description": "Utilities for Mobile apps",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.4.0",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"dds components",
|
|
7
7
|
"dds design"
|
|
@@ -12,7 +12,9 @@
|
|
|
12
12
|
"react-native-fs": ">= 2.18.0",
|
|
13
13
|
"lodash": ">= 4.17.21",
|
|
14
14
|
"date-fns": ">= 2.29.3",
|
|
15
|
-
"react-native-config": ">= 1.3.1"
|
|
16
|
-
|
|
15
|
+
"react-native-config": ">= 1.3.1"
|
|
16
|
+
},
|
|
17
|
+
"dependencies": {
|
|
18
|
+
"pdf-lib": "^1.17.1"
|
|
17
19
|
}
|
|
18
20
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["React","StyleSheet","View","TextArea","Text","jsx","_jsx","jsxs","_jsxs","CommentForm","formData","freeText","validationErrors","onChangeFreeText","getThemeColor","titleFont","questionFont","style","styles","container","children","section","title","variant","customStyle","flatten","fontFamily","undefined","marginBottom","question","value","onChange","placeholderText","comment_placeholder","maxLength","comment_max_length","hintText","comment","fineprint","isError","create","width","alignItems"],"sourceRoot":"../../../../src","sources":["component/forms/CommentForm.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAAQC,UAAU,EAAEC,IAAI,QAAO,cAAc;AAC7C,OAAOC,QAAQ;AACf,OAAOC,IAAI;AAA8B,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAczC,MAAMC,WAAuC,GAAGA,CAAC;EAChDC,QAAQ;EACRC,QAAQ;EACRC,gBAAgB;EAChBC,gBAAgB;EAChBC;AACD,CAAC,KAAK;EACL,MAAMC,SAAS,GAAGD,aAAa,CAAC,YAAY,EAAE,EAAE,CAAC;EACjD,MAAME,YAAY,GAAGF,aAAa,CAAC,eAAe,EAAE,EAAE,CAAC;EAEvD,oBACCR,IAAA,CAACJ,IAAI;IAACe,KAAK,EAAEC,MAAM,CAACC,SAAU;IAAAC,QAAA,eAC7BZ,KAAA,CAACN,IAAI;MAACe,KAAK,EAAEC,MAAM,CAACG,OAAQ;MAAAD,QAAA,GAC1BV,QAAQ,CAACY,KAAK,IAAI,IAAI,IAAIZ,QAAQ,CAACY,KAAK,KAAK,EAAE,iBAC/ChB,IAAA,CAACF,IAAI;QACJmB,OAAO,EAAC,YAAY;QACpBC,WAAW,EACVvB,UAAU,CAACwB,OAAO,CAAC,CAAC;UAACC,UAAU,EAAEX,SAAS,IAAIY,SAAS;UAAEC,YAAY,EAAE;QAAE,CAAC,CAAC,CAC3E;QAAAR,QAAA,EAEAV,QAAQ,CAACY;MAAK,CACV,CACN,EAEAZ,QAAQ,CAACmB,QAAQ,IAAI,IAAI,IAAInB,QAAQ,CAACmB,QAAQ,KAAK,EAAE,iBACrDvB,IAAA,CAACF,IAAI;QACJmB,OAAO,EAAC,iBAAiB;QACzBC,WAAW,EACVvB,UAAU,CAACwB,OAAO,CAAC,CAAC;UAACC,UAAU,EAAEV,YAAY,IAAIW,SAAS;UAAEC,YAAY,EAAE;QAAC,CAAC,CAAC,CAC7E;QAAAR,QAAA,EAEAV,QAAQ,CAACmB;MAAQ,CACb,CACN,eAEDvB,IAAA,CAACH,QAAQ;QACR2B,KAAK,EAAEnB,QAAS;QAChBoB,QAAQ,EAAElB,gBAAiB;QAC3BmB,eAAe,EAAEtB,QAAQ,CAACuB,mBAAoB;QAC9CC,SAAS,EAAExB,QAAQ,CAACyB,kBAAkB,IAAI,GAAI;QAC9CC,QAAQ,EAAExB,gBAAgB,EAAEyB,OAAO,IAAI3B,QAAQ,CAAC4B,SAAS,IAAI,EAAG;QAChEC,OAAO,EAAE,CAAC,CAAC3B,gBAAgB,EAAEyB;MAAQ,CACrC,CAAC;IAAA,CACG;EAAC,CACF,CAAC;AAET,CAAC;AAED,
|
|
1
|
+
{"version":3,"names":["React","StyleSheet","View","TextArea","Text","jsx","_jsx","jsxs","_jsxs","CommentForm","formData","freeText","validationErrors","onChangeFreeText","getThemeColor","titleFont","questionFont","style","styles","container","children","section","title","variant","customStyle","flatten","fontFamily","undefined","marginBottom","question","value","onChange","placeholderText","comment_placeholder","maxLength","comment_max_length","hintText","comment","fineprint","isError","memo","create","width","alignItems"],"sourceRoot":"../../../../src","sources":["component/forms/CommentForm.tsx"],"mappings":";;AAAA,OAAOA,KAAK,MAAM,OAAO;AACzB,SAAQC,UAAU,EAAEC,IAAI,QAAO,cAAc;AAC7C,OAAOC,QAAQ;AACf,OAAOC,IAAI;AAA8B,SAAAC,GAAA,IAAAC,IAAA,EAAAC,IAAA,IAAAC,KAAA;AAczC,MAAMC,WAAuC,GAAGA,CAAC;EAChDC,QAAQ;EACRC,QAAQ;EACRC,gBAAgB;EAChBC,gBAAgB;EAChBC;AACD,CAAC,KAAK;EACL,MAAMC,SAAS,GAAGD,aAAa,CAAC,YAAY,EAAE,EAAE,CAAC;EACjD,MAAME,YAAY,GAAGF,aAAa,CAAC,eAAe,EAAE,EAAE,CAAC;EAEvD,oBACCR,IAAA,CAACJ,IAAI;IAACe,KAAK,EAAEC,MAAM,CAACC,SAAU;IAAAC,QAAA,eAC7BZ,KAAA,CAACN,IAAI;MAACe,KAAK,EAAEC,MAAM,CAACG,OAAQ;MAAAD,QAAA,GAC1BV,QAAQ,CAACY,KAAK,IAAI,IAAI,IAAIZ,QAAQ,CAACY,KAAK,KAAK,EAAE,iBAC/ChB,IAAA,CAACF,IAAI;QACJmB,OAAO,EAAC,YAAY;QACpBC,WAAW,EACVvB,UAAU,CAACwB,OAAO,CAAC,CAAC;UAACC,UAAU,EAAEX,SAAS,IAAIY,SAAS;UAAEC,YAAY,EAAE;QAAE,CAAC,CAAC,CAC3E;QAAAR,QAAA,EAEAV,QAAQ,CAACY;MAAK,CACV,CACN,EAEAZ,QAAQ,CAACmB,QAAQ,IAAI,IAAI,IAAInB,QAAQ,CAACmB,QAAQ,KAAK,EAAE,iBACrDvB,IAAA,CAACF,IAAI;QACJmB,OAAO,EAAC,iBAAiB;QACzBC,WAAW,EACVvB,UAAU,CAACwB,OAAO,CAAC,CAAC;UAACC,UAAU,EAAEV,YAAY,IAAIW,SAAS;UAAEC,YAAY,EAAE;QAAC,CAAC,CAAC,CAC7E;QAAAR,QAAA,EAEAV,QAAQ,CAACmB;MAAQ,CACb,CACN,eAEDvB,IAAA,CAACH,QAAQ;QACR2B,KAAK,EAAEnB,QAAS;QAChBoB,QAAQ,EAAElB,gBAAiB;QAC3BmB,eAAe,EAAEtB,QAAQ,CAACuB,mBAAoB;QAC9CC,SAAS,EAAExB,QAAQ,CAACyB,kBAAkB,IAAI,GAAI;QAC9CC,QAAQ,EAAExB,gBAAgB,EAAEyB,OAAO,IAAI3B,QAAQ,CAAC4B,SAAS,IAAI,EAAG;QAChEC,OAAO,EAAE,CAAC,CAAC3B,gBAAgB,EAAEyB;MAAQ,CACrC,CAAC;IAAA,CACG;EAAC,CACF,CAAC;AAET,CAAC;AAED,4BAAerC,KAAK,CAACwC,IAAI,CAAC/B,WAAW,CAAC;AAEtC,MAAMS,MAAM,GAAGjB,UAAU,CAACwC,MAAM,CAAC;EAChCtB,SAAS,EAAE;IACVuB,KAAK,EAAE;EACR,CAAC;EACDrB,OAAO,EAAE;IACRsB,UAAU,EAAE;EACb;AACD,CAAC,CAAC","ignoreList":[]}
|