Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page - Version 19.8.0

Version Description

  • UI update
Download this release

Release Info

Developer artemopinionstage
Plugin Icon 128x128 Poll, Survey, Quiz, Slideshow, Form, Story & Landing Page
Version 19.8.0
Comparing to
See all releases

Code changes from version 19.7.9 to 19.8.0

admin/content-popup-template.html.php CHANGED
@@ -99,16 +99,7 @@ $opinionstage_user_logged_in = opinionstage_user_logged_in();
99
  </div>
100
  <div class="content-actions__sep"></div>
101
 
102
- <div class="dropdown dropdown_items">
103
- <button class="dropbtn"><span><?php esc_html_e( 'Create', 'social-polls-by-opinionstage' ); ?></span></button>
104
- <div class="dropdown-content opinionstage-anchors-list">
105
- <div class='filter__itm'><?php echo opinionstage_create_poll_link( '', __( 'POLL', 'social-polls-by-opinionstage' ) ); ?></div>
106
- <div class='filter__itm'><?php echo opinionstage_create_survey_link( '', __( 'SURVEY', 'social-polls-by-opinionstage' ) ); ?></div>
107
- <div class='filter__itm'><?php echo opinionstage_create_trivia_link( '', __( 'TRIVIA QUIZ', 'social-polls-by-opinionstage' ) ); ?></div>
108
- <div class='filter__itm'><?php echo opinionstage_create_personality_link( '', __( 'PERSONALITY QUIZ', 'social-polls-by-opinionstage' ) ); ?></div>
109
- <div class='filter__itm'><?php echo opinionstage_create_form_link( '', __( 'CLASSIC FORM', 'social-polls-by-opinionstage' ) ); ?></div>
110
- </div>
111
- </div>
112
  </div>
113
  </div>
114
  <div class='content__list'>
99
  </div>
100
  <div class="content-actions__sep"></div>
101
 
102
+ <a href="<?php echo esc_url( add_query_arg( 'w_type', 'all', OPINIONSTAGE_REDIRECT_CREATE_WIDGET_API_UTM ) ); ?>" class="opinionstage-blue-btn" target="_blank"><?php esc_html_e( 'Create', 'social-polls-by-opinionstage' ); ?></a>
 
 
 
 
 
 
 
 
 
103
  </div>
104
  </div>
105
  <div class='content__list'>
admin/css/admin-feedback.css CHANGED
@@ -1,175 +1 @@
1
- #opinionistage-deactivate-feedback-modal {
2
- display: none;
3
- position: fixed;
4
- height: 100%;
5
- width: 100%;
6
- bottom: 0;
7
- left: 0;
8
- background-color: rgba(0,0,0,.8);
9
- z-index: 9999;
10
- -webkit-user-select: none;
11
- -moz-user-select: none;
12
- -ms-user-select: none;
13
- user-select: none;
14
- }
15
- .opinionstage-dialog-box-content {
16
- background-color: #fff;
17
- position: absolute;
18
- top: 50%;
19
- left: 50%;
20
- transform: translate(-50%, -50%);
21
- -webkit-border-radius: 3px;
22
- border-radius: 3px;
23
- -webkit-box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
24
- box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
25
- overflow: hidden;
26
- width: 550px;
27
- }
28
-
29
- .opinionstage-dialog-box-content .opinionstage-modal-logo {
30
- position: relative;
31
- left: -3px;
32
- bottom: -2px;
33
- padding: 0
34
- }
35
- .opinionstage-dialog-box-content .opinionstage-deactivate-feedback-dialog-header {
36
- padding: 18px 15px;
37
- -webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
38
- box-shadow: 0 0 8px rgba(0,0,0,.1);
39
- text-align: left;
40
- }
41
- .opinionstage-dialog-box-content .opinionstage-deactivate-feedback-dialog-header .opinionstage-modal-header {
42
- font-size: 15px;
43
- text-transform: uppercase;
44
- font-weight: bold;
45
- }
46
- .opinionstage-dialog-box-content .opinionstage-deactivate-feedback-dialog-form-caption {
47
- font-size: 15px;
48
- font-weight: bold;
49
- }
50
- .opinionstage-dialog-box-content .opinionstage-choices-wrapper {
51
- padding-top: 20px;
52
- }
53
- .opinionstage-dialog-box-content .opinionstage-dialog-message {
54
- padding: 30px 30px 0;
55
- text-align: left;
56
- }
57
- .opinionstage-dialog-box-content .opinionstage-dialog-buttons {
58
- border-top: none;
59
- text-align: left;
60
- padding: 20px 30px 30px;
61
- overflow: hidden;
62
- }
63
- .opinionstage-dialog-box-content .opinionstage-dialog-buttons button {
64
- border: none;
65
- }
66
- .opinionstage-dialog-box-content .opinionstage-dialog-buttons .opinionstage-dialog-skip,
67
- .opinionstage-dialog-box-content .opinionstage-dialog-buttons .opinionstage-dialog-submit {
68
- cursor: pointer;
69
- }
70
- .opinionstage-dialog-box-content .opinionstage-dialog-buttons .opinionstage-dialog-skip:focus,
71
- .opinionstage-dialog-box-content .opinionstage-dialog-buttons .opinionstage-dialog-submit:focus {
72
- outline: none;
73
- }
74
- .opinionstage-dialog-box-content .opinionstage-dialog-buttons .opinionstage-dialog-submit {
75
- position: relative;
76
- background-color: #32adbc;
77
- -webkit-border-radius: 3px;
78
- border-radius: 3px;
79
- color: #fff;
80
- line-height: 1;
81
- padding: 12px 20px;
82
- font-size: 13px;
83
- width: 180px;
84
- height: 38px;
85
- transition: all 1s ease;
86
- }
87
- .opinionstage-dialog-box-content .opinionstage-dialog-buttons .opinionstage-dialog-submit.opinionstage-loading {
88
- padding-left: 35px;
89
- opacity: .9;
90
- }
91
- .opinionstage-dialog-box-content .opinionstage-dialog-buttons .opinionstage-dialog-submit.opinionstage-loading .opinionstage-loading-ring {
92
- opacity: 1;
93
- }
94
- .opinionstage-loading-ring {
95
- width: 28px;
96
- height: 28px;
97
- position: absolute;
98
- left: 5px;
99
- top: 7px;
100
- opacity: 0;
101
- transition: opacity 1s ease;
102
- }
103
- .opinionstage-loading-ring:after {
104
- content: " ";
105
- display: block;
106
- width: 20px;
107
- height: 20px;
108
- border-radius: 50%;
109
- border: 2px solid #fff;
110
- border-color: #fff transparent #fff transparent;
111
- animation: opinionstage-loading-ring 1.2s linear infinite;
112
- }
113
- .opinionstage-dialog-box-content .opinionstage-dialog-buttons .opinionstage-dialog-skip {
114
- font-size: 13px;
115
- color: #a4afb7;
116
- padding: 13px 0;
117
- background: none;
118
- float: right;
119
- width: auto;
120
- }
121
-
122
- .opinionstage-dialog-box-content .opinionstage-feedback-text {
123
- display: block;
124
- margin: 10px 0 0 30px;
125
- padding: 5px;
126
- font-size: 13px;
127
- -webkit-box-shadow: none;
128
- box-shadow: none;
129
- background-color: #fff;
130
- width: 92%;
131
- }
132
- .opinionstage-dialog-box-content .opinionstage-deactivate-feedback-dialog-input:not(:checked)~.opinionstage-feedback-text {
133
- display: none;
134
- }
135
- .opinionstage-dialog-box-content .opinionstage-deactivate-feedback-dialog-input {
136
- margin-top: 2px;
137
- }
138
- .opinionstage-dialog-box-content .opinionstage-deactivate-feedback-dialog-form-caption,
139
- .opinionstage-dialog-box-content .opinionstage-deactivate-feedback-dialog-input-wrapper {
140
- margin-bottom: 10px;
141
- }
142
-
143
-
144
- .opinionstage-close {
145
- position: absolute;
146
- right: 32px;
147
- top: 22px;
148
- width: 20px;
149
- height: 20px;
150
- cursor: pointer;
151
- }
152
- .opinionstage-close:before,
153
- .opinionstage-close:after {
154
- position: absolute;
155
- left: 15px;
156
- content: ' ';
157
- height: 17px;
158
- width: 2px;
159
- background-color: #333;
160
- }
161
- .opinionstage-close:before {
162
- transform: rotate(45deg);
163
- }
164
- .opinionstage-close:after {
165
- transform: rotate(-45deg);
166
- }
167
-
168
- @keyframes opinionstage-loading-ring {
169
- 0% {
170
- transform: rotate(0deg);
171
- }
172
- 100% {
173
- transform: rotate(360deg);
174
- }
175
- }
1
+ #opinionistage-deactivate-feedback-modal{display:none;position:fixed;height:100%;width:100%;bottom:0;left:0;background-color:rgba(0,0,0,0.8);z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.opinionstage-dialog-box-content{background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:3px;box-shadow:2px 8px 23px 3px rgba(0,0,0,0.2);overflow:hidden;width:550px}.opinionstage-dialog-box-content .opinionstage-modal-logo{position:relative;left:-3px;bottom:-2px;padding:0}.opinionstage-dialog-box-content .opinionstage-deactivate-feedback-dialog-header{padding:18px 15px;box-shadow:0 0 8px rgba(0,0,0,0.1);text-align:left}.opinionstage-dialog-box-content .opinionstage-deactivate-feedback-dialog-header .opinionstage-modal-header{font-size:15px;text-transform:uppercase;font-weight:bold}.opinionstage-dialog-box-content .opinionstage-deactivate-feedback-dialog-form-caption{font-size:15px;font-weight:bold}.opinionstage-dialog-box-content .opinionstage-choices-wrapper{padding-top:20px}.opinionstage-dialog-box-content .opinionstage-dialog-message{padding:30px 30px 0;text-align:left}.opinionstage-dialog-box-content .opinionstage-dialog-buttons{border-top:none;text-align:left;padding:20px 30px 30px;overflow:hidden}.opinionstage-dialog-box-content .opinionstage-dialog-buttons button{border:none}.opinionstage-dialog-box-content .opinionstage-dialog-buttons .opinionstage-dialog-skip,.opinionstage-dialog-box-content .opinionstage-dialog-buttons .opinionstage-dialog-submit{cursor:pointer}.opinionstage-dialog-box-content .opinionstage-dialog-buttons .opinionstage-dialog-skip:focus,.opinionstage-dialog-box-content .opinionstage-dialog-buttons .opinionstage-dialog-submit:focus{outline:none}.opinionstage-dialog-box-content .opinionstage-dialog-buttons .opinionstage-dialog-skip{font-size:13px;color:#a4afb7;padding:13px 0;background:none;float:right;width:auto}.opinionstage-dialog-box-content .opinionstage-dialog-buttons .opinionstage-dialog-submit{position:relative;background-color:#32adbc;border-radius:3px;color:#fff;line-height:1;padding:12px 20px;font-size:13px;width:180px;height:38px;transition:all 1s ease}.opinionstage-dialog-box-content .opinionstage-dialog-buttons .opinionstage-dialog-submit.opinionstage-loading{padding-left:35px;opacity:.9}.opinionstage-dialog-box-content .opinionstage-dialog-buttons .opinionstage-dialog-submit.opinionstage-loading .opinionstage-loading-ring{opacity:1}.opinionstage-dialog-box-content .opinionstage-feedback-text{display:block;margin:10px 0 0 30px;padding:5px;font-size:13px;box-shadow:none;background-color:#fff;width:92%}.opinionstage-dialog-box-content .opinionstage-deactivate-feedback-dialog-input{margin-top:2px}.opinionstage-dialog-box-content .opinionstage-deactivate-feedback-dialog-input:not(:checked) ~ .opinionstage-feedback-text{display:none}.opinionstage-dialog-box-content .opinionstage-deactivate-feedback-dialog-form-caption,.opinionstage-dialog-box-content .opinionstage-deactivate-feedback-dialog-input-wrapper{margin-bottom:10px}.opinionstage-loading-ring{width:28px;height:28px;position:absolute;left:5px;top:7px;opacity:0;transition:opacity 1s ease}.opinionstage-loading-ring:after{content:" ";display:block;width:20px;height:20px;border-radius:50%;border:2px solid #fff;border-color:#fff transparent #fff transparent;-webkit-animation:opinionstage-loading-ring 1.2s linear infinite;animation:opinionstage-loading-ring 1.2s linear infinite}.opinionstage-close{position:absolute;right:32px;top:22px;width:20px;height:20px;cursor:pointer}.opinionstage-close:before,.opinionstage-close:after{position:absolute;left:15px;content:' ';height:17px;width:2px;background-color:#333}.opinionstage-close:before{transform:rotate(45deg)}.opinionstage-close:after{transform:rotate(-45deg)}@-webkit-keyframes opinionstage-loading-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@keyframes opinionstage-loading-ring{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/css/menu-page.css CHANGED
@@ -1,980 +1 @@
1
- #opinionstage-content {
2
- height: auto;
3
- margin: 0;
4
- min-height: 100%;
5
- overflow: hidden;
6
- padding-top: 20px;
7
- width: 100%;
8
- -webkit-font-smoothing: antialiased;
9
- }
10
- #opinionstage-content .opinionstage-header-wrapper {
11
- background: #232121;
12
- margin-right: 20px;
13
- overflow: hidden;
14
- position: relative;
15
- }
16
- #opinionstage-content .opinionstage-logo-wrapper {
17
- padding: 10px 30px;
18
- }
19
- #opinionstage-content .opinionstage-logo {
20
- background: url("../images/os-logo-header.png") no-repeat 0 0;
21
- background-size: contain;
22
- display: inline-block;
23
- height: 30px;
24
- width: 150px;
25
- }
26
- #opinionstage-content .opinionstage-status-content {
27
- background-color: #fff;
28
- border-bottom: 3px solid #32adbc;
29
- color: #000;
30
- height: 109px;
31
- padding: 20px 35px 0;
32
- }
33
- #opinionstage-content .opinionstage-status-content-connected {
34
- color: #fff;
35
- height: 115px;
36
- padding: 30px 30px 0;
37
- }
38
- #opinionstage-content .opinionstage-connect-form{
39
- display: inline-block;
40
- }
41
- #opinionstage-content .opinionstage-connect-btn {
42
- padding-bottom: 14.2px !important;
43
- padding-top: 14.2px !important;
44
- position: relative;
45
- cursor: pointer;
46
- }
47
- #opinionstage-content .opinionstage-status-title {
48
- font-size: 24px;
49
- font-weight: bold;
50
- line-height: 25px;
51
- margin-bottom: 14px;
52
- }
53
- #opinionstage-content .opinionstage-status-title .opinionstage-title {
54
- font-size: 20px;
55
- }
56
- #opinionstage-content .opinionstage-status-content .os-icon-plugin {
57
- font-size: 19px;
58
- margin-right: 7px;
59
- }
60
- #opinionstage-content #os-switch-email {
61
- font-size: 14px;
62
- padding: 11px 0;
63
- }
64
- #opinionstage-content .opinionstage-blue-btn {
65
- background-color: #32adbc;
66
- border-radius: 3px;
67
- border-style: hidden;
68
- color: #ffffff;
69
- display: inline-block;
70
- font-size: 15px;
71
- font-weight: 600;
72
- min-width: 100px;
73
- padding: 9px 10px;
74
- text-decoration: none;
75
- text-align: center;
76
- -webkit-border-radius: 3px;
77
- -moz-border-radius: 3px;
78
- }
79
- #opinionstage-content .opinionstage-blue-btn:hover {
80
- opacity: 0.9;
81
- }
82
- #opinionstage-content .opinionstage-create-btn {
83
- width: 100px;
84
- }
85
- #opinionstage-content a.opinionstage-blue-bordered-btn {
86
- border: 1px solid #32adbc;
87
- border-radius: 2px;
88
- color: #32adbc;
89
- display: block;
90
- padding: 10px 5px;
91
- text-align: center;
92
- text-decoration: none;
93
- -moz-border-radius: 2px;
94
- -webkit-border-radius: 2px;
95
- }
96
- #opinionstage-content .opinionstage-dashboard-right a.opinionstage-blue-bordered-btn {
97
- float: left;
98
- margin-right: 5px;
99
- }
100
- #opinionstage-content a.opinionstage-blue-bordered-btn:hover, .opinionstage-sidebar-widget a.opinionstage-blue-bordered-btn:hover {
101
- background-color: #32adbc;
102
- color: white;
103
- cursor: pointer;
104
- }
105
- #opinionstage-content a.opinionstage-blue-bordered-btn.disabled {
106
- color: #cacac8;
107
- border: 1px solid #cacac8;
108
- }
109
- #opinionstage-content a.opinionstage-blue-bordered-btn.disabled:hover {
110
- background-color: #f9f9f9;
111
- color: #cacac8;
112
- cursor: default;
113
- }
114
- #opinionstage-content input#os-email {
115
- border: 1px solid #cfcfcf;
116
- border-radius: 2px;
117
- font-size: 14px;
118
- margin: 0 10px 0 0;
119
- min-width: 300px;
120
- padding: 10px 12px 9px;
121
- }
122
- #opinionstage-content input#os-email:disabled {
123
- background-color: black;
124
- color: white;
125
- opacity: 0.7;
126
- padding: 3px 10px;
127
- }
128
- #opinionstage-content .opinionstage-dashboard {
129
- background-color: #fff;
130
- margin-right: 20px;
131
- min-height: 800px;
132
- overflow: hidden;
133
- }
134
- #opinionstage-content .opinionstage-dashboard-left , #opinionstage-content .opinionstage-dashboard-right {
135
- width: 1000px;
136
- }
137
- #opinionstage-content .opinionstage-dashboard-left {
138
- margin: 30px;
139
- }
140
- #opinionstage-content .opinionstage-dashboard-section {
141
- margin-bottom: 30px;
142
- }
143
- #opinionstage-content .opinionstage-dashboard-section .opinionstage-section-header.opinionstage-overflow-visible {
144
- overflow: visible;
145
- }
146
- .opinionstage-my-items-message {
147
- display: none;
148
- font-size: 16px;
149
- text-align: center;
150
- }
151
- #opinionstage-failed-load-items-request {
152
- display: none;
153
- font-size: 15px;
154
- text-align: center;
155
- }
156
- #opinionstage-content .opinionstage-dashboard-section .opinionstage-section-header {
157
- height: 58px;
158
- margin-top: 10px;
159
- overflow: hidden;
160
- }
161
- #opinionstage-content .opinionstage-dashboard-left .opinionstage-section-header .opinionstage-section-title {
162
- float: left;
163
- font-size: 30px;
164
- padding: 0;
165
- line-height: 1;
166
- }
167
- #opinionstage-content .opinionstage-dashboard-section .opinionstage-section-header a {
168
- float: left;
169
- margin: 0;
170
- padding: 10px;
171
- }
172
- #opinionstage-content .opinionstage-dashboard-section .opinionstage-section-header a:focus {
173
- box-shadow: none;
174
- }
175
- #opinionstage-content .opinionstage-dashboard-section .opinionstage-section-content {
176
- display: table;
177
- border-collapse: collapse;
178
- width: 100%;
179
- position: relative;
180
- }
181
- #opinionstage-content .opinionstage-dashboard-section .opinionstage-video-container {
182
- height: 0;
183
- margin: 10px;
184
- padding-bottom: 56.25%;
185
- position: relative;
186
- }
187
- #opinionstage-content .opinionstage-dashboard-section .opinionstage-video-itm {
188
- height: 100%;
189
- left: 0;
190
- position: absolute;
191
- top: 0;
192
- width: 100%;
193
- }
194
- #opinionstage-content .opinionstage-dashboard-section .opinionstage-section-content .opinionstage-section-sub-title {
195
- color: #3499c2;
196
- display: table-caption;
197
- font-size: 18px;
198
- font-weight: bold;
199
- margin-bottom: 30px;
200
- }
201
- #opinionstage-content a.opinionstage-help-link {
202
- font-size: 18px;
203
- text-decoration: none;
204
- }
205
- #opinionstage-content #opinionstage-section-help .opinionstage-section-content {
206
- border: 1px solid #c8c8c9;
207
- }
208
- #opinionstage-content .opinionstage-help-row {
209
- border-bottom: 1px solid #c8c8c9;
210
- margin: 0 10px;
211
- padding: 25px 0 25px 10px;
212
- }
213
- #opinionstage-content .opinionstage-help-row:last-child {
214
- border-bottom: none;
215
- }
216
- #opinionstage-content .opinionstage-dashboard-section .opinionstage-section-content-wrapper {
217
- border: 1px solid #c8c8c9;
218
- box-sizing: border-box;
219
- display: block;
220
- padding: 0 10px;
221
- }
222
- #opinionstage-content .opinionstage-dashboard-section .opinionstage-section-content .opinionstage-section-raw {
223
- border: 1px solid #c8c8c9;
224
- display: table-row;
225
- }
226
- #opinionstage-content .opinionstage-dashboard-section .opinionstage-section-content-wrapper .opinionstage-section-content .opinionstage-section-raw {
227
- border-bottom: 1px solid #c8c8c9;
228
- border-left: none;
229
- border-right: none;
230
- }
231
- #opinionstage-content .opinionstage-dashboard-section .opinionstage-section-content .opinionstage-section-raw .opinionstage-section-cell {
232
- display: table-cell;
233
- padding: 20px 0;
234
- vertical-align: middle;
235
- }
236
- #opinionstage-section-create .opinionstage-section-content {
237
- height: 435px;
238
- }
239
- #opinionstage-section-create .opinionstage-section-cell.opinionstage-icon-cell {
240
- color: #3499c2;
241
- font-size: 35px;
242
- text-align: center;
243
- width: 7%;
244
- }
245
- #opinionstage-section-create .opinionstage-section-cell.opinionstage-description-cell {
246
- width: 83%;
247
- }
248
- #opinionstage-section-create .opinionstage-section-cell.opinionstage-btn-cell {
249
- width: 10%;
250
- }
251
- #opinionstage-section-create .opinionstage-section-cell.opinionstage-description-cell .title {
252
- font-size: 22px;
253
- font-weight: 600;
254
- margin-bottom: 5px;
255
- color: #3c434a;
256
- text-decoration: none;
257
- }
258
- #opinionstage-section-create .opinionstage-section-cell.opinionstage-description-cell .example {
259
- color: #b1b1b1;
260
- font-size: 14px;
261
- line-height: normal;
262
- }
263
- #opinionstage-section-help .opinionstage-section-content {
264
- height: 307px;
265
- }
266
- #opinionstage-section-help .opinionstage-section-cell a {
267
- font-size: 18px;
268
- margin-bottom: 5px;
269
- text-decoration: none;
270
- }
271
- /* Getting started */
272
- .gettingStartedSection {
273
- background: #fff;
274
- margin-right: 20px;
275
- min-height: 500px;
276
- overflow: hidden;
277
- padding: 30px;
278
- }
279
- .gettingStartedSection p {
280
- font-size: 20px;
281
- margin: 0;
282
- margin-bottom: 20px;
283
- }
284
- .gettingStartedSection .Video-Section {
285
- display: block;
286
- float: left;
287
- max-width: 650px;
288
- width: 100%;
289
- }
290
- .Video-Section .iframe-new {
291
- display: block;
292
- max-width: 600px;
293
- width: 100%;
294
- }
295
- h1.gettingStartedHeading {
296
- font-size: 30px;
297
- letter-spacing: 1px;
298
- line-height: 35px;
299
- margin: 0 auto;
300
- max-width: fit-content;
301
- width: 100%;
302
- }
303
- h1.gettingStartedHeading_logo {
304
- font-size: 30px;
305
- letter-spacing: 1px;
306
- line-height: 35px;
307
- margin: 0;
308
- }
309
- #opinionstage-content a.gettingStartedCreate.button {
310
- background: #3499c2;
311
- box-shadow: 0 0 0 0;
312
- color: #ffffff;
313
- display: block;
314
- font-size: 20px;
315
- height: auto;
316
- letter-spacing: 1px;
317
- margin-top: 20px;
318
- max-width: fit-content;
319
- padding: 11px 10px;
320
- width: 100%;
321
- }
322
- /* Getting Started Not Connected */
323
- .gettingStartedSectionNotConnect {
324
- background: #fff;
325
- max-width: 100%;
326
- padding: 5px 0 40px 40px;
327
- width: 100%;
328
- }
329
- .gettingStartedSectionNotConnect p {
330
- font-size: 20px;
331
- }
332
- .text-section-getting-stared-os {
333
- float: left;
334
- max-width: 400px;
335
- width: 100%;
336
- }
337
- @media only screen and (max-width: 1230px) {
338
- .text-section-getting-stared-os {
339
- padding-left: 25px;
340
- margin-top: 39px;
341
- }
342
- }
343
- @media only screen and (max-width: 375px) {
344
- .gettingStartedSection {
345
- padding-left: 0 !important;
346
- padding-right: 0 !important;
347
- padding-top: 20px !important;
348
- }
349
- #opinionstage-content .opinionstage-status-content {
350
- height: 160px !important;
351
- }
352
- #opinionstage-content .opinionstage-status-content-connected {
353
- height: 162px !important;
354
- }
355
- .gettingStartedSection p {
356
- text-align: center;
357
- }
358
- #opinionstage-content .opinionstage-blue-btn {
359
- margin-left: 30px;
360
- margin-top: 15px;
361
- }
362
- #opinionstage-content a.gettingStartedCreate.button {
363
- margin: 20px auto 0 !important;
364
- }
365
- .text-section-getting-stared-os p{
366
- text-align: left;
367
- }
368
- }
369
- #opinionstage-content .opinionstage-create-btn.template {
370
- border: 1px solid #32adbc;
371
- font-size: 15px;
372
- font-weight: 600;
373
- line-height: normal;
374
- width: auto !important;
375
- }
376
- .opinionstage-dashboard-left .os_create_new_btn {
377
- margin-right: 10px;
378
- padding: 12px 10px !important;
379
- }
380
- .opinionstage-dashboard-left .os_use_template_btn {
381
- margin: 0;
382
- padding: 12px 15px !important;
383
- }
384
- /* My Items Page Css */
385
- td.long {
386
- padding-left: 10px;
387
- width: 48%;
388
- }
389
- td.long > div {
390
- position: relative;
391
- width: 90%;
392
- height: 85px;
393
- }
394
- td.action a.opinionstage-blue-bordered-btn{
395
- font-size: 15px;
396
- margin-right: 9px;
397
- }
398
- td.long table{
399
- bottom: 0;
400
- color: #b1b1b1;
401
- line-height: normal;
402
- position: absolute;
403
- width: 100%;
404
- }
405
- td.long table td {
406
- max-width: 300px;
407
- }
408
- span.os-icon-plugin.icon-os-common-date {
409
- float: left;
410
- margin-right: 10px;
411
- }
412
- .icon-os-common-date:before {
413
- content: "\E91A";
414
- }
415
- .label {
416
- line-height: 15px;
417
- }
418
- .content-item-label {
419
- background-color: #222120;
420
- color: #fff;
421
- font-size: 12px;
422
- padding: 2px 4px;
423
- }
424
-
425
- a.opinionstage-blue-bordered-btn {
426
- float: left;
427
- margin-right: 5px;
428
- }
429
- a.opinionstage-blue-bordered-btn {
430
- -moz-border-radius: 3px;
431
- -webkit-border-radius: 3px;
432
- border: 1px solid #3aaebd;
433
- border-radius: 3px;
434
- color: #3aaebd;
435
- display: block;
436
- font-size: 14px;
437
- padding: 10px 30px;
438
- text-align: center;
439
- text-decoration: none;
440
- text-transform: uppercase;
441
- }
442
- td.action {
443
- width: 30%;
444
- }
445
- span.os-icon-plugin.icon-os-common-date {
446
- margin-right: 4px;
447
- }
448
- td.long a {
449
- color: #212120;
450
- display: block;
451
- font-size: 16px;
452
- font-weight: normal;
453
- line-height: normal;
454
- max-height: 3.6em;
455
- max-width: 100%;
456
- overflow: hidden;
457
- position: absolute;
458
- text-decoration: none;
459
- text-overflow: ellipsis;
460
- word-wrap: break-word;
461
- white-space: nowrap;
462
- }
463
- .content-item-image.quiz {
464
- height: 90px;
465
- position: relative;
466
- width: 120px;
467
- background-repeat: no-repeat;
468
- background-size: cover;
469
- }
470
- .content-item-image.quiz img {
471
- bottom: 0;
472
- display: block;
473
- height: 90px;
474
- opacity: 0.8;
475
- position: absolute;
476
- right: 0;
477
- width: 120px;
478
- }
479
- .content-item-label {
480
- background-color: #222120;
481
- color: white;
482
- font-size: 12px;
483
- left: 0;
484
- padding: 1px 5px;
485
- position: absolute;
486
- text-transform: uppercase;
487
- top: 0;
488
- }
489
- tr.settingBorderOs {
490
- border-top: 1px #e5e5e5 solid;
491
- display: table-cell;
492
- padding: 10px 0;
493
- }
494
- .opinionstage-section-header {
495
- font-size: 23px;
496
- height: 40px;
497
- overflow: visible;
498
- }
499
- .opinionstage-anchors-list {
500
- position: absolute;
501
- z-index: 10;
502
- top: 100%;
503
- left: 0;
504
- width: 100%;
505
- background: white;
506
- border: 1px solid #e5e5e5;
507
- opacity: 0;
508
- visibility: hidden;
509
- transition: all .5s ease;
510
- margin-top: 17px;
511
- margin-bottom: 0;
512
- }
513
- .opinionstage-anchors-list.opened {
514
- opacity: 1;
515
- visibility: visible;
516
- }
517
- .opinionstage-anchors-list a {
518
- width: 100%;
519
- }
520
- div#container .opinionstage-section-header {
521
- width: 100%;
522
- }
523
- .opinionstage-section-title {
524
- float: left;
525
- font-size: 30px;
526
- padding: 10px 0;
527
- }
528
- .opinionstage-need-help-link {
529
- float: right !important;
530
- }
531
- .opinionstage-section-header a {
532
- color: #32adbc;
533
- float: right;
534
- font-size: 14px;
535
- font-weight: 600;
536
- line-height: normal;
537
- margin: 10px 25px;
538
- margin-right: 0;
539
- text-decoration: none;
540
- }
541
-
542
- /* Load More */
543
- div#opinionstage-load-more {
544
- display: none;
545
- cursor:pointer;
546
- -webkit-box-sizing: border-box;
547
- box-sizing: border-box;
548
- display: -webkit-inline-box;
549
- display: -ms-inline-flexbox;
550
- display: inline-flex;
551
- -webkit-box-align: center;
552
- -ms-flex-align: center;
553
- align-items: center;
554
- -webkit-box-pack: center;
555
- -ms-flex-pack: center;
556
- justify-content: center;
557
- cursor: pointer;
558
- font-size: 14px;
559
- line-height: 38px;
560
- border: 1px solid #dededd;
561
- border-radius: 3px;
562
- padding: 0 10px;
563
- text-decoration: none;
564
- outline: none;
565
- -webkit-transition: 0.2s ease;
566
- transition: 0.2s ease;
567
- -webkit-user-select: none;
568
- -moz-user-select: none;
569
- -ms-user-select: none;
570
- user-select: none;
571
- vertical-align: baseline;
572
- color: #38aebd;
573
- background-color: transparent;
574
- border-color: #38aebd;
575
- width: 100%;
576
- max-width: 1000px;
577
- margin-bottom: 20px;
578
- margin-left: 20px;
579
- }
580
- div#opinionstage-load-more:hover {
581
- text-decoration: none;
582
- opacity: 0.8;
583
- }
584
- td.image {
585
- width: 12%;
586
- }
587
- .opinionstage-connectivity-status {
588
- color: #fff;
589
- float: right;
590
- font-size: 15px;
591
- margin: 5px 0;
592
- }
593
- .opinionstage-disconnect {
594
- background-color: transparent;
595
- border: none;
596
- color: #32adbc;
597
- cursor: pointer;
598
- }
599
- .opinionstage-connect-form:focus, .opinionstage-disconnect:focus {
600
- outline: 0 none;
601
- }
602
- .opinionstage-disconnect:focus {
603
- border: none;
604
- }
605
- .opinionstage-title {
606
- font-weight: bold;
607
- }
608
- #overlay {
609
- background-color: #fdfdfdc7;
610
- display: block;
611
- height: 100%;
612
- filter: alpha(opacity=70);
613
- -moz-opacity: 0.7;
614
- -khtml-opacity: 0.7;
615
- opacity: 0.7;
616
- position: absolute;
617
- width: 100%;
618
- z-index: 100;
619
- top:0;
620
- }
621
-
622
- .opinionstage-item-view-dashboard {
623
- margin: 30px;
624
- width: 1000px;
625
- }
626
- .opinionstage-header-inner-container {
627
- float: right;
628
- position: relative;
629
- }
630
- .opinionstage-header-inner-container .select-wrapper {
631
- padding: 0 9px;
632
- width: 150px;
633
- display: inline-block;
634
- position: relative;
635
- }
636
- .opinionstage-header-inner-container .opinionstage-header-inner-section {
637
- border-right: 1px solid #f3f3f3;
638
- float: left;
639
- padding-right: 20px;
640
- position: relative;
641
- }
642
- #opinionstage-content #opinionstage-section-create .opinionstage-section-raw {
643
- border-left: none;
644
- border-right: none;
645
- }
646
- .opinionstage-header-inner-section a, .os-long-text a {
647
- text-decoration: none;
648
- }
649
- .search-container {
650
- background-color: transparent;
651
- display: inline-block;
652
- width: 150px;
653
- }
654
- .search.search-container:before {
655
- right: 30px;
656
- }
657
- .opinionstage-section-header #itemList {
658
- font-size: 12px;
659
- font-weight: bold;
660
- height: auto;
661
- padding: 10px;
662
- width: 100%;
663
- }
664
- .opinionstage-section-header #opinionstage-my-items-search-field {
665
- color: #797979;
666
- height: auto;
667
- padding: 8.5px 10px;
668
- width: 100%;
669
- }
670
- #opinionstage-content .opinionstage-item-view-dashboard .opinionstage-dashboard-section {
671
- margin: 0;
672
- }
673
- .opinionstage-item-view-dashboard #opinionstage-items-table tbody:last-child tr.settingBorderOs {
674
- border-bottom: 1px #e5e5e5 solid;
675
- }
676
- .opinionstage-item-view-dashboard #opinionstage-items-table tbody .action .opinionstage-edit-content:last-child {
677
- margin-right: 0;
678
- }
679
- .opinionstage-item-action-container {
680
- float: right;
681
- }
682
- .opinionstage-item-action-container .opinionstage-edit-content {
683
- font-weight: bold;
684
- padding: 13px 17px !important;
685
- }
686
- div#opinionstage-load-more {
687
- background-color: #f1f1f1;
688
- border-color: #f1f1f1;
689
- color: #444;
690
- margin: 0;
691
- }
692
- .gettingStartedContainer {
693
- background: url(../images/bitmap_top.png) no-repeat 0 0;
694
- background-color: #32adbc;
695
- background-position: right;
696
- height: 170px;
697
- width: 760px;
698
- }
699
- .opinionstage-resources-title {
700
- padding: 40px 0;
701
- }
702
- .gettingBlockContainer {
703
- width: 760px;
704
- }
705
- .gettingTemplateGallery, .gettingTemplateTutorial {
706
- border: 2px solid #32adbc;
707
- color: #32adbc;
708
- font-size: 15px;
709
- font-weight: bold;
710
- margin-top: 10px;
711
- padding: 20px 0;
712
- text-align: center;
713
- text-decoration: none;
714
- width: 100%;
715
- max-width: 370px;
716
- }
717
- .gettingTemplateGallery,.gettingTemplateTutorial {
718
- float: left;
719
- }
720
- .gettingTemplateTutorial {
721
- margin-right: 10px;
722
- }
723
- .gettingTemplateGallery:hover, .gettingTemplateTutorial:hover {
724
- background-color: rgba(49, 174, 190, 0.1);
725
- color: #32adbc;
726
- }
727
- .gettingTemplateGallery:focus, .gettingTemplateTutorial:focus {
728
- background-color: rgba(49, 174, 190, 0.1);
729
- box-shadow: none;
730
- color: #32adbc;
731
- }
732
- .opinionstage-connect-title {
733
- line-height: normal !important;
734
- margin-bottom: 40px !important;
735
- margin-top: 10px;
736
- }
737
- #opinionstage-content .opinionstage-getting-btn {
738
- background-color: #ff6d8a;
739
- border-color: #ff6d8a;
740
- border-radius: 2px;
741
- font-weight: 600;
742
- min-width: 100px;
743
- outline-color: #ff6d8a;
744
- }
745
- .opinionstage-blue-bordered-btn.template {
746
- float: none;
747
- display: inline !important;
748
- }
749
- .opinionstage-item-view-dashboard #opinionstage-items-table {
750
- width: 100%;
751
- }
752
- .opinionstage-item-view-dashboard #opinionstage-items-table div.label {
753
- font-size: 13px;
754
- }
755
- .opinionstage-item-create:before {
756
- bottom: 0;
757
- content: "+";
758
- font-family: os-icon-font !important;
759
- font-size: 17px;
760
- font-weight: bold;
761
- height: 18px;
762
- margin-right: 8px;
763
- pointer-events: none;
764
- top: 0;
765
- }
766
- #opinionstage-content .opinionstage-item-view-dashboard .opinionstage-dashboard-section{
767
- margin-bottom: 5px;
768
- }
769
- .help-center-os{
770
- border: 2px solid #32adbc;
771
- color: #32adbc;
772
- font-size: 15px;
773
- font-weight: bold;
774
- margin-top: 10px;
775
- padding: 29px 0;
776
- text-align: center;
777
- text-decoration: none;
778
- width: 100%;
779
- max-width: 370px;
780
- float: left;
781
- }
782
- .help-center-os:hover {
783
- background-color: rgba(49, 174, 190, 0.1);
784
- color: #32adbc;
785
- }
786
- a.help-center-os.help-link:focus {
787
- background-color: rgba(49, 174, 190, 0.1);
788
- box-shadow: none;
789
- color: #32adbc;
790
- }
791
-
792
-
793
- /* my items page - modal form --start */
794
- #opinionistage-my-items-page-modal-wrapper {
795
- display: none;
796
- position: fixed;
797
- height: 100%;
798
- width: 100%;
799
- bottom: 0;
800
- left: 0;
801
- border-radius: 6px / 6px;
802
- background-color: rgba(0,0,0,.8);
803
- z-index: 9999;
804
- -webkit-user-select: none;
805
- -moz-user-select: none;
806
- -ms-user-select: none;
807
- user-select: none;
808
- }
809
- #opinionistage-my-items-page-modal-wrapper .inner {
810
- background: #f5f5f5;
811
- padding: 1px 15px 10px 15px;
812
- margin-top: 20px;
813
- }
814
- #opinionistage-my-items-page-modal-wrapper .opinionistage-my-items-page-modal {
815
- background-color: #fff;
816
- position: absolute;
817
- top: 50%;
818
- left: 50%;
819
- transform: translate(-50%, -50%);
820
- -webkit-border-radius: 6px;
821
- border-radius: 6px;
822
- box-shadow: 0 0 6px rgb(0 0 0 / 30%), inset 0 0 5px rgb(161 142 16 / 0%);
823
- overflow: hidden;
824
- width: 650px;
825
- padding: 25px 35px;
826
- font-size: 14px;
827
- }
828
- #opinionistage-my-items-page-modal-wrapper .opinionistage-my-items-page-modal a {
829
- color: #32adbc;
830
- }
831
- #opinionistage-my-items-page-modal-wrapper .opinionistage-my-items-page-modal a:focus {
832
- outline: none;
833
- box-shadow: none
834
- }
835
- #opinionistage-my-items-page-modal-wrapper .opinionistage-my-items-page-modal a.no-text-decoration {
836
- text-decoration: none;
837
- }
838
-
839
- #opinionistage-my-items-page-modal-wrapper .opinionistage-my-items-page-modal p {
840
- font-size: 14px;
841
- }
842
-
843
- #opinionistage-my-items-page-modal-wrapper .opinionstage-textarea-wrapper {
844
- display: flex;
845
- align-items: center;
846
- }
847
- #opinionistage-my-items-page-modal-wrapper .opinionstage-textarea-wrapper textarea {
848
- resize: none;
849
- margin: 10px 10px 10px 0;
850
- padding: 10px;
851
- width: 500px;
852
- border-radius: 0 0 3px 3px;
853
- border: 1px solid #3aaebd;
854
- background: #fff;
855
- }
856
- #opinionistage-my-items-page-modal-wrapper .opinionstage-textarea-wrapper textarea:focus {
857
- box-shadow: none;
858
- }
859
-
860
- #opinionistage-my-items-page-modal-wrapper .opinionstage-close {
861
- position: absolute;
862
- right: 16px;
863
- top: 12px;
864
- width: 20px;
865
- height: 20px;
866
- cursor: pointer;
867
- }
868
- #opinionistage-my-items-page-modal-wrapper ol {
869
- margin-left: 17px;
870
- }
871
- #opinionistage-my-items-page-modal-wrapper ol li {
872
- margin-bottom: 15px;
873
- }
874
- #opinionistage-my-items-page-modal-wrapper .opinionstage-close:before,
875
- #opinionistage-my-items-page-modal-wrapper .opinionstage-close:after {
876
- position: absolute;
877
- left: 15px;
878
- content: ' ';
879
- height: 17px;
880
- width: 2px;
881
- background-color: #b1b1b1;
882
- }
883
- #opinionistage-my-items-page-modal-wrapper .opinionstage-close:after {
884
- transform: rotate(-45deg);
885
- }
886
- #opinionistage-my-items-page-modal-wrapper .opinionstage-close:before {
887
- transform: rotate(45deg);
888
- }
889
- /* my items page - modal form --end */
890
-
891
-
892
- @media only screen and (max-width: 1230px) {
893
- #opinionstage-content .opinionstage-dashboard-left, #opinionstage-content .opinionstage-dashboard-right {
894
- float: none;
895
- width: auto;
896
- }
897
-
898
- .opinionstage-dashboard-section .opinionstage-btn-cell .template {
899
- display: block !important;
900
- }
901
-
902
- .opinionstage-dashboard-section .opinionstage-btn-cell .os_create_new_btn {
903
- margin-bottom: 10px;
904
- margin-right: 0;
905
- }
906
-
907
- #opinionstage-content .opinionstage-item-view-dashboard .opinionstage-section-header .opinionstage-section-title {
908
- padding: 25px 0;
909
- }
910
-
911
- #opinionstage-content .opinionstage-dashboard {
912
- overflow-y: scroll;
913
- }
914
-
915
- .opinionstage-item-action-container {
916
- float: none;
917
- }
918
-
919
- #opinionstage-items-table .action .opinionstage-item-action-container a {
920
- display: block;
921
- float: none;
922
- margin-bottom: 10px;
923
- width: 80%;
924
- }
925
-
926
-
927
- #opinionstage-content .opinionstage-item-view-dashboard .opinionstage-dashboard-section .opinionstage-section-header {
928
- height: 95px;
929
- }
930
-
931
- #opinionstage-content .opinionstage-dashboard-section .opinionstage-section-header .opinionstage-header-inner-section a {
932
- display: block;
933
- float: none;
934
- }
935
-
936
- .search.search-container:before {
937
- top: 36px;
938
- }
939
-
940
- #opinionstage-content .opinionstage-dashboard-section .opinionstage-section-header .opinionstage-header-inner-container .opinionstage-item-create {
941
- margin-top: 36px;
942
- }
943
-
944
- tr.settingBorderOs > td {
945
- display: block;
946
- width: 100%;
947
- }
948
- .opinionstage-item-view-dashboard {
949
- width: auto;
950
- }
951
- }
952
-
953
-
954
- .opinionstage-no-items {
955
- font-weight: 600;
956
- font-size: 15px;
957
- color: #212120;
958
- }
959
-
960
- a.opinionstage-add-our-first-item {
961
- font-weight: 600;
962
- font-size: 15px;
963
- color: #3499c2;
964
- }
965
- @media only screen and (max-width: 768px) {
966
- .gettingStartedSection {
967
- width: auto;
968
- }
969
-
970
- .gettingStartedContainer, .gettingBlockContainer {
971
- width: 100%;
972
- }
973
-
974
- .gettingBlockContainer .gettingTemplateGallery,
975
- .gettingBlockContainer .gettingTemplateTutorial {
976
- display: block;
977
- float: none;
978
- width: 100%;
979
- }
980
- }
1
+ @font-face{font-family:"os-icon-font";font-style:normal;font-weight:normal;src:url("https://assets.opinionstage.com/assets/os-icon-font-244a07d2da0691f4423dac8a542a9bb9df3797ca19f2d0c67c04a8789c9f6afb.eot#iefix") format("embedded-opentype"),url("https://assets.opinionstage.com/assets/os-icon-font-244a07d2da0691f4423dac8a542a9bb9df3797ca19f2d0c67c04a8789c9f6afb.ttf") format("truetype"),url("https://assets.opinionstage.com/assets/os-icon-font-244a07d2da0691f4423dac8a542a9bb9df3797ca19f2d0c67c04a8789c9f6afb.woff") format("woff"),url("https://assets.opinionstage.com/assets/os-icon-font-244a07d2da0691f4423dac8a542a9bb9df3797ca19f2d0c67c04a8789c9f6afb.svg#os-icon-font") format("svg")}[class^="icon-"],[class*=" icon-"]{font-family:'os-icon-font' !important;speak:none;font-style:normal;font-weight:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-os-form-address:before{content:"\e900"}.icon-os-form-email:before{content:"\e901"}.icon-os-form-name:before{content:"\e902"}.icon-os-form-phone:before{content:"\e903"}.icon-os-common-arrow-left2:before{content:"\e904"}.icon-os-common-arrow-right2:before{content:"\e905"}.icon-os-reports-list:before{content:"\e906"}.icon-os-reports-personality:before{content:"\e907"}.icon-os-reports-poll:before{content:"\e908"}.icon-os-reports-set:before{content:"\e909"}.icon-os-widget-slideshow:before{content:"\e90a"}.icon-os-reports-trivia:before{content:"\e90b"}.icon-os-widget-form:before{content:"\e963"}.icon-os-common-up:before{content:"\e90c"}.icon-os-layout-image-poll:before{content:"\e90d"}.icon-os-common-arrow-left:before{content:"\e90e"}.icon-os-common-arrow-right:before{content:"\e90f"}.icon-os-form-user:before{content:"\e910"}.icon-os-sn-pinterest:before{content:"\e911"}.icon-os-sn-reddit:before{content:"\e912"}.icon-os-sn-whatsapp:before{content:"\e913"}.icon-os-brand-logo-small:before{content:"\e914"}.icon-os-brand-logo:before{content:"\e915"}.icon-os-common-addnew:before{content:"\e916"}.icon-os-common-checkbox-blank:before{content:"\e917"}.icon-os-common-checkbox-checked:before{content:"\e918"}.icon-os-common-close:before{content:"\e919"}.icon-os-common-date:before{content:"\e91a"}.icon-os-common-dot:before{content:"\e91b"}.icon-os-common-down:before{content:"\e91c"}.icon-os-common-help:before{content:"\e91d"}.icon-os-common-link:before{content:"\e91e"}.icon-os-common-menu-dd-closed:before{content:"\e91f"}.icon-os-common-menu-dd-open:before{content:"\e920"}.icon-os-common-menu-medium:before{content:"\e921"}.icon-os-common-menu:before{content:"\e922"}.icon-os-common-minimize:before{content:"\e923"}.icon-os-common-more:before{content:"\e924"}.icon-os-common-plus:before{content:"\e925"}.icon-os-common-poll:before{content:"\e926"}.icon-os-common-search:before{content:"\e927"}.icon-os-common-settings:before{content:"\e928"}.icon-os-common-tip:before{content:"\e929"}.icon-os-filter-all:before{content:"\e92a"}.icon-os-filter-facebook:before{content:"\e92b"}.icon-os-filter-female:before{content:"\e92c"}.icon-os-filter-friends:before{content:"\e92d"}.icon-os-filter-gplus:before{content:"\e92e"}.icon-os-filter-hidden:before{content:"\e92f"}.icon-os-filter-male:before{content:"\e930"}.icon-os-filter-public:before{content:"\e931"}.icon-os-filter-seperator:before{content:"\e932"}.icon-os-filter-twitter:before{content:"\e933"}.icon-os-form-check:before{content:"\e934"}.icon-os-form-drag:before{content:"\e935"}.icon-os-form-error:before{content:"\e936"}.icon-os-form-image:before{content:"\e937"}.icon-os-form-success:before{content:"\e938"}.icon-os-form-video:before{content:"\e939"}.icon-os-hp-engagement:before{content:"\e93a"}.icon-os-hp-insights:before{content:"\e93b"}.icon-os-hp-revenue:before{content:"\e93c"}.icon-os-hp-traffic:before{content:"\e93d"}.icon-os-layout-h2h:before{content:"\e93e"}.icon-os-layout-mc:before{content:"\e93f"}.icon-os-layout-thumbnails:before{content:"\e940"}.icon-os-menu-content:before{content:"\e941"}.icon-os-menu-placements:before{content:"\e942"}.icon-os-menu-reports:before{content:"\e943"}.icon-os-menu-revenue:before{content:"\e944"}.icon-os-pinterest:before{content:"\e945"}.icon-os-poll-client:before{content:"\e946"}.icon-os-poll-voter:before{content:"\e947"}.icon-os-quiz-correct:before{content:"\e948"}.icon-os-quiz-restart:before{content:"\e949"}.icon-os-quiz-wrong:before{content:"\e94a"}.icon-os-report-contacts:before{content:"\e94b"}.icon-os-report-discovery:before{content:"\e94c"}.icon-os-report-revenue:before{content:"\e94d"}.icon-os-report-stats:before{content:"\e94e"}.icon-os-report-time:before{content:"\e94f"}.icon-os-report-views:before{content:"\e950"}.icon-os-reports-emails:before{content:"\e951"}.icon-os-reports-polls:before{content:"\e952"}.icon-os-reports-revenue:before{content:"\e953"}.icon-os-reports-sets:before{content:"\e954"}.icon-os-reports-time:before{content:"\e955"}.icon-os-reports-traffic:before{content:"\e956"}.icon-os-reports-votes:before{content:"\e957"}.icon-os-set-arrow-left:before{content:"\e958"}.icon-os-set-arrow-right:before{content:"\e959"}.icon-os-sn-embed:before{content:"\e95a"}.icon-os-sn-facebook:before{content:"\e95b"}.icon-os-sn-gplus:before{content:"\e95c"}.icon-os-sn-tumblr:before{content:"\e95d"}.icon-os-sn-twitter:before{content:"\e95e"}.icon-os-status-closed:before{content:"\e95f"}.icon-os-status-draft:before{content:"\e960"}.icon-os-status-open:before{content:"\e961"}.icon-os-status-published:before{content:"\e962"}.icon-os-icon-story:before{content:"\e964"}#opinionstage-content{height:auto;margin:0;min-height:100%;overflow:hidden;padding-top:20px;width:100%}#opinionstage-content .opinionstage-header-wrapper{background:#232121;margin-right:20px;overflow:hidden;position:relative}#opinionstage-content .opinionstage-logo-wrapper{padding:10px 30px}#opinionstage-content .opinionstage-logo{background:url("../images/os-logo-header.png") no-repeat 0 0;background-size:contain;display:inline-block;height:30px;width:150px}#opinionstage-content .opinionstage-status-content{background-color:#fff;border-bottom:3px solid #32adbc;color:#000;height:109px;padding:20px 35px 0}#opinionstage-content .opinionstage-status-content-connected{color:#fff;height:115px;padding:30px 30px 0}#opinionstage-content .opinionstage-connect-form{display:inline-block}#opinionstage-content .opinionstage-connect-btn{padding-bottom:14.2px !important;padding-top:14.2px !important;position:relative;cursor:pointer}#opinionstage-content .opinionstage-status-title{font-size:24px;font-weight:bold;line-height:25px;margin-bottom:14px}#opinionstage-content .opinionstage-status-title .opinionstage-title{font-size:20px}#opinionstage-content .opinionstage-status-content .os-icon-plugin{font-size:19px;margin-right:7px}#opinionstage-content #os-switch-email{font-size:14px;padding:11px 0}#opinionstage-content .opinionstage-blue-btn{background-color:#32adbc;border-radius:3px;border-style:hidden;color:#ffffff;display:inline-block;font-size:15px;font-weight:600;min-width:100px;padding:9px 10px;text-decoration:none;text-align:center;transition:0.2s ease}#opinionstage-content .opinionstage-blue-btn:hover{background-color:#2f9fad}#opinionstage-content .opinionstage-blue-btn.border{background:#fff;color:#32adbc;border:1px solid #32adbc}#opinionstage-content .opinionstage-blue-btn.border:hover{background-color:rgba(49,174,190,0.1)}#opinionstage-content .opinionstage-create-btn{width:100px}#opinionstage-content a.opinionstage-blue-bordered-btn{border:1px solid #32adbc;border-radius:2px;color:#32adbc;display:block;padding:10px 5px;text-align:center;text-decoration:none}#opinionstage-content .opinionstage-dashboard-right a.opinionstage-blue-bordered-btn{float:left;margin-right:5px}#opinionstage-content a.opinionstage-blue-bordered-btn.disabled{color:#cacac8;border:1px solid #cacac8}#opinionstage-content a.opinionstage-blue-bordered-btn.disabled:hover{background-color:#f9f9f9;color:#cacac8;cursor:default}#opinionstage-content input#os-email{border:1px solid #cfcfcf;border-radius:2px;font-size:14px;margin:0 10px 0 0;min-width:300px;padding:10px 12px 9px}#opinionstage-content input#os-email:disabled{background-color:black;color:white;opacity:0.7;padding:3px 10px}#opinionstage-content .opinionstage-dashboard{background-color:#fff;margin-right:20px;min-height:800px;overflow:hidden}#opinionstage-content .opinionstage-dashboard-left,#opinionstage-content .opinionstage-dashboard-right{width:1000px}#opinionstage-content .opinionstage-dashboard-left{margin:30px}#opinionstage-content .opinionstage-dashboard-left .opinionstage-section-header .opinionstage-section-title{float:left;font-size:30px;padding:0;line-height:1}#opinionstage-content .opinionstage-dashboard-section{margin-bottom:30px}#opinionstage-content .opinionstage-dashboard-section .opinionstage-section-header{height:58px;margin-top:10px;overflow:hidden}#opinionstage-content .opinionstage-dashboard-section .opinionstage-section-header a{margin:0;padding:10px}#opinionstage-content .opinionstage-dashboard-section .opinionstage-section-header a:focus{box-shadow:none}#opinionstage-content .opinionstage-dashboard-section .opinionstage-section-content{display:table;border-collapse:collapse;width:100%;position:relative}#opinionstage-content a.opinionstage-help-link{font-size:18px;text-decoration:none}#opinionstage-content #opinionstage-section-help .opinionstage-section-content{border:1px solid #c8c8c9}#opinionstage-content #opinionstage-section-help .opinionstage-section-content{height:307px}#opinionstage-content #opinionstage-section-help .opinionstage-section-cell a{font-size:18px;margin-bottom:5px;text-decoration:none}#opinionstage-content .opinionstage-help-row{border-bottom:1px solid #c8c8c9;margin:0 10px;padding:25px 0 25px 10px}#opinionstage-content .opinionstage-help-row:last-child{border-bottom:none}.opinionstage-dashboard-left .opinionstage-create-btn{padding:12px 10px !important}#opinionstage-content a.opinionstage-blue-bordered-btn :hover,.opinionstage-sidebar-widget a.opinionstage-blue-bordered-btn :hover{background-color:rgba(49,174,190,0.1)}#opinionstage-content a.opinionstage-blue-bordered-btn:focus,.opinionstage-sidebar-widget a.opinionstage-blue-bordered-btn:focus{box-shadow:none}.opinionstage-my-items-message{display:none;font-size:16px;text-align:center}#opinionstage-failed-load-items-request{display:none;font-size:15px;text-align:center}#opinionstage-section-create .opinionstage-section-content{height:435px}#opinionstage-section-create .opinionstage-section-raw{border:1px solid #c8c8c9;display:table-row;border-left:none;border-right:none}#opinionstage-section-create .opinionstage-section-cell{display:table-cell;padding:20px 0;vertical-align:middle}#opinionstage-section-create .opinionstage-section-cell.opinionstage-icon-cell{color:#3499c2;font-size:35px;text-align:center;width:7%}#opinionstage-section-create .opinionstage-section-cell.opinionstage-btn-cell{text-align:right;width:36%}#opinionstage-section-create .opinionstage-section-cell.opinionstage-description-cell{width:57%}#opinionstage-section-create .opinionstage-section-cell.opinionstage-description-cell .title{font-size:22px;font-weight:600;margin-bottom:5px;color:#3c434a;text-decoration:none}#opinionstage-section-create .opinionstage-section-cell.opinionstage-description-cell .example{color:#b1b1b1;font-size:14px;line-height:normal}#opinionstage-section-create .opinionstage-blue-btn{padding:12px 10px;text-transform:uppercase;min-width:150px}#opinionstage-section-create .opinionstage-blue-btn:not(:last-child){margin-right:10px}@media (max-width: 1230px){#opinionstage-section-create .opinionstage-blue-btn{display:block;width:auto}#opinionstage-section-create .opinionstage-blue-btn:not(:last-child){margin-right:0;margin-bottom:10px}}.gettingStartedSection{background:#fff;margin-right:20px;min-height:500px;overflow:hidden;padding:30px}.gettingStartedSection p{font-size:20px;margin:0;margin-bottom:20px}h1.gettingStartedHeading{font-size:30px;letter-spacing:1px;line-height:35px;margin:0 auto;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;width:100%}#opinionstage-content a.gettingStartedCreate.button{background:#3499c2;box-shadow:0 0 0 0;color:#ffffff;display:block;font-size:20px;height:auto;letter-spacing:1px;margin-top:20px;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;padding:11px 10px;width:100%}@media only screen and (max-width: 375px){.gettingStartedSection{padding-left:0 !important;padding-right:0 !important;padding-top:20px !important}#opinionstage-content .opinionstage-status-content{height:160px !important}#opinionstage-content .opinionstage-status-content-connected{height:162px !important}.gettingStartedSection p{text-align:center}#opinionstage-content .opinionstage-blue-btn{margin-left:30px;margin-top:15px}#opinionstage-content a.gettingStartedCreate.button{margin:20px auto 0 !important}.text-section-getting-stared-os p{text-align:left}}.opinionstage-dashboard-left .os_use_template_btn{margin:0;padding:12px 15px !important}td.long{padding-left:10px;width:48%}td.long>div{position:relative;width:90%;height:85px}td.long table{bottom:0;color:#b1b1b1;line-height:normal;position:absolute;width:100%}td.long table td{max-width:300px}td.long a{color:#212120;display:block;font-size:16px;font-weight:normal;line-height:normal;max-height:3.6em;max-width:100%;overflow:hidden;position:absolute;text-decoration:none;text-overflow:ellipsis;word-wrap:break-word;white-space:nowrap}td.action{width:30%}td.action a.opinionstage-blue-bordered-btn{font-size:15px;margin-right:9px}span.os-icon-plugin.icon-os-common-date{float:left;margin-right:4px}.icon-os-common-date:before{content:"\E91A"}.label{line-height:15px}.content-item-label{background-color:#222120;color:#fff;font-size:12px;padding:2px 4px}a.opinionstage-blue-bordered-btn{float:left;margin-right:5px;border:1px solid #3aaebd;border-radius:3px;color:#3aaebd;display:block;font-size:14px;padding:10px 30px;text-align:center;text-decoration:none;text-transform:uppercase;transition:.2s ease}.content-item-image.quiz{height:90px;position:relative;width:120px;background-repeat:no-repeat;background-size:cover}.content-item-image.quiz img{bottom:0;display:block;height:90px;opacity:0.8;position:absolute;right:0;width:120px}.content-item-label{background-color:#222120;color:white;font-size:12px;left:0;padding:1px 5px;position:absolute;text-transform:uppercase;top:0}tr.item-wrapper{border-top:1px #e5e5e5 solid;display:table-cell;padding:10px 0;transition:.2s ease}tr.item-wrapper:hover{background-color:#f7f7f7}tr.item-wrapper .opinionstage-item-title{font-weight:600}tr.item-wrapper .icon-os-status-closed,tr.item-wrapper .icon-os-status-open{margin-right:5px}tr.item-wrapper .icon-os-status-closed{color:#f46368}tr.item-wrapper .icon-os-status-open{color:#31aebe}tr.item-wrapper .opinionstage-draft{color:#f46368;text-transform:capitalize;font-size:80%}@media only screen and (max-width: 768px){tr.item-wrapper>td{display:block;width:100%}}.opinionstage-with-separator:before{content:"";margin:0 10px;height:100%;border-left:1px solid #b1b1b1}.opinionstage-section-header{font-size:23px;height:40px;overflow:visible}.opinionstage-anchors-list{position:absolute;z-index:10;top:100%;left:0;width:100%;background:white;border:1px solid #e5e5e5;opacity:0;visibility:hidden;transition:all .5s ease;margin-top:17px;margin-bottom:0}.opinionstage-anchors-list.opened{opacity:1;visibility:visible}.opinionstage-anchors-list a{width:100%}div#container .opinionstage-section-header{width:100%}.opinionstage-section-title{float:left;font-size:30px;padding:10px 0}.opinionstage-need-help-link{float:right !important}.opinionstage-section-header a{color:#32adbc;float:right;font-size:14px;font-weight:600;line-height:normal;margin:10px 25px;margin-right:0;text-decoration:none}div#opinionstage-load-more{display:none;cursor:pointer;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;font-size:14px;line-height:38px;border:1px solid #dededd;border-radius:3px;padding:0 10px;text-decoration:none;outline:none;transition:0.2s ease;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;vertical-align:baseline;color:#38aebd;background-color:transparent;border-color:#38aebd;width:100%;max-width:1000px;margin-bottom:20px;margin-left:20px}div#opinionstage-load-more:hover{text-decoration:none;opacity:0.8}td.image{width:12%}.opinionstage-connectivity-status{color:#fff;float:right;font-size:15px;margin:5px 0}.opinionstage-disconnect{background-color:transparent;border:none;color:#32adbc;cursor:pointer}.opinionstage-disconnect:focus{border:none}.opinionstage-connect-form:focus,.opinionstage-disconnect:focus{outline:0 none}.opinionstage-title{font-weight:bold}#overlay{background-color:#fdfdfdc7;display:block;height:100%;filter:alpha(opacity=70);opacity:0.7;position:absolute;width:100%;z-index:100;top:0}.opinionstage-item-view-dashboard{margin:30px;width:1000px}.opinionstage-header-inner-container{float:right}.opinionstage-header-inner-container .select-wrapper{padding:0 9px;display:inline-block}.opinionstage-header-inner-container .select-wrapper:last-child{padding-right:0}.opinionstage-header-inner-container .opinionstage-header-inner-section{border-right:1px solid #f3f3f3;float:left;padding-right:4px}.opinionstage-header-inner-section a,.os-long-text a{text-decoration:none}.search-container{background-color:transparent;display:inline-block;width:150px}.opinionstage-section-header #itemList{font-size:12px;font-weight:bold;height:auto;padding:10px;width:100%}.opinionstage-section-header #opinionstage-my-items-search-field{color:#797979;height:auto;padding:8.5px 10px;width:100%}.opinionstage-item-view-dashboard .opinionstage-dashboard-section{margin:0}.opinionstage-item-view-dashboard #opinionstage-items-table tbody:last-child tr.item-wrapper{border-bottom:1px #e5e5e5 solid}.opinionstage-item-view-dashboard #opinionstage-items-table tbody .action .opinionstage-edit-content:last-child{margin-right:0}.opinionstage-item-action-container{float:right}.opinionstage-item-action-container .opinionstage-edit-content{padding:13px 17px !important}div#opinionstage-load-more{background-color:#f1f1f1;border-color:#f1f1f1;color:#444;margin:0}.gettingStartedContainer{background:url(../images/bitmap_top.png) no-repeat 0 0;background-color:#32adbc;background-position:right;height:170px;width:760px}.opinionstage-resources-title{padding:40px 0}.gettingBlockContainer{width:760px}.gettingTemplateTutorial{margin-right:10px}.gettingTemplateGallery,.gettingTemplateTutorial,a.help-center-os{border:2px solid #32adbc;color:#32adbc;font-size:15px;font-weight:bold;margin-top:10px;padding:20px 0;text-align:center;text-decoration:none;width:100%;float:left}.gettingTemplateGallery:hover,.gettingTemplateTutorial:hover,a.help-center-os:hover{background-color:rgba(49,174,190,0.1);color:#32adbc}.gettingTemplateGallery:focus,.gettingTemplateTutorial:focus,a.help-center-os:focus{background-color:rgba(49,174,190,0.1);box-shadow:none;color:#32adbc}@media (min-width: 769px){.gettingTemplateGallery,.gettingTemplateTutorial,a.help-center-os{max-width:370px}}a.help-center-os{padding:29px 0}.opinionstage-connect-title{line-height:normal !important;margin-bottom:40px !important;margin-top:10px}#opinionstage-content .opinionstage-getting-btn{background-color:#ff6d8a;border-color:#ff6d8a;border-radius:2px;font-weight:600;min-width:100px;outline-color:#ff6d8a}.opinionstage-item-view-dashboard #opinionstage-items-table{width:100%}.opinionstage-item-view-dashboard #opinionstage-items-table div.label{font-size:13px}#opinionstage-content .opinionstage-item-view-dashboard .opinionstage-dashboard-section{margin-bottom:5px}#opinionistage-my-items-page-modal-wrapper{display:none;position:fixed;height:100%;width:100%;bottom:0;left:0;border-radius:6px / 6px;background-color:rgba(0,0,0,0.8);z-index:9999;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#opinionistage-my-items-page-modal-wrapper .inner{background:#f5f5f5;padding:1px 15px 10px 15px;margin-top:20px}#opinionistage-my-items-page-modal-wrapper .opinionistage-my-items-page-modal{background-color:#fff;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);border-radius:6px;overflow:hidden;width:650px;padding:25px 35px;font-size:16px}#opinionistage-my-items-page-modal-wrapper .opinionistage-my-items-page-modal a{color:#32adbc}#opinionistage-my-items-page-modal-wrapper .opinionistage-my-items-page-modal a:focus{outline:none;box-shadow:none}#opinionistage-my-items-page-modal-wrapper .opinionistage-my-items-page-modal a.no-text-decoration{text-decoration:none}#opinionistage-my-items-page-modal-wrapper .opinionistage-my-items-page-modal p{font-size:16px}#opinionistage-my-items-page-modal-wrapper .opinionstage-textarea-wrapper{display:flex;align-items:center}#opinionistage-my-items-page-modal-wrapper .opinionstage-textarea-wrapper textarea{resize:none;margin:10px 10px 10px 0;padding:10px;width:500px;border-radius:0 0 3px 3px;border:1px solid #3aaebd;background:#fff}#opinionistage-my-items-page-modal-wrapper .opinionstage-textarea-wrapper textarea:focus{box-shadow:none}#opinionistage-my-items-page-modal-wrapper .opinionstage-close{position:absolute;right:16px;top:12px;width:20px;height:20px;cursor:pointer}#opinionistage-my-items-page-modal-wrapper .opinionstage-close:before,#opinionistage-my-items-page-modal-wrapper .opinionstage-close:after{position:absolute;left:15px;content:' ';height:17px;width:2px;background-color:#b1b1b1}#opinionistage-my-items-page-modal-wrapper .opinionstage-close:after{transform:rotate(-45deg)}#opinionistage-my-items-page-modal-wrapper .opinionstage-close:before{transform:rotate(45deg)}#opinionistage-my-items-page-modal-wrapper ul{margin-left:17px;list-style:disc}#opinionistage-my-items-page-modal-wrapper ul li{margin-bottom:15px}@media only screen and (max-width: 1230px){#opinionstage-content .opinionstage-dashboard-left,#opinionstage-content .opinionstage-dashboard-right{float:none;width:auto}#opinionstage-content .opinionstage-dashboard{overflow-y:scroll}#opinionstage-content .opinionstage-item-view-dashboard .opinionstage-section-header .opinionstage-section-title{padding:25px 0}#opinionstage-content .opinionstage-item-view-dashboard .opinionstage-dashboard-section .opinionstage-section-header{height:95px}#opinionstage-content .opinionstage-dashboard-section .opinionstage-section-header .opinionstage-header-inner-section a{display:block;float:none}.opinionstage-create-btn{margin-bottom:10px;margin-right:0}.opinionstage-item-action-container{float:none}#opinionstage-items-table .action .opinionstage-item-action-container a{display:block;float:none;margin-bottom:10px;width:80%}.opinionstage-item-view-dashboard{width:auto}}.opinionstage-no-items{font-weight:600;font-size:15px;color:#212120}a.opinionstage-add-our-first-item{font-weight:600;font-size:15px;color:#3499c2}@media only screen and (max-width: 768px){.gettingStartedSection{width:auto}.gettingStartedContainer,.gettingBlockContainer{width:100%}.gettingBlockContainer .gettingTemplateGallery,.gettingBlockContainer .gettingTemplateTutorial{display:block;float:none;width:100%}}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/css/sidebar-widget.css CHANGED
@@ -1,240 +1 @@
1
- .opinionstage-sidebar-widget a.opinionstage-blue-bordered-btn{
2
- text-align: center;
3
- text-decoration: none;
4
- -webkit-border-radius: 3px;
5
- -moz-border-radius: 3px;
6
- border-radius: 3px;
7
- display: block;
8
- color: #32adbc;
9
- border: 1px solid #32adbc;
10
- font-size: 15px;
11
- font-weight: 600;
12
- padding: 10px;
13
- float: left;
14
- margin-bottom: 5px;
15
- margin-right: 5px;
16
- line-height: normal;
17
- }
18
- .opinionstage-sidebar-widget a.opinionstage-edit-content {
19
- text-transform: uppercase;
20
- padding: 9px 17px;
21
- }
22
- .opinionstage-sidebar-widget a.opinionstage-edit-settings {
23
- padding: 7px;
24
- }
25
- .opinionstage-sidebar-widget .opinionstage-edit-settings .icon-os-common-settings:before {
26
- font-size: 24px;
27
- }
28
- .opinionstage-sidebar-widget a.opinionstage-blue-bordered-btn:hover {
29
- color: white;
30
- background-color: #32adbc;
31
- cursor: pointer;
32
- }
33
-
34
- .opinionstage-sidebar-widget {
35
- overflow: hidden;
36
- margin-bottom: 30px;
37
- padding-top: 15px;
38
- }
39
- .opinionstage-sidebar-widget .opinionstage-sidebar-connected {
40
- background-color: #eaf5f9;
41
- padding: 10px 0 10px 5px;
42
- }
43
- .opinionstage-sidebar-widget .opinionstage-sidebar-connected .opinionstage-connected-info {
44
- overflow: hidden;
45
- }
46
- .opinionstage-sidebar-widget .opinionstage-sidebar-connected .opinionstage-connected-info a {
47
- float: left;
48
- }
49
- .opinionstage-sidebar-widget .opinionstage-sidebar-connected .opinionstage-connected-title {
50
- margin-bottom: 5px;
51
- }
52
- .opinionstage-sidebar-widget .opinionstage-sidebar-enabled {
53
- float: left;
54
- margin-top: 10px;
55
- }
56
-
57
- .opinionstage-sidebar-widget input[type="text"] {
58
- padding: 10px;
59
- width: 100%;
60
- }
61
- .opinionstage-sidebar-widget input#os-email {
62
- margin: 0 7px 0 0;
63
- color: #444;
64
- padding-left: 5px;
65
- float: left;
66
- width: auto;
67
- line-height: 27px;
68
- height: 27px;
69
- font-size: 13px;
70
- }
71
- .opinionstage-sidebar-widget input#os-email:disabled {
72
- background-color: rgba(10,10,10,0.1);
73
- }
74
- .opinionstage-sidebar-widget p {
75
- overflow: hidden;
76
- }
77
- .wp-admin .opinionstage-sidebar-widget input[type=checkbox] {
78
- margin: 0 5px 0 0;
79
- }
80
-
81
- .wp-admin .opinionstage-sidebar-widget input[type=checkbox], input[type=radio] {
82
- border: 1px solid #0085ba;
83
- height: 20px;
84
- width: 20px;
85
- box-shadow: none;
86
- border-radius: 2px;
87
- }
88
- .wp-admin .opinionstage-sidebar-widget input[type=checkbox]:checked:before {
89
- margin: -1px 0 0 -2px !important;
90
- }
91
- .opinionstage-sidebar-widget .os-icon-plugin {
92
- float: left;
93
- font-size: 16px;
94
- margin-right: 7px;
95
- margin-left: 5px;
96
- }
97
- .opinionstage-sidebar-widget .os-icon-plugin.icon-os-poll-client {
98
- margin-top: 4px;
99
- }
100
- .opinionstage-sidebar-widget .os-button {
101
- float: left;
102
- text-decoration: none !important;
103
- border-top: 1px solid #E7E5E3;
104
- border-bottom: 1px solid #CFCCC8;
105
- border-right: 1px solid #CFCCC8;
106
- border-left: 1px solid #CFCCC8;
107
- -webkit-border-radius: 3px;
108
- -moz-border-radius: 3px;
109
- border-radius: 3px;
110
- text-align: center;
111
- color: #ffffff !important;
112
- background-color: #289ec4;
113
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #289ec4), color-stop(100%, #278fb5));
114
- background-image: -webkit-linear-gradient(top, #289ec4, #278fb5);
115
- background-image: -moz-linear-gradient(top, #289ec4, #278fb5);
116
- background-image: -ms-linear-gradient(top, #289ec4, #278fb5);
117
- background-image: -o-linear-gradient(top, #289ec4, #278fb5);
118
- background-image: linear-gradient(top, #289ec4, #278fb5);
119
- filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#289ec4, endColorstr=#278fb5);
120
- padding: 5px 10px;
121
- }
122
- .opinionstage-sidebar-widget .os-button:hover {
123
- background-color: #40aacd;
124
- background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #40aacd), color-stop(100%, #40aacd));
125
- background-image: -webkit-linear-gradient(top, #40aacd, #40aacd);
126
- background-image: -moz-linear-gradient(top, #40aacd, #40aacd);
127
- background-image: -ms-linear-gradient(top, #40aacd, #40aacd);
128
- background-image: -o-linear-gradient(top, #40aacd, #40aacd);
129
- background-image: linear-gradient(top, #40aacd, #40aacd);
130
- filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#40aacd, endColorstr=#40aacd);
131
- color: #ffffff !important;
132
- }
133
- .opinionstage-sidebar-widget .connection_message {
134
- line-height: normal;
135
- font-family: Open Sans,Helvetica,sans-serif;
136
- }
137
- .opinionstage-sidebar-widget .opinionstage-blue-btn {
138
- background: #32adbc;
139
- border-color: #32adbc;
140
- font-family: Open Sans,Helvetica,sans-serif;
141
- font-size: 13px;
142
- font-weight: 600;
143
- line-height: normal;
144
- padding: 10px;
145
- text-transform: uppercase;
146
- }
147
- .opinionstage-sidebar-widget .opinionstage-blue-btn:hover {
148
- background: #32adbc;
149
- opacity: 0.9;
150
- }
151
- .opinionstage-sidebar-widget img {
152
- width: 86px;
153
- }
154
- h3.sidebar-widget-heading-label {
155
- color: #86939f;
156
- font-size: 14px;
157
- font-weight: normal;
158
- margin-bottom: 0;
159
- margin-top: 10px;
160
- }
161
-
162
- .opinionstage-sidebar-enabled label {
163
- font-weight: bold;
164
- }
165
- .opinionstage-selected-widget {
166
- display: flex;
167
- flex-direction: column;
168
- text-align: center;
169
- padding: 10px;
170
- border: 1px solid #40aacd;
171
- border-radius: 3px;
172
- margin-bottom: 10px;
173
- margin-top: 10px;
174
- }
175
- .opinionstage-clearfix {
176
- clear: both;
177
- }
178
- .opinionstage-widget-data {
179
- display: none;
180
- }
181
- .opinionstage-selected-widget .opinionstage-widget-img-url-wrapper {
182
- position: relative;
183
- }
184
- .opinionstage-selected-widget .opinionstage-widget-img-url-wrapper img {
185
- width: 100%;
186
- }
187
-
188
- .opinionstage-widget-overlay {
189
- position: absolute;
190
- top: 0;
191
- bottom: 0;
192
- left: 0;
193
- right: 0;
194
- height: 100%;
195
- width: 100%;
196
- opacity: 0;
197
- transition: .5s ease;
198
- background-color: #222120;
199
- }
200
-
201
- .opinionstage-widget-overlay .opinionstage-inner {
202
- color: white;
203
- font-size: 20px;
204
- position: absolute;
205
- top: 50%;
206
- left: 50%;
207
- transform: translate(-50%, -50%);
208
- text-align: center;
209
- }
210
-
211
- .opinionstage-widget-overlay .opinionstage-inner a {
212
- border-radius: 5px;
213
- border: 1px solid #fff;
214
- color: #fff;
215
- background: transparent;
216
- cursor: pointer;
217
- display: block;
218
- line-height: 1;
219
- margin: 10px auto;
220
- padding: 10px 8px;
221
- text-align: center;
222
- text-decoration: none;
223
- text-transform: uppercase;
224
- width: 140px;
225
- }
226
-
227
- .opinionstage-widget-overlay .opinionstage-inner a:hover {
228
- color: #000 !important;
229
- background: #fff !important;
230
- }
231
-
232
-
233
- .opinionstage-selected-widget .opinionstage-widget-img-url-wrapper:hover .opinionstage-widget-overlay {
234
- opacity: 0.8;
235
- }
236
-
237
- .opinionstage-selected-widget .opinionstage-widget-title {
238
- font-size: 15px;
239
- padding-top: 10px;
240
- }
1
+ .opinionstage-sidebar-widget{overflow:hidden;margin-bottom:30px;padding-top:15px}.opinionstage-sidebar-widget a.opinionstage-edit-content{text-transform:uppercase;padding:9px 17px}.opinionstage-sidebar-widget a.opinionstage-edit-settings{padding:7px}.opinionstage-sidebar-widget a.opinionstage-edit-settings .icon-os-common-settings:before{font-size:24px}.opinionstage-sidebar-widget a.opinionstage-blue-bordered-btn{text-align:center;text-decoration:none;border-radius:3px;display:block;color:#32adbc;border:1px solid #32adbc;font-size:15px;font-weight:600;padding:10px;float:left;margin-bottom:5px;margin-right:5px;line-height:normal}.opinionstage-sidebar-widget a.opinionstage-blue-bordered-btn:hover{background-color:rgba(49,174,190,0.1)}.opinionstage-sidebar-widget a.opinionstage-blue-bordered-btn:focus{box-shadow:none}.opinionstage-sidebar-widget .opinionstage-sidebar-connected{background-color:#eaf5f9;padding:10px 0 10px 5px}.opinionstage-sidebar-widget .opinionstage-sidebar-connected .opinionstage-connected-info{overflow:hidden}.opinionstage-sidebar-widget .opinionstage-sidebar-connected .opinionstage-connected-info a{float:left}.opinionstage-sidebar-widget .opinionstage-sidebar-connected .opinionstage-connected-title{margin-bottom:5px}.opinionstage-sidebar-widget .opinionstage-sidebar-enabled{float:left;margin-top:10px}.opinionstage-sidebar-widget .opinionstage-sidebar-enabled label{font-weight:bold}.opinionstage-sidebar-widget input[type="text"]{padding:10px;width:100%}.opinionstage-sidebar-widget input#os-email{margin:0 7px 0 0;color:#444;padding-left:5px;float:left;width:auto;line-height:27px;height:27px;font-size:13px}.opinionstage-sidebar-widget input#os-email:disabled{background-color:rgba(10,10,10,0.1)}.opinionstage-sidebar-widget p{overflow:hidden}.opinionstage-sidebar-widget .os-icon-plugin{float:left;font-size:16px;margin-right:7px;margin-left:5px}.opinionstage-sidebar-widget .os-icon-plugin.icon-os-poll-client{margin-top:4px}.opinionstage-sidebar-widget .os-button{float:left;text-decoration:none;border:1px solid #CFCCC8;border-radius:3px;text-align:center;color:#ffffff;background-color:#289ec4;background-image:linear-gradient(top, #289ec4, #278fb5);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#289ec4, endColorstr=#278fb5);padding:5px 10px}.opinionstage-sidebar-widget .os-button:hover{background-color:#40aacd;background-image:linear-gradient(top, #40aacd, #40aacd);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#40aacd, endColorstr=#40aacd)}.opinionstage-sidebar-widget .connection_message{line-height:normal;font-family:Open Sans, Helvetica, sans-serif}.opinionstage-sidebar-widget .opinionstage-blue-btn{background:#32adbc;border-color:#32adbc;font-family:Open Sans, Helvetica, sans-serif;font-size:13px;font-weight:600;line-height:normal;padding:10px;text-transform:uppercase}.opinionstage-sidebar-widget .opinionstage-blue-btn:hover{background:#32adbc;opacity:0.9}.opinionstage-sidebar-widget img{width:86px}.wp-admin .opinionstage-sidebar-widget input[type=checkbox]{margin:0 5px 0 0}.wp-admin .opinionstage-sidebar-widget input[type=checkbox],.wp-admin .opinionstage-sidebar-widget input input[type=radio]{border:1px solid #0085ba;height:20px;width:20px;box-shadow:none;border-radius:2px}.wp-admin .opinionstage-sidebar-widget input[type=checkbox]:checked:before{margin:-1px 0 0 -2px !important}h3.sidebar-widget-heading-label{color:#86939f;font-size:14px;font-weight:normal;margin-bottom:0;margin-top:10px}.opinionstage-selected-widget{display:flex;flex-direction:column;text-align:center;padding:10px;border:1px solid #40aacd;border-radius:3px;margin-bottom:10px;margin-top:10px}.opinionstage-selected-widget .opinionstage-widget-img-url-wrapper{position:relative}.opinionstage-selected-widget .opinionstage-widget-img-url-wrapper:hover .opinionstage-widget-overlay{opacity:0.8}.opinionstage-selected-widget .opinionstage-widget-img-url-wrapper img{width:100%}.opinionstage-selected-widget .opinionstage-widget-title{font-size:15px;padding-top:10px}.opinionstage-clearfix{clear:both}.opinionstage-widget-data{display:none}.opinionstage-widget-overlay{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;opacity:0;transition:.5s ease;background-color:#222120}.opinionstage-widget-overlay .opinionstage-inner{color:white;font-size:20px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);text-align:center}.opinionstage-widget-overlay .opinionstage-inner a{border-radius:5px;border:1px solid #fff;color:#fff;background:transparent;cursor:pointer;display:block;line-height:1;margin:10px auto;padding:10px 8px;text-align:center;text-decoration:none;text-transform:uppercase;width:140px}.opinionstage-widget-overlay .opinionstage-inner a:hover{color:#000 !important;background:#fff !important}
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
admin/js/admin-feedback.js CHANGED
@@ -1,56 +1,56 @@
1
  ;(function ($) {
2
- var OpinionStageDialogApp = {
3
- cacheElements: function() {
4
- this.cache = {
5
- $deactivateLink: $('#the-list').find('[data-slug="social-polls-by-opinionstage"] span.deactivate a'),
6
- $modal: $('#opinionistage-deactivate-feedback-modal'),
7
- $skipButton: $('#opinionstage-dialog-skip'),
8
- $closeButton: $('#opinionstage-dialog-close'),
9
- $submitButton: $('#opinionstage-dialog-submit'),
10
- $dialogForm: $('#opinionstage-deactivate-feedback-dialog-form')
11
- }
12
- },
13
- deactivate: function() {
14
- location.href = this.cache.$deactivateLink.attr('href')
15
- },
16
- bindEvents: function() {
17
- var self = this
18
- self.cache.$deactivateLink.on('click', function (e) {
19
- e.preventDefault()
20
- self.cache.$modal.fadeIn()
21
- })
22
 
23
- self.cache.$modal.on('click', function (e) {
24
- if ($(e.target).is(self.cache.$modal)) {
25
- self.cache.$modal.fadeOut()
26
- }
27
- })
28
- self.cache.$closeButton.on('click', function (e) {
29
- self.cache.$modal.fadeOut()
30
- })
31
 
32
- self.cache.$skipButton.on('click', function (e) {
33
- self.deactivate()
34
- })
35
- self.cache.$submitButton.on('click', function (e) {
36
- e.preventDefault()
37
- self.sendFeedback()
38
- $(this).addClass('opinionstage-loading')
39
- })
40
- },
41
- sendFeedback: function(){
42
- var self = this
43
- var formData = self.cache.$dialogForm.serialize()
44
- $.post(ajaxurl, formData, this.deactivate.bind(this))
45
- },
46
- init: function() {
47
- this.cacheElements()
48
- this.bindEvents()
49
- }
50
- }
51
 
52
- $(function () {
53
- OpinionStageDialogApp.init()
54
- })
55
 
56
  }(jQuery))
1
  ;(function ($) {
2
+ var OpinionStageDialogApp = {
3
+ cacheElements: function () {
4
+ this.cache = {
5
+ $deactivateLink: $('#the-list').find('[data-slug="social-polls-by-opinionstage"] span.deactivate a'),
6
+ $modal: $('#opinionistage-deactivate-feedback-modal'),
7
+ $skipButton: $('#opinionstage-dialog-skip'),
8
+ $closeButton: $('#opinionstage-dialog-close'),
9
+ $submitButton: $('#opinionstage-dialog-submit'),
10
+ $dialogForm: $('#opinionstage-deactivate-feedback-dialog-form')
11
+ }
12
+ },
13
+ deactivate: function () {
14
+ location.href = this.cache.$deactivateLink.attr('href')
15
+ },
16
+ bindEvents: function () {
17
+ var self = this
18
+ self.cache.$deactivateLink.on('click', function (e) {
19
+ e.preventDefault()
20
+ self.cache.$modal.fadeIn()
21
+ })
22
 
23
+ self.cache.$modal.on('click', function (e) {
24
+ if ($(e.target).is(self.cache.$modal)) {
25
+ self.cache.$modal.fadeOut()
26
+ }
27
+ })
28
+ self.cache.$closeButton.on('click', function (e) {
29
+ self.cache.$modal.fadeOut()
30
+ })
31
 
32
+ self.cache.$skipButton.on('click', function (e) {
33
+ self.deactivate()
34
+ })
35
+ self.cache.$submitButton.on('click', function (e) {
36
+ e.preventDefault()
37
+ self.sendFeedback()
38
+ $(this).addClass('opinionstage-loading')
39
+ })
40
+ },
41
+ sendFeedback: function () {
42
+ var self = this
43
+ var formData = self.cache.$dialogForm.serialize()
44
+ $.post(ajaxurl, formData, this.deactivate.bind(this))
45
+ },
46
+ init: function () {
47
+ this.cacheElements()
48
+ this.bindEvents()
49
+ }
50
+ }
51
 
52
+ $(function () {
53
+ OpinionStageDialogApp.init()
54
+ })
55
 
56
  }(jQuery))
admin/js/content-popup.js CHANGED
@@ -15,4 +15,4 @@ function i(t,e){for(var n=0,o=t.length;n<o;n++)if(t[n]===e)return n;return-1}fun
15
  * (c) 2017 Evan You
16
  * @license MIT
17
  */
18
- var E=function(t){function e(){var t=this.$options;t.store?this.$store="function"==typeof t.store?t.store():t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}if(Number(t.version.split(".")[0])>=2)t.mixin({beforeCreate:e});else{var n=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[e].concat(t.init):e,n.call(this,t)}}},C="undefined"!=typeof window&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__,O=function(t,e){this.runtime=e,this._children=Object.create(null),this._rawModule=t;var n=t.state;this.state=("function"==typeof n?n():n)||{}},$={namespaced:{configurable:!0}};$.namespaced.get=function(){return!!this._rawModule.namespaced},O.prototype.addChild=function(t,e){this._children[t]=e},O.prototype.removeChild=function(t){delete this._children[t]},O.prototype.getChild=function(t){return this._children[t]},O.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)},O.prototype.forEachChild=function(t){r(this._children,t)},O.prototype.forEachGetter=function(t){this._rawModule.getters&&r(this._rawModule.getters,t)},O.prototype.forEachAction=function(t){this._rawModule.actions&&r(this._rawModule.actions,t)},O.prototype.forEachMutation=function(t){this._rawModule.mutations&&r(this._rawModule.mutations,t)},Object.defineProperties(O.prototype,$);var T=function(t){this.register([],t,!1)};T.prototype.get=function(t){return t.reduce(function(t,e){return t.getChild(e)},this.root)},T.prototype.getNamespace=function(t){var e=this.root;return t.reduce(function(t,n){return e=e.getChild(n),t+(e.namespaced?n+"/":"")},"")},T.prototype.update=function(t){s([],this.root,t)},T.prototype.register=function(t,e,n){var o=this;void 0===n&&(n=!0);var i=new O(e,n);if(0===t.length)this.root=i;else{this.get(t.slice(0,-1)).addChild(t[t.length-1],i)}e.modules&&r(e.modules,function(e,r){o.register(t.concat(r),e,n)})},T.prototype.unregister=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1];e.getChild(n).runtime&&e.removeChild(n)};var S,A=function(t){var e=this;void 0===t&&(t={}),!S&&"undefined"!=typeof window&&window.Vue&&_(window.Vue);var n=t.plugins;void 0===n&&(n=[]);var r=t.strict;void 0===r&&(r=!1);var i=t.state;void 0===i&&(i={}),"function"==typeof i&&(i=i()||{}),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new T(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new S;var a=this,s=this,c=s.dispatch,u=s.commit;this.dispatch=function(t,e){return c.call(a,t,e)},this.commit=function(t,e,n){return u.call(a,t,e,n)},this.strict=r,f(this,i,[],this._modules.root),l(this,i),n.forEach(function(t){return t(e)}),S.config.devtools&&o(this)},j={state:{configurable:!0}};j.state.get=function(){return this._vm._data.$$state},j.state.set=function(t){},A.prototype.commit=function(t,e,n){var o=this,r=b(t,e,n),i=r.type,a=r.payload,s=(r.options,{type:i,payload:a}),c=this._mutations[i];c&&(this._withCommit(function(){c.forEach(function(t){t(a)})}),this._subscribers.forEach(function(t){return t(s,o.state)}))},A.prototype.dispatch=function(t,e){var n=this,o=b(t,e),r=o.type,i=o.payload,a={type:r,payload:i},s=this._actions[r];if(s)return this._actionSubscribers.forEach(function(t){return t(a,n.state)}),s.length>1?Promise.all(s.map(function(t){return t(i)})):s[0](i)},A.prototype.subscribe=function(t){return c(t,this._subscribers)},A.prototype.subscribeAction=function(t){return c(t,this._actionSubscribers)},A.prototype.watch=function(t,e,n){var o=this;return this._watcherVM.$watch(function(){return t(o.state,o.getters)},e,n)},A.prototype.replaceState=function(t){var e=this;this._withCommit(function(){e._vm._data.$$state=t})},A.prototype.registerModule=function(t,e,n){void 0===n&&(n={}),"string"==typeof t&&(t=[t]),this._modules.register(t,e),f(this,this.state,t,this._modules.get(t),n.preserveState),l(this,this.state)},A.prototype.unregisterModule=function(t){var e=this;"string"==typeof t&&(t=[t]),this._modules.unregister(t),this._withCommit(function(){var n=y(e.state,t.slice(0,-1));S.delete(n,t[t.length-1])}),u(this)},A.prototype.hotUpdate=function(t){this._modules.update(t),u(this,!0)},A.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(A.prototype,j);var I=x(function(t,e){var n={};return w(e).forEach(function(e){var o=e.key,r=e.val;n[o]=function(){var e=this.$store.state,n=this.$store.getters;if(t){var o=k(this.$store,"mapState",t);if(!o)return;e=o.context.state,n=o.context.getters}return"function"==typeof r?r.call(this,e,n):e[r]},n[o].vuex=!0}),n}),L=x(function(t,e){var n={};return w(e).forEach(function(e){var o=e.key,r=e.val;n[o]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var o=this.$store.commit;if(t){var i=k(this.$store,"mapMutations",t);if(!i)return;o=i.context.commit}return"function"==typeof r?r.apply(this,[o].concat(e)):o.apply(this.$store,[r].concat(e))}}),n}),M=x(function(t,e){var n={};return w(e).forEach(function(e){var o=e.key,r=e.val;r=t+r,n[o]=function(){if(!t||k(this.$store,"mapGetters",t))return this.$store.getters[r]},n[o].vuex=!0}),n}),P=x(function(t,e){var n={};return w(e).forEach(function(e){var o=e.key,r=e.val;n[o]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var o=this.$store.dispatch;if(t){var i=k(this.$store,"mapActions",t);if(!i)return;o=i.context.dispatch}return"function"==typeof r?r.apply(this,[o].concat(e)):o.apply(this.$store,[r].concat(e))}}),n}),D=function(t){return{mapState:I.bind(null,t),mapGetters:M.bind(null,t),mapMutations:L.bind(null,t),mapActions:P.bind(null,t)}},N={Store:A,install:_,version:"2.5.0",mapState:I,mapMutations:L,mapGetters:M,mapActions:P,createNamespacedHelpers:D};e.default=N},function(t,e,n){(function(e){function n(t){return t.split("")}function o(t,e,n,o){for(var r=t.length,i=n+(o?1:-1);o?i--:++i<r;)if(e(t[i],i,t))return i;return-1}function r(t,e,n){if(e!==e)return o(t,i,n);for(var r=n-1,a=t.length;++r<a;)if(t[r]===e)return r;return-1}function i(t){return t!==t}function a(t,e){for(var n=-1,o=t.length;++n<o&&r(e,t[n],0)>-1;);return n}function s(t,e){for(var n=t.length;n--&&r(e,t[n],0)>-1;);return n}function c(t){return A.test(t)}function u(t){return c(t)?l(t):n(t)}function l(t){return t.match(S)||[]}function f(t,e,n){var o=-1,r=t.length;e<0&&(e=-e>r?0:r+e),n=n>r?r:n,n<0&&(n+=r),r=e>n?0:n-e>>>0,e>>>=0;for(var i=Array(r);++o<r;)i[o]=t[o+e];return i}function p(t){if("string"==typeof t)return t;if(v(t))return F?F.call(t):"";var e=t+"";return"0"==e&&1/t==-y?"-0":e}function d(t,e,n){var o=t.length;return n=void 0===n?o:n,!e&&n>=o?t:f(t,e,n)}function h(t){return!!t&&"object"==typeof t}function v(t){return"symbol"==typeof t||h(t)&&P.call(t)==b}function m(t){return null==t?"":p(t)}function g(t,e,n){if((t=m(t))&&(n||void 0===e))return t.replace(_,"");if(!t||!(e=p(e)))return t;var o=u(t),r=u(e);return d(o,a(o,r),s(o,r)+1).join("")}var y=1/0,b="[object Symbol]",_=/^\s+|\s+$/g,w="[\\u0300-\\u036f\\ufe20-\\ufe23\\u20d0-\\u20f0]",x="\\ud83c[\\udffb-\\udfff]",k="(?:\\ud83c[\\udde6-\\uddff]){2}",E="[\\ud800-\\udbff][\\udc00-\\udfff]",C="(?:[\\u0300-\\u036f\\ufe20-\\ufe23\\u20d0-\\u20f0]|\\ud83c[\\udffb-\\udfff])?",O="(?:\\u200d(?:"+["[^\\ud800-\\udfff]",k,E].join("|")+")[\\ufe0e\\ufe0f]?"+C+")*",$="[\\ufe0e\\ufe0f]?"+C+O,T="(?:"+["[^\\ud800-\\udfff]"+w+"?",w,k,E,"[\\ud800-\\udfff]"].join("|")+")",S=RegExp(x+"(?="+x+")|"+T+$,"g"),A=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe23\\u20d0-\\u20f0\\ufe0e\\ufe0f]"),j="object"==typeof e&&e&&e.Object===Object&&e,I="object"==typeof self&&self&&self.Object===Object&&self,L=j||I||Function("return this")(),M=Object.prototype,P=M.toString,D=L.Symbol,N=D?D.prototype:void 0,F=N?N.toString:void 0;t.exports=g}).call(e,n(0))},function(t,e,n){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}function r(){this.$emit("widgets-search-update",{widgetType:this.selectedWidgetType,widgetTitle:this.widgetTitleSearch})}Object.defineProperty(e,"__esModule",{value:!0});var i=n(1),a=o(i),s=n(26),c=o(s),u=n(2),l={};l[u.WIDGET_ALL]="All ITEMS",l[u.WIDGET_POLL]="poll",l[u.WIDGET_SET]="multi poll set",l[u.WIDGET_SURVEY]="survey",l[u.WIDGET_SLIDESHOW]="slideshow",l[u.WIDGET_TRIVIA_QUIZ]="trivia quiz",l[u.WIDGET_PERSONALITY_QUIZ]="personality quiz",l[u.WIDGET_LIST]="list",l[u.WIDGET_FORM]="form",l[u.WIDGET_STORY]="story article",e.default=a.default.component("widget-list",{template:"#opinionstage-widget-list",props:["widgets","preSelectedWidgetType","dataLoading","noMoreData","showSearch"],data:function(){return{selectedWidgetType:null,widgetTitleSearch:"",showMoreBtn:!0,hasData:!0}},computed:{selectedWidgetTitle:function(){return l[this.selectedWidgetType||this.preSelectedWidgetType]}},watch:{widgetTitleSearch:(0,c.default)(function(){r.call(this)},500),widgets:function(){this.hasData=this.dataLoading||this.widgets.length>0}},methods:{select:function(t){this.$emit("widget-selected",t)},selectWidgetType:function(t){this.selectedWidgetType=t,this.widgetTitleSearch="",r.call(this)},showMore:function(){this.$emit("load-more-widgets")}}})},function(t,e,n){(function(e){function n(t,e,n){function r(e){var n=v,o=m;return v=m=void 0,E=e,y=t.apply(o,n)}function i(t){return E=t,b=setTimeout(l,e),C?r(t):y}function c(t){var n=t-k,o=t-E,r=e-n;return O?w(r,g-o):r}function u(t){var n=t-k,o=t-E;return void 0===k||n>=e||n<0||O&&o>=g}function l(){var t=x();if(u(t))return f(t);b=setTimeout(l,c(t))}function f(t){return b=void 0,$&&v?r(t):(v=m=void 0,y)}function p(){void 0!==b&&clearTimeout(b),E=0,v=k=m=b=void 0}function d(){return void 0===b?y:f(x())}function h(){var t=x(),n=u(t);if(v=arguments,m=this,k=t,n){if(void 0===b)return i(k);if(O)return b=setTimeout(l,e),r(k)}return void 0===b&&(b=setTimeout(l,e)),y}var v,m,g,y,b,k,E=0,C=!1,O=!1,$=!0;if("function"!=typeof t)throw new TypeError(s);return e=a(e)||0,o(n)&&(C=!!n.leading,O="maxWait"in n,g=O?_(a(n.maxWait)||0,e):g,$="trailing"in n?!!n.trailing:$),h.cancel=p,h.flush=d,h}function o(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function r(t){return!!t&&"object"==typeof t}function i(t){return"symbol"==typeof t||r(t)&&b.call(t)==u}function a(t){if("number"==typeof t)return t;if(i(t))return c;if(o(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=o(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=t.replace(l,"");var n=p.test(t);return n||d.test(t)?h(t.slice(2),n?2:8):f.test(t)?c:+t}var s="Expected a function",c=NaN,u="[object Symbol]",l=/^\s+|\s+$/g,f=/^[-+]0x[0-9a-f]+$/i,p=/^0b[01]+$/i,d=/^0o[0-7]+$/i,h=parseInt,v="object"==typeof e&&e&&e.Object===Object&&e,m="object"==typeof self&&self&&self.Object===Object&&self,g=v||m||Function("return this")(),y=Object.prototype,b=y.toString,_=Math.max,w=Math.min,x=function(){return g.Date.now()};t.exports=n}).call(e,n(0))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=n(1),r=function(t){return t&&t.__esModule?t:{default:t}}(o);e.default=r.default.component("notification",{template:"#opinionstage-notification",methods:{initiateUpdate:function(){this.$emit("update-btn-click")}}})},function(t,e,n){var o=n(29);"string"==typeof o&&(o=[[t.i,o,""]]);var r={};r.transform=void 0;n(4)(o,r);o.locals&&(t.exports=o.locals)},function(t,e,n){e=t.exports=n(3)(!1),e.push([t.i,'@font-face{font-family:os-icon-font;font-style:normal;font-weight:400;src:url("https://assets.opinionstage.com/assets/os-icon-font-244a07d2da0691f4423dac8a542a9bb9df3797ca19f2d0c67c04a8789c9f6afb.eot#iefix") format("embedded-opentype"),url("https://assets.opinionstage.com/assets/os-icon-font-244a07d2da0691f4423dac8a542a9bb9df3797ca19f2d0c67c04a8789c9f6afb.ttf") format("truetype"),url("https://assets.opinionstage.com/assets/os-icon-font-244a07d2da0691f4423dac8a542a9bb9df3797ca19f2d0c67c04a8789c9f6afb.woff") format("woff"),url("https://assets.opinionstage.com/assets/os-icon-font-244a07d2da0691f4423dac8a542a9bb9df3797ca19f2d0c67c04a8789c9f6afb.svg#os-icon-font") format("svg")}[class*=" icon-"],[class^=icon-]{font-family:os-icon-font!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-os-form-address:before{content:"\\E900"}.icon-os-form-email:before{content:"\\E901"}.icon-os-form-name:before{content:"\\E902"}.icon-os-form-phone:before{content:"\\E903"}.icon-os-common-arrow-left2:before{content:"\\E904"}.icon-os-common-arrow-right2:before{content:"\\E905"}.icon-os-reports-list:before{content:"\\E906"}.icon-os-reports-personality:before{content:"\\E907"}.icon-os-reports-poll:before{content:"\\E908"}.icon-os-reports-set:before{content:"\\E909"}.icon-os-widget-slideshow:before{content:"\\E90A"}.icon-os-reports-trivia:before{content:"\\E90B"}.icon-os-widget-form:before{content:"\\E963"}.icon-os-common-up:before{content:"\\E90C"}.icon-os-layout-image-poll:before{content:"\\E90D"}.icon-os-common-arrow-left:before{content:"\\E90E"}.icon-os-common-arrow-right:before{content:"\\E90F"}.icon-os-form-user:before{content:"\\E910"}.icon-os-sn-pinterest:before{content:"\\E911"}.icon-os-sn-reddit:before{content:"\\E912"}.icon-os-sn-whatsapp:before{content:"\\E913"}.icon-os-brand-logo-small:before{content:"\\E914"}.icon-os-brand-logo:before{content:"\\E915"}.icon-os-common-addnew:before{content:"\\E916"}.icon-os-common-checkbox-blank:before{content:"\\E917"}.icon-os-common-checkbox-checked:before{content:"\\E918"}.icon-os-common-close:before{content:"\\E919"}.icon-os-common-date:before{content:"\\E91A"}.icon-os-common-dot:before{content:"\\E91B"}.icon-os-common-down:before{content:"\\E91C"}.icon-os-common-help:before{content:"\\E91D"}.icon-os-common-link:before{content:"\\E91E"}.icon-os-common-menu-dd-closed:before{content:"\\E91F"}.icon-os-common-menu-dd-open:before{content:"\\E920"}.icon-os-common-menu-medium:before{content:"\\E921"}.icon-os-common-menu:before{content:"\\E922"}.icon-os-common-minimize:before{content:"\\E923"}.icon-os-common-more:before{content:"\\E924"}.icon-os-common-plus:before{content:"\\E925"}.icon-os-common-poll:before{content:"\\E926"}.icon-os-common-search:before{content:"\\E927"}.icon-os-common-settings:before{content:"\\E928"}.icon-os-common-tip:before{content:"\\E929"}.icon-os-filter-all:before{content:"\\E92A"}.icon-os-filter-facebook:before{content:"\\E92B"}.icon-os-filter-female:before{content:"\\E92C"}.icon-os-filter-friends:before{content:"\\E92D"}.icon-os-filter-gplus:before{content:"\\E92E"}.icon-os-filter-hidden:before{content:"\\E92F"}.icon-os-filter-male:before{content:"\\E930"}.icon-os-filter-public:before{content:"\\E931"}.icon-os-filter-seperator:before{content:"\\E932"}.icon-os-filter-twitter:before{content:"\\E933"}.icon-os-form-check:before{content:"\\E934"}.icon-os-form-drag:before{content:"\\E935"}.icon-os-form-error:before{content:"\\E936"}.icon-os-form-image:before{content:"\\E937"}.icon-os-form-success:before{content:"\\E938"}.icon-os-form-video:before{content:"\\E939"}.icon-os-hp-engagement:before{content:"\\E93A"}.icon-os-hp-insights:before{content:"\\E93B"}.icon-os-hp-revenue:before{content:"\\E93C"}.icon-os-hp-traffic:before{content:"\\E93D"}.icon-os-layout-h2h:before{content:"\\E93E"}.icon-os-layout-mc:before{content:"\\E93F"}.icon-os-layout-thumbnails:before{content:"\\E940"}.icon-os-menu-content:before{content:"\\E941"}.icon-os-menu-placements:before{content:"\\E942"}.icon-os-menu-reports:before{content:"\\E943"}.icon-os-menu-revenue:before{content:"\\E944"}.icon-os-pinterest:before{content:"\\E945"}.icon-os-poll-client:before{content:"\\E946"}.icon-os-poll-voter:before{content:"\\E947"}.icon-os-quiz-correct:before{content:"\\E948"}.icon-os-quiz-restart:before{content:"\\E949"}.icon-os-quiz-wrong:before{content:"\\E94A"}.icon-os-report-contacts:before{content:"\\E94B"}.icon-os-report-discovery:before{content:"\\E94C"}.icon-os-report-revenue:before{content:"\\E94D"}.icon-os-report-stats:before{content:"\\E94E"}.icon-os-report-time:before{content:"\\E94F"}.icon-os-report-views:before{content:"\\E950"}.icon-os-reports-emails:before{content:"\\E951"}.icon-os-reports-polls:before{content:"\\E952"}.icon-os-reports-revenue:before{content:"\\E953"}.icon-os-reports-sets:before{content:"\\E954"}.icon-os-reports-time:before{content:"\\E955"}.icon-os-reports-traffic:before{content:"\\E956"}.icon-os-reports-votes:before{content:"\\E957"}.icon-os-set-arrow-left:before{content:"\\E958"}.icon-os-set-arrow-right:before{content:"\\E959"}.icon-os-sn-embed:before{content:"\\E95A"}.icon-os-sn-facebook:before{content:"\\E95B"}.icon-os-sn-gplus:before{content:"\\E95C"}.icon-os-sn-tumblr:before{content:"\\E95D"}.icon-os-sn-twitter:before{content:"\\E95E"}.icon-os-status-closed:before{content:"\\E95F"}.icon-os-status-draft:before{content:"\\E960"}.icon-os-status-open:before{content:"\\E961"}.icon-os-status-published:before{content:"\\E962"}.icon-os-icon-story:before{content:"\\E964"}.opinionstage-content-popup-contents{min-width:960px}.opinionstage-content-popup-contents[data-opinionstage-client-logged-in=""]{max-width:680px;min-width:680px}.opinionstage-content-popup-contents[data-opinionstage-client-logged-in=""] .main-title{font-size:20px}.opinionstage-content-popup-contents[data-opinionstage-client-logged-in=""] .page-content{margin:0 auto;padding:40px 30px}.opinionstage-content-popup-contents[data-opinionstage-client-logged-in=""] .page-content #os-start-login{margin-top:30px}.opinionstage-content-popup-contents *{margin:0;padding:0;color:#222120;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Open Sans,Helvetica,sans-serif}.opinionstage-content-popup-contents .header{background-color:#222120;width:100%}.opinionstage-content-popup-contents .header__container{color:#fff;margin:auto;padding:0 10px}.opinionstage-content-popup-contents .header__logo{display:inline-block}.opinionstage-content-popup-contents .header__logo a:active,.opinionstage-content-popup-contents .header__logo a:focus,.opinionstage-content-popup-contents .header__logo a:hover,.opinionstage-content-popup-contents .header__logo a:visited{border:none;background:none;-webkit-box-shadow:none;box-shadow:none}.opinionstage-content-popup-contents .header__logo img{margin:15px 10px;width:150px}.opinionstage-content-popup-contents .header__nav{display:inline-block;font-size:0;vertical-align:bottom}.opinionstage-content-popup-contents .header__action{display:block;float:right;font-size:0;margin-top:10px}.opinionstage-content-popup-contents .page-content{margin:0 auto;padding:25px 15px 15px}.opinionstage-content-popup-contents .main-title{font-size:30px;font-weight:400;line-height:normal}.opinionstage-content-popup-contents .conect-form{text-align:center;margin-top:20px}.opinionstage-content-popup-contents .content-actions{height:40px;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.opinionstage-content-popup-contents .content-actions__left,.opinionstage-content-popup-contents .content-actions__right{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.opinionstage-content-popup-contents .content-actions__left{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.opinionstage-content-popup-contents .content-actions__right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.opinionstage-content-popup-contents .content-actions__sep{border-right:1px solid #e5e5e5;margin:0 20px}.opinionstage-content-popup-contents .content-actions:after{content:"";clear:both;display:block}.opinionstage-content-popup-contents .filter__itm{display:inline-block;cursor:pointer;font-size:12px;margin-right:0;line-height:25px;text-transform:uppercase;width:100%}.opinionstage-content-popup-contents .filter__itm:first-child{border-top:1px solid #3487fa}.opinionstage-content-popup-contents .filter__itm:last-child{border-bottom:1px solid #3487fa}.opinionstage-content-popup-contents .filter__itm.active{color:#fff;background:#5299fb;font-weight:400;pointer-events:none}.opinionstage-content-popup-contents .filter{display:inline-block;margin:0;width:auto}.opinionstage-content-popup-contents .content__list{height:calc(92vh - 160px);overflow-y:scroll}.opinionstage-content-popup-contents .content__loading{text-align:center}.opinionstage-content-popup-contents .content__itm{display:block;margin:0;padding-bottom:6px;padding-top:10px;position:relative;width:100%;border-bottom:1px solid #e5e5e5}.opinionstage-content-popup-contents .content__itm:first-child{border-top:1px solid #e5e5e5}.opinionstage-content-popup-contents .content__itm:hover .content__links{display:inline-block;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.opinionstage-content-popup-contents .content__image{display:inline-block;height:90px;position:relative;width:15%}.opinionstage-content-popup-contents .content__image img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.opinionstage-content-popup-contents .content__info{display:inline-block;background:transparent;font-size:16px;height:85px;width:50%;line-height:normal;margin:0;overflow:hidden;padding:0 10px;text-overflow:ellipsis;white-space:nowrap}.opinionstage-content-popup-contents .content__info a{color:inherit;text-decoration:none}.opinionstage-content-popup-contents .content__links{background:none;display:inline-block;float:right;text-align:right;height:100%;padding:20px 10px;left:0;position:relative;top:0;width:30%}@media only screen and (max-width:767px){.opinionstage-content-popup-contents .content__links{padding-left:0;padding-right:0}}.opinionstage-content-popup-contents .content__links-itm{border-radius:5px;border:1px solid #fff;color:#fff;background:transparent;cursor:pointer;display:block;line-height:1;margin:5px auto;padding:14px 8px;text-align:center;text-decoration:none;text-transform:uppercase;width:200px}.opinionstage-content-popup-contents .content__links-itm:hover{background-color:hsla(0,0%,100%,.1)}.opinionstage-content-popup-contents .popup-content-btn{border:1px solid #32adbc;border-radius:2px;color:#32adbc;display:inline;font-size:15px;font-weight:600;padding:13px 14px;text-align:center;text-decoration:none;width:auto}.opinionstage-content-popup-contents .content__label{background-color:#222120;bottom:auto;color:#fff;font-size:12px;top:0;left:0;padding:1px 5px;position:absolute;text-transform:uppercase;z-index:2}.opinionstage-content-popup-contents .std-btn{background-color:rgba(123,91,167,.4);border-radius:5px 5px 0 0;cursor:pointer;color:#fff;display:inline-block;font:16px/50px Open Sans,Helvetica,sans-serif;margin:0;text-align:center;text-transform:uppercase;vertical-align:bottom;width:200px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.opinionstage-content-popup-contents .std-btn.active{background-color:#fff;color:#222120}.opinionstage-content-popup-contents .btn-create{background-color:#32adbc;border-radius:3px;border-style:hidden;color:#fff;cursor:pointer;display:inline-block;font-size:15px;font-weight:600;line-height:normal;padding:10px 11px;text-decoration:none;outline:none}.opinionstage-content-popup-contents .btn-create:hover{color:#fff;opacity:.9;text-decoration:none}.opinionstage-content-popup-contents .btn-create:before{bottom:0;content:"+";font-family:os-icon-font;font-size:17px;font-weight:700;height:18px;margin-right:8px;pointer-events:none;top:0}.opinionstage-content-popup-contents .create-new-menu-box{display:inline-block;position:relative}.opinionstage-content-popup-contents .create-new-menu-box:hover .create-new-menu{display:block}.opinionstage-content-popup-contents .create-new-menu{display:none;position:absolute;width:100%;top:39px;left:0;border:1px solid #3aaebd;background-color:#fff;z-index:3}.opinionstage-content-popup-contents .create-menu__itm{display:block;color:#3aaebd;border-bottom:1px solid #3aaebd;padding:8px 12px;background-color:#fff;font-size:14px;text-decoration:none;text-transform:uppercase}.opinionstage-content-popup-contents .create-menu__itm:hover{text-decoration:none;color:#fff;background-color:#44a9d2}.opinionstage-content-popup-contents .btn-close{border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font:27px/48px Open Sans,Helvetica,sans-serif;margin-left:20px;text-align:center;width:42px}.opinionstage-content-popup-contents .btn-close:hover{opacity:.8}.opinionstage-content-popup-contents .btn-blue{display:inline-block;background-color:#38aebd;border:medium none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;line-height:36px;outline:medium none;text-transform:uppercase;text-decoration:none;width:140px}.opinionstage-content-popup-contents .btn-blue:hover{background-color:#55a6cc}.opinionstage-content-popup-contents .btn-show-more{padding:15px 0;border:none;background-color:#e6e6e6;width:100%}.opinionstage-content-popup-contents .std-inp{background-color:#fff;border:1px solid #c1c1c1;border-radius:5px;height:36px;outline:medium none;padding:0 15px;width:450px}.opinionstage-content-popup-contents .os-search{width:180px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border:1px solid #ccc;border-radius:2px;-webkit-box-shadow:0 0;box-shadow:0 0}.opinionstage-content-popup-contents .os-search__input{color:#797979;padding-left:10px;width:100%;border:none;border-radius:0;outline:none}.opinionstage-content-popup-contents .os-search__input:focus{border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;outline:none}.opinionstage-content-popup-contents .os-search__icon{color:#3aaebd;line-height:normal;font-size:18px;padding:10px 9px;margin:0}.opinionstage-content-popup-contents .hidden{visibility:hidden}.opinionstage-content-popup-contents .opinionstage-blue-btn{cursor:pointer;text-align:center;color:#fff;text-decoration:none;display:inline-block;padding:11px 10px;font-weight:400;background-color:#38aebd;border-radius:3px;border-style:hidden;width:95px}.opinionstage-content-popup-contents .opinionstage-blue-btn:hover{opacity:.9}.opinionstage-content-popup-contents .opinionstage-section-notification{background-color:rgba(0,0,0,.7);width:100%;padding:20px 25px;z-index:3;text-align:center;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.6);box-shadow:0 2px 5px rgba(0,0,0,.6)}.opinionstage-content-popup-contents .opinionstage-section-notification__title{color:#fff;font-size:15px;margin-bottom:15px}.opinionstage-content-popup-contents .opinionstage-section-notification__controls{position:relative;font-size:0}.opinionstage-content-popup-contents .notification-container~div>.page-content .content__list{max-height:calc(92vh - 270px)}.opinionstage-content-popup-contents .bordered-container{border:1px solid #e5e5e5;text-align:center;padding:40px}.opinionstage-content-popup-contents .opinionstage-introduction-video{text-align:center;padding:20px}.opinionstage-content-popup-contents .opinionstage-connect-form{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.opinionstage-content-popup-contents .opinionstage-connect-form .opinionstage-conect-input{border:1px solid #e5e5e5;height:40px;padding:0 15px;width:420px;border-radius:3px;margin-right:10px;-webkit-box-shadow:none!important;box-shadow:none!important;outline:none!important}.opinionstage-content-popup-contents .dropbtn{background-color:#fff;border:1px solid #e4e4e4;border-right:0!important;-webkit-box-shadow:0 0 0!important;box-shadow:0 0 0!important;cursor:pointer;display:inline-block;font:12px/38px Open Sans,Helvetica,sans-serif;outline:none!important;padding-left:10px;position:relative;text-align:left;text-decoration:none;width:140px;margin-right:50px}.opinionstage-content-popup-contents .dropbtn span{color:#555454;font-size:12px;font-weight:700;text-transform:uppercase}.opinionstage-content-popup-contents .dropbtn:before{color:#000;content:"\\E922";display:block;font-family:os-icon-font!important;font-size:9px;position:absolute;right:-25px;top:0;z-index:3;font-weight:700}.opinionstage-content-popup-contents .dropbtn:after{border:1px solid #e4e4e4;border-left:0!important;content:"";height:45px;position:absolute;right:-40px;top:-1px;width:40px;height:38px}.opinionstage-content-popup-contents .dropdown{display:inline-block;position:relative}.opinionstage-content-popup-contents .dropdown:hover .popup-action-dropdown.dropdown-content{width:130px}.opinionstage-content-popup-contents .dropdown:hover .popup-action.popup-content-btn{background-color:#32adbc}.opinionstage-content-popup-contents .dropdown:hover .popup-action.popup-content-btn:before{color:#fff}.opinionstage-content-popup-contents .dropdown-popup-action{height:45px}.opinionstage-content-popup-contents .dropdown-content{background-color:#f9f9f9;-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.2);box-shadow:0 8px 16px 0 rgba(0,0,0,.2);display:none;left:1px;position:absolute;top:40px;z-index:9}.opinionstage-content-popup-contents .dropdown-content div{background-color:#fff;border:1px solid #3487fa;border-bottom:0;border-top:0;color:#555454;display:block;padding:5px 10px 5px 20px;text-decoration:none}.opinionstage-content-popup-contents .dropdown-content div:hover{background-color:#3487fa;color:#fff!important}.opinionstage-content-popup-contents .dropdown_items .dropdown-content{width:180px}.opinionstage-content-popup-contents .dropdown:hover .dropdown-content{display:block!important;width:180px}.opinionstage-content-popup-contents .dropdown:hover .dropbtn{background-color:#fff}.opinionstage-content-popup-contents .popup-action:before{color:#32adbc;padding:0;position:absolute;right:18px;content:"\\E922";display:block;font-family:os-icon-font!important;font-size:9px;top:15px;z-index:3;font-weight:700}.opinionstage-content-popup-contents .popup-action.popup-content-btn{margin-left:10px;padding:12px 25px;position:relative}.opinionstage-content-popup-contents .popup-action-dropdown{background:#fff;border:1px solid #32adbc;border-radius:3px}.opinionstage-content-popup-contents .popup-action-dropdown .content__links-itm{border:none;border-bottom:1px solid #32adbc;border-radius:0;color:#32adbc;font-size:14px;font-weight:400;margin:0;padding:10px;width:auto;text-align:left!important;letter-spacing:1px}.opinionstage-content-popup-contents .popup-action-dropdown .content__links-itm:hover{background-color:#32adbc!important;color:#fff}.opinionstage-content-popup-contents .popup-action-dropdown .content__links-itm:last-child{border:none}.opinionstage-content-popup-contents .popup-action-dropdown.dropdown-content{left:auto;right:0;top:20px;z-index:10}.opinionstage-content-popup-contents .opinionstage-anchors-list .filter__itm{padding:0}.opinionstage-content-popup-contents .opinionstage-anchors-list .filter__itm:hover a{color:#fff}.opinionstage-content-popup-contents .opinionstage-anchors-list a{padding:5px 10px 5px 20px;display:block;text-decoration:none;width:100%}',""])}]);
15
  * (c) 2017 Evan You
16
  * @license MIT
17
  */
18
+ var E=function(t){function e(){var t=this.$options;t.store?this.$store="function"==typeof t.store?t.store():t.store:t.parent&&t.parent.$store&&(this.$store=t.parent.$store)}if(Number(t.version.split(".")[0])>=2)t.mixin({beforeCreate:e});else{var n=t.prototype._init;t.prototype._init=function(t){void 0===t&&(t={}),t.init=t.init?[e].concat(t.init):e,n.call(this,t)}}},C="undefined"!=typeof window&&window.__VUE_DEVTOOLS_GLOBAL_HOOK__,O=function(t,e){this.runtime=e,this._children=Object.create(null),this._rawModule=t;var n=t.state;this.state=("function"==typeof n?n():n)||{}},$={namespaced:{configurable:!0}};$.namespaced.get=function(){return!!this._rawModule.namespaced},O.prototype.addChild=function(t,e){this._children[t]=e},O.prototype.removeChild=function(t){delete this._children[t]},O.prototype.getChild=function(t){return this._children[t]},O.prototype.update=function(t){this._rawModule.namespaced=t.namespaced,t.actions&&(this._rawModule.actions=t.actions),t.mutations&&(this._rawModule.mutations=t.mutations),t.getters&&(this._rawModule.getters=t.getters)},O.prototype.forEachChild=function(t){r(this._children,t)},O.prototype.forEachGetter=function(t){this._rawModule.getters&&r(this._rawModule.getters,t)},O.prototype.forEachAction=function(t){this._rawModule.actions&&r(this._rawModule.actions,t)},O.prototype.forEachMutation=function(t){this._rawModule.mutations&&r(this._rawModule.mutations,t)},Object.defineProperties(O.prototype,$);var T=function(t){this.register([],t,!1)};T.prototype.get=function(t){return t.reduce(function(t,e){return t.getChild(e)},this.root)},T.prototype.getNamespace=function(t){var e=this.root;return t.reduce(function(t,n){return e=e.getChild(n),t+(e.namespaced?n+"/":"")},"")},T.prototype.update=function(t){s([],this.root,t)},T.prototype.register=function(t,e,n){var o=this;void 0===n&&(n=!0);var i=new O(e,n);if(0===t.length)this.root=i;else{this.get(t.slice(0,-1)).addChild(t[t.length-1],i)}e.modules&&r(e.modules,function(e,r){o.register(t.concat(r),e,n)})},T.prototype.unregister=function(t){var e=this.get(t.slice(0,-1)),n=t[t.length-1];e.getChild(n).runtime&&e.removeChild(n)};var S,A=function(t){var e=this;void 0===t&&(t={}),!S&&"undefined"!=typeof window&&window.Vue&&_(window.Vue);var n=t.plugins;void 0===n&&(n=[]);var r=t.strict;void 0===r&&(r=!1);var i=t.state;void 0===i&&(i={}),"function"==typeof i&&(i=i()||{}),this._committing=!1,this._actions=Object.create(null),this._actionSubscribers=[],this._mutations=Object.create(null),this._wrappedGetters=Object.create(null),this._modules=new T(t),this._modulesNamespaceMap=Object.create(null),this._subscribers=[],this._watcherVM=new S;var a=this,s=this,c=s.dispatch,u=s.commit;this.dispatch=function(t,e){return c.call(a,t,e)},this.commit=function(t,e,n){return u.call(a,t,e,n)},this.strict=r,f(this,i,[],this._modules.root),l(this,i),n.forEach(function(t){return t(e)}),S.config.devtools&&o(this)},j={state:{configurable:!0}};j.state.get=function(){return this._vm._data.$$state},j.state.set=function(t){},A.prototype.commit=function(t,e,n){var o=this,r=b(t,e,n),i=r.type,a=r.payload,s=(r.options,{type:i,payload:a}),c=this._mutations[i];c&&(this._withCommit(function(){c.forEach(function(t){t(a)})}),this._subscribers.forEach(function(t){return t(s,o.state)}))},A.prototype.dispatch=function(t,e){var n=this,o=b(t,e),r=o.type,i=o.payload,a={type:r,payload:i},s=this._actions[r];if(s)return this._actionSubscribers.forEach(function(t){return t(a,n.state)}),s.length>1?Promise.all(s.map(function(t){return t(i)})):s[0](i)},A.prototype.subscribe=function(t){return c(t,this._subscribers)},A.prototype.subscribeAction=function(t){return c(t,this._actionSubscribers)},A.prototype.watch=function(t,e,n){var o=this;return this._watcherVM.$watch(function(){return t(o.state,o.getters)},e,n)},A.prototype.replaceState=function(t){var e=this;this._withCommit(function(){e._vm._data.$$state=t})},A.prototype.registerModule=function(t,e,n){void 0===n&&(n={}),"string"==typeof t&&(t=[t]),this._modules.register(t,e),f(this,this.state,t,this._modules.get(t),n.preserveState),l(this,this.state)},A.prototype.unregisterModule=function(t){var e=this;"string"==typeof t&&(t=[t]),this._modules.unregister(t),this._withCommit(function(){var n=y(e.state,t.slice(0,-1));S.delete(n,t[t.length-1])}),u(this)},A.prototype.hotUpdate=function(t){this._modules.update(t),u(this,!0)},A.prototype._withCommit=function(t){var e=this._committing;this._committing=!0,t(),this._committing=e},Object.defineProperties(A.prototype,j);var I=x(function(t,e){var n={};return w(e).forEach(function(e){var o=e.key,r=e.val;n[o]=function(){var e=this.$store.state,n=this.$store.getters;if(t){var o=k(this.$store,"mapState",t);if(!o)return;e=o.context.state,n=o.context.getters}return"function"==typeof r?r.call(this,e,n):e[r]},n[o].vuex=!0}),n}),L=x(function(t,e){var n={};return w(e).forEach(function(e){var o=e.key,r=e.val;n[o]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var o=this.$store.commit;if(t){var i=k(this.$store,"mapMutations",t);if(!i)return;o=i.context.commit}return"function"==typeof r?r.apply(this,[o].concat(e)):o.apply(this.$store,[r].concat(e))}}),n}),M=x(function(t,e){var n={};return w(e).forEach(function(e){var o=e.key,r=e.val;r=t+r,n[o]=function(){if(!t||k(this.$store,"mapGetters",t))return this.$store.getters[r]},n[o].vuex=!0}),n}),P=x(function(t,e){var n={};return w(e).forEach(function(e){var o=e.key,r=e.val;n[o]=function(){for(var e=[],n=arguments.length;n--;)e[n]=arguments[n];var o=this.$store.dispatch;if(t){var i=k(this.$store,"mapActions",t);if(!i)return;o=i.context.dispatch}return"function"==typeof r?r.apply(this,[o].concat(e)):o.apply(this.$store,[r].concat(e))}}),n}),D=function(t){return{mapState:I.bind(null,t),mapGetters:M.bind(null,t),mapMutations:L.bind(null,t),mapActions:P.bind(null,t)}},N={Store:A,install:_,version:"2.5.0",mapState:I,mapMutations:L,mapGetters:M,mapActions:P,createNamespacedHelpers:D};e.default=N},function(t,e,n){(function(e){function n(t){return t.split("")}function o(t,e,n,o){for(var r=t.length,i=n+(o?1:-1);o?i--:++i<r;)if(e(t[i],i,t))return i;return-1}function r(t,e,n){if(e!==e)return o(t,i,n);for(var r=n-1,a=t.length;++r<a;)if(t[r]===e)return r;return-1}function i(t){return t!==t}function a(t,e){for(var n=-1,o=t.length;++n<o&&r(e,t[n],0)>-1;);return n}function s(t,e){for(var n=t.length;n--&&r(e,t[n],0)>-1;);return n}function c(t){return A.test(t)}function u(t){return c(t)?l(t):n(t)}function l(t){return t.match(S)||[]}function f(t,e,n){var o=-1,r=t.length;e<0&&(e=-e>r?0:r+e),n=n>r?r:n,n<0&&(n+=r),r=e>n?0:n-e>>>0,e>>>=0;for(var i=Array(r);++o<r;)i[o]=t[o+e];return i}function p(t){if("string"==typeof t)return t;if(v(t))return F?F.call(t):"";var e=t+"";return"0"==e&&1/t==-y?"-0":e}function d(t,e,n){var o=t.length;return n=void 0===n?o:n,!e&&n>=o?t:f(t,e,n)}function h(t){return!!t&&"object"==typeof t}function v(t){return"symbol"==typeof t||h(t)&&P.call(t)==b}function m(t){return null==t?"":p(t)}function g(t,e,n){if((t=m(t))&&(n||void 0===e))return t.replace(_,"");if(!t||!(e=p(e)))return t;var o=u(t),r=u(e);return d(o,a(o,r),s(o,r)+1).join("")}var y=1/0,b="[object Symbol]",_=/^\s+|\s+$/g,w="[\\u0300-\\u036f\\ufe20-\\ufe23\\u20d0-\\u20f0]",x="\\ud83c[\\udffb-\\udfff]",k="(?:\\ud83c[\\udde6-\\uddff]){2}",E="[\\ud800-\\udbff][\\udc00-\\udfff]",C="(?:[\\u0300-\\u036f\\ufe20-\\ufe23\\u20d0-\\u20f0]|\\ud83c[\\udffb-\\udfff])?",O="(?:\\u200d(?:"+["[^\\ud800-\\udfff]",k,E].join("|")+")[\\ufe0e\\ufe0f]?"+C+")*",$="[\\ufe0e\\ufe0f]?"+C+O,T="(?:"+["[^\\ud800-\\udfff]"+w+"?",w,k,E,"[\\ud800-\\udfff]"].join("|")+")",S=RegExp(x+"(?="+x+")|"+T+$,"g"),A=RegExp("[\\u200d\\ud800-\\udfff\\u0300-\\u036f\\ufe20-\\ufe23\\u20d0-\\u20f0\\ufe0e\\ufe0f]"),j="object"==typeof e&&e&&e.Object===Object&&e,I="object"==typeof self&&self&&self.Object===Object&&self,L=j||I||Function("return this")(),M=Object.prototype,P=M.toString,D=L.Symbol,N=D?D.prototype:void 0,F=N?N.toString:void 0;t.exports=g}).call(e,n(0))},function(t,e,n){"use strict";function o(t){return t&&t.__esModule?t:{default:t}}function r(){this.$emit("widgets-search-update",{widgetType:this.selectedWidgetType,widgetTitle:this.widgetTitleSearch})}Object.defineProperty(e,"__esModule",{value:!0});var i=n(1),a=o(i),s=n(26),c=o(s),u=n(2),l={};l[u.WIDGET_ALL]="All ITEMS",l[u.WIDGET_POLL]="poll",l[u.WIDGET_SET]="multi poll set",l[u.WIDGET_SURVEY]="survey",l[u.WIDGET_SLIDESHOW]="slideshow",l[u.WIDGET_TRIVIA_QUIZ]="trivia quiz",l[u.WIDGET_PERSONALITY_QUIZ]="personality quiz",l[u.WIDGET_LIST]="list",l[u.WIDGET_FORM]="form",l[u.WIDGET_STORY]="story article",e.default=a.default.component("widget-list",{template:"#opinionstage-widget-list",props:["widgets","preSelectedWidgetType","dataLoading","noMoreData","showSearch"],data:function(){return{selectedWidgetType:null,widgetTitleSearch:"",showMoreBtn:!0,hasData:!0}},computed:{selectedWidgetTitle:function(){return l[this.selectedWidgetType||this.preSelectedWidgetType]}},watch:{widgetTitleSearch:(0,c.default)(function(){r.call(this)},500),widgets:function(){this.hasData=this.dataLoading||this.widgets.length>0}},methods:{select:function(t){this.$emit("widget-selected",t)},selectWidgetType:function(t){this.selectedWidgetType=t,this.widgetTitleSearch="",r.call(this)},showMore:function(){this.$emit("load-more-widgets")}}})},function(t,e,n){(function(e){function n(t,e,n){function r(e){var n=v,o=m;return v=m=void 0,E=e,y=t.apply(o,n)}function i(t){return E=t,b=setTimeout(l,e),C?r(t):y}function c(t){var n=t-k,o=t-E,r=e-n;return O?w(r,g-o):r}function u(t){var n=t-k,o=t-E;return void 0===k||n>=e||n<0||O&&o>=g}function l(){var t=x();if(u(t))return f(t);b=setTimeout(l,c(t))}function f(t){return b=void 0,$&&v?r(t):(v=m=void 0,y)}function p(){void 0!==b&&clearTimeout(b),E=0,v=k=m=b=void 0}function d(){return void 0===b?y:f(x())}function h(){var t=x(),n=u(t);if(v=arguments,m=this,k=t,n){if(void 0===b)return i(k);if(O)return b=setTimeout(l,e),r(k)}return void 0===b&&(b=setTimeout(l,e)),y}var v,m,g,y,b,k,E=0,C=!1,O=!1,$=!0;if("function"!=typeof t)throw new TypeError(s);return e=a(e)||0,o(n)&&(C=!!n.leading,O="maxWait"in n,g=O?_(a(n.maxWait)||0,e):g,$="trailing"in n?!!n.trailing:$),h.cancel=p,h.flush=d,h}function o(t){var e=typeof t;return!!t&&("object"==e||"function"==e)}function r(t){return!!t&&"object"==typeof t}function i(t){return"symbol"==typeof t||r(t)&&b.call(t)==u}function a(t){if("number"==typeof t)return t;if(i(t))return c;if(o(t)){var e="function"==typeof t.valueOf?t.valueOf():t;t=o(e)?e+"":e}if("string"!=typeof t)return 0===t?t:+t;t=t.replace(l,"");var n=p.test(t);return n||d.test(t)?h(t.slice(2),n?2:8):f.test(t)?c:+t}var s="Expected a function",c=NaN,u="[object Symbol]",l=/^\s+|\s+$/g,f=/^[-+]0x[0-9a-f]+$/i,p=/^0b[01]+$/i,d=/^0o[0-7]+$/i,h=parseInt,v="object"==typeof e&&e&&e.Object===Object&&e,m="object"==typeof self&&self&&self.Object===Object&&self,g=v||m||Function("return this")(),y=Object.prototype,b=y.toString,_=Math.max,w=Math.min,x=function(){return g.Date.now()};t.exports=n}).call(e,n(0))},function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=n(1),r=function(t){return t&&t.__esModule?t:{default:t}}(o);e.default=r.default.component("notification",{template:"#opinionstage-notification",methods:{initiateUpdate:function(){this.$emit("update-btn-click")}}})},function(t,e,n){var o=n(29);"string"==typeof o&&(o=[[t.i,o,""]]);var r={};r.transform=void 0;n(4)(o,r);o.locals&&(t.exports=o.locals)},function(t,e,n){e=t.exports=n(3)(!1),e.push([t.i,'@font-face{font-family:os-icon-font;font-style:normal;font-weight:400;src:url("https://assets.opinionstage.com/assets/os-icon-font-244a07d2da0691f4423dac8a542a9bb9df3797ca19f2d0c67c04a8789c9f6afb.eot#iefix") format("embedded-opentype"),url("https://assets.opinionstage.com/assets/os-icon-font-244a07d2da0691f4423dac8a542a9bb9df3797ca19f2d0c67c04a8789c9f6afb.ttf") format("truetype"),url("https://assets.opinionstage.com/assets/os-icon-font-244a07d2da0691f4423dac8a542a9bb9df3797ca19f2d0c67c04a8789c9f6afb.woff") format("woff"),url("https://assets.opinionstage.com/assets/os-icon-font-244a07d2da0691f4423dac8a542a9bb9df3797ca19f2d0c67c04a8789c9f6afb.svg#os-icon-font") format("svg")}[class*=" icon-"],[class^=icon-]{font-family:os-icon-font!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.icon-os-form-address:before{content:"\\E900"}.icon-os-form-email:before{content:"\\E901"}.icon-os-form-name:before{content:"\\E902"}.icon-os-form-phone:before{content:"\\E903"}.icon-os-common-arrow-left2:before{content:"\\E904"}.icon-os-common-arrow-right2:before{content:"\\E905"}.icon-os-reports-list:before{content:"\\E906"}.icon-os-reports-personality:before{content:"\\E907"}.icon-os-reports-poll:before{content:"\\E908"}.icon-os-reports-set:before{content:"\\E909"}.icon-os-widget-slideshow:before{content:"\\E90A"}.icon-os-reports-trivia:before{content:"\\E90B"}.icon-os-widget-form:before{content:"\\E963"}.icon-os-common-up:before{content:"\\E90C"}.icon-os-layout-image-poll:before{content:"\\E90D"}.icon-os-common-arrow-left:before{content:"\\E90E"}.icon-os-common-arrow-right:before{content:"\\E90F"}.icon-os-form-user:before{content:"\\E910"}.icon-os-sn-pinterest:before{content:"\\E911"}.icon-os-sn-reddit:before{content:"\\E912"}.icon-os-sn-whatsapp:before{content:"\\E913"}.icon-os-brand-logo-small:before{content:"\\E914"}.icon-os-brand-logo:before{content:"\\E915"}.icon-os-common-addnew:before{content:"\\E916"}.icon-os-common-checkbox-blank:before{content:"\\E917"}.icon-os-common-checkbox-checked:before{content:"\\E918"}.icon-os-common-close:before{content:"\\E919"}.icon-os-common-date:before{content:"\\E91A"}.icon-os-common-dot:before{content:"\\E91B"}.icon-os-common-down:before{content:"\\E91C"}.icon-os-common-help:before{content:"\\E91D"}.icon-os-common-link:before{content:"\\E91E"}.icon-os-common-menu-dd-closed:before{content:"\\E91F"}.icon-os-common-menu-dd-open:before{content:"\\E920"}.icon-os-common-menu-medium:before{content:"\\E921"}.icon-os-common-menu:before{content:"\\E922"}.icon-os-common-minimize:before{content:"\\E923"}.icon-os-common-more:before{content:"\\E924"}.icon-os-common-plus:before{content:"\\E925"}.icon-os-common-poll:before{content:"\\E926"}.icon-os-common-search:before{content:"\\E927"}.icon-os-common-settings:before{content:"\\E928"}.icon-os-common-tip:before{content:"\\E929"}.icon-os-filter-all:before{content:"\\E92A"}.icon-os-filter-facebook:before{content:"\\E92B"}.icon-os-filter-female:before{content:"\\E92C"}.icon-os-filter-friends:before{content:"\\E92D"}.icon-os-filter-gplus:before{content:"\\E92E"}.icon-os-filter-hidden:before{content:"\\E92F"}.icon-os-filter-male:before{content:"\\E930"}.icon-os-filter-public:before{content:"\\E931"}.icon-os-filter-seperator:before{content:"\\E932"}.icon-os-filter-twitter:before{content:"\\E933"}.icon-os-form-check:before{content:"\\E934"}.icon-os-form-drag:before{content:"\\E935"}.icon-os-form-error:before{content:"\\E936"}.icon-os-form-image:before{content:"\\E937"}.icon-os-form-success:before{content:"\\E938"}.icon-os-form-video:before{content:"\\E939"}.icon-os-hp-engagement:before{content:"\\E93A"}.icon-os-hp-insights:before{content:"\\E93B"}.icon-os-hp-revenue:before{content:"\\E93C"}.icon-os-hp-traffic:before{content:"\\E93D"}.icon-os-layout-h2h:before{content:"\\E93E"}.icon-os-layout-mc:before{content:"\\E93F"}.icon-os-layout-thumbnails:before{content:"\\E940"}.icon-os-menu-content:before{content:"\\E941"}.icon-os-menu-placements:before{content:"\\E942"}.icon-os-menu-reports:before{content:"\\E943"}.icon-os-menu-revenue:before{content:"\\E944"}.icon-os-pinterest:before{content:"\\E945"}.icon-os-poll-client:before{content:"\\E946"}.icon-os-poll-voter:before{content:"\\E947"}.icon-os-quiz-correct:before{content:"\\E948"}.icon-os-quiz-restart:before{content:"\\E949"}.icon-os-quiz-wrong:before{content:"\\E94A"}.icon-os-report-contacts:before{content:"\\E94B"}.icon-os-report-discovery:before{content:"\\E94C"}.icon-os-report-revenue:before{content:"\\E94D"}.icon-os-report-stats:before{content:"\\E94E"}.icon-os-report-time:before{content:"\\E94F"}.icon-os-report-views:before{content:"\\E950"}.icon-os-reports-emails:before{content:"\\E951"}.icon-os-reports-polls:before{content:"\\E952"}.icon-os-reports-revenue:before{content:"\\E953"}.icon-os-reports-sets:before{content:"\\E954"}.icon-os-reports-time:before{content:"\\E955"}.icon-os-reports-traffic:before{content:"\\E956"}.icon-os-reports-votes:before{content:"\\E957"}.icon-os-set-arrow-left:before{content:"\\E958"}.icon-os-set-arrow-right:before{content:"\\E959"}.icon-os-sn-embed:before{content:"\\E95A"}.icon-os-sn-facebook:before{content:"\\E95B"}.icon-os-sn-gplus:before{content:"\\E95C"}.icon-os-sn-tumblr:before{content:"\\E95D"}.icon-os-sn-twitter:before{content:"\\E95E"}.icon-os-status-closed:before{content:"\\E95F"}.icon-os-status-draft:before{content:"\\E960"}.icon-os-status-open:before{content:"\\E961"}.icon-os-status-published:before{content:"\\E962"}.icon-os-icon-story:before{content:"\\E964"}.opinionstage-content-popup-contents{min-width:960px}.opinionstage-content-popup-contents[data-opinionstage-client-logged-in=""]{max-width:680px;min-width:680px}.opinionstage-content-popup-contents[data-opinionstage-client-logged-in=""] .main-title{font-size:20px}.opinionstage-content-popup-contents[data-opinionstage-client-logged-in=""] .page-content{margin:0 auto;padding:40px 30px}.opinionstage-content-popup-contents[data-opinionstage-client-logged-in=""] .page-content #os-start-login{margin-top:30px}.opinionstage-content-popup-contents *{margin:0;padding:0;color:#222120;-webkit-box-sizing:border-box;box-sizing:border-box;font-family:Open Sans,Helvetica,sans-serif}.opinionstage-content-popup-contents .header{background-color:#222120;width:100%}.opinionstage-content-popup-contents .header__container{color:#fff;margin:auto;padding:0 10px}.opinionstage-content-popup-contents .header__logo{display:inline-block}.opinionstage-content-popup-contents .header__logo a:active,.opinionstage-content-popup-contents .header__logo a:focus,.opinionstage-content-popup-contents .header__logo a:hover,.opinionstage-content-popup-contents .header__logo a:visited{border:none;background:none;-webkit-box-shadow:none;box-shadow:none}.opinionstage-content-popup-contents .header__logo img{margin:15px 10px;width:150px}.opinionstage-content-popup-contents .header__nav{display:inline-block;font-size:0;vertical-align:bottom}.opinionstage-content-popup-contents .header__action{display:block;float:right;font-size:0;margin-top:10px}.opinionstage-content-popup-contents .page-content{margin:0 auto;padding:25px 15px 15px}.opinionstage-content-popup-contents .main-title{font-size:30px;font-weight:400;line-height:normal}.opinionstage-content-popup-contents .conect-form{text-align:center;margin-top:20px}.opinionstage-content-popup-contents .content-actions{height:40px;margin-bottom:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.opinionstage-content-popup-contents .content-actions__left,.opinionstage-content-popup-contents .content-actions__right{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}.opinionstage-content-popup-contents .content-actions__left{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.opinionstage-content-popup-contents .content-actions__right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.opinionstage-content-popup-contents .content-actions__sep{border-right:1px solid #e5e5e5;margin:0 20px}.opinionstage-content-popup-contents .content-actions:after{content:"";clear:both;display:block}.opinionstage-content-popup-contents .filter__itm{display:inline-block;cursor:pointer;font-size:12px;margin-right:0;line-height:25px;text-transform:uppercase;width:100%}.opinionstage-content-popup-contents .filter__itm:first-child{border-top:1px solid #3487fa}.opinionstage-content-popup-contents .filter__itm:last-child{border-bottom:1px solid #3487fa}.opinionstage-content-popup-contents .filter__itm.active{color:#fff;background:#5299fb;font-weight:400;pointer-events:none}.opinionstage-content-popup-contents .filter{display:inline-block;margin:0;width:auto}.opinionstage-content-popup-contents .content__list{height:calc(92vh - 160px);overflow-y:scroll}.opinionstage-content-popup-contents .content__loading{text-align:center}.opinionstage-content-popup-contents .content__itm{display:block;margin:0;padding-bottom:6px;padding-top:10px;position:relative;width:100%;border-bottom:1px solid #e5e5e5}.opinionstage-content-popup-contents .content__itm:first-child{border-top:1px solid #e5e5e5}.opinionstage-content-popup-contents .content__itm:hover .content__links{display:inline-block;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.opinionstage-content-popup-contents .content__image{display:inline-block;height:90px;position:relative;width:15%}.opinionstage-content-popup-contents .content__image img{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.opinionstage-content-popup-contents .content__info{display:inline-block;background:transparent;font-size:16px;height:85px;width:50%;line-height:normal;margin:0;overflow:hidden;padding:0 10px;text-overflow:ellipsis;white-space:nowrap}.opinionstage-content-popup-contents .content__info a{color:inherit;text-decoration:none}.opinionstage-content-popup-contents .content__links{background:none;display:inline-block;float:right;text-align:right;height:100%;padding:20px 10px;left:0;position:relative;top:0;width:30%}@media only screen and (max-width:767px){.opinionstage-content-popup-contents .content__links{padding-left:0;padding-right:0}}.opinionstage-content-popup-contents .content__links-itm{border-radius:5px;border:1px solid #fff;color:#fff;background:transparent;cursor:pointer;display:block;line-height:1;margin:5px auto;padding:14px 8px;text-align:center;text-decoration:none;text-transform:uppercase;width:200px}.opinionstage-content-popup-contents .content__links-itm:hover{background-color:hsla(0,0%,100%,.1)}.opinionstage-content-popup-contents .popup-content-btn{border:1px solid #32adbc;border-radius:2px;color:#32adbc;display:inline;font-size:15px;font-weight:600;padding:13px 14px;text-align:center;text-decoration:none;width:auto}.opinionstage-content-popup-contents .content__label{background-color:#222120;bottom:auto;color:#fff;font-size:12px;top:0;left:0;padding:1px 5px;position:absolute;text-transform:uppercase;z-index:2}.opinionstage-content-popup-contents .std-btn{background-color:rgba(123,91,167,.4);border-radius:5px 5px 0 0;cursor:pointer;color:#fff;display:inline-block;font:16px/50px Open Sans,Helvetica,sans-serif;margin:0;text-align:center;text-transform:uppercase;vertical-align:bottom;width:200px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.opinionstage-content-popup-contents .std-btn.active{background-color:#fff;color:#222120}.opinionstage-content-popup-contents .btn-create{background-color:#32adbc;border-radius:3px;border-style:hidden;color:#fff;cursor:pointer;display:inline-block;font-size:15px;font-weight:600;line-height:normal;padding:10px 11px;text-decoration:none;outline:none}.opinionstage-content-popup-contents .btn-create:hover{color:#fff;opacity:.9;text-decoration:none}.opinionstage-content-popup-contents .btn-create:before{bottom:0;content:"+";font-family:os-icon-font;font-size:17px;font-weight:700;height:18px;margin-right:8px;pointer-events:none;top:0}.opinionstage-content-popup-contents .create-new-menu-box{display:inline-block;position:relative}.opinionstage-content-popup-contents .create-new-menu-box:hover .create-new-menu{display:block}.opinionstage-content-popup-contents .create-new-menu{display:none;position:absolute;width:100%;top:39px;left:0;border:1px solid #3aaebd;background-color:#fff;z-index:3}.opinionstage-content-popup-contents .create-menu__itm{display:block;color:#3aaebd;border-bottom:1px solid #3aaebd;padding:8px 12px;background-color:#fff;font-size:14px;text-decoration:none;text-transform:uppercase}.opinionstage-content-popup-contents .create-menu__itm:hover{text-decoration:none;color:#fff;background-color:#44a9d2}.opinionstage-content-popup-contents .btn-close{border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font:27px/48px Open Sans,Helvetica,sans-serif;margin-left:20px;text-align:center;width:42px}.opinionstage-content-popup-contents .btn-close:hover{opacity:.8}.opinionstage-content-popup-contents .btn-blue{display:inline-block;background-color:#38aebd;border:medium none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;line-height:36px;outline:medium none;text-transform:uppercase;text-decoration:none;width:140px}.opinionstage-content-popup-contents .btn-blue:hover{background-color:#55a6cc}.opinionstage-content-popup-contents .btn-show-more{padding:15px 0;border:none;background-color:#e6e6e6;width:100%}.opinionstage-content-popup-contents .std-inp{background-color:#fff;border:1px solid #c1c1c1;border-radius:5px;height:36px;outline:medium none;padding:0 15px;width:450px}.opinionstage-content-popup-contents .os-search{width:180px;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;border:1px solid #ccc;border-radius:2px;-webkit-box-shadow:0 0;box-shadow:0 0}.opinionstage-content-popup-contents .os-search__input{color:#797979;padding-left:10px;width:100%;border:none;border-radius:0;outline:none}.opinionstage-content-popup-contents .os-search__input:focus{border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;outline:none}.opinionstage-content-popup-contents .os-search__icon{color:#3aaebd;line-height:normal;font-size:18px;padding:10px 9px;margin:0}.opinionstage-content-popup-contents .hidden{visibility:hidden}.opinionstage-content-popup-contents .opinionstage-blue-btn{cursor:pointer;text-align:center;color:#fff;text-decoration:none;display:inline-block;padding:11px 10px;font-weight:400;background-color:#38aebd;border-radius:3px;border-style:hidden;width:95px;margin-right:15px}.opinionstage-content-popup-contents .opinionstage-blue-btn:hover{opacity:.9}.opinionstage-content-popup-contents .opinionstage-section-notification{background-color:rgba(0,0,0,.7);width:100%;padding:20px 25px;z-index:3;text-align:center;-webkit-box-shadow:0 2px 5px rgba(0,0,0,.6);box-shadow:0 2px 5px rgba(0,0,0,.6)}.opinionstage-content-popup-contents .opinionstage-section-notification__title{color:#fff;font-size:15px;margin-bottom:15px}.opinionstage-content-popup-contents .opinionstage-section-notification__controls{position:relative;font-size:0}.opinionstage-content-popup-contents .notification-container~div>.page-content .content__list{max-height:calc(92vh - 270px)}.opinionstage-content-popup-contents .bordered-container{border:1px solid #e5e5e5;text-align:center;padding:40px}.opinionstage-content-popup-contents .opinionstage-introduction-video{text-align:center;padding:20px}.opinionstage-content-popup-contents .opinionstage-connect-form{margin-top:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.opinionstage-content-popup-contents .opinionstage-connect-form .opinionstage-conect-input{border:1px solid #e5e5e5;height:40px;padding:0 15px;width:420px;border-radius:3px;margin-right:10px;-webkit-box-shadow:none!important;box-shadow:none!important;outline:none!important}.opinionstage-content-popup-contents .dropbtn{background-color:#fff;border:1px solid #e4e4e4;border-right:0!important;-webkit-box-shadow:0 0 0!important;box-shadow:0 0 0!important;cursor:pointer;display:inline-block;font:12px/38px Open Sans,Helvetica,sans-serif;outline:none!important;padding-left:10px;position:relative;text-align:left;text-decoration:none;width:140px;margin-right:50px}.opinionstage-content-popup-contents .dropbtn span{color:#555454;font-size:12px;font-weight:700;text-transform:uppercase}.opinionstage-content-popup-contents .dropbtn:before{color:#000;content:"\\E922";display:block;font-family:os-icon-font!important;font-size:9px;position:absolute;right:-25px;top:0;z-index:3;font-weight:700}.opinionstage-content-popup-contents .dropbtn:after{border:1px solid #e4e4e4;border-left:0!important;content:"";height:45px;position:absolute;right:-40px;top:-1px;width:40px;height:38px}.opinionstage-content-popup-contents .dropdown{display:inline-block;position:relative}.opinionstage-content-popup-contents .dropdown:hover .popup-action-dropdown.dropdown-content{width:130px}.opinionstage-content-popup-contents .dropdown:hover .popup-action.popup-content-btn{background-color:#32adbc}.opinionstage-content-popup-contents .dropdown:hover .popup-action.popup-content-btn:before{color:#fff}.opinionstage-content-popup-contents .dropdown-popup-action{height:45px}.opinionstage-content-popup-contents .dropdown-content{background-color:#f9f9f9;-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.2);box-shadow:0 8px 16px 0 rgba(0,0,0,.2);display:none;left:1px;position:absolute;top:40px;z-index:9}.opinionstage-content-popup-contents .dropdown-content div{background-color:#fff;border:1px solid #3487fa;border-bottom:0;border-top:0;color:#555454;display:block;padding:5px 10px 5px 20px;text-decoration:none}.opinionstage-content-popup-contents .dropdown-content div:hover{background-color:#3487fa;color:#fff!important}.opinionstage-content-popup-contents .dropdown_items .dropdown-content{width:180px}.opinionstage-content-popup-contents .dropdown:hover .dropdown-content{display:block!important;width:180px}.opinionstage-content-popup-contents .dropdown:hover .dropbtn{background-color:#fff}.opinionstage-content-popup-contents .popup-action:before{color:#32adbc;padding:0;position:absolute;right:18px;content:"\\E922";display:block;font-family:os-icon-font!important;font-size:9px;top:15px;z-index:3;font-weight:700}.opinionstage-content-popup-contents .popup-action.popup-content-btn{margin-left:10px;padding:12px 25px;position:relative}.opinionstage-content-popup-contents .popup-action-dropdown{background:#fff;border:1px solid #32adbc;border-radius:3px}.opinionstage-content-popup-contents .popup-action-dropdown .content__links-itm{border:none;border-bottom:1px solid #32adbc;border-radius:0;color:#32adbc;font-size:14px;font-weight:400;margin:0;padding:10px;width:auto;text-align:left!important;letter-spacing:1px}.opinionstage-content-popup-contents .popup-action-dropdown .content__links-itm:hover{background-color:#32adbc!important;color:#fff}.opinionstage-content-popup-contents .popup-action-dropdown .content__links-itm:last-child{border:none}.opinionstage-content-popup-contents .popup-action-dropdown.dropdown-content{left:auto;right:0;top:20px;z-index:10}.opinionstage-content-popup-contents .opinionstage-anchors-list .filter__itm{padding:0}.opinionstage-content-popup-contents .opinionstage-anchors-list .filter__itm:hover a{color:#fff}.opinionstage-content-popup-contents .opinionstage-anchors-list a{padding:5px 10px 5px 20px;display:block;text-decoration:none;width:100%}',""])}]);
admin/js/menu-page.js CHANGED
@@ -1,114 +1,124 @@
1
  jQuery(document).ready(function ($) {
2
- var OpinionstageMyItems = {
3
- cacheElements: function() {
4
- this.cache = {
5
- $messageLoading: $('#opinionstage-my-items-loading-message'),
6
- $messageNoItemsFound: $('#opinionstage-my-items-no-items'),
7
- $buttonLoadMore: $('#opinionstage-load-more'),
8
- $table: $('#opinionstage-items-table'),
9
- $loadtPage: 1,
10
- $selectorWidgetType: $('#itemList'),
11
- $searchField: $('#opinionstage-my-items-search-field'),
12
- $failedLoadItemsMessage: $('#opinionstage-failed-load-items-request'),
13
- $searchTerm: '',
14
- $modal: $('#opinionistage-my-items-page-modal-wrapper'),
15
- $modalShortcodeTextarea: $('#opinionstage-widget-shortcode'),
16
- $openModalButton: '.opinionstage-open-modal',
17
- $closeModalButton: $('#opinionstage-dialog-close'),
18
- $copyButtonSelector: '[data-copy-text-from]',
19
-
20
- $widgetType: $('#itemList').val() ? $('#itemList').val() : 'all'
21
- }
22
- },
23
- loadItems: function(override, firstLoad ){
24
  if (override === undefined) {
25
  override = true
26
  }
27
  if (firstLoad === undefined) {
28
  firstLoad = false
29
  }
30
- var self = this
31
- if (override) {
32
- self.cache.$table.html('')
33
- self.cache.$messageLoading.show()
34
- self.cache.$messageNoItemsFound.hide()
35
- }
36
- self.cache.$buttonLoadMore.hide()
37
- self.cache.$failedLoadItemsMessage.hide()
38
-
39
- $.ajax({
40
- url: ajaxurl,
41
- type: 'GET',
42
- data: {
43
- action: 'opinionstage_ajax_load_my_items',
44
- type: self.cache.$widgetType,
45
- per_page: 10,
46
- page: self.cache.$loadtPage,
47
- title_like: self.cache.$searchTerm,
48
- security: OPINIONSTAGE.myItemsNonce
49
- },
50
- success: function( response ) {
51
- self.cache.$messageLoading.hide()
52
- if( response.success ) {
53
- if( response.html.length > 0 ) {
54
- self.renderResults( response.html, override )
55
- if( response.nextPage ) {
56
- self.cache.$buttonLoadMore.show()
57
- self.cache.$loadtPage = response.nextPage
58
- } else {
59
- self.cache.$buttonLoadMore.hide()
60
- }
61
- } else {
62
- if( firstLoad ) {
63
- $('.opinionstage-item-view-dashboard').hide()
64
- $('.opinionstage-dashboard-left').show()
65
- }
66
- self.cache.$messageNoItemsFound.show()
67
- }
68
- } else {
69
- self.cache.$failedLoadItemsMessage.show()
70
- }
71
- }
72
- })
73
- },
74
 
75
- bindEvents: function() {
76
- var self = this
77
- self.cache.$buttonLoadMore.on('click', function (e) {
78
- e.preventDefault()
79
- self.loadItems(false)
80
- })
81
 
82
- self.cache.$selectorWidgetType.on('change', function (e) {
83
- e.preventDefault()
84
- self.cache.$loadtPage = 1
85
- self.cache.$searchField.val('')
86
- self.cache.$searchTerm = ''
87
- self.cache.$widgetType = $(this).val()
88
- self.loadItems()
89
- })
90
 
91
- self.cache.$searchField.on("keyup", function(e) {
92
- if (e.key === 'Enter') {
93
- self.cache.$searchTerm = $(this).val()
94
- self.cache.$loadtPage = 1
95
- self.loadItems()
96
- }
97
- })
98
 
99
- $('body').on('click', self.cache.$openModalButton, function (e) {
100
  e.preventDefault()
101
- var shortcode = $(this).data('shortcode')
 
 
 
 
 
 
 
 
 
 
 
 
 
 
102
 
103
- $(self.cache.$modalShortcodeTextarea).val(shortcode)
104
  self.cache.$modal.fadeIn()
105
  })
106
 
107
  self.cache.$modal.on('click', function (e) {
108
  if ($(e.target).is(self.cache.$modal)) {
109
- self.cache.$modal.fadeOut(function () {
110
- $(self.cache.$modalShortcodeTextarea).val('')
111
- })
112
  }
113
  })
114
  self.cache.$closeModalButton.on('click', function (e) {
@@ -117,7 +127,7 @@ jQuery(document).ready(function ($) {
117
  })
118
  })
119
 
120
- $("body").on("click", self.cache.$copyButtonSelector, function (e) {
121
  e.preventDefault()
122
  var t = $(this).data().copyTextFrom
123
  $("[" + t + "]")[0].select()
@@ -125,39 +135,25 @@ jQuery(document).ready(function ($) {
125
  })
126
  },
127
 
128
- renderResults: function( html_ajax, override ){
129
- var self = this
130
- var html = override ? '' : self.cache.$table.html()
131
- html += html_ajax
132
- self.cache.$table.html(html)
133
- },
134
 
135
- init: function() {
136
- this.cacheElements()
137
- this.loadItems( true, true )
138
- this.bindEvents()
139
- }
140
- }
141
 
142
  if ($('.opinionstage-item-view-dashboard').length > 0) {
143
  OpinionstageMyItems.init()
144
  }
145
 
146
- $('a.opinionstage-disabled-link').click(function(e){
147
  e.preventDefault()
148
  })
149
-
150
- if ($('.opinionstage-show-anchor-list').length > 0) {
151
-
152
- $('.opinionstage-show-anchor-list').click(function (e) {
153
- e.preventDefault()
154
- $('.opinionstage-anchors-list').toggleClass('opened')
155
- })
156
-
157
- $(document).click(function (e) {
158
- if (!$(e.target).is('.opinionstage-show-anchor-list') && $('.opinionstage-anchors-list').hasClass('opened')) {
159
- $('.opinionstage-anchors-list').removeClass('opened')
160
- }
161
- })
162
- }
163
  })
1
  jQuery(document).ready(function ($) {
2
+ var OpinionstageMyItems = {
3
+ cacheElements: function () {
4
+ this.cache = {
5
+ $messageLoading: $('#opinionstage-my-items-loading-message'),
6
+ $messageNoItemsFound: $('#opinionstage-my-items-no-items'),
7
+ $buttonLoadMore: $('#opinionstage-load-more'),
8
+ $table: $('#opinionstage-items-table'),
9
+ $loadtPage: 1,
10
+ $searchField: $('#opinionstage-my-items-search-field'),
11
+ $failedLoadItemsMessage: $('#opinionstage-failed-load-items-request'),
12
+ searchTerm: '',
13
+ $modal: $('#opinionistage-my-items-page-modal-wrapper'),
14
+ $modalShortcodeTextarea: $('#opinionstage-widget-shortcode'),
15
+ $closeModalButton: $('#opinionstage-dialog-close'),
16
+ $widgetType: $('#itemList').val() ? $('#itemList').val() : 'all'
17
+ }
18
+ },
19
+ loadItems: function (override, firstLoad) {
 
 
 
 
20
  if (override === undefined) {
21
  override = true
22
  }
23
  if (firstLoad === undefined) {
24
  firstLoad = false
25
  }
26
+ var self = this
27
+ if (override) {
28
+ self.cache.$table.html('')
29
+ self.cache.$messageLoading.show()
30
+ self.cache.$messageNoItemsFound.hide()
31
+ }
32
+ self.cache.$buttonLoadMore.hide()
33
+ self.cache.$failedLoadItemsMessage.hide()
34
+
35
+ $.ajax({
36
+ url: ajaxurl,
37
+ type: 'GET',
38
+ data: {
39
+ action: 'opinionstage_ajax_load_my_items',
40
+ type: self.cache.$widgetType,
41
+ per_page: 10,
42
+ page: self.cache.$loadtPage,
43
+ title_like: self.cache.searchTerm,
44
+ security: OPINIONSTAGE.myItemsNonce
45
+ },
46
+ success: function (response) {
47
+ self.cache.$messageLoading.hide()
48
+ if (response.success) {
49
+ if (response.html.length > 0) {
50
+ self.renderResults(response.html, override)
51
+ if (response.nextPage) {
52
+ self.cache.$buttonLoadMore.show()
53
+ self.cache.$loadtPage = response.nextPage
54
+ } else {
55
+ self.cache.$buttonLoadMore.hide()
56
+ }
57
+ } else {
58
+ if (firstLoad) {
59
+ $('.opinionstage-item-view-dashboard').hide()
60
+ $('.opinionstage-dashboard-left').show()
61
+ }
62
+ self.cache.$messageNoItemsFound.show()
63
+ }
64
+ } else {
65
+ self.cache.$failedLoadItemsMessage.show()
66
+ }
67
+ }
68
+ })
69
+ },
70
 
71
+ bindEvents: function () {
72
+ var self = this
73
+ self.cache.$buttonLoadMore.on('click', function (e) {
74
+ e.preventDefault()
75
+ self.loadItems(false)
76
+ })
77
 
78
+ $('#itemList').on('change', function (e) {
79
+ e.preventDefault()
80
+ self.cache.$loadtPage = 1
81
+ self.cache.$searchField.val('')
82
+ self.cache.searchTerm = ''
83
+ self.cache.$widgetType = $(this).val()
84
+ self.loadItems()
85
+ })
86
 
87
+ self.cache.$searchField.on("keyup", function (e) {
88
+ if (e.key === 'Enter') {
89
+ self.cache.searchTerm = $(this).val()
90
+ self.cache.$loadtPage = 1
91
+ self.loadItems()
92
+ }
93
+ })
94
 
95
+ $('body').on('click', '.opinionstage-open-modal', function (e) {
96
  e.preventDefault()
97
+
98
+ var $modalPublishedDetails = $('#published-item-details')
99
+ var $modalEditLink = $('#opinionstage-modal-edit-link')
100
+ var $modalDraftDetails = $('#draft-item-details')
101
+ var $this = $(this)
102
+ if ($this.data('is-draft')) {
103
+ $modalPublishedDetails.hide()
104
+ $modalEditLink.attr('href', $this.data('edit-url'))
105
+ $modalDraftDetails.show()
106
+ } else {
107
+ $modalDraftDetails.hide()
108
+ $modalEditLink.attr('href', '#')
109
+ $modalPublishedDetails.show()
110
+ $(self.cache.$modalShortcodeTextarea).val($this.data('shortcode'))
111
+ }
112
 
113
+
114
  self.cache.$modal.fadeIn()
115
  })
116
 
117
  self.cache.$modal.on('click', function (e) {
118
  if ($(e.target).is(self.cache.$modal)) {
119
+ self.cache.$modal.fadeOut(function () {
120
+ $(self.cache.$modalShortcodeTextarea).val('')
121
+ })
122
  }
123
  })
124
  self.cache.$closeModalButton.on('click', function (e) {
127
  })
128
  })
129
 
130
+ $("body").on("click", '[data-copy-text-from]', function (e) {
131
  e.preventDefault()
132
  var t = $(this).data().copyTextFrom
133
  $("[" + t + "]")[0].select()
135
  })
136
  },
137
 
138
+ renderResults: function (html_ajax, override) {
139
+ var self = this
140
+ var html = override ? '' : self.cache.$table.html()
141
+ html += html_ajax
142
+ self.cache.$table.html(html)
143
+ },
144
 
145
+ init: function () {
146
+ this.cacheElements()
147
+ this.loadItems(true, true)
148
+ this.bindEvents()
149
+ }
150
+ }
151
 
152
  if ($('.opinionstage-item-view-dashboard').length > 0) {
153
  OpinionstageMyItems.init()
154
  }
155
 
156
+ $('a.opinionstage-disabled-link').click(function (e) {
157
  e.preventDefault()
158
  })
 
 
 
 
 
 
 
 
 
 
 
 
 
 
159
  })
admin/js/widgets-page.js CHANGED
@@ -3,7 +3,7 @@ jQuery(document).ready(function ($) {
3
  e.preventDefault()
4
  var wpWidgetId = $(this).data('open-popup-for-widget')
5
  OpinionStage.contentPopup.open({
6
- onWidgetSelect : function (opinionstageWidget) {
7
  var osWidgeteFieldsWrapper = $('[data-os-widget-id="' + wpWidgetId + '"]')
8
  if (osWidgeteFieldsWrapper.length > 0) {
9
  osWidgeteFieldsWrapper.find('.opinionstage-widget-data').val(JSON.stringify(opinionstageWidget)).trigger('change')
3
  e.preventDefault()
4
  var wpWidgetId = $(this).data('open-popup-for-widget')
5
  OpinionStage.contentPopup.open({
6
+ onWidgetSelect: function (opinionstageWidget) {
7
  var osWidgeteFieldsWrapper = $('[data-os-widget-id="' + wpWidgetId + '"]')
8
  if (osWidgeteFieldsWrapper.length > 0) {
9
  osWidgeteFieldsWrapper.find('.opinionstage-widget-data').val(JSON.stringify(opinionstageWidget)).trigger('change')
admin/template-parts/my-items-tbody-element.php CHANGED
@@ -4,45 +4,47 @@
4
  *
5
  * @package OpinionStageWordPressPlugin
6
  */
7
-
8
  ?>
9
  <tbody>
10
- <tr class="settingBorderOs">
11
  <td class="image">
12
- <a href="<?php echo esc_url( $item['attributes']['landing-page-url'] ); ?>" target="_blank">
13
  <div class="content-item-image quiz">
14
- <img height="90" src="<?php echo esc_url( $item['attributes']['image-url'] ); ?>" width="120">
15
- <div class="content-item-label"><?php echo esc_html( $item['attributes']['type'] ); ?></div>
16
  </div>
17
  </a>
18
  </td>
19
  <td class="long">
20
  <div><a
21
- href="<?php echo esc_url( $item['attributes']['edit-url'] ); ?>"
22
- class="opinionstage-item-title"
23
- target="_blank"><?php echo esc_html( $item['attributes']['title'] ); ?></a>
 
 
 
 
24
  <table>
25
- <tbody>
26
  <tr>
27
  <td><span class="os-icon-plugin icon-os-common-date"></span>
28
- <div class="label"><?php echo esc_html( gmdate( 'j F Y', strtotime( $item['attributes']['updated-at'] ) ) ); ?></div>
 
 
 
 
 
 
29
  </td>
30
  </tr>
31
- </tbody>
32
  </table>
33
  </div>
34
  </td>
35
  <td class="action">
36
  <div class="opinionstage-item-action-container">
37
- <a href="#"
38
- class="opinionstage-blue-bordered-btn opinionstage-edit-content opinionstage-open-modal"
39
- data-shortcode='<?php echo esc_attr( htmlspecialchars( $item['attributes']['shortcode'], ENT_QUOTES ) ); ?>'> <?php esc_html_e( 'Add To Site', 'social-polls-by-opinionstage' ); ?> </a>
40
- <a href="<?php echo esc_url( $item['attributes']['edit-url'] ); ?>"
41
- class="opinionstage-blue-bordered-btn opinionstage-edit-content "
42
- target="_blank"> <?php esc_html_e( 'Edit', 'social-polls-by-opinionstage' ); ?> </a>
43
- <a href="<?php echo esc_url( $item['attributes']['stats-url'] ); ?>"
44
- class="opinionstage-blue-bordered-btn opinionstage-edit-content "
45
- target="_blank"> <?php esc_html_e( 'Results', 'social-polls-by-opinionstage' ); ?> </a>
46
  </div>
47
  </td>
48
  </tr>
4
  *
5
  * @package OpinionStageWordPressPlugin
6
  */
 
7
  ?>
8
  <tbody>
9
+ <tr class="item-wrapper">
10
  <td class="image">
11
+ <a href="<?php echo esc_url( $item->landing_page_url ); ?>" target="_blank">
12
  <div class="content-item-image quiz">
13
+ <img height="90" src="<?php echo esc_url( $item->image_url ); ?>" width="120">
14
+ <div class="content-item-label"><?php echo esc_html( $item->type ); ?></div>
15
  </div>
16
  </a>
17
  </td>
18
  <td class="long">
19
  <div><a
20
+ href="<?php echo esc_url( $item->edit_url ); ?>"
21
+ target="_blank">
22
+ <?php if ( $item->is_draft ) { ?>
23
+ <span class="opinionstage-draft"><?php esc_html_e( 'draft', 'social-polls-by-opinionstage' ); ?></span>
24
+ <?php } ?>
25
+ <?php echo sprintf( '<span class="opinionstage-item-title">%s</span>', esc_html( $item->title ) ); ?>
26
+ </a>
27
  <table>
 
28
  <tr>
29
  <td><span class="os-icon-plugin icon-os-common-date"></span>
30
+ <div class="label"><?php echo esc_html( gmdate( 'j F Y', strtotime( $item->updated_at ) ) ); ?>
31
+ <?php if ( $item->is_closed ) { ?>
32
+ <span class="opinionstage-with-separator"><span class="icon-os-status-closed"></span><?php esc_html_e( 'closed', 'social-polls-by-opinionstage' ); ?></span>
33
+ <?php } elseif ( $item->is_open ) { ?>
34
+ <span class="opinionstage-with-separator"><span class="icon-os-status-open"></span><?php esc_html_e( 'open', 'social-polls-by-opinionstage' ); ?></span>
35
+ <?php } ?>
36
+ </div>
37
  </td>
38
  </tr>
 
39
  </table>
40
  </div>
41
  </td>
42
  <td class="action">
43
  <div class="opinionstage-item-action-container">
44
+ <a href="#" class="opinionstage-blue-bordered-btn opinionstage-edit-content opinionstage-open-modal" data-is-draft="<?php echo esc_attr( $item->is_draft ); ?>" data-edit-url="<?php echo esc_attr( $item->edit_url ); ?>" data-shortcode='<?php echo esc_attr( htmlspecialchars( $item->shortcode, ENT_QUOTES ) ); ?>'
45
+ > <?php esc_html_e( 'Add To Site', 'social-polls-by-opinionstage' ); ?> </a>
46
+ <a href="<?php echo esc_url( $item->edit_url ); ?>" class="opinionstage-blue-bordered-btn opinionstage-edit-content " target="_blank"> <?php esc_html_e( 'Edit', 'social-polls-by-opinionstage' ); ?> </a>
47
+ <a href="<?php echo esc_url( $item->stats_url ); ?>" class="opinionstage-blue-bordered-btn opinionstage-edit-content " target="_blank"> <?php esc_html_e( 'Results', 'social-polls-by-opinionstage' ); ?> </a>
 
 
 
 
 
48
  </div>
49
  </td>
50
  </tr>
admin/template-parts/widget-form.php CHANGED
@@ -1,66 +1,66 @@
 
 
 
 
 
 
 
 
1
  <div class="opinionstage-sidebar-widget">
2
- <?php if ( $os_client_logged_in ) { ?>
3
 
4
- <img src="<?php echo esc_url( $logo_url ); ?>">
5
- <p>
6
- <label for="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>"><?php esc_html_e( 'Title', 'social-polls-by-opinionstage' ); ?></label>
7
- <input class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'title' ) ); ?>" type="text" placeholder="<?php esc_html_e( 'Enter the title here', 'social-polls-by-opinionstage' ); ?>" value="<?php echo esc_attr( $title ); ?>">
8
- </p>
9
- <?php
10
- if ( $header_above_selected_widget ) {
11
- ?>
12
- <label><?php echo esc_html( $header_above_selected_widget ); ?></label>
13
- <?php
14
- }
15
- $style = 'display:none;';
16
- if ( $os_widget_title || $os_widget_img_url ) {
17
- $style = '';
18
- }
19
- ?>
20
- <div data-os-widget-id="<?php echo esc_attr( $this->id ); ?>">
21
- <div class="opinionstage-selected-widget" style="<?php echo esc_attr($style); ?>">
22
- <div class="opinionstage-widget-img-url-wrapper">
23
- <div class="inner">
24
- <?php if ($os_widget_img_url) { ?>
25
- <img src="<?php echo esc_url($os_widget_img_url); ?>">
26
- <?php } ?>
27
- </div>
28
 
29
- <div class="opinionstage-widget-overlay">
30
- <div class="opinionstage-inner">
31
- <a href="<?php echo esc_url($os_widget_view_url); ?>" class="opininstage-view"
32
- target="_blank"><?php esc_html_e('View', 'social-polls-by-opinionstage'); ?></a>
33
- <a href="<?php echo esc_url($os_widget_edit_url); ?>" class="opininstage-edit"
34
- target="_blank"><?php esc_html_e('Edit', 'social-polls-by-opinionstage'); ?></a>
35
- <a href="<?php echo esc_url($os_widget_stats_url); ?>" class="opininstage-stats"
36
- target="_blank"><?php esc_html_e('Statistics', 'social-polls-by-opinionstage'); ?></a>
37
- </div>
38
- </div>
39
- </div>
40
- <span class="opinionstage-widget-title"><?php echo esc_html($os_widget_title); ?></span>
41
- </div>
42
 
43
- <div class="opinionstage-sidebar-actions">
44
- <div class="opinionstage-sidebar-config">
45
- <a data-open-popup-for-widget="<?php echo esc_attr( $this->id ); ?>" href="#"
46
- target="_blank"
47
- class='opinionstage-blue-bordered-btn opinionstage-edit-content'><?php echo esc_html($popup_button_title); ?></a>
48
- </div>
49
- <div class="opinionstage-clearfix"></div>
50
- <textarea name="<?php echo esc_attr($this->get_field_name('opinionstage-widget-data')); ?>"
51
- class="opinionstage-widget-data"><?php echo esc_attr($os_widget_json); ?></textarea>
52
 
53
- <div class="opinionstage-sidebar-enabled">
54
- <input type="checkbox" id="<?php echo esc_attr($this->get_field_id('enabled')); ?>"
55
- name="<?php echo esc_attr($this->get_field_name('enabled')); ?>"
56
- value="1" <?php checked($enabled, 1, true); ?> />
57
- <label for="<?php echo esc_attr($this->get_field_id('enabled')); ?>"><?php esc_html_e('Enable widget', 'social-polls-by-opinionstage'); ?></label>
58
- </div>
59
- </div>
60
- </div>
61
- <?php } else { ?>
62
- <img src="<?php echo esc_url( $logo_url ); ?>">
63
- <p class="connection_message"><?php esc_html_e('Connect WordPress with Opinion Stage to enable the widget') ?></p>
64
- <a href="<?php echo esc_url( admin_url( 'admin.php?page=opinionstage-getting-started' ) ); ?>" class="os-button start-login opinionstage-blue-btn"><?php esc_html_e( 'Connect', 'social-polls-by-opinionstage' ); ?></a>
65
- <?php } ?>
66
- </div>
1
+ <?php
2
+ /**
3
+ * Opinionstage Widget Form
4
+ *
5
+ * @package OpinionStageWordPressPlugin
6
+ */
7
+
8
+ ?>
9
  <div class="opinionstage-sidebar-widget">
10
+ <?php if ( $os_client_logged_in ) { ?>
11
 
12
+ <img src="<?php echo esc_url( $logo_url ); ?>">
13
+ <p>
14
+ <label for="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>"><?php esc_html_e( 'Title', 'social-polls-by-opinionstage' ); ?></label>
15
+ <input class="widefat" id="<?php echo esc_attr( $this->get_field_id( 'title' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'title' ) ); ?>" type="text" placeholder="<?php esc_html_e( 'Enter the title here', 'social-polls-by-opinionstage' ); ?>" value="<?php echo esc_attr( $title ); ?>">
16
+ </p>
17
+ <?php
18
+ if ( $header_above_selected_widget ) {
19
+ ?>
20
+ <label><?php echo esc_html( $header_above_selected_widget ); ?></label>
21
+ <?php
22
+ }
23
+ $style = 'display:none;';
24
+ if ( $os_widget_title || $os_widget_img_url ) {
25
+ $style = '';
26
+ }
27
+ ?>
28
+ <div data-os-widget-id="<?php echo esc_attr( $this->id ); ?>">
29
+ <div class="opinionstage-selected-widget" style="<?php echo esc_attr( $style ); ?>">
30
+ <div class="opinionstage-widget-img-url-wrapper">
31
+ <div class="inner">
32
+ <?php if ( $os_widget_img_url ) { ?>
33
+ <img src="<?php echo esc_url( $os_widget_img_url ); ?>">
34
+ <?php } ?>
35
+ </div>
36
 
37
+ <div class="opinionstage-widget-overlay">
38
+ <div class="opinionstage-inner">
39
+ <a href="<?php echo esc_url( $os_widget_view_url ); ?>" class="opininstage-view" target="_blank"><?php esc_html_e( 'View', 'social-polls-by-opinionstage' ); ?></a>
40
+ <a href="<?php echo esc_url( $os_widget_edit_url ); ?>" class="opininstage-edit" target="_blank"><?php esc_html_e( 'Edit', 'social-polls-by-opinionstage' ); ?></a>
41
+ <a href="<?php echo esc_url( $os_widget_stats_url ); ?>" class="opininstage-stats" target="_blank"><?php esc_html_e( 'Statistics', 'social-polls-by-opinionstage' ); ?></a>
42
+ </div>
43
+ </div>
44
+ </div>
45
+ <span class="opinionstage-widget-title"><?php echo esc_html( $os_widget_title ); ?></span>
46
+ </div>
 
 
 
47
 
48
+ <div class="opinionstage-sidebar-actions">
49
+ <div class="opinionstage-sidebar-config">
50
+ <a data-open-popup-for-widget="<?php echo esc_attr( $this->id ); ?>" href="#" target="_blank" class='opinionstage-blue-bordered-btn opinionstage-edit-content'><?php echo esc_html( $popup_button_title ); ?></a>
51
+ </div>
52
+ <div class="opinionstage-clearfix"></div>
53
+ <textarea name="<?php echo esc_attr( $this->get_field_name( 'opinionstage-widget-data' ) ); ?>" class="opinionstage-widget-data"><?php echo esc_attr( $os_widget_json ); ?></textarea>
 
 
 
54
 
55
+ <div class="opinionstage-sidebar-enabled">
56
+ <input type="checkbox" id="<?php echo esc_attr( $this->get_field_id( 'enabled' ) ); ?>" name="<?php echo esc_attr( $this->get_field_name( 'enabled' ) ); ?>" value="1" <?php checked( $enabled, 1, true ); ?> />
57
+ <label for="<?php echo esc_attr( $this->get_field_id( 'enabled' ) ); ?>"><?php esc_html_e( 'Enable widget', 'social-polls-by-opinionstage' ); ?></label>
58
+ </div>
59
+ </div>
60
+ </div>
61
+ <?php } else { ?>
62
+ <img src="<?php echo esc_url( $logo_url ); ?>">
63
+ <p class="connection_message"><?php esc_html_e( 'Connect WordPress with Opinion Stage to enable the widget' ); ?></p>
64
+ <a href="<?php echo esc_url( admin_url( 'admin.php?page=opinionstage-getting-started' ) ); ?>" class="os-button start-login opinionstage-blue-btn"><?php esc_html_e( 'Connect', 'social-polls-by-opinionstage' ); ?></a>
65
+ <?php } ?>
66
+ </div>
 
 
admin/views/settings.php CHANGED
@@ -47,7 +47,7 @@ defined( 'ABSPATH' ) || die();
47
  <?php if ( $os_client_logged_in ) { ?>
48
  <div class="opinionstage-item-view-dashboard">
49
  <div id="opinionstage-section-create" class="opinionstage-dashboard-section">
50
- <div class="opinionstage-section-header opinionstage-overflow-visible">
51
  <div class="opinionstage-section-title"><?php esc_html_e( 'My Items', 'social-polls-by-opinionstage' ); ?></div>
52
  <div class="opinionstage-header-inner-container">
53
  <div class="opinionstage-header-inner-section">
@@ -67,14 +67,7 @@ defined( 'ABSPATH' ) || die();
67
  </div>
68
 
69
  <div class="select-wrapper">
70
- <button class="opinionstage-connect-btn opinionstage-blue-btn opinionstage-item-create opinionstage-show-anchor-list"><?php esc_html_e( 'Create', 'social-polls-by-opinionstage' ); ?></button>
71
- <ul class="opinionstage-anchors-list">
72
- <li><?php echo opinionstage_create_poll_link( '', __( 'POLL', 'social-polls-by-opinionstage' ) ); ?></li>
73
- <li><?php echo opinionstage_create_survey_link( '', __( 'SURVEY', 'social-polls-by-opinionstage' ) ); ?></li>
74
- <li><?php echo opinionstage_create_trivia_link( '', __( 'TRIVIA QUIZ', 'social-polls-by-opinionstage' ) ); ?></li>
75
- <li><?php echo opinionstage_create_personality_link( '', __( 'PERSONALITY QUIZ', 'social-polls-by-opinionstage' ) ); ?></li>
76
- <li><?php echo opinionstage_create_form_link( '', __( 'CLASSIC FORM', 'social-polls-by-opinionstage' ) ); ?></li>
77
- </ul>
78
  </div>
79
  </div>
80
  </div>
@@ -87,34 +80,48 @@ defined( 'ABSPATH' ) || die();
87
  <div class="opinionistage-my-items-page-modal">
88
  <div class="inner">
89
  <span id="opinionstage-dialog-close" class="opinionstage-close"></span>
90
- <p><?php esc_html_e( 'You can add item in the following ways:', 'social-polls-by-opinionstage' ); ?></p>
91
- <ol>
92
- <li><a href="https://help.opinionstage.com/en/articles/5161692-how-to-add-items-to-a-post-page" target="_blank"><?php esc_html_e( 'Add to post/page', 'social-polls-by-opinionstage' ); ?></a></li>
93
- <li><a href="https://help.opinionstage.com/en/articles/5161716-how-to-add-an-item-to-a-sidebar-widget" target="_blank"><?php esc_html_e( 'Add to a sidebar Widget', 'social-polls-by-opinionstage' ); ?></a></li>
94
- <li><a href="https://help.opinionstage.com/en/articles/5161746-how-to-add-an-item-as-a-popup-on-wordpress" target="_blank"><?php esc_html_e( 'Add as a popup', 'social-polls-by-opinionstage' ); ?></a></li>
95
- <li><a href="https://help.opinionstage.com/en/articles/5161782-how-to-add-an-item-using-the-wordpress-shortcode" target="_blank"><?php esc_html_e( 'Add with the WordPress shortcode', 'social-polls-by-opinionstage' ); ?></a></li>
96
- </ol>
97
- <div class="opinionstage-textarea-wrapper">
98
- <textarea name="opinionstage-widget-shortcode" id="opinionstage-widget-shortcode" data-wp-embed-code rows="1" readonly="readonly"></textarea> <a data-copy-text-from="data-wp-embed-code" href="#" class="no-text-decoration">Copy</a>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
99
  </div>
100
  <p>
101
  <?php esc_html_e( 'Need Help?', 'social-polls-by-opinionstage' ); ?>
102
- <?php if ( defined( 'OPINIONSTAGE_LIVE_CHAT_URL' ) ) { ?>
103
- <a href="<?php echo esc_url( OPINIONSTAGE_LIVE_CHAT_URL ); ?>" target="_blank"><?php esc_html_e( 'Contact Us' ); ?></a></p>
104
- <?php } ?>
105
  </p>
106
  </div>
107
  </div>
108
  </div>
109
- <p id="opinionstage-failed-load-items-request"><?php esc_html_e( 'An error occurred while loading the items.', 'social-polls-by-opinionstage' ); ?>
110
- <?php if ( defined( 'OPINIONSTAGE_LIVE_CHAT_URL' ) ) { ?>
111
- <a href="<?php echo esc_url( OPINIONSTAGE_LIVE_CHAT_URL ); ?>" target="_blank"><?php esc_html_e( 'Please contact our chat support for help', 'social-polls-by-opinionstage' ); ?></a></p>
112
- <?php } ?>
113
  <div id="opinionstage-load-more" class="btn btn_aqua btn_full-width"><?php esc_html_e( 'Click for more', 'social-polls-by-opinionstage' ); ?></div>
114
  </div>
115
  <?php } ?>
116
 
117
- <div class="opinionstage-dashboard-left" <?php if ( $os_client_logged_in ) { ?>style="display: none;" <?php } ?>>
 
 
 
 
118
  <div id="opinionstage-section-create" class="opinionstage-dashboard-section">
119
  <div class="opinionstage-section-header">
120
  <div class="opinionstage-section-title"><?php esc_html_e( 'Create', 'social-polls-by-opinionstage' ); ?></div>
@@ -129,7 +136,8 @@ defined( 'ABSPATH' ) || die();
129
  <div class="example"><?php esc_html_e( 'Let users vote to influence & discover what others voted', 'social-polls-by-opinionstage' ); ?></div>
130
  </div>
131
  <div class="opinionstage-section-cell opinionstage-btn-cell">
132
- <?php echo opinionstage_create_poll_link( 'opinionstage-blue-btn opinionstage-create-btn os_create_new_btn template', __( 'CREATE', 'social-polls-by-opinionstage' ) ); ?>
 
133
  </div>
134
  </div>
135
  <div class="opinionstage-section-raw">
@@ -141,7 +149,8 @@ defined( 'ABSPATH' ) || die();
141
  <div class="example"><?php esc_html_e( 'Ask your audience multiple open-ended & close-ended questions', 'social-polls-by-opinionstage' ); ?></div>
142
  </div>
143
  <div class="opinionstage-section-cell opinionstage-btn-cell">
144
- <?php echo opinionstage_create_survey_link( 'opinionstage-blue-btn opinionstage-create-btn os_create_new_btn template', __( 'CREATE', 'social-polls-by-opinionstage' ) ); ?>
 
145
  </div>
146
  </div>
147
  <div class="opinionstage-section-raw">
@@ -153,7 +162,8 @@ defined( 'ABSPATH' ) || die();
153
  <div class="example"><?php esc_html_e( 'Create a knowledge test or assessment', 'social-polls-by-opinionstage' ); ?></div>
154
  </div>
155
  <div class="opinionstage-section-cell opinionstage-btn-cell">
156
- <?php echo opinionstage_create_trivia_link( 'opinionstage-blue-btn opinionstage-create-btn os_create_new_btn template', __( 'CREATE', 'social-polls-by-opinionstage' ) ); ?>
 
157
  </div>
158
  </div>
159
  <div class="opinionstage-section-raw">
@@ -165,7 +175,8 @@ defined( 'ABSPATH' ) || die();
165
  <div class="example"><?php esc_html_e( 'Create a personality test or a product/service selector', 'social-polls-by-opinionstage' ); ?></div>
166
  </div>
167
  <div class="opinionstage-section-cell opinionstage-btn-cell">
168
- <?php echo opinionstage_create_personality_link( 'opinionstage-blue-btn opinionstage-create-btn os_create_new_btn template', __( 'CREATE', 'social-polls-by-opinionstage' ) ); ?>
 
169
  </div>
170
  </div>
171
  <div class="opinionstage-section-raw">
@@ -177,7 +188,9 @@ defined( 'ABSPATH' ) || die();
177
  <div class="example"><?php esc_html_e( 'Gather information from your users', 'social-polls-by-opinionstage' ); ?></div>
178
  </div>
179
  <div class="opinionstage-section-cell opinionstage-btn-cell">
180
- <?php echo opinionstage_create_form_link( 'opinionstage-blue-btn opinionstage-create-btn os_create_new_btn template', __( 'CREATE', 'social-polls-by-opinionstage' ) ); ?>
 
 
181
  </div>
182
  </div>
183
  </div>
47
  <?php if ( $os_client_logged_in ) { ?>
48
  <div class="opinionstage-item-view-dashboard">
49
  <div id="opinionstage-section-create" class="opinionstage-dashboard-section">
50
+ <div class="opinionstage-section-header">
51
  <div class="opinionstage-section-title"><?php esc_html_e( 'My Items', 'social-polls-by-opinionstage' ); ?></div>
52
  <div class="opinionstage-header-inner-container">
53
  <div class="opinionstage-header-inner-section">
67
  </div>
68
 
69
  <div class="select-wrapper">
70
+ <a href="<?php echo esc_url( add_query_arg( 'w_type', 'all', OPINIONSTAGE_REDIRECT_CREATE_WIDGET_API_UTM ) ); ?>" class="opinionstage-connect-btn opinionstage-blue-btn" target="_blank"><?php esc_html_e( 'Create', 'social-polls-by-opinionstage' ); ?></a>
 
 
 
 
 
 
 
71
  </div>
72
  </div>
73
  </div>
80
  <div class="opinionistage-my-items-page-modal">
81
  <div class="inner">
82
  <span id="opinionstage-dialog-close" class="opinionstage-close"></span>
83
+ <div id="published-item-details">
84
+ <p><?php esc_html_e( 'You can add item in the following ways:', 'social-polls-by-opinionstage' ); ?></p>
85
+ <ul>
86
+ <li><a href="https://help.opinionstage.com/en/articles/5161692-how-to-add-items-to-a-post-page" target="_blank"><?php esc_html_e( 'Add to a post/page', 'social-polls-by-opinionstage' ); ?></a></li>
87
+ <li><a href="https://help.opinionstage.com/en/articles/5161716-how-to-add-an-item-to-a-sidebar-widget" target="_blank"><?php esc_html_e( 'Add to a sidebar Widget', 'social-polls-by-opinionstage' ); ?></a></li>
88
+ <li><a href="https://help.opinionstage.com/en/articles/5161746-how-to-add-an-item-as-a-popup-on-wordpress" target="_blank"><?php esc_html_e( 'Add as a popup', 'social-polls-by-opinionstage' ); ?></a></li>
89
+ <li><a href="https://help.opinionstage.com/en/articles/5161782-how-to-add-an-item-using-the-wordpress-shortcode" target="_blank"><?php esc_html_e( 'Add with the WordPress shortcode', 'social-polls-by-opinionstage' ); ?></a></li>
90
+ </ul>
91
+ <div class="opinionstage-textarea-wrapper">
92
+ <textarea name="opinionstage-widget-shortcode" id="opinionstage-widget-shortcode" data-wp-embed-code rows="2" readonly="readonly"></textarea> <a data-copy-text-from="data-wp-embed-code" href="#" class="no-text-decoration">Copy</a>
93
+ </div>
94
+ </div>
95
+ <div id="draft-item-details">
96
+ <p>
97
+ <?php
98
+ printf(
99
+ '%s <a href="" id="opinionstage-modal-edit-link" target="_blank">%s</a> %s',
100
+ esc_html__( 'Widget is not published yet. Please', 'social-polls-by-opinionstage' ),
101
+ esc_html__( 'edit', 'social-polls-by-opinionstage' ),
102
+ esc_html__( 'the widget to publish it', 'social-polls-by-opinionstage' )
103
+ );
104
+ ?>
105
+ </p>
106
  </div>
107
  <p>
108
  <?php esc_html_e( 'Need Help?', 'social-polls-by-opinionstage' ); ?>
109
+ <a href="<?php echo esc_url( OPINIONSTAGE_LIVE_CHAT_URL_UTM ); ?>" target="_blank"><?php esc_html_e( 'Contact Us' ); ?></a></p>
 
 
110
  </p>
111
  </div>
112
  </div>
113
  </div>
114
+ <p id="opinionstage-failed-load-items-request"><?php esc_html_e( 'An error occurred while loading the items.', 'social-polls-by-opinionstage' ); ?>
115
+ <a href="<?php echo esc_url( OPINIONSTAGE_LIVE_CHAT_URL_UTM ); ?>" target="_blank"><?php esc_html_e( 'Please contact our chat support for help', 'social-polls-by-opinionstage' ); ?></a></p>
 
 
116
  <div id="opinionstage-load-more" class="btn btn_aqua btn_full-width"><?php esc_html_e( 'Click for more', 'social-polls-by-opinionstage' ); ?></div>
117
  </div>
118
  <?php } ?>
119
 
120
+ <div class="opinionstage-dashboard-left"
121
+ <?php
122
+ if ( $os_client_logged_in ) {
123
+ ?>
124
+ style="display: none;" <?php } ?>>
125
  <div id="opinionstage-section-create" class="opinionstage-dashboard-section">
126
  <div class="opinionstage-section-header">
127
  <div class="opinionstage-section-title"><?php esc_html_e( 'Create', 'social-polls-by-opinionstage' ); ?></div>
136
  <div class="example"><?php esc_html_e( 'Let users vote to influence & discover what others voted', 'social-polls-by-opinionstage' ); ?></div>
137
  </div>
138
  <div class="opinionstage-section-cell opinionstage-btn-cell">
139
+ <?php echo opinionstage_create_poll_link( 'opinionstage-blue-btn', __( 'CREATE', 'social-polls-by-opinionstage' ) ); ?>
140
+ <a href="<?php echo esc_url( opinionstage_get_templates_url_for_type( 'polls' ) ); ?>" class="opinionstage-blue-btn border" target="_blank"><?php esc_html_e( 'View Templates' ); ?></a>
141
  </div>
142
  </div>
143
  <div class="opinionstage-section-raw">
149
  <div class="example"><?php esc_html_e( 'Ask your audience multiple open-ended & close-ended questions', 'social-polls-by-opinionstage' ); ?></div>
150
  </div>
151
  <div class="opinionstage-section-cell opinionstage-btn-cell">
152
+ <?php echo opinionstage_create_survey_link( 'opinionstage-blue-btn', __( 'CREATE', 'social-polls-by-opinionstage' ) ); ?>
153
+ <a href="<?php echo esc_url( opinionstage_get_templates_url_for_type( 'surveys' ) ); ?>" class="opinionstage-blue-btn border" target="_blank"><?php esc_html_e( 'View Templates' ); ?></a>
154
  </div>
155
  </div>
156
  <div class="opinionstage-section-raw">
162
  <div class="example"><?php esc_html_e( 'Create a knowledge test or assessment', 'social-polls-by-opinionstage' ); ?></div>
163
  </div>
164
  <div class="opinionstage-section-cell opinionstage-btn-cell">
165
+ <?php echo opinionstage_create_trivia_link( 'opinionstage-blue-btn', __( 'CREATE', 'social-polls-by-opinionstage' ) ); ?>
166
+ <a href="<?php echo esc_url( opinionstage_get_templates_url_for_type( 'trivia_quizzes' ) ); ?>" class="opinionstage-blue-btn border" target="_blank"><?php esc_html_e( 'View Templates' ); ?></a>
167
  </div>
168
  </div>
169
  <div class="opinionstage-section-raw">
175
  <div class="example"><?php esc_html_e( 'Create a personality test or a product/service selector', 'social-polls-by-opinionstage' ); ?></div>
176
  </div>
177
  <div class="opinionstage-section-cell opinionstage-btn-cell">
178
+ <?php echo opinionstage_create_personality_link( 'opinionstage-blue-btn', __( 'CREATE', 'social-polls-by-opinionstage' ) ); ?>
179
+ <a href="<?php echo esc_url( opinionstage_get_templates_url_for_type( 'personality_quizzes' ) ); ?>" class="opinionstage-blue-btn border" target="_blank"><?php esc_html_e( 'View Templates' ); ?></a>
180
  </div>
181
  </div>
182
  <div class="opinionstage-section-raw">
188
  <div class="example"><?php esc_html_e( 'Gather information from your users', 'social-polls-by-opinionstage' ); ?></div>
189
  </div>
190
  <div class="opinionstage-section-cell opinionstage-btn-cell">
191
+ <?php echo opinionstage_create_form_link( 'opinionstage-blue-btn', __( 'CREATE', 'social-polls-by-opinionstage' ) ); ?>
192
+ <a href="<?php echo esc_url( opinionstage_get_templates_url_for_type( 'classic_forms' ) ); ?>" class="opinionstage-blue-btn border" target="_blank"><?php esc_html_e( 'View Templates' ); ?></a>
193
+
194
  </div>
195
  </div>
196
  </div>
assets/admin/package-lock.json ADDED
@@ -0,0 +1,2487 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "opinionstage-wordpress-plugin-assets",
3
+ "version": "1.0.0",
4
+ "lockfileVersion": 1,
5
+ "requires": true,
6
+ "dependencies": {
7
+ "@babel/code-frame": {
8
+ "version": "7.12.13",
9
+ "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz",
10
+ "integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4vUGBS5v6g==",
11
+ "dev": true,
12
+ "requires": {
13
+ "@babel/highlight": "^7.12.13"
14
+ }
15
+ },
16
+ "@babel/helper-validator-identifier": {
17
+ "version": "7.14.0",
18
+ "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.14.0.tgz",
19
+ "integrity": "sha512-V3ts7zMSu5lfiwWDVWzRDGIN+lnCEUdaXgtVHJgLb1rGaA6jMrtB9EmE7L18foXJIE8Un/A/h6NJfGQp/e1J4A==",
20
+ "dev": true
21
+ },
22
+ "@babel/highlight": {
23
+ "version": "7.14.0",
24
+ "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.14.0.tgz",
25
+ "integrity": "sha512-YSCOwxvTYEIMSGaBQb5kDDsCopDdiUGsqpatp3fOlI4+2HQSkTmEVWnVuySdAC5EWCqSWWTv0ib63RjR7dTBdg==",
26
+ "dev": true,
27
+ "requires": {
28
+ "@babel/helper-validator-identifier": "^7.14.0",
29
+ "chalk": "^2.0.0",
30
+ "js-tokens": "^4.0.0"
31
+ },
32
+ "dependencies": {
33
+ "ansi-styles": {
34
+ "version": "3.2.1",
35
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
36
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
37
+ "dev": true,
38
+ "requires": {
39
+ "color-convert": "^1.9.0"
40
+ }
41
+ },
42
+ "chalk": {
43
+ "version": "2.4.2",
44
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz",
45
+ "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==",
46
+ "dev": true,
47
+ "requires": {
48
+ "ansi-styles": "^3.2.1",
49
+ "escape-string-regexp": "^1.0.5",
50
+ "supports-color": "^5.3.0"
51
+ }
52
+ },
53
+ "has-flag": {
54
+ "version": "3.0.0",
55
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz",
56
+ "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=",
57
+ "dev": true
58
+ },
59
+ "supports-color": {
60
+ "version": "5.5.0",
61
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz",
62
+ "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==",
63
+ "dev": true,
64
+ "requires": {
65
+ "has-flag": "^3.0.0"
66
+ }
67
+ }
68
+ }
69
+ },
70
+ "@nodelib/fs.scandir": {
71
+ "version": "2.1.4",
72
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.4.tgz",
73
+ "integrity": "sha512-33g3pMJk3bg5nXbL/+CY6I2eJDzZAni49PfJnL5fghPTggPvBd/pFNSgJsdAgWptuFu7qq/ERvOYFlhvsLTCKA==",
74
+ "dev": true,
75
+ "requires": {
76
+ "@nodelib/fs.stat": "2.0.4",
77
+ "run-parallel": "^1.1.9"
78
+ }
79
+ },
80
+ "@nodelib/fs.stat": {
81
+ "version": "2.0.4",
82
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.4.tgz",
83
+ "integrity": "sha512-IYlHJA0clt2+Vg7bccq+TzRdJvv19c2INqBSsoOLp1je7xjtr7J26+WXR72MCdvU9q1qTzIWDfhMf+DRvQJK4Q==",
84
+ "dev": true
85
+ },
86
+ "@nodelib/fs.walk": {
87
+ "version": "1.2.6",
88
+ "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.6.tgz",
89
+ "integrity": "sha512-8Broas6vTtW4GIXTAHDoE32hnN2M5ykgCpWGbuXHQ15vEMqr23pB76e/GZcYsZCHALv50ktd24qhEyKr6wBtow==",
90
+ "dev": true,
91
+ "requires": {
92
+ "@nodelib/fs.scandir": "2.1.4",
93
+ "fastq": "^1.6.0"
94
+ }
95
+ },
96
+ "@types/parse-json": {
97
+ "version": "4.0.0",
98
+ "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz",
99
+ "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==",
100
+ "dev": true
101
+ },
102
+ "abbrev": {
103
+ "version": "1.1.1",
104
+ "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz",
105
+ "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==",
106
+ "dev": true
107
+ },
108
+ "ajv": {
109
+ "version": "6.12.6",
110
+ "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz",
111
+ "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==",
112
+ "dev": true,
113
+ "requires": {
114
+ "fast-deep-equal": "^3.1.1",
115
+ "fast-json-stable-stringify": "^2.0.0",
116
+ "json-schema-traverse": "^0.4.1",
117
+ "uri-js": "^4.2.2"
118
+ }
119
+ },
120
+ "amdefine": {
121
+ "version": "1.0.1",
122
+ "resolved": "https://registry.npmjs.org/amdefine/-/amdefine-1.0.1.tgz",
123
+ "integrity": "sha1-SlKCrBZHKek2Gbz9OtFR+BfOkfU=",
124
+ "dev": true
125
+ },
126
+ "ansi-regex": {
127
+ "version": "2.1.1",
128
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz",
129
+ "integrity": "sha1-w7M6te42DYbg5ijwRorn7yfWVN8=",
130
+ "dev": true
131
+ },
132
+ "ansi-styles": {
133
+ "version": "2.2.1",
134
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz",
135
+ "integrity": "sha1-tDLdM1i2NM914eRmQ2gkBTPB3b4=",
136
+ "dev": true
137
+ },
138
+ "anymatch": {
139
+ "version": "3.1.2",
140
+ "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz",
141
+ "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==",
142
+ "dev": true,
143
+ "requires": {
144
+ "normalize-path": "^3.0.0",
145
+ "picomatch": "^2.0.4"
146
+ }
147
+ },
148
+ "aproba": {
149
+ "version": "1.2.0",
150
+ "resolved": "https://registry.npmjs.org/aproba/-/aproba-1.2.0.tgz",
151
+ "integrity": "sha512-Y9J6ZjXtoYh8RnXVCMOU/ttDmk1aBjunq9vO0ta5x85WDQiQfUF9sIPBITdbiiIVcBo03Hi3jMxigBtsddlXRw==",
152
+ "dev": true
153
+ },
154
+ "are-we-there-yet": {
155
+ "version": "1.1.5",
156
+ "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-1.1.5.tgz",
157
+ "integrity": "sha512-5hYdAkZlcG8tOLujVDTgCT+uPX0VnpAH28gWsLfzpXYm7wP6mp5Q/gYyR7YQ0cKVJcXJnl3j2kpBan13PtQf6w==",
158
+ "dev": true,
159
+ "requires": {
160
+ "delegates": "^1.0.0",
161
+ "readable-stream": "^2.0.6"
162
+ }
163
+ },
164
+ "array-find-index": {
165
+ "version": "1.0.2",
166
+ "resolved": "https://registry.npmjs.org/array-find-index/-/array-find-index-1.0.2.tgz",
167
+ "integrity": "sha1-3wEKoSh+Fku9pvlyOwqWoexBh6E=",
168
+ "dev": true
169
+ },
170
+ "array-union": {
171
+ "version": "2.1.0",
172
+ "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz",
173
+ "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==",
174
+ "dev": true
175
+ },
176
+ "asn1": {
177
+ "version": "0.2.4",
178
+ "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.4.tgz",
179
+ "integrity": "sha512-jxwzQpLQjSmWXgwaCZE9Nz+glAG01yF1QnWgbhGwHI5A6FRIEY6IVqtHhIepHqI7/kyEyQEagBC5mBEFlIYvdg==",
180
+ "dev": true,
181
+ "requires": {
182
+ "safer-buffer": "~2.1.0"
183
+ }
184
+ },
185
+ "assert-plus": {
186
+ "version": "1.0.0",
187
+ "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz",
188
+ "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=",
189
+ "dev": true
190
+ },
191
+ "async-foreach": {
192
+ "version": "0.1.3",
193
+ "resolved": "https://registry.npmjs.org/async-foreach/-/async-foreach-0.1.3.tgz",
194
+ "integrity": "sha1-NhIfhFwFeBct5Bmpfb6x0W7DRUI=",
195
+ "dev": true
196
+ },
197
+ "asynckit": {
198
+ "version": "0.4.0",
199
+ "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz",
200
+ "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=",
201
+ "dev": true
202
+ },
203
+ "at-least-node": {
204
+ "version": "1.0.0",
205
+ "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz",
206
+ "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==",
207
+ "dev": true
208
+ },
209
+ "autoprefixer": {
210
+ "version": "10.2.5",
211
+ "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.2.5.tgz",
212
+ "integrity": "sha512-7H4AJZXvSsn62SqZyJCP+1AWwOuoYpUfK6ot9vm0e87XD6mT8lDywc9D9OTJPMULyGcvmIxzTAMeG2Cc+YX+fA==",
213
+ "dev": true,
214
+ "requires": {
215
+ "browserslist": "^4.16.3",
216
+ "caniuse-lite": "^1.0.30001196",
217
+ "colorette": "^1.2.2",
218
+ "fraction.js": "^4.0.13",
219
+ "normalize-range": "^0.1.2",
220
+ "postcss-value-parser": "^4.1.0"
221
+ }
222
+ },
223
+ "aws-sign2": {
224
+ "version": "0.7.0",
225
+ "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz",
226
+ "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=",
227
+ "dev": true
228
+ },
229
+ "aws4": {
230
+ "version": "1.11.0",
231
+ "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz",
232
+ "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==",
233
+ "dev": true
234
+ },
235
+ "balanced-match": {
236
+ "version": "1.0.2",
237
+ "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz",
238
+ "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==",
239
+ "dev": true
240
+ },
241
+ "bcrypt-pbkdf": {
242
+ "version": "1.0.2",
243
+ "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz",
244
+ "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=",
245
+ "dev": true,
246
+ "requires": {
247
+ "tweetnacl": "^0.14.3"
248
+ }
249
+ },
250
+ "binary-extensions": {
251
+ "version": "2.2.0",
252
+ "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz",
253
+ "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==",
254
+ "dev": true
255
+ },
256
+ "brace-expansion": {
257
+ "version": "1.1.11",
258
+ "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz",
259
+ "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==",
260
+ "dev": true,
261
+ "requires": {
262
+ "balanced-match": "^1.0.0",
263
+ "concat-map": "0.0.1"
264
+ }
265
+ },
266
+ "braces": {
267
+ "version": "3.0.2",
268
+ "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz",
269
+ "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==",
270
+ "dev": true,
271
+ "requires": {
272
+ "fill-range": "^7.0.1"
273
+ }
274
+ },
275
+ "browserslist": {
276
+ "version": "4.16.6",
277
+ "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.16.6.tgz",
278
+ "integrity": "sha512-Wspk/PqO+4W9qp5iUTJsa1B/QrYn1keNCcEP5OvP7WBwT4KaDly0uONYmC6Xa3Z5IqnUgS0KcgLYu1l74x0ZXQ==",
279
+ "dev": true,
280
+ "requires": {
281
+ "caniuse-lite": "^1.0.30001219",
282
+ "colorette": "^1.2.2",
283
+ "electron-to-chromium": "^1.3.723",
284
+ "escalade": "^3.1.1",
285
+ "node-releases": "^1.1.71"
286
+ }
287
+ },
288
+ "callsites": {
289
+ "version": "3.1.0",
290
+ "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz",
291
+ "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==",
292
+ "dev": true
293
+ },
294
+ "camelcase": {
295
+ "version": "2.1.1",
296
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-2.1.1.tgz",
297
+ "integrity": "sha1-fB0W1nmhu+WcoCys7PsBHiAfWh8=",
298
+ "dev": true
299
+ },
300
+ "camelcase-keys": {
301
+ "version": "2.1.0",
302
+ "resolved": "https://registry.npmjs.org/camelcase-keys/-/camelcase-keys-2.1.0.tgz",
303
+ "integrity": "sha1-MIvur/3ygRkFHvodkyITyRuPkuc=",
304
+ "dev": true,
305
+ "requires": {
306
+ "camelcase": "^2.0.0",
307
+ "map-obj": "^1.0.0"
308
+ }
309
+ },
310
+ "caniuse-lite": {
311
+ "version": "1.0.30001223",
312
+ "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001223.tgz",
313
+ "integrity": "sha512-k/RYs6zc/fjbxTjaWZemeSmOjO0JJV+KguOBA3NwPup8uzxM1cMhR2BD9XmO86GuqaqTCO8CgkgH9Rz//vdDiA==",
314
+ "dev": true
315
+ },
316
+ "caseless": {
317
+ "version": "0.12.0",
318
+ "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz",
319
+ "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=",
320
+ "dev": true
321
+ },
322
+ "chalk": {
323
+ "version": "1.1.3",
324
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz",
325
+ "integrity": "sha1-qBFcVeSnAv5NFQq9OHKCKn4J/Jg=",
326
+ "dev": true,
327
+ "requires": {
328
+ "ansi-styles": "^2.2.1",
329
+ "escape-string-regexp": "^1.0.2",
330
+ "has-ansi": "^2.0.0",
331
+ "strip-ansi": "^3.0.0",
332
+ "supports-color": "^2.0.0"
333
+ }
334
+ },
335
+ "chokidar": {
336
+ "version": "3.5.1",
337
+ "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.1.tgz",
338
+ "integrity": "sha512-9+s+Od+W0VJJzawDma/gvBNQqkTiqYTWLuZoyAsivsI4AaWTCzHG06/TMjsf1cYe9Cb97UCEhjz7HvnPk2p/tw==",
339
+ "dev": true,
340
+ "requires": {
341
+ "anymatch": "~3.1.1",
342
+ "braces": "~3.0.2",
343
+ "fsevents": "~2.3.1",
344
+ "glob-parent": "~5.1.0",
345
+ "is-binary-path": "~2.1.0",
346
+ "is-glob": "~4.0.1",
347
+ "normalize-path": "~3.0.0",
348
+ "readdirp": "~3.5.0"
349
+ }
350
+ },
351
+ "chownr": {
352
+ "version": "2.0.0",
353
+ "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz",
354
+ "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==",
355
+ "dev": true
356
+ },
357
+ "clean-css": {
358
+ "version": "5.1.2",
359
+ "resolved": "https://registry.npmjs.org/clean-css/-/clean-css-5.1.2.tgz",
360
+ "integrity": "sha512-QcaGg9OuMo+0Ds933yLOY+gHPWbxhxqF0HDexmToPf8pczvmvZGYzd+QqWp9/mkucAOKViI+dSFOqoZIvXbeBw==",
361
+ "dev": true,
362
+ "requires": {
363
+ "source-map": "~0.6.0"
364
+ },
365
+ "dependencies": {
366
+ "source-map": {
367
+ "version": "0.6.1",
368
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
369
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==",
370
+ "dev": true
371
+ }
372
+ }
373
+ },
374
+ "clean-css-cli": {
375
+ "version": "5.3.0",
376
+ "resolved": "https://registry.npmjs.org/clean-css-cli/-/clean-css-cli-5.3.0.tgz",
377
+ "integrity": "sha512-Jri2KVAcan/Y1JuEDo1rUlm3vUoGvMKSOpIL2YEPgalksvoGur/yL2KbtMF2dPs2VlMVj1afzp76Vu0KjxKfvA==",
378
+ "dev": true,
379
+ "requires": {
380
+ "clean-css": "^5.1.2",
381
+ "commander": "7.x",
382
+ "glob": "^7.1.6"
383
+ }
384
+ },
385
+ "cliui": {
386
+ "version": "5.0.0",
387
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-5.0.0.tgz",
388
+ "integrity": "sha512-PYeGSEmmHM6zvoef2w8TPzlrnNpXIjTipYK780YswmIP9vjxmd6Y2a3CB2Ks6/AU8NHjZugXvo8w3oWM2qnwXA==",
389
+ "dev": true,
390
+ "requires": {
391
+ "string-width": "^3.1.0",
392
+ "strip-ansi": "^5.2.0",
393
+ "wrap-ansi": "^5.1.0"
394
+ },
395
+ "dependencies": {
396
+ "ansi-regex": {
397
+ "version": "4.1.0",
398
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
399
+ "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==",
400
+ "dev": true
401
+ },
402
+ "is-fullwidth-code-point": {
403
+ "version": "2.0.0",
404
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
405
+ "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
406
+ "dev": true
407
+ },
408
+ "string-width": {
409
+ "version": "3.1.0",
410
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
411
+ "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
412
+ "dev": true,
413
+ "requires": {
414
+ "emoji-regex": "^7.0.1",
415
+ "is-fullwidth-code-point": "^2.0.0",
416
+ "strip-ansi": "^5.1.0"
417
+ }
418
+ },
419
+ "strip-ansi": {
420
+ "version": "5.2.0",
421
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
422
+ "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
423
+ "dev": true,
424
+ "requires": {
425
+ "ansi-regex": "^4.1.0"
426
+ }
427
+ }
428
+ }
429
+ },
430
+ "code-point-at": {
431
+ "version": "1.1.0",
432
+ "resolved": "https://registry.npmjs.org/code-point-at/-/code-point-at-1.1.0.tgz",
433
+ "integrity": "sha1-DQcLTQQ6W+ozovGkDi7bPZpMz3c=",
434
+ "dev": true
435
+ },
436
+ "color-convert": {
437
+ "version": "1.9.3",
438
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz",
439
+ "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==",
440
+ "dev": true,
441
+ "requires": {
442
+ "color-name": "1.1.3"
443
+ }
444
+ },
445
+ "color-name": {
446
+ "version": "1.1.3",
447
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz",
448
+ "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=",
449
+ "dev": true
450
+ },
451
+ "colorette": {
452
+ "version": "1.2.2",
453
+ "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.2.2.tgz",
454
+ "integrity": "sha512-MKGMzyfeuutC/ZJ1cba9NqcNpfeqMUcYmyF1ZFY6/Cn7CNSAKx6a+s48sqLqyAiZuaP2TcqMhoo+dlwFnVxT9w=="
455
+ },
456
+ "combined-stream": {
457
+ "version": "1.0.8",
458
+ "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz",
459
+ "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==",
460
+ "dev": true,
461
+ "requires": {
462
+ "delayed-stream": "~1.0.0"
463
+ }
464
+ },
465
+ "commander": {
466
+ "version": "7.2.0",
467
+ "resolved": "https://registry.npmjs.org/commander/-/commander-7.2.0.tgz",
468
+ "integrity": "sha512-QrWXB+ZQSVPmIWIhtEO9H+gwHaMGYiF5ChvoJ+K9ZGHG/sVsa6yiesAD1GC/x46sET00Xlwo1u49RVVVzvcSkw==",
469
+ "dev": true
470
+ },
471
+ "concat-map": {
472
+ "version": "0.0.1",
473
+ "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz",
474
+ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=",
475
+ "dev": true
476
+ },
477
+ "console-control-strings": {
478
+ "version": "1.1.0",
479
+ "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz",
480
+ "integrity": "sha1-PXz0Rk22RG6mRL9LOVB/mFEAjo4=",
481
+ "dev": true
482
+ },
483
+ "core-util-is": {
484
+ "version": "1.0.2",
485
+ "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz",
486
+ "integrity": "sha1-tf1UIgqivFq1eqtxQMlAdUUDwac=",
487
+ "dev": true
488
+ },
489
+ "cosmiconfig": {
490
+ "version": "7.0.0",
491
+ "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.0.tgz",
492
+ "integrity": "sha512-pondGvTuVYDk++upghXJabWzL6Kxu6f26ljFw64Swq9v6sQPUL3EUlVDV56diOjpCayKihL6hVe8exIACU4XcA==",
493
+ "dev": true,
494
+ "requires": {
495
+ "@types/parse-json": "^4.0.0",
496
+ "import-fresh": "^3.2.1",
497
+ "parse-json": "^5.0.0",
498
+ "path-type": "^4.0.0",
499
+ "yaml": "^1.10.0"
500
+ },
501
+ "dependencies": {
502
+ "parse-json": {
503
+ "version": "5.2.0",
504
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz",
505
+ "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==",
506
+ "dev": true,
507
+ "requires": {
508
+ "@babel/code-frame": "^7.0.0",
509
+ "error-ex": "^1.3.1",
510
+ "json-parse-even-better-errors": "^2.3.0",
511
+ "lines-and-columns": "^1.1.6"
512
+ }
513
+ },
514
+ "path-type": {
515
+ "version": "4.0.0",
516
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
517
+ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
518
+ "dev": true
519
+ }
520
+ }
521
+ },
522
+ "cross-spawn": {
523
+ "version": "7.0.3",
524
+ "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz",
525
+ "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==",
526
+ "dev": true,
527
+ "requires": {
528
+ "path-key": "^3.1.0",
529
+ "shebang-command": "^2.0.0",
530
+ "which": "^2.0.1"
531
+ }
532
+ },
533
+ "currently-unhandled": {
534
+ "version": "0.4.1",
535
+ "resolved": "https://registry.npmjs.org/currently-unhandled/-/currently-unhandled-0.4.1.tgz",
536
+ "integrity": "sha1-mI3zP+qxke95mmE2nddsF635V+o=",
537
+ "dev": true,
538
+ "requires": {
539
+ "array-find-index": "^1.0.1"
540
+ }
541
+ },
542
+ "dashdash": {
543
+ "version": "1.14.1",
544
+ "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz",
545
+ "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=",
546
+ "dev": true,
547
+ "requires": {
548
+ "assert-plus": "^1.0.0"
549
+ }
550
+ },
551
+ "decamelize": {
552
+ "version": "1.2.0",
553
+ "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz",
554
+ "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=",
555
+ "dev": true
556
+ },
557
+ "delayed-stream": {
558
+ "version": "1.0.0",
559
+ "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz",
560
+ "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=",
561
+ "dev": true
562
+ },
563
+ "delegates": {
564
+ "version": "1.0.0",
565
+ "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz",
566
+ "integrity": "sha1-hMbhWbgZBP3KWaDvRM2HDTElD5o=",
567
+ "dev": true
568
+ },
569
+ "dependency-graph": {
570
+ "version": "0.9.0",
571
+ "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.9.0.tgz",
572
+ "integrity": "sha512-9YLIBURXj4DJMFALxXw9K3Y3rwb5Fk0X5/8ipCzaN84+gKxoHK43tVKRNakCQbiEx07E8Uwhuq21BpUagFhZ8w==",
573
+ "dev": true
574
+ },
575
+ "dir-glob": {
576
+ "version": "3.0.1",
577
+ "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz",
578
+ "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==",
579
+ "dev": true,
580
+ "requires": {
581
+ "path-type": "^4.0.0"
582
+ },
583
+ "dependencies": {
584
+ "path-type": {
585
+ "version": "4.0.0",
586
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz",
587
+ "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==",
588
+ "dev": true
589
+ }
590
+ }
591
+ },
592
+ "ecc-jsbn": {
593
+ "version": "0.1.2",
594
+ "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz",
595
+ "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=",
596
+ "dev": true,
597
+ "requires": {
598
+ "jsbn": "~0.1.0",
599
+ "safer-buffer": "^2.1.0"
600
+ }
601
+ },
602
+ "electron-to-chromium": {
603
+ "version": "1.3.727",
604
+ "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.3.727.tgz",
605
+ "integrity": "sha512-Mfz4FIB4FSvEwBpDfdipRIrwd6uo8gUDoRDF4QEYb4h4tSuI3ov594OrjU6on042UlFHouIJpClDODGkPcBSbg==",
606
+ "dev": true
607
+ },
608
+ "emoji-regex": {
609
+ "version": "7.0.3",
610
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-7.0.3.tgz",
611
+ "integrity": "sha512-CwBLREIQ7LvYFB0WyRvwhq5N5qPhc6PMjD6bYggFlI5YyDgl+0vxq5VHbMOFqLg7hfWzmu8T5Z1QofhmTIhItA==",
612
+ "dev": true
613
+ },
614
+ "env-paths": {
615
+ "version": "2.2.1",
616
+ "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz",
617
+ "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==",
618
+ "dev": true
619
+ },
620
+ "error-ex": {
621
+ "version": "1.3.2",
622
+ "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz",
623
+ "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==",
624
+ "dev": true,
625
+ "requires": {
626
+ "is-arrayish": "^0.2.1"
627
+ }
628
+ },
629
+ "escalade": {
630
+ "version": "3.1.1",
631
+ "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz",
632
+ "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==",
633
+ "dev": true
634
+ },
635
+ "escape-string-regexp": {
636
+ "version": "1.0.5",
637
+ "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz",
638
+ "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=",
639
+ "dev": true
640
+ },
641
+ "extend": {
642
+ "version": "3.0.2",
643
+ "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz",
644
+ "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==",
645
+ "dev": true
646
+ },
647
+ "extsprintf": {
648
+ "version": "1.3.0",
649
+ "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz",
650
+ "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=",
651
+ "dev": true
652
+ },
653
+ "fast-deep-equal": {
654
+ "version": "3.1.3",
655
+ "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz",
656
+ "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==",
657
+ "dev": true
658
+ },
659
+ "fast-glob": {
660
+ "version": "3.2.5",
661
+ "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.5.tgz",
662
+ "integrity": "sha512-2DtFcgT68wiTTiwZ2hNdJfcHNke9XOfnwmBRWXhmeKM8rF0TGwmC/Qto3S7RoZKp5cilZbxzO5iTNTQsJ+EeDg==",
663
+ "dev": true,
664
+ "requires": {
665
+ "@nodelib/fs.stat": "^2.0.2",
666
+ "@nodelib/fs.walk": "^1.2.3",
667
+ "glob-parent": "^5.1.0",
668
+ "merge2": "^1.3.0",
669
+ "micromatch": "^4.0.2",
670
+ "picomatch": "^2.2.1"
671
+ }
672
+ },
673
+ "fast-json-stable-stringify": {
674
+ "version": "2.1.0",
675
+ "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz",
676
+ "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==",
677
+ "dev": true
678
+ },
679
+ "fastq": {
680
+ "version": "1.11.0",
681
+ "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.11.0.tgz",
682
+ "integrity": "sha512-7Eczs8gIPDrVzT+EksYBcupqMyxSHXXrHOLRRxU2/DicV8789MRBRR8+Hc2uWzUupOs4YS4JzBmBxjjCVBxD/g==",
683
+ "dev": true,
684
+ "requires": {
685
+ "reusify": "^1.0.4"
686
+ }
687
+ },
688
+ "fill-range": {
689
+ "version": "7.0.1",
690
+ "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz",
691
+ "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==",
692
+ "dev": true,
693
+ "requires": {
694
+ "to-regex-range": "^5.0.1"
695
+ }
696
+ },
697
+ "find-up": {
698
+ "version": "1.1.2",
699
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-1.1.2.tgz",
700
+ "integrity": "sha1-ay6YIrGizgpgq2TWEOzK1TyyTQ8=",
701
+ "dev": true,
702
+ "requires": {
703
+ "path-exists": "^2.0.0",
704
+ "pinkie-promise": "^2.0.0"
705
+ }
706
+ },
707
+ "forever-agent": {
708
+ "version": "0.6.1",
709
+ "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz",
710
+ "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=",
711
+ "dev": true
712
+ },
713
+ "form-data": {
714
+ "version": "2.3.3",
715
+ "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz",
716
+ "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==",
717
+ "dev": true,
718
+ "requires": {
719
+ "asynckit": "^0.4.0",
720
+ "combined-stream": "^1.0.6",
721
+ "mime-types": "^2.1.12"
722
+ }
723
+ },
724
+ "fraction.js": {
725
+ "version": "4.0.13",
726
+ "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.0.13.tgz",
727
+ "integrity": "sha512-E1fz2Xs9ltlUp+qbiyx9wmt2n9dRzPsS11Jtdb8D2o+cC7wr9xkkKsVKJuBX0ST+LVS+LhLO+SbLJNtfWcJvXA==",
728
+ "dev": true
729
+ },
730
+ "fs-extra": {
731
+ "version": "9.1.0",
732
+ "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz",
733
+ "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==",
734
+ "dev": true,
735
+ "requires": {
736
+ "at-least-node": "^1.0.0",
737
+ "graceful-fs": "^4.2.0",
738
+ "jsonfile": "^6.0.1",
739
+ "universalify": "^2.0.0"
740
+ }
741
+ },
742
+ "fs-minipass": {
743
+ "version": "2.1.0",
744
+ "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz",
745
+ "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==",
746
+ "dev": true,
747
+ "requires": {
748
+ "minipass": "^3.0.0"
749
+ }
750
+ },
751
+ "fs.realpath": {
752
+ "version": "1.0.0",
753
+ "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz",
754
+ "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=",
755
+ "dev": true
756
+ },
757
+ "fsevents": {
758
+ "version": "2.3.2",
759
+ "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz",
760
+ "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==",
761
+ "dev": true,
762
+ "optional": true
763
+ },
764
+ "function-bind": {
765
+ "version": "1.1.1",
766
+ "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz",
767
+ "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==",
768
+ "dev": true
769
+ },
770
+ "gauge": {
771
+ "version": "2.7.4",
772
+ "resolved": "https://registry.npmjs.org/gauge/-/gauge-2.7.4.tgz",
773
+ "integrity": "sha1-LANAXHU4w51+s3sxcCLjJfsBi/c=",
774
+ "dev": true,
775
+ "requires": {
776
+ "aproba": "^1.0.3",
777
+ "console-control-strings": "^1.0.0",
778
+ "has-unicode": "^2.0.0",
779
+ "object-assign": "^4.1.0",
780
+ "signal-exit": "^3.0.0",
781
+ "string-width": "^1.0.1",
782
+ "strip-ansi": "^3.0.1",
783
+ "wide-align": "^1.1.0"
784
+ }
785
+ },
786
+ "gaze": {
787
+ "version": "1.1.3",
788
+ "resolved": "https://registry.npmjs.org/gaze/-/gaze-1.1.3.tgz",
789
+ "integrity": "sha512-BRdNm8hbWzFzWHERTrejLqwHDfS4GibPoq5wjTPIoJHoBtKGPg3xAFfxmM+9ztbXelxcf2hwQcaz1PtmFeue8g==",
790
+ "dev": true,
791
+ "requires": {
792
+ "globule": "^1.0.0"
793
+ }
794
+ },
795
+ "get-caller-file": {
796
+ "version": "2.0.5",
797
+ "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz",
798
+ "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==",
799
+ "dev": true
800
+ },
801
+ "get-stdin": {
802
+ "version": "4.0.1",
803
+ "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-4.0.1.tgz",
804
+ "integrity": "sha1-uWjGsKBDhDJJAui/Gl3zJXmkUP4=",
805
+ "dev": true
806
+ },
807
+ "getpass": {
808
+ "version": "0.1.7",
809
+ "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz",
810
+ "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=",
811
+ "dev": true,
812
+ "requires": {
813
+ "assert-plus": "^1.0.0"
814
+ }
815
+ },
816
+ "glob": {
817
+ "version": "7.1.6",
818
+ "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.6.tgz",
819
+ "integrity": "sha512-LwaxwyZ72Lk7vZINtNNrywX0ZuLyStrdDtabefZKAY5ZGJhVtgdznluResxNmPitE0SAO+O26sWTHeKSI2wMBA==",
820
+ "dev": true,
821
+ "requires": {
822
+ "fs.realpath": "^1.0.0",
823
+ "inflight": "^1.0.4",
824
+ "inherits": "2",
825
+ "minimatch": "^3.0.4",
826
+ "once": "^1.3.0",
827
+ "path-is-absolute": "^1.0.0"
828
+ }
829
+ },
830
+ "glob-parent": {
831
+ "version": "5.1.2",
832
+ "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz",
833
+ "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==",
834
+ "dev": true,
835
+ "requires": {
836
+ "is-glob": "^4.0.1"
837
+ }
838
+ },
839
+ "globby": {
840
+ "version": "11.0.3",
841
+ "resolved": "https://registry.npmjs.org/globby/-/globby-11.0.3.tgz",
842
+ "integrity": "sha512-ffdmosjA807y7+lA1NM0jELARVmYul/715xiILEjo3hBLPTcirgQNnXECn5g3mtR8TOLCVbkfua1Hpen25/Xcg==",
843
+ "dev": true,
844
+ "requires": {
845
+ "array-union": "^2.1.0",
846
+ "dir-glob": "^3.0.1",
847
+ "fast-glob": "^3.1.1",
848
+ "ignore": "^5.1.4",
849
+ "merge2": "^1.3.0",
850
+ "slash": "^3.0.0"
851
+ }
852
+ },
853
+ "globule": {
854
+ "version": "1.3.2",
855
+ "resolved": "https://registry.npmjs.org/globule/-/globule-1.3.2.tgz",
856
+ "integrity": "sha512-7IDTQTIu2xzXkT+6mlluidnWo+BypnbSoEVVQCGfzqnl5Ik8d3e1d4wycb8Rj9tWW+Z39uPWsdlquqiqPCd/pA==",
857
+ "dev": true,
858
+ "requires": {
859
+ "glob": "~7.1.1",
860
+ "lodash": "~4.17.10",
861
+ "minimatch": "~3.0.2"
862
+ }
863
+ },
864
+ "graceful-fs": {
865
+ "version": "4.2.6",
866
+ "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.6.tgz",
867
+ "integrity": "sha512-nTnJ528pbqxYanhpDYsi4Rd8MAeaBA67+RZ10CM1m3bTAVFEDcd5AuA4a6W5YkGZ1iNXHzZz8T6TBKLeBuNriQ==",
868
+ "dev": true
869
+ },
870
+ "har-schema": {
871
+ "version": "2.0.0",
872
+ "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz",
873
+ "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=",
874
+ "dev": true
875
+ },
876
+ "har-validator": {
877
+ "version": "5.1.5",
878
+ "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz",
879
+ "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==",
880
+ "dev": true,
881
+ "requires": {
882
+ "ajv": "^6.12.3",
883
+ "har-schema": "^2.0.0"
884
+ }
885
+ },
886
+ "has": {
887
+ "version": "1.0.3",
888
+ "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz",
889
+ "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==",
890
+ "dev": true,
891
+ "requires": {
892
+ "function-bind": "^1.1.1"
893
+ }
894
+ },
895
+ "has-ansi": {
896
+ "version": "2.0.0",
897
+ "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz",
898
+ "integrity": "sha1-NPUEnOHs3ysGSa8+8k5F7TVBbZE=",
899
+ "dev": true,
900
+ "requires": {
901
+ "ansi-regex": "^2.0.0"
902
+ }
903
+ },
904
+ "has-flag": {
905
+ "version": "4.0.0",
906
+ "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz",
907
+ "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==",
908
+ "dev": true
909
+ },
910
+ "has-unicode": {
911
+ "version": "2.0.1",
912
+ "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz",
913
+ "integrity": "sha1-4Ob+aijPUROIVeCG0Wkedx3iqLk=",
914
+ "dev": true
915
+ },
916
+ "hosted-git-info": {
917
+ "version": "2.8.9",
918
+ "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-2.8.9.tgz",
919
+ "integrity": "sha512-mxIDAb9Lsm6DoOJ7xH+5+X4y1LU/4Hi50L9C5sIswK3JzULS4bwk1FvjdBgvYR4bzT4tuUQiC15FE2f5HbLvYw==",
920
+ "dev": true
921
+ },
922
+ "http-signature": {
923
+ "version": "1.2.0",
924
+ "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz",
925
+ "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=",
926
+ "dev": true,
927
+ "requires": {
928
+ "assert-plus": "^1.0.0",
929
+ "jsprim": "^1.2.2",
930
+ "sshpk": "^1.7.0"
931
+ }
932
+ },
933
+ "ignore": {
934
+ "version": "5.1.8",
935
+ "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.1.8.tgz",
936
+ "integrity": "sha512-BMpfD7PpiETpBl/A6S498BaIJ6Y/ABT93ETbby2fP00v4EbvPBXWEoaR1UBPKs3iR53pJY7EtZk5KACI57i1Uw==",
937
+ "dev": true
938
+ },
939
+ "import-cwd": {
940
+ "version": "3.0.0",
941
+ "resolved": "https://registry.npmjs.org/import-cwd/-/import-cwd-3.0.0.tgz",
942
+ "integrity": "sha512-4pnzH16plW+hgvRECbDWpQl3cqtvSofHWh44met7ESfZ8UZOWWddm8hEyDTqREJ9RbYHY8gi8DqmaelApoOGMg==",
943
+ "dev": true,
944
+ "requires": {
945
+ "import-from": "^3.0.0"
946
+ }
947
+ },
948
+ "import-fresh": {
949
+ "version": "3.3.0",
950
+ "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz",
951
+ "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==",
952
+ "dev": true,
953
+ "requires": {
954
+ "parent-module": "^1.0.0",
955
+ "resolve-from": "^4.0.0"
956
+ }
957
+ },
958
+ "import-from": {
959
+ "version": "3.0.0",
960
+ "resolved": "https://registry.npmjs.org/import-from/-/import-from-3.0.0.tgz",
961
+ "integrity": "sha512-CiuXOFFSzkU5x/CR0+z7T91Iht4CXgfCxVOFRhh2Zyhg5wOpWvvDLQUsWl+gcN+QscYBjez8hDCt85O7RLDttQ==",
962
+ "dev": true,
963
+ "requires": {
964
+ "resolve-from": "^5.0.0"
965
+ },
966
+ "dependencies": {
967
+ "resolve-from": {
968
+ "version": "5.0.0",
969
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz",
970
+ "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==",
971
+ "dev": true
972
+ }
973
+ }
974
+ },
975
+ "indent-string": {
976
+ "version": "2.1.0",
977
+ "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-2.1.0.tgz",
978
+ "integrity": "sha1-ji1INIdCEhtKghi3oTfppSBJ3IA=",
979
+ "dev": true,
980
+ "requires": {
981
+ "repeating": "^2.0.0"
982
+ }
983
+ },
984
+ "inflight": {
985
+ "version": "1.0.6",
986
+ "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz",
987
+ "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=",
988
+ "dev": true,
989
+ "requires": {
990
+ "once": "^1.3.0",
991
+ "wrappy": "1"
992
+ }
993
+ },
994
+ "inherits": {
995
+ "version": "2.0.4",
996
+ "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz",
997
+ "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==",
998
+ "dev": true
999
+ },
1000
+ "is-arrayish": {
1001
+ "version": "0.2.1",
1002
+ "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz",
1003
+ "integrity": "sha1-d8mYQFJ6qOyxqLppe4BkWnqSap0=",
1004
+ "dev": true
1005
+ },
1006
+ "is-binary-path": {
1007
+ "version": "2.1.0",
1008
+ "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz",
1009
+ "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==",
1010
+ "dev": true,
1011
+ "requires": {
1012
+ "binary-extensions": "^2.0.0"
1013
+ }
1014
+ },
1015
+ "is-core-module": {
1016
+ "version": "2.3.0",
1017
+ "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.3.0.tgz",
1018
+ "integrity": "sha512-xSphU2KG9867tsYdLD4RWQ1VqdFl4HTO9Thf3I/3dLEfr0dbPTWKsuCKrgqMljg4nPE+Gq0VCnzT3gr0CyBmsw==",
1019
+ "dev": true,
1020
+ "requires": {
1021
+ "has": "^1.0.3"
1022
+ }
1023
+ },
1024
+ "is-extglob": {
1025
+ "version": "2.1.1",
1026
+ "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz",
1027
+ "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=",
1028
+ "dev": true
1029
+ },
1030
+ "is-finite": {
1031
+ "version": "1.1.0",
1032
+ "resolved": "https://registry.npmjs.org/is-finite/-/is-finite-1.1.0.tgz",
1033
+ "integrity": "sha512-cdyMtqX/BOqqNBBiKlIVkytNHm49MtMlYyn1zxzvJKWmFMlGzm+ry5BBfYyeY9YmNKbRSo/o7OX9w9ale0wg3w==",
1034
+ "dev": true
1035
+ },
1036
+ "is-fullwidth-code-point": {
1037
+ "version": "1.0.0",
1038
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-1.0.0.tgz",
1039
+ "integrity": "sha1-754xOG8DGn8NZDr4L95QxFfvAMs=",
1040
+ "dev": true,
1041
+ "requires": {
1042
+ "number-is-nan": "^1.0.0"
1043
+ }
1044
+ },
1045
+ "is-glob": {
1046
+ "version": "4.0.1",
1047
+ "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.1.tgz",
1048
+ "integrity": "sha512-5G0tKtBTFImOqDnLB2hG6Bp2qcKEFduo4tZu9MT/H6NQv/ghhy30o55ufafxJ/LdH79LLs2Kfrn85TLKyA7BUg==",
1049
+ "dev": true,
1050
+ "requires": {
1051
+ "is-extglob": "^2.1.1"
1052
+ }
1053
+ },
1054
+ "is-number": {
1055
+ "version": "7.0.0",
1056
+ "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz",
1057
+ "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==",
1058
+ "dev": true
1059
+ },
1060
+ "is-typedarray": {
1061
+ "version": "1.0.0",
1062
+ "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz",
1063
+ "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=",
1064
+ "dev": true
1065
+ },
1066
+ "is-utf8": {
1067
+ "version": "0.2.1",
1068
+ "resolved": "https://registry.npmjs.org/is-utf8/-/is-utf8-0.2.1.tgz",
1069
+ "integrity": "sha1-Sw2hRCEE0bM2NA6AeX6GXPOffXI=",
1070
+ "dev": true
1071
+ },
1072
+ "isarray": {
1073
+ "version": "1.0.0",
1074
+ "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz",
1075
+ "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=",
1076
+ "dev": true
1077
+ },
1078
+ "isexe": {
1079
+ "version": "2.0.0",
1080
+ "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz",
1081
+ "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=",
1082
+ "dev": true
1083
+ },
1084
+ "isstream": {
1085
+ "version": "0.1.2",
1086
+ "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz",
1087
+ "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=",
1088
+ "dev": true
1089
+ },
1090
+ "js-base64": {
1091
+ "version": "2.6.4",
1092
+ "resolved": "https://registry.npmjs.org/js-base64/-/js-base64-2.6.4.tgz",
1093
+ "integrity": "sha512-pZe//GGmwJndub7ZghVHz7vjb2LgC1m8B07Au3eYqeqv9emhESByMXxaEgkUkEqJe87oBbSniGYoQNIBklc7IQ==",
1094
+ "dev": true
1095
+ },
1096
+ "js-tokens": {
1097
+ "version": "4.0.0",
1098
+ "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz",
1099
+ "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==",
1100
+ "dev": true
1101
+ },
1102
+ "jsbn": {
1103
+ "version": "0.1.1",
1104
+ "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz",
1105
+ "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=",
1106
+ "dev": true
1107
+ },
1108
+ "json-parse-even-better-errors": {
1109
+ "version": "2.3.1",
1110
+ "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz",
1111
+ "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==",
1112
+ "dev": true
1113
+ },
1114
+ "json-schema": {
1115
+ "version": "0.2.3",
1116
+ "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.2.3.tgz",
1117
+ "integrity": "sha1-tIDIkuWaLwWVTOcnvT8qTogvnhM=",
1118
+ "dev": true
1119
+ },
1120
+ "json-schema-traverse": {
1121
+ "version": "0.4.1",
1122
+ "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz",
1123
+ "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==",
1124
+ "dev": true
1125
+ },
1126
+ "json-stringify-safe": {
1127
+ "version": "5.0.1",
1128
+ "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz",
1129
+ "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=",
1130
+ "dev": true
1131
+ },
1132
+ "jsonfile": {
1133
+ "version": "6.1.0",
1134
+ "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz",
1135
+ "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==",
1136
+ "dev": true,
1137
+ "requires": {
1138
+ "graceful-fs": "^4.1.6",
1139
+ "universalify": "^2.0.0"
1140
+ }
1141
+ },
1142
+ "jsprim": {
1143
+ "version": "1.4.1",
1144
+ "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.1.tgz",
1145
+ "integrity": "sha1-MT5mvB5cwG5Di8G3SZwuXFastqI=",
1146
+ "dev": true,
1147
+ "requires": {
1148
+ "assert-plus": "1.0.0",
1149
+ "extsprintf": "1.3.0",
1150
+ "json-schema": "0.2.3",
1151
+ "verror": "1.10.0"
1152
+ }
1153
+ },
1154
+ "lines-and-columns": {
1155
+ "version": "1.1.6",
1156
+ "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.1.6.tgz",
1157
+ "integrity": "sha1-HADHQ7QzzQpOgHWPe2SldEDZ/wA=",
1158
+ "dev": true
1159
+ },
1160
+ "load-json-file": {
1161
+ "version": "1.1.0",
1162
+ "resolved": "https://registry.npmjs.org/load-json-file/-/load-json-file-1.1.0.tgz",
1163
+ "integrity": "sha1-lWkFcI1YtLq0wiYbBPWfMcmTdMA=",
1164
+ "dev": true,
1165
+ "requires": {
1166
+ "graceful-fs": "^4.1.2",
1167
+ "parse-json": "^2.2.0",
1168
+ "pify": "^2.0.0",
1169
+ "pinkie-promise": "^2.0.0",
1170
+ "strip-bom": "^2.0.0"
1171
+ }
1172
+ },
1173
+ "locate-path": {
1174
+ "version": "3.0.0",
1175
+ "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-3.0.0.tgz",
1176
+ "integrity": "sha512-7AO748wWnIhNqAuaty2ZWHkQHRSNfPVIsPIfwEOWO22AmaoVrWavlOcMR5nzTLNYvp36X220/maaRsrec1G65A==",
1177
+ "dev": true,
1178
+ "requires": {
1179
+ "p-locate": "^3.0.0",
1180
+ "path-exists": "^3.0.0"
1181
+ },
1182
+ "dependencies": {
1183
+ "path-exists": {
1184
+ "version": "3.0.0",
1185
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-3.0.0.tgz",
1186
+ "integrity": "sha1-zg6+ql94yxiSXqfYENe1mwEP1RU=",
1187
+ "dev": true
1188
+ }
1189
+ }
1190
+ },
1191
+ "lodash": {
1192
+ "version": "4.17.21",
1193
+ "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz",
1194
+ "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==",
1195
+ "dev": true
1196
+ },
1197
+ "lodash.difference": {
1198
+ "version": "4.5.0",
1199
+ "resolved": "https://registry.npmjs.org/lodash.difference/-/lodash.difference-4.5.0.tgz",
1200
+ "integrity": "sha1-nMtOUF1Ia5FlE0V3KIWi3yf9AXw=",
1201
+ "dev": true
1202
+ },
1203
+ "lodash.forown": {
1204
+ "version": "4.4.0",
1205
+ "resolved": "https://registry.npmjs.org/lodash.forown/-/lodash.forown-4.4.0.tgz",
1206
+ "integrity": "sha1-hRFc8E9z75ZuztUlEdOJPMRmg68=",
1207
+ "dev": true
1208
+ },
1209
+ "lodash.get": {
1210
+ "version": "4.4.2",
1211
+ "resolved": "https://registry.npmjs.org/lodash.get/-/lodash.get-4.4.2.tgz",
1212
+ "integrity": "sha1-LRd/ZS+jHpObRDjVNBSZ36OCXpk=",
1213
+ "dev": true
1214
+ },
1215
+ "lodash.groupby": {
1216
+ "version": "4.6.0",
1217
+ "resolved": "https://registry.npmjs.org/lodash.groupby/-/lodash.groupby-4.6.0.tgz",
1218
+ "integrity": "sha1-Cwih3PaDl8OXhVwyOXg4Mt90A9E=",
1219
+ "dev": true
1220
+ },
1221
+ "lodash.sortby": {
1222
+ "version": "4.7.0",
1223
+ "resolved": "https://registry.npmjs.org/lodash.sortby/-/lodash.sortby-4.7.0.tgz",
1224
+ "integrity": "sha1-7dFMgk4sycHgsKG0K7UhBRakJDg=",
1225
+ "dev": true
1226
+ },
1227
+ "loud-rejection": {
1228
+ "version": "1.6.0",
1229
+ "resolved": "https://registry.npmjs.org/loud-rejection/-/loud-rejection-1.6.0.tgz",
1230
+ "integrity": "sha1-W0b4AUft7leIcPCG0Eghz5mOVR8=",
1231
+ "dev": true,
1232
+ "requires": {
1233
+ "currently-unhandled": "^0.4.1",
1234
+ "signal-exit": "^3.0.0"
1235
+ }
1236
+ },
1237
+ "lru-cache": {
1238
+ "version": "6.0.0",
1239
+ "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz",
1240
+ "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==",
1241
+ "dev": true,
1242
+ "requires": {
1243
+ "yallist": "^4.0.0"
1244
+ }
1245
+ },
1246
+ "map-obj": {
1247
+ "version": "1.0.1",
1248
+ "resolved": "https://registry.npmjs.org/map-obj/-/map-obj-1.0.1.tgz",
1249
+ "integrity": "sha1-2TPOuSBdgr3PSIb2dCvcK03qFG0=",
1250
+ "dev": true
1251
+ },
1252
+ "meow": {
1253
+ "version": "3.7.0",
1254
+ "resolved": "https://registry.npmjs.org/meow/-/meow-3.7.0.tgz",
1255
+ "integrity": "sha1-cstmi0JSKCkKu/qFaJJYcwioAfs=",
1256
+ "dev": true,
1257
+ "requires": {
1258
+ "camelcase-keys": "^2.0.0",
1259
+ "decamelize": "^1.1.2",
1260
+ "loud-rejection": "^1.0.0",
1261
+ "map-obj": "^1.0.1",
1262
+ "minimist": "^1.1.3",
1263
+ "normalize-package-data": "^2.3.4",
1264
+ "object-assign": "^4.0.1",
1265
+ "read-pkg-up": "^1.0.1",
1266
+ "redent": "^1.0.0",
1267
+ "trim-newlines": "^1.0.0"
1268
+ }
1269
+ },
1270
+ "merge2": {
1271
+ "version": "1.4.1",
1272
+ "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz",
1273
+ "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==",
1274
+ "dev": true
1275
+ },
1276
+ "micromatch": {
1277
+ "version": "4.0.4",
1278
+ "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.4.tgz",
1279
+ "integrity": "sha512-pRmzw/XUcwXGpD9aI9q/0XOwLNygjETJ8y0ao0wdqprrzDa4YnxLcz7fQRZr8voh8V10kGhABbNcHVk5wHgWwg==",
1280
+ "dev": true,
1281
+ "requires": {
1282
+ "braces": "^3.0.1",
1283
+ "picomatch": "^2.2.3"
1284
+ }
1285
+ },
1286
+ "mime-db": {
1287
+ "version": "1.47.0",
1288
+ "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.47.0.tgz",
1289
+ "integrity": "sha512-QBmA/G2y+IfeS4oktet3qRZ+P5kPhCKRXxXnQEudYqUaEioAU1/Lq2us3D/t1Jfo4hE9REQPrbB7K5sOczJVIw==",
1290
+ "dev": true
1291
+ },
1292
+ "mime-types": {
1293
+ "version": "2.1.30",
1294
+ "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.30.tgz",
1295
+ "integrity": "sha512-crmjA4bLtR8m9qLpHvgxSChT+XoSlZi8J4n/aIdn3z92e/U47Z0V/yl+Wh9W046GgFVAmoNR/fmdbZYcSSIUeg==",
1296
+ "dev": true,
1297
+ "requires": {
1298
+ "mime-db": "1.47.0"
1299
+ }
1300
+ },
1301
+ "minimatch": {
1302
+ "version": "3.0.4",
1303
+ "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.4.tgz",
1304
+ "integrity": "sha512-yJHVQEhyqPLUTgt9B83PXu6W3rx4MvvHvSUvToogpwoGDOUQ+yDrR0HRot+yOCdCO7u4hX3pWft6kWBBcqh0UA==",
1305
+ "dev": true,
1306
+ "requires": {
1307
+ "brace-expansion": "^1.1.7"
1308
+ }
1309
+ },
1310
+ "minimist": {
1311
+ "version": "1.2.5",
1312
+ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz",
1313
+ "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==",
1314
+ "dev": true
1315
+ },
1316
+ "minipass": {
1317
+ "version": "3.1.3",
1318
+ "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.1.3.tgz",
1319
+ "integrity": "sha512-Mgd2GdMVzY+x3IJ+oHnVM+KG3lA5c8tnabyJKmHSaG2kAGpudxuOf8ToDkhumF7UzME7DecbQE9uOZhNm7PuJg==",
1320
+ "dev": true,
1321
+ "requires": {
1322
+ "yallist": "^4.0.0"
1323
+ }
1324
+ },
1325
+ "minizlib": {
1326
+ "version": "2.1.2",
1327
+ "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz",
1328
+ "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==",
1329
+ "dev": true,
1330
+ "requires": {
1331
+ "minipass": "^3.0.0",
1332
+ "yallist": "^4.0.0"
1333
+ }
1334
+ },
1335
+ "mkdirp": {
1336
+ "version": "0.5.5",
1337
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.5.tgz",
1338
+ "integrity": "sha512-NKmAlESf6jMGym1++R0Ra7wvhV+wFW63FaSOFPwRahvea0gMUcGUhVeAg/0BC0wiv9ih5NYPB1Wn1UEI1/L+xQ==",
1339
+ "dev": true,
1340
+ "requires": {
1341
+ "minimist": "^1.2.5"
1342
+ }
1343
+ },
1344
+ "nan": {
1345
+ "version": "2.14.2",
1346
+ "resolved": "https://registry.npmjs.org/nan/-/nan-2.14.2.tgz",
1347
+ "integrity": "sha512-M2ufzIiINKCuDfBSAUr1vWQ+vuVcA9kqx8JJUsbQi6yf1uGRyb7HfpdfUr5qLXf3B/t8dPvcjhKMmlfnP47EzQ==",
1348
+ "dev": true
1349
+ },
1350
+ "nanoid": {
1351
+ "version": "3.1.22",
1352
+ "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.22.tgz",
1353
+ "integrity": "sha512-/2ZUaJX2ANuLtTvqTlgqBQNJoQO398KyJgZloL0PZkC0dpysjncRUPsFe3DUPzz/y3h+u7C46np8RMuvF3jsSQ=="
1354
+ },
1355
+ "node-gyp": {
1356
+ "version": "7.1.2",
1357
+ "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-7.1.2.tgz",
1358
+ "integrity": "sha512-CbpcIo7C3eMu3dL1c3d0xw449fHIGALIJsRP4DDPHpyiW8vcriNY7ubh9TE4zEKfSxscY7PjeFnshE7h75ynjQ==",
1359
+ "dev": true,
1360
+ "requires": {
1361
+ "env-paths": "^2.2.0",
1362
+ "glob": "^7.1.4",
1363
+ "graceful-fs": "^4.2.3",
1364
+ "nopt": "^5.0.0",
1365
+ "npmlog": "^4.1.2",
1366
+ "request": "^2.88.2",
1367
+ "rimraf": "^3.0.2",
1368
+ "semver": "^7.3.2",
1369
+ "tar": "^6.0.2",
1370
+ "which": "^2.0.2"
1371
+ },
1372
+ "dependencies": {
1373
+ "semver": {
1374
+ "version": "7.3.5",
1375
+ "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.5.tgz",
1376
+ "integrity": "sha512-PoeGJYh8HK4BTO/a9Tf6ZG3veo/A7ZVsYrSA6J8ny9nb3B1VrpkuN+z9OE5wfE5p6H4LchYZsegiQgbJD94ZFQ==",
1377
+ "dev": true,
1378
+ "requires": {
1379
+ "lru-cache": "^6.0.0"
1380
+ }
1381
+ }
1382
+ }
1383
+ },
1384
+ "node-releases": {
1385
+ "version": "1.1.71",
1386
+ "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-1.1.71.tgz",
1387
+ "integrity": "sha512-zR6HoT6LrLCRBwukmrVbHv0EpEQjksO6GmFcZQQuCAy139BEsoVKPYnf3jongYW83fAa1torLGYwxxky/p28sg==",
1388
+ "dev": true
1389
+ },
1390
+ "node-sass": {
1391
+ "version": "5.0.0",
1392
+ "resolved": "https://registry.npmjs.org/node-sass/-/node-sass-5.0.0.tgz",
1393
+ "integrity": "sha512-opNgmlu83ZCF792U281Ry7tak9IbVC+AKnXGovcQ8LG8wFaJv6cLnRlc6DIHlmNxWEexB5bZxi9SZ9JyUuOYjw==",
1394
+ "dev": true,
1395
+ "requires": {
1396
+ "async-foreach": "^0.1.3",
1397
+ "chalk": "^1.1.1",
1398
+ "cross-spawn": "^7.0.3",
1399
+ "gaze": "^1.0.0",
1400
+ "get-stdin": "^4.0.1",
1401
+ "glob": "^7.0.3",
1402
+ "lodash": "^4.17.15",
1403
+ "meow": "^3.7.0",
1404
+ "mkdirp": "^0.5.1",
1405
+ "nan": "^2.13.2",
1406
+ "node-gyp": "^7.1.0",
1407
+ "npmlog": "^4.0.0",
1408
+ "request": "^2.88.0",
1409
+ "sass-graph": "2.2.5",
1410
+ "stdout-stream": "^1.4.0",
1411
+ "true-case-path": "^1.0.2"
1412
+ }
1413
+ },
1414
+ "nopt": {
1415
+ "version": "5.0.0",
1416
+ "resolved": "https://registry.npmjs.org/nopt/-/nopt-5.0.0.tgz",
1417
+ "integrity": "sha512-Tbj67rffqceeLpcRXrT7vKAN8CwfPeIBgM7E6iBkmKLV7bEMwpGgYLGv0jACUsECaa/vuxP0IjEont6umdMgtQ==",
1418
+ "dev": true,
1419
+ "requires": {
1420
+ "abbrev": "1"
1421
+ }
1422
+ },
1423
+ "normalize-package-data": {
1424
+ "version": "2.5.0",
1425
+ "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-2.5.0.tgz",
1426
+ "integrity": "sha512-/5CMN3T0R4XTj4DcGaexo+roZSdSFW/0AOOTROrjxzCG1wrWXEsGbRKevjlIL+ZDE4sZlJr5ED4YW0yqmkK+eA==",
1427
+ "dev": true,
1428
+ "requires": {
1429
+ "hosted-git-info": "^2.1.4",
1430
+ "resolve": "^1.10.0",
1431
+ "semver": "2 || 3 || 4 || 5",
1432
+ "validate-npm-package-license": "^3.0.1"
1433
+ }
1434
+ },
1435
+ "normalize-path": {
1436
+ "version": "3.0.0",
1437
+ "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz",
1438
+ "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==",
1439
+ "dev": true
1440
+ },
1441
+ "normalize-range": {
1442
+ "version": "0.1.2",
1443
+ "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz",
1444
+ "integrity": "sha1-LRDAa9/TEuqXd2laTShDlFa3WUI=",
1445
+ "dev": true
1446
+ },
1447
+ "npmlog": {
1448
+ "version": "4.1.2",
1449
+ "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-4.1.2.tgz",
1450
+ "integrity": "sha512-2uUqazuKlTaSI/dC8AzicUck7+IrEaOnN/e0jd3Xtt1KcGpwx30v50mL7oPyr/h9bL3E4aZccVwpwP+5W9Vjkg==",
1451
+ "dev": true,
1452
+ "requires": {
1453
+ "are-we-there-yet": "~1.1.2",
1454
+ "console-control-strings": "~1.1.0",
1455
+ "gauge": "~2.7.3",
1456
+ "set-blocking": "~2.0.0"
1457
+ }
1458
+ },
1459
+ "number-is-nan": {
1460
+ "version": "1.0.1",
1461
+ "resolved": "https://registry.npmjs.org/number-is-nan/-/number-is-nan-1.0.1.tgz",
1462
+ "integrity": "sha1-CXtgK1NCKlIsGvuHkDGDNpQaAR0=",
1463
+ "dev": true
1464
+ },
1465
+ "oauth-sign": {
1466
+ "version": "0.9.0",
1467
+ "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz",
1468
+ "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==",
1469
+ "dev": true
1470
+ },
1471
+ "object-assign": {
1472
+ "version": "4.1.1",
1473
+ "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz",
1474
+ "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=",
1475
+ "dev": true
1476
+ },
1477
+ "once": {
1478
+ "version": "1.4.0",
1479
+ "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz",
1480
+ "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=",
1481
+ "dev": true,
1482
+ "requires": {
1483
+ "wrappy": "1"
1484
+ }
1485
+ },
1486
+ "p-limit": {
1487
+ "version": "2.3.0",
1488
+ "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz",
1489
+ "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==",
1490
+ "dev": true,
1491
+ "requires": {
1492
+ "p-try": "^2.0.0"
1493
+ }
1494
+ },
1495
+ "p-locate": {
1496
+ "version": "3.0.0",
1497
+ "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-3.0.0.tgz",
1498
+ "integrity": "sha512-x+12w/To+4GFfgJhBEpiDcLozRJGegY+Ei7/z0tSLkMmxGZNybVMSfWj9aJn8Z5Fc7dBUNJOOVgPv2H7IwulSQ==",
1499
+ "dev": true,
1500
+ "requires": {
1501
+ "p-limit": "^2.0.0"
1502
+ }
1503
+ },
1504
+ "p-try": {
1505
+ "version": "2.2.0",
1506
+ "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz",
1507
+ "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==",
1508
+ "dev": true
1509
+ },
1510
+ "parent-module": {
1511
+ "version": "1.0.1",
1512
+ "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz",
1513
+ "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==",
1514
+ "dev": true,
1515
+ "requires": {
1516
+ "callsites": "^3.0.0"
1517
+ }
1518
+ },
1519
+ "parse-json": {
1520
+ "version": "2.2.0",
1521
+ "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-2.2.0.tgz",
1522
+ "integrity": "sha1-9ID0BDTvgHQfhGkJn43qGPVaTck=",
1523
+ "dev": true,
1524
+ "requires": {
1525
+ "error-ex": "^1.2.0"
1526
+ }
1527
+ },
1528
+ "path-exists": {
1529
+ "version": "2.1.0",
1530
+ "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-2.1.0.tgz",
1531
+ "integrity": "sha1-D+tsZPD8UY2adU3V77YscCJ2H0s=",
1532
+ "dev": true,
1533
+ "requires": {
1534
+ "pinkie-promise": "^2.0.0"
1535
+ }
1536
+ },
1537
+ "path-is-absolute": {
1538
+ "version": "1.0.1",
1539
+ "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz",
1540
+ "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=",
1541
+ "dev": true
1542
+ },
1543
+ "path-key": {
1544
+ "version": "3.1.1",
1545
+ "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz",
1546
+ "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==",
1547
+ "dev": true
1548
+ },
1549
+ "path-parse": {
1550
+ "version": "1.0.6",
1551
+ "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.6.tgz",
1552
+ "integrity": "sha512-GSmOT2EbHrINBf9SR7CDELwlJ8AENk3Qn7OikK4nFYAu3Ote2+JYNVvkpAEQm3/TLNEJFD/xZJjzyxg3KBWOzw==",
1553
+ "dev": true
1554
+ },
1555
+ "path-type": {
1556
+ "version": "1.1.0",
1557
+ "resolved": "https://registry.npmjs.org/path-type/-/path-type-1.1.0.tgz",
1558
+ "integrity": "sha1-WcRPfuSR2nBNpBXaWkBwuk+P5EE=",
1559
+ "dev": true,
1560
+ "requires": {
1561
+ "graceful-fs": "^4.1.2",
1562
+ "pify": "^2.0.0",
1563
+ "pinkie-promise": "^2.0.0"
1564
+ }
1565
+ },
1566
+ "performance-now": {
1567
+ "version": "2.1.0",
1568
+ "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz",
1569
+ "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=",
1570
+ "dev": true
1571
+ },
1572
+ "picomatch": {
1573
+ "version": "2.2.3",
1574
+ "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.2.3.tgz",
1575
+ "integrity": "sha512-KpELjfwcCDUb9PeigTs2mBJzXUPzAuP2oPcA989He8Rte0+YUAjw1JVedDhuTKPkHjSYzMN3npC9luThGYEKdg==",
1576
+ "dev": true
1577
+ },
1578
+ "pify": {
1579
+ "version": "2.3.0",
1580
+ "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz",
1581
+ "integrity": "sha1-7RQaasBDqEnqWISY59yosVMw6Qw=",
1582
+ "dev": true
1583
+ },
1584
+ "pinkie": {
1585
+ "version": "2.0.4",
1586
+ "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz",
1587
+ "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=",
1588
+ "dev": true
1589
+ },
1590
+ "pinkie-promise": {
1591
+ "version": "2.0.1",
1592
+ "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz",
1593
+ "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=",
1594
+ "dev": true,
1595
+ "requires": {
1596
+ "pinkie": "^2.0.0"
1597
+ }
1598
+ },
1599
+ "postcss": {
1600
+ "version": "8.2.14",
1601
+ "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.2.14.tgz",
1602
+ "integrity": "sha512-+jD0ZijcvyCqPQo/m/CW0UcARpdFylq04of+Q7RKX6f/Tu+dvpUI/9Sp81+i6/vJThnOBX09Quw0ZLOVwpzX3w==",
1603
+ "requires": {
1604
+ "colorette": "^1.2.2",
1605
+ "nanoid": "^3.1.22",
1606
+ "source-map": "^0.6.1"
1607
+ },
1608
+ "dependencies": {
1609
+ "source-map": {
1610
+ "version": "0.6.1",
1611
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz",
1612
+ "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g=="
1613
+ }
1614
+ }
1615
+ },
1616
+ "postcss-cli": {
1617
+ "version": "8.3.1",
1618
+ "resolved": "https://registry.npmjs.org/postcss-cli/-/postcss-cli-8.3.1.tgz",
1619
+ "integrity": "sha512-leHXsQRq89S3JC9zw/tKyiVV2jAhnfQe0J8VI4eQQbUjwIe0XxVqLrR+7UsahF1s9wi4GlqP6SJ8ydf44cgF2Q==",
1620
+ "dev": true,
1621
+ "requires": {
1622
+ "chalk": "^4.0.0",
1623
+ "chokidar": "^3.3.0",
1624
+ "dependency-graph": "^0.9.0",
1625
+ "fs-extra": "^9.0.0",
1626
+ "get-stdin": "^8.0.0",
1627
+ "globby": "^11.0.0",
1628
+ "postcss-load-config": "^3.0.0",
1629
+ "postcss-reporter": "^7.0.0",
1630
+ "pretty-hrtime": "^1.0.3",
1631
+ "read-cache": "^1.0.0",
1632
+ "slash": "^3.0.0",
1633
+ "yargs": "^16.0.0"
1634
+ },
1635
+ "dependencies": {
1636
+ "ansi-regex": {
1637
+ "version": "5.0.0",
1638
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.0.tgz",
1639
+ "integrity": "sha512-bY6fj56OUQ0hU1KjFNDQuJFezqKdrAyFdIevADiqrWHwSlbmBNMHp5ak2f40Pm8JTFyM2mqxkG6ngkHO11f/lg==",
1640
+ "dev": true
1641
+ },
1642
+ "ansi-styles": {
1643
+ "version": "4.3.0",
1644
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz",
1645
+ "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==",
1646
+ "dev": true,
1647
+ "requires": {
1648
+ "color-convert": "^2.0.1"
1649
+ }
1650
+ },
1651
+ "chalk": {
1652
+ "version": "4.1.1",
1653
+ "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.1.tgz",
1654
+ "integrity": "sha512-diHzdDKxcU+bAsUboHLPEDQiw0qEe0qd7SYUn3HgcFlWgbDcfLGswOHYeGrHKzG9z6UYf01d9VFMfZxPM1xZSg==",
1655
+ "dev": true,
1656
+ "requires": {
1657
+ "ansi-styles": "^4.1.0",
1658
+ "supports-color": "^7.1.0"
1659
+ }
1660
+ },
1661
+ "cliui": {
1662
+ "version": "7.0.4",
1663
+ "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz",
1664
+ "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==",
1665
+ "dev": true,
1666
+ "requires": {
1667
+ "string-width": "^4.2.0",
1668
+ "strip-ansi": "^6.0.0",
1669
+ "wrap-ansi": "^7.0.0"
1670
+ }
1671
+ },
1672
+ "color-convert": {
1673
+ "version": "2.0.1",
1674
+ "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz",
1675
+ "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==",
1676
+ "dev": true,
1677
+ "requires": {
1678
+ "color-name": "~1.1.4"
1679
+ }
1680
+ },
1681
+ "color-name": {
1682
+ "version": "1.1.4",
1683
+ "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz",
1684
+ "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==",
1685
+ "dev": true
1686
+ },
1687
+ "emoji-regex": {
1688
+ "version": "8.0.0",
1689
+ "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz",
1690
+ "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==",
1691
+ "dev": true
1692
+ },
1693
+ "get-stdin": {
1694
+ "version": "8.0.0",
1695
+ "resolved": "https://registry.npmjs.org/get-stdin/-/get-stdin-8.0.0.tgz",
1696
+ "integrity": "sha512-sY22aA6xchAzprjyqmSEQv4UbAAzRN0L2dQB0NlN5acTTK9Don6nhoc3eAbUnpZiCANAMfd/+40kVdKfFygohg==",
1697
+ "dev": true
1698
+ },
1699
+ "is-fullwidth-code-point": {
1700
+ "version": "3.0.0",
1701
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz",
1702
+ "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==",
1703
+ "dev": true
1704
+ },
1705
+ "string-width": {
1706
+ "version": "4.2.2",
1707
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.2.tgz",
1708
+ "integrity": "sha512-XBJbT3N4JhVumXE0eoLU9DCjcaF92KLNqTmFCnG1pf8duUxFGwtP6AD6nkjw9a3IdiRtL3E2w3JDiE/xi3vOeA==",
1709
+ "dev": true,
1710
+ "requires": {
1711
+ "emoji-regex": "^8.0.0",
1712
+ "is-fullwidth-code-point": "^3.0.0",
1713
+ "strip-ansi": "^6.0.0"
1714
+ }
1715
+ },
1716
+ "strip-ansi": {
1717
+ "version": "6.0.0",
1718
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.0.tgz",
1719
+ "integrity": "sha512-AuvKTrTfQNYNIctbR1K/YGTR1756GycPsg7b9bdV9Duqur4gv6aKqHXah67Z8ImS7WEz5QVcOtlfW2rZEugt6w==",
1720
+ "dev": true,
1721
+ "requires": {
1722
+ "ansi-regex": "^5.0.0"
1723
+ }
1724
+ },
1725
+ "supports-color": {
1726
+ "version": "7.2.0",
1727
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz",
1728
+ "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==",
1729
+ "dev": true,
1730
+ "requires": {
1731
+ "has-flag": "^4.0.0"
1732
+ }
1733
+ },
1734
+ "wrap-ansi": {
1735
+ "version": "7.0.0",
1736
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz",
1737
+ "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==",
1738
+ "dev": true,
1739
+ "requires": {
1740
+ "ansi-styles": "^4.0.0",
1741
+ "string-width": "^4.1.0",
1742
+ "strip-ansi": "^6.0.0"
1743
+ }
1744
+ },
1745
+ "y18n": {
1746
+ "version": "5.0.8",
1747
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz",
1748
+ "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==",
1749
+ "dev": true
1750
+ },
1751
+ "yargs": {
1752
+ "version": "16.2.0",
1753
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz",
1754
+ "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==",
1755
+ "dev": true,
1756
+ "requires": {
1757
+ "cliui": "^7.0.2",
1758
+ "escalade": "^3.1.1",
1759
+ "get-caller-file": "^2.0.5",
1760
+ "require-directory": "^2.1.1",
1761
+ "string-width": "^4.2.0",
1762
+ "y18n": "^5.0.5",
1763
+ "yargs-parser": "^20.2.2"
1764
+ }
1765
+ },
1766
+ "yargs-parser": {
1767
+ "version": "20.2.7",
1768
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.7.tgz",
1769
+ "integrity": "sha512-FiNkvbeHzB/syOjIUxFDCnhSfzAL8R5vs40MgLFBorXACCOAEaWu0gRZl14vG8MR9AOJIZbmkjhusqBYZ3HTHw==",
1770
+ "dev": true
1771
+ }
1772
+ }
1773
+ },
1774
+ "postcss-load-config": {
1775
+ "version": "3.0.1",
1776
+ "resolved": "https://registry.npmjs.org/postcss-load-config/-/postcss-load-config-3.0.1.tgz",
1777
+ "integrity": "sha512-/pDHe30UYZUD11IeG8GWx9lNtu1ToyTsZHnyy45B4Mrwr/Kb6NgYl7k753+05CJNKnjbwh4975amoPJ+TEjHNQ==",
1778
+ "dev": true,
1779
+ "requires": {
1780
+ "cosmiconfig": "^7.0.0",
1781
+ "import-cwd": "^3.0.0"
1782
+ }
1783
+ },
1784
+ "postcss-reporter": {
1785
+ "version": "7.0.2",
1786
+ "resolved": "https://registry.npmjs.org/postcss-reporter/-/postcss-reporter-7.0.2.tgz",
1787
+ "integrity": "sha512-JyQ96NTQQsso42y6L1H1RqHfWH1C3Jr0pt91mVv5IdYddZAE9DUZxuferNgk6q0o6vBVOrfVJb10X1FgDzjmDw==",
1788
+ "dev": true,
1789
+ "requires": {
1790
+ "colorette": "^1.2.1",
1791
+ "lodash.difference": "^4.5.0",
1792
+ "lodash.forown": "^4.4.0",
1793
+ "lodash.get": "^4.4.2",
1794
+ "lodash.groupby": "^4.6.0",
1795
+ "lodash.sortby": "^4.7.0"
1796
+ }
1797
+ },
1798
+ "postcss-value-parser": {
1799
+ "version": "4.1.0",
1800
+ "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.1.0.tgz",
1801
+ "integrity": "sha512-97DXOFbQJhk71ne5/Mt6cOu6yxsSfM0QGQyl0L25Gca4yGWEGJaig7l7gbCX623VqTBNGLRLaVUCnNkcedlRSQ==",
1802
+ "dev": true
1803
+ },
1804
+ "pretty-hrtime": {
1805
+ "version": "1.0.3",
1806
+ "resolved": "https://registry.npmjs.org/pretty-hrtime/-/pretty-hrtime-1.0.3.tgz",
1807
+ "integrity": "sha1-t+PqQkNaTJsnWdmeDyAesZWALuE=",
1808
+ "dev": true
1809
+ },
1810
+ "process-nextick-args": {
1811
+ "version": "2.0.1",
1812
+ "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz",
1813
+ "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==",
1814
+ "dev": true
1815
+ },
1816
+ "psl": {
1817
+ "version": "1.8.0",
1818
+ "resolved": "https://registry.npmjs.org/psl/-/psl-1.8.0.tgz",
1819
+ "integrity": "sha512-RIdOzyoavK+hA18OGGWDqUTsCLhtA7IcZ/6NCs4fFJaHBDab+pDDmDIByWFRQJq2Cd7r1OoQxBGKOaztq+hjIQ==",
1820
+ "dev": true
1821
+ },
1822
+ "punycode": {
1823
+ "version": "2.1.1",
1824
+ "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz",
1825
+ "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
1826
+ "dev": true
1827
+ },
1828
+ "qs": {
1829
+ "version": "6.5.2",
1830
+ "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.2.tgz",
1831
+ "integrity": "sha512-N5ZAX4/LxJmF+7wN74pUD6qAh9/wnvdQcjq9TZjevvXzSUo7bfmw91saqMjzGS2xq91/odN2dW/WOl7qQHNDGA==",
1832
+ "dev": true
1833
+ },
1834
+ "queue-microtask": {
1835
+ "version": "1.2.3",
1836
+ "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz",
1837
+ "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==",
1838
+ "dev": true
1839
+ },
1840
+ "read-cache": {
1841
+ "version": "1.0.0",
1842
+ "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz",
1843
+ "integrity": "sha1-5mTvMRYRZsl1HNvo28+GtftY93Q=",
1844
+ "dev": true,
1845
+ "requires": {
1846
+ "pify": "^2.3.0"
1847
+ }
1848
+ },
1849
+ "read-pkg": {
1850
+ "version": "1.1.0",
1851
+ "resolved": "https://registry.npmjs.org/read-pkg/-/read-pkg-1.1.0.tgz",
1852
+ "integrity": "sha1-9f+qXs0pyzHAR0vKfXVra7KePyg=",
1853
+ "dev": true,
1854
+ "requires": {
1855
+ "load-json-file": "^1.0.0",
1856
+ "normalize-package-data": "^2.3.2",
1857
+ "path-type": "^1.0.0"
1858
+ }
1859
+ },
1860
+ "read-pkg-up": {
1861
+ "version": "1.0.1",
1862
+ "resolved": "https://registry.npmjs.org/read-pkg-up/-/read-pkg-up-1.0.1.tgz",
1863
+ "integrity": "sha1-nWPBMnbAZZGNV/ACpX9AobZD+wI=",
1864
+ "dev": true,
1865
+ "requires": {
1866
+ "find-up": "^1.0.0",
1867
+ "read-pkg": "^1.0.0"
1868
+ }
1869
+ },
1870
+ "readable-stream": {
1871
+ "version": "2.3.7",
1872
+ "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz",
1873
+ "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==",
1874
+ "dev": true,
1875
+ "requires": {
1876
+ "core-util-is": "~1.0.0",
1877
+ "inherits": "~2.0.3",
1878
+ "isarray": "~1.0.0",
1879
+ "process-nextick-args": "~2.0.0",
1880
+ "safe-buffer": "~5.1.1",
1881
+ "string_decoder": "~1.1.1",
1882
+ "util-deprecate": "~1.0.1"
1883
+ }
1884
+ },
1885
+ "readdirp": {
1886
+ "version": "3.5.0",
1887
+ "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.5.0.tgz",
1888
+ "integrity": "sha512-cMhu7c/8rdhkHXWsY+osBhfSy0JikwpHK/5+imo+LpeasTF8ouErHrlYkwT0++njiyuDvc7OFY5T3ukvZ8qmFQ==",
1889
+ "dev": true,
1890
+ "requires": {
1891
+ "picomatch": "^2.2.1"
1892
+ }
1893
+ },
1894
+ "redent": {
1895
+ "version": "1.0.0",
1896
+ "resolved": "https://registry.npmjs.org/redent/-/redent-1.0.0.tgz",
1897
+ "integrity": "sha1-z5Fqsf1fHxbfsggi3W7H9zDCr94=",
1898
+ "dev": true,
1899
+ "requires": {
1900
+ "indent-string": "^2.1.0",
1901
+ "strip-indent": "^1.0.1"
1902
+ }
1903
+ },
1904
+ "repeating": {
1905
+ "version": "2.0.1",
1906
+ "resolved": "https://registry.npmjs.org/repeating/-/repeating-2.0.1.tgz",
1907
+ "integrity": "sha1-UhTFOpJtNVJwdSf7q0FdvAjQbdo=",
1908
+ "dev": true,
1909
+ "requires": {
1910
+ "is-finite": "^1.0.0"
1911
+ }
1912
+ },
1913
+ "request": {
1914
+ "version": "2.88.2",
1915
+ "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz",
1916
+ "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==",
1917
+ "dev": true,
1918
+ "requires": {
1919
+ "aws-sign2": "~0.7.0",
1920
+ "aws4": "^1.8.0",
1921
+ "caseless": "~0.12.0",
1922
+ "combined-stream": "~1.0.6",
1923
+ "extend": "~3.0.2",
1924
+ "forever-agent": "~0.6.1",
1925
+ "form-data": "~2.3.2",
1926
+ "har-validator": "~5.1.3",
1927
+ "http-signature": "~1.2.0",
1928
+ "is-typedarray": "~1.0.0",
1929
+ "isstream": "~0.1.2",
1930
+ "json-stringify-safe": "~5.0.1",
1931
+ "mime-types": "~2.1.19",
1932
+ "oauth-sign": "~0.9.0",
1933
+ "performance-now": "^2.1.0",
1934
+ "qs": "~6.5.2",
1935
+ "safe-buffer": "^5.1.2",
1936
+ "tough-cookie": "~2.5.0",
1937
+ "tunnel-agent": "^0.6.0",
1938
+ "uuid": "^3.3.2"
1939
+ }
1940
+ },
1941
+ "require-directory": {
1942
+ "version": "2.1.1",
1943
+ "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz",
1944
+ "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=",
1945
+ "dev": true
1946
+ },
1947
+ "require-main-filename": {
1948
+ "version": "2.0.0",
1949
+ "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz",
1950
+ "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==",
1951
+ "dev": true
1952
+ },
1953
+ "resolve": {
1954
+ "version": "1.20.0",
1955
+ "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.20.0.tgz",
1956
+ "integrity": "sha512-wENBPt4ySzg4ybFQW2TT1zMQucPK95HSh/nq2CFTZVOGut2+pQvSsgtda4d26YrYcr067wjbmzOG8byDPBX63A==",
1957
+ "dev": true,
1958
+ "requires": {
1959
+ "is-core-module": "^2.2.0",
1960
+ "path-parse": "^1.0.6"
1961
+ }
1962
+ },
1963
+ "resolve-from": {
1964
+ "version": "4.0.0",
1965
+ "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz",
1966
+ "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==",
1967
+ "dev": true
1968
+ },
1969
+ "reusify": {
1970
+ "version": "1.0.4",
1971
+ "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz",
1972
+ "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==",
1973
+ "dev": true
1974
+ },
1975
+ "rimraf": {
1976
+ "version": "3.0.2",
1977
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
1978
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
1979
+ "dev": true,
1980
+ "requires": {
1981
+ "glob": "^7.1.3"
1982
+ }
1983
+ },
1984
+ "run-parallel": {
1985
+ "version": "1.2.0",
1986
+ "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz",
1987
+ "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==",
1988
+ "dev": true,
1989
+ "requires": {
1990
+ "queue-microtask": "^1.2.2"
1991
+ }
1992
+ },
1993
+ "safe-buffer": {
1994
+ "version": "5.1.2",
1995
+ "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz",
1996
+ "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==",
1997
+ "dev": true
1998
+ },
1999
+ "safer-buffer": {
2000
+ "version": "2.1.2",
2001
+ "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz",
2002
+ "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==",
2003
+ "dev": true
2004
+ },
2005
+ "sass-graph": {
2006
+ "version": "2.2.5",
2007
+ "resolved": "https://registry.npmjs.org/sass-graph/-/sass-graph-2.2.5.tgz",
2008
+ "integrity": "sha512-VFWDAHOe6mRuT4mZRd4eKE+d8Uedrk6Xnh7Sh9b4NGufQLQjOrvf/MQoOdx+0s92L89FeyUUNfU597j/3uNpag==",
2009
+ "dev": true,
2010
+ "requires": {
2011
+ "glob": "^7.0.0",
2012
+ "lodash": "^4.0.0",
2013
+ "scss-tokenizer": "^0.2.3",
2014
+ "yargs": "^13.3.2"
2015
+ }
2016
+ },
2017
+ "scss-tokenizer": {
2018
+ "version": "0.2.3",
2019
+ "resolved": "https://registry.npmjs.org/scss-tokenizer/-/scss-tokenizer-0.2.3.tgz",
2020
+ "integrity": "sha1-jrBtualyMzOCTT9VMGQRSYR85dE=",
2021
+ "dev": true,
2022
+ "requires": {
2023
+ "js-base64": "^2.1.8",
2024
+ "source-map": "^0.4.2"
2025
+ }
2026
+ },
2027
+ "semver": {
2028
+ "version": "5.7.1",
2029
+ "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz",
2030
+ "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==",
2031
+ "dev": true
2032
+ },
2033
+ "set-blocking": {
2034
+ "version": "2.0.0",
2035
+ "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz",
2036
+ "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=",
2037
+ "dev": true
2038
+ },
2039
+ "shebang-command": {
2040
+ "version": "2.0.0",
2041
+ "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz",
2042
+ "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==",
2043
+ "dev": true,
2044
+ "requires": {
2045
+ "shebang-regex": "^3.0.0"
2046
+ }
2047
+ },
2048
+ "shebang-regex": {
2049
+ "version": "3.0.0",
2050
+ "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz",
2051
+ "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==",
2052
+ "dev": true
2053
+ },
2054
+ "signal-exit": {
2055
+ "version": "3.0.3",
2056
+ "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.3.tgz",
2057
+ "integrity": "sha512-VUJ49FC8U1OxwZLxIbTTrDvLnf/6TDgxZcK8wxR8zs13xpx7xbG60ndBlhNrFi2EMuFRoeDoJO7wthSLq42EjA==",
2058
+ "dev": true
2059
+ },
2060
+ "slash": {
2061
+ "version": "3.0.0",
2062
+ "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz",
2063
+ "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==",
2064
+ "dev": true
2065
+ },
2066
+ "source-map": {
2067
+ "version": "0.4.4",
2068
+ "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.4.4.tgz",
2069
+ "integrity": "sha1-66T12pwNyZneaAMti092FzZSA2s=",
2070
+ "dev": true,
2071
+ "requires": {
2072
+ "amdefine": ">=0.0.4"
2073
+ }
2074
+ },
2075
+ "spdx-correct": {
2076
+ "version": "3.1.1",
2077
+ "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz",
2078
+ "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==",
2079
+ "dev": true,
2080
+ "requires": {
2081
+ "spdx-expression-parse": "^3.0.0",
2082
+ "spdx-license-ids": "^3.0.0"
2083
+ }
2084
+ },
2085
+ "spdx-exceptions": {
2086
+ "version": "2.3.0",
2087
+ "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz",
2088
+ "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==",
2089
+ "dev": true
2090
+ },
2091
+ "spdx-expression-parse": {
2092
+ "version": "3.0.1",
2093
+ "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz",
2094
+ "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==",
2095
+ "dev": true,
2096
+ "requires": {
2097
+ "spdx-exceptions": "^2.1.0",
2098
+ "spdx-license-ids": "^3.0.0"
2099
+ }
2100
+ },
2101
+ "spdx-license-ids": {
2102
+ "version": "3.0.7",
2103
+ "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.7.tgz",
2104
+ "integrity": "sha512-U+MTEOO0AiDzxwFvoa4JVnMV6mZlJKk2sBLt90s7G0Gd0Mlknc7kxEn3nuDPNZRta7O2uy8oLcZLVT+4sqNZHQ==",
2105
+ "dev": true
2106
+ },
2107
+ "sshpk": {
2108
+ "version": "1.16.1",
2109
+ "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.16.1.tgz",
2110
+ "integrity": "sha512-HXXqVUq7+pcKeLqqZj6mHFUMvXtOJt1uoUx09pFW6011inTMxqI8BA8PM95myrIyyKwdnzjdFjLiE6KBPVtJIg==",
2111
+ "dev": true,
2112
+ "requires": {
2113
+ "asn1": "~0.2.3",
2114
+ "assert-plus": "^1.0.0",
2115
+ "bcrypt-pbkdf": "^1.0.0",
2116
+ "dashdash": "^1.12.0",
2117
+ "ecc-jsbn": "~0.1.1",
2118
+ "getpass": "^0.1.1",
2119
+ "jsbn": "~0.1.0",
2120
+ "safer-buffer": "^2.0.2",
2121
+ "tweetnacl": "~0.14.0"
2122
+ }
2123
+ },
2124
+ "stdout-stream": {
2125
+ "version": "1.4.1",
2126
+ "resolved": "https://registry.npmjs.org/stdout-stream/-/stdout-stream-1.4.1.tgz",
2127
+ "integrity": "sha512-j4emi03KXqJWcIeF8eIXkjMFN1Cmb8gUlDYGeBALLPo5qdyTfA9bOtl8m33lRoC+vFMkP3gl0WsDr6+gzxbbTA==",
2128
+ "dev": true,
2129
+ "requires": {
2130
+ "readable-stream": "^2.0.1"
2131
+ }
2132
+ },
2133
+ "string-width": {
2134
+ "version": "1.0.2",
2135
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-1.0.2.tgz",
2136
+ "integrity": "sha1-EYvfW4zcUaKn5w0hHgfisLmxB9M=",
2137
+ "dev": true,
2138
+ "requires": {
2139
+ "code-point-at": "^1.0.0",
2140
+ "is-fullwidth-code-point": "^1.0.0",
2141
+ "strip-ansi": "^3.0.0"
2142
+ }
2143
+ },
2144
+ "string_decoder": {
2145
+ "version": "1.1.1",
2146
+ "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz",
2147
+ "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==",
2148
+ "dev": true,
2149
+ "requires": {
2150
+ "safe-buffer": "~5.1.0"
2151
+ }
2152
+ },
2153
+ "strip-ansi": {
2154
+ "version": "3.0.1",
2155
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz",
2156
+ "integrity": "sha1-ajhfuIU9lS1f8F0Oiq+UJ43GPc8=",
2157
+ "dev": true,
2158
+ "requires": {
2159
+ "ansi-regex": "^2.0.0"
2160
+ }
2161
+ },
2162
+ "strip-bom": {
2163
+ "version": "2.0.0",
2164
+ "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-2.0.0.tgz",
2165
+ "integrity": "sha1-YhmoVhZSBJHzV4i9vxRHqZx+aw4=",
2166
+ "dev": true,
2167
+ "requires": {
2168
+ "is-utf8": "^0.2.0"
2169
+ }
2170
+ },
2171
+ "strip-indent": {
2172
+ "version": "1.0.1",
2173
+ "resolved": "https://registry.npmjs.org/strip-indent/-/strip-indent-1.0.1.tgz",
2174
+ "integrity": "sha1-DHlipq3vp7vUrDZkYKY4VSrhoKI=",
2175
+ "dev": true,
2176
+ "requires": {
2177
+ "get-stdin": "^4.0.1"
2178
+ }
2179
+ },
2180
+ "supports-color": {
2181
+ "version": "2.0.0",
2182
+ "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz",
2183
+ "integrity": "sha1-U10EXOa2Nj+kARcIRimZXp3zJMc=",
2184
+ "dev": true
2185
+ },
2186
+ "tar": {
2187
+ "version": "6.1.0",
2188
+ "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.0.tgz",
2189
+ "integrity": "sha512-DUCttfhsnLCjwoDoFcI+B2iJgYa93vBnDUATYEeRx6sntCTdN01VnqsIuTlALXla/LWooNg0yEGeB+Y8WdFxGA==",
2190
+ "dev": true,
2191
+ "requires": {
2192
+ "chownr": "^2.0.0",
2193
+ "fs-minipass": "^2.0.0",
2194
+ "minipass": "^3.0.0",
2195
+ "minizlib": "^2.1.1",
2196
+ "mkdirp": "^1.0.3",
2197
+ "yallist": "^4.0.0"
2198
+ },
2199
+ "dependencies": {
2200
+ "mkdirp": {
2201
+ "version": "1.0.4",
2202
+ "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz",
2203
+ "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==",
2204
+ "dev": true
2205
+ }
2206
+ }
2207
+ },
2208
+ "to-regex-range": {
2209
+ "version": "5.0.1",
2210
+ "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz",
2211
+ "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==",
2212
+ "dev": true,
2213
+ "requires": {
2214
+ "is-number": "^7.0.0"
2215
+ }
2216
+ },
2217
+ "tough-cookie": {
2218
+ "version": "2.5.0",
2219
+ "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz",
2220
+ "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==",
2221
+ "dev": true,
2222
+ "requires": {
2223
+ "psl": "^1.1.28",
2224
+ "punycode": "^2.1.1"
2225
+ }
2226
+ },
2227
+ "trim-newlines": {
2228
+ "version": "1.0.0",
2229
+ "resolved": "https://registry.npmjs.org/trim-newlines/-/trim-newlines-1.0.0.tgz",
2230
+ "integrity": "sha1-WIeWa7WCpFA6QetST301ARgVphM=",
2231
+ "dev": true
2232
+ },
2233
+ "true-case-path": {
2234
+ "version": "1.0.3",
2235
+ "resolved": "https://registry.npmjs.org/true-case-path/-/true-case-path-1.0.3.tgz",
2236
+ "integrity": "sha512-m6s2OdQe5wgpFMC+pAJ+q9djG82O2jcHPOI6RNg1yy9rCYR+WD6Nbpl32fDpfC56nirdRy+opFa/Vk7HYhqaew==",
2237
+ "dev": true,
2238
+ "requires": {
2239
+ "glob": "^7.1.2"
2240
+ }
2241
+ },
2242
+ "tunnel-agent": {
2243
+ "version": "0.6.0",
2244
+ "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz",
2245
+ "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=",
2246
+ "dev": true,
2247
+ "requires": {
2248
+ "safe-buffer": "^5.0.1"
2249
+ }
2250
+ },
2251
+ "tweetnacl": {
2252
+ "version": "0.14.5",
2253
+ "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz",
2254
+ "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=",
2255
+ "dev": true
2256
+ },
2257
+ "universalify": {
2258
+ "version": "2.0.0",
2259
+ "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz",
2260
+ "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==",
2261
+ "dev": true
2262
+ },
2263
+ "uri-js": {
2264
+ "version": "4.4.1",
2265
+ "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz",
2266
+ "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==",
2267
+ "dev": true,
2268
+ "requires": {
2269
+ "punycode": "^2.1.0"
2270
+ }
2271
+ },
2272
+ "util-deprecate": {
2273
+ "version": "1.0.2",
2274
+ "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz",
2275
+ "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=",
2276
+ "dev": true
2277
+ },
2278
+ "uuid": {
2279
+ "version": "3.4.0",
2280
+ "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz",
2281
+ "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==",
2282
+ "dev": true
2283
+ },
2284
+ "validate-npm-package-license": {
2285
+ "version": "3.0.4",
2286
+ "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz",
2287
+ "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==",
2288
+ "dev": true,
2289
+ "requires": {
2290
+ "spdx-correct": "^3.0.0",
2291
+ "spdx-expression-parse": "^3.0.0"
2292
+ }
2293
+ },
2294
+ "verror": {
2295
+ "version": "1.10.0",
2296
+ "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz",
2297
+ "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=",
2298
+ "dev": true,
2299
+ "requires": {
2300
+ "assert-plus": "^1.0.0",
2301
+ "core-util-is": "1.0.2",
2302
+ "extsprintf": "^1.2.0"
2303
+ }
2304
+ },
2305
+ "which": {
2306
+ "version": "2.0.2",
2307
+ "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz",
2308
+ "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==",
2309
+ "dev": true,
2310
+ "requires": {
2311
+ "isexe": "^2.0.0"
2312
+ }
2313
+ },
2314
+ "which-module": {
2315
+ "version": "2.0.0",
2316
+ "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz",
2317
+ "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=",
2318
+ "dev": true
2319
+ },
2320
+ "wide-align": {
2321
+ "version": "1.1.3",
2322
+ "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.3.tgz",
2323
+ "integrity": "sha512-QGkOQc8XL6Bt5PwnsExKBPuMKBxnGxWWW3fU55Xt4feHozMUhdUMaBCk290qpm/wG5u/RSKzwdAC4i51YigihA==",
2324
+ "dev": true,
2325
+ "requires": {
2326
+ "string-width": "^1.0.2 || 2"
2327
+ }
2328
+ },
2329
+ "wrap-ansi": {
2330
+ "version": "5.1.0",
2331
+ "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-5.1.0.tgz",
2332
+ "integrity": "sha512-QC1/iN/2/RPVJ5jYK8BGttj5z83LmSKmvbvrXPNCLZSEb32KKVDJDl/MOt2N01qU2H/FkzEa9PKto1BqDjtd7Q==",
2333
+ "dev": true,
2334
+ "requires": {
2335
+ "ansi-styles": "^3.2.0",
2336
+ "string-width": "^3.0.0",
2337
+ "strip-ansi": "^5.0.0"
2338
+ },
2339
+ "dependencies": {
2340
+ "ansi-regex": {
2341
+ "version": "4.1.0",
2342
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
2343
+ "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==",
2344
+ "dev": true
2345
+ },
2346
+ "ansi-styles": {
2347
+ "version": "3.2.1",
2348
+ "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz",
2349
+ "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==",
2350
+ "dev": true,
2351
+ "requires": {
2352
+ "color-convert": "^1.9.0"
2353
+ }
2354
+ },
2355
+ "is-fullwidth-code-point": {
2356
+ "version": "2.0.0",
2357
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
2358
+ "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
2359
+ "dev": true
2360
+ },
2361
+ "string-width": {
2362
+ "version": "3.1.0",
2363
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
2364
+ "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
2365
+ "dev": true,
2366
+ "requires": {
2367
+ "emoji-regex": "^7.0.1",
2368
+ "is-fullwidth-code-point": "^2.0.0",
2369
+ "strip-ansi": "^5.1.0"
2370
+ }
2371
+ },
2372
+ "strip-ansi": {
2373
+ "version": "5.2.0",
2374
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
2375
+ "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
2376
+ "dev": true,
2377
+ "requires": {
2378
+ "ansi-regex": "^4.1.0"
2379
+ }
2380
+ }
2381
+ }
2382
+ },
2383
+ "wrappy": {
2384
+ "version": "1.0.2",
2385
+ "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz",
2386
+ "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=",
2387
+ "dev": true
2388
+ },
2389
+ "y18n": {
2390
+ "version": "4.0.3",
2391
+ "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz",
2392
+ "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==",
2393
+ "dev": true
2394
+ },
2395
+ "yallist": {
2396
+ "version": "4.0.0",
2397
+ "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz",
2398
+ "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==",
2399
+ "dev": true
2400
+ },
2401
+ "yaml": {
2402
+ "version": "1.10.2",
2403
+ "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz",
2404
+ "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==",
2405
+ "dev": true
2406
+ },
2407
+ "yargs": {
2408
+ "version": "13.3.2",
2409
+ "resolved": "https://registry.npmjs.org/yargs/-/yargs-13.3.2.tgz",
2410
+ "integrity": "sha512-AX3Zw5iPruN5ie6xGRIDgqkT+ZhnRlZMLMHAs8tg7nRruy2Nb+i5o9bwghAogtM08q1dpr2LVoS8KSTMYpWXUw==",
2411
+ "dev": true,
2412
+ "requires": {
2413
+ "cliui": "^5.0.0",
2414
+ "find-up": "^3.0.0",
2415
+ "get-caller-file": "^2.0.1",
2416
+ "require-directory": "^2.1.1",
2417
+ "require-main-filename": "^2.0.0",
2418
+ "set-blocking": "^2.0.0",
2419
+ "string-width": "^3.0.0",
2420
+ "which-module": "^2.0.0",
2421
+ "y18n": "^4.0.0",
2422
+ "yargs-parser": "^13.1.2"
2423
+ },
2424
+ "dependencies": {
2425
+ "ansi-regex": {
2426
+ "version": "4.1.0",
2427
+ "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-4.1.0.tgz",
2428
+ "integrity": "sha512-1apePfXM1UOSqw0o9IiFAovVz9M5S1Dg+4TrDwfMewQ6p/rmMueb7tWZjQ1rx4Loy1ArBggoqGpfqqdI4rondg==",
2429
+ "dev": true
2430
+ },
2431
+ "find-up": {
2432
+ "version": "3.0.0",
2433
+ "resolved": "https://registry.npmjs.org/find-up/-/find-up-3.0.0.tgz",
2434
+ "integrity": "sha512-1yD6RmLI1XBfxugvORwlck6f75tYL+iR0jqwsOrOxMZyGYqUuDhJ0l4AXdO1iX/FTs9cBAMEk1gWSEx1kSbylg==",
2435
+ "dev": true,
2436
+ "requires": {
2437
+ "locate-path": "^3.0.0"
2438
+ }
2439
+ },
2440
+ "is-fullwidth-code-point": {
2441
+ "version": "2.0.0",
2442
+ "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-2.0.0.tgz",
2443
+ "integrity": "sha1-o7MKXE8ZkYMWeqq5O+764937ZU8=",
2444
+ "dev": true
2445
+ },
2446
+ "string-width": {
2447
+ "version": "3.1.0",
2448
+ "resolved": "https://registry.npmjs.org/string-width/-/string-width-3.1.0.tgz",
2449
+ "integrity": "sha512-vafcv6KjVZKSgz06oM/H6GDBrAtz8vdhQakGjFIvNrHA6y3HCF1CInLy+QLq8dTJPQ1b+KDUqDFctkdRW44e1w==",
2450
+ "dev": true,
2451
+ "requires": {
2452
+ "emoji-regex": "^7.0.1",
2453
+ "is-fullwidth-code-point": "^2.0.0",
2454
+ "strip-ansi": "^5.1.0"
2455
+ }
2456
+ },
2457
+ "strip-ansi": {
2458
+ "version": "5.2.0",
2459
+ "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-5.2.0.tgz",
2460
+ "integrity": "sha512-DuRs1gKbBqsMKIZlrffwlug8MHkcnpjs5VPmL1PAh+mA30U0DTotfDZ0d2UUsXpPmPmMMJ6W773MaA3J+lbiWA==",
2461
+ "dev": true,
2462
+ "requires": {
2463
+ "ansi-regex": "^4.1.0"
2464
+ }
2465
+ }
2466
+ }
2467
+ },
2468
+ "yargs-parser": {
2469
+ "version": "13.1.2",
2470
+ "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-13.1.2.tgz",
2471
+ "integrity": "sha512-3lbsNRf/j+A4QuSZfDRA7HRSfWrzO0YjqTJd5kjAq37Zep1CEgaYmrH9Q3GwPiB9cHyd1Y1UwggGhJGoxipbzg==",
2472
+ "dev": true,
2473
+ "requires": {
2474
+ "camelcase": "^5.0.0",
2475
+ "decamelize": "^1.2.0"
2476
+ },
2477
+ "dependencies": {
2478
+ "camelcase": {
2479
+ "version": "5.3.1",
2480
+ "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz",
2481
+ "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==",
2482
+ "dev": true
2483
+ }
2484
+ }
2485
+ }
2486
+ }
2487
+ }
assets/admin/package.json ADDED
@@ -0,0 +1,22 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "name": "opinionstage-wordpress-plugin-assets",
3
+ "version": "1.0.0",
4
+ "description": "",
5
+ "main": "yes",
6
+ "devDependencies": {
7
+ "autoprefixer": "^10.2.5",
8
+ "clean-css-cli": "^5.3.0",
9
+ "node-sass": "^5.0.0",
10
+ "postcss-cli": "^8.3.1"
11
+ },
12
+ "scripts": {
13
+ "test": "echo \"Error: no test specified\" && exit 1",
14
+ "build": "node-sass ./src/ --output ../../admin/css/ --output-style compressed | npm run prefix",
15
+ "prefix": "postcss ../../admin/css/*.css --use=autoprefixer --no-map -d ../../admin/css/"
16
+ },
17
+ "author": "",
18
+ "license": "ISC",
19
+ "dependencies": {
20
+ "postcss": "^8.2.14"
21
+ }
22
+ }
assets/admin/src/admin-feedback.scss ADDED
@@ -0,0 +1,183 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ #opinionistage-deactivate-feedback-modal {
2
+ display: none;
3
+ position: fixed;
4
+ height: 100%;
5
+ width: 100%;
6
+ bottom: 0;
7
+ left: 0;
8
+ background-color: rgba(0,0,0,.8);
9
+ z-index: 9999;
10
+ user-select: none;
11
+ }
12
+
13
+ .opinionstage-dialog-box-content {
14
+ background-color: #fff;
15
+ position: absolute;
16
+ top: 50%;
17
+ left: 50%;
18
+ transform: translate(-50%, -50%);
19
+ border-radius: 3px;
20
+ box-shadow: 2px 8px 23px 3px rgba(0,0,0,.2);
21
+ overflow: hidden;
22
+ width: 550px;
23
+
24
+ .opinionstage-modal-logo {
25
+ position: relative;
26
+ left: -3px;
27
+ bottom: -2px;
28
+ padding: 0
29
+ }
30
+
31
+ .opinionstage-deactivate-feedback-dialog-header {
32
+ padding: 18px 15px;
33
+ box-shadow: 0 0 8px rgba(0,0,0,.1);
34
+ text-align: left;
35
+ .opinionstage-modal-header {
36
+ font-size: 15px;
37
+ text-transform: uppercase;
38
+ font-weight: bold;
39
+ }
40
+ }
41
+
42
+
43
+ .opinionstage-deactivate-feedback-dialog-form-caption {
44
+ font-size: 15px;
45
+ font-weight: bold;
46
+ }
47
+
48
+ .opinionstage-choices-wrapper {
49
+ padding-top: 20px;
50
+ }
51
+
52
+ .opinionstage-dialog-message {
53
+ padding: 30px 30px 0;
54
+ text-align: left;
55
+ }
56
+
57
+ .opinionstage-dialog-buttons {
58
+ border-top: none;
59
+ text-align: left;
60
+ padding: 20px 30px 30px;
61
+ overflow: hidden;
62
+
63
+ button {
64
+ border: none;
65
+ }
66
+
67
+ .opinionstage-dialog-skip,
68
+ .opinionstage-dialog-submit {
69
+ cursor: pointer;
70
+ &:focus {
71
+ outline: none;
72
+ }
73
+ }
74
+
75
+ .opinionstage-dialog-skip {
76
+ font-size: 13px;
77
+ color: #a4afb7;
78
+ padding: 13px 0;
79
+ background: none;
80
+ float: right;
81
+ width: auto;
82
+ }
83
+
84
+ .opinionstage-dialog-submit {
85
+ position: relative;
86
+ background-color: #32adbc;
87
+ border-radius: 3px;
88
+ color: #fff;
89
+ line-height: 1;
90
+ padding: 12px 20px;
91
+ font-size: 13px;
92
+ width: 180px;
93
+ height: 38px;
94
+ transition: all 1s ease;
95
+ &.opinionstage-loading {
96
+ padding-left: 35px;
97
+ opacity: .9;
98
+ .opinionstage-loading-ring {
99
+ opacity: 1;
100
+ }
101
+ }
102
+ }
103
+ }
104
+
105
+ .opinionstage-feedback-text {
106
+ display: block;
107
+ margin: 10px 0 0 30px;
108
+ padding: 5px;
109
+ font-size: 13px;
110
+ box-shadow: none;
111
+ background-color: #fff;
112
+ width: 92%;
113
+ }
114
+
115
+ .opinionstage-deactivate-feedback-dialog-input {
116
+ margin-top: 2px;
117
+ &:not(:checked)~.opinionstage-feedback-text {
118
+ display: none;
119
+ }
120
+ }
121
+
122
+ .opinionstage-deactivate-feedback-dialog-form-caption,
123
+ .opinionstage-deactivate-feedback-dialog-input-wrapper {
124
+ margin-bottom: 10px;
125
+ }
126
+ }
127
+
128
+
129
+ .opinionstage-loading-ring {
130
+ width: 28px;
131
+ height: 28px;
132
+ position: absolute;
133
+ left: 5px;
134
+ top: 7px;
135
+ opacity: 0;
136
+ transition: opacity 1s ease;
137
+ &:after {
138
+ content: " ";
139
+ display: block;
140
+ width: 20px;
141
+ height: 20px;
142
+ border-radius: 50%;
143
+ border: 2px solid #fff;
144
+ border-color: #fff transparent #fff transparent;
145
+ animation: opinionstage-loading-ring 1.2s linear infinite;
146
+ }
147
+ }
148
+
149
+
150
+ .opinionstage-close {
151
+ position: absolute;
152
+ right: 32px;
153
+ top: 22px;
154
+ width: 20px;
155
+ height: 20px;
156
+ cursor: pointer;
157
+
158
+ &:before,
159
+ &:after {
160
+ position: absolute;
161
+ left: 15px;
162
+ content: ' ';
163
+ height: 17px;
164
+ width: 2px;
165
+ background-color: #333;
166
+ }
167
+
168
+ &:before {
169
+ transform: rotate(45deg);
170
+ }
171
+ &:after {
172
+ transform: rotate(-45deg);
173
+ }
174
+ }
175
+
176
+ @keyframes opinionstage-loading-ring {
177
+ 0% {
178
+ transform: rotate(0deg);
179
+ }
180
+ 100% {
181
+ transform: rotate(360deg);
182
+ }
183
+ }
assets/admin/src/menu-page.scss ADDED
@@ -0,0 +1,1019 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ @import "../content-popup/styles/icon-font";
2
+ $blue: #32adbc;
3
+ $blue2: #31aebe;
4
+ $light_red: #f46368;
5
+
6
+
7
+ #opinionstage-content {
8
+ height: auto;
9
+ margin: 0;
10
+ min-height: 100%;
11
+ overflow: hidden;
12
+ padding-top: 20px;
13
+ width: 100%;
14
+
15
+ .opinionstage-header-wrapper {
16
+ background: #232121;
17
+ margin-right: 20px;
18
+ overflow: hidden;
19
+ position: relative;
20
+ }
21
+
22
+ .opinionstage-logo-wrapper {
23
+ padding: 10px 30px;
24
+ }
25
+
26
+ .opinionstage-logo {
27
+ background: url("../images/os-logo-header.png") no-repeat 0 0;
28
+ background-size: contain;
29
+ display: inline-block;
30
+ height: 30px;
31
+ width: 150px;
32
+ }
33
+
34
+ .opinionstage-status-content {
35
+ background-color: #fff;
36
+ border-bottom: 3px solid $blue;
37
+ color: #000;
38
+ height: 109px;
39
+ padding: 20px 35px 0;
40
+ }
41
+
42
+ .opinionstage-status-content-connected {
43
+ color: #fff;
44
+ height: 115px;
45
+ padding: 30px 30px 0;
46
+ }
47
+
48
+ .opinionstage-connect-form {
49
+ display: inline-block;
50
+ }
51
+
52
+ .opinionstage-connect-btn {
53
+ padding-bottom: 14.2px !important;
54
+ padding-top: 14.2px !important;
55
+ position: relative;
56
+ cursor: pointer;
57
+ }
58
+
59
+ .opinionstage-status-title {
60
+ font-size: 24px;
61
+ font-weight: bold;
62
+ line-height: 25px;
63
+ margin-bottom: 14px;
64
+ .opinionstage-title {
65
+ font-size: 20px;
66
+ }
67
+ }
68
+
69
+ .opinionstage-status-content .os-icon-plugin {
70
+ font-size: 19px;
71
+ margin-right: 7px;
72
+ }
73
+
74
+ #os-switch-email {
75
+ font-size: 14px;
76
+ padding: 11px 0;
77
+ }
78
+
79
+ .opinionstage-blue-btn {
80
+ background-color: $blue;
81
+ border-radius: 3px;
82
+ border-style: hidden;
83
+ color: #ffffff;
84
+ display: inline-block;
85
+ font-size: 15px;
86
+ font-weight: 600;
87
+ min-width: 100px;
88
+ padding: 9px 10px;
89
+ text-decoration: none;
90
+ text-align: center;
91
+ transition: 0.2s ease;
92
+ &:hover {
93
+ background-color: #2f9fad;
94
+ }
95
+
96
+ &.border {
97
+ background: #fff;
98
+ color: $blue;
99
+ border: 1px solid $blue;
100
+ &:hover {
101
+ background-color: rgba(49,174,190,0.1);
102
+ }
103
+ }
104
+ }
105
+
106
+ .opinionstage-create-btn {
107
+ width: 100px;
108
+ }
109
+
110
+ a.opinionstage-blue-bordered-btn {
111
+ border: 1px solid $blue;
112
+ border-radius: 2px;
113
+ color: $blue;
114
+ display: block;
115
+ padding: 10px 5px;
116
+ text-align: center;
117
+ text-decoration: none;
118
+ }
119
+
120
+ .opinionstage-dashboard-right a.opinionstage-blue-bordered-btn {
121
+ float: left;
122
+ margin-right: 5px;
123
+ }
124
+
125
+ a.opinionstage-blue-bordered-btn.disabled {
126
+ color: #cacac8;
127
+ border: 1px solid #cacac8;
128
+
129
+ &:hover {
130
+ background-color: #f9f9f9;
131
+ color: #cacac8;
132
+ cursor: default;
133
+ }
134
+ }
135
+
136
+ input#os-email {
137
+ border: 1px solid #cfcfcf;
138
+ border-radius: 2px;
139
+ font-size: 14px;
140
+ margin: 0 10px 0 0;
141
+ min-width: 300px;
142
+ padding: 10px 12px 9px;
143
+
144
+ &:disabled {
145
+ background-color: black;
146
+ color: white;
147
+ opacity: 0.7;
148
+ padding: 3px 10px;
149
+ }
150
+ }
151
+
152
+ .opinionstage-dashboard {
153
+ background-color: #fff;
154
+ margin-right: 20px;
155
+ min-height: 800px;
156
+ overflow: hidden;
157
+ }
158
+
159
+ .opinionstage-dashboard-left,
160
+ .opinionstage-dashboard-right {
161
+ width: 1000px;
162
+ }
163
+
164
+ .opinionstage-dashboard-left {
165
+ margin: 30px;
166
+ .opinionstage-section-header .opinionstage-section-title {
167
+ float: left;
168
+ font-size: 30px;
169
+ padding: 0;
170
+ line-height: 1;
171
+ }
172
+ }
173
+
174
+ .opinionstage-dashboard-section {
175
+ margin-bottom: 30px;
176
+ }
177
+
178
+ .opinionstage-dashboard-section {
179
+ .opinionstage-section-header {
180
+ height: 58px;
181
+ margin-top: 10px;
182
+ overflow: hidden;
183
+
184
+ a {
185
+ margin: 0;
186
+ padding: 10px;
187
+
188
+ &:focus {
189
+ box-shadow: none;
190
+ }
191
+ }
192
+ }
193
+
194
+ .opinionstage-section-content {
195
+ display: table;
196
+ border-collapse: collapse;
197
+ width: 100%;
198
+ position: relative;
199
+ }
200
+ }
201
+
202
+ a.opinionstage-help-link {
203
+ font-size: 18px;
204
+ text-decoration: none;
205
+ }
206
+
207
+ #opinionstage-section-help {
208
+ .opinionstage-section-content {
209
+ border: 1px solid #c8c8c9;
210
+ }
211
+
212
+ .opinionstage-section-content {
213
+ height: 307px;
214
+ }
215
+
216
+ .opinionstage-section-cell a {
217
+ font-size: 18px;
218
+ margin-bottom: 5px;
219
+ text-decoration: none;
220
+ }
221
+ }
222
+
223
+ .opinionstage-help-row {
224
+ border-bottom: 1px solid #c8c8c9;
225
+ margin: 0 10px;
226
+ padding: 25px 0 25px 10px;
227
+ }
228
+
229
+ .opinionstage-help-row:last-child {
230
+ border-bottom: none;
231
+ }
232
+ }
233
+
234
+ .opinionstage-dashboard-left .opinionstage-create-btn {
235
+ padding: 12px 10px !important;
236
+ }
237
+
238
+ #opinionstage-content,
239
+ .opinionstage-sidebar-widget {
240
+ a.opinionstage-blue-bordered-btn {
241
+ :hover {
242
+ background-color: rgba(49,174,190,0.1);
243
+ }
244
+ &:focus {
245
+ box-shadow: none;
246
+ }
247
+ }
248
+ }
249
+ .opinionstage-my-items-message {
250
+ display: none;
251
+ font-size: 16px;
252
+ text-align: center;
253
+ }
254
+
255
+ #opinionstage-failed-load-items-request {
256
+ display: none;
257
+ font-size: 15px;
258
+ text-align: center;
259
+ }
260
+
261
+
262
+ #opinionstage-section-create {
263
+ .opinionstage-section-content {
264
+ height: 435px;
265
+ }
266
+
267
+ .opinionstage-section-raw {
268
+ border: 1px solid #c8c8c9;
269
+ display: table-row;
270
+ border-left: none;
271
+ border-right: none;
272
+ }
273
+
274
+ .opinionstage-section-cell {
275
+ display: table-cell;
276
+ padding: 20px 0;
277
+ vertical-align: middle;
278
+
279
+ &.opinionstage-icon-cell {
280
+ color: #3499c2;
281
+ font-size: 35px;
282
+ text-align: center;
283
+ width: 7%;
284
+ }
285
+
286
+ &.opinionstage-btn-cell {
287
+ text-align: right;
288
+ width: 36%;
289
+ }
290
+
291
+ &.opinionstage-description-cell {
292
+ width: 57%;
293
+
294
+ .title {
295
+ font-size: 22px;
296
+ font-weight: 600;
297
+ margin-bottom: 5px;
298
+ color: #3c434a;
299
+ text-decoration: none;
300
+ }
301
+
302
+ .example {
303
+ color: #b1b1b1;
304
+ font-size: 14px;
305
+ line-height: normal;
306
+ }
307
+ }
308
+ }
309
+
310
+ .opinionstage-blue-btn {
311
+ padding: 12px 10px;
312
+ text-transform: uppercase;
313
+ min-width: 150px;
314
+ &:not(:last-child) {
315
+ margin-right: 10px;
316
+ }
317
+
318
+ @media (max-width: 1230px ) {
319
+ display: block;
320
+ width: auto;
321
+ &:not(:last-child) {
322
+ margin-right: 0;
323
+ margin-bottom: 10px;
324
+ }
325
+ }
326
+ }
327
+ }
328
+
329
+ /* Getting started */
330
+ .gettingStartedSection {
331
+ background: #fff;
332
+ margin-right: 20px;
333
+ min-height: 500px;
334
+ overflow: hidden;
335
+ padding: 30px;
336
+
337
+ p {
338
+ font-size: 20px;
339
+ margin: 0;
340
+ margin-bottom: 20px;
341
+ }
342
+ }
343
+
344
+ h1.gettingStartedHeading {
345
+ font-size: 30px;
346
+ letter-spacing: 1px;
347
+ line-height: 35px;
348
+ margin: 0 auto;
349
+ max-width: fit-content;
350
+ width: 100%;
351
+ }
352
+
353
+ #opinionstage-content a.gettingStartedCreate.button {
354
+ background: #3499c2;
355
+ box-shadow: 0 0 0 0;
356
+ color: #ffffff;
357
+ display: block;
358
+ font-size: 20px;
359
+ height: auto;
360
+ letter-spacing: 1px;
361
+ margin-top: 20px;
362
+ max-width: fit-content;
363
+ padding: 11px 10px;
364
+ width: 100%;
365
+ }
366
+
367
+ @media only screen and (max-width: 375px) {
368
+ .gettingStartedSection {
369
+ padding-left: 0 !important;
370
+ padding-right: 0 !important;
371
+ padding-top: 20px !important;
372
+ }
373
+ #opinionstage-content .opinionstage-status-content {
374
+ height: 160px !important;
375
+ }
376
+ #opinionstage-content .opinionstage-status-content-connected {
377
+ height: 162px !important;
378
+ }
379
+ .gettingStartedSection p {
380
+ text-align: center;
381
+ }
382
+ #opinionstage-content .opinionstage-blue-btn {
383
+ margin-left: 30px;
384
+ margin-top: 15px;
385
+ }
386
+ #opinionstage-content a.gettingStartedCreate.button {
387
+ margin: 20px auto 0 !important;
388
+ }
389
+ .text-section-getting-stared-os p {
390
+ text-align: left;
391
+ }
392
+ }
393
+
394
+
395
+ .opinionstage-dashboard-left .os_use_template_btn {
396
+ margin: 0;
397
+ padding: 12px 15px !important;
398
+ }
399
+
400
+ /* My Items Page Css */
401
+ td.long {
402
+ padding-left: 10px;
403
+ width: 48%;
404
+ > div {
405
+ position: relative;
406
+ width: 90%;
407
+ height: 85px;
408
+ }
409
+ table {
410
+ bottom: 0;
411
+ color: #b1b1b1;
412
+ line-height: normal;
413
+ position: absolute;
414
+ width: 100%;
415
+ td {
416
+ max-width: 300px;
417
+ }
418
+ }
419
+ a {
420
+ color: #212120;
421
+ display: block;
422
+ font-size: 16px;
423
+ font-weight: normal;
424
+ line-height: normal;
425
+ max-height: 3.6em;
426
+ max-width: 100%;
427
+ overflow: hidden;
428
+ position: absolute;
429
+ text-decoration: none;
430
+ text-overflow: ellipsis;
431
+ word-wrap: break-word;
432
+ white-space: nowrap;
433
+ }
434
+ }
435
+
436
+
437
+ td.action {
438
+ width: 30%;
439
+ a.opinionstage-blue-bordered-btn {
440
+ font-size: 15px;
441
+ margin-right: 9px;
442
+ }
443
+ }
444
+
445
+
446
+ span.os-icon-plugin.icon-os-common-date {
447
+ float: left;
448
+ margin-right: 4px;
449
+ }
450
+
451
+
452
+ .icon-os-common-date:before {
453
+ content: "\E91A";
454
+ }
455
+
456
+ .label {
457
+ line-height: 15px;
458
+ }
459
+
460
+ .content-item-label {
461
+ background-color: #222120;
462
+ color: #fff;
463
+ font-size: 12px;
464
+ padding: 2px 4px;
465
+ }
466
+
467
+ a.opinionstage-blue-bordered-btn {
468
+ float: left;
469
+ margin-right: 5px;
470
+ border: 1px solid #3aaebd;
471
+ border-radius: 3px;
472
+ color: #3aaebd;
473
+ display: block;
474
+ font-size: 14px;
475
+ padding: 10px 30px;
476
+ text-align: center;
477
+ text-decoration: none;
478
+ text-transform: uppercase;
479
+ transition: .2s ease;
480
+ }
481
+
482
+
483
+ .content-item-image.quiz {
484
+ height: 90px;
485
+ position: relative;
486
+ width: 120px;
487
+ background-repeat: no-repeat;
488
+ background-size: cover;
489
+ img {
490
+ bottom: 0;
491
+ display: block;
492
+ height: 90px;
493
+ opacity: 0.8;
494
+ position: absolute;
495
+ right: 0;
496
+ width: 120px;
497
+ }
498
+ }
499
+
500
+ .content-item-label {
501
+ background-color: #222120;
502
+ color: white;
503
+ font-size: 12px;
504
+ left: 0;
505
+ padding: 1px 5px;
506
+ position: absolute;
507
+ text-transform: uppercase;
508
+ top: 0;
509
+ }
510
+
511
+ tr.item-wrapper {
512
+ border-top: 1px #e5e5e5 solid;
513
+ display: table-cell;
514
+ padding: 10px 0;
515
+ transition: .2s ease;
516
+ &:hover {
517
+ background-color: #f7f7f7;
518
+ }
519
+
520
+ .opinionstage-item-title {
521
+ font-weight: 600;
522
+ }
523
+
524
+ .icon-os-status-closed,
525
+ .icon-os-status-open {
526
+ margin-right: 5px;
527
+ }
528
+ .icon-os-status-closed {
529
+ color: $light_red;
530
+ }
531
+ .icon-os-status-open {
532
+ color: $blue2;
533
+ }
534
+ .opinionstage-draft {
535
+ color: $light_red;
536
+ text-transform: capitalize;
537
+ font-size: 80%;
538
+ }
539
+
540
+ @media only screen and (max-width: 768px) {
541
+ > td {
542
+ display: block;
543
+ width: 100%;
544
+ }
545
+ }
546
+ }
547
+
548
+ .opinionstage-with-separator:before {
549
+ content: "";
550
+ margin: 0 10px;
551
+ height: 100%;
552
+ border-left: 1px solid #b1b1b1;
553
+ }
554
+
555
+ .opinionstage-section-header {
556
+ font-size: 23px;
557
+ height: 40px;
558
+ overflow: visible;
559
+ }
560
+
561
+ .opinionstage-anchors-list {
562
+ position: absolute;
563
+ z-index: 10;
564
+ top: 100%;
565
+ left: 0;
566
+ width: 100%;
567
+ background: white;
568
+ border: 1px solid #e5e5e5;
569
+ opacity: 0;
570
+ visibility: hidden;
571
+ transition: all .5s ease;
572
+ margin-top: 17px;
573
+ margin-bottom: 0;
574
+ &.opened {
575
+ opacity: 1;
576
+ visibility: visible;
577
+ }
578
+ a {
579
+ width: 100%;
580
+ }
581
+ }
582
+
583
+ div#container .opinionstage-section-header {
584
+ width: 100%;
585
+ }
586
+
587
+ .opinionstage-section-title {
588
+ float: left;
589
+ font-size: 30px;
590
+ padding: 10px 0;
591
+ }
592
+
593
+ .opinionstage-need-help-link {
594
+ float: right !important;
595
+ }
596
+
597
+ .opinionstage-section-header a {
598
+ color: $blue;
599
+ float: right;
600
+ font-size: 14px;
601
+ font-weight: 600;
602
+ line-height: normal;
603
+ margin: 10px 25px;
604
+ margin-right: 0;
605
+ text-decoration: none;
606
+ }
607
+
608
+ /* Load More */
609
+ div#opinionstage-load-more {
610
+ display: none;
611
+ cursor: pointer;
612
+ box-sizing: border-box;
613
+ display: -ms-inline-flexbox;
614
+ display: inline-flex;
615
+ align-items: center;
616
+ justify-content: center;
617
+ cursor: pointer;
618
+ font-size: 14px;
619
+ line-height: 38px;
620
+ border: 1px solid #dededd;
621
+ border-radius: 3px;
622
+ padding: 0 10px;
623
+ text-decoration: none;
624
+ outline: none;
625
+ transition: 0.2s ease;
626
+ user-select: none;
627
+ vertical-align: baseline;
628
+ color: #38aebd;
629
+ background-color: transparent;
630
+ border-color: #38aebd;
631
+ width: 100%;
632
+ max-width: 1000px;
633
+ margin-bottom: 20px;
634
+ margin-left: 20px;
635
+ &:hover {
636
+ text-decoration: none;
637
+ opacity: 0.8;
638
+ }
639
+ }
640
+
641
+ td.image {
642
+ width: 12%;
643
+ }
644
+
645
+ .opinionstage-connectivity-status {
646
+ color: #fff;
647
+ float: right;
648
+ font-size: 15px;
649
+ margin: 5px 0;
650
+ }
651
+
652
+ .opinionstage-disconnect {
653
+ background-color: transparent;
654
+ border: none;
655
+ color: $blue;
656
+ cursor: pointer;
657
+ &:focus {
658
+ border: none;
659
+ }
660
+ }
661
+
662
+ .opinionstage-connect-form:focus,
663
+ .opinionstage-disconnect:focus {
664
+ outline: 0 none;
665
+ }
666
+
667
+
668
+ .opinionstage-title {
669
+ font-weight: bold;
670
+ }
671
+
672
+ #overlay {
673
+ background-color: #fdfdfdc7;
674
+ display: block;
675
+ height: 100%;
676
+ filter: alpha(opacity=70);
677
+ opacity: 0.7;
678
+ position: absolute;
679
+ width: 100%;
680
+ z-index: 100;
681
+ top: 0;
682
+ }
683
+
684
+ .opinionstage-item-view-dashboard {
685
+ margin: 30px;
686
+ width: 1000px;
687
+ }
688
+
689
+ .opinionstage-header-inner-container {
690
+ float: right;
691
+ .select-wrapper {
692
+ padding: 0 9px;
693
+ display: inline-block;
694
+ &:last-child {
695
+ padding-right: 0;
696
+ }
697
+ }
698
+ .opinionstage-header-inner-section {
699
+ border-right: 1px solid #f3f3f3;
700
+ float: left;
701
+ padding-right: 4px;
702
+ }
703
+ }
704
+
705
+ .opinionstage-header-inner-section a,
706
+ .os-long-text a {
707
+ text-decoration: none;
708
+ }
709
+
710
+ .search-container {
711
+ background-color: transparent;
712
+ display: inline-block;
713
+ width: 150px;
714
+ }
715
+
716
+ .opinionstage-section-header {
717
+ #itemList {
718
+ font-size: 12px;
719
+ font-weight: bold;
720
+ height: auto;
721
+ padding: 10px;
722
+ width: 100%;
723
+ }
724
+ #opinionstage-my-items-search-field {
725
+ color: #797979;
726
+ height: auto;
727
+ padding: 8.5px 10px;
728
+ width: 100%;
729
+ }
730
+ }
731
+
732
+
733
+ .opinionstage-item-view-dashboard {
734
+ .opinionstage-dashboard-section {
735
+ margin: 0;
736
+ }
737
+ #opinionstage-items-table tbody {
738
+ &:last-child tr.item-wrapper {
739
+ border-bottom: 1px #e5e5e5 solid;
740
+ }
741
+ .action .opinionstage-edit-content:last-child {
742
+ margin-right: 0;
743
+ }
744
+ }
745
+ }
746
+
747
+ .opinionstage-item-action-container {
748
+ float: right;
749
+ .opinionstage-edit-content {
750
+ padding: 13px 17px !important;
751
+ }
752
+ }
753
+
754
+ div#opinionstage-load-more {
755
+ background-color: #f1f1f1;
756
+ border-color: #f1f1f1;
757
+ color: #444;
758
+ margin: 0;
759
+ }
760
+
761
+ .gettingStartedContainer {
762
+ background: url(../images/bitmap_top.png) no-repeat 0 0;
763
+ background-color: $blue;
764
+ background-position: right;
765
+ height: 170px;
766
+ width: 760px;
767
+ }
768
+
769
+ .opinionstage-resources-title {
770
+ padding: 40px 0;
771
+ }
772
+
773
+ .gettingBlockContainer {
774
+ width: 760px;
775
+ }
776
+
777
+
778
+ .gettingTemplateTutorial {
779
+ margin-right: 10px;
780
+ }
781
+
782
+ .gettingTemplateGallery,
783
+ .gettingTemplateTutorial,
784
+ a.help-center-os {
785
+ border: 2px solid $blue;
786
+ color: $blue;
787
+ font-size: 15px;
788
+ font-weight: bold;
789
+ margin-top: 10px;
790
+ padding: 20px 0;
791
+ text-align: center;
792
+ text-decoration: none;
793
+ width: 100%;
794
+ float: left;
795
+
796
+ &:hover {
797
+ background-color: rgba(49, 174, 190, 0.1);
798
+ color: $blue;
799
+ }
800
+
801
+ &:focus {
802
+ background-color: rgba(49, 174, 190, 0.1);
803
+ box-shadow: none;
804
+ color: $blue;
805
+ }
806
+
807
+ @media (min-width: 769px) {
808
+ max-width: 370px;
809
+ }
810
+ }
811
+
812
+ a.help-center-os {
813
+ padding: 29px 0;
814
+ }
815
+
816
+
817
+
818
+ .opinionstage-connect-title {
819
+ line-height: normal !important;
820
+ margin-bottom: 40px !important;
821
+ margin-top: 10px;
822
+ }
823
+
824
+ #opinionstage-content .opinionstage-getting-btn {
825
+ background-color: #ff6d8a;
826
+ border-color: #ff6d8a;
827
+ border-radius: 2px;
828
+ font-weight: 600;
829
+ min-width: 100px;
830
+ outline-color: #ff6d8a;
831
+ }
832
+
833
+ .opinionstage-item-view-dashboard #opinionstage-items-table {
834
+ width: 100%;
835
+ div.label {
836
+ font-size: 13px;
837
+ }
838
+ }
839
+
840
+ #opinionstage-content .opinionstage-item-view-dashboard .opinionstage-dashboard-section {
841
+ margin-bottom: 5px;
842
+ }
843
+
844
+
845
+ /* my items page - modal form --start */
846
+ #opinionistage-my-items-page-modal-wrapper {
847
+ display: none;
848
+ position: fixed;
849
+ height: 100%;
850
+ width: 100%;
851
+ bottom: 0;
852
+ left: 0;
853
+ border-radius: 6px / 6px;
854
+ background-color: rgba(0, 0, 0, .8);
855
+ z-index: 9999;
856
+ user-select: none;
857
+ .inner {
858
+ background: #f5f5f5;
859
+ padding: 1px 15px 10px 15px;
860
+ margin-top: 20px;
861
+ }
862
+ .opinionistage-my-items-page-modal {
863
+ background-color: #fff;
864
+ position: absolute;
865
+ top: 50%;
866
+ left: 50%;
867
+ transform: translate(-50%, -50%);
868
+ border-radius: 6px;
869
+ overflow: hidden;
870
+ width: 650px;
871
+ padding: 25px 35px;
872
+ font-size: 16px;
873
+ a {
874
+ color: $blue;
875
+ &:focus {
876
+ outline: none;
877
+ box-shadow: none
878
+ }
879
+ &.no-text-decoration {
880
+ text-decoration: none;
881
+ }
882
+ }
883
+
884
+ p {
885
+ font-size: 16px;
886
+ }
887
+ }
888
+
889
+ .opinionstage-textarea-wrapper {
890
+ display: flex;
891
+ align-items: center;
892
+ textarea {
893
+ resize: none;
894
+ margin: 10px 10px 10px 0;
895
+ padding: 10px;
896
+ width: 500px;
897
+ border-radius: 0 0 3px 3px;
898
+ border: 1px solid #3aaebd;
899
+ background: #fff;
900
+ &:focus {
901
+ box-shadow: none;
902
+ }
903
+ }
904
+ }
905
+ .opinionstage-close {
906
+ position: absolute;
907
+ right: 16px;
908
+ top: 12px;
909
+ width: 20px;
910
+ height: 20px;
911
+ cursor: pointer;
912
+ &:before,
913
+ &:after {
914
+ position: absolute;
915
+ left: 15px;
916
+ content: ' ';
917
+ height: 17px;
918
+ width: 2px;
919
+ background-color: #b1b1b1;
920
+ }
921
+ &:after {
922
+ transform: rotate(-45deg);
923
+ }
924
+ &:before {
925
+ transform: rotate(45deg);
926
+ }
927
+ }
928
+ ul {
929
+ margin-left: 17px;
930
+ list-style: disc;
931
+ li {
932
+ margin-bottom: 15px;
933
+ }
934
+ }
935
+ }
936
+
937
+ /* my items page - modal form --end */
938
+
939
+
940
+ @media only screen and (max-width: 1230px) {
941
+ #opinionstage-content {
942
+ .opinionstage-dashboard-left,
943
+ .opinionstage-dashboard-right {
944
+ float: none;
945
+ width: auto;
946
+ }
947
+ .opinionstage-dashboard {
948
+ overflow-y: scroll;
949
+ }
950
+
951
+ .opinionstage-item-view-dashboard {
952
+ .opinionstage-section-header .opinionstage-section-title {
953
+ padding: 25px 0;
954
+ }
955
+ .opinionstage-dashboard-section .opinionstage-section-header {
956
+ height: 95px;
957
+ }
958
+ }
959
+ .opinionstage-dashboard-section .opinionstage-section-header {
960
+ .opinionstage-header-inner-section a {
961
+ display: block;
962
+ float: none;
963
+ }
964
+ }
965
+
966
+ } // #opinionstage-content
967
+
968
+
969
+
970
+ .opinionstage-create-btn {
971
+ margin-bottom: 10px;
972
+ margin-right: 0;
973
+ }
974
+
975
+ .opinionstage-item-action-container {
976
+ float: none;
977
+ }
978
+
979
+ #opinionstage-items-table .action .opinionstage-item-action-container a {
980
+ display: block;
981
+ float: none;
982
+ margin-bottom: 10px;
983
+ width: 80%;
984
+ }
985
+
986
+ .opinionstage-item-view-dashboard {
987
+ width: auto;
988
+ }
989
+ }
990
+
991
+
992
+ .opinionstage-no-items {
993
+ font-weight: 600;
994
+ font-size: 15px;
995
+ color: #212120;
996
+ }
997
+
998
+ a.opinionstage-add-our-first-item {
999
+ font-weight: 600;
1000
+ font-size: 15px;
1001
+ color: #3499c2;
1002
+ }
1003
+
1004
+ @media only screen and (max-width: 768px) {
1005
+ .gettingStartedSection {
1006
+ width: auto;
1007
+ }
1008
+
1009
+ .gettingStartedContainer, .gettingBlockContainer {
1010
+ width: 100%;
1011
+ }
1012
+
1013
+ .gettingBlockContainer .gettingTemplateGallery,
1014
+ .gettingBlockContainer .gettingTemplateTutorial {
1015
+ display: block;
1016
+ float: none;
1017
+ width: 100%;
1018
+ }
1019
+ }
assets/admin/src/sidebar-widget.scss ADDED
@@ -0,0 +1,250 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ .opinionstage-sidebar-widget {
2
+ overflow: hidden;
3
+ margin-bottom: 30px;
4
+ padding-top: 15px;
5
+
6
+ a {
7
+ &.opinionstage-edit-content {
8
+ text-transform: uppercase;
9
+ padding: 9px 17px;
10
+ }
11
+
12
+ &.opinionstage-edit-settings {
13
+ padding: 7px;
14
+ .icon-os-common-settings:before {
15
+ font-size: 24px;
16
+ }
17
+ }
18
+
19
+ &.opinionstage-blue-bordered-btn {
20
+ text-align: center;
21
+ text-decoration: none;
22
+ border-radius: 3px;
23
+ display: block;
24
+ color: #32adbc;
25
+ border: 1px solid #32adbc;
26
+ font-size: 15px;
27
+ font-weight: 600;
28
+ padding: 10px;
29
+ float: left;
30
+ margin-bottom: 5px;
31
+ margin-right: 5px;
32
+ line-height: normal;
33
+ &:hover {
34
+ background-color: rgba(49, 174, 190, 0.1);
35
+ }
36
+ &:focus {
37
+ box-shadow: none;
38
+ }
39
+ }
40
+ }
41
+
42
+ .opinionstage-sidebar-connected {
43
+ background-color: #eaf5f9;
44
+ padding: 10px 0 10px 5px;
45
+
46
+ .opinionstage-connected-info {
47
+ overflow: hidden;
48
+ a {
49
+ float: left;
50
+ }
51
+ }
52
+
53
+ .opinionstage-connected-title {
54
+ margin-bottom: 5px;
55
+ }
56
+ }
57
+
58
+ .opinionstage-sidebar-enabled {
59
+ float: left;
60
+ margin-top: 10px;
61
+
62
+ label {
63
+ font-weight: bold;
64
+ }
65
+ }
66
+
67
+ input {
68
+ &[type="text"] {
69
+ padding: 10px;
70
+ width: 100%;
71
+ }
72
+
73
+ &#os-email {
74
+ margin: 0 7px 0 0;
75
+ color: #444;
76
+ padding-left: 5px;
77
+ float: left;
78
+ width: auto;
79
+ line-height: 27px;
80
+ height: 27px;
81
+ font-size: 13px;
82
+
83
+ &:disabled {
84
+ background-color: rgba(10, 10, 10, 0.1);
85
+ }
86
+ }
87
+ }
88
+
89
+ p {
90
+ overflow: hidden;
91
+ }
92
+
93
+ .os-icon-plugin {
94
+ float: left;
95
+ font-size: 16px;
96
+ margin-right: 7px;
97
+ margin-left: 5px;
98
+ &.icon-os-poll-client {
99
+ margin-top: 4px;
100
+ }
101
+ }
102
+
103
+
104
+ .os-button {
105
+ float: left;
106
+ text-decoration: none;
107
+ border: 1px solid #CFCCC8;
108
+ border-radius: 3px;
109
+ text-align: center;
110
+ color: #ffffff;
111
+ background-color: #289ec4;
112
+ background-image: linear-gradient(top, #289ec4, #278fb5);
113
+ filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#289ec4, endColorstr=#278fb5);
114
+ padding: 5px 10px;
115
+
116
+ &:hover {
117
+ background-color: #40aacd;
118
+ background-image: linear-gradient(top, #40aacd, #40aacd);
119
+ filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#40aacd, endColorstr=#40aacd);
120
+ }
121
+ }
122
+
123
+ .connection_message {
124
+ line-height: normal;
125
+ font-family: Open Sans, Helvetica, sans-serif;
126
+ }
127
+
128
+ .opinionstage-blue-btn {
129
+ background: #32adbc;
130
+ border-color: #32adbc;
131
+ font-family: Open Sans, Helvetica, sans-serif;
132
+ font-size: 13px;
133
+ font-weight: 600;
134
+ line-height: normal;
135
+ padding: 10px;
136
+ text-transform: uppercase;
137
+
138
+ &:hover {
139
+ background: #32adbc;
140
+ opacity: 0.9;
141
+ }
142
+ }
143
+
144
+ img {
145
+ width: 86px;
146
+ }
147
+ }
148
+
149
+
150
+ .wp-admin .opinionstage-sidebar-widget input {
151
+ &[type=checkbox] {
152
+ margin: 0 5px 0 0;
153
+ }
154
+ &[type=checkbox],
155
+ input[type=radio] {
156
+ border: 1px solid #0085ba;
157
+ height: 20px;
158
+ width: 20px;
159
+ box-shadow: none;
160
+ border-radius: 2px;
161
+ }
162
+ &[type=checkbox]:checked:before {
163
+ margin: -1px 0 0 -2px !important;
164
+ }
165
+ }
166
+
167
+
168
+ h3.sidebar-widget-heading-label {
169
+ color: #86939f;
170
+ font-size: 14px;
171
+ font-weight: normal;
172
+ margin-bottom: 0;
173
+ margin-top: 10px;
174
+ }
175
+
176
+ .opinionstage-selected-widget {
177
+ display: flex;
178
+ flex-direction: column;
179
+ text-align: center;
180
+ padding: 10px;
181
+ border: 1px solid #40aacd;
182
+ border-radius: 3px;
183
+ margin-bottom: 10px;
184
+ margin-top: 10px;
185
+ .opinionstage-widget-img-url-wrapper {
186
+ position: relative;
187
+
188
+ &:hover .opinionstage-widget-overlay {
189
+ opacity: 0.8;
190
+ }
191
+
192
+ img {
193
+ width: 100%;
194
+ }
195
+ }
196
+
197
+ .opinionstage-widget-title {
198
+ font-size: 15px;
199
+ padding-top: 10px;
200
+ }
201
+ }
202
+
203
+ .opinionstage-clearfix {
204
+ clear: both;
205
+ }
206
+ .opinionstage-widget-data {
207
+ display: none;
208
+ }
209
+
210
+
211
+ .opinionstage-widget-overlay {
212
+ position: absolute;
213
+ top: 0;
214
+ bottom: 0;
215
+ left: 0;
216
+ right: 0;
217
+ height: 100%;
218
+ width: 100%;
219
+ opacity: 0;
220
+ transition: .5s ease;
221
+ background-color: #222120;
222
+ .opinionstage-inner {
223
+ color: white;
224
+ font-size: 20px;
225
+ position: absolute;
226
+ top: 50%;
227
+ left: 50%;
228
+ transform: translate(-50%, -50%);
229
+ text-align: center;
230
+ a {
231
+ border-radius: 5px;
232
+ border: 1px solid #fff;
233
+ color: #fff;
234
+ background: transparent;
235
+ cursor: pointer;
236
+ display: block;
237
+ line-height: 1;
238
+ margin: 10px auto;
239
+ padding: 10px 8px;
240
+ text-align: center;
241
+ text-decoration: none;
242
+ text-transform: uppercase;
243
+ width: 140px;
244
+ &:hover {
245
+ color: #000 !important;
246
+ background: #fff !important;
247
+ }
248
+ }
249
+ }
250
+ }
assets/content-popup/styles/content-popup.scss CHANGED
@@ -443,6 +443,7 @@ $inputs-border-color: #cccccc;
443
  border-radius: 3px;
444
  border-style: hidden;
445
  width: 95px;
 
446
  &:hover {
447
  opacity: 0.9;
448
  }
@@ -453,7 +454,7 @@ $inputs-border-color: #cccccc;
453
  padding: 20px 25px;
454
  z-index: 3;
455
  text-align: center;
456
- box-shadow: 0px 2px 5px rgba(0,0,0,0.6)
457
  }
458
  .opinionstage-section-notification__title {
459
  color: white;
443
  border-radius: 3px;
444
  border-style: hidden;
445
  width: 95px;
446
+ margin-right: 15px;
447
  &:hover {
448
  opacity: 0.9;
449
  }
454
  padding: 20px 25px;
455
  z-index: 3;
456
  text-align: center;
457
+ box-shadow: 0 2px 5px rgba(0,0,0,0.6)
458
  }
459
  .opinionstage-section-notification__title {
460
  color: white;
assets/gutenberg/build/index.asset.php CHANGED
@@ -1 +1 @@
1
- <?php return array('dependencies' => array('wp-blocks', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => 'b0839c5c9b1dfc054b84b6d692a1caac');
1
+ <?php return array('dependencies' => array('wp-blocks', 'wp-element', 'wp-i18n', 'wp-polyfill'), 'version' => '6fb91306d2abaee36062f00011baaddc');
assets/gutenberg/build/index.css CHANGED
@@ -1,2 +1,2 @@
1
- .os-widget-wrapper .is-large,.os-widget-wrapper .is-block{height:30px;line-height:25px;padding:0 12px 2px;width:100%;max-width:50%;display:block}.os-widget-wrapper .is-block{margin-top:10px}.components-base-control.components-select-control__input{width:100%;float:left;max-width:80%;margin-right:10px}.os-widget-wrapper .components-preview__block{width:100%;max-width:100%;padding:10px;background:#fdfdfd;box-shadow:0px 1px 2px 0px #3fb2c145;transition:0.2s}.components-preview__leftBlockImage{width:100%;float:left}.block-editor__container .components-preview__leftBlockImage img{width:100%}.components-preview__rightBlockContent{width:100%;float:left}components-placeholder__fieldset{visibility:hidden;opacity:0}.components-preview__rightBlockContent .components-placeholder__label{font-size:18px;font-weight:bold;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin:0px;line-height:20px;margin:0px auto;margin-top:20px;margin-bottom:10px}.components-preview__leftBlockImage{position:relative}.components-preview__leftBlockImage .image{display:block;width:100%;height:auto}.components-preview__leftBlockImage .overlay{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;opacity:0;transition:.5s ease;background-color:#222120}.components-preview__leftBlockImage:hover .overlay{opacity:0.8}.components-preview__leftBlockImage .text{color:white;font-size:20px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);text-align:center}.components-preview__leftBlockImage .text a{border-radius:5px;border:1px solid #fff;color:#fff;background:transparent;cursor:pointer;display:block;line-height:1;margin:10px auto;padding:10px 8px;text-align:center;text-decoration:none;text-transform:uppercase;width:140px}.components-preview__leftBlockImage .text a:hover,.components-preview__block input.left-align:hover{color:#000 !important;background:#fff !important}.components-preview__block .left-align{color:#fff;text-transform:uppercase;border:1px solid #FFF;box-shadow:0px 0px;text-align:center;font-size:19px;border-radius:5px;padding:0px 32px;height:40px;width:100%;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;background:transparent}.components-preview__block .left-align:hover{background:transparent !important;color:#fff !important;border-color:#fff !important;box-shadow:0px 0px !important}p.components-heading{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-weight:600;text-align:center}.os-widget-wrapper.components-placeholder{transition:1s}.os-widget-wrapper .wp-block-opinion-stage-block-os-poll .components-placeholder__fieldset{visibility:hidden;opacity:0}.os-widget-wrapper .components-placeholder__fieldset{visibility:hidden;opacity:0;height:0}.components-button.is-default.is-block.is-primary{background:#32adbc;border-color:#32adbc;box-shadow:none;font-size:14px;font-weight:600;height:auto;line-height:normal;max-width:276px;padding:10px 0;text-shadow:none;text-transform:uppercase;text-align:center}.components-button.is-default.is-block.is-primary:hover{opacity:0.9}input.components-button.is-button.is-default.is-block.is-primary{margin-bottom:9px}.components-placeholder .components-heading{font-size:18px;font-weight:normal;line-height:1.11;margin-bottom:20px;width:400px}.components-placeholder{padding:35px !important;align-items:center !important}.components-preview__block{margin-top:10px}
2
 
1
+ .os-widget-wrapper .is-large,.os-widget-wrapper .is-block{height:30px;line-height:25px;padding:0 12px 2px;width:100%;max-width:50%;display:block}.os-widget-wrapper .is-block{margin-top:10px}.components-base-control.components-select-control__input{width:100%;float:left;max-width:80%;margin-right:10px}.os-widget-wrapper .components-preview__block{width:100%;max-width:100%;padding:10px;background:#fdfdfd;box-shadow:0 1px 2px 0 #3fb2c145;transition:0.2s}.components-preview__leftBlockImage{width:100%;float:left}.block-editor__container .components-preview__leftBlockImage img{width:100%}.components-preview__rightBlockContent{width:100%;float:left}.components-placeholder__fieldset{visibility:hidden;opacity:0}.components-preview__rightBlockContent .components-placeholder__label{font-size:18px;font-weight:bold;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;line-height:20px;margin:0 auto;margin-top:20px;margin-bottom:10px}.components-preview__leftBlockImage{position:relative}.components-preview__leftBlockImage:hover .overlay{opacity:0.8}.components-preview__leftBlockImage .image{display:block;width:100%;height:auto}.components-preview__leftBlockImage .overlay{position:absolute;top:0;bottom:0;left:0;right:0;height:100%;width:100%;opacity:0;transition:.5s ease;background-color:#222120}.components-preview__leftBlockImage .text{color:white;font-size:20px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);text-align:center}.components-preview__leftBlockImage .text a{border-radius:5px;border:1px solid #fff;color:#fff;background:transparent;cursor:pointer;display:block;line-height:1;margin:10px auto;padding:10px 8px;text-align:center;text-decoration:none;text-transform:uppercase;width:140px}.components-preview__leftBlockImage .text a:hover,.components-preview__block input.left-align:hover{color:#000 !important;background:#fff !important}.components-preview__block .left-align{color:#fff;text-transform:uppercase;border:1px solid #FFF;box-shadow:0 0;text-align:center;font-size:19px;border-radius:5px;padding:0 32px;height:40px;width:100%;max-width:-webkit-fit-content;max-width:-moz-fit-content;max-width:fit-content;background:transparent}.components-preview__block .left-align:hover{background:transparent !important;color:#fff !important;border-color:#fff !important;box-shadow:0 0 !important}p.components-heading{font-family:-apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;font-weight:600;text-align:center}.os-widget-wrapper.components-placeholder{transition:1s}.os-widget-wrapper .wp-block-opinion-stage-block-os-poll .components-placeholder__fieldset{visibility:hidden;opacity:0}.os-widget-wrapper .components-placeholder__fieldset{visibility:hidden;opacity:0;height:0}.components-button.is-default.is-block.is-primary{background:#32adbc;border-color:#32adbc;box-shadow:none;font-size:14px;font-weight:600;height:auto;line-height:normal;max-width:276px;padding:10px 0;text-shadow:none;text-transform:uppercase;text-align:center}.components-button.is-default.is-block.is-primary:hover{opacity:0.9}.components-button.is-default.is-block.is-primary.is-bordered{background-color:#fff;border:1px solid;color:#32adbc;transition:.2s ease}.components-button.is-default.is-block.is-primary.is-bordered:hover{background-color:rgba(49,174,190,0.1)}input.components-button.is-button.is-default.is-block.is-primary{margin-bottom:9px}.components-placeholder{padding:35px !important;align-items:center !important}.components-placeholder .components-heading{font-size:18px;font-weight:normal;line-height:1.11;margin-bottom:20px;width:400px}.components-preview__block{margin-top:10px}
2
 
assets/gutenberg/build/index.js CHANGED
@@ -1 +1 @@
1
- !function(e){var t={};function r(o){if(t[o])return t[o].exports;var i=t[o]={i:o,l:!1,exports:{}};return e[o].call(i.exports,i,i.exports,r),i.l=!0,i.exports}r.m=e,r.c=t,r.d=function(e,t,o){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(r.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)r.d(o,i,function(t){return e[t]}.bind(null,i));return o},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=4)}([function(e,t){!function(){e.exports=this.wp.element}()},function(e,t){!function(){e.exports=this.wp.i18n}()},function(e,t){!function(){e.exports=this.wp.blocks}()},function(e,t,r){},function(e,t,r){"use strict";r.r(t);var o=r(2),i=r(1),n=r(0),a=(r(3),{widgetType:{type:"string",source:"attribute",attribute:"data-type",selector:"div[data-type]"},embedUrl:{source:"attribute",attribute:"data-test-url",selector:"div[data-test-url]"},lockEmbed:{source:"attribute",attribute:"data-lock-embed",selector:"div[data-lock-embed]"},buttonText:{source:"attribute",attribute:"data-button-text",selector:"div[data-button-text]"},insertItemImage:{source:"attribute",attribute:"data-image-url",selector:"div[data-image-url]"},insertItemOsTitle:{source:"attribute",attribute:"data-title-url",selector:"div[data-title-url]"},insertItemOsView:{source:"attribute",attribute:"data-view-url",selector:"div[data-view-url]"},insertItemOsEdit:{source:"attribute",attribute:"data-edit-url",selector:"div[data-edit-url]"},insertItemOsStatistics:{source:"attribute",attribute:"data-statistics-url",selector:"div[data-statistics-url]"}}),s="opinion-stage",c={html:!1};function l(e){var t=e.name,r=e.className,a=e.attributes,s=e.setAttributes,c=e.clientId,l=(a.widgetType,a.embedUrl),p=(a.lockEmbed,a.buttonText),b=a.insertItemImage,d=a.insertItemOsTitle,m=a.insertItemOsView,g=a.insertItemOsEdit,O=a.insertItemOsStatistics;if("false"===OPINIONSTAGE_GUTENBERG_DATA.userLoggedIn)return Object(n.createElement)("div",{className:r},Object(n.createElement)("div",{class:"os-widget-wrapper components-placeholder"},Object(n.createElement)("p",{class:"components-heading"},Object(n.createElement)("img",{src:OPINIONSTAGE_GUTENBERG_DATA.brandLogoUrl,alt:""})),Object(n.createElement)("p",{class:"components-heading"},"Please connect WordPress to Opinion Stage to start adding widgets"),Object(n.createElement)("a",{href:OPINIONSTAGE_GUTENBERG_DATA.loginPageUrl,class:"components-button is-button is-default is-block is-primary"},"Connect")));var y=function(e){switch(e){case"opinion-stage/block-os-poll":return"poll";case"opinion-stage/block-os-survey":return"survey";case"opinion-stage/block-os-trivia":return"trivia";case"opinion-stage/block-os-personality":return"personality";case"opinion-stage/block-os-form":return"form";default:console.warn("unknown block name:",e)}}(t),v=function(e){switch(e){case"poll":return Object(i.__)("Poll");case"survey":return Object(i.__)("Survey");case"trivia":return Object(i.__)("Trivia Quiz");case"personality":return Object(i.__)("Personality Quiz");case"form":return Object(i.__)("Classic Form")}}(y),_=function(e){var t=function(e){switch(e){case"poll":return"poll";case"survey":return"survey";case"trivia":return"trivia";case"personality":return"personality";case"form":return"form"}}(e.type),r={widgetType:t,lockEmbed:!0,buttonText:"Change",embedUrl:e.landingPageUrl.replace(/^https?:\/\/[^/]+\//,"/"),insertItemImage:e.imageUrl,insertItemOsTitle:e.title,insertItemOsView:e.landingPageUrl,insertItemOsEdit:e.editUrl,insertItemOsStatistics:e.statsUrl};if(t===y)s(r);else{var i=Object(o.createBlock)(function(e){switch(e){case"poll":return"opinion-stage/block-os-poll";case"survey":return"opinion-stage/block-os-survey";case"trivia":return"opinion-stage/block-os-trivia";case"personality":return"opinion-stage/block-os-personality";case"form":return"opinion-stage/block-os-form";default:console.warn("unknown block widget type:",e)}}(t));i.attributes=r,wp.data.dispatch("core/block-editor").replaceBlock(c,i)}},f=function(e){OpinionStage.contentPopup.open({preselectWidgetType:u(y),onWidgetSelect:_})},E="".concat(OPINIONSTAGE_GUTENBERG_DATA.createNewWidgetUrl,"&w_type=").concat(function(e){switch(e){case"poll":return"poll";case"survey":return"survey";case"trivia":return"quiz";case"personality":return"outcome";case"form":return"contact_form"}}(y)),j=Object(n.createElement)("div",{class:"os-widget-wrapper components-placeholder"},Object(n.createElement)("p",{class:"components-heading"},Object(n.createElement)("img",{src:OPINIONSTAGE_GUTENBERG_DATA.brandLogoUrl,alt:""})),Object(n.createElement)("button",{class:"components-button is-button is-default is-block is-primary",onClick:f},"Select a ",v),Object(n.createElement)("a",{href:E,target:"_blank",class:"components-button is-button is-default is-block is-primary"},"Create a new ",v));return l&&""!==l?"Change"===p&&(j=Object(n.createElement)("div",{class:"os-widget-wrapper components-placeholder"},Object(n.createElement)("p",{class:"components-heading"},Object(n.createElement)("img",{src:OPINIONSTAGE_GUTENBERG_DATA.brandLogoUrl,alt:""})),Object(n.createElement)("div",{class:"components-preview__block"},Object(n.createElement)("div",{class:"components-preview__leftBlockImage"},Object(n.createElement)("img",{src:b,alt:d,class:"image"}),Object(n.createElement)("div",{class:"overlay"},Object(n.createElement)("div",{class:"text"},Object(n.createElement)("a",{href:m,target:"_blank"}," View "),Object(n.createElement)("a",{href:g,target:"_blank"}," Edit "),Object(n.createElement)("a",{href:O,target:"_blank"}," Statistics "),Object(n.createElement)("input",{type:"button",value:p,class:"components-button is-button is-default is-large left-align",onClick:f})))),Object(n.createElement)("div",{class:"components-preview__rightBlockContent"},Object(n.createElement)("div",{class:"components-placeholder__label"},v,": ",d))))):s({buttonText:"Embed"}),Object(n.createElement)("div",{className:r},j)}function u(e){switch(e){case"poll":return OpinionStage.contentPopup.WIDGET_POLL;case"survey":return OpinionStage.contentPopup.WIDGET_SURVEY;case"trivia":return OpinionStage.contentPopup.WIDGET_TRIVIA_QUIZ;case"personality":return OpinionStage.contentPopup.WIDGET_PERSONALITY_QUIZ;case"form":return OpinionStage.contentPopup.WIDGET_FORM}}function p(e){var t=e.attributes,r=t.widgetType,o=t.embedUrl,i=t.lockEmbed,a=t.buttonText,s=t.insertItemImage,c=t.insertItemOsTitle,l=t.insertItemOsView,u=t.insertItemOsEdit,p=t.insertItemOsStatistics;return Object(n.createElement)("div",{class:b(r),"data-type":r,"data-image-url":s,"data-title-url":c,"data-view-url":l,"data-statistics-url":p,"data-edit-url":u,"data-test-url":o,"data-lock-embed":i,"data-button-text":a},'[os-widget path="',o,'"]',Object(n.createElement)("span",null))}function b(e){if(!e)return null;switch(e){case"poll":return"os-poll-wrapper";case"survey":return"os-survey-wrapper";case"trivia":return"os-trivia-wrapper";case"personality":return"os-personality-wrapper";case"form":return"os-form-wrapper";default:console.warn("unknown widget type:",e)}}Object(o.registerBlockType)("opinion-stage/block-os-poll",{title:"Poll",icon:"chart-bar",description:Object(i.__)("Embed an Opinion Stage Poll","social-polls-by-opinionstage"),category:s,keywords:[Object(i.__)("poll","social-polls-by-opinionstage"),Object(i.__)("social poll","social-polls-by-opinionstage")],supports:c,attributes:a,edit:l,save:p}),Object(o.registerBlockType)("opinion-stage/block-os-survey",{title:"Survey",icon:"list-view",description:Object(i.__)("Embed an Opinion Stage Survey","social-polls-by-opinionstage"),category:s,keywords:[Object(i.__)("survey","social-polls-by-opinionstage")],supports:c,attributes:a,edit:l,save:p}),Object(o.registerBlockType)("opinion-stage/block-os-trivia",{title:"Trivia Quiz",icon:"yes",description:Object(i.__)("Embed an Opinion Stage Trivia Quiz","social-polls-by-opinionstage"),category:s,keywords:[Object(i.__)("quiz","social-polls-by-opinionstage"),Object(i.__)("trivia","social-polls-by-opinionstage")],supports:c,attributes:a,edit:l,save:p}),Object(o.registerBlockType)("opinion-stage/block-os-personality",{title:"Personality Quiz",icon:"smiley",description:Object(i.__)("Embed an Opinion Stage Personality Quiz","social-polls-by-opinionstage"),category:s,keywords:[Object(i.__)("personality","social-polls-by-opinionstage"),Object(i.__)("quiz","social-polls-by-opinionstage"),Object(i.__)("outcome","social-polls-by-opinionstage")],supports:c,attributes:a,edit:l,save:p}),Object(o.registerBlockType)("opinion-stage/block-os-form",{title:"Classic Form",icon:"editor-justify",description:Object(i.__)("Embed an Opinion Stage Form","social-polls-by-opinionstage"),category:s,keywords:[Object(i.__)("form","social-polls-by-opinionstage"),Object(i.__)("contact form","social-polls-by-opinionstage")],supports:c,attributes:a,edit:l,save:p})}]);
1
+ !function(e){var t={};function r(a){if(t[a])return t[a].exports;var i=t[a]={i:a,l:!1,exports:{}};return e[a].call(i.exports,i,i.exports,r),i.l=!0,i.exports}r.m=e,r.c=t,r.d=function(e,t,a){r.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:a})},r.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},r.t=function(e,t){if(1&t&&(e=r(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var a=Object.create(null);if(r.r(a),Object.defineProperty(a,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var i in e)r.d(a,i,function(t){return e[t]}.bind(null,i));return a},r.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return r.d(t,"a",t),t},r.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},r.p="",r(r.s=4)}([function(e,t){!function(){e.exports=this.wp.element}()},function(e,t){!function(){e.exports=this.wp.i18n}()},function(e,t){!function(){e.exports=this.wp.blocks}()},function(e,t,r){},function(e,t,r){"use strict";r.r(t);var a=r(2),i=r(1),o=r(0),n=(r(3),{widgetType:{type:"string",source:"attribute",attribute:"data-type",selector:"div[data-type]"},embedUrl:{source:"attribute",attribute:"data-test-url",selector:"div[data-test-url]"},lockEmbed:{source:"attribute",attribute:"data-lock-embed",selector:"div[data-lock-embed]"},buttonText:{source:"attribute",attribute:"data-button-text",selector:"div[data-button-text]"},insertItemImage:{source:"attribute",attribute:"data-image-url",selector:"div[data-image-url]"},insertItemOsTitle:{source:"attribute",attribute:"data-title-url",selector:"div[data-title-url]"},insertItemOsView:{source:"attribute",attribute:"data-view-url",selector:"div[data-view-url]"},insertItemOsEdit:{source:"attribute",attribute:"data-edit-url",selector:"div[data-edit-url]"},insertItemOsStatistics:{source:"attribute",attribute:"data-statistics-url",selector:"div[data-statistics-url]"}}),s="opinion-stage",c={html:!1};function l(e){var t=e.name,r=e.className,n=e.attributes,s=e.setAttributes,c=e.clientId,l=(n.widgetType,n.embedUrl),p=(n.lockEmbed,n.buttonText),b=n.insertItemImage,m=n.insertItemOsTitle,d=n.insertItemOsView,g=n.insertItemOsEdit,O=n.insertItemOsStatistics;if("false"===OPINIONSTAGE_GUTENBERG_DATA.userLoggedIn)return Object(o.createElement)("div",{className:r},Object(o.createElement)("div",{className:"os-widget-wrapper components-placeholder"},Object(o.createElement)("p",{className:"components-heading"},Object(o.createElement)("img",{src:OPINIONSTAGE_GUTENBERG_DATA.brandLogoUrl,alt:""})),Object(o.createElement)("p",{className:"components-heading"},"Please connect WordPress to Opinion Stage to start adding widgets"),Object(o.createElement)("a",{href:OPINIONSTAGE_GUTENBERG_DATA.loginPageUrl,className:"components-button is-button is-default is-block is-primary"},"Connect")));var y=function(e){switch(e){case"opinion-stage/block-os-poll":return"poll";case"opinion-stage/block-os-survey":return"survey";case"opinion-stage/block-os-trivia":return"trivia";case"opinion-stage/block-os-personality":return"personality";case"opinion-stage/block-os-form":return"form";default:console.warn("unknown block name:",e)}}(t),v=function(e){switch(e){case"poll":return Object(i.__)("Poll");case"survey":return Object(i.__)("Survey");case"trivia":return Object(i.__)("Trivia Quiz");case"personality":return Object(i.__)("Personality Quiz");case"form":return Object(i.__)("Classic Form")}}(y),_=function(e){var t=function(e){switch(e){case"poll":return"poll";case"survey":return"survey";case"trivia":return"trivia";case"personality":return"personality";case"form":return"form"}}(e.type),r={widgetType:t,lockEmbed:!0,buttonText:"Change",embedUrl:e.landingPageUrl.replace(/^https?:\/\/[^/]+\//,"/"),insertItemImage:e.imageUrl,insertItemOsTitle:e.title,insertItemOsView:e.landingPageUrl,insertItemOsEdit:e.editUrl,insertItemOsStatistics:e.statsUrl};if(t===y)s(r);else{var i=Object(a.createBlock)(function(e){switch(e){case"poll":return"opinion-stage/block-os-poll";case"survey":return"opinion-stage/block-os-survey";case"trivia":return"opinion-stage/block-os-trivia";case"personality":return"opinion-stage/block-os-personality";case"form":return"opinion-stage/block-os-form";default:console.warn("unknown block widget type:",e)}}(t));i.attributes=r,wp.data.dispatch("core/block-editor").replaceBlock(c,i)}},f=function(e){OpinionStage.contentPopup.open({preselectWidgetType:u(y),onWidgetSelect:_})},E="".concat(OPINIONSTAGE_GUTENBERG_DATA.createNewWidgetUrl,"&w_type=").concat(function(e){switch(e){case"poll":return"poll";case"survey":return"survey";case"trivia":return"quiz";case"personality":return"outcome";case"form":return"contact_form"}}(y)),j="".concat(OPINIONSTAGE_GUTENBERG_DATA.viewTemplateUrl,"&page=").concat(function(e){switch(e){case"poll":return"polls";case"survey":return"surveys";case"trivia":return"trivia_quizzes";case"personality":return"personality_quizzes";case"form":return"classic_forms"}}(y)),w=Object(o.createElement)("div",{className:"os-widget-wrapper components-placeholder"},Object(o.createElement)("p",{className:"components-heading"},Object(o.createElement)("img",{src:OPINIONSTAGE_GUTENBERG_DATA.brandLogoUrl,alt:""})),Object(o.createElement)("button",{className:"components-button is-button is-default is-block is-primary",onClick:f},"Select a ",v),Object(o.createElement)("a",{href:E,target:"_blank",className:"components-button is-button is-default is-block is-primary"},"Create a new ",v),Object(o.createElement)("a",{href:j,target:"_blank",className:"components-button is-button is-default is-block is-primary is-bordered"},"View Templates"));return l&&""!==l?"Change"===p&&(w=Object(o.createElement)("div",{className:"os-widget-wrapper components-placeholder"},Object(o.createElement)("p",{className:"components-heading"},Object(o.createElement)("img",{src:OPINIONSTAGE_GUTENBERG_DATA.brandLogoUrl,alt:""})),Object(o.createElement)("div",{className:"components-preview__block"},Object(o.createElement)("div",{className:"components-preview__leftBlockImage"},Object(o.createElement)("img",{src:b,alt:m,className:"image"}),Object(o.createElement)("div",{className:"overlay"},Object(o.createElement)("div",{className:"text"},Object(o.createElement)("a",{href:d,target:"_blank"}," View "),Object(o.createElement)("a",{href:g,target:"_blank"}," Edit "),Object(o.createElement)("a",{href:O,target:"_blank"}," Statistics "),Object(o.createElement)("input",{type:"button",value:p,className:"components-button is-button is-default is-large left-align",onClick:f})))),Object(o.createElement)("div",{className:"components-preview__rightBlockContent"},Object(o.createElement)("div",{className:"components-placeholder__label"},v,": ",m))))):s({buttonText:"Embed"}),Object(o.createElement)("div",{className:r},w)}function u(e){switch(e){case"poll":return OpinionStage.contentPopup.WIDGET_POLL;case"survey":return OpinionStage.contentPopup.WIDGET_SURVEY;case"trivia":return OpinionStage.contentPopup.WIDGET_TRIVIA_QUIZ;case"personality":return OpinionStage.contentPopup.WIDGET_PERSONALITY_QUIZ;case"form":return OpinionStage.contentPopup.WIDGET_FORM}}function p(e){var t=e.attributes,r=t.widgetType,a=t.embedUrl,i=t.lockEmbed,n=t.buttonText,s=t.insertItemImage,c=t.insertItemOsTitle,l=t.insertItemOsView,u=t.insertItemOsEdit,p=t.insertItemOsStatistics;return Object(o.createElement)("div",{class:b(r),"data-type":r,"data-image-url":s,"data-title-url":c,"data-view-url":l,"data-statistics-url":p,"data-edit-url":u,"data-test-url":a,"data-lock-embed":i,"data-button-text":n},'[os-widget path="',a,'"]',Object(o.createElement)("span",null))}function b(e){if(!e)return null;switch(e){case"poll":return"os-poll-wrapper";case"survey":return"os-survey-wrapper";case"trivia":return"os-trivia-wrapper";case"personality":return"os-personality-wrapper";case"form":return"os-form-wrapper";default:console.warn("unknown widget type:",e)}}Object(a.registerBlockType)("opinion-stage/block-os-poll",{title:"Poll",icon:"chart-bar",description:Object(i.__)("Embed an Opinion Stage Poll","social-polls-by-opinionstage"),category:s,keywords:[Object(i.__)("poll","social-polls-by-opinionstage"),Object(i.__)("social poll","social-polls-by-opinionstage")],supports:c,attributes:n,edit:l,save:p}),Object(a.registerBlockType)("opinion-stage/block-os-survey",{title:"Survey",icon:"list-view",description:Object(i.__)("Embed an Opinion Stage Survey","social-polls-by-opinionstage"),category:s,keywords:[Object(i.__)("survey","social-polls-by-opinionstage")],supports:c,attributes:n,edit:l,save:p}),Object(a.registerBlockType)("opinion-stage/block-os-trivia",{title:"Trivia Quiz",icon:"yes",description:Object(i.__)("Embed an Opinion Stage Trivia Quiz","social-polls-by-opinionstage"),category:s,keywords:[Object(i.__)("quiz","social-polls-by-opinionstage"),Object(i.__)("trivia","social-polls-by-opinionstage")],supports:c,attributes:n,edit:l,save:p}),Object(a.registerBlockType)("opinion-stage/block-os-personality",{title:"Personality Quiz",icon:"smiley",description:Object(i.__)("Embed an Opinion Stage Personality Quiz","social-polls-by-opinionstage"),category:s,keywords:[Object(i.__)("personality","social-polls-by-opinionstage"),Object(i.__)("quiz","social-polls-by-opinionstage"),Object(i.__)("outcome","social-polls-by-opinionstage")],supports:c,attributes:n,edit:l,save:p}),Object(a.registerBlockType)("opinion-stage/block-os-form",{title:"Classic Form",icon:"editor-justify",description:Object(i.__)("Embed an Opinion Stage Form","social-polls-by-opinionstage"),category:s,keywords:[Object(i.__)("form","social-polls-by-opinionstage"),Object(i.__)("contact form","social-polls-by-opinionstage")],supports:c,attributes:n,edit:l,save:p})}]);
assets/gutenberg/package-lock.json CHANGED
@@ -2770,6 +2770,43 @@
2770
  "webpack-bundle-analyzer": "^3.6.1",
2771
  "webpack-cli": "^3.3.11",
2772
  "webpack-livereload-plugin": "^2.3.0"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2773
  }
2774
  },
2775
  "@wordpress/warning": {
@@ -12186,12 +12223,6 @@
12186
  "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=",
12187
  "dev": true
12188
  },
12189
- "prettier": {
12190
- "version": "npm:wp-prettier@2.0.5",
12191
- "resolved": "https://registry.npmjs.org/wp-prettier/-/wp-prettier-2.0.5.tgz",
12192
- "integrity": "sha512-5GCgdeevIXwR3cW4Qj5XWC5MO1iSCz8+IPn0mMw6awAt/PBiey8yyO7MhePRsaMqghJAhg6Q3QLYWSnUHWkG6A==",
12193
- "dev": true
12194
- },
12195
  "prettier-linter-helpers": {
12196
  "version": "1.0.0",
12197
  "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
@@ -12397,37 +12428,6 @@
12397
  "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
12398
  "dev": true
12399
  },
12400
- "puppeteer": {
12401
- "version": "npm:puppeteer-core@3.0.0",
12402
- "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-3.0.0.tgz",
12403
- "integrity": "sha512-oWjZFGMc0q2ak+8OxdmMffS79LIT0UEtmpV4h1/AARvESIqqKljf8mrfP+dQ2kas7XttsAZIxRBuWu7Y5JH8KQ==",
12404
- "dev": true,
12405
- "requires": {
12406
- "@types/mime-types": "^2.1.0",
12407
- "debug": "^4.1.0",
12408
- "extract-zip": "^2.0.0",
12409
- "https-proxy-agent": "^4.0.0",
12410
- "mime": "^2.0.3",
12411
- "mime-types": "^2.1.25",
12412
- "progress": "^2.0.1",
12413
- "proxy-from-env": "^1.0.0",
12414
- "rimraf": "^3.0.2",
12415
- "tar-fs": "^2.0.0",
12416
- "unbzip2-stream": "^1.3.3",
12417
- "ws": "^7.2.3"
12418
- },
12419
- "dependencies": {
12420
- "rimraf": {
12421
- "version": "3.0.2",
12422
- "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
12423
- "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
12424
- "dev": true,
12425
- "requires": {
12426
- "glob": "^7.1.3"
12427
- }
12428
- }
12429
- }
12430
- },
12431
  "q": {
12432
  "version": "1.5.1",
12433
  "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
2770
  "webpack-bundle-analyzer": "^3.6.1",
2771
  "webpack-cli": "^3.3.11",
2772
  "webpack-livereload-plugin": "^2.3.0"
2773
+ },
2774
+ "dependencies": {
2775
+ "prettier": {
2776
+ "version": "npm:wp-prettier@2.0.5",
2777
+ "resolved": "https://registry.npmjs.org/wp-prettier/-/wp-prettier-2.0.5.tgz",
2778
+ "integrity": "sha512-5GCgdeevIXwR3cW4Qj5XWC5MO1iSCz8+IPn0mMw6awAt/PBiey8yyO7MhePRsaMqghJAhg6Q3QLYWSnUHWkG6A==",
2779
+ "dev": true
2780
+ },
2781
+ "puppeteer": {
2782
+ "version": "npm:puppeteer-core@3.0.0",
2783
+ "resolved": "https://registry.npmjs.org/puppeteer-core/-/puppeteer-core-3.0.0.tgz",
2784
+ "integrity": "sha512-oWjZFGMc0q2ak+8OxdmMffS79LIT0UEtmpV4h1/AARvESIqqKljf8mrfP+dQ2kas7XttsAZIxRBuWu7Y5JH8KQ==",
2785
+ "dev": true,
2786
+ "requires": {
2787
+ "@types/mime-types": "^2.1.0",
2788
+ "debug": "^4.1.0",
2789
+ "extract-zip": "^2.0.0",
2790
+ "https-proxy-agent": "^4.0.0",
2791
+ "mime": "^2.0.3",
2792
+ "mime-types": "^2.1.25",
2793
+ "progress": "^2.0.1",
2794
+ "proxy-from-env": "^1.0.0",
2795
+ "rimraf": "^3.0.2",
2796
+ "tar-fs": "^2.0.0",
2797
+ "unbzip2-stream": "^1.3.3",
2798
+ "ws": "^7.2.3"
2799
+ }
2800
+ },
2801
+ "rimraf": {
2802
+ "version": "3.0.2",
2803
+ "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz",
2804
+ "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==",
2805
+ "dev": true,
2806
+ "requires": {
2807
+ "glob": "^7.1.3"
2808
+ }
2809
+ }
2810
  }
2811
  },
2812
  "@wordpress/warning": {
12223
  "integrity": "sha1-1PRWKwzjaW5BrFLQ4ALlemNdxtw=",
12224
  "dev": true
12225
  },
 
 
 
 
 
 
12226
  "prettier-linter-helpers": {
12227
  "version": "1.0.0",
12228
  "resolved": "https://registry.npmjs.org/prettier-linter-helpers/-/prettier-linter-helpers-1.0.0.tgz",
12428
  "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==",
12429
  "dev": true
12430
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
12431
  "q": {
12432
  "version": "1.5.1",
12433
  "resolved": "https://registry.npmjs.org/q/-/q-1.5.1.tgz",
assets/gutenberg/src/edit.js CHANGED
@@ -27,10 +27,10 @@ export default function Edit ({ name, className, attributes, setAttributes, /*is
27
  if ( OPINIONSTAGE_GUTENBERG_DATA.userLoggedIn === 'false' ) {
28
  return (
29
  <div className={ className }>
30
- <div class="os-widget-wrapper components-placeholder">
31
- <p class="components-heading"><img src={OPINIONSTAGE_GUTENBERG_DATA.brandLogoUrl} alt=""/></p>
32
- <p class="components-heading">Please connect WordPress to Opinion Stage to start adding widgets</p>
33
- <a href={OPINIONSTAGE_GUTENBERG_DATA.loginPageUrl} class="components-button is-button is-default is-block is-primary">Connect</a>
34
  </div>
35
  </div>
36
  )
@@ -74,34 +74,36 @@ export default function Edit ({ name, className, attributes, setAttributes, /*is
74
  }
75
 
76
  let createNewWidgetUrl = `${OPINIONSTAGE_GUTENBERG_DATA.createNewWidgetUrl}&w_type=${backendWidgetTypeForNewWidget(currentWidgetType)}`
 
77
 
78
  let contentViewEditStatOs = (
79
- <div class="os-widget-wrapper components-placeholder">
80
- <p class="components-heading"><img src={OPINIONSTAGE_GUTENBERG_DATA.brandLogoUrl} alt=""/></p>
81
- <button class="components-button is-button is-default is-block is-primary" onClick={selectWidget} >Select a {currentWidgetTitle}</button>
82
- <a href={createNewWidgetUrl} target="_blank" class="components-button is-button is-default is-block is-primary">Create a new {currentWidgetTitle}</a>
 
83
  </div>
84
  )
85
 
86
  if ( embedUrl && embedUrl !== '' ) {
87
  if ( buttonText === 'Change' ) {
88
  contentViewEditStatOs = (
89
- <div class="os-widget-wrapper components-placeholder">
90
- <p class="components-heading"><img src={OPINIONSTAGE_GUTENBERG_DATA.brandLogoUrl} alt=""/></p>
91
- <div class="components-preview__block" >
92
- <div class="components-preview__leftBlockImage">
93
- <img src={insertItemImage} alt={insertItemOsTitle} class="image" />
94
- <div class="overlay">
95
- <div class="text">
96
  <a href={insertItemOsView} target="_blank"> View </a>
97
  <a href={insertItemOsEdit} target="_blank"> Edit </a>
98
  <a href={insertItemOsStatistics} target="_blank"> Statistics </a>
99
- <input type="button" value={buttonText} class="components-button is-button is-default is-large left-align" onClick={selectWidget}/>
100
  </div>
101
  </div>
102
  </div>
103
- <div class="components-preview__rightBlockContent">
104
- <div class="components-placeholder__label">{currentWidgetTitle}: {insertItemOsTitle}</div>
105
  </div>
106
  </div>
107
  </div>
@@ -192,6 +194,25 @@ function backendWidgetTypeForNewWidget (widgetType) {
192
  break
193
  }
194
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
195
 
196
  // backend API endpoint returns these widget types:
197
  function backendWidgetTypeToBlockWidgetType (backendType) {
27
  if ( OPINIONSTAGE_GUTENBERG_DATA.userLoggedIn === 'false' ) {
28
  return (
29
  <div className={ className }>
30
+ <div className="os-widget-wrapper components-placeholder">
31
+ <p className="components-heading"><img src={OPINIONSTAGE_GUTENBERG_DATA.brandLogoUrl} alt=""/></p>
32
+ <p className="components-heading">Please connect WordPress to Opinion Stage to start adding widgets</p>
33
+ <a href={OPINIONSTAGE_GUTENBERG_DATA.loginPageUrl} className="components-button is-button is-default is-block is-primary">Connect</a>
34
  </div>
35
  </div>
36
  )
74
  }
75
 
76
  let createNewWidgetUrl = `${OPINIONSTAGE_GUTENBERG_DATA.createNewWidgetUrl}&w_type=${backendWidgetTypeForNewWidget(currentWidgetType)}`
77
+ let viewTemplateUrl = `${OPINIONSTAGE_GUTENBERG_DATA.viewTemplateUrl}&page=${backendWidgetTypeForViewTemplates(currentWidgetType)}`
78
 
79
  let contentViewEditStatOs = (
80
+ <div className="os-widget-wrapper components-placeholder">
81
+ <p className="components-heading"><img src={OPINIONSTAGE_GUTENBERG_DATA.brandLogoUrl} alt=""/></p>
82
+ <button className="components-button is-button is-default is-block is-primary" onClick={selectWidget} >Select a {currentWidgetTitle}</button>
83
+ <a href={createNewWidgetUrl} target="_blank" className="components-button is-button is-default is-block is-primary">Create a new {currentWidgetTitle}</a>
84
+ <a href={viewTemplateUrl} target="_blank" className="components-button is-button is-default is-block is-primary is-bordered">View Templates</a>
85
  </div>
86
  )
87
 
88
  if ( embedUrl && embedUrl !== '' ) {
89
  if ( buttonText === 'Change' ) {
90
  contentViewEditStatOs = (
91
+ <div className="os-widget-wrapper components-placeholder">
92
+ <p className="components-heading"><img src={OPINIONSTAGE_GUTENBERG_DATA.brandLogoUrl} alt=""/></p>
93
+ <div className="components-preview__block" >
94
+ <div className="components-preview__leftBlockImage">
95
+ <img src={insertItemImage} alt={insertItemOsTitle} className="image" />
96
+ <div className="overlay">
97
+ <div className="text">
98
  <a href={insertItemOsView} target="_blank"> View </a>
99
  <a href={insertItemOsEdit} target="_blank"> Edit </a>
100
  <a href={insertItemOsStatistics} target="_blank"> Statistics </a>
101
+ <input type="button" value={buttonText} className="components-button is-button is-default is-large left-align" onClick={selectWidget}/>
102
  </div>
103
  </div>
104
  </div>
105
+ <div className="components-preview__rightBlockContent">
106
+ <div className="components-placeholder__label">{currentWidgetTitle}: {insertItemOsTitle}</div>
107
  </div>
108
  </div>
109
  </div>
194
  break
195
  }
196
  }
197
+ function backendWidgetTypeForViewTemplates (widgetType) {
198
+ switch ( widgetType ) {
199
+ case WIDGET_POLL:
200
+ return 'polls'
201
+ break
202
+ case WIDGET_SURVEY:
203
+ return 'surveys'
204
+ break
205
+ case WIDGET_TRIVIA_QUIZ:
206
+ return 'trivia_quizzes'
207
+ break
208
+ case WIDGET_PERSONALITY_QUIZ:
209
+ return 'personality_quizzes'
210
+ break
211
+ case WIDGET_FORM:
212
+ return 'classic_forms'
213
+ break
214
+ }
215
+ }
216
 
217
  // backend API endpoint returns these widget types:
218
  function backendWidgetTypeToBlockWidgetType (backendType) {
assets/gutenberg/src/editor.scss CHANGED
@@ -3,8 +3,9 @@ $white: #f4f4f4;
3
  $gray: #dedede;
4
  $green: #bada55;
5
  $red: orangered;
 
6
 
7
- .os-widget-wrapper .is-large, .os-widget-wrapper .is-block {
8
  height: 30px;
9
  line-height: 25px;
10
  padding: 0 12px 2px;
@@ -16,176 +17,210 @@ $red: orangered;
16
  .os-widget-wrapper .is-block {
17
  margin-top: 10px;
18
  }
 
19
  .components-base-control.components-select-control__input {
20
  width: 100%;
21
  float: left;
22
  max-width: 80%;
23
  margin-right: 10px;
24
  }
 
25
  .os-widget-wrapper .components-preview__block {
26
  width: 100%;
27
  max-width: 100%;
28
  padding: 10px;
29
  background: #fdfdfd;
30
- box-shadow: 0px 1px 2px 0px #3fb2c145;
31
  transition: 0.2s;
32
  }
 
33
  .components-preview__leftBlockImage {
34
  width: 100%;
35
  float: left;
36
  }
37
- .block-editor__container .components-preview__leftBlockImage img {
 
38
  width: 100%;
39
  }
 
40
  .components-preview__rightBlockContent {
41
  width: 100%;
42
  float: left;
43
  }
44
- components-placeholder__fieldset{
45
- visibility: hidden;
46
- opacity :0;
 
47
  }
 
48
  .components-preview__rightBlockContent .components-placeholder__label {
49
  font-size: 18px;
50
  font-weight: bold;
51
- width: -webkit-fit-content;
52
- width: -moz-fit-content;
53
  width: fit-content;
54
- margin: 0px;
55
  line-height: 20px;
56
- margin: 0px auto;
57
  margin-top: 20px;
58
  margin-bottom: 10px;
59
  }
60
 
61
  .components-preview__leftBlockImage {
62
- position: relative;
63
- }
64
 
65
- .components-preview__leftBlockImage .image {
66
- display: block;
67
- width: 100%;
68
- height: auto;
69
- }
70
 
71
- .components-preview__leftBlockImage .overlay {
72
- position: absolute;
73
- top: 0;
74
- bottom: 0;
75
- left: 0;
76
- right: 0;
77
- height: 100%;
78
- width: 100%;
79
- opacity: 0;
80
- transition: .5s ease;
81
- background-color: #222120;
82
- }
83
 
84
- .components-preview__leftBlockImage:hover .overlay {
85
- opacity: 0.8;
86
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
87
 
88
- .components-preview__leftBlockImage .text {
89
- color: white;
90
- font-size: 20px;
91
- position: absolute;
92
- top: 50%;
93
- left: 50%;
94
- -webkit-transform: translate(-50%, -50%);
95
- -ms-transform: translate(-50%, -50%);
96
- transform: translate(-50%, -50%);
97
- text-align: center;
 
 
 
 
 
 
98
  }
99
- .components-preview__leftBlockImage .text a{
100
- border-radius: 5px;
101
- border: 1px solid #fff;
102
- color: #fff;
103
- background: transparent;
104
- cursor: pointer;
105
- display: block;
106
- line-height: 1;
107
- margin: 10px auto;
108
- padding: 10px 8px;
109
- text-align: center;
110
- text-decoration: none;
111
- text-transform: uppercase;
112
- width: 140px;
113
  }
114
- .components-preview__leftBlockImage .text a:hover, .components-preview__block input.left-align:hover {
115
- color: #000 !important;
116
- background: #fff !important;
117
  }
 
118
  .components-preview__block .left-align {
119
  color: #fff;
120
  text-transform: uppercase;
121
  border: 1px solid #FFF;
122
- box-shadow: 0px 0px;
123
  text-align: center;
124
  font-size: 19px;
125
  border-radius: 5px;
126
- padding: 0px 32px;
127
  height: 40px;
128
  width: 100%;
129
  max-width: fit-content;
130
  background: transparent;
 
 
 
 
 
 
 
131
  }
132
- .components-preview__block .left-align:hover{
133
- background: transparent !important;
134
- color: #fff !important;
135
- border-color: #fff !important;
136
- box-shadow: 0px 0px !important;
137
- }
138
  p.components-heading {
139
- font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;
140
  font-weight: 600;
141
  text-align: center;
142
  }
143
- .os-widget-wrapper.components-placeholder {
144
- transition: 1s;
145
- }
146
- .os-widget-wrapper .wp-block-opinion-stage-block-os-poll .components-placeholder__fieldset {
147
- visibility: hidden;
148
- opacity: 0;
149
- }
150
- .os-widget-wrapper .components-placeholder__fieldset {
151
- visibility: hidden;
152
- opacity: 0;
153
- height: 0;
154
- }
155
 
156
- .components-button.is-default.is-block.is-primary {
157
- background: #32adbc;
158
- border-color: #32adbc;
159
- box-shadow: none;
160
- font-size: 14px;
161
- font-weight: 600;
162
- height: auto;
163
- line-height: normal;
164
- max-width: 276px;
165
- padding: 10px 0;
166
- text-shadow: none;
167
- text-transform: uppercase;
168
- text-align: center;
 
 
 
169
  }
170
 
171
- .components-button.is-default.is-block.is-primary:hover{
172
- opacity: 0.9;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
173
  }
174
 
175
  input.components-button.is-button.is-default.is-block.is-primary {
176
  margin-bottom: 9px;
177
  }
178
- .components-placeholder .components-heading {
179
- font-size: 18px;
180
- font-weight: normal;
181
- line-height: 1.11;
182
- margin-bottom: 20px;
183
- width: 400px;
184
- }
185
  .components-placeholder {
186
  padding: 35px !important;
187
  align-items: center !important;
 
 
 
 
 
 
 
 
188
  }
 
189
  .components-preview__block {
190
- margin-top: 10px;
191
  }
3
  $gray: #dedede;
4
  $green: #bada55;
5
  $red: orangered;
6
+ $blue: #32adbc;
7
 
8
+ .os-widget-wrapper .is-large, .os-widget-wrapper .is-block {
9
  height: 30px;
10
  line-height: 25px;
11
  padding: 0 12px 2px;
17
  .os-widget-wrapper .is-block {
18
  margin-top: 10px;
19
  }
20
+
21
  .components-base-control.components-select-control__input {
22
  width: 100%;
23
  float: left;
24
  max-width: 80%;
25
  margin-right: 10px;
26
  }
27
+
28
  .os-widget-wrapper .components-preview__block {
29
  width: 100%;
30
  max-width: 100%;
31
  padding: 10px;
32
  background: #fdfdfd;
33
+ box-shadow: 0 1px 2px 0 #3fb2c145;
34
  transition: 0.2s;
35
  }
36
+
37
  .components-preview__leftBlockImage {
38
  width: 100%;
39
  float: left;
40
  }
41
+
42
+ .block-editor__container .components-preview__leftBlockImage img {
43
  width: 100%;
44
  }
45
+
46
  .components-preview__rightBlockContent {
47
  width: 100%;
48
  float: left;
49
  }
50
+
51
+ .components-placeholder__fieldset {
52
+ visibility: hidden;
53
+ opacity: 0;
54
  }
55
+
56
  .components-preview__rightBlockContent .components-placeholder__label {
57
  font-size: 18px;
58
  font-weight: bold;
 
 
59
  width: fit-content;
 
60
  line-height: 20px;
61
+ margin: 0 auto;
62
  margin-top: 20px;
63
  margin-bottom: 10px;
64
  }
65
 
66
  .components-preview__leftBlockImage {
67
+ position: relative;
 
68
 
69
+ &:hover .overlay {
70
+ opacity: 0.8;
71
+ }
 
 
72
 
73
+ .image {
74
+ display: block;
75
+ width: 100%;
76
+ height: auto;
77
+ }
 
 
 
 
 
 
 
78
 
79
+ .overlay {
80
+ position: absolute;
81
+ top: 0;
82
+ bottom: 0;
83
+ left: 0;
84
+ right: 0;
85
+ height: 100%;
86
+ width: 100%;
87
+ opacity: 0;
88
+ transition: .5s ease;
89
+ background-color: #222120;
90
+ }
91
+
92
+ .text {
93
+ color: white;
94
+ font-size: 20px;
95
+ position: absolute;
96
+ top: 50%;
97
+ left: 50%;
98
+ transform: translate(-50%, -50%);
99
+ text-align: center;
100
 
101
+ a {
102
+ border-radius: 5px;
103
+ border: 1px solid #fff;
104
+ color: #fff;
105
+ background: transparent;
106
+ cursor: pointer;
107
+ display: block;
108
+ line-height: 1;
109
+ margin: 10px auto;
110
+ padding: 10px 8px;
111
+ text-align: center;
112
+ text-decoration: none;
113
+ text-transform: uppercase;
114
+ width: 140px;
115
+ }
116
+ }
117
  }
118
+
119
+ .components-preview__leftBlockImage .text a,
120
+ .components-preview__block input.left-align {
121
+ &:hover {
122
+ color: #000 !important;
123
+ background: #fff !important;
 
 
 
 
 
 
 
 
124
  }
 
 
 
125
  }
126
+
127
  .components-preview__block .left-align {
128
  color: #fff;
129
  text-transform: uppercase;
130
  border: 1px solid #FFF;
131
+ box-shadow: 0 0;
132
  text-align: center;
133
  font-size: 19px;
134
  border-radius: 5px;
135
+ padding: 0 32px;
136
  height: 40px;
137
  width: 100%;
138
  max-width: fit-content;
139
  background: transparent;
140
+
141
+ &:hover {
142
+ background: transparent !important;
143
+ color: #fff !important;
144
+ border-color: #fff !important;
145
+ box-shadow: 0 0 !important;
146
+ }
147
  }
148
+
 
 
 
 
 
149
  p.components-heading {
150
+ font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
151
  font-weight: 600;
152
  text-align: center;
153
  }
 
 
 
 
 
 
 
 
 
 
 
 
154
 
155
+ .os-widget-wrapper {
156
+ &.components-placeholder {
157
+ transition: 1s;
158
+ }
159
+
160
+ .wp-block-opinion-stage-block-os-poll .components-placeholder__fieldset {
161
+ visibility: hidden;
162
+ opacity: 0;
163
+ }
164
+
165
+ .components-placeholder__fieldset {
166
+ visibility: hidden;
167
+ opacity: 0;
168
+ height: 0;
169
+ }
170
+
171
  }
172
 
173
+
174
+ .components-button {
175
+ &.is-default.is-block.is-primary {
176
+ background: $blue;
177
+ border-color: $blue;
178
+ box-shadow: none;
179
+ font-size: 14px;
180
+ font-weight: 600;
181
+ height: auto;
182
+ line-height: normal;
183
+ max-width: 276px;
184
+ padding: 10px 0;
185
+ text-shadow: none;
186
+ text-transform: uppercase;
187
+ text-align: center;
188
+
189
+ &:hover {
190
+ opacity: 0.9;
191
+ }
192
+
193
+ &.is-bordered {
194
+ background-color: #fff;
195
+ border: 1px solid;
196
+ color: $blue;
197
+ transition: .2s ease;
198
+
199
+ &:hover {
200
+ background-color: rgba(49, 174, 190, 0.1);
201
+ }
202
+ }
203
+ }
204
+
205
  }
206
 
207
  input.components-button.is-button.is-default.is-block.is-primary {
208
  margin-bottom: 9px;
209
  }
210
+
 
 
 
 
 
 
211
  .components-placeholder {
212
  padding: 35px !important;
213
  align-items: center !important;
214
+
215
+ .components-heading {
216
+ font-size: 18px;
217
+ font-weight: normal;
218
+ line-height: 1.11;
219
+ margin-bottom: 20px;
220
+ width: 400px;
221
+ }
222
  }
223
+
224
  .components-preview__block {
225
+ margin-top: 10px;
226
  }
includes/gutenberg.php CHANGED
@@ -126,7 +126,8 @@ function opinionstage_gutenberg_inject_data() {
126
  'OPINIONSTAGE_GUTENBERG_DATA',
127
  array(
128
  'userLoggedIn' => opinionstage_user_logged_in() ? 'true' : 'false',
129
- 'createNewWidgetUrl' => opinionstage_utm_url( 'api/wp/redirects/widgets/new' ),
 
130
  'loginPageUrl' => get_admin_url( null, 'admin.php?page=' . OPINIONSTAGE_GETTING_STARTED_SLUG ),
131
  'OswpPluginVersion' => OPINIONSTAGE_WIDGET_VERSION,
132
  'OswpClientToken' => opinionstage_user_access_token(),
126
  'OPINIONSTAGE_GUTENBERG_DATA',
127
  array(
128
  'userLoggedIn' => opinionstage_user_logged_in() ? 'true' : 'false',
129
+ 'createNewWidgetUrl' => OPINIONSTAGE_REDIRECT_CREATE_WIDGET_API_UTM,
130
+ 'viewTemplateUrl' => OPINIONSTAGE_REDIRECT_TEMPLATES_API_UTM,
131
  'loginPageUrl' => get_admin_url( null, 'admin.php?page=' . OPINIONSTAGE_GETTING_STARTED_SLUG ),
132
  'OswpPluginVersion' => OPINIONSTAGE_WIDGET_VERSION,
133
  'OswpClientToken' => opinionstage_user_access_token(),
includes/opinionstage-ajax-functions.php CHANGED
@@ -59,7 +59,8 @@ function opinionstage_load_my_items() {
59
  $html = '';
60
  if ( isset( $res_arr['data'] ) && ! empty( $res_arr['data'] ) ) {
61
  ob_start();
62
- foreach ( $res_arr['data'] as $item ) {
 
63
  include plugin_dir_path( dirname( __FILE__ ) ) . 'admin/template-parts/my-items-tbody-element.php';
64
  }
65
  $html = ob_get_clean();
@@ -77,3 +78,41 @@ function opinionstage_load_my_items() {
77
  opinionstage_error_log( "API response error($url): " . wp_remote_retrieve_response_code( $response ) );
78
  wp_send_json_error();
79
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
59
  $html = '';
60
  if ( isset( $res_arr['data'] ) && ! empty( $res_arr['data'] ) ) {
61
  ob_start();
62
+ foreach ( $res_arr['data'] as $datum ) {
63
+ $item = opinionstage_generate_widget_item_object_for_rendering( $datum );
64
  include plugin_dir_path( dirname( __FILE__ ) ) . 'admin/template-parts/my-items-tbody-element.php';
65
  }
66
  $html = ob_get_clean();
78
  opinionstage_error_log( "API response error($url): " . wp_remote_retrieve_response_code( $response ) );
79
  wp_send_json_error();
80
  }
81
+
82
+ /**
83
+ * Generates widget object from api response for rendering on My Items page.
84
+ *
85
+ * @param array $datum widget data.
86
+ * @return stdClass
87
+ */
88
+ function opinionstage_generate_widget_item_object_for_rendering( $datum ) {
89
+ $attributes = isset( $datum['attributes'] ) ? $datum['attributes'] : array();
90
+
91
+ $item = new stdClass();
92
+ $item->is_draft = 0;
93
+ $item->is_closed = 0;
94
+ $item->is_open = 0;
95
+ $item->title = isset( $attributes['title'] ) ? $attributes['title'] : '';
96
+ $item->landing_page_url = isset( $attributes['landing-page-url'] ) ? $attributes['landing-page-url'] : '';
97
+ $item->image_url = isset( $attributes['image-url'] ) ? $attributes['image-url'] : '';
98
+ $item->type = isset( $attributes['type'] ) ? $attributes['type'] : '';
99
+ $item->edit_url = isset( $attributes['edit-url'] ) ? $attributes['edit-url'] : '';
100
+ $item->stats_url = isset( $attributes['stats-url'] ) ? $attributes['stats-url'] : '';
101
+ $item->updated_at = isset( $attributes['updated-at'] ) ? $attributes['updated-at'] : '';
102
+ $item->shortcode = isset( $attributes['shortcode'] ) ? $attributes['shortcode'] : '';
103
+
104
+ if ( isset( $attributes['status'] ) ) {
105
+ switch ( $attributes['status'] ) {
106
+ case 'draft':
107
+ $item->is_draft = 1;
108
+ break;
109
+ case 'closed':
110
+ $item->is_closed = 1;
111
+ break;
112
+ default:
113
+ $item->is_open = 1;
114
+ break;
115
+ }
116
+ }
117
+ return $item;
118
+ }
includes/opinionstage-utility-functions.php CHANGED
@@ -17,14 +17,7 @@ require_once OPINIONSTAGE_PLUGIN_DIR . 'includes/logging.php';
17
  * @return string
18
  */
19
  function opinionstage_utm_query( $query = array() ) {
20
- $utm_query = array(
21
- 'utm_source' => OPINIONSTAGE_UTM_SOURCE,
22
- 'utm_campaign' => OPINIONSTAGE_UTM_CAMPAIGN,
23
- 'utm_medium' => OPINIONSTAGE_UTM_MEDIUM,
24
- 'o' => OPINIONSTAGE_WIDGET_API_KEY,
25
- );
26
-
27
- return http_build_query( array_merge( $query, $utm_query ) );
28
  }
29
 
30
  /**
@@ -174,7 +167,8 @@ function opinionstage_sidebar_placement_edit_url( $tab ) {
174
  * @return string
175
  */
176
  function opinionstage_create_widget_link( $w_type, $css_class, $title = 'CREATE NEW' ) {
177
- return opinionstage_link( $title, 'api/wp/redirects/widgets/new', $css_class, array( 'w_type' => $w_type ) );
 
178
  }
179
 
180
  /**
@@ -239,3 +233,13 @@ function opinionstage_callback_url() {
239
  return menu_page_url( OPINIONSTAGE_LOGIN_CALLBACK_SLUG, false );
240
  }
241
 
 
 
 
 
 
 
 
 
 
 
17
  * @return string
18
  */
19
  function opinionstage_utm_query( $query = array() ) {
20
+ return http_build_query( array_merge( $query, OPINIONSTAGE_UTM_PARAMETERS ) );
 
 
 
 
 
 
 
21
  }
22
 
23
  /**
167
  * @return string
168
  */
169
  function opinionstage_create_widget_link( $w_type, $css_class, $title = 'CREATE NEW' ) {
170
+ $url = add_query_arg( 'w_type', $w_type, OPINIONSTAGE_REDIRECT_CREATE_WIDGET_API_UTM );
171
+ return sprintf( "<a href='%s' target='_blank' class='%s'>%s</a>", $url, $css_class, $title );
172
  }
173
 
174
  /**
233
  return menu_page_url( OPINIONSTAGE_LOGIN_CALLBACK_SLUG, false );
234
  }
235
 
236
+
237
+ /**
238
+ * Returns widget templates link
239
+ *
240
+ * @param string $type widget type.
241
+ * @return string
242
+ */
243
+ function opinionstage_get_templates_url_for_type( $type ) {
244
+ return add_query_arg( 'page', $type, OPINIONSTAGE_REDIRECT_TEMPLATES_API_UTM );
245
+ }
plugin.php CHANGED
@@ -8,7 +8,7 @@
8
  * Plugin Name: Poll, Survey & Quiz by OpinionStage
9
  * Plugin URI: https://www.opinionstage.com
10
  * Description: Add a highly engaging poll, survey, quiz or contact form builder to your site. You can add the poll, survey, quiz or form to any post/page or to the sidebar.
11
- * Version: 19.7.9
12
  * Author: OpinionStage.com
13
  * Author URI: https://www.opinionstage.com
14
  * Text Domain: social-polls-by-opinionstage
@@ -34,10 +34,23 @@ if ( defined( 'WP_DEBUG' ) && true === WP_DEBUG ) {
34
  }
35
  }
36
 
37
- define( 'OPINIONSTAGE_WIDGET_VERSION', '19.7.9' );
38
 
39
  define( 'OPINIONSTAGE_TEXT_DOMAIN', 'social-polls-by-opinionstage' );
40
-
 
 
 
 
 
 
 
 
 
 
 
 
 
41
  define( 'OPINIONSTAGE_SERVER_BASE', isset( $opinionstage_settings['server_base'] ) ? $opinionstage_settings['server_base'] : 'https://www.opinionstage.com' );
42
  define( 'OPINIONSTAGE_API_PATH', OPINIONSTAGE_SERVER_BASE . '/api/v1' );
43
  define( 'OPINIONSTAGE_LOGIN_PATH', OPINIONSTAGE_SERVER_BASE . '/api/wp/v1/auth/new' );
@@ -46,11 +59,20 @@ define( 'OPINIONSTAGE_CONTENT_POPUP_CLIENT_WIDGETS_API_RECENT_UPDATE', OPINIONST
46
  define( 'OPINIONSTAGE_DEACTIVATE_FEEDBACK_API', OPINIONSTAGE_SERVER_BASE . '/api/wp/v1/events' );
47
  define( 'OPINIONSTAGE_MESSAGE_API', 'https://www.opinionstage.com/wp/msg-app/api/index.php' );
48
 
49
- define( 'OPINIONSTAGE_WIDGET_API_KEY', 'wp35e8' );
50
- define( 'OPINIONSTAGE_UTM_SOURCE', 'wordpress' );
51
- define( 'OPINIONSTAGE_UTM_CAMPAIGN', 'WPMainPI' );
52
- define( 'OPINIONSTAGE_UTM_MEDIUM', 'link' );
53
- define( 'OPINIONSTAGE_UTM_CONNECT_MEDIUM', 'connect' );
 
 
 
 
 
 
 
 
 
54
 
55
  define( 'OPINIONSTAGE_OPTIONS_KEY', 'opinionstage_widget' );
56
 
@@ -66,16 +88,11 @@ define( 'OPINIONSTAGE_LOGIN_CALLBACK_SLUG', 'opinionstage-login-callback' );
66
  define( 'OPINIONSTAGE_DISCONNECT_PAGE', 'opinionstage-disconnect-page' );
67
  define( 'OPINIONSTAGE_CONTENT_LOGIN_CALLBACK_SLUG', 'opinionstage-content-login-callback-page' );
68
  define(
69
- 'OPINIONSTAGE_LIVE_CHAT_URL',
70
- add_query_arg(
71
- array(
72
- 'utm_source' => OPINIONSTAGE_UTM_SOURCE,
73
- 'utm_campaign' => OPINIONSTAGE_UTM_CAMPAIGN,
74
- 'utm_medium' => OPINIONSTAGE_UTM_MEDIUM,
75
- 'o' => OPINIONSTAGE_WIDGET_API_KEY,
76
- ),
77
- OPINIONSTAGE_SERVER_BASE . '/live-chat/'
78
- )
79
  );
80
 
81
  if ( ! version_compare( PHP_VERSION, '5.2', '>=' ) ) {
8
  * Plugin Name: Poll, Survey & Quiz by OpinionStage
9
  * Plugin URI: https://www.opinionstage.com
10
  * Description: Add a highly engaging poll, survey, quiz or contact form builder to your site. You can add the poll, survey, quiz or form to any post/page or to the sidebar.
11
+ * Version: 19.8.0
12
  * Author: OpinionStage.com
13
  * Author URI: https://www.opinionstage.com
14
  * Text Domain: social-polls-by-opinionstage
34
  }
35
  }
36
 
37
+ define( 'OPINIONSTAGE_WIDGET_VERSION', '19.8.0' );
38
 
39
  define( 'OPINIONSTAGE_TEXT_DOMAIN', 'social-polls-by-opinionstage' );
40
+ define( 'OPINIONSTAGE_WIDGET_API_KEY', 'wp35e8' );
41
+ define( 'OPINIONSTAGE_UTM_SOURCE', 'wordpress' );
42
+ define( 'OPINIONSTAGE_UTM_CAMPAIGN', 'WPMainPI' );
43
+ define( 'OPINIONSTAGE_UTM_MEDIUM', 'link' );
44
+ define( 'OPINIONSTAGE_UTM_CONNECT_MEDIUM', 'connect' );
45
+ define(
46
+ 'OPINIONSTAGE_UTM_PARAMETERS',
47
+ array(
48
+ 'utm_source' => OPINIONSTAGE_UTM_SOURCE,
49
+ 'utm_campaign' => OPINIONSTAGE_UTM_CAMPAIGN,
50
+ 'utm_medium' => OPINIONSTAGE_UTM_MEDIUM,
51
+ 'o' => OPINIONSTAGE_WIDGET_API_KEY,
52
+ )
53
+ );
54
  define( 'OPINIONSTAGE_SERVER_BASE', isset( $opinionstage_settings['server_base'] ) ? $opinionstage_settings['server_base'] : 'https://www.opinionstage.com' );
55
  define( 'OPINIONSTAGE_API_PATH', OPINIONSTAGE_SERVER_BASE . '/api/v1' );
56
  define( 'OPINIONSTAGE_LOGIN_PATH', OPINIONSTAGE_SERVER_BASE . '/api/wp/v1/auth/new' );
59
  define( 'OPINIONSTAGE_DEACTIVATE_FEEDBACK_API', OPINIONSTAGE_SERVER_BASE . '/api/wp/v1/events' );
60
  define( 'OPINIONSTAGE_MESSAGE_API', 'https://www.opinionstage.com/wp/msg-app/api/index.php' );
61
 
62
+ define(
63
+ 'OPINIONSTAGE_REDIRECT_TEMPLATES_API_UTM',
64
+ add_query_arg(
65
+ OPINIONSTAGE_UTM_PARAMETERS,
66
+ OPINIONSTAGE_SERVER_BASE . '/api/wp/redirects/templates'
67
+ )
68
+ );
69
+ define(
70
+ 'OPINIONSTAGE_REDIRECT_CREATE_WIDGET_API_UTM',
71
+ add_query_arg(
72
+ OPINIONSTAGE_UTM_PARAMETERS,
73
+ OPINIONSTAGE_SERVER_BASE . '/api/wp/redirects/widgets/new'
74
+ )
75
+ );
76
 
77
  define( 'OPINIONSTAGE_OPTIONS_KEY', 'opinionstage_widget' );
78
 
88
  define( 'OPINIONSTAGE_DISCONNECT_PAGE', 'opinionstage-disconnect-page' );
89
  define( 'OPINIONSTAGE_CONTENT_LOGIN_CALLBACK_SLUG', 'opinionstage-content-login-callback-page' );
90
  define(
91
+ 'OPINIONSTAGE_LIVE_CHAT_URL_UTM',
92
+ add_query_arg(
93
+ OPINIONSTAGE_UTM_PARAMETERS,
94
+ OPINIONSTAGE_SERVER_BASE . '/live-chat/'
95
+ )
 
 
 
 
 
96
  );
97
 
98
  if ( ! version_compare( PHP_VERSION, '5.2', '>=' ) ) {
readme.txt CHANGED
@@ -4,7 +4,7 @@ Donate link: https://www.opinionstage.com
4
  Tags: poll, quiz, survey, poll plugin, quiz plugin, survey plugin
5
  Requires at least: 2.8
6
  Tested up to: 5.7
7
- Stable tag: 19.7.9
8
  Requires PHP: 5.2
9
 
10
  Add a Poll, Survey, or Quiz to your Wordpress site. Create a poll, quiz, or survey from scratch or based on templates.
@@ -139,6 +139,8 @@ Opinion Stage makes it easy for you to comply with the GDPR regulation. For more
139
  N/A
140
 
141
  == Changelog ==
 
 
142
  = 19.7.9 =
143
  * internal code improvements
144
  * fix not loading widget popup on add post page
4
  Tags: poll, quiz, survey, poll plugin, quiz plugin, survey plugin
5
  Requires at least: 2.8
6
  Tested up to: 5.7
7
+ Stable tag: 19.8.0
8
  Requires PHP: 5.2
9
 
10
  Add a Poll, Survey, or Quiz to your Wordpress site. Create a poll, quiz, or survey from scratch or based on templates.
139
  N/A
140
 
141
  == Changelog ==
142
+ = 19.8.0 =
143
+ * UI update
144
  = 19.7.9 =
145
  * internal code improvements
146
  * fix not loading widget popup on add post page