@player-ui/react 0.15.4--canary.881.37421 → 0.15.4--canary.885.37636

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.
@@ -1,249 +0,0 @@
1
- // Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html
2
-
3
- exports[`ManagedPlayer with React 17 > handles new manager 1`] = `
4
- {
5
- "data": {},
6
- "id": "generated-flow",
7
- "navigation": {
8
- "BEGIN": "FLOW_1",
9
- "FLOW_1": {
10
- "END_Done": {
11
- "outcome": "done",
12
- "state_type": "END",
13
- },
14
- "VIEW_1": {
15
- "ref": "flow-1-1",
16
- "state_type": "VIEW",
17
- "transitions": {
18
- "*": "END_Done",
19
- },
20
- },
21
- "startState": "VIEW_1",
22
- },
23
- },
24
- "views": [
25
- {
26
- "id": "flow-1-1",
27
- "type": "collection",
28
- "values": [
29
- {
30
- "asset": {
31
- "id": "action",
32
- "label": "Continue",
33
- "type": "action",
34
- "value": "Next",
35
- },
36
- },
37
- ],
38
- },
39
- ],
40
- }
41
- `;
42
-
43
- exports[`ManagedPlayer with React 17 > handles new manager 2`] = `
44
- {
45
- "data": {},
46
- "id": "generated-flow",
47
- "navigation": {
48
- "BEGIN": "FLOW_1",
49
- "FLOW_1": {
50
- "END_Done": {
51
- "outcome": "done",
52
- "state_type": "END",
53
- },
54
- "VIEW_1": {
55
- "ref": "flow-1-2",
56
- "state_type": "VIEW",
57
- "transitions": {
58
- "*": "END_Done",
59
- },
60
- },
61
- "startState": "VIEW_1",
62
- },
63
- },
64
- "views": [
65
- {
66
- "id": "flow-1-2",
67
- "type": "collection",
68
- "values": [
69
- {
70
- "asset": {
71
- "id": "action",
72
- "label": "Continue",
73
- "type": "action",
74
- "value": "Next",
75
- },
76
- },
77
- ],
78
- },
79
- ],
80
- }
81
- `;
82
-
83
- exports[`ManagedPlayer with React 17 > handles terminating with data 1`] = `
84
- {
85
- "data": {
86
- "returns": {
87
- "id": "123",
88
- },
89
- },
90
- "id": "generated-flow",
91
- "navigation": {
92
- "BEGIN": "FLOW_1",
93
- "FLOW_1": {
94
- "END_Done": {
95
- "outcome": "done",
96
- "state_type": "END",
97
- },
98
- "VIEW_1": {
99
- "ref": "flow-1",
100
- "state_type": "VIEW",
101
- "transitions": {
102
- "*": "END_Done",
103
- },
104
- },
105
- "startState": "VIEW_1",
106
- },
107
- },
108
- "views": [
109
- {
110
- "id": "flow-1",
111
- "type": "collection",
112
- "values": [
113
- {
114
- "asset": {
115
- "id": "action",
116
- "label": "Continue",
117
- "type": "action",
118
- "value": "Next",
119
- },
120
- },
121
- ],
122
- },
123
- ],
124
- }
125
- `;
126
-
127
- exports[`ManagedPlayer with React 18 > handles new manager 1`] = `
128
- {
129
- "data": {},
130
- "id": "generated-flow",
131
- "navigation": {
132
- "BEGIN": "FLOW_1",
133
- "FLOW_1": {
134
- "END_Done": {
135
- "outcome": "done",
136
- "state_type": "END",
137
- },
138
- "VIEW_1": {
139
- "ref": "flow-1-1",
140
- "state_type": "VIEW",
141
- "transitions": {
142
- "*": "END_Done",
143
- },
144
- },
145
- "startState": "VIEW_1",
146
- },
147
- },
148
- "views": [
149
- {
150
- "id": "flow-1-1",
151
- "type": "collection",
152
- "values": [
153
- {
154
- "asset": {
155
- "id": "action",
156
- "label": "Continue",
157
- "type": "action",
158
- "value": "Next",
159
- },
160
- },
161
- ],
162
- },
163
- ],
164
- }
165
- `;
166
-
167
- exports[`ManagedPlayer with React 18 > handles new manager 2`] = `
168
- {
169
- "data": {},
170
- "id": "generated-flow",
171
- "navigation": {
172
- "BEGIN": "FLOW_1",
173
- "FLOW_1": {
174
- "END_Done": {
175
- "outcome": "done",
176
- "state_type": "END",
177
- },
178
- "VIEW_1": {
179
- "ref": "flow-1-2",
180
- "state_type": "VIEW",
181
- "transitions": {
182
- "*": "END_Done",
183
- },
184
- },
185
- "startState": "VIEW_1",
186
- },
187
- },
188
- "views": [
189
- {
190
- "id": "flow-1-2",
191
- "type": "collection",
192
- "values": [
193
- {
194
- "asset": {
195
- "id": "action",
196
- "label": "Continue",
197
- "type": "action",
198
- "value": "Next",
199
- },
200
- },
201
- ],
202
- },
203
- ],
204
- }
205
- `;
206
-
207
- exports[`ManagedPlayer with React 18 > handles terminating with data 1`] = `
208
- {
209
- "data": {
210
- "returns": {
211
- "id": "123",
212
- },
213
- },
214
- "id": "generated-flow",
215
- "navigation": {
216
- "BEGIN": "FLOW_1",
217
- "FLOW_1": {
218
- "END_Done": {
219
- "outcome": "done",
220
- "state_type": "END",
221
- },
222
- "VIEW_1": {
223
- "ref": "flow-1",
224
- "state_type": "VIEW",
225
- "transitions": {
226
- "*": "END_Done",
227
- },
228
- },
229
- "startState": "VIEW_1",
230
- },
231
- },
232
- "views": [
233
- {
234
- "id": "flow-1",
235
- "type": "collection",
236
- "values": [
237
- {
238
- "asset": {
239
- "id": "action",
240
- "label": "Continue",
241
- "type": "action",
242
- "value": "Next",
243
- },
244
- },
245
- ],
246
- },
247
- ],
248
- }
249
- `;