@zohodesk/dot 1.0.0-temp-195.3 → 1.0.0-temp-198.2
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/UnValidatedFiles.html +1 -1
- package/.cli/propValidation_report.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/DotProvider/DotProvider.js +60 -0
- package/es/DotProvider/hooks/useDotProvider.js +55 -0
- package/es/DotProvider/hooks/useDownloadAssetsAndSetAttr.js +97 -0
- package/es/DotProvider/libraryChunks/themes/component/blue/Blue_Dark_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/blue/Blue_Light_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/green/Green_Dark_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/green/Green_Light_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/green/Green_PureDark_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/orange/Orange_Dark_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/orange/Orange_Light_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/red/Red_Dark_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/red/Red_Light_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/red/Red_PureDark_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +3 -0
- package/es/DotProvider/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/green/Green_Dark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/green/Green_Light_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/red/Red_Dark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/red/Red_Light_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/green/Green_Dark_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/green/Green_Light_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/red/Red_Dark_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/red/Red_Light_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +1 -0
- package/es/DotProvider/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +1 -0
- package/es/DotProvider/props/defaultProps.js +11 -0
- package/es/DotProvider/props/propTypes.js +16 -0
- package/es/DotProvider/utils/assetPromiseHandlers/fontSizeAssetPromise.js +4 -0
- package/es/DotProvider/utils/assetPromiseHandlers/themeAppearanceAssetPromise.js +28 -0
- package/es/DotProvider/utils/assetPromiseHandlers/themeColorAssetPromise.js +29 -0
- package/es/DotProvider/utils/assetPromiseHandlers/zoomSizeAssetPromise.js +4 -0
- package/es/DotProvider/utils/constants.js +14 -0
- package/es/DotProvider/utils/errorValidation.js +17 -0
- package/es/DotProvider/utils/getAssetsImportPromises.js +17 -0
- package/es/DotProvider/utils/sizeAssetsConfig.js +12 -0
- package/es/DotProvider/utils/themeAppearanceAssetsConfig.js +47 -0
- package/es/DotProvider/utils/themeColorAssetsConfig.js +221 -0
- package/es/FormAction/FormAction.module.css +100 -100
- package/es/IconButton/IconButton.module.css +22 -22
- package/es/ImportantNotes/__tests__/ImportantNotes.spec.js +96 -0
- package/es/ImportantNotes/__tests__/__snapshots__/ImportantNotes.spec.js.snap +333 -0
- package/es/TagWithIcon/TagWithIcon.module.css +66 -66
- package/es/Upload/__tests__/Upload.spec.js +140 -0
- package/es/Upload/__tests__/__snapshots__/Upload.spec.js.snap +459 -0
- package/es/Upload/props/propTypes.js +1 -1
- package/es/avatar/AvatarIcon/AvatarIcon.module.css +58 -58
- package/es/common/dot_boxShadow.module.css +0 -2
- package/es/emptystate/CommonEmptyState/CommonEmptyState.module.css +92 -92
- package/es/form/fields/ValidationMessage/ValidationMessage.module.css +27 -27
- package/es/layout/SubtabLayout/SubtabLayout.module.css +164 -164
- package/es/list/Comment/Comment.module.css +29 -29
- package/es/list/Dot/Dot.module.css +15 -15
- package/es/list/ListLayout/ListLayout.module.css +79 -79
- package/es/list/Subject/Subject.module.css +34 -34
- package/es/list/Thread/Thread.module.css +42 -42
- package/es/version2/GlobalNotification/GlobalNotification.module.css +177 -177
- package/es/version2/lookup/AlertHeader/css/AlertHeaderNew.module.css +87 -87
- 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/DotProvider/DotProvider.js +88 -0
- package/lib/DotProvider/hooks/useDotProvider.js +83 -0
- package/lib/DotProvider/hooks/useDownloadAssetsAndSetAttr.js +119 -0
- package/lib/DotProvider/libraryChunks/themes/component/blue/Blue_Dark_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/blue/Blue_Light_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/blue/Blue_PureDark_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/green/Green_Dark_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/green/Green_Light_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/green/Green_PureDark_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/orange/Orange_Dark_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/orange/Orange_Light_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/orange/Orange_PureDark_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/red/Red_Dark_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/red/Red_Light_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/red/Red_PureDark_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/yellow/Yellow_Dark_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/yellow/Yellow_Light_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/component/yellow/Yellow_PureDark_Component.js +7 -0
- package/lib/DotProvider/libraryChunks/themes/dot/blue/Blue_Dark_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/blue/Blue_Light_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/blue/Blue_PureDark_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/green/Green_Dark_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/green/Green_Light_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/green/Green_PureDark_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/orange/Orange_Dark_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/orange/Orange_Light_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/orange/Orange_PureDark_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/red/Red_Dark_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/red/Red_Light_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/red/Red_PureDark_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Dark_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/yellow/Yellow_Light_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/dot/yellow/Yellow_PureDark_Dot.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/blue/Blue_Dark_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/blue/Blue_Light_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/blue/Blue_PureDark_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/green/Green_Dark_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/green/Green_Light_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/green/Green_PureDark_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/orange/Orange_Dark_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/orange/Orange_Light_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/orange/Orange_PureDark_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/red/Red_Dark_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/red/Red_Light_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/red/Red_PureDark_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Dark_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/yellow/Yellow_Light_SVG.js +3 -0
- package/lib/DotProvider/libraryChunks/themes/svg/yellow/Yellow_PureDark_SVG.js +3 -0
- package/lib/DotProvider/props/defaultProps.js +20 -0
- package/lib/DotProvider/props/propTypes.js +28 -0
- package/lib/DotProvider/utils/assetPromiseHandlers/fontSizeAssetPromise.js +12 -0
- package/lib/DotProvider/utils/assetPromiseHandlers/themeAppearanceAssetPromise.js +39 -0
- package/lib/DotProvider/utils/assetPromiseHandlers/themeColorAssetPromise.js +40 -0
- package/lib/DotProvider/utils/assetPromiseHandlers/zoomSizeAssetPromise.js +12 -0
- package/lib/DotProvider/utils/constants.js +34 -0
- package/lib/DotProvider/utils/errorValidation.js +25 -0
- package/lib/DotProvider/utils/getAssetsImportPromises.js +22 -0
- package/lib/DotProvider/utils/sizeAssetsConfig.js +31 -0
- package/lib/DotProvider/utils/themeAppearanceAssetsConfig.js +69 -0
- package/lib/DotProvider/utils/themeColorAssetsConfig.js +249 -0
- package/lib/FormAction/FormAction.module.css +100 -100
- package/lib/IconButton/IconButton.module.css +22 -22
- package/lib/ImportantNotes/__tests__/ImportantNotes.spec.js +96 -0
- package/lib/ImportantNotes/__tests__/__snapshots__/ImportantNotes.spec.js.snap +333 -0
- package/lib/TagWithIcon/TagWithIcon.module.css +66 -66
- package/lib/Upload/__tests__/Upload.spec.js +140 -0
- package/lib/Upload/__tests__/__snapshots__/Upload.spec.js.snap +459 -0
- package/lib/Upload/props/propTypes.js +1 -1
- 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/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/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/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
- package/unittest/index.html +1 -1
|
@@ -1,101 +1,101 @@
|
|
|
1
|
-
.varClass {
|
|
2
|
-
--footerBg: var(--zdt_formAction_bg);
|
|
3
|
-
--footerBorder: var(--zdt_formAction_border);
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
.wrapperDiv {
|
|
7
|
-
position: relative;
|
|
8
|
-
z-index: 1;
|
|
9
|
-
composes: varClass;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.footerParent {
|
|
13
|
-
position: relative;
|
|
14
|
-
/* css:theme-validation:ignore */
|
|
15
|
-
/* css:theme-validation:ignore */
|
|
16
|
-
background-color: var(--footerBg);
|
|
17
|
-
border-top: solid 1px var(--footerBorder);
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
.largeFooter {
|
|
21
|
-
padding-top: var(--zd_size24) ;
|
|
22
|
-
padding-bottom: var(--zd_size24) ;
|
|
23
|
-
}
|
|
24
|
-
|
|
25
|
-
.mediumFooter {
|
|
26
|
-
padding-top: var(--zd_size20) ;
|
|
27
|
-
padding-bottom: var(--zd_size20) ;
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
.smallFooter {
|
|
31
|
-
padding-top: var(--zd_size10) ;
|
|
32
|
-
padding-bottom: var(--zd_size10) ;
|
|
33
|
-
}
|
|
34
|
-
|
|
35
|
-
[dir=ltr] .largePadding {
|
|
36
|
-
padding-left: var(--zd_size60) ;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
[dir=rtl] .largePadding {
|
|
40
|
-
padding-right: var(--zd_size60) ;
|
|
41
|
-
}
|
|
42
|
-
|
|
43
|
-
[dir=ltr] .mediumPadding {
|
|
44
|
-
padding-left: var(--zd_size50) ;
|
|
45
|
-
}
|
|
46
|
-
|
|
47
|
-
[dir=rtl] .mediumPadding {
|
|
48
|
-
padding-right: var(--zd_size50) ;
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
[dir=ltr] .xmediumPadding {
|
|
52
|
-
padding-left: var(--zd_size30) ;
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
[dir=rtl] .xmediumPadding {
|
|
56
|
-
padding-right: var(--zd_size30) ;
|
|
57
|
-
}
|
|
58
|
-
|
|
59
|
-
[dir=ltr] .smallPadding {
|
|
60
|
-
padding-left: var(--zd_size25) ;
|
|
61
|
-
}
|
|
62
|
-
|
|
63
|
-
[dir=rtl] .smallPadding {
|
|
64
|
-
padding-right: var(--zd_size25) ;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
[dir=ltr] .xsmallPadding {
|
|
68
|
-
padding-left: var(--zd_size20) ;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
[dir=rtl] .xsmallPadding {
|
|
72
|
-
padding-right: var(--zd_size20) ;
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
.marginRight {
|
|
76
|
-
composes: dinblk from '~@zohodesk/components/lib/common/common.module.css';
|
|
77
|
-
}
|
|
78
|
-
|
|
79
|
-
[dir=ltr] .largeFooter .marginRight, [dir=ltr] .mediumFooter .marginRight {
|
|
80
|
-
margin-right: var(--zd_size15) ;
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
[dir=rtl] .largeFooter .marginRight, [dir=rtl] .mediumFooter .marginRight {
|
|
84
|
-
margin-left: var(--zd_size15) ;
|
|
85
|
-
}
|
|
86
|
-
|
|
87
|
-
[dir=ltr] .smallFooter .marginRight {
|
|
88
|
-
margin-right: var(--zd_size12) ;
|
|
89
|
-
}
|
|
90
|
-
|
|
91
|
-
[dir=rtl] .smallFooter .marginRight {
|
|
92
|
-
margin-left: var(--zd_size12) ;
|
|
93
|
-
}
|
|
94
|
-
|
|
95
|
-
[dir=ltr] .marginRight:last-child {
|
|
96
|
-
margin-right: 0 ;
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
[dir=rtl] .marginRight:last-child {
|
|
100
|
-
margin-left: 0 ;
|
|
1
|
+
.varClass {
|
|
2
|
+
--footerBg: var(--zdt_formAction_bg);
|
|
3
|
+
--footerBorder: var(--zdt_formAction_border);
|
|
4
|
+
}
|
|
5
|
+
|
|
6
|
+
.wrapperDiv {
|
|
7
|
+
position: relative;
|
|
8
|
+
z-index: 1;
|
|
9
|
+
composes: varClass;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
.footerParent {
|
|
13
|
+
position: relative;
|
|
14
|
+
/* css:theme-validation:ignore */
|
|
15
|
+
/* css:theme-validation:ignore */
|
|
16
|
+
background-color: var(--footerBg);
|
|
17
|
+
border-top: solid 1px var(--footerBorder);
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
.largeFooter {
|
|
21
|
+
padding-top: var(--zd_size24) ;
|
|
22
|
+
padding-bottom: var(--zd_size24) ;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
.mediumFooter {
|
|
26
|
+
padding-top: var(--zd_size20) ;
|
|
27
|
+
padding-bottom: var(--zd_size20) ;
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
.smallFooter {
|
|
31
|
+
padding-top: var(--zd_size10) ;
|
|
32
|
+
padding-bottom: var(--zd_size10) ;
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
[dir=ltr] .largePadding {
|
|
36
|
+
padding-left: var(--zd_size60) ;
|
|
37
|
+
}
|
|
38
|
+
|
|
39
|
+
[dir=rtl] .largePadding {
|
|
40
|
+
padding-right: var(--zd_size60) ;
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
[dir=ltr] .mediumPadding {
|
|
44
|
+
padding-left: var(--zd_size50) ;
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
[dir=rtl] .mediumPadding {
|
|
48
|
+
padding-right: var(--zd_size50) ;
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
[dir=ltr] .xmediumPadding {
|
|
52
|
+
padding-left: var(--zd_size30) ;
|
|
53
|
+
}
|
|
54
|
+
|
|
55
|
+
[dir=rtl] .xmediumPadding {
|
|
56
|
+
padding-right: var(--zd_size30) ;
|
|
57
|
+
}
|
|
58
|
+
|
|
59
|
+
[dir=ltr] .smallPadding {
|
|
60
|
+
padding-left: var(--zd_size25) ;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
[dir=rtl] .smallPadding {
|
|
64
|
+
padding-right: var(--zd_size25) ;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
[dir=ltr] .xsmallPadding {
|
|
68
|
+
padding-left: var(--zd_size20) ;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
[dir=rtl] .xsmallPadding {
|
|
72
|
+
padding-right: var(--zd_size20) ;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.marginRight {
|
|
76
|
+
composes: dinblk from '~@zohodesk/components/lib/common/common.module.css';
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
[dir=ltr] .largeFooter .marginRight, [dir=ltr] .mediumFooter .marginRight {
|
|
80
|
+
margin-right: var(--zd_size15) ;
|
|
81
|
+
}
|
|
82
|
+
|
|
83
|
+
[dir=rtl] .largeFooter .marginRight, [dir=rtl] .mediumFooter .marginRight {
|
|
84
|
+
margin-left: var(--zd_size15) ;
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
[dir=ltr] .smallFooter .marginRight {
|
|
88
|
+
margin-right: var(--zd_size12) ;
|
|
89
|
+
}
|
|
90
|
+
|
|
91
|
+
[dir=rtl] .smallFooter .marginRight {
|
|
92
|
+
margin-left: var(--zd_size12) ;
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
[dir=ltr] .marginRight:last-child {
|
|
96
|
+
margin-right: 0 ;
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
[dir=rtl] .marginRight:last-child {
|
|
100
|
+
margin-left: 0 ;
|
|
101
101
|
}
|
|
@@ -1,22 +1,22 @@
|
|
|
1
|
-
.varClass {
|
|
2
|
-
--iconColor: var(--zdt_iconButton_icon_black);
|
|
3
|
-
}
|
|
4
|
-
.wrapper {
|
|
5
|
-
height: var(--zd_size28) ;
|
|
6
|
-
width: var(--zd_size28) ;
|
|
7
|
-
composes: offSelection from '~@zohodesk/components/lib/common/common.module.css';
|
|
8
|
-
composes: varClass;
|
|
9
|
-
color: var(--iconColor);
|
|
10
|
-
cursor: pointer;
|
|
11
|
-
}
|
|
12
|
-
.primary {
|
|
13
|
-
--iconColor: var(--zdt_iconButton_icon_primary);
|
|
14
|
-
}
|
|
15
|
-
.primary:hover {
|
|
16
|
-
--iconColor: var(--zdt_iconButton_icon_primaryHover);
|
|
17
|
-
}
|
|
18
|
-
.primary_active,
|
|
19
|
-
.primaryFilled,
|
|
20
|
-
.primaryFilled_active {
|
|
21
|
-
--iconColor: var(--zdt_iconButton_icon_primaryActive);
|
|
22
|
-
}
|
|
1
|
+
.varClass {
|
|
2
|
+
--iconColor: var(--zdt_iconButton_icon_black);
|
|
3
|
+
}
|
|
4
|
+
.wrapper {
|
|
5
|
+
height: var(--zd_size28) ;
|
|
6
|
+
width: var(--zd_size28) ;
|
|
7
|
+
composes: offSelection from '~@zohodesk/components/lib/common/common.module.css';
|
|
8
|
+
composes: varClass;
|
|
9
|
+
color: var(--iconColor);
|
|
10
|
+
cursor: pointer;
|
|
11
|
+
}
|
|
12
|
+
.primary {
|
|
13
|
+
--iconColor: var(--zdt_iconButton_icon_primary);
|
|
14
|
+
}
|
|
15
|
+
.primary:hover {
|
|
16
|
+
--iconColor: var(--zdt_iconButton_icon_primaryHover);
|
|
17
|
+
}
|
|
18
|
+
.primary_active,
|
|
19
|
+
.primaryFilled,
|
|
20
|
+
.primaryFilled_active {
|
|
21
|
+
--iconColor: var(--zdt_iconButton_icon_primaryActive);
|
|
22
|
+
}
|
|
@@ -8,4 +8,100 @@ describe('ImportantNotes', () => {
|
|
|
8
8
|
} = render( /*#__PURE__*/React.createElement(ImportantNotes, null));
|
|
9
9
|
expect(asFragment()).toMatchSnapshot();
|
|
10
10
|
});
|
|
11
|
+
test('rendering the text prop', () => {
|
|
12
|
+
const {
|
|
13
|
+
asFragment
|
|
14
|
+
} = render( /*#__PURE__*/React.createElement(ImportantNotes, {
|
|
15
|
+
text: "sample text for notes"
|
|
16
|
+
}));
|
|
17
|
+
expect(asFragment()).toMatchSnapshot();
|
|
18
|
+
});
|
|
19
|
+
test('rendering the iconName prop', () => {
|
|
20
|
+
const {
|
|
21
|
+
asFragment
|
|
22
|
+
} = render( /*#__PURE__*/React.createElement(ImportantNotes, {
|
|
23
|
+
iconName: "ZD-GN-info",
|
|
24
|
+
text: "sample text for notes"
|
|
25
|
+
}));
|
|
26
|
+
expect(asFragment()).toMatchSnapshot();
|
|
27
|
+
});
|
|
28
|
+
test('rendering the iconName prop and text and children are empty', () => {
|
|
29
|
+
const {
|
|
30
|
+
asFragment
|
|
31
|
+
} = render( /*#__PURE__*/React.createElement(ImportantNotes, {
|
|
32
|
+
iconName: ""
|
|
33
|
+
}));
|
|
34
|
+
expect(asFragment()).toMatchSnapshot();
|
|
35
|
+
});
|
|
36
|
+
test('rendering the iconName prop is null and given text value', () => {
|
|
37
|
+
const {
|
|
38
|
+
asFragment
|
|
39
|
+
} = render( /*#__PURE__*/React.createElement(ImportantNotes, {
|
|
40
|
+
iconName: "",
|
|
41
|
+
text: "sample text for notes"
|
|
42
|
+
}));
|
|
43
|
+
expect(asFragment()).toMatchSnapshot();
|
|
44
|
+
});
|
|
45
|
+
test('rendering the iconSize', () => {
|
|
46
|
+
const {
|
|
47
|
+
asFragment
|
|
48
|
+
} = render( /*#__PURE__*/React.createElement(ImportantNotes, {
|
|
49
|
+
iconName: "ZD-GN-info",
|
|
50
|
+
iconSize: "15"
|
|
51
|
+
}));
|
|
52
|
+
expect(asFragment()).toMatchSnapshot();
|
|
53
|
+
});
|
|
54
|
+
test('rendering the children', () => {
|
|
55
|
+
const {
|
|
56
|
+
asFragment
|
|
57
|
+
} = render( /*#__PURE__*/React.createElement(ImportantNotes, null, "children"));
|
|
58
|
+
expect(asFragment()).toMatchSnapshot();
|
|
59
|
+
});
|
|
60
|
+
test('rendering the text and children prop', () => {
|
|
61
|
+
const {
|
|
62
|
+
asFragment
|
|
63
|
+
} = render( /*#__PURE__*/React.createElement(ImportantNotes, {
|
|
64
|
+
text: "sample text for notes"
|
|
65
|
+
}, "Sample text for children"));
|
|
66
|
+
expect(asFragment()).toMatchSnapshot();
|
|
67
|
+
});
|
|
68
|
+
test('rendering the text and children prop is empty', () => {
|
|
69
|
+
const {
|
|
70
|
+
asFragment
|
|
71
|
+
} = render( /*#__PURE__*/React.createElement(ImportantNotes, {
|
|
72
|
+
text: ""
|
|
73
|
+
}));
|
|
74
|
+
expect(asFragment()).toMatchSnapshot();
|
|
75
|
+
});
|
|
76
|
+
test('rendering the iconClass', () => {
|
|
77
|
+
const {
|
|
78
|
+
asFragment
|
|
79
|
+
} = render( /*#__PURE__*/React.createElement(ImportantNotes, {
|
|
80
|
+
iconName: "ZD-GN-info",
|
|
81
|
+
iconClass: "customIconClass"
|
|
82
|
+
}));
|
|
83
|
+
expect(asFragment()).toMatchSnapshot();
|
|
84
|
+
});
|
|
85
|
+
test('rendering the isCover prop is true', () => {
|
|
86
|
+
const {
|
|
87
|
+
asFragment
|
|
88
|
+
} = render( /*#__PURE__*/React.createElement(ImportantNotes, null));
|
|
89
|
+
expect(asFragment()).toMatchSnapshot();
|
|
90
|
+
});
|
|
91
|
+
test('rendering the isCover prop is false', () => {
|
|
92
|
+
const {
|
|
93
|
+
asFragment
|
|
94
|
+
} = render( /*#__PURE__*/React.createElement(ImportantNotes, {
|
|
95
|
+
isCover: false
|
|
96
|
+
}));
|
|
97
|
+
expect(asFragment()).toMatchSnapshot();
|
|
98
|
+
});
|
|
99
|
+
test('rendering the className prop', () => {
|
|
100
|
+
const {
|
|
101
|
+
asFragment
|
|
102
|
+
} = render( /*#__PURE__*/React.createElement(ImportantNotes, {
|
|
103
|
+
className: "customClass"
|
|
104
|
+
}));
|
|
105
|
+
expect(asFragment()).toMatchSnapshot();
|
|
106
|
+
});
|
|
11
107
|
});
|
|
@@ -1,5 +1,67 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
|
+
exports[`ImportantNotes rendering the children 1`] = `
|
|
4
|
+
<DocumentFragment>
|
|
5
|
+
<div
|
|
6
|
+
class="section flex rowdir top"
|
|
7
|
+
data-id="containerComponent"
|
|
8
|
+
data-selector-id="container"
|
|
9
|
+
data-test-id="containerComponent"
|
|
10
|
+
>
|
|
11
|
+
<div
|
|
12
|
+
class="icon shrinkOff selfStart"
|
|
13
|
+
data-id="boxComponent"
|
|
14
|
+
data-selector-id="box"
|
|
15
|
+
data-test-id="boxComponent"
|
|
16
|
+
>
|
|
17
|
+
<i
|
|
18
|
+
aria-hidden="true"
|
|
19
|
+
class="zd_font_icons basic icon-help-centre "
|
|
20
|
+
data-id="fontIcon"
|
|
21
|
+
data-selector-id="fontIcon"
|
|
22
|
+
data-test-id="fontIcon"
|
|
23
|
+
style="--zd-iconfont-size: var(--zd_font_size14);"
|
|
24
|
+
/>
|
|
25
|
+
</div>
|
|
26
|
+
<div
|
|
27
|
+
class="title grow basis shrinkOff"
|
|
28
|
+
data-id="boxComponent"
|
|
29
|
+
data-selector-id="box"
|
|
30
|
+
data-test-id="boxComponent"
|
|
31
|
+
>
|
|
32
|
+
children
|
|
33
|
+
</div>
|
|
34
|
+
</div>
|
|
35
|
+
</DocumentFragment>
|
|
36
|
+
`;
|
|
37
|
+
|
|
38
|
+
exports[`ImportantNotes rendering the className prop 1`] = `
|
|
39
|
+
<DocumentFragment>
|
|
40
|
+
<div
|
|
41
|
+
class="section customClass flex rowdir top"
|
|
42
|
+
data-id="containerComponent"
|
|
43
|
+
data-selector-id="container"
|
|
44
|
+
data-test-id="containerComponent"
|
|
45
|
+
>
|
|
46
|
+
<div
|
|
47
|
+
class="icon shrinkOff selfStart"
|
|
48
|
+
data-id="boxComponent"
|
|
49
|
+
data-selector-id="box"
|
|
50
|
+
data-test-id="boxComponent"
|
|
51
|
+
>
|
|
52
|
+
<i
|
|
53
|
+
aria-hidden="true"
|
|
54
|
+
class="zd_font_icons basic icon-help-centre "
|
|
55
|
+
data-id="fontIcon"
|
|
56
|
+
data-selector-id="fontIcon"
|
|
57
|
+
data-test-id="fontIcon"
|
|
58
|
+
style="--zd-iconfont-size: var(--zd_font_size14);"
|
|
59
|
+
/>
|
|
60
|
+
</div>
|
|
61
|
+
</div>
|
|
62
|
+
</DocumentFragment>
|
|
63
|
+
`;
|
|
64
|
+
|
|
3
65
|
exports[`ImportantNotes rendering the defult props 1`] = `
|
|
4
66
|
<DocumentFragment>
|
|
5
67
|
<div
|
|
@@ -26,3 +88,274 @@ exports[`ImportantNotes rendering the defult props 1`] = `
|
|
|
26
88
|
</div>
|
|
27
89
|
</DocumentFragment>
|
|
28
90
|
`;
|
|
91
|
+
|
|
92
|
+
exports[`ImportantNotes rendering the iconClass 1`] = `
|
|
93
|
+
<DocumentFragment>
|
|
94
|
+
<div
|
|
95
|
+
class="section flex rowdir top"
|
|
96
|
+
data-id="containerComponent"
|
|
97
|
+
data-selector-id="container"
|
|
98
|
+
data-test-id="containerComponent"
|
|
99
|
+
>
|
|
100
|
+
<div
|
|
101
|
+
class="icon shrinkOff selfStart"
|
|
102
|
+
data-id="boxComponent"
|
|
103
|
+
data-selector-id="box"
|
|
104
|
+
data-test-id="boxComponent"
|
|
105
|
+
>
|
|
106
|
+
<i
|
|
107
|
+
aria-hidden="true"
|
|
108
|
+
class="zd_font_icons basic icon-info customIconClass "
|
|
109
|
+
data-id="fontIcon"
|
|
110
|
+
data-selector-id="fontIcon"
|
|
111
|
+
data-test-id="fontIcon"
|
|
112
|
+
style="--zd-iconfont-size: var(--zd_font_size14);"
|
|
113
|
+
/>
|
|
114
|
+
</div>
|
|
115
|
+
</div>
|
|
116
|
+
</DocumentFragment>
|
|
117
|
+
`;
|
|
118
|
+
|
|
119
|
+
exports[`ImportantNotes rendering the iconName prop 1`] = `
|
|
120
|
+
<DocumentFragment>
|
|
121
|
+
<div
|
|
122
|
+
class="section flex rowdir top"
|
|
123
|
+
data-id="containerComponent"
|
|
124
|
+
data-selector-id="container"
|
|
125
|
+
data-test-id="containerComponent"
|
|
126
|
+
>
|
|
127
|
+
<div
|
|
128
|
+
class="icon shrinkOff selfStart"
|
|
129
|
+
data-id="boxComponent"
|
|
130
|
+
data-selector-id="box"
|
|
131
|
+
data-test-id="boxComponent"
|
|
132
|
+
>
|
|
133
|
+
<i
|
|
134
|
+
aria-hidden="true"
|
|
135
|
+
class="zd_font_icons basic icon-info "
|
|
136
|
+
data-id="fontIcon"
|
|
137
|
+
data-selector-id="fontIcon"
|
|
138
|
+
data-test-id="fontIcon"
|
|
139
|
+
style="--zd-iconfont-size: var(--zd_font_size14);"
|
|
140
|
+
/>
|
|
141
|
+
</div>
|
|
142
|
+
<div
|
|
143
|
+
class="title grow basis shrinkOff"
|
|
144
|
+
data-id="boxComponent"
|
|
145
|
+
data-selector-id="box"
|
|
146
|
+
data-test-id="boxComponent"
|
|
147
|
+
>
|
|
148
|
+
sample text for notes
|
|
149
|
+
</div>
|
|
150
|
+
</div>
|
|
151
|
+
</DocumentFragment>
|
|
152
|
+
`;
|
|
153
|
+
|
|
154
|
+
exports[`ImportantNotes rendering the iconName prop and text and children are empty 1`] = `
|
|
155
|
+
<DocumentFragment>
|
|
156
|
+
<div
|
|
157
|
+
class="section flex rowdir top"
|
|
158
|
+
data-id="containerComponent"
|
|
159
|
+
data-selector-id="container"
|
|
160
|
+
data-test-id="containerComponent"
|
|
161
|
+
/>
|
|
162
|
+
</DocumentFragment>
|
|
163
|
+
`;
|
|
164
|
+
|
|
165
|
+
exports[`ImportantNotes rendering the iconName prop is null and given text value 1`] = `
|
|
166
|
+
<DocumentFragment>
|
|
167
|
+
<div
|
|
168
|
+
class="section flex rowdir top"
|
|
169
|
+
data-id="containerComponent"
|
|
170
|
+
data-selector-id="container"
|
|
171
|
+
data-test-id="containerComponent"
|
|
172
|
+
>
|
|
173
|
+
<div
|
|
174
|
+
class="title grow basis shrinkOff"
|
|
175
|
+
data-id="boxComponent"
|
|
176
|
+
data-selector-id="box"
|
|
177
|
+
data-test-id="boxComponent"
|
|
178
|
+
>
|
|
179
|
+
sample text for notes
|
|
180
|
+
</div>
|
|
181
|
+
</div>
|
|
182
|
+
</DocumentFragment>
|
|
183
|
+
`;
|
|
184
|
+
|
|
185
|
+
exports[`ImportantNotes rendering the iconSize 1`] = `
|
|
186
|
+
<DocumentFragment>
|
|
187
|
+
<div
|
|
188
|
+
class="section flex rowdir top"
|
|
189
|
+
data-id="containerComponent"
|
|
190
|
+
data-selector-id="container"
|
|
191
|
+
data-test-id="containerComponent"
|
|
192
|
+
>
|
|
193
|
+
<div
|
|
194
|
+
class="icon shrinkOff selfStart"
|
|
195
|
+
data-id="boxComponent"
|
|
196
|
+
data-selector-id="box"
|
|
197
|
+
data-test-id="boxComponent"
|
|
198
|
+
>
|
|
199
|
+
<i
|
|
200
|
+
aria-hidden="true"
|
|
201
|
+
class="zd_font_icons basic icon-info "
|
|
202
|
+
data-id="fontIcon"
|
|
203
|
+
data-selector-id="fontIcon"
|
|
204
|
+
data-test-id="fontIcon"
|
|
205
|
+
style="--zd-iconfont-size: var(--zd_font_size15);"
|
|
206
|
+
/>
|
|
207
|
+
</div>
|
|
208
|
+
</div>
|
|
209
|
+
</DocumentFragment>
|
|
210
|
+
`;
|
|
211
|
+
|
|
212
|
+
exports[`ImportantNotes rendering the isCover prop is false 1`] = `
|
|
213
|
+
<DocumentFragment>
|
|
214
|
+
<div
|
|
215
|
+
class="section inflex rowdir top"
|
|
216
|
+
data-id="containerComponent"
|
|
217
|
+
data-selector-id="container"
|
|
218
|
+
data-test-id="containerComponent"
|
|
219
|
+
>
|
|
220
|
+
<div
|
|
221
|
+
class="icon shrinkOff selfStart"
|
|
222
|
+
data-id="boxComponent"
|
|
223
|
+
data-selector-id="box"
|
|
224
|
+
data-test-id="boxComponent"
|
|
225
|
+
>
|
|
226
|
+
<i
|
|
227
|
+
aria-hidden="true"
|
|
228
|
+
class="zd_font_icons basic icon-help-centre "
|
|
229
|
+
data-id="fontIcon"
|
|
230
|
+
data-selector-id="fontIcon"
|
|
231
|
+
data-test-id="fontIcon"
|
|
232
|
+
style="--zd-iconfont-size: var(--zd_font_size14);"
|
|
233
|
+
/>
|
|
234
|
+
</div>
|
|
235
|
+
</div>
|
|
236
|
+
</DocumentFragment>
|
|
237
|
+
`;
|
|
238
|
+
|
|
239
|
+
exports[`ImportantNotes rendering the isCover prop is true 1`] = `
|
|
240
|
+
<DocumentFragment>
|
|
241
|
+
<div
|
|
242
|
+
class="section flex rowdir top"
|
|
243
|
+
data-id="containerComponent"
|
|
244
|
+
data-selector-id="container"
|
|
245
|
+
data-test-id="containerComponent"
|
|
246
|
+
>
|
|
247
|
+
<div
|
|
248
|
+
class="icon shrinkOff selfStart"
|
|
249
|
+
data-id="boxComponent"
|
|
250
|
+
data-selector-id="box"
|
|
251
|
+
data-test-id="boxComponent"
|
|
252
|
+
>
|
|
253
|
+
<i
|
|
254
|
+
aria-hidden="true"
|
|
255
|
+
class="zd_font_icons basic icon-help-centre "
|
|
256
|
+
data-id="fontIcon"
|
|
257
|
+
data-selector-id="fontIcon"
|
|
258
|
+
data-test-id="fontIcon"
|
|
259
|
+
style="--zd-iconfont-size: var(--zd_font_size14);"
|
|
260
|
+
/>
|
|
261
|
+
</div>
|
|
262
|
+
</div>
|
|
263
|
+
</DocumentFragment>
|
|
264
|
+
`;
|
|
265
|
+
|
|
266
|
+
exports[`ImportantNotes rendering the text and children prop 1`] = `
|
|
267
|
+
<DocumentFragment>
|
|
268
|
+
<div
|
|
269
|
+
class="section flex rowdir top"
|
|
270
|
+
data-id="containerComponent"
|
|
271
|
+
data-selector-id="container"
|
|
272
|
+
data-test-id="containerComponent"
|
|
273
|
+
>
|
|
274
|
+
<div
|
|
275
|
+
class="icon shrinkOff selfStart"
|
|
276
|
+
data-id="boxComponent"
|
|
277
|
+
data-selector-id="box"
|
|
278
|
+
data-test-id="boxComponent"
|
|
279
|
+
>
|
|
280
|
+
<i
|
|
281
|
+
aria-hidden="true"
|
|
282
|
+
class="zd_font_icons basic icon-help-centre "
|
|
283
|
+
data-id="fontIcon"
|
|
284
|
+
data-selector-id="fontIcon"
|
|
285
|
+
data-test-id="fontIcon"
|
|
286
|
+
style="--zd-iconfont-size: var(--zd_font_size14);"
|
|
287
|
+
/>
|
|
288
|
+
</div>
|
|
289
|
+
<div
|
|
290
|
+
class="title grow basis shrinkOff"
|
|
291
|
+
data-id="boxComponent"
|
|
292
|
+
data-selector-id="box"
|
|
293
|
+
data-test-id="boxComponent"
|
|
294
|
+
>
|
|
295
|
+
sample text for notesSample text for children
|
|
296
|
+
</div>
|
|
297
|
+
</div>
|
|
298
|
+
</DocumentFragment>
|
|
299
|
+
`;
|
|
300
|
+
|
|
301
|
+
exports[`ImportantNotes rendering the text and children prop is empty 1`] = `
|
|
302
|
+
<DocumentFragment>
|
|
303
|
+
<div
|
|
304
|
+
class="section flex rowdir top"
|
|
305
|
+
data-id="containerComponent"
|
|
306
|
+
data-selector-id="container"
|
|
307
|
+
data-test-id="containerComponent"
|
|
308
|
+
>
|
|
309
|
+
<div
|
|
310
|
+
class="icon shrinkOff selfStart"
|
|
311
|
+
data-id="boxComponent"
|
|
312
|
+
data-selector-id="box"
|
|
313
|
+
data-test-id="boxComponent"
|
|
314
|
+
>
|
|
315
|
+
<i
|
|
316
|
+
aria-hidden="true"
|
|
317
|
+
class="zd_font_icons basic icon-help-centre "
|
|
318
|
+
data-id="fontIcon"
|
|
319
|
+
data-selector-id="fontIcon"
|
|
320
|
+
data-test-id="fontIcon"
|
|
321
|
+
style="--zd-iconfont-size: var(--zd_font_size14);"
|
|
322
|
+
/>
|
|
323
|
+
</div>
|
|
324
|
+
</div>
|
|
325
|
+
</DocumentFragment>
|
|
326
|
+
`;
|
|
327
|
+
|
|
328
|
+
exports[`ImportantNotes rendering the text prop 1`] = `
|
|
329
|
+
<DocumentFragment>
|
|
330
|
+
<div
|
|
331
|
+
class="section flex rowdir top"
|
|
332
|
+
data-id="containerComponent"
|
|
333
|
+
data-selector-id="container"
|
|
334
|
+
data-test-id="containerComponent"
|
|
335
|
+
>
|
|
336
|
+
<div
|
|
337
|
+
class="icon shrinkOff selfStart"
|
|
338
|
+
data-id="boxComponent"
|
|
339
|
+
data-selector-id="box"
|
|
340
|
+
data-test-id="boxComponent"
|
|
341
|
+
>
|
|
342
|
+
<i
|
|
343
|
+
aria-hidden="true"
|
|
344
|
+
class="zd_font_icons basic icon-help-centre "
|
|
345
|
+
data-id="fontIcon"
|
|
346
|
+
data-selector-id="fontIcon"
|
|
347
|
+
data-test-id="fontIcon"
|
|
348
|
+
style="--zd-iconfont-size: var(--zd_font_size14);"
|
|
349
|
+
/>
|
|
350
|
+
</div>
|
|
351
|
+
<div
|
|
352
|
+
class="title grow basis shrinkOff"
|
|
353
|
+
data-id="boxComponent"
|
|
354
|
+
data-selector-id="box"
|
|
355
|
+
data-test-id="boxComponent"
|
|
356
|
+
>
|
|
357
|
+
sample text for notes
|
|
358
|
+
</div>
|
|
359
|
+
</div>
|
|
360
|
+
</DocumentFragment>
|
|
361
|
+
`;
|