@openreplay/tracker 16.4.10 → 17.0.0

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.
Files changed (69) hide show
  1. package/dist/cjs/common/messages.gen.d.ts +57 -7
  2. package/dist/cjs/entry.js +564 -1453
  3. package/dist/cjs/entry.js.map +1 -1
  4. package/dist/cjs/index.js +526 -1373
  5. package/dist/cjs/index.js.map +1 -1
  6. package/dist/cjs/main/app/guards.d.ts +1 -0
  7. package/dist/cjs/main/app/index.d.ts +5 -12
  8. package/dist/cjs/main/app/messages.gen.d.ts +7 -2
  9. package/dist/cjs/main/app/observer/observer.d.ts +4 -0
  10. package/dist/cjs/main/app/observer/top_observer.d.ts +3 -1
  11. package/dist/cjs/main/index.d.ts +9 -13
  12. package/dist/cjs/main/modules/conditionsManager.d.ts +6 -1
  13. package/dist/cjs/main/modules/longAnimationTask.d.ts +25 -0
  14. package/dist/cjs/main/modules/tagWatcher.d.ts +1 -1
  15. package/dist/cjs/main/modules/webAnimations.d.ts +9 -0
  16. package/dist/cjs/main/singleton.d.ts +0 -7
  17. package/dist/cjs/main/utils.d.ts +3 -0
  18. package/dist/lib/common/messages.gen.d.ts +57 -7
  19. package/dist/lib/entry.js +564 -1453
  20. package/dist/lib/entry.js.map +1 -1
  21. package/dist/lib/index.js +526 -1373
  22. package/dist/lib/index.js.map +1 -1
  23. package/dist/lib/main/app/guards.d.ts +1 -0
  24. package/dist/lib/main/app/index.d.ts +5 -12
  25. package/dist/lib/main/app/messages.gen.d.ts +7 -2
  26. package/dist/lib/main/app/observer/observer.d.ts +4 -0
  27. package/dist/lib/main/app/observer/top_observer.d.ts +3 -1
  28. package/dist/lib/main/index.d.ts +9 -13
  29. package/dist/lib/main/modules/conditionsManager.d.ts +6 -1
  30. package/dist/lib/main/modules/longAnimationTask.d.ts +25 -0
  31. package/dist/lib/main/modules/tagWatcher.d.ts +1 -1
  32. package/dist/lib/main/modules/webAnimations.d.ts +9 -0
  33. package/dist/lib/main/singleton.d.ts +0 -7
  34. package/dist/lib/main/utils.d.ts +3 -0
  35. package/dist/types/common/messages.gen.d.ts +57 -7
  36. package/dist/types/main/app/guards.d.ts +1 -0
  37. package/dist/types/main/app/index.d.ts +5 -12
  38. package/dist/types/main/app/messages.gen.d.ts +7 -2
  39. package/dist/types/main/app/observer/observer.d.ts +4 -0
  40. package/dist/types/main/app/observer/top_observer.d.ts +3 -1
  41. package/dist/types/main/index.d.ts +9 -13
  42. package/dist/types/main/modules/conditionsManager.d.ts +6 -1
  43. package/dist/types/main/modules/longAnimationTask.d.ts +25 -0
  44. package/dist/types/main/modules/tagWatcher.d.ts +1 -1
  45. package/dist/types/main/modules/webAnimations.d.ts +9 -0
  46. package/dist/types/main/singleton.d.ts +0 -7
  47. package/dist/types/main/utils.d.ts +3 -0
  48. package/package.json +13 -13
  49. package/dist/cjs/main/modules/featureFlags.d.ts +0 -25
  50. package/dist/cjs/main/modules/userTesting/SignalManager.d.ts +0 -29
  51. package/dist/cjs/main/modules/userTesting/dnd.d.ts +0 -1
  52. package/dist/cjs/main/modules/userTesting/index.d.ts +0 -45
  53. package/dist/cjs/main/modules/userTesting/recorder.d.ts +0 -24
  54. package/dist/cjs/main/modules/userTesting/styles.d.ts +0 -277
  55. package/dist/cjs/main/modules/userTesting/utils.d.ts +0 -9
  56. package/dist/lib/main/modules/featureFlags.d.ts +0 -25
  57. package/dist/lib/main/modules/userTesting/SignalManager.d.ts +0 -29
  58. package/dist/lib/main/modules/userTesting/dnd.d.ts +0 -1
  59. package/dist/lib/main/modules/userTesting/index.d.ts +0 -45
  60. package/dist/lib/main/modules/userTesting/recorder.d.ts +0 -24
  61. package/dist/lib/main/modules/userTesting/styles.d.ts +0 -277
  62. package/dist/lib/main/modules/userTesting/utils.d.ts +0 -9
  63. package/dist/types/main/modules/featureFlags.d.ts +0 -25
  64. package/dist/types/main/modules/userTesting/SignalManager.d.ts +0 -29
  65. package/dist/types/main/modules/userTesting/dnd.d.ts +0 -1
  66. package/dist/types/main/modules/userTesting/index.d.ts +0 -45
  67. package/dist/types/main/modules/userTesting/recorder.d.ts +0 -24
  68. package/dist/types/main/modules/userTesting/styles.d.ts +0 -277
  69. package/dist/types/main/modules/userTesting/utils.d.ts +0 -9
@@ -1,277 +0,0 @@
1
- export declare const bgStyle: {
2
- position: string;
3
- top: number;
4
- left: number;
5
- width: string;
6
- height: string;
7
- background: string;
8
- display: string;
9
- alignItems: string;
10
- justifyContent: string;
11
- zIndex: number;
12
- fontFamily: string;
13
- };
14
- export declare const containerStyle: {
15
- display: string;
16
- flexDirection: string;
17
- gap: string;
18
- alignItems: string;
19
- padding: string;
20
- borderRadius: string;
21
- border: string;
22
- background: string;
23
- width: string;
24
- };
25
- export declare const containerWidgetStyle: {
26
- display: string;
27
- 'flex-direction': string;
28
- gap: string;
29
- 'align-items': string;
30
- padding: string;
31
- fontFamily: string;
32
- 'border-radius': string;
33
- border: string;
34
- background: string;
35
- width: string;
36
- };
37
- export declare const titleStyle: {
38
- fontFamily: string;
39
- fontSize: string;
40
- fontStyle: string;
41
- fontWeight: string;
42
- lineHeight: string;
43
- color: string;
44
- };
45
- export declare const descriptionStyle: {
46
- borderTop: string;
47
- borderBottom: string;
48
- padding: string;
49
- color: string;
50
- fontFamily: string;
51
- fontSize: string;
52
- fontStyle: string;
53
- fontWeight: string;
54
- lineHeight: string;
55
- whiteSpace: string;
56
- };
57
- export declare const noticeStyle: {
58
- color: string;
59
- fontFamily: string;
60
- fontSize: string;
61
- fontStyle: string;
62
- fontWeight: string;
63
- lineHeight: string;
64
- };
65
- export declare const buttonStyle: {
66
- display: string;
67
- padding: string;
68
- justifyContent: string;
69
- alignItems: string;
70
- gap: string;
71
- borderRadius: string;
72
- border: string;
73
- background: string;
74
- boxShadow: string;
75
- color: string;
76
- textAlign: string;
77
- fontFamily: string;
78
- fontSize: string;
79
- fontStyle: string;
80
- fontWeight: string;
81
- lineHeight: string;
82
- cursor: string;
83
- };
84
- export declare const sectionTitleStyle: {
85
- fontFamily: string;
86
- fontSize: string;
87
- fontWeight: string;
88
- lineHeight: string;
89
- display: string;
90
- justifyContent: string;
91
- width: string;
92
- cursor: string;
93
- };
94
- export declare const contentStyle: {
95
- display: string;
96
- flexDirection: string;
97
- alignItems: string;
98
- gap: string;
99
- fontSize: string;
100
- lineHeight: string;
101
- };
102
- export declare const titleWidgetStyle: {
103
- padding: string;
104
- gap: string;
105
- fontFamily: string;
106
- fontSize: string;
107
- fontStyle: string;
108
- fontWeight: string;
109
- lineHeight: string;
110
- color: string;
111
- display: string;
112
- alignItems: string;
113
- width: string;
114
- borderRadius: string;
115
- background: string;
116
- boxSizing: string;
117
- };
118
- export declare const descriptionWidgetStyle: {
119
- boxSizing: string;
120
- display: string;
121
- width: string;
122
- borderBottom: string;
123
- background: string;
124
- padding: string;
125
- alignSelf: string;
126
- color: string;
127
- fontFamily: string;
128
- fontStyle: string;
129
- fontWeight: string;
130
- };
131
- export declare const endSectionStyle: {
132
- display: string;
133
- flexDirection: string;
134
- alignItems: string;
135
- gap: string;
136
- boxSizing: string;
137
- width: string;
138
- borderBottom: string;
139
- background: string;
140
- padding: string;
141
- alignSelf: string;
142
- color: string;
143
- fontFamily: string;
144
- fontStyle: string;
145
- fontWeight: string;
146
- };
147
- export declare const symbolIcon: {
148
- fontSize: string;
149
- fontWeight: string;
150
- cursor: string;
151
- color: string;
152
- };
153
- export declare const buttonWidgetStyle: {
154
- display: string;
155
- padding: string;
156
- justifyContent: string;
157
- alignItems: string;
158
- gap: string;
159
- borderRadius: string;
160
- border: string;
161
- background: string;
162
- boxShadow: string;
163
- color: string;
164
- textAlign: string;
165
- fontFamily: string;
166
- fontSize: string;
167
- fontStyle: string;
168
- fontWeight: string;
169
- lineHeight: string;
170
- width: string;
171
- boxSizing: string;
172
- cursor: string;
173
- };
174
- export declare const stopWidgetStyle: {
175
- marginTop: string;
176
- marginBottom: string;
177
- cursor: string;
178
- display: string;
179
- fontWeight: string;
180
- fontSize: string;
181
- lineHeight: string;
182
- };
183
- export declare const paginationStyle: {
184
- display: string;
185
- justifyContent: string;
186
- alignItems: string;
187
- gap: string;
188
- padding: string;
189
- width: string;
190
- boxSizing: string;
191
- };
192
- export declare const taskNumberActive: {
193
- display: string;
194
- flexDirection: string;
195
- alignItems: string;
196
- justifyContent: string;
197
- borderRadius: string;
198
- outline: string;
199
- fontSize: string;
200
- height: string;
201
- width: string;
202
- };
203
- export declare const taskNumberDone: {
204
- display: string;
205
- flexDirection: string;
206
- alignItems: string;
207
- justifyContent: string;
208
- borderRadius: string;
209
- outline: string;
210
- boxShadow: string;
211
- background: string;
212
- fontSize: string;
213
- height: string;
214
- width: string;
215
- };
216
- export declare const taskDescriptionCard: {
217
- borderRadius: string;
218
- border: string;
219
- background: string;
220
- boxShadow: string;
221
- display: string;
222
- flexDirection: string;
223
- padding: string;
224
- gap: string;
225
- alignSelf: string;
226
- };
227
- export declare const taskTextStyle: {
228
- fontWeight: string;
229
- };
230
- export declare const taskDescriptionStyle: {
231
- fontSize: string;
232
- lineHeight: string;
233
- };
234
- export declare const taskButtonStyle: {
235
- marginRight: string;
236
- cursor: string;
237
- color: string;
238
- textAlign: string;
239
- fontFamily: string;
240
- fontSize: string;
241
- fontStyle: string;
242
- fontWeight: string;
243
- lineHeight: string;
244
- };
245
- export declare const taskButtonBorderedStyle: {
246
- display: string;
247
- padding: string;
248
- justifyContent: string;
249
- alignItems: string;
250
- gap: string;
251
- borderRadius: string;
252
- border: string;
253
- marginRight: string;
254
- cursor: string;
255
- color: string;
256
- textAlign: string;
257
- fontFamily: string;
258
- fontSize: string;
259
- fontStyle: string;
260
- fontWeight: string;
261
- lineHeight: string;
262
- };
263
- export declare const taskButtonsRow: {
264
- display: string;
265
- justifyContent: string;
266
- alignItems: string;
267
- width: string;
268
- boxSizing: string;
269
- };
270
- export declare const spinnerStyles: {
271
- border: string;
272
- width: string;
273
- height: string;
274
- borderRadius: string;
275
- borderLeftColor: string;
276
- animation: string;
277
- };
@@ -1,9 +0,0 @@
1
- export declare function generateGrid(): HTMLDivElement;
2
- export declare function generateChevron(): HTMLDivElement;
3
- export declare function addKeyframes(): void;
4
- export declare function createSpinner(): HTMLDivElement;
5
- export declare function createElement(tag: string, className: string, styles: any, textContent?: string, id?: string): HTMLElement;
6
- export declare const TEST_START = "or_uxt_test_start";
7
- export declare const TASK_IND = "or_uxt_task_index";
8
- export declare const SESSION_ID = "or_uxt_session_id";
9
- export declare const TEST_ID = "or_uxt_test_id";