igot-cb-tour-guide 0.0.1-ang-13-17

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.
@@ -0,0 +1,90 @@
1
+ body.tour-open {
2
+ overflow: hidden;
3
+ }
4
+
5
+ ngx-guided-tour .guided-tour-user-input-mask {
6
+ z-index: 1081;
7
+ }
8
+ ngx-guided-tour .guided-tour-spotlight-overlay {
9
+ z-index: 1082;
10
+ }
11
+ ngx-guided-tour .tour-orb {
12
+ z-index: 1079;
13
+ background-color: #625aff;
14
+ box-shadow: 0 0 0.3rem 0.1rem #625aff;
15
+ }
16
+ ngx-guided-tour .tour-orb .tour-orb-ring::after {
17
+ border: 1rem solid #625aff;
18
+ box-shadow: 0 0 0.1rem 0.1rem #625aff;
19
+ }
20
+ ngx-guided-tour .tour-step {
21
+ z-index: 1083;
22
+ }
23
+ ngx-guided-tour .tour-step.tour-bottom .tour-arrow::before, ngx-guided-tour .tour-step.tour-bottom-right .tour-arrow::before, ngx-guided-tour .tour-step.tour-bottom-left .tour-arrow::before {
24
+ width: 0;
25
+ height: 0;
26
+ content: "";
27
+ z-index: 2;
28
+ border-bottom: 1rem solid #ffffff;
29
+ border-left: 1rem solid transparent;
30
+ border-right: 1rem solid transparent;
31
+ }
32
+ ngx-guided-tour .tour-step.tour-top .tour-arrow::before, ngx-guided-tour .tour-step.tour-top-right .tour-arrow::before, ngx-guided-tour .tour-step.tour-top-left .tour-arrow::before {
33
+ width: 0;
34
+ height: 0;
35
+ content: "";
36
+ z-index: 2;
37
+ border-top: 1rem solid #ffffff;
38
+ border-left: 1rem solid transparent;
39
+ border-right: 1rem solid transparent;
40
+ }
41
+ ngx-guided-tour .tour-step.tour-left .tour-arrow::before {
42
+ width: 0;
43
+ height: 0;
44
+ content: "";
45
+ z-index: 2;
46
+ border-left: 1rem solid #ffffff;
47
+ border-bottom: 1rem solid transparent;
48
+ border-top: 1rem solid transparent;
49
+ }
50
+ ngx-guided-tour .tour-step.tour-right .tour-arrow::before {
51
+ width: 0;
52
+ height: 0;
53
+ content: "";
54
+ z-index: 2;
55
+ border-right: 1rem solid #ffffff;
56
+ border-bottom: 1rem solid transparent;
57
+ border-top: 1rem solid transparent;
58
+ }
59
+ ngx-guided-tour .tour-step .tour-block {
60
+ color: #231f1f;
61
+ background-color: #ffffff;
62
+ box-shadow: 0 0.4rem 0.6rem #4c4c4c;
63
+ }
64
+ ngx-guided-tour .tour-step .tour-buttons button.skip-button {
65
+ color: #5e5e5e;
66
+ }
67
+ ngx-guided-tour .tour-step .tour-buttons .back-button {
68
+ background-color: #007bff;
69
+ color: #ffffff;
70
+ margin-right: 10px;
71
+ }
72
+ ngx-guided-tour .tour-step .tour-buttons .next-button {
73
+ background-color: #007bff;
74
+ color: #ffffff;
75
+ }
76
+ ngx-guided-tour .tour-step .tour-buttons .next-button:hover {
77
+ background-color: #0069d9;
78
+ color: #ffffff;
79
+ }
80
+ ngx-guided-tour .tour-step .tour-button-container {
81
+ display: flex;
82
+ flex-direction: row;
83
+ justify-content: space-between;
84
+ align-items: center;
85
+ }
86
+ ngx-guided-tour .tour-step .tour-image {
87
+ text-align: center;
88
+ }
89
+
90
+ /*# sourceMappingURL=guided-tour-base-theme.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["../../../projects/ngx-guided-tour/src/lib/guided-tour-base-theme.scss"],"names":[],"mappings":"AAaA;EACI;;;AA4CA;EACI,SA3DM;;AA8DV;EACI;;AAGJ;EACI;EACA,kBA1DS;EA2DT;;AAGI;EACI;EACA;;AAKZ;EACI;;AAGI;EA1CR;EACA;EACA;EACA;EACA;EAGI,aAFoB;EAGpB,cAHoB;;AA2ChB;EAhDR;EACA;EACA;EACA;EACA;EAGI,aAFoB;EAGpB,cAHoB;;AAiDhB;EAtDR;EACA;EACA;EACA;EACA;EAOI,eANoB;EAOpB,YAPoB;;AAuDhB;EA5DR;EACA;EACA;EACA;EACA;EAOI,eANoB;EAOpB,YAPoB;;AA4DpB;EACI,OAzGM;EA0GN,kBA3GM;EA4GN;;AAIA;EACI,OAzGO;;AA4GX;EACI,kBAjHS;EAkHT,OAjHO;EAkHP;;AAGJ;EACI,kBAzHS;EA0HT,OAtHO;;AAuHP;EACI,kBA3HK;EA4HL,OAxHG;;AA4Hf;EACI;EACA;EACA;EACA;;AAEJ;EACI","file":"guided-tour-base-theme.css"}
@@ -0,0 +1,325 @@
1
+ ngx-guided-tour .guided-tour-user-input-mask {
2
+ position: fixed;
3
+ top: 0;
4
+ left: 0;
5
+ display: block;
6
+ height: 100%;
7
+ width: 100%;
8
+ max-height: 100vh;
9
+ text-align: center;
10
+ opacity: 0;
11
+ }
12
+ ngx-guided-tour .guided-tour-spotlight-overlay {
13
+ position: fixed;
14
+ box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.7), 0 0 1.5rem rgba(0, 0, 0, 0.5);
15
+ }
16
+ ngx-guided-tour .tour-orb {
17
+ position: fixed;
18
+ width: 20px;
19
+ height: 20px;
20
+ border-radius: 50%;
21
+ }
22
+ ngx-guided-tour .tour-orb .tour-orb-ring {
23
+ width: 35px;
24
+ height: 35px;
25
+ position: relative;
26
+ top: 50%;
27
+ left: 50%;
28
+ transform: translate(-50%, -50%);
29
+ animation: pulse 2s linear infinite;
30
+ }
31
+ ngx-guided-tour .tour-orb .tour-orb-ring:after {
32
+ content: "";
33
+ display: inline-block;
34
+ height: 100%;
35
+ width: 100%;
36
+ border-radius: 50%;
37
+ }
38
+ @keyframes pulse {
39
+ from {
40
+ transform: translate(-50%, -50%) scale(0.45);
41
+ opacity: 1;
42
+ }
43
+ to {
44
+ transform: translate(-50%, -50%) scale(1);
45
+ opacity: 0;
46
+ }
47
+ }
48
+ ngx-guided-tour .tour-step {
49
+ position: fixed;
50
+ }
51
+ ngx-guided-tour .tour-step.page-tour-step {
52
+ max-width: 400px;
53
+ width: 50%;
54
+ left: 50%;
55
+ top: 50%;
56
+ transform: translate(-50%, -50%);
57
+ }
58
+ ngx-guided-tour .tour-step.tour-bottom .tour-arrow::before, ngx-guided-tour .tour-step.tour-bottom-right .tour-arrow::before, ngx-guided-tour .tour-step.tour-bottom-left .tour-arrow::before {
59
+ position: absolute;
60
+ }
61
+ ngx-guided-tour .tour-step.tour-bottom .tour-block, ngx-guided-tour .tour-step.tour-bottom-right .tour-block, ngx-guided-tour .tour-step.tour-bottom-left .tour-block {
62
+ margin-top: 10px;
63
+ }
64
+ ngx-guided-tour .tour-step.tour-top, ngx-guided-tour .tour-step.tour-top-right, ngx-guided-tour .tour-step.tour-top-left {
65
+ margin-bottom: 10px;
66
+ }
67
+ ngx-guided-tour .tour-step.tour-top .tour-arrow::before, ngx-guided-tour .tour-step.tour-top-right .tour-arrow::before, ngx-guided-tour .tour-step.tour-top-left .tour-arrow::before {
68
+ position: absolute;
69
+ bottom: 0;
70
+ }
71
+ ngx-guided-tour .tour-step.tour-top .tour-block, ngx-guided-tour .tour-step.tour-top-right .tour-block, ngx-guided-tour .tour-step.tour-top-left .tour-block {
72
+ margin-bottom: 10px;
73
+ }
74
+ ngx-guided-tour .tour-step.tour-bottom .tour-arrow::before, ngx-guided-tour .tour-step.tour-top .tour-arrow::before {
75
+ transform: translateX(-50%);
76
+ left: 50%;
77
+ }
78
+ ngx-guided-tour .tour-step.tour-bottom-right .tour-arrow::before, ngx-guided-tour .tour-step.tour-top-right .tour-arrow::before {
79
+ transform: translateX(-100%);
80
+ left: calc(100% - 5px);
81
+ }
82
+ ngx-guided-tour .tour-step.tour-bottom-left .tour-arrow::before, ngx-guided-tour .tour-step.tour-top-left .tour-arrow::before {
83
+ left: 5px;
84
+ }
85
+ ngx-guided-tour .tour-step.tour-left .tour-arrow::before {
86
+ position: absolute;
87
+ left: 100%;
88
+ transform: translateX(-100%);
89
+ top: 5px;
90
+ }
91
+ ngx-guided-tour .tour-step.tour-left .tour-block {
92
+ margin-right: 10px;
93
+ }
94
+ ngx-guided-tour .tour-step.tour-right .tour-arrow::before {
95
+ position: absolute;
96
+ left: 0;
97
+ top: 5px;
98
+ }
99
+ ngx-guided-tour .tour-step.tour-right .tour-block {
100
+ margin-left: 10px;
101
+ }
102
+ ngx-guided-tour .tour-step .tour-block {
103
+ padding: 15px 25px;
104
+ }
105
+ ngx-guided-tour .tour-step .tour-progress-indicator {
106
+ padding-bottom: 15px;
107
+ }
108
+ ngx-guided-tour .tour-step .tour-title {
109
+ font-weight: bold !important;
110
+ padding-bottom: 20px;
111
+ }
112
+ ngx-guided-tour .tour-step h3.tour-title {
113
+ font-size: 20px;
114
+ }
115
+ ngx-guided-tour .tour-step h2.tour-title {
116
+ font-size: 30px;
117
+ }
118
+ ngx-guided-tour .tour-step .tour-content {
119
+ min-height: 80px;
120
+ padding-bottom: 30px;
121
+ font-size: 15px;
122
+ }
123
+ ngx-guided-tour .tour-step .tour-buttons {
124
+ overflow: hidden;
125
+ }
126
+ ngx-guided-tour .tour-step .tour-buttons button.link-button {
127
+ padding-left: 0;
128
+ font-size: 15px;
129
+ font-weight: bold;
130
+ max-width: none !important;
131
+ cursor: pointer;
132
+ text-align: center;
133
+ white-space: nowrap;
134
+ vertical-align: middle;
135
+ border: 1px solid transparent;
136
+ line-height: 1.5;
137
+ background-color: transparent;
138
+ position: relative;
139
+ outline: none;
140
+ padding: 0 15px;
141
+ -webkit-appearance: button;
142
+ }
143
+ ngx-guided-tour .tour-step .tour-buttons button.skip-button.link-button {
144
+ padding-left: 0;
145
+ border-left: 0;
146
+ }
147
+ ngx-guided-tour .tour-step .tour-buttons .back-button {
148
+ cursor: pointer;
149
+ border-radius: 1px;
150
+ font-size: 14px;
151
+ border: none;
152
+ outline: none;
153
+ padding-left: 10px;
154
+ padding-right: 10px;
155
+ }
156
+ ngx-guided-tour .tour-step .tour-buttons .next-button {
157
+ cursor: pointer;
158
+ border-radius: 1px;
159
+ font-size: 14px;
160
+ border: none;
161
+ outline: none;
162
+ padding-left: 10px;
163
+ padding-right: 10px;
164
+ }
165
+
166
+ .arrow {
167
+ position: absolute;
168
+ left: -50px;
169
+ top: -13px;
170
+ }
171
+
172
+ .right-connector {
173
+ transform: scaleX(-1);
174
+ left: 0;
175
+ right: -46px;
176
+ }
177
+
178
+ .circle {
179
+ position: absolute;
180
+ box-sizing: border-box;
181
+ height: 118px;
182
+ width: 100px;
183
+ border: 7px solid #000;
184
+ border-radius: 50%;
185
+ -webkit-clip-path: inset(0 50% 0 0);
186
+ clip-path: inset(0 50% 0 0);
187
+ border-style: dotted;
188
+ }
189
+
190
+ .triangle {
191
+ position: absolute;
192
+ width: 20px;
193
+ height: 15px;
194
+ background: #000;
195
+ margin-top: -6px;
196
+ margin-left: 38px;
197
+ -webkit-clip-path: polygon(50% 0, 0% 100%, 100% 100%);
198
+ clip-path: polygon(50% 0, 0% 100%, 100% 100%);
199
+ -moz-transform: rotate(90deg);
200
+ -webkit-transform: rotate(90deg);
201
+ -o-transform: rotate(90deg);
202
+ -ms-transform: rotate(90deg);
203
+ transform: rotate(90deg);
204
+ }
205
+
206
+ .circle-start-dot {
207
+ display: inline;
208
+ width: 16px;
209
+ height: 16px;
210
+ background-color: #F3962E;
211
+ content: "";
212
+ border-radius: 50%;
213
+ position: absolute;
214
+ margin-top: 108px;
215
+ margin-left: 40px;
216
+ }
217
+
218
+ .tour-step.left-panel:after {
219
+ display: inline;
220
+ width: 8px;
221
+ height: -webkit-fill-available;
222
+ background-color: green;
223
+ position: absolute;
224
+ content: "";
225
+ overflow: hidden;
226
+ top: 10px;
227
+ }
228
+
229
+ .tour-step.right-panel:after {
230
+ display: inline;
231
+ width: 8px;
232
+ height: -webkit-fill-available;
233
+ background-color: green;
234
+ right: 0;
235
+ position: absolute;
236
+ content: "";
237
+ overflow: hidden;
238
+ top: 10px;
239
+ }
240
+
241
+ .tour-step.top-panel:after {
242
+ display: inline;
243
+ width: 8px;
244
+ height: -webkit-fill-available;
245
+ background-color: green;
246
+ right: 0;
247
+ position: absolute;
248
+ content: "";
249
+ overflow: hidden;
250
+ top: 10px;
251
+ }
252
+
253
+ .tour-step.bottom-panel:after {
254
+ display: inline;
255
+ width: 8px;
256
+ height: -webkit-fill-available;
257
+ background-color: green;
258
+ right: 0;
259
+ position: absolute;
260
+ content: "";
261
+ overflow: hidden;
262
+ top: 10px;
263
+ }
264
+
265
+ /* Dots Styles */
266
+ .progress-container {
267
+ display: flex;
268
+ justify-content: center;
269
+ align-items: center;
270
+ }
271
+
272
+ .pagination {
273
+ display: flex;
274
+ justify-content: center;
275
+ align-items: center;
276
+ padding: 0.5rem;
277
+ }
278
+
279
+ .nav-dots {
280
+ display: inline-block;
281
+ position: relative;
282
+ width: auto;
283
+ height: 10px;
284
+ border-radius: 50%;
285
+ cursor: default;
286
+ margin: 2px;
287
+ }
288
+
289
+ .nav-dots .nav-dot {
290
+ top: -5px;
291
+ width: 11px;
292
+ height: 11px;
293
+ margin: 0 4px;
294
+ position: relative;
295
+ border-radius: 100%;
296
+ display: inline-block;
297
+ background-color: lightgray;
298
+ }
299
+
300
+ .nav-dot-active {
301
+ background: #113463;
302
+ }
303
+
304
+ /* Dots Styles */
305
+ .top-connector {
306
+ top: -116px !important;
307
+ right: 173px !important;
308
+ }
309
+ .top-connector .circle {
310
+ top: 50px;
311
+ left: 80px;
312
+ transform: rotate(180deg);
313
+ width: 50px;
314
+ height: 70px;
315
+ }
316
+ .top-connector .circle-start-dot {
317
+ margin-left: 100px;
318
+ }
319
+ .top-connector .triangle {
320
+ left: 63px;
321
+ top: 49px;
322
+ transform: rotate(44deg) !important;
323
+ }
324
+
325
+ /*# sourceMappingURL=guided-tour.component.css.map */
@@ -0,0 +1 @@
1
+ {"version":3,"sourceRoot":"","sources":["../../../projects/ngx-guided-tour/src/lib/guided-tour.component.scss"],"names":[],"mappings":"AACI;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAIR;EACI;IACI;IACA;;EAGJ;IACI;IACA;;;AAKZ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAMA;EACI;;AAGJ;EACI;;AAIR;EAGI;;AAEA;EACI;EACA;;AAGJ;EACI;;AAMJ;EACI;EACA;;AAMJ;EACI;EACA;;AAMJ;EACI;;AAKJ;EACI;EACA;EACA;EACA;;AAGJ;EACI;;AAKJ;EACI;EACA;EACA;;AAGJ;EACI;;AAIR;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;;AAGJ;EACI;;AAGJ;EACI;;AAGJ;EACI;EACA;EACA;;AAGJ;EACI;;AAEA;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;;;AAOhB;EACI;EACA;EACA;;;AAGJ;EACI;EACA;EACA;;;AAIJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGJ;AACA;EACI;EACA;EACA;;;AAEJ;EACI;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;;AAGF;EACE;;;AAGF;AAEF;EACI;EACA;;AAEA;EACI;EACA;EACA;EACA;EACA;;AAEJ;EACI;;AAEJ;EACI;EACA;EACA","file":"guided-tour.component.css"}