File tree Expand file tree Collapse file tree 15 files changed +1289
-2597
lines changed
react-component-activity-post-action/src/__snapshots__
react-component-activity-share-file/src/__snapshots__
react-component-activity-share-thumbnail/src/__snapshots__
react-component-button/src/__snapshots__
react-component-confirmation-modal/src/__snapshots__
react-component-error-display/src/__snapshots__
react-component-people-list/src/__snapshots__
react-component-scroll-to-bottom-button/src/__snapshots__
react-container-message-composer/src/components/__snapshots__
widget-recents/src/components/__snapshots__ Expand file tree Collapse file tree 15 files changed +1289
-2597
lines changed Original file line number Diff line number Diff line change 109
109
"prop-types" : " ^15.5.10" ,
110
110
"pvutils" : " ^1.0.17" ,
111
111
"querystring-es3" : " ^0.2.1" ,
112
- "react" : " ^17.0.2 " ,
112
+ "react" : " 18.3.1 " ,
113
113
"react-cookie" : " ^2.0.7" ,
114
- "react-dom" : " ^17.0.2 " ,
114
+ "react-dom" : " 18.3.1 " ,
115
115
"react-draggable" : " ^3.0.3" ,
116
116
"react-dropzone" : " ^4.1.3" ,
117
117
"react-hook-form" : " ^7.35.0" ,
224
224
"postcss-preset-env" : " ^6.4.0" ,
225
225
"postcss-reporter" : " ^5.0.0" ,
226
226
"querystring-es3" : " ^0.2.1" ,
227
- "react-test-renderer" : " ^17.0.2 " ,
227
+ "react-test-renderer" : " 18.3.1 " ,
228
228
"react-transform-hmr" : " ^1.0.4" ,
229
229
"redux-mock-store" : " ^1.2.1" ,
230
230
"rimraf" : " ^2.5.4" ,
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ exports[`ActivityMenuHeader component renders properly with three activities 1`]
69
69
<div
70
70
className = " webex-widget-menu menuButton"
71
71
>
72
- <ForwardRef(ContextTransform(Button) )
72
+ <ForwardRef(render )
73
73
ariaLabel="Main Menu"
74
74
circle={ true }
75
75
onClick={ [MockFunction ]}
@@ -92,7 +92,7 @@ exports[`ActivityMenuHeader component renders properly with three activities 1`]
92
92
title = " "
93
93
type = " "
94
94
/>
95
- </ForwardRef(ContextTransform(Button) )>
95
+ </ForwardRef(render )>
96
96
</div >
97
97
</div >
98
98
` ;
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ exports[`ActivityMenu component renders properly 1`] = `
7
7
<div
8
8
className = " webex-activity-menu-exit menuExit"
9
9
>
10
- <ForwardRef(ContextTransform(Button) )
10
+ <ForwardRef(render )
11
11
ariaLabel="Exit"
12
12
circle={ true }
13
13
onClick={ [Function ]}
@@ -29,7 +29,7 @@ exports[`ActivityMenu component renders properly 1`] = `
29
29
title = " "
30
30
type = " "
31
31
/>
32
- </ForwardRef(ContextTransform(Button) )>
32
+ </ForwardRef(render )>
33
33
</div >
34
34
<div
35
35
className = " webex-main-menu mainMenu"
Original file line number Diff line number Diff line change @@ -41,9 +41,7 @@ exports[`ActivityItemPostActions component renders properly 1`] = `
41
41
</svg >
42
42
</div >
43
43
</div >
44
-
45
44
</button >
46
-
47
45
</div >
48
46
</div >
49
47
` ;
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ exports[`ActivityShareFile component renders properly 1`] = `
56
56
<div
57
57
className = " webex-share-action-item shareActionItem"
58
58
>
59
- <ForwardRef(ContextTransform(Button) )
59
+ <ForwardRef(render )
60
60
ariaLabel="Download testImage.js"
61
61
circle={ true }
62
62
onClick={ [Function ]}
@@ -84,7 +84,7 @@ exports[`ActivityShareFile component renders properly 1`] = `
84
84
title = " "
85
85
type = " "
86
86
/>
87
- </ForwardRef(ContextTransform(Button) )>
87
+ </ForwardRef(render )>
88
88
</div >
89
89
</div >
90
90
</div >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ exports[`ActivityShareThumbnail post component renders loaded thumbnail properly
10
10
<ContentItem
11
11
actionNode = {
12
12
<div >
13
- <ForwardRef(ContextTransform(Button) )
13
+ <ForwardRef(render )
14
14
ariaLabel="Download testImage.js"
15
15
circle={ true }
16
16
onClick={ [Function ]}
@@ -38,7 +38,7 @@ exports[`ActivityShareThumbnail post component renders loaded thumbnail properly
38
38
title = " "
39
39
type = " "
40
40
/>
41
- </ForwardRef(ContextTransform(Button) )>
41
+ </ForwardRef(render )>
42
42
</div >
43
43
}
44
44
aspect = { null }
@@ -72,7 +72,7 @@ exports[`ActivityShareThumbnail post component renders loading state properly 1`
72
72
<ContentItem
73
73
actionNode = {
74
74
<div >
75
- <ForwardRef(ContextTransform(Button) )
75
+ <ForwardRef(render )
76
76
ariaLabel="Download testImage.js"
77
77
circle={ true }
78
78
onClick={ [Function ]}
@@ -100,7 +100,7 @@ exports[`ActivityShareThumbnail post component renders loading state properly 1`
100
100
title = " "
101
101
type = " "
102
102
/>
103
- </ForwardRef(ContextTransform(Button) )>
103
+ </ForwardRef(render )>
104
104
</div >
105
105
}
106
106
aspect = { null }
@@ -164,7 +164,7 @@ exports[`ActivityShareThumbnail post component renders thumbnail properly 1`] =
164
164
<ContentItem
165
165
actionNode = {
166
166
<div >
167
- <ForwardRef(ContextTransform(Button) )
167
+ <ForwardRef(render )
168
168
ariaLabel="Download testImage.js"
169
169
circle={ true }
170
170
onClick={ [Function ]}
@@ -192,7 +192,7 @@ exports[`ActivityShareThumbnail post component renders thumbnail properly 1`] =
192
192
title = " "
193
193
type = " "
194
194
/>
195
- </ForwardRef(ContextTransform(Button) )>
195
+ </ForwardRef(render )>
196
196
</div >
197
197
}
198
198
aspect = { null }
Original file line number Diff line number Diff line change @@ -9,13 +9,10 @@ exports[`Button component renders properly with children 1`] = `
9
9
className = " webex-button button"
10
10
onKeyPress = { [Function ]}
11
11
>
12
-
13
-
14
12
<div >
15
13
Children
16
14
</div >
17
15
</button >
18
-
19
16
</div >
20
17
` ;
21
18
@@ -57,9 +54,7 @@ exports[`Button component renders properly with icon type 1`] = `
57
54
</svg >
58
55
</div >
59
56
</div >
60
-
61
57
</button >
62
-
63
58
</div >
64
59
` ;
65
60
@@ -101,9 +96,7 @@ exports[`Button component renders properly with icon type and color 1`] = `
101
96
</svg >
102
97
</div >
103
98
</div >
104
-
105
99
</button >
106
-
107
100
</div >
108
101
` ;
109
102
@@ -116,7 +109,6 @@ exports[`Button component renders properly with label 1`] = `
116
109
className = " webex-button button"
117
110
onKeyPress = { [Function ]}
118
111
>
119
-
120
112
button label
121
113
</button >
122
114
</div >
@@ -130,9 +122,7 @@ exports[`Button component renders properly with label and position 1`] = `
130
122
aria-label = " button label"
131
123
className = " webex-button button"
132
124
onKeyPress = { [Function ]}
133
- >
134
-
135
- </button >
125
+ />
136
126
<div
137
127
className = " webex-label label labelBottom"
138
128
>
Original file line number Diff line number Diff line change @@ -13,28 +13,20 @@ exports[`ConfirmationModal component renders properly 1`] = `
13
13
>
14
14
<div
15
15
className = " webex-dialogue-modal-title-text dialogueModalTitleText"
16
- >
17
-
18
- </div >
16
+ />
19
17
<div
20
18
className = " webex-dialogue-modal-body-subtext dialogueModalBodySubtext"
21
- >
22
-
23
- </div >
19
+ />
24
20
<button
25
21
className = " dialogue-modal-btn dialogue-modal-action-btn dialogueModalBtn dialogueModalActionBtn"
26
22
onClick = { [MockFunction ]}
27
23
title = " "
28
- >
29
-
30
- </button >
24
+ />
31
25
<button
32
26
className = " dialogue-modal-btn dialogue-modal-exit-btn dialogueModalBtn dialogueModalExitBtn"
33
27
onClick = { [MockFunction ]}
34
28
title = " "
35
- >
36
-
37
- </button >
29
+ />
38
30
</div >
39
31
</div >
40
32
<div
Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ exports[`ErrorDisplay component renders properly with just title 1`] = `
12
12
>
13
13
title
14
14
</div >
15
-
16
-
17
15
</div >
18
16
</div >
19
17
` ;
@@ -30,7 +28,6 @@ exports[`ErrorDisplay component renders properly with title and action 1`] = `
30
28
>
31
29
title
32
30
</div >
33
-
34
31
<button
35
32
className = " webex-link-button linkButton"
36
33
onClick = { [Function ]}
@@ -59,7 +56,6 @@ exports[`ErrorDisplay component renders properly with title and secondary 1`] =
59
56
>
60
57
secondary title
61
58
</div >
62
-
63
59
</div >
64
60
</div >
65
61
` ;
@@ -76,8 +72,6 @@ exports[`ErrorDisplay component renders properly with transparency 1`] = `
76
72
>
77
73
title
78
74
</div >
79
-
80
-
81
75
</div >
82
76
</div >
83
77
` ;
You can’t perform that action at this time.
0 commit comments