@zohodesk/dot 1.0.0-temp-183 → 1.0.0-temp-181.8
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/.cli/propValidation_report.html +1 -1
- package/coverage/ExternalLink/ExternalLink.js.html +1 -1
- package/coverage/ExternalLink/ExternalLink.module.css.html +1 -1
- package/coverage/ExternalLink/index.html +1 -1
- package/coverage/ExternalLink/props/defaultProps.js.html +1 -1
- package/coverage/ExternalLink/props/index.html +1 -1
- package/coverage/ExternalLink/props/propTypes.js.html +1 -1
- package/coverage/IconButton/IconButton.js.html +1 -1
- package/coverage/IconButton/IconButton.module.css.html +1 -1
- package/coverage/IconButton/index.html +1 -1
- package/coverage/IconButton/props/defaultProps.js.html +1 -1
- package/coverage/IconButton/props/index.html +1 -1
- package/coverage/IconButton/props/propTypes.js.html +1 -1
- package/coverage/Image/Image.js.html +1 -1
- package/coverage/Image/Image.module.css.html +1 -1
- package/coverage/Image/index.html +1 -1
- package/coverage/Image/props/defaultProps.js.html +1 -1
- package/coverage/Image/props/index.html +1 -1
- package/coverage/Image/props/propTypes.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/AvatarWithTeam.module.css.html +1 -1
- package/coverage/avatar/AvatarWithTeam/index.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/defaultProps.js.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/index.html +1 -1
- package/coverage/avatar/AvatarWithTeam/props/propTypes.js.html +1 -1
- package/coverage/coverage-final.json +16 -16
- package/coverage/coverage-summary.json +16 -16
- package/coverage/index.html +1 -1
- package/es/ActionButton/ActionButton.module.css +192 -192
- package/es/AlphabeticList/AlphabeticList.module.css +57 -57
- package/es/AttachmentViewer/AttachmentViewer.module.css +352 -352
- package/es/ChannelIcon/ChannelIcon.module.css +225 -225
- package/es/Drawer/Drawer.js +4 -5
- package/es/ExternalLink/ExternalLink.js +4 -5
- package/es/FlipCard/FlipCard.js +14 -12
- package/es/FormAction/FormAction.module.css +100 -100
- package/es/IconButton/IconButton.js +4 -5
- package/es/IconButton/IconButton.module.css +22 -22
- package/es/Link/Link.js +8 -10
- package/es/Message/Message.js +4 -5
- package/es/TagWithIcon/TagWithIcon.module.css +66 -66
- package/es/ToastMessage/ToastMessage.js +2 -4
- package/es/actions/AutoClose.js +2 -1
- package/es/alert/AlertLookup/AlertLookup.js +14 -12
- package/es/avatar/AvatarClose/AvatarClose.js +7 -7
- package/es/avatar/AvatarCollision/AvatarCollision.js +7 -7
- package/es/avatar/AvatarIcon/AvatarIcon.js +4 -5
- package/es/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
- package/es/avatar/AvatarStatus/AvatarStatus.js +7 -8
- package/es/avatar/AvatarThread/AvatarThread.js +7 -7
- package/es/avatar/AvatarUser/AvatarUser.js +10 -9
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +17 -14
- package/es/common/dot_boxShadow.module.css +0 -2
- package/es/dropdown/ToggleDropDown/ToggleDropDown.js +28 -24
- package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
- package/es/form/fields/CheckBoxField/CheckBoxField.js +15 -13
- package/es/form/fields/CurrencyField/CurrencyField.js +14 -12
- package/es/form/fields/DateField/DateField.js +14 -14
- package/es/form/fields/MultiSelectField/MultiSelectField.js +13 -12
- package/es/form/fields/PhoneField/PhoneField.js +7 -7
- package/es/form/fields/RadioField/RadioField.js +18 -15
- package/es/form/fields/SelectField/SelectField.js +14 -14
- package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +16 -14
- package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
- package/es/form/fields/TextBoxField/TextBoxField.js +14 -14
- package/es/form/fields/TextEditorField/TextEditorField.js +11 -10
- package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +11 -10
- package/es/form/fields/TextareaField/TextareaField.js +14 -13
- package/es/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
- package/es/layout/SubtabLayout/SubtabLayout.js +4 -6
- package/es/layout/SubtabLayout/SubtabLayout.module.css +164 -164
- package/es/list/Comment/Comment.module.css +29 -29
- package/es/list/DepartmentDropDown/DepartmentDropDown.js +3 -9
- package/es/list/DepartmentDropDown/props/defaultProps.js +1 -2
- package/es/list/DepartmentDropDown/props/propTypes.js +1 -2
- package/es/list/Dot/Dot.module.css +15 -15
- package/es/list/ListLayout/ListLayout.js +4 -5
- package/es/list/ListLayout/ListLayout.module.css +79 -79
- package/es/list/SecondaryText/AccountName.js +12 -12
- package/es/list/SecondaryText/ContactName.js +8 -9
- package/es/list/SecondaryText/Email.js +8 -8
- package/es/list/SecondaryText/PhoneNumber.js +8 -8
- package/es/list/SecondaryText/SecondaryText.js +4 -5
- package/es/list/SecondaryText/TicketId.js +7 -7
- package/es/list/Subject/Subject.js +7 -7
- package/es/list/Subject/Subject.module.css +34 -34
- package/es/list/Thread/Thread.module.css +42 -42
- package/es/list/status/StatusListItem/StatusListItem.js +5 -5
- package/es/list/status/StatusListItem/StatusListItem.module.css +5 -35
- package/es/lookup/Lookup/Lookup.js +4 -5
- package/es/lookup/header/Search/Search.js +5 -3
- package/es/v1/DotWrapper/DotWrapper.js +39 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/dynamicImports.js +24 -0
- package/es/v1/DotWrapper/libraryChunks/importMapping.js +19 -0
- package/es/v1/DotWrapper/libraryChunks/size/fontSize.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/size/zoomSize.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +3 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +1 -0
- package/es/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +1 -0
- package/es/v1/DotWrapper/props/defaultProps.js +6 -0
- package/es/v1/DotWrapper/props/propTypes.js +9 -0
- package/es/v1/DotWrapper/utils/appearanceProperties.js +46 -0
- package/es/v1/DotWrapper/utils/errorMessage.js +7 -0
- package/es/v1/DotWrapper/utils/importFiles.js +31 -0
- package/es/v1/DotWrapper/utils/sizeProperties.js +12 -0
- package/es/v1/DotWrapper/utils/themeProperties.js +220 -0
- package/es/v1/Drawer/Drawer.js +4 -5
- package/es/v1/ExternalLink/ExternalLink.js +4 -5
- package/es/v1/FlipCard/FlipCard.js +14 -12
- package/es/v1/GlobalNotification/GlobalNotification.js +6 -7
- package/es/v1/IconButton/IconButton.js +4 -5
- package/es/v1/Link/Link.js +8 -10
- package/es/v1/Message/Message.js +4 -5
- package/es/v1/ToastMessage/ToastMessage.js +2 -4
- package/es/v1/actions/AutoClose.js +2 -1
- package/es/v1/alert/AlertLookup/AlertLookup.js +15 -15
- package/es/v1/avatar/AvatarClose/AvatarClose.js +7 -7
- package/es/v1/avatar/AvatarCollision/AvatarCollision.js +7 -7
- package/es/v1/avatar/AvatarIcon/AvatarIcon.js +4 -5
- package/es/v1/avatar/AvatarStatus/AvatarStatus.js +7 -8
- package/es/v1/avatar/AvatarThread/AvatarThread.js +7 -7
- package/es/v1/avatar/AvatarUser/AvatarUser.js +10 -9
- package/es/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +17 -14
- package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +28 -24
- package/es/v1/form/fields/CheckBoxField/CheckBoxField.js +15 -13
- package/es/v1/form/fields/CurrencyField/CurrencyField.js +14 -12
- package/es/v1/form/fields/DateField/DateField.js +14 -14
- package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +13 -12
- package/es/v1/form/fields/PhoneField/PhoneField.js +7 -7
- package/es/v1/form/fields/RadioField/RadioField.js +18 -16
- package/es/v1/form/fields/SelectField/SelectField.js +14 -14
- package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +13 -10
- package/es/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +11 -11
- package/es/v1/form/fields/TextBoxField/TextBoxField.js +14 -14
- package/es/v1/form/fields/TextEditorField/TextEditorField.js +11 -10
- package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +11 -10
- package/es/v1/form/fields/TextareaField/TextareaField.js +14 -13
- package/es/v1/layout/SubtabLayout/SubtabLayout.js +4 -6
- package/es/v1/list/ListLayout/ListLayout.js +4 -5
- package/es/v1/list/SecondaryText/AccountName.js +12 -12
- package/es/v1/list/SecondaryText/ContactName.js +8 -9
- package/es/v1/list/SecondaryText/Email.js +8 -8
- package/es/v1/list/SecondaryText/PhoneNumber.js +8 -8
- package/es/v1/list/SecondaryText/SecondaryText.js +4 -5
- package/es/v1/list/SecondaryText/TicketId.js +7 -7
- package/es/v1/list/Subject/Subject.js +7 -7
- package/es/v1/list/status/StatusListItem/StatusListItem.js +5 -5
- package/es/v1/lookup/Lookup/Lookup.js +4 -5
- package/es/v1/lookup/header/Search/Search.js +5 -3
- package/es/v1/notification/DesktopNotification/DesktopNotification.js +6 -7
- package/es/version2/GlobalNotification/GlobalNotification.js +6 -7
- package/es/version2/GlobalNotification/GlobalNotification.module.css +177 -177
- package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +87 -87
- package/es/version2/lookup/AlertLookup/AlertLookup.js +15 -15
- package/es/version2/notification/DesktopNotification/DesktopNotification.js +6 -7
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +132 -132
- package/lib/ActionButton/ActionButton.module.css +192 -192
- package/lib/AlphabeticList/AlphabeticList.module.css +57 -57
- package/lib/AttachmentViewer/AttachmentViewer.module.css +352 -352
- package/lib/ChannelIcon/ChannelIcon.module.css +225 -225
- package/lib/FormAction/FormAction.module.css +100 -100
- package/lib/IconButton/IconButton.module.css +22 -22
- package/lib/TagWithIcon/TagWithIcon.module.css +66 -66
- package/lib/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
- package/lib/common/dot_boxShadow.module.css +0 -2
- package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
- package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.js +3 -5
- package/lib/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
- package/lib/layout/SubtabLayout/SubtabLayout.module.css +164 -164
- package/lib/list/Comment/Comment.module.css +29 -29
- package/lib/list/DepartmentDropDown/DepartmentDropDown.js +3 -8
- package/lib/list/DepartmentDropDown/props/defaultProps.js +1 -2
- package/lib/list/DepartmentDropDown/props/propTypes.js +1 -1
- package/lib/list/Dot/Dot.module.css +15 -15
- package/lib/list/ListLayout/ListLayout.module.css +79 -79
- package/lib/list/Subject/Subject.module.css +34 -34
- package/lib/list/Thread/Thread.module.css +42 -42
- package/lib/list/status/StatusListItem/StatusListItem.module.css +5 -35
- package/lib/v1/DotWrapper/DotWrapper.js +64 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/component/DarkMode_Component.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/component/LightMode_Component.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/component/PureDarkMode_Component.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/dot/DarkMode_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/dot/LightMode_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/dot/PureDarkMode_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/svg/DarkMode_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/svg/LightMode_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/appearance/svg/PureDarkMode_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/dynamicImports.js +43 -0
- package/lib/v1/DotWrapper/libraryChunks/importMapping.js +26 -0
- package/lib/v1/DotWrapper/libraryChunks/size/fontSize.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/size/zoomSize.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Dark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_Light_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Dark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_Light_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/green/Green_PureDark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Dark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_Light_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Dark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_Light_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/red/Red_PureDark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +7 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Dark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_Light_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Dark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_Light_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Dark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_Light_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Dark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_Light_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +3 -0
- package/lib/v1/DotWrapper/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +3 -0
- package/lib/v1/DotWrapper/props/defaultProps.js +13 -0
- package/lib/v1/DotWrapper/props/propTypes.js +20 -0
- package/lib/v1/DotWrapper/utils/appearanceProperties.js +79 -0
- package/lib/v1/DotWrapper/utils/errorMessage.js +14 -0
- package/lib/v1/DotWrapper/utils/importFiles.js +40 -0
- package/lib/v1/DotWrapper/utils/sizeProperties.js +31 -0
- package/lib/v1/DotWrapper/utils/themeProperties.js +325 -0
- package/lib/version2/GlobalNotification/GlobalNotification.module.css +177 -177
- package/lib/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +87 -87
- package/lib/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.module.css +132 -132
- package/package.json +4 -4
- package/result.json +1 -1
|
@@ -0,0 +1,220 @@
|
|
|
1
|
+
export const themeImports = {
|
|
2
|
+
Lib_Blue_Light_Component: () => import(
|
|
3
|
+
/* webpackChunkName: 'Lib_Blue_Light_Component' */
|
|
4
|
+
'../libraryChunks/themes/component/blue/Blue_Light_Component'),
|
|
5
|
+
Lib_Blue_Dark_Component: () => import(
|
|
6
|
+
/* webpackChunkName: 'Lib_Blue_Dark_Component' */
|
|
7
|
+
'../libraryChunks/themes/component/blue/Blue_Dark_Component'),
|
|
8
|
+
Lib_Blue_PureDark_Component: () => import(
|
|
9
|
+
/* webpackChunkName: 'Lib_Blue_PureDark_Component' */
|
|
10
|
+
'../libraryChunks/themes/component/blue/Blue_PureDark_Component'),
|
|
11
|
+
Lib_Green_Light_Component: () => import(
|
|
12
|
+
/* webpackChunkName: 'Lib_Green_Light_Component' */
|
|
13
|
+
'../libraryChunks/themes/component/green/Green_Light_Component'),
|
|
14
|
+
Lib_Green_Dark_Component: () => import(
|
|
15
|
+
/* webpackChunkName: 'Lib_Green_Dark_Component' */
|
|
16
|
+
'../libraryChunks/themes/component/green/Green_Dark_Component'),
|
|
17
|
+
Lib_Green_PureDark_Component: () => import(
|
|
18
|
+
/* webpackChunkName: 'Lib_Green_PureDark_Component' */
|
|
19
|
+
'../libraryChunks/themes/component/green/Green_PureDark_Component'),
|
|
20
|
+
Lib_Orange_Light_Component: () => import(
|
|
21
|
+
/* webpackChunkName: 'Lib_Orange_Light_Component' */
|
|
22
|
+
'../libraryChunks/themes/component/orange/Orange_Light_Component'),
|
|
23
|
+
Lib_Orange_Dark_Component: () => import(
|
|
24
|
+
/* webpackChunkName: 'Lib_Orange_Dark_Component' */
|
|
25
|
+
'../libraryChunks/themes/component/orange/Orange_Dark_Component'),
|
|
26
|
+
Lib_Orange_PureDark_Component: () => import(
|
|
27
|
+
/* webpackChunkName: 'Lib_Orange_PureDark_Component' */
|
|
28
|
+
'../libraryChunks/themes/component/orange/Orange_PureDark_Component'),
|
|
29
|
+
Lib_Red_Light_Component: () => import(
|
|
30
|
+
/* webpackChunkName: 'Lib_Red_Light_Component' */
|
|
31
|
+
'../libraryChunks/themes/component/red/Red_Light_Component'),
|
|
32
|
+
Lib_Red_Dark_Component: () => import(
|
|
33
|
+
/* webpackChunkName: 'Lib_Red_Dark_Component' */
|
|
34
|
+
'../libraryChunks/themes/component/red/Red_Dark_Component'),
|
|
35
|
+
Lib_Red_PureDark_Component: () => import(
|
|
36
|
+
/* webpackChunkName: 'Lib_Red_PureDark_Component' */
|
|
37
|
+
'../libraryChunks/themes/component/red/Red_PureDark_Component'),
|
|
38
|
+
Lib_Yellow_Light_Component: () => import(
|
|
39
|
+
/* webpackChunkName: 'Lib_Yellow_Light_Component' */
|
|
40
|
+
'../libraryChunks/themes/component/yellow/Yellow_Light_Component'),
|
|
41
|
+
Lib_Yellow_Dark_Component: () => import(
|
|
42
|
+
/* webpackChunkName: 'Lib_Yellow_Dark_Component' */
|
|
43
|
+
'../libraryChunks/themes/component/yellow/Yellow_Dark_Component'),
|
|
44
|
+
Lib_Yellow_PureDark_Component: () => import(
|
|
45
|
+
/* webpackChunkName: 'Lib_Yellow_PureDark_Component' */
|
|
46
|
+
'../libraryChunks/themes/component/yellow/Yellow_PureDark_Component'),
|
|
47
|
+
Lib_Blue_Light_Dot: () => import(
|
|
48
|
+
/* webpackChunkName: 'Lib_Blue_Light_Dot' */
|
|
49
|
+
'../libraryChunks/themes/dot/blue/Blue_Light_Dot'),
|
|
50
|
+
Lib_Blue_Dark_Dot: () => import(
|
|
51
|
+
/* webpackChunkName: 'Lib_Blue_Dark_Dot' */
|
|
52
|
+
'../libraryChunks/themes/dot/blue/Blue_Dark_Dot'),
|
|
53
|
+
Lib_Blue_PureDark_Dot: () => import(
|
|
54
|
+
/* webpackChunkName: 'Lib_Blue_PureDark_Dot' */
|
|
55
|
+
'../libraryChunks/themes/dot/blue/Blue_PureDark_Dot'),
|
|
56
|
+
Lib_Green_Light_Dot: () => import(
|
|
57
|
+
/* webpackChunkName: 'Lib_Green_Light_Dot' */
|
|
58
|
+
'../libraryChunks/themes/dot/green/Green_Light_Dot'),
|
|
59
|
+
Lib_Green_Dark_Dot: () => import(
|
|
60
|
+
/* webpackChunkName: 'Lib_Green_Dark_Dot' */
|
|
61
|
+
'../libraryChunks/themes/dot/green/Green_Dark_Dot'),
|
|
62
|
+
Lib_Green_PureDark_Dot: () => import(
|
|
63
|
+
/* webpackChunkName: 'Lib_Green_PureDark_Dot' */
|
|
64
|
+
'../libraryChunks/themes/dot/green/Green_PureDark_Dot'),
|
|
65
|
+
Lib_Orange_Light_Dot: () => import(
|
|
66
|
+
/* webpackChunkName: 'Lib_Orange_Light_Dot' */
|
|
67
|
+
'../libraryChunks/themes/dot/orange/Orange_Light_Dot'),
|
|
68
|
+
Lib_Orange_Dark_Dot: () => import(
|
|
69
|
+
/* webpackChunkName: 'Lib_Orange_Dark_Dot' */
|
|
70
|
+
'../libraryChunks/themes/dot/orange/Orange_Dark_Dot'),
|
|
71
|
+
Lib_Orange_PureDark_Dot: () => import(
|
|
72
|
+
/* webpackChunkName: 'Lib_Orange_PureDark_Dot' */
|
|
73
|
+
'../libraryChunks/themes/dot/orange/Orange_PureDark_Dot'),
|
|
74
|
+
Lib_Red_Light_Dot: () => import(
|
|
75
|
+
/* webpackChunkName: 'Lib_Red_Light_Dot' */
|
|
76
|
+
'../libraryChunks/themes/dot/red/Red_Light_Dot'),
|
|
77
|
+
Lib_Red_Dark_Dot: () => import(
|
|
78
|
+
/* webpackChunkName: 'Lib_Red_Dark_Dot' */
|
|
79
|
+
'../libraryChunks/themes/dot/red/Red_Dark_Dot'),
|
|
80
|
+
Lib_Red_PureDark_Dot: () => import(
|
|
81
|
+
/* webpackChunkName: 'Lib_Red_PureDark_Dot' */
|
|
82
|
+
'../libraryChunks/themes/dot/red/Red_PureDark_Dot'),
|
|
83
|
+
Lib_Yellow_Light_Dot: () => import(
|
|
84
|
+
/* webpackChunkName: 'Lib_Yellow_Light_Dot' */
|
|
85
|
+
'../libraryChunks/themes/dot/yellow/Yellow_Light_Dot'),
|
|
86
|
+
Lib_Yellow_Dark_Dot: () => import(
|
|
87
|
+
/* webpackChunkName: 'Lib_Yellow_Dark_Dot' */
|
|
88
|
+
'../libraryChunks/themes/dot/yellow/Yellow_Dark_Dot'),
|
|
89
|
+
Lib_Yellow_PureDark_Dot: () => import(
|
|
90
|
+
/* webpackChunkName: 'Lib_Yellow_PureDark_Dot' */
|
|
91
|
+
'../libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot'),
|
|
92
|
+
Lib_Blue_Light_SVG: () => import(
|
|
93
|
+
/* webpackChunkName: 'Lib_Blue_Light_SVG' */
|
|
94
|
+
'../libraryChunks/themes/svg/blue/Blue_Light_SVG'),
|
|
95
|
+
Lib_Blue_Dark_SVG: () => import(
|
|
96
|
+
/* webpackChunkName: 'Lib_Blue_Dark_SVG' */
|
|
97
|
+
'../libraryChunks/themes/svg/blue/Blue_Dark_SVG'),
|
|
98
|
+
Lib_Blue_PureDark_SVG: () => import(
|
|
99
|
+
/* webpackChunkName: 'Lib_Blue_PureDark_SVG' */
|
|
100
|
+
'../libraryChunks/themes/svg/blue/Blue_PureDark_SVG'),
|
|
101
|
+
Lib_Green_Light_SVG: () => import(
|
|
102
|
+
/* webpackChunkName: 'Lib_Green_Light_SVG' */
|
|
103
|
+
'../libraryChunks/themes/svg/green/Green_Light_SVG'),
|
|
104
|
+
Lib_Green_Dark_SVG: () => import(
|
|
105
|
+
/* webpackChunkName: 'Lib_Green_Dark_SVG' */
|
|
106
|
+
'../libraryChunks/themes/svg/green/Green_Dark_SVG'),
|
|
107
|
+
Lib_Green_PureDark_SVG: () => import(
|
|
108
|
+
/* webpackChunkName: 'Lib_Green_PureDark_SVG' */
|
|
109
|
+
'../libraryChunks/themes/svg/green/Green_PureDark_SVG'),
|
|
110
|
+
Lib_Orange_Light_SVG: () => import(
|
|
111
|
+
/* webpackChunkName: 'Lib_Orange_Light_SVG' */
|
|
112
|
+
'../libraryChunks/themes/svg/orange/Orange_Light_SVG'),
|
|
113
|
+
Lib_Orange_Dark_SVG: () => import(
|
|
114
|
+
/* webpackChunkName: 'Lib_Orange_Dark_SVG' */
|
|
115
|
+
'../libraryChunks/themes/svg/orange/Orange_Dark_SVG'),
|
|
116
|
+
Lib_Orange_PureDark_SVG: () => import(
|
|
117
|
+
/* webpackChunkName: 'Lib_Orange_PureDark_SVG' */
|
|
118
|
+
'../libraryChunks/themes/svg/orange/Orange_PureDark_SVG'),
|
|
119
|
+
Lib_Red_Light_SVG: () => import(
|
|
120
|
+
/* webpackChunkName: 'Lib_Red_Light_SVG' */
|
|
121
|
+
'../libraryChunks/themes/svg/red/Red_Light_SVG'),
|
|
122
|
+
Lib_Red_Dark_SVG: () => import(
|
|
123
|
+
/* webpackChunkName: 'Lib_Red_Dark_SVG' */
|
|
124
|
+
'../libraryChunks/themes/svg/red/Red_Dark_SVG'),
|
|
125
|
+
Lib_Red_PureDark_SVG: () => import(
|
|
126
|
+
/* webpackChunkName: 'Lib_Red_PureDark_SVG' */
|
|
127
|
+
'../libraryChunks/themes/svg/red/Red_PureDark_SVG'),
|
|
128
|
+
Lib_Yellow_Light_SVG: () => import(
|
|
129
|
+
/* webpackChunkName: 'Lib_Yellow_Light_SVG' */
|
|
130
|
+
'../libraryChunks/themes/svg/yellow/Yellow_Light_SVG'),
|
|
131
|
+
Lib_Yellow_Dark_SVG: () => import(
|
|
132
|
+
/* webpackChunkName: 'Lib_Yellow_Dark_SVG' */
|
|
133
|
+
'../libraryChunks/themes/svg/yellow/Yellow_Dark_SVG'),
|
|
134
|
+
Lib_Yellow_PureDark_SVG: () => import(
|
|
135
|
+
/* webpackChunkName: 'Lib_Yellow_PureDark_SVG' */
|
|
136
|
+
'../libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG')
|
|
137
|
+
};
|
|
138
|
+
export const themeMapping = {
|
|
139
|
+
component: {
|
|
140
|
+
blue: {
|
|
141
|
+
light: 'Lib_Blue_Light_Component',
|
|
142
|
+
dark: 'Lib_Blue_Dark_Component',
|
|
143
|
+
pureDark: 'Lib_Blue_PureDark_Component'
|
|
144
|
+
},
|
|
145
|
+
green: {
|
|
146
|
+
light: 'Lib_Green_Light_Component',
|
|
147
|
+
dark: 'Lib_Green_Dark_Component',
|
|
148
|
+
pureDark: 'Lib_Green_PureDark_Component'
|
|
149
|
+
},
|
|
150
|
+
orange: {
|
|
151
|
+
light: 'Lib_Orange_Light_Component',
|
|
152
|
+
dark: 'Lib_Orange_Dark_Component',
|
|
153
|
+
pureDark: 'Lib_Orange_PureDark_Component'
|
|
154
|
+
},
|
|
155
|
+
red: {
|
|
156
|
+
light: 'Lib_Red_Light_Component',
|
|
157
|
+
dark: 'Lib_Red_Dark_Component',
|
|
158
|
+
pureDark: 'Lib_Red_PureDark_Component'
|
|
159
|
+
},
|
|
160
|
+
yellow: {
|
|
161
|
+
light: 'Lib_Yellow_Light_Component',
|
|
162
|
+
dark: 'Lib_Yellow_Dark_Component',
|
|
163
|
+
pureDark: 'Lib_Yellow_PureDark_Component'
|
|
164
|
+
}
|
|
165
|
+
},
|
|
166
|
+
dot: {
|
|
167
|
+
blue: {
|
|
168
|
+
light: 'Lib_Blue_Light_Dot',
|
|
169
|
+
dark: 'Lib_Blue_Dark_Dot',
|
|
170
|
+
pureDark: 'Lib_Blue_PureDark_Dot'
|
|
171
|
+
},
|
|
172
|
+
green: {
|
|
173
|
+
light: 'Lib_Green_Light_Dot',
|
|
174
|
+
dark: 'Lib_Green_Dark_Dot',
|
|
175
|
+
pureDark: 'Lib_Green_PureDark_Dot'
|
|
176
|
+
},
|
|
177
|
+
orange: {
|
|
178
|
+
light: 'Lib_Orange_Light_Dot',
|
|
179
|
+
dark: 'Lib_Orange_Dark_Dot',
|
|
180
|
+
pureDark: 'Lib_Orange_PureDark_Dot'
|
|
181
|
+
},
|
|
182
|
+
red: {
|
|
183
|
+
light: 'Lib_Red_Light_Dot',
|
|
184
|
+
dark: 'Lib_Red_Dark_Dot',
|
|
185
|
+
pureDark: 'Lib_Red_PureDark_Dot'
|
|
186
|
+
},
|
|
187
|
+
yellow: {
|
|
188
|
+
light: 'Lib_Yellow_Light_Dot',
|
|
189
|
+
dark: 'Lib_Yellow_Dark_Dot',
|
|
190
|
+
pureDark: 'Lib_Yellow_PureDark_Dot'
|
|
191
|
+
}
|
|
192
|
+
},
|
|
193
|
+
svg: {
|
|
194
|
+
blue: {
|
|
195
|
+
light: 'Lib_Blue_Light_SVG',
|
|
196
|
+
dark: 'Lib_Blue_Dark_SVG',
|
|
197
|
+
pureDark: 'Lib_Blue_PureDark_SVG'
|
|
198
|
+
},
|
|
199
|
+
green: {
|
|
200
|
+
light: 'Lib_Green_Light_SVG',
|
|
201
|
+
dark: 'Lib_Green_Dark_SVG',
|
|
202
|
+
pureDark: 'Lib_Green_PureDark_SVG'
|
|
203
|
+
},
|
|
204
|
+
orange: {
|
|
205
|
+
light: 'Lib_Orange_Light_SVG',
|
|
206
|
+
dark: 'Lib_Orange_Dark_SVG',
|
|
207
|
+
pureDark: 'Lib_Orange_PureDark_SVG'
|
|
208
|
+
},
|
|
209
|
+
red: {
|
|
210
|
+
light: 'Lib_Red_Light_SVG',
|
|
211
|
+
dark: 'Lib_Red_Dark_SVG',
|
|
212
|
+
pureDark: 'Lib_Red_PureDark_SVG'
|
|
213
|
+
},
|
|
214
|
+
yellow: {
|
|
215
|
+
light: 'Lib_Yellow_Light_SVG',
|
|
216
|
+
dark: 'Lib_Yellow_Dark_SVG',
|
|
217
|
+
pureDark: 'Lib_Yellow_PureDark_SVG'
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
};
|
package/es/v1/Drawer/Drawer.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
import React, { useRef } from 'react';
|
|
4
2
|
import { Header_defaultProps, Footer_defaultProps, Drawer_defaultProps } from './props/defaultProps';
|
|
5
3
|
import { Header_propTypes, Content_propTypes, Footer_propTypes, Drawer_propTypes } from './props/propTypes';
|
|
@@ -161,12 +159,13 @@ export default function Drawer(props) {
|
|
|
161
159
|
|
|
162
160
|
return child;
|
|
163
161
|
});
|
|
164
|
-
let content = /*#__PURE__*/React.createElement(Box,
|
|
162
|
+
let content = /*#__PURE__*/React.createElement(Box, {
|
|
165
163
|
className: `${style.container} ${style.columns} ${style.drawerModal} ${uptoTablet ? style.mbleSize : style[size]}`,
|
|
166
164
|
"data-a11y-need-focus-style": "false",
|
|
167
165
|
tabindex: -1,
|
|
168
|
-
eleRef: contentRef
|
|
169
|
-
|
|
166
|
+
eleRef: contentRef,
|
|
167
|
+
...a11y
|
|
168
|
+
}, /*#__PURE__*/React.createElement(Card, {
|
|
170
169
|
onClick: e => {
|
|
171
170
|
e && e.stopPropagation && e.stopPropagation();
|
|
172
171
|
onBodyClick(e);
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
/**** Libraries ****/
|
|
4
2
|
import React from 'react';
|
|
5
3
|
import { defaultProps } from './props/defaultProps';
|
|
@@ -32,7 +30,7 @@ const ExternalLink = props => {
|
|
|
32
30
|
};
|
|
33
31
|
|
|
34
32
|
let urlOutput = href && typeof href !== 'boolean' ? addHttp(String(href)) : 'javascript:void(0);';
|
|
35
|
-
return /*#__PURE__*/React.createElement("a",
|
|
33
|
+
return /*#__PURE__*/React.createElement("a", {
|
|
36
34
|
href: urlOutput,
|
|
37
35
|
target: target,
|
|
38
36
|
className: `${style.link} ${className ? className : ''}`,
|
|
@@ -40,8 +38,9 @@ const ExternalLink = props => {
|
|
|
40
38
|
rel: rel,
|
|
41
39
|
"data-id": dataId,
|
|
42
40
|
"data-test-id": dataId,
|
|
43
|
-
onClick: onClick
|
|
44
|
-
|
|
41
|
+
onClick: onClick,
|
|
42
|
+
...customProps
|
|
43
|
+
}, children);
|
|
45
44
|
};
|
|
46
45
|
|
|
47
46
|
ExternalLink.defaultProps = defaultProps;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { defaultProps } from './props/defaultProps';
|
|
5
3
|
import { propTypes } from './props/propTypes';
|
|
@@ -76,16 +74,17 @@ export default function FlipCard(props) {
|
|
|
76
74
|
}, !noNeedFlip ? /*#__PURE__*/React.createElement(Container, {
|
|
77
75
|
align: "both",
|
|
78
76
|
className: `${style.front} ${frontClass ? frontClass : ''}`
|
|
79
|
-
}, /*#__PURE__*/React.createElement(CheckBox,
|
|
77
|
+
}, /*#__PURE__*/React.createElement(CheckBox, {
|
|
80
78
|
isFilled: isFilledCheckbox,
|
|
81
79
|
checked: isChecked,
|
|
82
80
|
onChange: onChange,
|
|
83
81
|
id: `checkbox_${id}`,
|
|
84
|
-
dataId: `listViewCheckBox_${id}
|
|
85
|
-
|
|
82
|
+
dataId: `listViewCheckBox_${id}`,
|
|
83
|
+
...CheckBoxProps
|
|
84
|
+
})) : null, /*#__PURE__*/React.createElement(Container, {
|
|
86
85
|
align: "both",
|
|
87
86
|
className: style.back
|
|
88
|
-
}, channel && action ? /*#__PURE__*/React.createElement(ChannelIcon,
|
|
87
|
+
}, channel && action ? /*#__PURE__*/React.createElement(ChannelIcon, {
|
|
89
88
|
name: channel,
|
|
90
89
|
action: action,
|
|
91
90
|
size: size,
|
|
@@ -98,8 +97,9 @@ export default function FlipCard(props) {
|
|
|
98
97
|
customTextClass: customTextClass,
|
|
99
98
|
iconColor: iconColor,
|
|
100
99
|
title: channelTitle,
|
|
101
|
-
iconTitle: channelTitle
|
|
102
|
-
|
|
100
|
+
iconTitle: channelTitle,
|
|
101
|
+
...ChannelIconProps
|
|
102
|
+
}) : icon ? /*#__PURE__*/React.createElement(AvatarIcon, {
|
|
103
103
|
name: icon,
|
|
104
104
|
iconSize: iconSize,
|
|
105
105
|
size: size,
|
|
@@ -107,8 +107,9 @@ export default function FlipCard(props) {
|
|
|
107
107
|
dataId: icon,
|
|
108
108
|
className: className,
|
|
109
109
|
iconColor: iconColor,
|
|
110
|
-
title: needTitle ? name : ''
|
|
111
|
-
|
|
110
|
+
title: needTitle ? name : '',
|
|
111
|
+
...AvatarIconProps
|
|
112
|
+
}) : /*#__PURE__*/React.createElement(AvatarUser, {
|
|
112
113
|
name: name,
|
|
113
114
|
initial: initial,
|
|
114
115
|
size: size,
|
|
@@ -119,8 +120,9 @@ export default function FlipCard(props) {
|
|
|
119
120
|
needTitle: needTitle,
|
|
120
121
|
palette: palette,
|
|
121
122
|
textPalette: textPalette,
|
|
122
|
-
customTextClass: customTextClass
|
|
123
|
-
|
|
123
|
+
customTextClass: customTextClass,
|
|
124
|
+
...AvatarUserProps
|
|
125
|
+
}))));
|
|
124
126
|
}
|
|
125
127
|
FlipCard.propTypes = propTypes;
|
|
126
128
|
FlipCard.defaultProps = defaultProps; // if (__DOCS__) {
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
import React, { useEffect } from 'react';
|
|
4
2
|
import { defaultProps } from './props/defaultProps';
|
|
5
3
|
import { propTypes, UI_propTypes, new_propTypes } from './props/propTypes';
|
|
@@ -96,7 +94,7 @@ export function GlobalNotificationUI(props) {
|
|
|
96
94
|
onClose && onClose(e);
|
|
97
95
|
}
|
|
98
96
|
|
|
99
|
-
return /*#__PURE__*/React.createElement("div",
|
|
97
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
100
98
|
ref: eleRef,
|
|
101
99
|
className: ` ${style.message}
|
|
102
100
|
${needShadow && shadowCount >= 2 ? shadowCount > 2 ? `${style.stackShadowTwo} ${style.stackShadowOne}` : style.stackShadowOne : ''}
|
|
@@ -105,8 +103,9 @@ export function GlobalNotificationUI(props) {
|
|
|
105
103
|
"data-id": `show_${type}_message`,
|
|
106
104
|
"data-test-id": `show_${type}_message`,
|
|
107
105
|
tabIndex: 0,
|
|
108
|
-
"data-selector-id": dataSelectorId
|
|
109
|
-
|
|
106
|
+
"data-selector-id": dataSelectorId,
|
|
107
|
+
...ExtraProps
|
|
108
|
+
}, /*#__PURE__*/React.createElement(Container, {
|
|
110
109
|
className: `${style.container}`,
|
|
111
110
|
alignBox: "row",
|
|
112
111
|
isCover: false,
|
|
@@ -138,8 +137,8 @@ export function GlobalNotificationUI(props) {
|
|
|
138
137
|
}
|
|
139
138
|
GlobalNotificationUI.propTypes = UI_propTypes;
|
|
140
139
|
export function GlobalNotificationNew(props) {
|
|
141
|
-
return /*#__PURE__*/React.createElement(AutoClose,
|
|
140
|
+
return /*#__PURE__*/React.createElement(AutoClose, { ...props,
|
|
142
141
|
Element: GlobalNotificationUI
|
|
143
|
-
})
|
|
142
|
+
});
|
|
144
143
|
}
|
|
145
144
|
GlobalNotificationNew.propTypes = new_propTypes;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
import React, { useState } from 'react';
|
|
4
2
|
import { defaultProps } from './props/defaultProps';
|
|
5
3
|
import { propTypes } from './props/propTypes';
|
|
@@ -73,7 +71,7 @@ export default function IconButton(props) {
|
|
|
73
71
|
hoverType: hoverType,
|
|
74
72
|
isDisabled: isDisabled,
|
|
75
73
|
isNeedEffect: isNeedEffect
|
|
76
|
-
}, /*#__PURE__*/React.createElement(Container,
|
|
74
|
+
}, /*#__PURE__*/React.createElement(Container, {
|
|
77
75
|
"aria-label": ariaLabel,
|
|
78
76
|
"aria-haspopup": ariaHaspopup,
|
|
79
77
|
"aria-expanded": ariaExpanded,
|
|
@@ -97,8 +95,9 @@ export default function IconButton(props) {
|
|
|
97
95
|
onKeyDown: handleToggle,
|
|
98
96
|
onFocus: triggerMouseOver,
|
|
99
97
|
onBlur: onBlur,
|
|
100
|
-
disabled: isDisabled
|
|
101
|
-
|
|
98
|
+
disabled: isDisabled,
|
|
99
|
+
...customProps
|
|
100
|
+
}, iconName ? /*#__PURE__*/React.createElement(Icon, {
|
|
102
101
|
isBold: isBold,
|
|
103
102
|
size: iconSize,
|
|
104
103
|
name: iconName,
|
package/es/v1/Link/Link.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
import React, { useContext, useRef } from 'react';
|
|
4
2
|
import { defaultProps } from './props/defaultProps';
|
|
5
3
|
import { propTypes } from './props/propTypes';
|
|
@@ -72,20 +70,20 @@ export default function Link(props) {
|
|
|
72
70
|
} //urlOutput = addHttp(urlOutput);
|
|
73
71
|
|
|
74
72
|
|
|
75
|
-
return /*#__PURE__*/React.createElement("a",
|
|
73
|
+
return /*#__PURE__*/React.createElement("a", {
|
|
76
74
|
href: isLink && urlOutput ? urlOutput : 'javascript:void(0);',
|
|
77
75
|
target: target,
|
|
78
76
|
"data-title": title,
|
|
79
|
-
className: `${style.container} ${className ? className : ''}
|
|
80
|
-
|
|
77
|
+
className: `${style.container} ${className ? className : ''}`,
|
|
78
|
+
...option.current,
|
|
81
79
|
rel: rel,
|
|
82
80
|
"data-id": dataId,
|
|
83
|
-
"data-test-id": dataId
|
|
84
|
-
|
|
85
|
-
onClick: callBack
|
|
86
|
-
|
|
81
|
+
"data-test-id": dataId,
|
|
82
|
+
...others,
|
|
83
|
+
onClick: callBack,
|
|
84
|
+
...customProps,
|
|
87
85
|
"aria-label": ariaLabel
|
|
88
|
-
}
|
|
86
|
+
}, children);
|
|
89
87
|
}
|
|
90
88
|
Link.defaultProps = defaultProps;
|
|
91
89
|
Link.propTypes = propTypes; // if (__DOCS__) {
|
package/es/v1/Message/Message.js
CHANGED
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
import React, { useState, useEffect } from 'react';
|
|
4
2
|
import { defaultProps } from './props/defaultProps';
|
|
5
3
|
import { propTypes, MessageUI_propTypes, MessageNew_propTypes } from './props/propTypes';
|
|
@@ -24,7 +22,8 @@ export default function Message(props) {
|
|
|
24
22
|
}, 3000);
|
|
25
23
|
}
|
|
26
24
|
}, [showMessage]);
|
|
27
|
-
return /*#__PURE__*/React.createElement(MessageUI, props
|
|
25
|
+
return /*#__PURE__*/React.createElement(MessageUI, { ...props
|
|
26
|
+
});
|
|
28
27
|
}
|
|
29
28
|
Message.propTypes = propTypes;
|
|
30
29
|
Message.defaultProps = defaultProps;
|
|
@@ -85,8 +84,8 @@ export function MessageUI(props) {
|
|
|
85
84
|
}
|
|
86
85
|
MessageUI.propTypes = MessageUI_propTypes;
|
|
87
86
|
export function MessageNew(props) {
|
|
88
|
-
return /*#__PURE__*/React.createElement(AutoClose,
|
|
87
|
+
return /*#__PURE__*/React.createElement(AutoClose, { ...props,
|
|
89
88
|
Element: MessageUI
|
|
90
|
-
})
|
|
89
|
+
});
|
|
91
90
|
}
|
|
92
91
|
MessageNew.propTypes = MessageNew_propTypes;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
import React, { useState } from 'react';
|
|
4
2
|
import { defaultProps } from './props/defaultProps';
|
|
5
3
|
import { propTypes } from './props/propTypes'; //components
|
|
@@ -191,9 +189,9 @@ function ToastMessageUI(props) {
|
|
|
191
189
|
}
|
|
192
190
|
|
|
193
191
|
export default function ToastMessage(props) {
|
|
194
|
-
return /*#__PURE__*/React.createElement(AutoClose,
|
|
192
|
+
return /*#__PURE__*/React.createElement(AutoClose, { ...props,
|
|
195
193
|
Element: ToastMessageUI
|
|
196
|
-
})
|
|
194
|
+
});
|
|
197
195
|
}
|
|
198
196
|
ToastMessage.propTypes = propTypes;
|
|
199
197
|
ToastMessage.defaultProps = defaultProps; // if (__DOCS__) {
|
|
@@ -37,7 +37,8 @@ export default function AutoClose(props) {
|
|
|
37
37
|
isClose,
|
|
38
38
|
onClose
|
|
39
39
|
});
|
|
40
|
-
return /*#__PURE__*/React.createElement(Element, newProps
|
|
40
|
+
return /*#__PURE__*/React.createElement(Element, { ...newProps
|
|
41
|
+
});
|
|
41
42
|
}
|
|
42
43
|
AutoClose.propTypes = propTypes;
|
|
43
44
|
AutoClose.defaultProps = defaultProps;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
/**** Libraries ****/
|
|
4
2
|
import React from 'react';
|
|
5
3
|
import { defaultProps } from './props/defaultProps';
|
|
@@ -90,7 +88,7 @@ export default function AlertLookup(props) {
|
|
|
90
88
|
ariaLabelledby: a11y && a11y.ariaLabelledby ? a11y.ariaLabelledby : ariaTitleId,
|
|
91
89
|
ariaDescribedby: a11y && a11y.ariaDescribedby ? a11y.ariaDescribedby : ariaMessageId + ' ' + ariaConfirmMsgId
|
|
92
90
|
};
|
|
93
|
-
return /*#__PURE__*/React.createElement(Lookup,
|
|
91
|
+
return /*#__PURE__*/React.createElement(Lookup, {
|
|
94
92
|
onClose: onEsc == 'close' ? onClose : onCancelClick,
|
|
95
93
|
needFocusScope: true,
|
|
96
94
|
isActive: isActive,
|
|
@@ -100,8 +98,9 @@ export default function AlertLookup(props) {
|
|
|
100
98
|
onClick: onLookupClick,
|
|
101
99
|
customClass: containerClass,
|
|
102
100
|
a11y: a11y,
|
|
103
|
-
childAnimationName: childAnimationName
|
|
104
|
-
|
|
101
|
+
childAnimationName: childAnimationName,
|
|
102
|
+
...LookupProps
|
|
103
|
+
}, /*#__PURE__*/React.createElement(Container, {
|
|
105
104
|
alignBox: "row",
|
|
106
105
|
align: align,
|
|
107
106
|
wrap: "wrap"
|
|
@@ -110,15 +109,16 @@ export default function AlertLookup(props) {
|
|
|
110
109
|
className: style.section
|
|
111
110
|
}, /*#__PURE__*/React.createElement(Container, {
|
|
112
111
|
alignBox: "column"
|
|
113
|
-
}, /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement(AlertHeader,
|
|
112
|
+
}, /*#__PURE__*/React.createElement(Box, null, /*#__PURE__*/React.createElement(AlertHeader, {
|
|
114
113
|
htmlId: ariaTitleId,
|
|
115
114
|
title: title,
|
|
116
115
|
type: type,
|
|
117
116
|
needIcon: needIcon,
|
|
118
117
|
onClose: onClose,
|
|
119
118
|
breakChildren: wrapHeader,
|
|
120
|
-
renderAlertIcon: renderAlertIcon
|
|
121
|
-
|
|
119
|
+
renderAlertIcon: renderAlertIcon,
|
|
120
|
+
...AlertHeaderProps
|
|
121
|
+
}, headerChildren ? headerChildren() : null)), /*#__PURE__*/React.createElement(Box, {
|
|
122
122
|
flexible: true
|
|
123
123
|
}, /*#__PURE__*/React.createElement("div", {
|
|
124
124
|
className: `${style.innerSection} ${style[`${scroll}Scroll`] ? style[`${scroll}Scroll`] : ''} ${sectionClass}`
|
|
@@ -137,30 +137,30 @@ export default function AlertLookup(props) {
|
|
|
137
137
|
}, /*#__PURE__*/React.createElement(FormAction, {
|
|
138
138
|
size: "small",
|
|
139
139
|
paddingLeftSize: "xmedium"
|
|
140
|
-
}, /*#__PURE__*/React.createElement(Button,
|
|
140
|
+
}, /*#__PURE__*/React.createElement(Button, {
|
|
141
141
|
text: submitText,
|
|
142
142
|
dataId: dataId === 'alertPopup' ? 'alertConfirmButton' : `${dataId}_confirmButton`,
|
|
143
143
|
onClick: onSubmitClick,
|
|
144
144
|
palette: buttonPalette,
|
|
145
145
|
customProps: {
|
|
146
146
|
'data-a11y-autofocus': isDefaultFocus
|
|
147
|
-
}
|
|
148
|
-
|
|
147
|
+
},
|
|
148
|
+
...PrimaryButtonProps,
|
|
149
149
|
a11y: {
|
|
150
150
|
'aria-labelledby': ariaTitleId + ' ' + ariaMessageId + ' ' + ariaLeaveButtonId
|
|
151
151
|
},
|
|
152
152
|
id: ariaLeaveButtonId
|
|
153
|
-
})
|
|
153
|
+
}), cancelText && /*#__PURE__*/React.createElement(Button, {
|
|
154
154
|
dataId: dataId === 'alertPopup' ? 'alertCancelButton' : `${dataId}_cancelButton`,
|
|
155
155
|
text: cancelText,
|
|
156
156
|
onClick: onCancelClick,
|
|
157
|
-
palette: "secondary"
|
|
158
|
-
|
|
157
|
+
palette: "secondary",
|
|
158
|
+
...SecondaryButtonProps,
|
|
159
159
|
a11y: {
|
|
160
160
|
'aria-labelledby': ariaTitleId + ' ' + ariaMessageId + ' ' + ariaStayButtonId
|
|
161
161
|
},
|
|
162
162
|
id: ariaStayButtonId
|
|
163
|
-
}))))
|
|
163
|
+
})))) : null))));
|
|
164
164
|
}
|
|
165
165
|
AlertLookup.propTypes = propTypes;
|
|
166
166
|
AlertLookup.defaultProps = defaultProps;
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { defaultProps } from './props/defaultProps';
|
|
5
3
|
import { propTypes } from './props/propTypes';
|
|
@@ -21,15 +19,17 @@ export default function AvatarClose(props) {
|
|
|
21
19
|
AvatarCloseProps = {},
|
|
22
20
|
AvatarProps = {}
|
|
23
21
|
} = customProps;
|
|
24
|
-
return /*#__PURE__*/React.createElement("div",
|
|
22
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
25
23
|
className: style.container,
|
|
26
|
-
"data-selector-id": dataSelectorId
|
|
27
|
-
|
|
24
|
+
"data-selector-id": dataSelectorId,
|
|
25
|
+
...AvatarCloseProps
|
|
26
|
+
}, /*#__PURE__*/React.createElement(Avatar, {
|
|
28
27
|
src: src,
|
|
29
28
|
name: name,
|
|
30
29
|
title: title,
|
|
31
|
-
size: size
|
|
32
|
-
|
|
30
|
+
size: size,
|
|
31
|
+
...AvatarProps
|
|
32
|
+
}), isClose && /*#__PURE__*/React.createElement("span", {
|
|
33
33
|
className: style.pop,
|
|
34
34
|
onClick: onClick
|
|
35
35
|
}, /*#__PURE__*/React.createElement("span", {
|
|
@@ -1,5 +1,3 @@
|
|
|
1
|
-
function _extends() { _extends = Object.assign ? Object.assign.bind() : function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; }; return _extends.apply(this, arguments); }
|
|
2
|
-
|
|
3
1
|
import React from 'react';
|
|
4
2
|
import { defaultProps } from './props/defaultProps';
|
|
5
3
|
import { propTypes } from './props/propTypes';
|
|
@@ -24,21 +22,23 @@ export default function AvatarCollision(props) {
|
|
|
24
22
|
AvatarCollisionProps = {},
|
|
25
23
|
AvatarProps = {}
|
|
26
24
|
} = customProps;
|
|
27
|
-
return /*#__PURE__*/React.createElement("div",
|
|
25
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
28
26
|
className: `${style.container} ${isLeft ? style.off : isIdle ? style.idle : style.on}`,
|
|
29
27
|
onClick: onClick,
|
|
30
28
|
"data-id": "collsionPop",
|
|
31
29
|
"data-test-id": "collsionPop",
|
|
32
30
|
"data-title": title,
|
|
33
|
-
"data-selector-id": dataSelectorId
|
|
34
|
-
|
|
31
|
+
"data-selector-id": dataSelectorId,
|
|
32
|
+
...AvatarCollisionProps
|
|
33
|
+
}, /*#__PURE__*/React.createElement(Avatar, {
|
|
35
34
|
src: src,
|
|
36
35
|
name: name,
|
|
37
36
|
size: size,
|
|
38
37
|
palette: "default",
|
|
39
38
|
needTitle: false,
|
|
40
|
-
initial: initial
|
|
41
|
-
|
|
39
|
+
initial: initial,
|
|
40
|
+
...AvatarProps
|
|
41
|
+
}), needCreateChat && !isLeft && /*#__PURE__*/React.createElement("span", {
|
|
42
42
|
className: style.pop,
|
|
43
43
|
"data-title": title
|
|
44
44
|
}, /*#__PURE__*/React.createElement("span", {
|