@zohodesk/dot 1.0.0-temp-212 → 1.0.0-temp-200.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/README.md +39 -0
- package/es/ActionButton/ActionButton.js +3 -3
- package/es/ActionButton/__tests__/ActionButton.spec.js +9 -2
- package/es/AlphabeticList/AlphabeticList.js +3 -3
- package/es/AlphabeticList/__tests__/AlphabeticList.spec.js +1 -1
- package/es/Attachment/Attachment.js +4 -4
- package/es/Attachment/Attachment.module.css +7 -3
- package/es/Attachment/__tests__/Attachment.spec.js +1 -1
- package/es/AttachmentViewer/Attachment.js +50 -0
- package/es/AttachmentViewer/AttachmentImage.js +5 -5
- package/es/AttachmentViewer/AttachmentViewer.js +120 -34
- package/es/AttachmentViewer/AttachmentViewer.module.css +32 -9
- package/es/AttachmentViewer/__tests__/AttachmentImage.spec.js +1 -1
- package/es/AttachmentViewer/__tests__/AttachmentViewer.spec.js +9 -2
- package/es/AttachmentViewer/__tests__/__snapshots__/AttachmentViewer.spec.js.snap +3 -3
- package/es/AttachmentViewer/props/defaultProps.js +1 -1
- package/es/AttachmentViewer/props/propTypes.js +9 -1
- package/es/AttachmentViewer/utils.js +80 -13
- package/es/ChannelIcon/ChannelIcon.js +5 -5
- package/es/ChannelIcon/__tests__/ChannelIcon.spec.js +1 -1
- package/es/ChannelIcon/props/propTypes.js +1 -1
- package/es/DotProvider/DotProvider.js +2 -2
- package/es/DotProvider/__tests__/DotProvider.spec.js +51 -25
- package/es/DotProvider/__tests__/__snapshots__/DotProvider.spec.js.snap +170 -170
- package/es/DotProvider/hooks/useDotProvider.js +2 -2
- package/es/DotProvider/hooks/useDownloadAssetsAndSetAttr.js +4 -4
- package/es/DotProvider/libraryChunks/appearance/component/Dark_Component.js +1 -1
- package/es/DotProvider/libraryChunks/appearance/component/Light_Component.js +1 -1
- package/es/DotProvider/libraryChunks/appearance/component/PureDark_Component.js +1 -1
- package/es/DotProvider/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +1 -1
- package/es/DotProvider/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +1 -1
- package/es/DotProvider/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +1 -1
- package/es/DotProvider/libraryChunks/themes/dot/green/Green_Dark_Dot.js +1 -1
- package/es/DotProvider/libraryChunks/themes/dot/green/Green_Light_Dot.js +1 -1
- package/es/DotProvider/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +1 -1
- package/es/DotProvider/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +1 -1
- package/es/DotProvider/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +1 -1
- package/es/DotProvider/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +1 -1
- package/es/DotProvider/libraryChunks/themes/dot/red/Red_Dark_Dot.js +1 -1
- package/es/DotProvider/libraryChunks/themes/dot/red/Red_Light_Dot.js +1 -1
- package/es/DotProvider/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +1 -1
- package/es/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +1 -1
- package/es/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +1 -1
- package/es/DotProvider/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +1 -1
- package/es/DotProvider/props/propTypes.js +1 -1
- package/es/DotProvider/utils/themeAppearanceAssetsConfig.js +7 -7
- package/es/DotProvider/utils/themeColorAssetsConfig.js +46 -46
- package/es/Drawer/Drawer.js +14 -8
- package/es/Drawer/__tests__/Content.spec.js +1 -1
- package/es/Drawer/__tests__/Drawer.spec.js +9 -2
- package/es/Drawer/__tests__/Footer.spec.js +1 -1
- package/es/Drawer/__tests__/Header.spec.js +1 -1
- package/es/Drawer/__tests__/__snapshots__/Header.spec.js.snap +4 -4
- package/es/Drawer/index.js +1 -1
- package/es/Drawer/props/propTypes.js +4 -1
- package/es/ExternalLink/ExternalLink.js +3 -3
- package/es/ExternalLink/__tests__/ExternalLink.spec.js +1 -1
- package/es/FlipCard/FlipCard.js +7 -7
- package/es/FlipCard/__tests__/FlipCard.spec.js +1 -1
- package/es/FlipCard/__tests__/__snapshots__/FlipCard.spec.js.snap +6 -6
- package/es/FormAction/FormAction.js +3 -3
- package/es/FormAction/__tests__/FormAction.spec.js +1 -1
- package/es/FreezeLayer/FreezeLayer.js +13 -7
- package/es/FreezeLayer/__tests__/FreezeLayer.spec.js +1 -1
- package/es/FreezeLayer/index.js +2 -2
- package/es/FreezeLayer/props/propTypes.js +4 -1
- package/es/Hooks/Dragger/useDragger.js +7 -5
- package/es/Hooks/useFreezeLayer.js +1 -1
- package/es/IconButton/IconButton.js +4 -4
- package/es/IconButton/IconButton.module.css +3 -0
- package/es/IconButton/__tests__/IconButton.spec.js +1 -1
- package/es/IconButton/__tests__/__snapshots__/IconButton.spec.js.snap +1 -1
- package/es/Image/Image.js +3 -3
- package/es/Image/__tests__/Image.spec.js +1 -1
- package/es/ImportantNotes/ImportantNotes.js +3 -3
- package/es/ImportantNotes/__tests__/ImportantNotes.spec.js +1 -1
- package/es/Link/Link.js +4 -4
- package/es/Link/__tests__/Link.spec.js +2 -2
- package/es/Loader/Loader.js +1 -1
- package/es/Loader/__tests__/Loader.spec.js +1 -1
- package/es/Message/Message.js +4 -4
- package/es/Message/__tests__/Message.spec.js +1 -1
- package/es/Message/props/propTypes.js +1 -1
- package/es/MessageBanner/MessageBanner.js +4 -4
- package/es/MessageBanner/__tests__/MessageBanner.spec.js +1 -1
- package/es/NewStar/NewStar.js +3 -3
- package/es/NewStar/__tests__/NewStar.spec.js +1 -1
- package/es/Onboarding/CarouselDots/CarouselDot/CarouselDot.js +3 -3
- package/es/Onboarding/CarouselDots/CarouselDot/__tests__/CarouselDot.spec.js +1 -1
- package/es/Onboarding/CarouselDots/CarouselDot/css/CarouselDot.module.css +5 -14
- package/es/Onboarding/CarouselDots/CarouselDots.js +4 -4
- package/es/Onboarding/CarouselDots/__tests__/CarouselDots.spec.js +1 -1
- package/es/Onboarding/Onboarding.js +49 -19
- package/es/Onboarding/__tests__/Onboarding.spec.js +53 -2
- package/es/Onboarding/__tests__/__snapshots__/Onboarding.spec.js.snap +597 -93
- package/es/Onboarding/css/Onboarding.module.css +20 -2
- package/es/Onboarding/hooks/useOnboarding.js +14 -1
- package/es/Onboarding/hooks/useOnboardingSlider.js +11 -4
- package/es/Onboarding/props/defaultProps.js +12 -1
- package/es/Onboarding/props/propTypes.js +13 -2
- package/es/PlusIcon/PlusIcon.js +4 -4
- package/es/PlusIcon/__tests__/PlusIcon.spec.js +1 -1
- package/es/PlusIcon/__tests__/__snapshots__/PlusIcon.spec.js.snap +13 -13
- package/es/PlusIcon/props/propTypes.js +1 -1
- package/es/Separator/Separator.js +3 -3
- package/es/Separator/__tests__/Separator.spec.js +1 -1
- package/es/TagWithIcon/TagWithIcon.js +3 -3
- package/es/TagWithIcon/__tests__/TagWithIcon.spec.js +1 -1
- package/es/ToastMessage/ToastMessage.js +4 -4
- package/es/ToastMessage/__tests__/ToastMessage.spec.js +1 -1
- package/es/Upload/Upload.js +4 -4
- package/es/Upload/__tests__/Upload.spec.js +1 -1
- package/es/VideoLookup/VideoLookup.js +4 -4
- package/es/VideoLookup/__tests__/VideoLookup.spec.js +9 -2
- package/es/actions/AutoClose.js +2 -2
- package/es/alert/AlertHeader/AlertHeader.js +5 -5
- package/es/alert/AlertHeader/__tests__/AlertHeader.spec.js +1 -1
- package/es/alert/AlertHeader/__tests__/__snapshots__/AlertHeader.spec.js.snap +1 -1
- package/es/alert/AlertLookup/AlertLookup.js +7 -7
- package/es/alert/AlertLookup/__tests__/AlertLookup.spec.js +1 -1
- package/es/alert/index.js +2 -2
- package/es/avatar/AvatarClose/AvatarClose.js +3 -3
- package/es/avatar/AvatarClose/__tests__/AvatarClose.spec.js +1 -1
- package/es/avatar/AvatarCollision/AvatarCollision.js +3 -3
- package/es/avatar/AvatarCollision/__tests__/AvatarCollision.spec.js +1 -1
- package/es/avatar/AvatarIcon/AvatarIcon.js +5 -5
- package/es/avatar/AvatarIcon/AvatarIcon.module.css +3 -0
- package/es/avatar/AvatarIcon/__tests__/AvatarIcon.spec.js +1 -1
- package/es/avatar/AvatarIcon/__tests__/__snapshots__/AvatarIcon.spec.js.snap +1 -1
- package/es/avatar/AvatarStatus/AvatarStatus.js +3 -3
- package/es/avatar/AvatarStatus/__tests__/AvatarStatus.spec.js +1 -1
- package/es/avatar/AvatarThread/AvatarThread.js +3 -3
- package/es/avatar/AvatarThread/__tests__/AvatarThread.spec.js +1 -1
- package/es/avatar/AvatarUser/AvatarUser.js +4 -4
- package/es/avatar/AvatarUser/__tests__/AvatarUser.spec.js +1 -1
- package/es/avatar/AvatarWithTeam/AvatarWithTeam.js +3 -3
- package/es/avatar/AvatarWithTeam/__tests__/AvatarWithTeam.spec.js +1 -1
- package/es/avatar/index.js +7 -7
- package/es/deprecated/FreezeLayer/FreezeLayer.js +4 -4
- package/es/deprecated/SelectDropdown/SelectDropdown.js +1 -1
- package/es/dropdown/ToggleDropDown/ToggleDropDown.js +34 -11
- package/es/dropdown/ToggleDropDown/__tests__/ToggleDropDown.spec.js +1 -1
- package/es/dropdown/ToggleDropDown/props/defaultProps.js +2 -1
- package/es/dropdown/ToggleDropDown/props/propTypes.js +2 -1
- package/es/emptystate/CommonEmptyState/CommonEmptyState.js +4 -4
- package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +4 -5
- package/es/emptystate/CommonEmptyState/__tests__/CommonEmptyState.spec.js +1 -1
- package/es/emptystate/EditionPage/EditionPage.js +3 -3
- package/es/emptystate/EditionPage/__tests__/EditionPage.spec.js +1 -1
- package/es/errorstate/Inconvenience/Inconvenience.js +5 -5
- package/es/errorstate/Inconvenience/__tests__/Inconvenience.spec.js +1 -1
- package/es/errorstate/LinkText/LinkText.js +4 -4
- package/es/errorstate/LinkText/__tests__/LinkText.spec.js +1 -1
- package/es/errorstate/NoRequestFound/NoRequestFound.js +5 -5
- package/es/errorstate/NoRequestFound/__tests__/NoRequestFound.spec.js +1 -1
- package/es/errorstate/PermissionPlay/PermissionPlay.js +5 -5
- package/es/errorstate/PermissionPlay/__tests__/PermissionPlay.spec.js +1 -1
- package/es/errorstate/RequestUrlNotFound/RequestUrlNotFound.js +5 -5
- package/es/errorstate/RequestUrlNotFound/__tests__/RequestUrlNotFound.spec.js +1 -1
- package/es/errorstate/UnableToProcess/UnableToProcess.js +5 -5
- package/es/errorstate/UnableToProcess/__tests__/UnableToProcess.spec.js +1 -1
- package/es/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +5 -5
- package/es/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js +1 -1
- package/es/errorstate/WillBack/WillBack.js +4 -4
- package/es/errorstate/WillBack/__tests__/WillBack.spec.js +1 -1
- package/es/errorstate/index.js +8 -8
- package/es/form/fields/CheckBoxField/CheckBoxField.js +5 -5
- package/es/form/fields/CheckBoxField/__tests__/CheckBoxField.spec.js +1 -1
- package/es/form/fields/CheckBoxField/props/defaultProps.js +1 -1
- package/es/form/fields/CheckBoxField/props/propTypes.js +1 -1
- package/es/form/fields/CurrencyField/CurrencyField.js +5 -5
- package/es/form/fields/CurrencyField/__tests__/CurrencyField.spec.js +1 -1
- package/es/form/fields/CurrencyField/props/defaultProps.js +1 -1
- package/es/form/fields/CurrencyField/props/propTypes.js +1 -1
- package/es/form/fields/DateField/DateField.js +5 -5
- package/es/form/fields/DateField/__tests__/DateField.spec.js +1 -1
- package/es/form/fields/DateField/props/defaultProps.js +1 -1
- package/es/form/fields/DateField/props/propTypes.js +1 -1
- package/es/form/fields/FieldContainer/FieldContainer.js +3 -3
- package/es/form/fields/FieldContainer/__tests__/FieldContainer.spec.js +1 -1
- package/es/form/fields/FieldContainer/props/defaultProps.js +1 -1
- package/es/form/fields/MultiSelectField/MultiSelectField.js +5 -5
- package/es/form/fields/MultiSelectField/__tests__/MultiSelectField.spec.js +1 -1
- package/es/form/fields/MultiSelectField/props/defaultProps.js +1 -1
- package/es/form/fields/MultiSelectField/props/propTypes.js +1 -1
- package/es/form/fields/PhoneField/PhoneField.js +6 -6
- package/es/form/fields/PhoneField/__tests__/PhoneField.spec.js +1 -1
- package/es/form/fields/RadioField/RadioField.js +4 -4
- package/es/form/fields/RadioField/__tests__/RadioField.spec.js +1 -1
- package/es/form/fields/SelectField/SelectField.js +5 -5
- package/es/form/fields/SelectField/__tests__/SelectField.spec.js +1 -1
- package/es/form/fields/SelectField/props/defaultProps.js +1 -1
- package/es/form/fields/SelectField/props/propTypes.js +1 -1
- package/es/form/fields/TagsMultiSelect/TagsMultiSelect.js +5 -5
- package/es/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +4 -0
- package/es/form/fields/TagsMultiSelect/__tests__/TagsMultiSelect.spec.js +1 -1
- package/es/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +7 -7
- package/es/form/fields/TagsMultiSelectField/__tests__/TagsMultiSelectField.spec.js +1 -1
- package/es/form/fields/TagsMultiSelectField/props/defaultProps.js +1 -1
- package/es/form/fields/TagsMultiSelectField/props/propTypes.js +1 -1
- package/es/form/fields/TextBoxField/TextBoxField.js +5 -5
- package/es/form/fields/TextBoxField/__tests__/TextBoxField.spec.js +1 -1
- package/es/form/fields/TextBoxField/props/defaultProps.js +1 -1
- package/es/form/fields/TextBoxField/props/propTypes.js +1 -1
- package/es/form/fields/TextEditor/TextEditor.js +4 -4
- package/es/form/fields/TextEditor/__tests__/TextEditor.spec.js +1 -1
- package/es/form/fields/TextEditorField/TextEditorField.js +6 -6
- package/es/form/fields/TextEditorField/__tests__/TextEditorField.spec.js +1 -1
- package/es/form/fields/TextEditorField/props/defaultProps.js +1 -1
- package/es/form/fields/TextEditorField/props/propTypes.js +1 -1
- package/es/form/fields/TextEditorWrapper/TextEditorWrapper.js +5 -5
- package/es/form/fields/TextEditorWrapper/__tests__/TextEditorWrapper.spec.js +1 -1
- package/es/form/fields/TextareaField/TextareaField.js +5 -5
- package/es/form/fields/TextareaField/__tests__/TextareaField.spec.js +1 -1
- package/es/form/fields/TextareaField/props/defaultProps.js +1 -1
- package/es/form/fields/TextareaField/props/propTypes.js +1 -1
- package/es/form/fields/ValidationMessage/ValidationMessage.js +3 -3
- package/es/form/fields/ValidationMessage/__tests__/ValidationMessage.spec.js +1 -1
- package/es/form/fields/index.js +16 -16
- package/es/form/layout/Field/Field.js +3 -3
- package/es/form/layout/Field/__tests__/Field.spec.js +1 -1
- package/es/form/layout/Section/Section.js +2 -2
- package/es/form/layout/Section/__tests__/Section.spec.js +1 -1
- package/es/form/layout/index.js +2 -2
- package/es/index.js +40 -40
- package/es/layout/SetupDetailLayout/SetupDetailLayout.js +3 -3
- package/es/layout/SetupDetailLayout/__tests__/SetupDetailLayout.spec.js +1 -1
- package/es/layout/SetupDetailLayout/index.js +4 -4
- package/es/layout/SubtabLayout/SubtabLayout.js +4 -4
- package/es/layout/SubtabLayout/__tests__/SubtabLayout.spec.js +1 -1
- package/es/layout/SubtabLayout/index.js +4 -4
- package/es/list/AvatarFlip/AvatarFlip.js +4 -4
- package/es/list/AvatarFlip/__tests__/AvatarFlip.spec.js +1 -1
- package/es/list/BluePrintStatus/BluePrintStatus.js +2 -2
- package/es/list/BluePrintStatus/__tests__/BluePrintStatus.spec.js +1 -1
- package/es/list/Comment/Comment.js +3 -3
- package/es/list/Comment/__tests__/Comment.spec.js +1 -1
- package/es/list/DepartmentDropDown/DepartmentDropDown.js +5 -5
- package/es/list/DepartmentDropDown/__tests__/DepartmentDropDown.spec.js +1 -1
- package/es/list/Dot/Dot.js +3 -3
- package/es/list/Dot/__tests__/Dot.spec.js +1 -1
- package/es/list/DotNew/DotNew.js +3 -3
- package/es/list/DotNew/__tests__/DotNew.spec.js +1 -1
- package/es/list/GridStencils/GridStencils.js +2 -2
- package/es/list/GridStencils/__tests__/GridStencils.spec.js +1 -1
- package/es/list/Icons/AddNewIcon.js +2 -2
- package/es/list/Icons/CompleteIcon.js +2 -2
- package/es/list/Icons/DeleteIcon.js +2 -2
- package/es/list/Icons/EditIcon.js +2 -2
- package/es/list/Icons/FloatingIcons.js +3 -3
- package/es/list/Icons/ReadUnreadIcon.js +3 -3
- package/es/list/Icons/SmartIcon.js +2 -2
- package/es/list/Icons/__tests__/AddNewIcon.spec.js +1 -1
- package/es/list/Icons/__tests__/CompleteIcon.spec.js +1 -1
- package/es/list/Icons/__tests__/DeleteIcon.spec.js +1 -1
- package/es/list/Icons/__tests__/EditIcon.spec.js +1 -1
- package/es/list/Icons/__tests__/FloatingIcons.spec.js +1 -1
- package/es/list/Icons/__tests__/ReadUnreadIcon.spec.js +1 -1
- package/es/list/Icons/__tests__/SmartIcon.spec.js +1 -1
- package/es/list/Icons/index.js +7 -7
- package/es/list/ListLayout/ListLayout.js +3 -3
- package/es/list/ListLayout/__tests__/ListLayout.spec.js +1 -1
- package/es/list/ListStencils/ListStencils.js +3 -3
- package/es/list/ListStencils/__tests__/ListStencils.spec.js +1 -1
- package/es/list/ListStencils/__tests__/__snapshots__/ListStencils.spec.js.snap +6 -6
- package/es/list/SecondaryText/AccountName.js +4 -4
- package/es/list/SecondaryText/ContactName.js +5 -5
- package/es/list/SecondaryText/DepartmentText.js +2 -2
- package/es/list/SecondaryText/Email.js +4 -4
- package/es/list/SecondaryText/HappinessRating.js +2 -2
- package/es/list/SecondaryText/PhoneNumber.js +4 -4
- package/es/list/SecondaryText/PriorityText.js +3 -3
- package/es/list/SecondaryText/SecondaryText.js +3 -3
- package/es/list/SecondaryText/StatusText.js +3 -3
- package/es/list/SecondaryText/TicketId.js +4 -4
- package/es/list/SecondaryText/Website.js +4 -4
- package/es/list/SecondaryText/__tests__/AccountName.spec.js +1 -1
- package/es/list/SecondaryText/__tests__/ContactName.spec.js +1 -1
- package/es/list/SecondaryText/__tests__/DepartmentText.spec.js +1 -1
- package/es/list/SecondaryText/__tests__/Email.spec.js +1 -1
- package/es/list/SecondaryText/__tests__/HappinessRating.spec.js +1 -1
- package/es/list/SecondaryText/__tests__/PhoneNumber.spec.js +1 -1
- package/es/list/SecondaryText/__tests__/PriorityText.spec.js +1 -1
- package/es/list/SecondaryText/__tests__/SecondaryText.spec.js +1 -1
- package/es/list/SecondaryText/__tests__/StatusText.spec.js +1 -1
- package/es/list/SecondaryText/__tests__/TicketId.spec.js +1 -1
- package/es/list/SecondaryText/__tests__/Website.spec.js +1 -1
- package/es/list/SecondaryText/index.js +11 -11
- package/es/list/SecondryPanel/SecondryPanel.js +4 -4
- package/es/list/SecondryPanel/__tests__/SecondryPanel.spec.js +1 -1
- package/es/list/SentimentStatus/SentimentStatus.js +2 -2
- package/es/list/SentimentStatus/__tests__/SentimentStatus.spec.js +1 -1
- package/es/list/Subject/Subject.js +4 -4
- package/es/list/Subject/__tests__/Subject.spec.js +1 -1
- package/es/list/TagNew/TagNew.js +3 -3
- package/es/list/TagNew/__tests__/TagNew.spec.js +1 -1
- package/es/list/Thread/Thread.js +3 -3
- package/es/list/Thread/__tests__/Thread.spec.js +1 -1
- package/es/list/index.js +16 -16
- package/es/list/status/StatusDropdown/StatusDropdown.js +5 -5
- package/es/list/status/StatusDropdown/__tests__/StatusDropdown.spec.js +1 -1
- package/es/list/status/StatusListItem/StatusListItem.js +3 -3
- package/es/list/status/StatusListItem/__tests__/StatusListItem.spec.js +1 -1
- package/es/list/status/index.js +2 -2
- package/es/lookup/EmptyPage/EmptyPage.js +3 -3
- package/es/lookup/EmptyPage/__tests__/EmptyPage.spec.js +1 -1
- package/es/lookup/Lookup/Lookup.js +4 -4
- package/es/lookup/Lookup/__tests__/Lookup.spec.js +1 -1
- package/es/lookup/Section/Section.js +2 -2
- package/es/lookup/Section/__tests__/Section.spec.js +1 -1
- package/es/lookup/header/Close/Close.js +3 -3
- package/es/lookup/header/Close/__tests__/Close.spec.js +1 -1
- package/es/lookup/header/Close/__tests__/__snapshots__/Close.spec.js.snap +1 -1
- package/es/lookup/header/ModuleHeader/ModuleHeader.js +8 -8
- package/es/lookup/header/ModuleHeader/__tests__/ModuleHeader.spec.js +1 -1
- package/es/lookup/header/Search/Search.js +4 -4
- package/es/lookup/header/Search/__tests__/Search.spec.js +1 -1
- package/es/lookup/header/TicketHeader/TicketHeader.js +10 -10
- package/es/lookup/header/TicketHeader/__tests__/TicketHeader.spec.js +1 -1
- package/es/lookup/header/TicketHeader/__tests__/__snapshots__/TicketHeader.spec.js.snap +1 -1
- package/es/lookup/header/Title/Title.js +3 -3
- package/es/lookup/header/Title/__tests__/Titles.spec.js +1 -1
- package/es/lookup/header/ViewDropDown/ViewDropDown.js +3 -3
- package/es/lookup/header/ViewDropDown/__test__/ViewDropDown.spec.js +1 -1
- package/es/lookup/header/index.js +5 -5
- package/es/lookup/index.js +4 -4
- package/es/setup/header/Button/Button.js +3 -3
- package/es/setup/header/Button/__tests__/Button.spec.js +1 -1
- package/es/setup/header/Link/Link.js +4 -4
- package/es/setup/header/Link/__tests__/Link.spec.js +1 -1
- package/es/setup/header/Search/Search.js +3 -3
- package/es/setup/header/Search/__tests__/Search.spec.js +1 -1
- package/es/setup/header/Views/Views.js +3 -3
- package/es/setup/header/Views/__tests__/Views.spec.js +1 -1
- package/es/setup/header/index.js +4 -4
- package/es/setup/helptips/Description/Description.js +2 -2
- package/es/setup/helptips/Description/__tests__/Description.spec.js +1 -1
- package/es/setup/helptips/Link/Link.js +3 -3
- package/es/setup/helptips/Link/__tests__/Link.spec.js +1 -1
- package/es/setup/helptips/ListGroup/ListGroup.js +2 -2
- package/es/setup/helptips/ListGroup/__tests__/ListGroup.spec.js +1 -1
- package/es/setup/helptips/Title/Title.js +2 -2
- package/es/setup/helptips/Title/__tests__/Title.spec.js +1 -1
- package/es/setup/helptips/index.js +4 -4
- package/es/setup/index.js +3 -3
- package/es/setup/table/Table/Table.js +2 -2
- package/es/setup/table/Table/__tests__/Table.spec.js +1 -1
- package/es/setup/table/TableBody/TableBody.js +2 -2
- package/es/setup/table/TableBody/__tests__/TableBody.spec.js +1 -1
- package/es/setup/table/TableData/TableData.js +3 -3
- package/es/setup/table/TableData/__tests__/TableData.spec.js +1 -1
- package/es/setup/table/TableHead/TableHead.js +3 -3
- package/es/setup/table/TableHead/__tests__/TableHead.spec.js +1 -1
- package/es/setup/table/TableRow/TableRow.js +3 -3
- package/es/setup/table/TableRow/__tests__/TableRow.spec.js +1 -1
- package/es/setup/table/Text/Text.js +4 -4
- package/es/setup/table/Text/__tests__/Text.spec.js +1 -1
- package/es/setup/table/index.js +5 -5
- package/es/svg/PlusIcon.js +2 -2
- package/es/svg/SnippetIcon.js +2 -2
- package/es/svg/TemplateIcon.js +2 -2
- package/es/svg/__tests__/PlusIcon.spec.js +1 -1
- package/es/svg/__tests__/SnippetIcon.spec.js +1 -1
- package/es/svg/__tests__/TemplateIcon.spec.js +1 -1
- package/es/svg/index.js +3 -3
- package/es/utils/General.js +23 -1
- package/es/v1/ActionButton/ActionButton.js +3 -3
- package/es/v1/AlphabeticList/AlphabeticList.js +3 -3
- package/es/v1/Attachment/Attachment.js +4 -4
- package/es/v1/AttachmentViewer/AttachmentImage.js +5 -5
- package/es/v1/AttachmentViewer/AttachmentViewer.js +11 -11
- package/es/v1/ChannelIcon/ChannelIcon.js +5 -5
- package/es/v1/Drawer/Drawer.js +6 -6
- package/es/v1/ExternalLink/ExternalLink.js +3 -3
- package/es/v1/FlipCard/FlipCard.js +7 -7
- package/es/v1/FormAction/FormAction.js +3 -3
- package/es/v1/FreezeLayer/FreezeLayer.js +5 -5
- package/es/v1/GlobalNotification/GlobalNotification.js +6 -6
- package/es/v1/IconButton/IconButton.js +3 -3
- package/es/v1/Image/Image.js +3 -3
- package/es/v1/ImportantNotes/ImportantNotes.js +3 -3
- package/es/v1/Link/Link.js +4 -4
- package/es/v1/Loader/Loader.js +1 -1
- package/es/v1/Message/Message.js +4 -4
- package/es/v1/Message/props/propTypes.js +1 -1
- package/es/v1/MessageBanner/MessageBanner.js +4 -4
- package/es/v1/NewStar/NewStar.js +3 -3
- package/es/v1/PlusIcon/PlusIcon.js +4 -4
- package/es/v1/Separator/Separator.js +3 -3
- package/es/v1/TagWithIcon/TagWithIcon.js +3 -3
- package/es/v1/ToastMessage/ToastMessage.js +4 -4
- package/es/v1/Upload/Upload.js +4 -4
- package/es/v1/actions/AutoClose.js +2 -2
- package/es/v1/alert/AlertClose/AlertClose.js +2 -2
- package/es/v1/alert/AlertHeader/AlertHeader.js +7 -7
- package/es/v1/alert/AlertLookup/AlertLookup.js +7 -7
- package/es/v1/alert/alertIcons/AlarmAlertIcon.js +3 -3
- package/es/v1/alert/alertIcons/AlertIcons.js +9 -9
- package/es/v1/alert/alertIcons/DangerAlertIcon.js +3 -3
- package/es/v1/alert/alertIcons/ErrorAlertIcon.js +3 -3
- package/es/v1/alert/alertIcons/InfoAlertIcon.js +3 -3
- package/es/v1/alert/alertIcons/NotificationAlertIcon.js +3 -3
- package/es/v1/alert/alertIcons/SuccessAlertIcon.js +3 -3
- package/es/v1/alert/alertIcons/WarningAlertIcon.js +3 -3
- package/es/v1/alert/alertIcons/index.js +8 -8
- package/es/v1/alert/index.js +2 -2
- package/es/v1/avatar/AvatarClose/AvatarClose.js +3 -3
- package/es/v1/avatar/AvatarCollision/AvatarCollision.js +3 -3
- package/es/v1/avatar/AvatarIcon/AvatarIcon.js +3 -3
- package/es/v1/avatar/AvatarStatus/AvatarStatus.js +3 -3
- package/es/v1/avatar/AvatarThread/AvatarThread.js +3 -3
- package/es/v1/avatar/AvatarUser/AvatarUser.js +4 -4
- package/es/v1/avatar/AvatarWithTeam/AvatarWithTeam.js +3 -3
- package/es/v1/avatar/index.js +7 -7
- package/es/v1/dropdown/ToggleDropDown/ToggleDropDown.js +4 -4
- package/es/v1/emptystate/CommonEmptyState/CommonEmptyState.js +4 -4
- package/es/v1/emptystate/EditionPage/EditionPage.js +3 -3
- package/es/v1/errorstate/Inconvenience/Inconvenience.js +4 -4
- package/es/v1/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +4 -4
- package/es/v1/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +4 -4
- package/es/v1/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +4 -4
- package/es/v1/errorstate/UrlNotFound/UrlNotFound.js +4 -4
- package/es/v1/errorstate/WillBeRightBack/WillBeRightBack.js +4 -4
- package/es/v1/form/fields/CheckBoxField/CheckBoxField.js +5 -5
- package/es/v1/form/fields/CheckBoxField/props/defaultProps.js +1 -1
- package/es/v1/form/fields/CheckBoxField/props/propTypes.js +1 -1
- package/es/v1/form/fields/CurrencyField/CurrencyField.js +5 -5
- package/es/v1/form/fields/CurrencyField/props/defaultProps.js +1 -1
- package/es/v1/form/fields/CurrencyField/props/propTypes.js +1 -1
- package/es/v1/form/fields/DateField/DateField.js +5 -5
- package/es/v1/form/fields/DateField/props/defaultProps.js +1 -1
- package/es/v1/form/fields/DateField/props/propTypes.js +1 -1
- package/es/v1/form/fields/FieldContainer/FieldContainer.js +3 -3
- package/es/v1/form/fields/FieldContainer/props/defaultProps.js +1 -1
- package/es/v1/form/fields/MultiSelectField/MultiSelectField.js +5 -5
- package/es/v1/form/fields/MultiSelectField/props/defaultProps.js +1 -1
- package/es/v1/form/fields/MultiSelectField/props/propTypes.js +1 -1
- package/es/v1/form/fields/PhoneField/PhoneField.js +6 -6
- package/es/v1/form/fields/RadioField/RadioField.js +5 -5
- package/es/v1/form/fields/SelectField/SelectField.js +5 -5
- package/es/v1/form/fields/SelectField/props/defaultProps.js +1 -1
- package/es/v1/form/fields/SelectField/props/propTypes.js +1 -1
- package/es/v1/form/fields/TagsMultiSelect/TagsMultiSelect.js +5 -5
- package/es/v1/form/fields/TagsMultiSelectField/TagsMultiSelectField.js +7 -7
- package/es/v1/form/fields/TagsMultiSelectField/props/defaultProps.js +1 -1
- package/es/v1/form/fields/TagsMultiSelectField/props/propTypes.js +1 -1
- package/es/v1/form/fields/TextBoxField/TextBoxField.js +5 -5
- package/es/v1/form/fields/TextBoxField/props/defaultProps.js +1 -1
- package/es/v1/form/fields/TextBoxField/props/propTypes.js +1 -1
- package/es/v1/form/fields/TextEditor/TextEditor.js +4 -4
- package/es/v1/form/fields/TextEditorField/TextEditorField.js +6 -6
- package/es/v1/form/fields/TextEditorField/props/defaultProps.js +1 -1
- package/es/v1/form/fields/TextEditorField/props/propTypes.js +1 -1
- package/es/v1/form/fields/TextEditorWrapper/TextEditorWrapper.js +5 -5
- package/es/v1/form/fields/TextareaField/TextareaField.js +5 -5
- package/es/v1/form/fields/TextareaField/props/defaultProps.js +1 -1
- package/es/v1/form/fields/TextareaField/props/propTypes.js +1 -1
- package/es/v1/form/fields/ValidationMessage/ValidationMessage.js +3 -3
- package/es/v1/form/fields/index.js +16 -16
- package/es/v1/form/layout/Field/Field.js +3 -3
- package/es/v1/form/layout/Section/Section.js +2 -2
- package/es/v1/form/layout/index.js +2 -2
- package/es/v1/layout/SetupDetailLayout/SetupDetailLayout.js +3 -3
- package/es/v1/layout/SetupDetailLayout/index.js +4 -4
- package/es/v1/layout/SubtabLayout/SubtabLayout.js +4 -4
- package/es/v1/layout/SubtabLayout/index.js +4 -4
- package/es/v1/list/AvatarFlip/AvatarFlip.js +4 -4
- package/es/v1/list/BluePrintStatus/BluePrintStatus.js +2 -2
- package/es/v1/list/Comment/Comment.js +3 -3
- package/es/v1/list/DepartmentDropDown/DepartmentDropDown.js +5 -5
- package/es/v1/list/Dot/Dot.js +3 -3
- package/es/v1/list/DotNew/DotNew.js +3 -3
- package/es/v1/list/GridStencils/GridStencils.js +2 -2
- package/es/v1/list/Icons/AddNewIcon.js +2 -2
- package/es/v1/list/Icons/CompleteIcon.js +2 -2
- package/es/v1/list/Icons/DeleteIcon.js +2 -2
- package/es/v1/list/Icons/EditIcon.js +2 -2
- package/es/v1/list/Icons/FloatingIcons.js +3 -3
- package/es/v1/list/Icons/ReadUnreadIcon.js +3 -3
- package/es/v1/list/Icons/SmartIcon.js +2 -2
- package/es/v1/list/Icons/index.js +7 -7
- package/es/v1/list/ListLayout/ListLayout.js +3 -3
- package/es/v1/list/ListStencils/ListStencils.js +3 -3
- package/es/v1/list/SecondaryText/AccountName.js +4 -4
- package/es/v1/list/SecondaryText/ContactName.js +5 -5
- package/es/v1/list/SecondaryText/DepartmentText.js +2 -2
- package/es/v1/list/SecondaryText/Email.js +4 -4
- package/es/v1/list/SecondaryText/HappinessRating.js +2 -2
- package/es/v1/list/SecondaryText/PhoneNumber.js +4 -4
- package/es/v1/list/SecondaryText/PriorityText.js +3 -3
- package/es/v1/list/SecondaryText/SecondaryText.js +3 -3
- package/es/v1/list/SecondaryText/StatusText.js +3 -3
- package/es/v1/list/SecondaryText/TicketId.js +4 -4
- package/es/v1/list/SecondaryText/Website.js +4 -4
- package/es/v1/list/SecondaryText/index.js +11 -11
- package/es/v1/list/SecondryPanel/SecondryPanel.js +4 -4
- package/es/v1/list/SentimentStatus/SentimentStatus.js +2 -2
- package/es/v1/list/Subject/Subject.js +4 -4
- package/es/v1/list/TagNew/TagNew.js +3 -3
- package/es/v1/list/Thread/Thread.js +3 -3
- package/es/v1/list/index.js +16 -16
- package/es/v1/list/status/StatusDropdown/StatusDropdown.js +5 -5
- package/es/v1/list/status/StatusListItem/StatusListItem.js +3 -3
- package/es/v1/list/status/index.js +2 -2
- package/es/v1/lookup/EmptyPage/EmptyPage.js +3 -3
- package/es/v1/lookup/Lookup/Lookup.js +4 -4
- package/es/v1/lookup/Section/Section.js +2 -2
- package/es/v1/lookup/header/Close/Close.js +3 -3
- package/es/v1/lookup/header/ModuleHeader/ModuleHeader.js +8 -8
- package/es/v1/lookup/header/Search/Search.js +4 -4
- package/es/v1/lookup/header/TicketHeader/TicketHeader.js +10 -10
- package/es/v1/lookup/header/Title/Title.js +3 -3
- package/es/v1/lookup/header/ViewDropDown/ViewDropDown.js +3 -3
- package/es/v1/lookup/header/index.js +5 -5
- package/es/v1/notification/DesktopNotification/DesktopNotification.js +6 -6
- package/es/v1/notification/DesktopNotification/props/defaultProps.js +1 -1
- package/es/v1/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +5 -5
- package/es/v1/notification/DesktopNotificationHeader/props/defaultProps.js +1 -1
- package/es/v1/setup/header/Button/Button.js +3 -3
- package/es/v1/setup/header/Link/Link.js +4 -4
- package/es/v1/setup/header/Search/Search.js +3 -3
- package/es/v1/setup/header/Views/Views.js +3 -3
- package/es/v1/setup/header/index.js +4 -4
- package/es/v1/setup/helptips/Description/Description.js +2 -2
- package/es/v1/setup/helptips/Link/Link.js +3 -3
- package/es/v1/setup/helptips/ListGroup/ListGroup.js +2 -2
- package/es/v1/setup/helptips/Title/Title.js +2 -2
- package/es/v1/setup/helptips/index.js +4 -4
- package/es/v1/setup/index.js +3 -3
- package/es/v1/setup/table/Table/Table.js +2 -2
- package/es/v1/setup/table/TableBody/TableBody.js +2 -2
- package/es/v1/setup/table/TableData/TableData.js +3 -3
- package/es/v1/setup/table/TableHead/TableHead.js +3 -3
- package/es/v1/setup/table/TableRow/TableRow.js +3 -3
- package/es/v1/setup/table/Text/Text.js +4 -4
- package/es/v1/setup/table/index.js +5 -5
- package/es/v1/svg/PlusIcon.js +2 -2
- package/es/v1/svg/SnippetIcon.js +2 -2
- package/es/v1/svg/TemplateIcon.js +2 -2
- package/es/v1/svg/index.js +3 -3
- package/es/version2/AlertClose/AlertClose.js +2 -2
- package/es/version2/AlertClose/__tests__/AlertClose.spec.js +1 -1
- package/es/version2/GlobalNotification/GlobalNotification.js +6 -6
- package/es/version2/GlobalNotification/__tests__/GlobalNotification.spec.js +1 -1
- package/es/version2/alertIcons/AlarmAlertIcon.js +3 -3
- package/es/version2/alertIcons/AlertIcons.js +9 -9
- package/es/version2/alertIcons/DangerAlertIcon.js +3 -3
- package/es/version2/alertIcons/ErrorAlertIcon.js +3 -3
- package/es/version2/alertIcons/InfoAlertIcon.js +3 -3
- package/es/version2/alertIcons/NotificationAlertIcon.js +3 -3
- package/es/version2/alertIcons/SuccessAlertIcon.js +3 -3
- package/es/version2/alertIcons/WarningAlertIcon.js +3 -3
- package/es/version2/alertIcons/__tests__/AlarmAlertIcon.spec.js +1 -1
- package/es/version2/alertIcons/__tests__/AlertIcons.spec.js +1 -1
- package/es/version2/alertIcons/__tests__/DangerAlertIcon.spec.js +1 -1
- package/es/version2/alertIcons/__tests__/ErrorAlertIcon.spec.js +1 -1
- package/es/version2/alertIcons/__tests__/InfoAlertIcon.spec.js +1 -1
- package/es/version2/alertIcons/__tests__/NotificationAlertIcon.spec.js +1 -1
- package/es/version2/alertIcons/__tests__/SuccessAlertIcon.spec.js +1 -1
- package/es/version2/alertIcons/__tests__/WarningAlertIcon.spec.js +1 -1
- package/es/version2/alertIcons/index.js +8 -8
- package/es/version2/errorstate/Inconvenience/Inconvenience.js +4 -4
- package/es/version2/errorstate/Inconvenience/__tests__/Inconvenience.spec.js +1 -1
- package/es/version2/errorstate/OopsSomethingMiss/OopsSomethingMiss.js +4 -4
- package/es/version2/errorstate/OopsSomethingMiss/__tests__/OopsSomethingMiss.spec.js +1 -1
- package/es/version2/errorstate/UnableToProcessRequest/UnableToProcessRequest.js +4 -4
- package/es/version2/errorstate/UnableToProcessRequest/__tests__/UnableToProcessRequest.spec.js +1 -1
- package/es/version2/errorstate/UnauthorizedLogin/UnauthorizedLogin.js +4 -4
- package/es/version2/errorstate/UnauthorizedLogin/__tests__/UnauthorizedLogin.spec.js +1 -1
- package/es/version2/errorstate/UrlNotFound/UrlNotFound.js +4 -4
- package/es/version2/errorstate/UrlNotFound/__tests__/UrlNotFound.spec.js +1 -1
- package/es/version2/errorstate/WillBeRightBack/WillBeRightBack.js +4 -4
- package/es/version2/errorstate/WillBeRightBack/__tests__/WillBeRightBack.spec.js +1 -1
- package/es/version2/errorstate/index.js +6 -6
- package/es/version2/index.js +8 -8
- package/es/version2/lookup/AlertHeader/AlertHeader.js +7 -7
- package/es/version2/lookup/AlertHeader/__tests__/AlertHeader.spec.js +1 -1
- package/es/version2/lookup/AlertLookup/AlertLookup.js +7 -7
- package/es/version2/lookup/AlertLookup/__tests__/AlertLookup.spec.js +1 -1
- package/es/version2/lookup/index.js +2 -2
- package/es/version2/notification/DesktopNotification/DesktopNotification.js +6 -6
- package/es/version2/notification/DesktopNotification/__tests__/DesktopNotification.spec.js +1 -1
- package/es/version2/notification/DesktopNotification/props/defaultProps.js +1 -1
- package/es/version2/notification/DesktopNotificationHeader/DesktopNotificationHeader.js +5 -5
- package/es/version2/notification/DesktopNotificationHeader/__tests__/DesktopNotificationHeader.spec.js +1 -1
- package/es/version2/notification/DesktopNotificationHeader/props/defaultProps.js +1 -1
- package/es/version2/notification/index.js +3 -3
- package/lib/ActionButton/__tests__/ActionButton.spec.js +8 -0
- package/lib/Attachment/Attachment.module.css +7 -3
- package/lib/AttachmentViewer/Attachment.js +60 -0
- package/lib/AttachmentViewer/AttachmentViewer.js +125 -23
- package/lib/AttachmentViewer/AttachmentViewer.module.css +32 -9
- package/lib/AttachmentViewer/__tests__/AttachmentViewer.spec.js +8 -0
- package/lib/AttachmentViewer/__tests__/__snapshots__/AttachmentViewer.spec.js.snap +3 -3
- package/lib/AttachmentViewer/props/defaultProps.js +1 -1
- package/lib/AttachmentViewer/props/propTypes.js +9 -1
- package/lib/AttachmentViewer/utils.js +85 -8
- package/lib/DotProvider/__tests__/DotProvider.spec.js +91 -64
- package/lib/DotProvider/__tests__/__snapshots__/DotProvider.spec.js.snap +170 -170
- package/lib/DotProvider/libraryChunks/appearance/component/Dark_Component.js +1 -1
- package/lib/DotProvider/libraryChunks/appearance/component/Light_Component.js +1 -1
- package/lib/DotProvider/libraryChunks/appearance/component/PureDark_Component.js +1 -1
- package/lib/DotProvider/utils/themeAppearanceAssetsConfig.js +6 -6
- package/lib/DotProvider/utils/themeColorAssetsConfig.js +45 -45
- package/lib/Drawer/Drawer.js +8 -2
- package/lib/Drawer/__tests__/Drawer.spec.js +8 -0
- package/lib/Drawer/__tests__/__snapshots__/Header.spec.js.snap +4 -4
- package/lib/Drawer/props/propTypes.js +4 -1
- package/lib/FlipCard/__tests__/__snapshots__/FlipCard.spec.js.snap +6 -6
- package/lib/FreezeLayer/FreezeLayer.js +8 -2
- package/lib/FreezeLayer/props/propTypes.js +4 -1
- package/lib/Hooks/Dragger/useDragger.js +2 -0
- package/lib/IconButton/IconButton.js +1 -1
- package/lib/IconButton/IconButton.module.css +3 -0
- package/lib/IconButton/__tests__/__snapshots__/IconButton.spec.js.snap +1 -1
- package/lib/Onboarding/CarouselDots/CarouselDot/css/CarouselDot.module.css +5 -14
- package/lib/Onboarding/Onboarding.js +42 -13
- package/lib/Onboarding/__tests__/Onboarding.spec.js +52 -0
- package/lib/Onboarding/__tests__/__snapshots__/Onboarding.spec.js.snap +597 -93
- package/lib/Onboarding/css/Onboarding.module.css +20 -2
- package/lib/Onboarding/hooks/useOnboarding.js +15 -1
- package/lib/Onboarding/hooks/useOnboardingSlider.js +13 -4
- package/lib/Onboarding/props/defaultProps.js +12 -1
- package/lib/Onboarding/props/propTypes.js +11 -0
- package/lib/PlusIcon/__tests__/__snapshots__/PlusIcon.spec.js.snap +13 -13
- package/lib/VideoLookup/__tests__/VideoLookup.spec.js +8 -0
- package/lib/alert/AlertHeader/__tests__/__snapshots__/AlertHeader.spec.js.snap +1 -1
- package/lib/avatar/AvatarIcon/AvatarIcon.js +2 -2
- package/lib/avatar/AvatarIcon/AvatarIcon.module.css +3 -0
- package/lib/avatar/AvatarIcon/__tests__/__snapshots__/AvatarIcon.spec.js.snap +1 -1
- package/lib/dropdown/ToggleDropDown/ToggleDropDown.js +34 -11
- package/lib/dropdown/ToggleDropDown/props/defaultProps.js +2 -1
- package/lib/dropdown/ToggleDropDown/props/propTypes.js +2 -1
- package/lib/emptystate/CommonEmptyState/CommonEmptyState.module.css +4 -5
- package/lib/form/fields/TagsMultiSelect/TagsMultiSelect.module.css +4 -0
- package/lib/list/ListStencils/__tests__/__snapshots__/ListStencils.spec.js.snap +6 -6
- package/lib/lookup/header/Close/__tests__/__snapshots__/Close.spec.js.snap +1 -1
- package/lib/lookup/header/TicketHeader/__tests__/__snapshots__/TicketHeader.spec.js.snap +1 -1
- package/lib/utils/General.js +25 -1
- package/package.json +9 -9
- package/result.json +1 -0
- package/unittest/index.html +37 -0
- package/es/common/dot_common.module.css +0 -4
- package/lib/common/dot_common.module.css +0 -4
|
@@ -1,180 +1,176 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
|
-
exports[`DotProvider Snapshot
|
|
3
|
+
exports[`DotProvider Snapshot Theme appearance: dark should render with themeAppearance = dark and themeColor = blue 1`] = `
|
|
4
4
|
<DocumentFragment>
|
|
5
5
|
<div
|
|
6
|
-
|
|
7
|
-
data-id="test-id"
|
|
8
|
-
data-mode="light"
|
|
6
|
+
data-mode="dark"
|
|
9
7
|
data-theme="blue"
|
|
10
8
|
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
11
|
-
|
|
12
|
-
This is a DotProvider component
|
|
13
|
-
</div>
|
|
9
|
+
/>
|
|
14
10
|
</DocumentFragment>
|
|
15
11
|
`;
|
|
16
12
|
|
|
17
|
-
exports[`DotProvider Snapshot
|
|
13
|
+
exports[`DotProvider Snapshot Theme appearance: dark should render with themeAppearance = dark and themeColor = blue with custom attributes 1`] = `
|
|
18
14
|
<DocumentFragment>
|
|
19
15
|
<div
|
|
20
|
-
data-mode="
|
|
21
|
-
data-theme="blue"
|
|
22
|
-
style="--zd_baseUnit: 1px; --zd_baseFontUnit:
|
|
16
|
+
data-desk-mode="dark"
|
|
17
|
+
data-desk-theme="blue"
|
|
18
|
+
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
23
19
|
/>
|
|
24
20
|
</DocumentFragment>
|
|
25
21
|
`;
|
|
26
22
|
|
|
27
|
-
exports[`DotProvider Snapshot
|
|
23
|
+
exports[`DotProvider Snapshot Theme appearance: dark should render with themeAppearance = dark and themeColor = green 1`] = `
|
|
28
24
|
<DocumentFragment>
|
|
29
25
|
<div
|
|
30
|
-
data-mode="
|
|
31
|
-
data-theme="
|
|
32
|
-
style="--zd_baseUnit: 1px; --zd_baseFontUnit:
|
|
26
|
+
data-mode="dark"
|
|
27
|
+
data-theme="green"
|
|
28
|
+
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
33
29
|
/>
|
|
34
30
|
</DocumentFragment>
|
|
35
31
|
`;
|
|
36
32
|
|
|
37
|
-
exports[`DotProvider Snapshot
|
|
33
|
+
exports[`DotProvider Snapshot Theme appearance: dark should render with themeAppearance = dark and themeColor = green with custom attributes 1`] = `
|
|
38
34
|
<DocumentFragment>
|
|
39
35
|
<div
|
|
40
|
-
data-mode="
|
|
41
|
-
data-theme="
|
|
42
|
-
style="--zd_baseUnit: 1px; --zd_baseFontUnit:
|
|
36
|
+
data-desk-mode="dark"
|
|
37
|
+
data-desk-theme="green"
|
|
38
|
+
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
43
39
|
/>
|
|
44
40
|
</DocumentFragment>
|
|
45
41
|
`;
|
|
46
42
|
|
|
47
|
-
exports[`DotProvider Snapshot
|
|
43
|
+
exports[`DotProvider Snapshot Theme appearance: dark should render with themeAppearance = dark and themeColor = orange 1`] = `
|
|
48
44
|
<DocumentFragment>
|
|
49
45
|
<div
|
|
50
|
-
data-mode="
|
|
51
|
-
data-theme="
|
|
52
|
-
style="--zd_baseUnit: 1px; --zd_baseFontUnit:
|
|
46
|
+
data-mode="dark"
|
|
47
|
+
data-theme="orange"
|
|
48
|
+
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
53
49
|
/>
|
|
54
50
|
</DocumentFragment>
|
|
55
51
|
`;
|
|
56
52
|
|
|
57
|
-
exports[`DotProvider Snapshot
|
|
53
|
+
exports[`DotProvider Snapshot Theme appearance: dark should render with themeAppearance = dark and themeColor = orange with custom attributes 1`] = `
|
|
58
54
|
<DocumentFragment>
|
|
59
55
|
<div
|
|
60
|
-
data-mode="
|
|
61
|
-
data-theme="
|
|
62
|
-
style="--zd_baseUnit:
|
|
56
|
+
data-desk-mode="dark"
|
|
57
|
+
data-desk-theme="orange"
|
|
58
|
+
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
63
59
|
/>
|
|
64
60
|
</DocumentFragment>
|
|
65
61
|
`;
|
|
66
62
|
|
|
67
|
-
exports[`DotProvider Snapshot
|
|
63
|
+
exports[`DotProvider Snapshot Theme appearance: dark should render with themeAppearance = dark and themeColor = red 1`] = `
|
|
68
64
|
<DocumentFragment>
|
|
69
65
|
<div
|
|
70
|
-
data-mode="
|
|
71
|
-
data-theme="
|
|
72
|
-
style="--zd_baseUnit:
|
|
66
|
+
data-mode="dark"
|
|
67
|
+
data-theme="red"
|
|
68
|
+
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
73
69
|
/>
|
|
74
70
|
</DocumentFragment>
|
|
75
71
|
`;
|
|
76
72
|
|
|
77
|
-
exports[`DotProvider Snapshot
|
|
73
|
+
exports[`DotProvider Snapshot Theme appearance: dark should render with themeAppearance = dark and themeColor = red with custom attributes 1`] = `
|
|
78
74
|
<DocumentFragment>
|
|
79
75
|
<div
|
|
80
|
-
data-mode="
|
|
81
|
-
data-theme="
|
|
76
|
+
data-desk-mode="dark"
|
|
77
|
+
data-desk-theme="red"
|
|
82
78
|
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
83
79
|
/>
|
|
84
80
|
</DocumentFragment>
|
|
85
81
|
`;
|
|
86
82
|
|
|
87
|
-
exports[`DotProvider Snapshot
|
|
83
|
+
exports[`DotProvider Snapshot Theme appearance: dark should render with themeAppearance = dark and themeColor = yellow 1`] = `
|
|
88
84
|
<DocumentFragment>
|
|
89
85
|
<div
|
|
90
|
-
data-mode="
|
|
91
|
-
data-theme="
|
|
92
|
-
style="--zd_baseUnit:
|
|
86
|
+
data-mode="dark"
|
|
87
|
+
data-theme="yellow"
|
|
88
|
+
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
93
89
|
/>
|
|
94
90
|
</DocumentFragment>
|
|
95
91
|
`;
|
|
96
92
|
|
|
97
|
-
exports[`DotProvider Snapshot
|
|
93
|
+
exports[`DotProvider Snapshot Theme appearance: dark should render with themeAppearance = dark and themeColor = yellow with custom attributes 1`] = `
|
|
98
94
|
<DocumentFragment>
|
|
99
95
|
<div
|
|
100
96
|
data-desk-mode="dark"
|
|
101
|
-
data-desk-theme="
|
|
97
|
+
data-desk-theme="yellow"
|
|
102
98
|
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
103
99
|
/>
|
|
104
100
|
</DocumentFragment>
|
|
105
101
|
`;
|
|
106
102
|
|
|
107
|
-
exports[`DotProvider Snapshot
|
|
103
|
+
exports[`DotProvider Snapshot Theme appearance: light should render with themeAppearance = light and themeColor = blue 1`] = `
|
|
108
104
|
<DocumentFragment>
|
|
109
105
|
<div
|
|
110
|
-
data-
|
|
111
|
-
data-
|
|
106
|
+
data-mode="light"
|
|
107
|
+
data-theme="blue"
|
|
112
108
|
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
113
109
|
/>
|
|
114
110
|
</DocumentFragment>
|
|
115
111
|
`;
|
|
116
112
|
|
|
117
|
-
exports[`DotProvider Snapshot
|
|
113
|
+
exports[`DotProvider Snapshot Theme appearance: light should render with themeAppearance = light and themeColor = blue with custom attributes 1`] = `
|
|
118
114
|
<DocumentFragment>
|
|
119
115
|
<div
|
|
120
|
-
data-desk-mode="
|
|
121
|
-
data-desk-theme="
|
|
116
|
+
data-desk-mode="light"
|
|
117
|
+
data-desk-theme="blue"
|
|
122
118
|
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
123
119
|
/>
|
|
124
120
|
</DocumentFragment>
|
|
125
121
|
`;
|
|
126
122
|
|
|
127
|
-
exports[`DotProvider Snapshot
|
|
123
|
+
exports[`DotProvider Snapshot Theme appearance: light should render with themeAppearance = light and themeColor = green 1`] = `
|
|
128
124
|
<DocumentFragment>
|
|
129
125
|
<div
|
|
130
|
-
data-
|
|
131
|
-
data-
|
|
126
|
+
data-mode="light"
|
|
127
|
+
data-theme="green"
|
|
132
128
|
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
133
129
|
/>
|
|
134
130
|
</DocumentFragment>
|
|
135
131
|
`;
|
|
136
132
|
|
|
137
|
-
exports[`DotProvider Snapshot
|
|
133
|
+
exports[`DotProvider Snapshot Theme appearance: light should render with themeAppearance = light and themeColor = green with custom attributes 1`] = `
|
|
138
134
|
<DocumentFragment>
|
|
139
135
|
<div
|
|
140
|
-
data-desk-mode="
|
|
141
|
-
data-desk-theme="
|
|
136
|
+
data-desk-mode="light"
|
|
137
|
+
data-desk-theme="green"
|
|
142
138
|
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
143
139
|
/>
|
|
144
140
|
</DocumentFragment>
|
|
145
141
|
`;
|
|
146
142
|
|
|
147
|
-
exports[`DotProvider Snapshot
|
|
143
|
+
exports[`DotProvider Snapshot Theme appearance: light should render with themeAppearance = light and themeColor = orange 1`] = `
|
|
148
144
|
<DocumentFragment>
|
|
149
145
|
<div
|
|
150
|
-
data-
|
|
151
|
-
data-
|
|
146
|
+
data-mode="light"
|
|
147
|
+
data-theme="orange"
|
|
152
148
|
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
153
149
|
/>
|
|
154
150
|
</DocumentFragment>
|
|
155
151
|
`;
|
|
156
152
|
|
|
157
|
-
exports[`DotProvider Snapshot
|
|
153
|
+
exports[`DotProvider Snapshot Theme appearance: light should render with themeAppearance = light and themeColor = orange with custom attributes 1`] = `
|
|
158
154
|
<DocumentFragment>
|
|
159
155
|
<div
|
|
160
156
|
data-desk-mode="light"
|
|
161
|
-
data-desk-theme="
|
|
157
|
+
data-desk-theme="orange"
|
|
162
158
|
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
163
159
|
/>
|
|
164
160
|
</DocumentFragment>
|
|
165
161
|
`;
|
|
166
162
|
|
|
167
|
-
exports[`DotProvider Snapshot
|
|
163
|
+
exports[`DotProvider Snapshot Theme appearance: light should render with themeAppearance = light and themeColor = red 1`] = `
|
|
168
164
|
<DocumentFragment>
|
|
169
165
|
<div
|
|
170
|
-
data-
|
|
171
|
-
data-
|
|
166
|
+
data-mode="light"
|
|
167
|
+
data-theme="red"
|
|
172
168
|
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
173
169
|
/>
|
|
174
170
|
</DocumentFragment>
|
|
175
171
|
`;
|
|
176
172
|
|
|
177
|
-
exports[`DotProvider Snapshot
|
|
173
|
+
exports[`DotProvider Snapshot Theme appearance: light should render with themeAppearance = light and themeColor = red with custom attributes 1`] = `
|
|
178
174
|
<DocumentFragment>
|
|
179
175
|
<div
|
|
180
176
|
data-desk-mode="light"
|
|
@@ -184,272 +180,276 @@ exports[`DotProvider Snapshot rendering the custom themeAppearanceAttr and theme
|
|
|
184
180
|
</DocumentFragment>
|
|
185
181
|
`;
|
|
186
182
|
|
|
187
|
-
exports[`DotProvider Snapshot
|
|
183
|
+
exports[`DotProvider Snapshot Theme appearance: light should render with themeAppearance = light and themeColor = yellow 1`] = `
|
|
188
184
|
<DocumentFragment>
|
|
189
185
|
<div
|
|
190
|
-
data-
|
|
191
|
-
data-
|
|
186
|
+
data-mode="light"
|
|
187
|
+
data-theme="yellow"
|
|
192
188
|
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
193
189
|
/>
|
|
194
190
|
</DocumentFragment>
|
|
195
191
|
`;
|
|
196
192
|
|
|
197
|
-
exports[`DotProvider Snapshot
|
|
193
|
+
exports[`DotProvider Snapshot Theme appearance: light should render with themeAppearance = light and themeColor = yellow with custom attributes 1`] = `
|
|
198
194
|
<DocumentFragment>
|
|
199
195
|
<div
|
|
200
|
-
data-desk-mode="
|
|
201
|
-
data-desk-theme="
|
|
196
|
+
data-desk-mode="light"
|
|
197
|
+
data-desk-theme="yellow"
|
|
202
198
|
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
203
199
|
/>
|
|
204
200
|
</DocumentFragment>
|
|
205
201
|
`;
|
|
206
202
|
|
|
207
|
-
exports[`DotProvider Snapshot
|
|
203
|
+
exports[`DotProvider Snapshot Theme appearance: pureDark should render with themeAppearance = pureDark and themeColor = blue 1`] = `
|
|
208
204
|
<DocumentFragment>
|
|
209
205
|
<div
|
|
210
|
-
data-
|
|
211
|
-
data-
|
|
206
|
+
data-mode="pureDark"
|
|
207
|
+
data-theme="blue"
|
|
212
208
|
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
213
209
|
/>
|
|
214
210
|
</DocumentFragment>
|
|
215
211
|
`;
|
|
216
212
|
|
|
217
|
-
exports[`DotProvider Snapshot
|
|
213
|
+
exports[`DotProvider Snapshot Theme appearance: pureDark should render with themeAppearance = pureDark and themeColor = blue with custom attributes 1`] = `
|
|
218
214
|
<DocumentFragment>
|
|
219
215
|
<div
|
|
220
216
|
data-desk-mode="pureDark"
|
|
221
|
-
data-desk-theme="
|
|
217
|
+
data-desk-theme="blue"
|
|
222
218
|
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
223
219
|
/>
|
|
224
220
|
</DocumentFragment>
|
|
225
221
|
`;
|
|
226
222
|
|
|
227
|
-
exports[`DotProvider Snapshot
|
|
223
|
+
exports[`DotProvider Snapshot Theme appearance: pureDark should render with themeAppearance = pureDark and themeColor = green 1`] = `
|
|
228
224
|
<DocumentFragment>
|
|
229
225
|
<div
|
|
230
|
-
data-
|
|
231
|
-
data-
|
|
226
|
+
data-mode="pureDark"
|
|
227
|
+
data-theme="green"
|
|
232
228
|
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
233
229
|
/>
|
|
234
230
|
</DocumentFragment>
|
|
235
231
|
`;
|
|
236
232
|
|
|
237
|
-
exports[`DotProvider Snapshot
|
|
233
|
+
exports[`DotProvider Snapshot Theme appearance: pureDark should render with themeAppearance = pureDark and themeColor = green with custom attributes 1`] = `
|
|
238
234
|
<DocumentFragment>
|
|
239
235
|
<div
|
|
240
236
|
data-desk-mode="pureDark"
|
|
241
|
-
data-desk-theme="
|
|
237
|
+
data-desk-theme="green"
|
|
242
238
|
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
243
239
|
/>
|
|
244
240
|
</DocumentFragment>
|
|
245
241
|
`;
|
|
246
242
|
|
|
247
|
-
exports[`DotProvider Snapshot
|
|
243
|
+
exports[`DotProvider Snapshot Theme appearance: pureDark should render with themeAppearance = pureDark and themeColor = orange 1`] = `
|
|
248
244
|
<DocumentFragment>
|
|
249
|
-
<
|
|
250
|
-
data-mode="
|
|
251
|
-
data-theme="
|
|
245
|
+
<div
|
|
246
|
+
data-mode="pureDark"
|
|
247
|
+
data-theme="orange"
|
|
252
248
|
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
253
|
-
|
|
254
|
-
This is a DotProvider component
|
|
255
|
-
</span>
|
|
249
|
+
/>
|
|
256
250
|
</DocumentFragment>
|
|
257
251
|
`;
|
|
258
252
|
|
|
259
|
-
exports[`DotProvider Snapshot
|
|
260
|
-
<html
|
|
261
|
-
data-mode="light"
|
|
262
|
-
data-theme="blue"
|
|
263
|
-
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
264
|
-
>
|
|
265
|
-
<head />
|
|
266
|
-
<body>
|
|
267
|
-
<div>
|
|
268
|
-
This is a DotProvider component
|
|
269
|
-
</div>
|
|
270
|
-
</body>
|
|
271
|
-
</html>
|
|
272
|
-
`;
|
|
273
|
-
|
|
274
|
-
exports[`DotProvider Snapshot rendering the default props 1`] = `
|
|
253
|
+
exports[`DotProvider Snapshot Theme appearance: pureDark should render with themeAppearance = pureDark and themeColor = orange with custom attributes 1`] = `
|
|
275
254
|
<DocumentFragment>
|
|
276
255
|
<div
|
|
277
|
-
data-mode="
|
|
278
|
-
data-theme="
|
|
256
|
+
data-desk-mode="pureDark"
|
|
257
|
+
data-desk-theme="orange"
|
|
279
258
|
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
280
|
-
|
|
281
|
-
This is a DotProvider component
|
|
282
|
-
</div>
|
|
259
|
+
/>
|
|
283
260
|
</DocumentFragment>
|
|
284
261
|
`;
|
|
285
262
|
|
|
286
|
-
exports[`DotProvider Snapshot
|
|
263
|
+
exports[`DotProvider Snapshot Theme appearance: pureDark should render with themeAppearance = pureDark and themeColor = red 1`] = `
|
|
287
264
|
<DocumentFragment>
|
|
288
265
|
<div
|
|
289
|
-
data-mode="
|
|
290
|
-
data-theme="
|
|
291
|
-
style="--zd_baseUnit: 1px; --
|
|
292
|
-
|
|
293
|
-
This is a DotProvider component
|
|
294
|
-
</div>
|
|
266
|
+
data-mode="pureDark"
|
|
267
|
+
data-theme="red"
|
|
268
|
+
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
269
|
+
/>
|
|
295
270
|
</DocumentFragment>
|
|
296
271
|
`;
|
|
297
272
|
|
|
298
|
-
exports[`DotProvider Snapshot
|
|
273
|
+
exports[`DotProvider Snapshot Theme appearance: pureDark should render with themeAppearance = pureDark and themeColor = red with custom attributes 1`] = `
|
|
299
274
|
<DocumentFragment>
|
|
300
|
-
<div
|
|
301
|
-
|
|
302
|
-
|
|
275
|
+
<div
|
|
276
|
+
data-desk-mode="pureDark"
|
|
277
|
+
data-desk-theme="red"
|
|
278
|
+
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
279
|
+
/>
|
|
303
280
|
</DocumentFragment>
|
|
304
281
|
`;
|
|
305
282
|
|
|
306
|
-
exports[`DotProvider Snapshot
|
|
283
|
+
exports[`DotProvider Snapshot Theme appearance: pureDark should render with themeAppearance = pureDark and themeColor = yellow 1`] = `
|
|
307
284
|
<DocumentFragment>
|
|
308
285
|
<div
|
|
309
|
-
data-mode="
|
|
310
|
-
data-theme="
|
|
286
|
+
data-mode="pureDark"
|
|
287
|
+
data-theme="yellow"
|
|
311
288
|
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
312
289
|
/>
|
|
313
290
|
</DocumentFragment>
|
|
314
291
|
`;
|
|
315
292
|
|
|
316
|
-
exports[`DotProvider Snapshot
|
|
293
|
+
exports[`DotProvider Snapshot Theme appearance: pureDark should render with themeAppearance = pureDark and themeColor = yellow with custom attributes 1`] = `
|
|
317
294
|
<DocumentFragment>
|
|
318
295
|
<div
|
|
319
|
-
data-mode="
|
|
320
|
-
data-theme="
|
|
296
|
+
data-desk-mode="pureDark"
|
|
297
|
+
data-desk-theme="yellow"
|
|
321
298
|
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
322
299
|
/>
|
|
323
300
|
</DocumentFragment>
|
|
324
301
|
`;
|
|
325
302
|
|
|
326
|
-
exports[`DotProvider Snapshot rendering the
|
|
303
|
+
exports[`DotProvider Snapshot rendering the additional ...rest props 1`] = `
|
|
327
304
|
<DocumentFragment>
|
|
328
305
|
<div
|
|
329
|
-
|
|
330
|
-
data-
|
|
306
|
+
class="testClass"
|
|
307
|
+
data-id="test-id"
|
|
308
|
+
data-mode="light"
|
|
309
|
+
data-theme="blue"
|
|
331
310
|
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
332
|
-
|
|
311
|
+
>
|
|
312
|
+
This is a DotProvider component
|
|
313
|
+
</div>
|
|
333
314
|
</DocumentFragment>
|
|
334
315
|
`;
|
|
335
316
|
|
|
336
|
-
exports[`DotProvider Snapshot rendering the
|
|
317
|
+
exports[`DotProvider Snapshot rendering the baseFontUnit props of 1 1`] = `
|
|
337
318
|
<DocumentFragment>
|
|
338
319
|
<div
|
|
339
|
-
data-mode="
|
|
340
|
-
data-theme="
|
|
341
|
-
style="--zd_baseUnit: 1px; --zd_baseFontUnit:
|
|
320
|
+
data-mode="light"
|
|
321
|
+
data-theme="blue"
|
|
322
|
+
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 1;"
|
|
342
323
|
/>
|
|
343
324
|
</DocumentFragment>
|
|
344
325
|
`;
|
|
345
326
|
|
|
346
|
-
exports[`DotProvider Snapshot rendering the
|
|
327
|
+
exports[`DotProvider Snapshot rendering the baseFontUnit props of 1em 1`] = `
|
|
347
328
|
<DocumentFragment>
|
|
348
329
|
<div
|
|
349
|
-
data-mode="
|
|
350
|
-
data-theme="
|
|
351
|
-
style="--zd_baseUnit: 1px; --zd_baseFontUnit:
|
|
330
|
+
data-mode="light"
|
|
331
|
+
data-theme="blue"
|
|
332
|
+
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 1em;"
|
|
352
333
|
/>
|
|
353
334
|
</DocumentFragment>
|
|
354
335
|
`;
|
|
355
336
|
|
|
356
|
-
exports[`DotProvider Snapshot rendering the
|
|
337
|
+
exports[`DotProvider Snapshot rendering the baseFontUnit props of 1px 1`] = `
|
|
357
338
|
<DocumentFragment>
|
|
358
339
|
<div
|
|
359
340
|
data-mode="light"
|
|
360
341
|
data-theme="blue"
|
|
361
|
-
style="--zd_baseUnit: 1px; --zd_baseFontUnit:
|
|
342
|
+
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 1px;"
|
|
362
343
|
/>
|
|
363
344
|
</DocumentFragment>
|
|
364
345
|
`;
|
|
365
346
|
|
|
366
|
-
exports[`DotProvider Snapshot rendering the
|
|
347
|
+
exports[`DotProvider Snapshot rendering the baseFontUnit props of 1rem 1`] = `
|
|
367
348
|
<DocumentFragment>
|
|
368
349
|
<div
|
|
369
350
|
data-mode="light"
|
|
370
|
-
data-theme="
|
|
371
|
-
style="--zd_baseUnit: 1px; --zd_baseFontUnit:
|
|
351
|
+
data-theme="blue"
|
|
352
|
+
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 1rem;"
|
|
372
353
|
/>
|
|
373
354
|
</DocumentFragment>
|
|
374
355
|
`;
|
|
375
356
|
|
|
376
|
-
exports[`DotProvider Snapshot rendering the
|
|
357
|
+
exports[`DotProvider Snapshot rendering the baseZoomUnit props of 0.5 1`] = `
|
|
377
358
|
<DocumentFragment>
|
|
378
359
|
<div
|
|
379
360
|
data-mode="light"
|
|
380
|
-
data-theme="
|
|
381
|
-
style="--zd_baseUnit:
|
|
361
|
+
data-theme="blue"
|
|
362
|
+
style="--zd_baseUnit: 0.5px; --zd_baseFontUnit: 16px;"
|
|
382
363
|
/>
|
|
383
364
|
</DocumentFragment>
|
|
384
365
|
`;
|
|
385
366
|
|
|
386
|
-
exports[`DotProvider Snapshot rendering the
|
|
367
|
+
exports[`DotProvider Snapshot rendering the baseZoomUnit props of 0.8 1`] = `
|
|
387
368
|
<DocumentFragment>
|
|
388
369
|
<div
|
|
389
370
|
data-mode="light"
|
|
390
|
-
data-theme="
|
|
391
|
-
style="--zd_baseUnit:
|
|
371
|
+
data-theme="blue"
|
|
372
|
+
style="--zd_baseUnit: 0.8px; --zd_baseFontUnit: 16px;"
|
|
392
373
|
/>
|
|
393
374
|
</DocumentFragment>
|
|
394
375
|
`;
|
|
395
376
|
|
|
396
|
-
exports[`DotProvider Snapshot rendering the
|
|
377
|
+
exports[`DotProvider Snapshot rendering the baseZoomUnit props of 1 1`] = `
|
|
397
378
|
<DocumentFragment>
|
|
398
379
|
<div
|
|
399
380
|
data-mode="light"
|
|
400
|
-
data-theme="
|
|
381
|
+
data-theme="blue"
|
|
401
382
|
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
402
383
|
/>
|
|
403
384
|
</DocumentFragment>
|
|
404
385
|
`;
|
|
405
386
|
|
|
406
|
-
exports[`DotProvider Snapshot rendering the
|
|
387
|
+
exports[`DotProvider Snapshot rendering the baseZoomUnit props of 1.2 1`] = `
|
|
407
388
|
<DocumentFragment>
|
|
408
389
|
<div
|
|
409
|
-
data-mode="
|
|
390
|
+
data-mode="light"
|
|
410
391
|
data-theme="blue"
|
|
411
|
-
style="--zd_baseUnit:
|
|
392
|
+
style="--zd_baseUnit: 1.2px; --zd_baseFontUnit: 16px;"
|
|
412
393
|
/>
|
|
413
394
|
</DocumentFragment>
|
|
414
395
|
`;
|
|
415
396
|
|
|
416
|
-
exports[`DotProvider Snapshot rendering the
|
|
397
|
+
exports[`DotProvider Snapshot rendering the default attributes, styles and modified the tag props 1`] = `
|
|
417
398
|
<DocumentFragment>
|
|
418
|
-
<
|
|
419
|
-
data-mode="
|
|
420
|
-
data-theme="
|
|
399
|
+
<span
|
|
400
|
+
data-mode="light"
|
|
401
|
+
data-theme="blue"
|
|
421
402
|
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
422
|
-
|
|
403
|
+
>
|
|
404
|
+
This is a DotProvider component
|
|
405
|
+
</span>
|
|
423
406
|
</DocumentFragment>
|
|
424
407
|
`;
|
|
425
408
|
|
|
426
|
-
exports[`DotProvider Snapshot rendering the
|
|
409
|
+
exports[`DotProvider Snapshot rendering the default attributes, styles and modifying the tag prop to React.Fragment 1`] = `
|
|
410
|
+
<html
|
|
411
|
+
data-mode="light"
|
|
412
|
+
data-theme="blue"
|
|
413
|
+
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
414
|
+
>
|
|
415
|
+
<head />
|
|
416
|
+
<body>
|
|
417
|
+
<div>
|
|
418
|
+
This is a DotProvider component
|
|
419
|
+
</div>
|
|
420
|
+
</body>
|
|
421
|
+
</html>
|
|
422
|
+
`;
|
|
423
|
+
|
|
424
|
+
exports[`DotProvider Snapshot rendering the default props 1`] = `
|
|
427
425
|
<DocumentFragment>
|
|
428
426
|
<div
|
|
429
|
-
data-mode="
|
|
430
|
-
data-theme="
|
|
427
|
+
data-mode="light"
|
|
428
|
+
data-theme="blue"
|
|
431
429
|
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
432
|
-
|
|
430
|
+
>
|
|
431
|
+
This is a DotProvider component
|
|
432
|
+
</div>
|
|
433
433
|
</DocumentFragment>
|
|
434
434
|
`;
|
|
435
435
|
|
|
436
|
-
exports[`DotProvider Snapshot rendering the
|
|
436
|
+
exports[`DotProvider Snapshot rendering the fontUnitVariable prop along with baseFontUnit props 1`] = `
|
|
437
437
|
<DocumentFragment>
|
|
438
438
|
<div
|
|
439
|
-
data-mode="
|
|
440
|
-
data-theme="
|
|
441
|
-
style="--zd_baseUnit: 1px; --
|
|
442
|
-
|
|
439
|
+
data-mode="light"
|
|
440
|
+
data-theme="blue"
|
|
441
|
+
style="--zd_baseUnit: 1px; --gc_baseFontUnit: 14px;"
|
|
442
|
+
>
|
|
443
|
+
This is a DotProvider component
|
|
444
|
+
</div>
|
|
443
445
|
</DocumentFragment>
|
|
444
446
|
`;
|
|
445
447
|
|
|
446
|
-
exports[`DotProvider Snapshot rendering the
|
|
448
|
+
exports[`DotProvider Snapshot rendering the providerRef props 1`] = `
|
|
447
449
|
<DocumentFragment>
|
|
448
|
-
<div
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
style="--zd_baseUnit: 1px; --zd_baseFontUnit: 16px;"
|
|
452
|
-
/>
|
|
450
|
+
<div>
|
|
451
|
+
This is a DotProvider component
|
|
452
|
+
</div>
|
|
453
453
|
</DocumentFragment>
|
|
454
454
|
`;
|
|
455
455
|
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
|
|
3
3
|
require("@zohodesk/components/assets/Appearance/dark/mode/Component_DarkMode.module.css");
|
|
4
4
|
|
|
5
|
-
require("@zohodesk/components/assets/Appearance/dark/mode/
|
|
5
|
+
require("@zohodesk/components/assets/Appearance/dark/mode/Component_v1_DarkMode.module.css");
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
|
|
3
3
|
require("@zohodesk/components/assets/Appearance/light/mode/Component_LightMode.module.css");
|
|
4
4
|
|
|
5
|
-
require("@zohodesk/components/assets/Appearance/light/mode/
|
|
5
|
+
require("@zohodesk/components/assets/Appearance/light/mode/Component_v1_LightMode.module.css");
|
|
@@ -2,4 +2,4 @@
|
|
|
2
2
|
|
|
3
3
|
require("@zohodesk/components/assets/Appearance/pureDark/mode/Component_PureDarkMode.module.css");
|
|
4
4
|
|
|
5
|
-
require("@zohodesk/components/assets/Appearance/pureDark/mode/
|
|
5
|
+
require("@zohodesk/components/assets/Appearance/pureDark/mode/Component_v1_PureDarkMode.module.css");
|