userflow.js-self-hosted 0.0.2000001
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/BubbleToolbar.js +1 -0
- package/BuilderBar.js +1 -0
- package/ChecklistApp.js +1 -0
- package/ChecklistUI.js +1 -0
- package/DynamicIcon.js +1 -0
- package/ElementSelectionApp.js +1 -0
- package/FlowApp.js +1 -0
- package/FlowChrome.js +1 -0
- package/Icons.js +1 -0
- package/LauncherApp.js +1 -0
- package/NotificationsApp.js +1 -0
- package/ResourceCenterApp.js +1 -0
- package/TrackerTestingApp.js +1 -0
- package/Trigger.js +1 -0
- package/avatar-frame.css +18 -0
- package/bubble-frame.css +1775 -0
- package/builder-ui-frame.css +786 -0
- package/builder-ui-host.css +45 -0
- package/checklist-launcher-frame.css +64 -0
- package/client-context.js +1 -0
- package/flow-condition-types.js +1 -0
- package/flow-host.css +677 -0
- package/iframe-reset.css +145 -0
- package/logomark.d9cf252a.svg +4 -0
- package/logomark.js +1 -0
- package/notifications-host.css +51 -0
- package/package.json +6 -0
- package/resource-center-logomark.05363402.svg +4 -0
- package/stylesheets.js +1 -0
- package/ui.js +1 -0
- package/userflow.js +1 -0
- package/vendor.babel.runtime.js +1 -0
- package/vendor.date-fns.js +1 -0
- package/vendor.fortawesome.fontawesome-svg-core.js +5 -0
- package/vendor.fortawesome.pro-light-svg-icons.js +5 -0
- package/vendor.fortawesome.pro-regular-svg-icons.js +5 -0
- package/vendor.fortawesome.pro-solid-svg-icons.js +5 -0
- package/vendor.fortawesome.react-fontawesome.js +1 -0
- package/vendor.html-parse-stringify2.js +1 -0
- package/vendor.i18next.js +1 -0
- package/vendor.is-hotkey.js +1 -0
- package/vendor.obj-str.js +1 -0
- package/vendor.object-assign.js +6 -0
- package/vendor.phoenix.js +1 -0
- package/vendor.prop-types.js +1 -0
- package/vendor.react-dom.js +9 -0
- package/vendor.react-i18next.js +1 -0
- package/vendor.react.js +9 -0
- package/vendor.scheduler.js +9 -0
- package/vendor.uuid.js +1 -0
- package/vendor.void-elements.js +1 -0
package/flow-host.css
ADDED
|
@@ -0,0 +1,677 @@
|
|
|
1
|
+
#userflow-ui * {
|
|
2
|
+
box-sizing: border-box;
|
|
3
|
+
}
|
|
4
|
+
#userflow-ui iframe {
|
|
5
|
+
min-width: 0;
|
|
6
|
+
min-height: 0;
|
|
7
|
+
max-width: none;
|
|
8
|
+
max-height: none;
|
|
9
|
+
}
|
|
10
|
+
.userflowjs-flow-chrome > * {
|
|
11
|
+
animation: userflowjs-flow-chrome-visible 200ms linear normal;
|
|
12
|
+
}
|
|
13
|
+
.userflowjs-flow-chrome--position-absolute .userflowjs-bubble,
|
|
14
|
+
.userflowjs-flow-chrome--position-absolute .userflowjs-modal-backdrop {
|
|
15
|
+
position: absolute;
|
|
16
|
+
}
|
|
17
|
+
.userflowjs-flow-chrome--position-relative .userflowjs-bubble,
|
|
18
|
+
.userflowjs-flow-chrome--position-relative .userflowjs-modal-backdrop {
|
|
19
|
+
position: relative;
|
|
20
|
+
}
|
|
21
|
+
.userflowjs-flow-chrome--position-fixed .userflowjs-bubble,
|
|
22
|
+
.userflowjs-flow-chrome--position-fixed .userflowjs-modal-backdrop {
|
|
23
|
+
position: fixed;
|
|
24
|
+
}
|
|
25
|
+
.userflowjs-flow-chrome--appearance-modal .userflowjs-bubble__avatar {
|
|
26
|
+
filter: drop-shadow(0 3px 10px rgba(0,0,0,0.15)) drop-shadow(0 1px 2px rgba(0,0,0,0.1));
|
|
27
|
+
}
|
|
28
|
+
_::-webkit-full-page-media,
|
|
29
|
+
_:future,
|
|
30
|
+
:root .userflowjs-flow-chrome--appearance-modal .userflowjs-bubble__avatar {
|
|
31
|
+
filter: drop-shadow(0 2px 9px rgba(0,0,0,0.18));
|
|
32
|
+
}
|
|
33
|
+
.userflowjs-bubble {
|
|
34
|
+
pointer-events: none;
|
|
35
|
+
top: 0;
|
|
36
|
+
left: 0;
|
|
37
|
+
filter: drop-shadow(0 3px 10px rgba(0,0,0,0.15)) drop-shadow(0 1px 2px rgba(0,0,0,0.1));
|
|
38
|
+
display: flex;
|
|
39
|
+
flex-direction: column;
|
|
40
|
+
}
|
|
41
|
+
_::-webkit-full-page-media,
|
|
42
|
+
_:future,
|
|
43
|
+
:root .userflowjs-bubble {
|
|
44
|
+
filter: drop-shadow(0 2px 9px rgba(0,0,0,0.18));
|
|
45
|
+
}
|
|
46
|
+
.userflowjs-bubble-outline {
|
|
47
|
+
position: relative;
|
|
48
|
+
}
|
|
49
|
+
.userflowjs-bubble-outline--minimizable {
|
|
50
|
+
transition: opacity 200ms cubic-bezier(0.25, 0.8, 0.5, 1), transform 200ms cubic-bezier(0.25, 0.8, 0.5, 1);
|
|
51
|
+
}
|
|
52
|
+
.userflowjs-bubble-outline--minimizable.userflowjs-bubble-outline--bubble-placement-top-left {
|
|
53
|
+
transform-origin: top left;
|
|
54
|
+
}
|
|
55
|
+
.userflowjs-bubble-outline--minimizable.userflowjs-bubble-outline--bubble-placement-top-right {
|
|
56
|
+
transform-origin: top right;
|
|
57
|
+
}
|
|
58
|
+
.userflowjs-bubble-outline--minimizable.userflowjs-bubble-outline--bubble-placement-bottom-right {
|
|
59
|
+
transform-origin: bottom right;
|
|
60
|
+
}
|
|
61
|
+
.userflowjs-bubble-outline--minimizable.userflowjs-bubble-outline--bubble-placement-bottom-left {
|
|
62
|
+
transform-origin: bottom left;
|
|
63
|
+
}
|
|
64
|
+
.userflowjs-bubble-outline--minimized {
|
|
65
|
+
opacity: 0;
|
|
66
|
+
}
|
|
67
|
+
.userflowjs-bubble-outline--minimized,
|
|
68
|
+
.userflowjs-bubble-outline--minimized * {
|
|
69
|
+
pointer-events: none !important;
|
|
70
|
+
}
|
|
71
|
+
.userflowjs-bubble-outline--minimized.userflowjs-bubble-outline--bubble-placement-top-left,
|
|
72
|
+
.userflowjs-bubble-outline--minimized.userflowjs-bubble-outline--bubble-placement-top-right {
|
|
73
|
+
transform: translateY(-20px) scale(0.5);
|
|
74
|
+
}
|
|
75
|
+
.userflowjs-bubble-outline--minimized.userflowjs-bubble-outline--bubble-placement-bottom-left,
|
|
76
|
+
.userflowjs-bubble-outline--minimized.userflowjs-bubble-outline--bubble-placement-bottom-right {
|
|
77
|
+
transform: translateY(20px) scale(0.5);
|
|
78
|
+
}
|
|
79
|
+
.userflowjs-bubble__frame-wrapper {
|
|
80
|
+
pointer-events: all;
|
|
81
|
+
position: relative;
|
|
82
|
+
overflow: hidden;
|
|
83
|
+
width: 100%;
|
|
84
|
+
height: 100%;
|
|
85
|
+
border-radius: var(--userflow-bubble-border-radius);
|
|
86
|
+
}
|
|
87
|
+
.userflowjs-bubble__frame {
|
|
88
|
+
position: relative;
|
|
89
|
+
width: 100% !important;
|
|
90
|
+
height: 100% !important;
|
|
91
|
+
display: block;
|
|
92
|
+
border: 0;
|
|
93
|
+
overflow: hidden;
|
|
94
|
+
border-radius: var(--userflow-bubble-border-radius);
|
|
95
|
+
}
|
|
96
|
+
.userflowjs-bubble__avatar-notch {
|
|
97
|
+
position: absolute;
|
|
98
|
+
height: 0;
|
|
99
|
+
width: 0;
|
|
100
|
+
border: 20px solid transparent;
|
|
101
|
+
}
|
|
102
|
+
.userflowjs-bubble__avatar-notch--top {
|
|
103
|
+
border-bottom-color: var(--userflow-notch-color);
|
|
104
|
+
}
|
|
105
|
+
.userflowjs-bubble__avatar-notch--bottom {
|
|
106
|
+
border-top-color: var(--userflow-notch-color);
|
|
107
|
+
}
|
|
108
|
+
.userflowjs-bubble__avatar-notch--left {
|
|
109
|
+
border-left-width: 0;
|
|
110
|
+
}
|
|
111
|
+
.userflowjs-bubble__avatar-notch--right {
|
|
112
|
+
border-right-width: 0;
|
|
113
|
+
}
|
|
114
|
+
.userflowjs-bubble__avatar {
|
|
115
|
+
pointer-events: all;
|
|
116
|
+
position: absolute;
|
|
117
|
+
border-radius: 100%;
|
|
118
|
+
display: block;
|
|
119
|
+
border: 0;
|
|
120
|
+
overflow: hidden;
|
|
121
|
+
}
|
|
122
|
+
.userflowjs-bubble__avatar--minimizable:hover {
|
|
123
|
+
box-shadow: 0 0 0 1px #fff, 0 0 0 4px rgba(84,136,240,0.35);
|
|
124
|
+
}
|
|
125
|
+
.userflowjs-bubble__avatar--speaking {
|
|
126
|
+
animation: userflowjs-avatar-pulsate 900ms ease-in-out infinite;
|
|
127
|
+
}
|
|
128
|
+
.userflowjs-bubble__tooltip-notch {
|
|
129
|
+
pointer-events: none;
|
|
130
|
+
position: absolute;
|
|
131
|
+
height: 0;
|
|
132
|
+
width: 0;
|
|
133
|
+
border: var(--userflow-tooltip-notch-size) solid transparent;
|
|
134
|
+
}
|
|
135
|
+
.userflowjs-bubble__tooltip-notch--below {
|
|
136
|
+
border-bottom-color: var(--userflow-notch-color);
|
|
137
|
+
}
|
|
138
|
+
.userflowjs-bubble__tooltip-notch--left {
|
|
139
|
+
border-left-color: var(--userflow-notch-color);
|
|
140
|
+
}
|
|
141
|
+
.userflowjs-bubble__tooltip-notch--above {
|
|
142
|
+
border-top-color: var(--userflow-notch-color);
|
|
143
|
+
}
|
|
144
|
+
.userflowjs-bubble__tooltip-notch--right {
|
|
145
|
+
border-right-color: var(--userflow-notch-color);
|
|
146
|
+
}
|
|
147
|
+
.userflowjs-modal-backdrop {
|
|
148
|
+
top: 0;
|
|
149
|
+
right: 0;
|
|
150
|
+
bottom: 0;
|
|
151
|
+
left: 0;
|
|
152
|
+
background-color: rgba(var(--userflow-backdrop-color-rgb), var(--userflow-backdrop-opacity));
|
|
153
|
+
visibility: hidden;
|
|
154
|
+
}
|
|
155
|
+
.userflowjs-modal-backdrop--visible {
|
|
156
|
+
visibility: inherit;
|
|
157
|
+
}
|
|
158
|
+
.userflowjs-tooltip-backdrop {
|
|
159
|
+
position: fixed;
|
|
160
|
+
border-radius: 2px;
|
|
161
|
+
box-shadow: var(--userflow-backdrop-highlight-inset, ) 0 0 var(--userflow-backdrop-highlight-radius) var(--userflow-backdrop-highlight-spread) rgba(var(--userflow-backdrop-highlight-color-rgb), var(--userflow-backdrop-highlight-opacity)), 0 0 0 1000vw rgba(var(--userflow-backdrop-color-rgb), var(--userflow-backdrop-opacity));
|
|
162
|
+
visibility: hidden;
|
|
163
|
+
}
|
|
164
|
+
.userflowjs-tooltip-backdrop--visible {
|
|
165
|
+
visibility: inherit;
|
|
166
|
+
}
|
|
167
|
+
.userflowjs-tooltip-block {
|
|
168
|
+
position: fixed;
|
|
169
|
+
visibility: hidden;
|
|
170
|
+
}
|
|
171
|
+
.userflowjs-tooltip-block--visible {
|
|
172
|
+
visibility: inherit;
|
|
173
|
+
}
|
|
174
|
+
.userflowjs-tooltip-block--top {
|
|
175
|
+
top: 0;
|
|
176
|
+
left: 0;
|
|
177
|
+
}
|
|
178
|
+
.userflowjs-tooltip-block--right {
|
|
179
|
+
top: 0;
|
|
180
|
+
right: 0;
|
|
181
|
+
}
|
|
182
|
+
.userflowjs-tooltip-block--bottom {
|
|
183
|
+
right: 0;
|
|
184
|
+
bottom: 0;
|
|
185
|
+
}
|
|
186
|
+
.userflowjs-tooltip-block--left {
|
|
187
|
+
bottom: 0;
|
|
188
|
+
left: 0;
|
|
189
|
+
}
|
|
190
|
+
.userflowjs-beacon {
|
|
191
|
+
position: relative;
|
|
192
|
+
width: 16px;
|
|
193
|
+
height: 16px;
|
|
194
|
+
background-color: var(--userflow-beacon-color);
|
|
195
|
+
border-radius: 100%;
|
|
196
|
+
}
|
|
197
|
+
.userflowjs-beacon--for-flow {
|
|
198
|
+
pointer-events: none;
|
|
199
|
+
}
|
|
200
|
+
.userflowjs-beacon--pulse .userflowjs-beacon__ring {
|
|
201
|
+
opacity: 0;
|
|
202
|
+
animation: userflowjs-beacon-ring-transform-effect 2000ms ease-out infinite, userflowjs-beacon-ring-opacity-effect 2000ms linear infinite;
|
|
203
|
+
}
|
|
204
|
+
.userflowjs-beacon--pulse .userflowjs-beacon__ring:nth-child(2) {
|
|
205
|
+
animation-delay: 1000ms;
|
|
206
|
+
}
|
|
207
|
+
.userflowjs-beacon--pulse-still .userflowjs-beacon__ring:nth-child(1) {
|
|
208
|
+
transform: scale(1.5);
|
|
209
|
+
opacity: 0.6;
|
|
210
|
+
}
|
|
211
|
+
.userflowjs-beacon--pulse-still .userflowjs-beacon__ring:nth-child(2) {
|
|
212
|
+
transform: scale(2.5);
|
|
213
|
+
opacity: 0.2;
|
|
214
|
+
}
|
|
215
|
+
.userflowjs-beacon__ring {
|
|
216
|
+
pointer-events: none;
|
|
217
|
+
position: absolute;
|
|
218
|
+
top: 0;
|
|
219
|
+
left: 0;
|
|
220
|
+
width: 100%;
|
|
221
|
+
height: 100%;
|
|
222
|
+
border: 1px solid var(--userflow-beacon-color);
|
|
223
|
+
border-radius: 100%;
|
|
224
|
+
}
|
|
225
|
+
.userflowjs-out-of-viewport-pointer {
|
|
226
|
+
pointer-events: none;
|
|
227
|
+
position: fixed;
|
|
228
|
+
display: none;
|
|
229
|
+
width: 2.5rem;
|
|
230
|
+
height: 2.5rem;
|
|
231
|
+
line-height: 2.5rem;
|
|
232
|
+
text-align: center;
|
|
233
|
+
font-size: 32px;
|
|
234
|
+
color: var(--userflow-beacon-color);
|
|
235
|
+
opacity: 0;
|
|
236
|
+
transition: opacity 200ms cubic-bezier(0.25, 0.8, 0.5, 1);
|
|
237
|
+
}
|
|
238
|
+
.userflowjs-out-of-viewport-pointer--visible {
|
|
239
|
+
display: block;
|
|
240
|
+
opacity: 1;
|
|
241
|
+
}
|
|
242
|
+
.userflowjs-out-of-viewport-pointer--visible-up {
|
|
243
|
+
animation: userflowjs-out-of-viewport-pointer-effect-up 1000ms ease-in-out infinite;
|
|
244
|
+
}
|
|
245
|
+
.userflowjs-out-of-viewport-pointer--visible-down {
|
|
246
|
+
animation: userflowjs-out-of-viewport-pointer-effect-down 1000ms ease-in-out infinite;
|
|
247
|
+
}
|
|
248
|
+
.userflowjs-fixed-widget {
|
|
249
|
+
position: fixed;
|
|
250
|
+
top: 0;
|
|
251
|
+
left: 0;
|
|
252
|
+
will-change: transform;
|
|
253
|
+
transform: translate3d(0, 0, 0);
|
|
254
|
+
}
|
|
255
|
+
.userflowjs-fixed-widget:not(.userflowjs-fixed-widget--visible) {
|
|
256
|
+
visibility: hidden;
|
|
257
|
+
opacity: 0;
|
|
258
|
+
}
|
|
259
|
+
.userflowjs-launcher {
|
|
260
|
+
display: block;
|
|
261
|
+
}
|
|
262
|
+
.userflowjs-launcher--activate-on-click {
|
|
263
|
+
cursor: pointer;
|
|
264
|
+
}
|
|
265
|
+
.userflowjs-launcher--icon {
|
|
266
|
+
width: var(--userflow-launcher-icon-size);
|
|
267
|
+
height: var(--userflow-launcher-icon-size);
|
|
268
|
+
color: var(--userflow-launcher-icon-color);
|
|
269
|
+
opacity: var(--userflow-launcher-icon-opacity);
|
|
270
|
+
}
|
|
271
|
+
.userflowjs-launcher--icon:hover {
|
|
272
|
+
color: var(--userflow-launcher-icon-hover-color);
|
|
273
|
+
}
|
|
274
|
+
.userflowjs-launcher--icon:active {
|
|
275
|
+
color: var(--userflow-launcher-icon-active-color);
|
|
276
|
+
}
|
|
277
|
+
.userflowjs-launcher--icon svg {
|
|
278
|
+
display: block;
|
|
279
|
+
}
|
|
280
|
+
.userflowjs-launcher--button {
|
|
281
|
+
width: var(--userflow-launcher-button-width);
|
|
282
|
+
height: var(--userflow-launcher-button-height);
|
|
283
|
+
padding: 0 var(--userflow-launcher-button-horizontal-padding);
|
|
284
|
+
line-height: calc(var(--userflow-launcher-button-height) - 2 * var(--userflow-launcher-button-border-width));
|
|
285
|
+
font-family: var(--userflow-font-family);
|
|
286
|
+
font-size: var(--userflow-font-size);
|
|
287
|
+
font-weight: var(--userflow-launcher-button-font-weight);
|
|
288
|
+
color: var(--userflow-launcher-button-font-color);
|
|
289
|
+
background-color: var(--userflow-launcher-button-background-color, transparent);
|
|
290
|
+
border: var(--userflow-launcher-button-border-width) solid var(--userflow-launcher-button-border-color, transparent);
|
|
291
|
+
border-radius: var(--userflow-launcher-button-border-radius);
|
|
292
|
+
text-align: center;
|
|
293
|
+
overflow: hidden;
|
|
294
|
+
text-overflow: ellipsis;
|
|
295
|
+
white-space: nowrap;
|
|
296
|
+
}
|
|
297
|
+
.userflowjs-launcher--button:hover {
|
|
298
|
+
color: var(--userflow-launcher-button-hover-font-color);
|
|
299
|
+
background-color: var(--userflow-launcher-button-hover-background-color, transparent);
|
|
300
|
+
border-color: var(--userflow-launcher-button-hover-border-color, transparent);
|
|
301
|
+
}
|
|
302
|
+
.userflowjs-launcher--button:active {
|
|
303
|
+
color: var(--userflow-launcher-button-active-font-color);
|
|
304
|
+
background-color: var(--userflow-launcher-button-active-background-color, transparent);
|
|
305
|
+
border-color: var(--userflow-launcher-button-active-border-color, transparent);
|
|
306
|
+
}
|
|
307
|
+
.userflowjs-launcher--button:focus {
|
|
308
|
+
outline: 0;
|
|
309
|
+
}
|
|
310
|
+
.userflowjs-launcher--button svg {
|
|
311
|
+
width: 100%;
|
|
312
|
+
height: 100%;
|
|
313
|
+
}
|
|
314
|
+
.userflowjs-checklist-launcher {
|
|
315
|
+
overflow: hidden;
|
|
316
|
+
filter: drop-shadow(0 3px 10px rgba(0,0,0,0.15)) drop-shadow(0 1px 2px rgba(0,0,0,0.1));
|
|
317
|
+
animation: userflowjs-flow-chrome-visible 200ms linear normal;
|
|
318
|
+
}
|
|
319
|
+
_::-webkit-full-page-media,
|
|
320
|
+
_:future,
|
|
321
|
+
:root .userflowjs-checklist-launcher {
|
|
322
|
+
filter: drop-shadow(0 2px 9px rgba(0,0,0,0.18));
|
|
323
|
+
}
|
|
324
|
+
.userflowjs-checklist-launcher--position-absolute {
|
|
325
|
+
position: absolute;
|
|
326
|
+
}
|
|
327
|
+
.userflowjs-checklist-launcher--position-fixed {
|
|
328
|
+
position: fixed;
|
|
329
|
+
}
|
|
330
|
+
.userflowjs-resource-center-frame {
|
|
331
|
+
overflow: hidden;
|
|
332
|
+
display: block;
|
|
333
|
+
filter: drop-shadow(0 3px 10px rgba(0,0,0,0.15)) drop-shadow(0 1px 2px rgba(0,0,0,0.1));
|
|
334
|
+
}
|
|
335
|
+
_::-webkit-full-page-media,
|
|
336
|
+
_:future,
|
|
337
|
+
:root .userflowjs-resource-center-frame {
|
|
338
|
+
filter: drop-shadow(0 2px 9px rgba(0,0,0,0.18));
|
|
339
|
+
}
|
|
340
|
+
.userflowjs-resource-center-frame--fixed {
|
|
341
|
+
position: fixed;
|
|
342
|
+
}
|
|
343
|
+
[dir="ltr"] .userflowjs-resource-center-frame--placement-top-left {
|
|
344
|
+
left: var(--userflow-resource-center-padding-x);
|
|
345
|
+
}
|
|
346
|
+
[dir="rtl"] .userflowjs-resource-center-frame--placement-top-left {
|
|
347
|
+
right: var(--userflow-resource-center-padding-x);
|
|
348
|
+
}
|
|
349
|
+
.userflowjs-resource-center-frame--placement-top-left {
|
|
350
|
+
top: var(--userflow-resource-center-padding-y);
|
|
351
|
+
}
|
|
352
|
+
[dir="ltr"] .userflowjs-resource-center-frame--placement-top-right {
|
|
353
|
+
right: var(--userflow-resource-center-padding-x);
|
|
354
|
+
}
|
|
355
|
+
[dir="rtl"] .userflowjs-resource-center-frame--placement-top-right {
|
|
356
|
+
left: var(--userflow-resource-center-padding-x);
|
|
357
|
+
}
|
|
358
|
+
.userflowjs-resource-center-frame--placement-top-right {
|
|
359
|
+
top: var(--userflow-resource-center-padding-y);
|
|
360
|
+
}
|
|
361
|
+
[dir="ltr"] .userflowjs-resource-center-frame--placement-bottom-left {
|
|
362
|
+
left: var(--userflow-resource-center-padding-x);
|
|
363
|
+
}
|
|
364
|
+
[dir="rtl"] .userflowjs-resource-center-frame--placement-bottom-left {
|
|
365
|
+
right: var(--userflow-resource-center-padding-x);
|
|
366
|
+
}
|
|
367
|
+
.userflowjs-resource-center-frame--placement-bottom-left {
|
|
368
|
+
bottom: var(--userflow-resource-center-padding-y);
|
|
369
|
+
}
|
|
370
|
+
[dir="ltr"] .userflowjs-resource-center-frame--placement-bottom-right {
|
|
371
|
+
right: var(--userflow-resource-center-padding-x);
|
|
372
|
+
}
|
|
373
|
+
[dir="rtl"] .userflowjs-resource-center-frame--placement-bottom-right {
|
|
374
|
+
left: var(--userflow-resource-center-padding-x);
|
|
375
|
+
}
|
|
376
|
+
.userflowjs-resource-center-frame--placement-bottom-right {
|
|
377
|
+
bottom: var(--userflow-resource-center-padding-y);
|
|
378
|
+
}
|
|
379
|
+
.userflowjs-resource-center-frame--animating {
|
|
380
|
+
transition: width var(--userflow-resource-center-transition-duration), height var(--userflow-resource-center-transition-duration), border-radius var(--userflow-resource-center-transition-duration);
|
|
381
|
+
}
|
|
382
|
+
.userflowjs-resource-center-frame--closed {
|
|
383
|
+
height: var(--userflow-resource-center-collapsed-height);
|
|
384
|
+
border-radius: var(--userflow-resource-center-launcher-border-radius);
|
|
385
|
+
}
|
|
386
|
+
.userflowjs-resource-center-frame--open {
|
|
387
|
+
width: var(--userflow-resource-center-width);
|
|
388
|
+
border-radius: var(--userflow-bubble-border-radius);
|
|
389
|
+
}
|
|
390
|
+
@supports (-ms-ime-align: auto) {
|
|
391
|
+
.userflowjs-bubble,
|
|
392
|
+
.userflowjs-bubble__avatar,
|
|
393
|
+
.userflowjs-checklist-launcher {
|
|
394
|
+
filter: none !important;
|
|
395
|
+
}
|
|
396
|
+
.userflowjs-bubble__frame,
|
|
397
|
+
.userflowjs-bubble__avatar,
|
|
398
|
+
.userflowjs-checklist-launcher {
|
|
399
|
+
box-shadow: 0 3px 21px rgba(0,0,0,0.15), 0 1px 3px rgba(0,0,0,0.1);
|
|
400
|
+
}
|
|
401
|
+
}
|
|
402
|
+
@-moz-keyframes userflowjs-flow-chrome-visible {
|
|
403
|
+
0% {
|
|
404
|
+
opacity: 0;
|
|
405
|
+
}
|
|
406
|
+
100% {
|
|
407
|
+
opacity: 1;
|
|
408
|
+
}
|
|
409
|
+
}
|
|
410
|
+
@-webkit-keyframes userflowjs-flow-chrome-visible {
|
|
411
|
+
0% {
|
|
412
|
+
opacity: 0;
|
|
413
|
+
}
|
|
414
|
+
100% {
|
|
415
|
+
opacity: 1;
|
|
416
|
+
}
|
|
417
|
+
}
|
|
418
|
+
@-o-keyframes userflowjs-flow-chrome-visible {
|
|
419
|
+
0% {
|
|
420
|
+
opacity: 0;
|
|
421
|
+
}
|
|
422
|
+
100% {
|
|
423
|
+
opacity: 1;
|
|
424
|
+
}
|
|
425
|
+
}
|
|
426
|
+
@keyframes userflowjs-flow-chrome-visible {
|
|
427
|
+
0% {
|
|
428
|
+
opacity: 0;
|
|
429
|
+
}
|
|
430
|
+
100% {
|
|
431
|
+
opacity: 1;
|
|
432
|
+
}
|
|
433
|
+
}
|
|
434
|
+
@-moz-keyframes userflowjs-avatar-pulsate {
|
|
435
|
+
0% {
|
|
436
|
+
box-shadow: 0 0 0 1px rgba(69,121,228,0.2);
|
|
437
|
+
}
|
|
438
|
+
16% {
|
|
439
|
+
box-shadow: 0 0 0 4px rgba(69,121,228,0.2);
|
|
440
|
+
}
|
|
441
|
+
33% {
|
|
442
|
+
box-shadow: 0 0 0 3px rgba(69,121,228,0.2);
|
|
443
|
+
}
|
|
444
|
+
50% {
|
|
445
|
+
box-shadow: 0 0 0 5px rgba(69,121,228,0.2);
|
|
446
|
+
}
|
|
447
|
+
66% {
|
|
448
|
+
box-shadow: 0 0 0 1px rgba(69,121,228,0.2);
|
|
449
|
+
}
|
|
450
|
+
83% {
|
|
451
|
+
box-shadow: 0 0 0 2px rgba(69,121,228,0.2);
|
|
452
|
+
}
|
|
453
|
+
100% {
|
|
454
|
+
box-shadow: 0 0 0 1px rgba(69,121,228,0.2);
|
|
455
|
+
}
|
|
456
|
+
}
|
|
457
|
+
@-webkit-keyframes userflowjs-avatar-pulsate {
|
|
458
|
+
0% {
|
|
459
|
+
box-shadow: 0 0 0 1px rgba(69,121,228,0.2);
|
|
460
|
+
}
|
|
461
|
+
16% {
|
|
462
|
+
box-shadow: 0 0 0 4px rgba(69,121,228,0.2);
|
|
463
|
+
}
|
|
464
|
+
33% {
|
|
465
|
+
box-shadow: 0 0 0 3px rgba(69,121,228,0.2);
|
|
466
|
+
}
|
|
467
|
+
50% {
|
|
468
|
+
box-shadow: 0 0 0 5px rgba(69,121,228,0.2);
|
|
469
|
+
}
|
|
470
|
+
66% {
|
|
471
|
+
box-shadow: 0 0 0 1px rgba(69,121,228,0.2);
|
|
472
|
+
}
|
|
473
|
+
83% {
|
|
474
|
+
box-shadow: 0 0 0 2px rgba(69,121,228,0.2);
|
|
475
|
+
}
|
|
476
|
+
100% {
|
|
477
|
+
box-shadow: 0 0 0 1px rgba(69,121,228,0.2);
|
|
478
|
+
}
|
|
479
|
+
}
|
|
480
|
+
@-o-keyframes userflowjs-avatar-pulsate {
|
|
481
|
+
0% {
|
|
482
|
+
box-shadow: 0 0 0 1px rgba(69,121,228,0.2);
|
|
483
|
+
}
|
|
484
|
+
16% {
|
|
485
|
+
box-shadow: 0 0 0 4px rgba(69,121,228,0.2);
|
|
486
|
+
}
|
|
487
|
+
33% {
|
|
488
|
+
box-shadow: 0 0 0 3px rgba(69,121,228,0.2);
|
|
489
|
+
}
|
|
490
|
+
50% {
|
|
491
|
+
box-shadow: 0 0 0 5px rgba(69,121,228,0.2);
|
|
492
|
+
}
|
|
493
|
+
66% {
|
|
494
|
+
box-shadow: 0 0 0 1px rgba(69,121,228,0.2);
|
|
495
|
+
}
|
|
496
|
+
83% {
|
|
497
|
+
box-shadow: 0 0 0 2px rgba(69,121,228,0.2);
|
|
498
|
+
}
|
|
499
|
+
100% {
|
|
500
|
+
box-shadow: 0 0 0 1px rgba(69,121,228,0.2);
|
|
501
|
+
}
|
|
502
|
+
}
|
|
503
|
+
@keyframes userflowjs-avatar-pulsate {
|
|
504
|
+
0% {
|
|
505
|
+
box-shadow: 0 0 0 1px rgba(69,121,228,0.2);
|
|
506
|
+
}
|
|
507
|
+
16% {
|
|
508
|
+
box-shadow: 0 0 0 4px rgba(69,121,228,0.2);
|
|
509
|
+
}
|
|
510
|
+
33% {
|
|
511
|
+
box-shadow: 0 0 0 3px rgba(69,121,228,0.2);
|
|
512
|
+
}
|
|
513
|
+
50% {
|
|
514
|
+
box-shadow: 0 0 0 5px rgba(69,121,228,0.2);
|
|
515
|
+
}
|
|
516
|
+
66% {
|
|
517
|
+
box-shadow: 0 0 0 1px rgba(69,121,228,0.2);
|
|
518
|
+
}
|
|
519
|
+
83% {
|
|
520
|
+
box-shadow: 0 0 0 2px rgba(69,121,228,0.2);
|
|
521
|
+
}
|
|
522
|
+
100% {
|
|
523
|
+
box-shadow: 0 0 0 1px rgba(69,121,228,0.2);
|
|
524
|
+
}
|
|
525
|
+
}
|
|
526
|
+
@-moz-keyframes userflowjs-beacon-ring-transform-effect {
|
|
527
|
+
0% {
|
|
528
|
+
transform: scale(1);
|
|
529
|
+
}
|
|
530
|
+
100% {
|
|
531
|
+
transform: scale(3);
|
|
532
|
+
}
|
|
533
|
+
}
|
|
534
|
+
@-webkit-keyframes userflowjs-beacon-ring-transform-effect {
|
|
535
|
+
0% {
|
|
536
|
+
transform: scale(1);
|
|
537
|
+
}
|
|
538
|
+
100% {
|
|
539
|
+
transform: scale(3);
|
|
540
|
+
}
|
|
541
|
+
}
|
|
542
|
+
@-o-keyframes userflowjs-beacon-ring-transform-effect {
|
|
543
|
+
0% {
|
|
544
|
+
transform: scale(1);
|
|
545
|
+
}
|
|
546
|
+
100% {
|
|
547
|
+
transform: scale(3);
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
@keyframes userflowjs-beacon-ring-transform-effect {
|
|
551
|
+
0% {
|
|
552
|
+
transform: scale(1);
|
|
553
|
+
}
|
|
554
|
+
100% {
|
|
555
|
+
transform: scale(3);
|
|
556
|
+
}
|
|
557
|
+
}
|
|
558
|
+
@-moz-keyframes userflowjs-beacon-ring-opacity-effect {
|
|
559
|
+
0% {
|
|
560
|
+
opacity: 0.8;
|
|
561
|
+
}
|
|
562
|
+
100% {
|
|
563
|
+
opacity: 0;
|
|
564
|
+
}
|
|
565
|
+
}
|
|
566
|
+
@-webkit-keyframes userflowjs-beacon-ring-opacity-effect {
|
|
567
|
+
0% {
|
|
568
|
+
opacity: 0.8;
|
|
569
|
+
}
|
|
570
|
+
100% {
|
|
571
|
+
opacity: 0;
|
|
572
|
+
}
|
|
573
|
+
}
|
|
574
|
+
@-o-keyframes userflowjs-beacon-ring-opacity-effect {
|
|
575
|
+
0% {
|
|
576
|
+
opacity: 0.8;
|
|
577
|
+
}
|
|
578
|
+
100% {
|
|
579
|
+
opacity: 0;
|
|
580
|
+
}
|
|
581
|
+
}
|
|
582
|
+
@keyframes userflowjs-beacon-ring-opacity-effect {
|
|
583
|
+
0% {
|
|
584
|
+
opacity: 0.8;
|
|
585
|
+
}
|
|
586
|
+
100% {
|
|
587
|
+
opacity: 0;
|
|
588
|
+
}
|
|
589
|
+
}
|
|
590
|
+
@-moz-keyframes userflowjs-out-of-viewport-pointer-effect-up {
|
|
591
|
+
0% {
|
|
592
|
+
transform: translateY(0);
|
|
593
|
+
}
|
|
594
|
+
50% {
|
|
595
|
+
transform: translateY(24px);
|
|
596
|
+
}
|
|
597
|
+
100% {
|
|
598
|
+
transform: translateY(0);
|
|
599
|
+
}
|
|
600
|
+
}
|
|
601
|
+
@-webkit-keyframes userflowjs-out-of-viewport-pointer-effect-up {
|
|
602
|
+
0% {
|
|
603
|
+
transform: translateY(0);
|
|
604
|
+
}
|
|
605
|
+
50% {
|
|
606
|
+
transform: translateY(24px);
|
|
607
|
+
}
|
|
608
|
+
100% {
|
|
609
|
+
transform: translateY(0);
|
|
610
|
+
}
|
|
611
|
+
}
|
|
612
|
+
@-o-keyframes userflowjs-out-of-viewport-pointer-effect-up {
|
|
613
|
+
0% {
|
|
614
|
+
transform: translateY(0);
|
|
615
|
+
}
|
|
616
|
+
50% {
|
|
617
|
+
transform: translateY(24px);
|
|
618
|
+
}
|
|
619
|
+
100% {
|
|
620
|
+
transform: translateY(0);
|
|
621
|
+
}
|
|
622
|
+
}
|
|
623
|
+
@keyframes userflowjs-out-of-viewport-pointer-effect-up {
|
|
624
|
+
0% {
|
|
625
|
+
transform: translateY(0);
|
|
626
|
+
}
|
|
627
|
+
50% {
|
|
628
|
+
transform: translateY(24px);
|
|
629
|
+
}
|
|
630
|
+
100% {
|
|
631
|
+
transform: translateY(0);
|
|
632
|
+
}
|
|
633
|
+
}
|
|
634
|
+
@-moz-keyframes userflowjs-out-of-viewport-pointer-effect-down {
|
|
635
|
+
0% {
|
|
636
|
+
transform: rotate(180deg) translateY(0);
|
|
637
|
+
}
|
|
638
|
+
50% {
|
|
639
|
+
transform: rotate(180deg) translateY(24px);
|
|
640
|
+
}
|
|
641
|
+
100% {
|
|
642
|
+
transform: rotate(180deg) translateY(0);
|
|
643
|
+
}
|
|
644
|
+
}
|
|
645
|
+
@-webkit-keyframes userflowjs-out-of-viewport-pointer-effect-down {
|
|
646
|
+
0% {
|
|
647
|
+
transform: rotate(180deg) translateY(0);
|
|
648
|
+
}
|
|
649
|
+
50% {
|
|
650
|
+
transform: rotate(180deg) translateY(24px);
|
|
651
|
+
}
|
|
652
|
+
100% {
|
|
653
|
+
transform: rotate(180deg) translateY(0);
|
|
654
|
+
}
|
|
655
|
+
}
|
|
656
|
+
@-o-keyframes userflowjs-out-of-viewport-pointer-effect-down {
|
|
657
|
+
0% {
|
|
658
|
+
transform: rotate(180deg) translateY(0);
|
|
659
|
+
}
|
|
660
|
+
50% {
|
|
661
|
+
transform: rotate(180deg) translateY(24px);
|
|
662
|
+
}
|
|
663
|
+
100% {
|
|
664
|
+
transform: rotate(180deg) translateY(0);
|
|
665
|
+
}
|
|
666
|
+
}
|
|
667
|
+
@keyframes userflowjs-out-of-viewport-pointer-effect-down {
|
|
668
|
+
0% {
|
|
669
|
+
transform: rotate(180deg) translateY(0);
|
|
670
|
+
}
|
|
671
|
+
50% {
|
|
672
|
+
transform: rotate(180deg) translateY(24px);
|
|
673
|
+
}
|
|
674
|
+
100% {
|
|
675
|
+
transform: rotate(180deg) translateY(0);
|
|
676
|
+
}
|
|
677
|
+
}
|